diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..466db493 Binary files /dev/null and b/.DS_Store differ diff --git a/.Rprofile b/.Rprofile index 1a2d4e16..d00fc6a0 100644 --- a/.Rprofile +++ b/.Rprofile @@ -1,4 +1,4 @@ -source("renv/activate.R") +# source("renv/activate.R") # Run the global .Rprofile if it exists if (file.exists("~/.Rprofile")) { diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml new file mode 100644 index 00000000..559bddf5 --- /dev/null +++ b/.github/workflows/jekyll-gh-pages.yml @@ -0,0 +1,51 @@ +# Sample workflow for building and deploying a Jekyll site to GitHub Pages +name: Deploy Jekyll with GitHub Pages dependencies preinstalled + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Build job + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Setup Pages + uses: actions/configure-pages@v3 + - name: Build with Jekyll + uses: actions/jekyll-build-pages@v1 + with: + source: ./ + destination: ./_site + - name: Upload artifact + uses: actions/upload-pages-artifact@v2 + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v2 diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml new file mode 100644 index 00000000..e4b42f5f --- /dev/null +++ b/.github/workflows/update-readme.yml @@ -0,0 +1,16 @@ +name: Update README + +on: + schedule: + - cron: '*/30 * * * *' + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - uses: jamesgeorge007/github-activity-readme@master + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/.gitignore index 2be2ec94..3e788af0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,15 +8,15 @@ /_freeze/ slides/*.pdf -slides/*.html +# slides/*.html slides/**/*_cache/* projects/*.zip # knitr and caching stuff -**/*_files/* +# **/*_files/* **/*_cache/* !README_files/* files/incomplete-reports.zip -/.luarc.json + diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 00000000..75530edc --- /dev/null +++ b/.luarc.json @@ -0,0 +1,22 @@ +{ + "Generator": [ + "Quarto", + "This file provides type information for Lua completion and diagnostics.", + "Quarto will automatically update this file to reflect the current path", + "of your Quarto installation, and the file will also be added to .gitignore", + "since it points to the absolute path of Quarto on the local system.", + "Remove the 'Generator' key to manage this file's contents manually." + ], + "Lua.runtime.version": "Lua 5.3", + "Lua.workspace.checkThirdParty": false, + "Lua.workspace.library": [ + "/opt/quarto/share/lua-types" + ], + "Lua.runtime.plugin": "/opt/quarto/share/lua-plugin/plugin.lua", + "Lua.completion.showWord": "Disable", + "Lua.completion.keywordSnippet": "Both", + "Lua.diagnostics.disable": [ + "lowercase-global", + "trailing-space" + ] +} \ No newline at end of file diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..08f58a72 --- /dev/null +++ b/.nojekyll @@ -0,0 +1 @@ +touch .nojekyll diff --git a/04_corr-exensiones_files/figure-html/matriz31_auto_01_output-1.png b/04_corr-exensiones_files/figure-html/matriz31_auto_01_output-1.png new file mode 100644 index 00000000..dbe634f5 Binary files /dev/null and b/04_corr-exensiones_files/figure-html/matriz31_auto_01_output-1.png differ diff --git a/04_corr-exensiones_files/figure-html/matriz3_auto_02_output-1.png b/04_corr-exensiones_files/figure-html/matriz3_auto_02_output-1.png new file mode 100644 index 00000000..4e15ec30 Binary files /dev/null and b/04_corr-exensiones_files/figure-html/matriz3_auto_02_output-1.png differ diff --git a/04_corr-exensiones_files/figure-html/matriz4_auto_01_output-1.png b/04_corr-exensiones_files/figure-html/matriz4_auto_01_output-1.png new file mode 100644 index 00000000..c4d5e223 Binary files /dev/null and b/04_corr-exensiones_files/figure-html/matriz4_auto_01_output-1.png differ diff --git a/04_corr-exensiones_files/figure-html/matriz5_auto_01_output-1.png b/04_corr-exensiones_files/figure-html/matriz5_auto_01_output-1.png new file mode 100644 index 00000000..9eee9155 Binary files /dev/null and b/04_corr-exensiones_files/figure-html/matriz5_auto_01_output-1.png differ diff --git a/04_corr-exensiones_files/figure-html/matriz6_auto_01_output-1.png b/04_corr-exensiones_files/figure-html/matriz6_auto_01_output-1.png new file mode 100644 index 00000000..31c2af37 Binary files /dev/null and b/04_corr-exensiones_files/figure-html/matriz6_auto_01_output-1.png differ diff --git a/04_corr-exensiones_files/figure-html/matriz7_auto_01_output-1.png b/04_corr-exensiones_files/figure-html/matriz7_auto_01_output-1.png new file mode 100644 index 00000000..1664b78c Binary files /dev/null and b/04_corr-exensiones_files/figure-html/matriz7_auto_01_output-1.png differ diff --git a/04_corr-extensiones_files/figure-html/matriz31_auto_01_output-1.png b/04_corr-extensiones_files/figure-html/matriz31_auto_01_output-1.png new file mode 100644 index 00000000..dbe634f5 Binary files /dev/null and b/04_corr-extensiones_files/figure-html/matriz31_auto_01_output-1.png differ diff --git a/04_corr-extensiones_files/figure-html/matriz3_auto_02_output-1.png b/04_corr-extensiones_files/figure-html/matriz3_auto_02_output-1.png new file mode 100644 index 00000000..4e15ec30 Binary files /dev/null and b/04_corr-extensiones_files/figure-html/matriz3_auto_02_output-1.png differ diff --git a/04_corr-extensiones_files/figure-html/matriz4_auto_01_output-1.png b/04_corr-extensiones_files/figure-html/matriz4_auto_01_output-1.png new file mode 100644 index 00000000..c4d5e223 Binary files /dev/null and b/04_corr-extensiones_files/figure-html/matriz4_auto_01_output-1.png differ diff --git a/04_corr-extensiones_files/figure-html/matriz5_auto_01_output-1.png b/04_corr-extensiones_files/figure-html/matriz5_auto_01_output-1.png new file mode 100644 index 00000000..9eee9155 Binary files /dev/null and b/04_corr-extensiones_files/figure-html/matriz5_auto_01_output-1.png differ diff --git a/04_corr-extensiones_files/figure-html/matriz6_auto_01_output-1.png b/04_corr-extensiones_files/figure-html/matriz6_auto_01_output-1.png new file mode 100644 index 00000000..31c2af37 Binary files /dev/null and b/04_corr-extensiones_files/figure-html/matriz6_auto_01_output-1.png differ diff --git a/04_corr-extensiones_files/figure-html/matriz7_auto_01_output-1.png b/04_corr-extensiones_files/figure-html/matriz7_auto_01_output-1.png new file mode 100644 index 00000000..1664b78c Binary files /dev/null and b/04_corr-extensiones_files/figure-html/matriz7_auto_01_output-1.png differ diff --git a/README.md b/README.md index e806743e..91382a32 100644 --- a/README.md +++ b/README.md @@ -1,216 +1,11 @@ -# Program Evaluation for Public Service +# Estadística Correlacional: Asociación, inferencia y reporte -[PMAP 8521 • Spring 2023](https://evalsp23.classes.andrewheiss.com/) -[Andrew Heiss](https://www.andrewheiss.com/) • Andrew Young School of -Policy Studies • Georgia State University +Web: [correlacional.netlify.com](https://correlacional.netlify.app) ------------------------------------------------------------------------- +Este sitio es un fork de Andrew Heiss, [andrewheiss/evalsp23.classes.andrewheiss.com](https://github.com/andrewheiss/evalsp23.classes.andrewheiss.com) -**[Quarto](https://quarto.org/) + -[{targets}](https://docs.ropensci.org/targets/) + -[{renv}](https://rstudio.github.io/renv/) + -[{xaringan}](https://github.com/yihui/xaringan) = magic! 🪄** ------------------------------------------------------------------------- - -## How to build the site - -1. Install - [RStudio](https://www.rstudio.com/products/rstudio/download/#download) - version 2022.07.1 or later since it has a - [Quarto](https://quarto.org/) installation embedded in it. - Otherwise, download and install [Quarto](https://quarto.org/) - separately. -2. Open `evalsp23.Rproj` to open an [RStudio - Project](https://r4ds.had.co.nz/workflow-projects.html). -3. If it’s not installed already, R *should* try to install the [{renv} - package](https://rstudio.github.io/renv/) when you open the RStudio - Project for the first time. If you don’t see a message about package - installation, install it yourself by running - `install.packages("renv")` in the R console. -4. Run `renv::restore()` in the R console to install all the required - packages for this project. -5. Run `targets::tar_make()` in the R console to build everything. -6. 🎉 All done! 🎉 The complete website will be in a folder named - `_site/`. - -## {targets} pipeline - -I use the [{targets} package](https://docs.ropensci.org/targets/) to -build this site and all its supporting files. The complete pipeline is -defined in [`_targets.R`](_targets.R) and can be run in the R console -with: - -``` r -targets::tar_make() -``` - -The pipeline does several major tasks: - -- **Create supporting data files**: The problem sets and examples I use - throughout the course use many different datasets that come - prepackaged in R packages, I downloaded from sources online, or that I - generated myself. To make sure I and my students are using the latest, - most correct datasets, the functions in [`R/tar_data.R`](R/tar_data.R) - save and/or generate these datasets prior to building the website. - -- **Compress project folders**: To make it easier to distribute problem - sets and in-class activities to students, I compress all the folders - in the [`/projects/`](/projects/) folder so that students can download - and unzip a self-contained RStudio Project as a `.zip` file. These - targets are [dynamically - generated](https://books.ropensci.org/targets/dynamic.html) so that - any new folder that is added to `/projects/` will automatically be - zipped up when running the pipeline. - -- **Render xaringan slides to HTML and PDF**: Quarto supports HTML-based - slideshows through - [reveal.js](https://quarto.org/docs/presentations/revealjs/). However, - I created all my slides using - [{xaringan}](https://github.com/yihui/xaringan), which is based on - [remark.js](https://remarkjs.com/) and doesn’t work with Quarto. - Since (1) I recorded all the class videos using my {xaringan} slides - with a fancy template I made, and (2) I don’t want to recreate my - fancy template in reveal.js yet, I want to keep using {xaringan}. - - The pipeline [dynamically generates - targets](https://books.ropensci.org/targets/dynamic.html) for all the - `.Rmd` files in [`/slides/`](/slides/) and renders them using R - Markdown rather than Quarto. - - The pipeline then uses - [{renderthis}](https://jhelvy.github.io/renderthis/) to convert each - set of HTML slides into PDFs. - -- **Build Quarto website**: This project is a [Quarto - website](https://quarto.org/docs/websites/), which compiles and - stitches together all the `.qmd` files in this project based on the - settings in [`_quarto.yml`](_quarto.yml). See the [Quarto website - documentation](https://quarto.org/docs/websites/) for more details. - -- **Upload resulting `_site/` folder to my remote server**: Quarto - places the compiled website in a folder named `/_site/`. The pipeline - uses `rsync` to upload this folder to my personal remote server. This - target will only run if the `UPLOAD_WEBSITES` environment variable is - set to `TRUE`, and it will only work if you have an SSH key set up on - my personal server, which only I do. - -The complete pipeline looks like this: - -(This uses [`mermaid.js` -syntax](https://mermaid-js.github.io/mermaid/) and should display as a -graph on GitHub. You can also view it by pasting the code into -.) - -``` mermaid -graph LR - subgraph Graph - direction LR - x7ece18ea4dfd37ad(["data_barrels_rct"]):::queued --> x04215792a9a4d36b(["copy_barrels_rct"]):::queued - x1a70645cdb0e8eb9(["gen_barrels"]):::built --> x7ece18ea4dfd37ad(["data_barrels_rct"]):::queued - x676cecdcd5eb7813(["data_plot_barrel_dag_obs"]):::queued --> xa7f6f0c1b16f542a(["copy_plot_barrel_dag_obs"]):::queued - xdf832f8e1f99baf2(["schedule_file"]):::built --> x35552a73efe9c59f(["schedule_ical_data"]):::queued - x9061f97ff2027ff8(["data_attendance"]):::queued --> x7b056887098d4c56(["copy_attendance"]):::queued - x9c20b8c56debbe9a(["deploy_script"]):::built --> x78f3e0b711425f1c(["deploy_site"]):::queued - x7aa56383a054e8ba(["site"]):::queued --> x78f3e0b711425f1c(["deploy_site"]):::queued - x7b056887098d4c56(["copy_attendance"]):::queued --> x41092a7251862a9e(["copy_data"]):::queued - x3b13eed8c2f4209e(["copy_barrels_obs"]):::queued --> x41092a7251862a9e(["copy_data"]):::queued - x04215792a9a4d36b(["copy_barrels_rct"]):::queued --> x41092a7251862a9e(["copy_data"]):::queued - xbbb6d7ed9a6f640a(["copy_eitc"]):::skipped --> x41092a7251862a9e(["copy_data"]):::queued - xf17ad1e9c3822d18(["copy_evaluation"]):::skipped --> x41092a7251862a9e(["copy_data"]):::queued - xf812cd9b8b5444a5(["copy_food_health_politics"]):::built --> x41092a7251862a9e(["copy_data"]):::queued - xd2260b533f1829cb(["copy_monthly_panel"]):::built --> x41092a7251862a9e(["copy_data"]):::queued - x2a5bb41380dcc5b0(["copy_penguins"]):::queued --> x41092a7251862a9e(["copy_data"]):::queued - xa7f6f0c1b16f542a(["copy_plot_barrel_dag_obs"]):::queued --> x41092a7251862a9e(["copy_data"]):::queued - x6271c0b6a170e94e(["copy_plot_barrel_dag_rct"]):::queued --> x41092a7251862a9e(["copy_data"]):::queued - x9c50e551b1b09085(["copy_public_housing"]):::skipped --> x41092a7251862a9e(["copy_data"]):::queued - x0897796b858a5b3d(["copy_wage"]):::queued --> x41092a7251862a9e(["copy_data"]):::queued - xb4844be3dca7f02b(["project_paths"]):::queued --> x7a8b235bff1bfb75["project_files"]:::queued - x1917c787a0a4a0fd["project_zips"]:::queued --> x7aa56383a054e8ba(["site"]):::queued - x4d31f5a49d5ae49f(["schedule_ical_file"]):::queued --> x7aa56383a054e8ba(["site"]):::queued - x063edd335cc1b36f(["schedule_page_data"]):::queued --> x7aa56383a054e8ba(["site"]):::queued - xccbb2c85646c611a["xaringan_pdfs"]:::queued --> x7aa56383a054e8ba(["site"]):::queued - x60c212b45249134a["xaringan_slides"]:::queued --> x7aa56383a054e8ba(["site"]):::queued - xdf832f8e1f99baf2(["schedule_file"]):::built --> x063edd335cc1b36f(["schedule_page_data"]):::queued - xccb29afdb6aede8f(["gen_nets"]):::queued --> xbe28472fe2bce29e(["data_nets"]):::queued - xa48826fcb4dc2e34(["project_paths_change"]):::queued --> xb4844be3dca7f02b(["project_paths"]):::queued - x20b85e3488818f5e(["gen_data_tutoring"]):::queued --> x5cef82ddbf74dbd2(["gen_data_tutoring_sharp"]):::queued - x9061f97ff2027ff8(["data_attendance"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - xcd68d1a7c07ebab6(["data_barrels_obs"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - x7ece18ea4dfd37ad(["data_barrels_rct"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - xcd2bd51d3f2880dc(["data_bed_nets_real"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - x10e4e9d82e7b691d(["data_bed_nets_time_machine"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - xdba7a42d19fbbe49(["data_card"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - x068350206b5f4fee(["data_father_educ"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - x8288901d8e9e8d55(["data_gapminder"]):::built --> xb453b5ae08dcaee7(["build_data"]):::queued - x81182810f96b04c1(["data_injury"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - x182180f03bcfc8dc(["data_mpg"]):::built --> xb453b5ae08dcaee7(["build_data"]):::queued - xbe28472fe2bce29e(["data_nets"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - xa3d8306cecf136f4(["data_penguins"]):::skipped --> xb453b5ae08dcaee7(["build_data"]):::queued - x676cecdcd5eb7813(["data_plot_barrel_dag_obs"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - xc72ce427df7cb6d6(["data_plot_barrel_dag_rct"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - x313ad24da404b651(["data_tutoring_fuzzy"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - x6182dfd3a1ca6e02(["data_tutoring_sharp"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - x7ba0dec890393ab6(["data_village_obs"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - x4df77a4d5c017917(["data_village_rct"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - x9a78ab75449e880d(["data_wage"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - xb9fb625c05443344(["data_wage2"]):::queued --> xb453b5ae08dcaee7(["build_data"]):::queued - x1a70645cdb0e8eb9(["gen_barrels"]):::built --> xcd68d1a7c07ebab6(["data_barrels_obs"]):::queued - xc5cdd24fb6bd9f0e(["gen_village"]):::queued --> x4df77a4d5c017917(["data_village_rct"]):::queued - x4a210bdf90796bca(["xaringan_files_files"]):::built --> xf4774655f169db90["xaringan_files"]:::queued - x9d65856d614f77f4(["gen_data_bed_nets_real"]):::queued --> xcd2bd51d3f2880dc(["data_bed_nets_real"]):::queued - x7a0d40becb063bda(["xaringan_html_files_files"]):::queued --> x0751853b619def05["xaringan_html_files"]:::queued - xf4774655f169db90["xaringan_files"]:::queued --> x60c212b45249134a["xaringan_slides"]:::queued - x6deca4ab95db78c5(["gen_data_bed_nets"]):::queued --> x9d65856d614f77f4(["gen_data_bed_nets_real"]):::queued - x9a78ab75449e880d(["data_wage"]):::queued --> x0897796b858a5b3d(["copy_wage"]):::queued - xb453b5ae08dcaee7(["build_data"]):::queued --> x1917c787a0a4a0fd["project_zips"]:::queued - x41092a7251862a9e(["copy_data"]):::queued --> x1917c787a0a4a0fd["project_zips"]:::queued - x7a8b235bff1bfb75["project_files"]:::queued --> x1917c787a0a4a0fd["project_zips"]:::queued - x20b85e3488818f5e(["gen_data_tutoring"]):::queued --> x5c240766086c102f(["gen_data_tutoring_fuzzy"]):::queued - x5c240766086c102f(["gen_data_tutoring_fuzzy"]):::queued --> x313ad24da404b651(["data_tutoring_fuzzy"]):::queued - x1b5d71f80f0ded23(["gen_data_father_educ"]):::skipped --> x068350206b5f4fee(["data_father_educ"]):::queued - x60c212b45249134a["xaringan_slides"]:::queued --> x7a0d40becb063bda(["xaringan_html_files_files"]):::queued - x07bd1301298fd82f(["gen_barrel_dags"]):::queued --> xc72ce427df7cb6d6(["data_plot_barrel_dag_rct"]):::queued - x5cef82ddbf74dbd2(["gen_data_tutoring_sharp"]):::queued --> x6182dfd3a1ca6e02(["data_tutoring_sharp"]):::queued - xb91d56300ed67e72(["gen_attendance"]):::built --> x9061f97ff2027ff8(["data_attendance"]):::queued - xf38d3f5e6365ad72(["workflow_graph"]):::started --> x6e52cb0f1668cc22(["readme"]):::queued - x0751853b619def05["xaringan_html_files"]:::queued --> xccbb2c85646c611a["xaringan_pdfs"]:::queued - x07bd1301298fd82f(["gen_barrel_dags"]):::queued --> x676cecdcd5eb7813(["data_plot_barrel_dag_obs"]):::queued - xcd68d1a7c07ebab6(["data_barrels_obs"]):::queued --> x3b13eed8c2f4209e(["copy_barrels_obs"]):::queued - xc5cdd24fb6bd9f0e(["gen_village"]):::queued --> x7ba0dec890393ab6(["data_village_obs"]):::queued - xc72ce427df7cb6d6(["data_plot_barrel_dag_rct"]):::queued --> x6271c0b6a170e94e(["copy_plot_barrel_dag_rct"]):::queued - x35552a73efe9c59f(["schedule_ical_data"]):::queued --> x4d31f5a49d5ae49f(["schedule_ical_file"]):::queued - x6deca4ab95db78c5(["gen_data_bed_nets"]):::queued --> x10e4e9d82e7b691d(["data_bed_nets_time_machine"]):::queued - xa3d8306cecf136f4(["data_penguins"]):::skipped --> x2a5bb41380dcc5b0(["copy_penguins"]):::queued - end -``` - -## Fonts and colors - -The fonts used throughout the site are [Fira Sans -Condensed](https://fonts.google.com/specimen/Fira+Sans+Condensed) (for -headings and titles) and -[Barlow](https://fonts.google.com/specimen/Barlow) (for everything -else). - -The colors for the site and hex logo come from a palette of 8 colors -generated from the [viridis inferno color -map](https://cran.r-project.org/web/packages/viridis/vignettes/intro-to-viridis.html#the-color-scales): - -``` r -viridisLite::viridis(8, option = "inferno", begin = 0.1, end = 0.9) -``` - - - -## Licenses - -**Text and figures:** All prose and images are licensed under Creative -Commons ([CC-BY-NC -4.0](https://creativecommons.org/licenses/by-nc/4.0/)) - -**Code:** All code is licensed under the [MIT License](LICENSE.md). + diff --git a/_quarto.yml b/_quarto.yml index bd8c2b85..3d574872 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -1,5 +1,6 @@ project: type: website + output-dir: docs render: - "*.qmd" - "!slides/" @@ -9,9 +10,11 @@ project: - "slides/*.html" - "slides/*.pdf" - "slides/img/" + - "slides/images/" - "slides/libs/" - "slides/css/" - "slides/*_files/" + - "slides/*_files/figure-html" # See https://quarto.org/docs/projects/code-execution.html#freeze execute: @@ -19,169 +22,109 @@ execute: bibliography: files/bib/references.bib csl: files/bib/chicago-author-date.csl -description-meta: "Use modern statistical and data scientific tools to measure causal effects and evaluate public policy" +description-meta: "Estadística Correlacional - Inferencia, asociación y reporte" website: - title: "Program Evaluation" - site-url: "https://evalsp23.classes.andrewheiss.com" + title: "Estadística Correlacional" + site-url: "https://correlacional.netlify.app" - favicon: "/files/icon-512.png" + favicon: "/files/logo-correlacional-transp.png" - twitter-card: - image: "/files/social-image-sp23.png" - card-style: summary_large_image - creator: "@andrewheiss" + # twitter-card: + # image: "/files/social-image-sp23.png" + # card-style: summary_large_image + # creator: "@andrewheiss" # site: "@andrewheiss" open-graph: - image: "/files/social-image-sp23.png" - locale: en_US + image: "/files/logo-correlacional.png" # cambiar luego + locale: es navbar: pinned: true - background: "#EE6A24" + background: "#0f6070" right: - - syllabus.qmd + - text: "Informaciones" + file: news/index.qmd - schedule.qmd - - text: "Content" + - text: "Clases" file: content/index.qmd - - text: "Assignments" + - text: "Prácticos" file: assignment/index.qmd - - text: "Examples" - file: example/index.qmd - - text: "Resources" +# - text: "Trabajos" +# file: trabajos.qmd + - text: "Recursos" file: resource/index.qmd - - text: "News" - file: news/index.qmd - - icon: slack - href: "https://gsuevalsp2023.slack.com" - aria-label: Slack + - syllabus.qmd - icon: cloud-fill href: "https://rstudio.cloud" aria-label: RStudio.cloud sidebar: - - title: "Content" + - title: "Clases" style: "docked" search: false + lang: es background: dark contents: - - section: "Overview" - contents: - - content/index.qmd - - section: "Course content" + - text: "Descripción" + file: content/index.qmd + - section: "Presentaciones" contents: - - text: "1: Evaluation and the causal revolution" + - text: "Introducción" file: content/01-content.qmd - - text: "2: Regression and inference" + - text: "Inferencia 1" file: content/02-content.qmd - - text: "3: Theories of change and logic models" + - text: "Inferencia 2" file: content/03-content.qmd - - text: "4: Measurement and DAGs" + - text: "Inferencia 3" file: content/04-content.qmd - - text: "5: DAGs and potential outcomes" + - text: "Inferencia 4" file: content/05-content.qmd - - text: "6: Threats to validity" - file: content/06-content.qmd - - text: "7: Randomization and matching" - file: content/07-content.qmd - - text: "8: Diff-in-diff I" - file: content/08-content.qmd - - text: "9: Diff-in-diff II" - file: content/09-content.qmd - - text: "10: RDD I" - file: content/10-content.qmd - - text: "11: IV I" - file: content/11-content.qmd - - text: "12: IV II & RDD II" - file: content/12-content.qmd - - text: "13: Choosing and planning ethical evaluations" - file: content/13-content.qmd - - text: "14: Ethics, stories, and curiosity" - file: content/14-content.qmd - - - title: "Assignments" - contents: - - section: "Overview" - contents: - - assignment/index.qmd - - section: "Other projects" - contents: - - assignment/final-project.qmd - - assignment/weekly-check-in.qmd - - section: "Problem sets" - contents: - - assignment/01-problem-set.qmd - - assignment/02-problem-set.qmd - - assignment/03-problem-set.qmd - - assignment/04-problem-set.qmd - - assignment/05-problem-set.qmd - - assignment/06-problem-set.qmd - - assignment/07-problem-set.qmd - - assignment/08-problem-set.qmd - - assignment/09-problem-set.qmd - - section: "Evaluation" - contents: - - assignment/01-eval-background-theory.qmd - - assignment/02-eval-measurement.qmd - - assignment/03-eval-dag.qmd - - assignment/04-eval-threats.qmd - - - title: "Examples" - contents: - - section: "Overview" - contents: - - example/index.qmd - - section: "Simulated data" - contents: - - text: "Random numbers" - file: example/random-numbers.qmd - - text: "Synthetic data" - file: example/synthetic-data.qmd - - section: "Examples" - contents: - - example/rstudio-tidyverse.qmd - - example/regression.qmd - - example/dags.qmd - - example/po-ate-cate.qmd - - text: "RCTs" - file: example/rcts.qmd - - text: "Matching and IPW" - file: example/matching-ipw.qmd - - text: "Robust standard errors" - file: example/standard-errors.qmd - - text: "Unobserved confounding" - file: example/confounding-sensitivity.qmd - - text: "Diff-in-diff" - file: example/diff-in-diff.qmd - - example/rdd.qmd - - example/iv.qmd - - text: "ITT and CACE" - file: example/cace.qmd - - example/rdd-fuzzy.qmd - - - title: "Resources" + # - text: "Inferencia 2" + # file: content/06-content.qmd + # - text: "Inferencia 3" + # file: content/07-content.qmd + # - text: "Inferencia 4" + # file: content/08-content.qmd + # - text: "Asociación con categóricas" + # file: content/09-content.qmd + # - text: "Cierre" + # file: content/10-content.qmd + - text: "Foro Clases" + file: content/foro-clases.qmd + - title: "Prácticos" contents: - - section: "Overview" - contents: - - resource/index.qmd - - resource/r.qmd - - resource/style.qmd - - resource/data.qmd - - resource/citations.qmd - - resource/bayes.qmd - - resource/zilch.qmd - - section: "Study guides" + - text: "Descripción" + file: assignment/index.qmd + - section: "Guías" contents: - - resource/exam1.qmd - - resource/exam2.qmd - - section: "Guides" - contents: - - resource/install.qmd - - resource/markdown.qmd - - resource/rmarkdown.qmd - - resource/unzipping.qmd - + - text: "1: Curva Normal e Intervalos de Confianza" + file: assignment/01-practico.qmd + - text: "2: Intentando Rechazar" + file: assignment/02-practico.qmd + # - text: "3: Matrices de correlación y tamaños de efecto" + # file: assignment/03-practico.qmd + # - text: "4: Inferencia 1" + # file: assignment/04-practico.qmd + # - text: "5: Reportes dinámicos 2" + # file: assignment/05-practico.qmd + # - text: "6: Inferencia 2" + # file: assignment/06-practico.qmd + # - text: "7: Inferencia 3" + # file: assignment/07-practico.qmd + # - text: "8: Inferencia 4" + # file: assignment/08-practico.qmd + # - text: "9: Reporte - plantilla trabajos" + # file: assignment/09-practico.qmd + # - text: "10: Asociación con categóricas" + # file: assignment/10-practico.qmd + # - text: "CASEN-EBS" + # file: assignment/11-practico.qmd + - text: "Foro Prácticos" + file: assignment/foro-practicos.qmd + - text: "Consola R Online" + file: assignment/consola.qmd page-footer: left: | Content {{< fa brands creative-commons >}} {{< var course.copyright_year >}} by [{{< var instructor.name_no_title >}}]({{< var instructor.url >}})
diff --git a/_variables.yml b/_variables.yml index f03b4f9b..24448368 100644 --- a/_variables.yml +++ b/_variables.yml @@ -1,33 +1,40 @@ -author: Andrew Heiss +author: Juan Carlos Castillo (Credits to Andrew Heiss) instructor: - name: Dr. Andrew Heiss - name_no_title: Andrew Heiss - email: aheiss@gsu.edu - url: "https://www.andrewheiss.com" - twitter: andrewheiss - github: andrewheiss - office: "357 Andrew Young School" + name: Prof. Juan Carlos Castillo + name_no_title: Juan Castillo + email: "[juancastillov@uchile.cl](mailto:juancastillov@uchile.cl)" + url: "https://www.jc-castillo.com" + twitter: + github: juancarloscastillo + office: "325 Sociología FACSO, Universidad de Chile" contact_policy: >- - E-mail and Slack are the best ways to get in contact with me. I will try to respond to all course-related e-mails and Slack messages within 24 hours (*really*), but also remember that life can be busy and chaotic for everyone (including me!), so if I don't respond right away, don't worry! - appointment_url: https://calendly.com/andrewheiss/ + E-mail es la mejor manera de ponerse en contacto conmigo y con el equipo docente del curso. + appointment_url: https://calendly.com/juancastillov/horas-oficina + +other: + email: "[andreas.laffert@ug.uchile.cl](mailto:andreas.laffert@ug.uchile.cl)" + appointment_url: https://calendly.com/andreas-laffert + +other2: + email: "[martin.venegas@ug.uchile.cl](mailto:martin.venegas@ug.uchile.cl)" course: number: "PMAP 8521" - semester: "Spring 2023" - days: "Thursdays" - time: "7:15–9:45 PM" - location: "Aderhold Learning Center 204" - dates: "January 9–May 2, 2023" - github: "https://www.github.com/andrewheiss/evalsp23.classes.andrewheiss.com" - url: "https://evalsp23.classes.andrewheiss.com" - copyright_year: "2023" - slack: "https://gsuevalsp2023.slack.com" + semester: "Segundo 2024" + days: "Lunes y Martes" + time: "10:15-11:45 (Lunes) y 8:30-10:00 (Martes)" + location: "Lunes - Aulario C6, Martes - Aulario C7-C8 & FACSO 345" + dates: "12 Agosto al 29 de Noviembre, 2023" + github: "https://github.com/cursos-metodos-facso/correlacional" + url: "https://correlacional.netlify.app" + copyright_year: "2024" + slack: "" university: - name: Georgia State University - url: "https://www.gsu.edu" + name: Universidad de Chile + url: "https://www.uchile.cl" school: - name: Andrew Young School of Policy Studies - url: "https://aysps.gsu.edu/" + name: Departamento de Sociología, Facultad de Ciencias Sociales + url: "https://facso.uchile.cl/" diff --git a/assignment/01-eval-background-theory.qmd b/assignment/01-eval-background-theory.qmd deleted file mode 100644 index 5b59ff0d..00000000 --- a/assignment/01-eval-background-theory.qmd +++ /dev/null @@ -1,83 +0,0 @@ ---- -title: "Background and theory" -date: "2023-02-02" ---- - - -For your [final project](/assignment/final-project.qmd), you will conduct an evaluation for a social program of your choosing. In this assignment, you will explore the program's background, history, purpose, and theory. - -If you decide to use a different program for your final project, that's okay! This assignment doesn't have to be related to your final program, but it would be helpful—a more polished version of this assignment can be included as part of your final project. - - -## Instructions - -You need to complete the four sections listed below. Ideally you should type this in R Markdown and knit your document to HTML or Word or PDF, but you can also write in Word if you want (though your final project will need to be in R Markdown, and this would give you practice).[^citations] - -[^citations]: And if you want to be super brave, try using [R Markdown's citation system](/resource/markdown.qmd#citations)! - -**I've created an R Markdown template you can use here:** [{{< fa file-archive >}} `background-theory.zip`](/projects/background-theory.zip). It's also [available on RStudio.cloud](https://posit.cloud/spaces/323551/content/5299586). - -You can draw your impact theory and logic model charts by hand or with something like [Diagrams.net](https://www.diagrams.net/), [Lucidchart](https://www.lucidchart.com/pages/home), or [Creately](https://creately.com/). Export the image as a PNG, place it in the same directory as your R Markdown file, and include the image with Markdown. - -The syntax for adding an image in Markdown is fairly simple. Importantly, **it is not R code**, so *don't* try putting it in an R chunk. Just type this: - -```markdown -![Image caption](/path/to/image.png) -``` - -**Submit this assignment as a PDF or Word file on iCollege.** - ---- - -## Assignment outline - -### 1: Program background and purpose - -*(≈350 words)* - -Provide in-depth background about the program. Include details about (1) when it was started, (2) why it was started, (3) what it was designed to address in society. If the program hasn’t started yet, explain why it’s under consideration. Make sure you cite your sources appropriately! (In the past, some students have just copied/pasted text from a program's website; don't do that! Describe and analyze the program's background!) - - -### 2: Program theory - -*(≈400 words)* - -Explain and explore the program’s underlying theory. Sometimes programs will explain why they exist in a mission statement, but often they don’t and you have to infer the theory from what the program looks like when implemented. What did the program designers plan on occurring? Was this theory based on existing research? If so, cite it. - -Include a simple impact theory graph showing the program’s basic activities and outcomes. Recall from class and your reading that this is focused primarily on the theory and mechanisms, not on the implementation of the program. - - -### 3: Logic model - -List every possible input, activity, output, and outcome for the program and provide a brief 1–2 sentence description of each. - -#### Inputs - -- Something -- Something else - -#### Activities - -- Something -- Something else - -#### Outputs - -- Something -- Something else - -#### Outcomes - -- Something -- Something else - -#### Diagram - -Use flowchart software to connect the inputs, activities, outputs, and outcomes and create a complete logic model. Remember that inputs will always feed into activities, and that activities always produce outputs (that's the whole purpose of an activity: convert an input to an output). Include this as a figure. - - -### 4: Analysis - -*(≈150 words)* - -Evaluate how well the logic model relates to the program theory. Do the inputs, activities, and outputs have a logical, well-grounded connection to the intended outcomes? Under ideal conditions, would the components of the program lead to changes or lasting effects? diff --git a/assignment/01-practico.qmd b/assignment/01-practico.qmd new file mode 100644 index 00000000..f5cc1de3 --- /dev/null +++ b/assignment/01-practico.qmd @@ -0,0 +1,317 @@ +--- +title: "Distribución Normal e Intervalos de Confianza" +date: "2024-08-27" +lang: es +execute: + freeze: auto + cache: true +--- + +# Objetivo de la práctica + +El objetivo de esta guía práctica es introducirnos en la inferencia estadística, revisando los conceptos y aplicaciones de la curva normal y las probabilidades bajo esta con puntajes Z, además del cálculo de intervalos de confianza. + +En detalle, aprenderemos y recordaremos: + +1. Los conceptos de promedio y desviación estándar +2. Qué es la probabilidad y su aplicación para estadística +3. Qué es la distribución normal +4. Cómo calcular e interpretar intervalos de confianza + + +## Librerías + +Cargaremos algunas librerías que serán necesarias en las diferentes partes de esta guía práctica: + +```{r, warning=FALSE} +library(pacman) +pacman::p_load(tidyverse, # para sintaxis + ggplot2, # para gráficos + car, # para recodificar + psych, # para analizar datos + sjmisc, # para analizar datos + srvyr, # para estimación de IC y ponderadores + Publish) # para IC) + +options(scipen = 999) # para desactivar notacion cientifica +rm(list = ls()) # para limpar el entonrno de trabajo +``` + + +# 1. Promedio y desviación estándar + +El *promedio* y la *desviación estándar* son conceptos fundamentales para continuar hacia la estadística inferencial. Repasemos estos conceptos mediante un ejercicio con datos simulados. + +Primero, generaremos un vector de 100 valores aleatorios con $\mu = 5$ y $\sigma = 2$, y lo visualizaremos con la función `print`. + +```{r} +set.seed(123) # Fijar la semilla para reproducibilidad +vector <- rnorm(100, mean = 5, sd = 2) +print(vector) # Ver el vector generado +``` + + +¿Cómo se vería la distribución de este vector aleatorio? Primero realizaremos un gráfico de histograma con la función `hist` y luego uno de cajas con la función `boxplot`. + +```{r} +hist(vector,main="Histograma del Vector",xlab="Valor",ylab="Frecuencia",col="cyan4",border="black") +``` + +```{r} +boxplot(vector,main="Diagrama de Caja del Vector aleatorio",ylab="Valor",col="cyan3") +``` + +Ahora, calculamos la media y la desviación estándar del vector: + +```{r} +media <- mean(vector) +desv_estandar <- sd(vector) + +cat("Media:", media, "\n") +cat("Desviación Estándar:", desv_estandar, "\n") +``` + +La media, que es una medida de tendencia central, nos presenta un valor que resume nuestros datos aproximándonos al "centro" de la distribución. Y la desviación estándar es una medida de dispersión que nos presenta un valor que resume nuestros datos en cuanto a qué tan "dispersos" se encuentran. + +En el caso de nuestro vector, creado con datos aleatorios, la media $\bar{x} = 5,18$ nos muestra que el promedio de los datos se encuentra en torno a 5,2. + +Ahora, recordemos la fórmula de la desviación estándar: + +$$ +s = \sqrt{\frac{\sum_{i=1}^{n} (x_i-\bar{x})^2 }{N-1}} +$$ + +Donde: + +- $N$ es el tamaño del vector, + +- $x_i$ son los valores individuales del vector, + +- $\bar{x}$ es la media del vector. + +La desviación estándar corresponde, entonces, a un promedio de lo que cada valor se aleja del promedio del vector. En el caso de nuestro vector, $s = 1,82$ nos muestra que en promedio los datos se alejan 1,82 puntos del promedio. + +La desviación estándar es un concepto clave para Inferencia Estadística. + + +::: callout-note + +Antes de seguir, recordemos que... + +Llamamos **inferencia estadística** al ejercicio de extrapolar determinadas estimaciones (estadísticos) de una muestra a una población más grande (parámetros). En concreto, es el proceso de realizar conclusiones o predicciones sobre una población a partir de una muestra o subconjunto de esa población. + +![](../files/INFERENCIA.jpg) + +La **probabilidad de error** indica en qué medida nos estamos equivocando (o estamos dispuestos a estar equivocados) en tratar de extrapolar una estimación muestral a la población. +::: + + +# 2. Probabilidad + +Para pensar en la idea de probabilidad realicemos la tarea propuesta en la [Clase de Inferencia 1](/content/02-content.html). En esta tarea se buscaba generar los resultados posibles al lanzar dos dados. Primero se busca sumar los resultados entregados por ambos dados, y luego promediar los resultados: + +```{r} +# Generar todas las combinaciones posibles de dos dados +dado1 <- rep(1:6, each = 6) +dado2 <- rep(1:6, times = 6) + +# Calcular la suma y el promedio para cada combinación +suma <- dado1 + dado2 +promedio <- suma / 2 + +# Crear un data frame con los resultados +resultados <- data.frame(dado1, dado2, suma, promedio) + +# Mostrar el data frame +print(resultados) +``` + +Esto se puede observar de manera gráfica de la siguiente forma: + +```{r} +# Gráfico de frecuencias para la suma +ggplot(resultados, aes(x = suma)) + + geom_bar(fill = "cyan4", color = "black") + + labs(title = "Gráfico de Frecuencias de la Suma", x = "Suma", y = "Frecuencia") + +# Gráfico de frecuencias para los promedios +ggplot(resultados, aes(x = promedio)) + + geom_bar(fill = "cyan3", color = "black") + + labs(title = "Gráfico de Frecuencias de los Promedios", x = "Promedio", y = "Frecuencia") +``` + +¿Y cuál es la probabilidad de ocurrencia de cada resultaado? + +```{r} +# Calcular las frecuencias de cada promedio +tabla_frecuencias <- table(resultados$promedio) + +# Calcular la probabilidad de ocurrencia de cada promedio +probabilidades <- tabla_frecuencias / sum(tabla_frecuencias) + +# Crear la tabla final con valores de promedios y sus probabilidades +tabla_final <- data.frame(Promedio = as.numeric(names(probabilidades)), + Probabilidad = as.numeric(probabilidades)) + +# Mostrar la tabla final +print(tabla_final) +``` + +La ocurrencia de algunos eventos (como la suma o promedio de dos dados) tienen una probabilidad determinada, lo que genera una distribución teórica de probabilidad. + +Si repito un evento aleatorio (ej: sacar muestras repetidas de dos dados y promediarlos) obtengo la distribución empírica de probabilidad (de frecuencias de los eventos). + +De acuerdo con la *ley de los grandes números*, el promedio empírico convergerá al teórico a medida que aumenta el número de repeticiones. Eso podemos observarlo: + + +# 3. Distribución Normal + +## 3.1. Curvas de distribución + +Por **distribución** nos referimos al conjunto de todos los valores posibles de una variable y las frecuencias (o probabilidades) con las que se producen. + +Existen **distribuciones empíricas** y **distribuciones teóricas**, en donde: + +- las primeras reflejan la distribución de los valores que asume la variable en un grupo _concreto_ a partir de una observación. +- las segundas son una _función matématica_ que expresan la distribución de un conjunto de números mediante su _probabilidad de ocurencia_. + +Estas últimas son también llamadas **curvas de distribución**. + + +## 3.2. Distribución Normal + +Es una distribución teórica que corresponde a una curva que representa la distribución de los casos de la población en torno al promedio y con una varianza conocida. + +- Simétricas y con un solo punto de elevación +- La pendiente es más fuerte cerca del centro, y se suaviza hacia los extremos +- Coinciden al centro el promedio, la mediana y la moda +- La desviación estandar expresa su dispersión. +- Establece áreas o *proporciones* bajo la curva en base a desviaciones estándar del promedio. + + +## 3.3. Distribución Normal Estándar + +La distribución normal estándar es una distribución normal con una media de 0 y una desviación estándar de 1. + +![](../slides/img/norm2.png) + +## 3.4. Puntaje Z y estandarización de variables + +Al estandarizar las variables (como en la Curva Normal Estándar) lo que hacemos es expresar el valor de una distribución en términos de desviaciones estándar basados en la distribución normal. Esto nos permite comparar distribuciones distintas. + +Al valor estandarizado lo llamamos **puntaje Z**, y corresponde a la cantidad de desviaciones estándar que nos alejamos del promedio (para cada variable con la que trabajemos). + + +## 3.5. Cálculo de probabilidades con puntaje z + +Los valores estandarizados o puntajes Z además nos permiten conocer probabilidades. + +Con R es posible generar un conjunto de datos simulados con una distribución normal. + +```{r} +x_values <- seq(-4,4,length=1000) +y_values <- dnorm(x_values) +plot(x_values,y_values,type="l",xlab="Valor Z",ylab="Probabilidad",main="Distribución Normal") +``` + +Podemos preguntar qué parte de la curva cae por debajo de un valor particular. Por ejemplo, preguntaremos sobre el valor 0 antes de ejecutar el código. Piense ¿cuál debería ser la respuesta? + +```{r} +pnorm(q = 0) +``` + +Por tanto, la probabilidad (en una curva normal estándar) de obtener un valor igual o menor a 0 es de 0.5, es decir, del 50%, pero ¿por qué? + +> Porque como la distribución normal estándar es simétrica al rededor de cero, la probabilidad de que sea menor o igual a cero es 0.5, es decir, el 50% de la distribución está por debajo de cero y el otro 50% está por encima de cero. + +Eso lo podemos ver en el gráfico: + +```{r} +plot(x_values,y_values,type="l",xlab="Valor Z",ylab="Probabilidad",main="Distribución Normal") +abline(v=0) +``` + +Ahora probemos los valores Z de +1,96 y -1,96. + +Sabemos que estos valores aproximados marcan el 2,5% superior e inferior de la distribución normal estándar. Esto corresponde a un alfa típico $\alpha = 0,05$ para una prueba de hipótesis de dos colas. + +```{r} +pnorm(q = 1.96, lower.tail=TRUE) +``` + +La respuesta nos dice lo que ya sabemos: el 97,5% de la distribución normal ocurre por debajo del valor z de 1,96. + +Podemos agregar una línea al gráfico para mostrar dónde se usaría `abline`. + +El 97,5% de la distribución queda por debajo de esta línea. + +```{r} +plot(x_values, y_values, type="l", lty=1, xlab="Z value", ylab="Probability", main="Normal Distribution") + +abline(v = 1.96) +``` + +# 4. Intervalos de confianza + +Un intervalo de confianza es un rango dentro del cual es probable que se encuentre un parámetro poblacional con un nivel de confianza específico. Además, proporciona información sobre la precisión de nuestras estimaciones. + +Como vimos en la [sesión 4](/content/04-content.html) el promedio de la muestra $\bar{x}$ se distruye normal, con un error estándar $SE$, lo que nos permite estimar probabilidades basándonos en la curva normal. + +Por ejemplo, si nos desviamos $\pm1.96SE$ desde la media abarcaremos aproximadamente el 95% de los valores probables. + +![](https://multivariada.netlify.app/slides/images/normal.png) + + +::: callout-note +**Nivel de confianza**: Corresponde a la probabilidad de que la muestra elegida produzca un intervalo que incluya el parámetro que se está estimando ($1-\alpha$). + +**Nivel de significacncia**: Corresponde a la probabilidad de que el intervalo calculado a partir de la muestra no comprenda el parámetro de la población ($\alpha$). +::: + + +## 4.1. Cálculo de intervalos de confianza + +En el caso de nuestro vector aleatorio, un intervalo de confianza para la media se puede calcular de la siguiente manera: + +```{r} +# Calcular un intervalo de confianza para la media +intervalo_confianza <- t.test(vector)$conf.int # Intervalo de confianza del 95% para la media +intervalo_confianza +``` + +También podemos calcular intervalos de confianza para casos reales. Carguemos la base de datos que utilizaremos, que corresponde a un subset de la Encuesta Suplementaria de ingresos [ESI](https://www.ine.gob.cl/estadisticas/sociales/ingresos-y-gastos/encuesta-suplementaria-de-ingresos) para ocupados: + +```{r} +load(url("https://github.com/cursos-metodos-facso/datos-ejemplos/raw/main/esi-2021-ocupados.rdata")) +``` + +::: callout-note +Recordemos que podemos contar con bases de datos que tengan factor de expansión (ponderador) o no. Esta distinción se presenta cuando trabajamos con muestras simples o complejas. Al trabajar con muestras complejas debemos identificar cuál es la variable del ponderador e incorporarla en nuestro cálculo. + +En esta guía practicaa trabajaremos sin factores de expansión o ponderadores. +::: + + +#### IC para Medias + +Calculemos un intervalo de confianza para la media de ingresos de personas ocupadas: + +```{r} +psych::describe(esi$ing_t_p) +``` + +```{r} +Publish::ci.mean(esi$ing_t_p, alpha = 0.05) +``` + +Contamos con una media de ingresos de \$586.360 como estimación puntual. Pero también podemos decir que con un 95% de confianza el parámetro poblacional se encontrará entre \$579.266 y \$593.454. + + +# Resumen + +Hoy pudimos aprender y recordar: + +1. Los conceptos de promedio y dispersión +2. Qué es la probabilidad y su aplicación para estadística +3. Qué es la distribución normal +4. Cómo calcular e interpretar intervalos de confianza + diff --git a/assignment/01-practico_files/figure-html/unnamed-chunk-10-1.png b/assignment/01-practico_files/figure-html/unnamed-chunk-10-1.png new file mode 100644 index 00000000..5e1acf41 Binary files /dev/null and b/assignment/01-practico_files/figure-html/unnamed-chunk-10-1.png differ diff --git a/assignment/01-practico_files/figure-html/unnamed-chunk-11-1.png b/assignment/01-practico_files/figure-html/unnamed-chunk-11-1.png new file mode 100644 index 00000000..3c0fe0aa Binary files /dev/null and b/assignment/01-practico_files/figure-html/unnamed-chunk-11-1.png differ diff --git a/assignment/01-practico_files/figure-html/unnamed-chunk-12-1.png b/assignment/01-practico_files/figure-html/unnamed-chunk-12-1.png new file mode 100644 index 00000000..29daf7e3 Binary files /dev/null and b/assignment/01-practico_files/figure-html/unnamed-chunk-12-1.png differ diff --git a/assignment/01-practico_files/figure-html/unnamed-chunk-13-1.png b/assignment/01-practico_files/figure-html/unnamed-chunk-13-1.png new file mode 100644 index 00000000..f8090258 Binary files /dev/null and b/assignment/01-practico_files/figure-html/unnamed-chunk-13-1.png differ diff --git a/assignment/01-practico_files/figure-html/unnamed-chunk-3-1.png b/assignment/01-practico_files/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 00000000..8e134881 Binary files /dev/null and b/assignment/01-practico_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/assignment/01-practico_files/figure-html/unnamed-chunk-4-1.png b/assignment/01-practico_files/figure-html/unnamed-chunk-4-1.png new file mode 100644 index 00000000..24dea710 Binary files /dev/null and b/assignment/01-practico_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/assignment/01-practico_files/figure-html/unnamed-chunk-6-1.png b/assignment/01-practico_files/figure-html/unnamed-chunk-6-1.png new file mode 100644 index 00000000..f5505c28 Binary files /dev/null and b/assignment/01-practico_files/figure-html/unnamed-chunk-6-1.png differ diff --git a/assignment/01-practico_files/figure-html/unnamed-chunk-6-2.png b/assignment/01-practico_files/figure-html/unnamed-chunk-6-2.png new file mode 100644 index 00000000..f88652d5 Binary files /dev/null and b/assignment/01-practico_files/figure-html/unnamed-chunk-6-2.png differ diff --git a/assignment/01-practico_files/figure-html/unnamed-chunk-7-1.png b/assignment/01-practico_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 00000000..f80ad422 Binary files /dev/null and b/assignment/01-practico_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/assignment/01-practico_files/figure-html/unnamed-chunk-7-2.png b/assignment/01-practico_files/figure-html/unnamed-chunk-7-2.png new file mode 100644 index 00000000..7fec52cb Binary files /dev/null and b/assignment/01-practico_files/figure-html/unnamed-chunk-7-2.png differ diff --git a/assignment/01-practico_files/figure-html/unnamed-chunk-8-1.png b/assignment/01-practico_files/figure-html/unnamed-chunk-8-1.png new file mode 100644 index 00000000..54774e94 Binary files /dev/null and b/assignment/01-practico_files/figure-html/unnamed-chunk-8-1.png differ diff --git a/assignment/01-practico_files/figure-html/unnamed-chunk-9-1.png b/assignment/01-practico_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..0e635c87 Binary files /dev/null and b/assignment/01-practico_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/assignment/01-problem-set.qmd b/assignment/01-problem-set.qmd deleted file mode 100644 index 2fbf98c1..00000000 --- a/assignment/01-problem-set.qmd +++ /dev/null @@ -1,113 +0,0 @@ ---- -title: "Problem set 1" -date: "2023-01-19" ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.align = "center") -``` - -## Task 1: Introduce yourself to R, RStudio, and the tidyverse - -1. Go the the example page for this week, ["Welcome to R, RStudio, and the tidyverse"](/example/rstudio-tidyverse.qmd), and work through the different primers and videos in the four parts of the page. - - It seems like there's a lot on the page, but they're short and go fairly quickly (especially as you get the hang of the syntax). Also, **I have no way of seeing what you do or what you get wrong or right, and that's totally fine!** If you get stuck and want to skip some (or if it gets too easy), go right ahead and skip them! - - -## Task 2: Make an RStudio Project - -1. Use either RStudio.cloud or RStudio on your computer (preferably RStudio on your computer! [Follow these instructions to get started!](/resource/install.qmd)) to create a new RStudio Project. Refer to the [example page you read in Task 1 for instructions](/example/rstudio-tidyverse.qmd#part-3-rstudio-projects) - -2. Create a folder named "data" in the project folder you just made. - -3. Download this CSV file and place it in that folder: - - - [{{< fa file-csv >}} `cars.csv`](/files/data/package_data/cars.csv) - -4. In RStudio, go to "File" > "New File…" > "R Markdown…" and click "OK" in the dialog without changing anything. - -5. Delete all the placeholder text in that new file and replace it with this: - -````{verbatim, indent=" "} ---- -title: "Problem set 1" -author: "Put your name here" -output: html_document ---- - -```{r load-libraries-data, warning=FALSE, message=FALSE} -library(tidyverse) - -cars <- read_csv("data/cars.csv") -``` - -# Learning R - -Tell me that you worked through the primers and videos and examples at the example page for this week: - -WRITE SOMETHING HERE LIKE "I did all the primers and had the time of my life!" or whatever. - - -# My first plots - -Insert a chunk below and use it to create a scatterplot (hint: `geom_point()`) with diplacement (`displ`) on the x-axis, city MPG (`cty`) on the y-axis, and with the points colored by drive (`drv`). - -PUT CHUNK HERE - -Insert a chunk below and use it to create a histogram (hint: `geom_histogram()`) with highway MPG (`hwy`) on the x-axis. Do not include anything on the y-axis (`geom_histogram()` will do that automatically for you). Choose an appropriate bin width. If you're brave, facet by drive (`drv`). - -PUT CHUNK HERE - - -# My first data manipulation - -Insert a chunk below and use it to calculate the average city MPG (`cty`) by class of car (`class`). This won't be a plot---it'll be a table. Hint: use a combination of `group_by()` and `summarize()`. - -PUT CHUNK HERE -```` - -6. Save the R Markdown file with some sort of name (**without any spaces!**) - -7. Your project folder should look something like this: - -```{r project-structure, echo=FALSE, out.width="30%"} -knitr::include_graphics("/files/img/assignments/project-structure.png", error = FALSE) -``` - - -## Task 3: Work with R - -1. Remove the text that says "PUT CHUNK HERE" and insert a new R code chunk. Either type ctrl + alt + i on Windows, or + + i on macOS, or use the "Insert Chunk" menu: - -```{r insert-chunk-button, echo=FALSE, out.width="19%"} -knitr::include_graphics("/files/img/assignments/insert-chunk-button.png", error = FALSE) -``` - -2. Follow the instructions for the three chunks of code. - -3. Knit your document as a Word file (or PDF if you're brave and [installed LaTeX](/resource/install.qmd#install-tinytex)). Use the "Knit" menu: - -```{r knit-button, echo=FALSE, out.width="30%"} -knitr::include_graphics("/files/img/assignments/knit-button.png", error = FALSE) -``` - -4. Upload the knitted document to iCollege. - -5. `r emoji::emoji("tada")` Party! `r emoji::emoji("tada")` - - -:::{.callout-tip} - -You'll be doing this same process for all your future problem sets. Each problem set will involve an R Markdown file. You can either create a new RStudio Project directory for all your work: - -```{r single-directory, echo=FALSE, out.width="30%"} -knitr::include_graphics("/files/img/reference/rproj-one-folder.png", error = FALSE) -``` - -Or you can create individual projects for each assignment and project: - -```{r multiple-directories, echo=FALSE, out.width="30%",} -knitr::include_graphics("/files/img/reference/rproj-multiple-folders.png", error = FALSE) -``` - -::: diff --git a/assignment/02-eval-measurement.qmd b/assignment/02-eval-measurement.qmd deleted file mode 100644 index 314debfe..00000000 --- a/assignment/02-eval-measurement.qmd +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: "Measurement" -date: "2023-02-09" ---- - -For your [final project](/assignment/final-project.qmd), you will conduct an evaluation for a social program of your choosing. In this assignment, you will decide how to best measure two of the program's outcomes. - -If you decide to use a different program for your final project, that's okay! This assignment doesn't have to be related to your final program, but it would be extraordinarily helpful—a more polished version of this assignment can be included as part of your final project. - - -## Instructions - -You need to complete the two sections listed below. Ideally you should type this in R Markdown and knit your document to HTML or Word or PDF, but you can also write in Word if you want (though your final project will need to be in R Markdown, and this would give you practice).[^citations] - -[^citations]: And if you want to be super brave, try using [R Markdown's citation system](/resource/markdown.qmd#citations)! - -**I've created an R Markdown template you can use here:** [{{< fa file-archive >}} `measurement.zip`](/projects/measurement.zip). It's also [available on RStudio.cloud](https://rstudio.cloud/spaces/269500/content/4357669). - -**Submit this assignment as a PDF or Word file on iCollege.** - ---- - -## Assignment outline - -### 1: Measurement and abstraction for full-day kindergarten - -Read [this article about half-day vs. full-day kindergarten in Utah](https://archive.sltrib.com/story.php?ref=/news/ci_13164697). The article is 10 years old, and half-day kindergarten still remains standard practice in most Utah school districts. - -Pretend you are the administrator of the Optional Extended Day Kindergarten initiative. Based on the *Salt Lake Tribune* article (which provides hints throughout, and especially in one of the final paragraphs), and based on your own knowledge of educational outcomes, make a list of **two (2) possible outcomes** of the full-day kindergarten program. - -Then, *for each of those two outcomes*, do the following: Using the concept of the "ladder of abstraction" that we discussed in class (e.g. identifying a witch, measuring poverty, etc.), make a list of all the possible attributes of the outcome. Narrow this list down to 3–4 key attributes. Discuss how you decided to narrow the concepts and justify why you think these attributes capture the outcome. *(≈100 words)* - -Then, *for each of those attributes*, answer these questions: - -- *Measurable definition*: How would you specifically define this attribute? (i.e. if the attribute is "reduced crime", define it as "The percent change in crime in a specific neighborhood during a certain time frame" or something similar) -- *Ideal measurement*: How would you measure this attribute in an ideal world? -- *Feasible measurement*: How would you measure this given reality and given limitations in budget, time, etc.? -- *Measurement of program effect*: How would to connect this measure to people in the program? How would you check to see if the program itself had an effect? - - -### 2: Measurement and abstraction for your program - -Make a list of two possible outcomes of your selected program. For each of those outcomes, make a list of all the possible attributes. Narrow this list down to 3–4 key attributes. Discuss how you decided to narrow the concepts and justify why you think these attributes capture the outcome. *(≈100 words)* - -Then, *for each of those attributes*, answer these questions: - -- *Measurable definition*: How would you specifically define this attribute? (i.e. if the attribute is "reduced crime", define it as "The percent change in crime in a specific neighborhood during a certain time frame" or something similar) -- *Ideal measurement*: How would you measure this attribute in an ideal world? -- *Feasible measurement*: How would you measure this given reality and given limitations in budget, time, etc.? -- *Measurement of program effect*: How would to connect this measure to people in the program? How would you check to see if the program itself had an effect? diff --git a/assignment/02-practico.R b/assignment/02-practico.R new file mode 100644 index 00000000..a18a546a --- /dev/null +++ b/assignment/02-practico.R @@ -0,0 +1,204 @@ +# Código: Práctico 2 Estadística Correlacional 2024 +# Fecha: 03-09-2024 +# Autor: Equipo Docente + +# 1. Cargar librerías ----------------------------------------------------- + +# install.packages("pacman") + +pacman::p_load(dplyr, # Manipulacion datos + gginference, # Visualizacion + rempsyc, # Reporte + kableExtra, # Tablas + broom) # Varios + +options(scipen = 999) # para desactivar notacion cientifica +rm(list = ls()) # para limpiar el entorno de trabajo + +# 2. Cargar datos --------------------------------------------------------- + +load(url("https://github.com/cursos-metodos-facso/datos-ejemplos/raw/main/proc_casen.RData")) #Cargar base de datos + +# 3. Explorar datos ------------------------------------------------------- + +names(proc_casen) # Nombre de columnas +dim(proc_casen) # Dimensiones + +# Ejercicio 1 --------------------------------------------------------- + +# a) Procesamiento + +casen_subset <- proc_casen %>% + select(sexo, ytrabajocor) %>% # seleccionamos + sample_n(1500) # extraemos una muestra de 1500 casos + +casen_subset <- na.omit(casen_subset) # eliminamos casos perdidos (listwise) + +# b) Tabla descriptiva + +casen_subset %>% + dplyr::group_by(sexo) %>% # se agrupan por la variable categórica + dplyr::summarise(Obs. = n(), + Promedio = mean(ytrabajocor, na.rm=TRUE), + SD = sd(ytrabajocor, na.rm=TRUE)) %>% # se agregan las operaciones a presentar en la tabla + kable(format = "markdown") # se genera la tabla + +# c) Resolver con 5 pasos inferencia + +# 1 Formulación hipótesis + +## HA: X hombres - X mujeres > 0 +## H0: X hombres - X mujeres ≤ 0 + +# 2, 3 y 4 en R + +test_ej1 <- t.test(casen_subset$ytrabajocor ~ casen_subset$sexo, + alternative = "greater", + conf.level = 0.95) + +test_ej1 + +stats.table <- tidy(test_ej1, conf_int = T) +nice_table(stats.table, broom = "t.test") + +gginference::ggttest(test_ej1) + +# 5 Interpretacion + +## Efecto, significancia y decisión de rechazo (o no) + +# Ejercicio 2 ---------------------------------------------- + +# a) Procesamiento + +goldin_data <- proc_casen %>% + dplyr::select(ocupado, sexo, ytrabajocor, hijo) %>% + dplyr::filter(ocupado == 1 & sexo == 2) %>% + sample_n(1500) %>% + na.omit()# creamos subset con solo mujeres ocupadas + +# b) Tabla descriptiva + +goldin_data %>% + dplyr::group_by(hijo) %>% + dplyr::summarise(Obs. = n(), + Media = mean(ytrabajocor, na.rm = T), + DS = sd(ytrabajocor, na.rm = T)) %>% + kable(format = "markdown") # hacemos la tabla + +# c) Resolver con 5 pasos inferencia + +# 1 Formulación hipótesis + +## HA: X sin hijos - X con hijos < 0 +## H0: X sin hijos - X con hijos ≥ 0 + +# 2, 3 y 4 en R + +test_ej2 <- t.test(goldin_data$ytrabajocor ~ goldin_data$hijo, + alternative = "less", + conf.level = 0.95) + +test_ej2 + +stats.table <- tidy(test_ej2, conf_int = T) +nice_table(stats.table, broom = "t.test") + +gginference::ggttest(test_ej2) + +# 5 Interpretacion + +## Efecto, significancia y decisión de rechazo (o no) + +# Ejercicio 3 ---------------------------------------------- + +# a) Procesamiento + +set.seed(03092024) # Fijar una semilla para reproducibilidad + +proc_casen <- proc_casen %>% + select(universitaria, ytrabajocor) %>% + # Solo para que la tabla se vea mejor, vamos a generar una variable categórica + mutate( + universitaria_cat = case_when( + universitaria == 1 ~ "Tiene educación universitaria", + universitaria == 0 ~ "No tiene educación universitaria", + TRUE ~ NA + ) + ) %>% + filter(!is.na(ytrabajocor)) %>% # Filtramos por los casos que no tengan NA en la variable de ingresos + sample_n(1500) # Generamos una muestra aleatoria de 1500 casos + +# b) Tabla descriptiva + +proc_casen %>% + group_by(universitaria_cat) %>% + summarise( + Obs. = n(), + Media = mean(ytrabajocor), + SD = sd(ytrabajocor) + ) %>% + kable(format = "markdown") + +# c) Resolver con 5 pasos inferencia + +# 1 Formulación hipótesis + +# Para este caso, ambos tipos de hipótesis (direccional y no direccional) podrían ser argumentadas. +# Para mantener la simplicidad, vamos a contrastar una hipótesis no direccional. +# Esto quiere decir que queremos comprobar si en la población existen diferencias en los +# ingresos medios entre quienes tienen educación universitaria y quienes no. +# En lenguaje de contraste de hipótesis, HA y H0 serían así: + +## HA: X universitaria - X nouniversitaria ≠ 0 +## H0: X universitaria - X nouniversitaria = 0 + +# 2, 3 y 4 en R + +# Prueba t no direccional al 95% se confianza +test95_ej3 <- t.test(proc_casen$ytrabajocor ~ proc_casen$universitaria, + alternative = "two.sided", + conf.level = 0.95, + var.equal = T + ) +test95_ej3 + +stats.table <- tidy(test95_ej3, conf_int = T) +nice_table(stats.table, broom = "t.test") + +gginference::ggttest(test95_ej3) + +# Prueba t no direccional al 99% se confianza +test99_ej3 <- t.test(proc_casen$ytrabajocor ~ proc_casen$universitaria, + alternative = "two.sided", + conf.level = 0.99, + var.equal = T + ) +test99_ej3 + +stats.table <- tidy(test99_ej3, conf_int = T) +nice_table(stats.table, broom = "t.test") + +gginference::ggttest(test99_ej3) + +# 5 Interpretacion + +media_univ <- round(mean(proc_casen %>% filter(universitaria == 1) %>% pull(ytrabajocor))) +sd_univ <- round(sd(proc_casen %>% filter(universitaria == 1) %>% pull(ytrabajocor))) + +media_nouniv <- round(mean(proc_casen %>% filter(universitaria == 0) %>% pull(ytrabajocor))) +sd_nouniv <- round(sd(proc_casen %>% filter(universitaria == 0) %>% pull(ytrabajocor))) + +df95 <- test95_ej3$parameter[[1]] +t95 <- test95_ej3$statistic[[1]] +p95 <- test95_ej3$p.value[[1]] + +## Efecto, significancia y decisión de rechazo (o no) +interpretacion_ej3 <- paste0( + "Primero, para determinar si existen diferencias en los ingresos medios entre quienes tienen educación universitaria", + "(X = ", media_univ, "; SD = ", sd_univ, ") y quienes no (X = ", media_nouniv, "; SD = ", sd_nouniv, ")", + " aplicamos una prueba t no direccional para dos muestras independientes al 95% de confianza.", + " Los resultados de la prueba entregan evidencia para rechazar la hipótesis nula H0 sobre no diferencias en las medias de ingresos, t(", df95, ") =", t95, "; p =", p95 + ) + +print(interpretacion_ej3) diff --git a/assignment/02-practico.qmd b/assignment/02-practico.qmd new file mode 100644 index 00000000..b968e49b --- /dev/null +++ b/assignment/02-practico.qmd @@ -0,0 +1,284 @@ +--- +title: "Práctico 2: Intentando rechazar" +date: "2024-09-03" +lang: es +execute: + freeze: auto + cache: false +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(warning = F, + error = F, + message = F) +``` +# Objetivo de la práctica + +El objetivo de esta guía práctica es realizar una serie de ejercicios de inferencia estadística, tomando como base todos los contenidos de la **Unidad 1**. + +En detalle, aprenderemos: + +1. Aplicar pruebas de hipótesis de diferencia de medias. +2. Aplicar pruebas de hipótesis direccionales. +3. Aplicar e interpretar los pasos de inferencia estadística. + +## Recursos de la práctica + +En esta práctica trabajaremos con un subconjunto de datos previamente procesados de la Encuesta de Caracterización Socioeconómica (CASEN) del año 2022, elaborada por el [Ministerio de Desarrollo Social y Familia](https://observatorio.ministeriodesarrollosocial.gob.cl/). Para este ejercicio, obtendremos directamente esta base desde internet. No obstante, también tienes la opción de acceder a la misma información a través del siguiente enlace: [{{< fa table >}} `CASEN 20222`](https://github.com/cursos-metodos-facso/datos-ejemplos/raw/main/proc_casen.RData). Desde allí, podrás descargar el archivo que contiene el subconjunto procesado de la base de datos CASEN 2022. + +## Cinco pasos para la inferencia estadística + +![](https://correlacional.netlify.app/slides/img/rechazar_meme.png) + +En inferencia, las pruebas de hipótesis nos ayudan a determinar si el resultado que obtenemos en nuestra muestra es un efecto real/extensible a la población o un error. Aquí recomendamos una lista de cinco pasos lógicos para enfrentarnos a la inferencia estadística: + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Paso Detalle
1Formula $H_0$ y $H_A$ y estipula la dirección de la prueba
2Calcula el error estándar (SE) y el valor estimado de la prueba (ej: Z o t)
3Especifica la probabilidad de error $\alpha$ y el valor crítico de la prueba
4Contrasta el valor estimado con el valor crítico
5Intrepreta los resultados
+ +Además de estos 5 pasos también existe la posibilidad de calcular un intervalo de confianza, que acompañe la precisión de nuestra estimación. + +# Preparación datos + +Comencemos por preparar nuestros datos. Iniciamos cargando las librerías necesarias. + +```{r librerias, collapse=TRUE} +pacman::p_load(dplyr, # Manipulacion datos + gginference, # Visualizacion + rempsyc, # Reporte + kableExtra, # Tablas + broom) # Varios + +options(scipen = 999) # para desactivar notacion cientifica +rm(list = ls()) # para limpiar el entorno de trabajo +``` + +::: callout-tip +**Los \# en el código** + +En este código y siguientes aparecen varios #, que son una función de comentarios en R. No son necesarios para que el código funcione, pero son útiles en este caso para poder explicar que función cumple cada sección del código. Todo lo que aparece a la derecha de un \# no es leído por el programa. +::: + +Cargamos los datos directamente desde internet. + +```{r datos} + +load(url("https://github.com/cursos-metodos-facso/datos-ejemplos/raw/main/proc_casen.RData")) #Cargar base de datos + +``` + +A continuación, exploramos la base de datos **proc_casen**. + +```{r exploracion} + +names(proc_casen) # Nombre de columnas +dim(proc_casen) # Dimensiones + +``` + +Contamos con 24 variables (columnas) y 202.111 observaciones (filas). + +# Recordemos... + +En estadística, la formulación de hipótesis que implica dos variables (o la comparación de grupos) busca determinar si existen diferencias en una variable entre grupos y, de ser el caso, evaluar si esta diferencia es estadísticamente significativa. + +[Hasta ahora](https://correlacional.netlify.app/content/06-content), hemos aprendido a contrastar hipótesis sobre **diferencias entre grupos**. A esto también se le llama **hipótesis de dos colas**. + +::: callout-note +#### Prueba de dos colas + +Contrastamos la *hipótesis nula* (o de trabajo) de *no* diferencias entre grupos: $$ H_{0}: \mu_{1} - \mu_{2} = 0 $$ En relación a una *hipótesis alternativa* sobre *diferencias* entre grupos: $$ H_{A}: \mu_{1} - \mu_{2} \neq 0 $$ +::: + +Además, podemos **plantear hipótesis** respecto a que el valor de cierto parámetro para un grupo **puede ser mayor o menor** al de otro grupo. A esto se le conoce como **hipótesis de una cola**. + +::: callout-note +#### Prueba de una cola + +$$ H_{0}: \mu_{0} ≥ \mu_{1} ; \mu_{0} ≤ \mu_{1}$$ + +$$ H_{A}: \mu_{0} > \mu_{1} $$ + +$$ H_{A}: \mu_{0} < \mu_{1} $$ +::: + +Veamos ahora cómo aplicar todos estos conocimientos con ejercicios. + +# Ejercicio 1 + +Este ejercicio está basado en un ejemplo de clases y está desarrollado para que sirva de ejemplo a los siguientes ejercicios que deben ser desarrollados de manera autónoma. + +La pregunta de investigación es: *¿Es el salario de los hombres mayor que el de las mujeres?* + +Para contrastar esta hipótesis, vamos utilizar la bbdd `proc_casen`, seleccionaremos las variables `sexo` e `ytrabajocor` y haremos un subset de datos de 1.500 casos. + +```{r warning=FALSE } +casen_subset <- proc_casen %>% + select(sexo, ytrabajocor) %>% # seleccionamos + sample_n(1500) # extraemos una muestra de 1500 casos + +casen_subset <- na.omit(casen_subset) # eliminamos casos perdidos (listwise) +``` + +Generamos tabla para visualizar la distribución de los datos. + +```{r} +casen_subset %>% + dplyr::group_by(sexo) %>% # se agrupan por la variable categórica + dplyr::summarise(Obs. = n(), + Promedio = mean(ytrabajocor, na.rm=TRUE), + SD = sd(ytrabajocor, na.rm=TRUE)) %>% # se agregan las operaciones a presentar en la tabla + kableExtra::kable(format = "markdown") # se genera la tabla +``` + +Ahora vamos con los [5 pasos de la inferencia](https://correlacional.netlify.app/slides/05-inferencia4.html#33) + +**1. Formulación de hipótesis** + +El primer aspecto a establecer es el tipo de hipótesis a formular: ¿Direccional o no direccional? En este caso, la pregunta indica una direccionalidad ("mayor que"), por lo tanto corresponde a una hipótesis direccional. Si hubiera sido una pregunta que hiciera referencia simplemente a diferencias ("¿Es el salario de los hombres distinto al de las mujeres?") correspondería a una hipótesis no direccional. + +La hipótesis general es que el salario de los hombres es mayor que el de las mujeres. Pasando a lenguaje de hipótesis, esto se plantea como: + +Hipótesis alternativa: + +- $H_A$: Promedio salarial hombres ( $\bar{X}_{hombres}$) - Promedio salarial mujeres ( $\bar{X}_{mujeres}$) \> 0 + +Hipótesis nula: + +- $H_0$: $\bar{X}_{hombres} - \bar{X}_{mujeres} \leq 0$ + +**Pasos 2, 3 y 4 de una vez con R** + +En clases vimos que los pasos 2, 3 y 4 corresponden a: + +1. Obtener error estándar y estadístico de prueba empírico correspondiente (ej: Z o t) + +2. Establecer la probabilidad de error $\alpha$ (usualmente 0.05) y obtener valor crítico (teórico) de la prueba correspondiente + +3. Cálculo de intervalo de confianza / contraste valores empírico/crítico + +Esta secuencia de pasos tiene un sentido pedagógico para poder entender cómo finalmente se llega a interpretar el contraste de hipótesis en el paso 5. Pero en análisis de datos, luego de establecer las hipótesis nos vamos directamente al software que nos permite obtener de una vez toda la información de los pasos 2, 3 y 4. + +```{r} +test_ej1 <- t.test(casen_subset$ytrabajocor ~ casen_subset$sexo, + alternative = "greater", + conf.level = 0.95) + +test_ej1 +``` + +También podemos visualizarlo en una tabla más amable. + +```{r} +stats.table <- tidy(test_ej1, conf_int = T) +rempsyc::nice_table(stats.table, broom = "t.test") +``` + +Visualicemos la distribución de esta prueba y su zona de rechazo. + +```{r} +gginference::ggttest(test_ej1) +``` + +**5. Interpretación** + +La prueba T que evalúa la diferencia de medias entre el salario y el sexo sugiere que el efecto es positivo y estadísticamente signficativo (diferencia = 32567.11, t(566.69) = 2.05, p < .05). El valor $p$ indica que la probabilidad de observar una diferencia de esta magnitud, o mayor, bajo la suposición de $H_{0}$ es menor al 5%. Por tanto, con un 95% de confianza, rechazamos la $H_{0}$ ya que existe evidencia a favor de nuestra $H_{A}$ respecto a que el salario de los hombres es mayor al salario de las mujeres. + +# Ejercicio 2 + +Tomando como ejemplo el trabajo de la ganadora del Premio Nobel de Economía 2023 Claudia Goldin, en este ejercicio evaluaremos la siguiente pregunta: _¿Es el salario de las mujeres sin hijos menor al salario de las mujeres con hijos?_ Por ende, usaremos **prueba $t$** para diferencia de medias. + +Utilice la bbdd `proc_casen` y seleccione las variables `ocupado`, `sexo`, `ytrabajocor` e `hijo`. Luego, filtra por `ocupado == 1` y `sexo == 2` para quedarse solo con mujeres ocupadas y genera una muestra aleatoria de 1.500 casos con la función `sample_n()`. Luego, elimina los casos pérdidos con `na.omit()`. + +Genere una tabla de descriptivos de los ingresos (`ytrabajocor`) según si las observaciones tienen hijos o no (`hijo`). Presente cantidad de observaciones por categoría, media y desviación estándar. + +Una ayuda con el procesamiento (solo esta vez)... + +```{r, collapse=FALSE} + +goldin_data <- proc_casen %>% + dplyr::select(ocupado, sexo, ytrabajocor, hijo) %>% + dplyr::filter(ocupado == 1 & sexo == 2) %>% + sample_n(1500) %>% + na.omit()# creamos subset con solo mujeres ocupadas + +goldin_data %>% + dplyr::group_by(hijo) %>% + dplyr::summarise(Obs. = n(), + Media = mean(ytrabajocor, na.rm = T), + DS = sd(ytrabajocor, na.rm = T)) %>% + kableExtra::kable(format = "markdown") # hacemos la tabla +``` + +Ahora vamos con los [5 pasos de la inferencia](https://correlacional.netlify.app/slides/05-inferencia4.html#33) + +**1. Formulación de hipótesis** + +El primer paso es traducir nuestra pregunta a una hipótesis estadística contrastable. Para ello: a) elija el tipo de hipótesis a plantear ¿direccional o no direccional? y b) especifique la hipótesis nula ($H_0$) e hipótesis alternativa ($H_A$). + +**Pasos 2, 3 y 4 de una vez con R** + +Siguiendo el ejemplo del Ejercicio 1, utilice el software para generar los estadísticos correspondientes. Contraste sus hipótesis considerando un 95% de confianza. + +**5. Interpretación** + +Interprete los resultados obtenidos: ¿es posible rechazar la hipótesis planteada? + +> La prueba T que evalúa la diferencia de medias... + +# Ejercicio 3 + +En este ejercicio tomamos de ejemplo una pregunta clásica en ciencias sociales: _¿el ingreso de las personas está relacionado a su nivel educacional?_. Para responder esta pregunta vamos a usar una prueba $t$ de contraste de medias para dos muestras independientes. + +Esta vez les dejaremos el procesamiento a ustedes. Utilice la bbdd `proc_casen` y seleccione las variables `ytrabajocor` y `universitaria`. Luego genere una muestra aleatoria 1500 casos con la función `sample_n()` y elimine los datos perdidos de la variable `ytrabajocor`. Luego, genere una tabla de descriptivos de los ingresos (`ytrabajocor`) según si las personas cuentan con educación universitaria o no (`universitaria`). Presente cantidad de observaciones por categoría, media y desviación estándar. + +## 1. Formulación de hipótesis + +El primer paso es traducir nuestra pregunta a una hipótesis estadística contrastable. Para ello: a) elija el tipo de hipótesis a plantear ¿direccional o no direccional? y b) especifique la hipótesis nula ($H_0$) e hipótesis alternativa ($H_A$). + +## Pasos 2, 3 y 4 de una vez con R + +Siguiendo el ejemplo del Ejercicio 1, utilice el _software_ para generar los estadísticos correspondientes. Contraste sus hipótesis considerando un 95% de confianza y un 99% de confianza. Comente las diferencias en el paso 5. + +# 5. Interpretación + +Interprete los resultados obtenidos: ¿es posible rechazar la hipótesis nula? ¿a raíz de qué información llega a la conclusión? ¿qué diferencia observa al aplicar la prueba con ambos niveles de confianza (95% y 99%)? diff --git a/assignment/02-problem-set.qmd b/assignment/02-problem-set.qmd deleted file mode 100644 index 3dcb834c..00000000 --- a/assignment/02-problem-set.qmd +++ /dev/null @@ -1,68 +0,0 @@ ---- -title: "Problem set 2" -date: "2023-02-02" ---- - -:::{.callout-note} -**IMPORTANT**: This looks like a lot of work, but it's mostly copying/pasting chunks of code and changing things. -::: - -## Getting started - -For this problem set, you'll practice running and interpreting regression models using data about [penguins in Antarctica](https://github.com/allisonhorst/palmerpenguins) and data on food access and mortality in the US. - -You'll be doing all your R work in R Markdown this time (and from now on). You should use an RStudio Project to keep your files well organized (either on your computer or on RStudio.cloud). Either create a new project for this exercise only, or make a project for all your work in this class. - -You'll need to download these two CSV files and put them somewhere on your computer or upload them to RStudio.cloud—preferably in a folder named `data` in your project folder: - -- [{{< fa file-csv >}} `penguins.csv`](/files/data/package_data/penguins.csv) -- [{{< fa file-csv >}} `food_health_politics.csv`](/files/data/external_data/food_health_politics.csv) - -You'll also need to download this R Markdown file with a template for this problem set. Download that here and include it in your project: - -- [{{< fa brands r-project >}} `problem-set-2.Rmd`](/projects/problem-set-2/your-name_problem-set-2.Rmd) - -In the end, the structure of your project directory should look something like this: - -```text -your-project-name -├── data -│ ├── food_health_politics.csv -│ └── penguins.csv -├── your-project-name.Rproj -└── your-name_problem-set-2.Rmd -``` - -To check that you put everything in the right places, you can download and unzip this file, which contains everything in the correct structure: - -- [{{< fa file-archive >}} `problem-set-2.zip`](/projects/problem-set-2.zip) - -You'll need to make sure you have these packages installed on your computer: `tidyverse` and `modelsummary`. If you try to load one of those packages with `library(tidyverse)` or `library(modelsummary)`, etc., and R gives an error that the package is missing, use the "Packages" panel in RStudio to install it. - -(Alternatively, you can open the project named "Problem Set 2" on RStudio.cloud and complete the assignment in your browser without needing to install anything. If you don't have access to the class RStudio.cloud account, *please let me know as soon as possible*. [This link should take you to the project](https://posit.cloud/spaces/323551/content/5299579)—if it doesn't, log in and look for the project named "Problem Set 2.") - -Remember that you can run an entire chunk by clicking on the green play arrow in the top right corner of the chunk. You can also run lines of code line-by-line if you place your cursor on some R code and press + enter (for macOS users) or ctrl + enter (for Windows users). - -Make sure you run each chunk sequentially. If you run a chunk in the middle of the document without running previous ones, it might not work, since previous chunks might do things that later chunks depend on. - -Remember, if you're struggling, *please* talk to me. Work with classmates too. Don't suffer in silence! - - -## Instructions - -For this problem set, we're less interested in causal relationships and more interested in the mechanics of manipulating data and running regressions in R. We'll start caring about identification and causal models in the next problem set. Because of this, don't put too much causal weight into the interpretations of these different models—this is an actual case of correlation not implying causation. - -[The example for week 2 on regression](/example/regression.qmd) will be ***incredibly*** helpful for this exercise. Reference it. Copy and paste from it liberally. - -1. Rename the R Markdown file named `your-name_problem-set-2.Rmd` to something that matches your name and open it in RStudio. - -2. Complete the tasks given in the R Markdown file. Fill out code in the empty chunks provided (you can definitely copy, paste, and adapt from other code in the document or [from the regression example](/example/regression.qmd)—*don't try to write everything from scratch!*), and replace text in ALL CAPS with your own. (i.e. You'll see a bunch of `TYPE YOUR ANSWER HERE`s. Type your answers there.). Again, you don't need to type your answers in all caps. - - -## Turning everything in - -When you're all done, click on the "Knit" button at the top of the editing window and create a Word or PDF version (if you've [installed **tinytex**](/resource/install.qmd#install-tinytex)) of your document. Upload that file to iCollege. **Do not upload a knitted HTML file** (they don't on iCollege). - -```{r knit-button, echo=FALSE, out.width="30%", fig.align="center"} -knitr::include_graphics("/files/img/assignments/knit-button.png", error = FALSE) -``` diff --git a/assignment/03-problem-set.qmd b/assignment/03-problem-set.qmd deleted file mode 100644 index 2bd690d0..00000000 --- a/assignment/03-problem-set.qmd +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: "Problem set 3" -date: "2023-03-02" ---- - -:::{.callout-note} -**IMPORTANT**: This looks like a lot of work, but again, it's mostly copying/pasting chunks of code and changing things. -::: - -For this problem set, you'll practice analyzing RCTs and working with matching and inverse probability weighting. These two examples will be incredibly useful for you: - -- [RCTs](/example/rcts.qmd) -- [Matching and IPW](/example/matching-ipw.qmd) - -You'll be doing all your R work in R Markdown this time (and from now on). You can download a zipped file of a pre-made project here: - -- [{{< fa file-archive >}} `problem-set-3.zip`](/projects/problem-set-3.zip) - -And as always, if you're struggling, *please* talk to me. Work with classmates too (especially for this assignment!). Don't suffer in silence! - - -## Instructions - -1. If you're using R on your own computer, download this file, [*unzip it*](/resource/unzipping.qmd), and double click on the file named `problem-set-3.Rproj`: [{{< fa file-archive >}} `problem-set-3.zip`](/projects/problem-set-3.zip) - - You'll need to make sure you have these packages installed on your computer: `tidyverse`, `MatchIt`, `modelsummary`, and `patchwork`. If you try to load one of those packages with `library(tidyverse)` or `library(MatchIt)`, etc., and R gives an error that the package is missing, use the "Packages" panel in RStudio to install it. - - (Alternatively, you can open the project named "Problem Set 3" on RStudio.cloud and complete the assignment in your browser without needing to install anything. If you don't have access to the class RStudio.cloud account, *please let me know as soon as possible*. [This link should take you to the project](https://rstudio.cloud/spaces/269500/content/4357649)—if it doesn't, log in and look for the project named "Problem Set 3.") - -2. Rename the R Markdown file named `your-name_problem-set-3.Rmd` to something that matches your name and open it in RStudio. - -3. Complete the tasks given in the R Markdown file. There are questions **marked in bold** (e.g. `**What is the ATE?**`). Your job is to answer those questions. You don't need to put your answers in bold, and you can remove the question text if you want. - - Fill out code in the empty chunks provided (you can definitely copy, paste, and adapt from other code in the document or [the example page on RCTs](/example/rcts.qmd) and [the example page on matching and IPW](/example/matching-ipw.qmd)—don't try to write everything from scratch!). - - You'll need to insert your own code chunks. Rather than typing them by hand (that's tedious!), use the "Insert" button at the top of the editing window, or press + + I on macOS, or ctrl + alt + I on Windows. - - ```{r insert-chunk-button, echo=FALSE, out.width="19%", fig.align="center"} - knitr::include_graphics("/files/img/assignments/insert-chunk-button.png", error = FALSE) - ``` - - Remember that you can run an entire chunk by clicking on the green play arrow in the top right corner of the chunk. You can also run lines of code line-by-line if you place your cursor on some R code and press + enter (for macOS users) or ctrl + enter (for Windows users). - - Make sure you run each chunk sequentially. If you run a chunk in the middle of the document without running previous ones, it might not work, since previous chunks might do things that later chunks depend on. - -4. When you're all done, click on the "Knit" button at the top of the editing window and create a Word or PDF version (if you've [installed **tinytex**](/resource/install.qmd#install-tinytex)) of your document. Upload that file to iCollege. **Do not upload a knitted HTML file** (they don't on iCollege). - - ```{r knit-button, echo=FALSE, out.width="30%", fig.align="center"} - knitr::include_graphics("/files/img/assignments/knit-button.png", error = FALSE) - ``` diff --git a/assignment/04-eval-threats.qmd b/assignment/04-eval-threats.qmd deleted file mode 100644 index a600b716..00000000 --- a/assignment/04-eval-threats.qmd +++ /dev/null @@ -1,61 +0,0 @@ ---- -title: "Threats to validity" -date: "2023-02-23" ---- - -## Instructions - -You need to complete the ["Assessing validity" section below](/assignment/04-eval-threats.qmd#assessing-validity-1). Ideally you should type this in R Markdown and knit your document to HTML or Word or PDF, but you can also write in Word if you want (though your final project will need to be in R Markdown, and this would give you practice). - -**I've created an R Markdown template you can use here:** [{{< fa file-archive >}} `threats-validity.zip`](/projects/threats-validity.zip). It's also [available on RStudio.cloud](https://rstudio.cloud/spaces/269500/content/4357671). - -**Submit this assignment as a PDF or Word file on iCollege.** - ---- - -## Internal validity scores - -One helpful way to assess an evaluation's internal validity is to systematically go through each possible threat and evaluate if the research design addresses it. For each of the 13 types of internal validity that we discussed in class, assign 1 point if the study addresses it and 0 points if it fails to do so. Add up the total points and assign the study a final internal validity score. - -Not all types of validity will apply to every study. Testing, for example, is only an issue if there is a pre-test and it involves a skill that could feasibly be enhanced by practicing the test. If a threat doesn't apply, don't give it a score. - -- Omitted variable bias - 1. Selection - 2. Attrition -- Trends - 3. Maturation - 4. Secular trends - 5. Seasonality - 6. Testing - 7. Regression to the mean -- Study calibration - 8. Measurement error - 9. Time frame of study -- Contamination - 10. Hawthorne effects - 11. John Henry effects - 12. Spillovers - 13. Intervening events - ---- - -## Assessing validity - -Your textbook [*Impact Evaluation in Practice*](https://openknowledge.worldbank.org/handle/10986/25030) is full of short examples of real-world evaluations, experiments, and studies. For this assignment, you will assess the (1) internal validity, (2) external validity, and (3) construct validity for two of the examples from the book. If the summary in the book isn't sufficient, you can skim through the original study for more details. The original studies can be found in the Content section of iCollege. - -You will assess **two (2)** of these four studies. Pick whichever two seem the most interesting to you: - -1. **The effect of conditional cash transfers on education in Mexico** (Box 4.2, p. 70) - - Original study: [@Schultz:2004] -2. **The impact of *Sesame Street* on school readiness** (Box 5.1, p. 91) - - Original study: [@KearneyLevine:2015] -3. **The effects of police deployment on crime in Argentina** (Box 7.2, p. 135) - - Original study: [@Di-TellaSchargrodsky:2004] -4. **Early childhood development and migration in Jamaica** (Box 9.5, p. 170) - - Original study: [@GertlerHeckmanPinto:2014] - -For each of the two studies you choose, do the following: - -1. Go through the 13 types of internal validity and describe *in 2–3 sentences* how the study succeeds/fails to address each concern. Calculate a total internal validity score. -2. Describe any threats to external validity and assess how generalizable the findings are. *(≈75 words)* -3. Describe any threats to construct validity and assess if the researchers are measuring the thing they intended to measure. *(≈75 words)* diff --git a/assignment/04-problem-set.qmd b/assignment/04-problem-set.qmd deleted file mode 100644 index 278f3703..00000000 --- a/assignment/04-problem-set.qmd +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: "Problem set 4" -date: "2023-03-09" ---- - -:::{.callout-note} -**IMPORTANT**: This looks like a lot of work, but again, it's mostly copying/pasting chunks of code and changing things. -::: - -For this problem set, you'll practice running difference-in-differences analysis with R, both manually and with regression. This example will be incredibly useful for you: - -- [Difference-in-differences](/example/diff-in-diff.qmd) - -You'll be doing all your R work in R Markdown. You can download a zipped file of a pre-made project here: - -- [{{< fa file-archive >}} `problem-set-4.zip`](/projects/problem-set-4.zip) - -And as always, if you're struggling, *please* talk to me. Work with classmates too (especially for this assignment!). Don't suffer in silence! - - -## Instructions - -1. If you're using R on your own computer, download this file, [*unzip it*](/resource/unzipping.qmd), and double click on the file named `problem-set-4.Rproj`: [{{< fa file-archive >}} `problem-set-4.zip`](/projects/problem-set-4.zip) - - You'll need to make sure you have these packages installed on your computer: `tidyverse`, `haven`, and `broom`. If you try to load one of those packages with `library(tidyverse)` or `library(haven)`, etc., and R gives an error that the package is missing, use the "Packages" panel in RStudio to install it. - - (Alternatively, you can open the project named "Problem Set 4" on RStudio.cloud and complete the assignment in your browser without needing to install anything. If you don't have access to the class RStudio.cloud account, *please let me know as soon as possible*. [This link should take you to the project](https://rstudio.cloud/spaces/269500/content/4357651)—if it doesn't, log in and look for the project named "Problem Set 4.") - -2. Rename the R Markdown file named `your-name_problem-set-4.Rmd` to something that matches your name and open it in RStudio. - -3. Complete the tasks given in the R Markdown file. There are questions **marked in bold** (e.g. `**What is the ATE?**`). Your job is to answer those questions. You don't need to put your answers in bold, and you can remove the question text if you want. - - Fill out code in the empty chunks provided (you can definitely copy, paste, and adapt from other code in the document or [the example page on diff-in-diff](/example/diff-in-diff.qmd)—don't try to write everything from scratch!). - - You'll need to insert your own code chunks. Rather than typing them by hand (that's tedious!), use the "Insert" button at the top of the editing window, or press + + I on macOS, or ctrl + alt + I on Windows. - -```{r insert-chunk-button, echo=FALSE, out.width="19%", indent=" ", fig.align="center"} -knitr::include_graphics("/files/img/assignments/insert-chunk-button.png", error = FALSE) -``` - - Remember that you can run an entire chunk by clicking on the green play arrow in the top right corner of the chunk. You can also run lines of code line-by-line if you place your cursor on some R code and press + enter (for macOS users) or ctrl + enter (for Windows users). - - Make sure you run each chunk sequentially. If you run a chunk in the middle of the document without running previous ones, it might not work, since previous chunks might do things that later chunks depend on. - -4. When you're all done, click on the "Knit" button at the top of the editing window and create a Word or PDF version (if you've [installed **tinytex**](/resource/install.qmd#install-tinytex)) of your document. Upload that file to iCollege. **Do not upload a knitted HTML file** (they don't on iCollege). - -```{r knit-button, echo=FALSE, out.width="30%", indent=" ", fig.align="center"} -knitr::include_graphics("/files/img/assignments/knit-button.png", error = FALSE) -``` diff --git a/assignment/05-problem-set.qmd b/assignment/05-problem-set.qmd deleted file mode 100644 index f2ee720e..00000000 --- a/assignment/05-problem-set.qmd +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: "Problem set 5" -date: "2023-03-23" ---- - -For this problem set, you'll reproduce the results from one of the papers that you looked at in your threats to validity assignment: - -> Rafael Di Tella and Ernesto Schargrodsky, “Do Police Reduce Crime? Estimates Using the Allocation of Police Forces After a Terrorist Attack,” *American Economic Review* 94, no. 1 (March 2004): 115–133, doi:[10.1257/000282804322970733](https://doi.org/10.1257/000282804322970733). [@Di-TellaSchargrodsky:2004] - -The full published paper is posted on iCollege under "Content > Validity assignment" (since you used the paper for that assignment). It's not posted publicly here because of copyright reasons. The data comes from [Di Tella and Schargrodsky's data appendix available at their study's *AER* webpage](https://www.aeaweb.org/articles?id=10.1257/000282804322970733), and I've included it in the .zip file for the assignment. - -This paper uses difference-in-differences to estimate the causal effect of increased policing on car thefts. Now that you know all about diff-in-diff, you can create their same results! - -The answer key from Problem Set 4 (where you also did diff-in-diff) + this example page will be incredibly useful for you: - -- [Difference-in-differences](/example/diff-in-diff.qmd) - -You'll be doing all your R work in R Markdown. You can download a zipped file of a pre-made project here: - -- [{{< fa file-archive >}} `problem-set-5.zip`](/projects/problem-set-5.zip) - -And as always, if you're struggling, *please* talk to me. Work with classmates too (especially for this assignment!). Don't suffer in silence! - - -## Instructions - -1. If you're using R on your own computer, download this file, [*unzip it*](/resource/unzipping.qmd), and double click on the file named `problem-set-5.Rproj`: [{{< fa file-archive >}} `problem-set-5.zip`](/projects/problem-set-5.zip) - - You'll need to make sure you have these packages installed on your computer: `tidyverse`, `haven`, `broom`, `fixest`, and `modelsummary`. If you try to load one of those packages with `library(tidyverse)` or `library(haven)`, etc., and R gives an error that the package is missing, use the "Packages" panel in RStudio to install it. - - (Alternatively, you can open the project named "Problem Set 5" on RStudio.cloud and complete the assignment in your browser without needing to install anything. [This link should take you to the project](https://rstudio.cloud/spaces/269500/content/4357652)—if it doesn't, log in and look for the project named "Problem Set 5.") - -2. Rename the R Markdown file named `your-name_problem-set-5.Rmd` to something that matches your name and open it in RStudio. - -3. Complete the tasks given in the R Markdown file. There are questions **marked in bold**. Your job is to answer those questions. You don't need to put your answers in bold or ALL CAPS or anything, and you can remove the question text if you want. - - Fill out code in the empty chunks provided (you can definitely copy, paste, and adapt from other code in the document or [the example page on diff-in-diff](/example/diff-in-diff.qmd)—don't try to write everything from scratch!). - - You'll need to insert your own code chunks. Rather than typing them by hand (that's tedious!), use the "Insert" button at the top of the editing window, or press + + I on macOS, or ctrl + alt + I on Windows. - -```{r insert-chunk-button, echo=FALSE, out.width="19%", indent=" ", fig.align="center"} -knitr::include_graphics("/files/img/assignments/insert-chunk-button.png", error = FALSE) -``` - - Remember that you can run an entire chunk by clicking on the green play arrow in the top right corner of the chunk. You can also run lines of code line-by-line if you place your cursor on some R code and press + enter (for macOS users) or ctrl + enter (for Windows users). - - Make sure you run each chunk sequentially. If you run a chunk in the middle of the document without running previous ones, it might not work, since previous chunks might do things that later chunks depend on. - -4. When you're all done, click on the "Knit" button at the top of the editing window and create a Word or PDF version (if you've [installed **tinytex**](/resource/install.qmd#install-tinytex)) of your document. Upload that file to iCollege. **Do not upload a knitted HTML file** (they don't on iCollege). - -```{r knit-button, echo=FALSE, out.width="30%", indent=" ", fig.align="center"} -knitr::include_graphics("/files/img/assignments/knit-button.png", error = FALSE) -``` diff --git a/assignment/06-problem-set.qmd b/assignment/06-problem-set.qmd deleted file mode 100644 index faca844a..00000000 --- a/assignment/06-problem-set.qmd +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: "Problem set 6" -date: "2023-03-30" ---- - -For this problem set, you'll practice doing regression discontinuity analysis with simulated data from a hypothetical program. This example page will be incredibly useful for you: - -- [Regression discontinuity](/example/rdd.qmd) - -You'll be doing all your R work in R Markdown. You can download a zipped file of a pre-made project here: - -- [{{< fa file-archive >}} `problem-set-6.zip`](/projects/problem-set-6.zip) - -And as always, if you're struggling, *please* talk to me. Work with classmates too (especially for this assignment!). Don't suffer in silence! - - -## Instructions - -1. If you're using R on your own computer, download this file, [*unzip it*](/resource/unzipping.qmd), and double click on the file named `problem-set-6.Rproj`: [{{< fa file-archive >}} `problem-set-6.zip`](/projects/problem-set-6.zip) - - You'll need to make sure you have these packages installed on your computer: `tidyverse`, `broom`, `rdrobust`, `rddensity`, and `modelsummary`. If you try to load one of those packages with `library(tidyverse)` or `library(rdrobust)`, etc., and R gives an error that the package is missing, use the "Packages" panel in RStudio to install it. - - (Alternatively, you can open the project named "Problem Set 6" on RStudio.cloud and complete the assignment in your browser without needing to install anything. [This link should take you to the project](https://rstudio.cloud/spaces/269500/content/4357653)—if it doesn't, log in and look for the project named "Problem Set 6.") - -2. Rename the R Markdown file named `your-name_problem-set-6.Rmd` to something that matches your name and open it in RStudio. - -3. Complete the tasks given in the R Markdown file. There are questions **marked in bold**. Your job is to answer those questions. You don't need to put your answers in bold or ALL CAPS or anything, and you can remove the question text if you want. - - Fill out code in the empty chunks provided (you can definitely copy, paste, and adapt from other code in the document or [the example page on regression discontinuity](/example/rdd.qmd)—don't try to write everything from scratch!). - - You'll need to insert your own code chunks. Rather than typing them by hand (that's tedious!), use the "Insert" button at the top of the editing window, or press + + I on macOS, or ctrl + alt + I on Windows. - -```{r insert-chunk-button, echo=FALSE, out.width="19%", indent=" ", fig.align="center"} -knitr::include_graphics("/files/img/assignments/insert-chunk-button.png", error = FALSE) -``` - - Remember that you can run an entire chunk by clicking on the green play arrow in the top right corner of the chunk. You can also run lines of code line-by-line if you place your cursor on some R code and press + enter (for macOS users) or ctrl + enter (for Windows users). - - Make sure you run each chunk sequentially. If you run a chunk in the middle of the document without running previous ones, it might not work, since previous chunks might do things that later chunks depend on. - -4. When you're all done, click on the "Knit" button at the top of the editing window and create a Word or PDF version (if you've [installed **tinytex**](/resource/install.qmd#install-tinytex)) of your document. Upload that file to iCollege. **Do not upload a knitted HTML file** (they don't on iCollege). - -```{r knit-button, echo=FALSE, out.width="30%", indent=" ", fig.align="center"} -knitr::include_graphics("/files/img/assignments/knit-button.png", error = FALSE) -``` diff --git a/assignment/07-problem-set.qmd b/assignment/07-problem-set.qmd deleted file mode 100644 index 0e1878ab..00000000 --- a/assignment/07-problem-set.qmd +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: "Problem set 7" -date: "2023-04-06" ---- - -For this problem set, you'll practice using instrumental variables with both real and simulated data. This example page will be incredibly useful for you: - -- [Instrumental variables](/example/iv.qmd) - -You'll be doing all your R work in R Markdown. You can download a zipped file of a pre-made project here: - -- [{{< fa file-archive >}} `problem-set-7.zip`](/projects/problem-set-7.zip) - -And as always, if you're struggling, *please* talk to me. Work with classmates too (especially for this assignment!). Don't suffer in silence! - - -## Instructions - -1. If you're using R on your own computer, download this file, [*unzip it*](/resource/unzipping.qmd), and double click on the file named `problem-set-7.Rproj`: [{{< fa file-archive >}} `problem-set-7.zip`](/projects/problem-set-7.zip) - - You'll need to make sure you have these packages installed on your computer: `tidyverse`, `broom`, `estimatr`, and `modelsummary`. If you try to load one of those packages with `library(tidyverse)` or `library(estimatr)`, etc., and R gives an error that the package is missing, use the "Packages" panel in RStudio to install it. - - (Alternatively, you can open the project named "Problem Set 7" on RStudio.cloud and complete the assignment in your browser without needing to install anything. [This link should take you to the project](https://rstudio.cloud/spaces/269500/content/4357654)—if it doesn't, log in and look for the project named "Problem Set 7.") - -2. Rename the R Markdown file named `your-name_problem-set-7.Rmd` to something that matches your name and open it in RStudio. - -3. Complete the tasks given in the R Markdown file. There are questions scattered throughout the document—your job is to answer those questions. You don't need to put your answers in bold or ALL CAPS or anything, and you can remove the question text if you want. - - Fill out code in the empty chunks provided (you can definitely copy, paste, and adapt from other code in the document or [the example page on instrumental variables](/example/iv.qmd)—don't try to write everything from scratch!). - - You'll need to insert your own code chunks. Rather than typing them by hand (that's tedious!), use the "Insert" button at the top of the editing window, or press + + I on macOS, or ctrl + alt + I on Windows. - -```{r insert-chunk-button, echo=FALSE, out.width="19%", indent=" ", fig.align="center"} -knitr::include_graphics("/files/img/assignments/insert-chunk-button.png", error = FALSE) -``` - - Remember that you can run an entire chunk by clicking on the green play arrow in the top right corner of the chunk. You can also run lines of code line-by-line if you place your cursor on some R code and press + enter (for macOS users) or ctrl + enter (for Windows users). - - Make sure you run each chunk sequentially. If you run a chunk in the middle of the document without running previous ones, it might not work, since previous chunks might do things that later chunks depend on. - -4. When you're all done, click on the "Knit" button at the top of the editing window and create a Word or PDF version (if you've [installed **tinytex**](/resource/install.qmd#install-tinytex)) of your document. Upload that file to iCollege. **Do not upload a knitted HTML file** (they don't on iCollege). - -```{r knit-button, echo=FALSE, out.width="30%", indent=" ", fig.align="center"} -knitr::include_graphics("/files/img/assignments/knit-button.png", error = FALSE) -``` diff --git a/assignment/08-problem-set.qmd b/assignment/08-problem-set.qmd deleted file mode 100644 index 0dcef4a6..00000000 --- a/assignment/08-problem-set.qmd +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: "Problem set 8" -date: "2023-04-13" ---- - -This assignment is a review of all the causal inference methods we've learned this semester: RCTs, matching and inverse probability weighting, diff-in-diff, RDD, and IVs. Refer to your past assignments and all the examples for guidance: - -- **RCTs**: [Example](/example/rcts.qmd) + Problem Set 3 -- **Matching and inverse probability weighting**: [Example](/example/matching-ipw.qmd) + Problem Set 3 -- **Diff-in-diff**: [Example](/example/diff-in-diff.qmd) + Problem Sets 4 and 5 -- **RDD**: [Example](/example/rdd.qmd) + Problem Set 6 -- **Instrumental variables**: [Example](/example/iv.qmd) + Problem Set 7 - -You'll be doing all your R work in R Markdown. You can download a zipped file of a pre-made project here: - -- [{{< fa file-archive >}} `problem-set-8.zip`](/projects/problem-set-8.zip) - -And as always, if you're struggling, *please* talk to me. Work with classmates too (especially for this assignment!). Don't suffer in silence! - - -## Instructions - -1. If you're using R on your own computer, download this file, [*unzip it*](/resource/unzipping.qmd), and double click on the file named `problem-set-8.Rproj`: [{{< fa file-archive >}} `problem-set-8.zip`](/projects/problem-set-8.zip) - - You'll need to make sure you have these packages installed on your computer: `tidyverse`, `broom`, `estimatr`, `modelsummary`, `MatchIt`, `rdrobust`, `rddensity`, and `haven`. If you try to load one of those packages with `library(tidyverse)` or `library(MatchIt)`, etc., and R gives an error that the package is missing, use the "Packages" panel in RStudio to install it. - - (Alternatively, you can open the project named "Problem Set 8" on RStudio.cloud and complete the assignment in your browser without needing to install anything. [This link should take you to the project](https://rstudio.cloud/spaces/269500/content/4357655)—if it doesn't, log in and look for the project named "Problem Set 8.") - -2. Rename the R Markdown file named `your-name_problem-set-8.Rmd` to something that matches your name and open it in RStudio. - -3. Complete the tasks given in the R Markdown file. You can remove any of the question text if you want. - - You can definitely copy, paste, and adapt from other code in the document or [the different example pages](/example/index.qmd)—don't try to write everything from scratch!. - - You'll need to insert your own code chunks. Rather than typing them by hand (that's tedious!), use the "Insert" button at the top of the editing window, or press + + I on macOS, or ctrl + alt + I on Windows. - -```{r insert-chunk-button, echo=FALSE, out.width="19%", indent=" ", fig.align="center"} -knitr::include_graphics("/files/img/assignments/insert-chunk-button.png", error = FALSE) -``` - - Remember that you can run an entire chunk by clicking on the green play arrow in the top right corner of the chunk. You can also run lines of code line-by-line if you place your cursor on some R code and press + enter (for macOS users) or ctrl + enter (for Windows users). - - Make sure you run each chunk sequentially. If you run a chunk in the middle of the document without running previous ones, it might not work, since previous chunks might do things that later chunks depend on. - -4. When you're all done, click on the "Knit" button at the top of the editing window and create a Word or PDF version (if you've [installed **tinytex**](/resource/install.qmd#install-tinytex)) of your document. Upload that file to iCollege. **Do not upload a knitted HTML file** (they don't on iCollege). - -```{r knit-button, echo=FALSE, out.width="30%", indent=" ", , fig.align="center"} -knitr::include_graphics("/files/img/assignments/knit-button.png", error = FALSE) -``` diff --git a/assignment/09-problem-set.qmd b/assignment/09-problem-set.qmd deleted file mode 100644 index 6d39c821..00000000 --- a/assignment/09-problem-set.qmd +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: "Problem set 9" -date: "2023-04-20" ---- - -This assignment will give you practice generating synthetic data and building in causal effects. - -These two examples will be incredibly helpful: - -- [Generating random numbers](/example/random-numbers.qmd) -- [The ultimate guide to generating synthetic data for causal inference](/example/synthetic-data.qmd) - - -You'll be doing all your R work in R Markdown. You can download a zipped file of a pre-made project here: - -- [{{< fa file-archive >}} `problem-set-9.zip`](/projects/problem-set-9.zip) - -And as always, if you're struggling, *please* talk to me. Work with classmates too (especially for this assignment!). Don't suffer in silence! - - -## Instructions - -1. If you're using R on your own computer, download this file, [*unzip it*](/resource/unzipping.qmd), and double click on the file named `problem-set-9.Rproj`: [{{< fa file-archive >}} `problem-set-9.zip`](/projects/problem-set-9.zip) - - You'll need to make sure you have these packages installed on your computer: `tidyverse`, `broom`, `ggdag`, and `scales`. If you try to load one of those packages with `library(tidyverse)` or `library(ggdag)`, etc., and R gives an error that the package is missing, use the "Packages" panel in RStudio to install it. - - (Alternatively, you can open the project named "Problem Set 9" on RStudio.cloud and complete the assignment in your browser without needing to install anything. [This link should take you to the project](https://rstudio.cloud/spaces/269500/content/4357657)—if it doesn't, log in and look for the project named "Problem Set 9.") - -2. Rename the R Markdown file named `your-name_problem-set-9.Rmd` to something that matches your name and open it in RStudio. - -3. Complete the tasks given in the R Markdown file. You can remove any of the question text if you want. - - You can definitely copy, paste, and adapt from other code in the document or [the example guide](/example/synthetic-data.qmd)—don't try to write everything from scratch!. - - You'll need to insert your own code chunks. Rather than typing them by hand (that's tedious!), use the "Insert" button at the top of the editing window, or press + + I on macOS, or ctrl + alt + I on Windows. - -```{r insert-chunk-button, echo=FALSE, out.width="19%", indent=" ", fig.align="center"} -knitr::include_graphics("/files/img/assignments/insert-chunk-button.png", error = FALSE) -``` - - Remember that you can run an entire chunk by clicking on the green play arrow in the top right corner of the chunk. You can also run lines of code line-by-line if you place your cursor on some R code and press + enter (for macOS users) or ctrl + enter (for Windows users). - - Make sure you run each chunk sequentially. If you run a chunk in the middle of the document without running previous ones, it might not work, since previous chunks might do things that later chunks depend on. - -4. When you're all done, click on the "Knit" button at the top of the editing window and create a Word or PDF version (if you've [installed **tinytex**](/resource/install.qmd#install-tinytex)) of your document. Upload that file to iCollege. **Do not upload a knitted HTML file** (they don't on iCollege). - -```{r knit-button, echo=FALSE, out.width="30%", indent=" ", fig.align="center"} -knitr::include_graphics("/files/img/assignments/knit-button.png", error = FALSE) -``` diff --git a/assignment/_metadata.yml b/assignment/_metadata.yml index 67639efd..be367b4d 100644 --- a/assignment/_metadata.yml +++ b/assignment/_metadata.yml @@ -1,5 +1,5 @@ date-heading: - content: "Due by 11:59 PM on" + content: "Sesión del " class: "bg-assignment" date-format: "full" diff --git a/assignment/bdims.RData b/assignment/bdims.RData new file mode 100644 index 00000000..4146920e Binary files /dev/null and b/assignment/bdims.RData differ diff --git a/assignment/consola.qmd b/assignment/consola.qmd new file mode 100644 index 00000000..f5f466a8 --- /dev/null +++ b/assignment/consola.qmd @@ -0,0 +1,5 @@ +--- +title: "Consola R Online" +--- + + \ No newline at end of file diff --git a/assignment/data/Base de datos EBS 2021 STATA.dta b/assignment/data/Base de datos EBS 2021 STATA.dta new file mode 100644 index 00000000..2062115e Binary files /dev/null and b/assignment/data/Base de datos EBS 2021 STATA.dta differ diff --git a/assignment/data/ELSOC_ess_merit2016.RData b/assignment/data/ELSOC_ess_merit2016.RData new file mode 100644 index 00000000..a8f982d4 Binary files /dev/null and b/assignment/data/ELSOC_ess_merit2016.RData differ diff --git a/assignment/data/casen2020_recorte.RData b/assignment/data/casen2020_recorte.RData new file mode 100644 index 00000000..b256c763 Binary files /dev/null and b/assignment/data/casen2020_recorte.RData differ diff --git a/assignment/data/casen2022_recorte.RData b/assignment/data/casen2022_recorte.RData new file mode 100644 index 00000000..dde33d60 Binary files /dev/null and b/assignment/data/casen2022_recorte.RData differ diff --git a/assignment/data/data (Case Conflict 1).RData b/assignment/data/data (Case Conflict 1).RData new file mode 100644 index 00000000..c914d30d Binary files /dev/null and b/assignment/data/data (Case Conflict 1).RData differ diff --git a/assignment/data/data (Case Conflict 10).RData b/assignment/data/data (Case Conflict 10).RData new file mode 100644 index 00000000..71d3076d Binary files /dev/null and b/assignment/data/data (Case Conflict 10).RData differ diff --git a/assignment/data/data (Case Conflict 2).RData b/assignment/data/data (Case Conflict 2).RData new file mode 100644 index 00000000..c914d30d Binary files /dev/null and b/assignment/data/data (Case Conflict 2).RData differ diff --git a/assignment/data/data (Case Conflict 3).RData b/assignment/data/data (Case Conflict 3).RData new file mode 100644 index 00000000..c914d30d Binary files /dev/null and b/assignment/data/data (Case Conflict 3).RData differ diff --git a/assignment/data/data (Case Conflict 4).RData b/assignment/data/data (Case Conflict 4).RData new file mode 100644 index 00000000..c914d30d Binary files /dev/null and b/assignment/data/data (Case Conflict 4).RData differ diff --git a/assignment/data/data (Case Conflict 5).RData b/assignment/data/data (Case Conflict 5).RData new file mode 100644 index 00000000..c914d30d Binary files /dev/null and b/assignment/data/data (Case Conflict 5).RData differ diff --git a/assignment/data/data (Case Conflict 6).RData b/assignment/data/data (Case Conflict 6).RData new file mode 100644 index 00000000..c914d30d Binary files /dev/null and b/assignment/data/data (Case Conflict 6).RData differ diff --git a/assignment/data/data (Case Conflict 7).RData b/assignment/data/data (Case Conflict 7).RData new file mode 100644 index 00000000..c914d30d Binary files /dev/null and b/assignment/data/data (Case Conflict 7).RData differ diff --git a/assignment/data/data (Case Conflict 8).RData b/assignment/data/data (Case Conflict 8).RData new file mode 100644 index 00000000..c914d30d Binary files /dev/null and b/assignment/data/data (Case Conflict 8).RData differ diff --git a/assignment/data/data (Case Conflict 9).RData b/assignment/data/data (Case Conflict 9).RData new file mode 100644 index 00000000..c914d30d Binary files /dev/null and b/assignment/data/data (Case Conflict 9).RData differ diff --git a/assignment/data/data (Case Conflict).RData b/assignment/data/data (Case Conflict).RData new file mode 100644 index 00000000..c914d30d Binary files /dev/null and b/assignment/data/data (Case Conflict).RData differ diff --git a/assignment/data/data.Rdata b/assignment/data/data.Rdata new file mode 100644 index 00000000..02ff21f2 Binary files /dev/null and b/assignment/data/data.Rdata differ diff --git a/assignment/ejemplo-practico.R b/assignment/ejemplo-practico.R new file mode 100644 index 00000000..357d55cf --- /dev/null +++ b/assignment/ejemplo-practico.R @@ -0,0 +1,114 @@ +# Codigo practico 3 EC 2023: Matrices de correlación y tamaños de efecto +# Autor(a): +# Fecha: + +# 1. Cargar librerías ----------------------------------------------------- + +pacman::p_load(tidyverse, # Manipulacion datos + sjmisc, # Descriptivos + sjPlot, # Tablas + kableExtra, #Tablas + GGally, # Correlaciones + corrplot) # Correlaciones + +options(scipen = 999) # para desactivar notacion cientifica +rm(list = ls()) # para limpiar el entorno de trabajo + +# 2. Importar datos --------------------------------------------------------- + +load(url("https://multivariada.netlify.app/assignment/data/proc/ELSOC_ess_merit2016.RData")) #Cargar base de datos + +# 3. Explorar datos ------------------------------------------------------- + +# 3.1 Dimensiones y columnas + +names(proc_elsoc) +dim(proc_elsoc) + +# 3.2 Descriptivos + +sjmisc::descr(proc_elsoc, + show = c("label","range", "mean", "sd", "NA.prc", "n")) %>% + kable(.,"markdown") + +# 4. Procesamiento --------------------------------------------------------- + +# 4.1 Tratamiento NAs ---- + +## a) Listwise + +proc_elsoc_original <- proc_elsoc # respaldo base original +dim(proc_elsoc) + +sum(is.na(proc_elsoc)) # contar NAs total + +colSums(is.na(proc_elsoc)) # contar NAs por columna + +proc_elsoc <- na.omit(proc_elsoc) # remover NAs +dim(proc_elsoc) # verificar + + +## b) Pairwise + +mean(proc_elsoc_original$pmerit); mean(proc_elsoc$edad); mean(proc_elsoc$ess) + +mean(proc_elsoc_original$pmerit, na.rm = TRUE); mean(proc_elsoc$edad, na.rm = TRUE); mean(proc_elsoc$ess, na.rm = TRUE) + +# 5. Matrices de correlación ---------------------------------------------- + +# 5.1 Matriz simple ---- + +M <- cor(proc_elsoc_original, use = "complete.obs") +M + +# 5.2 Tabla reportable ---- + +sjPlot::tab_corr(proc_elsoc_original, + triangle = "lower") # listwise + + +sjPlot::tab_corr(proc_elsoc_original, + na.deletion = "pairwise", # espeficicamos tratamiento NA pairswise + triangle = "lower") + +# 5.3 Graficar ---- + +corrplot.mixed(M) # matriz + +ggpairs(proc_elsoc) # matriz y scatter + +sjPlot::plot_scatter(proc_elsoc, edad, ess) # solo scatterplot + +# 6. Tamaños de efecto ---------------------------------------------------- + +# Criterios según Cohen (1988): +# < ±0.1 = Muy pequeño +# ±0.1–0.3 = Pequeño +# ±0.3–0.5 = Moderado +# >±0.5 = Grande + + +# Interpretación ejemplo: +# El coeficiente de correlación de Pearson entre estatus social subjetivo y +# años de educación es positivo y moderado (r = 0.3) según Cohen (1988). + +# 7. Correlación Spearman ------------------------------------------------- + +# 7.1 Frecuencias ---- + +sjmisc::frq(proc_elsoc$mesfuerzo) + +sjmisc::frq(proc_elsoc$mtalento) + +# 7.2 Cálculo correlación ---- + +cor.test(proc_elsoc$mesfuerzo, proc_elsoc$mtalento, + method = "spearman") #especificamos metodo spearman + +# 8. R2 ------------------------------------------------------------------- + +coef_r <- M[4,3] # seleccionamos el coef de nuestra matriz + +coef_r + +coef_r^2 # cálculo coef de determinacion R2 diff --git a/assignment/final-project.qmd b/assignment/final-project.qmd deleted file mode 100644 index 090e7460..00000000 --- a/assignment/final-project.qmd +++ /dev/null @@ -1,144 +0,0 @@ ---- -title: "Final project" -date: "2023-05-01" ---- - -Evaluation research is tricky and costly. If you begin an intervention or launch a study prematurely, you can waste time and money—and potentially lives. - -Even if you have a well designed program with an impeccable logic model and a perfect DAG, you might discover (too late!) that you forgot to collect some critical variables or realize that your identification strategy will not work. - -From a more cynical perspective, you might (unethically) engage in the practice of [p-hacking](https://theconversation.com/one-reason-so-many-scientific-studies-may-be-wrong-66384)—running all sorts of different model specifications until you find the results you want, and then claim in your report that you had intended to run that model all along. - -One increasingly popular method for (1) ensuring that your data and methods work before launching a study or intervention, and (2) declaring and committing to your hypotheses and methods and models before analyzing your data is to [*pre-register* your research or evaluation](https://blogs.plos.org/plos/2019/11/preregistration-can-bring-science-back-to-its-roots/). A [pre-registered study](https://www.sciencemag.org/news/2018/09/more-and-more-scientists-are-preregistering-their-studies-should-you) contains all the background work—an introduction, literature review, theory, hypotheses, and proposed analysis—but without the actual data. Authors post their expectations and hypotheses publicly so they can be held publicly accountable for any deviations from their proposed design.[^prereg] - -[^prereg]: See the [Center for Open Science's directory of preregistrations](https://cos.io/prereg/), or [AsPredicted list](https://aspredicted.org/) for examples of this in real life. [Here's one by me!](https://osf.io/hsbyd) - -The best preregistered studies use simulated data that has the same structure as the data that will be collected (i.e. same columns, sometimes the same correlations and relationships researchers expect to see in the collected data, etc.). Because there's no data yet (or [just fake data](/example/synthetic-data.qmd)), you have more freedom when developing a preregistered study. You can experiment with different models, play with different approaches, manipulate data in different ways, and so on. If you realize that you need a new variable, or that you need to rearrange questions on a survey, or make any other kinds of changes, you can—you haven't collected the data yet! - -(Additionally, using synthetic data is extremely useful if you're working with proprietary or private data that you cannot make public. [You can make a synthetic version of the real data instead](https://arxiv.org/abs/2011.01374); see [this too](https://twitter.com/cmastication/status/1325424086659502081).) - -Once you finalize your plan and know all the data you need to collect, and once you've written out the different models you'll run, all you have to do is collect the real data, plop it into your script (replacing the fake data you'd been using), and run the analysis script again to generate the actual, real results. In the results section, you get to either say "As predicted, we found…", or "Contrary to expectations, we found that…". - -For your final project in this class, you will write a pre-registered analysis of a public or nonprofit social program that you're interested in. You don't need to worry about collecting data—[you'll create a synthetic dataset for your pre-analysis.](/example/synthetic-data.qmd) - -You will submit **three things** via iCollege: - -1. A PDF of your preregistered report (see the outline below for details of what this needs to contain). You should compile this with R Markdown. You might want to write the prose-heavy sections in a word processor like Word or Google Docs and copy/paste the text into your R Markdown document, since RStudio doesn't have a nice spell checker or grammar checker. This should have *no visible R code, warnings, or messages in it* (set `echo = FALSE` at the beginning of your document before you knit). -2. The same PDF as above, but with all the R code in it (set `echo = TRUE` at the beginning of your document and reknit the file). -3. A CSV file of [your fake data.](/example/synthetic-data.qmd) - -This project is due by **11:59 PM on Monday, May 1, 2023.** No late work will be accepted. - -I will grade your project using this rubric. I *highly* recommend that you refer to the rubric as you work on your project! - -- {{< fa list-check >}} [`evalsp23_final-project-rubric.xlsx`](/files/evalsp23_final-project-rubric.xlsx) - -You can either run the analysis in RStudio locally on your computer (highly recommended(!!), since you won't have to worry about keeping all your work on Posit's servers), or use an Posit.cloud project. You can make a copy of this Posit.cloud project—it doesn't have anything in it, but I have preinstalled all the packages we've used over the course of the semester, so you don't have to. - -- [{{< fa arrow-up-right-from-square >}} Empty Posit.cloud project](https://posit.cloud/spaces/323551/content/5774783) -- [{{< fa file-archive >}} Empty RStudio project you can download and unzip on your computer](/projects/final-project.zip) (doesn't include any packages, since you're responsible for installing those) - - -## Resources - -Most importantly, **do not hesitate** to work with classmates. You all must choose different programs, but you can work in groups of up to 4 people on your own projects. Also, **absolutely do not hesitate** to ask me questions! I'm here to help! - -You might find this evaluation (and its proposal) of a truancy program in the Provo School District in Utah helpful as an example for the first half of this assignment (program overview, theory, implementation, threats to validity, and outcomes). The PSD evaluation doesn't have DAGs or fancy econometrics models like RCTs, diff-in-diff, RDD, IVs, or anything like that, so you can't use it as an example of that part, but these should provide a good template for the program-specific sections. *This is longer than expected for this class*. I provide suggested word counts in the outline below. - -- [{{< fa file-pdf >}} `psd-proposal-2011`](/files/psd-proposal-2011.pdf) -- [{{< fa file-pdf >}} `psd-final-report-2012`](/files/psd-final-report-2012.pdf) - - -## Suggested outline - -Here's an outline of what you'll need to do. You did lots of this work in your evaluation assignments. Please don't just copy/paste those assignments as is into this final project—you'll want to polish it up for this final report. You can download this as an RMarkdown file and change the text if you want. I've also included this as an RMarkdown file in the empty RStudio.cloud project. - -- [{{< fa brands r-project >}} `final-project-template.Rmd`](/projects/final-project/final-project-template.Rmd) - ---- - -### Introduction - -Describe the motivation for this evaluation, briefly describe the program to be evaluated, and explain why it matters for society. (**≈150 words**) - - -### Program overview - -Provide in-depth background about the program. Include details about (1) when it was started, (2) why it was started, (3) what it was designed to address in society. If the program hasn't started yet, explain why it's under consideration. (**≈300 words**) - - -### Program theory and implementation - -#### Program theory and impact theory graph - -Explain and explore the program's underlying theory. Sometimes programs will explain why they exist in a mission statement, but often they don't and you have to infer the theory from what the program looks like when implemented. What did the program designers plan on occurring? Was this theory based on existing research? If so, cite it. (**≈300 words**) - -Include a simple impact theory graph showing the program's basic activities and outcomes. Recall from class and your reading that this is focused primarily on the theory and mechanisms, not on the implementation of the program. - -#### Logic model - -Describe the program's inputs, activities, outputs, and outcomes. Pay careful attention to how they are linked—remember that every input needs to flow into an activity and every output must flow out of an activity. (**≈150 words**) - -Use flowchart software to connect the inputs, activities, outputs, and outcomes and create a complete logic model. Include this as a figure. - - -### Outcome and causation - -#### Main outcome - -Select one of the program's outcomes to evaluate. Explain why you've chosen this (is it the most important? easiest to measure? has the greatest impact on society?) (**≈50 words**) - -#### Measurement - -Using the concept of the "ladder of abstraction" that we discussed in class (e.g. identifying a witch, measuring poverty, etc.), make a list of all the possible attributes of the outcome. Narrow this list down to 3-4 key attributes. Discuss how you decided to narrow the concepts and justify why you think these attributes capture the outcome. Then, for each of these attributes, answer these questions: - -- *Measurable definition*: How would you specifically define this attribute? (i.e. if the attribute is "reduced crime", define it as "The percent change in crime in a specific neighborhood during a certain time frame" or something similar) -- *Ideal measurement*: How would you measure this attribute in an ideal world? -- *Feasible measurement*: How would you measure this given reality and given limitations in budget, time, etc.? -- *Measurement of program effect*: How would to connect this measure to people in the program? How would you check to see if the program itself had an effect? - -(**≈150 words** in this section) - -#### Causal theory - -Given your measurement approach, describe and draw a causal diagram (DAG) that shows how your program causes the outcome. Note that this is not the same thing as the logic model—you'll likely have nodes in the DAG that aren't related to the program at all (like socioeconomic status, gender, experience, or other factors). The logic model provides the framework for the actual implementation of your program and connects all the moving parts to the outcomes. The DAG is how you can prove causation with statistical approaches. (**≈150 words**) - -#### Hypotheses - -Make predictions of your program's effect. Declare what you think will happen. (**≈50 words**) - - -### Data and methods - -#### Identification strategy - -How will you measure the actual program effect? Will you rely on an RCT? Differences-in-differences? Regression discontinuity? Instrumental variables? How does your approach account for selection bias and endogeneity? How does your approach isolate the causal effect of the program on the outcome? - -Also briefly describe what kinds of threats to internal and external validity you face in your study. - -(**≈300 words**) - -#### Data - -Given your measurement approach, limits on feasibility, and identification strategy, describe the data you will use. Will you rely on administrative data collected by a government agency or nonprofit? Will you collect your own data? If so, what variables will you measure, and how? Will you conduct a survey or rely on outside observers or do something else? What does this data look like? What variables does it (or should it) include? - -(**≈100 words**) - - -### Synthetic analysis - -[Generate a synthetic (fake) dataset in R with all the variables you'll need for the real life analysis.](/example/synthetic-data.qmd) Analyze the data using your identification strategy. For instance: - -- If you're relying on observational data, close all the backdoors with matching or inverse probability weighting, don't adjust for colliders, and make a strong argument for isolation of the causal effect in the absence of treatment/control groups -- If you're doing an RCT, test the differences in means in the treatment and control groups (and follow all other best practices listed in the World Bank book, checking for balance across groups, etc.) -- If you're doing diff-in-diff, run a regression model with an interaction term to show the diff-in-diff -- If you're doing regression discontinuity, check for a jump in the outcome variable at the cutoff in the running variable -- If you're using instrumental variables, check the validity of your instrument and run a 2SLS model - -Include robustness checks to ensure the validity of your effect (i.e. if you're doing regression discontinuity, test different bandwidths and kernel types; etc.) - -(**As many words as you need to fully describe your analysis and results**) - -### Conclusion - -What would the findings from this analysis mean for your selected program? What would it mean if you found an effect? What would it mean if you didn't find an effect? Why does any of this matter? (**≈75 words**) diff --git a/assignment/foro-practicos.qmd b/assignment/foro-practicos.qmd new file mode 100644 index 00000000..e4ed2b5c --- /dev/null +++ b/assignment/foro-practicos.qmd @@ -0,0 +1,46 @@ +--- +title: "Foro prácticos" +--- + +Foro para compartir dudas, aclaraciones, sugerencias sobre llas guías prácticas. +Para poder participar en el foro hay que abir una cuenta en [Github](https://github.com/) + +# ¿Cuándo usar este foro? + + +![](/files/img/resurgence.gif){fig-align="center" width=50%} + +Muchas veces sucede que los códigos de análisis no resultan, lo que puede deberse a errores menores en la escritura de código, otras a versiones de librerías, y la mayoría a que R es algo mañoso. + +Cuando hay un error o el código no corre lo importante es evitar que la frustración lleve a desmotivarse o tirar el computador por la ventana. Por eso se sugiere: + +- intentar resolverlo por no más de 10 minutos: en este tiempo revisar bien el material disponible y lo que hay en la web. Un lugar clásico donde se discuten problemas de código es [Stack overflow](https://stackoverflow.com/). + +- si no se logra solucionar entonces se sugiere encarecidamente usar el foro al final de esta página, ya que nos sirve para dejar la respuesta disponible para otr_s compañer_s que pueden tener la misma duda (generalmente es así) + +# ¿Cómo preguntar? + +- Desripción general del problema, código y error que ocurre +- Si con esta información no basta para solucionar el problema, entonces se le podrá solicitar información adicionales, tales como el archivo de código y la información de la versión de las librerías que aparece al ejecutar el comando `sessionInfo()` + + +# Foro prácticos + + + + + diff --git a/assignment/index.qmd b/assignment/index.qmd index 6e11b99a..cf11e2bc 100644 --- a/assignment/index.qmd +++ b/assignment/index.qmd @@ -1,73 +1,69 @@ --- -title: "Assignments" +title: "Prácticos" +lang: es +format: + html: + toc: false --- -The main goals of this class are to help you design, critique, code, and run rigorous, valid, and feasible evaluations of public sector programs. Each type of assignment in this class is designed to help you achieve one or more of these goals. +## Descripción +Las clases se acompañan de guías de trabajo con énfasis en la aplicación práctica mediante el uso de software estadístico. -## Weekly check-in +Las guías se encontrarán disponibles en esta página (link a la izquierda). Habrá dos guías para la Unidad 1 (Inferencia), y 2 para la Unidad 2 (Asociación). La unidad 3 será eminentemente práctica y de aplicación. -Every week, after you finish working through the content, I want to hear about what you learned and what questions you still have. Because the content in this course is flipped, these questions are **crucial** for our weekly in-class discussions. +Las guías son desarrolladas de manera autónoma, y cada dos semanas los días martes habrá un espacio práctico de revisión de las guías y de consultas. Para ello se espera que quienes puedan traigan su computador a la sala, y quienes no tienen lo podrán hacer simultáneamente en la sala de computación 345. -To encourage engagement with the course content—and to allow me to collect the class's questions each week—you'll need to fill out a short response on iCollege. This should be ≈150 words. That's fairly short: there are ≈250 words on a typical double-spaced page in Microsoft Word (500 when single-spaced). +En las prácticas vamos a trabajar con el software R, Versión 4.4.1. -These check-ins are **due by noon on the days we have class**. This is so I can look through the responses and start structuring the discussion for the evening's class. +## Trabajo con software R -You should answer these two questions each week: +Para los análisis estadísticos de este curso usamos el programa R, en parte porque es gratuito, pero la principal razón es que es de código abierto. Esto quiere decir que cualquier persona puede revisar cómo está hecho y aportar con modificaciones y procedimientos nuevos, como son las librerías que realizan funciones específicas. -1. What were the **three (3)** most interesting or exciting things you learned from the session? Why? -2. What were the **three (3)** muddiest or unclear things from the session this week? What are you still wondering about? +El carácter de apertura de R posee muchas ventajas, pero también conlleva complicaciones. Se actualiza permanentemente, así como también las librerías, y esto puede generar problemas de compatibilidad y de fallas en ejecución del código de análisis. -You can include more than three interesting or muddiest things, but you must include at least three. There should be six easily identifiable things in each check-in: three exciting things and three questions. +Para minimizar estos posibles problemas en este curso, vamos a: -I will grade these check-ins using a check system: +- trabajar con la misma y última versión de R +- evitar uso de tilde, ñ, espacios y mayúsculas tanto en carpetas y archivos, así como también en los nombres de las variables -- ✔+: (*11.5 points (115%) in gradebook*) Response shows phenomenal thought and engagement with the course content. I will not assign these often. -- ✔: (*10 points (100%) in gradebook*) Response is thoughtful, well-written, and shows engagement with the course content. This is the expected level of performance. -- ✔−: (*5 points (50%) in gradebook*) Response is hastily composed, too short, and/or only cursorily engages with the course content. This grade signals that you need to improve next time. I will hopefully not assign these often. +## Sobre errores y consultas sobre problemas con R y ejecución de código -Notice that is essentially a pass/fail or completion-based system. I'm not grading your writing ability, I'm not counting the exact number of words you're writing, and I'm not looking for encyclopedic citations of every single reading to prove that you did indeed read everything. I'm looking for thoughtful engagement, three interesting things, and three questions. That's all. Do good work and you'll get a ✓. +En caso de preguntas sobre las clases hacerlas en [Foro prácticos](/assignment/foro-practicos.html) -You will submit these check-ins via iCollege. +### Instalación de R & RStudio {#installR} +Para esta versión del curso vamos a trabajar con el programa R Version 4.4.1 y con RStudio, que ofrece un entorno más amigable para trabajar con R. -## Problem sets +Para **instalar R**: ir a [https://cran.r-project.org/index.html](https://cran.r-project.org/index.html) y bajar/instalar la versión correspondiente a la plataforma utilizada (Windows, Mac o Linux) -To practice writing R code, running inferential models, and thinking about causation, you will complete a series of problem sets. +Para instalar **RStudio**: ir a [https://rstudio.com/products/rstudio/](https://rstudio.com/products/rstudio/) y bajar/instalar RStudio desktop, Open Source License (libre). -You need to show that you made a good faith effort to work each question. I will not grade these in detail. The problem sets will be graded using a check system: +En caso de dudas se puede revisar el siguiente **video tutorial** de instalación de R & RStudio, preparado por Julio Iturra (apoyo docente) del curso Estadística Multivariada 2020: -- ✔+: (*33 points (110%) in gradebook*) Assignment is 100% completed. Every question was attempted and answered, and most answers are correct. Document is clean and easy to follow. Work is exceptional. I will not assign these often. -- ✔: (*30 points (100%) in gradebook*) Assignment is 70–99% complete and most answers are correct. **This is the expected level of performance.** -- ✔−: (*15 points (50%) in gradebook*) Assignment is less than 70% complete and/or most answers are incorrect. This indicates that you need to improve next time. I will hopefully not asisgn these often. +
+ +
-You may (and should!) work together on the problem sets, but *you must turn in your own answers.* You cannot work in groups of more than **four** people, and you must note who participated in the group in your assignment. +Si por alguna razón se prefiere trabajar sin descargar, también se puede utilizar RCloud, abajo un tutorial preparado por Valentina Andrade para el curso de Estadística Multivariada: +
+ +
-## Evaluation assignments -For your [final project](/assignment/final-project.qmd), you will conduct a pre-registered evaluation of a social program using synthetic data. To (1) give you practice with the principles of program evaluation, research design, measurement, and causal diagrams, and (2) help you with the foundation of your final project, you will complete a set of four evaluation-related assignments. +### Sobre el trabajo en hojas de código en RStudio {#codigoR} -Ideally these will become major sections of your final project. However, there is no requirement that the programs you use in these assignments must be the same as the final project. If, through these assignments, you discover that your initially chosen program is too simple, too complex, too boring, etc., you can change at any time. +- El trabajo de análisis en RStudio se efectua en una _hoja de código_ (o R script o sintaxis, o para los usuarios de Stata la _do-file_), que es donde se anotan los comandos y funciones. Para abrir una hoja, en RStudio ir a File > New File > R Script (o ctrl+shift+N),y aparecerá un panel con una pestaña "Untitled" (sin título). Esta es la hoja de código donde se anotan los comandos. -These assignments will be graded using a check system: +- Los contenidos de las hojas de código son básicamente 2: -- ✔+: (*33 points (110%) in gradebook*) Assignment is 100% completed. Every question was attempted and answered, and most answers are correct. Document is clean and easy to follow. Work is exceptional. I will not assign these often. -- ✔: (*30 points (100%) in gradebook*) Assignment is 70–99% complete and most answers are correct. **This is the expected level of performance.** -- ✔−: (*15 points (50%) in gradebook*) Assignment is less than 70% complete and/or most answers are incorrect. This indicates that you need to improve next time. I will hopefully not asisgn these often. + - comandos o funciones: se escriben en la hoja, y para ejecutarlos se debe posicionar el cursor en la línea respectiva y ctrl+enter, el resultado aparecerá en el panel de resultados o _Consola_. + - texto: para escribir títulos, comentarios, y todo lo que permita entender qué se está haciendo, al principio de la línea respectiva escribir el signo `#` +- Para grabar nuestra hoja de código y así respaldar nuestros análisis, File > Save (o ctrl+s), y dar un nombre al archivo. Recordar: breve, sin espacios ni tildes ni eñes. Por defecto, la extensión de estos archivos es .R -## Exams - -There will be two exams covering (1) program evaluation, design, and causation, and (2) the core statistical tools of program evaluation and causal inference. - -You will take these exams online through iCollege. The exams will have a time limit, but you can use notes and readings and [the Google](https://www.youtube.com/watch?v=AQ45fO1uiOQ). You must take the exams on your own though, and not talk to anyone about them. - - -## Final project - -At the end of the course, you will demonstrate your knowledge of program evaluation and causal inference by completing a final project. - -[Complete details for the final project are here.](/assignment/final-project.qmd) - -There is no final exam. This project is your final exam. diff --git a/assignment/weekly-check-in.qmd b/assignment/weekly-check-in.qmd deleted file mode 100644 index 6593743f..00000000 --- a/assignment/weekly-check-in.qmd +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "Weekly check-in" ---- - -Every week, after you finish working through the content, I want to hear about what you learned and what questions you still have. Because the content in this course is flipped, these questions are **crucial** for our weekly in-class discussions. - -To encourage engagement with the course content—and to allow me to collect the class's questions each week—you'll need to fill out a short response on iCollege. This should be ≈150 words. That's fairly short: there are ≈250 words on a typical double-spaced page in Microsoft Word (500 when single-spaced). - -These check-ins are **due by noon on the days we have class**. This is so I can look through the responses and start structuring the discussion for the evening's class. - -You should answer these two questions each week: - -1. What were the **three (3)** most interesting or exciting things you learned from the session? Why? -2. What were the **three (3)** muddiest or unclear things from the session this week? What are you still wondering about? - -You can include more than three interesting or muddiest things, but you must include at least three. There should be six easily identifiable things in each check-in: three exciting things and three questions. - -I will grade these check-ins using a check system: - -- ✔+: (*11.5 points (115%) in gradebook*) Response shows phenomenal thought and engagement with the course content. I will not assign these often. -- ✔: (*10 points (100%) in gradebook*) Response is thoughtful, well-written, and shows engagement with the course content. This is the expected level of performance. -- ✔−: (*5 points (50%) in gradebook*) Response is hastily composed, too short, and/or only cursorily engages with the course content. This grade signals that you need to improve next time. I will hopefully not assign these often. - -Notice that is essentially a pass/fail or completion-based system. I'm not grading your writing ability, I'm not counting the exact number of words you're writing, and I'm not looking for encyclopedic citations of every single reading to prove that you did indeed read everything. I'm looking for thoughtful engagement, three interesting things, and three questions. That's all. Do good work and you'll get a ✓. - -You will submit these check-ins via iCollege. diff --git a/content/01-content.qmd b/content/01-content.qmd index 42201cf0..ba30ec0b 100644 --- a/content/01-content.qmd +++ b/content/01-content.qmd @@ -1,119 +1,21 @@ --- -title: "Evaluation and the causal revolution" -date: "2023-01-12" +title: "Presentación" +date: "2024-08-12" +lang: es +execute: + freeze: auto +website: + comments: + giscus: + repo: cursos-metodos-facso/correlacional --- -```{r slides-videos, echo=FALSE, include=FALSE} -source(here::here("R", "slide-things.R")) -source(here::here("R", "youtube-playlist.R")) +# Documento de presentación -playlist_id <- "PLS6tnpTr39sHcnk9KcoQVzDywxWRzVWHC" + -slide_details <- tibble::tribble( - ~youtube_id, ~title, ~slide, ~active, - "BIhz1dz5Vws", "Introduction", "1", TRUE, - "f-sOSXyeeJE", "Data science and public service", "ds-ps", FALSE, - "Z2foqSMWnGU", "Evidence, evaluation, and causation (1)", "evidence-evaluation-causation", FALSE, - "W5ChuEhAzrs", "Evidence, evaluation, and causation (2)", "evidence-evaluation-causation1", FALSE, - "D4LoEctZxHE", "Class details", "class-details", FALSE -) -``` -## Readings +# Foro -- The [syllabus](/syllabus.qmd), [content](/content/index.qmd), [examples](/example/index.qmd), and [assignments](/assignment/index.qmd) pages for this class -- {{< fa book >}} Chapter 1 in *Impact Evaluation in Practice* [@wb-eval] -- {{< fa book >}} Chapters 1 and 2 in *The Effect* [@Huntington-Klein:2021] -- {{< fa brands youtube >}} DJ Patil, ["What Makes a Radical and Revolutionary Technology?"](https://www.youtube.com/watch?v=UOoMzaWOQJA) - - (DJ Patil is the former Chief Data Scientist of the United States under President Obama. He gave this forum address at Brigham Young University on February 13, 2018.) -- {{< fa arrow-up-right-from-square >}} Stephen Goldsmith, ["Next Generation of Public Employees Must Understand Data and Policy"](http://www.govtech.com/opinion/Next-Generation-Public-Employees-Must-Understand-Data-Policy.html) -- {{< fa arrow-up-right-from-square >}} Hadley Wickham, ["Data Science: How is it Different To Statistics?"](https://imstat.org/2014/09/04/data-science-how-is-it-different-to-statistics%E2%80%89/) - - -## Slides - -:::{.callout-warning} -**Important!!**: In the "Class details" video, I say that there are three books for the class: the World Bank evaluation book, *'Metrics Matter*, and *Causal Inference: The Mixtape*. [That's not the case this semester](/syllabus.qmd#books), since we're using the new *The Effect* book, which replaces both *'Metrics Matter* and the *Mixtape*. So ignore that part of the video. The slides are updated with the correct books, though: [see here](/slides/01-slides.html#85). -::: - -The slides for today's lesson are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later). You can also click in the slides below and navigate through them with your left and right arrow keys. - -```{r show-slide-tabs, echo=FALSE, results="asis"} -slide_buttons("/slides/01-slides") -slide_tabs(slide_details, "/slides/01-slides.html") -``` - -:::{.callout-tip} -**Fun fact**: If you type ? (or shift + /) while going through the slides, you can see a list of special slide-specific commands. -::: - - -## Videos - -:::{.callout-warning} -**Important!!**: In the "Class details" video, I say that there are three books for the class: the World Bank evaluation book, *'Metrics Matter*, and *Causal Inference: The Mixtape*. [That's not the case this semester](/syllabus/#books), since we're using the new *The Effect* book, which replaces both *'Metrics Matter* and the *Mixtape*. So ignore that part of the video. The slides are updated with the correct books, though: [see here](/slides/01-slides.html#85). -::: - -```{r show-youtube-list, echo=FALSE, results="asis"} -youtube_list(slide_details, playlist_id) -``` - -## In-class stuff - -Here are all the materials we'll use in class: - -- [**Session 1 in-person slides**](/slides/01-class.html) ([PDF](/slides/01-class.pdf)) - -RStudio labs: - -- [RStudio.cloud project](https://posit.cloud/spaces/323551/content/5254772) -- [Project `.zip` file](/projects/01-class.zip) -- [Lab slides 1: Markdown and universal writing](/slides/01-class_01_markdown-writing.html) ([PDF](/slides/01-class_01_markdown-writing.pdf)) -- [Lab slides 2: Getting started with R and RStudio](/slides/01-class_02-getting-started.html) ([PDF](/slides/01-class_02-getting-started.pdf)) -- [Lab slides 3: Data basics](/slides/01-class_03_data-basics.html) ([PDF](/slides/01-class_03_data-basics.pdf)) -- [Lab slides 4: Visualize data with ggplot2](/slides/01-class_04_visualize-data.html) ([PDF](/slides/01-class_04_visualize-data.pdf)) -- [Lab slides 5: Transform data with dplyr](/slides/01-class_05_transform-data.html) ([PDF](/slides/01-class_05_transform-data.pdf)) - - -```{verbatim include=FALSE} -Playlist: https://www.youtube.com/playlist?list=PLS6tnpTr39sHcnk9KcoQVzDywxWRzVWHC - -https://youtu.be/BIhz1dz5Vws -PMAP 8521 • (1) Evaluation and the causal revolution: (0) Introduction - -Introduction to the class session on evaluation and the causal revolution - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/01-content/ - - -https://youtu.be/f-sOSXyeeJE -PMAP 8521 • (1) Evaluation and the causal revolution: (1) Data science and public service - -Discussion of the role of data science in the public and nonprofit sectors - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/01-content/ - - -https://youtu.be/Z2foqSMWnGU -PMAP 8521 • (1) Evaluation and the causal revolution: (2.1) Evidence, evaluation, and causation - -Discussion of the role of evidence-based policy and program evaluation - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/01-content/ - - -https://youtu.be/W5ChuEhAzrs -PMAP 8521 • (1) Evaluation and the causal revolution: (2.2) Evidence, evaluation, and causation - -Discussion of why causation is tricky (but also possible!) to measure - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/01-content/ - - -https://youtu.be/D4LoEctZxHE -PMAP 8521 • (1) Evaluation and the causal revolution: (3) Class details - -Overview of how the class works - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/01-content/ -``` +En caso de preguntas sobre las clases hacerlas en [Foro Clases](/content/foro-clases.html) diff --git a/content/02-content.qmd b/content/02-content.qmd old mode 100755 new mode 100644 index 2821aeda..a464aa1d --- a/content/02-content.qmd +++ b/content/02-content.qmd @@ -1,134 +1,15 @@ --- -title: "Regression and inference" -date: "2023-01-19" ---- - -```{r slides-videos, echo=FALSE, include=FALSE} -source(here::here("R", "slide-things.R")) -source(here::here("R", "youtube-playlist.R")) - -playlist_id <- "PLS6tnpTr39sERjvBbJGr9mpqvtiLVPzd4" - -slide_details <- tibble::tribble( - ~youtube_id, ~title, ~slide, ~active, - "S4OmWxc3h3Y", "Introduction", "1", TRUE, - "DGbLEgL4g6Y", "Drawing lines", "drawing-lines", FALSE, - "n-rV1TIoIgw", "Lines, Greek, and regression", "lines-greek-regression", FALSE, - "RYKsrTKWCR4", "Null worlds and statistical significance", "significance", FALSE -) -``` - -## Readings - -- {{< fa book >}} Chapters 3 and 4 in *The Effect* [@Huntington-Klein:2021] - - -## Recommended readings - -Look through your notes on regression from your last stats class. Also, you can skim through these resources: - -- {{< fa book >}} [5.1–5.4 in *ModernDive*](https://moderndive.com/5-regression.html) [@IsmayKim:2018] -- {{< fa book >}} [6.1–6.4 in *ModernDive*](https://moderndive.com/6-multiple-regression.html) [@IsmayKim:2018] -- {{< fa book >}} 7.1–7.3 in *OpenIntro Statistics* [@DiezBarrCetinkaya-Rundel:2017] -- {{< fa book >}} 8.1 in *OpenIntro Statistics* [@DiezBarrCetinkaya-Rundel:2017] - -We'll review all this regression stuff in the videos, so *don't panic* if this all looks terrifying! Also, take advantage of the videos that accompany the *OpenIntro* chapters. And *also*, the *OpenIntro* chapters are heavier on the math—don't worry if you don't understand everything. - - - -## Slides - -The slides for today's lesson are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later). You can also click in the slides below and navigate through them with your left and right arrow keys. - -```{r show-slide-tabs, echo=FALSE, results="asis"} -slide_buttons("/slides/02-slides") -slide_tabs(slide_details, "/slides/02-slides.html") -``` - -:::{.callout-tip} -**Fun fact**: If you type ? (or shift + /) while going through the slides, you can see a list of special slide-specific commands. -::: - - -## Videos - -```{r show-youtube-list, echo=FALSE, results="asis"} -youtube_list(slide_details, playlist_id) -``` - -## In-class stuff - -Here are all the materials we'll use in class: - -- [**Session 2 FAQ slides**](/slides/02-class.html) ([PDF](/slides/02-class.pdf)) -- [Errors vs. warnings vs. messages](https://moderndive.com/1-getting-started.html#messages) (i.e. what to do when R shows you red text) -- R Markdown examples: - - [Quarto!](https://quarto.org/) - - Example R Markdown file used as a code-through or step-by-step teaching document: - - Lots of [blog posts here](https://www.andrewheiss.com/blog/) - - Julia Silge, ["Modeling human/computer interactions on Star Trek from #TidyTuesday with workflowsets"](https://juliasilge.com/blog/star-trek/) - - Bob Rudis, ["Some Covid Donuts To End The Week"](https://rud.is/b/2021/08/13/some-covid-donuts-to-end-the-week/) - - Holger K. von Jouanne-Diedrich, ["The “Youth Bulge” of Afghanistan: The Hidden Force behind Political Instability"](https://blog.ephorie.de/the-youth-bulge-of-afghanistan-the-hidden-force-behind-political-instability) - - Example R Markdown file used as a publicly-consumable document: - - Click on the "Manuscript" menu item [at this site](https://stats.andrewheiss.com/cautioning-canary/) - - See [the Rmd file here](https://github.com/andrewheiss/cautioning-canary/blob/master/manuscript/manuscript.Rmd) - -Hands-on R materials: - -- [{{< fa brands r-project >}} Posit.cloud project](https://posit.cloud/spaces/323551/content/5254772) -- [{{< fa file-zipper >}} Project `.zip` file](/projects/01-class.zip) -- [{{< fa file-csv >}} Gapminder data](/files/data/package_data/gapminder.csv) -- [Lab slides 1: Markdown and universal writing](/slides/01-class_01_markdown-writing.html) ([PDF](/slides/01-class_01_markdown-writing.pdf)) -- [Lab slides 2: Getting started with R and RStudio](/slides/01-class_02-getting-started.html) ([PDF](/slides/01-class_02-getting-started.pdf)) -- [Lab slides 3: Data basics](/slides/01-class_03_data-basics.html) ([PDF](/slides/01-class_03_data-basics.pdf)) -- [Lab slides 4: Visualize data with ggplot2](/slides/01-class_04_visualize-data.html) ([PDF](/slides/01-class_04_visualize-data.pdf)) -- [Lab slides 5: Transform data with dplyr](/slides/01-class_05_transform-data.html) ([PDF](/slides/01-class_05_transform-data.pdf)) - - -## Bayesian statistics resources - -In class I briefly mentioned the difference between frequentist and Bayesian statistics. You can see a bunch of [additional resources and examples of these two approaches to statistics here](/resource/bayes.qmd). [This huge blog post](https://www.andrewheiss.com/blog/2021/12/01/multilevel-models-panel-data-guide/) also shows how to do multilevel models with Bayesian models. - - -```{verbatim include=FALSE} -Playlist: https://www.youtube.com/playlist?list=PLS6tnpTr39sERjvBbJGr9mpqvtiLVPzd4 - -https://youtu.be/S4OmWxc3h3Y -PMAP 8521 • (2) Regression and inference: (0) Introduction - -Introduction to the class session on regression and inference - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/02-content/ - - -https://youtu.be/DGbLEgL4g6Y -PMAP 8521 • (2) Regression and inference: (1) Drawing lines - -Overview of the basics of regression analysis (particularly ordinary least squares (OLS) regression) - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/02-content/ - - -https://youtu.be/n-rV1TIoIgw -PMAP 8521 • (2) Regression and inference: (2) Lines, Greek, and regression - -Discussion of how to estimate parameters from a population using regression (with R specifically) - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/02-content/ - - -https://youtu.be/RYKsrTKWCR4 -PMAP 8521 • (2) Regression and inference: (3) Null worlds and statistical significance - -Discussion of statistical significance and p-values using simulated null worlds - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/02-content/ +title: "Inferencia 1: Datos, probabilidad y distribuciones muestrales" +date: "2024-08-13" +lang: es +execute: + freeze: auto +--- -https://youtu.be/E-Zz5S5NOUo -PMAP 8521 • Example: Regression with R +# Documento de presentación -Demonstration of how to run regression models with R + -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/regression/ -``` +# Link al [Foro de Clases](/content/foro-clases.qmd) \ No newline at end of file diff --git a/content/03-content.qmd b/content/03-content.qmd old mode 100755 new mode 100644 index bd7ea2b8..8c8407de --- a/content/03-content.qmd +++ b/content/03-content.qmd @@ -1,119 +1,15 @@ --- -title: "Theories of change and logic models" -date: "2023-01-26" ---- - -```{r slides-videos, echo=FALSE, include=FALSE} -source(here::here("R", "slide-things.R")) -source(here::here("R", "youtube-playlist.R")) - -playlist_id <- "PLS6tnpTr39sHjKJRcD-ebQUbcaFhc0cQH" - -slide_details <- tibble::tribble( - ~youtube_id, ~title, ~slide, ~active, - "dwsCSqczNng", "Introduction", "1", TRUE, - "XkHUQJp5fh0", "Reproducibility", "reproducibility", FALSE, - "Uos8RumBrzE", "Program theories", "program-theories", FALSE, - "8CJ7M2dTmF4", "Logic models & results chains", "logic-models", FALSE -) -``` - -## Readings - -- {{< fa book >}} Chapter 2 in *Impact Evaluation in Practice* [@wb-eval] -- {{< fa book >}} Chapter 2 in *Evaluation: A Systematic Approach* [@RossiLipseyHenry:2019]. This is available on iCollege. -- {{< fa book >}} Chapter 3 in *Evaluation: A Systematic Approach* [@RossiLipseyHenry:2019]. This is available on iCollege. - - -## Slides - -The slides for today's lesson are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later). You can also click in the slides below and navigate through them with your left and right arrow keys. - -```{r show-slide-tabs, echo=FALSE, results="asis"} -slide_buttons("/slides/03-slides") -slide_tabs(slide_details, "/slides/03-slides.html") -``` - -:::{.callout-tip} -**Fun fact**: If you type ? (or shift + /) while going through the slides, you can see a list of special slide-specific commands. -::: - - -## Videos - -```{r show-youtube-list, echo=FALSE, results="asis"} -youtube_list(slide_details, playlist_id) -``` - - -## In-class stuff - -Here are all the materials we'll use in class: - -- [**Session 3 FAQ slides**](/slides/03-class.html) ([PDF](/slides/03-class.pdf)) -- [Errors vs. warnings vs. messages](https://moderndive.com/1-getting-started.html#messages) (i.e. what to do when R shows you red text) -- R Markdown examples: - - [Quarto!](https://quarto.org/) - - Example R Markdown file used as a code-through or step-by-step teaching document: - - Lots of [blog posts here](https://www.andrewheiss.com/blog/) - - Julia Silge, ["Modeling human/computer interactions on Star Trek from #TidyTuesday with workflowsets"](https://juliasilge.com/blog/star-trek/) - - Bob Rudis, ["Some Covid Donuts To End The Week"](https://rud.is/b/2021/08/13/some-covid-donuts-to-end-the-week/) - - Holger K. von Jouanne-Diedrich, ["The “Youth Bulge” of Afghanistan: The Hidden Force behind Political Instability"](https://blog.ephorie.de/the-youth-bulge-of-afghanistan-the-hidden-force-behind-political-instability) - - Example R Markdown file used as a publicly-consumable document: - - Click on the "Manuscript" menu item [at this site](https://stats.andrewheiss.com/cautioning-canary/) - - See [the Rmd file here](https://github.com/andrewheiss/cautioning-canary/blob/master/manuscript/manuscript.Rmd) - -Hands-on R materials: - -- [{{< fa brands r-project >}} Introduction to the tidyverse Posit.cloud project](https://posit.cloud/spaces/323551/content/5254772) -- [{{< fa file-zipper >}} Introduction to the tidyverse project `.zip` file](/projects/01-class.zip) -- [{{< fa brands r-project >}} Regression playground Posit.cloud project](https://posit.cloud/spaces/323551/content/5299495) -- [{{< fa file-zipper >}} Regression playground project `.zip` file](/projects/regression-example.zip) - -- [Lab slides 1: Markdown and universal writing](/slides/01-class_01_markdown-writing.html) ([PDF](/slides/01-class_01_markdown-writing.pdf)) -- [Lab slides 2: Getting started with R and RStudio](/slides/01-class_02-getting-started.html) ([PDF](/slides/01-class_02-getting-started.pdf)) -- [Lab slides 3: Data basics](/slides/01-class_03_data-basics.html) ([PDF](/slides/01-class_03_data-basics.pdf)) -- [Lab slides 4: Visualize data with ggplot2](/slides/01-class_04_visualize-data.html) ([PDF](/slides/01-class_04_visualize-data.pdf)) -- [Lab slides 5: Transform data with dplyr](/slides/01-class_05_transform-data.html) ([PDF](/slides/01-class_05_transform-data.pdf)) - - -### Logic model for MPA/MPP program - -```{r echo=FALSE, out.width="80%"} -knitr::include_graphics(here::here("files", "img", "mpa-mpp-logic-model.jpg"), error = FALSE) -``` - -```{verbatim include=FALSE} -Playlist: https://www.youtube.com/playlist?list=PLS6tnpTr39sHjKJRcD-ebQUbcaFhc0cQH - -https://youtu.be/dwsCSqczNng -PMAP 8521 • (3) Theories of change: (0) Introduction - -Introduction to the class session on theories of change - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/03-content/ - - -https://youtu.be/XkHUQJp5fh0 -PMAP 8521 • (3) Theories of change: (1) Reproducibility - -Discussion about the importance of reproducible data analysis practices - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/03-content/ - - -https://youtu.be/Uos8RumBrzE -PMAP 8521 • (3) Theories of change: (2) Program theories - -Discussion of program components, program impact theories, and the importance of basing programs on sound theories - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/03-content/ +title: "Inferencia 2: Curva normal y error estándar" +date: "2024-08-19" +lang: es +execute: + freeze: auto +--- -https://youtu.be/8CJ7M2dTmF4 -PMAP 8521 • (3) Theories of change: (3) Logic models & results chains +# Documento de presentación -Discussion of results chains, logic models, and the difference between logic models and impact theories + -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/03-content/ -``` +# Link al [Foro de Clases](/content/foro-clases.qmd) \ No newline at end of file diff --git a/content/04-content.qmd b/content/04-content.qmd old mode 100755 new mode 100644 index 20f3ebfd..e27554b3 --- a/content/04-content.qmd +++ b/content/04-content.qmd @@ -1,122 +1,18 @@ --- -title: "Measurement and DAGs" -date: "2023-02-02" +title: "Inferencia 3 - Intervalos de confianza" +date: "2024-08-20" +lang: es +execute: + freeze: auto --- -```{r slides-videos, echo=FALSE, include=FALSE} -source(here::here("R", "slide-things.R")) -source(here::here("R", "youtube-playlist.R")) +# Documento de presentación -playlist_id <- "PLS6tnpTr39sFVrHdTifzlyS9dsJjhEhsF" + -slide_details <- tibble::tribble( - ~youtube_id, ~title, ~slide, ~active, - "V9zIL7bI9WI", "Introduction", "1", TRUE, - "QkFhHOoYq-I", "Abstraction, stretching, and validity", "abstraction", FALSE, - "kJQuH3nssfI", "Causal models", "causal-models", FALSE, - "_qs_1B4ySWY", "Paths, doors, and adjustment", "paths-doors-adjustment", FALSE -) -``` +# Link al [Foro de Clases](/content/foro-clases.qmd) -## Readings -### Measurement -- {{< fa brands youtube >}} [The witch trial scene from *Monty Python and the Holy Grail*](https://www.youtube.com/watch?v=yp_l5ntikaU) -- {{< fa book >}} Chapter 5 in *Evaluation: A Systematic Approach* [@RossiLipseyHenry:2019]. This is available on iCollege. -- {{< fa book >}} Chapter 5 in *The Effect* [@Huntington-Klein:2021] -### DAGs - -- {{< fa file-pdf >}} Julia M. Rohrer, "Thinking Clearly About Correlations and Causation: Graphical Causal Models for Observational Data" [@Rohrer:2018] This will be posted on iCollege. -- {{< fa file-pdf >}} Section 2 only (pp. 4–11) from Julian Schuessler and Peter Selb, "Graphical Causal Models for Survey Inference." [@SchuesslerSelb:2019] [The PDF is available at SocArXiv.](https://osf.io/preprints/socarxiv/hbg3m/) -- {{< fa book >}} Chapters 6 and 7 in *The Effect* [@Huntington-Klein:2021] - -### DAG example page - -- The [example page on DAGs](/example/dags.qmd) shows how to draw and analyze DAGs with both dagitty.net and R + **ggdag** - - -## Slides - -The slides for today's lesson are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later). You can also click in the slides below and navigate through them with your left and right arrow keys. - -```{r show-slide-tabs, echo=FALSE, results="asis"} -slide_buttons("/slides/04-slides") -slide_tabs(slide_details, "/slides/04-slides.html") -``` - -:::{.callout-tip} -**Fun fact**: If you type ? (or shift + /) while going through the slides, you can see a list of special slide-specific commands. -::: - - -## Videos - -```{r show-youtube-list, echo=FALSE, results="asis"} -youtube_list(slide_details, playlist_id) -``` - -## In-class stuff - -Here are all the materials we'll use in class: - -- [**Session 4 FAQ slides**](/slides/04-class.html) ([PDF](/slides/04-class.pdf)) -- [{{< fa brands r-project >}} Regression playground Posit.cloud project](https://posit.cloud/spaces/323551/content/5299495) -- [{{< fa file-zipper >}} Regression playground project `.zip` file](/projects/regression-example.zip) - -## Bayesian statistics resources - -In class I briefly mentioned the difference between frequentist and Bayesian statistics. You can see a bunch of [additional resources and examples of these two approaches to statistics here](/resource/bayes.qmd). [This huge blog post](https://www.andrewheiss.com/blog/2021/12/01/multilevel-models-panel-data-guide/) also shows how to do multilevel models with Bayesian models. - - -```{verbatim include=FALSE} -Playlist: https://www.youtube.com/playlist?list=PLS6tnpTr39sFVrHdTifzlyS9dsJjhEhsF - -https://youtu.be/V9zIL7bI9WI -PMAP 8521 • (4) Measurement and DAGs: (0) Introduction - -Introduction to the class session on outcome measurement and DAGs - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/04-content/ - - -https://youtu.be/QkFhHOoYq-I -PMAP 8521 • (4) Measurement and DAGs: (1) Abstraction, stretching, and validity - -Discussion of how to measure abstract concepts like program outcomes using a ladder of abstraction - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/04-content/ - - -https://youtu.be/kJQuH3nssfI -PMAP 8521 • (4) Measurement and DAGs: (2) Causal models - -Introduction to causal models and DAGs - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/04-content/ - - -https://youtu.be/_qs_1B4ySWY -PMAP 8521 • (4) Measurement and DAGs: (3) Paths, doors, and adjustment - -Discussion of how to identify associations, close backdoors, and isolate pathways in a DAG - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/04-content/ - - -https://youtu.be/3euqrnD9w7c -PMAP 8521 • Example: DAGs with Dagitty - -Demonstration of how to create and analyze DAGs with dagitty.net - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/dags/ - - -https://youtu.be/uoAjyyToUTE -PMAP 8521 • Example: DAGs with R and ggdag - -Demonstration of how to create and analyze DAGs with R and the {ggdag} package - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/dags/ -``` diff --git a/content/05-content.qmd b/content/05-content.qmd old mode 100755 new mode 100644 index 075c8d11..39129c0c --- a/content/05-content.qmd +++ b/content/05-content.qmd @@ -1,120 +1,17 @@ --- -title: "DAGs and potential outcomes" -date: "2023-02-09" +title: "Inferencia 4 - Test de hipótesis" +date: "2024-08-26" +lang: es +execute: + freeze: auto --- -```{r slides-videos, echo=FALSE, include=FALSE} -source(here::here("R", "slide-things.R")) -source(here::here("R", "youtube-playlist.R")) +# Documento de presentación -playlist_id <- "PLS6tnpTr39sHwqEeiG5xb3zAHcQCGWZUC" + -slide_details <- tibble::tribble( - ~youtube_id, ~title, ~slide, ~active, - "6n7Qicffb2k", "Introduction", "1", TRUE, - "vARju899D3E", "do()ing observational causal inference", "dag-adjustment", FALSE, - "0pOA8y3YASA", "Potential outcomes", "potential-outcomes", FALSE -) -``` +# Link al [Foro de Clases](/content/foro-clases.qmd) -## Readings -- {{< fa podcast >}} Prologue and at least one of the four acts from [This American Life, "Gardens of Branching Paths," episode #691, January 10, 2020](https://www.thisamericanlife.org/691/gardens-of-branching-paths) -- {{< fa book >}} Chapter 3 in *Impact Evaluation in Practice* [@wb-eval] -- {{< fa book >}} Chapters 8, 9, and 10 in *The Effect* [@Huntington-Klein:2021] -### Potential outcomes, ATEs, and CATEs example page - -- The [example page on potential outcomes, ATEs, and CATEs](/example/po-ate-cate.qmd) shows how to use R to calculate ATEs and CATEs - - -## Slides - -The slides for today's lesson are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later). You can also click in the slides below and navigate through them with your left and right arrow keys. - -```{r show-slide-tabs, echo=FALSE, results="asis"} -slide_buttons("/slides/05-slides") -slide_tabs(slide_details, "/slides/05-slides.html") -``` - -:::{.callout-tip} -**Fun fact**: If you type ? (or shift + /) while going through the slides, you can see a list of special slide-specific commands. -::: - - -## Videos - -```{r show-youtube-list, echo=FALSE, results="asis"} -youtube_list(slide_details, playlist_id) -``` - -## In-class stuff - -Here are all the materials we'll use in class: - -- [**Session 5 FAQ slides**](/slides/05-class.html) ([PDF](/slides/05-class.pdf)) - -### Confounding, unblocked - -
- -
- -### Confounding, blocked - -
- -
- -### Mediation - -
- -
- -### Logic model and DAG for closing streets program - -Logic model: - -```{r echo=FALSE, out.width="80%"} -knitr::include_graphics(here::here("files", "img", "streets-logic-model.jpg"), error = FALSE) -``` - -DAG: - -```{r echo=FALSE, out.width="80%"} -knitr::include_graphics(here::here("files", "img", "streets-dag.jpg"), error = FALSE) -``` - -```{verbatim include=FALSE} -Playlist: https://www.youtube.com/playlist?list=PLS6tnpTr39sHwqEeiG5xb3zAHcQCGWZUC - -https://youtu.be/6n7Qicffb2k -PMAP 8521 • (5) DAGs and potential outcomes: (0) Introduction - -Introduction to the class session on DAGs and potential outcomes - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/05-content/ - - -https://youtu.be/vARju899D3E -PMAP 8521 • (5) DAGs and potential outcomes: (1) do()ing observational causal inference - -Discussion of the do-operator, how experiments let you manipulate DAGs, and how do-calculus lets you transform do-based expressions into do-free versions - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/05-content/ - - -https://youtu.be/0pOA8y3YASA -PMAP 8521 • (5) DAGs and potential outcomes: (2) Potential outcomes - -Discussion and demonstration of how the potential outcomes framework works and how it connects to DAGs - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/05-content/ -``` diff --git a/content/06-content.qmd b/content/06-content.qmd old mode 100755 new mode 100644 index 3f89e50b..d8d8ef4b --- a/content/06-content.qmd +++ b/content/06-content.qmd @@ -1,103 +1,15 @@ --- -title: "Threats to validity" -date: "2023-02-16" +title: "Inferencia 5 - Prueba t + hipótesis direccionales" +date: "2024-09-02" +lang: es +execute: + freeze: auto --- -```{r slides-videos, echo=FALSE, include=FALSE} -source(here::here("R", "slide-things.R")) -source(here::here("R", "youtube-playlist.R")) +# Documento de presentación -playlist_id <- "PLS6tnpTr39sFJtz7egfUASfhhz6zuj7GZ" + -slide_details <- tibble::tribble( - ~youtube_id, ~title, ~slide, ~active, - "46v8l60nQnI", "Introduction", "1", TRUE, - "N4XYXuw_IA0", "Construct validity", "construct-validity", FALSE, - "IziQBDzUJ6E", "Statistical conclusion validity", "statistical-conclusion-validity", FALSE, - "ssz2DTfrGhw", "Internal validity", "internal-validity", FALSE, - "uK7YN6KTRT4", "External validity", "external-validity", FALSE -) -``` -## Readings - -- {{< fa file-pdf >}} Guido Imbens, "Statistical Significance, *p*-Values, and the Reporting of Uncertainty" [@Imbens:2021]. This is available on iCollege, and [it's also free here](https://doi.org/10.1257/jep.35.3.157). -- {{< fa arrow-up-right-from-square >}} Randall Munroe, ["Significant"](https://xkcd.com/882/) -- {{< fa arrow-up-right-from-square >}} Alexander Coppock, ["10 Things to Know About Statistical Power"](https://egap.org/resource/10-things-to-know-about-statistical-power/) -- {{< fa trophy >}} Play around with FiveThirtyEight, ["Hack Your Way To Scientific Glory"](https://projects.fivethirtyeight.com/p-hacking/) -- {{< fa book >}} Chapter 9 in *Impact Evaluation in Practice* [@wb-eval] -- {{< fa book >}} Chapter 11 in *The Effect* [@Huntington-Klein:2021] - - -## Slides - -The slides for today's lesson are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later). You can also click in the slides below and navigate through them with your left and right arrow keys. - -```{r show-slide-tabs, echo=FALSE, results="asis"} -slide_buttons("/slides/06-slides") -slide_tabs(slide_details, "/slides/06-slides.html") -``` - -:::{.callout-tip} -**Fun fact**: If you type ? (or shift + /) while going through the slides, you can see a list of special slide-specific commands. -::: - - -## Videos - -```{r show-youtube-list, echo=FALSE, results="asis"} -youtube_list(slide_details, playlist_id) -``` - -## In-class stuff - -Here are all the materials we'll use in class: - -- [**Session 6 FAQ slides**](/slides/06-class.html) ([PDF](/slides/06-class.pdf)) -- [Zilch!](/resource/zilch.qmd) -- [{{< fa brands r-project >}} Live R script](https://www.dropbox.com/s/em6jftd6hrro86f/bayes-fun.R) -- [{{< fa file-csv >}} `restaurant_inspections.csv`](https://vincentarelbundock.github.io/Rdatasets/csv/causaldata/restaurant_inspections.csv) - -```{verbatim include=FALSE} -Playlist: https://www.youtube.com/playlist?list=PLS6tnpTr39sFJtz7egfUASfhhz6zuj7GZ - -https://youtu.be/46v8l60nQnI -PMAP 8521 • (6) Threats to validity: (0) Introduction - -Introduction to the class session on threats to validity - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/06-content/ - - -https://youtu.be/N4XYXuw_IA0 -PMAP 8521 • (6) Threats to validity: (1) Construct validity - -Discussion of threats to construct validity - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/06-content/ - - -https://youtu.be/IziQBDzUJ6E -PMAP 8521 • (6) Threats to validity: (2) Statistical conclusion validity - -Discussion of threats to statistical conclusion validity - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/06-content/ - - -https://youtu.be/ssz2DTfrGhw -PMAP 8521 • (6) Threats to validity: (3) Internal validity - -Discussion of threats to internal validity - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/06-content/ - - -https://youtu.be/uK7YN6KTRT4 -PMAP 8521 • (6) Threats to validity: (4) External validity - -Discussion of threats to external validity - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/06-content/ -``` diff --git a/content/07-content.qmd b/content/07-content.qmd old mode 100755 new mode 100644 index 4baf8f2c..ccca2291 --- a/content/07-content.qmd +++ b/content/07-content.qmd @@ -1,157 +1,15 @@ --- -title: "Randomization and matching" -date: "2023-02-23" +title: "Inferencia 3 - Hipótesis y prueba t" +date: "2023-10-16" +lang: es +execute: + freeze: auto --- -```{r slides-videos, echo=FALSE, include=FALSE} -source(here::here("R", "slide-things.R")) -source(here::here("R", "youtube-playlist.R")) +# Documento de presentación -playlist_id <- "PLS6tnpTr39sGJURMOwN9tf9MNDN4t0JMz" + -slide_details <- tibble::tribble( - ~youtube_id, ~title, ~slide, ~active, - "m4nKVJ-2K3I", "Introduction", "1", TRUE, - "-zjSixOybQE", "The magic of randomization", "magic-randomization", FALSE, - "W0NyALrjLA4", "How to analyze RCTs", "rct-how", FALSE, - "vHb2TYAze74", 'The "gold" standard', "gold-standard", FALSE, - "jECz-SS-sqc", "Adjustment with matching", "matching", FALSE -) -``` -## Readings -- {{< fa file-pdf >}} Andrew Heiss, "Causal Inference," Chapter 10 in *R for Political Data Science: A Practical Guide* (2020) (Ignore the exercises!). [Get the PDF here.](/files/10-causal-inference.pdf) -- {{< fa book >}} Chapter 4 in *Impact Evaluation in Practice* [@wb-eval] -- {{< fa book >}} Chapters 11 and 13 in *The Effect* [@Huntington-Klein:2021]. **Focus especially on section 13.3 about standard errors.** And skim chapter 11; it's an overview of regression, which we reviewed in session 2, but it also applies the language of DAGs to regression, so look for that specifically as you read. -- {{< fa podcast >}} Planet Money, ["Moving To Opportunity?,"](https://www.npr.org/2019/08/30/756028025/episode-937-moving-to-opportunity) episode 937 -- {{< fa arrow-up-right-from-square >}} Aaron Carroll, ["Workplace Wellness Programs Don’t Work Well. Why Some Studies Show Otherwise,"](https://www.nytimes.com/2018/08/06/upshot/employer-wellness-programs-randomized-trials.html) *The Upshot*, August 6, 2018 - -### RCTs, matching, and inverse probability weighting - -- The [example page on RCTs](/example/rcts.qmd) shows how to use R to analyze and estimate causal effects from RCTs -- The [example page on matching and inverse probability weighting](/example/matching-ipw.qmd) shows how to use R to close backdoors, make adjustments, and find causal effects from observational data using matching and inverse probability weighting - - -## Slides - -The slides for today's lesson are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later). You can also click in the slides below and navigate through them with your left and right arrow keys. - -```{r show-slide-tabs, echo=FALSE, results="asis"} -slide_buttons("/slides/07-slides") -slide_tabs(slide_details, "/slides/07-slides.html") -``` - -:::{.callout-tip} -**Fun fact**: If you type ? (or shift + /) while going through the slides, you can see a list of special slide-specific commands. -::: - - -## Videos - -```{r show-youtube-list, echo=FALSE, results="asis"} -youtube_list(slide_details, playlist_id) -``` - -## In-class stuff - -Here are all the materials we'll use in class: - -- [**Session 7 FAQ slides**](/slides/07-class.html) ([PDF](/slides/07-class.pdf)) -- [In-class `.zip` file](/projects/rcts-ipw.zip) -- [Posit.cloud project](https://posit.cloud/spaces/323551/content/5479370) - -Other helpful resources: - -- ["The Impact of Mask Distribution and Promotion on Mask Uptake and COVID-19 in Bangladesh"](https://www.poverty-action.org/study/impact-mask-distribution-and-promotion-mask-uptake-and-covid-19-bangladesh) -- Macartan Humphreys, ["I saw your RCT and I have some worries! FAQs"](https://macartan.github.io/i/notes/rct_faqs.html) -- Darren Dahly, ["Out of balance: A perspective on covariate adjustment in randomized experiments"](https://statsepi.substack.com/p/out-of-balance) -- [Bayesian stats and decison making](/resource/bayes.qmd) -- [Standard errors](/example/standard-errors.qmd) -- [Unobserved confounding and sensitivity analysis](/example/confounding-sensitivity.qmd) - - -```{verbatim include=FALSE} -Playlist: https://www.youtube.com/playlist?list=PLS6tnpTr39sGJURMOwN9tf9MNDN4t0JMz - -https://youtu.be/m4nKVJ-2K3I -PMAP 8521 • (7) Randomization and matching: (0) Introduction - -Introduction to the class session on randomization and matching - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/07-content/ - - -https://youtu.be/-zjSixOybQE -PMAP 8521 • (7) Randomization and matching: (1) The magic of randomization - -Discussion of how randomization allows for strong claims of causal inference - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/07-content/ - - -https://youtu.be/W0NyALrjLA4 -PMAP 8521 • (7) Randomization and matching: (2) How to analyze RCTs - -Discussion and demonstration of how to analyze the results of an RCT using R - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/07-content/ - - -https://youtu.be/vHb2TYAze74 -PMAP 8521 • (7) Randomization and matching: (3) The "gold" standard - -Discussion of why RCTs aren't really a true "gold" standard for causal inference - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/07-content/ - - -https://youtu.be/jECz-SS-sqc -PMAP 8521 • (7) Randomization and matching: (4) Adjustment with matching - -Discussion of matching and inverse probability weighting + how these methods allow you to close DAG backdoors - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/07-content/ - - -https://www.youtube.com/playlist?list=PLS6tnpTr39sGv7RPHEZy8CDSdCliQOW8K - -https://youtu.be/OoYgOwxUQgI -PMAP 8521 • Example: Matching and IPW with R: 1: Drawing a DAG - -Demonstration of how to connect nodes in a DAG with dagitty to find backdoor associations - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/matching-ipw/ - - -https://youtu.be/_FNrfFe99R0 -PMAP 8521 • Example: Matching and IPW with R: 2: Creating an RStudio project - -Demonstration of how to create a new RStudio project and get ready to analyze data - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/matching-ipw/ - - -https://youtu.be/7NW7GbO44BY -PMAP 8521 • Example: Matching and IPW with R: 3: Naive (and wrong!) estimate - -Demonstration of how to calculate an incorrect correlation-is-not-causation estimate of a causal effect with R - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/matching-ipw/ - - -https://youtu.be/uGwSRnET8Sg -PMAP 8521 • Example: Matching and IPW with R: 4: Matching - -Demonstration of how to use the MatchIt package in R to close DAG backdoors, generate synthetic treatment and control groups, and estimate causal effects from observational data - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/matching-ipw/ - - -https://youtu.be/CKm1rZlAwuA -PMAP 8521 • Example: Matching and IPW with R: 5: Inverse probability weighting - -Demonstration of how to use inverse probability weighting with R to close DAG backdoors and estimate causal effects from observational data - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/matching-ipw/ -``` diff --git a/content/08-content.qmd b/content/08-content.qmd old mode 100755 new mode 100644 index 7cc97777..033c25d7 --- a/content/08-content.qmd +++ b/content/08-content.qmd @@ -1,140 +1,16 @@ --- -title: "Difference-in-differences I" -date: "2023-03-02" +title: "Inferencia 4 - Hipótesis direccionales y proporciones" +date: "2023-10-23" +lang: es +execute: + freeze: auto --- -```{r slides-videos, echo=FALSE, include=FALSE} -source(here::here("R", "slide-things.R")) -source(here::here("R", "youtube-playlist.R")) +# Documento de presentación -playlist_id <- "PLS6tnpTr39sHydbEoTK9DkyKV92-uE3r-" + -slide_details <- tibble::tribble( - ~youtube_id, ~title, ~slide, ~active, - "4y84N23Mx-o", "Introduction", "1", TRUE, - "ZHBZtKL7zAg", "Quasi-experiments", "quasi-experiments", FALSE, - "B060u1zGOWo", "Interactions & regression", "interactions-regression", FALSE, - "0v1aE70FhsQ", "Two wrongs make a right", "two-wrongs", FALSE, - "tDWoNTk8CS4", "Diff-in-diff assumptions", "diff-diff-assumptions", FALSE -) -``` -## Readings -- {{< fa book >}} Chapter 7 in *Impact Evaluation in Practice* [@wb-eval] -- {{< fa book >}} Chapter 18 in *The Effect* [@Huntington-Klein:2021] - -## Slides - -The slides for today's lesson are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later). You can also click in the slides below and navigate through them with your left and right arrow keys. - -```{r show-slide-tabs, echo=FALSE, results="asis"} -slide_buttons("/slides/08-slides") -slide_tabs(slide_details, "/slides/08-slides.html") -``` - -:::{.callout-tip} -**Fun fact**: If you type ? (or shift + /) while going through the slides, you can see a list of special slide-specific commands. -::: - - -## Videos - -```{r show-youtube-list, echo=FALSE, results="asis"} -youtube_list(slide_details, playlist_id) -``` - - -## In-class stuff - -Here are all the materials we'll use in class: - -- [**Session 8 FAQ slides**](/slides/08-class.html) ([PDF](/slides/08-class.pdf)) -- [Session 8 R code](/projects/week-8.zip) (on [Posit.cloud](https://posit.cloud/spaces/323551/content/5522484)) - - -```{verbatim include=FALSE} -Playlist: https://www.youtube.com/playlist?list=PLS6tnpTr39sHydbEoTK9DkyKV92-uE3r- - -https://youtu.be/4y84N23Mx-o -PMAP 8521 • (8/9) Difference-in-differences I & II: (0) Introduction - -Introduction to the class session on difference-in-difference analysis - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/08-content/ - - -https://youtu.be/ZHBZtKL7zAg -PMAP 8521 • (8/9) Difference-in-differences I & II: (1) Quasi-experiments - -Discussion of what makes something a quasi-experiment + overview of three common types: difference-in-differences, regression discontinuity, and instrumental variables - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/08-content/ - - -https://youtu.be/B060u1zGOWo -PMAP 8521 • (8/9) Difference-in-differences I & II: (2) Interactions & regression - -Discussion of how interaction terms work in regression - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/08-content/ - - -https://youtu.be/0v1aE70FhsQ -PMAP 8521 • (8/9) Difference-in-differences I & II: (3) Two wrongs make a right - -Overview of the intuition behind difference-in-differences analysis - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/08-content/ - - -https://youtu.be/tDWoNTk8CS4 -PMAP 8521 • (8/9) Difference-in-differences I & II: (4) Diff-in-diff assumptions - -Discussion of the main assumptions for difference-in-differences - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/08-content/ - - -https://www.youtube.com/playlist?list=PLS6tnpTr39sHw3FevrihLn2Ly8pSCUUag - -https://youtu.be/u5iEtpITL3s -PMAP 8521 • Example: Diff-in-diff with R: 1: Getting started - -Demonstration of how to create a new RStudio project and get ready to analyze data - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/diff-in-diff/ - - -https://youtu.be/15BprphMT1g -PMAP 8521 • Example: Diff-in-diff with R: 2: Load and clean data - -Demonstration of how to load and clean some data for diff-in-diff analysis - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/diff-in-diff/ - - -https://youtu.be/SkPLMBkB06o -PMAP 8521 • Example: Diff-in-diff with R: 3: Exploratory data analysis - -Demonstration of how to visually explore some key diff-in-diff variables - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/diff-in-diff/ - - -https://youtu.be/56KPL2_nSxQ -PMAP 8521 • Example: Diff-in-diff with R: 4: Diff-in-diff manually - -Demonstration of how to calculate average before/after treatment/control values and then calculate the difference in differences - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/diff-in-diff/ - - -https://youtu.be/2JctZFGIYWw -PMAP 8521 • Example: Diff-in-diff with R: 5: Diff-in-diff with regression - -Demonstration of how to use interaction terms in regression to calculate a diff-in-diff estimate - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/diff-in-diff/ -``` diff --git a/content/09-content.qmd b/content/09-content.qmd old mode 100755 new mode 100644 index cd59d061..a27cb631 --- a/content/09-content.qmd +++ b/content/09-content.qmd @@ -1,32 +1,15 @@ --- -title: "Difference-in-differences II" -date: "2023-03-09" +title: "Asociación con variables categóricas" +date: "2023-11-13" +lang: es +execute: + freeze: auto --- -## Readings +# Documento de presentación -This session is a continuation of [session 8](/content/08-content/). + -## In-class stuff -Here are all the materials we'll use in class: - -- [**Session 9 FAQ slides**](/slides/09-class.html) ([PDF](/slides/09-class.pdf)) -- [Session 8 R code (from last week)](/projects/week-8.zip) (on [Posit.cloud](https://posit.cloud/spaces/323551/content/5522484)) - -And here are some useful blog posts and examples of the stuff we talked about today: - -- [How random effects work](https://www.andrewheiss.com/blog/2021/12/01/multilevel-models-panel-data-guide/#introduction-to-random-effects-intercepts-for-each-continent) -- [TWFE diagnostics](https://www.andrewheiss.com/blog/2021/08/25/twfe-diagnostics/) - -And Quarto stuff! - -- [Quarto](https://quarto.org/) -- [Netlify Drop](https://app.netlify.com/drop/) (easiest way to get a Quarto site online) -- [Other ways to get Quarto stuff online](https://quarto.org/docs/publishing/) -- [HTML themes for R Markdown and Quarto websites](https://bootswatch.com/) -- Research notebooks + manuscripts: - - [Pandemic Pass?](https://stats.andrewheiss.com/mountainous-mackerel/) - - [Are Donors Really Responding?](https://stats.andrewheiss.com/testy-turtle/) - - [NGO Repression as a Predictor of Worsening Human Rights Abuses](https://stats.andrewheiss.com/cautioning-canary/) diff --git a/content/10-content.qmd b/content/10-content.qmd old mode 100755 new mode 100644 index 431ac245..e7b8d3ce --- a/content/10-content.qmd +++ b/content/10-content.qmd @@ -1,143 +1,15 @@ --- -title: "Regression discontinuity I" -date: "2023-03-23" +title: "Cierre" +date: "2023-11-20" +lang: es +execute: + freeze: auto --- -```{r slides-videos, echo=FALSE, include=FALSE} -source(here::here("R", "slide-things.R")) -source(here::here("R", "youtube-playlist.R")) +# Documento de presentación -playlist_id <- "PLS6tnpTr39sGYRrLn6OEoI5kry5gvJvdz" + -slide_details <- tibble::tribble( - ~youtube_id, ~title, ~slide, ~active, - "EqSMG277wVI", "Introduction", "1", TRUE, - "vBDNcPHAGfg", "Arbitrary cutoffs and causal inference", "arbitrary-cutoffs", FALSE, - "ZijPafzc-wY", "Drawing lines and measuring gaps", "lines-gaps", FALSE, - "Or-VUzCZIBs", "Main RDD concerns", "main-concerns", FALSE -) -``` -## Readings -- {{< fa book >}} Chapter 6 in *Impact Evaluation in Practice* [@wb-eval] -- {{< fa book >}} Chapter 20 in *The Effect* [@Huntington-Klein:2021] - -### Regression discontinuity - -- The [example page on regression discontinuity](/example/rdd.qmd) shows how to use R to analyze and estimate causal effects with regression discontinuity - - -## Slides - -The slides for today's lesson are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later). You can also click in the slides below and navigate through them with your left and right arrow keys. - -```{r show-slide-tabs, echo=FALSE, results="asis"} -slide_buttons("/slides/10-slides") -slide_tabs(slide_details, "/slides/10-slides.html") -``` - -:::{.callout-tip} -**Fun fact**: If you type ? (or shift + /) while going through the slides, you can see a list of special slide-specific commands. -::: - - -## Videos - -```{r show-youtube-list, echo=FALSE, results="asis"} -youtube_list(slide_details, playlist_id) -``` - - -## In-class stuff - -Here are all the materials we'll use in class: - -- [**Week 10 FAQ slides**](/slides/10-class.html) ([PDF](/slides/10-class.pdf)) -- [Week 10 R code](/projects/week-10.zip) (on [Posit.cloud](https://posit.cloud/spaces/323551/content/5659946)) - - -```{verbatim include=FALSE} -Playlist: https://www.youtube.com/playlist?list=PLS6tnpTr39sGYRrLn6OEoI5kry5gvJvdz - -https://youtu.be/EqSMG277wVI -PMAP 8521 • (10) Regression discontinuity I: (0) Introduction - -Introduction to the class session on regression discontinuity designs - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/10-content/ - - -https://youtu.be/vBDNcPHAGfg -PMAP 8521 • (10) Regression discontinuity I: (1) Arbitrary cutoffs and causal inference - -Discussion of how arbitrary rules and cutoffs let us generate pseudo-treatment and control groups and find causal effects in observational data - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/10-content/ - - -https://youtu.be/ZijPafzc-wY -PMAP 8521 • (10) Regression discontinuity I: (2) Drawing lines and measuring gaps - -Discussion of how to draw lines in different ways around a discontinuity and how that influences the size of the gap - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/10-content/ - - -https://youtu.be/Or-VUzCZIBs -PMAP 8521 • (10) Regression discontinuity I: (3) Main RDD concerns - -Discussion of the main assumptions for regression discontinuity design - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/10-content/ - - -https://www.youtube.com/playlist?list=PLS6tnpTr39sFCr8amjT2Ld_FE34i26a3S - -https://youtu.be/8CayGMcJoLY -PMAP 8521 • Example: Regression discontinuity with R: 1: Getting started - -Demonstration of how to create a new RStudio project and get ready to analyze regression discontinuity data - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/rdd/ - - -https://youtu.be/ViDChprm2IY -PMAP 8521 • Example: Regression discontinuity with R: 2: Sharp or fuzzy? - -Demonstration of how to determine if a cutoff is sharp or fuzzy - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/rdd/ - - -https://youtu.be/hqPVIt-72fY -PMAP 8521 • Example: Regression discontinuity with R: 3: Checking for manipulation - -Demonstration of how to check for manipulation in the running variable near the cutpoint with a McCrary density test - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/rdd/ - - -https://youtu.be/yYqO22l_jgc -PMAP 8521 • Example: Regression discontinuity with R: 4: Finding discontinuity in outcome - -Demonstration of how to plot a discontinuity in an outcome based on a running variable and a cutpoint - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/rdd/ - - -https://youtu.be/Por8Rd9QuBk -PMAP 8521 • Example: Regression discontinuity with R: 5: Measuring the gap parametrically - -Demonstration of how to measure the gap at a discontinuity using parametric methods - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/rdd/ - - -https://youtu.be/lfBkAZLX_Z4 -PMAP 8521 • Example: Regression discontinuity with R: 6: Measuring the gap nonparametrically - -Demonstration of how to measure the gap at a discontinuity using nonparametric methods with rdrobust - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/rdd/ -``` diff --git a/content/11-content.qmd b/content/11-content.qmd deleted file mode 100755 index 16528f6c..00000000 --- a/content/11-content.qmd +++ /dev/null @@ -1,152 +0,0 @@ ---- -title: "Instrumental variables I" -date: "2023-03-30" ---- - -```{r slides-videos, echo=FALSE, include=FALSE} -source(here::here("R", "slide-things.R")) -source(here::here("R", "youtube-playlist.R")) - -playlist_id <- "PLS6tnpTr39sEsOSeMK19h6RWUB5kHrn0q" - -slide_details <- tibble::tribble( - ~youtube_id, ~title, ~slide, ~active, - "2L4h_XRrNAg", "Introduction", "1", TRUE, - "fLJKAMSXDyw", "Endogeneity and exogeneity", "endo-exo", FALSE, - "915d3OMaWNA", "Instruments", "instruments", FALSE, - "rCMQkrVIKOc", "Using instruments", "using-instruments", FALSE -) -``` - -## Readings - -- {{< fa book >}} Chapter 5 in *Impact Evaluation in Practice* [@wb-eval] -- {{< fa book >}} Chapter 19 in *The Effect* [@Huntington-Klein:2021] - -### Instrumental variables - -- The [example page on instrumental variables](/example/iv.qmd) shows how to use R to analyze and estimate causal effects with instrumental variables - - -## Slides - -The slides for today's lesson are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later). You can also click in the slides below and navigate through them with your left and right arrow keys. - -```{r show-slide-tabs, echo=FALSE, results="asis"} -slide_buttons("/slides/11-slides") -slide_tabs(slide_details, "/slides/11-slides.html") -``` - -:::{.callout-tip} -**Fun fact**: If you type ? (or shift + /) while going through the slides, you can see a list of special slide-specific commands. -::: - - -## Videos - -```{r show-youtube-list, echo=FALSE, results="asis"} -youtube_list(slide_details, playlist_id) -``` - - -## In-class stuff - -Here are all the materials we'll use in class: - -- [**Week 11 FAQ slides**](/slides/11-class.html) ([PDF](/slides/11-class.pdf)) -- [Week 11 R code](/projects/week-11.zip) (on [Posit.cloud](https://posit.cloud/spaces/323551/content/5707238)) - - - -```{verbatim include=FALSE} -Playlist: https://www.youtube.com/playlist?list=PLS6tnpTr39sEsOSeMK19h6RWUB5kHrn0q - -https://youtu.be/2L4h_XRrNAg -PMAP 8521 • (11) Instrumental variables I: (0) Introduction - -Introduction to the class session on instrumental variables - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/11-content/ - - -https://youtu.be/fLJKAMSXDyw -PMAP 8521 • (11) Instrumental variables I: (1) Endogeneity and exogeneity - -Discussion of the difference between endogeneity and exogeneity in a DAG - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/11-content/ - - -https://youtu.be/915d3OMaWNA -PMAP 8521 • (11) Instrumental variables I: (2) Instruments - -Discussion of what an instrument is and how it needs to be relevant, exclusive, and exogenous - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/11-content/ - - -https://youtu.be/rCMQkrVIKOc -PMAP 8521 • (11) Instrumental variables I: (3) Using instruments - -Discussion of how to use instruments in two-stage least squares (2SLS) models to isolate exogeneity in treatment variables - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/11-content/ - - -https://www.youtube.com/playlist?list=PLS6tnpTr39sF97TfofFZ1O-bOQtB4ygZQ - -https://youtu.be/h-rx-dXo74Y -PMAP 8521 • Example: Instrumental variables with R: 1: Getting started - -Demonstration of how to create a new RStudio project and get ready to analyze data with instrumental variables - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/iv/ - - -https://youtu.be/wHTiAbGwKe4 -PMAP 8521 • Example: Instrumental variables with R: 2: Checking instrument validity - -Demonstration of how to check the validity of an instrument using fake data (wages ~ education | father's education) - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/iv/ - - -https://youtu.be/tnerIh0uMxU -PMAP 8521 • Example: Instrumental variables with R: 3: Manual 2SLS - -Demonstration of how to run a two-stage least squares (2SLS) regression model by running a first stage model, generated predicted values of the treatment variable, and use those exogenous predictions in a second stage model (using fake data (wages ~ education | father's education)) - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/iv/ - - -https://youtu.be/EI-knWTbH-s -PMAP 8521 • Example: Instrumental variables with R: 4: One-step 2SLS - -Demonstration of how to run two-stage least squares (2SLS) regression model in one step using the iv_robust function from the **estimatr** R package (using fake data (wages ~ education | father's education)) - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/iv/ - - -https://youtu.be/W8Up5OOPtEY -PMAP 8521 • Example: Instrumental variables with R: 5: Checking instrument validity (real data) - -Demonstration of how to check instrument validity using real data (wages ~ education | father's education + mother's education) - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/iv/ - - -https://youtu.be/6sp8sYrRv5c -PMAP 8521 • Example: Instrumental variables with R: 6: 2SLS (real data) - -Demonstration of how to run two-stage least squares (2SLS) regression with multiple instruments, using real data (wages ~ education | father's education + mother's education) - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/iv/ - - -https://youtu.be/uDr4nsWkG2c -PMAP 8521 • Example: Instrumental variables with R: 7: Validity + 2SLS (real data) - -Demonstration of how to check instrument validity and run two-stage least squares (2SLS) regression with control variables, using real data (wages ~ education + controls | distance to college + controls) - -Download the data and see the polished code at https://evalf20.classes.andrewheiss.com/example/iv/ -``` diff --git a/content/12-content.qmd b/content/12-content.qmd deleted file mode 100755 index 326fdd21..00000000 --- a/content/12-content.qmd +++ /dev/null @@ -1,90 +0,0 @@ ---- -title: "Instrumental variables II + Regression discontinuity II" -date: "2023-04-06" ---- - -```{r slides-videos, echo=FALSE, include=FALSE} -source(here::here("R", "slide-things.R")) -source(here::here("R", "youtube-playlist.R")) - -playlist_id <- "PLS6tnpTr39sGrbGfvdp0Gob6qAghIdiLq" - -slide_details <- tibble::tribble( - ~youtube_id, ~title, ~slide, ~active, - "qDAFXXriFyE", "Introduction", "1", TRUE, - "_Ue7blCyEXk", "Treatment effects and compliance", "treatment-effects", FALSE, - "M5cuBBuqZys", "Randomized promotion", "encouragement", FALSE, - "9xGeCGRvVgE", "Fuzzy regression discontinuity", "fuzzy-rdd", FALSE -) -``` - -## Readings - -- The [example page on complier average causal effects](/example/cace.qmd) shows how to use R to disentangle complier average causal effects -- The [example page on fuzzy regression discontinuity](/example/rdd-fuzzy.qmd) shows how to use R to use instrumental variables in fuzzy regression discontinuity, both parametrically and nonparametrically - - -## Slides - -The slides for today's lesson are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later). You can also click in the slides below and navigate through them with your left and right arrow keys. - -```{r show-slide-tabs, echo=FALSE, results="asis"} -slide_buttons("/slides/12-slides") -slide_tabs(slide_details, "/slides/12-slides.html") -``` - -:::{.callout-tip} -**Fun fact**: If you type ? (or shift + /) while going through the slides, you can see a list of special slide-specific commands. -::: - - -## Videos - -```{r show-youtube-list, echo=FALSE, results="asis"} -youtube_list(slide_details, playlist_id) -``` - -## In-class stuff - -Here are all the materials we'll use in class: - -- [**Week 12 FAQ slides**](/slides/12-class.html) ([PDF](/slides/12-class.pdf)) -- [Generating random numbers](/example/random-numbers.qmd) -- [The ultimate guide to generating synthetic data for causal inference](/example/synthetic-data.qmd) -- [{{< fa brands r-project >}} Live R script](https://www.dropbox.com/s/mzaaxffdhu5tllp/synthetic-data-sp23.R) - - -```{verbatim include=FALSE} -Playlist: https://www.youtube.com/playlist?list=PLS6tnpTr39sGrbGfvdp0Gob6qAghIdiLq - -https://youtu.be/qDAFXXriFyE -PMAP 8521 • (12) Instrumental variables II + Regression discontinuity II: (0) Introduction - -Introduction to the class session on instrumental variables and fuzzy regression discontinuity - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/12-content/ - - -https://youtu.be/_Ue7blCyEXk -PMAP 8521 • (12) Instrumental variables II + Regression discontinuity II: (1) Treatment effects and compliance - -Discussion of compliers, always takers, and never takers + how to find complier average causal effects (CACE) by finding the intent-to-treat effect (ITT) and dividing it by the proportion of compliers - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/12-content/ - - -https://youtu.be/M5cuBBuqZys -PMAP 8521 • (12) Instrumental variables II + Regression discontinuity II: (2) Randomized promotion - -Discussion of how to use randomized promotion as an instrument to measure the causal effect of a universal program with self-selection - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/12-content/ - - -https://youtu.be/9xGeCGRvVgE -PMAP 8521 • (12) Instrumental variables II + Regression discontinuity II: (3) Fuzzy regression discontinuity - -Discussion of how to use an above/below threshold variable as an instrument in fuzzy regression discontinuity designs - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/12-content/ -``` diff --git a/content/13-content.qmd b/content/13-content.qmd deleted file mode 100755 index 33935a09..00000000 --- a/content/13-content.qmd +++ /dev/null @@ -1,94 +0,0 @@ ---- -title: "Choosing and planning ethical evaluations" -date: "2023-04-13" ---- - -```{r slides-videos, echo=FALSE, include=FALSE} -source(here::here("R", "slide-things.R")) -source(here::here("R", "youtube-playlist.R")) - -playlist_id <- "PLS6tnpTr39sEkOTbIIpoXYu8czSTl1yIh" - -slide_details <- tibble::tribble( - ~youtube_id, ~title, ~slide, ~active, - "rMUkZ4PSInY", "Introduction", "1", TRUE, - "n2Sbyx0hz6I", "Types of evaluations", "types-evaluations", FALSE, - "bXYPjwSl-Wg", "Model- and design-based inference", "model-design-inference", FALSE, - "XdWbgeeCwZ8", "Ethics and open science", "ethics-open-science", FALSE -) -``` - -## Readings - -- {{< fa arrow-up-right-from-square >}} ["Generating random numbers"](/example/random-numbers.qmd) -- {{< fa arrow-up-right-from-square >}} ["The ultimate guide to generating synthetic data for causal inference"](/example/synthetic-data.qmd) -- {{< fa file-pdf >}} Paul Hünermund and Beyers Louw, ["On the Nuisance of Control Variables in Regression Analysis"](https://arxiv.org/abs/2005.10314) [@HunermundLouw:2020] (**click on the PDF link in the right sidebar**) -- {{< fa file-pdf >}} ["Types of Evaluation,"](https://www.cdc.gov/std/Program/pupestd/Types%20of%20Evaluation.pdf) National Center for HIV/AIDS, Viral Hepatitis, STD, and TB Prevention, Centers for Disease Control (CDC) -- {{< fa book >}} Chapters 11–13 in *Impact Evaluation in Practice* [@wb-eval] -- {{< fa book >}} Chapter 15 in *The Effect* [@Huntington-Klein:2021] (skim this) - - -## Slides - -The slides for today's lesson are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later). You can also click in the slides below and navigate through them with your left and right arrow keys. - -```{r show-slide-tabs, echo=FALSE, results="asis"} -slide_buttons("/slides/13-slides") -slide_tabs(slide_details, "/slides/13-slides.html") -``` - -:::{.callout-tip} -**Fun fact**: If you type ? (or shift + /) while going through the slides, you can see a list of special slide-specific commands. -::: - - -## Videos - -```{r show-youtube-list, echo=FALSE, results="asis"} -youtube_list(slide_details, playlist_id) -``` - -::: {.content-hidden} -## In-class stuff - -Here are all the materials we'll use in class: - -- [**Week 13 FAQ slides**](/slides/13-class.html) ([PDF](/slides/13-class.pdf)) -- [{{< fa brands r-project >}} Live R script](https://www.dropbox.com/s/f1a04qzvmhelwcs/synthetic-data-f22.R) -::: - - -```{verbatim include=FALSE} -Playlist: https://www.youtube.com/playlist?list=PLS6tnpTr39sEkOTbIIpoXYu8czSTl1yIh - -https://youtu.be/rMUkZ4PSInY -PMAP 8521 • (13) Choosing and planning ethical evaluations: (0) Introduction - -Introduction to the class session on types of evaluations, types of causal inference, and ethical evaluations - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/13-content/ - - -https://youtu.be/n2Sbyx0hz6I -PMAP 8521 • (13) Choosing and planning ethical evaluations: (1) Types of evaluations - -Brief overview of other types of evaluations, including needs assessment, monitoring, and cost-benefit analysis - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/13-content/ - - -https://youtu.be/bXYPjwSl-Wg -PMAP 8521 • (13) Choosing and planning ethical evaluations: (2) Model- and design-based inference - -Discussion of the difference between model- and design-based causal inference and how to know when to use different approaches - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/13-content/ - - -https://youtu.be/XdWbgeeCwZ8 -PMAP 8521 • (13) Choosing and planning ethical evaluations: (3) Ethics and open science - -Discussion of how to use best practices of open science and ethical research to undertake good, ethical evaluations - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/13-content/ -``` diff --git a/content/14-content.qmd b/content/14-content.qmd deleted file mode 100755 index ef67d305..00000000 --- a/content/14-content.qmd +++ /dev/null @@ -1,245 +0,0 @@ ---- -title: "Ethics, stories, and curiosity" -date: "2023-04-20" ---- - -```{r slides-videos, echo=FALSE, include=FALSE} -source(here::here("R", "slide-things.R")) -source(here::here("R", "youtube-playlist.R")) - -playlist_id <- "PLS6tnpTr39sEKfedoOEFJvvNNHtDiYS-Q" - -slide_details <- tibble::tribble( - ~youtube_id, ~title, ~slide, ~active, - "djmK0RIldu0", "Introduction", "1", TRUE, - "ini449ZegKI", "What did we just learn?", "overview", FALSE, - "NjwiGW_bpOg", "Ethics of data analyitcs (a)", "ethics-analysis", FALSE, - "VeX7WWZOyAc", "Ethics of data analytics (b)", "analysis-bias", FALSE, - "lr0rgzRondo", "Ethics of data analytics (c)", "analysis-evil", FALSE, - "RJpl7V76NeA", "Ethics of storytelling (a)", "telling-stories", FALSE, - "dXPj0XGCpag", "Ethics of storytelling (b)", "stories-manipulation", FALSE, - "O_yridxo4A8", "Ethics of storytelling (c)", "stories-misrepresentation", FALSE, - "k-59BLi8dMc", "Ethics of storytelling (d)", "stories-equity", FALSE, - "gqhoIe5vwoU", "Curiosity", "curiosity", FALSE -) -``` - -## Readings - -This looks like a lot, but most of these are quite short! - -### Causal inference and data science - -- {{< fa file-pdf >}} Miguel A. Hernán, ["The C-Word: Scientific Euphemisms Do Not Improve Causal Inference From Observational Data"](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5888052/) [@Hernan:2018] -- {{< fa arrow-up-right-from-square >}} Hannah Fresques and Meg Marco, ["'Your Default Position Should Be Skepticism' and Other Advice for Data Journalists From Hadley Wickham,"](https://www.propublica.org/nerds/hadley-wickham-your-default-position-should-be-skepticism-and-other-advice-for-data-journalists) *ProPublica*, June 10, 2019 - -### Storytelling - -- {{< fa book >}} Chapter 14 in *Impact Evaluation in Practice* [@wb-eval] -- {{< fa file-pdf >}} Martin Krzywinski and Alberto Cairo, ["Storytelling"](https://www.nature.com/articles/nmeth.2571.pdf) -- {{< fa brands youtube >}} Ben Wellington, ["Making data mean more through storytelling"](https://www.youtube.com/watch?v=6xsvGYIxJok) -- {{< fa brands youtube >}} Will Schoder, ["Every Story is the Same"](https://www.youtube.com/watch?v=LuD2Aa0zFiA) - -### Ethics - -Keep in mind throughout all these readings that an "algorithm" in these contexts is typically some fancy type of regression model where the outcome variable is something binary like "Safe babysitter/unsafe babysitter," "Gave up seat in past/didn't give up seat in past", or "Violated probation in past/didn't violate probation in past", and the explanatory variables are hundreds of pieces of data that might predict those outcomes (social media history, flight history, race, etc.). - -Data scientists build a (sometimes proprietary and complex) model based on existing data, plug in values for any given new person, multiply that person's values by the coefficients in the model, and get a final score in the end for how likely someone is to be a safe babysitter or how likely someone is to return to jail. - -- {{< fa arrow-up-right-from-square >}} DJ Patil, ["A Code of Ethics for Data Science"](https://medium.com/@dpatil/a-code-of-ethics-for-data-science-cda27d1fac1) (if your're interested in this, also check out Mike Loukides, Hilary Mason, and DJ Patil, [*Ethics and Data Science*](https://www.amazon.com/dp/B07GTC8ZN7) -- {{< fa arrow-up-right-from-square >}} ["AI in 2018: A Year in Review"](https://medium.com/@AINowInstitute/ai-in-2018-a-year-in-review-8b161ead2b4e) -- {{< fa arrow-up-right-from-square >}} ["How Big Data Is ‘Automating Inequality’"](https://www.nytimes.com/2018/05/04/books/review/automating-inequality-virginia-eubanks.html) -- {{< fa arrow-up-right-from-square >}} ["In ‘Algorithms of Oppression,’ Safiya Noble finds old stereotypes persist in new media"](https://annenberg.usc.edu/news/diversity-and-inclusion/algorithms-oppression-safiya-noble-finds-old-stereotypes-persist-new) -- {{< fa podcast >}} [99% Invisible, "The Age of the Algorithm"](https://99percentinvisible.org/episode/the-age-of-the-algorithm/): Note that this is a podcast, or a 20ish minute audio story. **Listen to this.** -- {{< fa podcast >}} [On the Media, "Biased Algorithms, Biased World"](https://www.wnycstudios.org/podcasts/otm/segments/biased-algorithms-biased-world) -- {{< fa arrow-up-right-from-square >}} ["Wanted: The ‘perfect babysitter.’ Must pass AI scan for respect and attitude."](https://www.washingtonpost.com/technology/2018/11/16/wanted-perfect-babysitter-must-pass-ai-scan-respect-attitude/?utm_term=.080010494ed5) -- {{< fa arrow-up-right-from-square >}} ["Companies are on the hook if their hiring algorithms are biased"](https://qz.com/1427621/companies-are-on-the-hook-if-their-hiring-algorithms-are-biased/) -- {{< fa arrow-up-right-from-square >}} ["Courts use algorithms to help determine sentencing, but random people get the same results"](https://www.popsci.com/recidivism-algorithm-random-bias) -- {{< fa brands twitter >}} [David Heinemeier Hansson's rant on the Apple Card](https://twitter.com/dhh/status/1192540900393705474) - - And [Jamie Heinemeier Hansson's response](https://dhh.dk/2019/about-the-apple-card.html) - - -## Slides - -The slides for today's lesson are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later). You can also click in the slides below and navigate through them with your left and right arrow keys. - -```{r show-slide-tabs, echo=FALSE, results="asis"} -slide_buttons("/slides/14-slides") -slide_tabs(slide_details, "/slides/14-slides.html") -``` - -:::{.callout-tip} -**Fun fact**: If you type ? (or shift + /) while going through the slides, you can see a list of special slide-specific commands. -::: - - -## Videos - -```{r show-youtube-list, echo=FALSE, results="asis"} -youtube_list(slide_details, playlist_id) -``` - - -## Synthetic data code from class - -```r -library(tidyverse) -library(broom) - -n_people <- 5003 - -fake_data <- tibble(id = 1:n_people) %>% - # Make exogenous stuff - mutate(time_of_day = sample(c("Morning", "Evening"), n_people, replace = TRUE)) %>% - # Make endogenous things - mutate(prob_atlanta = 50 + ifelse(time_of_day == "Morning", 13, 0), - prob_charlotte = 15 + ifelse(time_of_day == "Morning", 36, 0), - prob_philly = 20 + ifelse(time_of_day == "Evening", 60, 10), - prob_la = 15 + ifelse(time_of_day != "Morning", -5, 20)) %>% - rowwise() %>% - mutate(city = sample(c("Atlanta", "Charlotte", "Philadelphia", "Los Angeles"), - 1, replace = TRUE, - prob = c(prob_atlanta, prob_charlotte, prob_philly, prob_la))) %>% - ungroup() %>% - mutate(liking_blue_baseline = rnorm(n_people, mean = 0.5, sd = 0.05), - liking_blue_morning_boost = ifelse(time_of_day == "Morning", 0.2, 0), - prob_liking_blue = liking_blue_baseline + liking_blue_morning_boost) %>% - rowwise() %>% - mutate(like_blue = sample(c(TRUE, FALSE), 1, replace = TRUE, - prob = c(prob_liking_blue, 1 - prob_liking_blue))) %>% - ungroup() %>% - mutate(cookies_baseline = rnorm(n_people, 3, 1), - cookie_time_effect = ifelse(time_of_day == "Morning", 2, 0), - cookie_blue_effect = ifelse(like_blue == TRUE, rnorm(n_people, 3, 0.5), 0), - cookie_city_effect = case_when( - city == "Atlanta" ~ 5, - city == "Philadelphia" ~ 1, - city == "Los Angeles" ~ -3, - city == "Charlotte" ~ 0 - ), - cookies = cookies_baseline + cookie_time_effect + - cookie_blue_effect + cookie_city_effect) %>% - mutate(happiness_baseline = rnorm(n_people, mean = 47, sd = 9), - happiness_time_effect = case_when( - time_of_day == "Morning" ~ rnorm(n_people, 0, 1), - time_of_day == "Evening" ~ rnorm(n_people, 8, 1) - ), - happiness_blue_effect = ifelse(like_blue == TRUE, 4, 0), - happiness_cookie_effect = cookies * 1.3, - happiness_city_effect = case_when( - city == "Atlanta" ~ 10, - city == "Philadelphia" ~ 30, - city == "Los Angeles" ~ -10, - city == "Charlotte" ~ 5 - ), - happiness = happiness_baseline + happiness_time_effect + happiness_blue_effect + - happiness_cookie_effect + happiness_city_effect) - -real_data <- fake_data %>% - select(id, city, time_of_day, like_blue, cookies, happiness) %>% - mutate(cookies_rounded = round(cookies, 0), - happiness = round(happiness, 0)) - -ggplot(fake_data, aes(x = like_blue)) + - geom_bar() - -real_data %>% - group_by(city) %>% - summarize(avg_cookies = mean(cookies), - avg_happiness = mean(happiness)) - -ggplot(fake_data, aes(x = happiness_baseline)) + - geom_density() - -ggplot(real_data, aes(x = cookies, y = happiness)) + - geom_point() + - geom_smooth(method = "lm") - -model_thing <- lm(happiness ~ cookies + time_of_day + like_blue, data = real_data) -tidy(model_thing) -``` - - - -```{verbatim include=FALSE} -Playlist: https://www.youtube.com/playlist?list=PLS6tnpTr39sEKfedoOEFJvvNNHtDiYS-Q - -https://youtu.be/djmK0RIldu0 -PMAP 8521 • (14) Ethics, stories, and curiosity: (0) Introduction - -Introduction to the final class session on ethics, storytelling, and curiosity - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/14-content/ - - -https://youtu.be/ini449ZegKI -PMAP 8521 • (14) Ethics, stories, and curiosity: (1) What did we just learn? - -Brief overview of what we covered this semester - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/14-content/ - - -https://youtu.be/NjwiGW_bpOg -PMAP 8521 • (14) Ethics, stories, and curiosity: (2a) Ethics of data analysis - -Discussion of why ethics matter in data analysis, focusing on manipulation - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/14-content/ - - -https://youtu.be/VeX7WWZOyAc -PMAP 8521 • (14) Ethics, stories, and curiosity: (2b) Ethics of data analysis - -Discussion of why ethics matter in data analysis, focusing on bias - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/14-content/ - - -https://youtu.be/lr0rgzRondo -PMAP 8521 • (14) Ethics, stories, and curiosity: (2c) Ethics of data analysis - -Discussion of why ethics matter in data analysis, focusing on accidental evil - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/14-content/ - - -https://youtu.be/RJpl7V76NeA -PMAP 8521 • (14) Ethics, stories, and curiosity: (3a) Ethics of storytelling - -Discussion of the importance of storytelling in data analysis - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/14-content/ - - -https://youtu.be/dXPj0XGCpag -PMAP 8521 • (14) Ethics, stories, and curiosity: (3b) Ethics of storytelling - -Discussion of the potential pitfalls of storytelling with data: manipulation - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/14-content/ - - -https://youtu.be/O_yridxo4A8 -PMAP 8521 • (14) Ethics, stories, and curiosity: (3c) Ethics of storytelling - -Discussion of the potential pitfalls of storytelling with data: misinterpretation - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/14-content/ - - -https://youtu.be/k-59BLi8dMc -PMAP 8521 • (14) Ethics, stories, and curiosity: (3d) Ethics of storytelling - -Discussion of the potential pitfalls of storytelling with data: equity - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/14-content/ - - -https://youtu.be/gqhoIe5vwoU -PMAP 8521 • (14) Ethics, stories, and curiosity: (4) Curiosity - -Discussion of the importance of curiosity in continuing to learn R and causal inference - -Access the slides and other materials at the course website at https://evalf20.classes.andrewheiss.com/content/14-content/ -``` diff --git a/content/_metadata.yml b/content/_metadata.yml index fc07d971..1ae2dfa3 100644 --- a/content/_metadata.yml +++ b/content/_metadata.yml @@ -1,5 +1,5 @@ date-heading: - content: "Content for" + content: "Sesión del" class: "bg-content" date-format: "full" diff --git a/content/foro-clases.qmd b/content/foro-clases.qmd new file mode 100644 index 00000000..f413d404 --- /dev/null +++ b/content/foro-clases.qmd @@ -0,0 +1,27 @@ +--- +title: "Foro clases" +website: + comments: + giscus: + repo: cursos-metodos-facso/correlacional +--- + +Foro para compartir dudas, aclaraciones, sugerencias sobre los contenidos del curso vistos en clases. +Para poder participar en el foro hay que abir una cuenta en [Github](https://github.com/) + + + diff --git a/content/index.qmd b/content/index.qmd index c6a75c9c..7b74d60d 100644 --- a/content/index.qmd +++ b/content/index.qmd @@ -1,11 +1,9 @@ --- -title: "Readings, lectures, and videos" +title: "Clases" --- -Each class session has a set of required readings that you should complete ***before*** watching the lecture. +En esta sección se encuentran disponibles los documentos de presentación que sirven de base a cada clase, en el menú de la izquierda _Presentaciones_. Los documentos son en formato html (no son ppt), producidos con [Xaringan](https://github.com/yihui/xaringan). Para verlos en pantalla completa presionar _F_ sobre el documento, y para una vista general de todas las slides presionar _O_. -Every class session also has a YouTube playlist of short recorded videos for each of the lecture sections. The lecture slides are special HTML files made with the R package [**xaringan**](https://bookdown.org/yihui/rmarkdown/xaringan.html) (R can do so much!). On each class session page you'll see buttons for opening the presentation in a new tab or for downloading a PDF of the slides in case you want to print them or store them on your computer: +También a la izquierda hay un link al Foro para hacer preguntas relacionadas con las clases. -

{{< fa arrow-up-right-from-square >}} View all slides in new window {{< fa file-pdf >}} Download PDF of all slides

- -The slides are also embedded on each page. You can click in the slides and navigate through them with and . If you type ? (or shift + /) while viewing the slides you can see a list of slide-specific commands (like f for fullscreen or p for presenter mode if you want to see my notes). +Cada clase tiene como referencia lecturas que deben completarse antes de la sesión correspondiente. diff --git a/evalsp23.Rproj b/correlacional.Rproj similarity index 100% rename from evalsp23.Rproj rename to correlacional.Rproj diff --git a/data/organizacion_correlacional_2024.xlsx b/data/organizacion_correlacional_2024.xlsx new file mode 100644 index 00000000..fa597eb3 Binary files /dev/null and b/data/organizacion_correlacional_2024.xlsx differ diff --git a/data/~$organizacion_correlacional_2024.xlsx b/data/~$organizacion_correlacional_2024.xlsx new file mode 100644 index 00000000..5a932052 Binary files /dev/null and b/data/~$organizacion_correlacional_2024.xlsx differ diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 00000000..08f58a72 --- /dev/null +++ b/docs/.nojekyll @@ -0,0 +1 @@ +touch .nojekyll diff --git a/docs/404.html b/docs/404.html new file mode 100644 index 00000000..5f88b926 --- /dev/null +++ b/docs/404.html @@ -0,0 +1,618 @@ + + + + + + + + + + +Page Not Found – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+ + + + +
+ +
+
+

Page Not Found

+
+ + + +
+ + + + +
+ + + +
+ + +

OH NO! The page you were looking for isn’t here!

+
+
+
+
+

+
+
+
+
+

+GIF by Steph Davidson. +

+ + + +
+ +
+ + + + + + \ No newline at end of file diff --git a/docs/_freeze/files/reporte_notas/reporte_notas/execute-results/html.json b/docs/_freeze/files/reporte_notas/reporte_notas/execute-results/html.json new file mode 100644 index 00000000..2b814cbd --- /dev/null +++ b/docs/_freeze/files/reporte_notas/reporte_notas/execute-results/html.json @@ -0,0 +1,16 @@ +{ + "hash": "4e0c7f6531e4142f63068de22642111a", + "result": { + "markdown": "---\ntitle: \"Reporte Notas - Estadística Correlacional 2023 \"\ndate: \"2023-10-25\"\nlang: es\nwebsite:\n comments:\n giscus:\n repo: cursos-metodos-facso/correlacional\n---\n\n\n\n\n# Prueba 1\n\n## Librerías & datos \n\n\n::: {.cell}\n\n```{.r .cell-code}\npacman::p_load(googlesheets4, dplyr, sjmisc,sjPlot, kableExtra, sjlabelled )\n```\n:::\n\n::: {.cell}\n::: {.cell-output .cell-output-stdout}\n```\n [1] \"N\" \"Persona\" \"p1-a\" \"p1-b\" \"p2\" \n [6] \"p3\" \"p4\" \"p5\" \"pje\" \"Nota 60%\" \n[11] \"corrector/a\" \"decimas\" \"nota_final\" \"Recorrección\" \"...15\" \n[16] \"...16\" \n```\n:::\n:::\n\n::: {.cell}\n\n```{.r .cell-code}\nload(\"prueba1.Rdata\")\n```\n:::\n\n\n\n## Etiquetados\n\n::: {.cell}\n\n```{.r .cell-code}\n# Label variables\n\nprueba1$p1a <- set_label(x = prueba1$p1a, \n label = \"Cálculo Pearson\")\nprueba1$p1b <- set_label(x = prueba1$p1b, \n label = \"Interpretación Pearson\")\nprueba1$p2 <- set_label(x = prueba1$p2, \n label = \"Limitación Pearson\")\nprueba1$p3 <- set_label(x = prueba1$p3, \n label = \"Coeficiente determinación\")\nprueba1$p4 <- set_label(x = prueba1$p4, \n label = \"Spearman\")\nprueba1$p5 <- set_label(x = prueba1$p5, \n label = \"Perdidos matrices\")\n```\n:::\n\n\n\n## Tabla descriptiva\n\n\n::: {.cell}\n\n```{.r .cell-code}\nprueba1 %>% descr(., show = c(\"label\",\"range\", \"mean\", \"sd\", \"n\"))%>% kable(.,\"markdown\", digits=2)\n```\n\n::: {.cell-output-display}\n| |var |label | n| mean| sd|range |\n|:--|:----------|:-------------------------|--:|----:|----:|:-------|\n|2 |p1a |Cálculo Pearson | 79| 1.78| 1.29|3 (0-3) |\n|3 |p1b |Interpretación Pearson | 79| 1.66| 0.78|3 (0-3) |\n|4 |p2 |Limitación Pearson | 79| 1.53| 0.69|2 (0-2) |\n|5 |p3 |Coeficiente determinación | 79| 1.50| 0.64|2 (0-2) |\n|6 |p4 |Spearman | 79| 1.39| 0.81|2 (0-2) |\n|7 |p5 |Perdidos matrices | 79| 0.99| 0.89|2 (0-2) |\n|1 |nota_final |nota_final | 79| 4.54| 1.40|6 (1-7) |\n:::\n:::\n\n\n## Gráficos descriptivos\n\n\n::: {.cell}\n\n```{.r .cell-code}\nhist(prueba1$nota_final)\n```\n\n::: {.cell-output-display}\n![](reporte_notas_files/figure-html/unnamed-chunk-6-1.png){width=672}\n:::\n\n```{.r .cell-code}\nplot_frq(data = prueba1$nota_final,type = \"hist\",show.mean = T)\n```\n\n::: {.cell-output-display}\n![](reporte_notas_files/figure-html/unnamed-chunk-6-2.png){width=672}\n:::\n:::\n\n::: {.cell}\n\n```{.r .cell-code}\nprueba1 <- prueba1 %>% mutate(notas_cat=cut(nota_final, breaks=c(-Inf,4,5,6, Inf), labels=c(\"Menor a 4.0\",\"4.0-5.0\",\"5.0-6.0\",\"6.0-7.0\")))\n\nfrq(prueba1$notas_cat)\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nx \n# total N=88 valid N=79 mean=2.23 sd=1.13\n\nValue | N | Raw % | Valid % | Cum. %\n-------------------------------------------\nMenor a 4.0 | 30 | 34.09 | 37.97 | 37.97\n4.0-5.0 | 14 | 15.91 | 17.72 | 55.70\n5.0-6.0 | 22 | 25.00 | 27.85 | 83.54\n6.0-7.0 | 13 | 14.77 | 16.46 | 100.00\n | 9 | 10.23 | | \n```\n:::\n\n```{.r .cell-code}\nprueba1 <- prueba1 %>% dplyr::select(-notas_cat)\n```\n:::\n\n\n## Preguntas y asociaciones\n\n\n::: {.cell}\n\n```{.r .cell-code}\ntab_corr(prueba1,\n triangle = \"lower\")\n```\n\n::: {.cell-output-display}\n`````{=html}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n
 Cálculo PearsonInterpretación PearsonLimitación PearsonCoeficiente determinaciónSpearmanPerdidos matricesnota_final
Cálculo Pearson       
Interpretación Pearson0.405***      
Limitación Pearson0.2110.153     
Coeficiente determinación0.271*0.407***0.267*    
Spearman0.229*0.2030.375***0.197   
Perdidos matrices0.0630.1270.435***0.0950.277*  
nota_final0.696***0.627***0.619***0.524***0.583***0.539*** 
Computed correlation used pearson-method with listwise-deletion.
\n`````\n:::\n:::\n\n::: {.cell}\n\n```{.r .cell-code}\nplot_scatter(prueba1, p1a, p1b)\n```\n\n::: {.cell-output-display}\n![](reporte_notas_files/figure-html/unnamed-chunk-9-1.png){width=672}\n:::\n:::\n\n\n\n**Consistencia interna**\n\n\n::: {.cell}\n\n```{.r .cell-code}\npacman::p_load(ltm)\n\npreguntas <- prueba1 %>% dplyr::select(-nota_final)\ncronbach.alpha(na.omit(preguntas))\n```\n\n::: {.cell-output .cell-output-stdout}\n```\n\nCronbach's alpha for the 'na.omit(preguntas)' data-set\n\nItems: 6\nSample units: 79\nalpha: 0.634\n```\n:::\n:::\n\n\n# Prueba 2\n\n## Datos \n\n\n::: {.cell}\n\n:::\n\n::: {.cell}\n\n```{.r .cell-code}\nload(\"prueba2.Rdata\")\n```\n:::\n\n\n\n## Adecuación preguntas\n\nLa prueba tiene dos formas: A y B, la única diferencia es en el orden de las preguntas, la forma A parte por la pregunta sobre identificación con la izquierda, mientras que en la forma B la primera pregunta es la de CASEN. Para poder realizar un correcto análisis de las preguntas vamos a adaptar la forma B a la A.\n\n\n::: {.cell}\n\n```{.r .cell-code}\nfrq(prueba2$forma)\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nx \n# total N=87 valid N=72 mean=1.50 sd=0.50\n\nValue | N | Raw % | Valid % | Cum. %\n-------------------------------------\nA | 36 | 41.38 | 50 | 50\nB | 36 | 41.38 | 50 | 100\n | 15 | 17.24 | | \n```\n:::\n\n```{.r .cell-code}\nA <- subset(prueba2, subset = prueba2$forma==\"A\")\nB <- subset(prueba2, subset = prueba2$forma==\"B\")\ndim(A)\n```\n\n::: {.cell-output .cell-output-stdout}\n```\n[1] 36 8\n```\n:::\n\n```{.r .cell-code}\ndim(B)\n```\n\n::: {.cell-output .cell-output-stdout}\n```\n[1] 36 8\n```\n:::\n\n```{.r .cell-code}\ndescr(B, show = \"mean\")\n```\n\n::: {.cell-output .cell-output-stdout}\n```\n\n## Basic descriptive statistics\n\n var mean\n p1a 1.33\n p1b 1.36\n p1c 1.31\n p2a 1.39\n p2b 1.28\n p2c 1.32\n nota_final 4.58\n```\n:::\n\n```{.r .cell-code}\nB <- B %>% rename(\"p1a\"=\"p2a\", \n \"p1b\"=\"p2b\",\n \"p1c\"=\"p2c\",\n \"p2a\"=\"p1a\",\n \"p2b\"=\"p1b\",\n \"p2c\"=\"p1c\")\n\ndescr(B, show = \"mean\")\n```\n\n::: {.cell-output .cell-output-stdout}\n```\n\n## Basic descriptive statistics\n\n var mean\n p2a 1.33\n p2b 1.36\n p2c 1.31\n p1a 1.39\n p1b 1.28\n p1c 1.32\n nota_final 4.58\n```\n:::\n\n```{.r .cell-code}\nprueba2 <- rbind(A,B)\n```\n:::\n\n\n\n\n## Etiquetados\n\n::: {.cell}\n\n```{.r .cell-code}\n# Label variables\n\nprueba2$p1a <- set_label(x = prueba2$p1a, \n label = \"H1 promedio direccional\")\nprueba2$p1b <- set_label(x = prueba2$p1b, \n label = \"Prueba promedios\")\nprueba2$p1c <- set_label(x = prueba2$p1c, \n label = \"Rechazo H0\")\nprueba2$p2a <- set_label(x = prueba2$p2a, \n label = \"H1 proporcion no direccional\")\nprueba2$p2b <- set_label(x = prueba2$p2b, \n label = \"Error tipo 1\")\nprueba2$p2c <- set_label(x = prueba2$p2c, \n label = \"Intervalo confianza\")\n```\n:::\n\n\n\n## Tabla descriptiva\n\n\n::: {.cell}\n\n```{.r .cell-code}\nprueba2 %>% descr(., show = c(\"label\",\"range\", \"mean\", \"sd\", \"n\"))%>% kable(.,\"markdown\", digits=2)\n```\n\n::: {.cell-output-display}\n| |var |label | n| mean| sd|range |\n|:--|:----------|:----------------------------|--:|----:|----:|:-----------|\n|2 |p1a |H1 promedio direccional | 72| 1.36| 0.63|2 (0-2) |\n|3 |p1b |Prueba promedios | 72| 1.24| 0.86|2 (0-2) |\n|4 |p1c |Rechazo H0 | 72| 1.27| 0.70|2 (0-2) |\n|5 |p2a |H1 proporcion no direccional | 72| 1.26| 0.68|2 (0-2) |\n|6 |p2b |Error tipo 1 | 72| 1.27| 0.79|2 (0-2) |\n|7 |p2c |Intervalo confianza | 72| 1.14| 0.72|2 (0-2) |\n|1 |nota_final |nota_final | 72| 4.37| 1.23|5.6 (1.4-7) |\n:::\n:::\n\n\n## Gráficos descriptivos\n\n\n::: {.cell}\n\n```{.r .cell-code}\nhist(prueba2$nota_final)\n```\n\n::: {.cell-output-display}\n![](reporte_notas_files/figure-html/unnamed-chunk-16-1.png){width=672}\n:::\n\n```{.r .cell-code}\nplot_frq(data = prueba2$nota_final,type = \"hist\",show.mean = T)\n```\n\n::: {.cell-output-display}\n![](reporte_notas_files/figure-html/unnamed-chunk-16-2.png){width=672}\n:::\n:::\n\n::: {.cell}\n\n```{.r .cell-code}\nprueba2 <- prueba2 %>% mutate(notas_cat=cut(nota_final, breaks=c(-Inf,4,5,6, Inf), labels=c(\"Menor a 4.0\",\"4.0-5.0\",\"5.0-6.0\",\"6.0-7.0\")))\n\nfrq(prueba2$notas_cat)\n```\n\n::: {.cell-output .cell-output-stdout}\n```\nx \n# total N=72 valid N=72 mean=2.06 sd=1.02\n\nValue | N | Raw % | Valid % | Cum. %\n-------------------------------------------\nMenor a 4.0 | 28 | 38.89 | 38.89 | 38.89\n4.0-5.0 | 19 | 26.39 | 26.39 | 65.28\n5.0-6.0 | 18 | 25.00 | 25.00 | 90.28\n6.0-7.0 | 7 | 9.72 | 9.72 | 100.00\n | 0 | 0.00 | | \n```\n:::\n\n```{.r .cell-code}\nprueba2 <- prueba2 %>% dplyr::select(-notas_cat)\n```\n:::\n\n\n## Preguntas y asociaciones\n\n\n::: {.cell}\n\n```{.r .cell-code}\nprueba2 <- prueba2 %>% dplyr::select(-forma)\ntab_corr(prueba2,\n triangle = \"lower\")\n```\n\n::: {.cell-output-display}\n`````{=html}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n
 H1 promedio direccionalPrueba promediosRechazo H0H1 proporcion no direccionalError tipo 1Intervalo confianzanota_final
H1 promedio direccional       
Prueba promedios0.295*      
Rechazo H00.397***0.488***     
H1 proporcion no direccional0.1080.094-0.060    
Error tipo 1-0.2040.0390.031-0.039   
Intervalo confianza0.0470.2060.308**0.1690.351**  
nota_final0.469***0.677***0.650***0.370**0.404***0.631*** 
Computed correlation used pearson-method with listwise-deletion.
\n`````\n:::\n:::\n\n\n\n**Consistencia interna**\n\n\n::: {.cell}\n\n```{.r .cell-code}\npacman::p_load(ltm)\n\npreguntas <- prueba2 %>% dplyr::select(-nota_final)\ncronbach.alpha(na.omit(preguntas))\n```\n\n::: {.cell-output .cell-output-stdout}\n```\n\nCronbach's alpha for the 'na.omit(preguntas)' data-set\n\nItems: 6\nSample units: 72\nalpha: 0.513\n```\n:::\n:::\n\n\n\n# Pruebas 1 & 2\n\n\n::: {.cell}\n\n```{.r .cell-code}\n# rescatar ID secuencial\n\nprueba1 <- read_sheet('https://docs.google.com/spreadsheets/d/1ahL6yZpDRUmFFnilWHqMKchNqzVzAo7YZiA401crxGA/edit?usp=sharing', sheet = \"Prueba 1 2023-10-10\")\n\nprueba2 <- read_sheet('https://docs.google.com/spreadsheets/d/1lnZ7ojc3jxAMTFwC5Y_Wble08YaONTNTaPdz7KnDOXI/edit#gid=1600039458', sheet =\"Prueba 2 2023-11-19\")\n\nprueba1 <- prueba1 %>% dplyr::select(RUT,Nota) %>% rename(\"Nota_p1\"=\"Nota\") \nprueba2 <- prueba2 %>% dplyr::select(RUT,Nota) %>% rename(\"Nota_p2\"=\"Nota\") \n\npruebas <- merge(prueba1, prueba2, by = 'RUT')\n\nplot_scatter(pruebas, Nota_p1, Nota_p2)\n```\n\n::: {.cell-output-display}\n![](reporte_notas_files/figure-html/unnamed-chunk-20-1.png){width=672}\n:::\n\n```{.r .cell-code}\npruebas_c <-na.omit(pruebas)\ncor(pruebas_c$Nota_p1, pruebas_c$Nota_p2)\n```\n\n::: {.cell-output .cell-output-stdout}\n```\n[1] 0.2952938\n```\n:::\n:::\n", + "supporting": [ + "reporte_notas_files" + ], + "filters": [ + "rmarkdown/pagebreak.lua" + ], + "includes": {}, + "engineDependencies": {}, + "preserve": {}, + "postProcess": true + } +} \ No newline at end of file diff --git a/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-10-1.png b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-10-1.png new file mode 100644 index 00000000..ba8f022d Binary files /dev/null and b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-10-1.png differ diff --git a/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-16-1.png b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-16-1.png new file mode 100644 index 00000000..afd8944b Binary files /dev/null and b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-16-1.png differ diff --git a/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-16-2.png b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-16-2.png new file mode 100644 index 00000000..3311650d Binary files /dev/null and b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-16-2.png differ diff --git a/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-19-1.png b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-19-1.png new file mode 100644 index 00000000..201de388 Binary files /dev/null and b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-19-1.png differ diff --git a/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-20-1.png b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-20-1.png new file mode 100644 index 00000000..6147dd62 Binary files /dev/null and b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-20-1.png differ diff --git a/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-3-1.png b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 00000000..29e31459 Binary files /dev/null and b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-3-1.png differ diff --git a/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-3-2.png b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-3-2.png new file mode 100644 index 00000000..da533d1e Binary files /dev/null and b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-3-2.png differ diff --git a/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-6-1.png b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-6-1.png new file mode 100644 index 00000000..46aaa6fd Binary files /dev/null and b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-6-1.png differ diff --git a/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-6-2.png b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-6-2.png new file mode 100644 index 00000000..05e4caa5 Binary files /dev/null and b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-6-2.png differ diff --git a/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-9-1.png b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..027d4edd Binary files /dev/null and b/docs/_freeze/files/reporte_notas/reporte_notas/figure-html/unnamed-chunk-9-1.png differ diff --git a/docs/_site/files/10-causal-inference.pdf b/docs/_site/files/10-causal-inference.pdf new file mode 100644 index 00000000..a5a967af Binary files /dev/null and b/docs/_site/files/10-causal-inference.pdf differ diff --git a/docs/_site/files/404.gif b/docs/_site/files/404.gif new file mode 100755 index 00000000..f2e87330 Binary files /dev/null and b/docs/_site/files/404.gif differ diff --git a/docs/_site/files/bib/chicago-author-date.csl b/docs/_site/files/bib/chicago-author-date.csl new file mode 100644 index 00000000..2ed7e6d0 --- /dev/null +++ b/docs/_site/files/bib/chicago-author-date.csl @@ -0,0 +1,682 @@ + + diff --git a/docs/_site/files/bib/chicago-fullnote-bibliography.csl b/docs/_site/files/bib/chicago-fullnote-bibliography.csl new file mode 100644 index 00000000..0471fa67 --- /dev/null +++ b/docs/_site/files/bib/chicago-fullnote-bibliography.csl @@ -0,0 +1,1451 @@ + + diff --git a/docs/_site/files/bib/chicago-note-bibliography.csl b/docs/_site/files/bib/chicago-note-bibliography.csl new file mode 100644 index 00000000..882f61db --- /dev/null +++ b/docs/_site/files/bib/chicago-note-bibliography.csl @@ -0,0 +1,1417 @@ + + diff --git a/docs/_site/files/bib/references.bib b/docs/_site/files/bib/references.bib new file mode 100755 index 00000000..ed54310d --- /dev/null +++ b/docs/_site/files/bib/references.bib @@ -0,0 +1,298 @@ +%% This BibTeX bibliography file was created using BibDesk. +%% https://bibdesk.sourceforge.io/ + +%% Created for Andrew Heiss at 2021-10-07 11:46:51 -0400 + + +%% Saved with string encoding Unicode (UTF-8) + + + +@article{LinPsatyKronmal:1998, + author = {D. Y. Lin and B. M. Psaty and R. A. Kronmal}, + date-added = {2021-10-07 11:44:08 -0400}, + date-modified = {2021-10-07 11:46:48 -0400}, + doi = {10.2307/2533848}, + journal = {Biometrics}, + month = {9}, + number = {3}, + pages = {948--963}, + title = {Assessing the Sensitivity of Regression Results to Unmeasured Confounders in Observational Studies}, + volume = {54}, + year = {1998}} + +@book{MurnaneWillett:2011, + address = {Oxford}, + author = {Richard J. Murnane and John B. Willett}, + date-added = {2021-10-07 11:42:31 -0400}, + date-modified = {2021-10-07 11:42:50 -0400}, + publisher = {Oxford University Press}, + title = {Methods Matter: Improving Causal Inference in Educational and Social Science Research}, + year = {2011}} + +@article{AltonjiElderTaber:2005, + author = {Joseph G. Altonji and Todd E. Elder and Christopher R. Taber}, + date-added = {2021-10-07 11:40:31 -0400}, + date-modified = {2021-10-07 11:42:01 -0400}, + doi = {10.1086/426036}, + journal = {Journal of Political Economy}, + month = {2}, + number = {1}, + pages = {151--184}, + title = {Selection on Observed and Unobserved Variables: Assessing the Effectiveness of Catholic Schools}, + volume = {113}, + year = {2005}} + +@article{CinelliHazlett:2020, + author = {Carlos Cinelli and Chad Hazlett}, + date-added = {2021-10-07 11:37:51 -0400}, + date-modified = {2021-10-07 11:38:05 -0400}, + doi = {10.1111/rssb.12348}, + journal = {Journal of the Royal Statistical Society: Series B (Statistical Methodology)}, + month = {2}, + number = {1}, + pages = {39--67}, + rating = {0}, + read = {0}, + title = {Making Sense of Sensitivity: Extending Omitted Variable Bias}, + volume = {82}, + year = {2020}, + bdsk-url-1 = {https://doi.org/10.1111/rssb.12348}} + +@article{KeeleStevensonElwert:2020, + author = {Luke Keele and Randolph T. Stevenson and Felix Elwert}, + date-added = {2021-09-14 20:32:41 -0400}, + date-modified = {2021-09-14 20:32:48 -0400}, + doi = {10.1017/psrm.2019.31}, + journal = {Political Science Research and Methods}, + month = {1}, + number = {1}, + pages = {1--13}, + rating = {0}, + read = {0}, + title = {The Causal Interpretation of Estimated Associations in Regression Models}, + volume = {8}, + year = {2020}, + bdsk-url-1 = {https://doi.org/10.1017/psrm.2019.31}} + +@article{Imbens:2021, + author = {Guido W. Imbens}, + date-added = {2021-09-03 18:40:39 -0400}, + date-modified = {2021-09-03 18:40:47 -0400}, + doi = {10.1257/jep.35.3.157}, + issue = {Summer}, + journal = {Journal of Economic Perspectives}, + number = {3}, + pages = {157--174}, + title = {Statistical Significance, \emph{p}-Values, and the Reporting of Uncertainty}, + volume = {35}, + year = {2021}, + bdsk-url-1 = {https://doi.org/10.1257/jep.35.3.157}} + +@book{Huntington-Klein:2021, + address = {Boca Raton, Florida}, + author = {Nick Huntington-Klein}, + date-added = {2021-08-09 19:40:38 -0400}, + date-modified = {2021-08-09 19:43:29 -0400}, + publisher = {{Chapman and Hall} / CRC}, + title = {The Effect: An Introduction to Research Design and Causality}, + url = {https://theeffectbook.net/}, + year = {2021}, + bdsk-url-1 = {https://theeffectbook.net/}} + +@article{HunermundLouw:2020, + author = {Paul H{\"u}nermund and Beyers Louw}, + date = {2020-10-01}, + date-added = {2020-11-06 16:02:08 -0500}, + date-modified = {2020-11-06 16:02:27 -0500}, + eprint = {2005.10314}, + eprinttype = {arXiv}, + primaryclass = {econ.EM}, + title = {On the Nuisance of Control Variables in Regression Analysis}, + url = {https://arxiv.org/abs/2005.10314}, + year = {2020}, + bdsk-url-1 = {https://arxiv.org/abs/2005.10314}} + +@article{GertlerHeckmanPinto:2014, + author = {Paul Gertler and James Heckman and Rodrigo Pinto and Arianna Zanolini and Christel Vermeersch and Susan Walker and Susan M. Chang and Sally Grantham-McGregor}, + date = {2014-05-14}, + date-added = {2020-01-28 14:31:11 -0500}, + date-modified = {2020-01-28 14:33:07 -0500}, + doi = {10.1126/science.1251178}, + journal = {Science}, + month = {5}, + number = {6187}, + pages = {998--1001}, + title = {Labor Market Returns to an Early Childhood Stimulation Intervention in {Jamaica}}, + volume = {344}, + year = {2014}, + bdsk-url-1 = {https://doi.org/10.1126/science.1251178}} + +@article{Di-TellaSchargrodsky:2004, + author = {Rafael {Di Tella} and Ernesto Schargrodsky}, + date-added = {2020-01-28 14:27:51 -0500}, + date-modified = {2020-01-28 14:29:30 -0500}, + doi = {10.1257/000282804322970733}, + journal = {American Economic Review}, + month = {3}, + number = {1}, + pages = {115--133}, + title = {Do Police Reduce Crime? Estimates Using the Allocation of Police Forces After a Terrorist Attack}, + volume = {94}, + year = {2004}, + bdsk-url-1 = {https://doi.org/10.1257/000282804322970733}} + +@techreport{KearneyLevine:2015, + author = {Melissa S. Kearney and Phillip B. Levine}, + date-added = {2020-01-28 14:23:41 -0500}, + date-modified = {2020-01-28 14:26:02 -0500}, + doi = {10.3386/w21229}, + institution = {National Bureau of Economic Research}, + month = {6}, + number = {21229}, + series = {Working Paper Series}, + title = {Early Childhood Education by {MOOC}: Lessons from \emph{Sesame Street}}, + url = {https://www.nber.org/papers/w21229.pdf}, + year = {2015}, + bdsk-url-1 = {https://www.nber.org/papers/w21229.pdf}, + bdsk-url-2 = {https://doi.org/10.3386/w21229}} + +@article{Schultz:2004, + author = {T. Paul Schultz}, + date-added = {2020-01-28 14:17:13 -0500}, + date-modified = {2020-01-28 14:26:20 -0500}, + doi = {10.1016/j.jdeveco.2003.12.009}, + journal = {Journal of Development Economics}, + month = {6}, + number = {1}, + pages = {199--250}, + title = {School Subsidies for the Poor: Evaluating the {Mexican} {Progresa} Poverty Program}, + volume = {74}, + year = {2004}, + bdsk-url-1 = {https://doi.org/10.1016/j.jdeveco.2003.12.009}} + +@article{HunermundBareinboim:2019, + author = {Paul H{\"u}nermund and Elias Bareinboim}, + date = {2019-12-19}, + date-added = {2020-01-21 14:50:39 -0500}, + date-modified = {2020-01-21 14:50:46 -0500}, + eprint = {1912.09104}, + eprinttype = {arXiv}, + primaryclass = {econ.EM}, + rating = {0}, + read = {0}, + title = {Causal Inference and Data-Fusion in Econometrics}, + url = {https://arxiv.org/abs/1912.09104}, + year = {2019}, + bdsk-url-1 = {https://arxiv.org/abs/1912.09104}} + +@unpublished{SchuesslerSelb:2019, + author = {Julian Schuessler and Peter Selb}, + date = {2019-12-17}, + date-added = {2020-01-21 14:50:34 -0500}, + date-modified = {2020-01-21 14:50:59 -0500}, + doi = {10.31235/osf.io/hbg3m}, + publisher = {SocArXiv}, + rating = {0}, + read = {0}, + title = {Graphical Causal Models for Survey Inference}, + type = {Working Paper}, + url = {https://osf.io/preprints/socarxiv/hbg3m/}, + year = {2019}, + bdsk-url-1 = {https://osf.io/preprints/socarxiv/hbg3m/}, + bdsk-url-2 = {https://doi.org/10.31235/osf.io/hbg3m}} + +@article{Hernan:2018, + author = {Miguel A. Hern{\'a}n}, + date-added = {2019-11-30 23:37:58 -0500}, + date-modified = {2021-09-18 10:33:45 -0400}, + doi = {10.2105/AJPH.2018.304337}, + journal = {American Journal of Public Health}, + month = {5}, + number = {5}, + pages = {616--19}, + title = {The C-Word: Scientific Euphemisms Do Not Improve Causal Inference From Observational Data}, + volume = {108}, + year = {2018}, + bdsk-url-1 = {https://doi.org/10.2105/AJPH.2018.304337}} + +@article{Rohrer:2018, + author = {Julia M. Rohrer}, + date-added = {2019-08-24 13:31:48 -0400}, + date-modified = {2019-08-24 13:32:51 -0400}, + doi = {10.1177/2515245917745629}, + journal = {Advances in Methods and Practices in Psychological Science}, + month = {3}, + number = {1}, + pages = {27--42}, + title = {Thinking Clearly About Correlations and Causation: Graphical Causal Models for Observational Data}, + volume = {1}, + year = {2018}, + bdsk-url-1 = {https://doi.org/10.1177/2515245917745629}} + +@book{RossiLipseyHenry:2019, + address = {Los Angeles}, + author = {Peter H. Rossi and Mark W. Lipsey and Gary T. Henry}, + date-added = {2019-08-24 13:19:35 -0400}, + date-modified = {2019-08-24 13:20:27 -0400}, + edition = {8}, + publisher = {Sage}, + title = {Evaluation: A Systematic Approach}, + year = {2019}} + +@book{AngristPischke:2015, + address = {Princeton, NJ}, + author = {Joshua D. Angrist and J{\"o}rn-Steffen Pischke}, + date-added = {2019-08-23 21:01:35 -0400}, + date-modified = {2019-08-23 21:02:34 -0400}, + publisher = {Princeton University Press}, + title = {Mastering 'Metrics: The Path from Cause to Effect}, + year = {2015}} + +@book{mixtape, + address = {New Haven, CT}, + author = {Scott Cunningham}, + date-added = {2019-08-23 20:58:05 -0400}, + date-modified = {2019-08-23 21:01:06 -0400}, + publisher = {Yale University Press}, + title = {Causal Inference: The Mixtape}, + url = {https://mixtape.scunning.com/}, + year = {2021}, + bdsk-url-1 = {https://mixtape.scunning.com/}} + +@book{wb-eval, + author = {Paul J. Gertler and Sebastian Martinez and Patrick Premand and Laura B. Rawlings and Christel M. J. Vermeersch}, + date-added = {2019-08-23 20:51:30 -0400}, + date-modified = {2019-08-23 20:58:03 -0400}, + edition = {2}, + publisher = {Inter-American Development Bank and World Bank}, + title = {Impact Evaluation in Practice}, + url = {https://openknowledge.worldbank.org/handle/10986/25030}, + year = {2016}, + bdsk-url-1 = {https://openknowledge.worldbank.org/handle/10986/25030}} + +@book{DiezBarrCetinkaya-Rundel:2017, + author = {David M. Diez and Christopher D. Barr and Mine {\c C}etinkaya-Rundel}, + edition = {3}, + title = {{OpenIntro} Statistics}, + url = {https://www.openintro.org/book/stat/}, + year = {2017}, + bdsk-url-1 = {https://www.openintro.org/book/stat/}} + +@book{WickhamGrolemund:2017, + address = {Sebastopol, California}, + author = {Hadley Wickham and Garrett Grolemund}, + publisher = {O'Reilly Media}, + title = {{R} for Data Science: Import, Tidy, Transform, Visualize, and Model Data}, + url = {http://r4ds.had.co.nz/}, + year = {2017}, + bdsk-url-1 = {http://r4ds.had.co.nz/}} + +@book{IsmayKim:2018, + author = {Chester Ismay and Albert Y. Kim}, + date-modified = {2021-08-09 19:42:33 -0400}, + publisher = {{Chapman and Hall} / CRC}, + title = {Statistical Inference via Data Science: A {ModernDive} into {R} and the Tidyverse}, + url = {https://moderndive.com/}, + year = {2019}, + bdsk-url-1 = {https://moderndive.com/}} diff --git a/docs/_site/files/data/external_data/MonthlyPanel.dta b/docs/_site/files/data/external_data/MonthlyPanel.dta new file mode 100644 index 00000000..c93aef19 Binary files /dev/null and b/docs/_site/files/data/external_data/MonthlyPanel.dta differ diff --git a/docs/_site/files/data/external_data/catholic.dta b/docs/_site/files/data/external_data/catholic.dta new file mode 100644 index 00000000..67f92ba6 Binary files /dev/null and b/docs/_site/files/data/external_data/catholic.dta differ diff --git a/docs/_site/files/data/external_data/eitc.dta b/docs/_site/files/data/external_data/eitc.dta new file mode 100644 index 00000000..a1274f0c Binary files /dev/null and b/docs/_site/files/data/external_data/eitc.dta differ diff --git a/docs/_site/files/data/external_data/evaluation.dta b/docs/_site/files/data/external_data/evaluation.dta new file mode 100644 index 00000000..16568337 Binary files /dev/null and b/docs/_site/files/data/external_data/evaluation.dta differ diff --git a/docs/_site/files/data/external_data/food_health_politics.csv b/docs/_site/files/data/external_data/food_health_politics.csv new file mode 100755 index 00000000..d9499897 --- /dev/null +++ b/docs/_site/files/data/external_data/food_health_politics.csv @@ -0,0 +1,3144 @@ +FIPS,state,county,low_access_pop,low_access_change,pct_low_access_pop,children_low_access,pct_children_low_access,grocery_stores,grocery_stores_per_1000,snap_stores,snap_stores_per_1000,fastfood,fastfood_per_1000,deaths,population,mortality_rate,votes_dem_2012,votes_dem_2016,total_votes_2012,total_votes_2016,per_dem_2012,per_dem_2016,diff_2016,per_point_diff_2012,per_point_diff_2016 +1001,AL,Autauga,17496.6930380858,-5.056025703678356,0.3206225474718403,4616.97147985914,0.08460485385752764,4,0.072208683,42.1666666666667,0.760911409460565,36,0.649878148,1540,165675,922.5,6354,5908,23909,24661,0.2657576644778117,0.23956854953164916,12202,-0.46057969802166554,-0.49478934349783055 +1003,AL,Baldwin,30561.2644297432,-13.204891081933559,0.16767489331327023,7007.97267534918,0.038449360411209936,29,0.14491957,198.083333333333,0.949752992301287,132,0.659633903,6017,598548,782.4,18329,18409,84988,94090,0.2156657410457947,0.19565309809756615,54371,-0.5582317503647574,-0.5778616218514189 +1005,AL,Barbour,6069.52362758896,6.067799405129772,0.22105560066973667,1031.92777647386,0.03758341320879411,5,0.185963477,35.1666666666667,1.35438731625907,22,0.818239298,871,80277,917.2,5873,4848,11459,10390,0.5125229077580941,0.46660250240615975,583,0.029147395060651005,-0.056111645813281985 +1007,AL,Bibb,969.378840984762,-7.224695844103675,0.042303244206186426,232.642670170693,0.010152418510612831,5,0.222162979,19.5833333333333,0.864873618042368,5,0.222162979,717,67644,988.7,2200,1874,8391,8748,0.26218567512811347,0.21422039323273892,4859,-0.46847813133118815,-0.5554412437128486 +1009,AL,Blount,3724.42824233857,140.56885668584255,0.06497380137361868,910.686113009206,0.015887200603768293,6,0.103951905,47.0833333333333,0.815945746106567,21,0.363831667,1793,173065,884.8,2961,2150,23980,25384,0.12347789824854045,0.08469902300661834,20658,-0.7414512093411175,-0.8138197289631264 +1011,AL,Bullock,4141.90036536622,1.2693649484205736,0.37950342361794204,616.715389898739,0.056506816006847996,2,0.185804534,11.0833333333333,1.06961333075983,3,0.2787068,359,32153,989.6,4058,3530,5318,4701,0.763068822865739,0.7509040629653265,2391,0.5280180518992101,0.5086151882578175 +1013,AL,Butler,1304.32875630859,-0.2669289357560789,0.06226804584468373,264.140115579595,0.012609925792695612,3,0.147812377,25.8333333333333,1.29179584625129,17,0.837603469,796,60691,978.2,4367,3716,9483,8685,0.4605082779711062,0.4278641335636154,1175,-0.07529262891490035,-0.1352907311456535 +1015,AL,Calhoun,27785.986765365,-10.081060933943231,0.23433851807648515,6167.76448702024,0.05201704016985663,27,0.232927292,135.583333333333,1.18298708966271,103,0.888574485,4292,348188,1055.9,15500,13197,46240,47376,0.3352076124567474,0.27855876393110435,19606,-0.31946366782006924,-0.41383823032759204 +1017,AL,Chambers,7131.50571665377,5.679910835566213,0.20843214136062457,1595.35384990639,0.04662732280889639,7,0.205423172,37.5,1.10805779629465,26,0.763000352,1317,102328,962.5,6853,5763,14562,13778,0.47060843290756765,0.4182755116852954,2040,-0.051023211097376675,-0.14806212803019303 +1019,AL,Cherokee,103.522498883598,30.364177179211055,0.003983319823140483,18.7476009328966,7.213667679747816e-4,5,0.192034413,32.3333333333333,1.2568837058633,15,0.576103238,1016,77938,992,2126,1524,9761,10503,0.21780555270976334,0.14510139960011426,7285,-0.5499436533142097,-0.6936113491383414 +1021,AL,Chilton,1469.89911040547,0.9076282021860224,0.033680065770122815,337.049923084982,0.007722886215085627,6,0.136577815,53.8333333333333,1.22512763326582,20,0.455259384,1487,131659,1017.2,3391,2909,17434,18255,0.19450499024893886,0.1593536017529444,12159,-0.6033612481358266,-0.666064092029581 +1023,AL,Choctaw,2702.89519889199,3.469851513810586,0.1950281549095887,557.553869171617,0.040230454518480195,3,0.22517451,15.3333333333333,1.18012263013417,6,0.45034902,536,39837,953.4,3785,3109,7965,7268,0.47520401757689895,0.4277655476059439,993,-0.045825486503452584,-0.13662630709961476 +1025,AL,Clarke,5712.92633155957,12.888935861183025,0.22114838894280842,1523.2770498477,0.05896632407570549,5,0.20044097,41,1.68087897671368,26,1.042293045,856,74638,885.7,6317,5712,13827,12936,0.456859767122297,0.44155844155844154,1397,-0.08288131915816882,-0.1079931972789116 +1027,AL,Clay,642.740919912668,-13.46723068427281,0.046134145845009196,143.227842712202,0.01028049402183477,3,0.22136954,13.25,0.982063445004447,4,0.295159386,544,40560,968.5,1770,1234,6640,6572,0.26656626506024095,0.18776628119293975,3996,-0.4566265060240964,-0.6080340839926963 +1029,AL,Cleburne,789.535142867193,437.59794990751845,0.052734113202457446,188.521670554044,0.012591615719612877,2,0.132625995,11.4166666666667,0.76498704547485,8,0.530503979,602,45118,1041.4,971,684,6302,6532,0.15407807045382418,0.10471524800979792,5054,-0.6820057124722311,-0.7737293325168402 +1031,AL,Coffee,10486.0859800181,-7.979015861825822,0.20994005725991233,2569.54971577507,0.05144449659195704,5,0.098214461,45.1666666666667,0.881713713088406,34,0.667858335,1487,152797,836,4899,4194,19715,20513,0.248490996703018,0.20445571101252863,11631,-0.49398934821202134,-0.5670062886949738 +1033,AL,Colbert,11095.6663044647,16.55661203463322,0.20385952642876276,2607.22197884364,0.04790221905716984,10,0.183341584,75.75,1.39718902169101,52,0.953376235,2181,163305,999.7,9160,7296,23374,24626,0.3918884230341405,0.2962722325996914,9422,-0.20411568409343717,-0.3826037521318931 +1035,AL,Conecuh,3558.35944028066,-4.493610992525419,0.26900207440887963,694.969177816164,0.052537736454200484,2,0.157853197,15.6666666666667,1.26395051768186,7,0.552486188,515,38209,962.8,3551,3069,7013,6543,0.5063453586197063,0.469050894085282,344,0.016683302438328884,-0.05257527128228634 +1037,AL,Coosa,2828.93033363739,-0.2929747457731485,0.24516252133091168,500.446376472077,0.04336999536112982,1,0.091861106,4,0.378036102447784,1,0.091861106,407,32590,935.8,2188,1780,5243,5223,0.4173183292008392,0.34080030633735403,1596,-0.16021361815754342,-0.3055715106260769 +1039,AL,Covington,3769.12224820551,13.046278100847427,0.09980464049266544,783.970987836349,0.020759194699757684,6,0.158252888,54.6666666666667,1.4594123195757,24,0.633011552,1593,113553,984.5,3155,2379,15415,15818,0.20467077521894259,0.15039828044000506,10843,-0.5833927992215374,-0.6854848906309268 +1041,AL,Crenshaw,5278.96648668747,-1.948776511874784,0.3796178977914188,1278.33294687272,0.09192671845769596,3,0.214638334,18.4166666666667,1.32370205323558,5,0.357730557,547,41843,1007.5,2048,1663,6411,6252,0.3194509436905319,0.2659948816378759,2848,-0.3553267820932772,-0.45553422904670504 +1043,AL,Cullman,5900.27020156578,-6.276302149361973,0.07338096910138273,1433.05749715962,0.017822768166052532,15,0.184526812,81.6666666666667,0.990247076750211,53,0.651994735,2899,243982,986,4855,3730,33178,37278,0.1463319066851528,0.10005901604163313,29004,-0.695490988004099,-0.7780460325124738 +1045,AL,Dale,14036.9701173605,1.3722165390717271,0.2793371299548367,4144.06557441776,0.08246732551427355,8,0.161668418,52.1666666666667,1.05973807879305,34,0.687090777,1483,148899,892.4,5283,4408,18551,18617,0.28478249150989166,0.23677284202610518,9390,-0.42164842865613716,-0.504377719288822 +1047,AL,Dallas,7640.05686759809,-1.8693535770191398,0.174350909803699,1941.88855512285,0.04431511992521338,8,0.191795929,48.0833333333333,1.20184296474039,19,0.455515332,1578,124814,1105.6,14599,12826,20936,18730,0.6973156285823462,0.6847837693539776,7042,0.3971627818112342,0.3759743726641751 +1049,AL,DeKalb,2679.85266237218,0,0.0376865468839694,890.009064237456,0.01251612403827161,14,0.197002744,82,1.15655853314528,43,0.605079856,2371,213011,997.5,5235,3682,23842,26086,0.2195705058300478,0.14114850877865523,18097,-0.5486536364398961,-0.6937437706049221 +1051,AL,Elmore,15064.3665877468,0.35214103799495794,0.18995960540896056,3210.94978815732,0.040489638325880734,10,0.123491856,74.8333333333333,0.914844109748693,45,0.555713351,2306,243373,931.2,8940,8436,35440,36905,0.25225733634311515,0.228586912342501,19183,-0.48766930022573357,-0.5197940658447364 +1053,AL,Escambia,5058.77540327542,-2.5041076337296344,0.13201741703268405,1201.96458278963,0.03136732646440747,4,0.106008004,44.9166666666667,1.19053929884083,27,0.715554024,1427,113430,1054.8,5476,4698,14832,15213,0.3692017259978425,0.3088148294222047,5584,-0.2553263214670981,-0.36705449286794195 +1055,AL,Etowah,23289.8268209082,-6.010550624081865,0.22301854659492676,4933.01584229078,0.047237535596004784,13,0.125566256,117.583333333333,1.14643864643865,79,0.763056476,4162,310361,1076.4,12792,10350,42490,43474,0.30105907272299365,0.23807333118645627,21782,-0.3838550247116969,-0.5010351014399411 +1057,AL,Fayette,407.386753066814,-6.885559318739418,0.023628951514808535,90.7323979997341,0.005262594861071522,5,0.296313856,11.8333333333333,0.715177887908457,9,0.53336494,678,50458,998.9,1803,1358,7912,8196,0.22788169868554095,0.16569058077110785,5347,-0.534757330637007,-0.6523914104441191 +1059,AL,Franklin,3663.44173644414,19.18380453564112,0.11555140475788987,918.699674463936,0.028977405830934142,8,0.253156546,32.5,1.02757050714557,18,0.569602228,1158,94795,1067.5,3171,2197,10859,11955,0.2920158393958928,0.1837724801338352,7269,-0.40482549037664606,-0.608030112923463 +1061,AL,Geneva,605.193394728471,-0.13261755788924987,0.02259027229296271,134.89997696504,0.005035460133073535,10,0.374363582,31.9166666666667,1.1992435059242,10,0.374363582,1039,80236,969.7,2039,1522,11318,11659,0.1801555045060965,0.13054292820996655,8445,-0.6303233786888143,-0.7243331332018184 +1063,AL,Greene,2962.99100888567,-9.8439824226501,0.3275833066761382,721.112028490531,0.07972493405091553,2,0.233836081,17,2.01852291617193,1,0.11691804,325,25738,957.2,4514,4006,5328,4862,0.8472222222222222,0.8239407651172357,3168,0.6972597597597597,0.6515837104072398 +1065,AL,Hale,1864.54134988226,2040.32528552133,0.11830846128694543,428.493819430962,0.027188694126330074,3,0.197576396,14.5833333333333,0.975343320848939,7,0.461011591,536,45515,920.9,5401,4772,8628,8010,0.6259851645804357,0.5957553058676655,1600,0.25452016689847007,0.19975031210986272 +1067,AL,Henry,805.472428049552,108.502601825661,0.04655371795454584,146.756394473487,0.008482047998698821,3,0.17452007,15,0.873922162666045,10,0.581733566,619,51603,841.1,3046,2286,8700,8017,0.35011494252873565,0.28514406885368593,3337,-0.2941379310344827,-0.416240488960958 +1069,AL,Houston,18340.749037533,-14.3128943762761,0.1806134010609176,4485.83938615519,0.044175006510829375,16,0.15356118,138.583333333333,1.33181492017119,97,0.930964652,3234,311893,881.1,12348,10547,41843,42030,0.2951031235810052,0.250939804901261,20020,-0.4030781731711397,-0.476326433499881 +1071,AL,Jackson,4218.96673811722,-13.101701300475959,0.07926365825835047,961.340309428508,0.018061140200058393,11,0.208867369,52.75,1.01173807971153,29,0.550650337,2112,157971,1047.4,5817,3663,20555,20785,0.28299683775237167,0.17623286023574694,12980,-0.418632936025298,-0.6244888140485928 +1073,AL,Jefferson,205657.867797348,-1.7220518714027497,0.3123287577450438,49882.8024000602,0.0757560791294618,108,0.163439988,594.666666666666,0.901664490845123,642,0.971559929,21133,1979648,931.4,159658,151581,303424,290111,0.526187776840329,0.5224931147043718,20967,0.06013037861210713,0.07227233713992232 +1075,AL,Lamar,229.952612240944,148.91512203182177,0.015789110975071685,52.4839962010155,0.0036036800467601966,3,0.212977424,13.9166666666667,0.999904200795134,6,0.425954849,607,42123,992.2,1643,1035,7159,6931,0.22950132700097778,0.14932910113980666,4784,-0.5321972342505936,-0.6902322897128841 +1077,AL,Lauderdale,12476.0967050946,-14.451735489671982,0.13457265966728796,2541.60817191946,0.02741490224163199,17,0.182607201,92.0833333333333,0.997458061627563,72,0.773395205,3311,278388,908.1,12504,9877,36908,38813,0.3387883385715834,0.25447659289413344,17858,-0.30882193562371296,-0.4601035735449463 +1079,AL,Lawrence,1648.24435485302,22.14297831535426,0.047999194934419176,400.718567456389,0.011669488554016975,5,0.149356274,26.6666666666667,0.802149761360446,16,0.477940078,1218,100108,1044.2,5055,3611,14079,14623,0.3590453867462178,0.24693975244477878,7121,-0.2699055330634278,-0.4869725774464884 +1081,AL,Lee,36835.8868735046,-15.889830274238948,0.26265008787000504,7548.52882097987,0.05382310367408836,17,0.110207125,103.833333333333,0.653076798896373,128,0.82979482,3322,462925,902.4,21274,20987,54115,57668,0.39312575071606765,0.3639280016647014,13334,-0.1993532292340386,-0.2312200873968232 +1083,AL,Limestone,9339.42167313804,-7.872145116234769,0.11281947371575995,1706.17085037168,0.020610408668209027,9,0.099133136,75.0833333333333,0.809497626312177,51,0.561754436,2184,271145,789.4,9809,9340,35406,39400,0.27704343896514716,0.23705583756345178,19484,-0.4364796927074507,-0.4945177664974619 +1085,AL,Lowndes,2539.86439181493,-53.8433223805548,0.2247866529617603,711.25067746586,0.06294810845790424,3,0.283553875,16.5,1.59297161614211,0,0,389,31738,1044.8,5747,4882,7519,6676,0.7643303630801969,0.731276213301378,3131,0.5310546615241389,0.46899340922708205 +1087,AL,Macon,8050.77930475775,7.262079847687317,0.3752927141878496,1716.83211950396,0.08003133132127355,4,0.205920206,17.0833333333333,0.900877146724323,9,0.463320463,710,58344,1007.4,9045,7237,10385,8748,0.8709677419354839,0.8272748056698674,5843,0.7436687530091478,0.6679240969364426 +1089,AL,Madison,88544.0304518332,-19.54355449168313,0.2644597413222182,21193.9217265741,0.06330115117655662,44,0.125606981,285.166666666667,0.798860025343145,330,0.942052361,8717,1049921,782.2,61802,62435,154632,159473,0.3996714780899167,0.3915082803985628,26764,-0.18674659837549795,-0.16782778275946397 +1091,AL,Marengo,5125.00561748114,-8.268941504212949,0.24373451360066295,1257.12579134936,0.05978626486656965,3,0.149179513,24.25,1.23265389111981,19,0.94480358,772,60374,945.8,6154,5607,11509,10948,0.534711964549483,0.5121483375959079,383,0.07237813884785821,0.03498355864084768 +1093,AL,Marion,1929.43172023684,258.56971408303,0.06269273850522615,425.163311766315,0.013814768383360898,3,0.099104754,26.4166666666667,0.8806142631731,17,0.561593604,1220,90692,968,2249,1432,12104,12912,0.18580634500991408,0.11090458488228006,9841,-0.6152511566424322,-0.7621592317224287 +1095,AL,Marshall,10484.7984305757,-18.17532788539224,0.11271673991954008,2859.98421671936,0.030746236970074503,21,0.22190287,107.833333333333,1.13321493251504,71,0.750243036,3289,283458,1003.9,6271,4913,32455,34965,0.19322138345401324,0.14051194051194052,24304,-0.6012632876290249,-0.6950950950950952 +1097,AL,Mobile,103768.64350403,-7.984983043258863,0.2512606624438972,26376.5127146844,0.06386688535052591,60,0.144535475,512.25,1.23482532856358,253,0.60945792,12731,1244442,930.5,78417,68429,174189,163387,0.4501834214560047,0.41881545043363305,22658,-0.09270964297401102,-0.1386768837177988 +1099,AL,Monroe,5711.64066386163,-20.10617435260907,0.24760016749877015,1416.93422808672,0.061424233920873934,6,0.273385884,26,1.20761727821644,9,0.410078826,776,65724,918.6,4897,4310,10680,10185,0.45852059925093636,0.42317133038782523,1461,-0.07799625468164795,-0.1434462444771723 +1101,AL,Montgomery,66180.6549797803,2.989202728592042,0.288541111599431,17674.7441064891,0.07706013658039483,37,0.163580015,229.333333333333,1.01318465437591,210,0.928427112,6398,679908,892.7,62993,58669,101781,94572,0.6189072616696633,0.6203633210675464,24741,0.24277615665006236,0.2616102017510468 +1103,AL,Morgan,15514.2795759028,10.739779150528609,0.1298374723901816,3921.75345899455,0.032820767085066115,16,0.133771435,129.333333333333,1.08672514816433,99,0.827710753,3780,358875,904.5,13401,11216,49198,49991,0.2723891215090044,0.22436038486927648,26176,-0.4453026545794545,-0.5236142505651017 +1105,AL,Perry,881.549476374204,-9.274133491964482,0.0832357167759611,159.257536771624,0.015037063239696344,4,0.407083249,12,1.25339461040318,1,0.101770812,400,29500,1067.2,4536,3823,6065,5255,0.7478977741137676,0.7274976213130352,2420,0.4999175597691674,0.4605137963843958 +1107,AL,Pickens,529.138640010843,-37.85299639525924,0.026797257166557432,103.190683941107,0.0052259031672798025,4,0.196415419,25,1.23007282031096,8,0.392830837,759,60568,966.6,4448,3972,9599,9494,0.4633816022502344,0.4183694965241205,1482,-0.06990311490780288,-0.15609858858226255 +1109,AL,Pike,4535.49713758166,21.503528078208326,0.1378612461649795,1009.18456804293,0.03067523535800267,6,0.179699901,39.4166666666667,1.18418153778365,33,0.988349456,965,99766,939.1,6009,5039,14057,13025,0.4274738564416305,0.3868714011516315,2642,-0.13729814327381373,-0.20284069097888674 +1111,AL,Randolph,3374.62946397418,218.04062147496234,0.14728012324768386,810.125102929966,0.03535657063369991,3,0.133102622,24.6666666666667,1.08893990228972,9,0.399307866,905,67812,1002.9,3076,2290,10391,10130,0.296025406601867,0.22606120434353405,5407,-0.39871042248099314,-0.533761105626851 +1113,AL,Russell,6225.85569408263,-26.855854645957177,0.1175865619219716,1455.56389920828,0.02749096075713978,12,0.20131526,63.8333333333333,1.09732058951615,44,0.738155952,1596,178869,908.6,10495,9577,18871,19136,0.5561443484711992,0.5004703177257525,367,0.11758783318319116,0.019178511705685575 +1115,AL,St. Clair,4561.84011807665,21.8546070729686,0.05457203495599691,1096.36840149621,0.01311555275556817,14,0.161481943,73.75,0.837887274338495,49,0.5651868,2721,259845,975.3,5790,5550,35105,37937,0.16493377011821678,0.1462951735772465,26029,-0.6611878649764991,-0.6861111843319186 +1117,AL,Shelby,47122.3183671755,-9.403861448456938,0.24154762471320454,12433.8385008711,0.06373549222580464,26,0.125813554,128.25,0.608910750064096,141,0.682296581,3984,618837,660.2,19944,22927,92204,99208,0.21630298034792417,0.23110031449076687,49919,-0.5563641490607782,-0.5031751471655512 +1119,AL,Sumter,2304.52537843944,3.6310430507156024,0.16744353545298554,541.683027407621,0.03935791814340049,3,0.227859638,20.8333333333333,1.59764826175869,7,0.53167249,467,39748,979.3,5420,4739,7025,6391,0.7715302491103203,0.7415115005476451,3158,0.5459074733096085,0.49413237365044593 +1121,AL,Talladega,11038.3872483772,-10.637419051275717,0.13413845072215916,2557.13626354036,0.031074312665301914,9,0.110671159,95.25,1.18909404142167,49,0.602542977,2931,243434,1038.4,13878,12108,33317,33218,0.41654410661224,0.3645011740622554,8488,-0.16024852177567012,-0.25552411343247633 +1123,AL,Tallapoosa,3484.730857794,-24.210755586199852,0.08373536278820644,754.17668276516,0.01812227707528739,6,0.145754889,45.0833333333333,1.10696425794518,20,0.48584963,1474,123147,919.6,6252,5271,18668,18504,0.33490464966788086,0.2848573281452659,7696,-0.3241375616027427,-0.4159100734976221 +1125,AL,Tuscaloosa,34859.5802446893,-11.699741201151525,0.17908299895553845,7647.39851991719,0.03928673413569163,21,0.103851403,173.833333333333,0.843433510268378,161,0.796194093,5075,607110,902.4,32003,31746,78495,81708,0.4077074972928212,0.388529886914378,15955,-0.17453340977132303,-0.1952685171586626 +1127,AL,Walker,7858.659653953,4.36798347583771,0.11725317658047238,1775.32399992236,0.026488280141479192,10,0.152739381,75,1.15443225021934,41,0.626231461,3025,196790,1251.7,6551,4486,28497,29243,0.2298838474225357,0.15340423349177582,19722,-0.5292486928448608,-0.6744178093902815 +1129,AL,Washington,1478.89694731913,-13.428757871759094,0.0841190459768574,398.207004999297,0.022649849553455264,2,0.118807176,15.6666666666667,0.934988461844513,3,0.178210764,662,50536,1088.3,2971,2366,8761,8492,0.339116539207853,0.2786151672162035,3665,-0.31708709051478134,-0.4315826660386246 +1131,AL,Wilcox,4997.12856775663,-3.4039146090972165,0.42820296210425274,1336.62419376867,0.11453506373339074,7,0.630744278,19.1666666666667,1.74464469931428,5,0.450531627,483,33321,1192,4867,4329,6547,6095,0.7433939208797923,0.7102543068088597,2592,0.48739880861463264,0.42526661197703036 +1133,AL,Winston,1459.03265534054,44.278058835268666,0.059591270026978435,331.320441952703,0.013532120648288801,8,0.33126294,26.1666666666667,1.09920884968144,10,0.414078675,909,72132,930.1,1286,871,9712,10255,0.13241350906095553,0.08493417844953681,8354,-0.7232289950576607,-0.814627011214042 +2013,AK,Aleutians East,2203.00003012739,79.68265436933977,0.7013690003589271,219.99999618428,0.07004138687815345,4,1.19047619,5,1.51699029126214,1,0.297619048,25,9972,382,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2016,AK,Aleutians West,1243.22905305789,62.62487119277361,0.22356213865453875,209.035191586782,0.037589496778777556,3,0.52173913,4,0.708340711882415,0,0,43,17152,564.6,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2020,AK,Anchorage,80039.7236440701,-9.024345496111076,0.27427207871838016,20527.212944541,0.07034058975053971,32,0.106308761,122.333333333333,0.41025021909821,204,0.677718348,4858,900589,718.4,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2050,AK,Bethel,11504.8634897179,-13.319050566948226,0.6762395515028449,4363.52791258193,0.2564819792265873,22,1.231251399,50.5,2.81055209260908,7,0.391761809,306,53731,993,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2060,AK,Bristol Bay,996.999998134377,129.64806215137548,0.9999999981287634,225.000001238685,0.22567703233569208,2,2.0898641590000002,1,1.11358574610245,0,0,26,2792,892.5,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2068,AK,Denali,1826.00001354376,0,1.0000000074171742,411.000002458105,0.22508214811506297,0,0,NA,NA,2,1.041124414,32,5756,742.4,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2070,AK,Dillingham,2461.50966602722,55.931427870973074,0.5078418951985187,894.018194292218,0.18444773969305095,6,1.202886929,8.16666666666667,1.64849952900013,1,0.200481155,110,14982,1086.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2090,AK,Fairbanks North Star,33612.3839432149,-7.273718130325575,0.34445623577555984,8925.38960164537,0.09146646992391305,7,0.070453013,27.25,0.270861289200338,49,0.49317109,1386,300009,713.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2100,AK,Haines,518.894136562259,-0.06578622073861878,0.20689558874093258,98.6173815076257,0.03932112500304051,3,1.16913484,3,1.20192307692308,1,0.389711613,54,7663,646,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2105,AK,Hoonah-Angoon,2136.90478780445,26.077308819378704,0.9939092036299768,418.000001612602,0.19441860540121023,4,0,6,2.88739172281039,2,0,36,4224,681.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2110,AK,Juneau,10062.672904577,-0.7445648563893272,0.32174813443891287,2592.48419790412,0.08289317978910056,6,0.185150898,11.75,0.361894788715042,31,0.956612973,559,98026,672.9,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2122,AK,Kenai Peninsula,10888.785060094,-3.5510566211221306,0.19654846678870036,2687.92725778857,0.04851854255936047,19,0.330567009,37.3333333333333,0.63811119087501,39,0.678532282,1226,172767,711.9,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2130,AK,Ketchikan Gateway,1062.59891684336,2.560116726779654,0.07884536000915338,268.15112329525,0.01989694466834236,4,0.290128382,8,0.581987487269024,12,0.870385145,260,41163,669.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2150,AK,Kodiak Island,1948.65920848546,37.65012022065088,0.14336809950599325,601.68911987084,0.0442678869828458,5,0.357500358,9,0.655403437226915,7,0.500500501,199,41993,675,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2164,AK,Lake and Peninsula,1628.68561954873,-0.1418990719369423,0.9985810052414041,491.751172434662,0.3015028647668069,1,0.613120785,8.5,5.44174135723431,0,0,40,4844,1121.3,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2170,AK,Matanuska-Susitna,23011.2553342344,12.603060785704479,0.2585679570114546,6285.84806275718,0.070631474383473,10,0.10216383,43.8333333333333,0.420000319391878,43,0.439304469,1666,295257,769.4,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2180,AK,Nome,5276.00763807735,4.144054952928766,0.5558372985753635,1989.8896748228,0.2096386088098188,17,1.731689926,25.75,2.59655137642432,1,0.101864113,173,29567,871.4,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2185,AK,North Slope,5522.182352331,52.183517664387615,0.5855972802047721,944.729218745845,0.10018337420422534,8,0.824487272,12.25,1.27524463876744,2,0.206121818,149,29139,1001.3,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2188,AK,Northwest Arctic,4322.06293794552,-0.00634228679050044,0.5745132178579716,1618.95098120402,0.21520018359750367,7,0.907088247,21.25,2.76945132282028,2,0.25916807,126,23216,790.5,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2195,AK,Petersburg,180.230547734276,-1.6979771397566352,0.04724260753192031,48.4784220950549,0.012707319028847943,3,0,4,1.2702445220705,4,0,45,6361,708,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2198,AK,Prince of Wales-Hyder,1758.79264788,26.47909797531034,0.31638651697787373,362.472778417292,0.06520467321771757,6,0,7,1.10288325193005,3,0,87,12725,936.3,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2220,AK,Sitka,1632.24976162452,0.9235659189988157,0.18379121288419323,400.871008837048,0.0451380485122225,4,0.449438202,3.16666666666667,0.358625896564741,4,0.449438202,195,26747,679.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2230,AK,Skagway,2.99995376171291,0,0.0030991257868935016,0,0,2,0,1,0.919117647058823,2,0,NA,NA,NA,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2240,AK,Southeast Fairbanks,3323.08447550762,62.63495454296213,0.472767744417075,796.609132877075,0.11333178729222862,3,0.432837974,6,0.87260034904014006,2,0.28855865000000003,149,20821,836.5,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2261,AK,Valdez-Cordova,5010.71088565046,86.01758378321466,0.5199990541355811,1235.97953964079,0.12826686795774078,8,0.84317032,15.75,1.68359166221272,9,0.94856661,192,28626,876.5,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2270,AK,Wade Hampton,4615.00000192692,-6.863207810703786,0.6187156457872262,1933.99999969499,0.2592840862977598,14,1.747815231,19.5,NA,0,0,177,24124,1333.8,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2275,AK,Wrangell,510.624434692214,0,0.21554429493128496,105.576735992657,0.04456595018685395,2,0,2,0.829531314807134,1,0,45,4742,774.9,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2282,AK,Yakutat,662.00000099384,26147.419425788114,1.0000000015012689,162.00000032418,0.2447129914262538,2,3.149606299,2,3.32778702163062,0,0,NA,NA,NA,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2290,AK,Yukon-Koyukuk,5587.99999538776,1.790343902605534e-13,0.9999999991746169,1552.00000155166,0.27773801029915174,9,1.622498648,33.4166666666667,6.04717094945108,0,0,171,16757,991.3,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +4001,AZ,Apache,50446.8141367026,7.9149701925493785,0.7053722718295057,16011.4685359408,0.2238802614158785,9,0.125299326,50.3333333333333,0.688441477915162,16,0.222754358,1966,215285,946.2,16833,12196,25465,18659,0.6610249361869233,0.6536255962270218,6881,0.33909287257019444,0.3687764617610804 +4003,AZ,Cochise,55218.539200034,6.960246963408021,0.42040518325669607,11841.9208732421,0.09015821474001567,19,0.149080409,92,0.731493996978612,61,0.478626577,3787,383353,728.9,16223,15291,43776,43147,0.3705911915204678,0.35439312119034927,9745,-0.2402914839181287,-0.22585579530442446 +4005,AZ,Coconino,41435.5536860364,1.9144705403405522,0.308252086251675,11146.7884527634,0.0829244571366334,21,0.152525385,96.75,0.68661821897976,120,0.871573626,2252,413346,649.8,26316,25308,46746,44929,0.5629572583750482,0.5632887444634869,8735,0.14863303812090878,0.1944178592891006 +4007,AZ,Gila,17451.0661177204,36.21599689433086,0.3255978155068455,3944.26823621309,0.07359121287036756,7,0.131779589,41.5,0.774889834939129,34,0.640072291,2257,159323,908.9,6650,6746,18477,21398,0.35990691129512364,0.31526310870174784,6926,-0.26384153271635014,-0.32367510982334796 +4009,AZ,Graham,13894.4627686973,19.137849667011402,0.3733063613298576,4144.88169840996,0.11136167916200862,6,0.15807361,26,0.691507752865768,16,0.421529626,811,113010,765.1,3608,3301,11854,11939,0.3043698329677746,0.2764888181589748,4724,-0.37691918339800906,-0.3956780299857609 +4011,AZ,Greenlee,5895.55884963053,-1.0366346440513288,0.6987743095449247,1703.6866525887,0.201930384329584,2,0.213995292,9.91666666666667,1.03158916744686,2,0.213995292,166,27760,635.1,1310,1092,2972,3243,0.4407806191117093,0.3367252543940796,800,-0.0942126514131898,-0.2466851680542707 +4012,AZ,La Paz,8846.86161625004,-0.3492578786224555,0.4317859151861994,885.767219002415,0.043231354336591095,7,0.346003658,34.1666666666667,1.68167872553363,15,0.741436409,786,60843,735,1619,1318,4922,4931,0.3289313287281593,0.2672885824376394,2063,-0.32222673709874033,-0.41837355505982554 +4013,AZ,Maricopa,511215.572447903,3.846261052684986,0.13392714251302829,122203.797777925,0.03201468484668534,494,0.120865406,2144.83333333333,0.505499611084649,2781,0.68041841,84396,12273297,648.8,512008,549040,1187008,1201934,0.43134334393702484,0.456797128627695,41425,-0.1203252210600097,-0.0344652867794738 +4015,AZ,Mohave,88341.5771291182,-0.03613266411511568,0.44129747899013017,16238.4155864558,0.08111663945758345,19,0.09342991,151.333333333333,0.737315813150531,114,0.560579462,8884,610907,881.3,18324,16485,65949,74189,0.2778510667333849,0.22220275242960547,38171,-0.42635976284704846,-0.5145102373667256 +4017,AZ,Navajo,41411.3260773712,16.405274811111536,0.3854044809851297,12847.6467921359,0.11956971951470838,14,0.129508515,86.4166666666667,0.785420415780513,54,0.499532844,2830,323820,826.9,16157,15362,35775,35409,0.4516282320055905,0.43384450281002007,2803,-0.08380153738644308,-0.07916066536756194 +4019,AZ,Pima,218481.73008953,-5.911266963776383,0.2228807269982954,47677.1677144494,0.04863711852273258,127,0.126429046,637.166666666667,0.627005416880698,611,0.608253129,26631,3011687,683.9,183470,195649,351817,360762,0.5214927078566414,0.5423215305381387,48630,0.05839115221834079,0.13479801087697707 +4021,AZ,Pinal,80761.8534872067,23.88655064037386,0.21492363277325677,15076.1808020377,0.040120767496175054,29,0.072154021,165.583333333333,0.395621286695019,115,0.286128016,8103,1188465,595.9,41428,35737,102139,93805,0.40560412770831905,0.3809711635840307,18120,-0.1715211623375988,-0.19316667555034384 +4023,AZ,Santa Cruz,12583.4229510448,-3.592365110100806,0.2653610913337157,3662.94680961435,0.07724476612430092,8,0.171324553,28.9166666666667,0.62882824109311,27,0.578220366,855,140242,541.7,9486,10684,13894,14926,0.6827407514034836,0.7157979364866676,7034,0.3779329206851879,0.4712582071552995 +4025,AZ,Yavapai,68596.9359505336,-2.3496787245682578,0.32505312415846616,13583.0215401747,0.06436444319217705,32,0.14622288,145.25,0.643947118752272,128,0.584891521,8451,656378,733.8,32624,29705,96790,92780,0.33705961359644593,0.3201659840482863,29157,-0.30748011158177496,-0.314259538693684 +4027,AZ,Yuma,39776.5270122877,-9.087536030663209,0.20319961079273002,10632.6266988707,0.054317100290014866,31,0.152523776,112,0.544664958104566,117,0.575654253,4196,609931,565.3,14025,18336,33935,40759,0.413290113452188,0.4498638337545082,2250,-0.161337851775453,-0.05520253195613234 +5001,AR,Arkansas,7183.71266226274,71.13839177155408,0.3777124276914002,1695.59870136522,0.08915288402992902,4,0.215123158,20.3333333333333,1.11635738076937,11,0.591588685,691,55788,945.6,2454,1939,6488,6167,0.3782367447595561,0.31441543700340524,1886,-0.22163995067817505,-0.30582130695638077 +5003,AR,Ashley,4633.91024763474,6.733899777340538,0.2120491579021068,1115.20997497198,0.05103235139211917,4,0.190949017,19,0.92719109896545,15,0.716058812,800,63002,999.9,2855,2408,7915,8027,0.36070751737207835,0.29998754204559613,2930,-0.254074542008844,-0.36501806403388565 +5005,AR,Baxter,4618.03029165229,-7.265187687717352,0.11124299115101993,863.893813179188,0.020810199532175173,7,0.17132927,36.0833333333333,0.878752455636193,32,0.783219522,2020,122860,861.9,5172,4163,19339,19572,0.2674388541289622,0.2127018189249949,10492,-0.44035368943585507,-0.5360719395054159 +5007,AR,Benton,34546.6198358403,-20.748957215610517,0.15608012973692073,9711.47581692189,0.043876026443247146,30,0.123802724,139.416666666667,0.539765871310524,160,0.660281197,5207,730120,718.9,22144,27894,77525,94262,0.2856368913253789,0.2959198828796334,32857,-0.40416639793614967,-0.3485710042222741 +5009,AR,Boone,8411.78466495022,-24.04574648583753,0.22794311207625995,1868.44745181829,0.05063131593144974,4,0.107538445,41.8333333333333,1.12141682750733,23,0.618346059,1341,111761,855.4,3762,2925,15363,15912,0.2448740480374927,0.18382352941176472,9300,-0.480440018225607,-0.5844645550527904 +5011,AR,Bradley,1240.00834783248,-1.165324688073099,0.10775185504279458,276.653954096422,0.024040141996560828,3,0.269106566,10,0.909421607857403,6,0.538213132,463,33300,1048.3,1447,1317,3634,3617,0.39818381948266374,0.3641139065523915,846,-0.18464501926252058,-0.23389549350290295 +5013,AR,Calhoun,3493.52796074734,-0.4031764154035922,0.6508062520021124,736.638804595498,0.137227795192902,0,0,4,0.777604976671851,2,0.384467512,194,15631,847.2,660,636,2174,2250,0.30358785648574055,0.2826666666666667,918,-0.3670653173873046,-0.408 +5015,AR,Carroll,1943.27117802682,-17.62660828297867,0.07080343868056621,504.316492704509,0.018374863102255667,5,0.180219146,23.5833333333333,0.853046854276689,15,0.540657439,926,83151,808,3691,3334,10172,10656,0.36285882815572157,0.31287537537537535,3439,-0.23889107353519468,-0.322728978978979 +5017,AR,Chicot,7115.72056623247,1082.6586032694695,0.6030271666298703,1664.79948287694,0.14108470193872372,3,0.268336315,15.5,1.41617176793056,5,0.447227191,469,33604,971.1,2649,2350,4361,4149,0.6074294886493924,0.5664015425403712,634,0.22448979591836737,0.15280790551940232 +5019,AR,Clark,9423.23963448559,348.1990735157883,0.4097951569682796,1734.8755652236,0.07544577365616874,2,0.088589653,16.5,0.728251754424681,19,0.841601701,734,67998,917,3808,3606,8406,8365,0.4530097549369498,0.4310818888224746,792,-0.06364501546514395,-0.09468021518230724 +5021,AR,Clay,1645.72828388202,-1.7830569967701528,0.10232719541640366,344.985868593518,0.021450343132097118,4,0.264585263,12,0.804289544235925,9,0.595316841,699,45597,1033.7,1738,1999,5110,5978,0.3401174168297456,0.33439277350284374,1780,-0.2909980430528376,-0.2977584476413517 +5023,AR,Cleburne,2341.79256165515,-33.96505980512517,0.09017299043724107,556.966224178713,0.021446523842075974,8,0.312085511,24.5833333333333,0.973057842516361,16,0.624171023,1095,76826,857.5,2618,2101,11643,11968,0.2248561367345186,0.17555147058823528,7353,-0.521600961951387,-0.6143883689839572 +5025,AR,Cleveland,1838.88684625122,-13.625853855653066,0.2116338872426309,438.642269507649,0.050482480090648985,1,0.118357202,8,0.970755976216479,1,0.118357202,307,25273,947.8,845,723,3266,3299,0.25872627066748316,0.21915732040012126,1737,-0.449479485609308,-0.5265231888451045 +5027,AR,Columbia,4236.87096050175,-3.838820802633596,0.17256724342219576,680.695213191503,0.027724633968373335,3,0.125349935,21.8333333333333,0.913490369998466,22,0.919232858,899,72521,981,3557,3140,9455,8837,0.37620306716023266,0.35532420504696166,2316,-0.2361713379164463,-0.26207989136584814 +5029,AR,Conway,3553.4350831012,-21.064006824086974,0.16703967861144173,853.52184707219,0.04012230748235745,4,0.18972632,23.4166666666667,1.11843466908662,7,0.33202106,788,63200,920.7,3003,2655,7724,7837,0.38878819264629727,0.33877759346688785,2189,-0.19523562920766446,-0.27931606482072224 +5031,AR,Craighead,15955.2023061865,-33.878054945677775,0.16543660303170266,3910.98965614635,0.040552343416799044,20,0.195087692,97.9166666666667,0.925182280594007,76,0.741333229,2705,308703,872.5,10351,10474,31207,34968,0.3316884032428622,0.2995309997712194,12324,-0.3106033902650046,-0.35243651338366505 +5033,AR,Crawford,10484.3762725612,-19.79033239959405,0.16924479034934461,2924.6848055537,0.04721193267827371,8,0.129665948,41,0.658454719193152,28,0.453830818,1867,184995,906.7,4872,4476,20562,22155,0.2369419317187044,0.202031144211239,12179,-0.4986382647602373,-0.5497178966373278 +5035,AR,Crittenden,6476.88070561365,5.812470781526532,0.12724216544759834,1753.97877929138,0.03445795409397234,9,0.181642044,67.5833333333333,1.37266849463458,34,0.686203278,1449,148259,1000.9,9092,8368,15513,15798,0.5860890865725521,0.5296873021901507,1415,0.18693998581834592,0.08956829978478292 +5037,AR,Cross,2383.09274329744,-19.138620780361162,0.13335717645760717,584.783641282859,0.03272432239971231,3,0.174145237,19.9166666666667,1.16902428048757,12,0.696580949,661,51950,1016.4,2279,1995,6680,6831,0.3411676646706587,0.2920509442248573,2582,-0.2977544910179641,-0.3779827258088127 +5039,AR,Dallas,3353.85447598974,119.72634718605181,0.41323983193565056,715.125862933992,0.08811309301798817,3,0.386847195,10,1.33886731824876,3,0.386847195,333,23283,975.9,1337,1165,3083,2741,0.43366850470321117,0.4250273622765414,342,-0.10606552059682128,-0.12477198102882153 +5041,AR,Desha,4559.47311700064,16.012426883077147,0.35051300099943417,1230.16161370581,0.09456961974983163,4,0.32615786,18.0833333333333,1.52267879196138,9,0.733855186,466,36630,1017.6,2353,2227,4240,4226,0.5549528301886792,0.5269758637008992,312,0.12877358490566038,0.07382867960246098 +5043,AR,Drew,3989.45432425787,13.157320838671726,0.21554132174930413,823.540137443042,0.04449403735712583,2,0.10739985,19,1.01871213339767,15,0.805498872,641,56215,959.8,2627,2364,6626,6552,0.396468457591307,0.3608058608058608,1603,-0.18955629338967706,-0.24465811965811962 +5045,AR,Faulkner,18908.5472588058,-34.091520845754324,0.16698205762079354,4521.17192474173,0.03992663109003003,10,0.082803392,69.5,0.568614135992866,79,0.654146794,2722,361839,868.6,13559,14525,41322,46364,0.3281302937902328,0.3132818566128893,14645,-0.31687720826678284,-0.31587007160728153 +5047,AR,Franklin,1180.16399126482,-37.67410610709087,0.06511249606978317,284.405321131201,0.015691328062411088,2,0.112327998,17.5833333333333,0.997579333560271,6,0.336983993,711,53392,1001.7,1725,1376,6539,6698,0.26380180455727176,0.20543445804717828,3658,-0.44441046031503284,-0.5461331740818154 +5049,AR,Fulton,2343.4208289342,1.0023583224279662,0.191377772881519,548.097223026825,0.044760900206355654,1,0.082474227,9.5,0.783634413923946,4,0.329896907,507,36585,842.3,1452,1067,4522,4744,0.32109685979655017,0.22491568296795952,2403,-0.33104820875718716,-0.5065345699831366 +5051,AR,Garland,27118.3923590728,-10.388475218155975,0.28241265057769727,5734.21607108568,0.05971648828507123,17,0.174677873,86.8333333333333,0.890808430022809,85,0.873389367,4130,291368,949.4,13317,12283,39241,40337,0.3393644402538162,0.3045095074001537,13770,-0.2985143090135317,-0.34137392468453287 +5053,AR,Grant,2119.12818204986,-0.06328228991164721,0.11869871629697304,541.511297459156,0.03033166960506111,2,0.110229277,11.1666666666667,0.617557054898057,6,0.330687831,557,54276,910.3,1467,1407,6478,6855,0.2264587835751775,0.20525164113785557,3753,-0.518987341772152,-0.5474835886214442 +5055,AR,Greene,9620.66066558663,3.603775206365457,0.22857354871909316,2630.46040424066,0.062496089433135185,5,0.114432187,39.1666666666667,0.878215764533537,28,0.64082025,1412,131007,982.7,3998,3056,13754,14422,0.29067907517813,0.21189848842046874,7642,-0.3684746255634724,-0.5298848980723894 +5057,AR,Hempstead,6581.43092097881,18.90329158660129,0.291097833649379,1703.05536532595,0.0753264348412557,3,0.134366462,18.25,0.830526986438518,11,0.492677028,715,66809,886.7,2466,2371,6919,6984,0.3564098858216505,0.33949026345933564,2020,-0.26275473334296867,-0.2892325315005727 +5059,AR,Hot Spring,5165.93250419011,-14.195635842760323,0.15690953145795067,1203.25993899339,0.03654770036124867,6,0.179812994,28.1666666666667,0.843970356165478,14,0.419563654,1217,100172,992.3,3824,3137,11239,11815,0.34024379393184445,0.2655099449851883,5016,-0.2903283210250023,-0.42454506982649176 +5061,AR,Howard,5676.68563191416,179.93521304037918,0.4116821837634463,1360.24891415946,0.09864739387623903,1,0.074074074,17.75,1.32690438812888,9,0.666666667,499,40267,985.7,1460,1350,4419,4634,0.33039149128762163,0.29132498921018557,1805,-0.31726634985290786,-0.3895123003884333 +5063,AR,Independence,5563.27590662558,-18.745310953504166,0.15180713036880455,1369.3282429036,0.03736535713437935,6,0.162342055,30.0833333333333,0.809388004017793,21,0.568197191,1286,110992,922.5,3279,2878,12390,13443,0.26464891041162225,0.2140891170125716,7047,-0.43946731234866826,-0.5242133452354385 +5065,AR,Izard,150.823051491608,-81.38559714423039,0.011012197100730724,34.6151934266309,0.0025273943798649902,4,0.296603886,16.4166666666667,1.22211469267227,3,0.222452914,568,40307,836.8,1563,1111,5313,5396,0.2941840767927724,0.20589325426241661,2931,-0.37794089968003014,-0.543180133432172 +5067,AR,Jackson,3107.86497962899,25.189004624666893,0.1726879468594205,748.868328657142,0.041610731158367616,3,0.171096156,21.3333333333333,1.23879759208718,9,0.513288468,673,52496,1041.9,2093,1583,5338,5093,0.3920944173847883,0.3108187708619674,1679,-0.1820906706631698,-0.32966817200078535 +5069,AR,Jefferson,14581.3812859626,10.58073418458958,0.18830478835103764,2875.52777763636,0.03713472948455298,17,0.235141154,85.25,1.21757883912249,56,0.774582624,2585,217101,1023.7,17456,15721,27364,25683,0.6379184329776348,0.6121169645290659,6490,0.2901988013448326,0.2526963360978079 +5071,AR,Johnson,1502.74542260782,-35.19661680981346,0.058838896734840246,329.99250149393,0.012920614780498434,2,0.076908287,22.6666666666667,0.865933170334149,11,0.422995578,770,78059,857.7,2785,2421,8064,8997,0.3453621031746032,0.26908969656552184,3651,-0.28025793650793646,-0.4058019339779927 +5073,AR,Lafayette,1615.93852923618,0.1389394691224371,0.21137194627026554,419.372493380728,0.054855787230965077,2,0.281254395,8.25,1.20490725865342,3,0.421881592,291,21369,938.8,1173,1028,2928,2835,0.40061475409836067,0.36261022927689596,722,-0.18408469945355188,-0.25467372134038796 +5075,AR,Lawrence,5222.80588743685,18.788172570611888,0.29990272107016075,1264.43815867163,0.07260626808335514,4,0.236253027,17.8333333333333,1.06563091325565,6,0.35437954,702,50822,994.8,1786,1263,5537,5629,0.32255734152067905,0.22437377864629596,2801,-0.3158750225754019,-0.4976017054538995 +5077,AR,Lee,4722.32758468425,44.16961670451512,0.45302451886840456,742.697477818685,0.07124879871629748,1,0.101419878,13,1.39634801288937,3,0.304259635,372,29406,988,2107,1735,3424,3004,0.6153621495327103,0.5775632490013316,506,0.24153037383177572,0.1684420772303596 +5079,AR,Lincoln,4694.28736413289,-3.2637822148755316,0.33212730749489805,353.017130104906,0.024976448995677514,1,0.071581961,9.58333333333333,0.699258178280433,5,0.357909807,386,41831,879.6,1424,1252,3725,3814,0.38228187919463086,0.3282642894598846,1203,-0.20805369127516782,-0.31541688515993704 +5081,AR,Little River,1914.88805626529,121.84093979894001,0.14538668713577482,499.260723673611,0.037906060562873815,2,0.159591446,12.8333333333333,1.03070703825663,6,0.478774338,489,37737,982.3,1552,1397,5051,5192,0.3072658879429816,0.2690677966101695,2207,-0.36289843595327653,-0.42507704160246534 +5083,AR,Logan,2069.944574439,-32.65718497359833,0.0926025399024292,520.500921766383,0.023285506275058522,2,0.091082977,16,0.734214390602056,13,0.592039348,890,65711,1006.9,2009,1712,7330,7839,0.2740791268758527,0.21839520346983032,4025,-0.41869031377899046,-0.5134583492792448 +5085,AR,Lonoke,12276.4894294997,-5.690390670302669,0.179596369440864,3506.33575930244,0.051295215625584284,8,0.111798985,52.5,0.726864927728859,38,0.531045181,1898,213916,929.4,5612,5638,24083,26766,0.23302744674666778,0.21064036464170963,14264,-0.50869908234024,-0.5329148920271987 +5087,AR,Madison,3813.49854006133,-7.071179516048886,0.2426352700936139,813.980162763392,0.051789792120849526,4,0.254129606,9.33333333333333,0.580720092915215,3,0.190597205,531,47190,900,2099,1587,6567,6782,0.31962844525658596,0.2340017693895606,3330,-0.3293741434444952,-0.49100560306694185 +5089,AR,Marion,2255.37670432853,0,0.13543365785915631,361.45541711119,0.02170512322771813,3,0.183295656,11.0833333333333,0.678917815211843,5,0.30549276,766,49026,940,2024,1377,7029,6718,0.28794992175273865,0.20497171777314677,3700,-0.3908095034855598,-0.550759154510271 +5091,AR,Miller,14528.874643974,32.39100634776443,0.33428914095011736,3596.01928572121,0.08273938810273826,7,0.161186331,44.9166666666667,1.02579913368504,24,0.552638851,1368,130875,924.1,4518,4273,15329,16015,0.2947354687194207,0.26681236340930375,7020,-0.3981994911605454,-0.438339057133937 +5093,AR,Mississippi,5862.95884835965,-2.3156499133007213,0.12613939002494945,1642.54984444765,0.0353388520750355,11,0.248671866,56.3333333333333,1.3151239251391,32,0.723409065,1479,132731,1069.2,6445,5621,13349,12995,0.48280770095138215,0.43255098114659485,1367,-0.011536444677503921,-0.10519430550211617 +5095,AR,Monroe,1020.24764516173,0,0.12519912199800343,220.535960258738,0.027062947632683517,3,0.395673965,14.25,1.98772492676803,5,0.659456608,360,22660,1052.6,1583,1298,3230,2766,0.49009287925696593,0.4692697035430224,102,-6.191950464396467e-4,-0.03687635574837317 +5097,AR,Montgomery,2108.83295467537,-5.629111180084161,0.2222865979419595,426.996980109772,0.045008641310189945,1,0.110107906,8,0.901002365131208,4,0.440431623,387,27275,853.5,920,735,3403,3445,0.27034969144872173,0.21335268505079827,1838,-0.4255069056714664,-0.5335268505079825 +5099,AR,Nevada,2631.89242537197,10.875461724567833,0.2925300017085662,576.699883875561,0.06409913125214638,1,0.114639459,8,0.952607763753275,3,0.343918377,360,26049,995.9,1314,1156,3384,3233,0.3882978723404255,0.3575626353232292,845,-0.20153664302600477,-0.2613671512527065 +5101,AR,Newton,3653.07497206561,24.264804269158606,0.4385444144136387,736.207251864219,0.08838022231263133,4,0.506072874,7.83333333333333,0.987063172043011,1,0.126518219,301,23899,825.6,993,699,3661,3731,0.2712373668396613,0.18734923612972393,2176,-0.4138213602840754,-0.5832216563923882 +5103,AR,Ouachita,6756.87134966328,-8.05357851845479,0.25868573314177945,1499.48489834315,0.05740753822140696,4,0.161108426,33,1.36940824964727,16,0.644433704,1051,74107,1049,4626,4320,10303,9881,0.4489954382218771,0.4372027122760854,1027,-0.0863826070076677,-0.10393684849711571 +5105,AR,Perry,1490.74658645795,34.60438432734524,0.14272346447658688,328.640382616402,0.031463894936946096,1,0.09760859,5.33333333333333,0.526385050664561,1,0.09760859,393,30768,966,1187,1035,3937,4213,0.301498602997206,0.24566816995015428,1944,-0.35382270764541535,-0.4614289105150724 +5107,AR,Phillips,10960.597088673,36.297920081645465,0.503773364373443,3004.63376387953,0.1380996352382925,7,0.351229303,31.25,1.64690382081686,7,0.351229303,797,59802,1142,5179,4292,7900,6894,0.6555696202531646,0.622570351029881,1849,0.32759493670886075,0.2682042355671598 +5109,AR,Pike,2603.40194713087,18.282491911309933,0.23057319521130726,564.904429380734,0.05003139043315331,4,0.362844702,17,1.56942392909897,5,0.453555878,450,32935,1071.1,850,684,3787,3956,0.22445207288090838,0.17290192113245703,2466,-0.5273303406390282,-0.6233569261880687 +5111,AR,Poinsett,8364.12753593656,199.05724113552864,0.34024030980501,2216.30859174698,0.09015614822222591,5,0.206219583,28,1.16554968155518,17,0.701146581,1016,72340,1174.5,2387,1878,7550,5283,0.316158940397351,0.35547984099943214,1271,-0.3417218543046358,-0.24058300208215028 +5113,AR,Polk,7939.58793966146,4.298474153605306,0.38426037845617367,1977.98396492319,0.09573051809714403,4,0.197775031,16.5,0.817924949189511,8,0.395550062,846,60823,953.4,1556,1210,7721,8121,0.20152829944307732,0.14899642901120552,5396,-0.5690972671933687,-0.6644501908631941 +5115,AR,Pope,8394.67528015649,-3.99868708261936,0.13593735272462498,1765.66177940378,0.02859186092243061,7,0.110757741,39.4166666666667,0.618019515305456,52,0.822771792,1764,188920,865.1,5108,4818,20390,21545,0.2505149583128985,0.22362497099094916,10876,-0.47204512015693967,-0.5048038988164307 +5117,AR,Prairie,3227.06354427812,503.06979291880134,0.37028841586668043,712.824695578467,0.08179285089827504,2,0.240847784,8.08333333333333,0.979679230800307,1,0.120423892,324,24972,829.4,877,812,3134,3404,0.27983407785577535,0.23854289071680376,1691,-0.4058710912571793,-0.4967685076380728 +5119,AR,Pulaski,101839.261929696,-12.941584121976254,0.2660739231287845,26363.7844407866,0.06888026701847325,63,0.16042699,337.583333333333,0.858444585717313,344,0.875982297,10797,1176506,860.7,87055,89377,159055,157728,0.5473263965295023,0.5666527186041793,28195,0.11441954041054975,0.17875710083181168 +5121,AR,Randolph,5762.67470571779,4.584227450144287,0.320700913001157,1448.43607309732,0.08060749474635873,5,0.284559786,13.4166666666667,0.768951551276173,8,0.455295658,710,52643,953,2040,1425,5948,6313,0.3429724277067922,0.22572469507365753,3083,-0.2789172831203766,-0.4883573578330429 +5123,AR,St. Francis,7660.23656650706,-10.370532698619245,0.27108204991531815,1880.60099550257,0.066551100414133,8,0.297408826,36.5,1.39334249503741,10,0.371761032,839,80866,973.3,4652,4031,8021,7412,0.5799775589078668,0.5438478143550999,836,0.17017828200972446,0.112790070156503 +5125,AR,Saline,23913.2982531669,-0.43945810881247965,0.22324257597385036,5965.99363082281,0.055695528583644294,12,0.103699479,79.1666666666667,0.666930630790011,64,0.553063888,3261,347494,804.7,12868,13247,47059,51971,0.2734439745850953,0.2548921513921225,22605,-0.4269958987653797,-0.43495410902233944 +5127,AR,Scott,1942.85760207044,-3.059354162040787,0.17295981501561827,442.055898530618,0.039353324893672034,2,0.187038249,12.8333333333333,1.24874314813013,4,0.374076499,356,32101,848.5,895,507,3637,3017,0.24608193566125927,0.16804772953264832,1871,-0.4770415177343965,-0.6201524693404044 +5129,AR,Searcy,2757.11254790789,1.1517739747127942,0.33643838290517264,551.669635617162,0.06731783229007468,3,0.378357927,9,1.12965984686833,4,0.504477235,350,23766,905.2,814,601,3694,3698,0.22035733622089876,0.16252028123309897,2354,-0.510286951813752,-0.6365603028664142 +5131,AR,Sebastian,12919.2474935847,-28.175007310889367,0.10274245684553299,3103.4588420021,0.024680770788284928,19,0.149870638,118,0.923368259607334,96,0.757241118,3784,381995,891.8,13083,12184,43340,43557,0.30186894323950164,0.27972541726932526,16585,-0.37090447623442546,-0.38076543379938926 +5133,AR,Sevier,4001.66488564692,-30.869768532037362,0.23459168048111853,1150.66905452845,0.0674562700509116,4,0.229542064,21.6666666666667,1.28129312044155,7,0.401698611,487,51995,905.5,1042,1075,4328,4517,0.24075785582255083,0.23798981624972326,2206,-0.4835951940850277,-0.48837724153199025 +5135,AR,Sharp,3878.3965115348,8.64218790356768,0.224652253911886,724.338726785556,0.041956599095548885,3,0.177451792,13.4166666666667,0.781993744050048,9,0.532355377,769,50933,921.8,2092,1472,7282,7190,0.2872837132655864,0.20472878998609179,3933,-0.38835484756934907,-0.5470097357440891 +5137,AR,Stone,3115.9136263907,2.6511543505892234,0.2514050045498386,696.222300039008,0.056174140716395676,2,0.160076837,9.41666666666667,0.750990243772762,10,0.800384184,519,37396,883.4,1356,1189,5351,5527,0.2534105774621566,0.2151257463361679,2892,-0.451691272659316,-0.5232495024425547 +5139,AR,Union,10943.8414857132,21.127779872182508,0.26282671259427937,2708.40933677311,0.06504501397183195,6,0.149153554,37.1666666666667,0.931798998838385,27,0.671190991,1614,120939,1053.5,6182,5667,17160,16338,0.36025641025641025,0.34686008079324276,4534,-0.263053613053613,-0.2775125474354266 +5141,AR,Van Buren,1774.93122955086,-20.17069569742489,0.10262684183584042,364.645501399907,0.021083868250934203,1,0.0593437,15.3333333333333,0.922139363322909,6,0.356061955,699,50645,823.6,1826,1547,6421,7111,0.2843793801588538,0.21755027422303475,3835,-0.39495405700046715,-0.5393053016453382 +5143,AR,Washington,29544.0737156694,-26.946144597548727,0.14549072324462314,8013.15657613571,0.03946104240580952,33,0.149461937,172.5,0.756416384198133,157,0.711076488,4456,662639,778.3,28136,32296,70231,78153,0.40062080847489,0.4132406945350786,8122,-0.1628055986672552,-0.10392435351170137 +5145,AR,White,9451.94007150395,-14.261308682808757,0.12263142964741229,2356.83539672166,0.03057807095232835,12,0.152687296,76.0833333333333,0.959884603577121,60,0.763436482,2484,236489,951.2,5765,5157,26508,27451,0.2174815150143353,0.1878620086699938,15881,-0.5371963180926512,-0.578521729627336 +5147,AR,Woodruff,381.780216009752,-1.3125146786958444,0.0525868066129135,71.9129000247099,0.00990535813012533,2,0.289435601,9.58333333333333,1.44305576469407,4,0.578871201,291,20662,960,1340,1117,2685,2550,0.49906890130353815,0.4380392156862745,227,0.042085661080074444,-0.08901960784313728 +5149,AR,Yell,2856.00284025208,70.96848163259318,0.12873576020969485,602.400974157855,0.027153525993141983,2,0.091112022,21.6666666666667,1.00532046523138,9,0.4100041,777,65426,958.5,1720,1472,5971,6389,0.2880589515993971,0.23039599311316325,3128,-0.3887121085245352,-0.4895914853654719 +6001,CA,Alameda,107964.398427475,-32.700975623053665,0.07148677186245052,25674.4484533376,0.016999895021050926,377,0.234027615,888.416666666667,0.539184627012295,1236,0.767262951,28826,4834910,577,438091,486351,558386,613195,0.7845665901365722,0.7931424750691053,395162,0.5977245131504013,0.6444312168233597 +6003,CA,Alpine,575.162591718659,-11.865434519419011,0.48950007805843315,104.035195383321,0.08854059181559233,0,0,NA,NA,2,1.792114695,25,3361,593.2,389,318,647,575,0.6012364760432767,0.5530434782608695,107,0.23647604327666155,0.18608695652173907 +6005,CA,Amador,5337.85448752287,12.130219515302535,0.140134270235039,473.810677969839,0.01243891412590478,12,0.326601709,34.0833333333333,0.911733497400779,14,0.381035327,1280,110336,679.6,6001,5904,15303,17186,0.3921453309808534,0.34353543581985335,4335,-0.1896360190812259,-0.2522401955079716 +6007,CA,Butte,46598.3440656602,-4.412114971885652,0.21181065484391,9961.29854383338,0.04527862974469718,46,0.205136438,204.666666666667,0.902155770270588,149,0.66446368,6794,671598,767.8,32567,38676,70163,87847,0.46416202271852686,0.4402654615410885,3517,-0.03912318458446756,-0.040035516295377216 +6009,CA,Calaveras,4578.26192993363,17.169095887186987,0.10044894312900149,1021.71118202138,0.022416762078664706,12,0.268913589,37.9166666666667,0.839402861718064,29,0.649874507,1445,133977,687.8,7404,7738,18469,22334,0.40088797444366236,0.3464672696337423,5334,-0.16963560560939955,-0.2388286916808453 +6011,CA,Colusa,1770.98331197088,0,0.08268281955137402,405.733320534148,0.018942682689861712,9,0.420187684,23.4166666666667,1.08470755357915,9,0.420187684,419,64222,631.8,2248,2659,5865,6594,0.38329070758738276,0.4032453745829542,892,-0.21705029838022166,-0.13527449196239005 +6013,CA,Contra Costa,200374.382313247,-2.7411927162535927,0.19101011159242823,47000.969602573,0.04480443230864183,196,0.176363828,522.083333333333,0.45993385174816,644,0.579481148,22368,3334414,591.6,230826,286658,351257,415972,0.6571427758023327,0.6891281143923149,180839,0.33673065590151935,0.4347383958535671 +6015,CA,Del Norte,9166.13931439813,18.189599982201695,0.32038235981818,2128.02469971841,0.07438045088145438,7,0.257239453,25.9166666666667,0.941055434519487,10,0.367484933,858,82269,886.3,3396,3485,7940,9361,0.42770780856423174,0.3722892853327636,1649,-0.10831234256926947,-0.17615639354769785 +6017,CA,El Dorado,52705.456072138,4.231673868415921,0.2910970853104419,12951.4718634919,0.07153217125723194,33,0.18024218,107.166666666667,0.577328843995511,108,0.589883498,4377,548982,611.3,34033,35243,85923,89228,0.39608719434842826,0.3949769130766127,12390,-0.18188377966318675,-0.13885775765454794 +6019,CA,Fresno,85484.3748392296,-24.77064241079696,0.09187422735152839,25088.6154283525,0.02696395876011876,250,0.258806138,941.416666666667,0.960712578812108,599,0.620099506,19581,2895061,732.7,85862,123660,180244,250264,0.47636537138545526,0.4941182111690055,9711,-0.02929917223319506,0.03880302400664898 +6021,CA,Glenn,2537.77965653726,-30.104675082324345,0.09024179135684732,598.171545305328,0.021270590473839987,9,0.321945985,32.75,1.16610290190493,14,0.500804865,776,83990,801.5,3276,3065,9142,9379,0.35834609494640124,0.326793901268792,2723,-0.2550864143513454,-0.29032945943064287 +6023,CA,Humboldt,21098.8799221068,-4.00157024917677,0.15672567036915536,4323.98220569106,0.032119193642178974,45,0.333805606,129.833333333333,0.950143680263845,92,0.682447018,3896,405198,824.7,27757,19596,46269,33636,0.599904903931358,0.5825900820549411,8713,0.2616006397371891,0.2590379355452491 +6025,CA,Imperial,30616.0196653308,8.640535541518062,0.17542182151477587,6814.6387849367,0.03904610598263144,34,0.189847619,113.166666666667,0.625634618326027,101,0.563959105,3126,537102,596.3,17464,28467,27453,41751,0.6361417695698102,0.6818279801681397,17172,0.288456634976141,0.41129553783142925 +6027,CA,Inyo,7627.65105576419,-0.017226039285812508,0.41128281331630484,1499.27802871292,0.08084104543906612,4,0.217273221,15.25,0.84049823633157,14,0.760456274,588,55059,667.5,2775,3155,6501,7996,0.42685740655283805,0.39457228614307155,1093,-0.1178280264574681,-0.1366933466733366 +6029,CA,Kern,122097.200406201,-4.660261365578148,0.14541768992116894,33085.1531603931,0.0394043968843374,185,0.211527929,721.083333333333,0.814978654020323,550,0.628866816,17267,2622153,815.4,64690,86481,168116,217725,0.3847938328297128,0.3972028935583879,32683,-0.20908182445454326,-0.15011137903318406 +6031,CA,Kings,29477.3466209067,-9.947412905611992,0.1926850650462584,5994.81787637251,0.039186426353247504,31,0.206296708,121.25,0.809493607504089,87,0.578961729,2384,451821,688.1,12282,12902,30139,32250,0.40751186170742226,0.400062015503876,4544,-0.162646404990212,-0.14089922480620154 +6033,CA,Lake,12117.2286158185,6.4543679574997235,0.18738465345733396,2511.90143369576,0.038844837759155024,22,0.342764552,61.6666666666667,0.961798407053882,33,0.514146828,2516,192550,932.5,9159,6240,16274,13045,0.5627995575765024,0.47834419317746263,488,0.16498709598131983,0.03740896895362206 +6035,CA,Lassen,17122.0068345117,1.579247663968169,0.4906722119074853,1855.12625955045,0.053163096705844674,7,0.220479385,24.0833333333333,0.780153331173739,13,0.409461715,692,95253,719.2,3044,2224,10603,10422,0.2870885598415543,0.2133947418921512,5350,-0.3977176270866735,-0.5133371713682594 +6037,CA,Los Angeles,622625.436180995,1.4942133843987428,0.06341282047510771,151114.773445374,0.015390656151803033,2076,0.205205153,6415.66666666666,0.632838869399345,7798,0.770804328,181077,30324903,587,1672164,1893770,2427869,2652072,0.6887373247897642,0.7140718653188903,1273485,0.40058339226704576,0.48018492710605143 +6039,CA,Madera,31476.8511905402,5.253996704547749,0.20864250283723995,9014.22256611808,0.05975025729041248,38,0.245878303,138.25,0.893682488994615,78,0.50469757,3174,461685,713.1,12698,13283,32372,34263,0.39225256394414926,0.3876776697895689,5938,-0.19436550105029043,-0.1733064822111316 +6041,CA,Marin,30188.5746861837,-27.07343202052666,0.11960181564913969,6314.68329870323,0.0250176629942008,71,0.272291467,109.666666666667,0.420741400058571,185,0.70949185,5728,780323,485.2,73450,86650,99286,109941,0.7397820437926798,0.7881500077314196,69119,0.504633080192575,0.6286917528492556 +6043,CA,Mariposa,3193.81686069276,1.205389749424965,0.17499407488317137,459.776855919559,0.02519187200260583,10,0.565546884,11,0.631820792647903,8,0.452437507,547,52901,640.9,3080,3122,7805,8877,0.39461883408071746,0.3516953925875859,2063,-0.17347853939782193,-0.23239833277007999 +6045,CA,Mendocino,15254.5987178115,-3.5274823139237124,0.17366148743538326,3407.39991753056,0.03879054106317733,47,0.534887162,96.75,1.10409914639156,52,0.591790051,2582,262705,735.4,11869,6905,17928,11435,0.6620370370370371,0.6038478355924792,3334,0.37594823739402056,0.29156099693922166 +6047,CA,Merced,40077.4815443969,9.519686783825524,0.1566793522277658,13121.6407967176,0.05129788851421892,64,0.240282632,235.166666666667,0.875292798157853,129,0.484319681,4948,797854,727.6,26128,21856,50538,42523,0.5169971110847283,0.5139806692848576,3370,0.05391982270766554,0.07925122874679591 +6049,CA,Modoc,2570.68978339541,-25.76779561330243,0.2654026206272362,492.913104597366,0.05088923235570577,5,0.554139421,10.5833333333333,1.20333522834944,3,0.332483653,333,27090,820.5,1113,798,3986,3359,0.2792272955343703,0.23757070556713308,1615,-0.4179628700451581,-0.48079785650491214 +6051,CA,Mono,7067.90401270645,3.7431639613635803,0.4976696248913146,1420.34870230644,0.10001047051869032,5,0.357219404,10.75,0.768900650883342,17,1.214545974,161,42003,430.3,2574,2696,4917,5154,0.5234899328859061,0.5230888630190144,616,0.07565588773642468,0.11951882033372141 +6053,CA,Monterey,51148.1335548715,3.451289210615778,0.12323158880556524,12911.6904161808,0.031108234329696404,113,0.261971883,276.916666666667,0.636250704605054,252,0.584220483,7464,1294300,576.6,51712,64733,78522,96676,0.6585670258016861,0.6695870743514419,38355,0.3390769465882173,0.3967375563738674 +6055,CA,Napa,13839.7753825313,-28.30052360840975,0.10140218181274947,2582.58622417575,0.01892226359262441,42,0.296469891,61.5,0.432592884374604,79,0.557645747,3600,424420,626.8,19964,26161,32332,40393,0.6174687615984165,0.6476617235659644,14215,0.2572374118520352,0.35191741143267397 +6057,CA,Nevada,26699.8368990941,12.942061250309884,0.2703397685299715,5157.40197301588,0.05221945215884208,27,0.273022357,59.5,0.600361225745911,62,0.626940228,2923,295782,600.2,14261,16199,30864,33258,0.46205935717988594,0.48707077996271575,1513,-0.04649429756350437,0.045492813759095585 +6059,CA,Orange,195971.138584192,-11.159159527857915,0.06510167275618357,46413.8642619168,0.01541870004103232,529,0.168175958,1395.66666666667,0.439922013920322,2790,0.886977172,56649,9434917,558.9,457077,556544,1021315,1092116,0.4475377332164905,0.5096015441583128,83875,-0.08275115904495678,0.07680044976907213 +6061,CA,Placer,54218.6896993893,2.2871673063441116,0.1556076643344736,12872.367969155,0.036943701982467166,66,0.177565417,214.5,0.563686007184697,311,0.836709767,9057,1113354,603.8,49126,61969,126325,150532,0.38888581040965764,0.41166662237929474,17008,-0.2005462101721749,-0.11298594318815935 +6063,CA,Plumas,1622.47958187118,5.517318308035405,0.08109559563508671,294.254468504883,0.014707575773723346,10,0.537461034,24.25,1.3018736243088,10,0.537461034,715,55820,831.9,3670,3224,9128,8830,0.4020595968448729,0.365118912797282,1855,-0.17199824715162138,-0.21007927519818798 +6065,CA,Riverside,437849.237235762,0.891339273092325,0.19996393803174223,117685.100395507,0.05374629923147539,367,0.157560026,1202.58333333333,0.503648985938313,1426,0.612208713,46307,6985171,644.5,287754,339145,589721,683612,0.4879493862351858,0.49610744106305915,29631,-0.00419350845569344,0.04334476281867489 +6067,CA,Sacramento,193704.687849156,1.8180285577345614,0.1365282817793469,47501.7391327512,0.033480505285321836,267,0.180158783,978.416666666666,0.646049857154805,1009,0.680824763,32954,4445147,709.3,221063,273768,388090,467526,0.5696178721430596,0.5855674336828326,110744,0.16329975005797626,0.2368723878458096 +6069,CA,San Benito,9765.67326335152,0.02851338091562399,0.17669350383309848,2613.35741610601,0.04728432604364128,9,0.154461359,26.9166666666667,0.453035760370732,27,0.463384077,941,174705,575.6,8617,10050,14972,17572,0.5755410098851189,0.5719326200773959,3579,0.17131979695431476,0.20367630320965174 +6071,CA,San Bernardino,433153.412546069,-4.607306347500536,0.21282983699277666,121641.672866291,0.05976861005315963,324,0.153364142,1407.83333333333,0.657836533189789,1434,0.678778332,39440,6330118,739,274203,312517,531692,598783,0.5157177463644366,0.521920294998355,58555,0.05404444678498077,0.09779001741866422 +6073,CA,San Diego,424210.884922634,-7.116638730115536,0.13704943084031695,92733.313596107,0.029959268609057278,623,0.190903377,1652.08333333333,0.497953080035088,2632,0.806513145,61526,9788866,596.8,478386,567243,928256,1011651,0.5153599869001655,0.5607101658575931,180436,0.050998862382791,0.17835795150699202 +6075,CA,San Francisco,4473.70211213036,-83.23977567636527,0.0055557720567664835,933.065493237344,0.0011587493008095077,363,0.425821936,479.833333333333,0.550970830123005,924,1.083910383,16798,2558068,538.2,267857,312443,321023,365295,0.8343856982209997,0.8553169356273697,277950,0.7015167137557122,0.7608918819036669 +6077,CA,San Joaquin,86687.3016380355,11.167190973403642,0.12649429836895562,25128.9761368459,0.03666825642391268,158,0.220794665,529.333333333333,0.721448603374544,442,0.617666089,15668,2145874,761.8,80005,89791,149587,166647,0.5348392574221021,0.5388095795303846,21475,0.08866412188224909,0.12886520609431912 +6079,CA,San Luis Obispo,42276.1008767946,-8.061597948702625,0.15678894542215868,8171.06244542081,0.030303936200969484,73,0.261570931,146.583333333333,0.518169210085064,222,0.795462282,6846,836825,606,57655,63001,117597,124575,0.4902761124858627,0.5057274734095926,10329,0.009821679124467464,0.08291390728476816 +6081,CA,San Mateo,69488.5473081618,-15.92128452864681,0.09671995349461798,15669.8168872662,0.02181055755683575,174,0.229375637,269.5,0.352381089360968,552,0.727674434,13993,2273577,506.4,151036,219580,211814,287499,0.713059571133164,0.763759178292794,165849,0.44752471508021185,0.5768680934542381 +6083,CA,Santa Barbara,57597.5672923975,-1.4812473953270706,0.13587696786326212,13064.0925207619,0.03081917107010439,133,0.301814518,232.5,0.521101822175404,326,0.739785961,9062,1322245,586.1,84279,100120,147249,164224,0.5723570278915306,0.6096551052221356,46380,0.1710232327554007,0.28241913484021824 +6085,CA,Santa Clara,132928.161095634,-21.844244968206347,0.07460991663624565,31894.8316036411,0.017901930692945666,350,0.184735077,770,0.40116661335145,1434,0.756886,29252,5685224,505.4,343239,483472,491687,659148,0.6980843504099152,0.7334801895780614,346020,0.42077988639113906,0.5249503905041053 +6087,CA,Santa Cruz,36861.5907447915,-13.02214348099776,0.14048826041722184,6624.49281561026,0.025247512465071002,71,0.26121764200000003,156.666666666667,0.570375197659277,178,0.654883666,5254,814824,600,61106,85185,81294,113509,0.751666789676975,0.7504691257961924,65027,0.5409255295593771,0.5728796835493222 +6089,CA,Shasta,41275.1351798199,1.016352078467764,0.2328994271613724,9305.21632460443,0.05250569240225264,37,0.205779627,162.833333333333,0.906487929885896,125,0.695201442,6596,538321,889.4,18184,20471,54121,72554,0.33598787901184385,0.2821484687267415,27116,-0.3025997302341051,-0.3737354246492267 +6091,CA,Sierra,2863.07672806322,0.2820861637342665,0.8836656568096357,511.058856353964,0.15773421492406298,1,0.333000333,2.41666666666667,0.820042981563172,1,0.333000333,101,8981,668.5,652,601,1779,1804,0.36649803260258573,0.33314855875831484,447,-0.2270938729623384,-0.2477827050997783 +6093,CA,Siskiyou,8889.7168331794,1.1458248649150389,0.1979892390463118,1744.64588786994,0.03885625585456436,19,0.435500138,54.0833333333333,1.24035807933705,28,0.641789676,1697,130654,856.9,7110,7106,17505,19836,0.40616966580976865,0.35823754789272033,4106,-0.15618394744358755,-0.20699737850373057 +6095,CA,Solano,72338.6456313888,-21.812697095615633,0.1750083359898506,18032.3663928162,0.0436255670647601,69,0.160044163,240.166666666667,0.545576664311714,280,0.649454574,9249,1291653,681.5,87225,97159,138565,156067,0.6294879659365641,0.6225467267263419,47564,0.28045321690181507,0.30476654257466346 +6097,CA,Sonoma,74693.7338402341,-5.979495672130968,0.15436480650129597,15172.551658287,0.031356151051064526,139,0.277837743,312.666666666667,0.621517217617164,295,0.589655641,12024,1496866,615.9,124504,116027,175738,164060,0.7084637357885033,0.7072229672071193,78606,0.4486110004666037,0.47912958673655975 +6099,CA,Stanislaus,60419.5866110182,-12.420224670777657,0.11744432749156522,17730.0919197647,0.034463968369831066,134,0.25188112,460.416666666667,0.85016741758377,337,0.633462219,12151,1596458,781.7,70609,73939,143620,156141,0.4916376549227127,0.4735399414631647,979,0.00738058766188554,0.006269973933816231 +6101,CA,Sutter,31556.8592027256,-5.5555688784989865,0.3330996253071725,9007.93196592238,0.0950835678343454,23,0.239965779,88.4166666666667,0.914803433659938,64,0.667730863,2276,287099,711.8,8004,11831,20988,30429,0.38136077758719267,0.38880673042163727,4949,-0.21783876500857635,-0.1626409017713365 +6103,CA,Tehama,12744.2666960487,27.85812528858067,0.2008141231276287,3096.80039313717,0.048796942992565276,10,0.15856153,64.6666666666667,1.0219777904208,34,0.539109201,1823,189253,751.1,6032,6571,17356,22875,0.34754551740032263,0.2872568306010929,8410,-0.274199124222171,-0.3676502732240437 +6105,CA,Trinity,2390.24902677505,3.101686111317791,0.17338234634956115,343.210406893977,0.024895575721309807,10,0.759301443,22.3333333333333,1.74724873520054,10,0.759301443,494,39633,838.7,2367,1876,5030,4716,0.4705765407554672,0.3977947413061917,533,-0.010934393638171003,-0.11301950805767597 +6107,CA,Tulare,59680.2696233089,-5.609627130253323,0.13496857522249792,19986.7268576526,0.045200533850889804,122,0.266260438,469.25,1.01914051216562,228,0.497601474,8819,1371331,759.5,29191,39099,72832,94571,0.4007990992970123,0.41343540831756037,11389,-0.1784243189806678,-0.12042803819352649 +6109,CA,Tuolumne,16108.1297194684,3.888734168214631,0.2909442738095981,3319.13219225366,0.0599500079879646,14,0.260073192,40.0833333333333,0.744987981067083,29,0.538723041,1981,161521,749.7,9628,8580,23730,23472,0.40573114201432786,0.36554192229038857,4906,-0.15937631689844084,-0.2090149965916837 +6111,CA,Ventura,130817.223327523,2.7764940200904706,0.15889027487255591,32946.1300727715,0.04001628784111546,173,0.204448709,449,0.528398165081472,604,0.713797806,16513,2537619,595.4,138119,170489,267907,307881,0.5155483059419873,0.5537496630191535,51725,0.05300346762122676,0.16800322202409373 +6113,CA,Yolo,12376.451543734,-34.43034528645247,0.061620677940811254,3069.31370185834,0.0152816977025444,40,0.192687509,152.916666666667,0.708597078185868,144,0.693675033,3784,629224,644.2,38856,34460,59613,50623,0.6518041366815963,0.6807182505975544,21282,0.3317397212017513,0.42040179365110714 +6115,CA,Yuba,14994.418506338,0.04244577709393926,0.20780844718090222,4905.10311289466,0.06798008610483902,12,0.162236703,69.6666666666667,0.925495405734529,29,0.392072033,1769,221667,906.1,5817,7234,15009,21058,0.38756745952428545,0.34352740051286923,5079,-0.19514957692051432,-0.24119099629594454 +8001,CO,Adams,66895.7142511163,1.7489174002327492,0.15148383106798707,19349.7612141322,0.04381709638324966,66,0.13729463,233.166666666667,0.468030411605816,316,0.657350047,8299,1443096,742.4,90843,86471,161495,175125,0.5625127712932289,0.4937673090649536,12664,0.1505433604755565,0.07231406138472518 +8003,CO,Alamosa,915.1862387662,-10.619806207200176,0.05925453148372936,259.785746147883,0.016820054784582907,4,0.247264635,11.6666666666667,0.700532404627517,14,0.865426222,399,49080,842,3782,3168,6671,6897,0.5669314945285564,0.45933014354066987,137,0.16324389147054413,0.01986370885892419 +8005,CO,Arapahoe,69481.6733981126,-28.561289734741756,0.12147081990498756,18845.3168869791,0.03294618539934074,94,0.151901762,305.916666666667,0.480194683560729,457,0.738501117,10728,1859133,611.2,135433,148365,254746,281658,0.5316393584197593,0.5267558528428093,38727,0.08322407417584576,0.1374965383550263 +8007,CO,Archuleta,3600.90155231601,31.35899939016593,0.29798920492519115,764.675945580285,0.06328003521849429,3,0.245017968,12.0833333333333,0.940044603495669,7,0.571708592,284,36746,564.1,2637,2489,6646,7290,0.3967800180559735,0.3414266117969822,1745,-0.17965693650315984,-0.2393689986282579 +8009,CO,Baca,955.224504744831,0,0.2521711997742426,201.665883715608,0.05323808968205069,1,0.274348422,5.16666666666667,1.44805680119581,1,0.274348422,166,10932,764.3,462,278,2096,2107,0.22041984732824427,0.13194114855244424,1438,-0.5209923664122138,-0.6824869482676792 +8011,CO,Bent,1680.81108594272,0.6697758108532932,0.25862610954650256,284.652501433378,0.043799430902196956,2,0.355239787,4.58333333333333,0.78200534607291206,1,0.177619893,166,17339,750.9,778,581,1881,1892,0.41360978203083465,0.3070824524312896,585,-0.14619883040935677,-0.3091966173361522 +8013,CO,Boulder,43147.2794831739,-5.921633843939595,0.14647696273911845,10437.7080705011,0.03543407126562412,60,0.191489565,121.5,0.37706454476051,258,0.823405131,5241,943942,570.9,120485,124715,173207,176735,0.6956127639183174,0.7056610179081676,85949,0.4154508766966693,0.4863156703539197 +8014,CO,Broomfield,16646.5401687861,98.61951184875329,0.2978500271750452,4552.97991354212,0.08146468739004313,7,0.112652483,18.8333333333333,0.283084569636299,68,1.094338408,1075,187103,602.2,16653,19530,32191,37342,0.5173185051722531,0.5230035884526806,5258,0.05864993321114592,0.1408065984682127 +8015,CO,Chaffee,1782.82209924298,31.118740005758422,0.10010792853293166,301.283859709613,0.016917505739211244,7,0.381201329,14.75,0.773953195508448,17,0.925774656,542,55432,631.7,4967,4773,10217,10999,0.48615053342468434,0.43394854077643424,510,0.0017617695996867688,-0.04636785162287477 +8017,CO,Cheyenne,621.652255741721,0,0.33859055323623155,156.199602384931,0.08507603615736983,2,1.068947087,2,1.08225108225108,0,0,57,5572,641.9,162,127,1045,1076,0.15502392344497606,0.11802973977695168,778,-0.6660287081339713,-0.7230483271375465 +8019,CO,Clear Creek,1262.60837271503,-0.02341004046140994,0.1389313790399461,192.840111731688,0.021219202435264966,1,0.108849461,6.25,0.662356930902925,11,1.197344073,173,27554,579.5,3041,2585,5610,5532,0.5420677361853833,0.4672812725958062,159,0.11764705882352944,0.028741865509761377 +8021,CO,Conejos,463.776198704138,0,0.056174442672497334,120.226636368598,0.01456233483146778,3,0.362976407,6.58333333333333,0.809857711075573,1,0.120992136,255,24652,888.4,2180,1753,4027,3970,0.5413459150732556,0.4415617128463476,132,0.09585299230196181,-0.03324937027707808 +8023,CO,Costilla,3522.007211992,0,0.9994345096458571,735.395557577747,0.20868205379618246,2,0.560538117,9.33333333333333,2.50828630296515,0,0,123,10659,742.2,1317,1109,1804,1820,0.7300443458980045,0.6093406593406593,528,0.48614190687361425,0.2901098901098901 +8025,CO,Crowley,459.48496194487,-85.24657136920585,0.07890863162371115,84.3377550800071,0.014483557458356021,1,0.186567164,3.41666666666667,0.600046832923545,0,0,127,16497,795,535,336,1502,1511,0.3561917443408788,0.22236929185969556,733,-0.2589880159786951,-0.48510919920582396 +8027,CO,Custer,1101.4374363612,4.641671103143449,0.2588572118357697,170.887951824351,0.04016168080478284,2,0.45861041,3,0.651890482398957,1,0.229305205,118,13054,582.5,862,797,2697,3064,0.3196143863552095,0.26011749347258484,1262,-0.3388950685947349,-0.41187989556135773 +8029,CO,Delta,2612.37438315521,92.57225494343862,0.08440082654287963,736.86125820252,0.023806579807525197,6,0.200870439,14.4166666666667,0.473578170510041,16,0.535654503,1079,90249,750.6,4542,4048,15681,16661,0.28964989477711883,0.2429626072864774,7536,-0.3966583763790575,-0.45231378668747374 +8031,CO,Denver,55276.4705558132,-35.36203928791778,0.09210319708445641,15505.7768185194,0.025836157842633774,120,0.180760459,354,0.510778287594148,582,0.876688227,13308,1994919,726.5,209759,174611,285564,232291,0.734542869549383,0.7516907671842645,130974,0.49027188301046354,0.5638358782733726 +8033,CO,Dolores,2063.99999514993,398.95347821197913,0.9999999976501599,461.999998311711,0.22383720848435612,1,0.505561173,2,0.972762645914397,0,0,53,5981,584.6,329,227,1218,1230,0.27011494252873564,0.18455284552845527,709,-0.41789819376026277,-0.5764227642276423 +8035,CO,Douglas,54681.3513293537,3.3043925448148244,0.19155185864940957,16761.4787313916,0.05871640562377734,26,0.082634647,83.6666666666667,0.254590747908502,204,0.648364152,3450,943605,495.6,54093,67045,150160,182918,0.3602357485348961,0.36653035786527294,33133,-0.26529701651571663,-0.18113580948840463 +8037,CO,Eagle,8057.94619400634,1.1153744713033835,0.15437565749001553,1946.59499420529,0.03729323513238864,18,0.340129627,18.3333333333333,0.33957534559509,46,0.869220158,353,159115,329.8,12598,12652,22374,22611,0.5630642710288728,0.5595506611826102,4499,0.14664342540448733,0.19897395073194463 +8039,CO,Elbert,5986.12599182079,-6.312837623392896,0.2592968029030923,1547.46005457407,0.06703023713826865,1,0.0413309,3,0.118901351512029,7,0.289315974,371,72595,522.9,3542,3056,13993,15689,0.2531265632816408,0.19478615590541143,8480,-0.4720931894518688,-0.5405060870673721 +8041,CO,El Paso,168373.587396914,-8.522086669883548,0.2705826754875575,42407.5167884696,0.06815047140593222,59,0.088919835,313.916666666667,0.456085956765909,451,0.679709247,12449,1992495,696.8,104989,105807,275604,313273,0.38094149576929215,0.337746949146591,70699,-0.21345844037096706,-0.22567856151024823 +8043,CO,Fremont,16167.8407284318,8.494211770811336,0.34528961063625063,2893.08548508623,0.061786380597262734,6,0.129026709,25.3333333333333,0.533940339192626,15,0.322566771,1619,139514,805.9,6644,5275,20258,21880,0.3279691973541317,0.24108775137111518,9791,-0.31804719123309305,-0.44748628884826325 +8045,CO,Garfield,8633.24668999421,-21.810452104295457,0.15310161006569029,2652.7181221462,0.04704318434705705,11,0.19143419,36.5833333333333,0.621246341863796,46,0.800542977,944,172604,646.5,10989,11205,23695,26328,0.46376872757965815,0.42559252506836825,1866,-0.049377505802912,-0.07087511394712853 +8047,CO,Gilpin,0,0,0,0,0,1,0.170910955,1,0.16860563142809,0,0,89,17123,569.7,1854,1634,3271,3574,0.5667991439926628,0.4571908226077224,70,0.1632528278813819,0.019585898153329562 +8049,CO,Grand,421.928987024033,-85.3577200116388,0.028426125919560265,69.7084807333641,0.004696387572146069,5,0.34373711,10.0833333333333,0.671863894811656,16,1.099958752,210,43356,565.4,3575,3319,7961,8513,0.44906418791609093,0.38987430987900856,1148,-0.07210149478708705,-0.13485257840949133 +8051,CO,Gunnison,1838.89203567921,-0.35355564928098326,0.12000078541367856,295.27819818185,0.019269002752665753,5,0.317965024,9.58333333333333,0.584064683894035,14,0.890302067,197,47319,533.9,4563,5068,7912,9299,0.5767189079878665,0.5450048392300247,1818,0.18415065722952473,0.19550489299924723 +8053,CO,Hinsdale,99.2714692888681,-88.22399874595132,0.11775975004610688,19.4187443423093,0.02303528391733013,2,2.544529262,1,1.26903553299492,0,0,17,2363,627.4,228,197,598,589,0.38127090301003347,0.33446519524617996,142,-0.2073578595317726,-0.24108658743633277 +8055,CO,Huerfano,2459.81752693712,-0.9112678767463458,0.3665351701590105,385.63235484769,0.05746272609859782,4,0.619003405,10.1666666666667,1.52263990814238,4,0.619003405,306,19413,853.3,1897,1631,3623,3772,0.5235992271598123,0.4323966065747614,244,0.0778360474744687,-0.06468716861081653 +8057,CO,Jackson,382.235066584368,-0.010575703672758719,0.2742001912369928,66.1529853017736,0.047455513128962415,2,1.432664756,2,1.47383935151069,0,0,36,4109,596.3,216,171,848,862,0.25471698113207547,0.19837587006960558,457,-0.45283018867924524,-0.5301624129930395 +8059,CO,Jefferson,121653.329036851,-6.181305674125597,0.2275838034299411,28579.5283821652,0.053465349620451866,62,0.111011042,227.416666666667,0.397694914226723,424,0.759172287,12625,1676297,667.1,153069,151885,300151,309529,0.5099733134322391,0.4906971560015378,21652,0.04367468374251621,0.06995144235273593 +8061,CO,Kiowa,1398.00000464842,0,1.00000000332505,314.000000674863,0.2246065813124914,2,1.426533524,1.16666666666667,0.849720806020879,0,0,64,4253,731,118,91,821,853,0.14372716199756394,0.10668229777256741,635,-0.6808769792935444,-0.7444314185228604 +8063,CO,Kit Carson,921.046456958068,-57.25781298592477,0.11137200205055237,211.182525171421,0.025535976441526116,5,0.619425173,8.83333333333333,1.07789302420175,8,0.991080278,218,23596,643.1,789,526,3525,3613,0.22382978723404257,0.1455853861057293,2368,-0.5319148936170213,-0.6554110157763631 +8065,CO,Lake,1455.80636836994,-71.52538685060206,0.19915271797126402,450.640916574485,0.06164718420991587,2,0.271849939,6.25,0.820425308479916,5,0.679624847,127,22150,693.2,1807,1600,2993,3175,0.6037420648179085,0.5039370078740157,336,0.2405613097226863,0.10582677165354332 +8067,CO,La Plata,7347.21871312946,-3.461050859326712,0.14312577849241168,1486.85702980879,0.02896437117327288,11,0.203745207,25.5,0.458443449652122,46,0.852025413,981,161815,582.6,15063,15300,28475,30722,0.5289903424056189,0.4980144521841026,2829,0.08811237928007021,0.09208384870776642 +8069,CO,Larimer,56628.0654703376,-15.806277852539063,0.18899330998343825,13413.4227582757,0.044766621360597066,37,0.114154547,111.75,0.328683237596068,252,0.777485021,6316,974852,611.1,83103,92170,161823,193897,0.5135425742941362,0.4753554722352589,9546,0.05252652589557727,0.04923232437840708 +8071,CO,Las Animas,6181.77712966353,0.006441304263104261,0.3986442980372431,1258.90761658752,0.08118318285854903,4,0.284656988,11.6666666666667,0.827247157815122,11,0.782806718,519,42528,812.2,3282,2614,6532,6693,0.5024494794856094,0.3905572986702525,1042,0.027097366809553047,-0.15568504407590017 +8073,CO,Lincoln,1246.55168383383,-0.5521581263421821,0.2280138437596177,295.628343820308,0.05407505831723212,3,0.54446461,7,1.24047492468545,3,0.54446461,160,16498,669.3,537,399,2248,2402,0.23887900355871886,0.16611157368859283,1474,-0.5008896797153025,-0.6136552872606161 +8075,CO,Logan,4437.72341101557,-3.2166488014137413,0.19541694530871326,1105.45340226168,0.04867908768601347,3,0.133191263,8.66666666666667,0.395395167054458,13,0.577162138,633,65666,716.5,2675,1843,9030,9702,0.296234772978959,0.18996083281797568,5429,-0.38194905869324475,-0.5595753452896309 +8077,CO,Mesa,46154.3451139422,-0.3350164934521371,0.31456789401758556,11633.3763915906,0.07928802158891653,20,0.134902701,71.25,0.474737312020682,91,0.613807291,4264,444079,741.1,22448,20958,69033,74876,0.325177813509481,0.27990277258400553,27171,-0.32794460620283056,-0.3628799615364069 +8079,CO,Mineral,91.112206655213,-86.63522744092242,0.12796658238091713,13.9739166659132,0.01962628745212528,1,1.432664756,1,1.36612021857923,1,1.432664756,17,2142,446.7,291,237,650,652,0.44769230769230767,0.36349693251533743,107,-0.08153846153846162,-0.1641104294478527 +8081,CO,Moffat,3230.23918284314,0.053820219404409286,0.2341601437363639,914.127444766266,0.06626512829041435,2,0.15470297,11.6666666666667,0.889973809342182,5,0.386757426,278,38985,722.4,1291,874,6042,6510,0.213670969877524,0.13425499231950844,4419,-0.550314465408805,-0.6788018433179723 +8083,CO,Montezuma,4196.14277277489,-4.514911432638378,0.16432906883786524,1182.14201187366,0.046294968156399455,7,0.271612603,18.4166666666667,0.682124029285035,14,0.543225206,785,77619,761.8,4486,3920,12232,12706,0.3667429692609549,0.3085156618920195,3851,-0.2359385219097449,-0.3030851566189202 +8085,CO,Montrose,8466.39606992101,4.029075057513245,0.20511667966665859,2310.93360188334,0.055987343780486,9,0.22019426,22.75,0.548576113428661,22,0.538252636,1238,122463,674.2,5852,5438,19054,21070,0.3071271124173402,0.2580920740389179,8865,-0.3640705363703159,-0.4207403891789274 +8087,CO,Morgan,3374.0993922753,1.1538841356678957,0.11982312554690507,1153.59050361268,0.04096702665622643,6,0.211804575,25.1666666666667,0.890099266699677,11,0.388308387,746,84938,701.7,3761,3128,10478,11888,0.3589425462874594,0.2631224764468372,4976,-0.25768276388623784,-0.4185733512786003 +8089,CO,Otero,5577.85547997969,-3.251944464350398,0.29620601561147525,1335.34801515227,0.07091222001764484,4,0.216356556,15.6666666666667,0.856335975220916,11,0.594980528,751,55308,974.3,3566,1719,8039,5038,0.4435875108844384,0.3412068281063914,1269,-0.09317079238711279,-0.2518856689162366 +8091,CO,Ouray,273.479042767945,-15.608553516322038,0.0616499194697802,39.122574463190404,0.008819335992603788,3,0.64808814,3,0.617665225447807,6,1.29617628,101,13894,593.1,1640,1690,3183,3287,0.5152371976123155,0.5141466382719805,353,0.0534087338988376,0.10739275935503495 +8093,CO,Park,8729.06984377191,-7.956880593501527,0.5386319785123966,1591.9872030791,0.09823443188196347,4,0.244723157,3,0.174764068507515,5,0.305903946,257,48847,496.3,3721,3351,9054,10245,0.410978573006406,0.32708638360175696,2702,-0.15065164568146677,-0.2637384089799903 +8095,CO,Phillips,209.370709333543,-85.6633207913371,0.04713433348346308,49.8040934133477,0.011212087666219651,4,0.916800367,3,0.699626865671642,2,0.458400183,154,13099,702.2,588,436,2265,2332,0.2596026490066225,0.18696397941680962,1355,-0.4631346578366446,-0.5810463121783876 +8097,CO,Pitkin,1568.48325079631,-10.807191173185844,0.09146741607162992,286.600371776046,0.016713341017963963,7,0.397140588,3.75,0.211243803515097,19,1.077953024,166,52746,314.4,6648,7239,9779,10387,0.679824112894979,0.6969288533744104,4717,0.3790776152980877,0.45412534899393475 +8099,CO,Prowers,2997.42134797923,-20.975673823832995,0.23881932499236952,793.353568988451,0.06321038713954673,3,0.249293668,13.0833333333333,1.09741094894593,10,0.830978893,368,36281,818.6,1498,1173,4809,4978,0.31149927219796214,0.23563680192848532,2335,-0.3539197338323976,-0.4690638810767376 +8101,CO,Pueblo,58655.7437590756,-12.517646085325252,0.3687579371637376,14784.2315908174,0.09294576105579173,17,0.105019305,116.333333333333,0.704525313453204,97,0.599227799,4984,486590,801.3,40624,27945,73306,60112,0.5541701907074456,0.4648822198562683,199,0.13097154393910465,0.003310487090763925 +8103,CO,Rio Blanco,572.227252070974,-0.30708158772290395,0.08584267207785387,119.154416124534,0.017874949913671466,1,0.149097957,9,1.37509549274255,5,0.745489787,163,19994,753.8,561,433,3311,3436,0.16943521594684385,0.1260186263096624,2349,-0.6390818483841739,-0.6836437718277066 +8105,CO,Rio Grande,1460.30068818733,109.76971292838162,0.12187453581933985,280.402362647086,0.02340196650367936,4,0.344619626,13.1666666666667,1.14702209832448,5,0.430774533,370,34905,770.3,2428,1985,5453,5488,0.44525949018888683,0.36169825072886297,1075,-0.08509077571978735,-0.19588192419825068 +8107,CO,Routt,5254.12612604418,-13.267505439248644,0.2234942416114756,1007.26221849621,0.04284581302889148,9,0.377121307,13,0.527426160337553,25,1.047559187,310,71536,521.9,7389,7487,13038,13772,0.5667280257708237,0.5436392680801626,2338,0.155545329038196,0.16976474005227993 +8109,CO,Saguache,1235.46073133838,-79.28235563245582,0.20226927494079563,240.103130312887,0.039309615309902915,4,0.645577792,6.5,1.01737361089372,1,0.161394448,150,18679,678,1762,1345,2796,2707,0.6301859799713877,0.49685999261174735,236,0.29506437768240346,0.08718138160325084 +8111,CO,San Juan,693.70724348045,0,0.9924281022610156,127.418047013332,0.18228619029088985,1,1.388888889,1,1.44092219020173,4,5.555555556,11,2119,554.5,266,265,506,506,0.525691699604743,0.5237154150197628,50,0.10671936758893275,0.09881422924901184 +8113,CO,San Miguel,718.693398459581,3.656015529575994,0.09766182884353594,133.959529025242,0.01820349626650931,7,0.892857143,5,0.623674691281028,12,1.530612245,77,23315,415.2,2961,2960,4215,4311,0.702491103202847,0.6866156344235677,1930,0.4310794780545671,0.4476919508234749 +8115,CO,Sedgwick,441.699892597613,-1.5494545274626896,0.18566620117596172,76.0026950140506,0.03194732871544792,1,0.425894378,1,0.415454923140839,1,0.425894378,118,7079,901.8,419,267,1337,1364,0.31338818249813016,0.19574780058651026,748,-0.3455497382198953,-0.5483870967741935 +8117,CO,Summit,5174.80498066335,-36.17525311842703,0.18485407518265876,904.173715667617,0.032298839596614164,11,0.374098762,15.25,0.502074142358596,48,1.632430962,201,88491,297.9,9169,9502,15038,16061,0.6097220375049873,0.5916194508436585,4438,0.24431440351110517,0.2763215241890293 +8119,CO,Teller,3003.70250354313,-49.8173527642695,0.12863822284981286,759.544872287538,0.03252868832066544,4,0.171020565,16.5833333333333,0.689736444425959,14,0.598571978,499,69997,700.4,3894,3547,12144,14203,0.32065217391304346,0.24973597127367458,6033,-0.3306159420289855,-0.4247694149123425 +8121,CO,Washington,2485.02861052779,0,0.5162086851948048,634.915416281726,0.13188936773612922,1,0.209205021,2,0.407497962510187,2,0.418410042,155,14428,638,461,289,2567,2708,0.17958706661472537,0.10672082717872969,1995,-0.6225165562913908,-0.7367060561299853 +8123,CO,Weld,37098.743418412,-4.263486259918958,0.14673684729916742,10216.5343838394,0.040409510071549096,29,0.104440523,119,0.403482836721685,149,0.536608204,4988,831921,688.9,47418,45869,112695,133790,0.4207640090509783,0.34284326182823827,30013,-0.13249922356803756,-0.22432917258390012 +8125,CO,Yuma,2300.54798145926,0,0.22906979801446384,602.738857336146,0.060015817717429656,4,0.392079984,9.5,0.940314757992676,2,0.196039992,270,30633,639.6,950,701,4481,4664,0.21200624860522205,0.15030017152658662,3054,-0.5541173845123857,-0.654802744425386 +9001,CT,Fairfield,268768.077781111,2.356898600205398,0.293149625263938,70260.4364990659,0.0766341776918769,216,0.228465537,459.083333333333,0.486225923034911,659,0.697031429,20109,2835662,578.2,214757,238723,390611,410279,0.5497976247468709,0.5818552740939702,83266,0.10885254127507926,0.20294970008213925 +9003,CT,Hartford,259189.004869212,-7.826214473398912,0.289916047029702,57236.0543194679,0.06402142955196216,245,0.272833065,703.916666666667,0.788800250413964,599,0.667049004,23568,2690638,667.9,244314,233789,392485,399219,0.6224798399938851,0.5856159150741823,85877,0.2564836872746729,0.21511250717024988 +9005,CT,Litchfield,34657.1637544368,15.306905941824983,0.18247623431337723,8064.7623077584,0.042462431922572354,40,0.216224398,93,0.509390867114712,96,0.518938554,5400,555122,676.8,43823,39836,92404,97434,0.47425436128306137,0.4088511197323316,13540,-0.03662179126444737,-0.13896586407208983 +9007,CT,Middlesex,52122.2284180667,-5.878903270093371,0.31460337295725815,11431.0745428091,0.06899656282629409,34,0.206131815,96.5833333333333,0.591342219283369,106,0.642646247,4499,494121,642.4,47851,45306,83447,88402,0.5734298416959267,0.5124997172009683,6459,0.15959830790801344,0.07306395782900843 +9009,CT,New Haven,247957.11523193,-1.7579092097903462,0.28749417692521656,55041.9770728795,0.06381848683834988,200,0.23221333,670.583333333333,0.782591782154145,652,0.757015455,23217,2583223,691.6,230040,203601,371783,375909,0.6187480331268509,0.5416231055920449,45228,0.2477197720175479,0.12031635315994027 +9011,CT,New London,99027.5284201002,26.06339843693981,0.3613418051854562,20067.2802516001,0.07322355093539654,43,0.157120098,190.833333333333,0.707311438183451,188,0.686943685,7140,818322,682.5,66510,62951,114043,124527,0.5832010732793771,0.5055208910517398,8377,0.18234350201239885,0.06727055176788971 +9013,CT,Tolland,53336.7250905958,6.610517034377272,0.34931151862647963,10670.5424611315,0.06988324433746258,15,0.099096897,74.5833333333333,0.493543676685328,67,0.442632806,3002,454739,603.6,39283,38450,70780,77069,0.5550014128284826,0.4989035799089128,4461,0.12562870867476683,0.0578831955779886 +9015,CT,Windham,18808.4221319189,-15.125103727914082,0.15881735849561673,4287.72295083633,0.03620531420640668,21,0.179490248,101.25,0.87140250619664,62,0.529923588,3092,350989,754.4,25953,21776,46634,50703,0.5565252819831025,0.4294814902471254,3962,0.13284299009306516,-0.07814133285998853 +10001,DE,Kent,25573.4333514992,-17.875111759959868,0.15755919753249462,6402.22160858841,0.03944440643576126,24,0.139545431,153.833333333333,0.879917480328172,88,0.511666579,4512,514691,788.8,35525,33347,68669,74253,0.5173367895265695,0.449099699675434,3642,0.04938181712271911,-0.049048523291988166 +10003,DE,New Castle,122163.689387304,-25.957070323234593,0.22686806614056254,28277.5612233128,0.052513767896821974,91,0.164623049,419.166666666667,0.752560951452487,385,0.696482132,13206,1659655,721.3,167051,162905,251960,261468,0.6630060327036037,0.6230399131060015,77398,0.3406294649944435,0.2960132788716019 +10005,DE,Sussex,27649.128752441,-18.8537090050981,0.14024767938543203,5252.7677195193,0.026644184328891426,50,0.237136529,182.666666666667,0.829356809579374,142,0.673467742,7091,632909,734.9,39971,39329,93215,105814,0.4288043769779542,0.37168049596461716,23278,-0.1302901893472081,-0.21998979341107983 +11001,DC,District of Columbia,12688.2801039051,-25.234222040450344,0.021086579877958964,3454.45297601835,0.005740935573375706,198,0.300504027,421,0.618054230221531,839,1.273347873,14313,1981604,749.3,222332,260223,243348,280272,0.9136380820882029,0.928465918821716,248670,0.842394431020596,0.8872452474738824 +12001,FL,Alachua,37664.1714842574,-23.237009694993926,0.15227937495656677,7129.54721718952,0.028825351817727787,37,0.144317029,220.666666666667,0.83745736810679,193,0.752788829,5539,769734,733.9,69634,75370,120318,127827,0.5787496467693944,0.589625040093251,28786,0.17344869429345566,0.22519499010381216 +12003,FL,Baker,8982.41285188653,-1.872694882002697,0.33127098845238867,2080.43160431967,0.07672622549583884,4,0.147639612,35.1666666666667,1.2587846464068,16,0.590558447,684,81546,865.8,2310,2112,11366,12634,0.203237726552877,0.16716795947443408,8182,-0.586310047510118,-0.6476175399715054 +12005,FL,Bay,56308.4800897985,-8.297337939446335,0.3334783129000456,13035.6150137584,0.07720142499797693,26,0.14526357,209.166666666667,1.13693601632115,136,0.75984021,5585,535197,859.1,22037,21689,79834,87151,0.27603527319187315,0.24886690915766888,40321,-0.43623017761855853,-0.4626567681380592 +12007,FL,Bradford,1579.6829187902,-2.925405723671935,0.055388601640610095,316.258975881428,0.011089024399769564,4,0.149801513,35.5833333333333,1.32152318700636,16,0.599206052,885,80504,844.8,3324,2924,11631,12098,0.2857879803972143,0.24169284179203174,5989,-0.4206001203679821,-0.49504050256240695 +12009,FL,Brevard,218701.811068225,1.362910619148749,0.4024870643315587,44071.2271636009,0.08110631894599854,81,0.145451934,494.916666666667,0.854586477417276,343,0.615926089,20209,1676138,744.7,122972,119525,285504,314337,0.4307190091907644,0.3802447691490343,62095,-0.12713657251737281,-0.1975427646125018 +12011,FL,Broward,158491.739814012,-19.32904250867654,0.09066690835129337,38153.390617464,0.021826058408243164,374,0.200081852,1101.16666666667,0.576638151574056,1286,0.687981982,43255,5609687,610.9,507430,546956,755166,822837,0.6719449763363287,0.6647197440076225,288435,0.34919209816119895,0.35053722669252846 +12013,FL,Calhoun,2635.87715596127,-29.82513049302199,0.18023091664692445,504.82586122305503,0.03451800760499522,4,0.275254611,10,0.693337031130833,7,0.481695568,489,43605,873.2,1664,1236,6152,6067,0.270481144343303,0.20372507005109608,3411,-0.4392067620286086,-0.5622218559419813 +12015,FL,Charlotte,66893.4712938867,-2.0442321533604897,0.4181416900691764,9835.46740438575,0.06148012479457019,19,0.112777046,115,0.644384052895526,74,0.439236915,7409,506444,632.8,35896,33421,84664,96323,0.4239818576963054,0.34696801386999987,26775,-0.1428233960124728,-0.27797099342836085 +12017,FL,Citrus,43886.2410196738,5.132553990446191,0.31072984946949644,7232.50175654995,0.05120862780417139,18,0.129146129,134.333333333333,0.935332112527648,47,0.337214892,7477,419260,839.7,28453,22765,73923,79590,0.38490050457908903,0.28602839552707626,31612,-0.2192010605630183,-0.3971855760773967 +12019,FL,Clay,46476.3393732326,5.406179047560855,0.2435037297211778,11957.3025959966,0.06264795848372724,21,0.105106157,131.416666666667,0.63086762900983,119,0.595601558,4882,600402,784.9,25745,27768,96549,106363,0.266652166257548,0.26106822861333356,47130,-0.4583268599364054,-0.44310521515940693 +12021,FL,Collier,90596.7463395816,0.6396552679294119,0.2817763944376138,16490.3655525483,0.05128877069093152,62,0.177764015,217.5,0.595668463257526,185,0.530424885,9243,1045197,450.8,51678,60941,149080,170505,0.346646096055809,0.35741473857071643,44356,-0.3007110276361685,-0.2601448637869857 +12023,FL,Columbia,11077.7170997406,-0.8922909422053674,0.1640389909780782,2795.91356216601,0.0414019274431892,8,0.117894985,85.5833333333333,1.23498655584256,40,0.589474925,2317,203813,908.4,8462,7599,27163,28696,0.31152670912638514,0.26481042654028436,12760,-0.3669329602768472,-0.4446612768330081 +12027,FL,DeSoto,3454.77524144708,-11.71370535469246,0.09909859564703918,797.597668275497,0.022878712302091014,5,0.14280818,27.9166666666667,0.779795158286779,11,0.314177996,919,105307,642.9,4174,3761,9863,10761,0.42319780999695833,0.3495028343090791,2983,-0.14326269897597077,-0.2772047207508596 +12029,FL,Dixie,1484.28604110338,48.5089667342556,0.09038399958003776,205.841059718836,0.01253446959681135,3,0.188596216,18.1666666666667,1.11451942740286,8,0.502923241,674,48046,990,1798,1270,6941,7202,0.2590404840801037,0.17633990558178284,4552,-0.46880852903039905,-0.6320466537073035 +12031,FL,Duval,213634.250039002,-0.7520143236902779,0.24718662032159425,52309.7550719896,0.06052527421859966,164,0.182689501,952,1.02779472175589,739,0.823216717,23131,2699949,837,196657,203627,411702,428734,0.4776683134888827,0.4749495024887226,6434,-0.036181509927083244,-0.015006974021188002 +12033,FL,Escambia,108622.126562935,-8.54810299540279,0.3649704036467261,23156.3847359686,0.07780546516172893,44,0.141634397,314.416666666667,0.997555948267748,188,0.605165149,9639,927790,875.4,58154,57114,148430,151609,0.391794111702486,0.3767190602141034,31256,-0.2055985986660379,-0.2061619033170854 +12035,FL,Flagler,33041.2454685726,-1.5596777490559437,0.345273004812872,6912.41284347111,0.07223303840778204,17,0.166002656,59.9166666666667,0.553196073000339,37,0.361299898,3626,307988,671.4,23204,21985,50589,57413,0.4586767874439107,0.3829272116071273,11819,-0.07436399217221135,-0.20585930015850074 +12037,FL,Franklin,287.434968963443,-23.10380260639741,0.024888299330110226,47.0127393871653,0.004070719489753684,6,0.507829031,17.0833333333333,1.43545360333866,5,0.423190859,406,35016,893.4,1845,1738,5474,6003,0.3370478626233102,0.28952190571380976,2381,-0.31512605042016806,-0.3966350158254206 +12039,FL,Gadsden,3970.91393054233,-17.50669043297501,0.08560033478933217,1192.82372302363,0.02571350369750652,10,0.21607139,57.5,1.24983697778551,19,0.410535641,1408,138236,880.6,15768,14994,22495,22079,0.700955767948433,0.6791068436070474,8273,0.406312513891976,0.3746999411205218 +12041,FL,Gilchrist,75.0408901572227,-24.222070683681153,0.004430066128887343,12.790300257504,7.550800081175985e-4,3,0.176501736,15.75,0.915059260980711,6,0.353003471,575,51097,812.5,1885,1457,7908,8418,0.2383662114314618,0.17308149204086481,5283,-0.5098634294385433,-0.6275837491090521 +12043,FL,Glades,7331.50731599358,149.71351312236104,0.569039686121824,1327.5668639813,0.10303996150118752,0,0,10.1666666666667,0.727749940348365,2,0.146681335,334,40247,546.7,1603,1271,3989,4355,0.40185510152920534,0.2918484500574053,1725,-0.18576084231637002,-0.3960964408725603 +12045,FL,Gulf,2972.32060601745,16.98676915828369,0.18737443144534136,520.561594007851,0.03281608737362737,4,0.250878073,18.4166666666667,1.15176151761518,7,0.439036628,521,47593,863.4,2013,1715,7107,7279,0.2832418742085268,0.23560928698997116,3605,-0.41958632334318274,-0.49526033795851077 +12047,FL,Hamilton,3266.36649529099,-0.0744399784549935,0.22071535207047707,725.993019014642,0.04905689702105831,2,0.142369021,21.1666666666667,1.47389921778892,7,0.498291572,436,42670,894.7,2226,1899,5404,5451,0.4119170984455959,0.3483764446890479,1540,-0.16857883049592892,-0.2825169693634196 +12049,FL,Hardee,9787.8434274916,12.221551273083483,0.35295674254414194,2534.77866332998,0.09140595951570374,10,0.364046744,27.25,0.995979532163743,9,0.327642069,608,82305,662.5,2461,2147,7222,7577,0.34076433121019106,0.2833575293651841,3091,-0.3091941290501246,-0.4079450970040913 +12051,FL,Hendry,9640.86593501773,1.3480928137200996,0.24631747406790316,2577.71295006133,0.06585878768679944,12,0.311647838,42.4166666666667,1.07957919742089,22,0.57135437,845,115325,736.1,4751,4610,10185,11106,0.4664702994599902,0.4150909418332433,1582,-0.05930289641629849,-0.14244552494147306 +12053,FL,Hernando,62289.2318860947,10.538072288411858,0.3605159909600453,12342.6235841753,0.07143631471700854,23,0.130789571,122.583333333333,0.670458792536075,82,0.466293253,7523,528159,780.2,37791,31818,83593,93878,0.45208330841099137,0.33892924859924584,27211,-0.08511478233823405,-0.28985491808517433 +12055,FL,Highlands,32757.0448808248,-11.347834991904943,0.33159602454623927,6091.43082832785,0.061662895838761056,14,0.142513946,85.5,0.847230892713814,40,0.407182703,4351,295357,677.2,16147,14901,42440,45589,0.38046654099905747,0.32685516242953344,14608,-0.23008953817153627,-0.3204281734628967 +12057,FL,Hillsborough,300321.068371228,-2.9919134878245925,0.24431721129493517,73943.0116444091,0.06015412271169752,265,0.201322193,1074,0.780388275865075,837,0.635874247,30062,3961414,728.3,286158,306422,541503,595072,0.5284513659204104,0.5149326468057647,40494,0.06695069094723394,0.0680489083673908 +12059,FL,Holmes,3133.30129958745,-15.632693926041513,0.1572389872829553,756.562583564236,0.03796670766117509,3,0.152671756,21.1666666666667,1.08619421494672,4,0.203562341,767,58622,988.5,1264,852,8274,8506,0.15276770606719844,0.10016458970138725,6624,-0.6834662799129804,-0.7787444157065602 +12061,FL,Indian River,51308.9907339362,-19.274590345632976,0.3717288574342612,8389.99208159223,0.060784710939753024,28,0.193430279,119.75,0.790100486266437,78,0.538841491,5853,434712,639.4,27483,28997,71445,79897,0.3846735250892295,0.362929772081555,19567,-0.2233606270557772,-0.24490281237092754 +12063,FL,Jackson,2725.36861228835,-19.59615712194874,0.054785683518038635,548.230480259961,0.01102059422385641,8,0.163931067,52.75,1.09374028074395,27,0.553267351,1785,146401,908.7,7342,6383,20940,20997,0.3506208213944604,0.30399580892508454,7848,-0.2901146131805158,-0.3737676810972996 +12065,FL,Jefferson,2399.81693490243,0,0.16257820844810175,463.244767378106,0.031383020620425854,3,0.213523132,18.4166666666667,1.32436837815811,6,0.427046263,457,42298,759.7,3945,3537,7808,7641,0.5052510245901639,0.4628975265017668,393,0.01754610655737704,-0.05143305850019625 +12067,FL,Lafayette,564.097314101133,-19.11604624614385,0.06359608952662153,119.917621665647,0.01351946129263213,1,0.113186191,7.41666666666667,0.860701713666783,2,0.226372383,201,26376,708.8,687,515,3399,3375,0.20211827007943514,0.15259259259259259,2280,-0.5828184760223595,-0.6755555555555556 +12069,FL,Lake,81690.3111655509,-9.320217646213337,0.2750034040018276,16673.8473130867,0.056131072381558435,41,0.129874244,262.333333333333,0.782159993957392,141,0.446640692,11332,949621,691.6,61790,62597,150796,169898,0.40975887954587653,0.36843871028499453,39291,-0.1714037507626197,-0.23126228678383498 +12071,FL,Lee,158942.748829071,-8.235839681156373,0.2568755092154087,32313.6674501713,0.05222377140215869,116,0.170710494,511.833333333333,0.708580678982265,355,0.522432978,19714,2042144,570.5,110080,124725,266034,325797,0.41378169707631357,0.3828304128030645,66416,-0.1655126788305254,-0.20385700298038345 +12073,FL,Leon,79833.7467744261,-6.599243083337337,0.289791339607408,18239.8959912279,0.06620964325441091,41,0.144372297,233.916666666667,0.812712949901907,254,0.894403989,5298,852545,693.2,90863,91936,148335,151925,0.6125526679475511,0.6051406944215896,38159,0.2363366703744902,0.25116998519006084 +12075,FL,Levy,3258.27380144121,-17.60500771728794,0.07985769469966937,584.229984172919,0.014319011401017595,9,0.227198142,60.0833333333333,1.50354929389488,17,0.429152046,1583,118922,905.3,6118,5091,18396,19367,0.332572298325723,0.2628698301234058,8667,-0.32257012393998696,-0.4475138121546961 +12077,FL,Liberty,2163.17201562125,-0.35708224835534597,0.2585979695901076,614.238133321399,0.07342954373238482,3,0.358851675,10.75,1.3106559375762,0,0,189,25002,803.9,942,651,3284,3295,0.2868453105968331,0.1975720789074355,1891,-0.41382460414129113,-0.5738998482549318 +12079,FL,Madison,4052.89165224604,-5.289665438383814,0.21082457616760508,940.273083577194,0.04891141716485612,3,0.162004536,26.1666666666667,1.43583552824115,9,0.486013608,708,55640,987.1,4174,3526,8712,8503,0.47910927456382,0.4146771727625544,1323,-0.03443526170798894,-0.15559214394919435 +12081,FL,Manatee,70204.8954880245,-5.628283739809426,0.2174650531018344,11756.4244815571,0.03641642732173322,50,0.142148027,268.916666666667,0.715417003646476,180,0.511732898,11067,1057369,613,66476,71066,153451,178521,0.43320669138682705,0.3980820183619854,30615,-0.12473036995523007,-0.1714924294620801 +12083,FL,Marion,90423.929893391,8.736442372809716,0.2729383512529234,18009.2181991208,0.05435957415716606,55,0.162162003,336.666666666667,0.964605657746452,162,0.47764080799999997,14181,1017691,793.9,66823,61958,161368,174485,0.41410316791433244,0.35509069547525574,45752,-0.16244236775568888,-0.26221165143135516 +12085,FL,Martin,44382.1532456622,-6.002185846798456,0.30332668055647427,7068.2094679204,0.04830717661477331,33,0.215135079,114.833333333333,0.723582922182805,103,0.671482216,5662,461371,576.8,30097,30158,78860,85741,0.38165102713669796,0.35173370966048917,23024,-0.22930509764138984,-0.2685296415950362 +12086,FL,Miami-Dade,133181.239697939,-18.141564012180336,0.05334857094133794,32498.8624031659,0.013018108784392904,663,0.248979111,1513.33333333333,0.557819393070384,1640,0.61587593,57028,8003948,581.5,540776,623006,877245,978670,0.6164480846285815,0.6365843440587736,289340,0.2373042878557301,0.2956461319954632 +12087,FL,Monroe,20457.4140964427,-16.97439338536284,0.2798934751189314,2979.49192509097,0.04076470002860816,24,0.311138768,72.75,0.91998937744224,70,0.907488073,2157,230605,656,19392,18949,39045,42434,0.49665770265078757,0.4465522929726163,2936,0.00404661288257141,-0.06918980063156904 +12089,FL,Nassau,17763.1419662347,-2.1116339046698083,0.24228853924536517,3423.26250683514,0.04669316238147066,9,0.117464337,70.1666666666667,0.87031662160039,49,0.639528054,2346,230640,770.7,10249,10849,40523,46537,0.2529180958961577,0.2331263295872102,23372,-0.48557609258939366,-0.5022240367879323 +12091,FL,Okaloosa,62772.6877267774,-1.1120025488927785,0.34715182735937783,14701.1225982965,0.081301625898931,24,0.122129946,160.416666666667,0.797418435485742,149,0.758223416,5121,587772,779.4,23390,23711,94739,100657,0.24688882086574696,0.2355623553255114,48077,-0.49349264822301275,-0.47763195803570546 +12093,FL,Okeechobee,19130.1645223347,9.478618850620306,0.47830194325269276,4606.70603254912,0.11517916873060105,12,0.306521239,43.4166666666667,1.07696251095566,17,0.434238422,1260,117589,842.1,4856,3953,12321,13632,0.39412385358331303,0.2899794600938967,5389,-0.20038957876795715,-0.3953198356807512 +12095,FL,Orange,213587.079861888,-4.820596503860551,0.18638331651641774,52054.5484773595,0.04542456121994169,225,0.179568891,957.416666666666,0.728424151448314,948,0.756583594,22096,3772228,660.1,274227,329579,467385,545800,0.5867261465387208,0.6038457310370099,134488,0.18222664398729105,0.2464052766581165 +12097,FL,Osceola,57551.9402549002,8.444547695988474,0.21419856060033196,15624.6739627876,0.05815238648524331,51,0.164404228,246.583333333333,0.733846207262573,185,0.596368278,6000,936082,674.2,67201,85287,108647,139981,0.618526052260992,0.6092755445381873,35035,0.24501366811784953,0.25028396710982204 +12099,FL,Palm Beach,226700.784961512,-16.149291260443235,0.17172558616133815,48762.8062102014,0.036937770112883545,269,0.192457663,787.25,0.545258725178521,910,0.651064956,42209,4197133,563.3,349418,371411,600341,657235,0.5820325448370176,0.5651114137256841,100649,0.17017161912979456,0.1531400488409777 +12101,FL,Pasco,109782.032513673,6.133569385448773,0.23624433235780087,23233.1503267946,0.0499963424054698,65,0.133929215,356.75,0.696276894731911,190,0.391485399,17200,1459300,758.5,98148,89998,213358,240814,0.46001556070079397,0.37372411902962455,51945,-0.06649387414580188,-0.2157058974976538 +12103,FL,Pinellas,131275.317642518,-18.379676094822035,0.14322891656085374,23605.6103112233,0.025755077575521142,194,0.206801422,811.666666666667,0.84484367789771,613,0.653449853,34617,2817654,705.5,238966,233327,457484,491520,0.5223483225642864,0.47470499674479166,5419,0.056338582332934095,-0.011024983723958326 +12105,FL,Polk,197904.428105007,4.047739350350288,0.3286930270223254,45929.7378131994,0.0762832074891826,93,0.146540232,544.333333333333,0.817134504943088,290,0.456953413,19169,1908251,742.5,114610,117182,248658,283828,0.4609141873577363,0.4128627196752963,40034,-0.06819004415703495,-0.14105021350959035 +12107,FL,Putnam,17893.988357123,-2.5977410137532613,0.2406270286310984,4336.64905283166,0.058316511387656124,13,0.180197663,96.5833333333333,1.33629416457979,28,0.388118043,2890,216505,927.3,11666,9920,31323,32652,0.3724419755451266,0.3038098738208992,11953,-0.24454873415700917,-0.3660725223569766 +12109,FL,St. Johns,48249.2090250575,0.5620695575343906,0.25389109090795836,10054.8420127634,0.05290936077733202,28,0.128488108,123,0.523210556092,133,0.610318513,5339,654215,618.5,35155,43037,114733,136392,0.30640704941037017,0.3155390345474808,45596,-0.3777030148257258,-0.33430113203120415 +12111,FL,St. Lucie,102411.279571579,3.767110689808985,0.3686657123629049,22249.9076723757,0.08009643172471086,36,0.123699438,208.333333333333,0.6797017142621,138,0.474181178,9019,875743,655.1,65869,66812,123026,140731,0.5354071497081918,0.47474969978185333,3436,0.07857688618665976,-0.02441537401141186 +12113,FL,Santa Rosa,62096.0970326835,-0.02630548783522915,0.4102218179893475,15589.1742830727,0.10298585130058861,15,0.091786908,111.75,0.655436752552831,83,0.507887555,3923,491010,764.7,17757,18398,76816,87432,0.23116277858779422,0.21042638850764023,46728,-0.5260883149343887,-0.534449629426297 +12115,FL,Sarasota,100808.424975912,-4.100374267742908,0.2656712513332841,15026.0048612383,0.03959964174600551,88,0.221683688,250,0.605959245604978,184,0.463520438,15960,1192678,579.4,95089,97676,207434,228509,0.4584060472246594,0.42744924707560755,26422,-0.07424048130971783,-0.11562783085130118 +12117,FL,Seminole,116001.431555215,-15.447795270558718,0.2744180081170307,28734.2185817021,0.06797491136337251,63,0.142367734,303.833333333333,0.667063318689409,307,0.693760226,9550,1328331,636.5,96435,105611,208605,224377,0.4622851801251168,0.4706854980679838,3654,-0.06473478583926567,-0.016285091609211266 +12119,FL,Sumter,11721.7415244325,18.454908928262657,0.12547357658352065,1119.9287510944,0.011988104807261828,13,0.113686052,67.9166666666667,0.547732722560943,27,0.236117184,4655,341144,583.3,19519,22631,60471,76649,0.32278282151775234,0.2952549935419901,30091,-0.34934100643283555,-0.39258176884238544 +12121,FL,Suwannee,7073.28400393237,-1.4808879085970055,0.17023137840081756,1559.40654853091,0.037529940278956224,6,0.136295489,55.4166666666667,1.26539404180177,22,0.499750125,1661,131162,913.9,4749,3955,17627,18675,0.26941623645543766,0.21178045515394914,10326,-0.4494809099676632,-0.5529317269076305 +12123,FL,Taylor,6513.76479115371,21.99129033625479,0.2886027820626367,1228.92823541398,0.054449633824279135,3,0.132849172,31.5833333333333,1.42427658774897,10,0.442830573,733,67994,844.4,2761,2149,9117,9279,0.30284084676977074,0.23159823256816467,4774,-0.3825819896895909,-0.5144950964543593 +12125,FL,Union,3599.33514310344,-5.488615225669564,0.23169199505010876,384.865055048438,0.024774062120916512,0,0,12,0.792497688548408,3,0.197498354,701,45483,1558,1339,1014,5393,5693,0.2482848136473206,0.17811347268575445,3553,-0.4897088818839236,-0.6240997716493939 +12127,FL,Volusia,171050.984610032,13.944109259381152,0.3458419035652183,32026.7424265746,0.06475373170783776,64,0.126100672,467.583333333333,0.883292655589222,269,0.530016886,19993,1526983,792.5,114716,108793,234483,260304,0.4892294963814008,0.4179459401315385,33970,-0.01175778201404798,-0.1305012600651546 +12129,FL,Wakulla,387.695085350992,6.141606237563314,0.012597318863757211,58.9619367026481,0.001915841457715366,4,0.127258844,30.0833333333333,0.943258186226863,10,0.318147111,772,93899,855.6,5173,4348,14656,15344,0.3529612445414847,0.28336809176225236,6159,-0.2807723799126638,-0.40139468196037537 +12131,FL,Walton,6982.22126667468,-32.81555065606835,0.12685030370209982,1390.08177451692,0.025254469678558943,9,0.146270112,50.75,0.770234788811486,45,0.731350561,1739,184492,737.8,6665,6861,28480,33559,0.23402387640449437,0.20444590124854733,18834,-0.5202949438202247,-0.5612205369647486 +12133,FL,Washington,10289.8141848071,-10.74558735640328,0.4133119450838328,1740.1378922825,0.06989628423371225,3,0.122694368,23.3333333333333,0.949706269418101,17,0.695268087,838,73727,950.1,2820,2261,10998,11144,0.2564102564102564,0.2028894472361809,6369,-0.47435897435897434,-0.5715183058147881 +13001,GA,Appling,3671.27985691817,0.43206812239093545,0.2013204571681383,842.443686982591,0.046196736509244954,1,0.0539374,24.6666666666667,1.33854279719268,13,0.701186624,631,55280,997,1756,1434,7079,7003,0.2480576352592174,0.2047693845494788,4058,-0.49088854357960165,-0.579465943167214 +13003,GA,Atkinson,1919.59901559692,-0.28430731312197743,0.22920585260858747,553.633314076514,0.06610547033749421,3,0.364830354,10.8333333333333,1.30948063983239,4,0.486440472,223,24873,1034.3,930,696,2902,2604,0.32046864231564437,0.2672811059907834,1177,-0.3473466574776017,-0.45199692780337936 +13005,GA,Bacon,1369.72936612636,73.73127387205777,0.12344352614693223,395.925229613777,0.03568179791039807,2,0.177289247,16.3333333333333,1.43627623402509,7,0.620512366,384,33745,1079.7,791,607,3929,4010,0.2013234919826928,0.1513715710723192,2749,-0.5856452023415627,-0.6855361596009975 +13007,GA,Baker,2616.91711574939,-1.3122307903711943,0.758306901115442,583.725218876183,0.16914668759089627,1,0.307219662,2.66666666666667,0.846560846560847,0,0,82,9778,585,790,650,1584,1440,0.49873737373737376,0.4513888888888889,125,0.0037878787878787845,-0.08680555555555552 +13009,GA,Baldwin,7587.25075026634,-7.812281010846648,0.1659503663662804,1715.01894904668,0.03751135059157218,7,0.152475549,64.0833333333333,1.41953157304034,40,0.871288854,1222,137419,867.7,8469,7965,16214,16075,0.5223263846058961,0.4954898911353033,274,0.054520784507215925,0.017045101088646986 +13011,GA,Banks,674.318232605408,-63.0776419656914,0.03665769136207708,187.671143790103,0.010202291045941995,0,0,17,0.924063706039028,14,0.765236403,478,55107,851.3,779,684,6191,6946,0.12582781456953643,0.09847394183702851,5446,-0.7388144080116298,-0.7840483731644111 +13013,GA,Barrow,8995.27694118216,-11.820480813164778,0.12967660330102426,2509.56331633267,0.03617805752494226,13,0.177498635,60.3333333333333,0.782269705849303,40,0.546149645,1671,219995,878,6019,6580,25171,28828,0.23912438917802234,0.22825031219647565,14525,-0.5045488856223431,-0.503850423199667 +13015,GA,Bartow,32530.3012225236,-2.7791479551140306,0.32479308707852267,8750.7819269878,0.08737064735353295,14,0.137611072,108.5,1.04520889728053,58,0.570103012,2504,305864,862.5,8383,8204,35738,39263,0.2345682466842017,0.2089499019433054,21675,-0.5166489451004532,-0.5520464559508952 +13017,GA,Ben Hill,4050.36323786718,2.8307959710984285,0.2296905544894624,1088.59005720253,0.061732451922566066,3,0.171781951,27.3333333333333,1.58518432600669,14,0.801649107,658,52265,1093.4,2508,2098,5947,5923,0.4217252396166134,0.3542123923687321,1636,-0.14915083235244658,-0.27621137936856316 +13019,GA,Berrien,3723.02958257279,39.80445736672012,0.19304311845757488,934.514200721075,0.048455574028884944,6,0.320855615,25,1.31627441689043,9,0.481283422,604,56673,915.6,1268,1041,6187,6563,0.20494585421044126,0.1586164863629438,4367,-0.5768546953289155,-0.6653969221392656 +13021,GA,Bibb,38423.1967510543,8.337279721533987,0.24701985092000683,10304.4014948656,0.06624622458077366,35,0.227413015,225.833333333333,1.47835384481103,173,1.124070043,5193,462192,1016.6,38538,34383,64625,58327,0.5963326885880077,0.5894868585732165,11794,0.20010831721470013,0.20220481080803054 +13023,GA,Bleckley,907.601337564891,-4.977833699839416,0.06947878263529748,227.208838571918,0.017393312299771722,3,0.234466589,15.0833333333333,1.16294011822154,5,0.390777648,443,37776,919.8,1266,1094,4903,4934,0.25820925963695696,0.2217267936765302,2623,-0.47317968590658777,-0.531617349006891 +13025,GA,Brantley,798.914983320469,-71.80962389899119,0.04339335089459937,202.444831107823,0.010995862859585193,4,0.217190639,23.4166666666667,1.2757650049941,6,0.325785959,546,55147,914.6,939,619,6001,6285,0.15647392101316449,0.0984884645982498,4942,-0.6705549075154141,-0.7863166268894193 +13027,GA,Brooks,1355.03645364123,0,0.0834227946586979,355.337822475575,0.021876366587180632,3,0.194577766,22.4166666666667,1.42899640891609,7,0.454014788,568,46706,972.8,3101,2504,6671,6268,0.4648478488982162,0.39948947032546267,1175,-0.06310897916354363,-0.1874601148691768 +13029,GA,Bryan,7790.85835136745,84.43027353357907,0.25769385609656503,2428.1154414965,0.08031341386883538,7,0.206453135,36,0.993651669886834,27,0.796319236,752,102216,904.9,3695,4010,13403,15063,0.2756845482354697,0.26621522936997943,6503,-0.43587256584346784,-0.43172010887605394 +13031,GA,Bulloch,4473.95337355557,-58.57631695285943,0.06371609971311178,1027.57274677036,0.014634244510166485,11,0.152593394,89.5833333333333,1.19888832383145,56,0.776839097,1458,216226,862.8,9572,8812,24032,24151,0.3983022636484687,0.36487101983354725,5664,-0.19087050599201066,-0.23452445033331953 +13033,GA,Burke,1759.32536859792,-21.283584286516614,0.07545571146843026,471.332035214665,0.020214961194658817,4,0.176141618,29.4166666666667,1.29657381288199,8,0.352283236,720,68377,999.5,5403,4730,9773,9350,0.5528496879156861,0.5058823529411764,239,0.11306661209454621,0.025561497326203164 +13035,GA,Butts,1120.39854060672,16.44271321760032,0.047364131921653764,343.485535760061,0.014520631399706658,3,0.128380692,28.4166666666667,1.19312535863739,12,0.513522766,797,70201,1052.2,2966,2566,9372,9477,0.31647460520699955,0.2707607892793078,4151,-0.35638070849338455,-0.43800780837817876 +13037,GA,Calhoun,920.795436493451,-1.091182959878658,0.1375553385858158,197.910091395979,0.029565295995814013,1,0.154726907,7.58333333333333,1.19913556820578,1,0.154726907,208,19422,986.7,1297,1178,2187,2023,0.5930498399634202,0.5823035096391498,349,0.18930041152263372,0.17251606524962926 +13039,GA,Camden,22128.5554332657,20.91736095601823,0.43807644434632076,6000.71262483351,0.11879541157392176,5,0.096103946,49.6666666666667,0.936965489485864,35,0.672727622,990,155544,788.9,6358,5914,17938,18825,0.3544430817259449,0.3141567065073041,6373,-0.27650797190322224,-0.3385391766268261 +13043,GA,Candler,387.784923543164,-44.00019608816849,0.03525958570132424,116.132622877474,0.010559431067237135,4,0.367376929,21,1.92483959670027,12,1.102130786,403,32707,1067.7,1155,1023,3526,3757,0.32756664775950084,0.2722917221187117,1638,-0.33720930232558144,-0.43598615916955014 +13045,GA,Carroll,24209.0440597118,-12.024726421055497,0.2190328522416405,6075.02947294183,0.05496421211958915,24,0.210354711,127.75,1.0988207567456,81,0.709947148,3161,340875,1001,12635,12422,41445,43744,0.30486186512245145,0.28397037307973666,17561,-0.37674025817348294,-0.4014493416239941 +13047,GA,Catoosa,22293.5579319821,-11.704724859072407,0.34865280929564446,5426.77982755486,0.08487034855892622,8,0.121912193,66.1666666666667,0.996515959316044,46,0.700995108,1765,196991,781.4,5357,4769,23639,26510,0.22661703117729176,0.17989437947944173,16091,-0.5284064469732221,-0.6069784986797434 +13049,GA,Charlton,2206.8829869376,-38.99452365422468,0.18132306194541123,560.686339888213,0.046067401190388046,2,0.155074824,16.5,1.32031687605025,6,0.465224471,342,38907,847.1,1197,1004,3763,4008,0.31809726282221634,0.250499001996008,1946,-0.3534414031357959,-0.4855289421157684 +13051,GA,Chatham,58615.0119360267,11.84218321571338,0.22108193753970423,13106.6050152873,0.04943500880815041,56,0.197615208,295.833333333333,1.02335438848954,289,1.019835626,7101,848050,796.6,60077,58998,108267,106013,0.5548966905890068,0.5565166536179526,15349,0.12001810339253882,0.14478413024817716 +13053,GA,Chattahoochee,10904.0156107988,26.03874638011044,0.9677834038163486,2980.47933837702,0.26453175986305316,1,0.084480865,5,0.457791613257645,2,0.16896173,115,35662,929.8,726,593,1483,1384,0.48954821308159135,0.42846820809248554,153,-0.004045853000674338,-0.11054913294797686 +13055,GA,Chattooga,1319.89429583407,-30.03880644103894,0.05073589451601269,294.455759074061,0.011318691488528196,7,0.280684871,34.25,1.37971318079278,10,0.400978387,975,74887,1068.3,2220,1612,7791,8246,0.2849441663457836,0.19548872180451127,4845,-0.4125272750609677,-0.587557603686636 +13057,GA,Cherokee,63651.9585581528,-0.0915074614990322,0.29695892882607,17331.9880933369,0.0808598625275811,38,0.164512847,118.333333333333,0.489609925703418,148,0.640734247,3995,691223,689.2,19813,25203,98041,110825,0.20208892198161993,0.2274125874125874,55408,-0.5779214818290308,-0.4999593954432664 +13059,GA,Clarke,40504.5533203394,-5.10623100266458,0.3470410860765581,8149.19928009531,0.06982195178038034,25,0.206717492,110.833333333333,0.888749896423884,120,0.99224396,2209,365847,782.5,25386,29514,40138,44221,0.6324679854501968,0.6674204563442708,16823,0.2885544870197817,0.38043011239004093 +13061,GA,Clay,2355.45401748128,4584.874528619641,0.7400106872388563,557.127049525062,0.17503206079957961,2,0.644745326,5.83333333333333,1.93156732891832,0,0,105,9270,728.3,862,697,1402,1271,0.6148359486447932,0.5483870967741935,131,0.23181169757489306,0.10306845003933907 +13063,GA,Clayton,99211.8210369566,-3.492319539508463,0.38243115917169,28481.2430515562,0.10978646174431125,54,0.201837469,281.083333333333,1.00580162359581,189,0.70643114,4602,807148,830.2,81439,75908,96020,89236,0.8481462195375963,0.8506432381550048,64168,0.7006977712976463,0.7190819848491641 +13065,GA,Clinch,684.673266774504,37.086273234403386,0.10071686772205118,152.808365155282,0.022478429708043833,1,0.146391451,11.8333333333333,1.73280616976619,5,0.731957254,221,20496,1052.8,852,685,2472,2443,0.3446601941747573,0.280392959476054,1039,-0.3017799352750809,-0.42529676627097834 +13067,GA,Cobb,268612.01393590303,-3.458128263940716,0.3903801806421699,71804.226056283,0.10435477672049245,107,0.146378634,454.416666666667,0.607387110427944,603,0.824918842,12369,2190287,687.2,132526,159416,308989,326424,0.4289019997475638,0.48837095311619244,6814,-0.12601743104123453,0.020874690586476508 +13069,GA,Coffee,6630.00818561789,-2.032713283577702,0.15653055495367577,1830.51336475059,0.043217333193658274,8,0.186867861,64.75,1.50539384357854,29,0.677395996,1161,128979,953.6,5048,4090,14434,13896,0.34972980462796177,0.2943293033966609,5485,-0.29056394623804904,-0.39471790443293037 +13071,GA,Colquitt,7939.47024632146,-6.347241564636502,0.17450152196407445,2017.08808477347,0.044333554986449294,13,0.281983428,65.4166666666667,1.43118637145941,26,0.563966856,1414,138202,982.1,3971,3460,13319,13592,0.29814550641940085,0.25456150676868744,6432,-0.39560027029056233,-0.47321954090641555 +13073,GA,Columbia,21997.9766349998,6.754032923228706,0.177327244282684,6240.31486651713,0.05030361915082368,18,0.12925741600000001,80.5833333333333,0.546512942240307,72,0.517029665,2485,419673,673.8,16420,18863,58842,64190,0.2790523775534482,0.29386197226982397,24197,-0.43003296964753074,-0.3769590278859635 +13075,GA,Cook,2218.61335814221,3.7620257112252213,0.1288992190414949,669.464923370451,0.038895243049642744,4,0.232369002,25.75,1.49997087435195,13,0.755199256,588,51348,1056.8,2042,1752,6027,6038,0.3388086942093911,0.2901623053991388,2423,-0.3139206902273104,-0.4012918184829414 +13077,GA,Coweta,32150.4149686124,-0.42423891694183047,0.25252256154804464,9008.70619254214,0.07075807781005003,18,0.132771758,96.5,0.686705663008981,66,0.486829779,2900,406926,795.7,15156,16572,55512,61315,0.2730220492866407,0.2702764413275707,25941,-0.44093169044530917,-0.42307755035472566 +13079,GA,Crawford,82.7522260219412,787.6797412651077,0.0065520368980159305,15.4702063687682,0.0012248777805833886,1,0.080729797,10.4166666666667,0.845371422388141,1,0.080729797,317,37399,752,1699,1419,5123,5157,0.3316416162404841,0.27515997673065734,2213,-0.3253952762053484,-0.42912546053907313 +13081,GA,Crisp,1970.35604693502,-70.23408276998624,0.08406314462797133,570.917887805321,0.024357604326350143,14,0.610447371,40.5833333333333,1.78615964672916,18,0.784860905,713,69111,855.6,3160,2835,7386,7500,0.42783644733279175,0.378,1704,-0.13796371513674527,-0.22719999999999996 +13083,GA,Dade,909.009866401786,34.01160116196796,0.054650986977802324,202.946392891579,0.012201430463030061,4,0.244066142,27,1.66082303007935,8,0.488132284,583,49109,997.7,1404,965,5997,6238,0.23411705852926462,0.15469701827508817,4082,-0.5092546273136569,-0.6543764026931709 +13085,GA,Dawson,121.022838448174,NA,0.005419741981557277,22.9180345398418,0.0010263338351921988,3,0.130679096,24.9166666666667,1.05561204315653,17,0.740514876,615,68797,847.9,1241,1444,10234,11680,0.1212624584717608,0.12363013698630138,8436,-0.7428180574555404,-0.7222602739726027 +13087,GA,Decatur,3707.05354209836,-14.309240450424978,0.13314609374679837,948.126292972008,0.03405381412872667,6,0.220426157,45.6666666666667,1.70258245718689,21,0.77149155,889,81782,929.5,4580,4104,10465,10238,0.4376493072145246,0.4008595428794686,1905,-0.11810797897754416,-0.18607149833951947 +13089,GA,DeKalb,168085.214808465,-7.470059860240314,0.2429352729518365,43384.1638736398,0.06270357392492741,153,0.211864113,589,0.795600827208738,595,0.823915997,12914,2174917,691.6,237704,239131,305299,295871,0.7785940995548626,0.8082272341662413,191600,0.5679546935954589,0.6475795194527344 +13091,GA,Dodge,595.885361021617,35.306254316403574,0.02733920724085231,162.3394265764,0.00744812931622316,7,0.333714722,25.5,1.2400914263483,13,0.619755912,645,63123,910.9,2440,1836,7731,6995,0.315612469279524,0.2624731951393853,3185,-0.35881515974647515,-0.45532523230879196 +13093,GA,Dooly,249.845539402996,-94.99589514358469,0.016747924614760424,37.0652503253982,0.0024845991637885913,0,0,17.3333333333333,1.25941534064763,6,0.422892585,367,42563,758.1,2278,1860,4289,3836,0.5311261366285848,0.4848800834202294,81,0.06878060153882026,-0.02111574556830026 +13095,GA,Dougherty,36949.5682490665,-6.234103881034258,0.39073196477625444,9868.59788365833,0.10435782671874722,19,0.205612129,132,1.46638968194897,92,0.995595572,2791,277072,947,26209,23224,37822,33925,0.6929564803553487,0.6845689019896831,12997,0.3904605784992861,0.38310980103168757 +13097,GA,Douglas,42655.0980948235,1.2478232830623825,0.3221611148903235,12044.6422940911,0.09096955729168599,14,0.100881997,109.666666666667,0.771084111448607,85,0.612497838,2743,415559,831.8,28410,30971,55201,57365,0.5146645894096121,0.5398936633835962,6168,0.039564500643104294,0.10752200819314911 +13099,GA,Early,1113.63815932384,4.1006286511575905,0.10116625720601745,292.519582724688,0.026573363256239827,4,0.381279192,17.0833333333333,1.65231969565077,5,0.47659899,423,31542,1019.6,2762,2165,5349,4782,0.5163581977939802,0.45273943956503554,387,0.03851187137782763,-0.08092848180677542 +13101,GA,Echols,194.303752798141,0,0.04816652275610833,52.0372160777409,0.012899656935483615,0,0,4.66666666666667,1.17785630153121,0,0,82,12132,817.2,173,156,1102,1175,0.1569872958257713,0.1327659574468085,850,-0.6751361161524501,-0.7234042553191489 +13103,GA,Effingham,6971.91159583195,9.812076170232036,0.13343371475276458,1874.83035805739,0.0358819207283711,4,0.072172203,39.5,0.672775582504428,24,0.433033217,1207,167066,880.3,4941,4851,20779,23395,0.23778815149910967,0.20735199829023296,13014,-0.5125366957023918,-0.5562727078435563 +13105,GA,Elbert,4666.53397186186,58.27758290011494,0.23140602855607753,1144.56610520551,0.056757220331523854,6,0.308673732,28,1.46267565167424,11,0.565901842,779,58284,992.5,3179,2507,8139,7912,0.39058852438874553,0.3168604651162791,2762,-0.20616783388622678,-0.3490899898887765 +13107,GA,Emanuel,5925.42251460223,-10.832990255163645,0.26221004135774095,1449.55570154424,0.06414530938774406,3,0.131839156,37.3333333333333,1.64936308077461,12,0.527356625,835,68226,1090.9,2919,2433,8060,7838,0.3621588089330025,0.31041081908650164,2897,-0.26885856079404463,-0.36960959428425616 +13109,GA,Evans,868.18716731132,42.15085014687748,0.0789261061192109,243.85529332771,0.022168663029791823,3,0.275279868,23.5833333333333,2.21024679787566,5,0.45879978,377,32442,1068.7,1266,1130,3560,3602,0.3556179775280899,0.31371460299833426,1274,-0.2811797752808989,-0.3536923931149361 +13111,GA,Fannin,262.397710092461,823.0816897814442,0.011080048563992105,45.4524193313915,0.0019192812824673383,9,0.378899507,18.4166666666667,0.739625167336011,20,0.841998905,983,71735,884.4,2027,1920,10007,11764,0.20255820925352253,0.16320979258755525,7702,-0.582192465274308,-0.6547092825569534 +13113,GA,Fayette,35537.3025841888,-17.21055735083184,0.3334738013098689,9328.62083974307,0.08753761333004645,17,0.155018967,61.0833333333333,0.547209307186732,95,0.866282463,2539,328657,671.7,19703,23255,58473,60387,0.3369589383134096,0.3850994419328663,11779,-0.31370034032801464,-0.19505853908953913 +13115,GA,Floyd,19666.0533490897,-10.632402490397645,0.2041805013558323,4515.49160513742,0.04688156405553974,19,0.197786869,115.25,1.1935584092792,75,0.780737641,3147,288604,919.2,9595,9127,32685,34250,0.2935597368823619,0.26648175182481754,14918,-0.39899036255162923,-0.4355620437956204 +13117,GA,Forsyth,46512.3625556452,-9.624286047050276,0.2650110964876572,14425.9628644634,0.08219406683605814,36,0.176209729,109.75,0.496586111877797,130,0.636312909,3005,611211,631.1,14544,23427,81598,97314,0.17823966273683178,0.24073617362352795,46374,-0.6288021765239344,-0.47653986065725384 +13119,GA,Franklin,197.749835371971,-72.33710087669145,0.008954439203584992,49.2405785024166,0.0022296947338533144,5,0.224577794,34.4166666666667,1.54196535244922,15,0.673733381,884,66625,1032.2,1499,1243,7757,8474,0.19324481113832667,0.14668397451026668,5811,-0.5946886682996003,-0.6857446306348831 +13121,GA,Fulton,215972.953155202,8.282302232478319,0.23460505176100963,58074.2447393629,0.06308433993245885,204,0.204753698,674.583333333333,0.659200236611761,1147,1.151237706,19416,2991465,737.1,248479,281875,386845,407173,0.6423218601765565,0.6922733088883595,171503,0.29635125179335386,0.4212042547025466 +13123,GA,Gilmer,1758.34912126438,66.1535425498323,0.062150046700988976,391.014968166546,0.01382069023634052,7,0.242811058,26.4166666666667,0.88846287514434,21,0.728433175,862,86873,732,1955,1955,11008,12713,0.17759811046511628,0.15377959568945174,8510,-0.6327216569767442,-0.6693935341776135 +13125,GA,Glascock,2147.1099515887,-0.842455598215224,0.6966612432150227,550.178500132435,0.17851346532525472,1,0.327546675,3.33333333333333,1.10889332446219,0,0,113,9190,986.7,176,138,1333,1390,0.13203300825206302,0.09928057553956834,1097,-0.7194298574643662,-0.7892086330935252 +13127,GA,Glynn,21075.6584008721,-3.6067107219845322,0.26468312361379576,4619.96880992878,0.05802085763354658,20,0.243383024,103.666666666667,1.22679542101568,90,1.095223608,2454,247514,799,11922,11738,33054,34041,0.3606825195135233,0.344819482388884,9744,-0.2701942276275186,-0.28624305983960513 +13129,GA,Gordon,8191.95058314043,15.375945948007638,0.14844255034139872,2341.5067174541,0.04242936102370347,11,0.19626385,73.8333333333333,1.29750691222644,35,0.624475886,1509,168254,907,3436,3176,16857,18850,0.20383223586640564,0.16848806366047744,11995,-0.5776828617191672,-0.6363395225464191 +13131,GA,Grady,2708.21485281942,2.818467172241622,0.10828095049455917,656.570455942349,0.026251267679914796,5,0.197168658,28.4166666666667,1.14546382887241,16,0.630939706,772,75707,873.9,3419,3005,9391,9187,0.3640719838142903,0.3270926308914771,3042,-0.26653178575231606,-0.33112006095569824 +13133,GA,Greene,600.763917560979,-0.5331261339474493,0.037561830534011444,127.452929710806,0.007968796405577466,6,0.363856883,28.0833333333333,1.65166931325844,7,0.424499697,584,49446,800.7,3195,3194,8313,8831,0.38433778419343195,0.3616804438908391,2294,-0.2251894622879827,-0.25976673083456003 +13135,GA,Gwinnett,238353.748639251,-8.58327693173586,0.295973591448939,68657.4444904144,0.08525475492432757,145,0.165162737,548,0.60409972054876,673,0.766582908,11739,2631620,655.5,131879,165063,295560,323931,0.44620043307619434,0.5095622215842263,18600,-0.09366626065773448,0.0574196356631505 +13137,GA,Habersham,7764.31422893915,-14.530367303375987,0.18039344413324854,1799.46336436983,0.04180812166004112,6,0.137136588,56.4166666666667,1.27506817942112,30,0.68568294,1275,131049,802.8,2297,2483,14600,16128,0.15732876712328767,0.15395585317460317,10701,-0.6747260273972603,-0.6635044642857143 +13139,GA,Hall,48466.8521886444,-5.652283336604571,0.2697338226477839,13134.8546627194,0.07309974545713252,34,0.178233496,177.75,0.903949917868967,111,0.581879944,4230,571648,728.4,12489,16153,59241,70133,0.2108168329366486,0.2303195357392383,35528,-0.564288246315896,-0.5065803544693654 +13141,GA,Hancock,2161.80750509955,-6.1212904262303125,0.2292721927139198,264.526277814127,0.02805454213746177,2,0.235045246,13.5833333333333,1.57214506172839,7,0.822658362,280,25983,784,3301,2695,4076,3572,0.8098626104023553,0.7544792833146696,1854,0.622423945044161,0.519036954087346 +13143,GA,Haralson,1492.03171794254,35.77053301900236,0.05184265871933773,419.044637859634,0.014560272337026893,4,0.139659928,32.75,1.12767715722058,19,0.663384658,1013,85932,1044.8,1787,1474,10362,11317,0.17245705462265973,0.1302465317663692,8105,-0.641961011387763,-0.716179199434479 +13145,GA,Harris,198.054701785033,-5.293503470234344,0.006184571002530382,58.4576296621017,0.00182543185305089,5,0.152086629,23.75,0.7057530013075,8,0.243338606,764,98912,676.8,4141,4082,15479,16392,0.26752374184378835,0.2490239141044412,7849,-0.4555849861102138,-0.47883113714006836 +13147,GA,Hart,3072.14240657398,269.2070554290176,0.12184755509356206,737.478453885599,0.029249928762368583,4,0.157623044,23.3333333333333,0.913134791740044,12,0.472869133,847,76456,811,2869,2583,9501,10077,0.301968213872224,0.25632628758559095,4702,-0.3838543311230396,-0.4666071251364493 +13149,GA,Heard,757.33018183969,79.94856317330358,0.06399612826091684,199.667110982533,0.01687232643083767,1,0.086184607,6.25,0.544093322886742,4,0.34473843,367,34711,922,947,743,4162,4206,0.22753483901970206,0.17665240133143129,2627,-0.5305141758769822,-0.6245839277223015 +13151,GA,Henry,67872.6963615127,-3.9386598859002184,0.3328365569262399,19140.2837441632,0.09386080827062897,26,0.121569746,163.916666666667,0.739135793562041,152,0.710715438,4207,642164,838.6,43374,49902,90469,98037,0.47943494456664715,0.5090119036690229,4261,-0.03233151687318303,0.04346318226791929 +13153,GA,Houston,51794.9048753804,2.2117943027574527,0.3702280548633338,14027.9430601018,0.10027121558328662,14,0.093889787,157.75,1.03699662113304,125,0.83830166800000006,3205,447325,792.4,22643,22460,57912,59559,0.39098977759359027,0.3771050554911936,12891,-0.20700372979693332,-0.21644084017528836 +13155,GA,Irwin,710.056613856433,4.739266731401907,0.07444502137307958,132.685686794285,0.01391126932210998,1,0.109841828,9,0.955211207811505,4,0.439367311,316,27741,871.9,1134,890,3683,3659,0.307901167526473,0.24323585679147308,1821,-0.3760521314146076,-0.49767696091828373 +13157,GA,Jackson,2606.89004968246,346.04455111404985,0.04309977762556766,686.077711848018,0.011342939767678235,6,0.096977534,62.5,0.967267662307514,34,0.549539357,1737,186124,985.1,4236,4469,23670,27057,0.17896070975918885,0.1651698266622316,17285,-0.62889733840304185,-0.6388365302879108 +13159,GA,Jasper,3165.39966908527,245.4047917672741,0.22772659489822086,780.953360863204,0.056183695026129785,3,0.22334723,9.66666666666667,0.70797324349397,3,0.22334723,405,40605,921.5,1839,1544,6010,6016,0.3059900166389351,0.2566489361702128,2809,-0.37970049916805326,-0.4669215425531915 +13161,GA,Jeff Davis,1843.84142751173,-3.455845421952202,0.12236802677938213,503.893533817458,0.033441301686850146,4,0.26919712,21.9166666666667,1.47319127960386,8,0.538394239,516,44748,1134.2,1271,901,5330,5089,0.23846153846153847,0.17704853605816467,3201,-0.5108818011257035,-0.6290037335429357 +13163,GA,Jefferson,616.66325276448,83.45704810526834,0.03642429136234377,163.232703106627,0.009641624518997461,6,0.368731563,25.5833333333333,1.60739716846779,11,0.676007866,657,48669,1061.8,4238,3809,7268,6934,0.5831040176114475,0.5493221805595616,752,0.17143643368189326,0.10845111047014716 +13165,GA,Jenkins,340.970745715516,-67.01510618404636,0.04088378245989401,75.1125730029753,0.009006303717383129,1,0.109589041,13.5833333333333,1.53501337250913,6,0.657534247,297,27348,935.5,1487,1108,3386,3034,0.43916125221500296,0.3651944627554384,784,-0.11724748966331949,-0.2584047462096242 +13167,GA,Johnson,885.749846380491,-59.54003080101211,0.08875248961728367,221.392346717032,0.02218360187545411,2,0.206164313,12,1.26249342451341,6,0.618492939,272,29150,789.9,1305,1136,3772,3682,0.34597030752916225,0.3085279739272135,1383,-0.30090137857900323,-0.3756110809342748 +13169,GA,Jones,2131.35336376658,9.732841635140348,0.07434348473147233,535.019557474438,0.018661953938903974,2,0.069475805,20.3333333333333,0.710384422783542,7,0.243165318,658,86026,700.1,4272,3960,12099,12524,0.3530870319861146,0.316192909613542,4344,-0.28663525911232335,-0.346854040242734 +13171,GA,Lamar,1163.95543792748,14.551199053930919,0.06354509133195829,285.046776361418,0.015561870194978324,4,0.219695721,18.25,0.988142292490119,8,0.439391443,621,54352,1005.7,2602,2267,7589,7575,0.34286467255237846,0.2992739273927393,2916,-0.30227961523257346,-0.38495049504950496 +13173,GA,Lanier,399.314532138134,-19.927789844661177,0.039622398505470724,112.956916340741,0.011208267150301744,1,0.096404126,12.5833333333333,1.21005224861365,4,0.385616504,257,31098,895.7,1108,805,2958,2861,0.3745774171737661,0.28137015029709894,1179,-0.237998647734956,-0.41209367354071996 +13175,GA,Laurens,4789.90557327193,-0.021872590864844083,0.09889551912441527,1304.58041610592,0.026935219393523554,9,0.188083844,80.1666666666667,1.68715099475264,39,0.815029989,1610,143429,927.2,7508,6737,19591,19448,0.3832372007554489,0.34641094199917727,5664,-0.22658363534275944,-0.29123817359111476 +13177,GA,Lee,4297.96158767969,-20.514937329840237,0.1518821679157428,1231.52578123687,0.04351988766827585,6,0.205542804,30.3333333333333,1.03396166388292,13,0.445342743,587,87407,834.3,3187,3166,13607,14106,0.23421768207540236,0.22444349922019,7475,-0.523480561475711,-0.5299163476534807 +13179,GA,Liberty,27023.6325096935,8.95572671375914,0.42588423730467434,8537.95809597725,0.1345556253601445,6,0.092027363,70.25,1.12274252836823,43,0.659529433,967,191628,805.1,10427,9531,16132,16082,0.6463550706669973,0.5926501678895659,3406,0.30182246466650137,0.21178957841064538 +13181,GA,Lincoln,358.530907249446,-19.757116350711527,0.04483878279757954,46.9294673025489,0.005869117971804515,1,0.13119916,7,0.894225855901891,3,0.393597481,260,22973,830.7,1586,1271,4425,4100,0.3584180790960452,0.31,1488,-0.2757062146892656,-0.36292682926829273 +13183,GA,Long,1522.47313687083,0.32250358480523267,0.105259481254897,436.010076458652,0.030144501967550606,1,0.0584351,8,0.433910072137549,3,0.175305323,289,51535,789.7,1434,1356,3786,4109,0.3787638668779715,0.33000730104648335,1267,-0.22873745377707344,-0.3083475298126065 +13185,GA,Lowndes,26897.5997419599,17.215775238993153,0.24624060258310126,7089.75275830025,0.06490486170205204,13,0.114514239,133.666666666667,1.16609089111445,109,0.960157853,2505,339326,862.7,17118,14614,38610,36813,0.4433566433566434,0.39697932795479857,6694,-0.10510230510230512,-0.1818379376850569 +13187,GA,Lumpkin,352.531033670646,-4.631436114555553,0.011764367405414337,75.2358487891834,0.002510707094346369,3,0.096227868,21,0.667832723803466,27,0.866050808,767,93421,784.4,2049,2216,10878,12324,0.18836183121897407,0.1798117494320026,7397,-0.6052583195440339,-0.600210970464135 +13189,GA,McDuffie,1924.4101567174,-6.718131115576963,0.08797303573565257,568.491923796505,0.025988202230697373,4,0.187178287,28.5833333333333,1.33007600434311,15,0.701918577,681,64624,940.8,4041,3699,9585,9268,0.4215962441314554,0.3991152352179543,1733,-0.14960876369327075,-0.18698748381527835 +13191,GA,McIntosh,1211.65435753902,-3.7368772290767613,0.08453599089785949,232.200350934281,0.016200401237304193,2,0.140706346,15.75,1.13089681912831,10,0.703531729,392,41976,649,2860,2298,6333,5893,0.4516027159324175,0.3899541829288987,1184,-0.08605716090320537,-0.20091634142202608 +13193,GA,Macon,2530.80362231372,-1.5237370387568883,0.17169631087610038,277.23003185766,0.01880800758871506,4,0.290023202,21.4166666666667,1.59231722428748,7,0.507540603,443,41444,991.1,3211,2705,4781,4287,0.671616816565572,0.6309773734546302,1165,0.3484626647144949,0.271751807790996 +13195,GA,Madison,814.255246056158,1.7966045698420217,0.02895644545007671,181.795368126622,0.006464984641771764,4,0.141282848,33.0833333333333,1.14777037653807,10,0.353207121,873,85005,936,2486,2423,11079,11945,0.2243884827150465,0.20284637923817497,6772,-0.53750338478202,-0.5669317706153203 +13197,GA,Marion,4.88743107067421,-99.9396082716682,5.590747049501498e-4,1.13742980593815,1.3011093639191834e-4,2,0.227350233,9.91666666666667,1.16338182386986,4,0.454700466,222,26218,738,1411,1213,3167,3183,0.44553204925797285,0.3810870248193528,708,-0.10104199557941274,-0.22243166823751176 +13199,GA,Meriwether,980.755135542255,205.19489595796392,0.044595995613962124,241.130832362578,0.010964479463558476,8,0.377394094,27.25,1.29306254152036,10,0.471742617,757,63573,940.9,4328,3800,9259,9181,0.4674370882384707,0.4138982681625095,1416,-0.056917593692623336,-0.1542315651889773 +13201,GA,Miller,191.031015006823,-14.719190859431352,0.0311887371439711,37.0009266452823,0.006040967615556294,2,0.335683115,9.58333333333333,1.61716728540893,1,0.167841558,256,17659,1013,848,622,2770,2540,0.3061371841155235,0.24488188976377953,1266,-0.38122743682310467,-0.49842519685039366 +13205,GA,Mitchell,2991.66038023321,-37.60892172799933,0.12731553239565963,376.97585161121,0.016042890952898542,8,0.351324053,32.0833333333333,1.42852902325719,15,0.658732598,720,68378,923.3,4081,3492,8273,7857,0.4932914299528587,0.4444444444444444,780,-0.008703009790886007,-0.099274532264223 +13207,GA,Monroe,2302.01591071108,-18.55516729027315,0.08711837385373448,432.58495138655,0.016370910966793446,3,0.11090163,27.4166666666667,1.00405283332113,13,0.480573731,758,81158,765.1,3779,3570,12259,12675,0.30826331674687985,0.2816568047337278,5251,-0.3730320580797781,-0.4142800788954636 +13209,GA,Montgomery,1222.66626018566,13.69725484002248,0.13402019732386933,271.334180051221,0.02974177135275907,1,0.111222333,13.6666666666667,1.50846210448859,4,0.444889334,250,26887,920,1135,847,3831,3560,0.2962672931349517,0.23792134831460673,1821,-0.39859044635865315,-0.5115168539325843 +13211,GA,Morgan,3025.57471361296,-15.21993333806354,0.16932923178939782,752.166251427053,0.042095715884657096,2,0.111383382,21.8333333333333,1.20161438268208,15,0.835375362,567,53761,833.5,2751,2658,9016,9435,0.3051242236024845,0.28171701112877584,3901,-0.3801020408163265,-0.41346051934287226 +13213,GA,Murray,5366.60346763986,-5.304621797546482,0.13542453486524328,1455.29827052374,0.03672398986887403,4,0.101497082,54.3333333333333,1.38200008478528,25,0.634356762,1074,118198,948.6,2542,1799,11209,12422,0.22678205013828173,0.14482369988729674,8541,-0.526095102150058,-0.6875704395427468 +13215,GA,Muscogee,54150.9912143008,-13.30905673893211,0.2851778245480201,14593.3478357636,0.07685361053144588,39,0.194138994,207.75,1.05197863128845,195,0.970694968,5529,605873,936.3,42458,39602,70410,68320,0.6030109359465985,0.5796545667447307,12701,0.21288169294134357,0.18590456674473071 +13217,GA,Newton,25321.7552640477,-0.9189961595983223,0.25332394869893055,7462.24149861892,0.07465376956940835,19,0.183265011,89,0.831783474611912,59,0.569086086,2505,311624,895.7,21844,21936,43216,43787,0.5054609403924473,0.5009706077146185,1029,0.020015734912995187,0.023500125608057254 +13219,GA,Oconee,9964.43710835707,2.6040903955509584,0.3037197362947168,2733.5410411738,0.08331934409820166,6,0.170974268,20.9166666666667,0.567801364533,33,0.940358476,640,105200,620.1,4140,5253,16643,19030,0.24875322958601215,0.27603783499737256,7632,-0.485609565583128,-0.401050972149238 +13221,GA,Oglethorpe,645.210840997122,-4.211005933012581,0.04330564742580858,119.803017645951,0.0080410106480939,1,0.068152389,8.41666666666667,0.564081942675871,4,0.272609555,401,44058,744.5,1913,1829,6258,6650,0.3056887184403963,0.2750375939849624,2793,-0.3734419942473634,-0.42000000000000004 +13223,GA,Paulding,35114.4179152128,3.2307218737934087,0.24672169075639241,10637.0591601302,0.07473833759682275,15,0.100679925,81.8333333333333,0.525161773356864,63,0.422855685,2403,448230,746.2,15779,18004,57254,64601,0.2755964648758165,0.27869537623256607,26642,-0.4365109861319733,-0.41240847664896824 +13225,GA,Peach,5366.05950109803,-8.694733161028894,0.19375553352944683,1332.45848176577,0.04811187874221954,4,0.148577372,31.75,1.19114612643031,19,0.705742515,864,80409,1081.6,6141,5083,11499,10699,0.5340464388207671,0.47509113001215064,322,0.07487607618053749,-0.030096270679502823 +13227,GA,Pickens,1654.30005513708,-8.757854957479998,0.05620944090031192,438.194501602586,0.01488887572976066,5,0.166683335,26.3333333333333,0.854090987718388,14,0.466713338,917,89889,808.3,1975,1977,12673,13982,0.15584313106604591,0.14139608067515377,9674,-0.6763986427838713,-0.6918895723072522 +13229,GA,Pierce,2206.09914353856,-3.1296678328809437,0.11760844138706472,552.376623870993,0.029447522330258664,4,0.210626086,25.4166666666667,1.32578721332568,13,0.68453478,601,57086,951.8,1124,903,6845,7297,0.1642074506939372,0.12374948609017404,5398,-0.6635500365230095,-0.7397560641359463 +13231,GA,Pike,5.07830686408852,NA,2.841964779276132e-4,1.43694275108282,8.041539823620907e-5,2,0.112460639,11.5,0.640989911376178,4,0.224921278,509,53487,909.9,1355,1239,8099,8675,0.1673046055068527,0.1428242074927954,6034,-0.6550191381652056,-0.6955619596541787 +13233,GA,Polk,4894.50245786524,3.363909360152922,0.11801090917095214,1305.39039411414,0.031474150551275226,8,0.194491041,61.75,1.47812140942168,29,0.705030025,1417,123683,1067.2,3608,2863,13580,14158,0.26568483063328424,0.20221782737674812,8143,-0.45581737849779086,-0.5751518576070067 +13235,GA,Pulaski,1212.12968028652,0,0.10092670110628807,291.642488306415,0.024283304605030386,2,0.174170513,16,1.42209581370545,11,0.957937821,338,34403,737.9,1219,1104,3681,3598,0.33116001086661234,0.3068371317398555,1332,-0.3327900027166531,-0.3702056698165648 +13237,GA,Putnam,637.477900156751,-13.951326472773683,0.030044203042546472,131.422323720839,0.00619390723540574,4,0.188750472,30,1.39684313451599,7,0.330313326,724,63821,854.4,2917,2745,9205,9431,0.31689299293862033,0.29106139327748914,3771,-0.3577403585008147,-0.3998515533877638 +13239,GA,Quitman,878.522977588357,0.7472922818790457,0.3495913161911488,189.838756743819,0.07554268075758815,1,0.431965443,2,0.856531049250535,0,0,81,6972,767.5,612,461,1128,1044,0.5425531914893617,0.44157088122605365,114,0.09042553191489355,-0.10919540229885055 +13241,GA,Rabun,96.0157151910637,-17.112631324853144,0.005899220643343801,16.2023929384184,9.95477570559007e-4,3,0.184694946,16.3333333333333,0.986371962880206,17,1.046604691,630,48737,812.3,1558,1443,7438,7949,0.20946490992202205,0.18153226820983773,4844,-0.5639956977682172,-0.6093848282802868 +13243,GA,Randolph,1856.19909561412,294.22029218508834,0.2404714465104444,362.603384531716,0.04697543522887887,1,0.136742787,14,1.95067576982026,4,0.546971147,270,21684,860.1,1749,1597,3015,2895,0.5800995024875621,0.5516407599309153,327,0.16583747927031506,0.11295336787564764 +13245,GA,Richmond,78927.4411939859,17.262931607004916,0.3935568923005645,20129.2200732078,0.10037058311538727,32,0.158913035,217,1.07613800354084,158,0.78463311,5971,604098,1002.8,52461,48707,78865,74952,0.6652000253597921,0.6498425659088484,24266,0.33779243010207316,0.32375386914291815 +13247,GA,Rockdale,35030.2915607095,-12.103111060999392,0.4110812833504605,9623.42294800869,0.11293109133378737,18,0.205118855,80.75,0.903698729785686,72,0.82047542,1933,263296,773.9,21878,23206,37879,37589,0.5775759655745928,0.6173614621298784,9743,0.1638638823622588,0.2591981696772992 +13249,GA,Schley,27.7556931857907,-37.432019606801994,0.005540058520117904,5.98176879622042,0.0011939658275889062,1,0.193685842,2.5,0.490388387602982,2,0.387371683,120,15368,732.2,448,401,1748,1909,0.2562929061784897,0.21005762179151388,1071,-0.4794050343249428,-0.5610267155578837 +13251,GA,Screven,3023.79701714128,-3.4208839964557014,0.20720873138773932,820.229056941043,0.056207020964917635,3,0.212992545,21.6666666666667,1.54277034083357,5,0.354987575,530,42440,1015,2769,2300,6093,5699,0.4544559330379124,0.40357957536409894,1005,-0.08468734613490886,-0.17634672749605196 +13253,GA,Seminole,489.748076230168,-23.550941236249642,0.05610586278269768,102.379972169874,0.011728717169191659,6,0.690766751,11.6666666666667,1.37773578963943,4,0.460511167,366,26173,987.3,1475,1186,3765,3577,0.39176626826029215,0.33156276209113783,1157,-0.2042496679946879,-0.3234554095610847 +13255,GA,Spalding,10011.4984113554,-8.286775970164078,0.15625143838052533,2673.26680303717,0.04172220440805285,11,0.171907233,70.3333333333333,1.08529045664496,54,0.843908233,2196,191549,1006.3,9884,9347,25057,25940,0.39446062976413776,0.360331534309946,6289,-0.20022349044179277,-0.2424441017733231 +13257,GA,Stephens,3479.17051409191,29.348437669274947,0.13291959939224107,789.796730433132,0.030173705078629688,4,0.156985871,30.1666666666667,1.17147554140292,15,0.588697017,1002,76638,1070.2,2123,1835,9467,9760,0.22425266715960707,0.1880122950819672,5847,-0.537023344248442,-0.599077868852459 +13259,GA,Stewart,595.120378050023,-42.46610742403528,0.09823710433311703,110.172028967182,0.01818620484766953,1,0.174094708,7.08333333333333,1.24160093485247,0,0,207,17161,952.1,1307,1220,2055,2053,0.6360097323600973,0.5942523136872869,415,0.27591240875912404,0.20214320506575745 +13261,GA,Sumter,7063.75147726198,-4.8917459048148775,0.21523359874651818,1667.93858527517,0.05082234636263048,6,0.192110656,47.6666666666667,1.56855002358309,21,0.672387295,978,93391,947.3,6370,5520,11820,10973,0.538917089678511,0.5030529481454479,245,0.08443316412859564,0.02232753121297726 +13263,GA,Talbot,1512.30142435491,394.4852686567787,0.22029154032846468,329.537693497702,0.04800257734853634,1,0.156494523,5.83333333333333,0.945281693944795,1,0.156494523,238,19151,964.6,2264,2001,3490,3243,0.6487106017191977,0.6170212765957447,805,0.30429799426934095,0.24822695035460995 +13265,GA,Taliaferro,1172.41914030211,-0.9518916944708362,0.6828300176482878,204.975989282319,0.11938030825994118,0,0,2.58333333333333,1.62167817535049,0,0,78,5021,941,636,545,961,897,0.6618106139438086,0.6075808249721293,196,0.3277835587929241,0.2185061315496098 +13267,GA,Tattnall,998.343608665851,4.603218607738697,0.03912004736151454,228.630808779529,0.008958887491360853,4,0.158579131,33.1666666666667,1.32180243371061,6,0.237868696,721,75919,1022.1,1894,1678,6658,6879,0.2844698107539802,0.2439308038959151,3414,-0.4217482727545809,-0.49629306585259486 +13269,GA,Taylor,410.318552837287,-37.145151181767396,0.04607214830870054,31.521282593475,0.0035393310794380197,2,0.236910685,13,1.57920310981535,6,0.710732054,304,25167,939.5,1571,1295,3537,3402,0.44416171897087925,0.38065843621399176,767,-0.10658750353406848,-0.22545561434450323 +13271,GA,Telfair,379.469583848265,-72.29601750846604,0.022998156596864546,88.99077426245,0.005393380258330302,4,0.242160068,22.9166666666667,1.43543167345234,7,0.423780119,446,49443,748.7,1804,1313,4334,3794,0.41624365482233505,0.3460727464417501,1136,-0.15574526995846794,-0.29942013705851345 +13273,GA,Terrell,629.597103313037,441.8959350617461,0.06758959777917735,174.044473266402,0.018684323485389374,6,0.657030223,12.5833333333333,1.4032935578603,6,0.657030223,319,27450,942,2544,2267,4398,4179,0.5784447476125512,0.5424742761426179,395,0.1614370168258299,0.09452022014836092 +13275,GA,Thomas,12238.4570098702,1.6226248694238343,0.2736685377877952,3181.6279357057,0.0711455262903779,7,0.155697413,69.5833333333333,1.53782119283357,37,0.822972041,1496,134946,879.4,7651,7138,18943,18730,0.4038958982209787,0.3810998398291511,4087,-0.18487040067571137,-0.21820608649225848 +13277,GA,Tift,3447.28561928778,-12.21580211146351,0.08592865096185703,884.122671360965,0.02203805452318074,9,0.221108491,77.1666666666667,1.89004278109794,39,0.958136792,1213,121599,941.7,4640,3892,13893,12796,0.3339811415820917,0.3041575492341357,4788,-0.3261354639026848,-0.37417943107221 +13279,GA,Toombs,4932.81450471415,8.66167307356405,0.1812002536353139,1388.72571855198,0.05101295663784226,5,0.183271021,40.1666666666667,1.47693288228661,26,0.95300931,952,81670,1050.3,2740,2338,9333,9108,0.2935819136397729,0.2566974088713219,4274,-0.40490731811850417,-0.4692577953447518 +13281,GA,Towns,1.41620071267243,27.83886038860146,1.35249805431423e-4,0,0,3,0.270318976,16,1.40461768062505,7,0.630744278,479,33017,736.1,1265,1206,6159,6726,0.2053904854684202,0.1793041926851026,4171,-0.5794771878551713,-0.620130835563485 +13283,GA,Treutlen,394.385812852891,-61.04286326339556,0.057281890029468555,73.2852938512517,0.010644196637799797,1,0.147536146,11.8333333333333,1.78293405655165,3,0.442608439,199,20238,852.5,1068,860,2738,2700,0.39006574141709277,0.31851851851851853,948,-0.2111029948867787,-0.35111111111111104 +13285,GA,Troup,10880.9952879678,10.335107168342804,0.1622963320799445,3015.810968303,0.044982563216738256,14,0.201528739,85.0833333333333,1.21538937694927,53,0.762930228,2017,208209,909.3,10545,9597,25975,25793,0.40596727622714146,0.3720776954987787,6046,-0.17805582290664101,-0.2344046834412437 +13287,GA,Turner,527.849103967458,-27.0540722483336,0.05910964210161903,128.737644569303,0.01441630958222878,1,0.122654238,18.8333333333333,2.34537152345372,8,0.981233902,366,24466,1165.9,1508,1243,3556,3390,0.42407199100112486,0.36666666666666664,851,-0.14595050618672661,-0.25103244837758115 +13289,GA,Twiggs,14.9415840977163,-84.67993940832136,0.0016559441535760058,4.82642388297245,5.349023476640197e-4,0,0,12.25,1.49920450373271,1,0.120192308,341,25228,1066.5,2269,1970,4199,4053,0.540366753989045,0.48605970885763633,64,0.08668730650154799,-0.015790772267456232 +13291,GA,Union,296.71125361044,3931.9194542925907,0.013893578086272708,43.7489857432083,0.002048557114778437,4,0.181950509,22.75,0.992236566643405,18,0.818777293,914,65795,747.4,2137,1962,11072,12039,0.1930093930635838,0.16297034637428356,7887,-0.5991690751445087,-0.6551208572140543 +13293,GA,Upson,6800.65830248109,37.95751381060763,0.2504569772209734,1640.91588844025,0.06043221332597687,8,0.304692261,46.5,1.76571103094741,18,0.685557587,1094,79106,1097.9,3955,3471,11257,10924,0.3513369459003287,0.3177407543024533,3817,-0.2908412543306387,-0.3494141340168436 +13295,GA,Walker,17529.7614805068,0.3598382214391693,0.25495609809335623,4228.9917569419,0.06150723946916488,8,0.117271101,64.9166666666667,0.956119162640902,23,0.337154417,2507,204622,1020.2,5269,4213,21879,23939,0.240824534942182,0.17598897197042482,14725,-0.5016682663741487,-0.6151050586908392 +13297,GA,Walton,14141.2544187553,-8.591459507001996,0.16881451650696327,4011.4404919106,0.04788750467852401,9,0.102722137,76.0833333333333,0.843645583843402,50,0.570678537,2429,261768,895,8139,8279,37570,40425,0.21663561352142666,0.20479901051329621,22814,-0.5557359595421879,-0.5643537414965987 +13299,GA,Ware,14253.1927852367,4.723394663684988,0.39252018024996427,2968.56858888753,0.0817517236419787,5,0.140785584,58.8333333333333,1.64624022982073,29,0.816556385,1327,106607,1015.5,3892,3436,11923,12150,0.3264279124381448,0.282798353909465,5072,-0.3389247672565629,-0.4174485596707819 +13301,GA,Warren,121.809121800035,40.88416070921813,0.02087917754542938,24.7486841347072,0.0042421467491784715,1,0.18115942,8.41666666666667,1.54661276491486,1,0.18115942,248,16531,1080,1525,1313,2522,2332,0.6046788263283108,0.5630360205831904,322,0.2121332275971451,0.1380789022298456 +13303,GA,Washington,5328.82391549535,-5.4408649070396695,0.251513848845771,875.237125096166,0.04131010171785368,2,0.096922704,25.5,1.24651708461651,12,0.581536225,642,62064,851,4705,4187,8796,8422,0.5349022282855843,0.49715032058893377,49,0.07639836289222368,0.00581809546426032 +13305,GA,Wayne,8632.81645668352,1.406019752051318,0.28681406215101896,2257.55006656928,0.07500415517356988,2,0.066780193,33.5833333333333,1.11557711046151,21,0.701192026,965,89537,1004.2,2594,2039,10258,10376,0.2528758042503412,0.19651117964533538,6108,-0.48342756872684733,-0.5886661526599846 +13307,GA,Webster,49.9475432565214,-10.76867641168488,0.017844781442129833,14.4035329174367,0.005145956740777671,1,0.377500944,1,0.384763370527126,0,0,55,8006,487.2,573,471,1175,1114,0.4876595744680851,0.4228007181328546,159,-0.021276595744680826,-0.14272890484739675 +13309,GA,Wheeler,366.362583346453,2953.4910480081576,0.0493683578151803,83.0573455913836,0.011192203960569127,1,0.125078174,5,0.62672348959639,1,0.125078174,205,23820,828,772,646,2160,2102,0.3574074074074074,0.3073263558515699,775,-0.275,-0.36869647954329215 +13311,GA,White,NA,NA,NA,NA,NA,3,0.107257776,20.5,0.709735493698934,22,0.786557025,826,84015,734.4,1670,1672,10471,11771,0.15948811001814536,0.14204400645654575,8079,-0.6663164931716169,-0.6863478039249002 +13313,GA,Whitfield,23220.2973081828,-16.150950679286005,0.2263208930709149,7016.87595756593,0.06839127045649498,22,0.212474165,126.833333333333,1.21268329684129,82,0.791949161,2459,310938,816.2,7193,7925,26828,30362,0.26811540181899507,0.26101706079968384,13589,-0.45090949753988374,-0.4475660364929846 +13315,GA,Wilcox,72.8075308794068,6.0082107695937825,0.007866832077731692,17.2691283620516,0.0018659241882281576,0,0,14.25,1.62652665220865,2,0.226065333,326,26661,987.5,1059,852,3124,2973,0.33898847631241996,0.2865792129162462,1244,-0.31722151088348277,-0.4184325597040027 +13317,GA,Wilkes,1963.79833873839,-39.398324055071654,0.18538641921442367,432.326756732975,0.04081249473548334,3,0.301810865,16.6666666666667,1.69981302056774,4,0.402414487,413,29715,933.4,2080,1844,4746,4470,0.4382638010956595,0.41252796420581656,725,-0.1154656552886642,-0.16219239373601785 +13319,GA,Wilkinson,2076.77708428276,2.7954423843587004,0.21716794774472026,406.269623309749,0.04248349088254199,4,0.428908428,16.1666666666667,1.77577621558289,1,0.107227107,358,27922,1002.3,2180,1893,4448,4276,0.49010791366906475,0.44270346117867165,439,-0.014613309352517978,-0.10266604303087001 +13321,GA,Worth,1699.91743770702,-30.620548618192423,0.07841309274906684,434.716685871374,0.0200524325785956,2,0.095510984,20.9166666666667,1.00812929760298,7,0.334288443,616,62703,810.5,2486,2015,8410,8266,0.29560047562425684,0.2437696588434551,4129,-0.4016646848989298,-0.4995160900072586 +15001,HI,Hawaii,72139.1764588419,4.7792688184917145,0.389775049891354,16542.1504129848,0.08937886206962864,45,0.231731809,163.916666666667,0.82598887707505,145,0.746691385,4748,581668,633.2,46670,41258,62653,64865,0.7448964933841955,0.6360595082093579,23758,0.5128086444384148,0.36626840360749247 +15003,HI,Honolulu,220465.177770797,16.629458283464423,0.2312878291607143,57720.1783538997,0.06055366604934678,190,0.191573199,578.416666666667,0.582725924881163,917,0.924592756,22514,2977598,581,201803,175634,292925,285683,0.6889237859520355,0.6147863191019417,85338,0.39104890330289327,0.29871570937017605 +15005,HI,Kalawao,0,0,0,0,0,0,0,NA,NA,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +15007,HI,Kauai,26305.4345165036,-6.735942003593458,0.39208589105101427,6190.79728292814,0.09227463121623079,22,0.312167435,46.25,0.642102486498494,64,0.908123448,1645,212110,569.5,18638,16456,25369,26335,0.7346761795892625,0.6248718435542054,8882,0.49339745358508413,0.33726979305107274 +15009,HI,Maui,46070.1930063933,-17.36982093290328,0.2975457135150762,10679.0031821393,0.06897066007556028,41,0.251504426,120.416666666667,0.728094679517412,123,0.754513278,3417,488982,592.2,35979,33479,48547,51942,0.7411168558304324,0.6445458395903123,20034,0.5026469194800915,0.3856994339840592 +16001,ID,Ada,67383.0628447504,-6.260943697250676,0.17173566155174494,18207.0023165752,0.04640322739432722,42,0.098536961,225,0.506724801138667,307,0.720258261,8311,1277497,662,77043,75676,180361,195587,0.4271599736084852,0.38691733090645086,18072,-0.1132617361846519,-0.09239877905995797 +16003,ID,Adams,424.209101787764,0,0.10669243002710362,64.758086598049,0.01628724512023365,1,0.259000259,4,1.02564102564103,1,0.259000259,107,11516,659.8,577,415,2060,2183,0.28009708737864075,0.19010535959688502,1141,-0.4058252427184466,-0.5226752175904719 +16005,ID,Bannock,23876.3236168654,-5.228792030643699,0.2882256378863265,6680.65834570098,0.08064629396420746,10,0.119980323,59.25,0.702205577349278,63,0.755876036,2058,250645,842.5,13214,10342,35260,33405,0.374758933635848,0.309594372099985,6838,-0.22110039705048212,-0.20469989522526572 +16007,ID,Bear Lake,1549.1736957254,0,0.2587994814108587,385.507185250495,0.06440146763289259,2,0.335739466,4,0.672834314550042,3,0.503609199,188,17832,775.1,302,255,2822,2928,0.10701630049610206,0.08709016393442623,1948,-0.7749822820694543,-0.6653005464480874 +16009,ID,Benewah,2392.65308414811,-7.3744985441407644,0.25769015445860094,530.225649736353,0.05710561655749629,3,0.329019522,6.16666666666667,0.678251943100161,7,0.767712218,391,27156,1085.2,1164,780,3884,4192,0.2996910401647786,0.18606870229007633,2321,-0.36869207003089594,-0.5536736641221374 +16011,ID,Bingham,9323.04957057327,-0.30691615448041304,0.20442146097251016,3071.14028734831,0.06733923054242352,5,0.11045086,24.1666666666667,0.534648938445315,14,0.309262409,1041,135598,779.6,3822,2924,17603,16625,0.21712208146338693,0.1758796992481203,7983,-0.5463841390672044,-0.4801804511278196 +16013,ID,Blaine,6075.22657447632,-0.48875177239461826,0.28420783001854044,1669.74494276938,0.07811306805620229,4,0.186202402,8.33333333333333,0.382420877120524,23,1.070663812,316,64331,484.1,5992,6416,10194,10723,0.587796743182264,0.5983400167863471,3076,0.20139297626054536,0.28686002051664644 +16015,ID,Boise,4478.64329436769,-29.215161124317273,0.6372571562845318,996.630181455759,0.14180850618323265,2,0.293083236,8,1.12296462661426,1,0.146541618,162,20623,595.1,953,777,3345,3812,0.2849028400597907,0.20383001049317942,1896,-0.39790732436472354,-0.497376705141658 +16017,ID,Bonner,8193.5075468117,7.093898954034573,0.20044297641244926,1645.29628358402,0.04024992743068278,12,0.288565589,22.9166666666667,0.538759325434142,24,0.577131177,1245,124067,718.7,6500,5140,18536,16815,0.3506689684937419,0.3056794528694618,5080,-0.2625701337936987,-0.3021112102289622 +16019,ID,Bonneville,24101.1451084224,-2.5295492888250557,0.2312215314429303,8407.11670383839,0.08065618419938206,9,0.082855381,73.9166666666667,0.658605982845059,73,0.672049198,2438,326188,780.7,9929,8930,43302,44212,0.2292965682878389,0.20198136252601104,17769,-0.517458777885548,-0.4019044603275128 +16021,ID,Boundary,1598.58582419636,-20.5147816735317,0.14569684872369304,423.225131245279,0.03857319825421792,4,0.364331906,7.75,0.663470593271124,6,0.54649786,324,33155,717.1,1225,933,4544,5150,0.2695862676056338,0.1811650485436893,2856,-0.4209947183098592,-0.5545631067961165 +16023,ID,Butte,618.473209743516,2.1991832551156363,0.21393054643497614,202.391428167991,0.07000741202628537,1,0.381388253,3,1.19952019192323,2,0.762776506,79,7736,759.1,258,160,1286,1230,0.2006220839813375,0.13008130081300814,754,-0.5777604976671851,-0.6130081300813007 +16025,ID,Camas,1116.99999373264,0,0.9999999943891137,239.999999163109,0.21486123470287288,1,0.962463908,1,0.932835820895522,2,1.924927815,15,3147,336.5,159,110,578,599,0.2750865051903114,0.18363939899833054,300,-0.4204152249134948,-0.5008347245409015 +16027,ID,Canyon,36485.0520925969,-8.2004388219669,0.19312128270563617,11604.1558881147,0.061422674254138984,22,0.108298095,117.333333333333,0.554248662402731,109,0.536567836,4192,609304,742,19866,16683,66090,72007,0.3005901044030867,0.2316858083241907,30072,-0.37075200484188225,-0.4176260641326538 +16029,ID,Caribou,2190.12740233255,-0.0034912874164181383,0.3145379006653095,686.665719963292,0.09861636075876662,3,0.438788943,4.08333333333333,0.592904506074246,2,0.292525962,172,20407,690.7,385,271,3050,3035,0.12622950819672132,0.08929159802306424,2004,-0.7288524590163935,-0.6602965403624381 +16031,ID,Cassia,6549.25071473403,21.3120447379125,0.28534553480019303,2236.01607872471,0.0974214046150536,6,0.254885302,12.5833333333333,0.535369866122078,19,0.807136788,588,70393,802.3,1093,1036,8387,8178,0.1303207344700131,0.12668134018097335,4913,-0.7221891021819482,-0.6007581315725117 +16033,ID,Clark,982.000005821659,0,1.0000000059283696,308.000003296386,0.3136456245380713,0,0,NA,NA,0,0,23,2617,847.7,66,44,328,283,0.20121951219512196,0.15547703180212014,159,-0.5152439024390243,-0.5618374558303887 +16035,ID,Clearwater,1545.47031669965,-19.867213009698155,0.17640341475854926,259.759726671736,0.02964955218259742,4,0.467180565,5.25,0.617865128869013,3,0.350385424,309,25590,745.6,1032,704,3696,3801,0.2792207792207792,0.18521441725861615,2148,-0.4082792207792208,-0.5651144435674822 +16037,ID,Custer,1877.64687681143,95.64622782490268,0.4298642117242285,334.792996988473,0.07664674839479693,5,1.207729469,6,1.46484375,4,0.966183575,128,12470,692.3,530,427,2352,2413,0.22534013605442177,0.17695814338997098,1350,-0.5161564625850341,-0.5594695399917116 +16039,ID,Elmore,8712.52230986179,-6.4216110975866085,0.3222324990702637,2671.58220507112,0.09880842536693246,4,0.153291945,14.4166666666667,0.554103569323801,11,0.421552847,556,78386,796.3,2513,1814,8001,8519,0.31408573928258965,0.2129357905857495,4002,-0.33920759905011877,-0.469773447587745 +16041,ID,Franklin,915.67329241373,-0.3741106803577553,0.07161530520989598,320.186296688582,0.02504194405510574,2,0.153598034,2,0.149186931224825,7,0.537593119,292,38920,708.6,325,385,5600,5499,0.05803571428571429,0.07001272958719768,3516,-0.8696428571428572,-0.6393889798145118 +16043,ID,Fremont,1633.90835622654,-1.2063139165934584,0.12338833682423653,342.669239386715,0.0258774535105509,2,0.155436388,8.91666666666667,0.688918076695254,5,0.388590969,323,38602,747.8,810,651,5802,5714,0.13960703205791106,0.11393069653482674,3440,-0.7061358152361256,-0.6020301015050753 +16045,ID,Gem,5059.32846182766,-17.7930589088618,0.30260951383621393,1182.05969764525,0.07070157890096597,1,0.0592909,15.1666666666667,0.882603972687772,10,0.592908811,624,50272,839.7,1957,1229,7490,7952,0.26128170894526037,0.1545523138832998,4751,-0.4477970627503337,-0.5974597585513078 +16047,ID,Gooding,164.476317553215,-91.84189384646282,0.010636078476022699,43.662524675083,0.002823494870349392,5,0.331917153,9.5,0.625617385577873,7,0.464684015,411,45543,758.1,1287,930,5118,5191,0.2514654161781946,0.17915623193989597,2813,-0.4706916764361079,-0.5418994413407822 +16049,ID,Idaho,5583.99162661082,0,0.3432711395223963,1032.20076791358,0.06345366496056924,4,0.246685168,16.0833333333333,0.995502187009986,5,0.30835646,590,48689,771.3,1722,1196,7749,8223,0.2222222222222222,0.14544570108233004,5245,-0.5289714801909924,-0.6378450687097167 +16051,ID,Jefferson,3058.14992401931,0.33052336178130803,0.11699119831749466,1177.49098399897,0.04504556174441355,2,0.074016506,6,0.215524982937606,11,0.407090781,460,80988,673.7,1303,976,11381,11471,0.11448906071522713,0.08508412518524976,7460,-0.7549424479395483,-0.6503356289774214 +16053,ID,Jerome,4902.94526359682,-0.26282958469438383,0.21913583908093412,1584.36333422879,0.0708126993040489,1,0.0438251,16.25,0.706706097242759,10,0.438250504,507,68206,806.5,1699,2117,6681,10667,0.25430324801676396,0.19846254804537358,5230,-0.46475078581050744,-0.49029717821318086 +16055,ID,Kootenai,34068.6738937365,-1.3195126845696241,0.24599386178272342,8587.61254873754,0.06200710896311414,20,0.135753363,94.3333333333333,0.611319564602221,99,0.671979148,3894,441880,724.3,18824,16264,59764,66286,0.3149722240813868,0.24536101137495098,28185,-0.34340070945719825,-0.4252029086081525 +16057,ID,Latah,4402.31355303086,-23.91065534885282,0.11820195341614381,1166.07260810448,0.03130900569499732,7,0.182239463,22.8333333333333,0.582542436303024,29,0.75499206,668,115630,632.3,8306,8093,16759,18146,0.49561429679575153,0.445993607406591,838,0.042782982278178894,0.046180976523751804 +16059,ID,Lemhi,2925.60581664585,-11.622413690278362,0.36864992649267264,526.403279910189,0.06633105845642502,6,0.776598499,7.16666666666667,0.927964089947775,3,0.388299249,302,23186,755.3,960,733,4109,4068,0.23363348746653687,0.18018682399213373,2278,-0.5035288391336091,-0.5599803343166175 +16061,ID,Lewis,1852.67358799045,-0.003632736455894164,0.4848661575478801,375.821080813814,0.09835673405229363,4,1.042209484,4.91666666666667,1.27606194307466,4,1.042209484,121,11428,635.1,396,270,1612,1590,0.2456575682382134,0.16981132075471697,932,-0.4820099255583127,-0.5861635220125787 +16063,ID,Lincoln,5074.03099268556,0,0.9742763042791015,1665.01147100316,0.3197026634030645,2,0.376222724,4.08333333333333,0.774679061531651,0,0,121,15909,782.4,429,360,1622,1748,0.2644882860665845,0.20594965675057209,824,-0.43896424167694204,-0.471395881006865 +16065,ID,Madison,7096.5556031278,7.415762895205893,0.18905998516431693,2020.21528139183,0.053820739593772114,3,0.0788685,9.41666666666667,0.241156183842109,28,0.736105999,375,113969,683.5,832,1201,14412,15687,0.057729669719678044,0.07656020909032957,7740,-0.8751734665556481,-0.49340218014916815 +16067,ID,Minidoka,3532.99350357278,39.31236003547037,0.1760423291430953,1086.77508709848,0.05415193019574867,1,0.0492053,13.75,0.666957702755142,5,0.246026669,517,61080,701.1,1390,1167,6973,6870,0.19934031263444715,0.16986899563318777,3720,-0.5810985228739424,-0.5414847161572052 +16069,ID,Nez Perce,7090.98045402913,1.4066148602008663,0.1805929059984498,1695.03901902124,0.04316920970383904,11,0.274951883,38.6666666666667,0.957830678656064,28,0.699877521,1527,119892,853.4,6451,4828,16848,17195,0.3828941120607787,0.280779296307066,5871,-0.20868945868945865,-0.3414364640883978 +16071,ID,Oneida,491.032348246324,0,0.114566576819021,138.090386069963,0.032218942153514465,1,0.239005736,4,0.921022334791619,5,1.195028681,125,12766,670.1,217,184,2089,2068,0.1038774533269507,0.08897485493230174,1347,-0.7759693633317377,-0.6513539651837524 +16073,ID,Owyhee,2160.61340435321,5.070973300290318,0.1874556137734869,528.442832621996,0.04584789455335728,3,0.264247336,10.1666666666667,0.892674217812509,7,0.616577116,272,34017,703,833,591,3723,3920,0.2237442922374429,0.15076530612244898,2461,-0.5267257587966694,-0.6278061224489796 +16075,ID,Payette,5406.7873544366,-2.572416431322442e-4,0.23899515335882068,1648.14109788091,0.0728524553720068,5,0.218952531,18.4166666666667,0.799820492776282,12,0.525486075,626,68280,769.3,2271,892,8495,5703,0.2673337257210124,0.15640890759249518,3414,-0.43943496174220126,-0.5986322987901105 +16077,ID,Power,1085.13139951329,0,0.13881686062598056,338.701005113257,0.043328771282238325,1,0.131285283,5,0.653253200940685,2,0.262570566,204,23063,882.6,982,699,2903,2758,0.33827075439200827,0.2534445250181291,967,-0.30589045814674476,-0.3506163886874547 +16079,ID,Shoshone,1143.61989523532,107.19612122822808,0.08959027773092988,206.970999736073,0.016213944358485936,6,0.484261501,13.8333333333333,1.11093264803512,8,0.645682002,529,37498,959.2,2277,1384,5148,5120,0.4423076923076923,0.2703125,1913,-0.08197358197358195,-0.37363281249999997 +16081,ID,Teton,905.892721811762,-0.03485685255837169,0.08907499722829519,304.735642659839,0.029964173319551524,2,0.193404893,4,0.364963503649635,5,0.483512233,118,31156,557.4,1926,2157,4523,4966,0.4258235684280345,0.43435360451067256,4,-0.11762104797700645,-8.05477245267805e-4 +16083,ID,Twin Falls,4792.84959862122,-33.67031282509505,0.062059427665689754,1506.36450117022,0.019504913908717076,17,0.210099612,60.75,0.727422947050794,63,0.778604444,2234,243463,807,7541,6844,28142,31893,0.2679624760144979,0.21459254381839274,14219,-0.43465283206595123,-0.4458345091399366 +16085,ID,Valley,1835.77431115079,3.131814940821715,0.18614624935619445,408.346380868143,0.04140604145894778,5,0.508854061,9.5,0.905106707317073,8,0.814166497,221,29483,566.5,2095,1913,4919,5349,0.42589957308396015,0.3576369414843896,993,-0.11567391746289896,-0.18564217610768363 +16087,ID,Washington,2132.75114026283,0,0.20913425576219166,413.227538523569,0.04052044896289165,2,0.19958088,8,0.786472670074715,6,0.59874264,369,29943,758.7,1104,776,4330,4454,0.25496535796766745,0.1742254153569825,2507,-0.4674364896073903,-0.5628648405927257 +17001,IL,Adams,10346.464754843,-1.511322104225867,0.1541878120924996,2502.42448217732,0.037292289199846805,10,0.149280468,48,0.720958875304154,32,0.477697498,2416,201027,796.2,9627,7633,30538,31770,0.315246578033925,0.24025810513062637,15099,-0.351823957037134,-0.4752596789423985 +17003,IL,Alexander,1748.04911039734,-54.70032343787929,0.21219338557870113,375.348336315081,0.04556304155317807,2,0.266951415,6.5,1.00339610991047,0,0,302,21089,1023,1961,1262,3495,2820,0.5610872675250358,0.4475177304964539,234,0.13619456366237487,-0.08297872340425533 +17005,IL,Bond,1281.4335522263,-38.42186530489368,0.07212030347964318,294.134708394937,0.016554182147396273,1,0.0579072,15,0.891583452211127,7,0.405350628,524,51384,765.7,3016,2066,7316,7462,0.41224712957900495,0.2768694719914232,2818,-0.14693821760524878,-0.37764674350040206 +17007,IL,Boone,11409.517783676,25.87770349623418,0.21064373273656417,3382.69845530235,0.062451739228327335,5,0.092817762,33.8333333333333,0.632363294270103,26,0.48265236,1195,161222,717.8,9868,8952,21333,22604,0.46256972765199456,0.3960360998053442,3309,-0.057000890638916224,-0.14639001946558133 +17009,IL,Brown,1662.65977699965,-12.969990495652247,0.23967994478876314,30.0904075906292,0.004337668673868993,2,0.292740047,4,0.591540964211772,3,0.43911007,159,20531,725,787,475,2362,2336,0.3331922099915326,0.2033390410958904,1301,-0.3065198983911939,-0.5569349315068494 +17011,IL,Bureau,12511.0875428635,0.22648832792205573,0.35768447432281725,2866.82066778849,0.08196068007857768,5,0.147754137,22.0833333333333,0.66199026749403,12,0.354609929,1175,101584,738.4,8118,6010,16599,16303,0.48906560636182905,0.36864380788811874,3254,-0.0019880715705765106,-0.1995951665337668 +17013,IL,Calhoun,577.503364617314,-27.10105562960163,0.11348071617553822,119.58683179949,0.023499082688050697,3,0.605326877,3,0.612995504699632,1,0.201775626,161,14902,640.6,1079,739,2574,2556,0.41919191919191917,0.28912363067292646,980,-0.13986013986013984,-0.38341158059467917 +17015,IL,Carroll,2881.3771378022,56.47886916757753,0.1872604885814129,647.142194842061,0.042057723717557755,3,0.203873598,12.3333333333333,0.84829309672834,10,0.679578661,571,44342,758.3,3658,2437,7370,7354,0.4963364993215739,0.33138428066358444,1991,0.014518317503392109,-0.27073701387000276 +17017,IL,Cass,1528.09411500513,4.095941401343053,0.11201393600682671,367.350329082316,0.026927893936542734,5,0.380054728,15,1.18333859261597,8,0.608087565,440,39226,838.3,2050,1617,4858,5054,0.42198435570193493,0.31994459833795014,1599,-0.13524083985179092,-0.3163830629204591 +17019,IL,Champaign,31716.3830578362,7.770669586891723,0.1577293879473257,7595.30346820789,0.03777235774741467,35,0.168973558,142.416666666667,0.683319019219297,172,0.830384342,3799,622070,656.6,40378,49694,77620,89196,0.5202009791290905,0.5571326068433562,16459,0.06817830456068025,0.18452621193775504 +17021,IL,Christian,3836.89064863578,9.553907496122143,0.11025547840907414,613.182341726501,0.017620182233520146,7,0.206538416,33,0.990723227956408,17,0.501593296,1234,101748,818.8,5487,3982,14682,15310,0.3737229260318758,0.26009144350097974,6540,-0.2306225309903283,-0.42717178314826915 +17023,IL,Clark,1430.77116982566,0.9814462433432338,0.08758929720389716,302.810257991281,0.01853751196763275,3,0.185414091,12.9166666666667,0.810432091019367,15,0.927070457,638,48271,920.6,2587,1873,7843,7819,0.32984827234476605,0.2395446988105896,3747,-0.3252581920183603,-0.47921729121371015 +17025,IL,Clay,2153.75631882501,0.9496282876965594,0.15589984211545496,504.426153236581,0.03651293183037141,2,0.147928994,12.1666666666667,0.914786967418546,8,0.591715976,517,40444,876.5,1581,1014,5899,6278,0.2680115273775216,0.161516406498885,3995,-0.44126123071707074,-0.6363491557820962 +17027,IL,Clinton,5729.07838299405,36.84538409247555,0.1517154383505654,1047.04893822785,0.027727581648955297,9,0.237736746,38.25,1.01380900633465,18,0.475473492,1064,113459,714.5,5577,3939,16394,17268,0.34018543369525434,0.22810979847116053,8455,-0.2998658045626449,-0.48963400509613153 +17029,IL,Coles,8283.21730427517,3.5903270352927272,0.15375452089683442,1875.63009297232,0.03481577214880033,8,0.150037509,37.9166666666667,0.724388488750486,39,0.731432858,1542,158245,809,9252,7285,21338,21580,0.43359265160746085,0.33758109360519,5700,-0.11111631830537072,-0.2641334569045412 +17031,IL,Cook,373742.394051579,-9.984937682306818,0.07194721403198064,89882.0560899708,0.017302729446976146,1493,0.284573053,3470.91666666666,0.667035136677582,4381,0.835039882,119749,15733651,712.4,1439123,1528582,1944401,2055215,0.7401369367738445,0.743757709047472,1088369,0.49368365887489263,0.5295645467749117 +17033,IL,Crawford,2948.45324142653,0.7339396988274585,0.1487840360007332,416.992503124476,0.021042160928721604,5,0.257824988,15,0.776880049720323,12,0.618779972,713,58293,852.3,2855,1969,8598,8507,0.33205396603861365,0.23145644763136242,4177,-0.31658525238427543,-0.49100740566592216 +17035,IL,Cumberland,NA,NA,NA,NA,NA,3,0.276931598,9.58333333333333,0.88260575919445,3,0.276931598,343,32702,725.4,1640,1028,5290,5513,0.31001890359168244,0.18646834754217304,3172,-0.3527410207939508,-0.5753673136223472 +17037,IL,DeKalb,29776.1191344934,12.725945772514107,0.2831506193846843,5531.77274759179,0.052603392426700174,10,0.094820883,65.5,0.626626358487678,75,0.711156625,2087,313100,719.7,21171,20348,41020,42605,0.5161140906874695,0.4775965262293158,1297,0.05521696733300824,0.030442436333763645 +17039,IL,De Witt,653.139207992471,-8.806385992313814,0.03943839188409341,157.981224866551,0.009539352989949339,3,0.184229919,15,0.924442253173918,8,0.491279784,568,48882,856.1,2598,1907,7338,7469,0.35404742436631237,0.2553219975900388,3165,-0.2695557372581085,-0.423751506225733 +17041,IL,Douglas,1971.22000119025,0,0.09865965971923174,451.563275300741,0.02260076452956662,10,0.502790487,20.6666666666667,1.0528103243335,17,0.854743828,616,59491,780.2,2426,1946,7889,8089,0.307516795538091,0.24057361849425146,3749,-0.3682342502218278,-0.4634689083941154 +17043,IL,DuPage,216272.303550319,-13.658564812460149,0.23586720769695088,53859.8278852211,0.05873968604292297,169,0.181192828,436.916666666667,0.470122348377249,843,0.903819845,18129,2799601,591.7,197411,222499,397173,412929,0.4970403325502992,0.5388311307755086,58144,0.010267566022866603,0.14080871045627696 +17045,IL,Edgar,6684.28398692881,-0.9017280699390843,0.35983440928772664,1411.76719295261,0.07599952589107505,3,0.168152009,14,0.79699419332802,8,0.448405358,747,53397,901.4,2563,1778,7810,7783,0.32816901408450705,0.22844661441603495,3856,-0.3280409731113957,-0.4954387768212771 +17047,IL,Edwards,1243.35810665907,0,0.18499599861018748,313.980676438234,0.046716363106417795,3,0.453377664,10,1.5330369461904,5,0.755629439,230,19830,792.4,754,432,3225,3312,0.2337984496124031,0.13043478260869565,2345,-0.5110077519379845,-0.7080314009661836 +17049,IL,Effingham,5870.16388068926,0.18020099434200854,0.17143168858972196,1492.41890648684,0.0435844549525974,7,0.203962704,29.0833333333333,0.845789953275558,34,0.990675991,1109,103011,814.7,3855,3071,16595,17428,0.23229888520638747,0.17621069543263715,10542,-0.5203977101536608,-0.604888684874914 +17051,IL,Fayette,7659.77841687353,7.761475462136101,0.34597011819663637,1846.04261374665,0.08338042519180894,5,0.228623685,16.4166666666667,0.753438279254058,7,0.32007316,669,66183,747.2,2848,1814,8963,9515,0.3177507530960616,0.1906463478717814,5549,-0.34608947896909514,-0.5831844456121913 +17053,IL,Ford,2589.90069918994,0.26028686643129534,0.183928747900713,627.666358661548,0.04457541074224473,3,0.219170076,12.9166666666667,0.951503990178023,6,0.438340152,597,41244,881,1654,1410,6e3,6289,0.27566666666666667,0.22420098584830656,3064,-0.42850000000000005,-0.4871998727937669 +17055,IL,Franklin,4242.04516769149,-3.918813163134055,0.10722795600949142,953.405718519773,0.02409963647328867,5,0.126868133,43.25,1.10455613443661,22,0.558219786,1652,118580,1002.7,7245,4711,17891,18533,0.4049522106086859,0.25419521933847733,8390,-0.16812922698563526,-0.45270598392057404 +17057,IL,Fulton,6302.33203747223,36.59159200227442,0.17001624099577087,1482.36979354423,0.03998947351005504,5,0.138861888,29.4166666666667,0.827799039471709,20,0.555447552,1344,108047,827.5,8324,6118,15337,15609,0.5427397796179174,0.3919533602408867,2364,0.11097346286757509,-0.15145108591197387 +17059,IL,Gallatin,4204.63241151282,-13.414535729498997,0.7523049582238002,884.885537185498,0.15832627253274253,0,0,1.16666666666667,0.223842414939882,0,0,247,15989,1025.8,1028,656,2569,2691,0.4001557026080187,0.2437755481233742,1286,-0.18061502530167384,-0.4778892604979561 +17061,IL,Greene,1656.17615597713,537.2195969588073,0.11926949128454055,389.315112079414,0.028036519665808293,5,0.372189966,12.5,0.954708622928282,4,0.297751973,467,40037,818.7,2023,1202,5614,5542,0.36034912718204487,0.2168892096715987,2937,-0.25347345920912007,-0.52995308552869 +17063,IL,Grundy,9307.07539096414,1.9827986223150902,0.18590726466580387,2507.13652334078,0.05007963013284821,5,0.099157164,33.8333333333333,0.670803841095492,38,0.753594447,1157,151146,759,9319,8021,20956,22891,0.44469364382515747,0.3503997204141366,5396,-0.08966405802634086,-0.23572583111266432 +17065,IL,Hamilton,1193.62118727239,-22.848223973150013,0.14114002450897364,277.32830516448,0.03279275217742462,1,0.120540019,8,0.992432700657487,3,0.361620058,315,24826,799.3,1266,800,3935,4143,0.32172808132147396,0.19309678976587014,2405,-0.3303684879288437,-0.580497224233647 +17067,IL,Hancock,7343.92638302976,-28.03455025927762,0.3844182570681407,1685.56231521668,0.0882308582085783,4,0.215470804,19.75,1.06710611627404,10,0.538677009,611,55770,653.3,3246,1744,8229,7818,0.3944586219467736,0.22307495523151702,3969,-0.19005954550978243,-0.5076745970836531 +17069,IL,Hardin,714.716399561821,-30.273997756775632,0.16544361100968077,127.543119831699,0.029523870331411805,1,0.242189392,1.25,0.310636182902584,0,0,195,12600,1086.6,742,419,2330,2133,0.3184549356223176,0.1964369432723863,1231,-0.340343347639485,-0.577121425222691 +17071,IL,Henderson,99.5907392047593,-2.3292594505018984,0.013584877807224022,21.1093372510259,0.002879462181288487,2,0.2891845,5,0.727907992429757,2,0.2891845,250,20945,697.5,1977,1151,3563,3480,0.5548694920011227,0.3307471264367816,1002,0.12321077743474601,-0.2879310344827586 +17073,IL,Henry,9344.02629427308,-1.1426001985554128,0.1850815333809983,2355.99896959452,0.04666638215732124,9,0.181323663,43.6666666666667,0.886093073593074,23,0.463382694,1584,148970,743.9,12316,8835,24279,24232,0.5072696569051444,0.3646005282271377,5127,0.030973269080275145,-0.21157972928359198 +17075,IL,Iroquois,6495.50894919482,55.11716896493878,0.21857153742495522,1600.68183992227,0.05386236758605121,8,0.277017902,25.6666666666667,0.905861038563799,21,0.727171993,1120,86451,823.7,3408,2496,12770,12923,0.2668754894283477,0.19314400680956434,7232,-0.4469068128425998,-0.5596223787046352 +17077,IL,Jackson,13246.9999751389,-6.976152081885632,0.21998405751002856,2787.74086370157,0.046294145665773855,14,0.234596243,51.5,0.874808900968235,36,0.603247482,1402,178411,760.8,11306,11619,21190,24509,0.5335535630014158,0.47407074952058426,730,0.10268994808872112,0.029784976947243857 +17079,IL,Jasper,1449.13926542508,-3.6478789836956675,0.14942661016963085,357.507119381146,0.036864004885661585,1,0.103917697,6.91666666666667,0.72532158836689,5,0.519588486,314,28790,755.8,1434,924,5038,5104,0.2846367606192934,0.1810344827586207,3049,-0.41226677252878124,-0.5973746081504703 +17081,IL,Jefferson,8547.83399181774,-1.714642205535978,0.22015180137063747,1833.8560062113,0.047231462801949675,10,0.259511081,32.9166666666667,0.855867568036055,30,0.778533243,1357,115458,864.7,6080,4408,16303,16818,0.37293749616634975,0.262100130812225,7273,-0.22848555480586397,-0.43245332381971696 +17083,IL,Jersey,3597.68843202288,2.983304152423962,0.1565233165987766,785.291656920237,0.034165397299118425,4,0.177218555,15,0.681044267877412,13,0.575960303,741,67538,816.7,3656,2673,9940,10909,0.36780684104627764,0.24502704189201577,5064,-0.23903420523138835,-0.4642038683655697 +17085,IL,Jo Daviess,4522.11936124926,-0.02371808541547579,0.1994055631558894,999.000481832985,0.04405152490664896,4,0.179742968,12.4166666666667,0.570356760067371,9,0.404421677,740,66801,638.9,5660,4452,11411,11177,0.4960126194023311,0.3983179744117384,1661,0.011480150731750072,-0.14860875011183677 +17087,IL,Johnson,2657.22990550549,19.626050776368587,0.2111929665796765,315.216691305828,0.02505298770512065,2,0.158717562,10.1666666666667,0.787991525861624,5,0.396793905,355,38383,720.8,1571,1135,5666,6017,0.2772679138722203,0.18863220874189796,3509,-0.4214613483939287,-0.583180987202925 +17089,IL,Kane,95265.8243154576,-6.0518307953435055,0.18488561181724034,27105.2267596656,0.05260403160226134,80,0.151714564,256.25,0.481931109711029,325,0.616340417,9171,1582650,624.9,91120,99389,183631,193500,0.49621251313776,0.5136382428940568,17302,0.008811148444434813,0.08941602067183457 +17091,IL,Kankakee,14468.1615138151,-14.79305814794835,0.12753009293881037,4136.61816018666,0.036462358947074544,24,0.215488215,96.6666666666667,0.878723971589945,77,0.691358025,3298,334591,828.4,21574,18908,45452,46556,0.4746545806565168,0.40613454764154994,6173,-0.03390389861832266,-0.13259300627201648 +17093,IL,Kendall,17970.9035390389,-35.0036576243921,0.15662829050201243,5340.28071010474,0.046544072567500525,9,0.074165637,50,0.400978387264926,71,0.585084466,1672,365009,652.2,21219,23392,45042,50815,0.4710936459304649,0.4603365148086195,760,-0.04122818702544295,-0.014956213716422362 +17095,IL,Knox,9509.9654234022,28.609066750796924,0.17970795788662294,1932.4356451739,0.03651685869298173,10,0.192052853,41.3333333333333,0.811443977646027,39,0.749006126,2074,155572,882.3,12993,9939,22517,21964,0.5770306879246792,0.45251320342378437,719,0.17142603366345432,-0.03273538517574215 +17097,IL,Lake,248067.693831979,-2.5004881392254945,0.3526383711301805,64112.4545025376,0.09113847585589215,114,0.161659477,344.166666666667,0.489535787318155,545,0.772845746,13288,2111900,628.2,151552,168186,284032,293574,0.533573681838666,0.5728913323386948,59578,0.08077610973411442,0.2029403148780205 +17099,IL,LaSalle,23592.1278509741,-11.564559452553146,0.20708654761923825,5648.39322238373,0.04958036254330721,21,0.188779317,92.75,0.838289257244085,69,0.620274899,3932,336077,825.7,23023,19277,47146,48447,0.4883341110592627,0.397898734699775,6992,-0.003902770118355714,-0.14432266187792853 +17101,IL,Lawrence,2393.50275326143,13.492197844078355,0.1421910980372738,560.022890713539,0.03326934537596026,0,0,9.16666666666667,0.559728073924813,6,0.363218112,593,49823,878.7,2010,1288,5984,6039,0.3358957219251337,0.2132803444278854,3229,-0.30798796791443855,-0.5346911740354363 +17103,IL,Lee,3915.66638753897,3.22497337789453,0.10867492957561461,920.562668091517,0.025549184538078792,6,0.172736433,27.3333333333333,0.798030227827898,13,0.374262271,1114,104489,778.3,6932,5499,15275,15215,0.45381342062193125,0.3614196516595465,3098,-0.07292962356792149,-0.20361485376273414 +17105,IL,Livingston,3290.49671807776,-1.4275968592949133,0.084480018435886,765.29968147505,0.01964825883119512,8,0.211065087,33.3333333333333,0.912591943638321,20,0.527662718,1271,111083,811.1,5014,4005,15019,15096,0.333843797856049,0.265302066772655,6192,-0.3150009987349357,-0.41017488076311603 +17107,IL,Logan,11044.5314946002,14.43002093970145,0.3644458503415343,1915.78131594019,0.06321667434219404,5,0.168089827,24.8333333333333,0.841038145877784,14,0.470651516,1047,89090,843.3,3974,3301,12037,12130,0.33014870814987124,0.27213520197856556,4866,-0.320760986956883,-0.401154163231657 +17109,IL,McDonough,4131.32230736607,-56.023520512822515,0.12668104707978872,637.734973782078,0.019555224266591377,6,0.188205772,27.9166666666667,0.900653847808319,24,0.752823087,962,95066,818.8,5957,5278,12439,12910,0.47889701744513224,0.4088303640588691,1511,-0.01487257818152582,-0.11704105344694038 +17111,IL,McHenry,133295.441456285,0.21393457555386017,0.4317121435946529,39048.6499974106,0.1264692641450013,45,0.146444808,116.166666666667,0.378388120893105,214,0.696426421,6021,921361,700.1,59691,59827,133589,140145,0.44682571169781943,0.42689357451211246,11290,-0.08830816908577804,-0.08055942060009275 +17113,IL,McLean,46496.1291683262,0.20105465231551942,0.27419697337016846,10732.1409439922,0.06328958167617414,28,0.160863146,119.666666666667,0.694049731853209,127,0.729629268,3463,522158,693.6,31590,35918,72756,78995,0.43419099455714993,0.4546870055066776,1163,-0.1106163065589092,-0.014722450788024588 +17115,IL,Macon,29815.5903407987,-10.104513274884102,0.2691715147045961,6437.74415257642,0.05811916936819677,16,0.147669589,102.833333333333,0.9651180979196,63,0.581449008,3780,325234,832.3,22688,18211,48742,47283,0.46547125682163226,0.3851489964680752,8571,-0.0525419556029707,-0.18127022397056025 +17117,IL,Macoupin,7698.45705519122,74.67684347663932,0.16117360107173076,1872.03309542037,0.03919256977745986,11,0.236798484,42.5833333333333,0.927579797275711,20,0.430542699,1664,139245,821.9,9440,6532,20947,21881,0.45066119253353704,0.29852383346282163,7662,-0.07012937413472092,-0.3501668113888762 +17119,IL,Madison,96436.7595203085,12.779941693876761,0.3581255320456191,21811.1813932591,0.08099754678463135,41,0.153811525,221.5,0.833461895928266,187,0.701530612,8527,800107,858.6,58813,50336,122203,127902,0.4812729638388583,0.39355131272380417,19959,-0.013649419408688801,-0.15604916264014634 +17121,IL,Marion,10749.336541171,7.4643588731892665,0.2725698339420088,2509.53342780192,0.06363398402013135,4,0.103704856,38.9166666666667,1.02036357280196,24,0.622229136,1555,115410,956.7,6210,4231,15728,16600,0.3948372329603255,0.25487951807228915,7446,-0.19195066124109866,-0.4485542168674699 +17123,IL,Marshall,2340.82626553526,36.216311504252324,0.1851919513872832,557.49237884178,0.044105409718495255,3,0.249708673,13.4166666666667,1.12376804310802,5,0.416181122,497,36096,843,2452,1784,5842,5903,0.4197192742211571,0.3022192105708962,1992,-0.14293050325231088,-0.33745553108588855 +17125,IL,Mason,4562.9352787239,340.72871443601014,0.3111233655205169,1106.86737054693,0.07547166034003341,2,0.143905598,13,0.962463907603465,7,0.503669593,568,41805,880.4,2867,2008,6272,6433,0.4571109693877551,0.31214052541582465,2043,-0.06345663265306123,-0.317581221824965 +17127,IL,Massac,1525.0356457935,-21.495449873681434,0.0988421573526152,317.251491994632,0.020562025535979776,2,0.13418316,13.6666666666667,0.932369127211534,5,0.3354579,625,44611,916.3,2092,1555,6492,6633,0.32224276032039434,0.23443389115030905,3289,-0.33672211953173137,-0.49585406301824214 +17129,IL,Menard,350.869064250204,0,0.027616612691869658,57.1098719547117,0.0044950705985605435,3,0.238663484,10.5,0.838926174496644,2,0.15910899,374,37609,724,2095,1808,6142,6423,0.3410941061543471,0.2814884010586953,2422,-0.30104200586128294,-0.37708236026778763 +17131,IL,Mercer,2967.64024984461,-21.55238013648671,0.18057930204725628,602.744145488497,0.03667665483074705,2,0.12543117,14.6666666666667,0.932400932400932,5,0.313577924,538,47982,727.9,4503,3061,8525,8417,0.5282111436950147,0.36366876559344186,1739,0.07378299120234605,-0.20660567898301052 +17133,IL,Monroe,9635.4950606866,46.53246505725563,0.2923656601233911,2337.20671067954,0.07091685258608307,5,0.148271158,14,0.410942820241869,22,0.652393096,905,101132,675.6,6205,5522,17407,19074,0.3564657896248636,0.2895040369088812,7092,-0.26851266731774576,-0.3718150361748978 +17135,IL,Montgomery,7125.79678063823,56.189537363368615,0.23670597862869486,1575.28299795111,0.052328029429680775,4,0.136244422,32.75,1.13118264714009,20,0.681222112,1084,87295,819.9,5053,3490,12120,12829,0.41691419141914193,0.27203990957985813,5126,-0.14174917491749178,-0.3995634889703017 +17137,IL,Morgan,11483.3671131944,28.599765391689836,0.3230474333472417,2839.56616021664,0.07988201986712352,5,0.143147528,32.8333333333333,0.957882350653013,22,0.629849123,1181,104774,784.8,5792,4693,14071,14607,0.4116267500533011,0.3212843157390292,4367,-0.15421789496126787,-0.2989662490586705 +17139,IL,Moultrie,448.602321210074,2.169291377730982,0.030217049791868112,90.7144329861067,0.006110361914731692,1,0.06739907,10.75,0.725028663923923,2,0.13479814,567,44743,820.7,2142,1476,6052,6209,0.3539325842696629,0.23771943952327268,2977,-0.2708195637805685,-0.4794652923176035 +17141,IL,Ogle,9409.03702917308,41.39990140925966,0.17587971342641795,2662.84781762446,0.04977564756200273,8,0.153595085,39,0.760634251945468,29,0.556782183,1538,156017,743.4,9504,8025,23342,23798,0.4071630537229029,0.337213211194218,6319,-0.1672950047125354,-0.26552651483317924 +17143,IL,Peoria,47562.3493044821,-13.937126892722096,0.25503420648643976,11325.3496705816,0.060727689204915974,54,0.288278285,162.5,0.878349891354875,135,0.720695712,5446,561812,804,40050,37436,78060,77465,0.5130668716372021,0.48326340928161104,2137,0.04397899052011267,0.027586652036403536 +17145,IL,Perry,4795.01440552116,4.03933792460344,0.2145420315669423,1203.24738827251,0.053836572182215214,6,0.276854928,14.5833333333333,0.682836228558942,10,0.46142488,741,64897,864.8,3813,2433,9533,9706,0.3999790202454631,0.2506696888522563,4383,-0.17664953320046156,-0.45157634452915724 +17147,IL,Piatt,507.19203873981,-0.7987130629316783,0.030318132508805672,119.156904509931,0.007122775091752704,3,0.182581705,10,0.603864734299517,6,0.365163411,522,49271,765.5,3081,2633,8697,8899,0.3542600896860987,0.29587594111697946,2990,-0.2680234563642635,-0.33599280818069444 +17149,IL,Pike,3030.02254381445,-23.340699784061783,0.18442011830885266,731.274925140905,0.0445085164419297,5,0.312070903,19.25,1.20689655172414,5,0.312070903,618,48093,811.5,2276,1412,7275,7458,0.31285223367697595,0.18932689729149907,4337,-0.3542268041237114,-0.5815231965674443 +17151,IL,Pope,1081.89491649023,-18.511189110214126,0.24203465693293733,178.283348478999,0.039884418004250334,2,0.467726848,4,0.962232379119557,0,0,144,12833,757.5,649,374,2219,2132,0.29247408742676884,0.175422138836773,1304,-0.38846327174402884,-0.6116322701688555 +17153,IL,Pulaski,1284.13334389978,-63.834984686931584,0.20842936924197045,298.081738178881,0.0483820383345043,3,0.515907137,10.0833333333333,1.79450673310791,2,0.343938091,259,17387,980.2,1389,817,3001,2473,0.4628457180939687,0.3303679741205014,766,-0.057647450849716786,-0.3097452486858067 +17155,IL,Putnam,655.860706784377,22083757.707267486,0.10920091688051566,95.0807315431084,0.01583095763288518,2,0.343997248,6,1.06932810550704,0,0,171,17256,691.4,1558,1143,3132,3076,0.49744572158365263,0.3715864759427828,619,0.018518518518518545,-0.20123537061118335 +17157,IL,Randolph,3835.84626018966,-13.770492854809694,0.11458496415908889,801.22412936042,0.023934285140411637,6,0.182542822,32,0.980963183225529,19,0.578052268,1126,99022,826.9,5753,3421,14380,14032,0.4000695410292072,0.24379988597491448,6571,-0.17600834492350492,-0.4682867730900799 +17159,IL,Richland,939.448311500851,16.98079193141382,0.0578727475821383,184.87275139042,0.011388699032244194,3,0.186787871,12,0.753295668549906,16,0.99620198,649,48224,832.1,2360,1579,7274,7630,0.3244432224360737,0.20694626474442987,4157,-0.3285675006873797,-0.5448230668414155 +17161,IL,Rock Island,26107.8664310907,-13.319397993724841,0.1769473007136127,6197.31527311743,0.042002597651697976,27,0.184851742,143.916666666667,0.994009466976093,109,0.746253329,4664,440662,768.5,39081,32258,64880,62971,0.6023581997533909,0.5122675517301615,5289,0.21875770653514182,0.0839910434962125 +17163,IL,St. Clair,90848.946496767,-19.519267823259128,0.3364078061467511,24119.2012054423,0.08931185089552648,35,0.131713136,223.833333333333,0.851857912891027,191,0.718777401,7517,796467,837.3,66749,60180,118379,119201,0.5638584546245533,0.5048615363965068,6701,0.14478074658512063,0.05621597134252232 +17165,IL,Saline,9727.97560375129,11.954929118372453,0.390477887197499,2300.39725659119,0.09233722380248023,8,0.325044694,32.9166666666667,1.35420523580313,17,0.690719974,1099,73995,1043.2,3697,2551,10713,11234,0.34509474470269763,0.22707851166102902,5697,-0.2899281247082983,-0.5071212390956027 +17167,IL,Sangamon,47888.0504288221,-23.223298290636432,0.24251411859733168,11432.0345705418,0.05789397903700302,30,0.150756042,170.166666666667,0.861607738098252,154,0.773881013,5768,596849,778.4,41961,40731,94032,96472,0.4462417049515059,0.4222054067501451,9092,-0.08688531563722984,-0.09424496226884488 +17169,IL,Schuyler,1067.16751723631,1.1223181242262303,0.14145910885953208,239.697148648162,0.0317732169469992,1,0.136425648,7,1.01112234580384,3,0.409276944,250,21632,763.4,1726,1074,3882,3792,0.4446161772282329,0.28322784810126583,1449,-0.08655332302936625,-0.38212025316455694 +17171,IL,Scott,222.81403047104,-0.23595330589604083,0.0416085957929113,46.5170974582288,0.008686666192012847,1,0.192159877,2.91666666666667,0.577214855861205,2,0.384319754,181,15466,805.7,910,528,2554,2583,0.35630383711824587,0.20441347270615565,1437,-0.26468285043069695,-0.5563298490127758 +17173,IL,Shelby,5434.01899313025,54.07149799362306,0.24299150351608684,1198.40962556475,0.053588947170091224,4,0.181422351,20,0.920937514389649,7,0.317489115,739,66030,724.7,3336,2279,10383,10912,0.3212944235770009,0.2088526392961877,5930,-0.33718578445535974,-0.5434384164222874 +17175,IL,Stark,1799.41454685856,0,0.3002026271035302,486.705990915566,0.08119886401661094,1,0.172028213,5.75,0.995498614958449,0,0,249,17514,787.5,1095,748,2661,2707,0.41149943630214203,0.2763206501662357,1029,-0.1623449830890643,-0.38012560029553005 +17177,IL,Stephenson,3553.06700864395,-15.280905157358754,0.07447060444434092,541.485810358109,0.011349286545201504,6,0.129212878,44.4166666666667,0.973537319539424,27,0.581457952,1592,138820,714.4,7954,7531,17029,19525,0.46708555992718304,0.3857106274007682,3314,-0.04627400317106112,-0.16973111395646612 +17179,IL,Tazewell,58387.7132782571,6.789812885531705,0.43124298918901205,13307.151195011,0.09828464477754553,17,0.125269883,96.8333333333333,0.720566531482928,109,0.803201014,4307,406574,796.2,24385,20568,60903,63347,0.4003907853471914,0.32468783052078237,18052,-0.17866114969705926,-0.28497008540262364 +17181,IL,Union,2362.23629156052,68.4315610852438,0.13265028591422506,505.790280687663,0.028402419176081706,4,0.229265776,18,1.04578201254938,13,0.745113773,696,52438,919.7,3135,2389,8274,8514,0.3788977519941987,0.28059666431759456,3391,-0.21948271694464588,-0.39828517735494484 +17183,IL,Vermilion,11870.9618804098,-17.199468744141143,0.1454329173710236,2834.87309049053,0.03473045133832196,15,0.188139675,78.4166666666667,1.00391323458497,42,0.52679109,2953,239649,937.4,10773,9876,26153,29799,0.4119221504225137,0.3314205174670291,8706,-0.1573433258134822,-0.29215745494815265 +17185,IL,Wabash,1022.76720842774,1.5901949289657622,0.08560870581968193,226.134855013924,0.018928170671626686,2,0.173175167,9.83333333333333,0.855667710871331,10,0.865875833,413,34717,791.4,1588,1146,5127,5402,0.3097327872049932,0.21214365049981487,2893,-0.3676614004291008,-0.5355423917067753 +17187,IL,Warren,1177.38569592423,821.4272967150029,0.06649266933553002,299.434949097937,0.01691054097802773,6,0.335683115,19.5833333333333,1.12690374803391,8,0.447577487,554,52934,747.8,3893,2983,7476,7700,0.520733012306046,0.3874025974025974,1284,0.05791867308721238,-0.16675324675324676 +17189,IL,Washington,1627.92799511166,-0.061604693190003224,0.11062299504700053,325.026816617223,0.022086627929955353,8,0.557996792,15.6666666666667,1.10687202675333,10,0.697495989,468,43090,730.9,2448,1446,7398,7376,0.3309002433090024,0.1960412147505423,4120,-0.3161665314949987,-0.5585683297180044 +17191,IL,Wayne,3358.780289312,-1.6720227569219985,0.20040455186825773,838.10551393316,0.050006295580737464,3,0.181345584,16.4166666666667,1.00126047003334,5,0.30224264,649,49535,905.2,1514,1048,7676,8256,0.1972381448671183,0.12693798449612403,5915,-0.5823345492443981,-0.7164486434108527 +17193,IL,White,4287.55161955678,-2.2025877134977554,0.2923662884116454,883.992463157778,0.06027906329067699,5,0.347850285,17.25,1.20696893366919,8,0.556560456,686,43170,956.5,2187,1412,7059,7289,0.3098172545686358,0.19371655919879271,4227,-0.36010766397506727,-0.5799149403210316 +17195,IL,Whiteside,13051.789531955,31.18288013295807,0.22311514123482856,2850.4612193997,0.048727498707642994,8,0.140656868,45.9166666666667,0.812166878920806,30,0.527463253,1901,171615,755.6,12393,11005,21492,25210,0.5766331658291457,0.4365331217770726,1592,0.1729480737018425,-0.06314954383181276 +17197,IL,Will,217703.442342544,-10.208815805107063,0.3213050391737175,64040.5957522248,0.09451649411450616,102,0.148814083,346.5,0.502516935473345,477,0.695924683,12562,2056938,695.3,127522,146230,249708,291010,0.5106844794720233,0.5024913233222226,16504,0.03666682685376521,0.05671282773787839 +17199,IL,Williamson,9594.14586250416,-19.666692637353766,0.14458377959377547,2293.81231860237,0.034567751987015234,14,0.208930277,55.8333333333333,0.826425893033353,42,0.626790831,2230,202080,864.1,10622,8539,29079,31422,0.3652807868221053,0.2717522754757813,12964,-0.24959592833316135,-0.41257717522754755 +17201,IL,Winnebago,76322.4129302052,4.7132774389652665,0.2584869674469976,18420.9543440647,0.062387658396377166,55,0.190613498,259.083333333333,0.90628822355848,202,0.700071393,8788,866554,828.8,60334,52595,116101,113027,0.5196682199119732,0.46533129252302546,1327,0.056950413863791016,-0.011740557565891319 +17203,IL,Woodford,4535.31717805075,56.35271313520873,0.11730077534788821,1189.2007848238,0.03075731390502276,6,0.153112001,28.75,0.734542667347981,19,0.484854671,1170,117640,724,5564,5068,18848,19389,0.2952037351443124,0.2613853215740884,8112,-0.39171264855687604,-0.41838155655268455 +18001,IN,Adams,2972.77288029622,21.114198471359703,0.0864504865296833,620.177762029809,0.018035238957449296,7,0.20120146,17.5833333333333,0.499072812594611,16,0.459889052,916,104407,717.3,3800,2802,12998,13039,0.2923526696414833,0.21489378019786792,6840,-0.39513771349438376,-0.5245801058363371 +18003,IN,Allen,107884.128826096,-8.247112185732504,0.30361757364610265,27857.9195876366,0.07840035456615306,50,0.136642636,289.666666666667,0.782028991767548,240,0.655884652,9376,1097624,799.8,59834,55222,146405,145787,0.40868822786107034,0.37878548841803455,28579,-0.16764454765889142,-0.1960325680616241 +18005,IN,Bartholomew,20967.6675264495,16.09441837637923,0.2730378353315298,5534.48023092876,0.07206917507785451,11,0.13712804,60.3333333333333,0.741177530445607,71,0.885099169,2220,240887,810.7,10622,9841,29313,32389,0.3623648210691502,0.30383772268362713,10796,-0.2545287073994474,-0.3333230417734416 +18007,IN,Benton,140.43746324282,32.436996679622816,0.015861470888052856,27.9185495830607,0.003153213189864547,2,0.229885057,6,0.69364161849711,5,0.574712644,279,26095,858.8,1159,860,3577,3654,0.32401453732177804,0.23535851122058019,1719,-0.32708974000559127,-0.4704433497536946 +18009,IN,Blackford,270.900133361109,5.151844916923326,0.021220439711821165,61.8336489326321,0.004843619687657222,4,0.322554633,10,0.823113013416742,5,0.403193291,498,37172,949,1927,1243,4740,4822,0.4065400843881857,0.2577768560763169,2106,-0.1651898734177215,-0.4367482372459561 +18011,IN,Boone,6750.17678934163,-11.250360958208079,0.11917685009430844,2161.68023836345,0.03816525844568238,6,0.09690705,31.5833333333333,0.488505302667058,38,0.61374465,1576,185607,828.5,8326,10181,27725,32061,0.30030658250676284,0.31755091856149215,9473,-0.37803426510369703,-0.29546801409812545 +18013,IN,Brown,469.00902196374,4.189974398251315,0.03077083204066002,109.478086688201,0.007182658882574532,4,0.267343938,5.91666666666667,0.39677217453505,4,0.267343938,453,44938,744.2,3056,2518,7590,7908,0.40263504611330697,0.3184117349519474,2497,-0.16785243741765482,-0.31575619625695495 +18015,IN,Carroll,913.624568611383,-1.0333090490926127,0.04532992153864465,207.880179643631,0.010314074901693426,4,0.200772976,12.8333333333333,0.642630612585545,13,0.652512172,534,59861,674.1,2631,1891,7793,8609,0.3376106762479148,0.2196538506214427,4382,-0.30309251892724237,-0.5090022069926821 +18017,IN,Cass,1565.43927509535,-1.6576491402751736,0.04017449250873453,416.624739728245,0.010692006870816739,6,0.15609553,35,0.922363358456754,31,0.806493574,1205,114806,815.8,5365,3758,14137,14135,0.3795006012591073,0.2658648744251857,5939,-0.2169484331895028,-0.4201627166607711 +18019,IN,Clark,24179.4548689309,1.6736706042212575,0.2193505957338241,5608.26899273151,0.050876959437654315,12,0.105021792,93,0.801509941308788,85,0.74390436,3523,342443,949.3,20775,18791,47062,51104,0.44143895287068124,0.3677011584220413,11221,-0.09874208490926861,-0.2195718534752661 +18021,IN,Clay,1069.46457059783,3.004965746703918,0.0397718323018903,241.462329964491,0.008979632947731164,5,0.188238837,25.5,0.969250066517162,14,0.527068745,935,79721,924.3,3630,2306,10922,11259,0.33235671122505034,0.2048139266364686,6222,-0.31450283830800224,-0.5526245670130563 +18023,IN,Clinton,620.622748974274,-53.3667014836534,0.01867995271413057,158.957836206864,0.004784428010078979,5,0.152550647,28.3333333333333,0.872949851598525,21,0.640712717,1107,98194,875.3,3307,2819,9879,11896,0.33475048081789655,0.23697041022192333,5711,-0.306812430407936,-0.4800773369199731 +18025,IN,Crawford,1560.80049013911,28.85362083902744,0.14569219547644077,333.546795913841,0.031134770457746753,2,0.187705303,11.3333333333333,1.07537084479868,1,0.093852651,351,31696,935.5,2040,1323,4586,4591,0.44483209768861753,0.2881725114354171,1690,-0.08242477104230261,-0.36811152254410806 +18027,IN,Daviess,3039.00727764284,111.3380085295088,0.09602525523391177,858.23409456769,0.02711811471712873,6,0.183323658,25.9166666666667,0.786091985400427,19,0.580524917,994,97954,878.1,2437,1800,10246,10736,0.23784891665040014,0.1676602086438152,6745,-0.5076127269178217,-0.6282600596125187 +18029,IN,Dearborn,13205.3719350514,0,0.26385941085482445,3259.02419983253,0.06511927188108238,7,0.141397002,28.4166666666667,0.576040758684532,25,0.504989294,1359,148633,797.4,6527,4883,22352,23910,0.2920096635647817,0.20422417398578002,13227,-0.39656406585540444,-0.5531994981179422 +18031,IN,Decatur,3931.46686463751,11.01611970308083,0.1527376404288077,1002.32073088514,0.03894019933508703,5,0.188508521,25.9166666666667,0.974384038900168,22,0.829437491,778,79256,822,2941,2121,10303,11095,0.2854508395612928,0.19116719242902208,6367,-0.4055129573910512,-0.5738621000450654 +18033,IN,DeKalb,9058.00969896297,-22.807609307146425,0.21452785683070744,2486.22009609481,0.058883075482433975,6,0.141566194,29,0.67842605156038,27,0.637047873,1257,127484,853.6,5419,3941,16314,16816,0.3321686894691676,0.23436013320647003,8113,-0.31672183400760084,-0.4824571836346337 +18035,IN,Delaware,30038.4473678234,5.255605729548726,0.25527485419367046,6158.48433263104,0.052336466356460304,13,0.11104088,101.583333333333,0.878725753945255,77,0.657703675,3646,351488,868.1,22630,18100,44924,44699,0.5037396491852907,0.4049307590773843,6117,0.031141483394176828,-0.1368486990760419 +18037,IN,Dubois,2411.3313005984,1.7285972009824755,0.05756478551883311,690.005971478289,0.016472247403334743,10,0.23615539,30.5833333333333,0.71872845773015,39,0.921006022,1224,127160,752.8,6522,5389,18542,19917,0.3517419911552152,0.27057287744138175,7976,-0.2767770467047783,-0.40046191695536476 +18039,IN,Elkhart,40314.6072834407,3.4471258526631687,0.20406363305868475,11390.5700210215,0.05765654827682616,36,0.178243411,148.25,0.727496675352462,138,0.68326641,5011,605689,766.2,24376,20667,67768,65187,0.35969779246842165,0.3170417414515164,21143,-0.26519891394168343,-0.32434381088253794 +18041,IN,Fayette,5202.24000161974,0,0.21428677355602999,1248.32874326791,0.05142022256736459,3,0.127833646,18,0.771505722000772,23,0.980057951,941,70753,1016.1,3553,2252,8816,9530,0.40301724137931033,0.23630640083945437,4587,-0.16912431941923772,-0.4813221406086044 +18043,IN,Floyd,21970.6236730828,23.112203583499326,0.29459926081529136,5444.3830924422,0.0730025354989702,8,0.105015818,57.9166666666667,0.752262198553925,67,0.879507476,2243,229109,866.9,14805,13939,35283,37225,0.4196071762605221,0.37445265278710543,7488,-0.14349686818014346,-0.20115513767629284 +18045,IN,Fountain,3224.424482336,401.40441476898616,0.18703158250208818,762.176621682862,0.0442097808400732,4,0.240124865,14.3333333333333,0.869424562254842,7,0.420218514,605,50192,840.6,2233,1476,7103,7474,0.3143742080810925,0.1974846133261975,4185,-0.34168661129100375,-0.5599411292480599 +18047,IN,Franklin,2094.70128001872,0,0.09073076969804304,591.185794424367,0.02560686942540681,7,0.305223685,20.4166666666667,0.89881869542886506,15,0.654050754,624,68690,763.6,2907,1967,10549,10990,0.27557114418428286,0.1789808917197452,6698,-0.42790785856479285,-0.6094631483166515 +18049,IN,Fulton,2688.93155634797,-16.79734850448885,0.12905219602361154,637.18339010823,0.03058088837148349,4,0.195121951,20.75,1.03033914295645,13,0.634146341,695,61233,870.1,2621,1960,8120,8374,0.32278325123152707,0.2340577979460234,4050,-0.3317733990147783,-0.48363983759254836 +18051,IN,Gibson,1293.42408330258,-62.6308528725525,0.038606216855284,284.489761598896,0.00849147125925726,7,0.207352114,33,0.979141322730914,20,0.59243461,1081,101196,835.3,4928,3720,14718,15472,0.33482810164424515,0.2404343329886246,7359,-0.30975676042940614,-0.47563340227507755 +18053,IN,Grant,12579.0165038672,-12.599977202803553,0.17954377619313455,2682.16558726396,0.03828329009383195,7,0.102086949,73,1.09057770739651,49,0.714608642,2490,205641,936.2,9589,7029,25258,25239,0.3796420935941088,0.2784975632949008,9980,-0.2200886847731412,-0.39541978683783036 +18055,IN,Greene,3960.46380511797,46.0176856379615,0.11941696985128811,959.040504502704,0.028917247233610856,9,0.275010695,22.25,0.690757815653038,22,0.672248365,1135,97972,879.1,4340,2929,13101,13763,0.3312724219525227,0.2128169730436678,7346,-0.31425082054804976,-0.5337499091767783 +18057,IN,Hamilton,87492.2420206383,-8.267326930190096,0.3186530235410345,26396.0774147898,0.09613640802417535,31,0.102437686,132.666666666667,0.419336247614893,219,0.723672688,4510,910072,602.3,43794,57214,136803,153630,0.32012455867195894,0.3724142420100241,30085,-0.34316498907187704,-0.1958276378311527 +18059,IN,Hancock,20497.433577284,-10.377139002493758,0.2928121136150967,5343.62933993058,0.07633538098812291,5,0.06946567,40.3333333333333,0.547137476204042,45,0.625191031,1880,215573,788.8,9303,8901,32758,36027,0.2839916966847793,0.2470647014738946,16149,-0.4104951462238232,-0.4482471479723541 +18061,IN,Harrison,1864.7545584559,-13.406648601322448,0.0473720800339371,423.939941014789,0.01076973734922236,3,0.07633782,29.75,0.746999447597047,19,0.483472862,1165,117867,841.7,6600,4776,17646,18528,0.37402244134648077,0.25777202072538863,8217,-0.2283236994219653,-0.44349093264248707 +18063,IN,Hendricks,39540.9318003327,-26.312558076852167,0.2718561396535717,11033.4170805612,0.07585815604588031,9,0.0576716,75.5,0.470082809289583,120,0.768954734,3242,467860,726.9,21100,22595,66590,75258,0.31686439405316114,0.3002338621807648,25731,-0.34852079891875654,-0.3419038507534083 +18065,IN,Henry,1826.32833870122,-18.79997711329663,0.036923867589285106,407.271847600583,0.008234035170445655,8,0.163281968,45.1666666666667,0.930868421233418,25,0.510256149,1762,147108,900,7613,5124,18996,20075,0.40076858285954936,0.2552428393524284,8771,-0.169667298378606,-0.4369115815691158 +18067,IN,Howard,22218.6050532589,-13.29489334002846,0.26849629076347276,5242.66509058642,0.06335393815963868,11,0.132558868,86.6666666666667,1.04963989277525,77,0.927912077,3027,248074,916.4,15097,11215,36194,36754,0.4171133337017185,0.3051368558524242,12460,-0.14331104602972872,-0.3390107199216412 +18069,IN,Huntington,8245.43548047286,7.950569128600115,0.2221052548344157,2012.8654782503,0.054220059213724275,5,0.136217512,28.9166666666667,0.794413919413919,31,0.844548575,1240,110134,871.8,4596,3506,15753,15974,0.2917539516282613,0.21948165769375236,8143,-0.3977655049831778,-0.5097658695379992 +18071,IN,Jackson,6621.65116990927,1.9670267217230264,0.15625946691309398,1696.49168093381,0.04003425714871176,10,0.228806773,38.1666666666667,0.867168033687017,34,0.777943027,1420,131386,918.4,5838,3843,16704,17532,0.3494971264367816,0.21919917864476385,9014,-0.27424568965517243,-0.5141455624001825 +18073,IN,Jasper,3056.56976236764,26.255203464079823,0.09130084719420635,868.892272159923,0.025954127252521744,8,0.238984317,39.75,1.18894505428768,21,0.627333831,965,100346,827.1,4672,3329,12891,13331,0.36242339616786906,0.24971870077263522,6053,-0.25467380342874874,-0.4540544595304178 +18075,IN,Jay,4122.41987153247,0.35074348597406707,0.19396884541158754,1000.21511039794,0.047062302281933845,3,0.141649747,14.5,0.688967024612753,9,0.424949242,732,63542,930.6,3063,1889,7897,7962,0.3878688109408636,0.23725194674704847,3808,-0.20007597821957707,-0.4782717910072846 +18077,IN,Jefferson,5379.9272324687,12.725245028876738,0.16590376318208647,1231.82242308655,0.03798638285082491,6,0.184649474,28.6666666666667,0.884282394554466,19,0.584723334,1163,97446,995.1,5728,4325,13120,13461,0.43658536585365854,0.32129856622836345,4213,-0.10426829268292687,-0.3129782334150509 +18079,IN,Jennings,7999.89410769224,53.07327215377532,0.2804520283152407,2157.16247806775,0.07562357504181419,2,0.071428571,19,0.684487354996758,11,0.392857143,857,84174,976.7,3818,2364,10237,11115,0.37296082836768585,0.2126855600539811,5858,-0.22408908860017585,-0.5270355375618534 +18081,IN,Johnson,40026.7514147481,-6.048190348871321,0.2866137125664005,10178.1615131467,0.07288127452952799,13,0.088112893,88.5,0.582305799370978,125,0.847239355,3773,442881,798.4,17080,17318,57362,66229,0.2977580976953384,0.2614866599223905,28138,-0.38450542170775076,-0.4248592006522822 +18083,IN,Knox,10536.5588549086,116.27039233096335,0.2741040284835744,2328.51770385239,0.06057538251437018,4,0.105435184,29.0833333333333,0.770541896283736,25,0.658969898,1390,113795,960.7,5228,3772,15145,15483,0.34519643446682075,0.24362203707291868,7305,-0.2894684714427203,-0.47180778918814187 +18085,IN,Kosciusko,14141.1308944476,-19.128787077101293,0.1828011439598697,3784.05777969566,0.04891617905964037,15,0.190927142,60.75,0.76809285389167,54,0.687337712,2139,234941,808.6,6862,6311,30039,31907,0.22843636605745865,0.1977935876140032,17598,-0.5223542727787209,-0.551540414329144 +18087,IN,LaGrange,59.0375741440803,-88.69193428483459,0.0015901091937104157,16.789925288409,4.522173370073529e-4,8,0.208138204,19.5,0.498593710048581,8,0.208138204,778,115320,729.5,2897,2080,9311,9552,0.31113736440768985,0.21775544388609716,4945,-0.357641499301901,-0.5176926298157454 +18089,IN,Lake,147709.011983438,6.581025414543032,0.29779742539578835,38065.6617119608,0.07674451207540407,81,0.16522924,394.333333333333,0.811642646709725,405,0.826146201,14512,1469999,852.1,130824,116896,201648,200247,0.6487741014044275,0.5837590575639086,41331,0.30958402761247317,0.2064000958815862 +18091,IN,LaPorte,28376.921769712,36.10498834144427,0.2545768861610342,6556.33130713731,0.0588185858338101,19,0.170489214,98.5833333333333,0.896089927131149,70,0.628118158,3560,333955,889.1,24104,19795,43657,44994,0.5521222255308427,0.4399475485620305,2883,0.12586755846714154,-0.0640752100280037 +18093,IN,Lawrence,4370.66899292182,5.43087938217599,0.09473856576325096,962.982974959089,0.020873606775026858,9,0.196919307,35,0.768926578496419,22,0.481358306,1670,136955,923.1,5779,4210,17822,19076,0.32426214790708113,0.22069616271755085,9824,-0.3278532151273707,-0.5149926609352065 +18095,IN,Madison,34367.4647632017,4.710588569160663,0.2610795281169414,7395.32439151619,0.05618010568169947,20,0.15376454,105.5,0.815957183516892,77,0.59199348,4503,390123,910.6,24404,18595,52340,53660,0.46625907527703475,0.34653373089824824,13781,-0.044917844860527356,-0.25682072307118897 +18097,IN,Marion,219009.703422696,-3.392254005203406,0.2424301532364054,59591.3546354877,0.06596393223711906,163,0.174472808,786.916666666667,0.836052296164554,832,0.890560593,23564,2802066,876.4,215474,212676,357745,361070,0.6023117024696362,0.589015980280832,82448,0.2217864680149268,0.22834353449469635 +18099,IN,Marshall,7139.5320684617,-3.886007826787921,0.15174028327690592,1933.50270315699,0.041093764280397654,9,0.191054408,37.5833333333333,0.807271529627402,43,0.912815505,1390,140856,760.4,6136,4798,17751,18008,0.34567066644132727,0.26643713904931143,7488,-0.28865979381443296,-0.41581519324744554 +18101,IN,Martin,275.751319595234,2.921761418650266,0.026683890032439907,72.2065359465687,0.006987278492990972,3,0.294031167,6.91666666666667,0.680038016583096,9,0.882093502,311,30658,804.1,1351,881,4742,4807,0.2849008857022353,0.1832743915123778,2814,-0.40299451708140027,-0.5853962970667776 +18103,IN,Miami,7288.49712390266,8.773027985940919,0.19750419000901445,1906.34336619258,0.05165822199259084,11,0.305946487,29.25,0.815149235013795,22,0.611892974,1086,107969,833,4220,2766,12758,13440,0.3307728484088415,0.20580357142857142,7209,-0.3090609813450384,-0.5363839285714286 +18105,IN,Monroe,20102.6612313355,-26.520983715997183,0.145698908717117,4303.19111157283,0.03118842036595902,20,0.139529367,70.6666666666667,0.485694910283903,111,0.774387989,2647,430373,676.2,22885,34183,40200,57623,0.5692786069651742,0.5932179858736962,13656,0.16495024875621894,0.23698870242784997 +18107,IN,Montgomery,5511.10293945507,20.39612675032866,0.1445573113905957,1293.12973659585,0.03391904670537851,8,0.209720547,37.4166666666667,0.982735374971547,27,0.707806847,1168,114373,797.3,4244,3362,14349,15101,0.29576974005157153,0.2226342626316138,7689,-0.38497456268729524,-0.5091715780411893 +18109,IN,Morgan,10034.5689654583,-18.548725959856167,0.14565229142535344,2508.70438914096,0.03641397493455105,7,0.100440503,51.4166666666667,0.737706486078032,38,0.545248447,2020,208619,887.7,7969,6037,28251,31180,0.2820785104952037,0.19361770365618985,17634,-0.4113836678347669,-0.5655548428479795 +18111,IN,Newton,2267.03404583037,1070.876212985407,0.15915712200437868,487.999356945677,0.03425999416917137,3,0.211924272,13.5,0.96954898017811,10,0.706414241,462,42109,829.1,2212,1403,5652,5791,0.3913658881811748,0.24227249179761698,2671,-0.19090587402689319,-0.4612329476774305 +18113,IN,Noble,2720.93795481059,-15.82928476107549,0.057239522778748525,804.157133885543,0.01691680271553229,9,0.189004158,33,0.692724295730299,26,0.546012012,1287,142829,799.8,5229,3904,16244,16890,0.3219034720512189,0.2311426879810539,8294,-0.3355700566362965,-0.4910597986974541 +18115,IN,Ohio,NA,NA,NA,NA,NA,1,0.165700083,4,0.674308833445718,2,0.331400166,188,17972,763.6,992,686,2812,2917,0.352773826458037,0.23517312307164895,1432,-0.2720483641536273,-0.49091532396297566 +18117,IN,Orange,2066.74842187058,73.82577315440741,0.10417078739267036,477.606343591733,0.02407290038264783,4,0.203811271,17.3333333333333,0.89647444185846,14,0.713339448,690,59027,943.1,2939,2048,7753,8189,0.379079066167935,0.25009158627427036,3752,-0.216174384109377,-0.4581756014165344 +18119,IN,Owen,171.997325877946,13.338305425958765,0.007972066089360186,31.3844718185569,0.0014546684504545492,2,0.095378893,16,0.767754318618042,7,0.333826124,717,63081,979.4,2823,1946,8107,8520,0.3482175897372641,0.2284037558685446,4205,-0.276181078080671,-0.49354460093896707 +18121,IN,Parke,2149.84944102521,33.91152972447126,0.12398924049975259,441.255743361854,0.02544874233588177,2,0.116056403,12.6666666666667,0.753968253968254,5,0.290141009,462,51327,733.2,2106,1441,6504,6576,0.3238007380073801,0.2191301703163017,3422,-0.32626076260762604,-0.5203771289537713 +18123,IN,Perry,5976.13310846147,12.644284724181007,0.309035738362885,1153.14095644744,0.05963082823701727,4,0.205613241,10.5833333333333,0.558016098984147,14,0.719646345,630,58183,817.1,4314,3062,7866,8025,0.5484363081617086,0.3815576323987539,1494,0.11581489956775998,-0.18616822429906538 +18125,IN,Pike,990.517539774276,52.99938404492184,0.07711308211555282,216.08880136359,0.016822794967971195,3,0.237642586,7.58333333333333,0.610034054648326,5,0.396070976,439,37895,851.7,2125,1297,5924,5977,0.3587103308575287,0.2169984942278735,3101,-0.25354490209318026,-0.5188221515810607 +18127,IN,Porter,52406.9133449128,-17.790753265390283,0.31888740831622153,13243.3752332169,0.08058375004239243,12,0.071823601,89.9166666666667,0.535884920327471,111,0.664368311,4349,501574,785.8,36950,33531,72487,76492,0.5097465752479755,0.4383595670135439,5188,0.03797922386083025,-0.06782408617894681 +18129,IN,Posey,5706.22162973052,-4.457165203276646,0.2202324056244894,1291.31270127387,0.04983839063195176,3,0.117462803,13.6666666666667,0.536452608991469,10,0.391542678,741,76529,796.4,4531,3515,12216,12448,0.3709070072036673,0.28237467866323906,4878,-0.23706614276358873,-0.3918701799485861 +18131,IN,Pulaski,354.733496813788,0,0.026468698463944788,82.9521728539767,0.00618953684927449,2,0.15423768,13,1.02685624012638,9,0.694069561,452,38879,876.7,1899,1327,5399,5437,0.3517318021855899,0.24406842008460547,2527,-0.2717169846267828,-0.4647783704248666 +18133,IN,Putnam,1799.8176053775,70.06014795024575,0.04740978335161868,388.13355647539,0.010223995903258171,4,0.106332075,28.4166666666667,0.759073262812979,23,0.611409432,1076,112752,820.4,4504,3356,13813,14680,0.3260696445377543,0.22861035422343323,7281,-0.3257800622601897,-0.4959809264305177 +18135,IN,Randolph,3755.088578971,-28.341522833508005,0.14348280841278516,957.01884729304,0.03656791285365634,4,0.157579578,25.0833333333333,1.00005315897191,8,0.315159155,897,76113,850.4,3768,2446,10188,10456,0.36984687868080096,0.2339326702371844,5069,-0.24047899489595598,-0.4847934200459067 +18137,IN,Ripley,733.8206545672,0.21339767785523311,0.025463968858602262,209.144524751231,0.007257426773240023,8,0.280731305,21.6666666666667,0.751115117058402,15,0.526371197,932,85742,852.6,3241,2471,10982,12790,0.2951192861045347,0.19319781078967943,7335,-0.38635949735931524,-0.5734949179046129 +18139,IN,Rush,570.539421258247,-3.8579988419551228,0.03280470453416783,124.927680017306,0.007183054278823943,2,0.118399242,12.6666666666667,0.760806454842133,10,0.591996211,577,50507,846.5,2221,1525,7026,7214,0.316111585539425,0.21139451067369006,3767,-0.34329632792485054,-0.5221790962018298 +18141,IN,St. Joseph,83408.9702290678,-7.4773849297401425,0.31247389860701,20003.6418885175,0.07493937342803009,46,0.171886794,200.833333333333,0.746201185747743,211,0.78843725,7898,803005,827.8,56458,52247,110644,109452,0.510267163153899,0.47735080217812376,228,0.035094537435378326,0.0020831049227058585 +18143,IN,Scott,830.983063254971,-33.5386802630952,0.03436512399218271,193.560528264701,0.008004653581932137,4,0.168690958,22,0.927096502317741,19,0.801282051,882,71222,1088.2,3998,2642,8716,9060,0.45869664983937586,0.29161147902869755,3432,-0.062069756769160156,-0.37880794701986753 +18145,IN,Shelby,5949.08272108818,31.746207475817744,0.13387979838617742,1361.09855661804,0.03063053732599784,7,0.157024608,27.1666666666667,0.612910988779593,23,0.515937998,1288,133464,808.8,5357,4247,16743,17935,0.3199546078958371,0.23679955394480068,8471,-0.3353640327300962,-0.47231669919152497 +18147,IN,Spencer,2.09551611123607,17.19436663862676,1.0001508740149247e-4,0.0011725302319974,5.59626876669244e-8,5,0.240373059,12.25,0.593277799302596,10,0.480746118,544,62373,666.1,4026,2861,9725,9959,0.4139845758354756,0.28727783914047594,3711,-0.15311053984575834,-0.37262777387287876 +18149,IN,Starke,1304.23105122149,-5.122138901273817,0.05582463943934811,345.394693170674,0.014783833119491248,5,0.216694115,23.1666666666667,1.00685239109334,8,0.346710583,845,69183,1022.2,3809,2489,8752,9226,0.4352148080438757,0.26978105354433124,3878,-0.10614716636197441,-0.4203338391502276 +18151,IN,Steuben,6418.32293245979,-11.495933178067903,0.18775260881848146,1434.09935254459,0.04195112922464794,7,0.204034045,29.8333333333333,0.874467503028882,21,0.612102134,958,103106,752.3,4846,3741,13677,14530,0.35431746728083646,0.2574673090158293,6386,-0.2702347005922351,-0.439504473503097 +18153,IN,Sullivan,1042.41717498011,-1.1814428352428759,0.04854096274645449,246.788295047932,0.011491888011545145,3,0.142517815,17.9166666666667,0.861295388263949,11,0.522565321,733,63105,948.6,3191,2113,8289,8559,0.38496802991917,0.2468746348872532,4025,-0.20641814452889373,-0.47026521789928727 +18155,IN,Switzerland,487.624455233279,0,0.04594595828071977,177.714994656475,0.016745029177091773,2,0.191350938,12.8333333333333,1.21908742598398,5,0.478377344,324,31537,901.7,1437,930,3397,3639,0.4230203120400353,0.25556471558120364,1628,-0.12805416544009418,-0.44737565265182744 +18157,IN,Tippecanoe,32253.6397567729,-33.13578407700799,0.1866746137097633,8003.17204755081,0.04632001416570674,22,0.120169986,111.916666666667,0.595114653734555,137,0.748331276,3459,550786,731.2,26642,27207,56696,61916,0.46990969380555947,0.4394179210543317,3504,-0.036439960491039924,-0.05659280315265841 +18159,IN,Tipton,1878.9409321202,-63.46209907959385,0.1179054299774222,384.471842787927,0.024125994150848835,2,0.129743756,10,0.65867474641022306,10,0.64871878,509,46284,753.8,2432,1587,7364,7510,0.3302552960347637,0.21131824234354193,4002,-0.3178978815860945,-0.5328894806924102 +18161,IN,Union,NA,NA,NA,NA,NA,1,0.138007176,7,0.970604547975596,4,0.552028705,226,21691,848,1018,715,3099,3286,0.3284930622781542,0.2175897748021911,1730,-0.3239754759599871,-0.5264759586122946 +18163,IN,Vanderburgh,35885.1020438684,0.8822954529386233,0.19969116844943266,8021.35076051927,0.04463671035274464,40,0.219772975,152.333333333333,0.838281394738821,161,0.884586222,5932,545316,874.9,31659,28296,72416,71957,0.43718239063190456,0.3932348485901302,12126,-0.10833241272646932,-0.16851730894839972 +18165,IN,Vermillion,2072.00482894055,-7.725209256830587,0.12780686090183505,433.890152689452,0.026763517930511474,3,0.191168037,15,0.958772770853308,7,0.446058752,640,47244,980.3,2979,2081,6578,6913,0.45287321374277895,0.3010270504845942,2430,-0.06795378534508972,-0.3515116447273253 +18167,IN,Vigo,36598.0959965341,25.697695524164654,0.33934886132829634,6969.04703678219,0.06461915878627504,17,0.157152762,88.5833333333333,0.820740411312166,93,0.859718049,3458,324421,923.7,19707,15922,39843,39569,0.4946163692493035,0.40238570598195555,6002,0.008508395452149708,-0.15168439940357348 +18169,IN,Wabash,3443.89776208595,24.767735463554697,0.10471593779147258,633.162977882805,0.01925209735717602,7,0.217040804,28,0.881556577041748,26,0.806151556,1243,96771,844.7,3929,3018,12702,13415,0.3093213667139033,0.22497204621692135,6801,-0.36206896551724144,-0.5069698099142751 +18171,IN,Warren,403.050267230325,51.7951515259492,0.047373092058101196,96.2676556797624,0.011314957179097602,2,0.239463602,3.33333333333333,0.408196587476529,0,0,250,24976,706.8,1324,839,3798,3919,0.3486045286993154,0.214085225822914,2057,-0.2772511848341232,-0.5248787956111253 +18173,IN,Warrick,17692.8442995398,4.404082655385299,0.2964171673095512,4755.72939799746,0.07967513943938515,8,0.130827978,22.5833333333333,0.361344896370017,29,0.474251419,1586,184253,713.8,8791,9086,24627,29609,0.3569659317009786,0.3068661555608092,10047,-0.26633369878588536,-0.3393225032929177 +18175,IN,Washington,2713.39186649667,-1.4321341111145898,0.09600848724423855,695.891887113333,0.0246228818595051,6,0.215223474,17.1666666666667,0.620407179857848,10,0.35870579,930,83545,980.5,3909,2636,10725,11333,0.36447552447552445,0.23259507632577428,5570,-0.24456876456876464,-0.49148504367775525 +18177,IN,Wayne,9994.70932011018,-14.450806316029881,0.14502531044749742,2328.89273707576,0.03379271786461628,7,0.103441652,65.3333333333333,0.981452549773665,43,0.635427288,2607,202287,934.3,10591,8322,25458,25575,0.4160185403409537,0.3253958944281525,7706,-0.1465158299945008,-0.30130987292277617 +18179,IN,Wells,2543.74709038409,-13.35506491386235,0.09204469135852113,566.809086831637,0.020509809192055185,2,0.071782356,14.75,0.527746967691152,13,0.466585313,880,83524,771.7,3434,2585,12922,13123,0.2657483361708714,0.1969823973176865,7414,-0.45047206314811944,-0.5649622799664711 +18181,IN,White,3863.97358756372,57.17558042738947,0.1567980192169671,917.939226954702,0.03724949182139764,3,0.122684333,22.6666666666667,0.944483797936025,18,0.736105999,844,73040,823.3,3635,2563,9901,9902,0.3671346328653671,0.258836598666936,4250,-0.2358347641652358,-0.42920622096546157 +18183,IN,Whitley,1687.94835628103,0,0.05070132032563469,426.585167685524,0.012813443700754656,6,0.179624585,25.8333333333333,0.772320049428483,20,0.598748615,904,100060,723.7,4420,3379,15005,15535,0.29456847717427526,0.21750885098165432,7978,-0.38900366544485165,-0.5135500482780818 +19001,IA,Adair,489.787852159838,-19.052199339981748,0.06375785630823197,105.607642202477,0.013747415022452095,2,0.268312316,7.66666666666667,1.08103026884753,3,0.402468473,344,22081,838.7,1788,1127,3959,3759,0.4516291992927507,0.29981378026070765,1329,-0.08133367011871684,-0.35355147645650437 +19003,IA,Adams,258.774842516174,6.289940830723702,0.06422805721424026,55.3040442573838,0.013726493982969424,1,0.258064516,3.75,1.01543460601137,2,0.516129032,155,11559,802.3,1018,565,2158,2082,0.47173308619091753,0.271373679154659,828,-0.039388322520852614,-0.39769452449567727 +19005,IA,Allamakee,1164.83079367155,-57.30382106195462,0.08128616843486043,236.391327976924,0.016496254569220097,7,0.498646531,14.3333333333333,1.03236339191395,3,0.213705656,497,41980,721.5,3511,2409,6824,6837,0.5145076201641267,0.3523475208424748,1663,0.041178194607268515,-0.24323533713617085 +19007,IA,Appanoose,1609.21526828434,-13.423804515778052,0.12487120883714907,321.51487391494,0.024948775813993948,5,0.394913514,13.25,1.06323222596694,8,0.631861622,528,37790,877.5,2934,1813,6176,6096,0.47506476683937826,0.2974081364829396,2218,-0.03545984455958551,-0.36384514435695536 +19009,IA,Audubon,462.27035139835,82.21589406789388,0.07554671537806014,88.5963634251239,0.014478895804073197,1,0.172592337,5.41666666666667,0.953974404132911,1,0.172592337,230,17446,718.6,1608,1079,3439,3379,0.46757778423960455,0.31932524415507546,1056,-0.055830183192788596,-0.3125184965966262 +19011,IA,Benton,3565.66121725282,-6.745932485265368,0.13674111126142122,901.915753120407,0.034587964147891045,3,0.11682243,16.25,0.632320323748006,6,0.23364486,698,77035,657,6850,4672,13959,13690,0.49072283114836307,0.3412710007304602,3554,-0.006089261408410318,-0.2596055514974434 +19013,IA,Black Hawk,38072.0946308971,21.940178928085547,0.2904271464711046,7697.2743123602,0.05871747892562515,24,0.180590984,122.833333333333,0.924226007744939,80,0.601969947,3557,399292,735.9,39338,32006,66205,63221,0.5941847292500566,0.5062558327138135,4624,0.2002869873876595,0.07314025402951552 +19015,IA,Boone,3083.22174961925,-9.901186144733694,0.11720602712762299,671.375149471323,0.025521749770825018,4,0.151325994,20.25,0.763229308005427,8,0.302651988,860,79426,754.4,7457,5517,14237,13984,0.5237760764205942,0.39452231121281467,1941,0.06440963686169837,-0.13880148741418763 +19017,IA,Bremer,2217.67181208332,20.006927863867933,0.09135243912025541,576.335936610996,0.023740976133259026,5,0.20225719,19.75,0.796435196386805,13,0.525868695,628,73873,560.3,6710,5349,13218,13350,0.5076410954758662,0.4006741573033708,1850,0.024738992283250105,-0.13857677902621718 +19019,IA,Buchanan,4140.59652976771,50.337173032248074,0.19756639611450091,1026.20262688104,0.04896472119863728,3,0.142599106,17,0.809832317073171,7,0.332731248,622,63137,747.3,5903,3966,10478,10137,0.5633708723038748,0.39124001183782187,1538,0.13933956861996571,-0.15172141659268024 +19021,IA,Buena Vista,1931.80097234484,-29.466135014381383,0.09535049221840276,471.241599598117,0.023259703830114362,4,0.19438235,13.3333333333333,0.655780706931602,9,0.437360288,578,61747,679,3683,2851,8322,8179,0.44256188416246095,0.34857562049150265,2044,-0.10394136024993988,-0.24990830174838002 +19023,IA,Butler,6659.7930656739,-1.3045650308647554,0.4479580995274029,1481.2799356952,0.09963542985775208,4,0.266560043,15.8333333333333,1.07047078178171,1,0.066640011,544,44891,692.9,3321,2163,7510,7457,0.4422103861517976,0.29006302802735684,2755,-0.10426098535286282,-0.3694515220598096 +19025,IA,Calhoun,264.521998757905,-94.24719480395451,0.027354911970827823,53.3316013743924,0.0055151604316848405,4,0.4054328,9.58333333333333,0.973322499830726,4,0.4054328,442,29588,779.2,2232,1396,5190,5105,0.4300578034682081,0.27345739471106756,2070,-0.1267822736030828,-0.405484818805093 +19027,IA,Carroll,1039.60033665824,9.52000708572982,0.0499423682099462,243.77828919223,0.011711101517689759,6,0.291800409,17.8333333333333,0.87260034904014006,15,0.729501021,749,61623,696,4912,3305,10581,10435,0.46422833380587847,0.3167225682798275,3322,-0.06284850203194403,-0.3183517010062291 +19029,IA,Cass,3557.69377527767,0,0.2549221679046768,817.050031595275,0.058544714215769206,6,0.446162998,13.5833333333333,1.03240353677383,9,0.669244497,596,40443,859.8,2856,1946,7167,7055,0.3984930933444956,0.27583274273564845,2809,-0.18920050230221847,-0.398157335223246 +19031,IA,Cedar,3724.59720726975,90.68499261627385,0.2013404620395562,941.773577046253,0.050909431701511056,3,0.162946065,17.0833333333333,0.925725226689787,9,0.488838195,536,55059,606.4,4931,3578,9548,9386,0.5164432341851697,0.3812060515661624,1697,0.044093003770423134,-0.18080119326656718 +19033,IA,Cerro Gordo,7309.1691773412,-0.4059376157970776,0.16554934604745533,1644.6202483335,0.03724989803930828,10,0.231192491,37.6666666666667,0.874545313830199,38,0.878531465,1519,129719,744.5,13204,9840,23548,22633,0.5607270256497368,0.4347633985772986,1743,0.1324953286903347,-0.07701144346750322 +19035,IA,Cherokee,935.688539084868,6.4540600078212735,0.07750899097787177,202.693948795094,0.016790419880309312,3,0.253464008,8.91666666666667,0.774823311319662,9,0.760392024,486,35285,717.1,2623,1676,6367,6186,0.411967959792681,0.2709343679275784,2512,-0.1622428145123292,-0.4060782411897834 +19037,IA,Chickasaw,1875.61962620909,2.219885310391062,0.15078540286269718,473.247511157872,0.03804546275085393,2,0.16307893,10.9166666666667,0.907981923535446,5,0.407697326,404,36516,707.9,3552,2264,6462,6367,0.5496750232126276,0.3555834773048531,1475,0.1108016094088517,-0.23166326370347107 +19039,IA,Clarke,735.249619214578,0,0.07917829196797092,179.897100582316,0.019372937818470385,3,0.325485516,12.0833333333333,1.29802699896158,4,0.433980688,327,27738,823.1,2187,1463,4398,4405,0.4972714870395634,0.3321225879682179,1243,0.014324693042291947,-0.2821793416572077 +19041,IA,Clay,1748.36402029142,10.690238418028656,0.10489974322262074,405.236099490106,0.02431367969581245,2,0.121102028,13,0.795934610910427,20,1.211020285,607,49505,730.1,3363,2246,8400,8542,0.40035714285714286,0.26293608054319834,3624,-0.18702380952380948,-0.4242566143760243 +19043,IA,Clayton,629.400025812553,-81.17595937446278,0.03471785679367605,130.993474030787,0.007225631531291688,5,0.282613611,15.8333333333333,0.900132651127534,13,0.734795388,584,53112,648,4768,3236,9035,9098,0.5277255118981737,0.3556825675972741,2073,0.06884338682899832,-0.22785227522532425 +19045,IA,Clinton,10260.3797117651,0.5276404695776625,0.20890096326584207,2460.57436110716,0.05009720582105953,7,0.14567855,41.8333333333333,0.884257399930951,25,0.520280535,1658,143996,795.3,15123,10079,24873,22748,0.6080086841153057,0.4430719184104097,1170,0.2291641539018212,-0.05143309301916649 +19047,IA,Crawford,4536.4583346839,-0.3310220294677655,0.26535203174332594,1162.43765129805,0.0679947152139711,5,0.290225215,9.83333333333333,0.580480125934671,9,0.522405387,493,51690,664.9,3035,1985,6686,6862,0.4539335925815136,0.2892742640629554,2623,-0.08211187556087346,-0.38225007286505386 +19049,IA,Dallas,3511.27822604048,2.8613362207847914,0.05309258677009874,1084.01946132214,0.016391010226387538,11,0.142118863,54.0833333333333,0.639918279773455,41,0.529715762,1240,232453,582.3,16466,15662,37799,37617,0.435619989946824,0.4163543078927081,3626,-0.11786026085346174,-0.09639258845734644 +19051,IA,Davis,955.733717748634,-17.733046866254828,0.10918927427723454,244.20264439424,0.027899308167969837,2,0.227764492,7.16666666666667,0.80887885628292,4,0.455528983,245,26270,670.1,1518,976,3738,3858,0.406099518459069,0.25298081907724207,1745,-0.1645264847512039,-0.4523068947641265 +19053,IA,Decatur,833.250569458674,-9.379584713797158,0.09852791408994609,203.986012392212,0.024120375120280476,2,0.242042842,10.1666666666667,1.24882283093805,5,0.605107104,284,24723,829.7,1790,1201,3812,3703,0.4695697796432319,0.3243316230083716,1095,-0.040661070304302216,-0.2957061841749933 +19055,IA,Delaware,1556.49317122311,0.28438507671483515,0.08762064688263398,367.631433360218,0.02069530698942907,2,0.114955742,9.91666666666667,0.572324503183856,5,0.287389355,522,52311,654.9,4605,2956,9323,9165,0.493939718974579,0.32253136933987997,2732,-0.0024670170545961767,-0.29809056192034916 +19057,IA,Des Moines,11346.952579712,15.271184794893996,0.28138754072441413,2657.21319460122,0.06589493353009845,6,0.149049807,38.25,0.962530511588113,32,0.794932307,1409,120686,789.4,11873,8178,20264,18713,0.5859159099881563,0.43702239085127986,1301,0.18471180418476119,-0.06952386041789133 +19059,IA,Dickinson,3316.51690196177,-3.2146628159260824,0.1989870343770187,522.680244065419,0.03136018744017633,3,0.177147919,14,0.811923679174158,18,1.062887511,628,50973,659.3,4088,3051,10118,10247,0.4040324174738091,0.29774568166292575,3692,-0.18017394742043874,-0.3603005757782765 +19061,IA,Dubuque,18351.666340162,1.0497093380698164,0.1959538545499023,3939.41827317343,0.04206398378240345,16,0.166026772,74,0.762863004236982,72,0.747120473,2766,289693,717.5,28600,22774,50516,49037,0.5661572571066593,0.46442482207312846,610,0.14520152031039674,-0.012439586434732974 +19063,IA,Emmet,2855.78229358433,0,0.2772065903304533,608.857005811855,0.059100854767215584,5,0.500500501,9.25,0.957755228825844,6,0.600600601,362,29544,742.4,2087,1356,4646,4707,0.4492036160137753,0.28808158062460165,1765,-0.08867843306069739,-0.37497344380709585 +19065,IA,Fayette,1137.31727370702,-2.6038224290962457,0.05446921808941666,255.908024622132,0.012256131447420115,5,0.245784791,18.5,0.922509225092251,7,0.344098707,787,61157,798.3,5709,3666,10309,9813,0.5537879522747114,0.3735860593090798,1925,0.11882820836162578,-0.1961683481096505 +19067,IA,Floyd,3026.61709089547,0,0.18564786179816417,723.417668381675,0.04437328518565141,2,0.124401319,16.6666666666667,1.05000105000105,6,0.373203956,618,48047,769.2,4674,3177,8228,7985,0.5680602819640252,0.397871008140263,1194,0.14681575109382594,-0.14953036944270504 +19069,IA,Franklin,1827.58168661598,-5.302791555055189,0.17112188076928653,385.861835239468,0.03612938532204757,3,0.287466462,13.0833333333333,1.28646345460505,5,0.47911077,346,31237,633.1,2256,1490,5133,4915,0.43950905902980714,0.3031536113936928,1663,-0.10948762906682247,-0.338351983723296 +19071,IA,Fremont,5615.53605935835,66.6081433882897,0.7546749172635869,1338.86437960135,0.17993070549675447,3,0.42722871,6.08333333333333,0.875299760191847,3,0.42722871,305,21013,845.5,1636,959,3655,3554,0.4476060191518468,0.2698368036015757,1442,-0.0916552667578659,-0.405740011254924 +19073,IA,Greene,1224.59399799827,-47.44244744917723,0.13116902292183696,237.390633822264,0.025427445782161953,1,0.108695652,9,0.998779269781378,8,0.869565217,358,27374,713.7,2369,1688,4804,4762,0.4931307243963364,0.35447291054178914,1131,-8.326394671107629e-4,-0.23750524989500216 +19075,IA,Grundy,1383.85658365986,-0.43229248133212206,0.11112636181320645,359.054692430314,0.028832786672313017,5,0.404040404,12,0.974579712498985,3,0.242424242,381,37133,598.4,2615,1847,6890,6766,0.3795355587808418,0.2729825598581141,2669,-0.23076923076923084,-0.39447236180904527 +19077,IA,Guthrie,1234.58149789635,0.4578157485818841,0.11270599761697554,291.175128861052,0.02658162578611028,4,0.373064727,10,0.941176470588235,5,0.466330908,393,32061,736.1,2565,1720,5843,5654,0.43898682183809684,0.304209409267775,1883,-0.10251583090877975,-0.3330385567739654 +19079,IA,Hamilton,2824.33923440775,-22.62127128109779,0.18020412393337268,676.837703073143,0.04318494883386352,4,0.264602765,13.1666666666667,0.87335279030689,4,0.264602765,517,45702,691.3,3776,2715,7872,7589,0.4796747967479675,0.35775464488074843,1735,-0.02667682926829268,-0.22862037159045995 +19081,IA,Hancock,1424.80900685791,0.07432740332555467,0.12563345444475002,299.438292672909,0.026403164859616347,3,0.27205949,8,0.738347946469774,3,0.27205949,374,33016,709.6,2506,1582,5881,5815,0.42611800714164255,0.272055030094583,2390,-0.13603128719605512,-0.41100601891659505 +19083,IA,Hardin,2542.41345975158,-0.9376522026370007,0.1449990566756918,568.17230976618,0.03240403272306262,6,0.346600427,21.25,1.23360037153141,6,0.346600427,670,52182,693.3,4021,2774,8775,8423,0.45823361823361825,0.32933634097115044,2457,-0.07133903133903136,-0.2917012940757449 +19085,IA,Harrison,2657.99591517302,-0.611786055209763,0.17805438874417337,591.080492731571,0.039595424218352826,5,0.349064507,12.6666666666667,0.895234056588216,7,0.48869031,553,43019,829.8,3131,2123,7282,7378,0.4299642955232079,0.28774735700731907,2769,-0.1274375171656138,-0.37530496069395497 +19087,IA,Henry,6159.79894683815,5.370892081053381,0.3057730924218491,1527.06537979023,0.07580369222090991,3,0.148389969,13.5833333333333,0.686963704715184,9,0.445169907,649,60057,761.9,4451,2897,9613,9286,0.46301882866951005,0.3119750161533491,2867,-0.0597108082804535,-0.30874434632780534 +19089,IA,Howard,3524.87173250832,-5.6213201756693305,0.3684791691938448,891.079794766153,0.09315072075749038,1,0.105831305,8.66666666666667,0.928704100585798,3,0.317493915,337,28346,700.6,2767,1674,4625,4507,0.5982702702702702,0.3714222320834258,937,0.21059459459459456,-0.20789882405147547 +19091,IA,Humboldt,1458.02592460806,-14.992020155683708,0.14855078192644525,327.109940617932,0.0333275538072269,3,0.31120332,10.5,1.10677769579424,4,0.414937759,354,28854,702.8,1967,1251,5124,5033,0.383879781420765,0.2485595072521359,2313,-0.22092115534738482,-0.45956685873236636 +19093,IA,Ida,75.2501586011904,0,0.010615059754717224,21.3917155005183,0.003017592819934871,3,0.426015337,6.33333333333333,0.906704843712718,2,0.284010224,251,21184,636.6,1317,792,3626,3590,0.36321014892443465,0.22061281337047353,1863,-0.26447876447876445,-0.518941504178273 +19095,IA,Iowa,2590.72629435939,26.136683587410907,0.15840576547596394,590.742088255652,0.03611996871022024,6,0.366412214,12.5833333333333,0.771463020865265,7,0.427480916,558,49144,718.2,4118,3070,8788,8789,0.46859353664087394,0.3493002616907498,2123,-0.049271734182976756,-0.2415519399249061 +19097,IA,Jackson,4549.35277747859,11.835049135581475,0.22920963207772016,1018.07352837286,0.05129350707239319,3,0.153988297,14.5833333333333,0.748938646946042,5,0.256647161,686,58446,779,5877,3837,10166,10204,0.5781034821955539,0.37602900823206586,1984,0.16781428290379702,-0.19443355546844376 +19099,IA,Jasper,6166.54282155932,1.453264300436747,0.1673780690939504,1502.66063976555,0.040786619612549535,6,0.162725103,28.3333333333333,0.771857179179834,19,0.51529616,1123,110440,706.1,10240,7108,19385,18776,0.5282434872323962,0.3785683851725607,3448,0.0707763734846531,-0.18363868768640818 +19101,IA,Jefferson,2066.0830935575,-10.401978609745141,0.12266716698673039,473.310489888914,0.02810131745466449,2,0.115440115,12.4166666666667,0.686382900313249,11,0.634920635,456,52400,621.8,4772,3702,8405,8001,0.5677572873289709,0.46269216347956504,36,0.1597858417608567,-0.004499437570303744 +19103,IA,Johnson,20182.3686639133,-7.861981957552366,0.15420278314751687,5052.21653515665,0.03860130908113148,20,0.140560979,80.5,0.549311824875296,106,0.744973188,2070,426523,585,50090,49942,74928,75637,0.6685084347640401,0.6602853100995545,28949,0.3541266282297672,0.38273596255800735 +19105,IA,Jones,3326.84132067644,33.34763143017034,0.16119979264833995,724.79700584896,0.03511953706022677,4,0.195560771,14.1666666666667,0.693119363308707,5,0.244450963,647,61457,705.9,5514,3779,10371,10011,0.531674862597628,0.3774847667565678,1939,0.07733101918812069,-0.19368694436120265 +19107,IA,Keokuk,2671.36829976555,0,0.2541497764023927,623.532698993362,0.05932191979767501,3,0.293226469,9.66666666666667,0.955298613169944,4,0.390968625,359,30694,717.2,2298,1265,5221,4858,0.44014556598352805,0.2603952243721696,2120,-0.10381153035816892,-0.4363935776039522 +19109,IA,Kossuth,8277.39212549361,15.294346661448655,0.5325479074498881,1811.70838183027,0.11656104882135172,7,0.459860728,10.1666666666667,0.672665519827092,10,0.656943897,584,45664,689.5,3824,2529,8833,8505,0.4329219970564927,0.29735449735449737,3108,-0.12340088305219066,-0.36543209876543203 +19111,IA,Lee,7087.7219505923,44.06473918223399,0.19763878061994034,1449.08732351336,0.04040732038127712,7,0.19837896,31.5,0.910010111223458,19,0.538457178,1340,105648,882.8,9428,6195,16488,15893,0.571809801067443,0.38979424904045806,2567,0.16017709849587575,-0.16151764927955709 +19113,IA,Linn,52422.6807731371,-3.6036301748918733,0.24818289781152467,13532.3560191596,0.06406576850936722,28,0.12858724,154.083333333333,0.695130552209605,160,0.734784226,5104,653872,676.2,68028,58481,117122,114664,0.5808302453851539,0.510020581873997,10298,0.17589351274739162,0.08981022814484052 +19115,IA,Louisa,129.706521248975,-5.335902451747963,0.01139075447870159,37.6115115922294,0.0033030220068700623,3,0.268793119,12.5833333333333,1.12936037814875,3,0.268793119,326,33656,733.6,2449,1643,4921,4943,0.497663076610445,0.3323892373052802,1417,0.006705954074375131,-0.28666801537527814 +19117,IA,Lucas,1927.62179178979,0,0.21663540029105305,452.22787251156,0.050823541527484827,1,0.114929318,10.25,1.18538221348445,3,0.344787955,345,26067,795.1,1977,1236,4273,4297,0.4626725953662532,0.28764254130788924,1637,-0.06342148373508077,-0.38096346288107985 +19119,IA,Lyon,1299.0310214584,-30.34739295941074,0.11216915822972108,303.763593254602,0.026229478737121316,5,0.427972267,6.83333333333333,0.581362373092848,5,0.427972267,341,35124,645.5,1416,917,6466,6336,0.21899164862356943,0.14472853535353536,4271,-0.5488710176306836,-0.6740845959595959 +19121,IA,Madison,2579.27553354495,-9.186348153138576,0.16450510450570513,739.864302185842,0.04718823280731182,2,0.128131206,13.25,0.836067642604745,3,0.19219681,441,46837,715.8,3508,2666,8140,8523,0.43095823095823094,0.3128006570456412,2670,-0.12088452088452095,-0.3132699753607885 +19123,IA,Mahaska,5136.10369813753,-0.02307096580893107,0.22948499611891918,1247.67577533311,0.05574709688276261,3,0.134108181,20.3333333333333,0.916700479389267,9,0.402324542,677,67061,715.8,4207,2606,10777,10494,0.3903683770993783,0.2483323804078521,4798,-0.2053447155980328,-0.45721364589289115 +19125,IA,Marion,4309.84509225554,-7.861829624619306,0.12938980732701494,1102.29515776971,0.03309301263231289,9,0.269743743,28.5833333333333,0.861229122098687,19,0.569459014,1020,99619,769.6,7478,5469,17536,17554,0.4264370437956204,0.31155292241084653,5471,-0.13298357664233573,-0.31166685655691007 +19127,IA,Marshall,8684.09187434901,-9.036193067027048,0.21364130767439973,2288.23151536556,0.056293827872602835,9,0.220231978,41.5,1.02947013296289,22,0.538344834,1444,122727,831.5,10085,7623,18727,17700,0.5385272601057297,0.4306779661016949,1502,0.08938965130560156,-0.0848587570621469 +19129,IA,Mills,1564.62734025013,20.027461663403116,0.1038998167375078,384.37810334527,0.025524809306412776,4,0.269705347,11,0.734704782260219,2,0.134852673,385,44452,727.4,2842,2080,7169,7608,0.3964290696052448,0.2733964248159832,2970,-0.19096108243827592,-0.390378548895899 +19131,IA,Mitchell,2222.42526091041,0,0.20623842436065423,630.126925987814,0.05847503025128194,5,0.463864923,13.3333333333333,1.23881197931184,4,0.371091938,384,32345,601.7,2831,1879,5580,5360,0.5073476702508961,0.3505597014925373,1301,0.03369175627240151,-0.24272388059701494 +19133,IA,Monona,1399.29873466066,0,0.15139010436661907,271.040622423427,0.029323879954930975,2,0.222321032,8,0.899078444594291,5,0.555802579,469,27049,925,2098,1244,4707,4525,0.44571914170384536,0.2749171270718232,1871,-0.0970894412577013,-0.4134806629834254 +19135,IA,Monroe,1987.90689567945,16.87667737421836,0.24942370083807405,463.029090684511,0.058096498203828235,2,0.249968754,6,0.762388818297332,3,0.374953131,337,23912,931.9,1729,1053,3802,3844,0.45476065228826934,0.2739334027055151,1582,-0.07706470278800626,-0.4115504682622268 +19137,IA,Montgomery,2148.18850956462,0.2500511904005284,0.20001755210098882,476.079720895335,0.044327720753755594,3,0.287880242,11.4166666666667,1.11654441727791,6,0.575760484,473,31106,874,1919,1312,5e3,4998,0.3838,0.26250500200080035,2119,-0.21600000000000003,-0.423969587835134 +19139,IA,Muscatine,8657.28761393753,-15.234642372868443,0.20253333989794176,2307.523023925,0.05398346061352205,9,0.20977554,37.0833333333333,0.863608135382705,34,0.792485374,1198,128889,771.5,11213,8284,19726,19086,0.5684375950522154,0.4340354186314576,1265,0.15517590996654163,-0.06627894791994132 +19141,IA,O'Brien,4080.00209888711,31.400623336948307,0.2833728364277754,943.46360773684,0.065527407121603,7,0.498007968,15.3333333333333,1.09367570137898,10,0.711439954,574,42089,707,1964,1314,7295,7348,0.2692254969156957,0.17882416984213392,4421,-0.4516792323509253,-0.601660315732172 +19143,IA,Osceola,1194.5459011597,1.406093392155828,0.1848569949179356,265.792589614661,0.041131629466830855,2,0.321646832,3.66666666666667,0.604661389621812,2,0.321646832,207,18562,678.7,909,552,3179,3197,0.2859389745202894,0.17266187050359713,1976,-0.4139666561811891,-0.6180794494838912 +19145,IA,Page,3799.9364959426,-17.154051003886345,0.2385096972095531,785.944038242862,0.04933115981941137,4,0.258131131,12.6666666666667,0.822991791739761,8,0.51626226099999994,606,46628,774.2,2588,1801,7014,6968,0.36897633304818933,0.25846727898966704,3074,-0.24950099800399206,-0.44115958668197475 +19147,IA,Palo Alto,2054.77458317136,-35.34983766161115,0.21810578316222906,469.000565831755,0.049782461079689526,4,0.439608748,6.16666666666667,0.681625584908441,7,0.769315309,397,27402,799.3,2124,1395,4857,4674,0.43730697961704756,0.29845956354300385,1684,-0.10809141445336623,-0.36029097133076593 +19149,IA,Plymouth,747.557048792602,-27.29118432018971,0.029919036612206917,200.665266256809,0.008031108070792003,5,0.201013106,10.6666666666667,0.423280423280423,12,0.482431455,729,74558,672.1,4148,2878,12909,13057,0.32132620652258115,0.22041816650072757,6781,-0.3430939654504609,-0.5193382859768707 +19151,IA,Pocahontas,1326.01601576782,-26.420991810930396,0.18139753977671955,332.128691725506,0.04543484154931683,4,0.560381059,9,1.30699970955562,3,0.420285794,280,21270,715.3,1518,962,3992,3831,0.3802605210420842,0.25110937092143043,1730,-0.21793587174348694,-0.4515792221352128 +19153,IA,Polk,64531.0552960138,-26.51700525918834,0.14984919026568316,16615.3845237651,0.03858300325971833,76,0.165266971,371.166666666667,0.782977706054629,334,0.726304848,10049,1379918,750.1,128264,119671,227563,228420,0.563641716799304,0.5239077138604326,26250,0.1416530806853487,0.11491988442343054 +19155,IA,Pottawattamie,32133.1188904871,-8.398751891272896,0.3449313949471554,8064.19173424293,0.08656467221540748,12,0.128854909,60,0.641148938898506,70,0.751653638,2771,279706,802.8,19347,15341,41679,42226,0.46419059958252357,0.3633069672713494,9100,-0.05767892703759686,-0.21550703358120588 +19157,IA,Poweshiek,3582.33973186702,0,0.1894014873568267,838.438678719842,0.044328998557673784,5,0.267838012,18.6666666666667,1.00721235993453,9,0.482108421,676,55892,763.5,5307,4272,9858,9693,0.5383444917833232,0.4407304240173321,664,0.0910935280990059,-0.06850304343340552 +19159,IA,Ringgold,560.252100242363,-5.52442996824224,0.10918965118736366,92.059176429706,0.017941761143969205,2,0.395961196,5.08333333333333,1.00302551960011,3,0.593941794,221,15134,743.8,1181,753,2578,2684,0.4581070597362296,0.28055141579731746,1067,-0.07176105508145852,-0.3975409836065573 +19161,IA,Sac,3735.67522679783,82.6731003829146,0.3609348045215295,924.177262835286,0.08929248916282956,5,0.498256104,5.91666666666667,0.599095450249764,2,0.199302441,431,30106,735.7,2117,1269,5256,5158,0.4027777777777778,0.24602559131446297,2423,-0.18436073059360725,-0.4697557192710352 +19163,IA,Scott,18170.1577751081,-5.407830547465487,0.10997287182920217,4542.89632382654,0.02749537793435905,25,0.145868706,144.083333333333,0.835391614581522,127,0.741013029,4385,514076,740.8,50581,40302,89826,84878,0.5630997706677354,0.474822686679705,1219,0.1375770934918621,0.014361789863097663 +19165,IA,Shelby,3181.92640217996,-0.41214409859534035,0.2615210324796548,719.368719265894,0.0591245762526419,4,0.334784064,7.33333333333333,0.621468926553672,6,0.502176096,478,35845,712.2,2468,1649,6456,6270,0.3822800495662949,0.2629984051036683,2691,-0.22227385377943,-0.4291866028708134 +19167,IA,Sioux,1430.53920456424,2.3946374552443643,0.042444196669957274,406.184715753072,0.01205152847593971,8,0.230673856,19,0.544443807668061,23,0.663187336,763,104165,550.5,2683,2289,17181,17989,0.15616087538560036,0.12724442714992495,12472,-0.6797043245445551,-0.6933125799099449 +19169,IA,Story,17893.2169499397,10.966279465315115,0.19983043655423935,2707.84497798887,0.030241059815381274,12,0.127560512,58.5833333333333,0.603392041748206,66,0.701582813,1540,285104,589.9,25940,25085,46529,48910,0.5575017730877517,0.5128808014720916,5974,0.13718326205162373,0.12214271110202413 +19171,IA,Tama,3032.75522212361,-5.353072029725173,0.17069596567364273,786.040199787694,0.04424158269756819,5,0.286516532,16,0.923840868410416,6,0.343819838,629,52237,754.3,4737,3194,8930,8636,0.5304591265397537,0.3698471514590088,1774,0.07402015677491608,-0.2054191755442334 +19173,IA,Taylor,267.964001415981,-46.316175295292055,0.04241950315275938,67.8692871204221,0.010743911211084709,2,0.325573824,6,0.965250965250965,0,0,253,18553,761.7,1261,755,2978,3003,0.42343854936198794,0.2514152514152514,1353,-0.14069845533915376,-0.45054945054945056 +19175,IA,Union,2448.15388243863,0.23296198678027527,0.19532103737343465,523.322931494254,0.04175226834962933,3,0.239693193,12.0833333333333,0.97289318303811,5,0.399488655,459,37703,842.3,3029,1920,5899,5768,0.513476860484828,0.332871012482663,1601,0.038820139006611354,-0.2775658807212205 +19177,IA,Van Buren,3945.21216490873,-42.832414772234294,0.5211640904767146,956.303683294276,0.1263280955474605,5,0.669523299,12,1.65039196809242,2,0.26780932,273,22197,790.4,1398,843,3540,3526,0.3949152542372881,0.23908111174134997,1681,-0.18644067796610175,-0.4767441860465117 +19179,IA,Wapello,15751.4670921351,59.394508495421604,0.4421464446915116,3963.15410209048,0.11124643093587312,6,0.170396456,36.0833333333333,1.0314828578507,23,0.653186414,1264,105784,880.7,8616,5591,15630,14996,0.5512476007677544,0.3728327554014404,3119,0.117658349328215,-0.20798879701253664 +19181,IA,Warren,6544.85316609861,-35.430665850185115,0.14158687217087312,1734.83489961353,0.03753023038644738,5,0.10426224,33,0.664104163731863,21,0.43790141,1152,144049,689.6,12521,10371,25875,26916,0.48390338164251206,0.38530985287561303,4402,-0.019710144927536255,-0.1635458463367514 +19183,IA,Washington,1492.37603533065,0.10172730374277283,0.06876041445496912,347.529163099329,0.016012217245638085,4,0.181241504,18.0833333333333,0.811603309247042,10,0.453103761,719,66337,689.7,5081,3938,10880,10824,0.4670036764705882,0.3638211382113821,2232,-0.04218749999999999,-0.20620842572062087 +19185,IA,Wayne,2560.35348065502,0,0.3998677933242261,624.616227144897,0.09755055866701498,3,0.469116497,7,1.08493490390577,1,0.156372166,247,19191,752.7,1251,719,2886,2921,0.43347193347193347,0.24614857925368025,1350,-0.11503811503811501,-0.46217048955837037 +19187,IA,Webster,8850.07836263809,5.180045517368651,0.23281715104406625,1467.50396042966,0.0386053181919254,5,0.135299689,31,0.843101525741794,27,0.73061832,1316,111436,852.8,9458,6293,18118,17239,0.5220222982669169,0.3650443761239051,3756,0.05546969864223428,-0.2178780671732699 +19189,IA,Winnebago,1917.68462692083,-0.1264281801288479,0.17648487271496685,417.23251926971,0.03839798631232376,3,0.284117814,12.6666666666667,1.19148402470762,4,0.378823752,379,31704,674.4,2895,1920,5878,5717,0.4925144607009187,0.33584047577400733,1517,-3.402517863218546e-4,-0.265348959244359 +19191,IA,Winneshiek,2590.80768439811,-9.951060606965246,0.12304367802042694,634.511327314349,0.030134466532786335,5,0.240755008,12.8333333333333,0.624159006533405,8,0.385208012,590,62331,597,6245,5238,11016,11217,0.5669026870007262,0.46696977801551215,94,0.14769426289034132,-0.008380137291610967 +19193,IA,Woodbury,26350.5327283699,-18.24537442533434,0.2579036597929952,6559.05292591221,0.06419618805457669,19,0.185780915,88.6666666666667,0.862692443657427,95,0.928904577,2850,307601,823.8,22026,16102,44702,42933,0.4927296317838128,0.3750494957258985,8525,-0.0024607400116326006,-0.19856520625160134 +19195,IA,Worth,619.173183961901,1.4299368613059258,0.08149160094260345,134.783812979647,0.017739380492188338,2,0.262329486,5.33333333333333,0.704349357281212,3,0.393494229,251,22714,684.9,2343,1523,4143,4216,0.5655322230267922,0.3612428842504744,920,0.1448225923244026,-0.21821631878557873 +19197,IA,Wright,889.518561002078,0.24191354591274072,0.06724004543065062,185.539886086799,0.014025238951303875,4,0.31152648,19.3333333333333,1.51289876620497,8,0.62305296,491,38614,720,2794,1890,6174,5949,0.452542921930677,0.3177004538577912,1900,-0.08341431810819566,-0.31938140864010756 +20001,KS,Allen,5343.1194704336,0,0.39960507594298117,1307.98597715353,0.09782259944308803,2,0.154930669,14.5833333333333,1.14702952126265,5,0.387326671,552,38717,944.7,1842,1398,5221,5314,0.3528059758666922,0.26307866014301845,2177,-0.27178701398199573,-0.4096725630410237 +20003,KS,Anderson,1808.22407642578,0,0.22318243352576894,458.454507747524,0.05658535025271835,3,0.380565774,5,0.638814360546825,4,0.507421033,266,23527,733.7,937,665,3274,3277,0.2861942577886378,0.20292950869697896,1721,-0.39981673793524736,-0.5251754653646628 +20005,KS,Atchison,2710.64798835944,-22.624267063977857,0.16016591753482864,698.557090536458,0.0412761221068576,3,0.181675044,10.4166666666667,0.635938135938136,12,0.726700176,547,49592,866.9,2486,1946,6499,6393,0.38252038775196184,0.30439543250430157,2031,-0.20772426527158028,-0.3176912247771 +20007,KS,Barber,544.518981481045,-1.9924603163261592,0.11201789374224337,103.279346042282,0.02124652253492738,3,0.612619971,4,0.853242320819113,4,0.816826629,198,14608,898.7,473,281,2282,2209,0.2072743207712533,0.12720688094160254,1541,-0.5609114811568799,-0.6976007243096423 +20009,KS,Barton,6371.89898126749,-0.020850779290758775,0.23024857199058643,1668.26809191284,0.060282868104099156,4,0.146065364,25.5833333333333,0.955493308434485,19,0.69381048,842,81787,737.6,2693,1823,12010,10088,0.22422980849292257,0.1807097541633624,5943,-0.5361365528726061,-0.5891157811260904 +20011,KS,Bourbon,3155.45257929828,-0.7324871068831048,0.2079649758978633,782.403600564635,0.051565517733120354,2,0.135391281,10.9166666666667,0.746847278283277,9,0.609260764,597,44292,949.1,1951,1306,6118,5918,0.3188950637463223,0.22068266306184522,3008,-0.3385093167701863,-0.5082798242649543 +20013,KS,Brown,805.447484260785,39.15031817185743,0.08067382654855619,180.484672864499,0.018077391112229467,3,0.30565461,8.83333333333333,0.912157510670522,5,0.50942435,350,29521,804.8,1039,850,3865,3960,0.2688227684346701,0.21464646464646464,2011,-0.4395860284605433,-0.5078282828282829 +20015,KS,Butler,17365.9903194437,7.334587696739464,0.26360033878937006,4559.14493319189,0.06920377858518352,5,0.075497909,34.1666666666667,0.509760039786149,51,0.770078669,1880,198792,826.2,7124,6489,25452,27051,0.2798994185132799,0.23988022623932573,12292,-0.4180418041804181,-0.45440094636057815 +20017,KS,Chase,2615.44659283978,0,0.9374360547812831,571.992335703968,0.20501517408744374,1,0.371471025,2,0.749344323716748,0,0,105,8063,812.2,343,313,1233,1342,0.2781832927818329,0.23323397913561847,651,-0.41686942416869427,-0.48509687034277194 +20019,KS,Chautauqua,1344.29758302802,22.162938909559355,0.3663934540823167,297.806921006226,0.08116841673650205,1,0.287273772,5.66666666666667,1.67950997826516,0,0,165,10422,891.7,259,236,1502,1845,0.17243675099866845,0.12791327913279132,1316,-0.6271637816245006,-0.7132791327913279 +20021,KS,Cherokee,2679.67036339981,-23.458308970684865,0.1240415851224279,684.873344164816,0.031702696114651485,4,0.19242796,17,0.839672033982021,11,0.529176889,759,62184,934.8,2868,1959,8396,8386,0.3415912339209147,0.23360362508943477,4058,-0.29502143878037157,-0.48390174099689964 +20023,KS,Cheyenne,260.513953383517,-90.26407888235936,0.09556638055154694,70.5806055088347,0.02589163811769428,4,1.485332343,3,1.12739571589628,1,0.371333086,101,8038,588.7,231,188,1422,1409,0.16244725738396623,0.1334279630943932,984,-0.6511954992967651,-0.6983676366217175 +20025,KS,Clark,2214.99999478452,0,0.9999999976453815,558.999999933868,0.25237020313041447,1,0.46641791,2,0.965250965250965,1,0.46641791,106,6412,908.3,171,118,1e3,983,0.171,0.12004069175991862,695,-0.62,-0.7070193285859614 +20027,KS,Clay,2260.64135987915,0.7766604802397522,0.26486717749023436,563.969237995983,0.06607723936684043,2,0.240471324,10,1.22804863072578,4,0.480942648,336,25080,774.2,811,665,3584,3727,0.22628348214285715,0.17842768983096324,2166,-0.53125,-0.5811644754494232 +20029,KS,Cloud,3220.20292605976,0.006699462822327064,0.3377953347382524,741.474087522054,0.07777972175831889,2,0.21310602,9,0.983606557377049,5,0.532765051,403,27905,844.8,951,744,3957,3831,0.2403335860500379,0.1942051683633516,2112,-0.48900682335102347,-0.5512920908379013 +20031,KS,Coffey,3341.34696861209,-27.672091130291953,0.3884835447752692,804.893512242754,0.0935813873087727,2,0.237163524,9.75,1.15617218071861,6,0.711490573,293,25257,794.8,884,719,3839,3962,0.23026829903620735,0.18147400302877334,2271,-0.5147173743162281,-0.5731953558808682 +20033,KS,Comanche,336.988720837292,0,0.1782066212783141,72.2851928987515,0.03822590846047145,2,1.023541453,3,1.61117078410311,1,0.511770727,110,5713,1170.6,141,102,915,857,0.1540983606557377,0.11901983663943991,603,-0.6721311475409837,-0.7036172695449241 +20035,KS,Cowley,11420.6726986565,93.38834139119112,0.3145237723735645,2740.96637291602,0.07548584101005261,5,0.139031783,27.0833333333333,0.757512190119244,16,0.444901705,1328,107893,925.6,4219,3436,12444,12171,0.3390388942462231,0.28231040999096213,4580,-0.2983767277402764,-0.3763043299646701 +20037,KS,Crawford,11594.7922603136,-2.219450248412339,0.2962843629660551,2731.33894228387,0.0697945250238634,7,0.178162382,27.5,0.702175467265856,20,0.509035378,1244,117934,884.1,6545,5064,14385,14404,0.45498783454987834,0.3515690086087198,3330,-0.06499826207855408,-0.23118578172729792 +20039,KS,Decatur,825.220404742673,65.09705855951223,0.2786965230471709,139.915711710647,0.047252857720583255,1,0.343878955,2,0.706214689265537,1,0.343878955,118,8731,559.8,266,178,1533,1460,0.1735159817351598,0.12191780821917808,1042,-0.6216568819308546,-0.7136986301369863 +20041,KS,Dickinson,1591.42150022829,-56.43405939615178,0.08056198745713729,386.817520018633,0.01958173129587086,4,0.206249355,16.5,0.86550566512799,11,0.567185728,701,58142,789.4,1962,1582,7854,8008,0.24980901451489687,0.19755244755244755,4323,-0.4770817417876241,-0.5398351648351649 +20043,KS,Doniphan,4886.72879336353,0.26842666254788977,0.6150697033811869,1037.78233132667,0.13062080948101573,2,0.254000508,5.91666666666667,0.772007654836465,1,0.127000254,243,23482,734.7,885,584,3369,3366,0.26268922528940336,0.17349970291146763,2017,-0.44879786286731965,-0.599227569815805 +20045,KS,Douglas,15121.956304054,2.409839362102767,0.13644773161581217,3696.13673206336,0.0333508087638583,16,0.137238924,53.4166666666667,0.447225943290913,99,0.849165845,2067,349167,680.1,28012,30089,46283,48231,0.6052330229241838,0.6238518794965894,15781,0.23732255903895594,0.3271962016130705 +20047,KS,Edwards,485.900137121224,0,0.15999345970405796,112.93236959335,0.03718550200637142,1,0.330033003,2,0.68073519400953,1,0.330033003,110,8952,801.1,291,208,1365,1308,0.21318681318681318,0.15902140672782875,825,-0.5545787545787546,-0.6307339449541285 +20049,KS,Elk,2863.46905947274,0,0.9935701108510547,610.176901220607,0.21171995184615092,1,0.371195249,2.75,1.07970160973695,0,0,126,7945,837.4,277,160,1356,1259,0.2042772861356932,0.12708498808578236,888,-0.562684365781711,-0.7053216838760921 +20051,KS,Ellis,4106.4970766129,-27.493316026711355,0.14433070000748277,806.273398425384,0.02833802187633151,5,0.172336539,19,0.657598726335098,32,1.102953848,749,87090,708.5,3464,2669,12779,11660,0.2710697237655529,0.22890222984562608,5642,-0.4376711792785038,-0.48387650085763295 +20053,KS,Ellsworth,1981.77239174962,-2.5916537450830677,0.30502884281200865,399.79536631162,0.06153538037734647,1,0.156445557,5.75,0.90865992414665,3,0.469336671,265,19105,853.5,696,515,2677,2626,0.2599925289503175,0.19611576542269613,1418,-0.4516249533059395,-0.5399847677075399 +20055,KS,Finney,7140.32946258269,-4.768953269063212,0.19415731625469573,2538.91820424953,0.06903736687648276,5,0.134466437,26.6666666666667,0.726176860374344,23,0.618545611,648,111376,715.9,2307,3006,7593,9731,0.3038324772817068,0.30890967012640014,3149,-0.36889240089556175,-0.3236049737950879 +20057,KS,Ford,7088.05451077542,-34.57188209778028,0.20940837008908708,2076.17309010274,0.06133813194583845,7,0.20117833,21.4166666666667,0.630439688754133,16,0.459836183,713,104355,725.9,2468,2032,8082,7425,0.30536995793120514,0.2736700336700337,2962,-0.37008166295471423,-0.39892255892255896 +20059,KS,Franklin,12227.6864095286,0,0.47044038202249155,3294.94208533684,0.1267675471428455,3,0.117137168,17.3333333333333,0.678142931664058,15,0.585685838,777,77001,849.8,3611,2829,10806,10658,0.3341662039607625,0.26543441546256336,4196,-0.3037201554691838,-0.3936948770876337 +20061,KS,Geary,12619.689257103,9.367820005800946,0.36725712290038415,3978.97566214015,0.11579581113265089,2,0.0544766,22.8333333333333,0.641638097379119,26,0.708196007,607,110687,837.2,3158,2569,7526,7129,0.4196120116927983,0.36035909664749616,1547,-0.14403401541323407,-0.21700098190489553 +20063,KS,Gove,1118.70811975922,-57.396793949794315,0.41510505371399625,211.949079001055,0.07864529833063265,2,0.733406674,2,0.772499034376207,3,1.100110011,128,8104,856.4,174,149,1368,1328,0.12719298245614036,0.11219879518072289,978,-0.7171052631578947,-0.7364457831325302 +20065,KS,Graham,561.579916026842,-2.520556611542246,0.216241785147032,92.715465571415,0.03570098789811898,1,0.389711613,3,1.17004680187207,2,0.779423227,90,7740,569.4,248,185,1319,1265,0.18802122820318423,0.14624505928853754,828,-0.6034874905231236,-0.6545454545454545 +20067,KS,Grant,742.541610363169,0,0.0948450134580622,260.390088515394,0.033259686871298245,1,0.127942682,4.25,0.555846194088412,5,0.639713408,148,23365,700.6,437,427,2215,2311,0.19729119638826184,0.1847684984855041,1328,-0.5891647855530474,-0.5746430116832539 +20069,KS,Gray,2727.80355798078,-14.319247036625878,0.45417974658354654,787.820207990404,0.13117219580259806,2,0.328839198,5,0.828637719588996,1,0.164419599,146,18229,708.4,304,257,1901,2011,0.1599158337716991,0.12779711586275486,1394,-0.6649132035770646,-0.6931874689209349 +20071,KS,Greeley,1246.99999892103,0,0.9999999991347476,265.999999234883,0.21331194806325823,1,0.768639508,1,0.771604938271605,0,0,63,3923,1039.9,112,83,665,639,0.16842105263157894,0.1298904538341158,440,-0.6421052631578947,-0.6885758998435055 +20073,KS,Greenwood,3106.69500593501,8.179224834362465,0.4644483489213649,646.102718782627,0.09659182520296411,3,0.474083439,7,1.13802633718095,1,0.158027813,295,18929,908.5,653,484,2706,2811,0.24131559497413155,0.17218071860547848,1662,-0.49260901699926085,-0.5912486659551761 +20075,KS,Hamilton,2690.00000129812,0,1.0000000004825724,763.000004801498,0.2836431244615234,1,0.384172109,4,1.57728706624606,1,0.384172109,80,7664,1082.9,159,114,857,847,0.1855309218203034,0.1345926800472255,576,-0.6056009334889149,-0.680047225501771 +20077,KS,Harper,1565.89571187963,39.61242678889524,0.2595120503612247,360.263088991198,0.05970551690275075,4,0.687521485,9,1.58311345646438,3,0.515641114,262,17502,895.5,536,388,2335,2513,0.22955032119914348,0.15439713489852766,1562,-0.5083511777301928,-0.6215678471945881 +20079,KS,Harvey,5077.73961822344,-35.054963130181825,0.1464000581888894,1275.13416908443,0.03676433424877263,8,0.229753016,26.25,0.751868931343626,24,0.689259047,1212,104638,763.7,5162,5006,13805,14540,0.3739224918507787,0.34429160935350756,3497,-0.23107569721115534,-0.24050894085281982 +20081,KS,Haskell,4256.00000198285,0,1.0000000004658953,1325.99999925801,0.31156015020160005,2,0.48709206,5,1.24812780828757,1,0.24354603,87,12238,699.7,202,228,1355,1300,0.14907749077490776,0.1753846153846154,783,-0.6856088560885609,-0.6023076923076923 +20083,KS,Hodgeman,611.673876069951,-67.84615819655781,0.3192452380323335,125.219973673187,0.06535489231377192,1,0.521920668,2,1.06951871657754,1,0.521920668,63,5763,631.2,178,124,1050,1006,0.16952380952380952,0.12326043737574553,721,-0.6466666666666667,-0.7166998011928429 +20085,KS,Jackson,1799.49837774155,-11.489737769430233,0.13367243929145373,502.865945812495,0.03735447524977678,3,0.221582096,8,0.601911067639756,5,0.369303494,406,40135,756.3,1870,1489,5474,5727,0.3416149068322981,0.25999650777021127,2399,-0.29338691998538546,-0.4188929631569757 +20087,KS,Jefferson,163.785710537325,-94.33169325463,0.008563510955627157,41.2226901599856,0.0021553220830275856,3,0.15910899,13.5,0.714399110969995,4,0.21214532,547,56611,737.5,2883,2483,7725,8151,0.3732038834951456,0.30462519936204147,2629,-0.22834951456310687,-0.32253711201079627 +20089,KS,Jewell,826.016113010031,-1.181851046207078,0.26844852551512216,155.434256328433,0.050514870434979854,3,0.985869208,3,1.03412616339193,2,0.657246139,126,9058,679.4,225,180,1477,1483,0.15233581584292485,0.12137559002022927,1024,-0.6736628300609343,-0.6904922454484154 +20091,KS,Johnson,94138.799041455,-21.33505785129991,0.1729923408317024,25918.7718343966,0.04762912908141734,76,0.132341469,254.083333333333,0.434738469663553,415,0.722654073,11253,1721102,620.1,107651,126324,268145,279753,0.40146562494172927,0.45155547929780915,7583,-0.17822819743049473,-0.02710605426930185 +20093,KS,Kearny,3977.00000048533,1035.592266913803,1.0000000001220342,1186.99999964763,0.2984661804494921,1,0.255427842,4.75,1.2126627521062,2,0.510855683,119,11818,878.1,261,224,1341,1325,0.19463087248322147,0.16905660377358492,824,-0.5958240119313944,-0.6218867924528302 +20095,KS,Kingman,2668.32043585745,1.758697974400874,0.33956737539545045,592.730581408336,0.07543020888372817,1,0.129903871,5.91666666666667,0.79237534038659,3,0.389711613,324,23224,835.5,731,594,3199,3281,0.22850890903407314,0.18104236513258154,1913,-0.5126602063144733,-0.583053946967388 +20097,KS,Kiowa,2544.17526585165,0,0.9965433865458871,548.330044925925,0.21477870933252055,0,0,3,1.20821586790173,0,0,81,7621,643.1,160,111,1133,1023,0.1412180052956752,0.10850439882697947,744,-0.7149161518093557,-0.7272727272727273 +20099,KS,Labette,4220.4608675766,-0.035313983396506425,0.1953284059599482,1052.81968703382,0.048725861389078536,5,0.238549618,23.9166666666667,1.16986238831279,10,0.477099237,788,62606,904.8,3074,2234,7907,7919,0.3887694447957506,0.2821063265563834,2998,-0.2015935247249273,-0.3785831544386918 +20101,KS,Lane,389.988822059676,-77.71492449249813,0.22285075546267202,106.963989466053,0.06112227969488743,1,0.592768228,3,1.83374083129584,1,0.592768228,76,5074,870.2,170,104,917,831,0.18538713195201745,0.12515042117930206,580,-0.6128680479825519,-0.6979542719614922 +20103,KS,Leavenworth,23532.1325570506,58.34304411175301,0.30871125135517075,6500.72686260312,0.08528115841635012,8,0.101526708,37,0.46132362475687,35,0.444179347,1731,236294,733.5,11072,10064,28532,29676,0.3880555166129258,0.33912926270386845,7323,-0.2016332538903688,-0.24676506267691067 +20105,KS,Lincoln,1021.210926063,-0.6660334400718736,0.31509130702344956,226.873609862213,0.07000111381123511,1,0.315756236,2,0.650829808005207,0,0,102,9395,594.4,284,214,1459,1448,0.19465387251542152,0.1477900552486188,954,-0.5921864290610006,-0.6588397790055249 +20107,KS,Linn,1351.29293075698,-59.37077665225283,0.1399433441131918,340.962244905477,0.03531092014348353,3,0.315723006,7.08333333333333,0.74108948873544,2,0.210482004,323,28551,807.2,1108,721,4294,4279,0.25803446669771773,0.16849731245618135,2656,-0.4590125756870051,-0.6207057723767235 +20109,KS,Logan,502.559402006471,0,0.18235101669320428,127.81058970894,0.04637539539511612,1,0.357909807,3,1.05969622041681,1,0.357909807,125,8404,833,194,149,1302,1348,0.1490015360983103,0.11053412462908012,975,-0.6835637480798771,-0.7232937685459941 +20111,KS,Lyon,5776.67464032556,73.87032018151788,0.1714655577419282,1554.45322332648,0.04613989977223152,9,0.27098639,27.5,0.820650552074008,20,0.602191979,867,100120,773.1,4972,4456,11614,11745,0.428104012398829,0.37939548744146445,1898,-0.11933872912002752,-0.16160068114091097 +20113,KS,McPherson,7489.58557194796,-12.293154845637588,0.2566684568864962,1885.08405547447,0.06460192102379952,6,0.205191341,21.25,0.737744757672546,18,0.615574023,1171,87692,797.6,3384,3183,12060,12443,0.28059701492537314,0.25580647753757135,5224,-0.4158374792703151,-0.41983444506951695 +20115,KS,Marion,2891.97813449468,-5.659107546971541,0.22843429182422434,689.63149510343,0.05447326185651105,5,0.409567497,9.66666666666667,0.79810656098635,4,0.327653997,519,36530,781.4,1371,1177,5368,5465,0.25540238450074515,0.21537053979871912,2751,-0.46460506706408344,-0.5033851784080512 +20117,KS,Marshall,1405.64797208993,-1.2202988934066512,0.13893920846989521,330.821797815328,0.03269959452558347,5,0.49970018,9.16666666666667,0.931950657448827,5,0.49970018,370,29956,692.7,1451,1060,4679,4578,0.3101089976490703,0.23154215814766274,2190,-0.35734131224620647,-0.47837483617300125 +20119,KS,Meade,2320.27079349847,0,0.5071630149723432,714.54717157094,0.15618517411386668,1,0.229515722,4.25,1.00806451612903,2,0.459031444,145,12995,713.9,254,206,1648,1675,0.154126213592233,0.12298507462686567,1184,-0.691747572815534,-0.706865671641791 +20121,KS,Miami,2505.68836306116,-28.038258649919186,0.07642322759206881,741.027643776769,0.022601264030767346,3,0.091402108,15.4166666666667,0.467681915625126,15,0.457010542,882,98110,754.8,4635,3949,14642,14712,0.31655511542139053,0.2684203371397499,5890,-0.3476984018576697,-0.40035345296356717 +20123,KS,Mitchell,1288.74643618128,-8.297920940790418,0.20221974520340183,277.960945833567,0.04361540025632622,2,0.318268619,6.58333333333333,1.05451438944952,4,0.636537237,252,18855,747.8,576,469,2923,2824,0.19705781731098188,0.16607648725212465,1747,-0.5874101950051318,-0.6186260623229461 +20125,KS,Montgomery,8478.63653333685,110.62312692189539,0.23903009594702293,1957.00220136159,0.0551718925703135,3,0.088066931,27.1666666666667,0.829617866813249,28,0.821958021,1277,101680,900.7,3406,2557,12093,11623,0.281650541635657,0.2199948378215607,5909,-0.4143719507152898,-0.5083885399638648 +20127,KS,Morris,1952.18887480024,0,0.3295946099612089,473.937450524783,0.08001645289967635,1,0.175500176,3,0.538309707518392,5,0.877500878,226,17038,713.8,705,586,2526,2568,0.27909738717339666,0.22819314641744548,1204,-0.4136975455265242,-0.4688473520249221 +20129,KS,Morton,844.954886100762,0,0.26135319706178844,234.172629487591,0.07243199179944046,2,0.643086817,2.33333333333333,0.819288389513109,3,0.964630225,119,9223,926.4,180,145,1247,1160,0.14434643143544507,0.125,825,-0.6976744186046511,-0.7112068965517241 +20131,KS,Nemaha,1415.41313119728,-7.934284359195765,0.13906593939843584,406.939973663822,0.03998231220906091,5,0.492707923,6.66666666666667,0.650978094587117,3,0.295624754,383,30555,677.6,988,714,4959,5025,0.19923371647509577,0.14208955223880598,3352,-0.5827787860455736,-0.6670646766169155 +20133,KS,Neosho,1061.21645222117,-74.00304428957581,0.06426940723238675,278.820097644712,0.01688590707635126,3,0.182748538,15.5833333333333,0.965151327470168,6,0.365497076,600,49188,854.5,2012,1464,6359,6151,0.3164019499921371,0.2380100796618436,2876,-0.34297845573203334,-0.46756624939034297 +20135,KS,Ness,833.418428290968,-0.33897795994171764,0.26823895342483683,192.368323941229,0.06191449113010267,3,0.966183575,4,1.35043889264011,2,0.644122383,146,9176,833.6,211,160,1417,1435,0.1489061397318278,0.11149825783972125,1056,-0.6908962597035992,-0.7358885017421604 +20137,KS,Norton,2008.86823540954,20.017869017825962,0.3542352733926186,350.625289519564,0.06182777103148721,2,0.35971223,6.33333333333333,1.15298258389465,2,0.35971223,186,16689,691.8,393,277,2296,2190,0.1711672473867596,0.12648401826484018,1531,-0.6367595818815331,-0.6990867579908675 +20139,KS,Osage,2040.30936135534,7.0313531754720815,0.12521076166648296,505.00212815824,0.03099123216681436,2,0.125502008,14.6666666666667,0.925750594373961,4,0.251004016,610,47887,915.1,2228,1730,6771,6894,0.32905036183724706,0.25094284885407603,2983,-0.31132772116378676,-0.4326950971859588 +20141,KS,Osborne,891.757786118625,0,0.23114509749057152,186.909817704508,0.048447334811951265,3,0.798722045,3.58333333333333,0.983891634632985,1,0.266240682,205,11254,945.2,320,231,1802,1753,0.17758046614872364,0.13177410154021676,1206,-0.6259711431742507,-0.6879634911580149 +20143,KS,Ottawa,1735.68165901982,0,0.28495840732553274,420.65893320293,0.06906237616203086,1,0.164880462,4,0.675675675675676,1,0.164880462,207,18091,835.2,548,424,2888,2866,0.18975069252077562,0.1479413817166783,1837,-0.592797783933518,-0.6409630146545708 +20145,KS,Pawnee,1180.2313061792,0,0.16925732198181556,231.493845527528,0.03319860110820708,1,0.14459225,6,0.889811656532701,3,0.43377675,242,20640,788.3,704,567,2565,2602,0.27446393762183235,0.21790930053804766,1305,-0.4304093567251462,-0.5015372790161414 +20147,KS,Phillips,1994.55658350516,0,0.35351942281197446,498.298018052246,0.08831939348675044,3,0.542201337,4.91666666666667,0.905797101449275,5,0.903668896,219,16460,821.8,376,296,2537,2611,0.14820654316121404,0.11336652623515894,1904,-0.6858494284588096,-0.7292225201072385 +20149,KS,Pottawatomie,577.42753121056,-86.09965783097003,0.026727806480770232,148.150543436145,0.006857551538425523,6,0.262043062,13.25,0.559993237817506,11,0.480412281,570,68771,786.6,2291,2191,9303,10359,0.24626464581317856,0.2115069022106381,5260,-0.473073202192841,-0.5077710203687615 +20151,KS,Pratt,2235.98707959362,0.6833508548833109,0.23156452771267813,544.747278326169,0.05641541821936298,3,0.304568528,6.25,0.652128547579299,9,0.913705584,365,29263,831.3,974,769,3752,3806,0.2595948827292111,0.20204939569101418,2055,-0.4680170575692964,-0.5399369416710457 +20153,KS,Rawlins,715.067546293676,-20.44141179281615,0.2838696094853815,129.999549423086,0.05160760199407939,2,0.773993808,2.66666666666667,1.04616189355303,0,0,131,7648,798,184,160,1420,1448,0.1295774647887324,0.11049723756906077,1049,-0.7204225352112676,-0.7244475138121547 +20155,KS,Reno,15361.5413380668,-11.549693894334116,0.238122821504345,3378.16427388668,0.05236570931913441,11,0.172430009,40.4166666666667,0.639301908678688,57,0.893500956,2276,191649,820.9,7888,6670,23869,23448,0.3304704847291466,0.28445922893210507,8430,-0.3146340441576941,-0.3595189355168884 +20157,KS,Republic,1274.50440736542,0,0.255924579792253,248.709512073082,0.04994166909098032,2,0.416406413,3.5,0.744839327516493,2,0.416406413,271,14288,911.9,470,370,2640,2484,0.17803030303030304,0.14895330112721417,1623,-0.6166666666666667,-0.6533816425120773 +20159,KS,Rice,1890.35991486958,0.21551523228896083,0.18747990824849553,472.611704660679,0.046872131772357335,3,0.299550674,9,0.91547146780592,7,0.698951573,383,29976,925.2,899,668,3622,3567,0.248205411374931,0.1872722175497617,1984,-0.4781888459414687,-0.5562097000280348 +20161,KS,Riley,30210.7704501525,-15.757442881854839,0.4248157273451804,6414.031504569,0.09019238563691205,10,0.132989334,26.9166666666667,0.366997077657945,46,0.611750938,977,225473,615.1,8587,8892,20266,20475,0.4237145958748643,0.4342857142857143,925,-0.12681338201914533,-0.04517704517704518 +20163,KS,Rooks,750.211137844585,0,0.1448004512342376,188.348216653497,0.03635364150810596,4,0.775945684,4.58333333333333,0.90294194904124,3,0.581959263,195,15524,784.8,398,273,2625,2378,0.15161904761904763,0.11480235492010092,1726,-0.6708571428571428,-0.7258200168208578 +20165,KS,Rush,699.461267536276,-78.84906958085985,0.21150930376059146,123.63434293419,0.037385649511397036,0,0,4,1.3080444735121,2,0.625586487,150,9495,788.2,361,227,1549,1474,0.23305358295674627,0.15400271370420623,950,-0.5100064557779213,-0.6445047489823609 +20167,KS,Russell,1732.61836811233,0,0.2485822622829742,330.222432581938,0.04737768042782467,2,0.287521564,6.5,0.93016599885518,5,0.71880391,260,20994,684.6,584,454,3140,3148,0.1859872611464968,0.14421855146124524,2090,-0.6117834394904459,-0.6639135959339264 +20169,KS,Saline,10421.3742793234,-8.716692555976811,0.1874145646031615,2517.06012660862,0.04526598076841744,5,0.089678056,43.25,0.784338616662435,55,0.986458614,1621,167099,758.4,6910,6084,21102,21206,0.3274571130698512,0.28689993398094876,7283,-0.3216282816794616,-0.3434405356974441 +20171,KS,Scott,569.796627112043,27.11898027403195,0.11543691797245603,157.752260456221,0.03195953412808367,2,0.393700787,5.91666666666667,1.17580816110228,5,0.984251969,133,14864,615.9,271,232,2019,2159,0.1342248637939574,0.10745715609078277,1600,-0.7087667161961367,-0.7410838351088467 +20173,KS,Sedgwick,135646.483781243,-6.483331764571107,0.2721830059920801,36881.6005447617,0.07400519808726877,69,0.135612408,313.25,0.61182238107794,438,0.860843981,12906,1527438,810,69373,66716,177852,180750,0.3900602748352563,0.3691065006915629,34603,-0.19700649978633922,-0.19144121715076068 +20175,KS,Seward,1229.81204399679,-87.65119145611115,0.05358191199010064,409.019148871656,0.017820632139754967,3,0.127849989,13.9166666666667,0.612826045473894,11,0.468783294,394,69781,713.9,1393,1491,4955,4743,0.2811301715438951,0.3143580012650221,1534,-0.424217961654894,-0.32342399325321525 +20177,KS,Shawnee,43336.6958457383,-9.38561883056285,0.24355489027245103,11775.7886089215,0.06618065467488789,28,0.156945394,105.5,0.592210883208155,142,0.795937356,5477,535984,806.6,35959,33270,74844,73648,0.48045267489711935,0.45174342819900065,2079,-0.01692854470632249,-0.028228872474473143 +20179,KS,Sheridan,820.142059594341,-67.47064652922138,0.3208693503890223,219.408103461327,0.08584041606468192,2,0.787711698,2.58333333333333,1.02962667729507,1,0.393855849,93,7582,718.9,165,126,1320,1362,0.125,0.09251101321585903,1060,-0.7356060606060606,-0.7782672540381792 +20181,KS,Sherman,4302.2312898112,0,0.7158454725143428,952.661393126632,0.1585127110027674,0,0,6,1.00586756077117,9,1.47299509,236,18126,881,575,340,2606,2537,0.22064466615502687,0.13401655498620418,1703,-0.5341519570222564,-0.6712652739456051 +20183,KS,Smith,1439.8735262702,-3.6219951547410068,0.37370192739948094,283.904538635271,0.07368402248514691,3,0.7959671,4.25,1.17015418502203,3,0.7959671,196,11150,834.3,345,295,1983,2014,0.17397881996974282,0.1464746772591857,1340,-0.6318709026727181,-0.6653426017874876 +20185,KS,Stafford,1354.19048874608,0,0.30520407679650213,353.890456774128,0.07975894901377688,2,0.465441005,2,0.475285171102662,0,0,181,12873,846.9,403,303,1833,1884,0.2198581560283688,0.160828025477707,1182,-0.5340971085651937,-0.6273885350318471 +20187,KS,Stanton,235.618470721488,0,0.10542213455100134,64.7685413167743,0.02897921311712497,0,0,2,0.969932104752667,1,0.473709143,54,6365,588.9,135,132,713,742,0.18934081346423562,0.1778975741239892,448,-0.6115007012622721,-0.6037735849056604 +20189,KS,Stevens,945.853677015608,-9.393321437077502,0.1652434795624752,295.989810772267,0.051710309359236026,2,0.344768143,2.83333333333333,0.507402101241643,4,0.689536287,156,17473,765,241,215,1998,1853,0.12062062062062062,0.11602806260118727,1349,-0.7422422422422422,-0.7280086346465192 +20191,KS,Sumner,7002.47766896215,17.88205470877703,0.2901739461694907,2028.69301475183,0.08406650981070074,6,0.255015301,17.0833333333333,0.734072418929758,11,0.467528052,768,70641,801.4,2617,2039,8989,9494,0.29113360774279673,0.21476722140299137,4805,-0.39437089776393375,-0.506109121550453 +20193,KS,Thomas,3715.4355050717,0,0.47030829178122785,892.203181629485,0.112937111598669,2,0.253453301,8.33333333333333,1.05592160837979,6,0.760359904,247,23730,769.9,576,467,3388,3483,0.17001180637544275,0.1340798162503589,2365,-0.6354781582054309,-0.6790123456790124 +20195,KS,Trego,214.851579456104,-60.13180624625338,0.07159332870913163,31.8628457720288,0.010617409454191535,1,0.344589938,3.33333333333333,1.16063138347261,3,1.033769814,139,8810,817.5,289,193,1544,1459,0.1871761658031088,0.13228238519533927,1018,-0.6094559585492229,-0.6977381768334475 +20197,KS,Wabaunsee,2946.9193775579,-37.228659039631715,0.41782495073839504,718.491369046206,0.10187032029578988,3,0.42722871,5.08333333333333,0.73767716344991,2,0.28481914,197,20958,712.5,908,773,3229,3340,0.28120161040569835,0.231437125748503,1585,-0.40941467946732735,-0.4745508982035928 +20199,KS,Wallace,1485.0000045804,205.0955683705391,1.0000000030844445,374.000000713732,0.2518518523324795,1,0.664010624,NA,NA,0,0,63,4597,739.5,68,45,781,779,0.08706786171574904,0.057766367137355584,666,-0.8117797695262483,-0.8549422336328626 +20201,KS,Washington,2909.2294330955,6.728003684846875,0.501677777736765,697.493048406293,0.12027815975276653,5,0.893176134,7,1.26217093400649,1,0.178635227,213,16867,669.1,515,378,2863,2677,0.1798812434509256,0.14120283899887934,1758,-0.6234718826405868,-0.6567052670900262 +20203,KS,Wichita,2233.99999834971,0,0.9999999992612847,607.999999089747,0.2721575644985439,2,0.919117647,3,1.42045454545455,1,0.459558824,76,6524,748.3,157,139,987,934,0.1590678824721378,0.14882226980728053,626,-0.6727456940222898,-0.6702355460385439 +20205,KS,Wilson,1146.5782086645,12.438087633055241,0.12185973096657454,258.185817465768,0.027440303694948244,2,0.221533008,11.1666666666667,1.28014062440292,5,0.553832521,372,26934,946.2,813,550,3699,3482,0.2197891321978913,0.15795519816197587,2197,-0.5404163287374967,-0.6309592188397473 +20207,KS,Woodson,613.500384584288,809.6400943259484,0.18540356137331154,100.335345397238,0.030321953882513752,0,0,5.75,1.81674565560821,2,0.633512829,161,9479,972.6,377,270,1435,1420,0.2627177700348432,0.19014084507042253,793,-0.45505226480836236,-0.5584507042253521 +20209,KS,Wyandotte,41854.211067357,-14.145946117144812,0.2657325866947525,11639.376177649,0.07389845514522712,27,0.167041996,142.416666666667,0.869290101791887,104,0.64342102,4103,486525,903.7,33265,29346,49422,47467,0.6730808142122942,0.6182400404491541,13826,0.3640483994981992,0.2912760444098005 +21001,KY,Adair,1727.43783277072,7.8776584355234105,0.09259422345469125,431.777438185492,0.023144159422464193,5,0.260362424,19.4166666666667,1.00708852005532,6,0.312434909,568,56852,825.4,1660,1323,7600,8228,0.21842105263157896,0.16079241614000972,5314,-0.5501315789473684,-0.6458434613514827 +21003,KY,Allen,194.272850198585,-21.10345778307318,0.009735059641139757,55.3604172085447,0.002774123933080011,5,0.245290424,13.5,0.654355096699142,9,0.441522763,665,61369,967.4,1808,1349,7099,8085,0.2546837582758135,0.166852195423624,5117,-0.47555993801943935,-0.6329004329004329 +21005,KY,Anderson,4575.0363311235,-18.09436998973208,0.21357715938207833,1269.81953299832,0.05927919018712105,2,0.091374269,17.9166666666667,0.808586815897945,19,0.868055556,621,65597,852.3,3315,2634,10318,11414,0.3212831944175228,0.23076923076923078,5608,-0.33989145183175035,-0.49132644121254593 +21007,KY,Ballard,416.480867769778,-16.464998669287016,0.05048864926291405,93.9356608080448,0.011387521009582352,2,0.242718447,9.58333333333333,1.1898849432994,4,0.485436893,311,24695,931.1,1189,816,3895,4097,0.30526315789473685,0.1991701244813278,2345,-0.37432605905006416,-0.5723700268489139 +21009,KY,Barren,3041.1042262415,-6.88206234731243,0.0721102180599317,755.240616228251,0.017908154891239682,9,0.208584407,51.3333333333333,1.16685230226021,37,0.857513674,1479,129625,908.9,5400,4275,16565,18473,0.32598853003320255,0.2314188274779408,9208,-0.3333534560821008,-0.49845720781681374 +21011,KY,Bath,13.9055206403136,-10.447404589594358,0.0011996825675363299,2.06975960358977,1.785660946932767e-4,5,0.409634606,10.4166666666667,0.845028528163111,5,0.409634606,414,36387,982.2,1770,1361,4122,4577,0.4294032023289665,0.2973563469521521,1721,-0.12251334303736056,-0.3760104872187022 +21013,KY,Bell,4990.42310003258,-16.359512861556368,0.1739368826472615,1148.47583347949,0.040029132253302076,7,0.251997984,36.75,1.35523841132869,24,0.863993088,1165,82962,1155.9,2224,1720,9482,9714,0.23454967306475427,0.1770640312950381,6044,-0.5170850031638895,-0.6221947704344245 +21015,KY,Boone,41574.2710866256,3.3219292449922886,0.349919376881144,12252.1038001093,0.10312263847715532,13,0.102837525,88.8333333333333,0.691116366880355,120,0.949269458,2452,378285,759.5,15628,15026,52495,57550,0.29770454328983714,0.2610947002606429,24056,-0.38655110010477184,-0.4180017376194613 +21017,KY,Bourbon,3142.29481853638,108.78233620264051,0.1572326654258884,711.161445006117,0.03558476082092154,3,0.150210294,22.0833333333333,1.10251289732069,13,0.650911276,615,60095,816.9,3075,2791,7909,8791,0.38879757238588947,0.3174837902400182,2778,-0.20445062586926294,-0.3160050051188716 +21019,KY,Boyd,10683.9844961166,-17.951745335963736,0.21565509055178636,2384.63662812026,0.04813363667434217,7,0.143348624,49.25,1.0232277902435,61,1.249180865,1817,145938,939.2,7776,6021,19040,20443,0.4084033613445378,0.2945262437020007,7570,-0.16318277310924367,-0.37029790148216996 +21021,KY,Boyle,7764.64873634233,15.916858612774778,0.2730954113795136,1808.42951760882,0.0636054276030114,5,0.168316165,29.3333333333333,0.977191462900038,23,0.774254359,922,89207,773.2,4471,4281,12368,12928,0.3614974126778784,0.33114170792079206,3759,-0.26131953428201815,-0.2907642326732674 +21023,KY,Bracken,47.8709315519664,0,0.0056398364222392085,11.9252098414072,0.0014049493215606975,2,0.237925291,7.5,0.892857142857143,4,0.475850583,309,25149,1085,1147,705,3230,3522,0.35510835913312694,0.20017035775127767,2006,-0.2730650154798761,-0.5695627484383873 +21025,KY,Breathitt,2068.21377515004,123.30535799094827,0.14902822994307824,435.084282962597,0.031350647280775114,4,0.298307107,20.4166666666667,1.53693666566295,5,0.372883884,604,40486,1324,1562,1537,5008,5728,0.31190095846645366,0.2683310055865922,2454,-0.3506389776357827,-0.42842178770949724 +21027,KY,Breckinridge,1809.96204730614,-7.731205380245082,0.09023191820659754,442.014181532251,0.02203570375054843,6,0.301689461,25.75,1.29001553028405,3,0.15084473,697,59957,943.7,2825,1960,7967,8765,0.35458767415589304,0.22361665715915574,4524,-0.2761390736789256,-0.5161437535653166 +21029,KY,Bullitt,24247.1297768732,28.03553006895198,0.32625748162479584,6038.191041763,0.08124693606968608,5,0.064139568,53.8333333333333,0.680134595056706,39,0.500288628,1726,233585,752.4,9971,8255,31775,36036,0.31380015735641226,0.22907647907647907,17955,-0.356726986624705,-0.49825174825174823 +21031,KY,Butler,1031.11436354974,-30.72510971258884,0.08125408696215444,248.314233385119,0.019567709486613002,3,0.233009709,11.0833333333333,0.862851952770209,6,0.466019417,427,38619,875.5,1293,947,5058,5575,0.2556346381969158,0.16986547085201795,3481,-0.4790431000395413,-0.6243946188340807 +21033,KY,Caldwell,1429.12330427402,-4.5215552773913315,0.11006803021210876,320.644273173874,0.024695338352886165,3,0.235756385,15,1.19350732017823,10,0.785854617,516,38219,992.4,1852,1260,5860,5972,0.31604095563139933,0.21098459477561957,3247,-0.3501706484641638,-0.5437039517749497 +21035,KY,Calloway,5493.24639867251,-4.529098052916932,0.1477036486965263,1070.1169364375,0.028773545654526632,3,0.078365812000000007,27.8333333333333,0.724128660752227,26,0.679170367,1178,114822,884.1,5314,4749,15064,16039,0.35276155071694104,0.2960907787268533,5618,-0.27376526818906,-0.3502712139160795 +21037,KY,Campbell,27457.7464208672,-1.5842623232634678,0.3039513197492384,6610.81168813163,0.07318025690900228,17,0.185118639,67.3333333333333,0.730209338726761,71,0.773142552,2483,275017,822.1,15080,14658,40173,42471,0.3753764966519802,0.34512961785689056,10392,-0.22801384014138854,-0.24468460832097194 +21039,KY,Carlisle,115.470762971222,-66.46220464972406,0.022623582086838165,34.9490211726879,0.006847378756404368,1,0.200883889,8.66666666666667,1.78510127016821,2,0.401767778,211,14828,922.3,750,432,2619,2599,0.286368843069874,0.16621777606771834,1662,-0.4142802596410844,-0.6394767218160831 +21041,KY,Carroll,4090.09903349113,0,0.37832753986598183,1031.30901099808,0.09539441411507539,4,0.369856681,18.4166666666667,1.72456846770921,13,1.202034212,407,32307,1119.3,1629,1106,3680,3851,0.44266304347826085,0.28719813035575176,1482,-0.10054347826086957,-0.3848351077642171 +21043,KY,Carter,1528.80470166053,25.697007428757917,0.05515168476408839,328.170405237353,0.011838759207696718,6,0.220401866,37,1.3680396361754,18,0.661205598,929,81768,977.4,3383,2276,8906,10267,0.3798562766674152,0.22168111424953735,5311,-0.2128901863911969,-0.5172883997272817 +21045,KY,Casey,703.501284197861,-27.31445012308784,0.04409284137874403,164.091232879447,0.01028462757000608,5,0.314643509,23.5,1.48593107809042,3,0.188786105,563,47741,922.4,1086,767,6091,6438,0.1782958463306518,0.11913637775706741,4715,-0.6268264652766377,-0.7323703013358186 +21047,KY,Christian,18938.2352253862,24.83210697412851,0.25607782063939155,5316.1546633402,0.07188364090785208,13,0.175084175,63,0.870755069038438,43,0.579124579,1747,221558,887.9,8252,7188,21953,22069,0.3758939552680727,0.32570574108477957,6920,-0.23791736892452064,-0.31356201005935924 +21049,KY,Clark,3670.51161118725,-2.102682399863405,0.1030666220533864,957.71795199209,0.02689236941544071,6,0.167794619,37.5833333333333,1.04925691206715,32,0.894904637,1256,107066,986.1,5228,4706,15410,16193,0.3392602206359507,0.29061940344593346,6004,-0.3051914341336794,-0.3707774964490829 +21051,KY,Clay,1989.59623257483,-31.348888007041452,0.09155988184881869,206.59044077534,0.009507153280043259,6,0.283728188,33.8333333333333,1.62926578702366,11,0.520168345,744,63362,1118.6,1111,752,7383,6762,0.15048083434918055,0.11120970127181307,5109,-0.6860354869294325,-0.7555456965394853 +21053,KY,Clinton,10.6970472969115,-93.48261957713152,0.0010413792150420073,3.91663787700236,3.812926282128466e-4,2,0.196753566,14.4166666666667,1.41659297107858,6,0.590260698,424,30533,1185.8,752,547,4393,4454,0.17118142499430913,0.12281095644364616,3262,-0.6412474391076713,-0.7323753929052537 +21055,KY,Crittenden,269.660609051621,NA,0.028949072361956093,56.3323835073825,0.006047491519847827,2,0.216825672,9.16666666666667,0.997678130895371,6,0.650477016,379,27582,1009.8,960,617,3854,4036,0.24909185262065386,0.15287413280475717,2673,-0.4875454073689673,-0.6622893954410307 +21057,KY,Cumberland,110.583775582272,-18.693167911793875,0.016129488853890313,25.184044222442,0.003673285329994458,2,0.296515938,11.5833333333333,1.71910557039675,4,0.593031875,320,20309,1073.6,599,459,2853,3061,0.20995443392919733,0.14995099640640314,2043,-0.5667718191377498,-0.6674289447892845 +21059,KY,Daviess,15930.5113417571,-8.238280597478594,0.16481657984767734,4088.87757343838,0.04230340147987068,16,0.162808446,102.75,1.03086060557417,77,0.783515645,3056,295839,827.4,16208,14163,42079,45752,0.3851802561847953,0.30956023780381187,14744,-0.2111266902730578,-0.32225913621262453 +21061,KY,Edmonson,306.784930553196,16.90024982641317,0.025226949309530136,61.4249290955889,0.00505097681897779,2,0.166486307,14,1.15568763414231,3,0.24972946,415,36121,869,1374,979,4664,5239,0.2945969125214408,0.18686772284787173,3156,-0.3983704974271012,-0.602405039129605 +21063,KY,Elliott,4.53188812732697,-71.08625640413044,5.771635414323701e-4,1.08147330582142,1.3773220909595263e-4,1,0.130344108,10.1666666666667,1.3398348269197,2,0.260688217,210,22963,732.9,1186,740,2399,2847,0.4943726552730304,0.2599227256761503,1260,0.02501042100875367,-0.44257112750263433 +21065,KY,Estill,1341.49080258628,-26.28290874350585,0.09143203398216194,298.896270180077,0.02037188319111757,4,0.276874092,17.25,1.20570350178234,8,0.553748183,614,43260,1231.9,1356,1108,5184,5538,0.26157407407407407,0.20007222824124232,3128,-0.46161265432098764,-0.5648248465149874 +21067,KY,Fayette,46941.7344592896,2.7724895417480315,0.15869255707105606,10271.0937582871,0.03472275047341338,60,0.193052056,228.166666666667,0.716493588193609,311,1.000653159,6860,934716,766.3,62078,69776,125821,136112,0.49338345745145884,0.5126366521688022,12886,0.010212921531381924,0.0946720347948748 +21069,KY,Fleming,838.481728425686,-0.9397156084522847,0.05843892726691427,167.84647144637,0.011698248637187762,5,0.343760743,22,1.51650927138623,5,0.343760743,568,43691,1152.4,1911,1348,5782,6250,0.3305084745762712,0.21568,3374,-0.3232445520581114,-0.53984 +21071,KY,Floyd,1950.82579463096,16.040136811864848,0.04944933701632303,396.403057903533,0.010047985042293808,18,0.472341766,57.25,1.54271085960658,26,0.682271439,1507,114314,1141.2,4733,4015,14890,16521,0.3178643384822028,0.24302403002239573,7978,-0.33922095366017463,-0.4829005508141154 +21073,KY,Franklin,7305.1095113299,-35.9163968063903,0.14822176141483007,1585.96878777358,0.032179543223568634,6,0.120288693,48.6666666666667,0.962552742616034,47,0.942261427,1560,149978,865.9,11535,10717,23337,23840,0.49427947036894204,0.44953859060402684,1102,0.00814157775206753,-0.04622483221476509 +21075,KY,Fulton,7.18897076274152,130.1014785168063,0.0010551843186175722,1.62719887133426,2.3883735084900338e-4,2,0.319233839,11,1.78022333710956,3,0.478850758,292,18858,1089.1,1022,774,2481,2381,0.41193067311567916,0.3250734985300294,775,-0.16243450221684802,-0.32549349013019735 +21077,KY,Gallatin,NA,NA,NA,NA,NA,1,0.116427989,7.75,0.900220699268208,3,0.349283968,301,25748,1296,1238,749,3060,3334,0.4045751633986928,0.22465506898620277,1694,-0.16993464052287577,-0.5080983803239352 +21079,KY,Garrard,122.193154523149,-96.81572711751195,0.007225233829419879,17.4034130545333,0.0010290570633002187,1,0.059319,12.8333333333333,0.742154368108567,3,0.177957053,513,51103,823.9,1661,1453,7077,7613,0.23470397060901513,0.19085774333377117,4451,-0.5156139607178183,-0.5846578221463287 +21081,KY,Grant,4503.75143272545,3.7490451881898514,0.18261906709615808,1364.34590347248,0.05532178669501581,1,0.040201,22.3333333333333,0.896093300699488,15,0.603015075,703,74145,1040.8,2810,1910,8606,9551,0.3265163839181966,0.19997905978431577,5358,-0.33162909597954915,-0.5609883781802953 +21083,KY,Graves,3573.32898646182,-21.938487536531134,0.09626165745701411,786.885229559344,0.021197845681941326,6,0.159498113,39.3333333333333,1.05785953776917,18,0.478494338,1320,112459,911.4,4547,3308,15493,16582,0.29348738139805075,0.1994934266071644,9363,-0.3970825534112179,-0.5646484139428296 +21085,KY,Grayson,5837.20862412188,-0.7738388372559601,0.22672293265446594,1351.11239008128,0.05247853608643206,5,0.190883408,34.25,1.30805071799572,17,0.649003589,939,78370,1030.3,2744,1959,9269,10564,0.2960405653252778,0.18544112078758046,6260,-0.39486460243823496,-0.5925785687239682 +21087,KY,Green,1254.53910814183,71.78141336500893,0.11143534447875554,291.248482099386,0.025870357265889682,2,0.181110206,9.58333333333333,0.866485834840265,7,0.633885719,430,33224,951,1165,832,4856,5331,0.23990939044481055,0.1560682798724442,3540,-0.5084431630971994,-0.6640405177265053 +21089,KY,Greenup,8653.32232470595,-2.34922390675791,0.23444384515594552,1838.9402012975,0.0498222758411677,7,0.192794976,37.4166666666667,1.0424502456375,21,0.578384929,1406,108848,959.8,6027,4146,15159,16265,0.3975855927171977,0.25490316630802334,7400,-0.1865558414143414,-0.4549646480172149 +21091,KY,Hancock,271.349078271873,795.7532489673202,0.03168115333004939,63.5943329609099,0.007424907526084051,0,0,7.91666666666667,0.898600075671585,3,0.342739632,248,26081,866.7,1833,1244,4133,4292,0.4435035083474474,0.2898415657036347,1544,-0.09170094362448583,-0.3597390493942218 +21093,KY,Hardin,28939.4097778166,18.356063701746812,0.27419544430058457,8288.14352851819,0.07852859525044949,12,0.110838121,89.25,0.831656043833166,66,0.609609665,2677,323090,845.2,15214,13944,39212,43113,0.3879934713863103,0.3234291281052119,13026,-0.20766602060593703,-0.3021362466077517 +21095,KY,Harlan,5719.80983042747,12.452006025576432,0.1953620407960745,1240.72949045586,0.042377535707898775,9,0.319568228,37.5833333333333,1.38336768747546,18,0.639136456,1289,84232,1265.2,1830,1372,10658,10744,0.17170200788140363,0.12769918093819807,7757,-0.6401763933195721,-0.7219843633655993 +21097,KY,Harrison,948.831351709748,-35.82853540513443,0.05034656434838947,221.555908989298,0.011756123792279423,2,0.10757315,16.1666666666667,0.867031356144302,10,0.537865749,691,55956,1003.9,2471,2031,7163,7774,0.3449671925171018,0.26125546694108565,3404,-0.29107915677788637,-0.43786982248520717 +21099,KY,Hart,1704.04633217987,-0.8984021409106218,0.09363406407933787,404.747363566907,0.02224008811291318,5,0.268860569,25.5833333333333,1.37345430468317,6,0.322632683,645,55469,991.3,2283,1730,6621,7261,0.3448119619392841,0.23825919294862966,3590,-0.2979912399939586,-0.4944222558876188 +21101,KY,Henderson,4483.63973694868,-0.5316613424731337,0.09694356187997148,1125.29797024168,0.024330766924144435,7,0.150644543,41.4166666666667,0.895437413068702,35,0.753222717,1543,139186,935,8091,6707,18614,19692,0.4346728269044805,0.34059516554946173,5452,-0.11845922423981947,-0.27686370099532803 +21103,KY,Henry,320.959550383081,-74.95507983154414,0.020819898182607748,70.615260907433,0.004580647438209198,2,0.128435654,18.75,1.185358452396,8,0.513742615,511,46596,927.5,2529,1828,6584,7142,0.3841130012150668,0.25595071408569026,3116,-0.21430741190765495,-0.43629235508261 +21105,KY,Hickman,0,-100,0,0,0,2,0.422475708,4.75,1.02658309920035,1,0.211237854,196,14040,823.8,686,449,2139,2157,0.32071061243571763,0.20815948076031526,1208,-0.3482935951379149,-0.5600370885489105 +21107,KY,Hopkins,10899.9897592173,39.58887992646889,0.2323100971700192,2623.4518948655,0.05591329699201833,7,0.150940141,44.6666666666667,0.973045195770884,29,0.625323443,1796,139043,1019.5,5789,4310,19765,20325,0.2928914748292436,0.2120541205412054,10967,-0.3992916772071844,-0.5395817958179582 +21109,KY,Jackson,23.8481425112823,-6.869191376506821,0.0017673145480422633,6.55007253761187,4.8540629447249665e-4,2,0.150500414,14.4166666666667,1.07844604029523,4,0.301000828,443,40079,997.9,612,482,5061,5497,0.12092471843509188,0.08768419137711479,4407,-0.7415530527563723,-0.8017100236492632 +21111,KY,Jefferson,119488.484865259,-9.180033188206457,0.16123212763968367,29002.8882922253,0.03913512998616279,155,0.203940392,622.75,0.813677889389458,658,0.865759856,22686,2281760,858.1,186164,190824,339500,352778,0.5483475699558173,0.5409180844610492,47066,0.11118998527245949,0.13341534902970142 +21113,KY,Jessamine,7707.39465535987,77.66625310066986,0.15863406444983885,2017.56155258138,0.04152557429262298,5,0.098396143,40.25,0.768760624176328,35,0.688773,1366,153137,843.1,6001,6144,20620,23292,0.29102812803103784,0.26378155589902114,9330,-0.39917555771096025,-0.40056671818650175 +21115,KY,Johnson,3913.69510349085,68.65533764015161,0.16756701076771927,824.788233053285,0.035313762333160005,4,0.17195426,32.75,1.42527635129254,21,0.902759866,867,69888,1066.5,1723,1250,9035,9560,0.1907028223574986,0.1307531380753138,6793,-0.5945766463752076,-0.7105648535564855 +21117,KY,Kenton,49639.8753183589,-4.858210701458302,0.310793108679933,13164.3471006932,0.08242140684130478,25,0.152505048,127.25,0.771469277638001,98,0.597819788,4462,492551,892,24917,24213,67679,71905,0.3681644232332038,0.33673597107294345,18745,-0.24335465949555996,-0.26069118976427236 +21119,KY,Knott,138.576973412984,181.86773790393383,0.008477729928605408,33.3559083909206,0.0020406159544182428,5,0.31462371,19.75,1.27058672156459,5,0.31462371,575,47651,1048.3,1420,1245,5693,5756,0.24942912348498156,0.21629603891591384,3112,-0.47602318636922536,-0.5406532314107019 +21121,KY,Knox,2739.43184214812,61.58906636282049,0.08592139516821252,679.046864152903,0.021298085630364238,10,0.314485188,40.75,1.28601634739799,19,0.597521857,1145,95286,1024.1,2484,1761,11100,12001,0.22378378378378377,0.14673777185234563,8124,-0.5390090090090089,-0.6769435880343305 +21123,KY,Larue,191.152675683566,-9.448468662488752,0.01346809523593081,48.2322148700114,0.0033983100732763614,3,0.211565585,12.6666666666667,0.898600075671585,8,0.564174894,484,42478,866.8,1733,1278,5764,6359,0.3006592643997224,0.20097499606856423,3521,-0.3778625954198473,-0.5537034124862399 +21125,KY,Laurel,5505.68364458836,-15.77625043087367,0.09355611216143622,1269.55570476181,0.021573105826128054,9,0.149962509,80.5,1.33609958506224,39,0.649837541,1705,179842,872.6,3905,3440,22408,24811,0.17426811852909674,0.1386481802426343,17152,-0.6357550874687612,-0.691306275442344 +21127,KY,Lawrence,2504.38730326915,41.09689047618085,0.15790588292995902,604.494746522947,0.03811442285768897,3,0.189825361,20.5,1.29231545104961,8,0.506200962,602,47363,1123.1,1520,1045,5592,6037,0.2718168812589413,0.17309922146761636,3771,-0.44259656652360513,-0.6246480039754845 +21129,KY,Lee,1.82599131355528,41.79396294548379,2.3151912178968938e-4,0.60850965847203,7.715350050361734e-5,2,0.263365815,12.75,1.93768996960486,4,0.52673163,292,20362,1267.9,595,444,2623,2663,0.22683949675943577,0.16672925272249342,1707,-0.5268776210446053,-0.6410063837776944 +21131,KY,Leslie,350.828101725769,-17.146296058275865,0.031019283972216535,73.2966180957806,0.006480691255153015,3,0.2747756,18.8333333333333,1.78718289365471,2,0.183183733,471,32578,1213.7,433,400,4950,4487,0.08747474747474747,0.08914642299977714,3615,-0.8092929292929293,-0.8056607978604858 +21133,KY,Letcher,NA,NA,NA,NA,NA,4,0.171240207,32.3333333333333,1.4198100089287,15,0.642150777,943,70004,1113.1,1702,1542,8758,9131,0.1943366065311715,0.168875260102946,5751,-0.5833523635533228,-0.6298324389442558 +21135,KY,Lewis,160.607534205861,4.248738160778044,0.011579490569997188,50.3922322464059,0.003633181849055941,4,0.288184438,20.4166666666667,1.51887119972226,5,0.360230548,471,41284,943,1342,785,4769,5293,0.2814007129377228,0.1483090874740223,3578,-0.4160201300062906,-0.6759871528433781 +21137,KY,Lincoln,4359.72627964824,126.54832748926421,0.1762075127171708,1055.62327647319,0.04266523629751798,7,0.286357128,26.3333333333333,1.08047486186334,9,0.368173451,891,73380,1010.9,2582,1865,9152,9555,0.2821241258741259,0.19518576661433804,5473,-0.41892482517482516,-0.5727891156462585 +21139,KY,Livingston,1424.89170626967,957.6520945222499,0.1496892222155342,309.256976583106,0.032488389177760896,6,0.641094134,13,1.40252454417952,4,0.427396089,383,28023,1007.7,1346,887,4511,4642,0.298381733540235,0.1910814304179233,2683,-0.38638882731101754,-0.577983627746661 +21141,KY,Logan,4080.23895057223,441.03053205975976,0.1520491503846555,984.712054533833,0.03669506445067386,3,0.111661146,24.1666666666667,0.908760450745184,14,0.521085346,948,80756,955.5,3469,2755,10509,10896,0.3300980112284708,0.252845080763583,5023,-0.32638690646112856,-0.4609948604992658 +21143,KY,Lyon,260.159269720432,87.96219249292461,0.03129170913163724,27.0327374200278,0.003251471905223455,1,0.118623962,4.5,0.557689924402032,3,0.355871886,377,25147,975.2,1373,1045,3838,3959,0.3577384054194893,0.2639555443293761,1744,-0.2707139134966128,-0.44051528163677695 +21145,KY,McCracken,15861.0186455426,9.817164247517,0.24191289019358803,3575.20528510355,0.0545291738748349,11,0.168412028,64.8333333333333,0.994956160543466,70,1.071712903,2453,195651,912.7,10062,9134,30540,31284,0.3294695481335953,0.29197033627413377,11640,-0.3247216764898494,-0.37207518220176444 +21147,KY,McCreary,359.65669847792,-58.4886594740288,0.01964692988516989,91.010325681638,0.004971611803869655,5,0.27990819,22.6666666666667,1.29442445700798,6,0.335889828,610,53683,1122.8,1069,664,5704,5772,0.1874123422159888,0.11503811503811504,4348,-0.6127279102384292,-0.7532917532917534 +21149,KY,McLean,49.8843907952833,1635.6671735011805,0.005233909431883674,17.5985937686528,0.0018464582697149093,3,0.316522473,11.4166666666667,1.20492524186456,8,0.844059928,363,28458,947.8,1432,988,4200,4565,0.34095238095238095,0.21642935377875136,2393,-0.30309523809523814,-0.5242059145673603 +21151,KY,Madison,18254.7312426582,129.38249898230023,0.22015933285081526,3658.27011814692,0.04412019535610642,8,0.091596061,91.0833333333333,1.01715672589069,63,0.721318983,2201,260034,866.4,11512,11793,33317,37318,0.34552930936158716,0.3160137199206817,11638,-0.28862142449800404,-0.31186022830805504 +21153,KY,Magoffin,231.728841252829,117.14711964725939,0.017380097596402085,74.2500746813457,0.005568894823471507,4,0.309765353,21.4166666666667,1.68847892357826,8,0.619530705,462,38665,1097.8,1433,1172,4905,5113,0.2921508664627931,0.22921963622139643,2652,-0.39918450560652396,-0.5186778799139449 +21155,KY,Marion,309.121466638046,-33.952392917754246,0.015596441303635016,66.2108363008915,0.0033406072805697022,2,0.099965012,16.5,0.859151262692007,14,0.699755086,605,58557,864.5,3418,2679,7316,8108,0.4671951886276654,0.330414405525407,2443,-0.05221432476763255,-0.30130735076467685 +21157,KY,Marshall,1059.39045221828,0,0.03368705330126812,210.24086949788,0.006685349449818112,8,0.258456369,28.0833333333333,0.895371698815027,21,0.67844797,1231,93358,921.2,5022,3672,15714,16678,0.31958762886597936,0.22017028420673943,8650,-0.34236986127020497,-0.5186473198225207 +21159,KY,Martin,5.05276608467102,-86.91297344229939,3.908087311215887e-4,1.05580186843872,8.166152590600356e-5,3,0.239291697,20.0833333333333,1.67333222240738,8,0.638111191,391,37511,982.7,574,363,3824,3951,0.15010460251046026,0.09187547456340167,3140,-0.6814853556485356,-0.7947355099974689 +21161,KY,Mason,2901.2511317538,33.32144827673849,0.16588056785327615,671.931011501276,0.03841801094918673,4,0.233018758,24.9166666666667,1.44948613535001,13,0.757310964,687,51501,1078.4,2592,1970,6879,7212,0.37679895333624075,0.27315585135884635,2974,-0.2333187963366768,-0.4123682750970604 +21163,KY,Meade,4046.18622575817,-1.237874921869226,0.14146515019083178,1456.58960321517,0.05092614513723412,2,0.068636535,25.4166666666667,0.90367157315888,11,0.377500944,704,86504,871.9,4122,3026,10915,12223,0.3776454420522217,0.24756606397774686,5634,-0.22757672927164452,-0.4609343041806431 +21165,KY,Menifee,94.3353960383683,NA,0.01495962512501876,16.1308211991563,0.0025580116078585953,1,0.159058374,7.16666666666667,1.11839367457345,1,0.159058374,239,18993,976,1048,700,2598,2779,0.403387220939184,0.2518891687657431,1310,-0.16782140107775212,-0.47139258726160493 +21167,KY,Mercer,4717.22358240688,20.780801806942016,0.22114404305503166,1257.11632654536,0.0589337736883109,3,0.140719546,18.0833333333333,0.841986000527696,12,0.562878184,764,64094,911.4,2966,2395,9936,10579,0.29851046698872785,0.22639190849796767,5345,-0.3878824476650564,-0.5052462425560073 +21169,KY,Metcalfe,78.7793182627465,-2.0438723139295565,0.0078007048482767105,15.7632124165748,0.0015608686421006834,1,0.1001001,7.75,0.773607506488321,2,0.2002002,381,29863,1014.7,1425,976,4184,4616,0.3405831739961759,0.21143847487001732,2515,-0.2989961759082218,-0.544844020797227 +21171,KY,Monroe,381.303676002626,-14.254862692340486,0.03478096105104679,81.2711598516908,0.007413222644503403,5,0.467115097,18,1.7000377786173,11,1.027653214,465,32079,1148.2,936,601,4746,4991,0.1972187104930468,0.1204167501502705,3677,-0.5954487989886219,-0.7367261069925866 +21173,KY,Montgomery,3017.9372865539,-47.52047167348027,0.11388872359537718,656.803330292892,0.02478596665130352,5,0.181990245,35,1.26030751503367,17,0.618766834,805,82214,892.2,3701,3158,10248,11437,0.36114363778298203,0.2761213604966337,4698,-0.2631733021077283,-0.41077205560898844 +21175,KY,Morgan,2143.87442080466,51.98483556798203,0.15398078149857503,515.439774108667,0.037020740796428,3,0.225513042,22.6666666666667,1.70451696997042,4,0.300684056,448,39942,1020.3,1369,1006,4472,4766,0.30612701252236135,0.21107847251363826,2622,-0.3694096601073345,-0.5501468736886277 +21177,KY,Muhlenberg,1594.05150261904,13.36292270013083,0.050606416159847616,374.57212701848,0.011891556145226197,8,0.256352741,28.4166666666667,0.915839456834687,21,0.672925946,1180,93687,977.2,4771,3272,12737,13046,0.37457800109915995,0.25080484439674994,6121,-0.23482766742561045,-0.4691859573815729 +21179,KY,Nelson,5565.99559644769,-10.756230468067105,0.12813950310674518,1323.74523873995,0.030475061324215534,5,0.111577256,37.5833333333333,0.824937626667252,24,0.535570829,1154,134426,840.8,7611,6434,18532,20761,0.4106950140297863,0.3099080005780068,6996,-0.16522771422404486,-0.3369779875728529 +21181,KY,Nicholas,37.2301902326708,-11.705301017555371,0.005217966395609081,8.26009986083955,0.0011576874366979034,2,0.284050561,6.5,0.917560700169396,0,0,312,21249,1176.8,948,787,2580,2837,0.3674418604651163,0.2774057102573141,1170,-0.24612403100775193,-0.41240747268241096 +21183,KY,Ohio,4152.15182775888,68.86495148497958,0.1741528323026122,980.175352555783,0.041111289009134425,3,0.125119907,27,1.10755599310854,12,0.500479626,837,72285,948.9,2987,2080,9646,10398,0.30966203607713044,0.20003846893633392,5862,-0.3610823139125026,-0.5637622619734565 +21185,KY,Oldham,24249.0836729,-1.3432801096247349,0.40203401540055705,6550.86948307732,0.10860914986201539,3,0.0472515,23.75,0.362263575350824,33,0.519766892,1172,192273,733.9,9240,10268,29873,32838,0.309309409834968,0.31268652171265,10201,-0.366183510193151,-0.31064620257019304 +21187,KY,Owen,1101.07473585408,46.28156757757253,0.10156579059626233,276.052027968587,0.02546370519035025,2,0.187881635,10.3333333333333,0.970995426924763,5,0.469704086,351,31978,953.7,1501,1062,4555,4997,0.3295279912184413,0.21252751650990595,2683,-0.3227222832052689,-0.5369221532919751 +21189,KY,Owsley,33.3749056116794,-51.72022545262542,0.007018907594464648,5.70798266609199,0.0012004169644778107,0,0,7,1.55867290135827,1,0.221827862,237,13572,1386.3,283,256,1580,1757,0.17911392405063292,0.14570290267501423,1218,-0.6303797468354431,-0.6932270916334662 +21191,KY,Pendleton,116.244714036351,2.9347539722692884,0.007813720107303287,28.152733805473,0.0018923663242234995,2,0.137997654,10.0833333333333,0.69253663003663,6,0.413992962,461,43390,982.5,1859,1164,5534,6006,0.3359233827249729,0.1938061938061938,3440,-0.3066498012287676,-0.5727605727605728 +21193,KY,Perry,701.318248883937,-58.878728451851856,0.024425962973110095,148.980835676251,0.005188800350942149,8,0.289886582,46.5833333333333,1.7036657767375,21,0.760952277,1194,83204,1258.7,2047,2136,10240,10566,0.19990234375,0.2021578648495173,6022,-0.58525390625,-0.5699413212190043 +21195,KY,Pike,982.724339597509,24.798736081907,0.015113255714774683,246.35833586083,0.003788729328568375,21,0.333153536,88,1.45322434150772,47,0.74562934300000006,2460,188229,1119.6,5645,4277,23632,24637,0.23887102234258634,0.1736006819012055,15463,-0.505416384563304,-0.6276332345658968 +21197,KY,Powell,386.658410406671,58.32899472180662,0.030655546690451996,101.305554191495,0.008031836533060732,4,0.321698568,19.5833333333333,1.59110605568194,12,0.965095705,515,37137,1314.1,1620,1272,4441,4952,0.36478270659761314,0.2568659127625202,2241,-0.24904300833145687,-0.45254442649434573 +21199,KY,Pulaski,11036.6913811054,24.979843250341784,0.17501056691095254,2514.39550601281,0.03987116860937174,11,0.172346259,73.9166666666667,1.15574248962829,43,0.673717195,2426,191274,1021.4,4976,4208,26003,28015,0.19136253509210477,0.15020524718900588,18692,-0.6052378571703265,-0.6672139925040157 +21201,KY,Robertson,1612.86828090351,-5.422371187837534,0.7067783877754207,351.169448715053,0.15388669969984795,1,0.455166136,1.66666666666667,0.773395204949729,0,0,115,6540,1098.2,340,222,935,1013,0.36363636363636365,0.21915103652517276,537,-0.2556149732620321,-0.5301085883514314 +21203,KY,Rockcastle,274.360451126975,-36.318098626188466,0.016085861346562796,58.8516420444707,0.003450494960393451,3,0.178295495,19.75,1.17210682492582,9,0.534886485,596,50521,1007.6,1097,915,6216,6686,0.17648005148005147,0.1368531259347891,4694,-0.6324002574002574,-0.7020640143583607 +21205,KY,Rowan,2000.23422770173,23.177344107920327,0.0857255486950555,289.094017071024,0.012389920587623709,2,0.084548721,28.75,1.17582102981473,20,0.845487212,686,71112,973.9,3438,3295,7641,8829,0.4499411071849234,0.3732019481254955,1879,-0.07813113466823718,-0.21282138407520673 +21207,KY,Russell,179.107475402765,-58.10805007051992,0.010196838907074578,37.4331164005598,0.002131119635670925,4,0.225047823,24.9166666666667,1.40597374261746,9,0.506357601,695,53135,977.9,1445,1093,7907,8171,0.1827494625015809,0.13376575694529433,5770,-0.6198305299102062,-0.7061559172683882 +21209,KY,Scott,13103.7919774885,64.99107657770156,0.2777816118857927,3897.4270628628,0.082619868629572,4,0.077997036,32.0833333333333,0.594444032708318,32,0.623976289,1058,153797,828.4,7532,7713,20565,24159,0.3662533430585947,0.31925990314168634,7339,-0.25027960126428395,-0.3037791299308746 +21211,KY,Shelby,4468.17764895729,17.23573097756352,0.10619807123062439,1183.14741743725,0.028120630732453532,6,0.133704735,32.3333333333333,0.696718956501753,28,0.623955432,1063,134847,778.5,6634,6276,18659,20563,0.3555388820408382,0.30520838399066286,6920,-0.2763277774800364,-0.33652677138549825 +21213,KY,Simpson,2266.67759508011,0.022749417258588294,0.13081766001501186,622.409659719677,0.03592137471689716,1,0.0560978,13.5833333333333,0.751165920109127,18,1.009761023,530,53617,867.8,2650,2144,7089,7524,0.37381859218507546,0.28495481127060074,2933,-0.24051347157568065,-0.38981924508240295 +21215,KY,Spencer,NA,NA,NA,NA,NA,2,0.113199004,7,0.383057896464923,10,0.565995019,394,53133,883.5,2549,1921,8431,9509,0.30233661487368046,0.20201913976233044,5275,-0.3768236270904993,-0.5547376169944264 +21217,KY,Taylor,4103.66934264808,130.55726859231757,0.1674147088221312,943.597075811662,0.038495311513204226,6,0.237557905,22.25,0.876087726896878,19,0.752266698,864,75434,918.9,3284,2553,10946,11301,0.30001827151470856,0.22590921157419697,5767,-0.3898227663073269,-0.5103088222281215 +21219,KY,Todd,59.2503127974123,-93.38580264572353,0.004755241797545128,11.8395354795102,9.502034895273034e-4,3,0.239616613,8.33333333333333,0.67778229632642,5,0.399361022,375,37544,873.9,1403,1042,4718,4771,0.2973717676981772,0.21840285055543912,2570,-0.3908435777871979,-0.5386711381261791 +21221,KY,Trigg,1851.68717233776,6.0069381355360445,0.12913642320508822,448.88396646819,0.031305109593987725,3,0.212134069,12.1666666666667,0.85296317068611,6,0.424268137,524,42659,903.6,2115,1587,6740,6740,0.3137982195845697,0.235459940652819,3341,-0.3568249258160237,-0.49569732937685457 +21223,KY,Trimble,515.209051674698,-79.66361944603031,0.05848666723517971,126.662087404577,0.01437871352078295,0,0,6,0.696055684454756,2,0.227634874,291,26297,974,1355,879,3540,3786,0.3827683615819209,0.23217115689381934,1892,-0.21977401129943502,-0.49973586899101957 +21225,KY,Union,970.586064388917,8.209146197795484,0.0646755556999345,204.200506583555,0.013607017164227029,5,0.329706561,19,1.27688172043011,6,0.395647873,512,45307,1020.2,1941,1331,5975,6209,0.32485355648535563,0.21436624255113546,3370,-0.3365690376569038,-0.5427605089386375 +21227,KY,Warren,14250.3041657947,18.41515092709059,0.1252311600621722,3791.43717495917,0.033319013418862224,17,0.141125685,103.416666666667,0.823827125088955,92,0.763739,2872,362296,842.9,16805,16966,43889,48416,0.3828977648157853,0.35042134831460675,11707,-0.21825514365786414,-0.24180023132848644 +21229,KY,Washington,2021.02409908338,95.47233722226571,0.1724864811029598,468.843203504327,0.04001392877906691,4,0.334476127,11.1666666666667,0.916126562200892,7,0.585333222,386,35901,813.6,1669,1420,5218,5621,0.31985435032579534,0.2526240882405266,2593,-0.3499425067075508,-0.46130581747020105 +21231,KY,Wayne,2592.94925005234,-5.572334199501327,0.12458315716390428,574.146197507026,0.027585941359103736,2,0.097627648,20.4166666666667,0.998223569484509,12,0.585765889,749,61625,982.5,1855,1431,7210,7988,0.25728155339805825,0.17914371557336004,4939,-0.47628294036061025,-0.6183024536805207 +21233,KY,Webster,433.272218169448,453.50660978184766,0.031809134290393365,87.6171771889058,0.006432506951685324,3,0.226654578,18.9166666666667,1.42059677580855,5,0.377757631,510,39771,1023.9,1765,1240,5470,5804,0.3226691042047532,0.2136457615437629,3157,-0.33674588665447897,-0.5439352170916609 +21235,KY,Whitley,4495.55631351991,-1.5563883449992644,0.12614856226730392,1058.56467061171,0.029704090428815836,11,0.309832972,47.9166666666667,1.32747857565012,28,0.788665747,1480,107692,1261.7,2683,2067,13068,13765,0.20531068258340984,0.15016345804576825,9245,-0.5776706458524641,-0.6716309480566655 +21237,KY,Wolfe,124.69176578155,-72.58069447527235,0.016953333212991164,27.9481733066568,0.003799887601176995,3,0.415858054,12.25,1.71113283978209,2,0.277238703,317,21751,1250.1,976,753,2559,2634,0.38139898397811645,0.285876993166287,1051,-0.22118014849550605,-0.3990129081245254 +21239,KY,Woodford,8495.44418592798,25.857209794158948,0.3406489508772597,2247.22455397836,0.09010884774763865,3,0.117357118,18.6666666666667,0.714540907466952,13,0.50854751,686,76600,787.8,4883,4958,12331,13547,0.39599383667180277,0.3659850889495829,2739,-0.1893601492174195,-0.2021849856056691 +22001,LA,Acadia,1087.15803349386,3.440794049318705,0.017599242929659562,314.699006139039,0.0050944426551897916,21,0.336075281,78.25,1.24910208316705,28,0.448100374,1924,187200,971.5,6559,5638,26834,27386,0.24442870984571813,0.2058716132330388,15521,-0.49832302303048376,-0.5667494340173811 +22003,LA,Allen,7198.27470890453,-23.86337683520019,0.27939274603728187,1618.80038598123,0.06283187338849675,5,0.194454167,31.5833333333333,1.229689041167,10,0.388908334,779,76977,968.3,2616,2106,9306,9245,0.28110896196002577,0.22779881016765818,4761,-0.4168278529980658,-0.5149810708491076 +22005,LA,Ascension,33734.7376597653,-20.771643048706753,0.31464569005983584,9710.10199358024,0.09056663707112103,22,0.187987593,96.6666666666666,0.795041136525012,81,0.692136137,2151,351400,784.4,16343,16471,51056,54663,0.32009949858978376,0.30131899090792674,19664,-0.3428196490128486,-0.3597314454018257 +22007,LA,Assumption,9104.47762451999,-0.2548970658710696,0.3887313788702442,2184.42398174041,0.09326775038386106,5,0.217070418,21.5,0.947345230226922,4,0.173656334,676,69044,845.1,4754,3931,10991,10904,0.43253571103630245,0.360509904622157,2783,-0.12082613047038487,-0.25522743947175347 +22009,LA,Avoyelles,7985.4754485467,-9.512013973321976,0.18980047651811613,1681.37062108408,0.039963174032849574,10,0.243042897,67.9166666666667,1.65179041921022,16,0.388868635,1462,123539,1016.7,6075,5032,17027,16581,0.3567862806131438,0.3034798866172125,6131,-0.26968931696716975,-0.3697605693263374 +22011,LA,Beauregard,12563.0707222184,-14.357505808596777,0.35236076519376225,3309.66916605271,0.09282742935021907,2,0.0552517,26.25,0.71086197091559,18,0.497265042,1081,108929,945.3,2827,2393,14223,15078,0.19876256767208042,0.15870805146571162,9845,-0.5824368979821416,-0.6529380554450193 +22013,LA,Bienville,4133.45616800214,0,0.28798551996113286,1002.53567150586,0.06984851052085697,2,0.144040331,21.1666666666667,1.52662579636976,9,0.648181491,609,41497,1047.6,3490,3129,7203,7005,0.484520338747744,0.44668094218415416,627,-0.02096348743579063,-0.08950749464668101 +22015,LA,Bossier,26314.6201959832,-11.188539138869052,0.22495165966526642,7347.82088260559,0.0628131620428076,16,0.127934498,92,0.729828569615333,109,0.871553764,3077,373827,827.3,12955,12638,48559,49818,0.2667888547951976,0.2536834076036774,22813,-0.45369550443790024,-0.45792685374764136 +22017,LA,Caddo,82925.4014661677,-1.7300369640762776,0.3252371914474611,20534.0182981692,0.08053535252587256,27,0.106887092,224.416666666667,0.901811391823487,208,0.823426483,8324,759360,949.8,57879,53448,111516,105737,0.519019692241472,0.5054805791728534,4471,0.04932924423401125,0.04228415786337797 +22019,LA,Calcasieu,42022.2059697382,-0.5929876735474898,0.21799368136691874,11182.3264776572,0.05800924675079473,32,0.162268514,217.666666666667,1.08507268990018,165,0.836697024,5990,591120,958.5,28357,26293,81718,83773,0.347010450573925,0.3138600742482662,27889,-0.2874152573484422,-0.3329115586167381 +22021,LA,Caldwell,961.426009460156,-15.277061182796201,0.09489005225623331,206.804109859298,0.020410985971111132,3,0.303214069,10,0.991375037176564,4,0.404285426,378,29850,1067.5,1016,788,4716,4692,0.2154368108566582,0.1679454390451833,3034,-0.556403731976251,-0.6466325660699062 +22023,LA,Cameron,1747.26949526649,3.914990773574149,0.25548610838814007,366.058472936018,0.05352514591841176,3,0.449169037,6,0.871839581517001,1,0.149723012,137,20211,615.1,408,323,3744,3692,0.10897435897435898,0.08748645720476707,2933,-0.7617521367521367,-0.7944203683640303 +22025,LA,Catahoula,2487.87174894996,17.893638818873832,0.23905753329008936,405.973881198354,0.039009693590694144,1,0.098512462,11.5833333333333,1.16755703390115,5,0.492562309,439,30654,1250.2,1408,1322,4193,4856,0.33579775816837587,0.27224052718286657,2157,-0.31862628189840214,-0.4441927512355848 +22027,LA,Claiborne,2036.68201977712,39.72161361115073,0.11844617736418261,533.145134071475,0.031005823441202385,3,0.182793078,13.9166666666667,0.862674601206711,9,0.548379235,575,49380,890.7,3014,2717,6732,6421,0.4477124183006536,0.4231428126460053,868,-0.0943256090314914,-0.13518143591340914 +22029,LA,Concordia,5686.39051930264,20.505918556177445,0.27309530877450006,1494.54362006191,0.0717771405274186,3,0.146584579,26.3333333333333,1.32195448460509,14,0.68406137,783,60985,1086.6,3833,3272,9380,8869,0.40863539445629,0.3689254707407825,2202,-0.17238805970149257,-0.24828052768068554 +22031,LA,De Soto,6392.38601872671,-5.194861889860453,0.23981039986219652,1543.83717556493,0.057917060908048094,2,0.073686537,23.3333333333333,0.859454614657384,8,0.29474615,857,81079,895.6,5552,5163,13050,13497,0.4254406130268199,0.3825294509891087,2904,-0.138007662835249,-0.21515892420537902 +22033,LA,East Baton Rouge,115502.766865058,-7.084477426718415,0.26240430847342966,28105.5694543933,0.06385147920783808,120,0.269032961,458.25,1.02508293496959,383,0.858663534,11233,1337946,853.5,102460,102711,197912,196332,0.5177048385140871,0.5231495629851476,18091,0.051664376086341446,0.09214493816596375 +22035,LA,East Carroll,1562.12848282769,65.39151253434702,0.20133116159655756,411.792710564608,0.05307291024160433,2,0.267129691,11.9166666666667,1.63893091275845,5,0.667824229,261,22276,1104.5,2244,1838,3384,2939,0.6631205673758865,0.6253827832596122,779,0.33156028368794327,0.26505614154474316 +22037,LA,East Feliciana,2097.3065411295,-31.70995398958655,0.10348381808503973,238.19193106578,0.011752698034528051,1,0.0504719,17.4166666666667,0.884858337990482,11,0.555191036,722,59174,1075.8,4648,4235,10209,10042,0.45528455284552843,0.4217287392949612,1334,-0.07336663728083065,-0.13284206333399723 +22039,LA,Evangeline,8944.97874324539,62.44976081149579,0.26321147431866143,2289.96378392872,0.06738358592068974,16,0.474777448,52.1666666666667,1.54755900995778,10,0.296735905,1095,101279,1012.2,5330,4208,15765,14879,0.3380907072629242,0.28281470528933395,6149,-0.30738978750396445,-0.41326702063310705 +22041,LA,Franklin,2090.88074803066,-4.939316399233135,0.1006828501001907,503.316938325867,0.024236381678907258,3,0.146763857,28.5,1.4018691588785,11,0.538134142,835,61381,1082.8,2921,2506,9336,9162,0.31287489288774634,0.2735210652695918,4008,-0.36128963153384747,-0.4374590700720367 +22043,LA,Grant,4348.2680102442,-13.906356987773453,0.194910933266583,1089.37388813067,0.04883113936665336,3,0.134024303,15.0833333333333,0.67441687159997,2,0.089349535,627,67061,921,1421,1181,8666,8819,0.16397415185783523,0.1339154099104207,6225,-0.6532425571197784,-0.7058623426692369 +22045,LA,Iberia,14131.877384496,19.60901343101658,0.19295299541911523,3776.80449986942,0.051567510921209994,22,0.297647234,85.5833333333333,1.16800640526979,42,0.568235628,2232,222226,980.3,12129,10698,33392,32454,0.3632307139434595,0.3296357921981882,10205,-0.2623682319118351,-0.31444506070130024 +22047,LA,Iberville,5331.73493426058,3.750633462731412,0.15969493917574445,668.654712747255,0.020027397272808427,8,0.240045609,34.4166666666667,1.04546375050628,12,0.360068413,1035,99500,967.9,9548,8324,17014,16043,0.561184906547549,0.5188555756404662,1004,0.13383096273656986,0.0625818113819111 +22049,LA,Jackson,3734.17777437207,0,0.22945666550154048,818.418644997744,0.05028994991997935,1,0.062523446,13,0.822368421052632,9,0.562711017,596,47957,948.6,2305,2139,7529,7464,0.306149555053792,0.2865755627009646,3030,-0.37548147164298046,-0.4059485530546624 +22051,LA,Jefferson,51623.7053071229,-1.257389016413831,0.11934681912723305,13056.8892887985,0.03018571013149517,98,0.224917148,400,0.916332014578842,373,0.856062206,12293,1307028,799.9,7e4,73540,175733,181388,0.3983315598094837,0.405429245595078,26752,-0.18394382386916514,-0.14748494939025736 +22053,LA,Jefferson Davis,2236.04195824463,-2.3875485910942564,0.07077425961399729,565.88524272331,0.01791116169916152,6,0.19061537,29.25,0.931143157291567,18,0.57184611,1129,94164,1020.8,3483,3080,13733,14277,0.2536226607441928,0.21573159627372698,7695,-0.47556979538338306,-0.538978777054003 +22055,LA,Lafayette,50786.6337847731,-11.53172022812441,0.2292043153416544,14293.4943035692,0.06450773228194676,57,0.241890309,230.666666666667,0.955545061130029,223,0.946342788,5078,707611,778.5,31766,32726,98637,105599,0.32204953516428925,0.3099082377674031,35465,-0.3368208684367935,-0.3358459833899942 +22057,LA,Lafourche,25027.4473215012,-6.002052604203385,0.2598418501370585,6455.02596109333,0.06701785710971293,14,0.142827994,71.4166666666667,0.726480511333774,51,0.520301979,2733,293355,877.1,9543,8423,38725,41644,0.24642995480955454,0.20226203054461628,23535,-0.4851904454486766,-0.5651474402074728 +22059,LA,La Salle,2208.93343782209,49.71887300291172,0.1483501301425178,451.256715182215,0.030306025196925115,2,0.134779972,14.1666666666667,0.941181681282665,9,0.606509873,493,44671,952,764,605,6572,6568,0.1162507608034084,0.09211327649208283,5230,-0.7550213024954351,-0.796285018270402 +22061,LA,Lincoln,14853.3706146899,-0.03681817141034861,0.31782113222830644,2916.9893727498,0.06241552097464,3,0.063002709,33,0.691171850455545,40,0.840036122,1155,142593,845.4,7947,7102,18974,18664,0.41883630230842206,0.3805186455207887,3659,-0.14672710024243696,-0.19604586369481353 +22063,LA,Livingston,19726.103128249,-19.76225287148549,0.1540788834162514,5520.50503614155,0.043120186806910696,14,0.103129995,121.833333333333,0.869381133834744,72,0.530382833,3222,407676,890.7,7448,6950,54033,57700,0.13784168933799715,0.12045060658578856,41847,-0.7040142135361723,-0.7252512998266898 +22065,LA,Madison,1181.44740024248,0.12397549207694054,0.09769679982158934,194.009837591181,0.01604315203764004,2,0.168876129,13.0833333333333,1.13491788110109,7,0.591066453,389,35203,1068.1,3154,2744,5187,4732,0.608058608058608,0.5798816568047337,817,0.22247927511085402,0.1726542688081149 +22067,LA,Morehouse,6826.51831596957,-1.013764061033981,0.24398721598232853,1650.58358972539,0.058993659163136286,3,0.112107623,27.5833333333333,1.0580082594965,13,0.485799701,1136,80135,1116,5887,5155,12613,11852,0.46674066439387935,0.43494768815389806,1347,-0.05581542852612381,-0.11365170435369565 +22069,LA,Natchitoches,10995.9698122213,1.8700442487446143,0.2779146189208234,2691.65568009941,0.06802951220996335,8,0.204258796,33.6666666666667,0.859676897672914,17,0.434049941,1159,117634,886.6,7941,7143,17257,16617,0.4601610940487918,0.42986098573749776,1822,-0.06582835950628729,-0.10964674730697477 +22071,LA,Orleans,57760.4901457077,-34.07640344678794,0.16799190919238258,15602.414770997,0.04537841418553118,148,0.385095754,371.083333333333,0.947862254520066,303,0.788405495,9524,1152898,827.5,126199,133833,157233,165619,0.8026241310666336,0.808077575640476,109566,0.6247543454618305,0.6615545317868119 +22073,LA,Ouachita,46348.0787646053,-27.458447550452785,0.30150974996490565,12671.6725500556,0.08243346701831643,20,0.127938589,145.666666666667,0.92791363820711,114,0.72924996,4572,468956,930.3,26629,24420,68437,67987,0.38910238613615444,0.3591863150308147,17292,-0.20892207431652465,-0.25434274199479306 +22075,LA,Plaquemines,6459.58714287328,-11.015790957712262,0.2803396902557625,1602.89812957161,0.06956419275981296,3,0.127948138,20.4166666666667,0.870127287191726,13,0.554441933,537,70455,780,3597,3347,10235,10572,0.3514411333659013,0.31659099508134697,3553,-0.28060576453346364,-0.33607642830117285 +22077,LA,Pointe Coupee,2803.43326492435,-11.342738770552073,0.12294681453049514,725.115850678189,0.031800537263318523,9,0.401678122,29.6666666666667,1.3388089113528,10,0.446309024,820,66973,960.5,5436,4764,12147,11761,0.4475179056557175,0.40506759629283223,2025,-0.09154523750720345,-0.1721792364594848 +22079,LA,Rapides,45454.6848344254,-4.7132404581508425,0.3453662239628715,11927.7764774883,0.09062764679392082,15,0.113217801,142.916666666667,1.07923538532794,101,0.762333192,4287,397006,957.4,20040,18318,58008,56838,0.34546959040132397,0.32228438720574265,18496,-0.29559715901255,-0.32541609486611073 +22081,LA,Red River,2041.12211070163,20.17551463656222,0.22452118696530968,508.140516990329,0.055894897919956985,0,0,9,1.05263157894737,5,0.576767793,343,26121,1087.7,2253,1938,4807,4422,0.4686914915747868,0.43826322930800543,453,-0.04784688995215308,-0.1024423337856174 +22083,LA,Richland,2326.32623958992,4.0556343798409165,0.11224734569794548,694.686525526162,0.03351925334263749,2,0.096432015,22.5833333333333,1.10540055473976,8,0.385728062,675,62082,947.3,4074,3157,11507,9596,0.35404536369166595,0.3289912463526469,3129,-0.2817415486225776,-0.3260733639016257 +22085,LA,Sabine,6349.34088658217,-0.5606365480058036,0.26201216880213635,1545.67972651237,0.06378408478159411,5,0.206620108,19.6666666666667,0.820230498672339,10,0.413240217,861,72508,935.7,2194,1703,10050,9785,0.21830845771144278,0.17404190086867655,6174,-0.5513432835820895,-0.6309657639243741 +22087,LA,St. Bernard,16588.7754880647,7.774301087613739,0.4621215000714461,4325.39556572117,0.12049462533696882,12,0.270215497,53.5,1.17098581684469,32,0.720574658,989,133279,900.9,5052,4957,13944,15807,0.3623063683304647,0.31359524261403177,5275,-0.2470596672403902,-0.3337129120010122 +22089,LA,St. Charles,30492.4313862523,3.2942605669771217,0.5777270061813623,8269.89973307461,0.1566862397323723,13,0.24646886,42.6666666666667,0.806202722193879,31,0.587733434,1232,158301,849.9,8894,8558,25330,26190,0.3511251480457955,0.3267659411989309,8062,-0.27801026450848804,-0.30782741504390987 +22091,LA,St. Helena,662.77049039775,-34.35886770312606,0.0591600901899268,132.927024356678,0.011865306110566637,4,0.376683304,13,1.23668188736682,1,0.094170826,377,32041,971.4,4233,3353,7093,5964,0.5967855632313549,0.562206572769953,856,0.2082334696179332,0.14352783366867872 +22093,LA,St. James,5604.47033868404,27.411890648527802,0.25357299514451365,1384.23158460995,0.06262924552574202,6,0.277289953,23.1666666666667,1.07467025405514,11,0.508364914,578,64766,806.3,7055,6418,12391,12085,0.5693648615930917,0.5310715763342987,962,0.148979097732225,0.07960281340504755 +22095,LA,St. John the Baptist,18462.5488433888,-7.728071178240678,0.4020239709822489,5178.37092388322,0.11275957938949611,10,0.228597554,42,0.962618321835392,31,0.708652417,1163,131017,900.6,13178,12658,21122,20740,0.623899251964776,0.6103182256509161,5089,0.2631379604204147,0.24537126325940212 +22097,LA,St. Landry,13575.1660327652,18.25637961849976,0.16280300816421855,3672.95773783075,0.04404871123753658,31,0.37033055,117.583333333333,1.40175403041538,40,0.477845871,2931,251168,1049,19668,17208,41647,39970,0.4722549043148366,0.43052289216912687,4758,-0.043388479362259036,-0.1190392794595947 +22099,LA,St. Martin,2135.7606716809,-46.459503686270395,0.040946331895722776,489.994078351829,0.009394058250610219,14,0.262590265,64.3333333333333,1.19120360940866,22,0.412641846,1464,160070,913.7,9419,8266,25430,25749,0.37038930397168696,0.32102217561847063,8606,-0.24514353126228866,-0.3342265719057051 +22101,LA,St. Mary,18240.4886779309,33.54699184172546,0.33376923472883624,4759.04529382878,0.08708225606274071,13,0.244535571,62.1666666666667,1.19337850894874,34,0.639554569,1662,159550,948.4,9448,8050,23636,22871,0.3997292266034862,0.35197411569236153,6303,-0.1876375021154172,-0.2755891740632242 +22103,LA,St. Tammany,62438.8313795623,4.273017236472365,0.2671294232033982,16834.2597831754,0.0720213047966775,42,0.170850469,188.833333333333,0.744605063577311,188,0.764759243,6395,738614,785.2,25723,27716,112884,124389,0.22787108890542504,0.22281713013208562,63198,-0.522545267708444,-0.5080674336155127 +22105,LA,Tangipahoa,31687.6851456632,-5.829283587201873,0.26167192536283473,7702.44229705991,0.06360555832976796,20,0.157419578,153.833333333333,1.17690561803484,85,0.669033208,3556,381116,972.6,17720,16869,50090,52381,0.3537632261928529,0.322044252687043,17064,-0.27676182870832494,-0.3257669765754759 +22107,LA,Tensas,1283.98925198056,-56.07047558956037,0.24447624752105102,322.742888796374,0.06145142589420678,1,0.207039337,8,1.74026539047205,0,0,158,14420,802.4,1564,1329,2812,2543,0.5561877667140825,0.522611089264648,149,0.11877667140825038,0.05859221392056624 +22109,LA,Terrebonne,33431.1645259142,1.2555623996692225,0.29886612306377797,8482.81702762391,0.07583423053481057,18,0.158831004,109.083333333333,0.963463463463464,82,0.723563462,3110,340307,933.1,12071,10664,42335,43893,0.28513050667296563,0.2429544574305698,21236,-0.41169245305302943,-0.48381290866425175 +22111,LA,Union,3905.09300943357,-5.079670117555131,0.17187152895706923,900.528295972117,0.03963418405757304,4,0.177470163,21.5,0.956107973495798,6,0.266205244,811,67370,939.1,3075,2691,10766,10894,0.28562140070592607,0.24701670644391407,5281,-0.41668214750139326,-0.48476225445199195 +22113,LA,Vermilion,3644.22401403623,6.372924613719815,0.06283253183738047,887.977690452282,0.015310224149593647,16,0.268384326,56.25,0.934307781745702,20,0.335480408,1641,178673,840,5718,4745,24984,25253,0.22886647454370798,0.18789846750881084,15062,-0.5279779058597502,-0.5964439868530471 +22115,LA,Vernon,27251.628451162,33.03430314156828,0.5207251204028356,8056.28520683663,0.15393979452815817,2,0.0383642,31.9166666666667,0.631150836810431,22,0.422005678,1187,155906,930.6,3173,2665,15606,16633,0.2033192361912085,0.1602236517765887,10806,-0.5749711649365629,-0.6496723381230085 +22117,LA,Washington,5013.26730358172,-36.65304645499968,0.10628534819330308,1312.37961012438,0.02782351615765731,13,0.280862464,63,1.36039732239257,29,0.626539342,1747,139007,1070.7,6351,5690,18100,18622,0.3508839779005525,0.30555257222639887,6862,-0.28281767955801107,-0.36848888411556224 +22119,LA,Webster,11029.0488756416,32.5177651127131,0.26764988656397215,2770.0644443706,0.06722315248308783,6,0.14876156,56.3333333333333,1.41861831612524,32,0.793394987,1597,120954,993.9,6802,6259,18413,18140,0.36941291478846466,0.3450385887541345,5279,-0.2495519469939717,-0.29101433296582135 +22121,LA,West Baton Rouge,4535.16889831006,15.59302755274376,0.190649440823527,1159.02727544028,0.048723191333457205,4,0.159457843,29.5833333333333,1.14686308716159,20,0.797289217,663,75202,900.2,5692,5382,12772,12710,0.445662386470404,0.42344610542879624,1544,-0.09614782336360783,-0.1214791502753737 +22123,LA,West Carroll,564.761468105789,0,0.04866955085365297,153.953921679552,0.013267314863801448,5,0.433839479,16,1.4396256973187,9,0.780911063,422,34259,983.6,853,715,4548,4759,0.18755496921723835,0.150241647404917,3255,-0.6101583113456465,-0.6839672200042026 +22125,LA,West Feliciana,6576.24706820991,-0.461415151268534,0.42087981236543426,368.283663724281,0.023570154478353988,3,0.194729326,9.5,0.619134515119917,4,0.259639102,376,46173,769.8,2441,2247,5777,5798,0.4225376492989441,0.387547430148327,1143,-0.14124978362471874,-0.1971369437737151 +22127,LA,Winn,4130.00409980492,-2.7511325814916643,0.269705746738387,1016.86797392839,0.0664055360757781,4,0.2713152,10.6666666666667,0.741977369690225,8,0.542630401,512,44091,973.6,1919,1643,6532,6368,0.29378444580526636,0.25800879396984927,2962,-0.4011022657685242,-0.4651381909547739 +23001,ME,Androscoggin,12978.3240816559,6.6890383000646185,0.12050216413488977,2748.88319019848,0.025523046834770757,22,0.20476545,134.833333333333,1.25637895743842,76,0.707371556,3200,322006,806.3,28912,22975,52539,55340,0.5502959706123071,0.4151608239971088,5214,0.12756238223034316,-0.09421756414889776 +23003,ME,Aroostook,7943.72032592932,5.20731650747674,0.11052901524877307,1373.25405796596,0.019107472630665926,32,0.460783043,93.5,1.37582954428405,50,0.719973505,2608,207960,807.8,17844,13377,33866,34963,0.5269001358294455,0.38260446758001315,6042,0.07721608693084514,-0.17281125761519317 +23005,ME,Cumberland,59726.4284599861,-2.112075090157838,0.21204097098058783,13347.900445263,0.04738776189944049,68,0.236277654,243.25,0.832930992566112,244,0.847819817,7839,863734,692,100977,102935,166895,171249,0.6050331046466341,0.6010838019492084,45238,0.26345306929506573,0.26416504621924797 +23007,ME,Franklin,779.482896152344,66.51448052588806,0.02533420749325091,123.230534808649,0.004005152587384588,12,0.396091893,41,1.36662111262958,15,0.495114867,959,90661,772.1,9292,7001,16112,16382,0.5767130089374379,0.42735929678915885,899,0.18538977159880832,-0.05487730435844218 +23009,ME,Hancock,2217.66291915827,-34.07976395925757,0.04075237824172645,431.895298238731,0.007936625716467548,31,0.566769051,51,0.937172678660027,46,0.84101214,1810,164197,732.1,17533,16107,30738,31983,0.5704014574793416,0.5036112934996717,2425,0.1670570629188627,0.07582153018791232 +23011,ME,Kennebec,8675.39761388398,-22.846525576232906,0.07102191233705807,1717.0927603777,0.014057132241059835,22,0.181650043,132.333333333333,1.09757345033411,81,0.668802431,4051,362120,836.8,35022,29296,63225,65999,0.553926453143535,0.44388551341686994,2457,0.1346935547647291,-0.037227836785405866 +23013,ME,Knox,6350.07100798122,42.37289857619324,0.15980649808690406,1279.99248093888,0.03221241395557882,15,0.378062305,49.6666666666667,1.24966451959206,30,0.756124609,1431,119288,718.3,13227,12440,22002,23021,0.6011726206708481,0.5403761782720126,3292,0.225661303517862,0.14299986968420142 +23015,ME,Lincoln,1378.1459414137,-7.097855400319947,0.03999610939471515,285.952535232405,0.008298822742328264,10,0.292654375,32.1666666666667,0.940105993297483,25,0.731635938,1242,102289,707.3,11298,10241,20668,21432,0.5466421521192181,0.4778368794326241,514,0.11679891619895488,0.023982829413960405 +23017,ME,Oxford,3821.31649658626,-22.815315896373082,0.06607501766441755,773.195008121865,0.013369443191981483,15,0.262063664,69,1.20593529894961,26,0.454243684,1923,171829,789.4,16052,12172,28734,31094,0.558641330827591,0.39145815913037885,4042,0.1491612723602701,-0.12999292468000256 +23019,ME,Penobscot,19151.9057797449,-23.156971437799665,0.12442523716237924,4008.05398090833,0.026039344223464524,27,0.175994368,169,1.11326298038286,93,0.606202824,4662,459754,789.9,38816,32832,77171,80228,0.5029868733073305,0.4092336840005983,8769,0.02881911598916692,-0.10930099217230888 +23021,ME,Piscataquis,777.314406654683,4.039269123085441,0.04432930747959413,117.795351991314,0.006717727515900428,7,0.41113591,30,1.78115537612064,7,0.41113591,687,51154,850.7,4168,3098,8990,9144,0.46362625139043384,0.3388013998250219,2305,-0.04549499443826471,-0.2520778652668416 +23023,ME,Sagadahoc,3119.53022936714,-11.24764480841011,0.08838948883254866,582.315945021835,0.016499474258970193,8,0.228277928,27.6666666666667,0.784358196543154,20,0.570694821,1094,105245,725.5,11821,10679,20734,21596,0.5701263624963827,0.4944897203185775,1375,0.16359602585125876,0.06366919799962956 +23025,ME,Somerset,7965.42765039639,94.38173668968332,0.15251259191231503,1683.71242491861,0.03223773502563012,10,0.195453746,69.1666666666667,1.35847327244754,22,0.429998241,1737,154100,849,12211,9092,24705,25968,0.49427241449099374,0.35012322858903266,5906,0.01671726371179927,-0.22743376463339493 +23027,ME,Waldo,2729.38971659828,-22.43042695308793,0.07037048720152322,616.846582757549,0.01590384630427342,10,0.256075389,39.5833333333333,1.0055719269721899,20,0.512150777,1162,117150,747.3,11292,10442,20976,22630,0.5383295194508009,0.4614228899690676,64,0.10664569031273835,0.0028281042863455563 +23029,ME,Washington,3783.07448177169,-2.2603200464486135,0.11514105435146366,761.140532671936,0.0231659524187952,16,0.503018109,48.8333333333333,1.55272919978802,19,0.597334004,1301,95723,906.9,7797,6358,15756,16559,0.49485910129474486,0.38396038408116434,2679,0.016374714394516376,-0.16178513195241256 +23031,ME,York,29869.2931470517,-11.185741899972099,0.1515200204283025,5639.62599271614,0.028608519171089985,41,0.204274824,153.166666666667,0.756965482703463,157,0.782223108,5830,601152,713.7,61492,55828,107627,113962,0.571343621953599,0.48988259244309507,5440,0.16364852685664377,0.04773520998227482 +24001,MD,Allegany,25628.8286186755,-11.83586661779806,0.34132178164896054,3743.83221294094,0.04985992532583456,12,0.164491721,62.5,0.866491057812283,62,0.84987389,2807,219173,890.4,9001,6665,27817,27804,0.32357910630190173,0.2397137102575169,13360,-0.32918718769098027,-0.48050640195655303 +24003,MD,Anne Arundel,190277.614638754,23.316003990900988,0.3539021505177176,44391.4137632125,0.08256471380066902,96,0.171387867,268.416666666667,0.472276864210651,454,0.810521787,12505,1680615,723.4,115960,116074,239189,242939,0.48480490323551667,0.47779072112752585,1565,-0.009218651359385266,0.006441946332206849 +24005,MD,Baltimore,141213.631086441,-13.428275269065098,0.17541434046033244,32014.9637168299,0.039768708601590624,149,0.180185627,515.75,0.6206183681377,739,0.89367234,22615,2483052,699.3,202733,189437,354655,335017,0.5716344052670905,0.5654548873639248,58428,0.16367173732218632,0.17440308999244813 +24009,MD,Calvert,32025.6247148662,7.483810481034209,0.3609049744172803,8879.68865112479,0.10006748764466672,13,0.143467273,39.6666666666667,0.434698432528593,55,0.606976924,1942,271615,696.9,18963,16669,42168,43445,0.4497011952191235,0.3836805155944297,8011,-0.0818155947638019,-0.18439406145701465 +24011,MD,Caroline,1739.83224640694,-18.197295283564838,0.052616955374310166,445.938915269566,0.013486327807099921,4,0.122933186,31.9166666666667,0.971588026382547,16,0.49173274300000003,1009,97743,893.1,4621,3747,12526,13282,0.3689126616637394,0.28211112784219244,5252,-0.2437330352866039,-0.3954223761481705 +24013,MD,Carroll,40184.3722593868,-6.444702904386442,0.2404320620543205,10137.0562976899,0.060652268824355905,25,0.148960257,84,0.50102591019707,114,0.679258774,4535,502769,754.9,26067,24314,82171,84879,0.31722870599116476,0.28645483570730096,31279,-0.33945065777464073,-0.3685128241378904 +24015,MD,Cecil,22751.0722135042,12.754911321074088,0.22501752792562604,5552.42791170519,0.05491581192096758,18,0.17581043700000001,66.75,0.650565772930616,55,0.537198558,2720,306388,859,15489,12651,40037,42309,0.3868671478882034,0.299014394100546,14928,-0.2040862202462722,-0.3528327306246898 +24017,MD,Charles,43217.5639645208,-7.880002255483752,0.29489777595868194,12049.15720188,0.08221818480856494,21,0.135705377,81.5833333333333,0.51731608594105,121,0.781921459,2879,463709,711.6,45621,46063,70167,72480,0.6501774338364188,0.6355270419426049,21900,0.31330967548847743,0.3021523178807947 +24019,MD,Dorchester,5295.41077368885,39.83143834774545,0.16234627425620363,876.765038204937,0.026879791471118308,7,0.21486893,35.8333333333333,1.11083555500444,19,0.583215667,1132,97498,807.9,6570,5695,14249,14034,0.46108498842024004,0.4058001995154624,2243,-0.06625026317636318,-0.15982613652558075 +24021,MD,Frederick,55823.203732177,15.265890476204161,0.2391893383558369,15366.8808667207,0.06584348122938792,38,0.155945419,114.083333333333,0.460773345288534,172,0.705858213,5116,729956,671,51187,51891,109127,114962,0.4690589863186929,0.4513752370348463,4581,-0.03947693971244515,-0.03984794975731115 +24023,MD,Garrett,980.734155355545,-24.23420608151485,0.032585777830200516,201.917258224436,0.006708883218408347,6,0.202163146,34.25,1.16397621070518,25,0.84234644,923,89062,728.7,2792,2252,12113,12905,0.23049616114917856,0.17450600542425415,7937,-0.520927928671675,-0.6150329329717164 +24025,MD,Harford,53243.0988941045,-10.129244542266004,0.2174732213658047,14029.5471205118,0.0573041552797162,36,0.143939545,144.75,0.576619713821345,165,0.659722916,5946,749479,716.5,46390,43803,118417,124224,0.39175118437386525,0.35261302163833075,30458,-0.1951240109105956,-0.2451861154044307 +24027,MD,Howard,53712.7931999684,-12.797912286194139,0.1870971774908769,15019.9743346807,0.05231891019969939,45,0.145497342,99.5,0.313649588788052,244,0.788918922,4584,926969,536.8,84017,93808,141167,146401,0.5951603420062762,0.6407606505420045,49016,0.211968802907195,0.334806456240053 +24029,MD,Kent,3.0248236899497,-83.93485891261872,1.4976598950090114e-4,0.595437714509899,2.9481493019255285e-5,9,0.454086781,27.3333333333333,1.38536915019429,14,0.706357215,765,59394,725.9,4453,4178,9143,9166,0.4870392650114842,0.4558149683613354,420,-0.008749863283386172,-0.04582151429194847 +24031,MD,Montgomery,181385.286469958,18.73616267685002,0.18665319972581979,47761.1512203878,0.04914826263678581,202,0.196031431,341.25,0.326910715295015,794,0.770539387,17084,3089756,477.6,286493,309761,404214,408300,0.708765653836829,0.758660298799902,226776,0.4343070749652412,0.5554151359294637 +24033,MD,Prince George's,200531.832316327,-13.134719595475525,0.23225293868143776,44741.809867635,0.05181928825789882,160,0.176907002,471.583333333333,0.519336878663303,753,0.832568579,16834,2705833,703.8,317342,313627,352292,351091,0.9007925243831821,0.8932926221406986,284337,0.8092888853564657,0.8098669575694051 +24035,MD,Queen Anne's,11148.8304337416,1.658884377254744,0.23324888978077746,2759.12343746627,0.05772466290359994,5,0.102450619,34.0833333333333,0.696587572468952,33,0.676174084,1202,146137,694.1,7898,7316,23153,24633,0.3411221008076707,0.2969999594040515,8895,-0.3015160022459292,-0.36110096212397996 +24037,MD,St. Mary's,19594.9193927194,43.00797144071891,0.18635029046532509,5448.16442215596,0.05181276851533471,17,0.154010618,55.0833333333333,0.489251275310056,69,0.625101919,2316,331273,742.3,17982,15786,44076,45169,0.4079771304111081,0.34948748035156857,11103,-0.1614030311280515,-0.24581017954792 +24039,MD,Somerset,6019.38893158008,-17.17494122699779,0.2274041908417106,690.445016542046,0.026084058048433924,5,0.193356278,20.25,0.7810089478556,11,0.42538381199999997,760,77457,856.6,4478,3484,9272,8768,0.4829594477998274,0.39735401459854014,1572,-0.0245901639344262,-0.17928832116788318 +24041,MD,Talbot,4181.28205188699,0,0.11066862664461889,1027.58545966747,0.027197751830699012,12,0.318784369,33.3333333333333,0.894182448986891,36,0.956353107,1365,112972,647.3,7983,7865,18671,18731,0.4275614589470301,0.4198921573861513,2233,-0.13170156927856036,-0.11921413699215205 +24043,MD,Washington,36575.9292877415,2.69165124499982,0.24809013964418028,7529.65517158038,0.05107274755192552,24,0.160456767,103.75,0.690322838208288,110,0.735426848,4599,448329,823.6,23282,19193,58653,60731,0.39694474280940445,0.3160329979746752,19649,-0.18466233611238986,-0.32354151915825524 +24045,MD,Wicomico,26408.113997542,0.3112038561495618,0.2674699846813325,6299.29588202719,0.06380132156449404,10,0.098484326,102.916666666667,1.0033113335998,82,0.807571475,2818,305225,833.9,17481,16327,38256,38722,0.45694792973651194,0.4216466091627499,4505,-0.06940087829360103,-0.11634213108827018 +24047,MD,Worcester,10662.4334517087,3.3088731887394167,0.20722263481378903,1745.31664094327,0.0339199409364339,14,0.270924045,53.4166666666667,1.03834590363632,83,1.60619255,1851,154608,709.5,9841,8783,24526,25571,0.4012476555492131,0.34347503030777055,7127,-0.18319334583707086,-0.2787141683938837 +24510,MD,Baltimore,13717.3385403424,-33.461273815757394,0.02209049930727115,3358.80504564376,0.005409043475586647,304,0.488123662,855.916666666667,1.39249519520692,670,1.075798861,20496,1868775,1074.2,201042,178562,229897,208980,0.8744872703863035,0.8544454014738252,155836,0.7635636828666751,0.745698152933295 +25001,MA,Barnstable,104445.410706982,-3.91943275899074,0.48379442445611615,18820.5391399869,0.08717732870741728,75,0.3489768,178.5,0.833037764378652,216,1.005053184,8745,643683,686.5,70329,71632,132212,132667,0.5319411248600732,0.5399383418634627,17790,0.07645296947327013,0.13409514046447124 +25003,MA,Berkshire,31915.0644275113,2.328435165394464,0.24321984184844647,6037.84162255622,0.046013470782098775,34,0.264149478,94.1666666666667,0.742036568612772,118,0.916754069,4542,385738,723.2,48596,43540,64078,64507,0.7583882143637442,0.6749655076193282,26741,0.5366428415368769,0.4145441579983568 +25005,MA,Bristol,158761.375910066,-6.800570315224556,0.28955994767331955,35765.5132530814,0.06523160993476276,104,0.187659917,492,0.881208760504653,386,0.696506999,15694,1663582,741.5,142481,127619,239565,246068,0.5947488155615386,0.518633060779947,22844,0.20467514035856654,0.09283612659915141 +25007,MA,Dukes,1177.39122433707,-57.796473069361944,0.07120600086707408,241.313491953442,0.014594102930356335,12,0.691403549,8.58333333333333,0.497699949746801,24,1.382807098,425,51774,581.1,7955,8338,10914,11434,0.7288803371816016,0.7292286164072066,5864,0.47333699835074217,0.5128563932132237 +25009,MA,Essex,222643.773928076,-6.801524197907555,0.29959103493071604,52062.1240989305,0.07005516194909905,187,0.243144179,542.833333333333,0.69681744623787,576,0.748936082,19724,2310683,668.6,208723,220027,363246,376140,0.574605088562572,0.5849603870899134,84622,0.16219036135291243,0.22497474344658908 +25011,MA,Franklin,11057.2550514399,-10.449999255802162,0.15492427074258674,2170.26600172432,0.030407807007290257,20,0.282238718,51.8333333333333,0.736457238119595,35,0.493917756,2112,212608,725.5,27024,24369,37600,37987,0.7187234042553191,0.6415089372680127,14042,0.4703723404255319,0.369652775949667 +25013,MA,Hampden,103309.202554273,-14.405240915301402,0.2228941348341345,21604.440079102,0.046612526870271204,98,0.209329696,478.166666666667,1.0207051225949,293,0.625853072,13303,1407780,750.5,122571,110313,197827,200220,0.6195868106982363,0.5509589451603236,32083,0.2540249814231626,0.16023873738887223 +25015,MA,Hampshire,61107.3608574501,17.228170988724553,0.3865597220233432,9413.69263603201,0.05955018114898792,37,0.22990077,98.0833333333333,0.606141131490912,99,0.615139898,3785,483254,669.1,56552,54572,80406,82329,0.703330597219113,0.6628527007494321,32483,0.43760415889361487,0.3945511302214286 +25017,MA,Middlesex,373153.162051242,-7.202934867426225,0.24825819035599586,92396.4818010449,0.06147122870698916,287,0.182765878,831.416666666667,0.522977899164703,1213,0.77245648200000006,33383,4715956,604.1,467173,508919,746856,767337,0.625519511123965,0.6632274997817126,292756,0.26894876656276445,0.38152206918211945 +25019,MA,Nantucket,1060.20546431921,-31.98118731869753,0.1042278277938665,250.347759248107,0.02461145883288508,4,0.368459838,4,0.363372093023256,17,1.565954311,201,32307,558.3,3828,4144,6097,6404,0.6278497621781204,0.6470955652717052,2252,0.2694767918648516,0.3516552154903186 +25021,MA,Norfolk,212622.838567376,-8.65120624677985,0.31694542530726094,54877.1074142538,0.08180235136655556,119,0.171902221,341.416666666667,0.489710228286007,471,0.680386101,17292,2077537,630.2,200891,219129,350195,357781,0.5736546781079113,0.6124668442427071,99958,0.16058767258241835,0.27938319810163204 +25023,MA,Plymouth,202026.561193111,-9.327028947440255,0.4082012636272016,49852.2440013797,0.10072808682103476,85,0.167645585,317.666666666667,0.618552017109162,306,0.603524107,13471,1520679,719.7,130278,133828,253993,264168,0.5129196473918572,0.5066018594227916,19106,0.03767820373002406,0.07232518700221074 +25025,MA,Suffolk,5420.46133843728,-73.49418842809732,0.007507325027647706,1043.5715897116,0.0014453439706375005,217,0.282826808,677.583333333334,0.864010983172454,745,0.970995264,14101,2308294,661.3,219208,241212,282649,303517,0.7755484717794863,0.7947231950763878,191170,0.5672618689611497,0.6298493988804581 +25027,MA,Worcester,226510.941225407,-7.180356646553397,0.2836520868088828,53788.7341315579,0.06735783534642441,136,0.167183995,608.416666666666,0.742343621823458,581,0.714219859,20795,2444481,725.2,195667,197126,364093,380972,0.5374093981482753,0.5174291024012263,39988,0.09240770901939888,0.10496309440063833 +26001,MI,Alcona,1202.48604611377,-7.707381172705921,0.10989636685375342,151.467133843128,0.013842728371698776,2,0.191314329,11.1666666666667,1.07869654817105,4,0.382628659,564,31369,836.4,2462,1732,6086,6179,0.40453499835688467,0.28030425635216055,2469,-0.18222149194873483,-0.3995792199385014 +26003,MI,Alger,3341.01670977576,0.1596388554845508,0.3479863253594167,604.805059941034,0.06299396520581543,7,0.740035945,11.75,1.27454170734353,5,0.528597103,369,28332,789.4,2212,1663,4603,4513,0.4805561590267217,0.36849102592510524,922,-0.02541820551814028,-0.20429869266563266 +26005,MI,Allegan,4526.63609911551,-29.20091560263257,0.040631158436696735,1207.93471894321,0.010842441466889362,16,0.140539496,77.3333333333333,0.669274529488467,54,0.474320799,2941,340759,754.8,19594,17932,49199,55153,0.3982601272383585,0.32513190578934964,15880,-0.1916502367934308,-0.287926314071764 +26007,MI,Alpena,1829.37819818211,-9.277660855041402,0.06180749368815832,396.660294191857,0.013401591127503784,9,0.310473299,32,1.11482720178372,21,0.724437698,1095,86781,779,6549,4877,14014,14688,0.46731839588982443,0.3320397603485839,4213,-0.053446553446553524,-0.28683278867102396 +26009,MI,Antrim,32.7601821860299,-54.157479523848664,0.0013893207033939738,10.2460709289298,4.345237883345971e-4,5,0.214896635,15.75,0.680521949533357,13,0.55873125,842,69617,709.6,5107,4448,13184,13572,0.3873634708737864,0.32773356911287943,4021,-0.21313713592233008,-0.29627173592690836 +26011,MI,Arenac,4582.23390611579,15117.3265672713,0.28820893805370085,782.416796888833,0.04921169865330102,4,0.2605354,27.75,1.8350747255654,14,0.911873901,601,46006,858.8,3669,2238,7826,7457,0.46882187579862,0.3001206919672791,2466,-0.049194991055456105,-0.3306959903446426 +26013,MI,Baraga,1452.29931993286,9.982998388999652,0.1639164017982912,207.368435846606,0.02340501533257404,4,0.462214005,9,1.05844995883806,7,0.808874509,294,25909,831.1,1574,1156,3490,3486,0.4510028653295129,0.33161216293746415,1002,-0.08366762177650428,-0.2874354561101549 +26015,MI,Barry,1655.5535668162,-1.0477504480451743,0.027978192196038733,419.077142129885,0.00708223585300534,10,0.168688113,41.0833333333333,0.688139984143468,19,0.320507414,1589,177693,717.3,11496,9109,28483,30265,0.40360917038233335,0.3009747232777135,10088,-0.18098514903626717,-0.3333223195109863 +26017,MI,Bay,23684.2411229358,17.164110065329602,0.21976451107381206,5105.75830263802,0.047375994494233326,23,0.216615338,114.916666666667,1.09708790386996,82,0.772280771,3603,318873,801.2,26797,21641,51077,52932,0.5246392701215812,0.4088453109650117,6686,0.059948704896528815,-0.12631300536537443 +26019,MI,Benzie,NA,NA,NA,NA,NA,7,0.399566185,17.6666666666667,1.00538735867668,13,0.742051487,653,52360,754.3,4683,4108,9847,10221,0.4755763176602011,0.40191762058506997,1431,-0.03940286381639074,-0.1400058702670971 +26021,MI,Berrien,40255.6873410884,4.51644207500711,0.2567114164073667,9865.6151527524,0.06291324796255668,36,0.231909452,147.166666666667,0.955565655909789,94,0.605541348,5236,465298,825.8,33465,29496,72322,71882,0.46272226984873205,0.4103391669680866,9150,-0.06559553109703825,-0.12729195069697563 +26023,MI,Branch,1587.26184394956,-75.68189205992729,0.03507916027116248,307.232832525857,0.006789975966359993,3,0.068894247,43.4166666666667,0.999762052793577,23,0.52818923,1354,130863,857.5,6526,4740,16278,16490,0.4009092026047426,0.28744693753790174,6285,-0.1873080230986608,-0.38114008489993934 +26025,MI,Calhoun,31513.0122083023,-2.0621245358997125,0.2314648407467153,7206.40294322265,0.052931433484807854,23,0.170524474,158.583333333333,1.18005843862704,92,0.682097896,4379,403907,847.7,29270,24154,58231,58786,0.5026532259449434,0.41088014153029634,7335,0.016005220586972624,-0.12477460619875475 +26027,MI,Cass,4271.93991339946,36.631551597738344,0.08169238547032032,1000.88862169856,0.01914001150629262,9,0.174391567,34.5,0.668617608868389,14,0.271275771,1598,155266,773.1,9587,7270,22461,23272,0.42682872534615557,0.3123925747679615,6971,-0.1368149236454298,-0.29954451701615675 +26029,MI,Charlevoix,1420.09645042633,-6.785611095433043,0.05472644226853944,357.748951771073,0.013786618049677174,8,0.306266988,26.25,1.00290364483839,17,0.65081735,872,78589,728.1,5936,5137,14064,14567,0.42207053469852107,0.35264639253106334,3537,-0.14654436860068254,-0.24280908903686416 +26031,MI,Cheboygan,2824.58304760354,-11.033351804977515,0.10800638756513994,565.813335569735,0.021635566517655823,6,0.23369036,23,0.905476162355813,12,0.467380721,936,76730,724.5,5829,4302,13288,13647,0.4386664659843468,0.31523411738843704,4378,-0.10949729078868153,-0.32080310690994357 +26033,MI,Chippewa,7809.69113636114,-26.986080129315624,0.2027437989709538,1898.84353767377,0.04929500357408541,13,0.339239581,32.9166666666667,0.872565652281483,22,0.574097753,1075,115027,773.8,7100,5378,15564,15434,0.45618093035209456,0.34845147077880007,3742,-0.07568748393729124,-0.24245172994687053 +26035,MI,Clare,822.925118782885,-56.81583692029475,0.026609491003779503,182.72656274993,0.005908509433807476,11,0.358867284,48.3333333333333,1.59211190899708,15,0.489364479,1230,91801,913.6,6337,4250,13492,13385,0.4696857396975986,0.3175196115054165,4257,-0.04825081529795433,-0.31804258498319016 +26037,MI,Clinton,16808.2317647872,25.978587921029433,0.22297407557224802,4388.94998005928,0.058222785015776705,7,0.090559789,41.0833333333333,0.52746678992057,37,0.47867317,1846,231854,682.2,18187,16490,39125,40564,0.4648434504792332,0.4065180948624396,5145,-0.06244089456869012,-0.12683660388521845 +26039,MI,Crawford,2633.72970362839,9.073730760169573,0.18713441122839206,459.278889188612,0.0326331454589038,2,0.145507457,16.8333333333333,1.22477687233217,10,0.727537286,506,41449,787.3,2994,2110,6814,6833,0.4393894922218961,0.3087955510024879,2244,-0.1100675080716173,-0.32840626372018145 +26041,MI,Delta,9548.95041705727,16.77647688517726,0.25759935301889103,1948.50323556707,0.05256422443462381,12,0.328236549,28.9166666666667,0.798758816271661,26,0.71117919,1258,109767,704.9,8330,6431,18043,18467,0.4616748877681095,0.34824281150159747,4681,-0.06667405642077262,-0.25347917907618994 +26043,MI,Dickinson,8524.13761626059,2.24134982462951,0.3257466224495793,1831.91561549967,0.0700059467861384,7,0.269676773,18.3333333333333,0.717968800992102,19,0.731979813,933,77773,722.2,4952,3923,12785,13140,0.38732890105592493,0.2985540334855403,4657,-0.2140007821666015,-0.35441400304414006 +26045,MI,Eaton,28954.3630637455,32.78034250660618,0.26869554342324536,7327.47240922213,0.06799870460214118,11,0.101308725,81.75,0.748900696225724,76,0.699951188,2965,325799,743.6,27912,24534,54707,55686,0.5102089312153838,0.44057752397370975,3074,0.03142193869157517,-0.05520238480048845 +26047,MI,Emmet,3800.32311578552,-34.12530810910287,0.11623916057336268,951.117285261768,0.029091493401289775,14,0.421635947,35.3333333333333,1.06483434793965,28,0.843271895,1091,99425,713.4,7225,6972,17672,18774,0.4088388411045722,0.3713646532438479,3644,-0.17134449977365324,-0.19409822094385848 +26049,MI,Genesee,134363.930745544,5.730077604664913,0.31556384777835084,33776.6298116997,0.07932696825124991,84,0.203441553,451,1.10372844853958,295,0.714467359,13399,1239478,899.2,128972,102744,202699,196135,0.6362734892624039,0.5238432712162541,18570,0.28201915154983503,0.09467968491090317 +26051,MI,Gladwin,284.963432365404,-87.93504470565517,0.011091523912712285,51.9900668570644,0.0020235897110798848,3,0.118059108,36.0833333333333,1.43632407186264,9,0.354177325,1001,76149,800.5,5760,3794,12552,12472,0.4588910133843212,0.30420141116100063,4330,-0.07178138942001272,-0.3471776779987171 +26053,MI,Gogebic,2058.96796634653,-40.6880136044184,0.12534047399686674,102.716665033162,0.006252916846238632,3,0.190633539,19,1.24647379124844,10,0.635445129,614,46965,745.6,4058,2925,7576,7313,0.5356388595564942,0.3999726514426364,1094,0.08104540654699044,-0.14959660877888692 +26055,MI,Grand Traverse,16136.9308533184,5.537035998219192,0.18551181630743335,3856.59166794704,0.04433577435388499,24,0.264369589,74,0.803614091481691,75,0.826154965,2505,272411,688.1,20875,20964,47901,51460,0.43579465981921045,0.40738437621453555,6448,-0.1180977432621449,-0.12530120481927715 +26057,MI,Gratiot,11838.0281217412,317.4128811301733,0.2786992212482625,2385.14761583865,0.05615283020620233,7,0.16800672,38.5,0.934420659191301,23,0.552022081,1348,125206,813.3,7606,5665,16011,16442,0.4750484042220973,0.3445444593115193,4213,-0.03934794828555371,-0.25623403478895507 +26059,MI,Hillsdale,3197.66243585463,19.989657286635804,0.06849002818400081,636.074894458057,0.013623948219201014,2,0.0436395,35.5833333333333,0.777369977134035,19,0.414575605,1399,137987,791.2,7106,4799,19081,19880,0.3724123473612494,0.24139839034205232,9295,-0.24217808290970078,-0.46755533199195165 +26061,MI,Houghton,3952.70912144259,7.030873373395391,0.10791495908710795,778.259806006984,0.02124767407466922,10,0.274010138,29.5,0.807003145944467,23,0.630223318,1082,109578,791.2,6530,6018,14804,15623,0.4410970008105917,0.3852013057671382,2457,-0.10199945960551199,-0.1572681303206811 +26063,MI,Huron,8604.63046914679,-12.208577941429867,0.2598173340523821,1684.47875402578,0.05086293719505344,7,0.218306565,37,1.17531209300848,31,0.966786215,1380,96231,825.2,6432,4579,15274,15848,0.4211077648291214,0.2889323573952549,6050,-0.14757103574702113,-0.3817516405855629 +26065,MI,Ingham,82007.7932850857,-11.118730367443236,0.2919517730293729,19101.956568388,0.06800390383733423,51,0.17921021,231.916666666667,0.805123629727606,226,0.794147205,6476,853032,785.6,80903,81266,127579,133478,0.6341404149585746,0.6088344146600938,36912,0.2785568157768911,0.2765399541497475 +26067,MI,Ionia,5560.5345213213,40.908729681773295,0.08701251109179721,841.00244795478,0.013160197918078084,9,0.139981958,55,0.85627101756134,26,0.404392323,1556,192543,813.3,11016,8206,25730,26364,0.4281383598911776,0.31125777575481717,8168,-0.12837155071900502,-0.3098164163252921 +26069,MI,Iosco,5656.53053203738,-15.159031932248004,0.21850853834115117,1034.53086793981,0.039963335571515046,7,0.275373721,36.9166666666667,1.45760124241587,19,0.747442958,1280,76090,920.8,6242,4344,13330,13349,0.46826706676669166,0.3254176342797213,4000,-0.049812453113278365,-0.2996479137014008 +26071,MI,Iron,1308.06435054047,-27.217137190159256,0.11069343746640178,241.293827887282,0.020419211973198105,3,0.26345833,14.9166666666667,1.33244007741551,9,0.790374989,550,34213,720.2,2687,2004,5987,5910,0.4488057457825288,0.33908629441624366,1671,-0.08969433773175212,-0.28274111675126906 +26073,MI,Isabella,4943.60942794965,-13.596914731184995,0.07031061182389171,887.072209901613,0.012616407246399753,10,0.141610966,52.4166666666667,0.735342255641911,38,0.538121672,1386,212060,743.6,13038,11404,24119,25344,0.5405696753596749,0.44996843434343436,934,0.09278991666321157,-0.03685290404040403 +26075,MI,Jackson,39303.7046730692,-7.37076918984816,0.2452679888240053,9497.00644506478,0.059264430414512376,19,0.118942538,140,0.88350372333712,85,0.532111355,4977,478976,833,32301,25795,69323,69567,0.4659492520519885,0.37079362341340005,13998,-0.05765763166625798,-0.20121609383759542 +26077,MI,Kalamazoo,66912.6920773396,3.0045674332743704,0.26729686725711,15394.7225833668,0.06149746768625061,44,0.170003632,199.083333333333,0.760864857152321,201,0.7766075,6254,776333,737.6,69045,67142,122880,125966,0.5618896484375,0.5330168458155375,16111,0.13334147135416669,0.12789959195338424 +26079,MI,Kalkaska,1048.40208275023,-16.35093063856595,0.061120625123898445,117.953670220895,0.006876562130291785,6,0.344946533,18,1.04269246365058,8,0.459928711,569,51919,896.4,3268,2279,8281,8920,0.3946383287042628,0.2554932735426009,3934,-0.19671537253954835,-0.4410313901345292 +26081,MI,Kent,127045.982923315,-5.343331699479405,0.21082201267679404,32369.765692985,0.05371487548245003,98,0.155744179,451.25,0.70269226516842,401,0.637279753,13788,1889815,702.1,134560,138567,295418,306270,0.4554901867861809,0.45243412675090605,9392,-0.07867157722278262,-0.030665752440656946 +26083,MI,Keweenaw,625.530384510346,6.390502976236825,0.29013468669311043,30.490354219397,0.014142093793783395,2,0.902119982,1,0.45475216007276,0,0,65,6554,571.1,582,527,1388,1429,0.41930835734870314,0.36878936319104266,287,-0.13832853025936603,-0.2008397480755773 +26085,MI,Lake,1849.67148677835,0.07392728347665925,0.16029738164298032,366.614379629535,0.03177176355226059,3,0.264526938,14.25,1.23956158663883,2,0.176351292,476,34163,867.6,2752,1939,5287,5328,0.5205220351806318,0.3639264264264264,1220,0.05012294306790244,-0.22897897897897895 +26087,MI,Lapeer,8180.22854299796,-8.746564632270156,0.09262138999533465,1764.8487621817,0.0199826624189778,10,0.113439134,70.5833333333333,0.798996302165874,36,0.408380883,2446,264877,800.5,18786,12734,43025,45126,0.4366298663567693,0.2821876523511944,17303,-0.11479372457873332,-0.3834374861498914 +26089,MI,Leelanau,506.429937403649,-86.91203159344272,0.023329184512790167,89.5560077358969,0.0041254840490094384,9,0.410677618,16.3333333333333,0.750440309365189,13,0.593201004,747,65576,578.3,6576,6774,14164,14757,0.46427562835357244,0.45903638951006304,465,-0.06403558316859642,-0.03151046960764381 +26091,MI,Lenawee,19771.9399914803,-10.294164853999078,0.19793316773595784,4323.39653206063,0.043280708485770945,15,0.151443254,77.6666666666667,0.788462059070359,58,0.585580583,3083,296159,822.5,21774,16750,44619,45895,0.48799838633765885,0.36496350364963503,9678,-0.012931710706201416,-0.21087264407887574 +26093,MI,Livingston,56632.0194497847,4.271195834599439,0.3129411409250565,14515.9612959771,0.08021330571859565,18,0.096984849,77.9166666666667,0.41307928294738,97,0.522640574,4183,557502,692.1,37186,34378,97959,105577,0.3796077950979491,0.3256201634825767,31287,-0.2328933533417042,-0.2963429534841868 +26095,MI,Luce,795.342626062048,1.5401661982829258,0.11994308943779944,107.025821839395,0.016140223471481675,4,0.622471211,6.41666666666667,1.00922722029988,2,0.311235605,200,19360,705.7,951,681,2477,2576,0.3839321760193783,0.2643633540372671,1075,-0.22204279370205898,-0.4173136645962733 +26097,MI,Mackinac,3361.36017283393,-1.7792005641264683,0.3024709954858211,554.407374191986,0.04988818268622208,7,0.633943126,15.4166666666667,1.42483056069008,17,1.539576164,442,33012,769,2652,2085,6097,6088,0.4349680170575693,0.34247700394218134,1655,-0.12202722650483838,-0.2718462549277267 +26099,MI,Macomb,190310.459177412,-2.509491317002426,0.22629659655473985,47202.650041919,0.05612828164579692,134,0.155793664,821.583333333333,0.946819095033401,602,0.699908849,25642,2582150,795.5,207992,176238,403388,418773,0.5156127599234483,0.4208437506716049,48351,0.03990202980753016,-0.1154587330128733 +26101,MI,Manistee,2479.19843827561,-18.880539728327765,0.10023848454597543,258.228576736408,0.010440649202943759,11,0.45045045,30.1666666666667,1.2377083931673,9,0.368550369,928,73324,769.6,6467,4979,12385,12598,0.5221639079531691,0.3952214637244007,1936,0.059023011707710904,-0.15367518653754564 +26103,MI,Marquette,10319.5633671948,-5.286551929639816,0.15384652514565053,1821.12940441223,0.027149833838904992,15,0.221644305,51.75,0.778956875141115,52,0.768366925,2004,202647,766.1,18126,16042,32144,32897,0.5638999502239921,0.4876432501443901,1396,0.14052389248382285,0.042435480438945794 +26105,MI,Mason,1818.0530822159,9.773957333114176,0.06333576318466817,416.52784678116,0.01451063740746072,4,0.138773245,30.1666666666667,1.04469686475504,19,0.659172911,1007,86228,773.4,6856,5281,14588,14658,0.46997532218261584,0.36028107518078867,3224,-0.04962983273923771,-0.2199481511802428 +26107,MI,Mecosta,7600.15305476657,0.354019874470592,0.17758196772668278,1408.15900642014,0.03290244886256694,6,0.138933914,39.5833333333333,0.915835666304189,24,0.555735655,1169,129544,768.1,7515,5827,16879,17149,0.4452277978553232,0.33978657647676247,4478,-0.09834705847502812,-0.2611230975567088 +26109,MI,Menominee,9806.25190525985,628.8108574459137,0.40810070769735945,1982.37446271102,0.0824992493533239,5,0.210845914,19,0.816116146213651,12,0.506030193,821,70914,711.3,5244,3539,10922,10765,0.4801318439846182,0.32875058058522993,3165,-0.02939022157114085,-0.29400836042731066 +26111,MI,Midland,16799.7274944664,-23.273091080545015,0.2008839935245716,4266.04890014793,0.051011597653301245,16,0.191784434,63,0.754834535477223,54,0.647272466,2133,250699,640.3,17480,15655,41808,42379,0.41810179869881364,0.3694046579673895,8222,-0.15456371986222733,-0.19401118478491708 +26113,MI,Missaukee,663.75058809805,-49.39495968252113,0.04470001940184862,114.763442037941,0.007728698366081285,2,0.133005254,17.75,1.17534101443517,5,0.332513134,521,44971,839.8,2274,1565,7024,7301,0.32374715261959,0.21435419805506095,3821,-0.3404043280182233,-0.5233529653472128 +26115,MI,Monroe,28361.2636594701,-9.351981992949868,0.1865614859754251,6791.3114786304,0.044673508782539256,25,0.166862452,97,0.650099190391936,85,0.567332337,4352,449766,795.8,36310,26859,72682,74101,0.49957348449409755,0.3624647440655322,16396,0.009864890894581868,-0.22126556996531754 +26117,MI,Montcalm,4771.41802973625,26.39439540847139,0.07532787139238183,1296.57571582865,0.020469447062433296,10,0.159000207,70.4166666666667,1.11818634145309,23,0.365700475,1811,188695,797.5,11431,7874,25383,26556,0.45034077926171057,0.29650549781593616,9033,-0.08639640704408469,-0.3401491188431992 +26119,MI,Montmorency,376.782594558333,3.3623612809360557,0.03858500712322919,36.4033200638514,0.0037279385626063904,3,0.322580645,9.83333333333333,1.07198662742105,2,0.215053763,484,27915,888.6,2049,1286,5051,5008,0.4056622450999802,0.2567891373801917,2212,-0.1740249455553356,-0.4416932907348242 +26121,MI,Muskegon,62080.2705368533,2.684831764795852,0.36053772932407196,15815.5579383442,0.09185052348795619,22,0.127651673,167.166666666667,0.964007812019438,121,0.702084204,5097,517303,837.4,44436,36640,76054,77114,0.5842690719751755,0.4751407007806624,678,0.1782154784758198,0.008792177814664015 +26123,MI,Newaygo,2776.33141219184,74.61112580750175,0.05729119711497813,672.959991668783,0.013886916873066096,8,0.167014614,49.5833333333333,1.03432211050385,28,0.584551148,1449,143774,775,8723,6212,21424,22605,0.4071601941747573,0.2748064587480646,8962,-0.17433719193427927,-0.39646095996460956 +26125,MI,Oakland,360094.411821571,-0.18747227376411102,0.2994891819781156,89187.1696496934,0.07417663702752865,235,0.189842536,927.916666666667,0.745931707892205,1002,0.809456259,30856,3714914,688,349055,342976,650306,663255,0.5367550045670807,0.5171103120217714,53849,0.08076813069539568,0.08118898462883806 +26127,MI,Oceana,974.774197962783,-0.5722249326270522,0.03668702288154998,227.16984693658,0.00854986251172676,6,0.228824225,30.25,1.16225458178046,12,0.45764845,815,78479,789.1,5063,3973,11438,11903,0.44264731596432944,0.33378139964714776,3255,-0.10281517747858021,-0.2734604721498782 +26129,MI,Ogemaw,11.1790961790248,18.633278995990747,5.151894639856584e-4,0,0,4,0.190123105,31.1666666666667,1.49094272228601,17,0.808023195,945,63151,931.8,4791,3030,10361,10386,0.4624071035614323,0.29173887926054304,3797,-0.062349194093234306,-0.3655882919314462 +26131,MI,Ontonagon,2210.60875208935,2.5608166472915106,0.32604848850875373,318.30299521023,0.046947344426287604,4,0.64808814,9,1.52258501099645,1,0.162022035,296,18470,806.4,1585,1175,3535,3420,0.44837340876944837,0.3435672514619883,894,-0.0908062234794908,-0.26140350877192986 +26133,MI,Osceola,3691.65997064543,-0.41132747208143894,0.15690496305021379,923.558496375945,0.03925359131145635,5,0.215805602,30.0833333333333,1.3017452762152,11,0.474772325,709,69455,776.5,3981,2705,10265,10597,0.3878226984900146,0.2552609229027083,4631,-0.21032635168046765,-0.4370104746626404 +26135,MI,Oscoda,138.393564054518,2127.7692006448997,0.016017773617421065,24.7516933972397,0.0028647793283842244,3,0.358380122,13.5,1.63359148112294,5,0.597300203,354,24977,860.4,1654,1044,4027,4062,0.4107275887757636,0.2570162481536189,1799,-0.16240377452197668,-0.44288527818808465 +26137,MI,Otsego,3237.96590718256,9.372432821348365,0.13399958232008607,744.889895265835,0.030826431686220616,6,0.248364931,28.25,1.15447486718431,20,0.827883103,784,72524,779.2,4681,3556,11829,12529,0.39572237720855524,0.28382153404102484,4710,-0.1967199256065601,-0.37592784739404583 +26139,MI,Ottawa,85882.1452421826,-0.9891614906760734,0.3255565568067695,23064.1081022188,0.08742994947789735,38,0.137535651,123.583333333333,0.437850605255388,152,0.550142603,5537,829633,624,43068,46276,132695,145405,0.324563849429142,0.31825590591795333,44180,-0.34240174837032294,-0.3038409958392077 +26141,MI,Presque Isle,3669.34404307053,-4.747877543556836,0.2743229697271628,502.861291406004,0.0375942951110948,5,0.384497078,16.0833333333333,1.26025178916575,6,0.461396493,565,38880,710.8,3192,2400,7077,7215,0.45103857566765576,0.33264033264033266,2086,-0.08506429277942634,-0.28911988911988906 +26143,MI,Roscommon,5380.38211468065,15.689382826386186,0.22006552884292407,901.668607964311,0.03687957004230484,5,0.208724692,36.5833333333333,1.5436005625879,17,0.709663953,1186,71878,887.5,6198,4287,13032,13036,0.47559852670349906,0.3288585455661246,3854,-0.038597298956415005,-0.29564283522552925 +26145,MI,Saginaw,50401.5251403104,21.822484455998765,0.2517948590456584,11853.5948538102,0.05921793511387977,40,0.205115583,188.083333333333,0.977940233423112,141,0.723032429,6118,585213,790.8,54372,44395,97903,94198,0.5553660255559074,0.47129450731438033,1074,0.11905661726402667,-0.011401515955752783 +26147,MI,St. Clair,55597.6468919793,4.4357947912512365,0.3410061757358887,13042.4339513317,0.07999530146793242,27,0.168667774,161.25,1.01042064829842,83,0.518497233,5286,480105,863.7,33845,24553,73740,77994,0.4589774884730133,0.31480626714875504,24514,-0.0709384323298074,-0.3143062286842577 +26149,MI,St. Joseph,7134.9932197428,4.41944653888911,0.11640416379382984,1989.99265375448,0.03246582353788204,12,0.196895613,64.6666666666667,1.0626701504719,30,0.492239031,1949,183078,854.8,10106,7529,23314,23765,0.4334734494295273,0.31681043551441196,7357,-0.12305910611649656,-0.3095729013254786 +26151,MI,Sanilac,2776.86362338269,3.5847103330782635,0.06440746911403929,543.618120789814,0.01260885375492448,9,0.216413783,54.3333333333333,1.31211411367899,15,0.360689639,1467,125025,829.2,7212,4873,18359,19243,0.3928318535867967,0.25323494257652135,8573,-0.20420502206002505,-0.4455126539520865 +26153,MI,Schoolcraft,2165.0851079372,-1.4751734967951866,0.2551661883249499,323.340025181124,0.038107251052577965,3,0.367152123,9,1.12485939257593,7,0.856688288,325,24596,754.3,1865,1369,4046,4151,0.46094908551655955,0.32980004818116115,1187,-0.0684626791893228,-0.2859551915201156 +26155,MI,Shiawassee,11649.4659667407,3.6640391052900725,0.16489449052684718,3033.26621378009,0.04293491979645694,10,0.1450684,52.25,0.762172885608425,39,0.565766759,2195,206350,859.7,17197,12547,33590,34044,0.5119678475736826,0.3685524615203854,6685,0.036766894909199155,-0.1963635295499941 +26157,MI,Tuscola,1905.77046440709,-48.716603081153984,0.034197104997525346,471.3006742362,0.008457009353051374,8,0.148148148,49.1666666666667,0.921794342994988,18,0.333333333,1731,161992,797.5,11643,7493,26482,26157,0.4396571255947436,0.28646251481439006,9928,-0.10852654633335851,-0.3795542302251787 +26159,MI,Van Buren,4049.31931773666,-10.55100319254325,0.05310025594346377,1019.63438468403,0.013370851381940649,18,0.239364885,85.5833333333333,1.13772826573433,41,0.545220016,2181,225585,807.3,16288,13258,32798,33213,0.4966156472955668,0.39918104356727785,4632,0.004512470272577562,-0.13946346310179752 +26161,MI,Washtenaw,80354.589674249,-9.139076022788425,0.23305303698254595,19921.4805180247,0.05777842379303607,63,0.176532894,229.833333333333,0.630182784996623,269,0.753767436,6442,1070198,631.4,120791,128025,179016,187201,0.6747497430397283,0.6838905775075987,77690,0.3596885194619476,0.415008466835113 +26163,MI,Wayne,252050.906132115,-8.016171766683053,0.1384450847267223,62456.0298268821,0.034305491988769594,439,0.248752836,2289.33333333333,1.30866458667502,1270,0.719626655,54153,5301056,905.4,595253,517842,814108,775450,0.7311720312292718,0.6677954735959766,288934,0.46881617672348136,0.37260171513314855 +26165,MI,Wexford,3276.80132356836,2.9839228382408387,0.10010084996390287,779.230603905487,0.023804203571268886,7,0.212856535,35.4166666666667,1.06795726160681,24,0.729793833,1114,98463,877.2,5717,4436,13859,15279,0.4125117252327008,0.2903331369854048,5564,-0.1627101522476369,-0.3641599581124419 +27001,MN,Aitkin,5241.52597656593,6.612731652829523,0.32351104657239416,940.374096630948,0.05804061823422713,6,0.380445121,15.8333333333333,1.01606451474898,9,0.570667681,621,47155,702.1,4412,3134,9109,9185,0.4843561312987156,0.3412084921066957,2382,-0.013283565704248546,-0.2593358737071312 +27003,MN,Anoka,113444.603245561,-10.689959823029547,0.34289454620776255,31155.9113283292,0.0941710030356579,34,0.099454754,171,0.494281081174828,201,0.587953104,5849,1024920,626.4,88611,75499,185714,184084,0.4771368879029045,0.41013341735294756,17842,-0.025948501459232942,-0.09692314378218642 +27005,MN,Becker,10854.7224162297,-7.350411494173209,0.33395035737846723,2899.98326987248,0.08921927362393797,3,0.090201149,26,0.770735756210352,16,0.481072792,1037,99846,743.6,6829,5208,16329,17090,0.4182129952844632,0.3047396138092452,5672,-0.14544675117888417,-0.33188999414862486 +27007,MN,Beltrami,7618.05756892875,-5.567234625412873,0.17141572316567097,1991.71407555783,0.04481603158178817,6,0.131394534,35.25,0.764542575803583,23,0.503679047,1223,136845,801,11818,8688,21949,21316,0.5384299968107886,0.40758115969224995,2095,0.09936671374550093,-0.09828297992118595 +27009,MN,Benton,6097.91727399545,-33.49058864851824,0.15858930259279214,1403.83648011588,0.03650975215510338,4,0.101250443,25.9166666666667,0.648046275921851,14,0.35437655,1026,118380,731.4,8173,5640,19521,19911,0.41867732185851136,0.28326050926623475,7232,-0.13708314123251886,-0.3632163125910301 +27011,MN,Big Stone,2275.21759246845,-8.636348581312916,0.43181203121435763,517.353563100086,0.0981881881002251,3,0.585137507,6.91666666666667,1.36963696369637,3,0.585137507,228,15279,695.6,1345,921,2783,2729,0.4832914121451671,0.33748625870282156,686,-0.014372978799856273,-0.25137412971784534 +27013,MN,Blue Earth,21683.1802265296,-2.893342778356958,0.33873088632823956,3593.31683345655,0.05613417326881336,8,0.122352221,42.9166666666667,0.645936495035696,53,0.810583467,1409,196207,643.8,18164,14428,34039,33256,0.5336231969211787,0.4338465239355304,1239,0.09541995945826848,-0.037256434929035354 +27015,MN,Brown,6866.03801852085,-17.813214990042724,0.2651696604688854,1407.18422022422,0.05434612521624455,6,0.237229163,15.8333333333333,0.625057571092074,18,0.71168749,904,75883,672.5,5630,3763,13882,13663,0.40556115833453393,0.27541535533923733,4945,-0.16625846419824236,-0.3619263704896436 +27017,MN,Carlton,9377.951925718,18.163883335143886,0.2650187058644097,2304.32361490966,0.06511964095714859,4,0.112451154,29.1666666666667,0.816124759826142,12,0.337353462,1173,106407,860.7,11389,8460,18356,18059,0.6204510786663762,0.46846447754582204,300,0.26165831335803014,0.016612215515809325 +27019,MN,Carver,25146.7776282071,-0.2795109011547191,0.276210733817437,8208.79233993408,0.09016489466327716,12,0.12328176,37,0.369033133191039,54,0.554767922,1431,291808,571.6,20745,21508,52747,55102,0.39329250952660816,0.3903306595041922,7549,-0.1973571956698959,-0.13700047185220143 +27021,MN,Cass,3393.14016432335,-28.885599107755493,0.11877831639035775,734.160169169143,0.025699589357270382,10,0.350152316,28,0.965750353533611,10,0.350152316,965,85786,739.9,6858,4949,16080,15885,0.42649253731343284,0.31155177840730247,5033,-0.1305348258706468,-0.31683978596159906 +27023,MN,Chippewa,944.642589821947,-33.48350349511419,0.07592979582203577,217.436430776912,0.017477407827096857,3,0.247729149,10.5,0.865408390340394,7,0.578034682,456,36293,730.1,3083,1978,6176,6182,0.499190414507772,0.31996117761242315,1786,0.01878238341968913,-0.2889032675509544 +27025,MN,Chisago,5362.11513053641,30.596981486001145,0.09950665523292093,1357.5679727781,0.025192866048919037,6,0.111059695,20.0833333333333,0.366832273933903,26,0.481258677,1250,161949,704.2,12524,9279,29331,30009,0.4269885104496949,0.3092072378286514,9162,-0.12624867887218305,-0.3053084074777567 +27027,MN,Clay,5606.09523195713,-52.37211765869514,0.09502017376493041,1388.21835779653,0.02352952351389905,6,0.097901641,35,0.556660039761431,32,0.522142088,1391,184211,697.5,15210,12974,28771,29108,0.5286573285600084,0.44571938985845816,575,0.07959403566090856,-0.01975401951353578 +27029,MN,Clearwater,3297.3839808999,-1.6365512987843587,0.37922759987347904,792.61405149873,0.09115745273130878,3,0.341258105,9.66666666666667,1.09512480646501,2,0.227505403,313,26378,831.6,1753,1100,4183,4225,0.41907721730815206,0.2603550295857988,1825,-0.14487210136265838,-0.4319526627218935 +27031,MN,Cook,1486.92049101483,1.237007618758561,0.28727211959328247,253.916141270971,0.04905644151293876,4,0.764379897,5,0.945894816496406,4,0.764379897,146,15585,620.2,1993,1912,3304,3360,0.6032082324455206,0.569047619047619,756,0.23365617433414043,0.22499999999999998 +27033,MN,Cottonwood,4254.97317025174,-15.404498486839213,0.36407745103548733,1118.07492499048,0.09566825746474544,5,0.429811742,11.1666666666667,0.973554199360651,4,0.343849394,414,34775,653.4,2433,1678,5848,5697,0.41603967168262657,0.2945409864841144,2001,-0.1509917920656635,-0.35123749341758825 +27035,MN,Crow Wing,4208.76083818901,-14.547596106656957,0.06734017341102416,1101.06543979822,0.01761704703677152,15,0.237097921,53.0833333333333,0.830205400896674,40,0.632261124,1963,189723,698.3,14760,10982,34800,35568,0.4241379310344828,0.3087606837606838,11305,-0.13376436781609197,-0.3178418803418803 +27037,MN,Dakota,131295.795631951,-11.098226919621506,0.32943203303948043,37384.620906008,0.09380111229151529,50,0.1212036,211.083333333333,0.5056057768005,268,0.649651297,7161,1235376,591.4,116252,110251,230023,228659,0.5053929389669729,0.48216339614885045,10627,0.029292722901622936,0.04647531914335318 +27039,MN,Dodge,1800.03042329957,-14.72645574831761,0.08961171022549759,551.501138949753,0.02745562497882974,2,0.098265612,11,0.536428362430508,9,0.442195254,442,61022,645.3,4487,3102,10272,10564,0.4368185358255452,0.29363877319197274,3425,-0.1007593457943925,-0.3242143127603181 +27041,MN,Douglas,9290.12342239178,-30.31878716638013,0.2579944853339937,2114.8717958712,0.05873175583524119,7,0.190269095,23.0833333333333,0.61627865584508,26,0.706713781,1191,110418,645.1,8665,6227,20917,21623,0.41425634651240617,0.2879803912500578,7739,-0.1548979299134675,-0.3579059334967396 +27043,MN,Faribault,1898.39203655718,-14.474176927980626,0.13044678324449804,364.636377476435,0.02505575327949117,6,0.422773393,13.75,0.986724076067456,6,0.422773393,552,42376,700.3,3407,2153,7689,7355,0.4431005332292886,0.2927260367097213,2506,-0.09064897906099617,-0.3407205982324949 +27045,MN,Fillmore,455.501945998103,-15.28749366342351,0.021829864180873335,115.775085712146,0.005548504059817214,4,0.192529842,15.75,0.749892872446793,7,0.336927224,723,62463,661.1,5713,3872,10854,10976,0.5263497328173945,0.35276967930029157,2399,0.07370554634236226,-0.21856778425655976 +27047,MN,Freeborn,8893.3916718975,-2.0883885774958597,0.28454300661966087,2069.0780775159,0.06619990649546953,5,0.162127108,26.3333333333333,0.864919310692154,23,0.745784695,1080,92348,665.1,9327,6041,16645,15929,0.5603484529888856,0.37924540146901875,2767,0.14160408531090418,-0.1737083307175592 +27049,MN,Goodhue,8134.53966503857,-26.648606622510794,0.17613709947466752,1932.16462078319,0.041837139657085715,13,0.280033604,35,0.749850029994001,30,0.646231394,1437,139205,676.2,12212,9446,25701,25538,0.4751566086922688,0.3698801785574438,4595,-0.03011555970584806,-0.17992795050512955 +27051,MN,Grant,2653.96792711151,-1.4708538763202086,0.441004972933119,575.102238822285,0.09556368209077518,4,0.671591672,4.41666666666667,0.74154913812402,1,0.167897918,215,17857,643.4,1647,1104,3471,3453,0.47450302506482284,0.3197219808861859,959,-0.029098242581388656,-0.27772951057051837 +27053,MN,Hennepin,306811.978830476,-10.237986386662035,0.26623162360281666,75357.8711450857,0.06539069453117176,242,0.199659424,618.333333333333,0.501697251267022,965,0.796162579,24842,3634827,636.9,423979,429283,677965,672644,0.625370041226317,0.6382023774834831,237515,0.2712617908004101,0.35310654670226743 +27055,MN,Houston,2021.24645056419,-3.863276485840399e-5,0.10623043309844904,520.22131016197,0.02734121564944395,5,0.266837443,11.25,0.597958966726906,3,0.160102466,556,56330,597.9,5281,4145,10422,10515,0.5067165611207062,0.39419876367094625,1471,0.03166378814047205,-0.1398953875416073 +27057,MN,Hubbard,4381.732013361,-0.1683639885309384,0.21449637817510278,911.436009691302,0.04461699675402889,4,0.194429592,17.4166666666667,0.840653859767674,11,0.534681379,622,61931,653.7,4676,3432,11482,11423,0.4072461243685769,0.30044646765298083,3837,-0.16948266852464733,-0.3359012518602819 +27059,MN,Isanti,3449.62871709636,-21.863010820077488,0.09122140673514809,891.665073456178,0.023579042560190874,5,0.130164267,19.0833333333333,0.489002775998292,16,0.416525655,892,114998,671.2,8024,5656,20131,20875,0.3985892404748895,0.2709461077844311,7979,-0.18136207838656798,-0.3822275449101797 +27061,MN,Itasca,7274.217551221,-3.8521747904642885,0.16144119914823116,1463.96485394066,0.03249067543922633,10,0.219351159,33.6666666666667,0.744146294740875,15,0.329026739,1630,136407,785,12852,9015,23833,23650,0.5392522972349264,0.38118393234672304,3905,0.0986866949188101,-0.1651162790697674 +27063,MN,Jackson,1380.18021606995,-52.25058781128361,0.13444186792031462,320.205532573205,0.031190875956867817,2,0.194760931,6,0.603378921962993,5,0.486902327,317,30580,584.9,2268,1492,5415,5453,0.4188365650969529,0.273610856409316,2117,-0.14330563250230843,-0.38822666422152946 +27065,MN,Kanabec,1184.26985828585,155.30452935566586,0.07292751144071986,252.621412114216,0.015556463582376749,1,0.062774639,8.75,0.552747946936197,4,0.251098556,451,47793,705.4,3586,2327,8107,8125,0.4423337856173677,0.2864,2903,-0.09041569014431972,-0.3572923076923077 +27067,MN,Kandiyohi,11792.0107950968,3.484274327709437,0.2791735314542674,2824.96056261291,0.06688038454065934,11,0.260139529,29.4166666666667,0.692238302545398,24,0.56757715500000006,1147,127519,618.1,9806,7266,21403,21648,0.4581600710180816,0.3356430155210643,5519,-0.06695323085548749,-0.2549427198817443 +27069,MN,Kittson,3308.71685095709,177.46215610826,0.726871012951909,700.551942336459,0.15389981158533808,4,0.901916573,3.41666666666667,0.788522194014924,0,0,226,13357,856.3,1241,823,2405,2363,0.516008316008316,0.34828607702073633,526,0.060706860706860655,-0.2225983918747355 +27071,MN,Koochiching,6010.70095788429,-0.25453890659494055,0.4515589330541875,1221.43728895301,0.091761497179251,5,0.38892346,14.4166666666667,1.14164290993559,8,0.622277536,459,38841,725.5,3451,2306,6432,6313,0.5365360696517413,0.36527799778235387,1263,0.0948383084577114,-0.2000633613179154 +27073,MN,Lac qui Parle,820.610127587625,-14.745497057620414,0.11304726926403429,175.683654928936,0.02420218417535969,2,0.290233638,5.91666666666667,0.881111938446265,3,0.435350457,251,20757,559.2,1974,1301,3974,3835,0.4967287367891293,0.33924380704041723,993,0.009058882737795648,-0.25893089960886573 +27075,MN,Lake,902.252555428612,-2.719257352640293,0.08303447040572537,136.017949070109,0.012517757138791552,2,0.187265918,8.75,0.823529411764706,8,0.74906367,432,32102,715,4043,3077,6797,6472,0.5948212446667648,0.4754326328800989,145,0.21082830660585555,0.022404202719406685 +27077,MN,Lake of the Woods,1665.97472109299,0,0.41186025243337204,313.60578867609,0.07752924318321137,1,0.255232261,4,1.0487676979549,2,0.510464523,143,11768,771.8,859,553,2220,2230,0.3869369369369369,0.24798206278026905,987,-0.20135135135135135,-0.4426008968609866 +27079,MN,Le Sueur,1977.25354902598,105.78860557122265,0.07137326459322023,564.605376519496,0.020380658286809947,5,0.180050414,16,0.579899242506614,6,0.216060497,687,83075,674.7,6753,4623,14730,14867,0.4584521384928717,0.3109571534270532,4559,-0.0652410047522064,-0.30665231721261854 +27081,MN,Lincoln,720.187658899786,-87.33536804366234,0.12214851745247389,180.142497003514,0.03055334074008039,5,0.863856254,5.83333333333333,1.00870367168136,0,0,235,17379,653.2,1428,860,3113,3002,0.45872149052361066,0.2864756828780813,1070,-0.05332476710568579,-0.35642904730179875 +27083,MN,Lyon,6716.53676964575,0.09231752730695471,0.2597570007984588,1729.06253813519,0.066870191365401635,7,0.272744983,21.0833333333333,0.820395086708951,24,0.935125658,683,76979,676.8,5465,3825,12334,12129,0.443084157613102,0.31535988127628,3431,-0.09161666936922325,-0.28287575232912854 +27085,MN,McLeod,9134.91438826425,24.031908437441153,0.24924052244861641,2505.44650318903,0.06835956735666229,4,0.111476506,28.6666666666667,0.799806558413779,24,0.668859038,1008,107803,649,6970,4978,18455,18684,0.37767542671362775,0.2664311710554485,7177,-0.22210782985640742,-0.38412545493470346 +27087,MN,Mahnomen,1904.71609491431,0,0.35187808884432104,613.778015634956,0.1133896204756985,1,0.181653043,6.33333333333333,1.15888990545898,3,0.544959128,183,16467,894.5,1276,930,2179,2074,0.5855897200550712,0.4484088717454195,61,0.18586507572280864,-0.02941176470588236 +27089,MN,Marshall,5982.48264677284,-1.4701394803899188,0.6338047088433987,1396.1378551929,0.1479116278411802,5,0.530954656,8.91666666666667,0.956313456313456,2,0.212381863,244,28310,529.9,1854,1225,4335,4794,0.427681660899654,0.25552774301209846,1983,-0.12133794694348332,-0.4136420525657071 +27091,MN,Martin,9218.7317362397,2.5777253998853604,0.44235756891745204,1926.62107430074,0.09244822813343284,2,0.098911968,18.75,0.945584749609158,14,0.692383778,791,60651,690,4054,2733,10927,10469,0.3710075958634575,0.26105645238322667,4329,-0.23821725999816962,-0.4135065431273283 +27093,MN,Meeker,5008.21967020761,48.14991613488447,0.21494505022350258,1266.58170486014,0.05435972982232361,5,0.216384645,13.5833333333333,0.587768642723208,11,0.47604622,672,69354,675.7,4969,3192,12167,12198,0.40839976986931864,0.2616822429906542,4911,-0.1597764444809731,-0.4026069847515987 +27095,MN,Mille Lacs,438.867852071207,-74.31066720600292,0.01681679319734862,100.641365533891,0.0038564342849327893,6,0.231803431,16.3333333333333,0.631459573700353,12,0.463606861,870,77424,814.2,5829,3709,13047,12948,0.44676937226948726,0.2864535063330244,4631,-0.08599678086916535,-0.3576614148903306 +27097,MN,Morrison,9757.3715062345509,-11.103571410484706,0.29391443780452287,2390.26708811784,0.07200033399957347,8,0.243828101,30.5833333333333,0.931822105765618,18,0.548613228,953,98481,683.7,6153,3637,16662,17534,0.36928339935181853,0.20742557317212273,9288,-0.24042731964950181,-0.5297136990988935 +27099,MN,Mower,5740.59734260908,-56.777016795665666,0.14658216537571384,1382.81996695645,0.03530934726544059,8,0.203443277,29.5833333333333,0.755389866285355,23,0.584899423,1156,117542,630.1,11129,7444,18471,17587,0.6025120459098046,0.42326718598965146,1382,0.22689621568945917,-0.0785807698868482 +27101,MN,Murray,1263.30909198082,-61.18083362056655,0.14479187300639773,327.254567784259,0.03750768685206407,3,0.354191263,5,0.600312162324409,3,0.354191263,295,25401,618.7,2160,1295,4754,4642,0.4543542280185107,0.27897457992244723,1679,-0.07236011779554058,-0.3616975441619992 +27103,MN,Nicollet,10421.516092943,-0.41753539175290516,0.3184378675999328,2644.36167125858,0.08080061329356739,2,0.0604357,20,0.595681310498883,19,0.574139546,679,99519,594.2,9652,7886,18285,17914,0.5278643697019415,0.4402143574857653,550,0.07864369701941487,-0.030702244054929106 +27105,MN,Nobles,6356.31601441441,-28.05949367798572,0.2973297789509968,1527.18340833678,0.0714371507314426,7,0.324224178,21.6666666666667,0.991700231905285,9,0.416859657,560,65167,621.9,3793,2733,8493,8592,0.44660308489344164,0.31808659217877094,2566,-0.09278229129871657,-0.2986499068901303 +27107,MN,Norman,2172.21511162296,22.030143034287132,0.3170191347961121,534.844806222922,0.07805674346510828,2,0.301250188,6,0.911992704058368,1,0.150625094,276,19980,772.1,1730,1264,3199,3232,0.5407939981244139,0.3910891089108911,435,0.10815879962488278,-0.13459158415841588 +27109,MN,Olmsted,28175.7259747578,-9.123032376252803,0.19532836486299845,7469.71005410545,0.05178380327010045,23,0.153040516,75.5833333333333,0.493679594867039,105,0.698663224,2989,450705,562,39338,36266,77951,79277,0.5046503572757245,0.4574592883181755,598,0.03214840091852572,0.007543171411632632 +27111,MN,Otter Tail,11231.817874451,12.85085394817607,0.19600750177915643,2297.63671888717,0.040096272776070536,14,0.242907955,39.25,0.675733838340363,36,0.624620456,2018,172917,676.2,12165,9339,31562,32284,0.3854318484253216,0.28927642175690743,11600,-0.2121221722324314,-0.35931111386445297 +27113,MN,Pennington,2524.66790298826,4.858605745674588,0.18123961974072217,667.036777054069,0.04788490861838255,2,0.142267748,10.25,0.720056199508254,6,0.426803244,376,42412,644.3,3024,2146,6493,6671,0.46573232712151547,0.3216909009144056,1854,-0.043123363622362576,-0.2779193524209264 +27115,MN,Pine,2678.84696169972,-43.81822351426188,0.09004527602352001,559.262761534541,0.01879874828687533,5,0.171850833,23.1666666666667,0.802336588857334,11,0.378071834,843,87255,718.6,6750,4580,13904,13729,0.4854718066743383,0.33360040789569523,3611,-0.006832566168009202,-0.26301988491514317 +27117,MN,Pipestone,2711.00834347388,-15.199113611949642,0.28251441678552314,662.295713873444,0.06901789431778282,4,0.43098804,9.66666666666667,1.05049626892704,7,0.75422907,335,27860,670.9,1728,1127,4637,4779,0.3726547336640069,0.2358233940154844,2211,-0.23722234203148584,-0.46264908976773383 +27119,MN,Polk,11067.5863063598,27.323607728698242,0.35024007298606963,2669.94893716915,0.08449205497370729,7,0.220792329,18.6666666666667,0.589597810065277,18,0.567751703,1018,94708,756.5,6773,4712,14644,14698,0.46251024310297734,0.32058783507960265,4267,-0.057497951379404555,-0.2903116070213635 +27121,MN,Pope,1413.72889009808,2.3187930458139627,0.12857925330587358,326.237253324698,0.029671419129122144,2,0.18208303,7.91666666666667,0.716505264428153,4,0.36416606,377,32907,627.3,2981,2106,6224,6294,0.47895244215938304,0.334604385128694,1687,-0.025867609254498714,-0.2680330473466794 +27123,MN,Ramsey,111304.290307266,-10.584699554822173,0.21882724580698723,24478.4982368423,0.04812538973899477,108,0.202757883,333.666666666667,0.617159500279602,371,0.696510875,12222,1599823,694.8,184936,176929,277782,269161,0.6657594804558971,0.6573352008649098,106151,0.3532878300249836,0.39437734292858173 +27125,MN,Red Lake,4055.97570536792,152.4594629615332,0.9919236256708046,1002.42878945176,0.24515255305741257,3,0.74202325,2.5,0.623908160718742,1,0.247341083,106,12125,627,928,540,1963,1871,0.47274579724910853,0.28861571352218063,601,-0.02547121752419762,-0.3212185996793159 +27127,MN,Redwood,6928.94955840364,-2.0886626282397245,0.4314683080144243,1700.39885481908,0.10588447940837414,6,0.386722527,8.33333333333333,0.545982659590731,7,0.451176281,555,46682,717,3008,1887,7761,7566,0.38757892024223684,0.24940523394131642,3250,-0.20126272387578914,-0.429553264604811 +27129,MN,Renville,5201.29422684241,-35.503272862953516,0.3306607900090534,1237.68672447774,0.07868319926749777,6,0.399334443,9.75,0.665075034106412,6,0.399334443,554,45035,706.9,3394,2117,7684,7563,0.44169703279541905,0.2799153774957028,2773,-0.09825611660593436,-0.36665344440037023 +27131,MN,Rice,14453.776093313,-1.2433111644028805,0.22534027771683143,2948.45357667315,0.04596759653071544,9,0.138140627,33.4166666666667,0.50922962827507,35,0.53721355,1414,195356,634.2,17054,14437,32160,32217,0.5302860696517413,0.4481174535183288,992,0.08314676616915423,-0.030791197194028008 +27133,MN,Rock,1394.08341638397,-35.324551584391934,0.1439128126751285,349.118370125427,0.03603988542638867,1,0.104679158,4.25,0.444374738603095,6,0.62807495,340,28632,675.4,1945,1373,4830,4807,0.4026915113871636,0.2856251300187227,1718,-0.1790890269151138,-0.3573954649469524 +27135,MN,Roseau,4603.1049029405,-0.4420052888956586,0.29452331581934227,1108.68024274961,0.07093737556782967,6,0.382677467,12,0.767950851145527,8,0.510236622,419,47042,706.9,2772,1856,7330,7767,0.3781718963165075,0.23895970130037336,3595,-0.22332878581173266,-0.46285567143041073 +27137,MN,St. Louis,51285.5234088887,-6.031111050210818,0.2561381809000265,10458.4833053003,0.052233392792645814,36,0.179149934,154.75,0.773827382738274,114,0.567308123,6156,601792,742.8,74177,57769,116460,111260,0.6369311351537008,0.5192252381808377,13138,0.2962562253134123,0.11808376775121338 +27139,MN,Scott,23765.3253737482,-17.965069709898934,0.18291150001345519,6938.59281363699,0.053403368124168696,16,0.114554098,51.4166666666667,0.357855419450631,77,0.551291597,1863,418663,592.8,29714,28502,71411,74390,0.41609836019660834,0.3831428955504772,11446,-0.1485345394967162,-0.15386476676972716 +27141,MN,Sherburne,15106.2626799156,4.856083720113638,0.17069416241896068,3818.79622373078,0.043150727395007624,7,0.076816715,31.1666666666667,0.333233541470647,45,0.493821741,1495,273164,667.6,17597,13299,46320,47938,0.3799006908462867,0.27742083524552547,17750,-0.22130829015544046,-0.37026993199549424 +27143,MN,Sibley,242.320599740728,-51.35861681159823,0.015914921827185603,56.4272973045718,0.0037059830096264155,4,0.268132457,8.91666666666667,0.601380364650075,4,0.268132457,441,44812,670.8,2916,1954,7785,7727,0.3745664739884393,0.2528795133945904,3239,-0.22825947334617852,-0.4191795004529571 +27145,MN,Stearns,26241.5132116435,-2.7678025203404233,0.17419785459329737,6554.86265077418,0.043512849343305196,33,0.215810401,90.9166666666667,0.584102142386007,104,0.680129748,2942,460013,585.1,33552,25575,78178,78985,0.4291744480544399,0.3237956574033044,22043,-0.12104428355803426,-0.27907830600746975 +27147,MN,Steele,7901.8917297116,-17.652384556068746,0.21604034694093396,2300.39082172704,0.06289344985036746,6,0.164055451,28.4166666666667,0.772087125843409,28,0.765592103,909,109757,602,8706,6239,19034,19040,0.45739203530524325,0.32767857142857143,4959,-0.06288746453714406,-0.2604516806722689 +27149,MN,Stevens,1320.79123111369,-15.184619488082296,0.13580004432589862,292.43267602551,0.030067106315598394,3,0.306122449,6,0.619003404518725,5,0.510204082,249,29392,546.9,2742,2116,5621,5350,0.487813556306707,0.3955140186915888,684,-0.004269702899839911,-0.12785046728971955 +27151,MN,Swift,2480.8786008829,-45.7532925064053,0.253590780014607,585.932257976275,0.05989290176594858,3,0.317931327,8.16666666666667,0.867041794953463,7,0.741839763,318,28329,602.7,2751,1679,5087,4968,0.5407902496559859,0.33796296296296297,1283,0.09887949675643803,-0.2582528180354267 +27153,MN,Todd,8324.16410333525,-2.2506396588356474,0.3343709220058345,2037.41014449034,0.08184013434385778,7,0.288493241,22.25,0.918169438369166,6,0.247279921,674,72955,655.8,4819,2783,11762,11944,0.40970923312361845,0.2330040187541862,5702,-0.16153715354531545,-0.47739450770261216 +27155,MN,Traverse,1386.29910037331,0,0.3896287522128471,315.098865617731,0.0885606704940222,2,0.590493062,2.83333333333333,0.844259038537942,2,0.590493062,159,10202,704.5,942,631,1840,1791,0.5119565217391304,0.35231714126186486,419,0.04456521739130431,-0.2339475153545505 +27157,MN,Wabasha,2227.0544902678,-0.26453986445196753,0.10274287185217751,506.330274018129,0.023359027219880465,3,0.140436289,10.8333333333333,0.509252730378101,10,0.468120962,602,63975,629.8,5415,3866,11722,11764,0.461951885343798,0.328629717783067,3123,-0.054086333390206465,-0.26547092825569535 +27159,MN,Wadena,3420.1352650958,-47.30323472524236,0.24706604530057072,777.181889200705,0.056142591143589174,4,0.290761067,13.6666666666667,0.993144878036964,13,0.944973468,602,41385,864.8,2492,1684,6772,6894,0.36798582398109864,0.24427038004061502,3153,-0.2437979917306557,-0.45735422106179285 +27161,MN,Waseca,5704.33717414646,0.3063753222615675,0.29809454296333926,1354.34360918622,0.07077464512887856,3,0.157687254,10.8333333333333,0.572858829957873,10,0.525624179,499,57025,630.9,4370,2838,9706,9579,0.45023696682464454,0.29627309740056373,3129,-0.07685967442818875,-0.3266520513623552 +27163,MN,Washington,94726.4269686236,0.42458508017036123,0.397782892836965,24865.0126277653,0.10441517715828477,25,0.100287625,102.083333333333,0.403304927497297,129,0.517484145,4496,747603,598.6,70203,67086,141711,142843,0.49539555856637807,0.4696484952010249,2657,0.007522351828721852,0.018600841483306874 +27165,MN,Watonwan,523.090788463605,0,0.04665870916631924,108.022328381214,0.009635387421390956,3,0.270684833,12.9166666666667,1.18414619239702,6,0.54136966500000006,372,32972,682.3,2494,1814,5115,4971,0.4875855327468231,0.36491651579159123,954,-0.00449657869012704,-0.19191309595654793 +27167,MN,Wilkin,1886.45347610973,-4.709365629765607,0.2868694458804334,448.911828718987,0.06826518076626932,0,0,3.91666666666667,0.616021809793436,2,0.307929176,238,19430,815.1,1258,893,3212,3279,0.3916562889165629,0.2723391277828606,1236,-0.19489414694894147,-0.3769441903019213 +27169,MN,Winona,7298.7041393104,-6.535375499781193,0.1418298155751035,1581.39651387907,0.030729999686735003,4,0.078282482,29.25,0.574114783701029,34,0.6654011,1266,153333,677.3,14980,11366,27103,25852,0.5527063424713131,0.43965650626643976,756,0.12913699590451239,-0.02924338542472532 +27171,MN,Wright,14968.9165422002,-12.909096720403952,0.12003942696231115,4590.79897429864,0.036814747187639454,12,0.092365954,59.1666666666667,0.446372438073683,64,0.492618421,2182,389739,629.8,26584,20336,69550,69154,0.3822286125089863,0.2940683113052029,22938,-0.21388928828181164,-0.3316944789889233 +27173,MN,Yellow Medicine,3380.24160700289,-0.022591108462794388,0.3238399700136894,849.301784190781,0.08136633303226488,4,0.395687012,8.83333333333333,0.889112565005872,7,0.69245227,343,30023,645,2465,1524,5397,5253,0.45673522327218824,0.29011993146773274,1858,-0.06318324995367802,-0.35370264610698643 +28001,MS,Adams,7183.93335654812,-9.532706944998209,0.22243345687054897,1766.3111468233801,0.05468963516188439,4,0.126035857,36,1.15207373271889,30,0.945268929,1244,95314,1014.4,7999,6921,13621,12214,0.5872549739373027,0.5666448337972818,1796,0.18038323177446597,0.14704437530702474 +28003,MS,Alcorn,3767.02664130521,-0.7309562427818511,0.1016549273094209,883.790468727165,0.02384948778171911,7,0.187265918,33.4166666666667,0.895793123168204,27,0.722311396,1419,112058,1053.6,3449,2684,14682,14781,0.2349134995232257,0.18158446654488872,9133,-0.5161422149570903,-0.6178878289696231 +28005,MS,Amite,2342.67963520183,-2.042419078574547,0.17840831887912803,497.386148535388,0.037878771497630644,1,0.079182833,11.5,0.923101621448066,3,0.237548499,471,38060,854.5,3218,2688,7661,7033,0.4200496018796502,0.3821982084458979,1594,-0.1533742331288343,-0.2266458125977534 +28007,MS,Attala,3955.19519450603,98.94543666520904,0.2021670003325511,1097.62476013371,0.056104312008470145,2,0.104367792,18.6666666666667,0.985880778845815,10,0.52183896,857,57455,1069.8,3368,2847,7853,7242,0.4288806825417038,0.39312344656172327,1441,-0.13803641920285242,-0.19897818282242474 +28009,MS,Benton,3215.39493769991,3.894267614965847,0.3683577658036327,909.004219341378,0.10413612319181785,1,0.120540019,5.41666666666667,0.655453372055502,0,0,329,24997,1036.9,2026,1713,4080,3996,0.4965686274509804,0.4286786786786787,527,-9.803921568627416e-4,-0.13188188188188188 +28011,MS,Bolivar,14106.5319539523,-0.1435215155780807,0.413136094712324,3661.6625955026,0.10723861752826476,8,0.236910685,51.1666666666667,1.56296137907159,18,0.533049041,1232,101171,1179.8,9772,8410,14258,12831,0.6853696170570908,0.6554438469332087,4159,0.3805582830691542,0.3241368560517497 +28013,MS,Calhoun,1215.84273196738,4.381521922900903,0.08126204598097714,248.78122870444,0.016627538344101057,5,0.339097999,14.9166666666667,1.02099018936801,4,0.271278399,580,44194,998.7,2250,1884,6273,6339,0.3586800573888092,0.2972077614765736,2476,-0.2727562569743344,-0.3905978861019088 +28015,MS,Carroll,4336.75871746279,-10.39356798323134,0.40924400466762195,971.259892046157,0.0916542315793297,1,0.097522918,6.08333333333333,0.593206565902812,0,0,352,30838,801.2,1990,1648,5968,5470,0.3334450402144772,0.3012797074954296,2126,-0.3289209115281502,-0.3886654478976234 +28017,MS,Chickasaw,685.352205348512,-22.51682192261001,0.03940617556051702,195.152034357558,0.011220793143833832,3,0.173280194,21.9166666666667,1.27082608527581,8,0.462080518,575,52045,939.1,3914,3649,7641,7890,0.5122366182436854,0.46248415716096325,478,0.040963224708807755,-0.06058301647655262 +28019,MS,Choctaw,270.33832700882,-6.105272404857564,0.03162961588964783,65.4975863142572,0.007663225261993355,4,0.482276344,9.33333333333333,1.13241122704845,4,0.482276344,276,25009,812.7,1283,1198,3847,4020,0.3335066285417208,0.2980099502487562,1565,-0.3249285157265402,-0.3893034825870647 +28021,MS,Claiborne,1452.24480268512,0.2260614648645581,0.1512124950734194,351.068251309669,0.0365543785203737,3,0.330396476,10.0833333333333,1.10333005069847,5,0.550660793,322,27497,1068.5,4633,2523,5258,2954,0.8811335108406239,0.8540961408259986,2109,0.7655001901863827,0.7139471902505077 +28023,MS,Clarke,2332.27698181418,1.1253209455646693,0.13939020928844012,537.775980642866,0.032140567812746,4,0.245413829,15.8333333333333,0.996559248069822,4,0.245413829,647,48649,1047.6,2695,2556,7199,7713,0.37435754965967494,0.3313885647607935,2532,-0.23892207251007092,-0.32827693504472966 +28025,MS,Clay,5606.69948520082,69.99566279080655,0.2717214056993709,1476.51622343755,0.07155744031392605,2,0.098887515,30.3333333333333,1.52812762384551,11,0.543881335,746,60527,1009.1,5860,5695,9659,9960,0.6066880629464748,0.5717871485943775,1559,0.22000207060772337,0.15652610441767068 +28027,MS,Coahoma,6739.24130595203,5.5365358408185745,0.25770491782157584,1915.86039121037,0.07326145811672097,8,0.32248962,42.9166666666667,1.80253965587243,17,0.685290442,900,74724,1147.5,7164,6378,9563,8912,0.749137300010457,0.7156642728904847,3952,0.5027710969361079,0.44344703770197486 +28029,MS,Copiah,7175.63171362908,-21.422756555301387,0.24366300090424395,1875.7728226352301,0.06369563729278516,3,0.104177518,42.25,1.48339302015308,17,0.590339271,976,86447,979.6,7201,6203,13002,11906,0.5538378710967543,0.5209978162271124,627,0.11436702045839098,0.052662523097597835 +28031,MS,Covington,NA,NA,NA,NA,NA,5,0.257175188,22.9166666666667,1.171069889451,11,0.565785413,812,58311,1143.7,3800,3267,9145,8790,0.4155276107162384,0.37167235494880546,2156,-0.16205576817933293,-0.24527872582480093 +28033,MS,DeSoto,43333.8455388254,-2.961327564826916,0.26873369346628506,12253.5950196742,0.07599034442781609,17,0.09946581,151.75,0.864125823553194,130,0.760620901,3849,512647,850,20979,19892,64026,64022,0.3276637615968513,0.31070569491737215,22263,-0.33455158841720545,-0.3477398394301959 +28035,MS,Forrest,9216.50245712517,-5.4377837728383405,0.12299493497111018,2156.44254616177,0.028777891826964667,14,0.183414123,99.4166666666666,1.3084755875527,76,0.995676667,2164,228724,952.2,12079,11271,27789,27284,0.4346683939688366,0.4130992523090456,3878,-0.11731260570729418,-0.142134584371793 +28037,MS,Franklin,2486.25334706386,-3.5637397246568163,0.30626427039466125,657.120446559725,0.08094610083268354,1,0.127665007,9.08333333333333,1.16722350723893,4,0.510660028,333,23412,1065.2,1706,1471,4443,4219,0.3839747918073374,0.34866082009954963,1214,-0.22484807562457798,-0.2877459113534013 +28039,MS,George,2243.32845231678,-2.4430358441652227,0.09935904209038798,633.974997391725,0.02807932489112078,2,0.085825859,25.1666666666667,1.06210874305409,12,0.514955156,777,69805,1169.2,1352,1013,9826,9831,0.13759413800122125,0.10304139965415522,7639,-0.7124974557296968,-0.7770318380632693 +28041,MS,Greene,636.976503643274,-71.27697669232667,0.044234479419671804,184.529913281414,0.012814577311209305,3,0.209409465,18.4166666666667,1.37355807478123,3,0.209409465,384,42071,941.5,1325,956,5919,5325,0.2238553809765163,0.17953051643192489,3353,-0.5411387058624768,-0.6296713615023475 +28043,MS,Grenada,3443.74046234094,-21.984174358388582,0.1572053529782224,810.207599434559,0.036985647741922714,3,0.138465799,28.6666666666667,1.34743439091265,21,0.969260593,890,64774,1129.2,5279,4386,11320,10442,0.4663427561837456,0.4200344761539935,1554,-0.061925795053003496,-0.14882206473855586 +28045,MS,Hancock,14852.1744892,-24.55319564308513,0.3380949825673245,3545.4735934719,0.0807091805748344,3,0.065289778,39.25,0.838836528392212,30,0.652897778,1463,138047,874.3,3879,3320,17023,17517,0.22786817834694237,0.18953017069132844,10400,-0.5275215884391705,-0.5937089684306673 +28047,MS,Harrison,67157.9786557619,-13.227609129411732,0.35893203632057824,16757.0774910564,0.08955975249756234,21,0.10549689,209.666666666667,1.03165152812358,162,0.813833154,5812,596701,956.5,22242,20679,61602,62076,0.36105970585370606,0.33312391262323604,19031,-0.26629005551767804,-0.30657581029705516 +28049,MS,Hinds,64739.6267472679,-4.595205377285233,0.26393634648375525,17732.8236044741,0.07229477385275944,35,0.143602115,284.666666666667,1.18006817864629,230,0.943671044,6454,732867,892,70512,64922,97639,91536,0.7221704441872613,0.7092510050690439,40003,0.45127459314413304,0.43701931480510403 +28051,MS,Holmes,8271.77954685205,63.81239053826736,0.4308667333499349,2477.04466035501,0.1290261829542145,5,0.270870578,31.3333333333333,1.74083745393263,4,0.216696462,645,55610,1086.7,6775,5820,8076,7045,0.8389053987122338,0.8261178140525195,4669,0.6823922734026746,0.6627395315826827 +28053,MS,Humphreys,2102.68983079043,14.534495558727292,0.22428691528431252,554.497517939841,0.059146401913583044,2,0.228806773,17.0833333333333,2.00673479776029,3,0.343210159,297,26390,1039.1,3399,2652,4481,3599,0.7585360410622629,0.7368713531536538,1728,0.519973220263334,0.48013337038066134 +28055,MS,Issaquena,597.165275162116,69.98398794574861,0.42472636924759316,140.779697482026,0.10012780759745804,0,0,2,1.54559505409583,0,0,39,4136,857.7,479,395,787,699,0.6086404066073697,0.5650929899856938,97,0.2249047013977128,0.13876967095851211 +28057,MS,Itawamba,2770.52183445814,4.579662771858085,0.11839330945079868,492.080493003636,0.021028182257323877,5,0.212521783,15.75,0.6693867142675,12,0.51005228,853,70531,974,1599,1100,8729,9634,0.18318249513117196,0.1141789495536641,7285,-0.6101500744644288,-0.7561760431804027 +28059,MS,Jackson,41289.9596523054,17.517674054557386,0.29562934711104477,10134.4942196252,0.07256131840955121,19,0.134620971,137.416666666667,0.972923348508342,83,0.588081084,3986,423362,907.3,15452,13087,49290,45465,0.31349158044228037,0.28784779500714835,18117,-0.36133089876242647,-0.3984823490597163 +28061,MS,Jasper,1999.2522822333,-10.041303577890048,0.11717572865041027,421.531764563018,0.024705882344567928,3,0.180712005,13.8333333333333,0.834439216632485,4,0.24094934,594,49596,937.6,5097,4367,9340,8468,0.5457173447537473,0.5157061880018895,335,0.0967880085653105,0.039560699102503594 +28063,MS,Jefferson,874.519411625841,9.222042244829035,0.11319174367406692,173.567807934896,0.02246541650723479,2,0.263192525,15.1666666666667,2.07847974053264,2,0.263192525,259,22708,997.4,3508,3337,3953,3859,0.8874272704275235,0.8647317958020212,2848,0.7783961548191247,0.7380150298004664 +28065,MS,Jefferson Davis,2066.6242212789,626.3467858158066,0.16550205984455035,522.257740707284,0.0418241163375738,2,0.169176112,14.5,1.27360562143171,5,0.422940281,471,35452,1005.5,4094,3720,6618,6237,0.6186158960411,0.5964405964405964,1254,0.2500755515261408,0.20105820105820105 +28067,MS,Jones,6582.18025162125,-26.133901686547517,0.09713818054074247,1893.95089697702,0.027950456707796816,9,0.131790892,78.5833333333333,1.15643655663964,50,0.732171621,2295,205260,975.2,9146,7748,30038,28250,0.30448099074505625,0.2742654867256637,12328,-0.38248218922697913,-0.4363893805309735 +28069,MS,Kemper,5149.95881956698,33.822198641207194,0.49253622987442436,1256.06851486545,0.12012897043472169,1,0.098396143,9,0.909458367016976,3,0.295188429,314,30446,805.3,3239,2827,5052,4639,0.6411322248614411,0.6093985772795861,1049,0.2870150435471101,0.22612632032765684 +28071,MS,Lafayette,15699.7979569973,10.010353797272728,0.33156212027195414,2340.31853951914,0.04942490210384448,5,0.094464387,25.9166666666667,0.481758247205492,43,0.812393728,1167,157050,877.6,7098,7968,17191,19642,0.412890465941481,0.4056613379492923,2904,-0.1555465068931418,-0.14784645148151926 +28073,MS,Lamar,7978.7107289011,-0.1893465831100187,0.14335245120020662,2105.60011885731,0.03783104169853947,7,0.116474484,48.75,0.800308631841613,57,0.948435082,1243,179430,767.3,5037,5044,22780,24179,0.22111501316944687,0.20861077794780594,13449,-0.5458735733099209,-0.5562264775218165 +28075,MS,Lauderdale,16825.6857532474,20.041835428343088,0.20963713077643437,4069.34522140922,0.050701401943773684,12,0.150490977,107.666666666667,1.38469123100337,66,0.827700372,2659,238265,948.7,12642,10910,30213,28967,0.4184291530136034,0.37663548175510064,6664,-0.15490020851951147,-0.23005489004729518 +28077,MS,Lawrence,1979.52682065369,-24.9238663776504,0.1531074963766486,503.726921634952,0.03896101180562704,4,0.319948808,17.5833333333333,1.37919313933119,6,0.479923212,429,37654,1008.2,2394,2181,6584,6329,0.3636087484811665,0.34460420287565174,1891,-0.2671628189550425,-0.2987833781008058 +28079,MS,Leake,4180.84639061938,47.370443225446145,0.17562891790041504,1114.59959256823,0.046822079082891405,2,0.086232915,24.8333333333333,1.09784851164162,12,0.517397491,733,69257,973.4,3599,3579,7921,8436,0.45436182300214617,0.42425320056899,1196,-0.08635273324075249,-0.1417733522996681 +28081,MS,Lee,18139.5654409033,7.932716187484279,0.21878621928480643,5030.91232565399,0.06067919823488107,17,0.199422847,95.0833333333334,1.11363574253444,80,0.938460456,2722,255929,971.2,12043,9635,34363,31974,0.3504641620347467,0.301338587602427,12060,-0.28987573843960074,-0.37718145993619817 +28083,MS,Leflore,14706.2963251959,46.4590034735964,0.4550637845467061,4271.56972283669,0.13217717371156634,10,0.318248361,53.75,1.80030814576635,21,0.668321558,1092,94067,1118.1,8423,6677,11600,9566,0.7261206896551724,0.6979928914906962,3920,0.4575862068965517,0.40978465398285596 +28085,MS,Lincoln,7112.97999662655,-10.131344678672244,0.20399151098759788,1932.3946996072,0.05541870141406981,4,0.115025162,36.3333333333333,1.05243847097104,28,0.805176132,1260,104147,1032,4879,4458,14303,15193,0.34111724812976296,0.2934246034357928,6092,-0.31140320212542827,-0.40097413282432703 +28087,MS,Lowndes,9910.90851818047,-24.951445959722026,0.16579247759548438,2608.31239042452,0.04363258653414276,10,0.167420057,85.1666666666667,1.42892296679082,40,0.669680228,1813,179303,905.7,12037,11545,24674,25139,0.4878414525411364,0.45924658896535264,1579,-0.014671313933695362,-0.06281077210708463 +28089,MS,Madison,19394.7650791334,-3.0038789600379627,0.20372010418929448,5448.41873683042,0.057229485802237544,19,0.186846039,76.3333333333333,0.726195685953663,100,0.983400205,2930,305403,978.8,20722,18358,49571,45048,0.4180266688184624,0.407520866631149,7249,-0.15704746726916952,-0.16091724382880485 +28091,MS,Marion,7950.20970789698,75.96272758654507,0.2934956330440409,2068.35919201957,0.07635702864809399,5,0.193289006,34.75,1.37618312146054,21,0.811813824,1008,77465,1064.1,3833,3572,11041,11443,0.3471605832805,0.31215590317224506,4125,-0.2975273978806267,-0.360482390981386 +28093,MS,Marshall,6866.83032377401,9.004264607799142,0.18487051270121715,1566.12070431202,0.042163490854835776,4,0.110393553,47.25,1.31979553643753,13,0.358779047,1270,108604,1030.1,9581,7944,16141,14698,0.5935815624806393,0.54048169819023,1419,0.19434979245399908,0.09654374744863248 +28095,MS,Monroe,2432.53399866416,-10.889168650741128,0.06576371350034227,666.638373685513,0.018022611416516073,6,0.166652779,27.1666666666667,0.757301220044788,20,0.555509263,1299,107938,933.5,6990,5485,16789,15781,0.41634403478468046,0.3475698624928712,4622,-0.15909226279111316,-0.29288384766491343 +28097,MS,Montgomery,1767.44020051078,-73.29668302393236,0.16177942338771442,372.364144196419,0.034083674525988004,2,0.192307692,14.5833333333333,1.43156310330159,6,0.576923077,421,31004,1021.1,2245,1775,4807,4162,0.4670272519242771,0.4264776549735704,559,-0.0619929269814854,-0.13431042767900048 +28099,MS,Neshoba,2434.22179981728,42.1716710358378,0.082026614092778,719.896979102955,0.024258558400827437,3,0.101815714,31.0833333333333,1.05714836354567,18,0.610894281,1176,88374,1194.3,3030,2668,10890,10438,0.27823691460055094,0.2556045219390688,4945,-0.43544536271809003,-0.4737497604905154 +28101,MS,Newton,2533.9008563108,2.3806053429673493,0.11666210204009209,638.609766304408,0.029401922942191894,4,0.183217296,24.5,1.13646906020967,13,0.595456211,855,65231,1106.1,3069,2549,9039,8594,0.33952870892797876,0.29660228066092625,3380,-0.3141940480141609,-0.39329764952292295 +28103,MS,Noxubee,1834.53068930782,-0.15466991523997925,0.15890261492488697,445.211957865454,0.03856318387747544,3,0.269905533,15,1.35894183728936,3,0.269905533,371,33223,936.1,4920,4330,6264,5538,0.7854406130268199,0.7818707114481762,3149,0.5739144316730523,0.5686168291802094 +28105,MS,Oktibbeha,13546.2510235938,1.5652968599709192,0.28416125157000693,2250.41903837907,0.047207296645320425,4,0.080948719,31.75,0.637128007545201,35,0.708301291,919,148418,761.2,8030,7851,16001,16151,0.5018436347728267,0.48609993189276207,180,0.018873820386225815,0.011144820754132867 +28107,MS,Panola,7049.95969119066,-10.65816936157932,0.20312789037343074,2038.83538246508,0.05874421247774455,4,0.116130531,43,1.25863482027866,20,0.580652654,1187,102943,1065.1,9079,7300,16826,14854,0.5395815999049091,0.4914501144472869,71,0.08617615594912637,-0.004779857277501021 +28109,MS,Pearl River,7276.75420907231,-7.564999570227049,0.13032836997299693,1687.69255299948,0.030226968388427845,10,0.18108069,57.4166666666667,1.03808835050925,37,0.669998551,1885,165421,973.8,3813,2919,19938,18893,0.19124285284381584,0.15450166728417933,12611,-0.6030193600160497,-0.6674958979516222 +28111,MS,Perry,1123.00377488786,45.71447406636951,0.09167377754186612,265.643000044485,0.021685142860774286,3,0.245358633,15.25,1.24540628828093,3,0.245358633,443,36613,1030.6,1519,1220,5686,5432,0.2671473795286669,0.22459499263622976,2915,-0.4556806190643686,-0.5366347569955817 +28113,MS,Pike,5542.07269105169,59.43858483872469,0.13716643626996558,1666.82098101267,0.041253860533924123,7,0.174746617,64.5,1.62603675599365,31,0.773877877,1527,119891,1079.5,9304,7636,17429,15633,0.5338229387801939,0.4884539115972622,112,0.07562109128464056,-0.0071643318620865926 +28115,MS,Pontotoc,3229.26147919413,6.3981920410999455,0.10779655770584938,809.894222383717,0.02703522456800471,5,0.161550889,23.0833333333333,0.731642894875858,17,0.549273021,900,92442,885.5,2785,2123,12348,11811,0.22554259799157758,0.179747692828719,7319,-0.5359572400388727,-0.6196765726864788 +28117,MS,Prentiss,1710.12931480241,37.605466521512554,0.06765822577949082,411.336812724899,0.016273809650454937,7,0.275287085,27.5833333333333,1.0921497201985,16,0.629227623,881,76279,943.9,2817,2067,10033,9871,0.2807734476228446,0.20940127646641676,5580,-0.4243994817103558,-0.5652922702866985 +28119,MS,Quitman,2632.8038365548,0,0.32017558513374683,801.500962286211,0.09747062657013389,2,0.260484501,11.1666666666667,1.51948110854084,4,0.520969002,274,22981,1042.6,2837,2303,3979,3353,0.7129932143754713,0.6868475991649269,1305,0.4325207338527268,0.38920369818073364 +28121,MS,Rankin,37922.7697239884,5.169278850244803,0.2677840211555703,9244.26795664152,0.06527654135196707,12,0.08104275,123.333333333333,0.820974341223562,124,0.837441751,3232,444209,715.3,14425,13741,61438,61356,0.2347895439304665,0.22395527739748353,32427,-0.5191086949444969,-0.5285057696068844 +28123,MS,Scott,3627.34066373997,-16.725039332037,0.12833783837177928,984.48823609727,0.034831879284505735,9,0.316222199,33.25,1.17878540787748,17,0.597308598,844,84912,947.3,4774,3999,10584,9867,0.45105820105820105,0.40529036181210093,1743,-0.09013605442176875,-0.1766494375190027 +28125,MS,Sharkey,1370.17654194375,323.82405261086325,0.278717766872203,351.491168010664,0.07149942392405696,3,0.645577792,8.75,1.92223198594025,3,0.645577792,204,13881,1147.5,1571,1290,2258,1926,0.69574844995571306,0.6697819314641744,671,0.3968113374667848,0.3483904465212876 +28127,MS,Simpson,2853.59648917504,36.86690405348326,0.10375582624350216,773.789925648862,0.028134746233096822,3,0.109237884,31.5833333333333,1.17357808164883,19,0.69183993,929,82264,967.3,4723,3871,12249,11416,0.385582496530329,0.3390854940434478,3522,-0.22050779655482083,-0.3085143658023827 +28129,MS,Smith,2695.55601593256,16.217845412354045,0.16345618919001637,670.34921404877,0.040649397492497116,4,0.247096615,11,0.691432522471557,6,0.370644922,548,48430,891.5,1979,1598,8099,7556,0.24435115446351402,0.21148755955532028,4279,-0.5025311766884801,-0.5663049232398094 +28131,MS,Stone,3843.21164032382,-11.899371137940433,0.21608071743640056,1089.43775993775,0.061252544694577186,1,0.0559441,17.1666666666667,0.95306832482049,14,0.783216783,508,53923,926.1,1794,1400,6820,6368,0.26304985337243403,0.2198492462311558,3410,-0.4589442815249267,-0.5354899497487438 +28133,MS,Sunflower,10698.8010669115,61.885542465920466,0.36328696322280135,1911.47744005122,0.06490585534978675,6,0.218213558,43.4166666666667,1.64413476224738,12,0.436427117,888,82517,1112.3,7989,6560,10995,9406,0.7266030013642565,0.6974271741441633,3792,0.4622100954979536,0.40314692749308956 +28135,MS,Tallahatchie,7870.7945854111,-1.163809052806055,0.5118217313962219,1534.0537401454,0.09975638835644428,2,0.135492175,18.6666666666667,1.29683664489834,6,0.406476526,465,44345,982.6,3838,3337,6363,5870,0.6031746031746031,0.5684838160136286,875,0.21342134213421338,0.14906303236797275 +28137,MS,Tate,8191.93834399999,-15.968287960748098,0.28359545606868347,2289.08853349521,0.07924560456606003,2,0.070911927,24.9166666666667,0.88353840880347,19,0.67366331,862,84849,962.5,4572,3804,11374,11389,0.4019694039036399,0.3340064974975854,3581,-0.18410409706347808,-0.31442620071999294 +28139,MS,Tippah,2490.73622574621,69.32489344523557,0.11203383527106019,666.028204064802,0.029958087624361373,5,0.226870548,17.1666666666667,0.773621751539733,10,0.453741095,799,66240,1067.6,2254,1808,9008,9143,0.2502220248667851,0.19774691020452806,5374,-0.48523534635879223,-0.5877720660614678 +28141,MS,Tishomingo,0,0,0,0,0,8,0.411946447,24.0833333333333,1.23561301797411,11,0.566426365,901,58482,1149.1,1623,990,7850,8310,0.20675159235668789,0.11913357400722022,6127,-0.5664968152866243,-0.7373044524669073 +28143,MS,Tunica,1893.42604275602,-36.587400699439684,0.17567508283132494,512.590617570226,0.04755897361015272,4,0.377429704,21.1666666666667,2.06826916813237,10,0.943574259,301,31362,1120.9,3371,2577,4262,3463,0.7909432191459409,0.7441524689575513,1737,0.5875175973721258,0.5015882183078256 +28145,MS,Union,3326.65245293978,-6.089325942533798,0.12260088645020195,894.286305525009,0.03295814496664734,4,0.142363953,27.4166666666667,0.96841039407533,15,0.533864825,870,84369,889.5,2481,1969,10359,11374,0.2395018824210831,0.17311411992263057,7192,-0.5095086398300994,-0.6323193247758044 +28147,MS,Walthall,1640.95831660913,-61.94107774596371,0.1062590375321589,382.438062452018,0.02476449280917037,4,0.26919712,13.1666666666667,0.901888257186565,8,0.538394239,590,44403,1023.8,3386,2475,7476,5909,0.45291599785981806,0.4188525977322728,899,-0.08373461744248267,-0.1521408021661872 +28149,MS,Warren,11490.4457325666,-18.424058188483084,0.23559030062876182,3226.18567220255,0.06614695983848748,5,0.104203572,59.75,1.26750106067034,36,0.750265719,1610,143725,1007.9,9899,8518,19429,18287,0.5094961140563076,0.4657953737627823,902,0.026197951515775364,-0.04932465686006454 +28151,MS,Washington,15226.6469943853,82.51517907844351,0.2977618357429122,4380.54903419783,0.08566300397359701,11,0.224682381,78.3333333333333,1.65851524069644,37,0.755749826,1817,146986,1164.5,12188,9847,17137,14571,0.711209663301628,0.6757943861093954,5306,0.4270292349886211,0.3641479651362295 +28153,MS,Wayne,332.946695111195,-67.47484099460233,0.016047944045461754,80.0917237759462,0.0038604002398393124,4,0.195217179,21.75,1.06201171875,13,0.634455832,668,61560,950.9,4116,3493,10269,9534,0.40081799591002043,0.36637298091042586,2464,-0.19125523420001944,-0.2584434654919236 +28155,MS,Webster,1179.11725852389,-11.510346281289063,0.11500217092791282,267.402353907418,0.026080401239385348,4,0.401123145,13.3333333333333,1.36514112146343,6,0.601684717,443,29813,1213.7,1087,1001,4820,5024,0.22551867219917013,0.1992436305732484,2948,-0.5387966804979253,-0.5867834394904459 +28157,MS,Wilkinson,1585.08597730189,2.786931690804204,0.16046628642456873,359.052317252732,0.03634868569069974,4,0.435208356,15.1666666666667,1.67643049261265,4,0.435208356,351,27686,1060.7,2940,2826,4238,4174,0.6937234544596508,0.6770483948251078,1521,0.3928739971684757,0.36439865836128416 +28159,MS,Winston,2535.90006077039,-12.041196451215445,0.13209188773676372,644.556235328781,0.033574134562390924,5,0.270592055,22.1666666666667,1.22063142437592,13,0.703539344,691,55506,974.6,4557,3778,9758,8771,0.46700143472022954,0.43073765819176835,1096,-0.060463209674113616,-0.12495724546801956 +28161,MS,Yalobusha,1061.26309651758,-61.36777669532238,0.08370903111828205,208.918870349627,0.016478850792682364,3,0.244379277,15,1.20279047389945,6,0.488758553,505,37051,1058.1,2984,2574,6293,6058,0.4741776577149213,0.4248927038626609,792,-0.044017161925949455,-0.13073621657312645 +28163,MS,Yazoo,9645.74525674148,0.9854199282166907,0.3436930431762509,2942.19552607464,0.10483504457775307,4,0.143796959,36.8333333333333,1.35098787167449,10,0.359492397,936,83072,1095.5,6220,5221,10853,9892,0.5731134248594859,0.5278002426202992,653,0.15295310052520045,0.06601293974929234 +29001,MO,Adair,4613.81488016342,-4.187426307569204,0.18017787636831412,808.545010224856,0.03157515563029078,3,0.117178345,16.8333333333333,0.663801148836048,20,0.78118897,676,76561,832.6,4218,3495,10121,10137,0.4167572374271317,0.34477656111275523,2524,-0.14129038632546193,-0.2489888527177666 +29003,MO,Andrew,1830.11021661582,-33.047928351342556,0.10584177992110462,426.987083060677,0.02469418096470285,3,0.17262213,7.75,0.446685878962536,4,0.23016284,519,51986,753.2,2649,2045,8306,9140,0.31892607753431257,0.2237417943107221,4620,-0.33806886588008667,-0.5054704595185995 +29005,MO,Atchison,706.578852303173,137.32359272471172,0.12428827657047897,136.261634656639,0.023968625269417586,3,0.557413601,5,0.944643869261289,2,0.371609067,216,16098,742.4,756,541,2709,2723,0.27906976744186046,0.19867792875504958,1518,-0.4230343300110742,-0.5574733749540948 +29007,MO,Audrain,4094.80900824952,-21.123898406950403,0.16039833163263423,647.908539316181,0.025379315261709466,5,0.193147139,17.25,0.662926098151493,16,0.618070846,896,77685,870.3,3538,2567,9951,10043,0.3555421565671792,0.255600916060938,4414,-0.26610390915485876,-0.4395101065418699 +29009,MO,Barry,3960.03238740905,42.10703385763318,0.11124623949796472,1100.05090764585,0.03090291057240357,11,0.308451573,44.5833333333333,1.24771446695772,15,0.420615782,1220,107301,833.1,3667,2710,13806,14604,0.2656091554396639,0.18556559846617365,8717,-0.4465449804432855,-0.5968912626677623 +29011,MO,Barton,2757.87137797393,-3.409443574419145,0.22237311546314548,715.713243206151,0.05770950195179415,2,0.165878743,11.8333333333333,0.993729705520098,6,0.497636228,473,36117,907.5,1232,795,5746,5932,0.2144100243647755,0.13401888064733647,4163,-0.554124608423251,-0.7017869184086312 +29013,MO,Bates,765.947117251329,-5.520010840091561,0.04492621955840982,169.222764386458,0.009925670971110212,4,0.241196334,16.9166666666667,1.03043593023492,9,0.542691751,634,49499,899.6,2557,1617,7771,8021,0.329043881096384,0.20159581099613513,4383,-0.31694762578818686,-0.5464405934422142 +29015,MO,Benton,1899.01330659289,58.37325833440127,0.09965435068182674,287.422062808512,0.015083021767869019,3,0.159523556,16.9166666666667,0.897959905869031,5,0.265872594,894,56311,916.4,2925,2024,9157,9584,0.3194277601834662,0.21118530884808012,5188,-0.34334388992027953,-0.5413188647746243 +29017,MO,Bollinger,3511.58210628266,-1.8426617527489066,0.2840396429897808,819.673590076948,0.06630054113701755,3,0.242052606,12,0.995685363425158,2,0.161368404,400,36994,863.3,1213,705,5455,5669,0.2223648029330889,0.12436055741753396,4122,-0.5281393217231898,-0.7271123654965602 +29019,MO,Boone,41552.9787153709,-20.56881467944419,0.255487381582684,9976.04177617301,0.061337426840379544,32,0.185274177,104.333333333333,0.59080904976009,139,0.804784706,3119,519119,685.6,39782,41072,79296,83312,0.5016898708635997,0.4929902054926061,4926,0.030758171912832977,0.059127136546956005 +29021,MO,Buchanan,20492.8003535216,9.486711087273937,0.22973733874644456,4685.90825438068,0.052532014824729314,8,0.089399459,67.4166666666667,0.758018694671194,71,0.7934202,2877,268383,912.7,15594,12010,35106,35563,0.4441975730644334,0.33771054185529903,9305,-0.08733549820543496,-0.2616483423783146 +29023,MO,Butler,7066.11748717646,-8.749281565675844,0.16511935054391877,1675.93373974169,0.039162820482817454,8,0.186167737,51.75,1.21083787641264,31,0.721399981,1790,128770,1079.3,4363,3036,16889,17232,0.2583338267511398,0.17618384401114207,10611,-0.4668719284741548,-0.6157729805013927 +29025,MO,Caldwell,1759.10802363731,0,0.18666256617543608,458.617049679135,0.04866479729192859,5,0.553464689,11,1.21386007503862,2,0.221385876,312,27095,830.6,1313,837,4171,4309,0.31479261567969313,0.19424460431654678,2394,-0.3382881802924958,-0.5555813413785101 +29027,MO,Callaway,8154.72212365262,24.829709144272456,0.18394663276307455,1693.14759492694,0.03819244777873635,4,0.089385475,31.1666666666667,0.691394176020823,22,0.491620112,1108,134076,763.6,6070,4988,18228,19127,0.33300416940969935,0.26078318607204476,8064,-0.31116962914197943,-0.4216029696240916 +29029,MO,Camden,5747.85594908583,82.55803851524315,0.1306271521541255,1390.19647996806,0.03159393845661697,9,0.204447877,45.6666666666667,1.02628641631271,23,0.522477908,1437,132143,752.8,6458,4706,21942,22182,0.2943213927627381,0.21215399873771526,12015,-0.3933552091878589,-0.5416553962672438 +29031,MO,Cape Girardeau,19098.2622882543,-4.760504049777041,0.25237548283762323,4507.85185673835,0.05956936142847411,10,0.12813449,45.25,0.573416293893275,63,0.807247287,2270,234246,776.7,9713,8468,35672,36875,0.27228638708230546,0.2296406779661017,18471,-0.43815877999551467,-0.5009084745762712 +29033,MO,Carroll,1719.75416557931,-15.878763985918315,0.1850192754792157,389.132874040799,0.041864752451941795,2,0.221165542,9,1.0097610232245,3,0.331748314,350,27119,852.3,1154,745,4304,4361,0.26812267657992567,0.1708323778949782,2735,-0.445631970260223,-0.627149736299014 +29035,MO,Carter,3116.38057449576,1.3953502471542067,0.4974270669586209,822.132042602175,0.13122618397480845,5,0.798977309,9.91666666666667,1.60776048421963,3,0.479386385,205,18841,875.1,754,436,2799,2842,0.2693819221150411,0.1534130893736805,1887,-0.4372990353697749,-0.6639690358902182 +29037,MO,Cass,30127.9713541907,-6.392627447183,0.3028606461146253,8349.0358599381,0.08392846518766058,10,0.099118834,68.4166666666667,0.665240572382388,51,0.505506051,2734,303407,769.2,17044,14816,48913,50715,0.34845542084926295,0.29214236419205364,18190,-0.2835238075767179,-0.3586710046337376 +29039,MO,Cedar,1642.52203952636,47.127308578126275,0.11747404087586612,382.090241849946,0.027327295226001,4,0.286697248,12.75,0.909674657534247,12,0.860091743,615,41796,928.5,1536,1010,6043,6278,0.2541783882177726,0.16087926091111818,4009,-0.4697997683269899,-0.63857916533928 +29041,MO,Chariton,803.655332289434,-67.73178716486272,0.10262486684835066,146.870904945976,0.018755063841907293,2,0.259942813,6,0.798296966471527,1,0.129971406,306,22869,756,1339,888,3821,3962,0.35043182412980894,0.22412922766279655,2060,-0.27819942423449356,-0.5199394245330642 +29043,MO,Christian,15629.0489610063,23.866391703308885,0.20186831857877993,4657.45798936969,0.06015677700614412,12,0.146161435,53.4166666666667,0.632891395441602,42,0.511565024,1868,246081,739.5,9809,8505,37952,41394,0.2584580522765599,0.20546456008117117,22436,-0.46521922428330525,-0.5420109194569261 +29045,MO,Clark,958.170375576775,-1.5862920929013247,0.13421632939862374,177.952401141184,0.02492679662994593,2,0.289142692,9.08333333333333,1.35108334572859,2,0.289142692,279,20587,920.4,1398,724,3225,3316,0.43348837209302327,0.218335343787696,1734,-0.10294573643410854,-0.52291917973462 +29047,MO,Clay,61801.3124804499,-3.7220508737158755,0.2784608044573054,17110.792755413,0.07709682730575969,31,0.132658913,132.916666666667,0.555938961736063,154,0.659015243,5142,699296,736.5,47250,45182,105465,109237,0.4480159294552695,0.41361443466957165,12146,-0.08420803110036507,-0.11118943215210969 +29049,MO,Clinton,1551.5363019877,-3.458139052607851,0.07479806691354673,418.566951781297,0.020178708565843754,2,0.098527021,15.3333333333333,0.743975416464499,6,0.295581063,778,61358,953.5,3685,2572,9830,10197,0.3748728382502543,0.2522310483475532,4486,-0.22573753814852493,-0.4399333137197215 +29051,MO,Cole,19669.5043224705,10.10152683778837,0.25884332573326096,5058.93400088188,0.06657368075907198,11,0.143683791,59.6666666666667,0.778623098571944,61,0.796791933,1933,229869,740,12003,10907,37058,37261,0.3238976739165632,0.29271892863852284,13703,-0.3369043121593178,-0.36775717237862643 +29053,MO,Cooper,4306.86334521119,6.010729771535604,0.2446942415323669,1002.01468746733,0.05692941807098063,1,0.0568666,12.1666666666667,0.686916591388136,16,0.909866363,569,52852,810.3,2474,1932,7511,7976,0.3293835707628811,0.24222668004012035,3691,-0.32126214884835574,-0.4627632898696088 +29055,MO,Crawford,1277.64635095835,19.13204087552828,0.05173495104301709,303.872384988766,0.012304518342596615,4,0.162271805,18.75,0.771541436918772,10,0.405679513,852,73699,910,2951,1824,9579,9920,0.30806973588057207,0.18387096774193548,5900,-0.3636078922643282,-0.5947580645161291 +29057,MO,Dade,761.4032738995,49.4667956819843,0.09658800886711912,173.049173840928,0.021952197620313075,2,0.262191924,8.58333333333333,1.12479797317957,3,0.393287887,314,22760,839,939,637,3896,3951,0.2410164271047228,0.16122500632751202,2547,-0.502053388090349,-0.6446469248291572 +29059,MO,Dallas,2162.1079964279,-29.86131574010028,0.12887333828621925,604.211056975307,0.036014249089545626,2,0.122033071,11.9166666666667,0.72450551232166,9,0.549148819,596,49276,867.4,2122,1271,7279,7440,0.291523560928699,0.17083333333333334,4624,-0.3942849292485231,-0.6215053763440861 +29061,MO,Daviess,1839.93002142712,-1.0147592631958215,0.21818214412748962,449.332292604916,0.053282615036750386,3,0.361576473,6.83333333333333,0.832419701953141,1,0.120525491,285,24814,866,1124,730,3512,3689,0.3200455580865604,0.1978856058552453,2033,-0.3297266514806378,-0.551097858498238 +29063,MO,DeKalb,4817.48729045339,-1.0853217969157098,0.3736803669293663,1199.5699937343,0.09304762594898384,1,0.078789789,8,0.634266233251407,4,0.315159155,358,38120,735,1194,824,4350,4590,0.27448275862068966,0.17952069716775598,2716,-0.4280459770114942,-0.5917211328976035 +29065,MO,Dent,3178.43015518702,31.088158437146273,0.2030037781942275,705.062599868004,0.045031781303442805,5,0.319386777,10.4166666666667,0.676978401681073,6,0.383264133,582,46862,882.5,1585,978,6643,6778,0.23859701941893724,0.14429035113602834,4621,-0.49646244166792114,-0.681764532310416 +29067,MO,Douglas,3681.60776056509,-16.506033526381668,0.2690447062675453,815.580030864096,0.05960099611693189,2,0.147645061,10.75,0.804761191795179,4,0.295290123,514,40374,828.6,1709,984,6556,6664,0.26067724222086636,0.14765906362545017,4502,-0.448444173276388,-0.6755702280912366 +29069,MO,Dunklin,6691.27813202062,183.44732800784206,0.20941001258162367,1668.19048898751,0.05220763274144869,13,0.414752425,36.75,1.20353692484035,14,0.446656457,1333,93927,1118.2,3635,2360,10649,10574,0.34134660531505306,0.22318895403820693,5666,-0.3018123767489905,-0.5358426328730849 +29071,MO,Franklin,11148.5306102894,49.24648817788063,0.10984639784701651,2812.73898778702,0.027713898512070113,21,0.205712942,67.5,0.656372158151656,62,0.607342972,2889,306164,803.5,16294,12339,46573,50045,0.34985936057372297,0.24655809771205914,23081,-0.27863783737358555,-0.46120491557598164 +29073,MO,Gasconade,342.222593332561,-67.00306623206075,0.022482104410232625,66.6976717492071,0.0043816628399163775,4,0.269070362,15.8333333333333,1.06924185125158,11,0.739943495,594,44639,808.2,2099,1519,7134,7444,0.29422483880011213,0.2040569586243955,4151,-0.39192598822539954,-0.5576303062869425 +29075,MO,Gentry,204.95658707131,-8.04606030205725,0.030418015297018403,34.6450415476436,0.005141739618231464,3,0.439496045,10,1.50127608467197,3,0.439496045,268,20291,803.8,937,605,2997,3033,0.312645979312646,0.1994724695021431,1699,-0.35001668335001673,-0.5601714474118036 +29077,MO,Greene,49774.6317128163,-11.340644200669999,0.18088421040075114,11647.5711951466,0.042328022251908244,41,0.143424344,215.166666666667,0.745320817024028,266,0.930509156,8186,857911,797.3,46130,42400,125639,127609,0.367163062424884,0.33226496563721997,34987,-0.24400066858220776,-0.274173451715788 +29079,MO,Grundy,3112.85147337295,5.844320872148335,0.3033672618042052,783.856086679838,0.07639178312833428,4,0.392272237,7.83333333333333,0.770618134120348,3,0.294204178,442,30679,932.7,1212,780,4374,4413,0.27709190672153633,0.17675050985723997,2682,-0.4156378600823046,-0.6077498300475866 +29081,MO,Harrison,2545.82979283806,9.374736214567331,0.28422795498917713,586.378408725159,0.06546593822989383,3,0.347262415,8,0.935016362786349,7,0.810278967,362,25969,846.4,984,574,3695,3682,0.26630581867388364,0.155893536121673,2391,-0.44384303112313933,-0.649375339489408 +29083,MO,Henry,6910.64489315017,19.75122874156815,0.31028398406744656,1569.66978311744,0.0704772711529023,4,0.181587071,24.1666666666667,1.11913803216943,16,0.726348284,939,65822,976.8,3604,2356,10121,9855,0.35609129532654876,0.23906646372399798,4716,-0.2593617231498864,-0.4785388127853881 +29085,MO,Hickory,1312.76075752912,95.00865162555498,0.13636239301226966,264.13417675158,0.02743681071482082,2,0.216943269,9.83333333333333,1.06088395008451,1,0.108471635,452,27701,875.9,1733,1016,4680,4717,0.3702991452991453,0.21539113843544624,2523,-0.2354700854700854,-0.534873860504558 +29087,MO,Holt,4888.10279721218,0,0.9951349342858673,966.877236804746,0.1968398283397284,2,0.442869796,4,0.899280575539568,3,0.664304694,200,13582,779.1,551,346,2310,2348,0.23852813852813853,0.14735945485519591,1580,-0.5082251082251081,-0.6729131175468483 +29089,MO,Howard,1813.55827109041,-32.389238081407335,0.178781375304654,400.312121590098,0.039462945740348775,2,0.196869771,8,0.795386756810499,2,0.196869771,315,30518,800.5,1722,1279,4861,4851,0.3542480970993623,0.2636569779426922,1998,-0.2653774943427278,-0.41187384044526903 +29091,MO,Howell,7732.29411538684,3.4107566314938538,0.19139341869769408,1816.51109721905,0.044963145970768566,10,0.248923406,51.0833333333333,1.27041366160988,23,0.572523834,1578,120453,969.2,4393,2880,16341,17415,0.2688329967566244,0.165374677002584,11008,-0.437427330028762,-0.6320987654320988 +29093,MO,Iron,2385.64486598068,17.673573737466043,0.2244256694243349,548.849724145417,0.051632147144441864,4,0.38959774,12.6666666666667,1.26388611720881,1,0.097399435,451,30695,1098.9,1669,933,4031,4260,0.41404118084842473,0.21901408450704227,2240,-0.1446291242867775,-0.5258215962441314 +29095,MO,Jackson,150013.946694836,-6.351132456067998,0.2225204576595338,39450.6518385049,0.0585184064247623,110,0.161009147,530.5,0.766839018735157,487,0.712831404,18600,2051596,825.6,180100,163723,306854,294063,0.5869240746413604,0.5567616463138851,48946,0.18969607696168217,0.1664473259131547 +29097,MO,Jasper,32149.6533350646,15.718082075791651,0.27383780224749243,7832.15061186492,0.06671110534449355,9,0.076567724,117,0.98227703570619,96,0.816722391,3497,352643,903.7,12808,10565,45213,48179,0.28328135713179836,0.21928641109196953,24493,-0.4099927012142526,-0.5083750181614396 +29099,MO,Jefferson,66388.2364477728,8.645966584406278,0.3035126681743166,17276.1571826171,0.0789828566453946,20,0.089800463,134,0.597611338560203,122,0.547782827,5760,668031,870.5,41570,31546,97613,105969,0.42586540727157246,0.2976908341118629,37427,-0.12706299365863155,-0.353188196548047 +29101,MO,Johnson,8804.34670604606,2.985186350693695,0.16739892967099648,2317.92036752341,0.044071116408848934,4,0.07358081,29.5833333333333,0.548428559069618,33,0.607041684,1230,162852,816.8,7661,5924,21001,21087,0.3647921527546307,0.2809313795229288,7778,-0.24232179420027622,-0.3688528477260872 +29103,MO,Knox,797.640544516008,0,0.19308655156524035,169.379993148367,0.04100217699064802,1,0.25,4,1.01677681748856,0,0,153,11973,856.2,698,379,1957,1867,0.35666836995401124,0.20299946438136046,1034,-0.25907000510986206,-0.55382967327263 +29105,MO,Laclede,7367.9693343094395,3.7979144522988166,0.20713416362512832,1836.80202736271,0.051637626925380514,5,0.141087502,34.4166666666667,0.969756738987508,23,0.649002511,1188,106574,915.6,4093,2543,15361,15959,0.2664540069005924,0.15934582367316247,10291,-0.44534861011652893,-0.6448399022495144 +29107,MO,Lafayette,5601.94822641463,5.39706430957975,0.16781846638550765,1513.04842822944,0.045326635757749624,9,0.275330396,23.9166666666667,0.733235227992724,18,0.550660793,1164,98244,848.4,5650,4047,15786,15815,0.35791207398961106,0.2558963009800822,6930,-0.26289116939059926,-0.43819159026240906 +29109,MO,Lawrence,4429.46952067376,6.612668647111562,0.1146521074875436,1221.55523983982,0.03161865817258943,7,0.184099098,29.8333333333333,0.777294320974788,17,0.447097809,1347,114340,889.4,4014,2898,15748,16674,0.2548895097790196,0.17380352644836272,10186,-0.4700914401828803,-0.6108912078685378 +29111,MO,Lewis,4239.89723471817,0,0.4152284041443707,973.297095726522,0.0953184894453552,2,0.19727757,8.75,0.863430037497533,3,0.295916354,331,30465,791.9,1507,933,4278,4452,0.3522674146797569,0.2095687331536388,2410,-0.27349228611500703,-0.541329739442947 +29113,MO,Lincoln,4073.43611106066,-45.90157689104511,0.07749184094396873,1094.11071492662,0.020814037874797776,6,0.110601117,36.3333333333333,0.65741461149209,18,0.331803351,1354,162806,864.8,7733,5561,22649,24857,0.34142787761049054,0.22371967654986524,12550,-0.2912711377985783,-0.5048879591262019 +29115,MO,Linn,3386.76228321857,0.02968913337955995,0.26539944230221535,883.263383090573,0.06921584382811481,3,0.24368451,12.5,1.02762249260112,6,0.48736902,545,36960,949.1,2031,1239,5527,5572,0.36746878957843315,0.22236180904522612,2845,-0.23520897412701286,-0.5105886575735823 +29117,MO,Livingston,1748.01319285354,7.9950444516023085,0.11503870963169069,385.886166091591,0.025395601585494636,3,0.199295821,11.5,0.754840827042993,4,0.265727762,577,45032,814.4,1906,1265,6054,6408,0.3148331681532871,0.19740948813982523,3614,-0.34687809712586715,-0.5639825218476904 +29119,MO,McDonald,1714.95915646446,0.9428431486540227,0.07429533234260971,455.072362832975,0.019714610875231773,7,0.307017544,24.8333333333333,1.09784851164162,7,0.307017544,710,68026,1031.3,1920,1329,7817,8233,0.24561852373033133,0.1614235394145512,5270,-0.4827939107074325,-0.6401068869184987 +29121,MO,Macon,2658.80182042782,10.793220764446065,0.17080828860515354,612.158856556202,0.039326664304008864,4,0.258414626,14.75,0.972313777191826,7,0.452225596,600,46283,833.6,2309,1518,7159,7579,0.322531079759743,0.20029027576197386,4276,-0.33398519346277417,-0.5641905264546774 +29123,MO,Madison,1738.139754252,-11.421201392702088,0.1421674917595289,396.19167504802,0.03240566620710126,2,0.161707633,10,0.803664711082536,8,0.64683053,521,37203,1047.9,1588,1005,4930,5318,0.32210953346855986,0.18898081985708914,3097,-0.33245436105476667,-0.5823617901466717 +29125,MO,Maries,527.686626887604,4.914532601510604,0.057507260994725806,109.270428691413,0.011908285602813101,3,0.332852546,7,0.790246105215624,3,0.332852546,308,27033,832.3,1299,794,4538,4498,0.2862494490965183,0.17652289906625165,2765,-0.4111943587483473,-0.6147176522899067 +29127,MO,Marion,4470.52733893817,-1.0097276111502338,0.1553291177838911,1114.48560185447,0.038722963130345366,6,0.20746888,32.5833333333333,1.12768510186659,19,0.656984786,1003,86605,863,4034,2993,12164,12902,0.3316343308122328,0.23197953805611532,6425,-0.3199605392962841,-0.4979848085568129 +29129,MO,Mercer,3776.22272462397,679.6054385603385,0.9976810368887635,962.990563137629,0.25442287004957176,2,0.537778973,7.75,2.09516085428494,2,0.537778973,118,11089,661.4,353,216,1655,1739,0.21329305135951662,0.1242093156986774,1270,-0.5450151057401813,-0.7303047728579644 +29131,MO,Miller,1930.24351607499,87.81329653842373,0.07799593971533013,529.763805993908,0.021406328026261034,7,0.278429657,23,0.912481155280489,15,0.596634979,869,75209,868,2651,1750,11019,11414,0.24058444504946003,0.1533204836166112,7535,-0.49441873128233055,-0.6601541966006658 +29133,MO,Mississippi,46.3884978665301,-39.36371108192778,0.0032308467660210403,8.51137535652379,5.927967235355746e-4,5,0.351320967,17.3333333333333,1.25612967123222,6,0.42158516,473,42494,920.5,1857,1458,4918,5165,0.37759251728344856,0.28228460793804455,2142,-0.23159821065473774,-0.4147144240077444 +29135,MO,Moniteau,788.088031462034,-43.67254034085056,0.05049580518113885,220.611684250076,0.01413543180944935,3,0.189202825,11,0.686727431639406,8,0.504540868,440,47623,784.5,1608,1237,6442,6808,0.2496119217634275,0.18169800235017627,4107,-0.4804408568767463,-0.6032608695652174 +29137,MO,Monroe,1221.21014294969,220.2395894229136,0.13814594377258937,282.115960710827,0.0319135702161569,2,0.229700241,8,0.934797849964945,3,0.344550362,285,26023,725.5,1398,853,4057,4147,0.3445895982252896,0.20569086086327465,2306,-0.2874044860734533,-0.5560646250301422 +29139,MO,Montgomery,1256.97165821156,-2.0039327048533626,0.1027273339499477,237.671718045414,0.01942397172649673,3,0.25335698,10.8333333333333,0.932300631095812,5,0.422261633,477,35456,896.1,1734,1118,5317,5424,0.32612375399661464,0.20612094395280237,3006,-0.3295091216851608,-0.5542035398230089 +29141,MO,Morgan,649.184642500772,5.165414385616166,0.031567451616862245,149.109333460176,0.007250636200348942,8,0.395256917,26.0833333333333,1.29042365474365,8,0.395256917,841,60600,893.6,2773,1768,8688,8815,0.3191758747697974,0.20056721497447533,4989,-0.34069981583793735,-0.5659671015314804 +29143,MO,New Madrid,574.400601202651,-1.0359618103154573,0.030301783140042785,167.336669489719,0.008827636077744196,5,0.273642732,24.5,1.36756907619313,10,0.547285464,706,54780,987.2,2814,1933,7250,7352,0.38813793103448274,0.26292165397170836,3337,-0.20275862068965517,-0.4538900979325354 +29145,MO,Newton,8573.28949501344,-28.309756869593677,0.14752537245781464,2002.50457050176,0.03445821265963038,6,0.102392573,47.3333333333333,0.806442452948058,27,0.460766579,1929,175992,881.6,6425,4988,25080,26506,0.25618022328548645,0.18818380743982493,15558,-0.4686602870813397,-0.5869614426922207 +29147,MO,Nodaway,10540.9473797981,-2.2901097710637623,0.4510461009755285,1789.34701777741,0.07656598278893496,1,0.0433257,15.0833333333333,0.665343331862961,12,0.51990815,594,69125,743,3172,2529,8976,9439,0.3533868092691622,0.2679309248861108,3850,-0.26971925133689834,-0.40788219091005407 +29149,MO,Oregon,2022.87313400975,8.13749884836779,0.18590875232145482,366.92937021868,0.03372202648825292,3,0.274951883,13,1.20493094818797,3,0.274951883,430,32830,909.1,1419,865,4421,4664,0.3209681067631758,0.1854631217838765,2803,-0.331825378873558,-0.6009862778730704 +29151,MO,Osage,1417.50809945924,-32.911122307261365,0.10214066143963395,350.177998084309,0.025232598219074004,3,0.218930161,10.5,0.76844262295082,4,0.291906882,384,41010,726.1,1472,998,6918,7078,0.2127782596126048,0.14100028256569652,4847,-0.5576756287944493,-0.684797965526985 +29153,MO,Ozark,5364.68024808589,0.05138257890267446,0.55175154253686,1096.67760222919,0.11279210143260206,2,0.210703751,13,1.40738334957237,1,0.105351875,384,28415,828.1,1261,724,4453,4501,0.28317987873343814,0.16085314374583426,2915,-0.4084886593307882,-0.6476338591424128 +29155,MO,Pemiscot,1181.43082607233,-12.565658653721211,0.06457317588939276,405.560216324404,0.02216660561458264,5,0.283286119,23.3333333333333,1.36668033347,6,0.339943343,756,52877,1211.2,2671,1946,6333,6025,0.421759039949471,0.3229875518672199,2018,-0.146060318964156,-0.33493775933609965 +29157,MO,Perry,2993.42793327838,1.070123984629099,0.15778967546667966,684.93256030098,0.03610418851409941,3,0.156233726,15,0.77780658542909,11,0.572856994,577,57542,751.1,2184,1520,7987,8732,0.27344434706397897,0.17407237746220797,5387,-0.4363340428195818,-0.6169262482821806 +29159,MO,Pettis,7064.42952849379,0.06000387240912691,0.16739957651462734,1788.87241482551,0.042389337096881835,6,0.142095915,42,0.994954161040438,28,0.663114269,1263,126654,819.1,5902,4322,17171,18045,0.34371906120785045,0.23951233028539762,8470,-0.2875778929590589,-0.46938210030479355 +29161,MO,Phelps,6322.77548980567,1.1317312624523885,0.14002071684395584,1394.94882665068,0.030891771340479227,8,0.178384284,38.4166666666667,0.861205762792922,32,0.713537137,1347,134732,880.9,5798,4761,18188,18499,0.3187816142511546,0.2573652629871885,7938,-0.3351110622388388,-0.42910427590680583 +29163,MO,Pike,4537.61507163682,2.3049114927061445,0.24506454264618818,1139.68982355424,0.06155162149245194,2,0.107869047,17,0.922008894674043,9,0.485410711,624,55412,901.8,2581,1806,7319,7375,0.3526438037983331,0.2448813559322034,3468,-0.27257822106845203,-0.4702372881355932 +29165,MO,Platte,31202.0741298201,-0.027281739023211623,0.34932126609144554,7958.96799914018,0.08910422963144779,10,0.105498586,45.3333333333333,0.46113105955033,62,0.654091235,1863,284072,651.9,19171,18915,45547,46641,0.4209058774452763,0.40554447803434746,6060,-0.14152413989944457,-0.12992860358911684 +29167,MO,Polk,1767.35758349274,-23.98481356521657,0.05676068932436459,434.346372614573,0.013949525407539999,3,0.096605912,28.8333333333333,0.921634436098236,13,0.41862562,1023,93268,864.8,3580,2630,13119,13709,0.2728866529461087,0.19184477350645562,7805,-0.4323500266788627,-0.5693340141512875 +29169,MO,Pulaski,17876.8255947768,104.5580903167743,0.34198311961542643,3367.62256518376,0.06442251530749053,5,0.093569878,35,0.664716830630152,29,0.542705292,934,160547,923,4199,2918,13571,13443,0.3094097708348685,0.21706464330878525,6952,-0.3605482278387739,-0.5171464702819311 +29171,MO,Putnam,1327.59401010354,-1.3594353640405896,0.2666386844955895,292.073520016908,0.05866108054165656,2,0.414164423,5,1.03029054193283,1,0.207082212,183,14576,751.8,587,352,2309,2342,0.25422260718925943,0.1502988898377455,1584,-0.4703334776959723,-0.6763450042698548 +29173,MO,Ralls,908.112289684557,-1.8665535485696265,0.08931959178563559,195.071584242483,0.019186739868445265,2,0.195026816,8,0.782472613458529,1,0.097513408,306,30657,758.3,1736,1138,5036,5266,0.34471803018268465,0.21610330421572352,2831,-0.29686258935663223,-0.5375996961640713 +29175,MO,Randolph,3141.64928212652,-21.425743685803987,0.12361884324099001,722.932960833527,0.028446248557233295,3,0.119655392,24.25,0.970426987874665,13,0.518506701,876,75107,965.1,3031,2283,9944,10309,0.30480691874497184,0.22145697933844213,5246,-0.36564762670957357,-0.5088757396449705 +29177,MO,Ray,4505.49322226209,44.36447048740121,0.19177207892492085,1115.43300536815,0.04747735614915085,1,0.0435749,11.6666666666667,0.512730362427119,7,0.305024184,741,68783,859.5,4264,3088,10346,10835,0.4121399574714866,0.2850023073373327,4015,-0.14894645273535667,-0.3705583756345177 +29179,MO,Reynolds,3001.19230983326,-1.1177851016761584,0.4482067368329241,665.672307805854,0.09941342709167472,2,0.304645849,8.08333333333333,1.25225923057062,1,0.152322925,290,19551,977.4,1155,540,3196,3032,0.3613892365456821,0.17810026385224276,1862,-0.2415519399249061,-0.6141160949868074 +29181,MO,Ripley,2923.87516238089,-6.804449076159705,0.20736703279297092,646.742096132975,0.0458682337682961,3,0.214761257,15.8333333333333,1.14593134061904,7,0.5011096,559,41785,979.3,1396,830,5263,5518,0.26524795743872315,0.15041681768756796,3690,-0.44594337830134906,-0.6687205509242479 +29183,MO,St. Charles,136448.080703977,-2.9837564589367247,0.378512505940544,36122.4321018346,0.10020509064686353,46,0.121214357,196.25,0.502023442256432,270,0.711475574,7873,1139742,669.8,71798,68225,185597,199513,0.38684892535978493,0.34195766691894763,52674,-0.20977709769015657,-0.2640128713417171 +29185,MO,St. Clair,915.881681720399,8.185524004597063,0.09340965647326865,148.473233462163,0.01514260412668669,3,0.317225336,13.9166666666667,1.50093471383376,1,0.105741779,446,28387,887.6,1460,936,4626,4630,0.3156074362300043,0.2021598272138229,2565,-0.3370082144401211,-0.5539956803455723 +29186,MO,Ste. Genevieve,3667.970408638,-29.07316633907116,0.202147721611353,938.214291709336,0.05170649168968509,3,0.167466786,12.75,0.707154742096506,6,0.334933572,582,53849,822.1,3813,2540,8070,8459,0.4724907063197026,0.30027189975174373,2955,-0.02998760842627013,-0.34933207234897734 +29187,MO,St. Francois,9875.65911851513,3.6171892060158903,0.15109868753370048,1733.06007579066,0.026516012726490002,14,0.212249848,58.9166666666667,0.884276144305862,51,0.773195876,2308,198649,1002.9,8837,6250,22590,24714,0.3911907923860115,0.2528930970300235,11217,-0.1952633908809207,-0.45387229910172366 +29189,MO,St. Louis,267303.233281437,0.9264387408107527,0.26758312523042804,66277.1629855234,0.06634656148884073,178,0.177666697,635.666666666667,0.636569959439111,804,0.80249452,29180,3006845,728.5,294735,280866,524628,503493,0.5617980740639081,0.5578349649349643,81785,0.13654055826223532,0.16243522750068023 +29195,MO,Saline,6424.66682415097,9.97801348789455,0.27491086111043944,1591.96354040236,0.06811996321790158,6,0.256992333,21,0.913838120104439,12,0.513984666,780,69867,828.8,3785,2787,9095,9245,0.4161627267729522,0.301460248783126,3190,-0.14414513468938972,-0.3450513791238507 +29197,MO,Schuyler,3644.47650764883,0,0.8224952623897157,913.563291242553,0.2061754211786398,0,0,3.75,0.853436504324078,0,0,175,13193,875.5,697,354,1939,1933,0.3594636410520887,0.18313502327987585,1151,-0.24600309437854562,-0.5954474909467149 +29199,MO,Scotland,465.990722352211,-25.440400502999193,0.09621943472067128,143.723485167126,0.029676540402049555,2,0.411268764,7.33333333333333,1.48688834820222,2,0.411268764,192,14631,872.6,643,365,1936,1968,0.33212809917355374,0.18546747967479674,1160,-0.3114669421487603,-0.5894308943089431 +29201,MO,Scott,9048.49750757786,-18.973137318604444,0.23088202667902988,2487.97502204136,0.06348332581565563,11,0.282754543,31.0833333333333,0.802254054286575,21,0.539804128,1311,117052,911,5122,3574,16999,17244,0.3013118418730514,0.2072604964045465,9594,-0.3824342608388729,-0.5563674321503131 +29203,MO,Shannon,1399.95483751738,-43.24951396412905,0.1658517755618268,307.526322109476,0.036432451381290844,2,0.240124865,6.66666666666667,0.816193274567418,1,0.120062432,285,24838,876.7,1300,776,3688,3904,0.3524945770065076,0.1987704918032787,2190,-0.2603036876355748,-0.5609631147540984 +29205,MO,Shelby,2455.0934731929,-3.6383683229603,0.3852335592645379,666.777276268663,0.10462533755980889,2,0.327439424,9.25,1.52088128904965,1,0.163719712,258,18418,859.2,966,606,3232,3252,0.2988861386138614,0.1863468634686347,1918,-0.37809405940594065,-0.5897908979089791 +29207,MO,Stoddard,1864.53281069746,9.33594531455276,0.06221745897949346,466.476428919728,0.015565817836349704,7,0.234372384,23,0.777342165742869,15,0.502226538,1181,89508,935.1,3153,1873,12866,13278,0.2450645111145655,0.1410604006627504,9204,-0.4930048189025338,-0.693176683235427 +29209,MO,Stone,509.733642590872,142.6625313791446,0.01582925416405416,127.250893886317,0.003951645670651419,5,0.160751029,23.5,0.756916932392824,14,0.450102881,1205,93381,791,3920,2886,15974,16538,0.24539877300613497,0.17450719554964325,10263,-0.49204958056842363,-0.6205708066271617 +29211,MO,Sullivan,1829.46132357839,1.8723629225323668,0.272484558173725,442.528671631253,0.06591133029956107,3,0.467945718,4.58333333333333,0.731928031512829,3,0.467945718,235,19327,886.9,908,526,2595,2484,0.34990366088631986,0.21175523349436393,1358,-0.2705202312138728,-0.5466988727858293 +29213,MO,Taney,15577.6339411448,45.57744351575104,0.3014539708010605,3333.49602788151,0.06450887330201277,10,0.184399779,49.8333333333333,0.910447306720258,54,0.995758805,1668,162144,793.9,5462,4367,21608,23399,0.2527767493520918,0.18663190734646778,13873,-0.47440762680488713,-0.5928885849822643 +29215,MO,Texas,4700.89554722189,0.010998221817547924,0.18074806010542488,1105.30661296921,0.04249871627842241,6,0.233991108,19.5,0.756547041707081,11,0.428983699,901,76982,840.7,2871,1728,10764,10935,0.26672240802675584,0.1580246913580247,7147,-0.441007060572278,-0.6535893918609968 +29217,MO,Vernon,6776.82277250561,66.45504265942265,0.3202808626355504,1734.87181848009,0.08199214605983694,1,0.0476168,14,0.675577860348405,12,0.571401362,799,62650,970.7,2580,1706,8519,8576,0.3028524474703604,0.19892723880597016,4820,-0.3728137105294049,-0.5620335820895522 +29219,MO,Warren,1594.88474821994,-14.49525130414006,0.049053755366159385,519.260193311738,0.015970848377933073,6,0.180434848,19.25,0.569492929412461,18,0.541304544,870,99807,743.4,5219,3915,14676,15766,0.3556146088852548,0.24831916782950653,7194,-0.2678522758244754,-0.45629836356716985 +29221,MO,Washington,4577.93229407544,-1.0184016504138294,0.18170003151718356,950.819342927292,0.03773841408721143,2,0.079754357,24.75,0.996416924996981,8,0.319017426,889,75026,1061.6,3402,1926,8616,9279,0.3948467966573816,0.2075654704170708,5121,-0.186397400185701,-0.5518913676042676 +29223,MO,Wayne,4681.6740271268,3.6969618437378915,0.34625205436926265,1014.56446155409,0.07503620010014718,4,0.297353553,16.5,1.25580333358703,5,0.371691942,609,40232,1037.5,1811,946,5718,5738,0.3167191325638335,0.16486580690135935,3694,-0.34610003497726477,-0.6437783199721158 +29225,MO,Webster,2836.89291508657,79.14262968242957,0.07836287815829429,809.671963547489,0.022365393170197475,5,0.135545435,29.4166666666667,0.771969418639234,19,0.515072652,983,110826,830.7,4407,3173,15421,16690,0.28577913235198754,0.1901138406231276,9656,-0.4082095843330524,-0.5785500299580587 +29227,MO,Worth,302.13291295497,-53.096057126206496,0.1391676245762183,56.0456330572406,0.025815584089009948,1,0.482392668,4,1.97628458498024,0,0,94,6201,840.7,341,195,1048,1046,0.32538167938931295,0.1864244741873805,613,-0.308206106870229,-0.5860420650095602 +29229,MO,Wright,2296.46495428507,2.7288508527902424,0.12205500687138293,557.841544683656,0.029648766658711453,5,0.273358482,18.3333333333333,1.00258850122133,9,0.492045268,663,54998,879.4,1953,1166,7956,8086,0.24547511312217193,0.14419985159534998,5537,-0.4874308697838109,-0.6847637892653969 +29510,MO,St. Louis,19195.87345397,-40.9040217019389,0.06011974372825672,4335.20122713917,0.013577459103958016,109,0.343394693,342.416666666667,1.09958981473156,279,0.878964397,8858,951064,932.9,116654,101487,141135,127403,0.8265419633684061,0.7965824980573456,81206,0.6662911396889503,0.6373947238291092 +30001,MT,Beaverhead,2422.03866400986,23.405603225014676,0.2619552956965023,454.1452093032,0.049118019608825426,3,0.321027287,8,0.85097330071269,7,0.74906367,264,27898,691.5,1347,1115,4749,4676,0.28363866077068856,0.23845166809238666,2128,-0.40092651084438835,-0.4550898203592814 +30003,MT,Big Horn,6045.34864153808,-0.06239321931190792,0.46990661807524914,2102.84545235414,0.16345475727587563,4,0.301159464,10.1666666666667,0.761947587998701,2,0.150579732,386,39668,1143.9,2830,2061,4561,4148,0.620477965358474,0.4968659594985535,228,0.25761894321420736,0.05496624879459977 +30005,MT,Blaine,2207.76717307784,0,0.34012743384345095,717.583508617092,0.1105505328327056,4,0.604320894,5,0.757460990758976,2,0.302160447,209,19786,976.9,1598,1187,2832,2621,0.5642655367231638,0.4528805799313239,72,0.1514830508474576,-0.027470431133155282 +30007,MT,Broadwater,1432.07143248747,-4.13106692071542,0.2551802267440253,322.377903168133,0.05744438759232591,1,0.176460208,3,0.522011484252654,1,0.176460208,154,16990,674.8,761,566,3005,3097,0.25324459234608987,0.18275750726509526,1763,-0.4622296173044925,-0.5692605747497579 +30009,MT,Carbon,3626.76620350764,0.16474352097758138,0.3598696371807541,767.193390029952,0.0761255596378202,4,0.38465237,9.91666666666667,0.948056086679414,8,0.769304741,294,31133,633,2126,1824,5806,5923,0.3661729245607992,0.30795205132534187,1905,-0.23889080261798135,-0.3216275536045923 +30011,MT,Carter,1159.99999773819,0,0.9999999980501637,202.99999889485,0.17499999904728447,1,0.855431993,1,0.831255195344971,0,0,33,3521,518.3,96,70,794,777,0.12090680100755667,0.09009009009009009,607,-0.7329974811083123,-0.7812097812097812 +30013,MT,Cascade,20699.7081212257,4.4745917185229285,0.25452442757295485,4814.59914672694,0.05920050102336173,12,0.145730108,54.25,0.663567977493731,69,0.83794812,2468,246913,776.9,14949,12053,33952,33791,0.44029806786050896,0.3566926104584061,7290,-0.09101083883129124,-0.2157379183806339 +30015,MT,Chouteau,4150.57346438792,0.0223538997497476,0.7140157344551729,1248.86941323292,0.21484077296282814,2,0.33932813,5,0.868206285813509,1,0.169664065,194,17530,823.2,969,729,2804,2571,0.3455777460770328,0.28354725787631274,947,-0.27888730385164057,-0.36833916763905095 +30017,MT,Custer,5809.35067649477,21.98306649103965,0.4965681405671228,1307.88678261496,0.11179475020215061,3,0.248097916,10,0.838644750083865,8,0.661594443,434,36120,801,1824,1172,5336,5145,0.34182908545727136,0.22779397473275023,2466,-0.286544227886057,-0.4793002915451895 +30019,MT,Daniels,469.281522966224,-73.19922766768667,0.2680077229961302,78.1194169081118,0.044614172991497315,2,1.115448968,1,0.56980056980057,2,1.115448968,83,5349,758.8,236,167,1001,952,0.23576423576423577,0.17542016806722688,562,-0.4985014985014985,-0.5903361344537816 +30021,MT,Dawson,2950.12464637013,-20.51317027356555,0.3290346471525909,631.56345168061,0.07043982285083761,2,0.210128178,7,0.750509274150316,5,0.525320445,292,28567,725,1219,786,4417,4297,0.2759791713832918,0.18291831510356063,2512,-0.4086484038940457,-0.5845939027228299 +30023,MT,Deer Lodge,530.933352219353,-12.529538678926002,0.05710188774138018,96.8025137353426,0.010411111393347237,3,0.327868852,8.08333333333333,0.889745000917263,3,0.327868852,361,27571,855,2829,2018,4408,4099,0.6417876588021778,0.49231519882898267,282,0.3171506352087114,0.06879726762625027 +30025,MT,Fallon,648.411906644085,0,0.2243639815377457,153.048849040371,0.052958079252723535,1,0.321750322,1,0.32051282051282,3,0.965250965,97,9346,772.9,236,154,1399,1474,0.16869192280200143,0.1044776119402985,1122,-0.634024303073624,-0.7611940298507462 +30027,MT,Fergus,3412.06612320701,0.0017222925186453414,0.2944990612124124,715.416973608604,0.06174840096742655,7,0.611781157,6,0.525716288443004,7,0.611781157,482,34384,786,1628,1196,6044,5782,0.26935804103242883,0.20684884123140782,3039,-0.4326604897418928,-0.525596679349706 +30029,MT,Flathead,9467.13282354627,-11.823733612138948,0.10411680476361812,2159.04461283725,0.023744551874419876,16,0.168555897,68.1666666666667,0.694996703438619,68,0.716362564,2641,283864,756.6,13534,13233,42465,46144,0.3187095254915813,0.2867761789181692,16846,-0.33345107735782403,-0.36507454923717064 +30031,MT,Gallatin,11379.3878434883,-16.31187548000534,0.12712553309003496,2653.03418645834,0.029638535033552002,19,0.1952563,47.75,0.456929053989397,97,0.996834793,1567,292662,598.9,21534,23879,47113,52169,0.45707129666970897,0.457723935670609,519,-0.053424744762592125,0.009948436811133055 +30033,MT,Garfield,666.930357906161,0,0.553010247020034,159.142634821398,0.13195906701608456,1,0.76394194,1,0.763358778625954,0,0,43,3905,796.1,66,34,700,715,0.09428571428571429,0.04755244755244755,619,-0.7942857142857143,-0.8657342657342657 +30035,MT,Glacier,3099.26464277959,-7.462860761474564,0.23130566779458092,1028.04239267219,0.07672530731190313,4,0.292056075,10,0.730246823426318,9,0.657126168,398,41138,1080.8,2784,3076,4287,4969,0.6494051784464661,0.619038035822097,1478,0.3249358525775601,0.2974441537532703 +30037,MT,Golden Valley,884.000003098896,0,1.0000000035055383,192.000001363515,0.21719457167818437,0,0,NA,NA,1,1.17370892,25,2537,601.9,110,71,479,468,0.22964509394572025,0.1517094017094017,294,-0.5031315240083507,-0.6282051282051282 +30039,MT,Granite,675.432464241621,-65.49531277790352,0.21936747783099095,88.4825895252385,0.02873744382112325,3,0.934870676,2,0.593824228028504,3,0.934870676,92,9586,558.9,533,469,1705,1762,0.3126099706744868,0.26617480136208854,716,-0.3366568914956012,-0.40635641316685583 +30041,MT,Hill,7506.7968528294,0.1166746260353825,0.4663765440376119,2169.54076647913,0.13478757247012488,2,0.120510966,12,0.725426187885383,14,0.843576765,437,49776,802.4,3372,2350,6757,6347,0.4990380346307533,0.3702536631479439,1096,0.035370726653840445,-0.17268000630219 +30043,MT,Jefferson,1338.86915907218,-61.475032501236605,0.11738288261197441,278.985301921813,0.024459521473067947,3,0.259560478,6,0.506200961781827,3,0.259560478,316,34694,781.9,2256,1975,6490,6535,0.34761171032357474,0.3022188217291507,2124,-0.2751926040061633,-0.32501912777352715 +30045,MT,Judith Basin,1251.10326078962,-1.9596422381192402,0.6038143150529054,260.861340069201,0.12589833014922827,2,1.004520342,2,1.03092783505155,0,0,60,5929,636.8,336,232,1212,1189,0.27722772277227725,0.1951219512195122,635,-0.4257425742574257,-0.534062237174096 +30047,MT,Lake,1973.44036851726,-61.55016241799219,0.06865095555963473,427.314124047994,0.01486516816419655,8,0.274923537,20.5833333333333,0.691690749826377,18,0.618577958,908,87739,785.2,5715,4703,13156,12898,0.43440255396777133,0.36463017522096447,2750,-0.1040589844937671,-0.21321135059699176 +30049,MT,Lewis and Clark,15019.2538360908,-4.009744439053377,0.23691543238568977,3255.87269023958,0.05135850919220097,10,0.151846453,46.6666666666667,0.69359808963269,43,0.652939747,1739,197668,714.2,15479,14331,33032,33697,0.4686062000484379,0.4252900851707867,2334,-0.036146766771615435,-0.06926432620114553 +30051,MT,Liberty,1312.57366292693,11.333180638370434,0.5611687314779521,294.42848296164,0.12587793200583156,2,0.847816872,2,0.8302200083022,0,0,75,7145,555,257,205,983,949,0.2614445574771109,0.2160168598524763,490,-0.4486266531027467,-0.5163329820864068 +30053,MT,Lincoln,3085.49054863737,5.382311430527823,0.15672730983071925,496.028275215212,0.025195726886534868,8,0.418300654,20,1.03847551793966,8,0.418300654,753,57603,842.7,2544,2040,8869,9250,0.28684180854662306,0.22054054054054054,4680,-0.39474574360130793,-0.505945945945946 +30055,MT,McCone,714.394528358702,-55.26615890062185,0.4119922308873714,135.006478411735,0.07785840738854383,1,0.590318772,1,0.588235294117647,2,1.180637544,54,5094,583,221,154,988,1056,0.2236842105263158,0.14583333333333334,704,-0.5273279352226721,-0.6666666666666666 +30057,MT,Madison,2322.07136462354,-18.178154977203278,0.3019206039037238,401.47589349257,0.052200740279881676,3,0.383631714,6,0.757193336698637,1,0.127877238,206,23419,530.4,1285,1175,4511,4708,0.28485923298603416,0.24957519116397622,2105,-0.4056750166260253,-0.4471112999150383 +30059,MT,Meagher,1890.99999621275,0,0.9999999979972236,365.000003166318,0.19301956804141618,2,1.079330815,3,1.64203612479475,1,0.539665407,87,5616,901.7,269,191,972,970,0.2767489711934156,0.19690721649484536,537,-0.41255144032921814,-0.5536082474226804 +30061,MT,Mineral,1970.58690967844,-0.043457335919403386,0.4666319937670945,353.85779716872503,0.08379299009441749,3,0.704721635,6.83333333333333,1.63320586360739,1,0.234907212,167,12767,847.4,698,515,2009,1974,0.3474365355898457,0.2608915906788247,807,-0.2558486809357889,-0.40881458966565354 +30063,MT,Missoula,24202.8408709946,-19.37270603958339,0.22143698360455816,5469.36959284208,0.05004043580309134,21,0.186361861,67.6666666666667,0.582680329515773,84,0.745447446,2547,338593,730.2,34380,30740,59374,57271,0.5790413312224206,0.536746346318381,9041,0.1868663051167178,0.15786349112116077 +30065,MT,Musselshell,1447.18326083969,0,0.3189033188276091,277.966029158691,0.061252981304251,2,0.435824798,2,0.435824798431031,0,0,156,13823,810.6,482,331,2353,2404,0.20484487887802805,0.1376871880199667,1630,-0.5567360815979601,-0.678036605657238 +30067,MT,Park,4661.86623516509,-20.44303038743176,0.29814954177315744,919.625005114657,0.05881459485256184,4,0.251889169,10.8333333333333,0.672293243970047,12,0.755667506,462,47468,700.8,3728,3521,8634,9056,0.43178132962705584,0.3888030035335689,1351,-0.10528144544822793,-0.14918286219081278 +30069,MT,Petroleum,494.00000226879,0,1.0000000045926922,113.000000543542,0.2287449403715425,1,2.06185567,1,2.04498977505112,0,0,10,1470,510.5,49,30,298,319,0.1644295302013423,0.09404388714733543,246,-0.6409395973154361,-0.7711598746081504 +30071,MT,Phillips,1134.18566187032,-26.15444561217963,0.2666789705784905,261.332769759981,0.06144668933928544,2,0.477099237,3,0.725864989112025,2,0.477099237,162,12518,785.9,471,315,2228,2147,0.2114003590664273,0.14671634839310665,1400,-0.546229802513465,-0.6520726595249186 +30073,MT,Pondera,2790.26757118435,0,0.4534808339321225,767.182272752531,0.12468426340850497,2,0.321595112,7,1.15055884286654,2,0.321595112,204,18642,715.6,969,737,2704,2692,0.3583579881656805,0.27377414561664193,1049,-0.25776627218934905,-0.3896731054977711 +30075,MT,Powder River,912.933999331895,0,0.5237716576775072,194.847652051387,0.11178867013848941,1,0.560852496,1,0.572737686139748,1,0.560852496,60,5302,626.4,170,127,1019,1047,0.16683022571148184,0.12129894937917861,753,-0.6506378802747792,-0.7191977077363897 +30077,MT,Powell,1373.79118336017,-0.17435579688175779,0.19550180494665859,284.8807996588,0.040540885108695045,2,0.289477493,5,0.729075532225139,3,0.43421624,225,20711,800.1,884,549,2763,2768,0.3199420919290626,0.19833815028901733,1468,-0.33079985522982264,-0.5303468208092486 +30079,MT,Prairie,1179.00000219031,0,1.0000000018577693,208.999999692342,0.17726887166441224,1,0.871080139,1,0.846023688663283,0,0,53,3471,716.6,167,100,701,686,0.23823109843081314,0.1457725947521866,455,-0.5007132667617689,-0.6632653061224489 +30081,MT,Ravalli,1829.69181396211,-0.909270443244707,0.045501139310706006,305.864462461993,0.007606298181189522,12,0.292468925,25.5833333333333,0.607853386555154,17,0.414330977,1286,123093,684.4,6466,6166,19797,22063,0.3266151437086427,0.27947241988850113,8507,-0.3208061827549629,-0.38557766396228976 +30083,MT,Richland,2901.2027330543,-11.051169795865382,0.29768138036674535,700.675096737362,0.0718936072991342,3,0.259156876,8,0.696742727747779,10,0.863856254,272,34713,762.5,992,669,4602,4812,0.21555845284658845,0.13902743142144638,3216,-0.5404172099087353,-0.6683291770573566 +30085,MT,Roosevelt,6021.32002515622,-0.0027992056229718554,0.5775846546912442,1921.24450935401,0.1842920392665717,5,0.44122838,11.9166666666667,1.05410585286746,5,0.44122838,443,33938,1462,2044,1504,3618,3486,0.5649530127142067,0.4314400458978772,218,0.14953012714206743,-0.0625358577165806 +30087,MT,Rosebud,2227.54420992285,1.5048420269707046e-4,0.24125898515356328,671.935659436936,0.07277544237376107,6,0.643362642,8.33333333333333,0.897311654283766,5,0.536135535,275,28040,965.1,1478,969,3610,3357,0.40941828254847645,0.28865058087578194,1242,-0.15429362880886421,-0.36997319034852544 +30089,MT,Sanders,4809.26978037504,0.6832775129798581,0.4213852431766442,1010.86072013303,0.08857099098685971,11,0.967969025,16.9166666666667,1.4666782266921,7,0.615980289,451,33988,829.9,1716,1211,5888,5871,0.2914402173913043,0.20626809742803612,3057,-0.38298233695652173,-0.5206949412365867 +30091,MT,Sheridan,1192.49146984672,-0.016239785404420892,0.3523910962904019,226.059121692484,0.06680234092567494,2,0.541125541,4,1.09649122807018,1,0.270562771,183,11018,966.1,661,476,1920,1825,0.34427083333333336,0.2608219178082192,761,-0.28229166666666666,-0.41698630136986303 +30093,MT,Silver Bow,4056.98823177655,-52.09790435972068,0.11862538689405117,796.960227876568,0.02330293063966573,7,0.201845444,30.0833333333333,0.870643166536432,33,0.951557093,1240,103888,896,10782,8545,16617,16122,0.6488535836793645,0.530021089194889,2293,0.32544984052476383,0.14222801141297609 +30095,MT,Stillwater,1457.7079175897,0.7984065509651448,0.15988898953490183,291.015284011067,0.03192007063848492,4,0.430570506,6,0.637890708058686,3,0.322927879,289,28074,789.1,1209,904,4560,4816,0.26513157894736844,0.1877076411960133,2726,-0.44473684210526315,-0.566029900332226 +30097,MT,Sweet Grass,825.658699469301,0,0.22614590508608629,200.767907949845,0.05498984057788141,1,0.272851296,4,1.10405741098537,0,0,135,10974,671.9,473,398,2105,2077,0.22470308788598575,0.19162253249879635,1182,-0.5277909738717339,-0.5690900337024555 +30099,MT,Teton,1925.54066237326,-47.29661965165018,0.31706580971072945,445.318482456214,0.07332759467416664,2,0.329815303,2,0.330250990752972,0,0,194,18213,622.1,1073,803,3250,3143,0.33015384615384613,0.25548838689150494,1349,-0.3132307692307692,-0.42920776328348714 +30101,MT,Toole,2002.35877955936,-0.001343868208701622,0.3761004469495417,411.982454273467,0.07738212890185331,2,0.388349515,5,1.00462125778581,2,0.388349515,154,15349,768.8,582,399,2102,2018,0.2768791627021884,0.19772051536174431,1096,-0.4081826831588963,-0.5431119920713577 +30103,MT,Treasure,717.999999953103,0,0.9999999999346839,133.999999650067,0.18662952597502364,0,0,NA,NA,0,0,33,2093,1033.1,114,59,453,441,0.25165562913907286,0.13378684807256236,291,-0.4481236203090508,-0.6598639455782312 +30105,MT,Valley,2883.55983908141,-2.779386323317385,0.39130951812748127,670.078778740279,0.09093211816261078,3,0.392670157,6,0.795861520095503,12,1.570680628,264,22910,726.3,1386,886,3860,3860,0.3590673575129534,0.22953367875647668,1811,-0.2463730569948186,-0.4691709844559585 +30107,MT,Wheatland,2167.9999897113,0,0.9999999952542896,512.999999712712,0.23662361610364943,2,0.951474786,1,0.472366556447804,0,0,69,6337,642.1,272,179,989,932,0.2750252780586451,0.19206008583690987,519,-0.4226491405460061,-0.5568669527896997 +30109,MT,Wibaux,1016.9999957933,90.56898856277061,0.9999999958636184,216.999999620242,0.2133726643266883,1,0.89206066,1,0.914913083257091,1,0.89206066,51,3383,673.6,25,55,544,533,0.04595588235294118,0.10318949343339587,405,-0.7279411764705883,-0.7598499061913696 +30111,MT,Yellowstone,37946.9143699542,-3.4302302584633244,0.2564465869891209,9585.24136829398,0.06477739956406604,18,0.115655962,101.333333333333,0.639581242596952,116,0.745338422,4297,466676,753.8,26275,21117,68561,64675,0.38323536704540484,0.3265094704290684,17558,-0.20632721226353168,-0.27148047931967534 +31001,NE,Adams,9156.12519440274,19.64163239358425,0.2919310417804725,2198.04648859145,0.07008182912228829,5,0.158947134,15.0833333333333,0.476055211884021,34,1.080840512,938,94588,731,3991,3272,12451,13172,0.3205365030921211,0.2484057090798664,5933,-0.34085615613203757,-0.45042514424536895 +31003,NE,Antelope,1349.93339355155,-51.08749837889778,0.2019346886389753,308.749583451305,0.04618542759181825,5,0.781494217,6,0.948017064307158,4,0.625195374,229,19268,639.5,571,381,3209,3220,0.1779370520411343,0.11832298136645963,2336,-0.6276098473044562,-0.7254658385093167 +31005,NE,Arthur,460.000004409541,0,1.0000000095859587,125.000001025584,0.27173913266431304,1,2.207505519,NA,NA,0,0,17,1362,957.2,30,16,261,263,0.11494252873563218,0.060836501901140684,221,-0.7547892720306514,-0.8403041825095058 +31007,NE,Banner,679.925867230687,-1.4600201719361778,0.9853998075807059,152.85198028704,0.22152460911165217,0,0,NA,NA,0,0,18,2304,428.6,55,18,402,390,0.13681592039800994,0.046153846153846156,337,-0.7064676616915423,-0.8641025641025641 +31009,NE,Blaine,477.999998359659,0,0.9999999965683243,117.000000297514,0.2447698750994017,0,0,NA,NA,0,0,13,1469,579.1,29,30,301,313,0.09634551495016612,0.09584664536741214,243,-0.7940199335548173,-0.7763578274760383 +31011,NE,Boone,1021.48125662599,-35.64692506738576,0.18555517831534785,251.455138909246,0.045677591082515165,4,0.747244536,6.75,1.26594148537134,1,0.186811134,212,16053,698.1,615,414,2799,2867,0.21972132904608788,0.14440181374258806,1885,-0.5434083601286174,-0.6574816881757934 +31013,NE,Box Butte,3741.76018849213,0,0.33089495830315974,967.00337360833,0.08551497821085338,4,0.352733686,9,0.804002144005717,5,0.440917108,361,33980,827,1634,953,4541,4761,0.3598326359832636,0.20016803192606594,2597,-0.2556705571460031,-0.5454736399915985 +31015,NE,Boyd,2099.00000292937,0,1.0000000013956027,451.000000044273,0.21486422107873893,2,0.983767831,3,1.51362260343088,0,0,102,6052,717.4,186,128,1047,1142,0.17765042979942694,0.11208406304728546,850,-0.6361031518624642,-0.7443082311733801 +31017,NE,Brown,317.127541170496,0,0.10083546619093672,58.7722756316497,0.018687528022782098,3,1.020061204,5,1.68918918918919,0,0,120,8813,711.1,223,153,1545,1579,0.14433656957928803,0.09689677010766308,1227,-0.6957928802588997,-0.7770740975300824 +31019,NE,Buffalo,9059.40333049422,-38.033530141197424,0.19650781594061473,2414.89505766801,0.05238156821109735,10,0.207365627,27.9166666666667,0.565309249471815,42,0.870935634,1050,145301,664.3,5266,4690,19057,20477,0.2763289080128037,0.22903745665869024,9734,-0.42567035734900566,-0.4753626019436441 +31021,NE,Burt,46.0829548671245,-98.4748552102837,0.006719590969251166,7.24426201135066,0.001056322836300767,2,0.304275065,7,1.06935533150015,2,0.304275065,278,19756,750.4,1280,928,3343,3523,0.3828896201017051,0.26341186488787965,1432,-0.22016153155848034,-0.40647175702526256 +31023,NE,Butler,1338.25979396487,-0.901520020555977,0.15941152995412386,303.669665613323,0.036172682026601906,2,0.242453631,3,0.3725782414307,1,0.121226815,310,24665,708.9,1028,690,3818,3914,0.26925091671031953,0.17629024016351558,2378,-0.44552121529596644,-0.6075625958099131 +31025,NE,Cass,6190.43667026207,-12.234233329871262,0.24525322571459413,1611.63713866149,0.0638499718181328,5,0.19589406,12.5833333333333,0.48835073284951,10,0.391788121,747,76377,806.2,4298,3461,11952,12609,0.35960508701472554,0.2744864779126021,4927,-0.26397255689424365,-0.39075263700531365 +31027,NE,Cedar,1411.98705113336,-60.29499793186296,0.1595105118767917,343.589340055113,0.038814882518652616,4,0.464576074,6.91666666666667,0.797678084034906,1,0.116144019,304,25843,620.6,952,572,4260,4360,0.22347417840375586,0.13119266055045872,2961,-0.5349765258215963,-0.6791284403669724 +31029,NE,Chase,1166.83112046363,-0.9559940937244507,0.2942085528148336,255.045523008611,0.06430799874145512,3,0.754147813,4,1.01600203200406,1,0.251382604,168,11905,828.1,252,171,1849,1851,0.13628988642509465,0.09238249594813615,1450,-0.7144402379664684,-0.7833603457590491 +31031,NE,Cherry,2361.38169512366,5.59396302057219,0.4133347969759601,562.874902020498,0.0985252760406963,3,0.520652551,6,1.02880658436214,5,0.867754252,191,17382,665.5,436,317,3052,3082,0.14285714285714285,0.10285528877352369,2306,-0.6949541284403671,-0.7482154445165478 +31033,NE,Cheyenne,1889.7218343121301,-0.12433567505577316,0.18900998542829867,408.908332114716,0.04089901301407441,3,0.295624754,5.58333333333333,0.555500281895665,5,0.492707923,285,30352,673.2,983,702,4197,4569,0.23421491541577316,0.15364412344057782,2908,-0.5125089349535383,-0.6364631210330487 +31035,NE,Clay,3047.37049979233,0.4952916852403472,0.46581634053688936,777.044894405727,0.11877788052670848,5,0.791765637,5.58333333333333,0.905944074855319,1,0.158353127,212,19016,740.1,662,470,2916,2973,0.2270233196159122,0.1580894719138917,1903,-0.5318930041152263,-0.6400941809619913 +31037,NE,Colfax,2824.37800732329,0.031058380793870986,0.2686046607059715,647.763786847589,0.06160378381812545,6,0.571210967,11,1.05627040522374,4,0.380807312,251,31480,694.3,959,857,3047,3172,0.31473580571053494,0.2701765447667087,1314,-0.35641614702986546,-0.41424968474148804 +31039,NE,Cuming,411.506023831903,-86.30819956871704,0.04502746731938976,99.5130430976567,0.010888832815150094,3,0.332336324,9,0.998225377107365,6,0.664672649,302,27150,607.9,1015,712,3928,3988,0.2584012219959267,0.17853560682046138,2383,-0.4691955193482688,-0.5975426278836509 +31041,NE,Custer,5627.36193713934,-0.40733519607878066,0.5144311122716281,1277.75502868253,0.11680729762158608,6,0.559284116,9.16666666666667,0.848215662687764,3,0.279642058,395,32341,731.2,1066,635,5414,5489,0.19689693387513854,0.1156859172891237,3981,-0.588289619504987,-0.7252687192566952 +31043,NE,Dakota,5230.91257615405,29.121219034387874,0.24901992650452487,1542.60328578644,0.07343631751815861,7,0.335731415,19,0.928414365990716,13,0.623501199,461,62365,727.2,2831,2904,5977,7259,0.473648987786515,0.40005510400881666,1124,-0.036305839049690425,-0.15484226477476232 +31045,NE,Dawes,2125.24332030172,0.7832554323759363,0.23145756047720756,381.786542258411,0.04157988915905151,3,0.331785003,6.08333333333333,0.677506775067751,8,0.884760009,245,27263,629.7,1102,785,3634,3578,0.30324711062190424,0.2193963107881498,1774,-0.3668134287286736,-0.49580771380659583 +31047,NE,Dawson,7959.44554470691,-9.941838355607748,0.32719910978816535,2359.74981923838,0.09700525442893941,4,0.166002656,19,0.803722504230118,17,0.705511288,643,71996,735.4,2157,2116,7680,8486,0.280859375,0.24935187367428707,3819,-0.418359375,-0.45003535234503883 +31049,NE,Deuel,520.520611014027,0,0.26817136064607267,92.4318953449761,0.047620760095299385,2,1.030927835,2,1.06780565936999,1,0.515463918,68,5786,664.2,215,120,1012,977,0.2124505928853755,0.12282497441146366,689,-0.541501976284585,-0.7052200614124872 +31051,NE,Dixon,2036.41290239419,-18.478519667998246,0.33940215039903165,538.174312824885,0.08969571880414749,2,0.345901072,3,0.520652551197501,0,0,183,17407,666,870,556,2666,2744,0.32633158289572395,0.20262390670553937,1485,-0.32820705176294074,-0.5411807580174928 +31053,NE,Dodge,11353.3021840016,15.703300605202438,0.3094301649996348,2826.20001771142,0.07702706434034014,7,0.190507294,24.0833333333333,0.655203997424527,25,0.680383192,1358,110036,795.5,5588,4451,14759,14959,0.37861643742801004,0.29754662744835886,5285,-0.22691239243851208,-0.35329901731399155 +31055,NE,Douglas,57723.5790318108,-22.237578043965943,0.11162727278878921,15472.3830391282,0.029920873777587363,89,0.163830618,305.833333333333,0.551056015519659,406,0.747362143,12078,1632043,775,99261,105207,210501,219531,0.4715464534610287,0.47923527884444567,3056,-0.04303067443860126,0.01392058524764156 +31057,NE,Dundy,667.913863282472,0,0.33262642593748604,135.984378101609,0.06772130383546265,0,0,1,0.546149645002731,1,0.530222694,81,5660,741.3,176,89,981,949,0.17940876656472987,0.09378292939936776,734,-0.6269113149847094,-0.7734457323498419 +31059,NE,Fillmore,1156.82144035087,-17.942030830937778,0.19640431924462992,274.30251327015,0.04657088510528862,3,0.529941706,7,1.22377622377622,3,0.529941706,265,16917,838.5,794,610,2815,2879,0.28206039076376554,0.21187912469607503,1490,-0.4184724689165187,-0.517540812782216 +31061,NE,Franklin,1530.61320797092,-1.1585022035509425,0.4746087466576496,322.481038401042,0.09999412043443162,2,0.650195059,3,0.99535500995355,0,0,108,9101,613.6,381,250,1527,1656,0.24950884086444008,0.15096618357487923,1095,-0.4774066797642436,-0.6612318840579711 +31063,NE,Frontier,2674.08557918832,-2.972221533500331,0.9702777863528012,586.794488239949,0.2129152714949017,4,1.478743068,3,1.1446012972148,0,0,62,8054,495.4,381,161,1422,1310,0.2679324894514768,0.12290076335877863,945,-0.4388185654008439,-0.7213740458015268 +31065,NE,Furnas,1080.93601151444,-53.83316564547116,0.21797459397347047,235.256097668287,0.04744022941485924,4,0.818330606,6,1.25339461040318,2,0.409165303,223,14594,843.5,422,304,2215,2315,0.1905191873589165,0.13131749460043196,1611,-0.6072234762979684,-0.6958963282937365 +31067,NE,Gage,6734.16356796244,3.3231426046055947,0.30183154354186004,1631.28737634534,0.07311583417799919,5,0.230808291,16.75,0.768383870819762,15,0.692424872,829,65389,767.9,3870,2930,9552,9854,0.40515075376884424,0.29734118124619446,3403,-0.1675041876046901,-0.34534199309924896 +31069,NE,Garden,2054.14209993662,0,0.9986106465418668,381.749118623454,0.1855853760930744,2,1.046572475,1,0.518134715025907,0,0,89,5735,686.2,242,153,1088,1063,0.22242647058823528,0.14393226716839136,716,-0.5395220588235294,-0.6735653809971778 +31071,NE,Garfield,204.602278347249,-2.0934670523417838,0.09985469904697367,39.9258607308488,0.01948553476371342,1,0.499251123,2,0.994530084535057,1,0.499251123,96,6041,706.4,147,121,928,968,0.1584051724137931,0.125,698,-0.6627155172413792,-0.7210743801652892 +31073,NE,Gosper,1313.37123317223,1.1609662789823738,0.6425495269922847,320.035523390522,0.1565731523436996,1,0.507614213,1,0.507356671740233,1,0.507614213,70,5899,706.2,230,165,975,1e3,0.2358974358974359,0.165,627,-0.5148717948717949,-0.627 +31075,NE,Grant,613.999997822371,0,0.999999996453373,114.999999381407,0.1872964159306303,1,1.615508885,1,1.5600624024961,0,0,16,1888,910.8,30,20,363,394,0.08264462809917356,0.050761421319796954,347,-0.8044077134986225,-0.8807106598984771 +31077,NE,Greeley,2537.06557672521,61.31393252388836,0.9996318269208867,597.000000149212,0.23522458634720728,2,0.805801773,2,0.833680700291788,0,0,81,7391,608,340,210,1181,1165,0.28789161727349705,0.18025751072961374,701,-0.4064352243861134,-0.6017167381974249 +31079,NE,Hall,18742.4632947125,52.4092873110662,0.3197990563364871,5275.95537118429,0.09002261455430734,10,0.16262278,37.8333333333333,0.613132377170948,49,0.796851623,1583,184043,735.8,6971,6142,19721,21331,0.35348106079813396,0.28793774319066145,7997,-0.27589878809391005,-0.3749003797290329 +31081,NE,Hamilton,998.285709093225,69.90330434927371,0.10941316408299268,265.838359782763,0.029136163939364645,1,0.109469075,4,0.435445242760723,4,0.4378763,266,27406,682.2,1136,873,4824,4902,0.23548922056384744,0.1780905752753978,2890,-0.5070480928689883,-0.5895552835577316 +31083,NE,Harlan,207.888523295844,-12.91526799634676,0.06073284349863979,40.3174789803463,0.011778404610092406,1,0.286368843,2.58333333333333,0.743833381322584,3,0.859106529,108,10430,578.3,311,219,1584,1582,0.19633838383838384,0.13843236409608092,1083,-0.591540404040404,-0.6845764854614411 +31085,NE,Hayes,967.000003602739,0,1.0000000037256866,222.999999806643,0.23061013423644566,1,1.071811361,1.75,1.95094760312152,0,0,11,2836,212.3,50,30,535,510,0.09345794392523364,0.058823529411764705,441,-0.7906542056074767,-0.8647058823529412 +31087,NE,Hitchcock,2762.52968534425,8.774369858797025,0.949975820269687,594.829762111346,0.2045494367645619,2,0.689417442,1,0.353982300884956,0,0,113,8640,748.5,310,158,1739,1440,0.17826336975273147,0.10972222222222222,1058,-0.6187464059804485,-0.7347222222222223 +31089,NE,Holt,2653.4382280197,-0.4737894851465637,0.2542825326324581,561.407471658094,0.05380042852497307,7,0.672882822,11,1.07317073170732,5,0.480630587,383,31130,696.4,862,522,4749,4979,0.18151189724152453,0.10484032938341033,3753,-0.6163402821646663,-0.7537658164290018 +31091,NE,Hooker,117.139005500575,-84.08437417901278,0.15915625747360734,30.5503742401465,0.041508660652372964,1,1.373626374,1,1.41242937853107,1,1.373626374,44,2189,881.5,59,40,394,414,0.14974619289340102,0.0966183574879227,315,-0.6878172588832487,-0.7608695652173914 +31093,NE,Howard,1132.17610027845,-12.008095476420937,0.18045522796915045,259.702021714438,0.04139337292228849,2,0.314366551,4,0.622180743505989,2,0.314366551,187,19122,613.4,914,544,2856,2958,0.32002801120448177,0.1839080459770115,1740,-0.34173669467787116,-0.5882352941176471 +31095,NE,Jefferson,1781.43591529697,-0.8717762699443138,0.2360455698021691,381.505075027649,0.05055055982875964,2,0.272665303,5,0.69666991779295,4,0.545330607,341,22088,870,1185,831,3416,3430,0.3468969555035129,0.2422740524781341,1556,-0.2842505854800937,-0.4536443148688047 +31097,NE,Johnson,1354.40994474734,0,0.25961471051319535,334.92023684755,0.06419786023529805,1,0.192864031,3,0.580158576677625,2,0.385728062,191,15474,849.1,790,560,2057,2051,0.3840544482255712,0.27303754266211605,788,-0.21050072921730678,-0.3842028278888347 +31099,NE,Kearney,735.419342371199,0,0.11333323198816442,184.767077722154,0.02847389084946124,3,0.45153522,4,0.610500610500611,3,0.45153522,223,19674,747.2,761,550,3156,3242,0.24112801013941698,0.16964836520666254,1969,-0.5006337135614702,-0.607341147439852 +31101,NE,Keith,1837.33556080846,-0.31806315210612834,0.2195668691214699,351.782190098735,0.04203898065233449,3,0.369412634,6.16666666666667,0.769102851916521,8,0.985100357,286,24293,756,920,560,4026,3945,0.22851465474416294,0.14195183776932827,2643,-0.5255837059115747,-0.6699619771863118 +31103,NE,Keya Paha,823.045036571443,0,0.9988410638002949,179.000000647427,0.21723301049445023,1,1.234567901,1,1.26422250316056,0,0,21,2403,466.1,80,39,481,514,0.16632016632016633,0.07587548638132295,419,-0.6486486486486487,-0.8151750972762647 +31105,NE,Kimball,287.082039319907,0,0.0751326980685441,55.3926985717223,0.014496911429396046,1,0.269323997,3,0.815438977983148,2,0.538647994,138,11045,696.1,391,227,1665,1636,0.23483483483483483,0.1387530562347188,1090,-0.4990990990990991,-0.6662591687041565 +31107,NE,Knox,675.571914806052,-89.66322993856373,0.07764301974555246,120.839723355598,0.013888027049258476,6,0.707380335,9.16666666666667,1.06949791934041,1,0.117896722,363,25608,718.7,1055,715,4015,4061,0.2627646326276463,0.17606500861856686,2466,-0.45404732254047325,-0.6072395961585816 +31109,NE,Lancaster,29062.503722183,-24.06799359937385,0.10182827934207289,6551.63246848998,0.022955402174753878,50,0.165675376,155.166666666667,0.501124434956632,281,0.931095611,6223,906787,691.9,59970,60533,123206,129803,0.4867457753680827,0.4663451538100044,77,-0.009796600814895362,5.932066285063153e-4 +31111,NE,Lincoln,7626.66281998991,-7.388711058995669,0.21017038194416637,1995.53339234157,0.05499155071488013,10,0.27921262,21,0.590717299578059,25,0.698031551,1088,107417,748.4,4350,2878,15266,15674,0.2849469409144504,0.1836161796605844,9114,-0.4058037468885104,-0.5814725022329973 +31113,NE,Logan,107.06607986005,-85.96774834889985,0.14032251619927916,24.7028183146772,0.0323759086693017,0,0,NA,NA,0,0,22,2292,650.7,68,32,431,451,0.15777262180974477,0.07095343680709534,368,-0.6682134570765661,-0.8159645232815965 +31115,NE,Loup,506.378343118222,0,0.8012315555668068,121.149334284836,0.19169198462790507,0,0,NA,NA,0,0,13,1753,479.1,62,48,356,382,0.17415730337078653,0.1256544502617801,275,-0.6404494382022472,-0.7198952879581152 +31117,NE,McPherson,539.000005236384,0,1.0000000097149981,151.000001319261,0.2801484254531744,0,0,NA,NA,0,0,NA,NA,NA,41,14,290,286,0.1413793103448276,0.04895104895104895,243,-0.6758620689655173,-0.8496503496503497 +31119,NE,Madison,8634.80645560055,-21.036478183635964,0.24758591741026925,2194.19041791532,0.0629140502900367,8,0.227440723,23.5,0.671140939597315,32,0.909762893,1116,105440,776.4,3368,2663,13512,13956,0.2492599171107164,0.1908139868157065,7855,-0.48149792776791,-0.5628403554026942 +31121,NE,Merrick,2947.67721826645,-4.186322457268717,0.37573960717226895,719.797902777213,0.09175244139926234,2,0.257532835,3,0.383239652529382,4,0.515065671,258,23345,770.4,921,601,3457,3707,0.266415967601967,0.1621257081197734,2313,-0.4501012438530518,-0.6239546803345024 +31123,NE,Morrill,2557.65011190694,0.720931664055947,0.50726896309142,614.845445713676,0.12194475321572312,3,0.617030029,5.91666666666667,1.23598635192535,7,1.439736734,189,14571,905.2,450,282,2152,2166,0.20910780669144982,0.13019390581717452,1506,-0.5613382899628253,-0.6952908587257618 +31125,NE,Nance,1398.473968335,-59.90876720828617,0.37442408790763054,340.717352395262,0.09122285204692422,2,0.56022409,3.16666666666667,0.885533184190902,2,0.56022409,148,10750,816.2,477,280,1604,1599,0.29738154613466333,0.17510944340212634,977,-0.38715710723192026,-0.6110068792995622 +31127,NE,Nemaha,180.269313905728,-75.96174551645552,0.024871594081916117,35.5118604669406,0.004899539247646329,4,0.557491289,7.91666666666667,1.13565724668866,4,0.557491289,235,21371,781.2,1089,765,3126,3035,0.34836852207293667,0.25205930807248766,1303,-0.2847088931541907,-0.429324546952224 +31129,NE,Nuckolls,1621.31333367887,-0.45567498347594915,0.3602918519286378,357.212542572798,0.07938056501617732,2,0.457770657,5,1.17233294255569,2,0.457770657,179,13080,668,567,348,2170,2153,0.26129032258064516,0.16163492800743148,1361,-0.4589861751152074,-0.6321411983279145 +31131,NE,Otoe,2143.1735915145,0.2821811151626579,0.13616096515339898,541.192041937634,0.03438323011039606,4,0.253212635,12,0.746222249860083,8,0.506425271,560,47655,718.9,2542,2017,6905,7279,0.36813902968863144,0.27709850254155793,2816,-0.24388124547429402,-0.3868663277922791 +31133,NE,Pawnee,503.21630581056297,0,0.1814699984892041,113.418588122604,0.04090104151554417,1,0.370096225,1.91666666666667,0.72272498743087,1,0.370096225,115,8071,685.8,396,279,1330,1314,0.29774436090225564,0.21232876712328766,691,-0.3766917293233083,-0.525875190258752 +31135,NE,Perkins,877.430952209178,-70.23537020003842,0.29543129704012727,217.083358730711,0.07309203997667038,1,0.345901072,1.08333333333333,0.373821025994939,0,0,105,8735,591.8,237,160,1391,1418,0.17038102084831055,0.11283497884344147,1042,-0.6441409058231489,-0.7348377997179125 +31137,NE,Phelps,1444.3870314828,-17.189268238507633,0.1572036386028298,373.675137265362,0.040669910455524816,3,0.326548384,9,0.971292898769696,9,0.979645151,332,27698,693.3,875,571,4336,4609,0.2017988929889299,0.12388804512909525,3261,-0.5758763837638377,-0.7075287481015404 +31139,NE,Pierce,4813.21183782441,-17.56344311715557,0.6624293748726136,1264.90109606143,0.17408492926801955,4,0.555401277,7,0.977790194161196,4,0.555401277,245,21562,717.7,637,382,3414,3580,0.18658465143526656,0.10670391061452514,2670,-0.6063268892794376,-0.7458100558659219 +31141,NE,Platte,8839.2605443346,60.16512214134121,0.27419612694526785,2396.84736708497,0.07435081946474455,6,0.183677218,16.8333333333333,0.512258705862066,23,0.704096002,851,98136,667.5,3095,2612,13249,14047,0.2336025360404559,0.1859471773332384,8252,-0.5183787455657031,-0.5874563963835695 +31143,NE,Polk,311.583502538333,-93.60599817373455,0.0576366079427179,67.4572707563348,0.012478222485448519,3,0.569151964,5.41666666666667,1.04106605163688,2,0.379434642,182,15728,669.6,527,411,2446,2538,0.21545380212591986,0.16193853427895982,1608,-0.5556009811937859,-0.6335697399527187 +31145,NE,Red Willow,5321.86430343109,-7.420121636805417,0.48139885150891815,1231.25174821599,0.11137510160253188,1,0.092021717,6,0.559597090095131,11,1.012238888,379,32705,724.9,940,638,4868,5061,0.19309778142974526,0.1260620430744912,3574,-0.598808545603944,-0.7061845485082 +31147,NE,Richardson,2268.07348284955,-0.9322157345728067,0.2712033340726474,434.897137816415,0.05200252753992766,2,0.246062992,6,0.744416873449131,5,0.61515748,354,24375,769.2,1180,798,3680,3666,0.32065217391304346,0.2176759410801964,1886,-0.3334239130434783,-0.5144571740316422 +31149,NE,Rock,427.589841500899,0,0.2802030416126468,86.5214527729268,0.056698199720135525,1,0.693000693,1,0.719424460431655,0,0,73,4193,1013.9,103,70,784,793,0.13137755102040816,0.08827238335435057,617,-0.7219387755102041,-0.7780580075662042 +31151,NE,Saline,2562.82362100483,-31.921091878289197,0.18048053669048097,589.697880869356,0.04152801977953211,4,0.280662363,15.75,1.09901611890308,7,0.491159136,421,42971,769.4,2232,1630,4832,4795,0.46192052980132453,0.33993743482794575,1219,-0.05918874172185423,-0.2542231491136601 +31153,NE,Sarpy,32988.3577265965,-31.051527089971326,0.20768293708509508,9377.23920914901,0.05903575427567993,14,0.081304118,56.5,0.315601905900359,117,0.679470129,2760,517420,672.9,24709,27704,66166,77781,0.3734395308768854,0.35617952970519795,16945,-0.23590665900915875,-0.21785526028207403 +31155,NE,Saunders,3681.36002385858,24.34747488119382,0.17715880769290568,935.944703752829,0.045040649843735764,7,0.334624026,12.5,0.594162943245556,8,0.382427458,625,62856,736.6,3279,2509,10203,10598,0.32137606586298145,0.2367427816569164,4977,-0.3377438008428894,-0.4696169088507265 +31157,NE,Scotts Bluff,2966.8465817796,-74.15424049605117,0.08025011040788747,682.401890291751,0.018458260489363023,8,0.219388455,23.0833333333333,0.633774458660517,36,0.987248046,1228,109576,798.9,4193,3151,13867,13895,0.30237253912165574,0.22677222022310184,6801,-0.377442849931492,-0.4894566390788053 +31159,NE,Seward,1597.89322287108,-51.776223472632374,0.09539661032066149,420.211448074187,0.02508725063129474,5,0.29154519,8,0.462855820411942,10,0.583090379,513,51273,729,2362,1881,7445,7754,0.31725990597716586,0.24258447253030693,3570,-0.34721289456010745,-0.4604075315965953 +31161,NE,Sheridan,1927.37920498719,8.747758421786552,0.35241894404592977,402.490109275295,0.07359482707538764,6,1.140901312,8.33333333333333,1.59215386574959,5,0.950751093,231,15732,784.8,389,286,2450,2565,0.15877551020408162,0.11150097465886939,1906,-0.6616326530612244,-0.7430799220272905 +31163,NE,Sherman,2629.73612084428,126.00853071974431,0.834307144937906,581.878688075167,0.18460618276496416,1,0.325309044,3,0.982318271119843,0,0,120,9271,674.3,549,338,1508,1553,0.3640583554376658,0.21764327108821635,805,-0.2453580901856764,-0.5183515775917579 +31165,NE,Sioux,857.842274162892,-0.05432071263365767,0.6543419329999176,175.006890286396,0.13349114438321585,1,0.767459708,NA,NA,0,0,29,3893,493,101,77,735,709,0.13741496598639455,0.10860366713681241,525,-0.710204081632653,-0.7404795486600846 +31167,NE,Stanton,3538.12779828789,-14.663342722558287,0.5772765211760303,973.403861999501,0.1588193607439225,1,0.164771791,2,0.336473755047106,1,0.164771791,141,18112,633.6,607,417,2623,2748,0.23141441097979412,0.1517467248908297,1756,-0.5101029355699581,-0.6390101892285298 +31169,NE,Thayer,907.927525175875,-30.96341550589241,0.173666320806403,191.905997863543,0.036707344656377774,4,0.764818356,5.33333333333333,1.0455466248448,1,0.191204589,234,15578,750.8,724,490,2627,2613,0.275599543205177,0.18752391886720246,1503,-0.42976779596497905,-0.5752009184845006 +31171,NE,Thomas,646.616842676279,-0.05922080839641363,0.9994077939355163,147.904480768495,0.22860043395439722,1,1.455604076,1,1.39664804469274,0,0,12,2069,315.4,42,30,408,387,0.10294117647058823,0.07751937984496124,314,-0.7794117647058824,-0.8113695090439276 +31173,NE,Thurston,1751.80858393958,-1.0940058719583736,0.2524219861584409,392.765980997952,0.05659452175762998,1,0.14349261,7.83333333333333,1.09910668350405,3,0.43047783,229,20900,1101.6,1153,911,1993,2029,0.5785248369292524,0.44898965007392805,102,0.1655795283492223,-0.050271069492360765 +31175,NE,Valley,1015.46278140849,1.1728551752171916,0.23837154493157045,216.985567765049,0.05093557928757019,3,0.713606089,5.33333333333333,1.27469725940089,3,0.713606089,158,12563,696.6,494,337,2168,2172,0.22785977859778597,0.15515653775322283,1433,-0.5299815498154982,-0.6597605893186004 +31177,NE,Washington,653.314450039092,0,0.03228795344662904,126.03785859351,0.006229013472052486,2,0.098726429,9,0.436829587924089,9,0.444268931,548,60730,717.3,3103,2606,10121,10584,0.30659025787965616,0.2462207105064248,4768,-0.370911965220828,-0.4504913076341648 +31179,NE,Wayne,642.613127225625,-9.716946601178758,0.06697374958057582,171.304947333034,0.017853564078481918,2,0.212066589,5,0.533902829684997,9,0.95429965,166,28173,484.3,1074,828,3659,3740,0.2935228204427439,0.22139037433155082,1847,-0.38781087728887675,-0.4938502673796791 +31181,NE,Webster,1997.95164230182,-47.58783721171861,0.5241216270466474,503.539135190394,0.1320931624318977,2,0.546746856,4,1.11018595614765,1,0.273373428,181,10961,888.4,440,306,1730,1687,0.2543352601156069,0.1813870776526378,1014,-0.4710982658959538,-0.6010669828097214 +31183,NE,Wheeler,817.999997876469,0,0.9999999974039963,200.999998198626,0.24572126919147433,0,0,NA,NA,0,0,14,2275,359.1,93,62,446,459,0.2085201793721973,0.13507625272331156,315,-0.5650224215246638,-0.6862745098039216 +31185,NE,York,2755.44080947539,-22.80736801314166,0.20164221071901864,653.889217726572,0.047851388051706696,3,0.215563699,9.08333333333333,0.658498864240491,14,1.005963929,471,41551,741.8,1352,1181,6246,6256,0.2164585334614153,0.18877877237851662,3505,-0.5542747358309318,-0.5602621483375959 +32001,NV,Churchill,6484.11081402312,-5.916638541303301,0.2606468148901845,1643.44258074671,0.0660627318706721,2,0.083371545,18.4166666666667,0.761082183100532,17,0.708658135,799,72321,904.4,2961,2210,10265,10936,0.28845591816853383,0.2020848573518654,5618,-0.39941548952752076,-0.5137161667885881 +32003,NV,Clark,206181.497311355,24.59983677147805,0.10566533743494874,51367.6956067096,0.026325276323617915,230,0.111128237,1162.58333333333,0.539315650923953,1706,0.824281616,44727,6212368,739.1,387978,401068,688339,765421,0.56364378598336,0.523983533245103,81497,0.14492132510289263,0.10647343096152317 +32005,NV,Douglas,21568.1696459239,-14.190486961620282,0.4589265196911271,4623.65973535433,0.09838201875341682,5,0.10518344,28.1666666666667,0.586561155074275,35,0.736284079,1457,142286,642,9288,8453,26054,27871,0.3564903661625854,0.30329015822898353,8953,-0.2677515928456283,-0.32122995228014783 +32007,NV,Elko,13576.2507050243,22.34062604996944,0.27809928110582777,3941.94067803443,0.08074768892692102,11,0.208467574,33.6666666666667,0.645350917548433,39,0.739112307,889,157182,743.5,3510,3400,15984,18545,0.2195945945945946,0.18333782690752223,10142,-0.5319694694694694,-0.5468859530870855 +32009,NV,Esmeralda,760.999999441194,0,0.9719029367065057,127.999999703117,0.16347381826707152,1,1.216545012,NA,NA,0,0,31,2489,793.9,92,65,435,423,0.21149425287356322,0.1536643026004728,264,-0.5172413793103448,-0.624113475177305 +32011,NV,Eureka,1987.00000671324,1.7185719076861234,1.0000000033785807,481.000000249378,0.24207347772993354,1,0.495540139,2,1.04329681794471,2,0.991080278,46,6060,724.6,107,74,808,854,0.13242574257425743,0.08665105386416862,649,-0.6881188118811881,-0.7599531615925059 +32013,NV,Humboldt,5028.89723725142,-0.3630609186762275,0.30426532171172677,1334.75002101513,0.08075689865774019,4,0.231494878,13.0833333333333,0.776827771840241,11,0.636610915,372,51594,844.6,1737,1386,5744,6433,0.3024025069637883,0.21545157780195864,3135,-0.3608983286908078,-0.4873309497901446 +32015,NV,Lander,891.342138644073,0.4655896508503134,0.15434495907256676,209.272266786241,0.03623762195432745,2,0.332834082,4.83333333333333,0.847655793288905,2,0.332834082,142,17953,792.7,534,403,2165,2413,0.24665127020785219,0.1670120182345628,1425,-0.4831408775981525,-0.5905511811023622 +32017,NV,Lincoln,4173.93934638984,-21.90946043334182,0.7809053968923928,1080.00432149531,0.2020588066408438,3,0.578703704,5,0.989119683481701,1,0.192901235,162,15372,801.9,400,285,2152,2132,0.18587360594795538,0.13367729831144465,1386,-0.599907063197026,-0.650093808630394 +32019,NV,Lyon,12608.2033148008,-41.38064430729702,0.2425587401847018,3125.74844751148,0.0601336754042224,4,0.077236479,43.4166666666667,0.816425029930361,19,0.366873274,1685,155706,855.3,7380,6146,21465,23762,0.3438155136268344,0.2586482619308139,9859,-0.2860470533426508,-0.4149061526807508 +32021,NV,Mineral,4028.8015318071,124.794853933835,0.8442584936729045,740.373604268407,0.1551495398718372,1,0.222222222,8,1.79815688918858,2,0.444444444,215,13537,969.5,863,637,2035,1997,0.42407862407862407,0.3189784677015523,542,-0.1066339066339066,-0.27140711066599904 +32023,NV,Nye,18585.8902510132,-3.5203430202238115,0.4229256417196832,3738.94206785042,0.08508037290880671,7,0.165555083,34,0.782995186882528,27,0.638569604,2047,126909,991.5,6320,5095,17522,19592,0.360689419016094,0.26005512454062885,8225,-0.24232393562378723,-0.41981420988158435 +32027,NV,Pershing,1035.6773418709,-3.1251663029822208,0.1533655178248038,212.199595188294,0.03142301128214038,1,0.149298298,5,0.76219512195122,4,0.597193192,134,20192,660.2,632,430,1884,1982,0.3354564755838641,0.21695257315842584,973,-0.2839702760084926,-0.49091826437941466 +32029,NV,Storey,219.518509358168,-3.763015071421319,0.054742770413508224,47.4949938589707,0.011844138119444065,0,0,2.83333333333333,0.699415782111413,0,0,84,11778,456.6,920,752,2314,2558,0.3975799481417459,0.2939796716184519,864,-0.17329299913569574,-0.3377638780297107 +32031,NV,Washoe,99884.0596115662,15.662200553339462,0.23702515528115622,23375.8458757666,0.05547094821815158,60,0.136339467,311.916666666667,0.687622717599614,332,0.754411718,10930,1320905,781.3,94806,97032,186917,209282,0.5072090821059615,0.46364235815789223,2503,0.03560403815597302,0.011959939220764326 +32033,NV,White Pine,4467.51046126399,-3.5662926068250256,0.44541480172123527,814.776465891021,0.08123394475483758,3,0.298983456,5.41666666666667,0.559457412380362,4,0.398644608,308,29782,891.9,983,707,3704,3773,0.2653887688984881,0.18738404452690166,2016,-0.43682505399568033,-0.5343228200371057 +32510,NV,Carson City,11099.4440403411,25.830300916070364,0.2008076860791891,2043.02696397887,0.03696180779351721,9,0.165070981,43.5833333333333,0.796158951688527,49,0.898719783,2112,163058,912,10290,9610,23318,25016,0.44128999056522855,0.3841541413495363,3515,-0.09023072304657354,-0.1405100735529261 +33001,NH,Belknap,9915.25546443925,-1.0973618485841004,0.16501223978896357,1787.91908088469,0.029755010665768373,10,0.165823729,53.9166666666667,0.887093678189287,48,0.795953901,1972,181290,753.9,15884,13517,33771,34462,0.47034437831275355,0.3922291219314027,5798,-0.04986526901779631,-0.1682432824560386 +33003,NH,Carroll,872.171394947749,215.704992328213,0.01823939510117004,140.318389525963,0.002934426147600548,16,0.337559864,44.8333333333333,0.948071080660055,46,0.970484609,1573,142152,655.8,13977,12987,28464,29063,0.49104131534569984,0.44685682826962114,1648,-0.008080382237211914,-0.05670440078450267 +33005,NH,Cheshire,10890.7329399231,-1.8383014720447812,0.1412235037660062,2265.45407334991,0.029376843930001294,14,0.183932208,55.25,0.729141922031304,48,0.630624713,2036,228578,688.5,25329,22064,41071,41080,0.6167125222176232,0.5370983446932814,5188,0.24820432908865142,0.1262901655306719 +33007,NH,Coos,4769.25045896086,-2.7866115221254684,0.1442822707294164,870.658404163369,0.026339688524077115,10,0.315925821,38.8333333333333,1.21206446310226,24,0.758221969,1308,94877,850.8,9091,6558,15614,15255,0.5822338926604329,0.42989183874139625,1393,0.17605994620212628,-0.09131432317273025 +33009,NH,Grafton,11521.7569626393,0.10783003025680289,0.12928652979913485,1663.61113084994,0.01866750971576943,28,0.312297843,89.5833333333333,1.00782257822578,77,0.858819068,2430,268383,651,29826,28510,48765,50065,0.6116271916333436,0.569459702386897,9500,0.2382651491848662,0.18975332068311196 +33011,NH,Hillsborough,135073.569661766,17.797758193465988,0.33707634404427517,31844.8532773969,0.07946889051833295,70,0.172761017,287.25,0.704456777376944,289,0.7132562,9607,1215461,701.2,101499,99589,202765,210622,0.5005745567528913,0.4728328474708245,424,0.0167484526422213,-0.0020130850528434774 +33013,NH,Merrimack,29077.5155369267,-6.441771420479267,0.19855587788539522,6571.38242514092,0.04487269913715675,21,0.142691155,109,0.733601647575076,107,0.72704541,4051,442571,713.7,44635,40198,80054,81982,0.5575611462262973,0.4903271449830451,2524,0.1272141304619382,0.030787245980825106 +33015,NH,Rockingham,111158.041538225,-4.756849679909311,0.37652229514036845,26151.3088509209,0.08858154293845974,49,0.162995932,178.75,0.589445706691816,273,0.908120191,6994,901173,667.6,80096,79994,169794,179005,0.4717245603496001,0.4468813720287143,10453,-0.04542563341460826,-0.058395016898969254 +33017,NH,Strafford,23348.6788964067,-19.41203483824318,0.18960622119330126,4673.95948570914,0.037955543439002946,22,0.175153658,85.9166666666667,0.67423695472476,87,0.6926531,3112,377740,762.2,36026,34894,63762,67918,0.5650073711615069,0.5137666009010866,5822,0.14502368181675612,0.08572101651992109 +33019,NH,Sullivan,6107.20456783886,1.1132974444988417,0.13961877755564128,1430.06203731006,0.032693110450140825,6,0.139201448,34.3333333333333,0.798375344929154,18,0.417604343,1314,129039,735.7,12166,10210,21814,22101,0.5577152287521775,0.461970046604226,586,0.13280462088566974,-0.026514637346726433 +34001,NJ,Atlantic,80171.5228559513,-19.517356488572236,0.29201170958900347,19198.015012022,0.06992564173252133,87,0.316123383,232.833333333333,0.859192125691751,208,0.755789237,7892,826039,785.7,59509,54472,102405,105738,0.5811142034080368,0.5151601127314683,6590,0.1717787217421025,0.06232385708070892 +34003,NJ,Bergen,95801.7351431482,-10.8412512821852,0.10584470404141369,23282.3928807657,0.025723103868195568,257,0.275286748,368.666666666667,0.392553132208417,762,0.816219852,21168,2797626,561.8,193470,209251,352023,383965,0.5495947707962264,0.5449741512898311,46031,0.10852415893279704,0.11988332269868346 +34005,NJ,Burlington,167031.989687292,-1.342528923997996,0.37222940469697413,39358.3286582401,0.08770970922247946,71,0.15787531,253.25,0.563674646771307,310,0.689314732,11854,1351006,703.4,115951,108361,197059,194988,0.5884075327693736,0.5557316347672677,28822,0.1869541609365723,0.1478142244650953 +34007,NJ,Camden,110011.51694592,-22.102310801855438,0.2141731095768577,26288.78175729,0.05117964275243986,156,0.305261057,436.416666666667,0.855467346205364,344,0.673139767,13956,1533812,783.8,137795,142375,203201,220437,0.6781216627870926,0.645876146019044,71355,0.3664647319649018,0.32369792729895613 +34009,NJ,Cape May,36766.8882197779,5.531744660860699,0.37800738415440194,6922.72130765648,0.07117381697071383,40,0.419533479,84.25,0.892195276924706,170,1.783017285,3935,285982,820.7,21275,18626,47243,48375,0.4503312660076625,0.38503359173126617,9611,-0.08917723260588872,-0.19867700258397936 +34011,NJ,Cumberland,43495.1454639527,-7.660470827014865,0.27721924730686626,9833.77871488741,0.06267625281958604,37,0.235086315,148,0.962307457232586,100,0.635368418,4557,469930,886.2,30172,27045,49472,53018,0.6098803363518758,0.5101097740390056,2832,0.23053444372574383,0.05341582104191028 +34013,NJ,Essex,60746.2433329843,-11.513057136428538,0.07748551707144581,14703.1468538276,0.018754755422507267,382,0.480066556,607.25,0.762001922415718,552,0.69370874,17344,2383331,699.9,217950,231031,281633,299808,0.7738794814528127,0.7705965151029992,168972,0.5551728668160336,0.5636007044508485 +34015,NJ,Gloucester,126082.686589826,-0.20603647266604252,0.43734975645821533,31055.415122426,0.1077235789294941,41,0.140917199,181.916666666667,0.622298999988598,171,0.58772783,7632,872300,785.9,72960,66355,133568,138388,0.5462386200287495,0.47948521548111106,594,0.10515243172017252,-0.004292279677428679 +34017,NJ,Hudson,3518.52279944229,64.81411333889842,0.0055473930487244935,620.25706445553806,9.77913153874775e-4,269,0.402023568,665.416666666667,0.98146512031521,506,0.756222772,11323,2007903,634.9,136239,149980,176104,201425,0.7736280834052606,0.7445947623184809,104365,0.5573808658519965,0.5181333002358198 +34019,NJ,Hunterdon,26419.3251229079,-6.396597166488798,0.2058397425995364,6909.44087753856,0.05383322719724003,26,0.206239539,35.9166666666667,0.28808003678869,99,0.785296707,2661,377550,563.1,25148,28797,62821,70582,0.4003119975804269,0.40799353942931627,9768,-0.188328743573009,-0.13839222464651046 +34021,NJ,Mercer,98077.2510733101,-4.462943278284965,0.26759555888415965,21090.3059211454,0.05754313195206009,130,0.349897857,277.166666666667,0.747033652001807,280,0.753626153,8668,1113983,677.4,94300,93721,139064,141332,0.6781050451590634,0.6631265389296126,51117,0.36778030259448885,0.3616802988707441 +34023,NJ,Middlesex,195555.640677014,-16.403006606226654,0.2414690484961734,43996.3943688881,0.05432606008570404,222,0.265455933,430.166666666667,0.513893849958924,655,0.783214576,17195,2509346,617,179515,164887,285232,282668,0.6293648678970102,0.5833238994155688,55906,0.2701064396701633,0.19777972745411582 +34025,NJ,Monmouth,203678.681197803,-6.157157241763361,0.32310460547257686,50989.3852408064,0.08088674329897268,162,0.25743748,337.333333333333,0.539003737873747,530,0.842233731,15997,1887037,667.3,125471,135825,268943,311474,0.46653380084255774,0.4360717106403745,29480,-0.05542066534544493,-0.09464674419052638 +34027,NJ,Morris,169587.939427727,-10.215842528117161,0.3444976790006561,42208.187519852,0.08574090047016714,105,0.210114723,163.833333333333,0.328703397181377,413,0.826451242,11258,1497817,586.9,90313,114437,206580,248848,0.4371817213670249,0.45986706744679484,10939,-0.11594539645657859,-0.04395856104931528 +34029,NJ,Ocean,248325.574734745,-11.7587777557883,0.430696822285606,49746.7937432318,0.08628102847237494,104,0.177383289,326.166666666667,0.550495051733033,411,0.701005115,21287,1757727,731,96500,81845,237432,259592,0.4064321574177028,0.3152832136583562,88258,-0.17728865527814275,-0.3399873647878209 +34031,NJ,Passaic,66349.5434788064,-1.6229876077390781,0.13237450467215667,14329.9467267632,0.02858979128529486,245,0.481472165,493.416666666667,0.971397821942664,331,0.650478721,11014,1528285,673.9,104057,112608,164629,189099,0.6320696839560467,0.595497596497073,41120,0.27258866906802576,0.21745223401498692 +34033,NJ,Salem,9644.4878443667,11.7108186716238,0.14594506672467503,2094.53945755999,0.03169558672517879,14,0.216333153,47.6666666666667,0.751413498118839,34,0.525380515,2132,193912,825.2,14456,11766,29116,29220,0.49649677153455146,0.4026694045174538,4490,0.00831158126116227,-0.1536618754277892 +34035,NJ,Somerset,113036.404242969,-15.208681713232114,0.34947751154131473,30718.0910811947,0.09497189955972192,74,0.222510885,133.75,0.400747862927752,263,0.790815713,6968,997532,584.8,70168,83839,134932,154249,0.5200249014318323,0.543530265998483,19199,0.05194468324785817,0.12446758163748228 +34037,NJ,Sussex,56289.7552100165,5.23829765530195,0.37711288788407527,13850.7595602213,0.09279308317570295,31,0.213927361,59.3333333333333,0.41630999658532297,75,0.517566197,3507,434503,715.1,23406,24132,61704,73860,0.3793271100739012,0.32672623883021934,22354,-0.2237942434850253,-0.3026536691037097 +34039,NJ,Union,50012.2176203212,-23.907728691802056,0.09321959150030326,12781.7819610659,0.02382442830474223,163,0.294788394,346.166666666667,0.623016515786885,366,0.661917499,11753,1658175,636.8,134220,145412,202353,219385,0.6632963188092097,0.6628165097887275,77830,0.3348751933502345,0.35476445518153016 +34041,NJ,Warren,29846.1479627802,-8.749744483914085,0.2745937876088415,6879.77375062845,0.06329604525290224,28,0.261885388,52.3333333333333,0.490853553685935,75,0.701478717,2889,320445,706.4,17869,16991,43312,48442,0.4125646472109346,0.3507493497378308,12402,-0.157600664942741,-0.25601750547045954 +35001,NM,Bernalillo,129353.812149339,-4.969015772828475,0.19523217704152207,34032.4590011245,0.05136478740336707,75,0.111020485,398.25,0.58829785819695,558,0.825992412,16064,2027274,723.7,147183,141960,264942,269861,0.5555291346785334,0.5260485953879961,48086,0.1620769828868205,0.178188030134032 +35003,NM,Catron,3725.00002130824,2.6857561509459067e-13,1.0000000057203329,590.000001546517,0.15838926216013877,2,0.562429696,9.41666666666667,2.68434055492208,0,0,110,10564,572.3,557,426,2100,2024,0.2652380952380952,0.21047430830039526,1027,-0.4366666666666667,-0.5074110671936759 +35005,NM,Chaves,16396.3106349179,-7.144554046823237,0.2497724218892208,5018.509505676761,0.07644922698875406,7,0.106257021,60.0833333333333,0.920366001858603,42,0.637542123,1935,197590,858.2,6621,5530,20498,20159,0.3230071226461118,0.27431916265687784,7339,-0.3244218948190067,-0.36405575673396495 +35006,NM,Cibola,9981.47532581148,10.551244688442656,0.3667907002466277,2661.34863674553,0.09779695868686032,3,0.109693225,22.1666666666667,0.806441833108985,14,0.511901715,782,82062,892.1,4907,3721,8154,7975,0.6017905322541084,0.46658307210031347,542,0.2380426784400294,0.06796238244514108 +35007,NM,Colfax,7836.80373955797,11.211392004962084,0.5699493628769433,1588.31826310029,0.11551405549820291,3,0.23659306,13.25,1.08136782828695,16,1.261829653,466,38144,808.4,2879,2118,5896,5271,0.48829715061058343,0.40182128628343766,451,0.019674355495250984,-0.0855625118573326 +35009,NM,Curry,18651.2581991276,11.41132479770816,0.3855477550671324,5503.07315132857,0.11375626656458927,4,0.078479076,45,0.894988066825776,34,0.667072142,1191,152084,838.6,3956,2776,13450,11292,0.2941263940520446,0.24583776124690046,4784,-0.3861710037174721,-0.42366277010272757 +35011,NM,De Baca,346.100656242307,-82.88325146040401,0.1711674857775999,67.2438010261168,0.03325608359352957,1,0.547945205,3.41666666666667,1.90555865402491,1,0.547945205,99,5544,1232.6,287,192,900,903,0.3188888888888889,0.21262458471760798,425,-0.3322222222222222,-0.47065337763012177 +35013,NM,Doña Ana,82862.8192413503,-6.08269771895971,0.39603131074615516,23357.5146995607,0.11163399033403287,21,0.098279638,131.833333333333,0.615448296896616,126,0.58967783,4514,642405,670.9,36778,37543,65712,69324,0.5596846846846847,0.5415584790260227,12448,0.14898344290236182,0.17956263343142342 +35015,NM,Eddy,19559.4866689798,-0.19579063282625744,0.3633633667536049,5071.25908810427,0.09421053870783908,6,0.106392411,46.0833333333333,0.799766288910872,37,0.656086532,1713,169738,913.8,6110,5008,19195,19523,0.3183120604324043,0.2565179531834247,8116,-0.3352956499088304,-0.41571479793064586 +35017,NM,Grant,10179.4452399077,0.9873167035655958,0.3449022579083723,2199.55640685235,0.07452586592303144,5,0.171844927,25.6666666666667,0.907590759075908,22,0.756117679,1002,86868,730.9,7009,6226,12744,12633,0.5499843063402385,0.49283622259162513,975,0.13520087884494664,0.07717881738304444 +35019,NM,Guadalupe,1792.04284187637,-0.44820578117604987,0.38234325621428844,318.174820248531,0.06788453600352698,0,0,11.25,2.57084095063985,1,0.223813787,129,13368,761.6,1388,962,1978,1809,0.7017189079878665,0.5317855168601437,371,0.43983822042467136,0.205085682697623 +35021,NM,Harding,660.784583562518,-4.923081347529767,0.9507691849820403,85.6290428317621,0.123207255873039,1,1.464128843,1.66666666666667,2.5062656641604,0,0,22,2061,454,260,156,600,527,0.43333333333333335,0.29601518026565465,155,-0.10999999999999999,-0.2941176470588235 +35023,NM,Hidalgo,1781.05926410434,17.863798977750093,0.3639271074998651,429.962930085239,0.08785511444324459,2,0.438596491,7.25,1.68526266852627,3,0.657894737,157,13584,833.7,994,780,1929,1836,0.5152928978745464,0.42483660130718953,126,0.051321928460342114,-0.06862745098039219 +35025,NM,Lea,10436.4714298569,7.154940286164749,0.1612382997799512,2927.71581068812,0.04523175507420582,9,0.128573265,63.5833333333333,0.911602077927043,44,0.628580408,1595,209408,873.5,4068,3877,16933,17369,0.24024094962499262,0.22321377166215672,8429,-0.49678143270536823,-0.4852898842765847 +35027,NM,Lincoln,7113.10463841906,-12.266592782917227,0.3470314991666615,1377.74986223969,0.06721714700881544,3,0.152237897,23.5833333333333,1.21382126374663,20,1.014919314,615,59063,649.6,2931,2329,9209,8856,0.31827559995656424,0.2629855465221319,3560,-0.3267455749809968,-0.4019873532068654 +35028,NM,Los Alamos,7644.73970065638,5.3359033100996625,0.4258907911229181,1986.42537583434,0.11066436634174596,3,0.169664065,4.33333333333333,0.238790617365588,10,0.565546884,365,53351,515.1,5191,5443,10654,10430,0.48723484137413176,0.5218600191754554,2114,0.037075276891308406,0.20268456375838928 +35029,NM,Luna,6419.39636537311,-11.79830703828811,0.2558038001742622,1579.80164630025,0.06295284504085476,2,0.081060268,25.3333333333333,1.03612815269257,19,0.770072549,918,73807,886.2,3573,3195,7472,7245,0.4781852248394004,0.4409937888198758,283,-0.010840471092077086,-0.039061421670117336 +35031,NM,McKinley,43211.250844897,10.159300091802262,0.6044207861704386,13573.4017493104,0.18985902967199686,12,0.161947691,77,1.02772179437556,50,0.674782045,1747,223784,925.8,15363,13162,21313,20791,0.7208276638671234,0.633062382761772,8269,0.46652277952423404,0.3977201673801164 +35033,NM,Mora,1200.13561936258,-25.00051908476431,0.24587904514701495,243.255604413087,0.04983724737002397,1,0.217770035,2.08333333333333,0.46255180580225,1,0.217770035,138,13846,738.3,1952,1533,2604,2429,0.7496159754224271,0.6311239193083573,871,0.522657450076805,0.35858377933305885 +35035,NM,Otero,21183.9309929899,-28.708682454047086,0.33205214967772617,5371.42929399802,0.08419564076677616,7,0.107556621,39.3333333333333,0.601335167915201,33,0.507052641,1792,195094,783.9,6715,6033,19643,19636,0.34185205925775086,0.3072418007740884,5723,-0.28020159853382887,-0.2914544713790996 +35037,NM,Quay,1568.90580563082,-44.22509613736553,0.17353233111722374,325.847709898758,0.03604111380364539,2,0.235266439,12.3333333333333,1.47439729029687,8,0.941065757,348,25600,899.5,1382,1016,3696,3550,0.3739177489177489,0.28619718309859155,1192,-0.21969696969696967,-0.3357746478873239 +35039,NM,Rio Arriba,20049.4451023798,-6.21219616054016,0.49817236749937377,4489.98441772269,0.1115634949491301,4,0.100560625,35.5,0.886613386613387,20,0.502803127,1190,119178,894.1,11389,9534,15239,14767,0.7473587505741847,0.6456287668449923,5951,0.5260187676356716,0.4029931604252726 +35041,NM,Roosevelt,5909.29128266766,29.550622698988484,0.2977572953072488,1695.91890171095,0.08545394042683413,1,0.0511876,15.3333333333333,0.803549592984663,8,0.40950041,430,58743,736.6,1719,1445,5949,5855,0.28895612708018154,0.24679760888129804,2420,-0.38880484114977304,-0.41332194705380015 +35043,NM,Sandoval,47091.0662094435,-18.51482873733686,0.3579409263341226,12855.7464729557,0.09771700179350795,13,0.094471252,64.1666666666667,0.451798392301825,63,0.45782222,3024,413576,682.4,26831,27405,53361,60597,0.502820411911321,0.45225011139165305,1657,0.050729933846816955,0.02734458801590839 +35045,NM,San Juan,46633.102799689,15.663876691437759,0.358594804832895,13875.1481434969,0.10669579637274229,9,0.072706709,91.6666666666667,0.796554251137624,94,0.759381185,2878,369291,763.9,15688,12826,45994,45476,0.3410879679958255,0.28203887764974933,15053,-0.28462408140192197,-0.3310097633916791 +35047,NM,San Miguel,14598.9334994339,58.47246106288013,0.4966806212170891,3236.47856295823,0.11011052165339469,3,0.106236057,26,0.936599423631124,15,0.531180283,832,84970,780.8,8754,7249,11388,10662,0.7687038988408852,0.6798912024010505,4947,0.5684053389532842,0.4639842431063591 +35049,NM,Santa Fe,42392.9059495222,-7.984758685917461,0.294048040157607,10084.357635657,0.0699476842315114,28,0.188979779,75.4166666666667,0.50734045964485,109,0.735671283,3392,443817,603,49668,49956,67624,70082,0.7344729681769786,0.7128221226563168,35758,0.5105140186915889,0.5102308724066094 +35051,NM,Sierra,5360.09072188475,1.0749665760825977,0.447121348171901,945.6271945426,0.07888114735924258,2,0.176600442,11.5833333333333,1.03505793345843,6,0.529801325,735,34171,1051.2,1963,1600,5101,5129,0.3848265046069398,0.31195164749463833,1398,-0.18917859243285629,-0.2725677519984402 +35053,NM,Socorro,6777.20976607264,12.268097997650713,0.37933559644423154,1737.17782867162,0.09723373047529497,2,0.11554015,15.5,0.910318905268104,11,0.635470826,500,52130,833,3983,3275,7087,6756,0.5620149569634542,0.48475429248075785,683,0.18131790602511638,0.10109532267613974 +35055,NM,Taos,12894.298265304,-12.442489254044839,0.39148368902158664,2718.23328607845,0.08252825958886509,7,0.211582638,31.1666666666667,0.942587832047986,26,0.78587837,846,98940,607.9,11855,10550,15188,15072,0.780550434553595,0.6999734607218684,7844,0.6021200948116935,0.5204352441613589 +35057,NM,Torrance,6509.93593775629,67.3115698777341,0.39735921001991636,1525.44203537643,0.09311127604080022,2,0.128114791,11.0833333333333,0.724306190911863,7,0.448401768,460,46774,815.7,2414,1770,6376,6250,0.3786072772898369,0.2832,1925,-0.17361982434127976,-0.30799999999999994 +35059,NM,Union,1219.74276389067,0.011619168350778959,0.26813426333054957,266.480223562778,0.05857995681749352,1,0.232720503,5,1.1953143676787,3,0.698161508,149,12838,806.2,471,318,1753,1688,0.26868225898459785,0.18838862559241706,896,-0.4335424985738734,-0.5308056872037914 +35061,NM,Valencia,40236.4083725155,15.264275081422573,0.5254921492054944,10517.2767747697,0.13735685166019798,8,0.105517232,57,0.753709041863909,48,0.633103394,1931,227899,776.3,13473,10810,27647,27350,0.48732231345173077,0.39524680073126145,2365,0.024776648460954176,-0.08647166361974401 +36001,NY,Albany,82347.2064876073,-1.562231338154966,0.2706973165625938,17283.3341582345,0.056814947069185474,104,0.337474973,262.166666666667,0.848858870332356,324,1.05136434,7932,925886,681.6,80891,74775,125531,125644,0.6443906286096661,0.5951338703002133,30548,0.30958090033537533,0.24313138709369325 +36003,NY,Allegany,3774.19591273794,-1.2636345399028446,0.07710938407097495,311.60965416156,0.0063663967262199165,13,0.272331155,46.8333333333333,0.994824082531455,18,0.377073906,1425,143269,767.2,5658,4473,15601,17111,0.3626690596756618,0.26141078838174275,7239,-0.25325299660278183,-0.4230611887090176 +36005,NY,Bronx,7135.33247345313,-42.741832840324165,0.005151462899249105,207.236312596127,1.4961743964811913e-4,1255,0.872643428,1924.25,1.32185447750941,934,0.64944140400000006,27836,4326324,684.7,288378,318403,316047,358857,0.9124528946644012,0.8872698595819505,283979,0.8292247672023465,0.7913430698021775 +36007,NY,Broome,25725.7871033299,-36.462566838766286,0.12824420290792574,5090.53991505385,0.02537656986567223,43,0.217888107,191.833333333333,0.982078559458842,155,0.785410618,6364,592305,752.2,38315,35212,75244,77657,0.5092100366806656,0.4534298260298492,2865,0.04567806070915953,-0.036893003850264616 +36009,NY,Cattaraugus,5913.05651238767,48.68700583772665,0.07362148128525306,1343.45933105393,0.016726961054993713,20,0.254452926,55.5,0.714497212817179,49,0.623409669,2494,235576,812.1,11695,8717,27608,28961,0.4236090988119386,0.30099098788025275,9951,-0.13441756012749922,-0.34360001381167776 +36011,NY,Cayuga,5281.48807524471,-12.162437795024484,0.06599715186620235,1113.65455487854,0.01391615918424687,11,0.139553176,52.5,0.67427852198148,53,0.672392576,2261,236379,702.2,14162,12202,26073,30124,0.5431672611513827,0.40505908909839333,3992,0.1076592643731063,-0.1325189217899349 +36013,NY,Chautauqua,23905.6527519132,53.895508655646054,0.17720360810876692,4215.90398379841,0.03125090977946266,30,0.22718151,108.75,0.839742401779096,97,0.73455355,4403,395543,786.5,21815,17281,48434,49381,0.45040673906759715,0.34995241084627693,12137,-0.08217367964652927,-0.24578279095198552 +36015,NY,Chemung,20269.9153646271,-3.6075320393806134,0.22818772221802433,4003.68354190609,0.04507129958241686,15,0.170901219,79.4166666666667,0.920004942733795,62,0.706391706,2871,263063,796.6,15285,12394,31981,33195,0.4779400268909665,0.3733694833559271,6631,-0.028829617585441336,-0.19975899984937484 +36017,NY,Chenango,2091.21887755395,159.43755746772442,0.041429143521880256,484.415338102966,0.009596753731461181,11,0.222554931,50.25,1.03439757920089,26,0.526038927,1708,147656,809.5,8340,5943,17655,18113,0.4723874256584537,0.3281068845580522,5081,-0.03358821863494754,-0.2805167559211616 +36019,NY,Clinton,22135.8140710685,13.815188428021536,0.2695282251006782,4233.57500292147,0.05154849750294016,20,0.24500196,92.3333333333333,1.13889128727608,44,0.539004312,2132,244710,745.2,17123,13446,27622,28378,0.6199044240098472,0.4738177461413771,265,0.25591919484468906,0.00933821974769189 +36021,NY,Columbia,9257.44622817276,-2.2092214264351573,0.14672001756328057,2009.15598199652,0.031842842367131356,22,0.35414185,63.9166666666667,1.04800319183241,37,0.595602202,2075,185786,733.7,14244,13123,26008,27255,0.5476776376499538,0.48148963492937075,367,0.11727160873577358,0.013465419189139571 +36023,NY,Cortland,5288.57551070872,9.302067237782653,0.10719506061919734,1296.9236132583,0.026287571210846038,7,0.142787206,43.5833333333333,0.906663892933916,42,0.856723238,1306,146501,767,9445,7976,17698,18424,0.5336761215956606,0.43291359096830223,1231,0.08808904961012548,-0.06681502388189314 +36025,NY,Delaware,1158.04770760385,-15.003536730184866,0.024136050596161945,215.060172936679,0.004482287889468091,12,0.257615766,53.75,1.18072183291962,26,0.558167493,1579,139526,729.5,7469,5825,16916,17778,0.44153464175928114,0.32765215434807066,5187,-0.09553085835895014,-0.2917651029362133 +36027,NY,Dutchess,101583.1936827,-4.60550656140583,0.3414698867944253,21998.6157607834,0.07394790969983125,94,0.316947592,167.083333333333,0.567397803307377,244,0.822715027,7128,889097,653.2,59885,56874,114142,120199,0.5246535017784865,0.4731653341541943,1289,0.0662770934450071,-0.010723882894200454 +36029,NY,Erie,192723.897612255,-19.042048137368138,0.20970131616932344,42047.9492654388,0.04575203393262404,303,0.328336051,814.5,0.884320652822986,770,0.834385345,29283,2767565,788.5,220184,192065,386665,383248,0.5694438338096285,0.5011506909364172,18248,0.1564817089728835,0.04761407756857183 +36031,NY,Essex,3663.83938175828,-5.630433088743109,0.09306170642007315,469.684189225314,0.011930002266327509,18,0.465368805,41.8333333333333,1.09793011740416,23,0.594637917,1276,115963,694.1,8835,6760,15577,15079,0.5671823842845221,0.44830559055640296,515,0.15022148038775118,-0.03415345845215201 +36033,NY,Franklin,11850.9408443397,32.04394387620258,0.22967384725168516,1894.9259508561,0.03672408284765402,13,0.253599157,55.5,1.10099387014224,23,0.448675432,1350,153042,769.3,9065,6517,14537,15148,0.6235812065763224,0.4302218114602588,1119,0.26257136960858496,-0.07387113810404017 +36035,NY,Fulton,5405.61669763265,-0.9953685683678822,0.09734412666137203,1136.03480824529,0.020457668838041634,11,0.203308382,48.6666666666667,0.904114339501127,41,0.757785787,1776,162711,781.5,7916,5805,18040,19563,0.43880266075388025,0.29673362981137863,6954,-0.10504434589800443,-0.3554669529213311 +36037,NY,Genesee,2345.52600572072,-23.6152566075812,0.03904069651160506,567.953421499289,0.009453443324610745,10,0.169027416,43.4166666666667,0.742393670987084,38,0.642304182,1813,177423,727.1,8886,6946,23079,24463,0.38502534771870534,0.28393900993336874,9040,-0.2086312231899129,-0.36953766913297637 +36039,NY,Greene,10461.2625599939,66.0775149624908,0.21253657097567907,1673.00308349804,0.03398961994876252,13,0.271019659,52.8333333333333,1.11209340181303,39,0.813058978,1549,143897,740.6,7911,6370,18263,18869,0.4331708919673657,0.33759075732683236,5176,-0.11082516563543776,-0.2743123641952409 +36041,NY,Hamilton,2591.58381163321,94.84220608144965,0.5358940884270492,382.672336284622,0.07912992892568693,4,0.84835631,4,0.880669308674593,4,0.84835631,189,14176,751.1,955,752,2655,2688,0.35969868173258,0.27976190476190477,1043,-0.2625235404896422,-0.38802083333333337 +36043,NY,Herkimer,12105.7773678481,47.81355388598475,0.1876311996132628,2609.9844059136,0.04045295813502379,13,0.203940763,50.0833333333333,0.799887137388934,50,0.78438755,2133,190996,769.3,10433,7289,23290,24261,0.4479604980678403,0.30044103705535635,8375,-0.08398454272219841,-0.34520423725320476 +36045,NY,Jefferson,19598.4719288024,16.20025893001244,0.16861946612981613,5874.23127503622,0.05054015155457089,31,0.260278918,101.5,0.890304019086715,101,0.848005508,2670,355791,774.1,15345,12289,32051,34263,0.4787682131602758,0.35866678341067626,7658,-0.029141056441296664,-0.22350640632752528 +36047,NY,Kings,393.244690902531,0,1.5700271126383637e-4,83.6311919089057,3.3389704119817026e-5,2429,0.926465209,3267.25,1.24270201395888,1994,0.76054822,47413,7857553,602.7,503291,595086,618035,746295,0.8143406117776502,0.7973870922356441,461433,0.6385738671758072,0.6182983940666894 +36049,NY,Lewis,4491.42986515639,13.209362169322828,0.1658149616109717,1002.03689659505,0.03699327709214937,3,0.110213079,26.75,0.99571933742788,13,0.477590007,728,81283,680.8,4263,2828,9481,10312,0.449636114333931,0.2742435996896819,4088,-0.08648876700769959,-0.39643134212567877 +36051,NY,Livingston,11527.1855732603,3.531610220403275,0.1762755275528008,1528.97985461116,0.02338139945576988,15,0.232248475,49.8333333333333,0.77553158929507,47,0.727711888,1588,194244,659.3,10889,10478,24606,31363,0.4425343412175892,0.3340879380161337,8733,-0.09432658701129809,-0.2784491279533208 +36053,NY,Madison,14169.444672566,32.50475599282028,0.19293380725696468,2738.88950106566,0.0372932314079908,12,0.165816855,49.25,0.690462504731596,42,0.580358993,1821,216665,698.9,12698,10548,25865,27392,0.4909336941813261,0.3850759345794392,4353,0.0033636187898704595,-0.15891501168224298 +36055,NY,Monroe,221677.783921866,-11.997590496885362,0.29781631063307556,49128.2947260874,0.06600213708458375,191,0.254715232,564.5,0.754954682658243,550,0.733473182,19536,2250376,684.6,178491,174063,308925,320164,0.5777810148094198,0.543668245024425,45192,0.1738998138706806,0.14115265926212817 +36057,NY,Montgomery,10531.0560491818,-52.3835702067901,0.20970262349273783,2317.07507243905,0.04613941082934845,11,0.220976717,57.1666666666667,1.16013204535,37,0.743285321,1770,149142,817.3,7881,5961,16784,17438,0.4695543374642517,0.34183966051152653,4618,-0.04414918970448045,-0.26482394770042433 +36059,NY,Nassau,70134.5250756211,-6.379346457301758,0.052357483864231016,16154.6732003962,0.012059938247385058,558,0.410708752,601.083333333334,0.441486106010528,1290,0.949487976,32362,4074865,571.1,243649,307326,460824,599649,0.5287246323976181,0.5125098182436726,31847,0.06676518584101515,0.053109402333698597 +36061,NY,New York,2,0,1.2611350341420783e-06,0,0,1342,0.820159045,1325.91666666667,0.806649169918409,2553,1.560257855,30098,4912859,529.6,417861,515481,496293,591368,0.8419643234943874,0.8716755049309398,456546,0.6962842514401775,0.7720167476089339 +36063,NY,Niagara,37906.4053229453,-21.48038984530664,0.17511239633825304,7823.95477418199,0.03614353452079508,32,0.149865355,176.5,0.833498616345073,134,0.627561176,7100,640315,808.9,40862,32888,82720,86e3,0.4939796905222437,0.3824186046511628,16335,0.005621373307543531,-0.18994186046511624 +36065,NY,Oneida,38017.7392512735,-17.471593887045874,0.16186164413556614,7598.37467786852,0.03235030389337665,65,0.279124494,239.583333333333,1.03630491514916,162,0.695664123,7530,699532,758.1,37388,30749,80429,83876,0.46485720324758484,0.36660069626591635,17741,-0.05285407004936027,-0.21151461681529876 +36067,NY,Onondaga,94832.3512924664,-22.405280158769653,0.2030558283531675,22585.5606189694,0.04836039239564693,121,0.258438774,417.25,0.895013663839517,428,0.914147067,12768,1406223,714.2,112664,102915,188787,191962,0.5967783798672578,0.5361217324262093,24638,0.21112152849507643,0.12834831893812315 +36069,NY,Ontario,18408.8126399118,23.29385495822178,0.17056093837647943,4650.57637949252,0.04308842111619942,19,0.173188584,71.9166666666667,0.654811766276966,87,0.793021412,3095,328406,686,21285,20233,44144,47664,0.4821719826023922,0.4244922792883518,4110,-0.016151685393258397,-0.08622860020140982 +36071,NY,Orange,98797.1873118048,-4.206642014632075,0.2650046734201994,23114.929644839,0.06200140457773468,112,0.297793932,250.416666666667,0.660364090257817,300,0.797662318,7993,1128599,705,67709,63037,130494,140753,0.5188667678207427,0.4478554631162391,9092,0.05153493647217494,-0.06459542602999585 +36073,NY,Orleans,5258.36829706749,-24.464705274598348,0.1226212787600562,1177.3956151301,0.027455999233498122,7,0.166730183,27.5833333333333,0.667134265305793,18,0.428734756,1276,125849,810.2,5411,4327,13756,16722,0.3933556266356499,0.2587609137662959,7255,-0.1937336435010178,-0.4338595861739027 +36075,NY,Oswego,13036.6221465298,33.80373607404511,0.10676217270250186,2460.14695179571,0.020147138636756587,23,0.190219414,99.1666666666667,0.83342437969414,94,0.777418474,3220,362320,804.4,21733,15614,41133,44122,0.5283592249532006,0.35388241693486244,10256,0.07852575790727645,-0.23244639862200256 +36077,NY,Otsego,17994.8902131254,41.28318626464725,0.2890327537083056,2851.40831851207,0.04579913455905283,18,0.294464075,59.4166666666667,0.988679412727202,38,0.621646381,1772,183183,691.2,10975,9285,21938,23024,0.5002734980399307,0.40327484364141764,2999,0.02042118698149331,-0.13025538568450312 +36079,NY,Putnam,36524.8014488621,-6.60661901319418,0.3663103144003821,8732.2412946164,0.08757638446110119,35,0.351804758,25.5,0.25783619817998,73,0.73376421,2090,297890,622.6,17851,17363,40883,44186,0.4366362546779835,0.3929525188973883,7878,-0.11214930411173352,-0.1782917666229123 +36081,NY,Queens,7788.80659542559,4.533494717500157,0.003491607916820469,1870.09371401527,8.383356213886221e-4,1573,0.677555803,1924.91666666666,0.825063057548888,1960,0.844252621,42935,6964481,549.3,399970,473389,507722,627021,0.7877736241486483,0.7549810931372315,334839,0.5845265716277805,0.5340156071327755 +36083,NY,Rensselaer,33259.4817139691,-11.115192527692809,0.2086162599901467,7205.76751109027,0.045197344969172916,39,0.244094784,130.583333333333,0.815788925678349,99,0.619625221,4484,480133,774.3,34713,30039,63332,65991,0.5481115391902988,0.45519843615038413,1894,0.11799722099412618,-0.028700883453804338 +36085,NY,Richmond,4248.67850058249,-81.47777144561688,0.009064234208568878,802.54380960004,0.00171216651291797,233,0.492310033,365.166666666667,0.767132688395674,316,0.667682276,10925,1420429,675.6,67524,67561,135283,167209,0.4991314503670084,0.40405121733877963,28051,0.008160670594235753,-0.16776010860659413 +36087,NY,Rockland,62648.3454946765,-32.42064773662613,0.2009976209937421,16654.4850119903,0.053433364278876884,106,0.327295857,154.416666666667,0.472540139135402,256,0.790450371,6323,969858,547.9,60446,63454,114500,123943,0.5279126637554585,0.5119611434288343,6306,0.06558951965065501,0.050878226281435845 +36089,NY,St. Lawrence,19449.9411863042,21.69400283969905,0.17374706269477774,4699.19589399162,0.04197809524397575,27,0.242369838,108.25,0.983751067812938,53,0.475763016,2885,334982,728.8,19574,14659,34023,35154,0.5753166975281427,0.4169937987142288,3791,0.16635805190606356,-0.10783979063548954 +36091,NY,Saratoga,59804.5887255737,-7.637765776534658,0.27232551205368544,15108.4803517668,0.06879780859338182,26,0.115596143,152.833333333333,0.673117436604376,167,0.742482916,5211,675174,637.7,48876,46546,97502,104089,0.5012820249841029,0.4471750136902074,4542,0.020994441139668918,-0.043635734803869786 +36093,NY,Schenectady,36038.226077371,-35.220267893640084,0.23291491515618476,7985.26508838088,0.05160873724935453,46,0.295373551,162.583333333333,1.05195844359756,122,0.783382027,4646,464435,751.7,33777,30870,59614,61629,0.5665950951118864,0.5009005500657158,3602,0.15380615291709998,0.058446510571321886 +36095,NY,Schoharie,7231.73697976763,83.84468205600814,0.22082313902005038,1235.8692118512,0.03773761677764817,1,0.0316797,29.3333333333333,0.936658470905046,12,0.380155864,885,94835,699.3,4862,3777,11943,12673,0.4071003935359625,0.29803519292985087,4396,-0.1663736079711965,-0.34687919198295586 +36097,NY,Schuyler,1349.97469257141,10.511364370453109,0.07359617797369078,275.746142044089,0.015032772286108545,1,0.0541155,12.8333333333333,0.70906311582592,11,0.595270307,546,54979,720.5,3354,2761,7464,8423,0.44935691318327975,0.32779294788080254,2418,-0.0787781350482315,-0.28707111480470143 +36099,NY,Seneca,5344.35122490581,226.0402823282015,0.1516084997562001,1093.11247782115,0.03100940335936995,7,0.200665061,27,0.776375190499468,20,0.573328747,1048,104981,736.6,6526,5175,12148,12727,0.5372077708264735,0.4066158560540583,1544,0.0922785643727363,-0.12131688536182922 +36101,NY,Steuben,8214.43328382872,-27.622263112030822,0.08298245564025367,1886.49727944798,0.019057453070491767,27,0.274406976,87.4166666666667,0.901760539165119,46,0.467508181,3020,294944,760.8,14586,11215,35659,38373,0.4090411957710536,0.2922627889401402,13876,-0.16374547799994388,-0.3616084225887994 +36103,NY,Suffolk,380951.607554899,-16.006279623773526,0.2550986758327914,91481.2025539026,0.06125905015830355,511,0.339993932,672.166666666667,0.450337881824104,1314,0.874270111,35463,4506217,651.4,274830,276953,540653,625720,0.5083297419971775,0.44261490762641437,51450,0.028635742333807446,-0.0822252764814933 +36105,NY,Sullivan,7201.66816479253,-33.553397186659154,0.09286843030410628,1924.20944228749,0.024813460769436472,28,0.368697576,88.1666666666667,1.17868299443412,57,0.750562922,2145,227576,777,13781,10983,25322,26509,0.5442303135613301,0.41431212041193555,3643,0.10398072822051974,-0.13742502546305035 +36107,NY,Tioga,7463.67482796145,-1.36122643075896,0.1459887496911775,1704.6821467719,0.033343416073778,12,0.240625627,36,0.7383100902379,24,0.481251253,1396,149593,699,8263,6852,19977,20556,0.41362566951994795,0.3333333333333333,5676,-0.1509235620964109,-0.2761237594862814 +36109,NY,Tompkins,14996.1762029687,-16.085806638650297,0.14765247728495037,1988.56378574088,0.019579415794384623,20,0.191038389,62.3333333333333,0.594381033205875,74,0.70684204,2039,314020,657.2,24447,25555,35825,37747,0.682400558269365,0.6770074443002093,15908,0.3976273551988835,0.42143746522902487 +36111,NY,Ulster,48039.5303095164,2.655946609801153,0.26324039995789644,10639.9862245142,0.058303530680706664,49,0.271550888,145,0.809038917561724,155,0.858987503,5050,541984,692.9,43164,40010,72193,77134,0.5978973030626238,0.5187077034770659,7048,0.21919022619921597,0.09137345398916169 +36113,NY,Warren,12857.916732133,13.342569047991304,0.19568564585406423,3047.13535752011,0.04637459262361864,28,0.43094824,72.5833333333333,1.12415527023609,71,1.092761609,2110,194788,720.2,13112,11366,26220,27568,0.5000762776506483,0.4122896111433546,2918,0.02063310450038136,-0.10584735925710975 +36115,NY,Washington,6988.80266440568,-9.138582228261145,0.11055433220079854,1533.73906670447,0.024261880959005156,10,0.160328352,49.25,0.796925566343042,33,0.529083563,1833,187376,738.4,10596,8238,21263,22401,0.49833043314678077,0.367751439667872,4532,0.01608427785354838,-0.20231239676800145 +36117,NY,Wayne,13063.0667459251,-5.325164801745384,0.13930668798708676,3560.96640557526,0.03797473025610267,14,0.152089603,70.1666666666667,0.772777667643193,65,0.706130297,2525,275794,739.2,15136,12378,34127,36598,0.44351979371172384,0.3382152030165583,9557,-0.09315204969672114,-0.26113448822340024 +36119,NY,Westchester,140483.706795727,-1.0887666865995194,0.1480157861031584,36342.0237308661,0.038290513069430196,481,0.494533401,529.166666666666,0.542990108857973,768,0.789608424,21424,2917726,551.6,171908,245670,284731,378506,0.6037558256740573,0.6490517983862871,124027,0.22196740080988725,0.3276751227193228 +36121,NY,Wyoming,9630.64091607021,22.04260071620423,0.22845785591436862,1343.40949110843,0.031868330947893014,8,0.19423133,20.5833333333333,0.50460477392889,24,0.582693989,1122,123592,794.7,5224,3585,15230,16280,0.34300722258699934,0.2202088452088452,8299,-0.2956007879185818,-0.5097665847665848 +36123,NY,Yates,521.934381927887,-7.985809607435225,0.020590752009148137,46.8388174791362,0.0018478308931330362,10,0.39669946,19.3333333333333,0.775722558814482,14,0.555379245,763,75295,745,4021,3219,8437,8975,0.47659120540476474,0.35866295264623954,1961,-0.029512860021334575,-0.21849582172701948 +37001,NC,Alamance,34641.5386825955,-15.078604085740363,0.22921530779651758,8103.3119715152,0.05361780158614183,30,0.192564445,142.916666666667,0.894974366681696,126,0.808770669,4819,469519,821.3,28341,29268,66638,69264,0.4252978780875777,0.42255717255717257,8967,-0.14062546895164918,-0.12946119196119193 +37003,NC,Alexander,2429.19821149712,0.5562947991760588,0.06530453818745954,556.508178470747,0.014960701609515216,4,0.106974754,27,0.721385059313883,16,0.427899016,1121,111695,803.8,4591,3750,17060,18011,0.2691090269636577,0.20820609627449893,10076,-0.44642438452520516,-0.5594359002831603 +37005,NC,Alleghany,430.702622724602,6.942104628757106,0.03861072368665191,67.5586311593943,0.00605635420523481,3,0.27576064,10.6666666666667,0.983284169124877,4,0.367680853,382,32604,731.2,1574,1300,5025,5214,0.31323383084577117,0.24932873034138858,2489,-0.3590049751243781,-0.4773686229382432 +37007,NC,Anson,1766.95937301663,13.892536877601563,0.06556922120441702,445.553573882906,0.016533827144237272,3,0.116437027,33.8333333333333,1.32950854029131,14,0.543372793,938,77839,971.9,6894,5785,11072,10394,0.6226517341040463,0.5565710987107947,1305,0.2500903179190752,0.12555320377140655 +37009,NC,Ashe,1431.61524584081,3.648485276110104,0.05247664109969613,257.549595285726,0.009440621505286684,5,0.184325002,20.25,0.752117070271876,18,0.663570007,1026,81252,798.6,4100,3476,12486,13160,0.3283677719045331,0.2641337386018237,5877,-0.3289283998077847,-0.44658054711246203 +37011,NC,Avery,116.27070289175,NA,0.006533163055107602,20.1375317439088,0.0011315127124745068,4,0.225060485,16.6666666666667,0.951510999467154,10,0.562651213,568,53094,746.8,1861,1670,7657,8060,0.24304557920856731,0.20719602977667495,4556,-0.5024160898524227,-0.5652605459057072 +37013,NC,Beaufort,4947.30265529772,-29.315904153011434,0.10358890796075546,1126.54960826402,0.023588216006700725,10,0.210150257,52.5,1.1046585027143,33,0.69349585,1773,142604,871.1,9399,8699,23468,23599,0.40050281234020796,0.3686173142929785,5779,-0.1925600818135333,-0.2448832577651595 +37015,NC,Bertie,1172.94438730468,-37.4810272949445,0.05511438714898412,219.261024090278,0.010302651258823325,6,0.298418383,26.6666666666667,1.34313824250361,11,0.547100368,748,61032,858.3,6537,5837,9941,9380,0.6575797203500654,0.6222814498933902,2361,0.3188814002615431,0.25170575692963754 +37017,NC,Bladen,2280.85763948036,0.9290507606419043,0.06481550552658027,410.529074073105,0.01166607201117093,7,0.201979398,40,1.18550131887022,26,0.750209193,1229,103690,916.5,8277,7021,16351,15743,0.5062075714023607,0.4459759893285905,1490,0.020182251850039745,-0.09464523915390965 +37019,NC,Brunswick,16700.7249131067,-0.8568925134232904,0.1554553612375078,3186.8579735121,0.029664230748220718,20,0.168299169,113.083333333333,0.890749594994473,90,0.757346259,3863,357075,730.1,21932,23117,56985,67255,0.3848732122488374,0.3437216563824251,19323,-0.22207598490830915,-0.2873094937179392 +37021,NC,Buncombe,51501.1084515291,-12.848592376510085,0.2161024700254664,11100.703373381,0.046579374505412934,56,0.223518095,227.583333333333,0.888691907989962,220,0.878106802,7549,751093,738.4,70066,74937,126201,134507,0.5551936989405789,0.5571234210858914,19598,0.12390551580415365,0.14570245414736777 +37023,NC,Burke,26885.7810940907,6.7375185121583065,0.29573412854288433,5998.96654141257,0.06598652038688589,19,0.212323715,111.5,1.25490990534715,57,0.636971146,3054,267035,872.1,13577,10930,36116,37638,0.3759275667294274,0.2903980020192359,14811,-0.23623878613356963,-0.3935118762952335 +37025,NC,Cabarrus,40937.3216279922,2.8913957768464873,0.22997074129122472,11030.9026804327,0.061967533918874114,32,0.166577305,147.666666666667,0.732509879789011,145,0.754803413,4518,576168,812.7,32453,35048,82445,91002,0.3936321183819516,0.385134392650711,18176,-0.20221966159257682,-0.19973187402474674 +37027,NC,Caldwell,29875.2641730048,1.8603412505339818,0.35981722257289384,6914.85304920168,0.08328238385626323,12,0.147268175,91.5833333333333,1.12442550962361,52,0.638162093,2813,244611,932.1,10795,8403,34338,35747,0.31437474518026676,0.23506867709178392,18096,-0.3574465606616576,-0.506224298542535 +37029,NC,Camden,438.907615914522,17.345164140227052,0.04397871902951122,105.405146563604,0.01056163793222485,0,0,6,0.575926281435976,1,0.096796051,239,30731,727.7,1456,1266,4520,4939,0.32212389380530976,0.2563271917392185,2261,-0.3404867256637168,-0.45778497671593443 +37031,NC,Carteret,16740.0527669194,2.339844772233385,0.2518475193988085,2892.35664957885,0.04351436985028886,13,0.188923283,63.4166666666667,0.920549668553733,61,0.886486172,2271,206056,745.4,10197,9806,35124,36919,0.29031431499829174,0.26560849427124245,16422,-0.4100045552898304,-0.44481161461578045 +37033,NC,Caswell,1855.47151770944,-26.171039955414187,0.07822722364810658,390.199030029072,0.016450905604328683,1,0.0433238,18.25,0.796595373199476,6,0.259942813,785,69129,837.4,5183,4549,10736,10515,0.4827682563338301,0.43262006657156443,1209,-0.026825633383010417,-0.11497860199714688 +37035,NC,Catawba,33136.806799472,-17.82768447962694,0.2146750204036849,8345.3917768743,0.05406517172335933,31,0.200603104,181.416666666667,1.1595156984684,125,0.808883482,4877,464408,895.2,23954,21050,69102,71065,0.346646985615467,0.29620769717863926,27012,-0.2956788515527771,-0.3801027228593541 +37037,NC,Chatham,3077.03351699125,-38.63004782688888,0.04845340551123927,779.071367835514,0.01226787446398731,13,0.189234039,51.25,0.709411292443559,32,0.465806865,1912,206205,560,18252,20953,35157,39080,0.519156924652274,0.5361566018423746,3941,0.04761498421367005,0.10084442169907876 +37039,NC,Cherokee,2070.58043266119,1659.373160755451,0.07544747240421186,374.93523496308,0.01366182899588544,4,0.147378505,25.8333333333333,0.925760019112465,22,0.810581777,1117,81343,862.2,3339,2809,12695,13860,0.26301693580149665,0.20266955266955267,7902,-0.4617565970854667,-0.5701298701298702 +37041,NC,Chowan,3422.38092118605,7.9149905093531565,0.2313513770828128,766.026245579855,0.051783022076648075,4,0.274499039,19.9166666666667,1.38473661035018,10,0.686247598,558,43744,807.1,3507,2965,7424,7108,0.47238685344827586,0.4171356218345526,1018,-0.049164870689655193,-0.14321890827236922 +37043,NC,Clay,342.644212786661,-12.954538159122345,0.032364618190862476,56.8776607610489,0.0053724058525596394,2,0.189018051,6.75,0.618415025194686,6,0.567054154,434,31950,771.8,1573,1352,5592,5885,0.2812947067238913,0.22973661852166524,3043,-0.42542918454935624,-0.5170773152081564 +37045,NC,Cleveland,16368.9655280682,28.61768390908011,0.16689742376545402,3734.87842261667,0.03808069518767379,17,0.175120524,122.666666666667,1.26273024238931,60,0.618072438,3532,290892,996.6,16734,14896,42542,44137,0.3933524516947957,0.3374946190271201,13498,-0.20464482158807773,-0.30582051340145455 +37047,NC,Columbus,2547.699079249,57.21053710499279,0.04385175185460773,446.719978113001,0.007689076699938052,16,0.280933401,73.4166666666667,1.2992950476359,49,0.860358541,2126,170768,992.3,10973,8991,24017,23472,0.45688470666611153,0.3830521472392638,5186,-0.07869425823375104,-0.2209441036128153 +37049,NC,Craven,29016.2136862819,22.94435521379802,0.2803363478699763,6381.73031738064,0.06165625155674258,14,0.133958473,100.083333333333,0.967502859812783,73,0.698497751,3138,312220,816.7,18556,17481,45585,46231,0.40706372710321376,0.37812290454456965,10075,-0.17764615553361857,-0.21792736475525076 +37051,NC,Cumberland,96359.8118769654,-0.19699974406223517,0.3016608027303718,28342.3564242903,0.0887276326477089,48,0.14709127,319.083333333333,0.975411180774847,276,0.845774803,7191,976006,850.2,74991,70523,126092,124402,0.5947324175998477,0.5668960306104404,19930,0.19668178790089774,0.16020642754939635 +37053,NC,Currituck,3092.94846209771,0.24475875889420384,0.1313521239265176,655.527174363815,0.027839095186809996,10,0.400384369,20.4166666666667,0.791067715396438,21,0.840807175,663,74530,841.7,3521,2879,11153,12423,0.31569981170985384,0.23174756500040247,6191,-0.3505783197346005,-0.4983498349834983 +37055,NC,Dare,10375.2250603865,-18.700896753981542,0.3058733803179982,2055.42638046247,0.060596296593822825,16,0.455788514,42.4166666666667,1.17942016090164,62,1.766180492,899,105659,679.7,7258,7079,17614,19009,0.4120585897581469,0.37240254616234414,4204,-0.1614624730328148,-0.22115839865326947 +37057,NC,Davidson,26967.967180931,-4.300238881399608,0.16557157615473547,6573.80131813247,0.04036027774243587,33,0.201131211,158.083333333333,0.958510685600411,88,0.536349895,5265,492477,889.7,20291,17328,69994,72013,0.28989627682372776,0.24062322080735424,35542,-0.4092350772923393,-0.49354977573493675 +37059,NC,Davie,4486.51144164872,-1.3543688101271047,0.10879028713988168,1090.89516723587,0.02645235614054001,4,0.096539074,36.0833333333333,0.858861146153175,29,0.699908288,1357,124565,766.1,5652,5228,20418,21350,0.2768145753746694,0.2448711943793911,10274,-0.43667352336173965,-0.4812177985948478 +37061,NC,Duplin,1137.43435801279,15.33755959740806,0.019441660678793094,302.065638305626,0.005163073896344347,12,0.200394108,65.3333333333333,1.10792676377984,36,0.601182325,1635,178276,782.6,8923,8196,20375,20601,0.43793865030674844,0.3978447648172419,3955,-0.11813496932515338,-0.19198097179748558 +37063,NC,Durham,69240.2399284876,-4.054293588968761,0.25875786166176834,16409.5085012095,0.061324012381802934,47,0.159614209,228.083333333333,0.74485432750295,264,0.896556408,5710,884917,696.5,109185,118783,143828,150543,0.7591359123397391,0.7890303767030018,90904,0.5274285952665684,0.6038407631042293 +37065,NC,Edgecombe,7339.26697551761,-19.648804936430142,0.12977908783982195,1806.46493786091,0.03194343149421612,12,0.218447927,62.8333333333333,1.1784638083449,25,0.455099849,1869,164570,917.6,18249,16152,26826,24653,0.6802728696041154,0.6551738125177463,7933,0.3636397524789383,0.32178639516488866 +37067,NC,Forsyth,128304.299077413,-6.0583932500050794,0.3658833064630935,32672.432106772,0.09317144924507942,76,0.208049319,331.083333333333,0.891180431624725,273,0.747335052,9645,1095991,782.7,91606,92488,172332,172509,0.531566975373117,0.5361343466137999,17695,0.07212241487361609,0.10257435843926987 +37069,NC,Franklin,2714.44000861111,-5.363833405343469,0.044778699889656874,610.710547159855,0.01007457310677931,7,0.111358575,67.0833333333333,1.0367565618319,25,0.397709195,1654,188787,781.3,13317,12811,28059,29902,0.474607077942906,0.42843288074376296,3509,-0.041448376634947826,-0.11735001003277368 +37071,NC,Gaston,58303.5076812635,-0.0684316253614831,0.2829086288309905,14498.0235094785,0.07034938573934425,32,0.15156754,218.583333333333,1.00745896035459,164,0.776783642,6689,633932,938.1,32903,30982,89638,94872,0.3670653071242107,0.32656632093768445,30485,-0.25562819340012044,-0.3213276836158192 +37073,NC,Gates,4.76405128542501,0,3.905920542284996e-4,0.984120775851693,8.068547805621816e-5,3,0.25935852,8.91666666666667,0.776848463727711,0,0,333,34638,735.7,2745,2371,5310,5328,0.5169491525423728,0.4450075075075075,480,0.04011299435028243,-0.09009009009009006 +37075,NC,Graham,251.481077820521,0,0.028380665593106986,40.4095559435659,0.004560383246085758,2,0.231374364,7.5,0.876372984342136,5,0.578435909,310,26004,798.2,1115,761,3910,4094,0.2851662404092072,0.1858817782120176,2499,-0.4163682864450127,-0.6104054714215926 +37077,NC,Granville,9758.03467188528,12.793382546203924,0.16286191788312437,1044.00451941687,0.01742446958102794,7,0.11965812,59.8333333333333,1.01359172863975,31,0.52991453,1533,175092,773.7,13529,12827,26068,26920,0.5189887985269296,0.4764858841010401,673,0.04591836734693877,-0.025000000000000022 +37079,NC,Greene,NA,NA,NA,NA,NA,5,0.237045465,17.75,0.838529856386999,5,0.237045465,606,63580,841.2,3761,3570,8194,8013,0.4589943861361972,0.44552602021714716,788,-0.07712960702953381,-0.0983401971795832 +37081,NC,Guilford,98823.1358290348,-3.7277530364294216,0.20233808722463442,23323.4567554867,0.04775423880027416,109,0.212841156,474.833333333333,0.910811450201088,424,0.82793257,12465,1537659,744.2,145483,147949,251529,252087,0.5783945389994792,0.5868965872893088,50488,0.16506645356996613,0.20028006204207277 +37083,NC,Halifax,9039.6915933811,-5.27244170015426,0.1652866393626209,2211.62262087088,0.040438511288345066,17,0.320936379,81.0833333333333,1.56634341717215,44,0.830658864,1970,158862,918.7,16931,15642,25724,24881,0.6581791323277872,0.6286724810096057,6688,0.32051780438501004,0.2687994855512238 +37085,NC,Harnett,10042.4125960289,-2.109562067983163,0.08757052439028323,2967.56147309976,0.02587733892376707,20,0.157895568,89.5833333333334,0.684464004197197,78,0.615792715,2839,380173,867.9,16858,16452,42343,44955,0.3981295609663935,0.365965965965966,10826,-0.19393996646435063,-0.24081859637415193 +37087,NC,Haywood,12745.3906591993,5.977011678236406,0.21589183988073887,2666.57309714729,0.0451685936910917,10,0.168149182,45.8333333333333,0.755303604583457,38,0.638966891,2237,178368,778.9,11742,10414,27679,30156,0.42422052819827305,0.34533757792810715,8430,-0.13768561002926405,-0.2795463589335456 +37089,NC,Henderson,23181.4880471617,3.685628966310571,0.2171771411575951,4522.32204538249,0.04236764142198323,23,0.206929437,69.6666666666667,0.609992790994288,60,0.539815923,4131,332998,726.5,18519,19664,51961,56810,0.35640191682223205,0.34613624361908113,15871,-0.27599545813206056,-0.27936982925541276 +37091,NC,Hertford,2499.18143366717,-11.393633804153353,0.10130858298541368,597.503666833128,0.024220830468731122,8,0.329109758,40.1666666666667,1.6641807535079,18,0.740496956,769,72953,808.8,7815,6886,10872,10100,0.7188189845474614,0.6817821782178218,3805,0.4427888153053716,0.3767326732673268 +37093,NC,Hoke,9915.79596478509,-6.504654776257222,0.21119006570082383,3180.62591218558,0.06774207514452164,6,0.116254287,42.6666666666667,0.801071433041693,13,0.251884288,883,155440,825.1,9915,9608,16800,17847,0.5901785714285714,0.5383537849498515,1932,0.19011904761904763,0.10825348798117335 +37095,NC,Hyde,5226.8233528609,51.95989184131512,0.8996253619381928,911.465188865081,0.15687868999398985,1,0.176180409,7,1.26880551024107,4,0.704721635,169,16902,750.6,1157,956,2358,2273,0.4906700593723495,0.42058952925648924,319,-0.011026293469041548,-0.14034315882094145 +37097,NC,Iredell,24361.4484421606,-2.7702483134579468,0.15279670617335123,6351.52998561722,0.03983723969729247,28,0.1679916,140.166666666667,0.810605534864713,141,0.845957702,4486,501444,837.4,25952,24441,75762,80727,0.34254639529051506,0.3027611579768851,29723,-0.3051529790660225,-0.368191559205718 +37099,NC,Jackson,7266.5340080266,5.049558511945861,0.18044086335145887,477.317843569759,0.01185264442327628,6,0.146409312,31.6666666666667,0.749666595645621,29,0.707645006,1059,123293,745.8,8052,7564,16556,18004,0.48634935974873156,0.42012886025327706,2142,-0.010388982846098127,-0.11897356143079313 +37101,NC,Johnston,8700.33290017402,3.213011271348725,0.051518450598503185,2501.30260377926,0.014811299303516504,33,0.18189535,134.75,0.703839122486289,116,0.639389714,3949,544377,796.2,27052,28153,76021,84553,0.3558490417121585,0.3329627570872707,25929,-0.27826521619026323,-0.30665972821780424 +37103,NC,Jones,0.312787592411041,0,3.080740593036945e-5,0.0513865314424038,5.061216531311317e-6,2,0.198491465,9.91666666666667,1.00727949889961,3,0.297737197,368,30289,805,2335,2041,5192,5039,0.4497303543913713,0.40504068267513393,900,-0.09437596302003082,-0.17860686644175439 +37105,NC,Lee,8545.128152382,-31.43351192225236,0.14767096658455742,2300.80206511062,0.039760862425441884,12,0.20113305,72.25,1.21192297369834,46,0.771010023,1702,179175,840.7,10577,10380,23800,24676,0.44441176470588234,0.42065164532339117,3245,-0.10180672268907559,-0.1315042956719079 +37107,NC,Lenoir,7585.14982323796,3.6789127556693675,0.1274922232664587,1759.91310573289,0.029580857311251197,15,0.256476019,71.3333333333333,1.24475776664864,52,0.889116868,2161,175345,951.7,13350,11752,27247,25500,0.4899621976731383,0.4608627450980392,1602,-0.015157632032884338,-0.06282352941176467 +37109,NC,Lincoln,11163.730910797,-13.381689328976892,0.14264014451922313,2378.28155735339,0.030387549445517022,14,0.175374864,78.4166666666667,0.96610322623037,55,0.688972679,2282,240390,865.4,10980,9836,36532,39449,0.30055841454067667,0.24933458389312785,18817,-0.38880981057702835,-0.4769956145909909 +37111,NC,McDowell,1925.70392782343,-44.79119165425728,0.04279722481605987,458.288662953702,0.010185097852113568,8,0.177916157,51.6666666666667,1.14623775189499,28,0.62270655,1553,134879,874.6,6006,4645,17953,19557,0.33454018826937004,0.23751086567469448,9872,-0.3189439090959728,-0.5047808968655725 +37113,NC,Macon,2213.88579928015,1.095702108054813,0.06526401153470167,460.582183427997,0.013577683610282325,9,0.265682657,29.4166666666667,0.855732681715926,31,0.915129151,1315,101909,751.5,5692,4841,16750,17336,0.33982089552238803,0.2792455006922012,7194,-0.30597014925373134,-0.4149746192893401 +37115,NC,Madison,2534.35205510887,22.441313198452782,0.12205509801140772,511.192421950568,0.024619168847551918,2,0.094531361,16.8333333333333,0.788815995001562,6,0.283594082,705,63430,822.5,4466,3899,10023,10966,0.44557517709268685,0.3555535290899143,2836,-0.09109049186870194,-0.2586175451395221 +37117,NC,Martin,909.632038877733,65.97560424863414,0.03712026275771202,203.59563517525,0.008308330347898388,5,0.213183252,31.9166666666667,1.37738074687842,17,0.724823058,937,70514,930.7,6514,5814,12541,11852,0.5194163144884778,0.49055011812352345,60,0.043935890279881984,-0.005062436719540986 +37119,NC,Mecklenburg,167999.007090075,-18.598190040304008,0.1826814832628791,45174.1660629308,0.049122216877836265,200,0.197523256,745,0.706271596979622,832,0.821696745,17258,3037902,677.4,270705,292258,445062,461834,0.6082410989929493,0.6328204506381081,137955,0.2251708750690915,0.29871122524543453 +37121,NC,Mitchell,NA,NA,NA,NA,NA,1,0.06531252,18.9166666666667,1.25060602053859,8,0.522500163,659,45899,890.6,1810,1585,7673,7948,0.23589208914375082,0.1994212380473075,4640,-0.5171380164212173,-0.58379466532461 +37123,NC,Montgomery,468.887974616326,103.11046586979921,0.016867687409753435,104.061809896546,0.0037434998883569322,5,0.182515057,31.75,1.15799839521482,18,0.657054207,856,82489,799.6,4689,4108,11178,11449,0.4194847020933977,0.35880862957463533,2962,-0.15208445160135986,-0.2587125513145253 +37125,NC,Moore,17935.5185235702,-19.860682244713153,0.2032422464624316,3242.68719519705,0.036745579965291174,20,0.214875855,71.9166666666667,0.750884007127743,67,0.719834116,3272,278982,681.3,16371,16148,46044,47746,0.3555512118842846,0.3382063418925146,14125,-0.28157849013986613,-0.295836300423072 +37127,NC,Nash,13818.2457092,9.36382865095238,0.14418036007095159,3475.86437601659,0.0362673661938292,22,0.233157052,130.75,1.39088346364555,73,0.773657492,2989,282643,875.1,24214,23024,48235,46903,0.5020006219550119,0.49088544442786175,118,0.009225666010158617,-0.002515830543888431 +37129,NC,New Hanover,61146.0362024734,-5.646791590036315,0.301706919244245,13166.6658122119,0.06496699419348932,45,0.208046306,200.25,0.896041309629815,226,1.044854784,5501,650267,719.5,48038,50219,102067,108737,0.4706516307915389,0.4618391164001214,4446,-0.0465772482780919,-0.04088764633933256 +37131,NC,Northampton,2575.21764140886,160.11123604349612,0.11653095802565092,518.000174595253,0.02343998256008204,6,0.293212139,23.5,1.175,6,0.293212139,799,61790,822.7,7210,6113,10719,9761,0.6726373728892621,0.6262678004302837,2557,0.34853997574400597,0.26196086466550556 +37133,NC,Onslow,53953.2779106485,-6.004834012342626,0.30349705190158466,12898.1657625278,0.07255454043678307,21,0.111946863,132.166666666667,0.706259974920201,152,0.810282053,3045,557138,794.8,18115,17156,50353,55364,0.3597600937382083,0.30987645401343833,19186,-0.2696959466168848,-0.3465428798497219 +37135,NC,Orange,25496.234725159,-18.171239253349505,0.1905533944078071,4519.98681087246,0.033781412776230826,20,0.142429853,80,0.564190809331716,104,0.740635237,2281,420801,622.5,53404,59105,75848,79830,0.7040923953169497,0.7403858198672179,40732,0.4219755300073832,0.5102342477765252 +37137,NC,Pamlico,722.019157383675,10.812818652563774,0.054931463586706857,145.874353427097,0.011098170528537505,4,0.30892802,13.8333333333333,1.07895899955802,14,1.081248069,478,38584,795.8,2632,2427,6712,6772,0.39213349225268174,0.3583874778499705,1798,-0.20858164481525626,-0.2655050206733609 +37139,NC,Pasquotank,10194.7190028031,41.12524251448846,0.25072474859947125,2407.04572327707,0.059197897820443914,6,0.150803026,42.8333333333333,1.07448658773162,31,0.779148968,1224,119196,870.4,9970,8455,17343,16964,0.5748717061638702,0.49840839424663996,373,0.15879605604566688,0.021987738740863016 +37141,NC,Pender,3483.38267351055,-2.8792157331209185,0.0667097434458232,786.9965799209,0.015071654440525117,10,0.177777778,53.3333333333333,0.902577988379308,34,0.604444444,1554,168665,768.1,9455,9086,24036,27072,0.3933682809119654,0.33562352245862886,8231,-0.20440173073722745,-0.30404107565011823 +37143,NC,Perquimans,457.556296646776,22.1471583955639,0.034011469311438045,79.8266285178538,0.0059337418061290274,2,0.148522204,11.4166666666667,0.856142982127234,6,0.445566612,486,40492,767.3,2747,2291,6621,6595,0.4148920102703519,0.3473843821076573,1852,-0.1611539042440719,-0.2808188021228203 +37145,NC,Person,4048.90520878424,36.08605943770943,0.10259743586013177,923.731065708342,0.0234069294979815,5,0.127772667,39.9166666666667,1.01610494518549,26,0.664417868,1259,117616,840.8,8384,7772,19008,19303,0.44107744107744107,0.40263171527741803,3344,-0.10958543771043772,-0.1732373206237372 +37147,NC,Pitt,15522.8763639121,6.736674291145091,0.09231674693669924,3965.83566206904,0.023585387052293457,26,0.148271497,166.333333333333,0.938569762630252,160,0.912439979,3671,525284,777.6,40701,40967,76814,78264,0.5298643476449606,0.5234462843708474,5776,0.06726638373213223,0.07380149238474903 +37149,NC,Polk,72.4351090230048,0,0.0035316971732328034,15.8170646326616,7.711879391838908e-4,3,0.147369455,20.25,0.995868987902036,9,0.442108366,866,61093,701.7,4e3,3715,10323,10723,0.3874842584520004,0.34645155273710715,3023,-0.21495689237624716,-0.281917373869253 +37151,NC,Randolph,27287.8479418215,11.717770556237312,0.19250414767919677,6906.63775551878,0.04872338842145987,20,0.140077603,108.666666666667,0.75770253435228,78,0.546302652,4301,427752,863.5,14675,13074,60202,63615,0.2437626656921697,0.2055175666116482,36082,-0.5022756719045878,-0.5671932720270376 +37153,NC,Richmond,6128.091914046,8.948550241417081,0.13139415326327752,1438.11218992161,0.030834970516555028,12,0.262392583,60.5833333333333,1.34812375293917,23,0.502919117,1623,137274,1002.6,9747,8290,19127,18813,0.5095937679719768,0.4406527401265083,1909,0.02671616040152658,-0.10147238611598358 +37155,NC,Robeson,12545.128736157,-3.1811466282091896,0.09350313589050295,3473.42551595521,0.025888628554910337,29,0.215197388,186.75,1.40165872330844,68,0.504600772,3917,403962,983.8,23957,18377,41380,39454,0.5789511841469309,0.4657829370912962,1917,0.1658772353794104,-0.04858822933035939 +37157,NC,Rockingham,19545.8495811916,-5.851837589407963,0.2087272896125882,4514.84082679127,0.048213329632660964,20,0.218112022,107.166666666667,1.17259162809697,63,0.68705287,3419,275565,915.6,16170,14057,41549,41374,0.3891790416135166,0.33975443515251125,12406,-0.21341067173698525,-0.2998501474355876 +37159,NC,Rowan,34164.0834563149,4.358749666829222,0.24680038327733475,8540.00767715817,0.06169277658535968,19,0.137055471,125.166666666667,0.894475689556192,81,0.584289115,4805,415970,953,22529,19208,61803,63078,0.364529229972655,0.30451187418751385,23180,-0.2603918903613094,-0.36748153080313267 +37161,NC,Rutherford,14561.8382307393,-5.2522288916193265,0.21474470182479424,3316.36217853065,0.04890668306342206,13,0.195195195,70.6666666666667,1.06392054721649,39,0.585585586,2634,199752,967,9277,7451,28373,29764,0.3269657773235118,0.2503359763472652,14243,-0.33553025763930494,-0.47853111140975674 +37163,NC,Sampson,2715.09195674185,-6.867984357684574,0.04280386493578613,587.177881551225,0.009256954510432203,11,0.171740827,44.6666666666667,0.707601968612044,33,0.515222482,2010,191805,884,11496,10486,26005,25638,0.44206883291674676,0.4090022622669475,4275,-0.11005575850797927,-0.16674467587175285 +37165,NC,Scotland,5867.71210322063,-1.2585776160516853,0.16228426316399674,1405.65747275218,0.03887649619028625,7,0.196761862,52,1.47542844172058,23,0.646503261,1127,107202,881,8131,7279,14020,13743,0.5799572039942938,0.5296514589245434,1067,0.16633380884450782,0.07763952557665715 +37167,NC,Stanly,3375.73163061605,-23.42844168464789,0.055718934234811425,747.709932006932,0.012341502550250592,15,0.247524752,52.5,0.863614679804576,44,0.726072607,2059,181962,904,8287,7008,28276,29451,0.2930753996321969,0.23795456860548028,14780,-0.4035577875229877,-0.5018505313911242 +37169,NC,Stokes,8299.13217362496,1.7160968112193384,0.1750834829143889,1915.19112909366,0.04040402373565241,7,0.150800319,41.0833333333333,0.891236595295428,24,0.517029665,1546,139354,822.2,5969,4645,21396,22182,0.27897737894933633,0.20940402127851412,12331,-0.42872499532622915,-0.5559011811378596 +37171,NC,Surry,5700.16715051687,-14.4435942805807,0.07737118280125514,1293.35288154841,0.017555317165697203,17,0.23297884,105.583333333333,1.46413730302904,61,0.835982897,2602,218716,857.5,9005,7438,29096,31663,0.30949271377508936,0.23491141079493416,16057,-0.36939785537530934,-0.5071218772699997 +37173,NC,Swain,214.216623915774,-64.60688932190321,0.015321981540360059,44.7487707058026,0.003200684550876375,3,0.210172341,16.3333333333333,1.13852874204192,17,1.190976601,532,42730,978.4,2618,2186,5705,5982,0.4588957055214724,0.36542962219993314,1371,-0.06275197195442594,-0.22918756268806417 +37175,NC,Transylvania,2367.3320361305,-23.841621383803343,0.07154221928469326,420.680091619439,0.012713209175564793,7,0.21183235,26.25,0.784003345080939,18,0.544711757,1194,99029,644.8,6740,6520,16469,17440,0.40925374946869875,0.3738532110091743,3921,-0.16892343190236203,-0.22482798165137613 +37177,NC,Tyrrell,489.666566164988,-3.3133088286232146,0.11111108830610121,83.2391259793975,0.018887934190922964,1,0.243013366,5.25,1.26780970780005,4,0.972053463,123,12287,742.2,835,705,1775,1700,0.4704225352112676,0.4147058823529412,263,-0.05295774647887325,-0.1547058823529412 +37179,NC,Union,31579.0068277761,-1.912325676142091,0.15688157913765127,10065.8428414293,0.050006174321032625,34,0.155557996,147.5,0.650909508133059,117,0.535302515,3964,653702,729.3,32032,34051,93389,103596,0.34299542772703423,0.3286902969226611,32214,-0.30448982214179404,-0.31095795204448046 +37181,NC,Vance,4473.9306309796,-1.477312871838834,0.09849699773192726,1084.61554415993,0.02387863907709766,10,0.224144887,68.9166666666667,1.5576500015068,28,0.627605684,1498,133852,924.3,13286,12168,20770,19762,0.6396726047183438,0.6157271531221536,4864,0.2831006259027443,0.24612893431838884 +37183,NC,Wake,170431.086639132,-1.6353184418429498,0.18915916842764816,46400.2847760507,0.05149905135339642,185,0.18524248200000001,631.25,0.603033461311762,848,0.849111487,15157,2998186,628.8,286939,298353,526805,510940,0.544677821964484,0.5839296199162328,104746,0.10251611127457028,0.2050064586839942 +37185,NC,Warren,1528.49742464617,-4.339494327343845,0.07288276867471724,382.609853727124,0.018243841966771125,5,0.24714547,19.1666666666667,0.962810401701244,11,0.543720034,713,60824,780.8,6635,6668,9777,10123,0.6786335276669735,0.658698014422602,3366,0.36043776209471207,0.33251012545688036 +37187,NC,Washington,3548.93832067422,16.63630623851682,0.2682898639759767,836.909726365994,0.06326804704913773,4,0.318217979,17.5,1.4350143501435,8,0.636435959,457,37675,814.8,3811,3490,6456,6115,0.5903035935563816,0.570727718724448,930,0.18525402726146217,0.15208503679476693 +37189,NC,Watauga,3418.33618143608,-13.442608924764096,0.0669225353165896,606.115784080685,0.011866242175467119,11,0.209284627,36.3333333333333,0.673812791315851,39,0.742009132,999,157587,620.6,13371,13953,28168,28769,0.4746875887531951,0.48500121658729883,432,-0.026732462368645293,0.015016163231255875 +37191,NC,Wayne,22450.8537827853,-10.338257771709484,0.18308844003804586,5659.36658758017,0.046152569971213954,25,0.200874205,137.333333333333,1.10618875016781,74,0.594587645,3322,373231,808.1,23154,21520,50988,49824,0.45410684867027534,0.4319203596660244,5840,-0.08594179022515108,-0.11721258831085424 +37193,NC,Wilkes,7781.5975271388,-7.17971001348198,0.11222378896940871,1715.11206407951,0.024734814884330977,13,0.188849182,84.6666666666667,1.23169430705072,35,0.508440106,2415,206311,853.3,8089,6596,28852,30844,0.28036184666574243,0.2138503436648943,17017,-0.4270414529322057,-0.5517118402282454 +37195,NC,Wilson,2978.04099129763,-41.57533780632683,0.03666003140677093,822.230546224484,0.010121753775814117,19,0.233412366,102.583333333333,1.25620961454468,54,0.663382514,2509,244715,839.7,20745,19527,38890,37593,0.5334276163538184,0.5194318091133988,2117,0.073052198508614,0.056313675418296016 +37197,NC,Yadkin,729.632559584919,14.263247281468539,0.018997879487187393,169.013585337903,0.004400707840907749,8,0.211685013,38.0833333333333,1.01468968702263,18,0.476291279,1319,113428,884.8,3928,3140,16657,17350,0.23581677372876267,0.1809798270893372,10675,-0.5146184787176563,-0.6152737752161384 +37199,NC,Yancey,189.764443448017,198601.9453146752,0.01065015397059249,27.5327795800767,0.0015452227848286395,3,0.170319064,13.4166666666667,0.758947090545688,7,0.39741115,657,52728,796.4,3954,3181,9344,9808,0.4231592465753425,0.32432707993474713,3186,-0.1385916095890411,-0.324836867862969 +38001,ND,Adams,522.151600762295,-1.0578393861897515,0.222855996910924,91.881486814797,0.03921531660896159,1,0.419463087,4,1.7353579175705,0,0,92,7085,640.2,328,216,1281,1206,0.25604996096799376,0.1791044776119403,688,-0.45901639344262296,-0.570480928689884 +38003,ND,Barnes,3101.98196885523,0.1182799004516189,0.280316462032824,679.018887340066,0.06136082480933183,3,0.269203159,7,0.640673622551711,8,0.71787509,398,33364,728.2,2389,1597,5471,5253,0.43666605739352954,0.30401675233200076,1559,-0.10308901480533722,-0.2967827907862174 +38005,ND,Benson,2844.40351314573,-6.854124582529635,0.42708761458644595,601.907840138511,0.09037655257335,4,0.585394409,6,0.890339813028639,0,0,222,20507,1186.8,1232,842,2148,1940,0.5735567970204841,0.43402061855670104,85,0.16992551210428303,-0.04381443298969073 +38007,ND,Billings,782.999996767547,0,0.9999999958717076,137.999999801757,0.17624521047478545,0,0,NA,NA,0,0,10,2740,290.4,89,58,577,592,0.15424610051993068,0.09797297297297297,434,-0.6637781629116117,-0.7331081081081081 +38009,ND,Bottineau,2939.4085185003,-1.7458941744804695,0.4572108443770882,577.342495590475,0.08980284579102114,1,0.15037594,7,1.0639914880681,5,0.751879699,205,20086,666,1163,734,3484,3437,0.3338117106773823,0.21355833575792843,1748,-0.310849598163031,-0.5085830666278732 +38011,ND,Bowman,939.774277362162,0,0.2982463590486074,198.489277141698,0.06299247132392828,3,0.923929781,3.83333333333333,1.18276252185539,4,1.231906375,130,9756,815.4,412,227,1728,1769,0.23842592592592593,0.12832108535895986,1218,-0.5005787037037037,-0.6885245901639345 +38013,ND,Burke,1967.99999247907,0,0.9999999961783892,408.9999980141,0.207825202242937,2,0.890868597,2,0.909918107370337,2,0.890868597,77,6829,866.1,230,118,1015,1031,0.22660098522167488,0.11445198836081474,761,-0.5280788177339901,-0.7381183317167799 +38015,ND,Burleigh,17840.8267954526,-10.116822908361758,0.2194227726109682,4170.78341486351,0.05129610142745499,8,0.08839486,34.5,0.365129594547398,57,0.629813376,2036,271986,625.2,14036,10865,42876,46874,0.32736262711073794,0.23179161155437983,21634,-0.3212753055322325,-0.4615351794171609 +38017,ND,Cass,20905.0462472867,-6.693385417540723,0.13957354382677495,5537.90330232417,0.03697407698276229,24,0.143708272,85.9166666666667,0.490254818382226,115,0.688602138,3106,501877,650.6,34632,31291,73275,78807,0.47263050153531216,0.397058636923116,8447,-0.029477993858751272,-0.10718590988110194 +38019,ND,Cavalier,1454.52415396686,0,0.3642685083813824,268.758381137372,0.06730738320495167,3,0.778210117,1.91666666666667,0.500827454054525,2,0.518806744,124,11555,527.3,818,476,2054,1969,0.39824732229795523,0.24174707973590656,880,-0.18208373904576436,-0.44692737430167595 +38021,ND,Dickey,673.496204229765,-75.86462211122343,0.1273390440971384,154.452495689466,0.029202589466716958,4,0.776699029,6.66666666666667,1.31648235913639,2,0.388349515,217,15459,703.1,849,551,2513,2372,0.3378432152805412,0.23229342327150085,1105,-0.29924393155590934,-0.46585160202360876 +38023,ND,Divide,688.7050356408,0.6779500394666422,0.3325470959154032,113.403832654992,0.05475800707628778,1,0.411184211,1,0.414421881475342,1,0.411184211,85,7194,584.3,382,243,1151,1187,0.3318853171155517,0.2047177759056445,617,-0.3032145960034752,-0.5197978096040439 +38025,ND,Dunn,1874.325837614,-43.91153411171367,0.5300695242121041,402.676501332662,0.11387910105561709,1,0.227324392,0.75,0.171781951442968,1,0.227324392,91,13244,586.2,493,356,2002,2199,0.24625374625374624,0.16189176898590268,1397,-0.5,-0.6352887676216461 +38027,ND,Eddy,688.503905952757,0,0.28868088299905953,146.312374933368,0.06134690772887548,0,0,1,0.424088210347752,2,0.841396719,137,7126,1023.1,484,354,1147,1219,0.4219703574542284,0.2904019688269073,436,-0.1281604184829992,-0.3576702214930271 +38029,ND,Emmons,1582.33031987627,-3.5390555595105893,0.44572685066937184,357.520886004792,0.10071010873374422,4,1.168907072,7,2.09205020920502,2,0.584453536,152,10307,712.1,383,215,1862,1959,0.20569280343716434,0.10974987238386932,1457,-0.5622986036519871,-0.743746809596733 +38031,ND,Foster,602.831929171793,-1.5999049397965122,0.18032663152012954,109.863839256886,0.0328638466218624,1,0.297441999,2.75,0.832576445655465,4,1.189767995,135,10088,677.8,604,346,1674,1699,0.36081242532855434,0.20364920541494996,891,-0.2532855436081242,-0.5244261330194231 +38033,ND,Golden Valley,1679.99999957505,323.46417798009696,0.9999999997470536,403.999999741498,0.2404761903223203,2,1.095890411,0.666666666666667,0.366905155017428,0,0,58,5490,654.8,161,99,924,942,0.17424242424242425,0.10509554140127389,694,-0.6266233766233766,-0.7367303609341826 +38035,ND,Grand Forks,13769.6129906227,-31.206715628111997,0.2059438684827134,2848.11972020555,0.042597623729910564,8,0.114060851,40.3333333333333,0.567411804979156,50,0.712880322,1403,210540,699.9,14008,10828,29796,29711,0.4701302188213183,0.36444414526606306,5497,-0.03476976775406099,-0.18501565076907545 +38037,ND,Grant,1252.66298726246,0,0.5232510389567503,274.799527885546,0.1147867702111721,1,0.423549343,4,1.6827934371056,0,0,106,7118,757,331,187,1383,1361,0.2393347794649313,0.13739897134459955,911,-0.4924078091106291,-0.6693607641440118 +38039,ND,Griggs,794.318746666259,0,0.3282308870521732,131.819133048547,0.05447071613576322,1,0.431220354,3,1.31752305665349,1,0.431220354,132,6917,761.8,535,298,1335,1247,0.40074906367041196,0.23897353648757017,549,-0.17602996254681647,-0.4402566158781075 +38041,ND,Hettinger,2476.49258336585,0,0.9997951487145135,468.000000153945,0.1889382317940836,3,1.127819549,3,1.14111829593001,1,0.37593985,100,8025,666.5,313,168,1351,1261,0.231680236861584,0.13322759714512292,864,-0.5070318282753516,-0.6851704996034893 +38043,ND,Kidder,2424.28815963153,-0.12902178982083679,0.9956008869123327,522.925916356488,0.21475396975625788,2,0.825082508,3,1.24275062137531,0,0,53,7267,453.2,393,179,1310,1358,0.3,0.13181148748159058,927,-0.36412213740458016,-0.6826215022091311 +38045,ND,LaMoure,1539.82557442398,-62.79451431265869,0.3720284064807876,264.616728909803,0.06393252691708214,4,0.964087732,3.5,0.851374361469229,1,0.241021933,137,12354,582.4,737,500,2179,2115,0.33822854520422213,0.2364066193853428,975,-0.2923359339146397,-0.46099290780141844 +38047,ND,Logan,834.768581954542,-56.227559707730435,0.4194816994746443,147.183275153652,0.07396144480083015,1,0.514403292,1,0.515198351365276,0,0,85,5820,746.6,221,112,1042,1030,0.21209213051823417,0.1087378640776699,755,-0.5547024952015355,-0.7330097087378641 +38049,ND,McHenry,3724.72089054009,-30.9597610827037,0.6904023893494142,786.552558815357,0.14579287466457033,3,0.501002004,3,0.503102465202079,0,0,192,17817,728.2,924,474,2653,2687,0.3482849604221636,0.17640491254186824,1517,-0.27402940067847714,-0.5645701525865277 +38051,ND,McIntosh,558.930954380313,0,0.19897862384489604,131.113876968509,0.046676353495375224,2,0.714030703,3,1.12951807228916,1,0.357015352,161,8273,638.4,456,233,1510,1423,0.3019867549668874,0.16373858046380885,862,-0.37880794701986753,-0.6057624736472241 +38053,ND,McKenzie,2346.42609077868,-18.023730652627414,0.36893491993375477,635.535440707456,0.09992695608607799,2,0.181884322,5.83333333333333,0.462192641893141,1,0.090942161,205,33090,763.5,926,696,3423,4594,0.2705229330996202,0.15150195907705702,2965,-0.44522348816827345,-0.6454070526774054 +38055,ND,McLean,4944.00661082148,0,0.5516633129682526,992.893883977116,0.11078931979213526,3,0.313217791,5,0.513927433446397,1,0.10440593,297,28803,664,1660,1070,4894,5206,0.3391908459337965,0.20553207837111026,2757,-0.30036779730281976,-0.5295812524010757 +38057,ND,Mercer,1567.89838975606,1.7625257546378787,0.18612279080674976,300.750158163986,0.035701585726968896,3,0.343013949,6,0.690131124913734,5,0.571689915,256,26225,723.8,1161,616,4394,4564,0.26422394173873465,0.13496932515337423,3099,-0.4485662266727355,-0.6790096406660824 +38059,ND,Morton,8212.67875497539,-2.7363001028616964,0.2989581287530629,2044.84826020611,0.07443661534731572,5,0.167661458,12,0.389496575675939,15,0.502984374,790,89159,730.2,4467,3077,13510,15547,0.3306439674315322,0.19791599665530327,8242,-0.3110288675055514,-0.5301344310799512 +38061,ND,Mountrail,1006.62654555298,2.1846982941404733,0.13119073967848038,225.792007023176,0.029426822236827313,5,0.511142916,9.75,0.951962507322788,6,0.613371499,245,29418,891.6,1401,1211,3444,4009,0.406794425087108,0.30207034173110503,1340,-0.16231126596980255,-0.33424794213020703 +38063,ND,Nelson,3125.99999344716,0,0.9999999979037619,559.99999814534,0.1791426737509085,5,1.642036125,4.66666666666667,1.57657657657658,1,0.328407225,174,9085,844.6,766,536,1668,1694,0.4592326139088729,0.31641086186540734,489,-0.057553956834532405,-0.2886658795749705 +38065,ND,Oliver,1556.00071463087,2.6529137027006913,0.8429039624219231,354.914295795817,0.19226126532817822,0,0,0.333333333333333,0.17825311942959,0,0,42,5561,558,281,119,1010,1002,0.27821782178217824,0.1187624750499002,708,-0.40792079207920795,-0.7065868263473054 +38067,ND,Pembina,3425.07325993106,0.39203381578545166,0.46203605287077565,753.200521516746,0.10160535835919951,5,0.701459035,5,0.707313622860376,1,0.140291807,258,21384,679.2,1245,681,3226,3093,0.38592684438933667,0.22017458777885549,1523,-0.20086794792312457,-0.4924021985127708 +38069,ND,Pierce,840.863715553434,-0.20832322341941162,0.1929914426333335,222.836110186593,0.051144390678584575,1,0.227066303,3,0.703070072650574,3,0.68119891,194,13138,766,656,431,2162,2020,0.303422756706753,0.21336633663366336,1002,-0.37280296022201664,-0.49603960396039604 +38071,ND,Ramsey,1901.89550088048,-24.58616196535293,0.16608990488869793,403.70226488124,0.03525476070921666,3,0.259425804,10,0.866025807569066,11,0.951227949,411,34764,785.3,2162,1505,4971,5218,0.43492255079460873,0.2884246837868915,1711,-0.09997988332327501,-0.32790341126868533 +38073,ND,Ransom,888.716040522846,-1.2128033525710034,0.1628579880012545,232.042411360485,0.04252197386118472,1,0.183621006,4.91666666666667,0.909819886503824,3,0.550863019,239,16375,791.3,1341,836,2412,2317,0.5559701492537313,0.36081139404402246,373,0.13805970149253732,-0.16098403107466547 +38075,ND,Renville,1456.94041918568,-22.663565202868288,0.5898544207229474,316.591651846585,0.12817475783262552,1,0.386548125,1,0.392156862745098,2,0.77309625,87,7764,762.2,398,200,1272,1255,0.3128930817610063,0.1593625498007968,778,-0.35534591194968557,-0.6199203187250997 +38077,ND,Richland,6564.55920425541,-24.663881763845485,0.40221550176186566,1473.11849266247,0.09025908293992219,4,0.243427459,6.41666666666667,0.392384679671416,11,0.669425511,438,49100,664.9,3190,2064,7549,7460,0.4225725261624056,0.2766756032171582,2695,-0.13551463770035765,-0.36126005361930297 +38079,ND,Rolette,1302.22412828734,31.558843302905395,0.09343647329320083,285.53092251027,0.020487258557097654,5,0.342090859,15.5,1.05737089842418,6,0.410509031,394,43976,1056.6,3351,2097,4528,3662,0.7400618374558304,0.5726379027853632,887,0.49933745583038874,0.2422173675587111 +38081,ND,Sargent,838.758261364933,-12.507497605827703,0.21905412937188118,183.356463054689,0.04788625308296918,4,1.017552786,4,1.02827763496144,0,0,115,11673,667.4,1073,693,1987,1978,0.5400100654252642,0.35035389282103135,395,0.09914443885254148,-0.1996966632962588 +38083,ND,Sheridan,1077.57791675955,-0.7022384719135094,0.8157289301737698,178.195448559998,0.13489435924299623,1,0.754147813,1,0.75642965204236,0,0,31,3950,324.7,161,94,808,774,0.19925742574257427,0.12144702842377261,550,-0.5891089108910892,-0.710594315245478 +38085,ND,Sioux,1701.19911762784,0.32774649527505456,0.4096313791543078,604.532269782554,0.14556519859921838,1,0.226142017,4,0.895054822107854,1,0.226142017,143,13291,1376.8,900,758,1138,1177,0.7908611599297012,0.6440101954120646,502,0.5949033391915641,0.4265080713678845 +38087,ND,Slope,692.378853221123,0,0.9523780649534017,135.711460067277,0.18667326006503024,0,0,NA,NA,0,0,12,2294,363.6,83,42,434,427,0.1912442396313364,0.09836065573770492,319,-0.5944700460829493,-0.747072599531616 +38089,ND,Stark,4111.58680830113,-34.952524475932776,0.1699073022976623,1008.51857153766,0.041676043288468946,3,0.098775188,14,0.44873233116446,21,0.691426314,721,91043,659.4,2805,1745,11539,12115,0.2430886558627264,0.1440363186132893,7973,-0.4943235982320825,-0.6581097812628973 +38091,ND,Steele,1733.18060102447,-8.651800227834459,0.8775597979870734,371.468091510573,0.1880851096256066,3,1.534526854,1,0.509683995922528,0,0,60,5869,582.9,515,361,1028,984,0.5009727626459144,0.366869918699187,176,0.019455252918287924,-0.1788617886178862 +38093,ND,Stutsman,6953.20852921441,-0.013040667951560279,0.3295359492518678,1474.00767345703,0.06985818357616257,3,0.14198495,13.5,0.638962514199167,19,0.899238014,712,63401,762.4,3561,2484,9431,9938,0.37758456155232745,0.24994968806600926,4222,-0.22054925246527413,-0.42483397061783057 +38095,ND,Towner,781.604997319918,-63.763528125981495,0.34799866309880584,140.891620291969,0.0627300179394341,0,0,2,0.883782589482987,1,0.432900433,89,6859,636.7,511,305,1164,1137,0.43900343642611683,0.26824978012313105,428,-0.09278350515463918,-0.376429199648197 +38097,ND,Traill,1475.50212235851,-36.37327270834512,0.18168970845444032,357.598146919135,0.04403375777849219,7,0.866122247,5.66666666666667,0.70568700705687,7,0.866122247,295,24273,737.5,1784,1239,3841,3864,0.4644623795886488,0.32065217391304346,1024,-0.046602447279354364,-0.2650103519668737 +38099,ND,Walsh,2050.03849999438,0,0.18437256048155232,383.886131719846,0.034525238935142186,4,0.364630811,10.1666666666667,0.932379554903399,3,0.273473108,469,32948,824.9,2118,1166,5061,4543,0.4184943687018376,0.2566585956416465,1825,-0.13653428176249754,-0.401716927140656 +38101,ND,Ward,20557.4132129089,-17.024452112824893,0.3333184144776474,5382.88236048444,0.08727818987408903,9,0.129712902,28.1666666666667,0.401177420120591,48,0.691802145,1448,208803,689.3,8412,5792,25231,26861,0.3333993896397289,0.21562860652991325,12809,-0.3077166977131307,-0.4768623655113362 +38103,ND,Wells,1592.62620129381,0.21127655416570412,0.3785657716410292,262.690678464939,0.06244133074992608,6,1.43129771,4,0.976085895558809,3,0.715648855,174,12539,641.8,671,419,2359,2352,0.2844425604069521,0.17814625850340135,1374,-0.4133107248834252,-0.5841836734693877 +38105,ND,Williams,4762.93534945924,-0.4202662521530938,0.212650028996305,1145.8302707789,0.05115770474055273,4,0.124494242,17.9166666666667,0.521788935162264,28,0.871459695,697,96984,813.1,2288,1722,9600,12529,0.23833333333333334,0.13744113656317344,8311,-0.4998958333333334,-0.6633410487668608 +39001,OH,Adams,2025.71553314208,116.39640982565538,0.07095325860392575,499.599684869614,0.01749911330541555,4,0.142201998,31.75,1.13770738524385,15,0.533257492,1000,84280,989.5,3857,2293,10787,11063,0.3575600259571707,0.20726746813703337,6152,-0.26272364883656246,-0.5560878604356866 +39003,OH,Allen,19335.2763357741,-11.991764490870525,0.18184044479760464,4639.55637232608,0.04363314905649416,14,0.133282559,94.6666666666667,0.912520162197246,99,0.942498096,3293,314689,820.3,16869,12815,46458,44636,0.36310215678677515,0.2871000985751411,17043,-0.2568556545697189,-0.38182184783582757 +39005,OH,Ashland,1795.13717656564,-7.878431077514278,0.03378191491307025,353.057109693003,0.0066440299910235975,13,0.245121146,38.4166666666667,0.716034195680807,31,0.584519657,1641,159420,769.5,8083,5659,23826,24074,0.3392512381432049,0.2350668771288527,11510,-0.2997565684546294,-0.47810916341281046 +39007,OH,Ashtabula,20657.0305335266,21.933802765637044,0.2035235576768436,4913.64075887453,0.048411684669246675,15,0.151247794,98.0833333333333,0.99849674067589,86,0.867154021,3565,297520,921,22964,15191,41781,39809,0.5496278212584668,0.3815971262779773,7564,0.12144276106364138,-0.19000728478484769 +39009,OH,Athens,14901.0944427876,-4.857278977633073,0.23010785618215174,2136.33648132537,0.032990047119622126,11,0.169981302,50.25,0.759224005076602,59,0.911717893,1419,195119,834.8,17268,15552,26112,27941,0.6613051470588235,0.5566014101141692,4736,0.3504136029411764,0.16950001789484992 +39011,OH,Auglaize,2299.64571532761,11.35167766651258,0.050047785921948466,550.898334248435,0.011989343277295155,6,0.130887197,30,0.653680219636554,34,0.741694117,1461,137673,754.5,5643,3825,22838,22860,0.24708818635607321,0.1673228346456693,14305,-0.48861546545231627,-0.6257655293088363 +39013,OH,Belmont,10006.2012686262,-4.811430211454406,0.14213354074753126,1445.60067745558,0.02053410053203949,19,0.273534789,58.1666666666667,0.847009256427805,54,0.777414664,2596,208095,849.5,13826,8652,30876,30537,0.44779116465863456,0.28332842125945573,12077,-0.08394869801787797,-0.39548744146445297 +39015,OH,Brown,3237.49882761767,-27.640924671464983,0.07219147365690742,769.778040640245,0.017164920854485236,8,0.181340103,41.5,0.948376334011289,25,0.566687823,1507,132160,948.4,6923,4270,18955,19139,0.36523344763914534,0.22310465541564345,9987,-0.25048799788973886,-0.5218140968702649 +39017,OH,Butler,125412.067800483,11.630468386366069,0.3406733159494825,33912.1797588824,0.09212011995458777,43,0.114924711,260.75,0.690660782916641,272,0.726965613,9642,1121688,833.1,59282,56700,164020,168422,0.36143153273990974,0.33665435631924573,47741,-0.261821729057432,-0.2834605930341642 +39019,OH,Carroll,1704.27967843959,1.6915453953879718,0.059102499599097996,331.882167148881,0.01150929973466781,3,0.106432043,23.5,0.849325960461166,15,0.532160216,964,84327,816.5,5396,3124,12965,12807,0.41619745468569225,0.24392910127274148,5943,-0.13736984188198997,-0.46404310142890604 +39021,OH,Champaign,627.128366559511,53.5372370505427,0.01564028148139539,144.89734244789,0.003613670410451904,10,0.255571458,26,0.671019691847111,19,0.48558577000000003,1165,117516,820.6,7826,4488,20016,17597,0.39098721023181454,0.2550434733193158,7826,-0.2011390887290168,-0.4447348979939762 +39023,OH,Clark,33638.012155897,26.28538805224631,0.2431669388786262,8342.50633462953,0.060307420027249675,19,0.139139095,112.416666666667,0.834038154308806,125,0.915388784,5158,409181,944.9,30022,22666,62136,59620,0.48316595854255184,0.38017443810801743,11645,-0.01760654049182442,-0.1953203622945321 +39025,OH,Clermont,78008.0457785454,-5.179268022679588,0.3952516215225012,21341.0765059403,0.10813109096406266,26,0.128993848,133.833333333333,0.659206063053922,132,0.654891844,5026,603567,783.7,29334,26096,93392,96455,0.3140954257323968,0.27055103416100773,39864,-0.35541588144594827,-0.41329117204914206 +39027,OH,Clinton,7472.72354197123,84.40486475588018,0.17775270080806918,1962.88437652891,0.04669087479849929,8,0.191227441,34.4166666666667,0.821360953335561,31,0.741006334,1300,125699,893.9,5534,3943,17648,18100,0.3135766092475068,0.2178453038674033,9523,-0.3516545784224841,-0.5261325966850828 +39029,OH,Columbiana,21395.0415270525,3.1972127215956747,0.19839431688367598,4199.25415743456,0.03893931025708738,16,0.151391859,90.25,0.870424844480879,76,0.71911133,3883,316230,891.7,19351,12273,45078,45261,0.42927814011269355,0.271160601842646,18813,-0.12039132170903771,-0.41565586266321997 +39031,OH,Coshocton,6861.14462190056,7.297967508495382,0.18593383978484485,1637.03508677489,0.044362892246142115,8,0.219082046,24.5833333333333,0.671639072546127,21,0.575090371,1232,109882,860,6841,3908,15555,14961,0.4397942783670845,0.261212485796404,6473,-0.0945676631308261,-0.4326582447697347 +39033,OH,Crawford,10125.7319365623,306.44398686365577,0.23126557501741052,2413.46884638735,0.05512216440680043,7,0.164783427,36.4166666666667,0.865353388937734,33,0.776836158,1669,127499,897.5,7207,4518,19192,18702,0.37552105043768236,0.24157844080846969,8747,-0.22686536056690287,-0.46770398887819487 +39035,OH,Cuyahoga,250036.420635505,1.5540685551724975,0.19532233696124662,55522.2482268326,0.0433726224741334,294,0.23336519,1159.5,0.928081117251183,1102,0.874722581,40696,3780327,799.4,420953,383974,611512,583230,0.6883806041418647,0.6583577662328756,204080,0.3867103180313714,0.34991341323320135 +39037,OH,Darke,3130.78430107329,46.600403428378584,0.059117134029594405,704.607241115653,0.013304768615639513,11,0.210744118,19.9166666666667,0.38465500148068,29,0.55559813,1809,156613,813.9,6610,4395,24807,25e3,0.26645704841375417,0.1758,15303,-0.4488652396500987,-0.61212 +39039,OH,Defiance,5001.03592042594,-20.108922709898376,0.1281101498687384,1312.38713226828,0.033619057106547126,5,0.129836406,26.6666666666667,0.698848646854308,27,0.701116593,1136,115476,771.4,7438,5282,17744,17795,0.4191839495040577,0.2968249508288845,6196,-0.14072362488728585,-0.3481876931722394 +39041,OH,Delaware,46411.8620546816,0.16098201752611316,0.2664071891735544,14164.7618255116,0.0813066792881835,17,0.089893344,69.5,0.353756178008073,166,0.877782067,3048,567496,615.2,36131,39584,96330,100101,0.3750752621197965,0.39544060498896116,16076,-0.23719505865254858,-0.16059779622581194 +39043,OH,Erie,21523.2982946061,-0.11146739149728452,0.279236864705122,4797.96181259465,0.062247328229409433,11,0.145065147,55.3333333333334,0.736726714331998,78,1.028643773,2824,227558,854,20969,15692,38262,36730,0.5480372170822225,0.42722570106180235,3609,0.11274894150854631,-0.0982575551320446 +39045,OH,Fairfield,30776.2722720533,-14.179639629379468,0.21057139133565028,8253.92402983093,0.056473384806856576,14,0.093096867,73.4166666666667,0.481114744501312,99,0.658327847,3616,450737,731.7,28831,24150,70079,70542,0.4114071262432398,0.3423492387513822,19013,-0.1612894019606444,-0.2695273737631482 +39047,OH,Fayette,896.913255141699,-26.912170870829904,0.030896081816799828,178.453714732736,0.006147217179908232,7,0.243055556,31.4166666666667,1.09557353419817,32,1.111111111,1076,86112,1018.3,4075,2672,10677,10817,0.38166151540694954,0.24701858186188408,5091,-0.22300271611875994,-0.47064805398909126 +39049,OH,Franklin,274663.114038607,-0.35491563704248225,0.23608372775177794,74009.1072706459,0.06361373274745345,265,0.215203432,984.583333333334,0.778623422785072,1107,0.898981885,27670,3701048,826.7,325654,335961,541751,554711,0.6011137958213275,0.6056505099051578,143633,0.21728247848181176,0.2589330299921941 +39051,OH,Fulton,6459.18563773524,11.95647205319405,0.15127607002049837,1673.09129159467,0.03918430117557427,7,0.16439643,30.8333333333333,0.725251289771213,25,0.587130108,1247,127483,763.7,8790,5981,20757,20693,0.4234715999421882,0.2890349393514715,7438,-0.1315700727465433,-0.3594452230222781 +39053,OH,Gallia,3690.43821212106,53.593321558786954,0.11930038831451024,877.500529417395,0.02836686265653957,5,0.164489917,40.0833333333333,1.3354433894164,31,1.019837484,1100,91016,973.1,3418,2564,9534,12588,0.3585063981539752,0.20368605020654593,7003,-0.2615900985945039,-0.5563234826819192 +39055,OH,Geauga,18310.2758896316,6.824383031423184,0.19606458886626477,4573.60366538371,0.0489736871085857,12,0.127260194,48.75,0.518286200297682,58,0.615090938,2399,282136,615.9,19295,17165,50125,48736,0.3849376558603491,0.3522037097833224,12412,-0.21564089775561102,-0.2546782665791202 +39057,OH,Greene,47231.7808722227,-11.955391119730221,0.2923247131155744,11082.1138256558,0.06858889681850186,16,0.097668172,92.75,0.56292295086942,132,0.805762422,4236,492952,723.7,31028,28023,81075,79633,0.3827073697193956,0.35190184973566235,19483,-0.2177613320999075,-0.2446598771865935 +39059,OH,Guernsey,6254.85549601462,7.879187881878144,0.15603201776173373,1492.69057825596,0.03723627555706239,12,0.303106845,45.0833333333333,1.15411856061576,38,0.959838343,1412,118448,944,7226,4286,16403,16156,0.44052917149301957,0.2652884377321119,6878,-0.09662866548802046,-0.42572418915573157 +39061,OH,Hamilton,236682.57274106,8.129983360658942,0.2949778690997714,59024.9993365188,0.07356295111322002,165,0.204554499,689.5,0.852182489411061,681,0.844252205,23747,2418013,844.9,208508,207587,402572,395e3,0.5179396480629552,0.5255367088607595,37615,0.0493203700207665,0.09522784810126589 +39063,OH,Hancock,12032.6738623908,0.42622366847948834,0.16090334388476907,2883.67010916752,0.03856101881692814,11,0.146010592,47.9166666666667,0.6315461127513,62,0.822968794,2147,226489,753.8,12192,9419,34940,35216,0.3489410417859187,0.26746365288505225,14358,-0.2829135661133371,-0.4077124034529759 +39065,OH,Hardin,3035.02565478082,70.70560753618899,0.09467295697737912,834.817396611359,0.02604084461324346,6,0.188702982,25,0.794306411641355,20,0.629009938,938,95223,888.3,4487,2870,12147,12014,0.3693916193298757,0.23888796404195106,5671,-0.2346258335391455,-0.4720326285999667 +39067,OH,Harrison,381.456459222245,0,0.024045414726566124,84.4438713291311,0.005322987350550372,4,0.257350576,17.0833333333333,1.11604712440931,7,0.450363508,614,46651,901.3,2895,1663,6999,6956,0.4136305186455208,0.23907418056354227,3358,-0.1487355336476639,-0.4827487061529615 +39069,OH,Henry,3638.57213560143,-10.88228305846539,0.1289587855963647,826.733247293576,0.02930119607632735,4,0.143179296,16.3333333333333,0.591166286631197,19,0.680101657,845,83781,718.6,5513,3690,13937,13671,0.3955657602066442,0.26991441737985516,5446,-0.18641027480806488,-0.3983614951356887 +39071,OH,Highland,2456.47577881237,30.666552630454973,0.05635540569438093,606.97451721226,0.013924947055731034,8,0.185852015,44.5,1.03418624648493,27,0.627250552,1457,129399,907.1,5772,3436,17161,17048,0.3363440358953441,0.20154856874706711,9569,-0.3065089447001923,-0.5612975129047395 +39073,OH,Hocking,5072.30291778712,-0.6250867037770558,0.1726447555407461,1210.54613434102,0.041203067880906066,4,0.139251523,18.9166666666667,0.667490002352388,19,0.661444735,885,85798,849.5,6010,3713,12442,12513,0.4830413116862241,0.2967313993446815,4569,-0.01125221025558587,-0.36514025413569884 +39075,OH,Holmes,875.830753574264,0,0.020672963073555775,203.65901079427601,0.004807133333198225,12,0.273360973,17.0833333333333,0.388823136683661,14,0.318921135,938,131309,720,2568,1766,11355,10823,0.2261558784676354,0.16317102466968492,6812,-0.5279612505504183,-0.6294003511041301 +39077,OH,Huron,7389.88101039639,-0.7625085481316884,0.12393722554584224,1750.43775707465,0.02935695429971237,10,0.17031713,45,0.770033710364654,48,0.817522226,1780,176014,873.2,10673,7080,24077,24332,0.4432861236865058,0.2909748479368732,8850,-0.0892137724799601,-0.3637185599210916 +39079,OH,Jackson,1427.97091190759,-7.716355161395317,0.042978808484803316,351.635706009765,0.010583467449503838,9,0.274825944,43.3333333333333,1.33312823668154,24,0.732869183,1197,98214,1048.8,4965,3142,12916,13239,0.38440693713223906,0.2373291034066017,6476,-0.20795912047073395,-0.48916081275020773 +39081,OH,Jefferson,15086.3098312204,6.5706132142425835,0.21641839405557964,3156.53611997812,0.04528161528609104,15,0.221585369,62.75,0.940723195010794,47,0.694300824,2849,203043,972.7,14960,9483,32327,31346,0.4627710582485229,0.30252663816754927,11185,-0.05472205896000254,-0.35682383717220695 +39083,OH,Knox,8644.80621597503,-9.919029871607377,0.14190190929195237,2061.50700745947,0.03383902114967696,11,0.179835532,38.8333333333333,0.638559103715153,40,0.65394739,1761,182908,773.4,10154,7959,27618,27768,0.36765877326381347,0.2866248919619706,10604,-0.24328336592077626,-0.38187842120426396 +39085,OH,Lake,78510.8091236878,-12.008558514485559,0.34129050527378946,18356.8896736766,0.07979833887731579,38,0.165772368,167.166666666667,0.731217977318391,180,0.785237534,7202,688070,756.5,55219,45056,114264,112790,0.4832580690331163,0.3994680379466265,17571,-0.01689946089757055,-0.1557850873304371 +39087,OH,Lawrence,9196.4498974999,3.7622779843821665,0.14726100716573098,2246.15088933978,0.035967187979820334,11,0.178504779,52.6666666666667,0.865203487098611,38,0.616652873,2312,184638,1006.9,10454,6849,25252,25949,0.4139870109298273,0.2639408069675132,11391,-0.15511642642166962,-0.438976453813249 +39089,OH,Licking,34313.6544184969,29.110630146538323,0.2060979171281317,8352.91889443824,0.05017009162264998,20,0.118070724,114.25,0.663480412083764,121,0.714327882,4690,508498,819.3,32264,26360,77423,79399,0.41672371259186547,0.3319941057192156,22986,-0.14646810379344644,-0.2894998677565208 +39091,OH,Logan,3675.85483587678,5.546642718870282,0.08015732992884077,735.226811618416,0.01603268375459933,12,0.263695695,37.75,0.835824200154987,36,0.791087086,1500,136357,892.2,6789,4537,20535,21007,0.3306062819576333,0.21597562717189508,11049,-0.31818845872899926,-0.5259675346313133 +39093,OH,Lorain,81349.4002787049,5.179070879735363,0.26994451837263866,20268.4945967616,0.06725764410451958,53,0.174218319,230.75,0.753186558516802,185,0.608120546,8959,912185,780.2,78112,64958,138513,136654,0.563932627262423,0.4753464955288539,388,0.14451351136716406,-0.00283928754372359 +39095,OH,Lucas,72292.056245336,-2.4547015510941295,0.1636251739876102,18579.4754111658,0.04205261344944332,71,0.16311115,427.583333333333,0.988659415598428,373,0.856907872,13244,1304553,867,129229,107363,200850,191684,0.643410505352253,0.5601041297134868,33261,0.30435150609907896,0.1735199599340581 +39097,OH,Madison,12460.4750746298,81.45736738032616,0.2868763687033452,2988.47940704293,0.06880348583038862,5,0.113848536,29.25,0.673668209769916,22,0.500933558,1191,131269,847.7,6700,4662,17240,16754,0.388631090487239,0.27826190760415426,6657,-0.20388631090487241,-0.39733794914647247 +39099,OH,Mahoning,63368.7198877127,-9.215398184825197,0.2653375926427216,14187.3058284619,0.0594051068300034,42,0.180099827,206.083333333333,0.895983328116124,201,0.861906314,9255,699582,861.2,74298,56188,117571,112827,0.6319415502122122,0.49800136492151703,3380,0.27724523904704396,0.029957368360410186 +39101,OH,Marion,22122.5139050891,-3.730498890088528,0.332664379559542,4652.72422657498,0.06996472574209381,12,0.182592818,51.5,0.791139240506329,44,0.669506999,2197,196937,908,11933,7748,26433,25648,0.45144327166799075,0.3020898315658141,8815,-0.07585215450383992,-0.34369151590767316 +39103,OH,Medina,42335.4737522633,-4.849767931145197,0.24566228995348108,11760.8320975946,0.06824520168973029,21,0.119298525,99.5,0.561445878310132,118,0.670344091,4280,527025,698,37841,31582,88849,89360,0.42590237369019346,0.3534243509400179,22229,-0.1308174543326318,-0.24875783348254255 +39105,OH,Meigs,3888.99798410945,-22.072640329623347,0.1636095071144068,893.858511637231,0.037604480927102696,2,0.085722858,26.1666666666667,1.13153153153153,16,0.685782864,837,70058,909,3911,2157,9979,9410,0.3919230383805993,0.2292242295430393,4712,-0.18749373684737947,-0.5007438894792774 +39107,OH,Mercer,1408.26781235503,-56.69066803667526,0.0345045281608034,353.737066975533,0.008667052162873843,7,0.171438368,21,0.513334474076609,26,0.636771081,1242,122666,748.3,4609,3335,21161,21315,0.21780634185529985,0.1564625850340136,13865,-0.5480837389537356,-0.6504808820079755 +39109,OH,Miami,14209.8607399238,-9.120510797561453,0.13862467309156343,3770.2764153775,0.0367810315042778,10,0.096246391,55.75,0.532580555794381,78,0.750721848,3123,311615,785.1,15731,12832,50281,51467,0.31286171714961913,0.24932481007247362,23479,-0.3563771603587837,-0.4561952318961665 +39111,OH,Monroe,837.792184608278,1.2281288376161599,0.05721842539327129,203.482333665329,0.013897167986977804,1,0.069132389,15.1666666666667,1.06732348111658,6,0.414794331,540,43443,816,3007,1647,6743,6686,0.44594394186563846,0.2463356266826204,3134,-0.07904493548865488,-0.46874065210888416 +39113,OH,Montgomery,142425.887582158,-9.96145087533696,0.26614050109437487,34594.9539228404,0.06464497802094056,84,0.157564207,414,0.779310253953494,477,0.894739606,17954,1599109,876.2,128983,117661,254266,249560,0.5072758449812401,0.47147379387722393,3105,0.030656871150684717,-0.012441897740022412 +39115,OH,Morgan,945.824959082027,-0.2867612655155917,0.06282881354337896,255.00806518197,0.016939555279790755,2,0.13474365,10.6666666666667,0.720525983968297,2,0.13474365,494,44516,816.3,2772,1711,6042,6290,0.45878848063555117,0.2720190779014308,2604,-0.06024495200264807,-0.41399046104928455 +39117,OH,Morrow,166.316313211074,0,0.004775499273870101,40.6220128428831,0.0011663942585604015,6,0.170687301,20.9166666666667,0.597004985348403,14,0.398270369,964,105108,785.1,5780,3711,15813,16186,0.36552203882881174,0.2292722105523292,8011,-0.24549421362170365,-0.4949338934881997 +39119,OH,Muskingum,16744.9335222579,10.733062188629411,0.1945411334695483,4316.63722777894,0.05015030355018867,16,0.186441073,87.6666666666667,1.0185744605041,64,0.745764292,2931,257978,888.5,16327,10926,35954,36217,0.4541080269232909,0.3016815307728415,12662,-0.06950547922345218,-0.3496148217687826 +39121,OH,Noble,3788.43845414501,-0.023890301061844775,0.25868476982895255,377.551213289321,0.02578021258377064,4,0.278493351,8.58333333333333,0.600485052003171,8,0.556986702,407,43264,636.7,2082,1201,5755,5875,0.3617723718505647,0.20442553191489363,3240,-0.24604691572545617,-0.5514893617021276 +39123,OH,Ottawa,11156.6439043025,20.8544521846711,0.2693020156488969,2396.83008999563,0.057855317418065794,9,0.218690771,27.25,0.67058765626538,36,0.874763085,1401,123055,729.6,11214,8136,21936,21742,0.5112144420131292,0.3742066047281759,4253,0.0406181619256018,-0.19561217919234664 +39125,OH,Paulding,2557.60411142829,-11.064624525493295,0.13039686506721168,639.377173286096,0.03259800006557031,5,0.263310338,15.9166666666667,0.843714109020231,10,0.526620675,547,57148,762.5,3435,2068,8912,8842,0.385435368043088,0.2338837367111513,4291,-0.20343357271095153,-0.4852974440171907 +39127,OH,Perry,1410.53161663492,-62.01755427260866,0.03911840969091242,420.357840601766,0.011657824632585445,8,0.223388808,32.5833333333333,0.906931648435253,20,0.558472021,1037,107882,874.3,6857,4072,14673,14647,0.46732092959858246,0.278009148631119,5906,-0.04368568118312549,-0.40322250290161815 +39129,OH,Pickaway,7596.61635594995,6.382618072588187,0.13638939200599573,1058.81178106792,0.019009870750617976,8,0.140656868,41.0833333333333,0.713685978169605,36,0.632955904,1557,170215,825.3,9335,6325,23443,23814,0.39819988909269294,0.2656000671873688,10157,-0.18675084246896728,-0.42651381540270433 +39131,OH,Pike,4088.46418982961,-38.42663276679182,0.1424105398944446,1055.91657329915,0.036779984440389775,3,0.10617214,38,1.34943181818182,19,0.672423556,1005,84861,960.9,5490,3443,11233,11513,0.48873853823555596,0.29905324415877704,4226,-0.004006053592094716,-0.3670633197255277 +39133,OH,Portage,42909.8652637024,29.387350178055467,0.2658290861899925,9936.53801587208,0.06155742518459462,17,0.105014764,100.166666666667,0.618614427200096,124,0.765990042,4259,486103,799.3,38082,31463,74029,73968,0.51442002458496,0.42535961496863506,7515,0.04885923084196736,-0.10159798831927325 +39135,OH,Preble,314.004876838997,7.177774967915782,0.007428551616725739,62.2625759507064,0.0014729731712965792,5,0.120232771,28.5,0.690959342497636,22,0.529024191,1379,124547,877.7,6005,4323,19619,20475,0.30608084000203883,0.21113553113553113,11053,-0.3668382690249248,-0.5398290598290598 +39137,OH,Putnam,5727.09859938069,14.013148546052786,0.16600766976957854,1435.39444760099,0.0416068421577724,5,0.146322905,12.75,0.374383368569415,22,0.643820784,885,102338,669.9,4238,2874,18126,18387,0.23380778991503917,0.15630608582150432,11830,-0.5144543749310383,-0.6433893511720238 +39139,OH,Richland,31594.1102907102,18.64296948183541,0.25381892179723,6525.62133347414,0.05242515632435541,22,0.180413639,111.083333333333,0.917232970293487,96,0.787259517,4182,365884,836.5,21785,15629,55954,53739,0.38933767022911675,0.2908316120508383,20176,-0.20145119205061307,-0.37544427696830984 +39141,OH,Ross,10703.8210533486,24.950920917041852,0.13711596963195072,2024.87404203539,0.02593864062865585,13,0.168483262,64.6666666666667,0.83982683982684,53,0.686893298,2448,231610,929,13895,9905,28961,28955,0.47978315665895516,0.3420825418753238,7928,-0.023721556576085046,-0.2738041788982905 +39143,OH,Sandusky,6092.05572779065,-1.0881078742666666,0.09996153399498967,1426.36719860869,0.02340455497848336,12,0.199405108,48.75,0.821675375021069,36,0.598215324,1966,179810,841.1,14035,9733,28192,27491,0.49783626560726446,0.3540431413917282,6312,0.019296254256526646,-0.22960241533592807 +39145,OH,Scioto,14240.6569918688,5.733480505818903,0.17913001411173476,3207.76141557381,0.04034970773939056,12,0.155323721,77.6666666666667,1.02074790593348,58,0.750731316,2941,232245,1001.6,14432,8841,30023,29618,0.48069813143256834,0.29850091160780606,10901,-0.019684908237018295,-0.3680532108852725 +39147,OH,Seneca,7975.8375470328,31.820176484695622,0.14055577666812583,1798.68205385204,0.031697630696132524,11,0.197596508,38.0833333333333,0.688008478914121,28,0.502972929,1711,167175,788.9,10962,7237,24633,23481,0.44501278772378516,0.3082066351518249,7322,-0.08374944180570776,-0.3118265831949235 +39149,OH,Shelby,8219.96478161615,8.598383622661881,0.1663186124196457,2153.4043508468,0.0435708951469316,7,0.143000143,34.1666666666667,0.702685286112882,30,0.612857756,1287,146964,756.6,6065,4143,23129,23110,0.2622249124475766,0.1792730419731718,14005,-0.45981235678152965,-0.6060147122457811 +39151,OH,Stark,108254.356229243,4.515678627788044,0.2882278791787846,25550.2494407573,0.06802769389901993,62,0.165009475,281.166666666667,0.75256326527699,316,0.841016033,12238,1125795,784.1,86314,66581,176620,170868,0.4886989015966482,0.3896633658730716,29764,-0.0036462461782357236,-0.17419294426106702 +39153,OH,Summit,165394.718098392,-12.803077230037847,0.3052796574601029,39083.1451575484,0.07213827202790131,85,0.156843063,418.166666666667,0.773952742303658,444,0.819274352,17202,1626763,817.6,147146,129922,259389,249937,0.5672792601074063,0.5198189943865854,20391,0.14821754199291415,0.08158455930894587 +39155,OH,Trumbull,45541.4575972812,-1.3465150355613027,0.2165423637133459,9739.87468923328,0.04631154993168854,45,0.219324966,190.833333333333,0.945538626698047,141,0.687218228,7622,615514,852.3,59446,42130,98703,94073,0.6022714608471881,0.44784369585322037,6022,0.22188788587986186,-0.06401411669660795 +39157,OH,Tuscarawas,17960.7690232658,2.2870650117173623,0.19399849887954246,4118.85469971702,0.044488720266542305,18,0.193990602,80.3333333333333,0.8692202265022,78,0.840625943,3070,278468,787.2,17516,11895,39855,40088,0.4394931627148413,0.2967222111355019,14210,-0.0979550871910676,-0.35447016563560163 +39159,OH,Union,11122.956139362,51.58599969089877,0.21267602560921609,2699.25907392284,0.05161107215913652,5,0.09297828,22.25,0.401211749643868,27,0.502082713,1101,161400,767.6,8546,7530,24947,26533,0.342566240429711,0.2837975351449139,10071,-0.29666893814887557,-0.3795650699129386 +39161,OH,Van Wert,4648.77005034307,22.55225256490474,0.16173010194625206,1058.08638323191,0.036810686864455544,3,0.105403696,16.0833333333333,0.567073314058717,16,0.562153046,997,85469,808.7,3923,2667,13586,13584,0.2887531282202267,0.1963339222614841,7661,-0.40556455174444284,-0.563972320376914 +39163,OH,Vinton,6470.94777706147,204.52886466734296,0.48164851336520065,1526.73945281047,0.11363896187647712,0,0,10.5,0.812630601346645,7,0.528940608,438,39533,1007.3,2382,1332,5352,5393,0.44506726457399104,0.2469868347858335,2467,-0.07772795216741402,-0.4574448358983868 +39165,OH,Warren,75605.2082272299,8.636168223856021,0.35546636808559706,21670.3380497734,0.10188552538058798,30,0.135343027,103.166666666667,0.454352609921769,130,0.58648645,4747,666028,705,31907,33036,108008,114254,0.29541330271831723,0.2891452378034905,42911,-0.39551699874083396,-0.37557547219353365 +39167,OH,Washington,5778.64024941314,11.407378129237156,0.09353880425739164,1193.89503671359,0.01932556956705607,13,0.212373189,61.75,1.01880877742947,47,0.767810759,2220,183687,848.6,11333,7841,28798,28992,0.3935342732134176,0.2704539183222958,12060,-0.19404125286478224,-0.4159768211920529 +39169,OH,Wayne,18588.2530210001,2.0861226097174703,0.16231446927174378,4175.79015349844,0.036463413844729654,28,0.242346608,68.1666666666667,0.585272316190149,71,0.614521755,3213,347124,742.9,18932,14670,49356,48550,0.3835805170597293,0.30216271884654994,16952,-0.21310478969122293,-0.34916580844490214 +39171,OH,Williams,5340.36729667119,0.13464595569970197,0.14187257044448195,1323.42684869434,0.03515825005829499,6,0.160896731,29.25,0.790177486019937,27,0.72403529,1188,111795,770.8,7045,4287,17286,16938,0.4075552470207104,0.25309953949698905,7419,-0.16302209880828417,-0.43800921006021964 +39173,OH,Wood,41776.0575311933,14.283118440940907,0.3329087843554228,8860.08479092771,0.07060503626583985,17,0.131182962,79.6666666666667,0.611789882172852,117,0.902847442,3273,388502,762.6,31596,26440,61967,62287,0.5098842932528604,0.4244866505049208,5294,0.04194167863540277,-0.08499365838778555 +39175,OH,Wyandot,1018.68396102051,1.2464682306358195,0.045044614681428695,239.861406371445,0.010606296987461641,8,0.357893795,16.1666666666667,0.730928052566537,15,0.671050866,771,67078,806.4,3962,2484,10254,10396,0.38638580066315587,0.23893805309734514,4862,-0.2040179442168909,-0.46767987687572143 +40001,OK,Adair,1651.05631843157,7.476319910914668,0.07278826956009214,482.871223533051,0.021287802474674912,3,0.135220409,22.6666666666667,1.02573385223399,9,0.405661228,724,66395,1046,2110,1374,6472,6468,0.32601977750309025,0.212430426716141,3379,-0.34796044499381956,-0.5224180581323439 +40003,OK,Alfalfa,3316.19527714096,-3.297283503707253,0.5877694571323928,483.979364819341,0.08578152513635963,2,0.345423143,5.33333333333333,0.915279446255935,2,0.345423143,189,17485,776.8,278,216,1817,2256,0.15299944964226747,0.09574468085106383,1715,-0.694001100715465,-0.760195035460993 +40005,OK,Atoka,5732.81939501008,-3.014824375130337,0.4042320825701651,1178.13727233637,0.0830727169888852,3,0.217454335,14.9166666666667,1.08013516775284,7,0.507393447,501,41445,979.3,1241,795,4775,5002,0.2598952879581152,0.15893642542982808,3273,-0.4802094240837696,-0.6543382646941223 +40007,OK,Beaver,2157.19728383167,-2.8392442822075252,0.3827532441149166,505.469190234387,0.08968580380312047,1,0.182282173,3,0.557413600891862,1,0.182282173,143,16438,669.2,243,176,2300,2237,0.10565217391304348,0.07867679928475638,1811,-0.788695652173913,-0.8095663835493966 +40009,OK,Beckham,2642.98126105615,-15.600750453801101,0.11948918400724037,721.606159604652,0.03262381480196447,4,0.168840488,21.25,0.943647586482526,15,0.63315183,725,71046,988,1413,958,6909,7529,0.2045158488927486,0.12724133351042635,5329,-0.5909683022145029,-0.7077965201221942 +40011,OK,Blaine,6728.66848126208,-3.316926581289977,0.5633985163913656,1221.44867003288,0.10227318680673868,5,0.504184733,10.25,1.06294721559681,2,0.201673893,381,29530,958.5,991,711,3815,3793,0.2597640891218873,0.18745056683364092,2173,-0.4804718217562254,-0.5728974426575271 +40013,OK,Bryan,8293.33089867481,0.07945620666266427,0.19552364434823677,2015.45612652255,0.047516411885197805,5,0.112394911,44.8333333333333,0.983769629678391,30,0.674369465,1508,133438,943.8,3533,2793,12721,13775,0.27772973822812674,0.20275862068965517,7656,-0.4445405235437465,-0.5557894736842106 +40015,OK,Caddo,8867.08070555166,-10.10665319866982,0.29956353734971825,2214.7214281397,0.07482166986958447,4,0.136439608,33.8333333333333,1.14468089905381,11,0.375208923,1051,88202,1032.7,3151,2418,8811,9336,0.3576211553739644,0.2589974293059126,4055,-0.2847576892520713,-0.43434018851756645 +40017,OK,Canadian,26958.3946472009,-20.35345084875317,0.23332318957946444,6805.27892485591,0.05889925589060083,11,0.084888333,72.3333333333333,0.529790329983691,80,0.617369696,2781,388942,778.5,10533,11666,46148,55250,0.22824391089538007,0.21114932126696834,28303,-0.5435121782092398,-0.5122714932126697 +40019,OK,Carter,4759.17780255905,4.155114234299733,0.1000731291410108,1191.18651928327,0.025047553867638198,9,0.1843469,57.8333333333333,1.19106461268089,30,0.614489666,1872,146038,1079.9,4907,4002,17120,18533,0.28662383177570094,0.21593913559596395,9749,-0.4267523364485981,-0.5260346409108076 +40021,OK,Cherokee,10474.5807313356,0.4882579181652936,0.2229250799441463,2474.41317803058,0.05266165488391641,6,0.124118243,54.3333333333333,1.11567419575633,26,0.537845721,1450,144677,934.1,6137,5455,14288,16487,0.4295212765957447,0.33086674349487477,4537,-0.14095744680851063,-0.2751865105840965 +40023,OK,Choctaw,7356.59511252383,18.42576507495974,0.48382736682169214,1834.88843944032,0.12067664843408879,1,0.06595871,15.0833333333333,1.01332437576979,6,0.395752259,686,45198,1152.2,1494,1064,5066,5419,0.2949072246348204,0.19634618933382542,3138,-0.4101855507303593,-0.5790736298210002 +40025,OK,Cimarron,998.540116734018,-0.19475734706081432,0.40345055221576487,251.598297538837,0.10165587779346948,1,0.435919791,3,1.38760407030527,3,1.307759372,100,6830,968,115,70,1197,1077,0.0960735171261487,0.06499535747446611,892,-0.8078529657477025,-0.8282265552460539 +40027,OK,Cleveland,48390.8452446858,-21.009583554121754,0.18920781703069658,11644.9496539733,0.045531659807133,49,0.181543341,182.916666666667,0.656427003522875,224,0.829912415,5707,814808,760.7,34701,38790,93720,109326,0.3702624839948784,0.3548103836232918,23679,-0.25947503201024325,-0.21659074694034358 +40029,OK,Coal,1618.1589139954,1.3502810134135694,0.273106989703865,411.940209613178,0.06952577377437603,3,0.516617875,7.58333333333333,1.3419453783991,1,0.172205958,254,17223,1028.2,648,411,2357,2393,0.274925753075944,0.17175094024237358,1481,-0.45014849384811195,-0.6188884245716674 +40031,OK,Comanche,40133.4984593286,-3.8165363402937107,0.3234016540099647,10222.0057589352,0.08237043110231591,12,0.095974663,105.75,0.865838082137945,92,0.735805747,3044,374973,907.6,12517,11439,30174,32504,0.4148273347915424,0.3519259168102387,7714,-0.17034533041691519,-0.2373246369677578 +40033,OK,Cotton,5173.78488190306,1224.9521527967074,0.8354246539484999,1301.40233142797,0.21014085765024543,1,0.162601626,4,0.6732873253661,2,0.325203252,237,18263,1004.1,657,424,2453,2602,0.2678353037097432,0.16295157571099156,1630,-0.46432939258051364,-0.6264411990776326 +40035,OK,Craig,2597.30362409594,0.011576785512637753,0.17281945732223966,660.340837530891,0.043937776134865325,1,0.068577699,15,1.02564102564103,5,0.342888493,588,44054,992,1746,1249,5298,5778,0.32955832389580975,0.21616476289373485,3030,-0.3408833522083805,-0.5244029075804777 +40037,OK,Creek,14638.016827244,10.988808450930588,0.20921315516234798,3479.1387830641,0.0497254246010848,6,0.084947333,64.8333333333333,0.909150400119662,37,0.523841885,2498,212278,957.9,7114,5834,26078,28786,0.2727969936344812,0.20266796359341346,15705,-0.45440601273103765,-0.54557771138748 +40039,OK,Custer,8840.44730809653,41.73409034364678,0.32183360544965345,1844.29682745994,0.06714102542720667,5,0.169491525,24.0833333333333,0.822153187906098,25,0.847457627,908,88637,958.3,2358,2102,9800,10531,0.24061224489795918,0.19960117747602316,5716,-0.5187755102040816,-0.5427784635837053 +40041,OK,Delaware,7749.04382691368,-8.874894346244066,0.1867824578039791,1917.12714481213,0.046210310333649814,5,0.120638904,40.0833333333333,0.963587993012484,16,0.386044492,1568,124286,886.4,4176,3306,14232,15680,0.2934232715008432,0.21084183673469387,8490,-0.4131534569983137,-0.5414540816326532 +40043,OK,Dewey,4809.99999895246,0,0.9999999997822164,1221.00000009039,0.2538461538649459,2,0.407000407,4.5,0.933803693712388,0,0,211,14768,1040.2,301,222,2070,2246,0.14541062801932367,0.09884238646482636,1742,-0.7091787439613526,-0.7756010685663401 +40045,OK,Ellis,4132.15332858142,0.11934367721324149,0.9954597274346954,1027.22339622167,0.24746408003412912,4,0.963855422,3,0.735294117647059,1,0.240963855,177,12491,953.2,226,155,1801,1826,0.1254858411993337,0.08488499452354874,1455,-0.7490283176013326,-0.7968236582694415 +40047,OK,Garfield,10121.624007563,-34.156485853123634,0.16707863993996366,2484.53637598529,0.04101248557255348,12,0.190201455,64.6666666666667,1.03296434143199,43,0.681555214,2052,188953,890.1,4732,4391,19908,21692,0.23769338959212377,0.2024248570901715,11607,-0.5246132208157526,-0.5350820579015305 +40049,OK,Garvin,4717.76790458528,-44.481190320371326,0.17108238702441544,1247.23666640801,0.045229063910937416,7,0.253982076,28.9166666666667,1.03874799434825,17,0.616813613,1040,82628,1009,2556,1852,9478,10531,0.2696771470774425,0.17586174152502138,6391,-0.460645705845115,-0.60687494065141 +40051,OK,Grady,6855.3551728216,-10.096666788414575,0.13075003667337262,1620.2289214473,0.030902117477204328,8,0.148549783,42.25,0.773030829750252,25,0.464218071,1606,162236,898.4,4780,3878,19598,22257,0.24390243902439024,0.17423731859639663,13415,-0.5121951219512195,-0.6027317248506088 +40053,OK,Grant,2957.95251751215,5.683085460062094,0.6534023674645791,665.348023753356,0.1469732767292591,3,0.666518551,5.5,1.23180291153415,0,0,181,13533,886.5,393,287,2067,2200,0.19013062409288825,0.13045454545454546,1540,-0.6197387518142234,-0.7 +40055,OK,Greer,550.8833149365,0,0.08829673263928514,98.2304951270926,0.015744589698203654,2,0.325150382,4.83333333333333,0.805824163610092,1,0.162575191,243,18375,942,488,323,1832,1896,0.2663755458515284,0.17035864978902954,1159,-0.46724890829694327,-0.6112869198312236 +40057,OK,Harmon,242.164421913207,0,0.08287625664380802,50.1391539123656,0.017159190250638466,1,0.357398142,3,1.1094674556213,1,0.357398142,92,8485,737.4,264,224,923,975,0.28602383531960995,0.22974358974358974,490,-0.4279523293607801,-0.5025641025641026 +40059,OK,Harper,1903.180770526,-0.19571436140644605,0.5164669662214383,455.627083027076,0.12364371316881304,2,0.524658972,4,1.07613666935701,1,0.262329486,123,11427,750.3,173,131,1434,1485,0.1206415620641562,0.08821548821548822,1176,-0.7587168758716876,-0.7919191919191919 +40061,OK,Haskell,4845.30974357014,0.8057983790727258,0.3794588255595693,1211.80802348122,0.09490234344750725,2,0.155086849,14,1.09829763866008,4,0.310173697,492,38669,946.2,1175,882,4244,4734,0.276861451460886,0.18631178707224336,2815,-0.4462770970782281,-0.5946345585128855 +40063,OK,Hughes,3764.94638841392,10.640821028626931,0.2688671276450703,911.084060875001,0.06506349074305513,4,0.289729103,16.0833333333333,1.18556194407588,8,0.579458207,578,41280,1022.5,1370,961,4206,4525,0.3257251545411317,0.2123756906077348,2426,-0.3485496909177366,-0.536132596685083 +40065,OK,Jackson,6368.2769250254,28.299410824342914,0.24080302975971413,1720.31890245048,0.0650502496578114,1,0.0384645,18.9166666666667,0.741917349753566,17,0.653896454,795,77628,959.3,1953,1473,7915,7806,0.24674668351231838,0.1887009992313605,4496,-0.5065066329753631,-0.5759672047143223 +40067,OK,Jefferson,1507.90767934523,0.12655628362069435,0.23298944365655594,372.892288555829,0.05761623741591919,3,0.476795931,9.25,1.48475120385233,2,0.317863954,303,18897,1141.7,602,365,2234,2345,0.2694717994628469,0.15565031982942432,1540,-0.4610564010743062,-0.6567164179104478 +40069,OK,Johnston,3965.19705281834,11.933301120719204,0.36188710895485443,973.703911598086,0.08886592238734015,1,0.090065748,13.3333333333333,1.20260966296864,4,0.360262992,389,33054,963.3,1134,782,3778,4001,0.30015881418740076,0.19545113721569607,2299,-0.3996823716251985,-0.5746063484128968 +40071,OK,Kay,14104.3326490356,39.21308127761861,0.30291509490648166,3732.52009684242,0.080162366239474675,8,0.175909231,39.8333333333333,0.886307841784779,38,0.835568846,1777,136428,968.1,4624,3734,16122,16795,0.28681305049001365,0.22232807383149747,8434,-0.42637389901997275,-0.5021732658529324 +40073,OK,Kingfisher,1812.58755476907,-20.278276751149576,0.12056588763928895,490.622255254162,0.03263417954331262,4,0.257532835,11,0.703414758920578,7,0.450682462,446,46396,796,844,783,5354,6123,0.1576391483003362,0.12787849093581577,4368,-0.6847217033993276,-0.713375796178344 +40075,OK,Kiowa,4663.12937981374,31.80973489632178,0.4936618018011582,1012.19613847377,0.10715605954623862,3,0.321336761,10.9166666666667,1.20267342367155,2,0.214224507,441,27766,1225.4,1101,766,3410,3489,0.32287390029325513,0.21954714817999427,1827,-0.35425219941348973,-0.5236457437661222 +40077,OK,Latimer,2849.98262961484,14.194692705099483,0.2555121597287825,732.003752422639,0.06562701743075479,2,0.187038249,8,0.768196658344536,2,0.187038249,408,31812,915.3,1169,797,3789,4050,0.30852467669569805,0.19679012345679012,2297,-0.3829506466086039,-0.5671604938271605 +40079,OK,Le Flore,7757.03254261092,12.112829526161935,0.15395825148084552,1808.49192446857,0.03589417125413961,5,0.100480296,63.6666666666667,1.27657583595666,18,0.361729065,1815,149296,1010,4658,3245,15830,17199,0.29425142135186355,0.18867376010233153,10101,-0.4114971572962729,-0.5873015873015873 +40081,OK,Lincoln,2533.05781288979,-62.75411003798088,0.07390826052256266,656.103219250711,0.019143442921562486,3,0.086657616,30.5,0.868228529135472,16,0.462173951,1141,103985,917.3,3265,2423,12807,14001,0.25493870539548685,0.17305906720948502,8415,-0.49012258920902635,-0.6010284979644311 +40083,OK,Logan,9026.69320563416,-5.5038535594326365,0.21570190225659888,2050.08464155174,0.04898883200037612,2,0.0441735,28.3333333333333,0.608168054720815,15,0.331301352,1077,135689,708.5,4686,4239,16983,18948,0.27592298180533475,0.22371754274857505,9374,-0.44815403638933055,-0.49472239814228414 +40085,OK,Love,1911.04528135064,-6.002441520842275,0.2028064609307694,402.860431710842,0.04275288461326988,1,0.102322726,9.5,0.950285085525658,5,0.511613629,340,29355,936.3,1034,735,3470,3787,0.2979827089337176,0.19408502772643252,2185,-0.4040345821325648,-0.576973857935041 +40087,OK,McClain,3325.78282676025,1.0579476257146763,0.09638274000928099,944.312386132533,0.027366614099940102,2,0.0536006,32.3333333333333,0.835875428709305,25,0.670007772,1016,111821,886.6,3191,2893,14299,16839,0.2231624589132107,0.1718035512797672,10258,-0.5536750821735785,-0.6091810677593681 +40089,OK,McCurtain,5508.48449346296,0.6258389491642327,0.16616344886920334,1332.5123104715,0.04019523726196797,9,0.272314675,52.5,1.5995368959844,15,0.453857791,1258,99245,1056,2440,1799,10073,10709,0.24223170852774745,0.16798954150714351,6843,-0.5155365829445051,-0.6389952376505743 +40091,OK,McIntosh,2402.80658051403,-6.990246523486763,0.11864539702320906,468.897199433757,0.023153130527047056,6,0.298685783,20,1.00933636134242,8,0.39824771,880,60575,951.8,2767,2122,7265,7958,0.3808671713695802,0.26664991203820054,3379,-0.23826565726083965,-0.4246041719024881 +40093,OK,Major,1359.13354009168,-59.14802085439413,0.18056776140450115,281.351195958763,0.03737892865135685,3,0.387096774,9,1.15800308800823,2,0.258064516,273,23212,824.4,446,310,3146,3399,0.1417673235855054,0.09120329508679023,2630,-0.7164653528289893,-0.7737569873492204 +40095,OK,Marshall,3885.38601491219,118.96753326640497,0.24528952114344635,1121.82072757941,0.07082201563001325,4,0.247188234,14.4166666666667,0.890412369011591,9,0.556173526,614,48269,925.3,1396,1095,5140,5487,0.2715953307392996,0.19956260251503555,3107,-0.45680933852140077,-0.566247494076909 +40097,OK,Mayes,4346.86785018205,268.13238938268205,0.10535562786742407,1215.67361784925,0.029464446977610942,6,0.147001176,42.0833333333333,1.02842945584881,30,0.73500588,1378,122637,942.8,4822,3423,14456,15712,0.3335639180962922,0.21785896130346233,8127,-0.33287216380741563,-0.5172479633401221 +40099,OK,Murray,551.126078389674,-45.77036859091686,0.040860474376458636,145.428100127353,0.010782035893190465,2,0.144896037,13.75,0.987929300186808,10,0.724480185,567,41428,1031.1,1540,1086,5146,5525,0.29926156237854645,0.19656108597285069,3087,-0.40147687524290715,-0.5587330316742081 +40101,OK,Muskogee,10087.5277647451,13.326454104747846,0.14209786962593465,2765.03067024537,0.03894957980342823,13,0.185804534,84,1.20903320523339,55,0.786096104,2774,209857,1115.7,9943,7969,23335,24193,0.42609813584743944,0.3293927995701236,7060,-0.14780372830512106,-0.2918199479188195 +40103,OK,Noble,3302.80047036051,-2.537533693391109,0.285684670042428,886.148605901498,0.07664982319016496,1,0.087001914,9.75,0.85646521433591,6,0.522011484,405,34466,903.3,1142,901,4626,4870,0.24686554258538695,0.18501026694045175,2806,-0.5062689148292261,-0.5761806981519507 +40105,OK,Nowata,2221.79741502347,-17.380002137416373,0.21087674781923596,569.715543100152,0.0540732292236287,1,0.095020905,12.0833333333333,1.15974021819113,2,0.190041809,432,31567,999.7,1244,742,4076,4237,0.30520117762512267,0.17512390842577294,2579,-0.38959764474975467,-0.6086853906065612 +40107,OK,Okfuskee,2436.26564218133,-10.91342748144335,0.19984132902808058,387.120382874192,0.031754604451988515,3,0.246184146,12.8333333333333,1.05476562285965,2,0.164122764,529,36650,1219.9,1251,943,3579,3933,0.3495389773679799,0.23976608187134502,1848,-0.3009220452640402,-0.4698703279938978 +40109,OK,Oklahoma,150328.167346175,-17.960240736191896,0.20918628471859071,39511.1236045879,0.054980948000701184,181,0.236226125,681.833333333333,0.870829448552733,716,0.934463564,21256,2299630,914.1,106812,112661,256337,273609,0.4166858471465298,0.4117591161109466,28768,-0.16662830570694043,-0.10514274018764003 +40111,OK,Okmulgee,9046.59106563433,-10.288801945237228,0.2257753142238219,2219.01131474287,0.055379752795000375,8,0.204629748,33.0833333333333,0.843682792271271,22,0.562731807,1461,117799,996,5416,4379,13128,13924,0.4125533211456429,0.31449296179258834,4547,-0.17489335770871417,-0.3265584602125826 +40113,OK,Osage,14890.9824881697,9.176123235392684,0.31367927384921007,3952.15591565809,0.08325235750880709,2,0.0416832,35.4166666666667,0.740841456442009,21,0.437673246,1366,143928,744,6695,5593,17913,18942,0.373750907162396,0.295269770879527,6966,-0.252498185675208,-0.3677541970224897 +40115,OK,Ottawa,4918.00796038988,1.2601410609208739,0.15442124969825044,1331.98312017889,0.04182313238441629,2,0.0622956,26.5833333333333,0.83882911026264,15,0.467216944,1263,96305,1026.8,3508,2584,9973,10686,0.35174972425548984,0.241811716264271,5043,-0.2965005514890204,-0.47192588433464344 +40117,OK,Pawnee,240.497791944298,-36.986891414331836,0.014507920126940821,49.1058927857805,0.0029622906910647586,2,0.121943784,14,0.849256900212314,7,0.426803244,630,49249,1024.6,1813,1341,6041,6346,0.30011587485515645,0.21131421367790734,3375,-0.3997682502896871,-0.5318310746927198 +40119,OK,Payne,16690.0675493326,-15.763100345920774,0.2157733361258255,3507.6506025343,0.04534777766689464,6,0.074753314,55.75,0.687160271659415,63,0.784909798,1640,240636,771.2,9193,8785,25660,27749,0.3582618862042089,0.3165879851526181,7859,-0.28347622759158225,-0.28321741324011673 +40121,OK,Pittsburg,19056.9131246921,0.04755152675557432,0.415753935133017,3995.73866891225,0.08717277895395097,5,0.112042307,56,1.26774273877708,30,0.672253843,1858,134071,1069,4813,3704,15598,17250,0.30856520066675214,0.21472463768115943,9036,-0.38286959866649567,-0.5238260869565217 +40123,OK,Pontotoc,8227.26659358764,-0.5743834437594877,0.21944058982149872,1917.04810597701,0.05113219102680598,7,0.184186291,30.4166666666667,0.793547264979564,21,0.552558874,1245,114521,940.1,3934,3633,12855,14814,0.3060287825748736,0.245240988254354,6787,-0.38794243485025287,-0.45814769812339673 +40125,OK,Pottawatomie,9451.210399278,-20.194984078894684,0.13610222054776633,2541.33518753348,0.03659651489780652,3,0.0417763,70.0833333333333,0.969474800571771,62,0.863377477,2408,214848,982.2,7182,6005,23422,25417,0.3066347878063359,0.23625919660070033,11821,-0.3867304243873282,-0.46508242514852266 +40127,OK,Pushmataha,5048.16826459784,74.70266818195506,0.43623991225352926,1086.66833879916,0.09390497224327342,4,0.359550562,11.6666666666667,1.05513852461487,4,0.359550562,528,33511,1098.6,1043,748,4130,4483,0.25254237288135595,0.16685255409324112,2833,-0.4949152542372881,-0.6319428953825563 +40129,OK,Roger Mills,2001.02443678865,0.6253232115378244,0.5486768403588292,469.391995846178,0.12870633283415905,1,0.265886732,2,0.549450549450549,0,0,106,11310,660.4,272,151,1674,1758,0.16248506571087215,0.08589306029579068,1395,-0.6750298685782556,-0.7935153583617747 +40131,OK,Rogers,17566.426554087,-24.278242026282008,0.20213366957122145,4382.23165681146,0.05042554118648478,5,0.05567,54.9166666666667,0.598442415128334,34,0.378555921,2561,269793,858.9,9146,7895,36677,40834,0.24936608773890995,0.19334378214233236,22998,-0.5012678245221802,-0.5632071313121418 +40133,OK,Seminole,1914.04503081855,-12.011483943208571,0.07511361081620556,542.941132241443,0.02130684923638031,5,0.196687778,27.25,1.08104891498393,16,0.629400889,1066,76443,1125.4,2597,2067,7449,8032,0.34863740099342194,0.2573456175298805,3545,-0.30272519801315617,-0.44135956175298807 +40135,OK,Sequoyah,4751.50899744189,44.24332091230577,0.11208768364610153,1361.71314668672,0.03212269459759666,10,0.241791189,46.0833333333333,1.11598133707883,24,0.580298854,1559,123817,1057.5,4193,3061,13766,14437,0.3045910213569664,0.2120246588626446,7827,-0.3908179572860671,-0.5421486458405487 +40137,OK,Stephens,6775.00558874203,-10.690134617923675,0.15039525814113902,1588.00837254913,0.03525147337393735,8,0.179803565,38.3333333333333,0.86943373402888,27,0.606837031,1695,134041,941.8,3939,3084,16846,17886,0.23382405318770033,0.17242536061724253,11082,-0.5323518936245992,-0.619590741361959 +40139,OK,Texas,7447.30238304286,-56.61354349011303,0.36081891390711524,1976.65921777595,0.09576837295426115,3,0.137280923,15.9166666666667,0.754415900401302,8,0.36608246,508,65250,876.6,854,855,5762,5771,0.14821242624088857,0.14815456593311385,3760,-0.7035751475182228,-0.6515335297175533 +40141,OK,Tillman,2761.77825747576,-0.4735144890105709,0.3455678500345044,671.45574752535,0.08401598442509385,1,0.131095962,10,1.33958472873409,4,0.524383849,296,22806,958.7,906,657,2719,2706,0.3332107392423685,0.24279379157427938,1287,-0.33357852151526296,-0.47560975609756095 +40143,OK,Tulsa,145919.165075788,-5.253359451162018,0.24182704606339048,38224.0728756955,0.06334750220946117,83,0.131830152,466.166666666666,0.725054696653912,582,0.924399379,17124,1893158,863.7,82633,87663,227541,246557,0.3631565300319503,0.35554861553312217,56322,-0.27368693993609944,-0.2284339929509201 +40145,OK,Wagoner,20762.9436732093,-9.391930290218236,0.2840930926073654,5758.2114676249,0.07878786984504207,2,0.0264194,41.3333333333333,0.532104343945382,31,0.40950041,1880,227851,804.6,7773,6711,28621,31246,0.2715838021033507,0.2147794917749472,16256,-0.45683239579329865,-0.5202585930999168 +40147,OK,Washington,16508.8420248772,-1.711928391758057,0.32385518724256906,4106.36814617006,0.08055493067659408,6,0.115524578,38.25,0.734348301879548,39,0.750909756,1821,155557,825.8,5532,5047,21199,22208,0.2609557054578046,0.22726044668587897,10763,-0.4780885890843907,-0.4846451729106628 +40149,OK,Washita,4515.67619196941,-6.370075647657898,0.3883116512141551,1263.38819679551,0.10864117265418438,2,0.173205162,11.6666666666667,1.01918988963629,2,0.173205162,403,34969,893,821,588,4303,4628,0.19079711828956541,0.12705272255834055,3263,-0.6184057634208691,-0.7050561797752809 +40151,OK,Woods,2871.68635170604,-0.05523934993103529,0.32346095423586846,608.46222010054,0.06853595630778779,3,0.322997416,7.5,0.815128790348875,8,0.861326443,297,27568,825.5,670,521,3395,3665,0.19734904270986744,0.1421555252387449,2424,-0.6053019145802652,-0.6613915416098227 +40153,OK,Woodward,5308.93994328256,-1.572759677958522,0.2643762732574354,1052.45205085143,0.052410340662886815,2,0.092897952,18,0.864802536754108,13,0.603836685,531,64228,791.2,1129,871,7065,7573,0.15980184005661713,0.11501386504687706,5458,-0.6803963198867657,-0.7207183414762974 +41001,OR,Baker,7253.45435499996,23.649862008395747,0.4495757006941837,1321.77060413834,0.08192454469681047,5,0.31135189,21.6666666666667,1.34919152292588,9,0.560433402,633,48212,785.6,2364,1781,8351,8479,0.28307987067417073,0.2100483547588159,4379,-0.3985151478864807,-0.516452411841019 +41003,OR,Benton,22296.2984290913,28.99566530273142,0.26053469226201875,5228.42105007219,0.06109467334360288,16,0.185365402,54.3333333333333,0.607857395909082,59,0.683534918,1660,260010,566.8,27662,28431,44262,45577,0.624960462699381,0.6238014788160695,15401,0.2878315485066197,0.3379116659718718 +41005,OR,Clackamas,52465.891273802,-16.96338925658392,0.1395399138114694,13097.7201156694,0.03483510318216717,60,0.151909502,239.833333333333,0.587737484336531,236,0.59751071,9770,1184130,667.5,94013,90187,185564,182136,0.506633829837684,0.4951629551543901,11125,0.03482356491560862,0.061080730882417555 +41007,OR,Clatsop,6399.4623739419,-47.26914978076928,0.17277632695110293,1407.46826719512,0.03799962923391884,13,0.346907189,45.5833333333333,1.17993718506247,30,0.800555052,1206,112347,792.2,9616,8899,17206,18158,0.5588748111124027,0.4900870139883247,1105,0.1461699407183541,0.06085471968278444 +41009,OR,Columbia,7244.59596440742,-2.056231469972693,0.14679734887656623,1612.79759585163,0.03268014013599785,8,0.161750136,34.5,0.679334449148371,23,0.465031642,1314,148344,721.3,11843,9959,23298,25077,0.5083268950124474,0.39713681859871597,3008,0.051420722808824815,-0.11995055229891927 +41011,OR,Coos,7125.65679045416,1.3778711636336312,0.1130285168925045,1308.87011982322,0.02076154560892121,17,0.272108844,68,1.06648264613165,42,0.672268908,2645,188301,862.2,12628,10355,27926,30181,0.4521950870156843,0.34309665021039726,7344,-0.06338179474325006,-0.2433318975514397 +41013,OR,Crook,3539.2124540352,19.496776673224694,0.16871067089499475,810.415347589116,0.03863167831009229,4,0.190494333,22.5833333333333,1.00059075468912,9,0.428612249,746,63451,760,3081,2591,10109,11638,0.3047779206647542,0.22263275476886063,5797,-0.3648234246710852,-0.49810964083175807 +41015,OR,Curry,2747.2672528763,-1.5401676735500096,0.12284328621339206,378.437265964171,0.01692171641764313,8,0.358182225,23.5833333333333,1.03831873082963,15,0.671591672,1197,67002,890.2,4611,4253,11529,12163,0.3999479573250065,0.3496670229384198,2904,-0.1705264983953509,-0.23875688563676722 +41017,OR,Deschutes,24606.4852473799,0.40729758922263853,0.15600087012470376,5991.20015384842,0.03798317507337349,36,0.211282485,103.583333333333,0.571314584287056,134,0.78644036,4217,511596,645.6,34985,40222,77441,90584,0.45176327785023435,0.44402985074626866,3445,-0.07341072558463863,-0.03803099885189437 +41019,OR,Douglas,27253.653438353602,-6.64700597324175,0.25312912441466373,5817.01794961661,0.054027863222868754,26,0.243054257,125.583333333333,1.15790897160472,68,0.635680365,4296,321570,823.3,17032,13891,49062,51350,0.3471525824467001,0.27051606621226876,20221,-0.276303452774041,-0.3937877312560857 +41021,OR,Gilliam,1022.11172904046,-0.07318759860693351,0.546291677734078,217.929350108856,0.11647747199831962,3,1.552795031,4,2.15749730312837,2,1.035196687,58,5724,586.9,371,221,1044,937,0.3553639846743295,0.23585912486659552,411,-0.2547892720306514,-0.43863393810032014 +41023,OR,Grant,2963.72852529371,0,0.3980830792872679,543.809235648135,0.07304355079222767,3,0.417827298,17,2.37496507404303,5,0.69637883,240,21646,589,834,732,3778,4171,0.22075172048703018,0.1754974826180772,2455,-0.5330862890418211,-0.5885878686166387 +41025,OR,Harney,2747.20509274781,15.986162123553257,0.37014350481646585,652.707570697364,0.08794227576089517,2,0.280662363,8,1.09709270433352,7,0.982318271,252,21527,768,829,682,3535,3850,0.2345120226308345,0.17714285714285713,2222,-0.5007072135785008,-0.5771428571428572 +41027,OR,Hood River,1437.56011367499,-5.2230711073953255,0.06433187656291908,390.778090756152,0.017487608106871565,10,0.436967446,20.4166666666667,0.878816574839302,24,1.04872187,559,68693,686.6,5977,6359,9662,10383,0.618608983647278,0.6124434171241452,3136,0.26671496584558063,0.3020321679668689 +41029,OR,Jackson,38777.2542501266,15.641523480025516,0.19082730947967386,9237.27313832625,0.045457679095726754,36,0.171194605,162.083333333333,0.748559456018572,153,0.727577073,7014,630716,754.6,42341,43550,91955,103789,0.4604534826817465,0.4196013064968349,9533,-0.05038333967701597,-0.09184981067357811 +41031,OR,Jefferson,4096.14049613778,-6.616979984454829,0.18858842063249448,1085.11553773226,0.049959278901116934,7,0.315428983,19.8333333333333,0.859329867128827,11,0.495674117,613,66817,803.9,3238,2892,7978,8874,0.4058661318626222,0.325895875591616,2445,-0.16771120581599397,-0.2755240027045301 +41033,OR,Josephine,16477.7018766948,13.137458609416708,0.19921538182262524,3631.84187692256,0.04390896082747041,21,0.251199177,84.1666666666667,0.97977587384367,46,0.550245816,3582,251614,843.7,14929,13223,39679,42613,0.3762443609970009,0.3103043672118837,13359,-0.2194359736888531,-0.3134958815384976 +41035,OR,Klamath,24263.3188711144,9.311517784434196,0.3655215256269117,5032.200031762,0.07580897908650197,18,0.27499809,62.8333333333333,0.945672732015913,36,0.549996181,2226,197423,847,8140,7080,27530,29240,0.295677442789684,0.2421340629274966,13090,-0.38191064293498,-0.44767441860465107 +41037,OR,Lake,3444.15870908631,-2.9047563032181605e-13,0.4362455616322115,676.996571185482,0.08575004068213833,1,0.127583567,11.6666666666667,1.48866488026881,6,0.765501403,275,23502,747.3,769,628,3676,3814,0.20919477693144722,0.16465652857891977,2373,-0.5527747551686615,-0.6221814368117462 +41039,OR,Lane,63271.580700469,17.268220768615123,0.1798944619947088,14544.8983135445,0.04135421666276531,63,0.175812154,313.083333333333,0.847272625584431,294,0.820456721,10356,1077051,738.5,99891,100497,166176,181072,0.60111568457539,0.5550112662366351,34279,0.23416137107644913,0.1893114341256516 +41041,OR,Lincoln,7837.11123961508,11.749681722728898,0.1702461493594969,1340.64893455937,0.029123016347903073,15,0.323234065,53.25,1.11387691921516,32,0.689566004,1713,139715,778.5,13277,12300,22612,24035,0.5871661064921281,0.5117536925317245,2399,0.20581991862727755,0.09981277303931763 +41043,OR,Linn,25681.1489810242,-8.866358545488435,0.22011407176549813,6351.87556173968,0.05444215888764811,18,0.150809343,108.25,0.881163053830312,62,0.519454405,3730,358361,818.5,19893,17456,49987,54724,0.3979634705023306,0.3189825305167751,15227,-0.171824674415348,-0.2782508588553468 +41045,OR,Malheur,3529.12021932036,25.946310862951826,0.11270463447514961,754.753840504026,0.02410353017928739,7,0.23057413,30.5833333333333,1.00474172388493,20,0.658783227,943,91352,839,2701,2213,9711,9950,0.2781381938008444,0.22241206030150754,4928,-0.41705282669138094,-0.4952763819095478 +41047,OR,Marion,45615.7213791268,-0.009856988546935792,0.144657971297594,12332.0030810368,0.03910762548095454,40,0.122657999,251,0.746321911535579,225,0.689951243,8048,978452,726.5,54337,48803,115519,110804,0.47037283910006145,0.44044438828923144,5533,-0.035474683818246366,-0.049935020396375596 +41049,OR,Morrow,3973.41945461486,28.461660191750525,0.355626909032029,1226.45050131869,0.1097691310586852,2,0.17877894,9.83333333333333,0.872213352255928,1,0.08938947,258,33589,717.4,1189,1004,3838,3989,0.3097967691505993,0.25169215342191026,1694,-0.3478374153204794,-0.42466783655051393 +41051,OR,Multnomah,67238.8656930298,-27.31059000091055,0.09143989764247241,15618.1407715221,0.02123951941773684,165,0.212433952,670.666666666667,0.838578617578975,667,0.858748159,17070,2334763,742.7,261222,271754,344614,357762,0.7580133134463487,0.7595943672050134,208699,0.549237697830036,0.5833459115277755 +41053,OR,Polk,22526.264677065,7.486704998934742,0.2987449395523388,5281.18602724851,0.07003946828705104,13,0.166846347,46.3333333333333,0.56626294970037,42,0.539042045,1987,234068,669.1,15761,15741,33996,37030,0.4636133662783857,0.4250877666756684,2592,-0.04753500411813161,-0.06999729948690248 +41055,OR,Sherman,1439.76798266692,83.95358777696684,0.8157325680832408,275.983227125009,0.15636443463173316,1,0.584795322,6,3.50877192982456,1,0.584795322,60,5093,620.2,317,202,1019,983,0.31108930323846906,0.20549338758901323,524,-0.35328753680078506,-0.5330620549338758 +41057,OR,Tillamook,2211.50335144098,-60.10722234856589,0.08758429114617743,479.436280182101,0.018987575452756474,8,0.315681477,33,1.26228818421757,12,0.473522216,865,76391,738,6249,5701,12346,13261,0.5061558399481614,0.42990724681396575,785,0.04689778065770295,-0.05919613905436999 +41059,OR,Umatilla,23442.0831880619,22.33198644021864,0.3088996190233354,6499.08374234736,0.08563933827494578,13,0.169480477,70.3333333333333,0.919919081999233,40,0.521478391,1919,230024,757.9,8499,7466,24623,26116,0.34516508955042036,0.28587838872721705,9309,-0.281281728465256,-0.3564481543881145 +41061,OR,Union,5001.2692573624,-60.284625860128926,0.19423913536439336,1118.6042065199,0.043444314374704834,8,0.311393095,25.5,0.977498370836049,18,0.700634463,785,77017,733.3,3943,3221,11905,12465,0.33120537589248217,0.25840352988367427,5157,-0.3078538429231415,-0.4137184115523466 +41063,OR,Wallowa,1895.86193309683,-0.3554303734616263,0.2705282438779723,348.599297464081,0.049743050437226176,5,0.73313783,7.5,1.07975813417794,4,0.586510264,259,20473,698.2,1252,1097,4152,4177,0.3015414258188825,0.2626286808714388,1728,-0.371868978805395,-0.4136940387838161 +41065,OR,Wasco,10369.7255747784,0.08515346861520219,0.4112848758489033,2391.97793435309,0.09487081800472336,8,0.313541054,21.0833333333333,0.807326568383432,18,0.705467372,970,76746,844.2,5066,4634,10550,11251,0.48018957345971564,0.4118745000444405,1087,-0.008151658767772518,-0.09661363434361392 +41067,OR,Washington,59768.6985246026,-15.221069184023584,0.11283286803081422,17881.1444051276,0.033756478837718,92,0.163410882,306.083333333333,0.525213388494324,369,0.655419735,9635,1693260,585.1,124431,137818,216473,232034,0.5748107154240945,0.5939560581638897,61915,0.17498718084934378,0.266835894739564 +41069,OR,Wheeler,1440.99999761272,0,0.9999999983433172,258.99999948703,0.17973629388412907,1,0.727272727,3,2.23214285714286,0,0,57,4120,664.5,262,153,841,792,0.31153388822829964,0.19318181818181818,430,-0.33293697978596914,-0.542929292929293 +41071,OR,Yamhill,17001.7292475765,0.648733541748959,0.17140049446610647,4728.39642476547,0.04766865025521428,20,0.196544743,71.8333333333333,0.683899017787722,47,0.461880147,2637,305109,697,18906,18635,41750,45116,0.45283832335329344,0.4130463693589857,3954,-0.06718562874251499,-0.08764074829328844 +42001,PA,Adams,11147.0683420914,-2.7800294551869187,0.1099240520091453,2662.71439749581,0.02625769816182127,10,0.098314883,53.8333333333333,0.526848045932015,73,0.717698645,3045,305607,712.7,14893,14077,41973,47138,0.3548233388130465,0.29863379863379863,17172,-0.27629666690491506,-0.36429207857779283 +42003,PA,Allegheny,312479.185641555,-11.122275778668806,0.2554295144485093,68150.2681229133,0.05570799815172241,225,0.182740375,831.833333333333,0.678845350841041,997,0.809742905,40926,3697169,770.6,348151,363017,614671,643173,0.5664021891385799,0.5644157948172576,105529,0.1445439918265219,0.16407560640760727 +42005,PA,Armstrong,5493.64437898676,49.54658083815659,0.07968617192942894,1191.38904386891,0.01728128463278615,14,0.206535369,45.8333333333333,0.689368187788908,27,0.398318212,2514,202860,805.8,8694,6849,28322,30446,0.3069698467622343,0.2249556591998949,15827,-0.3720429348209872,-0.5198384024173948 +42007,PA,Beaver,62536.2984614753,-7.4974221140453645,0.3666979310390896,12893.0953288742,0.0756020343081301,29,0.171200529,127.583333333333,0.762014545469025,102,0.602153585,6466,508281,817.6,36833,30225,80015,79036,0.4603261888395926,0.3824206690621995,15856,-0.06605011560332436,-0.20061744015385397 +42009,PA,Bedford,3410.10245169459,-47.83763357751974,0.06852824347282244,629.420949162838,0.012648626445135607,13,0.265598823,40.8333333333333,0.844973271253664,18,0.367752217,1746,146640,791.5,4730,3613,21444,23504,0.22057451967916433,0.15371851599727707,15842,-0.5492911770192128,-0.6740129339686862 +42011,PA,Berks,66148.040351461,4.471292831722965,0.16077123957073153,15721.4878466769,0.03821070247246732,73,0.176460208,343.25,0.827483293636636,269,0.650243781,11583,1243596,727.3,79895,75169,163253,175934,0.48939376305489024,0.427256812213671,17925,-0.005892694161822476,-0.1018847977082315 +42013,PA,Blair,30041.7461636871,29.148395126221143,0.23638352779301985,6115.64429802086,0.04812095695159188,18,0.142908181,119.416666666667,0.958015777510362,94,0.746298281,4858,378035,848.3,15516,13093,47631,52029,0.3257542356868426,0.2516481193180726,24131,-0.33557976947786106,-0.4637990351534721 +42015,PA,Bradford,6257.84058805147,-17.552975615611185,0.09993038529672432,1478.82151001527,0.023615047587353805,14,0.226595882,58.5,0.962646042455159,30,0.485562605,2113,185279,803.4,8291,6263,22501,25399,0.3684725123327852,0.2465845112012284,11694,-0.2460335096217946,-0.4604118272372928 +42017,PA,Bucks,188961.859164819,-11.090979928468474,0.3022185707851096,46741.86575594,0.07475720194025101,104,0.165952592,321.5,0.513251138651243,472,0.753169455,17492,1880288,688.3,159598,165861,319407,342572,0.4996697004135789,0.4841639129876347,1988,0.01165284417686524,0.005803159627757071 +42019,PA,Butler,35420.6646228988,-14.486301462060315,0.1926480981545877,8579.23850653314,0.046661292200308596,34,0.182851734,115.583333333333,0.618598817927681,106,0.570067171,5725,558574,744,28385,26834,88924,92027,0.3192051639602357,0.291588338205092,34554,-0.348960910440376,-0.37547676225455573 +42021,PA,Cambria,36952.9760410899,23.46887607030574,0.25719121124931205,6886.86033079772,0.047932267977907145,28,0.203293352,118.416666666667,0.878905283575295,102,0.740568641,5521,412780,835.6,23181,17798,57718,60167,0.40162514293634566,0.2958099955124902,22712,-0.17815932637998544,-0.3774826732261871 +42023,PA,Cameron,466.564369293961,0,0.09175307164089695,58.2553804286244,0.011456318668362714,1,0.20811654499999999,4.5,0.962155227710071,1,0.20811654499999999,172,14405,668.7,677,469,1967,2024,0.344178952719878,0.2317193675889328,1026,-0.2984239959328927,-0.5069169960474309 +42025,PA,Carbon,7212.78646289988,-4.4478705718364235,0.11054248284111451,1543.60500157117,0.023657144194871492,10,0.155180708,36.1666666666667,0.568711932991582,35,0.543132478,2442,193091,870.6,11040,8917,24232,28721,0.45559590623968305,0.3104696911667421,9797,-0.06891713436777813,-0.3411092928519202 +42027,PA,Centre,24825.6357219339,18.42048555179288,0.1612158953304364,4766.36425796218,0.030952427157362038,18,0.113391541,67.75,0.419598176683347,98,0.617353945,2764,478299,577.1,33677,36555,68801,75394,0.48948416447435356,0.48485290606679576,1456,-2.906934492231117e-4,0.01931188158208874 +42029,PA,Chester,198074.308109409,1.4401361323464903,0.3970332062022366,52154.0028832329,0.10454092294278232,75,0.146260414,214.166666666667,0.414800869758337,337,0.657196792,11392,1538854,628,122232,140188,248295,266637,0.49228538633480334,0.5257634911883947,24606,-0.004220785758875523,0.09228276645776845 +42031,PA,Clarion,2152.68248914491,-21.936585366026982,0.05383321219228043,338.901678348703,0.008475084484062794,9,0.231833286,40.5833333333333,1.05375674014835,23,0.592462842,1252,117970,802.2,4731,4256,15227,17481,0.3106981020555592,0.24346433270407872,8289,-0.3610034806593551,-0.47417195812596535 +42033,PA,Clearfield,11298.534513112,-2.9328558654784,0.1383912019929938,2278.36003498202,0.027906715109649687,17,0.209382813,63.25,0.784778400913197,53,0.652781712,2728,243695,767.3,11093,7700,31894,32692,0.34780836520975733,0.23553162853297444,16209,-0.2887690474697435,-0.49580937232350425 +42035,PA,Clinton,6905.32941004638,-6.400913167401258,0.17598576405643457,1559.64512294347,0.03974833383310745,6,0.150962385,32.4166666666667,0.826260206118998,17,0.427726758,1219,118791,779.5,5503,4533,12663,14839,0.4345731659164495,0.30547880584945075,5168,-0.11355918818605387,-0.34827144686299616 +42037,PA,Columbia,6681.2180411078,-10.391346390999345,0.09928253274549075,1261.94572090544,0.018752444028611936,10,0.14898245,56.0833333333333,0.844374184482586,54,0.804505229,2071,200718,776.6,10424,8502,24305,27127,0.4288829458959062,0.3134146791020017,8885,-0.12429541246657066,-0.3275334537545619 +42039,PA,Crawford,10527.2811724747,9.243170936135288,0.11859720804905875,2299.17350376822,0.025901802554703094,24,0.275308288,70.8333333333333,0.821189391392389,47,0.539145397,3064,260942,877.8,13024,10215,33089,35563,0.39360512557043126,0.2872367348086494,13697,-0.19562392335821577,-0.3851474847453814 +42041,PA,Cumberland,52825.6234268966,13.991009347418984,0.2244021963199604,10767.7716245669,0.04574127942604224,38,0.155889761,153.583333333333,0.618026660657422,169,0.693299202,6795,731034,683.1,43983,44282,109964,115068,0.399976355898294,0.38483331595230647,21367,-0.1853515696045978,-0.18569020057705005 +42043,PA,Dauphin,85827.7766576805,-20.24531098497032,0.3201334451983607,19220.1670665298,0.07169029118437076,58,0.213664981,243.083333333333,0.888115149898736,219,0.806769496,7373,816368,746.4,64209,64287,122625,130160,0.5236207951070336,0.49390749846342963,3667,0.060110091743119265,0.02817301782421633 +42045,PA,Delaware,88622.49610852,-22.653652178874754,0.158543516140177,20416.5727240767,0.036524758039347995,128,0.227369618,397.583333333333,0.705683212578821,418,0.742503908,16352,1688470,756.3,164805,169169,272853,284832,0.6040065529790767,0.5939255420739242,62610,0.21819441237589476,0.2198137849679811 +42047,PA,Elk,3612.38558572068,18.87313742455115,0.11307786845679209,709.635228672312,0.022213586322929694,7,0.224402129,27.5833333333333,0.904965004374453,17,0.544976598,1184,93415,799.7,5144,3637,12425,13854,0.4140040241448692,0.2625234589288292,6067,-0.15734406438631793,-0.43792406525191285 +42049,PA,Erie,75116.9392473492,1.7016621545812431,0.2677335787206903,16311.6074391365,0.058138218597893185,40,0.143655973,226.25,0.819132027790751,185,0.664408874,8553,837098,800.9,65136,54820,112732,117240,0.5777951247205763,0.46758785397475267,2348,0.16884291949047303,-0.02002729443875806 +42051,PA,Fayette,27001.2345008429,19.473931617607988,0.19765774929975916,5532.06673485157,0.04049651358543234,33,0.246110705,115.083333333333,0.867028797159209,81,0.604089912,5333,402718,881.9,21841,17826,48196,53426,0.4531703875840319,0.3336577696252761,16562,-0.08307743381193461,-0.3099988769512971 +42053,PA,Forest,105.415202866244,17.28401450757552,0.01366189772761068,13.5361666903464,0.001754298430578849,2,0.266028199,6,0.819560169375768,2,0.266028199,253,22504,820.4,894,626,2308,2398,0.3873483535528596,0.2610508757297748,1054,-0.21100519930675904,-0.43953294412010013 +42055,PA,Franklin,26304.5680108961,-15.245919834292312,0.17581152007710368,6141.66005685691,0.04104893834202375,31,0.202757502,98.5,0.640229832760268,99,0.647515894,4484,458770,697.5,18910,17322,62802,69345,0.30110506034839657,0.24979450573220852,32232,-0.3847329702875705,-0.46480640276876484 +42057,PA,Fulton,1650.69023086998,-10.818937950209161,0.11119503070865477,392.574218924646,0.026444878337800338,2,0.136686714,10,0.683060109289617,5,0.341716785,507,43928,899.2,1297,904,6148,6743,0.2109629147690306,0.13406495625092688,4772,-0.5665256994144436,-0.7076968708290079 +42059,PA,Greene,6321.85540411419,4.624935930492061,0.16341455317464174,1362.81516425665,0.03522760596227705,9,0.237824697,35.9166666666667,0.965579661442231,26,0.687049124,1288,113198,883.3,5564,4157,13726,14955,0.405362086551071,0.27796723503844867,6237,-0.1763805915780271,-0.41705115346038113 +42061,PA,Huntingdon,931.024797355455,-30.128008227398983,0.02027802141780008,210.785897110429,0.004590985061103152,4,0.087431694,31.5833333333333,0.692100918905494,19,0.415300546,1331,137360,705.2,5383,4487,17587,19496,0.3060783533291636,0.23014977431267952,9882,-0.37357138795701367,-0.5068732047599507 +42063,PA,Indiana,17518.9809108226,80.77921778045275,0.1971082460713614,2544.25167685397,0.02862569393400056,9,0.102615557,51.0833333333333,0.59148873759128,50,0.570086425,2662,262680,763.3,14403,11468,36180,37728,0.39809286898839136,0.3039652247667515,13452,-0.18750690989496965,-0.3565521628498728 +42065,PA,Jefferson,2008.4727747541,-15.913060095361084,0.04443523837951549,334.507176214676,0.007400601243687522,8,0.179219499,40.9166666666667,0.928383969021094,25,0.560060935,1679,133993,832.3,4535,3437,17072,18551,0.26563964386129335,0.18527303110344456,11096,-0.4541354264292409,-0.5981348714355021 +42067,PA,Juniata,4489.02837540831,6.501507702825659,0.1822141733807562,1061.66787298383,0.043094165975963224,5,0.201645427,19.75,0.794353054739975,10,0.403290853,775,74323,722.5,2533,1810,9480,10402,0.26719409282700424,0.1740049990386464,6424,-0.45232067510548524,-0.6175735435493175 +42069,PA,Lackawanna,27068.5711774035,11.76010930343914,0.12623087982672535,5746.71892284379,0.02679910147429683,49,0.230350838,185.25,0.876628446770553,145,0.68165044,8063,638237,843.4,61309,51593,97116,102740,0.6312965937641584,0.5021705275452599,3491,0.27368301824622104,0.03397897605606387 +42071,PA,Lancaster,121279.273363883,-9.271843832460545,0.23347856532237865,29740.546386513,0.05725446656818913,110,0.206255156,334.666666666667,0.6214794181368,326,0.611265282,14619,1600507,676.6,87108,90066,219677,239151,0.3965276292010543,0.3766072481402963,47079,-0.19235513959130907,-0.19685888831742288 +42073,PA,Lawrence,24199.2731835393,-8.65419826701189,0.2656108484824527,5234.07850247946,0.05744916475479058,15,0.168974102,75.6666666666667,0.866802605753736,50,0.563247006,3498,265746,831.6,17427,13933,38816,40555,0.4489643446001649,0.34355813093330045,11390,-0.08985985160758447,-0.28085316237208724 +42075,PA,Lebanon,19710.992589749,-21.101439528961027,0.14757271644217926,4047.26908399163,0.030301188038988604,30,0.22000748,94.25,0.678726514622325,78,0.572019449,4295,408870,727.2,18975,17860,53771,58906,0.3528853843149653,0.30319492072114895,20944,-0.27961168659686453,-0.35554951957355785 +42077,PA,Lehigh,87227.6119101942,-4.504311419631271,0.24958043104860472,20662.6093338534,0.05912099197948309,82,0.229163581,267.083333333333,0.735468923971101,246,0.687490743,10013,1074788,714.5,77029,77087,144922,153031,0.5315204040794358,0.5037345374466611,6802,0.07547508314817619,0.04444851043252668 +42079,PA,Luzerne,50063.3582810713,-11.274813165480282,0.15600046828495534,9939.28045286843,0.030971402205137853,61,0.19132513,284.416666666667,0.898963176487569,207,0.649250852,12242,957827,857.4,63974,51454,123741,132731,0.5169992161046056,0.3876562370508773,26054,0.048528781891208295,-0.19629174797146115 +42081,PA,Lycoming,21592.6000896043,-6.7322974548834775,0.18596515480535264,4428.05872130298,0.03813642739536289,19,0.16307893,84.0833333333333,0.729586052107918,74,0.635149518,3793,349268,776,15104,12926,46214,50294,0.3268273683299433,0.25700878832465107,22549,-0.33292941532868825,-0.44834373881576334 +42083,PA,McKean,1676.28845897016,41.832394756835455,0.03857971136870334,238.836698411487,0.0054968169945106326,12,0.281994642,44.8333333333333,1.07044226376652,28,0.657987498,1572,127975,872.2,5260,3802,15014,15572,0.3503396829625683,0.24415617775494478,7357,-0.28200346343412813,-0.472450552273311 +42085,PA,Mercer,16912.5908135497,2.8319453617941406,0.14500069285781392,3620.14797063655,0.03103746609712572,15,0.130566484,99.0833333333333,0.877519269998435,72,0.626719125,4266,344545,786.7,23082,17631,48065,49594,0.4802246957245397,0.35550671452191795,12403,-0.02542390512847187,-0.25009073678267535 +42087,PA,Mifflin,2397.65237598273,-35.32174950187203,0.051361389314569426,537.179792838188,0.011507214618872113,12,0.25777625,44.5,0.960252039186915,27,0.579996563,1635,139749,771.2,4259,3563,16311,18239,0.26111213291643676,0.19535062229288885,10487,-0.46802771136043164,-0.5749766982838971 +42089,PA,Monroe,49943.4420150373,-1.9207912844503534,0.294058254230622,13300.8419115695,0.07831303159153508,20,0.120254458,101.583333333333,0.61158673393619,106,0.63734863,4251,500949,759.2,33431,31930,59312,65944,0.5636464796331265,0.48419871406041487,224,0.1404606150526032,0.003396821545553763 +42091,PA,Montgomery,227360.918525595,-1.785947731690034,0.28424591688890377,53490.5616354485,0.06687373465751918,141,0.172612832,399.416666666667,0.486070968592493,657,0.804302344,22021,2449576,649.1,227561,251063,401787,427489,0.5663722320533019,0.5872969830802663,90260,0.1435038963430873,0.21113993576442897 +42093,PA,Montour,2082.60805581138,0,0.11400930945483002,342.527777536307,0.01875117849325598,3,0.160935572,11.9166666666667,0.649657453342783,11,0.590097098,684,55682,774,3026,2851,7787,8535,0.3885963785796841,0.33403632103104863,2423,-0.20675484782329523,-0.28388986526069127 +42095,PA,Northampton,68026.9845244353,-3.5335157628015943,0.2284816515506585,15629.6824190169,0.05249528076651015,51,0.169630206,170.333333333333,0.563469117261121,199,0.661890412,8881,900500,691.8,65014,65936,125883,142775,0.5164637004202315,0.4618175450884258,5448,0.04585210076022972,-0.03815794081596918 +42097,PA,Northumberland,10264.8685529413,-9.542171637927533,0.10859077260643722,2075.90387989956,0.021960729941388372,21,0.223537427,76.9166666666667,0.831163124092745,51,0.542876607,3466,281053,799.1,12392,9184,31512,34971,0.39324701700939324,0.2626175974378771,15234,-0.19433866463569438,-0.4356180835549455 +42099,PA,Perry,5820.97007737971,-1.8527548567979908,0.1266281641406102,1402.00328138481,0.030498885800970436,9,0.19722137,33.9166666666667,0.74021533537029,17,0.372529255,1349,136779,848.9,5430,4630,18240,21153,0.29769736842105265,0.21888148253202855,10983,-0.38821271929824563,-0.5192171323216566 +42101,PA,Philadelphia,18434.2533814301,41.64742146478797,0.012080066121253848,2406.79108950198,0.0015771832414171242,635,0.406973801,2031,1.29538635807005,1365,0.874833445,42156,4685690,870.5,557024,560542,653598,680227,0.852242509922001,0.8240513828471966,455124,0.71172800406366,0.6690766464724276 +42103,PA,Pike,3588.72979269534,22.295723273043176,0.06255520913202844,984.372440224215,0.017158612494974898,8,0.142371554,22.5,0.404953025449048,24,0.427114662,1480,168838,637.8,10170,9247,23164,26066,0.43904334311863236,0.35475331849919434,6788,-0.10978242099810054,-0.2604158674134889 +42105,PA,Potter,3109.53773748894,-5.166322803136352,0.1781255506380787,777.639291904064,0.044545986819273874,7,0.406834825,17.5,1.03642286052709,5,0.290596304,633,51812,764.1,1892,1300,7205,7777,0.26259541984732826,0.16715957310016716,4947,-0.45898681471200553,-0.6361064677896361 +42107,PA,Schuylkill,11845.5677906262,20.47093001294923,0.07988163512213449,2488.85595770897,0.016783820497197836,30,0.205765551,119.75,0.834070472860496,76,0.521272729,5871,436888,896.6,24453,16724,57505,62750,0.4252325884705678,0.2665179282868526,27213,-0.13395356925484736,-0.4336733067729084 +42109,PA,Snyder,2743.68765575846,38.5643755320569,0.06910703883326937,561.439602895833,0.014141343078329378,11,0.272797163,31.5,0.778392804190966,27,0.669593036,1044,120778,671.6,4672,3991,14962,16333,0.31225771955620907,0.244351925549501,7719,-0.35944392460900954,-0.47260148166289107 +42111,PA,Somerset,12451.4771499786,11.071807969644002,0.16016409598387743,2363.09074988094,0.03039657778139153,16,0.209924165,61.4166666666667,0.81822340052313,30,0.393607809,3035,228505,823.7,9420,7367,33875,35730,0.2780811808118081,0.20618527847746992,19980,-0.42848708487084874,-0.5591939546599496 +42113,PA,Sullivan,1986.87240443041,-10.155506749168243,0.3090965159350358,294.143700433137,0.04575975426775622,3,0.473260767,7.16666666666667,1.16778013144316,4,0.631014356,322,19001,911,1028,756,2934,3168,0.3503749147920927,0.23863636363636365,1562,-0.28323108384458073,-0.4930555555555556 +42115,PA,Susquehanna,2173.22499008664,1.3132352455752556,0.05012512662807086,441.206161567528,0.010176357633719163,8,0.190839695,17.25,0.422152611228036,17,0.405534351,1486,125929,843.2,6891,5065,17930,19200,0.38432794199665365,0.2638020833333333,8230,-0.21438929168990517,-0.4286458333333334 +42117,PA,Tioga,4409.08018524686,219.78125236747482,0.10502561123476956,589.521613528911,0.014042581489933804,10,0.236552018,31.75,0.765669086261364,19,0.449448834,1391,126378,780.6,5053,3642,15943,17334,0.3169416044659098,0.21010730356524748,9286,-0.3478642664492254,-0.5357101649936542 +42119,PA,Union,14497.9872286821,5.173910790425654,0.32255739490248736,1571.87348888971,0.03497171087925134,4,0.089138477,25.0833333333333,0.550495628954973,23,0.512546241,1107,134592,611.2,6063,6138,16187,17400,0.3745598319639217,0.3527586206896552,4467,-0.23475628590844505,-0.2567241379310345 +42121,PA,Venango,5015.18059362123,8.284851428372198,0.0912116359963122,1091.39687703792,0.01984935394001746,9,0.168133161,42.6666666666667,0.811431034701355,24,0.448355097,1912,160555,785.3,7469,5889,20775,22096,0.35951865222623347,0.2665188269370022,9365,-0.2627677496991576,-0.42383236784938444 +42123,PA,Warren,6099.28841522401,-6.757634865925446,0.14586364738070096,1224.6293324347,0.029286842818000716,8,0.196545709,26.8333333333333,0.670414324380596,20,0.491364273,1544,122078,806.9,6768,4828,16462,17624,0.41112865994411374,0.27394462097140265,7204,-0.16079455716194868,-0.4087607807535179 +42125,PA,Washington,58314.8789843101,4.121459352478649,0.2806028244842176,12355.199112014,0.05945144409591954,30,0.144101217,129.416666666667,0.622252353179698,135,0.648455475,7672,624620,827,38503,34436,90078,96945,0.42744066253691243,0.35521171798442414,24505,-0.13268500632784924,-0.2527721904172469 +42127,PA,Wayne,1982.40395679703,-7.271644897378206,0.03752989202977983,409.764873835189,0.00775746609055297,13,0.252913367,38.1666666666667,0.75264576349175,22,0.428007237,1837,154274,832.8,8138,6398,20966,22365,0.38815224649432417,0.28607198748043816,8871,-0.2095297147763045,-0.3966465459423206 +42129,PA,Westmoreland,118356.646825802,-2.4595543858355766,0.3241147162705542,24190.3671362211,0.06624430643406505,51,0.141934766,249.416666666667,0.701676897598779,235,0.654013136,13478,1078437,779.9,63380,59506,168709,181740,0.37567646065118043,0.3274237922306592,56921,-0.2373850831905826,-0.3132001760757125 +42131,PA,Wyoming,863.62188830617,9.78554083824472,0.03054257632996782,180.481775671156,0.006382860930511953,8,0.284383776,22.1666666666667,0.805445538558434,10,0.35547972,900,84082,815.7,4812,3573,11214,12418,0.4291064740502943,0.28772749234981476,4802,-0.12279293739967895,-0.38669673055242393 +42133,PA,York,105961.18876484,-7.020861181141368,0.2436046199866658,25680.3343943468,0.059039051696078836,66,0.149743055,284.333333333333,0.640759837503906,300,0.680650248,11977,1323565,734.3,72126,67428,186394,203153,0.38695451570329514,0.331907478599873,59505,-0.21164844361942986,-0.2929073161607262 +44001,RI,Bristol,25479.0055354025,0,0.5108572538426566,4619.84745334998,0.09262852036791941,8,0.163065634,27.25,0.55536307497911,28,0.570729719,1551,147385,652.3,14943,14532,24563,24691,0.6083540284167244,0.5885545340407435,5622,0.23315555917436798,0.2276943015673727 +44003,RI,Kent,46714.5523716421,-12.693417632983836,0.2811453698987837,10216.7327985797,0.06148805834554882,21,0.127174071,123.416666666667,0.749733720501699,146,0.884162589,5231,494614,738.2,44966,37582,77247,79691,0.5821067484821417,0.4715965416420926,559,0.18356699936567117,-0.0070145938688183085 +44005,RI,Newport,25293.0558855401,-12.103748097440665,0.30514737821566573,5550.3642173202,0.06696221669385435,18,0.218558003,52.0833333333333,0.629147339260404,74,0.898516234,2433,247394,646.7,23507,22680,40545,39761,0.5797755580219509,0.5704081889288499,7705,0.17669256381798,0.19378285254395017 +44007,RI,Providence,96381.11781311,-22.534214535368573,0.15379957427646582,19211.148137656,0.030656071147285566,147,0.232604506,622.333333333333,0.982104860603707,470,0.743701481,16978,1895314,729.5,156022,141597,234092,241818,0.6664986415597286,0.5855519440240181,51276,0.34891410214787344,0.21204376845396128 +44009,RI,Washington,40965.5648566658,-4.6883094141100425,0.32261684890151754,7305.79183435191,0.057535433688656476,29,0.228972073,78.1666666666667,0.618955614679674,103,0.81324564,3532,379354,665.6,34904,33511,60933,64160,0.5728258907324438,0.5223036159600998,6437,0.1680206128042276,0.10032730673316709 +45001,SC,Abbeville,281.122694553807,-96.31525184384067,0.01106041997693697,75.3593731760047,0.002964920060432179,5,0.200280393,19.4166666666667,0.78066366462957,9,0.360504707,850,74831,847.7,4507,3712,10577,10724,0.4261132646308027,0.3461395001864976,3030,-0.13387538999716364,-0.2825438269302499 +45003,SC,Aiken,35442.6618759952,0.6288437387340241,0.22137965806154444,8176.62860467704,0.05107232777641983,29,0.176021074,176.333333333333,1.0530003543177,110,0.667666143,5074,494448,826.2,23953,25426,66049,74773,0.36265499856167394,0.34004252872026,20555,-0.2604732849853896,-0.27489869337862594 +45005,SC,Allendale,1740.66012411437,637.5548080322716,0.16706594914237166,385.632710475012,0.03701244941693176,2,0.206291903,13.9166666666667,1.53860327989681,2,0.206291903,347,28944,1038.7,3335,2722,4257,3578,0.7834155508574113,0.7607602012297373,1934,0.5734085036410618,0.5405254332029067 +45007,SC,Anderson,51914.4606740023,-8.822655625736028,0.2774305049752696,12854.4944993042,0.06869432627910713,32,0.165966496,219.75,1.1179280557972,151,0.783154401,6173,578202,880.1,22315,21040,71901,80296,0.3103572968387088,0.2620304871973697,35069,-0.36408394876288225,-0.4367465378101027 +45009,SC,Bamberg,4629.00691734757,91.6595529176877,0.2895481902387922,938.104490608936,0.05867920751916782,4,0.263469899,21.9166666666667,1.51840561636876,11,0.724542221,534,45501,904.2,4600,3886,6854,6195,0.6711409395973155,0.6272800645682002,1689,0.3516194922672892,0.27263922518159805 +45011,SC,Barnwell,513.834791189322,0.06865936927793119,0.022714945899355556,111.21540125813,0.004916467055308342,5,0.227697072,30.4166666666667,1.41584819004174,14,0.637551801,793,65799,1022.9,5182,4395,9913,9479,0.5227479067890649,0.46365650385061713,493,0.05316251387067494,-0.05200970566515456 +45013,SC,Beaufort,52289.0427310508,6.632615110323803,0.32230830183162984,12143.7880625544,0.0748539943325612,31,0.176284603,124.166666666667,0.677954379585292,105,0.59709301,4458,525698,574.3,29775,29577,73115,72770,0.40723517746016547,0.4064449635838945,10409,-0.17513506120495115,-0.14303971416792638 +45015,SC,Berkeley,42839.0441636849,6.116499260860088,0.2408812501120927,10807.4216477059,0.06076945197565212,22,0.110996191,137.583333333333,0.652369075730132,105,0.529754547,4019,594867,760.9,24239,30492,61111,78919,0.3966389029798236,0.3863708359203741,13731,-0.18859125198409454,-0.1739885198748083 +45017,SC,Calhoun,129.149999406662,9.270071797034095,0.008510708362877232,24.0102511178702,0.0015822241263835387,1,0.067213335,17.25,1.16585563665856,4,0.268853341,516,44699,856.4,4043,3569,7830,7553,0.5163473818646233,0.4725274725274725,216,0.04316730523627077,-0.028597908115980397 +45019,SC,Charleston,67780.233380139,5.732911449083279,0.19354223729298506,15246.2537564456,0.04353472856621503,102,0.267705996,348.583333333333,0.879186381627842,334,0.876605908,9091,1141889,728.1,81027,89048,160854,175850,0.5037300906412026,0.5063861245379585,13815,0.0234933542218409,0.07856127381290873 +45021,SC,Cherokee,7921.07962273628,27.08100603334308,0.14312962348191752,1953.24778972848,0.03529413085411586,10,0.178494931,70,1.23574480104509,38,0.678280737,1854,168019,973.3,7219,6089,20753,21754,0.34785332241121764,0.2799025466580859,9076,-0.2933069917602275,-0.41721062793049557 +45023,SC,Chester,5545.28730635075,-0.027747904744884897,0.16732912813369796,1436.2021607653,0.043337421869803855,8,0.247394625,48.6666666666667,1.5122795023979,16,0.494789251,1229,97274,1035.7,7839,6582,14324,14202,0.5472633342641721,0.46345585128855094,690,0.1049287908405474,-0.04858470637938317 +45025,SC,Chesterfield,6209.58322301518,-2.525249948568573,0.13287078407615827,1504.13189405111,0.03218495943105897,12,0.260162602,52.1666666666667,1.13373756691949,19,0.411924119,1517,138269,960.5,7942,7125,16576,17128,0.47912644787644787,0.41598552078468004,2451,-0.032939189189189144,-0.14309901914993 +45027,SC,Clarendon,1767.30374870872,6.0396644316581005,0.05053626572613651,402.554533629253,0.01151109586884141,6,0.175886026,40.5833333333333,1.19535016150727,15,0.439715065,1168,101994,877.8,8967,7635,15985,15156,0.5609634031904911,0.50376088677751385,389,0.12993431341883016,0.025666402744787542 +45029,SC,Colleton,9368.31168858296,1.3598419821246974,0.24088017300686418,2198.5036984234,0.05652842997077547,9,0.238278044,57.1666666666667,1.50744051543039,23,0.608932779,1541,113309,1051.6,8470,7616,17077,17231,0.4959887568074018,0.44199408043642274,1467,0.0018153071382561725,-0.08513725262608085 +45031,SC,Darlington,11248.727119262,15.260704577852138,0.16378222680598709,2538.1233064474,0.03695524681421936,13,0.191743241,87.0833333333333,1.29522761301326,35,0.516231803,2455,203226,1013.6,15452,13866,30140,29636,0.5126741871267418,0.46787690646511,1107,0.03394160583941602,-0.03735321905790262 +45033,SC,Dillon,3865.68393998931,18.704720655628424,0.12056902064716207,1140.12138095383,0.03555989585658506,8,0.257011598,44.25,1.43398794477931,27,0.867414142,1123,93897,1051.6,7623,5832,13186,11696,0.5781131503109358,0.49863201094391246,195,0.1627483694827847,0.016672366621067025 +45035,SC,Dorchester,26155.2906528992,-2.082921452502685,0.19153667498736182,7119.74395520024,0.052138288273591155,17,0.114502017,102.666666666667,0.667650801289347,75,0.505155958,3008,446144,776.3,23390,24010,56735,62463,0.41226755970741163,0.38438755743400094,10922,-0.1600246761258483,-0.174855514464563 +45037,SC,Edgefield,2309.6942006275,37.89806967588788,0.08559178064211599,360.160296177325,0.013346685053819717,3,0.112981584,15,0.569087184156613,5,0.18830264,658,79248,727.4,4965,4491,11583,11644,0.42864542864542865,0.3856922019924425,2351,-0.13347146680480015,-0.20190656131913431 +45039,SC,Fairfield,5167.29886654324,7.262986275982603,0.21569956864849057,1010.09230955443,0.042164481113475955,1,0.0435237,23.6666666666667,1.04474756838682,5,0.217618384,888,68686,1041.8,7743,6936,11858,11252,0.6529768932366335,0.6164237468894419,2912,0.31598920559959526,0.2587984358336296 +45041,SC,Florence,30265.7386172478,-1.6914781549999531,0.22110339786863278,7536.16793352838,0.05505473889416941,37,0.265745416,181.166666666667,1.30578099397923,97,0.696683928,4414,416164,968.7,28508,26630,57877,57770,0.4925618121188037,0.46096589925566905,2868,-0.005477132539696228,-0.0496451445386879 +45043,SC,Georgetown,12374.9688493127,-11.067900048729923,0.20570778365824494,2539.82819089787,0.042219292378368134,16,0.26327481,80.9166666666667,1.31788248451386,37,0.608822997,2183,182469,797.2,14119,13234,30870,31519,0.45736961451247166,0.4198737269583426,4100,-0.07635244574020089,-0.13008026904406866 +45045,SC,Greenville,163541.713351547,12.886699058549086,0.3624393891108582,41646.5376656029,0.09229660959743563,81,0.167788015,425.333333333333,0.852771306250493,406,0.841011534,12229,1448510,785.2,67378,73338,191282,211572,0.3522443303604103,0.3466337700640917,52257,-0.2777888144205936,-0.2469939311440077 +45047,SC,Greenwood,12231.2030673847,14.634724734421455,0.17558178991666357,2932.42607642009,0.042095664380644694,15,0.215765247,92.8333333333334,1.32367549275424,60,0.86306099,2198,209136,826.8,11884,10633,28525,28600,0.4166170026292726,0.3717832167832168,6248,-0.1544609991235758,-0.21846153846153848 +45049,SC,Hampton,3679.61108956359,65.42405913766282,0.17447183923962017,1009.67177628645,0.04787443225635135,7,0.343053173,36.6666666666667,1.84051132751062,12,0.588091154,657,60860,946.1,5814,5163,9184,8794,0.6330574912891986,0.5871048442119627,1680,0.2726480836236934,0.19103934500796 +45051,SC,Horry,38348.3315433266,-17.773443229448425,0.14240480202950193,7646.60848328684,0.02839533620985046,54,0.180703539,351.583333333333,1.09071524447119,290,0.970444932,9438,896507,831.5,36620,36731,104584,124503,0.35014916239577754,0.2950210035099556,47088,-0.28716629694790796,-0.3782077540300233 +45053,SC,Jasper,2839.33204988726,18.661165072971897,0.11459547362018242,666.030196285394,0.02688098624875465,5,0.1840265,41.5833333333333,1.46085836407284,23,0.846521899,702,81423,787.1,5727,7789,9991,14216,0.5732158943048744,0.5479037703995498,1689,0.15594034631168052,0.1188097917839055 +45055,SC,Kershaw,10634.3902486737,-8.055643699735699,0.1723647867590596,2524.76378854213,0.040921986296612964,8,0.126660439,74.5833333333333,1.16360100056685,41,0.649134751,1938,189327,867.3,10821,10293,27026,28875,0.4003922149041664,0.3564675324675325,7171,-0.1859320654184859,-0.24834632034632032 +45057,SC,Lancaster,15583.2110713142,54.984170387994126,0.20329816666641704,4030.91244321752,0.05258717898055523,19,0.228475228,94.1666666666666,1.05103764388984,40,0.481000481,2558,249392,839.6,13345,13718,33010,38717,0.4042714328991215,0.35431464214686054,9880,-0.1795819448651924,-0.25518506082599374 +45059,SC,Laurens,14406.2347289548,22.85544305902663,0.21651464191284248,3634.87931791766,0.05462944403741768,9,0.135271219,78.4166666666667,1.17430652270492,32,0.480964333,2473,199293,994.5,10297,8845,25373,26474,0.4058250896622394,0.33410138248847926,7925,-0.1745556300003941,-0.29935030596056506 +45061,SC,Lee,1107.91586135672,16.896304730677087,0.05764390537756087,253.056653914972,0.013166319142298231,2,0.109033419,20.6666666666667,1.17191191758813,9,0.490650384,645,54699,985.9,5972,5170,8898,8110,0.6711620588896381,0.6374845869297164,2381,0.353225443919982,0.2935881627620222 +45063,SC,Lexington,63721.6800371591,4.679741330530166,0.2428500978964946,15416.4027250264,0.05875354995036568,42,0.151140028,291.5,1.01853275377713,220,0.791685859,6904,832729,788.9,34007,35143,112204,121829,0.3030818865637589,0.28846169631204394,44723,-0.37774945634736723,-0.3670965041164255 +45065,SC,McCormick,330.093281726788,-48.103636073484466,0.032257723221615166,54.4200473439002,0.005318093163676361,1,0.101564087,10,1.03702167375298,3,0.304692261,381,29480,835.6,2637,2479,5137,5215,0.5133346311076504,0.47535953978907,172,0.034455908117578427,-0.0329817833173538 +45067,SC,Marion,2914.20138522462,90.47248316805998,0.08814352989004355,840.277718668138,0.025415211380682902,12,0.375786804,42.75,1.3474752568871,21,0.657626906,1285,95687,1095.5,9518,8522,14766,14217,0.6445889204930245,0.5994232257156925,3088,0.29825274278748476,0.21720475487092922 +45069,SC,Marlboro,4578.47448987286,19.536646903651363,0.15824402895907305,927.699911325897,0.03206373038834193,8,0.286491907,42.25,1.56800890703284,10,0.358114883,1083,83334,1151.1,7554,5928,11657,10353,0.6480226473363644,0.5725876557519559,1671,0.3040233336192845,0.16140249203129525 +45071,SC,Newberry,8905.72292959014,123.47211790517088,0.2374352919267927,2100.93323084566,0.05601293672938199,4,0.105867718,45.25,1.18831902098269,21,0.555805521,1304,113354,891.1,6891,6212,16287,16795,0.4230981764597532,0.36987198571003277,3799,-0.14287468533185982,-0.2261982732956237 +45073,SC,Oconee,10585.8630487215,-4.129015224691822,0.14252639651988608,2538.19538672254,0.034173863809493894,17,0.226087882,82.1666666666667,1.07611376683474,43,0.571869348,2620,225897,849.2,8537,7979,30613,33530,0.27886845457812043,0.23796600059648076,16117,-0.42583216280665076,-0.48067402326274977 +45075,SC,Orangeburg,11272.7633711546,-8.547187698671056,0.12186639464605356,2609.17134345399,0.0282069528270396,18,0.1998002,132.166666666667,1.50355126294514,69,0.765900766,3182,269751,970.1,30454,26258,42637,38824,0.7142622604779886,0.6763342262518031,14349,0.435443394235054,0.36959097465485274 +45077,SC,Pickens,33387.5611373613,-10.135907363692482,0.28004060539288483,6338.80165999435,0.05316716147750747,16,0.132925695,106.916666666667,0.870210451207171,91,0.756014888,3534,361521,882.5,11122,10327,45422,48871,0.24485931927259919,0.21131141167563586,25769,-0.49013693804764213,-0.5272861206032208 +45079,SC,Richland,102671.184535982,-0.6688027832191771,0.26702240948333955,24400.768062807,0.06346037508792367,54,0.134473536,356.5,0.870469711804937,334,0.831743723,9015,1206287,833.4,94350,108401,143016,169400,0.6597163953683504,0.6399114521841794,55648,0.3330046987749622,0.3285005903187721 +45081,SC,Saluda,1970.14568328287,111.77313124324384,0.09912682683184253,501.383221893977,0.025226828774539724,2,0.099870169,20.8333333333333,1.03150632932284,5,0.249675422,647,60171,816.7,3322,2809,8553,8559,0.3884017303869987,0.328192545858161,2716,-0.21138781714018479,-0.3173267905129104 +45083,SC,Spartanburg,89659.0103758879,-5.42759782435355,0.31535984121350474,22334.3385259958,0.0785571179253265,44,0.149893371,323.416666666667,1.0728237517263,209,0.711993514,8942,881595,919.5,40920,39888,108327,120793,0.37774516048630535,0.3302178106347222,36213,-0.2310688932583751,-0.2997938622271158 +45085,SC,Sumter,27187.6925457757,14.289351725457289,0.25301232640127774,6988.454601282,0.06503549919299062,19,0.176057969,138.083333333333,1.28574000273132,58,0.537440117,3241,323455,914.3,27550,24024,47261,44048,0.5829330737817651,0.5454050127134036,5291,0.17528194494403415,0.12011896113330917 +45087,SC,Union,2640.85224479049,6.14539594097093,0.0911865006315559,647.597078812199,0.022361005449128103,3,0.107619458,34.0833333333333,1.23164576783628,13,0.466350983,1164,83751,1050.2,5748,4727,12475,12087,0.4607615230460922,0.3910813270455862,2331,-0.06557114228456917,-0.19285182427401337 +45089,SC,Williamsburg,2455.90677886078,-4.683212160451069,0.07134493736341341,601.679102600001,0.017478985056502947,7,0.214100015,44.4166666666667,1.38997548636103,10,0.305857165,1253,98436,1010.3,11318,9949,16282,15049,0.6951234492077141,0.6611070503023456,5086,0.39915243827539615,0.3379626553259352 +45091,SC,York,49945.4509824395,-3.8245786982053236,0.2209262095979595,12893.3325885903,0.05703172244624657,35,0.142655678,206.083333333333,0.797147417796791,154,0.627684984,5948,735632,836.1,38757,41230,99428,113425,0.38979965402100014,0.36350011020498124,25015,-0.20509313271915353,-0.22054220850782452 +46003,SD,Aurora,2016.2461102285,-25.497403666675606,0.7440022546968634,553.333368993858,0.2041820549792834,2,0.72859745,2,0.730994152046784,2,0.72859745,84,8187,644.9,556,340,1400,1407,0.39714285714285713,0.24164889836531628,634,-0.17714285714285716,-0.45060412224591334 +46005,SD,Beadle,3935.36054600355,0.4247651938779513,0.22619614587904066,942.748003189399,0.05418714813135987,4,0.220155209,19.4166666666667,1.07268475038212,10,0.550388024,578,55059,727.4,2881,1912,7263,6772,0.3966680435081922,0.28233904311872415,2543,-0.18573592179540133,-0.3755168340224454 +46007,SD,Bennett,3319.80323211549,0,0.9675905660493995,1153.17992892942,0.33610607080426114,3,0.874635569,9,2.60115606936416,1,0.29154519,95,10311,932,548,412,1203,1149,0.45552784704904403,0.35857267188859876,254,-0.0648379052369078,-0.22106179286335947 +46009,SD,Bon Homme,998.050308761474,-83.92450109000993,0.14116694607658756,294.986558729081,0.04172369996168048,3,0.427167877,6.16666666666667,0.882970599465445,1,0.142389292,228,21000,581.1,1167,704,3074,2974,0.3796356538711776,0.2367182246133154,1401,-0.21567989590110603,-0.47108271687962344 +46011,SD,Brookings,12665.2936296089,-2.9830514967317407,0.3962237957018269,2332.43570952175,0.07296842513754889,4,0.12006964,18.25,0.534641863190274,20,0.600348202,566,100397,624.9,5826,4879,12398,12680,0.46991450233908694,0.38477917981072557,1869,-0.03169866107436681,-0.14739747634069394 +46013,SD,Brown,11371.5720626139,-1.0997896730139824,0.3112855400239221,2729.14856784243,0.07470774322746243,6,0.156217455,15.6666666666667,0.400395283854699,28,0.729014789,1154,115702,706.3,7249,5452,16066,16113,0.45120129465952946,0.3383603301681872,4161,-0.0666625171168928,-0.2582386892571216 +46015,SD,Brule,1648.8664811082,-9.403090541628146,0.31377097642401525,457.577191545334,0.08707463207332712,2,0.376718779,5.25,1.00229095074456,5,0.941796949,160,16001,675.2,824,571,2379,2288,0.346364018495166,0.24956293706293706,994,-0.2837326607818412,-0.43444055944055937 +46017,SD,Buffalo,1906.67870710227,443.4307115255665,0.9972168970200157,748.267246037867,0.39135316215369614,0,0,2,0.978952520802741,0,0,54,6199,1296.8,472,296,641,490,0.7363494539781591,0.6040816326530613,125,0.4773790951638065,0.25510204081632654 +46019,SD,Butte,2434.65851547652,0,0.24081686602141641,567.345997312448,0.05611730932862988,3,0.291318703,11.5,1.12689857912788,6,0.582637405,308,30909,712.6,1e3,693,4201,4346,0.23803856224708403,0.15945697192820985,2662,-0.49226374672696976,-0.6125172572480442 +46021,SD,Campbell,1368.5864316453,0,0.933551454055457,253.585344854847,0.17297772500330627,0,0,2,1.45137880986938,1,0.721500722,39,4109,509.6,153,105,787,831,0.19440914866581957,0.1263537906137184,599,-0.5883100381194409,-0.7208182912154031 +46023,SD,Charles Mix,916.211087382742,-69.82657813524138,0.10036269989952264,188.737836242057,0.0206745356821182,4,0.430709594,14.4166666666667,1.53434085426423,5,0.538386993,307,27817,837.1,1482,935,3762,3433,0.3939393939393939,0.27235653946985144,1447,-0.1985645933014354,-0.42149723274104284 +46025,SD,Clark,1708.16942001998,0,0.4627931238200975,412.142984448031,0.11166160510648361,1,0.274348422,2.66666666666667,0.729394602479942,0,0,135,10946,666.9,713,398,1821,1657,0.3915431081823174,0.24019312009656005,741,-0.19439868204283361,-0.4471937235968618 +46027,SD,Clay,4110.25859848807,31.444508418915674,0.2964698931396473,981.855834521372,0.07082053047615205,2,0.143554407,5.41666666666667,0.38454257182072,8,0.574217628,302,41919,763.9,2955,2608,5233,5069,0.5646856487674374,0.5144999013612153,499,0.1545958341295624,0.09844150720063133 +46029,SD,Codington,9913.95447438672,-0.03729971514144412,0.3641221755752276,2735.64878175872,0.10047558606378666,2,0.071587086,14.1666666666667,0.504816543728991,19,0.680077314,722,83747,653.4,4588,3174,11524,11669,0.398125650815689,0.2720027423086811,4590,-0.182922596320722,-0.3933499014482818 +46031,SD,Corson,3636.36881720653,-7.525932805929157e-4,0.8978688437546988,1242.92759116909,0.3068957015232321,1,0.239120038,6.16666666666667,1.49241690868022,0,0,136,12617,1227,647,535,1199,1175,0.5396163469557965,0.4553191489361702,53,0.11009174311926606,-0.04510638297872338 +46033,SD,Custer,2903.68112450754,-0.011492424793706019,0.35341785838699363,602.063768147748,0.07327942650289046,3,0.355239787,7,0.814332247557003,4,0.473653049,255,25313,610.5,1335,1120,4520,4716,0.29535398230088494,0.23748939779474132,2170,-0.38207964601769917,-0.4601357082273113 +46035,SD,Davison,4636.25432290926,0,0.23770787135506868,1185.81229075688,0.060798415235689095,2,0.100578325,16.4166666666667,0.824833777152523,17,0.854915766,631,59545,701.9,3042,2355,7968,7952,0.3817771084337349,0.29615191146881287,2802,-0.21485943775100402,-0.352364185110664 +46037,SD,Day,2790.82130986748,0,0.48876029945139754,596.72941633077,0.10450602737841858,1,0.178954903,7,1.25650691078801,4,0.715819613,210,16697,649.5,1497,974,2873,2747,0.521058127392969,0.3545686203130688,653,0.061608075182735755,-0.23771386967601016 +46039,SD,Deuel,3939.6726591089,-7.026301596707199,0.9027664205107471,921.80890684619,0.21123027196292163,2,0.463821892,4,0.945402978019381,2,0.463821892,125,12961,586.7,941,570,2171,2080,0.4334408106863197,0.27403846153846156,796,-0.10778443113772451,-0.38269230769230766 +46041,SD,Dewey,2035.0719240023,-12.261656890726561,0.38390340011362006,599.266490639525,0.11304781940002359,2,0.353232073,5,0.870776732845698,0,0,209,16951,1467.5,1207,887,1895,1707,0.6369393139841689,0.5196250732278852,164,0.28707124010554097,0.09607498535442299 +46043,SD,Douglas,2675.18278048391,-4.509047678892823,0.8911335044916422,587.7086337855,0.1957723630198201,2,0.672721157,3,1.02319236016371,0,0,130,8920,668.1,332,214,1690,1605,0.19644970414201182,0.13333333333333333,1124,-0.5928994082840237,-0.7003115264797508 +46045,SD,Edmunds,2591.61562190907,0,0.6366041812599041,593.000514371493,0.14566458225779733,2,0.50213407,3.41666666666667,0.864541160593792,1,0.251067035,122,12008,562.6,622,380,1936,1918,0.3212809917355372,0.1981230448383733,1053,-0.3316115702479339,-0.5490093847758082 +46047,SD,Fall River,2639.44595251404,0,0.372067374191435,491.258292618523,0.06924982980244192,0,0,9,1.31406044678055,5,0.73046019,369,20562,988,1137,821,3511,3563,0.32383936200512675,0.23042380016839742,1690,-0.31871261748789514,-0.4743193937692955 +46049,SD,Faulk,1139.91719294636,-51.737362271373996,0.48219847417358713,288.602178778641,0.122082139923283,1,0.424268137,1,0.424808836023789,1,0.424268137,102,7053,743.4,331,204,1127,1118,0.2937000887311446,0.18246869409660108,654,-0.3850931677018634,-0.5849731663685153 +46051,SD,Grant,1310.50842941266,-5.721095026670301,0.17815503390601686,338.156369861982,0.04597014272185726,3,0.414307416,6,0.839395635142697,7,0.966717304,282,21628,785.8,1493,970,3606,3562,0.4140321686078758,0.27231892195395846,1411,-0.15002773155851362,-0.3961257720381808 +46053,SD,Gregory,1213.41605481914,-23.378035519325287,0.2841058428515898,295.215736816026,0.0691209873135158,2,0.474270809,6.91666666666667,1.65827539359067,0,0,193,12656,848.8,599,391,2151,2091,0.27847512784751277,0.18699186991869918,1209,-0.4221292422129242,-0.5781922525107603 +46055,SD,Haakon,800.500999820843,0,0.41326845628334696,198.582156546541,0.10252047317838978,1,0.541418517,2,1.05708245243129,1,0.541418517,88,5594,764.2,138,77,1092,1044,0.12637362637362637,0.07375478927203065,859,-0.7344322344322345,-0.8227969348659004 +46057,SD,Hamlin,5671.28375391011,0.49601876116554483,0.9607460196357971,1749.34211579537,0.29634797828144505,2,0.333945567,4.91666666666667,0.815638133156381,0,0,190,17995,705.9,921,555,2793,2762,0.3297529538131042,0.20094134685010862,1496,-0.3157894736842105,-0.5416364952932657 +46059,SD,Hand,1177.08875904516,-0.048849866105747985,0.3430745435864646,259.336108584693,0.07558615814185166,1,0.298953662,2,0.602591141910214,1,0.298953662,145,10103,676.2,575,334,1848,1818,0.31114718614718617,0.18371837183718373,1057,-0.3609307359307359,-0.5814081408140813 +46061,SD,Hanson,595.452288529635,0,0.1787608191322831,211.261112815244,0.06342272975540197,1,0.292483182,NA,NA,0,0,75,10172,827.8,760,424,2416,2006,0.31456953642384106,0.21136590229312063,1073,-0.3588576158940397,-0.5348953140578265 +46063,SD,Harding,1254.99999538142,0,0.9999999963198565,292.000001737616,0.23266932409371793,1,0.8,1,0.782472613458529,0,0,18,3788,375.7,82,38,739,769,0.11096075778078485,0.0494148244473342,656,-0.7523680649526387,-0.8530559167750325 +46065,SD,Hughes,3984.2333237299,8.957434985624099e-5,0.23406376005932908,983.476623652953,0.057776796125775645,4,0.226731663,10.5833333333333,0.601325757575757,9,0.510146242,426,52615,647.3,2786,2449,8155,8173,0.34163090128755363,0.2996451731310412,2725,-0.29834457388105456,-0.3334149027284963 +46067,SD,Hutchinson,649.211162499302,-75.85908507391179,0.08841225146388423,200.084140388672,0.02724828277116601,4,0.555555556,9.58333333333333,1.30066956207021,2,0.277777778,345,21706,718.5,923,692,3425,3365,0.2694890510948905,0.20564635958395244,1825,-0.4461313868613138,-0.5423476968796435 +46069,SD,Hyde,1420.00000019599,0.550687301595055,1.0000000001380212,317.99999903085,0.223943661289331,1,0.716332378,2,1.4792899408284,0,0,50,4176,588.5,189,125,733,690,0.2578444747612551,0.18115942028985507,418,-0.46657571623465216,-0.6057971014492753 +46071,SD,Jackson,1909.61002835779,-30.674806919144608,0.6300264032853151,672.914439284485,0.2220107025023045,2,0.610873549,7,2.1046301864101,2,0.610873549,103,9834,997,426,323,1106,1095,0.38517179023508136,0.29497716894977166,399,-0.21247739602169985,-0.3643835616438357 +46073,SD,Jerauld,2071.00000080438,0,1.0000000003884018,434.99999709477,0.2100434558642057,1,0.498256104,1,0.499001996007984,0,0,71,6054,513.1,452,264,1006,967,0.44930417495029823,0.2730093071354705,384,-0.08548707753479118,-0.3971044467425026 +46075,SD,Jones,1005.99999806171,0,0.9999999980732704,225.000000385612,0.22365805207317296,1,1.025641026,2,2.15749730312837,2,2.051282051,28,2879,604.8,108,69,609,558,0.17733990147783252,0.12365591397849462,381,-0.6272577996715928,-0.6827956989247311 +46077,SD,Kingsbury,2689.47172802926,0,0.5224304056000894,584.12641172934,0.11346666894509325,4,0.78817734,4.41666666666667,0.883156701992935,1,0.197044335,222,15136,820.3,1092,703,2608,2551,0.4187116564417178,0.275578204625637,977,-0.13765337423312884,-0.38298706389651116 +46079,SD,Lake,1116.54427506009,-19.49288979265984,0.09969145313036519,256.793857395151,0.02292802298170991,1,0.080853816,6,0.464792005577504,5,0.404269082,336,36999,607.1,2724,2314,6285,6786,0.4334128878281623,0.34099616858237547,1724,-0.11058074781225141,-0.2540524609490127 +46081,SD,Lawrence,3860.6002093294,7.061138003963636,0.1602108233111757,844.729986342761,0.03505540052051131,5,0.202782171,18,0.711997152011392,23,0.932797988,695,74495,661.9,3973,3356,11359,11842,0.34976670481556477,0.28339807464955247,4055,-0.2686856237344836,-0.34242526600236445 +46083,SD,Lincoln,4049.36711612368,-24.216597877876772,0.09033120184089587,1249.95446416177,0.02788334220044994,6,0.116396368,25.5833333333333,0.4696861211576,16,0.310390316,623,154258,456.6,7982,8076,21952,25231,0.3636115160349854,0.3200824382703817,7423,-0.2564231049562682,-0.2942015774245967 +46085,SD,Lyman,3138.79369788786,54.8970268456944,0.8358971232723995,983.366709014804,0.261881946475314,4,1.031725561,5,1.28402670775552,2,0.515862781,96,11590,772.2,605,369,1569,1421,0.38559592096876993,0.25967628430682616,608,-0.20905035054174637,-0.42786769880365944 +46087,SD,McCook,1820.20398624036,-59.685309002464884,0.3239950135707298,481.612950481702,0.08572676227869386,4,0.708089927,4.91666666666667,0.874074074074074,1,0.177022482,240,16891,889.4,905,623,2613,2587,0.3463451970914658,0.24081948202551218,1171,-0.28702640642939153,-0.4526478546579049 +46089,SD,McPherson,1370.01224593376,0,0.5571420276265798,377.274608889538,0.15342603045528183,2,0.823384109,2,0.820344544708778,0,0,121,7278,763.2,272,192,1215,1137,0.22386831275720165,0.16886543535620052,700,-0.534156378600823,-0.6156552330694811 +46091,SD,Marshall,2346.71934712042,0,0.5040204783334236,508.454688807917,0.109204185740532,3,0.64061499,3,0.624869818787753,2,0.42707666,135,14220,610,1061,754,1987,1947,0.5339708102667338,0.3872624550590652,302,0.08656265727226975,-0.155110426296867 +46093,SD,Meade,8631.69186613751,245.21631786972634,0.3393761054548046,2317.9957638488,0.09113768042182904,5,0.185521873,15.1666666666667,0.54767149339785,7,0.259730622,574,80418,688.2,2928,2223,10811,11621,0.2708352603829433,0.19129162722657259,6218,-0.4284525020812136,-0.5350658291024869 +46095,SD,Mellette,2035.7582762851,0.04334100159050358,0.9940225958423341,658.630569870688,0.3215969579446718,2,0.952380952,2.83333333333333,1.34792261338408,0,0,65,6233,993.2,375,238,769,683,0.48764629388816644,0.3484626647144949,164,-0.007802340702210697,-0.240117130307467 +46097,SD,Miner,910.866139457463,107.17976095411426,0.38127506883945705,228.337181560372,0.09557856072012222,2,0.863557858,1,0.438404208680403,4,1.727115717,97,6872,804.6,479,281,1140,1064,0.4201754385964912,0.2640977443609023,425,-0.13771929824561402,-0.3994360902255639 +46099,SD,Minnehaha,31296.9134874992,-7.3369842731518435,0.18467742280253027,8231.57739807164,0.048573048587766655,25,0.136700167,157.833333333333,0.842595657295793,153,0.836605024,3952,547280,703.1,34668,30610,76565,78263,0.45279174557565466,0.39111713070033094,11433,-0.07395023835956377,-0.14608435659251495 +46101,SD,Moody,4976.28222800311,-1.0513059043478608,0.7672343860627674,1306.75242503576,0.2014727759845452,1,0.15705984,3,0.461183704842429,1,0.15705984,166,19253,666.4,1429,1042,3033,2930,0.4711506758984504,0.3556313993174061,687,-0.03494889548302005,-0.2344709897610922 +46103,SD,Pennington,28974.5739246449,-4.640866481215192,0.2870247446670058,7456.72456896129,0.07386698665611295,17,0.157055487,73.0833333333333,0.668208804203391,88,0.812993108,2466,323395,633.9,15122,14074,44458,47741,0.34014125691664043,0.29479901971052136,15730,-0.2948175806379054,-0.3294861858779665 +46105,SD,Perkins,1470.76277909444,0.02051404436108908,0.4932135409438095,346.144737569438,0.11607804747466063,2,0.659413122,4,1.34093194770365,0,0,129,9104,762.7,319,188,1590,1606,0.20062893081761007,0.11706102117061021,1145,-0.5572327044025158,-0.7129514321295143 +46107,SD,Potter,2329.00000319708,0,1.0000000013727264,455.999999668199,0.19579218534486864,3,1.282051282,3.33333333333333,1.44990575612585,2,0.854700855,103,7023,663.3,339,215,1381,1335,0.24547429398986242,0.16104868913857678,854,-0.499637943519189,-0.6397003745318353 +46109,SD,Roberts,2750.01261191333,-37.361839937188364,0.2709638990948202,725.199200178104,0.07145523698670844,4,0.385579333,11.3333333333333,1.10515195839428,4,0.385579333,335,30934,813,2302,1539,4256,3886,0.5408834586466166,0.3960370560988163,603,0.09844924812030081,-0.15517241379310337 +46111,SD,Sanborn,2328.43004819847,0.2988439900182536,0.988717642547121,508.680244061228,0.21600010363534097,1,0.428082192,1,0.417362270450751,1,0.428082192,93,7008,790.1,389,241,1115,1123,0.3488789237668161,0.21460373998219057,578,-0.26816143497757855,-0.514692787177204 +46113,SD,Shannon,10779.6365392901,66.39942265317093,0.7934371072641028,4260.14696087035,0.3135688915700243,2,0.14066676,13,NA,2,0.14066676,385,42783,1301.1,2922,2504,3130,2896,0.9335463258785942,0.8646408839779005,2263,0.873482428115016,0.7814226519337016 +46115,SD,Spink,2796.76215052269,0,0.4359722759973016,692.496356265878,0.10794954891128264,2,0.303122158,5.33333333333333,0.83073727933541,3,0.454683237,228,19693,708.9,1300,919,3041,2951,0.4274909569220651,0.3114198576753643,935,-0.12167050312397237,-0.3168417485598102 +46117,SD,Stanley,570.819394016914,1.3021768371361306,0.1924542798438685,147.545685122711,0.04974567940752225,1,0.335232987,2,0.668225860340795,3,1.005698961,60,8876,578.7,435,329,1540,1567,0.2824675324675325,0.209955328653478,819,-0.40779220779220776,-0.5226547543075941 +46119,SD,Sully,1373.00000028379,0,1.0000000002066933,310.000000027677,0.225782957048563,1,0.695410292,1.91666666666667,1.34881538822426,0,0,29,4307,447.1,186,137,816,861,0.22794117647058823,0.15911730545876887,542,-0.5208333333333334,-0.6295005807200929 +46121,SD,Todd,1990.28842316019,-6.935720064188397,0.20706288214317414,825.245935395118,0.08585579852217207,3,0.303582271,12,1.18168389955687,1,0.10119409,275,29904,1299.3,1976,1505,2497,2125,0.7913496195434522,0.7082352941176471,1018,0.591910292350821,0.47905882352941176 +46123,SD,Tripp,1510.38150693473,0,0.2676083463739777,372.222299036887,0.06595008841900904,3,0.544267054,11,2.00291332847779,3,0.544267054,212,16431,676.6,737,462,2691,2630,0.2738758825715347,0.17566539923954372,1607,-0.4340393905611297,-0.6110266159695817 +46125,SD,Turner,190.951374276716,-90.67137018321357,0.0228766472117786,47.7125830082514,0.005716135498772181,4,0.483558994,5,0.601178309486594,2,0.241779497,325,24813,779,1411,961,4210,4150,0.3351543942992874,0.23156626506024097,1976,-0.3097387173396675,-0.476144578313253 +46127,SD,Union,2887.04673128098,-0.49067118215797023,0.2005032801778582,756.664819946335,0.05254981734469998,3,0.199614079,6.91666666666667,0.463148966563993,7,0.465766185,346,44741,620.6,2782,2227,7596,7895,0.366245392311743,0.28207726409119693,3061,-0.25223802001053186,-0.3877137428752375 +46129,SD,Walworth,1560.22831036218,0,0.28691215710963225,317.36337943349,0.0583603125107558,3,0.544365814,6.41666666666667,1.1437908496732,7,1.270186899,266,16444,828.6,671,457,2462,2477,0.2725426482534525,0.1844973758578926,1439,-0.4305442729488221,-0.5809446911586597 +46135,SD,Yankton,6096.68229890035,-5.22409901374821,0.2717123762768674,1367.36044848688,0.06093949765963455,1,0.0440839,13.6666666666667,0.604291946704398,18,0.793510845,684,68077,686.2,4208,3301,9924,9616,0.42402257154373235,0.34328202995008317,2353,-0.12646110439338976,-0.24469633943427627 +46137,SD,Ziebach,1047.09130336349,-43.81781604811689,0.37382766989057115,385.723053614138,0.13770905162946734,0,0,3,1.07104605498036,1,0.353857042,44,8457,730.1,439,352,761,766,0.5768725361366623,0.4595300261096606,16,0.16425755584756901,-0.02088772845953002 +47001,TN,Anderson,22423.2052274561,59.97327814853085,0.29846271383162426,4795.3392428516,0.06382807228702099,13,0.172121597,85.3333333333333,1.12375333614272,64,0.847367864,2838,226574,875.3,10112,9010,29621,29723,0.3413794267580433,0.30313225448306025,10191,-0.2980655615948145,-0.34286579416613394 +47003,TN,Bedford,6177.85823850438,1.8084141540530718,0.13710902034054728,1727.96969125779,0.03834989771534,6,0.128680807,50.1666666666667,1.05649622328925,24,0.514723229,1375,139323,954.9,4207,3384,14433,15300,0.29148479179657727,0.2211764705882353,8071,-0.4031732834476547,-0.527516339869281 +47005,TN,Benton,2221.32984374829,0,0.13471586171073383,494.698898952903,0.030001752620104495,4,0.247754723,21.5,1.34257524665917,8,0.495509446,741,48525,1041.5,2255,1474,6223,6322,0.3623654186083882,0.23315406516925025,3241,-0.2563072473083722,-0.5126542233470421 +47007,TN,Bledsoe,395.61194284579,-33.94275722249279,0.030724754803183443,130.473224759437,0.010133055666312285,1,0.071782356,16.4166666666667,1.11868256672345,0,0,416,42806,793.3,1267,896,4359,4650,0.29066299610002294,0.19268817204301075,2725,-0.4026152787336545,-0.586021505376344 +47009,TN,Blount,42345.4384247571,4.601011321858598,0.3442438698053581,9456.73862656471,0.07687780364657101,16,0.126643396,102.416666666667,0.795963835133805,64,0.506573584,4060,378320,824.6,12925,12085,49200,51849,0.2627032520325203,0.23308067658006903,25300,-0.45715447154471545,-0.48795540897606515 +47011,TN,Bradley,29457.1030414626,6.301410581103302,0.2976577411907743,7122.78225248145,0.07197419492619919,16,0.155377519,116.75,1.11733180208632,74,0.718621025,3068,309078,874.9,8035,7070,35956,38392,0.22346757147624874,0.18415294853094394,22691,-0.5390477249972189,-0.5910345905396959 +47013,TN,Campbell,7790.571541639311,22.271024186769825,0.19133931480595615,1858.35542646541,0.04564189572810222,9,0.225462198,46.0833333333333,1.16038005069581,27,0.676386593,1735,119873,1117.7,3327,2248,12097,12504,0.2750268661651649,0.17978246960972488,7612,-0.4360585269074977,-0.608765195137556 +47015,TN,Cannon,319.833909867331,5.164018022143371,0.023174690954809868,73.5617661890574,0.005330176522647438,0,0,12.5,0.891138518571327,7,0.508831867,554,41341,1026.8,1560,1126,4968,5299,0.3140096618357488,0.2124929231930553,2880,-0.3518518518518518,-0.5434987733534629 +47017,TN,Carroll,2483.60181942668,13.16875235739629,0.08707670638197461,533.989906590276,0.018722035852684803,6,0.211491012,35.5833333333333,1.26667141297641,12,0.422982023,1287,84589,1097,3475,2323,10845,10333,0.3204241585984325,0.22481370366786024,5408,-0.3452282157676348,-0.5233717216684409 +47019,TN,Carter,23715.8973907913,25.056724209626065,0.41299626272623463,4588.98964712142,0.07991414124967644,9,0.158211159,60.5833333333333,1.07223343126497,33,0.580107584,2100,169869,884.8,4786,3453,20607,20993,0.23225117678458776,0.1644833992283142,13444,-0.5197263065948464,-0.6404039441718667 +47021,TN,Cheatham,436.383727302331,39.45723812735705,0.011159282119993121,115.027702004121,0.0029415088097205218,6,0.150890252,37.1666666666667,0.931962554329655,19,0.477819133,1161,118851,1008.7,4656,3877,15177,15823,0.3067799960466495,0.24502306768627946,7418,-0.3696382684324966,-0.4688112241673513 +47023,TN,Chester,2223.72203122153,-2.626909169754338,0.12980690159485903,514.589661307178,0.030038506876841863,6,0.34524426,15.6666666666667,0.897648923776237,9,0.51786639,570,52199,892.2,1622,902,6396,4850,0.25359599749843653,0.18597938144329898,2925,-0.47686053783614757,-0.6030927835051546 +47025,TN,Claiborne,6856.18295497042,12.47187087154482,0.2128390076978369,1290.03775037903,0.04004711608291777,4,0.126614333,33,1.03914097679252,14,0.443150165,1296,94931,1084.3,2433,1831,10178,10706,0.2390449990174887,0.17102559312535026,6758,-0.5093338573393593,-0.6312348215953671 +47027,TN,Clay,10.7763575911522,612.9633957190952,0.00137086345136143,2.30481182062067,2.9319575379985625e-4,3,0.386349002,11.9166666666667,1.53723770209838,4,0.515132003,327,23286,913.9,1037,707,2820,2919,0.3677304964539007,0.2422062350119904,1433,-0.2517730496453901,-0.49092154847550534 +47029,TN,Cocke,7579.66724682424,18.192869146657813,0.21254184417094496,1630.62421416796,0.04572441854545342,5,0.141346752,53.6666666666667,1.52379870713725,16,0.452309606,1537,105756,1130.7,2804,1980,11450,12108,0.24489082969432313,0.1635282457879088,7811,-0.4938864628820961,-0.6451106706309878 +47031,TN,Coffee,9075.91891537988,12.250947157025298,0.17190542683877338,2235.06363998994,0.04233395787540609,10,0.186487142,75.8333333333333,1.38680613974129,38,0.708651139,1967,161236,1003.1,5865,4741,19242,19895,0.3048019956345494,0.23830108067353606,9668,-0.371479056231161,-0.48595124403116363 +47033,TN,Crockett,108.979169900621,-0.7952400352050754,0.007471491149089606,24.8758185454599,0.001705458559266413,5,0.340878102,16.75,1.16230657136909,6,0.409053722,534,43833,929.7,1669,1302,5497,5386,0.30362015644897217,0.24173783884144076,2675,-0.3843914862652356,-0.4966580022279986 +47035,TN,Cumberland,10757.6808029929,33.087854979464666,0.19191980452416285,1751.51677907912,0.031247511802742402,9,0.155212555,63.75,1.08686386497315,34,0.586358541,2428,173622,832.9,6260,5202,25244,26298,0.24797971795278087,0.19780971937029432,15208,-0.49084931072730154,-0.5782949273709027 +47037,TN,Davidson,137325.679109165,-10.816389281003152,0.21913170992764264,30193.948194327,0.04818073021892637,137,0.204983339,635.333333333333,0.928293469314202,625,0.935142972,15501,2007411,829.3,138899,148473,237372,246199,0.585153261547276,0.6030609385090923,64108,0.18719562543181167,0.2603909845287755 +47039,TN,Decatur,895.576230591842,19.5622828297847,0.07617387348744084,150.204525924567,0.0127757528216864,4,0.342876736,9.58333333333333,0.814286118899935,4,0.342876736,517,35091,930.6,1302,894,4248,4577,0.3064971751412429,0.19532444832859952,2686,-0.36982109227871945,-0.5868472798776491 +47041,TN,DeKalb,395.900977320969,-8.507961759089161,0.02114516783212995,97.4120007365709,0.005202798736130476,4,0.20759809,20.0833333333333,1.03730867895942,6,0.311397135,729,57491,1044,2168,1566,6406,6940,0.33843271932563224,0.22564841498559077,3598,-0.30689978145488606,-0.5184438040345821 +47043,TN,Dickson,6387.40797718982,6.257432665832645,0.12860725601396972,1638.50564456268,0.0329904893601796,9,0.177953534,60.75,1.1644623346751,40,0.790904597,1587,152274,935.3,6228,4718,17821,18619,0.3494753380842826,0.2533970675116816,8495,-0.28387857022613766,-0.4562543638219024 +47045,TN,Dyer,12712.0536997816,12.71269455030643,0.3316043745867119,3369.16204256251,0.08788736252934681,7,0.184526163,51.6666666666667,1.37017785792582,20,0.527217609,1303,113893,948.4,3757,2815,13800,13290,0.2722463768115942,0.21181339352896916,7360,-0.4466666666666667,-0.5537998495109104 +47047,TN,Fayette,2233.37790268045,-50.02305906065534,0.05814119966366725,523.643521678781,0.01363193506570122,4,0.102535182,30.5,0.770396564789088,11,0.281971752,1184,116929,796.5,6683,5865,19562,19306,0.34163173499642163,0.30379156738837665,7181,-0.30666598507310094,-0.3719569045892469 +47049,TN,Fentress,37.1267282696467,-24.237466656974263,0.002067304876087015,6.29476238298254,3.5050739924174737e-4,4,0.224026883,21.9166666666667,1.21536442448104,10,0.560067208,741,53715,1072.1,1559,1100,6890,7311,0.2262699564586357,0.1504582136506634,4932,-0.5342525399129173,-0.6745999179318835 +47051,TN,Franklin,8150.82663329195,6.307902698662003,0.19854883156221256,1869.28404821006,0.04553454273141529,7,0.169073958,40.1666666666667,0.963229416466827,19,0.458915028,1495,124085,919,5594,4372,16099,16363,0.3474749984471085,0.26718816842877224,7154,-0.28933474128827874,-0.4372058913402188 +47053,TN,Gibson,6040.6483714931,-10.659359740873903,0.12158380877751142,1424.33078988239,0.028668373284270073,16,0.323415265,58.5,1.18418655492804,27,0.54576326,1964,148341,1005.7,6564,5255,19667,19484,0.3337570549651701,0.2697084787517963,8524,-0.32129963898916963,-0.437487168959146 +47055,TN,Giles,3490.05837756257,-23.763487808898947,0.11836725038367205,727.429247991639,0.02467116323525993,7,0.242609087,38.25,1.30514894052615,19,0.65851038,1079,86494,939.5,3759,2915,10797,11120,0.34815226451792164,0.26214028776978415,5049,-0.2922107992961008,-0.45404676258992804 +47057,TN,Grainger,0,0,0,0,0,4,0.174947516,27.75,1.20275658807212,4,0.174947516,866,68324,1058.8,1668,1154,7250,7985,0.23006896551724138,0.14452097683155918,5464,-0.5242758620689656,-0.6842830306825297 +47059,TN,Greene,6489.64637719479,15.086003077495647,0.09428377296849952,1447.03576002474,0.02102302392853133,14,0.204873052,85.1666666666667,1.24122519371372,41,0.599985366,2585,205258,935.7,6216,4211,23937,23491,0.25968166436896856,0.1792601421821123,14327,-0.46029159878013115,-0.6098931505683027 +47061,TN,Grundy,135.424177751157,-85.28337981252218,0.009882812358692039,24.4902510500822,0.001787218204048909,4,0.297951583,19.8333333333333,1.48131550775512,5,0.372439479,599,40363,1162.8,1637,998,4217,4750,0.3881906568650699,0.21010526315789474,2628,-0.20512212473322267,-0.5532631578947369 +47063,TN,Hamblen,27609.2925920741,32.727622754060185,0.44143790918511927,6820.68223573445,0.10905414165602535,12,0.190367409,78.6666666666667,1.23330981683259,52,0.824925439,2327,189450,993.5,5229,4075,20020,20579,0.2611888111888112,0.19801739637494534,11764,-0.4638361638361638,-0.5716507118907624 +47065,TN,Hamilton,138476.944925367,8.628264924327702,0.4115666356341321,31843.6746710221,0.09464242627279107,55,0.156597005,394.5,1.10276235680861,317,0.902568191,10352,1053934,796.9,58794,55260,142320,141088,0.41311129848229344,0.39167044681333635,23401,-0.14813799887577284,-0.16586102290768884 +47067,TN,Hancock,66.5395717236606,-30.11717616659963,0.009757966230189265,5.45590429085769,8.001032835984294e-4,1,0.150217816,10.6666666666667,1.6218133900968,1,0.150217816,318,19825,1197,475,322,2046,2229,0.23216031280547408,0.14445939883355766,1520,-0.5141739980449658,-0.6819201435621355 +47069,TN,Hardeman,7469.0600298179,-7.341853276158868,0.27406377388976993,1319.1745420413,0.04840474597443584,7,0.269593684,24.8333333333333,0.976344931524802,8,0.308107067,860,77899,938,5479,4174,10435,9242,0.5250598945855295,0.4516338454879896,738,0.05893627216099667,-0.07985284570439294 +47071,TN,Hardin,3650.04067469583,18.776315328594052,0.14024593386213133,769.887144866119,0.029581462570741526,6,0.231928875,28.6666666666667,1.11634669055129,12,0.46385775,1177,77601,1074.4,2467,1622,10495,9949,0.23506431634111483,0.16303146044828626,6390,-0.5163411148165793,-0.6422756055885013 +47073,TN,Hawkins,11433.5329917898,-13.89924505070829,0.20117771350781763,2571.00652306112,0.045237916757185435,8,0.141006433,53.25,0.941428142071672,24,0.4230193,2137,169769,979,5086,3502,19789,20694,0.25701147101925315,0.16922779549627912,13109,-0.4694527262620648,-0.6334686382526337 +47075,TN,Haywood,2992.9774573932,-1.5950839359068956,0.15931109050903283,768.340889992136,0.040897476446060364,3,0.16497113,28.0833333333333,1.57303161000019,10,0.549903767,565,54446,849.1,4567,3704,7567,6824,0.6035416941984935,0.5427901524032825,694,0.212369499141007,0.10169988276670577 +47077,TN,Henderson,3523.62807900501,-7.22872719131749,0.1268907083080057,838.234384272663,0.030185976602422233,4,0.142811239,27.5833333333333,0.991421656722498,18,0.642650577,994,84008,1004.3,2516,1796,10051,10172,0.2503233509103572,0.1765631144317735,6322,-0.4877126654064272,-0.6215100275265434 +47079,TN,Henry,6159.81576087537,-5.833803087771481,0.19052940800728024,1235.89630355317,0.03822753800040736,4,0.124208173,32.9166666666667,1.01877643660373,19,0.589988821,1376,96632,974.3,4337,3061,12731,12887,0.3406645196763805,0.2375261891828975,6422,-0.3024114366506951,-0.498331652052456 +47081,TN,Hickman,2775.94861599027,21.805512709395185,0.11243210271325516,378.714229679771,0.015338769934377116,2,0.082020997,20,0.823214653220827,6,0.246062992,810,72921,967,2693,1823,7595,7762,0.3545753785385122,0.23486214893068796,3862,-0.27162606978275183,-0.4975521772738985 +47083,TN,Houston,214.249927696881,-27.57033362271642,0.02542724041026359,35.850494203356,0.004254746523066223,2,0.241925729,8.16666666666667,1.00401606425703,6,0.725777186,322,24691,981.6,1400,865,3027,3165,0.46250412950115627,0.27330173775671407,1315,-0.05913445655764782,-0.41548183254344395 +47085,TN,Humphreys,1206.50690713,-28.130063456816035,0.0650829057681519,312.446993775353,0.016854406827886127,4,0.220567963,18.4166666666667,1.00379716938282,17,0.937413841,731,54503,1009,2904,1967,6860,7139,0.42332361516034983,0.27552878554419385,2961,-0.13483965014577265,-0.41476397254517444 +47087,TN,Jackson,1.60373164899647,0,1.378013102763765e-4,0.229108501796873,1.9686243495177262e-5,3,0.2593361,11.0833333333333,0.958268488097297,2,0.172890733,481,34491,1025.7,1736,1129,4178,4447,0.4155098133078028,0.25387901956375086,2100,-0.15414073719483,-0.4722284686305374 +47089,TN,Jefferson,2646.3455651603,0,0.051478311614377416,616.867055164723,0.011999670378834069,4,0.075934469,46.8333333333333,0.874817097848759,28,0.53154128,1725,158232,865.5,4230,3490,17565,18994,0.2408198121263877,0.1837422343898073,11270,-0.5013948192428124,-0.5933452669263978 +47091,TN,Johnson,2275.5592706917,15.830525919846023,0.12472918607167836,429.828398905728,0.023559986785010305,4,0.223976706,20.5,1.15466937028275,6,0.33596506,682,53748,936.2,1483,988,6194,6556,0.23942525024216985,0.15070164734594266,4412,-0.5050048433968356,-0.6729713239780353 +47093,TN,Knox,157839.167916191,-5.12257484271204,0.3651774023686475,37960.9652758347,0.08782665845144601,72,0.160483591,398.25,0.873102522953882,392,0.873743993,12809,1344111,854.8,57594,62861,167330,179266,0.3441941074523397,0.3506576818805574,42863,-0.29174087133209825,-0.23910278580433547 +47095,TN,Lake,14.7011009580456,0,0.0018770557913745662,3.88954874477349,4.966226691488113e-4,2,0.262088848,9,1.19047619047619,2,0.262088848,293,22954,1132.8,884,577,2087,1970,0.4235745088643987,0.2928934010152284,780,-0.13368471490177286,-0.3959390862944162 +47097,TN,Lauderdale,2397.08351052465,-0.06667604400686716,0.08617952581429625,681.068625468264,0.024485659732815534,5,0.182601709,29.6666666666667,1.10808152491938,8,0.292162735,852,81797,996.8,4010,3656,8688,8678,0.4615561694290976,0.4212952293155105,1228,-0.06975138121546964,-0.1415072597372667 +47099,TN,Lawrence,3120.20464678558,11.538730816446833,0.07452302770034105,733.391476807359,0.0175163361152012,8,0.189241614,52.0833333333333,1.20896296124355,23,0.544069641,1570,126904,982.2,4237,2821,15219,15658,0.2784019975031211,0.1801634946991953,9598,-0.4292660490176753,-0.612977391748627 +47101,TN,Lewis,422.698064902566,0,0.034758495592678726,89.6122421835171,0.007368821822507779,3,0.251973795,15.3333333333333,1.28808243727599,10,0.839912649,462,35679,981.3,1445,890,4691,4601,0.30803666595608614,0.19343620951966964,2689,-0.3562140268599445,-0.5844381656161703 +47103,TN,Lincoln,4923.30702140943,-3.1636845542300103,0.14757672196305355,1072.32605258682,0.03214310280227871,5,0.148645836,31,0.921385049784515,21,0.624312513,1190,100900,921.2,3283,2550,13249,13270,0.24779228621028002,0.19216277317256972,7825,-0.49120688353838027,-0.5896759608138659 +47105,TN,Loudon,14631.9175496371,6.997649147205139,0.30134108142427507,2883.27266476405,0.05938035803534167,9,0.17726655,46.9166666666667,0.911817675334603,38,0.748458766,1893,152283,829.6,5057,4916,22066,23304,0.22917610803951782,0.21095090971507038,12672,-0.5276896582978338,-0.5437693099897014 +47107,TN,McMinn,6823.74832486919,-15.332722088411948,0.13055807455839724,1553.81517165607,0.02972898579680998,7,0.133014099,64.25,1.21570482497635,34,0.646068483,2023,157724,978.9,4603,3507,17818,18694,0.25833426871702775,0.1876002995613566,11166,-0.46890784599842855,-0.597303947790735 +47109,TN,McNairy,2567.82335030747,-7.336643155854973,0.09847836434544467,606.317109506181,0.023252813403880385,4,0.152282331,28.75,1.10854058222479,17,0.647199909,1073,78307,1033.3,2643,1847,9809,10035,0.269446426750943,0.18405580468360738,5992,-0.445203384646753,-0.5971101145989038 +47111,TN,Macon,749.880235196324,309.4811423329925,0.03370551218969453,195.6582946126,0.0087944217283621,4,0.173890362,21.75,0.927505330490405,13,0.565143677,845,68832,1093.8,1552,1071,6904,7490,0.22479721900347624,0.14299065420560747,5189,-0.5369351100811124,-0.6927903871829106 +47113,TN,Madison,23242.5592899398,2.154835701602559,0.2364595935656276,6012.87065916874,0.06117230613433922,16,0.162969301,106.25,1.08792480263764,82,0.835217666,2889,294406,862,18360,15438,40691,37764,0.4512054262613354,0.4088020336828726,5883,-0.08918434051755919,-0.155783285668891 +47115,TN,Marion,2879.10067509944,36.10561142087334,0.1019619887062875,609.66758159895,0.02159108905333251,4,0.140810364,43.8333333333333,1.54093135531651,22,0.774457,1084,85211,1003.1,3952,2829,10404,10832,0.37985390234525185,0.26117060561299854,4851,-0.22260668973471742,-0.44783973412112255 +47117,TN,Marshall,3733.40974187277,95.33509095277152,0.121939110359368,1017.14681022242,0.033221635373237746,5,0.159902779,34,1.06532978223406,19,0.607630561,983,93953,928.8,3722,2848,10729,11402,0.3469102432659148,0.24978074022101385,5319,-0.2890297325006991,-0.4664971057709174 +47119,TN,Maury,15063.1965992898,14.853374875280343,0.18606646325522258,3685.04532545136,0.04551911316581057,15,0.175407823,96.75,1.07522699236505,71,0.830263696,2594,256995,899.7,11819,10026,32989,35068,0.3582709387977811,0.2859016767423292,13755,-0.2691503228348843,-0.3922379377209992 +47121,TN,Meigs,177.297663636913,86.45650482158119,0.01508531129387501,36.0370114513207,0.003066196839217281,4,0.341851124,15.5,1.29112869637651,2,0.170925562,457,35231,1051.1,1163,856,3958,4311,0.29383527033855483,0.19856181860357225,2481,-0.3954017180394138,-0.5755045233124565 +47123,TN,Monroe,1918.84106241813,-15.217545961058853,0.04310162093528898,462.856375522844,0.010396827770678676,10,0.221077532,59,1.28344572547313,30,0.663232596,1584,136382,914.4,4368,3184,16320,17050,0.2676470588235294,0.1867448680351906,10177,-0.45030637254901956,-0.596891495601173 +47125,TN,Montgomery,57591.4831974641,-7.266209526156708,0.33419108110243717,16885.4060803227,0.09798240641743332,17,0.089492054,124.583333333333,0.636493063715723,117,0.615915899,3477,567909,877.4,24349,21686,55424,57278,0.4393223152424942,0.37860958832361463,10634,-0.10482823325635104,-0.18565592374035406 +47127,TN,Moore,2145.49640137108,2.8211511789421944,0.33723615236892174,476.154733377793,0.07484356073212715,0,0,5,0.790763877906057,2,0.316505776,198,18983,700.8,705,496,2799,2926,0.25187566988210075,0.1695146958304853,1829,-0.48160057163272596,-0.6250854408749146 +47129,TN,Morgan,4002.34588411522,-9.893199408489336,0.18203237750103335,887.223299974114,0.04035217628480984,4,0.184672207,21.4166666666667,0.993628406173641,4,0.184672207,712,64964,968.3,1722,1053,6500,6664,0.26492307692307693,0.15801320528211285,4376,-0.4532307692307692,-0.6566626650660264 +47131,TN,Obion,3472.41211875148,1.6357952579911579,0.10917131822402239,740.32900881115,0.023275662867015122,3,0.096958728,25.75,0.842108705605337,18,0.581752367,1162,92604,941.6,3320,2425,12296,12223,0.27000650618087185,0.19839646567945676,7100,-0.44681197137280415,-0.5808721263192342 +47133,TN,Overton,294.688428568188,-15.833254896057303,0.0133445830986817,65.9458798710257,0.0029862735982894395,6,0.272380607,20.5833333333333,0.933442171934758,11,0.499364445,862,66114,1005,2802,1943,7657,8195,0.3659396630534152,0.23709579011592435,4112,-0.2572809194201384,-0.5017693715680294 +47135,TN,Perry,1978.78063833354,260.07885976709923,0.25000387092021986,434.060484477231,0.05484023808935325,2,0.255689082,7,0.878955298844802,4,0.511378164,362,23634,1110.1,992,597,2621,2855,0.3784814956123617,0.20910683012259193,1570,-0.22357878672262493,-0.5499124343257443 +47137,TN,Pickett,38.9002502037365,0.05603466518423817,0.007662054402941992,5.05037669463815,9.947560950636497e-4,2,0.390320062,5.75,1.11824192921042,4,0.780640125,200,15276,834.7,711,536,2446,2609,0.29067865903515944,0.20544269835185894,1483,-0.4071954210956664,-0.568417018014565 +47139,TN,Polk,49.3548486075625,16.350004485895955,0.002933423394208767,10.4142165313388,6.1897275074822e-4,4,0.239091452,21.8333333333333,1.30177279592972,5,0.298864316,646,50112,985.5,1856,1252,6059,6520,0.3063211751114045,0.19202453987730062,3845,-0.3716784948011223,-0.5897239263803681 +47141,TN,Putnam,14568.3589618992,-4.438114407769611,0.2014402312177542,3156.22188905536,0.043641845232440926,17,0.229218634,96.5,1.27089067706207,61,0.822490393,2469,222808,961.4,7793,6847,25479,26958,0.30585972761882335,0.2539876845463313,12134,-0.3708544291377212,-0.4501075747459011 +47143,TN,Rhea,3162.27102614337,20.870118372230078,0.09941434896234934,794.781660083969,0.024986062437799647,7,0.214454214,38.6666666666667,1.19187062038921,20,0.612726326,1213,97676,1023.5,2625,1942,10578,10946,0.2481565513329552,0.1774164078202083,6708,-0.4885611646814142,-0.6128266033254157 +47145,TN,Roane,13942.3035623019,0.6682241729997149,0.25732828043598127,2956.74946048199,0.05457170337354404,6,0.113748389,50.9166666666667,0.962981175372899,34,0.644574202,2186,158520,940.8,6014,4833,21081,21580,0.28528058441250415,0.22395736793327153,11030,-0.412931075375931,-0.5111214087117701 +47147,TN,Robertson,4540.52609492565,-9.956818641638515,0.06850212113099362,1162.37514765275,0.01753655006038879,7,0.102821722,61.6666666666667,0.891587749102388,49,0.719752053,1868,203788,907.5,8289,6634,26285,27042,0.31535096062393,0.24532209156127505,12759,-0.3557922769640479,-0.47182161082760155 +47149,TN,Rutherford,65080.4839621957,5.001915059025124,0.24782746630742752,18651.3009828229,0.07102443596755152,34,0.117685337,239.25,0.776153199827413,202,0.699189356,5159,869355,772,36400,36627,98816,106518,0.36836139896373055,0.34385737621810397,27801,-0.24721704987046633,-0.2609981411592407 +47151,TN,Scott,789.347125845616,-39.94016811887139,0.03551138770225014,205.778592289807,0.00925762966932729,3,0.136444263,27.0833333333333,1.23403350495892,13,0.591258471,833,65948,1156.6,1452,934,6668,7123,0.21775644871025795,0.13112452618278816,5110,-0.5496400719856029,-0.7173943563105434 +47153,TN,Sequatchie,9.02367785386741,-93.27016578649929,6.394329544974071e-4,1.64004216389731,1.1621613973195223e-4,0,0,18,1.20829697254481,12,0.816104461,498,44255,890.2,1488,1051,5141,5667,0.28943785255786814,0.18545967884242104,3383,-0.3993386500680801,-0.5969648844185635 +47155,TN,Sevier,11385.4785123333,-1.049905560469845,0.12666153269402597,2570.13731032952,0.028592345118195993,23,0.241825255,111.833333333333,1.15682076001917,97,1.019871727,2998,284367,878.3,7415,6293,33856,36180,0.21901583175803402,0.17393587617468215,22317,-0.5483223062381852,-0.616832504145937 +47157,TN,Shelby,273256.128731707,7.539677367974079,0.2945700384325312,75745.8348575091,0.08165399103266878,164,0.174690537,963.250000000001,1.03065151727525,681,0.725391802,24097,2815548,888.3,232201,206640,370749,331861,0.6263024310247634,0.6226703348691169,91692,0.26072895678747615,0.27629640120411864 +47159,TN,Smith,273.750855600461,-31.08548092520891,0.01428315014089852,53.9802954709157,0.002816461205828848,2,0.10521332,15.0833333333333,0.775612348091394,9,0.47345994,607,57399,961.7,2467,1688,7081,7410,0.3483971190509815,0.22780026990553306,3797,-0.2859765569834769,-0.5124156545209178 +47161,TN,Stewart,247.329191612073,-87.17828669650075,0.018562683249179902,65.1528734147575,0.004889888428006409,2,0.150613751,12,0.910332271279017,6,0.451841253,489,39856,958,2069,1222,5115,5283,0.40449657869012706,0.23130796895703198,2642,-0.17478005865102636,-0.5000946431951543 +47163,TN,Sullivan,52031.8903122689,-11.186852017273836,0.3317873673649203,11057.8820748947,0.07051186417103805,20,0.127350411,144.083333333333,0.919678894300225,141,0.897820398,6160,470172,906.2,15303,11910,59833,59860,0.25576187053966876,0.19896424991647177,33667,-0.4717296475189277,-0.5624290010023388 +47165,TN,Sumner,47994.8961140369,5.928634501633505,0.2987637095087734,12685.6932092044,0.07896724584770395,20,0.115803736,143.166666666667,0.795092088139522,96,0.555857932,4318,517987,777.9,18571,18153,65334,71080,0.28424709951939264,0.25538829487900955,31952,-0.41950592340894477,-0.44952166572875635 +47167,TN,Tipton,11339.1915201258,-17.543158581674657,0.1856418775089766,3220.41139091563,0.05272361930740541,8,0.129821657,48.25,0.787074042053407,25,0.40569268000000003,1715,185394,939.5,7020,5779,23682,23372,0.29642766658221437,0.24726168064350504,11114,-0.39587028122624773,-0.47552627075132636 +47169,TN,Trousdale,NA,NA,NA,NA,NA,3,0.374906273,9,1.08813928182807,4,0.499875031,278,23829,1038.6,1238,943,2901,3142,0.426749396759738,0.30012730744748567,1156,-0.12823164426059985,-0.36791852323360913 +47171,TN,Unicoi,2401.86481210288,77.67580983761346,0.1311562721620095,499.957331582797,0.0273006788392288,2,0.111339977,16.25,0.917094644167278,10,0.556699883,845,53840,1025.9,1909,1260,7078,7166,0.2697089573325798,0.1758303097962601,4406,-0.44066120372986717,-0.6148478928272397 +47173,TN,Union,387.110765519185,1910.114749130043,0.020258033676235545,88.5365316284274,0.00463323730328261,1,0.0523204,19.6666666666667,1.02751654475792,4,0.209281641,691,57154,1064,1474,1010,5820,6204,0.25326460481099655,0.16279819471308832,4014,-0.4817869415807561,-0.64700193423597685 +47175,TN,Van Buren,39.3221877326432,-59.88060958220939,0.007087632972718674,7.54353253592853,0.0013596850281053588,0,0,6,1.05466690103709,0,0,213,16841,935.5,875,539,2298,2417,0.3807658833768494,0.2230037236243277,1281,-0.22149695387293306,-0.5299958626396359 +47177,TN,Warren,3313.41160050999,41.403087908941544,0.08317004946183362,792.704590438094,0.0198977030155901,6,0.15011634,46.8333333333333,1.15592194030342,24,0.600465361,1460,120403,1009.9,4748,3535,13008,13565,0.3650061500615006,0.26059712495392556,6000,-0.2505381303813038,-0.4423147806855879 +47179,TN,Washington,26994.1061092793,11.25615883142931,0.2195017532203002,5870.80628808986,0.047738282862032216,18,0.142583292,112.833333333333,0.885383971542164,102,0.80797199,4131,377652,897.2,14318,13003,48003,49411,0.298273024602629,0.26316002509562647,21176,-0.3847467866591671,-0.4285685373702212 +47181,TN,Wayne,3784.26136798694,-9.421272288427971,0.22232896821496623,364.737577196012,0.021428680876329945,5,0.29563058,20.6666666666667,1.23656235664852,4,0.236504464,633,50498,948.2,1163,717,5484,5842,0.21207148067104303,0.12273194111605615,4317,-0.563092633114515,-0.7389592605272167 +47183,TN,Weakley,4131.02624938175,47.36322024420113,0.11795854628313726,709.40244538508,0.020256487404274007,5,0.145463009,36.4166666666667,1.08683757622785,23,0.66912984,1128,102385,876,3547,2770,12332,12127,0.2876256892637042,0.22841593139275995,6231,-0.40982808952319166,-0.5138121546961326 +47185,TN,White,2475.13687717047,-14.741779284377502,0.09578332406526335,526.906010618801,0.02039031038345269,6,0.228128208,33.8333333333333,1.26940056779099,18,0.684384624,1085,79131,1032.6,2793,1842,9133,9776,0.3058140808058688,0.18842062193126022,5815,-0.3721668674039199,-0.5948240589198036 +47187,TN,Williamson,45309.2233076282,-4.125597031677615,0.2473453904184265,13673.7976191795,0.07464596750324541,30,0.146180309,97.0833333333334,0.443086406793637,160,0.779628312,3241,615975,583,24328,30992,93606,104700,0.2598978697946713,0.2960076408787011,37168,-0.4675127662756661,-0.35499522445081183 +47189,TN,Wilson,25367.2610393671,0.27529054057464325,0.22253349801625624,6526.55571946038,0.0572540043639555,19,0.151544155,98.6666666666667,0.743078201449505,91,0.725816743,3101,376331,810.5,14669,14356,51437,56286,0.2851838170966425,0.25505454287034074,24948,-0.4161790151058577,-0.44323632874960023 +48001,TX,Anderson,23111.2414208938,-4.206324841056116,0.3953477953555339,2667.24608271141,0.04562670776816535,5,0.086764885,32.5833333333333,0.564369926444267,24,0.416471446,1957,173211,1070.9,3796,3358,16167,16887,0.23479928248902085,0.19885118730384319,9807,-0.5219892373353127,-0.5807425830520518 +48003,TX,Andrews,5015.9754631323,0.004077149519841562,0.339238161986494,1477.36036749886,0.09991616174075882,1,0.0572181,10.5833333333333,0.595908408408408,10,0.57218058,370,52362,835.9,794,836,4476,4926,0.177390527256479,0.1697117336581405,3089,-0.6349419124218052,-0.6270807957775071 +48005,TX,Angelina,20927.3315509152,-24.955838532416546,0.24117886795029675,5651.75650095193,0.06513416349877182,9,0.102564103,61.75,0.703375061224955,64,0.729344729,2592,263791,861.1,7833,7538,28403,29870,0.27578072738795195,0.2523602276531637,14128,-0.43896771467802703,-0.47298292601272185 +48007,TX,Aransas,8865.51147750765,0,0.38282716458708227,1920.33744336756,0.08292328540321098,3,0.120134551,22.3333333333333,0.868291797882405,17,0.680762454,1035,74445,869.3,2703,2458,9646,10467,0.2802197802197802,0.234833285564154,5272,-0.42774206925150327,-0.5036782268080635 +48009,TX,Archer,2147.67237758163,0.5124738789017131,0.23720702204347577,496.673647694261,0.05485681993530605,1,0.113494496,5.75,0.660691715500402,4,0.453977982,249,26277,719.4,525,394,4163,4269,0.1261109776603411,0.09229327711407824,3391,-0.7384098006245496,-0.7943312251112673 +48011,TX,Armstrong,1896.20797437215,0,0.9974792079811414,421.8019933499,0.22188426793787483,2,1.023017903,2,1.06609808102345,2,1.023017903,92,5852,1085.8,98,70,935,1017,0.10481283422459893,0.0688298918387414,854,-0.7807486631016043,-0.839724680432645 +48013,TX,Atascosa,9400.11363108212,24.740129381773706,0.20930537354060522,2634.53671830173,0.05866127938148182,6,0.125591326,41.5,0.850462118572863,22,0.460501528,1220,143324,815.6,5128,4635,12704,13605,0.40365239294710326,0.340683572216097,3963,-0.1828557934508816,-0.29128996692392506 +48015,TX,Austin,3256.07322636125,-18.526286248583297,0.11458187797308829,707.565123357216,0.024899360360249707,5,0.171738682,28.1666666666667,0.946524183972937,15,0.515216047,805,87270,731.4,2252,2319,11628,12255,0.1936704506363949,0.18922888616891065,7318,-0.6026831785345718,-0.5971440228478172 +48017,TX,Bailey,667.901387184863,0,0.0932172208213347,183.816130522267,0.0256547286144127,2,0.289435601,6.83333333333333,0.951585201689644,4,0.578871201,172,21300,727.6,466,397,1813,1784,0.25703254274682846,0.22253363228699552,946,-0.47986762272476563,-0.5302690582959642 +48019,TX,Bandera,7158.4561730925,177.85468115511566,0.34944867820807907,1441.96974031907,0.07039149330334733,3,0.143595635,15,0.688831741366642,7,0.335056481,651,62806,648.1,1859,1726,9434,10213,0.19705321178715285,0.1690002937432684,6433,-0.5897816408734365,-0.6298834818368746 +48021,TX,Bastrop,21416.782496781,-30.678194955780707,0.2887487359855065,5574.22385109495,0.07515368339505939,11,0.140900998,65.5833333333333,0.792710687794874,36,0.461130538,1957,234707,825.1,9860,10555,24457,28250,0.4031565604939281,0.3736283185840708,5759,-0.1700535633969824,-0.20385840707964603 +48023,TX,Baylor,455.647220636358,0,0.1222885723661723,60.0531201617428,0.016117316200145677,1,0.278396437,3.75,1.014335948066,3,0.83518931,170,10811,904.8,267,191,1592,1492,0.16771356783919597,0.12801608579088472,1076,-0.6469849246231155,-0.7211796246648793 +48025,TX,Bee,10775.3956927468,5.7811238344737985,0.3382001723971878,2387.92660148904,0.07494826281312703,1,0.0304294,24.5833333333333,0.750636132315522,16,0.486869732,770,98544,851.8,3451,3443,7873,8458,0.43833354502730854,0.40707022936864506,1300,-0.11469579575765271,-0.15370063844880583 +48027,TX,Bell,103120.541994956,-13.102475624248383,0.3323949328572083,30142.9109833237,0.09716154200307413,30,0.091146625,267.916666666667,0.787038805052324,219,0.665370359,6349,990989,795.5,35315,37608,85765,93999,0.4117647058823529,0.40008936265279416,14172,-0.16386637905905677,-0.15076756135703573 +48029,TX,Bexar,451601.664033003,-16.043192274949032,0.2633594440972671,116520.346723414,0.06795088721563379,174,0.093756769,1232.08333333333,0.638822061375311,1300,0.700481608,37855,5581776,743,263871,319191,511405,586038,0.5159726635445488,0.5446592200505769,79030,0.04566243974931805,0.13485473638228235 +48031,TX,Blanco,485.062880317592,-53.71082763229356,0.04620966755430999,89.7387756101493,0.00854899262743158,3,0.277469478,7.91666666666667,0.694932116104869,9,0.832408435,331,32437,706.6,1220,1244,4971,5669,0.24542345604506136,0.2194390545069677,2968,-0.4862200764433716,-0.5235491268301289 +48033,TX,Borden,641.000000070199,1.596227050518709e-13,1.0000000001095148,138.000000467568,0.215288612273897,0,0,NA,NA,0,0,18,1940,625,32,31,362,365,0.08839779005524862,0.08493150684931507,299,-0.8066298342541437,-0.8191780821917808 +48035,TX,Bosque,1762.38197610439,-58.37843044620298,0.09677036987175434,383.202353569651,0.021041201052583516,4,0.224971879,23.8333333333333,1.31697703118381,10,0.562429696,734,53495,841,1366,1277,7336,7797,0.1862050163576881,0.16378094138771324,5048,-0.6143675027262814,-0.6474284981403103 +48037,TX,Bowie,20113.870643286202,-26.15964776465321,0.21729455672539516,4852.71482806356,0.052424942776033705,15,0.160814795,76.9166666666667,0.819482917820868,93,0.997051729,3077,280087,927.1,10184,8831,35357,34470,0.2880334870039879,0.2561937917029301,16082,-0.4145148061204288,-0.4665506237307804 +48039,TX,Brazoria,69647.355857069,-15.566434003465988,0.22239756505198172,19443.0470734462,0.06208543415775084,29,0.085767352,172.5,0.487019861940457,195,0.576711502,6608,1014828,760.6,34327,43075,106422,120296,0.3225554866474977,0.35807508146571787,29578,-0.34163048993629136,-0.2458768371350668 +48041,TX,Brazos,52558.4086858392,-20.37807037393516,0.2697364072334204,9007.67184155496,0.04622851225580038,18,0.086061812,113.583333333333,0.515311129964265,173,0.827149633,3007,628524,695,17440,23041,55845,66036,0.31229295371116483,0.34891574292809985,15621,-0.3529769898827111,-0.23655278938760677 +48043,TX,Brewster,2642.14408106501,-3.786486055472617e-13,0.28619411623321167,527.772763393537,0.057167760332922125,5,0.545077946,8.58333333333333,0.932971014492754,7,0.763109125,206,27574,565.8,1765,1869,3866,4226,0.45654423176409725,0.4422621864647421,204,-0.05431971029487842,-0.04827259820160906 +48045,TX,Briscoe,1637.00000175119,0,1.0000000010697556,362.000000153446,0.2211362248952022,1,0.651041667,3,2.03527815468114,0,0,58,4585,781,117,91,700,734,0.16714285714285715,0.12397820163487738,534,-0.6557142857142857,-0.7275204359673024 +48047,TX,Brooks,1179.30981928851,0.030787422797188407,0.16327146882022844,275.90160822672,0.03819764754627163,1,0.139004726,9.91666666666667,1.37464190000924,6,0.834028357,279,21708,1033,1886,1937,2403,2596,0.7848522679983354,0.7461479198767335,1324,0.573866000832293,0.5100154083204931 +48049,TX,Brown,13832.2964761297,-12.619291478289044,0.36299523634413744,3378.19695136445,0.08865262560658295,5,0.132791544,43.5833333333333,1.1388083230993,36,0.956099116,1501,113285,966.2,1904,1621,13936,13949,0.13662456946039037,0.11620904724353,10389,-0.7168484500574053,-0.7447845723707793 +48051,TX,Burleson,2215.59334638903,-5.486424520401793,0.12891099938261652,547.280968453238,0.03184272813482504,4,0.231843737,19.75,1.11204954954955,12,0.695531212,619,51896,821.3,1705,1491,6455,6945,0.2641363284275755,0.21468682505399567,3825,-0.4594887683965918,-0.550755939524838 +48053,TX,Burnet,14182.9988818173,5.138865475457425,0.33176605571502465,3504.07162379031,0.08196658769100139,3,0.066751218,31.9166666666667,0.690194551968226,28,0.62301137,1454,133786,733.9,3672,3785,16770,19046,0.2189624329159213,0.19872939199831985,10810,-0.5459749552772808,-0.5675732437257167 +48055,TX,Caldwell,5776.48197004075,-21.78284116550043,0.15174911916252692,1306.63399197896,0.03432548710079756,3,0.07535795,22.0833333333333,0.536511098693747,21,0.527505652,980,119562,795.1,4787,4663,11055,11709,0.4330167345092718,0.39824066957041593,1853,-0.11135232926277705,-0.15825433427278157 +48057,TX,Calhoun,7732.01413724488,13.850876027207773,0.36163014532738785,2054.62804020435,0.09609597494057107,2,0.091755746,25.4166666666667,1.15714394111845,14,0.642290223,600,65420,780.7,2510,2118,6746,6957,0.372072339163949,0.30444156964208713,2520,-0.24236584642751258,-0.3622250970245795 +48059,TX,Callahan,4001.97344759608,33.74209165783833,0.2954794335200886,961.026776645869,0.07095590495022659,2,0.148005624,12.6666666666667,0.916546068499759,9,0.666025309,525,40605,915.4,751,568,5195,5556,0.14456207892204043,0.10223182145428365,4290,-0.697786333012512,-0.7721382289416846 +48061,TX,Cameron,100015.195853748,-10.89572845552633,0.2462094329519669,31707.2802393313,0.07805445384109916,36,0.08563436,395.916666666667,0.937891116980745,240,0.570895735,7875,1260627,650.6,49159,59319,74802,91804,0.657188310472982,0.6461483159775173,29887,0.32357423598299506,0.3255522635179295 +48063,TX,Camp,1247.02211144634,0,0.10055818977875494,357.767970282042,0.028849929060724297,3,0.237699073,12.3333333333333,0.95852439055983,7,0.55463117,418,37712,896.9,1428,1260,4332,4542,0.3296398891966759,0.2774108322324967,1941,-0.33471837488457984,-0.42734478203434617 +48065,TX,Carson,1235.92186491,-56.350877057193486,0.1999226568925914,295.12313940629,0.047739103753848273,0,0,8,1.32078586759122,4,0.665225345,189,17957,816,292,249,2775,2945,0.10522522522522522,0.08455008488964347,2368,-0.7776576576576576,-0.8040747028862479 +48067,TX,Cass,2118.90496090659,-14.328806985403997,0.06955439078606192,491.990410730631,0.01614989531022292,4,0.132183338,24.1666666666667,0.795610425240055,17,0.561779188,1197,90956,905.7,2921,2250,11764,11606,0.24829989799387964,0.1938652421161468,6932,-0.49523971438286296,-0.597277270377391 +48069,TX,Castro,960.309636630439,0.3978031132360527,0.11911555899658124,262.427609436647,0.032551179538160134,2,0.257036371,6,0.782370582866084,6,0.771109112,198,23488,767.9,630,526,2119,1996,0.2973100519112789,0.2635270541082164,887,-0.3964134025483719,-0.4443887775551102 +48071,TX,Chambers,6741.75530702429,6.009933171170935,0.19209469190290318,1850.07257257488,0.05271462766625484,5,0.131078778,23.4166666666667,0.586898585595295,25,0.655393892,822,114235,863.4,2780,2939,14692,16661,0.18921862237952627,0.17639997599183724,10339,-0.611285053090117,-0.6205509873356941 +48073,TX,Cherokee,8279.82928773068,0.005122724966219912,0.16284451347685455,2272.43452507047,0.04469337250605704,5,0.098227967,35.8333333333333,0.693530489535754,26,0.510785431,1546,153599,856.1,3935,3466,16387,16701,0.2401293708427412,0.20753248308484523,9430,-0.5099163971440775,-0.5646368480929285 +48075,TX,Childress,3108.74994998373,-0.2637528886364367,0.44152108365057946,835.278811865996,0.11863070755091548,1,0.14106362,5,0.709018718094158,7,0.987445338,223,21201,900.4,320,253,1996,2084,0.16032064128256512,0.12140115163147792,1549,-0.6738476953907815,-0.7432821497120922 +48077,TX,Clay,5527.8362577707,36.10784575919635,0.5141216757599237,1241.06310756249,0.11542625628371372,1,0.096432015,3,0.294319631119396,4,0.385728062,358,31193,803.7,740,536,5056,5011,0.1463607594936709,0.10696467770904011,3840,-0.6973892405063291,-0.7663141089602874 +48079,TX,Cochran,662.16364265489,0,0.21175684127115127,171.772630418825,0.05493208519949632,2,0.681431005,4,1.38792505204719,0,0,98,8874,1023.3,256,190,916,901,0.2794759825327511,0.21087680355160932,489,-0.4279475982532751,-0.5427302996670367 +48081,TX,Coke,3319.21289550832,0,0.9997629203338313,698.883778212052,0.21050716211206386,4,1.2292563,5.16666666666667,1.58292483660131,0,0,152,9686,897.2,179,140,1406,1423,0.12731152204836416,0.09838369641602249,1125,-0.7375533428165008,-0.7905832747716093 +48083,TX,Coleman,1745.74692731928,-5.730751441083555e-13,0.19626159947378077,287.162941329173,0.03228363589985082,3,0.355871886,11.3333333333333,1.34600158353127,6,0.711743772,404,25277,1009.5,441,387,3483,3635,0.12661498708010335,0.10646492434662999,2790,-0.7367212173413724,-0.7675378266850068 +48085,TX,Collin,99230.762308588,-14.865946645657619,0.12683824867747953,29403.0529317374,0.037583423253718516,103,0.116352496,391.916666666667,0.41711677673299,741,0.83706019,11429,2658896,581.2,100754,139837,301101,356545,0.3346186163446817,0.39220014303944806,60558,-0.3161032344628546,-0.16984672341499674 +48087,TX,Collingsworth,224.944088145241,4.0069723064039415,0.07358328038771378,48.597503843029,0.01589712261793556,1,0.331455088,4,1.3262599469496,4,1.325820351,106,9166,919,177,145,1150,1154,0.15391304347826087,0.12564991334488734,838,-0.682608695652174,-0.7261698440207973 +48089,TX,Colorado,4316.81717867916,-0.9350136159900759,0.2068035440585973,902.001627258113,0.04321172881374499,5,0.241324388,20,0.951520053285123,16,0.772238042,790,62284,838.9,2024,1977,8095,8480,0.2500308832612724,0.2331367924528302,4346,-0.49302038295243983,-0.5125 +48091,TX,Comal,23139.1759199267,12.225765378753858,0.2133193443462525,5281.91990709052,0.04869385562256177,7,0.0565913,77,0.57126747188177,84,0.679095187,3100,371169,690.7,11437,14166,51475,61567,0.22218552695483243,0.2300907953936362,30830,-0.5411170471102478,-0.5007552747413387 +48093,TX,Comanche,2143.45750063322,-1.3285449989020044,0.15338897242258626,503.663678391918,0.03604291386803478,1,0.073800738,11.75,0.871403144467517,6,0.44280442800000003,548,40506,886.4,890,788,4897,5208,0.18174392485195018,0.15130568356374807,3512,-0.6228303042679191,-0.674347158218126 +48095,TX,Concho,1092.26468366214,0.11405264432416877,0.26725340926404206,204.017177160238,0.04991856549063812,1,0.24691358,4,0.934797849964945,3,0.740740741,107,12224,729,194,148,1001,1067,0.1938061938061938,0.1387066541705717,737,-0.5984015984015985,-0.6907216494845361 +48097,TX,Cooke,2805.00458883539,-16.13054812274552,0.07297667843055884,711.977522590925,0.018523233410279807,5,0.12899564,20.5833333333333,0.524202448258884,18,0.464384304,1232,116610,830.6,2240,2345,14291,15894,0.15674200545798056,0.14753995218321378,10829,-0.6760198726471206,-0.6813262866490499 +48099,TX,Coryell,32863.2033452615,20.2379775503914,0.43592088058127954,10615.7631085027,0.14081502505044172,3,0.0397025,34.6666666666667,0.464165528568496,32,0.42349329,1372,227172,857.9,5141,5057,16551,18127,0.31061567276901697,0.2789761129806366,7155,-0.36565766418947493,-0.39471506592376016 +48101,TX,Cottle,1504.11734976882,974.0309638871935,0.9994135214410764,349.999999855855,0.2325581394391063,1,0.706713781,2,1.4265335235378,1,0.706713781,88,4302,1255.2,180,84,739,583,0.2435723951285521,0.14408233276157806,402,-0.5047361299052774,-0.6895368782161235 +48103,TX,Crane,388.957100298164,-0.027104668029388487,0.08890448006815177,96.5715409400883,0.022073495072020183,1,0.202020202,4.08333333333333,0.845410628019324,3,0.606060606,125,14721,944.2,275,299,1283,1381,0.21434138737334374,0.2165097755249819,748,-0.5533904910366328,-0.5416364952932657 +48105,TX,Crockett,284.17215180705,-2.6280368883074354,0.07641090395457112,67.5606577907729,0.018166350575631297,2,0.524658972,3.66666666666667,0.997732426303855,5,1.311647429,91,11243,742.6,480,372,1457,1395,0.32944406314344543,0.26666666666666666,608,-0.3273850377487989,-0.43584229390681 +48107,TX,Crosby,291.171379013875,4.883598596841282,0.04805601238057023,48.5122911747471,0.008006649806031869,3,0.508560773,10,1.66889185580774,1,0.169520258,206,17853,901.1,639,468,1787,1712,0.35758254057078903,0.2733644859813084,712,-0.27588136541689984,-0.41588785046728977 +48109,TX,Culberson,186.143338387128,-0.6895435908563601,0.07762441133741785,36.2316922233381,0.015109129367530484,1,0.441306267,5,2.27479526842584,2,0.882612533,49,6794,587,566,454,876,762,0.6461187214611872,0.5958005249343832,174,0.3105022831050228,0.22834645669291337 +48111,TX,Dallam,2687.25962385042,10.23715214419255,0.40090401668662096,812.823677513774,0.1212626700751565,0,0,9,1.27551020408163,6,0.840925018,127,21254,790.2,253,222,1532,1535,0.16514360313315926,0.14462540716612377,1036,-0.6494778067885117,-0.6749185667752444 +48113,TX,Dallas,393661.068694723,-16.82159830402584,0.16623224764032984,108978.768135404,0.04601873797754439,387,0.153654475,1624.08333333333,0.630715893121407,2067,0.820681654,46477,7558791,749.5,403170,458845,705941,750649,0.5711100502733232,0.6112643858847477,196980,0.1541644415043184,0.26241292534859834 +48115,TX,Dawson,4087.06074452248,0.1353434069732841,0.29545729375569146,625.762648305417,0.04523694414121427,2,0.149566258,13.1666666666667,1.00424579869321,13,0.972180676,429,40275,947.5,1017,835,3640,3562,0.2793956043956044,0.23441886580572713,1801,-0.43241758241758244,-0.5056148231330713 +48117,TX,Deaf Smith,3610.27542184765,-3.1785873412774364,0.18636565258350454,1215.80638029456,0.06276101488202354,2,0.1041938,15.9166666666667,0.845282350858559,11,0.573065903,460,57366,804.4,1239,1185,4309,4201,0.287537711766071,0.28207569626279455,1726,-0.418426549083314,-0.410854558438467 +48119,TX,Delta,377.202791605434,0,0.07210911711057809,57.7383370398174,0.011037724534470925,0,0,5,0.958772770853308,1,0.190912562,229,15621,996.3,454,400,2018,2279,0.22497522299306244,0.1755155770074594,1436,-0.5302279484638255,-0.6301009214567792 +48121,TX,Denton,123079.915815112,-14.060794927445567,0.1857490421498972,34645.7396663653,0.052286458883098304,66,0.087607169,300.583333333333,0.372848908845833,494,0.65572639,9717,2265094,635.9,79917,11e4,240125,293287,0.3328141592920354,0.37505924231213794,59175,-0.3172847475273295,-0.2017648242165524 +48123,TX,DeWitt,3085.7466674168,-19.834250334903835,0.1535426515110116,439.47265388352,0.021867574955641143,2,0.096693096,15.9166666666667,0.762840482466651,16,0.773544769,762,61945,835.7,1463,1161,6624,6822,0.22086352657004832,0.17018469656992086,4349,-0.551177536231884,-0.6374963353855174 +48125,TX,Dickens,484.958917640499,0,0.19842836237336292,96.1016414448673,0.03932145721966747,1,0.450856628,2,0.915750915750916,3,1.352569883,92,6693,878.3,216,128,1019,909,0.21197252208047104,0.1408140814081408,627,-0.5662414131501472,-0.6897689768976898 +48127,TX,Dimmit,3897.24273775477,74.4363896726189,0.3898802258658233,1171.92371107027,0.1172392668137525,3,0.270538371,17.6666666666667,1.63671175344327,6,0.541076743,303,32843,830.6,2141,2173,2917,3225,0.7339732601988345,0.6737984496124031,1199,0.47274597188892703,0.3717829457364341 +48129,TX,Donley,573.714502813879,7.244603334980865,0.15602787675112292,135.602176010738,0.03687848137360294,1,0.282246684,5,1.46842878120411,4,1.128986734,157,10597,920,226,190,1533,1460,0.14742335290280495,0.13013698630136986,1035,-0.6914546640574037,-0.7089041095890412 +48131,TX,Duval,4063.28582688037,1.978325986207497,0.3448723329553871,942.948516872319,0.08003297546022059,3,0.260123125,15.5833333333333,1.36360984715902,5,0.433538542,410,34512,1017,3331,2783,4343,4159,0.7669813492977204,0.6691512382784324,1467,0.5415611328574718,0.3527290213993749 +48133,TX,Eastland,4032.1133139562,0.0052822131650075614,0.21697859947027928,880.490140032065,0.047381485230160086,4,0.220070423,24.1666666666667,1.32246178541461,17,0.935299296,792,54651,964.7,970,776,6494,6935,0.14936864798275332,0.11189617880317232,5232,-0.688789651986449,-0.7544340302811825 +48135,TX,Ector,28118.3943134334,-9.142828792540078,0.20504918189625465,8256.83156326452,0.06021170832979305,20,0.129951138,108.083333333333,0.686408996032905,108,0.701736147,3537,463501,953,8095,10225,32408,36373,0.24978400394964206,0.28111511285843893,14751,-0.4887990619600099,-0.40554807137162185 +48137,TX,Edwards,638.008449121662,0,0.3186855390218092,88.5024881433848,0.04420703703465774,1,0.532197978,3,1.56985871271586,1,0.532197978,74,5649,811.1,232,302,883,1065,0.2627406568516421,0.28356807511737087,439,-0.46319365798414497,-0.41220657276995304 +48139,TX,Ellis,35501.7458298402,-7.60071778775043,0.237295273242699,10491.1152022988,0.07012308804424036,16,0.100428705,85.9166666666667,0.509894222913291,97,0.608849024,3481,479107,814.9,13803,16197,53756,63064,0.256771337153062,0.2568343270328555,28610,-0.4752957809360815,-0.453666116960548 +48141,TX,El Paso,143526.539636421,-19.87891760876461,0.1792631954362172,42864.0926546629,0.053536817916838376,114,0.136774779,648.583333333333,0.774041533101489,570,0.683873894,15381,2503595,667.3,112273,145509,171053,210458,0.6563638170625479,0.6913921067386367,90942,0.32595745178395,0.4321147212270382 +48143,TX,Erath,13696.7234119252,1.448169525155314,0.3614864980713961,2981.07528472366,0.07867709909537239,4,0.099633846,25.5833333333333,0.61411299679141,34,0.846887688,944,121738,754.3,1965,2159,12467,13810,0.15761610652121602,0.1563359884141926,9046,-0.6705703056068019,-0.655032585083273 +48145,TX,Falls,2472.78759506926,-62.01121299333079,0.1384074552260864,601.216456509786,0.03365143045504231,3,0.176584849,17.4166666666667,1.00831741253208,7,0.412031314,557,51578,828.4,2033,1682,5432,5232,0.3742636229749632,0.32148318042813456,1756,-0.24355670103092786,-0.33562691131498473 +48147,TX,Fannin,11194.0975098724,-13.565275335522742,0.3300633203559605,2034.48395217085,0.059987732630719444,5,0.14813937,24.6666666666667,0.724829322284584,13,0.385162361,1239,101122,914.2,2482,2123,10781,11972,0.23021983118449124,0.17733043768793852,7413,-0.5250904368796958,-0.6191947878382893 +48149,TX,Fayette,5540.04938973604,-24.749436669938994,0.22562716419874726,1202.98857938819,0.0489935887997145,6,0.241613981,12.3333333333333,0.490410486831816,20,0.805379938,970,74774,722,2311,2127,10534,11029,0.21938484906018607,0.19285519992746397,6521,-0.5493639643060566,-0.5912594070178621 +48151,TX,Fisher,676.49721921703,-0.021249934041512195,0.17023080503699797,136.381125879404,0.03431835074972421,2,0.522056904,5,1.29735339906591,1,0.261028452,171,11497,908.8,512,403,1628,1722,0.3144963144963145,0.23403019744483158,862,-0.3574938574938575,-0.5005807200929152 +48153,TX,Floyd,412.838725060759,21.93685558295117,0.06404572216269919,80.1282042003188,0.012430686348172324,2,0.336190956,6,1.01402737873923,6,1.008572869,203,18139,807.2,551,435,2085,1958,0.2642685851318945,0.22216547497446373,1038,-0.46618705035971225,-0.5301327885597549 +48155,TX,Foard,1336.00000519125,0,1.0000000038856662,277.999999435331,0.20808383191267288,0,0,2,1.69061707523246,2,1.568627451,70,3760,1087.9,140,113,493,511,0.2839756592292089,0.22113502935420742,270,-0.4178498985801217,-0.528375733855186 +48157,TX,Fort Bend,148759.508725122,-16.318919036077595,0.2541268566732812,43504.1010913569,0.07431834480693042,86,0.125484245,286.75,0.386853327613166,397,0.579270295,8518,2057363,561.1,101043,134475,219250,260367,0.4608574686431015,0.5164825035430758,17263,-0.06834663625997717,0.0663025652252398 +48159,TX,Franklin,743.871195630029,0,0.07014344136068165,161.785033909609,0.015255543037209713,1,0.094339623,8,0.754218912039219,5,0.471698113,343,31835,798,750,665,4255,4356,0.1762632197414806,0.1526629935720845,2918,-0.6336075205640422,-0.669880624426079 +48161,TX,Freestone,2952.81532565894,-19.12588396477779,0.14901167368081045,674.713703104845,0.0340489353605594,2,0.101204332,13.6666666666667,0.696426144856638,10,0.506021658,652,58894,832.4,1848,1461,7562,7608,0.24437979370536894,0.1920347003154574,4534,-0.5019836022216344,-0.5959516298633017 +48163,TX,Frio,1681.68255839645,-30.200590905832232,0.09767570182938085,472.922303842628,0.027468333846931987,2,0.107927257,17.25,0.910002110149821,14,0.755490799,424,55538,854.1,2376,1401,3968,2683,0.5987903225806451,0.522176667909057,169,0.20589717741935482,0.06298919120387625 +48165,TX,Gaines,563.215616974129,-69.31742953622584,0.032136004620228746,209.214216754781,0.01193736259013928,3,0.154440154,13.5,0.659244066803399,12,0.617760618,359,58176,774.7,535,597,4066,4609,0.13157894736842105,0.12952918203514863,3310,-0.7252828332513527,-0.7181601215014103 +48167,TX,Galveston,90963.7563778703,-10.624156958450424,0.3122586544798489,23666.1660260786,0.08124076505043991,48,0.152769909,224.833333333333,0.682489909368983,229,0.728839776,7608,943811,794.9,39162,45503,109227,123994,0.35853772418907415,0.3669774343919867,28063,-0.269457185494429,-0.22632546736132397 +48169,TX,Garza,388.545524794771,0,0.0601370569253631,84.081545975668,0.013013704685910541,1,0.155400155,6,0.931387767773983,5,0.777000777,168,19271,939.3,276,224,1556,1475,0.17737789203084833,0.151864406779661,999,-0.6336760925449871,-0.6772881355932203 +48171,TX,Gillespie,4771.03473614138,19.11806963054725,0.19209384129087165,944.23692936672,0.038017350298615776,3,0.117554859,9,0.339353719693828,15,0.587774295,974,76802,609.8,2055,2286,12535,13123,0.16394096529716792,0.17419797302446088,8159,-0.658157159952134,-0.621732835479692 +48173,TX,Glasscock,1204.14802149741,-0.024299401611801393,0.9821762002425856,347.858175520085,0.2837342377814723,0,0,NA,NA,1,0.774593338,22,3849,635.9,44,34,578,602,0.07612456747404844,0.05647840531561462,519,-0.833910034602076,-0.862126245847176 +48175,TX,Goliad,2653.52098447846,-0.6314204056275411,0.368033423644724,547.531270529325,0.07594053682792301,1,0.132467877,3.83333333333333,0.509955212629152,3,0.39740363,248,22502,722.7,1127,973,3452,3713,0.3264774044032445,0.26205224885537304,1645,-0.33806488991888756,-0.44303797468354433 +48177,TX,Gonzales,5061.61543356948,-8.407109236271255,0.2555467982818943,1167.54071927084,0.05894586354676832,4,0.195484312,18.5833333333333,0.890176917672606,14,0.684195093,600,61160,802.4,1773,1567,6039,6304,0.293591654247392,0.2485723350253807,3013,-0.404040404040404,-0.4779505076142132 +48179,TX,Gray,4517.53243700598,18.462611891771463,0.20046738127383978,1130.55009713225,0.050168630891158195,3,0.130185732,19.9166666666667,0.876420975430877,12,0.520742927,814,69524,989.7,885,699,7373,7360,0.12003255120032551,0.09497282608695652,5796,-0.751797097517971,-0.7875 +48181,TX,Grayson,23579.405068616,-27.969198970944685,0.19506940996728908,5936.19813836527,0.049109409882486084,16,0.129518999,97.5,0.760322844777167,87,0.704259556,4199,371051,915.2,10665,10276,42207,47068,0.2526832042078328,0.2183224271267103,24998,-0.4795886938185609,-0.5311039347327271 +48183,TX,Gregg,27060.1555882337,-8.741564813630417,0.22229652171390538,7500.02796438807,0.0616119934641261,15,0.121749294,118.583333333333,0.958287876951257,119,0.965877731,3859,370464,929.2,12336,11623,41356,41365,0.2982880355933843,0.2809863411096338,17070,-0.39483992649192373,-0.4126677142511785 +48185,TX,Grimes,10651.1098762036,-8.406182762609573,0.40035746038955045,2351.5721159803,0.08839167478500602,4,0.147210364,23.0833333333333,0.834206690518353,8,0.294420727,865,81405,900.9,2339,2194,8598,9528,0.2720400093044894,0.2302686817800168,4871,-0.4421958595022098,-0.5112300587741394 +48187,TX,Guadalupe,44881.2130942187,7.663268045942306,0.34121637227325996,12894.1769445695,0.09802997684664305,9,0.0611205,85.1666666666666,0.548524565527754,71,0.482173175,2977,441710,683.1,15654,18308,49247,57220,0.3178670781976567,0.3199580566235582,18187,-0.35139196296221087,-0.3178434113946173 +48189,TX,Hale,7568.00197077663,-20.029590974012105,0.20864008961973451,1831.90654770743,0.05050330956103521,4,0.115207373,28.9166666666667,0.843961902538209,19,0.547235023,937,104764,883.8,2228,2090,8765,8802,0.2541928123217342,0.23744603499204725,4257,-0.47792355961209354,-0.483640081799591 +48191,TX,Hall,819.966772932073,1.2478329284439274e-13,0.24454720337968175,200.009845451269,0.059651012660682665,1,0.317762949,5,1.59337157425112,4,1.271051795,157,9429,989.3,265,164,1108,1089,0.23916967509025272,0.15059687786960516,727,-0.5117328519855595,-0.667584940312213 +48193,TX,Hamilton,2134.10406338207,0,0.25056992642738873,388.423371537585,0.045605655927860166,3,0.36589828,9,1.08381502890173,7,0.853762654,427,24619,979.1,591,479,3551,3609,0.16643199098845396,0.13272374619008034,2577,-0.6553083638411715,-0.71404821280133 +48195,TX,Hansford,4983.12500536312,136.65331447553038,0.8877828265389489,1538.30239147875,0.2740606434132817,2,0.363042294,5,0.902853015529072,4,0.726084589,157,16693,853.5,158,171,1960,1947,0.08061224489795918,0.08782742681047766,1559,-0.8311224489795919,-0.8007190549563431 +48197,TX,Hardeman,1231.35941655592,0.10046385607874148,0.29750167106932107,295.369398524853,0.07136250266365136,1,0.254582485,4.16666666666667,1.06673493770268,4,1.018329939,167,11785,1007,302,249,1495,1511,0.2020066889632107,0.16479152878888154,958,-0.5846153846153846,-0.6340172071475845 +48199,TX,Hardin,15879.6912750346,4.385080769325024,0.29065052210185044,4134.88512978745,0.07568198279102133,6,0.107872926,37.9166666666667,0.673212362250394,42,0.75511048,1695,166745,908.8,3358,2779,21293,22768,0.15770440989996712,0.1220572733661279,16821,-0.67562109613488,-0.7388000702740688 +48201,TX,Harris,740267.412660948,-16.45484835741325,0.18088572485660773,219002.492911554,0.053513668166633804,771,0.173595084,2788.33333333334,0.607489558296631,3125,0.703611723,74237,13338067,721.5,585451,706471,1185478,1302887,0.4938522688738214,0.5422350518502372,161511,4.934718316156328e-4,0.12396393547560153 +48203,TX,Harrison,8988.76444327152,-22.24141454349628,0.1369591266820789,2336.24287430789,0.035596636868368454,10,0.14850897,47.25,0.710163224817387,36,0.534632292,1920,199431,854.2,8431,7130,26099,26364,0.32303919690409594,0.2704445455924746,11582,-0.34637342426912904,-0.43931118191473223 +48205,TX,Hartley,1450.07589667477,0,0.2392075052251353,479.629096460861,0.07912060317731127,1,0.16423058,2,0.348007656168436,0,0,134,18373,625.1,183,172,1904,1945,0.09611344537815127,0.0884318766066838,1555,-0.7967436974789917,-0.7994858611825193 +48207,TX,Haskell,1490.82935915643,69.58775842613785,0.2527257771073792,346.104555113943,0.05867173336395033,2,0.346680534,6,1.05615208590037,3,0.520020801,238,17394,847.5,551,314,2006,1765,0.2746759720837488,0.17790368271954674,1089,-0.43419740777667,-0.6169971671388103 +48209,TX,Hays,25933.4933720171,-15.146429103145945,0.16506898719991533,6278.54043682182,0.03996346717092058,10,0.0540468,91.9166666666667,0.449536199279438,131,0.708012431,2749,555949,646.4,25448,33117,58808,71524,0.43273024078356687,0.4630194060734858,613,-0.1042205142157529,-0.008570549745540001 +48211,TX,Hemphill,403.445161097538,0,0.10597456293604886,78.953023042433,0.02073890807523851,1,0.23923445,4.91666666666667,1.19076451118108,3,0.717703349,100,12548,770.1,192,181,1509,1687,0.1272365805168986,0.10729104919976289,1279,-0.7329357190192181,-0.7581505631298163 +48213,TX,Henderson,21411.1737967589,12.068040557068567,0.27264266536900755,4808.80861769562,0.06123374697824607,11,0.13873124,61.9166666666667,0.77491729348402,57,0.718880061,3121,237439,942,6094,5649,27582,29855,0.22094119353201364,0.1892145369284877,17925,-0.5477485316510768,-0.6004019427231619 +48215,TX,Hidalgo,269110.460681683,-18.56629472185711,0.34734283467934696,96116.2764861989,0.12405797919921796,68,0.081821934,869,1.02254181066385,363,0.436784735,12362,2493038,595.6,97879,118739,138966,172990,0.7043377516802671,0.6863922770102318,70131,0.4180375055769037,0.4054049367015434 +48217,TX,Hill,1991.56633348033,77.93315336114586,0.05675756885292627,479.250372155425,0.013658137084426031,5,0.143480257,42.4166666666667,1.20924442417158,21,0.60261708,1279,104360,861.9,2745,2535,12032,12906,0.22814162234042554,0.19642026964202697,7540,-0.530501994680851,-0.5842243917557725 +48219,TX,Hockley,10499.6609731909,28.09413553168746,0.45780078365776755,2760.06515939493,0.12034293260932767,2,0.084828434,13.5833333333333,0.583601861797351,16,0.678627476,640,70518,887.9,1482,1257,7119,7282,0.20817530552043825,0.17261741279868167,4536,-0.5704452872594465,-0.6229057951112331 +48221,TX,Hood,16796.4857963486,-6.5297916488553875,0.3281717360859012,3376.4882868222,0.06597022951080848,7,0.129819551,50.0833333333333,0.880864859794455,42,0.778917305,2099,162216,800.6,3829,4001,22445,26120,0.17059478725774113,0.15317764165390504,17366,-0.6465582535085765,-0.6648545176110261 +48223,TX,Hopkins,5897.34759107872,4.639188022449151,0.16772411453254232,1520.23974190302,0.04323653314476324,3,0.083516606,23.4166666666667,0.643315018315018,14,0.389744161,1144,107511,848.5,2775,2508,12742,13476,0.2177837074242662,0.1861086375779163,8196,-0.5539946633181604,-0.6081923419412288 +48225,TX,Houston,9341.0215115627,2.2521600326770885,0.3936044796714436,1723.01040427413,0.07260283179985379,3,0.13192032,21.8333333333333,0.959538249685037,10,0.4397344,884,68251,858.6,2235,1978,8129,8302,0.2749415672284414,0.2382558419657914,4227,-0.4433509656784353,-0.5091544206215369 +48227,TX,Howard,17219.6390392116,-0.0011461410519848245,0.49182106247034163,3670.43738196867,0.1048336965031609,2,0.0545688,18.4166666666667,0.501707166466892,28,0.763962784,1183,109995,1048.4,1042,1768,5139,8692,0.20276318349873515,0.2034054302807179,4867,-0.5818252578322631,-0.5599401748734468 +48229,TX,Hudspeth,3462.92101657269,-0.3000377639726755,0.9962373465398993,1044.0311261165,0.3003541789748274,2,0.622858922,3.75,0.925240562546262,0,0,45,9902,373.7,379,324,861,871,0.44018583042973286,0.3719862227324914,179,-0.10685249709639949,-0.20551090700344432 +48231,TX,Hunt,9084.65038426889,-20.940326638923114,0.10547725370396605,2337.08911224944,0.027134752664601237,6,0.067801973,71.5833333333333,0.777462810306315,53,0.598917428,2734,266228,911.9,6658,6301,27984,31185,0.2379216695254431,0.2020522687189354,17565,-0.5116495140080045,-0.5632515632515633 +48233,TX,Hutchinson,6465.42639125432,-31.97362053014125,0.29189283933428084,1668.18694029753,0.07531318014887269,4,0.183713774,23.25,1.08084235972293,17,0.780783539,769,65361,1017.2,1042,854,7916,8126,0.1316321374431531,0.10509475756829928,6185,-0.7270085901970693,-0.7611370908195914 +48235,TX,Irion,1598.58745520751,0,0.9997419982536022,367.927199202953,0.23009831094618702,1,0.635324015,2,1.28452151573539,1,0.635324015,41,4722,695.5,112,90,788,760,0.14213197969543148,0.11842105263157894,570,-0.7055837563451777,-0.75 +48237,TX,Jack,4294.14833565334,1.7454969613991387,0.474806317520272,954.178053927579,0.105503986502386,2,0.225861095,7.33333333333333,0.838670326319,6,0.677583286,282,26679,920,303,314,2907,3339,0.1042311661506708,0.09404013177598083,2659,-0.78328173374613,-0.7963462114405511 +48239,TX,Jackson,3000.34554871751,-3.9469981100210596,0.2131684226442281,740.808104151628,0.05263290260402329,2,0.135694416,15.0833333333333,1.01441477794965,10,0.678472081,461,44156,826.6,1068,904,5018,5275,0.2128337983260263,0.1713744075829384,3362,-0.5649661219609405,-0.637345971563981 +48241,TX,Jasper,6386.26740534678,-11.129877064642155,0.17883694778344383,1520.17834887382,0.042570102180728646,5,0.140639064,32.5,0.9116921005386,23,0.646939694,1258,106757,924.1,3402,2582,13466,13351,0.25263626912223375,0.1933937532769081,7996,-0.4843309074706669,-0.5989064489551345 +48243,TX,Jeff Davis,689.233039259582,-2.702972796503666,0.2942925018187797,94.0617648508624,0.04016300804904458,2,0.907441016,2,0.909090909090909,1,0.453720508,60,6562,437.2,440,422,1188,1175,0.37037037037037035,0.35914893617021276,272,-0.23316498316498313,-0.2314893617021277 +48245,TX,Jefferson,58383.1275019986,-20.013650645780814,0.23142836332861066,12397.0791999603,0.049141522081080025,42,0.166511388,246.666666666667,0.96853948172667,178,0.705691121,7468,759621,891.7,44626,42404,88548,87363,0.5039752450648236,0.48537710472396783,424,0.015946153498667404,-0.004853313187504982 +48247,TX,Jim Hogg,1415.95707803352,1171.965867928742,0.2671617128365132,387.778389359456,0.0731657338414068,3,0.570884872,7.33333333333333,1.42505505894546,4,0.761179829,171,15666,1071.7,1301,1635,1667,2119,0.7804439112177565,0.7715903728173666,1205,0.566886622675465,0.5686644643699859 +48249,TX,Jim Wells,7621.57700381824,0.7143561017078841,0.1866295363097664,2248.17129302209,0.05505096461682967,9,0.217638382,44.75,1.0875112396413,31,0.749643315,1219,124442,929.2,6492,6688,11163,12346,0.5815640956732061,0.5417139154381986,1277,0.16993639702588909,0.10343431070792158 +48251,TX,Johnson,33504.9508452075,-2.165820404652158,0.22198411786083652,9120.15897263713,0.06042481463843216,15,0.095264709,102.75,0.629310239229761,104,0.660501982,3912,471902,856.1,10481,10976,48753,57270,0.21498164215535454,0.19165357080495896,33394,-0.556437552560868,-0.5830976078225948 +48253,TX,Jones,4324.22296770604,-2.097225165692442,0.21404925095069996,1041.16377750817,0.05153765852431293,4,0.200642055,14.3333333333333,0.71634431172639,8,0.401284109,612,59791,939.2,1225,935,5562,5932,0.22024451636102121,0.15761968981793661,3880,-0.5453074433656957,-0.6540795684423466 +48255,TX,Karnes,3631.28583026133,0.2875093195541416,0.24495991839323597,494.340748776731,0.03334732520080484,4,0.268348316,13,0.852235479218566,9,0.603783711,447,44556,864,1324,1144,4180,4185,0.3167464114832536,0.2733572281959379,1815,-0.35861244019138755,-0.4336917562724014 +48257,TX,Kaufman,8665.57058197273,-0.8924767696207151,0.08384683678735104,2416.76914580664,0.02338431684379913,12,0.107878744,77.25,0.652724968314322,70,0.629292675,2672,334475,884,9451,10265,34604,40979,0.2731187145994683,0.250494155543083,19272,-0.44367703155704535,-0.47028966055784677 +48259,TX,Kendall,4315.1506911053,8.589181754398268,0.1291574585784286,976.164139459022,0.029217723419904876,3,0.077160494,17,0.399623883403855,27,0.694444444,1056,116564,649.8,3035,3633,17729,19936,0.17118844830503693,0.18223314606741572,12030,-0.6448192227423994,-0.6034309791332264 +48261,TX,Kenedy,404.209140438304,-0.2248547013801461,0.9716565875920771,98.8551892488771,0.2376326664636469,0,0,NA,NA,0,0,NA,NA,NA,82,99,166,186,0.4939759036144578,0.532258064516129,15,-0.006024096385542188,0.08064516129032256 +48263,TX,Kent,785.337693109828,0,0.9719525904824604,179.99999944079,0.22277227653563117,1,1.27388535,1,1.30039011703511,0,0,41,2343,822.9,66,59,404,433,0.16336633663366337,0.13625866050808313,301,-0.6633663366336633,-0.6951501154734412 +48265,TX,Kerr,14845.1017169014,-0.2784447175769735,0.2991456265370559,3159.26331222877,0.06366273677035304,5,0.098888493,40.8333333333333,0.792818680749715,39,0.771330248,2162,151346,759.7,4325,4665,21811,23090,0.19829443858603457,0.20203551320918148,12993,-0.5914446838751088,-0.562711130359463 +48267,TX,Kimble,1152.85415223237,0.204897086847435,0.25023966838123946,155.899642469837,0.03383973138047254,2,0.450653447,5,1.13045444268596,4,0.901306895,153,13291,609.3,217,206,1891,1945,0.11475409836065574,0.10591259640102828,1491,-0.7667900581702802,-0.7665809768637533 +48269,TX,King,285.999998874466,0,0.9999999960645664,68.0000001768303,0.23776223838052551,0,0,NA,NA,0,0,NA,NA,NA,5,5,145,159,0.034482758620689655,0.031446540880503145,144,-0.9241379310344828,-0.9056603773584906 +48271,TX,Kinney,154.874240383724,3.7143919738484286,0.04304453595990105,28.6558962624574,0.007964395848376153,1,0.283607487,3,0.835654596100279,1,0.283607487,126,10657,734,522,457,1425,1424,0.3663157894736842,0.32092696629213485,479,-0.25122807017543863,-0.33637640449438205 +48273,TX,Kleberg,9787.17109450845,1.9523269078206174,0.3052671811393422,2011.59350341966,0.0627426937219569,3,0.093196645,33.5833333333333,1.05974545072052,28,0.869835353,736,95957,820.4,4752,4713,8902,9483,0.5338126263760953,0.4969946219550775,349,0.07818467760053921,0.03680269956764737 +48275,TX,Knox,1752.99425195327,273.1343250533215,0.4713617241068217,421.016468588332,0.11320690201353374,2,0.518403318,4,1.05097214923805,1,0.259201659,174,11481,939.9,332,247,1510,1358,0.21986754966887417,0.18188512518409425,831,-0.5483443708609272,-0.6119293078055964 +48277,TX,Lamar,14616.1987728876,-7.2249196605403405,0.29353922786109693,3586.38104352092,0.07202580771435582,4,0.080770551,53.5833333333333,1.07616503651932,35,0.706742322,1900,148120,1000.9,4173,3579,17173,18537,0.24299772899318697,0.19307331283379187,10967,-0.5031735864438363,-0.59162755569941194 +48279,TX,Lamb,498.071118159844,-1.3809090554161374,0.03563505173927481,119.747481299099,0.008567466645138369,6,0.442021512,15.1666666666667,1.14249843063402,6,0.442021512,475,40700,938.4,998,770,4089,3905,0.24406945463438492,0.19718309859154928,2270,-0.5033015407190022,-0.5813060179257363 +48281,TX,Lampasas,4014.55954832928,0,0.2040229480271017,960.423308372961,0.048809437839760175,1,0.049613,17.6666666666667,0.850995504174695,10,0.496130185,609,61035,777,1457,1479,7138,8149,0.20411880078453348,0.18149466192170818,4892,-0.5780330624824881,-0.600319057553074 +48283,TX,La Salle,3980.72758170581,34.051457746005525,0.578089977012171,863.266429941143,0.12536544146691012,3,0.401391491,11.6666666666667,1.53246639520119,7,0.936580145,168,22525,774.5,965,1125,1646,2049,0.586269744835966,0.5490483162518301,255,0.1798298906439854,0.12445095168374815 +48285,TX,Lavaca,2747.04226404235,-11.607321973574864,0.14260718808297512,584.085687557909,0.03032163668991896,4,0.202829471,13.25,0.668887879246807,9,0.45636631,810,59071,818,1427,1170,8279,8633,0.17236381205459597,0.13552646820340553,6169,-0.6475419736683174,-0.7145835746553921 +48287,TX,Lee,1053.81882888368,-15.843609368248924,0.06343720376135806,270.687766077615,0.016294712622057245,5,0.298650102,12,0.703605980650836,11,0.657030223,523,50167,800.8,1630,1372,6211,6522,0.26243761069071003,0.21036491873658386,3624,-0.4627274190951538,-0.5556577736890524 +48289,TX,Leon,2199.18444502326,-35.75452571948993,0.13089604458206416,444.18383111353,0.026437940069848818,5,0.296542317,16.4166666666667,0.948995124959053,10,0.593084633,681,50529,904.6,1061,909,6941,7407,0.1528598184699611,0.1227217496962333,5482,-0.6844835038178937,-0.7401107060888349 +48291,TX,Liberty,16888.2229557495,6.962420237139464,0.2232622047743942,3221.95947215255,0.04259428462848578,10,0.128013109,69.0833333333333,0.845531838506479,40,0.512052434,2316,234886,1033.3,5196,4851,22711,24155,0.2287878120734446,0.20082798592423928,14005,-0.5331337237462023,-0.5797971434485614 +48293,TX,Limestone,4455.23774851624,-7.5711182014602345,0.19052504911547385,1041.80681939722,0.044552121937958426,5,0.212548886,21.9166666666667,0.933895801374922,11,0.46760755,815,70095,901.9,2208,1748,7563,7648,0.29194763982546607,0.22855648535564854,3999,-0.40724580193045085,-0.5228817991631799 +48295,TX,Lipscomb,3301.98526319255,0,0.9999955370056177,911.000002608317,0.2758933987305624,2,0.562904588,4,1.14711786636077,1,0.281452294,77,10626,619.9,119,135,1168,1322,0.10188356164383562,0.1021180030257186,1024,-0.7919520547945206,-0.7745839636913767 +48297,TX,Live Oak,1181.23530273156,0,0.10243997075115428,194.329696020236,0.016852805135741566,2,0.16541229,12,0.99535500995355,9,0.744355306,390,36160,798.4,915,739,4108,4267,0.2227361246348588,0.17318959456292476,2711,-0.5447906523855891,-0.6353409889852355 +48299,TX,Llano,5991.28157863244,-0.17764475732636428,0.31041301376262576,1132.69050626055,0.05868558656341899,3,0.153767299,19,0.933110696395246,19,0.973859559,890,58584,748.2,1818,1825,9502,10377,0.19132814144390656,0.17586971186277345,6458,-0.604293832877289,-0.6223378625807073 +48301,TX,Loving,81.9999995108753,0,0.9999999940350645,8.99999998308022,0.10975609735463683,0,0,NA,NA,0,0,NA,NA,NA,9,4,64,64,0.140625,0.0625,53,-0.703125,-0.828125 +48303,TX,Lubbock,43815.1688178468,-25.10303781423648,0.15713880026914798,11792.333155722,0.042292044843371075,24,0.081639873,172.583333333333,0.569324540829174,266,0.904841925,7125,884391,855.7,26088,27956,90615,98060,0.28789935441152126,0.28509076075871914,37610,-0.40881752469237986,-0.3835406893738527 +48305,TX,Lynn,2003.36495764502,-0.048686921458874224,0.33869230053170246,566.307939820796,0.09574098729007542,1,0.173280194,5,0.875503414463316,3,0.519840582,153,17170,741.3,464,403,1852,1997,0.2505399568034557,0.20180270405608414,1143,-0.4929805615550756,-0.5723585378067101 +48307,TX,McCulloch,2707.34016979642,103.14772078746368,0.3268550247249088,656.343197437423,0.07923979203639056,1,0.121966093,9,1.10132158590308,8,0.975728747,343,24808,883.7,537,480,2993,3086,0.17941864350150352,0.15554115359688916,2066,-0.6288005345806883,-0.6694750486066106 +48309,TX,McLennan,91765.1946161013,37.498809525072986,0.3906464484351243,21716.9671874725,0.09244960617213907,25,0.102694287,196.416666666667,0.792213519189247,196,0.805123213,6360,730283,818.1,25688,27046,74493,78255,0.3448377699918113,0.34561369880518816,21199,-0.2979743063106601,-0.27089642834323685 +48311,TX,McMullen,692.861566658773,0,0.9800022159247141,117.670265270876,0.16643601877068742,0,0,NA,NA,0,0,29,2390,840.3,67,40,508,497,0.13188976377952755,0.08048289738430583,414,-0.7263779527559056,-0.8329979879275654 +48313,TX,Madison,3811.52261239636,-1.5552550323321668,0.2789463270196399,359.966997855709,0.026344188953140297,2,0.144289734,10.4166666666667,0.744739162555706,17,1.226462737,409,41729,909.9,964,881,4025,4283,0.2395031055900621,0.2056969413962176,2468,-0.5127950310559006,-0.5762316133551248 +48315,TX,Marion,825.226907377909,-28.517678667810337,0.07825022827402892,149.997713886356,0.014223185462389152,2,0.19706375,9.83333333333333,0.969087743503827,5,0.492659375,514,30499,1082.9,1487,1156,4271,4206,0.348162022945446,0.27484545886828343,1812,-0.2910325450714119,-0.4308131241084165 +48317,TX,Martin,1028.1371659972,1.6630459410830638,0.21423987622362994,331.731144822305,0.06912505622469368,1,0.183150183,2,0.349467062729338,1,0.183150183,128,16360,854.5,247,266,1593,1755,0.15505335844318896,0.15156695156695157,1187,-0.6848713119899561,-0.6763532763532764 +48319,TX,Mason,849.917047053965,1.7211726027182472,0.2118437305717759,155.071874436853,0.03865201257149875,1,0.245639892,3.58333333333333,0.871645179599449,5,1.22819946,136,12250,661.4,380,353,1965,2053,0.19338422391857507,0.17194349732099368,1303,-0.6015267175572518,-0.6346809547004384 +48321,TX,Matagorda,13868.937670363,1.6548654752984997,0.3778796161071059,3475.90792913904,0.0947062266126925,5,0.136915031,40,1.07564471455078,23,0.62980914,1136,109739,880.7,3972,3357,12110,11779,0.3279933938893477,0.2849987265472451,4790,-0.33476465730800986,-0.4066559130656252 +48323,TX,Maverick,17497.6801308656,1.867152613061787,0.3224903264194331,6282.17257933735,0.11578334216774207,10,0.175367834,51.6666666666667,0.895669006963104,30,0.526103502,1140,171538,751.6,8302,10397,10562,13588,0.7860253739822003,0.7651604356785399,7581,0.5804771823518273,0.5579187518398587 +48325,TX,Medina,10912.8277261282,21.04079810183947,0.23720444564031212,2532.05730416506,0.05503754519334565,6,0.125276653,35.1666666666667,0.713565867878714,28,0.584624379,1247,143612,756.4,4760,4624,15948,17187,0.2984700275896664,0.26904055390702275,7430,-0.39227489340356164,-0.43230348519229655 +48327,TX,Menard,452.462624149991,-0.5037534024463325,0.20181205359054016,55.454218129117,0.024734263215484838,1,0.465766185,2,0.942063118228921,1,0.465766185,95,6463,676.5,170,153,846,860,0.20094562647754138,0.17790697674418604,528,-0.58274231678487,-0.613953488372093 +48329,TX,Midland,37531.8858502907,-7.464749816343062,0.27421156884016235,10792.1206790089,0.07884827195488413,15,0.096258744,75.0833333333333,0.461866535437107,117,0.750818199,3200,469124,759.9,8223,9993,44277,48753,0.18571718951148453,0.2049720017229709,26903,-0.6149693972039659,-0.5518224519516748 +48331,TX,Milam,5418.11070909435,-5.462955507850718,0.21885166656276409,1321.70255895645,0.05338702423381064,4,0.164907652,24.0833333333333,0.968329915698337,13,0.535949868,882,72941,861.8,2632,2042,8220,8607,0.32019464720194646,0.23724875101661438,4298,-0.3462287104622871,-0.4993609852445684 +48333,TX,Mills,1218.08862163232,0,0.24677646305354942,238.899055290074,0.04839932238453687,1,0.205338809,3,0.61137151008763,2,0.410677618,198,14670,738.7,279,242,2197,2238,0.12699135184342286,0.10813226094727435,1707,-0.7296313154301319,-0.7627345844504021 +48335,TX,Mitchell,2800.82363882709,0,0.29786489831193125,240.275079426741,0.025553023442171755,1,0.110180696,6.5,0.745412844036697,5,0.55090348200000006,322,27140,1084,536,353,2312,2190,0.23183391003460208,0.16118721461187216,1427,-0.5268166089965398,-0.6515981735159817 +48337,TX,Montague,3260.00351727049,-16.34897394244469,0.16532296350070952,788.068628100275,0.03996493879508469,4,0.206015657,12,0.618110641804883,12,0.618046972,823,58128,960.9,1116,885,7737,8604,0.14424195424583172,0.10285913528591353,6641,-0.7009176683469045,-0.7718503021850303 +48339,TX,Montgomery,94269.4000331587,-6.1549520845569115,0.2068463574735899,25501.2637943603,0.0559549920226624,53,0.10212989,267.833333333333,0.481538814665389,307,0.59158257,10210,1556187,725.1,32852,45744,172820,203083,0.19009373915056127,0.22524780508462058,104444,-0.6073949774331675,-0.5142921859535263 +48341,TX,Moore,6300.1423697868,-9.080298099545384,0.287625199497206,2174.23531773555,0.09926202144519496,5,0.225754018,26.3333333333333,1.19047619047619,11,0.496658841,455,66841,826.1,963,1096,4983,5262,0.19325707405177603,0.20828582288103384,2878,-0.6028496889424042,-0.5469403268719119 +48343,TX,Morris,216.277302611852,-58.02419683420522,0.016721609912776558,44.1244796290994,0.003411510718192315,3,0.23542337,10.4166666666667,0.827179120675508,9,0.706270109,490,37950,892.7,1856,1425,5129,4964,0.36186391109378047,0.2870668815471394,2018,-0.26710859816728405,-0.4065269943593876 +48345,TX,Motley,223.290367005598,0,0.1845374933930562,52.6452758326348,0.04350849242366513,1,0.867302689,2,1.72413793103448,0,0,50,3496,689.8,55,40,599,620,0.09181969949916527,0.06451612903225806,531,-0.8063439065108514,-0.8564516129032258 +48347,TX,Nacogdoches,18795.5699275651,-3.41822093398002,0.2912957957901726,4963.05334166279,0.07691794280675082,10,0.153137012,36.5833333333333,0.555927017799795,41,0.627861748,1713,196133,873.3,6441,6822,20601,22430,0.3126547254987622,0.3041462327240303,7929,-0.3625552157662249,-0.35349977708426217 +48349,TX,Navarro,11808.9458237831,-8.610414700218168,0.24738547865891067,3007.31857274876,0.06300028433536733,6,0.124494242,44.3333333333333,0.913656066882372,32,0.663969291,1574,144417,917.2,4348,3998,15316,16382,0.28388613214938624,0.24404834574533024,7986,-0.4237398798641943,-0.4874862654132584 +48351,TX,Newton,3836.05728111802,0.5635169614566351,0.2655629824242312,881.803172349657,0.06104556402559065,2,0.141462725,10.5833333333333,0.755790425861125,1,0.070731362,486,42341,939.2,1721,978,6188,4010,0.2781189398836458,0.24389027431421445,1983,-0.4327731092436975,-0.49451371571072317 +48353,TX,Nolan,3624.75236417463,0,0.23821979259822754,940.824655659161,0.061831273374024776,3,0.198767641,15.1666666666667,1.0115831832633,13,0.861326443,547,45286,968,1216,1029,4567,4744,0.2662579373768338,0.21690556492411467,2522,-0.45128092839938694,-0.531618887015177 +48355,TX,Nueces,110861.875682992,-6.9055831140742665,0.32585062057236575,28517.0494166169,0.08381869954887501,30,0.084217382,287.916666666667,0.796780591301139,303,0.850595557,8590,1069159,778,45666,49102,95781,103958,0.4767751432956432,0.4723253621654899,1602,-0.03250122675687239,-0.015410069451124497 +48357,TX,Ochiltree,974.284942100772,0.5549899245331518,0.09530323213350014,237.630509533057,0.023244694271061038,2,0.185908161,7.58333333333333,0.735817323242124,4,0.371816323,278,32166,1049.5,253,274,2990,2981,0.08461538461538462,0.09191546460919155,2354,-0.8244147157190636,-0.7896678966789668 +48359,TX,Oldham,2052.00000620281,0,1.0000000030228118,698.000005444422,0.3401559480723304,1,0.483091787,2,0.963391136801541,3,1.449275362,50,6232,751.8,71,78,865,945,0.08208092485549133,0.08253968253968254,772,-0.8265895953757225,-0.8169312169312168 +48361,TX,Orange,20792.4202187375,4.228177891558913,0.2540711440880959,5068.35401819955,0.06193230468125115,11,0.131842317,83.5833333333333,0.983749980383849,64,0.767082569,2844,250789,994.8,6797,5716,30502,31761,0.22283784669857715,0.17996914454834545,19669,-0.5430463576158939,-0.6192815087686157 +48363,TX,Palo Pinto,10630.9131668317,0.9436442507771661,0.378176271453584,2384.66471582342,0.08483030542575577,6,0.213553531,30.8333333333333,1.09911001794223,27,0.960990888,973,83703,927.6,1810,1700,9335,10175,0.19389394750937333,0.16707616707616707,6522,-0.5979646491697912,-0.6409828009828009 +48365,TX,Panola,5269.72333588187,12.181548502953692,0.22145416607336824,1281.15476440175,0.05383908070271264,3,0.126214818,21.75,0.925847096884046,5,0.210358029,833,71451,972.7,2211,1835,10221,10413,0.2163193425300851,0.17622203015461443,6610,-0.560610507778104,-0.6347834437722077 +48367,TX,Parker,20534.7149742489,-2.740152293413801,0.1756199592416542,5231.05166306472,0.04473775657516844,8,0.064954045,54.0833333333333,0.41782227681595,84,0.682017473,3138,368776,807,7804,8329,47346,56413,0.1648291302327546,0.14764327371350575,38104,-0.6584716765935876,-0.6754471487068584 +48369,TX,Parmer,4963.67720718899,258.4280475082862,0.4833651969217051,1545.60362675989,0.15051160061932906,3,0.302785628,10,1.02291325695581,1,0.100928543,220,29576,724.2,528,848,2545,2818,0.2074656188605108,0.30092264017033354,1063,-0.5803536345776033,-0.3772178850248403 +48371,TX,Pecos,2972.50165151683,-9.522412681779034,0.19168773144494938,512.696390827693,0.033062255163970655,4,0.251683131,15.4166666666667,0.965351701106241,8,0.503366262,337,47816,739.3,1591,1551,4147,4167,0.38365083192669397,0.3722102231821454,912,-0.22208825657101522,-0.21886249100071992 +48373,TX,Polk,9162.11929452831,-11.827305784077872,0.20175102491639618,1472.3308437834,0.0324209112761412,5,0.108509299,42.5,0.886968862175474,25,0.542546496,1957,139077,1109.6,4836,7123,19058,34444,0.25375170532060026,0.20679944257345256,19464,-0.48184489453247986,-0.5650911624666124 +48375,TX,Potter,25358.1325067314,-31.568137496132337,0.2094449836605304,7289.38998574921,0.06020656947254308,16,0.131549738,123.5,1.02208024364407,116,0.953735601,3661,366445,1023.6,7114,7620,26418,28330,0.2692860928155046,0.26897282033180375,11879,-0.4463244757362404,-0.4193081539004589 +48377,TX,Presidio,5429.90570539853,311.9182900799169,0.6945389748527155,1730.99999618237,0.22141212537507932,1,0.143348624,10,1.43719459614832,6,0.860091743,152,21202,491.9,1273,1458,1808,2203,0.7040929203539823,0.6618247843849296,806,0.42533185840707965,0.36586472991375396 +48379,TX,Rains,NA,NA,NA,NA,NA,2,0.18129079,10.3333333333333,0.913322727004891,7,0.634517766,439,33218,888.2,754,619,4065,4630,0.1854858548585486,0.13369330453563716,3300,-0.6177121771217712,-0.712742980561555 +48381,TX,Randall,14799.8749702841,-42.22167434448523,0.12259163363250444,3980.3294412977,0.032970216950074134,8,0.0623928,68.5,0.516977230360526,79,0.616128529,3069,385618,782.5,7553,8340,49588,53813,0.1523150762281197,0.1549811383866352,35039,-0.6818786803258853,-0.6511251927972794 +48383,TX,Reagan,214.356282401838,0,0.06366387953722542,51.4959030987425,0.015294298514625038,1,0.266311585,3.83333333333333,1.06245380635625,1,0.266311585,83,11139,857.8,158,167,843,900,0.1874258600237248,0.18555555555555556,542,-0.6144721233689205,-0.6022222222222222 +48385,TX,Real,3308.99998598426,0,0.9999999957643578,659.999999144808,0.1994560287533418,1,0.296647879,6,1.77043375627029,2,0.593295758,145,9987,863.8,277,262,1533,1678,0.1806914546640574,0.15613825983313467,1120,-0.6255707762557077,-0.6674612634088201 +48387,TX,Red River,5964.72171922542,-0.5924624844112564,0.4638197293332364,1278.67391846973,0.09943032025425584,3,0.241041298,15,1.22880314573605,4,0.321388398,531,37423,903.6,1482,1148,5074,5147,0.2920772566022862,0.22304254905770352,2776,-0.4073709105242412,-0.5393433067806489 +48389,TX,Reeves,3039.20840168393,-0.543573639370469,0.22050412839613506,855.914820661167,0.06209931224415345,1,0.069691268,9,0.603176730782119,5,0.348456338,348,43212,844.1,1649,1659,2867,3184,0.5751656784094873,0.5210427135678392,242,0.16184164632019538,0.07600502512562812 +48391,TX,Refugio,1462.6006635714,0,0.19810384174067452,330.043369609168,0.044703151782360555,2,0.273897562,10,1.36593361562628,8,1.095590249,310,21838,967.9,998,1034,2673,2945,0.37336326225215116,0.35110356536502546,796,-0.2472876917321361,-0.2702886247877759 +48393,TX,Roberts,843.189121685415,0,0.9076309167765502,215.825814100659,0.23232057491997737,1,1.077586207,NA,NA,0,0,30,2758,1085.6,25,20,439,550,0.05694760820045558,0.03636363636363636,504,-0.8724373576309794,-0.9163636363636364 +48395,TX,Robertson,5362.69054017633,83.68259050461636,0.32262607027892737,1285.80576791309,0.07735565924155276,4,0.242424242,20.3333333333333,1.21385787913159,9,0.545454545,551,49535,834.4,2792,2203,7278,7010,0.3836218741412476,0.31426533523537803,2462,-0.22313822478702938,-0.35121255349500713 +48397,TX,Rockwall,15839.0033622685,-13.786638112762004,0.20219057868272336,4958.06021872909,0.06329142319375378,5,0.0569418,39.5833333333333,0.421197869004803,70,0.797184799,1622,263650,682.5,8112,9633,35651,39529,0.22753919946144568,0.24369450277011814,18763,-0.5325516815797593,-0.47466417060891997 +48399,TX,Runnels,2878.91662645183,-4.8730466790807565,0.2741564257167727,655.794340409136,0.062450656166949434,3,0.288018433,13.9166666666667,1.3319933639612,5,0.480030722,415,31243,867.8,517,452,3665,3765,0.14106412005457025,0.1200531208499336,2789,-0.705593451568895,-0.7407702523240371 +48401,TX,Rusk,13708.5046766399,-4.395470927668217,0.2570505283450197,2973.05893690955,0.055748339338262703,7,0.12981473599999999,25.75,0.488318288705151,30,0.556348868,1603,159760,860.1,4451,3935,18537,18994,0.24011436586286886,0.20717068547962514,10740,-0.5110319900739063,-0.5654417184374013 +48403,TX,Sabine,1721.44665181818,-38.79967286873929,0.1588929898299963,230.413052741076,0.021267588401428464,3,0.289855072,9.83333333333333,0.954414571807564,3,0.289855072,519,31055,979.7,806,614,4572,4642,0.1762904636920385,0.13227057302886686,3378,-0.6386701662292213,-0.7277035760448083 +48405,TX,San Augustine,399.146174614724,-87.39301586612558,0.045024949195118326,74.7078388231948,0.008427280183101502,3,0.348432056,8,0.961538461538461,1,0.116144019,398,25781,935.2,1193,907,3690,3563,0.32330623306233064,0.25456076340162787,1713,-0.3457994579945799,-0.48077462812236876 +48407,TX,San Jacinto,2148.83499161658,339.08380383075144,0.08144462521287825,482.710872844717,0.018295590996237,5,0.184508653,20.3333333333333,0.733869900506491,4,0.147606923,885,81295,815.3,2410,2034,9610,10305,0.25078043704474506,0.19737991266375546,6016,-0.48855359001040577,-0.5837942746239689 +48409,TX,San Patricio,13590.5606190166,24.05527536740809,0.20971792819913276,3846.56641746601,0.059356928854175824,8,0.119554659,67.9166666666667,1.00386766191215,55,0.82193828,1890,200531,900.9,7854,7825,20064,21513,0.39144736842105265,0.363733556454237,5179,-0.20633971291866027,-0.24073815832287448 +48411,TX,San Saba,1871.97661117252,0,0.30532973596028706,397.930665482931,0.06490469180931838,3,0.53361793,5,0.841184387617766,4,0.711490573,184,17443,698.1,323,293,2256,2354,0.14317375886524822,0.12446898895497026,1732,-0.7012411347517731,-0.735768903993203 +48413,TX,Schleicher,364.506723210745,-0.9000029046547597,0.10531832511145478,71.7912933863645,0.02074293365685192,1,0.316255534,3,0.981675392670157,0,0,83,9568,839,220,209,1010,1054,0.21782178217821782,0.198292220113852,610,-0.5554455445544555,-0.5787476280834916 +48415,TX,Scurry,4919.9083663333,-15.269359058342822,0.29075754189074526,1417.53671473279,0.08377381447507772,2,0.115420129,12.8333333333333,0.740398853824112,21,1.211911357,510,52217,871.8,837,733,5022,5261,0.16666666666666666,0.13932712412088957,3670,-0.6539227399442453,-0.6975860102642083 +48417,TX,Shackelford,485.913633665547,-6.2225756785154624,0.14384654637819627,101.466986545869,0.030037592227906754,1,0.299132516,3,0.904977375565611,2,0.598265031,98,10046,702.7,131,103,1363,1502,0.09611151870873075,0.06857523302263649,1275,-0.797505502567865,-0.8488681757656459 +48419,TX,Shelby,3561.87428720682,-7.051674522867435,0.13996676702321675,780.96615112627,0.03068870446110775,5,0.195963159,21.5,0.840533249931585,10,0.391926318,930,76879,1042.8,2318,1757,9261,9072,0.2502969441744952,0.19367283950617284,5414,-0.4915235935644099,-0.5967813051146384 +48421,TX,Sherman,750.873066405331,-0.4373987966865363,0.24748617877565293,213.20028785384,0.07027036514628873,1,0.324254215,3,0.977835723598435,1,0.324254215,99,9232,971.7,121,96,1038,933,0.11657032755298652,0.10289389067524116,711,-0.758188824662813,-0.7620578778135049 +48423,TX,Smith,34981.4917203654,-17.43800517918535,0.16680570548635473,9313.45606994368,0.04441027337203849,19,0.086820629,146.666666666667,0.651012768727714,180,0.822511218,6145,659840,792.1,22101,22128,84794,83161,0.26064344175295423,0.266086266398913,36503,-0.46886572163124746,-0.4389437356453145 +48425,TX,Somervell,0,0,0,0,0,3,0.345065562,5.16666666666667,0.588793922127255,8,0.920174833,270,26011,788.6,609,540,3507,3876,0.17365269461077845,0.1393188854489164,2666,-0.6412888508696891,-0.6878224974200207 +48427,TX,Starr,27407.4661753127,-3.7924480061908308,0.4495385476858795,9455.12599883947,0.15508342079188214,8,0.127074895,107.333333333333,1.67389247580134,27,0.42887777,1168,189453,709.4,10248,9246,11859,11691,0.8641538072350113,0.7908647677700795,7028,0.7342946285521544,0.6011461808228552 +48429,TX,Stephens,2194.06970073459,-5.472951236053859,0.22783693673256383,584.778248847338,0.06072463643274537,1,0.106326422,11.6666666666667,1.17773739820984,8,0.850611377,331,28164,836.9,475,348,3407,3453,0.13941884355738185,0.10078192875760209,2685,-0.7091282653360728,-0.7775847089487402 +48431,TX,Sterling,1143.00000477476,0,1.0000000041773929,279.000001685383,0.24409448966350214,1,0.74682599,2.33333333333333,1.70690075591319,2,1.493651979,32,3936,643.9,31,70,494,633,0.06275303643724696,0.11058451816745656,479,-0.8663967611336033,-0.7567140600315956 +48433,TX,Stonewall,221.51159890771,-4.916365371930791,0.14866550262262418,46.3862336449826,0.03113170043287423,1,0.712758375,2,1.40252454417952,3,2.138275125,77,4236,845.4,160,135,675,701,0.23703703703703705,0.19258202567760344,420,-0.514074074074074,-0.5991440798858774 +48435,TX,Sutton,448.729776885312,0,0.10870391881911629,108.72910082245,0.02633941395892684,1,0.251762336,8,2.06771775652623,4,1.007049345,100,11885,715.6,369,313,1489,1415,0.2478173270651444,0.22120141342756183,762,-0.49764942914707855,-0.5385159010600706 +48437,TX,Swisher,1441.95560281484,-41.643504088049475,0.1835950602005144,322.679147851265,0.04108468905669277,1,0.131908719,6.08333333333333,0.814804893294044,1,0.131908719,252,22864,793.6,579,462,2265,2190,0.2556291390728477,0.21095890410958903,1209,-0.4746136865342163,-0.552054794520548 +48439,TX,Tarrant,463702.839418238,-7.9503720013208,0.25632621576943165,128700.329761732,0.07114312376756435,238,0.122342394,1259.25,0.624357916615432,1474,0.757700374,36112,5842281,740.2,252789,288001,610149,662832,0.41430699714332075,0.434500748304246,57682,-0.15716980606376474,-0.08702355951432639 +48441,TX,Taylor,36822.0417337847,-2.8152334742295464,0.2800027507017528,10163.6935260779,0.07728691866590041,14,0.10359397100000001,119.083333333333,0.872181736062792,123,0.910147029,3877,405111,886.1,9725,10047,43170,45266,0.22527217975445912,0.22195466796270932,23125,-0.5357424137132267,-0.5108690849644324 +48443,TX,Terrell,983.999998172288,0,0.9999999981425691,217.999998480319,0.2215447139027632,0,0,1,1.23152709359606,1,1.078748652,38,2613,949.8,184,140,553,437,0.33273056057866185,0.32036613272311215,147,-0.3146473779385172,-0.3363844393592677 +48445,TX,Terry,4703.3249263428,-0.08539859317134431,0.3717749526790609,1180.64911964498,0.0933245687807272,1,0.078499097,9.75,0.761778263926869,7,0.549493681,382,38191,894,1059,424,3707,1763,0.28567574858376044,0.24049914917753829,871,-0.4162395468033451,-0.4940442427680091 +48447,TX,Throckmorton,1641.00000391041,0,1.0000000023829434,366.00000229551,0.22303473631658136,1,0.621890547,2,1.30463144161774,0,0,65,4799,825.4,109,84,813,808,0.13407134071340712,0.10396039603960396,631,-0.7269372693726938,-0.780940594059406 +48449,TX,Titus,3828.67678442838,-15.62930003782727,0.11841024260618482,1015.86824299847,0.03141795766061947,5,0.153817757,30.6666666666667,0.940926198658157,19,0.584507476,845,97700,869.5,2638,2538,8790,9176,0.30011376564277586,0.2765911072362685,3867,-0.38953356086461893,-0.42142545771578027 +48451,TX,Tom Green,44739.3473568144,32.348650646670656,0.4058947902164175,10441.7343770239,0.09473194927623657,14,0.120060373,81.6666666666667,0.68983382044048,80,0.686059276,3117,349949,793.1,9246,9117,36527,38104,0.25312782325403127,0.239266218769683,18259,-0.479179784816711,-0.47918853663657357 +48453,TX,Travis,268244.499899731,-9.526883539388194,0.2618894895463981,72977.1917219738,0.07124828093676232,148,0.128567644,632.416666666667,0.527311380392661,892,0.774880662,15524,3449522,625.2,231540,306475,384890,462511,0.6015744758242615,0.662632888731295,179725,0.23912546441840526,0.3885853525645876 +48455,TX,Trinity,443.466067969586,-77.99057643908249,0.03040562687484306,106.695267288087,0.007315410852799931,2,0.140607424,15.75,1.0905691732447,5,0.35151856,658,43052,960.6,1614,1154,6234,5982,0.25890279114533205,0.19291206954195922,3583,-0.46888033365415466,-0.5989635573386827 +48457,TX,Tyler,11662.3577680909,-0.19932470980004724,0.5358062008679086,2204.38415089308,0.10127649319549205,3,0.140069101,20.8333333333333,0.977173233270794,9,0.420207302,849,64186,962.4,1659,1243,7623,7969,0.21763085399449036,0.15597942025348224,5358,-0.5548996458087367,-0.6723553770862091 +48459,TX,Upshur,4657.16890209129,-28.374283770029407,0.11847589361447226,1209.20016742073,0.03076140750008217,4,0.099122764,21.8333333333333,0.532923267185758,18,0.446052436,1342,120777,902.7,2953,2378,15049,15918,0.19622566283473986,0.14939062696318633,10820,-0.5977141338294903,-0.6797336348787537 +48461,TX,Upton,1121.0001722658,0.02060526211585098,0.3341282182610432,295.999998421394,0.08822652710026647,1,0.289519398,4,1.08902804247209,6,1.737116387,99,10481,890.1,332,284,1298,1296,0.25577812018489987,0.2191358024691358,677,-0.47765793528505396,-0.5223765432098766 +48463,TX,Uvalde,11468.8148482019,19.531673874628513,0.4343425430108654,3247.1595065036,0.12297517540252224,1,0.0368772,27,0.989554700384827,19,0.700667478,742,81403,770.4,3824,3863,8431,8936,0.4535642272565532,0.43229632945389435,965,-0.08326414422962869,-0.1079901521933751 +48465,TX,Val Verde,19612.273651209,18.46014356761158,0.40124130303829875,5986.88739454054,0.12248383548232451,3,0.061257,36.5,0.746711401157914,31,0.632988933,1042,146960,688.6,6267,6920,12040,13476,0.5205149501661129,0.5135054912436925,1064,0.05440199335548168,0.07895517957850995 +48467,TX,Van Zandt,5077.79334969102,100.38808408893125,0.09657455162119896,1034.49875549101,0.019675131811008384,5,0.094500095,34.75,0.639315610339435,27,0.51030051,1875,158784,864,3083,2792,19081,21689,0.16157434096745454,0.12872884872516022,15644,-0.6659504218856453,-0.7212872884872517 +48469,TX,Victoria,24368.6095116949,-30.837584387843975,0.28076699171240654,6526.39682017365,0.07519496756850956,6,0.06587543,78.0833333333333,0.844445405748357,71,0.779525916,2404,273737,796.2,8795,8843,28827,31032,0.3050959170222361,0.284963908223769,12410,-0.3777361501370243,-0.3999097705594225 +48471,TX,Walker,22834.2124816692,13.279773585936377,0.3364850574213348,2781.32706531735,0.04098564809415348,9,0.128960151,42.5833333333333,0.595704400052226,34,0.487182794,1487,209838,777.3,5283,6085,15066,19683,0.35065710872162487,0.30915002794289487,6793,-0.2844816142307181,-0.34512015444800087 +48473,TX,Waller,6493.23978138511,5.778184617906631,0.15028908185129292,833.596888022788,0.019293991158958176,4,0.085433575,29.5,0.588646113937943,21,0.448526271,907,140874,746.5,6401,5744,15699,16715,0.40773297662271485,0.3436434340412803,4781,-0.175616281291802,-0.28603051151660186 +48475,TX,Ward,1144.15377538516,-70.11737372866223,0.10735163964957403,313.557471713694,0.02941991665544136,1,0.086021505,9.91666666666667,0.854885057471264,6,0.516129032,354,34572,949.1,836,780,3238,3413,0.25818406423718343,0.22853794315851159,1761,-0.47189623224212474,-0.5159683562847934 +48477,TX,Washington,3208.91557950382,-29.434863068663287,0.0951692146480758,610.416360569515,0.018103575555178688,3,0.087113073,22.6666666666667,0.646584512399209,26,0.754979964,1152,103338,717.6,3378,3381,14373,14747,0.23502400333959508,0.22926696955312945,7563,-0.519863633201141,-0.5128500712009223 +48479,TX,Webb,56255.3108716979,25.577432921940428,0.2247479499796164,20944.9298187189,0.08367796686716514,29,0.108747417,193.75,0.714435844583009,176,0.659984325,3910,800600,674.8,37592,42297,49101,56867,0.7656055884808863,0.7437881372324898,29351,0.5400704669965989,0.5161341375490178 +48481,TX,Wharton,6432.44092439561,-7.806145214164766,0.15582463479640526,1972.76440639876,0.04778983542632655,7,0.170034979,39.4166666666667,0.944451100195679,32,0.777302759,1240,123922,819.1,4235,4238,14087,14707,0.3006317881734933,0.2881620996804243,5911,-0.3914957052601689,-0.40191745427347525 +48483,TX,Wheeler,620.34816798925,11.556331850411325,0.11466694417546211,142.33384735423,0.026309398771576707,2,0.350017501,8,1.44248106743599,4,0.700035002,220,17050,1082.9,232,194,2128,2306,0.10902255639097744,0.08412836079791847,1893,-0.7734962406015038,-0.820901994796184 +48485,TX,Wichita,48641.625709176,12.847722468115268,0.36989829436635735,11349.6061301582,0.08630879186432089,21,0.158664199,93,0.705411186456105,97,0.732877489,3993,397140,914.6,10490,8752,40923,37913,0.25633506829900055,0.23084430142695117,18857,-0.47078659922293087,-0.49737557038482844 +48487,TX,Wilbarger,3694.54203574104,8.738771073843845,0.27296210090439893,974.409954950009,0.07199186959364677,2,0.154166345,13,1.00837728824077,13,1.002081246,481,39108,973.9,971,807,3980,4101,0.24396984924623116,0.196781272860278,2359,-0.4987437185929648,-0.5752255547427456 +48489,TX,Willacy,3051.67954819541,241.0734658417327,0.1378729352216233,285.744761968539,0.012909766059841827,1,0.0456558,21.8333333333333,1.00106984563656,8,0.36524677,509,65773,789,3595,3416,5058,5082,0.7107552392249901,0.6721763085399449,1875,0.4310003954132067,0.36894923258559625 +48491,TX,Williamson,142428.558701011,-1.100522646794934,0.3369662526432849,41337.4841242325,0.09779876484100819,40,0.081757793,223.833333333333,0.423351074359741,321,0.656106285,7201,1469024,598.1,61812,84252,162936,200524,0.37936367653557224,0.4201591829406954,19777,-0.2154097314282909,-0.09862659831242143 +48493,TX,Wilson,1876.8318840747,-56.29952411799639,0.043730646443792806,498.71159054832,0.011620103232870126,5,0.107753976,24.9166666666667,0.513957645764576,20,0.431015904,1152,139389,737.6,4819,4790,17186,19255,0.2804026533224718,0.24876655414178137,9201,-0.4297684161526824,-0.47784990911451564 +48495,TX,Winkler,62.7186745844781,-85.40279908500943,0.008821191924680465,10.7837935637244,0.0015167079555167935,4,0.511443549,8.75,1.1085772203218,3,0.383582662,203,23404,993.4,398,420,1745,1873,0.22808022922636104,0.22423918846769889,983,-0.5346704871060172,-0.5248264815803524 +48497,TX,Wise,3519.04557598463,-3.896776273318269,0.05951672799202784,927.998882021092,0.015695010435521708,9,0.146013823,41.6666666666667,0.646445840767461,36,0.584055291,1598,185814,830.1,3219,3412,20692,24661,0.15556736903150975,0.13835610883581365,17243,-0.6746085443649721,-0.6992011678358542 +48499,TX,Wood,3222.18885266081,-16.34598546065897,0.07678459757556025,797.277865564727,0.018999091258333975,4,0.093344535,30.8333333333333,0.697160859505129,15,0.350042005,1846,128894,868.9,3052,2624,17541,18646,0.17399236075480304,0.14072723372305052,13057,-0.642209680177869,-0.7002574278665665 +48501,TX,Yoakum,1562.35296491195,72.73802881066776,0.19829330688056226,500.105076092783,0.06347316614961074,2,0.241370987,9.58333333333333,1.12904492617028,7,0.844798455,185,25040,811.3,409,426,2128,2299,0.19219924812030076,0.18529795563288387,1371,-0.605733082706767,-0.5963462374945628 +48503,TX,Young,6142.00138325744,-5.747951988311333,0.3311051958629348,1545.05507989039,0.08329137896983235,2,0.108991826,15,0.826355222565007,18,0.980926431,791,54988,988.1,992,873,7316,7658,0.13559322033898305,0.11399843301123008,5714,-0.7152815746309459,-0.7461478192739619 +48505,TX,Zapata,6065.68117552452,0.2993008241339712,0.4327066040465487,2205.95028417482,0.1573655503049522,4,0.279349117,24.25,1.69001324134086,6,0.419023675,269,43080,723.9,2517,2056,3529,3134,0.7132332105412298,0.6560306317804723,1028,0.4318503825446302,0.32801531589023614 +48507,TX,Zavala,3702.02706296023,0.004760334434270885,0.3170358022574488,1207.94445528586,0.10344647214917016,1,0.081519524,15.3333333333333,1.27533338878261,3,0.244558572,293,36533,807.9,3042,2633,3653,3390,0.8327402135231317,0.7766961651917405,1941,0.6756090884204763,0.572566371681416 +49001,UT,Beaver,951.432066590472,-0.2454888338345311,0.1435257303651338,354.440274578805,0.05346813615610273,4,0.619099211,5.33333333333333,0.825210170715354,11,1.702522829,185,19275,1006.3,341,264,2534,2490,0.1345698500394633,0.10602409638554217,1574,-0.7150749802683504,-0.6321285140562249 +49003,UT,Box Elder,10094.8665153334,13.772075332462816,0.2019983294714037,3534.36609690939,0.07072268327982771,5,0.097053457,24.5,0.461054969043452,31,0.601731434,1085,154429,748.2,1830,1814,18092,16548,0.1011496794163166,0.10962049794537104,8510,-0.7815056378509839,-0.5142615421803238 +49005,UT,Cache,37757.8681440577,2.464847406762882,0.33516073838994553,13180.1598147973,0.11699474342065491,15,0.126750209,42.6666666666667,0.347581457615428,88,0.743601227,1572,356399,619.1,5434,6705,37099,35879,0.1464729507533896,0.1868781181192341,9938,-0.6842232944284212,-0.27698653808634577 +49007,UT,Carbon,6041.93940222314,20.930390770869696,0.28229404299505395,1621.85645297787,0.07577706176600804,6,0.290416263,13.1666666666667,0.645456476624671,14,0.677637948,687,62050,975.4,2204,1696,7231,7818,0.30479878301756325,0.21693527756459452,3486,-0.3637117964320288,-0.44589409056024554 +49009,UT,Daggett,1058.99999059084,0,0.999999991115052,243.000001352496,0.22946175765108218,1,0.895255148,1,0.91324200913242,0,0,34,3368,771,91,76,509,465,0.1787819253438114,0.16344086021505377,251,-0.6051080550098231,-0.5397849462365591 +49011,UT,Davis,94506.5691986859,11.076814014255552,0.30836229953336414,33646.0917904769,0.10978269894667139,23,0.069762081,110.75,0.323564556606998,210,0.636958131,4993,988588,681.6,20417,22575,112568,104661,0.1813748134460948,0.21569639120589332,24410,-0.6184084286831071,-0.23322918756747976 +49013,UT,Duchesne,5147.48790509698,0,0.2766425487771796,1667.65482403023,0.089625131618758,5,0.245338567,13.1666666666667,0.647424234974021,12,0.588812561,425,61264,807.2,570,500,6273,6932,0.09086561453849833,0.07212925562608194,5005,-0.8031245018332537,-0.7220138488170802 +49015,UT,Emery,444.220730048769,-89.96904993405234,0.0404720052886998,159.836188386789,0.014562334947775965,5,0.470322641,11.4166666666667,1.1175280605586,8,0.752516226,266,31742,795.7,569,379,4414,4263,0.12890801993656548,0.08890452732817265,3023,-0.719075668328047,-0.7091250293220737 +49017,UT,Garfield,3096.29777544692,70.90648127188143,0.5986654631567904,744.755277092473,0.1439975400410814,3,0.597133758,6.33333333333333,1.27022329188394,14,2.786624204,127,15085,626.6,306,352,2157,2294,0.14186369958275383,0.15344376634699217,1225,-0.6977283263792304,-0.534001743679163 +49019,UT,Grand,2021.49063728278,17.681604308638292,0.21913177639921735,498.883374300337,0.05407949856914222,4,0.424223141,15.5,1.61812297734628,9,0.954502068,241,28329,732.7,1678,1932,3812,4456,0.44018887722980066,0.43357271095152605,2,-0.06269674711437562,-4.488330341113067e-4 +49021,UT,Iron,13807.6126083115,15.876539031818988,0.29910561723266466,4252.5296885339,0.09211987281012717,3,0.063466543,20.0833333333333,0.402173405157165,34,0.719287482,918,142308,798.8,1720,2104,13168,15354,0.13061968408262453,0.13703269506317572,7921,-0.7178007290400972,-0.5158916243324215 +49023,UT,Juab,4406.19433012166,-0.0014764505748773701,0.430040438231667,1460.55704556687,0.14254899917693442,2,0.190730498,8.91666666666667,0.809869815319407,9,0.85828724,214,31341,782.7,436,436,3907,4076,0.11159457384182236,0.1069676153091266,2323,-0.7586383414384438,-0.5699214916584887 +49025,UT,Kane,3117.92613194553,0.27457865275583493,0.4376036676414779,761.914542313303,0.10693537435976182,3,0.41356493,4.66666666666667,0.636305790382692,6,0.827129859,251,21584,879,718,739,3281,3482,0.21883572081682415,0.2122343480758185,1509,-0.531850045717769,-0.4333716255025847 +49027,UT,Millard,5024.14837297542,-1.0547268681163298,0.4018354293349933,1602.31722792985,0.12815462112531792,5,0.396636522,10.4166666666667,0.820597657686046,12,0.951927653,300,37790,659.2,424,431,4958,5234,0.08551835417507059,0.0823461979365686,3429,-0.8061718434852764,-0.6551394726786396 +49029,UT,Morgan,38.8048392722758,-1.9835755581168675,0.0040980926467711265,11.8523383141001,0.0012516990510191256,1,0.094268477,3,0.262306548920171,4,0.377073906,165,31906,690.4,386,572,4370,5136,0.08832951945080092,0.11137071651090343,2584,-0.8064073226544622,-0.5031152647975078 +49031,UT,Piute,1556.00000336546,0,1.000000002162892,468.000000267804,0.3007712083983316,3,2.021563342,3,2.04638472032742,2,1.347708895,46,4523,558.7,74,31,781,617,0.09475032010243278,0.050243111831442464,506,-0.7964148527528809,-0.820097244732577 +49033,UT,Rich,2263.99998861636,0,0.9999999949718905,703.999994389065,0.3109540611259121,0,0,3,1.29366106080207,7,3.052769298,54,6873,634.5,83,104,999,1096,0.08308308308308308,0.0948905109489051,682,-0.8248248248248248,-0.6222627737226277 +49035,UT,Salt Lake,91150.1818636206,-22.871096037998655,0.08852497376657288,28070.470010979,0.027262014957416803,147,0.134647197,555,0.494937370357621,906,0.829866397,19094,3281357,731.4,132686,154831,341664,361347,0.3883522993350192,0.4284828710353206,36930,-0.19332736255502486,0.10220093151458293 +49037,UT,San Juan,8414.88174321812,16.278747310422283,0.570655211122889,2890.85233146696,0.19604315281886342,2,0.131138942,17,1.00621485646641,6,0.393416825,296,46041,719,2062,1997,5159,5385,0.39968986237642956,0.3708449396471681,638,-0.18298119790657097,-0.11847725162488393 +49039,UT,Sanpete,2517.85357510062,-3.0579187889942396,0.09049865484510891,845.966467389947,0.03040638585974937,4,0.140464234,13,0.442041551905879,15,0.526740879,550,85297,692.4,889,1026,8804,9778,0.10097682871422081,0.10492943342196769,5410,-0.7812358019082235,-0.553282879934547 +49041,UT,Sevier,623.777508060715,44.981367009810235,0.029986419962537977,246.14090351401,0.011832559538217961,3,0.144418235,16.4166666666667,0.771931474428301,16,0.770230588,589,62688,836.7,701,673,7781,8308,0.09009124791157949,0.08100625902744343,5782,-0.8045238401233774,-0.6959557053442466 +49043,UT,Summit,9799.27735274438,31.915935445394044,0.26977418105782347,2804.74831724883,0.07721474279398828,10,0.255721775,22,0.545810901332275,39,0.997314921,441,117237,555.7,7656,10251,16616,20133,0.46076071256620127,0.5091640590075994,3091,-0.048627828598940714,0.1535290319376148 +49045,UT,Tooele,19591.7830731414,22.92359824088822,0.33652449539904145,6422.97551864409,0.11032628256972225,5,0.081171467,28.3333333333333,0.437020241749315,29,0.470794506,1038,185327,810.7,3794,4015,16422,18905,0.2310315430520034,0.21237767786299921,5678,-0.5143100718548288,-0.30034382438508334 +49047,UT,Uintah,8024.67661673473,0.2850115226443754,0.24624636727429514,2717.4326608841,0.08338752488290475,2,0.0542491,20.0833333333333,0.552149488173462,20,0.542490574,673,110636,799.4,962,1002,11116,12883,0.08654192155451601,0.07777691531475588,8874,-0.8131522130262685,-0.6888147170690058 +49049,UT,Utah,121874.622688675,2.8456133238428736,0.2359332487139541,47992.5797236203,0.09290732556589369,43,0.076652394,181.5,0.306433068433342,351,0.625697448,6926,1689145,695,15791,24579,161278,174942,0.09791168045238656,0.14049799362074286,65176,-0.7846451468892224,-0.37255776200112034 +49051,UT,Wasatch,1108.33514468683,-5.051759105943071,0.04710306607253847,361.497815747811,0.015363273087454781,4,0.144331385,12.9166666666667,0.423108839972048,22,0.793822617,374,83530,698.8,2097,3063,9109,12120,0.2302118783620595,0.2527227722772277,3052,-0.5220111977165441,-0.25181518151815185 +49053,UT,Washington,36701.8989613727,-3.85832151397585,0.26573434428825765,11320.6123039267,0.08196511822703327,19,0.125042778,60.9166666666667,0.380147066471133,116,0.763419064,3649,455115,603.5,7762,9583,49733,57494,0.15607343212756117,0.16667826207952133,29983,-0.670420043029779,-0.521497895432567 +49055,UT,Wayne,1009.00521483761,0,0.3632128203159144,220.067514710105,0.07921796785820914,2,0.734484025,2,0.74019245003701,2,0.734484025,91,8129,861.1,213,271,1323,1410,0.16099773242630386,0.1921985815602837,688,-0.6606198034769463,-0.48794326241134756 +49057,UT,Weber,58288.9612986792,1.742242359069185,0.25207563397861577,18078.4466840921,0.07818179991044691,34,0.141386839,120.75,0.487760542898691,145,0.602973282,5135,722746,791.3,17569,22187,68143,81451,0.2578254552925466,0.27239690120440513,16260,-0.46034075400261215,-0.19962922493278162 +50001,VT,Addison,867.84931224765,-2.9741765536340283,0.023569411809772952,214.860923503453,0.005835282135288368,15,0.405306817,25.6666666666667,0.69446323403411,17,0.459347726,920,110990,650,12290,11217,17843,17592,0.6887855181303593,0.637619372442019,5920,0.3965700835061369,0.33651659845384263 +50003,VT,Bennington,4389.72113536181,2.2685133710025287,0.11824164674375247,930.718205945115,0.02506985066518828,14,0.384140486,39.9166666666667,1.10294456264449,30,0.823158184,1321,109427,755.5,11517,9539,17512,16345,0.6576633165829145,0.5836035484857754,3614,0.3329145728643216,0.22110737228510247 +50005,VT,Caledonia,2001.6218658744299,0.36831360122240975,0.06409907662838024,413.596232682239,0.013244827638973933,9,0.290500629,40,1.31869580984406,19,0.613279107,950,92843,760,8192,6445,13545,12966,0.6047988187523071,0.49706925805954033,912,0.22916205241786636,0.07033780657103195 +50007,VT,Chittenden,27641.2441699485,-11.195079790225565,0.17657059739977965,6112.23913612923,0.039044614239542814,42,0.26163171,140.25,0.868254390798051,120,0.747519171,3256,482056,624.2,53615,54463,76531,77263,0.7005657838000288,0.7049040290954273,36165,0.4187584116240478,0.46807656963876626 +50009,VT,Essex,1890.45265635181,0.700243728869445,0.29978633941513005,333.364461623811,0.05286464662604043,2,0.326530612,3.58333333333333,0.580202936096718,1,0.163265306,180,18484,639.2,1539,1019,2769,2706,0.5557963163596966,0.3765705838876571,487,0.1336222462983026,-0.179970436067997 +50011,VT,Franklin,2125.51264708474,1.8467686561552676,0.04451708304538055,513.962976442082,0.010764524283543792,17,0.349492208,51.75,1.05795768169273,23,0.4728424,1250,145684,793,12057,9351,19755,19373,0.6103264996203492,0.4826820833118257,599,0.23548468742090606,0.03091932070407266 +50013,VT,Grand Isle,35.5445633428171,-83.99327780990895,0.00509965040786472,4.40804944562842,6.32431771252284e-4,4,0.571918788,11.3333333333333,1.63800163800164,1,0.142979697,174,20814,776.2,2531,2094,4064,3778,0.6227854330708661,0.5542615140285866,607,0.26082677165354323,0.16066701958708313 +50015,VT,Lamoille,578.149904794846,6.442341342709367,0.023622059440034565,136.692593693887,0.005584988506389663,9,0.35882306,29.75,1.17435755733628,18,0.717646121,588,75486,652.7,8371,7241,11924,11641,0.7020295202952029,0.6220255991753286,3671,0.42091580006709156,0.3153509148698566 +50017,VT,Orange,3046.54268499889,-5.466932658266796,0.1052855503524637,668.476686252963,0.02310190372729344,7,0.242558647,29.9166666666667,1.03449865716887,9,0.311861118,789,86640,719.4,9075,7522,13964,13464,0.6498854196505299,0.5586749851455733,2525,0.321326267545116,0.18753713606654782 +50019,VT,Orleans,3813.34423157269,-12.538634708699902,0.1400368782480515,795.967708884179,0.029230204872541556,13,0.480023632,43.5833333333333,1.62242986015461,12,0.443098737,966,81375,806.8,7116,5181,11631,10988,0.6118132576734588,0.4715143793228977,23,0.24159573553434782,0.0020931925737167623 +50021,VT,Rutland,9152.34639550637,43.94432904568076,0.14847581836258347,1778.96154014912,0.028859568802912305,19,0.316213427,74.9166666666667,1.26313718878211,44,0.732283727,2075,180471,794,17087,13629,28414,27660,0.6013584852537481,0.4927331887201735,1158,0.2200675723235025,0.04186550976138825 +50023,VT,Washington,7322.83367924314,24.52964925461782,0.12300254777510565,1705.65907355901,0.028650167527110727,26,0.440692905,63,1.07684944619171,33,0.559340995,1637,176747,704.7,20349,18594,29049,28654,0.7005060415160591,0.6489146366999372,10601,0.42194223553306487,0.3699657988413485 +50025,VT,Windham,4169.52151133928,-2.0949095499975883,0.09366974841819871,927.385111543277,0.02083402852073051,22,0.503271263,47.25,1.0951442809132,38,0.869286727,1310,131054,714.6,16080,14340,21805,21151,0.7374455400137583,0.6779821285045624,8878,0.4923641366659023,0.41974374734055125 +50027,VT,Windsor,4782.62386922519,-32.441541125999855,0.08439428038159855,1060.43747629038,0.018712501787372153,25,0.446316992,47.8333333333333,0.86192398250925,32,0.57128575,1765,167867,694.4,19440,17544,28468,27832,0.6828719966277926,0.6303535498706525,8940,0.38137557959814533,0.3212129922391492 +51001,VA,Accomack,1700.33610481924,11.311323763412226,0.051270537474949945,264.584722496315,0.007978070271870552,11,0.333121347,46.3333333333333,1.40629900547344,18,0.545107659,1319,98976,908.3,7653,6737,16020,15755,0.47771535580524344,0.42761028245001587,1845,-0.03489388264669163,-0.11710568073627425 +51003,VA,Albemarle,15278.6597906324,-1.1857122086448897,0.1543766776864949,3860.05413425582,0.039002264668645245,18,0.172266937,50.8333333333333,0.475620177523282,58,0.555082353,2428,312937,571,29712,33297,53732,56134,0.5529665748529741,0.5931699148466171,14065,0.12002158862502799,0.2505611572309118 +51005,VA,Alleghany,2157.56954942281,-2.8519952742401546,0.13277351073371138,418.897651180426,0.02577831699571852,2,0.12642225,12.8333333333333,0.822913326921022,7,0.442477876,641,47756,835,3403,2165,7162,7306,0.4751466070929908,0.29633178209690664,2708,-0.026808154146886365,-0.37065425677525327 +51007,VA,Amelia,2089.26382491735,12.648578639844688,0.16463859928426713,428.147800308591,0.03373899135607494,1,0.077790743,8.91666666666667,0.690518598828054,4,0.311162972,396,38386,788.6,2488,2150,6885,7035,0.3613652868554829,0.30561478322672353,2554,-0.26666666666666666,-0.36304193319118694 +51009,VA,Amherst,5432.82798974514,-16.755409939643414,0.16792346891308813,1058.34825972489,0.03271252309600006,7,0.218470085,31.9166666666667,1.00896742852928,16,0.499360195,978,96174,745.1,5898,4986,14937,15164,0.3948584053022695,0.3288050646267476,4657,-0.19863426390841538,-0.3071089422316012 +51011,VA,Appomattox,332.404541739697,-25.24500353881648,0.02220026325650818,51.5583694045708,0.003443422787989768,1,0.06544931,15.0833333333333,0.974690360796984,7,0.458145167,521,45902,857.8,2453,2023,7924,7954,0.30956587582029277,0.2543374402816193,3691,-0.36433619384149424,-0.46404324867990954 +51013,VA,Arlington,4485.10883875185,-12.676243952787958,0.021601761036627462,1085.73776919552,0.005229270611218773,45,0.198318261,87.6666666666667,0.381076577555604,237,1.044476175,2828,681440,538.3,81178,91879,117279,119344,0.6921784803758558,0.7698669392679984,71724,0.3985794558275565,0.6009853867810699 +51015,VA,Augusta,9683.20595459491,1.9762136791120617,0.13129770785891404,2373.84816267586,0.03218777169729979,11,0.148926376,38.0833333333333,0.507798089701366,27,0.36554656,2140,222605,704.1,9448,8108,33614,36661,0.28107336228952223,0.22116145222443467,18044,-0.4214315463794847,-0.4921851558877281 +51017,VA,Bath,1052.37008403248,7.443766482873,0.2224413620867639,174.065994550046,0.036792643109288946,1,0.219154065,3.25,0.72609472743521,1,0.219154065,207,13616,903.6,894,603,2218,2243,0.4030658250676285,0.2688363798484173,945,-0.17132551848512173,-0.4213107445385644 +51019,VA,Bedford,6731.24481371662,-11.872434372741981,0.09801451473173482,1687.4745469761,0.024571532223427398,5,0.065288641,36.0833333333333,0.462844193603557,20,0.261154564,2177,231005,715.5,10925,9733,40750,42186,0.26809815950920246,0.23071635139619778,20845,-0.4504539877300613,-0.4941212724600578 +51021,VA,Bland,1307.3546363796,-52.49898711961216,0.19158186347883938,130.488045955529,0.01912192936042336,0,0,5,0.767695378473822,2,0.301886792,257,19849,977.4,735,453,2937,3124,0.25025536261491316,0.14500640204865556,2119,-0.47974123255022133,-0.6782970550576185 +51023,VA,Botetourt,11599.7872770186,58.985454456473605,0.3499392807113129,2607.22636481218,0.07865410778364244,5,0.151057402,22.4166666666667,0.674570932763584,19,0.574018127,979,99515,723.2,5449,4492,18208,18641,0.2992640597539543,0.24097419666326914,8877,-0.38565465729349735,-0.47620835792071237 +51025,VA,Brunswick,3505.53269842583,-2.17199611857185,0.2010744922809355,441.812110206795,0.025341981771641334,2,0.121226815,13.1666666666667,0.810605594204683,3,0.181840223,595,50455,860.3,4993,4473,8029,7645,0.6218707186449122,0.5850882930019621,1428,0.25258438161663965,0.18678875081752783 +51027,VA,Buchanan,NA,NA,NA,NA,NA,8,0.346230416,30.5833333333333,1.37899419845493,9,0.389509218,915,69600,1013.1,3094,1721,9636,9220,0.3210875882108759,0.1866594360086768,5571,-0.346824408468244,-0.6042299349240781 +51029,VA,Buckingham,1443.63914127588,-30.433171021862808,0.08419684715244839,298.474055925669,0.01740779516655016,4,0.236504464,18.6666666666667,1.09494759893634,2,0.118252232,463,51108,749.1,3747,3128,7447,7284,0.5031556331408621,0.4294343767160901,841,0.02390224251376394,-0.11545853926414051 +51031,VA,Campbell,8057.07371677027,-30.28525000349818,0.1469142940952239,1763.92989363264,0.032163850582266146,10,0.182199144,54.5833333333333,0.993291114669772,42,0.765236403,1626,165249,760,7591,6597,25632,27218,0.2961532459425718,0.24237636857961642,12845,-0.3938826466916355,-0.47193034021603353 +51033,VA,Caroline,1368.97441540963,-4.374969532438124,0.047958466120498505,270.618337231059,0.00948041118343174,3,0.100745517,25.0833333333333,0.831179446395829,8,0.268654712,791,89060,804.8,7258,6425,13590,14189,0.5340691685062546,0.4528155613503418,718,0.08167770419426051,-0.05060257946296426 +51035,VA,Carroll,1441.16855092227,-27.838188571345064,0.04797179118974336,242.873755864128,0.00808447359909886,4,0.13503933,36.0833333333333,1.22187983249241,12,0.405117991,1136,89245,866.2,3500,2557,12315,13587,0.2842062525375558,0.18819459777728711,8096,-0.39390986601705236,-0.5958636932361817 +51036,VA,Charles City,166.770860964883,18.684630705747853,0.02298385625205113,25.3152931736063,0.0034888772289975605,1,0.142389292,2,0.282845424975251,0,0,194,21174,646.7,2772,2244,4213,3745,0.6579634464751958,0.5991989319092123,863,0.3266081177308331,0.23044058744993323 +51037,VA,Charlotte,4240.73720680445,0.468876912600405,0.3369408236774551,1031.44599506411,0.08195185087113539,1,0.081799591,15.5833333333333,1.28479951631077,3,0.245398773,453,36671,878.1,2502,2153,5897,5792,0.42428353400033914,0.3717196132596685,1326,-0.13718840088180428,-0.22893646408839774 +51041,VA,Chesterfield,115426.336197048,-0.9331916977683532,0.3650006204133875,30766.6474427645,0.09729014863192205,42,0.126316169,199.083333333333,0.587250879278525,236,0.709776571,6799,996235,717.4,78954,80993,172223,175288,0.4584405102686633,0.46205672949659987,3945,-0.0709545182699175,-0.02250581899502535 +51043,VA,Clarke,177.768921882671,-43.04333971935905,0.012667017377987103,40.7791940545721,0.0029057427714530497,2,0.138667406,9.25,0.643523027688883,6,0.416002219,425,43013,719.1,3237,3047,7731,8131,0.4187039192859915,0.37473865453203786,1610,-0.1368516362695641,-0.1980076251383594 +51045,VA,Craig,583.246440924216,-9.412989228595805,0.11237889035148671,120.586193303168,0.02323433396978189,3,0.573175392,4.5,0.872431174873982,0,0,145,15636,681.1,830,541,2664,2784,0.31156156156156156,0.19432471264367815,1598,-0.347972972972973,-0.5739942528735632 +51047,VA,Culpeper,2632.83890217099,19.97614313875363,0.056390989358756666,796.590263773126,0.017061626159761957,10,0.203392588,33.75,0.673881356947467,28,0.569499247,1193,147016,785.1,8263,7744,20131,22087,0.4104614773235309,0.3506134830443247,5597,-0.16323083801102778,-0.2534069814823199 +51049,VA,Cumberland,5546.87186249503,-6.194898677666086,0.5518177340325338,1294.91418494354,0.12882154645279945,2,0.203520912,8.83333333333333,0.915181654924713,0,0,278,29406,721,2422,2032,5040,4875,0.48055555555555557,0.4168205128205128,661,-0.02301587301587299,-0.13558974358974363 +51051,VA,Dickenson,NA,NA,NA,NA,NA,3,0.19597596,22.9166666666667,1.53104400498842,4,0.26130128,649,45880,1109.2,2472,1335,6878,6405,0.35940680430357663,0.20843091334894615,3597,-0.26199476592032567,-0.5615925058548009 +51053,VA,Dinwiddie,7678.21558777613,31.293753588916235,0.274212191985148,1867.37597160466,0.06668961721383736,5,0.179475214,23.1666666666667,0.823147621754785,6,0.215370257,759,84102,791.6,6425,5765,13339,13533,0.48167029012669615,0.4259957141801522,1682,-0.025789039658145274,-0.12428877558560553 +51057,VA,Essex,2619.13901892601,-11.961987073926489,0.2348792950341682,617.595492921642,0.05538476306354964,2,0.180131496,16.5833333333333,1.49090473193683,10,0.90065748,383,33398,790.2,3009,2541,5666,5354,0.531062477938581,0.4745984310795667,116,0.07183198023296855,-0.021666044079193147 +51059,VA,Fairfax,205554.370081997,0.0193054410100552,0.19002443325019183,55023.124226834,0.05086604577021723,189,0.166148296,376.666666666667,0.330800513823949,911,0.800852367,14785,3416251,481.6,260835,354485,440174,542858,0.5925724827000232,0.6529976531616003,196648,0.1977604311022459,0.3622457438225098 +51061,VA,Fauquier,8209.0226938811,1.052849244242409,0.12589946312103875,2266.94024597144,0.03476742244944926,12,0.175829328,32.1666666666667,0.465717857022205,55,0.805884422,1619,204473,725.6,13891,12960,35339,37124,0.3930784685474971,0.34910031246632905,9150,-0.19989247007555394,-0.24647128542182956 +51063,VA,Floyd,4208.11245107874,-1.066903015205139,0.2754180542626311,900.436821222806,0.05893296820621807,3,0.192579278,13.3333333333333,0.847583328035938,4,0.256772371,520,46759,778.1,2732,2300,7626,7972,0.3582480986100184,0.288509784244857,2989,-0.25426173616574876,-0.3749372804816859 +51065,VA,Fluvanna,6380.81727318169,-7.376252224104501,0.2483678048025258,1622.24382595776,0.06314444069743334,3,0.114977771,13.25,0.504358418027483,5,0.191629618,645,78174,651.9,5885,5751,12724,13492,0.46251178874567744,0.4262525941298547,1267,-0.062323168814838126,-0.09390750074117993 +51067,VA,Franklin,8349.9883573759,-6.515465860276253,0.14868477639160063,1735.99461900601,0.030912135526024502,4,0.070974839,46,0.820417699620111,26,0.461336456,1765,168821,774.8,9082,7254,26633,26805,0.34100551946832874,0.2706211527700056,11306,-0.2854729095483048,-0.42178698004103715 +51069,VA,Frederick,16247.5415509132,10.597002768737655,0.20749047380005364,4557.49283210668,0.0582018112777815,10,0.121393107,48.75,0.57746295353052,47,0.570547604,2017,246960,727.1,12683,11920,36272,40133,0.3496636524040582,0.2970124336580869,14149,-0.28032642258491397,-0.3525527620661301 +51071,VA,Giles,152.911844293853,-91.74621669559339,0.008845993537767731,28.3772114288549,0.001641629725144909,5,0.297353553,23.5,1.39407961084416,12,0.713648528,682,50436,974.3,2730,1949,7544,8196,0.36187698833510074,0.23779892630551488,3981,-0.2558324496288441,-0.48572474377745234 +51073,VA,Gloucester,3765.01510480939,0,0.10214919704838542,763.085107281746,0.02070337802598475,5,0.13462211600000001,30,0.806148223786747,20,0.538488463,1066,111165,766.8,6764,5399,19246,19524,0.3514496518757144,0.27653144847367345,7688,-0.2791748934843604,-0.3937717680803114 +51075,VA,Goochland,3311.28571513049,-0.03959747163505686,0.1524743617963112,553.984503452464,0.025509255580994795,2,0.091174325,11.8333333333333,0.522028115993177,7,0.319110139,575,65811,685,4676,4884,13287,13930,0.351922932189358,0.35061019382627423,3490,-0.28388650560698425,-0.25053840631730073 +51077,VA,Grayson,2826.69405076726,3.309179069341481,0.181979917000403,501.12831658289,0.032262171929626604,1,0.06625588,12.3333333333333,0.816398579025176,3,0.198767641,604,47232,810.4,2094,1407,7146,7258,0.29303106633081444,0.19385505648939103,4186,-0.37881332213825913,-0.5767429043813722 +51079,VA,Greene,0,0,0,0,0,2,0.105091693,9.16666666666667,0.473215975771342,7,0.367820924,463,57115,752.2,3284,2923,8993,9503,0.3651729122650951,0.30758707776491634,3020,-0.2528633381518959,-0.31779438072187727 +51081,VA,Greensville,1008.3032894331,16.64208579698994,0.082357534054815,174.155561157786,0.014224909022117618,1,0.085609109,4.5,0.384418247052793,4,0.342436435,481,35062,1226.5,3135,2558,4925,4363,0.63654822335025385,0.5862938345175338,821,0.2779695431472082,0.1881732752693101 +51083,VA,Halifax,8496.03692841011,-10.88453359579928,0.234431636224445,1927.87476627971,0.053195959445923396,10,0.284090909,39.9166666666667,1.14073693034598,25,0.710227273,1388,105736,858.4,7760,6890,16663,16946,0.4657024545399988,0.4065856249262363,2808,-0.05635239752745602,-0.1657028207246548 +51085,VA,Hanover,21762.9254590036,9.795669856453742,0.2179278156975416,5969.47071252426,0.05977660106870673,12,0.117741714,71,0.680128745497739,75,0.735885712,2648,306284,733.8,18283,19360,58936,62313,0.310217863445093,0.31068958323303325,20232,-0.3671270530745215,-0.32468345289105 +51087,VA,Henrico,64088.7829258322,-7.144879686408206,0.208802459562553,17255.8474410183,0.0562198753515184,63,0.195698364,260.333333333333,0.797343142389559,269,0.835600949,8067,967558,733.1,89116,93615,161195,161966,0.5528459319457799,0.577991677265599,33941,0.11713142467198112,0.20955632663645457 +51089,VA,Henry,9194.4864804223,-11.60800257592084,0.16979347528988015,1832.08136601061,0.03383282609759026,11,0.211209462,71.8333333333333,1.3963132147601,31,0.595226666,2043,156665,875.9,10312,8199,24927,24029,0.41368796886909776,0.34121270131923925,7008,-0.14714967705700643,-0.29164759249240496 +51091,VA,Highland,2321.00001154791,0,1.000000004975403,346.000002072761,0.14907367603307237,1,0.444839858,2.66666666666667,1.20336943441637,0,0,89,6688,743.1,459,371,1411,1391,0.3253012048192771,0.26671459381739754,587,-0.32955350815024803,-0.4219985621854781 +51093,VA,Isle of Wight,5800.64052629471,0.024833743912948337,0.16446386521958348,1328.43124255603,0.037664622697931104,5,0.138861888,27.6666666666667,0.756002477502095,20,0.555447552,983,107969,734.2,8754,7673,20772,20481,0.4214326978625072,0.3746399101606367,4298,-0.14649528211053348,-0.20985303451979886 +51095,VA,James City,23479.6654003526,9.01052848971631,0.3503956990904594,5087.04830961379,0.07591589651559924,9,0.123995977,39.4166666666667,0.52976542479795,31,0.427097254,2071,215869,599.1,17854,19091,41134,42737,0.4340448290951524,0.44670894073051454,2193,-0.12097048670199839,-0.05131384982567799 +51097,VA,King and Queen,537.466790725773,-26.55529208018546,0.07738902674237191,115.839112793515,0.016679497882435564,1,0.139372822,3,0.419052940354798,0,0,204,21426,618.8,1743,1451,3645,3615,0.47818930041152263,0.4013831258644537,608,-0.03292181069958844,-0.16818810511756566 +51099,VA,King George,NA,NA,NA,NA,NA,3,0.118245241,18.9166666666667,0.72801211001642,12,0.472980963,508,75780,761.3,4476,4002,11287,11967,0.3965624169398423,0.3344196540486337,3336,-0.18844688579782054,-0.27876660817247434 +51101,VA,King William,1741.65357136751,7.091420326462767,0.10929736877110198,406.975906159045,0.025539749366742706,3,0.18534536,13.4166666666667,0.8213950451002,7,0.432472507,443,48521,873.6,3326,2752,8865,9088,0.3751833051325437,0.3028169014084507,3211,-0.23902989283699938,-0.3533230633802817 +51103,VA,Lancaster,367.621198136127,4.487085225957926,0.032272952167160654,73.6398050958232,0.0064647357647110186,3,0.27164071,17.25,1.57218374043019,10,0.905469033,585,33071,754.3,3144,2862,7052,6599,0.44583096993760635,0.4337020760721321,658,-0.08579126488939309,-0.09971207758751327 +51105,VA,Lee,18.6014454190154,0,7.269881353427677e-4,4.41385764279403,1.725039138153762e-4,6,0.240471324,32.5,1.34414161048844,7,0.280549878,914,74842,940.4,2593,1627,9588,9353,0.27044221944096786,0.1739548807869133,5915,-0.44347100542344603,-0.6324174061798353 +51107,VA,Loudoun,40493.136417668,2.696111870289027,0.12965645275916635,12728.5720333863,0.040756079783889454,59,0.162512051,113.333333333333,0.293651513384895,261,0.718909241,3535,1090204,493.2,81900,99909,158648,180265,0.5162372043769855,0.5542340443236347,30276,0.04479098381322172,0.1679527362494106 +51109,VA,Louisa,778.85070772337,0,0.023492616285807316,184.605308832305,0.005568283679676198,4,0.116455107,26.3333333333333,0.747341733832823,9,0.26202399,891,102898,724.4,6949,6208,16404,17507,0.4236161911728847,0.3546010167361627,4299,-0.13764935381614235,-0.24555891928942714 +51111,VA,Lunenburg,7.40811751561705,62.53248201737966,5.736501096187897e-4,0.756898611813085,5.861070247894417e-5,5,0.401090967,11,0.896276379043429,2,0.160436387,422,37274,813.9,2684,2226,5726,5577,0.4687390848760042,0.3991393222162453,980,-0.049772965420887216,-0.1757217141832526 +51113,VA,Madison,375.732732433928,52.21317992510643,0.028233598770207993,68.7224529471873,0.005163995562608003,6,0.45603101,10,0.764642911760208,5,0.380025842,446,39395,774.1,2637,2202,6597,6934,0.39972714870395637,0.31756561869051053,2216,-0.185993633469759,-0.3195846553216037 +51115,VA,Mathews,0,0,0,0,0,2,0.226346763,6,0.683215668412662,5,0.565866908,362,26550,760.6,1807,1563,5364,5292,0.33687546607009694,0.2953514739229025,1952,-0.3133855331841909,-0.3688586545729403 +51117,VA,Mecklenburg,3019.26143530887,-16.118953410914827,0.09225597932315428,489.700926486346,0.014963208558265224,6,0.192357015,54,1.74802537873883,25,0.801487561,1305,93475,882.3,6786,6571,14813,15177,0.45811111861202997,0.4329577650392041,1712,-0.07216634037669617,-0.11280226658759968 +51119,VA,Middlesex,116.978122690911,8.713610537700903,0.010674160296643033,23.4943238673732,0.0021438382943127295,3,0.280478684,11.8333333333333,1.09791550689676,7,0.654450262,447,31954,772.7,2370,2107,6067,5994,0.3906378770397231,0.3515181848515182,1561,-0.20586780946101868,-0.26042709376042705 +51121,VA,Montgomery,13785.3522192549,74.70487290039641,0.1460436500895722,1664.2756866336,0.017631533251055174,11,0.113117519,63.75,0.646538609764508,63,0.647854881,1804,291804,720.3,19903,20015,40938,42695,0.4861742146660804,0.4687902564703127,560,-0.0025159998045825582,0.013116289963696015 +51125,VA,Nelson,1085.54811377511,37.94994684719852,0.07227350957224435,238.092357730125,0.01585168826432257,2,0.134680135,11.8333333333333,0.795839218059946,6,0.404040404,543,44416,810,4171,3677,8225,8247,0.5071124620060791,0.4458591002788893,473,0.027598784194528936,-0.05735418940220682 +51127,VA,New Kent,0,-100,0,0,0,4,0.19979022,12.5833333333333,0.595041061773932,10,0.499475551,460,59881,777.4,3555,3545,10941,12163,0.32492459555799286,0.29145769958069556,4572,-0.3373549035737136,-0.37589410507276166 +51131,VA,Northampton,206.949240246089,438.13654592058117,0.016704273165395835,23.1345456024719,0.0018673456778167648,3,0.247504331,15.75,1.2974709613642,13,1.072518769,578,36282,937.5,3737,3255,6481,6134,0.5766085480635704,0.5306488425171177,569,0.1637093041197346,0.09276165634170203 +51133,VA,Northumberland,1150.06302324291,26.712192203318242,0.09327356230680536,129.906481989776,0.010535805514174858,4,0.326503959,13.3333333333333,1.09092892598047,3,0.244877969,508,36727,676.6,3186,2830,7542,8176,0.4224343675417661,0.3461350293542074,2259,-0.14876690533015113,-0.2762964774951076 +51135,VA,Nottoway,8927.25589318699,11.920719626459944,0.5631272247011285,1753.18861540428,0.11059033718566075,4,0.256755889,20.5833333333333,1.31986747889281,13,0.83445664,582,46894,908.1,3344,2829,6844,6717,0.4886031560490941,0.4211701652523448,883,-0.009497369959088231,-0.13145749590591033 +51137,VA,Orange,8426.41495907406,13.214559781225121,0.2516775173702715,1839.01615182488,0.05492715724813715,3,0.08565066,27.9166666666667,0.785654649668384,26,0.742305716,1129,104949,791.6,6870,5955,16330,17157,0.42069810165339866,0.34708865186221366,4556,-0.14537660747091247,-0.2655475899049951 +51139,VA,Page,967.285237248056,39.749432541580695,0.040233143550788456,195.03575737332,0.008112293377144995,6,0.251593425,17.4166666666667,0.736309574138271,17,0.712848038,866,71329,885.7,3724,2514,10205,10663,0.3649191572758452,0.23576854543749415,5310,-0.2567368936795688,-0.4979836818906499 +51141,VA,Patrick,1742.23961442502,92.10315203497132,0.0942260472917804,354.725705479042,0.019184732584047702,2,0.109505037,21.3333333333333,1.19027692536592,6,0.328515112,795,54561,935.9,2417,1768,8241,8489,0.2932896493144036,0.2082695252679939,4686,-0.3889091129717267,-0.5520084815643774 +51143,VA,Pittsylvania,9948.03983384893,1.6126005844521305,0.1566472433132134,2195.74260238935,0.034575356696837305,5,0.080150041,56.0833333333333,0.909159682483073,15,0.240450123,2062,187460,792.4,10855,9195,30578,31687,0.3549937863823664,0.29018209360305486,12547,-0.2753613709202695,-0.39596680026509296 +51145,VA,Powhatan,2701.44826132096,2.1220406256758153,0.09632205167656563,441.188504887093,0.01573088871450806,4,0.140602482,9,0.316422318320852,6,0.210903722,603,84773,666,4066,4057,15466,16794,0.2628992628992629,0.24157437179945218,7818,-0.4607526186473555,-0.4655234012147196 +51147,VA,Prince Edward,4939.83796922819,40.755895630953226,0.21139327153492765,661.093561870579,0.02829054954940855,5,0.216694115,23.1666666666667,1.00106588309855,15,0.650082344,705,68740,853.7,5132,4590,9224,9113,0.5563746747614917,0.5036760671568089,491,0.12792714657415433,0.053879073850543135 +51149,VA,Prince George,11104.2019562397,8.404432642138753,0.31082440745247586,2448.0636304232,0.0685252240846242,3,0.08035786,16.9166666666667,0.446998722860792,17,0.455361209,663,112944,629.4,7671,6419,17180,16140,0.44650756693830035,0.3977075588599752,2738,-0.09772991850989526,-0.1696406443618339 +51153,VA,Prince William,87198.5298483464,5.397401875821811,0.2169106866342615,25881.5026749131,0.06438152714392739,63,0.14122584,187.833333333333,0.412630068173663,283,0.634395441,5217,1335902,604.5,103161,83093,179648,144854,0.574239624153901,0.5736327612630648,29028,0.16025783754898465,0.2003948803622958 +51155,VA,Pulaski,5242.47644697338,0.29902893415070253,0.15033483731857594,1087.23660306369,0.031177925070649516,6,0.174814987,37.8333333333333,1.10614078687055,33,0.961482431,1280,103154,913.4,5287,4170,14657,15112,0.36071501671556255,0.2759396506087877,6144,-0.24766323258511286,-0.4065643197458973 +51157,VA,Rappahannock,5513.7101742136,-5.351435343654985,0.7478245184068357,1048.62644970858,0.14222520679622677,2,0.271702214,1,0.135354629128316,2,0.271702214,200,22205,594.7,1971,1741,4331,4444,0.45509120295543753,0.3917641764176418,791,-0.07758023551142929,-0.177992799279928 +51159,VA,Richmond,473.122717798471,-26.520239896875857,0.051126293256804727,60.5026371896129,0.006537998399569148,2,0.224668614,8,0.911784818782767,2,0.224668614,350,26710,860.3,1574,1347,3768,3651,0.4177282377919321,0.3689400164338537,866,-0.15552016985138,-0.23719528896192826 +51161,VA,Roanoke,18650.4453784253,-5.255577542653101,0.20189708775466894,4078.3565585443,0.04414952540209903,12,0.127952231,51.3333333333333,0.545919253579493,53,0.565122354,2955,282149,716.9,19589,16787,53793,50149,0.36415518747792464,0.3347424674470079,14070,-0.25570241481233613,-0.2805639195198309 +51163,VA,Rockbridge,4503.16268019669,23.642540067427532,0.20187217824883177,895.184156260041,0.04013019035549563,4,0.179155283,19.8333333333333,0.88573299988091,9,0.403099386,747,67223,663,4087,3506,10155,10685,0.40246184145741015,0.3281235376696303,3165,-0.1783357951747907,-0.2962096396817969 +51165,VA,Rockingham,16615.3969505354,11.892639038181073,0.2177240997790104,4050.89257026653,0.0530819059447353,12,0.153509614,36,0.451444622792937,27,0.34539663,2111,234428,655.2,10059,9361,34783,36536,0.2891929965787885,0.25621305014232537,15908,-0.40577293505448064,-0.4354061747317714 +51167,VA,Russell,1533.73524264707,-27.584749097467352,0.053075933233452256,353.354031897245,0.012228052458637402,2,0.071369946,24.0833333333333,0.87991718426501,15,0.535274596,1067,84156,958.7,3716,2328,12063,12195,0.30804940727845476,0.1908979089790898,7188,-0.36980850534692866,-0.5894218942189422 +51169,VA,Scott,2456.10116800541,-11.666800978758193,0.10597148759569443,478.425242417063,0.020642241982010742,6,0.268048606,33.6666666666667,1.53518771849825,10,0.446747677,979,67098,971.1,2395,1579,9964,10055,0.24036531513448414,0.15703630034808552,6663,-0.5062224006423124,-0.6626553953257086 +51171,VA,Shenandoah,2906.85638521496,-0.23098230137346024,0.06922240338187222,725.167725408482,0.017268776353403712,11,0.255689082,40.6666666666667,0.941903107508203,23,0.534622626,1465,128738,774.4,6462,5269,19289,20335,0.3350095909585774,0.2591099090238505,8809,-0.3143760692622739,-0.433194000491763 +51173,VA,Smyth,3913.86184187147,49.47650651722717,0.12151831352059954,813.272616309165,0.02525064009901779,7,0.221834891,39.5833333333333,1.27433305432146,19,0.602123277,1258,94770,925.2,4169,2661,12751,12825,0.32695474864716495,0.20748538011695905,7086,-0.32993490706611245,-0.552514619883041 +51175,VA,Southampton,4170.71276121397,-1.445757534035338,0.22459411745901833,599.6306899459,0.032290290250183096,3,0.166122155,14.9166666666667,0.826087759133116,4,0.221496207,487,54751,667.5,4437,3595,9261,8872,0.47910592808551994,0.4052073940486925,1440,-0.031961991145664614,-0.1623083859332733 +51177,VA,Spotsylvania,28676.0732113165,-13.346330553757113,0.23428738622120232,8433.55622438932,0.06890329194661078,19,0.147072484,92.3333333333333,0.699441961467566,88,0.681177818,2413,387425,664.1,25150,24204,57797,62083,0.4351436925791996,0.3898651804841905,10415,-0.11536930982576954,-0.16775928998276501 +51179,VA,Stafford,33223.4219746018,-8.94210705280426,0.25762379304287186,10106.6486411655,0.07836980669477982,12,0.085719184,69.25,0.479700196036326,76,0.542888165,2026,419044,677,27130,27879,60338,65350,0.44963372998773576,0.426610558530987,5961,-0.08782193642480696,-0.09121652639632744 +51181,VA,Surry,2111.1602817498,28.509955449330338,0.2991159367738453,418.819316740604,0.05933965949852706,2,0.29455081,6.16666666666667,0.942339038304809,1,0.147275405,218,20314,782.1,2574,2069,4302,3976,0.5983263598326359,0.5203722334004024,284,0.20990237099023706,0.0714285714285714 +51183,VA,Sussex,6463.22880337837,84.91532606137821,0.5347256393959104,789.273026110919,0.0652993320187738,3,0.254950285,18.9166666666667,1.64435558646268,6,0.509900569,416,35275,957,3350,2874,5421,5036,0.6179671647297547,0.5706910246227165,819,0.24515771997786384,0.16262907069102467 +51185,VA,Tazewell,8591.1960760457,4.306300327469207,0.1905851208138271,1865.68191339419,0.041387859119619105,8,0.184111203,52.4166666666667,1.24357453538948,32,0.736444813,1761,130426,988.9,3661,2895,17712,18495,0.20669602529358627,0.15652879156528793,12265,-0.5748644986449865,-0.6631522032981887 +51187,VA,Warren,4459.50317510986,132.64962305545694,0.118682719231134,1109.89240071792,0.029538054576657882,6,0.153897453,36.3333333333333,0.92793598093049,23,0.589940236,1061,116748,845.7,6449,5165,16636,17791,0.38765328203895166,0.29031532797481874,6597,-0.20533782159172875,-0.37080546343656906 +51191,VA,Washington,6273.9142921513,-8.579544193613813,0.11432892871476237,1292.78758421927,0.023558342157213905,15,0.274077728,54.5833333333333,1.00681250845415,33,0.602971003,1766,163998,795.4,7076,5548,25582,25715,0.27660073489172077,0.21574956251215244,13761,-0.4325306856383394,-0.5351351351351352 +51193,VA,Westmoreland,1012.96074551225,-67.051620098609,0.05803602300402486,219.433473889306,0.012572102319772314,5,0.28609029,20.25,1.15109140518417,4,0.228872232,688,52648,850.9,4155,3723,8689,8291,0.47819081597422025,0.44904112893498976,608,0.004488433651743562,-0.07333252924858275 +51195,VA,Wise,3456.1360691945,-11.932786391011442,0.08337682305303724,578.45428326715,0.013954797917281435,10,0.250406911,58.75,1.49765473641277,26,0.651057969,1584,120334,1144.8,3751,2687,14937,14991,0.2511213764477472,0.17924087786004936,9296,-0.48804980919863433,-0.6201053965712761 +51197,VA,Wythe,1165.90219607102,-0.1328983550177484,0.039880355603592266,242.73521033983,0.008302897565925432,6,0.206036881,39.8333333333333,1.37280580828968,22,0.755468562,1182,87469,967.9,3782,2765,12336,13250,0.30658236057068744,0.20867924528301887,7279,-0.36819066147859925,-0.5493584905660378 +51199,VA,York,20778.9616264753,7.774702793212048,0.3174105099974841,4807.47224028516,0.0734368850098552,8,0.12058726,47.75,0.70245380722608,50,0.753670375,1224,200579,571.8,13165,12989,33848,34062,0.38894469392578584,0.38133403793083204,5834,-0.20730914677381235,-0.17127590863719094 +51510,VA,Alexandria,NA,NA,NA,NA,NA,38,0.252365931,69.9166666666667,0.448730291166592,126,0.836792296,2187,454770,569.7,52434,57147,73470,74384,0.713679052674561,0.7682700580770058,43906,0.4386688444262964,0.5902613465261346 +51515,VA,Bedford,539.658697448824,0,0.08673395973140854,79.3964088975918,0.012760592879715815,3,0,13.9166666666667,NA,12,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +51520,VA,Bristol,4843.75171748365,-3.5712494653418103,0.2715868638903084,1130.627407338,0.06339374305231286,4,0.232774674,35.9166666666667,2.11772798742138,31,1.804003724,935,51995,1251.7,2487,1832,7356,6966,0.33809135399673734,0.26299167384438704,3052,-0.31117455138662314,-0.43812805053115134 +51530,VA,Buena Vista,6102.94072902689,-2.1580334914397024,0.9177354479739683,1298.68552925267,0.1952910570304767,1,0.151446312,8.16666666666667,1.26575738789006,4,0.605785249,239,19848,969.8,919,693,2526,2395,0.36381631037212986,0.28935281837160753,739,-0.25534441805225655,-0.30855949895615864 +51540,VA,Charlottesville,3192.37909403443,176.88525703492596,0.07343022642977413,337.411890752614,0.007761055566477608,23,0.504463404,48.5833333333333,1.0356269895407,66,1.447590639,850,137214,789.1,16267,17865,21455,22211,0.7581915637380564,0.804331187249561,14914,0.53442088091354,0.6714690918914051 +51550,VA,Chesapeake,45111.9538518353,-9.415706532931504,0.20301587177762961,12657.7658498598,0.05696333564283985,28,0.119980632,165.166666666667,0.694152587487042,180,0.771304061,5107,699423,792,54999,52554,110105,111827,0.4995141001771037,0.46995806021801534,1434,0.010480904591072149,-0.012823378969300803 +51570,VA,Colonial Heights,3198.70894717949,-3.053575502036984,0.18371770416285627,711.498631565584,0.04086489182502923,3,0.169195195,27.1666666666667,1.52862180208568,35,1.97394394,728,52899,870.2,2541,2367,8593,8427,0.29570580705225186,0.28088287646849414,3314,-0.39520539974397767,-0.39325976029429216 +51580,VA,Covington,1240.29579375219,7.663742752452843,0.20806841029226475,290.477118987474,0.04872959553556014,1,0.172354361,10.75,1.94816962667633,10,1.723543606,289,17096,1196.4,1319,914,2329,2369,0.566337483898669,0.3858168003376952,435,0.14770287677114646,-0.18362178134233859 +51590,VA,Danville,5596.75480233837,-12.481270735991618,0.1299908210971634,1362.37702466804,0.03164271338214005,15,0.353406842,88.8333333333333,2.12022849141566,55,1.295825087,2054,127031,1066.6,12215,11051,20169,18862,0.6056324061678814,0.5858869685081115,3745,0.22108185829738708,0.1985473438659739 +51595,VA,Emporia,55.9880405515432,-44.79387016429076,0.009446269706688578,13.1694429479539,0.002221940770702531,3,0.549249359,20.4166666666667,3.84857053094565,10,1.830831197,196,16752,900,1793,1531,2691,2367,0.6662950575994054,0.6468103084072666,739,0.33704942400594573,0.31220954795099287 +51600,VA,Fairfax,603.948854207993,NA,0.02676485061856827,143.510246872902,0.00635986026469763,15,0.612670016,29,1.20013242840589,86,3.512641425,597,71203,651.2,6636,7363,11577,11854,0.573205493651205,0.6211405432765311,3668,0.16187267858685328,0.30943141555593046 +51610,VA,Falls Church,NA,NA,NA,NA,NA,9,0.66171605,15.25,1.08819751676895,33,2.426292184,220,40732,615,5006,5810,7244,7667,0.6910546659304252,0.7577931394287205,4487,0.3954997239094423,0.5852354245467588 +51620,VA,Franklin,5025.12923028343,0.9506414997542293,0.5855429072807539,1152.21620272839,0.1342596367663004,2,0.234576589,16,1.92631832410306,11,1.290171241,398,25444,1116.8,2830,2516,4351,4040,0.6504251896115836,0.6227722772277228,1095,0.3065961847851069,0.27103960396039606 +51630,VA,Fredericksburg,2115.13994981349,-66.90082453670726,0.08709297331028124,565.201138474047,0.023272714258175363,7,0.24691358,30.9166666666667,1.0925775406109,41,1.446208113,563,84239,779.4,7114,6690,11396,11135,0.6242541242541243,0.6008082622361922,2959,0.2685152685152686,0.26573866187696454 +51640,VA,Galax,206.048072769915,8.655812657741098,0.029259879688996734,41.3825953543749,0.005876540095764683,4,0.570287995,17.75,2.61992619926199,16,2.281151982,397,20740,1261.6,900,680,2273,2363,0.3959524857017158,0.28776978417266186,923,-0.19005719313682357,-0.3906051629284808 +51650,VA,Hampton,41215.7511130226,27.99044816057795,0.2998905025831849,9547.6970754654,0.06947013210123541,20,0.146114451,136.916666666667,1.01112670162223,111,0.810935206,3754,411643,864.6,51733,41030,71713,61489,0.7213894273004895,0.6672738213338971,23228,0.45375315493704077,0.377758623493633 +51660,VA,Harrisonburg,1294.42661648925,-69.23571707467846,0.02646331554338737,317.757653465203,0.006496251655256226,17,0.323945272,54.1666666666667,1.02051069495208,53,1.009947025,798,156084,675.2,8650,10100,15541,17693,0.5565922398816034,0.5708472277171763,3868,0.13422559680844215,0.21861753235742953 +51670,VA,Hopewell,8232.64107808428,25.858327210243026,0.3644212774150892,1851.42193840181,0.08195396124128235,7,0.315372139,30,1.31955135254014,19,0.856010092,913,66646,1134.9,5178,4722,9011,8968,0.574631006547553,0.5265388046387154,837,0.15991565863944063,0.09333184656556642 +51678,VA,Lexington,434.15003270749,4684.809925818614,0.06165152409933116,89.1662513129413,0.012662063520724411,3,0.410340583,5,0.7097232079489,10,1.367801942,230,21507,887,1484,1514,2677,2448,0.5543518864400448,0.6184640522875817,748,0.1262607396339186,0.3055555555555556 +51680,VA,Lynchburg,12529.6931815017,-37.19807932910399,0.16580686509503625,2632.30938903423,0.03483365166517878,16,0.202411224,82.4166666666667,1.0274854967669,81,1.02470682,2430,236705,891,15905,14787,36242,35349,0.4388554715523426,0.41831452091996946,3192,-0.1061475636002428,-0.09029958414665196 +51683,VA,Manassas,2114.38078626874,-8.626197377678142,0.055904941335996924,591.126635684341,0.015629587681032786,18,0.427746489,34.25,0.825639418556999,50,1.188184691,639,124224,744.7,8478,8395,15154,15210,0.5594562491751353,0.551939513477975,2461,0.13296819321631248,0.16180144641683097 +51685,VA,Manassas Park,5320.76001325995,8.174965624813037,0.37278497956000495,1558.86509060115,0.10921776014861279,1,0.065902201,5.5,0.345585925227773,6,0.395413207,106,47472,365.3,2873,3218,4627,5214,0.6209206829479145,0.6171845032604526,1486,0.25437648584395944,0.2850019179133103 +51690,VA,Martinsville,3151.6165721764,-9.674776682426424,0.2280310087675566,642.503907731872,0.04648751231689979,4,0.291736562,17.8333333333333,1.3263914714268,23,1.677485231,751,40780,1213,3855,3531,6277,5873,0.6141468854548351,0.6012259492593223,1382,0.24581806595507405,0.2353141494977013 +51700,VA,Newport News,40758.5936214996,20.77917948839521,0.22553574124192585,9743.90961420026,0.05391746088789923,32,0.174896838,171.416666666667,0.942756313304918,153,0.836225508,4483,546380,855.7,50990,40997,79169,68432,0.644065227551188,0.5990910685059622,17347,0.30019325746188535,0.25349251812017776 +51710,VA,Norfolk,48194.111778034,50.39548963765282,0.19849059434205507,10328.5052198879,0.0425386227513165,43,0.175204133,209.083333333333,0.853000972332715,238,0.969734505,5864,737761,919.8,55654,51429,77925,75172,0.7141995508501765,0.6841510136753046,31554,0.4400128328521014,0.4197573564625126 +51720,VA,Norton,252.203284293413,-48.351192644868235,0.06371987981137266,48.0701565109193,0.012145062281687541,2,0.4961548,9.33333333333333,2.41545893719807,12,2.976928802,112,11976,803.2,566,383,1486,1456,0.38088829071332436,0.26304945054945056,638,-0.221399730820996,-0.43818681318681313 +51730,VA,Petersburg,11993.2358465478,66.20936107715387,0.36993324634632324,2781.67555158492,0.08580121997485873,14,0.428121464,58.5833333333333,1.83750496622964,34,1.039723556,1399,96839,1191.2,14377,12005,15977,13717,0.8998560430619015,0.8751913683750091,10557,0.80434374413219,0.7696289276080776 +51735,VA,Poquoson,5211.71628727205,0,0.4289478425738313,1334.96148639242,0.10987337336563127,2,0.166002656,9,0.748939003078972,10,0.83001328,296,36209,662.1,1679,1599,7098,7114,0.236545505776275,0.22476806297441665,3490,-0.5118343195266273,-0.4905819510823728 +51740,VA,Portsmouth,16355.9966858055,14.86132870834362,0.17120423599524254,3725.40131754009,0.038995146465066105,12,0.124994792,101.583333333333,1.06646929548286,79,0.82288238,3123,288318,963.4,28994,28462,41860,43e3,0.6926421404682275,0.6619069767441861,15689,0.39624940277114196,0.3648604651162791 +51750,VA,Radford,2599.9455349436,0,0.15845596873132617,520.97956093133,0.03175155783345502,2,0.113340134,11,0.629182634559286,10,0.566700669,342,51868,972.5,2732,2923,5382,6032,0.5076179858788554,0.48458222811671087,286,0.039390561129691526,0.04741379310344829 +51760,VA,Richmond,43858.2484465766,5.507193788001387,0.21476612008273968,8305.9991426358,0.040673015281203984,60,0.275415073,238.166666666667,1.06719839882899,177,0.812474467,5420,651130,841.4,71037,74640,92175,94724,0.7706753458096013,0.7879734808496263,60386,0.5566042853268239,0.6374941936573624 +51770,VA,Roanoke,17852.413592084,-22.436920816847238,0.18398480493119798,3808.52669883187,0.03925021331964579,25,0.251438227,132.916666666667,1.33370125091979,88,0.885062558,3357,298718,915.7,22179,23403,37479,41728,0.5917713919795086,0.5608464340490797,7358,0.2151338082659623,0.17633243865030673 +51775,VA,Salem,10430.9775141995,-14.075219568533463,0.42057001508747277,1939.49711034872,0.07819922225420209,6,0.235451085,30.5833333333333,1.19704619880752,30,1.177255425,943,75969,932.9,4756,4212,12270,12129,0.3876120619396903,0.34726688102893893,3013,-0.206438467807661,-0.24841289471514544 +51790,VA,Staunton,1352.61884872452,-25.973481621217175,0.05696196617217721,251.618508877204,0.010596248162941295,7,0.285271823,30.9166666666667,1.26900080723501,24,0.978074823,1103,73057,967.1,5710,5329,11154,11144,0.511923973462435,0.478194544149318,200,0.040613232920925224,0.017946877243359638 +51800,VA,Suffolk,18259.1426132076,11.636493226164989,0.21586738326189753,4899.96624335902,0.057929493921605714,14,0.161279174,71.4166666666667,0.799980583901814,59,0.67967652,2147,260891,821.8,24194,23012,42381,41929,0.5708690214954815,0.5488325502635407,5806,0.15138859394540005,0.13847217916000853 +51810,VA,Virginia Beach,71829.1148431221,-8.753464653381718,0.16399565939972238,18346.6355990842,0.04188786969475426,76,0.168521886,301.666666666667,0.666516424290363,421,0.933522551,9068,1352744,690.6,94163,76744,195823,171876,0.4808577133431722,0.44650794759012313,7645,-0.025247289644219517,-0.0444797412087784 +51820,VA,Waynesboro,2565.4139511942,-21.220416652360992,0.12212767548291917,645.301294973007,0.030719855992240645,7,0.327623327,33.5833333333333,1.53439636922983,27,1.263689975,764,63741,900.7,3836,3762,8772,9114,0.4373005015959872,0.412771560236998,1036,-0.10864113087095306,-0.11367127496159757 +51830,VA,Williamsburg,2213.34505080618,169.19218935305597,0.15733189158417543,205.43984717517,0.014603344268920244,4,0.272275543,14.1666666666667,0.931159896586477,33,2.246273229,291,44740,605.8,4901,5199,7722,7534,0.6346801346801347,0.6900716750730024,3278,0.28787878787878796,0.4350942394478365 +51840,VA,Winchester,4313.93888396228,-33.639960689721065,0.16463530450567795,901.909684169543,0.03442009251496176,9,0.326761791,33.0833333333333,1.20233076513059,46,1.670115819,797,82047,825.1,5089,5161,10254,10574,0.49629412912034326,0.4880839795725364,375,0.01423834601131263,0.035464346510308276 +53001,WA,Adams,2988.22494977293,-21.576586960820656,0.1595592134650219,955.943014544834,0.051043518504102624,6,0.312842171,16.3333333333333,0.849014104030218,13,0.677824704,390,57562,796,1516,1118,4707,4081,0.3220735075419588,0.2739524626317079,1622,-0.3388570214574039,-0.39745160499877485 +53003,WA,Asotin,4079.11545087823,-3.1511781643048478,0.18864706335282938,867.379316368953,0.04011373613138571,5,0.225336879,15.0833333333333,0.67620072327326,10,0.450673757,749,66403,739.2,3993,3118,9883,9684,0.4040271172720834,0.32197439074762496,2594,-0.16735808964889198,-0.2678645187938868 +53005,WA,Benton,32502.8391695121,-13.987264448521827,0.18554284620419403,8773.66147326128,0.05008455147228963,27,0.144782986,120.833333333333,0.623861989680892,113,0.60594361,4065,561540,701.9,27846,25173,78874,76907,0.3530440956462206,0.32731740933855175,20421,-0.2695311509496158,-0.2655284954555502 +53007,WA,Chelan,14893.7598907753,-5.482423136073119,0.20556443336749755,3435.79667136464,0.04742104083149959,23,0.308360594,58.0833333333333,0.760870514466365,53,0.710570065,2113,224303,690.7,12519,10770,30952,27415,0.40446497803049886,0.3928506292175816,4300,-0.16871284569656242,-0.15684844063468906 +53009,WA,Clallam,17164.698030602,11.116801799060653,0.24038846606075293,3390.46881480244,0.04748289752398241,16,0.220037131,58.8333333333333,0.788967860176121,39,0.536340507,2856,218376,707.6,17231,15154,35242,32985,0.4889336587026843,0.459420948916174,531,0.004086033709778114,-0.016098226466575716 +53011,WA,Clark,87200.6677034517,-1.3074856777825212,0.20500294502213806,24725.5837818968,0.05812819587480998,59,0.130818079,261,0.558864968802059,243,0.538793103,9870,1352779,706.2,88822,90697,181567,195784,0.48919682541430987,0.46325031667551997,107,0.001062968490970262,5.465206554161606e-4 +53013,WA,Columbia,1080.48177145086,0,0.26495384292566454,215.201046167461,0.05277122269923026,2,0.501882058,5.66666666666667,1.43897071271373,2,0.501882058,168,11936,767.3,634,523,2222,2171,0.28532853285328535,0.2409028097650852,968,-0.40999099909990994,-0.44587747581759557 +53015,WA,Cowlitz,23078.6731332938,-16.458861111566957,0.22535565992865736,6313.10287302202,0.06164537518818494,12,0.117493856,86.6666666666667,0.824140991505008,61,0.597260435,3354,307474,824,20897,17842,40976,45485,0.5099814525575946,0.39226118500604595,6224,0.04368410777040216,-0.13683631966582394 +53017,WA,Douglas,16379.479792685,-9.09501911468922,0.42620488128555073,4584.32950858577,0.11928728132460176,12,0.301477238,28,0.67752316887265,15,0.376846548,929,119836,669.8,5047,3600,14678,11467,0.34384793568606076,0.3139443620824976,3608,-0.2888676931462052,-0.3146420162204587 +53019,WA,Ferry,3669.29051054752,-0.6966444923367051,0.48593438094921465,802.631984015257,0.10629479327443478,4,0.521716447,9.58333333333333,1.258646353209,2,0.260858224,245,22873,783.3,1276,1091,3391,3560,0.37629017988793867,0.3064606741573034,1087,-0.20347979946918315,-0.30533707865168536 +53021,WA,Franklin,18841.9346485557,-23.856679514864453,0.24105951215480087,6029.45518579776,0.07713950572262784,18,0.204990377,65.5833333333333,0.727410529429163,43,0.489699234,1092,263203,638.3,6876,7839,18940,20584,0.3630411826821542,0.38082977069568597,3519,-0.25242872228088703,-0.1709580256509911 +53023,WA,Garfield,2256.61180601171,-0.07763381868678325,0.9958569311613901,453.976759365732,0.20034278877569814,1,0.451467269,2.08333333333333,0.927162142115413,0,0,70,6678,519.2,335,276,1275,1232,0.2627450980392157,0.22402597402597402,565,-0.45254901960784316,-0.45860389610389607 +53025,WA,Grant,19379.1480716864,-4.085320548403516,0.217450045687684,5817.76460945692,0.06528012353519884,25,0.26839297,87.4166666666667,0.934477868285834,57,0.611935972,2001,278003,745.3,8746,7768,27041,28260,0.32343478421656,0.2748761500353857,10714,-0.3263192929255575,-0.37912243453644734 +53027,WA,Grays Harbor,23669.6557192881,66.44689225040842,0.32514603238166545,5250.554355577961,0.07212597161391211,31,0.437741817,88.3333333333333,1.23322350663614,41,0.578948855,2432,213007,857.3,15692,11378,28224,26736,0.5559807256235828,0.42556852184320765,1891,0.1399163832199547,-0.07072860562537403 +53029,WA,Island,19289.0875777214,-0.40476207801942893,0.2457020810857947,4887.78952752406,0.062260076013604816,13,0.163986124,32.5833333333333,0.394299498200945,30,0.378429518,2086,238403,587.5,21080,20766,41319,42425,0.5101769161886783,0.48947554507955215,2507,0.044265350081076515,0.05909251620506778 +53031,WA,Jefferson,6830.52379720276,8.107826900728234,0.22865974147036558,1071.54337198387,0.03587116269362178,9,0.297737197,20.5,0.658338418060953,18,0.595474395,1045,90722,594.4,11985,12556,18717,20100,0.6403269754768393,0.6246766169154229,6570,0.3137254901960784,0.32686567164179103 +53033,WA,King,317784.493536778,-4.690603876844172,0.1645486902707926,77550.4844673476,0.040155611455253884,506,0.24327309,1202.75,0.559426410601078,1720,0.826936197,37829,6247031,594.5,599796,657149,871654,910823,0.6881124849997821,0.72148924653857,459368,0.39890369343799265,0.5043438736175964 +53035,WA,Kitsap,82378.6735526536,3.2761421542939537,0.3280280709928747,19459.3787230278,0.0774863467685561,50,0.196708671,145,0.547560335484553,159,0.625533572,6291,767981,698,59701,60561,109919,118625,0.5431363094642419,0.5105247629083246,13799,0.11129104158516728,0.11632455216016863 +53037,WA,Kittitas,8925.45841786197,-2.691233431538618,0.21814636240650054,1542.62557143506,0.03770317906476989,11,0.258689619,29.5833333333333,0.659370867323437,48,1.128827431,873,127822,634.2,6462,7190,15152,18334,0.42647835269271384,0.3921675575433621,2655,-0.12605596620908133,-0.1448129158939675 +53039,WA,Klickitat,7259.9732480262,51.45841539145346,0.3573173170600551,1685.75062467234,0.08296833471170097,9,0.431427065,18.9166666666667,0.888064723095942,9,0.431427065,503,62764,580.3,4373,3781,9861,9859,0.44346415170875164,0.38350745511715184,1609,-0.07757833891086097,-0.16320113601785174 +53041,WA,Lewis,17642.2159647476,38.612847891200786,0.23381109223706315,3850.92685872901,0.05103607260922417,28,0.372697263,85.75,1.11268263566294,48,0.638909594,2503,226284,789,9772,7236,26348,24995,0.3708820403825717,0.289497899579916,9037,-0.23462881433125854,-0.36155231046209235 +53043,WA,Lincoln,5996.31155837676,-20.23233977173402,0.5672953224575932,1321.83230865243,0.12505509069559412,5,0.487804878,10.1666666666667,0.982286634460548,9,0.87804878,316,30855,604.2,1649,1238,5804,5692,0.2841144038594073,0.2174982431482783,2857,-0.4092005513439008,-0.5019325368938862 +53045,WA,Mason,5277.94274650736,43.120761726482684,0.08695271333147762,1159.56466671153,0.01910352175013641,13,0.214129235,49.75,0.799864947425962,24,0.395315511,1950,182267,759.3,14568,11872,27897,27767,0.5222066888912786,0.4275578924622754,1667,0.06921891242785966,-0.06003529369395322 +53047,WA,Okanogan,7261.64867209277,11.626498735225338,0.17659651439914323,1463.40336826863,0.035588603313925826,18,0.435940906,46.5,1.11902584588728,19,0.460159845,1290,124031,762.1,5259,3980,12781,10893,0.41147015100539863,0.36537225741301754,2325,-0.14803223534934673,-0.21343982374001652 +53049,WA,Pacific,7100.60280330883,3.046833891725196,0.33941696000520216,1508.18918826309,0.07209317343513814,9,0.437721901,25.5,1.2000564732458,12,0.583629201,941,61823,839.6,5684,4597,10477,10667,0.542521714231173,0.4309552826474173,741,0.11453660398969168,-0.06946657916940097 +53051,WA,Pend Oreille,4404.19295938993,2.4548827250192917,0.3387580154903415,907.818497764951,0.06982682084185454,5,0.385059684,12.1666666666667,0.927125403236049,5,0.385059684,425,38920,768.7,2501,1932,6649,6788,0.3761467889908257,0.2846199175014732,2432,-0.2167243194465333,-0.3582793164407778 +53053,WA,Pierce,260286.776967337,-2.4192629759992847,0.3273121153979528,68007.3924255625,0.08551968615871294,163,0.195930417,508.75,0.590668654331996,539,0.647892606,18604,2494451,744.9,180478,160306,332134,322592,0.5433891140322882,0.4969311080249975,24260,0.10975088367947877,0.07520335284197993 +53055,WA,San Juan,37.9999991751611,0,0.0024097913104928087,1.99999989825301,1.2683111790557486e-4,13,0.811738995,9.75,0.596731746128894,15,0.936621917,435,48155,501.6,6943,7053,10345,10589,0.6711454809086516,0.6660685617149873,4402,0.37525374577090387,0.4157144206251771 +53057,WA,Skagit,30162.8724987458,1.1509122440811934,0.25802065421806314,6916.64672866907,0.059166702839745344,24,0.199393511,100,0.80853162571454,77,0.639720849,3399,360916,687.9,21875,26076,42273,54831,0.5174697797648617,0.4755703890135142,1746,0.058122205663189264,0.031843300322810075 +53059,WA,Skamania,475.160147550244,-5.841782064338642,0.04293874458252702,97.0775212380722,0.008772593641611431,2,0.176366843,8.33333333333333,0.724008108890819,4,0.352733686,240,33932,550.7,2554,2207,5326,5587,0.4795343597446489,0.39502416323608375,703,-0.013143071723619948,-0.12582781456953646 +53061,WA,Snohomish,164801.344539586,-4.7717220797888285,0.2310293824634793,42573.6192435422,0.05968250435425459,162,0.213274915,446.75,0.567215154516137,533,0.701700802,15145,2277926,685.6,169927,167943,298759,309496,0.5687761707597093,0.5426338304856929,51510,0.16161856211863074,0.16643187634088974 +53063,WA,Spokane,74391.2151190181,-7.100572403226154,0.15786905744654442,18948.7043865747,0.04021192685931803,78,0.16105121,327.666666666667,0.656551893647944,341,0.704082855,12991,1454797,774.4,91977,86590,202088,208081,0.4551334072285341,0.41613602395221094,17256,-0.0634377103044218,-0.08292924390021189 +53065,WA,Stevens,12942.7289280544,0.3118364466171785,0.2973221136214284,3073.0702776783,0.07059498467019595,11,0.252004582,35.9166666666667,0.808224007440912,26,0.595647194,1347,130688,768.2,6014,4348,17281,16438,0.3480122678085759,0.2645090643630612,6711,-0.27660436317342746,-0.4082613456624894 +53067,WA,Thurston,78865.6891587187,-0.4877322269302918,0.3126315651805993,19487.4560282551,0.0772502458862743,56,0.210644308,174.666666666667,0.634639188243188,167,0.628171419,6303,798250,685.6,64879,65015,111652,122301,0.5810822914054383,0.531598269842438,18796,0.1896607315587719,0.15368639667705092 +53069,WA,Wahkiakum,3197.68793961274,10.470007159624748,0.8038431220745953,608.249473444749,0.15290333671310935,1,0.245881485,3.83333333333333,0.926149633566884,2,0.49176297,147,12165,691.3,1091,824,2285,2333,0.4774617067833698,0.35319331333047577,504,-0.010503282275711179,-0.2160308615516503 +53071,WA,Walla Walla,12186.2511834549,-12.608305757512023,0.207316159702198,2596.13839069631,0.04416628486579524,15,0.250651694,40.3333333333333,0.668434427135123,29,0.484593276,1727,179684,708.4,5713,7550,15155,19718,0.3769712966017816,0.3828988741251648,3225,-0.22335862751567143,-0.16355614159651083 +53073,WA,Whatcom,57079.8332055673,12.175638000008261,0.2837816108460142,13404.1941210789,0.06664111624281048,44,0.211182092,150.75,0.695341328413284,124,0.595149531,4715,627124,651.8,49743,59402,91158,108223,0.5456789310866846,0.548885172283156,19155,0.12043923736808615,0.17699564787522054 +53075,WA,Whitman,9287.24310702968,1.1892919143972187,0.20741564916539398,1929.04585247615,0.043082138924337814,8,0.170841608,16.6666666666667,0.341173500371879,41,0.875563243,829,141964,702.7,6910,5521,14851,12128,0.4652885327587368,0.45522757255936674,59,-0.03703454312840887,0.004864775725593684 +53077,WA,Yakima,32417.3870141349,7.193889606678932,0.13327818828247592,9308.20742512634,0.038269001176356385,66,0.266465337,226.416666666667,0.906987240088235,137,0.553117443,5690,743870,757.8,25945,28484,62449,72306,0.4154590145558776,0.3939368793737726,11109,-0.15109929702637354,-0.15363870218239145 +54001,WV,Barbour,1069.0578397594,501.423022648748,0.0644437783928748,170.127259127803,0.010255425832045513,3,0.178933556,14.9166666666667,0.88626146198483,7,0.417511631,599,50193,903.7,1761,1213,5733,6024,0.30716902145473574,0.20136122177954846,3296,-0.3563579277864993,-0.547144754316069 +54003,WV,Berkeley,22139.8046301163,-12.143696438916662,0.21253736361217157,5754.59288771255,0.055242854282104556,11,0.099550214,74.9166666666667,0.659913381780812,66,0.597301284,2904,330884,907.9,14122,12287,36804,42770,0.3837082925768938,0.2872808043020809,15923,-0.21285729811976956,-0.3722936637830254 +54005,WV,Boone,1616.30906234649,115.35135763543285,0.06562625613490154,329.693964943526,0.013386412966158839,7,0.295184279,28.3333333333333,1.24181860682562,7,0.295184279,1005,71183,1182.7,2777,1783,8434,8654,0.3292625088925777,0.2060318927663508,4700,-0.3126630305904672,-0.5431014559741161 +54007,WV,Braxton,2769.71161615847,-7.281434438197467,0.19071208539271983,582.936125363279,0.04013882292661839,3,0.207425845,25.5833333333333,1.76790362333863,8,0.553135587,539,43298,886.5,1985,1315,4756,5063,0.41736753574432295,0.2597274343274738,2201,-0.1486543313708999,-0.43472249654355133 +54009,WV,Brooke,5402.78848155738,0,0.22447083308643395,1037.4621523621,0.04310366664016369,4,0.16999575,23,1.001001001001,16,0.679983,971,70591,890.3,3984,2549,9224,9540,0.4319167389418907,0.2671907756813417,4025,-0.11166522116218563,-0.42190775681341725 +54011,WV,Cabell,12920.29789741,2.7975754259693018,0.13414069807005888,2731.65884445712,0.02836053991898919,15,0.154465601,106.833333333333,1.11299794069336,110,1.132747737,3758,290658,1028.8,13380,11306,31744,32701,0.4214969758064516,0.3457386624262255,8342,-0.13857736895161288,-0.255099232439375 +54013,WV,Calhoun,1169.78201786631,-36.54506470281981,0.15337380593500854,267.620437817477,0.0350885587803169,1,0.133102622,12.3333333333333,1.68120683387859,1,0.133102622,274,22544,838.8,801,456,2157,2604,0.3713490959666203,0.17511520737327188,1567,-0.22577654149281406,-0.6017665130568356 +54015,WV,Clay,1730.70900138069,19.46111376407766,0.1843926061560505,402.862587440078,0.04292164792670765,1,0.111844313,12.5,1.41099446890168,1,0.111844313,333,27053,933.1,922,566,2989,2958,0.3084643693542991,0.19134550371872888,1723,-0.3462696554031448,-0.5824881676808655 +54017,WV,Doddridge,364.652474821249,114.56107514651215,0.04445897035128614,69.274954775352,0.008446105190850036,1,0.119175307,4.75,0.564602401046,0,0,254,24627,842.8,571,360,2743,2826,0.20816624134159678,0.12738853503184713,1987,-0.5603353991979585,-0.7031139419674451 +54019,WV,Fayette,6936.53185939796,10.31265545481605,0.15066643192506265,1412.34057901206,0.030677047264537894,9,0.199415049,64.75,1.46086681858177,19,0.420987326,1970,135804,1057.7,5368,4246,13971,15187,0.38422446496313795,0.27958122078093106,6017,-0.21014959559086682,-0.39619411338644894 +54021,WV,Gilmer,485.547635062891,7.4267015336715465,0.055855013811444955,98.9637950893359,0.011384308649411699,1,0.116036203,12.75,1.54564189598739,2,0.232072407,233,25676,758.6,830,537,2482,2528,0.33440773569701854,0.21242088607594936,1352,-0.3021756647864625,-0.5348101265822786 +54023,WV,Grant,2551.28118115751,12.89367706543079,0.21372884151440982,505.845066246701,0.042376230731900895,4,0.342260631,10.0833333333333,0.859472667348562,6,0.513390947,405,35281,774.5,713,510,4572,4945,0.15594925634295714,0.10313447927199192,3828,-0.6697287839020123,-0.7741152679474216 +54025,WV,Greenbrier,6493.78668279896,74.58343874711194,0.1830266821532965,1257.04019676637,0.035429543313595546,6,0.169252468,46.6666666666667,1.3227888167654,29,0.818053597,1393,106757,869.7,4681,3743,12872,13984,0.3636575512740833,0.26766304347826086,5756,-0.24798011187072722,-0.4116132723112128 +54027,WV,Hampshire,8270.25713401827,35.19067830260218,0.3451117148229954,1839.3334006936,0.07675402272966116,4,0.170335988,29.75,1.27676923737179,7,0.298087979,787,70247,850.5,2294,1576,7972,8557,0.2877571500250878,0.18417669744069184,5070,-0.4039136979427998,-0.5924973705737991 +54029,WV,Hancock,8677.33705328338,15.727268905817231,0.2828705520042828,1636.50789393752,0.053348151451868574,10,0.332093518,24,0.811084825954714,25,0.830233794,1228,90131,909.3,4571,3247,11991,12642,0.3812025685931115,0.2568422717924379,5623,-0.2158285380702193,-0.4447872172124664 +54031,WV,Hardy,4740.13969800852,-1.1999525887429914,0.3379778750808214,898.643678726072,0.06407441559544186,2,0.143647202,16,1.15199078407373,7,0.502765209,455,41797,806.6,1477,1249,5149,6022,0.28685181588657993,0.2074061773497177,3295,-0.39735871042920956,-0.5471604118233145 +54033,WV,Harrison,8457.27865955903,-23.75363237174429,0.12239364765856278,1867.49822931591,0.02702641469942995,13,0.189060659,90,1.31578947368421,54,0.785328893,2549,206532,913.4,9660,7675,25948,27868,0.37228302759364884,0.27540548299124445,11012,-0.2348928626483736,-0.39514855748528777 +54035,WV,Jackson,3265.28691164518,-5.3398546714228985,0.11178278428144123,698.970279248062,0.023928324235666768,4,0.13733434,39.4166666666667,1.3521084888401,22,0.755338872,1035,87651,870.7,3824,2648,11465,12108,0.3335368512865242,0.21869838123554675,6311,-0.3084169210641081,-0.5212256359431781 +54037,WV,Jefferson,2347.84524739063,-16.953105865996456,0.043886598515657224,626.407458759589,0.011708988350211016,6,0.107694793,40.0833333333333,0.71110086100861,35,0.628219626,1310,167180,757.4,10215,9458,21776,24007,0.46909441587068335,0.39396842587578623,3686,-0.04018185157972076,-0.15353855125588373 +54039,WV,Kanawha,46874.8976053291,-2.777089993032645,0.24279586251808527,9739.48360806949,0.05044717842398331,35,0.183994575,203.25,1.0913279030933,190,0.998827692,7473,569856,969.3,32190,27985,74451,74996,0.43236491114961517,0.37315323483919144,15479,-0.1188298343877181,-0.2063976745426423 +54041,WV,Lewis,881.397241686539,30.774559536835167,0.05383564877147196,182.473731445567,0.011145475900657646,4,0.243694407,21.5,1.31829051443988,18,1.096624832,679,49340,1001.4,1719,1336,6243,6885,0.2753483901970207,0.19404502541757443,3909,-0.4212718244433766,-0.5677559912854031 +54043,WV,Lincoln,9.65625856810948,NA,4.445791237619466e-4,2.53399706650816,1.1666653160718969e-4,6,0.278280228,28.8333333333333,1.35801306204471,5,0.23190019,778,64551,1004.7,2204,1435,6747,6988,0.32666370238624576,0.20535203205495134,3822,-0.3159922928709056,-0.546937607326846 +54045,WV,Logan,2027.39044516978,4.908657645926776,0.0551775969618643,411.395898066505,0.011196578887584165,12,0.339481725,52.5,1.55786350148368,20,0.565802874,1629,106002,1254.6,3461,2082,11901,12315,0.2908158978237123,0.16906211936662607,7784,-0.3970254600453743,-0.6320747056435242 +54047,WV,McDowell,251.435565979918,-73.6622926182636,0.011370486409800479,62.8850395980116,0.0028438040789586037,7,0.342331768,34.3333333333333,1.79370635459659,8,0.391236307,1026,60995,1292.3,2086,1429,6136,6179,0.33996088657105605,0.23126719533905163,3185,-0.3006844850065189,-0.5154555753358149 +54049,WV,Marion,8777.03892197911,11.157357615981676,0.15557160696903666,1747.21288325826,0.030969068085686488,9,0.158442336,63.0833333333333,1.1157687455045,43,0.757002271,1996,170553,848.8,8905,6926,21414,22910,0.41584944428878307,0.30231340026189435,7666,-0.14364434482114502,-0.33461370580532523 +54051,WV,Marshall,7895.0344610851,-6.213155516311228,0.2384702468083819,1618.29370361037,0.04888071113693085,6,0.185093781,29.4166666666667,0.925256083624278,20,0.616979269,1225,96865,869.7,3395,2894,9849,13083,0.3447050461975835,0.22120308797676375,6671,-0.28561275256371205,-0.5098983413590155 +54053,WV,Mason,5027.87010083836,-12.484281729175557,0.18400929954759035,1020.43473771483,0.03734573040970685,2,0.074030204,25.5833333333333,0.953712333022678,9,0.333135919,1060,81309,974,3738,2069,9713,10115,0.38484505302172345,0.20454770143351458,5528,-0.20261505199217544,-0.5465150766188829 +54055,WV,Mercer,12510.475843047,-5.964833226662553,0.20092631123999422,2606.33572348646,0.041859432794013565,9,0.145666424,73.6666666666667,1.21827523097616,35,0.566480537,2704,184660,1060.5,5416,4689,21216,22919,0.2552790346907994,0.2045900781011388,12673,-0.4708710407239819,-0.552947336271216 +54057,WV,Mineral,3343.24600652885,9.00654207027556,0.11850439552420426,657.781255775496,0.02331565489066695,7,0.253825513,28.3333333333333,1.0336482920482,15,0.543911814,961,82782,862.2,2836,2019,10784,11410,0.2629821958456973,0.17695004382120946,6938,-0.4498330860534125,-0.6080631025416301 +54059,WV,Mingo,1389.43551673918,413.5997756841162,0.05176927295127166,331.423988120367,0.012348596748029622,5,0.194431482,25.25,1.02446545218485,6,0.233317779,1107,76924,1269.9,2421,1365,8794,9469,0.27530134182397087,0.14415460977927977,6511,-0.4255173982260632,-0.6876122082585279 +54061,WV,Monongalia,20608.6405992902,-16.030665374758563,0.21425153187256543,4135.0030832975,0.04298831553813326,16,0.154644656,74.1666666666667,0.708901250852275,97,0.937533224,2033,309110,754.5,13664,14568,31140,35733,0.43879254977520876,0.4076903702459911,3710,-0.0965960179833012,-0.10382559538801672 +54063,WV,Monroe,1648.46092737904,110.72091100789132,0.12209012941631166,295.892585151651,0.021914722644915643,3,0.220880577,11.4166666666667,0.853901770132137,0,0,543,40569,915,1441,1089,5152,5670,0.2796972049689441,0.19206349206349208,3248,-0.4134316770186335,-0.5728395061728395 +54065,WV,Morgan,3394.07363104755,109.7881120759863,0.19349373644875148,676.110991570416,0.03854460929082812,4,0.229186959,13.6666666666667,0.775105868118572,5,0.286483699,641,52469,857.7,2361,1568,7037,7635,0.3355122921699588,0.20537000654878848,4150,-0.3051016057979252,-0.5435494433529797 +54067,WV,Nicholas,1716.25573239931,62.39950694816297,0.06542354028892274,387.863794950396,0.014785338884244886,7,0.271034189,43.0833333333333,1.7021584818195,14,0.542068378,960,77262,958.7,2635,1821,8676,9385,0.303711387736284,0.194033031433138,5348,-0.36745043798985705,-0.5698454981353224 +54069,WV,Ohio,11266.9690201785,-12.75804221609978,0.2535150421928875,2264.62947615932,0.05095581927771122,12,0.276957164,37.8333333333333,0.889861071910183,45,1.038589365,1733,129945,854.5,6623,5452,17541,17819,0.3775725443247249,0.30596554239856333,5625,-0.22541474260304434,-0.315674280262641 +54071,WV,Pendleton,2985.44759461247,26.276346075655532,0.38797239696068486,552.727062863597,0.07182937789000611,2,0.271333605,7.91666666666667,1.12277218361462,3,0.407000407,275,21933,694.8,1067,726,3224,3212,0.33095533498759305,0.22602739726027396,1662,-0.3163771712158809,-0.5174346201743462 +54073,WV,Pleasants,542.26445132494,2539.6099057130896,0.0713036753878948,137.42004625313,0.0180696970747048,2,0.261985853,7.66666666666667,1.00996794449567,5,0.654964632,258,22980,846.6,942,620,2807,3130,0.33558959743498396,0.19808306709265175,1722,-0.3074456715354471,-0.5501597444089457 +54075,WV,Pocahontas,3928.56428922987,-2.492630496670399,0.4505750991202971,644.687776310797,0.07394056386177279,5,0.577233895,13.75,1.61745676979179,2,0.230893558,329,25947,862.1,1298,924,3553,3619,0.3653250773993808,0.2553191489361702,1550,-0.2445820433436533,-0.428295109146173 +54077,WV,Preston,7494.44469777805,0.6352672758747022,0.22358128573323538,1179.26114095353,0.03518082162749195,5,0.147981532,37.5833333333333,1.11331634970476,10,0.295963064,1103,101536,851.5,2916,2462,11089,12611,0.2629632969609523,0.19522638965982078,7039,-0.44413382631436565,-0.5581635080485291 +54079,WV,Putnam,11851.3115704896,-6.723695928132317,0.21359102423115023,2826.56408220347,0.0509419327795024,9,0.158534437,59.5833333333333,1.04640475814147,59,1.039281311,1688,170332,842.8,7198,5784,23501,24443,0.3062848389430237,0.23663216462790984,11671,-0.3713884515552529,-0.4774782146217731 +54081,WV,Raleigh,25837.0522269655,3.1112476940681497,0.3276360621738229,5472.53988460721,0.06939651637235078,15,0.191715341,97.8333333333333,1.27718088971859,47,0.600708069,3017,234250,991.3,7651,6362,28499,29311,0.26846556019509454,0.21705161884616697,15473,-0.4464718060282817,-0.5278905530346969 +54083,WV,Randolph,2609.44104262745,11.351335926778978,0.08874140597270702,435.571631773105,0.014812842434045402,4,0.135920351,35.9166666666667,1.2382495575628,14,0.475721227,1111,87975,906.1,3325,2724,9727,10816,0.34183201398170043,0.2518491124260355,4859,-0.2904287036085124,-0.44924186390532544 +54085,WV,Ritchie,1202.38774748786,204.28984477675667,0.11507204014622069,212.698751301765,0.02035589542556847,4,0.399560483,18.25,1.84810126582278,7,0.699230846,359,30068,844.8,762,490,3749,4040,0.20325420112029874,0.12128712871287128,2886,-0.5673512936783143,-0.7143564356435643 +54087,WV,Roane,2382.09248999708,-6.324162331705209,0.15959349390306043,497.441248054323,0.033327163878756734,3,0.204582651,17.75,1.24929617117117,5,0.340971086,588,43663,980.1,1928,1220,5027,5234,0.3835289437039984,0.2330913259457394,2552,-0.2078774617067834,-0.48758119984715326 +54089,WV,Summers,1580.78667099995,-10.084841638050989,0.11350518209233504,307.576842714329,0.022084931623058014,2,0.14906462,16.25,1.26243008079553,5,0.372661549,605,40091,1007.9,1612,1186,4712,4847,0.34210526315789475,0.24468743552713018,2258,-0.2877758913412563,-0.46585516814524447 +54091,WV,Taylor,425.020263785787,-26.079114091767924,0.025156570807090085,75.7244583144784,0.004482063232582326,2,0.11717148,15.75,0.934219111453823,9,0.527271662,585,50959,861.4,1933,1483,5887,6498,0.32835060302361135,0.22822406894429056,3218,-0.32172583658909465,-0.4952293013234841 +54093,WV,Tucker,247.461469695649,233.56552598615124,0.034653615697472204,32.7272947459798,0.004583012847777594,2,0.288725278,11.75,1.69650591972278,6,0.866175834,260,20867,824.8,876,750,3118,3464,0.2809493264913406,0.21651270207852194,1807,-0.41180243745991024,-0.5216512702078522 +54095,WV,Tyler,967.022930654122,10.229680463771796,0.10501986649154235,203.686645557174,0.02212061745842463,2,0.219828534,7.5,0.835934016941596,3,0.329742801,342,27035,833.9,880,505,3245,3621,0.2711864406779661,0.13946423639878486,2462,-0.4348228043143298,-0.6799226732946699 +54097,WV,Upshur,1569.46021947642,63.273286092820705,0.06470933534577472,346.673413467489,0.014293453181639689,4,0.161740326,29,1.17608889609863,14,0.566091141,780,74061,826,2143,1763,8195,9180,0.2615009151921904,0.1920479302832244,5208,-0.4557657107992678,-0.5673202614379085 +54099,WV,Wayne,5442.31190462999,-8.136114127813162,0.12811167120901085,1205.31050062776,0.028372931442945313,7,0.170225184,44.75,1.10409316325775,17,0.413404017,1515,123855,933.6,4915,3334,13923,15080,0.3530130000718236,0.22108753315649868,7743,-0.2699130934425052,-0.5134615384615385 +54101,WV,Webster,119.715485595111,-47.993616684053734,0.013077942494550032,14.6095617806168,0.001595975724340922,3,0.339597012,11.3333333333333,1.31081810471123,1,0.113199004,378,26453,977.3,939,554,2744,2955,0.342201166180758,0.18747884940778342,1730,-0.28024781341107874,-0.5854483925549916 +54103,WV,Wetzel,7175.78550785533,-0.38138876892839574,0.4327193817677941,1461.2613139917,0.0881180313569137,8,0.500375281,23.1666666666667,1.48124467178176,15,0.938203653,650,47971,902,2194,1348,5808,6191,0.3777548209366391,0.21773542238733645,3113,-0.21608126721763093,-0.5028266838959781 +54105,WV,Wirt,18.8760165367275,-71.51651561948351,0.003301734570006559,3.87816484086216,6.783566277526955e-4,2,0.342172797,4.08333333333333,0.703295441497302,0,0,195,17591,887.1,673,383,2163,2410,0.3111419325011558,0.15892116182572613,1520,-0.3462783171521036,-0.6307053941908713 +54107,WV,Wood,18520.8045210244,12.366865710983145,0.21299052993496023,4257.62544692264,0.04896298641752886,13,0.150747359,87.6666666666667,1.02362909597593,81,0.939272006,3219,259380,932,11067,8327,33600,35256,0.329375,0.23618674835488995,16841,-0.3247916666666667,-0.4776775584297708 +54109,WV,Wyoming,1980.91600291901,161.6785999089275,0.08324575571184274,389.163244069095,0.01635414540549231,6,0.265510222,36.25,1.66567109313973,6,0.265510222,974,67638,1189.3,1575,1061,7496,7809,0.2101120597652081,0.13586886925342553,5466,-0.5570971184631804,-0.6999615827890895 +55001,WI,Adams,1946.56552614552,-42.573515613068636,0.0932486479590668,366.913419429603,0.017576690751118704,1,0.0494682,9.16666666666667,0.456757519889714,12,0.5936186,903,60829,877.4,5537,3780,10263,10107,0.5395108642697067,0.37399821905609976,2203,0.08710903244665302,-0.21796774512713957 +55003,WI,Ashland,4576.95917007556,-9.786962818311624,0.2832802605728514,1068.44191084749,0.06612873125255245,6,0.372601379,17.4166666666667,1.10835348521488,12,0.745202757,576,47976,890.4,5387,4136,8342,7926,0.6457684008631024,0.5218268988140298,708,0.3081994725485495,0.08932626797880394 +55005,WI,Barron,3617.86977679875,-5.070920077420801,0.07887224279046763,758.971257229536,0.01654613597622708,14,0.30799692,40.5833333333333,0.893669808273878,29,0.63799362,1477,136720,717.9,10883,7881,22583,22514,0.48191117212062173,0.3500488584880519,5714,-0.02346898109197182,-0.25379763702585056 +55007,WI,Bayfield,4613.07702786344,22.05427404527634,0.3072517002706434,751.322898036299,0.05004148781379372,5,0.333667,13.5,0.906587871868914,7,0.4671338,474,45051,689.1,6025,4953,9759,9491,0.6173788297981351,0.5218628174059635,828,0.24879598319499951,0.08724054367295331 +55009,WI,Brown,56961.104822056,-12.54628934413794,0.22967539150933644,13934.5303240107,0.05618603637804861,32,0.124673706,154.916666666667,0.594915790133934,172,0.670121167,5617,769983,679.5,62433,53358,128514,127497,0.4858069937905598,0.41850396479917173,13834,-0.01793578909690774,-0.10850451383169801 +55011,WI,Buffalo,3176.29233403407,-5.237850645678842,0.23377436770693089,659.005910378189,0.048502679795259365,3,0.227479527,7.33333333333333,0.559839173473802,3,0.227479527,442,39773,739.9,3569,2531,7008,6921,0.5092751141552512,0.3656985984684294,1518,0.030964611872146164,-0.2193324664065887 +55013,WI,Burnett,1260.03176299021,-19.442290248048085,0.08151851995796143,146.604323623815,0.00948465573033674,3,0.195720251,13.25,0.870965621507921,4,0.260960334,570,45796,741.9,3981,2948,8634,8719,0.46108408617095203,0.3381121688267003,2464,-0.06485985638174657,-0.28260121573574953 +55015,WI,Calumet,12278.4195313951,37.54351658627393,0.25072838070276493,3640.05295705107,0.07433078673196523,6,0.121234164,19.5,0.393518051379331,21,0.424319573,1352,148955,854.7,11477,9634,26336,26429,0.435791312272175,0.36452381853267246,5711,-0.11550729040097202,-0.21608838775587424 +55017,WI,Chippewa,9248.22882249009,-18.531453902802195,0.14817317668012625,2174.2269972171,0.034835007565763035,8,0.126063662,41.6666666666667,0.654631913567639,35,0.551528522,1836,190101,749.5,15211,11875,30914,31471,0.4920424403183024,0.3773315115503162,6037,-0.005175648573461866,-0.19182739665088488 +55019,WI,Clark,1492.28242447312,-51.456261020554464,0.04301765420793082,308.985690233018,0.00890705362447443,9,0.261453098,28.5,0.82472436843476,11,0.319553787,1037,103390,737.3,6173,4225,13740,13548,0.4492721979621543,0.3118541482137585,4420,-0.08886462882096074,-0.326247416592855 +55021,WI,Columbia,3528.42513864933,4.785215572174009,0.06208409090931906,797.853467709254,0.014038559775293473,6,0.105978981,35.9166666666667,0.630924985800528,33,0.582884395,1605,169906,752,17158,13525,30460,29287,0.5632961260669731,0.4618089937514938,635,0.13604727511490483,-0.0216819749376857 +55023,WI,Crawford,2122.96361244132,-63.101211716458515,0.1275512864961139,463.876518234071,0.027870494967199653,6,0.366032211,17.25,1.05692053183016,8,0.488042948,515,49195,705.2,4622,3426,7791,7678,0.5932486202027981,0.44620995050794476,418,0.19997432935438325,-0.054441260744985676 +55025,WI,Dane,98625.9076382462,-10.946842140345263,0.20207204176065077,24834.6648370157,0.05088309502270296,80,0.154953475,289.25,0.544447016882093,419,0.811568826,9646,1550894,632.2,215389,217506,302845,304729,0.7112186101801251,0.7137686272064687,146236,0.4356353910416219,0.4798886879817805 +55027,WI,Dodge,11447.2447308373,65.21341682696688,0.12896996057681248,2353.92418848176,0.026520400055000167,11,0.124189943,38.75,0.440000908388972,38,0.429019803,2603,265448,721.2,18745,13968,44379,42818,0.42238446111899774,0.32621794572376106,12675,-0.14522634579418192,-0.29602036526694375 +55029,WI,Door,2612.47421762973,-29.269360059996817,0.09402462543205795,455.032394086647,0.016376908190989636,13,0.468198516,19.5833333333333,0.709875424414882,23,0.828351221,1014,83092,665.9,9338,8026,17607,17398,0.530357244277844,0.46131739280377054,558,0.06980178338160958,-0.03207265202896886 +55031,WI,Douglas,13984.9112963169,23.350242329221953,0.31669447442915144,3111.08138429338,0.07045180788272787,7,0.160190398,31.9166666666667,0.73356470308825,22,0.503455536,1226,131166,742.4,14855,11342,22862,22185,0.6497681742629691,0.511246337615506,1685,0.31305222640188957,0.07595221996844714 +55033,WI,Dunn,6482.09804359557,-11.460132328523787,0.14780076256003763,1434.66931309513,0.032712436169713616,7,0.157995712,25.6666666666667,0.574146981627296,21,0.473987135,995,132983,639.9,11303,9025,21899,22029,0.5161422896022649,0.4096872304689273,2462,0.04991095483812047,-0.11176176857778386 +55035,WI,Eau Claire,22573.0819538889,-14.975597156409753,0.2286205837170728,5356.26414217726,0.05424834044499736,12,0.118152101,74.25,0.721118826785801,89,0.87629475,2592,305571,740.8,30618,27271,54595,54080,0.5608205879659309,0.5042714497041421,3970,0.1355435479439509,0.07340976331360954 +55037,WI,Florence,527.277824013811,-72.55454008789225,0.11921271173723966,74.4690827810525,0.016836781094517864,2,0.446328944,3.41666666666667,0.766756433273489,2,0.446328944,186,13426,803.4,952,666,2615,2651,0.3640535372848948,0.25122595247076573,1231,-0.26424474187380503,-0.46435307431158057 +55039,WI,Fond du Lac,21384.2722355348,50.29274469441113,0.21040677964376533,4928.9771597914,0.048497802483360705,13,0.127752828,62.5833333333333,0.612697107351713,59,0.579801295,2907,305848,703.5,22356,17391,53272,51094,0.4196576062471843,0.34037264649469606,13653,-0.14966586574560747,-0.26721337143304497 +55041,WI,Forest,3495.85451794679,-0.17410706209538165,0.3757367280682276,675.148298104801,0.0725653802778161,2,0.219130054,10,1.10326566637246,3,0.328695081,343,27308,801.7,2421,1583,4643,4507,0.521430109842774,0.3512314177945418,1204,0.05362911910402757,-0.2671400044375416 +55043,WI,Grant,5782.27892313414,-11.9196239237302,0.11291749185936065,1411.35584486715,0.027561237401717505,13,0.250824828,41.4166666666667,0.793209994765133,22,0.424472786,1545,155194,744,13574,10047,24160,24051,0.5618377483443708,0.4177373082200324,2300,0.13737582781456953,-0.09563011932975762 +55045,WI,Green,5301.41657197514,0,0.1438960037993361,1157.77269841845,0.031425348743782916,11,0.296791949,23.3333333333333,0.629354911216004,16,0.43169738,1031,111363,682.5,11196,9121,19302,18791,0.5800435188063413,0.4853919429514129,428,0.17345352813179982,0.02277686126337075 +55047,WI,Green Lake,3789.04613423278,184.67015397605388,0.19888961913982361,999.059913084071,0.05244133709957855,6,0.318538968,10.9166666666667,0.583186423776199,5,0.26544914,684,56655,757.4,3790,2700,9657,9315,0.39246142694418557,0.2898550724637681,3510,-0.20596458527493006,-0.3768115942028985 +55049,WI,Iowa,4808.77573775326,59.87862835794159,0.20301328736240387,1188.76340279076,0.05018632172882847,4,0.167890871,13.25,0.560158958315718,10,0.419727177,629,71325,689,8099,6669,12515,12123,0.6471434278865361,0.5501113585746102,1860,0.3033959248901318,0.15342736946300423 +55051,WI,Iron,1136.77412238135,-0.20894211894850057,0.19215248857020792,209.180877554948,0.035358498572506426,2,0.338009126,7.08333333333333,1.23704738619164,4,0.676018252,297,17594,814.2,1783,1273,3620,3477,0.4925414364640884,0.366120218579235,817,-0.001381215469613284,-0.2349726775956284 +55053,WI,Jackson,6749.61836988751,-7.180924644511744,0.3300708283968659,1417.45702194913,0.06931669137606386,3,0.145264381,6.58333333333333,0.320169892682294,13,0.629478985,669,61740,836.7,5297,3821,9290,9202,0.5701829924650161,0.4152358183003695,1086,0.1503767491926803,-0.11801782221256252 +55055,WI,Jefferson,6377.53815257357,-16.309276709852387,0.0762079458042393,1570.64967257484,0.018768368336099708,13,0.154037561,50.1666666666667,0.592811422944362,42,0.497659814,2003,253478,687.7,20136,16559,44136,42324,0.456226209896683,0.3912437387770532,6850,-0.07596972992568424,-0.1618467063604574 +55057,WI,Juneau,5657.27709508015,46.20807982336235,0.21216910797630323,1330.84504956276,0.04991168052665617,4,0.151543853,23.6666666666667,0.900763746162239,8,0.303087706,954,79056,869.2,6237,4100,11781,11736,0.5294117647058824,0.34935241990456717,3088,0.0710466004583652,-0.26312201772324467 +55059,WI,Kenosha,40347.0913386559,-12.534710695014804,0.24243262073627853,10122.4043164987,0.06082225323266016,29,0.172549206,110.083333333333,0.654544950044495,110,0.654496989,4240,504303,809.7,44838,35770,80661,75825,0.5558820247703351,0.4717441477085394,255,0.12268630440981393,-0.0033630069238377858 +55061,WI,Kewaunee,119.146994333714,65.96711382410375,0.005791143887125208,19.5794960968196,9.516621024992515e-4,4,0.195656427,12.8333333333333,0.628930817610063,8,0.391312855,549,61225,589.9,5151,3623,11018,10742,0.46750771464875657,0.33727425060510147,2993,-0.054002541296061024,-0.2786259541984733 +55063,WI,La Crosse,24962.3507624613,4.269038232149424,0.2177493567792643,6227.57745370233,0.05432384945395358,12,0.101685436,65.9166666666667,0.558038863773613,80,0.677902907,2878,353217,671.2,36632,32402,63212,62785,0.5795102195785611,0.5160786812136657,6018,0.17276782889324815,0.09585091980568611 +55065,WI,Lafayette,2589.32615361821,-0.04042390377482899,0.1537969917806017,631.277770882353,0.037495709840957056,5,0.296683083,4.25,0.253685907001731,5,0.296683083,399,50388,612.4,4534,3288,7928,7602,0.5718970736629667,0.4325177584846093,689,0.15401109989909184,-0.09063404367271771 +55067,WI,Langlade,6023.10422033882,0.004706057255303994,0.3015019382459238,1023.80138082366,0.051249005397389996,5,0.257599176,19,0.988502159096821,11,0.566718187,728,58138,767.1,4569,3260,10482,10093,0.4358900973096737,0.32299613593579707,3176,-0.11839343636710559,-0.31467353611413856 +55069,WI,Lincoln,3734.37882817321,-23.850008742293678,0.1299230709450374,887.813459345521,0.03088798870492019,5,0.175481697,23.8333333333333,0.854180106563448,15,0.526445092,1032,84490,779.3,7543,5370,15152,14563,0.4978220696937698,0.3687427041131635,3030,0.006533790918690607,-0.20806152578452236 +55071,WI,Manitowoc,13762.8748027773,6.620185028124448,0.16898989222731886,3106.40674913456,0.03814256463660715,10,0.124750499,39.5833333333333,0.497678200227989,34,0.424151697,2658,240591,747,20382,14563,42488,39991,0.47971191865938617,0.36415693531044485,8671,-0.028219732630389738,-0.21682378535170416 +55073,WI,Marathon,30170.8560548729,8.471804853871992,0.2250498351884778,7492.22333232913,0.05588583973452131,24,0.176756518,104.416666666667,0.770017379163194,78,0.574458683,3635,406753,691.1,32330,26476,69637,68849,0.46426468687622957,0.38455170009731443,12534,-0.06085845168516735,-0.18205057444552575 +55075,WI,Marinette,10964.1614886089,45.780133951944215,0.26262093675558457,1952.94598277407,0.0467782697255999,9,0.217928229,37.0833333333333,0.915841380389057,26,0.629570439,1516,123547,756.5,9868,6243,20712,19979,0.4764387794515257,0.31247810200710746,6752,-0.035776361529548106,-0.33795485259522495 +55077,WI,Marquette,267.98139315052,4.790150814232053,0.017396870497956372,44.6218748361644,0.0028967719317167227,4,0.265780731,10,0.663702130483839,6,0.398671096,557,45184,768.8,4112,2808,7944,7813,0.5176233635448136,0.3594009983361065,1904,0.04456193353474314,-0.2436964034301805 +55078,WI,Menominee,928.31469169551406,-26.077005017044762,0.21935602355754114,299.408339391122,0.0707486624270137,0,0,6,1.32362673726009,1,0.221141088,124,13492,1115.5,1191,1003,1376,1279,0.8655523255813954,0.784206411258796,734,0.7354651162790697,0.5738858483189992 +55079,WI,Milwaukee,84255.0479050498,-32.0953462839148,0.08890148396445188,20653.5917341563,0.021792580979025044,221,0.231073414,797.666666666667,0.838371268494618,615,0.643032352,24428,2872934,807.1,328090,288986,490944,434970,0.6682839590666145,0.6643814515943628,162895,0.34557912918785033,0.37449709175345425 +55081,WI,Monroe,7777.18118218572,20.852838310963094,0.17409131202707942,2053.20934519127,0.045960856561933834,7,0.154256374,37.1666666666667,0.814647582725088,22,0.484805747,1235,136136,749.8,9505,7047,19389,19554,0.49022641704059,0.3603866216630868,4395,-0.006807983908401705,-0.2247621969929426 +55083,WI,Oconto,4266.81402970345,-4.329140628785893,0.11329830137290095,861.109515557147,0.022865361538957702,5,0.133629099,25.5,0.681271707186749,16,0.427613117,1055,112323,703.7,8810,5886,19727,19924,0.4465960358898971,0.29542260590242925,7369,-0.09535154863892131,-0.36985545071270826 +55085,WI,Oneida,3440.80257996237,-20.075636872588447,0.09558315961893356,525.755961915437,0.014605143672299488,9,0.253072013,33.4166666666667,0.938644045579244,27,0.759216039,1378,106703,752.2,10439,8103,21577,20837,0.4838021967836122,0.3888755579018093,3574,-0.02159707095518376,-0.17152181216105966 +55087,WI,Outagamie,20561.9596436964,-20.085765792647877,0.11636978773421092,5567.84723049384,0.03151106273801658,24,0.131863785,117.416666666667,0.636315026970002,130,0.714262167,3994,545462,677.4,45565,38087,94237,93474,0.4835149675817354,0.4074608982176862,11797,-0.018347358256311175,-0.1262062177717868 +55089,WI,Ozaukee,25504.15962989,-2.1600998412015526,0.29520411632490307,6122.15086708288,0.07086232845746722,14,0.160054876,29.5833333333333,0.334978976530712,53,0.60592203,2221,262554,607.6,19075,20167,55565,53368,0.3432916404211284,0.3778856243441763,10291,-0.30443624583820744,-0.19283090990855944 +55091,WI,Pepin,NA,NA,NA,NA,NA,2,0.272665303,7.58333333333333,1.03781761780941,5,0.681663258,233,22024,653.6,1875,1345,3696,3746,0.5073051948051948,0.3590496529631607,883,0.022186147186147143,-0.23571809930592635 +55093,WI,Pierce,7847.22791899822,47.56599107801096,0.19130714837022406,1825.90965201571,0.044513753431719684,9,0.219737292,21.8333333333333,0.529446950223904,22,0.537135602,807,122530,662,10213,8380,20920,21089,0.48819311663479925,0.3973635544596709,2880,-0.008126195028680672,-0.13656408554222582 +55095,WI,Polk,907.472719111793,-7.716102194022281,0.020528734738418573,190.915866675783,0.004318874938938649,12,0.276262173,43.1666666666667,0.992770788773641,25,0.575546193,1345,130343,743.3,10054,7568,22494,22691,0.44696363474704365,0.33352430479044554,6296,-0.08984618120387661,-0.2774668370719669 +55097,WI,Portage,13164.741625458,-25.288940820864838,0.18801670440106258,3129.5041391088,0.0446950704681415,7,0.099316137,44.25,0.62813178701719,45,0.638460884,1621,211485,657.2,22052,18524,39186,38123,0.5627520032664727,0.48590089971932954,1214,0.13915684172918896,0.031844293471132934 +55099,WI,Price,1632.57160360937,-0.32500928124769063,0.1153027476240815,300.783662063122,0.021243284275946187,4,0.29250457,15.1666666666667,1.12204384602106,5,0.365630713,576,41102,777.6,3882,2671,7870,7560,0.4932655654383736,0.3533068783068783,1891,3.811944091486885e-4,-0.25013227513227515 +55101,WI,Racine,59628.667129046204,3.1172417494374756,0.30514956976708324,14768.8323746887,0.0755794664225042,38,0.194709038,153.5,0.786614738136722,105,0.538011816,5205,584873,750.9,52887,42506,102937,93678,0.513780273371091,0.453745810115502,4114,0.03608032097302227,-0.04391639445761014 +55103,WI,Richland,3677.43212947666,-0.5720827293866375,0.20406371064184342,913.261803951963,0.050677642969422496,5,0.283093647,11.4166666666667,0.653276874952316,8,0.452949836,535,52948,642.4,4964,3577,8636,7962,0.5748031496062992,0.4492589801557398,444,0.16083835108846684,-0.055764883195177084 +55105,WI,Rock,46350.801016143,-6.456718359040978,0.2890944422235438,11873.1765321004,0.07405415379496418,25,0.155098394,122.416666666667,0.757435135915522,104,0.645209321,4414,483349,765.8,49158,39336,80462,75043,0.6109467823320325,0.5241794704369495,7853,0.2319852849792448,0.10464666924296734 +55107,WI,Rusk,4942.10111988651,60.40367679104433,0.33494416264903487,1043.5737648214,0.07072678853415112,3,0.209307193,17.5833333333333,1.24466152285222,6,0.418614386,599,42859,824.6,3391,2171,7171,7029,0.47287686515130384,0.3088632806942666,2393,-0.03932505926649005,-0.34044672072841087 +55109,WI,St. Croix,10778.0220159651,-1.6751488519709927,0.12778495483982572,2980.41973996079,0.03533605714577972,10,0.115261817,48.3333333333333,0.549061483526262,49,0.564782904,1720,260354,680.5,19874,17496,46009,46819,0.43195896455041405,0.3736944402913347,8627,-0.12173705144645608,-0.18426279929088618 +55111,WI,Sauk,3554.28995210829,9.492468220106344,0.05734945708190735,788.410342244664,0.012721220185953659,13,0.205115259,47,0.734960671785329,54,0.85201723,1886,190021,729.8,18718,14692,31832,31238,0.5880246293038451,0.47032460464818493,99,0.18500251319426986,-0.003169216979320044 +55113,WI,Sawyer,3275.30980496357,-31.66113699941457,0.19782024551329166,474.230442843193,0.02864229285759455,5,0.304191762,16.1666666666667,0.987639236768689,9,0.547545172,661,49322,904.2,4482,2846,9003,7767,0.49783405531489505,0.36642204197244754,1779,0.00510940797511944,-0.22904596369254537 +55115,WI,Shawano,4105.07764925799,-36.73870856344289,0.09785877253946434,989.536526852794,0.02358903732753568,8,0.19240482,31.25,0.761044274511714,16,0.384809639,1374,124410,738.4,8990,6056,20222,19697,0.44456532489368017,0.3074579885261715,6686,-0.10023736524577187,-0.339442554703762 +55117,WI,Sheboygan,10748.977888642,-6.089958933167159,0.09305910367892857,2327.45333198542,0.02014988989399274,20,0.173475583,65.4166666666667,0.566736263323717,68,0.589816983,3253,345746,714.1,28356,22636,63272,58290,0.4481603236818814,0.3883341911133985,9732,-0.0936591225186496,-0.1669583118888317 +55119,WI,Taylor,4224.854740063,-0.5563407284202346,0.20420777901604714,1013.40510122526,0.048982797681147466,2,0.097370983,13.3333333333333,0.652347636055254,6,0.29211295,552,61595,585.4,3761,2398,9486,9417,0.39647902171621335,0.25464585324413297,4191,-0.1935483870967742,-0.4450461930551131 +55121,WI,Trempealeau,333.771660808795,-48.69537120466105,0.011582858856496216,66.5121120158366,0.002308166019427978,8,0.271103731,27.5833333333333,0.930831617903463,14,0.474431529,829,88642,672.1,7601,5645,13456,13581,0.5648781212841855,0.41565422281128045,1725,0.14105231866825207,-0.1270156836757234 +55123,WI,Vernon,4501.29041164516,-12.987645855756307,0.15118699531942228,1073.0596360151,0.03604136754828536,7,0.230551347,20.9166666666667,0.678804006836719,11,0.362294974,879,91149,657.6,8031,6351,14215,14193,0.564966584593739,0.4474741069541323,643,0.14744987689060857,-0.045304023109983826 +55125,WI,Vilas,1382.84167727303,-46.88709014332597,0.06452830971876015,176.895601635424,0.008254577771135044,9,0.420600056,18,0.839748075577327,16,0.747733433,864,64119,729.2,5931,4769,13782,13453,0.4303439268611232,0.3544934215416636,3400,-0.13089537077347269,-0.2527317326990262 +55127,WI,Walworth,28471.5556995415,-7.108890890570742,0.27851034647593126,7285.12533524191,0.07126350251635472,19,0.183527003,54.6666666666667,0.530955687862806,70,0.676152115,2827,309344,768.2,22512,18706,52115,50570,0.4319677635997314,0.3699031046074748,10142,-0.12376475103137291,-0.2005536879572869 +55129,WI,Washburn,2822.11262669684,-9.7912797058943,0.1773686522969543,475.820545820647,0.029905131407243227,6,0.382311711,14.3333333333333,0.915985003408316,5,0.318593093,614,46887,822.2,4435,3283,9242,9059,0.47987448604198224,0.3624020311292637,2121,-0.027807833802207305,-0.23413180262722155 +55131,WI,Washington,25036.8233210309,31.072619571996064,0.18983541456725,6522.67277163398,0.049456525447041634,18,0.135083414,47.25,0.351834753082743,75,0.562847558,3221,399733,639.4,23136,20854,78558,76246,0.29450851600091654,0.2735094300028854,30875,-0.4019068713561954,-0.40493927550297715 +55133,WI,Waukesha,139440.96403862,-12.891504569808628,0.3576408894758279,34665.456366316,0.08891063493724144,66,0.167038707,181.583333333333,0.455754004109525,258,0.652969493,9819,1185848,619.2,77617,79200,241084,233273,0.3219500257171774,0.3395163606589704,63321,-0.34821887806739565,-0.27144590244048816 +55135,WI,Waupaca,6215.25699220785,-22.607660968711837,0.11858914314458786,1185.11267095291,0.022612338694007063,9,0.172857527,40.25,0.781052917547979,37,0.7106365,2092,156246,831.7,11565,8303,25801,25491,0.4482384403705283,0.32572280412694676,7710,-0.09394984690515873,-0.3024596916558785 +55137,WI,Waushara,400.713747467482,29.865000755808136,0.016358333910331563,74.1751738366293,0.0030280524916977995,8,0.330879312,17.5,0.724277791573545,8,0.330879312,786,72538,684.6,5330,3802,12017,11961,0.4435383207123242,0.31786639913050746,3867,-0.10218856619788635,-0.32330072736393284 +55139,WI,Winnebago,34475.3926287346,-32.81546932105911,0.2064468940724493,7762.20712582746,0.04648195220084231,15,0.088489833,104.666666666667,0.616099423534998,92,0.542737639,4285,508671,687,45410,37054,88814,85892,0.5112932645754048,0.4314022260513203,6393,0.03757290517260797,-0.0744306803893261 +55141,WI,Wood,17934.3427930657,-9.028376393145374,0.23992752803469883,4278.98254068301,0.057244679402841635,10,0.135854798,49.75,0.680509390345658,41,0.557004673,2229,221028,666.3,18546,14232,38762,37712,0.47845828388628037,0.37738650827322867,7270,-0.029384448686858244,-0.1927768349596945 +56001,WY,Albany,13449.7465873596,-7.6067349192111955,0.37052664225900434,2647.71951989084,0.07294194109729854,3,0.07934199,11.25,0.294071518193225,27,0.714077914,538,113521,608.5,7445,6888,16052,16420,0.46380513331672063,0.4194884287454324,713,-0.02529279840518317,-0.043422655298416546 +56003,WY,Big Horn,2176.42300468435,0,0.18652922563287194,588.753843910737,0.050458848466809834,3,0.25146689,7,0.583090379008746,5,0.419111484,394,35943,821.1,868,594,5262,5079,0.16495629038388446,0.11695215593620792,3473,-0.6463321930824781,-0.6837960228391415 +56005,WY,Campbell,10762.1581021365,3.08859174567492,0.2332854594788221,3154.88325333516,0.06838669181139662,5,0.103476821,25.3333333333333,0.519093771557759,33,0.68294702,748,145584,820.1,2163,1324,17477,17935,0.12376265949533673,0.07382213548926679,14454,-0.7317617440064085,-0.8059102313911347 +56007,WY,Carbon,8588.98850973469,-0.07637919953229405,0.5406980490862254,2096.14922907545,0.1319577733129021,3,0.189226694,12,0.768344218209758,7,0.441528952,410,47202,838.5,2109,1279,6461,6200,0.326420058814425,0.20629032258064517,3130,-0.3162049218387247,-0.5048387096774194 +56009,WY,Converse,1740.29701242618,0.3470820941967366,0.12580763481718932,457.846903007475,0.03309816402858924,3,0.212811236,7.66666666666667,0.540248514316586,8,0.56749663,384,42751,833.6,1089,668,6287,6552,0.17321456974709717,0.10195360195360195,4852,-0.6289168124701766,-0.7405372405372406 +56011,WY,Crook,1795.57687530381,-65.0653877500433,0.25350513557868276,413.139281048567,0.058328290420523364,3,0.413907285,3.58333333333333,0.480082172204359,6,0.82781457,176,21868,633.2,426,271,3657,3771,0.11648892534864644,0.07186422699549191,3076,-0.7336614711512168,-0.8156987536462477 +56013,WY,Fremont,5269.60042963256,-14.53030225003552,0.13133615207318894,1217.63937964523,0.03034766541996436,8,0.196545709,28,0.695790467670593,20,0.491364273,1260,122056,901.3,5333,4200,16817,16543,0.31711958137598856,0.2538838179290334,6967,-0.34126181839804964,-0.4211448951218038 +56015,WY,Goshen,3457.69065449019,-11.321026875268295,0.2609774816582527,691.080868347879,0.05216098334575281,2,0.147994672,6,0.448095593726662,11,0.813970697,421,40457,690.6,1458,924,5758,5708,0.25321292115317817,0.1618780658724597,3494,-0.47238624522403616,-0.6121233356692362 +56017,WY,Hot Springs,394.149835979223,0,0.08190977472552431,105.700188100072,0.021965957626781378,1,0.207641196,5,1.06860440265014,5,1.03820598,229,14380,934.1,523,400,2495,2535,0.2096192384769539,0.15779092702169625,1539,-0.5494989979959919,-0.6071005917159763 +56019,WY,Johnson,1713.57991183096,0,0.19997431576974678,380.667091577782,0.04442374741250811,5,0.583226408,8,0.942729201037002,7,0.816516972,273,25756,718.5,749,638,4217,4349,0.17761441783258242,0.1467003908944585,2839,-0.6196348114773536,-0.652793745688664 +56021,WY,Laramie,31924.4537694635,44.44086806402499,0.347995964261958,7786.58173904513,0.08487847717461826,8,0.082997022,41.3333333333333,0.421184206950898,65,0.674350808,2324,289596,722.1,13807,11572,38057,39945,0.36279790840055703,0.289698335210915,13272,-0.24804897916283475,-0.3322568531731131 +56023,WY,Lincoln,2478.62843644676,0.30166119806716024,0.13689541789720314,738.226905753137,0.040772501146202206,8,0.430871977,14,0.732600732600733,12,0.646307966,372,55614,650.4,1287,1105,8573,8398,0.15012247754578328,0.13157894736842105,5674,-0.6831914149072671,-0.67563705644201 +56025,WY,Natrona,32267.1001618228,0,0.4276620299777707,7810.49471823217,0.10351881667637071,7,0.08575909,43.25,0.533693653672923,53,0.649318828,2190,244937,835.1,8960,6573,32057,32493,0.27950213681879155,0.20228972394054104,16950,-0.4107995133668153,-0.5216508170990675 +56027,WY,Niobrara,544.734191998795,0,0.21929717874347626,95.401428300479,0.038406372101642106,1,0.406008932,3,1.20967741935484,3,1.218026797,94,7620,891.3,200,115,1268,1297,0.15772870662460567,0.08866615265998458,1001,-0.6482649842271293,-0.771781033153431 +56029,WY,Park,5818.21115595411,-2.140431754703209,0.20628296954278,1202.72935647692,0.04264241646789293,4,0.137983373,14.25,0.485469968998058,18,0.620925179,797,87591,631,2927,2535,14492,14634,0.20197350262213634,0.17322673226732269,8580,-0.5732128070659674,-0.5863058630586306 +56031,WY,Platte,1798.83915245094,0,0.20755038103737625,361.84080345453,0.041749256196438204,3,0.340947835,7.83333333333333,0.902457757296467,5,0.568246392,298,26316,753.2,1223,719,4500,4460,0.2717777777777778,0.16121076233183856,2718,-0.4251111111111111,-0.6094170403587444 +56033,WY,Sheridan,12976.6615388819,0,0.44568833421080845,2990.57596529876,0.10271245931098914,6,0.199786894,16.5,0.54635761589404,22,0.732551945,939,89823,773.4,3618,2926,14225,14187,0.25434094903339194,0.20624515401423837,7340,-0.46741652021089625,-0.5173750616761824 +56035,WY,Sublette,1943.2678220475,-5.401264634720562,0.18964260974407143,346.632682995933,0.033827723528440816,3,0.298299692,6.58333333333333,0.67390043334357,3,0.298299692,150,30024,581.9,767,644,4337,4297,0.17685035738990085,0.14987200372352805,2765,-0.6237030205210975,-0.6434721898999302 +56037,WY,Sweetwater,18934.7378093001,41.39142817539829,0.432240738923894,4852.75750006915,0.11077837511001119,5,0.111086425,25,0.566059096569682,33,0.733170407,806,134713,766.3,4773,3233,16750,16661,0.284955223880597,0.19404597563171477,8920,-0.39725373134328357,-0.5353820298901627 +56039,WY,Teton,6212.39042958441,-5.354989632380893e-4,0.29174370384072557,1096.18695938462,0.05147867753285526,11,0.47972089,9,0.38808158337286,23,1.003052769,269,68377,439.3,6211,7313,11356,12176,0.5469355406833392,0.600607752956636,3393,0.11914406481155332,0.27866294349540077 +56041,WY,Uinta,4686.01765324971,9.739021226952396,0.22189684881379437,1439.22301464136,0.06815148284124253,2,0.095675469,14.4166666666667,0.694009852532935,16,0.76540375,437,62747,799.9,1628,1202,8453,8053,0.19259434520288654,0.14926114491493853,4952,-0.5897314562877085,-0.6149261144914939 +56043,WY,Washakie,931.411646922956,0,0.10915406620449503,184.506883716558,0.021622745074013596,2,0.240326845,6.33333333333333,0.769075086014977,6,0.720980534,241,25087,662.9,794,532,3911,3715,0.2030171311684991,0.14320323014804845,2379,-0.5673740731270775,-0.6403768506056527 +56045,WY,Weston,1237.26703747211,-0.2600630703022273,0.17165191973808405,252.611605190584,0.03504600515962597,4,0.555478406,8.83333333333333,1.22074811129537,3,0.416608804,210,21579,687.7,422,294,3323,3334,0.12699368040926873,0.08818236352729454,2604,-0.7219380078242552,-0.7810437912417516 diff --git a/docs/_site/files/data/external_data/public_housing.csv b/docs/_site/files/data/external_data/public_housing.csv new file mode 100644 index 00000000..48db5c10 --- /dev/null +++ b/docs/_site/files/data/external_data/public_housing.csv @@ -0,0 +1,1001 @@ +PublicHousing,HealthStatus,Supply,WaitingTime,HealthBehavior,Stamp,ParentsHealthStatus,Age,Race,Education,MaritalStatus,Race_4,Race_2,Race_1,Race_3,MaritalStatus_4,MaritalStatus_1,MaritalStatus_2,MaritalStatus_3 +22,10,5,19,12,183,15,45,4,2,4,1,0,0,0,1,0,0,0 +32,11,6,34,9,224,14,50,2,1,1,0,1,0,0,0,1,0,0 +31,10,6,35,9,234,11,41,2,1,2,0,1,0,0,0,0,1,0 +33,13,6,18,17,242,17,46,1,2,1,0,0,1,0,0,1,0,0 +38,12,5,35,12,206,8,41,4,2,3,1,0,0,0,0,0,0,1 +30,12,4,17,17,208,14,43,1,3,4,0,0,1,0,1,0,0,0 +31,11,8,20,16,195,10,37,1,3,4,0,0,1,0,1,0,0,0 +32,12,4,23,16,215,10,39,3,3,2,0,0,0,1,0,0,1,0 +31,12,4,28,12,213,13,52,2,1,1,0,1,0,0,0,1,0,0 +16,6,0,26,7,241,17,49,3,2,4,0,0,0,1,1,0,0,0 +37,15,5,19,19,172,17,52,2,4,4,0,1,0,0,1,0,0,0 +26,9,6,31,7,233,12,47,4,1,4,1,0,0,0,1,0,0,0 +32,10,5,31,13,192,16,29,2,2,1,0,1,0,0,0,1,0,0 +41,15,7,26,17,234,11,44,4,4,3,1,0,0,0,0,0,0,1 +30,10,2,32,10,150,7,43,2,3,3,0,1,0,0,0,0,0,1 +21,8,5,15,13,140,10,45,4,3,1,1,0,0,0,0,1,0,0 +40,15,5,24,19,224,14,39,3,2,3,0,0,0,1,0,0,0,1 +28,10,6,25,11,164,9,43,3,2,4,0,0,0,1,1,0,0,0 +19,9,3,19,10,231,11,52,1,3,3,0,0,1,0,0,0,0,1 +25,8,5,28,10,191,17,35,1,4,2,0,0,1,0,0,0,1,0 +28,11,8,21,13,208,13,49,3,3,1,0,0,0,1,0,1,0,0 +47,17,6,25,21,243,16,48,2,2,4,0,1,0,0,1,0,0,0 +19,9,7,12,12,157,13,55,4,1,3,1,0,0,0,0,0,0,1 +45,16,4,31,18,207,10,40,4,2,2,1,0,0,0,0,0,1,0 +42,15,5,33,15,166,11,43,4,4,4,1,0,0,0,1,0,0,0 +14,6,3,18,9,243,8,51,4,1,1,1,0,0,0,0,1,0,0 +27,9,4,30,10,206,14,42,2,1,3,0,1,0,0,0,0,0,1 +41,15,5,29,17,192,13,46,4,3,2,1,0,0,0,0,0,1,0 +4,4,2,13,6,192,13,43,2,2,2,0,1,0,0,0,0,1,0 +15,6,5,25,5,187,10,46,1,1,4,0,0,1,0,1,0,0,0 +39,13,7,32,13,188,11,44,3,1,3,0,0,0,1,0,0,0,1 +45,16,3,27,20,144,18,39,2,1,4,0,1,0,0,1,0,0,0 +41,13,6,35,14,153,11,40,4,2,3,1,0,0,0,0,0,0,1 +14,4,3,31,3,125,8,42,4,2,1,1,0,0,0,0,1,0,0 +17,7,5,22,7,223,12,43,2,1,2,0,1,0,0,0,0,1,0 +28,9,6,26,12,221,11,37,2,3,4,0,1,0,0,1,0,0,0 +28,9,5,32,8,201,12,49,2,4,4,0,1,0,0,1,0,0,0 +24,8,1,32,8,166,10,44,4,3,2,1,0,0,0,0,0,1,0 +30,11,3,26,12,162,11,54,1,1,3,0,0,1,0,0,0,0,1 +23,9,7,21,10,147,11,54,4,3,4,1,0,0,0,1,0,0,0 +29,10,6,29,10,203,7,43,1,4,2,0,0,1,0,0,0,1,0 +29,11,5,21,14,199,9,45,2,3,1,0,1,0,0,0,1,0,0 +33,11,5,27,14,197,10,44,1,3,1,0,0,1,0,0,1,0,0 +41,15,5,30,16,201,10,43,4,3,2,1,0,0,0,0,0,1,0 +33,13,5,19,17,222,12,47,3,4,1,0,0,0,1,0,1,0,0 +32,13,5,24,14,218,4,47,3,1,1,0,0,0,1,0,1,0,0 +24,8,4,30,8,197,9,42,1,4,3,0,0,1,0,0,0,0,1 +33,12,6,28,13,205,9,46,4,1,3,1,0,0,0,0,0,0,1 +43,15,7,22,21,219,11,30,2,4,3,0,1,0,0,0,0,0,1 +9,3,4,20,5,173,10,40,4,2,4,1,0,0,0,1,0,0,0 +25,10,4,15,15,212,10,44,2,2,3,0,1,0,0,0,0,0,1 +35,12,5,32,12,180,11,52,3,1,2,0,0,0,1,0,0,1,0 +40,14,4,27,18,177,13,41,4,1,1,1,0,0,0,0,1,0,0 +31,12,6,18,17,224,16,42,3,1,1,0,0,0,1,0,1,0,0 +45,15,6,31,18,239,6,38,2,2,3,0,1,0,0,0,0,0,1 +49,17,7,38,16,179,16,42,1,4,1,0,0,1,0,0,1,0,0 +28,11,5,18,15,165,15,43,4,2,2,1,0,0,0,0,0,1,0 +33,13,4,20,17,166,16,42,2,3,2,0,1,0,0,0,0,1,0 +24,8,4,28,9,164,11,41,4,2,4,1,0,0,0,1,0,0,0 +38,13,6,33,13,209,11,37,2,2,1,0,1,0,0,0,1,0,0 +24,9,5,24,11,174,9,34,1,3,4,0,0,1,0,1,0,0,0 +17,7,4,15,12,153,11,34,1,1,1,0,0,1,0,0,1,0,0 +57,18,9,35,21,163,8,40,1,2,4,0,0,1,0,1,0,0,0 +20,7,4,22,10,221,9,39,1,3,2,0,0,1,0,0,0,1,0 +27,9,10,22,11,222,12,45,1,2,1,0,0,1,0,0,1,0,0 +26,9,6,26,10,188,10,41,4,3,2,1,0,0,0,0,0,1,0 +36,12,7,25,16,194,13,41,2,3,1,0,1,0,0,0,1,0,0 +34,12,7,29,12,218,16,51,4,1,1,1,0,0,0,0,1,0,0 +23,8,5,27,8,207,6,49,2,4,2,0,1,0,0,0,0,1,0 +55,18,7,35,21,207,13,36,4,1,1,1,0,0,0,0,1,0,0 +32,12,4,26,13,215,8,55,1,4,4,0,0,1,0,1,0,0,0 +11,5,6,18,7,200,15,40,3,4,3,0,0,0,1,0,0,0,1 +40,14,6,29,16,168,10,39,1,3,3,0,0,1,0,0,0,0,1 +23,8,7,28,7,169,13,55,4,4,2,1,0,0,0,0,0,1,0 +22,9,10,15,12,205,16,46,1,3,3,0,0,1,0,0,0,0,1 +41,14,8,22,20,230,13,38,1,4,2,0,0,1,0,0,0,1,0 +31,12,6,23,14,229,14,46,2,3,4,0,1,0,0,1,0,0,0 +20,8,3,22,10,255,8,45,2,2,1,0,1,0,0,0,1,0,0 +48,18,6,25,21,203,14,43,2,1,2,0,1,0,0,0,0,1,0 +31,11,5,23,15,148,7,37,1,3,3,0,0,1,0,0,0,0,1 +34,11,7,32,11,157,13,39,2,2,1,0,1,0,0,0,1,0,0 +24,9,6,23,11,200,11,38,4,3,2,1,0,0,0,0,0,1,0 +23,6,7,32,6,208,12,29,2,2,3,0,1,0,0,0,0,0,1 +12,3,4,33,1,198,10,36,1,3,1,0,0,1,0,0,1,0,0 +20,7,3,25,9,197,12,41,3,3,2,0,0,0,1,0,0,1,0 +31,11,5,30,11,176,8,45,4,2,2,1,0,0,0,0,0,1,0 +22,8,5,28,7,202,12,49,2,1,1,0,1,0,0,0,1,0,0 +19,6,7,21,9,256,3,41,1,4,3,0,0,1,0,0,0,0,1 +31,11,5,30,11,140,7,47,1,3,2,0,0,1,0,0,0,1,0 +27,10,4,20,14,213,11,52,1,3,2,0,0,1,0,0,0,1,0 +46,17,7,24,21,243,9,45,2,4,3,0,1,0,0,0,0,0,1 +35,12,4,28,15,226,8,40,4,4,3,1,0,0,0,0,0,0,1 +41,15,3,30,17,210,9,42,2,4,4,0,1,0,0,1,0,0,0 +18,6,6,25,7,212,6,43,4,3,3,1,0,0,0,0,0,0,1 +45,17,5,23,21,194,15,47,2,3,3,0,1,0,0,0,0,0,1 +37,14,3,25,17,202,17,47,2,3,1,0,1,0,0,0,1,0,0 +21,8,5,22,10,155,10,43,1,1,1,0,0,1,0,0,1,0,0 +31,12,4,19,16,210,15,51,2,1,3,0,1,0,0,0,0,0,1 +32,9,6,37,8,188,10,41,4,1,4,1,0,0,0,1,0,0,0 +31,10,7,35,8,181,7,42,2,4,4,0,1,0,0,1,0,0,0 +30,11,4,30,12,237,7,41,3,2,1,0,0,0,1,0,1,0,0 +41,15,5,31,16,194,6,44,3,2,3,0,0,0,1,0,0,0,1 +38,14,4,31,15,230,11,44,3,2,2,0,0,0,1,0,0,1,0 +35,14,4,21,17,192,15,57,1,4,1,0,0,1,0,0,1,0,0 +20,8,4,17,12,186,15,38,1,1,2,0,0,1,0,0,0,1,0 +45,16,6,29,18,247,10,55,3,4,1,0,0,0,1,0,1,0,0 +19,7,7,20,9,181,13,50,1,2,4,0,0,1,0,1,0,0,0 +39,13,5,29,16,184,13,40,4,3,2,1,0,0,0,0,0,1,0 +31,13,5,19,16,184,12,51,4,2,1,1,0,0,0,0,1,0,0 +48,16,5,35,17,183,11,44,4,2,1,1,0,0,0,0,1,0,0 +39,15,6,22,19,203,11,51,4,4,1,1,0,0,0,0,1,0,0 +51,17,8,34,18,209,7,50,4,1,1,1,0,0,0,0,1,0,0 +42,16,4,28,18,245,14,47,1,3,2,0,0,1,0,0,0,1,0 +46,16,5,32,18,227,11,40,3,1,4,0,0,0,1,1,0,0,0 +32,12,5,22,15,161,10,44,1,3,3,0,0,1,0,0,0,0,1 +13,4,4,23,6,193,9,35,3,1,4,0,0,0,1,1,0,0,0 +29,9,6,32,9,232,11,42,4,1,4,1,0,0,0,1,0,0,0 +43,15,3,26,21,244,13,36,3,3,2,0,0,0,1,0,0,1,0 +25,8,5,32,7,194,13,45,1,1,1,0,0,1,0,0,1,0,0 +34,12,5,32,12,227,11,42,2,1,2,0,1,0,0,0,0,1,0 +32,12,4,29,12,190,16,55,3,4,1,0,0,0,1,0,1,0,0 +50,16,4,39,17,192,13,42,3,4,3,0,0,0,1,0,0,0,1 +24,10,6,14,15,246,9,44,4,1,2,1,0,0,0,0,0,1,0 +40,15,6,22,19,195,15,48,2,4,1,0,1,0,0,0,1,0,0 +21,10,3,16,13,205,10,53,4,4,2,1,0,0,0,0,0,1,0 +11,3,4,31,1,187,13,36,1,1,3,0,0,1,0,0,0,0,1 +8,3,4,24,2,166,14,45,4,2,4,1,0,0,0,1,0,0,0 +28,9,6,30,9,247,8,42,4,2,2,1,0,0,0,0,0,1,0 +13,5,5,22,6,193,11,45,2,3,2,0,1,0,0,0,0,1,0 +24,8,6,26,9,209,15,44,2,3,3,0,1,0,0,0,0,0,1 +39,13,5,30,15,213,13,47,4,3,4,1,0,0,0,1,0,0,0 +35,13,5,26,14,219,11,55,1,1,3,0,0,1,0,0,0,0,1 +31,11,8,22,14,193,10,44,3,1,1,0,0,0,1,0,1,0,0 +10,2,3,33,0,181,14,41,1,2,3,0,0,1,0,0,0,0,1 +35,12,3,23,17,174,9,38,4,1,1,1,0,0,0,0,1,0,0 +26,11,4,13,16,191,10,51,1,2,4,0,0,1,0,1,0,0,0 +22,8,3,26,10,194,7,39,1,3,1,0,0,1,0,0,1,0,0 +34,12,3,26,15,191,14,47,4,4,4,1,0,0,0,1,0,0,0 +33,12,6,24,15,153,10,46,2,1,1,0,1,0,0,0,1,0,0 +19,8,3,19,11,228,8,46,4,3,2,1,0,0,0,0,0,1,0 +17,7,5,22,8,199,12,48,2,4,2,0,1,0,0,0,0,1,0 +33,12,6,24,14,203,10,52,2,2,1,0,1,0,0,0,1,0,0 +31,13,3,18,17,204,5,54,1,3,3,0,0,1,0,0,0,0,1 +36,13,6,22,17,204,10,44,2,2,1,0,1,0,0,0,1,0,0 +39,15,4,19,20,134,15,46,1,4,3,0,0,1,0,0,0,0,1 +30,10,8,30,9,194,15,53,3,2,4,0,0,0,1,1,0,0,0 +45,16,3,30,19,168,12,46,2,2,4,0,1,0,0,1,0,0,0 +19,7,5,27,5,199,12,59,1,2,1,0,0,1,0,0,1,0,0 +19,7,6,22,9,185,10,41,2,2,3,0,1,0,0,0,0,0,1 +34,13,2,27,15,190,14,47,1,1,2,0,0,1,0,0,0,1,0 +23,9,6,17,13,241,5,39,2,2,2,0,1,0,0,0,0,1,0 +27,9,4,26,12,204,15,31,1,4,3,0,0,1,0,0,0,0,1 +5,3,4,21,1,185,4,59,3,3,2,0,0,0,1,0,0,1,0 +5,3,7,6,8,241,9,48,3,4,4,0,0,0,1,1,0,0,0 +43,14,3,33,17,226,13,35,1,4,1,0,0,1,0,0,1,0,0 +41,15,7,26,17,221,8,51,3,3,4,0,0,0,1,1,0,0,0 +33,13,4,16,19,197,11,44,2,1,3,0,1,0,0,0,0,0,1 +32,13,4,19,17,178,18,47,4,1,3,1,0,0,0,0,0,0,1 +27,9,5,25,12,149,13,40,1,4,1,0,0,1,0,0,1,0,0 +33,12,3,25,16,192,9,37,2,4,4,0,1,0,0,1,0,0,0 +37,12,6,32,13,198,8,45,3,3,1,0,0,0,1,0,1,0,0 +35,13,7,26,14,191,11,48,1,4,4,0,0,1,0,1,0,0,0 +27,11,4,18,15,216,14,49,1,4,1,0,0,1,0,0,1,0,0 +50,18,5,31,20,187,10,42,1,4,4,0,0,1,0,1,0,0,0 +25,9,4,25,12,137,12,33,2,1,2,0,1,0,0,0,0,1,0 +31,11,4,25,14,156,11,52,2,1,1,0,1,0,0,0,1,0,0 +32,11,5,25,14,231,9,39,3,4,2,0,0,0,1,0,0,1,0 +15,5,6,27,4,217,13,42,1,2,3,0,0,1,0,0,0,0,1 +40,15,6,26,17,175,9,52,2,4,4,0,1,0,0,1,0,0,0 +31,11,6,23,14,232,13,40,4,4,4,1,0,0,0,1,0,0,0 +24,8,2,30,9,220,4,42,2,2,4,0,1,0,0,1,0,0,0 +28,11,6,21,13,157,8,50,3,1,4,0,0,0,1,1,0,0,0 +23,9,4,24,10,217,15,45,2,2,1,0,1,0,0,0,1,0,0 +47,18,7,22,22,189,15,46,3,1,2,0,0,0,1,0,0,1,0 +39,14,6,25,17,174,11,44,4,2,3,1,0,0,0,0,0,0,1 +34,12,4,30,13,231,8,45,3,3,2,0,0,0,1,0,0,1,0 +46,15,5,33,17,254,11,46,2,2,3,0,1,0,0,0,0,0,1 +14,5,6,23,5,211,10,49,4,2,1,1,0,0,0,0,1,0,0 +5,4,5,12,6,259,12,50,1,2,1,0,0,1,0,0,1,0,0 +33,12,5,19,17,215,11,42,2,1,3,0,1,0,0,0,0,0,1 +44,16,7,33,16,141,9,47,1,1,1,0,0,1,0,0,1,0,0 +31,11,6,26,12,212,10,52,4,3,3,1,0,0,0,0,0,0,1 +59,19,3,42,21,173,9,45,3,1,1,0,0,0,1,0,1,0,0 +27,8,4,31,10,210,13,34,3,3,3,0,0,0,1,0,0,0,1 +35,13,6,19,18,215,13,47,2,3,3,0,1,0,0,0,0,0,1 +40,14,5,30,16,224,11,39,4,4,3,1,0,0,0,0,0,0,1 +51,17,5,38,17,160,14,48,3,2,3,0,0,0,1,0,0,0,1 +19,7,6,22,8,186,8,47,1,3,4,0,0,1,0,1,0,0,0 +39,13,4,35,14,194,16,43,3,3,1,0,0,0,1,0,1,0,0 +28,11,5,18,15,172,9,41,3,2,4,0,0,0,1,1,0,0,0 +26,10,4,28,10,181,6,47,3,4,3,0,0,0,1,0,0,0,1 +42,14,0,40,14,205,10,48,3,4,3,0,0,0,1,0,0,0,1 +33,12,6,22,15,176,9,51,4,1,3,1,0,0,0,0,0,0,1 +16,8,8,13,10,170,12,50,4,3,2,1,0,0,0,0,0,1,0 +26,11,6,15,15,216,11,48,3,4,2,0,0,0,1,0,0,1,0 +37,13,5,27,15,194,11,52,2,3,1,0,1,0,0,0,1,0,0 +30,12,6,18,16,137,4,45,1,2,1,0,0,1,0,0,1,0,0 +22,8,6,20,11,212,12,46,2,3,3,0,1,0,0,0,0,0,1 +27,10,7,21,13,209,17,44,1,4,2,0,0,1,0,0,0,1,0 +33,12,3,24,16,215,7,47,1,1,1,0,0,1,0,0,1,0,0 +22,8,4,25,9,220,6,43,1,2,2,0,0,1,0,0,0,1,0 +21,6,5,38,3,215,8,31,4,1,2,1,0,0,0,0,0,1,0 +24,9,2,23,12,158,14,47,1,2,1,0,0,1,0,0,1,0,0 +5,3,6,16,4,175,15,45,2,3,3,0,1,0,0,0,0,0,1 +30,11,4,18,17,205,10,39,4,4,1,1,0,0,0,0,1,0,0 +41,15,6,29,16,199,12,50,3,1,2,0,0,0,1,0,0,1,0 +19,10,3,11,14,220,8,58,4,2,1,1,0,0,0,0,1,0,0 +41,15,4,24,20,207,14,42,3,3,3,0,0,0,1,0,0,0,1 +25,9,5,23,10,175,14,51,2,1,3,0,1,0,0,0,0,0,1 +36,13,5,27,15,214,10,49,4,2,1,1,0,0,0,0,1,0,0 +18,8,3,17,11,176,11,48,1,1,2,0,0,1,0,0,0,1,0 +27,9,5,24,12,189,9,45,3,3,4,0,0,0,1,1,0,0,0 +39,13,10,23,17,229,10,35,4,3,3,1,0,0,0,0,0,0,1 +20,8,4,19,11,213,11,49,1,1,1,0,0,1,0,0,1,0,0 +40,13,3,32,15,156,8,50,1,2,3,0,0,1,0,0,0,0,1 +29,12,4,17,16,161,15,51,1,2,1,0,0,1,0,0,1,0,0 +48,17,4,27,22,193,13,42,3,4,4,0,0,0,1,1,0,0,0 +27,9,2,27,12,153,12,38,1,3,4,0,0,1,0,1,0,0,0 +37,14,6,20,18,226,13,52,1,1,1,0,0,1,0,0,1,0,0 +29,12,7,23,12,151,14,59,2,1,4,0,1,0,0,1,0,0,0 +32,12,6,25,13,213,13,53,3,4,2,0,0,0,1,0,0,1,0 +14,6,5,16,10,222,12,35,3,2,1,0,0,0,1,0,1,0,0 +10,3,6,23,3,230,14,36,1,3,4,0,0,1,0,1,0,0,0 +19,7,4,22,9,167,11,45,2,1,1,0,1,0,0,0,1,0,0 +15,6,2,25,6,183,11,46,4,2,1,1,0,0,0,0,1,0,0 +15,6,5,25,6,188,11,44,4,3,4,1,0,0,0,1,0,0,0 +13,5,7,19,6,178,12,40,2,1,3,0,1,0,0,0,0,0,1 +36,11,4,39,10,212,14,42,2,4,4,0,1,0,0,1,0,0,0 +25,9,4,24,12,193,11,40,3,3,4,0,0,0,1,1,0,0,0 +43,16,4,22,22,225,13,40,3,3,3,0,0,0,1,0,0,0,1 +34,12,6,27,14,165,19,44,1,3,3,0,0,1,0,0,0,0,1 +28,9,4,36,7,192,6,37,2,3,3,0,1,0,0,0,0,0,1 +42,14,7,30,16,203,14,42,2,1,4,0,1,0,0,1,0,0,0 +10,5,4,17,7,151,16,50,3,1,1,0,0,0,1,0,1,0,0 +16,7,3,22,8,192,14,49,4,3,3,1,0,0,0,0,0,0,1 +44,16,6,24,20,199,14,42,4,4,2,1,0,0,0,0,0,1,0 +27,12,6,17,14,213,10,58,2,2,2,0,1,0,0,0,0,1,0 +35,13,6,28,14,188,16,41,4,4,2,1,0,0,0,0,0,1,0 +31,11,2,25,15,251,10,38,2,4,1,0,1,0,0,0,1,0,0 +20,7,3,23,10,223,13,35,3,3,3,0,0,0,1,0,0,0,1 +56,18,10,37,19,182,13,40,3,4,4,0,0,0,1,1,0,0,0 +35,11,3,32,13,198,13,43,4,4,1,1,0,0,0,0,1,0,0 +46,16,7,32,17,166,13,50,4,4,2,1,0,0,0,0,0,1,0 +26,10,6,22,12,194,7,47,3,2,1,0,0,0,1,0,1,0,0 +31,11,4,26,13,214,16,43,4,4,2,1,0,0,0,0,0,1,0 +40,16,9,16,21,190,12,48,1,4,3,0,0,1,0,0,0,0,1 +23,9,9,19,10,235,10,52,2,1,2,0,1,0,0,0,0,1,0 +17,8,8,9,13,255,10,41,1,2,4,0,0,1,0,1,0,0,0 +25,11,3,13,17,201,9,44,2,3,4,0,1,0,0,1,0,0,0 +28,10,5,23,13,216,11,49,3,1,4,0,0,0,1,1,0,0,0 +29,11,4,26,11,185,10,56,3,2,3,0,0,0,1,0,0,0,1 +16,5,3,27,5,199,12,41,2,3,2,0,1,0,0,0,0,1,0 +21,8,7,21,9,217,8,46,3,1,1,0,0,0,1,0,1,0,0 +29,11,7,19,15,159,13,45,4,3,1,1,0,0,0,0,1,0,0 +38,12,8,28,15,180,14,36,4,4,3,1,0,0,0,0,0,0,1 +29,11,5,21,15,164,15,38,3,4,2,0,0,0,1,0,0,1,0 +22,7,7,24,9,190,8,39,4,1,1,1,0,0,0,0,1,0,0 +38,14,6,23,18,189,12,41,1,3,2,0,0,1,0,0,0,1,0 +22,9,7,19,11,198,5,48,1,4,3,0,0,1,0,0,0,0,1 +31,10,5,28,12,182,10,39,3,4,2,0,0,0,1,0,0,1,0 +17,7,6,18,9,227,7,45,4,3,3,1,0,0,0,0,0,0,1 +34,13,3,25,15,184,12,47,1,2,1,0,0,1,0,0,1,0,0 +17,5,4,29,5,180,10,40,4,2,4,1,0,0,0,1,0,0,0 +27,11,6,22,12,163,7,55,3,2,3,0,0,0,1,0,0,0,1 +23,8,4,27,9,225,8,47,4,4,3,1,0,0,0,0,0,0,1 +9,5,7,11,8,200,12,49,3,3,3,0,0,0,1,0,0,0,1 +28,11,6,21,13,191,16,48,1,1,2,0,0,1,0,0,0,1,0 +30,12,6,23,13,225,11,56,4,1,3,1,0,0,0,0,0,0,1 +19,6,7,26,6,159,10,43,2,1,1,0,1,0,0,0,1,0,0 +23,9,6,18,12,204,14,43,3,1,2,0,0,0,1,0,0,1,0 +47,16,5,32,18,195,12,51,3,4,1,0,0,0,1,0,1,0,0 +30,12,5,21,14,184,15,54,1,2,1,0,0,1,0,0,1,0,0 +20,6,2,32,6,214,12,40,2,2,2,0,1,0,0,0,0,1,0 +37,12,5,29,15,179,8,40,3,1,1,0,0,0,1,0,1,0,0 +25,8,2,28,10,215,10,40,3,1,3,0,0,0,1,0,0,0,1 +32,11,5,30,12,185,11,47,3,1,2,0,0,0,1,0,0,1,0 +24,9,4,20,12,174,8,46,4,4,3,1,0,0,0,0,0,0,1 +32,12,6,23,14,169,10,53,3,2,3,0,0,0,1,0,0,0,1 +13,6,8,9,11,171,10,38,1,2,3,0,0,1,0,0,0,0,1 +25,11,7,11,16,165,9,39,2,2,2,0,1,0,0,0,0,1,0 +24,9,5,22,11,170,13,46,3,1,3,0,0,0,1,0,0,0,1 +36,14,3,18,21,230,15,37,1,3,4,0,0,1,0,1,0,0,0 +44,16,4,28,19,194,12,50,3,2,2,0,0,0,1,0,0,1,0 +43,15,5,29,18,231,10,36,3,3,2,0,0,0,1,0,0,1,0 +27,11,6,18,15,188,11,40,4,4,1,1,0,0,0,0,1,0,0 +27,10,3,23,13,204,16,43,2,3,2,0,1,0,0,0,0,1,0 +49,16,7,38,15,151,14,47,3,2,4,0,0,0,1,1,0,0,0 +27,9,8,29,9,199,14,47,1,4,1,0,0,1,0,0,1,0,0 +37,12,7,32,13,194,16,44,4,3,3,1,0,0,0,0,0,0,1 +16,6,3,27,5,176,7,48,1,1,1,0,0,1,0,0,1,0,0 +25,11,6,19,12,150,13,55,4,1,1,1,0,0,0,0,1,0,0 +51,19,5,21,25,192,12,56,3,2,1,0,0,0,1,0,1,0,0 +26,10,5,28,8,231,15,57,1,1,4,0,0,1,0,1,0,0,0 +7,4,5,14,6,183,6,50,3,3,1,0,0,0,1,0,1,0,0 +13,7,2,7,15,199,9,39,2,4,1,0,1,0,0,0,1,0,0 +38,14,5,28,16,142,12,41,4,3,4,1,0,0,0,1,0,0,0 +38,14,5,24,17,193,3,49,3,2,2,0,0,0,1,0,0,1,0 +35,12,7,30,12,156,11,39,3,2,4,0,0,0,1,1,0,0,0 +30,10,2,33,10,174,13,41,2,3,4,0,1,0,0,1,0,0,0 +29,11,3,23,15,217,16,40,2,3,1,0,1,0,0,0,1,0,0 +27,10,6,25,11,207,13,40,1,1,2,0,0,1,0,0,0,1,0 +44,15,3,29,19,193,11,40,4,4,1,1,0,0,0,0,1,0,0 +28,10,10,25,10,190,16,54,2,2,4,0,1,0,0,1,0,0,0 +21,8,5,23,9,209,9,48,4,3,1,1,0,0,0,0,1,0,0 +40,14,5,34,13,158,6,47,3,2,3,0,0,0,1,0,0,0,1 +50,18,3,33,19,219,9,51,3,2,4,0,0,0,1,1,0,0,0 +29,12,4,16,18,151,9,30,1,3,4,0,0,1,0,1,0,0,0 +20,7,7,27,7,200,15,42,2,2,1,0,1,0,0,0,1,0,0 +32,12,5,25,14,179,10,47,1,3,2,0,0,1,0,0,0,1,0 +14,6,5,17,8,265,9,47,4,1,2,1,0,0,0,0,0,1,0 +40,15,4,30,16,225,12,48,2,1,4,0,1,0,0,1,0,0,0 +22,9,4,23,9,185,8,55,1,4,2,0,0,1,0,0,0,1,0 +31,12,5,22,14,193,16,54,4,1,4,1,0,0,0,1,0,0,0 +25,10,5,15,15,251,10,46,3,2,4,0,0,0,1,1,0,0,0 +26,9,5,29,9,202,10,49,4,1,3,1,0,0,0,0,0,0,1 +45,16,5,28,19,222,8,53,4,4,2,1,0,0,0,0,0,1,0 +41,15,3,29,17,201,13,53,2,3,1,0,1,0,0,0,1,0,0 +33,12,4,30,12,188,17,45,3,3,4,0,0,0,1,1,0,0,0 +31,9,2,37,8,169,11,45,3,2,4,0,0,0,1,1,0,0,0 +42,15,3,34,16,228,12,42,3,4,2,0,0,0,1,0,0,1,0 +11,6,3,13,9,220,10,48,1,2,3,0,0,1,0,0,0,0,1 +24,9,5,23,10,178,9,45,1,2,3,0,0,1,0,0,0,0,1 +18,7,5,23,7,173,7,47,4,4,4,1,0,0,0,1,0,0,0 +29,10,9,23,12,264,15,40,3,2,2,0,0,0,1,0,0,1,0 +18,6,5,27,7,227,9,40,3,4,2,0,0,0,1,0,0,1,0 +36,13,4,21,19,211,18,36,1,4,3,0,0,1,0,0,0,0,1 +25,9,7,23,11,204,14,38,4,2,1,1,0,0,0,0,1,0,0 +36,13,7,23,17,191,14,39,4,1,3,1,0,0,0,0,0,0,1 +22,8,2,24,10,128,13,50,4,1,1,1,0,0,0,0,1,0,0 +30,11,3,31,11,164,11,45,2,4,1,0,1,0,0,0,1,0,0 +31,11,4,21,16,197,14,46,4,2,2,1,0,0,0,0,0,1,0 +37,12,5,35,11,208,11,52,3,2,1,0,0,0,1,0,1,0,0 +30,11,3,21,15,182,8,47,4,3,3,1,0,0,0,0,0,0,1 +26,9,1,30,10,214,13,50,2,4,2,0,1,0,0,0,0,1,0 +21,7,1,29,8,211,6,40,1,1,1,0,0,1,0,0,1,0,0 +34,11,4,31,13,216,6,36,1,4,4,0,0,1,0,1,0,0,0 +39,13,7,31,15,182,8,35,4,2,1,1,0,0,0,0,1,0,0 +38,12,4,30,16,160,16,32,2,3,1,0,1,0,0,0,1,0,0 +26,10,3,20,14,257,20,47,4,4,2,1,0,0,0,0,0,1,0 +33,13,5,19,17,206,9,45,3,1,3,0,0,0,1,0,0,0,1 +21,7,4,25,9,199,13,44,4,3,4,1,0,0,0,1,0,0,0 +41,16,4,19,21,194,12,59,4,1,1,1,0,0,0,0,1,0,0 +38,12,5,32,13,180,12,46,3,1,3,0,0,0,1,0,0,0,1 +45,18,5,23,21,205,7,58,1,4,3,0,0,1,0,0,0,0,1 +22,7,4,21,11,266,13,41,4,4,3,1,0,0,0,0,0,0,1 +42,15,4,33,15,175,14,49,3,1,4,0,0,0,1,1,0,0,0 +25,9,6,20,13,238,11,41,2,4,4,0,1,0,0,1,0,0,0 +45,15,6,33,16,170,13,48,3,2,2,0,0,0,1,0,0,1,0 +30,11,5,24,14,202,15,44,2,3,2,0,1,0,0,0,0,1,0 +34,10,5,31,12,181,13,40,2,3,3,0,1,0,0,0,0,0,1 +30,11,4,25,13,208,6,51,3,3,2,0,0,0,1,0,0,1,0 +55,20,5,31,23,227,14,41,3,2,2,0,0,0,1,0,0,1,0 +36,13,6,25,15,165,12,47,1,1,1,0,0,1,0,0,1,0,0 +33,13,5,16,19,176,8,48,1,2,1,0,0,1,0,0,1,0,0 +27,10,7,20,13,245,9,39,1,1,2,0,0,1,0,0,0,1,0 +45,16,5,28,20,191,14,42,1,1,1,0,0,1,0,0,1,0,0 +22,9,5,20,11,227,11,42,2,3,1,0,1,0,0,0,1,0,0 +21,9,6,16,12,185,13,47,2,1,2,0,1,0,0,0,0,1,0 +21,8,5,20,10,173,8,56,4,4,3,1,0,0,0,0,0,0,1 +34,11,5,32,12,221,14,41,1,1,2,0,0,1,0,0,0,1,0 +14,4,8,29,2,164,7,41,2,3,3,0,1,0,0,0,0,0,1 +22,10,4,16,13,137,11,47,2,3,1,0,1,0,0,0,1,0,0 +50,16,6,34,19,185,16,38,4,2,4,1,0,0,0,1,0,0,0 +42,14,2,28,18,150,12,46,3,3,2,0,0,0,1,0,0,1,0 +29,11,1,27,13,188,10,47,3,1,3,0,0,0,1,0,0,0,1 +46,18,3,22,23,196,10,50,2,1,3,0,1,0,0,0,0,0,1 +36,14,3,19,19,162,11,45,4,1,4,1,0,0,0,1,0,0,0 +31,13,6,12,19,237,11,40,3,1,4,0,0,0,1,1,0,0,0 +27,10,6,24,11,213,6,54,3,3,1,0,0,0,1,0,1,0,0 +46,16,9,29,18,204,17,49,4,1,4,1,0,0,0,1,0,0,0 +24,12,1,5,20,205,11,51,3,3,3,0,0,0,1,0,0,0,1 +31,11,7,21,14,165,14,45,2,3,3,0,1,0,0,0,0,0,1 +48,17,7,31,19,190,7,41,3,1,4,0,0,0,1,1,0,0,0 +28,10,5,22,13,222,6,46,3,1,3,0,0,0,1,0,0,0,1 +20,7,4,22,11,185,11,32,4,2,1,1,0,0,0,0,1,0,0 +34,11,4,32,12,177,9,35,2,4,2,0,1,0,0,0,0,1,0 +24,9,4,28,10,240,13,39,2,3,1,0,1,0,0,0,1,0,0 +21,8,1,20,13,240,10,33,4,2,4,1,0,0,0,1,0,0,0 +29,12,6,14,17,250,5,47,3,1,4,0,0,0,1,1,0,0,0 +31,11,3,32,10,173,8,56,4,1,4,1,0,0,0,1,0,0,0 +24,10,6,18,13,178,15,47,2,3,1,0,1,0,0,0,1,0,0 +24,9,4,20,12,224,10,46,1,1,3,0,0,1,0,0,0,0,1 +33,11,6,25,15,154,17,37,3,1,3,0,0,0,1,0,0,0,1 +35,12,8,31,12,226,6,41,4,3,2,1,0,0,0,0,0,1,0 +23,10,4,21,11,197,15,45,2,2,1,0,1,0,0,0,1,0,0 +35,13,4,23,16,194,14,51,3,2,4,0,0,0,1,1,0,0,0 +25,10,5,15,15,194,15,40,4,3,3,1,0,0,0,0,0,0,1 +53,18,5,31,22,193,14,39,4,1,1,1,0,0,0,0,1,0,0 +33,11,3,33,10,233,9,54,2,4,3,0,1,0,0,0,0,0,1 +13,6,5,20,6,191,13,51,1,4,2,0,0,1,0,0,0,1,0 +44,15,6,34,16,197,11,39,3,1,3,0,0,0,1,0,0,0,1 +37,14,2,25,17,168,13,44,3,1,2,0,0,0,1,0,0,1,0 +35,11,7,28,13,243,13,42,2,3,1,0,1,0,0,0,1,0,0 +35,12,5,28,14,173,9,44,1,1,4,0,0,1,0,1,0,0,0 +12,5,2,16,10,189,16,39,4,1,2,1,0,0,0,0,0,1,0 +42,15,3,32,16,136,10,46,1,4,3,0,0,1,0,0,0,0,1 +41,15,6,25,19,267,11,33,3,1,2,0,0,0,1,0,0,1,0 +27,10,4,25,12,165,10,39,4,3,1,1,0,0,0,0,1,0,0 +21,8,3,25,9,232,6,46,3,2,4,0,0,0,1,1,0,0,0 +34,12,3,25,16,210,13,40,4,1,4,1,0,0,0,1,0,0,0 +44,15,5,31,18,184,13,34,1,2,2,0,0,1,0,0,0,1,0 +35,14,3,19,19,124,16,43,2,4,2,0,1,0,0,0,0,1,0 +47,15,6,37,16,214,13,41,1,3,1,0,0,1,0,0,1,0,0 +34,11,4,31,12,208,10,42,3,1,4,0,0,0,1,1,0,0,0 +18,6,6,28,5,195,11,40,1,3,4,0,0,1,0,1,0,0,0 +24,10,3,22,12,223,8,46,2,2,1,0,1,0,0,0,1,0,0 +32,13,3,23,15,182,12,54,1,4,2,0,0,1,0,0,0,1,0 +26,11,3,18,15,225,14,46,3,1,3,0,0,0,1,0,0,0,1 +34,13,6,17,18,185,7,50,4,1,2,1,0,0,0,0,0,1,0 +34,11,7,29,13,188,9,40,4,3,2,1,0,0,0,0,0,1,0 +40,15,5,25,19,192,9,45,3,4,2,0,0,0,1,0,0,1,0 +33,11,4,32,12,173,10,36,3,4,1,0,0,0,1,0,1,0,0 +40,14,3,36,14,235,8,42,3,2,3,0,0,0,1,0,0,0,1 +43,15,5,26,20,185,18,34,2,3,2,0,1,0,0,0,0,1,0 +41,15,5,28,18,191,14,41,2,3,1,0,1,0,0,0,1,0,0 +45,17,3,24,21,180,12,54,3,3,2,0,0,0,1,0,0,1,0 +28,11,3,17,17,199,14,43,1,3,3,0,0,1,0,0,0,0,1 +52,17,6,38,17,191,12,48,1,1,4,0,0,1,0,1,0,0,0 +37,14,6,17,20,206,14,37,4,3,2,1,0,0,0,0,0,1,0 +25,9,5,25,11,167,6,44,3,4,1,0,0,0,1,0,1,0,0 +32,12,6,25,13,205,11,45,3,2,2,0,0,0,1,0,0,1,0 +28,11,3,22,15,189,12,41,2,4,1,0,1,0,0,0,1,0,0 +53,18,4,34,21,169,12,50,2,4,4,0,1,0,0,1,0,0,0 +34,13,4,19,17,183,8,56,3,2,3,0,0,0,1,0,0,0,1 +15,6,5,17,9,207,11,37,4,2,1,1,0,0,0,0,1,0,0 +28,12,6,16,16,196,12,48,3,2,2,0,0,0,1,0,0,1,0 +29,11,6,21,14,149,10,52,3,4,1,0,0,0,1,0,1,0,0 +24,8,5,29,8,218,15,40,1,3,4,0,0,1,0,1,0,0,0 +31,11,7,29,10,176,9,53,1,4,2,0,0,1,0,0,0,1,0 +18,8,8,16,9,179,17,49,3,3,4,0,0,0,1,1,0,0,0 +39,12,3,35,13,190,15,43,1,1,3,0,0,1,0,0,0,0,1 +23,8,3,26,9,137,9,52,2,4,3,0,1,0,0,0,0,0,1 +37,13,4,25,17,186,6,43,4,3,4,1,0,0,0,1,0,0,0 +51,17,8,36,18,210,9,35,2,4,2,0,1,0,0,0,0,1,0 +26,9,4,29,10,216,13,46,2,3,2,0,1,0,0,0,0,1,0 +37,12,5,28,16,223,11,32,1,3,4,0,0,1,0,1,0,0,0 +20,9,4,16,13,191,15,33,1,2,1,0,0,1,0,0,1,0,0 +30,11,2,28,13,120,10,44,2,3,4,0,1,0,0,1,0,0,0 +45,15,5,30,19,154,13,40,4,3,1,1,0,0,0,0,1,0,0 +31,11,5,23,15,225,9,34,1,2,3,0,0,1,0,0,0,0,1 +38,14,2,32,15,193,13,42,4,3,2,1,0,0,0,0,0,1,0 +36,12,6,30,14,232,12,33,1,2,4,0,0,1,0,1,0,0,0 +34,12,5,30,13,176,11,42,1,2,4,0,0,1,0,1,0,0,0 +32,12,6,24,14,175,19,49,2,1,2,0,1,0,0,0,0,1,0 +38,14,6,25,17,194,19,40,1,3,2,0,0,1,0,0,0,1,0 +35,14,6,24,14,219,10,63,3,1,4,0,0,0,1,1,0,0,0 +32,11,4,30,11,206,12,53,1,1,2,0,0,1,0,0,0,1,0 +28,10,5,29,10,184,10,44,2,3,1,0,1,0,0,0,1,0,0 +20,8,5,25,8,226,11,50,4,3,2,1,0,0,0,0,0,1,0 +23,9,7,16,13,202,8,40,1,2,3,0,0,1,0,0,0,0,1 +22,8,6,23,10,195,8,43,1,1,2,0,0,1,0,0,0,1,0 +37,12,4,33,13,180,11,39,4,2,4,1,0,0,0,1,0,0,0 +42,15,5,30,17,165,14,42,1,2,3,0,0,1,0,0,0,0,1 +27,9,7,29,9,185,5,50,4,2,1,1,0,0,0,0,1,0,0 +37,12,3,32,14,202,5,40,2,4,4,0,1,0,0,1,0,0,0 +44,15,4,32,18,204,12,39,2,2,1,0,1,0,0,0,1,0,0 +39,13,7,35,12,149,7,44,3,3,4,0,0,0,1,1,0,0,0 +13,6,5,7,14,228,7,28,4,1,4,1,0,0,0,1,0,0,0 +40,14,3,28,17,206,15,51,1,1,3,0,0,1,0,0,0,0,1 +38,14,4,26,16,178,10,52,1,1,3,0,0,1,0,0,0,0,1 +38,13,7,27,16,175,10,36,4,2,4,1,0,0,0,1,0,0,0 +23,7,4,30,7,195,13,50,4,1,2,1,0,0,0,0,0,1,0 +32,12,4,18,18,219,8,38,4,1,2,1,0,0,0,0,0,1,0 +46,17,4,26,20,193,12,57,4,2,2,1,0,0,0,0,0,1,0 +50,19,4,28,22,165,9,54,4,3,2,1,0,0,0,0,0,1,0 +24,9,3,24,11,178,14,42,4,1,2,1,0,0,0,0,0,1,0 +36,14,6,19,19,190,15,46,4,3,4,1,0,0,0,1,0,0,0 +29,13,4,19,16,213,13,56,3,4,1,0,0,0,1,0,1,0,0 +34,12,6,21,17,197,16,36,2,2,3,0,1,0,0,0,0,0,1 +34,13,2,20,19,220,15,41,1,4,4,0,0,1,0,1,0,0,0 +9,4,5,18,5,232,15,46,4,2,4,1,0,0,0,1,0,0,0 +29,11,7,24,12,203,15,46,1,3,4,0,0,1,0,1,0,0,0 +24,10,2,19,13,185,12,48,3,4,4,0,0,0,1,1,0,0,0 +42,15,4,27,19,204,17,34,4,1,3,1,0,0,0,0,0,0,1 +28,10,6,28,10,173,16,46,3,1,4,0,0,0,1,1,0,0,0 +45,15,5,34,16,220,11,46,2,1,3,0,1,0,0,0,0,0,1 +21,8,6,22,10,210,13,39,2,2,3,0,1,0,0,0,0,0,1 +31,12,7,22,14,185,12,56,3,1,1,0,0,0,1,0,1,0,0 +36,11,5,40,10,254,7,40,2,4,1,0,1,0,0,0,1,0,0 +23,10,5,18,13,201,11,43,1,2,4,0,0,1,0,1,0,0,0 +34,13,4,22,16,242,14,51,4,4,2,1,0,0,0,0,0,1,0 +38,14,6,26,16,158,12,46,4,2,4,1,0,0,0,1,0,0,0 +21,8,3,22,10,213,11,42,4,1,1,1,0,0,0,0,1,0,0 +30,12,5,21,15,233,7,45,3,2,1,0,0,0,1,0,1,0,0 +45,15,7,19,24,208,15,24,2,1,3,0,1,0,0,0,0,0,1 +47,17,5,32,19,182,12,47,4,2,1,1,0,0,0,0,1,0,0 +46,14,8,36,15,209,12,37,1,4,4,0,0,1,0,1,0,0,0 +27,10,6,24,13,163,13,33,1,4,4,0,0,1,0,1,0,0,0 +27,10,5,23,12,208,11,46,2,2,4,0,1,0,0,1,0,0,0 +16,7,7,20,7,193,6,52,3,2,2,0,0,0,1,0,0,1,0 +22,8,3,23,11,216,6,41,3,4,4,0,0,0,1,1,0,0,0 +41,13,6,35,14,203,8,40,4,2,2,1,0,0,0,0,0,1,0 +21,8,5,24,9,207,11,46,3,4,3,0,0,0,1,0,0,0,1 +29,9,3,35,8,176,13,46,2,3,3,0,1,0,0,0,0,0,1 +42,14,7,28,17,209,12,39,1,4,4,0,0,1,0,1,0,0,0 +38,15,6,19,19,258,6,42,4,2,2,1,0,0,0,0,0,1,0 +25,9,5,27,9,144,7,46,4,4,2,1,0,0,0,0,0,1,0 +24,9,5,27,9,235,12,45,2,1,2,0,1,0,0,0,0,1,0 +34,12,5,25,15,194,8,41,3,1,1,0,0,0,1,0,1,0,0 +45,16,8,33,16,210,9,45,4,1,3,1,0,0,0,0,0,0,1 +33,12,6,27,13,193,5,49,4,4,4,1,0,0,0,1,0,0,0 +27,9,3,27,11,201,12,45,2,4,1,0,1,0,0,0,1,0,0 +12,6,5,14,9,157,10,45,1,3,4,0,0,1,0,1,0,0,0 +24,9,5,25,10,171,11,44,2,3,3,0,1,0,0,0,0,0,1 +36,11,4,38,10,210,14,42,2,1,1,0,1,0,0,0,1,0,0 +34,12,6,31,12,194,8,40,1,2,3,0,0,1,0,0,0,0,1 +31,12,3,17,18,208,9,38,4,2,2,1,0,0,0,0,0,1,0 +23,9,5,20,11,149,13,45,1,4,4,0,0,1,0,1,0,0,0 +27,11,4,20,14,198,9,42,3,2,4,0,0,0,1,1,0,0,0 +38,11,7,34,13,190,17,31,3,3,3,0,0,0,1,0,0,0,1 +29,11,7,22,13,229,13,58,4,3,1,1,0,0,0,0,1,0,0 +7,3,6,19,4,229,18,41,2,4,3,0,1,0,0,0,0,0,1 +45,16,7,30,17,185,10,56,1,1,2,0,0,1,0,0,0,1,0 +29,10,6,31,9,194,8,50,4,1,4,1,0,0,0,1,0,0,0 +24,11,6,13,15,204,7,50,4,4,1,1,0,0,0,0,1,0,0 +30,12,4,30,11,178,11,51,3,4,4,0,0,0,1,1,0,0,0 +27,11,7,16,15,179,6,43,4,1,2,1,0,0,0,0,0,1,0 +10,4,4,19,6,191,13,40,2,4,2,0,1,0,0,0,0,1,0 +25,8,5,25,11,188,11,33,1,4,1,0,0,1,0,0,1,0,0 +11,4,5,22,4,170,13,46,1,4,3,0,0,1,0,0,0,0,1 +42,16,3,21,21,197,11,44,2,4,3,0,1,0,0,0,0,0,1 +32,11,6,30,11,168,13,50,4,4,1,1,0,0,0,0,1,0,0 +40,14,7,26,17,216,12,43,4,3,4,1,0,0,0,1,0,0,0 +17,7,3,28,5,220,1,54,4,2,4,1,0,0,0,1,0,0,0 +27,10,4,22,13,204,7,45,1,4,4,0,0,1,0,1,0,0,0 +18,7,4,16,11,215,10,43,1,4,4,0,0,1,0,1,0,0,0 +40,14,6,32,14,191,5,42,1,3,4,0,0,1,0,1,0,0,0 +12,5,7,24,3,300,9,50,1,1,1,0,0,1,0,0,1,0,0 +30,11,5,33,10,187,14,49,2,3,1,0,1,0,0,0,1,0,0 +19,8,6,17,11,215,9,45,4,1,1,1,0,0,0,0,1,0,0 +45,16,6,29,18,210,11,49,4,3,3,1,0,0,0,0,0,0,1 +54,20,7,24,25,166,14,49,1,3,3,0,0,1,0,0,0,0,1 +41,15,6,27,17,195,8,54,3,2,1,0,0,0,1,0,1,0,0 +48,16,3,37,18,195,15,46,1,4,2,0,0,1,0,0,0,1,0 +50,18,3,36,18,137,11,58,1,1,1,0,0,1,0,0,1,0,0 +36,13,4,24,17,216,9,45,2,1,1,0,1,0,0,0,1,0,0 +53,19,5,32,21,167,7,50,1,4,2,0,0,1,0,0,0,1,0 +34,13,5,25,14,159,9,55,4,2,1,1,0,0,0,0,1,0,0 +36,12,3,30,15,208,13,39,4,4,4,1,0,0,0,1,0,0,0 +27,9,5,27,11,151,7,48,2,2,3,0,1,0,0,0,0,0,1 +14,5,4,22,6,178,8,37,3,2,2,0,0,0,1,0,0,1,0 +40,14,6,34,13,149,8,46,2,3,4,0,1,0,0,1,0,0,0 +15,6,7,21,7,231,13,42,4,2,4,1,0,0,0,1,0,0,0 +28,10,3,29,11,216,14,42,4,1,1,1,0,0,0,0,1,0,0 +38,13,3,33,14,226,13,49,2,2,2,0,1,0,0,0,0,1,0 +38,14,6,25,16,184,12,53,1,1,1,0,0,1,0,0,1,0,0 +30,10,8,27,11,241,10,43,2,4,4,0,1,0,0,1,0,0,0 +35,11,5,35,11,213,8,39,2,4,3,0,1,0,0,0,0,0,1 +31,12,5,21,15,207,7,46,2,1,1,0,1,0,0,0,1,0,0 +22,8,6,23,10,130,15,42,2,3,1,0,1,0,0,0,1,0,0 +39,14,9,31,13,237,7,49,4,4,4,1,0,0,0,1,0,0,0 +32,10,5,28,13,195,14,43,2,2,3,0,1,0,0,0,0,0,1 +32,11,6,24,14,224,9,43,3,2,1,0,0,0,1,0,1,0,0 +37,12,5,32,13,239,13,51,3,3,3,0,0,0,1,0,0,0,1 +29,11,7,23,12,170,7,48,4,3,3,1,0,0,0,0,0,0,1 +42,14,8,30,16,148,6,46,1,2,3,0,0,1,0,0,0,0,1 +39,12,9,36,11,176,13,48,2,4,3,0,1,0,0,0,0,0,1 +50,17,6,29,21,160,15,46,1,2,3,0,0,1,0,0,0,0,1 +36,13,3,26,16,201,9,48,3,3,2,0,0,0,1,0,0,1,0 +41,14,3,28,18,222,11,33,4,1,1,1,0,0,0,0,1,0,0 +30,12,6,23,13,215,11,52,3,4,1,0,0,0,1,0,1,0,0 +40,13,6,36,12,192,13,45,3,1,4,0,0,0,1,1,0,0,0 +24,8,4,28,8,211,8,48,1,4,3,0,0,1,0,0,0,0,1 +14,5,5,30,3,246,9,44,2,3,1,0,1,0,0,0,1,0,0 +19,9,5,13,13,200,12,46,4,2,1,1,0,0,0,0,1,0,0 +23,9,5,16,14,219,10,41,4,1,3,1,0,0,0,0,0,0,1 +50,18,6,28,21,189,12,52,3,4,4,0,0,0,1,1,0,0,0 +50,18,6,33,18,232,7,57,3,2,2,0,0,0,1,0,0,1,0 +35,13,7,24,15,168,14,53,4,3,3,1,0,0,0,0,0,0,1 +32,10,6,31,11,175,8,41,4,2,2,1,0,0,0,0,0,1,0 +39,13,7,33,13,157,12,43,2,4,1,0,1,0,0,0,1,0,0 +42,14,6,30,17,231,15,41,2,3,4,0,1,0,0,1,0,0,0 +39,14,3,32,15,192,12,46,4,3,1,1,0,0,0,0,1,0,0 +12,5,6,15,8,193,8,43,4,1,2,1,0,0,0,0,0,1,0 +17,8,5,10,13,250,12,43,3,1,3,0,0,0,1,0,0,0,1 +31,11,5,27,13,196,6,40,3,4,3,0,0,0,1,0,0,0,1 +23,9,6,20,12,193,8,34,2,1,4,0,1,0,0,1,0,0,0 +31,11,7,25,13,194,13,33,2,1,3,0,1,0,0,0,0,0,1 +51,18,4,32,21,209,11,47,3,2,2,0,0,0,1,0,0,1,0 +27,9,6,28,10,165,13,38,2,3,3,0,1,0,0,0,0,0,1 +50,17,5,26,24,210,11,35,2,4,4,0,1,0,0,1,0,0,0 +29,12,4,18,15,249,12,49,2,2,1,0,1,0,0,0,1,0,0 +48,16,4,41,14,194,14,56,4,2,1,1,0,0,0,0,1,0,0 +19,8,8,18,10,159,14,47,4,4,4,1,0,0,0,1,0,0,0 +9,3,6,22,3,185,7,38,3,1,2,0,0,0,1,0,0,1,0 +36,13,4,27,16,183,12,42,4,4,3,1,0,0,0,0,0,0,1 +24,10,6,14,15,204,8,42,4,1,4,1,0,0,0,1,0,0,0 +19,8,5,24,7,160,11,56,3,3,3,0,0,0,1,0,0,0,1 +41,15,4,23,20,179,9,46,1,4,4,0,0,1,0,1,0,0,0 +23,8,4,24,10,173,15,44,2,4,4,0,1,0,0,1,0,0,0 +58,20,7,34,22,173,11,47,4,1,4,1,0,0,0,1,0,0,0 +12,4,5,22,5,270,10,43,2,2,2,0,1,0,0,0,0,1,0 +33,10,6,33,10,224,8,44,3,4,2,0,0,0,1,0,0,1,0 +27,11,6,19,13,249,13,52,3,3,3,0,0,0,1,0,0,0,1 +37,13,4,28,15,177,11,48,4,1,4,1,0,0,0,1,0,0,0 +37,13,2,31,15,207,12,41,1,4,2,0,0,1,0,0,0,1,0 +14,5,3,24,7,209,15,38,1,4,3,0,0,1,0,0,0,0,1 +30,12,3,22,15,187,9,48,3,4,2,0,0,0,1,0,0,1,0 +26,9,4,28,9,225,12,50,3,3,2,0,0,0,1,0,0,1,0 +23,9,3,23,11,188,14,43,1,1,3,0,0,1,0,0,0,0,1 +43,15,6,22,21,173,9,32,4,1,3,1,0,0,0,0,0,0,1 +44,15,8,23,20,215,10,39,1,4,2,0,0,1,0,0,0,1,0 +14,5,3,26,6,206,9,28,2,2,3,0,1,0,0,0,0,0,1 +0,1,5,17,1,202,6,48,2,2,1,0,1,0,0,0,1,0,0 +21,8,4,21,11,195,5,49,2,1,1,0,1,0,0,0,1,0,0 +16,6,3,23,8,191,14,36,1,2,1,0,0,1,0,0,1,0,0 +42,14,9,35,12,194,13,52,3,1,1,0,0,0,1,0,1,0,0 +30,11,7,22,13,186,15,46,4,4,4,1,0,0,0,1,0,0,0 +21,7,7,28,6,193,9,44,2,2,2,0,1,0,0,0,0,1,0 +18,6,5,27,5,220,11,56,1,3,2,0,0,1,0,0,0,1,0 +20,9,2,15,14,201,15,44,3,4,3,0,0,0,1,0,0,0,1 +17,7,6,16,10,186,10,42,1,1,3,0,0,1,0,0,0,0,1 +31,11,6,23,15,209,5,36,3,3,4,0,0,0,1,1,0,0,0 +44,18,5,18,23,175,12,47,3,1,4,0,0,0,1,1,0,0,0 +30,11,4,31,10,235,13,49,2,3,3,0,1,0,0,0,0,0,1 +43,15,5,27,19,246,7,38,2,1,3,0,1,0,0,0,0,0,1 +25,10,3,17,14,191,5,46,1,1,1,0,0,1,0,0,1,0,0 +37,13,5,30,14,191,11,45,3,4,2,0,0,0,1,0,0,1,0 +20,8,4,17,12,241,11,44,3,4,1,0,0,0,1,0,1,0,0 +36,12,6,33,13,159,14,37,3,2,3,0,0,0,1,0,0,0,1 +26,10,6,22,12,213,11,52,2,3,1,0,1,0,0,0,1,0,0 +28,11,4,28,11,218,11,48,1,3,1,0,0,1,0,0,1,0,0 +27,9,5,28,11,212,10,39,1,1,1,0,0,1,0,0,1,0,0 +37,12,6,29,14,189,6,45,2,2,2,0,1,0,0,0,0,1,0 +16,6,5,19,9,189,11,33,1,2,3,0,0,1,0,0,0,0,1 +36,12,2,29,15,172,8,43,3,4,4,0,0,0,1,1,0,0,0 +26,9,7,24,11,196,9,36,1,3,2,0,0,1,0,0,0,1,0 +46,14,6,38,15,225,11,37,4,1,4,1,0,0,0,1,0,0,0 +33,11,5,26,15,196,10,36,4,4,2,1,0,0,0,0,0,1,0 +24,9,1,28,10,195,13,46,4,4,2,1,0,0,0,0,0,1,0 +33,13,4,19,18,240,11,50,2,3,4,0,1,0,0,1,0,0,0 +60,19,4,46,19,181,6,35,3,2,2,0,0,0,1,0,0,1,0 +27,7,6,35,7,215,14,32,3,1,2,0,0,0,1,0,0,1,0 +30,12,4,21,15,217,12,49,1,2,4,0,0,1,0,1,0,0,0 +51,19,8,20,25,265,12,45,1,4,2,0,0,1,0,0,0,1,0 +24,9,8,22,10,235,14,44,1,1,4,0,0,1,0,1,0,0,0 +10,5,4,20,5,202,13,54,4,2,3,1,0,0,0,0,0,0,1 +47,17,7,27,20,222,9,46,3,1,3,0,0,0,1,0,0,0,1 +28,9,4,30,10,206,12,44,3,4,2,0,0,0,1,0,0,1,0 +31,12,4,24,14,223,13,47,4,1,1,1,0,0,0,0,1,0,0 +23,8,7,26,8,170,8,46,1,1,4,0,0,1,0,1,0,0,0 +38,13,7,32,13,206,8,55,1,3,2,0,0,1,0,0,0,1,0 +41,15,2,24,20,155,11,46,2,1,4,0,1,0,0,1,0,0,0 +20,7,4,25,8,181,13,40,1,3,4,0,0,1,0,1,0,0,0 +20,7,4,23,9,208,10,40,4,3,4,1,0,0,0,1,0,0,0 +43,16,4,22,21,221,5,45,4,1,3,1,0,0,0,0,0,0,1 +0,1,4,13,4,174,7,44,4,4,2,1,0,0,0,0,0,1,0 +17,6,5,27,6,225,10,41,1,3,1,0,0,1,0,0,1,0,0 +26,9,6,26,10,240,12,39,2,1,4,0,1,0,0,1,0,0,0 +33,12,5,26,13,204,12,47,2,1,2,0,1,0,0,0,0,1,0 +33,11,8,25,14,215,11,37,1,3,3,0,0,1,0,0,0,0,1 +31,11,7,25,13,198,16,45,3,4,3,0,0,0,1,0,0,0,1 +51,16,8,41,14,206,12,53,1,1,3,0,0,1,0,0,0,0,1 +38,15,6,21,18,203,7,49,1,2,3,0,0,1,0,0,0,0,1 +29,13,4,9,20,179,11,45,2,1,4,0,1,0,0,1,0,0,0 +30,12,3,25,13,150,13,54,2,3,2,0,1,0,0,0,0,1,0 +33,13,4,19,18,219,13,46,2,4,1,0,1,0,0,0,1,0,0 +34,12,5,23,16,197,10,42,3,2,2,0,0,0,1,0,0,1,0 +38,15,1,24,18,200,11,52,4,4,3,1,0,0,0,0,0,0,1 +15,5,5,27,4,208,10,41,4,1,4,1,0,0,0,1,0,0,0 +20,7,4,27,7,166,16,44,4,1,2,1,0,0,0,0,0,1,0 +48,16,5,37,16,228,11,38,3,1,4,0,0,0,1,1,0,0,0 +17,7,4,24,7,159,19,47,2,1,4,0,1,0,0,1,0,0,0 +27,9,3,30,10,199,13,45,3,2,1,0,0,0,1,0,1,0,0 +29,11,7,26,11,232,9,53,2,2,2,0,1,0,0,0,0,1,0 +19,9,5,12,13,194,10,45,3,2,3,0,0,0,1,0,0,0,1 +25,9,7,27,9,165,11,46,3,4,2,0,0,0,1,0,0,1,0 +20,7,5,25,8,180,6,46,4,2,3,1,0,0,0,0,0,0,1 +43,15,4,29,18,197,6,39,4,1,1,1,0,0,0,0,1,0,0 +30,12,9,13,17,191,13,46,1,3,1,0,0,1,0,0,1,0,0 +33,12,6,26,14,213,12,41,2,3,1,0,1,0,0,0,1,0,0 +35,12,6,26,15,229,13,38,3,1,2,0,0,0,1,0,0,1,0 +24,9,4,18,14,208,8,43,4,4,1,1,0,0,0,0,1,0,0 +27,9,4,24,12,200,10,36,1,3,3,0,0,1,0,0,0,0,1 +32,12,4,23,16,180,12,37,1,3,3,0,0,1,0,0,0,0,1 +31,11,5,27,13,146,14,45,3,4,2,0,0,0,1,0,0,1,0 +31,10,4,32,11,220,10,33,4,2,3,1,0,0,0,0,0,0,1 +29,11,9,24,11,198,18,42,2,1,2,0,1,0,0,0,0,1,0 +27,9,8,28,9,167,7,43,3,2,1,0,0,0,1,0,1,0,0 +44,15,5,31,18,240,11,32,3,2,4,0,0,0,1,1,0,0,0 +25,9,6,26,9,224,11,48,2,2,3,0,1,0,0,0,0,0,1 +24,9,4,26,9,248,12,57,1,4,4,0,0,1,0,1,0,0,0 +37,13,4,29,15,160,14,53,4,1,3,1,0,0,0,0,0,0,1 +41,14,3,34,15,142,6,52,4,1,1,1,0,0,0,0,1,0,0 +24,10,5,15,14,201,10,50,1,4,2,0,0,1,0,0,0,1,0 +21,8,6,15,13,178,15,36,2,2,1,0,1,0,0,0,1,0,0 +26,10,3,25,12,182,11,41,1,4,4,0,0,1,0,1,0,0,0 +33,12,3,29,12,186,13,54,3,4,3,0,0,0,1,0,0,0,1 +25,10,6,19,12,158,13,46,1,4,3,0,0,1,0,0,0,0,1 +37,14,2,27,16,207,14,50,1,2,4,0,0,1,0,1,0,0,0 +41,14,7,26,17,199,7,43,2,3,3,0,1,0,0,0,0,0,1 +30,11,6,24,13,164,10,45,3,3,3,0,0,0,1,0,0,0,1 +40,13,3,36,14,205,10,36,1,1,2,0,0,1,0,0,0,1,0 +49,17,6,33,18,143,14,53,3,2,3,0,0,0,1,0,0,0,1 +41,15,3,31,16,224,11,55,1,3,2,0,0,1,0,0,0,1,0 +27,9,6,29,9,201,11,43,2,2,4,0,1,0,0,1,0,0,0 +35,13,3,26,15,212,8,48,1,4,4,0,0,1,0,1,0,0,0 +36,13,6,24,17,187,10,39,3,4,1,0,0,0,1,0,1,0,0 +22,8,3,20,12,221,9,34,4,1,4,1,0,0,0,1,0,0,0 +21,7,3,20,13,202,13,20,4,1,4,1,0,0,0,1,0,0,0 +36,12,5,28,15,213,13,44,3,4,4,0,0,0,1,1,0,0,0 +28,11,6,19,14,235,15,45,3,4,1,0,0,0,1,0,1,0,0 +18,8,6,21,8,173,14,47,3,2,2,0,0,0,1,0,0,1,0 +41,16,5,23,20,193,13,46,1,2,4,0,0,1,0,1,0,0,0 +49,17,6,28,21,172,14,41,2,1,3,0,1,0,0,0,0,0,1 +25,10,7,20,11,194,7,48,1,2,2,0,0,1,0,0,0,1,0 +19,6,3,32,4,218,9,56,2,4,2,0,1,0,0,0,0,1,0 +35,12,5,26,16,205,7,40,4,4,2,1,0,0,0,0,0,1,0 +26,10,6,22,12,206,7,45,4,3,1,1,0,0,0,0,1,0,0 +40,15,3,24,20,173,10,45,1,4,3,0,0,1,0,0,0,0,1 +42,16,5,21,21,245,14,46,3,4,2,0,0,0,1,0,0,1,0 +19,8,3,16,13,205,15,34,3,2,1,0,0,0,1,0,1,0,0 +36,13,3,31,14,211,8,44,2,2,2,0,1,0,0,0,0,1,0 +35,14,5,15,20,279,10,35,2,3,4,0,1,0,0,1,0,0,0 +33,12,6,27,13,211,10,53,4,4,1,1,0,0,0,0,1,0,0 +35,12,4,28,15,157,13,43,1,4,2,0,0,1,0,0,0,1,0 +22,9,4,21,11,233,11,44,1,1,4,0,0,1,0,1,0,0,0 +7,4,5,17,5,171,4,43,1,2,2,0,0,1,0,0,0,1,0 +35,12,7,28,14,158,13,43,2,3,1,0,1,0,0,0,1,0,0 +35,12,7,28,14,211,12,41,4,2,2,1,0,0,0,0,0,1,0 +15,6,6,24,6,182,16,43,2,1,4,0,1,0,0,1,0,0,0 +28,10,4,25,13,226,12,37,1,4,4,0,0,1,0,1,0,0,0 +9,5,5,13,7,182,11,52,2,3,2,0,1,0,0,0,0,1,0 +43,15,5,32,17,188,13,44,2,3,3,0,1,0,0,0,0,0,1 +43,16,4,27,19,194,8,45,3,2,4,0,0,0,1,1,0,0,0 +31,11,3,28,14,218,17,38,2,4,1,0,1,0,0,0,1,0,0 +30,12,5,18,16,187,9,46,3,3,1,0,0,0,1,0,1,0,0 +28,11,6,17,15,179,12,43,1,1,4,0,0,1,0,1,0,0,0 +27,10,4,27,10,226,12,55,1,1,4,0,0,1,0,1,0,0,0 +44,15,4,34,16,202,11,47,1,2,2,0,0,1,0,0,0,1,0 +29,10,4,28,12,166,7,42,2,4,1,0,1,0,0,0,1,0,0 +35,12,4,29,13,181,11,58,3,3,4,0,0,0,1,1,0,0,0 +31,10,6,36,8,238,9,44,3,3,3,0,0,0,1,0,0,0,1 +36,12,6,26,16,240,9,35,1,2,3,0,0,1,0,0,0,0,1 +30,10,4,27,12,204,16,40,1,1,2,0,0,1,0,0,0,1,0 +44,18,8,16,22,147,10,50,3,2,3,0,0,0,1,0,0,0,1 +45,14,7,34,16,240,8,37,3,4,3,0,0,0,1,0,0,0,1 +46,15,6,34,16,193,13,44,4,2,3,1,0,0,0,0,0,0,1 +33,12,4,21,17,198,10,45,4,4,1,1,0,0,0,0,1,0,0 +48,17,6,28,21,236,9,38,4,4,3,1,0,0,0,0,0,0,1 +37,14,5,27,16,183,11,51,1,4,3,0,0,1,0,0,0,0,1 +29,10,8,28,9,245,6,48,2,3,3,0,1,0,0,0,0,0,1 +22,8,3,29,7,203,14,58,1,2,1,0,0,1,0,0,1,0,0 +26,10,4,18,14,170,9,40,4,1,3,1,0,0,0,0,0,0,1 +22,9,6,17,12,170,12,46,3,1,2,0,0,0,1,0,0,1,0 +10,5,4,14,9,171,10,37,3,3,3,0,0,0,1,0,0,0,1 +15,7,6,12,11,200,13,40,4,4,4,1,0,0,0,1,0,0,0 +33,12,7,25,14,147,12,42,1,3,2,0,0,1,0,0,0,1,0 +48,17,2,34,19,240,13,44,1,4,1,0,0,1,0,0,1,0,0 +31,12,9,21,14,263,14,43,3,3,2,0,0,0,1,0,0,1,0 +23,9,5,18,13,166,8,47,1,3,3,0,0,1,0,0,0,0,1 +47,17,6,33,17,199,12,55,1,4,3,0,0,1,0,0,0,0,1 +28,11,7,16,16,199,10,45,3,4,4,0,0,0,1,1,0,0,0 +19,8,6,13,14,250,9,31,2,3,2,0,1,0,0,0,0,1,0 +35,11,7,30,13,131,10,40,1,4,3,0,0,1,0,0,0,0,1 +49,17,4,29,21,215,8,49,2,1,1,0,1,0,0,0,1,0,0 +39,13,6,26,18,210,12,24,1,1,2,0,0,1,0,0,0,1,0 +30,13,4,13,19,236,11,47,3,2,2,0,0,0,1,0,0,1,0 +35,13,6,24,16,192,7,47,2,2,1,0,1,0,0,0,1,0,0 +25,10,5,19,13,183,16,39,3,2,1,0,0,0,1,0,1,0,0 +21,9,7,16,12,185,14,46,2,4,2,0,1,0,0,0,0,1,0 +42,14,5,30,16,186,17,42,4,1,4,1,0,0,0,1,0,0,0 +37,12,5,33,14,245,8,35,3,2,2,0,0,0,1,0,0,1,0 +32,11,4,30,12,183,9,44,3,1,1,0,0,0,1,0,1,0,0 +34,13,5,19,18,183,9,43,2,3,3,0,1,0,0,0,0,0,1 +25,10,5,14,16,181,7,44,1,1,1,0,0,1,0,0,1,0,0 +24,9,5,26,10,178,9,45,3,3,2,0,0,0,1,0,0,1,0 +16,7,5,15,11,166,8,35,4,1,2,1,0,0,0,0,0,1,0 +54,19,6,35,20,215,12,48,1,1,2,0,0,1,0,0,0,1,0 +25,10,6,19,13,206,14,39,4,2,4,1,0,0,0,1,0,0,0 +38,14,3,22,19,215,9,47,3,4,3,0,0,0,1,0,0,0,1 +29,11,5,23,13,231,13,53,2,2,1,0,1,0,0,0,1,0,0 +43,15,5,29,18,233,10,44,1,4,4,0,0,1,0,1,0,0,0 +41,14,5,28,17,239,7,41,4,2,4,1,0,0,0,1,0,0,0 +17,7,5,17,10,179,9,48,2,1,1,0,1,0,0,0,1,0,0 +29,11,6,22,14,183,9,39,4,2,2,1,0,0,0,0,0,1,0 +32,12,7,25,13,192,8,49,1,3,4,0,0,1,0,1,0,0,0 +47,16,3,38,16,225,14,50,2,1,4,0,1,0,0,1,0,0,0 +28,10,3,28,11,179,11,47,3,4,4,0,0,0,1,1,0,0,0 +31,12,6,21,15,174,13,47,2,3,4,0,1,0,0,1,0,0,0 +29,10,5,30,10,169,9,40,2,1,2,0,1,0,0,0,0,1,0 +45,17,5,29,18,208,11,51,2,1,2,0,1,0,0,0,0,1,0 +31,11,5,28,12,214,11,44,4,2,2,1,0,0,0,0,0,1,0 +41,14,4,34,15,255,11,39,2,1,3,0,1,0,0,0,0,0,1 +27,10,6,25,11,214,4,46,2,4,4,0,1,0,0,1,0,0,0 +31,12,5,18,16,204,8,56,4,4,4,1,0,0,0,1,0,0,0 +29,9,6,31,9,179,10,42,3,2,4,0,0,0,1,1,0,0,0 +23,9,2,23,12,210,11,37,1,1,2,0,0,1,0,0,0,1,0 +18,6,8,17,10,195,5,40,2,2,3,0,1,0,0,0,0,0,1 +22,9,5,17,12,226,10,49,2,3,3,0,1,0,0,0,0,0,1 +28,12,3,19,15,167,8,45,1,2,2,0,0,1,0,0,0,1,0 +12,6,2,10,12,183,14,45,3,1,4,0,0,0,1,1,0,0,0 +28,10,6,32,8,185,14,47,4,4,1,1,0,0,0,0,1,0,0 +12,4,5,22,6,180,8,36,1,4,3,0,0,1,0,0,0,0,1 +35,12,6,32,11,200,10,55,2,4,4,0,1,0,0,1,0,0,0 +26,9,6,24,11,190,13,44,4,4,2,1,0,0,0,0,0,1,0 +34,13,7,18,18,200,12,40,4,1,4,1,0,0,0,1,0,0,0 +38,13,5,33,14,204,10,48,4,4,3,1,0,0,0,0,0,0,1 +57,19,7,35,21,233,13,50,2,3,4,0,1,0,0,1,0,0,0 +17,8,4,17,11,192,10,44,1,1,1,0,0,1,0,0,1,0,0 +21,7,4,28,7,221,15,43,3,3,1,0,0,0,1,0,1,0,0 +40,14,3,29,17,214,14,44,3,4,1,0,0,0,1,0,1,0,0 +41,16,7,16,23,189,14,35,1,2,2,0,0,1,0,0,0,1,0 +42,15,5,26,18,173,11,55,3,4,1,0,0,0,1,0,1,0,0 +23,9,6,23,10,148,9,39,2,4,2,0,1,0,0,0,0,1,0 +39,13,6,28,17,225,10,33,3,1,3,0,0,0,1,0,0,0,1 +23,8,4,26,9,170,9,48,4,2,3,1,0,0,0,0,0,0,1 +38,13,6,37,10,197,13,60,1,1,4,0,0,1,0,1,0,0,0 +31,11,5,22,15,192,11,47,1,3,4,0,0,1,0,1,0,0,0 +31,11,8,27,12,186,11,46,4,2,2,1,0,0,0,0,0,1,0 +33,14,3,22,16,221,12,48,3,1,3,0,0,0,1,0,0,0,1 +23,9,4,19,13,186,5,42,2,3,1,0,1,0,0,0,1,0,0 +40,14,5,31,15,194,15,45,4,1,3,1,0,0,0,0,0,0,1 +23,9,5,27,8,178,11,50,3,3,2,0,0,0,1,0,0,1,0 +30,10,3,30,11,177,14,46,3,1,3,0,0,0,1,0,0,0,1 +31,13,2,23,15,201,11,52,4,3,4,1,0,0,0,1,0,0,0 +11,5,8,21,4,248,7,50,1,4,2,0,0,1,0,0,0,1,0 +34,13,6,16,19,235,11,45,3,2,2,0,0,0,1,0,0,1,0 +39,14,6,24,19,178,8,35,2,3,1,0,1,0,0,0,1,0,0 +21,8,5,22,10,164,10,42,2,3,3,0,1,0,0,0,0,0,1 +47,16,7,36,15,158,11,58,1,3,2,0,0,1,0,0,0,1,0 +27,10,4,27,10,223,15,50,4,1,2,1,0,0,0,0,0,1,0 +13,5,8,13,9,227,10,40,4,2,3,1,0,0,0,0,0,0,1 +31,11,7,25,13,165,13,44,4,4,2,1,0,0,0,0,0,1,0 +42,14,6,31,16,224,11,46,3,3,2,0,0,0,1,0,0,1,0 +44,16,8,29,18,153,15,41,3,3,2,0,0,0,1,0,0,1,0 +23,8,3,31,7,167,11,48,4,4,1,1,0,0,0,0,1,0,0 +28,11,6,22,13,228,15,50,3,4,4,0,0,0,1,1,0,0,0 +36,14,6,20,18,219,13,46,2,1,3,0,1,0,0,0,0,0,1 +36,13,6,26,15,177,11,46,2,3,1,0,1,0,0,0,1,0,0 +32,11,5,32,10,188,12,48,1,2,2,0,0,1,0,0,0,1,0 +35,12,4,31,14,222,12,32,3,1,1,0,0,0,1,0,1,0,0 +32,13,5,20,16,176,13,50,1,3,4,0,0,1,0,1,0,0,0 +31,11,4,32,10,232,11,63,3,4,3,0,0,0,1,0,0,0,1 +29,11,6,19,15,224,10,48,3,3,1,0,0,0,1,0,1,0,0 +34,13,5,23,16,238,11,44,2,3,2,0,1,0,0,0,0,1,0 +36,13,7,23,17,206,9,37,2,4,4,0,1,0,0,1,0,0,0 +40,15,5,27,17,195,9,42,4,4,2,1,0,0,0,0,0,1,0 +27,9,7,26,10,223,12,42,3,4,4,0,0,0,1,1,0,0,0 +40,15,2,23,20,203,14,42,4,2,4,1,0,0,0,1,0,0,0 +29,10,5,26,11,194,14,44,3,3,2,0,0,0,1,0,0,1,0 +31,12,5,20,16,238,11,44,3,2,3,0,0,0,1,0,0,0,1 +23,10,6,19,12,188,10,50,2,4,4,0,1,0,0,1,0,0,0 +35,12,7,23,16,219,12,42,2,4,3,0,1,0,0,0,0,0,1 +46,17,5,27,20,181,15,48,2,2,4,0,1,0,0,1,0,0,0 +19,7,5,26,7,266,8,44,1,3,4,0,0,1,0,1,0,0,0 +28,9,8,30,9,189,13,42,1,4,2,0,0,1,0,0,0,1,0 +29,11,4,22,14,191,11,45,2,1,1,0,1,0,0,0,1,0,0 +42,14,3,31,17,182,10,45,1,3,2,0,0,1,0,0,0,1,0 +43,15,4,34,15,171,13,48,1,2,4,0,0,1,0,1,0,0,0 +25,9,6,19,13,209,11,38,2,2,3,0,1,0,0,0,0,0,1 +42,16,4,28,18,228,14,46,3,1,3,0,0,0,1,0,0,0,1 +37,13,4,25,16,200,15,50,3,4,1,0,0,0,1,0,1,0,0 +24,11,6,17,14,197,10,47,1,3,4,0,0,1,0,1,0,0,0 +28,10,4,25,13,173,10,37,3,2,3,0,0,0,1,0,0,0,1 +29,11,3,19,16,184,8,43,3,4,3,0,0,0,1,0,0,0,1 +40,15,6,20,20,181,15,43,4,4,3,1,0,0,0,0,0,0,1 +32,10,8,26,13,194,10,40,2,1,1,0,1,0,0,0,1,0,0 +46,16,5,31,18,160,10,48,1,2,1,0,0,1,0,0,1,0,0 +33,12,6,26,14,184,10,42,1,1,4,0,0,1,0,1,0,0,0 +15,6,5,19,9,171,12,35,3,2,1,0,0,0,1,0,1,0,0 +21,8,5,17,12,216,10,36,1,2,4,0,0,1,0,1,0,0,0 +28,11,4,27,11,189,13,49,3,2,2,0,0,0,1,0,0,1,0 +38,13,7,28,15,167,11,44,3,2,1,0,0,0,1,0,1,0,0 +50,17,6,30,21,170,9,40,1,2,2,0,0,1,0,0,0,1,0 +35,14,2,21,19,184,11,48,1,4,1,0,0,1,0,0,1,0,0 +28,10,5,23,13,216,15,48,1,3,2,0,0,1,0,0,0,1,0 +34,13,5,24,15,185,9,47,3,1,1,0,0,0,1,0,1,0,0 +23,9,4,21,12,160,12,46,2,2,3,0,1,0,0,0,0,0,1 +31,12,5,25,13,186,16,52,2,2,2,0,1,0,0,0,0,1,0 +21,8,2,22,11,221,9,40,1,3,3,0,0,1,0,0,0,0,1 +24,10,3,20,13,146,10,44,1,3,3,0,0,1,0,0,0,0,1 +46,16,8,28,19,173,14,44,3,3,4,0,0,0,1,1,0,0,0 +34,13,8,28,13,145,10,47,4,1,2,1,0,0,0,0,0,1,0 +31,9,6,34,9,181,9,43,1,3,2,0,0,1,0,0,0,1,0 +25,8,4,29,9,146,8,44,2,4,1,0,1,0,0,0,1,0,0 +48,16,4,33,19,158,8,39,1,3,4,0,0,1,0,1,0,0,0 +20,9,5,18,10,194,9,50,2,1,4,0,1,0,0,1,0,0,0 +42,15,4,29,17,184,9,51,3,4,4,0,0,0,1,1,0,0,0 +11,6,6,16,8,170,14,44,4,4,2,1,0,0,0,0,0,1,0 +42,16,5,21,21,201,14,51,4,2,1,1,0,0,0,0,1,0,0 +24,10,6,22,11,193,15,48,4,2,4,1,0,0,0,1,0,0,0 +41,15,4,23,20,172,10,48,2,4,3,0,1,0,0,0,0,0,1 +41,16,5,27,18,163,14,49,3,2,1,0,0,0,1,0,1,0,0 +34,11,5,33,12,193,20,31,2,2,3,0,1,0,0,0,0,0,1 +58,20,4,34,23,215,10,42,3,2,4,0,0,0,1,1,0,0,0 +15,5,6,22,6,231,7,42,1,3,2,0,0,1,0,0,0,1,0 +44,14,5,34,16,233,9,39,3,3,2,0,0,0,1,0,0,1,0 +31,12,4,19,17,185,16,46,3,4,2,0,0,0,1,0,0,1,0 +47,17,5,27,21,173,9,48,4,4,3,1,0,0,0,0,0,0,1 +33,11,7,32,10,194,11,50,2,4,3,0,1,0,0,0,0,0,1 +21,9,5,16,12,183,8,48,4,4,1,1,0,0,0,0,1,0,0 +31,9,6,36,9,188,12,34,1,4,4,0,0,1,0,1,0,0,0 +16,6,5,20,8,193,12,42,3,2,3,0,0,0,1,0,0,0,1 +40,15,4,28,17,164,15,47,4,2,1,1,0,0,0,0,1,0,0 +23,9,6,23,10,130,12,51,1,3,2,0,0,1,0,0,0,1,0 +22,8,6,25,8,154,12,50,4,1,4,1,0,0,0,1,0,0,0 +37,14,9,19,19,223,8,40,2,3,1,0,1,0,0,0,1,0,0 +19,8,5,21,9,195,13,43,2,2,4,0,1,0,0,1,0,0,0 +15,4,2,33,2,172,10,48,2,3,1,0,1,0,0,0,1,0,0 +29,10,6,28,12,237,12,34,1,4,1,0,0,1,0,0,1,0,0 +21,8,5,23,9,157,12,51,4,2,4,1,0,0,0,1,0,0,0 +22,8,3,19,12,148,8,48,4,2,1,1,0,0,0,0,1,0,0 +25,9,6,26,10,192,12,38,3,1,1,0,0,0,1,0,1,0,0 +36,13,6,23,17,236,12,37,3,3,4,0,0,0,1,1,0,0,0 +22,8,3,26,9,196,12,44,1,3,4,0,0,1,0,1,0,0,0 +27,10,2,24,14,186,15,40,3,4,2,0,0,0,1,0,0,1,0 +38,13,5,33,13,196,11,44,1,4,4,0,0,1,0,1,0,0,0 +35,12,7,27,14,194,12,40,2,3,4,0,1,0,0,1,0,0,0 +29,11,2,24,14,204,12,47,3,3,4,0,0,0,1,1,0,0,0 +40,15,6,26,16,200,7,53,4,1,3,1,0,0,0,0,0,0,1 +31,10,4,30,12,239,6,37,4,1,2,1,0,0,0,0,0,1,0 +27,12,6,12,17,157,13,44,3,2,1,0,0,0,1,0,1,0,0 +7,4,7,9,8,214,10,43,4,3,3,1,0,0,0,0,0,0,1 +20,7,6,32,4,166,13,53,4,4,1,1,0,0,0,0,1,0,0 +48,16,5,37,16,181,4,48,1,3,2,0,0,1,0,0,0,1,0 +30,10,4,29,11,145,14,39,4,2,3,1,0,0,0,0,0,0,1 +22,9,6,21,10,202,15,45,1,2,1,0,0,1,0,0,1,0,0 +26,9,6,25,12,236,17,34,4,4,2,1,0,0,0,0,0,1,0 +53,18,6,39,18,215,14,47,4,3,1,1,0,0,0,0,1,0,0 +42,13,5,35,14,144,14,45,1,1,1,0,0,1,0,0,1,0,0 +26,9,3,32,9,198,8,43,4,4,1,1,0,0,0,0,1,0,0 +45,16,6,26,19,203,11,40,2,1,4,0,1,0,0,1,0,0,0 +27,10,7,21,13,186,7,49,2,4,2,0,1,0,0,0,0,1,0 +32,12,5,22,15,240,12,49,4,3,4,1,0,0,0,1,0,0,0 +21,7,5,30,6,202,12,50,1,2,3,0,0,1,0,0,0,0,1 +11,6,4,17,7,249,14,53,4,3,2,1,0,0,0,0,0,1,0 +23,9,3,15,14,270,13,43,1,1,3,0,0,1,0,0,0,0,1 +42,16,2,29,18,179,11,50,3,1,3,0,0,0,1,0,0,0,1 +15,7,7,21,6,211,11,51,2,1,1,0,1,0,0,0,1,0,0 +33,11,4,32,12,206,10,38,2,3,4,0,1,0,0,1,0,0,0 +22,8,3,27,8,177,13,43,1,2,1,0,0,1,0,0,1,0,0 +33,12,4,31,11,194,14,50,4,2,2,1,0,0,0,0,0,1,0 +28,9,9,26,11,183,11,27,2,4,2,0,1,0,0,0,0,1,0 +27,10,7,24,11,195,12,45,1,4,4,0,0,1,0,1,0,0,0 +14,5,7,19,7,157,11,44,1,3,3,0,0,1,0,0,0,0,1 +31,11,7,25,13,219,13,45,3,2,4,0,0,0,1,1,0,0,0 +53,18,7,30,22,211,7,37,2,2,3,0,1,0,0,0,0,0,1 +28,9,5,29,10,149,11,39,1,1,4,0,0,1,0,1,0,0,0 +32,13,4,18,17,235,12,53,2,4,1,0,1,0,0,0,1,0,0 +40,15,7,24,18,219,11,48,4,3,3,1,0,0,0,0,0,0,1 +36,13,7,30,12,213,13,54,3,4,3,0,0,0,1,0,0,0,1 +13,6,7,12,10,211,9,40,2,3,4,0,1,0,0,1,0,0,0 +30,11,6,20,15,235,3,48,3,4,4,0,0,0,1,1,0,0,0 +22,7,2,30,8,179,8,34,4,4,4,1,0,0,0,1,0,0,0 +41,15,8,22,19,216,11,47,4,2,1,1,0,0,0,0,1,0,0 +25,8,4,28,9,213,10,48,2,4,3,0,1,0,0,0,0,0,1 +23,9,2,20,13,233,4,38,2,1,2,0,1,0,0,0,0,1,0 +8,4,4,18,6,135,10,40,3,1,2,0,0,0,1,0,0,1,0 +15,6,6,22,6,232,12,48,1,3,3,0,0,1,0,0,0,0,1 +45,16,3,26,21,212,10,36,2,2,3,0,1,0,0,0,0,0,1 +31,12,6,20,15,234,8,43,2,2,4,0,1,0,0,1,0,0,0 +32,12,3,23,15,228,12,51,1,3,2,0,0,1,0,0,0,1,0 +41,14,5,35,14,161,11,52,1,2,2,0,0,1,0,0,0,1,0 +30,10,5,30,10,232,12,43,3,1,3,0,0,0,1,0,0,0,1 +40,13,7,36,12,233,10,43,2,2,1,0,1,0,0,0,1,0,0 +35,13,5,21,18,153,14,46,1,1,4,0,0,1,0,1,0,0,0 +28,11,6,21,13,180,12,57,2,3,3,0,1,0,0,0,0,0,1 +35,12,5,30,13,170,9,46,4,1,1,1,0,0,0,0,1,0,0 +11,5,4,18,7,187,12,36,1,4,2,0,0,1,0,0,0,1,0 +24,10,3,19,13,154,10,53,2,3,3,0,1,0,0,0,0,0,1 +27,8,5,34,8,252,15,34,2,3,4,0,1,0,0,1,0,0,0 +22,8,6,23,9,221,12,49,2,4,3,0,1,0,0,0,0,0,1 +39,14,4,21,20,160,12,44,3,3,1,0,0,0,1,0,1,0,0 +48,17,5,31,19,155,11,52,4,3,2,1,0,0,0,0,0,1,0 +32,12,5,25,14,248,11,51,2,4,3,0,1,0,0,0,0,0,1 +50,18,6,32,19,206,12,58,3,2,3,0,0,0,1,0,0,0,1 +22,8,6,22,10,227,11,43,3,3,4,0,0,0,1,1,0,0,0 +49,17,3,34,20,176,9,46,1,3,3,0,0,1,0,0,0,0,1 +26,9,6,25,11,184,9,35,4,3,2,1,0,0,0,0,0,1,0 +2,2,2,15,5,230,13,39,1,1,1,0,0,1,0,0,1,0,0 +30,10,4,31,10,160,9,48,1,2,3,0,0,1,0,0,0,0,1 +16,8,2,14,12,198,6,47,4,1,2,1,0,0,0,0,0,1,0 +39,15,8,23,18,257,14,45,2,4,1,0,1,0,0,0,1,0,0 +19,8,3,21,10,184,12,52,3,3,1,0,0,0,1,0,1,0,0 +16,6,5,18,9,175,15,38,4,3,3,1,0,0,0,0,0,0,1 +35,12,5,27,15,211,15,44,4,2,3,1,0,0,0,0,0,0,1 +42,15,4,27,19,236,13,44,4,3,1,1,0,0,0,0,1,0,0 +6,4,6,11,6,173,13,53,1,4,4,0,0,1,0,1,0,0,0 +35,12,6,23,16,209,7,29,2,1,2,0,1,0,0,0,0,1,0 +50,19,6,22,25,195,8,42,3,2,2,0,0,0,1,0,0,1,0 +10,4,5,20,5,232,10,43,3,4,4,0,0,0,1,1,0,0,0 +17,8,5,15,11,170,8,46,2,3,1,0,1,0,0,0,1,0,0 +31,11,5,26,13,220,12,42,2,3,3,0,1,0,0,0,0,0,1 +33,12,3,29,13,235,11,57,4,4,1,1,0,0,0,0,1,0,0 +37,13,6,24,17,241,7,46,2,2,4,0,1,0,0,1,0,0,0 +21,8,7,21,9,175,13,47,3,1,1,0,0,0,1,0,1,0,0 +53,18,7,28,22,213,14,43,3,3,2,0,0,0,1,0,0,1,0 +42,17,3,20,22,200,15,44,2,3,4,0,1,0,0,1,0,0,0 +48,17,6,27,21,219,10,44,3,2,1,0,0,0,1,0,1,0,0 +36,13,4,26,16,234,11,44,4,2,2,1,0,0,0,0,0,1,0 +25,10,5,23,11,203,8,54,2,1,4,0,1,0,0,1,0,0,0 +34,12,5,28,13,165,18,56,3,4,4,0,0,0,1,1,0,0,0 +47,17,3,30,20,173,11,43,3,3,4,0,0,0,1,1,0,0,0 +26,11,3,14,17,171,8,47,2,2,1,0,1,0,0,0,1,0,0 +26,10,2,21,15,187,5,36,3,4,3,0,0,0,1,0,0,0,1 +40,14,8,25,17,225,14,42,2,2,4,0,1,0,0,1,0,0,0 +27,10,5,28,10,181,10,45,1,4,2,0,0,1,0,0,0,1,0 +42,15,8,29,16,200,16,49,4,1,1,1,0,0,0,0,1,0,0 +28,11,3,25,11,170,14,56,1,2,4,0,0,1,0,1,0,0,0 diff --git a/slides/data/public_private_earnings.csv b/docs/_site/files/data/external_data/public_private_earnings.csv similarity index 100% rename from slides/data/public_private_earnings.csv rename to docs/_site/files/data/external_data/public_private_earnings.csv diff --git a/docs/_site/files/data/external_data/sat_gpa.csv b/docs/_site/files/data/external_data/sat_gpa.csv new file mode 100755 index 00000000..d1a4b7c5 --- /dev/null +++ b/docs/_site/files/data/external_data/sat_gpa.csv @@ -0,0 +1,1001 @@ +sex,sat_verbal,sat_math,sat_total,gpa_hs,gpa_fy +Male,65,62,127,3.4,3.18 +Female,58,64,122,4,3.33 +Female,56,60,116,3.75,3.25 +Male,42,53,95,3.75,2.42 +Male,55,52,107,4,2.63 +Female,55,56,111,4,2.91 +Male,57,65,122,2.8,2.83 +Male,53,62,115,3.8,2.51 +Female,67,77,144,4,3.82 +Male,41,44,85,2.6,2.54 +Male,58,70,128,3.75,3.38 +Female,45,57,102,3.75,3.02 +Female,43,45,88,2.8,2.6 +Female,50,58,108,3.75,3.81 +Male,54,66,120,3.5,3.02 +Female,55,57,112,3.75,3.48 +Female,44,53,97,3.2,2.15 +Male,53,68,121,4,3.8 +Female,54,49,103,3.75,3.13 +Female,47,55,102,4,3.4 +Male,64,76,140,4,3.59 +Female,39,33,72,3.25,1.62 +Male,52,65,117,3.9,3.61 +Male,49,58,107,3.5,2.54 +Male,46,40,86,3.5,2.51 +Female,43,49,92,2,0 +Male,63,72,135,4,3.72 +Female,46,45,91,2.3,0.87 +Male,45,53,98,3.5,2.79 +Male,35,45,80,3.5,2 +Female,54,53,107,4,3.69 +Female,66,66,132,3.75,3.48 +Male,40,50,90,3,2.49 +Female,53,67,120,4,3.92 +Male,64,62,126,2.8,3.05 +Male,44,39,83,2.75,2.4 +Male,69,64,133,3.5,2.71 +Female,47,60,107,3.75,1.58 +Male,33,48,81,2,1.38 +Male,61,63,124,3.75,2.52 +Female,40,42,82,2.75,2.16 +Male,52,62,114,3,2.57 +Male,56,61,117,2.25,2.64 +Male,38,49,87,3.5,2.47 +Male,54,47,101,3,1 +Male,33,43,76,3,2.73 +Female,36,45,81,2.67,2.42 +Female,36,47,83,3,2.3 +Female,64,60,124,3.8,3.33 +Male,49,42,91,3.1,2.37 +Male,57,66,123,3,2.11 +Male,50,60,110,3,2.91 +Female,48,49,97,3,3.29 +Female,54,55,109,3.25,2.67 +Male,64,66,130,3.2,2.78 +Female,57,50,107,3.8,3.13 +Female,49,55,104,2.5,2.94 +Female,64,68,132,4,4 +Male,66,57,123,3.75,2.9 +Female,43,46,89,3.5,2.92 +Male,46,50,96,2.9,1.91 +Male,41,51,92,2.9,3.11 +Male,62,64,126,2.3,2.02 +Male,43,63,106,2.8,2.51 +Female,52,52,104,4,3.51 +Female,45,54,99,4,3.24 +Female,45,59,104,3.8,2.02 +Female,71,59,130,4,2.65 +Female,43,52,95,3.25,1.74 +Male,55,54,109,2.7,1.54 +Male,40,62,102,3.5,2.34 +Female,66,61,127,3,2.49 +Male,54,62,116,3.25,2.49 +Male,45,60,105,2.75,2.08 +Male,57,56,113,3,2.19 +Female,37,51,88,2.5,1.8 +Female,35,40,75,2.8,2.22 +Male,61,59,120,3.5,2.95 +Female,50,51,101,3.25,2.67 +Male,50,56,106,4,2.89 +Male,44,57,101,3.5,2.66 +Male,58,50,108,3,2.18 +Female,53,56,109,3.5,2.81 +Male,42,52,94,3.75,2.06 +Male,60,57,117,4,2.8 +Male,39,53,92,3,2.59 +Male,49,50,99,3.5,2.33 +Male,45,65,110,4,3.55 +Male,60,67,127,4,2.75 +Female,50,43,93,3.75,3.59 +Male,29,50,79,3.25,1.54 +Male,48,60,108,3.75,2.98 +Female,34,40,74,3,1.28 +Male,49,47,96,2.5,1.24 +Female,50,67,117,4,2.93 +Female,53,52,105,3.75,2.48 +Male,62,63,125,4,2.98 +Female,53,56,109,2.7,1.17 +Male,46,55,101,3.5,2.04 +Female,63,57,120,3.2,2.37 +Female,44,64,108,3.5,3 +Female,63,57,120,2.75,2.98 +Female,49,58,107,3.4,2.55 +Male,42,55,97,2.8,1.86 +Male,58,56,114,2,2.09 +Male,63,73,136,4,2.89 +Female,62,64,126,4,3.38 +Female,57,60,117,3.9,3.94 +Male,45,71,116,3,2.28 +Male,59,72,131,3,2.43 +Female,45,64,109,4,2.77 +Female,52,52,104,2,3.33 +Male,43,64,107,3,2.39 +Female,43,46,89,3.7,2.37 +Male,60,68,128,4,3.82 +Male,50,77,127,3.75,3.63 +Male,61,58,119,2.5,1.78 +Male,48,59,107,3,3.22 +Male,71,70,141,3.5,2.42 +Male,54,71,125,4,3.82 +Female,53,54,107,4,3.6 +Female,45,46,91,3.75,1.84 +Male,55,68,123,3.5,3.3 +Male,63,66,129,3.8,3.7 +Male,51,59,110,3,2.89 +Male,43,39,82,2.3,2.38 +Female,50,49,99,3.75,2.97 +Female,51,50,101,4,3.37 +Male,57,64,121,3.75,3.18 +Female,42,44,86,3,1.33 +Male,57,64,121,4,3 +Male,58,66,124,4,3.75 +Male,40,57,97,2.6,2.24 +Female,49,44,93,2.75,2.44 +Male,52,73,125,2.5,2.72 +Male,62,58,120,2.5,1.69 +Female,52,59,111,3.75,3.19 +Female,35,50,85,3.5,3.1 +Female,54,59,113,4,2.71 +Female,67,70,137,4,3.45 +Female,52,45,97,3.25,3.36 +Female,45,53,98,3.2,1 +Male,51,73,124,3.75,3.08 +Female,53,51,104,2.75,3.16 +Male,67,66,133,3.75,3.66 +Female,59,63,122,4,3.82 +Male,64,70,134,3.75,3.94 +Female,58,58,116,3.75,3.79 +Female,46,57,103,3.25,2.91 +Male,39,56,95,3,2.33 +Female,45,55,100,3.5,3.06 +Male,48,54,102,3,1.91 +Female,41,58,99,3,2.47 +Female,54,60,114,3.5,2.96 +Male,54,55,109,3.67,2.13 +Female,38,32,70,2.4,1.98 +Female,57,66,123,3.5,3.64 +Female,44,59,103,2,0.6 +Female,35,52,87,3,2.39 +Male,60,53,113,3.5,1.95 +Male,53,62,115,4,3.37 +Female,41,52,93,4,3.02 +Male,44,44,88,3,1.03 +Female,51,54,105,4,3.42 +Female,54,69,123,4,3.31 +Male,68,69,137,3.5,2.31 +Male,56,67,123,4,2.61 +Male,41,49,90,2,0 +Male,62,71,133,3.7,3.24 +Female,55,57,112,4,3.48 +Female,34,37,71,2.8,2.26 +Female,49,43,92,3.25,2.4 +Female,49,62,111,3.75,3.76 +Female,49,61,110,2.75,1.14 +Male,42,65,107,2.25,1.47 +Male,49,48,97,3,2 +Female,57,45,102,2.25,1.13 +Female,43,47,90,2.5,1.7 +Male,40,46,86,2,1.14 +Male,49,54,103,3.2,2.54 +Male,56,46,102,2.5,1.64 +Male,38,50,88,2.5,2.95 +Male,58,64,122,3,3.17 +Female,41,47,88,4,1.12 +Female,42,51,93,2.5,1.72 +Male,53,51,104,2.3,1.91 +Female,53,41,94,2.9,3 +Female,53,59,112,2.75,3.2 +Male,62,69,131,3,3.25 +Female,59,69,128,3.2,2.26 +Female,45,45,90,3,2.73 +Male,58,57,115,3.4,2.47 +Female,62,57,119,4,3.19 +Female,37,55,92,3.5,1.38 +Female,53,56,109,3.25,2.8 +Male,50,63,113,3.4,2.52 +Female,45,63,108,2.75,2.53 +Female,35,41,76,2,2.24 +Female,35,32,67,2.25,1.43 +Female,44,41,85,2.5,2.06 +Female,52,53,105,3.5,3.52 +Male,41,43,84,2.25,1.58 +Female,32,38,70,2.2,0.82 +Male,65,64,129,2.5,2.21 +Male,50,48,98,2,1.18 +Male,58,57,115,2.5,3.64 +Male,42,50,92,2.7,2.37 +Male,39,43,82,2.25,1.18 +Male,53,70,123,4,3.19 +Male,49,54,103,3,1.59 +Male,52,66,118,3.75,3.14 +Male,51,56,107,2.75,3.63 +Male,58,57,115,3,3.13 +Male,56,64,120,4,3.09 +Male,40,58,98,2.75,2.21 +Female,63,56,119,4,2.86 +Male,48,53,101,2.67,1.16 +Female,53,62,115,4,3.89 +Female,73,60,133,4,3.89 +Male,47,41,88,3,1.45 +Male,57,49,106,3,2.69 +Female,44,56,100,2.6,2.27 +Female,49,54,103,3.33,2.25 +Female,62,57,119,4,3.36 +Male,50,68,118,3,2.32 +Female,61,49,110,4,2.91 +Female,64,59,123,4,3.77 +Male,48,64,112,3.8,3.04 +Male,36,53,89,2.75,1.44 +Female,42,60,102,3.8,2.07 +Male,54,61,115,3.25,2.69 +Female,49,51,100,3.75,2.67 +Male,54,51,105,3.5,1.97 +Male,43,49,92,2.25,1.08 +Male,31,46,77,2,0.92 +Female,39,33,72,3.5,1.7 +Female,55,59,114,3.25,3 +Female,53,57,110,3.75,3.34 +Male,47,45,92,3.75,1.69 +Male,69,61,130,4,3.37 +Female,55,38,93,2.75,1.52 +Male,44,55,99,3.75,2.73 +Female,53,50,103,3.25,1.91 +Female,68,62,130,3.7,2.98 +Female,39,35,74,3.1,2.33 +Male,40,45,85,3,1.79 +Male,44,54,98,3.75,3.48 +Female,52,52,104,3,1.63 +Female,59,49,108,3,2.33 +Female,63,54,117,3.75,3.35 +Male,62,71,133,4,3.43 +Male,48,41,89,2.3,1.71 +Male,52,52,104,3.75,3.19 +Male,43,50,93,2.5,1.69 +Male,47,64,111,4,3.08 +Female,33,32,65,3,1.43 +Female,67,54,121,3.25,2.79 +Female,51,41,92,3.5,1.7 +Female,43,52,95,4,3.23 +Female,40,42,82,3.5,2.12 +Male,50,58,108,4,3.67 +Female,76,57,133,4,3.94 +Female,47,50,97,3.5,1.4 +Female,45,49,94,3.4,1.9 +Female,41,38,79,3.6,1.56 +Male,56,54,110,4,1.85 +Male,57,58,115,3,3 +Male,36,52,88,3.4,2.37 +Male,38,50,88,3.75,2.31 +Male,59,66,125,4,3.77 +Female,40,51,91,3.8,2.35 +Male,58,62,120,4,3.79 +Female,52,52,104,3.75,2.54 +Female,64,53,117,3,2.19 +Female,42,47,89,3,2.36 +Male,41,52,93,2.2,2.05 +Female,38,49,87,3.25,2.19 +Female,50,55,105,3.25,1.8 +Female,66,52,118,2.8,3.23 +Female,41,59,100,3.3,0.48 +Male,46,62,108,2.1,2.02 +Female,59,51,110,3.4,2.44 +Male,45,49,94,2.4,1.77 +Male,46,58,104,3.7,3.2 +Female,50,58,108,2.7,2.15 +Male,50,60,110,3.5,2.6 +Female,58,57,115,3.6,3.38 +Male,56,50,106,2.5,0.55 +Male,46,57,103,4,3.76 +Female,47,48,95,3.25,3.06 +Female,45,51,96,3.1,1.7 +Male,55,65,120,2.1,2.62 +Female,53,56,109,2.8,1.65 +Female,51,55,106,3.5,1.89 +Female,42,39,81,3.1,0.77 +Male,50,65,115,2.9,3.24 +Male,46,57,103,2.8,2.93 +Female,69,55,124,4,3.57 +Female,55,53,108,2.8,2.72 +Female,48,53,101,3.3,2.4 +Male,52,46,98,2.5,2.03 +Male,53,52,105,2.7,2.21 +Male,58,60,118,2.3,2.15 +Female,50,48,98,2.6,1.75 +Female,44,50,94,2.75,2.04 +Female,39,51,90,2.75,1.15 +Female,45,53,98,2.5,1.79 +Female,63,64,127,3.8,3.63 +Female,47,47,94,2.7,2 +Female,62,56,118,3.25,3.13 +Female,44,57,101,2.3,2.67 +Male,39,38,77,3.2,2.24 +Female,42,42,84,2.9,3.04 +Female,48,43,91,2.8,3.27 +Male,41,45,86,3.4,3.28 +Male,50,59,109,2.5,2.56 +Male,48,63,111,3.8,2.85 +Female,50,62,112,3.3,3.38 +Male,57,62,119,3.2,2.84 +Female,47,55,102,3.3,3.22 +Male,57,66,123,2.6,2.24 +Male,36,56,92,3.1,2.08 +Male,42,51,93,3.1,2.67 +Female,49,38,87,3.2,2.13 +Male,62,75,137,3.8,3.55 +Male,42,66,108,3.3,1.5 +Male,47,53,100,2.8,2.54 +Female,49,58,107,3.5,1.19 +Male,45,53,98,2.2,2.08 +Female,39,42,81,2.75,0 +Male,43,50,93,3.25,1.69 +Male,39,50,89,3,2.26 +Female,54,56,110,3.7,3.13 +Female,47,46,93,2.9,1.73 +Female,38,43,81,2.7,2.58 +Female,39,63,102,2.8,2.09 +Male,55,70,125,3.7,3 +Female,54,61,115,3,2.04 +Male,65,60,125,3.5,2.94 +Female,44,43,87,4,2.31 +Male,56,59,115,3.75,2.63 +Female,51,61,112,3.5,2.79 +Male,40,58,98,2.9,1.9 +Female,47,50,97,3.5,3 +Female,52,51,103,2.8,1.83 +Male,48,54,102,2.8,2.33 +Male,50,58,108,3.2,3.24 +Male,53,59,112,3.2,2.7 +Male,54,44,98,2.7,1.5 +Male,51,42,93,3,3 +Male,53,59,112,2.4,2.34 +Female,58,66,124,4,3.44 +Female,48,60,108,3,1.88 +Male,57,60,117,2.1,2.86 +Female,40,34,74,2.75,2.56 +Male,41,40,81,2,1.49 +Male,49,57,106,2.8,2.5 +Female,49,50,99,2.9,1.83 +Male,55,57,112,2.5,2.38 +Male,37,40,77,3.1,1.82 +Male,43,46,89,2.8,2.12 +Male,47,59,106,3.1,2.59 +Male,53,57,110,3,2.59 +Female,40,50,90,3.1,2.02 +Female,45,48,93,3.7,2.93 +Female,46,47,93,2.9,2.24 +Male,54,54,108,2.5,2.19 +Male,41,60,101,3.4,1.95 +Male,64,64,128,4,3.54 +Female,62,61,123,3.75,2.86 +Male,48,56,104,3.8,2.17 +Female,46,49,95,3.4,2.3 +Male,36,64,100,3.5,2.48 +Female,40,48,88,3.5,3.02 +Female,46,60,106,3.5,3.14 +Male,55,60,115,2.7,2.22 +Male,51,36,87,2.9,3.27 +Female,42,35,77,2.5,2.47 +Female,50,53,103,2.8,2.85 +Female,50,52,102,4,3.77 +Male,41,50,91,2.7,2.91 +Male,50,53,103,3.5,2.61 +Female,50,53,103,4,3.78 +Male,46,54,100,2.9,1.19 +Female,60,62,122,3.2,2.37 +Male,49,65,114,3.7,3.69 +Male,43,59,102,2.7,1.73 +Female,50,47,97,2.7,2.48 +Female,49,60,109,3,2.35 +Male,52,50,102,3.5,1.95 +Female,62,52,114,3.2,3.46 +Female,47,56,103,2.8,2.27 +Female,41,57,98,2.5,2.14 +Male,43,64,107,2.5,3.34 +Female,46,48,94,3.3,2.42 +Male,52,67,119,3.3,3.22 +Male,47,71,118,2.4,1.3 +Male,47,61,108,3.2,1.79 +Female,32,54,86,3,2.8 +Female,45,45,90,2.6,2.8 +Male,59,59,118,2.4,0.8 +Female,52,40,92,3.5,2.45 +Female,46,56,102,3.7,2.33 +Male,31,51,82,2.7,1.76 +Female,35,48,83,3,2.88 +Male,45,57,102,3.1,2.52 +Male,54,53,107,3.2,1.54 +Female,43,47,90,3.7,2.66 +Female,52,50,102,3.9,3.16 +Male,49,58,107,3.8,1.94 +Female,45,49,94,3.1,2.91 +Female,62,51,113,2.9,2.37 +Male,61,64,125,4,3.67 +Male,50,59,109,4,4 +Male,46,53,99,2.6,2.94 +Female,39,64,103,2.9,1.37 +Male,42,46,88,2.75,2.13 +Female,46,57,103,3.3,2.68 +Male,40,62,102,2.7,2.71 +Male,45,35,80,2.4,1.57 +Male,53,56,109,2.5,2.38 +Female,67,59,126,3.4,1.16 +Female,59,58,117,3.9,2.81 +Female,47,58,105,3.4,2.52 +Female,39,45,84,2.5,1.72 +Female,39,53,92,2.9,2.23 +Male,54,58,112,3,1.43 +Male,46,52,98,2.5,1.54 +Female,59,56,115,3.8,3.24 +Male,48,60,108,3.6,2.18 +Male,43,51,94,2.3,1.77 +Male,48,62,110,3.4,2.16 +Female,34,53,87,3.5,2.49 +Female,54,61,115,4,3.74 +Male,46,57,103,2.8,3.29 +Female,36,43,79,2.9,1.37 +Male,53,59,112,4,3.83 +Female,64,66,130,3.7,2.9 +Male,54,58,112,2.8,2.2 +Male,57,55,112,2.7,2.11 +Female,51,33,84,2.5,3.15 +Female,46,53,99,3.4,2.65 +Female,45,43,88,3,1.98 +Female,55,58,113,3.8,2.93 +Female,49,55,104,3.7,3.1 +Female,46,50,96,3.7,3.34 +Female,49,62,111,3.6,2.75 +Female,50,52,102,3.4,2.9 +Male,57,58,115,4,2.06 +Female,42,40,82,3.2,1.87 +Male,55,48,103,3.2,2.8 +Female,54,40,94,2.6,1.38 +Female,50,62,112,3.9,2.37 +Male,29,58,87,2.7,0.9 +Male,39,58,97,2.5,2.38 +Female,39,38,77,2.6,1.62 +Male,43,43,86,2.9,1.42 +Female,34,40,74,2.8,1.52 +Female,49,57,106,3.7,2.65 +Male,38,60,98,2.9,1.92 +Female,54,53,107,3.3,0.66 +Male,43,68,111,3.8,1.85 +Male,49,55,104,2.2,2.36 +Male,44,57,101,3.3,1.86 +Male,46,44,90,2.7,1.35 +Female,47,57,104,2.9,2.8 +Male,56,53,109,2.8,2.24 +Female,43,51,94,3.8,2.17 +Male,57,57,114,3.3,3.22 +Female,39,49,88,3.1,2.02 +Female,41,52,93,2.9,1.52 +Male,33,57,90,2.8,2.27 +Female,39,49,88,2.6,2.85 +Male,36,59,95,2.9,2.62 +Female,42,59,101,3.5,2.54 +Female,58,51,109,3.8,3.76 +Male,41,57,98,2.9,1.71 +Male,41,59,100,3.3,1.88 +Female,46,55,101,3.3,2.54 +Female,50,57,107,3.2,2.25 +Male,39,49,88,2.9,1.32 +Female,44,33,77,3.5,2.71 +Female,57,59,116,3.3,2.67 +Male,55,57,112,3.4,2 +Female,44,58,102,3.7,3.26 +Female,37,38,75,2.9,1.51 +Female,47,48,95,2.7,2.33 +Male,53,60,113,3.8,2.82 +Female,43,58,101,3.8,3.51 +Male,45,47,92,3.7,1 +Female,48,49,97,3.75,3.27 +Male,49,54,103,2.8,0.73 +Male,49,55,104,4,3.17 +Female,47,54,101,4,2.69 +Female,32,57,89,2.7,0.52 +Male,37,50,87,2.2,1.77 +Male,40,57,97,3.7,2.35 +Male,55,55,110,2.9,2.06 +Male,53,57,110,3.4,2.23 +Female,47,47,94,2.6,1.67 +Female,58,71,129,4,3.16 +Male,35,53,88,3.9,2.24 +Female,47,46,93,3.7,2.71 +Male,52,64,116,3.9,3.98 +Male,36,48,84,2.8,2.2 +Female,38,47,85,2.5,2.88 +Male,54,57,111,3.4,3 +Female,41,44,85,3.7,1.55 +Male,45,58,103,3.9,2 +Male,24,29,53,2.47,2.19 +Female,59,62,121,3.5,3.86 +Male,45,55,100,2.8,1.47 +Female,59,62,121,4,3.94 +Male,37,58,95,2.4,1.37 +Male,44,59,103,3.5,3.08 +Male,54,64,118,3.8,1.95 +Female,59,62,121,3.8,3.52 +Male,48,55,103,3.2,1.74 +Female,44,59,103,3.2,3.17 +Female,61,56,117,3.5,2.67 +Male,49,55,104,2.3,2.14 +Male,53,52,105,3,2.54 +Female,55,49,104,2.3,1.98 +Female,46,45,91,2.3,2.04 +Male,49,57,106,2.1,1.7 +Male,53,62,115,3.7,1.8 +Male,70,74,144,4,4 +Female,48,52,100,3.9,4 +Female,36,41,77,3,0.61 +Female,49,57,106,3.8,3.34 +Female,48,56,104,3.7,2.92 +Male,53,62,115,3.8,3.62 +Male,66,67,133,3.2,3.07 +Female,41,57,98,3.4,3 +Male,42,62,104,3.2,2.43 +Female,38,45,83,3.4,3.11 +Male,43,57,100,3.1,1.5 +Female,49,54,103,3.7,2.58 +Female,53,40,93,3.33,2.24 +Male,40,55,95,2.1,1.96 +Male,45,56,101,2.5,2.23 +Female,53,51,104,2.8,2.24 +Male,43,57,100,2.9,2.76 +Female,49,52,101,3.1,2.59 +Male,41,52,93,2.1,1.68 +Female,38,47,85,3.1,2.92 +Male,55,56,111,2.8,2.31 +Male,41,57,98,3.5,2.56 +Female,39,55,94,3.8,2.73 +Female,63,49,112,3.4,3.11 +Female,43,44,87,2.8,1.83 +Male,47,47,94,2.6,2.88 +Male,39,57,96,3,3.14 +Male,46,51,97,2.6,1.87 +Female,45,52,97,3.1,2.27 +Female,51,55,106,3.4,2.56 +Male,40,44,84,3.1,2.35 +Female,42,55,97,3.4,3.02 +Male,50,60,110,3.8,2.44 +Male,50,58,108,3.7,1.33 +Male,56,52,108,3.25,1.13 +Male,54,52,106,3.4,3.4 +Female,48,36,84,2.7,1.96 +Male,53,49,102,3.5,1.96 +Male,48,58,106,3.8,3.17 +Female,45,58,103,3.2,1.6 +Female,50,52,102,3,2.37 +Male,52,53,105,3.5,1.43 +Female,62,48,110,3.2,2.74 +Male,46,48,94,3.2,1.95 +Male,42,50,92,3.1,2.42 +Female,48,52,100,3.6,3.04 +Male,51,59,110,2.5,3 +Female,50,42,92,3.5,3.73 +Female,55,48,103,3.1,3.17 +Male,56,63,119,3,1.57 +Male,52,60,112,3.2,1.71 +Male,51,57,108,2.5,2.09 +Female,41,49,90,2.6,3.4 +Male,33,38,71,3.5,2.1 +Female,47,43,90,2.6,1.66 +Female,54,49,103,3.5,3.16 +Male,55,56,111,3.7,2.09 +Female,49,57,106,3.7,3.6 +Male,45,57,102,2.7,0.85 +Male,57,59,116,3.3,1.88 +Male,45,54,99,3.5,2.53 +Male,60,60,120,3.7,1.82 +Male,41,52,93,2.7,1.33 +Female,47,51,98,2.56,2.81 +Male,44,43,87,1.8,1.49 +Female,49,55,104,3.5,2.51 +Female,68,51,119,3.1,1.61 +Female,39,41,80,2.7,1.65 +Female,33,37,70,2.8,1.7 +Female,50,54,104,3.6,3.13 +Female,46,58,104,3.5,2.6 +Female,35,40,75,3.25,1.87 +Male,26,50,76,3.2,2.24 +Female,36,55,91,2.8,1.6 +Female,51,54,105,3.7,2.98 +Female,47,51,98,3.9,3.6 +Male,47,50,97,3.1,1.43 +Male,44,62,106,3.7,3.02 +Male,50,50,100,3.1,3.15 +Male,34,52,86,3.3,2 +Female,33,46,79,2.6,1.57 +Female,38,34,72,2.8,1.78 +Female,46,59,105,3.6,2.77 +Male,42,56,98,3.8,3.25 +Male,59,55,114,3.5,3.3 +Male,42,37,79,4.5,1.13 +Female,50,53,103,3.9,3.17 +Female,41,55,96,3.4,2.04 +Female,42,53,95,3,1.69 +Male,41,65,106,2.5,1.8 +Female,52,62,114,3.5,2.29 +Male,62,67,129,4,3.41 +Female,36,38,74,3.5,2 +Female,47,56,103,4,3.11 +Male,38,58,96,2.7,2.38 +Male,45,63,108,3.3,2.62 +Female,63,63,126,3.8,3.71 +Male,44,50,94,3.8,3.27 +Male,42,61,103,2.5,2.4 +Male,51,63,114,2.5,3.25 +Male,57,59,116,3.3,1.98 +Male,49,61,110,3.5,3.04 +Male,37,64,101,4,2.8 +Male,62,71,133,4,4 +Male,47,59,106,2.5,1.78 +Male,55,65,120,3,2.54 +Female,43,42,85,2.8,1.92 +Male,56,74,130,4,3.48 +Female,52,48,100,2.74,1.62 +Male,47,60,107,3.5,2.56 +Female,51,50,101,3.3,3.35 +Male,41,66,107,2.7,2 +Female,43,42,85,3,1.97 +Male,58,51,109,3,3.21 +Male,47,37,84,2.6,0.67 +Male,41,57,98,3.5,2.38 +Male,42,50,92,2.3,1.86 +Female,50,43,93,2.3,2.53 +Male,55,55,110,4,1.44 +Male,45,59,104,3.5,2.19 +Female,35,42,77,2.8,1.44 +Male,43,50,93,3.4,2.36 +Male,48,44,92,3,2.21 +Female,40,57,97,3,2.6 +Male,44,58,102,3.25,0.36 +Male,47,61,108,3.3,2.47 +Female,43,47,90,3.5,2.16 +Female,39,53,92,2.7,1.63 +Male,47,57,104,2.8,1.83 +Female,34,69,103,2.1,2.66 +Female,49,48,97,3.3,3.04 +Female,47,45,92,2.4,2.54 +Female,43,53,96,2.6,2.02 +Male,61,49,110,2.2,1.49 +Male,48,55,103,3.8,1.13 +Female,37,46,83,3.1,2.02 +Female,51,50,101,3.7,2.9 +Female,35,60,95,2.75,1.81 +Female,47,67,114,3.6,4 +Male,41,37,78,2,2 +Female,43,42,85,2.75,2.54 +Female,49,48,97,4,2.65 +Male,58,77,135,4,3.43 +Female,47,45,92,3.7,2.91 +Male,47,53,100,4,3.21 +Male,37,52,89,2.5,1.75 +Male,36,36,72,2.3,3.12 +Female,56,58,114,3,2.09 +Female,47,58,105,3.5,2.11 +Male,56,50,106,3.3,2.56 +Female,43,54,97,3.2,2.56 +Female,45,48,93,3,1.24 +Male,55,60,115,3,2.8 +Male,55,35,90,2.6,2.17 +Female,46,47,93,3.4,2.42 +Female,39,51,90,3.6,3.56 +Female,50,58,108,3.3,3.24 +Female,45,57,102,3.6,3.42 +Male,52,66,118,3.8,2.53 +Female,47,47,94,2.8,2.38 +Male,48,47,95,2.4,2.24 +Male,35,53,88,2.7,2.12 +Female,46,58,104,2.8,2.63 +Female,54,47,101,2.5,1.98 +Female,50,50,100,3.2,1.69 +Male,58,59,117,4,2.47 +Male,49,60,109,4,2.34 +Female,43,47,90,2.67,2.58 +Male,42,52,94,3,2 +Male,46,51,97,2.7,1.63 +Female,52,55,107,3.5,3.37 +Male,45,46,91,2.8,1.64 +Male,62,60,122,3.8,2.88 +Female,58,62,120,4,3.12 +Female,57,55,112,4,2.33 +Female,60,59,119,3,2.45 +Male,43,51,94,2.5,2.22 +Male,51,65,116,3.5,2.17 +Male,37,55,92,2.3,2.44 +Male,49,48,97,3.1,2.98 +Female,44,54,98,2.7,2.29 +Female,44,52,96,3.5,2.56 +Female,27,38,65,2.5,1.8 +Male,48,55,103,3.1,2.43 +Male,41,59,100,3.5,2.61 +Female,35,58,93,3.1,3.09 +Male,46,54,100,2.6,2.53 +Male,52,64,116,2.7,2.48 +Male,61,60,121,3.5,3.94 +Male,48,64,112,3.4,2.86 +Female,58,58,116,2.9,2.31 +Male,44,40,84,2.6,2.18 +Male,49,57,106,3.25,3.07 +Male,40,45,85,2.1,1.64 +Female,52,60,112,3,2.7 +Male,36,50,86,3.5,2.08 +Female,57,55,112,4,3.51 +Female,48,62,110,4,3.63 +Male,39,44,83,3,1.63 +Female,54,61,115,4,3.76 +Female,57,47,104,2.8,2.96 +Male,40,48,88,3.25,2.83 +Male,35,40,75,3,1.36 +Male,61,65,126,3.8,2.91 +Male,50,57,107,3.2,2.65 +Female,41,52,93,3,2.56 +Male,49,68,117,3,1.89 +Male,50,57,107,2.8,2.04 +Male,60,64,124,3.25,2.67 +Male,54,72,126,3.75,3.29 +Male,41,56,97,2.6,1.74 +Male,44,41,85,2.8,2.98 +Male,44,55,99,2.5,2.28 +Female,50,42,92,2.4,1.21 +Male,40,52,92,2.5,1.24 +Female,55,54,109,3.5,3.47 +Female,47,44,91,3.1,2.37 +Female,38,57,95,4,3.49 +Male,56,47,103,2.7,1.41 +Female,49,52,101,4,2.04 +Male,58,60,118,3.7,3.49 +Male,51,64,115,2.6,1.7 +Male,42,53,95,2.5,1.19 +Female,52,49,101,3.6,3.63 +Female,48,51,99,3.9,2.98 +Male,48,62,110,3.4,2.35 +Female,53,52,105,3.6,2.38 +Female,57,57,114,3.8,2.38 +Male,44,57,101,3.2,2.4 +Female,29,60,89,2.5,1.92 +Male,54,45,99,3.7,2.86 +Male,41,63,104,3.25,2.9 +Female,42,59,101,3.7,3.44 +Female,53,65,118,2.9,1.88 +Female,49,38,87,2.8,2.52 +Male,48,54,102,4,1.17 +Male,60,65,125,2.9,3.16 +Male,45,57,102,3.25,1.64 +Female,46,44,90,2.75,2.17 +Female,31,41,72,2.67,1.62 +Male,49,60,109,3,2.37 +Male,47,43,90,3,3.19 +Male,50,50,100,3,2.29 +Female,59,69,128,4,3.41 +Male,58,61,119,4,3.24 +Female,48,60,108,3.3,2.64 +Male,52,57,109,3.5,3.35 +Male,47,50,97,2.75,1.87 +Female,45,55,100,2.7,1.5 +Female,37,59,96,4,2.98 +Male,56,65,121,3.1,2.95 +Female,52,52,104,2.8,2.2 +Female,65,57,122,3.8,3.11 +Female,42,49,91,4,3.12 +Female,48,51,99,3.3,2.69 +Female,45,58,103,4,2.91 +Male,52,62,114,2.6,2.67 +Male,51,57,108,3.2,2.49 +Male,46,65,111,2.5,2.98 +Male,50,72,122,3.1,3.06 +Male,52,61,113,3.1,2.18 +Male,52,68,120,4,3.5 +Female,45,50,95,2.8,2.1 +Female,54,50,104,3.4,3.8 +Female,50,60,110,3.25,1.8 +Male,41,63,104,4,2.14 +Female,44,54,98,3.3,3.4 +Female,45,48,93,2.8,2.66 +Female,41,64,105,3.5,2.36 +Male,45,43,88,2.9,1.98 +Male,45,49,94,3,1.62 +Male,56,53,109,3.2,2.03 +Female,54,53,107,2.3,1.84 +Male,50,67,117,3,2.02 +Male,58,63,121,3.5,3.15 +Male,51,35,86,2.75,1.54 +Female,48,45,93,2.8,2.6 +Female,41,50,91,3.8,2.58 +Female,51,61,112,3.5,3.11 +Female,39,34,73,2.7,1.19 +Female,54,53,107,3.5,2.23 +Female,44,53,97,2.2,1.78 +Female,52,44,96,3,2.24 +Female,53,37,90,3.3,2.29 +Male,37,67,104,2.9,2.38 +Male,35,48,83,2.2,0.95 +Male,45,53,98,2.4,2.05 +Female,43,47,90,3.1,2.49 +Male,49,59,108,3.3,1.12 +Female,37,43,80,2.03,1.31 +Female,41,43,84,3.3,2.38 +Female,40,45,85,3,2.74 +Male,48,64,112,3,4 +Male,44,59,103,3.8,2.66 +Male,54,60,114,3.5,2.96 +Female,63,42,105,2.1,1.88 +Male,47,55,102,2.7,1.4 +Female,56,52,108,3.5,3.31 +Female,50,50,100,3.75,3.3 +Male,64,64,128,4,3.21 +Female,42,59,101,3.25,3.22 +Male,43,48,91,2.8,2.28 +Male,43,49,92,3.2,2.52 +Male,52,52,104,4,2.62 +Female,34,50,84,2,2 +Female,44,45,89,3.6,2.02 +Female,42,43,85,2.4,2.24 +Female,47,48,95,4,3.12 +Male,52,52,104,2.75,2.28 +Female,49,59,108,3,2.13 +Female,38,48,86,2.7,1.55 +Female,62,56,118,3.7,2.4 +Male,61,45,106,2.6,1.59 +Male,44,55,99,3,2.94 +Female,55,61,116,3.2,2.29 +Male,47,66,113,3.5,2.98 +Female,44,44,88,3.1,3.66 +Male,41,56,97,2.9,0.38 +Female,62,59,121,3.7,2.65 +Female,60,68,128,3.7,1.95 +Female,44,60,104,3.2,3.06 +Female,63,58,121,3.7,3.87 +Male,45,58,103,2.4,2.64 +Male,43,55,98,2.4,2.54 +Male,36,45,81,2.5,2.42 +Female,58,53,111,3.3,3.44 +Female,62,68,130,4,3.91 +Male,41,61,102,4,2.46 +Male,58,59,117,3.75,2.79 +Female,46,43,89,2.7,1.79 +Female,45,61,106,4,3.22 +Male,40,41,81,2.3,0.57 +Male,63,68,131,4,3.48 +Female,53,54,107,3.5,2.13 +Female,57,72,129,4,3.18 +Male,39,56,95,3.75,3.81 +Male,45,66,111,2.7,2.49 +Male,52,67,119,3,1.87 +Male,55,53,108,3.5,2.63 +Male,44,48,92,2.2,1.91 +Female,56,45,101,3.8,3.1 +Male,64,62,126,4,3.12 +Female,46,51,97,3.1,2.19 +Male,64,61,125,3.6,3.21 +Male,60,66,126,2.7,3.4 +Male,52,60,112,3.1,2.37 +Female,46,61,107,3.75,2.67 +Female,58,58,116,3.5,3.59 +Female,34,42,76,3.1,1.93 +Female,54,64,118,3.8,3.17 +Female,50,33,83,2.75,2.04 +Male,59,63,122,3.2,1.96 +Female,49,45,94,3.7,2.07 +Male,37,42,79,2.2,2.35 +Female,55,55,110,3.75,3.06 +Male,32,66,98,2.9,2.48 +Male,41,68,109,3.3,2.58 +Female,47,53,100,2.8,2.15 +Female,49,41,90,2.7,2.42 +Male,53,68,121,3.2,2.09 +Female,55,57,112,2.5,2.27 +Male,43,52,95,2.7,2.31 +Female,43,56,99,3,2.24 +Female,50,53,103,3.5,1.92 +Male,44,41,85,2,1.73 +Male,64,59,123,2.5,3.38 +Female,49,48,97,3.8,3.02 +Male,49,55,104,3.2,2.29 +Male,43,45,88,2.5,1.33 +Male,64,71,135,3.3,2.83 +Female,54,57,111,3.33,3.34 +Female,40,47,87,3.2,1.51 +Female,50,53,103,3.2,1.16 +Female,57,64,121,3.75,1.94 +Male,49,59,108,3.8,1.74 +Male,50,55,105,3.2,2.17 +Female,53,62,115,3.3,2.28 +Male,54,59,113,3.5,2.75 +Male,51,56,107,3,2.8 +Female,38,40,78,3.8,2.53 +Male,61,65,126,3.7,2.43 +Female,44,44,88,2.7,1.84 +Male,56,61,117,3.7,2.05 +Male,48,63,111,3,2.48 +Male,55,67,122,3.3,2.75 +Male,61,51,112,2.3,3.24 +Male,46,44,90,3.6,2.69 +Male,51,66,117,3,2.21 +Female,67,70,137,3.8,3.49 +Male,49,40,89,2.3,2.24 +Male,63,50,113,2.9,2.85 +Female,40,50,90,2.5,1.62 +Female,53,65,118,3.7,3.03 +Female,48,42,90,3.6,3.1 +Female,43,43,86,2.5,1.59 +Male,46,63,109,2.8,2.21 +Male,67,60,127,3.3,2.43 +Male,46,60,106,3.5,2.46 +Female,58,58,116,4,2.96 +Female,43,61,104,2.8,2.2 +Male,46,43,89,2.8,2.31 +Male,49,49,98,3.25,2.35 +Female,59,64,123,2.75,2.57 +Male,39,55,94,2.8,3.04 +Female,39,52,91,3,2.14 +Female,67,52,119,4,2.27 +Female,55,54,109,3,1.83 +Male,57,61,118,3,2.75 +Female,51,52,103,2.5,1.87 +Male,52,67,119,3.5,3.22 +Male,59,48,107,2.5,3.1 +Male,45,64,109,2.9,2.29 +Female,48,50,98,2.8,2.1 +Male,52,52,104,3.5,2.96 +Female,41,56,97,2,0.47 +Female,47,48,95,3.5,2.88 +Female,52,70,122,4,3.83 +Male,49,57,106,3.4,1.6 +Male,38,53,91,2.5,2.23 +Male,44,50,94,2.5,3.07 +Male,56,67,123,3.8,2.6 +Male,45,58,103,2.75,1.15 +Male,59,67,126,3.5,2.88 +Male,53,72,125,3.7,3.71 +Female,53,38,91,4,3.41 +Female,66,66,132,3.5,3.65 +Female,36,35,71,2.3,1.65 +Female,57,54,111,3.7,2.15 +Female,51,51,102,3.5,2.57 +Female,76,68,144,4,3.66 +Male,60,66,126,4,3.31 +Male,46,52,98,3,2.84 +Male,54,50,104,2.7,1.83 +Female,55,64,119,3.6,3.35 +Male,54,63,117,3.3,1.35 +Female,52,43,95,3.4,3.1 +Female,51,59,110,3.7,3.1 +Male,49,51,100,3,2.19 +Female,41,50,91,3,3.35 +Female,57,59,116,4,3.91 +Male,54,52,106,2.7,1.83 +Female,32,38,70,2.2,1.29 +Female,68,74,142,4,2.55 +Female,49,51,100,3.25,2.68 +Female,41,45,86,3.5,2.96 +Female,47,48,95,3,2.45 +Male,51,54,105,3.25,2.7 +Male,57,59,116,3,2.24 +Male,36,38,74,2.9,2.04 +Male,44,59,103,3.67,2.38 +Male,47,55,102,2.5,1.79 +Male,47,44,91,3,2 +Male,44,54,98,3.04,2.24 +Male,43,46,89,2.5,1.63 +Female,39,31,70,2.3,1.13 +Male,49,48,97,2.5,1.73 +Male,60,53,113,2.2,1.36 +Male,50,60,110,3,2.81 +Female,40,48,88,3.1,1.17 +Female,60,59,119,3.5,2.48 +Male,61,57,118,3.2,1.98 +Male,42,57,99,2.8,1.72 +Male,46,56,102,3.5,2.69 +Female,50,56,106,4,2.98 +Female,44,57,101,4,3.4 +Male,68,73,141,4,3.48 +Female,43,45,88,2.5,2.15 +Male,54,60,114,3,2.4 +Male,49,55,104,3,2.42 +Female,50,50,100,3.7,2.19 +Male,54,54,108,3.3,1.5 +Male,56,58,114,3.5,3.17 +Male,55,65,120,2.3,1.94 +Male,49,44,93,2.7,2.38 diff --git a/docs/_site/files/data/generated_data/attendance_program.csv b/docs/_site/files/data/generated_data/attendance_program.csv new file mode 100644 index 00000000..7adbf035 --- /dev/null +++ b/docs/_site/files/data/generated_data/attendance_program.csv @@ -0,0 +1,1201 @@ +id,attendance,treatment,grade +1,91.69,FALSE,87.75 +2,69.55,TRUE,60.42 +3,47.98,TRUE,18.16 +4,98.37,FALSE,86.13 +5,66.1,TRUE,47.56 +6,64.24,TRUE,40.06 +7,84.5,FALSE,84.29 +8,84.11,FALSE,70.7 +9,84.36,FALSE,85.07 +10,88.44,FALSE,86.51 +11,83.12,FALSE,65.72 +12,89.63,FALSE,78.77 +13,87.11,FALSE,70.64 +14,73.95,TRUE,59.62 +15,51.83,TRUE,16.57 +16,77.21,TRUE,62.16 +17,83.61,FALSE,80.57 +18,88.68,FALSE,80.57 +19,87.83,FALSE,82.1 +20,72.57,TRUE,70.11 +21,83.32,FALSE,74.19 +22,82.58,FALSE,71.1 +23,65.37,TRUE,48.25 +24,86.08,FALSE,81.54 +25,93.72,FALSE,86.06 +26,62.52,TRUE,32.57 +27,89.9,FALSE,84.03 +28,75.48,TRUE,74.94 +29,88.96,FALSE,81.23 +30,47.42,TRUE,20.72 +31,83.1,FALSE,76.09 +32,86.28,FALSE,76.45 +33,83.47,FALSE,82.28 +34,95,FALSE,85.47 +35,91.32,FALSE,74.97 +36,97.81,FALSE,84.97 +37,92.86,FALSE,83.48 +38,80.33,FALSE,66.42 +39,82.96,FALSE,56.93 +40,90.36,FALSE,70.41 +41,88.05,FALSE,83.54 +42,80.11,FALSE,67.53 +43,89.59,FALSE,84.91 +44,89.31,FALSE,92.42 +45,90.74,FALSE,80.86 +46,92.1,FALSE,85.1 +47,83.79,FALSE,77.07 +48,83.41,FALSE,69.12 +49,96.08,FALSE,82.38 +50,84.6,FALSE,67.56 +51,90.76,FALSE,82.65 +52,89.81,FALSE,85.73 +53,78.13,TRUE,63.87 +54,62.82,TRUE,40.48 +55,29.04,TRUE,3.94 +56,87.07,FALSE,80.53 +57,91.23,FALSE,80.54 +58,75.84,TRUE,66.29 +59,85.77,FALSE,77.92 +60,75.33,TRUE,63.38 +61,91.05,FALSE,85.79 +62,68.23,TRUE,54.19 +63,75.06,TRUE,62.92 +64,82.8,FALSE,72.84 +65,81.46,FALSE,69.7 +66,60.62,TRUE,37.05 +67,77.97,TRUE,67.62 +68,93.27,FALSE,92.96 +69,80.69,FALSE,49.84 +70,78.39,TRUE,71.44 +71,78.26,TRUE,71.25 +72,93.12,FALSE,88.98 +73,78.32,TRUE,71.01 +74,55.05,TRUE,35.35 +75,59.31,TRUE,35.26 +76,63.15,TRUE,46.58 +77,82.02,FALSE,80.96 +78,78.63,TRUE,67.89 +79,91.58,FALSE,82.87 +80,76.18,TRUE,70.7 +81,70.03,TRUE,53.26 +82,27.03,TRUE,1.82 +83,50.56,TRUE,24.39 +84,83.39,FALSE,75.32 +85,91.01,FALSE,78.33 +86,51.43,TRUE,20.14 +87,66.44,TRUE,51.61 +88,83.09,FALSE,67.27 +89,73.92,TRUE,59.58 +90,83.49,FALSE,83.94 +91,71.89,TRUE,59.82 +92,88.51,FALSE,77.8 +93,71.87,TRUE,64.19 +94,67.82,TRUE,60.4 +95,76.16,TRUE,72.21 +96,78.7,TRUE,64.75 +97,85.5,FALSE,71.91 +98,90.77,FALSE,85.34 +99,55.08,TRUE,25.84 +100,74.77,TRUE,61.07 +101,55.6,TRUE,30.35 +102,92.03,FALSE,93.09 +103,71.85,TRUE,59.1 +104,59.96,TRUE,37.85 +105,75.68,TRUE,69.21 +106,78.62,TRUE,71.82 +107,87.17,FALSE,75.85 +108,57.87,TRUE,34.84 +109,73.65,TRUE,62.62 +110,85.26,FALSE,72.31 +111,94.2,FALSE,91.01 +112,85.33,FALSE,82.36 +113,70.65,TRUE,65.6 +114,50.18,TRUE,27.5 +115,70.08,TRUE,60.87 +116,91.37,FALSE,76.74 +117,60.08,TRUE,34.76 +118,95.14,FALSE,93.63 +119,81.45,FALSE,66.76 +120,80.68,FALSE,57.66 +121,96.81,FALSE,87.82 +122,53.01,TRUE,22.24 +123,85.15,FALSE,68.95 +124,80.96,FALSE,65.67 +125,60.93,TRUE,36.37 +126,77.18,TRUE,65.57 +127,64.05,TRUE,51.15 +128,66.8,TRUE,52.73 +129,69.58,TRUE,57.04 +130,64.24,TRUE,41.28 +131,67.98,TRUE,65.98 +132,81.63,FALSE,74.21 +133,73.3,TRUE,65.44 +134,72.82,TRUE,51.69 +135,79.35,TRUE,71.52 +136,90.2,FALSE,81.36 +137,88.21,FALSE,84.39 +138,81.83,FALSE,74.45 +139,87.95,FALSE,84.45 +140,79.78,TRUE,76.78 +141,82.19,FALSE,68.37 +142,78.48,TRUE,68.93 +143,66.61,TRUE,52.54 +144,61.24,TRUE,32.48 +145,27.99,TRUE,2.91 +146,76.46,TRUE,77.42 +147,80.75,FALSE,62.73 +148,74.37,TRUE,71.41 +149,80.94,FALSE,66.46 +150,96.16,FALSE,97.12 +151,37.21,TRUE,9.29 +152,87.84,FALSE,79.22 +153,90.9,FALSE,89.12 +154,70.46,TRUE,51.9 +155,75.81,TRUE,65.85 +156,99.28,FALSE,86.37 +157,77.03,TRUE,77.24 +158,66.45,TRUE,50.79 +159,53.24,TRUE,26.21 +160,45.28,TRUE,18.2 +161,83.58,FALSE,63.19 +162,59.13,TRUE,36.1 +163,78.74,TRUE,67.96 +164,83.99,FALSE,68 +165,99.48,FALSE,92.46 +166,87.27,FALSE,90.7 +167,64.69,TRUE,49.13 +168,64.37,TRUE,40.86 +169,61.36,TRUE,46.09 +170,89.28,FALSE,86.84 +171,71.98,TRUE,41.78 +172,97.4,FALSE,92.98 +173,64.75,TRUE,48.63 +174,59.33,TRUE,38.65 +175,71.51,TRUE,56.49 +176,59.22,TRUE,29.44 +177,68.79,TRUE,48.3 +178,57.59,TRUE,31.39 +179,47.1,TRUE,11.71 +180,74.57,TRUE,62.22 +181,90.81,FALSE,83.54 +182,66.36,TRUE,44.17 +183,81.98,FALSE,79.18 +184,34.38,TRUE,7.64 +185,94.86,FALSE,83.11 +186,82.21,FALSE,75.71 +187,66.26,TRUE,46.36 +188,77.94,TRUE,64.06 +189,84.93,FALSE,71.11 +190,80.49,FALSE,73.05 +191,61.11,TRUE,42.12 +192,60.31,TRUE,37.29 +193,69.32,TRUE,47.25 +194,85.64,FALSE,77.34 +195,59.85,TRUE,37.9 +196,85.95,FALSE,71.55 +197,71.49,TRUE,52.99 +198,80.81,FALSE,59.06 +199,80.01,FALSE,57.09 +200,88.93,FALSE,91.27 +201,72.91,TRUE,69.45 +202,68.62,TRUE,42.88 +203,90.45,FALSE,81.55 +204,79.69,TRUE,66.84 +205,74.63,TRUE,66.29 +206,62.03,TRUE,43.8 +207,74.06,TRUE,62.3 +208,66.47,TRUE,54.45 +209,90.65,FALSE,80.75 +210,58.94,TRUE,35.65 +211,58.73,TRUE,40.34 +212,70.11,TRUE,58.26 +213,39.04,TRUE,13.79 +214,66.67,TRUE,45.34 +215,69.83,TRUE,52.02 +216,69.75,TRUE,50.96 +217,65.91,TRUE,48.21 +218,48.74,TRUE,26.2 +219,65.55,TRUE,44.01 +220,60.23,TRUE,38.03 +221,91.03,FALSE,82.51 +222,81.53,FALSE,57.87 +223,91.84,FALSE,80.5 +224,69.97,TRUE,51.92 +225,66.66,TRUE,49.41 +226,51.34,TRUE,25.38 +227,81.19,FALSE,75.33 +228,72.07,TRUE,50.25 +229,95.83,FALSE,80.84 +230,68.19,TRUE,39.17 +231,85.73,FALSE,81.07 +232,79.42,TRUE,82.38 +233,67.13,TRUE,44.92 +234,60.14,TRUE,38.77 +235,80.49,FALSE,61.25 +236,60.03,TRUE,44.3 +237,85.52,FALSE,74.54 +238,56.24,TRUE,34.23 +239,75.31,TRUE,71.74 +240,68.63,TRUE,59.64 +241,65.11,TRUE,38.21 +242,86.17,FALSE,82.39 +243,56.1,TRUE,26.72 +244,87.53,FALSE,83.09 +245,68.62,TRUE,42.53 +246,87.94,FALSE,83.71 +247,79.54,TRUE,69.68 +248,94.48,FALSE,78.4 +249,72.68,TRUE,50.98 +250,51.05,TRUE,19.2 +251,71.56,TRUE,60.62 +252,95.85,FALSE,85.65 +253,85.12,FALSE,79.42 +254,91.39,FALSE,84.84 +255,81.47,FALSE,68.43 +256,67.85,TRUE,52.13 +257,68.62,TRUE,55.44 +258,84.57,FALSE,73.51 +259,89.15,FALSE,82.32 +260,78.42,TRUE,84.83 +261,50.3,TRUE,30.2 +262,74.74,TRUE,66.36 +263,85.5,FALSE,78.18 +264,83.51,FALSE,72.34 +265,82.68,FALSE,64.47 +266,57.51,TRUE,32.96 +267,35.13,TRUE,8.04 +268,65.75,TRUE,36.35 +269,82.3,FALSE,65.72 +270,75.94,TRUE,64.85 +271,83.34,FALSE,63.9 +272,77.9,TRUE,60.62 +273,84.32,FALSE,75.95 +274,85.47,FALSE,52.43 +275,72.38,TRUE,70.16 +276,74.73,TRUE,72.85 +277,83.51,FALSE,64.12 +278,94.68,FALSE,82.27 +279,74.62,TRUE,67.01 +280,86.37,FALSE,67.17 +281,48.04,TRUE,17.81 +282,89.14,FALSE,81.27 +283,46.65,TRUE,15.3 +284,85.5,FALSE,69.99 +285,69.22,TRUE,47.13 +286,53.64,TRUE,32.21 +287,83.72,FALSE,72.1 +288,63.04,TRUE,42.99 +289,76.81,TRUE,72.13 +290,91.02,FALSE,91.45 +291,79.93,TRUE,71.58 +292,79.01,TRUE,77.46 +293,87.6,FALSE,78.06 +294,76.2,TRUE,80.55 +295,68.38,TRUE,51.99 +296,51.96,TRUE,26.19 +297,46.09,TRUE,20.47 +298,73.24,TRUE,57.62 +299,45.42,TRUE,18.06 +300,86.96,FALSE,82.21 +301,98.36,FALSE,84.29 +302,83.04,FALSE,60.64 +303,83.68,FALSE,72.4 +304,98.27,FALSE,84.97 +305,62.83,TRUE,33.12 +306,87.2,FALSE,78.56 +307,79.21,TRUE,71.8 +308,94.72,FALSE,83.84 +309,88.31,FALSE,82.03 +310,77.25,TRUE,70.22 +311,52.6,TRUE,24.3 +312,20,TRUE,0.81 +313,75.29,TRUE,56.17 +314,77.95,TRUE,67.09 +315,83.59,FALSE,66.7 +316,36.41,TRUE,12.9 +317,92.39,FALSE,92.85 +318,68.89,TRUE,49.98 +319,76.06,TRUE,80.98 +320,84.95,FALSE,72.82 +321,94.17,FALSE,85.05 +322,70.51,TRUE,65.99 +323,75.93,TRUE,65.58 +324,87.86,FALSE,81.76 +325,72.6,TRUE,54.09 +326,80.02,FALSE,76.41 +327,85.88,FALSE,64.69 +328,64.37,TRUE,39.64 +329,80.92,FALSE,61.98 +330,96.23,FALSE,85.64 +331,99.13,FALSE,84.83 +332,84.58,FALSE,76.84 +333,55.4,TRUE,33.21 +334,51.14,TRUE,29.41 +335,68.7,TRUE,63.07 +336,94.16,FALSE,89.15 +337,71.09,TRUE,63.51 +338,30.79,TRUE,4.51 +339,100,FALSE,83.84 +340,87.17,FALSE,68.23 +341,47.41,TRUE,17.88 +342,63.68,TRUE,42.51 +343,56.78,TRUE,24.54 +344,65.43,TRUE,45.33 +345,63.43,TRUE,42.22 +346,74.91,TRUE,55.31 +347,88.74,FALSE,84.89 +348,91.87,FALSE,77.89 +349,74.5,TRUE,65.9 +350,82.3,FALSE,79.24 +351,88.55,FALSE,63.83 +352,66.37,TRUE,60.67 +353,72.17,TRUE,52.9 +354,90.88,FALSE,83.33 +355,83.7,FALSE,81.43 +356,76.58,TRUE,62.55 +357,93.4,FALSE,84.88 +358,80.17,FALSE,69.42 +359,86.26,FALSE,69.91 +360,97.68,FALSE,100.83 +361,80.16,FALSE,73.21 +362,83.93,FALSE,87.12 +363,84.9,FALSE,79.65 +364,62.96,TRUE,52.46 +365,72.39,TRUE,67.53 +366,91.96,FALSE,88.58 +367,67.38,TRUE,45.78 +368,77.14,TRUE,64.88 +369,71.91,TRUE,72.21 +370,60.36,TRUE,42.76 +371,72.97,TRUE,66.71 +372,31.21,TRUE,5.45 +373,72.94,TRUE,61.49 +374,92.11,FALSE,83.4 +375,91.84,FALSE,85.79 +376,96.67,FALSE,82.63 +377,87.51,FALSE,85.73 +378,86.72,FALSE,82.96 +379,84.94,FALSE,80.28 +380,58.54,TRUE,41.22 +381,92.29,FALSE,89.35 +382,74.75,TRUE,55.43 +383,64.7,TRUE,41.68 +384,77.68,TRUE,72.49 +385,71.8,TRUE,67.49 +386,89.05,FALSE,83.36 +387,92.41,FALSE,84.63 +388,69.77,TRUE,58.54 +389,82.1,FALSE,75.09 +390,68.49,TRUE,55.04 +391,67.64,TRUE,47.67 +392,38.69,TRUE,15.09 +393,82.09,FALSE,70.26 +394,57.53,TRUE,34.6 +395,85.52,FALSE,74.07 +396,93.91,FALSE,84.24 +397,91.64,FALSE,81.49 +398,77.89,TRUE,74.88 +399,73.16,TRUE,61.17 +400,87.43,FALSE,75.99 +401,70.56,TRUE,52.3 +402,59.3,TRUE,42.41 +403,92.47,FALSE,81.08 +404,96.78,FALSE,88.36 +405,92.25,FALSE,93.87 +406,88.41,FALSE,68.19 +407,80.29,FALSE,69.74 +408,53.94,TRUE,28.92 +409,69.64,TRUE,56.07 +410,84.39,FALSE,82.11 +411,75.94,TRUE,64.08 +412,83.51,FALSE,76.61 +413,48.78,TRUE,20.56 +414,47.57,TRUE,20.08 +415,91.31,FALSE,86.26 +416,86.75,FALSE,73.26 +417,95.37,FALSE,89.24 +418,66.32,TRUE,46.18 +419,70.5,TRUE,55.79 +420,87.88,FALSE,80.5 +421,59.94,TRUE,31.49 +422,93.56,FALSE,89.77 +423,90.8,FALSE,95.56 +424,76,TRUE,61.88 +425,64.23,TRUE,42.78 +426,58.42,TRUE,28.77 +427,51.07,TRUE,26.51 +428,91.85,FALSE,80.53 +429,58.98,TRUE,52.34 +430,77.19,TRUE,70.95 +431,79.5,TRUE,76.13 +432,94.3,FALSE,81.71 +433,64.59,TRUE,41.77 +434,67.83,TRUE,52.04 +435,75.52,TRUE,63.58 +436,90.24,FALSE,72.47 +437,87.85,FALSE,69.79 +438,75.43,TRUE,67.68 +439,49.43,TRUE,14.32 +440,81.43,FALSE,61.32 +441,88.23,FALSE,84.5 +442,64.53,TRUE,36.57 +443,66.14,TRUE,51.61 +444,40.66,TRUE,18.77 +445,35.3,TRUE,9.52 +446,77.79,TRUE,81.59 +447,75.17,TRUE,61.16 +448,85.85,FALSE,79.71 +449,87.96,FALSE,77.88 +450,81.16,FALSE,75.76 +451,70.62,TRUE,80.11 +452,75.7,TRUE,66.08 +453,71.19,TRUE,63.9 +454,71.23,TRUE,57.14 +455,58.85,TRUE,35.43 +456,79.98,TRUE,72.37 +457,29.47,TRUE,1.14 +458,65.89,TRUE,48.17 +459,91.57,FALSE,89.97 +460,80.04,FALSE,66.68 +461,64,TRUE,45.11 +462,82.14,FALSE,63.89 +463,68.04,TRUE,47.86 +464,40.85,TRUE,18.64 +465,85.53,FALSE,79.87 +466,75.51,TRUE,71.37 +467,84.4,FALSE,89.71 +468,90.94,FALSE,88.83 +469,96.31,FALSE,95.17 +470,71.3,TRUE,54.8 +471,61.84,TRUE,40.34 +472,60.86,TRUE,37.74 +473,93.26,FALSE,88.58 +474,90.96,FALSE,80.31 +475,91.07,FALSE,82.51 +476,86.01,FALSE,68.45 +477,71.83,TRUE,56.08 +478,62.02,TRUE,47.85 +479,52,TRUE,33.74 +480,61.48,TRUE,37.92 +481,86.17,FALSE,80.06 +482,90.41,FALSE,89.62 +483,80.42,FALSE,68.43 +484,73.09,TRUE,56.39 +485,58.61,TRUE,28.81 +486,87.97,FALSE,85.11 +487,69.25,TRUE,57.33 +488,39.82,TRUE,6.89 +489,88.57,FALSE,77.67 +490,79.15,TRUE,85.04 +491,95.88,FALSE,84.38 +492,69.33,TRUE,59.42 +493,85.39,FALSE,84.62 +494,88.84,FALSE,81.03 +495,87.15,FALSE,84.09 +496,65.73,TRUE,46.4 +497,97.74,FALSE,95.49 +498,82.36,FALSE,86.36 +499,89.79,FALSE,84.63 +500,89.24,FALSE,84.97 +501,65.01,TRUE,43.63 +502,67.89,TRUE,49.99 +503,77.15,TRUE,62.54 +504,63.46,TRUE,46.47 +505,84.87,FALSE,66.91 +506,97.16,FALSE,99.54 +507,79.29,TRUE,60.18 +508,81.44,FALSE,69.43 +509,72.09,TRUE,62.28 +510,66.17,TRUE,50.95 +511,52.8,TRUE,24.77 +512,74.31,TRUE,84.27 +513,83.51,FALSE,71.81 +514,80.43,FALSE,63.58 +515,55.84,TRUE,35.7 +516,87.98,FALSE,85.03 +517,89.15,FALSE,82.5 +518,68.75,TRUE,55.39 +519,61.56,TRUE,39.46 +520,56.91,TRUE,27.77 +521,74.97,TRUE,67.75 +522,78.45,TRUE,71.81 +523,47.27,TRUE,16.1 +524,91.13,FALSE,84.99 +525,50.25,TRUE,29.75 +526,85.27,FALSE,81.26 +527,72.6,TRUE,54.08 +528,64.85,TRUE,51.27 +529,72.59,TRUE,61.15 +530,83.54,FALSE,74.82 +531,71.77,TRUE,49.99 +532,87.82,FALSE,77.88 +533,85.59,FALSE,63.16 +534,48.82,TRUE,19.6 +535,68.02,TRUE,47.46 +536,88.52,FALSE,82.63 +537,75.07,TRUE,62.07 +538,61.96,TRUE,42.06 +539,88.35,FALSE,79.31 +540,81.67,FALSE,62.72 +541,50.72,TRUE,25.59 +542,82.86,FALSE,73.8 +543,95.2,FALSE,88.83 +544,66.22,TRUE,52.75 +545,93.49,FALSE,92.54 +546,93.84,FALSE,87.22 +547,73.84,TRUE,51.23 +548,74.1,TRUE,57.65 +549,75.8,TRUE,69.64 +550,69.16,TRUE,54.56 +551,85.81,FALSE,82.35 +552,72.86,TRUE,64.5 +553,83.66,FALSE,69.78 +554,76.45,TRUE,67.12 +555,91.14,FALSE,83.39 +556,77.3,TRUE,65.15 +557,73.19,TRUE,56.26 +558,86.18,FALSE,82.69 +559,74.4,TRUE,71.83 +560,85.49,FALSE,75.03 +561,85.43,FALSE,68.78 +562,78.85,TRUE,73.35 +563,64.61,TRUE,43.08 +564,78.86,TRUE,82.53 +565,71.4,TRUE,41.88 +566,51.51,TRUE,21.44 +567,80.18,FALSE,67.99 +568,77.09,TRUE,75.37 +569,64.11,TRUE,41.33 +570,92.15,FALSE,88.01 +571,63.3,TRUE,49.64 +572,83.95,FALSE,63.14 +573,91.04,FALSE,88.87 +574,95.86,FALSE,85.7 +575,86.35,FALSE,89.69 +576,91.35,FALSE,81.88 +577,91.43,FALSE,85.51 +578,91.74,FALSE,80.96 +579,63.27,TRUE,47.66 +580,88.38,FALSE,75.5 +581,84.99,FALSE,64.52 +582,82.13,FALSE,74.3 +583,71.41,TRUE,52.47 +584,81.18,FALSE,76.02 +585,55.72,TRUE,28.59 +586,80.3,FALSE,51.64 +587,97.75,FALSE,100 +588,76.96,TRUE,72.54 +589,96.33,FALSE,89 +590,52.48,TRUE,26.43 +591,86.75,FALSE,70.57 +592,90.82,FALSE,91.27 +593,84.73,FALSE,73.88 +594,62.26,TRUE,34.74 +595,70.06,TRUE,56.77 +596,89.35,FALSE,75.03 +597,75.35,TRUE,74.02 +598,62.65,TRUE,44.89 +599,34.06,TRUE,7.2 +600,72.67,TRUE,56.18 +601,86.17,FALSE,75.47 +602,80.47,FALSE,54.04 +603,56.27,TRUE,34.79 +604,52.69,TRUE,31.66 +605,65.48,TRUE,49.61 +606,78.92,TRUE,77.29 +607,91.91,FALSE,95.98 +608,81.37,FALSE,66.89 +609,84.12,FALSE,80.65 +610,68.43,TRUE,58.16 +611,59.76,TRUE,43.08 +612,91.29,FALSE,96.3 +613,82.71,FALSE,61.1 +614,72.45,TRUE,52.67 +615,81.57,FALSE,60.63 +616,91.69,FALSE,86.71 +617,99.15,FALSE,87.17 +618,75.66,TRUE,75.24 +619,75.83,TRUE,60.12 +620,29.23,TRUE,1.83 +621,97.04,FALSE,89.98 +622,85.67,FALSE,80.42 +623,54.19,TRUE,26.78 +624,68.1,TRUE,43.69 +625,72.82,TRUE,57.44 +626,85.12,FALSE,62.38 +627,71.19,TRUE,58.75 +628,79.37,TRUE,77 +629,72.98,TRUE,56.04 +630,84.54,FALSE,74.5 +631,39.73,TRUE,13.28 +632,81.47,FALSE,64.59 +633,80.49,FALSE,64.23 +634,81.21,FALSE,69.04 +635,80.41,FALSE,72.09 +636,73.3,TRUE,60.82 +637,67.21,TRUE,49.82 +638,59.83,TRUE,52.31 +639,79.9,TRUE,68.52 +640,88.86,FALSE,84.71 +641,93.55,FALSE,82.3 +642,74.38,TRUE,66.05 +643,74.18,TRUE,69.02 +644,73.06,TRUE,49.3 +645,77.01,TRUE,68.47 +646,73.18,TRUE,81.88 +647,73.38,TRUE,59.82 +648,86.81,FALSE,67.86 +649,66.9,TRUE,49.35 +650,90.59,FALSE,82.4 +651,93.79,FALSE,90.51 +652,77.43,TRUE,79.74 +653,90.68,FALSE,82.17 +654,62.37,TRUE,34.86 +655,77.86,TRUE,80.98 +656,86.98,FALSE,79.97 +657,77.21,TRUE,55.91 +658,36.85,TRUE,11.37 +659,77.27,TRUE,72.15 +660,80.88,FALSE,57.24 +661,67.39,TRUE,49.68 +662,49.68,TRUE,30.32 +663,90.01,FALSE,81.22 +664,78.49,TRUE,63.14 +665,48.19,TRUE,21.44 +666,68.12,TRUE,59.88 +667,78.56,TRUE,73.87 +668,92.54,FALSE,86.98 +669,80.07,FALSE,69.5 +670,78.51,TRUE,69.84 +671,76.7,TRUE,71.19 +672,30.27,TRUE,6.76 +673,82.9,FALSE,83.15 +674,94.65,FALSE,95.66 +675,64.48,TRUE,43.21 +676,77.24,TRUE,66.1 +677,78.84,TRUE,80.43 +678,60.96,TRUE,45.7 +679,99.56,FALSE,99.18 +680,84.21,FALSE,71.59 +681,77.97,TRUE,74.37 +682,61.74,TRUE,36.97 +683,79.79,TRUE,70.48 +684,89.7,FALSE,78.18 +685,67.41,TRUE,44.42 +686,74.82,TRUE,63.13 +687,73.04,TRUE,63.29 +688,45.68,TRUE,17.96 +689,84.05,FALSE,63.09 +690,92.07,FALSE,80.74 +691,92.34,FALSE,86.24 +692,89.9,FALSE,71.53 +693,93.24,FALSE,89.77 +694,76.11,TRUE,67.55 +695,77.02,TRUE,68.55 +696,57.12,TRUE,26.03 +697,90.7,FALSE,85.13 +698,79.13,TRUE,75.13 +699,62.74,TRUE,50.63 +700,81.29,FALSE,73.25 +701,56.9,TRUE,35.87 +702,59.4,TRUE,48.46 +703,85.28,FALSE,74.66 +704,87.05,FALSE,75.6 +705,78.64,TRUE,60.53 +706,75.07,TRUE,85.41 +707,76.21,TRUE,80.36 +708,84.41,FALSE,78.29 +709,88.86,FALSE,81.88 +710,91.02,FALSE,84.17 +711,53.19,TRUE,29.81 +712,89.5,FALSE,81.57 +713,37.36,TRUE,12.87 +714,77.72,TRUE,65.81 +715,84.01,FALSE,68.87 +716,90.46,FALSE,84.89 +717,75.54,TRUE,60.34 +718,79.32,TRUE,89.21 +719,72.11,TRUE,50.19 +720,84.9,FALSE,73.38 +721,61.13,TRUE,36.61 +722,58.86,TRUE,37.16 +723,48.25,TRUE,22.98 +724,71.25,TRUE,61.13 +725,84.51,FALSE,52.89 +726,76.62,TRUE,51.91 +727,94.99,FALSE,87.17 +728,72.65,TRUE,54.27 +729,82.36,FALSE,66.88 +730,66.64,TRUE,55.08 +731,79.91,TRUE,79.39 +732,93.19,FALSE,89.75 +733,74.49,TRUE,62.7 +734,92.96,FALSE,90.25 +735,53.69,TRUE,33.98 +736,96.2,FALSE,96.53 +737,77.77,TRUE,82.93 +738,65.41,TRUE,36.77 +739,94.25,FALSE,84.34 +740,88.39,FALSE,86.33 +741,83.54,FALSE,69.17 +742,71.97,TRUE,50.03 +743,81.01,FALSE,56.23 +744,90.02,FALSE,84.19 +745,66.56,TRUE,62.16 +746,83.8,FALSE,72.86 +747,64.23,TRUE,46.25 +748,83.52,FALSE,71.61 +749,89.19,FALSE,83.63 +750,76.93,TRUE,61.35 +751,60.59,TRUE,39.51 +752,70.31,TRUE,47.49 +753,76.29,TRUE,67.56 +754,96.81,FALSE,89.41 +755,75.94,TRUE,64.65 +756,88.15,FALSE,83.3 +757,78.8,TRUE,85.36 +758,69.9,TRUE,66.43 +759,94.24,FALSE,92.82 +760,58.77,TRUE,30.04 +761,70.21,TRUE,54.28 +762,51.03,TRUE,27.1 +763,83.99,FALSE,71.93 +764,83.31,FALSE,57.82 +765,89.6,FALSE,76.09 +766,81.39,FALSE,74.34 +767,52.29,TRUE,20.44 +768,52.76,TRUE,27.29 +769,96.21,FALSE,96.26 +770,55.86,TRUE,24.14 +771,49.49,TRUE,29.51 +772,61.43,TRUE,44.69 +773,88.04,FALSE,80.43 +774,48.61,TRUE,27.39 +775,58.44,TRUE,34.05 +776,60.24,TRUE,40.16 +777,81.69,FALSE,59.76 +778,55.18,TRUE,34.65 +779,73.02,TRUE,69.25 +780,76.45,TRUE,74.3 +781,34.6,TRUE,11.43 +782,57.68,TRUE,40 +783,82.38,FALSE,57.94 +784,94.01,FALSE,83.48 +785,62.17,TRUE,39.09 +786,82.62,FALSE,65.23 +787,53.56,TRUE,29.48 +788,65.17,TRUE,40.85 +789,74.77,TRUE,70.68 +790,76.76,TRUE,61.01 +791,81.38,FALSE,69.6 +792,71.22,TRUE,49.29 +793,90.75,FALSE,91.33 +794,59.97,TRUE,37.88 +795,81.89,FALSE,60.41 +796,86.71,FALSE,71.57 +797,80.83,FALSE,68.22 +798,95.8,FALSE,87.34 +799,81.19,FALSE,60.72 +800,73.12,TRUE,58.22 +801,83.98,FALSE,72.48 +802,82.15,FALSE,67.82 +803,67.19,TRUE,49.68 +804,70.73,TRUE,57.29 +805,85.82,FALSE,84.5 +806,62.71,TRUE,45.39 +807,71.63,TRUE,58.59 +808,59.61,TRUE,33.63 +809,92.75,FALSE,81.25 +810,78.65,TRUE,75.49 +811,83.86,FALSE,75.65 +812,89.99,FALSE,87.4 +813,57.28,TRUE,42.46 +814,65.23,TRUE,34.19 +815,91.86,FALSE,82.05 +816,93.25,FALSE,83.73 +817,95.63,FALSE,92.78 +818,73.21,TRUE,59.61 +819,91.07,FALSE,76.98 +820,81.63,FALSE,60.93 +821,81.19,FALSE,53.12 +822,68.54,TRUE,58.73 +823,90.91,FALSE,84.07 +824,76.95,TRUE,75.21 +825,86.74,FALSE,80.39 +826,70.98,TRUE,66.74 +827,87.97,FALSE,80.33 +828,74.64,TRUE,83.51 +829,61.79,TRUE,42.88 +830,89.59,FALSE,84.94 +831,78.96,TRUE,77.55 +832,68.06,TRUE,54.94 +833,76.84,TRUE,68.11 +834,96.89,FALSE,85.64 +835,57.71,TRUE,37.84 +836,74.92,TRUE,66.75 +837,77.01,TRUE,65.25 +838,66.3,TRUE,51.04 +839,79.08,TRUE,65.02 +840,89.54,FALSE,81.63 +841,85.59,FALSE,78.83 +842,74.12,TRUE,62.25 +843,71.45,TRUE,67.25 +844,89.43,FALSE,74 +845,82.55,FALSE,66.06 +846,87.75,FALSE,79.53 +847,92.05,FALSE,83.17 +848,85.82,FALSE,78.57 +849,72.31,TRUE,51.47 +850,69.42,TRUE,53.12 +851,62.15,TRUE,38.15 +852,70.87,TRUE,51.4 +853,72.14,TRUE,61.5 +854,52,TRUE,21.2 +855,78.19,TRUE,86.17 +856,70.03,TRUE,63.02 +857,88.53,FALSE,67.43 +858,96.11,FALSE,93.76 +859,79.05,TRUE,75.42 +860,63.15,TRUE,30.3 +861,64.81,TRUE,43.52 +862,57.58,TRUE,33.6 +863,82.66,FALSE,80.33 +864,91.68,FALSE,89.03 +865,69.02,TRUE,61.12 +866,94.39,FALSE,91.25 +867,60.96,TRUE,36.1 +868,59.16,TRUE,42.63 +869,52.45,TRUE,28.44 +870,79.18,TRUE,86.72 +871,85.82,FALSE,80.84 +872,65.7,TRUE,50.74 +873,31.91,TRUE,7.09 +874,91.63,FALSE,83.5 +875,82.54,FALSE,68.31 +876,72.32,TRUE,58.48 +877,73.92,TRUE,62.33 +878,82.65,FALSE,85.58 +879,98.36,FALSE,99.7 +880,80.07,FALSE,68.01 +881,91.46,FALSE,80.74 +882,74.56,TRUE,71.86 +883,87.84,FALSE,61.94 +884,77.34,TRUE,62.67 +885,86.68,FALSE,76.98 +886,82.1,FALSE,58.29 +887,81.64,FALSE,62.88 +888,40.02,TRUE,15.68 +889,58.8,TRUE,37.79 +890,79.31,TRUE,70.74 +891,91.87,FALSE,85.29 +892,49.14,TRUE,29.76 +893,93.63,FALSE,91.05 +894,91.46,FALSE,84.56 +895,87.11,FALSE,82.37 +896,89.35,FALSE,88.48 +897,88.6,FALSE,80.11 +898,41.4,TRUE,10.33 +899,77.14,TRUE,60.68 +900,86.36,FALSE,80.03 +901,60,TRUE,33.88 +902,71.26,TRUE,53.7 +903,91.81,FALSE,90.7 +904,84.31,FALSE,64.11 +905,63.56,TRUE,43.19 +906,55.41,TRUE,36.21 +907,75.44,TRUE,68.84 +908,95.61,FALSE,81.47 +909,86.55,FALSE,74.26 +910,79.03,TRUE,66.86 +911,64.63,TRUE,49.34 +912,74.05,TRUE,70.5 +913,74.07,TRUE,65.18 +914,67.07,TRUE,49.45 +915,80.1,FALSE,67.59 +916,82.41,FALSE,75.42 +917,73.34,TRUE,66.68 +918,87.55,FALSE,84.28 +919,80.22,FALSE,54.61 +920,83.86,FALSE,75.07 +921,88.25,FALSE,87.16 +922,52.54,TRUE,20.47 +923,92.32,FALSE,98.6 +924,83,FALSE,64.05 +925,68.77,TRUE,45.92 +926,77.18,TRUE,70.93 +927,70.12,TRUE,42.18 +928,92.65,FALSE,86.43 +929,82.43,FALSE,80.3 +930,95.48,FALSE,91.18 +931,87.89,FALSE,86.99 +932,45.95,TRUE,20.1 +933,70.08,TRUE,55.61 +934,73.54,TRUE,60.26 +935,88.93,FALSE,81.4 +936,84.25,FALSE,78.52 +937,89.82,FALSE,80.77 +938,74.17,TRUE,58.63 +939,57.46,TRUE,34.42 +940,69.07,TRUE,51.88 +941,85.08,FALSE,80.55 +942,63.08,TRUE,38.19 +943,67.06,TRUE,56.78 +944,55.25,TRUE,27.26 +945,82.59,FALSE,82.05 +946,91.43,FALSE,83.19 +947,76.75,TRUE,77.71 +948,68.99,TRUE,47.98 +949,76.48,TRUE,73.73 +950,66.14,TRUE,51.89 +951,76.73,TRUE,70.04 +952,79.31,TRUE,84.86 +953,77.52,TRUE,72.5 +954,75.6,TRUE,71.05 +955,72.99,TRUE,60.75 +956,84.37,FALSE,69.64 +957,73.63,TRUE,82.17 +958,86.1,FALSE,79.95 +959,90.63,FALSE,94.16 +960,56.36,TRUE,32.91 +961,60.4,TRUE,39.89 +962,84.41,FALSE,83.15 +963,41.88,TRUE,9.97 +964,78.64,TRUE,74.14 +965,80.16,FALSE,52.28 +966,89.15,FALSE,79.55 +967,75.65,TRUE,73.83 +968,77.68,TRUE,79.03 +969,73.89,TRUE,86.58 +970,65.71,TRUE,49.24 +971,53.41,TRUE,27.2 +972,68.44,TRUE,48.71 +973,50.83,TRUE,27.53 +974,48.58,TRUE,24.89 +975,81.41,FALSE,63.9 +976,62.65,TRUE,43.2 +977,90.86,FALSE,90.14 +978,89.23,FALSE,85.8 +979,69.63,TRUE,57 +980,82.6,FALSE,59.25 +981,95.64,FALSE,96.31 +982,53.43,TRUE,26.74 +983,87.88,FALSE,83.27 +984,67.1,TRUE,51.14 +985,66.49,TRUE,46.37 +986,33.42,TRUE,8.59 +987,71.28,TRUE,57.65 +988,60.16,TRUE,31.65 +989,82.07,FALSE,71.97 +990,95.17,FALSE,80.38 +991,72.39,TRUE,70.94 +992,93.39,FALSE,88.63 +993,76.31,TRUE,66.73 +994,73.26,TRUE,70.61 +995,81.2,FALSE,56.9 +996,36.76,TRUE,14.02 +997,31.71,TRUE,7.38 +998,89.3,FALSE,89.99 +999,57.62,TRUE,25.37 +1000,81.61,FALSE,65.44 +1001,89.47,FALSE,71.77 +1002,75.53,TRUE,63.71 +1003,56.72,TRUE,34.88 +1004,49.47,TRUE,19.13 +1005,86.1,FALSE,85.03 +1006,72.45,TRUE,62.15 +1007,45.11,TRUE,12.25 +1008,94.71,FALSE,87.66 +1009,81.06,FALSE,65.46 +1010,85.18,FALSE,69.95 +1011,80.61,FALSE,74.42 +1012,59.55,TRUE,40.98 +1013,72.47,TRUE,64.9 +1014,76.54,TRUE,64.26 +1015,78.81,TRUE,72.59 +1016,90.48,FALSE,92.12 +1017,70.14,TRUE,57.21 +1018,49.94,TRUE,21.43 +1019,48.69,TRUE,16.36 +1020,66.38,TRUE,49.77 +1021,91.27,FALSE,84.48 +1022,87.64,FALSE,81.6 +1023,86.42,FALSE,86.45 +1024,93.68,FALSE,93.38 +1025,74.43,TRUE,65.98 +1026,43.52,TRUE,18.63 +1027,98.65,FALSE,85.43 +1028,57.65,TRUE,51.34 +1029,78.82,TRUE,75.89 +1030,87.02,FALSE,79.72 +1031,57.32,TRUE,35.6 +1032,73.33,TRUE,59.29 +1033,88.78,FALSE,82.99 +1034,86.22,FALSE,81.88 +1035,94.92,FALSE,83.35 +1036,21.07,TRUE,0 +1037,78.01,TRUE,73.48 +1038,86.84,FALSE,74.77 +1039,82.42,FALSE,64.1 +1040,84.14,FALSE,69.54 +1041,93.36,FALSE,85.52 +1042,94.36,FALSE,92.95 +1043,62.14,TRUE,36.25 +1044,66.8,TRUE,51.98 +1045,72.35,TRUE,50.85 +1046,89.99,FALSE,80.24 +1047,85.5,FALSE,64.04 +1048,89.67,FALSE,84.62 +1049,78.19,TRUE,69.04 +1050,72.31,TRUE,81.4 +1051,61.82,TRUE,38.41 +1052,63.67,TRUE,46.72 +1053,61.95,TRUE,43.3 +1054,42.42,TRUE,16.47 +1055,47.57,TRUE,24.05 +1056,84.69,FALSE,67.54 +1057,57.84,TRUE,29.56 +1058,65.51,TRUE,50.74 +1059,72.87,TRUE,57.69 +1060,88.59,FALSE,83.12 +1061,62.19,TRUE,37.95 +1062,73.97,TRUE,50.79 +1063,81.28,FALSE,56.57 +1064,52.94,TRUE,28.27 +1065,50.84,TRUE,31.76 +1066,54.38,TRUE,34.71 +1067,88.53,FALSE,84.36 +1068,52.5,TRUE,21.24 +1069,86.73,FALSE,85.54 +1070,66.58,TRUE,44.99 +1071,71.56,TRUE,62.9 +1072,86.29,FALSE,65.01 +1073,76.27,TRUE,77.49 +1074,68.04,TRUE,49.94 +1075,41.88,TRUE,14.08 +1076,78.38,TRUE,82.59 +1077,69.26,TRUE,58.54 +1078,92.88,FALSE,80.52 +1079,61.02,TRUE,42.94 +1080,71.06,TRUE,50.01 +1081,60.86,TRUE,32.6 +1082,82.14,FALSE,75.87 +1083,77.73,TRUE,82.39 +1084,72.83,TRUE,61.23 +1085,77.13,TRUE,71.4 +1086,55.17,TRUE,36.86 +1087,87.01,FALSE,79.9 +1088,71.18,TRUE,59.79 +1089,62.53,TRUE,41.05 +1090,92.04,FALSE,83.6 +1091,70.62,TRUE,49.83 +1092,84.76,FALSE,74.96 +1093,59.11,TRUE,35.73 +1094,95.61,FALSE,85.37 +1095,70.83,TRUE,60.76 +1096,84.31,FALSE,76.85 +1097,81.3,FALSE,63.09 +1098,92.27,FALSE,81.34 +1099,67.1,TRUE,53 +1100,95.06,FALSE,89.76 +1101,77.74,TRUE,69.27 +1102,65.48,TRUE,41.94 +1103,73.58,TRUE,67.21 +1104,54.79,TRUE,24.24 +1105,74.22,TRUE,63.76 +1106,88.09,FALSE,84.29 +1107,94.91,FALSE,83.76 +1108,90.45,FALSE,82.18 +1109,88.57,FALSE,81.78 +1110,94.26,FALSE,84.63 +1111,49.57,TRUE,25.71 +1112,38.57,TRUE,11.62 +1113,84.96,FALSE,75.81 +1114,73.54,TRUE,65.03 +1115,48.73,TRUE,16.95 +1116,62.89,TRUE,46.88 +1117,72.08,TRUE,56.47 +1118,91.29,FALSE,89.73 +1119,68.83,TRUE,41.12 +1120,78.4,TRUE,63.68 +1121,85.57,FALSE,69.57 +1122,86.17,FALSE,87.16 +1123,70.3,TRUE,57.05 +1124,63.99,TRUE,49.83 +1125,67.53,TRUE,53.89 +1126,65.71,TRUE,48.07 +1127,83.29,FALSE,63.23 +1128,73.2,TRUE,54.8 +1129,60.07,TRUE,32.77 +1130,97.84,FALSE,92.32 +1131,76.95,TRUE,67.22 +1132,74.4,TRUE,63.67 +1133,79.42,TRUE,73.13 +1134,74.21,TRUE,62.93 +1135,97.02,FALSE,92.72 +1136,68.01,TRUE,42.65 +1137,75.13,TRUE,70.02 +1138,83.34,FALSE,64.49 +1139,99.5,FALSE,82.73 +1140,82.15,FALSE,65.01 +1141,72.89,TRUE,56.4 +1142,76.51,TRUE,71.22 +1143,68.57,TRUE,62.57 +1144,59.26,TRUE,37.59 +1145,55.75,TRUE,30.73 +1146,51.89,TRUE,24.91 +1147,56.52,TRUE,33.86 +1148,81.24,FALSE,68.94 +1149,75.66,TRUE,65.58 +1150,42.79,TRUE,10.47 +1151,61.6,TRUE,46.24 +1152,68,TRUE,50.38 +1153,41.66,TRUE,15.98 +1154,85.2,FALSE,83.31 +1155,74.71,TRUE,70.63 +1156,79.6,TRUE,84.3 +1157,72.55,TRUE,67.56 +1158,77.85,TRUE,71.75 +1159,43.16,TRUE,15.24 +1160,72.54,TRUE,63.18 +1161,73.9,TRUE,66.64 +1162,85.92,FALSE,74.69 +1163,82.26,FALSE,58.51 +1164,94.6,FALSE,90.52 +1165,66.55,TRUE,46.16 +1166,55.12,TRUE,27.08 +1167,92.83,FALSE,88.08 +1168,66.75,TRUE,46.04 +1169,68.4,TRUE,59.94 +1170,71.3,TRUE,56.87 +1171,73.82,TRUE,68.94 +1172,68.31,TRUE,40.55 +1173,37.53,TRUE,8.86 +1174,65.57,TRUE,49.21 +1175,64.7,TRUE,49.06 +1176,84.01,FALSE,69.01 +1177,76.3,TRUE,69.18 +1178,83.41,FALSE,85.47 +1179,67.19,TRUE,50.11 +1180,66.56,TRUE,46.8 +1181,58.6,TRUE,34.5 +1182,88.72,FALSE,90.2 +1183,77.69,TRUE,61.85 +1184,83.2,FALSE,82.38 +1185,81.3,FALSE,70.65 +1186,61.61,TRUE,36.68 +1187,84.92,FALSE,77.17 +1188,46.39,TRUE,13.5 +1189,66.25,TRUE,46.93 +1190,73.46,TRUE,66.32 +1191,94.75,FALSE,95.15 +1192,81.16,FALSE,63.76 +1193,80.19,FALSE,56.93 +1194,60.46,TRUE,37.18 +1195,94.75,FALSE,80.73 +1196,58.99,TRUE,39.46 +1197,35.9,TRUE,10.69 +1198,94.42,FALSE,92.4 +1199,55.17,TRUE,33.74 +1200,68.36,TRUE,54.71 diff --git a/docs/_site/files/data/generated_data/barrel-dag-observational.png b/docs/_site/files/data/generated_data/barrel-dag-observational.png new file mode 100644 index 00000000..2b7066da Binary files /dev/null and b/docs/_site/files/data/generated_data/barrel-dag-observational.png differ diff --git a/docs/_site/files/data/generated_data/barrel-dag-rct.png b/docs/_site/files/data/generated_data/barrel-dag-rct.png new file mode 100644 index 00000000..fb822ac2 Binary files /dev/null and b/docs/_site/files/data/generated_data/barrel-dag-rct.png differ diff --git a/docs/_site/files/data/generated_data/barrels_observational.csv b/docs/_site/files/data/generated_data/barrels_observational.csv new file mode 100644 index 00000000..73cd55a2 --- /dev/null +++ b/docs/_site/files/data/generated_data/barrels_observational.csv @@ -0,0 +1,1242 @@ +id,water_bill,barrel,barrel_num,yard_size,home_garden,home_garden_num,attitude_env,temperature +1,212.73,Barrel,1,25811,No home garden,0,3,81.1 +2,258.76,No barrel,0,39479,Home garden,1,7,65.1 +3,156.49,Barrel,1,13297,No home garden,0,7,75.9 +4,254.84,No barrel,0,28259,No home garden,0,2,70.6 +5,194.78,Barrel,1,21479,No home garden,0,5,66.7 +6,201.81,Barrel,1,28906,Home garden,1,8,75.3 +7,210.42,No barrel,0,7041,No home garden,0,3,66.3 +8,255.56,No barrel,0,29434,No home garden,0,4,71.3 +9,187.88,Barrel,1,24779,Home garden,1,8,70 +10,252.21,No barrel,0,29741,Home garden,1,9,68.4 +11,174.36,Barrel,1,16931,No home garden,0,7,70.5 +12,183.78,Barrel,1,10357,No home garden,0,8,74.4 +13,202.02,Barrel,1,16071,No home garden,0,6,81 +14,185.85,Barrel,1,14977,No home garden,0,6,73 +15,211.61,Barrel,1,13053,No home garden,0,3,81.7 +16,208,Barrel,1,24206,No home garden,0,4,70.3 +17,181.79,No barrel,0,14641,No home garden,0,8,58.7 +18,213.09,Barrel,1,15519,No home garden,0,3,78.6 +19,174.12,No barrel,0,6782,No home garden,0,9,62.6 +20,231.34,No barrel,0,19185,No home garden,0,5,66.1 +21,219.84,No barrel,0,26319,Home garden,1,7,69.9 +22,192.17,Barrel,1,35468,Home garden,1,7,75.2 +23,236.49,Barrel,1,35299,No home garden,0,3,81.2 +24,183.51,No barrel,0,8066,No home garden,0,8,70.9 +25,179.93,No barrel,0,9509,No home garden,0,6,70.3 +26,188.89,Barrel,1,21281,No home garden,0,2,69 +27,265.28,No barrel,0,20160,No home garden,0,2,72.6 +28,266.37,No barrel,0,28510,Home garden,1,7,71.5 +29,142.15,Barrel,1,3815,No home garden,0,6,65 +30,223.17,No barrel,0,11933,No home garden,0,4,71.4 +31,265.78,No barrel,0,36989,Home garden,1,5,63 +32,203.82,No barrel,0,13489,No home garden,0,5,73.2 +33,250.57,No barrel,0,17570,No home garden,0,2,68.6 +34,225.84,No barrel,0,17197,No home garden,0,3,72.7 +35,261.62,No barrel,0,37644,Home garden,1,6,66.4 +36,257.22,No barrel,0,33476,Home garden,1,7,70.9 +37,233.64,No barrel,0,24009,No home garden,0,1,64 +38,204.67,Barrel,1,10880,No home garden,0,4,81.1 +39,271.29,No barrel,0,31316,Home garden,1,6,71.6 +40,260.6,No barrel,0,34542,Home garden,1,5,72.5 +41,233.32,No barrel,0,14983,No home garden,0,4,70.5 +42,192.14,Barrel,1,27877,Home garden,1,9,66.2 +43,233.46,Barrel,1,27994,No home garden,0,5,80.8 +44,189.38,No barrel,0,15527,No home garden,0,2,68.7 +45,171.08,Barrel,1,13715,No home garden,0,8,75 +46,268.69,No barrel,0,28308,No home garden,0,2,72.1 +47,222.04,No barrel,0,26454,No home garden,0,5,64 +48,256.28,No barrel,0,29906,No home garden,0,4,72 +49,213.61,No barrel,0,18501,Home garden,1,9,69.2 +50,248.19,No barrel,0,26720,No home garden,0,5,73.5 +51,270.18,No barrel,0,35343,Home garden,1,6,69.1 +52,216.79,No barrel,0,12211,No home garden,0,6,70.1 +53,235.35,Barrel,1,28904,Home garden,1,7,77.5 +54,175.73,Barrel,1,13592,No home garden,0,6,74.2 +55,210.69,No barrel,0,12990,No home garden,0,4,71.6 +56,184.29,Barrel,1,9363,No home garden,0,7,74.2 +57,239.13,No barrel,0,27521,Home garden,1,7,67.1 +58,224.67,Barrel,1,24539,No home garden,0,3,73.9 +59,250.85,No barrel,0,26410,No home garden,0,4,69.6 +60,166.68,Barrel,1,12062,No home garden,0,6,71.4 +61,235.72,Barrel,1,32672,No home garden,0,4,72.5 +62,207.25,Barrel,1,34827,Home garden,1,6,72.4 +63,205.15,Barrel,1,24811,No home garden,0,3,75.4 +64,186,No barrel,0,13646,No home garden,0,6,66.1 +65,223.82,No barrel,0,20140,No home garden,0,3,62.2 +66,229.3,Barrel,1,24714,No home garden,0,4,69.6 +67,219.04,No barrel,0,11316,No home garden,0,8,71.1 +68,287.82,No barrel,0,23572,No home garden,0,4,73.8 +69,253.42,No barrel,0,29730,No home garden,0,5,69.4 +70,206.44,No barrel,0,12860,No home garden,0,6,67.7 +71,213.55,No barrel,0,13761,No home garden,0,5,63.3 +72,221.17,Barrel,1,25221,No home garden,0,4,68.1 +73,227.28,No barrel,0,31993,Home garden,1,5,68.4 +74,179.57,Barrel,1,31952,No home garden,0,5,60.7 +75,254.44,No barrel,0,36695,Home garden,1,5,65.1 +76,223,No barrel,0,16829,No home garden,0,1,61.9 +77,212.64,No barrel,0,26067,Home garden,1,7,65.7 +78,224.06,No barrel,0,23897,No home garden,0,7,69.2 +79,234.41,No barrel,0,34248,Home garden,1,7,69.2 +80,257.09,No barrel,0,28608,Home garden,1,7,72 +81,126.53,Barrel,1,4832,No home garden,0,7,60.6 +82,244.96,No barrel,0,24637,Home garden,1,6,68.1 +83,252.02,No barrel,0,29531,Home garden,1,6,66.5 +84,214.61,No barrel,0,18565,No home garden,0,5,67.2 +85,219.13,No barrel,0,19108,No home garden,0,1,71.8 +86,245.27,No barrel,0,30574,Home garden,1,6,71.9 +87,229.19,No barrel,0,20286,No home garden,0,4,65.7 +88,263.65,No barrel,0,16218,No home garden,0,4,69.7 +89,182.68,No barrel,0,18107,No home garden,0,7,67.5 +90,218.32,No barrel,0,23129,Home garden,1,8,71.1 +91,189.43,Barrel,1,17230,Home garden,1,9,74.9 +92,187.1,Barrel,1,24724,Home garden,1,7,65.1 +93,247.13,No barrel,0,12219,No home garden,0,2,77 +94,217.41,No barrel,0,27721,Home garden,1,6,60.8 +95,244.46,No barrel,0,18977,No home garden,0,4,74.8 +96,217.75,Barrel,1,25067,Home garden,1,7,74.5 +97,199.82,Barrel,1,27990,Home garden,1,6,73.9 +98,193.69,No barrel,0,16333,No home garden,0,6,66 +99,267.4,No barrel,0,26412,No home garden,0,6,70.3 +100,121.75,Barrel,1,6261,No home garden,0,5,66.9 +101,218.11,No barrel,0,22827,No home garden,0,3,62.8 +102,270.05,No barrel,0,28279,No home garden,0,4,67.8 +103,191.1,Barrel,1,18408,No home garden,0,6,76.8 +104,178.38,No barrel,0,11176,No home garden,0,6,62.2 +105,175.22,No barrel,0,10682,No home garden,0,6,62.5 +106,250.71,No barrel,0,25144,No home garden,0,4,69.3 +107,239.01,No barrel,0,22087,No home garden,0,5,69.3 +108,226.17,Barrel,1,33313,Home garden,1,8,77.9 +109,221.65,No barrel,0,26079,No home garden,0,5,69 +110,212.91,No barrel,0,21691,No home garden,0,5,66.1 +111,182.32,Barrel,1,24941,Home garden,1,9,62.4 +112,218.28,Barrel,1,28018,Home garden,1,8,71.4 +113,230.27,No barrel,0,26331,Home garden,1,8,71.9 +114,257.66,No barrel,0,32150,No home garden,0,4,68.1 +115,210.18,Barrel,1,27143,No home garden,0,5,76 +116,166.36,Barrel,1,15679,Home garden,1,9,69.6 +117,240.31,Barrel,1,34956,No home garden,0,3,66.8 +118,206.07,Barrel,1,23506,No home garden,0,4,78.7 +119,218.62,No barrel,0,21556,No home garden,0,4,70.7 +120,200.36,Barrel,1,11430,No home garden,0,2,75.8 +121,195.36,Barrel,1,19677,No home garden,0,4,66.3 +122,205.18,Barrel,1,28299,No home garden,0,4,65.8 +123,185.46,Barrel,1,14878,No home garden,0,5,71 +124,234.73,No barrel,0,19757,No home garden,0,5,78.1 +125,251.71,No barrel,0,24519,No home garden,0,5,70 +126,194.99,No barrel,0,27526,No home garden,0,6,57.9 +127,225.89,No barrel,0,22271,No home garden,0,6,68.4 +128,235.78,No barrel,0,17550,No home garden,0,3,71.4 +129,216.38,No barrel,0,22228,No home garden,0,3,62 +130,242.48,Barrel,1,18875,No home garden,0,2,82.2 +131,207.6,Barrel,1,28731,No home garden,0,3,64.5 +132,216.38,No barrel,0,19544,No home garden,0,7,62.7 +133,250.36,Barrel,1,28653,No home garden,0,4,80.9 +134,223.57,No barrel,0,14885,No home garden,0,7,69.1 +135,281.43,No barrel,0,27255,No home garden,0,5,82.2 +136,233.91,No barrel,0,22252,No home garden,0,5,67.4 +137,156.53,Barrel,1,16299,No home garden,0,3,54 +138,227,No barrel,0,28339,No home garden,0,4,63.4 +139,214.42,Barrel,1,31862,Home garden,1,6,71.2 +140,189.05,Barrel,1,25688,No home garden,0,5,71.5 +141,178.81,Barrel,1,23795,Home garden,1,9,72.1 +142,243.03,No barrel,0,26763,No home garden,0,5,76.2 +143,241.5,No barrel,0,20645,No home garden,0,6,68.3 +144,212.11,No barrel,0,11961,No home garden,0,4,70.7 +145,187.78,No barrel,0,17118,No home garden,0,7,69.8 +146,228.93,No barrel,0,28364,Home garden,1,6,68.2 +147,153.46,Barrel,1,7939,No home garden,0,7,67.8 +148,227.48,Barrel,1,32363,No home garden,0,2,73.4 +149,183.06,Barrel,1,20559,No home garden,0,3,68.6 +150,213.13,No barrel,0,22450,No home garden,0,7,66.8 +151,213.43,Barrel,1,21992,No home garden,0,4,78.7 +152,264.03,No barrel,0,27979,No home garden,0,2,71.8 +153,170.94,No barrel,0,6885,No home garden,0,7,66.4 +154,171.81,Barrel,1,30342,Home garden,1,6,68 +155,223.55,No barrel,0,18034,No home garden,0,5,71.6 +156,164.64,Barrel,1,3635,No home garden,0,4,71.4 +157,245.53,No barrel,0,13369,No home garden,0,2,74.4 +158,170.86,Barrel,1,20765,No home garden,0,7,64 +159,174.32,Barrel,1,20211,No home garden,0,5,74.9 +160,174.87,No barrel,0,6049,No home garden,0,6,67.2 +161,217.44,No barrel,0,28028,No home garden,0,6,69.5 +162,168.98,No barrel,0,24006,Home garden,1,8,62.1 +163,193.86,No barrel,0,22052,No home garden,0,4,61.7 +164,219.74,No barrel,0,27177,No home garden,0,6,69.6 +165,186,Barrel,1,20355,Home garden,1,8,76.3 +166,145.88,Barrel,1,9577,No home garden,0,9,68.7 +167,242,No barrel,0,34602,No home garden,0,4,69.9 +168,235.19,No barrel,0,24962,No home garden,0,5,68.2 +169,168.35,No barrel,0,7522,No home garden,0,9,72.9 +170,256.56,No barrel,0,30832,No home garden,0,3,67.5 +171,278.48,No barrel,0,33357,Home garden,1,7,73.9 +172,261.39,No barrel,0,28891,No home garden,0,4,70.1 +173,191.91,Barrel,1,7664,No home garden,0,7,79.2 +174,254.93,No barrel,0,22879,No home garden,0,1,71.6 +175,199.93,Barrel,1,32797,Home garden,1,9,70.9 +176,151.87,Barrel,1,6317,No home garden,0,3,69.9 +177,240.35,No barrel,0,38750,No home garden,0,4,63.2 +178,215.35,No barrel,0,10549,No home garden,0,6,70.8 +179,244.16,No barrel,0,16835,No home garden,0,2,71.9 +180,261.26,No barrel,0,29641,No home garden,0,5,64.1 +181,170.42,No barrel,0,1950,No home garden,0,7,68 +182,218.08,Barrel,1,21646,No home garden,0,4,76.4 +183,197.67,Barrel,1,31386,No home garden,0,5,75.5 +184,217.84,No barrel,0,23409,No home garden,0,5,68.3 +185,292.06,No barrel,0,36306,No home garden,0,3,76.1 +186,195.83,No barrel,0,14235,No home garden,0,8,71.7 +187,191.54,Barrel,1,19422,No home garden,0,3,72.3 +188,187.77,No barrel,0,19659,No home garden,0,5,58.6 +189,217.56,Barrel,1,24669,No home garden,0,5,76 +190,175.36,Barrel,1,14662,No home garden,0,4,67.3 +191,220.23,Barrel,1,24369,No home garden,0,4,73.7 +192,287.74,No barrel,0,36826,Home garden,1,7,73.4 +193,211.1,No barrel,0,17097,No home garden,0,5,65.9 +194,219.79,No barrel,0,14804,No home garden,0,5,77.9 +195,184.13,Barrel,1,20895,No home garden,0,7,68.1 +196,195.77,Barrel,1,23453,No home garden,0,3,61.3 +197,170.6,Barrel,1,15292,No home garden,0,3,63.9 +198,190.45,Barrel,1,11943,No home garden,0,4,70.4 +199,287.96,No barrel,0,39000,Home garden,1,4,74.5 +200,222.4,Barrel,1,24622,Home garden,1,7,75.5 +201,190.43,Barrel,1,12524,No home garden,0,4,83 +202,167.46,No barrel,0,7235,No home garden,0,9,68.3 +203,231.78,No barrel,0,19168,No home garden,0,6,67.1 +204,278.05,No barrel,0,28649,Home garden,1,8,76.8 +205,224.18,No barrel,0,17615,No home garden,0,3,73.4 +206,183.79,Barrel,1,24905,Home garden,1,8,64.3 +207,228.78,No barrel,0,29426,Home garden,1,6,65.1 +208,209.46,No barrel,0,22186,No home garden,0,5,60.7 +209,254.34,No barrel,0,24699,Home garden,1,8,70.3 +210,182.66,Barrel,1,16278,No home garden,0,8,66.1 +211,219.11,Barrel,1,30939,Home garden,1,8,80.7 +212,225.08,No barrel,0,28699,No home garden,0,6,62.9 +213,217.1,No barrel,0,22377,No home garden,0,5,63.1 +214,191.22,Barrel,1,25072,No home garden,0,5,72 +215,200.23,No barrel,0,17516,No home garden,0,7,70.3 +216,222.2,No barrel,0,24901,Home garden,1,9,69.9 +217,137.33,Barrel,1,3797,No home garden,0,7,71.2 +218,164.75,Barrel,1,12596,No home garden,0,4,70.2 +219,212.63,Barrel,1,29474,Home garden,1,6,76.2 +220,158.09,Barrel,1,20795,Home garden,1,8,68.1 +221,216.8,Barrel,1,21396,No home garden,0,5,79.9 +222,201.3,Barrel,1,11609,No home garden,0,7,86 +223,250.41,No barrel,0,26493,No home garden,0,4,73.6 +224,179.99,Barrel,1,12809,No home garden,0,7,80.2 +225,185.57,Barrel,1,13605,No home garden,0,7,75.5 +226,217.07,No barrel,0,26145,No home garden,0,5,67.3 +227,137.34,Barrel,1,572,No home garden,0,9,70 +228,268.45,No barrel,0,28862,No home garden,0,4,73.6 +229,246.05,No barrel,0,28305,No home garden,0,4,71.4 +230,202.51,No barrel,0,22778,Home garden,1,7,71.3 +231,210.98,No barrel,0,28042,No home garden,0,6,57.5 +232,219.92,No barrel,0,20065,No home garden,0,3,73.5 +233,190.16,No barrel,0,8463,No home garden,0,6,64.7 +234,210.05,Barrel,1,19207,No home garden,0,3,74.1 +235,182.9,No barrel,0,22067,Home garden,1,8,60.3 +236,232.13,No barrel,0,12730,No home garden,0,3,75.3 +237,244.1,No barrel,0,23102,No home garden,0,5,76.9 +238,236.51,No barrel,0,25148,Home garden,1,6,69.1 +239,233.59,No barrel,0,29420,No home garden,0,5,67.6 +240,167.92,Barrel,1,27732,No home garden,0,5,62.1 +241,237.27,No barrel,0,26237,No home garden,0,4,69.4 +242,240.59,No barrel,0,16245,No home garden,0,2,73.1 +243,228.03,No barrel,0,20156,No home garden,0,4,72.7 +244,245.57,No barrel,0,12116,No home garden,0,3,79.2 +245,274.72,No barrel,0,27499,No home garden,0,4,79.4 +246,236.42,Barrel,1,29061,No home garden,0,3,76.2 +247,172.59,Barrel,1,16866,No home garden,0,8,62.7 +248,200.29,No barrel,0,14483,No home garden,0,7,67.6 +249,186.47,Barrel,1,20120,No home garden,0,7,69.2 +250,200.91,No barrel,0,17426,No home garden,0,7,59.6 +251,179.23,No barrel,0,10322,No home garden,0,6,63.3 +252,198.61,No barrel,0,10334,No home garden,0,6,74.7 +253,270.99,No barrel,0,31526,Home garden,1,5,67.6 +254,220.12,No barrel,0,14850,No home garden,0,5,73.3 +255,225.37,No barrel,0,13115,No home garden,0,3,68.9 +256,233.38,Barrel,1,29775,No home garden,0,5,76.8 +257,252.06,No barrel,0,24220,No home garden,0,5,71.1 +258,210.19,No barrel,0,17341,No home garden,0,4,60.3 +259,206.69,No barrel,0,23242,No home garden,0,6,64.5 +260,285.18,No barrel,0,38900,Home garden,1,7,67.2 +261,224.32,No barrel,0,12636,No home garden,0,5,84.8 +262,210.92,No barrel,0,25900,Home garden,1,7,62.2 +263,258.89,No barrel,0,30876,Home garden,1,6,72.5 +264,274.52,No barrel,0,38559,Home garden,1,6,69.1 +265,192.86,Barrel,1,11182,No home garden,0,6,78.7 +266,241.94,No barrel,0,25847,No home garden,0,4,72.6 +267,220.7,No barrel,0,16846,No home garden,0,2,65.2 +268,230.96,No barrel,0,21089,No home garden,0,5,68.7 +269,205.02,No barrel,0,11424,No home garden,0,4,67.3 +270,250.6,Barrel,1,34542,No home garden,0,3,71.6 +271,241.77,No barrel,0,22464,Home garden,1,7,70.7 +272,232.26,No barrel,0,11423,No home garden,0,3,77 +273,226.66,Barrel,1,26701,No home garden,0,4,77.8 +274,164,Barrel,1,13528,No home garden,0,2,70.5 +275,251.84,No barrel,0,30111,Home garden,1,6,71.2 +276,165.88,No barrel,0,7301,No home garden,0,9,67.4 +277,253.51,No barrel,0,19713,No home garden,0,2,77.4 +278,194.97,Barrel,1,15397,No home garden,0,6,77.3 +279,190.12,Barrel,1,24008,Home garden,1,7,73.6 +280,244.95,No barrel,0,36530,No home garden,0,3,69.6 +281,198.47,Barrel,1,22268,Home garden,1,8,74 +282,212.02,Barrel,1,22842,No home garden,0,7,82 +283,140.09,Barrel,1,5676,No home garden,0,3,67.2 +284,221.59,No barrel,0,19227,No home garden,0,5,75.9 +285,257.11,No barrel,0,12084,No home garden,0,5,79.5 +286,231.05,No barrel,0,20179,No home garden,0,7,71.2 +287,199.72,No barrel,0,13680,No home garden,0,4,62.2 +288,194.51,Barrel,1,29663,Home garden,1,7,73.7 +289,209.04,No barrel,0,9402,No home garden,0,4,64 +290,143.18,Barrel,1,4957,No home garden,0,9,62.4 +291,219.98,No barrel,0,5772,No home garden,0,5,77.6 +292,198.41,No barrel,0,25044,Home garden,1,8,61.4 +293,181.41,Barrel,1,9163,No home garden,0,5,72.2 +294,223.96,No barrel,0,11746,No home garden,0,3,70.3 +295,258.9,No barrel,0,36012,No home garden,0,4,69.5 +296,218.83,No barrel,0,19909,No home garden,0,7,74 +297,263.51,No barrel,0,13791,No home garden,0,3,78.1 +298,212.48,No barrel,0,17166,Home garden,1,8,68.1 +299,243.84,No barrel,0,32059,No home garden,0,3,64.2 +300,172.51,No barrel,0,15538,No home garden,0,8,65.6 +301,220.47,No barrel,0,24576,No home garden,0,6,69.9 +302,263.96,No barrel,0,36060,Home garden,1,8,76.8 +303,197.98,No barrel,0,14428,No home garden,0,4,71.6 +304,197.22,No barrel,0,16403,No home garden,0,6,70.6 +305,174.82,Barrel,1,15809,No home garden,0,7,67 +306,213.17,Barrel,1,16009,No home garden,0,3,80.4 +307,156.97,Barrel,1,22192,Home garden,1,10,69.7 +308,194.3,Barrel,1,32695,Home garden,1,8,62 +309,176.04,No barrel,0,26563,Home garden,1,8,59.8 +310,229.77,Barrel,1,20250,No home garden,0,4,70.8 +311,225.64,Barrel,1,19129,No home garden,0,2,71.9 +312,234.07,Barrel,1,36691,Home garden,1,10,71.7 +313,214.66,No barrel,0,19936,Home garden,1,8,64.2 +314,214.13,No barrel,0,30956,No home garden,0,4,55.2 +315,198.66,No barrel,0,9035,No home garden,0,5,63.8 +316,202.66,Barrel,1,25321,No home garden,0,6,73.5 +317,214.57,No barrel,0,21845,No home garden,0,7,65.4 +318,233.84,No barrel,0,18141,No home garden,0,6,71.6 +319,185.76,Barrel,1,17294,Home garden,1,8,75.3 +320,234.4,No barrel,0,24703,Home garden,1,9,71 +321,234.4,Barrel,1,26873,Home garden,1,6,78.3 +322,209.59,No barrel,0,23680,Home garden,1,9,70.5 +323,238.72,No barrel,0,32314,No home garden,0,4,64 +324,199.38,No barrel,0,26245,No home garden,0,6,57.8 +325,213.76,No barrel,0,21201,No home garden,0,6,70.4 +326,264.43,No barrel,0,31968,No home garden,0,2,73.9 +327,251.96,No barrel,0,21966,No home garden,0,6,72.6 +328,251.54,No barrel,0,21619,No home garden,0,3,71.3 +329,252.2,No barrel,0,29348,No home garden,0,5,67.9 +330,182.34,Barrel,1,17334,No home garden,0,6,65.9 +331,170.29,Barrel,1,22451,Home garden,1,8,64.1 +332,243.47,No barrel,0,23481,Home garden,1,8,72.6 +333,154.37,Barrel,1,11152,No home garden,0,6,66.7 +334,236.34,Barrel,1,13522,No home garden,0,2,84.2 +335,271.13,No barrel,0,18675,No home garden,0,2,76.3 +336,215.62,No barrel,0,29744,Home garden,1,6,64.3 +337,218.31,No barrel,0,29141,Home garden,1,9,63.5 +338,219.9,No barrel,0,18130,No home garden,0,6,67.9 +339,154.86,Barrel,1,9674,No home garden,0,7,73.3 +340,159.77,Barrel,1,2995,No home garden,0,7,75.6 +341,211.59,Barrel,1,17610,No home garden,0,4,70.3 +342,181.2,No barrel,0,5752,No home garden,0,5,68.7 +343,214.11,No barrel,0,18593,No home garden,0,4,71.7 +344,269.58,No barrel,0,31806,No home garden,0,4,81 +345,180.2,Barrel,1,4582,No home garden,0,7,77.5 +346,209.39,No barrel,0,27107,Home garden,1,7,64.4 +347,209.17,Barrel,1,20361,No home garden,0,6,74.6 +348,198.69,No barrel,0,11789,No home garden,0,7,66.5 +349,264.43,No barrel,0,22098,No home garden,0,4,76.7 +350,181.37,No barrel,0,9797,No home garden,0,3,67.5 +351,188.01,Barrel,1,28685,Home garden,1,7,71.2 +352,198.62,Barrel,1,23137,No home garden,0,2,70.3 +353,193.99,Barrel,1,17442,No home garden,0,5,78.1 +354,153,Barrel,1,2082,No home garden,0,5,70.7 +355,139.21,Barrel,1,1886,No home garden,0,6,68.3 +356,200.25,Barrel,1,19408,No home garden,0,3,74 +357,255.57,No barrel,0,15740,No home garden,0,2,73.8 +358,157.93,Barrel,1,10330,No home garden,0,8,66.6 +359,204.35,Barrel,1,23610,Home garden,1,8,75.8 +360,167.95,Barrel,1,10932,No home garden,0,5,69.5 +361,216.61,No barrel,0,11705,No home garden,0,4,68.9 +362,280.74,No barrel,0,36420,Home garden,1,6,71 +363,257.72,No barrel,0,37060,Home garden,1,8,62.8 +364,206.97,No barrel,0,20577,No home garden,0,3,61.1 +365,168.68,Barrel,1,13606,No home garden,0,6,70.6 +366,208.28,Barrel,1,24182,No home garden,0,6,69.8 +367,221.38,No barrel,0,8218,No home garden,0,3,67.2 +368,242.76,Barrel,1,28461,Home garden,1,6,77.9 +369,173.17,Barrel,1,11640,No home garden,0,4,70.2 +370,180.75,Barrel,1,6801,No home garden,0,5,70 +371,182.55,Barrel,1,19448,No home garden,0,5,71.4 +372,203.42,No barrel,0,20970,No home garden,0,6,71.6 +373,207.85,Barrel,1,21163,No home garden,0,1,70 +374,235.58,No barrel,0,17070,No home garden,0,3,70.9 +375,196.96,Barrel,1,30536,Home garden,1,9,77.5 +376,135.61,Barrel,1,982,No home garden,0,7,79.7 +377,186.63,Barrel,1,19660,No home garden,0,3,66.4 +378,228.49,No barrel,0,22161,Home garden,1,8,68.2 +379,246.42,Barrel,1,31622,No home garden,0,4,75.4 +380,160.62,Barrel,1,8157,No home garden,0,7,71 +381,189.67,No barrel,0,13119,No home garden,0,4,64.4 +382,243.47,No barrel,0,24252,No home garden,0,5,70.4 +383,240.82,No barrel,0,17648,No home garden,0,5,73.8 +384,143.57,No barrel,0,3478,No home garden,0,4,61.9 +385,219.99,No barrel,0,27011,No home garden,0,4,60.6 +386,252.85,No barrel,0,16246,No home garden,0,3,71.1 +387,206.95,No barrel,0,13220,No home garden,0,2,68.4 +388,211.46,No barrel,0,29814,Home garden,1,10,63.3 +389,209.92,Barrel,1,32031,Home garden,1,7,66.4 +390,194.39,Barrel,1,19079,No home garden,0,3,73.7 +391,246.26,Barrel,1,31389,No home garden,0,3,73 +392,190.54,No barrel,0,16959,No home garden,0,3,65.7 +393,275.6,No barrel,0,34034,Home garden,1,8,72 +394,206.99,No barrel,0,14242,No home garden,0,7,73 +395,186.95,No barrel,0,7896,No home garden,0,4,69.6 +396,165.7,Barrel,1,15567,No home garden,0,8,68.8 +397,206.61,No barrel,0,11384,No home garden,0,5,69.3 +398,227.45,No barrel,0,12423,No home garden,0,2,73.2 +399,199.99,No barrel,0,11376,No home garden,0,6,70.5 +400,231.19,Barrel,1,27549,No home garden,0,4,76.8 +401,203.92,Barrel,1,22512,No home garden,0,4,70.7 +402,228.38,Barrel,1,21336,Home garden,1,8,76.7 +403,212.06,Barrel,1,12950,No home garden,0,3,70.8 +404,238.12,No barrel,0,26771,Home garden,1,7,72.8 +405,220.85,No barrel,0,12474,No home garden,0,5,73 +406,196.27,No barrel,0,15037,Home garden,1,9,66.1 +407,230.64,No barrel,0,21735,Home garden,1,7,72.7 +408,249.14,Barrel,1,33339,Home garden,1,7,78 +409,217.43,No barrel,0,21485,No home garden,0,6,64.6 +410,216.62,No barrel,0,19231,No home garden,0,6,66 +411,198.28,No barrel,0,11639,No home garden,0,4,63.3 +412,187.09,Barrel,1,23759,No home garden,0,4,68.6 +413,210.38,Barrel,1,19035,No home garden,0,7,71.9 +414,194.44,No barrel,0,12768,No home garden,0,4,63.7 +415,145.61,Barrel,1,14954,No home garden,0,5,67.7 +416,221.22,No barrel,0,23186,No home garden,0,5,71.6 +417,198.47,No barrel,0,18246,No home garden,0,6,66.7 +418,176.72,Barrel,1,12380,No home garden,0,6,68.6 +419,250.82,No barrel,0,30214,No home garden,0,5,67.3 +420,182.2,No barrel,0,9743,No home garden,0,7,67 +421,167.46,No barrel,0,14253,No home garden,0,6,64 +422,197.23,Barrel,1,16838,No home garden,0,4,74.9 +423,207.56,No barrel,0,21306,No home garden,0,5,60.8 +424,170.31,No barrel,0,12565,No home garden,0,6,72 +425,204.37,Barrel,1,29013,No home garden,0,4,69.1 +426,278.27,No barrel,0,28754,No home garden,0,1,73.1 +427,223.22,Barrel,1,33999,No home garden,0,3,74.6 +428,182.31,No barrel,0,4514,No home garden,0,5,71.6 +429,266.63,No barrel,0,28854,No home garden,0,5,70.2 +430,215.78,Barrel,1,32674,Home garden,1,8,74.8 +431,281.45,No barrel,0,25658,No home garden,0,1,70.6 +432,181.85,Barrel,1,9121,No home garden,0,3,69 +433,192.85,Barrel,1,20175,No home garden,0,7,72.7 +434,228.38,Barrel,1,33906,No home garden,0,4,68.4 +435,220.59,No barrel,0,14747,No home garden,0,2,67 +436,198.36,Barrel,1,27357,Home garden,1,7,69.7 +437,199.85,No barrel,0,19782,No home garden,0,3,67.8 +438,211.86,No barrel,0,3006,No home garden,0,8,76.1 +439,189.65,No barrel,0,4741,No home garden,0,5,76.5 +440,152.97,No barrel,0,6697,Home garden,1,10,60.8 +441,175.19,Barrel,1,19251,No home garden,0,6,67.2 +442,242.46,No barrel,0,16104,No home garden,0,7,77.1 +443,158.63,Barrel,1,4106,No home garden,0,6,73.8 +444,218.88,No barrel,0,11793,No home garden,0,2,65.5 +445,193.6,No barrel,0,11378,No home garden,0,9,72.3 +446,196.82,No barrel,0,14103,No home garden,0,2,61.2 +447,204.42,Barrel,1,30836,No home garden,0,5,64.9 +448,240.96,No barrel,0,20782,Home garden,1,7,73 +449,231.59,No barrel,0,31260,Home garden,1,9,65.3 +450,258.44,No barrel,0,20661,No home garden,0,2,76 +451,220.1,No barrel,0,13977,No home garden,0,4,67.1 +452,190.98,Barrel,1,17355,No home garden,0,2,70.3 +453,166.93,Barrel,1,21482,Home garden,1,8,70 +454,217.34,No barrel,0,13677,No home garden,0,8,72 +455,218.35,No barrel,0,26645,No home garden,0,4,62.3 +456,220.42,No barrel,0,11934,No home garden,0,4,67.2 +457,249.08,No barrel,0,21117,No home garden,0,5,69.3 +458,242,No barrel,0,22077,No home garden,0,3,64.4 +459,213.58,No barrel,0,16688,No home garden,0,6,70.5 +460,232.79,Barrel,1,38528,Home garden,1,6,75.4 +461,207.43,No barrel,0,18839,No home garden,0,3,61.8 +462,205.22,Barrel,1,31148,No home garden,0,4,71.2 +463,230.68,No barrel,0,17226,No home garden,0,5,71.9 +464,193.6,No barrel,0,3494,No home garden,0,5,69.5 +465,187.31,Barrel,1,19242,No home garden,0,8,74 +466,228.4,No barrel,0,17631,No home garden,0,4,67.8 +467,172.5,No barrel,0,7341,No home garden,0,6,68.9 +468,230.74,No barrel,0,36758,Home garden,1,6,70 +469,184.29,Barrel,1,16308,No home garden,0,3,73.9 +470,210.65,No barrel,0,12537,No home garden,0,5,69 +471,160.26,Barrel,1,3592,No home garden,0,6,79.9 +472,223.06,No barrel,0,13035,No home garden,0,3,66.8 +473,243.04,Barrel,1,32190,Home garden,1,5,72 +474,146.45,Barrel,1,18444,No home garden,0,4,56.7 +475,265.33,No barrel,0,33438,Home garden,1,5,70.5 +476,235.59,Barrel,1,33103,No home garden,0,2,64.6 +477,245.16,No barrel,0,21262,No home garden,0,2,64.7 +478,185.56,Barrel,1,17543,No home garden,0,6,76.6 +479,177.04,Barrel,1,18878,No home garden,0,4,69 +480,244.52,No barrel,0,20398,No home garden,0,2,75.2 +481,249.22,No barrel,0,33642,Home garden,1,6,67.7 +482,240.67,Barrel,1,37338,Home garden,1,6,76.6 +483,215.18,Barrel,1,27251,No home garden,0,5,69 +484,183.05,Barrel,1,24893,No home garden,0,6,73 +485,250.48,No barrel,0,19375,No home garden,0,2,71.8 +486,230.5,Barrel,1,28103,No home garden,0,4,77.8 +487,130.87,Barrel,1,15588,Home garden,1,8,62.8 +488,197.92,Barrel,1,25928,No home garden,0,5,72.5 +489,192.44,Barrel,1,31002,No home garden,0,4,63.6 +490,222.21,No barrel,0,8360,No home garden,0,4,73.2 +491,242.42,No barrel,0,20315,No home garden,0,7,72.3 +492,165.82,Barrel,1,21202,Home garden,1,9,66.2 +493,162.3,Barrel,1,17548,No home garden,0,6,64.4 +494,281.39,No barrel,0,21082,No home garden,0,2,75.9 +495,222.26,Barrel,1,25648,No home garden,0,5,72.7 +496,260.23,No barrel,0,36297,Home garden,1,5,65.7 +497,225.02,Barrel,1,20363,No home garden,0,7,83.5 +498,255.21,Barrel,1,38665,Home garden,1,9,73.3 +499,252,No barrel,0,29073,No home garden,0,4,68.5 +500,213.46,No barrel,0,16948,No home garden,0,4,64.1 +501,185.78,Barrel,1,11350,No home garden,0,7,71.5 +502,211.48,Barrel,1,21838,No home garden,0,3,71.8 +503,140.64,Barrel,1,14400,No home garden,0,6,71.6 +504,229.04,Barrel,1,22570,No home garden,0,5,76.1 +505,215.64,No barrel,0,14717,No home garden,0,7,72.8 +506,208.27,No barrel,0,12366,No home garden,0,8,73.4 +507,196.47,Barrel,1,31872,Home garden,1,8,67.5 +508,170.93,Barrel,1,13083,No home garden,0,8,69.6 +509,161.97,No barrel,0,10577,No home garden,0,5,57.6 +510,177.71,Barrel,1,27595,Home garden,1,7,65.7 +511,263.34,No barrel,0,25056,No home garden,0,3,71.1 +512,242.93,No barrel,0,19805,No home garden,0,7,73 +513,221.4,No barrel,0,21849,Home garden,1,8,73.5 +514,208.71,No barrel,0,18702,No home garden,0,4,54.5 +515,204.4,Barrel,1,16773,No home garden,0,3,80.1 +516,159.09,Barrel,1,9143,No home garden,0,6,65.8 +517,184.87,No barrel,0,11769,No home garden,0,5,60.8 +518,261.9,No barrel,0,32678,No home garden,0,5,67.3 +519,205.9,No barrel,0,4896,No home garden,0,3,69.8 +520,283.81,No barrel,0,20312,No home garden,0,1,75.3 +521,178.84,Barrel,1,11744,No home garden,0,2,69.1 +522,266.83,No barrel,0,15112,No home garden,0,5,71.9 +523,211.29,Barrel,1,16830,No home garden,0,3,77.3 +524,236.59,No barrel,0,21597,Home garden,1,8,77.8 +525,206.59,No barrel,0,22765,No home garden,0,5,58.2 +526,266.59,Barrel,1,30844,No home garden,0,4,71.6 +527,174.59,Barrel,1,22372,Home garden,1,10,74.3 +528,209.45,No barrel,0,23827,No home garden,0,5,66.3 +529,224.17,No barrel,0,6480,No home garden,0,4,68.8 +530,225.07,No barrel,0,19272,No home garden,0,6,70.8 +531,215.91,Barrel,1,29946,No home garden,0,3,74.4 +532,212.97,Barrel,1,29853,Home garden,1,6,70.5 +533,237.26,No barrel,0,15135,No home garden,0,6,65.4 +534,187.34,Barrel,1,26229,No home garden,0,6,66.9 +535,225.12,No barrel,0,32483,Home garden,1,7,64.6 +536,252.31,No barrel,0,32054,Home garden,1,7,73.9 +537,198.81,No barrel,0,20563,No home garden,0,6,63.4 +538,154.7,Barrel,1,16656,Home garden,1,9,68.2 +539,193.04,No barrel,0,13443,No home garden,0,7,62.9 +540,245.39,Barrel,1,38758,Home garden,1,6,73.5 +541,198.2,No barrel,0,9706,No home garden,0,7,69.9 +542,218.2,Barrel,1,39542,Home garden,1,6,68.8 +543,226.53,Barrel,1,16232,No home garden,0,5,72 +544,183.85,Barrel,1,23404,Home garden,1,9,72.2 +545,190.54,No barrel,0,6954,No home garden,0,3,64.5 +546,253.05,Barrel,1,22107,No home garden,0,6,82 +547,258.08,Barrel,1,34709,No home garden,0,4,72.6 +548,150.32,Barrel,1,8007,No home garden,0,6,74.4 +549,245.59,No barrel,0,14777,No home garden,0,8,75.9 +550,165.61,Barrel,1,8348,No home garden,0,2,70.8 +551,211.37,No barrel,0,21492,No home garden,0,5,69.7 +552,175.35,No barrel,0,12530,No home garden,0,8,64.2 +553,192.34,Barrel,1,23909,Home garden,1,9,63.5 +554,197.32,No barrel,0,7354,No home garden,0,2,66 +555,217,Barrel,1,27392,No home garden,0,3,71.4 +556,140.64,Barrel,1,12815,No home garden,0,7,66.6 +557,174.55,Barrel,1,14647,No home garden,0,7,73.4 +558,222.5,No barrel,0,19455,No home garden,0,3,73.7 +559,180.56,Barrel,1,14579,No home garden,0,5,72.2 +560,222.7,No barrel,0,14416,No home garden,0,8,74 +561,203.54,Barrel,1,10302,No home garden,0,7,76.1 +562,155.47,Barrel,1,18296,No home garden,0,7,68.4 +563,263.2,Barrel,1,33552,No home garden,0,3,70.6 +564,164.08,Barrel,1,21413,No home garden,0,3,64.8 +565,211.36,No barrel,0,30759,Home garden,1,7,63.9 +566,180.59,Barrel,1,34082,Home garden,1,10,65.5 +567,213.05,Barrel,1,27121,No home garden,0,5,70.5 +568,168.35,No barrel,0,15692,No home garden,0,7,64.5 +569,212.53,No barrel,0,19092,No home garden,0,5,68 +570,229.46,Barrel,1,27562,Home garden,1,8,70.7 +571,213.08,Barrel,1,22329,No home garden,0,5,78.3 +572,226,Barrel,1,27472,No home garden,0,3,84.2 +573,236.8,No barrel,0,22427,No home garden,0,4,67.4 +574,195.56,No barrel,0,7057,No home garden,0,6,75.8 +575,197.6,Barrel,1,28142,No home garden,0,5,75.2 +576,224.9,No barrel,0,15252,No home garden,0,7,69 +577,257.73,No barrel,0,23436,No home garden,0,4,72.3 +578,225.46,Barrel,1,16473,No home garden,0,4,79 +579,240.2,No barrel,0,13721,No home garden,0,2,73.6 +580,120.28,Barrel,1,11138,No home garden,0,7,62.3 +581,167.21,Barrel,1,14073,No home garden,0,5,66.1 +582,237.93,No barrel,0,24238,No home garden,0,4,71.6 +583,226.52,No barrel,0,21808,Home garden,1,7,60.2 +584,205.41,No barrel,0,13758,No home garden,0,5,60.8 +585,273.88,No barrel,0,29175,No home garden,0,4,69.7 +586,223.22,No barrel,0,17458,No home garden,0,8,70.4 +587,198.19,Barrel,1,15247,No home garden,0,2,77.9 +588,146.64,Barrel,1,10960,No home garden,0,7,70.2 +589,293.19,No barrel,0,33810,Home garden,1,6,74.2 +590,213.35,Barrel,1,13565,No home garden,0,7,76 +591,280.41,No barrel,0,22785,No home garden,0,1,82.1 +592,195.31,Barrel,1,24474,No home garden,0,6,69.4 +593,227.33,No barrel,0,18669,Home garden,1,9,69.1 +594,196.33,Barrel,1,27232,Home garden,1,8,69.9 +595,189.96,Barrel,1,15372,Home garden,1,9,71.3 +596,224.11,No barrel,0,25845,No home garden,0,4,66.7 +597,222.38,No barrel,0,24886,No home garden,0,1,64.5 +598,228.31,Barrel,1,18693,No home garden,0,3,74.6 +599,197.8,No barrel,0,14287,No home garden,0,5,64 +600,216.34,Barrel,1,36451,Home garden,1,9,74.4 +601,218.23,No barrel,0,15306,No home garden,0,7,72 +602,194.71,Barrel,1,22824,Home garden,1,8,72.1 +603,246.71,No barrel,0,26687,No home garden,0,3,73.9 +604,257.87,No barrel,0,16737,No home garden,0,4,75.4 +605,195.02,No barrel,0,14883,No home garden,0,8,67.5 +606,269.92,No barrel,0,29009,No home garden,0,3,67.8 +607,167.5,Barrel,1,13943,No home garden,0,6,63.5 +608,173.21,No barrel,0,9979,No home garden,0,6,58.6 +609,225.84,No barrel,0,26204,No home garden,0,2,61.8 +610,209.97,Barrel,1,19388,No home garden,0,5,75.4 +611,242.14,No barrel,0,17422,No home garden,0,2,70.2 +612,179.25,Barrel,1,33664,Home garden,1,7,62.4 +613,244.03,No barrel,0,10897,No home garden,0,2,77.2 +614,249.77,No barrel,0,24942,No home garden,0,3,71.7 +615,219.91,Barrel,1,29429,No home garden,0,5,70.9 +616,206.13,No barrel,0,8666,No home garden,0,2,65 +617,216.16,Barrel,1,26188,Home garden,1,8,71.8 +618,223.26,No barrel,0,19414,No home garden,0,6,66.9 +619,274.67,No barrel,0,27133,Home garden,1,8,73.2 +620,232.94,No barrel,0,25427,No home garden,0,3,61.1 +621,247.47,No barrel,0,28180,Home garden,1,7,73.8 +622,205.89,No barrel,0,10410,No home garden,0,2,67.1 +623,211.8,Barrel,1,25308,No home garden,0,5,80.7 +624,230.7,No barrel,0,20076,No home garden,0,6,74 +625,205.17,Barrel,1,20878,No home garden,0,7,72.8 +626,255.14,No barrel,0,32673,Home garden,1,7,73.7 +627,190.12,No barrel,0,8868,No home garden,0,3,71.5 +628,173.93,Barrel,1,11347,No home garden,0,3,66 +629,197.74,Barrel,1,25669,No home garden,0,6,73 +630,216.99,No barrel,0,20334,No home garden,0,7,73.8 +631,194.53,Barrel,1,17573,No home garden,0,4,73.6 +632,163.39,No barrel,0,10404,No home garden,0,4,64.3 +633,234.34,No barrel,0,16954,No home garden,0,2,74.1 +634,234.39,No barrel,0,23877,No home garden,0,2,70.4 +635,289.35,No barrel,0,35562,No home garden,0,4,74.1 +636,105.78,Barrel,1,2927,No home garden,0,5,65.1 +637,177.02,No barrel,0,16845,No home garden,0,6,67.6 +638,213.58,Barrel,1,27645,No home garden,0,4,72.1 +639,271.04,No barrel,0,24383,No home garden,0,1,67.8 +640,220.51,No barrel,0,22018,No home garden,0,7,71.2 +641,223.73,No barrel,0,22657,No home garden,0,5,69.8 +642,204.07,No barrel,0,13490,No home garden,0,4,63.8 +643,233.91,No barrel,0,24820,No home garden,0,3,70.8 +644,191.42,Barrel,1,25013,No home garden,0,5,68.7 +645,222.79,Barrel,1,21438,No home garden,0,6,75.5 +646,207.58,No barrel,0,15381,No home garden,0,3,62.4 +647,218.19,No barrel,0,19733,No home garden,0,8,68.3 +648,150.19,Barrel,1,15734,No home garden,0,6,67.6 +649,217.89,No barrel,0,24623,No home garden,0,6,63.2 +650,184.54,Barrel,1,20802,No home garden,0,5,66.5 +651,248.83,No barrel,0,36081,Home garden,1,5,67.1 +652,210.94,Barrel,1,19994,No home garden,0,1,73.5 +653,154.2,Barrel,1,17522,No home garden,0,7,64.1 +654,178.6,Barrel,1,10455,No home garden,0,4,76.7 +655,205.62,No barrel,0,24607,No home garden,0,4,62.3 +656,231.19,No barrel,0,28485,No home garden,0,4,61.8 +657,280.83,No barrel,0,27098,Home garden,1,6,78.2 +658,227.73,No barrel,0,26220,No home garden,0,3,67.5 +659,186.61,Barrel,1,21691,No home garden,0,7,72.5 +660,182.23,Barrel,1,19442,No home garden,0,6,73.2 +661,261.55,No barrel,0,27580,No home garden,0,4,69.9 +662,182.72,Barrel,1,12406,No home garden,0,6,69.1 +663,245.41,No barrel,0,14855,No home garden,0,6,75.5 +664,242.45,Barrel,1,38738,Home garden,1,7,77.8 +665,179.35,No barrel,0,15415,No home garden,0,7,69.9 +666,219.94,No barrel,0,22499,No home garden,0,4,64.9 +667,135.34,Barrel,1,7488,No home garden,0,8,67.7 +668,189.82,No barrel,0,8185,No home garden,0,4,64.8 +669,244.04,No barrel,0,17869,No home garden,0,4,67.5 +670,196.99,Barrel,1,22447,No home garden,0,5,70.6 +671,233.74,No barrel,0,35925,Home garden,1,7,66 +672,169.4,Barrel,1,21600,Home garden,1,7,61.5 +673,236.23,No barrel,0,27383,No home garden,0,4,68.5 +674,252.12,No barrel,0,31943,No home garden,0,2,63.8 +675,229.5,Barrel,1,29069,No home garden,0,4,72.6 +676,221.6,No barrel,0,25368,No home garden,0,6,75.1 +677,192.15,Barrel,1,7620,No home garden,0,7,76.7 +678,186.31,Barrel,1,11559,No home garden,0,3,65.7 +679,225.33,No barrel,0,20156,No home garden,0,6,71.6 +680,212.5,Barrel,1,26454,No home garden,0,4,67.3 +681,231.95,No barrel,0,18157,No home garden,0,6,68.8 +682,260.52,No barrel,0,21887,No home garden,0,5,70.6 +683,219.13,Barrel,1,21341,No home garden,0,3,72.4 +684,206.43,No barrel,0,15732,Home garden,1,8,67.5 +685,191.73,Barrel,1,21104,No home garden,0,4,70.3 +686,234.46,No barrel,0,18120,No home garden,0,3,68.3 +687,188.34,Barrel,1,34938,Home garden,1,6,66.5 +688,209.42,Barrel,1,25992,No home garden,0,3,75.6 +689,251.91,No barrel,0,27438,No home garden,0,5,70.9 +690,209.7,No barrel,0,22823,No home garden,0,5,60.2 +691,196.87,Barrel,1,26064,No home garden,0,4,61.8 +692,174.26,No barrel,0,549,No home garden,0,8,69.5 +693,190.47,No barrel,0,15361,No home garden,0,5,66.8 +694,224.13,No barrel,0,24124,No home garden,0,4,66.6 +695,236.64,No barrel,0,21801,No home garden,0,3,71.8 +696,227.8,Barrel,1,37408,Home garden,1,6,74.8 +697,225.21,No barrel,0,23658,No home garden,0,6,69.9 +698,165.08,Barrel,1,18233,No home garden,0,7,71.8 +699,225.5,No barrel,0,28641,Home garden,1,7,65.7 +700,187.45,Barrel,1,24152,No home garden,0,2,70.7 +701,261.75,No barrel,0,26698,No home garden,0,5,63.6 +702,191.6,No barrel,0,16131,No home garden,0,5,63.8 +703,242.54,No barrel,0,8616,No home garden,0,4,68.3 +704,198.39,No barrel,0,11635,No home garden,0,8,70.7 +705,215.55,No barrel,0,18597,No home garden,0,6,66.2 +706,133.24,Barrel,1,16236,Home garden,1,8,71.4 +707,198.61,No barrel,0,29860,No home garden,0,5,61.1 +708,210.97,No barrel,0,12764,No home garden,0,2,70.1 +709,218.11,Barrel,1,28313,No home garden,0,5,74.5 +710,184.82,Barrel,1,16386,No home garden,0,4,75.2 +711,210.96,No barrel,0,22392,No home garden,0,6,65.6 +712,146.96,Barrel,1,15721,No home garden,0,5,66.6 +713,186.21,Barrel,1,16324,No home garden,0,4,75 +714,197.4,Barrel,1,24018,No home garden,0,6,77 +715,234.15,No barrel,0,22116,No home garden,0,2,70.9 +716,277.87,No barrel,0,25170,No home garden,0,5,73.1 +717,238.9,No barrel,0,14256,No home garden,0,3,69.1 +718,200.69,No barrel,0,12241,No home garden,0,2,64.7 +719,232.64,Barrel,1,16959,No home garden,0,1,75 +720,172.66,No barrel,0,8628,No home garden,0,8,68.9 +721,215.56,Barrel,1,23062,No home garden,0,4,70.3 +722,223.53,Barrel,1,28742,Home garden,1,9,77.7 +723,221.67,Barrel,1,30654,No home garden,0,4,69.4 +724,221.08,Barrel,1,22132,No home garden,0,7,78.7 +725,189.98,No barrel,0,6524,No home garden,0,7,67.8 +726,170.77,Barrel,1,17930,No home garden,0,6,64 +727,180.23,No barrel,0,10092,No home garden,0,7,71.2 +728,206.15,Barrel,1,21178,Home garden,1,9,72.8 +729,235.27,No barrel,0,20696,Home garden,1,9,69.2 +730,188.48,Barrel,1,22093,No home garden,0,5,71.3 +731,197.21,Barrel,1,13794,No home garden,0,1,74.5 +732,213.48,No barrel,0,23055,No home garden,0,6,70.6 +733,210.07,No barrel,0,15432,No home garden,0,5,68.5 +734,183.96,Barrel,1,18970,Home garden,1,9,75.4 +735,201.61,No barrel,0,11226,No home garden,0,3,72.4 +736,140.2,Barrel,1,2196,No home garden,0,7,73.8 +737,210.8,No barrel,0,25515,No home garden,0,5,68 +738,220,Barrel,1,32849,No home garden,0,2,72.6 +739,219.99,Barrel,1,22298,No home garden,0,5,73.3 +740,169.23,Barrel,1,14141,No home garden,0,5,66.1 +741,166.39,No barrel,0,2268,No home garden,0,8,66.4 +742,220.68,No barrel,0,24530,Home garden,1,9,62.7 +743,263.14,No barrel,0,23996,No home garden,0,5,70.4 +744,181.51,Barrel,1,8212,No home garden,0,6,80.5 +745,189.41,Barrel,1,20135,Home garden,1,8,74.6 +746,218.85,No barrel,0,19855,No home garden,0,5,67.8 +747,202.21,No barrel,0,16480,No home garden,0,8,66.8 +748,216.55,No barrel,0,17797,No home garden,0,6,65 +749,254.94,No barrel,0,16245,No home garden,0,3,70.4 +750,146.36,Barrel,1,3529,No home garden,0,4,73.3 +751,224.02,No barrel,0,15371,No home garden,0,1,70.2 +752,223.21,No barrel,0,19178,Home garden,1,8,76.2 +753,236.81,Barrel,1,27137,No home garden,0,5,77.9 +754,193.61,Barrel,1,26178,No home garden,0,6,63.5 +755,156.52,Barrel,1,3828,No home garden,0,8,75.3 +756,227.36,No barrel,0,19288,Home garden,1,9,73.4 +757,205.44,No barrel,0,13130,No home garden,0,3,69.2 +758,180.15,Barrel,1,16319,No home garden,0,4,68.9 +759,236.68,No barrel,0,15926,No home garden,0,3,73.2 +760,256.78,No barrel,0,12326,No home garden,0,4,73.3 +761,252.18,No barrel,0,29719,No home garden,0,5,63.7 +762,193.8,No barrel,0,11896,No home garden,0,7,63.5 +763,237.37,No barrel,0,26218,No home garden,0,3,67.7 +764,218.11,No barrel,0,10377,No home garden,0,5,72.3 +765,240.98,No barrel,0,25653,No home garden,0,4,70.6 +766,266.25,No barrel,0,35489,Home garden,1,6,67.2 +767,131.04,Barrel,1,14360,No home garden,0,5,57.5 +768,253.91,No barrel,0,24151,No home garden,0,3,63.5 +769,264.42,No barrel,0,14933,No home garden,0,4,80.9 +770,255.59,Barrel,1,33609,Home garden,1,6,81.4 +771,255.52,No barrel,0,14086,No home garden,0,6,76 +772,227.16,No barrel,0,25814,Home garden,1,9,70.6 +773,144.56,Barrel,1,3289,No home garden,0,5,69.4 +774,265.35,No barrel,0,17809,No home garden,0,2,76.5 +775,161.33,Barrel,1,11130,No home garden,0,8,78.1 +776,225.57,No barrel,0,21940,No home garden,0,4,58.7 +777,235.05,No barrel,0,18608,No home garden,0,5,65.9 +778,221.22,Barrel,1,30507,Home garden,1,6,71.6 +779,229.29,No barrel,0,29773,Home garden,1,9,66.5 +780,185.62,No barrel,0,5527,No home garden,0,8,70.6 +781,164.76,Barrel,1,13841,No home garden,0,6,67.1 +782,234.07,No barrel,0,21441,No home garden,0,6,72.1 +783,259.17,Barrel,1,35246,Home garden,1,5,77 +784,249.75,No barrel,0,29818,No home garden,0,5,71.6 +785,189.67,Barrel,1,16193,No home garden,0,8,74.8 +786,219.24,Barrel,1,27051,No home garden,0,4,73.6 +787,239.79,Barrel,1,31655,No home garden,0,4,71.9 +788,227.43,No barrel,0,8374,No home garden,0,3,68.6 +789,259.88,No barrel,0,30400,Home garden,1,8,70.6 +790,265.19,No barrel,0,24938,No home garden,0,3,74 +791,193.24,Barrel,1,10882,No home garden,0,6,68.7 +792,185.77,Barrel,1,24914,No home garden,0,5,77.2 +793,203.59,No barrel,0,8918,No home garden,0,3,70 +794,262.42,No barrel,0,35741,Home garden,1,7,66.6 +795,191.32,Barrel,1,20410,No home garden,0,3,71.7 +796,250.46,No barrel,0,32639,No home garden,0,3,62.2 +797,234.39,Barrel,1,21733,No home garden,0,3,78.6 +798,170.64,Barrel,1,24565,Home garden,1,9,65.2 +799,191.93,No barrel,0,7661,No home garden,0,9,67.1 +800,156.85,Barrel,1,3633,No home garden,0,4,75.1 +801,196.3,Barrel,1,22057,Home garden,1,7,73.2 +802,191.89,Barrel,1,26372,No home garden,0,6,66.3 +803,234.87,No barrel,0,32699,Home garden,1,5,61 +804,235.05,No barrel,0,27322,No home garden,0,5,68.7 +805,175.14,Barrel,1,25433,No home garden,0,5,74.5 +806,226.19,Barrel,1,23745,Home garden,1,7,75.4 +807,197.31,No barrel,0,15209,No home garden,0,5,65.7 +808,235.31,No barrel,0,20153,No home garden,0,6,68 +809,246.4,No barrel,0,30153,Home garden,1,9,69.1 +810,155.82,No barrel,0,4565,No home garden,0,8,70.2 +811,217.2,No barrel,0,19301,No home garden,0,5,63 +812,188.68,No barrel,0,9641,No home garden,0,6,69.4 +813,181.37,Barrel,1,19682,No home garden,0,5,65.9 +814,187.14,Barrel,1,22598,No home garden,0,6,69.6 +815,161.35,No barrel,0,11515,No home garden,0,7,59.3 +816,197.48,Barrel,1,22563,No home garden,0,6,74.3 +817,213.81,Barrel,1,13822,No home garden,0,6,78.2 +818,171.01,Barrel,1,15346,No home garden,0,7,66.8 +819,237.19,No barrel,0,36793,Home garden,1,5,63.6 +820,198.76,No barrel,0,13357,No home garden,0,6,64.9 +821,186.66,No barrel,0,9571,No home garden,0,4,61.7 +822,226.83,No barrel,0,21392,No home garden,0,5,70.2 +823,191.18,No barrel,0,12552,No home garden,0,3,63.8 +824,253.1,Barrel,1,36397,Home garden,1,6,75.2 +825,264.02,No barrel,0,26390,No home garden,0,3,72.6 +826,207.36,Barrel,1,21210,No home garden,0,4,71.4 +827,232.32,No barrel,0,16352,No home garden,0,2,76 +828,202.49,No barrel,0,578,No home garden,0,9,71.2 +829,159.97,No barrel,0,8083,No home garden,0,5,59.1 +830,229.66,No barrel,0,18242,No home garden,0,7,68.1 +831,227.82,No barrel,0,6713,No home garden,0,3,73.6 +832,182.12,Barrel,1,24485,No home garden,0,3,70.8 +833,178.44,Barrel,1,22983,Home garden,1,9,67.2 +834,198.73,Barrel,1,25895,No home garden,0,4,63.1 +835,202.28,Barrel,1,22591,Home garden,1,7,75.8 +836,228.88,Barrel,1,24583,Home garden,1,7,77.5 +837,179.95,Barrel,1,18250,Home garden,1,10,65.2 +838,240.39,No barrel,0,16241,No home garden,0,2,70.6 +839,218.34,No barrel,0,21985,No home garden,0,5,66.5 +840,274.54,Barrel,1,34779,No home garden,0,1,74.9 +841,278.52,No barrel,0,37833,No home garden,0,3,70.9 +842,198.01,No barrel,0,22754,No home garden,0,6,61 +843,182.75,Barrel,1,28967,Home garden,1,9,65.7 +844,230.82,No barrel,0,15540,No home garden,0,3,70 +845,216.36,No barrel,0,9884,No home garden,0,8,65.7 +846,178.02,Barrel,1,18997,No home garden,0,2,66.2 +847,175.34,No barrel,0,26702,No home garden,0,6,60.9 +848,192.7,Barrel,1,26614,No home garden,0,5,66.4 +849,195.82,No barrel,0,20895,No home garden,0,4,63.5 +850,180.6,Barrel,1,11650,No home garden,0,4,68.7 +851,167.16,Barrel,1,16578,Home garden,1,9,69.7 +852,236.27,Barrel,1,29836,No home garden,0,1,68.8 +853,158.06,Barrel,1,16290,No home garden,0,7,71.1 +854,202.32,No barrel,0,25703,Home garden,1,7,60 +855,214.61,Barrel,1,33427,No home garden,0,4,75.8 +856,228.15,No barrel,0,15338,No home garden,0,2,66 +857,186.64,Barrel,1,11451,No home garden,0,5,78.9 +858,253.13,No barrel,0,18632,No home garden,0,3,69.7 +859,262.47,No barrel,0,19158,No home garden,0,6,74.7 +860,178.24,Barrel,1,20616,No home garden,0,6,64 +861,244.13,No barrel,0,27697,No home garden,0,3,68.4 +862,179.11,Barrel,1,22418,No home garden,0,5,76.1 +863,242.59,No barrel,0,33517,No home garden,0,3,69.7 +864,176.5,No barrel,0,17735,No home garden,0,6,61.9 +865,203.7,Barrel,1,29616,Home garden,1,7,76.5 +866,169.36,Barrel,1,12691,No home garden,0,3,62.6 +867,234.24,No barrel,0,23914,No home garden,0,2,65 +868,267.79,No barrel,0,25087,No home garden,0,4,77.2 +869,215.44,Barrel,1,19894,Home garden,1,8,76.7 +870,180.26,No barrel,0,14487,No home garden,0,6,68.7 +871,158.12,Barrel,1,7999,No home garden,0,3,73.3 +872,203.57,Barrel,1,18378,No home garden,0,5,72.3 +873,204.05,Barrel,1,16859,No home garden,0,4,74.1 +874,198.39,Barrel,1,31389,Home garden,1,8,75.4 +875,229.53,No barrel,0,12188,No home garden,0,3,66.4 +876,227.46,Barrel,1,39268,Home garden,1,8,72 +877,191.33,No barrel,0,21270,No home garden,0,5,67.5 +878,206.46,Barrel,1,22792,Home garden,1,7,73.2 +879,215.28,No barrel,0,11058,No home garden,0,5,73.2 +880,235.93,No barrel,0,12646,No home garden,0,2,71.6 +881,186.33,Barrel,1,22826,No home garden,0,5,71.4 +882,201.8,No barrel,0,26503,No home garden,0,5,58 +883,172.83,Barrel,1,19463,Home garden,1,10,76.8 +884,216.56,No barrel,0,8725,No home garden,0,5,70.6 +885,243.61,Barrel,1,35880,Home garden,1,9,75 +886,202.01,Barrel,1,21336,No home garden,0,5,65.2 +887,211.99,No barrel,0,10678,No home garden,0,5,74.6 +888,183.08,No barrel,0,2978,No home garden,0,4,68.4 +889,274.78,No barrel,0,28048,No home garden,0,2,67.8 +890,202.7,No barrel,0,12284,No home garden,0,6,71.8 +891,179.75,Barrel,1,13454,No home garden,0,6,67.2 +892,237.03,Barrel,1,22660,No home garden,0,2,73.9 +893,211.27,No barrel,0,6166,No home garden,0,4,65.3 +894,216.33,Barrel,1,32681,Home garden,1,7,73.1 +895,140.34,No barrel,0,4366,No home garden,0,5,61.3 +896,256.11,No barrel,0,27298,No home garden,0,4,70.4 +897,232.97,No barrel,0,27593,No home garden,0,4,68 +898,208,No barrel,0,23223,Home garden,1,8,65.2 +899,249.9,Barrel,1,32353,No home garden,0,1,69.3 +900,219.81,Barrel,1,26797,Home garden,1,7,70.2 +901,226.51,No barrel,0,20615,No home garden,0,3,76.8 +902,257.36,No barrel,0,18907,No home garden,0,5,73.4 +903,255.09,No barrel,0,27026,No home garden,0,5,74.6 +904,190.27,Barrel,1,16232,No home garden,0,6,75.8 +905,223.52,Barrel,1,21465,No home garden,0,2,76.5 +906,225.74,No barrel,0,25381,Home garden,1,8,66.4 +907,173.27,Barrel,1,14382,No home garden,0,6,78.3 +908,198.85,No barrel,0,12150,No home garden,0,4,66.5 +909,283.31,No barrel,0,34972,No home garden,0,5,77.8 +910,244.38,No barrel,0,17830,No home garden,0,5,72.7 +911,219.56,Barrel,1,27642,No home garden,0,3,75.8 +912,255.73,No barrel,0,25252,No home garden,0,2,71.6 +913,233.37,No barrel,0,30511,No home garden,0,5,66 +914,226.51,Barrel,1,29480,No home garden,0,4,73.4 +915,256.29,No barrel,0,37873,Home garden,1,6,67.9 +916,199.81,No barrel,0,6850,No home garden,0,3,69.3 +917,226.27,No barrel,0,20854,No home garden,0,4,74 +918,155.86,Barrel,1,18330,No home garden,0,7,63.3 +919,203.35,Barrel,1,33635,Home garden,1,6,62.8 +920,254.24,No barrel,0,16453,No home garden,0,5,75.1 +921,244.01,No barrel,0,27924,Home garden,1,8,70.4 +922,197.02,Barrel,1,21082,No home garden,0,6,76.3 +923,226.9,No barrel,0,13827,No home garden,0,7,67.1 +924,176.95,No barrel,0,4359,No home garden,0,5,64.4 +925,248.81,No barrel,0,20532,No home garden,0,6,73 +926,233.23,No barrel,0,22026,No home garden,0,7,69.8 +927,293.01,No barrel,0,29683,No home garden,0,5,72.4 +928,180.83,No barrel,0,27614,Home garden,1,8,58 +929,202.37,No barrel,0,12226,No home garden,0,6,70.4 +930,215.63,No barrel,0,19558,No home garden,0,7,68.5 +931,241.12,No barrel,0,27282,Home garden,1,7,67.4 +932,167.94,Barrel,1,15538,No home garden,0,6,67 +933,226.36,No barrel,0,7607,No home garden,0,5,67 +934,216.05,No barrel,0,21544,No home garden,0,5,65.5 +935,192.35,No barrel,0,21946,No home garden,0,5,55.6 +936,232.39,Barrel,1,24876,No home garden,0,5,73.8 +937,152.65,No barrel,0,4683,No home garden,0,8,62.5 +938,224.49,No barrel,0,22359,No home garden,0,2,62.6 +939,164.25,No barrel,0,12169,No home garden,0,7,66.9 +940,235,No barrel,0,15785,No home garden,0,5,69.5 +941,165.67,Barrel,1,10643,No home garden,0,5,68.9 +942,248.19,No barrel,0,20226,No home garden,0,4,68.1 +943,220.91,Barrel,1,27944,No home garden,0,4,72.2 +944,157,Barrel,1,8908,No home garden,0,6,66.7 +945,215.66,Barrel,1,27379,Home garden,1,7,70.8 +946,214.02,No barrel,0,12906,No home garden,0,3,75.9 +947,167.28,Barrel,1,16896,Home garden,1,9,71.2 +948,252.15,No barrel,0,27276,No home garden,0,5,70.9 +949,255.53,No barrel,0,31045,Home garden,1,6,70.2 +950,214.92,No barrel,0,10496,No home garden,0,2,70.5 +951,200.35,Barrel,1,22790,No home garden,0,2,72.6 +952,197.45,Barrel,1,25327,No home garden,0,1,65.9 +953,230.15,No barrel,0,25363,No home garden,0,4,60.8 +954,193.38,Barrel,1,32961,Home garden,1,6,63.1 +955,193.15,Barrel,1,22705,No home garden,0,2,67.1 +956,201.29,Barrel,1,18017,No home garden,0,8,74 +957,211.24,Barrel,1,22284,No home garden,0,4,62.9 +958,192.12,Barrel,1,21857,Home garden,1,8,72 +959,229.78,No barrel,0,26491,No home garden,0,5,65.5 +960,199.56,No barrel,0,23302,Home garden,1,7,59.5 +961,214.02,No barrel,0,13099,No home garden,0,4,69.4 +962,196.07,No barrel,0,14754,No home garden,0,6,68.4 +963,190.26,Barrel,1,10967,No home garden,0,5,72.3 +964,180.27,Barrel,1,17775,No home garden,0,4,69.7 +965,195.54,Barrel,1,24110,Home garden,1,8,72.3 +966,172.3,No barrel,0,3360,No home garden,0,4,56 +967,132.72,Barrel,1,10354,No home garden,0,8,69 +968,197.97,No barrel,0,19659,No home garden,0,4,62.5 +969,228.95,No barrel,0,22487,No home garden,0,6,65.2 +970,219.8,No barrel,0,31642,Home garden,1,6,66.5 +971,200.37,No barrel,0,5483,No home garden,0,7,76.8 +972,182.05,No barrel,0,4027,No home garden,0,7,75.4 +973,224.36,No barrel,0,16348,Home garden,1,9,69.8 +974,173.1,Barrel,1,15894,No home garden,0,4,66.7 +975,210.4,No barrel,0,19340,No home garden,0,6,71.2 +976,212.41,No barrel,0,13720,No home garden,0,3,69.8 +977,175.84,No barrel,0,14670,No home garden,0,7,62.4 +978,247.44,No barrel,0,16959,No home garden,0,2,70.5 +979,178.74,Barrel,1,17577,No home garden,0,6,73.3 +980,168.36,No barrel,0,8522,No home garden,0,6,63.6 +981,213.47,No barrel,0,9612,No home garden,0,8,75.8 +982,187.27,Barrel,1,23263,No home garden,0,5,69.4 +983,190.47,No barrel,0,16063,No home garden,0,7,66.6 +984,187.9,No barrel,0,18987,No home garden,0,7,59.4 +985,145.53,Barrel,1,21636,Home garden,1,9,65.6 +986,185.92,No barrel,0,18632,No home garden,0,5,64 +987,211.46,No barrel,0,11631,No home garden,0,8,70.2 +988,183.18,Barrel,1,20197,No home garden,0,6,66.3 +989,244.77,No barrel,0,23338,No home garden,0,6,72.1 +990,224.93,No barrel,0,17410,No home garden,0,3,69.6 +991,183.5,No barrel,0,9499,No home garden,0,3,60.8 +992,218.5,No barrel,0,21726,No home garden,0,5,65.9 +993,207.89,Barrel,1,18365,No home garden,0,3,75.1 +994,229.12,No barrel,0,15905,No home garden,0,5,70.6 +995,211.59,Barrel,1,19262,No home garden,0,4,74.8 +996,203.24,No barrel,0,5754,No home garden,0,7,65 +997,187.83,Barrel,1,17152,No home garden,0,4,69.8 +998,232.71,No barrel,0,32157,No home garden,0,5,69.1 +999,183.89,Barrel,1,20137,No home garden,0,3,74.8 +1000,255.38,No barrel,0,24143,No home garden,0,3,74.3 +1001,247.7,No barrel,0,17332,No home garden,0,5,78.1 +1002,238.39,No barrel,0,24896,Home garden,1,7,66.3 +1003,195.84,No barrel,0,25760,No home garden,0,6,66.4 +1004,192.77,No barrel,0,30962,No home garden,0,5,55.2 +1005,158.12,Barrel,1,9252,No home garden,0,6,72.1 +1006,213.2,No barrel,0,3750,No home garden,0,4,74.4 +1007,253.05,Barrel,1,25306,No home garden,0,5,73.6 +1008,234.32,No barrel,0,31372,No home garden,0,5,66.7 +1009,161.6,Barrel,1,15723,No home garden,0,3,68.6 +1010,213.04,No barrel,0,12614,No home garden,0,6,75.6 +1011,189.39,No barrel,0,14330,Home garden,1,9,62.1 +1012,191.8,Barrel,1,22121,No home garden,0,5,70.3 +1013,278.31,No barrel,0,29188,Home garden,1,6,70.1 +1014,183.72,Barrel,1,15760,No home garden,0,6,68.1 +1015,203.67,Barrel,1,24025,No home garden,0,3,70.4 +1016,205.19,Barrel,1,22898,No home garden,0,4,74.5 +1017,204.03,No barrel,0,14733,No home garden,0,8,67 +1018,274.01,No barrel,0,33228,No home garden,0,1,68.9 +1019,227.75,Barrel,1,21052,No home garden,0,5,78.3 +1020,202.15,Barrel,1,21863,No home garden,0,2,70.9 +1021,210,No barrel,0,21669,No home garden,0,6,70.1 +1022,185.2,No barrel,0,20772,Home garden,1,8,60.5 +1023,195.04,No barrel,0,15157,No home garden,0,7,63.8 +1024,142.43,Barrel,1,13206,Home garden,1,9,63.3 +1025,226.44,No barrel,0,29757,No home garden,0,6,65.5 +1026,258.56,No barrel,0,13091,No home garden,0,3,67.8 +1027,257.29,Barrel,1,32477,Home garden,1,8,80.8 +1028,223.79,No barrel,0,16371,No home garden,0,2,66.6 +1029,249.65,No barrel,0,12828,No home garden,0,4,72.2 +1030,208.08,No barrel,0,9805,No home garden,0,5,74 +1031,194.92,Barrel,1,16952,No home garden,0,6,75.6 +1032,156.54,Barrel,1,7986,Home garden,1,9,63.8 +1033,213.92,No barrel,0,23136,No home garden,0,4,65 +1034,289.87,No barrel,0,28484,No home garden,0,4,78.9 +1035,206.54,No barrel,0,17080,No home garden,0,6,66 +1036,234.18,Barrel,1,19544,No home garden,0,3,83 +1037,221.77,No barrel,0,27992,Home garden,1,9,72.3 +1038,214.94,Barrel,1,34266,No home garden,0,4,73.1 +1039,184.99,Barrel,1,18854,No home garden,0,2,68.5 +1040,259.47,No barrel,0,29605,No home garden,0,4,67.3 +1041,206.06,Barrel,1,14006,No home garden,0,4,73.7 +1042,191,No barrel,0,12591,No home garden,0,4,69.5 +1043,184.78,No barrel,0,6119,No home garden,0,5,65.5 +1044,186,No barrel,0,13450,No home garden,0,6,62.1 +1045,200.94,Barrel,1,27000,No home garden,0,3,67.6 +1046,206.38,Barrel,1,14410,No home garden,0,5,78.5 +1047,189.12,Barrel,1,8131,No home garden,0,6,77.8 +1048,208.03,No barrel,0,16159,No home garden,0,4,60.7 +1049,201.09,No barrel,0,16741,No home garden,0,7,62.1 +1050,173.58,Barrel,1,33445,Home garden,1,7,65.7 +1051,225.38,Barrel,1,22834,No home garden,0,3,77 +1052,214.01,Barrel,1,37069,No home garden,0,4,63.7 +1053,154.63,No barrel,0,7027,No home garden,0,5,63.3 +1054,201.55,No barrel,0,10845,No home garden,0,5,65.1 +1055,164.48,Barrel,1,11207,No home garden,0,6,72.3 +1056,225.52,No barrel,0,21747,No home garden,0,4,65.4 +1057,281.98,No barrel,0,35464,No home garden,0,2,68 +1058,189.34,Barrel,1,27188,Home garden,1,10,65.6 +1059,190.13,No barrel,0,10715,No home garden,0,8,69.3 +1060,250.17,No barrel,0,20218,No home garden,0,5,76.5 +1061,230.38,No barrel,0,5469,No home garden,0,5,77 +1062,282.42,No barrel,0,38515,No home garden,0,3,71.1 +1063,191.33,Barrel,1,19876,No home garden,0,4,66.5 +1064,171.01,No barrel,0,812,No home garden,0,4,66.7 +1065,229.47,No barrel,0,30257,Home garden,1,7,68 +1066,142.96,Barrel,1,4280,No home garden,0,5,67.5 +1067,282.57,No barrel,0,33649,Home garden,1,5,76.9 +1068,213.4,No barrel,0,16589,No home garden,0,3,68.6 +1069,192.65,Barrel,1,23615,Home garden,1,9,75.8 +1070,191.92,No barrel,0,18831,Home garden,1,8,66.4 +1071,201.44,Barrel,1,25388,No home garden,0,6,72.7 +1072,238.23,No barrel,0,14172,No home garden,0,2,72 +1073,225.12,No barrel,0,18390,No home garden,0,8,68.6 +1074,242.85,No barrel,0,23242,No home garden,0,5,62.4 +1075,238.93,No barrel,0,11722,No home garden,0,5,75.4 +1076,247.68,No barrel,0,29263,Home garden,1,6,69.9 +1077,202.81,No barrel,0,16039,No home garden,0,5,65.2 +1078,232.76,Barrel,1,36844,Home garden,1,8,72 +1079,168.96,No barrel,0,1490,No home garden,0,7,68.8 +1080,270.26,No barrel,0,38897,Home garden,1,8,64.4 +1081,190.58,Barrel,1,28530,No home garden,0,6,70.5 +1082,201.21,Barrel,1,32333,No home garden,0,4,66.9 +1083,159.5,Barrel,1,20838,No home garden,0,5,68.3 +1084,221.74,No barrel,0,22235,No home garden,0,5,71.3 +1085,249.21,No barrel,0,28199,No home garden,0,1,64.8 +1086,202.15,No barrel,0,1852,No home garden,0,5,74.7 +1087,168.22,Barrel,1,17425,Home garden,1,9,75 +1088,247.6,No barrel,0,25560,No home garden,0,5,71.2 +1089,192.87,Barrel,1,14659,No home garden,0,7,77.8 +1090,194.86,No barrel,0,17000,No home garden,0,6,66.7 +1091,260.18,No barrel,0,35508,No home garden,0,3,70.7 +1092,252.62,No barrel,0,26432,No home garden,0,4,63.6 +1093,188.49,No barrel,0,7226,No home garden,0,9,68.9 +1094,195.07,Barrel,1,19081,No home garden,0,6,78.3 +1095,208.19,Barrel,1,30303,Home garden,1,8,75.8 +1096,205.41,No barrel,0,6462,No home garden,0,5,72.4 +1097,221.4,Barrel,1,33116,Home garden,1,6,69.7 +1098,133.03,Barrel,1,6787,No home garden,0,7,67.3 +1099,208.32,No barrel,0,17606,No home garden,0,6,75.1 +1100,224.43,No barrel,0,20912,No home garden,0,5,72.2 +1101,192.35,No barrel,0,9554,No home garden,0,6,68 +1102,228.45,No barrel,0,20415,No home garden,0,7,68.2 +1103,229.51,No barrel,0,25247,No home garden,0,4,69.4 +1104,256.46,No barrel,0,18342,No home garden,0,2,73.4 +1105,138.86,Barrel,1,6949,No home garden,0,8,74.2 +1106,177.71,No barrel,0,20364,Home garden,1,8,58.6 +1107,230.6,No barrel,0,25972,No home garden,0,6,71.5 +1108,184.08,Barrel,1,17894,No home garden,0,6,74.2 +1109,164.85,Barrel,1,19135,No home garden,0,6,73.1 +1110,167.78,Barrel,1,17104,No home garden,0,6,74.6 +1111,190.2,Barrel,1,17532,No home garden,0,5,69.5 +1112,196.96,No barrel,0,5793,No home garden,0,5,70.2 +1113,176.95,Barrel,1,15662,No home garden,0,6,75 +1114,247.97,No barrel,0,26488,No home garden,0,4,74.7 +1115,222.52,No barrel,0,18915,No home garden,0,5,70.7 +1116,171.78,Barrel,1,18223,Home garden,1,10,65.8 +1117,233.51,Barrel,1,35356,No home garden,0,4,68.6 +1118,217.5,No barrel,0,16862,No home garden,0,2,68.1 +1119,198.36,No barrel,0,12841,No home garden,0,6,57.2 +1120,179.43,No barrel,0,14134,No home garden,0,8,66.3 +1121,259.39,No barrel,0,17161,No home garden,0,2,71 +1122,142.86,Barrel,1,6681,No home garden,0,6,67.9 +1123,223.5,No barrel,0,17329,No home garden,0,6,68.2 +1124,215.83,Barrel,1,23344,No home garden,0,5,70.8 +1125,205.54,No barrel,0,10890,No home garden,0,7,72.7 +1126,182.71,Barrel,1,9176,No home garden,0,5,77 +1127,207.19,No barrel,0,21292,No home garden,0,4,61.2 +1128,200.43,No barrel,0,11011,No home garden,0,9,63.1 +1129,299.66,No barrel,0,36433,No home garden,0,3,77.5 +1130,240.34,Barrel,1,36823,Home garden,1,9,73.5 +1131,140.73,Barrel,1,7203,No home garden,0,6,67.1 +1132,222.54,Barrel,1,23342,No home garden,0,3,72.2 +1133,208.41,No barrel,0,18494,No home garden,0,6,70.1 +1134,194.16,No barrel,0,23099,Home garden,1,10,67.2 +1135,181.65,No barrel,0,26037,Home garden,1,10,62.3 +1136,198.05,No barrel,0,12385,No home garden,0,3,69.3 +1137,193.87,Barrel,1,27213,Home garden,1,6,62.3 +1138,271.18,Barrel,1,30495,No home garden,0,3,80.8 +1139,224.09,No barrel,0,15881,No home garden,0,6,70.5 +1140,127.26,Barrel,1,7853,No home garden,0,6,68.6 +1141,190.49,No barrel,0,15889,No home garden,0,8,66.3 +1142,208.47,No barrel,0,17855,No home garden,0,4,67 +1143,195.23,Barrel,1,27079,Home garden,1,9,69.2 +1144,264.22,No barrel,0,31899,Home garden,1,8,74.9 +1145,282.15,No barrel,0,35073,Home garden,1,6,68 +1146,207.68,No barrel,0,13255,No home garden,0,5,68.6 +1147,239.91,No barrel,0,26485,No home garden,0,4,61.4 +1148,209.97,No barrel,0,26003,Home garden,1,6,58 +1149,268.55,No barrel,0,30258,Home garden,1,6,69.8 +1150,203.51,Barrel,1,16949,No home garden,0,7,76.7 +1151,194.85,No barrel,0,9033,No home garden,0,5,62.1 +1152,189.47,Barrel,1,31747,Home garden,1,6,75.1 +1153,214.85,Barrel,1,25924,No home garden,0,6,77.3 +1154,243.61,Barrel,1,37492,Home garden,1,5,75.2 +1155,198.8,No barrel,0,7541,No home garden,0,4,64.1 +1156,202.94,No barrel,0,27232,Home garden,1,7,59.7 +1157,236.01,No barrel,0,29722,Home garden,1,9,67.8 +1158,260.95,No barrel,0,26075,No home garden,0,2,65.9 +1159,239.17,No barrel,0,14384,No home garden,0,4,73.5 +1160,241.96,Barrel,1,29123,No home garden,0,4,81.7 +1161,233.16,No barrel,0,28459,Home garden,1,10,66.7 +1162,189.1,Barrel,1,22834,No home garden,0,5,69.2 +1163,255.35,No barrel,0,33570,Home garden,1,6,71.4 +1164,215.98,No barrel,0,22424,No home garden,0,4,61.7 +1165,201.79,Barrel,1,21779,No home garden,0,2,75.2 +1166,203.76,Barrel,1,21376,No home garden,0,4,64.1 +1167,264.42,No barrel,0,32310,Home garden,1,5,69.6 +1168,213.35,No barrel,0,15678,No home garden,0,4,73.7 +1169,220.01,No barrel,0,14919,No home garden,0,3,67.1 +1170,205.04,Barrel,1,24458,Home garden,1,9,69.9 +1171,234.22,No barrel,0,28436,No home garden,0,4,64.3 +1172,208.5,No barrel,0,16990,No home garden,0,5,66.9 +1173,249.38,No barrel,0,19676,No home garden,0,2,74.1 +1174,183.69,Barrel,1,25296,Home garden,1,9,75.3 +1175,264.78,No barrel,0,37279,Home garden,1,9,75.3 +1176,185.82,Barrel,1,20088,No home garden,0,7,60.3 +1177,221.92,Barrel,1,35177,Home garden,1,6,71.7 +1178,181.95,Barrel,1,13960,No home garden,0,6,75.8 +1179,253.64,No barrel,0,30159,Home garden,1,6,66.1 +1180,221.99,No barrel,0,24874,No home garden,0,6,67.2 +1181,257.1,No barrel,0,20654,No home garden,0,2,73 +1182,229.27,Barrel,1,31502,Home garden,1,7,77.5 +1183,229.71,Barrel,1,39137,Home garden,1,5,70.1 +1184,275.45,No barrel,0,25517,No home garden,0,4,79.3 +1185,274.7,Barrel,1,36472,No home garden,0,3,80.5 +1186,246.32,No barrel,0,36220,No home garden,0,3,58.9 +1187,220.97,Barrel,1,28104,No home garden,0,4,66.2 +1188,232.23,No barrel,0,29173,Home garden,1,7,71.5 +1189,226.82,No barrel,0,25607,No home garden,0,5,70.2 +1190,185.56,Barrel,1,18508,Home garden,1,9,78.1 +1191,200.29,No barrel,0,17968,No home garden,0,5,71.8 +1192,190.39,No barrel,0,20285,No home garden,0,2,61.6 +1193,218.75,Barrel,1,26344,No home garden,0,6,72.6 +1194,255.96,No barrel,0,31885,Home garden,1,7,71.2 +1195,216.08,Barrel,1,29816,No home garden,0,5,71.6 +1196,234.08,No barrel,0,22185,No home garden,0,4,69.5 +1197,224.64,No barrel,0,14517,No home garden,0,2,70.9 +1198,234.21,Barrel,1,36876,Home garden,1,5,77.7 +1199,258.38,No barrel,0,31655,No home garden,0,4,67.1 +1200,248.5,No barrel,0,13989,No home garden,0,5,73.2 +1201,221.24,No barrel,0,22183,No home garden,0,6,64.3 +1202,252.95,No barrel,0,17451,No home garden,0,6,69.7 +1203,222.28,No barrel,0,23782,No home garden,0,2,66.7 +1204,185.68,No barrel,0,2969,No home garden,0,5,71 +1205,249.85,No barrel,0,24186,No home garden,0,3,73.1 +1206,202.03,Barrel,1,21118,No home garden,0,6,65 +1207,211.35,No barrel,0,20995,No home garden,0,5,60 +1208,244.11,No barrel,0,25062,Home garden,1,8,75.2 +1209,227.8,No barrel,0,16219,No home garden,0,4,64.6 +1210,180.67,No barrel,0,19122,Home garden,1,8,60.4 +1211,169.63,No barrel,0,16677,Home garden,1,9,67.2 +1212,253.36,No barrel,0,23348,No home garden,0,4,74.2 +1213,180.24,Barrel,1,6868,No home garden,0,3,76 +1214,195.72,Barrel,1,11485,No home garden,0,3,77.4 +1215,178.1,Barrel,1,25572,Home garden,1,6,64.4 +1216,229.36,Barrel,1,28748,No home garden,0,4,70.2 +1217,208.4,No barrel,0,14181,No home garden,0,5,70.1 +1218,194.93,No barrel,0,9817,No home garden,0,3,64.2 +1219,160.82,Barrel,1,14859,No home garden,0,6,65 +1220,195.92,No barrel,0,10522,No home garden,0,4,70.6 +1221,211.45,No barrel,0,16007,No home garden,0,3,71 +1222,178.36,Barrel,1,24923,Home garden,1,8,68.3 +1223,255.21,No barrel,0,19859,No home garden,0,2,71 +1224,210.88,No barrel,0,9177,No home garden,0,2,72.6 +1225,199.99,No barrel,0,11933,No home garden,0,4,77.6 +1226,231.93,No barrel,0,25745,No home garden,0,2,69.6 +1227,225.27,No barrel,0,22408,No home garden,0,7,70.4 +1228,217.3,No barrel,0,18781,No home garden,0,5,73.5 +1229,270.4,No barrel,0,35488,No home garden,0,5,67.5 +1230,198.83,Barrel,1,22899,No home garden,0,6,69.1 +1231,230.57,No barrel,0,15576,No home garden,0,3,68.1 +1232,198.18,No barrel,0,19180,No home garden,0,7,67.1 +1233,210.29,Barrel,1,26335,No home garden,0,3,72.4 +1234,158.35,Barrel,1,9336,No home garden,0,4,71.6 +1235,261.36,No barrel,0,35610,No home garden,0,1,63 +1236,251.97,Barrel,1,29783,No home garden,0,5,70.5 +1237,208.3,No barrel,0,13387,No home garden,0,4,66.9 +1238,247.53,No barrel,0,22504,No home garden,0,3,72.7 +1239,218.15,Barrel,1,37900,Home garden,1,6,71.4 +1240,236.39,No barrel,0,23959,No home garden,0,4,70.2 +1241,271.18,No barrel,0,22785,No home garden,0,3,78.1 diff --git a/docs/_site/files/data/generated_data/barrels_rct.csv b/docs/_site/files/data/generated_data/barrels_rct.csv new file mode 100644 index 00000000..0e489d26 --- /dev/null +++ b/docs/_site/files/data/generated_data/barrels_rct.csv @@ -0,0 +1,494 @@ +id,water_bill,barrel,barrel_num,yard_size,home_garden,home_garden_num,attitude_env,temperature +1,209.12,Barrel,1,25811,No home garden,0,3,68.5 +2,238.39,Barrel,1,39479,Home garden,1,7,77.4 +3,163.66,Barrel,1,13297,No home garden,0,7,65.1 +4,226,Barrel,1,28259,No home garden,0,2,65.7 +5,232.44,No barrel,0,21479,No home garden,0,5,65.7 +6,278.74,No barrel,0,28906,Home garden,1,8,76.9 +7,224.34,No barrel,0,7041,No home garden,0,3,70.9 +8,185.67,Barrel,1,29434,No home garden,0,4,56.1 +9,198.91,Barrel,1,24779,Home garden,1,8,70.1 +10,172.29,Barrel,1,29741,Home garden,1,9,62.2 +11,224.8,No barrel,0,16931,No home garden,0,8,73.3 +12,227.06,No barrel,0,10357,No home garden,0,9,81.8 +13,158.02,Barrel,1,16071,No home garden,0,6,67.2 +14,226.37,No barrel,0,14977,No home garden,0,6,70.5 +15,209.08,No barrel,0,13053,No home garden,0,3,71 +16,244.47,No barrel,0,24206,No home garden,0,5,71.3 +17,186.44,No barrel,0,14641,No home garden,0,9,67.6 +18,229.73,No barrel,0,15519,No home garden,0,3,70.7 +19,189.76,No barrel,0,6782,No home garden,0,9,67.4 +20,186.18,Barrel,1,19185,No home garden,0,5,72.2 +21,251.2,No barrel,0,26319,Home garden,1,7,73.4 +22,257.97,No barrel,0,35468,Home garden,1,8,66.2 +23,253.07,Barrel,1,35299,No home garden,0,3,70.4 +24,159.37,Barrel,1,8066,No home garden,0,9,77 +25,138.33,Barrel,1,9509,No home garden,0,6,64.3 +26,224.06,No barrel,0,21281,No home garden,0,2,61.8 +27,163.04,Barrel,1,20160,No home garden,0,2,54.4 +28,220.33,Barrel,1,28510,Home garden,1,7,75.9 +29,193.11,No barrel,0,3815,No home garden,0,6,68.2 +30,227.04,No barrel,0,11933,No home garden,0,4,76.1 +31,233.86,Barrel,1,36989,Home garden,1,6,66.5 +32,220.97,No barrel,0,13489,No home garden,0,5,76.8 +33,220.47,No barrel,0,17570,No home garden,0,3,74.5 +34,172.41,Barrel,1,17197,No home garden,0,3,65.3 +35,236.16,No barrel,0,37644,Home garden,1,6,66.8 +36,261.62,No barrel,0,33476,Home garden,1,8,72.4 +37,213.66,Barrel,1,24009,No home garden,0,1,73.8 +38,177.04,Barrel,1,10880,No home garden,0,4,72.1 +39,200.26,Barrel,1,31316,Home garden,1,7,71.8 +40,269.7,No barrel,0,34542,Home garden,1,6,72.5 +41,174.04,Barrel,1,14983,No home garden,0,5,73.3 +42,215.76,No barrel,0,27877,Home garden,1,9,64 +43,196.76,Barrel,1,27994,No home garden,0,5,69.9 +44,184.51,Barrel,1,15527,No home garden,0,2,67.8 +45,226.97,No barrel,0,13715,No home garden,0,8,75.2 +46,254.77,No barrel,0,28308,No home garden,0,2,70.9 +47,239.8,No barrel,0,26454,No home garden,0,5,65.1 +48,287.15,No barrel,0,29906,No home garden,0,4,79.1 +49,170.2,No barrel,0,18501,Home garden,1,9,63.8 +50,174.67,Barrel,1,26720,No home garden,0,5,65.2 +51,221.79,Barrel,1,35343,Home garden,1,6,65.8 +52,207.99,Barrel,1,12211,No home garden,0,6,83.8 +53,274.21,No barrel,0,28904,Home garden,1,7,71.3 +54,214,No barrel,0,13592,No home garden,0,6,66.8 +55,139.61,Barrel,1,12990,No home garden,0,4,69.4 +56,203.03,No barrel,0,9363,No home garden,0,7,69.2 +57,208.71,Barrel,1,27521,Home garden,1,7,68.5 +58,254,No barrel,0,24539,No home garden,0,4,68.4 +59,235.48,No barrel,0,26410,No home garden,0,4,65.7 +60,185.66,No barrel,0,12062,No home garden,0,6,67.9 +61,196.37,Barrel,1,32672,No home garden,0,4,64.6 +62,247.88,No barrel,0,34827,Home garden,1,6,75.7 +63,211.09,Barrel,1,24811,No home garden,0,3,70.1 +64,147.5,Barrel,1,13646,No home garden,0,6,65.9 +65,223.8,Barrel,1,20140,No home garden,0,3,74.4 +66,227.88,No barrel,0,24714,No home garden,0,4,68.2 +67,201.84,Barrel,1,11316,No home garden,0,8,76.3 +68,243.97,No barrel,0,23572,No home garden,0,4,70.6 +69,202.1,Barrel,1,29730,No home garden,0,5,68.4 +70,145.9,Barrel,1,12860,No home garden,0,6,62.4 +71,167.67,Barrel,1,13761,No home garden,0,6,78.3 +72,182.36,Barrel,1,25221,No home garden,0,4,61.9 +73,234.83,No barrel,0,31993,Home garden,1,6,70.2 +74,241.64,No barrel,0,31952,No home garden,0,5,68.5 +75,247.06,No barrel,0,36695,Home garden,1,5,61.8 +76,179.13,Barrel,1,16829,No home garden,0,1,65.9 +77,188.45,Barrel,1,26067,Home garden,1,8,68.8 +78,196.54,Barrel,1,23897,No home garden,0,7,63 +79,209.38,Barrel,1,34248,Home garden,1,7,67.6 +80,242.18,No barrel,0,28608,Home garden,1,7,73.1 +81,140.48,Barrel,1,4832,No home garden,0,8,67.8 +82,213.61,Barrel,1,24637,Home garden,1,7,68.4 +83,230.77,No barrel,0,29531,Home garden,1,6,66.1 +84,201.43,No barrel,0,18565,No home garden,0,5,66.7 +85,223.31,No barrel,0,19108,No home garden,0,1,70.8 +86,267.9,No barrel,0,30574,Home garden,1,6,66.2 +87,206.89,Barrel,1,20286,No home garden,0,4,76.9 +88,177.22,Barrel,1,16218,No home garden,0,4,71.4 +89,164.04,Barrel,1,18107,No home garden,0,7,63.8 +90,200.85,No barrel,0,23129,Home garden,1,8,71.8 +91,211.74,Barrel,1,17230,Home garden,1,9,75.4 +92,153.7,Barrel,1,24724,Home garden,1,8,61.4 +93,213.76,No barrel,0,12219,No home garden,0,2,69.6 +94,185.25,Barrel,1,27721,Home garden,1,6,71.2 +95,180.83,Barrel,1,18977,No home garden,0,4,73 +96,232.74,Barrel,1,25067,Home garden,1,7,79.4 +97,215.43,Barrel,1,27990,Home garden,1,6,71.9 +98,217.37,Barrel,1,16333,No home garden,0,6,79.2 +99,237.21,No barrel,0,26412,No home garden,0,6,65.9 +100,195.3,No barrel,0,6261,No home garden,0,6,63.2 +101,207.69,No barrel,0,22827,No home garden,0,3,65.6 +102,227.11,Barrel,1,28279,No home garden,0,4,69.2 +103,186.57,Barrel,1,18408,No home garden,0,7,69.6 +104,154.95,Barrel,1,11176,No home garden,0,6,66.5 +105,161.4,Barrel,1,10682,No home garden,0,7,73.4 +106,209.59,Barrel,1,25144,No home garden,0,4,75 +107,196.25,Barrel,1,22087,No home garden,0,6,69.2 +108,209.29,Barrel,1,33313,Home garden,1,8,65.8 +109,197.94,No barrel,0,26079,No home garden,0,5,54.7 +110,251.86,No barrel,0,21691,No home garden,0,5,68.5 +111,164.68,Barrel,1,24941,Home garden,1,10,65.8 +112,246.76,No barrel,0,28018,Home garden,1,8,74.9 +113,221.33,Barrel,1,26331,Home garden,1,8,73.7 +114,251.75,No barrel,0,32150,No home garden,0,4,70.1 +115,171.61,Barrel,1,27143,No home garden,0,5,67.6 +116,145.34,Barrel,1,15679,Home garden,1,9,70.7 +117,204,Barrel,1,34956,No home garden,0,3,71.3 +118,163.23,Barrel,1,23506,No home garden,0,4,63.8 +119,217.96,No barrel,0,21556,No home garden,0,4,62.2 +120,217.18,No barrel,0,11430,No home garden,0,2,66.9 +121,210.62,Barrel,1,19677,No home garden,0,5,73.1 +122,216.99,Barrel,1,28299,No home garden,0,4,70.4 +123,202,No barrel,0,14878,No home garden,0,5,71.4 +124,224.21,Barrel,1,19757,No home garden,0,5,76.2 +125,163.89,Barrel,1,24519,No home garden,0,5,65.2 +126,238.1,Barrel,1,27526,No home garden,0,6,74.7 +127,181.33,Barrel,1,22271,No home garden,0,6,76 +128,229.81,No barrel,0,17550,No home garden,0,3,72.7 +129,270.49,No barrel,0,22228,No home garden,0,3,72.5 +130,207.26,Barrel,1,18875,No home garden,0,2,70.3 +131,266.46,No barrel,0,28731,No home garden,0,3,74.8 +132,173.71,Barrel,1,19544,No home garden,0,7,70.9 +133,235.87,Barrel,1,28653,No home garden,0,4,76 +134,119.5,Barrel,1,14885,No home garden,0,7,62.9 +135,158.89,Barrel,1,27255,No home garden,0,5,55.2 +136,191.23,Barrel,1,22252,No home garden,0,5,68.3 +137,233.08,Barrel,1,16299,No home garden,0,3,79.8 +138,275.78,No barrel,0,28339,No home garden,0,4,74.2 +139,231.46,No barrel,0,31862,Home garden,1,6,66.7 +140,230.23,Barrel,1,25688,No home garden,0,5,74.9 +141,177.86,Barrel,1,23795,Home garden,1,10,72.6 +142,223.81,Barrel,1,26763,No home garden,0,5,79.4 +143,205.84,No barrel,0,20645,No home garden,0,6,74.5 +144,184.87,Barrel,1,11961,No home garden,0,4,68.8 +145,192.3,No barrel,0,17118,No home garden,0,8,64.9 +146,211.11,Barrel,1,28364,Home garden,1,6,70.8 +147,178.91,Barrel,1,7939,No home garden,0,7,74 +148,286.43,No barrel,0,32363,No home garden,0,2,79.8 +149,198.59,Barrel,1,20559,No home garden,0,3,73.2 +150,216.86,No barrel,0,22450,No home garden,0,7,70.2 +151,159.37,Barrel,1,21992,No home garden,0,4,68.1 +152,234.05,Barrel,1,27979,No home garden,0,2,69.9 +153,152.01,Barrel,1,6885,No home garden,0,7,70.6 +154,245.65,No barrel,0,30342,Home garden,1,7,71.7 +155,271.27,No barrel,0,18034,No home garden,0,5,79 +156,140.48,Barrel,1,3635,No home garden,0,4,75.4 +157,149.6,Barrel,1,13369,No home garden,0,2,63.5 +158,198.7,No barrel,0,20765,No home garden,0,7,66.3 +159,172.47,Barrel,1,20211,No home garden,0,5,66.6 +160,153.03,Barrel,1,6049,No home garden,0,6,71 +161,217.31,Barrel,1,28028,No home garden,0,6,74.4 +162,197.46,Barrel,1,24006,Home garden,1,8,70.2 +163,238.04,Barrel,1,22052,No home garden,0,4,77.3 +164,218.8,Barrel,1,27177,No home garden,0,6,76.4 +165,207.38,No barrel,0,20355,Home garden,1,8,64.1 +166,184.1,No barrel,0,9577,No home garden,0,9,64 +167,235.13,Barrel,1,34602,No home garden,0,4,80 +168,246.59,No barrel,0,24962,No home garden,0,5,69.1 +169,113.6,Barrel,1,7522,No home garden,0,9,67.4 +170,284.35,No barrel,0,30832,No home garden,0,3,77 +171,215.45,Barrel,1,33357,Home garden,1,8,73.2 +172,235.83,No barrel,0,28891,No home garden,0,4,64.2 +173,152.72,Barrel,1,7664,No home garden,0,7,67 +174,241.28,No barrel,0,22879,No home garden,0,1,65.7 +175,236,No barrel,0,32797,Home garden,1,9,70.7 +176,167.92,Barrel,1,6317,No home garden,0,3,71.5 +177,234.85,Barrel,1,38750,No home garden,0,4,69.4 +178,158.23,Barrel,1,10549,No home garden,0,6,74 +179,187.68,Barrel,1,16835,No home garden,0,2,68.4 +180,206.54,Barrel,1,29641,No home garden,0,5,57.8 +181,154.67,No barrel,0,1950,No home garden,0,7,63.2 +182,231.45,No barrel,0,21646,No home garden,0,4,71.3 +183,238.22,No barrel,0,31386,No home garden,0,5,61.1 +184,235.17,No barrel,0,23409,No home garden,0,5,67.9 +185,247.5,Barrel,1,36306,No home garden,0,3,83.1 +186,194.42,Barrel,1,14235,No home garden,0,8,77 +187,231.43,No barrel,0,19422,No home garden,0,3,66.3 +188,172.16,Barrel,1,19659,No home garden,0,5,72.3 +189,277.56,No barrel,0,24669,No home garden,0,5,76.7 +190,207.28,No barrel,0,14662,No home garden,0,5,71.9 +191,214.15,Barrel,1,24369,No home garden,0,4,74.5 +192,235.35,Barrel,1,36826,Home garden,1,7,76.9 +193,169.86,No barrel,0,17097,No home garden,0,6,63.7 +194,199.68,No barrel,0,14804,No home garden,0,5,69.3 +195,163.95,Barrel,1,20895,No home garden,0,7,64.6 +196,245.3,No barrel,0,23453,No home garden,0,4,73.7 +197,233.04,No barrel,0,15292,No home garden,0,4,71.2 +198,154.31,Barrel,1,11943,No home garden,0,4,64.5 +199,229.06,No barrel,0,39000,Home garden,1,4,62.7 +200,207.62,No barrel,0,24622,Home garden,1,7,66.1 +201,146.11,Barrel,1,12524,No home garden,0,4,66 +202,121.2,Barrel,1,7235,No home garden,0,9,66.4 +203,211.83,No barrel,0,19168,No home garden,0,6,68.7 +204,199.43,Barrel,1,28649,Home garden,1,8,74.5 +205,166.22,Barrel,1,17615,No home garden,0,3,67.3 +206,198.62,Barrel,1,24905,Home garden,1,8,76.3 +207,222.6,No barrel,0,29426,Home garden,1,7,71.7 +208,235.43,No barrel,0,22186,No home garden,0,5,69.7 +209,179.06,Barrel,1,24699,Home garden,1,8,72.1 +210,143.27,Barrel,1,16278,No home garden,0,8,65.4 +211,241.88,No barrel,0,30939,Home garden,1,9,67.3 +212,215.19,Barrel,1,28699,No home garden,0,6,69.6 +213,227.09,No barrel,0,22377,No home garden,0,5,69.9 +214,228.36,No barrel,0,25072,No home garden,0,5,67.2 +215,191,Barrel,1,17516,No home garden,0,7,72.8 +216,242.12,No barrel,0,24901,Home garden,1,9,75.9 +217,162.93,No barrel,0,3797,No home garden,0,7,65.2 +218,147.43,Barrel,1,12596,No home garden,0,5,68.6 +219,228.73,Barrel,1,29474,Home garden,1,7,74.3 +220,222.53,No barrel,0,20795,Home garden,1,8,69.1 +221,255.51,No barrel,0,21396,No home garden,0,5,72.6 +222,215,No barrel,0,11609,No home garden,0,7,73.5 +223,258.54,No barrel,0,26493,No home garden,0,4,76.8 +224,156.36,Barrel,1,12809,No home garden,0,7,65.5 +225,162.7,Barrel,1,13605,No home garden,0,7,66.8 +226,218.3,Barrel,1,26145,No home garden,0,5,70.7 +227,139.86,Barrel,1,572,No home garden,0,9,66.3 +228,247.65,No barrel,0,28862,No home garden,0,4,67 +229,266.93,No barrel,0,28305,No home garden,0,4,75.4 +230,170.07,Barrel,1,22778,Home garden,1,8,67.1 +231,246.68,No barrel,0,28042,No home garden,0,6,75.5 +232,213.98,Barrel,1,20065,No home garden,0,3,77 +233,184.08,No barrel,0,8463,No home garden,0,6,70.2 +234,211.87,Barrel,1,19207,No home garden,0,3,79.6 +235,167.48,Barrel,1,22067,Home garden,1,8,63.7 +236,170.19,Barrel,1,12730,No home garden,0,3,64 +237,177.81,Barrel,1,23102,No home garden,0,5,62.5 +238,198.47,Barrel,1,25148,Home garden,1,7,73.6 +239,254.68,No barrel,0,29420,No home garden,0,5,67.3 +240,267.82,No barrel,0,27732,No home garden,0,5,70.1 +241,223.48,Barrel,1,26237,No home garden,0,4,67.8 +242,184.77,Barrel,1,16245,No home garden,0,2,65.5 +243,205.78,Barrel,1,20156,No home garden,0,4,76.4 +244,196.29,Barrel,1,12116,No home garden,0,3,69.6 +245,177.52,Barrel,1,27499,No home garden,0,4,57.7 +246,251.84,Barrel,1,29061,No home garden,0,3,74.5 +247,173.98,Barrel,1,16866,No home garden,0,8,73.8 +248,181.66,Barrel,1,14483,No home garden,0,7,71.3 +249,205.85,No barrel,0,20120,No home garden,0,7,75.8 +250,164.38,Barrel,1,17426,No home garden,0,8,71.2 +251,231.16,No barrel,0,10322,No home garden,0,6,81.1 +252,167.63,Barrel,1,10334,No home garden,0,6,65.7 +253,249.36,No barrel,0,31526,Home garden,1,6,73.7 +254,195.66,No barrel,0,14850,No home garden,0,5,68.4 +255,184.56,Barrel,1,13115,No home garden,0,3,65.8 +256,208.42,Barrel,1,29775,No home garden,0,5,71.2 +257,213.56,No barrel,0,24220,No home garden,0,5,64.2 +258,233.57,No barrel,0,17341,No home garden,0,4,69.9 +259,240.53,No barrel,0,23242,No home garden,0,6,63.5 +260,286.79,No barrel,0,38900,Home garden,1,7,71 +261,171.92,Barrel,1,12636,No home garden,0,5,72.5 +262,206.97,Barrel,1,25900,Home garden,1,7,74.1 +263,205.2,Barrel,1,30876,Home garden,1,6,64.2 +264,244.36,Barrel,1,38559,Home garden,1,6,72.2 +265,143.54,Barrel,1,11182,No home garden,0,6,67.6 +266,237.98,No barrel,0,25847,No home garden,0,4,70.2 +267,259.23,No barrel,0,16846,No home garden,0,2,74.6 +268,202.09,Barrel,1,21089,No home garden,0,6,71.7 +269,151.88,Barrel,1,11424,No home garden,0,4,61.8 +270,236.68,Barrel,1,34542,No home garden,0,3,69.6 +271,211.02,No barrel,0,22464,Home garden,1,7,68.2 +272,211.26,No barrel,0,11423,No home garden,0,4,74.6 +273,205.76,No barrel,0,26701,No home garden,0,5,65.1 +274,185.18,Barrel,1,13528,No home garden,0,2,66.9 +275,202.92,Barrel,1,30111,Home garden,1,7,73.7 +276,180.99,No barrel,0,7301,No home garden,0,9,62.8 +277,202.46,Barrel,1,19713,No home garden,0,2,66.8 +278,220.91,No barrel,0,15397,No home garden,0,6,75.5 +279,199.05,No barrel,0,24008,Home garden,1,7,57.2 +280,251.89,Barrel,1,36530,No home garden,0,3,65.6 +281,242.46,No barrel,0,22268,Home garden,1,8,75.7 +282,175.14,Barrel,1,22842,No home garden,0,7,73.2 +283,194.89,No barrel,0,5676,No home garden,0,3,67 +284,207.72,No barrel,0,19227,No home garden,0,5,63.3 +285,247.36,No barrel,0,12084,No home garden,0,5,72.7 +286,221.84,No barrel,0,20179,No home garden,0,7,72.1 +287,188.49,No barrel,0,13680,No home garden,0,4,67.8 +288,205.89,Barrel,1,29663,Home garden,1,7,68.6 +289,200.66,Barrel,1,9402,No home garden,0,4,70.9 +290,111.58,Barrel,1,4957,No home garden,0,10,72.3 +291,161.16,Barrel,1,5772,No home garden,0,5,73.4 +292,187.42,Barrel,1,25044,Home garden,1,8,66.9 +293,209.99,No barrel,0,9163,No home garden,0,5,73.6 +294,191.23,No barrel,0,11746,No home garden,0,3,68.5 +295,252.14,Barrel,1,36012,No home garden,0,4,74.6 +296,177.33,No barrel,0,19909,No home garden,0,7,58.4 +297,167.03,Barrel,1,13791,No home garden,0,3,71.7 +298,187.81,No barrel,0,17166,Home garden,1,8,68.7 +299,198.57,Barrel,1,32059,No home garden,0,4,74.9 +300,231.49,No barrel,0,15538,No home garden,0,8,74 +301,232.52,No barrel,0,24576,No home garden,0,6,67.6 +302,208.64,Barrel,1,36060,Home garden,1,8,65.2 +303,162.41,Barrel,1,14428,No home garden,0,4,65.1 +304,101.26,Barrel,1,16403,No home garden,0,6,59.6 +305,194.97,Barrel,1,15809,No home garden,0,7,74.1 +306,193.42,Barrel,1,16009,No home garden,0,3,74.1 +307,213.12,No barrel,0,22192,Home garden,1,10,65.5 +308,266.1,No barrel,0,32695,Home garden,1,8,73 +309,234.76,No barrel,0,26563,Home garden,1,8,73.6 +310,253.2,No barrel,0,20250,No home garden,0,4,76.9 +311,210.04,No barrel,0,19129,No home garden,0,2,67.6 +312,267.01,No barrel,0,36691,Home garden,1,10,71.7 +313,145.63,Barrel,1,19936,Home garden,1,9,66.8 +314,275.26,No barrel,0,30956,No home garden,0,4,77.2 +315,192.9,No barrel,0,9035,No home garden,0,5,71.5 +316,207.12,Barrel,1,25321,No home garden,0,6,71.4 +317,185.11,Barrel,1,21845,No home garden,0,7,71.1 +318,142.82,Barrel,1,18141,No home garden,0,6,60 +319,210.66,No barrel,0,17294,Home garden,1,8,62.5 +320,182.06,Barrel,1,24703,Home garden,1,10,66.7 +321,206.6,No barrel,0,26873,Home garden,1,7,61.3 +322,178.8,Barrel,1,23680,Home garden,1,10,72.2 +323,237.5,Barrel,1,32314,No home garden,0,4,76.6 +324,252.24,No barrel,0,26245,No home garden,0,6,69.3 +325,204.38,No barrel,0,21201,No home garden,0,6,69.3 +326,227.1,Barrel,1,31968,No home garden,0,2,69.6 +327,249.2,No barrel,0,21966,No home garden,0,6,78.1 +328,238.55,No barrel,0,21619,No home garden,0,3,73.6 +329,262.91,No barrel,0,29348,No home garden,0,5,75.2 +330,228.45,No barrel,0,17334,No home garden,0,6,73.2 +331,221.84,No barrel,0,22451,Home garden,1,8,67.7 +332,177.4,Barrel,1,23481,Home garden,1,8,67.5 +333,189.1,Barrel,1,11152,No home garden,0,6,79.1 +334,189.52,Barrel,1,13522,No home garden,0,2,72.9 +335,275.7,No barrel,0,18675,No home garden,0,2,70.8 +336,218.46,No barrel,0,29744,Home garden,1,6,67.3 +337,188.22,Barrel,1,29141,Home garden,1,9,72.5 +338,151.03,Barrel,1,18130,No home garden,0,6,61.7 +339,200.19,No barrel,0,9674,No home garden,0,7,64.5 +340,170.18,Barrel,1,2995,No home garden,0,7,69.4 +341,170.78,Barrel,1,17610,No home garden,0,4,67.5 +342,145.01,Barrel,1,5752,No home garden,0,5,67 +343,157.96,Barrel,1,18593,No home garden,0,5,67.1 +344,255.89,Barrel,1,31806,No home garden,0,4,77.6 +345,150.54,Barrel,1,4582,No home garden,0,7,67.5 +346,253.99,Barrel,1,27107,Home garden,1,7,78.2 +347,212.76,Barrel,1,20361,No home garden,0,6,74.8 +348,167.34,Barrel,1,11789,No home garden,0,7,74.7 +349,239.61,No barrel,0,22098,No home garden,0,4,67.7 +350,162.49,Barrel,1,9797,No home garden,0,3,59.8 +351,241.19,Barrel,1,28685,Home garden,1,7,78.7 +352,221.59,Barrel,1,23137,No home garden,0,2,71.4 +353,186.52,Barrel,1,17442,No home garden,0,5,76.7 +354,138.14,Barrel,1,2082,No home garden,0,6,72.5 +355,163.98,Barrel,1,1886,No home garden,0,6,73.3 +356,192.42,Barrel,1,19408,No home garden,0,3,67.9 +357,204.77,Barrel,1,15740,No home garden,0,2,65.6 +358,139.69,Barrel,1,10330,No home garden,0,8,68.4 +359,243.61,No barrel,0,23610,Home garden,1,8,73.2 +360,150.08,Barrel,1,10932,No home garden,0,5,66.8 +361,210.29,No barrel,0,11705,No home garden,0,4,67.4 +362,279.24,No barrel,0,36420,Home garden,1,7,66.9 +363,282.31,No barrel,0,37060,Home garden,1,8,76.9 +364,234.9,No barrel,0,20577,No home garden,0,3,74.5 +365,194.45,No barrel,0,13606,No home garden,0,6,69.8 +366,186.22,Barrel,1,24182,No home garden,0,7,64.9 +367,164.49,Barrel,1,8218,No home garden,0,3,67 +368,235.68,No barrel,0,28461,Home garden,1,6,70.3 +369,150.77,Barrel,1,11640,No home garden,0,4,71.2 +370,151.53,Barrel,1,6801,No home garden,0,5,64.5 +371,186.93,Barrel,1,19448,No home garden,0,5,64.1 +372,178.4,Barrel,1,20970,No home garden,0,6,65.1 +373,193.37,Barrel,1,21163,No home garden,0,1,69 +374,175.72,Barrel,1,17070,No home garden,0,3,66.5 +375,141.2,Barrel,1,30536,Home garden,1,10,58.3 +376,191.69,No barrel,0,982,No home garden,0,7,72.8 +377,249,No barrel,0,19660,No home garden,0,3,70.1 +378,184.1,Barrel,1,22161,Home garden,1,9,81.1 +379,264.43,No barrel,0,31622,No home garden,0,4,65 +380,225.46,No barrel,0,8157,No home garden,0,7,70.9 +381,178.21,Barrel,1,13119,No home garden,0,5,73 +382,198.78,Barrel,1,24252,No home garden,0,5,73.1 +383,225.73,No barrel,0,17648,No home garden,0,5,75.3 +384,149.1,Barrel,1,3478,No home garden,0,4,61.6 +385,209.95,Barrel,1,27011,No home garden,0,4,69.7 +386,180.57,Barrel,1,16246,No home garden,0,3,66.3 +387,187.03,Barrel,1,13220,No home garden,0,3,71.3 +388,213.72,No barrel,0,29814,Home garden,1,10,68.7 +389,206.81,Barrel,1,32031,Home garden,1,7,72.1 +390,227.54,No barrel,0,19079,No home garden,0,3,63.3 +391,238.06,Barrel,1,31389,No home garden,0,3,76.8 +392,205,Barrel,1,16959,No home garden,0,3,74.5 +393,216.6,Barrel,1,34034,Home garden,1,9,71.1 +394,189.05,No barrel,0,14242,No home garden,0,7,65.4 +395,226.08,No barrel,0,7896,No home garden,0,4,75 +396,170.96,No barrel,0,15567,No home garden,0,8,60.5 +397,215.55,No barrel,0,11384,No home garden,0,5,72.5 +398,241.28,No barrel,0,12423,No home garden,0,2,67.3 +399,127.85,Barrel,1,11376,No home garden,0,6,66.7 +400,271.68,No barrel,0,27549,No home garden,0,4,74.7 +401,209.13,No barrel,0,22512,No home garden,0,5,65.4 +402,224.33,No barrel,0,21336,Home garden,1,9,70.7 +403,198.13,No barrel,0,12950,No home garden,0,3,64.3 +404,219.19,No barrel,0,26771,Home garden,1,7,68.3 +405,147.52,Barrel,1,12474,No home garden,0,6,65 +406,201.83,No barrel,0,15037,Home garden,1,10,73.1 +407,185.17,Barrel,1,21735,Home garden,1,8,71.2 +408,254.96,No barrel,0,33339,Home garden,1,7,75 +409,171.68,Barrel,1,21485,No home garden,0,6,69.7 +410,251.87,No barrel,0,19231,No home garden,0,6,76.1 +411,186.05,Barrel,1,11639,No home garden,0,4,69.9 +412,174.26,Barrel,1,23759,No home garden,0,4,59.8 +413,210.55,No barrel,0,19035,No home garden,0,7,63.1 +414,236.6,No barrel,0,12768,No home garden,0,4,68.5 +415,188.31,Barrel,1,14954,No home garden,0,5,73.6 +416,189.69,Barrel,1,23186,No home garden,0,6,77.3 +417,169.15,Barrel,1,18246,No home garden,0,6,72.9 +418,216.6,No barrel,0,12380,No home garden,0,6,72.7 +419,254.69,No barrel,0,30214,No home garden,0,5,77.2 +420,170.96,No barrel,0,9743,No home garden,0,8,61.1 +421,177.28,Barrel,1,14253,No home garden,0,6,74.1 +422,191.08,No barrel,0,16838,No home garden,0,5,64.1 +423,260.63,No barrel,0,21306,No home garden,0,5,76.1 +424,195.57,No barrel,0,12565,No home garden,0,6,65.2 +425,250.1,No barrel,0,29013,No home garden,0,5,70.4 +426,238.95,Barrel,1,28754,No home garden,0,1,64.2 +427,258.69,Barrel,1,33999,No home garden,0,3,72.7 +428,159.63,No barrel,0,4514,No home garden,0,5,68.4 +429,233.18,No barrel,0,28854,No home garden,0,5,68.9 +430,226.18,Barrel,1,32674,Home garden,1,8,70 +431,221.2,Barrel,1,25658,No home garden,0,1,68.7 +432,208.29,No barrel,0,9121,No home garden,0,3,73.3 +433,206.17,Barrel,1,20175,No home garden,0,7,70.4 +434,293.28,No barrel,0,33906,No home garden,0,4,74.1 +435,260.73,No barrel,0,14747,No home garden,0,2,72.7 +436,202.98,Barrel,1,27357,Home garden,1,7,76.3 +437,240.17,No barrel,0,19782,No home garden,0,3,66.7 +438,155.14,Barrel,1,3006,No home garden,0,9,75.6 +439,157.46,Barrel,1,4741,No home garden,0,5,64.4 +440,186.63,No barrel,0,6697,Home garden,1,10,65.7 +441,184.82,Barrel,1,19251,No home garden,0,7,66.5 +442,178.85,Barrel,1,16104,No home garden,0,7,65.7 +443,203.99,No barrel,0,4106,No home garden,0,6,74.2 +444,164.37,Barrel,1,11793,No home garden,0,2,64.3 +445,177.08,No barrel,0,11378,No home garden,0,9,72.8 +446,184.46,Barrel,1,14103,No home garden,0,2,67.7 +447,250.94,No barrel,0,30836,No home garden,0,5,71.4 +448,217.1,No barrel,0,20782,Home garden,1,7,70.2 +449,207.97,Barrel,1,31260,Home garden,1,9,73.8 +450,190.13,Barrel,1,20661,No home garden,0,2,71.4 +451,186.14,Barrel,1,13977,No home garden,0,4,68.8 +452,226.82,No barrel,0,17355,No home garden,0,2,70.2 +453,198.93,No barrel,0,21482,Home garden,1,8,66.8 +454,119.71,Barrel,1,13677,No home garden,0,8,65.2 +455,229.93,Barrel,1,26645,No home garden,0,4,74.4 +456,180.06,Barrel,1,11934,No home garden,0,4,66.3 +457,201.93,Barrel,1,21117,No home garden,0,5,68.5 +458,241.86,No barrel,0,22077,No home garden,0,3,64 +459,158.09,Barrel,1,16688,No home garden,0,6,64.9 +460,244.47,No barrel,0,38528,Home garden,1,6,59.5 +461,239.8,Barrel,1,18839,No home garden,0,3,76.2 +462,237.47,Barrel,1,31148,No home garden,0,4,78 +463,224.6,No barrel,0,17226,No home garden,0,5,72 +464,131.08,Barrel,1,3494,No home garden,0,5,62.7 +465,152.13,Barrel,1,19242,No home garden,0,8,65.9 +466,217.99,No barrel,0,17631,No home garden,0,5,77.8 +467,99.63,Barrel,1,7341,No home garden,0,6,54.3 +468,246.4,No barrel,0,36758,Home garden,1,6,71.6 +469,159.77,Barrel,1,16308,No home garden,0,3,61.5 +470,216.95,No barrel,0,12537,No home garden,0,5,67.3 +471,178.75,No barrel,0,3592,No home garden,0,6,72.2 +472,204.05,No barrel,0,13035,No home garden,0,3,68.4 +473,267.06,Barrel,1,32190,Home garden,1,6,81.8 +474,197.12,Barrel,1,18444,No home garden,0,4,66.3 +475,244.41,No barrel,0,33438,Home garden,1,5,73.8 +476,281.83,No barrel,0,33103,No home garden,0,2,70.7 +477,216.74,Barrel,1,21262,No home garden,0,2,66.9 +478,153.14,Barrel,1,17543,No home garden,0,6,63.1 +479,185.92,Barrel,1,18878,No home garden,0,4,61.2 +480,245.79,No barrel,0,20398,No home garden,0,2,60.3 +481,236.07,No barrel,0,33642,Home garden,1,7,59.4 +482,269.57,No barrel,0,37338,Home garden,1,6,67.4 +483,245.82,No barrel,0,27251,No home garden,0,6,66.5 +484,170.21,Barrel,1,24893,No home garden,0,6,65.6 +485,267.53,No barrel,0,19375,No home garden,0,2,70.9 +486,256.15,Barrel,1,28103,No home garden,0,4,82.1 +487,212.33,No barrel,0,15588,Home garden,1,8,72.2 +488,202.83,Barrel,1,25928,No home garden,0,5,68.7 +489,250.38,No barrel,0,31002,No home garden,0,4,60.9 +490,179.96,Barrel,1,8360,No home garden,0,5,71 +491,182.15,Barrel,1,20315,No home garden,0,7,66.5 +492,189.84,Barrel,1,21202,Home garden,1,10,74.5 +493,179.33,Barrel,1,17548,No home garden,0,6,71.3 diff --git a/docs/_site/files/data/generated_data/bed_nets_observed.csv b/docs/_site/files/data/generated_data/bed_nets_observed.csv new file mode 100644 index 00000000..7b143f9e --- /dev/null +++ b/docs/_site/files/data/generated_data/bed_nets_observed.csv @@ -0,0 +1,2001 @@ +treatment,bed_net,health +Control,No bed net,24.6 +Control,No bed net,36.4 +Treatment,Bed net,49.1 +Treatment,Bed net,47 +Control,Bed net,58.6 +Treatment,Bed net,63.9 +Treatment,No bed net,34.5 +Control,No bed net,19.4 +Treatment,Bed net,36.6 +Control,No bed net,37.4 +Control,No bed net,48.1 +Treatment,Bed net,50.7 +Treatment,No bed net,44.2 +Control,Bed net,57 +Control,No bed net,10.4 +Control,Bed net,49.4 +Control,No bed net,22.7 +Treatment,No bed net,24.2 +Treatment,No bed net,22.7 +Control,No bed net,28.9 +Treatment,No bed net,28.3 +Treatment,No bed net,28 +Treatment,No bed net,24.4 +Control,No bed net,53.2 +Control,No bed net,47.4 +Treatment,Bed net,50.7 +Control,No bed net,41.7 +Control,Bed net,66.1 +Treatment,Bed net,59.2 +Control,No bed net,35.6 +Treatment,Bed net,59.3 +Treatment,No bed net,52.6 +Control,No bed net,23.8 +Control,No bed net,33.4 +Control,No bed net,44.6 +Control,No bed net,48.5 +Control,No bed net,65.6 +Control,No bed net,34 +Control,Bed net,58.6 +Treatment,Bed net,51.5 +Treatment,Bed net,28.4 +Treatment,Bed net,64.5 +Control,No bed net,31.2 +Treatment,Bed net,56.1 +Control,No bed net,52.5 +Treatment,Bed net,48.8 +Control,No bed net,30.9 +Control,No bed net,46.8 +Control,No bed net,35.8 +Treatment,Bed net,73.6 +Control,No bed net,49.3 +Treatment,No bed net,38.7 +Treatment,Bed net,51.2 +Control,No bed net,29.5 +Treatment,No bed net,28.1 +Treatment,Bed net,47.5 +Control,No bed net,37.3 +Treatment,Bed net,80.5 +Control,No bed net,38.5 +Treatment,Bed net,48.2 +Treatment,Bed net,46.4 +Treatment,No bed net,36.1 +Control,No bed net,41.2 +Control,No bed net,39.9 +Control,No bed net,35.6 +Treatment,Bed net,40.6 +Control,No bed net,36.1 +Control,No bed net,25.7 +Control,No bed net,28 +Control,No bed net,40.2 +Control,No bed net,48.6 +Control,Bed net,48.1 +Treatment,No bed net,29.8 +Control,No bed net,31.5 +Control,No bed net,34.8 +Treatment,Bed net,40.1 +Control,No bed net,51.3 +Treatment,No bed net,19.9 +Treatment,No bed net,31.9 +Control,No bed net,25.2 +Treatment,Bed net,60.1 +Control,No bed net,30.2 +Control,No bed net,43.8 +Control,No bed net,56.7 +Control,No bed net,26.1 +Control,Bed net,71.7 +Treatment,No bed net,42.8 +Control,No bed net,43.2 +Treatment,No bed net,55 +Control,Bed net,43.2 +Treatment,No bed net,56.6 +Treatment,Bed net,36.3 +Treatment,No bed net,47 +Control,No bed net,41.6 +Control,No bed net,35 +Control,No bed net,36.9 +Control,No bed net,33.1 +Treatment,No bed net,24.2 +Control,No bed net,39.1 +Control,No bed net,53.8 +Control,No bed net,60.1 +Treatment,Bed net,82.8 +Treatment,No bed net,35.4 +Treatment,No bed net,24.8 +Treatment,No bed net,27.5 +Treatment,No bed net,26.8 +Treatment,No bed net,32.6 +Treatment,No bed net,61.9 +Treatment,Bed net,61.2 +Treatment,No bed net,45.6 +Treatment,Bed net,66.9 +Treatment,No bed net,58.4 +Control,Bed net,41.1 +Control,No bed net,26 +Control,No bed net,38.5 +Treatment,Bed net,69.9 +Treatment,Bed net,66.5 +Control,No bed net,46.4 +Control,No bed net,26 +Control,No bed net,36.2 +Treatment,Bed net,36.8 +Control,Bed net,53.6 +Control,Bed net,53.2 +Treatment,Bed net,68.5 +Control,No bed net,35.2 +Treatment,No bed net,25.6 +Control,No bed net,25.7 +Treatment,Bed net,69.6 +Treatment,Bed net,51.8 +Control,No bed net,38.4 +Control,Bed net,50.6 +Control,No bed net,39.5 +Control,No bed net,34 +Treatment,Bed net,53.8 +Treatment,Bed net,45.8 +Treatment,Bed net,59.4 +Control,Bed net,55.3 +Treatment,Bed net,64.5 +Treatment,Bed net,42.9 +Treatment,Bed net,54.5 +Control,No bed net,39 +Treatment,Bed net,46.3 +Control,No bed net,44.7 +Control,No bed net,43.9 +Control,No bed net,14 +Control,No bed net,43.8 +Control,No bed net,37.9 +Treatment,Bed net,55 +Treatment,Bed net,56.9 +Control,No bed net,22.8 +Treatment,Bed net,54.9 +Treatment,No bed net,28.1 +Treatment,No bed net,28.6 +Treatment,Bed net,59.3 +Control,No bed net,47.4 +Treatment,Bed net,55.3 +Control,No bed net,31.1 +Control,Bed net,56.4 +Control,No bed net,56.1 +Control,No bed net,47.3 +Treatment,Bed net,29.8 +Control,No bed net,16.6 +Treatment,Bed net,70.8 +Control,No bed net,22.5 +Treatment,No bed net,50.5 +Treatment,Bed net,61.5 +Control,No bed net,43.3 +Treatment,No bed net,37.9 +Treatment,Bed net,52.7 +Treatment,No bed net,25.7 +Treatment,Bed net,50.8 +Treatment,Bed net,57.7 +Treatment,Bed net,42.8 +Control,No bed net,52 +Control,No bed net,33.3 +Control,No bed net,29.8 +Control,No bed net,43 +Control,No bed net,28.7 +Control,No bed net,33 +Treatment,No bed net,47.4 +Treatment,Bed net,39.9 +Control,No bed net,56.5 +Treatment,Bed net,77.6 +Treatment,No bed net,32.9 +Control,Bed net,63.6 +Treatment,No bed net,17.3 +Treatment,Bed net,47.4 +Control,No bed net,35.7 +Control,No bed net,18.7 +Treatment,Bed net,34.4 +Treatment,Bed net,54 +Treatment,Bed net,38.8 +Treatment,No bed net,37.2 +Treatment,Bed net,47.4 +Control,Bed net,53.6 +Control,Bed net,52.4 +Control,Bed net,56.9 +Control,No bed net,40.3 +Control,Bed net,57.6 +Control,No bed net,35.5 +Treatment,Bed net,51.5 +Control,No bed net,45.8 +Control,No bed net,47.2 +Control,No bed net,41.6 +Treatment,Bed net,45.3 +Treatment,Bed net,67 +Control,No bed net,22 +Control,No bed net,42.3 +Control,No bed net,41.7 +Treatment,Bed net,47.1 +Treatment,Bed net,61.3 +Control,No bed net,10.9 +Treatment,No bed net,37.2 +Control,No bed net,47.5 +Control,No bed net,29.4 +Control,Bed net,67.6 +Treatment,Bed net,72.9 +Control,No bed net,28.9 +Control,No bed net,26.6 +Treatment,Bed net,64 +Control,No bed net,33.1 +Treatment,No bed net,43 +Control,No bed net,36.5 +Control,No bed net,50.3 +Control,No bed net,41.4 +Control,No bed net,19.1 +Control,Bed net,66.3 +Treatment,No bed net,24.1 +Treatment,Bed net,49.1 +Treatment,Bed net,54.1 +Treatment,Bed net,62.9 +Treatment,Bed net,78.3 +Treatment,No bed net,33.3 +Treatment,Bed net,45.5 +Treatment,Bed net,61.7 +Treatment,No bed net,30.7 +Treatment,Bed net,49.6 +Treatment,No bed net,43.6 +Treatment,Bed net,35.5 +Treatment,Bed net,48.5 +Control,No bed net,43.2 +Treatment,No bed net,10.4 +Control,No bed net,31.7 +Treatment,Bed net,75.2 +Treatment,Bed net,68.3 +Control,No bed net,27 +Control,No bed net,36.2 +Treatment,Bed net,32.1 +Control,Bed net,53.7 +Control,No bed net,24.7 +Treatment,Bed net,57 +Control,No bed net,30.2 +Control,No bed net,50 +Control,No bed net,34.4 +Control,No bed net,64.3 +Treatment,Bed net,47.1 +Treatment,No bed net,43.1 +Control,No bed net,50.4 +Control,No bed net,47.4 +Control,No bed net,31.6 +Treatment,Bed net,38.6 +Treatment,No bed net,19.1 +Treatment,Bed net,74.4 +Treatment,No bed net,44 +Treatment,No bed net,23.5 +Control,No bed net,32.7 +Treatment,Bed net,66.3 +Treatment,No bed net,24.5 +Treatment,No bed net,27 +Control,No bed net,41.8 +Treatment,No bed net,33.2 +Treatment,Bed net,35.1 +Control,No bed net,50.4 +Control,No bed net,44.2 +Control,No bed net,33.2 +Treatment,Bed net,55.9 +Treatment,Bed net,53.8 +Treatment,Bed net,63.1 +Treatment,No bed net,24.2 +Treatment,No bed net,40.8 +Control,No bed net,32.3 +Treatment,Bed net,40.5 +Treatment,Bed net,37.5 +Treatment,Bed net,68.1 +Control,No bed net,29.5 +Treatment,No bed net,57.8 +Treatment,Bed net,54 +Control,No bed net,47.1 +Control,No bed net,36.7 +Treatment,Bed net,54.1 +Treatment,Bed net,47 +Treatment,Bed net,64.3 +Treatment,Bed net,54.2 +Control,No bed net,28.6 +Treatment,Bed net,69.9 +Control,No bed net,31.6 +Control,No bed net,33.1 +Treatment,No bed net,37.8 +Treatment,Bed net,41.2 +Control,No bed net,45.6 +Control,No bed net,54.8 +Control,Bed net,43.3 +Control,No bed net,39.2 +Treatment,Bed net,43.8 +Treatment,Bed net,55.1 +Treatment,Bed net,43 +Control,No bed net,23.8 +Control,Bed net,44.1 +Treatment,Bed net,55.4 +Control,No bed net,41.3 +Treatment,Bed net,45.7 +Control,No bed net,42.1 +Treatment,Bed net,43.6 +Control,No bed net,37.6 +Control,No bed net,30.5 +Control,No bed net,15.2 +Treatment,No bed net,24.8 +Treatment,Bed net,46 +Treatment,No bed net,22.5 +Treatment,Bed net,46.4 +Treatment,No bed net,39.8 +Treatment,Bed net,67.6 +Control,No bed net,21.2 +Control,No bed net,49.9 +Treatment,No bed net,30.7 +Treatment,No bed net,13.4 +Control,No bed net,36.5 +Control,No bed net,42.8 +Control,No bed net,43.3 +Control,Bed net,64 +Control,No bed net,47.3 +Treatment,Bed net,50.3 +Control,Bed net,65.8 +Treatment,No bed net,62.3 +Treatment,Bed net,26.7 +Control,No bed net,31.5 +Treatment,No bed net,27.4 +Treatment,No bed net,36.2 +Treatment,Bed net,52.1 +Control,No bed net,50.4 +Control,Bed net,52.7 +Control,No bed net,49 +Control,No bed net,49.3 +Control,Bed net,52.4 +Treatment,No bed net,37.7 +Treatment,No bed net,33.2 +Control,No bed net,31.9 +Control,No bed net,26.8 +Treatment,Bed net,46.2 +Control,No bed net,42.2 +Treatment,No bed net,19.6 +Control,No bed net,33.8 +Treatment,No bed net,49.2 +Control,No bed net,37.5 +Treatment,Bed net,50.9 +Control,Bed net,53.8 +Control,No bed net,20.3 +Control,No bed net,14.5 +Control,No bed net,39.6 +Treatment,Bed net,51 +Control,No bed net,28.9 +Treatment,Bed net,66.7 +Control,No bed net,41.8 +Control,No bed net,49.5 +Treatment,Bed net,54 +Treatment,Bed net,50.5 +Treatment,Bed net,72 +Control,No bed net,14.4 +Control,Bed net,61.6 +Control,No bed net,37.4 +Treatment,Bed net,39.7 +Control,No bed net,28.2 +Control,Bed net,51.3 +Treatment,Bed net,71.9 +Control,No bed net,44.4 +Control,No bed net,56.6 +Treatment,Bed net,50.7 +Control,No bed net,47.8 +Treatment,Bed net,33.4 +Treatment,Bed net,41.5 +Treatment,No bed net,66.8 +Control,No bed net,18.8 +Control,No bed net,40.1 +Control,No bed net,19.8 +Control,No bed net,54.1 +Treatment,No bed net,35.5 +Control,No bed net,33.5 +Control,No bed net,44.6 +Treatment,Bed net,67.5 +Control,Bed net,71.2 +Control,No bed net,30.1 +Treatment,Bed net,48.8 +Control,No bed net,46.1 +Treatment,Bed net,42.2 +Control,No bed net,34.1 +Treatment,Bed net,44.1 +Control,No bed net,36 +Treatment,Bed net,53.5 +Control,No bed net,30.3 +Control,No bed net,40.6 +Control,No bed net,41.5 +Treatment,Bed net,42.5 +Treatment,Bed net,53.8 +Control,No bed net,41.9 +Treatment,Bed net,44.3 +Treatment,No bed net,55.6 +Control,No bed net,45.4 +Treatment,No bed net,17.7 +Treatment,Bed net,43.5 +Treatment,Bed net,38.6 +Treatment,Bed net,55.2 +Treatment,Bed net,61.2 +Treatment,Bed net,39.4 +Control,No bed net,29.5 +Treatment,Bed net,46.7 +Control,No bed net,20.6 +Treatment,Bed net,64 +Treatment,Bed net,64 +Treatment,No bed net,43 +Treatment,Bed net,73.6 +Control,No bed net,41.9 +Treatment,Bed net,64.5 +Control,No bed net,35.4 +Treatment,No bed net,29.2 +Control,Bed net,59.1 +Treatment,No bed net,40.3 +Control,No bed net,63.1 +Treatment,Bed net,52.4 +Treatment,No bed net,32.2 +Treatment,No bed net,34.2 +Treatment,Bed net,45 +Control,No bed net,46.8 +Treatment,Bed net,51.3 +Control,Bed net,58.4 +Treatment,No bed net,32.8 +Treatment,Bed net,55.6 +Treatment,No bed net,52.7 +Control,Bed net,75.8 +Treatment,Bed net,84.6 +Control,No bed net,43.6 +Treatment,Bed net,68.6 +Treatment,Bed net,59.3 +Control,No bed net,23.1 +Treatment,Bed net,77.8 +Treatment,Bed net,58.7 +Control,No bed net,46.3 +Treatment,Bed net,53.6 +Treatment,Bed net,79.7 +Treatment,Bed net,50.1 +Control,No bed net,28.6 +Control,No bed net,33.9 +Treatment,Bed net,81.4 +Treatment,Bed net,63.4 +Treatment,Bed net,68.2 +Treatment,Bed net,78.2 +Control,No bed net,33.3 +Control,No bed net,47.2 +Control,No bed net,31.5 +Treatment,Bed net,67.7 +Treatment,No bed net,49.1 +Treatment,No bed net,37.2 +Treatment,Bed net,64.8 +Treatment,No bed net,18.1 +Control,No bed net,27.1 +Control,No bed net,34.5 +Treatment,No bed net,39.9 +Control,No bed net,29.1 +Control,No bed net,54 +Treatment,Bed net,57.6 +Treatment,Bed net,70.3 +Control,No bed net,25.8 +Treatment,No bed net,32.7 +Treatment,No bed net,27.2 +Treatment,Bed net,43 +Treatment,No bed net,32.6 +Treatment,Bed net,88.8 +Treatment,Bed net,63.3 +Treatment,Bed net,38.7 +Control,No bed net,41.3 +Treatment,No bed net,37.7 +Control,No bed net,39.7 +Control,No bed net,25.5 +Treatment,Bed net,67.3 +Control,No bed net,21 +Treatment,No bed net,27.7 +Control,No bed net,13.7 +Control,No bed net,25.7 +Control,No bed net,38.5 +Treatment,Bed net,93.5 +Treatment,No bed net,41.4 +Control,No bed net,31.1 +Control,No bed net,29.5 +Treatment,Bed net,34.6 +Control,No bed net,38.1 +Treatment,Bed net,44.3 +Treatment,No bed net,16.1 +Treatment,Bed net,27.3 +Control,No bed net,37 +Control,No bed net,32.4 +Control,No bed net,37.9 +Treatment,Bed net,43.3 +Control,Bed net,66.3 +Control,Bed net,70.8 +Control,No bed net,14.4 +Treatment,Bed net,49.6 +Control,Bed net,68.2 +Control,No bed net,39.7 +Control,Bed net,55.9 +Treatment,No bed net,32.5 +Treatment,Bed net,76.3 +Control,No bed net,48.7 +Control,Bed net,44.7 +Treatment,Bed net,58.7 +Control,No bed net,53.1 +Treatment,No bed net,42.7 +Control,No bed net,33.8 +Control,No bed net,34.9 +Treatment,No bed net,51.9 +Treatment,Bed net,60.4 +Control,No bed net,27.5 +Control,Bed net,39.9 +Control,No bed net,54.7 +Treatment,No bed net,42.4 +Treatment,Bed net,65.7 +Treatment,Bed net,44.6 +Control,Bed net,67.3 +Control,No bed net,32.8 +Control,No bed net,47.1 +Treatment,Bed net,33.5 +Treatment,No bed net,43.7 +Treatment,No bed net,18 +Treatment,Bed net,93.7 +Control,No bed net,32.3 +Treatment,Bed net,39.6 +Control,No bed net,43.1 +Control,Bed net,42.3 +Control,No bed net,42.4 +Control,No bed net,26.2 +Treatment,Bed net,43.9 +Treatment,Bed net,63.1 +Control,No bed net,63.4 +Control,No bed net,32.8 +Control,Bed net,69.2 +Control,No bed net,34.7 +Treatment,Bed net,43.4 +Control,No bed net,45.4 +Treatment,Bed net,52.5 +Control,Bed net,54.6 +Treatment,Bed net,35.6 +Control,Bed net,51 +Treatment,No bed net,40.7 +Control,No bed net,34.1 +Treatment,Bed net,47.4 +Treatment,No bed net,19.8 +Control,Bed net,48.7 +Control,Bed net,56.6 +Treatment,Bed net,41.1 +Control,No bed net,26 +Control,No bed net,49.5 +Control,Bed net,63 +Control,No bed net,48.7 +Treatment,Bed net,66 +Control,No bed net,30.5 +Treatment,Bed net,53.3 +Control,No bed net,37.2 +Treatment,Bed net,66.7 +Treatment,Bed net,40.5 +Control,No bed net,48.2 +Treatment,No bed net,40.8 +Control,No bed net,20.5 +Treatment,Bed net,61.1 +Control,Bed net,69.4 +Control,No bed net,26 +Control,No bed net,30.5 +Treatment,Bed net,60.6 +Control,No bed net,22.3 +Treatment,No bed net,33.2 +Treatment,Bed net,32.7 +Treatment,Bed net,27.1 +Treatment,Bed net,39.4 +Treatment,Bed net,69.3 +Control,No bed net,22.5 +Treatment,Bed net,56.8 +Treatment,No bed net,38 +Control,No bed net,49.9 +Control,No bed net,44.2 +Treatment,No bed net,54 +Treatment,Bed net,57.2 +Control,Bed net,44 +Treatment,Bed net,65.5 +Control,Bed net,47.3 +Control,Bed net,71.5 +Treatment,No bed net,42.2 +Treatment,Bed net,31.4 +Control,No bed net,40.5 +Treatment,Bed net,65.6 +Treatment,Bed net,36 +Control,No bed net,39.3 +Treatment,Bed net,34.3 +Treatment,No bed net,28.7 +Treatment,No bed net,39.2 +Treatment,No bed net,45.7 +Treatment,No bed net,42.8 +Treatment,Bed net,56.9 +Treatment,Bed net,52.6 +Treatment,No bed net,41.5 +Treatment,Bed net,72.8 +Treatment,No bed net,26.6 +Control,No bed net,42.5 +Control,No bed net,18.3 +Treatment,No bed net,12.8 +Treatment,Bed net,48.4 +Treatment,No bed net,19.7 +Control,No bed net,39.5 +Control,Bed net,39.3 +Control,No bed net,29.7 +Control,No bed net,33 +Treatment,Bed net,42 +Treatment,Bed net,51.9 +Control,No bed net,34.4 +Control,Bed net,53.3 +Treatment,No bed net,29.7 +Treatment,Bed net,20.8 +Treatment,Bed net,54.9 +Control,No bed net,45.2 +Control,Bed net,47.9 +Treatment,Bed net,55.6 +Control,Bed net,40.4 +Treatment,No bed net,26.6 +Control,No bed net,44.3 +Control,Bed net,46.2 +Control,No bed net,54.1 +Control,No bed net,33.8 +Control,No bed net,34.6 +Control,Bed net,50.3 +Control,Bed net,46.7 +Treatment,No bed net,39.9 +Control,Bed net,66.4 +Control,No bed net,25.8 +Control,No bed net,30.5 +Control,No bed net,53.5 +Treatment,No bed net,41.9 +Treatment,Bed net,47.7 +Control,Bed net,44 +Control,No bed net,44.2 +Treatment,No bed net,29.4 +Treatment,No bed net,45.6 +Control,Bed net,51.9 +Treatment,Bed net,62.7 +Treatment,Bed net,31.4 +Treatment,No bed net,44.5 +Control,No bed net,38.6 +Treatment,Bed net,56.3 +Control,No bed net,49.8 +Control,No bed net,59.6 +Control,No bed net,40.4 +Control,Bed net,37 +Control,No bed net,41.4 +Treatment,No bed net,32.9 +Control,Bed net,61.4 +Treatment,Bed net,36 +Control,Bed net,51.5 +Treatment,Bed net,81.2 +Control,No bed net,34.6 +Treatment,No bed net,37.1 +Control,No bed net,20.4 +Control,No bed net,48.5 +Control,No bed net,48.6 +Treatment,Bed net,72.9 +Control,No bed net,30.4 +Treatment,No bed net,17.7 +Treatment,Bed net,54.6 +Control,No bed net,49.7 +Treatment,No bed net,35.6 +Treatment,Bed net,53.1 +Control,Bed net,63.1 +Control,No bed net,46.9 +Treatment,Bed net,31.1 +Treatment,No bed net,19.7 +Control,Bed net,59.9 +Treatment,Bed net,68.3 +Treatment,No bed net,25 +Treatment,Bed net,69.1 +Treatment,No bed net,44.4 +Control,Bed net,62.4 +Treatment,No bed net,27.2 +Control,Bed net,55 +Treatment,No bed net,28.7 +Control,No bed net,36.3 +Treatment,Bed net,44.4 +Treatment,Bed net,55.4 +Treatment,Bed net,51.8 +Treatment,No bed net,42 +Control,No bed net,39.3 +Control,No bed net,39.3 +Treatment,No bed net,11.1 +Treatment,No bed net,26.5 +Treatment,Bed net,48.6 +Treatment,No bed net,33.9 +Control,No bed net,39.5 +Treatment,No bed net,47.7 +Control,No bed net,41.2 +Treatment,Bed net,35.8 +Control,No bed net,40.2 +Treatment,No bed net,43.8 +Control,No bed net,31.5 +Treatment,Bed net,45.5 +Control,No bed net,25.2 +Treatment,No bed net,34.7 +Control,No bed net,43.1 +Treatment,Bed net,61 +Control,Bed net,51.9 +Treatment,Bed net,66 +Control,No bed net,41.1 +Control,No bed net,32.8 +Control,No bed net,18.6 +Treatment,Bed net,46.9 +Treatment,No bed net,11.2 +Control,Bed net,54.4 +Treatment,No bed net,21.5 +Control,Bed net,52.8 +Control,No bed net,35 +Treatment,Bed net,44.7 +Treatment,No bed net,28.3 +Treatment,Bed net,54.8 +Treatment,Bed net,50.1 +Treatment,Bed net,45.1 +Control,No bed net,30.4 +Control,No bed net,44.8 +Control,Bed net,53.5 +Control,Bed net,48.4 +Control,No bed net,36.5 +Treatment,No bed net,13.9 +Treatment,Bed net,64.9 +Control,No bed net,28.3 +Treatment,Bed net,41.3 +Control,No bed net,54.2 +Treatment,Bed net,54.2 +Treatment,Bed net,65.2 +Control,Bed net,73.8 +Control,No bed net,30.4 +Control,No bed net,27.3 +Treatment,No bed net,10.5 +Control,No bed net,37.6 +Treatment,Bed net,53.4 +Treatment,No bed net,33.1 +Treatment,Bed net,42.3 +Treatment,Bed net,19.6 +Control,No bed net,34.7 +Treatment,Bed net,65.1 +Control,No bed net,42.1 +Treatment,Bed net,59.8 +Treatment,No bed net,36.7 +Control,Bed net,45.4 +Control,No bed net,13.8 +Control,Bed net,57.3 +Treatment,Bed net,55.7 +Treatment,Bed net,56 +Control,No bed net,49 +Treatment,Bed net,54.6 +Control,No bed net,20.7 +Treatment,Bed net,53.6 +Treatment,No bed net,18.2 +Treatment,Bed net,78.1 +Treatment,No bed net,45.1 +Control,No bed net,19.7 +Control,Bed net,62.2 +Treatment,Bed net,47.6 +Treatment,Bed net,38.9 +Control,No bed net,41.8 +Treatment,Bed net,39.1 +Treatment,Bed net,60.5 +Control,Bed net,62.3 +Control,No bed net,43.4 +Treatment,Bed net,64.7 +Treatment,Bed net,43.8 +Control,No bed net,17.3 +Treatment,No bed net,46 +Control,No bed net,35.7 +Treatment,No bed net,37.6 +Treatment,Bed net,49.8 +Treatment,No bed net,54.8 +Control,No bed net,33.7 +Control,No bed net,40.9 +Treatment,No bed net,29.4 +Control,No bed net,29.4 +Control,Bed net,58.2 +Treatment,No bed net,24.3 +Treatment,Bed net,39.5 +Control,No bed net,32.3 +Control,No bed net,43.8 +Treatment,No bed net,17.5 +Control,No bed net,41.3 +Treatment,Bed net,28.7 +Control,No bed net,35.9 +Treatment,No bed net,50.6 +Control,No bed net,46.4 +Treatment,Bed net,60.1 +Control,No bed net,22.7 +Treatment,Bed net,58.6 +Control,No bed net,43.6 +Treatment,Bed net,84.7 +Control,No bed net,41 +Control,No bed net,55.1 +Treatment,No bed net,40.9 +Treatment,Bed net,39.4 +Control,No bed net,37.3 +Control,No bed net,29.3 +Treatment,Bed net,77.1 +Treatment,Bed net,57.8 +Treatment,Bed net,58.6 +Treatment,No bed net,41.5 +Treatment,Bed net,52.2 +Treatment,Bed net,50.3 +Treatment,No bed net,40.3 +Treatment,No bed net,15.9 +Treatment,No bed net,30.5 +Treatment,Bed net,65.3 +Treatment,Bed net,31.7 +Treatment,Bed net,69 +Treatment,No bed net,24.3 +Treatment,No bed net,37.7 +Control,No bed net,17.7 +Control,No bed net,36.3 +Treatment,No bed net,23.9 +Control,No bed net,37.1 +Treatment,No bed net,25.5 +Treatment,No bed net,59.3 +Control,No bed net,30.1 +Control,No bed net,27 +Treatment,No bed net,29.7 +Treatment,Bed net,41.1 +Treatment,Bed net,45.2 +Treatment,Bed net,59.4 +Control,No bed net,34.1 +Control,No bed net,43.1 +Treatment,Bed net,77.3 +Treatment,No bed net,41.3 +Treatment,Bed net,35.4 +Control,No bed net,23.3 +Control,No bed net,49.3 +Treatment,Bed net,74.7 +Control,No bed net,41.8 +Treatment,No bed net,14.6 +Treatment,Bed net,56.8 +Control,Bed net,57.1 +Treatment,Bed net,49.5 +Control,Bed net,56.5 +Control,No bed net,29.5 +Control,No bed net,43.6 +Control,No bed net,44.3 +Treatment,Bed net,57.2 +Control,Bed net,41.3 +Control,No bed net,39.6 +Treatment,Bed net,67.1 +Treatment,Bed net,86.4 +Control,No bed net,39.5 +Treatment,No bed net,49.6 +Treatment,Bed net,76 +Control,Bed net,65.2 +Treatment,No bed net,46.8 +Treatment,Bed net,67.6 +Treatment,No bed net,32.6 +Control,No bed net,32.1 +Treatment,No bed net,34.7 +Treatment,Bed net,52.9 +Treatment,No bed net,32.5 +Control,Bed net,65.5 +Control,No bed net,31.5 +Control,No bed net,21.9 +Control,Bed net,58 +Control,Bed net,42.4 +Treatment,Bed net,55.4 +Treatment,No bed net,24.7 +Treatment,Bed net,59.2 +Treatment,No bed net,26.5 +Control,No bed net,39.7 +Control,No bed net,25.2 +Treatment,Bed net,43.2 +Treatment,Bed net,69.8 +Control,No bed net,17.5 +Control,No bed net,18.1 +Treatment,Bed net,74.5 +Control,No bed net,41 +Control,No bed net,42.4 +Control,Bed net,55.2 +Control,No bed net,21.6 +Treatment,No bed net,28 +Control,No bed net,54.7 +Treatment,No bed net,43.4 +Control,Bed net,53.8 +Treatment,Bed net,76 +Treatment,Bed net,55.6 +Control,No bed net,48.4 +Treatment,No bed net,35.9 +Treatment,No bed net,32.6 +Control,No bed net,33.4 +Control,No bed net,43.7 +Treatment,Bed net,52.3 +Treatment,Bed net,48.7 +Treatment,Bed net,49.7 +Treatment,Bed net,57.5 +Control,Bed net,53.4 +Control,No bed net,39.6 +Control,Bed net,63.7 +Treatment,No bed net,39.8 +Control,No bed net,21.3 +Treatment,No bed net,36.9 +Control,No bed net,36.1 +Treatment,No bed net,50.4 +Treatment,No bed net,46.6 +Treatment,Bed net,63.5 +Treatment,No bed net,51.6 +Treatment,No bed net,46.2 +Control,No bed net,29.5 +Treatment,No bed net,32.1 +Control,No bed net,42.8 +Control,Bed net,63.2 +Treatment,Bed net,59.8 +Treatment,Bed net,60.2 +Control,No bed net,46.2 +Control,No bed net,41.3 +Treatment,No bed net,18.1 +Control,No bed net,21.4 +Treatment,Bed net,67.4 +Control,No bed net,28.5 +Control,No bed net,26.7 +Treatment,Bed net,54.8 +Control,No bed net,53.6 +Treatment,No bed net,38.5 +Treatment,No bed net,30.7 +Control,Bed net,42.8 +Control,No bed net,40.9 +Control,No bed net,27 +Control,No bed net,39 +Control,No bed net,28.5 +Treatment,No bed net,40.5 +Control,No bed net,43.1 +Treatment,No bed net,33.2 +Treatment,Bed net,47 +Control,Bed net,56.7 +Treatment,Bed net,33 +Control,Bed net,56.9 +Treatment,Bed net,55.2 +Treatment,Bed net,60.6 +Control,No bed net,44.9 +Control,No bed net,30 +Control,No bed net,35 +Control,No bed net,25.8 +Control,No bed net,44.2 +Treatment,Bed net,46.5 +Treatment,Bed net,41.3 +Treatment,No bed net,34.8 +Control,Bed net,51.7 +Control,Bed net,58.2 +Treatment,No bed net,42.2 +Treatment,Bed net,59.7 +Treatment,Bed net,49.1 +Treatment,No bed net,28.8 +Treatment,Bed net,28.1 +Treatment,No bed net,36.6 +Control,No bed net,43.2 +Control,Bed net,64.7 +Control,No bed net,34.5 +Control,No bed net,34.5 +Control,No bed net,41.1 +Treatment,Bed net,54.6 +Control,No bed net,46 +Control,No bed net,37.3 +Control,No bed net,21.8 +Control,Bed net,67.8 +Treatment,Bed net,47 +Control,No bed net,30.2 +Control,No bed net,42.6 +Control,No bed net,33.9 +Treatment,Bed net,37.9 +Treatment,Bed net,71.6 +Treatment,No bed net,37.4 +Treatment,Bed net,67.4 +Control,No bed net,34.4 +Treatment,Bed net,57.5 +Control,Bed net,53.4 +Control,No bed net,68.1 +Treatment,Bed net,44.8 +Control,Bed net,60.7 +Treatment,No bed net,17 +Control,No bed net,25.4 +Control,Bed net,65.4 +Control,No bed net,16 +Treatment,No bed net,43.1 +Treatment,Bed net,32.7 +Control,No bed net,36.6 +Treatment,Bed net,60.6 +Control,No bed net,22.6 +Treatment,Bed net,54 +Treatment,No bed net,21.8 +Treatment,Bed net,65.9 +Control,No bed net,31.3 +Treatment,Bed net,63.1 +Treatment,No bed net,32.6 +Treatment,Bed net,60.9 +Control,No bed net,41.8 +Control,No bed net,25.1 +Control,No bed net,32.6 +Control,No bed net,49 +Control,No bed net,46.1 +Control,No bed net,35.6 +Treatment,No bed net,29.7 +Control,Bed net,56.5 +Treatment,Bed net,53.9 +Control,No bed net,32.5 +Treatment,Bed net,74.6 +Treatment,No bed net,46.4 +Control,No bed net,45.2 +Control,No bed net,29.1 +Control,No bed net,45.3 +Control,No bed net,25.3 +Treatment,Bed net,56.9 +Control,No bed net,36.2 +Control,Bed net,65 +Control,No bed net,44.4 +Treatment,Bed net,38.8 +Control,No bed net,33.8 +Treatment,Bed net,71.4 +Treatment,Bed net,52.9 +Treatment,No bed net,27.8 +Treatment,Bed net,53.1 +Control,No bed net,43.7 +Treatment,No bed net,46.5 +Control,No bed net,40.4 +Control,No bed net,32.4 +Treatment,Bed net,58 +Treatment,No bed net,32.2 +Control,Bed net,55.9 +Treatment,Bed net,51.6 +Control,No bed net,38.5 +Treatment,Bed net,51.2 +Treatment,Bed net,35.7 +Control,Bed net,57.3 +Treatment,No bed net,11.2 +Control,Bed net,48.2 +Control,No bed net,43 +Treatment,Bed net,24.6 +Treatment,Bed net,49 +Treatment,Bed net,54 +Control,No bed net,44.8 +Treatment,Bed net,64.2 +Control,No bed net,41.5 +Treatment,No bed net,14.5 +Treatment,Bed net,39.1 +Control,No bed net,52.2 +Treatment,Bed net,63.5 +Control,No bed net,49.1 +Control,No bed net,34.7 +Control,No bed net,43 +Control,No bed net,43.2 +Treatment,Bed net,65.4 +Treatment,Bed net,65.7 +Control,No bed net,31.8 +Treatment,Bed net,61.1 +Control,No bed net,56 +Control,No bed net,35.6 +Treatment,Bed net,70.1 +Treatment,No bed net,38.4 +Control,No bed net,9.2 +Control,Bed net,47.5 +Treatment,Bed net,58.9 +Treatment,No bed net,31.6 +Treatment,Bed net,79.8 +Control,No bed net,34.9 +Control,No bed net,29.2 +Control,No bed net,12.7 +Control,No bed net,47.6 +Control,No bed net,27.5 +Treatment,Bed net,56.5 +Control,No bed net,27.8 +Treatment,No bed net,36.2 +Treatment,No bed net,34.6 +Control,No bed net,36.8 +Treatment,Bed net,67.2 +Control,No bed net,36.6 +Treatment,Bed net,53.7 +Control,Bed net,66.6 +Control,No bed net,38.5 +Treatment,No bed net,52.2 +Treatment,No bed net,49.6 +Treatment,Bed net,44.8 +Control,No bed net,45.6 +Control,No bed net,46.7 +Treatment,Bed net,41.1 +Treatment,No bed net,22.3 +Treatment,No bed net,72.2 +Control,No bed net,39.7 +Treatment,No bed net,67.4 +Control,No bed net,26.4 +Control,No bed net,48.2 +Control,No bed net,41.1 +Control,Bed net,45.2 +Control,No bed net,39.5 +Control,No bed net,57.9 +Control,No bed net,69.6 +Treatment,Bed net,25.9 +Treatment,No bed net,36.4 +Treatment,No bed net,37.1 +Treatment,No bed net,13.7 +Treatment,No bed net,26.1 +Control,No bed net,17.1 +Control,No bed net,50.8 +Treatment,Bed net,39.8 +Control,No bed net,49.4 +Treatment,Bed net,43.7 +Treatment,No bed net,47.7 +Control,No bed net,41.7 +Control,Bed net,51 +Treatment,No bed net,22.5 +Control,Bed net,83 +Treatment,Bed net,56.6 +Control,No bed net,23 +Treatment,Bed net,25.5 +Treatment,No bed net,51.8 +Control,No bed net,49.4 +Treatment,Bed net,27.3 +Control,No bed net,19.2 +Treatment,Bed net,47.5 +Control,No bed net,53 +Treatment,Bed net,36.9 +Control,No bed net,39.5 +Treatment,No bed net,43.1 +Control,No bed net,39.5 +Treatment,No bed net,26.6 +Control,Bed net,56.1 +Control,No bed net,30.7 +Treatment,No bed net,47.8 +Control,No bed net,62.9 +Control,No bed net,46.7 +Treatment,No bed net,29.2 +Treatment,Bed net,47.6 +Treatment,No bed net,37.3 +Control,No bed net,43.5 +Control,Bed net,58.5 +Treatment,Bed net,93 +Control,No bed net,41 +Treatment,No bed net,24.9 +Control,Bed net,56 +Control,No bed net,42.1 +Treatment,Bed net,43.2 +Control,No bed net,38 +Control,No bed net,20.4 +Control,No bed net,56.3 +Control,No bed net,37.1 +Treatment,No bed net,31.3 +Treatment,No bed net,42.9 +Treatment,Bed net,31.4 +Treatment,No bed net,32.7 +Control,No bed net,27.9 +Treatment,No bed net,42.9 +Control,No bed net,23.3 +Control,No bed net,37.8 +Control,No bed net,33.9 +Control,No bed net,31.9 +Treatment,No bed net,44.1 +Control,Bed net,48.7 +Control,No bed net,34.4 +Control,No bed net,42.3 +Control,No bed net,46.9 +Treatment,Bed net,52.1 +Control,No bed net,44.7 +Control,No bed net,38.8 +Control,No bed net,29.8 +Treatment,Bed net,63.1 +Treatment,No bed net,37 +Treatment,No bed net,36.1 +Treatment,No bed net,19.1 +Control,No bed net,36 +Control,Bed net,60.6 +Control,Bed net,38.4 +Control,No bed net,45.3 +Treatment,No bed net,29.1 +Control,No bed net,28 +Control,No bed net,49.6 +Treatment,Bed net,48.4 +Control,No bed net,31.6 +Treatment,Bed net,25.2 +Control,Bed net,44 +Treatment,Bed net,63.4 +Treatment,No bed net,46.5 +Treatment,Bed net,56.1 +Control,No bed net,35.3 +Treatment,Bed net,47.9 +Control,No bed net,49.1 +Control,No bed net,36 +Control,No bed net,36.9 +Treatment,No bed net,28.1 +Control,No bed net,37.9 +Treatment,Bed net,26.9 +Treatment,No bed net,20.9 +Treatment,No bed net,29.4 +Control,No bed net,30.1 +Control,No bed net,45.4 +Control,No bed net,43.5 +Control,No bed net,35.6 +Treatment,No bed net,36.3 +Control,No bed net,47.3 +Control,No bed net,11.8 +Control,No bed net,43.6 +Control,Bed net,44.8 +Treatment,Bed net,51.7 +Control,Bed net,57.8 +Control,No bed net,40.9 +Control,No bed net,30.5 +Treatment,Bed net,40 +Control,No bed net,41 +Treatment,Bed net,58.2 +Treatment,No bed net,49.3 +Control,Bed net,78.3 +Treatment,Bed net,56.4 +Control,No bed net,25.9 +Treatment,Bed net,42.7 +Control,Bed net,60.8 +Control,No bed net,16.5 +Treatment,No bed net,24.1 +Control,Bed net,52.2 +Treatment,Bed net,55 +Control,No bed net,25.4 +Treatment,Bed net,49.3 +Treatment,Bed net,48 +Control,No bed net,44.5 +Treatment,No bed net,15.6 +Control,No bed net,35.4 +Treatment,Bed net,30.4 +Control,No bed net,38.2 +Treatment,No bed net,52.7 +Treatment,Bed net,49.4 +Treatment,Bed net,34.8 +Treatment,Bed net,41.2 +Control,Bed net,50.8 +Control,No bed net,24.3 +Control,No bed net,32.3 +Control,No bed net,24 +Control,No bed net,28.8 +Control,Bed net,51.3 +Treatment,No bed net,28.1 +Treatment,Bed net,51.8 +Treatment,Bed net,54.3 +Treatment,No bed net,31.6 +Control,No bed net,31.7 +Treatment,Bed net,39 +Control,No bed net,18.2 +Treatment,Bed net,35.7 +Control,No bed net,31 +Treatment,Bed net,63.8 +Treatment,No bed net,60.8 +Control,No bed net,45.8 +Treatment,Bed net,60.8 +Treatment,No bed net,49.4 +Control,No bed net,26 +Control,Bed net,48.7 +Control,No bed net,26.8 +Control,No bed net,35.4 +Control,Bed net,43.7 +Control,Bed net,72.3 +Treatment,Bed net,44.4 +Treatment,Bed net,66.9 +Control,Bed net,56.2 +Control,No bed net,18.2 +Treatment,Bed net,49.3 +Control,No bed net,42.5 +Treatment,Bed net,63.3 +Control,No bed net,41.7 +Control,No bed net,42.8 +Control,No bed net,53.2 +Control,No bed net,38.5 +Treatment,Bed net,56.3 +Treatment,Bed net,56.9 +Treatment,Bed net,38.4 +Treatment,Bed net,55.4 +Treatment,Bed net,44.3 +Treatment,Bed net,27.3 +Control,Bed net,52.5 +Control,Bed net,66.5 +Treatment,Bed net,49 +Control,No bed net,31.3 +Treatment,No bed net,41.3 +Control,No bed net,45.3 +Control,No bed net,40.1 +Treatment,No bed net,42.1 +Control,No bed net,26.2 +Treatment,No bed net,25.7 +Treatment,Bed net,34 +Control,No bed net,17 +Treatment,No bed net,24.9 +Treatment,No bed net,16.6 +Treatment,Bed net,45.7 +Treatment,Bed net,57.7 +Treatment,Bed net,58 +Treatment,Bed net,48 +Control,No bed net,50.1 +Treatment,Bed net,80 +Control,No bed net,28.2 +Control,No bed net,39.6 +Control,No bed net,55 +Treatment,Bed net,60.6 +Control,No bed net,42.3 +Treatment,No bed net,41.2 +Control,No bed net,44.7 +Control,Bed net,61 +Control,No bed net,34.8 +Treatment,No bed net,34.6 +Treatment,Bed net,67.9 +Control,No bed net,47 +Treatment,Bed net,65.9 +Treatment,Bed net,68.7 +Control,Bed net,37.4 +Control,No bed net,45.8 +Control,No bed net,57.3 +Control,No bed net,32.9 +Control,No bed net,53.8 +Control,Bed net,54.4 +Control,No bed net,40.6 +Treatment,No bed net,42.8 +Treatment,No bed net,30.8 +Treatment,Bed net,50.1 +Treatment,Bed net,42.1 +Control,No bed net,36.8 +Control,No bed net,41.7 +Control,No bed net,46.1 +Treatment,No bed net,34.4 +Control,No bed net,37.5 +Control,No bed net,35.6 +Control,No bed net,25.6 +Control,No bed net,26.5 +Treatment,Bed net,63.5 +Control,No bed net,55.7 +Treatment,No bed net,36.8 +Treatment,No bed net,62.8 +Treatment,No bed net,24.8 +Control,Bed net,64.1 +Treatment,Bed net,43.9 +Control,No bed net,33.2 +Control,No bed net,46.1 +Control,Bed net,78.7 +Treatment,Bed net,64.8 +Treatment,Bed net,64.4 +Control,No bed net,35.7 +Control,No bed net,26.5 +Control,Bed net,61.3 +Treatment,No bed net,48.8 +Treatment,No bed net,47.6 +Treatment,No bed net,48.5 +Control,No bed net,33.5 +Control,No bed net,45.3 +Treatment,Bed net,55.8 +Control,No bed net,54.2 +Treatment,Bed net,89.1 +Treatment,Bed net,62 +Treatment,Bed net,28.7 +Control,No bed net,37.8 +Control,No bed net,32.8 +Treatment,No bed net,44.8 +Treatment,Bed net,62.9 +Control,No bed net,39.9 +Treatment,Bed net,58.6 +Control,No bed net,36.7 +Treatment,No bed net,22.5 +Treatment,Bed net,72.8 +Treatment,No bed net,40.9 +Control,No bed net,49.5 +Control,No bed net,29.6 +Control,No bed net,33.5 +Control,No bed net,28 +Treatment,No bed net,43 +Control,Bed net,67.6 +Control,No bed net,39.5 +Treatment,Bed net,64.5 +Control,No bed net,33.6 +Control,Bed net,57.9 +Treatment,Bed net,39.5 +Control,No bed net,46.8 +Control,No bed net,57.5 +Control,No bed net,28.7 +Control,No bed net,49.4 +Control,Bed net,53.2 +Treatment,Bed net,49.5 +Treatment,Bed net,59.7 +Treatment,Bed net,63.6 +Treatment,No bed net,43.5 +Control,Bed net,71.3 +Treatment,No bed net,23 +Control,No bed net,43 +Treatment,Bed net,43.5 +Control,No bed net,22 +Treatment,Bed net,45.4 +Control,Bed net,46.3 +Control,No bed net,37.7 +Treatment,No bed net,30.3 +Treatment,No bed net,46.4 +Control,No bed net,53.1 +Control,No bed net,33.5 +Control,Bed net,47.4 +Treatment,Bed net,64.7 +Control,No bed net,40.1 +Control,No bed net,36.1 +Treatment,Bed net,53.6 +Control,Bed net,55.4 +Control,No bed net,50.4 +Control,Bed net,60.3 +Control,No bed net,36.8 +Control,No bed net,37.5 +Treatment,No bed net,43.4 +Control,No bed net,26 +Control,No bed net,29.3 +Treatment,No bed net,48.6 +Treatment,Bed net,50.6 +Control,No bed net,34.2 +Treatment,No bed net,48.3 +Treatment,Bed net,53.7 +Treatment,Bed net,45.1 +Treatment,No bed net,34.9 +Treatment,No bed net,20.7 +Control,No bed net,31.3 +Control,Bed net,53.5 +Control,No bed net,37.1 +Treatment,Bed net,65 +Treatment,Bed net,57 +Control,No bed net,45.5 +Treatment,Bed net,58.8 +Control,No bed net,39.6 +Control,No bed net,33.6 +Control,No bed net,35 +Control,No bed net,28.9 +Treatment,No bed net,26.5 +Treatment,Bed net,57.7 +Control,No bed net,23.7 +Treatment,No bed net,41.3 +Treatment,Bed net,54.8 +Control,No bed net,39.8 +Treatment,Bed net,46.9 +Control,Bed net,47.8 +Treatment,Bed net,64.4 +Control,No bed net,23.7 +Treatment,No bed net,27.3 +Control,No bed net,41.1 +Control,No bed net,26.8 +Treatment,Bed net,51.8 +Treatment,Bed net,28.7 +Control,No bed net,45.7 +Control,No bed net,43.9 +Treatment,No bed net,53 +Control,No bed net,28 +Control,No bed net,38.8 +Control,No bed net,43.7 +Control,No bed net,21.7 +Control,No bed net,29.2 +Control,No bed net,45.4 +Control,No bed net,46.1 +Control,No bed net,41.7 +Control,No bed net,40.6 +Control,No bed net,51.9 +Control,No bed net,32.3 +Control,No bed net,37.3 +Treatment,Bed net,53.2 +Treatment,Bed net,65.6 +Control,Bed net,42.5 +Treatment,Bed net,57.5 +Control,Bed net,49 +Control,No bed net,29.6 +Control,No bed net,34.9 +Control,No bed net,49 +Control,No bed net,28.8 +Control,No bed net,20.7 +Treatment,No bed net,48.4 +Treatment,Bed net,66 +Control,Bed net,62.9 +Treatment,Bed net,53.9 +Treatment,No bed net,48.4 +Control,No bed net,30.2 +Control,No bed net,36.6 +Treatment,No bed net,36.6 +Treatment,Bed net,61.6 +Control,No bed net,45.2 +Treatment,Bed net,44.1 +Treatment,Bed net,51.2 +Control,No bed net,32.2 +Control,No bed net,56.6 +Control,Bed net,50.4 +Treatment,Bed net,69 +Treatment,No bed net,25.8 +Treatment,No bed net,34.1 +Control,No bed net,41.6 +Control,Bed net,54.9 +Control,No bed net,47.7 +Treatment,No bed net,6.2 +Treatment,Bed net,40.4 +Control,No bed net,43.7 +Treatment,Bed net,54.8 +Treatment,Bed net,65 +Control,No bed net,28 +Treatment,No bed net,38.7 +Treatment,Bed net,54.6 +Treatment,Bed net,57.9 +Treatment,Bed net,41.5 +Control,No bed net,29.7 +Control,No bed net,36.6 +Treatment,Bed net,56.8 +Control,Bed net,59.6 +Control,No bed net,36.2 +Control,No bed net,39.3 +Control,Bed net,46 +Treatment,No bed net,18.8 +Control,No bed net,34.6 +Treatment,Bed net,46.1 +Control,No bed net,29 +Treatment,No bed net,44.9 +Treatment,Bed net,44.7 +Control,No bed net,43.2 +Treatment,No bed net,58.4 +Treatment,Bed net,70 +Treatment,Bed net,81.7 +Control,No bed net,58.3 +Control,No bed net,18 +Treatment,Bed net,61.1 +Control,No bed net,37 +Control,No bed net,46.1 +Control,No bed net,19 +Treatment,No bed net,40.3 +Treatment,Bed net,55.7 +Treatment,Bed net,45.8 +Treatment,Bed net,49.2 +Treatment,Bed net,60 +Treatment,No bed net,47.8 +Treatment,Bed net,59.1 +Control,No bed net,41.6 +Control,No bed net,43.9 +Treatment,Bed net,48.5 +Control,No bed net,39.3 +Treatment,No bed net,37.6 +Control,No bed net,33.6 +Treatment,No bed net,37.3 +Treatment,Bed net,53.3 +Treatment,No bed net,26.9 +Treatment,Bed net,72.6 +Treatment,No bed net,42.6 +Treatment,No bed net,60.6 +Control,No bed net,49 +Treatment,Bed net,72 +Control,No bed net,52 +Treatment,Bed net,64.3 +Treatment,No bed net,57.4 +Treatment,Bed net,26.5 +Treatment,No bed net,19.9 +Treatment,Bed net,74.2 +Control,No bed net,43.3 +Control,No bed net,33.4 +Treatment,Bed net,45.9 +Treatment,No bed net,36.9 +Treatment,Bed net,64.8 +Control,No bed net,27.9 +Treatment,No bed net,44.6 +Treatment,Bed net,36.7 +Control,No bed net,35 +Control,Bed net,61.2 +Treatment,No bed net,15.9 +Treatment,No bed net,49 +Control,No bed net,58.2 +Treatment,No bed net,25.1 +Control,No bed net,40.2 +Control,No bed net,33.8 +Control,No bed net,23.7 +Treatment,Bed net,56.3 +Control,No bed net,27.8 +Treatment,Bed net,41.6 +Treatment,Bed net,50.6 +Control,No bed net,45.5 +Treatment,No bed net,44.1 +Treatment,No bed net,31.4 +Control,No bed net,35.8 +Treatment,No bed net,33.8 +Treatment,No bed net,29.9 +Treatment,Bed net,60.2 +Treatment,Bed net,42.6 +Control,No bed net,33.6 +Control,Bed net,54.9 +Control,No bed net,35.2 +Control,No bed net,27 +Treatment,No bed net,25.1 +Control,Bed net,71.7 +Control,No bed net,39.1 +Control,No bed net,37.9 +Treatment,Bed net,50 +Control,No bed net,45.3 +Treatment,Bed net,51.5 +Treatment,No bed net,28.6 +Control,Bed net,52.6 +Control,No bed net,41.5 +Treatment,No bed net,51.4 +Control,No bed net,54.8 +Control,No bed net,40.7 +Treatment,Bed net,58.8 +Control,No bed net,43.3 +Control,Bed net,36.9 +Control,No bed net,22.9 +Treatment,Bed net,27.8 +Control,No bed net,27.9 +Treatment,Bed net,68.7 +Control,No bed net,28 +Control,No bed net,60.4 +Treatment,Bed net,46.2 +Treatment,No bed net,31 +Treatment,Bed net,27.2 +Treatment,Bed net,53 +Control,No bed net,51.2 +Control,No bed net,71.1 +Control,No bed net,22 +Treatment,No bed net,48.3 +Control,No bed net,34.9 +Control,No bed net,65.9 +Treatment,Bed net,55.5 +Control,No bed net,31.4 +Control,No bed net,38.6 +Control,No bed net,29.4 +Control,No bed net,35.7 +Control,No bed net,39.2 +Control,No bed net,31.9 +Control,Bed net,50.7 +Treatment,No bed net,45.3 +Treatment,Bed net,67 +Control,No bed net,14.9 +Treatment,No bed net,37.6 +Treatment,Bed net,44 +Control,No bed net,39.9 +Treatment,Bed net,66.5 +Control,Bed net,30.9 +Control,No bed net,39.7 +Control,No bed net,19.4 +Treatment,Bed net,70.4 +Control,Bed net,53.2 +Control,No bed net,35.7 +Treatment,Bed net,65.6 +Treatment,No bed net,26.4 +Treatment,Bed net,34.1 +Treatment,No bed net,51.3 +Treatment,No bed net,20.5 +Control,Bed net,55 +Treatment,No bed net,32.5 +Control,No bed net,42.2 +Control,Bed net,37.5 +Treatment,Bed net,27.5 +Control,Bed net,75.3 +Control,Bed net,65.2 +Control,No bed net,51.7 +Control,Bed net,72.2 +Treatment,Bed net,92.3 +Treatment,Bed net,42.3 +Treatment,No bed net,61.2 +Control,No bed net,46.4 +Treatment,Bed net,53.8 +Treatment,No bed net,53.7 +Treatment,Bed net,43.9 +Treatment,Bed net,46.8 +Control,Bed net,50.4 +Treatment,Bed net,57 +Control,No bed net,38.9 +Treatment,Bed net,41 +Treatment,Bed net,51.7 +Control,No bed net,34.3 +Control,No bed net,43.4 +Treatment,Bed net,36.9 +Treatment,No bed net,35.7 +Treatment,Bed net,72.4 +Control,No bed net,14.2 +Treatment,Bed net,70.3 +Treatment,Bed net,58.4 +Treatment,Bed net,57.7 +Control,No bed net,28.2 +Treatment,Bed net,38.4 +Control,No bed net,41 +Treatment,No bed net,10.8 +Treatment,No bed net,37.3 +Control,No bed net,25.8 +Control,No bed net,35.4 +Control,No bed net,52.5 +Control,No bed net,46.7 +Control,No bed net,55 +Control,No bed net,50.3 +Control,No bed net,42.3 +Treatment,No bed net,47.9 +Treatment,Bed net,44.1 +Control,No bed net,33.9 +Control,No bed net,61.8 +Control,No bed net,38.7 +Treatment,No bed net,24.5 +Control,No bed net,59.3 +Control,No bed net,28.3 +Control,No bed net,27.1 +Control,No bed net,32.9 +Control,No bed net,22.5 +Control,Bed net,63.8 +Treatment,No bed net,29.5 +Treatment,No bed net,44.1 +Treatment,No bed net,35.3 +Treatment,Bed net,57.5 +Treatment,Bed net,73.2 +Treatment,Bed net,17.2 +Control,No bed net,32.8 +Treatment,No bed net,36 +Control,No bed net,32 +Treatment,Bed net,52.1 +Control,No bed net,49.9 +Treatment,No bed net,55.6 +Control,No bed net,51 +Control,No bed net,50 +Treatment,Bed net,41.1 +Control,No bed net,39.3 +Control,No bed net,19.7 +Control,No bed net,41.9 +Control,No bed net,40.1 +Control,No bed net,27.8 +Control,No bed net,34.3 +Treatment,Bed net,57.7 +Control,No bed net,35.3 +Control,No bed net,32.6 +Treatment,No bed net,35.4 +Control,No bed net,37 +Control,No bed net,44.4 +Control,No bed net,26.9 +Treatment,No bed net,27.4 +Treatment,No bed net,32.9 +Control,No bed net,49.5 +Treatment,Bed net,72.7 +Control,No bed net,37.5 +Control,No bed net,52.8 +Control,No bed net,39.9 +Treatment,Bed net,44 +Control,Bed net,36.6 +Control,No bed net,29.5 +Treatment,Bed net,45.3 +Control,No bed net,41.7 +Control,No bed net,39.9 +Control,Bed net,55.4 +Control,No bed net,30.2 +Control,No bed net,41.1 +Control,No bed net,33.1 +Treatment,No bed net,14.7 +Treatment,No bed net,24.6 +Treatment,Bed net,57.3 +Control,Bed net,60.1 +Control,No bed net,38.2 +Control,No bed net,31 +Control,No bed net,49.1 +Treatment,Bed net,61.2 +Treatment,Bed net,42.1 +Control,No bed net,39.5 +Treatment,Bed net,54.8 +Treatment,Bed net,47.8 +Treatment,Bed net,60.6 +Treatment,Bed net,83.4 +Treatment,Bed net,48.9 +Control,No bed net,29.4 +Treatment,No bed net,41 +Treatment,Bed net,44.2 +Treatment,No bed net,34.1 +Control,No bed net,54 +Treatment,No bed net,63.6 +Treatment,No bed net,37.5 +Treatment,No bed net,37.6 +Control,No bed net,42.2 +Treatment,Bed net,71.8 +Control,No bed net,30.8 +Treatment,Bed net,63 +Control,No bed net,36.5 +Control,Bed net,67.4 +Treatment,No bed net,57 +Treatment,No bed net,41 +Control,No bed net,43.3 +Treatment,Bed net,37.5 +Treatment,Bed net,59.6 +Control,Bed net,48.9 +Control,No bed net,41.8 +Treatment,Bed net,58.5 +Treatment,Bed net,53.8 +Control,No bed net,36 +Treatment,Bed net,59.1 +Treatment,Bed net,49.5 +Control,No bed net,37.5 +Control,No bed net,34.5 +Treatment,Bed net,62.8 +Treatment,Bed net,64.8 +Treatment,No bed net,31.9 +Control,No bed net,43.1 +Treatment,Bed net,51.6 +Treatment,Bed net,45.3 +Treatment,No bed net,39.3 +Control,No bed net,57.4 +Control,No bed net,43.9 +Treatment,Bed net,36.6 +Treatment,Bed net,73.2 +Control,Bed net,65.4 +Treatment,No bed net,46.7 +Treatment,Bed net,70.7 +Control,No bed net,35.7 +Treatment,No bed net,31.6 +Treatment,Bed net,52.8 +Treatment,No bed net,49.6 +Treatment,No bed net,35.2 +Treatment,No bed net,37.8 +Control,No bed net,54.9 +Control,No bed net,32.3 +Treatment,No bed net,47.3 +Control,No bed net,14.1 +Control,Bed net,52.7 +Control,Bed net,59.1 +Treatment,Bed net,47 +Treatment,Bed net,47.9 +Treatment,Bed net,79.2 +Treatment,Bed net,87.3 +Treatment,No bed net,40.5 +Control,No bed net,36.6 +Control,Bed net,61.8 +Control,No bed net,31 +Treatment,Bed net,53.9 +Treatment,Bed net,42.6 +Treatment,Bed net,73.4 +Treatment,No bed net,44.1 +Treatment,No bed net,31.6 +Control,No bed net,39.9 +Treatment,Bed net,55.5 +Treatment,No bed net,36.5 +Control,No bed net,19.6 +Treatment,No bed net,57.1 +Treatment,No bed net,62.8 +Treatment,No bed net,28.8 +Treatment,No bed net,46.2 +Control,Bed net,38.4 +Treatment,Bed net,47.4 +Control,No bed net,51.6 +Treatment,Bed net,100 +Control,No bed net,49.3 +Control,No bed net,62 +Control,No bed net,43.9 +Control,No bed net,45.2 +Control,No bed net,45.2 +Treatment,No bed net,41.4 +Treatment,No bed net,24 +Control,No bed net,52.3 +Control,No bed net,46.8 +Treatment,No bed net,39.8 +Treatment,Bed net,46.7 +Control,No bed net,31.4 +Treatment,No bed net,29.1 +Treatment,Bed net,60.2 +Control,No bed net,39.4 +Control,No bed net,31.3 +Treatment,Bed net,71.3 +Control,No bed net,52.8 +Treatment,Bed net,48.4 +Control,No bed net,40.4 +Treatment,No bed net,24.7 +Control,No bed net,48 +Treatment,No bed net,41.5 +Control,Bed net,38.3 +Control,No bed net,44.7 +Control,Bed net,48.1 +Treatment,Bed net,45.8 +Control,Bed net,43.9 +Control,No bed net,40.6 +Treatment,Bed net,53.3 +Control,No bed net,45.9 +Control,No bed net,44.6 +Control,No bed net,25.5 +Treatment,Bed net,38.2 +Treatment,Bed net,56.6 +Treatment,No bed net,51.4 +Treatment,No bed net,39 +Control,No bed net,30.4 +Treatment,Bed net,47 +Treatment,Bed net,40.6 +Control,Bed net,48.5 +Treatment,Bed net,57.5 +Control,No bed net,41.9 +Control,No bed net,34.6 +Control,Bed net,33.2 +Control,No bed net,43.5 +Control,No bed net,33.4 +Control,No bed net,41.9 +Control,No bed net,41.7 +Treatment,No bed net,27.6 +Treatment,No bed net,37 +Treatment,No bed net,33.7 +Treatment,No bed net,50.3 +Control,No bed net,34.9 +Control,No bed net,39.4 +Treatment,No bed net,41.3 +Control,No bed net,33.9 +Treatment,Bed net,44.7 +Control,No bed net,7.7 +Treatment,Bed net,60.8 +Control,No bed net,35 +Treatment,Bed net,52 +Treatment,Bed net,51.1 +Treatment,Bed net,52.5 +Control,No bed net,22.6 +Control,No bed net,37.2 +Control,No bed net,34.8 +Treatment,Bed net,45.2 +Treatment,No bed net,40.9 +Treatment,Bed net,52.8 +Treatment,Bed net,55.9 +Treatment,Bed net,52.6 +Control,No bed net,46 +Control,Bed net,71.5 +Control,No bed net,30.7 +Control,No bed net,56.6 +Treatment,No bed net,41 +Control,No bed net,38.1 +Control,No bed net,29.5 +Control,No bed net,43.4 +Treatment,Bed net,59 +Treatment,No bed net,15.3 +Treatment,Bed net,53.8 +Control,No bed net,43.1 +Treatment,Bed net,72.6 +Control,Bed net,53.6 +Control,No bed net,44.1 +Treatment,No bed net,39.3 +Control,No bed net,39.4 +Treatment,No bed net,35.2 +Treatment,Bed net,31.5 +Treatment,No bed net,39.2 +Treatment,Bed net,55.7 +Control,Bed net,43.5 +Control,No bed net,49.9 +Treatment,No bed net,46.8 +Control,No bed net,50.6 +Treatment,Bed net,44.8 +Treatment,Bed net,80.7 +Treatment,Bed net,47 +Control,No bed net,41.7 +Control,No bed net,37.6 +Treatment,No bed net,25.1 +Treatment,No bed net,23.2 +Control,No bed net,52.2 +Treatment,No bed net,33.7 +Control,No bed net,37.9 +Control,No bed net,30.2 +Treatment,Bed net,72.9 +Treatment,No bed net,35.3 +Treatment,Bed net,63.4 +Control,No bed net,29.8 +Control,No bed net,41.2 +Treatment,Bed net,39.2 +Control,Bed net,59.9 +Control,No bed net,12.6 +Control,No bed net,21.2 +Treatment,Bed net,51.7 +Treatment,No bed net,32.9 +Control,No bed net,42.6 +Treatment,No bed net,15.5 +Treatment,Bed net,51.6 +Control,No bed net,30.6 +Control,No bed net,41.4 +Treatment,Bed net,26.2 +Control,No bed net,27.5 +Control,Bed net,44.6 +Treatment,Bed net,40.5 +Treatment,Bed net,58.8 +Control,Bed net,57.4 +Treatment,Bed net,67.5 +Treatment,No bed net,37.8 +Control,No bed net,42.8 +Treatment,Bed net,50 +Control,No bed net,36.2 +Control,Bed net,36.7 +Control,No bed net,28.8 +Control,Bed net,65.8 +Control,No bed net,23.6 +Control,Bed net,62.8 +Treatment,Bed net,70.7 +Treatment,Bed net,47 +Treatment,Bed net,49.3 +Treatment,Bed net,77.7 +Treatment,Bed net,58.9 +Treatment,No bed net,37.9 +Treatment,No bed net,15.6 +Control,No bed net,23.3 +Control,Bed net,75.3 +Control,No bed net,43.7 +Treatment,Bed net,61.1 +Treatment,Bed net,63.7 +Treatment,No bed net,35.2 +Treatment,No bed net,37.6 +Treatment,Bed net,52 +Control,No bed net,30.5 +Treatment,Bed net,60.1 +Control,No bed net,53.4 +Treatment,Bed net,53.5 +Control,No bed net,44.2 +Control,No bed net,42.8 +Treatment,Bed net,55.3 +Control,No bed net,31.6 +Control,No bed net,41.5 diff --git a/docs/_site/files/data/generated_data/bed_nets_time_machine.csv b/docs/_site/files/data/generated_data/bed_nets_time_machine.csv new file mode 100644 index 00000000..98274a14 --- /dev/null +++ b/docs/_site/files/data/generated_data/bed_nets_time_machine.csv @@ -0,0 +1,2001 @@ +status,treatment,bed_net_0,bed_net_1,health_0,health_1,bed_net,health +Never taker,Control,0,0,24.6,14.4,No bed net,24.6 +Complier,Control,0,1,36.4,39.6,No bed net,36.4 +Complier,Treatment,0,1,29.7,49.1,Bed net,49.1 +Complier,Treatment,0,1,38.1,47,Bed net,47 +Always taker,Control,1,1,39.4,58.6,Bed net,58.6 +Complier,Treatment,0,1,39.3,63.9,Bed net,63.9 +Never taker,Treatment,0,0,34.5,10.8,No bed net,34.5 +Never taker,Control,0,0,19.4,34.4,No bed net,19.4 +Complier,Treatment,0,1,53.3,36.6,Bed net,36.6 +Complier,Control,0,1,37.4,48.2,No bed net,37.4 +Complier,Control,0,1,48.1,64.2,No bed net,48.1 +Complier,Treatment,0,1,37,50.7,Bed net,50.7 +Never taker,Treatment,0,0,44.2,47.5,No bed net,44.2 +Always taker,Control,1,1,61.3,57,Bed net,57 +Never taker,Control,0,0,10.4,30.5,No bed net,10.4 +Always taker,Control,1,1,66,49.4,Bed net,49.4 +Never taker,Control,0,0,22.7,49.3,No bed net,22.7 +Never taker,Treatment,0,0,24.2,40,No bed net,24.2 +Never taker,Treatment,0,0,22.7,45.1,No bed net,22.7 +Never taker,Control,0,0,28.9,43.2,No bed net,28.9 +Never taker,Treatment,0,0,28.3,29.8,No bed net,28.3 +Never taker,Treatment,0,0,28,47.9,No bed net,28 +Never taker,Treatment,0,0,24.4,48.8,No bed net,24.4 +Never taker,Control,0,0,53.2,40.9,No bed net,53.2 +Never taker,Control,0,0,47.4,49.2,No bed net,47.4 +Always taker,Treatment,1,1,58.8,50.7,Bed net,50.7 +Complier,Control,0,1,41.7,36,No bed net,41.7 +Always taker,Control,1,1,57.9,66.1,Bed net,66.1 +Always taker,Treatment,1,1,65.5,59.2,Bed net,59.2 +Never taker,Control,0,0,35.6,35.9,No bed net,35.6 +Complier,Treatment,0,1,41.5,59.3,Bed net,59.3 +Never taker,Treatment,0,0,52.6,24.6,No bed net,52.6 +Never taker,Control,0,0,23.8,37.6,No bed net,23.8 +Complier,Control,0,1,33.4,27.1,No bed net,33.4 +Never taker,Control,0,0,44.6,19.3,No bed net,44.6 +Complier,Control,0,1,48.5,59.7,No bed net,48.5 +Never taker,Control,0,0,65.6,45.1,No bed net,65.6 +Never taker,Control,0,0,34,18.7,No bed net,34 +Always taker,Control,1,1,63.7,58.6,Bed net,58.6 +Always taker,Treatment,1,1,41.7,51.5,Bed net,51.5 +Complier,Treatment,0,1,45.1,28.4,Bed net,28.4 +Complier,Treatment,0,1,38.6,64.5,Bed net,64.5 +Never taker,Control,0,0,31.2,11,No bed net,31.2 +Complier,Treatment,0,1,33.2,56.1,Bed net,56.1 +Never taker,Control,0,0,52.5,9.9,No bed net,52.5 +Complier,Treatment,0,1,45.5,48.8,Bed net,48.8 +Complier,Control,0,1,30.9,48.7,No bed net,30.9 +Complier,Control,0,1,46.8,41.8,No bed net,46.8 +Never taker,Control,0,0,35.8,44.2,No bed net,35.8 +Complier,Treatment,0,1,27.6,73.6,Bed net,73.6 +Never taker,Control,0,0,49.3,39.8,No bed net,49.3 +Never taker,Treatment,0,0,38.7,62.9,No bed net,38.7 +Complier,Treatment,0,1,34.1,51.2,Bed net,51.2 +Complier,Control,0,1,29.5,48.6,No bed net,29.5 +Never taker,Treatment,0,0,28.1,42.7,No bed net,28.1 +Complier,Treatment,0,1,45.4,47.5,Bed net,47.5 +Complier,Control,0,1,37.3,48.4,No bed net,37.3 +Complier,Treatment,0,1,30.9,80.5,Bed net,80.5 +Never taker,Control,0,0,38.5,43.9,No bed net,38.5 +Always taker,Treatment,1,1,47.6,48.2,Bed net,48.2 +Always taker,Treatment,1,1,53.6,46.4,Bed net,46.4 +Never taker,Treatment,0,0,36.1,36.5,No bed net,36.1 +Never taker,Control,0,0,41.2,30.8,No bed net,41.2 +Never taker,Control,0,0,39.9,20.3,No bed net,39.9 +Never taker,Control,0,0,35.6,26.2,No bed net,35.6 +Complier,Treatment,0,1,36.7,40.6,Bed net,40.6 +Never taker,Control,0,0,36.1,33.4,No bed net,36.1 +Complier,Control,0,1,25.7,29,No bed net,25.7 +Never taker,Control,0,0,28,43.5,No bed net,28 +Complier,Control,0,1,40.2,76.4,No bed net,40.2 +Never taker,Control,0,0,48.6,37.1,No bed net,48.6 +Always taker,Control,1,1,61.7,48.1,Bed net,48.1 +Never taker,Treatment,0,0,29.8,42.7,No bed net,29.8 +Complier,Control,0,1,31.5,71,No bed net,31.5 +Never taker,Control,0,0,34.8,35.3,No bed net,34.8 +Complier,Treatment,0,1,39.6,40.1,Bed net,40.1 +Never taker,Control,0,0,51.3,24.9,No bed net,51.3 +Never taker,Treatment,0,0,19.9,9.6,No bed net,19.9 +Never taker,Treatment,0,0,31.9,21.8,No bed net,31.9 +Complier,Control,0,1,25.2,74.5,No bed net,25.2 +Always taker,Treatment,1,1,46.4,60.1,Bed net,60.1 +Complier,Control,0,1,30.2,46.2,No bed net,30.2 +Never taker,Control,0,0,43.8,46.9,No bed net,43.8 +Complier,Control,0,1,56.7,65.5,No bed net,56.7 +Never taker,Control,0,0,26.1,16.6,No bed net,26.1 +Always taker,Control,1,1,71.6,71.7,Bed net,71.7 +Never taker,Treatment,0,0,42.8,51.3,No bed net,42.8 +Never taker,Control,0,0,43.2,18.7,No bed net,43.2 +Never taker,Treatment,0,0,55,29.3,No bed net,55 +Always taker,Control,1,1,54.3,43.2,Bed net,43.2 +Never taker,Treatment,0,0,56.6,34,No bed net,56.6 +Always taker,Treatment,1,1,79.9,36.3,Bed net,36.3 +Never taker,Treatment,0,0,47,42.2,No bed net,47 +Never taker,Control,0,0,41.6,17.1,No bed net,41.6 +Never taker,Control,0,0,35,31.9,No bed net,35 +Complier,Control,0,1,36.9,60.5,No bed net,36.9 +Never taker,Control,0,0,33.1,8.8,No bed net,33.1 +Never taker,Treatment,0,0,24.2,65.1,No bed net,24.2 +Never taker,Control,0,0,39.1,29.3,No bed net,39.1 +Complier,Control,0,1,53.8,27.4,No bed net,53.8 +Never taker,Control,0,0,60.1,54.3,No bed net,60.1 +Complier,Treatment,0,1,44.7,82.8,Bed net,82.8 +Never taker,Treatment,0,0,35.4,41.9,No bed net,35.4 +Never taker,Treatment,0,0,24.8,45.9,No bed net,24.8 +Never taker,Treatment,0,0,27.5,41.4,No bed net,27.5 +Never taker,Treatment,0,0,26.8,40.1,No bed net,26.8 +Never taker,Treatment,0,0,32.6,43.2,No bed net,32.6 +Never taker,Treatment,0,0,61.9,41.1,No bed net,61.9 +Complier,Treatment,0,1,34.8,61.2,Bed net,61.2 +Never taker,Treatment,0,0,45.6,27.2,No bed net,45.6 +Complier,Treatment,0,1,39.1,66.9,Bed net,66.9 +Never taker,Treatment,0,0,58.4,30,No bed net,58.4 +Always taker,Control,1,1,63,41.1,Bed net,41.1 +Never taker,Control,0,0,26,15,No bed net,26 +Never taker,Control,0,0,38.5,16.3,No bed net,38.5 +Always taker,Treatment,1,1,63.7,69.9,Bed net,69.9 +Always taker,Treatment,1,1,54.2,66.5,Bed net,66.5 +Never taker,Control,0,0,46.4,17.5,No bed net,46.4 +Never taker,Control,0,0,26,47.5,No bed net,26 +Complier,Control,0,1,36.2,74.4,No bed net,36.2 +Complier,Treatment,0,1,41.6,36.8,Bed net,36.8 +Always taker,Control,1,1,75.1,53.6,Bed net,53.6 +Always taker,Control,1,1,70.7,53.2,Bed net,53.2 +Always taker,Treatment,1,1,40,68.5,Bed net,68.5 +Complier,Control,0,1,35.2,81.7,No bed net,35.2 +Never taker,Treatment,0,0,25.6,37.8,No bed net,25.6 +Never taker,Control,0,0,25.7,49.4,No bed net,25.7 +Complier,Treatment,0,1,38.6,69.6,Bed net,69.6 +Complier,Treatment,0,1,54.5,51.8,Bed net,51.8 +Never taker,Control,0,0,38.4,37.9,No bed net,38.4 +Always taker,Control,1,1,72.4,50.6,Bed net,50.6 +Complier,Control,0,1,39.5,49.9,No bed net,39.5 +Never taker,Control,0,0,34,28.9,No bed net,34 +Complier,Treatment,0,1,30.7,53.8,Bed net,53.8 +Always taker,Treatment,1,1,50.9,45.8,Bed net,45.8 +Complier,Treatment,0,1,49.8,59.4,Bed net,59.4 +Always taker,Control,1,1,53.8,55.3,Bed net,55.3 +Complier,Treatment,0,1,39,64.5,Bed net,64.5 +Complier,Treatment,0,1,33,42.9,Bed net,42.9 +Always taker,Treatment,1,1,62.8,54.5,Bed net,54.5 +Complier,Control,0,1,39,31.5,No bed net,39 +Always taker,Treatment,1,1,70.5,46.3,Bed net,46.3 +Never taker,Control,0,0,44.7,41.7,No bed net,44.7 +Complier,Control,0,1,43.9,72.2,No bed net,43.9 +Never taker,Control,0,0,14,37,No bed net,14 +Complier,Control,0,1,43.8,30.9,No bed net,43.8 +Complier,Control,0,1,37.9,25.8,No bed net,37.9 +Complier,Treatment,0,1,34.2,55,Bed net,55 +Always taker,Treatment,1,1,62.5,56.9,Bed net,56.9 +Complier,Control,0,1,22.8,43.8,No bed net,22.8 +Complier,Treatment,0,1,38.3,54.9,Bed net,54.9 +Never taker,Treatment,0,0,28.1,37.8,No bed net,28.1 +Never taker,Treatment,0,0,28.6,43,No bed net,28.6 +Always taker,Treatment,1,1,57.7,59.3,Bed net,59.3 +Never taker,Control,0,0,47.4,50.9,No bed net,47.4 +Always taker,Treatment,1,1,40.8,55.3,Bed net,55.3 +Complier,Control,0,1,31.1,58.7,No bed net,31.1 +Always taker,Control,1,1,66.2,56.4,Bed net,56.4 +Never taker,Control,0,0,56.1,39.6,No bed net,56.1 +Complier,Control,0,1,47.3,39.2,No bed net,47.3 +Complier,Treatment,0,1,40.4,29.8,Bed net,29.8 +Complier,Control,0,1,16.6,51.4,No bed net,16.6 +Complier,Treatment,0,1,49.8,70.8,Bed net,70.8 +Never taker,Control,0,0,22.5,40.1,No bed net,22.5 +Never taker,Treatment,0,0,50.5,39.5,No bed net,50.5 +Complier,Treatment,0,1,47.5,61.5,Bed net,61.5 +Complier,Control,0,1,43.3,59.6,No bed net,43.3 +Never taker,Treatment,0,0,37.9,54.7,No bed net,37.9 +Always taker,Treatment,1,1,43,52.7,Bed net,52.7 +Never taker,Treatment,0,0,25.7,49.1,No bed net,25.7 +Complier,Treatment,0,1,27.2,50.8,Bed net,50.8 +Complier,Treatment,0,1,45.8,57.7,Bed net,57.7 +Complier,Treatment,0,1,41.6,42.8,Bed net,42.8 +Complier,Control,0,1,52,24.9,No bed net,52 +Never taker,Control,0,0,33.3,23,No bed net,33.3 +Complier,Control,0,1,29.8,70.1,No bed net,29.8 +Complier,Control,0,1,43,51.7,No bed net,43 +Complier,Control,0,1,28.7,48.7,No bed net,28.7 +Never taker,Control,0,0,33,23.2,No bed net,33 +Never taker,Treatment,0,0,47.4,25.9,No bed net,47.4 +Complier,Treatment,0,1,45,39.9,Bed net,39.9 +Never taker,Control,0,0,56.5,27.3,No bed net,56.5 +Complier,Treatment,0,1,39.7,77.6,Bed net,77.6 +Never taker,Treatment,0,0,32.9,44.8,No bed net,32.9 +Always taker,Control,1,1,48,63.6,Bed net,63.6 +Never taker,Treatment,0,0,17.3,28,No bed net,17.3 +Always taker,Treatment,1,1,54.9,47.4,Bed net,47.4 +Complier,Control,0,1,35.7,50.2,No bed net,35.7 +Never taker,Control,0,0,18.7,33.7,No bed net,18.7 +Complier,Treatment,0,1,30.3,34.4,Bed net,34.4 +Complier,Treatment,0,1,41.6,54,Bed net,54 +Always taker,Treatment,1,1,58.7,38.8,Bed net,38.8 +Never taker,Treatment,0,0,37.2,54.2,No bed net,37.2 +Always taker,Treatment,1,1,50.1,47.4,Bed net,47.4 +Always taker,Control,1,1,58.2,53.6,Bed net,53.6 +Always taker,Control,1,1,58.7,52.4,Bed net,52.4 +Always taker,Control,1,1,59.7,56.9,Bed net,56.9 +Complier,Control,0,1,40.3,41.5,No bed net,40.3 +Always taker,Control,1,1,75.5,57.6,Bed net,57.6 +Complier,Control,0,1,35.5,74.3,No bed net,35.5 +Complier,Treatment,0,1,44.3,51.5,Bed net,51.5 +Complier,Control,0,1,45.8,38.3,No bed net,45.8 +Never taker,Control,0,0,47.2,59.7,No bed net,47.2 +Complier,Control,0,1,41.6,56.4,No bed net,41.6 +Complier,Treatment,0,1,31.8,45.3,Bed net,45.3 +Complier,Treatment,0,1,38.8,67,Bed net,67 +Never taker,Control,0,0,22,39.3,No bed net,22 +Complier,Control,0,1,42.3,28.3,No bed net,42.3 +Never taker,Control,0,0,41.7,0,No bed net,41.7 +Always taker,Treatment,1,1,61.8,47.1,Bed net,47.1 +Complier,Treatment,0,1,23.5,61.3,Bed net,61.3 +Never taker,Control,0,0,10.9,41.4,No bed net,10.9 +Never taker,Treatment,0,0,37.2,38.5,No bed net,37.2 +Complier,Control,0,1,47.5,50.3,No bed net,47.5 +Complier,Control,0,1,29.4,62.1,No bed net,29.4 +Always taker,Control,1,1,70.2,67.6,Bed net,67.6 +Complier,Treatment,0,1,38.3,72.9,Bed net,72.9 +Complier,Control,0,1,28.9,40,No bed net,28.9 +Complier,Control,0,1,26.6,83.9,No bed net,26.6 +Always taker,Treatment,1,1,56.8,64,Bed net,64 +Complier,Control,0,1,33.1,56.9,No bed net,33.1 +Never taker,Treatment,0,0,43,44.6,No bed net,43 +Never taker,Control,0,0,36.5,33,No bed net,36.5 +Never taker,Control,0,0,50.3,17.8,No bed net,50.3 +Never taker,Control,0,0,41.4,40.7,No bed net,41.4 +Complier,Control,0,1,19.1,51.7,No bed net,19.1 +Always taker,Control,1,1,54.6,66.3,Bed net,66.3 +Never taker,Treatment,0,0,24.1,20.7,No bed net,24.1 +Complier,Treatment,0,1,36.5,49.1,Bed net,49.1 +Complier,Treatment,0,1,39.8,54.1,Bed net,54.1 +Complier,Treatment,0,1,30.6,62.9,Bed net,62.9 +Complier,Treatment,0,1,46.7,78.3,Bed net,78.3 +Never taker,Treatment,0,0,33.3,35.8,No bed net,33.3 +Always taker,Treatment,1,1,59.1,45.5,Bed net,45.5 +Complier,Treatment,0,1,39.2,61.7,Bed net,61.7 +Never taker,Treatment,0,0,30.7,32.8,No bed net,30.7 +Complier,Treatment,0,1,46.5,49.6,Bed net,49.6 +Never taker,Treatment,0,0,43.6,43.3,No bed net,43.6 +Complier,Treatment,0,1,37.7,35.5,Bed net,35.5 +Always taker,Treatment,1,1,37.8,48.5,Bed net,48.5 +Complier,Control,0,1,43.2,44.8,No bed net,43.2 +Never taker,Treatment,0,0,10.4,43,No bed net,10.4 +Never taker,Control,0,0,31.7,40.3,No bed net,31.7 +Complier,Treatment,0,1,48.4,75.2,Bed net,75.2 +Always taker,Treatment,1,1,59.5,68.3,Bed net,68.3 +Complier,Control,0,1,27,50.7,No bed net,27 +Complier,Control,0,1,36.2,50.3,No bed net,36.2 +Complier,Treatment,0,1,35.3,32.1,Bed net,32.1 +Always taker,Control,1,1,68.4,53.7,Bed net,53.7 +Complier,Control,0,1,24.7,52.4,No bed net,24.7 +Complier,Treatment,0,1,36,57,Bed net,57 +Complier,Control,0,1,30.2,69.6,No bed net,30.2 +Never taker,Control,0,0,50,36,No bed net,50 +Never taker,Control,0,0,34.4,54.7,No bed net,34.4 +Never taker,Control,0,0,64.3,40.4,No bed net,64.3 +Complier,Treatment,0,1,25.6,47.1,Bed net,47.1 +Never taker,Treatment,0,0,43.1,23.4,No bed net,43.1 +Never taker,Control,0,0,50.4,53.5,No bed net,50.4 +Complier,Control,0,1,47.4,59.3,No bed net,47.4 +Complier,Control,0,1,31.6,52.9,No bed net,31.6 +Always taker,Treatment,1,1,59.6,38.6,Bed net,38.6 +Never taker,Treatment,0,0,19.1,28.5,No bed net,19.1 +Complier,Treatment,0,1,27,74.4,Bed net,74.4 +Never taker,Treatment,0,0,44,44,No bed net,44 +Never taker,Treatment,0,0,23.5,25.3,No bed net,23.5 +Never taker,Control,0,0,32.7,37.6,No bed net,32.7 +Complier,Treatment,0,1,46.8,66.3,Bed net,66.3 +Never taker,Treatment,0,0,24.5,28.7,No bed net,24.5 +Never taker,Treatment,0,0,27,46.5,No bed net,27 +Complier,Control,0,1,41.8,49.9,No bed net,41.8 +Never taker,Treatment,0,0,33.2,63.6,No bed net,33.2 +Complier,Treatment,0,1,29.1,35.1,Bed net,35.1 +Never taker,Control,0,0,50.4,21.2,No bed net,50.4 +Complier,Control,0,1,44.2,61.3,No bed net,44.2 +Never taker,Control,0,0,33.2,32.2,No bed net,33.2 +Complier,Treatment,0,1,44.8,55.9,Bed net,55.9 +Always taker,Treatment,1,1,52.9,53.8,Bed net,53.8 +Complier,Treatment,0,1,37.3,63.1,Bed net,63.1 +Never taker,Treatment,0,0,24.2,40.8,No bed net,24.2 +Never taker,Treatment,0,0,40.8,49.2,No bed net,40.8 +Never taker,Control,0,0,32.3,44.6,No bed net,32.3 +Complier,Treatment,0,1,45.6,40.5,Bed net,40.5 +Always taker,Treatment,1,1,64.7,37.5,Bed net,37.5 +Complier,Treatment,0,1,41.4,68.1,Bed net,68.1 +Complier,Control,0,1,29.5,63.1,No bed net,29.5 +Never taker,Treatment,0,0,57.8,31.2,No bed net,57.8 +Complier,Treatment,0,1,34.7,54,Bed net,54 +Never taker,Control,0,0,47.1,28.7,No bed net,47.1 +Complier,Control,0,1,36.7,41.9,No bed net,36.7 +Always taker,Treatment,1,1,39.5,54.1,Bed net,54.1 +Complier,Treatment,0,1,41.3,47,Bed net,47 +Complier,Treatment,0,1,41.9,64.3,Bed net,64.3 +Always taker,Treatment,1,1,54.7,54.2,Bed net,54.2 +Never taker,Control,0,0,28.6,37.3,No bed net,28.6 +Complier,Treatment,0,1,17,69.9,Bed net,69.9 +Complier,Control,0,1,31.6,46.1,No bed net,31.6 +Complier,Control,0,1,33.1,76.5,No bed net,33.1 +Never taker,Treatment,0,0,37.8,41.7,No bed net,37.8 +Complier,Treatment,0,1,32.1,41.2,Bed net,41.2 +Never taker,Control,0,0,45.6,45.1,No bed net,45.6 +Never taker,Control,0,0,54.8,33.6,No bed net,54.8 +Always taker,Control,1,1,62.5,43.3,Bed net,43.3 +Complier,Control,0,1,39.2,41.5,No bed net,39.2 +Complier,Treatment,0,1,48.1,43.8,Bed net,43.8 +Always taker,Treatment,1,1,43.8,55.1,Bed net,55.1 +Complier,Treatment,0,1,45.5,43,Bed net,43 +Never taker,Control,0,0,23.8,20.6,No bed net,23.8 +Always taker,Control,1,1,38.8,44.1,Bed net,44.1 +Complier,Treatment,0,1,48,55.4,Bed net,55.4 +Complier,Control,0,1,41.3,56.6,No bed net,41.3 +Always taker,Treatment,1,1,44.3,45.7,Bed net,45.7 +Complier,Control,0,1,42.1,56.7,No bed net,42.1 +Complier,Treatment,0,1,25.3,43.6,Bed net,43.6 +Complier,Control,0,1,37.6,43.3,No bed net,37.6 +Never taker,Control,0,0,30.5,27.7,No bed net,30.5 +Never taker,Control,0,0,15.2,34.1,No bed net,15.2 +Never taker,Treatment,0,0,24.8,40.4,No bed net,24.8 +Complier,Treatment,0,1,31,46,Bed net,46 +Never taker,Treatment,0,0,22.5,17.1,No bed net,22.5 +Always taker,Treatment,1,1,54.7,46.4,Bed net,46.4 +Never taker,Treatment,0,0,39.8,26.7,No bed net,39.8 +Always taker,Treatment,1,1,57.9,67.6,Bed net,67.6 +Never taker,Control,0,0,21.2,21,No bed net,21.2 +Never taker,Control,0,0,49.9,52.9,No bed net,49.9 +Never taker,Treatment,0,0,30.7,24.5,No bed net,30.7 +Never taker,Treatment,0,0,13.4,33.6,No bed net,13.4 +Complier,Control,0,1,36.5,36,No bed net,36.5 +Never taker,Control,0,0,42.8,19.3,No bed net,42.8 +Complier,Control,0,1,43.3,59,No bed net,43.3 +Always taker,Control,1,1,50.9,64,Bed net,64 +Complier,Control,0,1,47.3,70,No bed net,47.3 +Always taker,Treatment,1,1,50.8,50.3,Bed net,50.3 +Always taker,Control,1,1,67.8,65.8,Bed net,65.8 +Never taker,Treatment,0,0,62.3,16.4,No bed net,62.3 +Complier,Treatment,0,1,32.8,26.7,Bed net,26.7 +Never taker,Control,0,0,31.5,36.2,No bed net,31.5 +Never taker,Treatment,0,0,27.4,42.6,No bed net,27.4 +Never taker,Treatment,0,0,36.2,31.9,No bed net,36.2 +Always taker,Treatment,1,1,57.6,52.1,Bed net,52.1 +Complier,Control,0,1,50.4,76.3,No bed net,50.4 +Always taker,Control,1,1,54.4,52.7,Bed net,52.7 +Never taker,Control,0,0,49,66.6,No bed net,49 +Complier,Control,0,1,49.3,65.6,No bed net,49.3 +Always taker,Control,1,1,53.7,52.4,Bed net,52.4 +Never taker,Treatment,0,0,37.7,27.9,No bed net,37.7 +Never taker,Treatment,0,0,33.2,33.4,No bed net,33.2 +Never taker,Control,0,0,31.9,46.8,No bed net,31.9 +Complier,Control,0,1,26.8,31.1,No bed net,26.8 +Always taker,Treatment,1,1,44.2,46.2,Bed net,46.2 +Never taker,Control,0,0,42.2,35,No bed net,42.2 +Never taker,Treatment,0,0,19.6,59.8,No bed net,19.6 +Complier,Control,0,1,33.8,45.4,No bed net,33.8 +Never taker,Treatment,0,0,49.2,43.4,No bed net,49.2 +Complier,Control,0,1,37.5,43.1,No bed net,37.5 +Always taker,Treatment,1,1,84,50.9,Bed net,50.9 +Always taker,Control,1,1,60.8,53.8,Bed net,53.8 +Complier,Control,0,1,20.3,48.9,No bed net,20.3 +Complier,Control,0,1,14.5,34.8,No bed net,14.5 +Complier,Control,0,1,39.6,59.2,No bed net,39.6 +Complier,Treatment,0,1,31.6,51,Bed net,51 +Never taker,Control,0,0,28.9,35.6,No bed net,28.9 +Complier,Treatment,0,1,36.1,66.7,Bed net,66.7 +Complier,Control,0,1,41.8,51.3,No bed net,41.8 +Never taker,Control,0,0,49.5,20.2,No bed net,49.5 +Always taker,Treatment,1,1,63.6,54,Bed net,54 +Always taker,Treatment,1,1,41.7,50.5,Bed net,50.5 +Complier,Treatment,0,1,41.7,72,Bed net,72 +Never taker,Control,0,0,14.4,24.8,No bed net,14.4 +Always taker,Control,1,1,60,61.6,Bed net,61.6 +Complier,Control,0,1,37.4,45,No bed net,37.4 +Always taker,Treatment,1,1,42.7,39.7,Bed net,39.7 +Never taker,Control,0,0,28.2,43.5,No bed net,28.2 +Always taker,Control,1,1,54.7,51.3,Bed net,51.3 +Complier,Treatment,0,1,49.9,71.9,Bed net,71.9 +Never taker,Control,0,0,44.4,42.8,No bed net,44.4 +Never taker,Control,0,0,56.6,23.5,No bed net,56.6 +Complier,Treatment,0,1,43.2,50.7,Bed net,50.7 +Never taker,Control,0,0,47.8,44.2,No bed net,47.8 +Complier,Treatment,0,1,39.4,33.4,Bed net,33.4 +Complier,Treatment,0,1,18.9,41.5,Bed net,41.5 +Never taker,Treatment,0,0,66.8,13.3,No bed net,66.8 +Never taker,Control,0,0,18.8,18.3,No bed net,18.8 +Never taker,Control,0,0,40.1,28.3,No bed net,40.1 +Never taker,Control,0,0,19.8,21.7,No bed net,19.8 +Never taker,Control,0,0,54.1,45.3,No bed net,54.1 +Never taker,Treatment,0,0,35.5,36.2,No bed net,35.5 +Complier,Control,0,1,33.5,46.2,No bed net,33.5 +Never taker,Control,0,0,44.6,27.6,No bed net,44.6 +Always taker,Treatment,1,1,60.2,67.5,Bed net,67.5 +Always taker,Control,1,1,47.1,71.2,Bed net,71.2 +Complier,Control,0,1,30.1,52.3,No bed net,30.1 +Complier,Treatment,0,1,37.9,48.8,Bed net,48.8 +Complier,Control,0,1,46.1,64.4,No bed net,46.1 +Complier,Treatment,0,1,40,42.2,Bed net,42.2 +Never taker,Control,0,0,34.1,45.4,No bed net,34.1 +Always taker,Treatment,1,1,45.6,44.1,Bed net,44.1 +Complier,Control,0,1,36,58.7,No bed net,36 +Complier,Treatment,0,1,42.2,53.5,Bed net,53.5 +Never taker,Control,0,0,30.3,57,No bed net,30.3 +Never taker,Control,0,0,40.6,51,No bed net,40.6 +Complier,Control,0,1,41.5,60.2,No bed net,41.5 +Complier,Treatment,0,1,45.7,42.5,Bed net,42.5 +Complier,Treatment,0,1,41.3,53.8,Bed net,53.8 +Complier,Control,0,1,41.9,71.5,No bed net,41.9 +Complier,Treatment,0,1,35.5,44.3,Bed net,44.3 +Never taker,Treatment,0,0,55.6,53.1,No bed net,55.6 +Complier,Control,0,1,45.4,38,No bed net,45.4 +Never taker,Treatment,0,0,17.7,17.6,No bed net,17.7 +Complier,Treatment,0,1,43,43.5,Bed net,43.5 +Complier,Treatment,0,1,33.3,38.6,Bed net,38.6 +Complier,Treatment,0,1,33.9,55.2,Bed net,55.2 +Always taker,Treatment,1,1,65,61.2,Bed net,61.2 +Always taker,Treatment,1,1,53,39.4,Bed net,39.4 +Never taker,Control,0,0,29.5,28,No bed net,29.5 +Always taker,Treatment,1,1,61.4,46.7,Bed net,46.7 +Complier,Control,0,1,20.6,71,No bed net,20.6 +Complier,Treatment,0,1,40.7,64,Bed net,64 +Complier,Treatment,0,1,43,64,Bed net,64 +Never taker,Treatment,0,0,43,37.3,No bed net,43 +Complier,Treatment,0,1,37.6,73.6,Bed net,73.6 +Complier,Control,0,1,41.9,63.3,No bed net,41.9 +Always taker,Treatment,1,1,54.3,64.5,Bed net,64.5 +Never taker,Control,0,0,35.4,22.1,No bed net,35.4 +Never taker,Treatment,0,0,29.2,54.6,No bed net,29.2 +Always taker,Control,1,1,56.4,59.1,Bed net,59.1 +Never taker,Treatment,0,0,40.3,27.8,No bed net,40.3 +Never taker,Control,0,0,63.1,14.1,No bed net,63.1 +Complier,Treatment,0,1,36.4,52.4,Bed net,52.4 +Never taker,Treatment,0,0,32.2,46.5,No bed net,32.2 +Never taker,Treatment,0,0,34.2,40,No bed net,34.2 +Complier,Treatment,0,1,36.2,45,Bed net,45 +Complier,Control,0,1,46.8,40.4,No bed net,46.8 +Complier,Treatment,0,1,30.4,51.3,Bed net,51.3 +Always taker,Control,1,1,56.8,58.4,Bed net,58.4 +Never taker,Treatment,0,0,32.8,16.1,No bed net,32.8 +Complier,Treatment,0,1,38.8,55.6,Bed net,55.6 +Never taker,Treatment,0,0,52.7,30.2,No bed net,52.7 +Always taker,Control,1,1,63.3,75.8,Bed net,75.8 +Complier,Treatment,0,1,29.9,84.6,Bed net,84.6 +Complier,Control,0,1,43.6,45.6,No bed net,43.6 +Always taker,Treatment,1,1,66,68.6,Bed net,68.6 +Always taker,Treatment,1,1,51,59.3,Bed net,59.3 +Complier,Control,0,1,23.1,51.3,No bed net,23.1 +Complier,Treatment,0,1,34,77.8,Bed net,77.8 +Always taker,Treatment,1,1,46.6,58.7,Bed net,58.7 +Complier,Control,0,1,46.3,57.1,No bed net,46.3 +Always taker,Treatment,1,1,45,53.6,Bed net,53.6 +Complier,Treatment,0,1,39,79.7,Bed net,79.7 +Complier,Treatment,0,1,43.5,50.1,Bed net,50.1 +Never taker,Control,0,0,28.6,33.5,No bed net,28.6 +Never taker,Control,0,0,33.9,28.7,No bed net,33.9 +Complier,Treatment,0,1,49.6,81.4,Bed net,81.4 +Always taker,Treatment,1,1,71.4,63.4,Bed net,63.4 +Always taker,Treatment,1,1,42.8,68.2,Bed net,68.2 +Complier,Treatment,0,1,29.7,78.2,Bed net,78.2 +Complier,Control,0,1,33.3,53.5,No bed net,33.3 +Never taker,Control,0,0,47.2,36.6,No bed net,47.2 +Complier,Control,0,1,31.5,41.3,No bed net,31.5 +Complier,Treatment,0,1,37.8,67.7,Bed net,67.7 +Never taker,Treatment,0,0,49.1,52.5,No bed net,49.1 +Never taker,Treatment,0,0,37.2,31.7,No bed net,37.2 +Always taker,Treatment,1,1,68.9,64.8,Bed net,64.8 +Never taker,Treatment,0,0,18.1,42.7,No bed net,18.1 +Complier,Control,0,1,27.1,60.6,No bed net,27.1 +Never taker,Control,0,0,34.5,53.6,No bed net,34.5 +Never taker,Treatment,0,0,39.9,23.7,No bed net,39.9 +Complier,Control,0,1,29.1,52.6,No bed net,29.1 +Never taker,Control,0,0,54,43.7,No bed net,54 +Complier,Treatment,0,1,45.5,57.6,Bed net,57.6 +Complier,Treatment,0,1,41.1,70.3,Bed net,70.3 +Never taker,Control,0,0,25.8,35.6,No bed net,25.8 +Never taker,Treatment,0,0,32.7,21.9,No bed net,32.7 +Never taker,Treatment,0,0,27.2,59,No bed net,27.2 +Always taker,Treatment,1,1,59.7,43,Bed net,43 +Never taker,Treatment,0,0,32.6,52.8,No bed net,32.6 +Always taker,Treatment,1,1,63.3,88.8,Bed net,88.8 +Complier,Treatment,0,1,48.7,63.3,Bed net,63.3 +Complier,Treatment,0,1,34.2,38.7,Bed net,38.7 +Complier,Control,0,1,41.3,54.2,No bed net,41.3 +Never taker,Treatment,0,0,37.7,41.5,No bed net,37.7 +Complier,Control,0,1,39.7,62.5,No bed net,39.7 +Complier,Control,0,1,25.5,70.2,No bed net,25.5 +Complier,Treatment,0,1,44.4,67.3,Bed net,67.3 +Never taker,Control,0,0,21,43,No bed net,21 +Never taker,Treatment,0,0,27.7,41.6,No bed net,27.7 +Never taker,Control,0,0,13.7,57.3,No bed net,13.7 +Complier,Control,0,1,25.7,67,No bed net,25.7 +Complier,Control,0,1,38.5,48,No bed net,38.5 +Complier,Treatment,0,1,37.3,93.5,Bed net,93.5 +Never taker,Treatment,0,0,41.4,3.6,No bed net,41.4 +Complier,Control,0,1,31.1,27.6,No bed net,31.1 +Complier,Control,0,1,29.5,76.3,No bed net,29.5 +Always taker,Treatment,1,1,57.8,34.6,Bed net,34.6 +Never taker,Control,0,0,38.1,31.8,No bed net,38.1 +Complier,Treatment,0,1,30.4,44.3,Bed net,44.3 +Never taker,Treatment,0,0,16.1,49.5,No bed net,16.1 +Complier,Treatment,0,1,30.7,27.3,Bed net,27.3 +Never taker,Control,0,0,37,42.2,No bed net,37 +Complier,Control,0,1,32.4,63.4,No bed net,32.4 +Complier,Control,0,1,37.9,52.4,No bed net,37.9 +Complier,Treatment,0,1,38.8,43.3,Bed net,43.3 +Always taker,Control,1,1,61.2,66.3,Bed net,66.3 +Always taker,Control,1,1,42.7,70.8,Bed net,70.8 +Never taker,Control,0,0,14.4,24,No bed net,14.4 +Complier,Treatment,0,1,46.8,49.6,Bed net,49.6 +Always taker,Control,1,1,39.8,68.2,Bed net,68.2 +Complier,Control,0,1,39.7,28.5,No bed net,39.7 +Always taker,Control,1,1,58.9,55.9,Bed net,55.9 +Never taker,Treatment,0,0,32.5,38.8,No bed net,32.5 +Complier,Treatment,0,1,30.1,76.3,Bed net,76.3 +Never taker,Control,0,0,48.7,35.7,No bed net,48.7 +Always taker,Control,1,1,60.3,44.7,Bed net,44.7 +Always taker,Treatment,1,1,46.3,58.7,Bed net,58.7 +Complier,Control,0,1,53.1,73.2,No bed net,53.1 +Never taker,Treatment,0,0,42.7,56.9,No bed net,42.7 +Complier,Control,0,1,33.8,62.6,No bed net,33.8 +Complier,Control,0,1,34.9,56,No bed net,34.9 +Never taker,Treatment,0,0,51.9,40.6,No bed net,51.9 +Complier,Treatment,0,1,38.4,60.4,Bed net,60.4 +Never taker,Control,0,0,27.5,47.1,No bed net,27.5 +Always taker,Control,1,1,41.6,39.9,Bed net,39.9 +Never taker,Control,0,0,54.7,33.7,No bed net,54.7 +Never taker,Treatment,0,0,42.4,46.3,No bed net,42.4 +Always taker,Treatment,1,1,46.2,65.7,Bed net,65.7 +Complier,Treatment,0,1,44.5,44.6,Bed net,44.6 +Always taker,Control,1,1,51.4,67.3,Bed net,67.3 +Never taker,Control,0,0,32.8,51.1,No bed net,32.8 +Never taker,Control,0,0,47.1,40.8,No bed net,47.1 +Complier,Treatment,0,1,37.3,33.5,Bed net,33.5 +Never taker,Treatment,0,0,43.7,24.6,No bed net,43.7 +Never taker,Treatment,0,0,18,45.9,No bed net,18 +Complier,Treatment,0,1,38.9,93.7,Bed net,93.7 +Complier,Control,0,1,32.3,45.6,No bed net,32.3 +Complier,Treatment,0,1,30,39.6,Bed net,39.6 +Never taker,Control,0,0,43.1,34.5,No bed net,43.1 +Always taker,Control,1,1,41,42.3,Bed net,42.3 +Complier,Control,0,1,42.4,55.7,No bed net,42.4 +Complier,Control,0,1,26.2,60,No bed net,26.2 +Complier,Treatment,0,1,39.1,43.9,Bed net,43.9 +Complier,Treatment,0,1,34.4,63.1,Bed net,63.1 +Never taker,Control,0,0,63.4,35.1,No bed net,63.4 +Complier,Control,0,1,32.8,67.1,No bed net,32.8 +Always taker,Control,1,1,68.7,69.2,Bed net,69.2 +Never taker,Control,0,0,34.7,48.5,No bed net,34.7 +Complier,Treatment,0,1,41.1,43.4,Bed net,43.4 +Complier,Control,0,1,45.4,45.4,No bed net,45.4 +Always taker,Treatment,1,1,60.7,52.5,Bed net,52.5 +Always taker,Control,1,1,55.5,54.6,Bed net,54.6 +Always taker,Treatment,1,1,42.7,35.6,Bed net,35.6 +Always taker,Control,1,1,47,51,Bed net,51 +Never taker,Treatment,0,0,40.7,29.9,No bed net,40.7 +Never taker,Control,0,0,34.1,41.6,No bed net,34.1 +Complier,Treatment,0,1,35.3,47.4,Bed net,47.4 +Never taker,Treatment,0,0,19.8,6.7,No bed net,19.8 +Always taker,Control,1,1,62.5,48.7,Bed net,48.7 +Always taker,Control,1,1,54.9,56.6,Bed net,56.6 +Complier,Treatment,0,1,16,41.1,Bed net,41.1 +Never taker,Control,0,0,26,39.4,No bed net,26 +Complier,Control,0,1,49.5,26.1,No bed net,49.5 +Always taker,Control,1,1,55,63,Bed net,63 +Never taker,Control,0,0,48.7,42.3,No bed net,48.7 +Always taker,Treatment,1,1,53.5,66,Bed net,66 +Complier,Control,0,1,30.5,50.5,No bed net,30.5 +Always taker,Treatment,1,1,67,53.3,Bed net,53.3 +Never taker,Control,0,0,37.2,28.6,No bed net,37.2 +Always taker,Treatment,1,1,52.6,66.7,Bed net,66.7 +Complier,Treatment,0,1,41.6,40.5,Bed net,40.5 +Complier,Control,0,1,48.2,57.2,No bed net,48.2 +Never taker,Treatment,0,0,40.8,26.1,No bed net,40.8 +Never taker,Control,0,0,20.5,47.6,No bed net,20.5 +Complier,Treatment,0,1,20,61.1,Bed net,61.1 +Always taker,Control,1,1,49.9,69.4,Bed net,69.4 +Never taker,Control,0,0,26,27,No bed net,26 +Complier,Control,0,1,30.5,50,No bed net,30.5 +Complier,Treatment,0,1,48.7,60.6,Bed net,60.6 +Never taker,Control,0,0,22.3,37.5,No bed net,22.3 +Never taker,Treatment,0,0,33.2,17,No bed net,33.2 +Complier,Treatment,0,1,47.9,32.7,Bed net,32.7 +Complier,Treatment,0,1,42.6,27.1,Bed net,27.1 +Always taker,Treatment,1,1,54.9,39.4,Bed net,39.4 +Always taker,Treatment,1,1,53.5,69.3,Bed net,69.3 +Never taker,Control,0,0,22.5,53.3,No bed net,22.5 +Complier,Treatment,0,1,48.4,56.8,Bed net,56.8 +Never taker,Treatment,0,0,38,27.3,No bed net,38 +Never taker,Control,0,0,49.9,52.2,No bed net,49.9 +Never taker,Control,0,0,44.2,40.9,No bed net,44.2 +Never taker,Treatment,0,0,54,55.9,No bed net,54 +Always taker,Treatment,1,1,73,57.2,Bed net,57.2 +Always taker,Control,1,1,44.1,44,Bed net,44 +Complier,Treatment,0,1,31.6,65.5,Bed net,65.5 +Always taker,Control,1,1,79.5,47.3,Bed net,47.3 +Always taker,Control,1,1,52.1,71.5,Bed net,71.5 +Never taker,Treatment,0,0,42.2,36.9,No bed net,42.2 +Complier,Treatment,0,1,48,31.4,Bed net,31.4 +Never taker,Control,0,0,40.5,21.9,No bed net,40.5 +Complier,Treatment,0,1,20,65.6,Bed net,65.6 +Complier,Treatment,0,1,36.8,36,Bed net,36 +Complier,Control,0,1,39.3,52.4,No bed net,39.3 +Complier,Treatment,0,1,48.6,34.3,Bed net,34.3 +Never taker,Treatment,0,0,28.7,21.8,No bed net,28.7 +Never taker,Treatment,0,0,39.2,40.5,No bed net,39.2 +Never taker,Treatment,0,0,45.7,41.6,No bed net,45.7 +Never taker,Treatment,0,0,42.8,30,No bed net,42.8 +Complier,Treatment,0,1,30.1,56.9,Bed net,56.9 +Complier,Treatment,0,1,30.1,52.6,Bed net,52.6 +Never taker,Treatment,0,0,41.5,46,No bed net,41.5 +Always taker,Treatment,1,1,45.4,72.8,Bed net,72.8 +Never taker,Treatment,0,0,26.6,26.2,No bed net,26.6 +Complier,Control,0,1,42.5,54.1,No bed net,42.5 +Never taker,Control,0,0,18.3,60.4,No bed net,18.3 +Never taker,Treatment,0,0,12.8,36.1,No bed net,12.8 +Always taker,Treatment,1,1,51.8,48.4,Bed net,48.4 +Never taker,Treatment,0,0,19.7,28.8,No bed net,19.7 +Never taker,Control,0,0,39.5,34.6,No bed net,39.5 +Always taker,Control,1,1,58.5,39.3,Bed net,39.3 +Never taker,Control,0,0,29.7,37,No bed net,29.7 +Never taker,Control,0,0,33,38.7,No bed net,33 +Complier,Treatment,0,1,35,42,Bed net,42 +Complier,Treatment,0,1,51.8,51.9,Bed net,51.9 +Complier,Control,0,1,34.4,58.9,No bed net,34.4 +Always taker,Control,1,1,64,53.3,Bed net,53.3 +Never taker,Treatment,0,0,29.7,58,No bed net,29.7 +Complier,Treatment,0,1,54.8,20.8,Bed net,20.8 +Always taker,Treatment,1,1,50.8,54.9,Bed net,54.9 +Never taker,Control,0,0,45.2,34.2,No bed net,45.2 +Always taker,Control,1,1,65.6,47.9,Bed net,47.9 +Complier,Treatment,0,1,39.6,55.6,Bed net,55.6 +Always taker,Control,1,1,57.9,40.4,Bed net,40.4 +Never taker,Treatment,0,0,26.6,23.5,No bed net,26.6 +Complier,Control,0,1,44.3,45.7,No bed net,44.3 +Always taker,Control,1,1,47.7,46.2,Bed net,46.2 +Complier,Control,0,1,54.1,41.8,No bed net,54.1 +Complier,Control,0,1,33.8,57.3,No bed net,33.8 +Complier,Control,0,1,34.6,51.2,No bed net,34.6 +Always taker,Control,1,1,76.5,50.3,Bed net,50.3 +Always taker,Control,1,1,64.8,46.7,Bed net,46.7 +Never taker,Treatment,0,0,39.9,56.5,No bed net,39.9 +Always taker,Control,1,1,64.4,66.4,Bed net,66.4 +Never taker,Control,0,0,25.8,27.4,No bed net,25.8 +Never taker,Control,0,0,30.5,20.1,No bed net,30.5 +Complier,Control,0,1,53.5,61,No bed net,53.5 +Never taker,Treatment,0,0,41.9,50.4,No bed net,41.9 +Complier,Treatment,0,1,38.3,47.7,Bed net,47.7 +Always taker,Control,1,1,50.1,44,Bed net,44 +Never taker,Control,0,0,44.2,42.8,No bed net,44.2 +Never taker,Treatment,0,0,29.4,34.1,No bed net,29.4 +Never taker,Treatment,0,0,45.6,49.8,No bed net,45.6 +Always taker,Control,1,1,50.5,51.9,Bed net,51.9 +Complier,Treatment,0,1,32,62.7,Bed net,62.7 +Always taker,Treatment,1,1,52.8,31.4,Bed net,31.4 +Never taker,Treatment,0,0,44.5,29.3,No bed net,44.5 +Complier,Control,0,1,38.6,71.3,No bed net,38.6 +Always taker,Treatment,1,1,64.5,56.3,Bed net,56.3 +Complier,Control,0,1,49.8,34.8,No bed net,49.8 +Never taker,Control,0,0,59.6,11.7,No bed net,59.6 +Complier,Control,0,1,40.4,75.6,No bed net,40.4 +Always taker,Control,1,1,60.9,37,Bed net,37 +Never taker,Control,0,0,41.4,34,No bed net,41.4 +Never taker,Treatment,0,0,32.9,21.2,No bed net,32.9 +Always taker,Control,1,1,54.8,61.4,Bed net,61.4 +Complier,Treatment,0,1,41.1,36,Bed net,36 +Always taker,Control,1,1,40.4,51.5,Bed net,51.5 +Always taker,Treatment,1,1,57.6,81.2,Bed net,81.2 +Never taker,Control,0,0,34.6,51.2,No bed net,34.6 +Never taker,Treatment,0,0,37.1,24.5,No bed net,37.1 +Complier,Control,0,1,20.4,66.4,No bed net,20.4 +Complier,Control,0,1,48.5,54.5,No bed net,48.5 +Never taker,Control,0,0,48.6,51.3,No bed net,48.6 +Complier,Treatment,0,1,33.4,72.9,Bed net,72.9 +Complier,Control,0,1,30.4,61.1,No bed net,30.4 +Never taker,Treatment,0,0,17.7,18.2,No bed net,17.7 +Always taker,Treatment,1,1,52.4,54.6,Bed net,54.6 +Never taker,Control,0,0,49.7,70.2,No bed net,49.7 +Never taker,Treatment,0,0,35.6,18.5,No bed net,35.6 +Always taker,Treatment,1,1,47.1,53.1,Bed net,53.1 +Always taker,Control,1,1,40.5,63.1,Bed net,63.1 +Complier,Control,0,1,46.9,53.8,No bed net,46.9 +Always taker,Treatment,1,1,57.9,31.1,Bed net,31.1 +Never taker,Treatment,0,0,19.7,53.7,No bed net,19.7 +Always taker,Control,1,1,47.4,59.9,Bed net,59.9 +Complier,Treatment,0,1,22,68.3,Bed net,68.3 +Never taker,Treatment,0,0,25,25.3,No bed net,25 +Complier,Treatment,0,1,38,69.1,Bed net,69.1 +Never taker,Treatment,0,0,44.4,34,No bed net,44.4 +Always taker,Control,1,1,42.9,62.4,Bed net,62.4 +Never taker,Treatment,0,0,27.2,42.7,No bed net,27.2 +Always taker,Control,1,1,63.7,55,Bed net,55 +Never taker,Treatment,0,0,28.7,35.1,No bed net,28.7 +Complier,Control,0,1,36.3,74.9,No bed net,36.3 +Complier,Treatment,0,1,48.8,44.4,Bed net,44.4 +Always taker,Treatment,1,1,67.5,55.4,Bed net,55.4 +Complier,Treatment,0,1,31.3,51.8,Bed net,51.8 +Never taker,Treatment,0,0,42,36,No bed net,42 +Complier,Control,0,1,39.3,48.3,No bed net,39.3 +Never taker,Control,0,0,39.3,56.1,No bed net,39.3 +Never taker,Treatment,0,0,11.1,34,No bed net,11.1 +Never taker,Treatment,0,0,26.5,40.1,No bed net,26.5 +Complier,Treatment,0,1,19.6,48.6,Bed net,48.6 +Never taker,Treatment,0,0,33.9,37,No bed net,33.9 +Complier,Control,0,1,39.5,64.6,No bed net,39.5 +Never taker,Treatment,0,0,47.7,54.9,No bed net,47.7 +Complier,Control,0,1,41.2,59.1,No bed net,41.2 +Complier,Treatment,0,1,29.6,35.8,Bed net,35.8 +Complier,Control,0,1,40.2,46.3,No bed net,40.2 +Never taker,Treatment,0,0,43.8,36.6,No bed net,43.8 +Never taker,Control,0,0,31.5,28.5,No bed net,31.5 +Complier,Treatment,0,1,36.3,45.5,Bed net,45.5 +Complier,Control,0,1,25.2,53,No bed net,25.2 +Never taker,Treatment,0,0,34.7,24.7,No bed net,34.7 +Complier,Control,0,1,43.1,46.4,No bed net,43.1 +Complier,Treatment,0,1,28.5,61,Bed net,61 +Always taker,Control,1,1,58.9,51.9,Bed net,51.9 +Always taker,Treatment,1,1,54.3,66,Bed net,66 +Never taker,Control,0,0,41.1,36.6,No bed net,41.1 +Never taker,Control,0,0,32.8,67.7,No bed net,32.8 +Never taker,Control,0,0,18.6,19.4,No bed net,18.6 +Complier,Treatment,0,1,31.4,46.9,Bed net,46.9 +Never taker,Treatment,0,0,11.2,30.4,No bed net,11.2 +Always taker,Control,1,1,71,54.4,Bed net,54.4 +Never taker,Treatment,0,0,21.5,29.4,No bed net,21.5 +Always taker,Control,1,1,62.6,52.8,Bed net,52.8 +Never taker,Control,0,0,35,23.8,No bed net,35 +Always taker,Treatment,1,1,55.4,44.7,Bed net,44.7 +Never taker,Treatment,0,0,28.3,25,No bed net,28.3 +Complier,Treatment,0,1,40.7,54.8,Bed net,54.8 +Always taker,Treatment,1,1,42.6,50.1,Bed net,50.1 +Complier,Treatment,0,1,36.3,45.1,Bed net,45.1 +Never taker,Control,0,0,30.4,33.9,No bed net,30.4 +Never taker,Control,0,0,44.8,44.1,No bed net,44.8 +Always taker,Control,1,1,39.9,53.5,Bed net,53.5 +Always taker,Control,1,1,47.3,48.4,Bed net,48.4 +Never taker,Control,0,0,36.5,35,No bed net,36.5 +Never taker,Treatment,0,0,13.9,47.4,No bed net,13.9 +Complier,Treatment,0,1,42.8,64.9,Bed net,64.9 +Complier,Control,0,1,28.3,66.6,No bed net,28.3 +Complier,Treatment,0,1,45.2,41.3,Bed net,41.3 +Complier,Control,0,1,54.2,44.8,No bed net,54.2 +Always taker,Treatment,1,1,60.8,54.2,Bed net,54.2 +Always taker,Treatment,1,1,58,65.2,Bed net,65.2 +Always taker,Control,1,1,63.6,73.8,Bed net,73.8 +Never taker,Control,0,0,30.4,37.2,No bed net,30.4 +Never taker,Control,0,0,27.3,56.5,No bed net,27.3 +Never taker,Treatment,0,0,10.5,28.1,No bed net,10.5 +Never taker,Control,0,0,37.6,24.3,No bed net,37.6 +Complier,Treatment,0,1,47.9,53.4,Bed net,53.4 +Never taker,Treatment,0,0,33.1,32.1,No bed net,33.1 +Complier,Treatment,0,1,29.1,42.3,Bed net,42.3 +Complier,Treatment,0,1,41.4,19.6,Bed net,19.6 +Never taker,Control,0,0,34.7,55,No bed net,34.7 +Complier,Treatment,0,1,27.8,65.1,Bed net,65.1 +Complier,Control,0,1,42.1,53.5,No bed net,42.1 +Complier,Treatment,0,1,39.4,59.8,Bed net,59.8 +Never taker,Treatment,0,0,36.7,49.8,No bed net,36.7 +Always taker,Control,1,1,56.7,45.4,Bed net,45.4 +Never taker,Control,0,0,13.8,24.2,No bed net,13.8 +Always taker,Control,1,1,43.7,57.3,Bed net,57.3 +Complier,Treatment,0,1,44.9,55.7,Bed net,55.7 +Always taker,Treatment,1,1,58,56,Bed net,56 +Never taker,Control,0,0,49,45.8,No bed net,49 +Complier,Treatment,0,1,31.7,54.6,Bed net,54.6 +Never taker,Control,0,0,20.7,22.5,No bed net,20.7 +Complier,Treatment,0,1,38.3,53.6,Bed net,53.6 +Never taker,Treatment,0,0,18.2,47.3,No bed net,18.2 +Complier,Treatment,0,1,37.1,78.1,Bed net,78.1 +Never taker,Treatment,0,0,45.1,23.2,No bed net,45.1 +Complier,Control,0,1,19.7,54.7,No bed net,19.7 +Always taker,Control,1,1,42.7,62.2,Bed net,62.2 +Complier,Treatment,0,1,44.5,47.6,Bed net,47.6 +Complier,Treatment,0,1,33.1,38.9,Bed net,38.9 +Never taker,Control,0,0,41.8,23.4,No bed net,41.8 +Always taker,Treatment,1,1,61,39.1,Bed net,39.1 +Always taker,Treatment,1,1,40.1,60.5,Bed net,60.5 +Always taker,Control,1,1,40.3,62.3,Bed net,62.3 +Never taker,Control,0,0,43.4,44.7,No bed net,43.4 +Complier,Treatment,0,1,41.8,64.7,Bed net,64.7 +Complier,Treatment,0,1,36.8,43.8,Bed net,43.8 +Never taker,Control,0,0,17.3,34.4,No bed net,17.3 +Never taker,Treatment,0,0,46,35.4,No bed net,46 +Complier,Control,0,1,35.7,39.4,No bed net,35.7 +Never taker,Treatment,0,0,37.6,16.9,No bed net,37.6 +Always taker,Treatment,1,1,68,49.8,Bed net,49.8 +Never taker,Treatment,0,0,54.8,36.2,No bed net,54.8 +Never taker,Control,0,0,33.7,31.8,No bed net,33.7 +Never taker,Control,0,0,40.9,32.9,No bed net,40.9 +Never taker,Treatment,0,0,29.4,32.8,No bed net,29.4 +Complier,Control,0,1,29.4,42.8,No bed net,29.4 +Always taker,Control,1,1,46,58.2,Bed net,58.2 +Never taker,Treatment,0,0,24.3,34.8,No bed net,24.3 +Complier,Treatment,0,1,43.1,39.5,Bed net,39.5 +Never taker,Control,0,0,32.3,24.3,No bed net,32.3 +Complier,Control,0,1,43.8,55.8,No bed net,43.8 +Never taker,Treatment,0,0,17.5,40,No bed net,17.5 +Complier,Control,0,1,41.3,55.3,No bed net,41.3 +Complier,Treatment,0,1,30.2,28.7,Bed net,28.7 +Complier,Control,0,1,35.9,33.5,No bed net,35.9 +Never taker,Treatment,0,0,50.6,44.3,No bed net,50.6 +Complier,Control,0,1,46.4,58.2,No bed net,46.4 +Always taker,Treatment,1,1,55.5,60.1,Bed net,60.1 +Never taker,Control,0,0,22.7,30.8,No bed net,22.7 +Always taker,Treatment,1,1,50.6,58.6,Bed net,58.6 +Never taker,Control,0,0,43.6,48.1,No bed net,43.6 +Always taker,Treatment,1,1,41.7,84.7,Bed net,84.7 +Complier,Control,0,1,41,60.8,No bed net,41 +Never taker,Control,0,0,55.1,24.5,No bed net,55.1 +Never taker,Treatment,0,0,40.9,26.4,No bed net,40.9 +Complier,Treatment,0,1,35.5,39.4,Bed net,39.4 +Never taker,Control,0,0,37.3,23.8,No bed net,37.3 +Complier,Control,0,1,29.3,53.3,No bed net,29.3 +Complier,Treatment,0,1,34.9,77.1,Bed net,77.1 +Complier,Treatment,0,1,33.1,57.8,Bed net,57.8 +Complier,Treatment,0,1,43.9,58.6,Bed net,58.6 +Never taker,Treatment,0,0,41.5,38.3,No bed net,41.5 +Always taker,Treatment,1,1,51.2,52.2,Bed net,52.2 +Complier,Treatment,0,1,28.8,50.3,Bed net,50.3 +Never taker,Treatment,0,0,40.3,39,No bed net,40.3 +Never taker,Treatment,0,0,15.9,45.1,No bed net,15.9 +Never taker,Treatment,0,0,30.5,35.1,No bed net,30.5 +Always taker,Treatment,1,1,50.9,65.3,Bed net,65.3 +Complier,Treatment,0,1,35,31.7,Bed net,31.7 +Complier,Treatment,0,1,50,69,Bed net,69 +Never taker,Treatment,0,0,24.3,11.9,No bed net,24.3 +Never taker,Treatment,0,0,37.7,34.3,No bed net,37.7 +Never taker,Control,0,0,17.7,40.6,No bed net,17.7 +Never taker,Control,0,0,36.3,37,No bed net,36.3 +Never taker,Treatment,0,0,23.9,39.9,No bed net,23.9 +Complier,Control,0,1,37.1,52.3,No bed net,37.1 +Never taker,Treatment,0,0,25.5,15.2,No bed net,25.5 +Never taker,Treatment,0,0,59.3,31.8,No bed net,59.3 +Never taker,Control,0,0,30.1,27.1,No bed net,30.1 +Complier,Control,0,1,27,55.8,No bed net,27 +Never taker,Treatment,0,0,29.7,34,No bed net,29.7 +Always taker,Treatment,1,1,51.6,41.1,Bed net,41.1 +Always taker,Treatment,1,1,52.5,45.2,Bed net,45.2 +Always taker,Treatment,1,1,62.4,59.4,Bed net,59.4 +Never taker,Control,0,0,34.1,16.7,No bed net,34.1 +Complier,Control,0,1,43.1,55.4,No bed net,43.1 +Complier,Treatment,0,1,35.8,77.3,Bed net,77.3 +Never taker,Treatment,0,0,41.3,44.2,No bed net,41.3 +Complier,Treatment,0,1,26.9,35.4,Bed net,35.4 +Complier,Control,0,1,23.3,54.3,No bed net,23.3 +Never taker,Control,0,0,49.3,26.3,No bed net,49.3 +Complier,Treatment,0,1,38.6,74.7,Bed net,74.7 +Complier,Control,0,1,41.8,61.6,No bed net,41.8 +Never taker,Treatment,0,0,14.6,40.9,No bed net,14.6 +Complier,Treatment,0,1,32.6,56.8,Bed net,56.8 +Always taker,Control,1,1,60.5,57.1,Bed net,57.1 +Complier,Treatment,0,1,28.2,49.5,Bed net,49.5 +Always taker,Control,1,1,71.3,56.5,Bed net,56.5 +Complier,Control,0,1,29.5,60.8,No bed net,29.5 +Complier,Control,0,1,43.6,46.8,No bed net,43.6 +Complier,Control,0,1,44.3,44.9,No bed net,44.3 +Always taker,Treatment,1,1,55.8,57.2,Bed net,57.2 +Always taker,Control,1,1,60.3,41.3,Bed net,41.3 +Never taker,Control,0,0,39.6,36,No bed net,39.6 +Complier,Treatment,0,1,49.9,67.1,Bed net,67.1 +Complier,Treatment,0,1,39,86.4,Bed net,86.4 +Never taker,Control,0,0,39.5,28,No bed net,39.5 +Never taker,Treatment,0,0,49.6,34.4,No bed net,49.6 +Complier,Treatment,0,1,43,76,Bed net,76 +Always taker,Control,1,1,63.6,65.2,Bed net,65.2 +Never taker,Treatment,0,0,46.8,44,No bed net,46.8 +Complier,Treatment,0,1,32.4,67.6,Bed net,67.6 +Never taker,Treatment,0,0,32.6,45.4,No bed net,32.6 +Complier,Control,0,1,32.1,64.8,No bed net,32.1 +Never taker,Treatment,0,0,34.7,44.6,No bed net,34.7 +Always taker,Treatment,1,1,50.5,52.9,Bed net,52.9 +Never taker,Treatment,0,0,32.5,28.6,No bed net,32.5 +Always taker,Control,1,1,44.1,65.5,Bed net,65.5 +Never taker,Control,0,0,31.5,32.5,No bed net,31.5 +Complier,Control,0,1,21.9,90.4,No bed net,21.9 +Always taker,Control,1,1,71.4,58,Bed net,58 +Always taker,Control,1,1,68.8,42.4,Bed net,42.4 +Always taker,Treatment,1,1,48.4,55.4,Bed net,55.4 +Never taker,Treatment,0,0,24.7,50.3,No bed net,24.7 +Complier,Treatment,0,1,38,59.2,Bed net,59.2 +Never taker,Treatment,0,0,26.5,41.9,No bed net,26.5 +Never taker,Control,0,0,39.7,14.5,No bed net,39.7 +Never taker,Control,0,0,25.2,40.1,No bed net,25.2 +Complier,Treatment,0,1,48.6,43.2,Bed net,43.2 +Complier,Treatment,0,1,45.8,69.8,Bed net,69.8 +Complier,Control,0,1,17.5,43.5,No bed net,17.5 +Never taker,Control,0,0,18.1,46.5,No bed net,18.1 +Complier,Treatment,0,1,34.1,74.5,Bed net,74.5 +Complier,Control,0,1,41,59.2,No bed net,41 +Complier,Control,0,1,42.4,65.1,No bed net,42.4 +Always taker,Control,1,1,55.3,55.2,Bed net,55.2 +Never taker,Control,0,0,21.6,41.4,No bed net,21.6 +Never taker,Treatment,0,0,28,36.8,No bed net,28 +Never taker,Control,0,0,54.7,19.4,No bed net,54.7 +Never taker,Treatment,0,0,43.4,39,No bed net,43.4 +Always taker,Control,1,1,51.1,53.8,Bed net,53.8 +Complier,Treatment,0,1,32.3,76,Bed net,76 +Complier,Treatment,0,1,27.9,55.6,Bed net,55.6 +Never taker,Control,0,0,48.4,55.2,No bed net,48.4 +Never taker,Treatment,0,0,35.9,36.5,No bed net,35.9 +Never taker,Treatment,0,0,32.6,36.6,No bed net,32.6 +Complier,Control,0,1,33.4,60.5,No bed net,33.4 +Complier,Control,0,1,43.7,36.5,No bed net,43.7 +Always taker,Treatment,1,1,57.8,52.3,Bed net,52.3 +Always taker,Treatment,1,1,50.6,48.7,Bed net,48.7 +Complier,Treatment,0,1,33.7,49.7,Bed net,49.7 +Complier,Treatment,0,1,28.8,57.5,Bed net,57.5 +Always taker,Control,1,1,48.8,53.4,Bed net,53.4 +Complier,Control,0,1,39.6,51.8,No bed net,39.6 +Always taker,Control,1,1,49.3,63.7,Bed net,63.7 +Never taker,Treatment,0,0,39.8,35.2,No bed net,39.8 +Never taker,Control,0,0,21.3,46.6,No bed net,21.3 +Never taker,Treatment,0,0,36.9,33.3,No bed net,36.9 +Complier,Control,0,1,36.1,49.1,No bed net,36.1 +Never taker,Treatment,0,0,50.4,37.8,No bed net,50.4 +Never taker,Treatment,0,0,46.6,14.6,No bed net,46.6 +Complier,Treatment,0,1,33.4,63.5,Bed net,63.5 +Never taker,Treatment,0,0,51.6,39.1,No bed net,51.6 +Never taker,Treatment,0,0,46.2,34.7,No bed net,46.2 +Never taker,Control,0,0,29.5,59.3,No bed net,29.5 +Never taker,Treatment,0,0,32.1,32.3,No bed net,32.1 +Complier,Control,0,1,42.8,66.1,No bed net,42.8 +Always taker,Control,1,1,57,63.2,Bed net,63.2 +Always taker,Treatment,1,1,53.3,59.8,Bed net,59.8 +Complier,Treatment,0,1,27.4,60.2,Bed net,60.2 +Complier,Control,0,1,46.2,49.9,No bed net,46.2 +Complier,Control,0,1,41.3,67.8,No bed net,41.3 +Never taker,Treatment,0,0,18.1,35.1,No bed net,18.1 +Never taker,Control,0,0,21.4,36.2,No bed net,21.4 +Complier,Treatment,0,1,23.4,67.4,Bed net,67.4 +Never taker,Control,0,0,28.5,23.4,No bed net,28.5 +Complier,Control,0,1,26.7,69.1,No bed net,26.7 +Complier,Treatment,0,1,43.7,54.8,Bed net,54.8 +Never taker,Control,0,0,53.6,63.9,No bed net,53.6 +Never taker,Treatment,0,0,38.5,36.5,No bed net,38.5 +Never taker,Treatment,0,0,30.7,33.1,No bed net,30.7 +Always taker,Control,1,1,66.4,42.8,Bed net,42.8 +Never taker,Control,0,0,40.9,46.2,No bed net,40.9 +Complier,Control,0,1,27,48.9,No bed net,27 +Never taker,Control,0,0,39,37.6,No bed net,39 +Complier,Control,0,1,28.5,56.6,No bed net,28.5 +Never taker,Treatment,0,0,40.5,49.3,No bed net,40.5 +Complier,Control,0,1,43.1,56,No bed net,43.1 +Never taker,Treatment,0,0,33.2,28.4,No bed net,33.2 +Complier,Treatment,0,1,44.7,47,Bed net,47 +Always taker,Control,1,1,68.1,56.7,Bed net,56.7 +Complier,Treatment,0,1,44.8,33,Bed net,33 +Always taker,Control,1,1,68.7,56.9,Bed net,56.9 +Complier,Treatment,0,1,37,55.2,Bed net,55.2 +Complier,Treatment,0,1,33.6,60.6,Bed net,60.6 +Complier,Control,0,1,44.9,58.2,No bed net,44.9 +Never taker,Control,0,0,30,28.5,No bed net,30 +Never taker,Control,0,0,35,42.6,No bed net,35 +Complier,Control,0,1,25.8,74.6,No bed net,25.8 +Never taker,Control,0,0,44.2,46.7,No bed net,44.2 +Complier,Treatment,0,1,50.4,46.5,Bed net,46.5 +Always taker,Treatment,1,1,60,41.3,Bed net,41.3 +Never taker,Treatment,0,0,34.8,25,No bed net,34.8 +Always taker,Control,1,1,59.6,51.7,Bed net,51.7 +Always taker,Control,1,1,37.7,58.2,Bed net,58.2 +Never taker,Treatment,0,0,42.2,30.1,No bed net,42.2 +Always taker,Treatment,1,1,49.3,59.7,Bed net,59.7 +Complier,Treatment,0,1,32,49.1,Bed net,49.1 +Never taker,Treatment,0,0,28.8,14.5,No bed net,28.8 +Complier,Treatment,0,1,44.2,28.1,Bed net,28.1 +Never taker,Treatment,0,0,36.6,38.1,No bed net,36.6 +Complier,Control,0,1,43.2,34.8,No bed net,43.2 +Always taker,Control,1,1,62.2,64.7,Bed net,64.7 +Complier,Control,0,1,34.5,53.4,No bed net,34.5 +Never taker,Control,0,0,34.5,26.5,No bed net,34.5 +Never taker,Control,0,0,41.1,51.1,No bed net,41.1 +Complier,Treatment,0,1,34.5,54.6,Bed net,54.6 +Never taker,Control,0,0,46,23.7,No bed net,46 +Complier,Control,0,1,37.3,62.2,No bed net,37.3 +Never taker,Control,0,0,21.8,41.3,No bed net,21.8 +Always taker,Control,1,1,49.5,67.8,Bed net,67.8 +Complier,Treatment,0,1,36.3,47,Bed net,47 +Never taker,Control,0,0,30.2,42,No bed net,30.2 +Complier,Control,0,1,42.6,39.3,No bed net,42.6 +Never taker,Control,0,0,33.9,25.9,No bed net,33.9 +Complier,Treatment,0,1,36.2,37.9,Bed net,37.9 +Complier,Treatment,0,1,39.4,71.6,Bed net,71.6 +Never taker,Treatment,0,0,37.4,14.1,No bed net,37.4 +Always taker,Treatment,1,1,34.3,67.4,Bed net,67.4 +Complier,Control,0,1,34.4,53.1,No bed net,34.4 +Complier,Treatment,0,1,46.1,57.5,Bed net,57.5 +Always taker,Control,1,1,48.6,53.4,Bed net,53.4 +Never taker,Control,0,0,68.1,25.4,No bed net,68.1 +Complier,Treatment,0,1,41.5,44.8,Bed net,44.8 +Always taker,Control,1,1,58.8,60.7,Bed net,60.7 +Never taker,Treatment,0,0,17,23.3,No bed net,17 +Never taker,Control,0,0,25.4,27.9,No bed net,25.4 +Always taker,Control,1,1,51.6,65.4,Bed net,65.4 +Never taker,Control,0,0,16,51.7,No bed net,16 +Never taker,Treatment,0,0,43.1,47.6,No bed net,43.1 +Complier,Treatment,0,1,48.5,32.7,Bed net,32.7 +Complier,Control,0,1,36.6,73.3,No bed net,36.6 +Always taker,Treatment,1,1,52.4,60.6,Bed net,60.6 +Never taker,Control,0,0,22.6,44.8,No bed net,22.6 +Complier,Treatment,0,1,51,54,Bed net,54 +Never taker,Treatment,0,0,21.8,40,No bed net,21.8 +Complier,Treatment,0,1,43.6,65.9,Bed net,65.9 +Never taker,Control,0,0,31.3,17.6,No bed net,31.3 +Always taker,Treatment,1,1,58.1,63.1,Bed net,63.1 +Never taker,Treatment,0,0,32.6,12.4,No bed net,32.6 +Always taker,Treatment,1,1,52,60.9,Bed net,60.9 +Complier,Control,0,1,41.8,53,No bed net,41.8 +Never taker,Control,0,0,25.1,36.3,No bed net,25.1 +Never taker,Control,0,0,32.6,24.9,No bed net,32.6 +Complier,Control,0,1,49,40.7,No bed net,49 +Never taker,Control,0,0,46.1,11.9,No bed net,46.1 +Complier,Control,0,1,35.6,62,No bed net,35.6 +Never taker,Treatment,0,0,29.7,41.9,No bed net,29.7 +Always taker,Control,1,1,42.2,56.5,Bed net,56.5 +Always taker,Treatment,1,1,61.3,53.9,Bed net,53.9 +Complier,Control,0,1,32.5,54.2,No bed net,32.5 +Always taker,Treatment,1,1,67.9,74.6,Bed net,74.6 +Never taker,Treatment,0,0,46.4,36.1,No bed net,46.4 +Complier,Control,0,1,45.2,35.8,No bed net,45.2 +Complier,Control,0,1,29.1,49.4,No bed net,29.1 +Never taker,Control,0,0,45.3,41.7,No bed net,45.3 +Complier,Control,0,1,25.3,86.1,No bed net,25.3 +Complier,Treatment,0,1,35.4,56.9,Bed net,56.9 +Complier,Control,0,1,36.2,69.3,No bed net,36.2 +Always taker,Control,1,1,60.5,65,Bed net,65 +Never taker,Control,0,0,44.4,24.1,No bed net,44.4 +Complier,Treatment,0,1,41.2,38.8,Bed net,38.8 +Never taker,Control,0,0,33.8,43,No bed net,33.8 +Always taker,Treatment,1,1,64.7,71.4,Bed net,71.4 +Complier,Treatment,0,1,37.5,52.9,Bed net,52.9 +Never taker,Treatment,0,0,27.8,41.5,No bed net,27.8 +Always taker,Treatment,1,1,59.6,53.1,Bed net,53.1 +Complier,Control,0,1,43.7,54.8,No bed net,43.7 +Never taker,Treatment,0,0,46.5,34.1,No bed net,46.5 +Never taker,Control,0,0,40.4,33.2,No bed net,40.4 +Never taker,Control,0,0,32.4,30.6,No bed net,32.4 +Complier,Treatment,0,1,35.9,58,Bed net,58 +Never taker,Treatment,0,0,32.2,36.4,No bed net,32.2 +Always taker,Control,1,1,58.2,55.9,Bed net,55.9 +Complier,Treatment,0,1,34.9,51.6,Bed net,51.6 +Never taker,Control,0,0,38.5,41.6,No bed net,38.5 +Complier,Treatment,0,1,42.4,51.2,Bed net,51.2 +Complier,Treatment,0,1,24.4,35.7,Bed net,35.7 +Always taker,Control,1,1,56.4,57.3,Bed net,57.3 +Never taker,Treatment,0,0,11.2,64.2,No bed net,11.2 +Always taker,Control,1,1,49,48.2,Bed net,48.2 +Never taker,Control,0,0,43,40.2,No bed net,43 +Complier,Treatment,0,1,45.3,24.6,Bed net,24.6 +Complier,Treatment,0,1,16,49,Bed net,49 +Always taker,Treatment,1,1,53.6,54,Bed net,54 +Complier,Control,0,1,44.8,50.7,No bed net,44.8 +Complier,Treatment,0,1,40,64.2,Bed net,64.2 +Never taker,Control,0,0,41.5,40,No bed net,41.5 +Never taker,Treatment,0,0,14.5,32.8,No bed net,14.5 +Complier,Treatment,0,1,44.4,39.1,Bed net,39.1 +Never taker,Control,0,0,52.2,39.5,No bed net,52.2 +Always taker,Treatment,1,1,44,63.5,Bed net,63.5 +Never taker,Control,0,0,49.1,49,No bed net,49.1 +Never taker,Control,0,0,34.7,13.7,No bed net,34.7 +Complier,Control,0,1,43,8.9,No bed net,43 +Never taker,Control,0,0,43.2,40.3,No bed net,43.2 +Complier,Treatment,0,1,36.1,65.4,Bed net,65.4 +Always taker,Treatment,1,1,55,65.7,Bed net,65.7 +Complier,Control,0,1,31.8,56.6,No bed net,31.8 +Complier,Treatment,0,1,45.8,61.1,Bed net,61.1 +Complier,Control,0,1,56,58.4,No bed net,56 +Complier,Control,0,1,35.6,62.6,No bed net,35.6 +Complier,Treatment,0,1,44.4,70.1,Bed net,70.1 +Never taker,Treatment,0,0,38.4,51.9,No bed net,38.4 +Never taker,Control,0,0,9.2,69.8,No bed net,9.2 +Always taker,Control,1,1,59.4,47.5,Bed net,47.5 +Always taker,Treatment,1,1,63.8,58.9,Bed net,58.9 +Never taker,Treatment,0,0,31.6,38.8,No bed net,31.6 +Complier,Treatment,0,1,35.4,79.8,Bed net,79.8 +Never taker,Control,0,0,34.9,45.6,No bed net,34.9 +Never taker,Control,0,0,29.2,33.5,No bed net,29.2 +Never taker,Control,0,0,12.7,21.5,No bed net,12.7 +Never taker,Control,0,0,47.6,55.3,No bed net,47.6 +Never taker,Control,0,0,27.5,23.1,No bed net,27.5 +Complier,Treatment,0,1,39.7,56.5,Bed net,56.5 +Never taker,Control,0,0,27.8,47.5,No bed net,27.8 +Never taker,Treatment,0,0,36.2,45.3,No bed net,36.2 +Never taker,Treatment,0,0,34.6,24.8,No bed net,34.6 +Complier,Control,0,1,36.8,42,No bed net,36.8 +Complier,Treatment,0,1,37.7,67.2,Bed net,67.2 +Complier,Control,0,1,36.6,36.2,No bed net,36.6 +Always taker,Treatment,1,1,75.3,53.7,Bed net,53.7 +Always taker,Control,1,1,54,66.6,Bed net,66.6 +Never taker,Control,0,0,38.5,48.8,No bed net,38.5 +Never taker,Treatment,0,0,52.2,53,No bed net,52.2 +Never taker,Treatment,0,0,49.6,26.1,No bed net,49.6 +Complier,Treatment,0,1,31.8,44.8,Bed net,44.8 +Never taker,Control,0,0,45.6,38.2,No bed net,45.6 +Never taker,Control,0,0,46.7,5.8,No bed net,46.7 +Complier,Treatment,0,1,29.8,41.1,Bed net,41.1 +Never taker,Treatment,0,0,22.3,23.1,No bed net,22.3 +Never taker,Treatment,0,0,72.2,43.6,No bed net,72.2 +Never taker,Control,0,0,39.7,32.4,No bed net,39.7 +Never taker,Treatment,0,0,67.4,25.1,No bed net,67.4 +Complier,Control,0,1,26.4,75.5,No bed net,26.4 +Never taker,Control,0,0,48.2,31.9,No bed net,48.2 +Complier,Control,0,1,41.1,58.9,No bed net,41.1 +Always taker,Control,1,1,58.5,45.2,Bed net,45.2 +Complier,Control,0,1,39.5,30.2,No bed net,39.5 +Complier,Control,0,1,57.9,54.8,No bed net,57.9 +Never taker,Control,0,0,69.6,43.7,No bed net,69.6 +Complier,Treatment,0,1,30,25.9,Bed net,25.9 +Never taker,Treatment,0,0,36.4,50.1,No bed net,36.4 +Never taker,Treatment,0,0,37.1,42.7,No bed net,37.1 +Never taker,Treatment,0,0,13.7,33.4,No bed net,13.7 +Never taker,Treatment,0,0,26.1,28.6,No bed net,26.1 +Never taker,Control,0,0,17.1,54.6,No bed net,17.1 +Complier,Control,0,1,50.8,46.8,No bed net,50.8 +Complier,Treatment,0,1,27.3,39.8,Bed net,39.8 +Complier,Control,0,1,49.4,66.2,No bed net,49.4 +Complier,Treatment,0,1,32.7,43.7,Bed net,43.7 +Never taker,Treatment,0,0,47.7,16.7,No bed net,47.7 +Never taker,Control,0,0,41.7,42.6,No bed net,41.7 +Always taker,Control,1,1,50.6,51,Bed net,51 +Never taker,Treatment,0,0,22.5,37.8,No bed net,22.5 +Always taker,Control,1,1,51.4,83,Bed net,83 +Always taker,Treatment,1,1,76.8,56.6,Bed net,56.6 +Never taker,Control,0,0,23,48.2,No bed net,23 +Complier,Treatment,0,1,40.5,25.5,Bed net,25.5 +Never taker,Treatment,0,0,51.8,33.2,No bed net,51.8 +Never taker,Control,0,0,49.4,36.9,No bed net,49.4 +Complier,Treatment,0,1,37.7,27.3,Bed net,27.3 +Never taker,Control,0,0,19.2,42.8,No bed net,19.2 +Always taker,Treatment,1,1,59.7,47.5,Bed net,47.5 +Never taker,Control,0,0,53,25.9,No bed net,53 +Complier,Treatment,0,1,48,36.9,Bed net,36.9 +Complier,Control,0,1,39.5,60.4,No bed net,39.5 +Never taker,Treatment,0,0,43.1,25.9,No bed net,43.1 +Complier,Control,0,1,39.5,58.5,No bed net,39.5 +Never taker,Treatment,0,0,26.6,34.8,No bed net,26.6 +Always taker,Control,1,1,56.2,56.1,Bed net,56.1 +Complier,Control,0,1,30.7,77.6,No bed net,30.7 +Never taker,Treatment,0,0,47.8,18.3,No bed net,47.8 +Never taker,Control,0,0,62.9,23.2,No bed net,62.9 +Complier,Control,0,1,46.7,43.9,No bed net,46.7 +Never taker,Treatment,0,0,29.2,35,No bed net,29.2 +Always taker,Treatment,1,1,46.8,47.6,Bed net,47.6 +Never taker,Treatment,0,0,37.3,18.1,No bed net,37.3 +Never taker,Control,0,0,43.5,29.4,No bed net,43.5 +Always taker,Control,1,1,49.7,58.5,Bed net,58.5 +Complier,Treatment,0,1,40.1,93,Bed net,93 +Complier,Control,0,1,41,62.9,No bed net,41 +Never taker,Treatment,0,0,24.9,30.2,No bed net,24.9 +Always taker,Control,1,1,56.4,56,Bed net,56 +Complier,Control,0,1,42.1,71.7,No bed net,42.1 +Complier,Treatment,0,1,39.1,43.2,Bed net,43.2 +Never taker,Control,0,0,38,53.1,No bed net,38 +Never taker,Control,0,0,20.4,46.6,No bed net,20.4 +Never taker,Control,0,0,56.3,34.8,No bed net,56.3 +Complier,Control,0,1,37.1,46.1,No bed net,37.1 +Never taker,Treatment,0,0,31.3,20.2,No bed net,31.3 +Never taker,Treatment,0,0,42.9,32.3,No bed net,42.9 +Complier,Treatment,0,1,48.4,31.4,Bed net,31.4 +Never taker,Treatment,0,0,32.7,14.6,No bed net,32.7 +Never taker,Control,0,0,27.9,21.1,No bed net,27.9 +Never taker,Treatment,0,0,42.9,32.5,No bed net,42.9 +Never taker,Control,0,0,23.3,37.8,No bed net,23.3 +Never taker,Control,0,0,37.8,22.1,No bed net,37.8 +Never taker,Control,0,0,33.9,31.8,No bed net,33.9 +Never taker,Control,0,0,31.9,18.4,No bed net,31.9 +Never taker,Treatment,0,0,44.1,40.4,No bed net,44.1 +Always taker,Control,1,1,66.4,48.7,Bed net,48.7 +Complier,Control,0,1,34.4,44,No bed net,34.4 +Never taker,Control,0,0,42.3,50.8,No bed net,42.3 +Complier,Control,0,1,46.9,70.6,No bed net,46.9 +Always taker,Treatment,1,1,67.7,52.1,Bed net,52.1 +Complier,Control,0,1,44.7,40.1,No bed net,44.7 +Complier,Control,0,1,38.8,64.3,No bed net,38.8 +Complier,Control,0,1,29.8,37,No bed net,29.8 +Complier,Treatment,0,1,35.4,63.1,Bed net,63.1 +Never taker,Treatment,0,0,37,40.1,No bed net,37 +Never taker,Treatment,0,0,36.1,48.1,No bed net,36.1 +Never taker,Treatment,0,0,19.1,44.9,No bed net,19.1 +Never taker,Control,0,0,36,49.9,No bed net,36 +Always taker,Control,1,1,68.4,60.6,Bed net,60.6 +Always taker,Control,1,1,45.4,38.4,Bed net,38.4 +Complier,Control,0,1,45.3,58.6,No bed net,45.3 +Never taker,Treatment,0,0,29.1,26.8,No bed net,29.1 +Never taker,Control,0,0,28,36.6,No bed net,28 +Never taker,Control,0,0,49.6,30.6,No bed net,49.6 +Complier,Treatment,0,1,37.9,48.4,Bed net,48.4 +Never taker,Control,0,0,31.6,27,No bed net,31.6 +Complier,Treatment,0,1,42.5,25.2,Bed net,25.2 +Always taker,Control,1,1,58.6,44,Bed net,44 +Complier,Treatment,0,1,18.1,63.4,Bed net,63.4 +Never taker,Treatment,0,0,46.5,50,No bed net,46.5 +Always taker,Treatment,1,1,49.2,56.1,Bed net,56.1 +Complier,Control,0,1,35.3,41.6,No bed net,35.3 +Complier,Treatment,0,1,32.6,47.9,Bed net,47.9 +Complier,Control,0,1,49.1,51.5,No bed net,49.1 +Never taker,Control,0,0,36,27.4,No bed net,36 +Complier,Control,0,1,36.9,62,No bed net,36.9 +Never taker,Treatment,0,0,28.1,31.3,No bed net,28.1 +Complier,Control,0,1,37.9,54.9,No bed net,37.9 +Complier,Treatment,0,1,58.1,26.9,Bed net,26.9 +Never taker,Treatment,0,0,20.9,31.1,No bed net,20.9 +Never taker,Treatment,0,0,29.4,53.5,No bed net,29.4 +Complier,Control,0,1,30.1,49,No bed net,30.1 +Never taker,Control,0,0,45.4,44.9,No bed net,45.4 +Never taker,Control,0,0,43.5,31.3,No bed net,43.5 +Complier,Control,0,1,35.6,66.7,No bed net,35.6 +Never taker,Treatment,0,0,36.3,34.3,No bed net,36.3 +Complier,Control,0,1,47.3,63.6,No bed net,47.3 +Never taker,Control,0,0,11.8,26.2,No bed net,11.8 +Never taker,Control,0,0,43.6,37.4,No bed net,43.6 +Always taker,Control,1,1,42,44.8,Bed net,44.8 +Complier,Treatment,0,1,37.8,51.7,Bed net,51.7 +Always taker,Control,1,1,51.8,57.8,Bed net,57.8 +Complier,Control,0,1,40.9,60.3,No bed net,40.9 +Complier,Control,0,1,30.5,40.1,No bed net,30.5 +Complier,Treatment,0,1,39.6,40,Bed net,40 +Never taker,Control,0,0,41,33.9,No bed net,41 +Always taker,Treatment,1,1,59.1,58.2,Bed net,58.2 +Never taker,Treatment,0,0,49.3,46.3,No bed net,49.3 +Always taker,Control,1,1,45.9,78.3,Bed net,78.3 +Always taker,Treatment,1,1,75.6,56.4,Bed net,56.4 +Never taker,Control,0,0,25.9,48.3,No bed net,25.9 +Complier,Treatment,0,1,57.5,42.7,Bed net,42.7 +Always taker,Control,1,1,63.7,60.8,Bed net,60.8 +Never taker,Control,0,0,16.5,38.6,No bed net,16.5 +Never taker,Treatment,0,0,24.1,47.5,No bed net,24.1 +Always taker,Control,1,1,47.4,52.2,Bed net,52.2 +Complier,Treatment,0,1,49,55,Bed net,55 +Complier,Control,0,1,25.4,41.8,No bed net,25.4 +Complier,Treatment,0,1,34.5,49.3,Bed net,49.3 +Complier,Treatment,0,1,34.8,48,Bed net,48 +Complier,Control,0,1,44.5,65.5,No bed net,44.5 +Never taker,Treatment,0,0,15.6,37,No bed net,15.6 +Never taker,Control,0,0,35.4,23.8,No bed net,35.4 +Always taker,Treatment,1,1,47.7,30.4,Bed net,30.4 +Never taker,Control,0,0,38.2,26.5,No bed net,38.2 +Never taker,Treatment,0,0,52.7,32,No bed net,52.7 +Always taker,Treatment,1,1,46.1,49.4,Bed net,49.4 +Always taker,Treatment,1,1,58,34.8,Bed net,34.8 +Complier,Treatment,0,1,32.4,41.2,Bed net,41.2 +Always taker,Control,1,1,54.2,50.8,Bed net,50.8 +Never taker,Control,0,0,24.3,20.9,No bed net,24.3 +Complier,Control,0,1,32.3,49.9,No bed net,32.3 +Never taker,Control,0,0,24,42.1,No bed net,24 +Never taker,Control,0,0,28.8,43,No bed net,28.8 +Always taker,Control,1,1,32.2,51.3,Bed net,51.3 +Never taker,Treatment,0,0,28.1,53.3,No bed net,28.1 +Complier,Treatment,0,1,40.1,51.8,Bed net,51.8 +Complier,Treatment,0,1,55.3,54.3,Bed net,54.3 +Never taker,Treatment,0,0,31.6,43.4,No bed net,31.6 +Never taker,Control,0,0,31.7,33.5,No bed net,31.7 +Complier,Treatment,0,1,42.1,39,Bed net,39 +Never taker,Control,0,0,18.2,42.4,No bed net,18.2 +Complier,Treatment,0,1,31.2,35.7,Bed net,35.7 +Complier,Control,0,1,31,69.1,No bed net,31 +Always taker,Treatment,1,1,60.4,63.8,Bed net,63.8 +Never taker,Treatment,0,0,60.8,39.6,No bed net,60.8 +Never taker,Control,0,0,45.8,33.8,No bed net,45.8 +Always taker,Treatment,1,1,59.3,60.8,Bed net,60.8 +Never taker,Treatment,0,0,49.4,30.7,No bed net,49.4 +Complier,Control,0,1,26,62.6,No bed net,26 +Always taker,Control,1,1,42.5,48.7,Bed net,48.7 +Complier,Control,0,1,26.8,47.7,No bed net,26.8 +Never taker,Control,0,0,35.4,42.8,No bed net,35.4 +Always taker,Control,1,1,42.8,43.7,Bed net,43.7 +Always taker,Control,1,1,62.3,72.3,Bed net,72.3 +Complier,Treatment,0,1,32.8,44.4,Bed net,44.4 +Always taker,Treatment,1,1,56.9,66.9,Bed net,66.9 +Always taker,Control,1,1,63.5,56.2,Bed net,56.2 +Never taker,Control,0,0,18.2,49.3,No bed net,18.2 +Complier,Treatment,0,1,39,49.3,Bed net,49.3 +Complier,Control,0,1,42.5,46.7,No bed net,42.5 +Complier,Treatment,0,1,46.4,63.3,Bed net,63.3 +Never taker,Control,0,0,41.7,42.1,No bed net,41.7 +Complier,Control,0,1,42.8,52.5,No bed net,42.8 +Never taker,Control,0,0,53.2,42.1,No bed net,53.2 +Complier,Control,0,1,38.5,62.9,No bed net,38.5 +Complier,Treatment,0,1,32.4,56.3,Bed net,56.3 +Complier,Treatment,0,1,38.7,56.9,Bed net,56.9 +Complier,Treatment,0,1,37.1,38.4,Bed net,38.4 +Complier,Treatment,0,1,32.3,55.4,Bed net,55.4 +Complier,Treatment,0,1,37.9,44.3,Bed net,44.3 +Complier,Treatment,0,1,35.1,27.3,Bed net,27.3 +Always taker,Control,1,1,56.2,52.5,Bed net,52.5 +Always taker,Control,1,1,46.9,66.5,Bed net,66.5 +Complier,Treatment,0,1,44.3,49,Bed net,49 +Never taker,Control,0,0,31.3,49.7,No bed net,31.3 +Never taker,Treatment,0,0,41.3,24.6,No bed net,41.3 +Never taker,Control,0,0,45.3,39.5,No bed net,45.3 +Complier,Control,0,1,40.1,35,No bed net,40.1 +Never taker,Treatment,0,0,42.1,46.4,No bed net,42.1 +Never taker,Control,0,0,26.2,36.6,No bed net,26.2 +Never taker,Treatment,0,0,25.7,34,No bed net,25.7 +Complier,Treatment,0,1,60,34,Bed net,34 +Never taker,Control,0,0,17,45.1,No bed net,17 +Never taker,Treatment,0,0,24.9,30.5,No bed net,24.9 +Never taker,Treatment,0,0,16.6,47,No bed net,16.6 +Complier,Treatment,0,1,43.3,45.7,Bed net,45.7 +Always taker,Treatment,1,1,52,57.7,Bed net,57.7 +Complier,Treatment,0,1,40.8,58,Bed net,58 +Always taker,Treatment,1,1,55.9,48,Bed net,48 +Never taker,Control,0,0,50.1,67.4,No bed net,50.1 +Complier,Treatment,0,1,31.2,80,Bed net,80 +Complier,Control,0,1,28.2,36.4,No bed net,28.2 +Complier,Control,0,1,39.6,67.4,No bed net,39.6 +Never taker,Control,0,0,55,29.8,No bed net,55 +Always taker,Treatment,1,1,64.5,60.6,Bed net,60.6 +Never taker,Control,0,0,42.3,37.4,No bed net,42.3 +Never taker,Treatment,0,0,41.2,35.4,No bed net,41.2 +Complier,Control,0,1,44.7,38.5,No bed net,44.7 +Always taker,Control,1,1,61.4,61,Bed net,61 +Complier,Control,0,1,34.8,66.2,No bed net,34.8 +Never taker,Treatment,0,0,34.6,36.7,No bed net,34.6 +Complier,Treatment,0,1,30.9,67.9,Bed net,67.9 +Complier,Control,0,1,47,35.1,No bed net,47 +Complier,Treatment,0,1,46.4,65.9,Bed net,65.9 +Complier,Treatment,0,1,29.5,68.7,Bed net,68.7 +Always taker,Control,1,1,70.6,37.4,Bed net,37.4 +Never taker,Control,0,0,45.8,46,No bed net,45.8 +Never taker,Control,0,0,57.3,35.8,No bed net,57.3 +Complier,Control,0,1,32.9,53.4,No bed net,32.9 +Complier,Control,0,1,53.8,30.9,No bed net,53.8 +Always taker,Control,1,1,51.3,54.4,Bed net,54.4 +Complier,Control,0,1,40.6,27.9,No bed net,40.6 +Never taker,Treatment,0,0,42.8,75.8,No bed net,42.8 +Never taker,Treatment,0,0,30.8,32.6,No bed net,30.8 +Complier,Treatment,0,1,43.4,50.1,Bed net,50.1 +Complier,Treatment,0,1,45.2,42.1,Bed net,42.1 +Complier,Control,0,1,36.8,55.8,No bed net,36.8 +Never taker,Control,0,0,41.7,40,No bed net,41.7 +Complier,Control,0,1,46.1,38.4,No bed net,46.1 +Never taker,Treatment,0,0,34.4,36.4,No bed net,34.4 +Never taker,Control,0,0,37.5,23.4,No bed net,37.5 +Never taker,Control,0,0,35.6,33.3,No bed net,35.6 +Never taker,Control,0,0,25.6,49.9,No bed net,25.6 +Never taker,Control,0,0,26.5,71.4,No bed net,26.5 +Complier,Treatment,0,1,38.1,63.5,Bed net,63.5 +Never taker,Control,0,0,55.7,34.5,No bed net,55.7 +Never taker,Treatment,0,0,36.8,12.6,No bed net,36.8 +Never taker,Treatment,0,0,62.8,41.6,No bed net,62.8 +Never taker,Treatment,0,0,24.8,33,No bed net,24.8 +Always taker,Control,1,1,45.5,64.1,Bed net,64.1 +Complier,Treatment,0,1,42.8,43.9,Bed net,43.9 +Never taker,Control,0,0,33.2,35.1,No bed net,33.2 +Never taker,Control,0,0,46.1,46.6,No bed net,46.1 +Always taker,Control,1,1,59.9,78.7,Bed net,78.7 +Complier,Treatment,0,1,29,64.8,Bed net,64.8 +Complier,Treatment,0,1,43.1,64.4,Bed net,64.4 +Complier,Control,0,1,35.7,82.6,No bed net,35.7 +Never taker,Control,0,0,26.5,43.7,No bed net,26.5 +Always taker,Control,1,1,45.5,61.3,Bed net,61.3 +Never taker,Treatment,0,0,48.8,33.8,No bed net,48.8 +Never taker,Treatment,0,0,47.6,19.3,No bed net,47.6 +Never taker,Treatment,0,0,48.5,41.8,No bed net,48.5 +Never taker,Control,0,0,33.5,29.1,No bed net,33.5 +Complier,Control,0,1,45.3,68.2,No bed net,45.3 +Always taker,Treatment,1,1,35.5,55.8,Bed net,55.8 +Never taker,Control,0,0,54.2,45.3,No bed net,54.2 +Complier,Treatment,0,1,46,89.1,Bed net,89.1 +Complier,Treatment,0,1,47.3,62,Bed net,62 +Complier,Treatment,0,1,48.9,28.7,Bed net,28.7 +Never taker,Control,0,0,37.8,37.8,No bed net,37.8 +Complier,Control,0,1,32.8,69.8,No bed net,32.8 +Never taker,Treatment,0,0,44.8,51.8,No bed net,44.8 +Complier,Treatment,0,1,23.3,62.9,Bed net,62.9 +Complier,Control,0,1,39.9,24.5,No bed net,39.9 +Complier,Treatment,0,1,38.2,58.6,Bed net,58.6 +Never taker,Control,0,0,36.7,38.8,No bed net,36.7 +Never taker,Treatment,0,0,22.5,41.9,No bed net,22.5 +Always taker,Treatment,1,1,54.3,72.8,Bed net,72.8 +Never taker,Treatment,0,0,40.9,43.6,No bed net,40.9 +Never taker,Control,0,0,49.5,46,No bed net,49.5 +Never taker,Control,0,0,29.6,40.1,No bed net,29.6 +Never taker,Control,0,0,33.5,40.6,No bed net,33.5 +Complier,Control,0,1,28,58,No bed net,28 +Never taker,Treatment,0,0,43,30.6,No bed net,43 +Always taker,Control,1,1,66.5,67.6,Bed net,67.6 +Complier,Control,0,1,39.5,35.5,No bed net,39.5 +Always taker,Treatment,1,1,55.7,64.5,Bed net,64.5 +Never taker,Control,0,0,33.6,27.5,No bed net,33.6 +Always taker,Control,1,1,66.9,57.9,Bed net,57.9 +Complier,Treatment,0,1,35.8,39.5,Bed net,39.5 +Complier,Control,0,1,46.8,42.5,No bed net,46.8 +Never taker,Control,0,0,57.5,38.4,No bed net,57.5 +Complier,Control,0,1,28.7,41.3,No bed net,28.7 +Complier,Control,0,1,49.4,45.7,No bed net,49.4 +Always taker,Control,1,1,75.2,53.2,Bed net,53.2 +Complier,Treatment,0,1,45.4,49.5,Bed net,49.5 +Always taker,Treatment,1,1,47.5,59.7,Bed net,59.7 +Complier,Treatment,0,1,25.4,63.6,Bed net,63.6 +Never taker,Treatment,0,0,43.5,32.3,No bed net,43.5 +Always taker,Control,1,1,51.5,71.3,Bed net,71.3 +Never taker,Treatment,0,0,23,52.9,No bed net,23 +Complier,Control,0,1,43,38.3,No bed net,43 +Complier,Treatment,0,1,40.9,43.5,Bed net,43.5 +Never taker,Control,0,0,22,46.4,No bed net,22 +Complier,Treatment,0,1,46,45.4,Bed net,45.4 +Always taker,Control,1,1,70.3,46.3,Bed net,46.3 +Never taker,Control,0,0,37.7,32.4,No bed net,37.7 +Never taker,Treatment,0,0,30.3,35.7,No bed net,30.3 +Never taker,Treatment,0,0,46.4,41.8,No bed net,46.4 +Complier,Control,0,1,53.1,53.6,No bed net,53.1 +Never taker,Control,0,0,33.5,31.6,No bed net,33.5 +Always taker,Control,1,1,58.3,47.4,Bed net,47.4 +Complier,Treatment,0,1,32.3,64.7,Bed net,64.7 +Complier,Control,0,1,40.1,46.7,No bed net,40.1 +Complier,Control,0,1,36.1,68.1,No bed net,36.1 +Always taker,Treatment,1,1,60,53.6,Bed net,53.6 +Always taker,Control,1,1,67.1,55.4,Bed net,55.4 +Complier,Control,0,1,50.4,40.3,No bed net,50.4 +Always taker,Control,1,1,60.5,60.3,Bed net,60.3 +Never taker,Control,0,0,36.8,18.1,No bed net,36.8 +Never taker,Control,0,0,37.5,38.6,No bed net,37.5 +Never taker,Treatment,0,0,43.4,27.1,No bed net,43.4 +Never taker,Control,0,0,26,30.1,No bed net,26 +Never taker,Control,0,0,29.3,47.6,No bed net,29.3 +Never taker,Treatment,0,0,48.6,39.4,No bed net,48.6 +Complier,Treatment,0,1,39.9,50.6,Bed net,50.6 +Complier,Control,0,1,34.2,61.4,No bed net,34.2 +Never taker,Treatment,0,0,48.3,74.8,No bed net,48.3 +Always taker,Treatment,1,1,53.1,53.7,Bed net,53.7 +Complier,Treatment,0,1,42.1,45.1,Bed net,45.1 +Never taker,Treatment,0,0,34.9,39.6,No bed net,34.9 +Never taker,Treatment,0,0,20.7,38.3,No bed net,20.7 +Never taker,Control,0,0,31.3,41.2,No bed net,31.3 +Always taker,Control,1,1,55.2,53.5,Bed net,53.5 +Complier,Control,0,1,37.1,46.3,No bed net,37.1 +Always taker,Treatment,1,1,32.9,65,Bed net,65 +Complier,Treatment,0,1,36.8,57,Bed net,57 +Never taker,Control,0,0,45.5,45,No bed net,45.5 +Complier,Treatment,0,1,35.6,58.8,Bed net,58.8 +Complier,Control,0,1,39.6,56,No bed net,39.6 +Complier,Control,0,1,33.6,34.8,No bed net,33.6 +Never taker,Control,0,0,35,37.6,No bed net,35 +Complier,Control,0,1,28.9,43,No bed net,28.9 +Never taker,Treatment,0,0,26.5,29.3,No bed net,26.5 +Always taker,Treatment,1,1,42.6,57.7,Bed net,57.7 +Never taker,Control,0,0,23.7,31.5,No bed net,23.7 +Never taker,Treatment,0,0,41.3,26.6,No bed net,41.3 +Complier,Treatment,0,1,40.8,54.8,Bed net,54.8 +Never taker,Control,0,0,39.8,28.2,No bed net,39.8 +Complier,Treatment,0,1,41.5,46.9,Bed net,46.9 +Always taker,Control,1,1,66.3,47.8,Bed net,47.8 +Always taker,Treatment,1,1,48.1,64.4,Bed net,64.4 +Never taker,Control,0,0,23.7,28.5,No bed net,23.7 +Never taker,Treatment,0,0,27.3,47,No bed net,27.3 +Never taker,Control,0,0,41.1,49.3,No bed net,41.1 +Never taker,Control,0,0,26.8,48.3,No bed net,26.8 +Always taker,Treatment,1,1,56.2,51.8,Bed net,51.8 +Always taker,Treatment,1,1,59.3,28.7,Bed net,28.7 +Never taker,Control,0,0,45.7,36.3,No bed net,45.7 +Complier,Control,0,1,43.9,68.3,No bed net,43.9 +Never taker,Treatment,0,0,53,17.7,No bed net,53 +Complier,Control,0,1,28,65.2,No bed net,28 +Never taker,Control,0,0,38.8,21.1,No bed net,38.8 +Never taker,Control,0,0,43.7,37.4,No bed net,43.7 +Complier,Control,0,1,21.7,48.3,No bed net,21.7 +Complier,Control,0,1,29.2,55.8,No bed net,29.2 +Complier,Control,0,1,45.4,60.9,No bed net,45.4 +Complier,Control,0,1,46.1,69.7,No bed net,46.1 +Complier,Control,0,1,41.7,63.6,No bed net,41.7 +Complier,Control,0,1,40.6,80.3,No bed net,40.6 +Never taker,Control,0,0,51.9,34.2,No bed net,51.9 +Never taker,Control,0,0,32.3,41.5,No bed net,32.3 +Never taker,Control,0,0,37.3,54.7,No bed net,37.3 +Always taker,Treatment,1,1,67.5,53.2,Bed net,53.2 +Always taker,Treatment,1,1,51.1,65.6,Bed net,65.6 +Always taker,Control,1,1,62.4,42.5,Bed net,42.5 +Always taker,Treatment,1,1,53.9,57.5,Bed net,57.5 +Always taker,Control,1,1,52.2,49,Bed net,49 +Never taker,Control,0,0,29.6,53.9,No bed net,29.6 +Never taker,Control,0,0,34.9,53,No bed net,34.9 +Complier,Control,0,1,49,74.2,No bed net,49 +Never taker,Control,0,0,28.8,49,No bed net,28.8 +Never taker,Control,0,0,20.7,26.3,No bed net,20.7 +Never taker,Treatment,0,0,48.4,46.7,No bed net,48.4 +Complier,Treatment,0,1,44,66,Bed net,66 +Always taker,Control,1,1,60.9,62.9,Bed net,62.9 +Always taker,Treatment,1,1,40.4,53.9,Bed net,53.9 +Never taker,Treatment,0,0,48.4,33.1,No bed net,48.4 +Never taker,Control,0,0,30.2,38.2,No bed net,30.2 +Complier,Control,0,1,36.6,47.4,No bed net,36.6 +Never taker,Treatment,0,0,36.6,30.4,No bed net,36.6 +Complier,Treatment,0,1,24.5,61.6,Bed net,61.6 +Complier,Control,0,1,45.2,22.4,No bed net,45.2 +Complier,Treatment,0,1,42.2,44.1,Bed net,44.1 +Always taker,Treatment,1,1,56,51.2,Bed net,51.2 +Never taker,Control,0,0,32.2,22.9,No bed net,32.2 +Complier,Control,0,1,56.6,72,No bed net,56.6 +Always taker,Control,1,1,55,50.4,Bed net,50.4 +Complier,Treatment,0,1,40.2,69,Bed net,69 +Never taker,Treatment,0,0,25.8,34.3,No bed net,25.8 +Never taker,Treatment,0,0,34.1,36.5,No bed net,34.1 +Never taker,Control,0,0,41.6,19,No bed net,41.6 +Always taker,Control,1,1,45.4,54.9,Bed net,54.9 +Complier,Control,0,1,47.7,62.9,No bed net,47.7 +Never taker,Treatment,0,0,6.2,47.6,No bed net,6.2 +Always taker,Treatment,1,1,43.7,40.4,Bed net,40.4 +Complier,Control,0,1,43.7,82.7,No bed net,43.7 +Complier,Treatment,0,1,36.6,54.8,Bed net,54.8 +Complier,Treatment,0,1,46.2,65,Bed net,65 +Complier,Control,0,1,28,32.6,No bed net,28 +Never taker,Treatment,0,0,38.7,18.3,No bed net,38.7 +Always taker,Treatment,1,1,56.4,54.6,Bed net,54.6 +Always taker,Treatment,1,1,48,57.9,Bed net,57.9 +Complier,Treatment,0,1,30.7,41.5,Bed net,41.5 +Complier,Control,0,1,29.7,61.6,No bed net,29.7 +Complier,Control,0,1,36.6,53.3,No bed net,36.6 +Always taker,Treatment,1,1,52.3,56.8,Bed net,56.8 +Always taker,Control,1,1,63.1,59.6,Bed net,59.6 +Complier,Control,0,1,36.2,65.9,No bed net,36.2 +Complier,Control,0,1,39.3,45.8,No bed net,39.3 +Always taker,Control,1,1,47.3,46,Bed net,46 +Never taker,Treatment,0,0,18.8,61.9,No bed net,18.8 +Complier,Control,0,1,34.6,55.7,No bed net,34.6 +Complier,Treatment,0,1,32,46.1,Bed net,46.1 +Complier,Control,0,1,29,52.9,No bed net,29 +Never taker,Treatment,0,0,44.9,36.1,No bed net,44.9 +Complier,Treatment,0,1,38.3,44.7,Bed net,44.7 +Never taker,Control,0,0,43.2,27.2,No bed net,43.2 +Never taker,Treatment,0,0,58.4,37.7,No bed net,58.4 +Complier,Treatment,0,1,45.5,70,Bed net,70 +Complier,Treatment,0,1,44.3,81.7,Bed net,81.7 +Never taker,Control,0,0,58.3,31.3,No bed net,58.3 +Never taker,Control,0,0,18,44.8,No bed net,18 +Complier,Treatment,0,1,35.1,61.1,Bed net,61.1 +Never taker,Control,0,0,37,11.9,No bed net,37 +Complier,Control,0,1,46.1,51.7,No bed net,46.1 +Never taker,Control,0,0,19,29.8,No bed net,19 +Never taker,Treatment,0,0,40.3,31.9,No bed net,40.3 +Always taker,Treatment,1,1,55.8,55.7,Bed net,55.7 +Always taker,Treatment,1,1,42.3,45.8,Bed net,45.8 +Complier,Treatment,0,1,42.2,49.2,Bed net,49.2 +Complier,Treatment,0,1,35.7,60,Bed net,60 +Never taker,Treatment,0,0,47.8,41.1,No bed net,47.8 +Always taker,Treatment,1,1,40.4,59.1,Bed net,59.1 +Never taker,Control,0,0,41.6,49.8,No bed net,41.6 +Complier,Control,0,1,43.9,61.3,No bed net,43.9 +Complier,Treatment,0,1,37.1,48.5,Bed net,48.5 +Never taker,Control,0,0,39.3,35.7,No bed net,39.3 +Never taker,Treatment,0,0,37.6,33.3,No bed net,37.6 +Complier,Control,0,1,33.6,70.5,No bed net,33.6 +Never taker,Treatment,0,0,37.3,66,No bed net,37.3 +Always taker,Treatment,1,1,53.6,53.3,Bed net,53.3 +Never taker,Treatment,0,0,26.9,42.9,No bed net,26.9 +Always taker,Treatment,1,1,54.9,72.6,Bed net,72.6 +Never taker,Treatment,0,0,42.6,37.5,No bed net,42.6 +Never taker,Treatment,0,0,60.6,18.4,No bed net,60.6 +Complier,Control,0,1,49,66.7,No bed net,49 +Complier,Treatment,0,1,33.5,72,Bed net,72 +Never taker,Control,0,0,52,16.8,No bed net,52 +Always taker,Treatment,1,1,53.2,64.3,Bed net,64.3 +Never taker,Treatment,0,0,57.4,33.1,No bed net,57.4 +Complier,Treatment,0,1,35.6,26.5,Bed net,26.5 +Never taker,Treatment,0,0,19.9,45,No bed net,19.9 +Complier,Treatment,0,1,49,74.2,Bed net,74.2 +Complier,Control,0,1,43.3,70.1,No bed net,43.3 +Never taker,Control,0,0,33.4,41.4,No bed net,33.4 +Complier,Treatment,0,1,40,45.9,Bed net,45.9 +Never taker,Treatment,0,0,36.9,45.9,No bed net,36.9 +Complier,Treatment,0,1,44.8,64.8,Bed net,64.8 +Complier,Control,0,1,27.9,76.6,No bed net,27.9 +Never taker,Treatment,0,0,44.6,55.1,No bed net,44.6 +Complier,Treatment,0,1,45.4,36.7,Bed net,36.7 +Never taker,Control,0,0,35,11.7,No bed net,35 +Always taker,Control,1,1,54.6,61.2,Bed net,61.2 +Never taker,Treatment,0,0,15.9,27.2,No bed net,15.9 +Never taker,Treatment,0,0,49,23.3,No bed net,49 +Never taker,Control,0,0,58.2,42.2,No bed net,58.2 +Never taker,Treatment,0,0,25.1,29.7,No bed net,25.1 +Never taker,Control,0,0,40.2,34.5,No bed net,40.2 +Complier,Control,0,1,33.8,70.7,No bed net,33.8 +Never taker,Control,0,0,23.7,37.5,No bed net,23.7 +Complier,Treatment,0,1,34.2,56.3,Bed net,56.3 +Never taker,Control,0,0,27.8,31.6,No bed net,27.8 +Complier,Treatment,0,1,49.6,41.6,Bed net,41.6 +Complier,Treatment,0,1,29.6,50.6,Bed net,50.6 +Complier,Control,0,1,45.5,48.1,No bed net,45.5 +Never taker,Treatment,0,0,44.1,47.3,No bed net,44.1 +Never taker,Treatment,0,0,31.4,42,No bed net,31.4 +Complier,Control,0,1,35.8,46.1,No bed net,35.8 +Never taker,Treatment,0,0,33.8,20,No bed net,33.8 +Never taker,Treatment,0,0,29.9,36.9,No bed net,29.9 +Complier,Treatment,0,1,37.5,60.2,Bed net,60.2 +Complier,Treatment,0,1,35.4,42.6,Bed net,42.6 +Complier,Control,0,1,33.6,56.6,No bed net,33.6 +Always taker,Control,1,1,66.5,54.9,Bed net,54.9 +Never taker,Control,0,0,35.2,36.5,No bed net,35.2 +Complier,Control,0,1,27,43.8,No bed net,27 +Never taker,Treatment,0,0,25.1,45.4,No bed net,25.1 +Always taker,Control,1,1,55,71.7,Bed net,71.7 +Complier,Control,0,1,39.1,60.7,No bed net,39.1 +Complier,Control,0,1,37.9,57,No bed net,37.9 +Complier,Treatment,0,1,33.5,50,Bed net,50 +Never taker,Control,0,0,45.3,31.6,No bed net,45.3 +Complier,Treatment,0,1,48.7,51.5,Bed net,51.5 +Never taker,Treatment,0,0,28.6,51.3,No bed net,28.6 +Always taker,Control,1,1,53.7,52.6,Bed net,52.6 +Never taker,Control,0,0,41.5,46.7,No bed net,41.5 +Never taker,Treatment,0,0,51.4,49,No bed net,51.4 +Complier,Control,0,1,54.8,51.4,No bed net,54.8 +Never taker,Control,0,0,40.7,49.3,No bed net,40.7 +Complier,Treatment,0,1,41.1,58.8,Bed net,58.8 +Never taker,Control,0,0,43.3,29.9,No bed net,43.3 +Always taker,Control,1,1,82,36.9,Bed net,36.9 +Never taker,Control,0,0,22.9,26.1,No bed net,22.9 +Complier,Treatment,0,1,38.5,27.8,Bed net,27.8 +Never taker,Control,0,0,27.9,36.4,No bed net,27.9 +Complier,Treatment,0,1,26.5,68.7,Bed net,68.7 +Complier,Control,0,1,28,43.9,No bed net,28 +Never taker,Control,0,0,60.4,49.7,No bed net,60.4 +Always taker,Treatment,1,1,54.1,46.2,Bed net,46.2 +Never taker,Treatment,0,0,31,30.7,No bed net,31 +Complier,Treatment,0,1,36.5,27.2,Bed net,27.2 +Complier,Treatment,0,1,46.7,53,Bed net,53 +Complier,Control,0,1,51.2,45.7,No bed net,51.2 +Never taker,Control,0,0,71.1,51.9,No bed net,71.1 +Never taker,Control,0,0,22,34.8,No bed net,22 +Never taker,Treatment,0,0,48.3,33.6,No bed net,48.3 +Complier,Control,0,1,34.9,53.4,No bed net,34.9 +Never taker,Control,0,0,65.9,45.9,No bed net,65.9 +Complier,Treatment,0,1,55.6,55.5,Bed net,55.5 +Complier,Control,0,1,31.4,59.6,No bed net,31.4 +Never taker,Control,0,0,38.6,48.7,No bed net,38.6 +Complier,Control,0,1,29.4,31.3,No bed net,29.4 +Complier,Control,0,1,35.7,35.1,No bed net,35.7 +Complier,Control,0,1,39.2,63.9,No bed net,39.2 +Complier,Control,0,1,31.9,61.1,No bed net,31.9 +Always taker,Control,1,1,53.8,50.7,Bed net,50.7 +Never taker,Treatment,0,0,45.3,50.3,No bed net,45.3 +Complier,Treatment,0,1,37.4,67,Bed net,67 +Never taker,Control,0,0,14.9,33.5,No bed net,14.9 +Never taker,Treatment,0,0,37.6,33.5,No bed net,37.6 +Always taker,Treatment,1,1,53.9,44,Bed net,44 +Complier,Control,0,1,39.9,51.1,No bed net,39.9 +Complier,Treatment,0,1,43.7,66.5,Bed net,66.5 +Always taker,Control,1,1,71,30.9,Bed net,30.9 +Complier,Control,0,1,39.7,39.4,No bed net,39.7 +Complier,Control,0,1,19.4,74.6,No bed net,19.4 +Complier,Treatment,0,1,39.1,70.4,Bed net,70.4 +Always taker,Control,1,1,66.2,53.2,Bed net,53.2 +Never taker,Control,0,0,35.7,35.3,No bed net,35.7 +Complier,Treatment,0,1,31.1,65.6,Bed net,65.6 +Never taker,Treatment,0,0,26.4,28.7,No bed net,26.4 +Always taker,Treatment,1,1,68.8,34.1,Bed net,34.1 +Never taker,Treatment,0,0,51.3,48.9,No bed net,51.3 +Never taker,Treatment,0,0,20.5,53.6,No bed net,20.5 +Always taker,Control,1,1,54.7,55,Bed net,55 +Never taker,Treatment,0,0,32.5,44.5,No bed net,32.5 +Never taker,Control,0,0,42.2,41.7,No bed net,42.2 +Always taker,Control,1,1,64.4,37.5,Bed net,37.5 +Complier,Treatment,0,1,34.4,27.5,Bed net,27.5 +Always taker,Control,1,1,42.4,75.3,Bed net,75.3 +Always taker,Control,1,1,68.4,65.2,Bed net,65.2 +Never taker,Control,0,0,51.7,46.9,No bed net,51.7 +Always taker,Control,1,1,61.8,72.2,Bed net,72.2 +Complier,Treatment,0,1,38.3,92.3,Bed net,92.3 +Complier,Treatment,0,1,35.7,42.3,Bed net,42.3 +Never taker,Treatment,0,0,61.2,5.2,No bed net,61.2 +Never taker,Control,0,0,46.4,10.2,No bed net,46.4 +Complier,Treatment,0,1,41.3,53.8,Bed net,53.8 +Never taker,Treatment,0,0,53.7,13.6,No bed net,53.7 +Always taker,Treatment,1,1,50.5,43.9,Bed net,43.9 +Complier,Treatment,0,1,42.4,46.8,Bed net,46.8 +Always taker,Control,1,1,57.2,50.4,Bed net,50.4 +Complier,Treatment,0,1,36.1,57,Bed net,57 +Never taker,Control,0,0,38.9,42.4,No bed net,38.9 +Complier,Treatment,0,1,36.2,41,Bed net,41 +Complier,Treatment,0,1,36.4,51.7,Bed net,51.7 +Never taker,Control,0,0,34.3,23.2,No bed net,34.3 +Complier,Control,0,1,43.4,46.7,No bed net,43.4 +Complier,Treatment,0,1,44.9,36.9,Bed net,36.9 +Never taker,Treatment,0,0,35.7,42,No bed net,35.7 +Complier,Treatment,0,1,33.5,72.4,Bed net,72.4 +Never taker,Control,0,0,14.2,37.8,No bed net,14.2 +Always taker,Treatment,1,1,50.3,70.3,Bed net,70.3 +Complier,Treatment,0,1,40.4,58.4,Bed net,58.4 +Always taker,Treatment,1,1,55.4,57.7,Bed net,57.7 +Never taker,Control,0,0,28.2,43.5,No bed net,28.2 +Complier,Treatment,0,1,36.7,38.4,Bed net,38.4 +Never taker,Control,0,0,41,7.9,No bed net,41 +Never taker,Treatment,0,0,10.8,28.4,No bed net,10.8 +Never taker,Treatment,0,0,37.3,35.9,No bed net,37.3 +Complier,Control,0,1,25.8,55.9,No bed net,25.8 +Never taker,Control,0,0,35.4,26.9,No bed net,35.4 +Never taker,Control,0,0,52.5,27.3,No bed net,52.5 +Complier,Control,0,1,46.7,47.9,No bed net,46.7 +Complier,Control,0,1,55,35,No bed net,55 +Complier,Control,0,1,50.3,49.2,No bed net,50.3 +Never taker,Control,0,0,42.3,27.1,No bed net,42.3 +Never taker,Treatment,0,0,47.9,12.4,No bed net,47.9 +Complier,Treatment,0,1,39.9,44.1,Bed net,44.1 +Never taker,Control,0,0,33.9,39.4,No bed net,33.9 +Never taker,Control,0,0,61.8,42.5,No bed net,61.8 +Complier,Control,0,1,38.7,57.3,No bed net,38.7 +Never taker,Treatment,0,0,24.5,31.8,No bed net,24.5 +Never taker,Control,0,0,59.3,34.1,No bed net,59.3 +Complier,Control,0,1,28.3,34.7,No bed net,28.3 +Complier,Control,0,1,27.1,72.9,No bed net,27.1 +Never taker,Control,0,0,32.9,37.7,No bed net,32.9 +Complier,Control,0,1,22.5,60.4,No bed net,22.5 +Always taker,Control,1,1,48.1,63.8,Bed net,63.8 +Never taker,Treatment,0,0,29.5,69,No bed net,29.5 +Never taker,Treatment,0,0,44.1,32,No bed net,44.1 +Never taker,Treatment,0,0,35.3,36.4,No bed net,35.3 +Complier,Treatment,0,1,29.1,57.5,Bed net,57.5 +Complier,Treatment,0,1,28.4,73.2,Bed net,73.2 +Complier,Treatment,0,1,29.8,17.2,Bed net,17.2 +Never taker,Control,0,0,32.8,30.3,No bed net,32.8 +Never taker,Treatment,0,0,36,33.8,No bed net,36 +Complier,Control,0,1,32,61.7,No bed net,32 +Always taker,Treatment,1,1,59.4,52.1,Bed net,52.1 +Complier,Control,0,1,49.9,40.4,No bed net,49.9 +Never taker,Treatment,0,0,55.6,36.1,No bed net,55.6 +Never taker,Control,0,0,51,28.3,No bed net,51 +Never taker,Control,0,0,50,36,No bed net,50 +Complier,Treatment,0,1,27.5,41.1,Bed net,41.1 +Complier,Control,0,1,39.3,53.8,No bed net,39.3 +Never taker,Control,0,0,19.7,42.6,No bed net,19.7 +Never taker,Control,0,0,41.9,32,No bed net,41.9 +Complier,Control,0,1,40.1,67.6,No bed net,40.1 +Never taker,Control,0,0,27.8,51.9,No bed net,27.8 +Never taker,Control,0,0,34.3,62.8,No bed net,34.3 +Complier,Treatment,0,1,44.6,57.7,Bed net,57.7 +Never taker,Control,0,0,35.3,46.4,No bed net,35.3 +Never taker,Control,0,0,32.6,17.1,No bed net,32.6 +Never taker,Treatment,0,0,35.4,36.6,No bed net,35.4 +Complier,Control,0,1,37,48.3,No bed net,37 +Complier,Control,0,1,44.4,60.3,No bed net,44.4 +Never taker,Control,0,0,26.9,41.2,No bed net,26.9 +Never taker,Treatment,0,0,27.4,25.4,No bed net,27.4 +Never taker,Treatment,0,0,32.9,29,No bed net,32.9 +Complier,Control,0,1,49.5,30.5,No bed net,49.5 +Complier,Treatment,0,1,36.7,72.7,Bed net,72.7 +Complier,Control,0,1,37.5,45.3,No bed net,37.5 +Complier,Control,0,1,52.8,49.2,No bed net,52.8 +Complier,Control,0,1,39.9,55.3,No bed net,39.9 +Complier,Treatment,0,1,49.8,44,Bed net,44 +Always taker,Control,1,1,50.6,36.6,Bed net,36.6 +Complier,Control,0,1,29.5,67.3,No bed net,29.5 +Complier,Treatment,0,1,42.7,45.3,Bed net,45.3 +Never taker,Control,0,0,41.7,5.7,No bed net,41.7 +Complier,Control,0,1,39.9,46.5,No bed net,39.9 +Always taker,Control,1,1,45.4,55.4,Bed net,55.4 +Complier,Control,0,1,30.2,33.9,No bed net,30.2 +Complier,Control,0,1,41.1,46.6,No bed net,41.1 +Never taker,Control,0,0,33.1,35.9,No bed net,33.1 +Never taker,Treatment,0,0,14.7,47.1,No bed net,14.7 +Never taker,Treatment,0,0,24.6,24.7,No bed net,24.6 +Complier,Treatment,0,1,33.8,57.3,Bed net,57.3 +Always taker,Control,1,1,46.8,60.1,Bed net,60.1 +Complier,Control,0,1,38.2,67.3,No bed net,38.2 +Never taker,Control,0,0,31,40.5,No bed net,31 +Never taker,Control,0,0,49.1,30,No bed net,49.1 +Complier,Treatment,0,1,32.2,61.2,Bed net,61.2 +Complier,Treatment,0,1,31.2,42.1,Bed net,42.1 +Complier,Control,0,1,39.5,34.1,No bed net,39.5 +Complier,Treatment,0,1,36.2,54.8,Bed net,54.8 +Complier,Treatment,0,1,32,47.8,Bed net,47.8 +Always taker,Treatment,1,1,39.2,60.6,Bed net,60.6 +Complier,Treatment,0,1,32.4,83.4,Bed net,83.4 +Always taker,Treatment,1,1,54.6,48.9,Bed net,48.9 +Never taker,Control,0,0,29.4,14.1,No bed net,29.4 +Never taker,Treatment,0,0,41,54.7,No bed net,41 +Always taker,Treatment,1,1,43.6,44.2,Bed net,44.2 +Never taker,Treatment,0,0,34.1,39.4,No bed net,34.1 +Never taker,Control,0,0,54,29.1,No bed net,54 +Never taker,Treatment,0,0,63.6,25.9,No bed net,63.6 +Never taker,Treatment,0,0,37.5,56.1,No bed net,37.5 +Never taker,Treatment,0,0,37.6,70.4,No bed net,37.6 +Complier,Control,0,1,42.2,29,No bed net,42.2 +Always taker,Treatment,1,1,63.6,71.8,Bed net,71.8 +Complier,Control,0,1,30.8,33.1,No bed net,30.8 +Always taker,Treatment,1,1,52.6,63,Bed net,63 +Complier,Control,0,1,36.5,33.5,No bed net,36.5 +Always taker,Control,1,1,72.3,67.4,Bed net,67.4 +Never taker,Treatment,0,0,57,46.7,No bed net,57 +Never taker,Treatment,0,0,41,30.7,No bed net,41 +Complier,Control,0,1,43.3,52.4,No bed net,43.3 +Complier,Treatment,0,1,28.8,37.5,Bed net,37.5 +Complier,Treatment,0,1,37.8,59.6,Bed net,59.6 +Always taker,Control,1,1,46.3,48.9,Bed net,48.9 +Complier,Control,0,1,41.8,50.4,No bed net,41.8 +Complier,Treatment,0,1,46.3,58.5,Bed net,58.5 +Always taker,Treatment,1,1,63.8,53.8,Bed net,53.8 +Never taker,Control,0,0,36,37.3,No bed net,36 +Complier,Treatment,0,1,34.2,59.1,Bed net,59.1 +Always taker,Treatment,1,1,65.7,49.5,Bed net,49.5 +Complier,Control,0,1,37.5,50.6,No bed net,37.5 +Complier,Control,0,1,34.5,84.5,No bed net,34.5 +Complier,Treatment,0,1,38.5,62.8,Bed net,62.8 +Complier,Treatment,0,1,41.9,64.8,Bed net,64.8 +Never taker,Treatment,0,0,31.9,25.2,No bed net,31.9 +Never taker,Control,0,0,43.1,17.8,No bed net,43.1 +Complier,Treatment,0,1,34.9,51.6,Bed net,51.6 +Always taker,Treatment,1,1,57.8,45.3,Bed net,45.3 +Never taker,Treatment,0,0,39.3,63.4,No bed net,39.3 +Complier,Control,0,1,57.4,51.1,No bed net,57.4 +Complier,Control,0,1,43.9,34.8,No bed net,43.9 +Complier,Treatment,0,1,34.6,36.6,Bed net,36.6 +Complier,Treatment,0,1,36.1,73.2,Bed net,73.2 +Always taker,Control,1,1,65.7,65.4,Bed net,65.4 +Never taker,Treatment,0,0,46.7,40.1,No bed net,46.7 +Complier,Treatment,0,1,41.3,70.7,Bed net,70.7 +Never taker,Control,0,0,35.7,41,No bed net,35.7 +Never taker,Treatment,0,0,31.6,36.2,No bed net,31.6 +Complier,Treatment,0,1,27.5,52.8,Bed net,52.8 +Never taker,Treatment,0,0,49.6,23.8,No bed net,49.6 +Never taker,Treatment,0,0,35.2,42.2,No bed net,35.2 +Never taker,Treatment,0,0,37.8,43.8,No bed net,37.8 +Never taker,Control,0,0,54.9,46.8,No bed net,54.9 +Complier,Control,0,1,32.3,82.3,No bed net,32.3 +Never taker,Treatment,0,0,47.3,20.3,No bed net,47.3 +Never taker,Control,0,0,14.1,22.3,No bed net,14.1 +Always taker,Control,1,1,42.9,52.7,Bed net,52.7 +Always taker,Control,1,1,44.8,59.1,Bed net,59.1 +Complier,Treatment,0,1,45.1,47,Bed net,47 +Complier,Treatment,0,1,31.2,47.9,Bed net,47.9 +Complier,Treatment,0,1,43,79.2,Bed net,79.2 +Complier,Treatment,0,1,29.6,87.3,Bed net,87.3 +Never taker,Treatment,0,0,40.5,36.3,No bed net,40.5 +Complier,Control,0,1,36.6,60.3,No bed net,36.6 +Always taker,Control,1,1,74.5,61.8,Bed net,61.8 +Never taker,Control,0,0,31,41.7,No bed net,31 +Always taker,Treatment,1,1,61.9,53.9,Bed net,53.9 +Complier,Treatment,0,1,34.5,42.6,Bed net,42.6 +Complier,Treatment,0,1,44.1,73.4,Bed net,73.4 +Never taker,Treatment,0,0,44.1,19.3,No bed net,44.1 +Never taker,Treatment,0,0,31.6,43.8,No bed net,31.6 +Complier,Control,0,1,39.9,79.1,No bed net,39.9 +Always taker,Treatment,1,1,60.4,55.5,Bed net,55.5 +Never taker,Treatment,0,0,36.5,41.4,No bed net,36.5 +Complier,Control,0,1,19.6,45.9,No bed net,19.6 +Never taker,Treatment,0,0,57.1,36.3,No bed net,57.1 +Never taker,Treatment,0,0,62.8,31.6,No bed net,62.8 +Never taker,Treatment,0,0,28.8,31.2,No bed net,28.8 +Never taker,Treatment,0,0,46.2,29.8,No bed net,46.2 +Always taker,Control,1,1,51.1,38.4,Bed net,38.4 +Always taker,Treatment,1,1,49.4,47.4,Bed net,47.4 +Never taker,Control,0,0,51.6,56.4,No bed net,51.6 +Complier,Treatment,0,1,23.2,100,Bed net,100 +Never taker,Control,0,0,49.3,34.9,No bed net,49.3 +Never taker,Control,0,0,62,40.9,No bed net,62 +Complier,Control,0,1,43.9,40.6,No bed net,43.9 +Never taker,Control,0,0,45.2,38.9,No bed net,45.2 +Never taker,Control,0,0,45.2,57.5,No bed net,45.2 +Never taker,Treatment,0,0,41.4,19.4,No bed net,41.4 +Never taker,Treatment,0,0,24,20.4,No bed net,24 +Never taker,Control,0,0,52.3,33.1,No bed net,52.3 +Complier,Control,0,1,46.8,26.9,No bed net,46.8 +Never taker,Treatment,0,0,39.8,64,No bed net,39.8 +Complier,Treatment,0,1,49.6,46.7,Bed net,46.7 +Never taker,Control,0,0,31.4,14.4,No bed net,31.4 +Never taker,Treatment,0,0,29.1,34.9,No bed net,29.1 +Complier,Treatment,0,1,49.4,60.2,Bed net,60.2 +Complier,Control,0,1,39.4,51,No bed net,39.4 +Complier,Control,0,1,31.3,76.8,No bed net,31.3 +Complier,Treatment,0,1,31.3,71.3,Bed net,71.3 +Never taker,Control,0,0,52.8,51.1,No bed net,52.8 +Complier,Treatment,0,1,40.5,48.4,Bed net,48.4 +Complier,Control,0,1,40.4,47.7,No bed net,40.4 +Never taker,Treatment,0,0,24.7,44,No bed net,24.7 +Never taker,Control,0,0,48,37.9,No bed net,48 +Never taker,Treatment,0,0,41.5,38.7,No bed net,41.5 +Always taker,Control,1,1,55.7,38.3,Bed net,38.3 +Complier,Control,0,1,44.7,52.1,No bed net,44.7 +Always taker,Control,1,1,55.9,48.1,Bed net,48.1 +Always taker,Treatment,1,1,65.7,45.8,Bed net,45.8 +Always taker,Control,1,1,51.1,43.9,Bed net,43.9 +Never taker,Control,0,0,40.6,52.1,No bed net,40.6 +Complier,Treatment,0,1,36.5,53.3,Bed net,53.3 +Never taker,Control,0,0,45.9,36.3,No bed net,45.9 +Never taker,Control,0,0,44.6,58.6,No bed net,44.6 +Complier,Control,0,1,25.5,61.1,No bed net,25.5 +Complier,Treatment,0,1,43.3,38.2,Bed net,38.2 +Complier,Treatment,0,1,30,56.6,Bed net,56.6 +Never taker,Treatment,0,0,51.4,51.2,No bed net,51.4 +Never taker,Treatment,0,0,39,45.2,No bed net,39 +Complier,Control,0,1,30.4,73,No bed net,30.4 +Always taker,Treatment,1,1,58.5,47,Bed net,47 +Complier,Treatment,0,1,43.8,40.6,Bed net,40.6 +Always taker,Control,1,1,57.2,48.5,Bed net,48.5 +Complier,Treatment,0,1,41.5,57.5,Bed net,57.5 +Never taker,Control,0,0,41.9,40.4,No bed net,41.9 +Complier,Control,0,1,34.6,59.8,No bed net,34.6 +Always taker,Control,1,1,59.8,33.2,Bed net,33.2 +Complier,Control,0,1,43.5,69.8,No bed net,43.5 +Never taker,Control,0,0,33.4,47.8,No bed net,33.4 +Never taker,Control,0,0,41.9,27.5,No bed net,41.9 +Complier,Control,0,1,41.7,67.5,No bed net,41.7 +Never taker,Treatment,0,0,27.6,29.9,No bed net,27.6 +Never taker,Treatment,0,0,37,24.9,No bed net,37 +Never taker,Treatment,0,0,33.7,49.6,No bed net,33.7 +Never taker,Treatment,0,0,50.3,51.6,No bed net,50.3 +Never taker,Control,0,0,34.9,44.2,No bed net,34.9 +Never taker,Control,0,0,39.4,32.7,No bed net,39.4 +Never taker,Treatment,0,0,41.3,49.7,No bed net,41.3 +Complier,Control,0,1,33.9,42.3,No bed net,33.9 +Always taker,Treatment,1,1,61.3,44.7,Bed net,44.7 +Never taker,Control,0,0,7.7,28.3,No bed net,7.7 +Complier,Treatment,0,1,42.8,60.8,Bed net,60.8 +Never taker,Control,0,0,35,29.4,No bed net,35 +Complier,Treatment,0,1,34.1,52,Bed net,52 +Complier,Treatment,0,1,33.5,51.1,Bed net,51.1 +Always taker,Treatment,1,1,52,52.5,Bed net,52.5 +Never taker,Control,0,0,22.6,56.4,No bed net,22.6 +Complier,Control,0,1,37.2,49.9,No bed net,37.2 +Complier,Control,0,1,34.8,50,No bed net,34.8 +Complier,Treatment,0,1,32.9,45.2,Bed net,45.2 +Never taker,Treatment,0,0,40.9,50.2,No bed net,40.9 +Complier,Treatment,0,1,15.1,52.8,Bed net,52.8 +Complier,Treatment,0,1,24.8,55.9,Bed net,55.9 +Always taker,Treatment,1,1,53.5,52.6,Bed net,52.6 +Complier,Control,0,1,46,47.6,No bed net,46 +Always taker,Control,1,1,63.3,71.5,Bed net,71.5 +Complier,Control,0,1,30.7,30.8,No bed net,30.7 +Never taker,Control,0,0,56.6,49.3,No bed net,56.6 +Never taker,Treatment,0,0,41,46,No bed net,41 +Complier,Control,0,1,38.1,31.4,No bed net,38.1 +Complier,Control,0,1,29.5,47.9,No bed net,29.5 +Complier,Control,0,1,43.4,58.4,No bed net,43.4 +Complier,Treatment,0,1,30.2,59,Bed net,59 +Never taker,Treatment,0,0,15.3,29.5,No bed net,15.3 +Complier,Treatment,0,1,45.3,53.8,Bed net,53.8 +Complier,Control,0,1,43.1,66.2,No bed net,43.1 +Always taker,Treatment,1,1,48.3,72.6,Bed net,72.6 +Always taker,Control,1,1,51.3,53.6,Bed net,53.6 +Never taker,Control,0,0,44.1,37.6,No bed net,44.1 +Never taker,Treatment,0,0,39.3,63.1,No bed net,39.3 +Complier,Control,0,1,39.4,54.1,No bed net,39.4 +Never taker,Treatment,0,0,35.2,27.9,No bed net,35.2 +Complier,Treatment,0,1,42.6,31.5,Bed net,31.5 +Never taker,Treatment,0,0,39.2,30.4,No bed net,39.2 +Always taker,Treatment,1,1,59.6,55.7,Bed net,55.7 +Always taker,Control,1,1,60,43.5,Bed net,43.5 +Complier,Control,0,1,49.9,28.6,No bed net,49.9 +Never taker,Treatment,0,0,46.8,59.2,No bed net,46.8 +Never taker,Control,0,0,50.6,27.8,No bed net,50.6 +Complier,Treatment,0,1,40.2,44.8,Bed net,44.8 +Complier,Treatment,0,1,43,80.7,Bed net,80.7 +Complier,Treatment,0,1,51.1,47,Bed net,47 +Complier,Control,0,1,41.7,82,No bed net,41.7 +Complier,Control,0,1,37.6,55.2,No bed net,37.6 +Never taker,Treatment,0,0,25.1,42.5,No bed net,25.1 +Never taker,Treatment,0,0,23.2,40,No bed net,23.2 +Never taker,Control,0,0,52.2,31.7,No bed net,52.2 +Never taker,Treatment,0,0,33.7,18,No bed net,33.7 +Complier,Control,0,1,37.9,39.2,No bed net,37.9 +Never taker,Control,0,0,30.2,44.5,No bed net,30.2 +Always taker,Treatment,1,1,51.6,72.9,Bed net,72.9 +Never taker,Treatment,0,0,35.3,27.1,No bed net,35.3 +Complier,Treatment,0,1,43,63.4,Bed net,63.4 +Complier,Control,0,1,29.8,44.9,No bed net,29.8 +Never taker,Control,0,0,41.2,26.3,No bed net,41.2 +Complier,Treatment,0,1,42.8,39.2,Bed net,39.2 +Always taker,Control,1,1,64.2,59.9,Bed net,59.9 +Never taker,Control,0,0,12.6,23.6,No bed net,12.6 +Never taker,Control,0,0,21.2,45.9,No bed net,21.2 +Always taker,Treatment,1,1,67.1,51.7,Bed net,51.7 +Never taker,Treatment,0,0,32.9,27.7,No bed net,32.9 +Complier,Control,0,1,42.6,39.9,No bed net,42.6 +Never taker,Treatment,0,0,15.5,38.4,No bed net,15.5 +Complier,Treatment,0,1,28.8,51.6,Bed net,51.6 +Never taker,Control,0,0,30.6,46,No bed net,30.6 +Complier,Control,0,1,41.4,35.9,No bed net,41.4 +Always taker,Treatment,1,1,45.8,26.2,Bed net,26.2 +Complier,Control,0,1,27.5,44,No bed net,27.5 +Always taker,Control,1,1,71.3,44.6,Bed net,44.6 +Always taker,Treatment,1,1,63.1,40.5,Bed net,40.5 +Complier,Treatment,0,1,43.4,58.8,Bed net,58.8 +Always taker,Control,1,1,60.4,57.4,Bed net,57.4 +Complier,Treatment,0,1,35.4,67.5,Bed net,67.5 +Never taker,Treatment,0,0,37.8,15.7,No bed net,37.8 +Complier,Control,0,1,42.8,42.7,No bed net,42.8 +Complier,Treatment,0,1,47.2,50,Bed net,50 +Complier,Control,0,1,36.2,54.1,No bed net,36.2 +Always taker,Control,1,1,46.1,36.7,Bed net,36.7 +Complier,Control,0,1,28.8,37.8,No bed net,28.8 +Always taker,Control,1,1,59.4,65.8,Bed net,65.8 +Complier,Control,0,1,23.6,70.9,No bed net,23.6 +Always taker,Control,1,1,86.7,62.8,Bed net,62.8 +Always taker,Treatment,1,1,56.4,70.7,Bed net,70.7 +Complier,Treatment,0,1,36.8,47,Bed net,47 +Complier,Treatment,0,1,46.8,49.3,Bed net,49.3 +Always taker,Treatment,1,1,46.1,77.7,Bed net,77.7 +Complier,Treatment,0,1,32.3,58.9,Bed net,58.9 +Never taker,Treatment,0,0,37.9,35.7,No bed net,37.9 +Never taker,Treatment,0,0,15.6,49.4,No bed net,15.6 +Never taker,Control,0,0,23.3,28.7,No bed net,23.3 +Always taker,Control,1,1,54.5,75.3,Bed net,75.3 +Complier,Control,0,1,43.7,10.4,No bed net,43.7 +Always taker,Treatment,1,1,64.6,61.1,Bed net,61.1 +Complier,Treatment,0,1,28.5,63.7,Bed net,63.7 +Never taker,Treatment,0,0,35.2,31.5,No bed net,35.2 +Never taker,Treatment,0,0,37.6,37,No bed net,37.6 +Complier,Treatment,0,1,35.9,52,Bed net,52 +Never taker,Control,0,0,30.5,22.8,No bed net,30.5 +Complier,Treatment,0,1,44.5,60.1,Bed net,60.1 +Complier,Control,0,1,53.4,47,No bed net,53.4 +Complier,Treatment,0,1,23.6,53.5,Bed net,53.5 +Complier,Control,0,1,44.2,53.9,No bed net,44.2 +Complier,Control,0,1,42.8,69.1,No bed net,42.8 +Always taker,Treatment,1,1,66,55.3,Bed net,55.3 +Never taker,Control,0,0,31.6,32.3,No bed net,31.6 +Complier,Control,0,1,41.5,66.2,No bed net,41.5 diff --git a/docs/_site/files/data/generated_data/father_education.csv b/docs/_site/files/data/generated_data/father_education.csv new file mode 100644 index 00000000..c77a5dd0 --- /dev/null +++ b/docs/_site/files/data/generated_data/father_education.csv @@ -0,0 +1,1001 @@ +wage,educ,ability,fathereduc +180.37,18.54,408.48,17.15 +100.23,16.24,309.92,15.49 +124.56,18.19,302.91,17.68 +177.59,16.55,342.21,15.55 +265.37,17.34,534.46,14.74 +186.89,17.46,408.54,15.97 +160.68,16.83,450.99,14.91 +205.23,19.59,556.69,17 +183.76,15.23,438.19,13.27 +190.6,18.47,296.59,18.05 +95.32,14.83,245.97,14.5 +109.44,17.87,235.51,17.92 +129.2,15.35,329.49,14.34 +187.05,16.9,438.74,15.09 +128.37,14.96,427.97,13.06 +200.69,18.14,339.55,17.3 +111.28,15.28,269.16,14.8 +219.3,17.82,417.08,16.29 +246.5,18.1,482.59,16.01 +172.69,16.75,384.14,15.4 +190.82,16.5,267.48,16.15 +213.36,17.28,446.03,15.44 +120.84,17.71,337.86,16.85 +154.45,20.43,351.27,19.71 +142.77,14.57,375.52,13.09 +157.5,17.21,296.48,16.67 +157.44,16.31,335.91,15.34 +224.68,19.06,397.04,17.82 +198.59,19.01,420.75,17.55 +99.39,16.08,279.33,15.58 +163.96,15.38,258.43,15 +151.92,17.02,340.62,16.08 +176.55,18.68,241.53,18.76 +72.91,10.81,90.32,11.47 +147.06,13.55,234.1,13.21 +145.15,19.88,257.91,19.93 +188.81,16.19,472.99,14.01 +201.49,18.62,424.59,17.1 +190.45,13.1,427.15,11.03 +95.81,16.48,235.34,16.41 +134.59,18.27,239.3,18.33 +140.81,12.13,420.39,10.03 +141.39,17.5,349.63,16.53 +166.03,17.51,254.84,17.36 +120.47,16.46,348.5,15.39 +96.2,13.19,289.86,12.33 +173.08,20.33,248.66,20.5 +88.77,15.13,324.34,14.15 +191.64,19.21,430.88,17.69 +124.5,13.44,226.83,13.15 +121.65,17.38,177.45,17.89 +108.47,15.42,290.77,14.76 +219.82,18.91,362.99,17.94 +179.41,17.67,464.16,15.71 +150.81,16.4,470.96,14.26 +128.93,13.77,304.28,12.84 +141.55,16.65,238.75,16.55 +91.89,14.52,202.05,14.55 +113.6,17.3,311.99,16.63 +198.04,14.36,323.61,13.32 +113.93,16.14,276.8,15.67 +195.98,19.32,362.24,18.4 +161.13,15.5,345.34,14.37 +128.94,14.06,260.12,13.54 +177.98,15.98,387.76,14.53 +168.17,17.27,312.6,16.59 +175.6,18.83,318.04,18.25 +151.2,18.46,336.49,17.68 +145.76,13.84,291.4,13.02 +148.54,15.28,268.91,14.8 +207.59,14.39,450.11,12.25 +221.45,16.86,384.57,15.52 +72.72,14.16,174.13,14.4 +209.06,19.47,373.37,18.47 +84.52,13.72,206.46,13.64 +199.51,16.63,419.06,14.97 +115.21,15.18,270.23,14.67 +157.13,19.66,338.77,18.98 +125.91,16.98,195.58,17.29 +58.84,12.4,129.97,12.86 +181.86,18.78,437.27,17.16 +97.68,15.74,271.85,15.27 +89.82,16.46,194.67,16.73 +197.18,16.78,380.47,15.47 +115.38,16.18,239.86,16.03 +170.42,18.09,338.62,17.27 +224.41,19.34,409.75,18.01 +165.32,15.89,372.86,14.56 +159.76,15.51,380.87,14.07 +197.71,17.37,311.89,16.71 +135.82,16.21,290.31,15.62 +183.26,17.95,446.35,16.17 +176.63,16.93,384.61,15.6 +139.39,11.42,303.83,10.28 +181.03,17.42,398.81,16.01 +177.08,17.86,411.18,16.38 +170.28,15.65,367.23,14.35 +197.98,17.41,475.07,15.32 +209.14,18.96,339.8,18.21 +204.24,19.04,345.87,18.24 +140.69,15.92,258.88,15.59 +152,15.89,432,14.05 +87.11,16.23,227.3,16.21 +205.57,19.57,386.11,18.47 +193.84,18.2,411.14,16.75 +221.81,20.24,421.74,18.89 +107.98,15.19,221.54,15.12 +135.13,13.57,334.34,12.35 +139.46,15.08,249.1,14.75 +201.32,16.7,446.27,14.8 +88.59,17.64,257.48,17.48 +217.18,18.21,356.55,17.23 +176.21,19.55,326.79,18.97 +180.52,15.61,290.67,14.97 +185.89,14.39,310.55,13.47 +165.07,20.82,298.98,20.59 +134.56,19.24,250.58,19.28 +184.34,17.17,424.42,15.51 +200.9,21.8,298.14,21.68 +142.38,18.31,318.36,17.68 +260.4,20.11,439.56,18.6 +130.4,15.12,191.59,15.3 +65.89,13.59,132.63,14.14 +105.18,14.1,153.21,14.52 +84.82,13.47,276.89,12.75 +205.6,19.1,398.18,17.85 +156.64,12.68,325.25,11.46 +182.98,17.15,363.48,16.02 +122.36,13.31,247.62,12.83 +140.05,14.14,364.76,12.72 +184.38,17.12,338.33,16.2 +161.88,17.27,243.71,17.2 +187.47,17.11,404.9,15.61 +156.33,15.65,378.99,14.25 +68.09,15.75,196.39,15.95 +212.64,18.13,412.9,16.66 +125.26,15.89,315.99,15.05 +286.57,19.05,497.08,16.93 +100.03,15.22,350.18,14.03 +117.73,12.68,262.87,12.01 +233.11,20.81,507.43,18.76 +155.9,18.68,345.2,17.85 +158.17,13.86,302.92,12.94 +193.9,19.14,427.94,17.64 +205.55,18.53,437.73,16.87 +175.16,17.2,263.49,16.94 +234.68,18.85,403.3,17.52 +78.82,14.15,157.26,14.54 +146.5,17.87,303.3,17.32 +218.09,18.87,368.26,17.86 +165.77,15.66,357.37,14.44 +223.3,19.26,420.09,17.83 +182.21,15.13,290.81,14.44 +196.14,19.35,341.69,18.61 +174.6,16.85,320.07,16.07 +287.79,21.58,447.47,20.13 +173.86,16.85,270.47,16.5 +264.14,19.03,471.3,17.13 +234.72,18.33,410.25,16.9 +167.92,14.55,405.7,12.81 +102.3,15.95,304.01,15.22 +166.18,19.94,343.35,19.25 +216.09,18.28,347.94,17.38 +38.09,15.41,116.34,16.28 +177.41,17.36,304.06,16.77 +73.15,16.19,217.66,16.24 +88.56,15.33,164.81,15.76 +201.55,16.67,385.9,15.3 +103.73,16.79,182.12,17.2 +132.58,16.06,299.06,15.39 +94.94,14.85,194.23,14.98 +241.94,18.84,498.27,16.68 +178.87,19.02,421.09,17.56 +125.83,17.65,305.11,17.07 +188.84,15.71,440.42,13.77 +135.58,18.45,304.82,17.95 +161.23,17.16,349.21,16.16 +52.28,16.46,296.23,15.85 +239.56,18.24,509.03,15.94 +215.95,15.8,384.11,14.37 +140.73,14.85,277.47,14.26 +150.18,17.61,330.27,16.81 +206.02,17.21,435.16,15.46 +182.44,18.45,360.12,17.46 +190.99,17.8,375.5,16.62 +178.63,15.66,439.4,13.73 +143.25,17.18,209.24,17.4 +153.88,18.04,279.06,17.72 +127.49,18.97,276.08,18.77 +204.64,18.45,397.3,17.14 +137.4,21.54,189.86,22.33 +150.46,13.48,294.64,12.6 +229.71,19.24,433.82,17.69 +176.89,18.63,350.96,17.75 +143.14,15.16,302.28,14.38 +171.56,15.35,356.37,14.11 +153.75,15.74,366.28,14.45 +161.82,14.86,335.94,13.75 +124.93,17.06,313.54,16.36 +135.82,15.52,299.74,14.8 +90.9,13.25,234.92,12.87 +142.35,17.46,328.9,16.66 +178.37,16.81,397.86,15.34 +233.02,20.34,403.09,19.16 +229.36,15.24,510.61,12.65 +165.85,15.71,412.7,14.01 +132.69,14.21,232.08,13.95 +161.49,15.71,383.75,14.27 +179.99,18.86,358.27,17.93 +183.73,15.76,447.04,13.76 +86.63,13.95,164.96,14.25 +141.81,17.13,376.96,15.87 +152.03,18.19,331.91,17.43 +168.06,18.29,343.38,17.44 +106.12,12.02,410.59,10 +185.19,18.77,315.67,18.2 +155.73,16.72,376.36,15.44 +141.55,17.88,294.81,17.42 +206.41,15.91,387.08,14.45 +243.42,18.25,460.31,16.38 +203.64,14.05,465.59,11.74 +166.8,17.35,323.39,16.59 +146.97,17.35,177.89,17.85 +182.4,19.54,334.64,18.88 +147.98,17.5,341.92,16.58 +196.03,17.98,336.64,17.16 +167.87,14.83,276.84,14.23 +65.79,13.94,240.3,13.58 +138.96,16.83,281.11,16.38 +233.73,20.25,428.87,18.83 +195.59,17.78,457.89,15.88 +150.74,13.61,263.57,13.02 +199.88,15,413.24,13.24 +145.37,14.4,281.41,13.72 +100.45,15.01,322.48,14.04 +194.94,16.48,306.38,15.78 +132.33,14.22,264.34,13.68 +155.08,15.84,400.26,14.26 +140.48,15.59,280.45,15.03 +182.61,17.65,295.2,17.16 +166.77,14.72,359.54,13.4 +193.29,17.92,319.01,17.25 +138.98,14.81,364.21,13.45 +141.84,16.8,276.87,16.4 +154.02,17.61,331.72,16.8 +164.2,15.32,398.83,13.71 +122.13,14.63,257.08,14.19 +123.53,15.7,296.19,15.02 +158.19,16.45,323.09,15.6 +123.36,15.37,342.08,14.26 +152,15.75,359.76,14.52 +168.02,18.39,284.09,18.06 +179.73,17.03,345.94,16.04 +188.32,18.44,378.87,17.29 +76.99,11.85,123.64,12.32 +212.51,16.83,381.15,15.52 +186.38,15.45,388.21,13.95 +176.03,15.75,275.16,15.25 +97.59,16.64,212.71,16.77 +181.56,17.85,385.57,16.59 +167.37,19.7,305.56,19.31 +204.07,17.79,417.89,16.24 +237.41,18.32,427.51,16.73 +191.49,14.58,424.58,12.68 +135.08,17.4,188.8,17.82 +282.92,19.92,564.25,17.29 +161.56,17.58,301.36,17.03 +153.97,18.02,325.58,17.3 +116.69,16.45,268.18,16.08 +167.32,19.19,367.38,18.21 +188.49,16.14,336.64,15.15 +182.73,16.44,359.91,15.28 +112.63,14.62,232.2,14.39 +165.26,15.08,356.94,13.81 +136.29,19.44,385.63,18.32 +213.79,16.94,478.93,14.78 +201.14,16.73,501.17,14.35 +107.33,15.44,328.87,14.45 +100.2,14.37,136.17,14.97 +149.93,14.65,385.48,13.1 +121.64,13.96,302.45,13.06 +215.14,17.37,484.02,15.21 +182.89,17.15,347.23,16.16 +202.59,16.6,425.93,14.87 +231.13,19.63,398.52,18.42 +86.7,17.74,302.58,17.2 +187.25,15.45,361.82,14.17 +187.29,14.86,412.64,13.08 +208.45,18.01,458.73,16.13 +149.89,14.07,304.83,13.17 +131.5,14.83,284.48,14.17 +101.75,15.33,258.1,14.95 +197.17,17.99,425.12,16.39 +175.71,18.49,381.18,17.32 +87.03,13.2,262.3,12.58 +76.27,12.31,150.68,12.59 +194.31,15.63,363.58,14.36 +168.74,15,249.14,14.66 +285.38,17.34,544.99,14.64 +264.58,20.27,530.66,17.97 +228.03,18.17,436.68,16.49 +125.38,15.44,394.42,13.88 +193.77,17.44,442.27,15.65 +153.87,16.1,270.2,15.68 +78.18,14.5,245.59,14.15 +161.28,17.08,323.46,16.29 +228.92,20.57,256.03,20.7 +169.5,17.18,287.71,16.71 +161.7,14.9,424.96,13.02 +146.15,14.96,297.54,14.2 +7.75,11.15,0,12.63 +154.85,20.33,283.91,20.19 +175.17,14.15,459.99,11.9 +177,14.3,397.6,12.6 +132.93,17.27,221.69,17.38 +217.05,20.53,365,19.7 +151.64,14.56,398.89,12.88 +177.7,15.41,475.8,13.14 +99.37,16.66,158.16,17.27 +211.35,16.09,438.45,14.2 +196.91,17.27,372.11,16.07 +192.97,17.77,311.68,17.15 +115.43,14.74,343.17,13.56 +129.79,15.37,205.36,15.45 +252.1,22.62,422.42,21.48 +93.66,16.22,221.86,16.24 +184.68,20.1,473.13,18.29 +190.44,18.54,283.95,18.23 +179.34,16.98,464.68,14.94 +185.95,21.57,416.68,20.39 +119.66,16.57,229.18,16.55 +158.58,17.16,388.93,15.8 +31.95,13.6,174.28,13.79 +170.17,16.64,412.05,15.04 +176.14,15.09,326.85,14.08 +135.62,14.58,243.9,14.25 +162.39,16.44,360.78,15.27 +115.09,15.08,348.94,13.88 +195.4,20.24,424.81,18.86 +201.95,19.37,344.55,18.61 +173.39,16.86,376.72,15.59 +169.31,16.32,394.15,14.84 +216.36,17.9,383.45,16.67 +144.92,17.16,347.69,16.16 +182.36,20.53,394.86,19.43 +148.73,14.08,368.57,12.62 +123.41,18.14,249.09,18.09 +77.75,11.35,270,10.49 +182.08,18.56,350.72,17.67 +167.19,18.87,242.86,18.95 +187,16.01,359.43,14.81 +144.4,15.55,321.67,14.63 +139.32,14.37,307.13,13.47 +119.91,16.77,284.92,16.28 +163.74,17.02,128.99,17.92 +174.1,18.15,390.36,16.88 +220.56,18.45,460.09,16.6 +254,20.58,452.03,18.99 +116.52,17.43,196.38,17.79 +167.22,18.27,346.25,17.4 +86.56,14.66,189.79,14.81 +156.6,17.71,430.51,16.05 +158.05,16.36,219.47,16.41 +276.68,19.34,512.85,17.11 +91.7,13.95,179.76,14.12 +137.88,19.04,390.21,17.85 +262.84,19.21,494.8,17.12 +148.32,17.01,271.76,16.67 +138.13,12.86,385.41,11.14 +201.62,19.47,434.81,17.93 +73.66,12.35,339.45,10.98 +186.19,18.08,317.94,17.43 +202.28,19.02,472.72,17.11 +176.48,17.11,464.61,15.09 +268,17.84,572.35,14.95 +111.84,15.26,387.53,13.74 +207.08,18.34,436.43,16.68 +183.34,18.14,447.48,16.37 +147.16,16.03,243.54,15.84 +61.81,15.26,100.52,16.24 +169.63,19.63,385.07,18.54 +160.29,15.76,441.71,13.82 +142.98,16.18,270.2,15.77 +221.49,17.05,460,15.07 +155.66,16.83,375.34,15.57 +189.64,16.64,451.57,14.7 +144.93,15.53,322.58,14.6 +187.6,15.71,379.71,14.3 +116.07,16.66,220.74,16.73 +184.49,17.76,308.47,17.17 +174.85,18.11,297.25,17.64 +126.2,13.9,296.92,13.05 +128.9,17.54,144.24,18.35 +186.58,16.49,326.23,15.62 +214.36,18.71,388.91,17.5 +66.28,14.92,258.53,14.49 +167,15.24,288.03,14.58 +165.24,17.6,414.39,16.07 +173.83,20.49,328.95,19.97 +164.61,17.7,360.57,16.64 +172.06,16.33,356.41,15.18 +193.03,15.16,367.35,13.81 +175.56,16.19,404.99,14.6 +152.51,17.92,335.43,17.1 +136.23,14.47,301.82,13.63 +100.7,19.23,200.81,19.71 +166.79,17.89,360.81,16.85 +228.58,17.31,388.95,15.97 +205.73,17.96,382.83,16.73 +103.04,16.35,218.33,16.41 +193.04,17.73,441.05,15.98 +97.54,16.92,216.5,17.05 +106.18,13.63,218.3,13.44 +203.65,15.79,445.94,13.82 +100.47,15.91,275.88,15.42 +123.07,14.77,192.26,14.91 +200.08,15.77,302.48,15.04 +222.4,19.47,372.5,18.48 +161.3,17.57,388.01,16.27 +140.63,15.39,339.92,14.29 +154.1,20.26,277.36,20.17 +154.38,18.11,268.45,17.89 +181.21,15.05,344.96,13.89 +206.68,19.4,380.08,18.33 +184.76,17.54,456.37,15.63 +146.84,14.7,378.72,13.21 +186.65,16.06,344.16,15 +145.88,13.46,384.77,11.8 +176.31,16.19,373.38,14.89 +87.77,15.58,254.12,15.25 +93.44,15.01,172.6,15.34 +85.04,15.7,246.46,15.45 +136.14,15.84,318.7,14.98 +107.84,17.27,309.59,16.62 +127.68,18.59,362.96,17.59 +105.47,14.47,299.97,13.64 +133.68,14.86,314.89,13.94 +73.27,14.38,286.04,13.66 +231.53,13.93,487.46,11.41 +208.25,23,296.22,23 +154.93,16.44,248.81,16.24 +141.1,17.32,407.4,15.82 +51.92,14.27,214.45,14.17 +84.07,14.58,286.56,13.88 +65.88,14.83,224.5,14.69 +203.2,19.7,370.55,18.74 +152.67,16.25,454.3,14.24 +109.67,14.47,327.57,13.4 +141.67,18.28,287.25,17.92 +128.38,11.27,240.27,10.67 +191.38,15.04,448.6,12.97 +153.44,18.32,342.87,17.48 +133.85,17.75,351.32,16.78 +123.78,15.98,270.03,15.55 +127.34,15.47,248.78,15.18 +157.05,17.89,373.01,16.75 +199.46,14.76,389.59,13.17 +109.26,15.39,235.58,15.21 +234.45,19.71,407.47,18.43 +138.63,16.75,310.25,16.04 +67.29,14.32,268.89,13.75 +141.28,15.76,371.35,14.43 +104.07,15.34,233.67,15.17 +62.67,16.56,245.57,16.4 +292.38,17.71,473.76,15.67 +177.09,21.25,412.36,20.07 +142.67,15.61,296.89,14.92 +117.17,15.52,214.81,15.54 +75.53,15.75,206.52,15.86 +206.72,15.42,399.06,13.81 +159.42,16.26,346.04,15.19 +99.8,14.65,194.3,14.76 +144.85,15.34,356.89,14.1 +182.47,14.95,351.37,13.72 +115.35,17.94,288.1,17.54 +234.98,19.21,518.81,16.91 +145.54,14.7,291.97,13.97 +123.47,15.05,194.68,15.19 +202.73,17.12,387.06,15.77 +128.4,16.51,260.41,16.22 +164.34,18.39,299.46,17.93 +158.12,18.38,273.76,18.15 +160.32,18.47,309.79,17.93 +153.04,17.51,291.96,17.04 +142.82,15.22,281.89,14.62 +133.15,18.06,229.92,18.18 +233.54,16.82,416.66,15.2 +192.72,17.04,346.52,16.05 +152.08,14.31,305.73,13.42 +237.2,17.77,555.53,15.02 +176.61,16.03,356.35,14.85 +78.42,12.17,267.25,11.41 +248.13,17.7,467.4,15.71 +172.31,18.94,395.13,17.7 +221.53,16.31,423.5,14.58 +203.21,17.63,380.33,16.39 +163.07,16.77,317.01,16.01 +141.76,16.29,371.85,15 +150.53,14.91,319.45,13.95 +120.43,15.18,292.25,14.48 +134.07,16.55,284.83,16.05 +201.63,16.19,422.44,14.46 +148.97,15.29,330.62,14.27 +204.51,13.96,482.34,11.5 +137.08,13.95,310.37,12.98 +300,20.09,566.73,17.45 +115.91,16.99,360.19,15.87 +177.96,17.37,332.9,16.52 +196.45,19.37,295.59,19.04 +210.89,19.38,370.01,18.4 +250.03,18.93,497.83,16.79 +167.58,15.35,338.29,14.27 +218.64,16.97,485.91,14.76 +141.66,16.17,362.4,14.95 +200.52,19.42,399.22,18.19 +152.63,18.49,394.81,17.21 +145.32,15.8,288.28,15.2 +153.74,15.42,376.59,14.01 +222.46,17.84,411.81,16.35 +137.18,14.58,245.95,14.23 +158.55,19.24,383.62,18.12 +173,18.58,219.28,18.84 +238.62,21.2,494.85,19.3 +200,17.09,424.99,15.41 +240.05,17.7,494.01,15.49 +111.41,16.63,241.64,16.51 +119.95,18.48,287.6,18.13 +133.24,17.46,306.21,16.86 +115.68,15.95,240.84,15.77 +153.52,15.86,346.15,14.76 +208.91,18.15,469.58,16.19 +143.61,14.38,357.34,13.05 +130.23,16.94,259.41,16.69 +133.66,16.3,240.7,16.16 +174.43,19.75,346.79,19.01 +156.56,15.6,382.93,14.15 +128.62,17.05,242.93,16.96 +117.1,15.13,321.92,14.17 +194.97,19.83,507.44,17.69 +108.79,17.4,192.9,17.78 +226.27,16.95,459.2,14.96 +161.19,13.97,334.23,12.8 +95.95,15.03,361.52,13.72 +256.98,18.66,416.26,17.21 +188.74,19.18,345.23,18.39 +145.22,17.7,368.17,16.57 +202.83,15.03,482.81,12.66 +187.22,18.04,313.9,17.42 +120.79,16.34,263.6,16 +233.71,22.52,354.17,21.97 +199.22,18.54,366.92,17.5 +172.74,18.62,243.89,18.67 +207.04,17.59,393.44,16.24 +173.85,16.45,396.28,14.97 +182.76,13.57,463.05,11.23 +192.84,18.65,352.35,17.75 +156.85,17.98,322.13,17.28 +226.55,20.97,353.67,20.28 +170.88,16.67,490.27,14.39 +235.23,19.41,346.52,18.64 +151.31,15.34,359.48,14.08 +169.08,20.04,210.97,20.51 +165.26,13.68,310.43,12.69 +111.01,14.12,324.67,13.04 +187.67,20.18,387.38,19.12 +192.15,17.99,400.34,16.62 +138.62,14.08,360.03,12.69 +86.42,13.72,221.81,13.5 +266.6,16.23,508.62,13.75 +225.97,15.64,466.59,13.47 +220.52,19.8,390.55,18.68 +100.44,15.5,238.75,15.31 +188.87,19.46,391.44,18.3 +193.27,19.57,355.99,18.73 +175.39,15.65,491.07,13.27 +122.5,14.88,246.01,14.56 +145.31,15.44,430.68,13.56 +136.64,16.83,269.21,16.49 +124.43,13.53,312.36,12.5 +186.2,19.13,422.58,17.66 +276.51,19.26,442.35,17.64 +135.53,18.59,388.26,17.37 +101.89,14.68,357.65,13.37 +158.89,14.6,301.07,13.78 +201.39,17.01,375.11,15.76 +177.74,18.51,324.41,17.85 +160.79,17.95,297.13,17.47 +205.14,16.49,310.15,15.76 +92.63,15.77,193.82,15.99 +118.96,14.47,278.42,13.83 +214.59,20.31,357.45,19.52 +133.69,16.12,268.92,15.72 +158.75,17.39,260.11,17.18 +106.8,15.24,202.63,15.33 +113.13,13.32,259.15,12.74 +82.52,15.83,147.44,16.45 +174.75,17.6,351.1,16.62 +147.37,15.9,244.19,15.69 +225.5,14.53,510.61,11.87 +194.55,17.17,394.44,15.78 +194.12,16.39,348.07,15.32 +195.98,19.43,363.15,18.52 +226.88,21.35,416.21,20.15 +94.59,14.18,238.53,13.86 +240.74,19.02,527.82,16.63 +127.5,16.26,225.26,16.26 +212.15,16.95,351.99,15.89 +206.54,17.01,326.22,16.19 +129.07,16.75,314.99,16.01 +235.33,18.72,374.02,17.65 +172.45,18.37,375.57,17.24 +205.43,16.56,392.14,15.13 +149.7,15.15,319.98,14.21 +225.02,17.21,420.52,15.59 +64.6,15.56,193.32,15.76 +143.33,15.38,320.96,14.46 +161.85,16.56,322.75,15.72 +217.61,15.14,415.44,13.36 +149.19,16.16,365.2,14.92 +149.71,16.66,298.23,16.05 +106.02,18.01,304.29,17.48 +209.08,21.77,444.3,20.37 +229.76,20.68,456.51,19.07 +151.39,16.49,310.24,15.76 +179.52,19.39,380.03,18.33 +167.37,15.31,372.16,13.93 +187.01,19.38,357.98,18.5 +139.3,14.99,309.14,14.13 +125.89,17.03,170.91,17.57 +178.77,17.05,384.07,15.72 +110.55,18.24,290.18,17.85 +102.03,14.55,272.4,13.97 +178.49,14.28,456.68,12.07 +102.18,13.05,180.31,13.13 +193.11,14.73,431.2,12.78 +134.72,14.22,369.77,12.76 +134.93,14.66,330.78,13.58 +168.89,13.46,399.74,11.67 +150.1,19.82,282.45,19.65 +200.96,18.52,369.44,17.46 +123.57,16.34,276.77,15.89 +208.2,18.66,392.55,17.41 +192.45,16.33,347.95,15.25 +105.71,16.91,262.57,16.64 +155.22,17.16,338,16.25 +131.42,15.37,324.35,14.41 +193.31,17.14,475.23,15.03 +220.76,19.54,418.26,18.15 +244.93,15.73,464.12,13.59 +167.07,17.07,338.94,16.15 +188.39,16.3,334.55,15.34 +114.51,15.78,324.94,14.85 +224.85,20.19,445.58,18.62 +73.18,13.88,228.56,13.62 +218.75,19.51,436.61,17.96 +123.02,18.17,280.3,17.86 +199.78,17.64,451.74,15.78 +88.68,17.17,177.79,17.65 +199.5,17.54,295.86,17.04 +193.5,17.79,409.96,16.31 +128.34,16.35,443.44,14.45 +227.66,18.46,426.57,16.9 +228.43,18.98,430.02,17.44 +183.96,20.65,402.9,19.5 +130.33,13.95,301.25,13.06 +148.34,17.74,297.83,17.23 +168.96,17.06,315.92,16.33 +175.22,15.27,307.57,14.45 +170.45,16,305.19,15.27 +163.52,15.49,361.69,14.21 +83.94,15.67,183.04,15.97 +137.37,17.87,294.2,17.41 +124.65,11.9,295.01,10.87 +154.68,14.62,337.49,13.48 +201.11,14.4,404.86,12.65 +128.36,13.99,212.63,13.88 +117.19,18.07,169.47,18.72 +115.03,14.91,278.2,14.31 +41.49,13.14,191.17,13.14 +144.83,17.26,273.34,16.93 +164.36,15.92,334.99,14.92 +115.01,13.47,347.54,12.14 +165.92,16.26,400.72,14.72 +74.31,12.34,210.05,12.09 +131.21,16.2,307.54,15.47 +230.55,21.67,407.77,20.58 +159.46,14.41,375.2,12.92 +214.58,16.67,440.63,14.82 +155.07,17.21,429.09,15.51 +180.14,16.86,350.44,15.81 +131.71,15.09,264.22,14.64 +81.18,13.9,232.09,13.61 +76.97,16.72,112.32,17.74 +192.43,17.9,285.25,17.52 +198.3,16.5,303.61,15.83 +213.9,18.45,353.98,17.52 +160.6,15.03,341.08,13.9 +220.28,18.02,412.62,16.55 +186.51,16.92,370.04,15.71 +156.76,15.68,241.12,15.48 +172.62,15.99,340.09,14.96 +241.6,20.95,559.19,18.46 +185.91,14.1,257.65,13.6 +69.89,14.07,225.45,13.86 +157.46,13.45,291.3,12.6 +116.33,14.41,313.5,13.46 +92.97,16.13,268.99,15.73 +245.46,21.67,369.7,20.91 +164.75,18.42,313.94,17.83 +128.88,16.12,327.65,15.2 +184.14,17.11,379.25,15.84 +194.2,17.67,354.6,16.67 +96.89,15.26,289.93,14.59 +190.03,16.15,347.8,15.06 +128.27,15.24,527.28,12.5 +93.75,16.26,244.61,16.08 +126.78,17.83,225.87,17.96 +167.55,16.52,334.4,15.58 +107.54,16.12,243.74,15.94 +157.03,18.81,199.69,19.26 +183.43,15.01,341.48,13.87 +150.69,16.13,202.6,16.3 +181.77,16.3,347.63,15.23 +117.39,15.4,270.55,14.91 +115.86,15.98,315.52,15.16 +158.55,16.16,373.08,14.85 +134.97,17.61,366.74,16.5 +86.62,15.66,275.56,15.15 +147.09,15.98,215.51,16.03 +95.08,16.01,189.85,16.29 +44.77,14.14,145.78,14.62 +121.33,12.12,239.83,11.6 +149.57,15.52,278.97,14.98 +114.24,14.12,449.42,11.96 +184.38,17.04,341.71,16.09 +205.48,18.53,377.1,17.4 +140.76,16.14,341.03,15.11 +220.74,19.74,475.13,17.88 +190.47,18.18,366.34,17.12 +105.2,16.81,339.88,15.85 +147.88,14.49,365.7,13.09 +188.21,20.36,342.26,19.71 +196.34,19,390.35,17.81 +236.38,17.26,457.56,15.32 +116.64,14.67,219.07,14.57 +192.8,16.51,394.86,15.05 +70.71,13.01,238.97,12.58 +208.04,14.46,415.37,12.62 +127.12,16.09,384.04,14.68 +150.5,15.04,382.78,13.54 +23.13,10,96.65,10.53 +181.14,13.84,228.56,13.57 +73.01,13.26,270.01,12.58 +189.41,19.28,344.8,18.51 +88.68,15.38,188.06,15.61 +131.18,16.55,421.99,14.85 +200.85,16.78,395.18,15.33 +147.37,16.61,435.53,14.8 +206.3,16.67,600,13.43 +188.33,18.09,430.51,16.46 +175.35,18.4,382.55,17.22 +134.24,12.4,258.29,11.74 +92.24,14.43,203.03,14.44 +47.12,16.58,84.19,17.83 +206.25,15.4,371.57,14.03 +234.58,19.31,534.35,16.89 +147.45,16.53,255.29,16.29 +167,14.34,397.13,12.65 +71.18,14.15,199.62,14.17 +203.62,15.94,441.07,14.02 +293.68,22.73,448.69,21.37 +142.39,18.95,330.56,18.28 +131.18,14.66,304.59,13.81 +178.24,15.47,340.2,14.39 +116.57,17.69,292.79,17.23 +157.49,17.8,342.48,16.91 +170,13.58,344.64,12.28 +83.25,11.46,273.34,10.58 +200.87,18.87,411.53,17.48 +99.31,13.8,214.31,13.66 +157.74,17.77,269.57,17.51 +153.07,15.58,301,14.84 +246.71,19.26,342.74,18.5 +170.35,15.54,353.98,14.34 +176.08,15.51,404.19,13.87 +180.78,17.27,391.91,15.9 +215.69,18.47,360.11,17.49 +164.41,18.64,338,17.87 +10.75,14.18,127.1,14.84 +141.83,18.12,245.49,18.11 +153.56,16.43,333.5,15.5 +183.48,17.17,389.22,15.81 +83.3,15.87,185.79,16.17 +156.82,13.6,358.23,12.19 +219.46,17.47,412.79,15.94 +78.31,13.99,268.5,13.4 +72.45,13.5,155.69,13.84 +213.93,17.57,392.47,16.23 +176.65,17.57,351.62,16.58 +160.91,17.1,371.08,15.9 +223.13,18.62,432.5,17.02 +105.06,15.47,344.47,14.35 +171.42,18.96,256.78,18.93 +119.69,17.08,343.23,16.11 +159.77,16.34,320.18,15.51 +102.54,14.35,263.07,13.84 +177.19,14.79,261.16,14.33 +90.74,12.13,274.44,11.3 +168.34,14.86,376.96,13.4 +103.42,13.5,260.61,12.93 +106.09,15.13,234.55,14.93 +123.03,16.51,267.22,16.15 +254.27,19.49,439.07,17.92 +141.29,14.55,359.91,13.21 +140.54,15.45,440.28,13.49 +201.58,17.88,523.76,15.42 +200.1,17.86,366.37,16.77 +120.55,17.46,141.94,18.28 +231.55,19.6,309.47,19.17 +228.11,16.04,405.36,14.44 +142.19,16.63,372.99,15.37 +132.54,13.47,193.53,13.47 +187.88,15.08,399.95,13.43 +141.52,14.91,359.49,13.6 +113.82,17.25,342.66,16.3 +140.36,15.97,299.42,15.28 +118.06,16.97,289.36,16.47 +115.53,14.99,206.92,15.02 +140.83,19.36,338.41,18.66 +147.12,18.19,321.79,17.52 +130.01,19.14,249.25,19.19 +59.38,15.36,50.17,16.79 +123.42,18.21,191.74,18.68 +152.76,14.28,300.66,13.43 +221.83,16.17,361.55,14.96 +147.83,18.62,299.3,18.18 +141.03,14.72,357.91,13.41 +167.51,16.38,415.93,14.72 +205.71,19.65,436.74,18.11 +110.28,16.61,357.79,15.48 +119.22,18.57,331.44,17.85 +121.27,16.67,307.96,15.98 +132.02,14.24,353.02,12.93 +129.23,15.59,376.34,14.2 +94.71,16.5,197.35,16.76 +54.53,15.38,223.93,15.3 +104.22,14,240.6,13.65 +191.03,15.21,431.69,13.3 +83.22,13.77,270.84,13.14 +145.15,15.63,380.84,14.21 +163.16,15.09,341.54,13.95 +144.43,15.81,361.99,14.57 +100.93,16.11,197.8,16.33 +97.07,15.73,311.05,14.92 +179.95,16.03,466.69,13.9 +151.69,17.09,327.49,16.27 +265.49,18.95,457.58,17.16 +126.43,15.83,257.13,15.5 +211.03,17.76,385.12,16.5 +161.97,14.87,329.31,13.82 +188.17,15.48,295.07,14.79 +203.12,18.2,417.3,16.7 +172.49,15.18,326.69,14.19 +184.71,14.96,385.05,13.43 +172.16,19.98,269.79,19.93 +219.91,17.51,417.02,15.95 +150.57,19.57,260.03,19.56 +165.91,16.15,380.57,14.78 +257.99,18.5,536.71,15.98 +134.9,15.51,301.58,14.76 +207.35,19.53,384.49,18.44 +112.65,18.04,277.02,17.74 +65.8,17.37,232.51,17.4 +78.21,15.04,268.48,14.54 +120.28,16.19,356.01,15.03 +191.77,18.79,347.53,17.95 +231.56,16.18,329.33,15.25 +155.29,17.31,278.33,16.94 +156.46,18.32,297.93,17.86 +232.31,18.88,522.58,16.52 +44.43,12.3,283.08,11.42 +87.87,13.99,188.43,14.09 +178.68,19.08,358.33,18.17 +207.27,17.57,547.16,14.88 +183.99,14.58,354.32,13.29 +111.29,18.58,313.42,18.02 +228.64,19.19,435.15,17.62 +136.09,15.18,310.94,14.33 +58.29,16.17,157.24,16.74 +213.69,18.18,328.83,17.44 +177.42,16.68,364.4,15.5 +110.15,13.9,289.07,13.11 +157.8,17.23,298.96,16.67 +180.74,13.01,321.82,11.86 +224.92,15.93,483.1,13.65 +115.93,16.08,258.56,15.76 +165.27,14.68,381.95,13.16 +111.04,14.51,303.61,13.65 +234,17.56,505.22,15.23 +133.26,14.51,329.42,13.43 +156.09,13.14,328.92,11.94 +122.3,17.06,259.18,16.82 +100.79,16.84,326.24,16 +243.31,18.12,424.28,16.54 +136.28,15.25,309.74,14.41 +137.18,12.4,338.3,11.05 +204.08,19.76,294.04,19.47 +173.88,19.17,327.98,18.54 +70.24,16.61,197.22,16.88 +145.22,15.34,377.41,13.92 +180.03,20.8,366,19.98 +225.16,18.21,516.08,15.84 +172.65,16.69,343.06,15.69 +189.25,20.76,299.67,20.52 +178.68,18.43,293.37,18.03 +163.17,15.43,332.15,14.41 +116.91,16.62,340.16,15.64 +152,17.38,216.34,17.55 +138.03,17.74,264.41,17.53 +109,16.78,219.91,16.86 +166.04,17.92,317.76,17.26 +170.95,16,282.29,15.47 +222.92,17.44,503.78,15.11 +206.7,17.25,421.75,15.62 +156.69,15.77,265.46,15.36 +89.18,14.19,215.88,14.07 +201.73,15.73,475.75,13.48 +239.68,19.36,515.88,17.11 +148.72,14.51,400.82,12.81 +209.65,18.76,393.61,17.51 +115.99,14.96,166.14,15.35 +139.79,15.27,299.97,14.52 +174.38,16.86,418.16,15.23 +58.17,13.49,235.3,13.13 +190.12,15.52,408.89,13.84 +196.45,17.04,386.06,15.7 +183.76,14.97,368.88,13.58 +128.83,14.31,426.51,12.36 +102.73,14.39,319.89,13.38 +133.31,16.69,380.76,15.36 +116.36,16.33,247.93,16.13 +116,16.09,299.08,15.42 +150.77,17.84,317.75,17.17 +226.6,17.92,427.13,16.3 +86.55,15.16,177.17,15.47 +150.95,16.45,260.05,16.15 +125.78,19.67,240.13,19.85 +195.94,19.22,365.31,18.27 +144.95,18.33,282.34,18.01 +147.44,17.97,314.71,17.34 +157.42,15.03,348.35,13.83 +208.5,20.98,321.4,20.57 +198.32,18.91,411.55,17.52 +158.88,18.35,332.71,17.6 +149.94,16.81,372.99,15.56 +208.42,18.16,389.52,16.9 +200.14,17.38,377.19,16.15 +198.05,20.1,375.31,19.14 +158.33,17.73,317.03,17.05 +194.25,14.83,274.92,14.26 +167.26,16.92,345.25,15.93 +169.6,17.17,336.55,16.27 +115.41,16.26,292.79,15.66 +165.94,14.05,320.93,13 +249.5,20.17,489.35,18.23 +180.29,16.17,421.74,14.44 +157.92,15.91,430.88,14.08 +211.83,18.64,406.11,17.27 +186.16,18.84,273.31,18.65 +181.42,18.76,434.52,17.16 +164.13,18.76,429.1,17.21 +168.29,17.66,373.7,16.48 +166.49,18.06,300.69,17.56 +198.93,16.36,359.18,15.2 +192.72,18.87,416.29,17.44 +248.23,19.68,560.51,17.06 +251.72,18.25,470.42,16.29 +154.05,18.44,362.44,17.44 +128.95,14.07,176.56,14.28 +115.9,16.45,307.09,15.74 +202.51,18.27,476.4,16.26 +72.24,15.28,153.89,15.8 +200.39,16.64,328.06,15.77 +183.55,15.82,327.05,14.88 +85.39,15.88,349.88,14.75 +196.64,15.41,389.79,13.88 +86.23,17.75,209.97,18.01 +107.38,16.27,173.39,16.72 +49.53,15.51,171.2,15.9 +108.25,14.78,177.52,15.04 +149.02,17.57,209.46,17.82 +177.09,14.6,416.96,12.77 +136.44,12.95,280.77,12.15 +86.59,19.31,302.75,18.91 +140.15,16.8,286.19,16.31 +153.97,16.05,348.32,14.94 +119.81,18.25,244.59,18.26 +156.14,19.91,329.09,19.33 +110.01,17.1,350.66,16.08 +197.77,19.1,435.02,17.53 diff --git a/docs/_site/files/data/generated_data/mosquito_nets.csv b/docs/_site/files/data/generated_data/mosquito_nets.csv new file mode 100644 index 00000000..007122a7 --- /dev/null +++ b/docs/_site/files/data/generated_data/mosquito_nets.csv @@ -0,0 +1,1753 @@ +id,net,net_num,malaria_risk,income,health,household,eligible,temperature,resistance +1,TRUE,1,33,781,56,2,FALSE,21.1,59 +2,FALSE,0,42,974,57,4,FALSE,26.5,73 +3,FALSE,0,80,502,15,3,FALSE,25.6,65 +4,TRUE,1,34,671,20,5,TRUE,21.3,46 +5,FALSE,0,44,728,17,5,FALSE,19.2,54 +6,FALSE,0,25,1050,48,1,FALSE,25.3,34 +7,TRUE,1,19,1146,65,3,FALSE,27.4,45 +8,FALSE,0,35,1093,75,5,FALSE,29.8,65 +9,FALSE,0,32,1037,60,3,FALSE,27.6,55 +10,FALSE,0,40,828,36,3,FALSE,21.3,54 +11,FALSE,0,30,889,75,6,FALSE,17.4,33 +12,TRUE,1,14,1133,62,3,FALSE,18.9,39 +13,TRUE,1,31,807,42,4,FALSE,27.6,37 +14,FALSE,0,34,950,53,3,FALSE,24,53 +15,FALSE,0,22,1195,90,1,FALSE,24.5,34 +16,TRUE,1,54,594,29,5,TRUE,25.5,55 +17,TRUE,1,23,936,47,2,FALSE,26.1,32 +18,FALSE,0,41,816,30,1,FALSE,17.7,73 +19,FALSE,0,37,962,55,2,FALSE,26.7,54 +20,TRUE,1,65,431,6,6,TRUE,26.8,38 +21,FALSE,0,59,760,36,5,FALSE,28.7,51 +22,FALSE,0,59,655,30,4,FALSE,23.6,43 +23,FALSE,0,41,896,45,3,FALSE,25.9,53 +24,TRUE,1,21,1033,64,7,FALSE,23.4,51 +25,FALSE,0,25,1115,62,3,FALSE,27.3,33 +26,FALSE,0,27,1139,75,4,FALSE,30.7,37 +27,TRUE,1,23,967,71,3,FALSE,21.1,52 +28,TRUE,1,26,840,37,3,FALSE,17.8,71 +29,FALSE,0,35,946,49,2,FALSE,22.7,63 +30,FALSE,0,50,698,25,2,FALSE,22.4,39 +31,TRUE,1,50,580,37,6,TRUE,20.3,59 +32,FALSE,0,50,762,20,5,FALSE,26.2,47 +33,TRUE,1,29,894,53,4,FALSE,26.7,52 +34,FALSE,0,30,907,40,4,FALSE,20.3,51 +35,FALSE,0,66,682,22,1,FALSE,23.2,84 +36,TRUE,1,27,829,67,3,FALSE,22.5,31 +37,FALSE,0,51,772,41,4,FALSE,24.5,49 +38,FALSE,0,48,730,55,2,FALSE,22.9,23 +39,FALSE,0,32,984,51,2,FALSE,24.4,56 +40,TRUE,1,21,1016,40,2,FALSE,22.7,63 +41,FALSE,0,76,641,56,2,FALSE,26.7,68 +42,FALSE,0,59,656,41,3,FALSE,27.1,21 +43,TRUE,1,21,963,53,3,FALSE,18.7,53 +44,TRUE,1,35,840,41,2,FALSE,26.6,70 +45,FALSE,0,25,1110,78,2,FALSE,23.2,42 +46,TRUE,1,31,737,76,2,FALSE,16.8,45 +47,FALSE,0,48,827,52,2,FALSE,25.3,47 +48,FALSE,0,52,810,48,3,FALSE,26.3,53 +49,TRUE,1,29,857,46,2,FALSE,24,57 +50,TRUE,1,13,1307,67,5,FALSE,21.8,66 +51,TRUE,1,26,915,56,1,FALSE,25.7,46 +52,FALSE,0,39,826,59,3,FALSE,18,50 +53,FALSE,0,46,825,41,4,FALSE,18.7,82 +54,FALSE,0,52,864,49,1,FALSE,29.8,54 +55,FALSE,0,26,1053,64,3,FALSE,22,50 +56,FALSE,0,36,822,33,2,FALSE,23.8,29 +57,FALSE,0,53,631,15,1,FALSE,18.9,48 +58,FALSE,0,27,1000,52,4,FALSE,22.1,45 +59,FALSE,0,48,766,60,5,FALSE,20.3,47 +60,FALSE,0,37,893,52,2,FALSE,24.6,40 +61,FALSE,0,21,1130,55,3,FALSE,22.1,38 +62,FALSE,0,19,1222,65,1,FALSE,23,38 +63,FALSE,0,35,1036,69,2,FALSE,30.8,45 +64,FALSE,0,49,817,35,2,FALSE,23.6,67 +65,FALSE,0,61,743,26,4,FALSE,27.7,62 +66,FALSE,0,19,1293,82,3,FALSE,25.5,43 +67,FALSE,0,36,732,21,4,FALSE,19.6,24 +68,FALSE,0,40,869,52,4,FALSE,26.1,36 +69,TRUE,1,27,735,31,4,FALSE,18.6,41 +70,TRUE,1,14,1194,70,3,FALSE,19.2,49 +71,TRUE,1,13,1259,61,4,FALSE,24.9,38 +72,FALSE,0,61,763,35,3,FALSE,25.7,76 +73,FALSE,0,43,789,43,4,FALSE,21.4,44 +74,TRUE,1,15,1235,88,1,FALSE,25.4,31 +75,FALSE,0,27,1003,39,3,FALSE,23.5,46 +76,FALSE,0,38,796,43,2,FALSE,20.7,34 +77,FALSE,0,45,934,64,2,FALSE,28.9,50 +78,FALSE,0,24,1047,71,3,FALSE,17.2,51 +79,TRUE,1,30,812,44,2,FALSE,24.4,53 +80,FALSE,0,26,960,35,1,FALSE,24,25 +81,FALSE,0,29,1044,58,2,FALSE,26.7,51 +82,FALSE,0,38,927,55,3,FALSE,24.8,52 +83,TRUE,1,14,1229,77,3,FALSE,24.4,28 +84,FALSE,0,31,1152,83,4,FALSE,31.2,61 +85,TRUE,1,13,1270,78,1,FALSE,18.5,59 +86,TRUE,1,19,1137,59,3,FALSE,21.1,80 +87,FALSE,0,45,704,30,7,FALSE,17.1,50 +88,FALSE,0,49,830,44,5,FALSE,27.3,48 +89,TRUE,1,58,666,44,5,TRUE,32,49 +90,FALSE,0,41,929,37,2,FALSE,30.4,49 +91,FALSE,0,24,1041,69,1,FALSE,21.9,22 +92,FALSE,0,38,909,67,3,FALSE,27.7,24 +93,FALSE,0,43,885,35,2,FALSE,29.1,47 +94,FALSE,0,61,765,45,3,FALSE,31.5,39 +95,TRUE,1,20,1082,71,2,FALSE,24.4,48 +96,FALSE,0,30,781,39,2,FALSE,17.9,18 +97,FALSE,0,27,927,56,4,FALSE,19.2,27 +98,FALSE,0,27,945,24,1,FALSE,23.4,32 +99,TRUE,1,13,1422,97,3,FALSE,25.6,61 +100,TRUE,1,26,969,65,3,FALSE,30,32 +101,FALSE,0,39,845,35,3,FALSE,25.4,36 +102,TRUE,1,20,1106,94,2,FALSE,22.9,49 +103,TRUE,1,44,582,36,3,FALSE,19.9,43 +104,TRUE,1,20,986,44,6,FALSE,20.9,50 +105,FALSE,0,42,902,29,3,FALSE,23.4,80 +106,TRUE,1,24,910,53,5,FALSE,25,32 +107,FALSE,0,61,711,53,5,FALSE,25.8,43 +108,TRUE,1,18,982,51,3,FALSE,18.1,40 +109,FALSE,0,30,935,26,3,FALSE,20.1,69 +110,FALSE,0,22,1066,55,2,FALSE,20.1,37 +111,TRUE,1,15,1211,83,5,FALSE,21.5,46 +112,TRUE,1,42,647,30,2,FALSE,20.6,59 +113,TRUE,1,30,665,32,1,FALSE,19.2,33 +114,FALSE,0,29,1053,64,6,FALSE,21.8,71 +115,FALSE,0,34,1008,66,4,FALSE,26.1,57 +116,FALSE,0,29,835,13,2,FALSE,20.8,33 +117,FALSE,0,45,890,56,3,FALSE,26.3,54 +118,FALSE,0,43,917,43,6,FALSE,30.7,45 +119,TRUE,1,13,1220,71,3,FALSE,17.7,52 +120,TRUE,1,23,961,43,2,FALSE,25.6,46 +121,FALSE,0,33,913,59,3,FALSE,18.2,63 +122,TRUE,1,40,663,40,2,FALSE,25.3,29 +123,FALSE,0,33,861,49,2,FALSE,20.2,40 +124,TRUE,1,24,958,30,2,FALSE,28.6,44 +125,TRUE,1,58,592,40,2,FALSE,30.3,34 +126,FALSE,0,32,1002,69,7,FALSE,28.5,33 +127,TRUE,1,24,959,65,2,FALSE,22.8,47 +128,FALSE,0,46,826,40,1,FALSE,26.2,46 +129,FALSE,0,57,695,44,2,FALSE,29.6,12 +130,FALSE,0,23,1261,91,4,FALSE,26.3,62 +131,TRUE,1,14,1274,62,3,FALSE,24.1,51 +132,TRUE,1,32,854,48,5,FALSE,22.5,81 +133,TRUE,1,16,1246,81,3,FALSE,24,57 +134,TRUE,1,27,859,51,4,FALSE,23.8,41 +135,FALSE,0,29,1176,79,3,FALSE,26.1,87 +136,FALSE,0,43,1048,55,3,FALSE,29.5,87 +137,TRUE,1,14,1222,73,4,FALSE,23.5,31 +138,FALSE,0,28,1166,57,4,FALSE,32.1,54 +139,FALSE,0,40,726,39,6,FALSE,15.6,45 +140,FALSE,0,39,942,60,3,FALSE,26.2,50 +141,FALSE,0,42,794,54,2,FALSE,18.2,51 +142,TRUE,1,15,1046,59,3,FALSE,16.4,30 +143,FALSE,0,39,887,52,1,FALSE,23.3,52 +144,FALSE,0,30,1067,55,2,FALSE,25.8,72 +145,FALSE,0,49,758,43,4,FALSE,22.5,45 +146,FALSE,0,55,707,47,2,FALSE,22.1,45 +147,FALSE,0,39,873,44,2,FALSE,19.9,67 +148,TRUE,1,22,1142,83,1,FALSE,28.4,60 +149,FALSE,0,30,920,45,2,FALSE,26.1,25 +150,TRUE,1,20,998,40,4,FALSE,21.3,51 +151,TRUE,1,22,1124,60,4,FALSE,26.9,71 +152,FALSE,0,44,852,41,3,FALSE,22.1,67 +153,TRUE,1,19,1051,71,2,FALSE,18.3,53 +154,FALSE,0,24,1080,71,2,FALSE,18.4,58 +155,TRUE,1,11,1396,97,1,FALSE,23.6,31 +156,TRUE,1,44,750,42,2,FALSE,29.2,52 +157,TRUE,1,12,1226,73,3,FALSE,17.7,34 +158,FALSE,0,42,785,34,2,FALSE,22.1,41 +159,FALSE,0,60,718,23,3,FALSE,25.9,61 +160,TRUE,1,13,1195,73,2,FALSE,19,32 +161,FALSE,0,33,1003,54,3,FALSE,27.6,51 +162,FALSE,0,44,896,33,2,FALSE,28.8,54 +163,FALSE,0,53,738,33,3,FALSE,24.7,48 +164,FALSE,0,29,1176,72,2,FALSE,29,73 +165,FALSE,0,59,595,23,2,FALSE,22.4,33 +166,TRUE,1,24,885,54,3,FALSE,17.5,56 +167,FALSE,0,54,698,39,4,FALSE,21.7,46 +168,FALSE,0,53,725,21,2,FALSE,25.9,44 +169,FALSE,0,86,353,19,3,FALSE,23.7,54 +170,TRUE,1,27,827,31,2,FALSE,26,33 +171,TRUE,1,16,1273,78,3,FALSE,31.7,29 +172,FALSE,0,28,902,59,2,FALSE,15.8,41 +173,FALSE,0,41,835,28,5,FALSE,19.7,72 +174,FALSE,0,35,833,40,4,FALSE,18.8,48 +175,FALSE,0,73,660,32,3,FALSE,31.8,52 +176,TRUE,1,27,786,60,3,FALSE,16.9,45 +177,TRUE,1,50,631,40,2,FALSE,24.4,54 +178,TRUE,1,21,948,65,3,FALSE,19.6,34 +179,TRUE,1,22,911,34,5,FALSE,17.9,64 +180,TRUE,1,12,1287,57,3,FALSE,21.8,56 +181,TRUE,1,21,987,40,4,FALSE,25.7,36 +182,TRUE,1,55,529,36,2,FALSE,21.6,48 +183,FALSE,0,27,1013,48,4,FALSE,21.6,58 +184,FALSE,0,37,964,62,2,FALSE,25.2,55 +185,TRUE,1,39,810,34,3,FALSE,28.2,68 +186,FALSE,0,48,850,58,3,FALSE,27.9,39 +187,FALSE,0,76,523,29,2,FALSE,22.6,63 +188,TRUE,1,53,599,18,3,FALSE,24.8,62 +189,TRUE,1,21,1116,76,5,FALSE,28.1,45 +190,TRUE,1,27,946,70,5,FALSE,29.1,34 +191,FALSE,0,17,1258,50,2,FALSE,25.2,32 +192,FALSE,0,40,904,49,2,FALSE,25,54 +193,FALSE,0,34,1007,52,7,FALSE,29.8,47 +194,FALSE,0,53,834,39,3,FALSE,25.6,72 +195,TRUE,1,37,623,20,5,TRUE,17.7,55 +196,FALSE,0,36,967,47,3,FALSE,29.4,42 +197,FALSE,0,41,693,29,3,FALSE,17.1,33 +198,TRUE,1,28,848,42,3,FALSE,26.2,39 +199,FALSE,0,75,503,34,2,FALSE,21.6,52 +200,TRUE,1,15,1113,47,3,FALSE,20.4,41 +201,TRUE,1,12,1388,86,2,FALSE,25.6,55 +202,TRUE,1,39,593,28,6,TRUE,18.6,43 +203,FALSE,0,66,633,34,3,FALSE,25.8,46 +204,FALSE,0,53,731,46,3,FALSE,24.4,37 +205,FALSE,0,28,1110,65,2,FALSE,23.8,74 +206,FALSE,0,54,902,64,5,FALSE,32,52 +207,TRUE,1,20,1071,67,2,FALSE,23.3,51 +208,FALSE,0,23,952,33,2,FALSE,18.2,24 +209,FALSE,0,24,1025,59,2,FALSE,16.2,57 +210,FALSE,0,33,954,57,2,FALSE,27.3,33 +211,FALSE,0,57,782,62,3,FALSE,29,35 +212,FALSE,0,48,899,58,2,FALSE,26.9,60 +213,TRUE,1,26,896,62,2,FALSE,23.7,41 +214,TRUE,1,22,1080,93,3,FALSE,30.7,23 +215,TRUE,1,24,1000,31,1,FALSE,25.1,72 +216,FALSE,0,26,1000,55,4,FALSE,25.6,14 +217,TRUE,1,32,875,46,2,FALSE,29.2,56 +218,FALSE,0,75,501,26,3,FALSE,20.8,62 +219,TRUE,1,22,999,37,4,FALSE,27.4,39 +220,TRUE,1,28,995,73,5,FALSE,29.9,54 +221,FALSE,0,42,877,66,2,FALSE,22.3,54 +222,TRUE,1,50,573,31,6,TRUE,19.9,62 +223,FALSE,0,72,606,51,4,FALSE,24.3,54 +224,FALSE,0,34,906,56,4,FALSE,22.5,44 +225,FALSE,0,54,859,58,1,FALSE,28.3,60 +226,TRUE,1,22,878,32,2,FALSE,17.1,59 +227,FALSE,0,47,754,16,3,FALSE,27.1,35 +228,TRUE,1,41,529,26,3,FALSE,18.5,28 +229,FALSE,0,62,724,41,4,FALSE,27.9,50 +230,FALSE,0,46,873,53,5,FALSE,28.3,44 +231,TRUE,1,28,821,52,3,FALSE,24.9,34 +232,TRUE,1,22,983,66,3,FALSE,20.9,49 +233,TRUE,1,17,1133,69,3,FALSE,26.6,29 +234,FALSE,0,41,889,53,1,FALSE,25,50 +235,TRUE,1,19,1082,78,2,FALSE,24.1,39 +236,TRUE,1,29,695,19,2,FALSE,16,61 +237,FALSE,0,35,1060,72,2,FALSE,24.4,81 +238,FALSE,0,32,840,41,4,FALSE,20.3,35 +239,TRUE,1,19,1121,76,2,FALSE,21.9,62 +240,TRUE,1,17,1206,76,4,FALSE,24.5,59 +241,TRUE,1,43,550,24,3,FALSE,17.6,47 +242,TRUE,1,22,999,89,3,FALSE,20.8,41 +243,FALSE,0,54,818,52,2,FALSE,23.9,70 +244,FALSE,0,28,909,63,3,FALSE,20.7,20 +245,TRUE,1,15,1231,82,2,FALSE,25.6,39 +246,FALSE,0,39,865,34,4,FALSE,29,28 +247,TRUE,1,13,1340,65,2,FALSE,22.6,67 +248,FALSE,0,46,855,66,6,FALSE,24.8,45 +249,TRUE,1,19,1061,45,6,FALSE,25.2,40 +250,FALSE,0,68,765,70,4,FALSE,22.8,92 +251,TRUE,1,61,523,16,2,FALSE,27.9,47 +252,TRUE,1,13,1232,76,2,FALSE,19.4,41 +253,FALSE,0,68,705,53,3,FALSE,28.1,52 +254,TRUE,1,16,1155,75,2,FALSE,24.6,26 +255,FALSE,0,57,724,51,3,FALSE,22.2,54 +256,FALSE,0,30,993,45,4,FALSE,26.7,46 +257,FALSE,0,44,784,46,2,FALSE,19.2,54 +258,FALSE,0,54,687,21,2,FALSE,25.6,34 +259,FALSE,0,20,1255,69,3,FALSE,28.1,33 +260,FALSE,0,29,953,58,5,FALSE,22.3,38 +261,TRUE,1,19,935,43,5,FALSE,18.4,37 +262,TRUE,1,43,776,40,5,FALSE,27.7,66 +263,FALSE,0,44,999,89,3,FALSE,26.3,70 +264,TRUE,1,38,637,9,6,TRUE,22.7,45 +265,FALSE,0,36,1041,78,3,FALSE,30.9,43 +266,FALSE,0,74,541,42,3,FALSE,24.6,43 +267,FALSE,0,43,816,43,2,FALSE,22.3,49 +268,TRUE,1,26,994,73,2,FALSE,28.3,49 +269,FALSE,0,45,919,81,1,FALSE,25.6,52 +270,TRUE,1,21,966,39,3,FALSE,25,37 +271,FALSE,0,32,900,50,5,FALSE,22.7,36 +272,FALSE,0,46,773,32,1,FALSE,19.3,64 +273,FALSE,0,52,876,61,1,FALSE,31.4,40 +274,TRUE,1,30,799,34,2,FALSE,23.8,52 +275,TRUE,1,13,1281,64,4,FALSE,24.2,47 +276,FALSE,0,29,872,49,4,FALSE,18.3,34 +277,FALSE,0,36,923,32,6,FALSE,25.6,56 +278,TRUE,1,25,923,35,3,FALSE,25.4,50 +279,TRUE,1,25,1127,95,1,FALSE,29.8,67 +280,TRUE,1,25,933,54,3,FALSE,24.3,49 +281,TRUE,1,24,884,49,4,FALSE,20.7,43 +282,TRUE,1,17,1083,54,2,FALSE,18.7,51 +283,TRUE,1,22,918,53,2,FALSE,22.3,31 +284,TRUE,1,10,1353,80,2,FALSE,20.1,36 +285,FALSE,0,61,788,33,1,FALSE,31.4,55 +286,FALSE,0,42,869,35,2,FALSE,27.8,43 +287,TRUE,1,17,1215,61,1,FALSE,29,47 +288,FALSE,0,29,995,61,2,FALSE,23.3,46 +289,FALSE,0,43,864,31,1,FALSE,29.2,39 +290,FALSE,0,34,780,29,3,FALSE,21.7,19 +291,FALSE,0,57,691,33,2,FALSE,22.7,52 +292,FALSE,0,87,397,15,1,FALSE,27,58 +293,TRUE,1,12,1376,81,1,FALSE,30,30 +294,FALSE,0,34,996,59,5,FALSE,23.3,68 +295,TRUE,1,21,947,57,4,FALSE,17.3,53 +296,TRUE,1,17,1246,74,4,FALSE,24.8,66 +297,FALSE,0,23,1156,50,6,FALSE,29.8,34 +298,FALSE,0,35,967,41,1,FALSE,27.9,50 +299,TRUE,1,20,951,48,1,FALSE,18.9,46 +300,TRUE,1,18,1088,67,4,FALSE,18.7,58 +301,FALSE,0,30,1013,80,4,FALSE,25.2,40 +302,TRUE,1,42,696,34,1,FALSE,26.1,47 +303,FALSE,0,36,833,33,4,FALSE,25.8,23 +304,FALSE,0,55,663,53,4,FALSE,20.3,37 +305,FALSE,0,39,909,49,3,FALSE,25.7,49 +306,FALSE,0,26,1009,72,3,FALSE,19.5,38 +307,TRUE,1,19,1016,59,2,FALSE,20.1,47 +308,FALSE,0,30,1066,81,1,FALSE,28.1,41 +309,TRUE,1,43,795,55,3,FALSE,29.6,56 +310,FALSE,0,35,849,33,3,FALSE,18.1,64 +311,FALSE,0,29,1018,80,2,FALSE,24.5,36 +312,FALSE,0,27,991,44,3,FALSE,22.1,43 +313,FALSE,0,56,778,35,4,FALSE,25,68 +314,TRUE,1,18,1000,56,1,FALSE,22.6,17 +315,TRUE,1,30,708,46,2,FALSE,18.2,43 +316,FALSE,0,86,442,28,4,FALSE,24.8,76 +317,FALSE,0,63,782,47,4,FALSE,25.8,78 +318,FALSE,0,27,1105,63,2,FALSE,27.6,50 +319,FALSE,0,27,1070,52,2,FALSE,28.9,36 +320,TRUE,1,45,617,25,4,FALSE,23.2,50 +321,TRUE,1,33,684,18,4,FALSE,22.9,38 +322,TRUE,1,26,945,65,2,FALSE,20.9,68 +323,TRUE,1,10,1398,100,2,FALSE,21.7,36 +324,TRUE,1,20,1058,56,4,FALSE,24.2,53 +325,FALSE,0,75,613,27,1,FALSE,29.9,56 +326,FALSE,0,42,788,23,1,FALSE,24.6,37 +327,TRUE,1,24,1005,63,9,FALSE,24,60 +328,FALSE,0,41,692,26,1,FALSE,17.1,37 +329,FALSE,0,67,773,60,2,FALSE,30.6,56 +330,FALSE,0,41,863,43,5,FALSE,21.7,63 +331,FALSE,0,33,918,55,3,FALSE,24.6,34 +332,FALSE,0,50,768,54,2,FALSE,18.8,63 +333,FALSE,0,47,790,41,4,FALSE,24.9,41 +334,TRUE,1,42,713,38,4,FALSE,26.2,52 +335,TRUE,1,18,1174,67,2,FALSE,25.9,50 +336,FALSE,0,26,941,43,3,FALSE,17.5,42 +337,FALSE,0,29,1000,57,4,FALSE,22.6,51 +338,FALSE,0,28,845,21,3,FALSE,19.7,30 +339,FALSE,0,35,952,39,3,FALSE,28.1,46 +340,TRUE,1,19,1217,90,6,FALSE,27.9,59 +341,FALSE,0,46,708,34,3,FALSE,23.8,17 +342,FALSE,0,23,1052,61,1,FALSE,21.6,27 +343,FALSE,0,57,546,24,3,FALSE,17.8,31 +344,FALSE,0,41,752,33,2,FALSE,22.8,25 +345,FALSE,0,37,1011,49,3,FALSE,30.7,53 +346,FALSE,0,47,808,17,2,FALSE,30.8,34 +347,FALSE,0,25,932,54,6,FALSE,19.4,17 +348,FALSE,0,57,760,30,2,FALSE,30.9,39 +349,FALSE,0,33,964,46,2,FALSE,27.4,42 +350,FALSE,0,26,1078,71,3,FALSE,20.9,60 +351,FALSE,0,21,1134,81,2,FALSE,19.9,32 +352,TRUE,1,36,806,45,6,FALSE,25.1,64 +353,FALSE,0,47,797,28,3,FALSE,24.6,53 +354,FALSE,0,45,842,20,2,FALSE,27.6,53 +355,FALSE,0,24,949,27,3,FALSE,18.3,36 +356,FALSE,0,55,785,51,7,FALSE,21.3,75 +357,FALSE,0,66,688,39,3,FALSE,29.2,45 +358,TRUE,1,19,1000,81,3,FALSE,20.2,22 +359,FALSE,0,67,507,15,2,FALSE,20.1,45 +360,TRUE,1,21,1027,51,4,FALSE,29.9,21 +361,FALSE,0,53,774,43,2,FALSE,26.8,43 +362,TRUE,1,20,1117,72,2,FALSE,28.5,42 +363,FALSE,0,43,964,43,5,FALSE,31.1,57 +364,TRUE,1,48,679,32,2,FALSE,25.9,62 +365,FALSE,0,40,927,61,2,FALSE,28.2,37 +366,FALSE,0,43,848,47,4,FALSE,21.9,59 +367,TRUE,1,23,1134,85,2,FALSE,27.7,68 +368,FALSE,0,44,914,62,1,FALSE,30.3,37 +369,TRUE,1,22,1019,56,3,FALSE,26.7,38 +370,TRUE,1,28,879,49,3,FALSE,25.1,57 +371,FALSE,0,26,1087,63,3,FALSE,24.3,50 +372,FALSE,0,47,802,42,2,FALSE,22.6,55 +373,TRUE,1,25,815,19,5,FALSE,16.5,67 +374,FALSE,0,53,857,68,3,FALSE,27.6,53 +375,FALSE,0,55,896,51,3,FALSE,32,62 +376,TRUE,1,27,911,40,6,FALSE,25.6,56 +377,FALSE,0,46,880,40,4,FALSE,28.6,54 +378,FALSE,0,35,839,49,2,FALSE,17.4,53 +379,FALSE,0,39,968,41,2,FALSE,27.5,66 +380,FALSE,0,27,920,51,6,FALSE,18.8,34 +381,TRUE,1,15,1178,79,3,FALSE,22.7,32 +382,TRUE,1,32,756,44,4,FALSE,20.6,56 +383,TRUE,1,20,941,29,2,FALSE,20.5,46 +384,FALSE,0,32,1061,54,4,FALSE,31.2,49 +385,FALSE,0,29,1020,56,3,FALSE,22.9,58 +386,TRUE,1,45,605,22,5,TRUE,21.1,58 +387,FALSE,0,51,850,40,2,FALSE,31.4,44 +388,FALSE,0,59,655,21,2,FALSE,24.7,43 +389,FALSE,0,30,939,36,1,FALSE,23,49 +390,FALSE,0,65,758,50,2,FALSE,28.2,62 +391,TRUE,1,14,1277,60,6,FALSE,25.6,54 +392,FALSE,0,63,776,64,2,FALSE,25.8,68 +393,TRUE,1,29,936,62,4,FALSE,30.4,47 +394,FALSE,0,63,686,50,4,FALSE,22.1,63 +395,TRUE,1,23,1083,70,1,FALSE,27.4,60 +396,TRUE,1,26,819,59,2,FALSE,16.6,56 +397,FALSE,0,57,624,36,2,FALSE,17.5,53 +398,FALSE,0,52,629,15,1,FALSE,19.2,44 +399,FALSE,0,30,1031,65,1,FALSE,27.1,46 +400,FALSE,0,36,999,65,7,FALSE,27.6,51 +401,TRUE,1,53,509,22,7,TRUE,21.1,48 +402,TRUE,1,19,1035,54,2,FALSE,18.1,61 +403,TRUE,1,48,707,51,5,FALSE,28.9,46 +404,TRUE,1,17,1062,67,3,FALSE,18.2,47 +405,FALSE,0,24,1121,60,2,FALSE,25.8,41 +406,FALSE,0,51,693,43,3,FALSE,19.3,46 +407,FALSE,0,48,834,61,4,FALSE,25.1,47 +408,FALSE,0,28,992,37,1,FALSE,31.4,15 +409,FALSE,0,37,853,53,2,FALSE,24.1,29 +410,FALSE,0,65,673,37,4,FALSE,27.2,47 +411,FALSE,0,35,952,53,2,FALSE,26.9,44 +412,FALSE,0,26,1084,62,4,FALSE,28.3,31 +413,FALSE,0,23,1118,75,2,FALSE,26.8,20 +414,FALSE,0,60,784,42,3,FALSE,31.9,43 +415,FALSE,0,28,1065,59,2,FALSE,24.2,57 +416,TRUE,1,19,1061,67,2,FALSE,16.2,72 +417,FALSE,0,78,462,12,6,TRUE,25.1,47 +418,FALSE,0,58,782,58,2,FALSE,23.5,68 +419,FALSE,0,54,779,45,3,FALSE,26.4,49 +420,TRUE,1,23,1038,83,1,FALSE,24.8,49 +421,TRUE,1,26,1036,77,3,FALSE,29.5,52 +422,FALSE,0,48,814,54,3,FALSE,26.4,35 +423,FALSE,0,26,1181,77,3,FALSE,29.6,47 +424,FALSE,0,64,736,44,2,FALSE,27.1,60 +425,FALSE,0,28,1024,57,5,FALSE,26.8,37 +426,FALSE,0,43,889,51,3,FALSE,27.6,43 +427,FALSE,0,42,714,20,2,FALSE,21.1,32 +428,FALSE,0,52,680,12,2,FALSE,21.6,53 +429,FALSE,0,76,557,18,2,FALSE,28,54 +430,TRUE,1,56,550,39,5,TRUE,21.7,57 +431,FALSE,0,28,1051,76,6,FALSE,27.3,31 +432,FALSE,0,57,739,31,3,FALSE,26.9,49 +433,FALSE,0,22,1039,51,2,FALSE,18.4,34 +434,TRUE,1,11,1357,87,8,FALSE,20.4,48 +435,TRUE,1,26,1096,78,2,FALSE,30.7,66 +436,FALSE,0,31,861,43,3,FALSE,19.2,41 +437,FALSE,0,63,738,51,1,FALSE,26.7,58 +438,FALSE,0,18,1312,71,3,FALSE,27.8,37 +439,FALSE,0,28,1102,63,1,FALSE,29.8,41 +440,FALSE,0,74,608,42,2,FALSE,26.7,54 +441,FALSE,0,43,838,42,2,FALSE,26.4,38 +442,FALSE,0,25,1031,56,3,FALSE,23.9,24 +443,FALSE,0,37,913,44,4,FALSE,22.3,65 +444,FALSE,0,44,840,48,2,FALSE,23.6,53 +445,TRUE,1,13,1200,70,5,FALSE,18,39 +446,FALSE,0,29,903,55,4,FALSE,22.3,20 +447,FALSE,0,29,1099,67,4,FALSE,23.9,74 +448,FALSE,0,56,961,68,2,FALSE,28.4,95 +449,FALSE,0,34,977,73,2,FALSE,24.2,51 +450,FALSE,0,25,1018,57,3,FALSE,16.1,59 +451,TRUE,1,25,879,36,3,FALSE,19.4,65 +452,FALSE,0,27,1071,48,2,FALSE,29.5,38 +453,TRUE,1,19,967,42,2,FALSE,17.9,43 +454,FALSE,0,24,1018,71,1,FALSE,21,23 +455,TRUE,1,26,901,44,2,FALSE,26.7,37 +456,TRUE,1,50,676,36,5,TRUE,27.7,56 +457,FALSE,0,42,872,64,4,FALSE,24.4,44 +458,TRUE,1,27,750,31,4,FALSE,18.9,45 +459,FALSE,0,71,588,29,2,FALSE,26.8,46 +460,FALSE,0,28,934,46,1,FALSE,23.7,22 +461,FALSE,0,61,716,19,6,FALSE,27.3,59 +462,FALSE,0,25,991,60,3,FALSE,20.1,27 +463,TRUE,1,30,778,62,3,FALSE,20.8,45 +464,FALSE,0,34,811,45,2,FALSE,17.3,41 +465,FALSE,0,34,955,78,3,FALSE,22.8,45 +466,FALSE,0,84,449,13,2,FALSE,26.1,68 +467,TRUE,1,19,1021,52,2,FALSE,21.9,39 +468,FALSE,0,66,596,57,4,FALSE,21.7,37 +469,FALSE,0,25,1137,74,2,FALSE,30.1,26 +470,FALSE,0,37,759,20,4,FALSE,19.9,36 +471,TRUE,1,27,916,64,1,FALSE,29.1,31 +472,FALSE,0,37,967,94,4,FALSE,21.9,53 +473,FALSE,0,40,918,72,3,FALSE,26.8,36 +474,TRUE,1,31,808,18,4,FALSE,27.6,52 +475,FALSE,0,36,813,56,3,FALSE,16.6,46 +476,FALSE,0,32,887,65,3,FALSE,22,28 +477,TRUE,1,16,1127,72,3,FALSE,20.3,37 +478,TRUE,1,43,678,53,1,FALSE,20.5,60 +479,FALSE,0,28,1183,65,2,FALSE,31.3,60 +480,TRUE,1,53,537,34,4,FALSE,15.8,76 +481,TRUE,1,18,1170,61,2,FALSE,28.6,48 +482,FALSE,0,51,591,27,4,FALSE,17.8,27 +483,FALSE,0,36,877,29,2,FALSE,26.6,37 +484,FALSE,0,48,782,53,4,FALSE,21.1,53 +485,FALSE,0,33,1130,87,5,FALSE,27.8,74 +486,FALSE,0,55,799,42,1,FALSE,28.8,49 +487,FALSE,0,64,789,59,1,FALSE,28.6,64 +488,TRUE,1,19,1067,57,4,FALSE,21.9,58 +489,TRUE,1,17,1188,82,3,FALSE,27.5,31 +490,FALSE,0,52,823,35,4,FALSE,30.2,45 +491,FALSE,0,27,986,27,6,FALSE,19.4,66 +492,FALSE,0,67,646,41,1,FALSE,23.5,60 +493,FALSE,0,62,575,46,3,FALSE,15.7,54 +494,FALSE,0,51,806,37,4,FALSE,26.1,54 +495,TRUE,1,27,841,46,1,FALSE,24.1,41 +496,TRUE,1,22,815,7,7,FALSE,20.3,29 +497,FALSE,0,59,884,61,2,FALSE,31.5,66 +498,FALSE,0,58,677,35,1,FALSE,26.8,28 +499,FALSE,0,35,804,31,4,FALSE,21.1,34 +500,FALSE,0,23,1228,78,4,FALSE,26.2,56 +501,FALSE,0,27,924,38,2,FALSE,21.7,30 +502,FALSE,0,45,685,35,2,FALSE,16.9,40 +503,TRUE,1,12,1222,79,2,FALSE,17.4,31 +504,TRUE,1,18,1077,62,1,FALSE,19.4,56 +505,FALSE,0,27,1060,59,2,FALSE,23.3,54 +506,TRUE,1,24,953,47,2,FALSE,23.7,54 +507,FALSE,0,44,710,31,3,FALSE,16.1,54 +508,FALSE,0,25,1155,61,3,FALSE,26.7,55 +509,FALSE,0,27,1059,48,5,FALSE,23.8,57 +510,FALSE,0,26,946,60,2,FALSE,20.7,20 +511,TRUE,1,28,951,67,3,FALSE,28.8,46 +512,FALSE,0,32,895,49,1,FALSE,19.8,49 +513,TRUE,1,16,1257,53,5,FALSE,27.9,58 +514,FALSE,0,23,1184,71,2,FALSE,28.3,31 +515,FALSE,0,34,900,53,4,FALSE,23.1,41 +516,FALSE,0,42,786,30,2,FALSE,24.6,33 +517,FALSE,0,48,950,60,3,FALSE,30.3,62 +518,FALSE,0,24,1105,66,4,FALSE,19.1,65 +519,TRUE,1,20,1045,79,1,FALSE,19.2,59 +520,TRUE,1,34,696,37,4,FALSE,23.8,31 +521,TRUE,1,25,931,58,2,FALSE,23,54 +522,TRUE,1,31,682,25,2,FALSE,15.6,64 +523,FALSE,0,52,915,71,2,FALSE,31.1,50 +524,FALSE,0,32,961,52,1,FALSE,26.2,40 +525,FALSE,0,26,911,54,3,FALSE,16.4,32 +526,FALSE,0,46,789,38,4,FALSE,25.1,38 +527,FALSE,0,50,762,35,5,FALSE,21.9,58 +528,TRUE,1,19,1125,72,1,FALSE,26.3,42 +529,TRUE,1,55,658,34,7,TRUE,30.8,51 +530,FALSE,0,62,743,49,2,FALSE,24.9,66 +531,TRUE,1,61,625,28,5,TRUE,31.6,56 +532,TRUE,1,21,1119,63,4,FALSE,25.3,67 +533,FALSE,0,53,531,21,3,FALSE,15.9,24 +534,TRUE,1,14,1184,77,4,FALSE,19.3,44 +535,FALSE,0,56,708,47,1,FALSE,22.4,49 +536,FALSE,0,25,1066,58,4,FALSE,20.1,56 +537,TRUE,1,32,683,15,2,FALSE,24.3,31 +538,FALSE,0,90,413,41,4,FALSE,29.8,59 +539,FALSE,0,53,811,43,3,FALSE,27.6,52 +540,TRUE,1,19,1198,75,2,FALSE,28.5,51 +541,TRUE,1,62,538,19,4,FALSE,27.8,55 +542,FALSE,0,60,618,27,1,FALSE,21.3,46 +543,TRUE,1,17,1101,58,4,FALSE,18.4,61 +544,FALSE,0,23,1223,67,2,FALSE,26.6,57 +545,FALSE,0,39,1049,91,4,FALSE,30.9,46 +546,FALSE,0,77,519,29,6,TRUE,23.5,62 +547,FALSE,0,58,759,50,1,FALSE,26.1,52 +548,TRUE,1,15,1169,83,4,FALSE,17.1,57 +549,TRUE,1,26,766,55,4,FALSE,16.4,39 +550,TRUE,1,20,1140,77,2,FALSE,24,70 +551,FALSE,0,51,727,36,2,FALSE,22.2,48 +552,FALSE,0,54,869,66,2,FALSE,28.1,59 +553,FALSE,0,47,834,65,3,FALSE,23.7,46 +554,TRUE,1,29,743,55,5,FALSE,17.9,44 +555,TRUE,1,11,1402,100,3,FALSE,21.1,59 +556,FALSE,0,35,900,65,3,FALSE,24.9,25 +557,TRUE,1,22,934,47,3,FALSE,19.3,54 +558,FALSE,0,67,585,24,3,FALSE,22.3,53 +559,FALSE,0,20,1160,71,3,FALSE,26.3,10 +560,FALSE,0,26,1035,58,1,FALSE,20.1,53 +561,FALSE,0,22,1117,51,1,FALSE,28.5,17 +562,TRUE,1,18,1016,51,5,FALSE,16.9,57 +563,TRUE,1,16,1177,86,4,FALSE,21.2,41 +564,FALSE,0,42,879,58,2,FALSE,26.3,38 +565,TRUE,1,29,763,35,3,FALSE,21.4,48 +566,TRUE,1,13,1469,99,3,FALSE,27.7,67 +567,TRUE,1,27,852,63,2,FALSE,22.6,39 +568,TRUE,1,29,838,50,4,FALSE,23.8,55 +569,TRUE,1,14,1321,98,3,FALSE,24.4,52 +570,FALSE,0,75,516,32,5,TRUE,27.3,31 +571,FALSE,0,46,648,33,3,FALSE,18.4,23 +572,TRUE,1,14,1123,64,5,FALSE,20.8,20 +573,TRUE,1,15,1226,86,3,FALSE,19.7,55 +574,FALSE,0,25,977,47,3,FALSE,18.2,47 +575,TRUE,1,25,1078,81,6,FALSE,26.4,73 +576,FALSE,0,54,805,64,4,FALSE,24.4,56 +577,FALSE,0,57,836,33,3,FALSE,31.8,59 +578,FALSE,0,29,1074,54,1,FALSE,26,66 +579,FALSE,0,59,649,34,3,FALSE,23.1,41 +580,FALSE,0,38,949,48,3,FALSE,27,55 +581,FALSE,0,51,790,35,5,FALSE,24.5,60 +582,TRUE,1,20,1134,60,4,FALSE,25.9,67 +583,TRUE,1,52,569,49,4,FALSE,19.1,58 +584,FALSE,0,43,796,50,2,FALSE,18.9,53 +585,TRUE,1,23,985,53,5,FALSE,28.4,35 +586,FALSE,0,22,1121,66,2,FALSE,18.7,58 +587,FALSE,0,58,763,41,2,FALSE,26.9,55 +588,TRUE,1,28,788,38,3,FALSE,18.8,56 +589,TRUE,1,38,690,41,6,TRUE,20.7,54 +590,FALSE,0,24,1064,64,3,FALSE,19.8,45 +591,TRUE,1,31,910,64,3,FALSE,30.7,47 +592,TRUE,1,30,848,54,1,FALSE,24,57 +593,TRUE,1,47,578,33,6,TRUE,20.7,50 +594,TRUE,1,28,795,42,1,FALSE,23,36 +595,FALSE,0,40,751,36,1,FALSE,17.7,44 +596,FALSE,0,47,855,65,5,FALSE,28.5,29 +597,FALSE,0,36,897,49,3,FALSE,26.1,34 +598,TRUE,1,22,1024,62,2,FALSE,25.8,46 +599,TRUE,1,15,1142,85,5,FALSE,20.1,22 +600,FALSE,0,28,962,48,1,FALSE,25.1,24 +601,FALSE,0,45,837,21,2,FALSE,25.2,63 +602,FALSE,0,50,777,37,4,FALSE,26.4,40 +603,FALSE,0,38,743,41,2,FALSE,19.7,22 +604,TRUE,1,26,779,26,2,FALSE,18.7,46 +605,TRUE,1,46,684,32,2,FALSE,24.1,66 +606,FALSE,0,34,860,37,4,FALSE,18.7,57 +607,FALSE,0,26,1094,52,2,FALSE,25.7,54 +608,FALSE,0,47,796,34,4,FALSE,21.7,64 +609,FALSE,0,51,719,45,2,FALSE,22.8,37 +610,TRUE,1,25,951,58,2,FALSE,23.2,58 +611,FALSE,0,26,1065,68,3,FALSE,24.1,39 +612,TRUE,1,37,665,27,1,FALSE,21.2,48 +613,FALSE,0,46,938,52,1,FALSE,26,79 +614,FALSE,0,47,750,42,7,FALSE,18.1,61 +615,TRUE,1,16,1163,65,3,FALSE,20.9,58 +616,FALSE,0,27,967,56,4,FALSE,21.2,32 +617,TRUE,1,23,902,60,5,FALSE,19.8,37 +618,TRUE,1,28,1090,80,4,FALSE,30.7,80 +619,FALSE,0,38,802,46,6,FALSE,20.9,32 +620,FALSE,0,27,1019,54,1,FALSE,22.6,51 +621,FALSE,0,61,742,8,5,FALSE,30.6,60 +622,TRUE,1,28,851,34,5,FALSE,23.6,62 +623,FALSE,0,33,923,45,4,FALSE,20.3,63 +624,FALSE,0,27,963,53,2,FALSE,18.4,45 +625,FALSE,0,21,1243,76,1,FALSE,28.2,36 +626,FALSE,0,27,1050,68,2,FALSE,23.1,43 +627,FALSE,0,50,691,37,2,FALSE,21.3,35 +628,FALSE,0,46,818,36,4,FALSE,23.9,56 +629,FALSE,0,35,974,55,2,FALSE,23.8,63 +630,TRUE,1,53,576,23,2,FALSE,19.5,77 +631,TRUE,1,28,965,61,4,FALSE,30.3,53 +632,FALSE,0,22,1096,61,4,FALSE,22,35 +633,TRUE,1,19,1091,44,3,FALSE,24.6,62 +634,TRUE,1,46,724,30,4,FALSE,28.3,60 +635,TRUE,1,23,959,48,1,FALSE,24.2,44 +636,TRUE,1,27,834,48,2,FALSE,25.7,26 +637,FALSE,0,24,1132,56,6,FALSE,23.8,58 +638,FALSE,0,48,969,83,4,FALSE,28.6,63 +639,TRUE,1,28,820,54,4,FALSE,21.9,43 +640,TRUE,1,17,1164,78,3,FALSE,21.8,55 +641,TRUE,1,26,795,49,3,FALSE,18.2,44 +642,TRUE,1,27,913,44,4,FALSE,25.9,57 +643,TRUE,1,16,1254,72,5,FALSE,29.3,46 +644,TRUE,1,17,1036,58,2,FALSE,17.9,43 +645,FALSE,0,23,1193,83,1,FALSE,24.6,49 +646,FALSE,0,43,938,46,3,FALSE,31.8,44 +647,TRUE,1,19,938,40,4,FALSE,18.6,39 +648,FALSE,0,63,762,51,1,FALSE,30.8,43 +649,FALSE,0,35,1014,54,2,FALSE,30.4,47 +650,TRUE,1,21,1036,48,3,FALSE,25.5,51 +651,TRUE,1,41,737,40,4,FALSE,23.3,69 +652,FALSE,0,28,803,17,5,FALSE,17.5,29 +653,FALSE,0,29,993,63,3,FALSE,22.9,45 +654,TRUE,1,18,1074,59,3,FALSE,19.1,56 +655,TRUE,1,50,674,33,4,FALSE,24.4,72 +656,FALSE,0,46,709,23,5,FALSE,18.4,54 +657,FALSE,0,35,994,62,5,FALSE,27.6,47 +658,FALSE,0,40,880,61,1,FALSE,23.8,43 +659,FALSE,0,64,718,32,3,FALSE,29.1,53 +660,FALSE,0,53,763,44,2,FALSE,22.1,61 +661,TRUE,1,24,853,43,4,FALSE,18.7,45 +662,FALSE,0,77,399,17,4,FALSE,18.6,50 +663,TRUE,1,30,875,54,1,FALSE,27.6,51 +664,FALSE,0,32,1004,37,4,FALSE,27.7,58 +665,TRUE,1,25,999,64,2,FALSE,25.3,63 +666,FALSE,0,38,846,47,1,FALSE,20.1,52 +667,TRUE,1,24,942,53,5,FALSE,23.1,47 +668,TRUE,1,23,998,71,2,FALSE,20.4,67 +669,FALSE,0,71,550,34,3,FALSE,22.6,50 +670,FALSE,0,25,1036,46,2,FALSE,17.7,70 +671,TRUE,1,27,941,64,1,FALSE,27.7,47 +672,FALSE,0,24,1041,45,3,FALSE,19.1,56 +673,FALSE,0,71,512,31,1,FALSE,24.8,26 +674,TRUE,1,21,989,75,2,FALSE,18.9,46 +675,TRUE,1,19,1137,67,3,FALSE,26.9,47 +676,FALSE,0,47,696,34,3,FALSE,19.8,37 +677,FALSE,0,29,954,52,4,FALSE,23.9,33 +678,FALSE,0,33,928,45,2,FALSE,21.1,61 +679,TRUE,1,56,612,29,3,FALSE,27,60 +680,TRUE,1,22,878,45,3,FALSE,19.7,29 +681,FALSE,0,47,652,8,4,FALSE,16.5,54 +682,FALSE,0,24,1079,50,4,FALSE,25.3,32 +683,TRUE,1,19,1144,78,4,FALSE,28.7,33 +684,FALSE,0,39,853,45,5,FALSE,21.3,55 +685,TRUE,1,25,1006,77,6,FALSE,29.1,38 +686,TRUE,1,28,798,43,3,FALSE,17.8,61 +687,FALSE,0,36,840,37,3,FALSE,20.8,48 +688,FALSE,0,41,1030,85,2,FALSE,29.6,55 +689,FALSE,0,21,1036,47,3,FALSE,16.6,40 +690,FALSE,0,46,820,58,2,FALSE,25.9,32 +691,FALSE,0,50,803,47,1,FALSE,22.7,60 +692,FALSE,0,30,955,63,3,FALSE,20.1,51 +693,TRUE,1,20,990,42,3,FALSE,22.6,44 +694,TRUE,1,19,1065,56,2,FALSE,22,49 +695,FALSE,0,51,793,50,2,FALSE,21.2,66 +696,FALSE,0,32,861,19,3,FALSE,24,38 +697,FALSE,0,51,759,57,2,FALSE,23.6,37 +698,FALSE,0,34,931,49,1,FALSE,25.8,39 +699,FALSE,0,53,569,18,3,FALSE,18.6,25 +700,TRUE,1,24,895,34,2,FALSE,19.8,59 +701,FALSE,0,27,1066,95,4,FALSE,19.6,50 +702,TRUE,1,26,918,51,2,FALSE,24.3,51 +703,FALSE,0,22,1265,75,1,FALSE,29.3,47 +704,TRUE,1,29,654,22,5,TRUE,16.8,40 +705,TRUE,1,16,1131,58,2,FALSE,23.9,36 +706,FALSE,0,37,1050,53,3,FALSE,31.8,60 +707,TRUE,1,27,812,43,3,FALSE,25.3,28 +708,FALSE,0,48,844,45,2,FALSE,26.2,54 +709,TRUE,1,20,1031,65,2,FALSE,23.4,37 +710,FALSE,0,66,580,20,3,FALSE,22.2,52 +711,FALSE,0,52,667,37,3,FALSE,20.5,37 +712,TRUE,1,27,934,64,3,FALSE,28.1,40 +713,FALSE,0,28,1045,45,3,FALSE,22.6,72 +714,TRUE,1,37,844,45,4,FALSE,29.9,57 +715,FALSE,0,61,579,29,3,FALSE,24.9,18 +716,TRUE,1,31,841,62,2,FALSE,24.8,49 +717,TRUE,1,16,1158,69,1,FALSE,22.8,41 +718,FALSE,0,55,639,54,1,FALSE,19,32 +719,FALSE,0,22,1188,63,7,FALSE,24,51 +720,FALSE,0,56,767,27,1,FALSE,28.8,49 +721,FALSE,0,24,1180,63,3,FALSE,28.7,43 +722,TRUE,1,23,1005,51,4,FALSE,20.5,75 +723,FALSE,0,22,1053,61,4,FALSE,22.1,16 +724,TRUE,1,18,1125,86,5,FALSE,18.8,59 +725,FALSE,0,21,1315,87,3,FALSE,29.5,44 +726,FALSE,0,52,794,36,4,FALSE,25.9,57 +727,FALSE,0,28,968,64,4,FALSE,20.7,41 +728,FALSE,0,35,1070,87,3,FALSE,31.9,39 +729,FALSE,0,47,751,22,4,FALSE,28.1,24 +730,TRUE,1,33,799,34,1,FALSE,28.3,45 +731,TRUE,1,24,962,50,3,FALSE,19.2,82 +732,FALSE,0,34,861,23,5,FALSE,19.9,61 +733,FALSE,0,44,951,56,3,FALSE,26.8,71 +734,FALSE,0,59,820,57,5,FALSE,28.6,60 +735,TRUE,1,26,820,36,2,FALSE,17.3,64 +736,TRUE,1,21,1171,77,2,FALSE,28.3,60 +737,FALSE,0,77,495,27,4,FALSE,23,54 +738,TRUE,1,17,1084,75,7,FALSE,19.7,39 +739,FALSE,0,72,613,19,2,FALSE,31.7,40 +740,TRUE,1,19,1037,48,1,FALSE,26.1,25 +741,FALSE,0,25,1141,78,7,FALSE,25.5,48 +742,TRUE,1,29,945,54,2,FALSE,28.8,60 +743,FALSE,0,26,1130,74,1,FALSE,23.3,62 +744,TRUE,1,26,968,48,3,FALSE,28.7,49 +745,FALSE,0,29,948,64,2,FALSE,21.2,40 +746,FALSE,0,62,898,49,3,FALSE,30.4,94 +747,FALSE,0,35,1020,64,4,FALSE,27.5,58 +748,FALSE,0,41,753,18,1,FALSE,15.9,67 +749,FALSE,0,49,807,40,4,FALSE,27.1,43 +750,TRUE,1,24,826,53,6,FALSE,15.8,47 +751,TRUE,1,14,1204,58,2,FALSE,20.2,54 +752,FALSE,0,26,1102,88,2,FALSE,17.1,71 +753,TRUE,1,26,785,44,2,FALSE,18.5,43 +754,TRUE,1,20,1064,76,1,FALSE,19.8,60 +755,FALSE,0,32,949,36,3,FALSE,31.7,18 +756,TRUE,1,23,1015,71,3,FALSE,26.3,41 +757,TRUE,1,29,849,41,3,FALSE,29.8,30 +758,TRUE,1,31,798,29,5,FALSE,23.3,63 +759,FALSE,0,56,836,65,1,FALSE,29.9,45 +760,FALSE,0,23,1126,71,2,FALSE,22.8,42 +761,TRUE,1,23,921,54,3,FALSE,17.2,67 +762,FALSE,0,49,745,47,2,FALSE,17.4,63 +763,FALSE,0,43,744,26,3,FALSE,22.1,35 +764,TRUE,1,28,920,58,3,FALSE,26.8,54 +765,TRUE,1,45,710,54,3,FALSE,30.1,30 +766,FALSE,0,30,976,57,2,FALSE,25.2,41 +767,FALSE,0,43,954,56,2,FALSE,26.2,70 +768,FALSE,0,31,1047,75,3,FALSE,23.1,68 +769,FALSE,0,44,992,58,4,FALSE,31.1,63 +770,TRUE,1,49,495,5,3,FALSE,21.6,40 +771,TRUE,1,25,691,24,5,TRUE,17.1,21 +772,FALSE,0,20,1119,61,4,FALSE,20.4,31 +773,FALSE,0,44,928,44,3,FALSE,28.7,61 +774,FALSE,0,44,717,22,4,FALSE,19.9,44 +775,TRUE,1,25,771,49,1,FALSE,20.4,17 +776,FALSE,0,80,383,6,2,FALSE,22.4,45 +777,FALSE,0,71,558,13,2,FALSE,21.8,67 +778,FALSE,0,42,903,44,3,FALSE,26.3,57 +779,TRUE,1,29,685,26,3,FALSE,19.3,36 +780,FALSE,0,50,598,25,4,FALSE,18,26 +781,FALSE,0,42,876,64,2,FALSE,25.8,36 +782,FALSE,0,43,960,47,4,FALSE,32.1,48 +783,FALSE,0,26,1153,55,1,FALSE,28.2,60 +784,FALSE,0,23,992,68,3,FALSE,17.8,20 +785,TRUE,1,31,782,33,4,FALSE,21.8,62 +786,TRUE,1,22,1046,70,3,FALSE,25.2,48 +787,FALSE,0,41,851,41,2,FALSE,22.4,56 +788,FALSE,0,36,845,61,1,FALSE,22.6,24 +789,TRUE,1,51,432,13,2,FALSE,17.6,38 +790,TRUE,1,53,644,28,5,TRUE,31.3,41 +791,TRUE,1,37,689,44,5,TRUE,18.1,62 +792,TRUE,1,16,1274,79,3,FALSE,25.2,62 +793,FALSE,0,68,724,46,2,FALSE,30.3,54 +794,FALSE,0,77,431,12,3,FALSE,17.9,70 +795,FALSE,0,51,661,18,4,FALSE,20.9,40 +796,FALSE,0,39,984,66,3,FALSE,26.3,62 +797,FALSE,0,75,480,26,1,FALSE,21.9,47 +798,FALSE,0,55,839,59,2,FALSE,31.4,38 +799,FALSE,0,32,999,51,2,FALSE,24.7,61 +800,FALSE,0,52,880,60,2,FALSE,26.6,67 +801,FALSE,0,43,877,78,3,FALSE,20.3,60 +802,FALSE,0,26,1016,70,2,FALSE,19.8,40 +803,TRUE,1,27,915,52,1,FALSE,28.5,41 +804,TRUE,1,29,895,55,1,FALSE,24.4,67 +805,FALSE,0,43,774,38,2,FALSE,19.6,53 +806,TRUE,1,25,938,57,6,FALSE,22.4,59 +807,FALSE,0,28,974,52,3,FALSE,22.1,43 +808,TRUE,1,22,1059,64,3,FALSE,23.6,65 +809,FALSE,0,35,855,54,4,FALSE,21.1,36 +810,FALSE,0,47,914,38,3,FALSE,30.8,56 +811,FALSE,0,33,856,34,1,FALSE,22.3,36 +812,TRUE,1,15,1078,47,4,FALSE,23.9,13 +813,TRUE,1,24,795,54,2,FALSE,17.6,29 +814,TRUE,1,11,1404,87,5,FALSE,22.8,50 +815,TRUE,1,27,792,39,4,FALSE,16.7,60 +816,FALSE,0,31,871,70,2,FALSE,20.2,23 +817,FALSE,0,48,650,34,2,FALSE,18.6,30 +818,FALSE,0,59,796,51,1,FALSE,25.4,72 +819,FALSE,0,28,974,48,3,FALSE,23.4,42 +820,FALSE,0,66,657,43,3,FALSE,24.7,55 +821,TRUE,1,29,919,79,4,FALSE,28.6,40 +822,TRUE,1,13,1293,86,2,FALSE,23.4,43 +823,FALSE,0,56,760,39,3,FALSE,26.9,49 +824,TRUE,1,22,972,70,7,FALSE,19.8,48 +825,FALSE,0,34,881,47,4,FALSE,21.3,45 +826,FALSE,0,15,1392,89,1,FALSE,22.3,41 +827,FALSE,0,56,499,28,3,FALSE,18.4,5 +828,TRUE,1,27,995,52,1,FALSE,26.5,74 +829,FALSE,0,68,527,19,2,FALSE,16.1,73 +830,FALSE,0,29,1021,56,4,FALSE,29,32 +831,TRUE,1,26,870,48,1,FALSE,22.8,45 +832,TRUE,1,16,1202,70,4,FALSE,21.4,67 +833,TRUE,1,22,899,38,3,FALSE,16.4,62 +834,FALSE,0,44,958,68,4,FALSE,26.7,65 +835,FALSE,0,52,797,32,3,FALSE,31.1,33 +836,FALSE,0,41,956,51,3,FALSE,23.4,84 +837,TRUE,1,17,1203,61,4,FALSE,31.8,32 +838,FALSE,0,74,633,37,3,FALSE,28.5,58 +839,FALSE,0,47,768,16,2,FALSE,24.9,50 +840,FALSE,0,51,767,39,1,FALSE,25.6,42 +841,TRUE,1,51,664,47,6,TRUE,28.4,42 +842,FALSE,0,49,723,45,4,FALSE,22.1,34 +843,TRUE,1,21,1058,51,3,FALSE,21.7,70 +844,FALSE,0,37,825,23,1,FALSE,21.5,49 +845,FALSE,0,26,997,55,3,FALSE,18.8,51 +846,FALSE,0,47,861,47,2,FALSE,27.4,51 +847,TRUE,1,23,1034,67,5,FALSE,27.3,42 +848,TRUE,1,16,1170,73,1,FALSE,25.1,32 +849,TRUE,1,14,1311,96,2,FALSE,23.4,51 +850,FALSE,0,53,754,51,1,FALSE,28.9,18 +851,FALSE,0,28,1014,62,2,FALSE,26,28 +852,TRUE,1,10,1292,67,4,FALSE,17.9,33 +853,TRUE,1,45,643,28,7,TRUE,27.7,33 +854,TRUE,1,12,1321,97,4,FALSE,18.7,49 +855,FALSE,0,35,961,52,3,FALSE,22.1,70 +856,FALSE,0,28,885,47,3,FALSE,20.2,26 +857,TRUE,1,22,1051,64,6,FALSE,25.3,54 +858,TRUE,1,24,943,66,1,FALSE,20.1,60 +859,TRUE,1,26,828,59,1,FALSE,21.4,34 +860,TRUE,1,20,1061,58,5,FALSE,23.8,47 +861,FALSE,0,64,649,62,3,FALSE,19.3,59 +862,FALSE,0,44,891,47,1,FALSE,28.8,44 +863,FALSE,0,29,1042,77,3,FALSE,24.6,45 +864,FALSE,0,56,857,49,3,FALSE,31.7,52 +865,TRUE,1,17,1185,67,3,FALSE,27.2,47 +866,FALSE,0,26,1069,83,2,FALSE,22.6,40 +867,FALSE,0,25,1008,42,2,FALSE,20.1,46 +868,TRUE,1,20,1002,50,1,FALSE,15.6,74 +869,TRUE,1,20,1109,66,3,FALSE,24.1,60 +870,TRUE,1,24,1003,72,3,FALSE,28.1,35 +871,TRUE,1,15,1046,56,2,FALSE,17.1,30 +872,FALSE,0,29,927,26,2,FALSE,23,43 +873,TRUE,1,47,753,41,4,FALSE,28.7,66 +874,FALSE,0,66,604,26,3,FALSE,23.5,52 +875,FALSE,0,39,767,14,5,FALSE,22,38 +876,FALSE,0,40,926,79,3,FALSE,21.3,60 +877,TRUE,1,81,336,20,1,FALSE,29.2,46 +878,FALSE,0,26,1036,52,4,FALSE,25.3,32 +879,FALSE,0,23,1129,75,5,FALSE,20.4,54 +880,TRUE,1,29,973,49,3,FALSE,30,69 +881,TRUE,1,34,789,45,1,FALSE,25,54 +882,FALSE,0,25,1177,73,5,FALSE,28,50 +883,FALSE,0,25,1083,77,3,FALSE,22.1,38 +884,FALSE,0,58,671,12,2,FALSE,24.2,56 +885,FALSE,0,57,537,13,4,FALSE,18.3,33 +886,TRUE,1,18,998,48,5,FALSE,21.1,24 +887,TRUE,1,55,587,12,3,FALSE,28.9,47 +888,TRUE,1,29,884,46,2,FALSE,27.8,47 +889,FALSE,0,52,877,53,2,FALSE,24.6,81 +890,FALSE,0,31,954,50,2,FALSE,27.3,31 +891,TRUE,1,25,884,56,3,FALSE,20.4,50 +892,TRUE,1,20,975,59,4,FALSE,15.6,59 +893,TRUE,1,23,1007,58,3,FALSE,23,62 +894,TRUE,1,27,798,30,3,FALSE,21.6,47 +895,FALSE,0,24,974,48,4,FALSE,17.5,37 +896,FALSE,0,45,711,31,4,FALSE,18.1,47 +897,FALSE,0,48,798,39,1,FALSE,19.5,75 +898,TRUE,1,51,594,35,2,FALSE,23,54 +899,FALSE,0,28,945,51,1,FALSE,24.4,19 +900,TRUE,1,25,990,50,4,FALSE,24.4,68 +901,FALSE,0,44,808,39,5,FALSE,21.4,55 +902,FALSE,0,60,754,40,3,FALSE,29,47 +903,FALSE,0,56,752,43,4,FALSE,26.4,47 +904,FALSE,0,41,860,36,3,FALSE,25.7,46 +905,TRUE,1,24,841,31,3,FALSE,17.9,51 +906,TRUE,1,27,820,33,3,FALSE,24.2,41 +907,FALSE,0,21,1113,51,4,FALSE,18.5,51 +908,TRUE,1,28,876,63,5,FALSE,26.9,35 +909,TRUE,1,13,1441,99,4,FALSE,31.2,50 +910,FALSE,0,20,1301,78,1,FALSE,24.3,63 +911,TRUE,1,20,920,29,1,FALSE,15.9,55 +912,TRUE,1,15,1252,71,1,FALSE,22.5,62 +913,FALSE,0,52,711,43,5,FALSE,23.8,32 +914,FALSE,0,43,869,59,3,FALSE,24,48 +915,TRUE,1,25,896,49,2,FALSE,20.8,56 +916,FALSE,0,47,719,26,6,FALSE,23.3,33 +917,FALSE,0,39,1001,61,3,FALSE,26.6,69 +918,TRUE,1,24,1034,63,3,FALSE,31.4,33 +919,TRUE,1,20,1046,62,2,FALSE,23.2,50 +920,FALSE,0,34,937,77,2,FALSE,21,50 +921,FALSE,0,46,808,59,4,FALSE,21.7,49 +922,FALSE,0,45,889,42,1,FALSE,30.1,45 +923,FALSE,0,36,882,37,2,FALSE,22.2,54 +924,TRUE,1,24,851,56,4,FALSE,20.2,33 +925,FALSE,0,35,829,35,4,FALSE,22.9,30 +926,TRUE,1,16,1286,87,4,FALSE,30.2,38 +927,FALSE,0,80,463,24,2,FALSE,25.4,47 +928,FALSE,0,53,903,64,3,FALSE,28.6,65 +929,TRUE,1,19,1142,67,2,FALSE,23.4,70 +930,TRUE,1,41,721,40,4,FALSE,25.2,52 +931,FALSE,0,31,913,48,5,FALSE,20.2,53 +932,TRUE,1,12,1288,74,2,FALSE,20.8,44 +933,FALSE,0,51,613,24,4,FALSE,15.6,48 +934,TRUE,1,24,809,34,3,FALSE,19.9,28 +935,FALSE,0,51,858,43,6,FALSE,29.8,52 +936,FALSE,0,58,543,11,2,FALSE,17.8,40 +937,TRUE,1,14,1410,87,3,FALSE,30.7,52 +938,TRUE,1,28,682,27,5,TRUE,16.7,43 +939,TRUE,1,19,1170,81,5,FALSE,29.1,38 +940,FALSE,0,40,889,75,1,FALSE,22.6,45 +941,FALSE,0,24,1044,38,6,FALSE,23,42 +942,FALSE,0,56,850,51,3,FALSE,29.1,63 +943,TRUE,1,28,954,52,2,FALSE,29.8,51 +944,TRUE,1,28,842,54,3,FALSE,22.3,54 +945,TRUE,1,27,829,30,1,FALSE,27.4,30 +946,FALSE,0,68,658,41,2,FALSE,23.5,69 +947,FALSE,0,36,775,6,2,FALSE,19.5,50 +948,FALSE,0,26,979,60,2,FALSE,19.5,36 +949,FALSE,0,22,1194,80,3,FALSE,22.9,52 +950,FALSE,0,45,853,33,2,FALSE,25.4,60 +951,FALSE,0,37,1013,81,3,FALSE,31.9,28 +952,FALSE,0,69,657,26,2,FALSE,25.4,71 +953,FALSE,0,28,1000,55,6,FALSE,23.4,45 +954,TRUE,1,25,1042,64,1,FALSE,28.7,63 +955,TRUE,1,24,997,61,2,FALSE,26.5,49 +956,TRUE,1,28,931,61,6,FALSE,29.2,43 +957,FALSE,0,28,1069,70,3,FALSE,30.9,22 +958,TRUE,1,21,860,41,1,FALSE,17.7,32 +959,FALSE,0,49,718,30,3,FALSE,21.2,47 +960,TRUE,1,25,849,38,3,FALSE,17.9,59 +961,FALSE,0,28,965,50,3,FALSE,25.3,21 +962,FALSE,0,23,1106,71,3,FALSE,16.1,67 +963,FALSE,0,23,1218,79,3,FALSE,23.4,67 +964,TRUE,1,28,801,52,2,FALSE,23.4,32 +965,FALSE,0,51,725,43,5,FALSE,20.1,54 +966,FALSE,0,34,1003,73,3,FALSE,29.1,33 +967,TRUE,1,18,1054,63,3,FALSE,18.9,46 +968,TRUE,1,32,834,56,1,FALSE,23.7,61 +969,FALSE,0,37,954,53,4,FALSE,25,60 +970,TRUE,1,18,971,50,3,FALSE,17.8,36 +971,FALSE,0,22,1209,62,4,FALSE,28.7,42 +972,TRUE,1,30,662,39,1,FALSE,17.6,34 +973,TRUE,1,21,980,51,4,FALSE,21.1,52 +974,TRUE,1,17,1094,64,2,FALSE,23.2,26 +975,FALSE,0,25,959,46,2,FALSE,23.1,11 +976,FALSE,0,42,823,49,3,FALSE,17.7,68 +977,TRUE,1,22,1178,81,6,FALSE,26.8,79 +978,FALSE,0,45,768,38,1,FALSE,22.4,41 +979,FALSE,0,67,622,35,2,FALSE,23,58 +980,TRUE,1,24,1017,42,3,FALSE,31.3,48 +981,FALSE,0,38,1021,57,3,FALSE,28.4,68 +982,TRUE,1,19,1021,61,4,FALSE,16.9,55 +983,TRUE,1,78,301,24,5,TRUE,22.8,50 +984,FALSE,0,32,797,16,3,FALSE,22.8,22 +985,FALSE,0,31,981,60,5,FALSE,21.5,63 +986,FALSE,0,31,865,51,4,FALSE,18.2,43 +987,TRUE,1,20,1027,66,2,FALSE,24.9,28 +988,FALSE,0,55,804,39,2,FALSE,30.3,45 +989,FALSE,0,57,803,56,2,FALSE,29.3,46 +990,TRUE,1,24,1060,81,3,FALSE,26.3,62 +991,FALSE,0,62,726,58,1,FALSE,29.5,31 +992,FALSE,0,39,921,59,2,FALSE,27.3,40 +993,TRUE,1,18,1150,79,3,FALSE,20.7,68 +994,FALSE,0,49,819,29,2,FALSE,24.6,67 +995,TRUE,1,30,843,42,3,FALSE,23.8,64 +996,FALSE,0,17,1299,78,4,FALSE,16.2,71 +997,TRUE,1,16,1131,65,3,FALSE,20.5,50 +998,FALSE,0,60,649,21,2,FALSE,25.8,39 +999,FALSE,0,28,990,55,4,FALSE,20.8,55 +1000,FALSE,0,28,1042,37,1,FALSE,25,62 +1001,FALSE,0,66,822,67,2,FALSE,27.7,81 +1002,FALSE,0,46,676,32,3,FALSE,21.4,20 +1003,FALSE,0,42,779,62,2,FALSE,16.1,51 +1004,TRUE,1,14,1164,47,4,FALSE,17.2,57 +1005,FALSE,0,45,844,44,4,FALSE,25.9,47 +1006,TRUE,1,15,1107,52,3,FALSE,23.4,26 +1007,FALSE,0,23,1198,69,4,FALSE,24.1,58 +1008,FALSE,0,36,813,16,2,FALSE,23.3,37 +1009,FALSE,0,34,1047,69,1,FALSE,28.7,55 +1010,FALSE,0,47,797,25,3,FALSE,23.6,60 +1011,FALSE,0,31,990,72,3,FALSE,20.2,66 +1012,FALSE,0,53,585,36,2,FALSE,17.4,26 +1013,TRUE,1,16,1288,91,2,FALSE,24.7,63 +1014,FALSE,0,72,628,30,3,FALSE,31.9,37 +1015,FALSE,0,47,733,28,1,FALSE,25,30 +1016,FALSE,0,44,928,66,4,FALSE,24.8,66 +1017,FALSE,0,49,788,43,3,FALSE,21.3,64 +1018,FALSE,0,24,1040,54,3,FALSE,20.7,44 +1019,FALSE,0,65,628,31,3,FALSE,22.4,58 +1020,FALSE,0,51,710,48,2,FALSE,21.5,36 +1021,FALSE,0,46,825,52,3,FALSE,24.3,45 +1022,FALSE,0,68,692,46,4,FALSE,29.8,46 +1023,TRUE,1,16,1131,50,3,FALSE,22.5,44 +1024,TRUE,1,27,1041,91,2,FALSE,28.5,58 +1025,TRUE,1,16,1227,62,4,FALSE,22.8,69 +1026,FALSE,0,49,777,43,2,FALSE,24.9,41 +1027,FALSE,0,60,741,55,3,FALSE,26.6,47 +1028,FALSE,0,50,908,54,3,FALSE,27.4,70 +1029,TRUE,1,22,1010,73,2,FALSE,23.6,43 +1030,FALSE,0,25,955,62,3,FALSE,21.6,11 +1031,FALSE,0,25,1050,29,2,FALSE,23.7,55 +1032,TRUE,1,13,1220,70,3,FALSE,21.4,35 +1033,FALSE,0,36,765,53,3,FALSE,16.3,34 +1034,FALSE,0,28,1146,64,1,FALSE,27.8,67 +1035,TRUE,1,32,807,36,3,FALSE,20.2,82 +1036,FALSE,0,31,991,52,3,FALSE,29.2,33 +1037,FALSE,0,68,745,53,2,FALSE,29.3,62 +1038,FALSE,0,79,455,10,3,FALSE,26.4,46 +1039,FALSE,0,49,879,57,3,FALSE,28.8,50 +1040,FALSE,0,59,730,32,3,FALSE,24.7,65 +1041,TRUE,1,15,1159,79,4,FALSE,16.9,51 +1042,FALSE,0,40,824,41,4,FALSE,24.1,36 +1043,TRUE,1,24,1049,69,3,FALSE,29.8,41 +1044,TRUE,1,26,876,46,3,FALSE,21.4,57 +1045,FALSE,0,32,843,36,2,FALSE,24.6,15 +1046,FALSE,0,26,992,39,1,FALSE,18.6,63 +1047,FALSE,0,31,968,68,2,FALSE,26.7,26 +1048,FALSE,0,29,1056,70,1,FALSE,26.1,48 +1049,TRUE,1,28,684,19,5,TRUE,16.3,45 +1050,FALSE,0,49,924,63,7,FALSE,27.8,66 +1051,TRUE,1,18,1195,71,4,FALSE,27.2,50 +1052,FALSE,0,51,768,39,4,FALSE,24.6,49 +1053,FALSE,0,39,819,32,5,FALSE,19.6,57 +1054,FALSE,0,64,711,39,3,FALSE,30.9,36 +1055,FALSE,0,44,798,40,3,FALSE,22.8,45 +1056,FALSE,0,29,1052,59,2,FALSE,24.3,64 +1057,TRUE,1,43,742,27,3,FALSE,29.3,57 +1058,FALSE,0,39,886,44,2,FALSE,28.4,30 +1059,FALSE,0,50,830,47,2,FALSE,25.9,57 +1060,FALSE,0,34,854,49,4,FALSE,22.6,28 +1061,FALSE,0,36,989,52,4,FALSE,31.3,39 +1062,TRUE,1,15,1150,61,2,FALSE,17.1,65 +1063,FALSE,0,54,637,35,2,FALSE,24.3,16 +1064,FALSE,0,53,614,17,2,FALSE,22.4,23 +1065,FALSE,0,27,1009,68,1,FALSE,16.2,66 +1066,TRUE,1,21,888,48,4,FALSE,18.2,36 +1067,FALSE,0,42,824,26,3,FALSE,21.2,65 +1068,TRUE,1,28,761,22,2,FALSE,21.9,45 +1069,FALSE,0,46,975,66,6,FALSE,31.9,54 +1070,FALSE,0,49,733,32,3,FALSE,19.3,59 +1071,FALSE,0,27,1007,47,4,FALSE,24.1,39 +1072,FALSE,0,66,584,14,4,FALSE,25.1,43 +1073,FALSE,0,29,1010,67,5,FALSE,25,42 +1074,TRUE,1,19,1131,79,4,FALSE,17.6,87 +1075,FALSE,0,27,1036,60,3,FALSE,22.9,49 +1076,TRUE,1,24,973,35,3,FALSE,27.5,54 +1077,TRUE,1,13,1157,44,2,FALSE,17.2,43 +1078,TRUE,1,15,1084,61,1,FALSE,16.6,44 +1079,FALSE,0,33,1020,51,3,FALSE,26.1,67 +1080,FALSE,0,35,896,49,2,FALSE,23.3,43 +1081,FALSE,0,46,795,29,2,FALSE,25.1,48 +1082,TRUE,1,22,970,51,2,FALSE,22.3,53 +1083,FALSE,0,25,1025,47,2,FALSE,22,42 +1084,FALSE,0,53,797,26,3,FALSE,24.1,75 +1085,FALSE,0,34,875,26,4,FALSE,27.1,28 +1086,TRUE,1,37,699,29,2,FALSE,18.1,76 +1087,FALSE,0,29,939,55,1,FALSE,20.3,43 +1088,FALSE,0,35,1052,71,1,FALSE,26.7,67 +1089,FALSE,0,42,750,47,4,FALSE,22.6,20 +1090,FALSE,0,42,912,52,3,FALSE,25.1,61 +1091,TRUE,1,25,920,38,4,FALSE,23.6,60 +1092,FALSE,0,29,955,71,1,FALSE,22,30 +1093,FALSE,0,41,765,16,1,FALSE,23.6,37 +1094,FALSE,0,44,786,56,1,FALSE,19.1,50 +1095,FALSE,0,46,875,52,4,FALSE,24.6,64 +1096,TRUE,1,30,817,62,4,FALSE,25.4,37 +1097,FALSE,0,30,1012,49,7,FALSE,28.2,44 +1098,TRUE,1,28,926,44,3,FALSE,25.5,70 +1099,FALSE,0,24,1014,62,2,FALSE,18.7,32 +1100,FALSE,0,63,674,18,2,FALSE,25.7,61 +1101,TRUE,1,32,903,48,4,FALSE,31.2,54 +1102,FALSE,0,49,912,76,4,FALSE,32,32 +1103,FALSE,0,15,1379,73,2,FALSE,24.1,38 +1104,FALSE,0,35,1050,77,4,FALSE,27.3,59 +1105,TRUE,1,26,953,72,5,FALSE,25.3,51 +1106,TRUE,1,30,941,59,3,FALSE,27.9,68 +1107,TRUE,1,23,885,45,3,FALSE,20.8,39 +1108,TRUE,1,26,800,57,5,FALSE,21.6,24 +1109,TRUE,1,31,909,47,6,FALSE,29,62 +1110,TRUE,1,16,1242,83,3,FALSE,28.4,39 +1111,TRUE,1,16,1072,62,1,FALSE,16.7,49 +1112,FALSE,0,34,942,53,4,FALSE,19.9,72 +1113,FALSE,0,48,730,16,3,FALSE,23.8,44 +1114,FALSE,0,35,970,66,2,FALSE,21,69 +1115,FALSE,0,67,503,17,2,FALSE,22,32 +1116,TRUE,1,17,1076,56,2,FALSE,16.1,61 +1117,FALSE,0,32,1048,66,3,FALSE,28.1,51 +1118,TRUE,1,20,1082,56,5,FALSE,28.6,37 +1119,TRUE,1,17,1086,68,2,FALSE,22.8,30 +1120,FALSE,0,27,1076,56,3,FALSE,26.8,49 +1121,TRUE,1,31,853,37,2,FALSE,28.9,51 +1122,FALSE,0,66,572,38,2,FALSE,19.7,51 +1123,FALSE,0,63,642,42,4,FALSE,21.4,55 +1124,FALSE,0,41,935,72,2,FALSE,27.5,41 +1125,FALSE,0,28,1088,70,2,FALSE,28.2,40 +1126,TRUE,1,48,679,40,1,FALSE,27.4,51 +1127,FALSE,0,29,961,39,5,FALSE,24.3,40 +1128,FALSE,0,50,924,45,3,FALSE,30.7,65 +1129,FALSE,0,81,536,16,1,FALSE,31.9,50 +1130,TRUE,1,20,1154,89,3,FALSE,28.9,39 +1131,TRUE,1,23,917,72,3,FALSE,22.7,22 +1132,FALSE,0,19,1333,85,4,FALSE,27.9,39 +1133,TRUE,1,22,1054,67,4,FALSE,21.2,76 +1134,FALSE,0,51,714,45,3,FALSE,21.4,40 +1135,FALSE,0,55,757,46,4,FALSE,27.9,36 +1136,FALSE,0,45,789,58,4,FALSE,18.2,57 +1137,TRUE,1,10,1418,90,2,FALSE,20.9,54 +1138,FALSE,0,68,583,22,2,FALSE,22.6,58 +1139,FALSE,0,53,756,55,3,FALSE,23.7,44 +1140,FALSE,0,39,831,45,2,FALSE,17.9,63 +1141,FALSE,0,69,444,19,4,FALSE,19.1,31 +1142,TRUE,1,57,636,45,2,FALSE,29.7,47 +1143,FALSE,0,56,770,43,1,FALSE,29.3,38 +1144,FALSE,0,32,1012,43,6,FALSE,27.8,57 +1145,TRUE,1,20,990,70,2,FALSE,18.1,49 +1146,FALSE,0,63,703,44,2,FALSE,23.6,63 +1147,FALSE,0,49,793,44,3,FALSE,18.7,76 +1148,TRUE,1,19,1177,54,3,FALSE,31.2,50 +1149,FALSE,0,60,591,15,2,FALSE,22.4,40 +1150,FALSE,0,24,955,34,2,FALSE,18.5,36 +1151,TRUE,1,25,828,57,5,FALSE,17.1,44 +1152,FALSE,0,44,854,63,3,FALSE,23.7,47 +1153,TRUE,1,17,1275,82,4,FALSE,25.6,75 +1154,TRUE,1,15,1145,56,5,FALSE,24,32 +1155,FALSE,0,19,1092,61,3,FALSE,16.6,32 +1156,FALSE,0,34,777,7,2,FALSE,19.8,42 +1157,FALSE,0,61,778,36,1,FALSE,30.1,56 +1158,FALSE,0,45,762,29,4,FALSE,19.4,59 +1159,TRUE,1,26,952,72,3,FALSE,27.7,35 +1160,FALSE,0,68,586,25,2,FALSE,24.4,49 +1161,FALSE,0,27,956,54,2,FALSE,18.6,47 +1162,FALSE,0,67,657,21,2,FALSE,26,64 +1163,TRUE,1,23,1138,81,3,FALSE,29.5,63 +1164,FALSE,0,59,628,29,2,FALSE,21.6,43 +1165,TRUE,1,20,1040,58,1,FALSE,23.7,48 +1166,TRUE,1,19,1210,53,1,FALSE,31.1,57 +1167,TRUE,1,24,866,83,4,FALSE,18.9,24 +1168,FALSE,0,54,805,44,2,FALSE,29.7,43 +1169,TRUE,1,28,920,50,2,FALSE,26.7,56 +1170,FALSE,0,27,1042,41,6,FALSE,27.3,40 +1171,TRUE,1,27,781,35,3,FALSE,20.3,47 +1172,TRUE,1,18,997,50,2,FALSE,17.9,47 +1173,TRUE,1,22,949,45,3,FALSE,23,37 +1174,TRUE,1,34,649,32,5,TRUE,20.9,34 +1175,TRUE,1,19,1019,66,2,FALSE,19.9,45 +1176,FALSE,0,52,674,38,3,FALSE,19.8,43 +1177,TRUE,1,30,760,39,4,FALSE,18.9,59 +1178,TRUE,1,33,905,48,2,FALSE,28.9,69 +1179,FALSE,0,61,550,16,1,FALSE,18.4,47 +1180,TRUE,1,43,752,69,3,FALSE,25.4,53 +1181,TRUE,1,20,1066,69,1,FALSE,24,47 +1182,TRUE,1,17,1197,80,2,FALSE,23.9,56 +1183,TRUE,1,22,1013,59,4,FALSE,23.8,51 +1184,FALSE,0,28,1025,55,5,FALSE,24.3,51 +1185,FALSE,0,55,781,40,4,FALSE,24.8,63 +1186,FALSE,0,39,815,34,1,FALSE,24.2,34 +1187,FALSE,0,68,729,27,2,FALSE,30.3,68 +1188,TRUE,1,21,958,51,4,FALSE,18.9,52 +1189,TRUE,1,21,985,63,4,FALSE,18.9,50 +1190,TRUE,1,22,947,56,3,FALSE,22.4,40 +1191,FALSE,0,28,892,32,1,FALSE,19,45 +1192,TRUE,1,22,919,51,3,FALSE,18.5,53 +1193,FALSE,0,50,574,28,3,FALSE,17.2,19 +1194,TRUE,1,18,1094,53,4,FALSE,25.6,39 +1195,FALSE,0,57,827,51,1,FALSE,29.6,56 +1196,FALSE,0,31,1065,67,2,FALSE,30.2,43 +1197,FALSE,0,21,1124,70,5,FALSE,19.8,36 +1198,TRUE,1,28,853,62,1,FALSE,25,39 +1199,TRUE,1,21,994,53,6,FALSE,20.9,51 +1200,FALSE,0,45,703,29,2,FALSE,22.3,25 +1201,TRUE,1,21,1068,71,5,FALSE,22.2,60 +1202,FALSE,0,23,1064,79,5,FALSE,22.7,17 +1203,TRUE,1,23,905,51,3,FALSE,20.4,41 +1204,FALSE,0,56,690,24,4,FALSE,26.2,37 +1205,FALSE,0,34,851,62,3,FALSE,20.1,30 +1206,FALSE,0,37,899,59,7,FALSE,25.9,33 +1207,TRUE,1,29,939,59,1,FALSE,29.4,51 +1208,FALSE,0,22,1020,45,2,FALSE,16.2,46 +1209,FALSE,0,74,477,35,4,FALSE,20.6,43 +1210,TRUE,1,30,712,41,3,FALSE,24.7,15 +1211,FALSE,0,28,938,45,3,FALSE,22.4,29 +1212,FALSE,0,50,793,58,8,FALSE,23.7,46 +1213,FALSE,0,46,743,39,2,FALSE,22.4,35 +1214,TRUE,1,19,1067,70,3,FALSE,23.6,36 +1215,FALSE,0,73,604,29,1,FALSE,26.3,62 +1216,FALSE,0,29,1029,55,4,FALSE,26.2,50 +1217,FALSE,0,32,899,41,2,FALSE,24.6,33 +1218,TRUE,1,24,900,41,4,FALSE,24.3,41 +1219,FALSE,0,36,948,60,2,FALSE,25.9,44 +1220,FALSE,0,28,1047,65,5,FALSE,26.9,38 +1221,TRUE,1,25,863,32,2,FALSE,25.9,34 +1222,FALSE,0,28,1065,90,3,FALSE,22.3,47 +1223,FALSE,0,56,785,44,1,FALSE,26.6,58 +1224,FALSE,0,22,1099,50,5,FALSE,19.8,51 +1225,TRUE,1,16,1088,45,6,FALSE,19.3,45 +1226,FALSE,0,29,1089,92,1,FALSE,25,53 +1227,FALSE,0,31,958,47,3,FALSE,22.2,59 +1228,TRUE,1,13,1243,83,2,FALSE,19.2,46 +1229,FALSE,0,29,1034,78,5,FALSE,21.8,54 +1230,TRUE,1,29,757,44,3,FALSE,23.1,32 +1231,FALSE,0,46,912,68,1,FALSE,28.8,44 +1232,TRUE,1,20,1091,71,2,FALSE,27.1,42 +1233,TRUE,1,18,1060,62,2,FALSE,19.6,50 +1234,TRUE,1,27,888,61,3,FALSE,22.7,53 +1235,TRUE,1,27,741,14,2,FALSE,19.1,46 +1236,TRUE,1,24,1022,57,1,FALSE,30.4,37 +1237,FALSE,0,19,1179,59,1,FALSE,22.9,35 +1238,FALSE,0,38,925,34,4,FALSE,27.4,51 +1239,TRUE,1,55,581,32,5,TRUE,22.6,67 +1240,FALSE,0,25,1095,79,2,FALSE,23.1,37 +1241,FALSE,0,47,798,58,1,FALSE,22.7,42 +1242,FALSE,0,39,870,37,2,FALSE,23.7,52 +1243,TRUE,1,21,885,27,3,FALSE,19.9,40 +1244,FALSE,0,53,708,37,3,FALSE,21.6,49 +1245,FALSE,0,25,1111,64,4,FALSE,25.2,47 +1246,TRUE,1,18,1135,67,2,FALSE,27.7,37 +1247,FALSE,0,66,507,13,3,FALSE,16.4,59 +1248,FALSE,0,50,670,27,1,FALSE,16.3,59 +1249,FALSE,0,25,1090,65,2,FALSE,19.9,62 +1250,FALSE,0,53,862,48,4,FALSE,28,65 +1251,TRUE,1,25,879,59,4,FALSE,20.8,41 +1252,TRUE,1,21,950,45,3,FALSE,21.1,41 +1253,FALSE,0,43,747,32,3,FALSE,18.2,51 +1254,FALSE,0,57,788,51,1,FALSE,26.3,56 +1255,TRUE,1,25,811,23,2,FALSE,21.6,43 +1256,TRUE,1,23,897,54,5,FALSE,19.7,42 +1257,TRUE,1,22,837,41,1,FALSE,16.8,39 +1258,TRUE,1,15,1334,90,2,FALSE,24.2,68 +1259,TRUE,1,38,723,43,6,FALSE,31.4,13 +1260,FALSE,0,50,752,34,3,FALSE,24.3,45 +1261,FALSE,0,27,1007,63,2,FALSE,20.2,48 +1262,TRUE,1,23,981,67,3,FALSE,26.8,33 +1263,FALSE,0,38,988,65,1,FALSE,27.8,53 +1264,FALSE,0,31,948,55,2,FALSE,28.1,20 +1265,TRUE,1,20,1104,68,4,FALSE,22.7,61 +1266,TRUE,1,20,923,66,1,FALSE,18.4,24 +1267,FALSE,0,58,655,19,3,FALSE,29.5,17 +1268,FALSE,0,59,705,35,5,FALSE,27.6,37 +1269,FALSE,0,33,908,44,1,FALSE,22,50 +1270,FALSE,0,38,855,36,6,FALSE,24.9,38 +1271,FALSE,0,44,734,47,1,FALSE,18.4,40 +1272,TRUE,1,28,919,61,4,FALSE,26.8,52 +1273,FALSE,0,31,933,39,3,FALSE,26.3,33 +1274,TRUE,1,23,867,32,3,FALSE,20.1,46 +1275,TRUE,1,48,649,16,5,TRUE,27.4,55 +1276,FALSE,0,61,826,49,3,FALSE,28.9,70 +1277,TRUE,1,23,1028,58,4,FALSE,26.3,54 +1278,FALSE,0,66,766,46,3,FALSE,28.1,72 +1279,FALSE,0,38,881,47,2,FALSE,22.5,54 +1280,TRUE,1,28,889,51,2,FALSE,27.2,48 +1281,FALSE,0,44,766,32,2,FALSE,27.6,16 +1282,FALSE,0,19,1171,79,4,FALSE,20.1,30 +1283,FALSE,0,27,1151,68,3,FALSE,31.8,43 +1284,FALSE,0,47,881,50,4,FALSE,27.1,58 +1285,TRUE,1,17,1169,79,3,FALSE,24.5,43 +1286,TRUE,1,29,862,33,2,FALSE,27,55 +1287,FALSE,0,26,1026,64,4,FALSE,22.5,33 +1288,TRUE,1,42,771,76,3,FALSE,26.8,44 +1289,FALSE,0,25,1200,66,2,FALSE,30.7,51 +1290,FALSE,0,28,935,29,3,FALSE,22.8,43 +1291,FALSE,0,39,850,45,4,FALSE,21.9,49 +1292,FALSE,0,52,824,68,3,FALSE,27.4,38 +1293,FALSE,0,28,1133,68,2,FALSE,28.7,53 +1294,TRUE,1,30,937,69,4,FALSE,30.7,46 +1295,FALSE,0,54,766,26,2,FALSE,28.1,47 +1296,FALSE,0,63,666,33,2,FALSE,31.3,20 +1297,TRUE,1,27,906,48,4,FALSE,29.2,38 +1298,TRUE,1,29,706,15,4,FALSE,23.3,27 +1299,FALSE,0,35,784,24,4,FALSE,22.1,25 +1300,TRUE,1,22,952,67,3,FALSE,20.4,41 +1301,FALSE,0,32,846,48,1,FALSE,17.7,45 +1302,FALSE,0,40,893,52,3,FALSE,24.1,52 +1303,FALSE,0,47,831,52,3,FALSE,21.9,63 +1304,TRUE,1,17,1111,79,4,FALSE,18.8,54 +1305,FALSE,0,57,848,64,4,FALSE,27.8,62 +1306,FALSE,0,29,1048,35,3,FALSE,30.8,40 +1307,FALSE,0,62,633,19,1,FALSE,25.4,43 +1308,FALSE,0,64,794,44,2,FALSE,30.9,63 +1309,FALSE,0,32,885,30,4,FALSE,22.2,48 +1310,FALSE,0,62,530,26,1,FALSE,20.8,24 +1311,FALSE,0,30,1016,70,2,FALSE,27.3,36 +1312,FALSE,0,28,1027,74,2,FALSE,19.1,62 +1313,FALSE,0,54,649,35,4,FALSE,20.1,39 +1314,TRUE,1,27,970,66,2,FALSE,27.7,52 +1315,TRUE,1,26,719,22,4,FALSE,15.7,48 +1316,TRUE,1,20,1020,64,1,FALSE,22.1,41 +1317,FALSE,0,22,1149,80,4,FALSE,21.7,43 +1318,TRUE,1,37,773,41,2,FALSE,26.6,53 +1319,TRUE,1,44,743,47,3,FALSE,28.4,51 +1320,FALSE,0,62,765,70,1,FALSE,23.9,65 +1321,TRUE,1,32,771,57,4,FALSE,22.6,45 +1322,FALSE,0,43,812,56,2,FALSE,23.4,35 +1323,FALSE,0,55,848,44,5,FALSE,31.5,50 +1324,FALSE,0,41,887,48,2,FALSE,24,57 +1325,FALSE,0,32,910,44,6,FALSE,15.6,80 +1326,FALSE,0,46,836,48,2,FALSE,26.7,41 +1327,FALSE,0,58,769,55,3,FALSE,28.1,43 +1328,FALSE,0,64,634,21,3,FALSE,23.3,60 +1329,FALSE,0,58,792,52,1,FALSE,25.8,66 +1330,FALSE,0,28,992,70,3,FALSE,21.7,38 +1331,FALSE,0,24,1109,69,3,FALSE,19.7,57 +1332,FALSE,0,68,676,37,2,FALSE,30.8,40 +1333,TRUE,1,19,1112,65,3,FALSE,27.1,34 +1334,FALSE,0,24,1026,42,3,FALSE,18.2,56 +1335,TRUE,1,33,768,35,3,FALSE,24.6,49 +1336,FALSE,0,54,801,37,2,FALSE,28.3,53 +1337,TRUE,1,17,1089,61,4,FALSE,20.6,39 +1338,FALSE,0,55,717,22,4,FALSE,20.4,73 +1339,FALSE,0,42,996,61,4,FALSE,30.9,57 +1340,TRUE,1,12,1227,65,3,FALSE,16.5,42 +1341,FALSE,0,37,1011,63,2,FALSE,28,57 +1342,FALSE,0,30,938,44,3,FALSE,25.8,31 +1343,FALSE,0,28,963,57,2,FALSE,20.3,46 +1344,FALSE,0,37,908,39,2,FALSE,22.2,67 +1345,FALSE,0,48,801,37,3,FALSE,25.9,45 +1346,TRUE,1,26,827,39,6,FALSE,17.6,60 +1347,TRUE,1,23,888,44,2,FALSE,19.8,45 +1348,FALSE,0,56,715,63,3,FALSE,27.4,15 +1349,TRUE,1,30,840,65,3,FALSE,26.4,35 +1350,TRUE,1,28,832,53,3,FALSE,21.6,51 +1351,FALSE,0,58,701,28,1,FALSE,21.8,68 +1352,TRUE,1,37,706,34,1,FALSE,25.1,39 +1353,FALSE,0,49,719,23,1,FALSE,21.2,51 +1354,TRUE,1,25,1025,66,1,FALSE,32,34 +1355,FALSE,0,62,719,35,1,FALSE,31.7,33 +1356,FALSE,0,30,932,50,3,FALSE,23.7,37 +1357,TRUE,1,25,932,66,2,FALSE,18.7,67 +1358,TRUE,1,24,1043,72,4,FALSE,25.3,61 +1359,FALSE,0,70,661,35,2,FALSE,28.6,56 +1360,FALSE,0,29,988,47,3,FALSE,21.7,63 +1361,FALSE,0,56,809,57,3,FALSE,29.3,42 +1362,FALSE,0,23,1199,63,2,FALSE,24.9,58 +1363,FALSE,0,18,1188,69,4,FALSE,16.9,51 +1364,TRUE,1,16,995,38,3,FALSE,17.7,33 +1365,FALSE,0,40,784,59,2,FALSE,18.4,36 +1366,TRUE,1,27,745,28,2,FALSE,18.3,48 +1367,FALSE,0,44,791,49,2,FALSE,20.2,50 +1368,FALSE,0,33,952,46,3,FALSE,26.6,43 +1369,FALSE,0,29,946,59,2,FALSE,22,34 +1370,FALSE,0,44,657,33,2,FALSE,19.2,18 +1371,FALSE,0,66,588,26,2,FALSE,22.1,54 +1372,FALSE,0,32,860,60,2,FALSE,16.9,43 +1373,TRUE,1,17,1213,77,2,FALSE,26.2,55 +1374,FALSE,0,37,867,55,3,FALSE,25.3,26 +1375,TRUE,1,23,1032,51,4,FALSE,31.9,30 +1376,FALSE,0,44,882,59,4,FALSE,26.2,46 +1377,FALSE,0,41,827,38,2,FALSE,26.9,28 +1378,FALSE,0,40,805,21,6,FALSE,28.5,20 +1379,FALSE,0,44,941,49,1,FALSE,29.1,59 +1380,FALSE,0,28,1026,61,3,FALSE,20.7,60 +1381,FALSE,0,31,883,33,3,FALSE,23.4,33 +1382,TRUE,1,23,861,42,2,FALSE,19.2,44 +1383,FALSE,0,22,1103,65,5,FALSE,21.8,32 +1384,FALSE,0,36,932,62,1,FALSE,23.2,52 +1385,FALSE,0,38,878,38,5,FALSE,24.4,47 +1386,TRUE,1,25,830,50,2,FALSE,20.1,35 +1387,TRUE,1,15,1095,38,2,FALSE,21.9,37 +1388,FALSE,0,41,747,52,5,FALSE,18.3,33 +1389,FALSE,0,69,581,17,1,FALSE,24.8,54 +1390,FALSE,0,38,898,48,2,FALSE,23.3,56 +1391,FALSE,0,58,740,52,7,FALSE,24.4,53 +1392,FALSE,0,22,1139,85,4,FALSE,20.6,36 +1393,FALSE,0,43,762,42,3,FALSE,23.9,23 +1394,TRUE,1,60,514,25,2,FALSE,23.7,55 +1395,TRUE,1,20,1085,56,3,FALSE,26.8,45 +1396,TRUE,1,42,764,57,4,FALSE,27.8,47 +1397,TRUE,1,23,1059,61,3,FALSE,25.9,62 +1398,FALSE,0,29,877,58,3,FALSE,17.8,35 +1399,FALSE,0,63,708,38,1,FALSE,24.8,64 +1400,TRUE,1,25,783,27,2,FALSE,19.2,42 +1401,TRUE,1,31,690,49,2,FALSE,18.4,38 +1402,TRUE,1,22,1065,83,2,FALSE,26.6,45 +1403,FALSE,0,25,1205,59,1,FALSE,30.2,53 +1404,FALSE,0,22,1182,68,3,FALSE,24.2,45 +1405,FALSE,0,30,940,47,2,FALSE,24.3,35 +1406,FALSE,0,26,1027,53,4,FALSE,21.8,44 +1407,FALSE,0,28,850,48,3,FALSE,19.6,12 +1408,FALSE,0,35,887,54,6,FALSE,22.3,40 +1409,FALSE,0,74,550,35,1,FALSE,23.6,54 +1410,TRUE,1,36,680,13,6,TRUE,24.2,45 +1411,FALSE,0,22,1146,73,4,FALSE,19.6,57 +1412,FALSE,0,34,889,62,5,FALSE,18.3,54 +1413,TRUE,1,42,750,33,3,FALSE,28.1,57 +1414,FALSE,0,49,918,44,2,FALSE,31.8,57 +1415,TRUE,1,16,1284,95,2,FALSE,31.5,23 +1416,FALSE,0,33,1044,54,4,FALSE,31.2,48 +1417,FALSE,0,19,1161,47,3,FALSE,15.6,70 +1418,FALSE,0,28,952,58,2,FALSE,20.8,41 +1419,TRUE,1,17,1057,58,4,FALSE,16.2,54 +1420,TRUE,1,22,948,30,2,FALSE,22.7,50 +1421,FALSE,0,60,638,49,4,FALSE,18.2,55 +1422,TRUE,1,31,880,51,3,FALSE,30.8,44 +1423,FALSE,0,51,786,28,3,FALSE,29.2,39 +1424,TRUE,1,19,1202,77,5,FALSE,30.5,49 +1425,FALSE,0,30,1008,53,3,FALSE,25.4,51 +1426,FALSE,0,39,849,61,1,FALSE,20.6,45 +1427,TRUE,1,21,1002,44,3,FALSE,23.6,48 +1428,FALSE,0,27,949,43,7,FALSE,18.5,53 +1429,TRUE,1,10,1291,68,5,FALSE,18.2,37 +1430,FALSE,0,46,766,26,3,FALSE,19.7,64 +1431,TRUE,1,28,881,64,5,FALSE,18.4,78 +1432,FALSE,0,47,905,34,2,FALSE,28.3,68 +1433,FALSE,0,40,900,51,4,FALSE,26.9,41 +1434,FALSE,0,26,892,41,4,FALSE,18.1,22 +1435,FALSE,0,39,829,54,2,FALSE,19.3,48 +1436,FALSE,0,47,866,38,2,FALSE,26.7,60 +1437,FALSE,0,34,918,23,3,FALSE,24.4,58 +1438,TRUE,1,10,1236,43,5,FALSE,17.8,30 +1439,FALSE,0,33,900,50,3,FALSE,24.4,32 +1440,TRUE,1,21,935,59,3,FALSE,17.7,49 +1441,FALSE,0,22,1178,74,2,FALSE,20.8,56 +1442,FALSE,0,47,861,59,3,FALSE,23.6,60 +1443,FALSE,0,22,1191,69,1,FALSE,22.9,59 +1444,TRUE,1,28,842,51,3,FALSE,25.3,34 +1445,TRUE,1,24,918,42,4,FALSE,27.1,29 +1446,TRUE,1,27,869,60,4,FALSE,27.5,19 +1447,TRUE,1,27,981,67,1,FALSE,28.3,55 +1448,FALSE,0,29,1019,57,3,FALSE,23.3,59 +1449,TRUE,1,21,1021,57,3,FALSE,22,52 +1450,TRUE,1,21,1041,82,2,FALSE,24.7,33 +1451,FALSE,0,53,874,55,3,FALSE,27,70 +1452,TRUE,1,21,1054,60,4,FALSE,26.9,42 +1453,FALSE,0,37,1016,62,4,FALSE,25.9,72 +1454,FALSE,0,33,1045,61,1,FALSE,28.8,55 +1455,FALSE,0,61,826,46,3,FALSE,30.7,64 +1456,FALSE,0,37,827,47,4,FALSE,18.4,52 +1457,FALSE,0,25,955,37,2,FALSE,17.7,47 +1458,TRUE,1,21,955,70,4,FALSE,20,33 +1459,FALSE,0,29,992,56,4,FALSE,25.2,40 +1460,TRUE,1,21,978,58,1,FALSE,20.2,47 +1461,FALSE,0,46,734,38,6,FALSE,18.7,52 +1462,FALSE,0,26,957,35,4,FALSE,19.2,47 +1463,FALSE,0,44,809,46,4,FALSE,22.9,45 +1464,FALSE,0,60,737,33,2,FALSE,28,50 +1465,TRUE,1,15,1091,62,1,FALSE,16,40 +1466,FALSE,0,28,961,49,5,FALSE,21.4,40 +1467,FALSE,0,45,792,57,5,FALSE,24.2,27 +1468,TRUE,1,39,688,28,2,FALSE,22.2,59 +1469,FALSE,0,47,909,46,3,FALSE,31.3,48 +1470,TRUE,1,30,892,51,3,FALSE,29.6,46 +1471,FALSE,0,43,799,37,4,FALSE,24.3,37 +1472,FALSE,0,19,1286,90,1,FALSE,24,44 +1473,FALSE,0,45,917,63,4,FALSE,31.4,32 +1474,FALSE,0,46,769,38,2,FALSE,24.7,33 +1475,TRUE,1,20,1007,64,3,FALSE,24.3,21 +1476,FALSE,0,52,883,53,4,FALSE,29.1,61 +1477,FALSE,0,61,632,26,3,FALSE,22.3,49 +1478,TRUE,1,14,1090,39,9,FALSE,18.2,32 +1479,TRUE,1,28,1002,63,4,FALSE,29.6,64 +1480,TRUE,1,20,1157,59,4,FALSE,29.9,56 +1481,FALSE,0,26,1101,78,4,FALSE,21.9,58 +1482,TRUE,1,19,1114,79,1,FALSE,24.9,44 +1483,FALSE,0,45,814,16,4,FALSE,28.4,42 +1484,FALSE,0,56,683,28,4,FALSE,23.4,46 +1485,TRUE,1,64,391,31,7,TRUE,17,53 +1486,FALSE,0,63,652,25,1,FALSE,23.4,59 +1487,FALSE,0,42,901,48,4,FALSE,22.9,70 +1488,FALSE,0,38,947,70,3,FALSE,26.7,40 +1489,FALSE,0,32,886,32,3,FALSE,25,33 +1490,TRUE,1,21,947,77,4,FALSE,16.1,49 +1491,TRUE,1,42,836,51,1,FALSE,25.6,90 +1492,FALSE,0,61,624,16,1,FALSE,24.8,42 +1493,TRUE,1,22,980,48,8,FALSE,20.8,64 +1494,FALSE,0,32,980,53,4,FALSE,26.2,44 +1495,FALSE,0,50,753,38,2,FALSE,24.2,41 +1496,TRUE,1,17,1088,62,4,FALSE,21.4,38 +1497,TRUE,1,11,1355,88,7,FALSE,19.3,45 +1498,FALSE,0,32,970,47,2,FALSE,21.7,71 +1499,FALSE,0,26,1173,89,3,FALSE,25.9,52 +1500,FALSE,0,55,783,43,3,FALSE,26.4,54 +1501,TRUE,1,26,984,66,5,FALSE,25.6,59 +1502,FALSE,0,55,908,57,7,FALSE,29.3,77 +1503,TRUE,1,26,879,33,3,FALSE,22.9,58 +1504,FALSE,0,41,784,52,2,FALSE,22.1,28 +1505,FALSE,0,23,1049,55,4,FALSE,20.2,33 +1506,TRUE,1,11,1246,78,3,FALSE,18.1,25 +1507,FALSE,0,23,934,36,3,FALSE,21.1,8 +1508,FALSE,0,46,838,31,3,FALSE,24.3,66 +1509,FALSE,0,29,1046,57,3,FALSE,28.5,41 +1510,TRUE,1,25,921,60,3,FALSE,21.4,53 +1511,FALSE,0,70,578,33,3,FALSE,21.1,64 +1512,TRUE,1,13,1218,60,6,FALSE,20.4,40 +1513,FALSE,0,39,890,58,4,FALSE,23.7,46 +1514,FALSE,0,38,905,73,2,FALSE,21.2,53 +1515,TRUE,1,34,847,55,3,FALSE,28.6,51 +1516,TRUE,1,36,798,29,3,FALSE,32.2,37 +1517,FALSE,0,65,692,16,1,FALSE,28.8,58 +1518,FALSE,0,31,1039,69,2,FALSE,25.8,55 +1519,FALSE,0,24,1044,52,3,FALSE,20.9,44 +1520,TRUE,1,21,1047,48,2,FALSE,29.3,31 +1521,FALSE,0,53,652,31,4,FALSE,16.7,56 +1522,FALSE,0,41,861,40,1,FALSE,20.7,68 +1523,FALSE,0,45,777,42,4,FALSE,17.3,67 +1524,TRUE,1,28,922,45,3,FALSE,26.9,60 +1525,TRUE,1,16,1189,79,4,FALSE,23.9,41 +1526,TRUE,1,26,897,45,1,FALSE,26.4,40 +1527,FALSE,0,37,859,39,1,FALSE,24.2,39 +1528,TRUE,1,21,1056,69,3,FALSE,25.9,42 +1529,FALSE,0,27,1053,71,3,FALSE,20.7,58 +1530,FALSE,0,62,677,44,2,FALSE,23.7,51 +1531,FALSE,0,53,576,21,4,FALSE,19.7,22 +1532,FALSE,0,66,510,37,4,FALSE,21.1,22 +1533,TRUE,1,34,611,23,5,TRUE,16.3,47 +1534,FALSE,0,40,891,52,3,FALSE,24.4,50 +1535,FALSE,0,45,792,40,3,FALSE,29,15 +1536,FALSE,0,28,829,33,2,FALSE,15.7,36 +1537,FALSE,0,61,736,45,2,FALSE,27.7,48 +1538,FALSE,0,42,1036,57,2,FALSE,32.2,68 +1539,FALSE,0,21,1153,83,5,FALSE,24,19 +1540,FALSE,0,50,663,43,3,FALSE,19.6,30 +1541,FALSE,0,20,1225,71,1,FALSE,25.3,33 +1542,FALSE,0,28,1025,60,4,FALSE,23.9,50 +1543,FALSE,0,42,936,40,2,FALSE,29.8,52 +1544,TRUE,1,29,781,15,3,FALSE,26.1,43 +1545,TRUE,1,14,1141,55,3,FALSE,21.4,25 +1546,FALSE,0,62,619,43,2,FALSE,21.9,39 +1547,TRUE,1,29,863,61,1,FALSE,27.2,40 +1548,TRUE,1,53,552,18,3,FALSE,25.2,45 +1549,TRUE,1,20,1066,67,3,FALSE,19.4,70 +1550,TRUE,1,25,883,55,6,FALSE,22.7,38 +1551,TRUE,1,61,637,58,6,TRUE,30.6,49 +1552,FALSE,0,49,844,71,1,FALSE,26.8,38 +1553,FALSE,0,51,759,67,3,FALSE,23.9,30 +1554,TRUE,1,47,724,43,2,FALSE,28.3,56 +1555,FALSE,0,41,823,40,2,FALSE,25.4,33 +1556,FALSE,0,30,1024,38,2,FALSE,21.4,86 +1557,FALSE,0,33,1066,64,4,FALSE,30.9,49 +1558,FALSE,0,46,714,20,2,FALSE,20,48 +1559,FALSE,0,27,991,41,2,FALSE,22,47 +1560,FALSE,0,49,871,62,7,FALSE,22.9,73 +1561,TRUE,1,19,1217,69,4,FALSE,30.5,57 +1562,FALSE,0,44,745,55,2,FALSE,17.4,44 +1563,TRUE,1,21,1000,58,4,FALSE,25.8,31 +1564,FALSE,0,27,1085,53,2,FALSE,29.5,33 +1565,TRUE,1,22,1036,59,3,FALSE,29,37 +1566,FALSE,0,52,664,16,2,FALSE,17.5,65 +1567,FALSE,0,66,694,63,1,FALSE,26.7,45 +1568,TRUE,1,26,873,58,5,FALSE,22.9,37 +1569,TRUE,1,24,874,31,1,FALSE,19.3,59 +1570,FALSE,0,38,924,56,5,FALSE,21.8,66 +1571,FALSE,0,41,968,63,2,FALSE,31.4,38 +1572,FALSE,0,25,1139,78,1,FALSE,25.7,41 +1573,FALSE,0,42,852,47,4,FALSE,22.8,52 +1574,FALSE,0,46,672,29,2,FALSE,16.1,48 +1575,FALSE,0,66,633,39,1,FALSE,23.2,53 +1576,TRUE,1,40,701,16,4,FALSE,22.8,72 +1577,TRUE,1,19,1109,84,1,FALSE,23.3,47 +1578,FALSE,0,49,872,55,3,FALSE,29.3,44 +1579,FALSE,0,56,800,50,2,FALSE,27.3,54 +1580,TRUE,1,22,973,55,3,FALSE,22.3,47 +1581,TRUE,1,25,1082,68,3,FALSE,31,56 +1582,FALSE,0,57,743,40,1,FALSE,27.2,44 +1583,FALSE,0,20,1113,56,2,FALSE,16.1,54 +1584,TRUE,1,17,1045,94,1,FALSE,17.8,26 +1585,TRUE,1,36,705,15,4,FALSE,24.9,48 +1586,TRUE,1,14,1333,77,3,FALSE,30,40 +1587,FALSE,0,26,925,31,3,FALSE,19.8,31 +1588,FALSE,0,48,698,48,2,FALSE,18.1,42 +1589,TRUE,1,22,988,53,3,FALSE,22.3,53 +1590,TRUE,1,17,1121,74,2,FALSE,19.7,49 +1591,TRUE,1,46,734,53,4,FALSE,27.2,57 +1592,FALSE,0,50,780,15,5,FALSE,25.3,61 +1593,FALSE,0,38,972,61,3,FALSE,26.1,59 +1594,FALSE,0,21,1162,86,3,FALSE,20.3,43 +1595,TRUE,1,21,1074,71,2,FALSE,29.1,29 +1596,FALSE,0,50,882,66,1,FALSE,29.6,44 +1597,FALSE,0,59,576,16,3,FALSE,15.8,64 +1598,FALSE,0,57,586,7,2,FALSE,20.1,46 +1599,FALSE,0,21,1130,65,4,FALSE,23.6,25 +1600,TRUE,1,15,1173,52,2,FALSE,20.3,54 +1601,FALSE,0,44,781,45,3,FALSE,19.8,52 +1602,FALSE,0,30,832,42,1,FALSE,15.8,42 +1603,FALSE,0,25,1032,71,2,FALSE,17.5,50 +1604,TRUE,1,22,979,53,4,FALSE,19.5,67 +1605,TRUE,1,51,670,16,4,FALSE,28.2,66 +1606,FALSE,0,25,1006,45,1,FALSE,20.5,41 +1607,FALSE,0,23,1197,76,5,FALSE,26.1,48 +1608,FALSE,0,35,962,73,1,FALSE,28.1,27 +1609,FALSE,0,40,879,21,3,FALSE,29.9,37 +1610,FALSE,0,38,1029,62,3,FALSE,26.9,76 +1611,TRUE,1,25,915,43,3,FALSE,21.3,69 +1612,FALSE,0,25,1136,82,4,FALSE,24.3,44 +1613,FALSE,0,34,843,63,3,FALSE,18.4,38 +1614,FALSE,0,41,864,33,7,FALSE,30.1,29 +1615,TRUE,1,27,1000,81,7,FALSE,23.1,77 +1616,TRUE,1,19,1154,63,2,FALSE,28.2,49 +1617,FALSE,0,26,1076,46,3,FALSE,28.4,39 +1618,FALSE,0,29,1136,66,2,FALSE,29.7,63 +1619,TRUE,1,13,1355,79,3,FALSE,31.3,32 +1620,FALSE,0,29,1084,62,2,FALSE,27.1,58 +1621,FALSE,0,34,1048,64,1,FALSE,26.6,68 +1622,FALSE,0,21,1186,59,1,FALSE,24.9,45 +1623,FALSE,0,50,791,35,1,FALSE,22.2,68 +1624,FALSE,0,77,541,33,4,FALSE,25.4,57 +1625,FALSE,0,50,749,35,3,FALSE,25.4,38 +1626,FALSE,0,51,849,51,4,FALSE,27,56 +1627,FALSE,0,39,790,48,3,FALSE,19.4,38 +1628,FALSE,0,48,720,53,2,FALSE,19.4,40 +1629,FALSE,0,32,913,37,3,FALSE,21.3,58 +1630,TRUE,1,19,1043,62,5,FALSE,21.7,41 +1631,FALSE,0,24,1152,81,4,FALSE,24.2,47 +1632,FALSE,0,24,1133,64,3,FALSE,22.2,62 +1633,FALSE,0,22,1067,49,3,FALSE,22.1,31 +1634,FALSE,0,55,712,17,3,FALSE,21.7,70 +1635,TRUE,1,26,1075,74,5,FALSE,28.1,76 +1636,TRUE,1,20,1232,93,5,FALSE,31.3,56 +1637,FALSE,0,53,812,28,2,FALSE,29.4,54 +1638,FALSE,0,35,943,41,2,FALSE,28.1,41 +1639,TRUE,1,49,599,31,1,FALSE,22.3,54 +1640,TRUE,1,23,854,32,4,FALSE,19.1,41 +1641,FALSE,0,30,1087,63,1,FALSE,30.3,52 +1642,TRUE,1,15,1250,88,4,FALSE,26,38 +1643,FALSE,0,59,777,49,4,FALSE,26.7,59 +1644,FALSE,0,44,958,53,5,FALSE,30.1,57 +1645,TRUE,1,59,511,30,3,FALSE,20.2,65 +1646,FALSE,0,54,925,52,5,FALSE,30.7,75 +1647,TRUE,1,22,1013,68,4,FALSE,26.1,39 +1648,TRUE,1,17,1070,54,5,FALSE,17.4,61 +1649,TRUE,1,22,922,47,2,FALSE,24.1,28 +1650,FALSE,0,32,1086,76,1,FALSE,31.6,41 +1651,FALSE,0,44,869,51,2,FALSE,23.7,61 +1652,FALSE,0,64,486,28,4,FALSE,16.4,37 +1653,TRUE,1,21,966,70,2,FALSE,17.4,52 +1654,FALSE,0,26,997,57,2,FALSE,21.1,35 +1655,FALSE,0,32,910,48,1,FALSE,22.3,42 +1656,FALSE,0,46,887,61,3,FALSE,27.6,47 +1657,TRUE,1,25,964,53,1,FALSE,28.8,39 +1658,TRUE,1,16,1095,56,5,FALSE,24.9,20 +1659,TRUE,1,20,1122,63,1,FALSE,27.5,51 +1660,FALSE,0,16,1247,75,4,FALSE,15.6,54 +1661,FALSE,0,40,860,48,4,FALSE,23,50 +1662,TRUE,1,38,743,33,1,FALSE,28.1,41 +1663,TRUE,1,21,1062,55,2,FALSE,23.4,60 +1664,TRUE,1,36,648,26,3,FALSE,17.1,63 +1665,TRUE,1,24,892,49,4,FALSE,26.6,14 +1666,TRUE,1,17,1152,75,2,FALSE,18.6,63 +1667,TRUE,1,19,1082,62,5,FALSE,27.6,23 +1668,FALSE,0,25,1016,40,2,FALSE,22.4,43 +1669,FALSE,0,29,972,30,3,FALSE,28.1,32 +1670,TRUE,1,17,1250,62,2,FALSE,32.2,39 +1671,TRUE,1,41,745,43,3,FALSE,24.3,66 +1672,FALSE,0,60,708,72,3,FALSE,20.1,55 +1673,FALSE,0,33,1078,54,1,FALSE,32.2,55 +1674,TRUE,1,20,842,49,4,FALSE,16.3,19 +1675,TRUE,1,23,904,53,2,FALSE,18.8,50 +1676,TRUE,1,29,740,36,3,FALSE,17.4,56 +1677,FALSE,0,50,726,43,3,FALSE,18.4,60 +1678,FALSE,0,26,1119,67,3,FALSE,29.8,34 +1679,FALSE,0,34,921,55,3,FALSE,19.9,61 +1680,TRUE,1,15,1112,78,2,FALSE,19.9,28 +1681,FALSE,0,58,750,22,2,FALSE,25.2,72 +1682,FALSE,0,41,935,52,3,FALSE,31.2,36 +1683,TRUE,1,63,575,16,8,TRUE,30.9,58 +1684,FALSE,0,49,688,22,2,FALSE,19.2,52 +1685,FALSE,0,31,935,48,2,FALSE,25.8,33 +1686,FALSE,0,30,1046,46,1,FALSE,26.8,64 +1687,TRUE,1,18,1028,58,3,FALSE,17.5,48 +1688,FALSE,0,40,861,60,3,FALSE,19.6,59 +1689,FALSE,0,42,905,50,4,FALSE,26.7,51 +1690,FALSE,0,61,713,27,6,FALSE,25.9,60 +1691,TRUE,1,23,1054,77,3,FALSE,27.3,48 +1692,FALSE,0,56,650,32,1,FALSE,17.4,63 +1693,FALSE,0,28,860,25,2,FALSE,17.1,43 +1694,TRUE,1,17,1075,72,5,FALSE,16.2,55 +1695,FALSE,0,50,803,51,4,FALSE,24.2,53 +1696,TRUE,1,17,1221,66,4,FALSE,26.2,59 +1697,TRUE,1,23,1068,74,5,FALSE,29.4,39 +1698,FALSE,0,26,1114,55,3,FALSE,26.4,50 +1699,FALSE,0,32,1005,60,3,FALSE,28.3,39 +1700,FALSE,0,77,436,26,2,FALSE,18.3,60 +1701,FALSE,0,45,833,34,4,FALSE,27.9,39 +1702,FALSE,0,35,941,45,1,FALSE,21,72 +1703,TRUE,1,22,1015,69,3,FALSE,20.7,59 +1704,TRUE,1,44,648,45,5,TRUE,22.5,47 +1705,TRUE,1,18,1131,39,4,FALSE,24.1,64 +1706,TRUE,1,15,1238,84,4,FALSE,22.4,46 +1707,FALSE,0,68,585,46,1,FALSE,20.2,55 +1708,FALSE,0,37,983,67,3,FALSE,26.4,55 +1709,TRUE,1,46,635,36,7,TRUE,22.8,54 +1710,TRUE,1,16,1128,70,3,FALSE,20.7,39 +1711,FALSE,0,73,430,17,2,FALSE,21.6,30 +1712,TRUE,1,17,1077,75,1,FALSE,21.2,24 +1713,FALSE,0,47,771,47,1,FALSE,22.8,41 +1714,FALSE,0,54,803,62,5,FALSE,24.2,57 +1715,TRUE,1,25,816,52,2,FALSE,17.3,44 +1716,FALSE,0,44,751,45,5,FALSE,21.8,31 +1717,FALSE,0,47,984,49,3,FALSE,30.6,78 +1718,FALSE,0,40,833,43,3,FALSE,19.9,57 +1719,TRUE,1,16,1296,80,6,FALSE,25.6,75 +1720,FALSE,0,28,1014,70,1,FALSE,18.1,65 +1721,TRUE,1,23,893,54,4,FALSE,20.1,39 +1722,TRUE,1,26,861,46,2,FALSE,22.8,42 +1723,TRUE,1,14,1222,86,3,FALSE,22.8,27 +1724,FALSE,0,34,923,44,2,FALSE,22.4,58 +1725,FALSE,0,50,843,59,1,FALSE,22.3,70 +1726,TRUE,1,42,745,37,4,FALSE,32,35 +1727,FALSE,0,37,771,42,2,FALSE,19.4,31 +1728,TRUE,1,16,1247,75,3,FALSE,24.4,60 +1729,TRUE,1,22,930,43,3,FALSE,24.2,26 +1730,TRUE,1,18,1080,51,2,FALSE,17.9,74 +1731,TRUE,1,29,832,57,7,FALSE,22.2,56 +1732,TRUE,1,26,770,36,3,FALSE,22.2,24 +1733,FALSE,0,26,972,45,1,FALSE,17.1,53 +1734,FALSE,0,41,786,44,5,FALSE,18.7,49 +1735,FALSE,0,36,857,62,5,FALSE,25.6,13 +1736,FALSE,0,37,989,50,3,FALSE,30.6,47 +1737,FALSE,0,83,444,29,2,FALSE,27.9,39 +1738,TRUE,1,26,829,49,4,FALSE,21.8,35 +1739,FALSE,0,39,954,70,6,FALSE,25.7,51 +1740,FALSE,0,53,824,34,4,FALSE,27.9,60 +1741,TRUE,1,19,1149,69,1,FALSE,21.7,72 +1742,TRUE,1,16,1146,74,6,FALSE,26.9,11 +1743,TRUE,1,27,780,48,3,FALSE,16.3,58 +1744,FALSE,0,35,847,36,1,FALSE,23.4,34 +1745,TRUE,1,49,570,12,2,FALSE,20.9,64 +1746,FALSE,0,31,970,49,1,FALSE,24.3,52 +1747,FALSE,0,67,592,37,4,FALSE,18.8,68 +1748,TRUE,1,18,961,27,4,FALSE,22.1,27 +1749,FALSE,0,49,906,49,5,FALSE,30.7,55 +1750,FALSE,0,17,1325,92,2,FALSE,21.4,52 +1751,FALSE,0,46,879,33,6,FALSE,27.4,62 +1752,TRUE,1,13,1339,77,4,FALSE,27.7,44 diff --git a/docs/_site/files/data/generated_data/tutoring_program.csv b/docs/_site/files/data/generated_data/tutoring_program.csv new file mode 100644 index 00000000..e0a7ed0b --- /dev/null +++ b/docs/_site/files/data/generated_data/tutoring_program.csv @@ -0,0 +1,1001 @@ +id,entrance_exam,tutoring,tutoring_text,exit_exam +1,92.4,FALSE,No tutor,78.1 +2,72.8,FALSE,No tutor,58.2 +3,53.7,TRUE,Tutor,62 +4,98.3,FALSE,No tutor,67.5 +5,69.7,TRUE,Tutor,54.1 +6,68.1,TRUE,Tutor,60.1 +7,86,FALSE,No tutor,73 +8,85.7,FALSE,No tutor,66.7 +9,85.9,FALSE,No tutor,57.8 +10,89.5,FALSE,No tutor,79.9 +11,84.8,FALSE,No tutor,70 +12,90.6,FALSE,No tutor,74.9 +13,88.3,FALSE,No tutor,71.5 +14,76.7,FALSE,No tutor,57.6 +15,57.1,TRUE,Tutor,62.4 +16,79.6,FALSE,No tutor,65.4 +17,85.2,FALSE,No tutor,69.1 +18,89.7,FALSE,No tutor,77.3 +19,89,FALSE,No tutor,67.5 +20,75.5,FALSE,No tutor,54 +21,85,FALSE,No tutor,58.4 +22,84.3,FALSE,No tutor,63.8 +23,69.1,TRUE,Tutor,77.5 +24,87.4,FALSE,No tutor,74.6 +25,94.2,FALSE,No tutor,77.3 +26,66.5,TRUE,Tutor,77.7 +27,90.8,FALSE,No tutor,70.1 +28,78,FALSE,No tutor,53.4 +29,90,FALSE,No tutor,83.2 +30,53.2,TRUE,Tutor,55.2 +31,84.8,FALSE,No tutor,68.9 +32,87.6,FALSE,No tutor,74.3 +33,85.1,FALSE,No tutor,61.1 +34,95.3,FALSE,No tutor,71.9 +35,92.1,FALSE,No tutor,77.5 +36,97.8,FALSE,No tutor,79 +37,93.4,FALSE,No tutor,82 +38,82.3,FALSE,No tutor,49.7 +39,84.7,FALSE,No tutor,68.5 +40,91.2,FALSE,No tutor,76 +41,89.2,FALSE,No tutor,72.8 +42,82.1,FALSE,No tutor,70.1 +43,90.5,FALSE,No tutor,79.5 +44,90.3,FALSE,No tutor,80.1 +45,91.6,FALSE,No tutor,61.8 +46,92.8,FALSE,No tutor,66.5 +47,85.4,FALSE,No tutor,64.5 +48,85.1,FALSE,No tutor,66.4 +49,96.3,FALSE,No tutor,80.3 +50,86.1,FALSE,No tutor,72.8 +51,91.6,FALSE,No tutor,77.8 +52,90.7,FALSE,No tutor,71.6 +53,80.4,FALSE,No tutor,64 +54,66.8,TRUE,Tutor,63.4 +55,36.9,TRUE,Tutor,49.1 +56,88.3,FALSE,No tutor,64.2 +57,92,FALSE,No tutor,60.1 +58,78.4,FALSE,No tutor,54.7 +59,87.2,FALSE,No tutor,72.9 +60,77.9,FALSE,No tutor,57.6 +61,91.8,FALSE,No tutor,67.2 +62,71.6,FALSE,No tutor,59.9 +63,77.7,FALSE,No tutor,70.2 +64,84.5,FALSE,No tutor,62.4 +65,83.3,FALSE,No tutor,66.1 +66,64.9,TRUE,Tutor,70.1 +67,80.2,FALSE,No tutor,57.2 +68,93.8,FALSE,No tutor,63.4 +69,82.7,FALSE,No tutor,58.9 +70,80.6,FALSE,No tutor,71.6 +71,80.5,FALSE,No tutor,57.3 +72,93.7,FALSE,No tutor,77.2 +73,80.6,FALSE,No tutor,62 +74,59.9,TRUE,Tutor,63.5 +75,63.7,TRUE,Tutor,72 +76,67.1,TRUE,Tutor,69 +77,83.8,FALSE,No tutor,64.1 +78,80.8,FALSE,No tutor,54.3 +79,92.3,FALSE,No tutor,72.5 +80,78.7,FALSE,No tutor,62 +81,73.2,FALSE,No tutor,70.5 +82,35.1,TRUE,Tutor,47.3 +83,55.9,TRUE,Tutor,61.3 +84,85,FALSE,No tutor,62.2 +85,91.8,FALSE,No tutor,74 +86,56.7,TRUE,Tutor,48.5 +87,70,TRUE,Tutor,71.1 +88,84.8,FALSE,No tutor,66.4 +89,76.7,FALSE,No tutor,64.2 +90,85.1,FALSE,No tutor,60.4 +91,74.9,FALSE,No tutor,68 +92,89.6,FALSE,No tutor,68.2 +93,74.8,FALSE,No tutor,57.6 +94,71.2,FALSE,No tutor,69 +95,78.6,FALSE,No tutor,62.5 +96,80.9,FALSE,No tutor,69.8 +97,86.9,FALSE,No tutor,55.9 +98,91.6,FALSE,No tutor,64.9 +99,59.9,TRUE,Tutor,75.7 +100,77.4,FALSE,No tutor,55.9 +101,60.4,TRUE,Tutor,63.5 +102,92.7,FALSE,No tutor,75.5 +103,74.8,FALSE,No tutor,65.1 +104,64.3,TRUE,Tutor,75.7 +105,78.2,FALSE,No tutor,61 +106,80.8,FALSE,No tutor,75.8 +107,88.4,FALSE,No tutor,70.3 +108,62.4,TRUE,Tutor,62.5 +109,76.4,FALSE,No tutor,62.5 +110,86.7,FALSE,No tutor,61.1 +111,94.6,FALSE,No tutor,71.9 +112,86.8,FALSE,No tutor,74.5 +113,73.8,FALSE,No tutor,48.4 +114,55.6,TRUE,Tutor,73.1 +115,73.2,FALSE,No tutor,69 +116,92.1,FALSE,No tutor,77.4 +117,64.4,TRUE,Tutor,77 +118,95.5,FALSE,No tutor,59.7 +119,83.3,FALSE,No tutor,57.8 +120,82.6,FALSE,No tutor,54.3 +121,97,FALSE,No tutor,78 +122,58.1,TRUE,Tutor,63.4 +123,86.6,FALSE,No tutor,59.2 +124,82.9,FALSE,No tutor,61.8 +125,65.1,TRUE,Tutor,66.3 +126,79.5,FALSE,No tutor,72.7 +127,67.9,TRUE,Tutor,66.5 +128,70.3,FALSE,No tutor,61.5 +129,72.8,FALSE,No tutor,66.2 +130,68.1,TRUE,Tutor,74.1 +131,71.4,FALSE,No tutor,58.8 +132,83.5,FALSE,No tutor,62.5 +133,76.1,FALSE,No tutor,54 +134,75.7,FALSE,No tutor,59.9 +135,81.5,FALSE,No tutor,62.1 +136,91.1,FALSE,No tutor,74.2 +137,89.3,FALSE,No tutor,68.8 +138,83.7,FALSE,No tutor,61.3 +139,89.1,FALSE,No tutor,82.1 +140,81.8,FALSE,No tutor,66.6 +141,84,FALSE,No tutor,66.7 +142,80.7,FALSE,No tutor,67.2 +143,70.2,FALSE,No tutor,59.7 +144,65.4,TRUE,Tutor,79.6 +145,35.9,TRUE,Tutor,50.1 +146,78.9,FALSE,No tutor,64.4 +147,82.7,FALSE,No tutor,70 +148,77,FALSE,No tutor,66.6 +149,82.9,FALSE,No tutor,65.5 +150,96.4,FALSE,No tutor,73.8 +151,44.1,TRUE,Tutor,61.5 +152,89,FALSE,No tutor,66.9 +153,91.7,FALSE,No tutor,65 +154,73.6,FALSE,No tutor,54.8 +155,78.3,FALSE,No tutor,56 +156,99.1,FALSE,No tutor,67.8 +157,79.4,FALSE,No tutor,67.3 +158,70,TRUE,Tutor,70.2 +159,58.3,TRUE,Tutor,53.3 +160,51.3,TRUE,Tutor,55.6 +161,85.2,FALSE,No tutor,64.8 +162,63.5,TRUE,Tutor,55.6 +163,80.9,FALSE,No tutor,70 +164,85.6,FALSE,No tutor,67.6 +165,99.3,FALSE,No tutor,76.6 +166,88.5,FALSE,No tutor,68.2 +167,68.5,TRUE,Tutor,70.4 +168,68.2,TRUE,Tutor,58.4 +169,65.5,TRUE,Tutor,66.7 +170,90.3,FALSE,No tutor,69.6 +171,74.9,FALSE,No tutor,67.4 +172,97.5,FALSE,No tutor,76.9 +173,68.5,TRUE,Tutor,79.3 +174,63.7,TRUE,Tutor,63.5 +175,74.5,FALSE,No tutor,55.1 +176,63.6,TRUE,Tutor,63.5 +177,72.1,FALSE,No tutor,58.4 +178,62.2,TRUE,Tutor,64.5 +179,52.9,TRUE,Tutor,60.9 +180,77.2,FALSE,No tutor,49.2 +181,91.6,FALSE,No tutor,68.1 +182,69.9,TRUE,Tutor,57.7 +183,83.8,FALSE,No tutor,63.2 +184,41.6,TRUE,Tutor,51.8 +185,95.2,FALSE,No tutor,76.6 +186,84,FALSE,No tutor,67.5 +187,69.9,TRUE,Tutor,73.6 +188,80.2,FALSE,No tutor,62 +189,86.4,FALSE,No tutor,64.9 +190,82.5,FALSE,No tutor,60.2 +191,65.3,TRUE,Tutor,74.1 +192,64.6,TRUE,Tutor,68.4 +193,72.6,FALSE,No tutor,47.5 +194,87,FALSE,No tutor,72.1 +195,64.2,TRUE,Tutor,69.8 +196,87.3,FALSE,No tutor,63.6 +197,74.5,FALSE,No tutor,66.7 +198,82.8,FALSE,No tutor,56.6 +199,82.1,FALSE,No tutor,62.6 +200,90,FALSE,No tutor,69.3 +201,75.8,FALSE,No tutor,73.1 +202,72,FALSE,No tutor,63.6 +203,91.3,FALSE,No tutor,53 +204,81.8,FALSE,No tutor,68.1 +205,77.3,FALSE,No tutor,58.2 +206,66.1,TRUE,Tutor,78.2 +207,76.8,FALSE,No tutor,57.5 +208,70,TRUE,Tutor,57.3 +209,91.5,FALSE,No tutor,80.7 +210,63.4,TRUE,Tutor,59.5 +211,63.2,TRUE,Tutor,63.9 +212,73.3,FALSE,No tutor,64.4 +213,45.7,TRUE,Tutor,64.9 +214,70.2,FALSE,No tutor,61 +215,73,FALSE,No tutor,69 +216,73,FALSE,No tutor,52 +217,69.5,TRUE,Tutor,70.6 +218,54.3,TRUE,Tutor,51.5 +219,69.2,TRUE,Tutor,69.8 +220,64.5,TRUE,Tutor,72.5 +221,91.8,FALSE,No tutor,79.8 +222,83.4,FALSE,No tutor,75.8 +223,92.5,FALSE,No tutor,72.4 +224,73.1,FALSE,No tutor,73.5 +225,70.2,FALSE,No tutor,70.1 +226,56.6,TRUE,Tutor,64.7 +227,83.1,FALSE,No tutor,52.1 +228,75,FALSE,No tutor,61.6 +229,96.1,FALSE,No tutor,73 +230,71.6,FALSE,No tutor,59.2 +231,87.1,FALSE,No tutor,62.9 +232,81.5,FALSE,No tutor,77.7 +233,70.6,FALSE,No tutor,59.9 +234,64.4,TRUE,Tutor,62.1 +235,82.5,FALSE,No tutor,67.6 +236,64.3,TRUE,Tutor,65.3 +237,86.9,FALSE,No tutor,60.9 +238,61,TRUE,Tutor,66.6 +239,77.9,FALSE,No tutor,60.2 +240,72,FALSE,No tutor,71.2 +241,68.8,TRUE,Tutor,70.8 +242,87.5,FALSE,No tutor,64.1 +243,60.8,TRUE,Tutor,64.1 +244,88.7,FALSE,No tutor,78.4 +245,71.9,FALSE,No tutor,61.5 +246,89.1,FALSE,No tutor,63.8 +247,81.6,FALSE,No tutor,70.9 +248,94.9,FALSE,No tutor,69.4 +249,75.6,FALSE,No tutor,58 +250,56.4,TRUE,Tutor,54.9 +251,74.6,FALSE,No tutor,57.4 +252,96.1,FALSE,No tutor,71.1 +253,86.6,FALSE,No tutor,78.4 +254,92.1,FALSE,No tutor,74.8 +255,83.3,FALSE,No tutor,63 +256,71.3,FALSE,No tutor,67 +257,72,FALSE,No tutor,58.4 +258,86.1,FALSE,No tutor,68.8 +259,90.2,FALSE,No tutor,59.1 +260,80.6,FALSE,No tutor,65.6 +261,55.7,TRUE,Tutor,65.8 +262,77.4,FALSE,No tutor,65.7 +263,86.9,FALSE,No tutor,74.7 +264,85.2,FALSE,No tutor,56.3 +265,84.4,FALSE,No tutor,65.9 +266,62.1,TRUE,Tutor,70.5 +267,42.3,TRUE,Tutor,52.9 +268,69.4,TRUE,Tutor,62.4 +269,84.1,FALSE,No tutor,70.2 +270,78.4,FALSE,No tutor,66.5 +271,85,FALSE,No tutor,68 +272,80.2,FALSE,No tutor,77 +273,85.9,FALSE,No tutor,66.7 +274,86.9,FALSE,No tutor,68.1 +275,75.3,FALSE,No tutor,64.6 +276,77.4,FALSE,No tutor,70.8 +277,85.2,FALSE,No tutor,71 +278,95.1,FALSE,No tutor,71.5 +279,77.3,FALSE,No tutor,68 +280,87.7,FALSE,No tutor,73.7 +281,53.7,TRUE,Tutor,60.6 +282,90.1,FALSE,No tutor,72.2 +283,52.5,TRUE,Tutor,64.9 +284,86.9,FALSE,No tutor,65.1 +285,72.5,FALSE,No tutor,59.4 +286,58.7,TRUE,Tutor,71.8 +287,85.3,FALSE,No tutor,76.8 +288,67,TRUE,Tutor,63.5 +289,79.2,FALSE,No tutor,70.6 +290,91.8,FALSE,No tutor,77.6 +291,82,FALSE,No tutor,55.3 +292,81.2,FALSE,No tutor,65 +293,88.8,FALSE,No tutor,73.4 +294,78.7,FALSE,No tutor,53 +295,71.7,FALSE,No tutor,52.4 +296,57.2,TRUE,Tutor,70.6 +297,52,TRUE,Tutor,65.4 +298,76,FALSE,No tutor,60.4 +299,51.4,TRUE,Tutor,69.7 +300,88.2,FALSE,No tutor,72 +301,98.3,FALSE,No tutor,74.3 +302,84.7,FALSE,No tutor,67.9 +303,85.3,FALSE,No tutor,65.9 +304,98.2,FALSE,No tutor,72.6 +305,66.8,TRUE,Tutor,60.8 +306,88.4,FALSE,No tutor,69.6 +307,81.3,FALSE,No tutor,71.6 +308,95.1,FALSE,No tutor,73.5 +309,89.4,FALSE,No tutor,71.3 +310,79.6,FALSE,No tutor,64.5 +311,57.7,TRUE,Tutor,50.9 +312,28.8,TRUE,Tutor,44.7 +313,77.9,FALSE,No tutor,54.3 +314,80.2,FALSE,No tutor,49.4 +315,85.2,FALSE,No tutor,76.6 +316,43.4,TRUE,Tutor,61.8 +317,93,FALSE,No tutor,75.6 +318,72.2,FALSE,No tutor,63.4 +319,78.5,FALSE,No tutor,67.1 +320,86.4,FALSE,No tutor,64.4 +321,94.6,FALSE,No tutor,80.8 +322,73.6,FALSE,No tutor,65.7 +323,78.4,FALSE,No tutor,68.3 +324,89,FALSE,No tutor,72.3 +325,75.5,FALSE,No tutor,67.2 +326,82.1,FALSE,No tutor,59.6 +327,87.3,FALSE,No tutor,66.7 +328,68.2,TRUE,Tutor,78.4 +329,82.9,FALSE,No tutor,58.5 +330,96.4,FALSE,No tutor,74.9 +331,99,FALSE,No tutor,68 +332,86.1,FALSE,No tutor,64.9 +333,60.2,TRUE,Tutor,60 +334,56.4,TRUE,Tutor,58.3 +335,72,FALSE,No tutor,64.2 +336,94.6,FALSE,No tutor,74.2 +337,74.1,FALSE,No tutor,68.6 +338,38.4,TRUE,Tutor,44.8 +339,99.8,FALSE,No tutor,77 +340,88.4,FALSE,No tutor,62.3 +341,53.1,TRUE,Tutor,63.1 +342,67.6,TRUE,Tutor,56.1 +343,61.5,TRUE,Tutor,58.6 +344,69.1,TRUE,Tutor,75.7 +345,67.3,TRUE,Tutor,69.1 +346,77.5,FALSE,No tutor,63.7 +347,89.8,FALSE,No tutor,67.7 +348,92.6,FALSE,No tutor,75.2 +349,77.2,FALSE,No tutor,68.1 +350,84.1,FALSE,No tutor,69 +351,89.6,FALSE,No tutor,60.1 +352,70,TRUE,Tutor,74.4 +353,75.1,FALSE,No tutor,62.1 +354,91.7,FALSE,No tutor,76.3 +355,85.3,FALSE,No tutor,72.1 +356,79,FALSE,No tutor,73.3 +357,93.9,FALSE,No tutor,65.5 +358,82.2,FALSE,No tutor,62.8 +359,87.6,FALSE,No tutor,74.7 +360,97.7,FALSE,No tutor,65.7 +361,82.2,FALSE,No tutor,79.6 +362,85.5,FALSE,No tutor,57.8 +363,86.4,FALSE,No tutor,57.5 +364,66.9,TRUE,Tutor,67.2 +365,75.3,FALSE,No tutor,66.5 +366,92.6,FALSE,No tutor,78.9 +367,70.8,FALSE,No tutor,66.6 +368,79.5,FALSE,No tutor,69.4 +369,74.9,FALSE,No tutor,67.2 +370,64.6,TRUE,Tutor,58.9 +371,75.8,FALSE,No tutor,68.3 +372,38.8,TRUE,Tutor,54.8 +373,75.8,FALSE,No tutor,62 +374,92.8,FALSE,No tutor,67.5 +375,92.5,FALSE,No tutor,77.8 +376,96.8,FALSE,No tutor,79 +377,88.7,FALSE,No tutor,72.5 +378,88,FALSE,No tutor,65.5 +379,86.4,FALSE,No tutor,68.9 +380,63,TRUE,Tutor,74.2 +381,92.9,FALSE,No tutor,72.1 +382,77.4,FALSE,No tutor,60.5 +383,68.5,TRUE,Tutor,72 +384,80,FALSE,No tutor,71.3 +385,74.8,FALSE,No tutor,69 +386,90.1,FALSE,No tutor,71.7 +387,93,FALSE,No tutor,68.7 +388,73,FALSE,No tutor,53.2 +389,83.9,FALSE,No tutor,75.8 +390,71.8,FALSE,No tutor,66.6 +391,71.1,FALSE,No tutor,72.6 +392,45.4,TRUE,Tutor,56.8 +393,83.9,FALSE,No tutor,61 +394,62.1,TRUE,Tutor,64 +395,86.9,FALSE,No tutor,57.8 +396,94.4,FALSE,No tutor,67.4 +397,92.4,FALSE,No tutor,75.5 +398,80.2,FALSE,No tutor,52.4 +399,76,FALSE,No tutor,59.4 +400,88.6,FALSE,No tutor,64.5 +401,73.7,FALSE,No tutor,68.3 +402,63.7,TRUE,Tutor,68.7 +403,93.1,FALSE,No tutor,79.8 +404,96.9,FALSE,No tutor,74 +405,92.9,FALSE,No tutor,59.5 +406,89.5,FALSE,No tutor,73.2 +407,82.3,FALSE,No tutor,65.6 +408,58.9,TRUE,Tutor,57.8 +409,72.9,FALSE,No tutor,71.6 +410,85.9,FALSE,No tutor,77 +411,78.4,FALSE,No tutor,70.7 +412,85.2,FALSE,No tutor,65.2 +413,54.4,TRUE,Tutor,61.6 +414,53.3,TRUE,Tutor,50.8 +415,92.1,FALSE,No tutor,79.4 +416,88,FALSE,No tutor,72.3 +417,95.7,FALSE,No tutor,63.5 +418,69.9,TRUE,Tutor,74.6 +419,73.6,FALSE,No tutor,63.7 +420,89,FALSE,No tutor,70.5 +421,64.3,TRUE,Tutor,66.8 +422,94.1,FALSE,No tutor,68.7 +423,91.6,FALSE,No tutor,64.9 +424,78.5,FALSE,No tutor,58.5 +425,68.1,TRUE,Tutor,62.8 +426,62.9,TRUE,Tutor,73 +427,56.4,TRUE,Tutor,63.4 +428,92.6,FALSE,No tutor,82.9 +429,63.4,TRUE,Tutor,65 +430,79.6,FALSE,No tutor,71.8 +431,81.6,FALSE,No tutor,76.4 +432,94.7,FALSE,No tutor,81.7 +433,68.4,TRUE,Tutor,64.7 +434,71.2,FALSE,No tutor,58.1 +435,78.1,FALSE,No tutor,58.3 +436,91.1,FALSE,No tutor,74.5 +437,89,FALSE,No tutor,68.1 +438,78,FALSE,No tutor,60.6 +439,54.9,TRUE,Tutor,63.1 +440,83.3,FALSE,No tutor,74.3 +441,89.3,FALSE,No tutor,59.9 +442,68.3,TRUE,Tutor,61.6 +443,69.7,TRUE,Tutor,71.3 +444,47.2,TRUE,Tutor,59.6 +445,42.4,TRUE,Tutor,58.5 +446,80.1,FALSE,No tutor,67 +447,77.8,FALSE,No tutor,64.3 +448,87.2,FALSE,No tutor,68.5 +449,89.1,FALSE,No tutor,67.7 +450,83.1,FALSE,No tutor,73.2 +451,73.7,FALSE,No tutor,72.8 +452,78.2,FALSE,No tutor,66.8 +453,74.2,FALSE,No tutor,56.3 +454,74.3,FALSE,No tutor,69 +455,63.3,TRUE,Tutor,66.5 +456,82,FALSE,No tutor,67.3 +457,37.2,TRUE,Tutor,64.1 +458,69.5,TRUE,Tutor,76 +459,92.3,FALSE,No tutor,62.9 +460,82.1,FALSE,No tutor,73.9 +461,67.9,TRUE,Tutor,74.4 +462,83.9,FALSE,No tutor,72.3 +463,71.4,FALSE,No tutor,50 +464,47.3,TRUE,Tutor,60.1 +465,86.9,FALSE,No tutor,63.9 +466,78.1,FALSE,No tutor,57.6 +467,85.9,FALSE,No tutor,70.8 +468,91.7,FALSE,No tutor,78.6 +469,96.5,FALSE,No tutor,71.9 +470,74.3,FALSE,No tutor,64.8 +471,65.9,TRUE,Tutor,55.3 +472,65.1,TRUE,Tutor,71.4 +473,93.8,FALSE,No tutor,74.2 +474,91.8,FALSE,No tutor,65.2 +475,91.9,FALSE,No tutor,75.8 +476,87.4,FALSE,No tutor,68.8 +477,74.8,FALSE,No tutor,58.3 +478,66.1,TRUE,Tutor,71.1 +479,57.2,TRUE,Tutor,71.8 +480,65.6,TRUE,Tutor,65.3 +481,87.5,FALSE,No tutor,70.9 +482,91.3,FALSE,No tutor,82.6 +483,82.4,FALSE,No tutor,64 +484,75.9,FALSE,No tutor,61.9 +485,63.1,TRUE,Tutor,70.4 +486,89.1,FALSE,No tutor,70.9 +487,72.5,FALSE,No tutor,65.3 +488,46.4,TRUE,Tutor,53.6 +489,89.6,FALSE,No tutor,79.9 +490,81.3,FALSE,No tutor,72.3 +491,96.1,FALSE,No tutor,76.4 +492,72.6,FALSE,No tutor,48.7 +493,86.8,FALSE,No tutor,69.6 +494,89.9,FALSE,No tutor,77.1 +495,88.4,FALSE,No tutor,55.7 +496,69.4,TRUE,Tutor,71.5 +497,97.8,FALSE,No tutor,69.3 +498,84.1,FALSE,No tutor,57.4 +499,90.7,FALSE,No tutor,67 +500,90.2,FALSE,No tutor,58.8 +501,68.7,TRUE,Tutor,75 +502,71.3,FALSE,No tutor,71.9 +503,79.5,FALSE,No tutor,71.6 +504,67.4,TRUE,Tutor,73 +505,86.4,FALSE,No tutor,66.3 +506,97.3,FALSE,No tutor,77.2 +507,81.4,FALSE,No tutor,60.9 +508,83.3,FALSE,No tutor,63.2 +509,75,FALSE,No tutor,56.8 +510,69.8,TRUE,Tutor,56.9 +511,57.9,TRUE,Tutor,73.3 +512,77,FALSE,No tutor,55.2 +513,85.2,FALSE,No tutor,69.6 +514,82.4,FALSE,No tutor,71.9 +515,60.6,TRUE,Tutor,76.3 +516,89.1,FALSE,No tutor,75.6 +517,90.2,FALSE,No tutor,72.4 +518,72.1,FALSE,No tutor,72.7 +519,65.7,TRUE,Tutor,70.6 +520,61.6,TRUE,Tutor,61.6 +521,77.6,FALSE,No tutor,72.5 +522,80.7,FALSE,No tutor,65.4 +523,53,TRUE,Tutor,70.4 +524,91.9,FALSE,No tutor,71.4 +525,55.7,TRUE,Tutor,55.2 +526,86.7,FALSE,No tutor,76.3 +527,75.5,FALSE,No tutor,54.7 +528,68.6,TRUE,Tutor,75.9 +529,75.5,FALSE,No tutor,67.7 +530,85.2,FALSE,No tutor,58.8 +531,74.7,FALSE,No tutor,68.2 +532,89,FALSE,No tutor,76.2 +533,87,FALSE,No tutor,54.6 +534,54.4,TRUE,Tutor,63.9 +535,71.4,FALSE,No tutor,44 +536,89.6,FALSE,No tutor,70.3 +537,77.7,FALSE,No tutor,69.7 +538,66,TRUE,Tutor,72.9 +539,89.4,FALSE,No tutor,57.4 +540,83.5,FALSE,No tutor,62.3 +541,56.1,TRUE,Tutor,57.7 +542,84.6,FALSE,No tutor,67.4 +543,95.5,FALSE,No tutor,71.3 +544,69.8,TRUE,Tutor,73.5 +545,94,FALSE,No tutor,62.2 +546,94.3,FALSE,No tutor,74.6 +547,76.6,FALSE,No tutor,58.4 +548,76.8,FALSE,No tutor,50.5 +549,78.3,FALSE,No tutor,64.5 +550,72.4,FALSE,No tutor,72.2 +551,87.2,FALSE,No tutor,73.1 +552,75.7,FALSE,No tutor,57.9 +553,85.3,FALSE,No tutor,57.2 +554,78.9,FALSE,No tutor,62.8 +555,91.9,FALSE,No tutor,63.8 +556,79.6,FALSE,No tutor,56.8 +557,76,FALSE,No tutor,54.2 +558,87.5,FALSE,No tutor,62.5 +559,77.1,FALSE,No tutor,65 +560,86.9,FALSE,No tutor,59.7 +561,86.9,FALSE,No tutor,72.2 +562,81,FALSE,No tutor,62.7 +563,68.4,TRUE,Tutor,73 +564,81,FALSE,No tutor,61.6 +565,74.4,FALSE,No tutor,58.1 +566,56.8,TRUE,Tutor,64.2 +567,82.2,FALSE,No tutor,65.9 +568,79.5,FALSE,No tutor,61.2 +569,68,TRUE,Tutor,76.8 +570,92.8,FALSE,No tutor,62.6 +571,67.2,TRUE,Tutor,66.4 +572,85.5,FALSE,No tutor,63.2 +573,91.8,FALSE,No tutor,72.2 +574,96.1,FALSE,No tutor,84.5 +575,87.7,FALSE,No tutor,62.6 +576,92.1,FALSE,No tutor,73 +577,92.2,FALSE,No tutor,66 +578,92.4,FALSE,No tutor,79.1 +579,67.2,TRUE,Tutor,56.8 +580,89.5,FALSE,No tutor,72.5 +581,86.5,FALSE,No tutor,68.7 +582,83.9,FALSE,No tutor,70.9 +583,74.4,FALSE,No tutor,65.9 +584,83.1,FALSE,No tutor,74.4 +585,60.5,TRUE,Tutor,64.3 +586,82.3,FALSE,No tutor,62.3 +587,97.8,FALSE,No tutor,75.3 +588,79.3,FALSE,No tutor,67.7 +589,96.5,FALSE,No tutor,69.9 +590,57.6,TRUE,Tutor,69 +591,88,FALSE,No tutor,73.3 +592,91.6,FALSE,No tutor,78.8 +593,86.2,FALSE,No tutor,63.2 +594,66.3,TRUE,Tutor,73 +595,73.2,FALSE,No tutor,52.9 +596,90.3,FALSE,No tutor,71.4 +597,77.9,FALSE,No tutor,63.9 +598,66.7,TRUE,Tutor,73.5 +599,41.3,TRUE,Tutor,53.4 +600,75.5,FALSE,No tutor,62.7 +601,87.5,FALSE,No tutor,80 +602,82.5,FALSE,No tutor,61.3 +603,61,TRUE,Tutor,78.4 +604,57.8,TRUE,Tutor,66.8 +605,69.2,TRUE,Tutor,80.1 +606,81.1,FALSE,No tutor,63.2 +607,92.6,FALSE,No tutor,57.5 +608,83.3,FALSE,No tutor,62.4 +609,85.7,FALSE,No tutor,56.7 +610,71.8,FALSE,No tutor,67.7 +611,64.1,TRUE,Tutor,61.8 +612,92.1,FALSE,No tutor,69.6 +613,84.4,FALSE,No tutor,66.3 +614,75.3,FALSE,No tutor,53.2 +615,83.4,FALSE,No tutor,69.7 +616,92.4,FALSE,No tutor,73.9 +617,99,FALSE,No tutor,78.6 +618,78.2,FALSE,No tutor,73.1 +619,78.3,FALSE,No tutor,63.6 +620,37,TRUE,Tutor,53.8 +621,97.1,FALSE,No tutor,67.5 +622,87.1,FALSE,No tutor,70.2 +623,59.2,TRUE,Tutor,71.1 +624,71.5,FALSE,No tutor,61.7 +625,75.7,FALSE,No tutor,59.2 +626,86.6,FALSE,No tutor,66.1 +627,74.2,FALSE,No tutor,53 +628,81.5,FALSE,No tutor,50 +629,75.8,FALSE,No tutor,47.9 +630,86.1,FALSE,No tutor,71.3 +631,46.3,TRUE,Tutor,58.8 +632,83.3,FALSE,No tutor,69.4 +633,82.5,FALSE,No tutor,67.8 +634,83.1,FALSE,No tutor,62.9 +635,82.4,FALSE,No tutor,69.8 +636,76.1,FALSE,No tutor,71 +637,70.7,FALSE,No tutor,62.2 +638,64.2,TRUE,Tutor,54.4 +639,81.9,FALSE,No tutor,49.7 +640,89.9,FALSE,No tutor,73 +641,94.1,FALSE,No tutor,65.1 +642,77.1,FALSE,No tutor,64.5 +643,76.9,FALSE,No tutor,64.4 +644,75.9,FALSE,No tutor,67.8 +645,79.4,FALSE,No tutor,74.8 +646,76,FALSE,No tutor,56.2 +647,76.2,FALSE,No tutor,74.2 +648,88.1,FALSE,No tutor,71.7 +649,70.4,FALSE,No tutor,46.6 +650,91.4,FALSE,No tutor,69.9 +651,94.3,FALSE,No tutor,70.6 +652,79.8,FALSE,No tutor,57.7 +653,91.5,FALSE,No tutor,62.3 +654,66.4,TRUE,Tutor,63 +655,80.1,FALSE,No tutor,61.7 +656,88.2,FALSE,No tutor,56.2 +657,79.6,FALSE,No tutor,49.8 +658,43.8,TRUE,Tutor,55.1 +659,79.6,FALSE,No tutor,66.4 +660,82.8,FALSE,No tutor,66.3 +661,70.9,FALSE,No tutor,57.6 +662,55.2,TRUE,Tutor,67.5 +663,90.9,FALSE,No tutor,65.1 +664,80.7,FALSE,No tutor,74 +665,53.8,TRUE,Tutor,42.8 +666,71.5,FALSE,No tutor,59.4 +667,80.8,FALSE,No tutor,65.9 +668,93.2,FALSE,No tutor,67.1 +669,82.1,FALSE,No tutor,69.1 +670,80.7,FALSE,No tutor,66.5 +671,79.1,FALSE,No tutor,64.4 +672,37.9,TRUE,Tutor,44.2 +673,84.6,FALSE,No tutor,61.5 +674,95,FALSE,No tutor,71.1 +675,68.3,TRUE,Tutor,70.5 +676,79.6,FALSE,No tutor,66.6 +677,81,FALSE,No tutor,74.5 +678,65.2,TRUE,Tutor,62.4 +679,99.4,FALSE,No tutor,71 +680,85.8,FALSE,No tutor,75.1 +681,80.2,FALSE,No tutor,66.5 +682,65.9,TRUE,Tutor,56.7 +683,81.9,FALSE,No tutor,54.9 +684,90.6,FALSE,No tutor,78.6 +685,70.9,FALSE,No tutor,53.7 +686,77.5,FALSE,No tutor,62.7 +687,75.9,FALSE,No tutor,59.8 +688,51.6,TRUE,Tutor,67 +689,85.6,FALSE,No tutor,69.4 +690,92.7,FALSE,No tutor,83.5 +691,93,FALSE,No tutor,76.8 +692,90.8,FALSE,No tutor,72.7 +693,93.8,FALSE,No tutor,60.5 +694,78.6,FALSE,No tutor,71.6 +695,79.4,FALSE,No tutor,62.3 +696,61.8,TRUE,Tutor,65.2 +697,91.5,FALSE,No tutor,79.8 +698,81.3,FALSE,No tutor,63.4 +699,66.7,TRUE,Tutor,54.5 +700,83.2,FALSE,No tutor,58.6 +701,61.6,TRUE,Tutor,56 +702,63.8,TRUE,Tutor,68.5 +703,86.7,FALSE,No tutor,60.2 +704,88.3,FALSE,No tutor,77.6 +705,80.8,FALSE,No tutor,66.7 +706,77.7,FALSE,No tutor,63 +707,78.7,FALSE,No tutor,60.1 +708,86,FALSE,No tutor,62 +709,89.9,FALSE,No tutor,73.4 +710,91.8,FALSE,No tutor,74.5 +711,58.3,TRUE,Tutor,66.8 +712,90.5,FALSE,No tutor,74.4 +713,44.2,TRUE,Tutor,58.1 +714,80,FALSE,No tutor,57.6 +715,85.6,FALSE,No tutor,64 +716,91.3,FALSE,No tutor,73.9 +717,78.1,FALSE,No tutor,69.1 +718,81.4,FALSE,No tutor,66.5 +719,75,FALSE,No tutor,64.1 +720,86.4,FALSE,No tutor,57.6 +721,65.3,TRUE,Tutor,80.4 +722,63.3,TRUE,Tutor,73.5 +723,53.9,TRUE,Tutor,56.8 +724,74.3,FALSE,No tutor,56.6 +725,86,FALSE,No tutor,72.7 +726,79,FALSE,No tutor,66.1 +727,95.3,FALSE,No tutor,56.9 +728,75.5,FALSE,No tutor,70.3 +729,84.1,FALSE,No tutor,64.5 +730,70.2,FALSE,No tutor,51.1 +731,82,FALSE,No tutor,69.9 +732,93.7,FALSE,No tutor,79.5 +733,77.2,FALSE,No tutor,60.4 +734,93.5,FALSE,No tutor,68.3 +735,58.7,TRUE,Tutor,67.5 +736,96.4,FALSE,No tutor,79.4 +737,80.1,FALSE,No tutor,73.9 +738,69.1,TRUE,Tutor,73.9 +739,94.7,FALSE,No tutor,83.8 +740,89.5,FALSE,No tutor,66.7 +741,85.2,FALSE,No tutor,75 +742,74.9,FALSE,No tutor,65.3 +743,82.9,FALSE,No tutor,72.1 +744,90.9,FALSE,No tutor,67.9 +745,70.1,FALSE,No tutor,59 +746,85.4,FALSE,No tutor,76.1 +747,68.1,TRUE,Tutor,67 +748,85.2,FALSE,No tutor,72.5 +749,90.2,FALSE,No tutor,64.8 +750,79.3,FALSE,No tutor,59.7 +751,64.8,TRUE,Tutor,67.7 +752,73.4,FALSE,No tutor,67.4 +753,78.7,FALSE,No tutor,67.8 +754,96.9,FALSE,No tutor,80.5 +755,78.4,FALSE,No tutor,57.1 +756,89.3,FALSE,No tutor,69.3 +757,81,FALSE,No tutor,62.8 +758,73.1,FALSE,No tutor,63.1 +759,94.7,FALSE,No tutor,70.6 +760,63.2,TRUE,Tutor,64.5 +761,73.4,FALSE,No tutor,50.1 +762,56.4,TRUE,Tutor,61.2 +763,85.6,FALSE,No tutor,76.9 +764,85,FALSE,No tutor,75.6 +765,90.6,FALSE,No tutor,77.1 +766,83.3,FALSE,No tutor,67.4 +767,57.5,TRUE,Tutor,64.6 +768,57.9,TRUE,Tutor,53.6 +769,96.4,FALSE,No tutor,83.7 +770,60.6,TRUE,Tutor,72.5 +771,55,TRUE,Tutor,73.4 +772,65.6,TRUE,Tutor,63.6 +773,89.2,FALSE,No tutor,72.9 +774,54.2,TRUE,Tutor,67.9 +775,62.9,TRUE,Tutor,73.4 +776,64.5,TRUE,Tutor,64.9 +777,83.5,FALSE,No tutor,62.1 +778,60,TRUE,Tutor,73.6 +779,75.9,FALSE,No tutor,54.2 +780,78.9,FALSE,No tutor,60.6 +781,41.8,TRUE,Tutor,54 +782,62.3,TRUE,Tutor,64 +783,84.1,FALSE,No tutor,63.5 +784,94.5,FALSE,No tutor,63.9 +785,66.2,TRUE,Tutor,72 +786,84.4,FALSE,No tutor,66.8 +787,58.6,TRUE,Tutor,71.8 +788,68.9,TRUE,Tutor,67.1 +789,77.4,FALSE,No tutor,73.1 +790,79.2,FALSE,No tutor,62.9 +791,83.3,FALSE,No tutor,58.3 +792,74.3,FALSE,No tutor,75.2 +793,91.6,FALSE,No tutor,75.1 +794,64.3,TRUE,Tutor,72.7 +795,83.7,FALSE,No tutor,76.2 +796,88,FALSE,No tutor,65.3 +797,82.8,FALSE,No tutor,71.6 +798,96.1,FALSE,No tutor,60 +799,83.1,FALSE,No tutor,57.2 +800,75.9,FALSE,No tutor,56.2 +801,85.6,FALSE,No tutor,64.9 +802,83.9,FALSE,No tutor,63.9 +803,70.7,FALSE,No tutor,55.1 +804,73.8,FALSE,No tutor,59.5 +805,87.2,FALSE,No tutor,75.9 +806,66.7,TRUE,Tutor,69.9 +807,74.6,FALSE,No tutor,55.7 +808,64,TRUE,Tutor,75.6 +809,93.3,FALSE,No tutor,70.9 +810,80.8,FALSE,No tutor,65.1 +811,85.5,FALSE,No tutor,71.5 +812,90.9,FALSE,No tutor,60.4 +813,61.9,TRUE,Tutor,69.4 +814,68.9,TRUE,Tutor,71.2 +815,92.6,FALSE,No tutor,64 +816,93.8,FALSE,No tutor,77.8 +817,95.9,FALSE,No tutor,74.7 +818,76,FALSE,No tutor,63.5 +819,91.9,FALSE,No tutor,63.4 +820,83.5,FALSE,No tutor,53.2 +821,83.1,FALSE,No tutor,51.7 +822,71.9,FALSE,No tutor,62.7 +823,91.7,FALSE,No tutor,62.9 +824,79.3,FALSE,No tutor,70.8 +825,88,FALSE,No tutor,73 +826,74,FALSE,No tutor,69.6 +827,89.1,FALSE,No tutor,64.7 +828,77.3,FALSE,No tutor,57.5 +829,65.9,TRUE,Tutor,66.2 +830,90.5,FALSE,No tutor,75.7 +831,81.1,FALSE,No tutor,63.2 +832,71.5,FALSE,No tutor,68.9 +833,79.2,FALSE,No tutor,75.5 +834,97,FALSE,No tutor,77.2 +835,62.3,TRUE,Tutor,69.2 +836,77.5,FALSE,No tutor,70.4 +837,79.4,FALSE,No tutor,76.6 +838,69.9,TRUE,Tutor,73.1 +839,81.2,FALSE,No tutor,61.2 +840,90.5,FALSE,No tutor,63.6 +841,87,FALSE,No tutor,54.5 +842,76.8,FALSE,No tutor,63.1 +843,74.5,FALSE,No tutor,58.5 +844,90.4,FALSE,No tutor,71.4 +845,84.3,FALSE,No tutor,78.8 +846,88.9,FALSE,No tutor,49.1 +847,92.7,FALSE,No tutor,66.1 +848,87.2,FALSE,No tutor,58.9 +849,75.2,FALSE,No tutor,53.6 +850,72.7,FALSE,No tutor,54.1 +851,66.2,TRUE,Tutor,60.1 +852,73.9,FALSE,No tutor,52.8 +853,75.1,FALSE,No tutor,67.5 +854,57.2,TRUE,Tutor,65.6 +855,80.4,FALSE,No tutor,64.3 +856,73.2,FALSE,No tutor,67.7 +857,89.6,FALSE,No tutor,78.6 +858,96.3,FALSE,No tutor,72 +859,81.2,FALSE,No tutor,71.3 +860,67.1,TRUE,Tutor,67.8 +861,68.6,TRUE,Tutor,68 +862,62.2,TRUE,Tutor,66.5 +863,84.4,FALSE,No tutor,61.2 +864,92.4,FALSE,No tutor,77.5 +865,72.3,FALSE,No tutor,60.4 +866,94.8,FALSE,No tutor,65.7 +867,65.2,TRUE,Tutor,68.9 +868,63.6,TRUE,Tutor,72 +869,57.6,TRUE,Tutor,65.5 +870,81.3,FALSE,No tutor,52 +871,87.2,FALSE,No tutor,51.6 +872,69.4,TRUE,Tutor,56.5 +873,39.4,TRUE,Tutor,64.9 +874,92.4,FALSE,No tutor,82.5 +875,84.3,FALSE,No tutor,66.6 +876,75.2,FALSE,No tutor,64 +877,76.7,FALSE,No tutor,73 +878,84.4,FALSE,No tutor,52.5 +879,98.3,FALSE,No tutor,72 +880,82.1,FALSE,No tutor,64.7 +881,92.2,FALSE,No tutor,72 +882,77.2,FALSE,No tutor,67.3 +883,89,FALSE,No tutor,78.7 +884,79.7,FALSE,No tutor,66.4 +885,88,FALSE,No tutor,76.3 +886,83.9,FALSE,No tutor,65.4 +887,83.5,FALSE,No tutor,60.8 +888,46.6,TRUE,Tutor,60.5 +889,63.2,TRUE,Tutor,53.6 +890,81.4,FALSE,No tutor,51 +891,92.6,FALSE,No tutor,60.5 +892,54.7,TRUE,Tutor,72.3 +893,94.1,FALSE,No tutor,71.4 +894,92.2,FALSE,No tutor,69.8 +895,88.3,FALSE,No tutor,63.5 +896,90.3,FALSE,No tutor,79.7 +897,89.7,FALSE,No tutor,71.9 +898,47.8,TRUE,Tutor,56.1 +899,79.5,FALSE,No tutor,63.3 +900,87.7,FALSE,No tutor,57.2 +901,64.3,TRUE,Tutor,58.1 +902,74.3,FALSE,No tutor,53.1 +903,92.5,FALSE,No tutor,58.7 +904,85.9,FALSE,No tutor,67.8 +905,67.5,TRUE,Tutor,67.1 +906,60.2,TRUE,Tutor,72 +907,78,FALSE,No tutor,59.7 +908,95.9,FALSE,No tutor,71.4 +909,87.8,FALSE,No tutor,58.7 +910,81.2,FALSE,No tutor,54.8 +911,68.4,TRUE,Tutor,77.9 +912,76.8,FALSE,No tutor,60.7 +913,76.8,FALSE,No tutor,66.9 +914,70.6,FALSE,No tutor,61.6 +915,82.1,FALSE,No tutor,67.3 +916,84.2,FALSE,No tutor,74.8 +917,76.1,FALSE,No tutor,55 +918,88.7,FALSE,No tutor,65.4 +919,82.2,FALSE,No tutor,77.2 +920,85.5,FALSE,No tutor,70.5 +921,89.4,FALSE,No tutor,71.3 +922,57.7,TRUE,Tutor,68.7 +923,93,FALSE,No tutor,72.9 +924,84.7,FALSE,No tutor,58.5 +925,72.1,FALSE,No tutor,56.2 +926,79.5,FALSE,No tutor,70.4 +927,73.3,FALSE,No tutor,63.3 +928,93.3,FALSE,No tutor,72.4 +929,84.2,FALSE,No tutor,69.9 +930,95.8,FALSE,No tutor,73.9 +931,89,FALSE,No tutor,71.7 +932,51.9,TRUE,Tutor,58.6 +933,73.2,FALSE,No tutor,57.1 +934,76.3,FALSE,No tutor,67.4 +935,90,FALSE,No tutor,68.1 +936,85.8,FALSE,No tutor,65.6 +937,90.7,FALSE,No tutor,67.1 +938,76.9,FALSE,No tutor,62 +939,62.1,TRUE,Tutor,61.6 +940,72.3,FALSE,No tutor,66.3 +941,86.5,FALSE,No tutor,67.8 +942,67,TRUE,Tutor,74.9 +943,70.6,FALSE,No tutor,65.7 +944,60.1,TRUE,Tutor,77.7 +945,84.3,FALSE,No tutor,56.1 +946,92.2,FALSE,No tutor,75.1 +947,79.2,FALSE,No tutor,59.6 +948,72.3,FALSE,No tutor,63.2 +949,78.9,FALSE,No tutor,46.8 +950,69.8,TRUE,Tutor,68 +951,79.1,FALSE,No tutor,63.2 +952,81.4,FALSE,No tutor,64.7 +953,79.8,FALSE,No tutor,62.1 +954,78.1,FALSE,No tutor,65.9 +955,75.8,FALSE,No tutor,62.1 +956,85.9,FALSE,No tutor,62 +957,76.4,FALSE,No tutor,59.2 +958,87.5,FALSE,No tutor,79.2 +959,91.5,FALSE,No tutor,76.1 +960,61.1,TRUE,Tutor,57.5 +961,64.7,TRUE,Tutor,68.3 +962,85.9,FALSE,No tutor,67.4 +963,48.2,TRUE,Tutor,54.8 +964,80.8,FALSE,No tutor,71.8 +965,82.2,FALSE,No tutor,66.6 +966,90.2,FALSE,No tutor,75.1 +967,78.2,FALSE,No tutor,58.4 +968,80,FALSE,No tutor,62.3 +969,76.6,FALSE,No tutor,72.7 +970,69.4,TRUE,Tutor,72.1 +971,58.5,TRUE,Tutor,68.6 +972,71.8,FALSE,No tutor,65.7 +973,56.2,TRUE,Tutor,63.1 +974,54.2,TRUE,Tutor,73.3 +975,83.3,FALSE,No tutor,62.7 +976,66.7,TRUE,Tutor,80 +977,91.7,FALSE,No tutor,77.3 +978,90.2,FALSE,No tutor,67.1 +979,72.8,FALSE,No tutor,65 +980,84.3,FALSE,No tutor,67.3 +981,95.9,FALSE,No tutor,61.9 +982,58.5,TRUE,Tutor,52.7 +983,89,FALSE,No tutor,56.5 +984,70.6,FALSE,No tutor,64 +985,70.1,FALSE,No tutor,50.2 +986,40.7,TRUE,Tutor,55 +987,74.3,FALSE,No tutor,59.4 +988,64.5,TRUE,Tutor,61.5 +989,83.9,FALSE,No tutor,63.8 +990,95.5,FALSE,No tutor,69.6 +991,75.3,FALSE,No tutor,66 +992,93.9,FALSE,No tutor,71.1 +993,78.8,FALSE,No tutor,71.8 +994,76.1,FALSE,No tutor,58.9 +995,83.1,FALSE,No tutor,63.1 +996,43.7,TRUE,Tutor,65.3 +997,39.2,TRUE,Tutor,53.6 +998,90.3,FALSE,No tutor,76.7 +999,62.2,TRUE,Tutor,69.3 +1000,83.5,FALSE,No tutor,61.1 diff --git a/docs/_site/files/data/generated_data/tutoring_program_fuzzy.csv b/docs/_site/files/data/generated_data/tutoring_program_fuzzy.csv new file mode 100644 index 00000000..d9382f40 --- /dev/null +++ b/docs/_site/files/data/generated_data/tutoring_program_fuzzy.csv @@ -0,0 +1,1001 @@ +id,entrance_exam,tutoring,tutoring_text,exit_exam +1,92.4,FALSE,No tutor,78.1 +2,72.8,FALSE,No tutor,58.2 +3,53.7,TRUE,Tutor,62 +4,98.3,FALSE,No tutor,67.5 +5,69.7,TRUE,Tutor,54.1 +6,68.1,TRUE,Tutor,60.1 +7,86,FALSE,No tutor,73 +8,85.7,TRUE,Tutor,76.7 +9,85.9,FALSE,No tutor,57.8 +10,89.5,FALSE,No tutor,79.9 +11,84.8,FALSE,No tutor,70 +12,90.6,FALSE,No tutor,74.9 +13,88.3,TRUE,Tutor,81.5 +14,76.7,TRUE,Tutor,67.6 +15,57.1,TRUE,Tutor,62.4 +16,79.6,FALSE,No tutor,65.4 +17,85.2,FALSE,No tutor,69.1 +18,89.7,TRUE,Tutor,87.3 +19,89,FALSE,No tutor,67.5 +20,75.5,TRUE,Tutor,64 +21,85,TRUE,Tutor,68.4 +22,84.3,FALSE,No tutor,63.8 +23,69.1,FALSE,No tutor,67.5 +24,87.4,FALSE,No tutor,74.6 +25,94.2,FALSE,No tutor,77.3 +26,66.5,FALSE,No tutor,67.7 +27,90.8,FALSE,No tutor,70.1 +28,78,FALSE,No tutor,53.4 +29,90,FALSE,No tutor,83.2 +30,53.2,TRUE,Tutor,55.2 +31,84.8,FALSE,No tutor,68.9 +32,87.6,FALSE,No tutor,74.3 +33,85.1,FALSE,No tutor,61.1 +34,95.3,FALSE,No tutor,71.9 +35,92.1,FALSE,No tutor,77.5 +36,97.8,FALSE,No tutor,79 +37,93.4,FALSE,No tutor,82 +38,82.3,FALSE,No tutor,49.7 +39,84.7,FALSE,No tutor,68.5 +40,91.2,FALSE,No tutor,76 +41,89.2,FALSE,No tutor,72.8 +42,82.1,TRUE,Tutor,80.1 +43,90.5,FALSE,No tutor,79.5 +44,90.3,FALSE,No tutor,80.1 +45,91.6,FALSE,No tutor,61.8 +46,92.8,FALSE,No tutor,66.5 +47,85.4,FALSE,No tutor,64.5 +48,85.1,FALSE,No tutor,66.4 +49,96.3,FALSE,No tutor,80.3 +50,86.1,FALSE,No tutor,72.8 +51,91.6,FALSE,No tutor,77.8 +52,90.7,FALSE,No tutor,71.6 +53,80.4,TRUE,Tutor,74 +54,66.8,TRUE,Tutor,63.4 +55,36.9,TRUE,Tutor,49.1 +56,88.3,TRUE,Tutor,74.2 +57,92,FALSE,No tutor,60.1 +58,78.4,FALSE,No tutor,54.7 +59,87.2,TRUE,Tutor,82.9 +60,77.9,TRUE,Tutor,67.6 +61,91.8,FALSE,No tutor,67.2 +62,71.6,FALSE,No tutor,59.9 +63,77.7,FALSE,No tutor,70.2 +64,84.5,TRUE,Tutor,72.4 +65,83.3,FALSE,No tutor,66.1 +66,64.9,FALSE,No tutor,60.1 +67,80.2,FALSE,No tutor,57.2 +68,93.8,FALSE,No tutor,63.4 +69,82.7,FALSE,No tutor,58.9 +70,80.6,FALSE,No tutor,71.6 +71,80.5,FALSE,No tutor,57.3 +72,93.7,FALSE,No tutor,77.2 +73,80.6,FALSE,No tutor,62 +74,59.9,FALSE,No tutor,53.5 +75,63.7,TRUE,Tutor,72 +76,67.1,FALSE,No tutor,59 +77,83.8,FALSE,No tutor,64.1 +78,80.8,FALSE,No tutor,54.3 +79,92.3,FALSE,No tutor,72.5 +80,78.7,FALSE,No tutor,62 +81,73.2,TRUE,Tutor,80.5 +82,35.1,TRUE,Tutor,47.3 +83,55.9,FALSE,No tutor,51.3 +84,85,TRUE,Tutor,72.2 +85,91.8,FALSE,No tutor,74 +86,56.7,TRUE,Tutor,48.5 +87,70,TRUE,Tutor,71.1 +88,84.8,FALSE,No tutor,66.4 +89,76.7,TRUE,Tutor,74.2 +90,85.1,FALSE,No tutor,60.4 +91,74.9,FALSE,No tutor,68 +92,89.6,TRUE,Tutor,78.2 +93,74.8,TRUE,Tutor,67.6 +94,71.2,FALSE,No tutor,69 +95,78.6,TRUE,Tutor,72.5 +96,80.9,FALSE,No tutor,69.8 +97,86.9,FALSE,No tutor,55.9 +98,91.6,FALSE,No tutor,64.9 +99,59.9,TRUE,Tutor,75.7 +100,77.4,FALSE,No tutor,55.9 +101,60.4,TRUE,Tutor,63.5 +102,92.7,FALSE,No tutor,75.5 +103,74.8,FALSE,No tutor,65.1 +104,64.3,TRUE,Tutor,75.7 +105,78.2,FALSE,No tutor,61 +106,80.8,FALSE,No tutor,75.8 +107,88.4,FALSE,No tutor,70.3 +108,62.4,TRUE,Tutor,62.5 +109,76.4,TRUE,Tutor,72.5 +110,86.7,TRUE,Tutor,71.1 +111,94.6,FALSE,No tutor,71.9 +112,86.8,FALSE,No tutor,74.5 +113,73.8,FALSE,No tutor,48.4 +114,55.6,TRUE,Tutor,73.1 +115,73.2,FALSE,No tutor,69 +116,92.1,FALSE,No tutor,77.4 +117,64.4,FALSE,No tutor,67 +118,95.5,FALSE,No tutor,59.7 +119,83.3,FALSE,No tutor,57.8 +120,82.6,FALSE,No tutor,54.3 +121,97,FALSE,No tutor,78 +122,58.1,TRUE,Tutor,63.4 +123,86.6,FALSE,No tutor,59.2 +124,82.9,TRUE,Tutor,71.8 +125,65.1,TRUE,Tutor,66.3 +126,79.5,FALSE,No tutor,72.7 +127,67.9,FALSE,No tutor,56.5 +128,70.3,FALSE,No tutor,61.5 +129,72.8,FALSE,No tutor,66.2 +130,68.1,TRUE,Tutor,74.1 +131,71.4,FALSE,No tutor,58.8 +132,83.5,FALSE,No tutor,62.5 +133,76.1,FALSE,No tutor,54 +134,75.7,FALSE,No tutor,59.9 +135,81.5,FALSE,No tutor,62.1 +136,91.1,FALSE,No tutor,74.2 +137,89.3,FALSE,No tutor,68.8 +138,83.7,FALSE,No tutor,61.3 +139,89.1,FALSE,No tutor,82.1 +140,81.8,TRUE,Tutor,76.6 +141,84,FALSE,No tutor,66.7 +142,80.7,FALSE,No tutor,67.2 +143,70.2,FALSE,No tutor,59.7 +144,65.4,TRUE,Tutor,79.6 +145,35.9,TRUE,Tutor,50.1 +146,78.9,FALSE,No tutor,64.4 +147,82.7,TRUE,Tutor,80 +148,77,FALSE,No tutor,66.6 +149,82.9,FALSE,No tutor,65.5 +150,96.4,FALSE,No tutor,73.8 +151,44.1,TRUE,Tutor,61.5 +152,89,FALSE,No tutor,66.9 +153,91.7,FALSE,No tutor,65 +154,73.6,FALSE,No tutor,54.8 +155,78.3,FALSE,No tutor,56 +156,99.1,FALSE,No tutor,67.8 +157,79.4,FALSE,No tutor,67.3 +158,70,FALSE,No tutor,60.2 +159,58.3,FALSE,No tutor,43.3 +160,51.3,TRUE,Tutor,55.6 +161,85.2,TRUE,Tutor,74.8 +162,63.5,TRUE,Tutor,55.6 +163,80.9,TRUE,Tutor,80 +164,85.6,TRUE,Tutor,77.6 +165,99.3,FALSE,No tutor,76.6 +166,88.5,FALSE,No tutor,68.2 +167,68.5,TRUE,Tutor,70.4 +168,68.2,FALSE,No tutor,48.4 +169,65.5,TRUE,Tutor,66.7 +170,90.3,FALSE,No tutor,69.6 +171,74.9,FALSE,No tutor,67.4 +172,97.5,FALSE,No tutor,76.9 +173,68.5,TRUE,Tutor,79.3 +174,63.7,TRUE,Tutor,63.5 +175,74.5,FALSE,No tutor,55.1 +176,63.6,TRUE,Tutor,63.5 +177,72.1,FALSE,No tutor,58.4 +178,62.2,TRUE,Tutor,64.5 +179,52.9,TRUE,Tutor,60.9 +180,77.2,FALSE,No tutor,49.2 +181,91.6,FALSE,No tutor,68.1 +182,69.9,TRUE,Tutor,57.7 +183,83.8,FALSE,No tutor,63.2 +184,41.6,TRUE,Tutor,51.8 +185,95.2,FALSE,No tutor,76.6 +186,84,FALSE,No tutor,67.5 +187,69.9,TRUE,Tutor,73.6 +188,80.2,TRUE,Tutor,72 +189,86.4,FALSE,No tutor,64.9 +190,82.5,FALSE,No tutor,60.2 +191,65.3,TRUE,Tutor,74.1 +192,64.6,TRUE,Tutor,68.4 +193,72.6,TRUE,Tutor,57.5 +194,87,FALSE,No tutor,72.1 +195,64.2,TRUE,Tutor,69.8 +196,87.3,FALSE,No tutor,63.6 +197,74.5,FALSE,No tutor,66.7 +198,82.8,FALSE,No tutor,56.6 +199,82.1,TRUE,Tutor,72.6 +200,90,FALSE,No tutor,69.3 +201,75.8,FALSE,No tutor,73.1 +202,72,FALSE,No tutor,63.6 +203,91.3,FALSE,No tutor,53 +204,81.8,TRUE,Tutor,78.1 +205,77.3,FALSE,No tutor,58.2 +206,66.1,TRUE,Tutor,78.2 +207,76.8,FALSE,No tutor,57.5 +208,70,TRUE,Tutor,57.3 +209,91.5,FALSE,No tutor,80.7 +210,63.4,TRUE,Tutor,59.5 +211,63.2,FALSE,No tutor,53.9 +212,73.3,FALSE,No tutor,64.4 +213,45.7,TRUE,Tutor,64.9 +214,70.2,FALSE,No tutor,61 +215,73,FALSE,No tutor,69 +216,73,FALSE,No tutor,52 +217,69.5,TRUE,Tutor,70.6 +218,54.3,TRUE,Tutor,51.5 +219,69.2,TRUE,Tutor,69.8 +220,64.5,TRUE,Tutor,72.5 +221,91.8,FALSE,No tutor,79.8 +222,83.4,FALSE,No tutor,75.8 +223,92.5,FALSE,No tutor,72.4 +224,73.1,FALSE,No tutor,73.5 +225,70.2,FALSE,No tutor,70.1 +226,56.6,TRUE,Tutor,64.7 +227,83.1,FALSE,No tutor,52.1 +228,75,FALSE,No tutor,61.6 +229,96.1,FALSE,No tutor,73 +230,71.6,FALSE,No tutor,59.2 +231,87.1,TRUE,Tutor,72.9 +232,81.5,FALSE,No tutor,77.7 +233,70.6,FALSE,No tutor,59.9 +234,64.4,TRUE,Tutor,62.1 +235,82.5,FALSE,No tutor,67.6 +236,64.3,TRUE,Tutor,65.3 +237,86.9,TRUE,Tutor,70.9 +238,61,TRUE,Tutor,66.6 +239,77.9,FALSE,No tutor,60.2 +240,72,FALSE,No tutor,71.2 +241,68.8,TRUE,Tutor,70.8 +242,87.5,FALSE,No tutor,64.1 +243,60.8,TRUE,Tutor,64.1 +244,88.7,FALSE,No tutor,78.4 +245,71.9,FALSE,No tutor,61.5 +246,89.1,FALSE,No tutor,63.8 +247,81.6,FALSE,No tutor,70.9 +248,94.9,FALSE,No tutor,69.4 +249,75.6,FALSE,No tutor,58 +250,56.4,TRUE,Tutor,54.9 +251,74.6,FALSE,No tutor,57.4 +252,96.1,FALSE,No tutor,71.1 +253,86.6,FALSE,No tutor,78.4 +254,92.1,FALSE,No tutor,74.8 +255,83.3,TRUE,Tutor,73 +256,71.3,FALSE,No tutor,67 +257,72,FALSE,No tutor,58.4 +258,86.1,FALSE,No tutor,68.8 +259,90.2,FALSE,No tutor,59.1 +260,80.6,FALSE,No tutor,65.6 +261,55.7,TRUE,Tutor,65.8 +262,77.4,FALSE,No tutor,65.7 +263,86.9,FALSE,No tutor,74.7 +264,85.2,FALSE,No tutor,56.3 +265,84.4,FALSE,No tutor,65.9 +266,62.1,TRUE,Tutor,70.5 +267,42.3,TRUE,Tutor,52.9 +268,69.4,TRUE,Tutor,62.4 +269,84.1,TRUE,Tutor,80.2 +270,78.4,FALSE,No tutor,66.5 +271,85,FALSE,No tutor,68 +272,80.2,FALSE,No tutor,77 +273,85.9,TRUE,Tutor,76.7 +274,86.9,FALSE,No tutor,68.1 +275,75.3,FALSE,No tutor,64.6 +276,77.4,TRUE,Tutor,80.8 +277,85.2,FALSE,No tutor,71 +278,95.1,FALSE,No tutor,71.5 +279,77.3,FALSE,No tutor,68 +280,87.7,FALSE,No tutor,73.7 +281,53.7,TRUE,Tutor,60.6 +282,90.1,FALSE,No tutor,72.2 +283,52.5,TRUE,Tutor,64.9 +284,86.9,FALSE,No tutor,65.1 +285,72.5,FALSE,No tutor,59.4 +286,58.7,TRUE,Tutor,71.8 +287,85.3,FALSE,No tutor,76.8 +288,67,TRUE,Tutor,63.5 +289,79.2,FALSE,No tutor,70.6 +290,91.8,FALSE,No tutor,77.6 +291,82,FALSE,No tutor,55.3 +292,81.2,FALSE,No tutor,65 +293,88.8,FALSE,No tutor,73.4 +294,78.7,FALSE,No tutor,53 +295,71.7,FALSE,No tutor,52.4 +296,57.2,TRUE,Tutor,70.6 +297,52,TRUE,Tutor,65.4 +298,76,FALSE,No tutor,60.4 +299,51.4,TRUE,Tutor,69.7 +300,88.2,TRUE,Tutor,82 +301,98.3,FALSE,No tutor,74.3 +302,84.7,FALSE,No tutor,67.9 +303,85.3,FALSE,No tutor,65.9 +304,98.2,FALSE,No tutor,72.6 +305,66.8,TRUE,Tutor,60.8 +306,88.4,FALSE,No tutor,69.6 +307,81.3,FALSE,No tutor,71.6 +308,95.1,FALSE,No tutor,73.5 +309,89.4,FALSE,No tutor,71.3 +310,79.6,TRUE,Tutor,74.5 +311,57.7,FALSE,No tutor,40.9 +312,28.8,TRUE,Tutor,44.7 +313,77.9,TRUE,Tutor,64.3 +314,80.2,FALSE,No tutor,49.4 +315,85.2,TRUE,Tutor,86.6 +316,43.4,TRUE,Tutor,61.8 +317,93,FALSE,No tutor,75.6 +318,72.2,FALSE,No tutor,63.4 +319,78.5,TRUE,Tutor,77.1 +320,86.4,FALSE,No tutor,64.4 +321,94.6,FALSE,No tutor,80.8 +322,73.6,FALSE,No tutor,65.7 +323,78.4,FALSE,No tutor,68.3 +324,89,FALSE,No tutor,72.3 +325,75.5,TRUE,Tutor,77.2 +326,82.1,FALSE,No tutor,59.6 +327,87.3,FALSE,No tutor,66.7 +328,68.2,TRUE,Tutor,78.4 +329,82.9,FALSE,No tutor,58.5 +330,96.4,FALSE,No tutor,74.9 +331,99,FALSE,No tutor,68 +332,86.1,FALSE,No tutor,64.9 +333,60.2,FALSE,No tutor,50 +334,56.4,TRUE,Tutor,58.3 +335,72,FALSE,No tutor,64.2 +336,94.6,FALSE,No tutor,74.2 +337,74.1,TRUE,Tutor,78.6 +338,38.4,TRUE,Tutor,44.8 +339,99.8,FALSE,No tutor,77 +340,88.4,FALSE,No tutor,62.3 +341,53.1,TRUE,Tutor,63.1 +342,67.6,FALSE,No tutor,46.1 +343,61.5,FALSE,No tutor,48.6 +344,69.1,TRUE,Tutor,75.7 +345,67.3,TRUE,Tutor,69.1 +346,77.5,FALSE,No tutor,63.7 +347,89.8,FALSE,No tutor,67.7 +348,92.6,FALSE,No tutor,75.2 +349,77.2,FALSE,No tutor,68.1 +350,84.1,FALSE,No tutor,69 +351,89.6,TRUE,Tutor,70.1 +352,70,TRUE,Tutor,74.4 +353,75.1,TRUE,Tutor,72.1 +354,91.7,FALSE,No tutor,76.3 +355,85.3,FALSE,No tutor,72.1 +356,79,FALSE,No tutor,73.3 +357,93.9,FALSE,No tutor,65.5 +358,82.2,TRUE,Tutor,72.8 +359,87.6,FALSE,No tutor,74.7 +360,97.7,FALSE,No tutor,65.7 +361,82.2,FALSE,No tutor,79.6 +362,85.5,FALSE,No tutor,57.8 +363,86.4,FALSE,No tutor,57.5 +364,66.9,TRUE,Tutor,67.2 +365,75.3,FALSE,No tutor,66.5 +366,92.6,FALSE,No tutor,78.9 +367,70.8,FALSE,No tutor,66.6 +368,79.5,FALSE,No tutor,69.4 +369,74.9,FALSE,No tutor,67.2 +370,64.6,FALSE,No tutor,48.9 +371,75.8,TRUE,Tutor,78.3 +372,38.8,TRUE,Tutor,54.8 +373,75.8,TRUE,Tutor,72 +374,92.8,FALSE,No tutor,67.5 +375,92.5,FALSE,No tutor,77.8 +376,96.8,FALSE,No tutor,79 +377,88.7,FALSE,No tutor,72.5 +378,88,FALSE,No tutor,65.5 +379,86.4,FALSE,No tutor,68.9 +380,63,TRUE,Tutor,74.2 +381,92.9,FALSE,No tutor,72.1 +382,77.4,FALSE,No tutor,60.5 +383,68.5,TRUE,Tutor,72 +384,80,FALSE,No tutor,71.3 +385,74.8,FALSE,No tutor,69 +386,90.1,FALSE,No tutor,71.7 +387,93,FALSE,No tutor,68.7 +388,73,FALSE,No tutor,53.2 +389,83.9,FALSE,No tutor,75.8 +390,71.8,TRUE,Tutor,76.6 +391,71.1,TRUE,Tutor,82.6 +392,45.4,TRUE,Tutor,56.8 +393,83.9,FALSE,No tutor,61 +394,62.1,TRUE,Tutor,64 +395,86.9,FALSE,No tutor,57.8 +396,94.4,FALSE,No tutor,67.4 +397,92.4,FALSE,No tutor,75.5 +398,80.2,FALSE,No tutor,52.4 +399,76,FALSE,No tutor,59.4 +400,88.6,FALSE,No tutor,64.5 +401,73.7,FALSE,No tutor,68.3 +402,63.7,TRUE,Tutor,68.7 +403,93.1,FALSE,No tutor,79.8 +404,96.9,FALSE,No tutor,74 +405,92.9,FALSE,No tutor,59.5 +406,89.5,FALSE,No tutor,73.2 +407,82.3,FALSE,No tutor,65.6 +408,58.9,TRUE,Tutor,57.8 +409,72.9,FALSE,No tutor,71.6 +410,85.9,TRUE,Tutor,87 +411,78.4,TRUE,Tutor,80.7 +412,85.2,FALSE,No tutor,65.2 +413,54.4,TRUE,Tutor,61.6 +414,53.3,TRUE,Tutor,50.8 +415,92.1,FALSE,No tutor,79.4 +416,88,FALSE,No tutor,72.3 +417,95.7,FALSE,No tutor,63.5 +418,69.9,TRUE,Tutor,74.6 +419,73.6,FALSE,No tutor,63.7 +420,89,FALSE,No tutor,70.5 +421,64.3,TRUE,Tutor,66.8 +422,94.1,FALSE,No tutor,68.7 +423,91.6,FALSE,No tutor,64.9 +424,78.5,FALSE,No tutor,58.5 +425,68.1,TRUE,Tutor,62.8 +426,62.9,TRUE,Tutor,73 +427,56.4,TRUE,Tutor,63.4 +428,92.6,FALSE,No tutor,82.9 +429,63.4,TRUE,Tutor,65 +430,79.6,FALSE,No tutor,71.8 +431,81.6,FALSE,No tutor,76.4 +432,94.7,FALSE,No tutor,81.7 +433,68.4,TRUE,Tutor,64.7 +434,71.2,FALSE,No tutor,58.1 +435,78.1,FALSE,No tutor,58.3 +436,91.1,FALSE,No tutor,74.5 +437,89,FALSE,No tutor,68.1 +438,78,FALSE,No tutor,60.6 +439,54.9,TRUE,Tutor,63.1 +440,83.3,FALSE,No tutor,74.3 +441,89.3,TRUE,Tutor,69.9 +442,68.3,TRUE,Tutor,61.6 +443,69.7,TRUE,Tutor,71.3 +444,47.2,TRUE,Tutor,59.6 +445,42.4,TRUE,Tutor,58.5 +446,80.1,FALSE,No tutor,67 +447,77.8,TRUE,Tutor,74.3 +448,87.2,FALSE,No tutor,68.5 +449,89.1,FALSE,No tutor,67.7 +450,83.1,FALSE,No tutor,73.2 +451,73.7,FALSE,No tutor,72.8 +452,78.2,TRUE,Tutor,76.8 +453,74.2,FALSE,No tutor,56.3 +454,74.3,FALSE,No tutor,69 +455,63.3,TRUE,Tutor,66.5 +456,82,FALSE,No tutor,67.3 +457,37.2,TRUE,Tutor,64.1 +458,69.5,TRUE,Tutor,76 +459,92.3,FALSE,No tutor,62.9 +460,82.1,TRUE,Tutor,83.9 +461,67.9,TRUE,Tutor,74.4 +462,83.9,TRUE,Tutor,82.3 +463,71.4,FALSE,No tutor,50 +464,47.3,TRUE,Tutor,60.1 +465,86.9,FALSE,No tutor,63.9 +466,78.1,FALSE,No tutor,57.6 +467,85.9,FALSE,No tutor,70.8 +468,91.7,FALSE,No tutor,78.6 +469,96.5,FALSE,No tutor,71.9 +470,74.3,FALSE,No tutor,64.8 +471,65.9,FALSE,No tutor,45.3 +472,65.1,TRUE,Tutor,71.4 +473,93.8,FALSE,No tutor,74.2 +474,91.8,FALSE,No tutor,65.2 +475,91.9,FALSE,No tutor,75.8 +476,87.4,FALSE,No tutor,68.8 +477,74.8,TRUE,Tutor,68.3 +478,66.1,TRUE,Tutor,71.1 +479,57.2,TRUE,Tutor,71.8 +480,65.6,FALSE,No tutor,55.3 +481,87.5,FALSE,No tutor,70.9 +482,91.3,FALSE,No tutor,82.6 +483,82.4,TRUE,Tutor,74 +484,75.9,FALSE,No tutor,61.9 +485,63.1,TRUE,Tutor,70.4 +486,89.1,TRUE,Tutor,80.9 +487,72.5,FALSE,No tutor,65.3 +488,46.4,TRUE,Tutor,53.6 +489,89.6,FALSE,No tutor,79.9 +490,81.3,FALSE,No tutor,72.3 +491,96.1,FALSE,No tutor,76.4 +492,72.6,FALSE,No tutor,48.7 +493,86.8,TRUE,Tutor,79.6 +494,89.9,FALSE,No tutor,77.1 +495,88.4,FALSE,No tutor,55.7 +496,69.4,FALSE,No tutor,61.5 +497,97.8,FALSE,No tutor,69.3 +498,84.1,TRUE,Tutor,67.4 +499,90.7,FALSE,No tutor,67 +500,90.2,FALSE,No tutor,58.8 +501,68.7,TRUE,Tutor,75 +502,71.3,FALSE,No tutor,71.9 +503,79.5,TRUE,Tutor,81.6 +504,67.4,TRUE,Tutor,73 +505,86.4,FALSE,No tutor,66.3 +506,97.3,FALSE,No tutor,77.2 +507,81.4,FALSE,No tutor,60.9 +508,83.3,FALSE,No tutor,63.2 +509,75,FALSE,No tutor,56.8 +510,69.8,FALSE,No tutor,46.9 +511,57.9,TRUE,Tutor,73.3 +512,77,TRUE,Tutor,65.2 +513,85.2,TRUE,Tutor,79.6 +514,82.4,FALSE,No tutor,71.9 +515,60.6,TRUE,Tutor,76.3 +516,89.1,FALSE,No tutor,75.6 +517,90.2,FALSE,No tutor,72.4 +518,72.1,FALSE,No tutor,72.7 +519,65.7,TRUE,Tutor,70.6 +520,61.6,FALSE,No tutor,51.6 +521,77.6,TRUE,Tutor,82.5 +522,80.7,TRUE,Tutor,75.4 +523,53,TRUE,Tutor,70.4 +524,91.9,FALSE,No tutor,71.4 +525,55.7,FALSE,No tutor,45.2 +526,86.7,TRUE,Tutor,86.3 +527,75.5,FALSE,No tutor,54.7 +528,68.6,TRUE,Tutor,75.9 +529,75.5,FALSE,No tutor,67.7 +530,85.2,FALSE,No tutor,58.8 +531,74.7,FALSE,No tutor,68.2 +532,89,FALSE,No tutor,76.2 +533,87,FALSE,No tutor,54.6 +534,54.4,FALSE,No tutor,53.9 +535,71.4,FALSE,No tutor,44 +536,89.6,TRUE,Tutor,80.3 +537,77.7,FALSE,No tutor,69.7 +538,66,TRUE,Tutor,72.9 +539,89.4,FALSE,No tutor,57.4 +540,83.5,FALSE,No tutor,62.3 +541,56.1,TRUE,Tutor,57.7 +542,84.6,TRUE,Tutor,77.4 +543,95.5,FALSE,No tutor,71.3 +544,69.8,TRUE,Tutor,73.5 +545,94,FALSE,No tutor,62.2 +546,94.3,FALSE,No tutor,74.6 +547,76.6,FALSE,No tutor,58.4 +548,76.8,FALSE,No tutor,50.5 +549,78.3,TRUE,Tutor,74.5 +550,72.4,FALSE,No tutor,72.2 +551,87.2,TRUE,Tutor,83.1 +552,75.7,FALSE,No tutor,57.9 +553,85.3,FALSE,No tutor,57.2 +554,78.9,FALSE,No tutor,62.8 +555,91.9,FALSE,No tutor,63.8 +556,79.6,FALSE,No tutor,56.8 +557,76,FALSE,No tutor,54.2 +558,87.5,FALSE,No tutor,62.5 +559,77.1,TRUE,Tutor,75 +560,86.9,FALSE,No tutor,59.7 +561,86.9,FALSE,No tutor,72.2 +562,81,FALSE,No tutor,62.7 +563,68.4,TRUE,Tutor,73 +564,81,FALSE,No tutor,61.6 +565,74.4,FALSE,No tutor,58.1 +566,56.8,TRUE,Tutor,64.2 +567,82.2,FALSE,No tutor,65.9 +568,79.5,FALSE,No tutor,61.2 +569,68,TRUE,Tutor,76.8 +570,92.8,FALSE,No tutor,62.6 +571,67.2,TRUE,Tutor,66.4 +572,85.5,TRUE,Tutor,73.2 +573,91.8,FALSE,No tutor,72.2 +574,96.1,FALSE,No tutor,84.5 +575,87.7,FALSE,No tutor,62.6 +576,92.1,FALSE,No tutor,73 +577,92.2,FALSE,No tutor,66 +578,92.4,FALSE,No tutor,79.1 +579,67.2,FALSE,No tutor,46.8 +580,89.5,TRUE,Tutor,82.5 +581,86.5,FALSE,No tutor,68.7 +582,83.9,FALSE,No tutor,70.9 +583,74.4,FALSE,No tutor,65.9 +584,83.1,FALSE,No tutor,74.4 +585,60.5,TRUE,Tutor,64.3 +586,82.3,FALSE,No tutor,62.3 +587,97.8,FALSE,No tutor,75.3 +588,79.3,FALSE,No tutor,67.7 +589,96.5,FALSE,No tutor,69.9 +590,57.6,TRUE,Tutor,69 +591,88,FALSE,No tutor,73.3 +592,91.6,FALSE,No tutor,78.8 +593,86.2,FALSE,No tutor,63.2 +594,66.3,TRUE,Tutor,73 +595,73.2,FALSE,No tutor,52.9 +596,90.3,FALSE,No tutor,71.4 +597,77.9,FALSE,No tutor,63.9 +598,66.7,TRUE,Tutor,73.5 +599,41.3,TRUE,Tutor,53.4 +600,75.5,FALSE,No tutor,62.7 +601,87.5,FALSE,No tutor,80 +602,82.5,FALSE,No tutor,61.3 +603,61,TRUE,Tutor,78.4 +604,57.8,TRUE,Tutor,66.8 +605,69.2,TRUE,Tutor,80.1 +606,81.1,FALSE,No tutor,63.2 +607,92.6,FALSE,No tutor,57.5 +608,83.3,TRUE,Tutor,72.4 +609,85.7,FALSE,No tutor,56.7 +610,71.8,FALSE,No tutor,67.7 +611,64.1,TRUE,Tutor,61.8 +612,92.1,FALSE,No tutor,69.6 +613,84.4,FALSE,No tutor,66.3 +614,75.3,FALSE,No tutor,53.2 +615,83.4,TRUE,Tutor,79.7 +616,92.4,FALSE,No tutor,73.9 +617,99,FALSE,No tutor,78.6 +618,78.2,FALSE,No tutor,73.1 +619,78.3,FALSE,No tutor,63.6 +620,37,TRUE,Tutor,53.8 +621,97.1,FALSE,No tutor,67.5 +622,87.1,FALSE,No tutor,70.2 +623,59.2,TRUE,Tutor,71.1 +624,71.5,FALSE,No tutor,61.7 +625,75.7,TRUE,Tutor,69.2 +626,86.6,FALSE,No tutor,66.1 +627,74.2,TRUE,Tutor,63 +628,81.5,FALSE,No tutor,50 +629,75.8,TRUE,Tutor,57.9 +630,86.1,FALSE,No tutor,71.3 +631,46.3,TRUE,Tutor,58.8 +632,83.3,FALSE,No tutor,69.4 +633,82.5,FALSE,No tutor,67.8 +634,83.1,FALSE,No tutor,62.9 +635,82.4,FALSE,No tutor,69.8 +636,76.1,FALSE,No tutor,71 +637,70.7,FALSE,No tutor,62.2 +638,64.2,TRUE,Tutor,54.4 +639,81.9,FALSE,No tutor,49.7 +640,89.9,FALSE,No tutor,73 +641,94.1,FALSE,No tutor,65.1 +642,77.1,FALSE,No tutor,64.5 +643,76.9,FALSE,No tutor,64.4 +644,75.9,TRUE,Tutor,77.8 +645,79.4,TRUE,Tutor,84.8 +646,76,FALSE,No tutor,56.2 +647,76.2,FALSE,No tutor,74.2 +648,88.1,FALSE,No tutor,71.7 +649,70.4,FALSE,No tutor,46.6 +650,91.4,FALSE,No tutor,69.9 +651,94.3,FALSE,No tutor,70.6 +652,79.8,FALSE,No tutor,57.7 +653,91.5,FALSE,No tutor,62.3 +654,66.4,TRUE,Tutor,63 +655,80.1,FALSE,No tutor,61.7 +656,88.2,FALSE,No tutor,56.2 +657,79.6,FALSE,No tutor,49.8 +658,43.8,TRUE,Tutor,55.1 +659,79.6,FALSE,No tutor,66.4 +660,82.8,FALSE,No tutor,66.3 +661,70.9,FALSE,No tutor,57.6 +662,55.2,TRUE,Tutor,67.5 +663,90.9,FALSE,No tutor,65.1 +664,80.7,FALSE,No tutor,74 +665,53.8,TRUE,Tutor,42.8 +666,71.5,TRUE,Tutor,69.4 +667,80.8,TRUE,Tutor,75.9 +668,93.2,FALSE,No tutor,67.1 +669,82.1,FALSE,No tutor,69.1 +670,80.7,FALSE,No tutor,66.5 +671,79.1,FALSE,No tutor,64.4 +672,37.9,TRUE,Tutor,44.2 +673,84.6,FALSE,No tutor,61.5 +674,95,FALSE,No tutor,71.1 +675,68.3,TRUE,Tutor,70.5 +676,79.6,FALSE,No tutor,66.6 +677,81,FALSE,No tutor,74.5 +678,65.2,TRUE,Tutor,62.4 +679,99.4,FALSE,No tutor,71 +680,85.8,FALSE,No tutor,75.1 +681,80.2,FALSE,No tutor,66.5 +682,65.9,TRUE,Tutor,56.7 +683,81.9,FALSE,No tutor,54.9 +684,90.6,FALSE,No tutor,78.6 +685,70.9,TRUE,Tutor,63.7 +686,77.5,TRUE,Tutor,72.7 +687,75.9,FALSE,No tutor,59.8 +688,51.6,TRUE,Tutor,67 +689,85.6,FALSE,No tutor,69.4 +690,92.7,FALSE,No tutor,83.5 +691,93,FALSE,No tutor,76.8 +692,90.8,FALSE,No tutor,72.7 +693,93.8,FALSE,No tutor,60.5 +694,78.6,FALSE,No tutor,71.6 +695,79.4,FALSE,No tutor,62.3 +696,61.8,TRUE,Tutor,65.2 +697,91.5,FALSE,No tutor,79.8 +698,81.3,FALSE,No tutor,63.4 +699,66.7,TRUE,Tutor,54.5 +700,83.2,FALSE,No tutor,58.6 +701,61.6,FALSE,No tutor,46 +702,63.8,FALSE,No tutor,58.5 +703,86.7,FALSE,No tutor,60.2 +704,88.3,FALSE,No tutor,77.6 +705,80.8,FALSE,No tutor,66.7 +706,77.7,FALSE,No tutor,63 +707,78.7,TRUE,Tutor,70.1 +708,86,TRUE,Tutor,72 +709,89.9,FALSE,No tutor,73.4 +710,91.8,FALSE,No tutor,74.5 +711,58.3,TRUE,Tutor,66.8 +712,90.5,FALSE,No tutor,74.4 +713,44.2,TRUE,Tutor,58.1 +714,80,FALSE,No tutor,57.6 +715,85.6,FALSE,No tutor,64 +716,91.3,FALSE,No tutor,73.9 +717,78.1,FALSE,No tutor,69.1 +718,81.4,FALSE,No tutor,66.5 +719,75,FALSE,No tutor,64.1 +720,86.4,FALSE,No tutor,57.6 +721,65.3,FALSE,No tutor,70.4 +722,63.3,TRUE,Tutor,73.5 +723,53.9,FALSE,No tutor,46.8 +724,74.3,FALSE,No tutor,56.6 +725,86,FALSE,No tutor,72.7 +726,79,FALSE,No tutor,66.1 +727,95.3,FALSE,No tutor,56.9 +728,75.5,TRUE,Tutor,80.3 +729,84.1,FALSE,No tutor,64.5 +730,70.2,FALSE,No tutor,51.1 +731,82,FALSE,No tutor,69.9 +732,93.7,FALSE,No tutor,79.5 +733,77.2,FALSE,No tutor,60.4 +734,93.5,FALSE,No tutor,68.3 +735,58.7,TRUE,Tutor,67.5 +736,96.4,FALSE,No tutor,79.4 +737,80.1,TRUE,Tutor,83.9 +738,69.1,TRUE,Tutor,73.9 +739,94.7,FALSE,No tutor,83.8 +740,89.5,FALSE,No tutor,66.7 +741,85.2,FALSE,No tutor,75 +742,74.9,FALSE,No tutor,65.3 +743,82.9,FALSE,No tutor,72.1 +744,90.9,FALSE,No tutor,67.9 +745,70.1,FALSE,No tutor,59 +746,85.4,FALSE,No tutor,76.1 +747,68.1,TRUE,Tutor,67 +748,85.2,FALSE,No tutor,72.5 +749,90.2,FALSE,No tutor,64.8 +750,79.3,FALSE,No tutor,59.7 +751,64.8,TRUE,Tutor,67.7 +752,73.4,FALSE,No tutor,67.4 +753,78.7,TRUE,Tutor,77.8 +754,96.9,FALSE,No tutor,80.5 +755,78.4,FALSE,No tutor,57.1 +756,89.3,TRUE,Tutor,79.3 +757,81,FALSE,No tutor,62.8 +758,73.1,FALSE,No tutor,63.1 +759,94.7,FALSE,No tutor,70.6 +760,63.2,FALSE,No tutor,54.5 +761,73.4,FALSE,No tutor,50.1 +762,56.4,TRUE,Tutor,61.2 +763,85.6,FALSE,No tutor,76.9 +764,85,TRUE,Tutor,85.6 +765,90.6,FALSE,No tutor,77.1 +766,83.3,TRUE,Tutor,77.4 +767,57.5,TRUE,Tutor,64.6 +768,57.9,TRUE,Tutor,53.6 +769,96.4,FALSE,No tutor,83.7 +770,60.6,FALSE,No tutor,62.5 +771,55,TRUE,Tutor,73.4 +772,65.6,TRUE,Tutor,63.6 +773,89.2,FALSE,No tutor,72.9 +774,54.2,TRUE,Tutor,67.9 +775,62.9,TRUE,Tutor,73.4 +776,64.5,TRUE,Tutor,64.9 +777,83.5,FALSE,No tutor,62.1 +778,60,TRUE,Tutor,73.6 +779,75.9,FALSE,No tutor,54.2 +780,78.9,FALSE,No tutor,60.6 +781,41.8,TRUE,Tutor,54 +782,62.3,TRUE,Tutor,64 +783,84.1,TRUE,Tutor,73.5 +784,94.5,FALSE,No tutor,63.9 +785,66.2,TRUE,Tutor,72 +786,84.4,FALSE,No tutor,66.8 +787,58.6,TRUE,Tutor,71.8 +788,68.9,TRUE,Tutor,67.1 +789,77.4,FALSE,No tutor,73.1 +790,79.2,TRUE,Tutor,72.9 +791,83.3,FALSE,No tutor,58.3 +792,74.3,TRUE,Tutor,85.2 +793,91.6,FALSE,No tutor,75.1 +794,64.3,TRUE,Tutor,72.7 +795,83.7,FALSE,No tutor,76.2 +796,88,FALSE,No tutor,65.3 +797,82.8,FALSE,No tutor,71.6 +798,96.1,FALSE,No tutor,60 +799,83.1,FALSE,No tutor,57.2 +800,75.9,FALSE,No tutor,56.2 +801,85.6,TRUE,Tutor,74.9 +802,83.9,FALSE,No tutor,63.9 +803,70.7,FALSE,No tutor,55.1 +804,73.8,FALSE,No tutor,59.5 +805,87.2,FALSE,No tutor,75.9 +806,66.7,TRUE,Tutor,69.9 +807,74.6,FALSE,No tutor,55.7 +808,64,TRUE,Tutor,75.6 +809,93.3,FALSE,No tutor,70.9 +810,80.8,FALSE,No tutor,65.1 +811,85.5,FALSE,No tutor,71.5 +812,90.9,FALSE,No tutor,60.4 +813,61.9,TRUE,Tutor,69.4 +814,68.9,TRUE,Tutor,71.2 +815,92.6,FALSE,No tutor,64 +816,93.8,FALSE,No tutor,77.8 +817,95.9,FALSE,No tutor,74.7 +818,76,FALSE,No tutor,63.5 +819,91.9,FALSE,No tutor,63.4 +820,83.5,FALSE,No tutor,53.2 +821,83.1,FALSE,No tutor,51.7 +822,71.9,TRUE,Tutor,72.7 +823,91.7,FALSE,No tutor,62.9 +824,79.3,TRUE,Tutor,80.8 +825,88,FALSE,No tutor,73 +826,74,FALSE,No tutor,69.6 +827,89.1,TRUE,Tutor,74.7 +828,77.3,FALSE,No tutor,57.5 +829,65.9,TRUE,Tutor,66.2 +830,90.5,FALSE,No tutor,75.7 +831,81.1,TRUE,Tutor,73.2 +832,71.5,FALSE,No tutor,68.9 +833,79.2,FALSE,No tutor,75.5 +834,97,FALSE,No tutor,77.2 +835,62.3,TRUE,Tutor,69.2 +836,77.5,FALSE,No tutor,70.4 +837,79.4,FALSE,No tutor,76.6 +838,69.9,TRUE,Tutor,73.1 +839,81.2,FALSE,No tutor,61.2 +840,90.5,FALSE,No tutor,63.6 +841,87,FALSE,No tutor,54.5 +842,76.8,FALSE,No tutor,63.1 +843,74.5,FALSE,No tutor,58.5 +844,90.4,FALSE,No tutor,71.4 +845,84.3,FALSE,No tutor,78.8 +846,88.9,FALSE,No tutor,49.1 +847,92.7,FALSE,No tutor,66.1 +848,87.2,FALSE,No tutor,58.9 +849,75.2,FALSE,No tutor,53.6 +850,72.7,FALSE,No tutor,54.1 +851,66.2,FALSE,No tutor,50.1 +852,73.9,FALSE,No tutor,52.8 +853,75.1,FALSE,No tutor,67.5 +854,57.2,TRUE,Tutor,65.6 +855,80.4,FALSE,No tutor,64.3 +856,73.2,TRUE,Tutor,77.7 +857,89.6,FALSE,No tutor,78.6 +858,96.3,FALSE,No tutor,72 +859,81.2,FALSE,No tutor,71.3 +860,67.1,TRUE,Tutor,67.8 +861,68.6,TRUE,Tutor,68 +862,62.2,TRUE,Tutor,66.5 +863,84.4,FALSE,No tutor,61.2 +864,92.4,FALSE,No tutor,77.5 +865,72.3,FALSE,No tutor,60.4 +866,94.8,FALSE,No tutor,65.7 +867,65.2,TRUE,Tutor,68.9 +868,63.6,TRUE,Tutor,72 +869,57.6,TRUE,Tutor,65.5 +870,81.3,FALSE,No tutor,52 +871,87.2,FALSE,No tutor,51.6 +872,69.4,FALSE,No tutor,46.5 +873,39.4,TRUE,Tutor,64.9 +874,92.4,FALSE,No tutor,82.5 +875,84.3,TRUE,Tutor,76.6 +876,75.2,FALSE,No tutor,64 +877,76.7,FALSE,No tutor,73 +878,84.4,FALSE,No tutor,52.5 +879,98.3,FALSE,No tutor,72 +880,82.1,FALSE,No tutor,64.7 +881,92.2,FALSE,No tutor,72 +882,77.2,FALSE,No tutor,67.3 +883,89,TRUE,Tutor,88.7 +884,79.7,FALSE,No tutor,66.4 +885,88,TRUE,Tutor,86.3 +886,83.9,FALSE,No tutor,65.4 +887,83.5,TRUE,Tutor,70.8 +888,46.6,TRUE,Tutor,60.5 +889,63.2,FALSE,No tutor,43.6 +890,81.4,FALSE,No tutor,51 +891,92.6,FALSE,No tutor,60.5 +892,54.7,FALSE,No tutor,62.3 +893,94.1,FALSE,No tutor,71.4 +894,92.2,FALSE,No tutor,69.8 +895,88.3,FALSE,No tutor,63.5 +896,90.3,FALSE,No tutor,79.7 +897,89.7,FALSE,No tutor,71.9 +898,47.8,TRUE,Tutor,56.1 +899,79.5,FALSE,No tutor,63.3 +900,87.7,FALSE,No tutor,57.2 +901,64.3,TRUE,Tutor,58.1 +902,74.3,FALSE,No tutor,53.1 +903,92.5,FALSE,No tutor,58.7 +904,85.9,FALSE,No tutor,67.8 +905,67.5,TRUE,Tutor,67.1 +906,60.2,TRUE,Tutor,72 +907,78,FALSE,No tutor,59.7 +908,95.9,FALSE,No tutor,71.4 +909,87.8,FALSE,No tutor,58.7 +910,81.2,FALSE,No tutor,54.8 +911,68.4,TRUE,Tutor,77.9 +912,76.8,FALSE,No tutor,60.7 +913,76.8,FALSE,No tutor,66.9 +914,70.6,FALSE,No tutor,61.6 +915,82.1,FALSE,No tutor,67.3 +916,84.2,FALSE,No tutor,74.8 +917,76.1,FALSE,No tutor,55 +918,88.7,FALSE,No tutor,65.4 +919,82.2,FALSE,No tutor,77.2 +920,85.5,FALSE,No tutor,70.5 +921,89.4,TRUE,Tutor,81.3 +922,57.7,TRUE,Tutor,68.7 +923,93,FALSE,No tutor,72.9 +924,84.7,FALSE,No tutor,58.5 +925,72.1,FALSE,No tutor,56.2 +926,79.5,TRUE,Tutor,80.4 +927,73.3,FALSE,No tutor,63.3 +928,93.3,FALSE,No tutor,72.4 +929,84.2,FALSE,No tutor,69.9 +930,95.8,FALSE,No tutor,73.9 +931,89,FALSE,No tutor,71.7 +932,51.9,TRUE,Tutor,58.6 +933,73.2,FALSE,No tutor,57.1 +934,76.3,FALSE,No tutor,67.4 +935,90,FALSE,No tutor,68.1 +936,85.8,FALSE,No tutor,65.6 +937,90.7,FALSE,No tutor,67.1 +938,76.9,FALSE,No tutor,62 +939,62.1,FALSE,No tutor,51.6 +940,72.3,FALSE,No tutor,66.3 +941,86.5,FALSE,No tutor,67.8 +942,67,TRUE,Tutor,74.9 +943,70.6,FALSE,No tutor,65.7 +944,60.1,TRUE,Tutor,77.7 +945,84.3,FALSE,No tutor,56.1 +946,92.2,FALSE,No tutor,75.1 +947,79.2,TRUE,Tutor,69.6 +948,72.3,FALSE,No tutor,63.2 +949,78.9,FALSE,No tutor,46.8 +950,69.8,TRUE,Tutor,68 +951,79.1,FALSE,No tutor,63.2 +952,81.4,FALSE,No tutor,64.7 +953,79.8,FALSE,No tutor,62.1 +954,78.1,FALSE,No tutor,65.9 +955,75.8,FALSE,No tutor,62.1 +956,85.9,TRUE,Tutor,72 +957,76.4,FALSE,No tutor,59.2 +958,87.5,FALSE,No tutor,79.2 +959,91.5,FALSE,No tutor,76.1 +960,61.1,TRUE,Tutor,57.5 +961,64.7,TRUE,Tutor,68.3 +962,85.9,FALSE,No tutor,67.4 +963,48.2,TRUE,Tutor,54.8 +964,80.8,FALSE,No tutor,71.8 +965,82.2,FALSE,No tutor,66.6 +966,90.2,FALSE,No tutor,75.1 +967,78.2,FALSE,No tutor,58.4 +968,80,FALSE,No tutor,62.3 +969,76.6,FALSE,No tutor,72.7 +970,69.4,TRUE,Tutor,72.1 +971,58.5,TRUE,Tutor,68.6 +972,71.8,FALSE,No tutor,65.7 +973,56.2,TRUE,Tutor,63.1 +974,54.2,TRUE,Tutor,73.3 +975,83.3,TRUE,Tutor,72.7 +976,66.7,TRUE,Tutor,80 +977,91.7,FALSE,No tutor,77.3 +978,90.2,FALSE,No tutor,67.1 +979,72.8,FALSE,No tutor,65 +980,84.3,FALSE,No tutor,67.3 +981,95.9,FALSE,No tutor,61.9 +982,58.5,TRUE,Tutor,52.7 +983,89,FALSE,No tutor,56.5 +984,70.6,TRUE,Tutor,74 +985,70.1,TRUE,Tutor,60.2 +986,40.7,TRUE,Tutor,55 +987,74.3,FALSE,No tutor,59.4 +988,64.5,TRUE,Tutor,61.5 +989,83.9,FALSE,No tutor,63.8 +990,95.5,FALSE,No tutor,69.6 +991,75.3,FALSE,No tutor,66 +992,93.9,FALSE,No tutor,71.1 +993,78.8,FALSE,No tutor,71.8 +994,76.1,FALSE,No tutor,58.9 +995,83.1,TRUE,Tutor,73.1 +996,43.7,TRUE,Tutor,65.3 +997,39.2,TRUE,Tutor,53.6 +998,90.3,FALSE,No tutor,76.7 +999,62.2,FALSE,No tutor,59.3 +1000,83.5,FALSE,No tutor,61.1 diff --git a/docs/_site/files/data/generated_data/village_observational.csv b/docs/_site/files/data/generated_data/village_observational.csv new file mode 100644 index 00000000..f659986a --- /dev/null +++ b/docs/_site/files/data/generated_data/village_observational.csv @@ -0,0 +1,1001 @@ +id,sex,age,pre_income,program,post_income +1,1,45,979,1,1386 +2,0,23,664,1,1148 +3,0,42,729,1,1341 +4,0,34,744,1,1267 +5,0,53,769,1,1455 +6,0,33,762,0,1143 +7,1,20,846,1,1131 +8,1,40,674,1,1340 +9,0,39,747,1,1297 +10,1,35,744,0,1190 +11,0,24,763,1,1161 +12,1,27,740,1,1211 +13,1,35,920,1,1293 +14,0,45,877,1,1381 +15,1,31,824,1,1250 +16,0,26,658,0,1091 +17,1,8,1093,0,916 +18,1,40,894,1,1333 +19,1,39,923,0,1233 +20,1,48,611,1,1421 +21,1,50,778,1,1442 +22,1,34,877,1,1278 +23,1,48,839,1,1415 +24,1,35,861,0,1194 +25,1,28,859,1,1217 +26,0,27,756,1,1190 +27,1,32,775,1,1256 +28,0,37,707,0,1193 +29,0,35,909,1,1262 +30,1,37,606,1,1305 +31,1,37,772,1,1314 +32,1,42,881,1,1363 +33,1,32,779,1,1259 +34,1,51,945,1,1454 +35,1,39,884,1,1341 +36,0,23,713,1,1147 +37,1,32,794,1,1253 +38,1,40,801,1,1344 +39,0,31,827,1,1228 +40,0,38,747,1,1300 +41,1,39,738,1,1329 +42,0,48,774,1,1400 +43,1,28,891,1,1224 +44,0,35,912,0,1168 +45,1,29,740,1,1231 +46,1,24,806,1,1179 +47,0,17,700,1,1079 +48,1,37,724,1,1304 +49,1,41,739,1,1358 +50,0,41,668,1,1338 +51,1,21,599,1,1147 +52,1,24,877,1,1170 +53,0,24,841,1,1141 +54,1,28,717,1,1224 +55,1,37,896,0,1207 +56,1,41,981,1,1351 +57,1,27,545,0,1107 +58,0,6,915,0,883 +59,1,45,923,1,1390 +60,0,41,815,0,1233 +61,0,28,748,1,1202 +62,1,24,690,0,1081 +63,1,32,712,1,1262 +64,1,36,736,1,1301 +65,1,42,589,0,1261 +66,0,49,735,1,1409 +67,1,27,899,1,1209 +68,1,38,725,0,1212 +69,1,48,957,1,1414 +70,1,26,795,1,1202 +71,1,33,811,1,1265 +72,0,17,848,1,1083 +73,1,38,706,0,1220 +74,0,29,723,1,1201 +75,1,26,758,1,1200 +76,1,27,977,1,1214 +77,1,39,843,1,1338 +78,1,13,791,0,963 +79,1,31,688,1,1240 +80,0,25,791,0,1073 +81,0,25,839,0,1072 +82,1,40,764,0,1246 +83,1,39,711,0,1223 +84,1,34,705,1,1267 +85,1,40,778,0,1246 +86,0,29,834,0,1105 +87,1,15,897,1,1096 +88,1,47,666,1,1413 +89,1,33,720,1,1273 +90,0,31,595,1,1233 +91,1,37,811,1,1301 +92,0,43,872,1,1346 +93,1,39,825,1,1329 +94,1,44,923,1,1379 +95,1,35,858,1,1287 +96,1,30,741,1,1239 +97,1,32,945,1,1264 +98,1,43,844,0,1273 +99,1,27,858,1,1201 +100,0,25,708,1,1175 +101,1,38,775,1,1324 +102,1,41,678,1,1351 +103,1,18,793,1,1124 +104,1,43,936,0,1261 +105,1,35,754,0,1190 +106,1,33,807,0,1168 +107,1,46,878,1,1403 +108,1,50,641,1,1443 +109,1,24,663,0,1076 +110,1,45,707,1,1393 +111,0,29,830,1,1203 +112,1,36,808,0,1206 +113,0,40,925,0,1216 +114,1,36,677,1,1299 +115,1,20,756,1,1143 +116,0,30,590,0,1115 +117,0,50,962,1,1434 +118,1,37,908,1,1309 +119,1,27,736,1,1201 +120,0,28,775,1,1202 +121,0,46,787,1,1382 +122,0,38,980,0,1199 +123,0,26,804,1,1173 +124,0,35,841,1,1272 +125,1,41,870,1,1354 +126,1,52,869,1,1452 +127,1,26,633,0,1101 +128,1,31,874,1,1262 +129,1,45,708,1,1390 +130,1,30,797,1,1247 +131,0,50,607,1,1414 +132,0,45,821,1,1370 +133,1,18,699,1,1117 +134,1,39,582,1,1327 +135,0,21,633,0,1019 +136,1,20,658,1,1142 +137,0,36,855,1,1272 +138,1,36,831,1,1296 +139,0,35,869,0,1163 +140,0,48,747,1,1392 +141,1,38,818,0,1223 +142,0,28,841,1,1205 +143,1,36,791,1,1312 +144,1,30,689,0,1137 +145,1,34,913,1,1274 +146,0,24,967,1,1150 +147,0,34,1002,1,1262 +148,1,36,889,0,1199 +149,0,28,781,1,1203 +150,1,35,787,1,1298 +151,1,29,769,1,1235 +152,1,29,774,0,1126 +153,1,33,795,1,1268 +154,0,40,603,0,1215 +155,1,33,801,1,1269 +156,0,37,824,1,1290 +157,0,45,705,1,1373 +158,0,32,624,1,1242 +159,1,34,764,1,1272 +160,1,40,488,0,1233 +161,1,22,967,1,1156 +162,1,40,869,1,1349 +163,1,30,702,1,1228 +164,1,24,802,0,1072 +165,1,17,783,0,1006 +166,0,28,634,0,1103 +167,1,23,712,0,1079 +168,1,23,897,0,1075 +169,0,51,684,1,1426 +170,1,23,725,1,1166 +171,0,45,725,1,1370 +172,1,40,923,1,1345 +173,0,26,781,1,1175 +174,1,29,855,1,1227 +175,1,31,877,0,1155 +176,0,37,762,0,1183 +177,1,32,687,1,1258 +178,1,43,817,1,1370 +179,1,32,764,1,1261 +180,1,13,944,1,1076 +181,1,34,748,0,1180 +182,1,16,769,1,1111 +183,0,44,868,1,1356 +184,1,28,734,1,1215 +185,0,24,798,1,1161 +186,1,29,850,1,1230 +187,0,41,760,1,1324 +188,0,16,679,1,1086 +189,1,38,831,1,1319 +190,0,25,772,1,1177 +191,0,35,598,1,1261 +192,0,42,827,1,1335 +193,1,41,813,1,1336 +194,0,50,632,1,1420 +195,0,36,747,1,1273 +196,0,28,782,1,1189 +197,0,57,744,1,1487 +198,0,32,855,0,1131 +199,0,43,642,0,1247 +200,0,44,705,0,1263 +201,0,40,755,0,1214 +202,1,49,944,1,1436 +203,1,33,784,1,1264 +204,0,23,698,1,1143 +205,1,31,954,1,1247 +206,0,30,777,1,1207 +207,1,38,855,1,1322 +208,1,26,912,1,1194 +209,1,42,841,1,1360 +210,0,23,930,0,1048 +211,1,53,721,1,1461 +212,1,49,960,1,1446 +213,1,31,618,1,1245 +214,0,36,702,1,1285 +215,1,31,741,1,1246 +216,0,23,823,1,1158 +217,0,8,753,1,1008 +218,0,35,858,0,1174 +219,1,35,842,1,1290 +220,0,51,868,1,1433 +221,1,15,948,0,987 +222,1,28,657,1,1218 +223,1,44,897,1,1379 +224,1,38,773,1,1320 +225,1,36,720,1,1302 +226,1,29,622,1,1227 +227,0,37,715,1,1291 +228,1,33,770,1,1264 +229,1,36,606,1,1300 +230,1,29,764,1,1227 +231,0,47,851,0,1283 +232,1,46,670,1,1393 +233,1,48,800,1,1418 +234,0,31,666,1,1233 +235,1,32,795,1,1266 +236,1,31,889,1,1254 +237,0,49,582,1,1407 +238,1,32,1031,0,1156 +239,1,36,683,1,1302 +240,0,39,894,1,1307 +241,1,42,1008,1,1346 +242,1,32,706,1,1264 +243,1,58,732,1,1527 +244,0,26,902,1,1179 +245,0,21,718,1,1126 +246,1,35,704,1,1296 +247,0,53,958,1,1446 +248,1,36,977,1,1300 +249,0,36,777,0,1174 +250,0,44,1028,0,1260 +251,1,34,990,0,1182 +252,1,36,793,1,1303 +253,1,47,719,1,1408 +254,1,36,733,1,1300 +255,1,27,940,1,1217 +256,1,39,854,1,1329 +257,1,24,864,1,1173 +258,1,20,799,1,1146 +259,1,34,818,1,1274 +260,1,24,751,1,1172 +261,0,41,914,1,1331 +262,1,34,767,1,1282 +263,1,27,999,1,1214 +264,1,51,859,1,1455 +265,1,34,899,1,1276 +266,1,49,948,0,1331 +267,0,34,795,0,1163 +268,1,32,623,1,1254 +269,1,39,739,0,1229 +270,0,45,859,1,1369 +271,1,62,920,1,1561 +272,0,25,821,1,1177 +273,1,33,884,0,1176 +274,0,46,894,1,1387 +275,1,38,903,0,1232 +276,1,33,875,1,1274 +277,0,22,781,0,1033 +278,1,32,902,0,1164 +279,1,33,750,0,1170 +280,1,34,835,1,1276 +281,1,51,749,1,1441 +282,1,30,848,1,1235 +283,0,19,850,1,1110 +284,0,40,789,1,1323 +285,0,34,803,0,1147 +286,1,33,843,1,1275 +287,1,41,687,1,1343 +288,1,6,902,1,997 +289,0,29,827,1,1220 +290,0,33,855,0,1158 +291,0,41,783,1,1331 +292,1,32,612,0,1162 +293,0,25,875,0,1071 +294,1,39,774,1,1324 +295,0,35,862,1,1271 +296,0,36,1005,1,1281 +297,0,47,684,1,1392 +298,1,30,935,1,1241 +299,0,23,763,1,1149 +300,1,22,794,0,1063 +301,1,25,747,0,1089 +302,0,21,750,1,1134 +303,1,35,685,1,1286 +304,1,53,813,1,1468 +305,0,34,847,0,1164 +306,1,43,781,1,1369 +307,1,24,638,1,1176 +308,0,33,760,0,1145 +309,1,41,841,0,1241 +310,0,31,728,1,1226 +311,0,43,741,0,1246 +312,0,42,683,1,1342 +313,1,29,859,1,1233 +314,1,27,733,1,1215 +315,1,59,1117,1,1531 +316,1,33,901,1,1266 +317,1,35,783,1,1282 +318,1,34,800,0,1181 +319,1,29,728,1,1233 +320,0,26,828,1,1174 +321,1,24,801,1,1181 +322,0,44,627,1,1362 +323,1,25,616,1,1186 +324,1,42,860,1,1363 +325,1,49,568,1,1425 +326,1,47,762,1,1398 +327,1,34,966,1,1277 +328,1,30,634,1,1236 +329,0,24,829,0,1053 +330,0,35,957,1,1268 +331,0,33,851,1,1237 +332,0,37,929,0,1186 +333,0,29,703,1,1207 +334,1,41,863,1,1349 +335,1,42,818,1,1355 +336,1,46,935,1,1396 +337,1,57,1049,0,1410 +338,1,37,811,0,1217 +339,0,29,910,1,1215 +340,1,34,760,0,1190 +341,0,19,764,0,1008 +342,1,36,745,1,1306 +343,1,31,665,1,1259 +344,0,39,807,0,1201 +345,1,32,796,1,1252 +346,1,21,872,1,1146 +347,1,35,779,1,1298 +348,0,21,708,1,1126 +349,0,44,787,1,1367 +350,1,17,984,1,1114 +351,1,34,845,1,1287 +352,0,40,827,0,1205 +353,1,20,906,1,1133 +354,0,49,979,1,1414 +355,0,26,971,1,1181 +356,0,30,757,1,1223 +357,1,37,792,1,1300 +358,0,32,764,0,1137 +359,1,25,780,1,1186 +360,0,39,845,1,1311 +361,1,30,752,0,1143 +362,1,40,683,1,1336 +363,1,30,776,0,1140 +364,1,25,945,1,1188 +365,0,34,985,1,1260 +366,0,41,760,0,1225 +367,0,37,883,0,1190 +368,1,34,787,1,1283 +369,0,16,788,1,1079 +370,0,50,733,0,1312 +371,0,35,642,0,1165 +372,1,26,980,1,1209 +373,0,33,880,0,1141 +374,1,38,621,1,1314 +375,1,20,765,1,1137 +376,1,42,955,1,1367 +377,0,37,811,0,1194 +378,1,47,819,1,1405 +379,1,45,885,1,1379 +380,0,30,899,1,1213 +381,1,30,863,0,1146 +382,1,25,842,1,1199 +383,1,31,947,1,1261 +384,1,44,971,1,1380 +385,1,53,823,1,1468 +386,1,44,779,1,1387 +387,0,17,801,1,1084 +388,1,43,835,1,1367 +389,0,45,732,1,1372 +390,0,41,864,1,1326 +391,0,26,671,0,1075 +392,0,46,1023,1,1372 +393,0,42,552,1,1348 +394,0,42,817,1,1339 +395,1,31,794,1,1252 +396,0,43,855,1,1353 +397,1,36,759,1,1298 +398,1,34,1040,1,1283 +399,1,50,786,1,1439 +400,1,43,802,1,1374 +401,0,6,912,0,883 +402,1,31,870,1,1246 +403,0,20,818,0,1022 +404,0,41,783,0,1233 +405,1,31,777,1,1253 +406,1,44,665,1,1381 +407,0,40,863,1,1312 +408,1,35,845,1,1294 +409,0,34,696,1,1260 +410,1,31,781,0,1149 +411,0,37,929,0,1183 +412,0,24,927,1,1163 +413,0,42,678,1,1339 +414,1,31,880,0,1150 +415,0,28,813,1,1191 +416,1,32,839,1,1255 +417,1,54,713,1,1471 +418,0,17,779,1,1090 +419,1,32,594,1,1253 +420,1,36,726,0,1200 +421,0,30,769,0,1115 +422,0,31,930,1,1231 +423,1,39,694,1,1315 +424,1,37,830,1,1322 +425,0,28,809,1,1211 +426,1,41,664,1,1347 +427,1,37,828,1,1300 +428,1,42,958,1,1362 +429,1,22,894,1,1145 +430,1,27,913,1,1220 +431,0,33,779,1,1254 +432,0,45,896,1,1359 +433,1,30,563,0,1139 +434,0,25,675,1,1165 +435,1,43,783,1,1367 +436,0,40,811,1,1314 +437,1,23,852,0,1068 +438,0,55,872,1,1479 +439,0,50,754,1,1415 +440,1,21,752,0,1035 +441,0,57,765,1,1492 +442,0,18,744,0,986 +443,0,36,788,0,1181 +444,1,24,888,1,1176 +445,0,31,846,1,1233 +446,1,32,756,1,1260 +447,0,38,731,1,1301 +448,0,24,790,0,1059 +449,0,7,779,0,888 +450,1,34,922,1,1281 +451,1,28,573,1,1213 +452,0,37,703,0,1193 +453,0,27,862,1,1188 +454,0,43,866,0,1247 +455,0,35,735,1,1265 +456,0,41,779,1,1323 +457,1,25,980,0,1086 +458,0,33,690,1,1248 +459,1,38,978,1,1321 +460,1,34,832,1,1281 +461,1,52,905,1,1461 +462,0,15,747,1,1070 +463,1,43,688,1,1367 +464,1,35,840,1,1290 +465,1,44,842,1,1382 +466,1,34,757,1,1277 +467,1,8,712,0,915 +468,1,39,930,1,1329 +469,0,33,666,0,1152 +470,1,25,943,1,1191 +471,1,28,741,1,1226 +472,1,36,612,1,1302 +473,1,60,1018,0,1438 +474,0,37,838,1,1280 +475,1,25,693,1,1184 +476,0,54,762,1,1457 +477,1,31,721,1,1249 +478,1,27,832,0,1105 +479,0,23,813,0,1043 +480,1,28,676,1,1223 +481,1,54,826,1,1483 +482,1,44,733,1,1379 +483,0,42,863,1,1342 +484,1,36,860,1,1309 +485,1,38,797,1,1317 +486,1,41,721,0,1249 +487,0,37,753,0,1193 +488,0,37,699,1,1286 +489,0,45,883,1,1366 +490,1,33,935,0,1168 +491,1,38,805,1,1326 +492,0,26,834,0,1082 +493,0,51,779,1,1421 +494,1,49,822,1,1437 +495,0,17,987,1,1088 +496,1,33,826,1,1275 +497,0,40,933,0,1229 +498,1,40,825,1,1336 +499,0,43,662,1,1345 +500,1,31,681,1,1240 +501,0,23,703,0,1038 +502,0,38,790,1,1295 +503,0,20,789,1,1115 +504,1,41,919,1,1351 +505,0,42,634,1,1342 +506,0,16,695,1,1076 +507,0,44,626,1,1356 +508,0,33,851,1,1243 +509,1,28,755,1,1209 +510,0,39,616,0,1217 +511,1,48,718,1,1419 +512,0,51,700,1,1426 +513,0,23,830,0,1050 +514,1,31,856,0,1147 +515,1,36,673,1,1300 +516,0,36,903,1,1269 +517,0,31,847,0,1125 +518,1,12,823,1,1052 +519,0,32,826,1,1244 +520,1,23,843,0,1074 +521,0,35,897,1,1267 +522,1,27,747,1,1197 +523,1,34,805,0,1184 +524,0,28,1079,1,1190 +525,1,31,691,1,1242 +526,0,31,830,1,1231 +527,1,48,656,1,1414 +528,1,42,821,1,1363 +529,0,33,897,0,1142 +530,1,23,565,1,1172 +531,1,45,742,1,1386 +532,0,21,1025,0,1030 +533,1,23,723,1,1168 +534,0,27,658,0,1101 +535,1,25,846,1,1190 +536,0,26,728,1,1173 +537,0,48,948,1,1396 +538,0,34,908,0,1159 +539,0,28,880,1,1197 +540,1,42,657,1,1352 +541,1,37,836,1,1308 +542,0,23,838,0,1048 +543,0,29,592,1,1200 +544,1,40,863,1,1335 +545,0,55,830,1,1456 +546,1,51,694,1,1451 +547,0,43,779,0,1251 +548,0,35,1005,1,1268 +549,0,18,878,1,1104 +550,0,28,672,1,1190 +551,1,33,809,0,1178 +552,1,40,975,1,1338 +553,0,36,803,1,1268 +554,1,36,749,1,1290 +555,0,53,916,1,1452 +556,0,39,753,0,1210 +557,1,32,777,1,1260 +558,1,31,886,1,1242 +559,0,36,978,1,1274 +560,0,27,717,1,1191 +561,1,49,777,0,1325 +562,0,32,793,0,1142 +563,0,30,889,0,1116 +564,0,26,954,1,1175 +565,1,44,969,1,1388 +566,0,22,777,0,1042 +567,0,30,893,1,1230 +568,0,38,713,0,1208 +569,1,34,746,0,1179 +570,1,38,680,1,1312 +571,0,22,690,1,1124 +572,0,31,859,1,1226 +573,1,18,873,1,1118 +574,0,27,822,1,1192 +575,1,46,724,0,1300 +576,1,38,830,1,1320 +577,1,36,680,1,1293 +578,1,26,624,0,1093 +579,1,29,750,1,1234 +580,0,25,759,1,1171 +581,0,36,705,1,1273 +582,1,43,600,1,1370 +583,1,38,758,1,1327 +584,1,29,853,1,1226 +585,1,41,879,0,1239 +586,1,39,960,1,1328 +587,1,43,804,1,1378 +588,0,31,1028,1,1223 +589,0,23,845,1,1152 +590,0,34,784,0,1163 +591,0,38,607,1,1297 +592,0,51,1043,1,1423 +593,1,34,941,0,1182 +594,1,39,863,1,1336 +595,1,34,912,1,1274 +596,0,57,904,1,1481 +597,0,48,886,1,1399 +598,0,33,894,1,1239 +599,0,34,906,1,1253 +600,1,35,731,1,1300 +601,1,36,773,0,1194 +602,1,29,812,1,1225 +603,1,36,714,1,1291 +604,1,28,1018,0,1118 +605,1,24,668,1,1172 +606,1,43,814,1,1374 +607,0,42,721,0,1233 +608,1,29,809,0,1125 +609,1,48,817,1,1413 +610,1,33,795,1,1268 +611,1,32,491,1,1260 +612,0,25,550,0,1078 +613,1,35,872,1,1286 +614,1,34,711,1,1267 +615,0,36,810,1,1278 +616,1,39,880,1,1331 +617,1,44,783,1,1374 +618,0,38,729,1,1307 +619,0,45,777,1,1363 +620,1,46,961,1,1402 +621,0,6,956,1,976 +622,1,31,995,1,1258 +623,0,41,950,1,1330 +624,0,24,641,1,1155 +625,1,25,614,1,1202 +626,0,38,807,1,1299 +627,1,31,782,0,1141 +628,0,18,652,1,1094 +629,1,44,601,0,1278 +630,1,27,925,0,1112 +631,0,39,967,0,1215 +632,0,39,826,0,1218 +633,1,50,817,1,1451 +634,1,37,788,1,1310 +635,0,42,751,1,1336 +636,0,46,661,1,1388 +637,1,31,780,0,1151 +638,0,18,695,1,1106 +639,1,36,819,1,1303 +640,1,48,871,0,1328 +641,1,21,771,0,1051 +642,1,45,948,1,1396 +643,1,34,968,0,1183 +644,0,36,924,1,1280 +645,1,32,659,1,1249 +646,1,45,646,1,1396 +647,1,49,808,1,1425 +648,0,51,816,1,1419 +649,1,25,867,1,1199 +650,0,43,653,0,1231 +651,1,31,772,1,1254 +652,0,25,835,1,1165 +653,0,39,634,1,1312 +654,1,35,819,1,1289 +655,1,43,990,1,1370 +656,1,53,648,1,1470 +657,0,45,933,0,1275 +658,1,28,905,0,1117 +659,1,36,906,1,1298 +660,0,49,943,1,1412 +661,0,47,802,1,1384 +662,0,19,820,1,1114 +663,0,44,701,1,1358 +664,1,32,852,1,1247 +665,1,29,927,1,1229 +666,1,24,819,0,1086 +667,0,32,918,0,1140 +668,1,42,924,1,1357 +669,1,49,671,1,1432 +670,0,36,834,1,1289 +671,1,34,752,1,1279 +672,0,33,783,0,1149 +673,1,45,783,1,1384 +674,1,24,688,1,1181 +675,0,38,894,1,1300 +676,0,45,709,1,1373 +677,1,46,849,1,1396 +678,0,39,620,0,1202 +679,1,23,763,1,1172 +680,0,27,779,1,1190 +681,1,28,734,1,1218 +682,1,21,782,1,1140 +683,0,35,904,0,1170 +684,1,47,859,1,1408 +685,0,11,721,1,1019 +686,1,43,779,1,1369 +687,0,33,790,1,1253 +688,1,27,762,0,1116 +689,1,43,787,1,1363 +690,1,41,771,1,1353 +691,0,36,1014,1,1282 +692,1,26,829,0,1102 +693,1,28,855,0,1119 +694,1,19,742,0,1025 +695,1,54,824,0,1366 +696,1,33,829,1,1273 +697,1,27,840,1,1210 +698,1,13,818,1,1075 +699,1,31,998,1,1245 +700,0,30,603,1,1216 +701,1,21,854,0,1048 +702,1,59,853,1,1524 +703,0,44,729,1,1345 +704,1,20,806,1,1131 +705,1,46,709,1,1404 +706,1,45,726,1,1391 +707,1,41,579,1,1349 +708,0,39,927,1,1297 +709,1,36,745,0,1204 +710,1,41,861,1,1350 +711,0,25,773,0,1064 +712,0,29,1002,0,1110 +713,0,25,824,1,1171 +714,1,33,1022,1,1274 +715,1,36,816,1,1314 +716,1,41,945,1,1349 +717,1,40,812,1,1345 +718,1,49,835,1,1432 +719,0,41,776,0,1226 +720,1,48,810,1,1419 +721,0,46,872,1,1378 +722,1,29,849,1,1227 +723,0,43,636,1,1342 +724,1,40,922,0,1234 +725,1,36,726,1,1303 +726,0,26,894,0,1079 +727,1,41,788,1,1348 +728,1,36,807,1,1305 +729,1,31,852,1,1245 +730,0,44,710,1,1359 +731,0,45,793,1,1368 +732,1,44,730,1,1369 +733,1,9,868,1,1041 +734,1,26,833,1,1197 +735,0,44,658,1,1367 +736,0,28,769,0,1092 +737,1,39,740,1,1326 +738,0,37,734,1,1282 +739,0,46,801,1,1374 +740,0,28,618,1,1184 +741,1,34,992,0,1188 +742,1,38,848,1,1322 +743,1,48,607,0,1316 +744,1,33,709,1,1269 +745,1,38,837,1,1319 +746,1,22,571,0,1049 +747,1,41,752,0,1251 +748,0,37,798,1,1292 +749,1,41,927,1,1356 +750,0,31,968,1,1228 +751,1,52,932,1,1450 +752,0,34,948,0,1159 +753,1,36,750,1,1304 +754,0,34,914,1,1268 +755,1,43,804,1,1365 +756,0,27,981,0,1095 +757,0,37,833,1,1289 +758,0,41,869,0,1233 +759,1,23,838,1,1166 +760,0,37,882,1,1286 +761,1,29,838,1,1226 +762,0,49,755,1,1414 +763,1,42,811,1,1355 +764,1,18,1094,1,1107 +765,1,44,692,0,1290 +766,0,37,851,0,1193 +767,0,29,842,1,1217 +768,1,31,901,1,1250 +769,0,22,568,1,1139 +770,1,39,674,1,1316 +771,0,19,813,1,1114 +772,0,34,707,1,1258 +773,0,40,757,0,1209 +774,1,36,868,1,1299 +775,0,44,797,1,1358 +776,1,36,722,1,1289 +777,1,58,771,1,1515 +778,1,26,973,1,1207 +779,1,50,960,0,1346 +780,1,19,755,1,1131 +781,0,24,955,1,1161 +782,1,26,861,1,1197 +783,1,20,889,0,1042 +784,1,50,704,1,1439 +785,1,45,646,0,1294 +786,0,49,933,1,1396 +787,0,29,727,1,1199 +788,1,36,737,1,1295 +789,0,46,822,1,1380 +790,1,46,635,1,1399 +791,0,41,859,1,1326 +792,1,37,933,1,1302 +793,0,23,789,0,1047 +794,1,38,627,1,1331 +795,0,33,741,1,1255 +796,1,28,744,1,1226 +797,1,51,905,1,1452 +798,0,28,906,1,1199 +799,1,37,830,1,1308 +800,0,40,761,1,1317 +801,1,46,785,1,1389 +802,0,39,867,1,1319 +803,1,55,881,0,1381 +804,1,39,976,1,1331 +805,1,30,678,1,1242 +806,1,36,838,1,1298 +807,1,42,826,1,1348 +808,1,13,628,0,970 +809,0,34,779,1,1254 +810,1,35,745,1,1286 +811,1,33,683,1,1259 +812,1,36,825,1,1300 +813,0,15,561,1,1068 +814,0,38,907,1,1307 +815,1,35,949,1,1287 +816,1,30,925,1,1240 +817,1,6,891,0,902 +818,0,31,825,1,1237 +819,1,36,816,1,1316 +820,1,34,789,1,1285 +821,1,29,724,0,1122 +822,1,38,821,1,1319 +823,1,26,875,1,1198 +824,1,42,669,0,1260 +825,1,43,775,1,1367 +826,0,45,766,1,1367 +827,1,43,830,1,1372 +828,1,31,714,1,1252 +829,1,35,896,1,1289 +830,1,47,750,0,1304 +831,1,41,927,1,1351 +832,0,38,749,1,1307 +833,0,48,921,1,1395 +834,0,29,766,0,1103 +835,1,35,865,1,1291 +836,0,48,828,1,1408 +837,0,33,791,1,1242 +838,1,36,949,0,1203 +839,1,34,818,1,1268 +840,0,47,843,1,1398 +841,1,36,786,1,1300 +842,1,36,759,1,1303 +843,0,28,1021,1,1196 +844,1,31,779,0,1149 +845,1,19,814,1,1124 +846,0,39,833,0,1217 +847,1,43,817,1,1375 +848,0,22,943,0,1041 +849,0,39,683,0,1212 +850,0,38,765,1,1311 +851,1,37,686,1,1318 +852,0,36,731,0,1170 +853,0,51,849,1,1436 +854,1,38,885,1,1319 +855,1,49,1085,1,1430 +856,0,40,850,0,1208 +857,1,40,771,1,1338 +858,1,30,700,0,1128 +859,0,62,841,1,1535 +860,0,34,893,1,1263 +861,1,30,757,0,1135 +862,1,39,827,1,1327 +863,1,39,824,0,1235 +864,1,42,760,0,1259 +865,1,26,878,1,1200 +866,0,34,657,1,1253 +867,1,51,1002,1,1449 +868,0,30,805,0,1122 +869,1,31,843,1,1257 +870,1,41,811,1,1351 +871,0,29,667,1,1200 +872,0,46,859,1,1376 +873,0,39,789,0,1217 +874,1,36,698,1,1294 +875,0,19,838,1,1111 +876,1,32,605,1,1253 +877,1,55,954,1,1494 +878,1,32,710,1,1270 +879,1,42,788,1,1347 +880,1,26,985,1,1204 +881,0,19,655,0,1011 +882,1,42,968,1,1362 +883,1,49,881,1,1431 +884,1,20,872,1,1140 +885,1,43,581,0,1275 +886,0,38,776,1,1303 +887,1,31,661,1,1247 +888,1,52,729,1,1468 +889,1,25,844,0,1087 +890,1,34,712,0,1175 +891,0,42,909,1,1342 +892,0,24,805,1,1164 +893,0,46,641,1,1376 +894,1,34,886,1,1281 +895,1,47,740,1,1407 +896,1,35,696,1,1290 +897,0,28,918,1,1192 +898,0,22,832,0,1026 +899,0,21,849,0,1040 +900,0,34,832,1,1252 +901,0,15,730,0,971 +902,1,19,802,0,1027 +903,0,55,782,1,1464 +904,1,33,735,1,1274 +905,0,49,631,1,1409 +906,1,51,848,1,1457 +907,1,36,733,1,1304 +908,1,35,932,1,1289 +909,0,37,898,1,1291 +910,1,42,770,1,1361 +911,1,43,832,1,1363 +912,1,15,893,1,1087 +913,1,35,772,1,1290 +914,1,41,1102,1,1345 +915,1,33,856,1,1278 +916,1,37,791,1,1317 +917,1,44,806,1,1377 +918,0,34,796,1,1251 +919,0,50,931,0,1329 +920,0,40,924,0,1215 +921,1,19,814,0,1026 +922,1,33,784,1,1268 +923,1,41,859,1,1336 +924,1,37,740,1,1303 +925,1,21,806,0,1063 +926,1,16,781,1,1099 +927,0,34,658,1,1257 +928,1,42,744,1,1362 +929,1,28,689,1,1220 +930,1,39,894,1,1329 +931,1,41,683,0,1244 +932,0,45,788,1,1365 +933,1,41,703,1,1350 +934,0,37,809,1,1288 +935,1,19,753,1,1136 +936,1,30,1035,1,1242 +937,1,44,767,1,1370 +938,1,40,875,0,1236 +939,1,26,839,0,1095 +940,1,38,868,1,1322 +941,0,34,902,1,1261 +942,1,48,751,1,1412 +943,0,35,687,0,1160 +944,0,31,866,1,1227 +945,0,32,707,0,1140 +946,1,26,937,1,1201 +947,1,48,691,1,1415 +948,1,37,544,1,1301 +949,1,29,694,1,1232 +950,1,39,748,1,1322 +951,0,44,990,0,1260 +952,0,31,882,1,1230 +953,1,32,957,0,1156 +954,0,34,669,1,1268 +955,0,15,911,1,1069 +956,1,37,739,1,1303 +957,0,35,887,1,1272 +958,1,32,606,0,1162 +959,1,25,898,0,1084 +960,0,46,770,1,1366 +961,1,30,781,1,1238 +962,1,36,932,1,1304 +963,0,56,836,1,1488 +964,0,29,810,1,1214 +965,1,28,882,0,1127 +966,1,37,711,1,1306 +967,0,32,667,1,1244 +968,1,30,908,1,1247 +969,1,39,942,1,1326 +970,1,37,850,1,1304 +971,0,24,799,0,1061 +972,0,21,942,1,1127 +973,1,41,815,1,1340 +974,0,27,839,1,1187 +975,1,25,812,1,1187 +976,0,47,875,1,1409 +977,0,36,683,1,1276 +978,1,30,754,1,1238 +979,0,43,780,1,1350 +980,1,48,638,1,1414 +981,0,45,877,1,1368 +982,0,25,822,1,1163 +983,1,29,729,1,1230 +984,0,38,835,1,1305 +985,0,21,817,1,1132 +986,1,31,730,1,1238 +987,1,35,806,1,1292 +988,0,34,724,0,1159 +989,1,37,854,0,1219 +990,1,37,661,0,1208 +991,1,44,816,0,1276 +992,0,34,885,0,1160 +993,0,27,820,1,1187 +994,1,34,722,1,1271 +995,0,33,692,0,1151 +996,1,35,638,1,1295 +997,0,50,846,1,1418 +998,1,41,818,1,1351 +999,0,53,806,1,1443 +1000,1,46,869,0,1296 diff --git a/docs/_site/files/data/generated_data/village_randomized.csv b/docs/_site/files/data/generated_data/village_randomized.csv new file mode 100644 index 00000000..e9d3f77f --- /dev/null +++ b/docs/_site/files/data/generated_data/village_randomized.csv @@ -0,0 +1,1001 @@ +id,sex,age,pre_income,program,post_income,sex_num,program_num +1,Male,45,979,No program,1281,1,0 +2,Female,23,664,No program,1041,0,0 +3,Female,42,729,No program,1247,0,0 +4,Female,34,744,Program,1249,0,1 +5,Female,53,769,No program,1343,0,0 +6,Female,33,762,Program,1251,0,1 +7,Male,20,846,Program,1136,1,1 +8,Male,40,674,Program,1329,1,1 +9,Female,39,747,Program,1303,0,1 +10,Male,35,744,No program,1189,1,0 +11,Female,24,763,Program,1168,0,1 +12,Male,27,740,No program,1100,1,0 +13,Male,35,920,No program,1198,1,0 +14,Female,45,877,No program,1273,0,0 +15,Male,31,824,No program,1156,1,0 +16,Female,26,658,No program,1078,0,0 +17,Male,8,1093,Program,1026,1,1 +18,Male,40,894,Program,1346,1,1 +19,Male,39,923,No program,1230,1,0 +20,Male,48,611,No program,1315,1,0 +21,Male,50,778,Program,1432,1,1 +22,Male,34,877,No program,1183,1,0 +23,Male,48,839,Program,1422,1,1 +24,Male,35,861,Program,1290,1,1 +25,Male,28,859,Program,1227,1,1 +26,Female,27,756,No program,1081,0,0 +27,Male,32,775,No program,1153,1,0 +28,Female,37,707,No program,1196,0,0 +29,Female,35,909,No program,1159,0,0 +30,Male,37,606,No program,1211,1,0 +31,Male,37,772,Program,1301,1,1 +32,Male,42,881,Program,1357,1,1 +33,Male,32,779,No program,1163,1,0 +34,Male,51,945,No program,1352,1,0 +35,Male,39,884,No program,1236,1,0 +36,Female,23,713,Program,1144,0,1 +37,Male,32,794,No program,1159,1,0 +38,Male,40,801,No program,1240,1,0 +39,Female,31,827,No program,1129,0,0 +40,Female,38,747,No program,1199,0,0 +41,Male,39,738,No program,1244,1,0 +42,Female,48,774,No program,1294,0,0 +43,Male,28,891,No program,1120,1,0 +44,Female,35,912,No program,1167,0,0 +45,Male,29,740,No program,1126,1,0 +46,Male,24,806,No program,1074,1,0 +47,Female,17,700,Program,1085,0,1 +48,Male,37,724,Program,1311,1,1 +49,Male,41,739,Program,1352,1,1 +50,Female,41,668,No program,1228,0,0 +51,Male,21,599,Program,1151,1,1 +52,Male,24,877,Program,1176,1,1 +53,Female,24,841,No program,1051,0,0 +54,Male,28,717,No program,1113,1,0 +55,Male,37,896,No program,1209,1,0 +56,Male,41,981,No program,1243,1,0 +57,Male,27,545,No program,1119,1,0 +58,Female,6,915,Program,979,0,1 +59,Male,45,923,No program,1290,1,0 +60,Female,41,815,No program,1237,0,0 +61,Female,28,748,No program,1104,0,0 +62,Male,24,690,No program,1087,1,0 +63,Male,32,712,Program,1265,1,1 +64,Male,36,736,Program,1304,1,1 +65,Male,42,589,No program,1261,1,0 +66,Female,49,735,No program,1310,0,0 +67,Male,27,899,Program,1207,1,1 +68,Male,38,725,No program,1214,1,0 +69,Male,48,957,Program,1425,1,1 +70,Male,26,795,Program,1192,1,1 +71,Male,33,811,Program,1265,1,1 +72,Female,17,848,No program,986,0,0 +73,Male,38,706,Program,1313,1,1 +74,Female,29,723,No program,1101,0,0 +75,Male,26,758,No program,1107,1,0 +76,Male,27,977,Program,1206,1,1 +77,Male,39,843,No program,1232,1,0 +78,Male,13,791,Program,1071,1,1 +79,Male,31,688,No program,1146,1,0 +80,Female,25,791,Program,1159,0,1 +81,Female,25,839,Program,1170,0,1 +82,Male,40,764,No program,1231,1,0 +83,Male,39,711,Program,1329,1,1 +84,Male,34,705,Program,1279,1,1 +85,Male,40,778,No program,1249,1,0 +86,Female,29,834,Program,1212,0,1 +87,Male,15,897,No program,995,1,0 +88,Male,47,666,Program,1401,1,1 +89,Male,33,720,Program,1260,1,1 +90,Female,31,595,Program,1229,0,1 +91,Male,37,811,Program,1306,1,1 +92,Female,43,872,Program,1341,0,1 +93,Male,39,825,No program,1234,1,0 +94,Male,44,923,No program,1279,1,0 +95,Male,35,858,No program,1196,1,0 +96,Male,30,741,No program,1136,1,0 +97,Male,32,945,No program,1165,1,0 +98,Male,43,844,Program,1367,1,1 +99,Male,27,858,Program,1204,1,1 +100,Female,25,708,No program,1070,0,0 +101,Male,38,775,Program,1322,1,1 +102,Male,41,678,Program,1354,1,1 +103,Male,18,793,Program,1123,1,1 +104,Male,43,936,Program,1365,1,1 +105,Male,35,754,Program,1295,1,1 +106,Male,33,807,No program,1173,1,0 +107,Male,46,878,Program,1400,1,1 +108,Male,50,641,Program,1432,1,1 +109,Male,24,663,No program,1077,1,0 +110,Male,45,707,No program,1282,1,0 +111,Female,29,830,No program,1096,0,0 +112,Male,36,808,No program,1200,1,0 +113,Female,40,925,No program,1211,0,0 +114,Male,36,677,Program,1303,1,1 +115,Male,20,756,Program,1151,1,1 +116,Female,30,590,No program,1115,0,0 +117,Female,50,962,Program,1422,0,1 +118,Male,37,908,No program,1211,1,0 +119,Male,27,736,Program,1197,1,1 +120,Female,28,775,Program,1196,0,1 +121,Female,46,787,Program,1384,0,1 +122,Female,38,980,No program,1202,0,0 +123,Female,26,804,Program,1178,0,1 +124,Female,35,841,Program,1276,0,1 +125,Male,41,870,Program,1353,1,1 +126,Male,52,869,No program,1352,1,0 +127,Male,26,633,Program,1206,1,1 +128,Male,31,874,No program,1149,1,0 +129,Male,45,708,No program,1284,1,0 +130,Male,30,797,No program,1135,1,0 +131,Female,50,607,Program,1404,0,1 +132,Female,45,821,No program,1274,0,0 +133,Male,18,699,Program,1127,1,1 +134,Male,39,582,Program,1322,1,1 +135,Female,21,633,Program,1118,0,1 +136,Male,20,658,No program,1046,1,0 +137,Female,36,855,No program,1178,0,0 +138,Male,36,831,No program,1197,1,0 +139,Female,35,869,Program,1262,0,1 +140,Female,48,747,No program,1293,0,0 +141,Male,38,818,Program,1312,1,1 +142,Female,28,841,No program,1104,0,0 +143,Male,36,791,No program,1199,1,0 +144,Male,30,689,No program,1133,1,0 +145,Male,34,913,No program,1186,1,0 +146,Female,24,967,Program,1152,0,1 +147,Female,34,1002,Program,1263,0,1 +148,Male,36,889,Program,1298,1,1 +149,Female,28,781,No program,1100,0,0 +150,Male,35,787,Program,1294,1,1 +151,Male,29,769,No program,1128,1,0 +152,Male,29,774,Program,1222,1,1 +153,Male,33,795,Program,1274,1,1 +154,Female,40,603,No program,1220,0,0 +155,Male,33,801,No program,1178,1,0 +156,Female,37,824,No program,1182,0,0 +157,Female,45,705,No program,1263,0,0 +158,Female,32,624,Program,1242,0,1 +159,Male,34,764,Program,1277,1,1 +160,Male,40,488,Program,1344,1,1 +161,Male,22,967,No program,1062,1,0 +162,Male,40,869,No program,1242,1,0 +163,Male,30,702,Program,1234,1,1 +164,Male,24,802,No program,1075,1,0 +165,Male,17,783,Program,1113,1,1 +166,Female,28,634,Program,1190,0,1 +167,Male,23,712,Program,1169,1,1 +168,Male,23,897,No program,1077,1,0 +169,Female,51,684,No program,1339,0,0 +170,Male,23,725,No program,1069,1,0 +171,Female,45,725,Program,1361,0,1 +172,Male,40,923,Program,1351,1,1 +173,Female,26,781,Program,1186,0,1 +174,Male,29,855,Program,1228,1,1 +175,Male,31,877,Program,1250,1,1 +176,Female,37,762,No program,1193,0,0 +177,Male,32,687,Program,1258,1,1 +178,Male,43,817,Program,1378,1,1 +179,Male,32,764,No program,1153,1,0 +180,Male,13,944,No program,967,1,0 +181,Male,34,748,Program,1277,1,1 +182,Male,16,769,No program,999,1,0 +183,Female,44,868,No program,1268,0,0 +184,Male,28,734,No program,1117,1,0 +185,Female,24,798,Program,1157,0,1 +186,Male,29,850,No program,1126,1,0 +187,Female,41,760,Program,1319,0,1 +188,Female,16,679,No program,973,0,0 +189,Male,38,831,No program,1207,1,0 +190,Female,25,772,Program,1168,0,1 +191,Female,35,598,No program,1166,0,0 +192,Female,42,827,No program,1237,0,0 +193,Male,41,813,No program,1249,1,0 +194,Female,50,632,Program,1425,0,1 +195,Female,36,747,No program,1183,0,0 +196,Female,28,782,No program,1088,0,0 +197,Female,57,744,Program,1480,0,1 +198,Female,32,855,Program,1243,0,1 +199,Female,43,642,Program,1348,0,1 +200,Female,44,705,No program,1259,0,0 +201,Female,40,755,Program,1319,0,1 +202,Male,49,944,Program,1432,1,1 +203,Male,33,784,No program,1173,1,0 +204,Female,23,698,No program,1044,0,0 +205,Male,31,954,No program,1157,1,0 +206,Female,30,777,No program,1112,0,0 +207,Male,38,855,No program,1225,1,0 +208,Male,26,912,Program,1198,1,1 +209,Male,42,841,No program,1257,1,0 +210,Female,23,930,No program,1060,0,0 +211,Male,53,721,No program,1364,1,0 +212,Male,49,960,Program,1437,1,1 +213,Male,31,618,No program,1148,1,0 +214,Female,36,702,No program,1185,0,0 +215,Male,31,741,Program,1250,1,1 +216,Female,23,823,No program,1041,0,0 +217,Female,8,753,Program,1008,0,1 +218,Female,35,858,Program,1256,0,1 +219,Male,35,842,Program,1289,1,1 +220,Female,51,868,Program,1427,0,1 +221,Male,15,948,No program,990,1,0 +222,Male,28,657,Program,1222,1,1 +223,Male,44,897,Program,1369,1,1 +224,Male,38,773,No program,1220,1,0 +225,Male,36,720,Program,1294,1,1 +226,Male,29,622,Program,1221,1,1 +227,Female,37,715,No program,1188,0,0 +228,Male,33,770,No program,1163,1,0 +229,Male,36,606,Program,1303,1,1 +230,Male,29,764,Program,1226,1,1 +231,Female,47,851,Program,1384,0,1 +232,Male,46,670,Program,1395,1,1 +233,Male,48,800,No program,1313,1,0 +234,Female,31,666,No program,1131,0,0 +235,Male,32,795,Program,1257,1,1 +236,Male,31,889,Program,1250,1,1 +237,Female,49,582,No program,1303,0,0 +238,Male,32,1031,No program,1152,1,0 +239,Male,36,683,Program,1294,1,1 +240,Female,39,894,Program,1306,0,1 +241,Male,42,1008,Program,1356,1,1 +242,Male,32,706,Program,1258,1,1 +243,Male,58,732,Program,1513,1,1 +244,Female,26,902,Program,1177,0,1 +245,Female,21,718,Program,1120,0,1 +246,Male,35,704,No program,1192,1,0 +247,Female,53,958,Program,1447,0,1 +248,Male,36,977,No program,1197,1,0 +249,Female,36,777,Program,1279,0,1 +250,Female,44,1028,Program,1354,0,1 +251,Male,34,990,No program,1175,1,0 +252,Male,36,793,No program,1205,1,0 +253,Male,47,719,No program,1310,1,0 +254,Male,36,733,Program,1292,1,1 +255,Male,27,940,No program,1105,1,0 +256,Male,39,854,No program,1231,1,0 +257,Male,24,864,No program,1082,1,0 +258,Male,20,799,Program,1149,1,1 +259,Male,34,818,Program,1282,1,1 +260,Male,24,751,No program,1090,1,0 +261,Female,41,914,No program,1221,0,0 +262,Male,34,767,No program,1168,1,0 +263,Male,27,999,Program,1206,1,1 +264,Male,51,859,No program,1349,1,0 +265,Male,34,899,No program,1182,1,0 +266,Male,49,948,Program,1434,1,1 +267,Female,34,795,No program,1163,0,0 +268,Male,32,623,No program,1148,1,0 +269,Male,39,739,Program,1326,1,1 +270,Female,45,859,No program,1275,0,0 +271,Male,62,920,Program,1561,1,1 +272,Female,25,821,Program,1172,0,1 +273,Male,33,884,Program,1267,1,1 +274,Female,46,894,Program,1380,0,1 +275,Male,38,903,Program,1324,1,1 +276,Male,33,875,No program,1173,1,0 +277,Female,22,781,No program,1031,0,0 +278,Male,32,902,Program,1266,1,1 +279,Male,33,750,No program,1174,1,0 +280,Male,34,835,No program,1182,1,0 +281,Male,51,749,Program,1448,1,1 +282,Male,30,848,No program,1151,1,0 +283,Female,19,850,Program,1111,0,1 +284,Female,40,789,Program,1321,0,1 +285,Female,34,803,Program,1255,0,1 +286,Male,33,843,No program,1168,1,0 +287,Male,41,687,Program,1339,1,1 +288,Male,6,902,Program,994,1,1 +289,Female,29,827,No program,1120,0,0 +290,Female,33,855,Program,1252,0,1 +291,Female,41,783,No program,1223,0,0 +292,Male,32,612,Program,1254,1,1 +293,Female,25,875,No program,1071,0,0 +294,Male,39,774,No program,1221,1,0 +295,Female,35,862,Program,1284,0,1 +296,Female,36,1005,Program,1287,0,1 +297,Female,47,684,No program,1290,0,0 +298,Male,30,935,Program,1236,1,1 +299,Female,23,763,No program,1038,0,0 +300,Male,22,794,Program,1162,1,1 +301,Male,25,747,Program,1190,1,1 +302,Female,21,750,No program,1030,0,0 +303,Male,35,685,No program,1179,1,0 +304,Male,53,813,No program,1378,1,0 +305,Female,34,847,No program,1161,0,0 +306,Male,43,781,No program,1265,1,0 +307,Male,24,638,Program,1178,1,1 +308,Female,33,760,No program,1150,0,0 +309,Male,41,841,Program,1351,1,1 +310,Female,31,728,No program,1124,0,0 +311,Female,43,741,No program,1240,0,0 +312,Female,42,683,No program,1240,0,0 +313,Male,29,859,Program,1229,1,1 +314,Male,27,733,No program,1107,1,0 +315,Male,59,1117,No program,1428,1,0 +316,Male,33,901,Program,1262,1,1 +317,Male,35,783,Program,1287,1,1 +318,Male,34,800,Program,1289,1,1 +319,Male,29,728,Program,1232,1,1 +320,Female,26,828,Program,1180,0,1 +321,Male,24,801,Program,1170,1,1 +322,Female,44,627,No program,1260,0,0 +323,Male,25,616,Program,1182,1,1 +324,Male,42,860,Program,1356,1,1 +325,Male,49,568,Program,1423,1,1 +326,Male,47,762,No program,1296,1,0 +327,Male,34,966,No program,1172,1,0 +328,Male,30,634,Program,1244,1,1 +329,Female,24,829,Program,1159,0,1 +330,Female,35,957,No program,1165,0,0 +331,Female,33,851,Program,1243,0,1 +332,Female,37,929,No program,1182,0,0 +333,Female,29,703,No program,1104,0,0 +334,Male,41,863,Program,1352,1,1 +335,Male,42,818,Program,1360,1,1 +336,Male,46,935,No program,1301,1,0 +337,Male,57,1049,No program,1419,1,0 +338,Male,37,811,Program,1311,1,1 +339,Female,29,910,No program,1111,0,0 +340,Male,34,760,Program,1282,1,1 +341,Female,19,764,Program,1112,0,1 +342,Male,36,745,No program,1201,1,0 +343,Male,31,665,No program,1146,1,0 +344,Female,39,807,Program,1301,0,1 +345,Male,32,796,Program,1257,1,1 +346,Male,21,872,Program,1153,1,1 +347,Male,35,779,No program,1185,1,0 +348,Female,21,708,Program,1133,0,1 +349,Female,44,787,No program,1257,0,0 +350,Male,17,984,Program,1111,1,1 +351,Male,34,845,No program,1177,1,0 +352,Female,40,827,No program,1212,0,0 +353,Male,20,906,No program,1042,1,0 +354,Female,49,979,No program,1311,0,0 +355,Female,26,971,Program,1182,0,1 +356,Female,30,757,Program,1224,0,1 +357,Male,37,792,No program,1207,1,0 +358,Female,32,764,Program,1241,0,1 +359,Male,25,780,Program,1185,1,1 +360,Female,39,845,Program,1313,0,1 +361,Male,30,752,Program,1241,1,1 +362,Male,40,683,No program,1236,1,0 +363,Male,30,776,Program,1237,1,1 +364,Male,25,945,Program,1187,1,1 +365,Female,34,985,Program,1260,0,1 +366,Female,41,760,Program,1330,0,1 +367,Female,37,883,No program,1192,0,0 +368,Male,34,787,Program,1280,1,1 +369,Female,16,788,Program,1072,0,1 +370,Female,50,733,Program,1411,0,1 +371,Female,35,642,No program,1161,0,0 +372,Male,26,980,Program,1201,1,1 +373,Female,33,880,Program,1256,0,1 +374,Male,38,621,Program,1309,1,1 +375,Male,20,765,No program,1041,1,0 +376,Male,42,955,No program,1258,1,0 +377,Female,37,811,No program,1195,0,0 +378,Male,47,819,Program,1405,1,1 +379,Male,45,885,Program,1383,1,1 +380,Female,30,899,No program,1118,0,0 +381,Male,30,863,Program,1239,1,1 +382,Male,25,842,No program,1082,1,0 +383,Male,31,947,Program,1257,1,1 +384,Male,44,971,No program,1281,1,0 +385,Male,53,823,Program,1469,1,1 +386,Male,44,779,No program,1284,1,0 +387,Female,17,801,No program,980,0,0 +388,Male,43,835,Program,1368,1,1 +389,Female,45,732,No program,1280,0,0 +390,Female,41,864,Program,1334,0,1 +391,Female,26,671,No program,1076,0,0 +392,Female,46,1023,No program,1275,0,0 +393,Female,42,552,No program,1235,0,0 +394,Female,42,817,No program,1241,0,0 +395,Male,31,794,Program,1251,1,1 +396,Female,43,855,Program,1352,0,1 +397,Male,36,759,No program,1205,1,0 +398,Male,34,1040,No program,1189,1,0 +399,Male,50,786,Program,1426,1,1 +400,Male,43,802,No program,1268,1,0 +401,Female,6,912,No program,880,0,0 +402,Male,31,870,No program,1150,1,0 +403,Female,20,818,No program,1016,0,0 +404,Female,41,783,Program,1331,0,1 +405,Male,31,777,Program,1240,1,1 +406,Male,44,665,No program,1280,1,0 +407,Female,40,863,No program,1210,0,0 +408,Male,35,845,No program,1192,1,0 +409,Female,34,696,No program,1170,0,0 +410,Male,31,781,No program,1159,1,0 +411,Female,37,929,Program,1294,0,1 +412,Female,24,927,No program,1054,0,0 +413,Female,42,678,No program,1242,0,0 +414,Male,31,880,No program,1154,1,0 +415,Female,28,813,Program,1192,0,1 +416,Male,32,839,No program,1155,1,0 +417,Male,54,713,Program,1473,1,1 +418,Female,17,779,Program,1097,0,1 +419,Male,32,594,No program,1149,1,0 +420,Male,36,726,No program,1198,1,0 +421,Female,30,769,No program,1109,0,0 +422,Female,31,930,Program,1232,0,1 +423,Male,39,694,No program,1219,1,0 +424,Male,37,830,Program,1305,1,1 +425,Female,28,809,Program,1194,0,1 +426,Male,41,664,Program,1342,1,1 +427,Male,37,828,No program,1209,1,0 +428,Male,42,958,No program,1252,1,0 +429,Male,22,894,Program,1164,1,1 +430,Male,27,913,Program,1214,1,1 +431,Female,33,779,No program,1147,0,0 +432,Female,45,896,Program,1366,0,1 +433,Male,30,563,Program,1237,1,1 +434,Female,25,675,Program,1166,0,1 +435,Male,43,783,Program,1367,1,1 +436,Female,40,811,No program,1216,0,0 +437,Male,23,852,Program,1169,1,1 +438,Female,55,872,No program,1373,0,0 +439,Female,50,754,Program,1417,0,1 +440,Male,21,752,Program,1142,1,1 +441,Female,57,765,Program,1490,0,1 +442,Female,18,744,No program,993,0,0 +443,Female,36,788,Program,1283,0,1 +444,Male,24,888,Program,1172,1,1 +445,Female,31,846,Program,1238,0,1 +446,Male,32,756,No program,1149,1,0 +447,Female,38,731,Program,1298,0,1 +448,Female,24,790,No program,1056,0,0 +449,Female,7,779,Program,993,0,1 +450,Male,34,922,Program,1283,1,1 +451,Male,28,573,No program,1121,1,0 +452,Female,37,703,No program,1194,0,0 +453,Female,27,862,Program,1184,0,1 +454,Female,43,866,No program,1248,0,0 +455,Female,35,735,No program,1162,0,0 +456,Female,41,779,No program,1232,0,0 +457,Male,25,980,Program,1194,1,1 +458,Female,33,690,No program,1155,0,0 +459,Male,38,978,No program,1221,1,0 +460,Male,34,832,Program,1274,1,1 +461,Male,52,905,No program,1355,1,0 +462,Female,15,747,No program,968,0,0 +463,Male,43,688,No program,1258,1,0 +464,Male,35,840,Program,1287,1,1 +465,Male,44,842,No program,1283,1,0 +466,Male,34,757,Program,1281,1,1 +467,Male,8,712,No program,917,1,0 +468,Male,39,930,No program,1236,1,0 +469,Female,33,666,No program,1146,0,0 +470,Male,25,943,Program,1185,1,1 +471,Male,28,741,No program,1125,1,0 +472,Male,36,612,No program,1195,1,0 +473,Male,60,1018,No program,1433,1,0 +474,Female,37,838,Program,1287,0,1 +475,Male,25,693,Program,1190,1,1 +476,Female,54,762,Program,1461,0,1 +477,Male,31,721,No program,1138,1,0 +478,Male,27,832,No program,1107,1,0 +479,Female,23,813,No program,1051,0,0 +480,Male,28,676,No program,1113,1,0 +481,Male,54,826,No program,1380,1,0 +482,Male,44,733,Program,1384,1,1 +483,Female,42,863,No program,1256,0,0 +484,Male,36,860,Program,1302,1,1 +485,Male,38,797,No program,1221,1,0 +486,Male,41,721,Program,1340,1,1 +487,Female,37,753,No program,1186,0,0 +488,Female,37,699,No program,1184,0,0 +489,Female,45,883,Program,1356,0,1 +490,Male,33,935,No program,1176,1,0 +491,Male,38,805,Program,1322,1,1 +492,Female,26,834,No program,1071,0,0 +493,Female,51,779,No program,1335,0,0 +494,Male,49,822,No program,1323,1,0 +495,Female,17,987,Program,1083,0,1 +496,Male,33,826,Program,1262,1,1 +497,Female,40,933,No program,1225,0,0 +498,Male,40,825,Program,1335,1,1 +499,Female,43,662,Program,1344,0,1 +500,Male,31,681,No program,1142,1,0 +501,Female,23,703,Program,1144,0,1 +502,Female,38,790,Program,1301,0,1 +503,Female,20,789,Program,1110,0,1 +504,Male,41,919,Program,1352,1,1 +505,Female,42,634,Program,1336,0,1 +506,Female,16,695,No program,982,0,0 +507,Female,44,626,No program,1269,0,0 +508,Female,33,851,No program,1144,0,0 +509,Male,28,755,Program,1225,1,1 +510,Female,39,616,No program,1222,0,0 +511,Male,48,718,No program,1319,1,0 +512,Female,51,700,Program,1428,0,1 +513,Female,23,830,Program,1153,0,1 +514,Male,31,856,No program,1144,1,0 +515,Male,36,673,Program,1298,1,1 +516,Female,36,903,No program,1180,0,0 +517,Female,31,847,No program,1124,0,0 +518,Male,12,823,Program,1055,1,1 +519,Female,32,826,No program,1137,0,0 +520,Male,23,843,No program,1060,1,0 +521,Female,35,897,No program,1176,0,0 +522,Male,27,747,No program,1106,1,0 +523,Male,34,805,No program,1176,1,0 +524,Female,28,1079,No program,1089,0,0 +525,Male,31,691,Program,1248,1,1 +526,Female,31,830,No program,1128,0,0 +527,Male,48,656,Program,1418,1,1 +528,Male,42,821,Program,1365,1,1 +529,Female,33,897,No program,1151,0,0 +530,Male,23,565,No program,1067,1,0 +531,Male,45,742,No program,1292,1,0 +532,Female,21,1025,No program,1027,0,0 +533,Male,23,723,No program,1069,1,0 +534,Female,27,658,Program,1186,0,1 +535,Male,25,846,No program,1090,1,0 +536,Female,26,728,Program,1179,0,1 +537,Female,48,948,No program,1299,0,0 +538,Female,34,908,Program,1260,0,1 +539,Female,28,880,No program,1110,0,0 +540,Male,42,657,Program,1345,1,1 +541,Male,37,836,No program,1201,1,0 +542,Female,23,838,No program,1050,0,0 +543,Female,29,592,No program,1112,0,0 +544,Male,40,863,Program,1344,1,1 +545,Female,55,830,Program,1460,0,1 +546,Male,51,694,Program,1438,1,1 +547,Female,43,779,No program,1253,0,0 +548,Female,35,1005,Program,1271,0,1 +549,Female,18,878,No program,988,0,0 +550,Female,28,672,Program,1201,0,1 +551,Male,33,809,No program,1174,1,0 +552,Male,40,975,Program,1338,1,1 +553,Female,36,803,Program,1280,0,1 +554,Male,36,749,No program,1194,1,0 +555,Female,53,916,No program,1354,0,0 +556,Female,39,753,No program,1211,0,0 +557,Male,32,777,No program,1160,1,0 +558,Male,31,886,Program,1251,1,1 +559,Female,36,978,Program,1277,0,1 +560,Female,27,717,No program,1081,0,0 +561,Male,49,777,No program,1326,1,0 +562,Female,32,793,Program,1250,0,1 +563,Female,30,889,Program,1219,0,1 +564,Female,26,954,Program,1183,0,1 +565,Male,44,969,No program,1272,1,0 +566,Female,22,777,No program,1038,0,0 +567,Female,30,893,Program,1227,0,1 +568,Female,38,713,Program,1298,0,1 +569,Male,34,746,No program,1177,1,0 +570,Male,38,680,Program,1313,1,1 +571,Female,22,690,Program,1134,0,1 +572,Female,31,859,Program,1216,0,1 +573,Male,18,873,No program,1024,1,0 +574,Female,27,822,Program,1181,0,1 +575,Male,46,724,Program,1396,1,1 +576,Male,38,830,No program,1211,1,0 +577,Male,36,680,Program,1297,1,1 +578,Male,26,624,Program,1194,1,1 +579,Male,29,750,No program,1133,1,0 +580,Female,25,759,No program,1071,0,0 +581,Female,36,705,No program,1170,0,0 +582,Male,43,600,Program,1364,1,1 +583,Male,38,758,Program,1312,1,1 +584,Male,29,853,Program,1229,1,1 +585,Male,41,879,Program,1351,1,1 +586,Male,39,960,Program,1334,1,1 +587,Male,43,804,No program,1278,1,0 +588,Female,31,1028,Program,1230,0,1 +589,Female,23,845,Program,1156,0,1 +590,Female,34,784,No program,1167,0,0 +591,Female,38,607,Program,1293,0,1 +592,Female,51,1043,No program,1341,0,0 +593,Male,34,941,Program,1284,1,1 +594,Male,39,863,Program,1345,1,1 +595,Male,34,912,Program,1292,1,1 +596,Female,57,904,No program,1390,0,0 +597,Female,48,886,No program,1300,0,0 +598,Female,33,894,No program,1149,0,0 +599,Female,34,906,Program,1256,0,1 +600,Male,35,731,No program,1186,1,0 +601,Male,36,773,Program,1314,1,1 +602,Male,29,812,No program,1134,1,0 +603,Male,36,714,Program,1297,1,1 +604,Male,28,1018,No program,1121,1,0 +605,Male,24,668,No program,1069,1,0 +606,Male,43,814,No program,1265,1,0 +607,Female,42,721,Program,1326,0,1 +608,Male,29,809,No program,1136,1,0 +609,Male,48,817,Program,1417,1,1 +610,Male,33,795,Program,1264,1,1 +611,Male,32,491,Program,1267,1,1 +612,Female,25,550,Program,1177,0,1 +613,Male,35,872,No program,1189,1,0 +614,Male,34,711,No program,1178,1,0 +615,Female,36,810,Program,1270,0,1 +616,Male,39,880,No program,1232,1,0 +617,Male,44,783,No program,1282,1,0 +618,Female,38,729,No program,1196,0,0 +619,Female,45,777,No program,1282,0,0 +620,Male,46,961,Program,1403,1,1 +621,Female,6,956,Program,982,0,1 +622,Male,31,995,No program,1154,1,0 +623,Female,41,950,Program,1320,0,1 +624,Female,24,641,Program,1162,0,1 +625,Male,25,614,No program,1099,1,0 +626,Female,38,807,No program,1198,0,0 +627,Male,31,782,Program,1242,1,1 +628,Female,18,652,Program,1098,0,1 +629,Male,44,601,No program,1281,1,0 +630,Male,27,925,Program,1202,1,1 +631,Female,39,967,No program,1205,0,0 +632,Female,39,826,No program,1211,0,0 +633,Male,50,817,No program,1346,1,0 +634,Male,37,788,Program,1320,1,1 +635,Female,42,751,Program,1330,0,1 +636,Female,46,661,No program,1280,0,0 +637,Male,31,780,No program,1155,1,0 +638,Female,18,695,No program,1003,0,0 +639,Male,36,819,Program,1307,1,1 +640,Male,48,871,Program,1418,1,1 +641,Male,21,771,Program,1147,1,1 +642,Male,45,948,Program,1393,1,1 +643,Male,34,968,Program,1279,1,1 +644,Female,36,924,No program,1186,0,0 +645,Male,32,659,No program,1147,1,0 +646,Male,45,646,Program,1396,1,1 +647,Male,49,808,Program,1432,1,1 +648,Female,51,816,No program,1320,0,0 +649,Male,25,867,No program,1101,1,0 +650,Female,43,653,Program,1345,0,1 +651,Male,31,772,No program,1149,1,0 +652,Female,25,835,Program,1174,0,1 +653,Female,39,634,Program,1306,0,1 +654,Male,35,819,Program,1286,1,1 +655,Male,43,990,Program,1366,1,1 +656,Male,53,648,No program,1370,1,0 +657,Female,45,933,Program,1368,0,1 +658,Male,28,905,Program,1221,1,1 +659,Male,36,906,No program,1203,1,0 +660,Female,49,943,No program,1309,0,0 +661,Female,47,802,Program,1390,0,1 +662,Female,19,820,Program,1113,0,1 +663,Female,44,701,Program,1362,0,1 +664,Male,32,852,Program,1258,1,1 +665,Male,29,927,No program,1119,1,0 +666,Male,24,819,No program,1074,1,0 +667,Female,32,918,Program,1239,0,1 +668,Male,42,924,No program,1266,1,0 +669,Male,49,671,No program,1326,1,0 +670,Female,36,834,Program,1275,0,1 +671,Male,34,752,No program,1182,1,0 +672,Female,33,783,Program,1249,0,1 +673,Male,45,783,No program,1277,1,0 +674,Male,24,688,No program,1080,1,0 +675,Female,38,894,Program,1293,0,1 +676,Female,45,709,No program,1272,0,0 +677,Male,46,849,No program,1290,1,0 +678,Female,39,620,No program,1207,0,0 +679,Male,23,763,No program,1069,1,0 +680,Female,27,779,No program,1093,0,0 +681,Male,28,734,No program,1114,1,0 +682,Male,21,782,No program,1043,1,0 +683,Female,35,904,Program,1264,0,1 +684,Male,47,859,No program,1312,1,0 +685,Female,11,721,Program,1021,0,1 +686,Male,43,779,Program,1369,1,1 +687,Female,33,790,No program,1154,0,0 +688,Male,27,762,No program,1110,1,0 +689,Male,43,787,Program,1358,1,1 +690,Male,41,771,No program,1252,1,0 +691,Female,36,1014,No program,1180,0,0 +692,Male,26,829,Program,1193,1,1 +693,Male,28,855,No program,1115,1,0 +694,Male,19,742,No program,1029,1,0 +695,Male,54,824,No program,1384,1,0 +696,Male,33,829,No program,1167,1,0 +697,Male,27,840,No program,1111,1,0 +698,Male,13,818,No program,962,1,0 +699,Male,31,998,Program,1251,1,1 +700,Female,30,603,Program,1216,0,1 +701,Male,21,854,No program,1054,1,0 +702,Male,59,853,Program,1528,1,1 +703,Female,44,729,Program,1353,0,1 +704,Male,20,806,No program,1025,1,0 +705,Male,46,709,Program,1405,1,1 +706,Male,45,726,No program,1299,1,0 +707,Male,41,579,No program,1250,1,0 +708,Female,39,927,No program,1206,0,0 +709,Male,36,745,Program,1299,1,1 +710,Male,41,861,Program,1351,1,1 +711,Female,25,773,No program,1065,0,0 +712,Female,29,1002,Program,1207,0,1 +713,Female,25,824,Program,1175,0,1 +714,Male,33,1022,Program,1279,1,1 +715,Male,36,816,Program,1306,1,1 +716,Male,41,945,Program,1344,1,1 +717,Male,40,812,No program,1238,1,0 +718,Male,49,835,Program,1428,1,1 +719,Female,41,776,Program,1334,0,1 +720,Male,48,810,No program,1306,1,0 +721,Female,46,872,No program,1274,0,0 +722,Male,29,849,No program,1131,1,0 +723,Female,43,636,Program,1348,0,1 +724,Male,40,922,No program,1237,1,0 +725,Male,36,726,Program,1304,1,1 +726,Female,26,894,No program,1077,0,0 +727,Male,41,788,Program,1344,1,1 +728,Male,36,807,Program,1287,1,1 +729,Male,31,852,Program,1254,1,1 +730,Female,44,710,No program,1267,0,0 +731,Female,45,793,Program,1369,0,1 +732,Male,44,730,Program,1383,1,1 +733,Male,9,868,Program,1030,1,1 +734,Male,26,833,No program,1101,1,0 +735,Female,44,658,No program,1258,0,0 +736,Female,28,769,Program,1195,0,1 +737,Male,39,740,No program,1225,1,0 +738,Female,37,734,No program,1192,0,0 +739,Female,46,801,Program,1375,0,1 +740,Female,28,618,No program,1094,0,0 +741,Male,34,992,No program,1190,1,0 +742,Male,38,848,Program,1320,1,1 +743,Male,48,607,No program,1321,1,0 +744,Male,33,709,No program,1170,1,0 +745,Male,38,837,Program,1316,1,1 +746,Male,22,571,No program,1052,1,0 +747,Male,41,752,No program,1256,1,0 +748,Female,37,798,No program,1182,0,0 +749,Male,41,927,Program,1346,1,1 +750,Female,31,968,Program,1231,0,1 +751,Male,52,932,Program,1464,1,1 +752,Female,34,948,No program,1166,0,0 +753,Male,36,750,Program,1305,1,1 +754,Female,34,914,No program,1163,0,0 +755,Male,43,804,Program,1379,1,1 +756,Female,27,981,Program,1190,0,1 +757,Female,37,833,Program,1288,0,1 +758,Female,41,869,No program,1227,0,0 +759,Male,23,838,Program,1164,1,1 +760,Female,37,882,No program,1200,0,0 +761,Male,29,838,Program,1236,1,1 +762,Female,49,755,No program,1319,0,0 +763,Male,42,811,No program,1266,1,0 +764,Male,18,1094,Program,1123,1,1 +765,Male,44,692,Program,1373,1,1 +766,Female,37,851,Program,1294,0,1 +767,Female,29,842,No program,1104,0,0 +768,Male,31,901,Program,1254,1,1 +769,Female,22,568,Program,1143,0,1 +770,Male,39,674,Program,1323,1,1 +771,Female,19,813,No program,1012,0,0 +772,Female,34,707,No program,1156,0,0 +773,Female,40,757,No program,1213,0,0 +774,Male,36,868,Program,1300,1,1 +775,Female,44,797,Program,1357,0,1 +776,Male,36,722,Program,1300,1,1 +777,Male,58,771,Program,1525,1,1 +778,Male,26,973,No program,1112,1,0 +779,Male,50,960,No program,1342,1,0 +780,Male,19,755,No program,1023,1,0 +781,Female,24,955,No program,1070,0,0 +782,Male,26,861,No program,1097,1,0 +783,Male,20,889,No program,1040,1,0 +784,Male,50,704,No program,1341,1,0 +785,Male,45,646,No program,1284,1,0 +786,Female,49,933,Program,1409,0,1 +787,Female,29,727,Program,1204,0,1 +788,Male,36,737,No program,1193,1,0 +789,Female,46,822,No program,1294,0,0 +790,Male,46,635,Program,1386,1,1 +791,Female,41,859,No program,1221,0,0 +792,Male,37,933,Program,1297,1,1 +793,Female,23,789,No program,1058,0,0 +794,Male,38,627,Program,1315,1,1 +795,Female,33,741,Program,1250,0,1 +796,Male,28,744,No program,1126,1,0 +797,Male,51,905,No program,1353,1,0 +798,Female,28,906,No program,1108,0,0 +799,Male,37,830,Program,1306,1,1 +800,Female,40,761,Program,1321,0,1 +801,Male,46,785,Program,1402,1,1 +802,Female,39,867,Program,1312,0,1 +803,Male,55,881,Program,1489,1,1 +804,Male,39,976,No program,1237,1,0 +805,Male,30,678,Program,1251,1,1 +806,Male,36,838,No program,1206,1,0 +807,Male,42,826,Program,1353,1,1 +808,Male,13,628,Program,1068,1,1 +809,Female,34,779,No program,1154,0,0 +810,Male,35,745,Program,1292,1,1 +811,Male,33,683,Program,1263,1,1 +812,Male,36,825,No program,1188,1,0 +813,Female,15,561,Program,1073,0,1 +814,Female,38,907,Program,1308,0,1 +815,Male,35,949,No program,1199,1,0 +816,Male,30,925,No program,1145,1,0 +817,Male,6,891,No program,905,1,0 +818,Female,31,825,Program,1238,0,1 +819,Male,36,816,Program,1296,1,1 +820,Male,34,789,Program,1285,1,1 +821,Male,29,724,No program,1126,1,0 +822,Male,38,821,Program,1312,1,1 +823,Male,26,875,Program,1190,1,1 +824,Male,42,669,Program,1357,1,1 +825,Male,43,775,Program,1374,1,1 +826,Female,45,766,Program,1366,0,1 +827,Male,43,830,No program,1268,1,0 +828,Male,31,714,No program,1154,1,0 +829,Male,35,896,Program,1287,1,1 +830,Male,47,750,Program,1409,1,1 +831,Male,41,927,Program,1347,1,1 +832,Female,38,749,No program,1205,0,0 +833,Female,48,921,No program,1306,0,0 +834,Female,29,766,Program,1206,0,1 +835,Male,35,865,Program,1303,1,1 +836,Female,48,828,Program,1395,0,1 +837,Female,33,791,Program,1246,0,1 +838,Male,36,949,Program,1304,1,1 +839,Male,34,818,Program,1273,1,1 +840,Female,47,843,Program,1397,0,1 +841,Male,36,786,No program,1196,1,0 +842,Male,36,759,Program,1295,1,1 +843,Female,28,1021,No program,1102,0,0 +844,Male,31,779,Program,1251,1,1 +845,Male,19,814,No program,1028,1,0 +846,Female,39,833,Program,1296,0,1 +847,Male,43,817,No program,1279,1,0 +848,Female,22,943,Program,1141,0,1 +849,Female,39,683,Program,1314,0,1 +850,Female,38,765,Program,1301,0,1 +851,Male,37,686,Program,1295,1,1 +852,Female,36,731,No program,1177,0,0 +853,Female,51,849,Program,1440,0,1 +854,Male,38,885,No program,1220,1,0 +855,Male,49,1085,No program,1327,1,0 +856,Female,40,850,No program,1214,0,0 +857,Male,40,771,No program,1238,1,0 +858,Male,30,700,Program,1233,1,1 +859,Female,62,841,No program,1442,0,0 +860,Female,34,893,No program,1170,0,0 +861,Male,30,757,No program,1135,1,0 +862,Male,39,827,No program,1229,1,0 +863,Male,39,824,Program,1330,1,1 +864,Male,42,760,Program,1355,1,1 +865,Male,26,878,Program,1205,1,1 +866,Female,34,657,Program,1257,0,1 +867,Male,51,1002,Program,1453,1,1 +868,Female,30,805,No program,1118,0,0 +869,Male,31,843,No program,1153,1,0 +870,Male,41,811,Program,1349,1,1 +871,Female,29,667,No program,1111,0,0 +872,Female,46,859,No program,1284,0,0 +873,Female,39,789,Program,1318,0,1 +874,Male,36,698,Program,1296,1,1 +875,Female,19,838,No program,1009,0,0 +876,Male,32,605,Program,1249,1,1 +877,Male,55,954,No program,1392,1,0 +878,Male,32,710,No program,1158,1,0 +879,Male,42,788,No program,1263,1,0 +880,Male,26,985,Program,1192,1,1 +881,Female,19,655,No program,1014,0,0 +882,Male,42,968,Program,1367,1,1 +883,Male,49,881,No program,1330,1,0 +884,Male,20,872,No program,1031,1,0 +885,Male,43,581,Program,1371,1,1 +886,Female,38,776,Program,1305,0,1 +887,Male,31,661,No program,1150,1,0 +888,Male,52,729,Program,1458,1,1 +889,Male,25,844,No program,1094,1,0 +890,Male,34,712,No program,1177,1,0 +891,Female,42,909,No program,1231,0,0 +892,Female,24,805,Program,1165,0,1 +893,Female,46,641,Program,1378,0,1 +894,Male,34,886,Program,1279,1,1 +895,Male,47,740,Program,1409,1,1 +896,Male,35,696,No program,1191,1,0 +897,Female,28,918,Program,1192,0,1 +898,Female,22,832,No program,1034,0,0 +899,Female,21,849,No program,1037,0,0 +900,Female,34,832,No program,1162,0,0 +901,Female,15,730,No program,965,0,0 +902,Male,19,802,Program,1135,1,1 +903,Female,55,782,No program,1358,0,0 +904,Male,33,735,Program,1268,1,1 +905,Female,49,631,No program,1308,0,0 +906,Male,51,848,Program,1448,1,1 +907,Male,36,733,No program,1201,1,0 +908,Male,35,932,No program,1191,1,0 +909,Female,37,898,Program,1292,0,1 +910,Male,42,770,Program,1353,1,1 +911,Male,43,832,No program,1266,1,0 +912,Male,15,893,No program,993,1,0 +913,Male,35,772,Program,1291,1,1 +914,Male,41,1102,Program,1353,1,1 +915,Male,33,856,Program,1277,1,1 +916,Male,37,791,No program,1209,1,0 +917,Male,44,806,Program,1379,1,1 +918,Female,34,796,Program,1254,0,1 +919,Female,50,931,Program,1417,0,1 +920,Female,40,924,Program,1313,0,1 +921,Male,19,814,Program,1138,1,1 +922,Male,33,784,No program,1177,1,0 +923,Male,41,859,No program,1246,1,0 +924,Male,37,740,No program,1197,1,0 +925,Male,21,806,No program,1056,1,0 +926,Male,16,781,Program,1095,1,1 +927,Female,34,658,Program,1260,0,1 +928,Male,42,744,Program,1353,1,1 +929,Male,28,689,No program,1117,1,0 +930,Male,39,894,Program,1327,1,1 +931,Male,41,683,Program,1343,1,1 +932,Female,45,788,Program,1369,0,1 +933,Male,41,703,No program,1242,1,0 +934,Female,37,809,Program,1296,0,1 +935,Male,19,753,Program,1128,1,1 +936,Male,30,1035,Program,1241,1,1 +937,Male,44,767,Program,1376,1,1 +938,Male,40,875,No program,1227,1,0 +939,Male,26,839,Program,1198,1,1 +940,Male,38,868,No program,1216,1,0 +941,Female,34,902,No program,1156,0,0 +942,Male,48,751,Program,1417,1,1 +943,Female,35,687,No program,1161,0,0 +944,Female,31,866,Program,1233,0,1 +945,Female,32,707,No program,1140,0,0 +946,Male,26,937,No program,1106,1,0 +947,Male,48,691,Program,1422,1,1 +948,Male,37,544,Program,1311,1,1 +949,Male,29,694,No program,1146,1,0 +950,Male,39,748,Program,1330,1,1 +951,Female,44,990,Program,1359,0,1 +952,Female,31,882,Program,1232,0,1 +953,Male,32,957,No program,1166,1,0 +954,Female,34,669,Program,1268,0,1 +955,Female,15,911,Program,1063,0,1 +956,Male,37,739,No program,1205,1,0 +957,Female,35,887,No program,1178,0,0 +958,Male,32,606,Program,1269,1,1 +959,Male,25,898,Program,1186,1,1 +960,Female,46,770,No program,1276,0,0 +961,Male,30,781,Program,1233,1,1 +962,Male,36,932,No program,1198,1,0 +963,Female,56,836,No program,1390,0,0 +964,Female,29,810,Program,1205,0,1 +965,Male,28,882,No program,1128,1,0 +966,Male,37,711,No program,1201,1,0 +967,Female,32,667,No program,1139,0,0 +968,Male,30,908,Program,1240,1,1 +969,Male,39,942,No program,1228,1,0 +970,Male,37,850,No program,1206,1,0 +971,Female,24,799,No program,1067,0,0 +972,Female,21,942,No program,1027,0,0 +973,Male,41,815,No program,1248,1,0 +974,Female,27,839,Program,1184,0,1 +975,Male,25,812,No program,1099,1,0 +976,Female,47,875,Program,1391,0,1 +977,Female,36,683,Program,1279,0,1 +978,Male,30,754,Program,1235,1,1 +979,Female,43,780,Program,1345,0,1 +980,Male,48,638,Program,1422,1,1 +981,Female,45,877,No program,1260,0,0 +982,Female,25,822,Program,1168,0,1 +983,Male,29,729,Program,1226,1,1 +984,Female,38,835,Program,1303,0,1 +985,Female,21,817,No program,1027,0,0 +986,Male,31,730,No program,1153,1,0 +987,Male,35,806,Program,1283,1,1 +988,Female,34,724,No program,1161,0,0 +989,Male,37,854,No program,1214,1,0 +990,Male,37,661,No program,1208,1,0 +991,Male,44,816,No program,1274,1,0 +992,Female,34,885,No program,1152,0,0 +993,Female,27,820,Program,1191,0,1 +994,Male,34,722,Program,1279,1,1 +995,Female,33,692,Program,1250,0,1 +996,Male,35,638,No program,1195,1,0 +997,Female,50,846,Program,1427,0,1 +998,Male,41,818,No program,1247,1,0 +999,Female,53,806,No program,1349,0,0 +1000,Male,46,869,No program,1302,1,0 diff --git a/docs/_site/files/data/package_data/card.csv b/docs/_site/files/data/package_data/card.csv new file mode 100644 index 00000000..27931fd7 --- /dev/null +++ b/docs/_site/files/data/package_data/card.csv @@ -0,0 +1,3011 @@ +id,nearc2,nearc4,educ,age,fatheduc,motheduc,weight,momdad14,sinmom14,step14,reg661,reg662,reg663,reg664,reg665,reg666,reg667,reg668,reg669,south66,black,smsa,south,smsa66,wage,enroll,KWW,IQ,married,libcrd14,exper,lwage,expersq +2,0,0,7,29,NA,NA,158413,1,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,548,0,15,NA,1,0,16,6.306275367736816,256 +3,0,0,12,27,8,8,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,481,0,35,93,1,1,9,6.175867080688477,81 +4,0,0,12,34,14,12,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,721,0,42,103,1,1,16,6.580639362335205,256 +5,1,1,11,27,11,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,250,0,25,88,1,1,10,5.521461009979248,100 +6,1,1,12,34,8,7,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,729,0,34,108,1,0,16,6.591673851013184,256 +7,1,1,12,26,9,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,38,85,1,1,8,6.214608192443848,64 +8,1,1,18,33,14,14,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,565,0,41,119,1,1,9,6.336825847625732,81 +9,1,1,14,29,14,14,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,608,0,46,108,1,1,9,6.41017484664917,81 +10,1,1,12,28,12,12,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,425,0,32,96,4,0,10,6.052089214324951,100 +11,1,1,12,29,12,12,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,515,0,34,97,1,1,11,6.244166851043701,121 +12,1,1,9,28,11,12,380166,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,225,0,29,84,1,0,13,5.41610050201416,169 +13,1,1,12,26,11,6,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,400,0,34,89,1,1,8,5.991464614868164,64 +14,1,1,11,24,11,6,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,417,0,22,93,1,1,7,6.03308629989624,49 +15,1,1,11,30,11,6,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,217,0,27,74,1,0,13,5.379897117614746,169 +16,1,1,16,31,NA,8,648053,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,894,0,43,116,1,1,9,6.795705795288086,81 +17,1,1,14,24,15,12,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,300,0,36,NA,6,1,4,5.703782558441162,16 +19,1,1,12,34,12,8,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,346,0,40,93,1,1,16,5.846438884735107,256 +20,1,1,14,29,NA,12,496635,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,658,0,35,100,1,1,9,6.4892048835754395,81 +22,1,1,10,26,8,8,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,575,0,24,91,6,0,10,6.3543701171875,100 +25,1,1,12,32,8,8,355491,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,649,0,35,88,1,0,14,6.475432872772217,196 +26,1,1,18,32,12,13,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,944,0,43,NA,1,1,8,6.850126266479492,64 +29,1,1,18,34,NA,8,408301,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,614,0,50,114,1,1,10,6.419994831085205,100 +30,1,1,15,32,5,14,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,726,0,37,111,1,1,11,6.587550163269043,121 +31,0,1,12,28,14,12,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,604,0,44,NA,1,1,10,6.403573989868164,100 +32,0,1,12,32,11,12,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,693,0,44,95,1,1,14,6.541029930114746,196 +35,0,1,18,34,14,13,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1400,0,44,132,1,1,10,7.244227409362793,100 +36,0,1,12,26,7,12,367772,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,300,0,27,NA,6,1,8,5.703782558441162,64 +37,0,1,18,32,16,16,355491,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1800,0,38,109,5,1,8,7.495542049407959,64 +38,0,1,12,25,11,12,357519,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,413,0,43,108,1,1,7,6.023447513580322,49 +39,0,1,14,29,NA,16,496635,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,45,102,1,1,9,6.448889255523682,81 +47,1,1,12,25,12,12,90339,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,208,0,30,106,1,1,7,5.337538242340088,49 +48,1,1,12,25,NA,11,102031,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,457,0,40,104,6,1,7,6.124683380126953,49 +53,1,1,16,24,10,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,824,0,24,119,1,1,2,6.714170455932617,4 +54,1,1,18,34,NA,12,408301,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,577,0,47,122,1,1,10,6.357842445373535,100 +55,1,1,11,28,6,10,380166,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,255,0,32,90,1,1,11,5.541263580322266,121 +62,1,1,16,30,12,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,962,0,47,118,1,1,8,6.869014263153076,64 +63,1,1,10,31,8,6,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,944,0,37,105,1,0,15,6.850126266479492,225 +64,1,1,18,34,8,11,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1146,1,43,115,1,1,10,7.044033050537109,100 +77,1,1,6,27,2,6,104596,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,324,0,16,NA,1,1,15,5.780743598937988,225 +79,1,1,11,24,6,12,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,235,0,27,65,5,1,7,5.459585666656494,49 +80,1,1,12,34,11,10,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1000,0,45,120,1,0,16,6.907755374908447,256 +81,1,1,9,26,NA,12,422407,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,481,0,31,86,4,1,11,6.175867080688477,121 +82,1,1,15,32,10,12,89826,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,624,0,39,109,1,1,11,6.436150550842285,121 +83,1,1,11,34,8,10,89826,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,650,0,36,72,1,0,17,6.476972579956055,289 +87,1,1,12,24,NA,10,102031,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,344,0,31,NA,6,0,6,5.840641498565674,36 +90,1,1,16,24,12,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,380,0,NA,NA,6,0,2,5.940171241760254,4 +91,1,1,12,24,12,11,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,353,0,25,101,1,1,6,5.8664679527282715,36 +92,1,1,13,25,NA,12,369567,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,659,0,29,105,6,1,6,6.490723609924316,36 +93,1,1,17,28,10,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,621,1,48,136,1,1,5,6.431331157684326,25 +97,1,1,12,25,10,11,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,440,0,40,101,1,1,7,6.086774826049805,49 +98,1,1,12,26,12,10,104596,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,738,0,34,96,6,1,8,6.603943824768066,64 +102,1,1,11,31,5,5,158413,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,280,0,36,NA,1,0,14,5.63478946685791,196 +107,1,1,10,24,5,NA,369567,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,434,0,34,NA,1,1,8,6.073044300079346,64 +108,1,1,12,27,NA,8,380166,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,705,0,34,101,1,1,9,6.558197975158691,81 +110,1,1,12,27,10,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,425,0,32,91,1,1,9,6.052089214324951,81 +111,1,1,12,24,NA,4,369567,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,571,0,35,NA,1,1,6,6.347389221191406,36 +112,1,1,16,30,12,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,538,0,52,115,6,1,8,6.287858486175537,64 +115,1,1,16,32,12,12,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,740,0,49,113,1,1,10,6.606650352478027,100 +116,1,1,13,32,10,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,673,1,43,123,1,1,13,6.511745452880859,169 +119,1,1,12,34,10,10,89826,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,769,0,36,95,1,1,16,6.6450910568237305,256 +121,1,1,12,24,10,10,90339,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,592,0,26,102,1,1,6,6.383506774902344,36 +125,1,1,9,24,12,11,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,213,0,15,NA,6,1,9,5.361292362213135,81 +127,1,1,16,34,12,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1563,0,50,145,1,1,12,7.354362487792969,144 +129,1,1,16,28,11,11,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,774,0,35,114,1,1,6,6.651571750640869,36 +131,1,1,12,26,8,9,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,600,0,35,113,1,0,8,6.396929740905762,64 +133,1,1,18,24,16,16,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,693,0,24,NA,6,1,0,6.541029930114746,0 +135,1,1,13,31,8,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,570,0,40,93,5,1,12,6.345636367797852,144 +136,1,1,14,28,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,433,0,38,NA,5,1,8,6.070737838745117,64 +137,1,1,15,28,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,538,0,37,119,2,0,7,6.287858486175537,49 +138,1,1,12,25,12,9,369567,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,627,0,35,108,6,1,7,6.440946578979492,49 +139,1,1,8,31,12,11,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,481,0,35,NA,1,1,17,6.175867080688477,289 +141,1,1,12,26,6,11,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,545,0,26,72,1,1,8,6.300786018371582,64 +142,1,1,12,25,12,9,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,576,0,34,86,1,1,7,6.356107711791992,49 +144,1,1,16,25,14,12,90339,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,700,0,42,123,1,1,3,6.551080226898193,9 +147,1,1,16,28,12,12,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,788,0,38,103,1,1,6,6.669497966766357,36 +148,1,1,17,27,12,12,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1012,0,42,101,1,1,4,6.919683933258057,16 +149,1,1,12,24,12,10,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,758,0,30,NA,1,1,6,6.630683422088623,36 +150,1,1,14,29,12,16,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,601,1,41,105,6,1,9,6.398594856262207,81 +151,1,1,12,24,NA,12,357519,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,283,0,34,NA,6,1,6,5.64544677734375,36 +154,1,1,12,24,12,12,397244,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,250,0,29,NA,6,1,6,5.521461009979248,36 +156,1,1,12,26,10,12,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,33,95,1,1,8,6.214608192443848,64 +157,1,1,11,31,8,6,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,550,0,41,98,1,1,14,6.309918403625488,196 +158,1,1,12,25,8,6,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1143,0,27,NA,1,1,7,7.041411876678467,49 +159,1,1,18,31,8,8,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,810,0,39,115,4,0,7,6.6970343589782715,49 +164,1,1,12,28,NA,9,104596,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,313,0,20,60,6,1,10,5.746203422546387,100 +166,1,1,18,25,NA,4,369567,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,731,0,36,135,1,1,1,6.5944132804870605,1 +168,1,1,16,25,9,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,1,35,132,1,1,3,6.437751770019531,9 +169,1,1,14,24,16,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,588,1,33,106,1,1,4,6.376727104187012,16 +170,1,1,14,26,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,375,1,28,113,1,1,6,5.926926136016846,36 +173,1,1,16,29,14,11,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,817,0,43,102,6,1,7,6.705638885498047,49 +175,1,1,14,30,15,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,865,0,32,91,1,1,10,6.762729644775391,100 +176,1,1,15,28,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,350,0,30,104,1,1,7,5.857933044433594,49 +177,1,1,13,24,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,202,0,22,NA,1,1,5,5.308267593383789,25 +178,1,1,13,32,16,16,367470,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,1,1,505,0,43,97,1,1,13,6.224558353424072,169 +179,1,1,17,30,12,13,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,816,0,41,125,1,1,7,6.704414367675781,49 +181,1,1,18,26,14,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,41,123,6,1,2,6.437751770019531,4 +182,1,1,18,32,16,16,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,769,0,35,128,6,1,8,6.6450910568237305,64 +183,1,1,17,27,16,17,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,1,38,133,6,1,4,6.214608192443848,16 +188,1,1,17,27,12,8,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,619,1,32,114,1,1,4,6.428105354309082,16 +192,1,1,12,30,NA,8,480445,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,650,0,40,103,1,1,12,6.476972579956055,144 +194,0,1,18,28,10,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,769,0,36,130,1,1,4,6.6450910568237305,16 +195,0,1,12,26,10,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,512,0,33,97,1,1,8,6.2383246421813965,64 +196,0,1,18,31,12,13,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,46,132,1,1,7,6.437751770019531,49 +197,0,1,14,31,12,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1111,0,41,98,1,1,11,7.0130157470703125,121 +198,0,1,13,28,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,721,0,41,108,1,1,9,6.580639362335205,81 +199,0,1,14,32,13,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1154,0,44,107,1,1,12,7.050989627838135,144 +201,0,1,18,34,18,18,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,827,0,40,129,6,1,10,6.717804908752441,100 +204,0,1,16,34,14,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,923,0,56,NA,1,1,12,6.827629089355469,144 +205,0,1,17,28,14,17,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1076,0,42,132,1,1,5,6.981005668640137,25 +209,0,1,12,33,NA,8,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,37,101,1,1,15,6.437751770019531,225 +210,0,1,13,27,NA,8,380166,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,460,0,24,92,1,1,8,6.131226539611816,64 +213,0,1,14,24,8,12,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,900,0,39,108,6,1,4,6.802394866943359,16 +214,0,1,18,29,8,9,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,682,0,NA,132,1,1,5,6.52502965927124,25 +217,0,1,12,24,10,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,411,0,20,NA,1,1,6,6.0185933113098145,36 +218,0,1,13,27,12,15,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,35,106,1,0,8,6.437751770019531,64 +222,0,1,18,32,12,12,355491,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1005,0,46,123,1,1,8,6.912742614746094,64 +225,0,1,11,24,9,11,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,725,0,24,109,1,1,7,6.586171627044678,49 +226,0,1,15,27,8,11,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,750,0,35,103,1,1,6,6.620073318481445,36 +228,0,1,14,29,NA,8,533828,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,529,0,33,108,1,0,9,6.270988464355469,81 +229,0,1,17,29,8,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,972,0,47,122,1,1,6,6.8793559074401855,36 +232,0,1,12,26,12,12,380166,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,472,0,36,109,1,1,8,6.156979084014893,64 +233,0,1,12,24,12,12,369567,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,325,0,35,102,6,1,6,5.783825397491455,36 +234,0,1,12,34,NA,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,875,0,44,109,1,1,16,6.774223804473877,256 +237,0,1,13,34,9,10,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,40,100,1,1,15,6.437751770019531,225 +239,0,1,12,26,8,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,337,0,29,93,1,1,8,5.820083141326904,64 +240,0,1,16,27,5,5,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,481,0,37,115,1,1,5,6.175867080688477,25 +241,0,1,9,29,5,NA,551817,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,650,0,NA,NA,6,0,14,6.476972579956055,196 +242,0,1,16,25,5,4,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,383,0,39,NA,6,0,3,5.948034763336182,9 +244,0,1,18,30,15,14,533828,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,962,0,50,125,1,1,6,6.869014263153076,36 +245,0,1,16,29,13,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,615,0,31,106,6,1,7,6.421622276306152,49 +247,0,1,14,28,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,702,0,43,113,1,1,8,6.553933620452881,64 +249,0,1,14,31,NA,12,551817,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,635,0,41,122,6,1,11,6.453625202178955,121 +250,0,1,12,28,10,11,422407,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,200,0,35,NA,4,0,10,5.2983174324035645,100 +252,0,1,12,27,10,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,817,0,43,116,1,1,9,6.705638885498047,81 +253,0,1,14,26,NA,12,380166,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,577,0,39,116,1,1,6,6.357842445373535,36 +254,0,1,17,26,12,12,760332,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,466,0,34,105,1,1,3,6.144185543060303,9 +255,0,1,16,29,NA,12,993271,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,924,0,39,NA,1,1,7,6.828711986541748,49 +256,0,1,16,31,12,12,993271,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,793,1,38,112,1,0,9,6.675823211669922,81 +257,0,1,14,28,12,12,760332,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,635,0,32,113,1,1,8,6.453625202178955,64 +259,0,1,12,25,NA,NA,369567,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,570,0,22,NA,6,1,7,6.345636367797852,49 +260,0,1,16,29,12,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,705,0,37,94,1,1,7,6.558197975158691,49 +261,0,1,14,28,12,9,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,635,0,40,103,1,1,8,6.453625202178955,64 +263,0,1,12,30,NA,12,496635,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,694,0,36,102,1,0,12,6.542471885681152,144 +264,0,1,13,34,10,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,615,0,47,109,1,1,15,6.421622276306152,225 +265,0,1,16,26,15,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,462,0,34,130,6,1,4,6.135564804077148,16 +266,0,1,12,34,12,12,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,865,0,45,105,1,1,16,6.762729644775391,256 +267,0,1,18,33,12,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,737,0,46,134,1,1,9,6.602587699890137,81 +268,0,1,12,25,8,14,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1400,0,39,NA,1,1,7,7.244227409362793,49 +270,0,1,12,31,NA,7,496635,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,808,0,43,105,1,0,13,6.694561958312988,169 +272,0,1,16,26,11,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,654,0,36,104,1,0,4,6.483107566833496,16 +273,0,1,12,25,NA,12,369567,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,300,0,35,112,1,1,7,5.703782558441162,49 +275,0,1,16,30,8,10,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,577,0,37,115,4,1,8,6.357842445373535,64 +279,0,1,16,24,10,12,410630,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,265,0,44,NA,6,1,2,5.579730033874512,4 +280,0,1,18,31,8,8,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,594,0,33,117,1,1,7,6.3868794441223145,49 +282,0,1,17,26,12,8,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,325,0,29,114,1,1,3,5.783825397491455,9 +283,0,1,16,24,12,8,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,385,1,37,118,6,1,2,5.953243255615234,4 +284,0,1,18,25,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1000,0,32,107,1,1,1,6.907755374908447,1 +285,0,1,18,28,8,11,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,465,0,49,120,6,1,4,6.142037391662598,16 +286,0,1,16,28,16,18,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,440,0,43,131,6,1,6,6.086774826049805,36 +287,0,1,16,27,16,17,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,625,0,40,124,6,1,5,6.437751770019531,25 +288,0,1,17,27,11,12,92929,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,285,0,36,121,1,1,4,5.652489185333252,16 +290,0,1,14,27,10,12,92929,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,650,0,35,110,1,1,7,6.476972579956055,49 +291,0,1,13,25,10,12,90339,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,808,0,34,103,1,1,6,6.694561958312988,36 +292,0,1,12,24,10,12,90339,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,26,NA,1,1,6,6.214608192443848,36 +293,0,1,16,26,14,12,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,831,0,45,115,1,1,4,6.722630023956299,16 +295,0,1,12,31,8,6,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,33,96,1,1,13,6.214608192443848,169 +297,0,1,17,32,12,12,355491,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,693,0,48,123,1,0,9,6.541029930114746,81 +298,0,1,12,27,12,10,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1100,0,37,101,1,1,9,7.003065586090088,81 +300,0,1,12,25,8,12,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,763,0,34,98,1,1,7,6.637258052825928,49 +302,1,1,12,27,8,9,422407,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,795,0,28,NA,1,1,9,6.678342342376709,81 +304,1,1,16,25,7,8,369567,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,333,0,31,108,6,1,3,5.80814266204834,9 +306,1,1,18,30,16,12,551817,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,409,0,39,138,1,1,6,6.0137152671813965,36 +307,1,1,16,27,NA,12,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,865,0,37,121,1,1,5,6.762729644775391,25 +308,1,1,12,31,8,12,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,888,0,34,96,1,1,13,6.788971900939941,169 +309,1,1,12,34,NA,12,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,673,0,47,89,1,1,16,6.511745452880859,256 +312,1,1,12,33,7,NA,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,700,0,43,109,6,1,15,6.551080226898193,225 +313,1,1,18,33,16,16,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,250,0,44,133,6,1,9,5.521461009979248,81 +314,1,1,11,27,11,9,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,625,0,32,84,6,1,10,6.437751770019531,100 +315,1,1,13,31,8,12,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,417,0,37,NA,4,1,12,6.03308629989624,144 +316,1,1,13,28,8,12,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,576,0,51,98,1,1,9,6.356107711791992,81 +317,1,1,12,26,12,9,104596,1,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,613,0,27,85,6,1,8,6.418365001678467,64 +318,1,1,12,31,11,9,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,700,0,NA,105,1,1,13,6.551080226898193,169 +320,1,1,12,24,11,9,369567,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,450,0,20,93,6,1,6,6.10924768447876,36 +322,1,1,16,28,NA,12,380166,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,500,0,38,115,1,1,6,6.214608192443848,36 +323,1,1,12,25,12,NA,369567,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,514,0,36,NA,1,1,7,6.242223262786865,49 +324,1,1,16,25,12,12,369567,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,250,0,45,146,6,1,3,5.521461009979248,9 +325,1,1,12,24,12,12,369567,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,315,0,32,NA,6,1,6,5.752572536468506,36 +326,1,1,12,29,9,12,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,375,0,32,82,1,1,11,5.926926136016846,121 +330,1,1,15,34,NA,12,408301,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,457,0,45,120,1,1,13,6.124683380126953,169 +331,1,1,12,27,NA,NA,104596,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,275,0,26,NA,6,0,9,5.616771221160889,81 +332,1,1,12,28,NA,12,92929,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,951,0,38,122,1,1,10,6.857513904571533,100 +333,1,1,16,32,8,9,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1115,0,49,NA,1,1,10,7.0166096687316895,100 +335,1,1,16,25,12,14,369567,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,289,1,31,128,6,1,3,5.666426658630371,9 +336,1,1,16,25,NA,NA,369567,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,500,0,34,110,1,1,3,6.214608192443848,9 +339,1,1,18,32,16,12,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,726,0,46,114,1,1,8,6.587550163269043,64 +340,1,1,18,29,18,12,480445,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1265,0,48,117,1,1,5,7.14282751083374,25 +341,1,1,17,26,18,18,104596,1,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,613,0,40,109,6,1,3,6.418365001678467,9 +345,0,1,12,28,10,11,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,545,0,35,91,6,0,10,6.300786018371582,100 +346,0,1,13,28,12,8,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,278,1,32,107,1,1,9,5.627621173858643,81 +348,0,1,18,34,16,12,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1442,0,55,114,1,1,10,7.273786544799805,100 +349,0,1,16,27,16,12,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,995,0,40,126,1,1,5,6.902742862701416,25 +350,0,1,12,29,11,11,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,700,0,45,82,1,1,11,6.551080226898193,121 +352,0,1,16,28,9,12,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,577,0,45,119,1,1,6,6.357842445373535,36 +353,0,1,16,31,6,12,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,858,0,37,104,1,1,9,6.754603862762451,81 +355,0,1,12,28,12,NA,380166,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,686,0,35,97,1,1,10,6.530877590179443,100 +356,0,1,15,31,11,NA,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,832,0,49,115,1,1,10,6.723832607269287,100 +358,1,1,13,33,13,8,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,633,1,45,83,1,1,14,6.450470447540283,196 +359,1,1,12,32,12,12,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,689,0,45,97,1,1,14,6.53524112701416,196 +360,1,1,14,30,8,8,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,769,0,43,119,1,1,10,6.6450910568237305,100 +363,1,1,15,27,12,14,367772,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,385,0,27,105,6,1,6,5.953243255615234,36 +364,1,1,12,24,12,14,357519,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,450,1,29,NA,6,1,6,6.10924768447876,36 +366,1,1,12,27,10,12,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,615,0,41,114,1,1,9,6.421622276306152,81 +367,1,1,12,34,NA,8,408301,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,682,0,47,93,1,1,16,6.52502965927124,256 +368,1,1,10,32,NA,NA,367470,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,670,0,28,73,5,1,16,6.507277488708496,256 +370,1,1,11,33,8,8,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,800,0,48,96,1,1,16,6.684611797332764,256 +372,1,1,14,34,8,8,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,505,0,48,NA,1,1,14,6.224558353424072,196 +374,1,1,18,30,12,16,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1026,0,48,117,5,1,6,6.933423042297363,36 +375,1,1,15,25,16,12,357519,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,769,0,30,113,6,1,4,6.6450910568237305,16 +377,1,1,10,32,10,14,408301,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,290,0,38,106,1,1,16,5.6698808670043945,256 +378,1,1,13,28,NA,8,422407,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,529,0,37,104,1,1,9,6.270988464355469,81 +379,1,1,16,29,12,12,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1154,0,NA,NA,1,1,7,7.050989627838135,49 +380,1,1,10,29,12,NA,496635,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,549,0,39,80,1,1,13,6.308098316192627,169 +381,1,1,12,26,8,12,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,475,0,30,104,1,1,8,6.1633148193359375,64 +382,1,1,12,26,12,12,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,450,0,36,102,1,1,8,6.10924768447876,64 +383,1,1,17,27,10,NA,380166,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,875,0,43,114,6,1,4,6.774223804473877,16 +384,1,1,15,25,10,NA,369567,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,200,1,33,93,6,1,4,5.2983174324035645,16 +385,1,1,13,26,16,16,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,300,0,36,122,6,1,7,5.703782558441162,49 +386,1,1,16,25,16,NA,357519,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,462,0,28,117,6,1,3,6.135564804077148,9 +387,1,1,12,30,13,12,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,385,0,38,96,1,1,12,5.953243255615234,144 +388,1,1,15,32,16,16,355491,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1282,0,51,95,1,1,11,7.156176567077637,121 +390,1,1,16,25,12,12,357519,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,588,0,29,117,6,1,3,6.376727104187012,9 +391,1,1,12,27,17,16,408636,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,600,0,24,105,6,1,9,6.396929740905762,81 +393,1,1,16,30,6,NA,121400,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,500,1,43,NA,1,0,8,6.214608192443848,64 +396,1,1,12,33,8,8,149854,1,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,440,0,18,94,1,0,15,6.086774826049805,225 +397,0,1,18,26,13,16,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,467,1,43,139,6,1,2,6.146329402923584,4 +398,0,1,17,29,14,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,929,0,41,91,1,1,6,6.834108829498291,36 +399,0,1,16,27,14,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,556,0,37,96,1,1,5,6.320768356323242,25 +400,0,1,13,24,14,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,438,0,32,114,6,0,5,6.082219123840332,25 +402,0,1,12,29,9,10,648053,0,0,1,0,1,0,0,0,0,0,0,0,0,1,1,0,1,600,0,31,54,1,0,11,6.396929740905762,121 +403,0,1,12,26,9,10,427892,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,575,0,37,69,1,0,8,6.3543701171875,64 +404,0,1,12,26,9,10,427892,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,389,0,17,67,6,0,8,5.963579177856445,64 +410,0,1,12,34,12,NA,408207,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,795,0,37,110,1,0,16,6.678342342376709,256 +411,0,1,18,27,18,16,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,471,0,41,125,1,1,3,6.154858112335205,9 +412,0,1,17,26,18,16,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,202,1,38,124,6,1,3,5.308267593383789,9 +413,0,1,17,24,18,16,410536,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,200,1,35,NA,6,1,1,5.2983174324035645,1 +415,0,1,17,24,15,17,410536,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,350,0,35,113,6,1,1,5.857933044433594,1 +416,0,1,14,24,10,12,410536,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,375,0,40,100,6,1,4,5.926926136016846,16 +419,0,1,16,25,12,9,410536,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,481,0,37,97,1,1,3,6.175867080688477,9 +420,0,1,18,31,8,8,551690,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,962,0,44,125,6,1,7,6.869014263153076,49 +421,0,1,15,27,12,12,422310,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,423,0,42,106,6,1,6,6.047372341156006,36 +423,0,1,15,27,11,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,28,101,6,1,6,6.214608192443848,36 +424,0,1,9,30,NA,11,551690,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,450,0,37,NA,1,1,15,6.10924768447876,225 +425,0,1,8,28,8,9,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,476,0,27,NA,1,0,14,6.165417671203613,196 +426,0,1,12,24,8,9,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,136,0,21,NA,6,0,6,4.912654876708984,36 +427,0,1,12,32,10,9,345723,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,575,0,39,91,1,1,14,6.3543701171875,196 +428,0,1,12,33,10,8,345723,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,577,0,28,86,1,1,15,6.357842445373535,225 +429,0,1,12,31,8,9,475820,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,310,0,32,110,1,1,13,5.736572265625,169 +430,0,1,9,30,12,12,428238,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,700,0,38,NA,1,0,15,6.551080226898193,225 +433,0,1,14,32,NA,12,453563,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1322,0,47,92,1,1,12,7.186901092529297,144 +434,0,1,10,34,12,9,408207,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,551,0,41,85,1,0,18,6.311734676361084,324 +435,0,1,17,30,8,8,551690,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,881,0,36,120,1,1,7,6.781057834625244,49 +439,0,1,12,25,7,12,410536,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,760,0,27,NA,1,1,7,6.6333184242248535,49 +441,0,1,12,32,8,11,453563,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,708,0,52,NA,1,1,14,6.56244421005249,196 +442,0,1,12,26,8,8,422310,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,425,0,24,NA,1,1,8,6.052089214324951,64 +443,0,1,12,26,NA,9,422310,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,427,0,35,107,6,1,8,6.056784152984619,64 +444,0,1,16,24,NA,9,410536,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,576,0,43,116,6,1,2,6.356107711791992,4 +446,0,1,9,32,NA,4,453563,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,400,0,34,NA,4,1,17,5.991464614868164,289 +449,0,1,12,31,8,5,551690,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,500,0,30,NA,1,0,13,6.214608192443848,169 +450,0,1,12,28,8,5,422310,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,531,0,29,NA,1,0,10,6.274762153625488,100 +453,0,1,16,28,12,12,422310,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,673,1,43,121,1,1,6,6.511745452880859,36 +454,0,1,16,27,12,12,422310,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,577,0,41,112,6,1,5,6.357842445373535,25 +458,0,1,16,24,16,12,410536,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,325,0,39,NA,6,1,2,5.783825397491455,4 +461,0,1,11,29,7,11,428238,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,40,NA,1,1,12,6.214608192443848,144 +462,0,1,12,25,7,11,318670,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,770,0,43,100,1,1,7,6.646390438079834,49 +464,0,1,12,26,7,12,327808,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,500,0,37,112,1,0,8,6.214608192443848,64 +467,0,1,16,28,14,12,327808,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,391,0,41,108,1,1,6,5.96870756149292,36 +468,0,1,12,34,12,10,352069,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,810,0,42,90,1,1,16,6.6970343589782715,256 +469,1,1,9,34,12,NA,166467,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,543,0,39,86,1,1,19,6.297109127044678,361 +473,1,1,9,34,12,12,196733,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,593,0,37,NA,5,1,19,6.385194301605225,361 +474,1,1,17,25,12,12,100353,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,864,0,40,127,6,1,2,6.76157283782959,4 +475,1,1,10,28,NA,8,116191,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,700,0,32,86,1,1,12,6.551080226898193,144 +477,1,1,12,25,12,12,410536,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,510,0,27,113,1,1,7,6.234410762786865,49 +479,1,1,13,34,9,12,316862,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,615,0,51,111,4,1,15,6.421622276306152,225 +481,1,1,14,29,9,8,428238,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,761,0,41,113,1,0,9,6.634633541107178,81 +484,1,1,10,31,NA,NA,551817,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,493,0,32,81,1,1,15,6.200509071350098,225 +485,1,1,16,24,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,445,0,34,111,1,1,2,6.098074436187744,4 +486,1,1,12,25,8,9,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,425,0,20,NA,1,1,7,6.052089214324951,49 +487,1,1,16,24,12,12,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,750,1,24,112,6,1,2,6.620073318481445,4 +488,1,1,16,24,12,12,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,700,0,30,114,1,1,2,6.551080226898193,4 +489,1,1,12,24,9,9,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,438,0,33,NA,1,1,6,6.082219123840332,36 +490,1,1,12,29,12,12,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,608,0,30,111,1,1,11,6.41017484664917,121 +491,1,1,13,24,7,8,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,450,0,32,106,1,0,5,6.10924768447876,25 +492,1,1,3,26,4,0,422407,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,313,0,6,NA,1,0,17,5.746203422546387,289 +494,1,1,7,33,6,5,177101,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,250,0,NA,NA,1,0,20,5.521461009979248,400 +496,1,1,14,33,12,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,26,79,1,0,13,6.214608192443848,169 +497,0,0,12,26,11,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,365,0,28,98,6,1,8,5.899897575378418,64 +499,0,0,12,26,10,12,364232,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,813,0,28,105,1,1,8,6.70073127746582,64 +500,0,0,12,25,10,12,354077,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,326,0,33,NA,4,1,7,5.7868971824646,49 +501,0,0,12,29,NA,10,428238,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,524,0,29,105,1,0,11,6.261491775512695,121 +502,0,0,13,28,9,12,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,815,0,44,118,1,1,9,6.703187942504883,81 +504,0,0,12,28,11,12,327808,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,750,0,35,100,1,1,10,6.620073318481445,100 +505,0,0,17,24,9,10,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,525,0,36,NA,1,1,1,6.263398170471191,1 +506,0,0,12,32,8,12,316862,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1125,0,38,90,1,1,14,7.025538444519043,196 +508,0,0,12,28,8,9,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,34,95,6,1,10,6.437751770019531,100 +509,0,0,14,25,12,12,354077,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,715,0,24,112,1,1,5,6.572282314300537,25 +510,0,0,12,31,8,12,428238,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,591,0,32,96,1,1,13,6.3818159103393555,169 +512,0,0,17,27,12,12,321899,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,404,1,37,127,6,1,4,6.001414775848389,16 +514,0,1,12,28,10,12,422310,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,675,0,39,120,1,1,10,6.514712810516357,100 +515,0,1,12,25,10,12,410536,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,444,0,41,123,6,1,7,6.095824718475342,49 +516,0,1,12,24,10,12,410536,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,488,0,34,NA,1,1,6,6.190315246582031,36 +517,0,1,9,34,10,6,408207,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,695,0,42,NA,1,1,19,6.543911933898926,361 +518,0,1,12,25,10,12,410536,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,700,1,25,98,1,0,7,6.551080226898193,49 +519,0,1,12,24,7,10,410536,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,325,0,24,NA,1,0,6,5.783825397491455,36 +520,0,1,9,25,12,11,410536,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,556,0,30,NA,1,1,10,6.320768356323242,100 +522,1,1,12,26,8,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,325,0,25,114,6,1,8,5.783825397491455,64 +523,1,1,13,26,15,16,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,668,0,32,103,1,1,7,6.504288196563721,49 +524,1,1,18,31,18,16,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,2404,0,40,121,1,1,7,7.784889221191406,49 +525,1,1,16,25,12,14,410630,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,758,1,38,117,6,0,3,6.630683422088623,9 +526,1,1,16,34,12,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,986,0,44,90,1,1,12,6.893656253814697,144 +527,1,1,12,25,12,12,410630,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,577,0,32,125,1,1,7,6.357842445373535,49 +529,1,1,17,29,12,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,286,0,39,104,1,1,6,5.655992031097412,36 +531,1,1,14,28,18,16,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,231,0,40,106,6,1,8,5.442417621612549,64 +532,1,1,12,25,7,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,513,0,33,NA,1,1,7,6.240275859832764,49 +533,1,1,15,28,9,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,615,0,36,122,4,1,7,6.421622276306152,49 +534,1,1,15,25,9,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,700,0,43,120,1,1,4,6.551080226898193,16 +537,1,1,18,33,12,7,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,714,0,41,112,1,1,9,6.570882797241211,81 +539,1,1,9,30,8,8,121400,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,701,0,31,NA,1,0,15,6.5525078773498535,225 +540,1,1,12,24,7,9,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,462,0,29,NA,1,1,6,6.135564804077148,36 +542,1,1,18,28,8,9,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,868,0,34,109,6,1,4,6.766191482543945,16 +544,1,1,16,29,9,10,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,917,0,46,128,6,1,7,6.821107387542725,49 +545,1,1,12,27,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1065,0,35,97,1,1,9,6.970730304718018,81 +546,0,1,12,29,12,12,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,400,0,35,96,4,1,11,5.991464614868164,121 +547,0,1,12,27,12,12,367772,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,640,0,41,103,1,1,9,6.46146821975708,81 +548,0,1,13,24,8,8,357519,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,285,0,16,NA,6,0,5,5.652489185333252,25 +551,0,1,17,27,12,12,367772,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,641,1,38,127,6,1,4,6.463029384613037,16 +561,1,1,13,32,NA,4,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,389,0,21,NA,1,0,13,5.963579177856445,169 +562,1,1,12,25,12,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1010,0,29,NA,1,1,7,6.917705535888672,49 +564,1,1,12,24,8,12,90339,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,817,0,44,97,1,1,6,6.705638885498047,36 +565,1,1,17,27,10,9,92929,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,975,0,43,120,1,1,4,6.882437705993652,16 +567,1,1,12,29,6,7,158413,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,750,0,21,78,4,1,11,6.620073318481445,121 +570,1,1,15,24,7,8,90339,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,463,0,46,118,1,1,3,6.1377272605896,9 +571,1,1,12,28,12,NA,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1387,0,NA,NA,1,1,10,7.234898567199707,100 +572,1,1,12,25,12,NA,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,577,0,41,NA,6,1,7,6.357842445373535,49 +575,1,1,12,27,11,9,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,401,0,27,89,6,1,9,5.993961334228516,81 +576,1,1,10,26,11,9,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,320,0,24,NA,1,1,10,5.7683210372924805,100 +581,1,1,12,27,14,12,422407,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,514,0,36,NA,1,1,9,6.242223262786865,81 +582,1,1,11,25,14,12,410630,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,208,0,NA,NA,6,1,8,5.337538242340088,64 +583,1,1,17,27,8,6,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1192,1,50,122,1,1,4,7.083387851715088,16 +584,1,1,14,26,7,6,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,33,98,6,0,6,6.437751770019531,36 +585,1,1,17,34,7,7,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,481,0,44,NA,1,0,11,6.175867080688477,121 +588,1,1,13,27,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,714,1,18,101,1,1,8,6.570882797241211,64 +590,1,1,11,27,1,4,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,30,NA,1,1,10,6.437751770019531,100 +591,1,1,12,30,NA,7,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,553,0,39,112,1,1,12,6.3153581619262695,144 +592,1,1,12,34,5,2,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,579,0,32,88,1,1,16,6.361302375793457,256 +593,1,1,18,28,12,16,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,841,0,52,NA,6,0,4,6.734591484069824,16 +594,1,1,18,33,12,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1923,0,48,136,1,1,9,7.561641693115234,81 +598,1,1,16,26,13,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,806,0,50,124,1,1,4,6.692083835601807,16 +601,1,1,12,29,NA,6,158413,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,344,0,31,96,1,0,11,5.840641498565674,121 +605,1,1,12,32,11,14,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,962,0,39,97,1,1,14,6.869014263153076,196 +612,1,1,12,32,10,10,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,600,0,40,NA,1,1,14,6.396929740905762,196 +615,1,1,18,34,12,10,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,837,0,49,107,1,1,10,6.729824066162109,100 +616,1,1,16,24,NA,NA,410630,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,41,NA,6,1,2,6.437751770019531,4 +617,1,1,16,28,NA,NA,422407,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,563,0,41,111,1,1,6,6.333279609680176,36 +618,1,1,16,28,10,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1410,0,43,102,1,1,6,7.251345157623291,36 +619,1,1,12,25,NA,12,90339,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,480,0,30,115,1,1,7,6.173786163330078,49 +621,1,1,12,24,7,8,90339,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,600,1,32,94,6,1,6,6.396929740905762,36 +623,1,1,9,28,NA,0,92929,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,300,0,30,NA,1,0,13,5.703782558441162,169 +624,1,1,9,25,NA,0,90339,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,505,0,20,NA,1,0,10,6.224558353424072,100 +626,1,1,14,25,7,12,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,417,0,31,92,6,1,5,6.03308629989624,25 +627,1,1,12,24,7,12,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,300,0,27,NA,1,1,6,5.703782558441162,36 +628,1,1,18,27,14,14,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,865,0,37,NA,6,1,3,6.762729644775391,9 +629,1,1,16,25,16,13,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,300,0,33,116,6,1,3,5.703782558441162,9 +635,1,1,12,32,9,6,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,721,0,41,101,1,1,14,6.580639362335205,196 +640,1,1,12,34,8,NA,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,856,0,32,99,1,1,16,6.752270221710205,256 +641,1,1,10,30,10,7,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,738,0,42,106,1,1,14,6.603943824768066,196 +644,1,1,17,31,15,12,648053,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,1058,0,40,NA,1,1,8,6.964135646820068,64 +647,1,1,12,32,6,8,681157,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,529,0,25,NA,6,0,14,6.270988464355469,196 +648,1,1,11,34,6,NA,367470,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,572,0,30,122,1,1,17,6.349139213562012,289 +649,1,1,12,32,NA,9,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,805,0,32,88,1,1,14,6.690842151641846,196 +651,1,1,10,30,6,8,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,400,0,28,59,6,1,14,5.991464614868164,196 +652,1,1,18,29,12,16,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,962,0,48,126,1,1,5,6.869014263153076,25 +653,1,1,18,27,13,16,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,817,0,40,126,6,1,3,6.705638885498047,9 +654,1,1,13,28,14,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,740,0,47,NA,1,1,9,6.606650352478027,81 +655,1,1,18,30,12,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,721,0,54,105,1,1,6,6.580639362335205,36 +658,1,1,18,24,16,16,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,913,0,29,123,6,1,0,6.816735744476318,0 +662,1,1,17,27,8,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,379,0,30,119,6,1,4,5.937536239624023,16 +663,1,1,14,26,8,12,380166,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,350,0,35,108,6,1,6,5.857933044433594,36 +667,1,1,11,33,8,8,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,694,0,36,93,6,1,16,6.542471885681152,256 +669,1,1,12,32,NA,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,1014,0,38,82,4,1,14,6.921658039093018,196 +671,1,1,18,34,16,16,613041,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1136,0,49,123,1,1,10,7.035268783569336,100 +673,1,1,18,30,16,16,648053,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1709,0,45,134,1,1,6,7.443663597106934,36 +675,1,1,12,26,12,8,109826,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,529,0,29,84,1,1,8,6.270988464355469,64 +676,1,1,17,32,12,16,149854,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,673,0,38,101,6,1,9,6.511745452880859,81 +677,1,1,17,28,16,13,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1010,1,45,125,4,1,5,6.917705535888672,25 +679,1,1,18,28,17,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,846,0,43,117,1,1,4,6.7405195236206055,16 +680,1,1,11,27,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,710,0,36,98,1,1,10,6.56526517868042,100 +681,1,1,16,26,12,13,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,820,0,41,118,1,1,4,6.709304332733154,16 +682,1,1,12,24,12,13,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,447,0,NA,NA,6,1,6,6.102558612823486,36 +685,1,1,15,25,9,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,26,129,1,1,4,6.214608192443848,16 +686,1,1,16,31,12,12,551817,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1049,0,44,96,1,1,9,6.955592632293701,81 +687,1,1,18,29,16,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1202,0,40,124,1,1,5,7.091742038726807,25 +689,1,1,12,33,8,NA,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,690,0,27,NA,1,1,15,6.536691665649414,225 +692,1,1,16,28,8,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,648,0,42,122,1,1,6,6.473890781402588,36 +695,1,1,13,30,12,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,875,0,37,85,1,1,11,6.774223804473877,121 +703,1,1,17,25,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,548,1,39,112,1,1,2,6.306275367736816,4 +704,1,1,7,28,8,9,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,600,0,30,NA,1,0,15,6.396929740905762,225 +705,1,1,15,34,12,8,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,2244,0,45,111,1,1,13,7.716015338897705,169 +706,1,1,12,31,12,8,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1442,0,42,90,1,1,13,7.273786544799805,169 +708,1,1,12,34,NA,NA,149854,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,320,0,38,NA,1,1,16,5.7683210372924805,256 +709,1,1,18,33,10,16,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1262,0,43,101,1,1,9,7.140452861785889,81 +710,1,1,12,24,11,9,369567,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,600,0,18,100,1,1,6,6.396929740905762,36 +711,1,1,11,26,NA,10,475436,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,300,0,25,95,6,0,9,5.703782558441162,81 +714,1,1,16,24,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,538,0,44,120,6,1,2,6.287858486175537,4 +715,1,1,12,33,11,NA,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,744,0,44,NA,1,1,15,6.612040996551514,225 +717,1,1,12,33,NA,12,367470,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,846,1,36,101,1,1,15,6.7405195236206055,225 +719,1,1,16,29,12,12,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,813,0,44,NA,1,1,7,6.70073127746582,49 +721,1,1,12,28,NA,8,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1000,0,34,90,1,0,10,6.907755374908447,100 +727,1,1,16,26,12,15,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,561,0,34,122,1,1,4,6.329720973968506,16 +729,1,1,18,26,18,18,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,285,0,41,140,6,1,2,5.652489185333252,4 +732,1,1,16,27,16,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,437,0,37,106,1,1,5,6.079933166503906,25 +733,1,1,13,25,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,325,0,27,93,6,0,6,5.783825397491455,36 +734,1,1,16,28,10,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,580,0,30,119,1,1,6,6.363028049468994,36 +735,1,1,16,26,12,12,104596,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,588,0,33,95,4,1,4,6.376727104187012,16 +742,1,1,18,29,14,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,801,0,44,115,1,1,5,6.685861110687256,25 +747,1,1,14,25,8,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,312,0,32,119,6,1,5,5.7430033683776855,25 +749,1,1,12,29,4,11,158413,0,0,1,0,1,0,0,0,0,0,0,0,0,1,1,0,1,250,0,19,67,6,0,11,5.521461009979248,121 +750,1,1,15,27,4,11,104596,0,0,1,0,1,0,0,0,0,0,0,0,0,1,1,0,1,500,0,34,97,5,0,6,6.214608192443848,36 +751,1,1,12,33,NA,12,149854,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,750,0,28,111,1,1,15,6.620073318481445,225 +752,1,1,13,31,11,11,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,343,1,41,101,1,1,12,5.837730407714844,144 +753,1,1,15,28,11,11,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,250,0,32,112,4,NA,7,5.521461009979248,49 +754,1,1,16,24,12,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,700,1,26,107,1,1,2,6.551080226898193,4 +756,1,1,12,25,8,8,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,400,0,22,93,6,0,7,5.991464614868164,49 +757,1,1,17,27,14,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,555,0,37,122,1,1,4,6.318968296051025,16 +758,1,1,15,28,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,699,0,38,106,1,1,7,6.5496506690979,49 +759,1,1,14,24,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1923,0,31,NA,1,1,4,7.561641693115234,16 +762,1,1,18,32,NA,10,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1216,0,49,127,6,1,8,7.1033220291137695,64 +763,1,1,16,29,12,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,615,0,35,113,1,1,7,6.421622276306152,49 +764,1,1,14,25,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,745,0,36,115,6,1,5,6.613384246826172,25 +765,1,1,16,24,18,14,410630,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,458,0,37,NA,6,1,2,6.126869201660156,4 +767,1,1,18,25,16,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,647,0,45,118,6,1,1,6.472346305847168,1 +768,1,1,12,25,8,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,745,0,37,106,1,1,7,6.613384246826172,49 +770,1,1,16,25,17,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,815,0,40,118,1,1,3,6.703187942504883,9 +772,1,1,16,31,13,10,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,865,0,46,126,1,1,9,6.762729644775391,81 +773,1,1,12,28,7,8,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,542,0,40,95,1,1,10,6.295266151428223,100 +774,1,1,13,27,18,12,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,365,0,35,107,1,1,8,5.899897575378418,64 +775,1,1,10,24,18,12,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,417,0,32,100,1,1,8,6.03308629989624,64 +776,1,1,16,27,NA,12,735544,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,657,0,40,102,6,1,5,6.48768424987793,25 +777,1,1,15,26,NA,12,735544,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,529,0,43,113,6,1,5,6.270988464355469,25 +778,1,1,17,29,8,12,960890,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,851,0,46,96,1,1,6,6.74641227722168,36 +779,1,1,12,25,12,9,715038,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,663,0,32,106,1,1,7,6.496775150299072,49 +781,1,1,16,24,12,12,715038,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,529,1,33,NA,1,1,2,6.270988464355469,4 +784,1,1,18,28,9,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,889,0,47,111,1,0,4,6.790097236633301,16 +785,1,1,17,28,NA,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,865,1,43,113,1,1,5,6.762729644775391,25 +786,1,1,18,26,18,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,231,0,46,138,1,1,2,5.442417621612549,4 +791,1,1,12,32,10,9,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,802,0,NA,110,1,1,14,6.687108516693115,196 +792,1,1,13,27,12,12,380166,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,533,1,50,105,1,1,8,6.278521537780762,64 +798,1,1,15,25,12,14,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,775,0,29,85,1,1,4,6.652863025665283,16 +799,1,1,14,24,12,14,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,476,1,26,NA,6,1,4,6.165417671203613,16 +800,1,1,16,33,16,NA,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,865,0,46,113,1,1,11,6.762729644775391,121 +801,1,1,16,28,10,12,422407,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1014,0,51,117,1,1,6,6.921658039093018,36 +802,1,1,18,32,16,16,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,641,0,56,126,1,1,8,6.463029384613037,64 +803,1,1,16,24,10,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,333,0,34,125,1,1,2,5.80814266204834,4 +804,1,1,11,34,8,9,149854,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,556,0,18,NA,1,NA,17,6.320768356323242,289 +805,1,1,18,26,8,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,528,0,37,125,5,1,2,6.269096374511719,4 +807,1,1,12,26,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,635,1,32,NA,1,1,8,6.453625202178955,64 +809,1,1,11,27,3,NA,123613,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1,500,0,37,NA,1,0,10,6.214608192443848,100 +810,1,1,16,34,NA,12,149854,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,1154,1,49,89,1,1,12,7.050989627838135,144 +813,1,1,18,26,NA,NA,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,855,0,40,NA,1,1,2,6.751101493835449,4 +814,1,1,12,28,16,12,422407,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,479,0,38,NA,1,1,10,6.171700477600098,100 +815,1,1,18,25,12,11,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,817,0,31,125,1,1,1,6.705638885498047,1 +816,1,1,18,29,18,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,692,0,47,129,1,1,5,6.539586067199707,25 +817,1,1,16,33,12,8,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,989,0,47,118,1,1,11,6.896694183349609,121 +818,1,1,16,31,NA,12,551817,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,447,1,34,114,1,1,9,6.102558612823486,81 +819,1,1,18,34,16,12,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1002,0,40,121,1,1,10,6.909753322601318,100 +820,1,1,18,34,12,12,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1241,0,51,115,5,1,10,7.123672962188721,100 +821,1,1,14,32,NA,12,408301,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,921,0,44,120,1,1,12,6.825459957122803,144 +822,1,1,12,28,7,8,92929,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,571,0,37,85,6,NA,10,6.347389221191406,100 +824,1,1,12,31,6,11,121400,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,525,0,43,109,1,1,13,6.263398170471191,169 +827,1,1,12,28,8,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1154,0,42,117,1,1,10,7.050989627838135,100 +832,1,1,12,24,5,10,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,480,0,31,NA,1,0,6,6.173786163330078,36 +836,1,1,11,24,NA,10,369567,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,839,0,29,NA,1,1,7,6.732210636138916,49 +838,1,1,14,33,10,10,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1402,0,42,NA,1,1,13,7.245655059814453,169 +840,1,1,13,27,NA,NA,427892,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,400,0,21,NA,6,1,8,5.991464614868164,64 +841,1,1,12,33,12,8,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,710,0,43,NA,6,1,15,6.56526517868042,225 +845,1,1,14,24,10,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,635,0,29,104,1,1,4,6.453625202178955,16 +846,1,1,13,26,11,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,388,0,28,109,6,1,7,5.961005210876465,49 +847,1,1,12,26,8,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,688,0,28,105,1,1,8,6.533788681030273,64 +850,1,1,12,34,NA,NA,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,630,0,36,85,1,1,16,6.4457197189331055,256 +851,0,1,15,34,12,8,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1044,0,38,115,6,1,13,6.950814723968506,169 +857,0,1,12,24,NA,12,369567,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,577,0,41,NA,1,1,6,6.357842445373535,36 +862,0,1,12,25,NA,12,369567,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,38,89,6,1,7,6.214608192443848,49 +863,1,1,12,34,NA,12,367470,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,781,0,50,85,1,0,16,6.660574913024902,256 +864,1,1,13,26,12,11,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,577,0,34,102,1,1,7,6.357842445373535,49 +865,1,1,13,25,12,11,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,525,1,39,109,5,1,6,6.263398170471191,36 +867,1,1,17,28,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,385,1,39,107,1,1,5,5.953243255615234,25 +870,0,1,12,29,8,NA,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,35,NA,1,NA,11,6.437751770019531,121 +871,0,1,16,28,11,11,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,1,32,103,1,1,6,6.437751770019531,36 +872,0,1,13,26,10,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,475,1,34,83,1,1,7,6.1633148193359375,49 +875,0,1,14,25,12,12,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,659,1,32,112,1,1,5,6.490723609924316,25 +876,0,1,16,24,12,12,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,425,0,30,NA,6,1,2,6.052089214324951,4 +878,0,1,14,25,10,11,410630,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,524,0,32,106,1,1,5,6.261491775512695,25 +879,0,0,12,26,10,10,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,30,101,1,0,8,6.437751770019531,64 +880,0,0,16,31,9,12,551690,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1010,0,47,105,1,1,9,6.917705535888672,81 +881,0,0,12,26,9,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,601,0,40,116,1,1,8,6.398594856262207,64 +882,0,0,12,27,NA,11,422310,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,808,0,22,NA,1,0,9,6.694561958312988,81 +883,0,0,12,28,7,7,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,426,0,22,90,1,1,10,6.054439544677734,100 +885,0,0,12,30,5,11,551690,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1060,0,28,91,1,1,12,6.966024398803711,144 +886,0,0,12,26,5,11,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,414,0,41,128,1,1,8,6.0258660316467285,64 +887,0,0,12,30,NA,7,551690,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,492,0,34,110,1,1,12,6.198478698730469,144 +888,0,0,12,27,NA,7,422310,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,325,0,28,93,1,1,9,5.783825397491455,81 +889,0,0,12,28,12,7,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,275,0,33,75,4,1,10,5.616771221160889,100 +891,0,0,12,25,8,12,410536,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,291,0,17,94,6,1,7,5.673323154449463,49 +892,0,0,18,31,16,NA,551690,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,731,0,39,NA,1,1,7,6.5944132804870605,49 +893,0,0,14,26,12,12,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,488,0,38,112,1,1,6,6.190315246582031,36 +894,0,0,14,24,12,12,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,337,0,32,121,6,1,4,5.820083141326904,16 +895,0,0,12,27,12,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,725,0,33,100,1,1,9,6.586171627044678,81 +897,0,0,13,25,12,12,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,440,0,27,109,1,1,6,6.086774826049805,36 +899,0,0,16,27,8,8,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,641,0,38,122,1,0,5,6.463029384613037,25 +900,0,0,12,28,8,11,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,375,0,26,102,6,0,10,5.926926136016846,100 +901,0,0,12,25,NA,NA,456151,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,481,0,34,131,1,1,7,6.175867080688477,49 +902,0,0,14,29,10,8,551690,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,925,0,38,122,1,0,9,6.829793930053711,81 +904,0,0,12,26,12,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,514,0,NA,NA,4,1,8,6.242223262786865,64 +905,0,0,12,33,10,10,453563,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1065,0,38,105,1,0,15,6.970730304718018,225 +908,0,0,12,28,NA,10,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,638,0,36,103,1,1,10,6.458338260650635,100 +909,0,0,12,32,9,9,316862,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,739,0,37,113,1,1,14,6.605298042297363,196 +910,0,0,12,26,12,8,327808,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,493,0,34,104,1,0,8,6.200509071350098,64 +911,0,0,10,24,12,9,318670,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,1,1,650,0,26,NA,1,0,8,6.476972579956055,64 +912,0,0,7,31,5,8,428238,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,308,0,33,NA,4,0,18,5.730099678039551,324 +913,0,0,16,30,11,9,551690,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,629,0,43,124,1,1,8,6.444131374359131,64 +914,0,0,13,28,8,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,409,0,31,110,1,1,9,6.0137152671813965,81 +915,0,0,18,33,NA,NA,408207,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,600,0,39,112,6,1,9,6.396929740905762,81 +916,0,0,12,28,11,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,745,0,34,104,1,1,10,6.613384246826172,100 +917,0,0,17,31,NA,NA,551690,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,625,1,37,96,1,1,8,6.437751770019531,64 +919,0,0,12,29,12,12,475820,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,549,0,37,95,1,1,11,6.308098316192627,121 +920,0,0,15,24,12,12,354077,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,326,1,32,95,6,1,3,5.7868971824646,9 +921,0,0,9,26,7,NA,327808,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,258,0,20,NA,1,1,11,5.552959442138672,121 +924,0,1,12,26,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,875,0,40,103,1,1,8,6.774223804473877,64 +925,0,1,12,25,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,639,0,48,116,1,1,7,6.459904670715332,49 +927,0,1,11,33,7,7,316862,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,667,0,37,NA,1,1,16,6.5027899742126465,256 +928,0,1,14,29,12,12,428238,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,504,0,45,95,1,1,9,6.222576141357422,81 +929,0,1,17,25,12,12,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,313,1,38,101,6,1,2,5.746203422546387,4 +931,0,1,18,27,NA,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1010,0,44,NA,1,1,3,6.917705535888672,9 +932,0,1,10,33,8,9,408207,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,34,NA,1,1,17,6.907755374908447,289 +933,0,1,16,28,NA,18,422310,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,721,0,39,120,1,1,6,6.580639362335205,36 +935,0,1,12,27,8,8,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,785,0,39,102,1,0,9,6.665683746337891,81 +936,0,1,12,34,8,12,77455,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,546,0,39,105,1,1,16,6.302618980407715,256 +938,0,1,12,25,8,8,77897,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,828,0,28,103,4,1,7,6.719013214111328,49 +939,0,1,12,25,10,10,77897,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,159,0,30,94,1,1,7,5.068904399871826,49 +940,0,1,10,27,10,6,94700,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,700,0,22,NA,1,0,11,6.551080226898193,121 +941,0,1,13,28,10,12,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,721,0,36,102,1,0,9,6.580639362335205,81 +942,0,1,12,24,10,12,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,304,0,14,NA,1,1,6,5.71702766418457,36 +944,0,1,16,25,12,16,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,553,0,31,112,6,1,3,6.3153581619262695,9 +945,0,1,14,26,7,6,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,542,0,35,101,1,1,6,6.295266151428223,36 +947,0,1,16,24,12,12,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,509,0,30,121,1,1,2,6.232448101043701,4 +948,0,1,16,24,12,12,312925,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,385,0,40,105,1,1,2,5.953243255615234,4 +949,1,0,12,32,10,8,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1442,0,42,96,1,1,14,7.273786544799805,196 +951,1,0,16,32,14,14,408301,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,879,0,45,128,1,1,10,6.77878475189209,100 +953,1,0,13,24,16,14,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1000,0,37,NA,6,1,5,6.907755374908447,25 +954,1,0,12,28,12,9,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,863,0,26,110,1,0,10,6.7604146003723145,100 +956,1,0,12,27,11,12,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,740,0,32,92,1,1,9,6.606650352478027,81 +957,1,0,12,34,NA,NA,355491,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,889,0,39,87,1,1,16,6.790097236633301,256 +958,1,0,15,29,9,10,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,458,1,34,126,1,1,8,6.126869201660156,64 +961,0,1,12,34,NA,9,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,450,0,34,98,1,1,16,6.10924768447876,256 +963,0,1,12,34,NA,NA,408301,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,700,0,39,103,1,1,16,6.551080226898193,256 +965,0,1,14,33,8,12,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,744,0,49,122,1,1,13,6.612040996551514,169 +967,0,1,16,32,12,11,408207,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,889,0,43,109,1,1,10,6.790097236633301,100 +969,0,1,18,32,12,12,408207,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,692,0,37,125,1,1,8,6.539586067199707,64 +971,0,1,18,33,12,12,316862,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,604,0,38,119,1,0,9,6.403573989868164,81 +972,0,1,18,30,NA,14,551690,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,42,97,1,1,6,6.437751770019531,36 +973,0,1,14,33,8,12,408207,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,746,0,36,103,1,1,13,6.614725589752197,169 +974,0,1,18,33,8,16,408207,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,726,0,42,95,1,1,9,6.587550163269043,81 +975,0,1,12,30,8,10,612989,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,560,0,40,99,1,1,12,6.32793664932251,144 +976,0,1,12,26,12,10,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,424,0,31,106,1,1,8,6.049733638763428,64 +977,0,1,12,26,NA,12,422310,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,400,0,33,117,1,1,8,5.991464614868164,64 +978,0,1,14,26,12,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,250,0,40,112,5,1,6,5.521461009979248,36 +979,0,1,13,26,8,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,646,0,30,136,1,1,7,6.470799446105957,49 +980,0,1,12,24,12,12,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,598,0,35,NA,1,1,6,6.393590927124023,36 +981,0,1,12,27,8,8,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1000,0,33,110,5,1,9,6.907755374908447,81 +983,1,1,12,28,12,13,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,528,0,26,111,1,1,10,6.269096374511719,100 +984,1,1,12,26,12,13,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,481,0,32,115,4,1,8,6.175867080688477,64 +985,1,1,12,33,6,12,408207,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,850,0,47,90,1,1,15,6.745236396789551,225 +986,1,1,14,30,NA,NA,428238,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,506,0,45,98,1,1,10,6.226536750793457,100 +987,1,1,12,29,8,8,428238,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,512,0,41,106,1,0,11,6.2383246421813965,121 +988,1,1,11,26,NA,9,364232,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,220,0,20,NA,6,0,9,5.393627643585205,81 +989,1,1,16,24,NA,NA,118599,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,154,1,38,NA,6,1,2,5.036952495574951,4 +990,1,1,12,31,11,12,134858,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,240,0,44,95,1,1,13,5.4806389808654785,169 +991,1,1,12,28,11,12,103231,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,557,0,43,115,1,1,10,6.322565078735352,100 +996,1,1,15,27,12,12,327808,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,40,106,6,0,6,6.214608192443848,36 +997,1,1,16,26,NA,NA,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,372,0,34,102,1,1,4,5.918893814086914,16 +998,1,1,10,25,8,8,312925,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,350,0,26,91,5,0,9,5.857933044433594,81 +999,1,1,12,26,8,8,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,584,0,26,114,1,0,8,6.369901180267334,64 +1004,1,1,13,26,10,12,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,515,0,34,92,5,1,7,6.244166851043701,49 +1006,0,0,12,29,NA,NA,428238,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,43,111,5,1,11,5.966146945953369,121 +1008,0,0,16,25,12,12,318670,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,34,111,4,1,3,5.63478946685791,9 +1009,0,0,12,33,NA,12,316862,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,690,0,38,NA,1,1,15,6.536691665649414,225 +1010,0,0,12,26,NA,12,327808,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,30,96,1,1,8,5.703782558441162,64 +1011,0,0,17,27,12,13,327808,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,635,0,36,119,1,1,4,6.453625202178955,16 +1012,0,0,13,26,12,13,327808,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,32,85,1,1,7,5.834810733795166,49 +1013,0,0,16,26,12,12,327808,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,505,0,34,98,1,1,4,6.224558353424072,16 +1014,0,0,13,24,12,12,318670,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,30,114,1,1,5,5.8749308586120605,25 +1015,0,0,12,33,NA,NA,352069,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,39,79,1,1,15,5.568344593048096,225 +1017,0,0,10,32,NA,NA,316862,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,30,NA,1,1,16,5.991464614868164,256 +1020,0,0,13,29,16,16,475820,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,42,108,1,1,10,6.606650352478027,100 +1021,0,0,12,34,8,12,316862,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,NA,NA,1,1,16,5.834810733795166,256 +1023,0,0,15,29,8,12,428238,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,39,121,6,1,8,5.620400905609131,64 +1024,0,0,9,24,10,12,318670,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,427,1,36,NA,6,1,9,6.056784152984619,81 +1026,0,0,12,25,12,NA,312925,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,40,117,1,0,7,5.476463317871094,49 +1027,0,0,13,24,12,NA,312925,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,21,NA,1,0,5,5.953243255615234,25 +1028,0,0,12,29,4,8,475820,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,32,107,1,0,11,5.857933044433594,121 +1030,0,0,12,29,NA,NA,551690,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,599,1,40,103,1,1,11,6.395261764526367,121 +1031,0,0,15,31,10,12,612989,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,750,0,45,105,1,1,10,6.620073318481445,100 +1033,0,0,16,33,12,9,316862,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,692,0,41,105,1,1,11,6.539586067199707,121 +1034,0,0,12,34,12,14,316862,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,43,88,1,1,16,4.9904327392578125,256 +1036,1,1,12,26,12,10,364232,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,280,0,34,96,1,1,8,5.63478946685791,64 +1037,1,1,18,32,NA,7,316862,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,769,0,46,105,1,1,8,6.6450910568237305,64 +1038,1,1,13,32,7,12,316862,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1010,0,41,NA,4,0,13,6.917705535888672,169 +1040,1,1,14,26,16,14,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,517,0,34,100,1,1,6,6.248043060302734,36 +1041,1,1,16,26,16,14,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,400,0,43,116,6,1,4,5.991464614868164,16 +1046,1,1,12,25,12,10,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,375,0,22,86,1,1,7,5.926926136016846,49 +1047,0,1,12,31,12,10,551690,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,27,88,1,1,13,6.390240669250488,169 +1049,0,1,7,31,NA,NA,475820,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,34,NA,1,0,18,5.857933044433594,324 +1050,0,1,11,33,NA,NA,316862,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,34,97,1,1,16,6.03308629989624,256 +1051,0,1,16,29,NA,12,428238,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,43,112,5,1,7,5.82304573059082,49 +1052,0,1,18,26,18,14,327808,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,481,0,35,125,6,1,2,6.175867080688477,4 +1053,0,1,12,28,11,11,327808,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,12,NA,1,1,10,6.214608192443848,100 +1054,0,1,12,27,NA,NA,327808,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,37,NA,4,1,9,5.720311641693115,81 +1056,0,1,10,34,9,NA,316862,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,450,0,31,84,1,1,18,6.10924768447876,324 +1058,1,1,16,29,14,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,769,0,45,117,1,1,7,6.6450910568237305,49 +1059,1,1,16,26,14,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,721,0,42,110,6,1,4,6.580639362335205,16 +1060,1,1,13,29,NA,9,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1000,0,32,104,1,1,10,6.907755374908447,100 +1062,1,1,14,30,12,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,625,0,35,101,1,1,10,6.437751770019531,100 +1063,1,1,16,26,12,11,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,817,0,33,99,1,1,4,6.705638885498047,16 +1064,1,1,12,34,8,NA,358351,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,377,0,35,87,1,1,16,5.932245254516602,256 +1067,1,1,12,33,NA,NA,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,708,0,43,101,1,0,15,6.56244421005249,225 +1068,1,1,14,24,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,411,0,31,117,1,1,4,6.0185933113098145,16 +1070,1,1,13,32,NA,NA,358351,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1339,0,41,108,1,1,13,7.199678421020508,169 +1071,1,1,12,34,NA,1,358351,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,716,0,42,NA,1,0,16,6.573680400848389,256 +1075,1,1,10,32,NA,9,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,192,0,37,86,4,1,16,5.257495403289795,256 +1076,1,1,16,32,8,NA,141996,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,797,0,43,NA,6,0,10,6.680854797363281,100 +1077,1,1,16,34,10,10,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,924,0,33,69,1,1,12,6.828711986541748,144 +1078,1,1,15,26,18,16,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,240,1,30,105,6,1,5,5.4806389808654785,25 +1079,1,1,13,25,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,625,0,39,104,1,0,6,6.437751770019531,36 +1080,1,1,8,24,7,10,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1025,0,34,NA,1,0,10,6.932447910308838,100 +1081,1,1,12,28,9,11,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1,503,0,38,109,1,1,10,6.220590114593506,100 +1089,1,1,16,28,8,8,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,462,0,39,85,1,1,6,6.135564804077148,36 +1090,1,1,16,25,9,11,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,476,0,36,114,1,1,3,6.165417671203613,9 +1091,1,1,15,26,8,13,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,500,0,33,99,4,1,5,6.214608192443848,25 +1094,1,1,12,34,NA,NA,358351,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1000,0,42,NA,1,1,16,6.907755374908447,256 +1095,1,1,13,34,NA,NA,358351,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,663,0,46,90,1,1,15,6.496775150299072,225 +1097,1,1,15,34,12,12,358351,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,707,0,46,119,1,1,13,6.561030864715576,169 +1098,1,1,16,31,NA,NA,520447,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,928,0,42,120,1,1,9,6.83303165435791,81 +1099,1,1,12,24,NA,NA,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,300,0,36,NA,1,1,6,5.703782558441162,36 +1100,1,1,15,27,18,12,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,365,0,46,112,1,1,6,5.899897575378418,36 +1101,1,1,12,30,NA,NA,468402,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,645,0,NA,97,1,1,12,6.469250202178955,144 +1104,0,1,18,25,14,12,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,462,0,30,107,1,1,1,6.135564804077148,1 +1105,0,1,18,33,8,12,358351,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1026,0,41,117,1,1,9,6.933423042297363,81 +1107,0,1,12,24,12,12,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,525,0,34,NA,1,1,6,6.263398170471191,36 +1110,0,1,18,29,16,16,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,375,0,41,125,6,1,5,5.926926136016846,25 +1111,0,1,18,34,18,16,358351,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1538,0,47,112,1,1,10,7.33823823928833,100 +1112,0,1,18,33,18,14,358351,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,923,0,46,106,5,1,9,6.827629089355469,81 +1113,0,1,13,26,8,12,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,568,0,40,104,4,1,7,6.342121601104736,49 +1114,0,1,14,25,8,12,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,600,0,23,89,6,1,5,6.396929740905762,25 +1115,0,1,15,27,17,12,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,721,0,38,116,1,1,6,6.580639362335205,36 +1116,0,1,17,24,18,12,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1116,1,46,NA,6,1,1,7.017506122589111,1 +1121,0,1,14,27,NA,8,370732,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,712,0,44,123,1,1,7,6.56807804107666,49 +1122,0,1,16,29,NA,8,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,808,0,40,118,1,1,7,6.694561958312988,49 +1124,0,1,11,27,8,12,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,925,0,31,106,1,1,10,6.829793930053711,100 +1126,0,1,9,25,NA,NA,360396,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,550,0,22,NA,4,1,10,6.309918403625488,100 +1127,0,1,12,26,NA,NA,358554,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,271,0,20,91,6,1,8,5.602118968963623,64 +1129,1,1,7,32,8,11,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,833,0,22,NA,1,1,19,6.725033760070801,361 +1130,1,1,12,30,7,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1200,0,29,103,1,1,12,7.090076923370361,144 +1131,1,1,14,33,6,8,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,581,0,40,114,1,0,13,6.364750862121582,169 +1132,1,1,17,34,12,8,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,686,0,41,105,1,1,11,6.530877590179443,121 +1133,1,1,18,32,12,8,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,1000,0,34,84,1,1,8,6.907755374908447,64 +1134,1,1,13,24,9,8,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,537,0,31,NA,6,1,5,6.2859978675842285,25 +1135,1,1,12,28,NA,11,99110,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,690,1,32,89,1,0,10,6.536691665649414,100 +1139,1,1,12,28,12,16,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,500,0,36,81,6,1,10,6.214608192443848,100 +1141,0,1,13,33,3,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,750,0,36,118,1,1,14,6.620073318481445,196 +1142,0,1,17,29,8,16,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,913,1,38,91,1,1,6,6.816735744476318,36 +1144,0,1,15,24,8,16,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,600,0,19,NA,6,1,3,6.396929740905762,9 +1145,0,1,16,24,12,12,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,577,0,29,113,6,1,2,6.357842445373535,4 +1146,0,1,12,26,8,12,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,601,0,38,121,1,1,8,6.398594856262207,64 +1147,0,1,12,31,6,12,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,577,0,36,102,1,1,13,6.357842445373535,169 +1148,0,1,12,32,NA,6,346581,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,677,0,36,104,5,1,14,6.51767110824585,196 +1150,0,1,18,27,9,10,405452,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,473,0,31,106,1,1,3,6.159095287322998,9 +1152,0,1,14,24,8,12,720791,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,350,1,39,NA,1,1,4,5.857933044433594,16 +1153,0,1,15,32,9,12,716702,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,620,1,45,108,1,1,11,6.4297194480896,121 +1154,0,1,16,24,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,378,0,41,108,6,0,2,5.93489408493042,4 +1155,0,1,16,25,16,13,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,243,0,51,121,6,1,3,5.493061542510986,9 +1156,0,1,12,26,7,12,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,750,0,NA,87,4,0,8,6.620073318481445,64 +1158,0,1,18,30,12,14,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,441,0,35,107,1,1,6,6.08904504776001,36 +1159,0,1,14,29,12,14,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,688,0,43,112,6,1,9,6.533788681030273,81 +1160,0,1,18,25,12,14,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,501,0,29,116,1,1,1,6.216606140136719,1 +1161,0,1,12,29,12,12,520447,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,400,0,36,115,6,1,11,5.991464614868164,121 +1162,0,1,12,26,12,12,398393,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,981,0,39,107,1,1,8,6.888572692871094,64 +1163,1,1,14,30,12,12,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,649,0,36,117,1,1,10,6.475432872772217,100 +1168,1,1,12,32,NA,NA,358351,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,625,0,36,110,1,1,14,6.437751770019531,196 +1169,1,1,16,28,12,11,99110,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,707,1,35,97,1,1,6,6.561030864715576,36 +1172,1,1,12,29,11,12,538123,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1043,0,42,96,4,1,11,6.949856281280518,121 +1173,1,1,12,27,8,8,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,761,0,45,NA,1,1,9,6.634633541107178,81 +1177,1,1,13,25,14,12,360396,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,524,0,28,NA,1,1,6,6.261491775512695,36 +1179,1,1,13,27,6,6,99110,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,575,0,34,91,1,1,8,6.3543701171875,64 +1180,1,1,14,26,NA,6,99110,0,1,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,865,0,31,97,6,1,6,6.762729644775391,36 +1183,1,1,12,28,12,8,99110,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,713,0,38,90,1,1,10,6.569481372833252,100 +1184,1,1,16,27,7,8,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,673,0,NA,112,1,1,5,6.511745452880859,25 +1185,1,1,12,25,7,8,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,662,0,27,97,1,1,7,6.495265483856201,49 +1186,1,1,14,29,11,8,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,543,0,45,120,1,1,9,6.297109127044678,81 +1187,1,1,13,25,12,12,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,525,1,40,109,6,1,6,6.263398170471191,36 +1188,1,1,12,28,NA,8,370732,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,640,0,36,NA,1,1,10,6.46146821975708,100 +1189,1,1,12,26,NA,8,370732,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,297,0,26,NA,6,1,8,5.693732261657715,64 +1191,1,1,8,33,NA,NA,141996,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,947,0,37,NA,5,0,19,6.853299140930176,361 +1192,1,1,12,34,8,9,141996,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,500,0,40,99,1,1,16,6.214608192443848,256 +1202,1,1,13,25,5,7,96681,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,620,0,43,NA,4,1,6,6.4297194480896,36 +1203,1,1,12,25,NA,10,96681,0,1,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,277,0,31,NA,1,NA,7,5.624017715454102,49 +1205,0,1,10,26,5,8,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,240,0,29,99,1,1,10,5.4806389808654785,100 +1206,0,1,10,25,5,8,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,240,0,34,NA,6,1,9,5.4806389808654785,81 +1207,0,1,12,33,NA,NA,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,462,0,32,85,1,1,15,6.135564804077148,225 +1209,0,1,12,27,NA,11,99110,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,404,0,32,97,6,1,9,6.001414775848389,81 +1210,0,1,12,25,NA,11,96681,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,450,0,40,95,1,1,7,6.10924768447876,49 +1213,0,1,12,24,3,2,395512,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,250,0,28,NA,6,1,6,5.521461009979248,36 +1215,0,1,11,26,NA,9,450502,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,727,0,23,NA,4,1,9,6.588926315307617,81 +1216,0,1,12,24,NA,9,439458,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,667,0,30,NA,1,1,6,6.5027899742126465,36 +1224,0,1,12,28,NA,6,117131,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,962,0,31,80,4,1,10,6.869014263153076,100 +1228,0,1,14,27,NA,8,90623,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,750,0,44,126,6,1,7,6.620073318481445,49 +1230,0,1,14,25,8,8,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,667,0,20,NA,6,1,5,6.5027899742126465,25 +1231,0,1,17,34,8,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,692,0,49,109,1,1,11,6.539586067199707,121 +1233,0,1,12,25,6,12,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,465,0,21,NA,1,1,7,6.142037391662598,49 +1235,0,1,12,30,NA,NA,150105,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,641,0,38,NA,5,1,12,6.463029384613037,144 +1236,0,1,11,29,NA,11,150105,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,710,0,22,86,1,1,12,6.56526517868042,144 +1238,0,1,13,25,NA,10,96681,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,425,0,22,NA,6,1,6,6.052089214324951,36 +1243,0,1,12,27,12,12,370732,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,833,0,46,112,1,1,9,6.725033760070801,81 +1244,0,1,12,26,12,12,370732,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,308,1,41,98,1,1,8,5.730099678039551,64 +1245,0,1,16,29,12,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,625,0,48,119,4,1,7,6.437751770019531,49 +1246,0,1,16,32,13,16,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1442,0,26,NA,1,1,10,7.273786544799805,100 +1248,0,1,16,25,12,12,400440,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,673,0,38,102,1,1,3,6.511745452880859,9 +1250,0,1,17,28,14,14,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1346,0,46,NA,1,1,5,7.204892635345459,25 +1251,0,1,17,33,12,10,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,400,0,41,128,4,1,10,5.991464614868164,100 +1252,0,1,9,34,12,NA,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,518,0,38,82,1,1,19,6.249975204467773,361 +1253,0,1,14,26,16,16,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,456,0,30,NA,1,1,6,6.122492790222168,36 +1255,0,1,17,33,12,12,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,409,0,42,113,1,1,10,6.0137152671813965,100 +1256,0,1,18,34,5,9,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,559,0,45,105,6,1,10,6.3261494636535645,100 +1258,0,1,12,24,10,9,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,230,0,32,NA,1,1,6,5.438079357147217,36 +1260,1,1,17,27,18,18,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1026,1,46,124,6,1,4,6.933423042297363,16 +1262,1,1,12,27,13,13,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1082,0,48,NA,1,1,9,6.986566543579102,81 +1263,1,1,14,24,13,13,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1202,0,39,94,1,1,4,7.091742038726807,16 +1264,1,1,17,25,NA,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,329,0,40,117,1,1,2,5.79605770111084,4 +1266,1,1,18,27,14,14,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,481,0,39,116,6,1,3,6.175867080688477,9 +1267,1,1,18,24,14,NA,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,673,0,33,NA,6,NA,0,6.511745452880859,0 +1268,1,1,17,31,12,12,538123,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1683,0,41,NA,6,1,8,7.428333282470703,64 +1269,1,1,16,34,12,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1282,0,40,112,1,1,12,7.156176567077637,144 +1272,1,1,12,24,12,14,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,577,0,23,NA,6,1,6,6.357842445373535,36 +1273,1,1,18,27,9,9,411924,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,444,0,31,105,6,1,3,6.095824718475342,9 +1275,1,1,16,28,NA,9,99110,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,481,0,34,87,6,1,6,6.175867080688477,36 +1277,1,1,12,24,16,12,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,467,0,NA,108,6,1,6,6.146329402923584,36 +1279,1,1,6,31,3,3,614067,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,668,0,40,NA,1,0,19,6.504288196563721,361 +1283,1,1,15,27,12,12,411924,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,286,0,36,89,1,1,6,5.655992031097412,36 +1284,1,1,18,33,12,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,577,0,NA,119,1,1,9,6.357842445373535,81 +1285,1,1,14,29,12,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,721,0,34,97,1,1,9,6.580639362335205,81 +1286,1,1,12,25,6,8,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,462,0,28,89,1,1,7,6.135564804077148,49 +1287,1,1,15,25,12,10,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,750,0,28,NA,1,0,4,6.620073318481445,16 +1288,1,1,12,24,6,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,200,0,39,131,6,1,6,5.2983174324035645,36 +1293,1,1,12,27,12,10,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,650,0,26,NA,1,1,9,6.476972579956055,81 +1295,1,1,18,28,12,11,370732,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,481,0,30,NA,6,1,4,6.175867080688477,16 +1298,1,1,11,24,9,NA,360396,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,600,0,38,NA,1,0,7,6.396929740905762,49 +1305,1,1,16,28,16,16,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,769,0,35,85,1,1,6,6.6450910568237305,36 +1306,1,1,17,27,16,16,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,775,1,26,132,1,1,4,6.652863025665283,16 +1307,1,1,16,24,16,16,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,641,0,28,114,1,1,2,6.463029384613037,4 +1310,1,1,14,33,14,10,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1055,0,35,98,1,1,13,6.961296081542969,169 +1311,1,1,16,31,14,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,676,0,44,110,6,1,9,6.51619291305542,81 +1312,1,1,12,28,NA,NA,370732,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,691,0,41,124,6,1,10,6.538139820098877,100 +1313,1,1,17,30,14,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,962,1,41,118,1,1,7,6.869014263153076,49 +1314,1,1,13,28,14,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,400,0,32,90,5,1,9,5.991464614868164,81 +1315,1,1,16,27,14,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,673,0,38,108,1,1,5,6.511745452880859,25 +1323,1,1,18,34,10,11,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,1442,0,42,112,1,1,10,7.273786544799805,100 +1334,1,1,18,32,16,10,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,529,0,38,100,1,1,8,6.270988464355469,64 +1336,1,1,14,27,9,11,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,700,0,21,84,1,1,7,6.551080226898193,49 +1337,1,1,8,34,NA,4,141996,0,0,1,0,0,1,0,0,0,0,0,0,0,1,1,0,1,675,0,36,NA,1,0,20,6.514712810516357,400 +1338,1,1,18,25,8,10,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,494,0,34,97,1,1,1,6.202535629272461,1 +1340,1,1,12,24,12,8,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,500,0,26,113,1,1,6,6.214608192443848,36 +1349,1,1,16,24,NA,NA,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,450,0,27,NA,6,0,2,6.10924768447876,4 +1350,1,1,13,25,NA,8,96681,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,601,0,27,NA,6,1,6,6.398594856262207,36 +1353,1,1,13,28,9,12,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,717,1,37,105,6,1,9,6.575075626373291,81 +1354,1,1,12,29,9,10,150105,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,575,0,28,88,5,1,11,6.3543701171875,121 +1355,1,1,12,25,9,10,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,350,0,33,74,1,1,7,5.857933044433594,49 +1356,1,1,12,24,9,10,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,350,0,31,NA,6,0,6,5.857933044433594,36 +1358,0,1,16,29,12,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,643,0,46,115,1,1,7,6.466144561767578,49 +1359,0,1,15,24,10,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,675,0,30,NA,1,1,3,6.514712810516357,9 +1360,0,1,15,28,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,679,0,34,91,1,1,7,6.520621299743652,49 +1361,0,1,12,27,12,9,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,534,0,34,103,4,1,9,6.280395984649658,81 +1362,0,1,16,31,12,10,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,524,0,46,102,1,1,9,6.261491775512695,81 +1363,0,1,16,28,10,10,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,667,0,38,98,6,1,6,6.5027899742126465,36 +1364,0,1,14,26,12,NA,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,370,0,35,NA,1,1,6,5.913503170013428,36 +1365,0,1,15,26,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,658,0,47,NA,6,1,5,6.4892048835754395,25 +1371,0,1,12,34,NA,NA,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,700,0,39,NA,NA,0,16,6.551080226898193,256 +1374,0,1,18,27,9,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,311,0,33,82,6,1,3,5.739792823791504,9 +1375,0,1,9,33,NA,9,358351,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,841,0,44,NA,1,1,18,6.734591484069824,324 +1377,0,1,14,31,10,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,660,0,47,112,1,1,11,6.492239952087402,121 +1379,0,1,16,31,8,9,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,692,0,41,108,1,1,9,6.539586067199707,81 +1382,0,1,15,28,NA,7,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,577,0,37,90,1,1,7,6.357842445373535,49 +1389,0,1,17,26,9,12,370732,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,705,0,32,NA,6,1,3,6.558197975158691,9 +1391,0,1,16,27,5,8,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,292,0,38,111,1,1,5,5.676753997802734,25 +1392,0,1,13,26,8,11,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,750,0,24,96,1,1,7,6.620073318481445,49 +1395,0,1,16,34,12,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1442,0,48,NA,1,0,12,7.273786544799805,144 +1396,0,1,16,33,16,16,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1202,0,48,127,1,1,11,7.091742038726807,121 +1397,0,1,15,33,NA,8,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1603,0,47,97,1,1,12,7.379631996154785,144 +1399,0,1,14,32,NA,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,769,0,50,120,4,1,12,6.6450910568237305,144 +1407,0,1,16,31,14,16,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,513,0,41,101,6,1,9,6.240275859832764,81 +1408,0,1,12,31,NA,8,484311,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,805,0,38,100,1,0,13,6.690842151641846,169 +1409,0,1,17,34,8,8,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,962,1,44,99,1,1,11,6.869014263153076,121 +1411,0,1,12,25,16,16,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,675,0,NA,104,1,1,7,6.514712810516357,49 +1413,0,1,13,24,8,8,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,398,0,NA,116,1,1,5,5.986452102661133,25 +1416,0,1,14,33,12,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,855,0,40,120,1,1,13,6.751101493835449,169 +1421,0,1,11,25,NA,9,96681,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,693,0,27,95,1,0,8,6.541029930114746,64 +1422,0,1,11,24,8,9,114259,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,641,0,27,NA,5,0,7,6.463029384613037,49 +1423,0,1,13,27,10,8,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,345,0,34,99,1,0,8,5.8435444831848145,64 +1424,0,1,12,27,NA,NA,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,561,0,24,68,5,1,9,6.329720973968506,81 +1425,0,1,12,24,9,11,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,684,0,21,NA,1,1,6,6.527957916259766,36 +1428,0,1,16,29,16,16,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,469,0,49,122,1,1,7,6.1506028175354,49 +1430,0,1,16,26,12,12,370732,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,300,0,37,106,6,1,4,5.703782558441162,16 +1431,0,1,18,25,12,9,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,673,0,37,101,1,1,1,6.511745452880859,1 +1432,0,1,16,24,12,9,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,385,0,29,NA,6,1,2,5.953243255615234,4 +1436,0,1,16,33,8,6,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,808,0,45,104,1,1,11,6.694561958312988,121 +1438,0,1,17,24,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,548,1,40,NA,6,1,1,6.306275367736816,1 +1439,0,1,16,26,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,500,0,38,NA,6,1,4,6.214608192443848,16 +1440,0,1,13,29,11,12,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,727,1,38,99,1,1,10,6.588926315307617,100 +1441,0,1,16,28,11,12,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,524,0,29,NA,1,1,6,6.261491775512695,36 +1445,0,1,15,24,2,8,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,450,0,36,NA,6,1,3,6.10924768447876,9 +1448,0,1,12,28,6,8,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,755,0,34,NA,1,0,10,6.626717567443848,100 +1449,0,1,12,24,11,NA,96681,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,640,0,37,NA,1,0,6,6.46146821975708,36 +1454,0,1,12,24,10,12,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,313,0,30,NA,1,1,6,5.746203422546387,36 +1458,0,1,12,29,12,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1425,0,37,101,1,0,11,7.261927127838135,121 +1459,0,1,12,28,11,5,411924,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,761,0,23,110,6,1,10,6.634633541107178,100 +1460,0,1,12,26,11,5,411924,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,600,0,35,94,1,1,8,6.396929740905762,64 +1461,0,1,16,32,12,15,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1111,0,42,111,1,1,10,7.0130157470703125,100 +1462,0,1,16,33,13,17,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,763,0,50,120,1,1,11,6.637258052825928,121 +1463,0,1,12,32,8,8,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,650,0,45,108,1,1,14,6.476972579956055,196 +1464,0,1,14,27,16,16,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1155,0,39,111,1,1,7,7.051855564117432,49 +1465,0,1,12,24,9,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,600,0,25,NA,1,1,6,6.396929740905762,36 +1467,0,1,12,29,11,11,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,555,0,31,103,1,0,11,6.318968296051025,121 +1468,0,1,11,28,11,11,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,543,1,25,NA,1,0,11,6.297109127044678,121 +1469,0,1,11,25,11,11,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,550,1,31,NA,1,0,8,6.309918403625488,64 +1470,0,1,11,31,NA,NA,520447,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,800,0,39,97,1,0,14,6.684611797332764,196 +1472,0,1,11,26,10,11,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1000,0,26,97,1,0,9,6.907755374908447,81 +1474,0,1,12,31,13,11,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,864,0,36,106,1,0,13,6.76157283782959,169 +1475,0,1,13,32,NA,6,346581,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,613,0,43,109,1,1,13,6.418365001678467,169 +1476,0,1,16,24,12,12,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,519,0,27,NA,1,1,2,6.251904010772705,4 +1480,0,1,13,30,NA,NA,150105,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,707,0,45,96,1,1,11,6.561030864715576,121 +1485,0,1,13,26,10,10,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,818,1,26,79,1,1,7,6.706862449645996,49 +1486,0,1,10,25,10,12,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,300,0,31,62,6,1,9,5.703782558441162,81 +1490,1,1,16,30,9,9,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,702,1,47,110,1,1,8,6.553933620452881,64 +1491,1,1,16,34,NA,12,358351,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1322,0,47,117,1,1,12,7.186901092529297,144 +1492,1,1,12,27,NA,12,99110,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,380,1,25,72,1,0,9,5.940171241760254,81 +1495,1,1,11,26,NA,NA,99110,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,400,0,30,83,6,1,9,5.991464614868164,81 +1496,1,1,11,25,NA,NA,96681,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,498,0,22,99,1,1,8,6.210599899291992,64 +1497,1,1,10,33,NA,11,167813,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,663,0,18,72,1,1,17,6.496775150299072,289 +1498,1,1,10,33,8,11,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,600,0,29,88,5,0,17,6.396929740905762,289 +1499,1,1,18,32,16,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1034,0,48,123,1,1,8,6.941190242767334,64 +1502,1,1,14,25,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1079,0,23,91,6,1,5,6.983789920806885,25 +1503,1,1,18,24,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,400,0,31,98,6,1,0,5.991464614868164,0 +1504,1,1,16,33,13,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,641,0,37,119,6,0,11,6.463029384613037,121 +1506,1,1,12,32,NA,8,358351,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,620,0,33,87,1,0,14,6.4297194480896,196 +1508,1,1,17,30,12,11,538123,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,481,0,49,121,4,1,7,6.175867080688477,49 +1510,1,1,16,33,8,8,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1058,0,41,NA,6,1,11,6.964135646820068,121 +1511,1,1,12,26,8,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,545,0,33,112,1,1,8,6.300786018371582,64 +1512,1,1,14,26,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,786,0,38,113,6,1,6,6.666956901550293,36 +1513,1,1,18,25,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,485,0,38,125,6,1,1,6.184148788452148,1 +1514,1,1,14,34,11,11,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,722,1,45,121,1,1,14,6.582025051116943,196 +1515,1,1,15,28,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,695,0,47,128,1,1,7,6.543911933898926,49 +1516,1,1,15,34,12,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,549,0,41,NA,4,1,13,6.308098316192627,169 +1517,1,1,15,32,15,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,793,0,36,103,1,1,11,6.675823211669922,121 +1518,1,1,16,33,18,16,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1923,0,48,99,1,1,11,7.561641693115234,121 +1520,1,1,15,33,12,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,793,0,40,101,1,1,12,6.675823211669922,144 +1521,0,1,15,28,NA,NA,370732,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,900,0,34,117,5,1,7,6.802394866943359,49 +1523,0,1,14,32,8,8,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,654,0,41,109,1,1,12,6.483107566833496,144 +1526,0,1,12,27,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,513,0,46,73,6,1,9,6.240275859832764,81 +1528,0,1,14,29,NA,12,538123,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,384,1,38,88,4,1,9,5.9506425857543945,81 +1529,0,1,16,27,16,16,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,500,0,27,116,1,1,5,6.214608192443848,25 +1530,0,1,15,25,12,11,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,601,1,40,137,6,1,4,6.398594856262207,16 +1531,0,1,12,27,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,438,0,40,105,1,1,9,6.082219123840332,81 +1532,0,1,12,25,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,500,0,42,98,6,1,7,6.214608192443848,49 +1535,0,1,18,33,NA,18,346581,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1264,0,47,122,1,1,9,7.142036437988281,81 +1536,0,1,14,26,12,14,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,747,0,43,104,1,1,6,6.61606502532959,36 +1537,0,1,14,27,12,12,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,513,0,29,78,1,1,7,6.240275859832764,49 +1539,0,1,12,33,NA,NA,346581,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,700,0,43,104,1,NA,15,6.551080226898193,225 +1541,0,1,16,29,14,12,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,672,0,38,93,1,1,7,6.510258197784424,49 +1542,0,1,17,30,NA,NA,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,983,1,39,87,6,1,7,6.890609264373779,49 +1543,0,1,13,29,12,12,538123,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,220,1,35,101,1,1,10,5.393627643585205,100 +1544,0,1,18,33,12,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1202,0,39,134,1,1,9,7.091742038726807,81 +1545,0,1,12,30,12,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,667,0,39,85,1,1,12,6.5027899742126465,144 +1548,0,1,14,28,NA,NA,117131,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,838,0,41,NA,1,1,8,6.73101806640625,64 +1551,0,1,15,25,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,444,1,36,104,1,1,4,6.095824718475342,16 +1554,0,1,12,25,10,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,543,0,25,104,6,1,7,6.297109127044678,49 +1555,0,1,14,30,12,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,505,0,41,NA,1,1,10,6.224558353424072,100 +1556,0,1,12,31,NA,NA,484311,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,797,0,37,107,1,1,13,6.680854797363281,169 +1557,0,1,9,24,10,8,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,357,0,18,NA,1,1,9,5.877735614776611,81 +1558,0,1,12,27,12,8,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,500,0,30,93,1,1,9,6.214608192443848,81 +1559,0,1,12,34,NA,8,358351,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,962,0,47,NA,1,1,16,6.869014263153076,256 +1560,0,1,11,28,6,5,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,350,0,31,94,6,1,11,5.857933044433594,121 +1561,0,1,15,24,6,5,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,313,0,35,NA,6,1,3,5.746203422546387,9 +1562,0,1,16,24,17,13,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,117,1,34,NA,1,1,2,4.762174129486084,4 +1563,0,1,12,33,10,8,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,726,0,48,109,1,1,15,6.587550163269043,225 +1564,0,1,13,33,NA,11,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,536,0,31,119,1,0,14,6.284134387969971,196 +1565,0,1,13,26,12,12,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,532,0,29,98,1,1,7,6.2766432762146,49 +1566,0,1,17,28,NA,NA,99110,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,428,1,32,103,1,1,5,6.0591230392456055,25 +1569,0,1,16,34,15,13,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1094,0,50,NA,1,1,12,6.99759578704834,144 +1570,0,1,12,33,NA,9,358351,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1925,0,45,NA,1,1,15,7.562681198120117,225 +1571,0,1,18,32,10,12,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,850,0,36,112,1,1,8,6.745236396789551,64 +1574,0,1,12,24,11,11,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,365,0,34,NA,6,1,6,5.899897575378418,36 +1575,0,1,16,26,12,8,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,474,0,29,104,6,1,4,6.16120719909668,16 +1576,0,1,13,26,11,10,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,656,0,33,96,1,0,7,6.486160755157471,49 +1577,0,1,12,25,11,10,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,440,0,22,NA,6,0,7,6.086774826049805,49 +1578,0,1,14,25,10,11,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,462,0,38,102,1,1,5,6.135564804077148,25 +1579,0,0,16,28,9,NA,358554,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,673,0,41,103,1,1,6,6.511745452880859,36 +1580,0,0,12,24,12,12,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1150,0,16,NA,1,1,6,7.0475172996521,36 +1582,0,0,12,31,NA,NA,139912,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,800,0,37,95,4,0,13,6.684611797332764,169 +1584,0,0,12,25,NA,12,88097,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,460,0,23,NA,6,1,7,6.131226539611816,49 +1586,1,0,12,26,NA,NA,358554,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,334,0,31,93,1,1,8,5.811141014099121,64 +1587,1,0,13,26,6,8,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,702,0,35,122,1,1,7,6.553933620452881,49 +1588,1,0,12,25,6,8,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,524,0,37,107,4,1,7,6.261491775512695,49 +1591,0,1,7,33,NA,8,398168,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,667,0,37,NA,1,1,20,6.5027899742126465,400 +1594,0,1,18,26,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,641,0,48,NA,1,1,2,6.463029384613037,4 +1595,0,1,12,24,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,800,0,40,NA,1,1,6,6.684611797332764,36 +1597,1,1,12,32,NA,12,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,577,0,30,97,1,0,14,6.357842445373535,196 +1599,1,1,18,32,12,12,87597,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,423,0,41,115,1,1,8,6.047372341156006,64 +1600,1,1,18,29,NA,NA,118387,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,874,0,42,120,1,1,5,6.773080348968506,25 +1601,1,1,15,28,NA,12,90623,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,640,0,29,103,1,0,7,6.46146821975708,49 +1604,0,0,16,29,12,14,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1101,0,41,106,1,1,7,7.003973960876465,49 +1605,0,0,16,26,12,14,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,649,0,32,96,1,1,4,6.475432872772217,16 +1606,0,0,12,26,8,8,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,450,0,39,114,1,1,8,6.10924768447876,64 +1607,0,0,12,33,NA,9,358351,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,924,0,37,NA,4,1,15,6.828711986541748,225 +1608,0,0,11,27,NA,9,370732,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,698,0,33,86,1,1,10,6.548219203948975,100 +1609,0,0,15,34,NA,NA,580891,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,505,1,27,78,1,1,13,6.224558353424072,169 +1610,0,0,16,28,12,13,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,556,0,38,110,1,1,6,6.320768356323242,36 +1611,0,0,17,25,12,13,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,375,1,37,132,6,1,2,5.926926136016846,4 +1612,0,0,15,28,12,12,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,673,0,34,126,1,1,7,6.511745452880859,49 +1613,0,0,13,30,8,8,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,308,0,36,102,1,1,11,5.730099678039551,121 +1614,0,0,12,34,12,12,346581,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,585,0,41,87,1,1,16,6.371612071990967,256 +1615,0,0,12,24,12,13,387287,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,781,0,31,89,4,1,6,6.660574913024902,36 +1620,0,1,12,27,NA,8,364640,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,656,0,40,106,1,1,9,6.486160755157471,81 +1621,0,1,12,28,8,5,405155,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,423,0,43,100,1,1,10,6.047372341156006,100 +1624,0,1,16,28,12,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1282,0,26,98,1,1,6,7.156176567077637,36 +1627,0,1,12,25,11,12,354474,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,962,0,30,97,1,1,7,6.869014263153076,49 +1628,0,1,12,30,4,16,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,800,0,38,111,1,1,12,6.684611797332764,144 +1630,0,1,12,33,12,12,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,750,0,40,100,1,1,15,6.620073318481445,225 +1631,0,1,18,29,12,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,647,0,39,110,4,1,5,6.472346305847168,25 +1632,0,1,12,29,10,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,938,0,38,114,4,1,11,6.84375,121 +1633,0,1,17,28,17,12,414980,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,537,1,43,135,4,1,5,6.2859978675842285,25 +1637,0,1,15,24,13,16,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,290,1,39,121,6,1,3,5.6698808670043945,9 +1638,0,1,12,29,6,8,529281,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,192,0,33,95,1,0,11,5.257495403289795,121 +1639,0,1,18,30,NA,NA,476353,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,818,0,35,116,1,1,6,6.706862449645996,36 +1640,0,1,18,30,NA,13,476353,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,813,0,45,98,1,1,6,6.70073127746582,36 +1641,0,1,12,29,10,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,727,0,28,90,1,1,11,6.588926315307617,121 +1643,0,1,12,24,10,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1125,0,33,116,1,1,6,7.025538444519043,36 +1645,0,1,17,28,14,NA,89240,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,615,1,32,110,1,1,5,6.421622276306152,25 +1646,0,1,12,26,14,NA,89240,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,403,0,23,97,6,0,8,5.998936653137207,64 +1647,0,1,11,26,8,9,89134,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,705,0,24,89,1,1,9,6.558197975158691,81 +1648,0,1,15,27,11,12,89134,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,337,1,33,105,1,1,6,5.820083141326904,36 +1649,0,1,17,28,11,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,833,0,44,117,1,0,5,6.725033760070801,25 +1650,0,1,17,26,11,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,192,1,37,75,1,1,3,5.257495403289795,9 +1653,0,1,12,26,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,730,0,23,87,1,0,8,6.593044757843018,64 +1654,0,1,10,26,9,11,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,542,0,23,74,1,1,10,6.295266151428223,100 +1655,0,1,12,28,11,11,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,823,0,45,91,1,1,10,6.712956428527832,100 +1656,0,1,12,26,11,11,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,438,0,38,90,1,1,8,6.082219123840332,64 +1657,0,1,14,24,11,11,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,735,0,27,NA,1,1,4,6.599870681762695,16 +1658,0,1,16,24,14,12,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,427,0,31,112,6,1,2,6.056784152984619,4 +1660,0,1,12,30,11,12,116442,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,340,0,38,90,1,1,12,5.828945636749268,144 +1665,0,1,13,34,14,11,401122,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,481,0,29,130,1,1,15,6.175867080688477,225 +1666,0,1,16,32,10,12,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,817,0,51,108,1,1,10,6.705638885498047,100 +1667,0,1,12,28,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,500,0,34,86,1,1,10,6.214608192443848,100 +1669,0,1,12,25,NA,NA,87052,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,543,0,30,101,1,0,7,6.297109127044678,49 +1671,0,1,16,26,NA,11,373482,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,447,0,37,125,1,0,4,6.102558612823486,16 +1675,0,1,15,25,NA,11,403411,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,217,0,24,94,1,1,4,5.379897117614746,16 +1677,0,1,8,26,3,6,91296,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,275,0,18,NA,1,0,12,5.616771221160889,144 +1678,0,1,15,24,8,10,79842,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,352,1,22,109,5,0,3,5.863631248474121,9 +1681,0,1,12,29,8,10,140950,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,721,0,31,98,1,0,11,6.580639362335205,121 +1682,0,1,12,27,3,8,91296,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1008,0,36,NA,1,1,9,6.9157233238220215,81 +1684,0,1,17,29,8,12,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,654,1,36,114,1,0,6,6.483107566833496,36 +1685,0,1,16,26,NA,16,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,803,0,27,125,1,1,4,6.6883544921875,16 +1686,0,1,12,27,8,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,570,0,28,100,1,1,9,6.345636367797852,81 +1688,0,1,16,25,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,600,0,29,104,1,1,3,6.396929740905762,9 +1691,0,1,12,24,NA,NA,348558,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,645,0,35,NA,1,1,6,6.469250202178955,36 +1692,0,1,13,26,14,10,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,450,0,35,112,1,1,7,6.10924768447876,49 +1694,0,1,13,26,NA,2,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,445,0,27,100,6,0,7,6.098074436187744,49 +1696,0,1,15,29,12,11,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,590,0,37,104,1,1,8,6.380122661590576,64 +1697,0,1,14,25,8,12,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,721,0,35,97,1,1,5,6.580639362335205,25 +1698,0,1,12,32,8,8,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,693,0,33,120,1,1,14,6.541029930114746,196 +1699,0,1,13,26,8,8,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,529,0,38,134,6,1,7,6.270988464355469,49 +1700,0,1,9,30,8,8,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,470,0,28,92,1,0,15,6.152732849121094,225 +1701,0,1,16,26,16,13,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,481,0,34,129,1,1,4,6.175867080688477,16 +1702,0,1,16,25,16,13,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,462,0,31,122,1,1,3,6.135564804077148,9 +1703,0,1,17,33,6,9,391625,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,554,1,45,NA,1,1,10,6.317164897918701,100 +1704,0,1,14,32,12,12,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,865,0,42,118,4,0,12,6.762729644775391,144 +1705,0,1,16,30,NA,12,476353,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,713,0,42,101,1,1,8,6.569481372833252,64 +1706,0,1,12,24,NA,12,354474,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,740,0,37,107,1,1,6,6.606650352478027,36 +1707,0,1,14,28,NA,10,364640,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,817,0,NA,92,4,1,8,6.705638885498047,64 +1708,0,1,12,34,11,12,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,677,0,37,92,1,1,16,6.51767110824585,256 +1710,0,1,16,29,12,12,454179,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,797,1,43,121,1,1,7,6.680854797363281,49 +1711,0,1,13,24,13,17,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,769,1,27,102,1,1,5,6.6450910568237305,25 +1713,0,1,16,25,12,16,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,462,0,33,118,1,1,3,6.135564804077148,9 +1714,0,1,14,24,12,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,519,0,28,NA,1,1,4,6.251904010772705,16 +1715,0,1,12,25,12,NA,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,393,0,38,100,1,1,7,5.973809719085693,49 +1716,0,1,13,32,9,7,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,800,0,37,92,1,1,13,6.684611797332764,169 +1717,1,0,17,27,14,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,673,0,38,108,1,1,4,6.511745452880859,16 +1718,1,0,16,33,NA,NA,401122,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,481,1,41,121,1,1,11,6.175867080688477,121 +1719,1,0,12,32,8,12,401122,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,911,0,42,119,1,1,14,6.814542770385742,196 +1720,1,0,12,25,8,8,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,481,0,33,NA,1,0,7,6.175867080688477,49 +1721,1,0,11,33,8,8,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,500,0,32,NA,1,0,16,6.214608192443848,256 +1724,1,0,16,24,12,12,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,385,0,39,106,1,1,2,5.953243255615234,4 +1725,1,0,12,24,12,11,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,436,0,24,98,1,0,6,6.077642440795898,36 +1729,1,0,12,25,7,8,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,526,0,29,109,1,0,7,6.26530122756958,49 +1730,1,0,14,29,12,8,454179,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,913,0,37,NA,6,0,9,6.816735744476318,81 +1731,1,0,16,25,12,15,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,542,0,28,120,6,0,3,6.295266151428223,9 +1732,1,0,13,28,4,16,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,769,0,36,127,1,1,9,6.6450910568237305,81 +1735,1,0,12,24,8,8,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,226,0,26,NA,6,0,6,5.420535087585449,36 +1736,1,0,18,27,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,711,0,24,101,1,1,3,6.566672325134277,9 +1740,0,0,18,34,8,8,352463,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,346,0,43,108,1,0,10,5.846438884735107,100 +1741,0,0,12,32,8,8,352463,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,787,0,41,91,1,1,14,6.6682281494140625,196 +1742,0,0,14,26,10,12,364640,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,455,0,38,118,1,1,6,6.120297431945801,36 +1743,0,0,16,24,10,12,354474,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,460,0,25,110,6,1,2,6.131226539611816,4 +1744,0,0,13,26,NA,14,364640,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,277,0,37,119,1,1,7,5.624017715454102,49 +1745,0,0,17,34,8,12,391625,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,808,0,43,103,1,1,11,6.694561958312988,121 +1746,0,0,14,27,12,14,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,624,0,33,103,1,1,7,6.436150550842285,49 +1747,0,0,12,26,8,12,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,697,0,40,104,1,1,8,6.546785354614258,64 +1748,0,0,14,26,8,12,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,378,0,32,108,1,1,6,5.93489408493042,36 +1750,0,0,12,24,8,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,473,0,33,118,1,0,6,6.159095287322998,36 +1751,0,0,12,24,8,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,425,0,21,98,1,0,6,6.052089214324951,36 +1753,0,0,16,24,8,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,649,0,25,120,1,1,2,6.475432872772217,4 +1755,0,0,15,25,12,15,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,491,0,25,144,1,1,4,6.196444034576416,16 +1756,0,0,18,26,12,16,364640,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,924,0,25,NA,4,1,2,6.828711986541748,4 +1758,0,0,12,24,12,10,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,350,0,38,NA,1,0,6,5.857933044433594,36 +1759,0,0,13,25,13,12,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,600,0,27,NA,1,0,6,6.396929740905762,36 +1762,0,0,9,31,3,7,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,429,0,30,NA,1,0,16,6.06145715713501,256 +1765,0,0,12,26,2,7,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,500,0,20,100,1,0,8,6.214608192443848,64 +1766,0,0,9,24,2,7,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,500,0,12,NA,6,0,9,6.214608192443848,81 +1767,0,0,8,34,8,8,361010,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,350,0,39,NA,1,0,20,5.857933044433594,400 +1768,0,0,14,27,8,10,414980,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,370,0,32,86,1,1,7,5.913503170013428,49 +1771,0,0,16,24,8,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,380,0,21,NA,1,1,2,5.940171241760254,4 +1772,0,0,14,25,9,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,250,0,30,NA,1,1,5,5.521461009979248,25 +1774,0,0,18,30,6,8,454179,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,506,0,40,122,1,1,6,6.226536750793457,36 +1776,0,0,12,27,12,13,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,619,1,35,98,1,1,9,6.428105354309082,81 +1777,0,0,16,24,12,13,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,381,1,28,NA,1,1,2,5.9427995681762695,4 +1779,0,0,12,30,NA,13,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,361,0,37,101,1,1,12,5.888877868652344,144 +1780,0,0,12,28,NA,8,364640,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,588,0,33,117,1,1,10,6.376727104187012,100 +1781,0,0,12,24,NA,8,354474,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,350,0,35,119,1,1,6,5.857933044433594,36 +1784,0,0,12,32,8,12,336056,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,484,0,37,105,1,1,14,6.182085037231445,196 +1785,0,0,11,34,6,9,336056,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,835,0,37,104,1,0,17,6.727431774139404,289 +1786,0,0,10,29,8,12,454179,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,535,0,22,NA,1,1,13,6.282266616821289,169 +1789,0,1,17,28,NA,12,373482,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,385,0,46,111,6,1,5,5.953243255615234,25 +1790,0,1,11,25,8,8,363070,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,450,0,22,96,4,1,8,6.10924768447876,64 +1791,0,1,16,28,12,8,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,491,0,29,94,1,1,6,6.196444034576416,36 +1792,0,1,12,24,NA,10,363070,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,914,0,41,NA,1,1,6,6.817830562591553,36 +1794,0,1,18,32,8,12,86158,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,831,0,36,101,1,0,8,6.722630023956299,64 +1795,0,1,12,30,8,8,454179,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,434,0,36,83,1,1,12,6.073044300079346,144 +1796,0,1,12,26,8,8,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,700,0,34,112,1,1,8,6.551080226898193,64 +1797,0,1,10,26,8,8,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,542,0,28,93,1,0,10,6.295266151428223,100 +1799,0,1,16,24,12,13,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,231,0,27,NA,6,1,2,5.442417621612549,4 +1802,0,0,12,34,12,9,352463,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,395,0,42,105,1,0,16,5.978885650634766,256 +1803,0,0,12,25,NA,NA,363070,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,721,0,37,115,1,1,7,6.580639362335205,49 +1804,0,0,12,25,8,15,363070,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1187,0,24,105,4,0,7,7.079184532165527,49 +1809,0,0,12,25,8,10,363070,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,501,0,27,88,1,0,7,6.216606140136719,49 +1810,0,1,16,24,16,13,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,336,0,39,122,6,1,2,5.817111015319824,4 +1812,0,1,12,32,8,8,336056,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,565,0,43,96,1,0,14,6.336825847625732,196 +1814,0,0,17,34,6,12,704926,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,964,0,42,123,1,0,11,6.871091365814209,121 +1816,0,0,12,33,12,12,722020,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1374,0,45,NA,1,1,15,7.2254815101623535,225 +1817,0,0,12,28,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,800,0,31,104,1,1,10,6.684611797332764,100 +1819,0,0,12,30,7,11,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,609,0,43,108,1,1,12,6.411818504333496,144 +1821,0,0,16,25,12,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,670,0,35,116,1,1,3,6.507277488708496,9 +1822,0,0,11,25,8,7,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,445,0,26,92,1,1,8,6.098074436187744,64 +1826,0,0,13,25,10,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,485,0,32,102,1,1,6,6.184148788452148,36 +1830,0,0,18,32,12,16,373396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,710,0,45,109,1,1,8,6.56526517868042,64 +1831,0,0,12,32,NA,NA,373396,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,953,0,43,103,1,1,14,6.859614849090576,196 +1832,0,0,11,25,10,8,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,480,0,22,NA,1,1,8,6.173786163330078,64 +1834,0,0,13,27,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,500,0,39,97,1,1,8,6.214608192443848,64 +1835,0,0,16,26,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,457,1,42,101,6,1,4,6.124683380126953,16 +1838,0,1,18,24,18,12,354474,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,721,0,39,NA,1,1,0,6.580639362335205,0 +1839,0,1,12,24,NA,12,354474,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,733,0,41,NA,1,1,6,6.5971455574035645,36 +1843,0,1,12,33,8,12,391625,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,330,0,31,NA,1,0,15,5.799092769622803,225 +1844,0,1,12,27,8,11,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,410,0,40,98,1,1,9,6.016157150268555,81 +1845,0,1,12,27,8,8,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,486,0,23,96,1,1,9,6.186208724975586,81 +1847,0,1,18,31,9,13,454179,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,962,0,46,122,1,0,7,6.869014263153076,49 +1849,0,1,16,24,12,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,359,0,29,114,1,0,2,5.883322238922119,4 +1853,1,0,12,24,9,12,393859,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,330,0,37,100,6,1,6,5.799092769622803,36 +1854,1,0,12,28,NA,10,364640,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,625,0,38,104,1,1,10,6.437751770019531,100 +1857,1,0,12,26,5,8,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,495,0,35,111,1,1,8,6.2045578956604,64 +1858,1,0,12,29,12,12,476353,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,653,0,44,110,1,1,11,6.481576919555664,121 +1859,1,0,12,27,15,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,722,0,26,87,1,1,9,6.582025051116943,81 +1860,1,0,12,25,15,12,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,704,0,34,103,1,1,7,6.556778430938721,49 +1861,1,0,9,29,1,3,529281,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,514,0,31,NA,1,0,14,6.242223262786865,196 +1863,1,0,12,31,14,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,625,0,27,95,4,1,13,6.437751770019531,169 +1864,1,0,18,29,12,15,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,622,0,41,116,6,1,5,6.4329400062561035,25 +1865,1,0,15,26,12,15,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,427,0,31,109,1,1,5,6.056784152984619,25 +1867,1,0,12,29,12,12,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,653,0,36,104,1,0,11,6.481576919555664,121 +1868,1,0,12,30,12,12,542115,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,643,0,38,104,1,0,12,6.466144561767578,144 +1869,1,0,12,34,12,12,336056,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,575,0,37,110,1,0,16,6.3543701171875,256 +1871,1,0,13,34,NA,NA,361010,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,313,1,32,100,1,1,15,5.746203422546387,225 +1872,1,0,18,24,NA,16,363070,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,664,0,39,116,1,1,0,6.498281955718994,0 +1873,1,0,13,32,8,13,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,555,0,40,94,6,1,13,6.318968296051025,169 +1875,1,0,18,24,12,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,300,0,44,NA,6,1,0,5.703782558441162,0 +1878,0,0,15,28,12,16,729279,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,642,0,38,115,1,1,7,6.464588165283203,49 +1880,0,0,14,28,12,8,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,667,0,45,123,1,1,8,6.5027899742126465,64 +1882,0,0,18,28,15,13,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1320,0,47,113,1,1,4,7.185387134552002,16 +1883,0,0,12,24,9,9,363070,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,504,0,29,NA,1,1,6,6.222576141357422,36 +1884,0,0,16,25,12,12,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,781,0,29,106,1,1,3,6.660574913024902,9 +1886,0,0,14,25,12,12,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,817,0,40,114,4,0,5,6.705638885498047,25 +1889,0,0,12,28,12,6,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,520,0,32,95,6,1,10,6.253829002380371,100 +1890,0,0,12,27,12,6,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,577,0,33,113,1,1,9,6.357842445373535,81 +1891,0,0,11,25,12,6,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,375,0,16,NA,1,1,8,5.926926136016846,64 +1892,0,0,12,24,12,8,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,500,0,32,NA,1,0,6,6.214608192443848,36 +1893,0,0,16,28,12,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,625,0,48,111,6,1,6,6.437751770019531,36 +1894,0,0,16,34,NA,NA,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,684,0,35,110,1,1,12,6.527957916259766,144 +1895,0,0,14,26,12,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,470,0,31,100,1,1,6,6.152732849121094,36 +1896,0,0,13,27,12,12,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,628,0,39,95,1,1,8,6.442540168762207,64 +1897,0,0,13,24,12,8,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,525,0,20,NA,6,1,5,6.263398170471191,25 +1899,0,0,12,32,8,8,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,554,0,34,100,1,0,14,6.317164897918701,196 +1901,1,1,16,25,12,12,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,641,0,36,130,6,1,3,6.463029384613037,9 +1903,1,1,13,34,8,12,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,513,0,36,98,1,0,15,6.240275859832764,225 +1904,1,1,12,27,12,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,604,0,36,103,1,1,9,6.403573989868164,81 +1905,1,1,13,33,8,15,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,700,0,39,108,1,0,14,6.551080226898193,196 +1906,1,1,12,33,8,12,704926,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,606,0,38,NA,1,1,15,6.406879901885986,225 +1907,1,1,12,33,NA,12,704926,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1021,0,47,101,1,1,15,6.928537845611572,225 +1911,1,1,12,31,16,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,714,0,43,90,6,1,13,6.570882797241211,169 +1912,1,1,12,28,8,8,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,500,0,34,79,1,1,10,6.214608192443848,100 +1913,1,1,12,28,14,8,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,583,0,47,94,1,1,10,6.368186950683594,100 +1914,1,1,12,31,5,8,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,706,0,41,115,1,0,13,6.559615135192871,169 +1917,1,1,16,30,11,12,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,520,1,39,118,1,1,8,6.253829002380371,64 +1919,1,1,16,29,NA,NA,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,656,0,41,114,1,1,7,6.486160755157471,49 +1920,1,1,16,28,16,14,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,684,0,33,114,1,1,6,6.527957916259766,36 +1922,1,1,13,25,11,11,400440,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,276,0,33,84,1,1,6,5.620400905609131,36 +1923,1,1,13,34,NA,12,141996,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,707,0,37,92,1,1,15,6.561030864715576,225 +1926,1,1,12,34,8,11,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,788,0,42,107,1,1,16,6.669497966766357,256 +1927,1,1,18,31,18,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1319,0,44,137,1,1,7,7.184628963470459,49 +1928,1,1,14,28,9,8,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,404,0,33,129,6,0,8,6.001414775848389,64 +1929,1,1,16,25,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,300,1,41,101,1,1,3,5.703782558441162,9 +1930,1,1,12,26,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,673,0,40,98,1,1,8,6.511745452880859,64 +1933,1,1,12,34,NA,8,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,722,0,41,108,1,0,16,6.582025051116943,256 +1935,1,1,16,26,8,2,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,769,0,37,114,1,0,4,6.6450910568237305,16 +1938,0,1,16,30,6,12,529281,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,760,0,37,110,1,1,8,6.6333184242248535,64 +1939,0,1,18,30,11,12,529281,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,434,0,37,111,1,1,6,6.073044300079346,36 +1940,0,1,13,34,12,8,352463,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1192,0,30,99,1,1,15,7.083387851715088,225 +1941,0,1,17,31,NA,4,476353,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,462,1,39,113,1,1,8,6.135564804077148,64 +1944,0,1,12,24,12,12,363070,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,370,0,29,101,1,1,6,5.913503170013428,36 +1945,0,1,12,30,12,12,487904,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,475,0,25,99,6,0,12,6.1633148193359375,144 +1946,0,1,12,28,12,12,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,435,0,37,101,1,0,10,6.075345993041992,100 +1947,0,1,12,26,8,12,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,332,0,24,75,6,1,8,5.8051347732543945,64 +1948,0,1,16,31,12,12,542115,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,640,0,49,102,6,1,9,6.46146821975708,81 +1949,0,1,12,34,NA,6,401122,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,505,0,29,91,1,0,16,6.224558353424072,256 +1952,0,1,16,29,10,12,454179,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,625,0,38,113,1,0,7,6.437751770019531,49 +1953,0,1,12,31,NA,8,454179,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,462,0,34,120,1,1,13,6.135564804077148,169 +1957,1,1,17,27,16,16,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,817,0,42,134,1,1,4,6.705638885498047,16 +1960,1,1,17,24,NA,13,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,433,1,26,105,1,1,1,6.070737838745117,1 +1961,1,1,14,25,15,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,641,0,32,98,6,1,5,6.463029384613037,25 +1962,1,1,15,25,15,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,225,1,28,107,4,1,4,5.41610050201416,16 +1964,1,1,15,34,NA,14,167813,0,0,1,0,0,1,0,0,0,0,0,0,0,1,1,0,1,721,1,39,110,1,1,13,6.580639362335205,169 +1967,1,1,16,26,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,722,0,30,101,6,1,4,6.582025051116943,16 +1969,1,1,16,29,16,16,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,817,0,31,107,1,1,7,6.705638885498047,49 +1970,1,1,16,27,16,13,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,664,0,43,115,1,1,5,6.498281955718994,25 +1971,1,1,18,28,12,12,370732,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,897,0,39,121,1,1,4,6.799056053161621,16 +1973,1,1,11,34,NA,NA,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,793,0,40,115,1,1,17,6.675823211669922,289 +1975,1,1,15,31,10,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,539,0,42,134,1,1,10,6.289715766906738,100 +1976,1,1,11,27,10,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,897,0,39,NA,1,1,10,6.799056053161621,100 +1979,1,1,15,30,13,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,721,0,52,105,1,1,9,6.580639362335205,81 +1980,1,1,13,24,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,925,0,28,97,1,1,5,6.829793930053711,25 +1982,1,1,12,28,8,10,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,508,0,38,108,1,1,10,6.2304816246032715,100 +1983,1,1,16,32,8,10,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,929,0,45,113,6,1,10,6.834108829498291,100 +1985,1,1,17,33,NA,NA,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,705,0,47,96,1,1,10,6.558197975158691,100 +1987,1,1,12,30,NA,5,484311,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,865,0,39,NA,1,1,12,6.762729644775391,144 +1989,1,1,16,24,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,520,0,41,137,1,1,2,6.253829002380371,4 +1991,1,1,12,24,10,8,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,417,0,30,NA,1,1,6,6.03308629989624,36 +1992,1,1,15,26,10,10,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,266,1,37,NA,6,1,5,5.58349609375,25 +1993,1,1,15,24,16,14,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,625,0,30,NA,6,1,3,6.437751770019531,9 +1994,1,1,12,31,NA,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,940,0,34,110,1,1,13,6.845880031585693,169 +1999,1,1,16,25,16,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,766,0,38,120,6,1,3,6.641181945800781,9 +2001,1,1,9,29,10,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,801,0,26,NA,1,1,14,6.685861110687256,196 +2002,1,1,15,28,10,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,707,0,36,105,6,1,7,6.561030864715576,49 +2004,1,1,12,30,NA,10,468402,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,684,0,40,121,1,1,12,6.527957916259766,144 +2005,1,1,16,26,9,12,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,417,0,29,113,1,1,4,6.03308629989624,16 +2008,1,1,18,29,8,12,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,600,0,41,113,6,0,5,6.396929740905762,25 +2009,1,1,15,25,NA,13,360396,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,682,0,37,101,4,0,4,6.52502965927124,16 +2010,1,1,18,31,12,9,236774,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,918,0,41,104,1,1,7,6.822197437286377,49 +2011,1,1,12,32,NA,NA,175194,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,738,0,37,96,1,1,14,6.603943824768066,196 +2015,1,1,12,28,10,12,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1167,1,32,92,4,1,10,7.062191486358643,100 +2016,1,1,11,29,10,10,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,765,0,23,80,1,0,12,6.639875888824463,144 +2017,1,1,12,26,10,10,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,962,0,28,117,5,0,8,6.869014263153076,64 +2018,1,1,18,27,12,12,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,300,0,44,134,6,1,3,5.703782558441162,9 +2019,1,1,16,24,12,12,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,658,0,42,126,6,1,2,6.4892048835754395,4 +2020,1,1,12,26,8,8,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,462,0,25,95,1,1,8,6.135564804077148,64 +2021,1,1,12,24,8,8,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,721,0,18,102,1,1,6,6.580639362335205,36 +2024,1,1,12,25,8,12,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,865,0,36,NA,1,0,7,6.762729644775391,49 +2026,1,1,11,24,7,5,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,596,0,22,NA,1,1,7,6.390240669250488,49 +2029,1,1,12,32,8,10,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,909,0,42,112,1,1,14,6.812345027923584,196 +2030,1,1,12,29,8,10,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1049,0,45,NA,1,1,11,6.955592632293701,121 +2031,1,1,13,34,NA,NA,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,455,0,47,104,1,1,15,6.120297431945801,225 +2034,1,1,12,27,NA,NA,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1,675,0,32,81,6,1,9,6.514712810516357,81 +2035,1,1,12,24,NA,NA,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,721,0,20,70,6,1,6,6.580639362335205,36 +2039,1,1,7,33,8,8,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,600,0,NA,NA,1,1,20,6.396929740905762,400 +2040,1,1,12,28,8,8,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,925,0,18,70,6,1,10,6.829793930053711,100 +2041,1,1,12,28,6,6,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,750,0,20,83,1,1,10,6.620073318481445,100 +2042,1,1,12,28,6,6,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,563,0,13,84,1,1,10,6.333279609680176,100 +2046,1,1,14,26,12,10,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,625,0,25,104,1,0,6,6.437751770019531,36 +2047,1,1,10,29,NA,NA,538123,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,300,0,30,82,1,1,13,5.703782558441162,169 +2049,1,1,12,27,8,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1380,0,32,109,1,1,9,7.229838848114014,81 +2050,1,1,14,25,12,12,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,470,0,25,111,1,1,5,6.152732849121094,25 +2052,1,1,12,28,12,12,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,788,0,37,97,1,1,10,6.669497966766357,100 +2054,1,1,16,25,8,12,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,230,1,33,120,1,1,3,5.438079357147217,9 +2057,0,0,10,27,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,389,0,34,NA,4,1,11,5.963579177856445,121 +2058,0,0,12,33,7,12,401122,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,315,0,33,94,1,0,15,5.752572536468506,225 +2059,0,0,17,29,3,5,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,355,1,46,116,1,1,6,5.87211799621582,36 +2060,0,0,8,26,5,8,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,500,0,25,NA,1,0,12,6.214608192443848,144 +2062,0,0,11,33,8,11,401122,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,650,0,30,NA,1,0,16,6.476972579956055,256 +2063,0,0,12,27,8,11,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,815,0,29,NA,6,1,9,6.703187942504883,81 +2064,0,0,13,26,13,12,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,649,0,33,101,6,1,7,6.475432872772217,49 +2065,0,0,12,29,9,NA,454179,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,435,0,36,98,1,0,11,6.075345993041992,121 +2066,1,0,11,27,10,15,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,600,0,32,110,1,0,10,6.396929740905762,100 +2070,1,0,13,26,16,14,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,206,0,42,131,1,1,7,5.327876091003418,49 +2072,1,0,12,27,12,11,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,481,0,46,122,1,1,9,6.175867080688477,81 +2073,1,0,13,24,12,10,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,485,0,33,88,4,1,5,6.184148788452148,25 +2074,1,0,18,29,12,12,454179,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,759,0,39,111,1,0,5,6.632001876831055,25 +2075,1,0,12,26,12,12,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,995,0,35,90,1,0,8,6.902742862701416,64 +2076,0,1,12,29,NA,NA,538123,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1167,0,41,NA,1,1,11,7.062191486358643,121 +2078,0,1,16,25,12,12,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,314,0,38,120,1,1,3,5.749392986297607,9 +2080,1,1,13,25,14,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,915,0,25,NA,6,1,6,6.8189239501953125,36 +2082,1,1,13,26,16,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,664,1,35,NA,1,1,7,6.498281955718994,49 +2083,1,1,12,29,NA,8,484311,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,783,0,29,108,4,1,11,6.663132667541504,121 +2084,1,1,13,32,8,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,650,0,43,99,1,1,13,6.476972579956055,169 +2087,0,1,9,27,12,6,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,267,0,36,NA,1,0,12,5.587248802185059,144 +2088,0,1,8,33,8,8,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,355,0,NA,NA,1,0,19,5.87211799621582,361 +2089,0,1,8,33,NA,NA,391625,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,440,0,34,NA,1,0,19,6.086774826049805,361 +2090,0,1,11,30,6,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,475,0,31,80,1,0,13,6.1633148193359375,169 +2091,0,1,11,32,5,10,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,726,0,45,93,1,1,15,6.587550163269043,225 +2092,0,1,16,28,17,12,364640,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,721,0,42,96,1,1,6,6.580639362335205,36 +2093,0,1,12,34,NA,NA,352463,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,563,0,46,85,1,0,16,6.333279609680176,256 +2095,0,1,12,26,12,13,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,600,0,32,108,1,1,8,6.396929740905762,64 +2097,0,1,15,25,13,12,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,692,0,36,110,1,1,4,6.539586067199707,16 +2098,0,1,15,28,10,11,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,423,0,43,118,4,1,7,6.047372341156006,49 +2099,0,1,12,24,14,NA,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,786,0,30,102,1,1,6,6.666956901550293,36 +2100,0,1,12,31,8,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1202,0,44,NA,1,1,13,7.091742038726807,169 +2101,0,1,16,34,NA,18,352463,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,577,0,46,113,4,1,12,6.357842445373535,144 +2102,0,1,18,27,11,10,1093919,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,635,0,37,112,1,1,3,6.453625202178955,9 +2105,0,1,12,27,NA,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,410,0,31,115,1,1,9,6.016157150268555,81 +2113,0,1,16,24,12,10,86649,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,370,0,30,117,1,1,2,5.913503170013428,4 +2114,0,1,16,26,11,10,89134,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,789,0,28,119,1,1,4,6.670766353607178,16 +2115,0,1,17,24,11,10,86649,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,450,0,32,NA,1,1,1,6.10924768447876,1 +2116,0,1,12,28,11,12,89134,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1251,0,39,94,1,1,10,7.1316986083984375,100 +2117,1,1,16,30,16,13,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,808,0,42,109,1,1,8,6.694561958312988,64 +2121,1,1,16,30,8,12,520447,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,308,0,49,107,1,0,8,5.730099678039551,64 +2123,0,1,12,30,12,12,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,817,0,29,NA,1,1,12,6.705638885498047,144 +2126,0,1,16,30,6,6,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,673,0,38,121,6,1,8,6.511745452880859,64 +2127,0,1,12,29,NA,NA,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,524,1,32,90,1,1,11,6.261491775512695,121 +2128,0,1,15,30,8,9,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,275,0,34,NA,1,0,9,5.616771221160889,81 +2131,0,1,17,28,14,12,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,423,0,32,NA,1,1,5,6.047372341156006,25 +2132,0,1,16,28,10,8,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,641,0,38,NA,1,1,6,6.463029384613037,36 +2133,0,1,12,28,9,9,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,450,0,37,121,6,0,10,6.10924768447876,100 +2134,0,1,12,26,6,7,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,333,0,21,89,1,1,8,5.80814266204834,64 +2135,0,1,12,32,8,12,361010,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,913,0,28,101,1,0,14,6.816735744476318,196 +2140,0,1,11,27,8,9,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,128,0,21,68,6,0,10,4.852030277252197,100 +2143,0,1,16,27,14,12,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,396,0,50,118,1,1,5,5.981414318084717,25 +2144,0,1,13,28,12,12,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,475,1,40,102,1,1,9,6.1633148193359375,81 +2146,0,1,13,31,8,12,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,450,0,38,NA,1,1,12,6.10924768447876,144 +2147,0,1,16,24,12,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,300,0,27,102,1,1,2,5.703782558441162,4 +2148,0,1,18,29,8,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,462,0,47,NA,1,1,5,6.135564804077148,25 +2150,0,1,12,32,7,9,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,630,0,48,109,1,1,14,6.4457197189331055,196 +2151,0,1,12,33,6,4,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,485,0,38,94,1,0,15,6.184148788452148,225 +2155,0,1,12,30,5,6,454179,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,549,0,34,115,1,1,12,6.308098316192627,144 +2156,0,1,12,25,5,6,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,372,0,30,101,6,1,7,5.918893814086914,49 +2157,0,1,12,34,4,8,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,641,0,41,92,1,1,16,6.463029384613037,256 +2159,0,1,12,29,NA,8,454179,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,519,0,37,89,1,0,11,6.251904010772705,121 +2160,0,1,9,26,5,11,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,385,0,32,71,5,1,11,5.953243255615234,121 +2161,0,1,16,29,12,8,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,450,0,32,97,1,1,7,6.10924768447876,49 +2163,0,0,12,26,10,12,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,315,0,38,116,1,1,8,5.752572536468506,64 +2165,0,0,14,29,11,12,487904,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,731,0,39,130,1,1,9,6.5944132804870605,81 +2166,0,0,12,32,6,12,391625,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,325,0,34,102,1,1,14,5.783825397491455,196 +2167,0,0,16,28,12,12,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,616,0,38,119,1,1,6,6.42324686050415,36 +2169,0,0,15,30,10,10,487904,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,346,0,45,104,4,1,9,5.846438884735107,81 +2170,0,0,13,28,8,13,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,471,0,42,91,6,1,9,6.154858112335205,81 +2172,0,0,12,27,7,8,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,300,0,34,93,6,0,9,5.703782558441162,81 +2174,0,1,13,24,15,10,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,430,0,32,NA,1,1,5,6.063785076141357,25 +2175,0,1,12,28,12,8,405634,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,267,0,37,95,1,0,10,5.587248802185059,100 +2176,0,1,12,28,13,10,364640,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,230,0,24,74,4,1,10,5.438079357147217,100 +2177,0,1,14,24,NA,10,354474,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,432,0,24,115,6,1,4,6.06842565536499,16 +2178,0,1,12,26,12,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,531,0,31,89,1,1,8,6.274762153625488,64 +2179,0,1,12,27,12,11,89134,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1100,0,38,92,1,1,9,7.003065586090088,81 +2180,0,1,12,28,8,12,89240,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,588,0,25,104,1,1,10,6.376727104187012,100 +2181,0,1,18,30,NA,15,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,841,0,44,109,1,1,6,6.734591484069824,36 +2183,0,1,15,24,NA,10,354474,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,641,0,23,124,1,1,3,6.463029384613037,9 +2185,0,1,14,34,12,12,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,962,0,41,NA,1,1,14,6.869014263153076,196 +2186,0,1,13,33,11,12,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,921,0,37,NA,1,0,14,6.825459957122803,196 +2187,0,0,15,27,NA,12,414980,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,350,0,29,94,1,1,6,5.857933044433594,36 +2188,0,0,16,24,12,12,363070,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,385,0,25,NA,NA,1,2,5.953243255615234,4 +2189,0,0,16,33,4,12,401122,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,618,0,44,120,1,1,11,6.426488399505615,121 +2190,0,0,13,31,NA,NA,529281,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,470,1,35,103,1,1,12,6.152732849121094,144 +2192,0,0,12,27,12,NA,373482,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,411,0,31,92,1,1,9,6.0185933113098145,81 +2195,0,0,12,25,12,10,403411,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,400,0,24,111,1,1,7,5.991464614868164,49 +2199,0,0,11,33,9,8,391625,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,700,0,40,96,1,0,16,6.551080226898193,256 +2202,0,0,15,27,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,311,1,40,103,1,0,6,5.739792823791504,36 +2203,0,0,14,24,12,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,243,0,35,110,1,1,4,5.493061542510986,16 +2208,0,0,12,32,5,7,127854,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,248,0,35,67,5,0,14,5.513428688049316,196 +2209,0,0,11,30,8,8,135156,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,423,0,26,69,6,1,13,6.047372341156006,169 +2211,0,0,11,33,8,8,127854,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,600,0,32,91,5,1,16,6.396929740905762,256 +2212,0,0,17,25,8,4,102879,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,700,0,34,104,1,1,2,6.551080226898193,4 +2213,0,0,12,24,10,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,300,0,36,124,6,1,6,5.703782558441162,36 +2215,0,0,12,24,11,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,691,0,42,98,1,0,6,6.538139820098877,36 +2216,0,0,12,30,7,9,542115,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,600,0,48,86,1,1,12,6.396929740905762,144 +2218,0,0,12,30,NA,12,476353,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,700,0,44,118,1,1,12,6.551080226898193,144 +2219,0,0,14,25,12,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,275,1,NA,98,6,0,5,5.616771221160889,25 +2223,0,0,9,34,4,7,151100,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,675,0,23,92,1,1,19,6.514712810516357,361 +2224,0,0,17,28,12,12,89134,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,449,1,40,116,1,1,5,6.107022762298584,25 +2225,0,0,16,30,12,12,116442,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,635,0,43,97,1,1,8,6.453625202178955,64 +2226,0,0,14,29,10,9,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1250,0,44,109,1,1,9,7.130898952484131,81 +2227,0,0,18,29,8,18,504643,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,962,0,33,105,1,1,5,6.869014263153076,25 +2228,0,0,18,25,10,13,363070,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,490,0,32,99,6,1,1,6.194405555725098,1 +2230,0,0,12,24,10,13,363070,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,586,0,28,NA,4,1,6,6.373319625854492,36 +2231,0,0,14,33,NA,12,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,750,0,NA,108,1,1,13,6.620073318481445,169 +2232,0,0,18,26,12,12,89134,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,326,0,39,100,6,1,2,5.7868971824646,4 +2233,0,0,18,29,17,12,116442,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,430,0,35,117,1,1,5,6.063785076141357,25 +2234,0,0,12,26,12,11,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,571,0,25,101,1,1,8,6.347389221191406,64 +2235,0,0,16,28,9,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,913,0,40,111,1,1,6,6.816735744476318,36 +2236,0,0,14,30,4,10,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,577,0,44,101,1,1,10,6.357842445373535,100 +2237,0,0,11,32,NA,NA,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,433,0,36,NA,1,1,15,6.070737838745117,225 +2238,0,0,12,24,9,8,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,505,0,21,NA,1,0,6,6.224558353424072,36 +2239,0,1,18,34,NA,8,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,721,0,45,92,1,1,10,6.580639362335205,100 +2240,0,1,16,33,14,8,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,962,0,38,106,1,1,11,6.869014263153076,121 +2241,0,1,12,31,13,14,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,609,0,33,NA,4,0,13,6.411818504333496,169 +2244,0,1,12,25,12,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,450,0,33,NA,1,0,7,6.10924768447876,49 +2245,1,0,12,33,10,12,391625,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,625,0,37,102,1,1,15,6.437751770019531,225 +2246,1,0,14,26,10,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,713,0,28,115,1,1,6,6.569481372833252,36 +2247,1,0,12,24,8,10,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,710,0,37,99,1,1,6,6.56526517868042,36 +2250,1,0,16,32,10,11,704926,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,913,0,48,118,1,1,10,6.816735744476318,100 +2251,1,0,8,24,8,8,708947,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,418,0,21,NA,1,0,10,6.0354814529418945,100 +2254,0,0,13,29,16,13,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,692,0,37,132,1,1,10,6.539586067199707,100 +2255,0,0,12,34,NA,NA,352463,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,260,0,34,NA,1,0,16,5.5606818199157715,256 +2256,0,0,13,26,16,12,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,650,0,26,108,1,1,7,6.476972579956055,49 +2257,0,0,14,25,16,12,354474,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,610,0,35,103,1,1,5,6.413458824157715,25 +2260,0,0,12,29,10,14,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,726,0,40,98,5,1,11,6.587550163269043,121 +2261,0,0,13,32,11,8,352463,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,767,0,44,111,1,0,13,6.642486572265625,169 +2264,0,0,12,27,11,12,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,620,0,29,97,1,0,9,6.4297194480896,81 +2266,0,0,16,27,NA,12,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,721,0,33,101,1,0,5,6.580639362335205,25 +2267,0,0,18,26,12,14,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,516,0,36,129,3,1,2,6.2461066246032715,4 +2269,0,0,12,25,11,10,363070,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,400,0,37,85,6,0,7,5.991464614868164,49 +2270,0,0,14,27,13,13,414980,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,808,0,39,106,1,1,7,6.694561958312988,49 +2271,0,0,12,24,7,7,363070,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,460,0,27,NA,6,0,6,6.131226539611816,36 +2272,0,0,17,32,18,12,361010,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,642,0,45,120,1,0,9,6.464588165283203,81 +2273,0,0,12,28,8,8,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,519,0,28,107,1,1,10,6.251904010772705,100 +2275,0,0,12,24,10,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,568,0,32,109,1,0,6,6.342121601104736,36 +2276,0,0,16,24,10,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,693,0,28,NA,6,1,2,6.541029930114746,4 +2278,0,0,12,31,8,12,487904,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,978,0,49,106,6,1,13,6.885509490966797,169 +2279,0,0,12,32,12,8,361010,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,779,0,34,106,1,0,14,6.658010959625244,196 +2280,0,0,14,27,8,9,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,443,0,32,95,1,0,7,6.093569755554199,49 +2283,0,0,16,33,9,12,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,692,0,39,105,1,1,11,6.539586067199707,121 +2284,0,0,16,26,12,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,417,0,44,131,6,1,4,6.03308629989624,16 +2286,0,0,11,30,8,12,542115,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,773,0,32,93,1,0,13,6.6502790451049805,169 +2287,0,0,15,26,NA,8,430739,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,400,0,33,88,6,1,5,5.991464614868164,25 +2292,0,0,12,27,NA,11,347666,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,900,0,38,100,1,0,9,6.802394866943359,81 +2294,0,0,16,31,12,8,454179,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,700,0,32,107,1,1,9,6.551080226898193,81 +2296,0,0,16,24,8,12,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,485,0,35,104,1,0,2,6.184148788452148,4 +2299,0,0,16,29,8,9,111021,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,894,0,30,107,1,0,7,6.795705795288086,49 +2300,0,0,18,29,NA,NA,111021,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,750,0,42,126,1,1,5,6.620073318481445,25 +2301,1,0,13,33,NA,8,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1055,0,47,109,1,1,14,6.961296081542969,196 +2302,1,0,12,28,10,NA,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,933,0,42,112,1,1,10,6.838405132293701,100 +2303,1,0,12,26,10,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,568,0,22,105,1,1,8,6.342121601104736,64 +2304,1,0,16,25,8,12,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,987,1,36,133,1,1,3,6.894670009613037,9 +2305,1,0,16,24,8,12,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,769,0,36,NA,1,1,2,6.6450910568237305,4 +2306,1,0,12,27,8,12,414980,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,648,1,33,114,1,0,9,6.473890781402588,81 +2307,1,0,16,30,12,14,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,449,0,38,99,6,0,8,6.107022762298584,64 +2309,1,0,12,27,10,12,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,580,0,25,114,1,0,9,6.363028049468994,81 +2310,1,0,8,33,7,10,401122,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,550,0,34,NA,1,0,19,6.309918403625488,361 +2314,0,0,12,29,9,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,800,0,35,123,1,1,11,6.684611797332764,121 +2315,0,0,12,24,12,12,354474,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,160,0,34,83,6,1,6,5.075173854827881,36 +2317,0,0,17,28,16,17,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,462,0,42,NA,1,1,5,6.135564804077148,25 +2318,0,0,14,25,12,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,425,0,46,NA,1,1,5,6.052089214324951,25 +2319,0,0,8,32,8,12,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,600,0,39,NA,1,0,18,6.396929740905762,324 +2322,0,0,17,26,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,866,0,37,127,4,1,3,6.763885021209717,9 +2323,0,0,12,28,NA,10,386295,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,683,0,49,87,1,1,10,6.526494979858398,100 +2324,0,0,12,27,12,11,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1115,0,48,100,1,1,9,7.0166096687316895,81 +2325,0,0,12,26,12,11,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1100,0,48,104,1,1,8,7.003065586090088,64 +2326,0,0,12,24,12,11,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,286,0,49,106,1,1,6,5.655992031097412,36 +2327,0,0,14,28,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,513,0,46,127,1,1,8,6.240275859832764,64 +2328,0,0,13,26,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,650,1,52,109,1,1,7,6.476972579956055,49 +2329,0,0,12,31,12,9,454179,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1039,0,48,85,1,1,13,6.946013927459717,169 +2330,0,0,12,26,12,9,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,700,0,46,93,1,1,8,6.551080226898193,64 +2333,0,1,18,31,12,12,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,315,0,30,NA,6,1,7,5.752572536468506,49 +2336,0,1,12,33,7,8,361010,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,310,0,40,100,1,1,15,5.736572265625,225 +2338,0,1,11,27,NA,NA,373482,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,335,0,37,NA,1,0,10,5.8141303062438965,100 +2339,0,1,11,25,NA,NA,363070,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,518,0,20,71,1,0,8,6.249975204467773,64 +2340,0,1,16,28,12,12,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,709,0,36,88,6,0,6,6.5638556480407715,36 +2342,0,1,12,25,8,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,623,0,32,93,1,0,7,6.43454647064209,49 +2343,0,1,13,28,8,12,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,298,0,26,98,1,0,9,5.697093486785889,81 +2345,0,1,14,24,10,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,625,0,35,110,1,1,4,6.437751770019531,16 +2347,0,1,16,29,8,12,504643,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,769,0,37,113,1,0,7,6.6450910568237305,49 +2348,0,1,16,28,8,8,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,459,0,40,136,6,1,6,6.129050254821777,36 +2350,1,1,12,31,6,NA,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,550,0,31,109,1,0,13,6.309918403625488,169 +2352,1,1,14,29,12,11,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,470,0,38,94,1,1,9,6.152732849121094,81 +2353,1,1,12,33,8,8,391625,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,396,0,36,77,1,0,15,5.981414318084717,225 +2354,1,1,14,25,12,12,708947,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,594,0,33,NA,1,1,5,6.3868794441223145,25 +2356,1,1,16,28,18,15,729279,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1039,0,49,113,6,1,6,6.946013927459717,36 +2358,1,1,12,34,8,8,352463,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,400,0,36,NA,1,1,16,5.991464614868164,256 +2360,1,1,12,26,11,12,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,698,1,34,125,1,NA,8,6.548219203948975,64 +2362,1,1,16,26,8,13,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,713,0,27,106,1,1,4,6.569481372833252,16 +2363,1,1,12,24,8,11,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,550,0,33,NA,1,1,6,6.309918403625488,36 +2366,1,1,14,27,8,14,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,333,0,37,108,1,1,7,5.80814266204834,49 +2368,0,1,12,29,12,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1058,0,29,NA,1,0,11,6.964135646820068,121 +2369,0,1,11,30,NA,NA,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,590,0,35,89,1,0,13,6.380122661590576,169 +2370,0,1,12,24,NA,NA,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,633,0,39,NA,1,1,6,6.450470447540283,36 +2371,0,1,10,26,NA,NA,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,500,0,24,84,2,1,10,6.214608192443848,100 +2372,0,1,14,28,12,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,788,0,37,NA,1,1,8,6.669497966766357,64 +2375,0,1,18,31,13,12,454179,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,832,0,50,NA,1,1,7,6.723832607269287,49 +2377,0,1,12,26,6,12,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,539,0,44,102,1,0,8,6.289715766906738,64 +2379,0,1,18,28,8,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,577,0,44,106,1,1,4,6.357842445373535,16 +2381,0,1,14,30,12,12,1113393,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,808,0,40,102,1,1,10,6.694561958312988,100 +2382,0,1,14,30,14,16,1113393,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,722,0,49,113,1,1,10,6.582025051116943,100 +2383,0,1,12,26,12,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,600,0,26,96,1,1,8,6.396929740905762,64 +2387,0,1,10,28,8,6,378045,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,452,0,22,NA,1,0,12,6.113682270050049,144 +2388,0,1,7,27,4,8,378045,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,300,0,30,NA,1,0,14,5.703782558441162,196 +2391,0,1,12,26,NA,10,88672,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,393,0,24,NA,6,0,8,5.973809719085693,64 +2393,1,1,12,26,NA,7,88672,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,200,0,NA,NA,6,0,8,5.2983174324035645,64 +2398,1,1,9,33,NA,7,107097,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,750,0,51,NA,1,1,18,6.620073318481445,324 +2399,1,1,16,26,12,12,426142,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,673,0,31,107,6,1,4,6.511745452880859,16 +2402,1,1,14,30,12,14,1002054,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,989,0,38,NA,1,0,10,6.896694183349609,100 +2404,1,1,17,27,12,14,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,880,0,49,110,6,0,4,6.779922008514404,16 +2406,1,1,13,26,12,12,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,905,0,35,106,1,1,7,6.807934761047363,49 +2408,1,1,14,34,NA,10,577458,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,250,0,37,NA,1,1,14,5.521461009979248,196 +2409,1,1,10,28,5,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,520,0,38,103,1,0,12,6.253829002380371,144 +2410,1,1,12,27,5,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,356,0,20,53,6,0,9,5.8749308586120605,81 +2411,1,1,12,24,5,12,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,278,0,24,103,1,0,6,5.627621173858643,36 +2412,1,1,12,25,11,11,86498,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,400,0,16,76,2,0,7,5.991464614868164,49 +2415,1,1,10,28,NA,8,88672,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,273,0,36,90,1,1,12,5.609471797943115,144 +2417,1,1,11,31,7,12,501027,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,500,0,31,96,1,1,14,6.214608192443848,196 +2418,1,1,11,33,6,12,370720,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,603,0,35,97,1,1,16,6.401916980743408,256 +2419,0,1,12,25,9,11,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,400,0,26,NA,5,1,7,5.991464614868164,49 +2422,0,1,12,28,NA,10,88672,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,475,0,35,87,5,1,10,6.1633148193359375,100 +2424,0,1,12,33,NA,15,370720,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1100,0,39,89,1,1,15,7.003065586090088,225 +2427,0,1,14,26,12,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,337,1,44,118,6,1,6,5.820083141326904,36 +2429,0,1,11,27,16,12,426142,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,538,0,46,NA,1,1,10,6.287858486175537,100 +2431,0,1,13,26,NA,8,104794,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,404,0,28,70,1,1,7,6.001414775848389,49 +2432,0,1,16,27,17,16,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,757,0,34,104,1,1,5,6.629363059997559,25 +2433,0,1,16,33,18,16,370720,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,554,0,36,113,1,1,11,6.317164897918701,121 +2435,0,1,16,29,12,11,501027,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,577,0,36,116,1,1,7,6.357842445373535,49 +2436,0,1,15,26,12,10,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,432,0,36,114,1,1,5,6.06842565536499,25 +2438,0,1,11,29,5,12,501027,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,550,0,33,NA,1,0,12,6.309918403625488,144 +2439,0,1,16,24,16,12,414261,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,797,0,41,NA,1,1,2,6.680854797363281,4 +2440,0,1,14,27,16,14,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,450,0,29,116,6,1,7,6.10924768447876,49 +2441,0,1,13,29,10,11,501027,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,807,0,43,109,1,1,10,6.693323612213135,100 +2442,0,1,13,24,10,11,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,600,0,31,NA,1,1,5,6.396929740905762,25 +2444,0,1,13,34,6,6,365421,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,933,0,35,NA,1,1,15,6.838405132293701,225 +2445,0,1,11,33,NA,10,365421,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,1,481,0,29,80,1,0,16,6.175867080688477,256 +2446,1,1,12,29,9,8,501027,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,623,0,20,NA,1,0,11,6.43454647064209,121 +2450,1,1,10,27,4,11,88672,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,328,0,14,NA,1,1,11,5.793013572692871,121 +2451,1,1,16,26,6,8,93751,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,600,0,40,116,1,1,4,6.396929740905762,16 +2457,1,1,14,27,5,8,88672,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,693,0,32,83,1,1,7,6.541029930114746,49 +2460,1,1,15,33,12,12,90620,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,923,0,47,104,1,1,12,6.827629089355469,144 +2461,1,1,12,28,12,12,93751,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,721,0,42,106,1,1,10,6.580639362335205,100 +2462,1,1,12,25,12,9,86498,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,540,0,26,99,1,1,7,6.291569232940674,49 +2463,1,1,13,27,12,9,88672,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,459,1,37,101,1,0,8,6.129050254821777,64 +2464,1,1,13,27,11,11,88672,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,485,1,38,74,6,1,8,6.184148788452148,64 +2466,1,1,12,25,NA,11,86498,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,350,0,24,NA,6,0,7,5.857933044433594,49 +2468,1,1,16,25,18,16,372835,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,200,1,30,121,6,1,3,5.2983174324035645,9 +2470,1,1,10,30,3,NA,134310,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,520,0,30,NA,1,0,14,6.253829002380371,196 +2473,1,1,12,25,6,12,86507,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,250,0,26,NA,4,0,7,5.521461009979248,49 +2475,1,1,11,28,NA,NA,88672,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,1,504,0,22,NA,1,0,11,6.222576141357422,121 +2477,1,1,12,28,9,8,88672,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,363,1,21,77,1,1,10,5.894402980804443,100 +2478,1,1,11,33,NA,NA,127041,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,654,0,23,NA,1,0,16,6.483107566833496,256 +2479,1,1,12,32,5,NA,127041,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,425,0,24,NA,1,0,14,6.052089214324951,196 +2480,1,1,12,31,NA,NA,134296,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,245,0,26,NA,4,0,13,5.501258373260498,169 +2481,1,1,11,25,NA,8,86498,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,250,0,21,NA,6,1,8,5.521461009979248,64 +2483,1,1,13,32,0,NA,370720,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,1,879,0,40,NA,1,0,13,6.77878475189209,169 +2486,1,1,12,26,6,6,88672,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,687,0,18,93,1,0,8,6.532334327697754,64 +2487,1,1,11,32,NA,NA,127041,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,402,0,26,NA,1,0,15,5.9964518547058105,225 +2488,1,1,12,31,6,NA,134296,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,428,0,32,NA,4,0,13,6.0591230392456055,169 +2489,1,1,13,24,10,12,372835,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,325,0,37,114,4,1,5,5.783825397491455,25 +2492,1,1,17,27,16,12,383527,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,725,0,40,103,5,0,4,6.586171627044678,16 +2493,1,1,12,25,3,8,89835,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,780,0,34,NA,1,1,7,6.659294128417969,49 +2499,0,1,14,27,NA,8,362750,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,264,0,38,NA,1,1,7,5.575949192047119,49 +2500,0,1,12,32,6,9,577458,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,450,0,43,92,4,1,14,6.10924768447876,196 +2501,0,1,14,27,8,8,88672,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,346,0,33,NA,4,1,7,5.846438884735107,49 +2502,0,1,13,24,6,3,86498,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,350,0,21,79,6,1,5,5.857933044433594,25 +2503,0,1,13,24,10,13,86498,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,400,0,24,NA,6,1,5,5.991464614868164,25 +2504,0,1,12,32,2,6,107097,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,980,0,34,92,1,1,14,6.887552738189697,196 +2505,0,1,12,29,NA,5,134296,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,385,0,36,NA,1,1,11,5.953243255615234,121 +2507,0,1,17,28,NA,11,88672,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,0,1,344,0,35,NA,6,1,5,5.840641498565674,25 +2509,0,1,16,25,7,9,86498,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,563,0,NA,99,6,1,3,6.333279609680176,9 +2510,0,1,7,29,12,12,144741,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,463,0,28,NA,1,1,16,6.1377272605896,256 +2511,0,1,12,28,NA,NA,104794,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,565,0,20,NA,6,0,10,6.336825847625732,100 +2512,0,1,12,27,5,9,104794,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,638,0,28,NA,1,1,9,6.458338260650635,81 +2513,0,1,10,30,NA,5,134296,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,462,0,29,NA,1,0,14,6.135564804077148,196 +2514,0,1,13,27,NA,NA,88672,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,670,1,35,99,1,1,8,6.507277488708496,64 +2515,0,1,13,24,NA,NA,86498,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,404,0,26,NA,6,1,5,6.001414775848389,25 +2516,0,1,17,25,11,9,86498,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,373,1,33,116,5,1,2,5.921578407287598,4 +2517,0,1,12,24,NA,NA,86498,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,230,0,20,NA,6,1,6,5.438079357147217,36 +2518,0,1,12,32,NA,NA,127041,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,558,0,40,NA,5,0,14,6.324358940124512,196 +2519,0,1,8,29,6,7,134296,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,300,0,18,NA,1,0,15,5.703782558441162,225 +2520,0,1,14,29,NA,12,501027,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,913,0,40,NA,1,1,9,6.816735744476318,81 +2522,0,1,18,27,12,8,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,558,0,41,98,1,1,3,6.324358940124512,9 +2523,0,1,13,33,NA,12,370720,0,0,1,0,0,0,0,0,0,1,0,0,1,0,1,1,1,529,0,48,114,1,1,14,6.270988464355469,196 +2524,0,1,15,26,5,7,93751,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,330,0,45,NA,6,1,5,5.799092769622803,25 +2526,0,1,9,26,13,11,93751,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,375,0,28,NA,1,1,11,5.926926136016846,121 +2527,0,1,13,24,13,11,91137,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,615,0,25,NA,1,0,5,6.421622276306152,25 +2528,0,1,14,27,12,12,426142,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,721,0,34,119,1,1,7,6.580639362335205,49 +2529,0,1,16,25,12,12,414261,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,529,1,40,122,4,1,3,6.270988464355469,9 +2531,0,1,12,34,6,12,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,859,0,42,77,1,0,16,6.755768775939941,256 +2532,0,1,14,27,16,11,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,649,0,35,NA,1,1,7,6.475432872772217,49 +2533,0,1,10,24,16,11,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,238,0,26,NA,1,1,8,5.472270488739014,64 +2534,0,1,12,34,8,6,150139,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,275,0,37,95,1,0,16,5.616771221160889,256 +2536,0,1,14,26,NA,13,88672,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,325,0,24,89,1,1,6,5.783825397491455,36 +2537,0,1,14,29,NA,16,134296,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,357,0,44,93,5,1,9,5.877735614776611,81 +2538,0,1,12,30,NA,10,134296,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,385,0,35,NA,1,0,12,5.953243255615234,144 +2540,0,1,14,24,12,15,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,365,0,25,116,1,1,4,5.899897575378418,16 +2542,0,1,8,33,6,4,406024,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,800,0,30,NA,1,0,19,6.684611797332764,361 +2543,0,1,12,34,5,12,406024,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,482,0,37,110,1,1,16,6.177944183349609,256 +2544,0,1,17,29,12,8,493866,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,955,0,39,132,1,1,6,6.861711502075195,36 +2545,0,1,17,26,7,12,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,462,0,32,103,1,0,3,6.135564804077148,9 +2546,0,1,16,28,2,8,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,417,0,37,112,1,0,6,6.03308629989624,36 +2548,0,1,10,25,2,8,367506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,290,0,23,NA,1,0,9,5.6698808670043945,81 +2549,0,1,12,24,12,12,367506,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,1,1,240,0,36,NA,1,1,6,5.4806389808654785,36 +2552,0,1,12,31,NA,NA,610498,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,829,0,30,NA,1,0,13,6.72022008895874,169 +2558,0,1,12,32,12,12,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,361,0,42,99,1,1,14,5.888877868652344,196 +2561,0,1,16,28,11,12,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,598,0,46,138,1,1,6,6.393590927124023,36 +2562,0,1,13,25,7,10,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,750,1,29,93,1,1,6,6.620073318481445,36 +2563,0,1,16,25,12,11,353857,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,385,0,28,88,6,0,3,5.953243255615234,9 +2564,0,1,16,28,NA,10,88672,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,620,0,26,96,1,1,6,6.4297194480896,36 +2570,0,1,13,34,14,12,411911,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,641,0,45,106,1,1,15,6.463029384613037,225 +2575,0,1,16,26,12,9,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,468,0,33,90,1,0,4,6.148468494415283,16 +2576,0,1,13,24,12,9,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,385,1,29,NA,6,0,5,5.953243255615234,25 +2578,0,1,12,25,11,12,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,462,0,25,93,1,0,7,6.135564804077148,49 +2579,0,1,12,27,14,10,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,635,0,32,92,1,1,9,6.453625202178955,81 +2580,0,1,12,26,14,10,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,400,0,22,101,1,1,8,5.991464614868164,64 +2581,0,1,13,27,12,10,420051,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,760,0,27,100,1,1,8,6.6333184242248535,64 +2583,0,1,13,27,12,10,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,560,1,35,91,1,1,8,6.32793664932251,64 +2584,0,1,12,34,3,NA,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1000,0,48,95,1,1,16,6.907755374908447,256 +2587,1,1,11,28,6,6,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,425,0,24,71,1,0,11,6.052089214324951,121 +2589,1,1,12,30,NA,9,134296,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,411,0,28,89,1,0,12,6.0185933113098145,144 +2591,1,1,11,25,NA,3,91137,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,179,0,12,67,1,1,8,5.1873860359191895,64 +2593,1,1,18,32,14,12,370720,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,375,0,44,96,1,0,8,5.926926136016846,64 +2594,1,1,18,28,16,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1298,0,45,127,6,1,4,7.168580055236816,16 +2595,1,1,15,30,8,14,158714,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,1,476,0,40,NA,1,1,9,6.165417671203613,81 +2596,1,1,16,27,8,8,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,775,0,43,114,6,1,5,6.652863025665283,25 +2597,1,1,12,27,10,10,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,714,1,37,112,1,1,9,6.570882797241211,81 +2600,1,1,10,28,NA,9,88672,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,429,0,34,57,4,0,12,6.06145715713501,144 +2602,1,1,13,24,10,11,86498,0,0,1,0,0,0,0,0,0,1,0,0,1,1,1,1,1,435,0,26,NA,6,1,5,6.075345993041992,25 +2603,1,1,13,26,NA,7,93751,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,875,0,30,102,1,1,7,6.774223804473877,49 +2604,1,1,14,33,NA,11,127041,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,424,0,29,103,5,0,13,6.049733638763428,169 +2605,1,1,12,25,NA,11,86498,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,375,0,34,NA,6,0,7,5.926926136016846,49 +2606,1,1,12,25,NA,NA,86498,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,489,0,23,NA,1,0,7,6.192362308502197,49 +2607,1,1,15,24,12,7,86498,0,0,1,0,0,0,0,0,0,1,0,0,1,1,1,1,1,462,0,30,102,1,0,3,6.135564804077148,9 +2608,1,1,12,34,8,NA,577458,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,340,0,33,NA,1,0,16,5.828945636749268,256 +2610,1,1,12,30,NA,12,501027,0,0,1,0,0,0,0,0,0,1,0,0,1,0,1,1,1,581,0,45,NA,1,0,12,6.364750862121582,144 +2611,1,1,12,27,7,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,515,0,34,88,1,1,9,6.244166851043701,81 +2612,1,1,12,25,7,12,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1053,0,32,88,1,1,7,6.9593987464904785,49 +2613,1,1,12,30,10,11,610438,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,475,0,26,NA,1,1,12,6.1633148193359375,144 +2618,1,1,18,32,14,9,370720,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1502,0,53,132,1,1,8,7.3145527839660645,64 +2619,1,1,15,33,12,14,411911,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,962,0,45,110,4,1,12,6.869014263153076,144 +2620,1,1,15,30,14,18,134296,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,230,0,32,90,4,1,9,5.438079357147217,81 +2621,1,1,18,29,14,18,134296,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,750,0,28,96,1,1,5,6.620073318481445,25 +2622,1,1,15,26,12,12,88672,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,225,0,29,83,1,0,5,5.41610050201416,25 +2626,1,1,13,26,12,NA,88672,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,331,0,32,86,1,1,7,5.802118301391602,49 +2627,1,1,11,26,NA,NA,88672,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,397,0,28,NA,1,0,9,5.983936309814453,81 +2628,1,1,10,34,10,NA,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,750,0,45,94,1,1,18,6.620073318481445,324 +2629,1,1,12,25,8,12,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,450,0,20,86,1,1,7,6.10924768447876,49 +2633,1,1,13,25,9,7,353857,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,865,0,40,110,1,1,6,6.762729644775391,36 +2634,1,1,8,24,9,10,91137,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,535,0,31,NA,6,1,10,6.282266616821289,100 +2636,1,1,16,27,12,8,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,846,0,29,114,1,1,5,6.7405195236206055,25 +2637,1,1,16,26,12,8,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,759,0,39,130,6,1,4,6.632001876831055,16 +2638,1,1,16,24,12,8,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,600,0,40,119,6,1,2,6.396929740905762,4 +2640,1,1,12,34,8,NA,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1030,0,26,94,1,1,16,6.937314033508301,256 +2642,1,1,14,32,10,8,411911,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,876,0,52,125,1,1,12,6.775366306304932,144 +2645,1,1,12,32,NA,NA,370720,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,568,0,44,100,1,0,14,6.342121601104736,196 +2646,1,1,16,25,14,14,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,533,0,27,108,6,1,3,6.278521537780762,9 +2649,1,1,12,25,10,8,372835,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,1,1,481,0,38,NA,1,1,7,6.175867080688477,49 +2652,1,1,12,28,NA,11,88672,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,604,1,39,83,1,1,10,6.403573989868164,100 +2657,1,1,12,27,12,12,426142,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,1,1,657,0,32,86,1,1,9,6.48768424987793,81 +2659,1,1,12,31,NA,12,493866,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,625,0,36,101,1,0,13,6.437751770019531,169 +2661,1,1,12,29,NA,10,134296,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,280,0,16,70,1,1,11,5.63478946685791,121 +2665,1,1,10,28,8,7,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,500,0,27,75,1,0,12,6.214608192443848,144 +2666,1,1,12,26,8,7,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,535,1,24,105,1,0,8,6.282266616821289,64 +2667,1,1,10,26,NA,NA,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,818,0,28,85,1,0,10,6.706862449645996,100 +2668,1,1,10,34,NA,NA,365421,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,624,0,33,NA,1,0,18,6.436150550842285,324 +2669,1,1,10,28,NA,9,378045,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,604,0,36,89,1,0,12,6.403573989868164,144 +2670,1,1,12,31,12,12,493866,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,505,0,25,80,1,1,13,6.224558353424072,169 +2671,1,1,12,30,12,12,556697,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,750,0,20,72,1,0,12,6.620073318481445,144 +2672,1,1,12,32,11,8,411911,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,721,0,43,NA,1,1,14,6.580639362335205,196 +2673,1,1,18,32,12,12,411911,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,674,0,56,115,1,1,8,6.513230323791504,64 +2674,1,1,16,33,17,12,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,913,0,48,115,1,1,11,6.816735744476318,121 +2675,1,1,17,30,18,18,134296,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,879,1,40,102,1,1,7,6.77878475189209,49 +2677,1,1,12,26,8,13,88672,0,0,1,0,0,0,0,1,0,0,0,0,1,1,1,1,1,427,1,27,NA,1,1,8,6.056784152984619,64 +2678,1,1,8,24,12,12,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,792,0,29,NA,1,1,10,6.674561500549316,100 +2679,1,1,14,29,10,10,134296,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,327,1,44,99,4,1,9,5.7899603843688965,81 +2682,1,1,10,30,NA,NA,158714,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,313,0,39,NA,5,0,14,5.746203422546387,196 +2683,1,1,16,34,14,12,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,786,0,34,NA,1,1,12,6.666956901550293,144 +2686,1,1,18,31,14,12,122473,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,337,0,40,107,1,1,7,5.820083141326904,49 +2687,1,1,10,30,NA,4,134296,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,385,0,27,66,6,1,14,5.953243255615234,196 +2689,1,1,16,27,8,8,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,529,0,47,108,5,1,5,6.270988464355469,25 +2690,1,1,10,33,NA,NA,127041,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,1,429,0,37,NA,1,0,17,6.06145715713501,289 +2691,1,1,12,27,7,7,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,984,0,36,94,2,0,9,6.891625881195068,81 +2692,1,1,12,34,3,8,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,817,0,27,93,6,0,16,6.705638885498047,256 +2695,1,1,14,32,7,8,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,745,0,NA,NA,1,0,12,6.613384246826172,144 +2697,1,1,10,24,4,0,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,345,0,31,NA,6,1,8,5.8435444831848145,64 +2702,1,1,14,34,NA,12,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,554,1,43,NA,1,1,14,6.317164897918701,196 +2707,1,1,13,24,6,12,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,263,0,28,85,6,1,5,5.5721540451049805,25 +2708,1,1,18,32,16,16,150139,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,745,0,40,99,1,0,8,6.613384246826172,64 +2710,1,1,17,29,13,13,134296,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,673,0,42,NA,6,1,6,6.511745452880859,36 +2712,1,1,17,32,14,13,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,721,0,36,86,5,1,9,6.580639362335205,81 +2713,1,1,13,30,NA,11,134296,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,438,0,34,NA,1,1,11,6.082219123840332,121 +2721,1,0,12,26,NA,12,88672,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,545,0,32,95,1,1,8,6.300786018371582,64 +2722,1,0,14,25,NA,12,86498,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,250,0,NA,114,6,1,5,5.521461009979248,25 +2723,1,0,14,27,NA,11,88672,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,624,0,NA,74,4,1,7,6.436150550842285,49 +2728,1,0,13,29,8,10,501027,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,400,0,36,NA,6,1,10,5.991464614868164,100 +2729,1,0,16,29,16,16,556697,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,577,0,46,128,1,1,7,6.357842445373535,49 +2730,1,0,16,25,18,18,353857,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,813,0,37,111,6,1,3,6.70073127746582,9 +2731,1,0,12,34,12,11,519712,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,625,0,38,101,4,1,16,6.437751770019531,256 +2732,1,0,14,26,12,11,362750,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,485,0,43,111,5,1,6,6.184148788452148,36 +2733,1,0,16,28,10,12,383527,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,841,0,42,92,6,1,6,6.734591484069824,36 +2734,1,0,16,27,10,12,383527,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,865,0,41,100,1,1,5,6.762729644775391,25 +2735,1,0,16,26,14,12,426142,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,325,0,48,123,1,1,4,5.783825397491455,16 +2736,1,0,14,26,9,10,88672,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,477,0,22,69,1,1,6,6.167516708374023,36 +2737,1,0,16,25,9,10,86498,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,250,0,30,79,1,1,3,5.521461009979248,9 +2739,1,0,12,24,10,9,91137,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,500,0,30,NA,6,1,6,6.214608192443848,36 +2740,0,0,13,25,8,10,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,515,1,31,106,6,1,6,6.244166851043701,36 +2741,0,0,18,28,NA,5,383527,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,256,0,27,106,6,1,4,5.545177459716797,16 +2742,0,0,13,24,NA,5,372835,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,718,0,40,115,6,1,5,6.576469421386719,25 +2743,0,0,18,30,17,13,501027,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,796,0,42,NA,1,1,6,6.679599285125732,36 +2744,0,0,12,25,10,12,367506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,750,0,31,108,1,0,7,6.620073318481445,49 +2745,0,0,12,24,10,11,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,419,0,26,NA,4,0,6,6.03787088394165,36 +2747,0,0,12,26,NA,NA,88672,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,431,0,22,69,1,0,8,6.066108226776123,64 +2748,0,0,12,25,NA,NA,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,425,0,27,86,1,0,7,6.052089214324951,49 +2749,0,0,12,31,10,11,134296,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,220,0,29,76,6,1,13,5.393627643585205,169 +2750,0,0,13,29,9,9,134296,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,685,1,40,115,1,1,10,6.5294189453125,100 +2751,0,0,15,34,14,12,365421,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,500,0,44,104,1,0,13,6.214608192443848,169 +2754,0,0,16,26,10,12,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,551,0,37,115,6,0,4,6.311734676361084,16 +2755,0,0,11,25,12,12,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,700,0,26,93,1,0,8,6.551080226898193,64 +2757,0,1,12,32,8,8,411911,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,707,0,39,91,1,1,14,6.561030864715576,196 +2761,1,1,17,28,18,14,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,523,0,38,125,1,1,5,6.259581565856934,25 +2762,1,1,12,24,0,3,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,433,0,26,NA,1,0,6,6.070737838745117,36 +2763,1,1,14,25,5,4,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,462,1,22,89,1,1,5,6.135564804077148,25 +2764,1,1,12,24,5,4,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,397,0,16,NA,1,1,6,5.983936309814453,36 +2765,1,1,15,26,9,5,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,400,1,26,92,1,1,5,5.991464614868164,25 +2768,1,1,18,28,14,8,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,872,0,28,127,4,1,4,6.770789623260498,16 +2769,1,1,12,26,7,10,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,378,0,38,80,1,1,8,5.93489408493042,64 +2770,1,1,12,27,5,8,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,364,0,24,NA,1,1,9,5.897153854370117,81 +2772,1,1,15,31,12,10,501027,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,962,0,44,NA,1,1,10,6.869014263153076,100 +2776,1,1,15,30,12,15,501027,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,801,0,36,112,4,1,9,6.685861110687256,81 +2780,1,1,5,32,0,4,730842,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,400,0,12,NA,1,0,21,5.991464614868164,441 +2783,1,1,13,29,NA,12,134296,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,540,0,29,NA,4,0,10,6.291569232940674,100 +2785,1,1,10,30,9,9,556697,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,450,0,35,90,1,0,14,6.10924768447876,196 +2787,1,1,15,27,NA,16,88672,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,438,0,34,NA,4,1,6,6.082219123840332,36 +2790,1,1,12,26,4,9,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,360,0,23,84,5,0,8,5.886104106903076,64 +2791,0,1,12,27,12,12,383527,0,0,1,0,0,0,0,0,1,0,0,0,1,0,1,1,1,529,0,30,NA,1,0,9,6.270988464355469,81 +2792,0,1,12,26,NA,NA,88672,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,721,0,43,120,1,0,8,6.580639362335205,64 +2793,0,1,2,31,NA,10,556697,0,1,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,345,0,31,NA,5,0,23,5.8435444831848145,529 +2794,0,1,11,27,NA,NA,426142,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,1,1052,0,41,NA,1,1,10,6.95844841003418,100 +2796,0,1,16,28,16,NA,383527,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,726,0,44,106,6,0,6,6.587550163269043,36 +2798,0,1,12,33,NA,NA,519712,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,1,543,0,24,76,5,0,15,6.297109127044678,225 +2799,0,1,16,33,8,6,370720,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,1,1202,0,48,115,1,0,11,7.091742038726807,121 +2803,0,1,16,24,NA,12,414261,0,1,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,400,0,33,NA,1,0,2,5.991464614868164,4 +2805,0,1,9,32,NA,NA,127041,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,375,0,32,89,1,0,17,5.926926136016846,289 +2806,1,1,11,30,NA,NA,158714,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,281,0,29,NA,1,0,13,5.638354778289795,169 +2809,1,1,12,24,NA,10,86498,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,127,0,24,NA,5,0,6,4.844187259674072,36 +2810,1,1,12,32,NA,7,127041,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,0,1,1393,0,39,102,6,1,14,7.239214897155762,196 +2813,1,1,12,30,10,9,501027,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,1,649,0,47,104,1,1,12,6.475432872772217,144 +2815,1,1,16,31,11,8,556697,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,420,0,37,NA,5,0,9,6.040254592895508,81 +2816,1,1,16,27,11,8,426142,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,455,0,40,122,1,0,5,6.120297431945801,25 +2818,1,1,12,25,9,6,86498,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,661,0,23,107,1,0,7,6.493753910064697,49 +2819,0,1,12,24,12,8,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,380,0,30,NA,1,0,6,5.940171241760254,36 +2820,0,1,10,34,NA,NA,577458,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,315,0,26,NA,4,0,18,5.752572536468506,324 +2821,0,1,14,24,NA,NA,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,452,0,41,NA,1,1,4,6.113682270050049,16 +2822,0,1,12,28,12,12,426142,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,625,0,42,100,1,1,10,6.437751770019531,100 +2823,0,1,14,24,8,NA,367506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,601,1,30,NA,6,1,4,6.398594856262207,16 +2825,0,1,13,27,7,12,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,499,0,32,100,1,1,8,6.212605953216553,64 +2827,0,0,8,31,8,10,548740,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,693,0,24,NA,1,0,17,6.541029930114746,289 +2828,0,1,18,32,15,15,423456,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,535,0,40,129,1,1,8,6.282266616821289,64 +2831,0,1,7,26,1,8,375674,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,465,0,24,NA,1,0,13,6.142037391662598,169 +2832,0,1,12,24,NA,9,365200,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,400,0,32,NA,1,1,6,5.991464614868164,36 +2833,0,1,18,27,17,16,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,368,0,40,129,1,1,3,5.908082962036133,9 +2835,0,1,8,25,4,5,365200,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,700,0,22,NA,1,1,11,6.551080226898193,121 +2839,0,1,16,31,16,12,981534,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,962,0,39,112,1,0,9,6.869014263153076,81 +2840,0,1,6,24,NA,8,365200,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,365,0,13,NA,1,1,12,5.899897575378418,144 +2841,0,1,9,33,7,3,363128,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,475,0,35,NA,6,0,18,6.1633148193359375,324 +2843,0,1,12,24,7,3,365200,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,200,0,15,NA,1,0,6,5.2983174324035645,36 +2844,0,1,9,24,NA,NA,75607,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,600,0,23,NA,1,1,9,6.396929740905762,81 +2846,0,1,12,27,8,NA,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,505,0,17,76,6,1,9,6.224558353424072,81 +2852,0,1,16,31,12,12,117386,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,577,0,36,82,1,1,9,6.357842445373535,81 +2853,0,1,12,24,6,12,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,457,0,20,NA,6,1,6,6.124683380126953,36 +2854,0,1,12,34,NA,NA,104904,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,750,0,45,97,5,1,16,6.620073318481445,256 +2855,0,1,11,32,2,11,104904,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,577,0,38,98,1,1,15,6.357842445373535,225 +2857,0,1,15,24,17,16,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,289,1,34,124,6,1,3,5.666426658630371,9 +2859,0,1,12,25,15,9,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,224,0,31,NA,1,0,7,5.411645889282227,49 +2860,0,1,10,24,15,9,86498,0,0,1,0,0,0,0,1,0,0,0,0,1,1,1,1,1,363,0,NA,NA,6,0,8,5.894402980804443,64 +2861,0,1,10,26,NA,8,88672,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,229,0,25,NA,5,0,10,5.433722019195557,100 +2862,0,1,9,26,2,9,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,234,0,20,81,5,0,11,5.455321311950684,121 +2863,0,1,14,24,NA,7,86507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,465,0,NA,NA,1,0,4,6.142037391662598,16 +2868,0,1,16,27,NA,NA,426142,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,2083,0,34,60,4,1,5,7.64156436920166,25 +2869,0,1,15,31,12,12,549394,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,427,1,44,NA,1,1,10,6.056784152984619,100 +2871,0,1,12,33,8,9,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,678,1,44,100,4,1,15,6.5191473960876465,225 +2872,0,1,13,27,18,16,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,313,1,30,84,6,1,8,5.746203422546387,64 +2873,0,1,18,28,7,12,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,601,0,45,132,1,0,4,6.398594856262207,16 +2874,0,1,10,33,6,12,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,500,0,35,96,1,0,17,6.214608192443848,289 +2875,0,1,12,28,6,12,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,375,0,35,100,6,0,10,5.926926136016846,100 +2877,0,1,12,34,2,6,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,550,0,30,109,1,0,16,6.309918403625488,256 +2880,0,1,17,28,NA,12,78509,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,702,1,41,NA,1,1,5,6.553933620452881,25 +2882,0,1,16,33,NA,14,132931,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,625,0,34,84,1,1,11,6.437751770019531,121 +2883,0,1,14,34,NA,6,112480,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,423,0,31,90,1,0,14,6.047372341156006,196 +2884,0,1,11,28,NA,8,78509,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,355,0,28,NA,1,0,11,5.87211799621582,121 +2885,0,1,12,26,9,12,438085,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,519,0,30,98,6,1,8,6.251904010772705,64 +2886,0,1,14,24,9,12,425871,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,359,0,40,120,1,1,4,5.883322238922119,16 +2888,0,1,11,27,NA,7,78509,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,349,0,26,63,1,0,10,5.855072021484375,100 +2889,0,1,12,31,6,5,118905,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,293,0,29,NA,1,0,13,5.680172443389893,169 +2890,0,1,18,28,NA,5,78509,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,443,0,40,100,1,1,4,6.093569755554199,16 +2891,0,1,6,34,6,6,112480,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,270,0,20,NA,1,0,22,5.598422050476074,484 +2892,0,1,14,28,16,13,107087,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,385,0,36,110,1,1,8,5.953243255615234,64 +2895,0,1,12,27,NA,12,91831,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,438,0,43,83,1,0,9,6.082219123840332,81 +2897,0,1,11,30,NA,NA,572299,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,417,0,38,88,1,1,13,6.03308629989624,169 +2901,0,1,11,31,6,NA,572299,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,481,0,41,98,1,0,14,6.175867080688477,196 +2903,0,1,16,30,16,12,110376,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,596,1,49,113,1,1,8,6.390240669250488,64 +2905,0,1,12,28,3,8,95822,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,600,0,22,103,1,0,10,6.396929740905762,100 +2908,0,1,14,27,NA,9,77507,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,250,0,19,NA,6,0,7,5.521461009979248,49 +2909,0,1,12,31,6,10,117386,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,531,0,18,97,1,0,13,6.274762153625488,169 +2910,0,1,12,26,6,10,77507,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,591,0,17,NA,1,0,8,6.3818159103393555,64 +2911,0,1,12,33,NA,NA,111044,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,1,503,0,32,76,1,0,15,6.220590114593506,225 +2912,0,1,11,25,NA,9,89353,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,0,1,475,0,27,NA,1,0,8,6.1633148193359375,64 +2913,1,1,16,31,12,12,501027,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1374,0,44,126,4,1,9,7.2254815101623535,81 +2916,1,1,17,24,17,12,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,325,1,49,NA,6,1,1,5.783825397491455,1 +2917,1,1,14,25,6,12,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,577,1,NA,108,1,0,5,6.357842445373535,25 +2918,1,1,12,25,NA,11,372835,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,702,0,44,127,1,1,7,6.553933620452881,49 +2921,1,1,16,25,16,14,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,444,0,32,112,6,1,3,6.095824718475342,9 +2922,1,1,13,27,12,12,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,560,0,29,99,5,1,8,6.32793664932251,64 +2925,1,1,13,32,8,8,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,962,0,39,94,1,1,13,6.869014263153076,169 +2926,1,1,12,26,NA,7,383527,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,310,0,28,NA,6,1,8,5.736572265625,64 +2927,1,1,17,33,16,16,741440,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1269,1,48,127,1,1,10,7.145984649658203,100 +2928,1,1,16,28,16,16,767055,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,500,0,48,97,5,1,6,6.214608192443848,36 +2929,1,1,16,30,16,16,1002054,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,583,1,52,114,6,1,8,6.368186950683594,64 +2930,1,1,17,25,16,16,745670,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,112,1,33,116,6,1,2,4.718498706817627,4 +2931,1,1,14,33,13,12,730842,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,673,0,45,125,1,1,13,6.511745452880859,169 +2932,1,1,17,29,14,12,987731,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1923,1,43,104,1,1,6,7.561641693115234,36 +2936,1,1,14,24,12,12,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,400,0,27,NA,6,1,4,5.991464614868164,16 +2937,1,1,12,25,12,12,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,460,0,27,99,1,1,7,6.131226539611816,49 +2939,1,1,12,30,NA,12,134296,0,0,1,0,0,0,0,1,0,0,0,0,1,1,1,1,1,245,0,NA,NA,6,0,12,5.501258373260498,144 +2943,1,1,16,27,12,12,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,315,0,44,127,1,0,5,5.752572536468506,25 +2945,1,1,14,26,8,10,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,641,0,37,103,1,1,6,6.463029384613037,36 +2946,1,1,12,25,8,10,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,750,0,23,98,1,1,7,6.620073318481445,49 +2948,1,1,17,25,18,18,367506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,308,1,35,NA,1,1,2,5.730099678039551,4 +2950,1,1,17,29,18,16,493866,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,350,1,42,137,1,1,6,5.857933044433594,36 +2951,1,1,18,27,18,16,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,462,0,32,137,5,1,3,6.135564804077148,9 +2953,1,1,15,34,12,12,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,1154,0,51,103,1,0,13,7.050989627838135,169 +2954,1,1,16,34,12,12,411911,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1748,0,44,111,1,1,12,7.4662275314331055,144 +2956,1,1,17,33,15,12,411911,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,769,0,51,115,1,1,10,6.6450910568237305,100 +2957,0,1,15,29,12,11,572299,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,730,0,42,109,1,1,8,6.593044757843018,64 +2961,0,1,18,30,13,17,572299,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,736,0,49,107,1,1,6,6.601230144500732,36 +2962,0,1,16,25,14,13,425871,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,1,0,500,0,34,128,1,1,3,6.214608192443848,9 +2963,0,1,16,24,12,12,425871,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,1,0,365,0,36,123,4,1,2,5.899897575378418,4 +2965,0,1,13,24,3,3,405778,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,333,1,25,91,1,1,5,5.80814266204834,25 +2966,0,1,12,33,4,8,363128,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,721,0,40,NA,1,0,15,6.580639362335205,225 +2967,0,1,12,27,3,3,375674,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,375,0,21,89,1,1,9,5.926926136016846,81 +2968,0,1,12,26,9,5,345645,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,250,0,31,NA,1,0,8,5.521461009979248,64 +2971,0,1,17,30,4,8,451538,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,361,1,34,87,1,1,7,5.888877868652344,49 +2972,0,0,7,32,NA,4,423456,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,283,0,28,NA,1,0,19,5.64544677734375,361 +2975,0,0,12,34,NA,18,846911,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,415,0,37,NA,1,0,16,6.028278350830078,256 +2978,0,0,16,27,8,11,345645,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,522,1,38,101,1,1,5,6.257667541503906,25 +2979,0,0,12,33,11,11,334102,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,706,0,33,90,1,1,15,6.559615135192871,225 +2981,0,0,16,26,10,11,345645,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,409,1,41,104,1,1,4,6.0137152671813965,16 +2982,0,0,12,24,7,12,336009,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,416,0,39,105,1,1,6,6.0306854248046875,36 +2984,0,0,12,30,NA,8,451538,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,786,0,27,100,6,1,12,6.666956901550293,144 +2986,0,0,16,27,12,16,107087,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,577,0,40,111,1,1,5,6.357842445373535,25 +2987,0,0,16,24,16,12,104102,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,478,0,39,95,1,1,2,6.169610500335693,4 +2988,0,0,17,27,13,16,107087,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,625,0,44,125,6,1,4,6.437751770019531,16 +2989,0,0,17,24,12,16,104102,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,505,0,35,95,4,1,1,6.224558353424072,1 +2990,0,0,12,32,1,8,363128,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,287,0,37,NA,1,1,14,5.659482002258301,196 +2991,0,0,12,24,6,8,336009,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,500,0,24,NA,1,1,6,6.214608192443848,36 +2992,0,0,8,27,7,8,384050,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,500,0,34,NA,4,0,13,6.214608192443848,169 +2993,0,0,12,27,7,12,345645,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,350,0,22,NA,1,1,9,5.857933044433594,81 +2996,0,0,13,24,12,11,336009,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,462,0,34,NA,1,0,5,6.135564804077148,25 +2998,0,0,13,30,6,1,480216,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,548,0,29,NA,6,0,11,6.306275367736816,121 +2999,0,0,12,28,6,3,317074,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,255,0,32,NA,1,0,10,5.541263580322266,100 +3001,0,0,13,24,4,1,309300,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,524,0,26,NA,6,0,5,6.261491775512695,25 +3002,0,0,12,33,5,9,454271,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,292,0,29,NA,1,0,15,5.676753997802734,225 +3004,0,0,14,28,7,7,375674,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,375,0,24,NA,1,0,8,5.926926136016846,64 +3008,0,0,18,32,7,11,363128,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,529,0,38,NA,6,1,8,6.270988464355469,64 +3012,0,0,16,25,10,12,336009,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,909,0,20,124,6,0,3,6.812345027923584,9 +3013,0,0,9,28,NA,7,375674,0,1,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,353,0,30,NA,1,0,13,5.8664679527282715,169 +3018,0,0,14,28,12,12,375674,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,1155,0,41,107,1,1,8,7.051855564117432,64 +3021,0,0,8,34,NA,NA,403476,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,250,0,22,NA,4,0,20,5.521461009979248,400 +3022,0,0,13,28,12,12,107087,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,781,1,35,107,1,1,9,6.660574913024902,81 +3023,0,0,13,31,16,12,139895,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,416,0,45,110,6,1,12,6.0306854248046875,144 +3029,0,1,13,29,7,11,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,364,1,30,80,1,0,10,5.897153854370117,100 +3030,0,1,13,27,NA,11,78509,0,0,1,0,0,0,0,1,0,0,0,0,1,1,1,1,0,375,1,27,91,1,0,8,5.926926136016846,64 +3032,0,1,15,24,7,11,76585,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,375,1,29,NA,1,0,3,5.926926136016846,9 +3033,0,1,16,28,NA,5,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,358,1,26,96,1,NA,6,5.880533218383789,36 +3034,0,1,7,31,NA,2,140524,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,16,NA,2,0,18,5.703782558441162,324 +3036,0,1,14,25,16,16,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,528,0,32,102,1,1,5,6.269096374511719,25 +3037,0,1,12,34,NA,NA,88765,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,299,0,26,93,6,0,16,5.700443744659424,256 +3038,0,1,8,32,0,8,454271,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,450,0,33,NA,1,0,18,6.10924768447876,324 +3039,0,1,14,25,6,10,309300,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,540,1,20,NA,1,0,5,6.291569232940674,25 +3040,0,1,8,29,1,6,490767,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,528,0,26,NA,1,0,15,6.269096374511719,225 +3042,0,1,12,30,NA,12,119965,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,769,0,36,81,1,1,12,6.6450910568237305,144 +3043,0,1,12,26,5,8,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,198,0,32,NA,6,0,8,5.288267135620117,64 +3047,0,1,12,24,2,3,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,400,0,22,NA,6,0,6,5.991464614868164,36 +3048,0,1,12,28,NA,6,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,753,0,26,NA,6,0,10,6.624065399169922,100 +3049,0,1,12,24,NA,NA,75607,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,445,1,20,NA,6,0,6,6.098074436187744,36 +3050,0,1,9,30,3,5,117386,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,240,0,18,NA,1,0,15,5.4806389808654785,225 +3052,0,1,3,25,NA,5,75607,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,167,0,6,NA,1,0,16,5.1179938316345215,256 +3059,0,1,12,24,9,7,89271,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,445,0,36,NA,1,0,6,6.098074436187744,36 +3060,0,1,10,26,3,4,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,250,0,8,NA,1,0,10,5.521461009979248,100 +3061,0,1,12,26,10,12,91831,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,475,0,36,99,1,0,8,6.1633148193359375,64 +3062,0,1,16,28,16,16,84491,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,400,0,42,122,1,1,6,5.991464614868164,36 +3063,0,1,18,24,16,16,82135,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,398,0,38,94,6,1,0,5.986452102661133,0 +3064,0,1,12,25,3,5,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,350,0,24,NA,1,1,7,5.857933044433594,49 +3065,0,1,12,33,NA,NA,111044,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,523,0,26,93,1,0,15,6.259581565856934,225 +3066,0,1,10,31,4,8,117386,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,270,0,31,NA,1,0,15,5.598422050476074,225 +3067,0,1,9,30,NA,1,117386,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,310,0,20,NA,1,0,15,5.736572265625,225 +3071,0,1,6,31,NA,NA,117386,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,NA,NA,2,0,19,5.703782558441162,361 +3072,0,1,12,28,NA,NA,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,325,0,32,69,1,0,10,5.783825397491455,100 +3074,0,1,12,24,18,12,367506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,900,0,28,NA,1,0,6,6.802394866943359,36 +3077,0,0,13,26,12,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,750,0,35,102,1,0,7,6.620073318481445,49 +3079,0,0,8,26,NA,6,77507,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,285,0,12,NA,1,0,12,5.652489185333252,144 +3081,0,0,12,24,12,12,82135,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,278,0,10,NA,1,0,6,5.627621173858643,36 +3082,0,0,13,29,13,10,117386,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,500,0,29,NA,1,1,10,6.214608192443848,100 +3084,0,0,8,30,5,8,119965,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,700,0,28,NA,1,0,16,6.551080226898193,256 +3085,0,0,9,26,5,8,91831,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,300,0,16,NA,1,0,11,5.703782558441162,121 +3086,0,0,8,34,5,8,88765,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,392,0,36,NA,1,0,20,5.971261978149414,400 +3088,0,0,12,34,5,12,88765,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,511,0,44,95,1,0,16,6.236369609832764,256 +3089,0,0,16,31,8,11,119965,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,624,0,37,98,6,1,9,6.436150550842285,81 +3090,0,0,12,27,NA,NA,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,244,0,28,84,1,0,9,5.497168064117432,81 +3091,0,0,12,27,7,NA,91831,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,363,0,30,88,1,1,9,5.894402980804443,81 +3097,0,0,16,27,NA,4,84491,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,606,0,41,109,5,1,5,6.406879901885986,25 +3098,0,0,12,25,NA,9,851743,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,760,0,32,115,1,1,7,6.6333184242248535,49 +3104,0,0,14,31,12,12,130444,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,385,0,37,105,1,1,11,5.953243255615234,121 +3109,0,0,12,32,8,8,454271,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,495,0,27,NA,1,0,14,6.2045578956604,196 +3110,0,0,16,27,8,10,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,828,1,38,90,1,1,5,6.719013214111328,25 +3111,0,0,12,25,NA,12,425871,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,404,0,28,92,1,1,7,6.001414775848389,49 +3112,0,0,15,27,10,12,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,1,267,0,27,113,6,1,6,5.587248802185059,36 +3114,0,0,12,34,5,8,423456,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,440,0,41,82,1,0,16,6.086774826049805,256 +3116,0,0,14,28,NA,12,438085,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,375,0,22,105,6,1,8,5.926926136016846,64 +3117,0,0,10,24,2,8,336009,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,301,0,22,NA,1,1,8,5.707110404968262,64 +3118,0,0,12,34,8,12,363128,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,658,0,36,95,1,1,16,6.4892048835754395,256 +3119,0,0,15,24,7,10,76585,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,0,514,0,33,92,4,1,3,6.242223262786865,9 +3120,0,0,12,26,NA,7,78509,0,1,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,300,0,25,NA,6,0,8,5.703782558441162,64 +3122,0,0,12,26,10,7,78509,0,0,1,0,0,0,0,0,0,1,0,0,1,1,0,1,0,230,0,24,NA,6,0,8,5.438079357147217,64 +3126,0,0,10,31,NA,NA,118905,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,260,0,12,NA,6,0,15,5.5606818199157715,225 +3127,0,0,12,24,8,9,76585,0,0,1,0,0,0,0,0,0,1,0,0,1,1,0,1,0,305,0,16,NA,1,1,6,5.720311641693115,36 +3128,0,0,8,31,0,0,122798,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,430,0,21,NA,1,0,17,6.063785076141357,289 +3129,0,0,8,24,0,0,79093,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,260,0,12,NA,1,1,10,5.5606818199157715,100 +3130,0,0,16,24,12,12,89271,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,577,0,36,140,6,1,2,6.357842445373535,4 +3132,0,0,11,29,4,2,117386,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,425,0,19,NA,1,1,12,6.052089214324951,144 +3133,0,0,12,25,4,2,79093,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,315,0,24,NA,1,0,7,5.752572536468506,49 +3134,0,0,13,29,7,10,119965,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,375,1,33,85,1,0,10,5.926926136016846,100 +3135,0,0,9,33,1,2,111044,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,500,0,23,NA,1,0,18,6.214608192443848,324 +3136,0,0,12,25,1,6,365200,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,500,0,30,116,4,0,7,6.214608192443848,49 +3137,0,0,12,32,3,1,111044,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,350,0,24,85,1,0,14,5.857933044433594,196 +3138,0,0,10,29,3,1,117386,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,525,0,20,85,1,1,13,6.263398170471191,169 +3139,0,0,17,26,13,12,84491,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,500,0,37,NA,1,1,3,6.214608192443848,9 +3140,0,0,16,25,13,12,82135,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,385,0,21,122,1,1,3,5.953243255615234,9 +3142,0,1,9,25,12,8,86498,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,100,0,25,NA,1,1,10,4.605170249938965,100 +3143,0,1,15,26,6,7,88672,0,0,1,0,0,0,0,0,0,1,0,0,1,1,1,1,1,300,0,26,74,1,1,5,5.703782558441162,25 +3144,0,1,12,24,6,7,86498,0,0,1,0,0,0,0,0,0,1,0,0,1,1,1,1,1,188,0,24,NA,6,1,6,5.2364420890808105,36 +3145,0,1,8,33,NA,3,127041,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,355,0,19,NA,1,1,19,5.87211799621582,361 +3147,0,1,12,25,4,4,86507,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,267,0,19,110,1,0,7,5.587248802185059,49 +3149,0,1,12,28,6,7,88681,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,267,0,30,NA,1,0,10,5.587248802185059,100 +3150,0,1,12,34,8,8,370720,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,586,0,38,NA,1,1,16,6.373319625854492,256 +3151,0,1,12,24,NA,5,76585,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,375,0,27,NA,4,1,6,5.926926136016846,36 +3154,0,1,12,31,NA,NA,118905,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,346,0,27,NA,5,0,13,5.846438884735107,169 +3157,0,1,16,28,14,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,545,0,43,123,1,1,6,6.300786018371582,36 +3158,0,1,14,25,14,12,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,562,0,31,122,1,1,5,6.3315019607543945,25 +3159,0,1,12,26,12,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,577,0,24,86,1,1,8,6.357842445373535,64 +3163,0,1,15,26,10,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,890,0,30,80,1,1,5,6.791221618652344,25 +3166,0,1,13,26,6,NA,91831,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,625,0,30,96,1,0,7,6.437751770019531,49 +3168,0,1,13,26,6,12,91831,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,416,0,31,112,6,1,7,6.0306854248046875,49 +3169,0,1,6,31,4,NA,119965,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,683,0,28,NA,1,0,19,6.526494979858398,361 +3171,1,0,11,30,NA,9,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,625,0,20,NA,1,1,13,6.437751770019531,169 +3172,1,0,9,27,NA,NA,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,310,0,34,NA,6,0,12,5.736572265625,144 +3173,1,0,12,28,NA,NA,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,664,0,16,77,1,1,10,6.498281955718994,100 +3177,1,0,11,32,NA,NA,363128,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,286,0,22,92,1,0,15,5.655992031097412,225 +3179,1,0,12,26,NA,NA,78509,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,600,0,36,NA,1,0,8,6.396929740905762,64 +3182,1,0,16,29,12,12,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,742,0,37,89,5,0,7,6.609349250793457,49 +3185,1,0,11,27,2,5,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,225,0,28,NA,6,0,10,5.41610050201416,100 +3186,1,0,12,34,NA,8,103511,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,623,0,41,87,1,0,16,6.43454647064209,256 +3187,1,0,12,24,NA,8,104102,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,603,0,29,NA,6,1,6,6.401916980743408,36 +3188,1,0,12,29,11,10,165331,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,550,0,39,95,1,0,11,6.309918403625488,121 +3192,1,0,16,27,10,12,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,801,0,39,117,1,0,5,6.685861110687256,25 +3195,0,1,14,30,12,12,572299,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,330,0,40,67,1,1,10,5.799092769622803,100 +3196,0,1,16,34,4,12,470506,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,684,0,50,112,1,1,12,6.527957916259766,144 +3197,0,1,15,29,18,12,635888,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1000,0,41,119,6,1,8,6.907755374908447,64 +3198,0,1,16,30,NA,NA,139895,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1091,0,30,103,6,0,8,6.994850158691406,64 +3199,0,1,13,24,NA,10,90509,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,476,0,23,NA,4,0,5,6.165417671203613,25 +3200,0,1,12,24,NA,3,76585,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,500,0,30,NA,6,1,6,6.214608192443848,36 +3201,0,1,14,25,6,10,76585,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,950,0,31,NA,1,1,5,6.856462001800537,25 +3202,0,1,18,30,14,12,140524,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,1142,0,36,NA,1,1,6,7.040536403656006,36 +3203,0,1,12,32,NA,9,460147,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,450,0,29,74,1,1,14,6.10924768447876,196 +3204,0,1,12,25,7,12,851743,0,0,1,0,0,0,0,0,0,1,0,0,1,0,1,1,1,448,1,32,NA,1,1,7,6.104793071746826,49 +3206,0,1,16,27,12,12,107087,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,361,0,35,112,6,1,5,5.888877868652344,25 +3207,0,1,13,24,12,12,104102,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,535,0,19,NA,1,1,5,6.282266616821289,25 +3210,0,1,17,25,6,8,336009,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,616,0,21,102,1,1,2,6.42324686050415,4 +3211,0,1,14,24,17,14,405778,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,490,0,34,NA,6,1,4,6.194405555725098,16 +3212,0,1,12,26,8,9,375674,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,415,0,24,95,1,1,8,6.028278350830078,64 +3216,1,0,13,24,NA,9,76585,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,250,0,21,NA,6,0,5,5.521461009979248,25 +3220,1,0,13,28,9,6,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,500,0,33,81,1,1,9,6.214608192443848,81 +3221,1,0,18,28,10,10,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,1155,0,48,124,1,0,4,7.051855564117432,16 +3222,1,0,12,32,8,7,470506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,525,0,38,89,1,0,14,6.263398170471191,196 +3224,1,0,11,24,NA,12,425871,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,300,0,23,NA,1,1,7,5.703782558441162,49 +3225,1,0,9,26,8,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,308,0,14,NA,1,0,11,5.730099678039551,121 +3226,1,0,8,29,8,12,572299,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,625,0,30,91,1,0,15,6.437751770019531,225 +3227,1,0,13,24,8,7,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,350,1,35,117,6,1,5,5.857933044433594,25 +3228,1,0,16,30,7,11,572299,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,673,0,46,109,1,1,8,6.511745452880859,64 +3229,1,0,13,28,NA,7,486761,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,558,1,26,NA,1,0,9,6.324358940124512,81 +3232,1,0,12,28,6,7,317074,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,351,0,34,88,1,1,10,5.860786437988281,100 +3233,1,0,12,28,5,9,317074,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,723,0,31,67,1,0,10,6.583409309387207,100 +3234,1,0,15,27,9,12,317074,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,569,1,32,81,1,1,6,6.343880653381348,36 +3235,1,0,11,25,6,12,626601,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,240,0,35,81,6,1,8,5.4806389808654785,64 +3236,1,0,8,32,7,4,88765,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,450,0,34,NA,1,0,18,6.10924768447876,324 +3237,1,0,11,33,3,3,131234,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,338,0,39,NA,1,1,16,5.82304573059082,256 +3238,1,0,10,29,0,7,138729,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,288,0,23,NA,1,0,13,5.662960529327393,169 +3242,0,1,17,24,12,12,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,413,0,31,119,1,1,1,6.023447513580322,1 +3244,0,1,12,29,8,12,635888,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,848,0,28,83,1,1,11,6.742880821228027,121 +3245,0,1,16,32,7,16,423456,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,874,0,38,101,1,1,10,6.773080348968506,100 +3247,0,1,11,29,12,NA,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,295,0,27,NA,1,1,12,5.686975479125977,144 +3248,0,1,8,26,NA,NA,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,12,NA,4,0,12,5.703782558441162,144 +3252,0,1,16,26,9,12,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,289,0,41,NA,1,1,4,5.666426658630371,16 +3256,0,1,9,29,6,14,140524,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,298,0,19,NA,2,0,14,5.697093486785889,196 +3257,0,1,5,32,2,5,132931,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,361,0,14,NA,1,0,21,5.888877868652344,441 +3261,0,1,12,30,NA,NA,118905,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,1097,0,23,NA,1,0,12,7.0003342628479,144 +3262,0,1,16,33,NA,8,112480,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,465,0,23,NA,1,1,11,6.142037391662598,121 +3263,0,1,14,27,NA,8,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,265,0,27,75,1,1,7,5.579730033874512,49 +3265,0,1,16,30,12,12,490767,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,839,0,43,109,1,1,8,6.732210636138916,64 +3266,0,1,16,31,8,14,545297,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,577,1,45,111,1,1,9,6.357842445373535,81 +3267,0,1,10,27,5,5,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,225,0,13,NA,1,0,11,5.41610050201416,121 +3268,0,1,12,25,5,5,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,235,0,18,NA,1,0,7,5.459585666656494,49 +3269,0,1,12,26,2,8,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,250,0,17,NA,1,0,8,5.521461009979248,64 +3272,0,1,12,28,4,1,84491,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,196,0,44,104,1,0,10,5.2781147956848145,100 +3274,0,1,12,32,0,4,137285,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,475,0,25,72,1,0,14,6.1633148193359375,196 +3277,0,1,11,26,7,4,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,500,0,32,87,4,1,9,6.214608192443848,81 +3278,0,1,8,29,NA,1,480216,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,334,0,20,NA,1,0,15,5.811141014099121,225 +3279,0,1,10,27,NA,1,317074,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,454,0,26,NA,4,0,11,6.118097305297852,121 +3280,0,1,16,25,16,12,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,945,0,41,106,1,1,3,6.851184844970703,9 +3281,0,1,13,24,8,16,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,291,0,25,NA,1,1,5,5.673323154449463,25 +3282,0,1,16,27,8,10,375674,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,520,1,49,118,6,1,5,6.253829002380371,25 +3283,0,1,15,28,5,11,417415,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,474,0,30,103,1,0,7,6.16120719909668,49 +3284,0,1,8,32,8,6,363128,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,296,0,36,NA,1,0,18,5.690359592437744,324 +3286,0,1,12,33,3,NA,363128,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,420,0,28,NA,1,1,15,6.040254592895508,225 +3287,0,1,12,26,NA,NA,345645,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,519,0,28,95,1,1,8,6.251904010772705,64 +3289,0,1,12,32,8,8,363128,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,316,0,32,NA,1,0,14,5.755742073059082,196 +3290,0,1,12,28,8,6,751347,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,375,0,40,91,4,1,10,5.926926136016846,100 +3291,0,1,13,25,8,8,618601,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,550,0,28,NA,1,0,6,6.309918403625488,36 +3292,0,1,8,33,NA,NA,334102,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,944,0,36,NA,1,0,19,6.850126266479492,361 +3293,0,1,16,27,12,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,475,0,34,101,1,1,5,6.1633148193359375,25 +3294,0,1,16,27,11,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,393,0,37,121,1,1,5,5.973809719085693,25 +3298,0,1,11,24,12,10,414261,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,750,0,37,NA,6,1,7,6.620073318481445,49 +3302,0,1,13,28,3,3,378045,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,492,1,26,NA,1,0,9,6.198478698730469,81 +3305,0,1,12,28,8,8,88672,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,500,0,35,65,1,1,10,6.214608192443848,100 +3310,0,1,11,24,1,3,86498,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,268,0,14,NA,1,0,7,5.590987205505371,49 +3311,0,1,12,33,NA,12,127041,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,475,0,30,85,1,0,15,6.1633148193359375,225 +3313,1,1,12,31,NA,8,134296,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,365,0,34,70,1,1,13,5.899897575378418,169 +3314,1,1,11,26,NA,NA,88672,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,281,0,10,65,1,0,9,5.638354778289795,81 +3315,1,1,14,24,NA,NA,86498,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,250,0,22,NA,6,0,4,5.521461009979248,16 +3316,1,1,12,33,NA,6,127041,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,263,0,33,90,1,0,15,5.5721540451049805,225 +3318,1,1,18,29,11,12,501027,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,1012,0,47,110,1,1,5,6.919683933258057,25 +3319,1,1,17,28,11,12,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,833,0,54,102,1,1,5,6.725033760070801,25 +3320,1,1,16,24,11,12,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,313,0,35,NA,6,1,2,5.746203422546387,4 +3322,1,1,14,32,12,12,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,962,0,31,NA,1,1,12,6.869014263153076,144 +3323,1,1,9,29,7,5,158714,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,346,0,20,67,1,0,14,5.846438884735107,196 +3326,1,1,11,25,5,NA,86498,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,300,0,20,68,6,0,8,5.703782558441162,64 +3327,1,1,11,32,NA,11,127041,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,375,0,37,88,4,1,15,5.926926136016846,225 +3328,1,1,14,24,10,8,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,500,0,34,NA,1,0,4,6.214608192443848,16 +3329,1,1,12,25,6,9,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,346,1,22,NA,1,1,7,5.846438884735107,49 +3330,0,1,9,34,12,6,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,319,0,16,NA,1,1,19,5.765191078186035,361 +3333,0,1,11,26,12,6,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,400,0,22,NA,1,0,9,5.991464614868164,81 +3338,0,1,13,27,9,8,88672,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,548,0,37,NA,1,0,8,6.306275367736816,64 +3340,0,1,7,25,NA,12,86498,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,230,0,19,NA,6,NA,12,5.438079357147217,144 +3341,0,1,12,26,7,7,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,418,0,34,94,1,0,8,6.0354814529418945,64 +3342,0,1,13,29,11,10,501027,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,527,1,43,NA,1,0,10,6.267200469970703,100 +3345,0,1,10,33,8,12,812047,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,865,0,38,97,1,0,17,6.762729644775391,289 +3346,0,1,13,34,NA,6,812047,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,519,0,41,98,1,0,15,6.251904010772705,225 +3348,0,1,11,29,8,8,493866,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,335,0,30,NA,6,0,12,5.8141303062438965,144 +3349,0,1,13,33,NA,12,406024,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,865,0,48,101,1,0,14,6.762729644775391,196 +3351,0,1,8,27,7,NA,378045,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,520,0,33,NA,1,0,13,6.253829002380371,169 +3352,0,1,17,27,16,12,383527,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,855,0,38,115,1,1,4,6.751101493835449,16 +3353,0,1,12,24,6,9,372835,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,316,0,32,NA,1,0,6,5.755742073059082,36 +3355,0,1,18,33,18,17,370720,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,831,0,44,122,1,1,9,6.722630023956299,81 +3356,0,1,16,31,18,17,501027,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,875,0,38,117,1,1,9,6.774223804473877,81 +3357,0,1,14,33,4,8,370720,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,1374,0,45,105,1,1,13,7.2254815101623535,169 +3358,1,1,16,34,NA,8,365421,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,451,0,36,113,6,0,12,6.111467361450195,144 +3360,1,1,18,34,12,17,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,684,0,44,101,1,1,10,6.527957916259766,100 +3361,1,1,13,28,NA,12,383527,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,435,1,39,NA,4,0,9,6.075345993041992,81 +3362,1,1,13,32,12,12,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,913,0,36,113,1,1,13,6.816735744476318,169 +3363,1,1,13,33,NA,12,1112160,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,855,0,31,88,1,1,14,6.751101493835449,196 +3364,1,1,10,34,NA,10,1112160,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,600,0,25,NA,1,0,18,6.396929740905762,324 +3365,1,1,12,28,NA,NA,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,256,0,22,NA,6,0,10,5.545177459716797,100 +3366,1,1,12,29,NA,12,134296,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,375,0,41,93,6,1,11,5.926926136016846,121 +3367,1,1,16,27,NA,5,104794,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,441,0,29,117,1,1,5,6.08904504776001,25 +3368,1,1,13,25,NA,5,102225,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,405,0,29,NA,1,1,6,6.003887176513672,36 +3369,1,1,12,32,NA,7,127041,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,410,0,39,83,5,1,14,6.016157150268555,196 +3370,1,1,15,27,15,12,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,300,1,35,103,6,1,6,5.703782558441162,36 +3371,1,1,16,26,14,16,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,693,0,27,113,1,1,4,6.541029930114746,16 +3373,1,1,18,30,NA,10,501027,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,1012,0,38,124,1,1,6,6.919683933258057,36 +3375,1,0,15,26,15,12,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,452,0,33,123,1,1,5,6.113682270050049,25 +3379,1,0,12,28,11,12,107087,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,388,0,42,NA,1,1,10,5.961005210876465,100 +3381,1,0,18,27,13,16,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,492,0,32,98,1,1,3,6.198478698730469,9 +3384,1,0,5,31,NA,NA,451538,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,313,0,12,NA,1,0,20,5.746203422546387,400 +3388,0,1,14,26,12,12,107087,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,577,0,32,107,5,1,6,6.357842445373535,36 +3389,0,1,12,24,12,12,104102,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,375,0,31,NA,5,1,6,5.926926136016846,36 +3395,0,1,12,33,NA,10,103511,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,655,0,36,114,1,1,15,6.484635353088379,225 +3396,0,1,16,26,10,11,107087,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,709,0,32,119,6,1,4,6.5638556480407715,16 +3398,0,1,14,26,3,9,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,511,0,26,82,6,0,6,6.236369609832764,36 +3400,0,1,12,34,4,1,103511,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,625,0,40,89,1,0,16,6.437751770019531,256 +3402,0,1,14,25,11,10,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,460,0,32,111,6,0,5,6.131226539611816,25 +3403,0,1,14,33,9,7,470506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,625,0,44,104,4,1,13,6.437751770019531,169 +3407,0,1,12,28,NA,NA,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,575,0,30,65,6,0,10,6.3543701171875,100 +3410,0,1,12,25,NA,8,75607,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,500,0,14,NA,1,0,7,6.214608192443848,49 +3411,0,1,13,27,NA,4,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,414,1,14,73,6,0,8,6.0258660316467285,64 +3412,0,1,13,26,NA,NA,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,471,1,27,77,6,0,7,6.154858112335205,49 +3413,0,1,12,29,4,3,117386,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,520,0,18,74,1,0,11,6.253829002380371,121 +3414,0,1,13,27,10,7,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,750,0,22,NA,1,0,8,6.620073318481445,64 +3415,0,1,12,25,4,3,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,490,0,22,77,1,0,7,6.194405555725098,49 +3423,0,1,18,31,11,12,117386,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,425,0,38,98,1,1,7,6.052089214324951,49 +3424,0,1,12,32,NA,NA,111044,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,535,0,25,75,1,0,14,6.282266616821289,196 +3426,0,0,13,26,12,12,486761,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,745,0,28,97,1,1,7,6.613384246826172,49 +3427,0,0,12,24,12,12,473190,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,400,0,42,NA,1,1,6,5.991464614868164,36 +3428,0,0,12,28,16,16,486761,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,320,0,27,96,1,1,10,5.7683210372924805,100 +3429,0,0,17,29,16,14,635888,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,606,0,43,99,1,1,6,6.406879901885986,36 +3433,0,0,11,24,11,4,104102,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,1,1,563,0,16,NA,1,1,7,6.333279609680176,49 +3435,0,0,12,27,2,6,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,325,0,35,68,1,0,9,5.783825397491455,81 +3437,0,0,13,29,12,12,141777,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,821,0,51,83,1,0,10,6.7105231285095215,100 +3438,0,0,12,32,NA,12,423456,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,810,0,40,97,1,0,14,6.6970343589782715,196 +3439,0,0,12,26,12,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,374,0,37,98,4,1,8,5.924255847930908,64 +3440,0,0,12,32,12,12,423456,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,300,0,48,95,1,1,14,5.703782558441162,196 +3441,1,1,12,29,9,12,501027,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,619,0,39,NA,1,1,11,6.428105354309082,121 +3442,1,1,18,32,NA,13,370720,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,641,0,49,103,1,1,8,6.463029384613037,64 +3443,1,1,12,31,6,6,493866,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,585,0,NA,105,1,0,13,6.371612071990967,169 +3444,1,1,12,30,6,NA,548740,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,587,0,27,NA,1,0,12,6.375024795532227,144 +3449,1,1,12,24,12,12,86498,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,533,0,25,NA,1,1,6,6.278521537780762,36 +3451,0,1,12,30,NA,5,134296,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,325,0,16,86,6,0,12,5.783825397491455,144 +3453,0,1,13,26,NA,NA,88672,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,655,0,30,102,1,0,7,6.484635353088379,49 +3455,0,1,13,25,12,9,353857,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,617,0,34,95,1,1,6,6.424869060516357,36 +3456,0,1,12,24,4,9,353857,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,602,0,28,NA,1,1,6,6.400257587432861,36 +3458,0,1,16,26,3,7,362750,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,550,0,35,100,5,1,4,6.309918403625488,16 +3459,0,1,16,25,3,7,353857,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,686,0,24,NA,1,1,3,6.530877590179443,9 +3461,0,1,10,30,3,8,158714,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,625,0,20,81,1,0,14,6.437751770019531,196 +3462,0,1,11,31,NA,NA,134296,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,440,0,NA,NA,1,NA,14,6.086774826049805,196 +3463,0,1,6,33,NA,12,127041,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,153,0,NA,NA,6,0,21,5.03043794631958,441 +3464,0,1,10,27,NA,NA,88672,0,0,1,0,0,0,0,0,0,1,0,0,1,1,1,1,1,595,0,22,NA,1,1,11,6.388561248779297,121 +3465,0,1,11,27,7,7,88672,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,462,1,29,NA,1,1,10,6.135564804077148,100 +3466,0,1,11,26,NA,7,88672,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,300,0,20,NA,6,1,9,5.703782558441162,81 +3467,0,1,10,31,10,6,134296,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,500,0,27,85,1,1,15,6.214608192443848,225 +3468,0,1,10,29,NA,NA,134296,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,404,0,20,86,1,1,13,6.001414775848389,169 +3470,0,1,10,32,12,12,127041,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,275,0,23,79,1,0,16,5.616771221160889,256 +3471,0,1,8,32,NA,8,116164,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,400,0,11,NA,1,1,18,5.991464614868164,324 +3472,0,1,18,28,NA,4,84491,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,600,0,42,101,1,1,4,6.396929740905762,16 +3474,0,1,13,27,6,8,84491,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,577,0,33,100,1,0,8,6.357842445373535,64 +3475,0,1,12,27,6,8,84491,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,375,0,24,84,1,0,9,5.926926136016846,81 +3476,0,1,12,26,6,8,84491,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,304,0,24,74,1,0,8,5.71702766418457,64 +3477,0,1,12,28,NA,8,352304,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,282,0,33,NA,1,0,10,5.641907215118408,100 +3479,0,1,14,28,NA,NA,81081,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,275,0,25,86,4,0,8,5.616771221160889,64 +3480,0,1,12,25,12,12,89271,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,635,0,32,NA,1,1,7,6.453625202178955,49 +3482,0,1,18,25,10,10,75607,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,711,0,35,NA,6,0,1,6.566672325134277,1 +3483,0,1,13,28,NA,NA,81081,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,959,0,29,NA,1,0,9,6.865890979766846,81 +3484,0,1,16,29,NA,NA,122798,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,1,641,0,25,92,1,0,7,6.463029384613037,49 +3485,0,1,13,24,2,NA,97069,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,444,0,28,NA,1,0,5,6.095824718475342,25 +3486,0,1,9,34,NA,NA,116164,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,235,0,10,NA,1,0,19,5.459585666656494,361 +3488,0,1,15,25,7,8,79093,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,475,0,25,NA,6,0,4,6.1633148193359375,16 +3489,0,1,12,26,NA,6,81081,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,252,0,25,NA,6,0,8,5.529428958892822,64 +3490,0,1,14,27,5,11,84491,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,635,0,28,107,1,0,7,6.453625202178955,49 +3491,0,1,13,26,NA,NA,81081,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,390,0,22,NA,1,0,7,5.966146945953369,49 +3492,0,1,9,33,NA,3,116164,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,413,0,19,NA,1,NA,18,6.023447513580322,324 +3494,0,1,11,29,NA,7,122798,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,400,0,28,NA,1,0,12,5.991464614868164,144 +3495,0,1,8,25,NA,7,79093,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,288,0,12,NA,1,0,11,5.662960529327393,121 +3496,0,1,12,25,NA,NA,93473,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,360,0,10,NA,6,0,7,5.886104106903076,49 +3498,0,1,12,32,NA,6,88765,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,673,0,32,93,1,0,14,6.511745452880859,196 +3499,1,0,10,34,6,12,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,393,0,16,NA,6,0,18,5.973809719085693,324 +3500,1,0,16,26,6,12,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,577,0,27,NA,1,0,4,6.357842445373535,16 +3501,1,0,11,26,2,8,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,188,0,20,NA,6,0,9,5.2364420890808105,81 +3502,1,0,5,27,NA,10,88672,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,285,0,NA,NA,6,0,16,5.652489185333252,256 +3503,1,0,9,34,NA,6,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,375,0,18,69,4,0,19,5.926926136016846,361 +3504,1,0,17,30,18,17,501027,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,770,0,41,113,1,1,7,6.646390438079834,49 +3509,1,0,17,26,NA,16,93751,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,558,0,34,114,1,1,3,6.324358940124512,9 +3510,1,0,18,28,NA,12,93751,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,1763,0,42,126,6,1,4,7.474771976470947,16 +3511,1,0,12,34,7,8,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,695,0,37,92,4,1,16,6.543911933898926,256 +3512,1,0,10,24,NA,NA,372835,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,489,0,22,NA,1,0,8,6.192362308502197,64 +3513,0,0,12,24,12,9,425871,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,509,0,44,127,6,0,6,6.232448101043701,36 +3514,0,0,12,33,NA,6,423456,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,818,0,44,109,4,1,15,6.706862449645996,225 +3515,0,0,7,30,5,8,572299,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,275,0,42,NA,1,0,17,5.616771221160889,289 +3520,0,0,12,30,8,10,501709,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,600,0,42,97,1,0,12,6.396929740905762,144 +3521,0,1,13,25,NA,1,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,577,1,30,NA,1,0,6,6.357842445373535,36 +3522,0,1,14,24,4,1,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,230,0,24,NA,1,0,4,5.438079357147217,16 +3523,0,1,11,26,10,0,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,507,0,30,66,1,1,9,6.228510856628418,81 +3526,1,1,12,26,9,9,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,606,0,33,78,1,1,8,6.406879901885986,64 +3527,1,1,12,24,9,9,425871,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,813,0,NA,NA,1,1,6,6.70073127746582,36 +3528,1,1,10,25,8,12,425871,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,285,0,38,NA,4,1,9,5.652489185333252,81 +3530,1,1,16,31,14,16,572299,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1068,0,46,109,1,1,9,6.973543167114258,81 +3533,1,1,14,32,12,8,423456,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1635,0,38,93,1,1,12,7.399397850036621,144 +3534,1,1,16,30,14,4,572299,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,1,860,0,43,109,1,1,8,6.756932258605957,64 +3535,1,1,14,26,NA,NA,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,756,0,40,105,1,1,6,6.6280412673950195,36 +3536,1,1,15,25,16,16,425871,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,750,0,38,105,1,0,4,6.620073318481445,16 +3537,1,1,12,32,NA,NA,423456,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,438,0,36,104,1,1,14,6.082219123840332,196 +3538,1,1,12,33,16,10,423456,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1106,0,30,66,1,1,15,7.008505344390869,225 +3539,1,1,17,30,7,11,118905,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,291,1,43,122,4,1,7,5.673323154449463,49 +3540,1,1,12,26,6,11,78509,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,1,332,0,34,103,1,1,8,5.8051347732543945,64 +3544,0,1,13,26,10,12,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,417,1,39,100,1,1,7,6.03308629989624,49 +3545,0,1,13,30,8,8,490767,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,625,0,44,85,1,0,11,6.437751770019531,121 +3549,0,1,12,27,4,8,417415,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,462,0,26,81,1,0,9,6.135564804077148,81 +3550,0,1,8,34,8,NA,371225,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,250,0,43,NA,1,0,20,5.521461009979248,400 +3551,0,1,18,30,8,12,490767,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,520,0,47,105,1,0,6,6.253829002380371,36 +3556,0,1,14,28,6,8,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,150,0,36,116,6,0,8,5.0106353759765625,64 +3557,0,1,14,25,6,8,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,400,0,26,NA,1,0,5,5.991464614868164,25 +3558,1,1,18,29,NA,4,508712,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,385,0,45,121,1,1,5,5.953243255615234,25 +3561,1,1,15,34,NA,12,376407,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,577,0,45,109,1,1,13,6.357842445373535,169 +3564,1,1,18,34,13,14,376407,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,538,0,53,121,1,1,10,6.287858486175537,100 +3565,1,1,17,28,18,16,389410,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,801,1,52,126,6,1,5,6.685861110687256,25 +3566,1,1,17,24,18,16,378554,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,500,1,39,120,6,1,1,6.214608192443848,1 +3568,1,1,13,29,12,12,508712,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,894,0,40,78,1,1,10,6.795705795288086,100 +3569,1,1,14,27,12,12,389410,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,625,0,37,54,1,1,7,6.437751770019531,49 +3570,1,1,14,28,12,12,389410,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,323,0,37,60,6,1,8,5.777652263641357,64 +3571,1,1,12,32,8,8,418230,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,577,0,33,98,1,0,14,6.357842445373535,196 +3572,1,1,12,25,12,12,420616,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,427,0,40,NA,1,0,7,6.056784152984619,49 +3574,1,1,10,31,8,12,565236,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,241,0,32,94,1,0,15,5.48479700088501,225 +3576,1,1,17,28,9,13,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,758,1,36,128,1,1,5,6.630683422088623,25 +3578,1,1,16,32,8,9,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1979,0,43,94,1,0,10,7.590346813201904,100 +3580,1,1,12,32,NA,12,418230,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,695,0,34,98,1,0,14,6.543911933898926,196 +3581,1,1,16,26,12,16,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,491,0,29,105,1,1,4,6.196444034576416,16 +3582,1,1,16,24,12,16,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,565,0,32,NA,6,1,2,6.336825847625732,4 +3586,1,1,10,30,11,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,340,0,24,NA,6,0,14,5.828945636749268,196 +3587,1,1,13,27,NA,12,390229,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,298,0,25,87,4,1,8,5.697093486785889,64 +3588,1,1,13,25,NA,12,379350,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,308,0,20,71,5,0,6,5.730099678039551,36 +3589,1,1,13,24,12,12,379350,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1097,0,25,117,1,1,5,7.0003342628479,25 +3590,1,1,11,24,17,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,413,0,24,94,1,1,7,6.023447513580322,49 +3593,1,1,12,33,NA,NA,376407,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,606,0,36,NA,1,0,15,6.406879901885986,225 +3595,1,1,12,25,8,11,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,500,0,27,88,6,0,7,6.214608192443848,49 +3596,1,1,15,25,12,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,589,0,30,85,6,1,4,6.3784260749816895,16 +3597,1,1,13,28,12,12,389410,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,625,0,36,102,1,1,9,6.437751770019531,81 +3599,1,1,10,25,7,9,92535,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,390,0,21,NA,1,1,9,5.966146945953369,81 +3603,1,1,14,31,8,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,443,1,43,NA,1,1,11,6.093569755554199,121 +3605,1,1,13,26,8,NA,389410,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,707,1,39,NA,1,0,7,6.561030864715576,49 +3607,1,1,16,27,12,13,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,778,0,33,116,1,1,5,6.656726360321045,25 +3609,1,1,12,28,NA,NA,97090,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,510,0,26,NA,6,0,10,6.234410762786865,100 +3614,1,1,17,25,10,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,442,0,37,NA,1,1,2,6.091310024261475,4 +3615,1,1,13,26,NA,8,389410,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,400,0,35,82,1,1,7,5.991464614868164,49 +3620,1,1,18,28,NA,12,432678,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1275,0,39,114,1,1,4,7.150701522827148,16 +3621,1,1,12,26,NA,12,97090,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,405,0,18,NA,1,1,8,6.003887176513672,64 +3623,1,1,12,28,12,11,97090,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,1,673,0,21,65,5,1,10,6.511745452880859,100 +3624,1,1,10,27,12,11,97090,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,1,280,0,22,84,6,1,11,5.63478946685791,121 +3625,1,1,10,24,12,10,94710,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,350,0,18,NA,6,0,8,5.857933044433594,64 +3627,1,1,18,30,12,12,565236,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,2003,0,48,105,1,1,6,7.602401256561279,36 +3628,1,1,16,26,12,NA,432678,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,769,0,40,101,6,1,4,6.6450910568237305,16 +3632,1,1,16,29,NA,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,866,1,44,108,4,1,7,6.763885021209717,49 +3633,1,1,15,32,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,880,1,36,93,1,1,11,6.779922008514404,121 +3634,1,1,12,26,12,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,550,0,34,96,6,1,8,6.309918403625488,64 +3636,1,1,14,28,7,7,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,610,0,20,92,1,0,8,6.413458824157715,64 +3637,1,1,13,25,12,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,577,0,23,107,1,0,6,6.357842445373535,36 +3638,1,1,12,25,NA,9,94710,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,148,0,27,NA,6,1,7,4.9972124099731445,49 +3646,1,1,16,29,8,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,824,0,39,106,6,1,7,6.714170455932617,49 +3647,1,1,14,26,NA,0,114743,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,700,0,33,NA,1,1,6,6.551080226898193,36 +3649,1,1,18,27,5,3,114743,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,750,0,24,NA,6,0,3,6.620073318481445,9 +3650,1,1,17,34,NA,NA,418230,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,700,1,53,98,1,1,11,6.551080226898193,121 +3651,1,1,18,32,14,14,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,692,0,32,NA,1,1,8,6.539586067199707,64 +3656,1,1,11,27,NA,NA,97090,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,308,0,38,73,2,0,10,5.730099678039551,100 +3658,1,1,17,31,16,16,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,865,0,49,119,6,1,8,6.762729644775391,64 +3665,1,1,14,24,2,NA,94710,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,693,0,33,NA,1,1,4,6.541029930114746,16 +3666,1,1,11,24,NA,9,94710,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,800,0,24,NA,NA,1,7,6.684611797332764,49 +3667,1,1,14,32,12,8,139101,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,673,0,42,82,1,1,12,6.511745452880859,144 +3669,1,1,14,25,12,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,515,0,34,NA,1,1,5,6.244166851043701,25 +3670,1,1,16,31,16,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,712,0,37,NA,1,1,9,6.56807804107666,81 +3671,1,1,13,25,NA,12,378554,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,845,1,31,115,1,1,6,6.7393364906311035,36 +3672,1,1,14,25,12,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,885,1,28,77,6,1,5,6.785587787628174,25 +3673,1,1,14,27,9,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,693,0,34,101,1,1,7,6.541029930114746,49 +3674,1,1,12,34,12,12,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,851,0,40,97,1,1,16,6.74641227722168,256 +3675,1,1,12,29,10,10,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,738,0,34,110,1,0,11,6.603943824768066,121 +3676,1,1,14,25,10,10,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,481,1,28,86,6,0,5,6.175867080688477,25 +3678,1,1,16,30,16,16,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,795,0,43,126,1,1,8,6.678342342376709,64 +3679,1,1,13,32,8,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,579,0,36,NA,4,0,13,6.361302375793457,169 +3682,1,1,12,34,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,869,0,32,96,4,0,16,6.767343044281006,256 +3684,1,1,16,27,12,13,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,577,0,40,117,6,1,5,6.357842445373535,25 +3685,1,1,17,33,14,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1385,0,44,111,1,1,10,7.233455181121826,100 +3686,1,1,14,31,NA,NA,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1603,0,39,NA,1,1,11,7.379631996154785,121 +3690,1,1,12,30,8,8,147046,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,675,0,23,67,1,1,12,6.514712810516357,144 +3694,1,1,18,32,13,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,462,0,43,NA,6,1,8,6.135564804077148,64 +3697,1,1,12,29,NA,12,565236,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,663,0,24,NA,1,1,11,6.496775150299072,121 +3702,1,1,12,24,NA,12,92535,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,845,0,36,NA,6,1,6,6.7393364906311035,36 +3707,1,1,12,33,12,12,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,657,0,31,102,1,1,15,6.48768424987793,225 +3708,1,1,15,27,13,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1200,0,42,95,4,1,6,7.090076923370361,36 +3709,1,1,13,33,0,5,377198,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,770,0,35,NA,1,0,14,6.646390438079834,196 +3711,1,1,12,27,NA,5,97090,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,250,0,29,NA,1,1,9,5.521461009979248,81 +3713,1,1,12,24,0,4,421500,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,343,0,27,NA,6,0,6,5.837730407714844,36 +3715,1,1,12,34,2,0,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,2115,0,22,64,4,1,16,7.656810283660889,256 +3716,1,1,18,27,NA,2,389410,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1029,0,35,NA,1,1,3,6.936342716217041,9 +3717,1,1,12,25,NA,2,378554,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,713,0,22,NA,4,1,7,6.569481372833252,49 +3719,1,1,10,28,8,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,595,0,39,118,1,1,12,6.388561248779297,144 +3722,1,1,15,32,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,833,0,41,104,1,1,11,6.725033760070801,121 +3723,1,1,15,28,NA,NA,441320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,400,0,20,107,6,0,7,5.991464614868164,49 +3726,1,1,14,31,NA,7,147046,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,721,0,36,118,1,1,11,6.580639362335205,121 +3727,1,1,12,31,12,12,147046,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,167,0,32,71,1,1,13,5.1179938316345215,169 +3728,1,1,14,27,8,12,95189,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,467,1,39,114,1,1,7,6.146329402923584,49 +3729,1,1,18,27,13,13,95189,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,643,0,41,118,4,1,3,6.466144561767578,9 +3730,1,1,13,34,10,12,377198,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,600,0,37,75,1,1,15,6.396929740905762,225 +3731,1,1,12,24,13,10,379350,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,400,0,38,149,5,1,6,5.991464614868164,36 +3732,1,1,13,24,12,12,420616,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1000,0,33,108,5,1,5,6.907755374908447,25 +3733,1,1,14,28,8,12,432678,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,666,0,26,108,1,1,8,6.5012898445129395,64 +3739,0,1,16,24,8,11,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,553,0,32,NA,1,1,2,6.3153581619262695,4 +3744,0,1,14,28,10,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,785,0,45,112,4,0,8,6.665683746337891,64 +3746,1,1,15,28,13,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,667,1,39,108,1,0,7,6.5027899742126465,49 +3747,1,1,10,25,8,8,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,300,0,36,93,6,1,9,5.703782558441162,81 +3750,1,1,16,30,14,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,697,0,38,119,1,0,8,6.546785354614258,64 +3752,1,1,14,33,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,438,0,35,94,1,1,13,6.082219123840332,169 +3754,1,1,13,25,9,11,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,685,0,23,68,1,0,6,6.5294189453125,36 +3756,1,1,14,26,7,6,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,414,0,27,103,1,1,6,6.0258660316467285,36 +3757,1,1,12,25,11,14,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,751,0,33,104,1,1,7,6.621405601501465,49 +3758,1,1,13,26,16,16,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,231,0,36,119,6,1,7,5.442417621612549,49 +3762,1,1,16,29,17,14,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,505,0,36,90,1,1,7,6.224558353424072,49 +3763,1,1,16,30,15,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,600,0,44,129,1,1,8,6.396929740905762,64 +3764,1,1,18,33,18,15,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1309,0,48,NA,1,1,9,7.177018642425537,81 +3765,1,1,18,32,NA,18,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1058,0,49,125,1,1,8,6.964135646820068,64 +3766,1,1,15,32,13,11,377198,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,627,1,37,100,1,1,11,6.440946578979492,121 +3767,0,1,16,33,3,8,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1050,0,40,112,1,1,11,6.956545352935791,121 +3770,0,1,18,32,12,16,92010,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,983,0,50,128,1,1,8,6.890609264373779,64 +3773,0,1,18,34,16,13,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1282,0,47,84,1,1,10,7.156176567077637,100 +3774,0,1,12,26,12,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,818,0,40,84,1,0,8,6.706862449645996,64 +3775,0,1,17,24,16,16,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,500,1,31,120,6,1,1,6.214608192443848,1 +3777,0,1,12,32,12,8,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,720,0,38,97,4,1,14,6.579251289367676,196 +3778,0,1,12,29,7,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,538,0,34,102,4,1,11,6.287858486175537,121 +3779,0,1,17,34,8,12,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,938,0,49,NA,1,1,11,6.84375,121 +3782,0,1,11,25,8,9,379350,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,300,0,26,91,1,0,8,5.703782558441162,64 +3783,0,1,11,32,2,1,377198,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,781,1,31,NA,1,0,15,6.660574913024902,225 +3784,0,1,8,34,3,2,377198,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,650,0,33,NA,4,0,20,6.476972579956055,400 +3785,0,1,18,29,12,12,509782,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,996,0,41,131,1,1,5,6.903747081756592,25 +3786,0,1,17,28,12,12,390229,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,582,0,37,107,1,1,5,6.3664703369140625,25 +3787,0,1,16,26,12,12,390229,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,231,0,23,126,1,1,4,5.442417621612549,16 +3788,0,1,16,25,12,12,379350,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,539,0,32,107,1,1,3,6.289715766906738,9 +3792,0,1,15,34,8,8,139101,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,628,0,49,92,1,1,13,6.442540168762207,169 +3793,0,1,12,28,NA,NA,97090,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,674,0,30,NA,1,1,10,6.513230323791504,100 +3794,0,1,16,27,12,12,95189,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,231,0,32,92,1,1,5,5.442417621612549,25 +3795,0,1,18,29,12,12,124352,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,716,0,40,119,1,1,5,6.573680400848389,25 +3798,1,1,13,24,12,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,286,0,32,NA,6,1,5,5.655992031097412,25 +3799,1,1,15,26,12,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,500,0,41,76,1,1,5,6.214608192443848,25 +3800,1,1,16,27,NA,NA,432678,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,312,0,40,NA,6,1,5,5.7430033683776855,25 +3804,1,1,11,25,10,10,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,200,0,24,107,6,1,8,5.2983174324035645,64 +3809,1,1,16,33,12,9,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1106,0,NA,111,1,1,11,7.008505344390869,121 +3810,1,1,12,29,11,11,565236,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,583,1,25,92,1,1,11,6.368186950683594,121 +3812,1,1,16,30,8,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,404,0,46,115,6,1,8,6.001414775848389,64 +3813,1,1,13,25,12,NA,378554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,618,1,37,114,1,0,6,6.426488399505615,36 +3815,1,1,16,27,10,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,277,0,41,123,1,1,5,5.624017715454102,25 +3816,1,1,17,25,12,11,378554,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,962,0,32,107,1,1,2,6.869014263153076,4 +3817,1,1,15,30,12,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,692,1,47,107,1,1,9,6.539586067199707,81 +3818,1,1,12,28,8,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,563,0,43,105,1,1,10,6.333279609680176,100 +3821,1,1,8,33,3,5,418230,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1336,0,40,NA,1,0,19,7.19743537902832,361 +3822,1,1,14,31,12,12,508712,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,673,0,44,111,1,0,11,6.511745452880859,121 +3823,1,1,16,32,NA,11,376407,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,856,0,41,107,1,1,10,6.752270221710205,100 +3824,1,1,16,32,8,4,376407,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,260,1,40,117,6,1,10,5.5606818199157715,100 +3825,1,1,15,28,8,4,389410,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,575,0,42,116,1,1,7,6.3543701171875,49 +3828,1,1,13,24,2,8,378554,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,626,0,40,108,1,0,5,6.439350605010986,25 +3830,1,1,12,32,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1443,0,47,115,1,0,14,7.274479389190674,196 +3831,1,1,14,28,6,11,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,336,0,31,101,1,1,8,5.817111015319824,64 +3832,1,1,12,27,6,11,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,577,0,30,98,1,1,9,6.357842445373535,81 +3836,1,1,13,24,8,12,379350,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,480,0,30,NA,1,1,5,6.173786163330078,25 +3837,1,1,15,28,16,0,399926,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,250,0,42,87,1,1,7,5.521461009979248,49 +3840,0,1,11,24,12,9,378554,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,479,0,27,NA,1,1,7,6.171700477600098,49 +3842,0,1,15,34,NA,NA,376407,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1038,0,43,95,1,1,13,6.945051193237305,169 +3843,0,1,18,33,13,12,376407,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1090,0,48,114,1,1,9,6.993933200836182,81 +3845,0,1,18,26,12,12,389410,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,462,0,40,116,1,1,2,6.135564804077148,4 +3846,0,1,12,32,NA,12,376407,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,625,0,41,90,1,1,14,6.437751770019531,196 +3847,0,1,16,25,5,8,378554,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,817,0,38,115,1,1,3,6.705638885498047,9 +3849,0,1,14,28,17,4,389410,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,361,0,40,113,1,1,8,5.888877868652344,64 +3852,0,1,12,27,12,12,389410,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,320,1,35,87,1,0,9,5.7683210372924805,81 +3855,0,1,16,32,7,12,376407,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,347,1,32,91,4,1,10,5.849324703216553,100 +3856,1,0,12,30,NA,NA,565236,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,861,0,39,86,4,1,12,6.758094310760498,144 +3858,1,0,10,26,2,2,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,282,0,16,90,1,1,10,5.641907215118408,100 +3859,1,0,12,24,17,14,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,699,0,33,125,5,0,6,6.5496506690979,36 +3860,1,0,12,24,11,10,378554,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,615,0,26,107,1,1,6,6.421622276306152,36 +3863,1,0,11,25,8,12,379350,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,433,0,35,88,6,1,8,6.070737838745117,64 +3865,1,1,16,25,12,12,94710,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,534,0,28,117,6,1,3,6.280395984649658,9 +3867,1,1,16,26,12,12,97090,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,625,0,31,92,6,1,4,6.437751770019531,16 +3869,1,1,18,26,10,12,97090,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,577,0,43,122,4,1,2,6.357842445373535,4 +3870,1,1,12,24,10,12,94710,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,843,0,26,98,6,1,6,6.736967086791992,36 +3874,1,1,16,26,12,12,97090,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,404,0,45,123,1,1,4,6.001414775848389,16 +3879,1,1,15,32,NA,12,92010,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,553,0,40,NA,1,1,11,6.3153581619262695,121 +3880,1,1,18,31,18,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1014,0,45,116,1,1,7,6.921658039093018,49 +3883,1,1,16,29,8,4,601550,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,325,0,44,114,6,1,7,5.783825397491455,49 +3885,1,1,15,30,12,8,147046,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,771,0,34,91,1,1,9,6.647688388824463,81 +3887,1,1,14,24,12,13,94710,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,700,0,28,125,1,1,4,6.551080226898193,16 +3889,1,1,17,24,13,7,94710,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,548,1,42,126,6,1,1,6.306275367736816,1 +3890,1,1,16,26,0,5,97090,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,625,0,43,101,6,1,4,6.437751770019531,16 +3891,1,1,16,28,12,7,97090,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,911,0,33,101,1,0,6,6.814542770385742,36 +3895,0,1,12,33,16,16,377198,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,745,0,44,116,1,1,15,6.613384246826172,225 +3896,0,1,12,24,12,12,379350,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,674,0,18,103,1,0,6,6.513230323791504,36 +3897,0,0,16,28,12,12,390229,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,817,0,49,113,1,0,6,6.705638885498047,36 +3899,1,1,15,25,NA,10,420616,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,770,0,42,111,1,1,4,6.646390438079834,16 +3900,1,1,15,27,8,9,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,727,0,38,116,1,1,6,6.588926315307617,36 +3902,1,1,12,24,8,9,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,666,0,25,NA,1,1,6,6.5012898445129395,36 +3903,1,1,14,27,NA,12,389410,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,688,0,32,94,1,1,7,6.533788681030273,49 +3906,1,1,14,26,16,13,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,560,1,38,108,6,1,6,6.32793664932251,36 +3908,1,1,16,28,13,14,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,500,0,42,123,1,1,6,6.214608192443848,36 +3912,1,1,14,28,NA,NA,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,670,0,42,NA,6,1,8,6.507277488708496,64 +3915,1,1,12,34,9,9,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,962,0,36,NA,1,1,16,6.869014263153076,256 +3918,1,1,16,28,NA,12,389410,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,726,0,38,109,1,1,6,6.587550163269043,36 +3927,1,1,16,33,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,962,0,36,124,1,1,11,6.869014263153076,121 +3928,1,1,17,33,12,14,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,615,1,42,89,1,1,10,6.421622276306152,100 +3929,1,1,13,32,12,10,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1154,0,35,114,1,0,13,7.050989627838135,169 +3931,1,1,13,29,14,8,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,675,0,35,121,1,1,10,6.514712810516357,100 +3933,1,1,12,26,NA,10,389410,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,422,0,37,103,1,1,8,6.0450053215026855,64 +3934,1,1,12,25,12,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1063,0,19,96,6,1,7,6.968850612640381,49 +3939,1,1,18,33,15,14,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1175,0,54,117,6,1,9,7.069023609161377,81 +3940,1,1,15,27,12,NA,389410,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,852,1,36,108,1,1,6,6.747586727142334,36 +3941,1,1,12,24,12,NA,378554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,610,0,24,NA,1,1,6,6.413458824157715,36 +3943,1,1,18,33,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,423,0,43,NA,1,1,9,6.047372341156006,81 +3945,1,1,12,29,8,12,565236,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1200,0,40,100,1,1,11,7.090076923370361,121 +3946,1,1,14,34,15,10,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1029,0,46,NA,1,1,14,6.936342716217041,196 +3952,1,1,14,28,12,NA,389410,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,550,0,30,104,4,1,8,6.309918403625488,64 +3953,1,1,15,31,12,12,508712,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,801,0,36,91,6,0,10,6.685861110687256,100 +3954,1,1,12,31,NA,11,508712,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,543,0,31,97,1,1,13,6.297109127044678,169 +3955,1,1,9,31,8,11,565236,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,350,0,18,NA,3,1,16,5.857933044433594,256 +3957,1,1,14,32,NA,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,750,0,33,94,4,1,12,6.620073318481445,144 +3958,1,1,14,34,12,10,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,450,0,36,103,1,1,14,6.10924768447876,196 +3961,1,1,14,24,12,9,420616,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,600,0,26,NA,6,1,4,6.396929740905762,16 +3963,1,1,12,33,7,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,855,0,44,101,5,0,15,6.751101493835449,225 +3967,1,1,14,26,14,8,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,728,0,30,94,1,0,6,6.590301036834717,36 +3968,1,1,12,34,12,11,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,693,0,38,112,4,1,16,6.541029930114746,256 +3969,1,1,10,27,12,12,389410,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1025,0,24,73,4,0,11,6.932447910308838,121 +3973,1,1,14,28,8,8,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1154,1,32,104,1,1,8,7.050989627838135,64 +3974,1,1,16,32,15,18,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,983,0,48,NA,1,1,10,6.890609264373779,100 +3975,1,1,15,34,3,0,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,727,0,34,105,4,0,13,6.588926315307617,169 +3978,1,1,14,34,10,11,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,535,0,38,106,1,1,14,6.282266616821289,196 +3979,1,1,12,25,11,11,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,532,0,39,101,1,1,7,6.2766432762146,49 +3982,1,1,13,26,10,11,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,289,1,28,86,6,1,7,5.666426658630371,49 +3983,1,1,17,26,12,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,313,1,36,119,6,1,3,5.746203422546387,9 +3984,1,1,13,24,13,16,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,404,0,24,83,6,1,5,6.001414775848389,25 +3986,1,1,18,30,12,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1100,0,43,114,1,1,6,7.003065586090088,36 +3987,1,1,12,27,2,2,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,660,0,36,104,1,1,9,6.492239952087402,81 +3988,1,1,12,32,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,433,0,44,99,1,0,14,6.070737838745117,196 +3989,1,1,17,27,18,16,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,400,1,37,126,5,1,4,5.991464614868164,16 +3993,1,1,15,26,18,13,432678,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,263,0,36,101,6,1,5,5.5721540451049805,25 +3994,1,1,13,34,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,400,0,45,NA,1,1,15,5.991464614868164,225 +3997,1,1,16,34,15,18,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,577,0,40,109,1,1,12,6.357842445373535,144 +3998,1,1,12,24,13,13,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,433,0,35,110,6,1,6,6.070737838745117,36 +4000,1,1,17,25,18,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,470,0,39,104,1,0,2,6.152732849121094,4 +4001,1,1,17,25,12,14,378554,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,255,1,30,118,1,1,2,5.541263580322266,4 +4002,1,1,12,26,12,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,625,0,28,NA,1,1,8,6.437751770019531,64 +4005,1,1,13,34,12,NA,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,670,1,48,103,6,1,15,6.507277488708496,225 +4007,1,1,12,30,12,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1049,0,36,90,1,1,12,6.955592632293701,144 +4012,1,1,17,34,NA,4,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1846,0,49,98,1,1,11,7.520776271820068,121 +4013,1,1,15,33,16,12,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,769,0,46,112,1,1,12,6.6450910568237305,144 +4015,1,1,11,34,NA,NA,139101,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,1,688,0,37,64,1,NA,17,6.533788681030273,289 +4018,1,1,15,24,15,12,379350,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,650,0,25,NA,1,1,3,6.476972579956055,9 +4019,1,1,16,26,13,18,390229,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,479,0,39,128,1,1,4,6.171700477600098,16 +4027,1,0,16,24,16,13,440484,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,341,0,40,113,1,1,2,5.831882476806641,4 +4029,1,0,14,32,10,12,389423,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,906,0,46,102,1,1,12,6.809039115905762,144 +4031,1,0,12,33,7,8,432693,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,351,0,33,93,5,1,15,5.860786437988281,225 +4033,0,0,12,29,8,9,526305,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,775,0,40,92,1,0,11,6.652863025665283,121 +4034,0,0,12,26,8,9,402877,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,700,0,35,124,1,0,8,6.551080226898193,64 +4036,0,0,16,26,12,12,402877,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,592,0,39,119,1,1,4,6.383506774902344,16 +4037,0,0,12,24,8,11,391645,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,740,0,25,NA,NA,1,6,6.606650352478027,36 +4039,0,0,12,27,10,8,447641,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,533,0,34,96,1,1,9,6.278521537780762,81 +4040,0,0,16,25,18,13,323633,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,417,0,32,110,6,1,3,6.03308629989624,9 +4041,0,0,18,34,12,12,321797,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1394,0,40,118,1,1,10,7.239932537078857,100 +4043,0,0,12,34,8,10,321797,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,548,0,42,96,1,1,16,6.306275367736816,256 +4044,0,1,11,24,11,12,323633,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,657,0,27,80,1,1,7,6.48768424987793,49 +4046,0,1,12,25,10,12,323633,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,572,0,39,NA,1,1,7,6.349139213562012,49 +4047,0,1,13,29,NA,12,434907,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,624,0,36,137,1,0,10,6.436150550842285,100 +4048,0,1,16,31,15,12,434907,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,442,0,38,113,1,1,9,6.091310024261475,81 +4050,0,1,15,27,12,12,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,577,0,41,93,1,1,6,6.357842445373535,36 +4051,0,1,13,27,12,12,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,540,0,34,93,1,1,8,6.291569232940674,64 +4052,0,1,15,30,9,12,434907,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,841,0,42,116,6,1,9,6.734591484069824,81 +4061,1,0,14,29,NA,8,434907,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,724,1,34,106,6,1,9,6.58479118347168,81 +4063,1,0,13,26,6,11,332914,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,557,1,22,NA,1,1,7,6.322565078735352,49 +4064,1,0,13,24,NA,NA,323633,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,334,1,14,NA,1,1,5,5.811141014099121,25 +4066,1,0,15,24,10,14,323633,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,510,0,33,NA,6,1,3,6.234410762786865,9 +4067,1,0,12,31,8,12,526305,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,577,0,31,69,1,0,13,6.357842445373535,169 +4074,1,0,12,29,2,6,526305,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,511,0,36,78,1,1,11,6.236369609832764,121 +4078,0,1,15,25,9,7,323633,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,311,1,28,87,1,1,4,5.739792823791504,16 +4079,0,1,12,34,8,8,321797,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,577,0,41,99,1,1,16,6.357842445373535,256 +4081,0,1,12,34,NA,12,357552,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,670,0,40,NA,1,1,16,6.507277488708496,256 +4082,0,1,12,27,12,16,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,631,0,33,92,1,1,9,6.447305679321289,81 +4083,0,1,16,25,12,16,323633,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,666,0,23,113,4,1,3,6.5012898445129395,9 +4087,0,1,14,27,12,12,369904,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,400,0,38,119,1,1,7,5.991464614868164,49 +4089,0,1,11,24,10,16,359592,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,220,0,24,NA,1,1,7,5.393627643585205,49 +4091,0,1,13,30,NA,9,483230,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,577,0,43,NA,1,0,11,6.357842445373535,121 +4093,0,1,13,29,NA,12,434907,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,423,0,29,98,4,1,10,6.047372341156006,100 +4094,0,1,16,27,14,16,369904,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,647,0,33,99,1,1,5,6.472346305847168,25 +4095,0,1,15,28,10,12,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,345,1,36,NA,6,1,7,5.8435444831848145,49 +4096,0,1,16,25,11,14,359592,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,840,0,24,112,6,1,3,6.733401775360107,9 +4097,1,1,15,25,18,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,625,0,30,115,1,1,4,6.437751770019531,16 +4100,0,1,9,30,8,NA,565236,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1000,0,26,96,1,1,15,6.907755374908447,225 +4101,1,1,16,31,8,6,124352,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,919,0,41,117,1,1,9,6.823286056518555,81 +4105,1,1,12,31,2,8,124352,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,730,0,38,96,1,1,13,6.593044757843018,169 +4107,1,1,12,24,10,10,109360,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,448,0,26,NA,5,0,6,6.104793071746826,36 +4109,1,1,14,29,12,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,483,1,44,75,1,1,9,6.18001651763916,81 +4111,0,1,12,25,11,10,378554,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,411,0,46,108,6,1,7,6.0185933113098145,49 +4112,0,1,14,30,13,12,508712,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,885,0,46,NA,1,1,10,6.785587787628174,100 +4116,0,0,14,27,10,12,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,350,0,32,NA,NA,1,7,5.857933044433594,49 +4120,0,0,17,27,12,16,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,500,0,34,92,1,1,4,6.214608192443848,16 +4123,0,0,15,33,16,16,321797,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,733,0,38,95,1,1,12,6.5971455574035645,144 +4124,0,0,13,30,12,12,434907,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,459,1,34,88,6,1,11,6.129050254821777,121 +4125,0,0,16,28,12,12,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,721,0,37,106,1,1,6,6.580639362335205,36 +4126,0,0,15,32,8,8,321797,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,699,0,44,95,1,1,11,6.5496506690979,121 +4127,0,0,14,30,9,15,434907,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,785,0,40,94,1,1,10,6.665683746337891,100 +4128,0,0,16,29,12,13,434907,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,925,0,45,105,1,1,7,6.829793930053711,49 +4129,0,0,14,26,12,13,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,449,0,30,115,5,1,6,6.107022762298584,36 +4130,0,0,15,24,14,14,391645,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,325,0,37,117,1,1,3,5.783825397491455,9 +4131,0,0,13,32,13,12,432693,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,683,0,30,NA,1,1,13,6.526494979858398,169 +4132,0,0,16,32,18,14,432693,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,522,0,45,NA,1,1,10,6.257667541503906,100 +4133,0,0,18,28,18,14,447641,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,470,0,44,93,1,1,4,6.152732849121094,16 +4134,1,0,12,34,8,7,321797,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,541,0,38,115,1,1,16,6.293419361114502,256 +4135,1,0,14,29,13,12,483230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,852,0,43,NA,1,1,9,6.747586727142334,81 +4136,1,0,12,30,9,12,434907,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,400,0,42,NA,1,1,12,5.991464614868164,144 +4137,1,0,18,27,NA,NA,453117,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,547,0,36,117,6,1,3,6.30444860458374,9 +4138,1,0,16,32,12,14,437985,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,577,0,36,98,6,1,10,6.357842445373535,100 +4139,1,0,11,24,13,13,440484,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,300,0,31,NA,1,1,7,5.703782558441162,49 +4141,1,0,16,32,NA,12,865385,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1068,0,42,105,1,1,10,6.973543167114258,100 +4142,1,0,12,32,6,7,389423,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,721,0,36,109,1,1,14,6.580639362335205,196 +4146,1,0,17,31,12,11,1169566,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,673,1,42,95,4,1,8,6.511745452880859,64 +4148,1,0,17,27,14,12,332914,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,739,0,31,120,1,1,4,6.605298042297363,16 +4149,1,0,12,26,8,NA,402877,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1478,0,NA,96,6,0,8,7.298445224761963,64 +4156,0,0,17,27,8,14,402877,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,875,0,40,NA,6,1,4,6.774223804473877,16 +4157,0,0,12,33,8,12,389423,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,900,0,40,NA,1,1,15,6.802394866943359,225 +4162,0,0,13,31,13,12,144695,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,801,0,42,91,1,1,12,6.685861110687256,144 +4163,0,0,13,26,8,12,110762,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,550,0,38,109,1,1,7,6.309918403625488,49 +4164,0,0,10,34,8,9,95192,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,575,0,32,NA,1,0,18,6.3543701171875,324 +4165,0,0,12,27,12,12,98481,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,540,0,38,87,1,1,9,6.291569232940674,81 +4167,0,0,16,32,13,13,437985,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,790,0,34,110,1,1,10,6.672032833099365,100 +4168,0,0,14,28,12,10,453117,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,693,0,28,97,1,1,8,6.541029930114746,64 +4169,0,0,16,26,12,10,453117,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,250,0,30,110,4,1,4,5.521461009979248,16 +4170,0,0,17,24,14,13,391645,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,417,1,35,NA,1,1,1,6.03308629989624,1 +4171,0,0,9,32,3,4,486650,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,635,0,29,74,1,0,17,6.453625202178955,289 +4177,0,0,12,32,NA,9,321797,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,413,0,32,95,5,1,14,6.023447513580322,196 +4183,0,0,12,25,NA,NA,104719,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,300,0,26,97,1,0,7,5.703782558441162,49 +4187,0,0,17,26,18,14,402877,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,567,1,29,NA,1,1,3,6.340359210968018,9 +4189,0,0,16,32,7,12,389423,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,641,0,39,NA,1,0,10,6.463029384613037,100 +4191,0,0,13,29,NA,NA,171004,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,356,0,34,98,1,0,10,5.8749308586120605,100 +4193,0,0,12,33,NA,NA,151687,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,400,1,39,105,1,0,15,5.991464614868164,225 +4195,0,0,12,31,12,12,128652,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,413,0,21,85,1,1,13,6.023447513580322,169 +4198,0,0,14,33,12,10,321797,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,531,0,42,105,1,0,13,6.274762153625488,169 +4199,0,0,16,29,12,10,526305,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,635,0,39,122,1,0,7,6.453625202178955,49 +4200,0,0,14,27,18,12,402877,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,144,1,36,114,1,1,7,4.969813346862793,49 +4201,0,0,14,31,17,13,526305,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,550,0,36,129,1,0,11,6.309918403625488,121 +4205,0,0,12,32,7,8,107063,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,486,0,33,100,6,1,14,6.186208724975586,196 +4207,0,0,17,31,9,14,526305,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,598,0,40,108,1,1,8,6.393590927124023,64 +4212,0,0,14,26,NA,16,453117,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,462,1,26,NA,1,1,6,6.135564804077148,36 +4213,0,0,16,26,NA,16,453117,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,812,0,32,NA,1,1,4,6.699500560760498,16 +4214,0,0,12,25,8,11,391645,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,625,0,22,NA,1,0,7,6.437751770019531,49 +4215,0,0,12,31,3,NA,526305,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1043,0,33,NA,1,0,13,6.949856281280518,169 +4216,0,0,16,27,8,12,447641,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,800,0,38,122,6,1,5,6.684611797332764,25 +4217,0,0,16,27,8,9,402877,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,812,1,36,119,1,1,5,6.699500560760498,25 +4218,0,0,17,26,8,8,739808,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,433,0,40,129,6,1,3,6.070737838745117,9 +4221,0,0,17,28,8,8,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,751,0,32,79,1,1,5,6.621405601501465,25 +4224,0,0,14,26,10,12,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,294,0,39,109,6,1,6,5.683579921722412,36 +4228,0,1,12,25,12,12,323633,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,427,0,30,105,1,1,7,6.056784152984619,49 +4229,0,1,12,33,NA,NA,321797,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,700,0,47,90,1,1,15,6.551080226898193,225 +4232,0,1,16,25,12,12,323633,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,284,0,30,NA,1,1,3,5.648974418640137,9 +4233,0,1,14,27,13,14,369904,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,542,1,28,101,1,1,7,6.295266151428223,49 +4238,0,1,12,25,12,12,323633,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,480,0,35,83,1,1,7,6.173786163330078,49 +4239,0,1,16,26,13,14,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,378,0,32,NA,1,1,4,5.93489408493042,16 +4240,0,1,16,30,NA,NA,591935,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,508,0,38,111,1,1,8,6.2304816246032715,64 +4241,0,1,12,25,NA,NA,440484,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,500,0,26,NA,1,1,7,6.214608192443848,49 +4243,0,1,12,33,12,8,357552,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,723,0,42,110,1,0,15,6.583409309387207,225 +4244,0,1,12,25,14,14,359592,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,220,0,32,92,6,1,7,5.393627643585205,49 +4246,0,1,15,24,NA,NA,359592,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,475,0,22,NA,5,1,3,6.1633148193359375,9 +4248,0,1,13,26,10,10,402877,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1202,0,36,113,1,0,7,7.091742038726807,49 +4249,0,1,13,24,12,12,391645,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,400,0,26,115,6,1,5,5.991464614868164,25 +4250,0,1,16,29,12,12,526305,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,601,0,36,109,6,1,7,6.398594856262207,49 +4254,0,1,12,29,12,8,434907,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,481,0,35,114,5,1,11,6.175867080688477,121 +4255,0,1,16,33,7,12,437985,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,700,0,39,110,1,1,11,6.551080226898193,121 +4256,0,1,12,27,10,9,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,769,0,43,102,1,1,9,6.6450910568237305,81 +4257,0,1,14,25,10,9,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,529,0,34,118,1,1,5,6.270988464355469,25 +4260,0,1,16,30,12,9,545297,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,450,1,37,112,1,0,8,6.10924768447876,64 +4262,0,1,10,34,6,NA,363128,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,563,0,31,86,1,0,18,6.333279609680176,324 +4263,0,1,13,32,7,0,363128,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,649,0,42,114,1,0,13,6.475432872772217,169 +4265,0,1,8,32,9,12,403476,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,470,0,33,NA,1,0,18,6.152732849121094,324 +4268,0,1,16,24,14,12,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,275,0,31,NA,6,1,2,5.616771221160889,4 +4269,0,1,16,33,10,8,363128,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,719,1,40,102,1,1,11,6.577861309051514,121 +4270,0,1,12,33,NA,NA,403476,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1082,0,42,105,1,1,15,6.986566543579102,225 +4274,0,1,16,34,6,10,403476,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,673,0,51,83,1,1,12,6.511745452880859,144 +4275,1,0,18,24,15,12,425871,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,350,0,31,107,1,1,0,5.857933044433594,0 +4276,1,0,14,28,5,9,78509,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,769,0,34,81,1,1,8,6.6450910568237305,64 +4278,1,0,12,26,0,6,78509,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,650,0,26,85,1,1,8,6.476972579956055,64 +4279,1,0,9,30,NA,4,139895,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,751,0,34,72,1,0,15,6.621405601501465,225 +4280,1,0,10,27,NA,4,107087,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,356,0,23,NA,1,0,11,5.8749308586120605,121 +4281,1,0,9,24,NA,4,104102,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,250,0,14,NA,1,0,9,5.521461009979248,81 +4282,1,0,12,28,7,6,107087,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,401,0,35,86,6,1,10,5.993961334228516,100 +4283,1,0,11,25,7,6,104102,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,425,0,38,NA,1,1,8,6.052089214324951,64 +4284,1,0,9,25,7,6,104102,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,287,0,26,NA,1,1,10,5.659482002258301,100 +4285,1,0,13,26,6,12,78509,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,309,1,18,NA,1,1,7,5.733341217041016,49 +4286,1,0,14,24,6,12,76585,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,578,0,21,NA,1,0,4,6.359573841094971,16 +4288,1,0,16,30,7,8,118905,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,438,0,29,NA,1,0,8,6.082219123840332,64 +4289,1,0,12,31,8,12,572299,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,450,0,38,68,1,0,13,6.10924768447876,169 +4290,1,0,17,28,NA,15,438085,0,1,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,173,1,36,115,1,1,5,5.153291702270508,25 +4294,1,0,16,27,8,9,78509,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,529,1,19,NA,1,0,5,6.270988464355469,25 +4295,1,0,12,30,8,NA,118905,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,482,0,27,NA,5,0,12,6.177944183349609,144 +4296,1,0,12,27,8,NA,78509,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,833,0,18,NA,1,0,9,6.725033760070801,81 +4297,1,0,12,34,NA,6,112480,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,260,0,22,95,6,0,16,5.5606818199157715,256 +4298,1,0,12,25,NA,3,75607,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,279,0,22,NA,6,1,7,5.631211757659912,49 +4301,1,0,13,25,NA,NA,75607,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,350,0,29,NA,1,1,6,5.857933044433594,36 +4302,1,0,11,24,5,11,82135,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,145,0,20,NA,1,1,7,4.976733684539795,49 +4304,1,0,10,27,NA,12,81081,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,230,0,26,NA,1,1,11,5.438079357147217,121 +4305,1,0,15,24,NA,12,79093,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,450,0,14,NA,5,1,3,6.10924768447876,9 +4307,1,0,16,25,12,12,89271,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,385,0,31,87,6,1,3,5.953243255615234,9 +4308,1,0,17,34,13,12,103511,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,817,0,42,116,1,1,11,6.705638885498047,121 +4309,1,0,16,30,13,12,119965,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,962,0,37,95,1,1,8,6.869014263153076,64 +4310,1,0,13,28,14,12,91831,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,408,0,32,94,1,1,9,6.011267185211182,81 +4311,1,0,16,25,14,12,89271,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,526,0,29,NA,6,1,3,6.26530122756958,9 +4312,1,0,13,24,14,10,89271,0,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,578,0,35,NA,1,1,5,6.359573841094971,25 +4313,1,0,14,28,6,10,91831,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,620,0,45,96,1,1,8,6.4297194480896,64 +4317,0,1,12,25,7,12,104102,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,230,0,29,99,6,1,7,5.438079357147217,49 +4318,0,1,11,30,2,5,118905,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,580,0,33,NA,1,1,13,6.363028049468994,169 +4319,0,1,18,32,6,12,470506,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1155,0,45,106,6,1,8,7.051855564117432,64 +4320,0,1,12,28,NA,NA,92784,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,380,0,24,NA,1,0,10,5.940171241760254,100 +4322,0,1,16,27,10,12,78509,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,616,0,26,NA,6,1,5,6.42324686050415,25 +4324,0,1,12,28,10,8,78509,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,450,0,28,NA,1,0,10,6.10924768447876,100 +4325,0,1,12,25,10,8,76585,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,425,0,30,NA,1,0,7,6.052089214324951,49 +4326,0,1,12,28,8,2,92784,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,500,0,36,85,1,0,10,6.214608192443848,100 +4328,0,1,12,25,12,12,425871,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,713,0,16,NA,1,1,7,6.569481372833252,49 +4329,0,1,12,25,4,12,425871,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,750,0,32,100,1,1,7,6.620073318481445,49 +4330,0,1,15,24,4,12,425871,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,323,1,37,92,1,1,3,5.777652263641357,9 +4333,0,1,13,28,8,12,417415,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1038,0,38,101,1,0,9,6.945051193237305,81 +4334,0,1,16,25,16,15,365200,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,491,0,30,104,1,1,3,6.196444034576416,9 +4335,0,1,13,29,10,12,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,525,0,37,88,6,1,10,6.263398170471191,100 +4337,0,1,11,29,5,5,118905,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,388,0,26,NA,1,1,12,5.961005210876465,144 +4338,0,1,10,26,12,2,78509,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,460,0,21,NA,1,1,10,6.131226539611816,100 +4342,0,1,15,24,5,8,76585,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,400,0,22,NA,6,0,3,5.991464614868164,9 +4343,0,1,15,27,9,16,78509,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,737,0,31,97,1,1,6,6.602587699890137,36 +4345,0,1,14,26,6,10,78509,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,599,0,34,83,5,1,6,6.395261764526367,36 +4351,0,0,18,33,18,18,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,1,1131,0,43,71,4,1,9,7.030857563018799,81 +4355,0,1,14,25,NA,NA,76585,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,601,0,30,100,6,1,5,6.398594856262207,25 +4356,0,1,10,26,NA,11,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,298,0,22,NA,6,0,10,5.697093486785889,100 +4357,0,1,12,27,NA,NA,78509,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,235,0,39,96,6,1,9,5.459585666656494,81 +4358,0,1,13,25,NA,NA,76585,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,220,1,20,113,1,1,6,5.393627643585205,36 +4359,0,1,8,26,NA,11,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,697,0,26,NA,1,0,12,6.546785354614258,144 +4360,0,1,9,24,NA,11,76585,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,542,0,20,NA,6,0,9,6.295266151428223,81 +4361,0,1,12,25,NA,8,76585,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,250,0,29,NA,6,1,7,5.521461009979248,49 +4364,0,1,16,26,12,12,438085,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,400,0,39,117,4,0,4,5.991464614868164,16 +4365,0,1,15,31,NA,NA,572299,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,423,1,39,101,6,0,10,6.047372341156006,100 +4368,0,1,12,25,6,5,104102,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,290,0,NA,65,6,1,7,5.6698808670043945,49 +4370,0,1,10,33,NA,10,112480,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,247,0,32,NA,6,0,17,5.509388446807861,289 +4372,0,1,13,26,NA,10,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,380,1,33,87,1,0,7,5.940171241760254,49 +4373,0,1,12,24,12,9,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,656,0,37,116,1,0,6,6.486160755157471,36 +4374,0,1,12,32,9,12,363128,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,711,0,42,106,1,1,14,6.566672325134277,196 +4375,0,1,14,29,8,12,490767,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,481,0,35,93,6,1,9,6.175867080688477,81 +4376,0,1,16,25,8,12,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,641,0,35,112,1,1,3,6.463029384613037,9 +4377,0,1,12,32,12,14,403476,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,596,0,45,98,5,1,14,6.390240669250488,196 +4378,0,1,7,31,NA,NA,545297,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,578,0,35,NA,1,0,18,6.359573841094971,324 +4380,1,0,16,30,NA,12,572299,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,678,1,37,NA,1,1,8,6.5191473960876465,64 +4383,1,0,16,32,11,14,470506,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1538,0,37,103,1,1,10,7.33823823928833,100 +4384,1,0,12,33,9,12,470506,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,860,0,36,103,1,0,15,6.756932258605957,225 +4385,1,0,18,32,12,16,423456,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,534,0,49,NA,6,1,8,6.280395984649658,64 +4386,1,0,12,27,12,12,438085,0,0,1,0,0,0,0,0,0,1,0,0,1,0,1,1,1,308,0,34,91,1,0,9,5.730099678039551,81 +4387,1,0,14,29,12,NA,635888,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,1,600,0,41,118,1,1,9,6.396929740905762,81 +4388,1,0,8,31,NA,NA,572299,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,625,0,20,NA,1,0,17,6.437751770019531,289 +4392,1,0,13,29,10,10,139895,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,540,0,28,87,1,0,10,6.291569232940674,100 +4396,1,0,13,27,12,10,107087,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,344,0,22,100,1,0,8,5.840641498565674,64 +4397,1,0,12,25,12,10,104102,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,500,0,39,96,1,1,7,6.214608192443848,49 +4398,1,0,11,26,6,9,81081,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,320,1,16,NA,1,0,9,5.7683210372924805,81 +4400,1,0,18,27,4,10,81081,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,378,0,29,62,1,0,3,5.93489408493042,9 +4401,1,0,15,25,4,10,79093,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,188,1,14,60,6,0,4,5.2364420890808105,16 +4404,1,0,9,33,4,10,111044,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,168,0,19,NA,5,0,18,5.123963832855225,324 +4405,1,0,2,25,6,NA,75607,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,250,0,12,NA,6,0,17,5.521461009979248,289 +4406,1,0,3,24,6,5,75607,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,190,0,8,NA,6,0,15,5.247024059295654,225 +4407,1,0,12,28,8,8,92784,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,1000,0,31,83,1,0,10,6.907755374908447,100 +4408,1,0,12,24,NA,NA,75607,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,564,0,20,100,6,0,6,6.335054397583008,36 +4409,1,0,9,24,NA,7,75607,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,624,0,17,NA,1,0,9,6.436150550842285,81 +4410,1,0,12,24,NA,NA,75607,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,714,0,26,NA,1,0,6,6.570882797241211,36 +4411,1,0,12,24,12,10,82135,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,538,0,40,123,1,0,6,6.287858486175537,36 +4413,1,0,13,26,9,8,317074,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,355,0,22,67,1,0,7,5.87211799621582,49 +4414,1,0,12,24,NA,12,309300,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,240,0,28,NA,6,0,6,5.4806389808654785,36 +4417,1,0,12,24,9,12,365200,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,418,0,22,NA,1,0,6,6.0354814529418945,36 +4418,0,1,13,27,14,13,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,1026,0,42,104,1,1,8,6.933423042297363,64 +4419,0,1,17,32,12,14,423456,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,295,0,34,106,6,1,9,5.686975479125977,81 +4421,0,1,12,26,NA,6,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,550,1,24,85,1,1,8,6.309918403625488,64 +4422,0,1,12,27,NA,8,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,538,0,27,81,1,1,9,6.287858486175537,81 +4424,0,1,5,30,2,3,139895,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,350,0,37,NA,1,0,19,5.857933044433594,361 +4425,0,1,12,27,8,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,711,0,37,109,1,1,9,6.566672325134277,81 +4428,0,1,12,29,4,4,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,229,0,20,76,1,0,11,5.433722019195557,121 +4429,0,1,12,27,4,3,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,220,0,31,73,1,0,9,5.393627643585205,81 +4431,0,1,12,29,8,2,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,310,0,26,62,1,0,11,5.736572265625,121 +4433,0,1,12,24,10,NA,76585,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,320,0,28,76,1,1,6,5.7683210372924805,36 +4434,0,1,12,27,10,9,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,303,0,26,76,1,1,9,5.713732719421387,81 +4437,0,1,13,26,5,12,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,450,1,36,104,1,1,7,6.10924768447876,49 +4438,0,1,12,29,9,11,540475,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,753,0,29,NA,1,0,11,6.624065399169922,121 +4440,0,1,12,26,4,11,345645,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,438,0,35,103,1,0,8,6.082219123840332,64 +4442,0,1,11,28,1,7,331693,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,325,0,27,NA,1,0,11,5.783825397491455,121 +4444,0,1,16,32,NA,12,363128,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,846,0,44,106,1,0,10,6.7405195236206055,100 +4445,0,1,14,26,12,14,375674,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,313,0,49,112,1,1,6,5.746203422546387,36 +4446,0,1,13,34,7,12,81669,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,479,0,38,NA,1,1,15,6.171700477600098,225 +4448,0,1,12,31,10,9,110376,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,429,0,24,94,6,1,13,6.06145715713501,169 +4449,0,1,14,29,11,9,110376,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,490,1,25,83,1,1,9,6.194405555725098,81 +4450,0,1,12,24,11,9,82135,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,361,0,34,NA,6,1,6,5.888877868652344,36 +4451,0,1,14,33,0,2,104904,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,400,1,40,91,1,0,13,5.991464614868164,169 +4454,0,1,12,24,7,8,309300,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,423,0,30,NA,1,0,6,6.047372341156006,36 +4458,0,1,12,27,5,5,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,311,0,12,NA,6,0,9,5.739792823791504,81 +4459,0,1,11,27,3,7,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,271,0,12,NA,6,0,10,5.602118968963623,100 +4461,0,1,18,26,12,12,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,385,0,33,NA,6,0,2,5.953243255615234,4 +4462,0,1,16,24,12,12,79093,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,529,1,18,NA,1,0,2,6.270988464355469,4 +4464,0,1,11,31,6,10,119965,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,700,0,29,81,1,1,14,6.551080226898193,196 +4467,0,1,10,32,6,5,88765,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,381,0,15,87,1,1,16,5.9427995681762695,256 +4470,0,1,12,28,12,12,84491,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,465,0,36,118,1,1,10,6.142037391662598,100 +4471,0,1,10,34,8,8,88765,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,400,0,37,NA,1,0,18,5.991464614868164,324 +4473,0,1,10,33,9,8,88765,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,455,0,38,NA,6,1,17,6.120297431945801,289 +4476,0,0,12,24,NA,4,90509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,260,0,20,NA,1,0,6,5.5606818199157715,36 +4477,0,0,13,28,0,7,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,705,0,26,NA,1,0,9,6.558197975158691,81 +4482,0,0,13,30,NA,NA,635888,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,417,0,45,74,1,1,11,6.03308629989624,121 +4486,0,0,11,27,NA,13,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,250,0,14,NA,6,0,10,5.521461009979248,100 +4488,0,0,12,24,NA,2,76585,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,460,0,28,NA,1,0,6,6.131226539611816,36 +4489,0,0,8,26,NA,NA,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,325,0,19,NA,1,0,12,5.783825397491455,144 +4490,0,0,9,25,NA,NA,76585,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,275,0,15,NA,2,0,10,5.616771221160889,100 +4491,0,0,12,26,7,NA,321175,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,325,0,18,NA,1,1,8,5.783825397491455,64 +4492,0,0,15,25,NA,8,313301,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,300,1,20,NA,1,0,4,5.703782558441162,16 +4493,0,0,8,31,NA,8,540475,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,250,0,17,NA,6,0,17,5.521461009979248,289 +4495,0,0,12,28,9,10,417415,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,288,0,39,NA,1,1,10,5.662960529327393,100 +4497,0,0,13,28,3,8,92784,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,550,1,16,85,1,0,9,6.309918403625488,81 +4500,0,0,12,33,12,12,81669,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,429,1,38,NA,1,1,15,6.06145715713501,225 +4501,0,0,8,30,NA,NA,122798,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,375,0,23,NA,1,0,16,5.926926136016846,256 +4503,0,0,9,30,5,4,110376,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,577,0,26,NA,1,0,15,6.357842445373535,225 +4504,0,0,13,25,5,NA,82135,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,531,0,25,96,6,0,6,6.274762153625488,36 +4505,0,0,12,24,4,NA,82135,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,250,1,22,NA,6,0,6,5.521461009979248,36 +4506,0,0,12,27,NA,8,84491,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,440,0,27,73,1,1,9,6.086774826049805,81 +4507,0,0,12,26,NA,6,84491,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,457,0,27,75,1,0,8,6.124683380126953,64 +4508,0,0,12,27,5,5,84491,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,438,0,34,95,1,1,9,6.082219123840332,81 +4511,0,0,12,27,NA,5,317074,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,550,0,42,102,4,1,9,6.309918403625488,81 +4512,0,0,16,25,12,16,365200,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,650,0,31,107,1,1,3,6.476972579956055,9 +4514,0,0,11,26,7,3,438085,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,423,0,19,86,1,0,9,6.047372341156006,81 +4516,0,0,13,27,18,8,438085,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,420,0,41,104,1,1,8,6.040254592895508,64 +4517,0,0,14,25,18,8,425871,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,200,1,43,106,6,1,5,5.2983174324035645,25 +4518,0,0,8,26,3,10,438085,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,400,0,24,NA,1,0,12,5.991464614868164,144 +4519,0,0,9,24,5,NA,425871,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,300,0,16,NA,1,0,9,5.703782558441162,81 +4520,0,0,12,30,5,7,451538,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,714,0,21,95,1,0,12,6.570882797241211,144 +4521,0,0,12,25,12,8,336009,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,398,0,37,116,1,0,7,5.986452102661133,49 +4522,0,0,9,29,6,8,490767,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,398,0,20,66,1,0,14,5.986452102661133,196 +4523,0,0,16,28,5,0,375674,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,734,0,38,101,1,1,6,6.598508834838867,36 +4525,0,0,12,25,12,12,336009,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,688,0,23,96,1,0,7,6.533788681030273,49 +4530,0,0,6,28,3,11,107087,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,212,0,NA,NA,6,1,16,5.356586456298828,256 +4531,0,0,12,31,NA,9,165331,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,455,0,41,104,1,0,13,6.120297431945801,169 +4534,0,0,15,24,17,12,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,350,0,32,NA,6,1,3,5.857933044433594,9 +4535,0,0,16,28,NA,16,438085,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,577,0,39,138,6,1,6,6.357842445373535,36 +4538,0,0,16,31,10,14,572299,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,699,0,34,105,1,0,9,6.5496506690979,81 +4539,0,0,16,27,14,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,375,0,44,106,6,1,5,5.926926136016846,25 +4540,0,0,13,24,14,12,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,375,0,33,NA,1,1,5,5.926926136016846,25 +4541,0,0,12,33,10,9,470506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,364,0,40,NA,1,1,15,5.897153854370117,225 +4543,0,0,12,29,11,4,118905,0,0,1,0,0,0,0,1,0,0,0,0,1,1,1,1,0,220,0,22,67,5,0,11,5.393627643585205,121 +4548,0,0,16,31,0,0,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,621,0,27,NA,1,0,9,6.431331157684326,81 +4551,0,0,11,31,NA,NA,140524,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,375,0,31,NA,5,0,14,5.926926136016846,196 +4552,0,0,16,26,12,10,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,341,0,24,97,6,0,4,5.831882476806641,16 +4553,0,0,16,24,12,10,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,380,0,16,NA,1,0,2,5.940171241760254,4 +4554,0,0,11,32,NA,NA,470506,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,260,0,37,NA,1,0,15,5.5606818199157715,225 +4557,0,0,8,30,NA,NA,117386,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,489,0,30,NA,1,0,16,6.192362308502197,256 +4558,0,0,11,26,8,9,317074,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,433,0,18,NA,1,0,9,6.070737838745117,81 +4560,0,0,11,27,8,NA,317074,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,365,0,19,NA,1,0,10,5.899897575378418,100 +4562,0,0,14,33,NA,NA,504746,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,257,0,41,NA,1,0,13,5.549076080322266,169 +4564,0,0,14,26,12,12,345645,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,513,1,29,NA,1,0,6,6.240275859832764,36 +4565,0,0,15,31,8,9,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,288,0,40,108,1,0,10,5.662960529327393,100 +4567,0,0,18,30,8,13,451538,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,866,0,44,125,1,1,6,6.763885021209717,36 +4568,0,0,12,25,7,8,89271,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,433,0,34,106,5,0,7,6.070737838745117,49 +4569,0,0,1,29,0,3,110376,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,500,0,8,NA,1,0,22,6.214608192443848,484 +4572,0,0,16,24,12,12,336009,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,548,0,32,NA,1,0,2,6.306275367736816,4 +4573,0,0,12,29,4,6,451538,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,400,0,25,99,1,0,11,5.991464614868164,121 +4574,0,0,9,30,NA,8,119965,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,433,0,20,NA,1,0,15,6.070737838745117,225 +4579,1,0,13,24,16,13,425871,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,375,0,26,NA,1,1,5,5.926926136016846,25 +4580,1,0,12,32,12,12,423456,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,547,0,42,96,1,0,14,6.30444860458374,196 +4584,1,0,12,24,12,12,365200,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,375,0,24,NA,6,1,6,5.926926136016846,36 +4586,1,0,14,25,10,12,365200,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,500,0,33,114,1,1,5,6.214608192443848,25 +4587,1,0,16,24,18,15,365200,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,355,1,36,117,1,1,2,5.87211799621582,4 +4589,1,0,12,29,9,12,490767,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,600,0,34,105,1,1,11,6.396929740905762,121 +4590,1,0,12,34,2,3,1693822,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,650,0,40,106,1,0,16,6.476972579956055,256 +4591,1,0,12,32,8,8,1693822,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,848,0,44,102,1,0,14,6.742880821228027,196 +4592,1,0,12,27,10,9,1752340,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,325,0,33,NA,1,0,9,5.783825397491455,81 +4593,0,1,12,33,NA,NA,460147,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,289,0,35,75,5,0,15,5.666426658630371,225 +4594,0,1,14,24,5,5,313301,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,457,0,27,99,1,0,4,6.124683380126953,16 +4596,0,1,14,29,12,12,486428,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,711,0,35,NA,1,1,9,6.566672325134277,81 +4601,0,1,13,34,11,12,470506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,413,0,46,90,1,0,15,6.023447513580322,225 +4603,0,1,16,25,NA,16,75607,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,649,0,26,101,6,0,3,6.475432872772217,9 +4606,0,1,13,26,NA,NA,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,633,0,37,115,1,0,7,6.450470447540283,49 +4607,0,1,16,28,10,12,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,721,0,37,118,1,0,6,6.580639362335205,36 +4609,0,1,12,32,12,9,363128,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,913,0,40,108,1,1,14,6.816735744476318,196 +4610,0,1,13,26,8,5,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,375,1,29,101,1,0,7,5.926926136016846,49 +4611,0,1,18,27,12,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,592,0,37,127,1,0,3,6.383506774902344,9 +4616,0,0,16,32,NA,12,103511,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,764,0,41,114,1,0,10,6.638567924499512,100 +4617,0,0,12,26,4,9,107087,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,500,0,24,NA,1,0,8,6.214608192443848,64 +4622,0,0,11,25,11,10,309300,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,275,0,30,76,1,1,8,5.616771221160889,64 +4623,0,0,10,24,11,10,309300,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,260,0,20,NA,6,1,8,5.5606818199157715,64 +4624,0,0,16,28,12,16,84491,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,962,0,42,132,6,1,6,6.869014263153076,36 +4625,0,0,12,28,NA,3,77507,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,625,0,28,50,1,0,10,6.437751770019531,100 +4626,0,0,12,26,NA,NA,77507,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,333,0,26,84,1,0,8,5.80814266204834,64 +4627,0,0,12,29,NA,10,117386,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,625,0,23,55,1,0,11,6.437751770019531,121 +4628,0,0,10,24,NA,NA,75607,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,250,0,18,NA,6,0,8,5.521461009979248,64 +4629,0,0,12,34,NA,NA,111044,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,359,0,23,73,1,0,16,5.883322238922119,256 +4631,0,0,12,34,NA,6,111044,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,550,0,19,NA,1,0,16,6.309918403625488,256 +4632,0,0,12,24,NA,NA,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,403,0,16,61,1,0,6,5.998936653137207,36 +4635,0,0,11,26,9,9,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,463,0,14,84,6,0,9,6.1377272605896,81 +4637,0,0,12,24,4,5,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,396,0,12,NA,6,0,6,5.981414318084717,36 +4639,0,0,12,24,NA,8,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,278,0,20,NA,6,0,6,5.627621173858643,36 +4642,1,0,14,27,NA,NA,78509,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,400,0,28,71,1,0,7,5.991464614868164,49 +4643,1,0,16,24,NA,NA,76585,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,415,0,27,84,1,0,2,6.028278350830078,4 +4644,1,0,12,33,7,7,112480,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,462,0,36,NA,1,0,15,6.135564804077148,225 +4645,1,0,18,33,NA,NA,103511,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,1442,0,44,101,6,0,9,7.273786544799805,81 +4648,1,0,4,27,NA,NA,81081,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,125,0,NA,NA,6,0,17,4.828313827514648,289 +4650,1,0,10,34,NA,8,111044,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,200,0,22,NA,1,0,18,5.2983174324035645,324 +4654,1,0,10,31,NA,9,117386,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,18,NA,1,0,15,5.703782558441162,225 +4655,1,0,10,32,NA,9,111044,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,521,0,28,NA,1,0,16,6.2557501792907715,256 +4656,1,0,13,25,10,12,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,266,0,24,69,1,0,6,5.58349609375,36 +4657,1,0,11,26,NA,NA,81081,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,325,0,18,80,1,0,9,5.783825397491455,81 +4659,1,0,9,30,7,10,122798,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,350,0,19,NA,5,0,15,5.857933044433594,225 +4660,1,0,9,34,NA,NA,111044,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,340,0,41,NA,1,0,19,5.828945636749268,361 +4661,1,0,13,25,3,7,79093,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,625,0,28,NA,1,0,6,6.437751770019531,36 +4662,1,0,10,29,NA,9,119965,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,214,0,16,69,1,0,13,5.365975856781006,169 +4663,1,0,12,28,9,12,91831,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,688,0,37,104,1,0,10,6.533788681030273,100 +4664,1,0,8,32,5,12,81669,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,275,0,31,NA,1,0,18,5.616771221160889,324 +4666,1,0,10,32,6,10,88765,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,457,0,40,92,1,1,16,6.124683380126953,256 +4668,1,0,12,26,NA,8,95822,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,615,0,28,NA,5,0,8,6.421622276306152,64 +4671,1,0,16,25,13,NA,79093,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,732,0,40,102,1,0,3,6.595780372619629,9 +4672,1,0,12,26,NA,NA,81081,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,163,0,25,NA,5,0,8,5.09375,64 +4673,1,0,8,24,NA,NA,79093,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,260,0,18,NA,6,0,10,5.5606818199157715,100 +4674,1,0,11,27,NA,NA,84491,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,492,0,26,NA,1,0,10,6.198478698730469,100 +4675,1,0,12,26,NA,NA,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,575,0,16,NA,1,0,8,6.3543701171875,64 +4678,1,0,12,25,NA,NA,75607,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,510,0,22,NA,5,0,7,6.234410762786865,49 +4680,1,0,8,26,NA,NA,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,565,0,16,NA,6,0,12,6.336825847625732,144 +4682,1,0,9,29,6,4,122798,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,515,0,23,NA,6,0,14,6.244166851043701,196 +4683,1,0,8,25,6,4,79093,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,471,0,18,NA,1,0,11,6.154858112335205,121 +4684,1,0,13,27,NA,12,77507,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,335,1,21,97,1,0,8,5.8141303062438965,64 +4686,1,0,12,28,6,10,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,481,0,27,83,1,0,10,6.175867080688477,100 +4687,1,0,12,26,6,10,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,642,0,36,98,1,1,8,6.464588165283203,64 +4688,1,0,10,25,7,10,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,573,0,25,70,1,0,9,6.35088586807251,81 +4692,1,0,6,32,NA,NA,111044,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,315,0,19,NA,1,0,20,5.752572536468506,400 +4693,1,0,11,30,0,8,117386,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,360,0,45,NA,1,0,13,5.886104106903076,169 +4696,1,0,12,25,NA,NA,75607,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,339,0,26,90,6,0,7,5.826000213623047,49 +4697,1,0,13,26,10,4,84491,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,400,0,26,87,1,0,7,5.991464614868164,49 +4698,1,0,15,24,NA,12,89271,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,300,0,38,96,6,0,3,5.703782558441162,9 +4699,1,0,10,34,10,12,88765,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,580,0,34,80,1,0,18,6.363028049468994,324 +4700,1,0,14,24,8,12,89271,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,321,0,34,102,6,0,4,5.7714409828186035,16 +4701,1,0,12,26,2,NA,81081,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,475,0,21,79,6,1,8,6.1633148193359375,64 +4702,1,0,7,25,2,NA,79093,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,445,0,16,NA,1,0,12,6.098074436187744,144 +4704,1,0,6,25,NA,6,79093,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,4,NA,5,0,13,5.703782558441162,169 +4711,1,0,10,27,NA,5,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,252,0,14,NA,1,1,11,5.529428958892822,121 +4712,1,0,12,25,9,2,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,419,0,20,NA,1,1,7,6.03787088394165,49 +4713,1,0,6,34,NA,NA,111044,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,317,0,30,NA,1,0,22,5.758901596069336,484 +4715,1,0,16,29,10,12,141777,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,553,0,40,104,1,0,7,6.3153581619262695,49 +4716,0,0,18,31,8,9,490767,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,721,0,35,104,1,1,7,6.580639362335205,49 +4721,0,0,13,25,8,12,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,729,0,30,101,6,1,6,6.591673851013184,36 +4722,0,0,12,25,5,8,336009,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,314,0,28,115,1,0,7,5.749392986297607,49 +4723,0,0,9,27,9,3,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,220,0,18,NA,6,0,12,5.393627643585205,144 +4724,0,1,8,25,NA,4,76585,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,235,0,24,NA,1,0,11,5.459585666656494,121 +4730,0,1,9,27,NA,5,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,333,0,22,NA,1,0,12,5.80814266204834,144 +4731,0,1,11,26,NA,5,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,333,0,12,NA,1,0,9,5.80814266204834,81 +4733,0,1,11,30,9,7,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,333,0,NA,NA,6,0,13,5.80814266204834,169 +4734,0,1,12,28,9,7,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,380,0,26,NA,1,0,10,5.940171241760254,100 +4735,0,1,12,26,9,7,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,390,0,24,NA,4,0,8,5.966146945953369,64 +4736,0,1,5,34,NA,6,112480,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,250,0,18,NA,5,0,23,5.521461009979248,529 +4738,0,1,17,27,6,11,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,673,1,27,107,6,0,4,6.511745452880859,16 +4739,0,1,16,26,7,10,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,483,1,29,98,6,0,4,6.18001651763916,16 +4740,0,1,16,25,7,10,79093,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,769,0,25,96,6,0,3,6.6450910568237305,9 +4743,0,1,4,25,0,4,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,325,0,8,NA,1,0,15,5.783825397491455,225 +4744,0,1,11,30,NA,NA,117386,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,465,0,18,NA,1,0,13,6.142037391662598,169 +4748,0,1,14,24,16,10,82135,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,350,0,21,NA,6,0,4,5.857933044433594,16 +4749,0,1,12,26,3,6,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,375,0,25,NA,1,0,8,5.926926136016846,64 +4752,0,1,5,27,1,1,91831,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,300,0,35,NA,1,0,16,5.703782558441162,256 +4756,0,1,16,25,7,10,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,475,0,21,NA,1,0,3,6.1633148193359375,9 +4757,0,1,12,27,NA,NA,81081,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,528,0,18,NA,1,1,9,6.269096374511719,81 +4758,0,1,10,26,NA,NA,81081,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,513,0,27,NA,1,0,10,6.240275859832764,100 +4759,0,1,12,27,NA,NA,81081,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,445,0,32,NA,2,0,9,6.098074436187744,81 +4760,0,1,11,29,7,6,122798,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,265,0,28,NA,1,0,12,5.579730033874512,144 +4761,0,1,12,27,7,6,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,260,0,16,NA,1,0,9,5.5606818199157715,81 +4763,0,1,9,24,0,7,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,318,0,10,NA,5,0,9,5.762051582336426,81 +4764,0,0,12,26,12,11,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,626,0,39,99,1,1,8,6.439350605010986,64 +4765,0,0,11,25,14,9,309300,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,400,0,33,NA,6,0,8,5.991464614868164,64 +4766,0,0,14,24,11,10,336009,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,378,0,25,NA,1,0,4,5.93489408493042,16 +4768,0,0,16,29,18,12,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,803,0,34,112,1,1,7,6.6883544921875,49 +4769,0,0,16,25,18,12,309300,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,447,0,25,118,4,1,3,6.102558612823486,9 +4771,1,0,15,28,12,9,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,319,0,26,83,1,0,7,5.765191078186035,49 +4772,1,0,8,30,NA,2,572299,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,401,0,25,NA,1,0,16,5.993961334228516,256 +4773,1,0,9,27,2,2,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,438,0,31,NA,6,0,12,6.082219123840332,144 +4774,1,0,10,24,2,2,425871,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,417,0,36,NA,1,0,8,6.03308629989624,64 +4775,1,0,10,25,5,11,473190,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,375,0,24,NA,1,1,9,5.926926136016846,81 +4776,1,0,16,30,12,12,572299,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,616,0,41,107,1,1,8,6.42324686050415,64 +4777,1,0,12,28,13,12,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,354,0,38,91,1,1,10,5.869297027587891,100 +4778,1,0,18,28,18,12,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,425,0,24,96,1,0,4,6.052089214324951,16 +4779,1,0,12,26,18,12,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,265,0,24,89,6,1,8,5.579730033874512,64 +4784,1,0,14,24,13,13,425871,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,426,0,41,118,5,1,4,6.054439544677734,16 +4786,1,0,12,25,13,10,365200,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,250,0,39,113,1,1,7,5.521461009979248,49 +4787,1,0,17,25,12,12,405778,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,560,0,33,116,5,1,2,6.32793664932251,4 +4789,1,0,12,29,7,7,451538,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,289,0,29,105,1,0,11,5.666426658630371,121 +4790,1,0,16,26,7,7,345645,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,393,0,30,120,1,1,4,5.973809719085693,16 +4791,1,0,12,26,6,7,345645,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,577,0,32,107,1,1,8,6.357842445373535,64 +4793,1,0,17,32,12,11,363128,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,346,0,49,94,1,1,9,5.846438884735107,81 +4794,1,0,16,28,12,12,375674,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1282,0,31,98,1,1,6,7.156176567077637,36 +4795,1,1,17,28,12,16,375674,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,1,865,1,36,126,1,0,5,6.762729644775391,25 +4796,1,1,14,24,12,16,365200,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,413,0,28,96,1,1,4,6.023447513580322,16 +4799,1,1,6,29,NA,12,490767,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,225,0,25,NA,6,0,17,5.41610050201416,289 +4803,0,1,14,27,4,7,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,404,0,39,84,6,1,7,6.001414775848389,49 +4804,0,1,12,31,3,7,490767,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,721,0,36,108,1,1,13,6.580639362335205,169 +4805,0,1,12,30,3,8,490767,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,577,0,32,104,1,1,12,6.357842445373535,144 +4806,0,1,12,26,6,8,345645,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,500,0,20,110,1,0,8,6.214608192443848,64 +4808,0,1,12,29,7,6,490767,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,250,0,35,96,1,1,11,5.521461009979248,121 +4810,0,1,12,26,7,7,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,155,0,28,106,1,1,8,5.0434250831604,64 +4811,0,1,12,27,6,7,345645,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,406,1,18,68,1,1,9,6.006353378295898,81 +4818,1,0,12,33,NA,3,112480,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,350,0,45,83,1,1,15,5.857933044433594,225 +4819,1,0,12,26,NA,NA,157019,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,462,0,24,66,2,1,8,6.135564804077148,64 +4821,1,0,10,34,7,12,207023,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,500,0,34,70,1,1,18,6.214608192443848,324 +4822,1,0,16,30,12,11,279791,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,846,0,39,104,1,1,8,6.7405195236206055,64 +4823,1,0,12,29,9,12,279791,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,577,0,41,87,1,1,11,6.357842445373535,121 +4824,1,0,16,28,10,12,214175,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,400,0,38,110,1,1,6,5.991464614868164,36 +4827,1,0,11,34,8,12,470506,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,741,0,38,87,1,1,17,6.608000755310059,289 +4831,1,0,14,25,12,12,1460801,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,350,0,31,100,6,1,5,5.857933044433594,25 +4832,1,0,12,26,12,14,1502694,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,438,0,42,91,1,1,8,6.082219123840332,64 +4833,1,0,13,25,16,15,178542,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,727,0,35,NA,5,1,6,6.588926315307617,36 +4834,1,0,11,25,4,6,178542,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,970,0,28,NA,1,1,8,6.877295970916748,64 +4837,0,0,16,30,12,12,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,751,0,48,109,1,0,8,6.621405601501465,64 +4838,0,0,18,30,18,14,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,577,0,42,112,1,1,6,6.357842445373535,36 +4840,0,0,16,30,12,12,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,404,0,31,106,1,0,8,6.001414775848389,64 +4841,0,0,12,30,12,12,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,616,0,36,94,1,0,12,6.42324686050415,144 +4842,0,0,16,25,8,6,365200,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,230,0,36,NA,1,0,3,5.438079357147217,9 +4843,0,0,12,24,8,6,365200,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,142,0,30,NA,6,0,6,4.955827236175537,36 +4844,0,0,18,30,9,12,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,385,0,45,NA,1,1,6,5.953243255615234,36 +4845,0,0,12,27,13,6,375674,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,385,0,30,95,4,0,9,5.953243255615234,81 +4849,0,0,12,24,3,NA,89271,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,422,0,35,NA,1,1,6,6.0450053215026855,36 +4851,0,0,12,27,3,6,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,650,0,23,NA,5,0,9,6.476972579956055,81 +4854,0,0,8,30,NA,4,117386,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,230,0,19,NA,6,0,16,5.438079357147217,256 +4857,0,0,15,30,12,12,119965,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,672,0,43,89,1,1,9,6.510258197784424,81 +4860,0,0,18,27,3,11,321175,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,354,0,42,NA,1,1,3,5.869297027587891,9 +4861,0,0,13,26,2,11,317074,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,250,1,35,NA,6,0,7,5.521461009979248,49 +4862,0,0,11,31,NA,7,480216,0,0,1,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,25,NA,4,0,14,5.703782558441162,196 +4863,0,0,12,24,NA,2,309300,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,400,0,18,NA,1,1,6,5.991464614868164,36 +4864,0,0,7,34,NA,NA,454271,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,18,NA,1,0,21,5.703782558441162,441 +4865,0,0,13,27,NA,5,317074,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,460,0,19,NA,1,0,8,6.131226539611816,64 +4866,0,0,12,27,NA,5,317074,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,432,0,18,NA,6,0,9,6.06842565536499,81 +4868,0,0,11,26,6,11,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,250,0,12,NA,1,1,9,5.521461009979248,81 +4869,0,0,5,28,NA,4,91831,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,315,0,24,NA,1,0,17,5.752572536468506,289 +4870,0,0,12,28,7,10,84491,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,625,0,38,85,4,1,10,6.437751770019531,100 +4871,0,0,10,26,9,12,345645,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,500,0,27,97,1,1,10,6.214608192443848,100 +4872,0,0,12,27,5,7,345645,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,331,0,26,83,6,1,9,5.802118301391602,81 +4873,0,0,12,28,10,10,345645,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,585,0,40,99,1,1,10,6.371612071990967,100 +4875,0,0,13,28,NA,9,77507,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,320,1,24,75,1,0,9,5.7683210372924805,81 +4877,0,0,11,28,NA,9,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,26,68,1,1,11,5.703782558441162,121 +4879,0,0,16,32,8,12,103511,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,738,0,41,107,1,0,10,6.603943824768066,100 +4880,0,0,12,30,NA,NA,122798,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,385,0,30,74,6,0,12,5.953243255615234,144 +4881,0,0,13,26,6,7,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,641,1,30,105,1,0,7,6.463029384613037,49 +4882,0,0,5,32,0,7,111044,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,325,0,18,NA,1,0,21,5.783825397491455,441 +4883,0,0,12,24,NA,4,79093,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,406,0,22,NA,1,0,6,6.006353378295898,36 +4886,0,0,6,32,0,7,111044,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,16,NA,1,0,20,5.703782558441162,400 +4887,0,0,7,29,3,NA,117386,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,176,0,24,NA,6,0,16,5.1704840660095215,256 +4888,0,0,11,27,3,NA,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,450,0,29,51,1,1,10,6.10924768447876,100 +4889,0,0,10,24,3,NA,75607,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,292,0,10,NA,6,1,8,5.676753997802734,64 +4890,0,0,12,27,NA,NA,486761,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,801,0,40,100,1,0,9,6.685861110687256,81 +4892,0,0,9,27,6,8,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,375,0,18,75,NA,1,12,5.926926136016846,144 +4894,0,0,10,24,6,8,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,230,0,15,NA,1,0,8,5.438079357147217,64 +4895,0,0,13,33,2,5,116164,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,535,1,30,83,1,0,14,6.282266616821289,196 +4896,0,0,7,31,2,5,122798,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,422,0,27,NA,1,1,18,6.0450053215026855,324 +4898,0,0,10,27,NA,6,91831,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,361,0,28,86,4,1,11,5.888877868652344,121 +4899,0,0,9,27,8,7,99853,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,300,0,37,96,1,0,12,5.703782558441162,144 +4902,0,0,12,28,9,12,84491,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,558,0,36,90,1,0,10,6.324358940124512,100 +4903,0,0,16,28,8,5,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,470,0,31,NA,1,0,6,6.152732849121094,36 +4905,0,0,12,34,3,5,96518,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,486,0,33,86,4,0,16,6.186208724975586,256 +4906,0,0,12,26,NA,NA,91831,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,600,0,37,102,1,0,8,6.396929740905762,64 +4908,0,0,11,34,NA,4,116164,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,363,0,27,NA,1,0,17,5.894402980804443,289 +4910,0,0,10,24,1,4,79093,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,200,0,14,NA,NA,0,8,5.2983174324035645,64 +4911,0,0,8,30,NA,NA,122798,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,142,0,12,NA,1,0,16,4.955827236175537,256 +4912,0,0,12,33,2,2,81669,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,448,1,33,NA,1,0,15,6.104793071746826,225 +4916,1,0,11,29,NA,1,118905,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,300,0,20,NA,6,0,12,5.703782558441162,144 +4918,1,0,12,31,NA,12,139895,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,706,0,45,NA,1,1,13,6.559615135192871,169 +4919,1,0,12,26,NA,12,107087,0,1,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,534,0,43,101,1,0,8,6.280395984649658,64 +4920,1,0,13,29,5,NA,118905,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,260,0,27,NA,1,0,10,5.5606818199157715,100 +4923,1,0,12,26,6,7,78509,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,675,0,25,NA,1,0,8,6.514712810516357,64 +4924,1,0,7,31,1,3,118905,0,0,1,0,0,0,0,0,1,0,0,0,1,1,0,1,0,260,0,16,NA,4,0,18,5.5606818199157715,324 +4926,1,0,10,34,NA,NA,112480,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,300,0,31,NA,4,0,18,5.703782558441162,324 +4928,1,0,16,27,14,13,91831,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,1215,1,40,84,6,1,5,7.102499485015869,25 +4929,1,0,17,28,12,12,107087,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,577,0,37,116,1,0,5,6.357842445373535,25 +4930,1,0,14,27,NA,10,77507,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,250,0,26,99,6,0,7,5.521461009979248,49 +4932,1,0,10,30,NA,8,117386,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,394,0,20,NA,6,0,14,5.976350784301758,196 +4934,1,0,8,24,4,8,79093,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,275,0,10,NA,1,0,10,5.616771221160889,100 +4938,1,0,9,32,5,5,116164,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,225,0,14,NA,1,0,17,5.41610050201416,289 +4940,1,0,7,25,3,4,79093,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,275,0,18,NA,6,0,12,5.616771221160889,144 +4943,1,0,9,30,7,8,122798,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,356,0,14,NA,6,0,15,5.8749308586120605,225 +4944,1,0,12,25,7,12,75607,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,885,0,26,NA,1,0,7,6.785587787628174,49 +4945,1,0,16,24,7,12,75607,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,192,0,12,NA,6,0,2,5.257495403289795,4 +4946,1,0,7,29,NA,2,117386,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,420,0,19,NA,2,0,16,6.040254592895508,256 +4947,1,0,7,33,NA,2,111044,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,375,0,14,NA,1,0,20,5.926926136016846,400 +4948,1,0,7,31,NA,2,117386,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,364,0,NA,NA,1,0,18,5.897153854370117,324 +4949,1,0,12,26,12,11,91831,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,400,0,37,107,1,0,8,5.991464614868164,64 +4950,1,0,12,26,10,9,81081,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,353,0,22,NA,1,0,8,5.8664679527282715,64 +4952,1,0,13,29,12,14,119965,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,300,0,40,116,1,0,10,5.703782558441162,100 +4953,1,0,15,25,9,11,89271,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,416,0,33,109,1,0,4,6.0306854248046875,16 +4955,1,0,11,26,NA,10,81081,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,600,0,19,NA,1,0,9,6.396929740905762,81 +4957,1,0,13,29,3,8,122798,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,973,1,29,NA,1,1,10,6.8803839683532715,100 +4959,1,0,5,29,2,NA,122798,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,230,0,10,NA,1,0,18,5.438079357147217,324 +4960,1,0,12,27,2,NA,81081,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,311,0,20,NA,1,0,9,5.739792823791504,81 +4961,1,0,8,31,3,6,122798,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,274,0,31,NA,1,0,17,5.613128185272217,289 +4963,1,0,11,27,NA,NA,77507,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,400,0,29,NA,6,1,10,5.991464614868164,100 +4964,1,0,8,26,NA,NA,77507,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,200,0,24,NA,6,0,12,5.2983174324035645,144 +4965,1,0,13,26,6,8,81081,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,435,0,23,NA,1,0,7,6.075345993041992,49 +4969,1,0,6,29,1,5,122798,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,230,0,8,NA,1,0,17,5.438079357147217,289 +4970,1,0,6,30,NA,8,145125,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,731,0,23,NA,1,0,18,6.5944132804870605,324 +4972,1,0,10,33,8,8,116164,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,270,0,16,NA,1,0,17,5.598422050476074,289 +4973,1,0,8,26,4,8,81081,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,176,0,18,NA,1,0,12,5.1704840660095215,144 +4974,1,0,12,25,4,8,79093,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,250,0,14,NA,1,0,7,5.521461009979248,49 +4975,1,0,10,30,NA,10,122798,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,333,0,25,NA,1,0,14,5.80814266204834,196 +4976,1,0,12,25,8,16,75607,0,0,1,0,0,0,0,0,1,0,0,0,1,1,1,0,0,438,0,42,NA,6,0,7,6.082219123840332,49 +4978,1,0,16,26,NA,NA,81081,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,428,0,18,NA,1,0,4,6.0591230392456055,16 +4979,1,0,16,29,8,12,139895,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,740,0,31,76,1,0,7,6.606650352478027,49 +4981,1,0,12,26,NA,8,77507,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,700,0,24,NA,1,0,8,6.551080226898193,64 +4983,1,0,12,24,4,7,75607,0,0,1,0,0,0,0,0,1,0,0,0,1,1,0,1,0,245,0,10,NA,6,0,6,5.501258373260498,36 +4984,1,0,12,26,2,8,91599,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,230,0,16,NA,6,0,8,5.438079357147217,64 +4986,1,0,15,29,5,12,117386,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,273,0,27,72,1,0,8,5.609471797943115,64 +4987,1,0,14,28,NA,NA,77507,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,632,0,31,105,1,0,8,6.448889255523682,64 +4988,1,0,16,25,8,12,75607,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,289,0,23,65,1,1,3,5.666426658630371,9 +4990,1,0,8,32,NA,5,111044,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,300,0,22,NA,1,0,18,5.703782558441162,324 +4991,1,0,10,29,NA,5,117386,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,230,0,14,NA,1,0,13,5.438079357147217,169 +4992,1,0,8,30,NA,5,138729,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,395,0,28,NA,1,0,16,5.978885650634766,256 +4994,1,0,9,24,5,5,79093,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,572,0,8,NA,6,0,9,6.349139213562012,81 +4995,1,0,17,30,8,8,122798,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,625,0,30,NA,6,0,7,6.437751770019531,49 +4996,1,0,16,25,NA,NA,79093,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,550,0,22,NA,6,0,3,6.309918403625488,9 +4997,1,0,9,26,8,8,77507,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,250,0,21,NA,1,0,11,5.521461009979248,121 +4998,1,0,8,27,NA,NA,84491,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,363,0,30,NA,1,0,13,5.894402980804443,169 +4999,1,0,14,34,4,12,116164,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,100,0,26,NA,1,0,14,4.605170249938965,196 +5001,1,0,12,33,NA,NA,116164,0,0,1,0,0,1,0,0,0,0,0,0,0,1,1,0,1,350,0,18,NA,1,0,15,5.857933044433594,225 +5003,1,0,10,25,NA,6,79093,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,290,0,18,NA,6,0,9,5.6698808670043945,81 +5004,1,0,4,32,NA,4,116164,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,250,0,NA,NA,5,0,22,5.521461009979248,484 +5008,1,0,8,33,NA,3,111044,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,833,0,22,NA,1,0,19,6.725033760070801,361 +5009,1,0,10,25,NA,NA,75607,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,435,0,20,NA,1,0,9,6.075345993041992,81 +5011,1,0,12,27,NA,NA,77507,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,333,0,26,98,6,1,9,5.80814266204834,81 +5012,0,0,12,26,NA,12,438085,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,306,0,27,93,2,0,8,5.72358512878418,64 +5013,0,0,18,33,7,7,423456,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,573,0,43,108,1,0,9,6.35088586807251,81 +5018,0,0,12,25,10,6,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,288,0,19,NA,6,0,7,5.662960529327393,49 +5020,0,0,12,28,NA,NA,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,463,0,12,74,2,0,10,6.1377272605896,100 +5021,0,0,12,34,7,12,88765,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,389,0,40,107,1,0,16,5.963579177856445,256 +5022,0,0,16,32,14,12,81669,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,1106,0,48,110,4,0,10,7.008505344390869,100 +5024,0,0,16,24,9,10,336009,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,245,0,34,114,4,0,2,5.501258373260498,4 +5028,0,0,12,25,NA,12,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,358,0,28,NA,1,0,7,5.880533218383789,49 +5030,0,0,8,34,7,8,363128,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,357,0,34,NA,1,1,20,5.877735614776611,400 +5031,0,0,12,30,6,6,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,400,0,24,72,1,0,12,5.991464614868164,144 +5033,0,0,10,25,12,9,104102,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,300,0,38,117,4,0,9,5.703782558441162,81 +5036,0,0,16,27,15,15,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,553,1,42,107,1,1,5,6.3153581619262695,25 +5037,0,0,8,31,4,10,545297,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,300,0,29,NA,1,0,17,5.703782558441162,289 +5039,0,0,7,30,NA,NA,635888,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,450,0,14,NA,1,0,17,6.10924768447876,289 +5040,0,0,12,25,7,9,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,409,0,29,114,1,0,7,6.0137152671813965,49 +5046,0,0,14,24,14,14,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,250,0,26,NA,6,1,4,5.521461009979248,16 +5048,0,0,16,24,NA,NA,89271,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,337,0,24,107,1,1,2,5.820083141326904,4 +5051,0,0,16,24,12,12,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,280,0,34,NA,6,1,2,5.63478946685791,4 +5052,0,0,13,24,12,10,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,523,0,35,120,4,1,5,6.259581565856934,25 +5053,0,0,16,26,12,12,486761,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,513,0,34,97,1,1,4,6.240275859832764,16 +5054,0,0,14,31,8,14,635888,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,691,0,46,130,1,1,11,6.538139820098877,121 +5055,0,0,16,27,12,12,876170,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,425,0,38,107,6,1,5,6.052089214324951,25 +5056,0,0,13,24,16,12,730401,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,1,1,361,1,40,NA,6,1,5,5.888877868652344,25 +5058,0,0,12,24,5,12,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,542,0,31,100,1,0,6,6.295266151428223,36 +5059,0,0,12,32,6,12,363128,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,769,0,33,NA,1,0,14,6.6450910568237305,196 +5060,0,0,12,25,NA,11,365200,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,505,0,37,103,1,1,7,6.224558353424072,49 +5061,0,0,17,25,12,10,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,591,1,46,108,6,1,2,6.3818159103393555,4 +5062,0,0,16,25,14,13,851743,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,419,0,29,111,6,1,3,6.03787088394165,9 +5064,0,0,16,26,12,12,973522,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,375,0,36,114,4,1,4,5.926926136016846,16 +5068,0,0,17,26,12,2,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,369,1,37,112,5,1,3,5.910796642303467,9 +5069,0,0,11,26,8,8,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,438,0,31,95,1,0,9,6.082219123840332,81 +5071,0,0,17,29,8,13,572299,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,619,1,39,138,6,1,6,6.428105354309082,36 +5073,0,0,16,33,13,12,423456,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,635,0,47,96,4,1,11,6.453625202178955,121 +5074,0,0,12,26,10,11,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,500,0,31,105,1,1,8,6.214608192443848,64 +5075,0,0,12,32,10,11,423456,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,875,0,39,98,1,1,14,6.774223804473877,196 +5076,0,0,17,34,10,14,470506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,635,0,43,NA,1,1,11,6.453625202178955,121 +5078,0,0,14,24,18,12,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,313,1,36,NA,1,1,4,5.746203422546387,16 +5081,0,0,15,24,16,12,365200,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,350,0,45,NA,4,0,3,5.857933044433594,9 +5082,0,0,9,24,7,11,365200,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,857,0,22,NA,5,0,9,6.7534379959106445,81 +5083,0,0,11,31,NA,8,118905,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,1,200,0,30,62,6,1,14,5.2983174324035645,196 +5084,0,0,12,24,NA,NA,90509,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,0,383,0,30,NA,1,0,6,5.948034763336182,36 +5088,0,0,12,30,NA,8,118905,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,245,0,38,67,3,0,12,5.501258373260498,144 +5089,0,0,12,32,7,NA,112480,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,808,0,28,83,1,0,14,6.694561958312988,196 +5091,0,0,18,33,6,10,112480,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,462,0,27,NA,1,1,9,6.135564804077148,81 +5092,0,0,16,29,3,7,118905,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,577,0,28,NA,1,1,7,6.357842445373535,49 +5097,0,0,17,31,NA,NA,118905,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,0,506,0,44,NA,1,0,8,6.226536750793457,64 +5098,0,0,17,28,13,12,107087,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,962,0,28,97,6,1,5,6.869014263153076,25 +5099,0,0,16,26,13,12,107087,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,743,0,29,112,1,1,4,6.610695838928223,16 +5100,0,0,12,24,NA,9,104102,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,450,0,31,102,6,1,6,6.10924768447876,36 +5102,0,0,11,27,7,8,81081,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,476,0,22,NA,1,0,10,6.165417671203613,100 +5103,0,0,9,25,7,8,79093,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,123,0,18,NA,6,0,10,4.8121843338012695,100 +5104,0,0,11,32,3,0,116164,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,794,0,30,70,1,0,15,6.677083492279053,225 +5106,0,0,10,25,12,5,79093,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,200,0,22,NA,1,0,9,5.2983174324035645,81 +5107,0,0,14,32,8,8,81669,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,462,0,40,92,1,1,12,6.135564804077148,144 +5108,0,0,10,29,16,5,110376,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,225,0,34,90,1,1,13,5.41610050201416,169 +5116,0,0,13,28,NA,10,345645,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,577,0,25,83,1,1,9,6.357842445373535,81 +5120,0,0,8,32,NA,NA,116164,0,1,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,180,0,24,NA,1,0,18,5.192956924438477,324 +5121,0,0,9,31,NA,1,122798,0,1,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,325,0,20,NA,6,0,16,5.783825397491455,256 +5122,0,0,7,28,NA,1,81081,0,1,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,409,0,20,NA,6,0,15,6.0137152671813965,225 +5123,0,0,10,25,2,8,93473,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,200,0,17,75,1,0,9,5.2983174324035645,81 +5124,0,0,16,29,11,16,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,1,539,0,36,95,1,1,7,6.289715766906738,49 +5126,0,0,16,28,12,12,375674,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,354,0,46,104,1,0,6,5.869297027587891,36 +5131,0,0,11,28,12,15,345645,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,250,0,24,85,5,1,11,5.521461009979248,121 +5139,0,0,16,28,9,12,375674,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,693,0,41,114,1,1,6,6.541029930114746,36 +5140,0,0,12,28,8,12,417415,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,420,0,27,82,1,1,10,6.040254592895508,100 +5142,0,0,12,33,16,16,363128,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,366,0,32,65,1,0,15,5.902633190155029,225 +5143,0,0,11,24,4,7,365200,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,351,0,26,NA,1,0,7,5.860786437988281,49 +5144,0,0,16,31,8,8,451538,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,913,0,45,113,1,1,9,6.816735744476318,81 +5145,0,0,13,28,9,16,345645,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,900,0,40,NA,1,0,9,6.802394866943359,81 +5146,0,0,7,26,2,7,91831,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,300,0,21,NA,1,0,13,5.703782558441162,169 +5149,0,0,10,27,NA,NA,108528,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,307,0,38,NA,1,0,11,5.7268476486206055,121 +5151,0,0,7,27,NA,8,108528,0,0,1,0,0,0,0,0,0,1,0,0,1,0,1,1,0,475,0,28,NA,1,0,14,6.1633148193359375,196 +5152,0,0,11,28,NA,9,81081,0,1,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,340,0,23,100,4,0,11,5.828945636749268,121 +5153,0,0,9,29,5,5,117386,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,463,0,30,68,1,0,14,6.1377272605896,196 +5159,0,0,12,30,NA,2,118905,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,200,0,20,76,1,0,12,5.2983174324035645,144 +5161,0,0,15,24,8,8,76585,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,315,0,23,101,6,1,3,5.752572536468506,9 +5162,0,0,16,30,5,8,118905,0,0,1,0,0,0,0,0,0,1,0,0,1,1,0,1,0,625,0,35,78,1,1,8,6.437751770019531,64 +5163,0,0,12,30,NA,NA,118905,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,254,0,27,72,5,1,12,5.537334442138672,144 +5165,0,0,9,27,NA,NA,107087,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,450,0,32,75,1,1,12,6.10924768447876,144 +5166,0,0,12,24,NA,NA,75607,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,375,0,27,NA,1,1,6,5.926926136016846,36 +5168,0,0,12,26,0,7,77507,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,0,300,0,30,NA,1,1,8,5.703782558441162,64 +5171,0,0,12,26,8,10,77507,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,364,0,30,NA,5,1,8,5.897153854370117,64 +5173,0,0,18,27,NA,NA,77507,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,0,750,0,39,NA,1,1,3,6.620073318481445,9 +5174,0,0,15,28,3,8,77507,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,589,0,36,NA,1,1,7,6.3784260749816895,49 +5176,0,0,10,31,0,2,117386,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,265,0,26,NA,1,1,15,5.579730033874512,225 +5177,0,0,9,25,0,2,75607,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,300,0,10,NA,5,1,10,5.703782558441162,100 +5179,0,0,6,33,NA,NA,111044,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,390,0,21,NA,1,0,21,5.966146945953369,441 +5184,0,0,10,31,NA,12,119965,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,500,0,31,NA,1,1,15,6.214608192443848,225 +5185,0,0,12,29,NA,12,119965,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,450,0,38,101,1,1,11,6.10924768447876,121 +5186,0,0,12,27,7,7,91831,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,263,0,33,100,1,1,9,5.5721540451049805,81 +5187,0,0,14,27,5,12,91831,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,432,0,38,105,1,1,7,6.06842565536499,49 +5193,0,0,10,30,NA,4,480216,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,192,0,29,NA,1,0,14,5.257495403289795,196 +5196,0,0,14,34,8,8,363128,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,829,0,35,NA,1,1,14,6.72022008895874,196 +5199,0,1,16,30,16,16,140524,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,513,0,30,82,1,0,8,6.240275859832764,64 +5200,0,1,13,30,4,9,117386,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,529,0,25,NA,1,0,11,6.270988464355469,121 +5204,0,1,16,26,NA,11,91599,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,385,0,28,79,1,0,4,5.953243255615234,16 +5206,0,1,13,27,6,8,91831,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,500,0,32,102,1,0,8,6.214608192443848,64 +5210,0,1,15,29,16,18,119965,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,712,0,43,NA,1,1,8,6.56807804107666,64 +5211,0,1,16,27,16,18,91831,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,472,0,36,NA,1,1,5,6.156979084014893,25 +5212,0,1,12,24,NA,7,79093,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,470,0,22,77,1,0,6,6.152732849121094,36 +5213,0,1,13,25,NA,NA,75607,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,413,0,28,NA,1,0,6,6.023447513580322,36 +5218,0,1,12,25,8,12,82135,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,335,0,15,NA,1,0,7,5.8141303062438965,49 +5219,0,1,13,34,NA,NA,88765,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,481,0,43,NA,1,1,15,6.175867080688477,225 +5220,0,1,12,24,11,NA,89271,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,500,0,25,109,1,0,6,6.214608192443848,36 +5221,0,1,12,31,NA,NA,110376,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,713,0,32,107,1,1,13,6.569481372833252,169 +5225,0,1,13,26,NA,NA,81081,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,525,1,27,NA,1,0,7,6.263398170471191,49 diff --git a/docs/_site/files/data/package_data/cars.csv b/docs/_site/files/data/package_data/cars.csv new file mode 100644 index 00000000..e6a7d628 --- /dev/null +++ b/docs/_site/files/data/package_data/cars.csv @@ -0,0 +1,235 @@ +manufacturer,model,displ,year,cyl,trans,drv,cty,hwy,fl,class +audi,a4,1.8,1999,4,auto(l5),f,18,29,p,compact +audi,a4,1.8,1999,4,manual(m5),f,21,29,p,compact +audi,a4,2,2008,4,manual(m6),f,20,31,p,compact +audi,a4,2,2008,4,auto(av),f,21,30,p,compact +audi,a4,2.8,1999,6,auto(l5),f,16,26,p,compact +audi,a4,2.8,1999,6,manual(m5),f,18,26,p,compact +audi,a4,3.1,2008,6,auto(av),f,18,27,p,compact +audi,a4 quattro,1.8,1999,4,manual(m5),4,18,26,p,compact +audi,a4 quattro,1.8,1999,4,auto(l5),4,16,25,p,compact +audi,a4 quattro,2,2008,4,manual(m6),4,20,28,p,compact +audi,a4 quattro,2,2008,4,auto(s6),4,19,27,p,compact +audi,a4 quattro,2.8,1999,6,auto(l5),4,15,25,p,compact +audi,a4 quattro,2.8,1999,6,manual(m5),4,17,25,p,compact +audi,a4 quattro,3.1,2008,6,auto(s6),4,17,25,p,compact +audi,a4 quattro,3.1,2008,6,manual(m6),4,15,25,p,compact +audi,a6 quattro,2.8,1999,6,auto(l5),4,15,24,p,midsize +audi,a6 quattro,3.1,2008,6,auto(s6),4,17,25,p,midsize +audi,a6 quattro,4.2,2008,8,auto(s6),4,16,23,p,midsize +chevrolet,c1500 suburban 2wd,5.3,2008,8,auto(l4),r,14,20,r,suv +chevrolet,c1500 suburban 2wd,5.3,2008,8,auto(l4),r,11,15,e,suv +chevrolet,c1500 suburban 2wd,5.3,2008,8,auto(l4),r,14,20,r,suv +chevrolet,c1500 suburban 2wd,5.7,1999,8,auto(l4),r,13,17,r,suv +chevrolet,c1500 suburban 2wd,6,2008,8,auto(l4),r,12,17,r,suv +chevrolet,corvette,5.7,1999,8,manual(m6),r,16,26,p,2seater +chevrolet,corvette,5.7,1999,8,auto(l4),r,15,23,p,2seater +chevrolet,corvette,6.2,2008,8,manual(m6),r,16,26,p,2seater +chevrolet,corvette,6.2,2008,8,auto(s6),r,15,25,p,2seater +chevrolet,corvette,7,2008,8,manual(m6),r,15,24,p,2seater +chevrolet,k1500 tahoe 4wd,5.3,2008,8,auto(l4),4,14,19,r,suv +chevrolet,k1500 tahoe 4wd,5.3,2008,8,auto(l4),4,11,14,e,suv +chevrolet,k1500 tahoe 4wd,5.7,1999,8,auto(l4),4,11,15,r,suv +chevrolet,k1500 tahoe 4wd,6.5,1999,8,auto(l4),4,14,17,d,suv +chevrolet,malibu,2.4,1999,4,auto(l4),f,19,27,r,midsize +chevrolet,malibu,2.4,2008,4,auto(l4),f,22,30,r,midsize +chevrolet,malibu,3.1,1999,6,auto(l4),f,18,26,r,midsize +chevrolet,malibu,3.5,2008,6,auto(l4),f,18,29,r,midsize +chevrolet,malibu,3.6,2008,6,auto(s6),f,17,26,r,midsize +dodge,caravan 2wd,2.4,1999,4,auto(l3),f,18,24,r,minivan +dodge,caravan 2wd,3,1999,6,auto(l4),f,17,24,r,minivan +dodge,caravan 2wd,3.3,1999,6,auto(l4),f,16,22,r,minivan +dodge,caravan 2wd,3.3,1999,6,auto(l4),f,16,22,r,minivan +dodge,caravan 2wd,3.3,2008,6,auto(l4),f,17,24,r,minivan +dodge,caravan 2wd,3.3,2008,6,auto(l4),f,17,24,r,minivan +dodge,caravan 2wd,3.3,2008,6,auto(l4),f,11,17,e,minivan +dodge,caravan 2wd,3.8,1999,6,auto(l4),f,15,22,r,minivan +dodge,caravan 2wd,3.8,1999,6,auto(l4),f,15,21,r,minivan +dodge,caravan 2wd,3.8,2008,6,auto(l6),f,16,23,r,minivan +dodge,caravan 2wd,4,2008,6,auto(l6),f,16,23,r,minivan +dodge,dakota pickup 4wd,3.7,2008,6,manual(m6),4,15,19,r,pickup +dodge,dakota pickup 4wd,3.7,2008,6,auto(l4),4,14,18,r,pickup +dodge,dakota pickup 4wd,3.9,1999,6,auto(l4),4,13,17,r,pickup +dodge,dakota pickup 4wd,3.9,1999,6,manual(m5),4,14,17,r,pickup +dodge,dakota pickup 4wd,4.7,2008,8,auto(l5),4,14,19,r,pickup +dodge,dakota pickup 4wd,4.7,2008,8,auto(l5),4,14,19,r,pickup +dodge,dakota pickup 4wd,4.7,2008,8,auto(l5),4,9,12,e,pickup +dodge,dakota pickup 4wd,5.2,1999,8,manual(m5),4,11,17,r,pickup +dodge,dakota pickup 4wd,5.2,1999,8,auto(l4),4,11,15,r,pickup +dodge,durango 4wd,3.9,1999,6,auto(l4),4,13,17,r,suv +dodge,durango 4wd,4.7,2008,8,auto(l5),4,13,17,r,suv +dodge,durango 4wd,4.7,2008,8,auto(l5),4,9,12,e,suv +dodge,durango 4wd,4.7,2008,8,auto(l5),4,13,17,r,suv +dodge,durango 4wd,5.2,1999,8,auto(l4),4,11,16,r,suv +dodge,durango 4wd,5.7,2008,8,auto(l5),4,13,18,r,suv +dodge,durango 4wd,5.9,1999,8,auto(l4),4,11,15,r,suv +dodge,ram 1500 pickup 4wd,4.7,2008,8,manual(m6),4,12,16,r,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,auto(l5),4,9,12,e,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,auto(l5),4,13,17,r,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,auto(l5),4,13,17,r,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,manual(m6),4,12,16,r,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,manual(m6),4,9,12,e,pickup +dodge,ram 1500 pickup 4wd,5.2,1999,8,auto(l4),4,11,15,r,pickup +dodge,ram 1500 pickup 4wd,5.2,1999,8,manual(m5),4,11,16,r,pickup +dodge,ram 1500 pickup 4wd,5.7,2008,8,auto(l5),4,13,17,r,pickup +dodge,ram 1500 pickup 4wd,5.9,1999,8,auto(l4),4,11,15,r,pickup +ford,expedition 2wd,4.6,1999,8,auto(l4),r,11,17,r,suv +ford,expedition 2wd,5.4,1999,8,auto(l4),r,11,17,r,suv +ford,expedition 2wd,5.4,2008,8,auto(l6),r,12,18,r,suv +ford,explorer 4wd,4,1999,6,auto(l5),4,14,17,r,suv +ford,explorer 4wd,4,1999,6,manual(m5),4,15,19,r,suv +ford,explorer 4wd,4,1999,6,auto(l5),4,14,17,r,suv +ford,explorer 4wd,4,2008,6,auto(l5),4,13,19,r,suv +ford,explorer 4wd,4.6,2008,8,auto(l6),4,13,19,r,suv +ford,explorer 4wd,5,1999,8,auto(l4),4,13,17,r,suv +ford,f150 pickup 4wd,4.2,1999,6,auto(l4),4,14,17,r,pickup +ford,f150 pickup 4wd,4.2,1999,6,manual(m5),4,14,17,r,pickup +ford,f150 pickup 4wd,4.6,1999,8,manual(m5),4,13,16,r,pickup +ford,f150 pickup 4wd,4.6,1999,8,auto(l4),4,13,16,r,pickup +ford,f150 pickup 4wd,4.6,2008,8,auto(l4),4,13,17,r,pickup +ford,f150 pickup 4wd,5.4,1999,8,auto(l4),4,11,15,r,pickup +ford,f150 pickup 4wd,5.4,2008,8,auto(l4),4,13,17,r,pickup +ford,mustang,3.8,1999,6,manual(m5),r,18,26,r,subcompact +ford,mustang,3.8,1999,6,auto(l4),r,18,25,r,subcompact +ford,mustang,4,2008,6,manual(m5),r,17,26,r,subcompact +ford,mustang,4,2008,6,auto(l5),r,16,24,r,subcompact +ford,mustang,4.6,1999,8,auto(l4),r,15,21,r,subcompact +ford,mustang,4.6,1999,8,manual(m5),r,15,22,r,subcompact +ford,mustang,4.6,2008,8,manual(m5),r,15,23,r,subcompact +ford,mustang,4.6,2008,8,auto(l5),r,15,22,r,subcompact +ford,mustang,5.4,2008,8,manual(m6),r,14,20,p,subcompact +honda,civic,1.6,1999,4,manual(m5),f,28,33,r,subcompact +honda,civic,1.6,1999,4,auto(l4),f,24,32,r,subcompact +honda,civic,1.6,1999,4,manual(m5),f,25,32,r,subcompact +honda,civic,1.6,1999,4,manual(m5),f,23,29,p,subcompact +honda,civic,1.6,1999,4,auto(l4),f,24,32,r,subcompact +honda,civic,1.8,2008,4,manual(m5),f,26,34,r,subcompact +honda,civic,1.8,2008,4,auto(l5),f,25,36,r,subcompact +honda,civic,1.8,2008,4,auto(l5),f,24,36,c,subcompact +honda,civic,2,2008,4,manual(m6),f,21,29,p,subcompact +hyundai,sonata,2.4,1999,4,auto(l4),f,18,26,r,midsize +hyundai,sonata,2.4,1999,4,manual(m5),f,18,27,r,midsize +hyundai,sonata,2.4,2008,4,auto(l4),f,21,30,r,midsize +hyundai,sonata,2.4,2008,4,manual(m5),f,21,31,r,midsize +hyundai,sonata,2.5,1999,6,auto(l4),f,18,26,r,midsize +hyundai,sonata,2.5,1999,6,manual(m5),f,18,26,r,midsize +hyundai,sonata,3.3,2008,6,auto(l5),f,19,28,r,midsize +hyundai,tiburon,2,1999,4,auto(l4),f,19,26,r,subcompact +hyundai,tiburon,2,1999,4,manual(m5),f,19,29,r,subcompact +hyundai,tiburon,2,2008,4,manual(m5),f,20,28,r,subcompact +hyundai,tiburon,2,2008,4,auto(l4),f,20,27,r,subcompact +hyundai,tiburon,2.7,2008,6,auto(l4),f,17,24,r,subcompact +hyundai,tiburon,2.7,2008,6,manual(m6),f,16,24,r,subcompact +hyundai,tiburon,2.7,2008,6,manual(m5),f,17,24,r,subcompact +jeep,grand cherokee 4wd,3,2008,6,auto(l5),4,17,22,d,suv +jeep,grand cherokee 4wd,3.7,2008,6,auto(l5),4,15,19,r,suv +jeep,grand cherokee 4wd,4,1999,6,auto(l4),4,15,20,r,suv +jeep,grand cherokee 4wd,4.7,1999,8,auto(l4),4,14,17,r,suv +jeep,grand cherokee 4wd,4.7,2008,8,auto(l5),4,9,12,e,suv +jeep,grand cherokee 4wd,4.7,2008,8,auto(l5),4,14,19,r,suv +jeep,grand cherokee 4wd,5.7,2008,8,auto(l5),4,13,18,r,suv +jeep,grand cherokee 4wd,6.1,2008,8,auto(l5),4,11,14,p,suv +land rover,range rover,4,1999,8,auto(l4),4,11,15,p,suv +land rover,range rover,4.2,2008,8,auto(s6),4,12,18,r,suv +land rover,range rover,4.4,2008,8,auto(s6),4,12,18,r,suv +land rover,range rover,4.6,1999,8,auto(l4),4,11,15,p,suv +lincoln,navigator 2wd,5.4,1999,8,auto(l4),r,11,17,r,suv +lincoln,navigator 2wd,5.4,1999,8,auto(l4),r,11,16,p,suv +lincoln,navigator 2wd,5.4,2008,8,auto(l6),r,12,18,r,suv +mercury,mountaineer 4wd,4,1999,6,auto(l5),4,14,17,r,suv +mercury,mountaineer 4wd,4,2008,6,auto(l5),4,13,19,r,suv +mercury,mountaineer 4wd,4.6,2008,8,auto(l6),4,13,19,r,suv +mercury,mountaineer 4wd,5,1999,8,auto(l4),4,13,17,r,suv +nissan,altima,2.4,1999,4,manual(m5),f,21,29,r,compact +nissan,altima,2.4,1999,4,auto(l4),f,19,27,r,compact +nissan,altima,2.5,2008,4,auto(av),f,23,31,r,midsize +nissan,altima,2.5,2008,4,manual(m6),f,23,32,r,midsize +nissan,altima,3.5,2008,6,manual(m6),f,19,27,p,midsize +nissan,altima,3.5,2008,6,auto(av),f,19,26,p,midsize +nissan,maxima,3,1999,6,auto(l4),f,18,26,r,midsize +nissan,maxima,3,1999,6,manual(m5),f,19,25,r,midsize +nissan,maxima,3.5,2008,6,auto(av),f,19,25,p,midsize +nissan,pathfinder 4wd,3.3,1999,6,auto(l4),4,14,17,r,suv +nissan,pathfinder 4wd,3.3,1999,6,manual(m5),4,15,17,r,suv +nissan,pathfinder 4wd,4,2008,6,auto(l5),4,14,20,p,suv +nissan,pathfinder 4wd,5.6,2008,8,auto(s5),4,12,18,p,suv +pontiac,grand prix,3.1,1999,6,auto(l4),f,18,26,r,midsize +pontiac,grand prix,3.8,1999,6,auto(l4),f,16,26,p,midsize +pontiac,grand prix,3.8,1999,6,auto(l4),f,17,27,r,midsize +pontiac,grand prix,3.8,2008,6,auto(l4),f,18,28,r,midsize +pontiac,grand prix,5.3,2008,8,auto(s4),f,16,25,p,midsize +subaru,forester awd,2.5,1999,4,manual(m5),4,18,25,r,suv +subaru,forester awd,2.5,1999,4,auto(l4),4,18,24,r,suv +subaru,forester awd,2.5,2008,4,manual(m5),4,20,27,r,suv +subaru,forester awd,2.5,2008,4,manual(m5),4,19,25,p,suv +subaru,forester awd,2.5,2008,4,auto(l4),4,20,26,r,suv +subaru,forester awd,2.5,2008,4,auto(l4),4,18,23,p,suv +subaru,impreza awd,2.2,1999,4,auto(l4),4,21,26,r,subcompact +subaru,impreza awd,2.2,1999,4,manual(m5),4,19,26,r,subcompact +subaru,impreza awd,2.5,1999,4,manual(m5),4,19,26,r,subcompact +subaru,impreza awd,2.5,1999,4,auto(l4),4,19,26,r,subcompact +subaru,impreza awd,2.5,2008,4,auto(s4),4,20,25,p,compact +subaru,impreza awd,2.5,2008,4,auto(s4),4,20,27,r,compact +subaru,impreza awd,2.5,2008,4,manual(m5),4,19,25,p,compact +subaru,impreza awd,2.5,2008,4,manual(m5),4,20,27,r,compact +toyota,4runner 4wd,2.7,1999,4,manual(m5),4,15,20,r,suv +toyota,4runner 4wd,2.7,1999,4,auto(l4),4,16,20,r,suv +toyota,4runner 4wd,3.4,1999,6,auto(l4),4,15,19,r,suv +toyota,4runner 4wd,3.4,1999,6,manual(m5),4,15,17,r,suv +toyota,4runner 4wd,4,2008,6,auto(l5),4,16,20,r,suv +toyota,4runner 4wd,4.7,2008,8,auto(l5),4,14,17,r,suv +toyota,camry,2.2,1999,4,manual(m5),f,21,29,r,midsize +toyota,camry,2.2,1999,4,auto(l4),f,21,27,r,midsize +toyota,camry,2.4,2008,4,manual(m5),f,21,31,r,midsize +toyota,camry,2.4,2008,4,auto(l5),f,21,31,r,midsize +toyota,camry,3,1999,6,auto(l4),f,18,26,r,midsize +toyota,camry,3,1999,6,manual(m5),f,18,26,r,midsize +toyota,camry,3.5,2008,6,auto(s6),f,19,28,r,midsize +toyota,camry solara,2.2,1999,4,auto(l4),f,21,27,r,compact +toyota,camry solara,2.2,1999,4,manual(m5),f,21,29,r,compact +toyota,camry solara,2.4,2008,4,manual(m5),f,21,31,r,compact +toyota,camry solara,2.4,2008,4,auto(s5),f,22,31,r,compact +toyota,camry solara,3,1999,6,auto(l4),f,18,26,r,compact +toyota,camry solara,3,1999,6,manual(m5),f,18,26,r,compact +toyota,camry solara,3.3,2008,6,auto(s5),f,18,27,r,compact +toyota,corolla,1.8,1999,4,auto(l3),f,24,30,r,compact +toyota,corolla,1.8,1999,4,auto(l4),f,24,33,r,compact +toyota,corolla,1.8,1999,4,manual(m5),f,26,35,r,compact +toyota,corolla,1.8,2008,4,manual(m5),f,28,37,r,compact +toyota,corolla,1.8,2008,4,auto(l4),f,26,35,r,compact +toyota,land cruiser wagon 4wd,4.7,1999,8,auto(l4),4,11,15,r,suv +toyota,land cruiser wagon 4wd,5.7,2008,8,auto(s6),4,13,18,r,suv +toyota,toyota tacoma 4wd,2.7,1999,4,manual(m5),4,15,20,r,pickup +toyota,toyota tacoma 4wd,2.7,1999,4,auto(l4),4,16,20,r,pickup +toyota,toyota tacoma 4wd,2.7,2008,4,manual(m5),4,17,22,r,pickup +toyota,toyota tacoma 4wd,3.4,1999,6,manual(m5),4,15,17,r,pickup +toyota,toyota tacoma 4wd,3.4,1999,6,auto(l4),4,15,19,r,pickup +toyota,toyota tacoma 4wd,4,2008,6,manual(m6),4,15,18,r,pickup +toyota,toyota tacoma 4wd,4,2008,6,auto(l5),4,16,20,r,pickup +volkswagen,gti,2,1999,4,manual(m5),f,21,29,r,compact +volkswagen,gti,2,1999,4,auto(l4),f,19,26,r,compact +volkswagen,gti,2,2008,4,manual(m6),f,21,29,p,compact +volkswagen,gti,2,2008,4,auto(s6),f,22,29,p,compact +volkswagen,gti,2.8,1999,6,manual(m5),f,17,24,r,compact +volkswagen,jetta,1.9,1999,4,manual(m5),f,33,44,d,compact +volkswagen,jetta,2,1999,4,manual(m5),f,21,29,r,compact +volkswagen,jetta,2,1999,4,auto(l4),f,19,26,r,compact +volkswagen,jetta,2,2008,4,auto(s6),f,22,29,p,compact +volkswagen,jetta,2,2008,4,manual(m6),f,21,29,p,compact +volkswagen,jetta,2.5,2008,5,auto(s6),f,21,29,r,compact +volkswagen,jetta,2.5,2008,5,manual(m5),f,21,29,r,compact +volkswagen,jetta,2.8,1999,6,auto(l4),f,16,23,r,compact +volkswagen,jetta,2.8,1999,6,manual(m5),f,17,24,r,compact +volkswagen,new beetle,1.9,1999,4,manual(m5),f,35,44,d,subcompact +volkswagen,new beetle,1.9,1999,4,auto(l4),f,29,41,d,subcompact +volkswagen,new beetle,2,1999,4,manual(m5),f,21,29,r,subcompact +volkswagen,new beetle,2,1999,4,auto(l4),f,19,26,r,subcompact +volkswagen,new beetle,2.5,2008,5,manual(m5),f,20,28,r,subcompact +volkswagen,new beetle,2.5,2008,5,auto(s6),f,20,29,r,subcompact +volkswagen,passat,1.8,1999,4,manual(m5),f,21,29,p,midsize +volkswagen,passat,1.8,1999,4,auto(l5),f,18,29,p,midsize +volkswagen,passat,2,2008,4,auto(s6),f,19,28,p,midsize +volkswagen,passat,2,2008,4,manual(m6),f,21,29,p,midsize +volkswagen,passat,2.8,1999,6,auto(l5),f,16,26,p,midsize +volkswagen,passat,2.8,1999,6,manual(m5),f,18,26,p,midsize +volkswagen,passat,3.6,2008,6,auto(s6),f,17,26,p,midsize diff --git a/docs/_site/files/data/package_data/gapminder.csv b/docs/_site/files/data/package_data/gapminder.csv new file mode 100644 index 00000000..7e643799 --- /dev/null +++ b/docs/_site/files/data/package_data/gapminder.csv @@ -0,0 +1,1705 @@ +country,continent,year,lifeExp,pop,gdpPercap +Afghanistan,Asia,1952,28.801,8425333,779.4453145 +Afghanistan,Asia,1957,30.332,9240934,820.8530296 +Afghanistan,Asia,1962,31.997,10267083,853.10071 +Afghanistan,Asia,1967,34.02,11537966,836.1971382 +Afghanistan,Asia,1972,36.088,13079460,739.9811058 +Afghanistan,Asia,1977,38.438,14880372,786.11336 +Afghanistan,Asia,1982,39.854,12881816,978.0114388 +Afghanistan,Asia,1987,40.822,13867957,852.3959448 +Afghanistan,Asia,1992,41.674,16317921,649.3413952 +Afghanistan,Asia,1997,41.763,22227415,635.341351 +Afghanistan,Asia,2002,42.129,25268405,726.7340548 +Afghanistan,Asia,2007,43.828,31889923,974.5803384 +Albania,Europe,1952,55.23,1282697,1601.056136 +Albania,Europe,1957,59.28,1476505,1942.284244 +Albania,Europe,1962,64.82,1728137,2312.888958 +Albania,Europe,1967,66.22,1984060,2760.196931 +Albania,Europe,1972,67.69,2263554,3313.422188 +Albania,Europe,1977,68.93,2509048,3533.00391 +Albania,Europe,1982,70.42,2780097,3630.880722 +Albania,Europe,1987,72,3075321,3738.932735 +Albania,Europe,1992,71.581,3326498,2497.437901 +Albania,Europe,1997,72.95,3428038,3193.054604 +Albania,Europe,2002,75.651,3508512,4604.211737 +Albania,Europe,2007,76.423,3600523,5937.029526 +Algeria,Africa,1952,43.077,9279525,2449.008185 +Algeria,Africa,1957,45.685,10270856,3013.976023 +Algeria,Africa,1962,48.303,11000948,2550.81688 +Algeria,Africa,1967,51.407,12760499,3246.991771 +Algeria,Africa,1972,54.518,14760787,4182.663766 +Algeria,Africa,1977,58.014,17152804,4910.416756 +Algeria,Africa,1982,61.368,20033753,5745.160213 +Algeria,Africa,1987,65.799,23254956,5681.358539 +Algeria,Africa,1992,67.744,26298373,5023.216647 +Algeria,Africa,1997,69.152,29072015,4797.295051 +Algeria,Africa,2002,70.994,31287142,5288.040382 +Algeria,Africa,2007,72.301,33333216,6223.367465 +Angola,Africa,1952,30.015,4232095,3520.610273 +Angola,Africa,1957,31.999,4561361,3827.940465 +Angola,Africa,1962,34,4826015,4269.276742 +Angola,Africa,1967,35.985,5247469,5522.776375 +Angola,Africa,1972,37.928,5894858,5473.288005 +Angola,Africa,1977,39.483,6162675,3008.647355 +Angola,Africa,1982,39.942,7016384,2756.953672 +Angola,Africa,1987,39.906,7874230,2430.208311 +Angola,Africa,1992,40.647,8735988,2627.845685 +Angola,Africa,1997,40.963,9875024,2277.140884 +Angola,Africa,2002,41.003,10866106,2773.287312 +Angola,Africa,2007,42.731,12420476,4797.231267 +Argentina,Americas,1952,62.485,17876956,5911.315053 +Argentina,Americas,1957,64.399,19610538,6856.856212 +Argentina,Americas,1962,65.142,21283783,7133.166023 +Argentina,Americas,1967,65.634,22934225,8052.953021 +Argentina,Americas,1972,67.065,24779799,9443.038526 +Argentina,Americas,1977,68.481,26983828,10079.02674 +Argentina,Americas,1982,69.942,29341374,8997.897412 +Argentina,Americas,1987,70.774,31620918,9139.671389 +Argentina,Americas,1992,71.868,33958947,9308.41871 +Argentina,Americas,1997,73.275,36203463,10967.28195 +Argentina,Americas,2002,74.34,38331121,8797.640716 +Argentina,Americas,2007,75.32,40301927,12779.37964 +Australia,Oceania,1952,69.12,8691212,10039.59564 +Australia,Oceania,1957,70.33,9712569,10949.64959 +Australia,Oceania,1962,70.93,10794968,12217.22686 +Australia,Oceania,1967,71.1,11872264,14526.12465 +Australia,Oceania,1972,71.93,13177000,16788.62948 +Australia,Oceania,1977,73.49,14074100,18334.19751 +Australia,Oceania,1982,74.74,15184200,19477.00928 +Australia,Oceania,1987,76.32,16257249,21888.88903 +Australia,Oceania,1992,77.56,17481977,23424.76683 +Australia,Oceania,1997,78.83,18565243,26997.93657 +Australia,Oceania,2002,80.37,19546792,30687.75473 +Australia,Oceania,2007,81.235,20434176,34435.36744 +Austria,Europe,1952,66.8,6927772,6137.076492 +Austria,Europe,1957,67.48,6965860,8842.59803 +Austria,Europe,1962,69.54,7129864,10750.72111 +Austria,Europe,1967,70.14,7376998,12834.6024 +Austria,Europe,1972,70.63,7544201,16661.6256 +Austria,Europe,1977,72.17,7568430,19749.4223 +Austria,Europe,1982,73.18,7574613,21597.08362 +Austria,Europe,1987,74.94,7578903,23687.82607 +Austria,Europe,1992,76.04,7914969,27042.01868 +Austria,Europe,1997,77.51,8069876,29095.92066 +Austria,Europe,2002,78.98,8148312,32417.60769 +Austria,Europe,2007,79.829,8199783,36126.4927 +Bahrain,Asia,1952,50.939,120447,9867.084765 +Bahrain,Asia,1957,53.832,138655,11635.79945 +Bahrain,Asia,1962,56.923,171863,12753.27514 +Bahrain,Asia,1967,59.923,202182,14804.6727 +Bahrain,Asia,1972,63.3,230800,18268.65839 +Bahrain,Asia,1977,65.593,297410,19340.10196 +Bahrain,Asia,1982,69.052,377967,19211.14731 +Bahrain,Asia,1987,70.75,454612,18524.02406 +Bahrain,Asia,1992,72.601,529491,19035.57917 +Bahrain,Asia,1997,73.925,598561,20292.01679 +Bahrain,Asia,2002,74.795,656397,23403.55927 +Bahrain,Asia,2007,75.635,708573,29796.04834 +Bangladesh,Asia,1952,37.484,46886859,684.2441716 +Bangladesh,Asia,1957,39.348,51365468,661.6374577 +Bangladesh,Asia,1962,41.216,56839289,686.3415538 +Bangladesh,Asia,1967,43.453,62821884,721.1860862 +Bangladesh,Asia,1972,45.252,70759295,630.2336265 +Bangladesh,Asia,1977,46.923,80428306,659.8772322 +Bangladesh,Asia,1982,50.009,93074406,676.9818656 +Bangladesh,Asia,1987,52.819,103764241,751.9794035 +Bangladesh,Asia,1992,56.018,113704579,837.8101643 +Bangladesh,Asia,1997,59.412,123315288,972.7700352 +Bangladesh,Asia,2002,62.013,135656790,1136.39043 +Bangladesh,Asia,2007,64.062,150448339,1391.253792 +Belgium,Europe,1952,68,8730405,8343.105127 +Belgium,Europe,1957,69.24,8989111,9714.960623 +Belgium,Europe,1962,70.25,9218400,10991.20676 +Belgium,Europe,1967,70.94,9556500,13149.04119 +Belgium,Europe,1972,71.44,9709100,16672.14356 +Belgium,Europe,1977,72.8,9821800,19117.97448 +Belgium,Europe,1982,73.93,9856303,20979.84589 +Belgium,Europe,1987,75.35,9870200,22525.56308 +Belgium,Europe,1992,76.46,10045622,25575.57069 +Belgium,Europe,1997,77.53,10199787,27561.19663 +Belgium,Europe,2002,78.32,10311970,30485.88375 +Belgium,Europe,2007,79.441,10392226,33692.60508 +Benin,Africa,1952,38.223,1738315,1062.7522 +Benin,Africa,1957,40.358,1925173,959.6010805 +Benin,Africa,1962,42.618,2151895,949.4990641 +Benin,Africa,1967,44.885,2427334,1035.831411 +Benin,Africa,1972,47.014,2761407,1085.796879 +Benin,Africa,1977,49.19,3168267,1029.161251 +Benin,Africa,1982,50.904,3641603,1277.897616 +Benin,Africa,1987,52.337,4243788,1225.85601 +Benin,Africa,1992,53.919,4981671,1191.207681 +Benin,Africa,1997,54.777,6066080,1232.975292 +Benin,Africa,2002,54.406,7026113,1372.877931 +Benin,Africa,2007,56.728,8078314,1441.284873 +Bolivia,Americas,1952,40.414,2883315,2677.326347 +Bolivia,Americas,1957,41.89,3211738,2127.686326 +Bolivia,Americas,1962,43.428,3593918,2180.972546 +Bolivia,Americas,1967,45.032,4040665,2586.886053 +Bolivia,Americas,1972,46.714,4565872,2980.331339 +Bolivia,Americas,1977,50.023,5079716,3548.097832 +Bolivia,Americas,1982,53.859,5642224,3156.510452 +Bolivia,Americas,1987,57.251,6156369,2753.69149 +Bolivia,Americas,1992,59.957,6893451,2961.699694 +Bolivia,Americas,1997,62.05,7693188,3326.143191 +Bolivia,Americas,2002,63.883,8445134,3413.26269 +Bolivia,Americas,2007,65.554,9119152,3822.137084 +Bosnia and Herzegovina,Europe,1952,53.82,2791000,973.5331948 +Bosnia and Herzegovina,Europe,1957,58.45,3076000,1353.989176 +Bosnia and Herzegovina,Europe,1962,61.93,3349000,1709.683679 +Bosnia and Herzegovina,Europe,1967,64.79,3585000,2172.352423 +Bosnia and Herzegovina,Europe,1972,67.45,3819000,2860.16975 +Bosnia and Herzegovina,Europe,1977,69.86,4086000,3528.481305 +Bosnia and Herzegovina,Europe,1982,70.69,4172693,4126.613157 +Bosnia and Herzegovina,Europe,1987,71.14,4338977,4314.114757 +Bosnia and Herzegovina,Europe,1992,72.178,4256013,2546.781445 +Bosnia and Herzegovina,Europe,1997,73.244,3607000,4766.355904 +Bosnia and Herzegovina,Europe,2002,74.09,4165416,6018.975239 +Bosnia and Herzegovina,Europe,2007,74.852,4552198,7446.298803 +Botswana,Africa,1952,47.622,442308,851.2411407 +Botswana,Africa,1957,49.618,474639,918.2325349 +Botswana,Africa,1962,51.52,512764,983.6539764 +Botswana,Africa,1967,53.298,553541,1214.709294 +Botswana,Africa,1972,56.024,619351,2263.611114 +Botswana,Africa,1977,59.319,781472,3214.857818 +Botswana,Africa,1982,61.484,970347,4551.14215 +Botswana,Africa,1987,63.622,1151184,6205.88385 +Botswana,Africa,1992,62.745,1342614,7954.111645 +Botswana,Africa,1997,52.556,1536536,8647.142313 +Botswana,Africa,2002,46.634,1630347,11003.60508 +Botswana,Africa,2007,50.728,1639131,12569.85177 +Brazil,Americas,1952,50.917,56602560,2108.944355 +Brazil,Americas,1957,53.285,65551171,2487.365989 +Brazil,Americas,1962,55.665,76039390,3336.585802 +Brazil,Americas,1967,57.632,88049823,3429.864357 +Brazil,Americas,1972,59.504,100840058,4985.711467 +Brazil,Americas,1977,61.489,114313951,6660.118654 +Brazil,Americas,1982,63.336,128962939,7030.835878 +Brazil,Americas,1987,65.205,142938076,7807.095818 +Brazil,Americas,1992,67.057,155975974,6950.283021 +Brazil,Americas,1997,69.388,168546719,7957.980824 +Brazil,Americas,2002,71.006,179914212,8131.212843 +Brazil,Americas,2007,72.39,190010647,9065.800825 +Bulgaria,Europe,1952,59.6,7274900,2444.286648 +Bulgaria,Europe,1957,66.61,7651254,3008.670727 +Bulgaria,Europe,1962,69.51,8012946,4254.337839 +Bulgaria,Europe,1967,70.42,8310226,5577.0028 +Bulgaria,Europe,1972,70.9,8576200,6597.494398 +Bulgaria,Europe,1977,70.81,8797022,7612.240438 +Bulgaria,Europe,1982,71.08,8892098,8224.191647 +Bulgaria,Europe,1987,71.34,8971958,8239.854824 +Bulgaria,Europe,1992,71.19,8658506,6302.623438 +Bulgaria,Europe,1997,70.32,8066057,5970.38876 +Bulgaria,Europe,2002,72.14,7661799,7696.777725 +Bulgaria,Europe,2007,73.005,7322858,10680.79282 +Burkina Faso,Africa,1952,31.975,4469979,543.2552413 +Burkina Faso,Africa,1957,34.906,4713416,617.1834648 +Burkina Faso,Africa,1962,37.814,4919632,722.5120206 +Burkina Faso,Africa,1967,40.697,5127935,794.8265597 +Burkina Faso,Africa,1972,43.591,5433886,854.7359763 +Burkina Faso,Africa,1977,46.137,5889574,743.3870368 +Burkina Faso,Africa,1982,48.122,6634596,807.1985855 +Burkina Faso,Africa,1987,49.557,7586551,912.0631417 +Burkina Faso,Africa,1992,50.26,8878303,931.7527731 +Burkina Faso,Africa,1997,50.324,10352843,946.2949618 +Burkina Faso,Africa,2002,50.65,12251209,1037.645221 +Burkina Faso,Africa,2007,52.295,14326203,1217.032994 +Burundi,Africa,1952,39.031,2445618,339.2964587 +Burundi,Africa,1957,40.533,2667518,379.5646281 +Burundi,Africa,1962,42.045,2961915,355.2032273 +Burundi,Africa,1967,43.548,3330989,412.9775136 +Burundi,Africa,1972,44.057,3529983,464.0995039 +Burundi,Africa,1977,45.91,3834415,556.1032651 +Burundi,Africa,1982,47.471,4580410,559.603231 +Burundi,Africa,1987,48.211,5126023,621.8188189 +Burundi,Africa,1992,44.736,5809236,631.6998778 +Burundi,Africa,1997,45.326,6121610,463.1151478 +Burundi,Africa,2002,47.36,7021078,446.4035126 +Burundi,Africa,2007,49.58,8390505,430.0706916 +Cambodia,Asia,1952,39.417,4693836,368.4692856 +Cambodia,Asia,1957,41.366,5322536,434.0383364 +Cambodia,Asia,1962,43.415,6083619,496.9136476 +Cambodia,Asia,1967,45.415,6960067,523.4323142 +Cambodia,Asia,1972,40.317,7450606,421.6240257 +Cambodia,Asia,1977,31.22,6978607,524.9721832 +Cambodia,Asia,1982,50.957,7272485,624.4754784 +Cambodia,Asia,1987,53.914,8371791,683.8955732 +Cambodia,Asia,1992,55.803,10150094,682.3031755 +Cambodia,Asia,1997,56.534,11782962,734.28517 +Cambodia,Asia,2002,56.752,12926707,896.2260153 +Cambodia,Asia,2007,59.723,14131858,1713.778686 +Cameroon,Africa,1952,38.523,5009067,1172.667655 +Cameroon,Africa,1957,40.428,5359923,1313.048099 +Cameroon,Africa,1962,42.643,5793633,1399.607441 +Cameroon,Africa,1967,44.799,6335506,1508.453148 +Cameroon,Africa,1972,47.049,7021028,1684.146528 +Cameroon,Africa,1977,49.355,7959865,1783.432873 +Cameroon,Africa,1982,52.961,9250831,2367.983282 +Cameroon,Africa,1987,54.985,10780667,2602.664206 +Cameroon,Africa,1992,54.314,12467171,1793.163278 +Cameroon,Africa,1997,52.199,14195809,1694.337469 +Cameroon,Africa,2002,49.856,15929988,1934.011449 +Cameroon,Africa,2007,50.43,17696293,2042.09524 +Canada,Americas,1952,68.75,14785584,11367.16112 +Canada,Americas,1957,69.96,17010154,12489.95006 +Canada,Americas,1962,71.3,18985849,13462.48555 +Canada,Americas,1967,72.13,20819767,16076.58803 +Canada,Americas,1972,72.88,22284500,18970.57086 +Canada,Americas,1977,74.21,23796400,22090.88306 +Canada,Americas,1982,75.76,25201900,22898.79214 +Canada,Americas,1987,76.86,26549700,26626.51503 +Canada,Americas,1992,77.95,28523502,26342.88426 +Canada,Americas,1997,78.61,30305843,28954.92589 +Canada,Americas,2002,79.77,31902268,33328.96507 +Canada,Americas,2007,80.653,33390141,36319.23501 +Central African Republic,Africa,1952,35.463,1291695,1071.310713 +Central African Republic,Africa,1957,37.464,1392284,1190.844328 +Central African Republic,Africa,1962,39.475,1523478,1193.068753 +Central African Republic,Africa,1967,41.478,1733638,1136.056615 +Central African Republic,Africa,1972,43.457,1927260,1070.013275 +Central African Republic,Africa,1977,46.775,2167533,1109.374338 +Central African Republic,Africa,1982,48.295,2476971,956.7529907 +Central African Republic,Africa,1987,50.485,2840009,844.8763504 +Central African Republic,Africa,1992,49.396,3265124,747.9055252 +Central African Republic,Africa,1997,46.066,3696513,740.5063317 +Central African Republic,Africa,2002,43.308,4048013,738.6906068 +Central African Republic,Africa,2007,44.741,4369038,706.016537 +Chad,Africa,1952,38.092,2682462,1178.665927 +Chad,Africa,1957,39.881,2894855,1308.495577 +Chad,Africa,1962,41.716,3150417,1389.817618 +Chad,Africa,1967,43.601,3495967,1196.810565 +Chad,Africa,1972,45.569,3899068,1104.103987 +Chad,Africa,1977,47.383,4388260,1133.98495 +Chad,Africa,1982,49.517,4875118,797.9081006 +Chad,Africa,1987,51.051,5498955,952.386129 +Chad,Africa,1992,51.724,6429417,1058.0643 +Chad,Africa,1997,51.573,7562011,1004.961353 +Chad,Africa,2002,50.525,8835739,1156.18186 +Chad,Africa,2007,50.651,10238807,1704.063724 +Chile,Americas,1952,54.745,6377619,3939.978789 +Chile,Americas,1957,56.074,7048426,4315.622723 +Chile,Americas,1962,57.924,7961258,4519.094331 +Chile,Americas,1967,60.523,8858908,5106.654313 +Chile,Americas,1972,63.441,9717524,5494.024437 +Chile,Americas,1977,67.052,10599793,4756.763836 +Chile,Americas,1982,70.565,11487112,5095.665738 +Chile,Americas,1987,72.492,12463354,5547.063754 +Chile,Americas,1992,74.126,13572994,7596.125964 +Chile,Americas,1997,75.816,14599929,10118.05318 +Chile,Americas,2002,77.86,15497046,10778.78385 +Chile,Americas,2007,78.553,16284741,13171.63885 +China,Asia,1952,44,556263527,400.448611 +China,Asia,1957,50.54896,637408000,575.9870009 +China,Asia,1962,44.50136,665770000,487.6740183 +China,Asia,1967,58.38112,754550000,612.7056934 +China,Asia,1972,63.11888,862030000,676.9000921 +China,Asia,1977,63.96736,943455000,741.2374699 +China,Asia,1982,65.525,1000281000,962.4213805 +China,Asia,1987,67.274,1084035000,1378.904018 +China,Asia,1992,68.69,1164970000,1655.784158 +China,Asia,1997,70.426,1230075000,2289.234136 +China,Asia,2002,72.028,1280400000,3119.280896 +China,Asia,2007,72.961,1318683096,4959.114854 +Colombia,Americas,1952,50.643,12350771,2144.115096 +Colombia,Americas,1957,55.118,14485993,2323.805581 +Colombia,Americas,1962,57.863,17009885,2492.351109 +Colombia,Americas,1967,59.963,19764027,2678.729839 +Colombia,Americas,1972,61.623,22542890,3264.660041 +Colombia,Americas,1977,63.837,25094412,3815.80787 +Colombia,Americas,1982,66.653,27764644,4397.575659 +Colombia,Americas,1987,67.768,30964245,4903.2191 +Colombia,Americas,1992,68.421,34202721,5444.648617 +Colombia,Americas,1997,70.313,37657830,6117.361746 +Colombia,Americas,2002,71.682,41008227,5755.259962 +Colombia,Americas,2007,72.889,44227550,7006.580419 +Comoros,Africa,1952,40.715,153936,1102.990936 +Comoros,Africa,1957,42.46,170928,1211.148548 +Comoros,Africa,1962,44.467,191689,1406.648278 +Comoros,Africa,1967,46.472,217378,1876.029643 +Comoros,Africa,1972,48.944,250027,1937.577675 +Comoros,Africa,1977,50.939,304739,1172.603047 +Comoros,Africa,1982,52.933,348643,1267.100083 +Comoros,Africa,1987,54.926,395114,1315.980812 +Comoros,Africa,1992,57.939,454429,1246.90737 +Comoros,Africa,1997,60.66,527982,1173.618235 +Comoros,Africa,2002,62.974,614382,1075.811558 +Comoros,Africa,2007,65.152,710960,986.1478792 +"Congo, Dem. Rep.",Africa,1952,39.143,14100005,780.5423257 +"Congo, Dem. Rep.",Africa,1957,40.652,15577932,905.8602303 +"Congo, Dem. Rep.",Africa,1962,42.122,17486434,896.3146335 +"Congo, Dem. Rep.",Africa,1967,44.056,19941073,861.5932424 +"Congo, Dem. Rep.",Africa,1972,45.989,23007669,904.8960685 +"Congo, Dem. Rep.",Africa,1977,47.804,26480870,795.757282 +"Congo, Dem. Rep.",Africa,1982,47.784,30646495,673.7478181 +"Congo, Dem. Rep.",Africa,1987,47.412,35481645,672.774812 +"Congo, Dem. Rep.",Africa,1992,45.548,41672143,457.7191807 +"Congo, Dem. Rep.",Africa,1997,42.587,47798986,312.188423 +"Congo, Dem. Rep.",Africa,2002,44.966,55379852,241.1658765 +"Congo, Dem. Rep.",Africa,2007,46.462,64606759,277.5518587 +"Congo, Rep.",Africa,1952,42.111,854885,2125.621418 +"Congo, Rep.",Africa,1957,45.053,940458,2315.056572 +"Congo, Rep.",Africa,1962,48.435,1047924,2464.783157 +"Congo, Rep.",Africa,1967,52.04,1179760,2677.939642 +"Congo, Rep.",Africa,1972,54.907,1340458,3213.152683 +"Congo, Rep.",Africa,1977,55.625,1536769,3259.178978 +"Congo, Rep.",Africa,1982,56.695,1774735,4879.507522 +"Congo, Rep.",Africa,1987,57.47,2064095,4201.194937 +"Congo, Rep.",Africa,1992,56.433,2409073,4016.239529 +"Congo, Rep.",Africa,1997,52.962,2800947,3484.164376 +"Congo, Rep.",Africa,2002,52.97,3328795,3484.06197 +"Congo, Rep.",Africa,2007,55.322,3800610,3632.557798 +Costa Rica,Americas,1952,57.206,926317,2627.009471 +Costa Rica,Americas,1957,60.026,1112300,2990.010802 +Costa Rica,Americas,1962,62.842,1345187,3460.937025 +Costa Rica,Americas,1967,65.424,1588717,4161.727834 +Costa Rica,Americas,1972,67.849,1834796,5118.146939 +Costa Rica,Americas,1977,70.75,2108457,5926.876967 +Costa Rica,Americas,1982,73.45,2424367,5262.734751 +Costa Rica,Americas,1987,74.752,2799811,5629.915318 +Costa Rica,Americas,1992,75.713,3173216,6160.416317 +Costa Rica,Americas,1997,77.26,3518107,6677.045314 +Costa Rica,Americas,2002,78.123,3834934,7723.447195 +Costa Rica,Americas,2007,78.782,4133884,9645.06142 +Cote d'Ivoire,Africa,1952,40.477,2977019,1388.594732 +Cote d'Ivoire,Africa,1957,42.469,3300000,1500.895925 +Cote d'Ivoire,Africa,1962,44.93,3832408,1728.869428 +Cote d'Ivoire,Africa,1967,47.35,4744870,2052.050473 +Cote d'Ivoire,Africa,1972,49.801,6071696,2378.201111 +Cote d'Ivoire,Africa,1977,52.374,7459574,2517.736547 +Cote d'Ivoire,Africa,1982,53.983,9025951,2602.710169 +Cote d'Ivoire,Africa,1987,54.655,10761098,2156.956069 +Cote d'Ivoire,Africa,1992,52.044,12772596,1648.073791 +Cote d'Ivoire,Africa,1997,47.991,14625967,1786.265407 +Cote d'Ivoire,Africa,2002,46.832,16252726,1648.800823 +Cote d'Ivoire,Africa,2007,48.328,18013409,1544.750112 +Croatia,Europe,1952,61.21,3882229,3119.23652 +Croatia,Europe,1957,64.77,3991242,4338.231617 +Croatia,Europe,1962,67.13,4076557,5477.890018 +Croatia,Europe,1967,68.5,4174366,6960.297861 +Croatia,Europe,1972,69.61,4225310,9164.090127 +Croatia,Europe,1977,70.64,4318673,11305.38517 +Croatia,Europe,1982,70.46,4413368,13221.82184 +Croatia,Europe,1987,71.52,4484310,13822.58394 +Croatia,Europe,1992,72.527,4494013,8447.794873 +Croatia,Europe,1997,73.68,4444595,9875.604515 +Croatia,Europe,2002,74.876,4481020,11628.38895 +Croatia,Europe,2007,75.748,4493312,14619.22272 +Cuba,Americas,1952,59.421,6007797,5586.53878 +Cuba,Americas,1957,62.325,6640752,6092.174359 +Cuba,Americas,1962,65.246,7254373,5180.75591 +Cuba,Americas,1967,68.29,8139332,5690.268015 +Cuba,Americas,1972,70.723,8831348,5305.445256 +Cuba,Americas,1977,72.649,9537988,6380.494966 +Cuba,Americas,1982,73.717,9789224,7316.918107 +Cuba,Americas,1987,74.174,10239839,7532.924763 +Cuba,Americas,1992,74.414,10723260,5592.843963 +Cuba,Americas,1997,76.151,10983007,5431.990415 +Cuba,Americas,2002,77.158,11226999,6340.646683 +Cuba,Americas,2007,78.273,11416987,8948.102923 +Czech Republic,Europe,1952,66.87,9125183,6876.14025 +Czech Republic,Europe,1957,69.03,9513758,8256.343918 +Czech Republic,Europe,1962,69.9,9620282,10136.86713 +Czech Republic,Europe,1967,70.38,9835109,11399.44489 +Czech Republic,Europe,1972,70.29,9862158,13108.4536 +Czech Republic,Europe,1977,70.71,10161915,14800.16062 +Czech Republic,Europe,1982,70.96,10303704,15377.22855 +Czech Republic,Europe,1987,71.58,10311597,16310.4434 +Czech Republic,Europe,1992,72.4,10315702,14297.02122 +Czech Republic,Europe,1997,74.01,10300707,16048.51424 +Czech Republic,Europe,2002,75.51,10256295,17596.21022 +Czech Republic,Europe,2007,76.486,10228744,22833.30851 +Denmark,Europe,1952,70.78,4334000,9692.385245 +Denmark,Europe,1957,71.81,4487831,11099.65935 +Denmark,Europe,1962,72.35,4646899,13583.31351 +Denmark,Europe,1967,72.96,4838800,15937.21123 +Denmark,Europe,1972,73.47,4991596,18866.20721 +Denmark,Europe,1977,74.69,5088419,20422.9015 +Denmark,Europe,1982,74.63,5117810,21688.04048 +Denmark,Europe,1987,74.8,5127024,25116.17581 +Denmark,Europe,1992,75.33,5171393,26406.73985 +Denmark,Europe,1997,76.11,5283663,29804.34567 +Denmark,Europe,2002,77.18,5374693,32166.50006 +Denmark,Europe,2007,78.332,5468120,35278.41874 +Djibouti,Africa,1952,34.812,63149,2669.529475 +Djibouti,Africa,1957,37.328,71851,2864.969076 +Djibouti,Africa,1962,39.693,89898,3020.989263 +Djibouti,Africa,1967,42.074,127617,3020.050513 +Djibouti,Africa,1972,44.366,178848,3694.212352 +Djibouti,Africa,1977,46.519,228694,3081.761022 +Djibouti,Africa,1982,48.812,305991,2879.468067 +Djibouti,Africa,1987,50.04,311025,2880.102568 +Djibouti,Africa,1992,51.604,384156,2377.156192 +Djibouti,Africa,1997,53.157,417908,1895.016984 +Djibouti,Africa,2002,53.373,447416,1908.260867 +Djibouti,Africa,2007,54.791,496374,2082.481567 +Dominican Republic,Americas,1952,45.928,2491346,1397.717137 +Dominican Republic,Americas,1957,49.828,2923186,1544.402995 +Dominican Republic,Americas,1962,53.459,3453434,1662.137359 +Dominican Republic,Americas,1967,56.751,4049146,1653.723003 +Dominican Republic,Americas,1972,59.631,4671329,2189.874499 +Dominican Republic,Americas,1977,61.788,5302800,2681.9889 +Dominican Republic,Americas,1982,63.727,5968349,2861.092386 +Dominican Republic,Americas,1987,66.046,6655297,2899.842175 +Dominican Republic,Americas,1992,68.457,7351181,3044.214214 +Dominican Republic,Americas,1997,69.957,7992357,3614.101285 +Dominican Republic,Americas,2002,70.847,8650322,4563.808154 +Dominican Republic,Americas,2007,72.235,9319622,6025.374752 +Ecuador,Americas,1952,48.357,3548753,3522.110717 +Ecuador,Americas,1957,51.356,4058385,3780.546651 +Ecuador,Americas,1962,54.64,4681707,4086.114078 +Ecuador,Americas,1967,56.678,5432424,4579.074215 +Ecuador,Americas,1972,58.796,6298651,5280.99471 +Ecuador,Americas,1977,61.31,7278866,6679.62326 +Ecuador,Americas,1982,64.342,8365850,7213.791267 +Ecuador,Americas,1987,67.231,9545158,6481.776993 +Ecuador,Americas,1992,69.613,10748394,7103.702595 +Ecuador,Americas,1997,72.312,11911819,7429.455877 +Ecuador,Americas,2002,74.173,12921234,5773.044512 +Ecuador,Americas,2007,74.994,13755680,6873.262326 +Egypt,Africa,1952,41.893,22223309,1418.822445 +Egypt,Africa,1957,44.444,25009741,1458.915272 +Egypt,Africa,1962,46.992,28173309,1693.335853 +Egypt,Africa,1967,49.293,31681188,1814.880728 +Egypt,Africa,1972,51.137,34807417,2024.008147 +Egypt,Africa,1977,53.319,38783863,2785.493582 +Egypt,Africa,1982,56.006,45681811,3503.729636 +Egypt,Africa,1987,59.797,52799062,3885.46071 +Egypt,Africa,1992,63.674,59402198,3794.755195 +Egypt,Africa,1997,67.217,66134291,4173.181797 +Egypt,Africa,2002,69.806,73312559,4754.604414 +Egypt,Africa,2007,71.338,80264543,5581.180998 +El Salvador,Americas,1952,45.262,2042865,3048.3029 +El Salvador,Americas,1957,48.57,2355805,3421.523218 +El Salvador,Americas,1962,52.307,2747687,3776.803627 +El Salvador,Americas,1967,55.855,3232927,4358.595393 +El Salvador,Americas,1972,58.207,3790903,4520.246008 +El Salvador,Americas,1977,56.696,4282586,5138.922374 +El Salvador,Americas,1982,56.604,4474873,4098.344175 +El Salvador,Americas,1987,63.154,4842194,4140.442097 +El Salvador,Americas,1992,66.798,5274649,4444.2317 +El Salvador,Americas,1997,69.535,5783439,5154.825496 +El Salvador,Americas,2002,70.734,6353681,5351.568666 +El Salvador,Americas,2007,71.878,6939688,5728.353514 +Equatorial Guinea,Africa,1952,34.482,216964,375.6431231 +Equatorial Guinea,Africa,1957,35.983,232922,426.0964081 +Equatorial Guinea,Africa,1962,37.485,249220,582.8419714 +Equatorial Guinea,Africa,1967,38.987,259864,915.5960025 +Equatorial Guinea,Africa,1972,40.516,277603,672.4122571 +Equatorial Guinea,Africa,1977,42.024,192675,958.5668124 +Equatorial Guinea,Africa,1982,43.662,285483,927.8253427 +Equatorial Guinea,Africa,1987,45.664,341244,966.8968149 +Equatorial Guinea,Africa,1992,47.545,387838,1132.055034 +Equatorial Guinea,Africa,1997,48.245,439971,2814.480755 +Equatorial Guinea,Africa,2002,49.348,495627,7703.4959 +Equatorial Guinea,Africa,2007,51.579,551201,12154.08975 +Eritrea,Africa,1952,35.928,1438760,328.9405571 +Eritrea,Africa,1957,38.047,1542611,344.1618859 +Eritrea,Africa,1962,40.158,1666618,380.9958433 +Eritrea,Africa,1967,42.189,1820319,468.7949699 +Eritrea,Africa,1972,44.142,2260187,514.3242082 +Eritrea,Africa,1977,44.535,2512642,505.7538077 +Eritrea,Africa,1982,43.89,2637297,524.8758493 +Eritrea,Africa,1987,46.453,2915959,521.1341333 +Eritrea,Africa,1992,49.991,3668440,582.8585102 +Eritrea,Africa,1997,53.378,4058319,913.47079 +Eritrea,Africa,2002,55.24,4414865,765.3500015 +Eritrea,Africa,2007,58.04,4906585,641.3695236 +Ethiopia,Africa,1952,34.078,20860941,362.1462796 +Ethiopia,Africa,1957,36.667,22815614,378.9041632 +Ethiopia,Africa,1962,40.059,25145372,419.4564161 +Ethiopia,Africa,1967,42.115,27860297,516.1186438 +Ethiopia,Africa,1972,43.515,30770372,566.2439442 +Ethiopia,Africa,1977,44.51,34617799,556.8083834 +Ethiopia,Africa,1982,44.916,38111756,577.8607471 +Ethiopia,Africa,1987,46.684,42999530,573.7413142 +Ethiopia,Africa,1992,48.091,52088559,421.3534653 +Ethiopia,Africa,1997,49.402,59861301,515.8894013 +Ethiopia,Africa,2002,50.725,67946797,530.0535319 +Ethiopia,Africa,2007,52.947,76511887,690.8055759 +Finland,Europe,1952,66.55,4090500,6424.519071 +Finland,Europe,1957,67.49,4324000,7545.415386 +Finland,Europe,1962,68.75,4491443,9371.842561 +Finland,Europe,1967,69.83,4605744,10921.63626 +Finland,Europe,1972,70.87,4639657,14358.8759 +Finland,Europe,1977,72.52,4738902,15605.42283 +Finland,Europe,1982,74.55,4826933,18533.15761 +Finland,Europe,1987,74.83,4931729,21141.01223 +Finland,Europe,1992,75.7,5041039,20647.16499 +Finland,Europe,1997,77.13,5134406,23723.9502 +Finland,Europe,2002,78.37,5193039,28204.59057 +Finland,Europe,2007,79.313,5238460,33207.0844 +France,Europe,1952,67.41,42459667,7029.809327 +France,Europe,1957,68.93,44310863,8662.834898 +France,Europe,1962,70.51,47124000,10560.48553 +France,Europe,1967,71.55,49569000,12999.91766 +France,Europe,1972,72.38,51732000,16107.19171 +France,Europe,1977,73.83,53165019,18292.63514 +France,Europe,1982,74.89,54433565,20293.89746 +France,Europe,1987,76.34,55630100,22066.44214 +France,Europe,1992,77.46,57374179,24703.79615 +France,Europe,1997,78.64,58623428,25889.78487 +France,Europe,2002,79.59,59925035,28926.03234 +France,Europe,2007,80.657,61083916,30470.0167 +Gabon,Africa,1952,37.003,420702,4293.476475 +Gabon,Africa,1957,38.999,434904,4976.198099 +Gabon,Africa,1962,40.489,455661,6631.459222 +Gabon,Africa,1967,44.598,489004,8358.761987 +Gabon,Africa,1972,48.69,537977,11401.94841 +Gabon,Africa,1977,52.79,706367,21745.57328 +Gabon,Africa,1982,56.564,753874,15113.36194 +Gabon,Africa,1987,60.19,880397,11864.40844 +Gabon,Africa,1992,61.366,985739,13522.15752 +Gabon,Africa,1997,60.461,1126189,14722.84188 +Gabon,Africa,2002,56.761,1299304,12521.71392 +Gabon,Africa,2007,56.735,1454867,13206.48452 +Gambia,Africa,1952,30,284320,485.2306591 +Gambia,Africa,1957,32.065,323150,520.9267111 +Gambia,Africa,1962,33.896,374020,599.650276 +Gambia,Africa,1967,35.857,439593,734.7829124 +Gambia,Africa,1972,38.308,517101,756.0868363 +Gambia,Africa,1977,41.842,608274,884.7552507 +Gambia,Africa,1982,45.58,715523,835.8096108 +Gambia,Africa,1987,49.265,848406,611.6588611 +Gambia,Africa,1992,52.644,1025384,665.6244126 +Gambia,Africa,1997,55.861,1235767,653.7301704 +Gambia,Africa,2002,58.041,1457766,660.5855997 +Gambia,Africa,2007,59.448,1688359,752.7497265 +Germany,Europe,1952,67.5,69145952,7144.114393 +Germany,Europe,1957,69.1,71019069,10187.82665 +Germany,Europe,1962,70.3,73739117,12902.46291 +Germany,Europe,1967,70.8,76368453,14745.62561 +Germany,Europe,1972,71,78717088,18016.18027 +Germany,Europe,1977,72.5,78160773,20512.92123 +Germany,Europe,1982,73.8,78335266,22031.53274 +Germany,Europe,1987,74.847,77718298,24639.18566 +Germany,Europe,1992,76.07,80597764,26505.30317 +Germany,Europe,1997,77.34,82011073,27788.88416 +Germany,Europe,2002,78.67,82350671,30035.80198 +Germany,Europe,2007,79.406,82400996,32170.37442 +Ghana,Africa,1952,43.149,5581001,911.2989371 +Ghana,Africa,1957,44.779,6391288,1043.561537 +Ghana,Africa,1962,46.452,7355248,1190.041118 +Ghana,Africa,1967,48.072,8490213,1125.69716 +Ghana,Africa,1972,49.875,9354120,1178.223708 +Ghana,Africa,1977,51.756,10538093,993.2239571 +Ghana,Africa,1982,53.744,11400338,876.032569 +Ghana,Africa,1987,55.729,14168101,847.0061135 +Ghana,Africa,1992,57.501,16278738,925.060154 +Ghana,Africa,1997,58.556,18418288,1005.245812 +Ghana,Africa,2002,58.453,20550751,1111.984578 +Ghana,Africa,2007,60.022,22873338,1327.60891 +Greece,Europe,1952,65.86,7733250,3530.690067 +Greece,Europe,1957,67.86,8096218,4916.299889 +Greece,Europe,1962,69.51,8448233,6017.190733 +Greece,Europe,1967,71,8716441,8513.097016 +Greece,Europe,1972,72.34,8888628,12724.82957 +Greece,Europe,1977,73.68,9308479,14195.52428 +Greece,Europe,1982,75.24,9786480,15268.42089 +Greece,Europe,1987,76.67,9974490,16120.52839 +Greece,Europe,1992,77.03,10325429,17541.49634 +Greece,Europe,1997,77.869,10502372,18747.69814 +Greece,Europe,2002,78.256,10603863,22514.2548 +Greece,Europe,2007,79.483,10706290,27538.41188 +Guatemala,Americas,1952,42.023,3146381,2428.237769 +Guatemala,Americas,1957,44.142,3640876,2617.155967 +Guatemala,Americas,1962,46.954,4208858,2750.364446 +Guatemala,Americas,1967,50.016,4690773,3242.531147 +Guatemala,Americas,1972,53.738,5149581,4031.408271 +Guatemala,Americas,1977,56.029,5703430,4879.992748 +Guatemala,Americas,1982,58.137,6395630,4820.49479 +Guatemala,Americas,1987,60.782,7326406,4246.485974 +Guatemala,Americas,1992,63.373,8486949,4439.45084 +Guatemala,Americas,1997,66.322,9803875,4684.313807 +Guatemala,Americas,2002,68.978,11178650,4858.347495 +Guatemala,Americas,2007,70.259,12572928,5186.050003 +Guinea,Africa,1952,33.609,2664249,510.1964923 +Guinea,Africa,1957,34.558,2876726,576.2670245 +Guinea,Africa,1962,35.753,3140003,686.3736739 +Guinea,Africa,1967,37.197,3451418,708.7595409 +Guinea,Africa,1972,38.842,3811387,741.6662307 +Guinea,Africa,1977,40.762,4227026,874.6858643 +Guinea,Africa,1982,42.891,4710497,857.2503577 +Guinea,Africa,1987,45.552,5650262,805.5724718 +Guinea,Africa,1992,48.576,6990574,794.3484384 +Guinea,Africa,1997,51.455,8048834,869.4497668 +Guinea,Africa,2002,53.676,8807818,945.5835837 +Guinea,Africa,2007,56.007,9947814,942.6542111 +Guinea-Bissau,Africa,1952,32.5,580653,299.850319 +Guinea-Bissau,Africa,1957,33.489,601095,431.7904566 +Guinea-Bissau,Africa,1962,34.488,627820,522.0343725 +Guinea-Bissau,Africa,1967,35.492,601287,715.5806402 +Guinea-Bissau,Africa,1972,36.486,625361,820.2245876 +Guinea-Bissau,Africa,1977,37.465,745228,764.7259628 +Guinea-Bissau,Africa,1982,39.327,825987,838.1239671 +Guinea-Bissau,Africa,1987,41.245,927524,736.4153921 +Guinea-Bissau,Africa,1992,43.266,1050938,745.5398706 +Guinea-Bissau,Africa,1997,44.873,1193708,796.6644681 +Guinea-Bissau,Africa,2002,45.504,1332459,575.7047176 +Guinea-Bissau,Africa,2007,46.388,1472041,579.231743 +Haiti,Americas,1952,37.579,3201488,1840.366939 +Haiti,Americas,1957,40.696,3507701,1726.887882 +Haiti,Americas,1962,43.59,3880130,1796.589032 +Haiti,Americas,1967,46.243,4318137,1452.057666 +Haiti,Americas,1972,48.042,4698301,1654.456946 +Haiti,Americas,1977,49.923,4908554,1874.298931 +Haiti,Americas,1982,51.461,5198399,2011.159549 +Haiti,Americas,1987,53.636,5756203,1823.015995 +Haiti,Americas,1992,55.089,6326682,1456.309517 +Haiti,Americas,1997,56.671,6913545,1341.726931 +Haiti,Americas,2002,58.137,7607651,1270.364932 +Haiti,Americas,2007,60.916,8502814,1201.637154 +Honduras,Americas,1952,41.912,1517453,2194.926204 +Honduras,Americas,1957,44.665,1770390,2220.487682 +Honduras,Americas,1962,48.041,2090162,2291.156835 +Honduras,Americas,1967,50.924,2500689,2538.269358 +Honduras,Americas,1972,53.884,2965146,2529.842345 +Honduras,Americas,1977,57.402,3055235,3203.208066 +Honduras,Americas,1982,60.909,3669448,3121.760794 +Honduras,Americas,1987,64.492,4372203,3023.096699 +Honduras,Americas,1992,66.399,5077347,3081.694603 +Honduras,Americas,1997,67.659,5867957,3160.454906 +Honduras,Americas,2002,68.565,6677328,3099.72866 +Honduras,Americas,2007,70.198,7483763,3548.330846 +"Hong Kong, China",Asia,1952,60.96,2125900,3054.421209 +"Hong Kong, China",Asia,1957,64.75,2736300,3629.076457 +"Hong Kong, China",Asia,1962,67.65,3305200,4692.648272 +"Hong Kong, China",Asia,1967,70,3722800,6197.962814 +"Hong Kong, China",Asia,1972,72,4115700,8315.928145 +"Hong Kong, China",Asia,1977,73.6,4583700,11186.14125 +"Hong Kong, China",Asia,1982,75.45,5264500,14560.53051 +"Hong Kong, China",Asia,1987,76.2,5584510,20038.47269 +"Hong Kong, China",Asia,1992,77.601,5829696,24757.60301 +"Hong Kong, China",Asia,1997,80,6495918,28377.63219 +"Hong Kong, China",Asia,2002,81.495,6762476,30209.01516 +"Hong Kong, China",Asia,2007,82.208,6980412,39724.97867 +Hungary,Europe,1952,64.03,9504000,5263.673816 +Hungary,Europe,1957,66.41,9839000,6040.180011 +Hungary,Europe,1962,67.96,10063000,7550.359877 +Hungary,Europe,1967,69.5,10223422,9326.64467 +Hungary,Europe,1972,69.76,10394091,10168.65611 +Hungary,Europe,1977,69.95,10637171,11674.83737 +Hungary,Europe,1982,69.39,10705535,12545.99066 +Hungary,Europe,1987,69.58,10612740,12986.47998 +Hungary,Europe,1992,69.17,10348684,10535.62855 +Hungary,Europe,1997,71.04,10244684,11712.7768 +Hungary,Europe,2002,72.59,10083313,14843.93556 +Hungary,Europe,2007,73.338,9956108,18008.94444 +Iceland,Europe,1952,72.49,147962,7267.688428 +Iceland,Europe,1957,73.47,165110,9244.001412 +Iceland,Europe,1962,73.68,182053,10350.15906 +Iceland,Europe,1967,73.73,198676,13319.89568 +Iceland,Europe,1972,74.46,209275,15798.06362 +Iceland,Europe,1977,76.11,221823,19654.96247 +Iceland,Europe,1982,76.99,233997,23269.6075 +Iceland,Europe,1987,77.23,244676,26923.20628 +Iceland,Europe,1992,78.77,259012,25144.39201 +Iceland,Europe,1997,78.95,271192,28061.09966 +Iceland,Europe,2002,80.5,288030,31163.20196 +Iceland,Europe,2007,81.757,301931,36180.78919 +India,Asia,1952,37.373,372000000,546.5657493 +India,Asia,1957,40.249,409000000,590.061996 +India,Asia,1962,43.605,454000000,658.3471509 +India,Asia,1967,47.193,506000000,700.7706107 +India,Asia,1972,50.651,567000000,724.032527 +India,Asia,1977,54.208,634000000,813.337323 +India,Asia,1982,56.596,708000000,855.7235377 +India,Asia,1987,58.553,788000000,976.5126756 +India,Asia,1992,60.223,872000000,1164.406809 +India,Asia,1997,61.765,959000000,1458.817442 +India,Asia,2002,62.879,1034172547,1746.769454 +India,Asia,2007,64.698,1110396331,2452.210407 +Indonesia,Asia,1952,37.468,82052000,749.6816546 +Indonesia,Asia,1957,39.918,90124000,858.9002707 +Indonesia,Asia,1962,42.518,99028000,849.2897701 +Indonesia,Asia,1967,45.964,109343000,762.4317721 +Indonesia,Asia,1972,49.203,121282000,1111.107907 +Indonesia,Asia,1977,52.702,136725000,1382.702056 +Indonesia,Asia,1982,56.159,153343000,1516.872988 +Indonesia,Asia,1987,60.137,169276000,1748.356961 +Indonesia,Asia,1992,62.681,184816000,2383.140898 +Indonesia,Asia,1997,66.041,199278000,3119.335603 +Indonesia,Asia,2002,68.588,211060000,2873.91287 +Indonesia,Asia,2007,70.65,223547000,3540.651564 +Iran,Asia,1952,44.869,17272000,3035.326002 +Iran,Asia,1957,47.181,19792000,3290.257643 +Iran,Asia,1962,49.325,22874000,4187.329802 +Iran,Asia,1967,52.469,26538000,5906.731805 +Iran,Asia,1972,55.234,30614000,9613.818607 +Iran,Asia,1977,57.702,35480679,11888.59508 +Iran,Asia,1982,59.62,43072751,7608.334602 +Iran,Asia,1987,63.04,51889696,6642.881371 +Iran,Asia,1992,65.742,60397973,7235.653188 +Iran,Asia,1997,68.042,63327987,8263.590301 +Iran,Asia,2002,69.451,66907826,9240.761975 +Iran,Asia,2007,70.964,69453570,11605.71449 +Iraq,Asia,1952,45.32,5441766,4129.766056 +Iraq,Asia,1957,48.437,6248643,6229.333562 +Iraq,Asia,1962,51.457,7240260,8341.737815 +Iraq,Asia,1967,54.459,8519282,8931.459811 +Iraq,Asia,1972,56.95,10061506,9576.037596 +Iraq,Asia,1977,60.413,11882916,14688.23507 +Iraq,Asia,1982,62.038,14173318,14517.90711 +Iraq,Asia,1987,65.044,16543189,11643.57268 +Iraq,Asia,1992,59.461,17861905,3745.640687 +Iraq,Asia,1997,58.811,20775703,3076.239795 +Iraq,Asia,2002,57.046,24001816,4390.717312 +Iraq,Asia,2007,59.545,27499638,4471.061906 +Ireland,Europe,1952,66.91,2952156,5210.280328 +Ireland,Europe,1957,68.9,2878220,5599.077872 +Ireland,Europe,1962,70.29,2830000,6631.597314 +Ireland,Europe,1967,71.08,2900100,7655.568963 +Ireland,Europe,1972,71.28,3024400,9530.772896 +Ireland,Europe,1977,72.03,3271900,11150.98113 +Ireland,Europe,1982,73.1,3480000,12618.32141 +Ireland,Europe,1987,74.36,3539900,13872.86652 +Ireland,Europe,1992,75.467,3557761,17558.81555 +Ireland,Europe,1997,76.122,3667233,24521.94713 +Ireland,Europe,2002,77.783,3879155,34077.04939 +Ireland,Europe,2007,78.885,4109086,40675.99635 +Israel,Asia,1952,65.39,1620914,4086.522128 +Israel,Asia,1957,67.84,1944401,5385.278451 +Israel,Asia,1962,69.39,2310904,7105.630706 +Israel,Asia,1967,70.75,2693585,8393.741404 +Israel,Asia,1972,71.63,3095893,12786.93223 +Israel,Asia,1977,73.06,3495918,13306.61921 +Israel,Asia,1982,74.45,3858421,15367.0292 +Israel,Asia,1987,75.6,4203148,17122.47986 +Israel,Asia,1992,76.93,4936550,18051.52254 +Israel,Asia,1997,78.269,5531387,20896.60924 +Israel,Asia,2002,79.696,6029529,21905.59514 +Israel,Asia,2007,80.745,6426679,25523.2771 +Italy,Europe,1952,65.94,47666000,4931.404155 +Italy,Europe,1957,67.81,49182000,6248.656232 +Italy,Europe,1962,69.24,50843200,8243.58234 +Italy,Europe,1967,71.06,52667100,10022.40131 +Italy,Europe,1972,72.19,54365564,12269.27378 +Italy,Europe,1977,73.48,56059245,14255.98475 +Italy,Europe,1982,74.98,56535636,16537.4835 +Italy,Europe,1987,76.42,56729703,19207.23482 +Italy,Europe,1992,77.44,56840847,22013.64486 +Italy,Europe,1997,78.82,57479469,24675.02446 +Italy,Europe,2002,80.24,57926999,27968.09817 +Italy,Europe,2007,80.546,58147733,28569.7197 +Jamaica,Americas,1952,58.53,1426095,2898.530881 +Jamaica,Americas,1957,62.61,1535090,4756.525781 +Jamaica,Americas,1962,65.61,1665128,5246.107524 +Jamaica,Americas,1967,67.51,1861096,6124.703451 +Jamaica,Americas,1972,69,1997616,7433.889293 +Jamaica,Americas,1977,70.11,2156814,6650.195573 +Jamaica,Americas,1982,71.21,2298309,6068.05135 +Jamaica,Americas,1987,71.77,2326606,6351.237495 +Jamaica,Americas,1992,71.766,2378618,7404.923685 +Jamaica,Americas,1997,72.262,2531311,7121.924704 +Jamaica,Americas,2002,72.047,2664659,6994.774861 +Jamaica,Americas,2007,72.567,2780132,7320.880262 +Japan,Asia,1952,63.03,86459025,3216.956347 +Japan,Asia,1957,65.5,91563009,4317.694365 +Japan,Asia,1962,68.73,95831757,6576.649461 +Japan,Asia,1967,71.43,100825279,9847.788607 +Japan,Asia,1972,73.42,107188273,14778.78636 +Japan,Asia,1977,75.38,113872473,16610.37701 +Japan,Asia,1982,77.11,118454974,19384.10571 +Japan,Asia,1987,78.67,122091325,22375.94189 +Japan,Asia,1992,79.36,124329269,26824.89511 +Japan,Asia,1997,80.69,125956499,28816.58499 +Japan,Asia,2002,82,127065841,28604.5919 +Japan,Asia,2007,82.603,127467972,31656.06806 +Jordan,Asia,1952,43.158,607914,1546.907807 +Jordan,Asia,1957,45.669,746559,1886.080591 +Jordan,Asia,1962,48.126,933559,2348.009158 +Jordan,Asia,1967,51.629,1255058,2741.796252 +Jordan,Asia,1972,56.528,1613551,2110.856309 +Jordan,Asia,1977,61.134,1937652,2852.351568 +Jordan,Asia,1982,63.739,2347031,4161.415959 +Jordan,Asia,1987,65.869,2820042,4448.679912 +Jordan,Asia,1992,68.015,3867409,3431.593647 +Jordan,Asia,1997,69.772,4526235,3645.379572 +Jordan,Asia,2002,71.263,5307470,3844.917194 +Jordan,Asia,2007,72.535,6053193,4519.461171 +Kenya,Africa,1952,42.27,6464046,853.540919 +Kenya,Africa,1957,44.686,7454779,944.4383152 +Kenya,Africa,1962,47.949,8678557,896.9663732 +Kenya,Africa,1967,50.654,10191512,1056.736457 +Kenya,Africa,1972,53.559,12044785,1222.359968 +Kenya,Africa,1977,56.155,14500404,1267.613204 +Kenya,Africa,1982,58.766,17661452,1348.225791 +Kenya,Africa,1987,59.339,21198082,1361.936856 +Kenya,Africa,1992,59.285,25020539,1341.921721 +Kenya,Africa,1997,54.407,28263827,1360.485021 +Kenya,Africa,2002,50.992,31386842,1287.514732 +Kenya,Africa,2007,54.11,35610177,1463.249282 +"Korea, Dem. Rep.",Asia,1952,50.056,8865488,1088.277758 +"Korea, Dem. Rep.",Asia,1957,54.081,9411381,1571.134655 +"Korea, Dem. Rep.",Asia,1962,56.656,10917494,1621.693598 +"Korea, Dem. Rep.",Asia,1967,59.942,12617009,2143.540609 +"Korea, Dem. Rep.",Asia,1972,63.983,14781241,3701.621503 +"Korea, Dem. Rep.",Asia,1977,67.159,16325320,4106.301249 +"Korea, Dem. Rep.",Asia,1982,69.1,17647518,4106.525293 +"Korea, Dem. Rep.",Asia,1987,70.647,19067554,4106.492315 +"Korea, Dem. Rep.",Asia,1992,69.978,20711375,3726.063507 +"Korea, Dem. Rep.",Asia,1997,67.727,21585105,1690.756814 +"Korea, Dem. Rep.",Asia,2002,66.662,22215365,1646.758151 +"Korea, Dem. Rep.",Asia,2007,67.297,23301725,1593.06548 +"Korea, Rep.",Asia,1952,47.453,20947571,1030.592226 +"Korea, Rep.",Asia,1957,52.681,22611552,1487.593537 +"Korea, Rep.",Asia,1962,55.292,26420307,1536.344387 +"Korea, Rep.",Asia,1967,57.716,30131000,2029.228142 +"Korea, Rep.",Asia,1972,62.612,33505000,3030.87665 +"Korea, Rep.",Asia,1977,64.766,36436000,4657.22102 +"Korea, Rep.",Asia,1982,67.123,39326000,5622.942464 +"Korea, Rep.",Asia,1987,69.81,41622000,8533.088805 +"Korea, Rep.",Asia,1992,72.244,43805450,12104.27872 +"Korea, Rep.",Asia,1997,74.647,46173816,15993.52796 +"Korea, Rep.",Asia,2002,77.045,47969150,19233.98818 +"Korea, Rep.",Asia,2007,78.623,49044790,23348.13973 +Kuwait,Asia,1952,55.565,160000,108382.3529 +Kuwait,Asia,1957,58.033,212846,113523.1329 +Kuwait,Asia,1962,60.47,358266,95458.11176 +Kuwait,Asia,1967,64.624,575003,80894.88326 +Kuwait,Asia,1972,67.712,841934,109347.867 +Kuwait,Asia,1977,69.343,1140357,59265.47714 +Kuwait,Asia,1982,71.309,1497494,31354.03573 +Kuwait,Asia,1987,74.174,1891487,28118.42998 +Kuwait,Asia,1992,75.19,1418095,34932.91959 +Kuwait,Asia,1997,76.156,1765345,40300.619960000004 +Kuwait,Asia,2002,76.904,2111561,35110.10566 +Kuwait,Asia,2007,77.588,2505559,47306.98978 +Lebanon,Asia,1952,55.928,1439529,4834.804067 +Lebanon,Asia,1957,59.489,1647412,6089.786934 +Lebanon,Asia,1962,62.094,1886848,5714.560611 +Lebanon,Asia,1967,63.87,2186894,6006.983042 +Lebanon,Asia,1972,65.421,2680018,7486.384341 +Lebanon,Asia,1977,66.099,3115787,8659.696836 +Lebanon,Asia,1982,66.983,3086876,7640.519521 +Lebanon,Asia,1987,67.926,3089353,5377.091329 +Lebanon,Asia,1992,69.292,3219994,6890.806854 +Lebanon,Asia,1997,70.265,3430388,8754.96385 +Lebanon,Asia,2002,71.028,3677780,9313.93883 +Lebanon,Asia,2007,71.993,3921278,10461.05868 +Lesotho,Africa,1952,42.138,748747,298.8462121 +Lesotho,Africa,1957,45.047,813338,335.9971151 +Lesotho,Africa,1962,47.747,893143,411.8006266 +Lesotho,Africa,1967,48.492,996380,498.6390265 +Lesotho,Africa,1972,49.767,1116779,496.5815922 +Lesotho,Africa,1977,52.208,1251524,745.3695408 +Lesotho,Africa,1982,55.078,1411807,797.2631074 +Lesotho,Africa,1987,57.18,1599200,773.9932141 +Lesotho,Africa,1992,59.685,1803195,977.4862725 +Lesotho,Africa,1997,55.558,1982823,1186.147994 +Lesotho,Africa,2002,44.593,2046772,1275.184575 +Lesotho,Africa,2007,42.592,2012649,1569.331442 +Liberia,Africa,1952,38.48,863308,575.5729961 +Liberia,Africa,1957,39.486,975950,620.9699901 +Liberia,Africa,1962,40.502,1112796,634.1951625 +Liberia,Africa,1967,41.536,1279406,713.6036483 +Liberia,Africa,1972,42.614,1482628,803.0054535 +Liberia,Africa,1977,43.764,1703617,640.3224383 +Liberia,Africa,1982,44.852,1956875,572.1995694 +Liberia,Africa,1987,46.027,2269414,506.1138573 +Liberia,Africa,1992,40.802,1912974,636.6229191 +Liberia,Africa,1997,42.221,2200725,609.17395079999994 +Liberia,Africa,2002,43.753,2814651,531.4823679 +Liberia,Africa,2007,45.678,3193942,414.5073415 +Libya,Africa,1952,42.723,1019729,2387.54806 +Libya,Africa,1957,45.289,1201578,3448.284395 +Libya,Africa,1962,47.808,1441863,6757.030816 +Libya,Africa,1967,50.227,1759224,18772.75169 +Libya,Africa,1972,52.773,2183877,21011.49721 +Libya,Africa,1977,57.442,2721783,21951.21176 +Libya,Africa,1982,62.155,3344074,17364.27538 +Libya,Africa,1987,66.234,3799845,11770.5898 +Libya,Africa,1992,68.755,4364501,9640.138501 +Libya,Africa,1997,71.555,4759670,9467.446056 +Libya,Africa,2002,72.737,5368585,9534.677467 +Libya,Africa,2007,73.952,6036914,12057.49928 +Madagascar,Africa,1952,36.681,4762912,1443.011715 +Madagascar,Africa,1957,38.865,5181679,1589.20275 +Madagascar,Africa,1962,40.848,5703324,1643.38711 +Madagascar,Africa,1967,42.881,6334556,1634.047282 +Madagascar,Africa,1972,44.851,7082430,1748.562982 +Madagascar,Africa,1977,46.881,8007166,1544.228586 +Madagascar,Africa,1982,48.969,9171477,1302.878658 +Madagascar,Africa,1987,49.35,10568642,1155.441948 +Madagascar,Africa,1992,52.214,12210395,1040.67619 +Madagascar,Africa,1997,54.978,14165114,986.2958956 +Madagascar,Africa,2002,57.286,16473477,894.6370822 +Madagascar,Africa,2007,59.443,19167654,1044.770126 +Malawi,Africa,1952,36.256,2917802,369.1650802 +Malawi,Africa,1957,37.207,3221238,416.3698064 +Malawi,Africa,1962,38.41,3628608,427.9010856 +Malawi,Africa,1967,39.487,4147252,495.5147806 +Malawi,Africa,1972,41.766,4730997,584.6219709 +Malawi,Africa,1977,43.767,5637246,663.2236766 +Malawi,Africa,1982,45.642,6502825,632.8039209 +Malawi,Africa,1987,47.457,7824747,635.5173634 +Malawi,Africa,1992,49.42,10014249,563.2000145 +Malawi,Africa,1997,47.495,10419991,692.2758103 +Malawi,Africa,2002,45.009,11824495,665.4231186 +Malawi,Africa,2007,48.303,13327079,759.3499101 +Malaysia,Asia,1952,48.463,6748378,1831.132894 +Malaysia,Asia,1957,52.102,7739235,1810.066992 +Malaysia,Asia,1962,55.737,8906385,2036.884944 +Malaysia,Asia,1967,59.371,10154878,2277.742396 +Malaysia,Asia,1972,63.01,11441462,2849.09478 +Malaysia,Asia,1977,65.256,12845381,3827.921571 +Malaysia,Asia,1982,68,14441916,4920.355951 +Malaysia,Asia,1987,69.5,16331785,5249.802653 +Malaysia,Asia,1992,70.693,18319502,7277.912802 +Malaysia,Asia,1997,71.938,20476091,10132.90964 +Malaysia,Asia,2002,73.044,22662365,10206.97794 +Malaysia,Asia,2007,74.241,24821286,12451.6558 +Mali,Africa,1952,33.685,3838168,452.3369807 +Mali,Africa,1957,35.307,4241884,490.3821867 +Mali,Africa,1962,36.936,4690372,496.1743428 +Mali,Africa,1967,38.487,5212416,545.0098873 +Mali,Africa,1972,39.977,5828158,581.3688761 +Mali,Africa,1977,41.714,6491649,686.3952693 +Mali,Africa,1982,43.916,6998256,618.0140641 +Mali,Africa,1987,46.364,7634008,684.1715576 +Mali,Africa,1992,48.388,8416215,739.014375 +Mali,Africa,1997,49.903,9384984,790.2579846 +Mali,Africa,2002,51.818,10580176,951.4097518 +Mali,Africa,2007,54.467,12031795,1042.581557 +Mauritania,Africa,1952,40.543,1022556,743.1159097 +Mauritania,Africa,1957,42.338,1076852,846.1202613 +Mauritania,Africa,1962,44.248,1146757,1055.896036 +Mauritania,Africa,1967,46.289,1230542,1421.145193 +Mauritania,Africa,1972,48.437,1332786,1586.851781 +Mauritania,Africa,1977,50.852,1456688,1497.492223 +Mauritania,Africa,1982,53.599,1622136,1481.150189 +Mauritania,Africa,1987,56.145,1841240,1421.603576 +Mauritania,Africa,1992,58.333,2119465,1361.369784 +Mauritania,Africa,1997,60.43,2444741,1483.136136 +Mauritania,Africa,2002,62.247,2828858,1579.019543 +Mauritania,Africa,2007,64.164,3270065,1803.151496 +Mauritius,Africa,1952,50.986,516556,1967.955707 +Mauritius,Africa,1957,58.089,609816,2034.037981 +Mauritius,Africa,1962,60.246,701016,2529.067487 +Mauritius,Africa,1967,61.557,789309,2475.387562 +Mauritius,Africa,1972,62.944,851334,2575.484158 +Mauritius,Africa,1977,64.93,913025,3710.982963 +Mauritius,Africa,1982,66.711,992040,3688.037739 +Mauritius,Africa,1987,68.74,1042663,4783.586903 +Mauritius,Africa,1992,69.745,1096202,6058.253846 +Mauritius,Africa,1997,70.736,1149818,7425.705295 +Mauritius,Africa,2002,71.954,1200206,9021.815894 +Mauritius,Africa,2007,72.801,1250882,10956.99112 +Mexico,Americas,1952,50.789,30144317,3478.125529 +Mexico,Americas,1957,55.19,35015548,4131.546641 +Mexico,Americas,1962,58.299,41121485,4581.609385 +Mexico,Americas,1967,60.11,47995559,5754.733883 +Mexico,Americas,1972,62.361,55984294,6809.40669 +Mexico,Americas,1977,65.032,63759976,7674.929108 +Mexico,Americas,1982,67.405,71640904,9611.147541 +Mexico,Americas,1987,69.498,80122492,8688.156003 +Mexico,Americas,1992,71.455,88111030,9472.384295 +Mexico,Americas,1997,73.67,95895146,9767.29753 +Mexico,Americas,2002,74.902,102479927,10742.44053 +Mexico,Americas,2007,76.195,108700891,11977.57496 +Mongolia,Asia,1952,42.244,800663,786.5668575 +Mongolia,Asia,1957,45.248,882134,912.6626085 +Mongolia,Asia,1962,48.251,1010280,1056.353958 +Mongolia,Asia,1967,51.253,1149500,1226.04113 +Mongolia,Asia,1972,53.754,1320500,1421.741975 +Mongolia,Asia,1977,55.491,1528000,1647.511665 +Mongolia,Asia,1982,57.489,1756032,2000.603139 +Mongolia,Asia,1987,60.222,2015133,2338.008304 +Mongolia,Asia,1992,61.271,2312802,1785.402016 +Mongolia,Asia,1997,63.625,2494803,1902.2521 +Mongolia,Asia,2002,65.033,2674234,2140.739323 +Mongolia,Asia,2007,66.803,2874127,3095.772271 +Montenegro,Europe,1952,59.164,413834,2647.585601 +Montenegro,Europe,1957,61.448,442829,3682.259903 +Montenegro,Europe,1962,63.728,474528,4649.593785 +Montenegro,Europe,1967,67.178,501035,5907.850937 +Montenegro,Europe,1972,70.636,527678,7778.414017 +Montenegro,Europe,1977,73.066,560073,9595.929905 +Montenegro,Europe,1982,74.101,562548,11222.58762 +Montenegro,Europe,1987,74.865,569473,11732.51017 +Montenegro,Europe,1992,75.435,621621,7003.339037 +Montenegro,Europe,1997,75.445,692651,6465.613349 +Montenegro,Europe,2002,73.981,720230,6557.194282 +Montenegro,Europe,2007,74.543,684736,9253.896111 +Morocco,Africa,1952,42.873,9939217,1688.20357 +Morocco,Africa,1957,45.423,11406350,1642.002314 +Morocco,Africa,1962,47.924,13056604,1566.353493 +Morocco,Africa,1967,50.335,14770296,1711.04477 +Morocco,Africa,1972,52.862,16660670,1930.194975 +Morocco,Africa,1977,55.73,18396941,2370.619976 +Morocco,Africa,1982,59.65,20198730,2702.620356 +Morocco,Africa,1987,62.677,22987397,2755.046991 +Morocco,Africa,1992,65.393,25798239,2948.047252 +Morocco,Africa,1997,67.66,28529501,2982.101858 +Morocco,Africa,2002,69.615,31167783,3258.495584 +Morocco,Africa,2007,71.164,33757175,3820.17523 +Mozambique,Africa,1952,31.286,6446316,468.5260381 +Mozambique,Africa,1957,33.779,7038035,495.5868333 +Mozambique,Africa,1962,36.161,7788944,556.6863539 +Mozambique,Africa,1967,38.113,8680909,566.6691539 +Mozambique,Africa,1972,40.328,9809596,724.9178037 +Mozambique,Africa,1977,42.495,11127868,502.3197334 +Mozambique,Africa,1982,42.795,12587223,462.2114149 +Mozambique,Africa,1987,42.861,12891952,389.8761846 +Mozambique,Africa,1992,44.284,13160731,410.8968239 +Mozambique,Africa,1997,46.344,16603334,472.3460771 +Mozambique,Africa,2002,44.026,18473780,633.6179466 +Mozambique,Africa,2007,42.082,19951656,823.6856205 +Myanmar,Asia,1952,36.319,20092996,331 +Myanmar,Asia,1957,41.905,21731844,350 +Myanmar,Asia,1962,45.108,23634436,388 +Myanmar,Asia,1967,49.379,25870271,349 +Myanmar,Asia,1972,53.07,28466390,357 +Myanmar,Asia,1977,56.059,31528087,371 +Myanmar,Asia,1982,58.056,34680442,424 +Myanmar,Asia,1987,58.339,38028578,385 +Myanmar,Asia,1992,59.32,40546538,347 +Myanmar,Asia,1997,60.328,43247867,415 +Myanmar,Asia,2002,59.908,45598081,611 +Myanmar,Asia,2007,62.069,47761980,944 +Namibia,Africa,1952,41.725,485831,2423.780443 +Namibia,Africa,1957,45.226,548080,2621.448058 +Namibia,Africa,1962,48.386,621392,3173.215595 +Namibia,Africa,1967,51.159,706640,3793.694753 +Namibia,Africa,1972,53.867,821782,3746.080948 +Namibia,Africa,1977,56.437,977026,3876.485958 +Namibia,Africa,1982,58.968,1099010,4191.100511 +Namibia,Africa,1987,60.835,1278184,3693.731337 +Namibia,Africa,1992,61.999,1554253,3804.537999 +Namibia,Africa,1997,58.909,1774766,3899.52426 +Namibia,Africa,2002,51.479,1972153,4072.324751 +Namibia,Africa,2007,52.906,2055080,4811.060429 +Nepal,Asia,1952,36.157,9182536,545.8657229 +Nepal,Asia,1957,37.686,9682338,597.9363558 +Nepal,Asia,1962,39.393,10332057,652.3968593 +Nepal,Asia,1967,41.472,11261690,676.4422254 +Nepal,Asia,1972,43.971,12412593,674.7881296 +Nepal,Asia,1977,46.748,13933198,694.1124398 +Nepal,Asia,1982,49.594,15796314,718.3730947 +Nepal,Asia,1987,52.537,17917180,775.6324501 +Nepal,Asia,1992,55.727,20326209,897.7403604 +Nepal,Asia,1997,59.426,23001113,1010.892138 +Nepal,Asia,2002,61.34,25873917,1057.206311 +Nepal,Asia,2007,63.785,28901790,1091.359778 +Netherlands,Europe,1952,72.13,10381988,8941.571858 +Netherlands,Europe,1957,72.99,11026383,11276.19344 +Netherlands,Europe,1962,73.23,11805689,12790.84956 +Netherlands,Europe,1967,73.82,12596822,15363.25136 +Netherlands,Europe,1972,73.75,13329874,18794.74567 +Netherlands,Europe,1977,75.24,13852989,21209.0592 +Netherlands,Europe,1982,76.05,14310401,21399.46046 +Netherlands,Europe,1987,76.83,14665278,23651.32361 +Netherlands,Europe,1992,77.42,15174244,26790.94961 +Netherlands,Europe,1997,78.03,15604464,30246.13063 +Netherlands,Europe,2002,78.53,16122830,33724.75778 +Netherlands,Europe,2007,79.762,16570613,36797.93332 +New Zealand,Oceania,1952,69.39,1994794,10556.57566 +New Zealand,Oceania,1957,70.26,2229407,12247.39532 +New Zealand,Oceania,1962,71.24,2488550,13175.678 +New Zealand,Oceania,1967,71.52,2728150,14463.91893 +New Zealand,Oceania,1972,71.89,2929100,16046.03728 +New Zealand,Oceania,1977,72.22,3164900,16233.7177 +New Zealand,Oceania,1982,73.84,3210650,17632.4104 +New Zealand,Oceania,1987,74.32,3317166,19007.19129 +New Zealand,Oceania,1992,76.33,3437674,18363.32494 +New Zealand,Oceania,1997,77.55,3676187,21050.41377 +New Zealand,Oceania,2002,79.11,3908037,23189.80135 +New Zealand,Oceania,2007,80.204,4115771,25185.00911 +Nicaragua,Americas,1952,42.314,1165790,3112.363948 +Nicaragua,Americas,1957,45.432,1358828,3457.415947 +Nicaragua,Americas,1962,48.632,1590597,3634.364406 +Nicaragua,Americas,1967,51.884,1865490,4643.393534 +Nicaragua,Americas,1972,55.151,2182908,4688.593267 +Nicaragua,Americas,1977,57.47,2554598,5486.371089 +Nicaragua,Americas,1982,59.298,2979423,3470.338156 +Nicaragua,Americas,1987,62.008,3344353,2955.984375 +Nicaragua,Americas,1992,65.843,4017939,2170.151724 +Nicaragua,Americas,1997,68.426,4609572,2253.023004 +Nicaragua,Americas,2002,70.836,5146848,2474.548819 +Nicaragua,Americas,2007,72.899,5675356,2749.320965 +Niger,Africa,1952,37.444,3379468,761.879376 +Niger,Africa,1957,38.598,3692184,835.5234025 +Niger,Africa,1962,39.487,4076008,997.7661127 +Niger,Africa,1967,40.118,4534062,1054.384891 +Niger,Africa,1972,40.546,5060262,954.2092363 +Niger,Africa,1977,41.291,5682086,808.8970728 +Niger,Africa,1982,42.598,6437188,909.7221354 +Niger,Africa,1987,44.555,7332638,668.3000228 +Niger,Africa,1992,47.391,8392818,581.182725 +Niger,Africa,1997,51.313,9666252,580.3052092 +Niger,Africa,2002,54.496,11140655,601.0745012 +Niger,Africa,2007,56.867,12894865,619.6768924 +Nigeria,Africa,1952,36.324,33119096,1077.281856 +Nigeria,Africa,1957,37.802,37173340,1100.592563 +Nigeria,Africa,1962,39.36,41871351,1150.927478 +Nigeria,Africa,1967,41.04,47287752,1014.514104 +Nigeria,Africa,1972,42.821,53740085,1698.388838 +Nigeria,Africa,1977,44.514,62209173,1981.951806 +Nigeria,Africa,1982,45.826,73039376,1576.97375 +Nigeria,Africa,1987,46.886,81551520,1385.029563 +Nigeria,Africa,1992,47.472,93364244,1619.848217 +Nigeria,Africa,1997,47.464,106207839,1624.941275 +Nigeria,Africa,2002,46.608,119901274,1615.286395 +Nigeria,Africa,2007,46.859,135031164,2013.977305 +Norway,Europe,1952,72.67,3327728,10095.42172 +Norway,Europe,1957,73.44,3491938,11653.97304 +Norway,Europe,1962,73.47,3638919,13450.40151 +Norway,Europe,1967,74.08,3786019,16361.87647 +Norway,Europe,1972,74.34,3933004,18965.05551 +Norway,Europe,1977,75.37,4043205,23311.34939 +Norway,Europe,1982,75.97,4114787,26298.63531 +Norway,Europe,1987,75.89,4186147,31540.9748 +Norway,Europe,1992,77.32,4286357,33965.66115 +Norway,Europe,1997,78.32,4405672,41283.16433 +Norway,Europe,2002,79.05,4535591,44683.97525 +Norway,Europe,2007,80.196,4627926,49357.19017 +Oman,Asia,1952,37.578,507833,1828.230307 +Oman,Asia,1957,40.08,561977,2242.746551 +Oman,Asia,1962,43.165,628164,2924.638113 +Oman,Asia,1967,46.988,714775,4720.942687 +Oman,Asia,1972,52.143,829050,10618.03855 +Oman,Asia,1977,57.367,1004533,11848.34392 +Oman,Asia,1982,62.728,1301048,12954.79101 +Oman,Asia,1987,67.734,1593882,18115.22313 +Oman,Asia,1992,71.197,1915208,18616.70691 +Oman,Asia,1997,72.499,2283635,19702.05581 +Oman,Asia,2002,74.193,2713462,19774.83687 +Oman,Asia,2007,75.64,3204897,22316.19287 +Pakistan,Asia,1952,43.436,41346560,684.5971438 +Pakistan,Asia,1957,45.557,46679944,747.0835292 +Pakistan,Asia,1962,47.67,53100671,803.3427418 +Pakistan,Asia,1967,49.8,60641899,942.4082588 +Pakistan,Asia,1972,51.929,69325921,1049.938981 +Pakistan,Asia,1977,54.043,78152686,1175.921193 +Pakistan,Asia,1982,56.158,91462088,1443.429832 +Pakistan,Asia,1987,58.245,105186881,1704.686583 +Pakistan,Asia,1992,60.838,120065004,1971.829464 +Pakistan,Asia,1997,61.818,135564834,2049.350521 +Pakistan,Asia,2002,63.61,153403524,2092.712441 +Pakistan,Asia,2007,65.483,169270617,2605.94758 +Panama,Americas,1952,55.191,940080,2480.380334 +Panama,Americas,1957,59.201,1063506,2961.800905 +Panama,Americas,1962,61.817,1215725,3536.540301 +Panama,Americas,1967,64.071,1405486,4421.009084 +Panama,Americas,1972,66.216,1616384,5364.249663 +Panama,Americas,1977,68.681,1839782,5351.912144 +Panama,Americas,1982,70.472,2036305,7009.601598 +Panama,Americas,1987,71.523,2253639,7034.779161 +Panama,Americas,1992,72.462,2484997,6618.74305 +Panama,Americas,1997,73.738,2734531,7113.692252 +Panama,Americas,2002,74.712,2990875,7356.031934 +Panama,Americas,2007,75.537,3242173,9809.185636 +Paraguay,Americas,1952,62.649,1555876,1952.308701 +Paraguay,Americas,1957,63.196,1770902,2046.154706 +Paraguay,Americas,1962,64.361,2009813,2148.027146 +Paraguay,Americas,1967,64.951,2287985,2299.376311 +Paraguay,Americas,1972,65.815,2614104,2523.337977 +Paraguay,Americas,1977,66.353,2984494,3248.373311 +Paraguay,Americas,1982,66.874,3366439,4258.503604 +Paraguay,Americas,1987,67.378,3886512,3998.875695 +Paraguay,Americas,1992,68.225,4483945,4196.411078 +Paraguay,Americas,1997,69.4,5154123,4247.400261 +Paraguay,Americas,2002,70.755,5884491,3783.674243 +Paraguay,Americas,2007,71.752,6667147,4172.838464 +Peru,Americas,1952,43.902,8025700,3758.523437 +Peru,Americas,1957,46.263,9146100,4245.256698 +Peru,Americas,1962,49.096,10516500,4957.037982 +Peru,Americas,1967,51.445,12132200,5788.09333 +Peru,Americas,1972,55.448,13954700,5937.827283 +Peru,Americas,1977,58.447,15990099,6281.290855 +Peru,Americas,1982,61.406,18125129,6434.501797 +Peru,Americas,1987,64.134,20195924,6360.9434440000005 +Peru,Americas,1992,66.458,22430449,4446.380924 +Peru,Americas,1997,68.386,24748122,5838.347657 +Peru,Americas,2002,69.906,26769436,5909.020073 +Peru,Americas,2007,71.421,28674757,7408.905561 +Philippines,Asia,1952,47.752,22438691,1272.880995 +Philippines,Asia,1957,51.334,26072194,1547.944844 +Philippines,Asia,1962,54.757,30325264,1649.552153 +Philippines,Asia,1967,56.393,35356600,1814.12743 +Philippines,Asia,1972,58.065,40850141,1989.37407 +Philippines,Asia,1977,60.06,46850962,2373.204287 +Philippines,Asia,1982,62.082,53456774,2603.273765 +Philippines,Asia,1987,64.151,60017788,2189.634995 +Philippines,Asia,1992,66.458,67185766,2279.324017 +Philippines,Asia,1997,68.564,75012988,2536.534925 +Philippines,Asia,2002,70.303,82995088,2650.921068 +Philippines,Asia,2007,71.688,91077287,3190.481016 +Poland,Europe,1952,61.31,25730551,4029.329699 +Poland,Europe,1957,65.77,28235346,4734.253019 +Poland,Europe,1962,67.64,30329617,5338.752143 +Poland,Europe,1967,69.61,31785378,6557.152776 +Poland,Europe,1972,70.85,33039545,8006.506993 +Poland,Europe,1977,70.67,34621254,9508.141454 +Poland,Europe,1982,71.32,36227381,8451.531004 +Poland,Europe,1987,70.98,37740710,9082.351172 +Poland,Europe,1992,70.99,38370697,7738.881247 +Poland,Europe,1997,72.75,38654957,10159.58368 +Poland,Europe,2002,74.67,38625976,12002.23908 +Poland,Europe,2007,75.563,38518241,15389.92468 +Portugal,Europe,1952,59.82,8526050,3068.319867 +Portugal,Europe,1957,61.51,8817650,3774.571743 +Portugal,Europe,1962,64.39,9019800,4727.954889 +Portugal,Europe,1967,66.6,9103000,6361.517993 +Portugal,Europe,1972,69.26,8970450,9022.247417 +Portugal,Europe,1977,70.41,9662600,10172.48572 +Portugal,Europe,1982,72.77,9859650,11753.84291 +Portugal,Europe,1987,74.06,9915289,13039.30876 +Portugal,Europe,1992,74.86,9927680,16207.26663 +Portugal,Europe,1997,75.97,10156415,17641.03156 +Portugal,Europe,2002,77.29,10433867,19970.90787 +Portugal,Europe,2007,78.098,10642836,20509.64777 +Puerto Rico,Americas,1952,64.28,2227000,3081.959785 +Puerto Rico,Americas,1957,68.54,2260000,3907.156189 +Puerto Rico,Americas,1962,69.62,2448046,5108.34463 +Puerto Rico,Americas,1967,71.1,2648961,6929.277714 +Puerto Rico,Americas,1972,72.16,2847132,9123.041742 +Puerto Rico,Americas,1977,73.44,3080828,9770.524921 +Puerto Rico,Americas,1982,73.75,3279001,10330.98915 +Puerto Rico,Americas,1987,74.63,3444468,12281.34191 +Puerto Rico,Americas,1992,73.911,3585176,14641.58711 +Puerto Rico,Americas,1997,74.917,3759430,16999.4333 +Puerto Rico,Americas,2002,77.778,3859606,18855.60618 +Puerto Rico,Americas,2007,78.746,3942491,19328.70901 +Reunion,Africa,1952,52.724,257700,2718.885295 +Reunion,Africa,1957,55.09,308700,2769.451844 +Reunion,Africa,1962,57.666,358900,3173.72334 +Reunion,Africa,1967,60.542,414024,4021.175739 +Reunion,Africa,1972,64.274,461633,5047.658563 +Reunion,Africa,1977,67.064,492095,4319.804067 +Reunion,Africa,1982,69.885,517810,5267.219353 +Reunion,Africa,1987,71.913,562035,5303.377488 +Reunion,Africa,1992,73.615,622191,6101.255823 +Reunion,Africa,1997,74.772,684810,6071.941411 +Reunion,Africa,2002,75.744,743981,6316.1652 +Reunion,Africa,2007,76.442,798094,7670.122558 +Romania,Europe,1952,61.05,16630000,3144.613186 +Romania,Europe,1957,64.1,17829327,3943.370225 +Romania,Europe,1962,66.8,18680721,4734.997586 +Romania,Europe,1967,66.8,19284814,6470.866545 +Romania,Europe,1972,69.21,20662648,8011.414402 +Romania,Europe,1977,69.46,21658597,9356.39724 +Romania,Europe,1982,69.66,22356726,9605.314053 +Romania,Europe,1987,69.53,22686371,9696.273295 +Romania,Europe,1992,69.36,22797027,6598.409903 +Romania,Europe,1997,69.72,22562458,7346.547557 +Romania,Europe,2002,71.322,22404337,7885.360081 +Romania,Europe,2007,72.476,22276056,10808.47561 +Rwanda,Africa,1952,40,2534927,493.3238752 +Rwanda,Africa,1957,41.5,2822082,540.2893983 +Rwanda,Africa,1962,43,3051242,597.4730727 +Rwanda,Africa,1967,44.1,3451079,510.9637142 +Rwanda,Africa,1972,44.6,3992121,590.5806638 +Rwanda,Africa,1977,45,4657072,670.0806011 +Rwanda,Africa,1982,46.218,5507565,881.5706467 +Rwanda,Africa,1987,44.02,6349365,847.991217 +Rwanda,Africa,1992,23.599,7290203,737.0685949 +Rwanda,Africa,1997,36.087,7212583,589.9445051 +Rwanda,Africa,2002,43.413,7852401,785.6537648 +Rwanda,Africa,2007,46.242,8860588,863.0884639 +Sao Tome and Principe,Africa,1952,46.471,60011,879.5835855 +Sao Tome and Principe,Africa,1957,48.945,61325,860.7369026 +Sao Tome and Principe,Africa,1962,51.893,65345,1071.551119 +Sao Tome and Principe,Africa,1967,54.425,70787,1384.840593 +Sao Tome and Principe,Africa,1972,56.48,76595,1532.985254 +Sao Tome and Principe,Africa,1977,58.55,86796,1737.561657 +Sao Tome and Principe,Africa,1982,60.351,98593,1890.218117 +Sao Tome and Principe,Africa,1987,61.728,110812,1516.525457 +Sao Tome and Principe,Africa,1992,62.742,125911,1428.777814 +Sao Tome and Principe,Africa,1997,63.306,145608,1339.076036 +Sao Tome and Principe,Africa,2002,64.337,170372,1353.09239 +Sao Tome and Principe,Africa,2007,65.528,199579,1598.435089 +Saudi Arabia,Asia,1952,39.875,4005677,6459.554823 +Saudi Arabia,Asia,1957,42.868,4419650,8157.591248 +Saudi Arabia,Asia,1962,45.914,4943029,11626.41975 +Saudi Arabia,Asia,1967,49.901,5618198,16903.04886 +Saudi Arabia,Asia,1972,53.886,6472756,24837.42865 +Saudi Arabia,Asia,1977,58.69,8128505,34167.7626 +Saudi Arabia,Asia,1982,63.012,11254672,33693.17525 +Saudi Arabia,Asia,1987,66.295,14619745,21198.26136 +Saudi Arabia,Asia,1992,68.768,16945857,24841.61777 +Saudi Arabia,Asia,1997,70.533,21229759,20586.69019 +Saudi Arabia,Asia,2002,71.626,24501530,19014.54118 +Saudi Arabia,Asia,2007,72.777,27601038,21654.83194 +Senegal,Africa,1952,37.278,2755589,1450.356983 +Senegal,Africa,1957,39.329,3054547,1567.653006 +Senegal,Africa,1962,41.454,3430243,1654.988723 +Senegal,Africa,1967,43.563,3965841,1612.404632 +Senegal,Africa,1972,45.815,4588696,1597.712056 +Senegal,Africa,1977,48.879,5260855,1561.769116 +Senegal,Africa,1982,52.379,6147783,1518.479984 +Senegal,Africa,1987,55.769,7171347,1441.72072 +Senegal,Africa,1992,58.196,8307920,1367.899369 +Senegal,Africa,1997,60.187,9535314,1392.368347 +Senegal,Africa,2002,61.6,10870037,1519.635262 +Senegal,Africa,2007,63.062,12267493,1712.472136 +Serbia,Europe,1952,57.996,6860147,3581.459448 +Serbia,Europe,1957,61.685,7271135,4981.090891 +Serbia,Europe,1962,64.531,7616060,6289.629157 +Serbia,Europe,1967,66.914,7971222,7991.707066 +Serbia,Europe,1972,68.7,8313288,10522.06749 +Serbia,Europe,1977,70.3,8686367,12980.66956 +Serbia,Europe,1982,70.162,9032824,15181.0927 +Serbia,Europe,1987,71.218,9230783,15870.87851 +Serbia,Europe,1992,71.659,9826397,9325.068238 +Serbia,Europe,1997,72.232,10336594,7914.320304 +Serbia,Europe,2002,73.213,10111559,7236.075251 +Serbia,Europe,2007,74.002,10150265,9786.534714 +Sierra Leone,Africa,1952,30.331,2143249,879.7877358 +Sierra Leone,Africa,1957,31.57,2295678,1004.484437 +Sierra Leone,Africa,1962,32.767,2467895,1116.639877 +Sierra Leone,Africa,1967,34.113,2662190,1206.043465 +Sierra Leone,Africa,1972,35.4,2879013,1353.759762 +Sierra Leone,Africa,1977,36.788,3140897,1348.285159 +Sierra Leone,Africa,1982,38.445,3464522,1465.010784 +Sierra Leone,Africa,1987,40.006,3868905,1294.447788 +Sierra Leone,Africa,1992,38.333,4260884,1068.696278 +Sierra Leone,Africa,1997,39.897,4578212,574.6481576 +Sierra Leone,Africa,2002,41.012,5359092,699.489713 +Sierra Leone,Africa,2007,42.568,6144562,862.5407561 +Singapore,Asia,1952,60.396,1127000,2315.138227 +Singapore,Asia,1957,63.179,1445929,2843.104409 +Singapore,Asia,1962,65.798,1750200,3674.735572 +Singapore,Asia,1967,67.946,1977600,4977.41854 +Singapore,Asia,1972,69.521,2152400,8597.756202 +Singapore,Asia,1977,70.795,2325300,11210.08948 +Singapore,Asia,1982,71.76,2651869,15169.16112 +Singapore,Asia,1987,73.56,2794552,18861.53081 +Singapore,Asia,1992,75.788,3235865,24769.8912 +Singapore,Asia,1997,77.158,3802309,33519.4766 +Singapore,Asia,2002,78.77,4197776,36023.1054 +Singapore,Asia,2007,79.972,4553009,47143.17964 +Slovak Republic,Europe,1952,64.36,3558137,5074.659104 +Slovak Republic,Europe,1957,67.45,3844277,6093.26298 +Slovak Republic,Europe,1962,70.33,4237384,7481.107598 +Slovak Republic,Europe,1967,70.98,4442238,8412.902397 +Slovak Republic,Europe,1972,70.35,4593433,9674.167626 +Slovak Republic,Europe,1977,70.45,4827803,10922.66404 +Slovak Republic,Europe,1982,70.8,5048043,11348.54585 +Slovak Republic,Europe,1987,71.08,5199318,12037.26758 +Slovak Republic,Europe,1992,71.38,5302888,9498.467723 +Slovak Republic,Europe,1997,72.71,5383010,12126.23065 +Slovak Republic,Europe,2002,73.8,5410052,13638.77837 +Slovak Republic,Europe,2007,74.663,5447502,18678.31435 +Slovenia,Europe,1952,65.57,1489518,4215.041741 +Slovenia,Europe,1957,67.85,1533070,5862.276629 +Slovenia,Europe,1962,69.15,1582962,7402.303395 +Slovenia,Europe,1967,69.18,1646912,9405.489397 +Slovenia,Europe,1972,69.82,1694510,12383.4862 +Slovenia,Europe,1977,70.97,1746919,15277.03017 +Slovenia,Europe,1982,71.063,1861252,17866.72175 +Slovenia,Europe,1987,72.25,1945870,18678.53492 +Slovenia,Europe,1992,73.64,1999210,14214.71681 +Slovenia,Europe,1997,75.13,2011612,17161.10735 +Slovenia,Europe,2002,76.66,2011497,20660.01936 +Slovenia,Europe,2007,77.926,2009245,25768.25759 +Somalia,Africa,1952,32.978,2526994,1135.749842 +Somalia,Africa,1957,34.977,2780415,1258.147413 +Somalia,Africa,1962,36.981,3080153,1369.488336 +Somalia,Africa,1967,38.977,3428839,1284.73318 +Somalia,Africa,1972,40.973,3840161,1254.576127 +Somalia,Africa,1977,41.974,4353666,1450.992513 +Somalia,Africa,1982,42.955,5828892,1176.807031 +Somalia,Africa,1987,44.501,6921858,1093.244963 +Somalia,Africa,1992,39.658,6099799,926.9602964 +Somalia,Africa,1997,43.795,6633514,930.5964284 +Somalia,Africa,2002,45.936,7753310,882.0818218 +Somalia,Africa,2007,48.159,9118773,926.1410683 +South Africa,Africa,1952,45.009,14264935,4725.295531 +South Africa,Africa,1957,47.985,16151549,5487.104219 +South Africa,Africa,1962,49.951,18356657,5768.729717 +South Africa,Africa,1967,51.927,20997321,7114.477971 +South Africa,Africa,1972,53.696,23935810,7765.962636 +South Africa,Africa,1977,55.527,27129932,8028.651439 +South Africa,Africa,1982,58.161,31140029,8568.266228 +South Africa,Africa,1987,60.834,35933379,7825.823398 +South Africa,Africa,1992,61.888,39964159,7225.069258 +South Africa,Africa,1997,60.236,42835005,7479.188244 +South Africa,Africa,2002,53.365,44433622,7710.946444 +South Africa,Africa,2007,49.339,43997828,9269.657808 +Spain,Europe,1952,64.94,28549870,3834.034742 +Spain,Europe,1957,66.66,29841614,4564.80241 +Spain,Europe,1962,69.69,31158061,5693.843879 +Spain,Europe,1967,71.44,32850275,7993.512294 +Spain,Europe,1972,73.06,34513161,10638.75131 +Spain,Europe,1977,74.39,36439000,13236.92117 +Spain,Europe,1982,76.3,37983310,13926.16997 +Spain,Europe,1987,76.9,38880702,15764.98313 +Spain,Europe,1992,77.57,39549438,18603.06452 +Spain,Europe,1997,78.77,39855442,20445.29896 +Spain,Europe,2002,79.78,40152517,24835.47166 +Spain,Europe,2007,80.941,40448191,28821.0637 +Sri Lanka,Asia,1952,57.593,7982342,1083.53203 +Sri Lanka,Asia,1957,61.456,9128546,1072.546602 +Sri Lanka,Asia,1962,62.192,10421936,1074.47196 +Sri Lanka,Asia,1967,64.266,11737396,1135.514326 +Sri Lanka,Asia,1972,65.042,13016733,1213.39553 +Sri Lanka,Asia,1977,65.949,14116836,1348.775651 +Sri Lanka,Asia,1982,68.757,15410151,1648.079789 +Sri Lanka,Asia,1987,69.011,16495304,1876.766827 +Sri Lanka,Asia,1992,70.379,17587060,2153.739222 +Sri Lanka,Asia,1997,70.457,18698655,2664.477257 +Sri Lanka,Asia,2002,70.815,19576783,3015.378833 +Sri Lanka,Asia,2007,72.396,20378239,3970.095407 +Sudan,Africa,1952,38.635,8504667,1615.991129 +Sudan,Africa,1957,39.624,9753392,1770.337074 +Sudan,Africa,1962,40.87,11183227,1959.593767 +Sudan,Africa,1967,42.858,12716129,1687.997641 +Sudan,Africa,1972,45.083,14597019,1659.652775 +Sudan,Africa,1977,47.8,17104986,2202.988423 +Sudan,Africa,1982,50.338,20367053,1895.544073 +Sudan,Africa,1987,51.744,24725960,1507.819159 +Sudan,Africa,1992,53.556,28227588,1492.197043 +Sudan,Africa,1997,55.373,32160729,1632.210764 +Sudan,Africa,2002,56.369,37090298,1993.398314 +Sudan,Africa,2007,58.556,42292929,2602.394995 +Swaziland,Africa,1952,41.407,290243,1148.376626 +Swaziland,Africa,1957,43.424,326741,1244.708364 +Swaziland,Africa,1962,44.992,370006,1856.182125 +Swaziland,Africa,1967,46.633,420690,2613.101665 +Swaziland,Africa,1972,49.552,480105,3364.836625 +Swaziland,Africa,1977,52.537,551425,3781.410618 +Swaziland,Africa,1982,55.561,649901,3895.384018 +Swaziland,Africa,1987,57.678,779348,3984.839812 +Swaziland,Africa,1992,58.474,962344,3553.0224 +Swaziland,Africa,1997,54.289,1054486,3876.76846 +Swaziland,Africa,2002,43.869,1130269,4128.116943 +Swaziland,Africa,2007,39.613,1133066,4513.480643 +Sweden,Europe,1952,71.86,7124673,8527.844662 +Sweden,Europe,1957,72.49,7363802,9911.878226 +Sweden,Europe,1962,73.37,7561588,12329.44192 +Sweden,Europe,1967,74.16,7867931,15258.29697 +Sweden,Europe,1972,74.72,8122293,17832.02464 +Sweden,Europe,1977,75.44,8251648,18855.72521 +Sweden,Europe,1982,76.42,8325260,20667.38125 +Sweden,Europe,1987,77.19,8421403,23586.92927 +Sweden,Europe,1992,78.16,8718867,23880.01683 +Sweden,Europe,1997,79.39,8897619,25266.59499 +Sweden,Europe,2002,80.04,8954175,29341.63093 +Sweden,Europe,2007,80.884,9031088,33859.74835 +Switzerland,Europe,1952,69.62,4815000,14734.23275 +Switzerland,Europe,1957,70.56,5126000,17909.48973 +Switzerland,Europe,1962,71.32,5666000,20431.0927 +Switzerland,Europe,1967,72.77,6063000,22966.14432 +Switzerland,Europe,1972,73.78,6401400,27195.11304 +Switzerland,Europe,1977,75.39,6316424,26982.29052 +Switzerland,Europe,1982,76.21,6468126,28397.71512 +Switzerland,Europe,1987,77.41,6649942,30281.70459 +Switzerland,Europe,1992,78.03,6995447,31871.5303 +Switzerland,Europe,1997,79.37,7193761,32135.32301 +Switzerland,Europe,2002,80.62,7361757,34480.95771 +Switzerland,Europe,2007,81.701,7554661,37506.41907 +Syria,Asia,1952,45.883,3661549,1643.485354 +Syria,Asia,1957,48.284,4149908,2117.234893 +Syria,Asia,1962,50.305,4834621,2193.037133 +Syria,Asia,1967,53.655,5680812,1881.923632 +Syria,Asia,1972,57.296,6701172,2571.423014 +Syria,Asia,1977,61.195,7932503,3195.484582 +Syria,Asia,1982,64.59,9410494,3761.837715 +Syria,Asia,1987,66.974,11242847,3116.774285 +Syria,Asia,1992,69.249,13219062,3340.542768 +Syria,Asia,1997,71.527,15081016,4014.238972 +Syria,Asia,2002,73.053,17155814,4090.925331 +Syria,Asia,2007,74.143,19314747,4184.548089 +Taiwan,Asia,1952,58.5,8550362,1206.947913 +Taiwan,Asia,1957,62.4,10164215,1507.86129 +Taiwan,Asia,1962,65.2,11918938,1822.879028 +Taiwan,Asia,1967,67.5,13648692,2643.858681 +Taiwan,Asia,1972,69.39,15226039,4062.523897 +Taiwan,Asia,1977,70.59,16785196,5596.519826 +Taiwan,Asia,1982,72.16,18501390,7426.354774 +Taiwan,Asia,1987,73.4,19757799,11054.56175 +Taiwan,Asia,1992,74.26,20686918,15215.6579 +Taiwan,Asia,1997,75.25,21628605,20206.82098 +Taiwan,Asia,2002,76.99,22454239,23235.42329 +Taiwan,Asia,2007,78.4,23174294,28718.27684 +Tanzania,Africa,1952,41.215,8322925,716.6500721 +Tanzania,Africa,1957,42.974,9452826,698.5356073 +Tanzania,Africa,1962,44.246,10863958,722.0038073 +Tanzania,Africa,1967,45.757,12607312,848.2186575 +Tanzania,Africa,1972,47.62,14706593,915.9850592 +Tanzania,Africa,1977,49.919,17129565,962.4922932 +Tanzania,Africa,1982,50.608,19844382,874.2426069 +Tanzania,Africa,1987,51.535,23040630,831.8220794 +Tanzania,Africa,1992,50.44,26605473,825.682454 +Tanzania,Africa,1997,48.466,30686889,789.1862231 +Tanzania,Africa,2002,49.651,34593779,899.0742111 +Tanzania,Africa,2007,52.517,38139640,1107.482182 +Thailand,Asia,1952,50.848,21289402,757.7974177 +Thailand,Asia,1957,53.63,25041917,793.5774148 +Thailand,Asia,1962,56.061,29263397,1002.199172 +Thailand,Asia,1967,58.285,34024249,1295.46066 +Thailand,Asia,1972,60.405,39276153,1524.358936 +Thailand,Asia,1977,62.494,44148285,1961.224635 +Thailand,Asia,1982,64.597,48827160,2393.219781 +Thailand,Asia,1987,66.084,52910342,2982.653773 +Thailand,Asia,1992,67.298,56667095,4616.896545 +Thailand,Asia,1997,67.521,60216677,5852.625497 +Thailand,Asia,2002,68.564,62806748,5913.187529 +Thailand,Asia,2007,70.616,65068149,7458.396327 +Togo,Africa,1952,38.596,1219113,859.8086567 +Togo,Africa,1957,41.208,1357445,925.9083202 +Togo,Africa,1962,43.922,1528098,1067.53481 +Togo,Africa,1967,46.769,1735550,1477.59676 +Togo,Africa,1972,49.759,2056351,1649.660188 +Togo,Africa,1977,52.887,2308582,1532.776998 +Togo,Africa,1982,55.471,2644765,1344.577953 +Togo,Africa,1987,56.941,3154264,1202.201361 +Togo,Africa,1992,58.061,3747553,1034.298904 +Togo,Africa,1997,58.39,4320890,982.2869243 +Togo,Africa,2002,57.561,4977378,886.2205765 +Togo,Africa,2007,58.42,5701579,882.9699438 +Trinidad and Tobago,Americas,1952,59.1,662850,3023.271928 +Trinidad and Tobago,Americas,1957,61.8,764900,4100.3934 +Trinidad and Tobago,Americas,1962,64.9,887498,4997.523971 +Trinidad and Tobago,Americas,1967,65.4,960155,5621.368472 +Trinidad and Tobago,Americas,1972,65.9,975199,6619.551419 +Trinidad and Tobago,Americas,1977,68.3,1039009,7899.554209 +Trinidad and Tobago,Americas,1982,68.832,1116479,9119.528607 +Trinidad and Tobago,Americas,1987,69.582,1191336,7388.597823 +Trinidad and Tobago,Americas,1992,69.862,1183669,7370.990932 +Trinidad and Tobago,Americas,1997,69.465,1138101,8792.573126 +Trinidad and Tobago,Americas,2002,68.976,1101832,11460.60023 +Trinidad and Tobago,Americas,2007,69.819,1056608,18008.50924 +Tunisia,Africa,1952,44.6,3647735,1468.475631 +Tunisia,Africa,1957,47.1,3950849,1395.232468 +Tunisia,Africa,1962,49.579,4286552,1660.30321 +Tunisia,Africa,1967,52.053,4786986,1932.360167 +Tunisia,Africa,1972,55.602,5303507,2753.285994 +Tunisia,Africa,1977,59.837,6005061,3120.876811 +Tunisia,Africa,1982,64.048,6734098,3560.233174 +Tunisia,Africa,1987,66.894,7724976,3810.419296 +Tunisia,Africa,1992,70.001,8523077,4332.720164 +Tunisia,Africa,1997,71.973,9231669,4876.798614 +Tunisia,Africa,2002,73.042,9770575,5722.895655 +Tunisia,Africa,2007,73.923,10276158,7092.923025 +Turkey,Europe,1952,43.585,22235677,1969.10098 +Turkey,Europe,1957,48.079,25670939,2218.754257 +Turkey,Europe,1962,52.098,29788695,2322.869908 +Turkey,Europe,1967,54.336,33411317,2826.356387 +Turkey,Europe,1972,57.005,37492953,3450.69638 +Turkey,Europe,1977,59.507,42404033,4269.122326 +Turkey,Europe,1982,61.036,47328791,4241.356344 +Turkey,Europe,1987,63.108,52881328,5089.043686 +Turkey,Europe,1992,66.146,58179144,5678.348271 +Turkey,Europe,1997,68.835,63047647,6601.429915 +Turkey,Europe,2002,70.845,67308928,6508.085718 +Turkey,Europe,2007,71.777,71158647,8458.276384 +Uganda,Africa,1952,39.978,5824797,734.753484 +Uganda,Africa,1957,42.571,6675501,774.3710692 +Uganda,Africa,1962,45.344,7688797,767.2717398 +Uganda,Africa,1967,48.051,8900294,908.9185217 +Uganda,Africa,1972,51.016,10190285,950.735869 +Uganda,Africa,1977,50.35,11457758,843.7331372 +Uganda,Africa,1982,49.849,12939400,682.2662268 +Uganda,Africa,1987,51.509,15283050,617.7244065 +Uganda,Africa,1992,48.825,18252190,644.1707969 +Uganda,Africa,1997,44.578,21210254,816.559081 +Uganda,Africa,2002,47.813,24739869,927.7210018 +Uganda,Africa,2007,51.542,29170398,1056.380121 +United Kingdom,Europe,1952,69.18,50430000,9979.508487 +United Kingdom,Europe,1957,70.42,51430000,11283.17795 +United Kingdom,Europe,1962,70.76,53292000,12477.17707 +United Kingdom,Europe,1967,71.36,54959000,14142.85089 +United Kingdom,Europe,1972,72.01,56079000,15895.11641 +United Kingdom,Europe,1977,72.76,56179000,17428.74846 +United Kingdom,Europe,1982,74.04,56339704,18232.42452 +United Kingdom,Europe,1987,75.007,56981620,21664.78767 +United Kingdom,Europe,1992,76.42,57866349,22705.09254 +United Kingdom,Europe,1997,77.218,58808266,26074.53136 +United Kingdom,Europe,2002,78.471,59912431,29478.99919 +United Kingdom,Europe,2007,79.425,60776238,33203.26128 +United States,Americas,1952,68.44,157553000,13990.48208 +United States,Americas,1957,69.49,171984000,14847.12712 +United States,Americas,1962,70.21,186538000,16173.14586 +United States,Americas,1967,70.76,198712000,19530.36557 +United States,Americas,1972,71.34,209896000,21806.03594 +United States,Americas,1977,73.38,220239000,24072.63213 +United States,Americas,1982,74.65,232187835,25009.55914 +United States,Americas,1987,75.02,242803533,29884.35041 +United States,Americas,1992,76.09,256894189,32003.93224 +United States,Americas,1997,76.81,272911760,35767.43303 +United States,Americas,2002,77.31,287675526,39097.09955 +United States,Americas,2007,78.242,301139947,42951.65309 +Uruguay,Americas,1952,66.071,2252965,5716.766744 +Uruguay,Americas,1957,67.044,2424959,6150.772969 +Uruguay,Americas,1962,68.253,2598466,5603.357717 +Uruguay,Americas,1967,68.468,2748579,5444.61962 +Uruguay,Americas,1972,68.673,2829526,5703.408898 +Uruguay,Americas,1977,69.481,2873520,6504.339663 +Uruguay,Americas,1982,70.805,2953997,6920.223051 +Uruguay,Americas,1987,71.918,3045153,7452.398969 +Uruguay,Americas,1992,72.752,3149262,8137.004775 +Uruguay,Americas,1997,74.223,3262838,9230.240708 +Uruguay,Americas,2002,75.307,3363085,7727.002004 +Uruguay,Americas,2007,76.384,3447496,10611.46299 +Venezuela,Americas,1952,55.088,5439568,7689.799761 +Venezuela,Americas,1957,57.907,6702668,9802.466526 +Venezuela,Americas,1962,60.77,8143375,8422.974165 +Venezuela,Americas,1967,63.479,9709552,9541.474188 +Venezuela,Americas,1972,65.712,11515649,10505.25966 +Venezuela,Americas,1977,67.456,13503563,13143.95095 +Venezuela,Americas,1982,68.557,15620766,11152.41011 +Venezuela,Americas,1987,70.19,17910182,9883.584648 +Venezuela,Americas,1992,71.15,20265563,10733.92631 +Venezuela,Americas,1997,72.146,22374398,10165.49518 +Venezuela,Americas,2002,72.766,24287670,8605.047831 +Venezuela,Americas,2007,73.747,26084662,11415.80569 +Vietnam,Asia,1952,40.412,26246839,605.0664917 +Vietnam,Asia,1957,42.887,28998543,676.2854478 +Vietnam,Asia,1962,45.363,33796140,772.0491602 +Vietnam,Asia,1967,47.838,39463910,637.1232887 +Vietnam,Asia,1972,50.254,44655014,699.5016441 +Vietnam,Asia,1977,55.764,50533506,713.5371196 +Vietnam,Asia,1982,58.816,56142181,707.2357863 +Vietnam,Asia,1987,62.82,62826491,820.7994449 +Vietnam,Asia,1992,67.662,69940728,989.0231487 +Vietnam,Asia,1997,70.672,76048996,1385.896769 +Vietnam,Asia,2002,73.017,80908147,1764.456677 +Vietnam,Asia,2007,74.249,85262356,2441.576404 +West Bank and Gaza,Asia,1952,43.16,1030585,1515.592329 +West Bank and Gaza,Asia,1957,45.671,1070439,1827.067742 +West Bank and Gaza,Asia,1962,48.127,1133134,2198.956312 +West Bank and Gaza,Asia,1967,51.631,1142636,2649.715007 +West Bank and Gaza,Asia,1972,56.532,1089572,3133.409277 +West Bank and Gaza,Asia,1977,60.765,1261091,3682.831494 +West Bank and Gaza,Asia,1982,64.406,1425876,4336.032082 +West Bank and Gaza,Asia,1987,67.046,1691210,5107.197384 +West Bank and Gaza,Asia,1992,69.718,2104779,6017.654756 +West Bank and Gaza,Asia,1997,71.096,2826046,7110.667619 +West Bank and Gaza,Asia,2002,72.37,3389578,4515.487575 +West Bank and Gaza,Asia,2007,73.422,4018332,3025.349798 +"Yemen, Rep.",Asia,1952,32.548,4963829,781.7175761 +"Yemen, Rep.",Asia,1957,33.97,5498090,804.8304547 +"Yemen, Rep.",Asia,1962,35.18,6120081,825.6232006 +"Yemen, Rep.",Asia,1967,36.984,6740785,862.4421463 +"Yemen, Rep.",Asia,1972,39.848,7407075,1265.047031 +"Yemen, Rep.",Asia,1977,44.175,8403990,1829.765177 +"Yemen, Rep.",Asia,1982,49.113,9657618,1977.55701 +"Yemen, Rep.",Asia,1987,52.922,11219340,1971.741538 +"Yemen, Rep.",Asia,1992,55.599,13367997,1879.496673 +"Yemen, Rep.",Asia,1997,58.02,15826497,2117.484526 +"Yemen, Rep.",Asia,2002,60.308,18701257,2234.820827 +"Yemen, Rep.",Asia,2007,62.698,22211743,2280.769906 +Zambia,Africa,1952,42.038,2672000,1147.388831 +Zambia,Africa,1957,44.077,3016000,1311.956766 +Zambia,Africa,1962,46.023,3421000,1452.725766 +Zambia,Africa,1967,47.768,3900000,1777.077318 +Zambia,Africa,1972,50.107,4506497,1773.498265 +Zambia,Africa,1977,51.386,5216550,1588.688299 +Zambia,Africa,1982,51.821,6100407,1408.678565 +Zambia,Africa,1987,50.821,7272406,1213.315116 +Zambia,Africa,1992,46.1,8381163,1210.884633 +Zambia,Africa,1997,40.238,9417789,1071.353818 +Zambia,Africa,2002,39.193,10595811,1071.613938 +Zambia,Africa,2007,42.384,11746035,1271.211593 +Zimbabwe,Africa,1952,48.451,3080907,406.8841148 +Zimbabwe,Africa,1957,50.469,3646340,518.7642681 +Zimbabwe,Africa,1962,52.358,4277736,527.2721818 +Zimbabwe,Africa,1967,53.995,4995432,569.7950712 +Zimbabwe,Africa,1972,55.635,5861135,799.3621758 +Zimbabwe,Africa,1977,57.674,6642107,685.5876821 +Zimbabwe,Africa,1982,60.363,7636524,788.8550411 +Zimbabwe,Africa,1987,62.351,9216418,706.1573059 +Zimbabwe,Africa,1992,60.377,10704340,693.4207856 +Zimbabwe,Africa,1997,46.809,11404948,792.4499603 +Zimbabwe,Africa,2002,39.989,11926563,672.0386227 +Zimbabwe,Africa,2007,43.487,12311143,469.7092981 diff --git a/docs/_site/files/data/package_data/injury.csv b/docs/_site/files/data/package_data/injury.csv new file mode 100644 index 00000000..46cbf86a --- /dev/null +++ b/docs/_site/files/data/package_data/injury.csv @@ -0,0 +1,7151 @@ +durat,afchnge,highearn,male,married,hosp,indust,injtype,age,prewage,totmed,injdes,benefit,ky,mi,ldurat,afhigh,lprewage,lage,ltotmed,head,neck,upextr,trunk,lowback,lowextr,occdis,manuf,construc,highlpre +1,1,1,1,0,1,3,1,26,404.95001220703125,1187.5732421875,1010,246.83749389648438,1,0,0,1,6.003763675689697,3.25809645652771,7.079667091369629,1,0,0,0,0,0,0,0,0,6.003763675689697 +1,1,1,1,1,0,3,1,31,643.82501220703125,361.07855224609375,1404,246.83749389648438,1,0,0,1,6.467426776885986,3.4339871406555176,5.889095306396484,1,0,0,0,0,0,0,0,0,6.467426776885986 +84,1,1,1,1,1,3,1,37,398.125,8963.6572265625,1032,246.83749389648438,1,0,4.430816650390625,1,5.9867658615112305,3.610917806625366,9.100934028625488,1,0,0,0,0,0,0,0,0,5.9867658615112305 +4,1,1,1,1,1,3,1,31,527.79998779296875,1099.6483154296875,1940,246.83749389648438,1,0,1.3862943649291992,1,6.268717288970947,3.4339871406555176,7.002745628356934,1,0,0,0,0,0,0,0,0,6.268717288970947 +1,1,1,1,1,0,3,1,23,528.9375,372.8018798828125,1940,211.5749969482422,1,0,0,1,6.270870208740234,3.1354942321777344,5.921047210693359,1,0,0,0,0,0,0,0,0,6.270870208740234 +1,1,1,1,1,0,3,1,34,614.25,211.01992797851562,1425,176.3125,1,0,0,1,6.4204020500183105,3.526360511779785,5.35195255279541,1,0,0,0,0,0,0,0,0,6.4204020500183105 +7,1,1,1,1,0,3,1,35,546,96.13130187988281,1110,246.83749389648438,1,0,1.945910096168518,1,6.302618980407715,3.5553481578826904,4.5657148361206055,1,0,0,0,0,0,0,0,0,6.302618980407715 +2,1,1,1,1,1,3,1,45,659.75,567.40911865234375,1207,246.83749389648438,1,0,0.6931471824645996,1,6.491860866546631,3.8066625595092773,6.341080665588379,1,0,0,0,0,0,0,0,0,6.491860866546631 +175,1,1,1,1,1,3,1,41,478.88751220703125,31729.19140625,1425,246.83749389648438,1,0,5.164785861968994,1,6.171465873718262,3.7135720252990723,10.364992141723633,1,0,0,0,0,0,0,0,0,6.171465873718262 +60,1,1,1,1,1,3,1,33,481.1625061035156,9277.8427734375,1010,246.83749389648438,1,0,4.094344615936279,1,6.176205158233643,3.4965076446533203,9.135384559631348,1,0,0,0,0,0,0,0,0,6.176205158233643 +29,1,1,1,1,0,3,1,35,494.8125,1111.37158203125,1110,246.83749389648438,1,0,3.367295742034912,1,6.204178810119629,3.5553481578826904,7.013350009918213,1,0,0,0,0,0,0,0,0,6.204178810119629 +30,1,1,1,1,1,3,1,25,445.8999938964844,6270.80908203125,1510,265.0375061035156,1,0,3.4011974334716797,1,6.100094795227051,3.2188758850097656,8.743660926818848,1,0,0,0,0,0,0,0,0,6.100094795227051 +100,1,1,1,1,1,3,1,39,568.75,3862.837158203125,1528,246.83749389648438,1,0,4.605170249938965,1,6.343441009521484,3.6635615825653076,8.259157180786133,1,0,0,0,0,0,0,0,0,6.343441009521484 +4,1,1,1,1,0,3,1,27,490.26251220703125,504.1031799316406,1940,265.0375061035156,1,0,1.3862943649291992,1,6.19494104385376,3.295836925506592,6.222781181335449,1,0,0,0,0,0,0,0,0,6.19494104385376 +2,1,1,1,1,0,3,1,24,491.3999938964844,107.85462951660156,1910,246.83749389648438,1,0,0.6931471824645996,1,6.197258472442627,3.178053855895996,4.680784225463867,1,0,0,0,0,0,0,0,0,6.197258472442627 +1,1,1,0,0,0,3,1,27,485.7124938964844,186.40093994140625,1140,113.75,1,0,0,1,6.185616970062256,3.295836925506592,5.22790002822876,1,0,0,0,0,0,0,0,0,6.185616970062256 +1,1,1,1,1,0,3,1,31,426.5625,64.47830963134766,1340,227.5,1,0,0,1,6.055758953094482,3.4339871406555176,4.1663289070129395,1,0,0,0,0,0,0,0,0,6.055758953094482 +2,1,1,1,1,0,3,1,21,461.82501220703125,2315.357666015625,1728,246.83749389648438,1,0,0.6931471824645996,1,6.135186195373535,3.044522523880005,7.747319221496582,1,0,0,0,0,0,0,0,0,6.135186195373535 +20,1,1,1,1,1,3,1,37,574.4375,3956.623779296875,1107,265.0375061035156,1,0,2.995732307434082,1,6.353391170501709,3.610917806625366,8.283145904541016,1,0,0,0,0,0,0,0,0,6.353391170501709 +3,1,1,1,1,1,1,1,44,426.5625,1400.9378662109375,1110,246.83749389648438,1,0,1.0986123085021973,1,6.055758953094482,3.7841897010803223,7.244897365570068,1,0,0,0,0,0,0,1,0,6.055758953094482 +1,1,1,1,1,0,1,1,31,422.01251220703125,87.92497253417969,1437,105.7874984741211,1,0,0,1,6.045034885406494,3.4339871406555176,4.4764838218688965,1,0,0,0,0,0,0,1,0,6.045034885406494 +3,1,1,1,1,1,1,1,64,668.8499755859375,49.23798370361328,1232,246.83749389648438,1,0,1.0986123085021973,1,6.505559921264648,4.158883094787598,3.896665334701538,1,0,0,0,0,0,0,1,0,6.505559921264648 +5,1,1,1,1,1,1,1,34,385.61248779296875,2207.5029296875,1528,257.07501220703125,1,0,1.6094379425048828,1,5.954833030700684,3.526360511779785,7.699617385864258,1,0,0,0,0,0,0,1,0,5.954833030700684 +3,1,1,1,1,0,1,1,57,409.5,1357.5615234375,1540,265.0375061035156,1,0,1.0986123085021973,1,6.014936923980713,4.043051242828369,7.21344518661499,1,0,0,0,0,0,0,1,0,6.014936923980713 +1,1,1,1,1,0,1,1,31,389.0249938964844,332.94256591796875,1437,246.83749389648438,1,0,0,1,5.963643550872803,3.4339871406555176,5.80797004699707,1,0,0,0,0,0,0,1,0,5.963643550872803 +7,1,1,1,1,1,2,1,29,568.75,5839.390625,1713,246.83749389648438,1,0,1.945910096168518,1,6.343441009521484,3.367295742034912,8.672381401062012,1,0,0,0,0,0,0,0,1,6.343441009521484 +5,1,1,1,1,1,2,1,35,386.75,3229.77734375,1010,258.2124938964844,1,0,1.6094379425048828,1,5.957778453826904,3.5553481578826904,8.080168724060059,1,0,0,0,0,0,0,0,1,5.957778453826904 +3,1,1,1,1,1,2,1,33,664.29998779296875,4239.15576171875,1010,265.0375061035156,1,0,1.0986123085021973,1,6.498733997344971,3.4965076446533203,8.352119445800781,1,0,0,0,0,0,0,0,1,6.498733997344971 +1,1,1,1,1,0,2,1,45,409.5,98.47596740722656,1410,227.5,1,0,0,1,6.014936923980713,3.8066625595092773,4.589812755584717,1,0,0,0,0,0,0,0,1,6.014936923980713 +0.25,1,1,1,1,0,3,1,53,548.2750244140625,236.81124877929688,1404,246.83749389648438,1,0,-1.3862943649291992,1,6.306777000427246,3.97029185295105,5.467263221740723,1,0,0,0,0,0,0,0,0,6.306777000427246 +2,1,1,1,1,0,3,1,56,468.6499938964844,985.9320068359375,1840,137.6374969482422,1,0,0.6931471824645996,1,6.149856090545654,4.025351524353027,6.893587589263916,1,0,0,0,0,0,0,0,0,6.149856090545654 +0.25,1,1,1,1,0,3,1,42,498.2250061035156,423.2121887207031,1140,137.6374969482422,1,0,-1.3862943649291992,1,6.211051940917969,3.7376697063446045,6.047873497009277,1,0,0,0,0,0,0,0,0,6.211051940917969 +1,1,1,1,1,0,3,1,27,464.1000061035156,146.54161071777344,1710,246.83749389648438,1,0,0,1,6.140100002288818,3.295836925506592,4.987309455871582,1,0,0,0,0,0,0,0,0,6.140100002288818 +8,1,1,1,1,1,2,1,23,420.875,490.03515625,1040,246.83749389648438,1,0,2.079441547393799,1,6.0423359870910645,3.1354942321777344,6.194477081298828,1,0,0,0,0,0,0,0,1,6.0423359870910645 +2,1,1,1,1,0,3,1,25,422.01251220703125,208.67526245117188,1404,246.83749389648438,1,0,0.6931471824645996,1,6.045034885406494,3.2188758850097656,5.3407793045043945,1,0,0,0,0,0,0,0,0,6.045034885406494 +8,1,1,1,0,0,3,1,26,420.875,259.0855712890625,1404,137.6374969482422,1,0,2.079441547393799,1,6.0423359870910645,3.25809645652771,5.557158470153809,1,0,0,0,0,0,0,0,0,6.0423359870910645 +8,1,1,1,1,0,3,1,30,390.1625061035156,1137.1629638671875,1928,259.3500061035156,1,0,2.079441547393799,1,5.9665632247924805,3.4011974334716797,7.036291599273682,1,0,0,0,0,0,0,0,0,5.9665632247924805 +3,1,1,0,1,0,3,1,33,796.25,109.02696228027344,1007,265.0375061035156,1,0,1.0986123085021973,1,6.67991304397583,3.4965076446533203,4.691595077514648,1,0,0,0,0,0,0,0,0,6.67991304397583 +182,1,1,1,1,1,3,1,48,403.8125,18119.578125,1013,246.83749389648438,1,0,5.204006671905518,1,6.000950813293457,3.8712010383605957,9.80474853515625,1,0,0,0,0,0,0,0,0,6.000950813293457 +6,1,1,1,1,0,3,2,42,409.5,297.7725524902344,2128,265.0375061035156,1,0,1.7917594909667969,1,6.014936923980713,3.7376697063446045,5.6963300704956055,0,1,0,0,0,0,0,0,0,6.014936923980713 +2,1,1,1,1,0,3,2,25,528.9375,225.08792114257812,2152,246.83749389648438,1,0,0.6931471824645996,1,6.270870208740234,3.2188758850097656,5.4164910316467285,0,1,0,0,0,0,0,0,0,6.270870208740234 +3,1,1,1,1,0,3,2,25,436.79998779296875,109.02696228027344,2149,246.83749389648438,1,0,1.0986123085021973,1,6.079475402832031,3.2188758850097656,4.691595077514648,0,1,0,0,0,0,0,0,0,6.079475402832031 +18,1,1,1,1,0,3,2,44,522.11248779296875,1688.159423828125,2149,246.83749389648438,1,0,2.890371799468994,1,6.257883071899414,3.7841897010803223,7.431394100189209,0,1,0,0,0,0,0,0,0,6.257883071899414 +25,1,1,1,1,1,3,2,29,455,3756.15478515625,2152,246.83749389648438,1,0,3.2188758850097656,1,6.120297431945801,3.367295742034912,8.23115062713623,0,1,0,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,2,24,445.8999938964844,118.40562438964844,2052,105.7874984741211,1,0,0,1,6.100094795227051,3.178053855895996,4.774116039276123,0,1,0,0,0,0,0,0,0,6.100094795227051 +25,1,1,1,1,0,3,2,31,435.6625061035156,1493.5521240234375,2010,246.83749389648438,1,0,3.2188758850097656,1,6.076868057250977,3.4339871406555176,7.308912754058838,0,1,0,0,0,0,0,0,0,6.076868057250977 +3,1,1,0,NA,1,3,2,48,404.95001220703125,895.662353515625,2149,246.83749389648438,1,0,1.0986123085021973,1,6.003763675689697,3.8712010383605957,6.797563552856445,0,1,0,0,0,0,0,0,0,6.003763675689697 +6,1,1,0,1,0,3,2,37,418.6000061035156,189.91793823242188,2149,246.83749389648438,1,0,1.7917594909667969,1,6.0369157791137695,3.610917806625366,5.246592044830322,0,1,0,0,0,0,0,0,0,6.0369157791137695 +12,1,1,1,NA,0,3,2,54,455,1899.1793212890625,2149,246.83749389648438,1,0,2.4849066734313965,1,6.120297431945801,3.9889841079711914,7.549177169799805,0,1,0,0,0,0,0,0,0,6.120297431945801 +26,1,1,1,1,1,3,2,28,455,3352.872314453125,2052,246.83749389648438,1,0,3.25809645652771,1,6.120297431945801,3.332204580307007,8.117572784423828,0,1,0,0,0,0,0,0,0,6.120297431945801 +182,1,1,1,1,1,3,2,36,450.45001220703125,8792.4970703125,2234,246.83749389648438,1,0,5.204006671905518,1,6.1102471351623535,3.5835189819335938,9.081653594970703,0,1,0,0,0,0,0,0,0,6.1102471351623535 +25,1,1,1,1,0,3,2,23,489.125,3456.03759765625,2152,246.83749389648438,1,0,3.2188758850097656,1,6.192617893218994,3.1354942321777344,8.14787769317627,0,1,0,0,0,0,0,0,0,6.192617893218994 +163,1,1,1,1,1,3,2,29,483.4375,8164.12646484375,2049,265.0375061035156,1,0,5.09375,1,6.180922031402588,3.367295742034912,9.007505416870117,0,1,0,0,0,0,0,0,0,6.180922031402588 +10,1,1,1,0,0,3,2,20,486.8500061035156,257.9132385253906,2149,265.0375061035156,1,0,2.3025851249694824,1,6.187955856323242,2.995732307434082,5.552623271942139,0,1,0,0,0,0,0,0,0,6.187955856323242 +76,1,1,1,1,1,3,2,32,541.45001220703125,1029.308349609375,2149,265.0375061035156,1,0,4.330733299255371,1,6.294250965118408,3.465735912322998,6.936642169952393,0,1,0,0,0,0,0,0,0,6.294250965118408 +1,1,1,1,1,0,3,2,20,591.5,85.58030700683594,2149,151.28750610351562,1,0,0,1,6.382661819458008,2.995732307434082,4.449455261230469,0,1,0,0,0,0,0,0,0,6.382661819458008 +84,1,1,1,1,1,3,2,36,443.625,18099.6484375,2149,265.0375061035156,1,0,4.430816650390625,1,6.094979763031006,3.5835189819335938,9.803647994995117,0,1,0,0,0,0,0,0,0,6.094979763031006 +4,1,1,1,1,0,3,2,46,480.0249938964844,180.53927612304688,2152,265.0375061035156,1,0,1.3862943649291992,1,6.173838138580322,3.828641414642334,5.195948123931885,0,1,0,0,0,0,0,0,0,6.173838138580322 +8,1,1,1,1,1,3,2,30,561.92498779296875,3303.63427734375,2149,265.0375061035156,1,0,2.079441547393799,1,6.331368446350098,3.4011974334716797,8.102778434753418,0,1,0,0,0,0,0,0,0,6.331368446350098 +19,1,1,1,1,0,3,2,37,444.76251220703125,1413.83349609375,2149,265.0375061035156,1,0,2.944438934326172,1,6.097540378570557,3.610917806625366,7.2540602684021,0,1,0,0,0,0,0,0,0,6.097540378570557 +5,1,1,0,1,0,3,2,23,553.9625244140625,548.65179443359375,2152,265.0375061035156,1,0,1.6094379425048828,1,6.317097187042236,3.1354942321777344,6.307464122772217,0,1,0,0,0,0,0,0,0,6.317097187042236 +2,1,1,1,NA,0,3,2,37,473.20001220703125,200.46893310546875,2149,265.0375061035156,1,0,0.6931471824645996,1,6.159518241882324,3.610917806625366,5.3006591796875,0,1,0,0,0,0,0,0,0,6.159518241882324 +4,1,1,1,1,0,1,2,38,485.7124938964844,478.31182861328125,2052,149.0124969482422,1,0,1.3862943649291992,1,6.185616970062256,3.6375861167907715,6.170262813568115,0,1,0,0,0,0,0,1,0,6.185616970062256 +14,1,1,1,1,0,2,2,24,549.4124755859375,490.03515625,2352,246.83749389648438,1,0,2.6390573978424072,1,6.308849334716797,3.178053855895996,6.194477081298828,0,1,0,0,0,0,0,0,1,6.308849334716797 +4,1,1,1,0,0,1,2,28,393.57501220703125,582.64947509765625,2552,261.625,1,0,1.3862943649291992,1,5.975271701812744,3.332204580307007,6.3675856590271,0,1,0,0,0,0,0,1,0,5.975271701812744 +2,1,1,1,NA,0,2,2,29,455,392.7315368652344,2010,265.0375061035156,1,0,0.6931471824645996,1,6.120297431945801,3.367295742034912,5.973126411437988,0,1,0,0,0,0,0,0,1,6.120297431945801 +8,1,1,1,1,1,2,2,26,436.79998779296875,368.112548828125,2228,246.83749389648438,1,0,2.079441547393799,1,6.079475402832031,3.25809645652771,5.908388614654541,0,1,0,0,0,0,0,0,1,6.079475402832031 +4,1,1,1,1,0,2,2,36,395.8500061035156,294.25555419921875,2216,246.83749389648438,1,0,1.3862943649291992,1,5.981035232543945,3.5835189819335938,5.684448719024658,0,1,0,0,0,0,0,0,1,5.981035232543945 +3,1,1,1,1,0,3,2,46,409.5,64.47830963134766,2234,265.0375061035156,1,0,1.0986123085021973,1,6.014936923980713,3.828641414642334,4.1663289070129395,0,1,0,0,0,0,0,0,0,6.014936923980713 +32,1,1,1,1,1,3,2,51,550.54998779296875,1543.9625244140625,2128,265.0375061035156,1,0,3.465735912322998,1,6.310917854309082,3.931825637817383,7.34210729598999,0,1,0,0,0,0,0,0,0,6.310917854309082 +0.25,1,1,1,1,0,3,2,25,544.86248779296875,413.8335266113281,2552,246.83749389648438,1,0,-1.3862943649291992,1,6.300533294677734,3.2188758850097656,6.025463581085205,0,1,0,0,0,0,0,0,0,6.300533294677734 +12,1,1,1,1,0,3,2,39,498.2250061035156,280.18756103515625,2052,137.6374969482422,1,0,2.4849066734313965,1,6.211051940917969,3.6635615825653076,5.6354594230651855,0,1,0,0,0,0,0,0,0,6.211051940917969 +2,1,1,1,0,0,3,2,42,483.4375,656.5064697265625,2052,136.5,1,0,0.6931471824645996,1,6.180922031402588,3.7376697063446045,6.486932754516602,0,1,0,0,0,0,0,0,0,6.180922031402588 +3,1,1,1,1,0,3,2,39,409.5,336.4595642089844,2552,265.0375061035156,1,0,1.0986123085021973,1,6.014936923980713,3.6635615825653076,5.818478107452393,0,1,0,0,0,0,0,0,0,6.014936923980713 +12,1,1,1,1,1,3,2,27,481.1625061035156,5723.32958984375,2152,265.0375061035156,1,0,2.4849066734313965,1,6.176205158233643,3.295836925506592,8.652305603027344,0,1,0,0,0,0,0,0,0,6.176205158233643 +9,1,1,1,1,1,3,2,37,646.0999755859375,4399.765625,2049,276.4125061035156,1,0,2.1972246170043945,1,6.470954418182373,3.610917806625366,8.389307022094727,0,1,0,0,0,0,0,0,0,6.470954418182373 +5,1,1,1,0,1,3,3,61,910,6730.36328125,3128,246.83749389648438,1,0,1.6094379425048828,1,6.8134446144104,4.110873699188232,8.814384460449219,0,0,1,0,0,0,0,0,0,6.8134446144104 +4,1,1,1,1,0,3,3,26,455,144.1969451904297,3416,246.83749389648438,1,0,1.3862943649291992,1,6.120297431945801,3.25809645652771,4.971179962158203,0,0,1,0,0,0,0,0,0,6.120297431945801 +3,1,1,1,0,0,3,3,44,643.82501220703125,248.53457641601562,3210,246.83749389648438,1,0,1.0986123085021973,1,6.467426776885986,3.7841897010803223,5.515582084655762,0,0,1,0,0,0,0,0,0,6.467426776885986 +3,1,1,1,0,0,3,3,30,442.48748779296875,220.39859008789062,3540,246.83749389648438,1,0,1.0986123085021973,1,6.092411994934082,3.4011974334716797,5.395437717437744,0,0,1,0,0,0,0,0,0,6.092411994934082 +9,1,1,1,1,0,3,3,31,544.86248779296875,493.5521545410156,3110,246.83749389648438,1,0,2.1972246170043945,1,6.300533294677734,3.4339871406555176,6.201628684997559,0,0,1,0,0,0,0,0,0,6.300533294677734 +1,1,1,1,NA,0,3,3,28,443.625,302.4619140625,3149,76.2125015258789,1,0,0,1,6.094979763031006,3.332204580307007,5.711955547332764,0,0,1,0,0,0,0,0,0,6.094979763031006 +12,1,1,1,1,0,3,3,41,524.38751220703125,237.98358154296875,3152,265.0375061035156,1,0,2.4849066734313965,1,6.26223087310791,3.7135720252990723,5.472201824188232,0,0,1,0,0,0,0,0,0,6.26223087310791 +26,1,1,1,0,1,3,3,51,409.5,2076.20166015625,3413,265.0375061035156,1,0,3.25809645652771,1,6.014936923980713,3.931825637817383,7.6382951736450195,0,0,1,0,0,0,0,0,0,6.014936923980713 +2,1,1,1,1,0,3,3,27,475.4750061035156,147.7139434814453,3728,246.83749389648438,1,0,0.6931471824645996,1,6.164314270019531,3.295836925506592,4.995277404785156,0,0,1,0,0,0,0,0,0,6.164314270019531 +12,1,1,1,1,0,3,3,39,516.42498779296875,702.2274169921875,3228,246.83749389648438,1,0,2.4849066734313965,1,6.246930122375488,3.6635615825653076,6.554257392883301,0,0,1,0,0,0,0,0,0,6.246930122375488 +1,1,1,1,1,0,3,3,33,516.42498779296875,152.40328979492188,3628,176.3125,1,0,0,1,6.246930122375488,3.4965076446533203,5.0265302658081055,0,0,1,0,0,0,0,0,0,6.246930122375488 +1,1,1,1,1,0,3,3,25,398.125,153.57562255859375,3510,246.83749389648438,1,0,0,1,5.9867658615112305,3.2188758850097656,5.03419303894043,0,0,1,0,0,0,0,0,0,5.9867658615112305 +1,1,1,1,1,0,3,3,43,540.3125,0,3528,70.5250015258789,1,0,0,1,6.292147636413574,3.761200189590454,0,0,0,1,0,0,0,0,0,0,6.292147636413574 +8,1,1,1,1,0,3,3,64,477.75,257.9132385253906,3613,246.83749389648438,1,0,2.079441547393799,1,6.1690874099731445,4.158883094787598,5.552623271942139,0,0,1,0,0,0,0,0,0,6.1690874099731445 +4,1,1,1,1,0,3,3,42,528.9375,187.57327270507812,3328,246.83749389648438,1,0,1.3862943649291992,1,6.270870208740234,3.7376697063446045,5.2341694831848145,0,0,1,0,0,0,0,0,0,6.270870208740234 +1,1,1,1,1,0,3,3,29,485.7124938964844,82.06330871582031,3628,70.5250015258789,1,0,0,1,6.185616970062256,3.367295742034912,4.407491207122803,0,0,1,0,0,0,0,0,0,6.185616970062256 +1,1,1,1,1,0,3,3,30,485.7124938964844,107.85462951660156,3337,35.26250076293945,1,0,0,1,6.185616970062256,3.4011974334716797,4.680784225463867,0,0,1,0,0,0,0,0,0,6.185616970062256 +5,1,1,1,1,0,3,3,32,528.9375,343.4935607910156,3504,246.83749389648438,1,0,1.6094379425048828,1,6.270870208740234,3.465735912322998,5.839168548583984,0,0,1,0,0,0,0,0,0,6.270870208740234 +1,1,1,1,1,0,3,3,28,473.20001220703125,119.57795715332031,3540,246.83749389648438,1,0,0,1,6.159518241882324,3.332204580307007,4.783968448638916,0,0,1,0,0,0,0,0,0,6.159518241882324 +6,1,1,1,0,0,3,3,20,485.7124938964844,354.0445556640625,3528,246.83749389648438,1,0,1.7917594909667969,1,6.185616970062256,2.995732307434082,5.869422912597656,0,0,1,0,0,0,0,0,0,6.185616970062256 +1,1,1,1,0,0,3,3,27,398.125,85.58030700683594,3613,70.5250015258789,1,0,0,1,5.9867658615112305,3.295836925506592,4.449455261230469,0,0,1,0,0,0,0,0,0,5.9867658615112305 +4,1,1,1,1,0,3,3,33,386.75,263.77490234375,3128,246.83749389648438,1,0,1.3862943649291992,1,5.957778453826904,3.4965076446533203,5.575096130371094,0,0,1,0,0,0,0,0,0,5.957778453826904 +1,1,1,1,1,0,3,3,51,483.4375,241.50057983398438,3613,105.7874984741211,1,0,0,1,6.180922031402588,3.931825637817383,5.486871719360352,0,0,1,0,0,0,0,0,0,6.180922031402588 +1,1,1,1,1,0,3,3,36,448.17498779296875,344.6658935546875,3613,211.5749969482422,1,0,0,1,6.1051836013793945,3.5835189819335938,5.842575550079346,0,0,1,0,0,0,0,0,0,6.1051836013793945 +6,1,1,1,1,0,3,3,33,455,359.9062194824219,3728,246.83749389648438,1,0,1.7917594909667969,1,6.120297431945801,3.4965076446533203,5.885843276977539,0,0,1,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,3,27,436.79998779296875,165.2989501953125,3640,211.5749969482422,1,0,0,1,6.079475402832031,3.295836925506592,5.107755661010742,0,0,1,0,0,0,0,0,0,6.079475402832031 +1,1,1,1,1,0,3,3,29,386.75,192.26260375976562,3613,211.5749969482422,1,0,0,1,5.957778453826904,3.367295742034912,5.258862018585205,0,0,1,0,0,0,0,0,0,5.957778453826904 +5,1,1,1,1,0,3,3,33,412.9125061035156,233.29425048828125,3010,246.83749389648438,1,0,1.6094379425048828,1,6.02323579788208,3.4965076446533203,5.452300548553467,0,0,1,0,0,0,0,0,0,6.02323579788208 +8,1,1,1,1,0,3,3,54,412.9125061035156,624.85345458984375,3628,246.83749389648438,1,0,2.079441547393799,1,6.02323579788208,3.9889841079711914,6.437517166137695,0,0,1,0,0,0,0,0,0,6.02323579788208 +1,1,1,1,1,0,3,3,38,481.1625061035156,255.56858825683594,3640,141.0500030517578,1,0,0,1,6.176205158233643,3.6375861167907715,5.543490886688232,0,0,1,0,0,0,0,0,0,6.176205158233643 +1,1,1,1,1,0,3,3,57,435.6625061035156,72.68463897705078,3310,141.0500030517578,1,0,0,1,6.076868057250977,4.043051242828369,4.286129951477051,0,0,1,0,0,0,0,0,0,6.076868057250977 +5,1,1,1,1,1,3,3,27,576.7125244140625,1739.7420654296875,3149,246.83749389648438,1,0,1.6094379425048828,1,6.357344150543213,3.295836925506592,7.46149206161499,0,0,1,0,0,0,0,0,0,6.357344150543213 +34,1,1,1,1,1,3,3,50,432.25,3403.282470703125,3649,246.83749389648438,1,0,3.526360511779785,1,6.069004058837891,3.9120230674743652,8.132495880126953,0,0,1,0,0,0,0,0,0,6.069004058837891 +1,1,1,0,1,0,3,3,23,435.6625061035156,99.64830017089844,3110,35.26250076293945,1,0,0,1,6.076868057250977,3.1354942321777344,4.601646900177002,0,0,1,0,0,0,0,0,0,6.076868057250977 +9,1,1,1,1,0,3,3,32,443.625,684.6424560546875,3140,149.0124969482422,1,0,2.1972246170043945,1,6.094979763031006,3.465735912322998,6.528896808624268,0,0,1,0,0,0,0,0,0,6.094979763031006 +2,1,1,1,1,0,3,3,30,455,438.4525146484375,3610,246.83749389648438,1,0,0.6931471824645996,1,6.120297431945801,3.4011974334716797,6.083251476287842,0,0,1,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,0,0,3,3,33,453.86248779296875,548.65179443359375,3640,211.5749969482422,1,0,0,1,6.117794036865234,3.4965076446533203,6.307464122772217,0,0,1,0,0,0,0,0,0,6.117794036865234 +178,1,1,1,NA,1,3,3,51,453.86248779296875,19261.4296875,3049,246.83749389648438,1,0,5.181783676147461,1,6.117794036865234,3.931825637817383,9.8658599853515625,0,0,1,0,0,0,0,0,0,6.117794036865234 +1,1,1,1,NA,0,3,3,37,404.95001220703125,189.91793823242188,3640,246.83749389648438,1,0,0,1,6.003763675689697,3.610917806625366,5.246592044830322,0,0,1,0,0,0,0,0,0,6.003763675689697 +7,1,1,1,NA,1,3,3,31,404.95001220703125,1273.153564453125,3540,246.83749389648438,1,0,1.945910096168518,1,6.003763675689697,3.4339871406555176,7.149252414703369,0,0,1,0,0,0,0,0,0,6.003763675689697 +4,1,1,1,NA,0,3,3,27,453.86248779296875,186.40093994140625,3240,246.83749389648438,1,0,1.3862943649291992,1,6.117794036865234,3.295836925506592,5.22790002822876,0,0,1,0,0,0,0,0,0,6.117794036865234 +1,1,1,1,NA,0,3,3,24,404.95001220703125,628.3704833984375,3313,211.5749969482422,1,0,0,1,6.003763675689697,3.178053855895996,6.443130016326904,0,0,1,0,0,0,0,0,0,6.003763675689697 +2,1,1,1,NA,0,3,3,32,404.95001220703125,222.74325561523438,3628,246.83749389648438,1,0,0.6931471824645996,1,6.003763675689697,3.465735912322998,5.406019687652588,0,0,1,0,0,0,0,0,0,6.003763675689697 +4,1,1,1,NA,0,3,3,35,453.86248779296875,336.4595642089844,3528,246.83749389648438,1,0,1.3862943649291992,1,6.117794036865234,3.5553481578826904,5.818478107452393,0,0,1,0,0,0,0,0,0,6.117794036865234 +3,1,1,0,1,0,3,3,31,408.36248779296875,225.08792114257812,3610,246.83749389648438,1,0,1.0986123085021973,1,6.012155055999756,3.4339871406555176,5.4164910316467285,0,0,1,0,0,0,0,0,0,6.012155055999756 +182,1,1,1,1,1,3,3,20,480.0249938964844,11705.744140625,3302,246.83749389648438,1,0,5.204006671905518,1,6.173838138580322,2.995732307434082,9.36783504486084,0,0,1,0,0,0,0,0,0,6.173838138580322 +4,1,1,1,1,0,3,3,42,448.17498779296875,125.43962860107422,3640,246.83749389648438,1,0,1.3862943649291992,1,6.1051836013793945,3.7376697063446045,4.831824779510498,0,0,1,0,0,0,0,0,0,6.1051836013793945 +17,1,1,1,1,0,3,3,24,445.8999938964844,989.448974609375,3528,246.83749389648438,1,0,2.8332133293151855,1,6.100094795227051,3.178053855895996,6.897148132324219,0,0,1,0,0,0,0,0,0,6.100094795227051 +1,1,1,1,1,0,3,3,46,403.8125,236.81124877929688,3304,246.83749389648438,1,0,0,1,6.000950813293457,3.828641414642334,5.467263221740723,0,0,1,0,0,0,0,0,0,6.000950813293457 +10,1,1,1,1,0,3,3,21,481.1625061035156,1873.3880615234375,3628,246.83749389648438,1,0,2.3025851249694824,1,6.176205158233643,3.044522523880005,7.53550386428833,0,0,1,0,0,0,0,0,0,6.176205158233643 +6,1,1,1,1,1,3,3,22,481.1625061035156,1223.9156494140625,3540,246.83749389648438,1,0,1.7917594909667969,1,6.176205158233643,3.0910425186157227,7.1098103523254395,0,0,1,0,0,0,0,0,0,6.176205158233643 +1,1,1,1,NA,0,3,3,28,482.29998779296875,185.22860717773438,3728,105.7874984741211,1,0,0,1,6.1785664558410645,3.332204580307007,5.221590995788574,0,0,1,0,0,0,0,0,0,6.1785664558410645 +1,1,1,1,0,0,3,3,33,490.26251220703125,154.74795532226562,3510,105.7874984741211,1,0,0,1,6.19494104385376,3.4965076446533203,5.041797637939453,0,0,1,0,0,0,0,0,0,6.19494104385376 +23,1,1,1,0,0,3,3,27,480.0249938964844,422.03985595703125,3110,246.83749389648438,1,0,3.1354942321777344,1,6.173838138580322,3.295836925506592,6.04509973526001,0,0,1,0,0,0,0,0,0,6.173838138580322 +19,1,1,1,1,0,3,3,36,482.29998779296875,1218.053955078125,3510,246.83749389648438,1,0,2.944438934326172,1,6.1785664558410645,3.5835189819335938,7.10500955581665,0,0,1,0,0,0,0,0,0,6.1785664558410645 +73,1,1,1,1,1,3,3,33,490.26251220703125,11723.3291015625,3110,246.83749389648438,1,0,4.290459632873535,1,6.19494104385376,3.4965076446533203,9.369336128234863,0,0,1,0,0,0,0,0,0,6.19494104385376 +4,1,1,1,1,0,3,3,37,444.76251220703125,165.2989501953125,3628,265.0375061035156,1,0,1.3862943649291992,1,6.097540378570557,3.610917806625366,5.107755661010742,0,0,1,0,0,0,0,0,0,6.097540378570557 +1,1,1,1,1,0,3,3,23,455,106.68229675292969,3640,35.26250076293945,1,0,0,1,6.120297431945801,3.1354942321777344,4.669855117797852,0,0,1,0,0,0,0,0,0,6.120297431945801 +4,1,1,1,1,0,3,3,33,455,293.0832214355469,3628,246.83749389648438,1,0,1.3862943649291992,1,6.120297431945801,3.4965076446533203,5.680456638336182,0,0,1,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,3,31,409.5,148.8862762451172,3640,35.26250076293945,1,0,0,1,6.014936923980713,3.4339871406555176,5.003182888031006,0,0,1,0,0,0,0,0,0,6.014936923980713 +5,1,1,1,1,0,3,3,27,422.01251220703125,236.81124877929688,3510,246.83749389648438,1,0,1.6094379425048828,1,6.045034885406494,3.295836925506592,5.467263221740723,0,0,1,0,0,0,0,0,0,6.045034885406494 +2,1,1,1,1,0,3,3,45,444.76251220703125,225.08792114257812,3510,246.83749389648438,1,0,0.6931471824645996,1,6.097540378570557,3.8066625595092773,5.4164910316467285,0,0,1,0,0,0,0,0,0,6.097540378570557 +6,1,1,1,1,0,3,3,37,432.25,175.84994506835938,3628,246.83749389648438,1,0,1.7917594909667969,1,6.069004058837891,3.610917806625366,5.169631004333496,0,0,1,0,0,0,0,0,0,6.069004058837891 +1,1,1,0,0,0,3,3,42,404.95001220703125,52.754981994628906,3449,211.5749969482422,1,0,0,1,6.003763675689697,3.7376697063446045,3.965658187866211,0,0,1,0,0,0,0,0,0,6.003763675689697 +2,1,1,1,1,0,3,3,32,404.95001220703125,277.8428955078125,3504,265.0375061035156,1,0,0.6931471824645996,1,6.003763675689697,3.465735912322998,5.627055644989014,0,0,1,0,0,0,0,0,0,6.003763675689697 +1,1,1,1,1,0,3,3,29,432.25,121.92262268066406,3713,151.28750610351562,1,0,0,1,6.069004058837891,3.367295742034912,4.803386688232422,0,0,1,0,0,0,0,0,0,6.069004058837891 +3,1,1,1,1,0,3,3,40,434.5249938964844,113.71629333496094,3628,265.0375061035156,1,0,1.0986123085021973,1,6.074253559112549,3.6888794898986816,4.733706474304199,0,0,1,0,0,0,0,0,0,6.074253559112549 +6,1,1,1,1,0,3,3,27,414.04998779296875,153.57562255859375,3613,246.83749389648438,1,0,1.7917594909667969,1,6.025986671447754,3.295836925506592,5.03419303894043,0,0,1,0,0,0,0,0,0,6.025986671447754 +6,1,1,1,NA,0,3,3,31,455,441.9695129394531,3149,265.0375061035156,1,0,1.7917594909667969,1,6.120297431945801,3.4339871406555176,6.091240882873535,0,0,1,0,0,0,0,0,0,6.120297431945801 +10,1,1,1,1,1,3,3,40,452.7250061035156,7786.63525390625,3504,265.0375061035156,1,0,2.3025851249694824,1,6.1152849197387695,3.6888794898986816,8.960164070129395,0,0,1,0,0,0,0,0,0,6.1152849197387695 +1,1,1,1,1,0,3,3,27,483.4375,173.50527954101562,3610,227.5,1,0,0,1,6.180922031402588,3.295836925506592,5.156208038330078,0,0,1,0,0,0,0,0,0,6.180922031402588 +13,1,1,1,1,0,3,3,24,470.92498779296875,415.005859375,3328,265.0375061035156,1,0,2.5649492740631104,1,6.154698848724365,3.178053855895996,6.028292655944824,0,0,1,0,0,0,0,0,0,6.154698848724365 +5,1,1,1,1,1,3,3,24,682.5,2926.14306640625,3504,265.0375061035156,1,0,1.6094379425048828,1,6.525762557983398,3.178053855895996,7.981440544128418,0,0,1,0,0,0,0,0,0,6.525762557983398 +17,1,1,1,0,1,3,3,20,453.86248779296875,1752.6376953125,3110,246.83749389648438,1,0,2.8332133293151855,1,6.117794036865234,2.995732307434082,7.46887731552124,0,0,1,0,0,0,0,0,0,6.117794036865234 +1,1,1,1,1,0,3,3,32,535.76251220703125,546.30712890625,3640,176.3125,1,0,0,1,6.283690929412842,3.465735912322998,6.303181171417236,0,0,1,0,0,0,0,0,0,6.283690929412842 +4,1,1,1,1,0,3,3,27,568.75,305.9789123535156,3628,265.0375061035156,1,0,1.3862943649291992,1,6.343441009521484,3.295836925506592,5.72351598739624,0,0,1,0,0,0,0,0,0,6.343441009521484 +4,1,1,1,1,0,3,3,41,455,623.68115234375,3628,265.0375061035156,1,0,1.3862943649291992,1,6.120297431945801,3.7135720252990723,6.435639381408691,0,0,1,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,3,31,541.45001220703125,167.64361572265625,3428,188.8249969482422,1,0,0,1,6.294250965118408,3.4339871406555176,5.121840476989746,0,0,1,0,0,0,0,0,0,6.294250965118408 +5,1,1,1,1,0,3,3,23,541.45001220703125,304.80657958984375,3152,265.0375061035156,1,0,1.6094379425048828,1,6.294250965118408,3.1354942321777344,5.719677448272705,0,0,1,0,0,0,0,0,0,6.294250965118408 +6,1,1,1,0,0,3,3,28,541.45001220703125,512.30950927734375,3528,265.0375061035156,1,0,1.7917594909667969,1,6.294250965118408,3.332204580307007,6.23892879486084,0,0,1,0,0,0,0,0,0,6.294250965118408 +3,1,1,1,1,0,3,3,64,398.125,219.22625732421875,3504,265.0375061035156,1,0,1.0986123085021973,1,5.9867658615112305,4.158883094787598,5.390104293823242,0,0,1,0,0,0,0,0,0,5.9867658615112305 +4,1,1,1,1,1,3,3,23,409.5,2805.392822265625,3640,246.83749389648438,1,0,1.3862943649291992,1,6.014936923980713,3.1354942321777344,7.939298629760742,0,0,1,0,0,0,0,0,0,6.014936923980713 +3,1,1,1,1,0,3,3,31,477.75,295.4278869628906,3340,265.0375061035156,1,0,1.0986123085021973,1,6.1690874099731445,3.4339871406555176,5.688424587249756,0,0,1,0,0,0,0,0,0,6.1690874099731445 +1,1,1,1,1,0,3,3,30,477.75,356.38922119140625,3110,76.2125015258789,1,0,0,1,6.1690874099731445,3.4011974334716797,5.876023292541504,0,0,1,0,0,0,0,0,0,6.1690874099731445 +3,1,1,1,1,0,3,3,30,426.5625,148.8862762451172,3449,246.83749389648438,1,0,1.0986123085021973,1,6.055758953094482,3.4011974334716797,5.003182888031006,0,0,1,0,0,0,0,0,0,6.055758953094482 +3,1,1,1,0,1,3,3,22,425.42498779296875,3385.697509765625,3110,265.0375061035156,1,0,1.0986123085021973,1,6.053088665008545,3.0910425186157227,8.127315521240234,0,0,1,0,0,0,0,0,0,6.053088665008545 +19,1,1,1,1,0,3,3,46,473.20001220703125,1441.969482421875,3149,265.0375061035156,1,0,2.944438934326172,1,6.159518241882324,3.828641414642334,7.2737650871276855,0,0,1,0,0,0,0,0,0,6.159518241882324 +7,1,1,1,1,1,3,3,27,659.75,1541.6177978515625,3640,265.0375061035156,1,0,1.945910096168518,1,6.491860866546631,3.295836925506592,7.340587615966797,0,0,1,0,0,0,0,0,0,6.491860866546631 +5,1,1,1,1,0,3,3,49,455,153.57562255859375,3528,265.0375061035156,1,0,1.6094379425048828,1,6.120297431945801,3.891820192337036,5.03419303894043,0,0,1,0,0,0,0,0,0,6.120297431945801 +4,1,1,1,1,0,3,3,59,534.625,94.95896911621094,3628,265.0375061035156,1,0,1.3862943649291992,1,6.2815656661987305,4.077537536621094,4.553444862365723,0,0,1,0,0,0,0,0,0,6.2815656661987305 +4,1,1,1,1,0,3,3,26,568.75,111.37162780761719,3728,265.0375061035156,1,0,1.3862943649291992,1,6.343441009521484,3.25809645652771,4.712872505187988,0,0,1,0,0,0,0,0,0,6.343441009521484 +14,1,1,1,1,1,3,3,24,477.75,2172.3330078125,3628,265.0375061035156,1,0,2.6390573978424072,1,6.1690874099731445,3.178053855895996,7.683557033538818,0,0,1,0,0,0,0,0,0,6.1690874099731445 +6,1,1,1,0,0,3,3,39,540.3125,2592.028076171875,3328,265.0375061035156,1,0,1.7917594909667969,1,6.292147636413574,3.6635615825653076,7.860196113586426,0,0,1,0,0,0,0,0,0,6.292147636413574 +4,1,1,1,1,1,3,3,22,510.73748779296875,2294.255615234375,3640,265.0375061035156,1,0,1.3862943649291992,1,6.235855579376221,3.0910425186157227,7.738163948059082,0,0,1,0,0,0,0,0,0,6.235855579376221 +23,1,1,1,1,0,3,3,39,420.875,842.90740966796875,3628,265.0375061035156,1,0,3.1354942321777344,1,6.0423359870910645,3.6635615825653076,6.736856937408447,0,0,1,0,0,0,0,0,0,6.0423359870910645 +1,1,1,1,0,0,3,3,20,477.75,1404.454833984375,3610,226.3625030517578,1,0,0,1,6.1690874099731445,2.995732307434082,7.2474045753479,0,0,1,0,0,0,0,0,0,6.1690874099731445 +4,1,1,1,1,0,3,3,57,480.0249938964844,276.6705627441406,3640,246.83749389648438,1,0,1.3862943649291992,1,6.173838138580322,4.043051242828369,5.622827529907227,0,0,1,0,0,0,0,0,0,6.173838138580322 +4,1,1,1,1,0,3,3,43,480.0249938964844,439.6248474121094,3740,265.0375061035156,1,0,1.3862943649291992,1,6.173838138580322,3.761200189590454,6.085921764373779,0,0,1,0,0,0,0,0,0,6.173838138580322 +1,1,1,1,1,0,3,3,30,518.70001220703125,148.8862762451172,3449,113.75,1,0,0,1,6.251325607299805,3.4011974334716797,5.003182888031006,0,0,1,0,0,0,0,0,0,6.251325607299805 +9,1,1,1,1,1,3,3,32,431.11248779296875,2395.076171875,3410,265.0375061035156,1,0,2.1972246170043945,1,6.06636905670166,3.465735912322998,7.78117036819458,0,0,1,0,0,0,0,0,0,6.06636905670166 +12,1,1,1,1,0,3,3,38,432.25,515.82647705078125,3149,265.0375061035156,1,0,2.4849066734313965,1,6.069004058837891,3.6375861167907715,6.245770454406738,0,0,1,0,0,0,0,0,0,6.069004058837891 +5,1,1,1,1,0,3,3,24,461.82501220703125,243.84524536132812,3152,265.0375061035156,1,0,1.6094379425048828,1,6.135186195373535,3.178053855895996,5.4965338706970215,0,0,1,0,0,0,0,0,0,6.135186195373535 +6,1,1,1,1,0,3,3,58,575.57501220703125,148.8862762451172,3628,265.0375061035156,1,0,1.7917594909667969,1,6.355369567871094,4.060442924499512,5.003182888031006,0,0,1,0,0,0,0,0,0,6.355369567871094 +116,1,1,1,1,1,3,3,34,432.25,28001.171875,3152,265.0375061035156,1,0,4.753590106964111,1,6.069004058837891,3.526360511779785,10.240001678466797,0,0,1,0,0,0,0,0,0,6.069004058837891 +16,1,1,1,1,1,3,3,29,455,2286.04931640625,3640,265.0375061035156,1,0,2.7725887298583984,1,6.120297431945801,3.367295742034912,7.7345805168151855,0,0,1,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,3,21,486.8500061035156,524.0328369140625,3640,265.0375061035156,1,0,0,1,6.187955856323242,3.044522523880005,6.26155424118042,0,0,1,0,0,0,0,0,0,6.187955856323242 +18,1,1,1,1,0,3,3,29,477.75,412.66119384765625,3328,265.0375061035156,1,0,2.890371799468994,1,6.1690874099731445,3.367295742034912,6.022626876831055,0,0,1,0,0,0,0,0,0,6.1690874099731445 +182,1,1,1,1,1,3,3,33,481.1625061035156,10097.3037109375,3137,265.0375061035156,1,0,5.204006671905518,1,6.176205158233643,3.4965076446533203,9.220024108886719,0,0,1,0,0,0,0,0,0,6.176205158233643 +7,1,1,1,0,0,3,3,33,515.2874755859375,222.74325561523438,3628,265.0375061035156,1,0,1.945910096168518,1,6.244724750518799,3.4965076446533203,5.406019687652588,0,0,1,0,0,0,0,0,0,6.244724750518799 +1,1,1,1,1,0,3,3,27,625.625,378.6635437011719,3310,76.2125015258789,1,0,0,1,6.438751220703125,3.295836925506592,5.936647891998291,0,0,1,0,0,0,0,0,0,6.438751220703125 +2,1,1,1,1,0,3,3,22,435.6625061035156,30.480655670166016,3610,246.83749389648438,1,0,0.6931471824645996,1,6.076868057250977,3.0910425186157227,3.4170923233032227,0,0,1,0,0,0,0,0,0,6.076868057250977 +1,1,1,1,NA,0,3,3,21,455,186.40093994140625,3510,129.6750030517578,1,0,0,1,6.120297431945801,3.044522523880005,5.22790002822876,0,0,1,0,0,0,0,0,0,6.120297431945801 +5,1,1,1,1,1,1,3,58,459.54998779296875,2101.992919921875,3010,265.0375061035156,1,0,1.6094379425048828,1,6.130247592926025,4.060442924499512,7.650640964508057,0,0,1,0,0,0,0,1,0,6.130247592926025 +3,1,1,1,1,0,1,3,31,386.75,35.169986724853516,3704,265.0375061035156,1,0,1.0986123085021973,1,5.957778453826904,3.4339871406555176,3.5601930618286133,0,0,1,0,0,0,0,1,0,5.957778453826904 +4,1,1,1,1,0,1,3,44,489.125,201.64126586914062,3110,246.83749389648438,1,0,1.3862943649291992,1,6.192617893218994,3.7841897010803223,5.306490421295166,0,0,1,0,0,0,0,1,0,6.192617893218994 +13,1,1,1,0,0,1,3,41,386.75,1191.0902099609375,3128,246.83749389648438,1,0,2.5649492740631104,1,5.957778453826904,3.7135720252990723,7.082624435424805,0,0,1,0,0,0,0,1,0,5.957778453826904 +8,1,1,1,1,0,1,3,55,393.57501220703125,369.2848815917969,3528,246.83749389648438,1,0,2.079441547393799,1,5.975271701812744,4.007333278656006,5.9115681648254395,0,0,1,0,0,0,0,1,0,5.975271701812744 +0.25,1,1,1,1,0,1,3,24,424.2875061035156,166.47128295898438,3440,265.0375061035156,1,0,-1.3862943649291992,1,6.050411224365234,3.178053855895996,5.114822864532471,0,0,1,0,0,0,0,1,0,6.050411224365234 +7,1,1,1,1,0,1,3,44,435.6625061035156,400.9378662109375,3528,265.0375061035156,1,0,1.945910096168518,1,6.076868057250977,3.7841897010803223,5.9938063621521,0,0,1,0,0,0,0,1,0,6.076868057250977 +3,1,1,1,1,0,1,3,44,518.70001220703125,329.4255676269531,3328,245.6999969482422,1,0,1.0986123085021973,1,6.251325607299805,3.7841897010803223,5.7973504066467285,0,0,1,0,0,0,0,1,0,6.251325607299805 +0.25,1,1,1,1,0,1,3,39,511.875,154.74795532226562,3152,265.0375061035156,1,0,-1.3862943649291992,1,6.2380805015563965,3.6635615825653076,5.041797637939453,0,0,1,0,0,0,0,1,0,6.2380805015563965 +7,1,1,1,1,0,1,3,54,486.8500061035156,325.9085693359375,3628,265.0375061035156,1,0,1.945910096168518,1,6.187955856323242,3.9889841079711914,5.786616802215576,0,0,1,0,0,0,0,1,0,6.187955856323242 +1,1,1,1,1,0,1,3,23,370.82501220703125,84.40797424316406,3510,246.83749389648438,1,0,0,1,5.9157304763793945,3.1354942321777344,4.435661792755127,0,0,1,0,0,0,0,1,0,5.9157304763793945 +4,1,1,0,1,0,1,3,33,370.82501220703125,1134.8182373046875,3452,247.97500610351562,1,0,1.3862943649291992,1,5.9157304763793945,3.4965076446533203,7.0342278480529785,0,0,1,0,0,0,0,1,0,5.9157304763793945 +0.25,1,1,1,1,0,1,3,61,472.0625,954.27899169921875,3210,246.83749389648438,1,0,-1.3862943649291992,1,6.157111167907715,4.110873699188232,6.860956192016602,0,0,1,0,0,0,0,1,0,6.157111167907715 +5,1,1,0,0,0,1,3,42,404.95001220703125,1111.37158203125,3410,246.83749389648438,1,0,1.6094379425048828,1,6.003763675689697,3.7376697063446045,7.013350009918213,0,0,1,0,0,0,0,1,0,6.003763675689697 +1,1,1,1,1,0,1,3,33,420.875,153.57562255859375,3252,265.0375061035156,1,0,0,1,6.0423359870910645,3.4965076446533203,5.03419303894043,0,0,1,0,0,0,0,1,0,6.0423359870910645 +8,1,1,1,1,0,1,3,47,541.45001220703125,981.24267578125,3640,246.83749389648438,1,0,2.079441547393799,1,6.294250965118408,3.8501474857330322,6.888819694519043,0,0,1,0,0,0,0,1,0,6.294250965118408 +4,1,1,1,1,0,1,3,35,541.45001220703125,262.6025695800781,3628,246.83749389648438,1,0,1.3862943649291992,1,6.294250965118408,3.5553481578826904,5.57064151763916,0,0,1,0,0,0,0,1,0,6.294250965118408 +7,1,1,1,1,0,1,3,50,415.1875,946.07269287109375,3640,265.0375061035156,1,0,1.945910096168518,1,6.028730392456055,3.9120230674743652,6.852319240570068,0,0,1,0,0,0,0,1,0,6.028730392456055 +1,1,1,1,1,1,1,3,54,426.5625,1951.934326171875,3640,265.0375061035156,1,0,0,1,6.055758953094482,3.9889841079711914,7.576576232910156,0,0,1,0,0,0,0,1,0,6.055758953094482 +4,1,1,1,1,0,1,3,53,449.3125,212.1922607421875,3640,265.0375061035156,1,0,1.3862943649291992,1,6.107718467712402,3.97029185295105,5.357492923736572,0,0,1,0,0,0,0,1,0,6.107718467712402 +3,1,1,1,0,0,1,3,25,411.7749938964844,242.67291259765625,3628,265.0375061035156,1,0,1.0986123085021973,1,6.020477294921875,3.2188758850097656,5.4917144775390625,0,0,1,0,0,0,0,1,0,6.020477294921875 +1,1,1,1,1,0,1,3,29,427.70001220703125,236.81124877929688,3740,265.0375061035156,1,0,0,1,6.058422088623047,3.367295742034912,5.467263221740723,0,0,1,0,0,0,0,1,0,6.058422088623047 +13,1,1,1,NA,1,1,3,56,647.23748779296875,4002.3447265625,3716,246.83749389648438,1,0,2.5649492740631104,1,6.472713470458984,4.025351524353027,8.294635772705078,0,0,1,0,0,0,0,1,0,6.472713470458984 +21,1,1,1,1,0,1,3,25,375.375,746.77606201171875,3410,250.25,1,0,3.044522523880005,1,5.9279255867004395,3.2188758850097656,6.615765571594238,0,0,1,0,0,0,0,1,0,5.9279255867004395 +17,1,1,0,1,0,1,3,50,452.7250061035156,864.0093994140625,3725,137.6374969482422,1,0,2.8332133293151855,1,6.1152849197387695,3.9120230674743652,6.7615838050842285,0,0,1,0,0,0,0,1,0,6.1152849197387695 +15,1,1,1,1,0,1,3,46,437.9375,313.0129089355469,3152,137.6374969482422,1,0,2.70805025100708,1,6.082076072692871,3.828641414642334,5.746244430541992,0,0,1,0,0,0,0,1,0,6.082076072692871 +5,1,1,1,1,0,1,3,24,373.1000061035156,862.8370361328125,3149,246.83749389648438,1,0,1.6094379425048828,1,5.921846389770508,3.178053855895996,6.760225772857666,0,0,1,0,0,0,0,1,0,5.921846389770508 +5,1,1,1,1,0,1,3,24,373.1000061035156,552.1688232421875,3149,246.83749389648438,1,0,1.6094379425048828,1,5.921846389770508,3.178053855895996,6.313853740692139,0,0,1,0,0,0,0,1,0,5.921846389770508 +5,1,1,1,1,0,1,3,24,373.1000061035156,656.5064697265625,3149,246.83749389648438,1,0,1.6094379425048828,1,5.921846389770508,3.178053855895996,6.486932754516602,0,0,1,0,0,0,0,1,0,5.921846389770508 +3,1,1,1,1,0,1,3,27,384.4750061035156,148.8862762451172,3510,257.07501220703125,1,0,1.0986123085021973,1,5.951878547668457,3.295836925506592,5.003182888031006,0,0,1,0,0,0,0,1,0,5.951878547668457 +1,1,1,0,0,0,1,3,55,452.7250061035156,261.43023681640625,3249,265.0375061035156,1,0,0,1,6.1152849197387695,4.007333278656006,5.56616735458374,0,0,1,0,0,0,0,1,0,6.1152849197387695 +5,1,1,1,0,0,1,3,29,382.20001220703125,906.21337890625,3237,253.66250610351562,1,0,1.6094379425048828,1,5.945943832397461,3.367295742034912,6.809274673461914,0,0,1,0,0,0,0,1,0,5.945943832397461 +3,1,1,1,1,0,1,3,57,443.625,152.40328979492188,3628,246.83749389648438,1,0,1.0986123085021973,1,6.094979763031006,4.043051242828369,5.0265302658081055,0,0,1,0,0,0,0,1,0,6.094979763031006 +4,1,1,1,1,0,1,3,24,384.4750061035156,125.43962860107422,3652,255.9375,1,0,1.3862943649291992,1,5.951878547668457,3.178053855895996,4.831824779510498,0,0,1,0,0,0,0,1,0,5.951878547668457 +3,1,1,1,1,0,1,3,58,393.57501220703125,1604.923828125,3628,246.83749389648438,1,0,1.0986123085021973,1,5.975271701812744,4.060442924499512,7.380831718444824,0,0,1,0,0,0,0,1,0,5.975271701812744 +6,1,1,1,1,1,1,3,54,468.6499938964844,2016.4127197265625,3225,246.83749389648438,1,0,1.7917594909667969,1,6.149856090545654,3.9889841079711914,7.609075546264648,0,0,1,0,0,0,0,1,0,6.149856090545654 +7,1,1,1,NA,0,1,3,50,390.1625061035156,268.4642333984375,3149,260.48748779296875,1,0,1.945910096168518,1,5.9665632247924805,3.9120230674743652,5.59271764755249,0,0,1,0,0,0,0,1,0,5.9665632247924805 +7,1,1,1,1,1,1,3,40,371.9624938964844,1031.6529541015625,3128,247.97500610351562,1,0,1.945910096168518,1,5.918793201446533,3.6888794898986816,6.938917636871338,0,0,1,0,0,0,0,1,0,5.918793201446533 +10,1,1,1,1,1,1,3,46,468.6499938964844,2485.345947265625,3004,265.0375061035156,1,0,2.3025851249694824,1,6.149856090545654,3.828641414642334,7.818167209625244,0,0,1,0,0,0,0,1,0,6.149856090545654 +7,1,1,1,1,0,1,3,49,468.6499938964844,152.40328979492188,3152,265.0375061035156,1,0,1.945910096168518,1,6.149856090545654,3.891820192337036,5.0265302658081055,0,0,1,0,0,0,0,1,0,6.149856090545654 +5,1,1,1,0,0,1,3,20,393.57501220703125,420.8675231933594,3110,246.83749389648438,1,0,1.6094379425048828,1,5.975271701812744,2.995732307434082,6.042318344116211,0,0,1,0,0,0,0,1,0,5.975271701812744 +3,1,1,1,1,0,1,3,26,428.8374938964844,141.85227966308594,3540,246.83749389648438,1,0,1.0986123085021973,1,6.061078071594238,3.25809645652771,4.95478630065918,0,0,1,0,0,0,0,1,0,6.061078071594238 +4,1,1,1,NA,1,1,3,29,398.125,1250.8792724609375,3446,265.0375061035156,1,0,1.3862943649291992,1,5.9867658615112305,3.367295742034912,7.131601810455322,0,0,1,0,0,0,0,1,0,5.9867658615112305 +4,1,1,0,1,0,1,3,29,398.125,343.4935607910156,3728,265.0375061035156,1,0,1.3862943649291992,1,5.9867658615112305,3.367295742034912,5.839168548583984,0,0,1,0,0,0,0,1,0,5.9867658615112305 +12,1,1,1,1,0,1,3,21,378.7875061035156,498.2414855957031,3528,253.66250610351562,1,0,2.4849066734313965,1,5.936975479125977,3.044522523880005,6.211084842681885,0,0,1,0,0,0,0,1,0,5.936975479125977 +4,1,1,1,0,0,1,3,23,409.5,266.11956787109375,3540,246.83749389648438,1,0,1.3862943649291992,1,6.014936923980713,3.1354942321777344,5.5839457511901855,0,0,1,0,0,0,0,1,0,6.014936923980713 +4,1,1,1,1,0,1,3,28,409.5,391.5592041015625,3640,246.83749389648438,1,0,1.3862943649291992,1,6.014936923980713,3.332204580307007,5.970136642456055,0,0,1,0,0,0,0,1,0,6.014936923980713 +1,1,1,1,NA,0,1,3,40,400.3999938964844,194.60726928710938,3540,246.83749389648438,1,0,0,1,5.992464065551758,3.6888794898986816,5.270983695983887,0,0,1,0,0,0,0,1,0,5.992464065551758 +3,1,1,1,1,0,1,3,60,418.6000061035156,912.07501220703125,3540,265.0375061035156,1,0,1.0986123085021973,1,6.0369157791137695,4.094344615936279,6.815722465515137,0,0,1,0,0,0,0,1,0,6.0369157791137695 +13,1,1,1,1,0,1,3,35,416.32501220703125,4630.71533203125,3440,265.0375061035156,1,0,2.5649492740631104,1,6.031466007232666,3.5553481578826904,8.44046688079834,0,0,1,0,0,0,0,1,0,6.031466007232666 +8,1,1,1,1,1,2,3,28,659.75,3871.04345703125,3647,265.0375061035156,1,0,2.079441547393799,1,6.491860866546631,3.332204580307007,8.261279106140137,0,0,1,0,0,0,0,0,1,6.491860866546631 +6,1,1,1,1,0,3,3,21,386.75,202.8135986328125,3613,245.6999969482422,1,0,1.7917594909667969,1,5.957778453826904,3.044522523880005,5.312287330627441,0,0,1,0,0,0,0,0,0,5.957778453826904 +1,1,1,1,0,0,1,3,25,378.7875061035156,222.74325561523438,3602,252.52499389648438,1,0,0,1,5.936975479125977,3.2188758850097656,5.406019687652588,0,0,1,0,0,0,0,1,0,5.936975479125977 +3,1,1,1,1,0,1,3,37,474.3374938964844,262.6025695800781,3504,246.83749389648438,1,0,1.0986123085021973,1,6.161919116973877,3.610917806625366,5.57064151763916,0,0,1,0,0,0,0,1,0,6.161919116973877 +4,1,1,1,0,1,1,3,41,536.9000244140625,2288.393798828125,3640,265.0375061035156,1,0,1.3862943649291992,1,6.285811901092529,3.7135720252990723,7.735605239868164,0,0,1,0,0,0,0,1,0,6.285811901092529 +6,1,1,1,1,0,1,3,50,440.2124938964844,1494.7244873046875,3449,265.0375061035156,1,0,1.7917594909667969,1,6.087257385253906,3.9120230674743652,7.309697151184082,0,0,1,0,0,0,0,1,0,6.087257385253906 +4,1,1,1,0,0,1,3,32,615.38751220703125,26.96365737915039,3610,265.0375061035156,1,0,1.3862943649291992,1,6.422252178192139,3.465735912322998,3.294489860534668,0,0,1,0,0,0,0,1,0,6.422252178192139 +1,1,1,1,1,0,2,3,66,580.125,82.06330871582031,3540,246.83749389648438,1,0,0,1,6.363243579864502,4.18965482711792,4.407491207122803,0,0,1,0,0,0,0,0,1,6.363243579864502 +7,1,1,1,1,0,2,3,43,580.125,200.46893310546875,3640,245.6999969482422,1,0,1.945910096168518,1,6.363243579864502,3.761200189590454,5.3006591796875,0,0,1,0,0,0,0,0,1,6.363243579864502 +5,1,1,1,1,0,2,3,39,592.63751220703125,390.3868713378906,3540,265.0375061035156,1,0,1.6094379425048828,1,6.384582996368408,3.6635615825653076,5.967138290405273,0,0,1,0,0,0,0,0,1,6.384582996368408 +12,1,1,1,1,0,2,3,37,659.75,419.6951904296875,3428,246.83749389648438,1,0,2.4849066734313965,1,6.491860866546631,3.610917806625366,6.039528846740723,0,0,1,0,0,0,0,0,1,6.491860866546631 +8,1,1,1,0,0,2,3,21,428.8374938964844,307.1512451171875,3516,265.0375061035156,1,0,2.079441547393799,1,6.061078071594238,3.044522523880005,5.727340221405029,0,0,1,0,0,0,0,0,1,6.061078071594238 +10,1,1,1,1,0,2,3,33,702.9749755859375,0,3510,265.0375061035156,1,0,2.3025851249694824,1,6.555321216583252,3.4965076446533203,0,0,0,1,0,0,0,0,0,1,6.555321216583252 +3,1,1,1,1,0,2,3,35,650.6500244140625,83.23564147949219,3152,265.0375061035156,1,0,1.0986123085021973,1,6.477972030639648,3.5553481578826904,4.421675682067871,0,0,1,0,0,0,0,0,1,6.477972030639648 +0.25,1,1,1,NA,0,2,3,32,687.04998779296875,732.70806884765625,3543,265.0375061035156,1,0,-1.3862943649291992,1,6.532407283782959,3.465735912322998,6.596747398376465,0,0,1,0,0,0,0,0,1,6.532407283782959 +5,1,1,1,1,0,2,3,31,426.5625,511.1371765136719,3530,265.0375061035156,1,0,1.6094379425048828,1,6.055758953094482,3.4339871406555176,6.236638069152832,0,0,1,0,0,0,0,0,1,6.055758953094482 +9,1,1,1,1,1,2,3,30,734.82501220703125,1282.5322265625,3128,246.83749389648438,1,0,2.1972246170043945,1,6.599632263183594,3.4011974334716797,7.156591892242432,0,0,1,0,0,0,0,0,1,6.599632263183594 +8,1,1,1,1,1,2,3,30,734.82501220703125,1300.1171875,3128,246.83749389648438,1,0,2.079441547393799,1,6.599632263183594,3.4011974334716797,7.170209884643555,0,0,1,0,0,0,0,0,1,6.599632263183594 +3,1,1,1,1,1,2,3,30,687.04998779296875,1584.994140625,3504,246.83749389648438,1,0,1.0986123085021973,1,6.532407283782959,3.4011974334716797,7.368336200714111,0,0,1,0,0,0,0,0,1,6.532407283782959 +3,1,1,1,1,0,3,3,20,381.0625,216.881591796875,3116,245.6999969482422,1,0,1.0986123085021973,1,5.942963600158691,2.995732307434082,5.379351615905762,0,0,1,0,0,0,0,0,0,5.942963600158691 +8,1,1,1,1,1,2,3,24,575.57501220703125,1667.0574951171875,3540,245.6999969482422,1,0,2.079441547393799,1,6.355369567871094,3.178053855895996,7.4188151359558105,0,0,1,0,0,0,0,0,1,6.355369567871094 +13,1,1,1,1,1,2,3,55,489.125,709.26141357421875,3628,133.08749389648438,1,0,2.5649492740631104,1,6.192617893218994,4.007333278656006,6.5642242431640625,0,0,1,0,0,0,0,0,1,6.192617893218994 +8,1,1,1,1,0,2,3,46,573.29998779296875,447.8311767578125,3328,246.83749389648438,1,0,2.079441547393799,1,6.351408958435059,3.828641414642334,6.104416370391846,0,0,1,0,0,0,0,0,1,6.351408958435059 +3,1,1,1,1,0,2,3,50,754.1624755859375,252.0515899658203,3449,246.83749389648438,1,0,1.0986123085021973,1,6.625607967376709,3.9120230674743652,5.52963399887085,0,0,1,0,0,0,0,0,1,6.625607967376709 +15,1,1,1,1,0,2,3,50,455,831.18408203125,3428,246.83749389648438,1,0,2.70805025100708,1,6.120297431945801,3.9120230674743652,6.722851276397705,0,0,1,0,0,0,0,0,1,6.120297431945801 +12,1,1,1,1,0,2,3,43,458.4125061035156,0,3328,228.6374969482422,1,0,2.4849066734313965,1,6.127769470214844,3.761200189590454,0,0,0,1,0,0,0,0,0,1,6.127769470214844 +0.25,1,1,1,1,0,2,3,26,517.5625,83.23564147949219,3640,246.83749389648438,1,0,-1.3862943649291992,1,6.2491302490234375,3.25809645652771,4.421675682067871,0,0,1,0,0,0,0,0,1,6.2491302490234375 +6,1,1,1,1,0,2,3,25,550.54998779296875,1146.5416259765625,3602,246.83749389648438,1,0,1.7917594909667969,1,6.310917854309082,3.2188758850097656,7.044505596160889,0,0,1,0,0,0,0,0,1,6.310917854309082 +7,1,1,1,1,0,2,3,68,561.92498779296875,1262.6025390625,3628,265.0375061035156,1,0,1.945910096168518,1,6.331368446350098,4.219507694244385,7.14093017578125,0,0,1,0,0,0,0,0,1,6.331368446350098 +1,1,1,1,NA,0,2,3,43,448.17498779296875,196.95193481445312,3152,70.5250015258789,1,0,0,1,6.1051836013793945,3.761200189590454,5.282959938049316,0,0,1,0,0,0,0,0,1,6.1051836013793945 +6,1,1,1,1,1,2,3,26,517.5625,2131.30126953125,3136,246.83749389648438,1,0,1.7917594909667969,1,6.2491302490234375,3.25809645652771,7.664487838745117,0,0,1,0,0,0,0,0,1,6.2491302490234375 +4,1,1,1,1,0,2,3,36,415.1875,180.53927612304688,3116,246.83749389648438,1,0,1.3862943649291992,1,6.028730392456055,3.5835189819335938,5.195948123931885,0,0,1,0,0,0,0,0,1,6.028730392456055 +3,1,1,1,0,0,2,3,61,455,137.16294860839844,3228,265.0375061035156,1,0,1.0986123085021973,1,6.120297431945801,4.110873699188232,4.921169757843018,0,0,1,0,0,0,0,0,1,6.120297431945801 +2,1,1,1,1,0,2,3,57,455,130.1289520263672,3640,265.0375061035156,1,0,0.6931471824645996,1,6.120297431945801,4.043051242828369,4.868525981903076,0,0,1,0,0,0,0,0,1,6.120297431945801 +5,1,1,1,0,0,2,3,24,473.20001220703125,227.43258666992188,3428,246.83749389648438,1,0,1.6094379425048828,1,6.159518241882324,3.178053855895996,5.426853656768799,0,0,1,0,0,0,0,0,1,6.159518241882324 +14,1,1,1,1,0,2,3,38,657.4749755859375,376.3188781738281,3310,246.83749389648438,1,0,2.6390573978424072,1,6.488406658172607,3.6375861167907715,5.930437088012695,0,0,1,0,0,0,0,0,1,6.488406658172607 +2,1,1,1,1,1,2,3,36,455,923.79833984375,3437,246.83749389648438,1,0,0.6931471824645996,1,6.120297431945801,3.5835189819335938,6.828493595123291,0,0,1,0,0,0,0,0,1,6.120297431945801 +7,1,1,1,1,0,2,3,25,539.17498779296875,242.67291259765625,3152,265.0375061035156,1,0,1.945910096168518,1,6.290040016174316,3.2188758850097656,5.4917144775390625,0,0,1,0,0,0,0,0,1,6.290040016174316 +10,1,1,1,1,0,2,3,51,457.2749938964844,192.26260375976562,3447,265.0375061035156,1,0,2.3025851249694824,1,6.1252851486206055,3.931825637817383,5.258862018585205,0,0,1,0,0,0,0,0,1,6.1252851486206055 +1,1,1,1,1,0,2,3,61,391.29998779296875,162.95428466796875,3613,245.6999969482422,1,0,0,1,5.9694743156433105,4.110873699188232,5.093469619750977,0,0,1,0,0,0,0,0,1,5.9694743156433105 +9,1,1,1,1,0,2,3,37,456.13751220703125,487.69049072265625,3149,246.83749389648438,1,0,2.1972246170043945,1,6.122794151306152,3.610917806625366,6.189681053161621,0,0,1,0,0,0,0,0,1,6.122794151306152 +1,1,1,1,1,0,2,3,31,511.875,104.33763122558594,3640,265.0375061035156,1,0,0,1,6.2380805015563965,3.4339871406555176,4.647632122039795,0,0,1,0,0,0,0,0,1,6.2380805015563965 +10,1,1,1,1,0,2,3,36,585.8125,1104.337646484375,3628,246.83749389648438,1,0,2.3025851249694824,1,6.372999668121338,3.5835189819335938,7.007000923156738,0,0,1,0,0,0,0,0,1,6.372999668121338 +1,1,1,1,1,0,2,3,58,742.7874755859375,119.57795715332031,3504,265.0375061035156,1,0,0,1,6.610409736633301,4.060442924499512,4.783968448638916,0,0,1,0,0,0,0,0,1,6.610409736633301 +2,1,1,1,1,0,2,3,27,377.6499938964844,935.52166748046875,3449,251.3874969482422,1,0,0.6931471824645996,1,5.933967590332031,3.295836925506592,6.841104507446289,0,0,1,0,0,0,0,0,1,5.933967590332031 +1,1,1,1,0,0,2,3,62,411.7749938964844,556.858154296875,3613,246.83749389648438,1,0,0,1,6.020477294921875,4.127134323120117,6.322310447692871,0,0,1,0,0,0,0,0,1,6.020477294921875 +2,1,1,1,1,0,2,3,52,546,103.16529846191406,3540,246.83749389648438,1,0,0.6931471824645996,1,6.302618980407715,3.9512436389923096,4.6363325119018555,0,0,1,0,0,0,0,0,1,6.302618980407715 +2,1,1,1,1,1,2,3,26,422.01251220703125,2316.52978515625,3536,265.0375061035156,1,0,0.6931471824645996,1,6.045034885406494,3.25809645652771,7.747825622558594,0,0,1,0,0,0,0,0,1,6.045034885406494 +14,1,1,1,1,1,2,3,54,400.3999938964844,2981.24267578125,3328,137.6374969482422,1,0,2.6390573978424072,1,5.992464065551758,3.9889841079711914,8.00009536743164,0,0,1,0,0,0,0,0,1,5.992464065551758 +4,1,1,1,0,0,2,3,30,445.8999938964844,283.7045593261719,3613,265.0375061035156,1,0,1.3862943649291992,1,6.100094795227051,3.4011974334716797,5.647933483123779,0,0,1,0,0,0,0,0,1,6.100094795227051 +1,1,1,1,1,0,2,3,33,462.9624938964844,225.08792114257812,3628,141.0500030517578,1,0,0,1,6.137646198272705,3.4965076446533203,5.4164910316467285,0,0,1,0,0,0,0,0,1,6.137646198272705 +1,1,1,1,1,0,3,3,40,398.125,109.02696228027344,3628,265.0375061035156,1,0,0,1,5.9867658615112305,3.6888794898986816,4.691595077514648,0,0,1,0,0,0,0,0,0,5.9867658615112305 +5,1,1,1,1,0,3,3,53,582.4000244140625,171.16061401367188,3149,265.0375061035156,1,0,1.6094379425048828,1,6.367157459259033,3.97029185295105,5.142602443695068,0,0,1,0,0,0,0,0,0,6.367157459259033 +5,1,1,1,1,0,3,3,52,398.125,241.50057983398438,3149,265.0375061035156,1,0,1.6094379425048828,1,5.9867658615112305,3.9512436389923096,5.486871719360352,0,0,1,0,0,0,0,0,0,5.9867658615112305 +10,1,1,1,1,0,3,3,45,547.13751220703125,383.3528747558594,3428,149.0124969482422,1,0,2.3025851249694824,1,6.3047003746032715,3.8066625595092773,5.94895601272583,0,0,1,0,0,0,0,0,0,6.3047003746032715 +9,1,1,1,1,0,3,3,47,455,804.22039794921875,3110,246.83749389648438,1,0,2.1972246170043945,1,6.120297431945801,3.8501474857330322,6.689873218536377,0,0,1,0,0,0,0,0,0,6.120297431945801 +4,1,1,1,0,0,3,3,34,625.625,172.33294677734375,3437,246.83749389648438,1,0,1.3862943649291992,1,6.438751220703125,3.526360511779785,5.149428367614746,0,0,1,0,0,0,0,0,0,6.438751220703125 +2,1,1,1,1,0,3,3,47,580.125,164.12661743164062,3513,265.0375061035156,1,0,0.6931471824645996,1,6.363243579864502,3.8501474857330322,5.100638389587402,0,0,1,0,0,0,0,0,0,6.363243579864502 +7,1,1,1,1,0,3,3,37,550.54998779296875,4283.70458984375,3640,241.14999389648438,1,0,1.945910096168518,1,6.310917854309082,3.610917806625366,8.362573623657227,0,0,1,0,0,0,0,0,0,6.310917854309082 +86,1,1,1,1,1,3,3,37,550.54998779296875,17584.994140625,3643,246.83749389648438,1,0,4.454347133636475,1,6.310917854309082,3.610917806625366,9.774801254272461,0,0,1,0,0,0,0,0,0,6.310917854309082 +5,1,1,1,1,0,3,3,57,560.7874755859375,241.50057983398438,3613,246.83749389648438,1,0,1.6094379425048828,1,6.329341888427734,4.043051242828369,5.486871719360352,0,0,1,0,0,0,0,0,0,6.329341888427734 +4,1,1,1,1,0,3,3,33,560.7874755859375,254.39625549316406,3449,265.0375061035156,1,0,1.3862943649291992,1,6.329341888427734,3.4965076446533203,5.538893222808838,0,0,1,0,0,0,0,0,0,6.329341888427734 +28,1,1,1,1,1,3,3,28,549.4124755859375,6465.416015625,3449,265.0375061035156,1,0,3.332204580307007,1,6.308849334716797,3.332204580307007,8.774222373962402,0,0,1,0,0,0,0,0,0,6.308849334716797 +3,1,1,1,1,0,3,3,28,436.79998779296875,126.6119613647461,3152,265.0375061035156,1,0,1.0986123085021973,1,6.079475402832031,3.332204580307007,4.841126918792725,0,0,1,0,0,0,0,0,0,6.079475402832031 +6,1,1,1,1,0,3,3,24,477.75,207.5029296875,3628,265.0375061035156,1,0,1.7917594909667969,1,6.1690874099731445,3.178053855895996,5.335145473480225,0,0,1,0,0,0,0,0,0,6.1690874099731445 +0.25,1,1,1,1,0,3,3,26,410.63751220703125,164.12661743164062,3504,246.83749389648438,1,0,-1.3862943649291992,1,6.0177106857299805,3.25809645652771,5.100638389587402,0,0,1,0,0,0,0,0,0,6.0177106857299805 +83,1,1,1,1,1,2,3,27,375.375,1370.4571533203125,3602,250.25,1,0,4.418840408325195,1,5.9279255867004395,3.295836925506592,7.222899436950684,0,0,1,0,0,0,0,0,1,5.9279255867004395 +4,1,1,1,1,0,3,3,36,432.25,567.40911865234375,3228,246.83749389648438,1,0,1.3862943649291992,1,6.069004058837891,3.5835189819335938,6.341080665588379,0,0,1,0,0,0,0,0,0,6.069004058837891 +30,1,1,1,0,1,3,3,40,433.38751220703125,2304.806640625,3152,246.83749389648438,1,0,3.4011974334716797,1,6.071632385253906,3.6888794898986816,7.7427520751953125,0,0,1,0,0,0,0,0,0,6.071632385253906 +4,1,1,1,NA,0,3,3,45,561.92498779296875,294.25555419921875,3640,265.0375061035156,1,0,1.3862943649291992,1,6.331368446350098,3.8066625595092773,5.684448719024658,0,0,1,0,0,0,0,0,0,6.331368446350098 +5,1,1,1,1,0,3,3,34,404.95001220703125,300.11724853515625,3728,246.83749389648438,1,0,1.6094379425048828,1,6.003763675689697,3.526360511779785,5.7041730880737305,0,0,1,0,0,0,0,0,0,6.003763675689697 +1,1,1,1,1,0,3,3,35,807.625,963.65765380859375,3740,246.83749389648438,1,0,0,1,6.694097995758057,3.5553481578826904,6.870736122131348,0,0,1,0,0,0,0,0,0,6.694097995758057 +3,1,1,1,0,0,3,3,32,418.6000061035156,146.54161071777344,3740,245.6999969482422,1,0,1.0986123085021973,1,6.0369157791137695,3.465735912322998,4.987309455871582,0,0,1,0,0,0,0,0,0,6.0369157791137695 +0.25,1,1,1,1,0,3,3,28,464.1000061035156,260.2579040527344,3355,246.83749389648438,1,0,-1.3862943649291992,1,6.140100002288818,3.332204580307007,5.561673164367676,0,0,1,0,0,0,0,0,0,6.140100002288818 +13,1,1,1,1,0,3,3,29,427.70001220703125,985.9320068359375,3510,137.6374969482422,1,0,2.5649492740631104,1,6.058422088623047,3.367295742034912,6.893587589263916,0,0,1,0,0,0,0,0,0,6.058422088623047 +14,1,1,1,1,0,3,3,50,458.4125061035156,967.1746826171875,3449,137.6374969482422,1,0,2.6390573978424072,1,6.127769470214844,3.9120230674743652,6.8743791580200195,0,0,1,0,0,0,0,0,0,6.127769470214844 +3,1,1,1,0,0,3,3,30,468.6499938964844,317.7022399902344,3152,137.6374969482422,1,0,1.0986123085021973,1,6.149856090545654,3.4011974334716797,5.761114597320557,0,0,1,0,0,0,0,0,0,6.149856090545654 +1,1,1,1,0,0,3,3,38,490.26251220703125,222.74325561523438,3449,137.6374969482422,1,0,0,1,6.19494104385376,3.6375861167907715,5.406019687652588,0,0,1,0,0,0,0,0,0,6.19494104385376 +6,1,1,0,1,0,3,3,36,414.04998779296875,609.6131591796875,3640,137.6374969482422,1,0,1.7917594909667969,1,6.025986671447754,3.5835189819335938,6.412824630737305,0,0,1,0,0,0,0,0,0,6.025986671447754 +2,1,1,1,1,0,3,3,35,468.6499938964844,282.5322265625,3640,137.6374969482422,1,0,0.6931471824645996,1,6.149856090545654,3.5553481578826904,5.643792629241943,0,0,1,0,0,0,0,0,0,6.149856090545654 +1,1,1,1,1,0,3,3,29,386.75,30.480655670166016,3449,246.83749389648438,1,0,0,1,5.957778453826904,3.367295742034912,3.4170923233032227,0,0,1,0,0,0,0,0,0,5.957778453826904 +2,1,1,1,1,0,3,3,26,398.125,0,3613,265.0375061035156,1,0,0.6931471824645996,1,5.9867658615112305,3.25809645652771,0,0,0,1,0,0,0,0,0,0,5.9867658615112305 +9,1,1,1,1,0,3,3,31,432.25,332.94256591796875,3649,265.0375061035156,1,0,2.1972246170043945,1,6.069004058837891,3.4339871406555176,5.80797004699707,0,0,1,0,0,0,0,0,0,6.069004058837891 +1,1,1,1,1,0,3,3,46,489.125,195.77960205078125,3310,151.28750610351562,1,0,0,1,6.192617893218994,3.828641414642334,5.276989459991455,0,0,1,0,0,0,0,0,0,6.192617893218994 +14,1,1,1,1,0,3,3,36,432.25,744.431396484375,3228,265.0375061035156,1,0,2.6390573978424072,1,6.069004058837891,3.5835189819335938,6.612620830535889,0,0,1,0,0,0,0,0,0,6.069004058837891 +0.25,1,1,1,1,0,3,3,26,409.5,171.16061401367188,3640,265.0375061035156,1,0,-1.3862943649291992,1,6.014936923980713,3.25809645652771,5.142602443695068,0,0,1,0,0,0,0,0,0,6.014936923980713 +1,1,1,1,1,0,3,3,22,398.125,193.4349365234375,3310,265.0375061035156,1,0,0,1,5.9867658615112305,3.0910425186157227,5.264941215515137,0,0,1,0,0,0,0,0,0,5.9867658615112305 +3,1,1,1,1,0,3,3,49,415.1875,182.88394165039062,3210,265.0375061035156,1,0,1.0986123085021973,1,6.028730392456055,3.891820192337036,5.2088518142700195,0,0,1,0,0,0,0,0,0,6.028730392456055 +0.25,1,1,1,1,0,3,3,43,455,79.71864318847656,3352,265.0375061035156,1,0,-1.3862943649291992,1,6.120297431945801,3.761200189590454,4.378503322601318,0,0,1,0,0,0,0,0,0,6.120297431945801 +0.25,1,1,1,1,0,3,3,22,386.75,202.8135986328125,3610,258.2124938964844,1,0,-1.3862943649291992,1,5.957778453826904,3.0910425186157227,5.312287330627441,0,0,1,0,0,0,0,0,0,5.957778453826904 +10,1,1,1,1,0,3,3,34,455,2411.48876953125,3440,265.0375061035156,1,0,2.3025851249694824,1,6.120297431945801,3.526360511779785,7.787999629974365,0,0,1,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,3,25,409.5,206.33059692382812,3610,265.0375061035156,1,0,0,1,6.014936923980713,3.2188758850097656,5.329479694366455,0,0,1,0,0,0,0,0,0,6.014936923980713 +1,1,1,1,1,0,3,3,20,375.375,93.78663635253906,3640,250.25,1,0,0,1,5.9279255867004395,2.995732307434082,4.541022300720215,0,0,1,0,0,0,0,0,0,5.9279255867004395 +8,1,1,1,1,0,3,3,40,383.3374938964844,477.1394958496094,3628,246.83749389648438,1,0,2.079441547393799,1,5.948915958404541,3.6888794898986816,6.167809009552002,0,0,1,0,0,0,0,0,0,5.948915958404541 +1,1,1,1,1,0,3,3,30,432.25,321.21923828125,3152,246.83749389648438,1,0,0,1,6.069004058837891,3.4011974334716797,5.77212381362915,0,0,1,0,0,0,0,0,0,6.069004058837891 +3,1,1,1,1,0,3,3,51,580.125,0,3352,265.0375061035156,1,0,1.0986123085021973,1,6.363243579864502,3.931825637817383,0,0,0,1,0,0,0,0,0,0,6.363243579864502 +7,1,1,1,1,0,3,3,29,412.9125061035156,196.95193481445312,3228,246.83749389648438,1,0,1.945910096168518,1,6.02323579788208,3.367295742034912,5.282959938049316,0,0,1,0,0,0,0,0,0,6.02323579788208 +2,1,1,1,1,0,3,3,27,393.57501220703125,398.59320068359375,3428,246.83749389648438,1,0,0.6931471824645996,1,5.975271701812744,3.295836925506592,5.987941265106201,0,0,1,0,0,0,0,0,0,5.975271701812744 +3,1,1,1,1,1,3,3,20,398.125,1215.709228515625,3647,265.0375061035156,1,0,1.0986123085021973,1,5.9867658615112305,2.995732307434082,7.10308313369751,0,0,1,0,0,0,0,0,0,5.9867658615112305 +5,1,1,1,1,0,3,3,34,511.875,669.402099609375,3110,246.83749389648438,1,0,1.6094379425048828,1,6.2380805015563965,3.526360511779785,6.50638484954834,0,0,1,0,0,0,0,0,0,6.2380805015563965 +3,1,1,1,1,0,3,3,41,502.7749938964844,112.54396057128906,3304,265.0375061035156,1,0,1.0986123085021973,1,6.220142841339111,3.7135720252990723,4.723343849182129,0,0,1,0,0,0,0,0,0,6.220142841339111 +6,1,1,1,1,0,3,3,31,484.57501220703125,296.6002197265625,3628,246.83749389648438,1,0,1.7917594909667969,1,6.183272361755371,3.4339871406555176,5.692385196685791,0,0,1,0,0,0,0,0,0,6.183272361755371 +7,1,1,1,0,0,3,3,54,409.5,328.25323486328125,3628,265.0375061035156,1,0,1.945910096168518,1,6.014936923980713,3.9889841079711914,5.793785572052002,0,0,1,0,0,0,0,0,0,6.014936923980713 +1,1,1,1,0,0,3,3,19,455,172.33294677734375,3540,265.0375061035156,1,0,0,1,6.120297431945801,2.944438934326172,5.149428367614746,0,0,1,0,0,0,0,0,0,6.120297431945801 +3,1,1,1,1,0,3,3,36,373.1000061035156,365.76788330078125,3049,211.5749969482422,1,0,1.0986123085021973,1,5.921846389770508,3.5835189819335938,5.901998996734619,0,0,1,0,0,0,0,0,0,5.921846389770508 +0.25,1,1,0,1,0,3,3,47,404.95001220703125,104.33763122558594,3743,245.6999969482422,1,0,-1.3862943649291992,1,6.003763675689697,3.8501474857330322,4.647632122039795,0,0,1,0,0,0,0,0,0,6.003763675689697 +1,1,1,1,1,0,3,3,42,511.875,293.0832214355469,3613,246.83749389648438,1,0,0,1,6.2380805015563965,3.7376697063446045,5.680456638336182,0,0,1,0,0,0,0,0,0,6.2380805015563965 +8,1,1,0,1,0,3,3,41,507.32501220703125,942.5556640625,3613,245.6999969482422,1,0,2.079441547393799,1,6.229151725769043,3.7135720252990723,6.848595142364502,0,0,1,0,0,0,0,0,0,6.229151725769043 +2,1,1,1,0,0,3,3,45,409.5,146.54161071777344,3228,265.0375061035156,1,0,0.6931471824645996,1,6.014936923980713,3.8066625595092773,4.987309455871582,0,0,1,0,0,0,0,0,0,6.014936923980713 +2,1,1,1,1,0,2,3,27,460.6875,227.43258666992188,3340,265.0375061035156,1,0,0.6931471824645996,1,6.132719993591309,3.295836925506592,5.426853656768799,0,0,1,0,0,0,0,0,1,6.132719993591309 +8,1,1,1,1,1,NA,3,36,441.3500061035156,464.24383544921875,3613,265.0375061035156,1,0,2.079441547393799,1,6.089838027954102,3.5835189819335938,6.14040994644165,0,0,1,0,0,0,0,NA,NA,6.089838027954102 +1,1,1,1,0,0,3,4,23,392.4375,801.875732421875,4440,246.83749389648438,1,0,0,1,5.972377300262451,3.1354942321777344,6.686953544616699,0,0,0,1,0,0,0,0,0,5.972377300262451 +6,1,1,1,1,0,3,4,53,485.7124938964844,110.19929504394531,4428,149.0124969482422,1,0,1.7917594909667969,1,6.185616970062256,3.97029185295105,4.7022905349731445,0,0,0,1,0,0,0,0,0,6.185616970062256 +7,1,1,1,1,1,3,4,40,436.79998779296875,2201.641357421875,4534,246.83749389648438,1,0,1.945910096168518,1,6.079475402832031,3.6888794898986816,7.696958541870117,0,0,0,1,0,0,0,0,0,6.079475402832031 +5,1,1,1,1,1,3,4,26,426.5625,1570.9261474609375,4646,257.07501220703125,1,0,1.6094379425048828,1,6.055758953094482,3.25809645652771,7.3594207763671875,0,0,0,1,0,0,0,0,0,6.055758953094482 +4,1,1,1,1,1,3,4,57,498.2250061035156,2671.746826171875,4634,265.0375061035156,1,0,1.3862943649291992,1,6.211051940917969,4.043051242828369,7.8904876708984375,0,0,0,1,0,0,0,0,0,6.211051940917969 +1,1,1,1,1,1,3,4,27,455,2615.474853515625,4110,151.28750610351562,1,0,0,1,6.120297431945801,3.295836925506592,7.869201183319092,0,0,0,1,0,0,0,0,0,6.120297431945801 +7,1,1,1,1,0,3,4,25,625.625,390.3868713378906,4428,265.0375061035156,1,0,1.945910096168518,1,6.438751220703125,3.2188758850097656,5.967138290405273,0,0,0,1,0,0,0,0,0,6.438751220703125 +3,1,1,1,1,0,3,4,45,573.29998779296875,505.2755126953125,4110,265.0375061035156,1,0,1.0986123085021973,1,6.351408958435059,3.8066625595092773,6.225103855133057,0,0,0,1,0,0,0,0,0,6.351408958435059 +21,1,1,1,1,1,3,4,40,520.9749755859375,4971.86376953125,4428,265.0375061035156,1,0,3.044522523880005,1,6.255702018737793,3.6888794898986816,8.511549949645996,0,0,0,1,0,0,0,0,0,6.255702018737793 +135,1,1,1,1,1,3,4,43,485.7124938964844,11225.087890625,4334,265.0375061035156,1,0,4.905274868011475,1,6.185616970062256,3.761200189590454,9.325906753540039,0,0,0,1,0,0,0,0,0,6.185616970062256 +4,1,1,1,0,0,3,4,31,395.8500061035156,179.366943359375,4110,149.0124969482422,1,0,1.3862943649291992,1,5.981035232543945,3.4339871406555176,5.189433574676514,0,0,0,1,0,0,0,0,0,5.981035232543945 +9,1,1,1,1,1,3,4,44,568.75,2223.91552734375,4849,246.83749389648438,1,0,2.1972246170043945,1,6.343441009521484,3.7841897010803223,7.707024574279785,0,0,0,1,0,0,0,0,0,6.343441009521484 +1,1,1,1,1,1,3,4,30,426.5625,1611.957763671875,4110,141.0500030517578,1,0,0,1,6.055758953094482,3.4011974334716797,7.385204792022705,0,0,0,1,0,0,0,0,0,6.055758953094482 +16,1,1,1,1,1,3,4,53,480.0249938964844,4053.92724609375,4528,246.83749389648438,1,0,2.7725887298583984,1,6.173838138580322,3.97029185295105,8.307441711425781,0,0,0,1,0,0,0,0,0,6.173838138580322 +11,1,1,1,0,0,3,4,39,518.70001220703125,192.26260375976562,4428,246.83749389648438,1,0,2.397895336151123,1,6.251325607299805,3.6635615825653076,5.258862018585205,0,0,0,1,0,0,0,0,0,6.251325607299805 +6,1,1,1,1,1,3,4,41,576.7125244140625,2114.888671875,4834,246.83749389648438,1,0,1.7917594909667969,1,6.357344150543213,3.7135720252990723,7.656757354736328,0,0,0,1,0,0,0,0,0,6.357344150543213 +6,1,1,1,1,0,3,4,30,461.82501220703125,76.20164489746094,4410,149.0124969482422,1,0,1.7917594909667969,1,6.135186195373535,3.4011974334716797,4.333383083343506,0,0,0,1,0,0,0,0,0,6.135186195373535 +1,1,1,1,1,1,3,4,35,494.8125,405.627197265625,4534,211.5749969482422,1,0,0,1,6.204178810119629,3.5553481578826904,6.005434513092041,0,0,0,1,0,0,0,0,0,6.204178810119629 +2,1,1,1,1,0,3,4,33,568.75,376.3188781738281,4428,246.83749389648438,1,0,0.6931471824645996,1,6.343441009521484,3.4965076446533203,5.930437088012695,0,0,0,1,0,0,0,0,0,6.343441009521484 +1,1,1,1,1,0,3,4,40,423.1499938964844,0,4428,176.3125,1,0,0,1,6.047726631164551,3.6888794898986816,0,0,0,0,1,0,0,0,0,0,6.047726631164551 +58,1,1,1,1,1,3,4,33,568.75,6988.27685546875,4334,265.0375061035156,1,0,4.060442924499512,1,6.343441009521484,3.4965076446533203,8.85198974609375,0,0,0,1,0,0,0,0,0,6.343441009521484 +1,1,1,1,1,0,3,4,35,432.25,433.76318359375,4110,105.7874984741211,1,0,0,1,6.069004058837891,3.5553481578826904,6.072498798370361,0,0,0,1,0,0,0,0,0,6.069004058837891 +4,1,1,1,NA,1,3,4,38,432.25,3951.934326171875,4334,246.83749389648438,1,0,1.3862943649291992,1,6.069004058837891,3.6375861167907715,8.281960487365723,0,0,0,1,0,0,0,0,0,6.069004058837891 +13,1,1,1,1,1,3,4,40,431.11248779296875,2257.913330078125,4452,265.0375061035156,1,0,2.5649492740631104,1,6.06636905670166,3.6888794898986816,7.722196578979492,0,0,0,1,0,0,0,0,0,6.06636905670166 +3,1,1,1,1,0,3,4,37,379.92498779296875,94.95896911621094,4410,246.83749389648438,1,0,1.0986123085021973,1,5.939973831176758,3.610917806625366,4.553444862365723,0,0,0,1,0,0,0,0,0,5.939973831176758 +2,1,1,1,1,0,3,4,29,491.3999938964844,41.031654357910156,4452,246.83749389648438,1,0,0.6931471824645996,1,6.197258472442627,3.367295742034912,3.714343786239624,0,0,0,1,0,0,0,0,0,6.197258472442627 +5,1,1,1,1,0,3,4,40,473.20001220703125,146.54161071777344,4410,149.0124969482422,1,0,1.6094379425048828,1,6.159518241882324,3.6888794898986816,4.987309455871582,0,0,0,1,0,0,0,0,0,6.159518241882324 +182,1,1,1,1,1,3,4,29,591.5,12606.095703125,4346,265.0375061035156,1,0,5.204006671905518,1,6.382661819458008,3.367295742034912,9.441935539245605,0,0,0,1,0,0,0,0,0,6.382661819458008 +79,1,1,1,1,1,3,4,31,552.82501220703125,9941.3837890625,4334,265.0375061035156,1,0,4.369447708129883,1,6.315041542053223,3.4339871406555176,9.204461097717285,0,0,0,1,0,0,0,0,0,6.315041542053223 +6,1,1,1,1,1,3,4,45,381.0625,2446.658935546875,4634,254.8000030517578,1,0,1.7917594909667969,1,5.942963600158691,3.8066625595092773,7.802478790283203,0,0,0,1,0,0,0,0,0,5.942963600158691 +182,1,1,0,1,1,3,4,36,533.48748779296875,30246.189453125,4334,265.0375061035156,1,0,5.204006671905518,1,6.279435634613037,3.5835189819335938,10.31712532043457,0,0,0,1,0,0,0,0,0,6.279435634613037 +2,1,1,1,1,0,3,4,25,432.25,164.12661743164062,4410,246.83749389648438,1,0,0.6931471824645996,1,6.069004058837891,3.2188758850097656,5.100638389587402,0,0,0,1,0,0,0,0,0,6.069004058837891 +8,1,1,1,1,1,3,4,23,533.48748779296875,1675.2637939453125,4452,265.0375061035156,1,0,2.079441547393799,1,6.279435634613037,3.1354942321777344,7.4237260818481445,0,0,0,1,0,0,0,0,0,6.279435634613037 +182,1,1,1,1,1,3,4,39,904.3125,65920.28125,4334,265.0375061035156,1,0,5.204006671905518,1,6.807175159454346,3.6635615825653076,11.09620189666748,0,0,0,1,0,0,0,0,0,6.807175159454346 +3,1,1,1,1,0,3,4,32,455,446.6588439941406,4410,265.0375061035156,1,0,1.0986123085021973,1,6.120297431945801,3.465735912322998,6.101795196533203,0,0,0,1,0,0,0,0,0,6.120297431945801 +110,1,1,1,1,1,3,4,28,534.625,14507.6201171875,4334,265.0375061035156,1,0,4.7004804611206055,1,6.2815656661987305,3.332204580307007,9.582428932189941,0,0,0,1,0,0,0,0,0,6.2815656661987305 +4,1,1,1,1,0,3,4,31,681.36248779296875,11.723329544067383,4410,265.0375061035156,1,0,1.3862943649291992,1,6.524094581604004,3.4339871406555176,2.461580753326416,0,0,0,1,0,0,0,0,0,6.524094581604004 +4,1,1,1,1,1,3,4,40,583.5374755859375,3246.18994140625,4334,265.0375061035156,1,0,1.3862943649291992,1,6.3691086769104,3.6888794898986816,8.085237503051758,0,0,0,1,0,0,0,0,0,6.3691086769104 +4,1,1,1,1,0,3,4,37,481.1625061035156,107.85462951660156,4410,246.83749389648438,1,0,1.3862943649291992,1,6.176205158233643,3.610917806625366,4.680784225463867,0,0,0,1,0,0,0,0,0,6.176205158233643 +6,1,1,1,1,1,3,4,40,682.5,2252.051513671875,4534,288.92498779296875,1,0,1.7917594909667969,1,6.525762557983398,3.6888794898986816,7.719596862792969,0,0,0,1,0,0,0,0,0,6.525762557983398 +79,1,1,1,1,1,3,4,37,477.75,5861.66455078125,4346,265.0375061035156,1,0,4.369447708129883,1,6.1690874099731445,3.610917806625366,8.676188468933105,0,0,0,1,0,0,0,0,0,6.1690874099731445 +1,1,1,1,0,1,1,4,57,547.13751220703125,1083.235595703125,4152,246.83749389648438,1,0,0,1,6.3047003746032715,4.043051242828369,6.987707614898682,0,0,0,1,0,0,0,1,0,6.3047003746032715 +2,1,1,1,1,1,1,4,28,544.86248779296875,709.26141357421875,4010,265.0375061035156,1,0,0.6931471824645996,1,6.300533294677734,3.332204580307007,6.5642242431640625,0,0,0,1,0,0,0,1,0,6.300533294677734 +12,1,1,1,1,1,1,4,62,379.92498779296875,2076.20166015625,4428,245.6999969482422,1,0,2.4849066734313965,1,5.939973831176758,4.127134323120117,7.6382951736450195,0,0,0,1,0,0,0,1,0,5.939973831176758 +0.25,1,1,0,0,0,1,4,50,392.4375,0,4452,245.6999969482422,1,0,-1.3862943649291992,1,5.972377300262451,3.9120230674743652,0,0,0,0,1,0,0,0,1,0,5.972377300262451 +8,1,1,1,0,1,1,4,46,393.57501220703125,2685.814697265625,4834,262.76251220703125,1,0,2.079441547393799,1,5.975271701812744,3.828641414642334,7.895739555358887,0,0,0,1,0,0,0,1,0,5.975271701812744 +3,1,1,0,1,0,1,4,52,398.125,110.19929504394531,4428,265.0375061035156,1,0,1.0986123085021973,1,5.9867658615112305,3.9512436389923096,4.7022905349731445,0,0,0,1,0,0,0,1,0,5.9867658615112305 +2,1,1,1,1,1,1,4,58,378.7875061035156,1212.1922607421875,4552,246.83749389648438,1,0,0.6931471824645996,1,5.936975479125977,4.060442924499512,7.100185871124268,0,0,0,1,0,0,0,1,0,5.936975479125977 +5,1,1,1,1,0,3,4,31,568.75,140.67994689941406,4428,265.0375061035156,1,0,1.6094379425048828,1,6.343441009521484,3.4339871406555176,4.9464874267578125,0,0,0,1,0,0,0,0,0,6.343441009521484 +6,1,1,1,1,0,1,4,41,482.29998779296875,203.98593139648438,4428,265.0375061035156,1,0,1.7917594909667969,1,6.1785664558410645,3.7135720252990723,5.318050861358643,0,0,0,1,0,0,0,1,0,6.1785664558410645 +7,1,1,1,1,1,1,4,34,480.0249938964844,2418.52294921875,4010,265.0375061035156,1,0,1.945910096168518,1,6.173838138580322,3.526360511779785,7.79091215133667,0,0,0,1,0,0,0,1,0,6.173838138580322 +6,1,1,1,1,1,1,4,34,373.1000061035156,3003.51708984375,4834,249.1125030517578,1,0,1.7917594909667969,1,5.921846389770508,3.526360511779785,8.007538795471191,0,0,0,1,0,0,0,1,0,5.921846389770508 +9,1,1,1,1,1,1,4,39,375.375,1542.7901611328125,4834,246.83749389648438,1,0,2.1972246170043945,1,5.9279255867004395,3.6635615825653076,7.341347694396973,0,0,0,1,0,0,0,1,0,5.9279255867004395 +7,1,1,1,1,1,1,4,23,386.75,2205.158203125,4834,258.2124938964844,1,0,1.945910096168518,1,5.957778453826904,3.1354942321777344,7.698554515838623,0,0,0,1,0,0,0,1,0,5.957778453826904 +6,1,1,1,1,1,1,4,37,489.125,2141.852294921875,4834,246.83749389648438,1,0,1.7917594909667969,1,6.192617893218994,3.610917806625366,7.669426441192627,0,0,0,1,0,0,0,1,0,6.192617893218994 +3,1,1,1,1,1,1,4,50,420.875,1545.134765625,4852,246.83749389648438,1,0,1.0986123085021973,1,6.0423359870910645,3.9120230674743652,7.34286642074585,0,0,0,1,0,0,0,1,0,6.0423359870910645 +3,1,1,0,0,0,1,4,61,371.9624938964844,191.09027099609375,4452,247.97500610351562,1,0,1.0986123085021973,1,5.918793201446533,4.110873699188232,5.252746105194092,0,0,0,1,0,0,0,1,0,5.918793201446533 +0.25,1,1,1,1,0,1,4,22,467.51251220703125,237.98358154296875,4036,265.0375061035156,1,0,-1.3862943649291992,1,6.147426128387451,3.0910425186157227,5.472201824188232,0,0,0,1,0,0,0,1,0,6.147426128387451 +5,1,1,1,1,1,2,4,36,683.63751220703125,2652.989501953125,4352,265.0375061035156,1,0,1.6094379425048828,1,6.527427673339844,3.5835189819335938,7.883442401885986,0,0,0,1,0,0,0,0,1,6.527427673339844 +12,1,1,1,1,1,1,4,26,389.0249938964844,1773.73974609375,4834,246.83749389648438,1,0,2.4849066734313965,1,5.963643550872803,3.25809645652771,7.4808454513549805,0,0,0,1,0,0,0,1,0,5.963643550872803 +4,1,1,1,1,0,1,4,29,577.8499755859375,518.171142578125,4152,265.0375061035156,1,0,1.3862943649291992,1,6.359314441680908,3.367295742034912,6.250305652618408,0,0,0,1,0,0,0,1,0,6.359314441680908 +11,1,1,1,1,1,1,4,67,455,2839.390380859375,4834,265.0375061035156,1,0,2.397895336151123,1,6.120297431945801,4.204692840576172,7.9513444900512695,0,0,0,1,0,0,0,1,0,6.120297431945801 +3,1,1,1,1,0,1,4,59,409.5,123.09495544433594,4452,246.83749389648438,1,0,1.0986123085021973,1,6.014936923980713,4.077537536621094,4.812955856323242,0,0,0,1,0,0,0,1,0,6.014936923980713 +5,1,1,1,1,0,1,4,37,400.3999938964844,218.05392456054688,4152,265.0375061035156,1,0,1.6094379425048828,1,5.992464065551758,3.610917806625366,5.384742259979248,0,0,0,1,0,0,0,1,0,5.992464065551758 +7,1,1,1,1,1,2,4,25,650.6500244140625,2171.16064453125,4834,246.83749389648438,1,0,1.945910096168518,1,6.477972030639648,3.2188758850097656,7.683017253875732,0,0,0,1,0,0,0,0,1,6.477972030639648 +0.25,1,1,1,1,0,2,4,28,872.4625244140625,137.16294860839844,4410,265.0375061035156,1,0,-1.3862943649291992,1,6.77131986618042,3.332204580307007,4.921169757843018,0,0,0,1,0,0,0,0,1,6.77131986618042 +11,1,1,1,1,1,2,4,39,464.1000061035156,1651.817138671875,4834,265.0375061035156,1,0,2.397895336151123,1,6.140100002288818,3.6635615825653076,7.409631252288818,0,0,0,1,0,0,0,0,1,6.140100002288818 +13,1,1,1,1,1,2,4,39,664.29998779296875,2654.161865234375,4834,246.83749389648438,1,0,2.5649492740631104,1,6.498733997344971,3.6635615825653076,7.883884429931641,0,0,0,1,0,0,0,0,1,6.498733997344971 +9,1,1,1,1,0,2,4,54,607.42498779296875,275.49822998046875,4410,246.83749389648438,1,0,2.1972246170043945,1,6.409228801727295,3.9889841079711914,5.618581295013428,0,0,0,1,0,0,0,0,1,6.409228801727295 +12,1,1,1,1,1,1,4,51,436.79998779296875,2484.173583984375,4834,265.0375061035156,1,0,2.4849066734313965,1,6.079475402832031,3.931825637817383,7.817695140838623,0,0,0,1,0,0,0,1,0,6.079475402832031 +6,1,1,1,1,0,1,4,52,386.75,654.16180419921875,4428,265.0375061035156,1,0,1.7917594909667969,1,5.957778453826904,3.9512436389923096,6.483354568481445,0,0,0,1,0,0,0,1,0,5.957778453826904 +3,1,1,1,1,1,1,4,27,469.7875061035156,2007.0340576171875,4652,246.83749389648438,1,0,1.0986123085021973,1,6.152280330657959,3.295836925506592,7.6044135093688965,0,0,0,1,0,0,0,1,0,6.152280330657959 +15,1,1,1,1,1,1,4,43,393.57501220703125,2157.092529296875,4834,265.0375061035156,1,0,2.70805025100708,1,5.975271701812744,3.761200189590454,7.676516532897949,0,0,0,1,0,0,0,1,0,5.975271701812744 +1,1,1,1,1,0,1,4,37,403.8125,514.6541748046875,4634,265.0375061035156,1,0,0,1,6.000950813293457,3.610917806625366,6.243494987487793,0,0,0,1,0,0,0,1,0,6.000950813293457 +7,1,1,1,1,1,2,4,46,455,1606.09619140625,4613,265.0375061035156,1,0,1.945910096168518,1,6.120297431945801,3.828641414642334,7.381561756134033,0,0,0,1,0,0,0,0,1,6.120297431945801 +1,1,1,1,1,0,2,4,33,611.9749755859375,365.76788330078125,4834,265.0375061035156,1,0,0,1,6.416691303253174,3.4965076446533203,5.901998996734619,0,0,0,1,0,0,0,0,1,6.416691303253174 +17,1,1,1,1,1,2,4,33,561.92498779296875,2465.416259765625,4634,246.83749389648438,1,0,2.8332133293151855,1,6.331368446350098,3.4965076446533203,7.810115814208984,0,0,0,1,0,0,0,0,1,6.331368446350098 +4,1,1,1,0,0,2,4,30,382.20001220703125,0,4452,246.83749389648438,1,0,1.3862943649291992,1,5.945943832397461,3.4011974334716797,0,0,0,0,1,0,0,0,0,1,5.945943832397461 +7,1,1,1,1,0,2,4,33,531.2125244140625,15.240327835083008,4410,149.0124969482422,1,0,1.945910096168518,1,6.275162220001221,3.4965076446533203,2.723945140838623,0,0,0,1,0,0,0,0,1,6.275162220001221 +27,1,1,1,0,1,2,4,21,460.6875,2343.49365234375,4128,246.83749389648438,1,0,3.295836925506592,1,6.132719993591309,3.044522523880005,7.759397983551025,0,0,0,1,0,0,0,0,1,6.132719993591309 +15,1,1,1,1,1,2,4,52,732.54998779296875,1982.4150390625,4834,137.6374969482422,1,0,2.70805025100708,1,6.596531391143799,3.9512436389923096,7.592071056365967,0,0,0,1,0,0,0,0,1,6.596531391143799 +8,1,1,1,1,1,2,4,41,392.4375,2323.56396484375,4834,261.625,1,0,2.079441547393799,1,5.972377300262451,3.7135720252990723,7.750857353210449,0,0,0,1,0,0,0,0,1,5.972377300262451 +7,1,1,1,1,1,2,4,52,592.63751220703125,1800.703369140625,4634,265.0375061035156,1,0,1.945910096168518,1,6.384582996368408,3.9512436389923096,7.495932579040527,0,0,0,1,0,0,0,0,1,6.384582996368408 +16,1,1,1,1,1,2,4,42,407.2250061035156,1805.3927001953125,4646,265.0375061035156,1,0,2.7725887298583984,1,6.009366035461426,3.7376697063446045,7.498533248901367,0,0,0,1,0,0,0,0,1,6.009366035461426 +4,1,1,1,0,1,2,4,37,393.57501220703125,2281.35986328125,4837,188.8249969482422,1,0,1.3862943649291992,1,5.975271701812744,3.610917806625366,7.732526779174805,0,0,0,1,0,0,0,0,1,5.975271701812744 +28,1,1,1,1,1,2,4,37,610.8375244140625,7786.63525390625,4152,266.17498779296875,1,0,3.332204580307007,1,6.414831161499023,3.610917806625366,8.960164070129395,0,0,0,1,0,0,0,0,1,6.414831161499023 +10,1,1,1,1,1,2,4,30,581.26251220703125,4599.06201171875,4052,265.0375061035156,1,0,2.3025851249694824,1,6.3652024269104,3.4011974334716797,8.433608055114746,0,0,0,1,0,0,0,0,1,6.3652024269104 +10,1,1,1,1,1,2,4,36,538.0374755859375,1747.9483642578125,4834,265.0375061035156,1,0,2.3025851249694824,1,6.287928104400635,3.5835189819335938,7.466197967529297,0,0,0,1,0,0,0,0,1,6.287928104400635 +8,1,1,1,1,1,2,4,21,406.0874938964844,1389.2144775390625,4846,265.0375061035156,1,0,2.079441547393799,1,6.006568431854248,3.044522523880005,7.2364935874938965,0,0,0,1,0,0,0,0,1,6.006568431854248 +8,1,1,1,0,0,2,4,32,517.5625,1290.738525390625,4846,246.83749389648438,1,0,2.079441547393799,1,6.2491302490234375,3.465735912322998,7.162970066070557,0,0,0,1,0,0,0,0,1,6.2491302490234375 +18,1,1,1,0,1,2,4,23,392.4375,9873.3876953125,4428,246.83749389648438,1,0,2.890371799468994,1,5.972377300262451,3.1354942321777344,9.197598457336426,0,0,0,1,0,0,0,0,1,5.972377300262451 +4,1,1,1,1,1,2,4,43,470.92498779296875,1313.012939453125,4643,246.83749389648438,1,0,1.3862943649291992,1,6.154698848724365,3.761200189590454,7.180079936981201,0,0,0,1,0,0,0,0,1,6.154698848724365 +6,1,1,1,1,1,2,4,30,382.20001220703125,2025.7913818359375,4434,254.8000030517578,1,0,1.7917594909667969,1,5.945943832397461,3.4011974334716797,7.613715648651123,0,0,0,1,0,0,0,0,1,5.945943832397461 +5,1,1,1,0,0,2,4,28,586.95001220703125,255.56858825683594,4434,265.0375061035156,1,0,1.6094379425048828,1,6.374939441680908,3.332204580307007,5.543490886688232,0,0,0,1,0,0,0,0,1,6.374939441680908 +7,1,1,1,1,1,2,4,48,457.2749938964844,1535.756103515625,4834,246.83749389648438,1,0,1.945910096168518,1,6.1252851486206055,3.8712010383605957,7.336778163909912,0,0,0,1,0,0,0,0,1,6.1252851486206055 +6,1,1,1,1,1,2,4,50,443.625,3611.957763671875,4834,265.0375061035156,1,0,1.7917594909667969,1,6.094979763031006,3.9120230674743652,8.192005157470703,0,0,0,1,0,0,0,0,1,6.094979763031006 +56,1,1,1,1,1,2,4,43,392.4375,1549.8240966796875,4428,37.537498474121094,1,0,4.025351524353027,1,5.972377300262451,3.761200189590454,7.3458967208862305,0,0,0,1,0,0,0,0,1,5.972377300262451 +13,1,1,1,1,1,2,4,24,395.8500061035156,890.9730224609375,4534,246.83749389648438,1,0,2.5649492740631104,1,5.981035232543945,3.178053855895996,6.792314052581787,0,0,0,1,0,0,0,0,1,5.981035232543945 +6,1,1,1,1,1,2,4,24,771.2249755859375,2424.384521484375,4834,265.0375061035156,1,0,1.7917594909667969,1,6.647980213165283,3.178053855895996,7.793333053588867,0,0,0,1,0,0,0,0,1,6.647980213165283 +7,1,1,1,1,1,2,4,26,390.1625061035156,554.51348876953125,4837,246.83749389648438,1,0,1.945910096168518,1,5.9665632247924805,3.25809645652771,6.318090915679932,0,0,0,1,0,0,0,0,1,5.9665632247924805 +11,1,1,1,1,0,2,4,34,585.8125,177.02227783203125,4346,246.83749389648438,1,0,2.397895336151123,1,6.372999668121338,3.526360511779785,5.176275730133057,0,0,0,1,0,0,0,0,1,6.372999668121338 +6,1,1,1,1,1,2,4,34,610.8375244140625,1743.259033203125,4628,266.17498779296875,1,0,1.7917594909667969,1,6.414831161499023,3.526360511779785,7.4635114669799805,0,0,0,1,0,0,0,0,1,6.414831161499023 +3,1,1,1,1,0,2,4,37,409.5,67.99530792236328,4634,246.83749389648438,1,0,1.0986123085021973,1,6.014936923980713,3.610917806625366,4.219438552856445,0,0,0,1,0,0,0,0,1,6.014936923980713 +6,1,1,1,0,1,2,4,20,475.4750061035156,1203.9859619140625,4852,246.83749389648438,1,0,1.7917594909667969,1,6.164314270019531,2.995732307434082,7.093392848968506,0,0,0,1,0,0,0,0,1,6.164314270019531 +9,1,1,1,1,1,2,4,43,520.9749755859375,2247.3623046875,4346,265.0375061035156,1,0,2.1972246170043945,1,6.255702018737793,3.761200189590454,7.717512607574463,0,0,0,1,0,0,0,0,1,6.255702018737793 +5,1,1,1,1,1,2,4,53,441.3500061035156,4042.2041015625,4528,246.83749389648438,1,0,1.6094379425048828,1,6.089838027954102,3.97029185295105,8.304545402526855,0,0,0,1,0,0,0,0,1,6.089838027954102 +9,1,1,1,1,1,3,4,60,520.9749755859375,1769.0504150390625,4852,246.83749389648438,1,0,2.1972246170043945,1,6.255702018737793,4.094344615936279,7.478198051452637,0,0,0,1,0,0,0,0,0,6.255702018737793 +3,1,1,1,1,0,3,4,52,437.9375,53.92731475830078,4428,265.0375061035156,1,0,1.0986123085021973,1,6.082076072692871,3.9512436389923096,3.9876370429992676,0,0,0,1,0,0,0,0,0,6.082076072692871 +8,1,1,1,1,1,3,4,57,813.3125,2516.998779296875,4834,265.0375061035156,1,0,2.079441547393799,1,6.701115608215332,4.043051242828369,7.830822467803955,0,0,0,1,0,0,0,0,0,6.701115608215332 +9,1,1,1,1,1,3,4,36,580.125,2840.562744140625,4634,265.0375061035156,1,0,2.1972246170043945,1,6.363243579864502,3.5835189819335938,7.951757431030273,0,0,0,1,0,0,0,0,0,6.363243579864502 +8,1,1,1,1,1,3,4,32,511.875,1449.0035400390625,4346,149.0124969482422,1,0,2.079441547393799,1,6.2380805015563965,3.465735912322998,7.278631210327148,0,0,0,1,0,0,0,0,0,6.2380805015563965 +1,1,1,1,1,0,3,4,55,548.2750244140625,182.88394165039062,4010,265.0375061035156,1,0,0,1,6.306777000427246,4.007333278656006,5.2088518142700195,0,0,0,1,0,0,0,0,0,6.306777000427246 +10,1,1,1,1,1,3,4,37,449.3125,2819.460693359375,4852,265.0375061035156,1,0,2.3025851249694824,1,6.107718467712402,3.610917806625366,7.944301128387451,0,0,0,1,0,0,0,0,0,6.107718467712402 +12,1,1,1,1,1,3,4,55,505.04998779296875,3028.135986328125,4634,246.83749389648438,1,0,2.4849066734313965,1,6.2246575355529785,4.007333278656006,8.015702247619629,0,0,0,1,0,0,0,0,0,6.2246575355529785 +4,1,1,1,0,0,3,4,28,583.5374755859375,296.6002197265625,4152,265.0375061035156,1,0,1.3862943649291992,1,6.3691086769104,3.332204580307007,5.692385196685791,0,0,0,1,0,0,0,0,0,6.3691086769104 +10,1,1,1,1,0,3,4,26,568.75,208.67526245117188,4634,265.0375061035156,1,0,2.3025851249694824,1,6.343441009521484,3.25809645652771,5.3407793045043945,0,0,0,1,0,0,0,0,0,6.343441009521484 +5,1,1,0,1,0,3,4,39,384.4750061035156,313.0129089355469,4149,255.9375,1,0,1.6094379425048828,1,5.951878547668457,3.6635615825653076,5.746244430541992,0,0,0,1,0,0,0,0,0,5.951878547668457 +5,1,1,1,1,0,3,4,36,555.0999755859375,161.78195190429688,4410,265.0375061035156,1,0,1.6094379425048828,1,6.319148063659668,3.5835189819335938,5.086249351501465,0,0,0,1,0,0,0,0,0,6.319148063659668 +9,1,1,1,0,1,3,4,58,507.32501220703125,3668.229736328125,4834,265.0375061035156,1,0,2.1972246170043945,1,6.229151725769043,4.060442924499512,8.207464218139648,0,0,0,1,0,0,0,0,0,6.229151725769043 +3,1,1,1,1,0,3,4,23,379.92498779296875,106.68229675292969,4428,246.83749389648438,1,0,1.0986123085021973,1,5.939973831176758,3.1354942321777344,4.669855117797852,0,0,0,1,0,0,0,0,0,5.939973831176758 +3,1,1,1,1,1,3,4,23,379.92498779296875,106.68229675292969,4428,246.83749389648438,1,0,1.0986123085021973,1,5.939973831176758,3.1354942321777344,4.669855117797852,0,0,0,1,0,0,0,0,0,5.939973831176758 +4,1,1,0,1,0,3,4,55,500.5,294.25555419921875,4152,246.83749389648438,1,0,1.3862943649291992,1,6.215607643127441,4.007333278656006,5.684448719024658,0,0,0,1,0,0,0,0,0,6.215607643127441 +5,1,1,1,1,0,2,4,47,687.04998779296875,471.27783203125,4428,265.0375061035156,1,0,1.6094379425048828,1,6.532407283782959,3.8501474857330322,6.155447959899902,0,0,0,1,0,0,0,0,1,6.532407283782959 +19,1,1,0,1,0,3,4,50,400.3999938964844,5275.498046875,4510,246.83749389648438,1,0,2.944438934326172,1,5.992464065551758,3.9120230674743652,8.570828437805176,0,0,0,1,0,0,0,0,0,5.992464065551758 +4,1,1,0,1,1,3,4,47,416.32501220703125,1771.39501953125,4552,246.83749389648438,1,0,1.3862943649291992,1,6.031466007232666,3.8501474857330322,7.479522705078125,0,0,0,1,0,0,0,0,0,6.031466007232666 +2,1,1,1,0,1,3,4,30,398.125,1144.1968994140625,4834,246.83749389648438,1,0,0.6931471824645996,1,5.9867658615112305,3.4011974334716797,7.0424580574035645,0,0,0,1,0,0,0,0,0,5.9867658615112305 +7,1,1,1,1,1,3,4,39,375.375,2674.091552734375,4834,265.0375061035156,1,0,1.945910096168518,1,5.9279255867004395,3.6635615825653076,7.891365051269531,0,0,0,1,0,0,0,0,0,5.9279255867004395 +4,1,1,1,1,0,3,4,29,511.875,2018.75732421875,4152,265.0375061035156,1,0,1.3862943649291992,1,6.2380805015563965,3.367295742034912,7.6102375984191895,0,0,0,1,0,0,0,0,0,6.2380805015563965 +7,1,1,1,1,1,3,4,29,493.67498779296875,2029.308349609375,4834,246.83749389648438,1,0,1.945910096168518,1,6.201877593994141,3.367295742034912,7.615450382232666,0,0,0,1,0,0,0,0,0,6.201877593994141 +1,1,1,1,1,0,3,4,27,443.625,72.68463897705078,4552,137.6374969482422,1,0,0,1,6.094979763031006,3.295836925506592,4.286129951477051,0,0,0,1,0,0,0,0,0,6.094979763031006 +3,1,1,1,1,1,3,4,61,592.63751220703125,2256.740966796875,4834,246.83749389648438,1,0,1.0986123085021973,1,6.384582996368408,4.110873699188232,7.721676826477051,0,0,0,1,0,0,0,0,0,6.384582996368408 +30,1,1,1,1,1,3,4,33,371.9624938964844,2167.6435546875,4049,246.83749389648438,1,0,3.4011974334716797,1,5.918793201446533,3.4965076446533203,7.681396007537842,0,0,0,1,0,0,0,0,0,5.918793201446533 +10,1,1,1,1,1,2,4,22,432.25,2389.214599609375,4852,246.83749389648438,1,0,2.3025851249694824,1,6.069004058837891,3.0910425186157227,7.778719902038574,0,0,0,1,0,0,0,0,1,6.069004058837891 +11,1,1,1,1,1,3,4,29,459.54998779296875,933.177001953125,4110,245.6999969482422,1,0,2.397895336151123,1,6.130247592926025,3.367295742034912,6.838594913482666,0,0,0,1,0,0,0,0,0,6.130247592926025 +2,1,1,1,1,0,3,4,41,440.2124938964844,52.754981994628906,4152,246.83749389648438,1,0,0.6931471824645996,1,6.087257385253906,3.7135720252990723,3.965658187866211,0,0,0,1,0,0,0,0,0,6.087257385253906 +5,1,1,1,0,1,3,4,30,398.125,2818.288330078125,4834,265.0375061035156,1,0,1.6094379425048828,1,5.9867658615112305,3.4011974334716797,7.94388484954834,0,0,0,1,0,0,0,0,0,5.9867658615112305 +17,1,1,1,1,0,3,4,39,449.3125,1614.302490234375,4852,246.83749389648438,1,0,2.8332133293151855,1,6.107718467712402,3.6635615825653076,7.386658191680908,0,0,0,1,0,0,0,0,0,6.107718467712402 +9,1,1,1,1,0,3,4,34,409.5,403.28253173828125,4428,246.83749389648438,1,0,2.1972246170043945,1,6.014936923980713,3.526360511779785,5.999637603759766,0,0,0,1,0,0,0,0,0,6.014936923980713 +5,1,1,1,1,1,3,4,54,509.6000061035156,2298.94482421875,4843,243.4250030517578,1,0,1.6094379425048828,1,6.233625888824463,3.9889841079711914,7.74020528793335,0,0,0,1,0,0,0,0,0,6.233625888824463 +3,1,1,1,1,0,3,4,57,449.3125,63.30598068237305,4316,266.17498779296875,1,0,1.0986123085021973,1,6.107718467712402,4.043051242828369,4.147979736328125,0,0,0,1,0,0,0,0,0,6.107718467712402 +23,1,1,1,1,0,3,4,61,426.5625,5086.75244140625,4941,266.17498779296875,1,0,3.1354942321777344,1,6.055758953094482,4.110873699188232,8.534395217895508,0,0,0,1,0,0,0,0,0,6.055758953094482 +1,1,1,1,1,0,3,4,22,398.125,130.1289520263672,4110,265.0375061035156,1,0,0,1,5.9867658615112305,3.0910425186157227,4.868525981903076,0,0,0,1,0,0,0,0,0,5.9867658615112305 +1,1,1,1,1,1,3,5,44,460.6875,1803.048095703125,4252,265.0375061035156,1,0,0,1,6.132719993591309,3.7841897010803223,7.497233867645264,0,0,0,0,1,0,0,0,0,6.132719993591309 +1,1,1,1,1,0,3,5,30,386.75,345.8382263183594,4252,258.2124938964844,1,0,0,1,5.957778453826904,3.4011974334716797,5.84597110748291,0,0,0,0,1,0,0,0,0,5.957778453826904 +0.25,1,1,1,1,1,3,5,44,483.4375,1041.0316162109375,4249,246.83749389648438,1,0,-1.3862943649291992,1,6.180922031402588,3.7841897010803223,6.947967529296875,0,0,0,0,1,0,0,0,0,6.180922031402588 +4,1,1,1,1,0,3,5,35,445.8999938964844,201.64126586914062,4252,204.75,1,0,1.3862943649291992,1,6.100094795227051,3.5553481578826904,5.306490421295166,0,0,0,0,1,0,0,0,0,6.100094795227051 +2,1,1,1,NA,0,3,5,31,439.07501220703125,199.29660034179688,4252,246.83749389648438,1,0,0.6931471824645996,1,6.084670066833496,3.4339871406555176,5.294794082641602,0,0,0,0,1,0,0,0,0,6.084670066833496 +73,1,1,1,1,1,3,5,41,468.6499938964844,7209.84765625,4252,246.83749389648438,1,0,4.290459632873535,1,6.149856090545654,3.7135720252990723,8.883203506469727,0,0,0,0,1,0,0,0,0,6.149856090545654 +28,1,1,1,1,0,3,5,28,477.75,834.7010498046875,4252,246.83749389648438,1,0,3.332204580307007,1,6.1690874099731445,3.332204580307007,6.727073669433594,0,0,0,0,1,0,0,0,0,6.1690874099731445 +3,1,1,1,1,0,3,5,51,442.48748779296875,310.6682434082031,4252,246.83749389648438,1,0,1.0986123085021973,1,6.092411994934082,3.931825637817383,5.738725662231445,0,0,0,0,1,0,0,0,0,6.092411994934082 +46,1,1,1,1,0,3,5,36,485.7124938964844,5773.73974609375,4252,246.83749389648438,1,0,3.828641414642334,1,6.185616970062256,3.5835189819335938,8.661075592041016,0,0,0,0,1,0,0,0,0,6.185616970062256 +8,1,1,1,1,0,3,5,24,432.25,1111.37158203125,4252,246.83749389648438,1,0,2.079441547393799,1,6.069004058837891,3.178053855895996,7.013350009918213,0,0,0,0,1,0,0,0,0,6.069004058837891 +1,1,1,1,1,0,3,5,54,536.9000244140625,180.53927612304688,4252,227.5,1,0,0,1,6.285811901092529,3.9889841079711914,5.195948123931885,0,0,0,0,1,0,0,0,0,6.285811901092529 +1,1,1,1,1,0,3,5,34,498.2250061035156,141.85227966308594,4252,151.28750610351562,1,0,0,1,6.211051940917969,3.526360511779785,4.95478630065918,0,0,0,0,1,0,0,0,0,6.211051940917969 +76,1,1,1,1,1,3,5,38,420.875,9964.830078125,4252,265.0375061035156,1,0,4.330733299255371,1,6.0423359870910645,3.6375861167907715,9.206817626953125,0,0,0,0,1,0,0,0,0,6.0423359870910645 +3,1,1,1,1,0,3,5,37,398.125,361.07855224609375,4252,265.0375061035156,1,0,1.0986123085021973,1,5.9867658615112305,3.610917806625366,5.889095306396484,0,0,0,0,1,0,0,0,0,5.9867658615112305 +13,1,1,1,1,1,3,5,29,559.6500244140625,4130.12890625,4252,265.0375061035156,1,0,2.5649492740631104,1,6.3273115158081055,3.367295742034912,8.326064109802246,0,0,0,0,1,0,0,0,0,6.3273115158081055 +17,1,1,1,1,0,3,5,29,544.86248779296875,810.08209228515625,4252,246.83749389648438,1,0,2.8332133293151855,1,6.300533294677734,3.367295742034912,6.6971354484558105,0,0,0,0,1,0,0,0,0,6.300533294677734 +13,1,1,1,1,1,3,5,51,498.2250061035156,1123.094970703125,4252,265.0375061035156,1,0,2.5649492740631104,1,6.211051940917969,3.931825637817383,7.023843288421631,0,0,0,0,1,0,0,0,0,6.211051940917969 +1,1,1,1,1,0,3,5,27,608.5625,1155.9202880859375,4252,151.28750610351562,1,0,0,1,6.411099433898926,3.295836925506592,7.052651882171631,0,0,0,0,1,0,0,0,0,6.411099433898926 +1,1,1,1,1,0,3,5,48,568.75,0,4252,151.28750610351562,1,0,0,1,6.343441009521484,3.8712010383605957,0,0,0,0,0,1,0,0,0,0,6.343441009521484 +2,1,1,1,1,1,3,5,21,523.25,481.8288269042969,4252,265.0375061035156,1,0,0.6931471824645996,1,6.260059356689453,3.044522523880005,6.177588939666748,0,0,0,0,1,0,0,0,0,6.260059356689453 +12,1,1,1,1,0,3,5,28,527.79998779296875,280.18756103515625,4228,246.83749389648438,1,0,2.4849066734313965,1,6.268717288970947,3.332204580307007,5.6354594230651855,0,0,0,0,1,0,0,0,0,6.268717288970947 +4,1,1,1,0,1,3,5,34,480.0249938964844,1506.4478759765625,4252,245.6999969482422,1,0,1.3862943649291992,1,6.173838138580322,3.526360511779785,7.317509651184082,0,0,0,0,1,0,0,0,0,6.173838138580322 +3,1,1,1,0,1,3,5,22,468.6499938964844,1630.715087890625,4252,265.0375061035156,1,0,1.0986123085021973,1,6.149856090545654,3.0910425186157227,7.396773815155029,0,0,0,0,1,0,0,0,0,6.149856090545654 +16,1,1,1,1,1,3,5,35,468.6499938964844,5172.3330078125,4252,265.0375061035156,1,0,2.7725887298583984,1,6.149856090545654,3.5553481578826904,8.551078796386719,0,0,0,0,1,0,0,0,0,6.149856090545654 +3,1,1,1,1,0,3,5,28,409.5,593.200439453125,4210,265.0375061035156,1,0,1.0986123085021973,1,6.014936923980713,3.332204580307007,6.385532379150391,0,0,0,0,1,0,0,0,0,6.014936923980713 +3,1,1,1,1,0,3,5,54,507.32501220703125,99.64830017089844,4252,245.6999969482422,1,0,1.0986123085021973,1,6.229151725769043,3.9889841079711914,4.601646900177002,0,0,0,0,1,0,0,0,0,6.229151725769043 +1,1,1,1,0,0,3,5,19,485.7124938964844,160.609619140625,4252,141.0500030517578,1,0,0,1,6.185616970062256,2.944438934326172,5.078976631164551,0,0,0,0,1,0,0,0,0,6.185616970062256 +1,1,1,1,1,0,3,5,39,473.20001220703125,21.101993560791016,4252,141.0500030517578,1,0,0,1,6.159518241882324,3.6635615825653076,3.0493674278259277,0,0,0,0,1,0,0,0,0,6.159518241882324 +1,1,1,1,1,0,3,5,27,528.9375,181.71160888671875,4210,105.7874984741211,1,0,0,1,6.270870208740234,3.295836925506592,5.202420711517334,0,0,0,0,1,0,0,0,0,6.270870208740234 +3,1,1,1,1,0,3,5,25,485.7124938964844,648.30010986328125,4210,246.83749389648438,1,0,1.0986123085021973,1,6.185616970062256,3.2188758850097656,6.474353790283203,0,0,0,0,1,0,0,0,0,6.185616970062256 +19,1,1,1,0,0,3,5,50,511.875,2179.366943359375,4252,246.83749389648438,1,0,2.944438934326172,1,6.2380805015563965,3.9120230674743652,7.686789512634277,0,0,0,0,1,0,0,0,0,6.2380805015563965 +80,1,1,1,1,0,3,5,30,597.1875,3862.837158203125,4252,246.83749389648438,1,0,4.382026672363281,1,6.392230987548828,3.4011974334716797,8.259157180786133,0,0,0,0,1,0,0,0,0,6.392230987548828 +1,1,1,1,1,0,3,5,51,370.82501220703125,76.20164489746094,4252,211.5749969482422,1,0,0,1,5.9157304763793945,3.931825637817383,4.333383083343506,0,0,0,0,1,0,0,0,0,5.9157304763793945 +3,1,1,1,1,0,3,5,28,478.88751220703125,72.68463897705078,4252,246.83749389648438,1,0,1.0986123085021973,1,6.171465873718262,3.332204580307007,4.286129951477051,0,0,0,0,1,0,0,0,0,6.171465873718262 +1,1,1,1,1,0,3,5,27,412.9125061035156,356.38922119140625,4252,151.28750610351562,1,0,0,1,6.02323579788208,3.295836925506592,5.876023292541504,0,0,0,0,1,0,0,0,0,6.02323579788208 +5,1,1,1,0,0,3,5,28,460.6875,391.5592041015625,4252,246.83749389648438,1,0,1.6094379425048828,1,6.132719993591309,3.332204580307007,5.970136642456055,0,0,0,0,1,0,0,0,0,6.132719993591309 +6,1,1,1,1,0,3,5,25,536.9000244140625,644.78314208984375,4210,246.83749389648438,1,0,1.7917594909667969,1,6.285811901092529,3.2188758850097656,6.468914031982422,0,0,0,0,1,0,0,0,0,6.285811901092529 +10,1,1,1,1,0,3,5,33,455,172.33294677734375,4252,246.83749389648438,1,0,2.3025851249694824,1,6.120297431945801,3.4965076446533203,5.149428367614746,0,0,0,0,1,0,0,0,0,6.120297431945801 +2,1,1,1,NA,0,3,5,26,445.8999938964844,174.6776123046875,4252,246.83749389648438,1,0,0.6931471824645996,1,6.100094795227051,3.25809645652771,5.162941932678223,0,0,0,0,1,0,0,0,0,6.100094795227051 +2,1,1,1,1,0,3,5,27,604.01251220703125,194.60726928710938,4210,246.83749389648438,1,0,0.6931471824645996,1,6.403594970703125,3.295836925506592,5.270983695983887,0,0,0,0,1,0,0,0,0,6.403594970703125 +3,1,1,1,1,0,3,5,30,414.04998779296875,180.53927612304688,4252,246.83749389648438,1,0,1.0986123085021973,1,6.025986671447754,3.4011974334716797,5.195948123931885,0,0,0,0,1,0,0,0,0,6.025986671447754 +1,1,1,1,1,0,3,5,24,464.1000061035156,57.444313049316406,4252,211.5749969482422,1,0,0,1,6.140100002288818,3.178053855895996,4.050816059112549,0,0,0,0,1,0,0,0,0,6.140100002288818 +23,1,1,1,1,0,3,5,40,464.1000061035156,347.01055908203125,4252,246.83749389648438,1,0,3.1354942321777344,1,6.140100002288818,3.6888794898986816,5.849355220794678,0,0,0,0,1,0,0,0,0,6.140100002288818 +3,1,1,1,1,0,3,5,35,432.25,315.3575744628906,4252,246.83749389648438,1,0,1.0986123085021973,1,6.069004058837891,3.5553481578826904,5.753706932067871,0,0,0,0,1,0,0,0,0,6.069004058837891 +169,1,1,1,1,1,3,5,50,445.8999938964844,48112.54296875,4252,194.5124969482422,1,0,5.129898548126221,1,6.100094795227051,3.9120230674743652,10.781298637390137,0,0,0,0,1,0,0,0,0,6.100094795227051 +4,1,1,1,1,0,3,5,26,481.1625061035156,518.171142578125,4252,246.83749389648438,1,0,1.3862943649291992,1,6.176205158233643,3.25809645652771,6.250305652618408,0,0,0,0,1,0,0,0,0,6.176205158233643 +5,1,1,1,1,0,3,5,46,576.7125244140625,509.96484375,4252,246.83749389648438,1,0,1.6094379425048828,1,6.357344150543213,3.828641414642334,6.234341621398926,0,0,0,0,1,0,0,0,0,6.357344150543213 +4,1,1,1,1,0,3,5,22,432.25,131.30128479003906,4252,246.83749389648438,1,0,1.3862943649291992,1,6.069004058837891,3.0910425186157227,4.8774943351745605,0,0,0,0,1,0,0,0,0,6.069004058837891 +114,1,1,1,1,1,3,5,45,481.1625061035156,10111.3720703125,4252,246.83749389648438,1,0,4.736198425292969,1,6.176205158233643,3.8066625595092773,9.221416473388672,0,0,0,0,1,0,0,0,0,6.176205158233643 +14,1,1,1,1,1,3,5,32,481.1625061035156,2189.91796875,4252,246.83749389648438,1,0,2.6390573978424072,1,6.176205158233643,3.465735912322998,7.691619396209717,0,0,0,0,1,0,0,0,0,6.176205158233643 +2,1,1,1,1,0,3,5,49,445.8999938964844,76.20164489746094,4252,246.83749389648438,1,0,0.6931471824645996,1,6.100094795227051,3.891820192337036,4.333383083343506,0,0,0,0,1,0,0,0,0,6.100094795227051 +1,1,1,1,1,0,3,5,45,455,172.33294677734375,4252,35.26250076293945,1,0,0,1,6.120297431945801,3.8066625595092773,5.149428367614746,0,0,0,0,1,0,0,0,0,6.120297431945801 +80,1,1,1,1,1,3,5,32,445.8999938964844,3573.270751953125,4252,246.83749389648438,1,0,4.382026672363281,1,6.100094795227051,3.465735912322998,8.181236267089844,0,0,0,0,1,0,0,0,0,6.100094795227051 +1,1,1,1,0,0,3,5,47,432.25,178.19461059570312,4252,246.83749389648438,1,0,0,1,6.069004058837891,3.8501474857330322,5.182876110076904,0,0,0,0,1,0,0,0,0,6.069004058837891 +182,1,1,1,1,1,3,5,30,437.9375,13141.8525390625,4210,246.83749389648438,1,0,5.204006671905518,1,6.082076072692871,3.4011974334716797,9.48355770111084,0,0,0,0,1,0,0,0,0,6.082076072692871 +14,1,1,1,1,1,3,5,48,432.25,2579.132568359375,4252,246.83749389648438,1,0,2.6390573978424072,1,6.069004058837891,3.8712010383605957,7.855208396911621,0,0,0,0,1,0,0,0,0,6.069004058837891 +7,1,1,1,1,0,3,5,38,432.25,138.3352813720703,4252,149.0124969482422,1,0,1.945910096168518,1,6.069004058837891,3.6375861167907715,4.929680347442627,0,0,0,0,1,0,0,0,0,6.069004058837891 +98,1,1,1,1,1,3,5,27,461.82501220703125,16119.578125,4252,246.83749389648438,1,0,4.584967613220215,1,6.135186195373535,3.295836925506592,9.6877899169921875,0,0,0,0,1,0,0,0,0,6.135186195373535 +60,1,1,0,1,1,3,5,51,480.0249938964844,7045.72119140625,4252,246.83749389648438,1,0,4.094344615936279,1,6.173838138580322,3.931825637817383,8.860176086425781,0,0,0,0,1,0,0,0,0,6.173838138580322 +3,1,1,1,NA,0,3,5,55,404.95001220703125,46.89331817626953,4252,246.83749389648438,1,0,1.0986123085021973,1,6.003763675689697,4.007333278656006,3.8478751182556152,0,0,0,0,1,0,0,0,0,6.003763675689697 +1,1,1,1,NA,0,3,5,24,404.95001220703125,100.82063293457031,4252,176.3125,1,0,0,1,6.003763675689697,3.178053855895996,4.613343238830566,0,0,0,0,1,0,0,0,0,6.003763675689697 +25,1,1,1,1,1,3,5,37,404.95001220703125,4485.345703125,4252,246.83749389648438,1,0,3.2188758850097656,1,6.003763675689697,3.610917806625366,8.408571243286133,0,0,0,0,1,0,0,0,0,6.003763675689697 +1,1,1,1,1,0,3,5,60,450.45001220703125,398.59320068359375,4252,176.3125,1,0,0,1,6.1102471351623535,4.094344615936279,5.987941265106201,0,0,0,0,1,0,0,0,0,6.1102471351623535 +4,1,1,0,NA,1,3,5,48,434.5249938964844,1732.7081298828125,4252,246.83749389648438,1,0,1.3862943649291992,1,6.074253559112549,3.8712010383605957,7.4574408531188965,0,0,0,0,1,0,0,0,0,6.074253559112549 +80,1,1,1,1,1,3,5,28,423.1499938964844,1446.6588134765625,4252,246.83749389648438,1,0,4.382026672363281,1,6.047726631164551,3.332204580307007,7.277011871337891,0,0,0,0,1,0,0,0,0,6.047726631164551 +6,1,1,1,NA,0,3,5,47,404.95001220703125,892.1453857421875,4252,246.83749389648438,1,0,1.7917594909667969,1,6.003763675689697,3.8501474857330322,6.793629169464111,0,0,0,0,1,0,0,0,0,6.003763675689697 +168,1,1,1,1,1,3,5,20,453.86248779296875,17584.994140625,4252,246.83749389648438,1,0,5.123963832855225,1,6.117794036865234,2.995732307434082,9.774801254272461,0,0,0,0,1,0,0,0,0,6.117794036865234 +10,1,1,1,NA,0,3,5,28,404.95001220703125,112.54396057128906,4252,149.0124969482422,1,0,2.3025851249694824,1,6.003763675689697,3.332204580307007,4.723343849182129,0,0,0,0,1,0,0,0,0,6.003763675689697 +4,1,1,1,NA,0,3,5,49,453.86248779296875,87.92497253417969,4249,246.83749389648438,1,0,1.3862943649291992,1,6.117794036865234,3.891820192337036,4.4764838218688965,0,0,0,0,1,0,0,0,0,6.117794036865234 +98,1,1,1,1,0,3,5,26,453.86248779296875,4114.888671875,4252,246.83749389648438,1,0,4.584967613220215,1,6.117794036865234,3.25809645652771,8.322366714477539,0,0,0,0,1,0,0,0,0,6.117794036865234 +1,1,1,1,1,1,3,5,28,453.86248779296875,962.4853515625,4252,70.5250015258789,1,0,0,1,6.117794036865234,3.332204580307007,6.869518756866455,0,0,0,0,1,0,0,0,0,6.117794036865234 +3,1,1,1,1,0,3,5,54,404.95001220703125,0,4252,246.83749389648438,1,0,1.0986123085021973,1,6.003763675689697,3.9889841079711914,0,0,0,0,0,1,0,0,0,0,6.003763675689697 +1,1,1,1,1,0,3,5,22,477.75,208.67526245117188,4252,149.0124969482422,1,0,0,1,6.1690874099731445,3.0910425186157227,5.3407793045043945,0,0,0,0,1,0,0,0,0,6.1690874099731445 +24,1,1,1,1,0,3,5,27,455,858.147705078125,4252,246.83749389648438,1,0,3.178053855895996,1,6.120297431945801,3.295836925506592,6.7547760009765625,0,0,0,0,1,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,5,43,490.26251220703125,62.133644104003906,4252,211.5749969482422,1,0,0,1,6.19494104385376,3.761200189590454,4.1292877197265625,0,0,0,0,1,0,0,0,0,6.19494104385376 +1,1,1,1,1,0,3,5,51,466.375,174.6776123046875,4252,211.5749969482422,1,0,0,1,6.144989967346191,3.931825637817383,5.162941932678223,0,0,0,0,1,0,0,0,0,6.144989967346191 +2,1,1,1,1,1,3,5,44,411.7749938964844,1579.1324462890625,4249,246.83749389648438,1,0,0.6931471824645996,1,6.020477294921875,3.7841897010803223,7.364630699157715,0,0,0,0,1,0,0,0,0,6.020477294921875 +7,1,1,1,1,0,3,5,23,543.7249755859375,821.805419921875,4252,265.0375061035156,1,0,1.945910096168518,1,6.298443794250488,3.1354942321777344,6.711503505706787,0,0,0,0,1,0,0,0,0,6.298443794250488 +12,1,1,1,1,1,3,5,45,472.0625,4691.67626953125,4252,246.83749389648438,1,0,2.4849066734313965,1,6.157111167907715,3.8066625595092773,8.453545570373535,0,0,0,0,1,0,0,0,0,6.157111167907715 +34,1,1,1,1,1,3,5,31,483.4375,3303.63427734375,4252,246.83749389648438,1,0,3.526360511779785,1,6.180922031402588,3.4339871406555176,8.102778434753418,0,0,0,0,1,0,0,0,0,6.180922031402588 +10,1,1,1,0,1,3,5,32,480.0249938964844,3508.79248046875,4210,246.83749389648438,1,0,2.3025851249694824,1,6.173838138580322,3.465735912322998,8.163026809692383,0,0,0,0,1,0,0,0,0,6.173838138580322 +28,1,1,1,NA,0,3,5,26,452.7250061035156,471.27783203125,4252,265.0375061035156,1,0,3.332204580307007,1,6.1152849197387695,3.25809645652771,6.155447959899902,0,0,0,0,1,0,0,0,0,6.1152849197387695 +3,1,1,1,NA,0,3,5,50,481.1625061035156,46.89331817626953,4252,246.83749389648438,1,0,1.0986123085021973,1,6.176205158233643,3.9120230674743652,3.8478751182556152,0,0,0,0,1,0,0,0,0,6.176205158233643 +38,1,1,1,1,1,3,5,48,370.82501220703125,4689.33154296875,4252,246.83749389648438,1,0,3.6375861167907715,1,5.9157304763793945,3.8712010383605957,8.453044891357422,0,0,0,0,1,0,0,0,0,5.9157304763793945 +1,1,1,1,1,0,3,5,26,490.26251220703125,111.37162780761719,4252,37.537498474121094,1,0,0,1,6.19494104385376,3.25809645652771,4.712872505187988,0,0,0,0,1,0,0,0,0,6.19494104385376 +42,1,1,1,1,1,3,5,29,441.3500061035156,2461.899169921875,4252,265.0375061035156,1,0,3.7376697063446045,1,6.089838027954102,3.367295742034912,7.808688163757324,0,0,0,0,1,0,0,0,0,6.089838027954102 +8,1,1,1,1,0,3,5,36,493.67498779296875,499.413818359375,4252,265.0375061035156,1,0,2.079441547393799,1,6.201877593994141,3.5835189819335938,6.213435173034668,0,0,0,0,1,0,0,0,0,6.201877593994141 +117,1,1,1,1,1,3,5,37,480.0249938964844,6084.408203125,4252,265.0375061035156,1,0,4.762174129486084,1,6.173838138580322,3.610917806625366,8.713484764099121,0,0,0,0,1,0,0,0,0,6.173838138580322 +81,1,1,1,1,0,3,5,24,500.5,5505.275390625,4252,265.0375061035156,1,0,4.394449234008789,1,6.215607643127441,3.178053855895996,8.613462448120117,0,0,0,0,1,0,0,0,0,6.215607643127441 +3,1,1,1,1,0,3,5,24,455,135.99061584472656,4252,246.83749389648438,1,0,1.0986123085021973,1,6.120297431945801,3.178053855895996,4.912585735321045,0,0,0,0,1,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,5,36,432.25,286.0492248535156,4252,105.7874984741211,1,0,0,1,6.069004058837891,3.5835189819335938,5.656163692474365,0,0,0,0,1,0,0,0,0,6.069004058837891 +18,1,1,1,1,0,3,5,35,404.95001220703125,205.15826416015625,4252,265.0375061035156,1,0,2.890371799468994,1,6.003763675689697,3.5553481578826904,5.323781490325928,0,0,0,0,1,0,0,0,0,6.003763675689697 +15,1,1,1,1,0,3,5,46,443.625,1610.7855224609375,4252,265.0375061035156,1,0,2.70805025100708,1,6.094979763031006,3.828641414642334,7.384477138519287,0,0,0,0,1,0,0,0,0,6.094979763031006 +3,1,1,1,0,0,3,5,27,455,111.37162780761719,4252,265.0375061035156,1,0,1.0986123085021973,1,6.120297431945801,3.295836925506592,4.712872505187988,0,0,0,0,1,0,0,0,0,6.120297431945801 +1,1,1,1,0,0,3,5,51,455,66.8229751586914,4252,265.0375061035156,1,0,0,1,6.120297431945801,3.931825637817383,4.202046871185303,0,0,0,0,1,0,0,0,0,6.120297431945801 +4,1,1,1,1,0,3,5,27,481.1625061035156,358.73388671875,4252,246.83749389648438,1,0,1.3862943649291992,1,6.176205158233643,3.295836925506592,5.882580757141113,0,0,0,0,1,0,0,0,0,6.176205158233643 +182,1,1,1,1,1,3,5,24,625.625,4820.63330078125,4252,246.83749389648438,1,0,5.204006671905518,1,6.438751220703125,3.178053855895996,8.480660438537598,0,0,0,0,1,0,0,0,0,6.438751220703125 +29,1,1,1,1,1,3,5,41,445.8999938964844,14067.9951171875,4252,246.83749389648438,1,0,3.367295742034912,1,6.100094795227051,3.7135720252990723,9.551657676696777,0,0,0,0,1,0,0,0,0,6.100094795227051 +7,1,1,1,1,0,3,5,52,461.82501220703125,747.94842529296875,4252,246.83749389648438,1,0,1.945910096168518,1,6.135186195373535,3.9512436389923096,6.617333889007568,0,0,0,0,1,0,0,0,0,6.135186195373535 +3,1,1,1,1,0,3,5,32,450.45001220703125,502.93084716796875,4252,265.0375061035156,1,0,1.0986123085021973,1,6.1102471351623535,3.465735912322998,6.220452785491943,0,0,0,0,1,0,0,0,0,6.1102471351623535 +182,1,1,1,1,1,3,5,24,461.82501220703125,26377.490234375,4252,246.83749389648438,1,0,5.204006671905518,1,6.135186195373535,3.178053855895996,10.180266380310059,0,0,0,0,1,0,0,0,0,6.135186195373535 +2,1,1,1,1,0,3,5,27,511.875,706.916748046875,4252,246.83749389648438,1,0,0.6931471824645996,1,6.2380805015563965,3.295836925506592,6.5609130859375,0,0,0,0,1,0,0,0,0,6.2380805015563965 +4,1,1,1,1,0,3,5,23,426.5625,250.87925720214844,4252,246.83749389648438,1,0,1.3862943649291992,1,6.055758953094482,3.1354942321777344,5.524971961975098,0,0,0,0,1,0,0,0,0,6.055758953094482 +62,1,1,1,1,1,3,5,31,490.26251220703125,3519.343505859375,4252,265.0375061035156,1,0,4.127134323120117,1,6.19494104385376,3.4339871406555176,8.166029930114746,0,0,0,0,1,0,0,0,0,6.19494104385376 +1,1,1,1,0,0,3,5,19,460.6875,57.444313049316406,4252,211.5749969482422,1,0,0,1,6.132719993591309,2.944438934326172,4.050816059112549,0,0,0,0,1,0,0,0,0,6.132719993591309 +2,1,1,1,1,0,3,5,32,473.20001220703125,728.01873779296875,4252,265.0375061035156,1,0,0.6931471824645996,1,6.159518241882324,3.465735912322998,6.59032678604126,0,0,0,0,1,0,0,0,0,6.159518241882324 +2,1,1,1,1,0,3,5,29,627.9000244140625,85.58030700683594,4252,265.0375061035156,1,0,0.6931471824645996,1,6.442380905151367,3.367295742034912,4.449455261230469,0,0,0,0,1,0,0,0,0,6.442380905151367 +1,1,1,1,1,0,3,5,32,528.9375,164.12661743164062,4252,35.26250076293945,1,0,0,1,6.270870208740234,3.465735912322998,5.100638389587402,0,0,0,0,1,0,0,0,0,6.270870208740234 +6,1,1,1,1,0,3,5,24,485.7124938964844,138.3352813720703,4252,246.83749389648438,1,0,1.7917594909667969,1,6.185616970062256,3.178053855895996,4.929680347442627,0,0,0,0,1,0,0,0,0,6.185616970062256 +38,1,1,1,1,1,3,5,24,473.20001220703125,4542.7900390625,4252,246.83749389648438,1,0,3.6375861167907715,1,6.159518241882324,3.178053855895996,8.421297073364258,0,0,0,0,1,0,0,0,0,6.159518241882324 +4,1,1,1,1,1,3,5,42,506.1875,1726.846435546875,4252,265.0375061035156,1,0,1.3862943649291992,1,6.226907253265381,3.7376697063446045,7.454051971435547,0,0,0,0,1,0,0,0,0,6.226907253265381 +26,1,1,1,1,1,3,5,36,530.07501220703125,5023.44677734375,4252,265.0375061035156,1,0,3.25809645652771,1,6.2730183601379395,3.5835189819335938,8.521871566772461,0,0,0,0,1,0,0,0,0,6.2730183601379395 +4,1,1,1,1,0,3,5,20,530.07501220703125,250.87925720214844,4252,265.0375061035156,1,0,1.3862943649291992,1,6.2730183601379395,2.995732307434082,5.524971961975098,0,0,0,0,1,0,0,0,0,6.2730183601379395 +107,1,1,1,0,1,3,5,49,541.45001220703125,13010.55078125,4252,265.0375061035156,1,0,4.672828674316406,1,6.294250965118408,3.891820192337036,9.473515510559082,0,0,0,0,1,0,0,0,0,6.294250965118408 +148,1,1,1,1,1,3,5,28,530.07501220703125,15726.8466796875,4252,265.0375061035156,1,0,4.9972124099731445,1,6.2730183601379395,3.332204580307007,9.663124084472656,0,0,0,0,1,0,0,0,0,6.2730183601379395 +5,1,1,1,1,1,3,5,58,559.6500244140625,4684.642578125,4252,265.0375061035156,1,0,1.6094379425048828,1,6.3273115158081055,4.060442924499512,8.452044486999512,0,0,0,0,1,0,0,0,0,6.3273115158081055 +8,1,1,1,1,0,3,5,36,455,245.017578125,4252,265.0375061035156,1,0,2.079441547393799,1,6.120297431945801,3.5835189819335938,5.5013298988342285,0,0,0,0,1,0,0,0,0,6.120297431945801 +16,1,1,1,0,0,3,5,18,541.45001220703125,468.93316650390625,4252,265.0375061035156,1,0,2.7725887298583984,1,6.294250965118408,2.890371799468994,6.150460243225098,0,0,0,0,1,0,0,0,0,6.294250965118408 +2,1,1,1,1,0,3,5,29,541.45001220703125,45.720985412597656,4252,265.0375061035156,1,0,0.6931471824645996,1,6.294250965118408,3.367295742034912,3.8225574493408203,0,0,0,0,1,0,0,0,0,6.294250965118408 +3,1,1,1,0,1,3,5,46,568.75,1248.5345458984375,4252,265.0375061035156,1,0,1.0986123085021973,1,6.343441009521484,3.828641414642334,7.129725933074951,0,0,0,0,1,0,0,0,0,6.343441009521484 +6,1,1,1,1,0,3,5,38,625.625,161.78195190429688,4252,265.0375061035156,1,0,1.7917594909667969,1,6.438751220703125,3.6375861167907715,5.086249351501465,0,0,0,0,1,0,0,0,0,6.438751220703125 +3,1,1,1,1,0,3,5,24,455,158.26495361328125,4252,265.0375061035156,1,0,1.0986123085021973,1,6.120297431945801,3.178053855895996,5.064270496368408,0,0,0,0,1,0,0,0,0,6.120297431945801 +7,1,1,1,1,0,3,5,30,470.92498779296875,419.6951904296875,4252,265.0375061035156,1,0,1.945910096168518,1,6.154698848724365,3.4011974334716797,6.039528846740723,0,0,0,0,1,0,0,0,0,6.154698848724365 +95,1,1,1,1,0,3,5,42,478.88751220703125,1586.16650390625,4252,246.83749389648438,1,0,4.553876876831055,1,6.171465873718262,3.7376697063446045,7.369075298309326,0,0,0,0,1,0,0,0,0,6.171465873718262 +5,1,1,1,1,0,3,5,32,658.61248779296875,253.2239227294922,4252,265.0375061035156,1,0,1.6094379425048828,1,6.490135192871094,3.465735912322998,5.534274101257324,0,0,0,0,1,0,0,0,0,6.490135192871094 +17,1,1,1,1,0,3,5,41,455,1805.3927001953125,4252,265.0375061035156,1,0,2.8332133293151855,1,6.120297431945801,3.7135720252990723,7.498533248901367,0,0,0,0,1,0,0,0,0,6.120297431945801 +10,1,1,1,1,0,3,5,33,654.0625,502.93084716796875,4252,265.0375061035156,1,0,2.3025851249694824,1,6.483202934265137,3.4965076446533203,6.220452785491943,0,0,0,0,1,0,0,0,0,6.483202934265137 +2,1,1,1,NA,0,3,5,27,375.375,430.2461853027344,4252,250.25,1,0,0.6931471824645996,1,5.9279255867004395,3.295836925506592,6.064357757568359,0,0,0,0,1,0,0,0,0,5.9279255867004395 +6,1,1,1,0,1,3,5,32,409.5,3778.428955078125,4252,265.0375061035156,1,0,1.7917594909667969,1,6.014936923980713,3.465735912322998,8.23706340789795,0,0,0,0,1,0,0,0,0,6.014936923980713 +15,1,1,1,1,1,3,5,32,483.4375,2798.358642578125,4252,265.0375061035156,1,0,2.70805025100708,1,6.180922031402588,3.465735912322998,7.936788558959961,0,0,0,0,1,0,0,0,0,6.180922031402588 +1,1,1,1,1,0,3,5,28,384.4750061035156,94.95896911621094,4252,109.19999694824219,1,0,0,1,5.951878547668457,3.332204580307007,4.553444862365723,0,0,0,0,1,0,0,0,0,5.951878547668457 +21,1,1,1,1,1,3,5,27,455,4488.86279296875,4252,265.0375061035156,1,0,3.044522523880005,1,6.120297431945801,3.295836925506592,8.409354209899902,0,0,0,0,1,0,0,0,0,6.120297431945801 +171,1,1,1,1,1,3,5,25,432.25,14337.6318359375,4252,265.0375061035156,1,0,5.141663551330566,1,6.069004058837891,3.2188758850097656,9.570643424987793,0,0,0,0,1,0,0,0,0,6.069004058837891 +182,1,1,1,1,1,3,5,39,461.82501220703125,9800.703125,4252,265.0375061035156,1,0,5.204006671905518,1,6.135186195373535,3.6635615825653076,9.19020938873291,0,0,0,0,1,0,0,0,0,6.135186195373535 +22,1,1,1,1,1,3,5,53,461.82501220703125,4866.35400390625,4252,265.0375061035156,1,0,3.0910425186157227,1,6.135186195373535,3.97029185295105,8.490099906921387,0,0,0,0,1,0,0,0,0,6.135186195373535 +108,1,1,1,1,1,3,5,42,624.48748779296875,9261.4306640625,4252,265.0375061035156,1,0,4.682131290435791,1,6.436931133270264,3.7376697063446045,9.133613586425781,0,0,0,0,1,0,0,0,0,6.436931133270264 +16,1,1,1,1,0,3,5,21,432.25,651.817138671875,4252,265.0375061035156,1,0,2.7725887298583984,1,6.069004058837891,3.044522523880005,6.479763984680176,0,0,0,0,1,0,0,0,0,6.069004058837891 +3,1,1,0,0,1,3,5,22,432.25,1373.9742431640625,4210,246.83749389648438,1,0,1.0986123085021973,1,6.069004058837891,3.0910425186157227,7.225462913513184,0,0,0,0,1,0,0,0,0,6.069004058837891 +22,1,1,1,1,1,3,5,26,445.8999938964844,3255.568603515625,4252,265.0375061035156,1,0,3.0910425186157227,1,6.100094795227051,3.25809645652771,8.088122367858887,0,0,0,0,1,0,0,0,0,6.100094795227051 +146,1,1,1,1,1,3,5,27,553.9625244140625,19220.3984375,4252,265.0375061035156,1,0,4.983606815338135,1,6.317097187042236,3.295836925506592,9.863727569580078,0,0,0,0,1,0,0,0,0,6.317097187042236 +1,1,1,1,1,0,3,5,27,455,293.0832214355469,4252,188.8249969482422,1,0,0,1,6.120297431945801,3.295836925506592,5.680456638336182,0,0,0,0,1,0,0,0,0,6.120297431945801 +1,1,1,1,0,0,3,5,28,432.25,287.2215576171875,4252,35.26250076293945,1,0,0,1,6.069004058837891,3.332204580307007,5.660254001617432,0,0,0,0,1,0,0,0,0,6.069004058837891 +1,1,1,1,1,0,3,5,33,480.0249938964844,410.3165283203125,4252,246.83749389648438,1,0,0,1,6.173838138580322,3.4965076446533203,6.016928672790527,0,0,0,0,1,0,0,0,0,6.173838138580322 +18,1,1,1,1,0,3,5,22,444.76251220703125,642.4384765625,4252,265.0375061035156,1,0,2.890371799468994,1,6.097540378570557,3.0910425186157227,6.46527099609375,0,0,0,0,1,0,0,0,0,6.097540378570557 +13,1,1,1,0,1,3,5,21,561.92498779296875,2347.010498046875,4252,265.0375061035156,1,0,2.5649492740631104,1,6.331368446350098,3.044522523880005,7.760897636413574,0,0,0,0,1,0,0,0,0,6.331368446350098 +6,1,1,1,1,0,3,5,48,433.38751220703125,168.81594848632812,4252,265.0375061035156,1,0,1.7917594909667969,1,6.071632385253906,3.8712010383605957,5.128808975219727,0,0,0,0,1,0,0,0,0,6.071632385253906 +6,1,1,1,1,0,3,5,57,434.5249938964844,293.0832214355469,4252,265.0375061035156,1,0,1.7917594909667969,1,6.074253559112549,4.043051242828369,5.680456638336182,0,0,0,0,1,0,0,0,0,6.074253559112549 +129,1,1,1,1,1,3,5,30,432.25,14067.9951171875,4252,265.0375061035156,1,0,4.859812259674072,1,6.069004058837891,3.4011974334716797,9.551657676696777,0,0,0,0,1,0,0,0,0,6.069004058837891 +14,1,1,1,1,0,3,5,35,444.76251220703125,617.8194580078125,4252,265.0375061035156,1,0,2.6390573978424072,1,6.097540378570557,3.5553481578826904,6.426196098327637,0,0,0,0,1,0,0,0,0,6.097540378570557 +4,1,1,1,1,0,3,5,31,455,539.27313232421875,4252,265.0375061035156,1,0,1.3862943649291992,1,6.120297431945801,3.4339871406555176,6.29022216796875,0,0,0,0,1,0,0,0,0,6.120297431945801 +19,1,1,1,1,1,3,5,24,431.11248779296875,2067.995361328125,4252,265.0375061035156,1,0,2.944438934326172,1,6.06636905670166,3.178053855895996,7.634335041046143,0,0,0,0,1,0,0,0,0,6.06636905670166 +67,1,1,0,1,1,3,5,43,522.11248779296875,8502.9306640625,4252,265.0375061035156,1,0,4.204692840576172,1,6.257883071899414,3.761200189590454,9.048166275024414,0,0,0,0,1,0,0,0,0,6.257883071899414 +13,1,1,1,1,0,3,5,22,561.92498779296875,502.93084716796875,4252,265.0375061035156,1,0,2.5649492740631104,1,6.331368446350098,3.0910425186157227,6.220452785491943,0,0,0,0,1,0,0,0,0,6.331368446350098 +7,1,1,1,1,0,3,5,36,518.70001220703125,166.47128295898438,4252,265.0375061035156,1,0,1.945910096168518,1,6.251325607299805,3.5835189819335938,5.114822864532471,0,0,0,0,1,0,0,0,0,6.251325607299805 +6,1,1,1,1,0,3,5,32,518.70001220703125,225.08792114257812,4252,265.0375061035156,1,0,1.7917594909667969,1,6.251325607299805,3.465735912322998,5.4164910316467285,0,0,0,0,1,0,0,0,0,6.251325607299805 +3,1,1,1,0,0,3,5,24,500.5,123.09495544433594,4210,265.0375061035156,1,0,1.0986123085021973,1,6.215607643127441,3.178053855895996,4.812955856323242,0,0,0,0,1,0,0,0,0,6.215607643127441 +1,1,1,1,1,0,3,5,35,432.25,85.58030700683594,4252,113.75,1,0,0,1,6.069004058837891,3.5553481578826904,4.449455261230469,0,0,0,0,1,0,0,0,0,6.069004058837891 +1,1,1,1,1,0,3,5,26,429.9750061035156,29.30832290649414,4252,227.5,1,0,0,1,6.063726902008057,3.25809645652771,3.377871513366699,0,0,0,0,1,0,0,0,0,6.063726902008057 +12,1,1,1,1,0,3,5,41,455,169.98828125,4249,265.0375061035156,1,0,2.4849066734313965,1,6.120297431945801,3.7135720252990723,5.1357293128967285,0,0,0,0,1,0,0,0,0,6.120297431945801 +6,1,1,1,1,0,3,5,28,445.8999938964844,0,4252,265.0375061035156,1,0,1.7917594909667969,1,6.100094795227051,3.332204580307007,0,0,0,0,0,1,0,0,0,0,6.100094795227051 +3,1,1,1,1,0,3,5,30,409.5,198.124267578125,4252,265.0375061035156,1,0,1.0986123085021973,1,6.014936923980713,3.4011974334716797,5.2888946533203125,0,0,0,0,1,0,0,0,0,6.014936923980713 +5,1,1,1,1,1,1,5,41,412.9125061035156,852.28607177734375,4252,246.83749389648438,1,0,1.6094379425048828,1,6.02323579788208,3.7135720252990723,6.747922420501709,0,0,0,0,1,0,0,1,0,6.02323579788208 +3,1,1,1,1,1,1,5,28,440.2124938964844,1096.13134765625,4252,137.6374969482422,1,0,1.0986123085021973,1,6.087257385253906,3.332204580307007,6.999542236328125,0,0,0,0,1,0,0,1,0,6.087257385253906 +30,1,1,1,0,1,1,5,44,470.92498779296875,8529.89453125,4252,245.6999969482422,1,0,3.4011974334716797,1,6.154698848724365,3.7841897010803223,9.051332473754883,0,0,0,0,1,0,0,1,0,6.154698848724365 +6,1,1,1,1,0,1,5,44,398.125,153.57562255859375,4252,265.0375061035156,1,0,1.7917594909667969,1,5.9867658615112305,3.7841897010803223,5.03419303894043,0,0,0,0,1,0,0,1,0,5.9867658615112305 +5,1,1,1,1,0,1,5,60,398.125,286.0492248535156,4249,265.0375061035156,1,0,1.6094379425048828,1,5.9867658615112305,4.094344615936279,5.656163692474365,0,0,0,0,1,0,0,1,0,5.9867658615112305 +5,1,1,1,1,1,1,5,35,447.0375061035156,3167.6435546875,4252,265.0375061035156,1,0,1.6094379425048828,1,6.10264253616333,3.5553481578826904,8.06074333190918,0,0,0,0,1,0,0,1,0,6.10264253616333 +3,1,1,1,1,0,1,5,46,393.57501220703125,220.39859008789062,4252,262.76251220703125,1,0,1.0986123085021973,1,5.975271701812744,3.828641414642334,5.395437717437744,0,0,0,0,1,0,0,1,0,5.975271701812744 +6,1,1,1,1,0,1,5,32,432.25,334.1148986816406,4210,265.0375061035156,1,0,1.7917594909667969,1,6.069004058837891,3.465735912322998,5.8114848136901855,0,0,0,0,1,0,0,1,0,6.069004058837891 +1,1,1,1,1,0,1,5,39,508.4624938964844,117.23329162597656,4252,265.0375061035156,1,0,0,1,6.231391429901123,3.6635615825653076,4.764165878295898,0,0,0,0,1,0,0,1,0,6.231391429901123 +1,1,1,1,1,0,1,5,59,435.6625061035156,229.77725219726562,4252,265.0375061035156,1,0,0,1,6.076868057250977,4.077537536621094,5.437110424041748,0,0,0,0,1,0,0,1,0,6.076868057250977 +1,1,1,1,1,0,1,5,53,393.57501220703125,336.4595642089844,4252,262.76251220703125,1,0,0,1,5.975271701812744,3.97029185295105,5.818478107452393,0,0,0,0,1,0,0,1,0,5.975271701812744 +1,1,1,1,1,0,1,5,45,370.82501220703125,221.5709228515625,4252,247.97500610351562,1,0,0,1,5.9157304763793945,3.8066625595092773,5.400742530822754,0,0,0,0,1,0,0,1,0,5.9157304763793945 +3,1,1,1,1,0,1,5,40,416.32501220703125,158.26495361328125,4252,265.0375061035156,1,0,1.0986123085021973,1,6.031466007232666,3.6888794898986816,5.064270496368408,0,0,0,0,1,0,0,1,0,6.031466007232666 +2,1,1,0,0,0,1,5,26,379.92498779296875,105.50996398925781,4252,246.83749389648438,1,0,0.6931471824645996,1,5.939973831176758,3.25809645652771,4.6588053703308105,0,0,0,0,1,0,0,1,0,5.939973831176758 +3,1,1,0,1,0,1,5,27,426.5625,139.5076141357422,4252,265.0375061035156,1,0,1.0986123085021973,1,6.055758953094482,3.295836925506592,4.938119411468506,0,0,0,0,1,0,0,1,0,6.055758953094482 +2,1,1,1,0,0,1,5,39,398.125,220.39859008789062,4252,265.0375061035156,1,0,0.6931471824645996,1,5.9867658615112305,3.6635615825653076,5.395437717437744,0,0,0,0,1,0,0,1,0,5.9867658615112305 +3,1,1,1,0,0,1,5,33,426.5625,162.95428466796875,4252,265.0375061035156,1,0,1.0986123085021973,1,6.055758953094482,3.4965076446533203,5.093469619750977,0,0,0,0,1,0,0,1,0,6.055758953094482 +7,1,1,1,1,0,1,5,37,420.875,372.8018798828125,4252,265.0375061035156,1,0,1.945910096168518,1,6.0423359870910645,3.610917806625366,5.921047210693359,0,0,0,0,1,0,0,1,0,6.0423359870910645 +9,1,1,1,1,1,1,5,34,378.7875061035156,935.52166748046875,4252,246.83749389648438,1,0,2.1972246170043945,1,5.936975479125977,3.526360511779785,6.841104507446289,0,0,0,0,1,0,0,1,0,5.936975479125977 +7,1,1,1,1,1,1,5,38,398.125,1297.7725830078125,4228,246.83749389648438,1,0,1.945910096168518,1,5.9867658615112305,3.6375861167907715,7.168404579162598,0,0,0,0,1,0,0,1,0,5.9867658615112305 +1,1,1,1,0,0,1,5,28,420.875,205.15826416015625,4252,265.0375061035156,1,0,0,1,6.0423359870910645,3.332204580307007,5.323781490325928,0,0,0,0,1,0,0,1,0,6.0423359870910645 +6,1,1,0,0,0,1,5,48,442.48748779296875,398.59320068359375,4252,265.0375061035156,1,0,1.7917594909667969,1,6.092411994934082,3.8712010383605957,5.987941265106201,0,0,0,0,1,0,0,1,0,6.092411994934082 +5,1,1,1,1,0,1,5,51,390.1625061035156,642.4384765625,4252,259.3500061035156,1,0,1.6094379425048828,1,5.9665632247924805,3.931825637817383,6.46527099609375,0,0,0,0,1,0,0,1,0,5.9665632247924805 +1,1,1,1,1,0,1,5,34,466.375,184.0562744140625,4249,265.0375061035156,1,0,0,1,6.144989967346191,3.526360511779785,5.215241432189941,0,0,0,0,1,0,0,1,0,6.144989967346191 +4,1,1,1,0,1,1,5,38,506.1875,2161.781982421875,4252,265.0375061035156,1,0,1.3862943649291992,1,6.226907253265381,3.6375861167907715,7.678688049316406,0,0,0,0,1,0,0,1,0,6.226907253265381 +4,1,1,1,0,0,1,5,33,514.1500244140625,246.18991088867188,4252,246.83749389648438,1,0,1.3862943649291992,1,6.2425150871276855,3.4965076446533203,5.506103038787842,0,0,0,0,1,0,0,1,0,6.2425150871276855 +2,1,1,1,1,0,1,5,28,476.61248779296875,154.74795532226562,4252,246.83749389648438,1,0,0.6931471824645996,1,6.166703701019287,3.332204580307007,5.041797637939453,0,0,0,0,1,0,0,1,0,6.166703701019287 +1,1,1,1,0,0,1,5,22,450.45001220703125,139.5076141357422,4252,246.83749389648438,1,0,0,1,6.1102471351623535,3.0910425186157227,4.938119411468506,0,0,0,0,1,0,0,1,0,6.1102471351623535 +4,1,1,1,1,1,1,5,25,493.67498779296875,901.5240478515625,4249,246.83749389648438,1,0,1.3862943649291992,1,6.201877593994141,3.2188758850097656,6.804086685180664,0,0,0,0,1,0,0,1,0,6.201877593994141 +23,1,1,1,1,1,1,5,40,539.17498779296875,1379.8358154296875,4252,246.83749389648438,1,0,3.1354942321777344,1,6.290040016174316,3.6888794898986816,7.229719638824463,0,0,0,0,1,0,0,1,0,6.290040016174316 +1,1,1,1,1,0,1,5,46,382.20001220703125,849.94140625,4252,254.8000030517578,1,0,0,1,5.945943832397461,3.828641414642334,6.745167255401611,0,0,0,0,1,0,0,1,0,5.945943832397461 +34,1,1,1,1,0,1,5,36,859.95001220703125,4539.27294921875,4252,246.83749389648438,1,0,3.526360511779785,1,6.756874084472656,3.5835189819335938,8.42052173614502,0,0,0,0,1,0,0,1,0,6.756874084472656 +7,1,1,1,1,1,1,5,54,563.0625,3475.96728515625,4216,246.83749389648438,1,0,1.945910096168518,1,6.333390712738037,3.9889841079711914,8.1536283493042,0,0,0,0,1,0,0,1,0,6.333390712738037 +2,1,1,1,1,0,1,5,55,436.79998779296875,253.2239227294922,4252,265.0375061035156,1,0,0.6931471824645996,1,6.079475402832031,4.007333278656006,5.534274101257324,0,0,0,0,1,0,0,1,0,6.079475402832031 +6,1,1,1,1,0,1,5,60,426.5625,249.7069091796875,4252,265.0375061035156,1,0,1.7917594909667969,1,6.055758953094482,4.094344615936279,5.520287990570068,0,0,0,0,1,0,0,1,0,6.055758953094482 +1,1,1,1,1,0,1,5,33,374.23748779296875,145.36927795410156,4252,249.1125030517578,1,0,0,1,5.924890518188477,3.4965076446533203,4.97927713394165,0,0,0,0,1,0,0,1,0,5.924890518188477 +8,1,1,1,1,1,1,5,37,386.75,1992.9659423828125,4210,258.2124938964844,1,0,2.079441547393799,1,5.957778453826904,3.610917806625366,7.597379207611084,0,0,0,0,1,0,0,1,0,5.957778453826904 +2,1,1,1,1,0,1,5,28,453.86248779296875,277.8428955078125,4252,246.83749389648438,1,0,0.6931471824645996,1,6.117794036865234,3.332204580307007,5.627055644989014,0,0,0,0,1,0,0,1,0,6.117794036865234 +4,1,1,1,1,0,1,5,41,440.2124938964844,138.3352813720703,4252,265.0375061035156,1,0,1.3862943649291992,1,6.087257385253906,3.7135720252990723,4.929680347442627,0,0,0,0,1,0,0,1,0,6.087257385253906 +15,1,1,1,1,1,1,5,43,514.1500244140625,7039.859375,4252,265.0375061035156,1,0,2.70805025100708,1,6.2425150871276855,3.761200189590454,8.859343528747559,0,0,0,0,1,0,0,1,0,6.2425150871276855 +15,1,1,1,1,0,1,5,27,600.5999755859375,307.1512451171875,4249,255.9375,1,0,2.70805025100708,1,6.3979291915893555,3.295836925506592,5.727340221405029,0,0,0,0,1,0,0,1,0,6.3979291915893555 +5,1,1,1,0,0,1,5,34,389.0249938964844,201.64126586914062,4252,259.3500061035156,1,0,1.6094379425048828,1,5.963643550872803,3.526360511779785,5.306490421295166,0,0,0,0,1,0,0,1,0,5.963643550872803 +2,1,1,1,0,0,1,5,28,385.61248779296875,420.8675231933594,4252,246.83749389648438,1,0,0.6931471824645996,1,5.954833030700684,3.332204580307007,6.042318344116211,0,0,0,0,1,0,0,1,0,5.954833030700684 +3,1,1,1,0,0,1,5,41,389.0249938964844,264.9472351074219,4252,259.3500061035156,1,0,1.0986123085021973,1,5.963643550872803,3.7135720252990723,5.579530715942383,0,0,0,0,1,0,0,1,0,5.963643550872803 +11,1,1,1,1,1,1,5,36,373.1000061035156,3082.063232421875,4252,247.97500610351562,1,0,2.397895336151123,1,5.921846389770508,3.5835189819335938,8.033354759216309,0,0,0,0,1,0,0,1,0,5.921846389770508 +3,1,1,1,NA,0,2,5,32,483.4375,0,4252,265.0375061035156,1,0,1.0986123085021973,1,6.180922031402588,3.465735912322998,0,0,0,0,0,1,0,0,0,1,6.180922031402588 +5,1,1,1,1,1,2,5,29,402.67498779296875,842.90740966796875,4252,265.0375061035156,1,0,1.6094379425048828,1,5.998129844665527,3.367295742034912,6.736856937408447,0,0,0,0,1,0,0,0,1,5.998129844665527 +0.25,1,1,1,1,0,2,5,35,464.1000061035156,184.0562744140625,4252,265.0375061035156,1,0,-1.3862943649291992,1,6.140100002288818,3.5553481578826904,5.215241432189941,0,0,0,0,1,0,0,0,1,6.140100002288818 +22,1,1,1,1,1,2,5,30,674.5374755859375,3381.00830078125,4228,265.0375061035156,1,0,3.0910425186157227,1,6.514027118682861,3.4011974334716797,8.12592887878418,0,0,0,0,1,0,0,0,1,6.514027118682861 +4,1,1,1,0,0,2,5,31,393.57501220703125,720.9847412109375,4252,262.76251220703125,1,0,1.3862943649291992,1,5.975271701812744,3.4339871406555176,6.580617904663086,0,0,0,0,1,0,0,0,1,5.975271701812744 +0.25,1,1,1,1,0,2,5,42,659.75,141.85227966308594,4252,265.0375061035156,1,0,-1.3862943649291992,1,6.491860866546631,3.7376697063446045,4.95478630065918,0,0,0,0,1,0,0,0,1,6.491860866546631 +1,1,1,1,1,1,2,5,56,607.42498779296875,1225.087890625,4252,265.0375061035156,1,0,0,1,6.409228801727295,4.025351524353027,7.110767841339111,0,0,0,0,1,0,0,0,1,6.409228801727295 +7,1,1,1,1,0,2,5,37,546,445.48651123046875,4252,246.83749389648438,1,0,1.945910096168518,1,6.302618980407715,3.610917806625366,6.0991668701171875,0,0,0,0,1,0,0,0,1,6.302618980407715 +4,1,1,1,1,0,2,5,52,728,304.80657958984375,4252,265.0375061035156,1,0,1.3862943649291992,1,6.590301036834717,3.9512436389923096,5.719677448272705,0,0,0,0,1,0,0,0,1,6.590301036834717 +3,1,1,1,1,0,3,5,25,379.92498779296875,17.584993362426758,4252,253.66250610351562,1,0,1.0986123085021973,1,5.939973831176758,3.2188758850097656,2.8670458793640137,0,0,0,0,1,0,0,0,0,5.939973831176758 +3,1,1,1,1,0,3,5,25,370.82501220703125,148.8862762451172,4249,246.83749389648438,1,0,1.0986123085021973,1,5.9157304763793945,3.2188758850097656,5.003182888031006,0,0,0,0,1,0,0,0,0,5.9157304763793945 +7,1,1,1,1,0,1,5,50,386.75,145.36927795410156,4252,245.6999969482422,1,0,1.945910096168518,1,5.957778453826904,3.9120230674743652,4.97927713394165,0,0,0,0,1,0,0,1,0,5.957778453826904 +1,1,1,1,1,0,1,5,43,469.7875061035156,69.16764068603516,4252,246.83749389648438,1,0,0,1,6.152280330657959,3.761200189590454,4.236533164978027,0,0,0,0,1,0,0,1,0,6.152280330657959 +13,1,1,1,1,1,1,5,36,511.875,3425.556884765625,4252,246.83749389648438,1,0,2.5649492740631104,1,6.2380805015563965,3.5835189819335938,8.139019012451172,0,0,0,0,1,0,0,1,0,6.2380805015563965 +1,1,1,1,1,0,1,5,43,407.2250061035156,219.22625732421875,4252,265.0375061035156,1,0,0,1,6.009366035461426,3.761200189590454,5.390104293823242,0,0,0,0,1,0,0,1,0,6.009366035461426 +1,1,1,1,0,0,1,5,25,379.92498779296875,194.60726928710938,4252,253.66250610351562,1,0,0,1,5.939973831176758,3.2188758850097656,5.270983695983887,0,0,0,0,1,0,0,1,0,5.939973831176758 +15,1,1,1,1,1,1,5,35,392.4375,2554.513427734375,4252,260.48748779296875,1,0,2.70805025100708,1,5.972377300262451,3.5553481578826904,7.845616817474365,0,0,0,0,1,0,0,1,0,5.972377300262451 +28,1,1,1,1,1,1,5,35,392.4375,8792.4970703125,4252,260.48748779296875,1,0,3.332204580307007,1,5.972377300262451,3.5553481578826904,9.081653594970703,0,0,0,0,1,0,0,1,0,5.972377300262451 +0.25,1,1,0,1,0,1,5,49,386.75,112.54396057128906,4252,265.0375061035156,1,0,-1.3862943649291992,1,5.957778453826904,3.891820192337036,4.723343849182129,0,0,0,0,1,0,0,1,0,5.957778453826904 +2,1,1,1,1,0,1,5,35,375.375,259.0855712890625,4252,249.1125030517578,1,0,0.6931471824645996,1,5.9279255867004395,3.5553481578826904,5.557158470153809,0,0,0,0,1,0,0,1,0,5.9279255867004395 +10,1,1,1,0,1,1,5,21,481.1625061035156,1560.3751220703125,4204,265.0375061035156,1,0,2.3025851249694824,1,6.176205158233643,3.044522523880005,7.352681636810303,0,0,0,0,1,0,0,1,0,6.176205158233643 +0.25,1,1,1,1,0,1,5,34,429.9750061035156,0,4252,246.83749389648438,1,0,-1.3862943649291992,1,6.063726902008057,3.526360511779785,0,0,0,0,0,1,0,0,1,0,6.063726902008057 +8,1,1,1,1,0,1,5,33,466.375,429.0738525390625,4252,246.83749389648438,1,0,2.079441547393799,1,6.144989967346191,3.4965076446533203,6.061628818511963,0,0,0,0,1,0,0,1,0,6.144989967346191 +1,1,1,1,0,0,2,5,30,427.70001220703125,196.95193481445312,4252,246.83749389648438,1,0,0,1,6.058422088623047,3.4011974334716797,5.282959938049316,0,0,0,0,1,0,0,0,1,6.058422088623047 +12,1,1,1,1,0,2,5,39,436.79998779296875,2640.09375,4252,149.0124969482422,1,0,2.4849066734313965,1,6.079475402832031,3.6635615825653076,7.878569602966309,0,0,0,0,1,0,0,0,1,6.079475402832031 +3,1,1,1,1,1,2,5,40,611.9749755859375,1019.9296875,4252,265.0375061035156,1,0,1.0986123085021973,1,6.416691303253174,3.6888794898986816,6.927488803863525,0,0,0,0,1,0,0,0,1,6.416691303253174 +6,1,1,1,1,0,2,5,52,856.5374755859375,194.60726928710938,4249,176.3125,1,0,1.7917594909667969,1,6.752898216247559,3.9512436389923096,5.270983695983887,0,0,0,0,1,0,0,0,1,6.752898216247559 +5,1,1,1,1,1,2,5,48,468.6499938964844,1784.290771484375,4252,246.83749389648438,1,0,1.6094379425048828,1,6.149856090545654,3.8712010383605957,7.486776351928711,0,0,0,0,1,0,0,0,1,6.149856090545654 +6,1,1,1,1,1,2,5,41,725.7249755859375,3724.501708984375,4252,265.0375061035156,1,0,1.7917594909667969,1,6.5871710777282715,3.7135720252990723,8.222688674926758,0,0,0,0,1,0,0,0,1,6.5871710777282715 +5,1,1,1,1,0,2,5,55,682.5,516.99884033203125,4252,246.83749389648438,1,0,1.6094379425048828,1,6.525762557983398,4.007333278656006,6.248040676116943,0,0,0,0,1,0,0,0,1,6.525762557983398 +12,1,1,1,0,0,2,5,22,399.26251220703125,60.96131134033203,4252,246.83749389648438,1,0,2.4849066734313965,1,5.989619255065918,3.0910425186157227,4.110239505767822,0,0,0,0,1,0,0,0,1,5.989619255065918 +3,1,1,1,0,0,2,5,28,432.25,93.78663635253906,4210,265.0375061035156,1,0,1.0986123085021973,1,6.069004058837891,3.332204580307007,4.541022300720215,0,0,0,0,1,0,0,0,1,6.069004058837891 +24,1,1,1,1,0,2,5,28,528.9375,3543.96240234375,4249,246.83749389648438,1,0,3.178053855895996,1,6.270870208740234,3.332204580307007,8.17300033569336,0,0,0,0,1,0,0,0,1,6.270870208740234 +13,1,1,1,1,0,2,5,44,568.75,150.05862426757812,4252,265.0375061035156,1,0,2.5649492740631104,1,6.343441009521484,3.7841897010803223,5.011025905609131,0,0,0,0,1,0,0,0,1,6.343441009521484 +3,1,1,1,1,0,2,5,30,411.7749938964844,63.30598068237305,4252,246.83749389648438,1,0,1.0986123085021973,1,6.020477294921875,3.4011974334716797,4.147979736328125,0,0,0,0,1,0,0,0,1,6.020477294921875 +20,1,1,1,1,1,2,5,36,592.63751220703125,4901.52392578125,4252,265.0375061035156,1,0,2.995732307434082,1,6.384582996368408,3.5835189819335938,8.49730110168457,0,0,0,0,1,0,0,0,1,6.384582996368408 +0.25,1,1,1,0,0,2,5,30,375.375,33.99765396118164,4252,246.83749389648438,1,0,-1.3862943649291992,1,5.9279255867004395,3.4011974334716797,3.526291608810425,0,0,0,0,1,0,0,0,1,5.9279255867004395 +0.25,1,1,1,1,0,2,5,26,439.07501220703125,14.067995071411133,4252,246.83749389648438,1,0,-1.3862943649291992,1,6.084670066833496,3.25809645652771,2.64390230178833,0,0,0,0,1,0,0,0,1,6.084670066833496 +22,1,1,1,1,1,2,5,22,419.73748779296875,4600.234375,4219,265.0375061035156,1,0,3.0910425186157227,1,6.0396294593811035,3.0910425186157227,8.433862686157227,0,0,0,0,1,0,0,0,1,6.0396294593811035 +4,1,1,1,1,0,2,5,56,468.6499938964844,228.60491943359375,4249,246.83749389648438,1,0,1.3862943649291992,1,6.149856090545654,4.025351524353027,5.431995391845703,0,0,0,0,1,0,0,0,1,6.149856090545654 +3,1,1,1,1,0,2,5,57,646.0999755859375,304.80657958984375,4252,246.83749389648438,1,0,1.0986123085021973,1,6.470954418182373,4.043051242828369,5.719677448272705,0,0,0,0,1,0,0,0,1,6.470954418182373 +24,1,1,1,1,1,2,5,61,663.1624755859375,2937.866455078125,4252,265.0375061035156,1,0,3.178053855895996,1,6.497020244598389,4.110873699188232,7.985438823699951,0,0,0,0,1,0,0,0,1,6.497020244598389 +9,1,1,1,0,1,2,5,31,400.3999938964844,2417.3505859375,4249,265.0375061035156,1,0,2.1972246170043945,1,5.992464065551758,3.4339871406555176,7.790427207946777,0,0,0,0,1,0,0,0,1,5.992464065551758 +1,1,1,1,1,0,NA,5,28,482.29998779296875,71.5123062133789,4249,265.0375061035156,1,0,0,1,6.1785664558410645,3.332204580307007,4.269869327545166,0,0,0,0,1,0,0,NA,NA,6.1785664558410645 +1,1,1,1,1,1,NA,5,51,497.0874938964844,1273.153564453125,4252,253.66250610351562,1,0,0,1,6.208765983581543,3.931825637817383,7.149252414703369,0,0,0,0,1,0,0,NA,NA,6.208765983581543 +8,1,1,1,1,0,2,5,48,543.7249755859375,248.53457641601562,4252,147.875,1,0,2.079441547393799,1,6.298443794250488,3.8712010383605957,5.515582084655762,0,0,0,0,1,0,0,0,1,6.298443794250488 +3,1,1,1,1,0,2,5,33,477.75,161.78195190429688,4210,246.83749389648438,1,0,1.0986123085021973,1,6.1690874099731445,3.4965076446533203,5.086249351501465,0,0,0,0,1,0,0,0,1,6.1690874099731445 +5,1,1,1,1,0,2,5,47,402.67498779296875,107.85462951660156,4252,246.83749389648438,1,0,1.6094379425048828,1,5.998129844665527,3.8501474857330322,4.680784225463867,0,0,0,0,1,0,0,0,1,5.998129844665527 +27,1,1,1,1,1,3,5,42,411.7749938964844,5597.8896484375,4252,245.6999969482422,1,0,3.295836925506592,1,6.020477294921875,3.7376697063446045,8.630145072937012,0,0,0,0,1,0,0,0,0,6.020477294921875 +5,1,1,1,1,0,3,5,30,580.125,29.30832290649414,4252,227.5,1,0,1.6094379425048828,1,6.363243579864502,3.4011974334716797,3.377871513366699,0,0,0,0,1,0,0,0,0,6.363243579864502 +5,1,1,1,1,0,3,5,30,580.125,29.30832290649414,4252,246.83749389648438,1,0,1.6094379425048828,1,6.363243579864502,3.4011974334716797,3.377871513366699,0,0,0,0,1,0,0,0,0,6.363243579864502 +3,1,1,1,1,0,3,5,55,796.25,563.89215087890625,4252,265.0375061035156,1,0,1.0986123085021973,1,6.67991304397583,4.007333278656006,6.334863185882568,0,0,0,0,1,0,0,0,0,6.67991304397583 +6,1,1,1,1,1,3,5,51,728,1342.3211669921875,4252,265.0375061035156,1,0,1.7917594909667969,1,6.590301036834717,3.931825637817383,7.202155590057373,0,0,0,0,1,0,0,0,0,6.590301036834717 +12,1,1,1,1,1,3,5,35,582.4000244140625,5772.5673828125,4249,265.0375061035156,1,0,2.4849066734313965,1,6.367157459259033,3.5553481578826904,8.660872459411621,0,0,0,0,1,0,0,0,0,6.367157459259033 +2,1,1,1,1,1,3,5,53,582.4000244140625,237.98358154296875,4249,265.0375061035156,1,0,0.6931471824645996,1,6.367157459259033,3.97029185295105,5.472201824188232,0,0,0,0,1,0,0,0,0,6.367157459259033 +23,1,1,1,0,1,3,5,44,411.7749938964844,1528.72216796875,4252,246.83749389648438,1,0,3.1354942321777344,1,6.020477294921875,3.7841897010803223,7.332187652587891,0,0,0,0,1,0,0,0,0,6.020477294921875 +14,1,1,1,1,1,3,5,27,480.0249938964844,4083.235595703125,4249,265.0375061035156,1,0,2.6390573978424072,1,6.173838138580322,3.295836925506592,8.314644813537598,0,0,0,0,1,0,0,0,0,6.173838138580322 +9,1,1,1,0,0,3,5,36,841.75,468.93316650390625,4252,265.0375061035156,1,0,2.1972246170043945,1,6.735483169555664,3.5835189819335938,6.150460243225098,0,0,0,0,1,0,0,0,0,6.735483169555664 +3,1,1,1,0,0,3,5,58,409.5,165.2989501953125,4252,246.83749389648438,1,0,1.0986123085021973,1,6.014936923980713,4.060442924499512,5.107755661010742,0,0,0,0,1,0,0,0,0,6.014936923980713 +4,1,1,1,1,0,3,5,42,544.86248779296875,343.4935607910156,4252,210.4375,1,0,1.3862943649291992,1,6.300533294677734,3.7376697063446045,5.839168548583984,0,0,0,0,1,0,0,0,0,6.300533294677734 +2,1,1,1,0,0,3,5,30,544.86248779296875,82.06330871582031,4252,246.83749389648438,1,0,0.6931471824645996,1,6.300533294677734,3.4011974334716797,4.407491207122803,0,0,0,0,1,0,0,0,0,6.300533294677734 +4,1,1,0,1,1,3,5,35,522.11248779296875,1200.468994140625,4252,246.83749389648438,1,0,1.3862943649291992,1,6.257883071899414,3.5553481578826904,7.09046745300293,0,0,0,0,1,0,0,0,0,6.257883071899414 +1,1,1,1,1,0,3,5,54,519.8375244140625,120.75028991699219,4252,246.83749389648438,1,0,0,1,6.25351619720459,3.9889841079711914,4.793724536895752,0,0,0,0,1,0,0,0,0,6.25351619720459 +1,1,1,1,1,0,3,5,40,472.0625,22.27432632446289,4252,265.0375061035156,1,0,0,1,6.157111167907715,3.6888794898986816,3.1034348011016846,0,0,0,0,1,0,0,0,0,6.157111167907715 +9,1,1,1,1,1,3,5,48,544.86248779296875,2508.79248046875,4252,265.0375061035156,1,0,2.1972246170043945,1,6.300533294677734,3.8712010383605957,7.827556610107422,0,0,0,0,1,0,0,0,0,6.300533294677734 +4,1,1,1,1,0,3,5,24,544.86248779296875,175.84994506835938,4252,265.0375061035156,1,0,1.3862943649291992,1,6.300533294677734,3.178053855895996,5.169631004333496,0,0,0,0,1,0,0,0,0,6.300533294677734 +0.25,1,1,1,1,0,3,5,40,398.125,46.89331817626953,4252,246.83749389648438,1,0,-1.3862943649291992,1,5.9867658615112305,3.6888794898986816,3.8478751182556152,0,0,0,0,1,0,0,0,0,5.9867658615112305 +3,1,1,1,1,0,3,5,43,468.6499938964844,211.01992797851562,4252,204.75,1,0,1.0986123085021973,1,6.149856090545654,3.761200189590454,5.35195255279541,0,0,0,0,1,0,0,0,0,6.149856090545654 +4,1,1,1,1,0,3,5,51,468.6499938964844,610.78546142578125,4249,137.6374969482422,1,0,1.3862943649291992,1,6.149856090545654,3.931825637817383,6.414745807647705,0,0,0,0,1,0,0,0,0,6.149856090545654 +8,1,1,1,1,0,3,5,42,450.45001220703125,249.7069091796875,4252,265.0375061035156,1,0,2.079441547393799,1,6.1102471351623535,3.7376697063446045,5.520287990570068,0,0,0,0,1,0,0,0,0,6.1102471351623535 +0.25,1,1,1,1,0,3,5,28,511.875,223.91558837890625,4252,265.0375061035156,1,0,-1.3862943649291992,1,6.2380805015563965,3.332204580307007,5.411269187927246,0,0,0,0,1,0,0,0,0,6.2380805015563965 +5,1,1,1,1,1,3,5,29,516.42498779296875,1392.7315673828125,4252,265.0375061035156,1,0,1.6094379425048828,1,6.246930122375488,3.367295742034912,7.239022254943848,0,0,0,0,1,0,0,0,0,6.246930122375488 +3,1,1,1,NA,1,3,5,53,830.375,852.28607177734375,4252,245.6999969482422,1,0,1.0986123085021973,1,6.721877574920654,3.97029185295105,6.747922420501709,0,0,0,0,1,0,0,0,0,6.721877574920654 +1,1,1,1,1,0,2,5,32,437.9375,182.88394165039062,4252,246.83749389648438,1,0,0,1,6.082076072692871,3.465735912322998,5.2088518142700195,0,0,0,0,1,0,0,0,1,6.082076072692871 +3,1,1,1,1,0,3,5,57,392.4375,192.26260375976562,4210,246.83749389648438,1,0,1.0986123085021973,1,5.972377300262451,4.043051242828369,5.258862018585205,0,0,0,0,1,0,0,0,0,5.972377300262451 +13,1,1,1,1,1,3,5,49,455,7392.7314453125,4252,246.83749389648438,1,0,2.5649492740631104,1,6.120297431945801,3.891820192337036,8.908252716064453,0,0,0,0,1,0,0,0,0,6.120297431945801 +3,1,1,1,1,0,3,5,34,400.3999938964844,198.124267578125,4252,265.0375061035156,1,0,1.0986123085021973,1,5.992464065551758,3.526360511779785,5.2888946533203125,0,0,0,0,1,0,0,0,0,5.992464065551758 +4,1,1,1,1,0,3,5,38,412.9125061035156,1100.8206787109375,4252,246.83749389648438,1,0,1.3862943649291992,1,6.02323579788208,3.6375861167907715,7.003811359405518,0,0,0,0,1,0,0,0,0,6.02323579788208 +3,1,1,1,1,0,3,5,28,406.0874938964844,934.349365234375,4252,246.83749389648438,1,0,1.0986123085021973,1,6.006568431854248,3.332204580307007,6.839850425720215,0,0,0,0,1,0,0,0,0,6.006568431854248 +5,1,1,1,1,1,3,5,31,391.29998779296875,2437.2802734375,4252,261.625,1,0,1.6094379425048828,1,5.9694743156433105,3.4339871406555176,7.798637866973877,0,0,0,0,1,0,0,0,0,5.9694743156433105 +1,1,1,1,1,0,3,5,32,407.2250061035156,234.46658325195312,4252,246.83749389648438,1,0,0,1,6.009366035461426,3.465735912322998,5.457313060760498,0,0,0,0,1,0,0,0,0,6.009366035461426 +1,1,1,1,1,0,3,5,37,449.3125,117.23329162597656,4252,265.0375061035156,1,0,0,1,6.107718467712402,3.610917806625366,4.764165878295898,0,0,0,0,1,0,0,0,0,6.107718467712402 +3,1,1,1,1,1,3,5,44,455,1454.865234375,4252,265.0375061035156,1,0,1.0986123085021973,1,6.120297431945801,3.7841897010803223,7.282668590545654,0,0,0,0,1,0,0,0,0,6.120297431945801 +10,1,1,1,1,0,3,5,26,408.36248779296875,263.77490234375,4252,265.0375061035156,1,0,2.3025851249694824,1,6.012155055999756,3.25809645652771,5.575096130371094,0,0,0,0,1,0,0,0,0,6.012155055999756 +9,1,1,1,1,1,3,5,39,699.5625,5137.1630859375,4252,265.0375061035156,1,0,2.1972246170043945,1,6.550455093383789,3.6635615825653076,8.544256210327148,0,0,0,0,1,0,0,0,0,6.550455093383789 +4,1,1,1,1,0,3,5,33,384.4750061035156,94.95896911621094,4252,246.83749389648438,1,0,1.3862943649291992,1,5.951878547668457,3.4965076446533203,4.553444862365723,0,0,0,0,1,0,0,0,0,5.951878547668457 +3,1,1,1,1,1,3,5,31,427.70001220703125,541.6177978515625,4252,137.6374969482422,1,0,1.0986123085021973,1,6.058422088623047,3.4339871406555176,6.294560432434082,0,0,0,0,1,0,0,0,0,6.058422088623047 +1,1,1,1,1,0,3,5,27,443.625,600.2344970703125,4252,137.6374969482422,1,0,0,1,6.094979763031006,3.295836925506592,6.39732027053833,0,0,0,0,1,0,0,0,0,6.094979763031006 +1,1,1,1,1,0,3,5,38,464.1000061035156,322.3915710449219,4252,246.83749389648438,1,0,0,1,6.140100002288818,3.6375861167907715,5.775766849517822,0,0,0,0,1,0,0,0,0,6.140100002288818 +10,1,1,1,1,0,3,5,31,427.70001220703125,765.53338623046875,4252,137.6374969482422,1,0,2.3025851249694824,1,6.058422088623047,3.4339871406555176,6.640573024749756,0,0,0,0,1,0,0,0,0,6.058422088623047 +11,1,1,1,1,0,3,5,28,493.67498779296875,398.59320068359375,4249,137.6374969482422,1,0,2.397895336151123,1,6.201877593994141,3.332204580307007,5.987941265106201,0,0,0,0,1,0,0,0,0,6.201877593994141 +9,1,1,1,0,0,3,5,43,468.6499938964844,316.5299072265625,4252,246.83749389648438,1,0,2.1972246170043945,1,6.149856090545654,3.761200189590454,5.757417678833008,0,0,0,0,1,0,0,0,0,6.149856090545654 +2,1,1,1,1,0,3,5,25,469.7875061035156,135.99061584472656,4252,137.6374969482422,1,0,0.6931471824645996,1,6.152280330657959,3.2188758850097656,4.912585735321045,0,0,0,0,1,0,0,0,0,6.152280330657959 +1,1,1,1,1,0,3,5,41,412.9125061035156,93.78663635253906,4252,137.6374969482422,1,0,0,1,6.02323579788208,3.7135720252990723,4.541022300720215,0,0,0,0,1,0,0,0,0,6.02323579788208 +2,1,1,1,1,0,3,5,58,475.4750061035156,105.50996398925781,4252,137.6374969482422,1,0,0.6931471824645996,1,6.164314270019531,4.060442924499512,4.6588053703308105,0,0,0,0,1,0,0,0,0,6.164314270019531 +13,1,1,1,1,0,3,5,44,485.7124938964844,1528.72216796875,4252,137.6374969482422,1,0,2.5649492740631104,1,6.185616970062256,3.7841897010803223,7.332187652587891,0,0,0,0,1,0,0,0,0,6.185616970062256 +96,1,1,1,1,1,3,5,41,398.125,9964.830078125,4252,265.0375061035156,1,0,4.564348220825195,1,5.9867658615112305,3.7135720252990723,9.206817626953125,0,0,0,0,1,0,0,0,0,5.9867658615112305 +1,1,1,1,1,0,3,5,45,489.125,126.6119613647461,4252,37.537498474121094,1,0,0,1,6.192617893218994,3.8066625595092773,4.841126918792725,0,0,0,0,1,0,0,0,0,6.192617893218994 +11,1,1,1,1,0,3,5,25,440.2124938964844,627.1981201171875,4249,246.83749389648438,1,0,2.397895336151123,1,6.087257385253906,3.2188758850097656,6.441262245178223,0,0,0,0,1,0,0,0,0,6.087257385253906 +11,1,1,1,1,0,3,5,42,443.625,2280.1875,4252,265.0375061035156,1,0,2.397895336151123,1,6.094979763031006,3.7376697063446045,7.732012748718262,0,0,0,0,1,0,0,0,0,6.094979763031006 +1,1,1,1,1,0,3,5,26,386.75,93.78663635253906,4252,258.2124938964844,1,0,0,1,5.957778453826904,3.25809645652771,4.541022300720215,0,0,0,0,1,0,0,0,0,5.957778453826904 +1,1,1,1,1,0,3,5,50,374.23748779296875,98.47596740722656,4252,246.83749389648438,1,0,0,1,5.924890518188477,3.9120230674743652,4.589812755584717,0,0,0,0,1,0,0,0,0,5.924890518188477 +3,1,1,1,1,0,3,5,30,375.375,540.44549560546875,4252,246.83749389648438,1,0,1.0986123085021973,1,5.9279255867004395,3.4011974334716797,6.292393684387207,0,0,0,0,1,0,0,0,0,5.9279255867004395 +14,1,1,1,1,1,3,5,36,393.57501220703125,15179.3671875,4252,246.83749389648438,1,0,2.6390573978424072,1,5.975271701812744,3.5835189819335938,9.627692222595215,0,0,0,0,1,0,0,0,0,5.975271701812744 +1,1,1,1,0,0,3,5,30,511.875,127.78429412841797,4210,245.6999969482422,1,0,0,1,6.2380805015563965,3.4011974334716797,4.850343704223633,0,0,0,0,1,0,0,0,0,6.2380805015563965 +21,1,1,1,1,0,3,5,43,663.1624755859375,660.0234375,4249,246.83749389648438,1,0,3.044522523880005,1,6.497020244598389,3.761200189590454,6.492275238037109,0,0,0,0,1,0,0,0,0,6.497020244598389 +12,1,1,1,1,0,3,5,38,556.23748779296875,580.3048095703125,4252,265.0375061035156,1,0,2.4849066734313965,1,6.321195125579834,3.6375861167907715,6.363553524017334,0,0,0,0,1,0,0,0,0,6.321195125579834 +3,1,1,1,1,0,3,5,38,445.8999938964844,56.27198028564453,4252,265.0375061035156,1,0,1.0986123085021973,1,6.100094795227051,3.6375861167907715,4.030196666717529,0,0,0,0,1,0,0,0,0,6.100094795227051 +13,1,1,1,1,0,3,5,52,373.1000061035156,493.5521545410156,4246,246.83749389648438,1,0,2.5649492740631104,1,5.921846389770508,3.9512436389923096,6.201628684997559,0,0,0,0,1,0,0,0,0,5.921846389770508 +4,1,1,1,1,0,3,5,36,511.875,565.064453125,4252,246.83749389648438,1,0,1.3862943649291992,1,6.2380805015563965,3.5835189819335938,6.336939811706543,0,0,0,0,1,0,0,0,0,6.2380805015563965 +1,1,1,1,1,0,3,5,33,412.9125061035156,615.47479248046875,4252,246.83749389648438,1,0,0,1,6.02323579788208,3.4965076446533203,6.422393798828125,0,0,0,0,1,0,0,0,0,6.02323579788208 +0.25,1,1,1,1,0,3,5,31,547.13751220703125,290.7385559082031,4252,265.0375061035156,1,0,-1.3862943649291992,1,6.3047003746032715,3.4339871406555176,5.67242431640625,0,0,0,0,1,0,0,0,0,6.3047003746032715 +33,1,1,1,1,1,3,5,28,432.25,1067.995361328125,4252,246.83749389648438,1,0,3.4965076446533203,1,6.069004058837891,3.332204580307007,6.973538875579834,0,0,0,0,1,0,0,0,0,6.069004058837891 +2,1,1,0,1,0,3,5,54,381.0625,171.16061401367188,4252,245.6999969482422,1,0,0.6931471824645996,1,5.942963600158691,3.9889841079711914,5.142602443695068,0,0,0,0,1,0,0,0,0,5.942963600158691 +1,1,1,1,1,0,3,5,45,398.125,356.38922119140625,4252,246.83749389648438,1,0,0,1,5.9867658615112305,3.8066625595092773,5.876023292541504,0,0,0,0,1,0,0,0,0,5.9867658615112305 +3,1,1,0,0,0,3,5,26,375.375,148.8862762451172,4252,246.83749389648438,1,0,1.0986123085021973,1,5.9279255867004395,3.25809645652771,5.003182888031006,0,0,0,0,1,0,0,0,0,5.9279255867004395 +2,1,1,1,1,0,3,5,31,375.375,453.6928405761719,4252,135.3625030517578,1,0,0.6931471824645996,1,5.9279255867004395,3.4339871406555176,6.117420196533203,0,0,0,0,1,0,0,0,0,5.9279255867004395 +14,1,1,1,1,1,2,5,27,480.0249938964844,4083.235595703125,4249,265.0375061035156,1,0,2.6390573978424072,1,6.173838138580322,3.295836925506592,8.314644813537598,0,0,0,0,1,0,0,0,1,6.173838138580322 +2,1,1,1,1,0,2,5,51,465.23748779296875,134.8182830810547,4252,246.83749389648438,1,0,0.6931471824645996,1,6.142548084259033,3.931825637817383,4.903927803039551,0,0,0,0,1,0,0,0,1,6.142548084259033 +5,1,1,1,1,0,NA,5,42,441.3500061035156,279.0152282714844,4252,265.0375061035156,1,0,1.6094379425048828,1,6.089838027954102,3.7376697063446045,5.6312665939331055,0,0,0,0,1,0,0,NA,NA,6.089838027954102 +5,1,1,1,1,0,NA,5,42,442.48748779296875,279.0152282714844,4252,265.0375061035156,1,0,1.6094379425048828,1,6.092411994934082,3.7376697063446045,5.6312665939331055,0,0,0,0,1,0,0,NA,NA,6.092411994934082 +6,1,1,1,1,0,NA,5,42,442.48748779296875,279.0152282714844,4252,265.0375061035156,1,0,1.7917594909667969,1,6.092411994934082,3.7376697063446045,5.6312665939331055,0,0,0,0,1,0,0,NA,NA,6.092411994934082 +76,1,1,NA,NA,1,NA,5,42,442.48748779296875,13488.86328125,4252,294.61248779296875,1,0,4.330733299255371,1,6.092411994934082,3.7376697063446045,9.50961971282959,0,0,0,0,1,0,0,NA,NA,6.092411994934082 +3,1,1,1,1,0,3,6,25,491.3999938964844,209.84759521484375,5322,265.0375061035156,1,0,1.0986123085021973,1,6.197258472442627,3.2188758850097656,5.346381664276123,0,0,0,0,0,1,0,0,0,6.197258472442627 +182,1,1,1,1,1,3,6,44,705.25,3043.376220703125,5352,265.0375061035156,1,0,5.204006671905518,1,6.558552265167236,3.7841897010803223,8.020722389221191,0,0,0,0,0,1,0,0,0,6.558552265167236 +19,1,1,1,1,0,3,6,26,585.8125,552.1688232421875,5610,265.0375061035156,1,0,2.944438934326172,1,6.372999668121338,3.25809645652771,6.313853740692139,0,0,0,0,0,1,0,0,0,6.372999668121338 +1,1,1,1,1,0,3,6,29,582.4000244140625,200.46893310546875,5349,246.83749389648438,1,0,0,1,6.367157459259033,3.367295742034912,5.3006591796875,0,0,0,0,0,1,0,0,0,6.367157459259033 +1,1,1,1,1,0,3,6,43,436.79998779296875,119.57795715332031,5549,105.7874984741211,1,0,0,1,6.079475402832031,3.761200189590454,4.783968448638916,0,0,0,0,0,1,0,0,0,6.079475402832031 +5,1,1,1,1,0,3,6,39,536.9000244140625,84.40797424316406,5428,265.0375061035156,1,0,1.6094379425048828,1,6.285811901092529,3.6635615825653076,4.435661792755127,0,0,0,0,0,1,0,0,0,6.285811901092529 +2,1,1,1,0,1,3,6,20,386.75,1684.6424560546875,5449,258.2124938964844,1,0,0.6931471824645996,1,5.957778453826904,2.995732307434082,7.4293084144592285,0,0,0,0,0,1,0,0,0,5.957778453826904 +3,1,1,1,1,0,3,6,46,593.7750244140625,315.3575744628906,5352,265.0375061035156,1,0,1.0986123085021973,1,6.386500358581543,3.828641414642334,5.753706932067871,0,0,0,0,0,1,0,0,0,6.386500358581543 +1,1,1,1,1,0,3,6,39,583.5374755859375,572.09844970703125,5610,265.0375061035156,1,0,0,1,6.3691086769104,3.6635615825653076,6.349310874938965,0,0,0,0,0,1,0,0,0,6.3691086769104 +1,1,1,0,1,0,3,6,46,407.2250061035156,151.23095703125,5549,176.3125,1,0,0,1,6.009366035461426,3.828641414642334,5.018808364868164,0,0,0,0,0,1,0,0,0,6.009366035461426 +13,1,1,1,0,1,3,6,53,422.01251220703125,2669.402099609375,5349,246.83749389648438,1,0,2.5649492740631104,1,6.045034885406494,3.97029185295105,7.8896098136901855,0,0,0,0,0,1,0,0,0,6.045034885406494 +4,1,1,1,1,0,3,6,32,382.20001220703125,211.01992797851562,5649,246.83749389648438,1,0,1.3862943649291992,1,5.945943832397461,3.465735912322998,5.35195255279541,0,0,0,0,0,1,0,0,0,5.945943832397461 +10,1,1,1,1,1,3,6,41,437.9375,2399.765625,5352,246.83749389648438,1,0,2.3025851249694824,1,6.082076072692871,3.7135720252990723,7.783126354217529,0,0,0,0,0,1,0,0,0,6.082076072692871 +26,1,1,1,1,1,3,6,23,455,5187.5732421875,5428,274.13751220703125,1,0,3.25809645652771,1,6.120297431945801,3.1354942321777344,8.554020881652832,0,0,0,0,0,1,0,0,0,6.120297431945801 +3,1,1,1,1,0,3,6,33,455,310.6682434082031,5410,214.9875030517578,1,0,1.0986123085021973,1,6.120297431945801,3.4965076446533203,5.738725662231445,0,0,0,0,0,1,0,0,0,6.120297431945801 +7,1,1,1,1,0,3,6,38,455,385.6975402832031,5428,265.0375061035156,1,0,1.945910096168518,1,6.120297431945801,3.6375861167907715,5.955053329467773,0,0,0,0,0,1,0,0,0,6.120297431945801 +18,1,1,1,1,1,3,6,61,431.11248779296875,3071.51220703125,5628,245.6999969482422,1,0,2.890371799468994,1,6.06636905670166,4.110873699188232,8.029925346374512,0,0,0,0,0,1,0,0,0,6.06636905670166 +1,1,1,1,1,0,3,6,35,568.75,135.99061584472656,5352,265.0375061035156,1,0,0,1,6.343441009521484,3.5553481578826904,4.912585735321045,0,0,0,0,0,1,0,0,0,6.343441009521484 +5,1,1,1,1,1,3,6,34,514.1500244140625,1507.6201171875,5610,265.0375061035156,1,0,1.6094379425048828,1,6.2425150871276855,3.526360511779785,7.318287372589111,0,0,0,0,0,1,0,0,0,6.2425150871276855 +4,1,1,1,1,0,3,6,22,505.04998779296875,155.9202880859375,5352,265.0375061035156,1,0,1.3862943649291992,1,6.2246575355529785,3.0910425186157227,5.049345016479492,0,0,0,0,0,1,0,0,0,6.2246575355529785 +1,1,1,1,0,0,3,6,22,528.9375,99.64830017089844,5210,141.0500030517578,1,0,0,1,6.270870208740234,3.0910425186157227,4.601646900177002,0,0,0,0,0,1,0,0,0,6.270870208740234 +100,1,1,1,1,1,3,6,27,528.9375,6352.8720703125,5349,246.83749389648438,1,0,4.605170249938965,1,6.270870208740234,3.295836925506592,8.756662368774414,0,0,0,0,0,1,0,0,0,6.270870208740234 +11,1,1,1,1,0,3,6,38,455,151.23095703125,5310,149.0124969482422,1,0,2.397895336151123,1,6.120297431945801,3.6375861167907715,5.018808364868164,0,0,0,0,0,1,0,0,0,6.120297431945801 +2,1,1,1,1,0,3,6,24,583.5374755859375,35.169986724853516,5549,246.83749389648438,1,0,0.6931471824645996,1,6.3691086769104,3.178053855895996,3.5601930618286133,0,0,0,0,0,1,0,0,0,6.3691086769104 +3,1,1,1,1,0,3,6,23,511.875,493.5521545410156,5510,246.83749389648438,1,0,1.0986123085021973,1,6.2380805015563965,3.1354942321777344,6.201628684997559,0,0,0,0,0,1,0,0,0,6.2380805015563965 +4,1,1,1,1,0,3,6,27,443.625,417.35052490234375,5352,246.83749389648438,1,0,1.3862943649291992,1,6.094979763031006,3.295836925506592,6.033926486968994,0,0,0,0,0,1,0,0,0,6.094979763031006 +4,1,1,1,1,0,3,6,28,437.9375,83.23564147949219,5604,246.83749389648438,1,0,1.3862943649291992,1,6.082076072692871,3.332204580307007,4.421675682067871,0,0,0,0,0,1,0,0,0,6.082076072692871 +5,1,1,1,1,1,3,6,33,445.8999938964844,1213.3646240234375,5316,149.0124969482422,1,0,1.6094379425048828,1,6.100094795227051,3.4965076446533203,7.101152420043945,0,0,0,0,0,1,0,0,0,6.100094795227051 +1,1,1,1,1,0,3,6,33,480.0249938964844,116.06095886230469,5610,211.5749969482422,1,0,0,1,6.173838138580322,3.4965076446533203,4.754115581512451,0,0,0,0,0,1,0,0,0,6.173838138580322 +1,1,1,1,1,0,3,6,44,444.76251220703125,640.09381103515625,5549,246.83749389648438,1,0,0,1,6.097540378570557,3.7841897010803223,6.461614608764648,0,0,0,0,0,1,0,0,0,6.097540378570557 +20,1,1,1,1,0,3,6,25,576.7125244140625,1872.2156982421875,5610,246.83749389648438,1,0,2.995732307434082,1,6.357344150543213,3.2188758850097656,7.534877777099609,0,0,0,0,0,1,0,0,0,6.357344150543213 +94,1,1,1,1,1,3,6,30,576.7125244140625,7614.30224609375,5549,246.83749389648438,1,0,4.543294906616211,1,6.357344150543213,3.4011974334716797,8.937783241271973,0,0,0,0,0,1,0,0,0,6.357344150543213 +8,1,1,1,1,0,3,6,27,432.25,260.2579040527344,5310,246.83749389648438,1,0,2.079441547393799,1,6.069004058837891,3.295836925506592,5.561673164367676,0,0,0,0,0,1,0,0,0,6.069004058837891 +1,1,1,1,1,0,3,6,45,435.6625061035156,248.53457641601562,5410,105.7874984741211,1,0,0,1,6.076868057250977,3.8066625595092773,5.515582084655762,0,0,0,0,0,1,0,0,0,6.076868057250977 +3,1,1,1,1,1,3,6,30,576.7125244140625,354.0445556640625,5549,246.83749389648438,1,0,1.0986123085021973,1,6.357344150543213,3.4011974334716797,5.869422912597656,0,0,0,0,0,1,0,0,0,6.357344150543213 +1,1,1,1,1,0,3,6,27,432.25,134.8182830810547,5549,70.5250015258789,1,0,0,1,6.069004058837891,3.295836925506592,4.903927803039551,0,0,0,0,0,1,0,0,0,6.069004058837891 +12,1,1,1,1,1,3,6,34,455,893.31768798828125,5528,246.83749389648438,1,0,2.4849066734313965,1,6.120297431945801,3.526360511779785,6.794942378997803,0,0,0,0,0,1,0,0,0,6.120297431945801 +182,1,1,1,1,1,3,6,33,455,34953.10546875,5428,246.83749389648438,1,0,5.204006671905518,1,6.120297431945801,3.4965076446533203,10.461762428283691,0,0,0,0,0,1,0,0,0,6.120297431945801 +64,1,1,1,1,1,3,6,40,481.1625061035156,6208.67529296875,5728,246.83749389648438,1,0,4.158883094787598,1,6.176205158233643,3.6888794898986816,8.733702659606934,0,0,0,0,0,1,0,0,0,6.176205158233643 +28,1,1,1,1,0,3,6,41,432.25,950.76202392578125,5549,246.83749389648438,1,0,3.332204580307007,1,6.069004058837891,3.7135720252990723,6.857263565063477,0,0,0,0,0,1,0,0,0,6.069004058837891 +1,1,1,1,1,0,3,6,33,404.95001220703125,84.40797424316406,5549,176.3125,1,0,0,1,6.003763675689697,3.4965076446533203,4.435661792755127,0,0,0,0,0,1,0,0,0,6.003763675689697 +5,1,1,1,NA,0,3,6,59,404.95001220703125,456.0375061035156,5713,246.83749389648438,1,0,1.6094379425048828,1,6.003763675689697,4.077537536621094,6.122575283050537,0,0,0,0,0,1,0,0,0,6.003763675689697 +1,1,1,1,NA,0,3,6,43,404.95001220703125,187.57327270507812,5010,105.7874984741211,1,0,0,1,6.003763675689697,3.761200189590454,5.2341694831848145,0,0,0,0,0,1,0,0,0,6.003763675689697 +10,1,1,1,NA,1,3,6,58,453.86248779296875,3308.323486328125,5234,246.83749389648438,1,0,2.3025851249694824,1,6.117794036865234,4.060442924499512,8.104196548461914,0,0,0,0,0,1,0,0,0,6.117794036865234 +21,1,1,0,NA,0,3,6,46,404.95001220703125,2189.91796875,5310,246.83749389648438,1,0,3.044522523880005,1,6.003763675689697,3.828641414642334,7.691619396209717,0,0,0,0,0,1,0,0,0,6.003763675689697 +1,1,1,0,NA,0,3,6,26,404.95001220703125,708.089111328125,5510,211.5749969482422,1,0,0,1,6.003763675689697,3.25809645652771,6.562570095062256,0,0,0,0,0,1,0,0,0,6.003763675689697 +13,1,1,1,NA,0,3,6,33,404.95001220703125,667.05743408203125,5728,246.83749389648438,1,0,2.5649492740631104,1,6.003763675689697,3.4965076446533203,6.502876281738281,0,0,0,0,0,1,0,0,0,6.003763675689697 +12,1,1,1,1,0,3,6,53,433.38751220703125,276.6705627441406,5310,246.83749389648438,1,0,2.4849066734313965,1,6.071632385253906,3.97029185295105,5.622827529907227,0,0,0,0,0,1,0,0,0,6.071632385253906 +4,1,1,1,1,0,3,6,23,426.5625,345.8382263183594,5610,246.83749389648438,1,0,1.3862943649291992,1,6.055758953094482,3.1354942321777344,5.84597110748291,0,0,0,0,0,1,0,0,0,6.055758953094482 +1,1,1,1,1,0,3,6,22,426.5625,91.44197082519531,5310,113.75,1,0,0,1,6.055758953094482,3.0910425186157227,4.51570463180542,0,0,0,0,0,1,0,0,0,6.055758953094482 +12,1,1,1,1,0,3,6,28,398.125,339.9765625,5310,265.0375061035156,1,0,2.4849066734313965,1,5.9867658615112305,3.332204580307007,5.828876495361328,0,0,0,0,0,1,0,0,0,5.9867658615112305 +6,1,1,1,NA,0,3,6,47,455,206.33059692382812,5410,265.0375061035156,1,0,1.7917594909667969,1,6.120297431945801,3.8501474857330322,5.329479694366455,0,0,0,0,0,1,0,0,0,6.120297431945801 +6,1,1,1,1,0,3,6,28,511.875,814.77142333984375,5349,246.83749389648438,1,0,1.7917594909667969,1,6.2380805015563965,3.332204580307007,6.702907562255859,0,0,0,0,0,1,0,0,0,6.2380805015563965 +11,1,1,1,1,1,3,6,24,455,3309.495849609375,5349,265.0375061035156,1,0,2.397895336151123,1,6.120297431945801,3.178053855895996,8.104551315307617,0,0,0,0,0,1,0,0,0,6.120297431945801 +17,1,1,1,1,0,3,6,28,461.82501220703125,413.8335266113281,5528,265.0375061035156,1,0,2.8332133293151855,1,6.135186195373535,3.332204580307007,6.025463581085205,0,0,0,0,0,1,0,0,0,6.135186195373535 +5,1,1,1,1,0,3,6,35,480.0249938964844,289.56622314453125,5337,265.0375061035156,1,0,1.6094379425048828,1,6.173838138580322,3.5553481578826904,5.668384075164795,0,0,0,0,0,1,0,0,0,6.173838138580322 +10,1,1,1,1,0,3,6,26,475.4750061035156,460.7268371582031,5428,246.83749389648438,1,0,2.3025851249694824,1,6.164314270019531,3.25809645652771,6.132805347442627,0,0,0,0,0,1,0,0,0,6.164314270019531 +47,1,1,1,1,1,3,6,19,432.25,2989.448974609375,5349,246.83749389648438,1,0,3.8501474857330322,1,6.069004058837891,2.944438934326172,8.00284481048584,0,0,0,0,0,1,0,0,0,6.069004058837891 +22,1,1,1,1,1,3,6,33,449.3125,3379.8359375,5413,246.83749389648438,1,0,3.0910425186157227,1,6.107718467712402,3.4965076446533203,8.125582695007324,0,0,0,0,0,1,0,0,0,6.107718467712402 +4,1,1,1,1,0,3,6,26,431.11248779296875,436.10784912109375,5410,265.0375061035156,1,0,1.3862943649291992,1,6.06636905670166,3.25809645652771,6.077889442443848,0,0,0,0,0,1,0,0,0,6.06636905670166 +11,1,1,1,1,0,3,6,29,486.8500061035156,787.8077392578125,5352,265.0375061035156,1,0,2.397895336151123,1,6.187955856323242,3.367295742034912,6.669254302978516,0,0,0,0,0,1,0,0,0,6.187955856323242 +3,1,1,1,1,0,3,6,29,423.1499938964844,84.40797424316406,5549,246.83749389648438,1,0,1.0986123085021973,1,6.047726631164551,3.367295742034912,4.435661792755127,0,0,0,0,0,1,0,0,0,6.047726631164551 +10,1,1,1,1,0,3,6,23,418.6000061035156,384.52520751953125,5413,246.83749389648438,1,0,2.3025851249694824,1,6.0369157791137695,3.1354942321777344,5.952009201049805,0,0,0,0,0,1,0,0,0,6.0369157791137695 +3,1,1,1,1,1,3,6,22,480.0249938964844,717.4677734375,5510,246.83749389648438,1,0,1.0986123085021973,1,6.173838138580322,3.0910425186157227,6.575727939605713,0,0,0,0,0,1,0,0,0,6.173838138580322 +11,1,1,1,1,0,3,6,27,455,644.78314208984375,5610,246.83749389648438,1,0,2.397895336151123,1,6.120297431945801,3.295836925506592,6.468914031982422,0,0,0,0,0,1,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,6,34,434.5249938964844,201.64126586914062,5643,211.5749969482422,1,0,0,1,6.074253559112549,3.526360511779785,5.306490421295166,0,0,0,0,0,1,0,0,0,6.074253559112549 +5,1,1,1,1,0,3,6,24,490.26251220703125,249.7069091796875,5610,246.83749389648438,1,0,1.6094379425048828,1,6.19494104385376,3.178053855895996,5.520287990570068,0,0,0,0,0,1,0,0,0,6.19494104385376 +10,1,1,1,1,0,3,6,22,404.95001220703125,388.0422058105469,5316,246.83749389648438,1,0,2.3025851249694824,1,6.003763675689697,3.0910425186157227,5.961113929748535,0,0,0,0,0,1,0,0,0,6.003763675689697 +4,1,1,1,1,0,3,6,42,445.8999938964844,114.88862609863281,5404,246.83749389648438,1,0,1.3862943649291992,1,6.100094795227051,3.7376697063446045,4.743963241577148,0,0,0,0,0,1,0,0,0,6.100094795227051 +3,1,1,1,1,0,3,6,58,414.04998779296875,121.92262268066406,5410,265.0375061035156,1,0,1.0986123085021973,1,6.025986671447754,4.060442924499512,4.803386688232422,0,0,0,0,0,1,0,0,0,6.025986671447754 +8,1,1,1,1,0,3,6,34,509.6000061035156,1445.486572265625,5352,265.0375061035156,1,0,2.079441547393799,1,6.233625888824463,3.526360511779785,7.276201248168945,0,0,0,0,0,1,0,0,0,6.233625888824463 +10,1,1,1,1,0,3,6,27,480.0249938964844,1295.4278564453125,5310,265.0375061035156,1,0,2.3025851249694824,1,6.173838138580322,3.295836925506592,7.166596412658691,0,0,0,0,0,1,0,0,0,6.173838138580322 +4,1,1,1,1,1,3,6,45,460.6875,554.51348876953125,5628,246.83749389648438,1,0,1.3862943649291992,1,6.132719993591309,3.8066625595092773,6.318090915679932,0,0,0,0,0,1,0,0,0,6.132719993591309 +4,1,1,1,1,0,3,6,26,520.9749755859375,103.16529846191406,5310,246.83749389648438,1,0,1.3862943649291992,1,6.255702018737793,3.25809645652771,4.6363325119018555,0,0,0,0,0,1,0,0,0,6.255702018737793 +32,1,1,1,1,1,3,6,20,591.5,3235.638916015625,5349,265.0375061035156,1,0,3.465735912322998,1,6.382661819458008,2.995732307434082,8.081981658935547,0,0,0,0,0,1,0,0,0,6.382661819458008 +9,1,1,1,1,1,3,6,45,528.9375,1228.60498046875,5210,246.83749389648438,1,0,2.1972246170043945,1,6.270870208740234,3.8066625595092773,7.1136345863342285,0,0,0,0,0,1,0,0,0,6.270870208740234 +7,1,1,1,1,0,3,6,19,485.7124938964844,405.627197265625,5628,246.83749389648438,1,0,1.945910096168518,1,6.185616970062256,2.944438934326172,6.005434513092041,0,0,0,0,0,1,0,0,0,6.185616970062256 +31,1,1,1,1,1,3,6,35,485.7124938964844,7608.44091796875,5349,265.0375061035156,1,0,3.4339871406555176,1,6.185616970062256,3.5553481578826904,8.937013626098633,0,0,0,0,0,1,0,0,0,6.185616970062256 +9,1,1,1,1,1,3,6,23,485.7124938964844,2513.48193359375,5628,265.0375061035156,1,0,2.1972246170043945,1,6.185616970062256,3.1354942321777344,7.8294243812561035,0,0,0,0,0,1,0,0,0,6.185616970062256 +2,1,1,1,1,1,3,6,28,568.75,1056.27197265625,5340,265.0375061035156,1,0,0.6931471824645996,1,6.343441009521484,3.332204580307007,6.962501049041748,0,0,0,0,0,1,0,0,0,6.343441009521484 +1,1,1,1,1,0,3,6,36,485.7124938964844,128.9566192626953,5249,37.537498474121094,1,0,0,1,6.185616970062256,3.5835189819335938,4.859476089477539,0,0,0,0,0,1,0,0,0,6.185616970062256 +45,1,1,1,1,1,3,6,26,591.5,2855.802978515625,5449,265.0375061035156,1,0,3.8066625595092773,1,6.382661819458008,3.25809645652771,7.957108497619629,0,0,0,0,0,1,0,0,0,6.382661819458008 +1,1,1,1,1,0,3,6,31,455,397.4208679199219,5628,188.8249969482422,1,0,0,1,6.120297431945801,3.4339871406555176,5.9849958419799805,0,0,0,0,0,1,0,0,0,6.120297431945801 +2,1,1,1,1,0,3,6,24,541.45001220703125,315.3575744628906,5349,265.0375061035156,1,0,0.6931471824645996,1,6.294250965118408,3.178053855895996,5.753706932067871,0,0,0,0,0,1,0,0,0,6.294250965118408 +2,1,1,1,0,0,3,6,29,591.5,308.3235778808594,5440,265.0375061035156,1,0,0.6931471824645996,1,6.382661819458008,3.367295742034912,5.731149673461914,0,0,0,0,0,1,0,0,0,6.382661819458008 +4,1,1,1,1,0,3,6,21,591.5,409.1441955566406,5628,265.0375061035156,1,0,1.3862943649291992,1,6.382661819458008,3.044522523880005,6.014067649841309,0,0,0,0,0,1,0,0,0,6.382661819458008 +6,1,1,1,1,1,3,6,23,591.5,4031.653076171875,5337,265.0375061035156,1,0,1.7917594909667969,1,6.382661819458008,3.1354942321777344,8.301931381225586,0,0,0,0,0,1,0,0,0,6.382661819458008 +3,1,1,1,1,0,3,6,30,398.125,205.15826416015625,5649,265.0375061035156,1,0,1.0986123085021973,1,5.9867658615112305,3.4011974334716797,5.323781490325928,0,0,0,0,0,1,0,0,0,5.9867658615112305 +34,1,1,1,1,1,3,6,49,398.125,4535.75634765625,5428,265.0375061035156,1,0,3.526360511779785,1,5.9867658615112305,3.891820192337036,8.419747352600098,0,0,0,0,0,1,0,0,0,5.9867658615112305 +2,1,1,1,1,1,3,6,31,477.75,555.685791015625,5352,265.0375061035156,1,0,0.6931471824645996,1,6.1690874099731445,3.4339871406555176,6.320202827453613,0,0,0,0,0,1,0,0,0,6.1690874099731445 +5,1,1,1,1,1,3,6,36,500.5,1456.0374755859375,5310,246.83749389648438,1,0,1.6094379425048828,1,6.215607643127441,3.5835189819335938,7.283473968505859,0,0,0,0,0,1,0,0,0,6.215607643127441 +3,1,1,1,0,0,3,6,20,409.5,99.64830017089844,5528,265.0375061035156,1,0,1.0986123085021973,1,6.014936923980713,2.995732307434082,4.601646900177002,0,0,0,0,0,1,0,0,0,6.014936923980713 +3,1,1,1,0,0,3,6,20,455,135.99061584472656,5440,265.0375061035156,1,0,1.0986123085021973,1,6.120297431945801,2.995732307434082,4.912585735321045,0,0,0,0,0,1,0,0,0,6.120297431945801 +1,1,1,1,0,0,3,6,19,409.5,116.06095886230469,5540,76.2125015258789,1,0,0,1,6.014936923980713,2.944438934326172,4.754115581512451,0,0,0,0,0,1,0,0,0,6.014936923980713 +45,1,1,1,0,1,3,6,26,386.75,2475.96728515625,5628,265.0375061035156,1,0,3.8066625595092773,1,5.957778453826904,3.25809645652771,7.814386367797852,0,0,0,0,0,1,0,0,0,5.957778453826904 +1,1,1,1,1,0,3,6,31,732.54998779296875,336.4595642089844,5349,188.8249969482422,1,0,0,1,6.596531391143799,3.4339871406555176,5.818478107452393,0,0,0,0,0,1,0,0,0,6.596531391143799 +24,1,1,1,1,1,3,6,30,576.7125244140625,3341.14892578125,5428,265.0375061035156,1,0,3.178053855895996,1,6.357344150543213,3.4011974334716797,8.114069938659668,0,0,0,0,0,1,0,0,0,6.357344150543213 +58,1,1,1,1,1,3,6,26,455,8880.421875,5349,246.83749389648438,1,0,4.060442924499512,1,6.120297431945801,3.25809645652771,9.091604232788086,0,0,0,0,0,1,0,0,0,6.120297431945801 +24,1,1,1,1,1,3,6,30,461.82501220703125,3364.595458984375,5310,246.83749389648438,1,0,3.178053855895996,1,6.135186195373535,3.4011974334716797,8.121063232421875,0,0,0,0,0,1,0,0,0,6.135186195373535 +88,1,1,1,0,1,3,6,35,461.82501220703125,9320.046875,5352,265.0375061035156,1,0,4.477336883544922,1,6.135186195373535,3.5553481578826904,9.139923095703125,0,0,0,0,0,1,0,0,0,6.135186195373535 +9,1,1,1,1,0,3,6,25,461.82501220703125,757.32708740234375,5610,265.0375061035156,1,0,2.1972246170043945,1,6.135186195373535,3.2188758850097656,6.629795074462891,0,0,0,0,0,1,0,0,0,6.135186195373535 +4,1,1,1,1,0,3,6,42,455,426.72918701171875,5349,265.0375061035156,1,0,1.3862943649291992,1,6.120297431945801,3.7376697063446045,6.056149482727051,0,0,0,0,0,1,0,0,0,6.120297431945801 +15,1,1,1,1,1,3,6,30,477.75,2439.624755859375,5528,265.0375061035156,1,0,2.70805025100708,1,6.1690874099731445,3.4011974334716797,7.799599647521973,0,0,0,0,0,1,0,0,0,6.1690874099731445 +1,1,1,1,1,0,3,6,40,455,302.4619140625,5610,151.28750610351562,1,0,0,1,6.120297431945801,3.6888794898986816,5.711955547332764,0,0,0,0,0,1,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,6,40,455,157.09262084960938,5549,227.5,1,0,0,1,6.120297431945801,3.6888794898986816,5.056835651397705,0,0,0,0,0,1,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,6,29,455,120.75028991699219,5610,151.28750610351562,1,0,0,1,6.120297431945801,3.367295742034912,4.793724536895752,0,0,0,0,0,1,0,0,0,6.120297431945801 +5,1,1,1,1,1,3,6,30,486.8500061035156,1189.91796875,5428,265.0375061035156,1,0,1.6094379425048828,1,6.187955856323242,3.4011974334716797,7.081639766693115,0,0,0,0,0,1,0,0,0,6.187955856323242 +2,1,1,1,1,0,3,6,27,500.5,199.29660034179688,5349,265.0375061035156,1,0,0.6931471824645996,1,6.215607643127441,3.295836925506592,5.294794082641602,0,0,0,0,0,1,0,0,0,6.215607643127441 +3,1,1,1,1,0,3,6,32,549.4124755859375,247.36224365234375,5210,265.0375061035156,1,0,1.0986123085021973,1,6.308849334716797,3.465735912322998,5.5108537673950195,0,0,0,0,0,1,0,0,0,6.308849334716797 +7,1,1,1,1,1,3,6,24,682.5,2345.838134765625,5349,265.0375061035156,1,0,1.945910096168518,1,6.525762557983398,3.178053855895996,7.760397911071777,0,0,0,0,0,1,0,0,0,6.525762557983398 +2,1,1,1,1,0,3,6,27,547.13751220703125,111.37162780761719,5510,265.0375061035156,1,0,0.6931471824645996,1,6.3047003746032715,3.295836925506592,4.712872505187988,0,0,0,0,0,1,0,0,0,6.3047003746032715 +3,1,1,1,1,1,3,6,47,398.125,1341.14892578125,5628,246.83749389648438,1,0,1.0986123085021973,1,5.9867658615112305,3.8501474857330322,7.201282024383545,0,0,0,0,0,1,0,0,0,5.9867658615112305 +2,1,1,1,1,0,1,6,37,411.7749938964844,116.06095886230469,5552,245.6999969482422,1,0,0.6931471824645996,1,6.020477294921875,3.610917806625366,4.754115581512451,0,0,0,0,0,1,0,1,0,6.020477294921875 +14,1,1,1,1,0,1,6,40,411.7749938964844,4031.653076171875,5310,245.6999969482422,1,0,2.6390573978424072,1,6.020477294921875,3.6888794898986816,8.301931381225586,0,0,0,0,0,1,0,1,0,6.020477294921875 +13,1,1,1,1,1,1,6,35,540.3125,923.79833984375,5640,246.83749389648438,1,0,2.5649492740631104,1,6.292147636413574,3.5553481578826904,6.828493595123291,0,0,0,0,0,1,0,1,0,6.292147636413574 +5,1,1,1,1,0,3,6,45,370.82501220703125,364.5955505371094,5628,246.83749389648438,1,0,1.6094379425048828,1,5.9157304763793945,3.8066625595092773,5.8987884521484375,0,0,0,0,0,1,0,0,0,5.9157304763793945 +1,1,1,1,1,0,1,6,39,392.4375,150.05862426757812,5316,246.83749389648438,1,0,0,1,5.972377300262451,3.6635615825653076,5.011025905609131,0,0,0,0,0,1,0,1,0,5.972377300262451 +2,1,1,1,1,0,1,6,44,398.125,202.8135986328125,5034,265.0375061035156,1,0,0.6931471824645996,1,5.9867658615112305,3.7841897010803223,5.312287330627441,0,0,0,0,0,1,0,1,0,5.9867658615112305 +13,1,1,1,0,1,1,6,21,399.26251220703125,4756.15478515625,5349,265.0375061035156,1,0,2.5649492740631104,1,5.989619255065918,3.044522523880005,8.467194557189941,0,0,0,0,0,1,0,1,0,5.989619255065918 +9,1,1,1,1,0,1,6,60,393.57501220703125,817.1160888671875,5628,246.83749389648438,1,0,2.1972246170043945,1,5.975271701812744,4.094344615936279,6.705780982971191,0,0,0,0,0,1,0,1,0,5.975271701812744 +1,1,1,1,1,0,1,6,53,441.3500061035156,227.43258666992188,5713,265.0375061035156,1,0,0,1,6.089838027954102,3.97029185295105,5.426853656768799,0,0,0,0,0,1,0,1,0,6.089838027954102 +35,1,1,1,1,0,1,6,45,432.25,796.0140380859375,5352,265.0375061035156,1,0,3.5553481578826904,1,6.069004058837891,3.8066625595092773,6.679616928100586,0,0,0,0,0,1,0,1,0,6.069004058837891 +3,1,1,1,1,0,1,6,42,412.9125061035156,121.92262268066406,5549,246.83749389648438,1,0,1.0986123085021973,1,6.02323579788208,3.7376697063446045,4.803386688232422,0,0,0,0,0,1,0,1,0,6.02323579788208 +11,1,1,1,1,0,1,6,30,407.2250061035156,1396.24853515625,5337,265.0375061035156,1,0,2.397895336151123,1,6.009366035461426,3.4011974334716797,7.241544246673584,0,0,0,0,0,1,0,1,0,6.009366035461426 +5,1,1,1,1,0,1,6,43,525.5250244140625,243.84524536132812,5628,265.0375061035156,1,0,1.6094379425048828,1,6.264397621154785,3.761200189590454,5.4965338706970215,0,0,0,0,0,1,0,1,0,6.264397621154785 +13,1,1,1,1,0,1,6,42,410.63751220703125,1042.2039794921875,5549,265.0375061035156,1,0,2.5649492740631104,1,6.0177106857299805,3.7376697063446045,6.949092864990234,0,0,0,0,0,1,0,1,0,6.0177106857299805 +5,1,1,1,1,0,1,6,45,556.23748779296875,0,5728,265.0375061035156,1,0,1.6094379425048828,1,6.321195125579834,3.8066625595092773,0,0,0,0,0,0,1,0,1,0,6.321195125579834 +3,1,1,1,1,0,1,6,33,416.32501220703125,311.840576171875,5225,208.16250610351562,1,0,1.0986123085021973,1,6.031466007232666,3.4965076446533203,5.742492198944092,0,0,0,0,0,1,0,1,0,6.031466007232666 +3,1,1,0,1,0,1,6,54,377.6499938964844,72.68463897705078,5652,246.83749389648438,1,0,1.0986123085021973,1,5.933967590332031,3.9889841079711914,4.286129951477051,0,0,0,0,0,1,0,1,0,5.933967590332031 +1,1,1,1,1,0,1,6,27,682.5,250.87925720214844,5349,246.83749389648438,1,0,0,1,6.525762557983398,3.295836925506592,5.524971961975098,0,0,0,0,0,1,0,1,0,6.525762557983398 +2,1,1,1,1,0,1,6,34,455,121.92262268066406,5440,246.83749389648438,1,0,0.6931471824645996,1,6.120297431945801,3.526360511779785,4.803386688232422,0,0,0,0,0,1,0,1,0,6.120297431945801 +3,1,1,1,0,0,1,6,40,477.75,315.3575744628906,5116,265.0375061035156,1,0,1.0986123085021973,1,6.1690874099731445,3.6888794898986816,5.753706932067871,0,0,0,0,0,1,0,1,0,6.1690874099731445 +4,1,1,1,1,0,1,6,39,503.9125061035156,202.8135986328125,5549,265.0375061035156,1,0,1.3862943649291992,1,6.222402572631836,3.6635615825653076,5.312287330627441,0,0,0,0,0,1,0,1,0,6.222402572631836 +1,1,1,1,1,0,1,6,27,531.2125244140625,154.74795532226562,5310,246.83749389648438,1,0,0,1,6.275162220001221,3.295836925506592,5.041797637939453,0,0,0,0,0,1,0,1,0,6.275162220001221 +8,1,1,1,0,1,1,6,24,483.4375,3070.340087890625,5349,265.0375061035156,1,0,2.079441547393799,1,6.180922031402588,3.178053855895996,8.02954387664795,0,0,0,0,0,1,0,1,0,6.180922031402588 +3,1,1,1,1,0,1,6,36,580.125,162.95428466796875,5649,265.0375061035156,1,0,1.0986123085021973,1,6.363243579864502,3.5835189819335938,5.093469619750977,0,0,0,0,0,1,0,1,0,6.363243579864502 +3,1,1,1,1,0,1,6,54,459.54998779296875,103.16529846191406,5710,246.83749389648438,1,0,1.0986123085021973,1,6.130247592926025,3.9889841079711914,4.6363325119018555,0,0,0,0,0,1,0,1,0,6.130247592926025 +4,1,1,1,1,0,1,6,51,441.3500061035156,153.57562255859375,5628,265.0375061035156,1,0,1.3862943649291992,1,6.089838027954102,3.931825637817383,5.03419303894043,0,0,0,0,0,1,0,1,0,6.089838027954102 +10,1,1,1,1,0,1,6,21,382.20001220703125,409.1441955566406,5628,254.8000030517578,1,0,2.3025851249694824,1,5.945943832397461,3.044522523880005,6.014067649841309,0,0,0,0,0,1,0,1,0,5.945943832397461 +7,1,1,1,1,0,1,6,55,502.7749938964844,350.5275573730469,5549,246.83749389648438,1,0,1.945910096168518,1,6.220142841339111,4.007333278656006,5.859439373016357,0,0,0,0,0,1,0,1,0,6.220142841339111 +6,1,1,1,1,0,1,6,28,371.9624938964844,159.43728637695312,5210,247.97500610351562,1,0,1.7917594909667969,1,5.918793201446533,3.332204580307007,5.071650505065918,0,0,0,0,0,1,0,1,0,5.918793201446533 +3,1,1,1,1,0,1,6,53,384.4750061035156,123.09495544433594,5652,255.9375,1,0,1.0986123085021973,1,5.951878547668457,3.97029185295105,4.812955856323242,0,0,0,0,0,1,0,1,0,5.951878547668457 +6,1,1,0,1,0,1,6,56,395.8500061035156,248.53457641601562,5052,263.8999938964844,1,0,1.7917594909667969,1,5.981035232543945,4.025351524353027,5.515582084655762,0,0,0,0,0,1,0,1,0,5.981035232543945 +3,1,1,1,1,0,1,6,57,455,14.067995071411133,5310,246.83749389648438,1,0,1.0986123085021973,1,6.120297431945801,4.043051242828369,2.64390230178833,0,0,0,0,0,1,0,1,0,6.120297431945801 +1,1,1,1,1,1,1,6,44,563.0625,758.4993896484375,5643,265.0375061035156,1,0,0,1,6.333390712738037,3.7841897010803223,6.631341934204102,0,0,0,0,0,1,0,1,0,6.333390712738037 +15,1,1,1,1,1,1,6,42,433.38751220703125,1715.123046875,5610,246.83749389648438,1,0,2.70805025100708,1,6.071632385253906,3.7376697063446045,7.447239875793457,0,0,0,0,0,1,0,1,0,6.071632385253906 +10,1,1,1,1,0,1,6,63,433.38751220703125,337.63189697265625,5613,246.83749389648438,1,0,2.3025851249694824,1,6.071632385253906,4.143134593963623,5.821956157684326,0,0,0,0,0,1,0,1,0,6.071632385253906 +5,1,1,1,1,0,1,6,31,457.2749938964844,427.9015197753906,5440,246.83749389648438,1,0,1.6094379425048828,1,6.1252851486206055,3.4339871406555176,6.058893203735352,0,0,0,0,0,1,0,1,0,6.1252851486206055 +1,1,1,1,1,0,1,6,30,481.1625061035156,250.87925720214844,5349,265.0375061035156,1,0,0,1,6.176205158233643,3.4011974334716797,5.524971961975098,0,0,0,0,0,1,0,1,0,6.176205158233643 +30,1,1,1,1,1,1,6,33,640.4124755859375,3298.94482421875,5310,246.83749389648438,1,0,3.4011974334716797,1,6.4621124267578125,3.4965076446533203,8.101358413696289,0,0,0,0,0,1,0,1,0,6.4621124267578125 +2,1,1,1,1,0,1,6,44,663.1624755859375,107.85462951660156,5604,265.0375061035156,1,0,0.6931471824645996,1,6.497020244598389,3.7841897010803223,4.680784225463867,0,0,0,0,0,1,0,1,0,6.497020244598389 +10,1,1,1,1,0,1,6,36,409.5,384.52520751953125,5528,265.0375061035156,1,0,2.3025851249694824,1,6.014936923980713,3.5835189819335938,5.952009201049805,0,0,0,0,0,1,0,1,0,6.014936923980713 +3,1,1,1,1,0,1,6,29,477.75,268.4642333984375,5740,265.0375061035156,1,0,1.0986123085021973,1,6.1690874099731445,3.367295742034912,5.59271764755249,0,0,0,0,0,1,0,1,0,6.1690874099731445 +1,1,1,1,1,0,1,6,31,400.3999938964844,262.6025695800781,5713,246.83749389648438,1,0,0,1,5.992464065551758,3.4339871406555176,5.57064151763916,0,0,0,0,0,1,0,1,0,5.992464065551758 +13,1,1,1,1,1,1,6,23,394.7124938964844,3019.9296875,5310,262.76251220703125,1,0,2.5649492740631104,1,5.9781575202941895,3.1354942321777344,8.012989044189453,0,0,0,0,0,1,0,1,0,5.9781575202941895 +7,1,1,1,0,1,1,6,30,386.75,1788.9801025390625,5349,265.0375061035156,1,0,1.945910096168518,1,5.957778453826904,3.4011974334716797,7.489400863647461,0,0,0,0,0,1,0,1,0,5.957778453826904 +2,1,1,1,1,0,1,6,53,449.3125,273.153564453125,5728,265.0375061035156,1,0,0.6931471824645996,1,6.107718467712402,3.97029185295105,5.610033988952637,0,0,0,0,0,1,0,1,0,6.107718467712402 +3,1,1,1,1,0,2,6,39,635.86248779296875,566.23681640625,5449,246.83749389648438,1,0,1.0986123085021973,1,6.454982280731201,3.6635615825653076,6.339012622833252,0,0,0,0,0,1,0,0,1,6.454982280731201 +4,1,1,1,1,0,2,6,59,693.875,154.74795532226562,5549,246.83749389648438,1,0,1.3862943649291992,1,6.542291641235352,4.077537536621094,5.041797637939453,0,0,0,0,0,1,0,0,1,6.542291641235352 +4,1,1,1,NA,0,2,6,31,630.17498779296875,441.9695129394531,5628,246.83749389648438,1,0,1.3862943649291992,1,6.445997714996338,3.4339871406555176,6.091240882873535,0,0,0,0,0,1,0,0,1,6.445997714996338 +3,1,1,1,1,0,1,6,56,400.3999938964844,175.84994506835938,5352,265.0375061035156,1,0,1.0986123085021973,1,5.992464065551758,4.025351524353027,5.169631004333496,0,0,0,0,0,1,0,1,0,5.992464065551758 +5,1,1,1,1,0,3,6,51,389.0249938964844,330.597900390625,5728,245.6999969482422,1,0,1.6094379425048828,1,5.963643550872803,3.931825637817383,5.800902843475342,0,0,0,0,0,1,0,0,0,5.963643550872803 +3,1,1,1,1,1,1,6,51,411.7749938964844,2466.588623046875,5336,246.83749389648438,1,0,1.0986123085021973,1,6.020477294921875,3.931825637817383,7.810591220855713,0,0,0,0,0,1,0,1,0,6.020477294921875 +4,1,1,1,1,0,1,6,34,510.73748779296875,87.92497253417969,5728,246.83749389648438,1,0,1.3862943649291992,1,6.235855579376221,3.526360511779785,4.4764838218688965,0,0,0,0,0,1,0,1,0,6.235855579376221 +8,1,1,1,1,0,1,6,37,378.7875061035156,263.77490234375,5528,246.83749389648438,1,0,2.079441547393799,1,5.936975479125977,3.610917806625366,5.575096130371094,0,0,0,0,0,1,0,1,0,5.936975479125977 +6,1,1,1,1,1,1,6,43,1001,433.76318359375,5452,265.0375061035156,1,0,1.7917594909667969,1,6.908754825592041,3.761200189590454,6.072498798370361,0,0,0,0,0,1,0,1,0,6.908754825592041 +10,1,1,1,1,1,1,6,46,682.5,2538.100830078125,5316,246.83749389648438,1,0,2.3025851249694824,1,6.525762557983398,3.828641414642334,7.839171409606934,0,0,0,0,0,1,0,1,0,6.525762557983398 +11,1,1,1,NA,0,1,6,24,403.8125,1220.3985595703125,5628,265.0375061035156,1,0,2.397895336151123,1,6.000950813293457,3.178053855895996,7.106932640075684,0,0,0,0,0,1,0,1,0,6.000950813293457 +7,1,1,1,1,0,2,6,22,402.67498779296875,168.81594848632812,5316,246.83749389648438,1,0,1.945910096168518,1,5.998129844665527,3.0910425186157227,5.128808975219727,0,0,0,0,0,1,0,0,1,5.998129844665527 +14,1,1,1,1,1,2,6,25,434.5249938964844,1304.8065185546875,5528,246.83749389648438,1,0,2.6390573978424072,1,6.074253559112549,3.2188758850097656,7.173810005187988,0,0,0,0,0,1,0,0,1,6.074253559112549 +6,1,1,1,1,0,2,6,59,652.92498779296875,208.67526245117188,5410,265.0375061035156,1,0,1.7917594909667969,1,6.481462478637695,4.077537536621094,5.3407793045043945,0,0,0,0,0,1,0,0,1,6.481462478637695 +4,1,1,1,1,0,2,6,47,607.42498779296875,177.02227783203125,5728,245.6999969482422,1,0,1.3862943649291992,1,6.409228801727295,3.8501474857330322,5.176275730133057,0,0,0,0,0,1,0,0,1,6.409228801727295 +9,1,1,1,1,1,2,6,20,756.4375,2586.16650390625,5549,262.76251220703125,1,0,2.1972246170043945,1,6.628620147705078,2.995732307434082,7.857932090759277,0,0,0,0,0,1,0,0,1,6.628620147705078 +14,1,1,1,0,0,2,6,31,601.73748779296875,409.1441955566406,5452,246.83749389648438,1,0,2.6390573978424072,1,6.3998212814331055,3.4339871406555176,6.014067649841309,0,0,0,0,0,1,0,0,1,6.3998212814331055 +10,1,1,1,1,1,2,6,47,702.9749755859375,1150.05859375,5352,246.83749389648438,1,0,2.3025851249694824,1,6.555321216583252,3.8501474857330322,7.047568321228027,0,0,0,0,0,1,0,0,1,6.555321216583252 +18,1,1,1,1,1,2,6,57,684.7750244140625,6395.076171875,5310,246.83749389648438,1,0,2.890371799468994,1,6.529090404510498,4.043051242828369,8.763283729553223,0,0,0,0,0,1,0,0,1,6.529090404510498 +3,1,1,1,1,0,2,6,36,510.73748779296875,407.97186279296875,5728,246.83749389648438,1,0,1.0986123085021973,1,6.235855579376221,3.5835189819335938,6.011198043823242,0,0,0,0,0,1,0,0,1,6.235855579376221 +3,1,1,1,1,0,2,6,46,721.17498779296875,118.40562438964844,5728,265.0375061035156,1,0,1.0986123085021973,1,6.580881595611572,3.828641414642334,4.774116039276123,0,0,0,0,0,1,0,0,1,6.580881595611572 +14,1,1,1,1,0,2,6,34,409.5,461.899169921875,5528,246.83749389648438,1,0,2.6390573978424072,1,6.014936923980713,3.526360511779785,6.135346412658691,0,0,0,0,0,1,0,0,1,6.014936923980713 +14,1,1,1,1,0,2,6,36,658.61248779296875,2185.228515625,5352,149.0124969482422,1,0,2.6390573978424072,1,6.490135192871094,3.5835189819335938,7.6894755363464355,0,0,0,0,0,1,0,0,1,6.490135192871094 +20,1,1,1,1,1,2,6,33,675.67498779296875,2665.885009765625,5028,265.0375061035156,1,0,2.995732307434082,1,6.515712261199951,3.4965076446533203,7.888291358947754,0,0,0,0,0,1,0,0,1,6.515712261199951 +2,1,1,1,1,0,2,6,36,624.48748779296875,172.33294677734375,5736,265.0375061035156,1,0,0.6931471824645996,1,6.436931133270264,3.5835189819335938,5.149428367614746,0,0,0,0,0,1,0,0,1,6.436931133270264 +13,1,1,1,0,1,2,6,37,414.04998779296875,2746.776123046875,5352,246.83749389648438,1,0,2.5649492740631104,1,6.025986671447754,3.610917806625366,7.918183326721191,0,0,0,0,0,1,0,0,1,6.025986671447754 +2,1,1,1,1,0,2,6,26,370.82501220703125,119.57795715332031,5349,246.83749389648438,1,0,0.6931471824645996,1,5.9157304763793945,3.25809645652771,4.783968448638916,0,0,0,0,0,1,0,0,1,5.9157304763793945 +8,1,1,1,0,1,2,6,32,796.25,5.861664772033691,5316,246.83749389648438,1,0,2.079441547393799,1,6.67991304397583,3.465735912322998,1.768433690071106,0,0,0,0,0,1,0,0,1,6.67991304397583 +2,1,1,1,1,0,2,6,37,557.375,152.40328979492188,5549,149.0124969482422,1,0,0.6931471824645996,1,6.323238372802734,3.610917806625366,5.0265302658081055,0,0,0,0,0,1,0,0,1,6.323238372802734 +10,1,1,1,1,0,2,6,61,561.92498779296875,718.64007568359375,5728,130.8125,1,0,2.3025851249694824,1,6.331368446350098,4.110873699188232,6.5773606300354,0,0,0,0,0,1,0,0,1,6.331368446350098 +1,1,1,1,1,0,2,6,27,527.79998779296875,35.169986724853516,5410,246.83749389648438,1,0,0,1,6.268717288970947,3.295836925506592,3.5601930618286133,0,0,0,0,0,1,0,0,1,6.268717288970947 +11,1,1,1,0,0,2,6,39,377.6499938964844,411.4888610839844,5428,246.83749389648438,1,0,2.397895336151123,1,5.933967590332031,3.6635615825653076,6.019782066345215,0,0,0,0,0,1,0,0,1,5.933967590332031 +7,1,1,1,0,0,2,6,27,509.6000061035156,205.15826416015625,5628,246.83749389648438,1,0,1.945910096168518,1,6.233625888824463,3.295836925506592,5.323781490325928,0,0,0,0,0,1,0,0,1,6.233625888824463 +10,1,1,1,1,0,2,6,41,462.9624938964844,3574.443115234375,5452,246.83749389648438,1,0,2.3025851249694824,1,6.137646198272705,3.7135720252990723,8.1815643310546875,0,0,0,0,0,1,0,0,1,6.137646198272705 +4,1,1,1,1,0,2,6,53,696.1500244140625,268.4642333984375,5349,266.17498779296875,1,0,1.3862943649291992,1,6.545565128326416,3.97029185295105,5.59271764755249,0,0,0,0,0,1,0,0,1,6.545565128326416 +0.25,1,1,1,0,0,2,6,21,441.3500061035156,97.30363464355469,5549,265.0375061035156,1,0,-1.3862943649291992,1,6.089838027954102,3.044522523880005,4.577836513519287,0,0,0,0,0,1,0,0,1,6.089838027954102 +7,1,1,1,1,0,2,6,29,383.3374938964844,446.6588439941406,5349,246.83749389648438,1,0,1.945910096168518,1,5.948915958404541,3.367295742034912,6.101795196533203,0,0,0,0,0,1,0,0,1,5.948915958404541 +3,1,1,1,1,0,2,6,38,455,207.5029296875,5310,245.6999969482422,1,0,1.0986123085021973,1,6.120297431945801,3.6375861167907715,5.335145473480225,0,0,0,0,0,1,0,0,1,6.120297431945801 +2,1,1,1,1,1,2,6,59,731.4124755859375,1379.8358154296875,5049,246.83749389648438,1,0,0.6931471824645996,1,6.594977378845215,4.077537536621094,7.229719638824463,0,0,0,0,0,1,0,0,1,6.594977378845215 +9,1,1,1,1,0,2,6,55,646.0999755859375,451.3481750488281,5549,246.83749389648438,1,0,2.1972246170043945,1,6.470954418182373,4.007333278656006,6.112238883972168,0,0,0,0,0,1,0,0,1,6.470954418182373 +6,1,1,1,1,0,2,6,25,668.8499755859375,636.5767822265625,5440,246.83749389648438,1,0,1.7917594909667969,1,6.505559921264648,3.2188758850097656,6.4561052322387695,0,0,0,0,0,1,0,0,1,6.505559921264648 +2,1,1,1,1,0,2,6,24,432.25,322.3915710449219,5349,265.0375061035156,1,0,0.6931471824645996,1,6.069004058837891,3.178053855895996,5.775766849517822,0,0,0,0,0,1,0,0,1,6.069004058837891 +5,1,1,1,1,0,2,6,29,774.63751220703125,282.5322265625,5628,265.0375061035156,1,0,1.6094379425048828,1,6.652395248413086,3.367295742034912,5.643792629241943,0,0,0,0,0,1,0,0,1,6.652395248413086 +5,1,1,1,0,0,2,6,32,622.2125244140625,93.78663635253906,5628,265.0375061035156,1,0,1.6094379425048828,1,6.433281898498535,3.465735912322998,4.541022300720215,0,0,0,0,0,1,0,0,1,6.433281898498535 +10,1,1,1,1,0,2,6,53,742.7874755859375,373.9742126464844,5528,265.0375061035156,1,0,2.3025851249694824,1,6.610409736633301,3.97029185295105,5.924186706542969,0,0,0,0,0,1,0,0,1,6.610409736633301 +15,1,1,1,1,1,2,6,26,457.2749938964844,6536.9287109375,5404,246.83749389648438,1,0,2.70805025100708,1,6.1252851486206055,3.25809645652771,8.785223007202148,0,0,0,0,0,1,0,0,1,6.1252851486206055 +17,1,1,1,1,0,2,6,49,573.29998779296875,1007.0339965820312,5428,246.83749389648438,1,0,2.8332133293151855,1,6.351408958435059,3.891820192337036,6.914764881134033,0,0,0,0,0,1,0,0,1,6.351408958435059 +10,1,1,1,1,1,2,6,29,455,4529.89453125,5328,265.0375061035156,1,0,2.3025851249694824,1,6.120297431945801,3.367295742034912,8.41845417022705,0,0,0,0,0,1,0,0,1,6.120297431945801 +4,1,1,1,1,0,2,6,32,399.26251220703125,227.43258666992188,5549,246.83749389648438,1,0,1.3862943649291992,1,5.989619255065918,3.465735912322998,5.426853656768799,0,0,0,0,0,1,0,0,1,5.989619255065918 +10,1,1,1,1,1,2,6,34,515.2874755859375,2440.797119140625,5352,265.0375061035156,1,0,2.3025851249694824,1,6.244724750518799,3.526360511779785,7.800079822540283,0,0,0,0,0,1,0,0,1,6.244724750518799 +20,1,1,1,1,0,2,6,24,815.5875244140625,1405.627197265625,5628,246.83749389648438,1,0,2.995732307434082,1,6.703908920288086,3.178053855895996,7.248239040374756,0,0,0,0,0,1,0,0,1,6.703908920288086 +49,1,1,1,1,1,2,6,34,448.17498779296875,7174.677734375,5028,246.83749389648438,1,0,3.891820192337036,1,6.1051836013793945,3.526360511779785,8.878313064575195,0,0,0,0,0,1,0,0,1,6.1051836013793945 +2,1,1,1,0,0,2,6,32,445.8999938964844,130.1289520263672,5604,265.0375061035156,1,0,0.6931471824645996,1,6.100094795227051,3.465735912322998,4.868525981903076,0,0,0,0,0,1,0,0,1,6.100094795227051 +9,1,1,1,1,0,2,6,51,455,859.320068359375,5013,246.83749389648438,1,0,2.1972246170043945,1,6.120297431945801,3.931825637817383,6.756141662597656,0,0,0,0,0,1,0,0,1,6.120297431945801 +0.25,1,1,1,1,0,2,6,22,382.20001220703125,56.27198028564453,5410,254.8000030517578,1,0,-1.3862943649291992,1,5.945943832397461,3.0910425186157227,4.030196666717529,0,0,0,0,0,1,0,0,1,5.945943832397461 +10,1,1,1,1,1,2,6,52,502.7749938964844,2644.783203125,5352,246.83749389648438,1,0,2.3025851249694824,1,6.220142841339111,3.9512436389923096,7.880344390869141,0,0,0,0,0,1,0,0,1,6.220142841339111 +10,1,1,1,1,0,3,6,34,511.875,720.9847412109375,5528,246.83749389648438,1,0,2.3025851249694824,1,6.2380805015563965,3.526360511779785,6.580617904663086,0,0,0,0,0,1,0,0,0,6.2380805015563965 +1,1,1,1,1,0,3,6,48,552.82501220703125,291.910888671875,5549,246.83749389648438,1,0,0,1,6.315041542053223,3.8712010383605957,5.676448345184326,0,0,0,0,0,1,0,0,0,6.315041542053223 +12,1,1,1,1,1,3,6,54,689.32501220703125,7937.8662109375,5436,265.0375061035156,1,0,2.4849066734313965,1,6.535712718963623,3.9889841079711914,8.979399681091309,0,0,0,0,0,1,0,0,0,6.535712718963623 +1,1,1,1,NA,0,3,6,28,435.6625061035156,35.169986724853516,5613,137.6374969482422,1,0,0,1,6.076868057250977,3.332204580307007,3.5601930618286133,0,0,0,0,0,1,0,0,0,6.076868057250977 +2,1,1,1,1,0,3,6,53,541.45001220703125,437.2801818847656,5549,265.0375061035156,1,0,0.6931471824645996,1,6.294250965118408,3.97029185295105,6.080574035644531,0,0,0,0,0,1,0,0,0,6.294250965118408 +15,1,1,1,1,1,3,6,51,551.6875,2395.076171875,5310,149.0124969482422,1,0,2.70805025100708,1,6.312981605529785,3.931825637817383,7.78117036819458,0,0,0,0,0,1,0,0,0,6.312981605529785 +0.25,1,1,1,0,1,3,6,42,511.875,188.74560546875,5337,149.0124969482422,1,0,-1.3862943649291992,1,6.2380805015563965,3.7376697063446045,5.240400314331055,0,0,0,0,0,1,0,0,0,6.2380805015563965 +1,1,1,1,1,0,3,6,56,571.0250244140625,181.71160888671875,5610,149.0124969482422,1,0,0,1,6.347433090209961,4.025351524353027,5.202420711517334,0,0,0,0,0,1,0,0,0,6.347433090209961 +8,1,1,1,1,0,3,6,56,568.75,437.2801818847656,5549,265.0375061035156,1,0,2.079441547393799,1,6.343441009521484,4.025351524353027,6.080574035644531,0,0,0,0,0,1,0,0,0,6.343441009521484 +8,1,1,1,1,0,3,6,25,370.82501220703125,181.71160888671875,5549,265.0375061035156,1,0,2.079441547393799,1,5.9157304763793945,3.2188758850097656,5.202420711517334,0,0,0,0,0,1,0,0,0,5.9157304763793945 +4,1,1,1,1,0,3,6,45,695.01251220703125,499.413818359375,5549,265.0375061035156,1,0,1.3862943649291992,1,6.5439300537109375,3.8066625595092773,6.213435173034668,0,0,0,0,0,1,0,0,0,6.5439300537109375 +21,1,1,1,1,1,3,6,44,520.9749755859375,2825.322509765625,5328,149.0124969482422,1,0,3.044522523880005,1,6.255702018737793,3.7841897010803223,7.946377754211426,0,0,0,0,0,1,0,0,0,6.255702018737793 +10,1,1,1,1,0,3,6,52,522.11248779296875,152.40328979492188,5628,246.83749389648438,1,0,2.3025851249694824,1,6.257883071899414,3.9512436389923096,5.0265302658081055,0,0,0,0,0,1,0,0,0,6.257883071899414 +12,1,1,1,1,1,3,6,24,505.04998779296875,3997.6552734375,5349,246.83749389648438,1,0,2.4849066734313965,1,6.2246575355529785,3.178053855895996,8.293463706970215,0,0,0,0,0,1,0,0,0,6.2246575355529785 +9,1,1,1,1,0,3,6,39,450.45001220703125,378.6635437011719,5528,265.0375061035156,1,0,2.1972246170043945,1,6.1102471351623535,3.6635615825653076,5.936647891998291,0,0,0,0,0,1,0,0,0,6.1102471351623535 +1,1,1,1,1,0,3,6,38,511.875,236.81124877929688,5337,246.83749389648438,1,0,0,1,6.2380805015563965,3.6375861167907715,5.467263221740723,0,0,0,0,0,1,0,0,0,6.2380805015563965 +13,1,1,1,1,1,3,6,60,528.9375,797.1864013671875,5110,246.83749389648438,1,0,2.5649492740631104,1,6.270870208740234,4.094344615936279,6.681088447570801,0,0,0,0,0,1,0,0,0,6.270870208740234 +2,1,1,1,1,0,3,6,61,796.25,116.06095886230469,5543,246.83749389648438,1,0,0.6931471824645996,1,6.67991304397583,4.110873699188232,4.754115581512451,0,0,0,0,0,1,0,0,0,6.67991304397583 +6,1,1,1,1,0,3,6,50,548.2750244140625,308.3235778808594,5740,265.0375061035156,1,0,1.7917594909667969,1,6.306777000427246,3.9120230674743652,5.731149673461914,0,0,0,0,0,1,0,0,0,6.306777000427246 +1,1,1,1,1,0,3,6,38,602.875,520.51580810546875,5552,246.83749389648438,1,0,0,1,6.401710033416748,3.6375861167907715,6.254820346832275,0,0,0,0,0,1,0,0,0,6.401710033416748 +5,1,1,1,1,0,3,6,29,575.57501220703125,168.81594848632812,5549,246.83749389648438,1,0,1.6094379425048828,1,6.355369567871094,3.367295742034912,5.128808975219727,0,0,0,0,0,1,0,0,0,6.355369567871094 +5,1,1,0,1,0,3,6,36,531.2125244140625,177.02227783203125,5549,246.83749389648438,1,0,1.6094379425048828,1,6.275162220001221,3.5835189819335938,5.176275730133057,0,0,0,0,0,1,0,0,0,6.275162220001221 +6,1,1,1,1,0,3,6,45,560.7874755859375,85.58030700683594,5628,246.83749389648438,1,0,1.7917594909667969,1,6.329341888427734,3.8066625595092773,4.449455261230469,0,0,0,0,0,1,0,0,0,6.329341888427734 +3,1,1,1,1,0,3,6,40,675.67498779296875,198.124267578125,5549,265.0375061035156,1,0,1.0986123085021973,1,6.515712261199951,3.6888794898986816,5.2888946533203125,0,0,0,0,0,1,0,0,0,6.515712261199951 +3,1,1,1,1,0,3,6,32,549.4124755859375,121.92262268066406,5628,265.0375061035156,1,0,1.0986123085021973,1,6.308849334716797,3.465735912322998,4.803386688232422,0,0,0,0,0,1,0,0,0,6.308849334716797 +3,1,1,1,1,0,3,6,55,373.1000061035156,139.5076141357422,5728,246.83749389648438,1,0,1.0986123085021973,1,5.921846389770508,4.007333278656006,4.938119411468506,0,0,0,0,0,1,0,0,0,5.921846389770508 +0.25,1,1,1,1,0,3,6,37,422.01251220703125,78.54631042480469,5410,246.83749389648438,1,0,-1.3862943649291992,1,6.045034885406494,3.610917806625366,4.3636884689331055,0,0,0,0,0,1,0,0,0,6.045034885406494 +1,1,1,1,1,0,3,6,51,455,77.37397766113281,5552,246.83749389648438,1,0,0,1,6.120297431945801,3.931825637817383,4.3486504554748535,0,0,0,0,0,1,0,0,0,6.120297431945801 +3,1,1,1,0,0,3,6,52,418.6000061035156,133.6459503173828,5628,245.6999969482422,1,0,1.0986123085021973,1,6.0369157791137695,3.9512436389923096,4.895194053649902,0,0,0,0,0,1,0,0,0,6.0369157791137695 +10,1,1,1,0,0,3,6,60,422.01251220703125,91.44197082519531,5628,246.83749389648438,1,0,2.3025851249694824,1,6.045034885406494,4.094344615936279,4.51570463180542,0,0,0,0,0,1,0,0,0,6.045034885406494 +3,1,1,1,1,0,3,6,51,464.1000061035156,245.017578125,5728,265.0375061035156,1,0,1.0986123085021973,1,6.140100002288818,3.931825637817383,5.5013298988342285,0,0,0,0,0,1,0,0,0,6.140100002288818 +5,1,1,1,1,1,3,6,39,436.79998779296875,3336.45947265625,5310,246.83749389648438,1,0,1.6094379425048828,1,6.079475402832031,3.6635615825653076,8.112665176391602,0,0,0,0,0,1,0,0,0,6.079475402832031 +7,1,1,1,1,0,3,6,23,409.5,270.80889892578125,5549,246.83749389648438,1,0,1.945910096168518,1,6.014936923980713,3.1354942321777344,5.601413249969482,0,0,0,0,0,1,0,0,0,6.014936923980713 +2,1,1,0,1,0,3,6,47,400.3999938964844,417.35052490234375,5528,246.83749389648438,1,0,0.6931471824645996,1,5.992464065551758,3.8501474857330322,6.033926486968994,0,0,0,0,0,1,0,0,0,5.992464065551758 +7,1,1,1,1,0,3,6,44,411.7749938964844,500.586181640625,5428,265.0375061035156,1,0,1.945910096168518,1,6.020477294921875,3.7841897010803223,6.215779781341553,0,0,0,0,0,1,0,0,0,6.020477294921875 +3,1,1,1,1,0,2,6,41,383.3374938964844,52.754981994628906,5552,246.83749389648438,1,0,1.0986123085021973,1,5.948915958404541,3.7135720252990723,3.965658187866211,0,0,0,0,0,1,0,0,1,5.948915958404541 +5,1,1,1,1,0,3,6,40,385.61248779296875,247.36224365234375,5549,246.83749389648438,1,0,1.6094379425048828,1,5.954833030700684,3.6888794898986816,5.5108537673950195,0,0,0,0,0,1,0,0,0,5.954833030700684 +3,1,1,1,1,0,3,6,30,385.61248779296875,184.0562744140625,5352,257.07501220703125,1,0,1.0986123085021973,1,5.954833030700684,3.4011974334716797,5.215241432189941,0,0,0,0,0,1,0,0,0,5.954833030700684 +1,1,1,1,1,0,3,6,31,383.3374938964844,85.58030700683594,5310,255.9375,1,0,0,1,5.948915958404541,3.4339871406555176,4.449455261230469,0,0,0,0,0,1,0,0,0,5.948915958404541 +14,1,1,1,1,0,3,6,52,465.23748779296875,220.39859008789062,5455,265.0375061035156,1,0,2.6390573978424072,1,6.142548084259033,3.9512436389923096,5.395437717437744,0,0,0,0,0,1,0,0,0,6.142548084259033 +4,1,1,1,0,0,3,6,29,568.75,203.98593139648438,5713,246.83749389648438,1,0,1.3862943649291992,1,6.343441009521484,3.367295742034912,5.318050861358643,0,0,0,0,0,1,0,0,0,6.343441009521484 +3,1,1,1,1,0,3,6,52,391.29998779296875,80.89097595214844,5349,149.0124969482422,1,0,1.0986123085021973,1,5.9694743156433105,3.9512436389923096,4.393102169036865,0,0,0,0,0,1,0,0,0,5.9694743156433105 +1,1,1,1,1,0,3,6,24,408.36248779296875,423.2121887207031,5349,137.6374969482422,1,0,0,1,6.012155055999756,3.178053855895996,6.047873497009277,0,0,0,0,0,1,0,0,0,6.012155055999756 +7,1,1,1,1,1,3,6,37,460.6875,1193.4349365234375,5110,137.6374969482422,1,0,1.945910096168518,1,6.132719993591309,3.610917806625366,7.084590911865234,0,0,0,0,0,1,0,0,0,6.132719993591309 +10,1,1,1,1,0,3,6,57,432.25,549.82415771484375,5552,246.83749389648438,1,0,2.3025851249694824,1,6.069004058837891,4.043051242828369,6.309598445892334,0,0,0,0,0,1,0,0,0,6.069004058837891 +9,1,1,1,1,0,3,6,48,412.9125061035156,257.9132385253906,5628,137.6374969482422,1,0,2.1972246170043945,1,6.02323579788208,3.8712010383605957,5.552623271942139,0,0,0,0,0,1,0,0,0,6.02323579788208 +11,1,1,1,1,0,3,6,51,483.4375,203.98593139648438,5352,137.6374969482422,1,0,2.397895336151123,1,6.180922031402588,3.931825637817383,5.318050861358643,0,0,0,0,0,1,0,0,0,6.180922031402588 +10,1,1,1,1,0,3,6,36,411.7749938964844,234.46658325195312,5628,265.0375061035156,1,0,2.3025851249694824,1,6.020477294921875,3.5835189819335938,5.457313060760498,0,0,0,0,0,1,0,0,0,6.020477294921875 +3,1,1,1,1,0,3,6,32,448.17498779296875,338.8042297363281,5440,246.83749389648438,1,0,1.0986123085021973,1,6.1051836013793945,3.465735912322998,5.825422286987305,0,0,0,0,0,1,0,0,0,6.1051836013793945 +4,1,1,1,1,0,3,6,23,511.875,91.44197082519531,5328,265.0375061035156,1,0,1.3862943649291992,1,6.2380805015563965,3.1354942321777344,4.51570463180542,0,0,0,0,0,1,0,0,0,6.2380805015563965 +8,1,1,1,1,0,3,6,30,409.5,246.18991088867188,5728,246.83749389648438,1,0,2.079441547393799,1,6.014936923980713,3.4011974334716797,5.506103038787842,0,0,0,0,0,1,0,0,0,6.014936923980713 +5,1,1,1,1,0,3,6,26,409.5,167.64361572265625,5549,265.0375061035156,1,0,1.6094379425048828,1,6.014936923980713,3.25809645652771,5.121840476989746,0,0,0,0,0,1,0,0,0,6.014936923980713 +0.25,1,1,1,1,0,3,6,34,398.125,99.64830017089844,5610,246.83749389648438,1,0,-1.3862943649291992,1,5.9867658615112305,3.526360511779785,4.601646900177002,0,0,0,0,0,1,0,0,0,5.9867658615112305 +4,1,1,1,0,0,3,6,20,625.625,184.0562744140625,5649,255.9375,1,0,1.3862943649291992,1,6.438751220703125,2.995732307434082,5.215241432189941,0,0,0,0,0,1,0,0,0,6.438751220703125 +8,1,1,1,1,0,3,6,50,440.2124938964844,413.8335266113281,5552,245.6999969482422,1,0,2.079441547393799,1,6.087257385253906,3.9120230674743652,6.025463581085205,0,0,0,0,0,1,0,0,0,6.087257385253906 +2,1,1,1,1,0,3,6,41,416.32501220703125,206.33059692382812,5628,246.83749389648438,1,0,0.6931471824645996,1,6.031466007232666,3.7135720252990723,5.329479694366455,0,0,0,0,0,1,0,0,0,6.031466007232666 +1,1,1,1,1,1,3,6,43,386.75,212.1922607421875,5452,246.83749389648438,1,0,0,1,5.957778453826904,3.761200189590454,5.357492923736572,0,0,0,0,0,1,0,0,0,5.957778453826904 +1,1,1,1,1,0,3,6,29,395.8500061035156,302.4619140625,5328,145.60000610351562,1,0,0,1,5.981035232543945,3.367295742034912,5.711955547332764,0,0,0,0,0,1,0,0,0,5.981035232543945 +2,1,1,1,0,1,3,6,24,392.4375,2041.0316162109375,5349,246.83749389648438,1,0,0.6931471824645996,1,5.972377300262451,3.178053855895996,7.62121057510376,0,0,0,0,0,1,0,0,0,5.972377300262451 +6,1,1,1,1,1,3,6,23,500.5,2842.907470703125,5352,265.0375061035156,1,0,1.7917594909667969,1,6.215607643127441,3.1354942321777344,7.952582359313965,0,0,0,0,0,1,0,0,0,6.215607643127441 +3,1,1,1,1,0,3,6,32,766.67498779296875,293.0832214355469,5549,252.52499389648438,1,0,1.0986123085021973,1,6.642063140869141,3.465735912322998,5.680456638336182,0,0,0,0,0,1,0,0,0,6.642063140869141 +5,1,1,1,0,0,3,6,26,398.125,1424.384521484375,5355,265.0375061035156,1,0,1.6094379425048828,1,5.9867658615112305,3.25809645652771,7.261495113372803,0,0,0,0,0,1,0,0,0,5.9867658615112305 +3,1,1,1,1,0,3,6,27,395.8500061035156,398.59320068359375,5552,246.83749389648438,1,0,1.0986123085021973,1,5.981035232543945,3.295836925506592,5.987941265106201,0,0,0,0,0,1,0,0,0,5.981035232543945 +9,1,1,1,1,1,3,6,47,453.86248779296875,2709.261474609375,5628,246.83749389648438,1,0,2.1972246170043945,1,6.117794036865234,3.8501474857330322,7.904431343078613,0,0,0,0,0,1,0,0,0,6.117794036865234 +1,1,1,1,1,0,3,6,24,1049.9124755859375,117.23329162597656,5340,136.5,1,0,0,1,6.9564619064331055,3.178053855895996,4.764165878295898,0,0,0,0,0,1,0,0,0,6.9564619064331055 +59,1,1,0,0,1,3,6,70,398.125,5774.912109375,5328,149.0124969482422,1,0,4.077537536621094,1,5.9867658615112305,4.248495101928711,8.66127872467041,0,0,0,0,0,1,0,0,0,5.9867658615112305 +1,1,1,1,0,0,2,6,30,445.8999938964844,126.6119613647461,5549,246.83749389648438,1,0,0,1,6.100094795227051,3.4011974334716797,4.841126918792725,0,0,0,0,0,1,0,0,1,6.100094795227051 +6,1,1,1,NA,1,3,8,30,631.3125,2889.80078125,9010,265.0375061035156,1,0,1.7917594909667969,1,6.447801113128662,3.4011974334716797,7.968942642211914,0,0,0,0,0,0,0,0,0,6.447801113128662 +13,1,1,1,1,0,3,8,41,395.8500061035156,848.76904296875,9010,265.0375061035156,1,0,2.5649492740631104,1,5.981035232543945,3.7135720252990723,6.7437872886657715,0,0,0,0,0,0,0,0,0,5.981035232543945 +6,1,1,1,1,0,3,8,28,452.7250061035156,209.84759521484375,9010,246.83749389648438,1,0,1.7917594909667969,1,6.1152849197387695,3.332204580307007,5.346381664276123,0,0,0,0,0,0,0,0,0,6.1152849197387695 +5,1,1,1,1,1,3,8,56,544.86248779296875,2494.724609375,9010,246.83749389648438,1,0,1.6094379425048828,1,6.300533294677734,4.025351524353027,7.821933746337891,0,0,0,0,0,0,0,0,0,6.300533294677734 +4,1,1,1,1,1,3,8,22,527.79998779296875,2805.392822265625,9004,265.0375061035156,1,0,1.3862943649291992,1,6.268717288970947,3.0910425186157227,7.939298629760742,0,0,0,0,0,0,0,0,0,6.268717288970947 +1,1,1,1,1,0,3,8,37,597.1875,364.5955505371094,9004,76.2125015258789,1,0,0,1,6.392230987548828,3.610917806625366,5.8987884521484375,0,0,0,0,0,0,0,0,0,6.392230987548828 +6,1,1,1,1,1,3,8,29,455,1774.912109375,9004,151.28750610351562,1,0,1.7917594909667969,1,6.120297431945801,3.367295742034912,7.48150634765625,0,0,0,0,0,0,0,0,0,6.120297431945801 +7,1,1,1,0,1,3,8,18,588.0875244140625,4676.43603515625,9028,265.0375061035156,1,0,1.945910096168518,1,6.376875877380371,2.890371799468994,8.450291633605957,0,0,0,0,0,0,0,0,0,6.376875877380371 +1,1,1,1,1,1,3,8,32,436.79998779296875,377.4912109375,9010,211.5749969482422,1,0,0,1,6.079475402832031,3.465735912322998,5.933547496795654,0,0,0,0,0,0,0,0,0,6.079475402832031 +168,1,1,1,1,1,3,8,50,445.8999938964844,18833.529296875,9010,229.77499389648438,1,0,5.123963832855225,1,6.100094795227051,3.9120230674743652,9.84339427947998,0,0,0,0,0,0,0,0,0,6.100094795227051 +13,1,1,0,1,1,3,8,32,445.8999938964844,5430.24609375,9052,149.0124969482422,1,0,2.5649492740631104,1,6.100094795227051,3.465735912322998,8.599740028381348,0,0,0,0,0,0,0,0,0,6.100094795227051 +1,1,1,1,NA,0,3,8,29,455,277.8428955078125,9040,105.7874984741211,1,0,0,1,6.120297431945801,3.367295742034912,5.627055644989014,0,0,0,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,NA,0,3,8,44,453.86248779296875,339.9765625,9010,176.3125,1,0,0,1,6.117794036865234,3.7841897010803223,5.828876495361328,0,0,0,0,0,0,0,0,0,6.117794036865234 +3,1,1,1,1,1,3,8,49,477.75,1071.5123291015625,9004,246.83749389648438,1,0,1.0986123085021973,1,6.1690874099731445,3.891820192337036,6.976826190948486,0,0,0,0,0,0,0,0,0,6.1690874099731445 +1,1,1,1,1,1,3,8,28,409.5,1038.68701171875,9004,70.5250015258789,1,0,0,1,6.014936923980713,3.332204580307007,6.945712566375732,0,0,0,0,0,0,0,0,0,6.014936923980713 +4,1,1,1,1,0,3,8,24,566.4749755859375,307.1512451171875,9010,265.0375061035156,1,0,1.3862943649291992,1,6.339432716369629,3.178053855895996,5.727340221405029,0,0,0,0,0,0,0,0,0,6.339432716369629 +1,1,1,1,NA,0,3,8,24,546,46.89331817626953,9010,141.0500030517578,1,0,0,1,6.302618980407715,3.178053855895996,3.8478751182556152,0,0,0,0,0,0,0,0,0,6.302618980407715 +1,1,1,1,1,0,3,8,24,455,175.84994506835938,9010,188.8249969482422,1,0,0,1,6.120297431945801,3.178053855895996,5.169631004333496,0,0,0,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,8,26,434.5249938964844,280.18756103515625,9010,246.83749389648438,1,0,0,1,6.074253559112549,3.25809645652771,5.6354594230651855,0,0,0,0,0,0,0,0,0,6.074253559112549 +6,1,1,1,1,1,3,8,48,431.11248779296875,3880.422119140625,9010,265.0375061035156,1,0,1.7917594909667969,1,6.06636905670166,3.8712010383605957,8.263699531555176,0,0,0,0,0,0,0,0,0,6.06636905670166 +5,1,1,1,1,0,1,8,55,452.7250061035156,205.15826416015625,9010,265.0375061035156,1,0,1.6094379425048828,1,6.1152849197387695,4.007333278656006,5.323781490325928,0,0,0,0,0,0,0,1,0,6.1152849197387695 +7,1,1,1,1,0,1,8,32,377.6499938964844,520.51580810546875,9010,246.83749389648438,1,0,1.945910096168518,1,5.933967590332031,3.465735912322998,6.254820346832275,0,0,0,0,0,0,0,1,0,5.933967590332031 +0.25,1,1,1,1,0,1,8,33,393.57501220703125,216.881591796875,9010,178.58749389648438,1,0,-1.3862943649291992,1,5.975271701812744,3.4965076446533203,5.379351615905762,0,0,0,0,0,0,0,1,0,5.975271701812744 +5,1,1,1,1,0,1,8,32,393.57501220703125,864.0093994140625,9010,262.76251220703125,1,0,1.6094379425048828,1,5.975271701812744,3.465735912322998,6.7615838050842285,0,0,0,0,0,0,0,1,0,5.975271701812744 +4,1,1,1,1,0,1,8,55,373.1000061035156,472.4501647949219,9052,249.1125030517578,1,0,1.3862943649291992,1,5.921846389770508,4.007333278656006,6.157932281494141,0,0,0,0,0,0,0,1,0,5.921846389770508 +7,1,1,1,1,1,1,8,46,394.7124938964844,1117.2332763671875,9010,246.83749389648438,1,0,1.945910096168518,1,5.9781575202941895,3.828641414642334,7.01861047744751,0,0,0,0,0,0,0,1,0,5.9781575202941895 +0.25,1,1,1,1,0,1,8,38,516.42498779296875,99.64830017089844,9004,265.0375061035156,1,0,-1.3862943649291992,1,6.246930122375488,3.6375861167907715,4.601646900177002,0,0,0,0,0,0,0,1,0,6.246930122375488 +9,1,1,1,1,1,1,8,54,607.42498779296875,2479.484130859375,9034,265.0375061035156,1,0,2.1972246170043945,1,6.409228801727295,3.9889841079711914,7.815805912017822,0,0,0,0,0,0,0,1,0,6.409228801727295 +23,1,1,1,1,1,1,8,55,391.29998779296875,9410.31640625,9004,260.48748779296875,1,0,3.1354942321777344,1,5.9694743156433105,4.007333278656006,9.149561882019043,0,0,0,0,0,0,0,1,0,5.9694743156433105 +74,1,1,1,1,1,2,8,64,630.17498779296875,4759.671875,9028,246.83749389648438,1,0,4.304065227508545,1,6.445997714996338,4.158883094787598,8.467933654785156,0,0,0,0,0,0,0,0,1,6.445997714996338 +60,1,1,1,1,1,2,8,49,702.9749755859375,4689.33154296875,9010,246.83749389648438,1,0,4.094344615936279,1,6.555321216583252,3.891820192337036,8.453044891357422,0,0,0,0,0,0,0,0,1,6.555321216583252 +22,1,1,1,1,1,2,8,47,734.82501220703125,5219.22607421875,9004,246.83749389648438,1,0,3.0910425186157227,1,6.599632263183594,3.8501474857330322,8.5601043701171875,0,0,0,0,0,0,0,0,1,6.599632263183594 +2,1,1,1,1,1,2,8,35,650.6500244140625,2109.02685546875,9007,246.83749389648438,1,0,0.6931471824645996,1,6.477972030639648,3.5553481578826904,7.653981685638428,0,0,0,0,0,0,0,0,1,6.477972030639648 +1,1,1,1,0,0,2,8,34,403.8125,0,9052,265.0375061035156,1,0,0,1,6.000950813293457,3.526360511779785,0,0,0,0,0,0,0,0,0,1,6.000950813293457 +6,1,1,1,0,0,2,8,26,414.04998779296875,494.7244873046875,9010,265.0375061035156,1,0,1.7917594909667969,1,6.025986671447754,3.25809645652771,6.204000949859619,0,0,0,0,0,0,0,0,1,6.025986671447754 +1,1,1,1,0,0,2,8,25,568.75,124.26728820800781,9010,265.0375061035156,1,0,0,1,6.343441009521484,3.2188758850097656,4.822434902191162,0,0,0,0,0,0,0,0,1,6.343441009521484 +23,1,1,1,1,0,2,8,55,677.95001220703125,831.18408203125,9028,246.83749389648438,1,0,3.1354942321777344,1,6.519073486328125,4.007333278656006,6.722851276397705,0,0,0,0,0,0,0,0,1,6.519073486328125 +7,1,1,1,1,0,2,8,46,534.625,811.25439453125,9052,246.83749389648438,1,0,1.945910096168518,1,6.2815656661987305,3.828641414642334,6.698581695556641,0,0,0,0,0,0,0,0,1,6.2815656661987305 +7,1,1,1,0,1,3,8,31,455,4434.935546875,9028,265.0375061035156,1,0,1.945910096168518,1,6.120297431945801,3.4339871406555176,8.397268295288086,0,0,0,0,0,0,0,0,0,6.120297431945801 +9,1,1,1,1,0,3,8,51,582.4000244140625,404.4548645019531,9010,265.0375061035156,1,0,2.1972246170043945,1,6.367157459259033,3.931825637817383,6.002540111541748,0,0,0,0,0,0,0,0,0,6.367157459259033 +2,1,1,1,0,0,3,8,50,455,337.63189697265625,9010,265.0375061035156,1,0,0.6931471824645996,1,6.120297431945801,3.9120230674743652,5.821956157684326,0,0,0,0,0,0,0,0,0,6.120297431945801 +13,1,1,1,1,1,3,8,34,539.17498779296875,3043.376220703125,9010,265.0375061035156,1,0,2.5649492740631104,1,6.290040016174316,3.526360511779785,8.020722389221191,0,0,0,0,0,0,0,0,0,6.290040016174316 +5,1,1,1,1,1,3,8,56,422.01251220703125,1444.314208984375,9019,246.83749389648438,1,0,1.6094379425048828,1,6.045034885406494,4.025351524353027,7.275389671325684,0,0,0,0,0,0,0,0,0,6.045034885406494 +3,1,1,1,1,0,3,8,44,426.5625,255.56858825683594,9010,246.83749389648438,1,0,1.0986123085021973,1,6.055758953094482,3.7841897010803223,5.543490886688232,0,0,0,0,0,0,0,0,0,6.055758953094482 +1,1,1,1,1,0,3,8,29,568.75,41.031654357910156,9004,246.83749389648438,1,0,0,1,6.343441009521484,3.367295742034912,3.714343786239624,0,0,0,0,0,0,0,0,0,6.343441009521484 +4,1,1,1,1,1,3,8,47,640.4124755859375,9674.091796875,9028,265.0375061035156,1,0,1.3862943649291992,1,6.4621124267578125,3.8501474857330322,9.177206993103027,0,0,0,0,0,0,0,0,0,6.4621124267578125 +10,1,1,1,1,1,3,8,49,435.6625061035156,2560.375244140625,9028,262.76251220703125,1,0,2.3025851249694824,1,6.076868057250977,3.891820192337036,7.847908973693848,0,0,0,0,0,0,0,0,0,6.076868057250977 +4,1,1,1,NA,1,3,7,22,631.3125,3485.345947265625,6100,265.0375061035156,1,0,1.3862943649291992,1,6.447801113128662,3.0910425186157227,8.156322479248047,0,0,0,0,0,0,1,0,0,6.447801113128662 +46,1,1,0,1,0,1,7,38,383.3374938964844,4103.16552734375,8033,246.83749389648438,1,0,3.828641414642334,1,5.948915958404541,3.6375861167907715,8.319514274597168,0,0,0,0,0,0,1,1,0,5.948915958404541 +2,1,1,1,1,0,1,7,40,415.1875,10.550996780395508,8034,246.83749389648438,1,0,0.6931471824645996,1,6.028730392456055,3.6888794898986816,2.356220245361328,0,0,0,0,0,0,1,1,0,6.028730392456055 +18,1,1,0,1,0,1,7,33,370.82501220703125,1000,8035,246.83749389648438,1,0,2.890371799468994,1,5.9157304763793945,3.4965076446533203,6.907755374908447,0,0,0,0,0,0,1,1,0,5.9157304763793945 +10,1,1,1,1,0,1,7,33,370.82501220703125,737.39739990234375,8048,246.83749389648438,1,0,2.3025851249694824,1,5.9157304763793945,3.4965076446533203,6.6031270027160645,0,0,0,0,0,0,1,1,0,5.9157304763793945 +9,1,1,1,1,0,1,7,35,377.6499938964844,3036.34228515625,8035,251.3874969482422,1,0,2.1972246170043945,1,5.933967590332031,3.5553481578826904,8.01840877532959,0,0,0,0,0,0,1,1,0,5.933967590332031 +7,1,1,0,0,0,1,7,32,371.9624938964844,1236.811279296875,8036,247.97500610351562,1,0,1.945910096168518,1,5.918793201446533,3.465735912322998,7.120291709899902,0,0,0,0,0,0,1,1,0,5.918793201446533 +7,1,1,1,1,0,1,7,37,377.6499938964844,550.9964599609375,8042,251.3874969482422,1,0,1.945910096168518,1,5.933967590332031,3.610917806625366,6.311728477478027,0,0,0,0,0,0,1,1,0,5.933967590332031 +3,1,1,1,1,0,1,7,29,374.23748779296875,321.21923828125,8025,249.1125030517578,1,0,1.0986123085021973,1,5.924890518188477,3.367295742034912,5.77212381362915,0,0,0,0,0,0,1,1,0,5.924890518188477 +27,1,1,1,0,0,1,7,52,376.51251220703125,1021.1019897460938,8031,251.3874969482422,1,0,3.295836925506592,1,5.930951118469238,3.9512436389923096,6.928637504577637,0,0,0,0,0,0,1,1,0,5.930951118469238 +91,1,1,0,1,1,1,7,53,373.1000061035156,6447.8310546875,8035,249.1125030517578,1,0,4.510859489440918,1,5.921846389770508,3.97029185295105,8.771498680114746,0,0,0,0,0,0,1,1,0,5.921846389770508 +8,1,1,0,1,1,1,7,33,392.4375,1776.0843505859375,8033,261.625,1,0,2.079441547393799,1,5.972377300262451,3.4965076446533203,7.482166290283203,0,0,0,0,0,0,1,1,0,5.972377300262451 +3,1,1,1,1,0,2,7,45,404.95001220703125,275.49822998046875,8035,245.6999969482422,1,0,1.0986123085021973,1,6.003763675689697,3.8066625595092773,5.618581295013428,0,0,0,0,0,0,1,0,1,6.003763675689697 +70,1,1,1,0,0,2,7,53,386.75,555.685791015625,6000,92.13749694824219,1,0,4.248495101928711,1,5.957778453826904,3.97029185295105,6.320202827453613,0,0,0,0,0,0,1,0,1,5.957778453826904 +5,1,0,1,0,1,3,1,21,147.875,1765.533447265625,1443,98.9625015258789,1,0,1.6094379425048828,0,4.996367454528809,3.044522523880005,7.476208209991455,1,0,0,0,0,0,0,0,0,0 +9,1,0,1,1,0,3,1,69,193.375,0,1940,128.53750610351562,1,0,2.1972246170043945,0,5.264631271362305,4.234106540679932,0,1,0,0,0,0,0,0,0,0,0 +1,1,0,1,1,1,3,1,24,152.4250030517578,1351.6998291015625,1928,101.23750305175781,1,0,0,0,5.026672840118408,3.178053855895996,7.209118366241455,1,0,0,0,0,0,0,0,0,0 +3,1,0,0,1,0,1,1,18,143.3249969482422,98.47596740722656,1207,95.55000305175781,1,0,1.0986123085021973,0,4.965114593505859,2.890371799468994,4.589812755584717,1,0,0,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,1,18,152.4250030517578,831.18408203125,1740,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,2.890371799468994,6.722851276397705,1,0,0,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,1,21,123.98750305175781,133.6459503173828,1840,81.9000015258789,1,0,0,0,4.820180892944336,3.044522523880005,4.895194053649902,1,0,0,0,0,0,0,1,0,0 +3,1,0,1,1,0,3,1,25,159.25,106.68229675292969,1436,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,3.2188758850097656,4.669855117797852,1,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,1,38,152.4250030517578,31.652990341186523,1110,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,3.6375861167907715,3.4548325538635254,1,0,0,0,0,0,0,0,0,0 +5,1,0,1,0,1,1,1,20,159.25,1634.232177734375,1110,105.7874984741211,1,0,1.6094379425048828,0,5.070475101470947,2.995732307434082,7.398928165435791,1,0,0,0,0,0,0,1,0,0 +0.25,1,0,1,1,1,1,1,19,147.875,1043.3763427734375,1528,98.9625015258789,1,0,-1.3862943649291992,0,4.996367454528809,2.944438934326172,6.950217247009277,1,0,0,0,0,0,0,1,0,0 +3,1,0,0,0,1,1,1,26,182,1826.4947509765625,1007,120.57499694824219,1,0,1.0986123085021973,0,5.204006671905518,3.25809645652771,7.510153770446777,1,0,0,0,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,1,39,159.25,161.78195190429688,1425,105.7874984741211,1,0,-1.3862943649291992,0,5.070475101470947,3.6635615825653076,5.086249351501465,1,0,0,0,0,0,0,1,0,0 +2,1,0,1,1,1,1,1,39,182,645.9554443359375,1107,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.6635615825653076,6.470730304718018,1,0,0,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,1,22,241.14999389648438,1140.679931640625,1440,160.3874969482422,1,0,1.0986123085021973,0,5.485419273376465,3.0910425186157227,7.039379596710205,1,0,0,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,1,44,219.53750610351562,138.3352813720703,1425,146.7375030517578,1,0,-1.3862943649291992,0,5.3915228843688965,3.7841897010803223,4.929680347442627,1,0,0,0,0,0,0,1,0,0 +1,1,0,0,0,1,1,1,22,218.39999389648438,1035.1700439453125,1107,145.60000610351562,1,0,0,0,5.386328220367432,3.0910425186157227,6.942320823669434,1,0,0,0,0,0,0,1,0,0 +5,1,0,1,0,1,1,1,27,227.5,2090.26953125,1040,142.1875,1,0,1.6094379425048828,0,5.427150249481201,3.295836925506592,7.645048141479492,1,0,0,0,0,0,0,1,0,0 +2,1,0,1,0,0,2,1,25,168.35000610351562,592.02813720703125,1140,112.61250305175781,1,0,0.6931471824645996,0,5.126045227050781,3.2188758850097656,6.383553981781006,1,0,0,0,0,0,0,0,1,0 +1,1,0,0,0,0,1,1,22,243.4250030517578,298.94488525390625,1040,162.66250610351562,1,0,0,0,5.494808673858643,3.0910425186157227,5.700259208679199,1,0,0,0,0,0,0,1,0,0 +3,1,0,1,1,1,2,1,26,154.6999969482422,3649.472412109375,1010,103.51249694824219,1,0,1.0986123085021973,0,5.041487693786621,3.25809645652771,8.202338218688965,1,0,0,0,0,0,0,0,1,0 +3,1,0,1,0,1,2,1,41,204.75,2754.982421875,1528,136.5,1,0,1.0986123085021973,0,5.321789741516113,3.7135720252990723,7.92116641998291,1,0,0,0,0,0,0,0,1,0 +1,1,0,1,0,0,2,1,22,156.97500610351562,950.76202392578125,1628,104.6500015258789,1,0,0,0,5.056086540222168,3.0910425186157227,6.857263565063477,1,0,0,0,0,0,0,0,1,0 +1,1,0,1,1,0,2,1,19,212.71249389648438,337.63189697265625,1840,130.8125,1,0,0,0,5.359941482543945,2.944438934326172,5.821956157684326,1,0,0,0,0,0,0,0,1,0 +2,1,0,1,1,1,2,1,21,238.875,2031.6529541015625,1928,159.25,1,0,0.6931471824645996,0,5.475940227508545,3.044522523880005,7.616604804992676,1,0,0,0,0,0,0,0,1,0 +0.25,1,0,0,0,0,2,1,40,191.10000610351562,104.33763122558594,1425,126.26249694824219,1,0,-1.3862943649291992,0,5.252796649932861,3.6888794898986816,4.647632122039795,1,0,0,0,0,0,0,0,1,0 +3,1,0,1,1,0,2,1,20,238.875,167.64361572265625,1440,159.25,1,0,1.0986123085021973,0,5.475940227508545,2.995732307434082,5.121840476989746,1,0,0,0,0,0,0,0,1,0 +14,1,0,0,0,1,2,1,25,200.1999969482422,1284.876953125,1107,133.08749389648438,1,0,2.6390573978424072,0,5.299316883087158,3.2188758850097656,7.15841817855835,1,0,0,0,0,0,0,0,1,0 +1,1,0,0,1,0,3,1,31,145.60000610351562,623.68115234375,1010,96.6875,1,0,0,0,4.980863094329834,3.4339871406555176,6.435639381408691,1,0,0,0,0,0,0,0,0,0 +2,1,0,0,NA,0,3,1,62,133.08749389648438,398.59320068359375,1740,88.7249984741211,1,0,0.6931471824645996,0,4.891006946563721,4.127134323120117,5.987941265106201,1,0,0,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,1,55,156.97500610351562,76.20164489746094,1425,209.3000030517578,1,0,0,0,5.056086540222168,4.007333278656006,4.333383083343506,1,0,0,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,1,27,220.6750030517578,70.33997344970703,1404,146.7375030517578,1,0,0.6931471824645996,0,5.396690845489502,3.295836925506592,4.253340244293213,1,0,0,0,0,0,0,0,0,0 +0.25,1,0,0,1,0,3,1,80,119.4375,52.754981994628906,1425,79.625,1,0,-1.3862943649291992,0,4.782793045043945,4.382026672363281,3.965658187866211,1,0,0,0,0,0,0,0,0,0 +16,1,0,0,0,1,3,1,54,127.4000015258789,588.5111083984375,1107,84.17500305175781,1,0,2.7725887298583984,0,4.847331523895264,3.9889841079711914,6.377595901489258,1,0,0,0,0,0,0,0,0,0 +8,1,0,1,1,1,3,1,66,111.4749984741211,3988.276611328125,1543,73.9375,1,0,2.079441547393799,0,4.713800430297852,4.18965482711792,8.291114807128906,1,0,0,0,0,0,0,0,0,0 +3,1,0,0,1,0,3,1,24,229.77499389648438,134.8182830810547,1928,153.5625,1,0,1.0986123085021973,0,5.437100410461426,3.178053855895996,4.903927803039551,1,0,0,0,0,0,0,0,0,0 +30,1,0,0,1,1,3,1,59,146.7375030517578,87644.78125,1010,97.82499694824219,1,0,3.4011974334716797,0,4.988645076751709,4.077537536621094,11.381047248840332,1,0,0,0,0,0,0,0,0,0 +2,1,0,1,0,1,2,1,41,170.625,1022.2743530273438,1940,113.75,1,0,0.6931471824645996,0,5.139468193054199,3.7135720252990723,6.929785251617432,1,0,0,0,0,0,0,0,1,0 +6,1,0,1,1,0,3,1,32,242.28750610351562,1196.951904296875,1740,161.52499389648438,1,0,1.7917594909667969,0,5.4901251792907715,3.465735912322998,7.087533473968506,1,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,1,29,193.375,114.88862609863281,1528,128.53750610351562,1,0,-1.3862943649291992,0,5.264631271362305,3.367295742034912,4.743963241577148,1,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,1,27,200.1999969482422,126.6119613647461,1040,133.08749389648438,1,0,-1.3862943649291992,0,5.299316883087158,3.295836925506592,4.841126918792725,1,0,0,0,0,0,0,0,0,0 +5,1,0,1,0,0,3,1,28,142.1875,425.5568542480469,1928,94.4124984741211,1,0,1.6094379425048828,0,4.957146644592285,3.332204580307007,6.053398609161377,1,0,0,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,1,18,156.97500610351562,44.54865264892578,1436,104.6500015258789,1,0,0,0,5.056086540222168,2.890371799468994,3.796581983566284,1,0,0,0,0,0,0,0,0,0 +1,1,0,1,0,1,3,1,20,121.7125015258789,1277.8428955078125,1107,80.76249694824219,1,0,0,0,4.801661491394043,2.995732307434082,7.152928829193115,1,0,0,0,0,0,0,0,0,0 +11,1,0,1,1,1,3,1,30,227.5,1559.2027587890625,1340,151.28750610351562,1,0,2.397895336151123,0,5.427150249481201,3.4011974334716797,7.351930141448975,1,0,0,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,1,25,141.0500030517578,0,1528,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.2188758850097656,0,1,0,0,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,1,52,241.14999389648438,87.92497253417969,1425,142.1875,1,0,0.6931471824645996,0,5.485419273376465,3.9512436389923096,4.4764838218688965,1,0,0,0,0,0,0,0,0,0 +182,1,0,1,1,1,3,1,19,200.1999969482422,29308.32421875,1443,133.08749389648438,1,0,5.204006671905518,0,5.299316883087158,2.944438934326172,10.285626411437988,1,0,0,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,1,40,227.5,41.031654357910156,1904,151.28750610351562,1,0,0,0,5.427150249481201,3.6888794898986816,3.714343786239624,1,0,0,0,0,0,0,0,0,0 +5,1,0,1,0,0,3,1,25,233.1875,607.26849365234375,1425,155.83749389648438,1,0,1.6094379425048828,0,5.451842784881592,3.2188758850097656,6.408970832824707,1,0,0,0,0,0,0,0,0,0 +4,1,0,0,0,0,3,1,59,199.0625,1453.69287109375,1410,131.9499969482422,1,0,1.3862943649291992,0,5.293618679046631,4.077537536621094,7.281862258911133,1,0,0,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,1,24,145.60000610351562,31.652990341186523,1728,96.6875,1,0,1.0986123085021973,0,4.980863094329834,3.178053855895996,3.4548325538635254,1,0,0,0,0,0,0,0,0,0 +7,1,0,0,1,1,3,1,62,161.52499389648438,2294.255615234375,1128,104.6500015258789,1,0,1.945910096168518,0,5.084660053253174,4.127134323120117,7.738163948059082,1,0,0,0,0,0,0,0,0,0 +9,1,0,NA,NA,0,3,1,65,159.25,167.64361572265625,1110,105.7874984741211,1,0,2.1972246170043945,0,5.070475101470947,4.174387454986572,5.121840476989746,1,0,0,0,0,0,0,0,0,0 +6,1,0,0,1,1,3,1,39,176.3125,2184.05615234375,1537,117.1624984741211,1,0,1.7917594909667969,0,5.172257900238037,3.6635615825653076,7.688939094543457,1,0,0,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,1,47,111.4749984741211,154.74795532226562,1940,73.9375,1,0,1.0986123085021973,0,4.713800430297852,3.8501474857330322,5.041797637939453,1,0,0,0,0,0,0,0,0,0 +8,1,0,0,1,0,3,1,58,156.97500610351562,0,1410,104.6500015258789,1,0,2.079441547393799,0,5.056086540222168,4.060442924499512,0,1,0,0,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,1,17,154.6999969482422,152.40328979492188,1528,102.375,1,0,1.0986123085021973,0,5.041487693786621,2.8332133293151855,5.0265302658081055,1,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,1,18,114.88749694824219,73.85697174072266,1458,76.2125015258789,1,0,-1.3862943649291992,0,4.743953227996826,2.890371799468994,4.302130222320557,1,0,0,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,1,41,139.91250610351562,72.68463897705078,1207,93.2750015258789,1,0,0,0,4.941017150878906,3.7135720252990723,4.286129951477051,1,0,0,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,1,33,105.7874984741211,167.64361572265625,1404,70.5250015258789,1,0,1.0986123085021973,0,4.661432266235352,3.4965076446533203,5.121840476989746,1,0,0,0,0,0,0,0,0,0 +4,1,0,1,0,1,3,1,19,184.27499389648438,742.08673095703125,1904,122.8499984741211,1,0,1.3862943649291992,0,5.216429233551025,2.944438934326172,6.609466075897217,1,0,0,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,1,69,192.2375030517578,130.1289520263672,1010,127.4000015258789,1,0,0.6931471824645996,0,5.258731365203857,4.234106540679932,4.868525981903076,1,0,0,0,0,0,0,0,0,0 +3,1,0,0,0,1,3,1,60,200.1999969482422,2456.03759765625,1107,133.08749389648438,1,0,1.0986123085021973,0,5.299316883087158,4.094344615936279,7.806304454803467,1,0,0,0,0,0,0,0,0,0 +9,1,0,1,1,1,3,1,20,126.26249694824219,2562.7197265625,1331,84.17500305175781,1,0,2.1972246170043945,0,4.838363170623779,2.995732307434082,7.848824501037598,1,0,0,0,0,0,0,0,0,0 +7,1,0,1,1,0,3,1,43,241.14999389648438,778.4290771484375,1007,160.3874969482422,1,0,1.945910096168518,0,5.485419273376465,3.761200189590454,6.657278060913086,1,0,0,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,1,79,141.0500030517578,56.27198028564453,1336,94.4124984741211,1,0,0,0,4.9491143226623535,4.369447708129883,4.030196666717529,1,0,0,0,0,0,0,0,0,0 +29,1,0,0,1,1,1,2,22,226.3625030517578,9885.111328125,2246,151.28750610351562,1,0,3.367295742034912,0,5.42213773727417,3.0910425186157227,9.198784828186035,0,1,0,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,2,22,159.25,151.23095703125,2049,105.7874984741211,1,0,0,0,5.070475101470947,3.0910425186157227,5.018808364868164,0,1,0,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,2,35,172.89999389648438,361.07855224609375,2052,113.75,1,0,1.6094379425048828,0,5.152713298797607,3.5553481578826904,5.889095306396484,0,1,0,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,2,26,182,266.11956787109375,2010,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.25809645652771,5.5839457511901855,0,1,0,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,2,21,238.875,313.0129089355469,2552,159.25,1,0,0,0,5.475940227508545,3.044522523880005,5.746244430541992,0,1,0,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,2,50,180.8625030517578,0,2552,120.57499694824219,1,0,0.6931471824645996,0,5.197737216949463,3.9120230674743652,0,0,1,0,0,0,0,0,1,0,0 +15,1,0,1,1,1,1,2,20,236.60000610351562,3155.920166015625,2552,158.1125030517578,1,0,2.70805025100708,0,5.466371059417725,2.995732307434082,8.057035446166992,0,1,0,0,0,0,0,1,0,0 +3,1,0,1,1,1,1,2,40,207.02499389648438,937.8663330078125,2049,137.6374969482422,1,0,1.0986123085021973,0,5.332839488983154,3.6888794898986816,6.843607425689697,0,1,0,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,2,30,191.10000610351562,342.32122802734375,2549,127.4000015258789,1,0,1.6094379425048828,0,5.252796649932861,3.4011974334716797,5.835749626159668,0,1,0,0,0,0,0,1,0,0 +2,1,0,1,0,0,1,2,32,236.60000610351562,65.65064239501953,2552,158.1125030517578,1,0,0.6931471824645996,0,5.466371059417725,3.465735912322998,4.184347152709961,0,1,0,0,0,0,0,1,0,0 +5,1,0,1,0,0,2,2,28,142.1875,236.81124877929688,2510,94.4124984741211,1,0,1.6094379425048828,0,4.957146644592285,3.332204580307007,5.467263221740723,0,1,0,0,0,0,0,0,1,0 +14,1,0,1,0,1,2,2,23,227.5,698.71044921875,2128,151.28750610351562,1,0,2.6390573978424072,0,5.427150249481201,3.1354942321777344,6.549236297607422,0,1,0,0,0,0,0,0,1,0 +0.25,1,0,1,0,0,3,2,21,177.4499969482422,104.33763122558594,2052,118.30000305175781,1,0,-1.3862943649291992,0,5.178689002990723,3.044522523880005,4.647632122039795,0,1,0,0,0,0,0,0,0,0 +5,1,0,0,1,0,3,2,27,201.33749389648438,93.78663635253906,2552,134.22500610351562,1,0,1.6094379425048828,0,5.304982662200928,3.295836925506592,4.541022300720215,0,1,0,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,2,24,227.5,225.08792114257812,2052,151.28750610351562,1,0,0.6931471824645996,0,5.427150249481201,3.178053855895996,5.4164910316467285,0,1,0,0,0,0,0,0,0,0 +8,1,0,1,1,0,3,2,36,227.5,558.03045654296875,2149,151.28750610351562,1,0,2.079441547393799,0,5.427150249481201,3.5835189819335938,6.324413776397705,0,1,0,0,0,0,0,0,0,0 +4,1,0,0,1,0,3,2,28,146.7375030517578,280.18756103515625,2152,97.82499694824219,1,0,1.3862943649291992,0,4.988645076751709,3.332204580307007,5.6354594230651855,0,1,0,0,0,0,0,0,0,0 +1,1,0,0,0,0,3,2,31,152.4250030517578,91.44197082519531,2152,101.23750305175781,1,0,0,0,5.026672840118408,3.4339871406555176,4.51570463180542,0,1,0,0,0,0,0,0,0,0 +0.25,1,0,1,1,1,3,2,41,163.8000030517578,846.42437744140625,2010,109.19999694824219,1,0,-1.3862943649291992,0,5.09864616394043,3.7135720252990723,6.741020679473877,0,1,0,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,2,33,228.6374969482422,529.89447021484375,2152,152.4250030517578,1,0,1.6094379425048828,0,5.432137966156006,3.4965076446533203,6.272677898406982,0,1,0,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,20,174.03750610351562,150.05862426757812,3552,116.0250015258789,1,0,1.3862943649291992,0,5.159270763397217,2.995732307434082,5.011025905609131,0,0,1,0,0,0,0,0,0,0 +10,1,0,1,0,1,3,3,24,138.77499389648438,1570.9261474609375,3013,147.875,1,0,2.3025851249694824,0,4.932853698730469,3.178053855895996,7.3594207763671875,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,0,0,3,3,59,177.4499969482422,181.71160888671875,3640,142.1875,1,0,-1.3862943649291992,0,5.178689002990723,4.077537536621094,5.202420711517334,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,3,16,196.78750610351562,134.8182830810547,3110,130.8125,1,0,1.0986123085021973,0,5.2821245193481445,2.7725887298583984,4.903927803039551,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,1,0,3,3,48,214.9875030517578,538.100830078125,3610,143.3249969482422,1,0,1.945910096168518,0,5.370579719543457,3.8712010383605957,6.288045883178711,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,0,0,3,3,20,147.875,63.30598068237305,3352,118.30000305175781,1,0,0.6931471824645996,0,4.996367454528809,2.995732307434082,4.147979736328125,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,23,179.72500610351562,94.95896911621094,3540,119.4375,1,0,0,0,5.191427707672119,3.1354942321777344,4.553444862365723,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,0,0,3,3,20,182,150.05862426757812,3210,121.7125015258789,1,0,1.945910096168518,0,5.204006671905518,2.995732307434082,5.011025905609131,0,0,1,0,0,0,0,0,0,0 +9,1,0,1,1,0,3,3,27,204.75,613.130126953125,3528,136.5,1,0,2.1972246170043945,0,5.321789741516113,3.295836925506592,6.418577194213867,0,0,1,0,0,0,0,0,0,0 +20,1,0,1,1,1,3,3,29,212.71249389648438,7338.80419921875,3152,142.1875,1,0,2.995732307434082,0,5.359941482543945,3.367295742034912,8.900931358337402,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,1,3,3,21,177.4499969482422,917.93670654296875,3740,118.30000305175781,1,0,1.0986123085021973,0,5.178689002990723,3.044522523880005,6.8221282958984375,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,1,3,56,147.875,60.96131134033203,3543,98.9625015258789,1,0,-1.3862943649291992,0,4.996367454528809,4.025351524353027,4.110239505767822,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,67,112.61250305175781,202.8135986328125,3740,75.07499694824219,1,0,1.0986123085021973,0,4.723952770233154,4.204692840576172,5.312287330627441,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,3,41,129.6750030517578,0,3552,86.44999694824219,1,0,1.6094379425048828,0,4.8650312423706055,3.7135720252990723,0,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,0,0,1,3,25,212.71249389648438,855.80303955078125,3640,142.1875,1,0,1.3862943649291992,0,5.359941482543945,3.2188758850097656,6.752040386199951,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,3,19,209.3000030517578,171.16061401367188,3540,138.77499389648438,1,0,1.0986123085021973,0,5.34376859664917,2.944438934326172,5.142602443695068,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,0,0,1,3,21,241.14999389648438,276.6705627441406,3228,160.3874969482422,1,0,1.3862943649291992,0,5.485419273376465,3.044522523880005,5.622827529907227,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,1,1,3,21,170.625,274.3258972167969,3702,113.75,1,0,-1.3862943649291992,0,5.139468193054199,3.044522523880005,5.614316940307617,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,0,1,3,24,197.9250030517578,169.98828125,3728,131.9499969482422,1,0,1.3862943649291992,0,5.287888050079346,3.178053855895996,5.1357293128967285,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,0,0,1,3,26,237.7375030517578,490.03515625,3613,158.1125030517578,1,0,1.3862943649291992,0,5.471167087554932,3.25809645652771,6.194477081298828,0,0,1,0,0,0,0,1,0,0 +9,1,0,1,1,1,1,3,25,193.375,1913.247314453125,3637,128.53750610351562,1,0,2.1972246170043945,0,5.264631271362305,3.2188758850097656,7.5565571784973145,0,0,1,0,0,0,0,1,0,0 +7,1,0,1,0,0,1,3,19,152.4250030517578,239.15591430664062,3328,101.23750305175781,1,0,1.945910096168518,0,5.026672840118408,2.944438934326172,5.477115631103516,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,22,147.875,572.09844970703125,3340,98.9625015258789,1,0,-1.3862943649291992,0,4.996367454528809,3.0910425186157227,6.349310874938965,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,28,243.4250030517578,84.40797424316406,3628,161.52499389648438,1,0,0,0,5.494808673858643,3.332204580307007,4.435661792755127,0,0,1,0,0,0,0,1,0,0 +11,1,0,0,0,0,1,3,34,152.4250030517578,676.43609619140625,3228,101.23750305175781,1,0,2.397895336151123,0,5.026672840118408,3.526360511779785,6.516838073730469,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,47,162.66250610351562,114.88862609863281,3710,108.0625,1,0,0,0,5.091677665710449,3.8501474857330322,4.743963241577148,0,0,1,0,0,0,0,1,0,0 +28,1,0,0,1,0,1,3,33,152.4250030517578,1144.1968994140625,3116,101.23750305175781,1,0,3.332204580307007,0,5.026672840118408,3.4965076446533203,7.0424580574035645,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,22,154.6999969482422,0,3540,102.375,1,0,-1.3862943649291992,0,5.041487693786621,3.0910425186157227,0,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,28,207.02499389648438,179.366943359375,3152,137.6374969482422,1,0,0,0,5.332839488983154,3.332204580307007,5.189433574676514,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,0,1,0,1,3,45,213.85000610351562,31.652990341186523,3449,143.3249969482422,1,0,-1.3862943649291992,0,5.365274906158447,3.8066625595092773,3.4548325538635254,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,0,0,1,3,57,168.35000610351562,436.10784912109375,3643,111.4749984741211,1,0,0.6931471824645996,0,5.126045227050781,4.043051242828369,6.077889442443848,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,0,0,1,3,27,228.6374969482422,124.26728820800781,3304,153.5625,1,0,1.6094379425048828,0,5.432137966156006,3.295836925506592,4.822434902191162,0,0,1,0,0,0,0,1,0,0 +39,1,0,0,1,1,1,3,46,229.77499389648438,3466.588623046875,3716,153.5625,1,0,3.6635615825653076,0,5.437100410461426,3.828641414642334,8.15092658996582,0,0,1,0,0,0,0,1,0,0 +7,1,0,0,1,1,1,3,39,234.3249969482422,1257.9132080078125,3643,155.83749389648438,1,0,1.945910096168518,0,5.456708908081055,3.6635615825653076,7.137209415435791,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,23,218.39999389648438,125.43962860107422,3449,103.51249694824219,1,0,0,0,5.386328220367432,3.1354942321777344,4.831824779510498,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,41,233.1875,803.048095703125,3640,155.83749389648438,1,0,1.0986123085021973,0,5.451842784881592,3.7135720252990723,6.688414573669434,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,3,56,152.4250030517578,412.66119384765625,3552,102.375,1,0,1.6094379425048828,0,5.026672840118408,4.025351524353027,6.022626876831055,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,0,0,0,1,3,22,141.0500030517578,200.46893310546875,3504,94.4124984741211,1,0,-1.3862943649291992,0,4.9491143226623535,3.0910425186157227,5.3006591796875,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,3,24,152.4250030517578,65.65064239501953,3628,102.375,1,0,1.6094379425048828,0,5.026672840118408,3.178053855895996,4.184347152709961,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,21,159.25,84.40797424316406,3504,105.7874984741211,1,0,0,0,5.070475101470947,3.044522523880005,4.435661792755127,0,0,1,0,0,0,0,1,0,0 +6,1,0,0,1,0,1,3,38,147.875,933.177001953125,3552,91,1,0,1.7917594909667969,0,4.996367454528809,3.6375861167907715,6.838594913482666,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,19,127.4000015258789,104.33763122558594,3152,84.17500305175781,1,0,1.0986123085021973,0,4.847331523895264,2.944438934326172,4.647632122039795,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,0,0,1,3,33,179.72500610351562,123.09495544433594,3713,128.53750610351562,1,0,0.6931471824645996,0,5.191427707672119,3.4965076446533203,4.812955856323242,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,0,1,0,1,3,35,186.5500030517578,35.169986724853516,3640,123.98750305175781,1,0,-1.3862943649291992,0,5.228699207305908,3.5553481578826904,3.5601930618286133,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,26,141.0500030517578,214.53692626953125,3504,94.4124984741211,1,0,0,0,4.9491143226623535,3.25809645652771,5.368481636047363,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,33,152.4250030517578,160.609619140625,3452,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,3.4965076446533203,5.078976631164551,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,24,208.16250610351562,126.6119613647461,3510,138.77499389648438,1,0,1.0986123085021973,0,5.338318824768066,3.178053855895996,4.841126918792725,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,53,207.02499389648438,78.54631042480469,3452,137.6374969482422,1,0,0,0,5.332839488983154,3.97029185295105,4.3636884689331055,0,0,1,0,0,0,0,1,0,0 +8,1,0,0,1,0,1,3,37,225.22500610351562,429.0738525390625,3152,150.14999389648438,1,0,2.079441547393799,0,5.417099952697754,3.610917806625366,6.061628818511963,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,41,220.6750030517578,123.09495544433594,3710,147.875,1,0,0,0,5.396690845489502,3.7135720252990723,4.812955856323242,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,26,200.1999969482422,46.89331817626953,3310,133.08749389648438,1,0,0,0,5.299316883087158,3.25809645652771,3.8478751182556152,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,3,27,216.125,189.91793823242188,3452,144.46249389648438,1,0,1.6094379425048828,0,5.375856876373291,3.295836925506592,5.246592044830322,0,0,1,0,0,0,0,1,0,0 +12,1,0,0,0,1,1,3,20,154.6999969482422,1416.17822265625,3552,103.51249694824219,1,0,2.4849066734313965,0,5.041487693786621,2.995732307434082,7.2557172775268555,0,0,1,0,0,0,0,1,0,0 +19,1,0,0,0,0,1,3,46,204.75,1242.6729736328125,3252,136.5,1,0,2.944438934326172,0,5.321789741516113,3.828641414642334,7.1250200271606445,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,24,161.52499389648438,334.1148986816406,3049,200.1999969482422,1,0,1.0986123085021973,0,5.084660053253174,3.178053855895996,5.8114848136901855,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,56,182,117.23329162597656,3610,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,4.025351524353027,4.764165878295898,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,3,21,178.58749389648438,203.98593139648438,3728,119.4375,1,0,-1.3862943649291992,0,5.1850786209106445,3.044522523880005,5.318050861358643,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,1,0,1,3,43,168.35000610351562,103.16529846191406,3252,111.4749984741211,1,0,1.3862943649291992,0,5.126045227050781,3.761200189590454,4.6363325119018555,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,3,22,185.41250610351562,28.135990142822266,3425,123.98750305175781,1,0,1.6094379425048828,0,5.222583293914795,3.0910425186157227,3.3370494842529297,0,0,1,0,0,0,0,1,0,0 +13,1,0,0,1,1,1,3,31,184.27499389648438,4630.71533203125,3149,122.8499984741211,1,0,2.5649492740631104,0,5.216429233551025,3.4339871406555176,8.44046688079834,0,0,1,0,0,0,0,1,0,0 +23,1,0,0,0,0,1,3,28,170.625,3073.85693359375,3252,113.75,1,0,3.1354942321777344,0,5.139468193054199,3.332204580307007,8.030688285827637,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,3,34,182,130.1289520263672,3428,121.7125015258789,1,0,1.6094379425048828,0,5.204006671905518,3.526360511779785,4.868525981903076,0,0,1,0,0,0,0,1,0,0 +6,1,0,0,1,0,1,3,20,182,1141.852294921875,3407,121.7125015258789,1,0,1.7917594909667969,0,5.204006671905518,2.995732307434082,7.040407180786133,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,34,211.5749969482422,106.68229675292969,3449,141.0500030517578,1,0,0,0,5.354579448699951,3.526360511779785,4.669855117797852,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,0,1,3,33,185.41250610351562,240.3282470703125,3449,176.3125,1,0,1.3862943649291992,0,5.222583293914795,3.4965076446533203,5.482005596160889,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,0,1,0,1,3,28,161.52499389648438,196.95193481445312,3640,108.0625,1,0,-1.3862943649291992,0,5.084660053253174,3.332204580307007,5.282959938049316,0,0,1,0,0,0,0,1,0,0 +7,1,0,0,1,0,1,3,32,227.5,1252.0516357421875,3504,151.28750610351562,1,0,1.945910096168518,0,5.427150249481201,3.465735912322998,7.132538795471191,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,20,147.875,173.50527954101562,3028,98.9625015258789,1,0,0,0,4.996367454528809,2.995732307434082,5.156208038330078,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,0,1,0,1,3,25,168.35000610351562,512.30950927734375,3304,112.61250305175781,1,0,-1.3862943649291992,0,5.126045227050781,3.2188758850097656,6.23892879486084,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,32,117.1624984741211,249.7069091796875,3510,78.48750305175781,1,0,1.0986123085021973,0,4.763561725616455,3.465735912322998,5.520287990570068,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,0,0,1,3,33,182,98.47596740722656,3604,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.4965076446533203,4.589812755584717,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,3,43,156.97500610351562,153.57562255859375,3152,104.6500015258789,1,0,0,0,5.056086540222168,3.761200189590454,5.03419303894043,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,NA,0,1,3,34,156.97500610351562,53.92731475830078,3152,104.6500015258789,1,0,0,0,5.056086540222168,3.526360511779785,3.9876370429992676,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,33,156.97500610351562,240.3282470703125,3052,104.6500015258789,1,0,0,0,5.056086540222168,3.4965076446533203,5.482005596160889,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,1,0,1,3,43,177.4499969482422,310.6682434082031,3152,118.30000305175781,1,0,0.6931471824645996,0,5.178689002990723,3.761200189590454,5.738725662231445,0,0,1,0,0,0,0,1,0,0 +10,1,0,0,NA,0,1,3,52,113.75,611.95782470703125,3328,52.32500076293945,1,0,2.3025851249694824,0,4.734003067016602,3.9512436389923096,6.41666316986084,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,1,0,1,3,23,161.52499389648438,0,3349,106.92500305175781,1,0,0.6931471824645996,0,5.084660053253174,3.1354942321777344,0,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,0,1,3,40,218.39999389648438,112.54396057128906,3640,145.60000610351562,1,0,1.3862943649291992,0,5.386328220367432,3.6888794898986816,4.723343849182129,0,0,1,0,0,0,0,1,0,0 +6,1,0,1,1,0,3,3,25,141.0500030517578,1077.3740234375,3249,101.23750305175781,1,0,1.7917594909667969,0,4.9491143226623535,3.2188758850097656,6.982281684875488,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,1,0,3,3,22,166.0749969482422,219.22625732421875,3640,95.55000305175781,1,0,1.3862943649291992,0,5.1124396324157715,3.0910425186157227,5.390104293823242,0,0,1,0,0,0,0,0,0,0 +14,1,0,1,1,0,3,3,50,113.75,681.12542724609375,3540,113.75,1,0,2.6390573978424072,0,4.734003067016602,3.9120230674743652,6.523746490478516,0,0,1,0,0,0,0,0,0,0 +17,1,0,1,0,0,3,3,68,152.4250030517578,562.71978759765625,3428,101.23750305175781,1,0,2.8332133293151855,0,5.026672840118408,4.219507694244385,6.332781791687012,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,1,3,19,154.6999969482422,205.15826416015625,3628,103.51249694824219,1,0,1.3862943649291992,0,5.041487693786621,2.944438934326172,5.323781490325928,0,0,1,0,0,0,0,1,0,0 +7,1,0,1,1,1,1,3,24,182,1199.296630859375,3628,121.7125015258789,1,0,1.945910096168518,0,5.204006671905518,3.178053855895996,7.0894904136657715,0,0,1,0,0,0,0,1,0,0 +6,1,0,1,1,0,1,3,30,195.64999389648438,788.98004150390625,3428,130.8125,1,0,1.7917594909667969,0,5.276327133178711,3.4011974334716797,6.670741081237793,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,42,204.75,140.67994689941406,3352,136.5,1,0,1.0986123085021973,0,5.321789741516113,3.7376697063446045,4.9464874267578125,0,0,1,0,0,0,0,1,0,0 +12,1,0,1,1,0,1,3,30,159.25,80.89097595214844,3352,105.7874984741211,1,0,2.4849066734313965,0,5.070475101470947,3.4011974334716797,4.393102169036865,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,1,1,3,51,170.625,533.4114990234375,3310,113.75,1,0,0.6931471824645996,0,5.139468193054199,3.931825637817383,6.279293060302734,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,17,150.14999389648438,134.8182830810547,3440,100.0999984741211,1,0,0,0,5.011634826660156,2.8332133293151855,4.903927803039551,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,1,0,1,3,48,182,311.840576171875,3140,121.7125015258789,1,0,1.6094379425048828,0,5.204006671905518,3.8712010383605957,5.742492198944092,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,3,50,163.8000030517578,64.47830963134766,3540,109.19999694824219,1,0,-1.3862943649291992,0,5.09864616394043,3.9120230674743652,4.1663289070129395,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,NA,0,1,3,61,168.35000610351562,117.23329162597656,3628,112.61250305175781,1,0,1.6094379425048828,0,5.126045227050781,4.110873699188232,4.764165878295898,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,0,1,3,42,164.9375,152.40328979492188,3452,110.3375015258789,1,0,1.3862943649291992,0,5.105566501617432,3.7376697063446045,5.0265302658081055,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,0,1,3,35,152.4250030517578,240.3282470703125,3628,101.23750305175781,1,0,0.6931471824645996,0,5.026672840118408,3.5553481578826904,5.482005596160889,0,0,1,0,0,0,0,1,0,0 +9,1,0,1,1,1,1,3,36,152.4250030517578,3638.92138671875,3613,101.23750305175781,1,0,2.1972246170043945,0,5.026672840118408,3.5835189819335938,8.199442863464355,0,0,1,0,0,0,0,1,0,0 +12,1,0,1,1,0,1,3,43,152.4250030517578,263.77490234375,3628,101.23750305175781,1,0,2.4849066734313965,0,5.026672840118408,3.761200189590454,5.575096130371094,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,NA,0,1,3,27,202.47500610351562,111.37162780761719,3740,135.3625030517578,1,0,1.0986123085021973,0,5.310616493225098,3.295836925506592,4.712872505187988,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,46,193.375,245.017578125,3640,128.53750610351562,1,0,0,0,5.264631271362305,3.828641414642334,5.5013298988342285,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,1,0,1,3,38,152.4250030517578,1583.82177734375,3610,101.23750305175781,1,0,1.6094379425048828,0,5.026672840118408,3.6375861167907715,7.36759614944458,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,1,0,1,3,38,152.4250030517578,1583.82177734375,3613,101.23750305175781,1,0,1.6094379425048828,0,5.026672840118408,3.6375861167907715,7.36759614944458,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,0,0,1,3,18,141.0500030517578,386.869873046875,3510,94.4124984741211,1,0,1.6094379425048828,0,4.9491143226623535,2.890371799468994,5.958088397979736,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,1,0,1,3,38,152.4250030517578,1583.82177734375,3640,101.23750305175781,1,0,1.6094379425048828,0,5.026672840118408,3.6375861167907715,7.36759614944458,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,23,145.60000610351562,72.68463897705078,3513,111.4749984741211,1,0,0,0,4.980863094329834,3.1354942321777344,4.286129951477051,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,NA,0,1,3,30,147.875,189.91793823242188,3310,98.9625015258789,1,0,-1.3862943649291992,0,4.996367454528809,3.4011974334716797,5.246592044830322,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,25,152.4250030517578,98.47596740722656,3740,101.23750305175781,1,0,0,0,5.026672840118408,3.2188758850097656,4.589812755584717,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,19,182,70.33997344970703,3613,121.7125015258789,1,0,0,0,5.204006671905518,2.944438934326172,4.253340244293213,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,20,182,143.0246124267578,3746,242.28750610351562,1,0,0,0,5.204006671905518,2.995732307434082,4.963016510009766,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,18,170.625,119.57795715332031,3628,80.76249694824219,1,0,0,0,5.139468193054199,2.890371799468994,4.783968448638916,0,0,1,0,0,0,0,1,0,0 +9,1,0,1,1,0,1,3,23,159.25,908.55804443359375,3602,105.7874984741211,1,0,2.1972246170043945,0,5.070475101470947,3.1354942321777344,6.811858654022217,0,0,1,0,0,0,0,1,0,0 +6,1,0,1,1,0,1,3,51,186.5500030517578,270.80889892578125,3640,123.98750305175781,1,0,1.7917594909667969,0,5.228699207305908,3.931825637817383,5.601413249969482,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,3,19,168.35000610351562,214.53692626953125,3640,112.61250305175781,1,0,-1.3862943649291992,0,5.126045227050781,2.944438934326172,5.368481636047363,0,0,1,0,0,0,0,1,0,0 +10,1,0,1,0,0,1,3,29,228.6374969482422,345.8382263183594,3116,152.4250030517578,1,0,2.3025851249694824,0,5.432137966156006,3.367295742034912,5.84597110748291,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,3,18,141.0500030517578,119.57795715332031,3510,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,2.890371799468994,4.783968448638916,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,26,232.0500030517578,169.98828125,3528,154.6999969482422,1,0,0,0,5.446952819824219,3.25809645652771,5.1357293128967285,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,3,18,159.25,412.66119384765625,3540,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,2.890371799468994,6.022626876831055,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,28,227.5,472.4501647949219,3310,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,3.332204580307007,6.157932281494141,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,25,159.25,91.44197082519531,3352,105.7874984741211,1,0,0,0,5.070475101470947,3.2188758850097656,4.51570463180542,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,3,24,207.02499389648438,1035.1700439453125,3740,137.6374969482422,1,0,0.6931471824645996,0,5.332839488983154,3.178053855895996,6.942320823669434,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,0,0,1,3,21,177.4499969482422,84.40797424316406,3616,118.30000305175781,1,0,1.0986123085021973,0,5.178689002990723,3.044522523880005,4.435661792755127,0,0,1,0,0,0,0,1,0,0 +15,1,0,0,1,0,1,3,27,221.8125,1316.5299072265625,3640,147.875,1,0,2.70805025100708,0,5.401832580566406,3.295836925506592,7.1827545166015625,0,0,1,0,0,0,0,1,0,0 +8,1,0,1,1,1,1,3,31,188.8249969482422,1539.273193359375,3437,126.26249694824219,1,0,2.079441547393799,0,5.240820407867432,3.4339871406555176,7.3390655517578125,0,0,1,0,0,0,0,1,0,0 +21,1,0,1,1,1,1,3,31,188.8249969482422,3785.463134765625,3437,126.26249694824219,1,0,3.044522523880005,0,5.240820407867432,3.4339871406555176,8.238923072814941,0,0,1,0,0,0,0,1,0,0 +8,1,0,1,1,0,1,3,29,178.58749389648438,984.7596435546875,3640,119.4375,1,0,2.079441547393799,0,5.1850786209106445,3.367295742034912,6.892397403717041,0,0,1,0,0,0,0,1,0,0 +10,1,0,1,0,0,1,3,29,218.39999389648438,125.43962860107422,3213,145.60000610351562,1,0,2.3025851249694824,0,5.386328220367432,3.367295742034912,4.831824779510498,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,3,19,156.97500610351562,228.60491943359375,3152,75.07499694824219,1,0,0,0,5.056086540222168,2.944438934326172,5.431995391845703,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,0,0,1,3,37,175.1750030517578,107.85462951660156,3710,117.1624984741211,1,0,1.3862943649291992,0,5.165785312652588,3.610917806625366,4.680784225463867,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,1,1,3,37,166.0749969482422,180.53927612304688,3613,94.4124984741211,1,0,1.0986123085021973,0,5.1124396324157715,3.610917806625366,5.195948123931885,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,0,1,1,3,19,159.25,5275.498046875,3640,105.7874984741211,1,0,1.6094379425048828,0,5.070475101470947,2.944438934326172,8.570828437805176,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,3,27,193.375,144.1969451904297,3610,128.53750610351562,1,0,0,0,5.264631271362305,3.295836925506592,4.971179962158203,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,1,0,1,3,38,193.375,270.80889892578125,3628,128.53750610351562,1,0,1.6094379425048828,0,5.264631271362305,3.6375861167907715,5.601413249969482,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,39,213.85000610351562,218.05392456054688,3152,142.1875,1,0,1.0986123085021973,0,5.365274906158447,3.6635615825653076,5.384742259979248,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,53,236.60000610351562,86.75263977050781,3636,156.97500610351562,1,0,0,0,5.466371059417725,3.97029185295105,4.4630608558654785,0,0,1,0,0,0,0,1,0,0 +9,1,0,0,0,0,1,3,19,177.4499969482422,213.36459350585938,3628,118.30000305175781,1,0,2.1972246170043945,0,5.178689002990723,2.944438934326172,5.363002300262451,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,22,233.1875,139.5076141357422,3510,155.83749389648438,1,0,0,0,5.451842784881592,3.0910425186157227,4.938119411468506,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,23,166.0749969482422,119.57795715332031,3528,110.3375015258789,1,0,0,0,5.1124396324157715,3.1354942321777344,4.783968448638916,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,0,1,1,3,33,201.33749389648438,1146.5416259765625,3647,201.33749389648438,1,0,1.6094379425048828,0,5.304982662200928,3.4965076446533203,7.044505596160889,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,0,0,1,3,35,213.85000610351562,302.4619140625,3628,142.1875,1,0,1.3862943649291992,0,5.365274906158447,3.5553481578826904,5.711955547332764,0,0,1,0,0,0,0,1,0,0 +9,1,0,1,0,0,1,3,19,182,273.153564453125,3528,120.57499694824219,1,0,2.1972246170043945,0,5.204006671905518,2.944438934326172,5.610033988952637,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,3,22,180.8625030517578,131.30128479003906,3640,121.7125015258789,1,0,-1.3862943649291992,0,5.197737216949463,3.0910425186157227,4.8774943351745605,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,18,176.3125,235.638916015625,3543,117.1624984741211,1,0,1.0986123085021973,0,5.172257900238037,2.890371799468994,5.462300777435303,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,21,195.64999389648438,146.54161071777344,3610,129.6750030517578,1,0,-1.3862943649291992,0,5.276327133178711,3.044522523880005,4.987309455871582,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,23,193.375,46.89331817626953,3740,128.53750610351562,1,0,1.0986123085021973,0,5.264631271362305,3.1354942321777344,3.8478751182556152,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,0,0,1,3,41,229.77499389648438,162.95428466796875,3728,153.5625,1,0,1.6094379425048828,0,5.437100410461426,3.7135720252990723,5.093469619750977,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,2,3,23,182,162.95428466796875,3740,121.7125015258789,1,0,0,0,5.204006671905518,3.1354942321777344,5.093469619750977,0,0,1,0,0,0,0,0,1,0 +4,1,0,1,1,0,1,3,36,204.75,150.05862426757812,3628,136.5,1,0,1.3862943649291992,0,5.321789741516113,3.5835189819335938,5.011025905609131,0,0,1,0,0,0,0,1,0,0 +16,1,0,1,1,1,1,3,26,179.72500610351562,4035.169921875,3640,119.4375,1,0,2.7725887298583984,0,5.191427707672119,3.25809645652771,8.302803993225098,0,0,1,0,0,0,0,1,0,0 +13,1,0,0,1,0,1,3,62,216.125,46.89331817626953,3537,144.46249389648438,1,0,2.5649492740631104,0,5.375856876373291,4.127134323120117,3.8478751182556152,0,0,1,0,0,0,0,1,0,0 +7,1,0,1,0,0,1,3,21,234.3249969482422,281.3598937988281,3540,155.83749389648438,1,0,1.945910096168518,0,5.456708908081055,3.044522523880005,5.639634609222412,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,19,232.0500030517578,131.30128479003906,3510,154.6999969482422,1,0,-1.3862943649291992,0,5.446952819824219,2.944438934326172,4.8774943351745605,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,1,1,3,35,227.5,1205.1583251953125,3052,125.125,1,0,1.3862943649291992,0,5.427150249481201,3.5553481578826904,7.094366073608398,0,0,1,0,0,0,0,1,0,0 +7,1,0,0,1,0,1,3,47,102.375,961.31298828125,3352,103.51249694824219,1,0,1.945910096168518,0,4.628642559051514,3.8501474857330322,6.868299961090088,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,0,0,0,1,3,23,156.97500610351562,79.71864318847656,3449,104.6500015258789,1,0,-1.3862943649291992,0,5.056086540222168,3.1354942321777344,4.378503322601318,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,33,159.25,28.135990142822266,3540,105.7874984741211,1,0,-1.3862943649291992,0,5.070475101470947,3.4965076446533203,3.3370494842529297,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,33,159.25,28.135990142822266,3540,105.7874984741211,1,0,-1.3862943649291992,0,5.070475101470947,3.4965076446533203,3.3370494842529297,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,3,25,163.8000030517578,203.98593139648438,3237,109.19999694824219,1,0,0,0,5.09864616394043,3.2188758850097656,5.318050861358643,0,0,1,0,0,0,0,1,0,0 +8,1,0,0,1,0,1,3,29,168.35000610351562,479.4841613769531,3640,112.61250305175781,1,0,2.079441547393799,0,5.126045227050781,3.367295742034912,6.17271089553833,0,0,1,0,0,0,0,1,0,0 +10,1,0,0,1,0,1,3,30,168.35000610351562,329.4255676269531,3610,112.61250305175781,1,0,2.3025851249694824,0,5.126045227050781,3.4011974334716797,5.7973504066467285,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,21,214.9875030517578,104.33763122558594,3628,143.3249969482422,1,0,0,0,5.370579719543457,3.044522523880005,4.647632122039795,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,0,0,1,3,48,220.6750030517578,218.05392456054688,3210,153.5625,1,0,1.3862943649291992,0,5.396690845489502,3.8712010383605957,5.384742259979248,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,NA,0,1,3,22,141.0500030517578,38.686988830566406,3449,94.4124984741211,1,0,0,0,4.9491143226623535,3.0910425186157227,3.655503273010254,0,0,1,0,0,0,0,1,0,0 +15,1,0,0,1,0,1,3,59,210.4375,873.3880615234375,3628,139.91250610351562,1,0,2.70805025100708,0,5.349188804626465,4.077537536621094,6.7723798751831055,0,0,1,0,0,0,0,1,0,0 +8,1,0,1,1,1,1,3,31,241.14999389648438,1444.314208984375,3510,160.3874969482422,1,0,2.079441547393799,0,5.485419273376465,3.4339871406555176,7.275389671325684,0,0,1,0,0,0,0,1,0,0 +8,1,0,1,0,0,1,3,23,159.25,1672.9190673828125,3437,105.7874984741211,1,0,2.079441547393799,0,5.070475101470947,3.1354942321777344,7.422325134277344,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,22,182,252.0515899658203,3510,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,3.0910425186157227,5.52963399887085,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,1,0,1,3,45,204.75,139.5076141357422,3149,136.5,1,0,1.3862943649291992,0,5.321789741516113,3.8066625595092773,4.938119411468506,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,0,1,3,22,240.0124969482422,18141.8515625,3613,149.0124969482422,1,0,0.6931471824645996,0,5.480690956115723,3.0910425186157227,9.805976867675781,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,0,0,1,3,23,143.3249969482422,328.25323486328125,3528,95.55000305175781,1,0,1.6094379425048828,0,4.965114593505859,3.1354942321777344,5.793785572052002,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,44,145.60000610351562,21.101993560791016,3210,96.6875,1,0,1.0986123085021973,0,4.980863094329834,3.7841897010803223,3.0493674278259277,0,0,1,0,0,0,0,1,0,0 +13,1,0,1,1,0,1,3,20,154.6999969482422,259.0855712890625,3052,103.51249694824219,1,0,2.5649492740631104,0,5.041487693786621,2.995732307434082,5.557158470153809,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,2,3,42,211.5749969482422,186.40093994140625,3510,141.0500030517578,1,0,1.0986123085021973,0,5.354579448699951,3.7376697063446045,5.22790002822876,0,0,1,0,0,0,0,0,1,0 +0.25,1,0,1,1,0,2,3,26,170.625,633.059814453125,3640,113.75,1,0,-1.3862943649291992,0,5.139468193054199,3.25809645652771,6.450564861297607,0,0,1,0,0,0,0,0,1,0 +16,1,0,1,0,1,1,3,26,199.0625,1754.982421875,3640,133.08749389648438,1,0,2.7725887298583984,0,5.293618679046631,3.25809645652771,7.470213890075684,0,0,1,0,0,0,0,1,0,0 +8,1,0,1,1,0,1,3,20,243.4250030517578,796.0140380859375,3528,162.66250610351562,1,0,2.079441547393799,0,5.494808673858643,2.995732307434082,6.679616928100586,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,3,24,152.4250030517578,192.26260375976562,3152,112.61250305175781,1,0,0.6931471824645996,0,5.026672840118408,3.178053855895996,5.258862018585205,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,0,0,1,3,50,147.875,209.84759521484375,3628,98.9625015258789,1,0,1.3862943649291992,0,4.996367454528809,3.9120230674743652,5.346381664276123,0,0,1,0,0,0,0,1,0,0 +12,1,0,1,0,0,1,3,33,174.03750610351562,24.61899185180664,3152,116.0250015258789,1,0,2.4849066734313965,0,5.159270763397217,3.4965076446533203,3.2035181522369385,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,0,0,1,3,19,197.9250030517578,441.9695129394531,3728,131.9499969482422,1,0,1.6094379425048828,0,5.287888050079346,2.944438934326172,6.091240882873535,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,NA,0,1,3,18,141.0500030517578,91.44197082519531,3640,94.4124984741211,1,0,0.6931471824645996,0,4.9491143226623535,2.890371799468994,4.51570463180542,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,3,53,232.0500030517578,228.60491943359375,3728,154.6999969482422,1,0,1.6094379425048828,0,5.446952819824219,3.97029185295105,5.431995391845703,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,1,0,1,3,42,227.5,52.754981994628906,3352,151.28750610351562,1,0,0.6931471824645996,0,5.427150249481201,3.7376697063446045,3.965658187866211,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,1,0,1,3,55,209.3000030517578,270.80889892578125,3410,139.91250610351562,1,0,0.6931471824645996,0,5.34376859664917,4.007333278656006,5.601413249969482,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,1,0,1,3,43,182,113.71629333496094,3152,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.761200189590454,4.733706474304199,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,3,20,141.0500030517578,345.8382263183594,3640,79.625,1,0,0,0,4.9491143226623535,2.995732307434082,5.84597110748291,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,27,154.6999969482422,111.37162780761719,3710,102.375,1,0,0,0,5.041487693786621,3.295836925506592,4.712872505187988,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,3,19,152.4250030517578,0,3552,101.23750305175781,1,0,0,0,5.026672840118408,2.944438934326172,0,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,25,195.64999389648438,153.57562255859375,3152,130.8125,1,0,0,0,5.276327133178711,3.2188758850097656,5.03419303894043,0,0,1,0,0,0,0,1,0,0 +13,1,0,0,0,1,1,3,48,144.46249389648438,1195.779541015625,3640,145.60000610351562,1,0,2.5649492740631104,0,4.973020076751709,3.8712010383605957,7.086553573608398,0,0,1,0,0,0,0,1,0,0 +24,1,0,0,0,1,1,3,48,216.125,3042.2041015625,3640,144.46249389648438,1,0,3.178053855895996,0,5.375856876373291,3.8712010383605957,8.020337104797363,0,0,1,0,0,0,0,1,0,0 +8,1,0,1,0,0,1,3,20,175.1750030517578,513.4818115234375,3628,117.1624984741211,1,0,2.079441547393799,0,5.165785312652588,2.995732307434082,6.241214752197266,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,21,171.7624969482422,135.99061584472656,3449,114.88749694824219,1,0,0,0,5.14611291885376,3.044522523880005,4.912585735321045,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,1,0,1,3,29,238.875,289.56622314453125,3640,159.25,1,0,1.3862943649291992,0,5.475940227508545,3.367295742034912,5.668384075164795,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,3,21,193.375,317.7022399902344,3407,128.53750610351562,1,0,1.0986123085021973,0,5.264631271362305,3.044522523880005,5.761114597320557,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,0,1,0,1,3,42,162.66250610351562,105.50996398925781,3425,108.0625,1,0,-1.3862943649291992,0,5.091677665710449,3.7376697063446045,4.6588053703308105,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,52,214.9875030517578,281.3598937988281,3440,143.3249969482422,1,0,-1.3862943649291992,0,5.370579719543457,3.9512436389923096,5.639634609222412,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,0,0,1,3,29,186.5500030517578,264.9472351074219,3504,162.66250610351562,1,0,0.6931471824645996,0,5.228699207305908,3.367295742034912,5.579530715942383,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,0,0,1,3,26,209.3000030517578,139.5076141357422,3628,139.91250610351562,1,0,1.3862943649291992,0,5.34376859664917,3.25809645652771,4.938119411468506,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,0,0,1,3,21,236.60000610351562,242.67291259765625,3152,156.97500610351562,1,0,1.6094379425048828,0,5.466371059417725,3.044522523880005,5.4917144775390625,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,0,1,3,18,159.25,636.5767822265625,3640,105.7874984741211,1,0,0.6931471824645996,0,5.070475101470947,2.890371799468994,6.4561052322387695,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,29,243.4250030517578,144.1969451904297,3152,162.66250610351562,1,0,0,0,5.494808673858643,3.367295742034912,4.971179962158203,0,0,1,0,0,0,0,1,0,0 +6,1,0,1,1,0,1,3,34,175.1750030517578,139.5076141357422,3210,116.0250015258789,1,0,1.7917594909667969,0,5.165785312652588,3.526360511779785,4.938119411468506,0,0,1,0,0,0,0,1,0,0 +93,1,0,0,1,0,1,3,35,191.10000610351562,1465.4161376953125,3728,17.0625,1,0,4.532599449157715,0,5.252796649932861,3.5553481578826904,7.2898945808410645,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,22,170.625,123.09495544433594,3540,113.75,1,0,0,0,5.139468193054199,3.0910425186157227,4.812955856323242,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,1,0,1,3,41,186.5500030517578,1094.958984375,3640,123.98750305175781,1,0,1.3862943649291992,0,5.228699207305908,3.7135720252990723,6.998472213745117,0,0,1,0,0,0,0,1,0,0 +13,1,0,0,1,0,1,3,43,232.0500030517578,328.25323486328125,3428,154.6999969482422,1,0,2.5649492740631104,0,5.446952819824219,3.761200189590454,5.793785572052002,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,0,0,1,3,25,225.22500610351562,133.6459503173828,3640,135.3625030517578,1,0,1.3862943649291992,0,5.417099952697754,3.2188758850097656,4.895194053649902,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,1,0,1,3,33,216.125,263.77490234375,3410,144.46249389648438,1,0,1.3862943649291992,0,5.375856876373291,3.4965076446533203,5.575096130371094,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,25,209.3000030517578,143.0246124267578,3613,139.91250610351562,1,0,0,0,5.34376859664917,3.2188758850097656,4.963016510009766,0,0,1,0,0,0,0,1,0,0 +12,1,0,0,1,1,1,3,34,233.1875,1487.6905517578125,3410,135.3625030517578,1,0,2.4849066734313965,0,5.451842784881592,3.526360511779785,7.304980278015137,0,0,1,0,0,0,0,1,0,0 +10,1,0,0,0,0,1,3,66,227.5,655.3341064453125,3628,151.28750610351562,1,0,2.3025851249694824,0,5.427150249481201,4.18965482711792,6.485145092010498,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,2,3,21,216.125,184.0562744140625,3613,144.46249389648438,1,0,1.0986123085021973,0,5.375856876373291,3.044522523880005,5.215241432189941,0,0,1,0,0,0,0,0,1,0 +3,1,0,0,1,0,2,3,40,159.25,533.4114990234375,3328,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,3.6888794898986816,6.279293060302734,0,0,1,0,0,0,0,0,1,0 +0.25,1,0,1,1,0,2,3,27,204.75,73.85697174072266,3152,136.5,1,0,-1.3862943649291992,0,5.321789741516113,3.295836925506592,4.302130222320557,0,0,1,0,0,0,0,0,1,0 +23,1,0,1,1,0,2,3,53,204.75,1096.13134765625,3640,136.5,1,0,3.1354942321777344,0,5.321789741516113,3.97029185295105,6.999542236328125,0,0,1,0,0,0,0,0,1,0 +6,1,0,1,0,0,2,3,18,182,228.60491943359375,3628,121.7125015258789,1,0,1.7917594909667969,0,5.204006671905518,2.890371799468994,5.431995391845703,0,0,1,0,0,0,0,0,1,0 +0.25,1,0,0,1,0,2,3,21,204.75,606.09613037109375,3613,136.5,1,0,-1.3862943649291992,0,5.321789741516113,3.044522523880005,6.407038688659668,0,0,1,0,0,0,0,0,1,0 +7,1,0,1,1,0,2,3,22,243.4250030517578,750.2930908203125,3640,159.25,1,0,1.945910096168518,0,5.494808673858643,3.0910425186157227,6.620463848114014,0,0,1,0,0,0,0,0,1,0 +2,1,0,0,1,1,2,3,29,170.625,663.54046630859375,3510,113.75,1,0,0.6931471824645996,0,5.139468193054199,3.367295742034912,6.497590065002441,0,0,1,0,0,0,0,0,1,0 +6,1,0,1,1,1,2,3,27,170.625,688.159423828125,3613,136.5,1,0,1.7917594909667969,0,5.139468193054199,3.295836925506592,6.53402042388916,0,0,1,0,0,0,0,0,1,0 +2,1,0,1,1,0,2,3,27,141.0500030517578,143.0246124267578,3640,127.4000015258789,1,0,0.6931471824645996,0,4.9491143226623535,3.295836925506592,4.963016510009766,0,0,1,0,0,0,0,0,1,0 +22,1,0,1,0,0,2,3,49,204.75,917.93670654296875,3410,136.5,1,0,3.0910425186157227,0,5.321789741516113,3.891820192337036,6.8221282958984375,0,0,1,0,0,0,0,0,1,0 +2,1,0,1,0,0,2,3,21,193.375,206.33059692382812,3728,128.53750610351562,1,0,0.6931471824645996,0,5.264631271362305,3.044522523880005,5.329479694366455,0,0,1,0,0,0,0,0,1,0 +8,1,0,1,0,0,2,3,26,170.625,132.47361755371094,3610,113.75,1,0,2.079441547393799,0,5.139468193054199,3.25809645652771,4.886383533477783,0,0,1,0,0,0,0,0,1,0 +0.25,1,0,1,0,0,2,3,20,227.5,66.8229751586914,3540,151.28750610351562,1,0,-1.3862943649291992,0,5.427150249481201,2.995732307434082,4.202046871185303,0,0,1,0,0,0,0,0,1,0 +2,1,0,1,0,0,2,3,26,185.41250610351562,174.6776123046875,3152,123.98750305175781,1,0,0.6931471824645996,0,5.222583293914795,3.25809645652771,5.162941932678223,0,0,1,0,0,0,0,0,1,0 +6,1,0,1,1,0,2,3,20,153.5625,936.69403076171875,3628,102.375,1,0,1.7917594909667969,0,5.034107685089111,2.995732307434082,6.8423566818237305,0,0,1,0,0,0,0,0,1,0 +7,1,0,1,1,0,2,3,46,152.4250030517578,198.124267578125,3528,101.23750305175781,1,0,1.945910096168518,0,5.026672840118408,3.828641414642334,5.2888946533203125,0,0,1,0,0,0,0,0,1,0 +1,1,0,1,0,0,2,3,29,227.5,120.75028991699219,3210,151.28750610351562,1,0,0,0,5.427150249481201,3.367295742034912,4.793724536895752,0,0,1,0,0,0,0,0,1,0 +3,1,0,1,0,0,2,3,20,204.75,424.384521484375,3640,136.5,1,0,1.0986123085021973,0,5.321789741516113,2.995732307434082,6.050640106201172,0,0,1,0,0,0,0,0,1,0 +4,1,0,1,1,0,2,3,63,101.23750305175781,125.43962860107422,3628,68.25,1,0,1.3862943649291992,0,4.617469310760498,4.143134593963623,4.831824779510498,0,0,1,0,0,0,0,0,1,0 +2,1,0,1,0,0,2,3,18,152.4250030517578,242.67291259765625,3525,92.13749694824219,1,0,0.6931471824645996,0,5.026672840118408,2.890371799468994,5.4917144775390625,0,0,1,0,0,0,0,0,1,0 +7,1,0,0,0,0,2,3,32,174.03750610351562,458.3821716308594,3428,116.0250015258789,1,0,1.945910096168518,0,5.159270763397217,3.465735912322998,6.1277031898498535,0,0,1,0,0,0,0,0,1,0 +1,1,0,1,0,0,2,3,14,136.5,52.754981994628906,3540,91,1,0,0,0,4.916324615478516,2.6390573978424072,3.965658187866211,0,0,1,0,0,0,0,0,1,0 +6,1,0,1,1,0,2,3,20,170.625,423.2121887207031,3513,113.75,1,0,1.7917594909667969,0,5.139468193054199,2.995732307434082,6.047873497009277,0,0,1,0,0,0,0,0,1,0 +2,1,0,1,1,0,2,3,22,204.75,310.6682434082031,3640,136.5,1,0,0.6931471824645996,0,5.321789741516113,3.0910425186157227,5.738725662231445,0,0,1,0,0,0,0,0,1,0 +2,1,0,1,1,0,2,3,53,204.75,26.96365737915039,3449,136.5,1,0,0.6931471824645996,0,5.321789741516113,3.97029185295105,3.294489860534668,0,0,1,0,0,0,0,0,1,0 +10,1,0,1,1,0,2,3,31,180.8625030517578,430.2461853027344,3328,120.57499694824219,1,0,2.3025851249694824,0,5.197737216949463,3.4339871406555176,6.064357757568359,0,0,1,0,0,0,0,0,1,0 +1,1,0,1,0,0,2,3,19,150.14999389648438,151.23095703125,3710,100.0999984741211,1,0,0,0,5.011634826660156,2.944438934326172,5.018808364868164,0,0,1,0,0,0,0,0,1,0 +1,1,0,1,1,0,2,3,25,187.6875,29.30832290649414,3510,125.125,1,0,0,0,5.23477840423584,3.2188758850097656,3.377871513366699,0,0,1,0,0,0,0,0,1,0 +4,1,0,1,0,0,2,3,20,227.5,528.72216796875,3613,151.28750610351562,1,0,1.3862943649291992,0,5.427150249481201,2.995732307434082,6.270462989807129,0,0,1,0,0,0,0,0,1,0 +8,1,0,1,1,0,2,3,34,229.77499389648438,297.7725524902344,3004,142.1875,1,0,2.079441547393799,0,5.437100410461426,3.526360511779785,5.6963300704956055,0,0,1,0,0,0,0,0,1,0 +5,1,0,1,0,1,2,3,19,204.75,2919.109130859375,3602,155.83749389648438,1,0,1.6094379425048828,0,5.321789741516113,2.944438934326172,7.979033946990967,0,0,1,0,0,0,0,0,1,0 +8,1,0,1,0,0,2,3,33,204.75,111.37162780761719,3428,136.5,1,0,2.079441547393799,0,5.321789741516113,3.4965076446533203,4.712872505187988,0,0,1,0,0,0,0,0,1,0 +0.25,1,0,1,1,0,2,3,24,152.4250030517578,76.20164489746094,3528,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,3.178053855895996,4.333383083343506,0,0,1,0,0,0,0,0,1,0 +5,1,0,1,1,0,2,3,26,158.1125030517578,242.67291259765625,3640,94.4124984741211,1,0,1.6094379425048828,0,5.06330680847168,3.25809645652771,5.4917144775390625,0,0,1,0,0,0,0,0,1,0 +3,1,0,1,0,0,2,3,21,91,461.899169921875,3610,61.42499923706055,1,0,1.0986123085021973,0,4.510859489440918,3.044522523880005,6.135346412658691,0,0,1,0,0,0,0,0,1,0 +0.25,1,0,1,NA,0,2,3,26,142.1875,64.47830963134766,3428,94.4124984741211,1,0,-1.3862943649291992,0,4.957146644592285,3.25809645652771,4.1663289070129395,0,0,1,0,0,0,0,0,1,0 +7,1,0,1,0,0,2,3,17,142.1875,282.5322265625,3428,94.4124984741211,1,0,1.945910096168518,0,4.957146644592285,2.8332133293151855,5.643792629241943,0,0,1,0,0,0,0,0,1,0 +7,1,0,1,0,0,2,3,21,227.5,345.8382263183594,3152,151.28750610351562,1,0,1.945910096168518,0,5.427150249481201,3.044522523880005,5.84597110748291,0,0,1,0,0,0,0,0,1,0 +4,1,0,1,1,0,2,3,38,204.75,1907.3857421875,3340,136.5,1,0,1.3862943649291992,0,5.321789741516113,3.6375861167907715,7.553488731384277,0,0,1,0,0,0,0,0,1,0 +1,1,0,1,0,0,2,3,18,159.25,263.77490234375,3140,105.7874984741211,1,0,0,0,5.070475101470947,2.890371799468994,5.575096130371094,0,0,1,0,0,0,0,0,1,0 +6,1,0,1,0,0,2,3,20,159.25,322.3915710449219,3528,106.92500305175781,1,0,1.7917594909667969,0,5.070475101470947,2.995732307434082,5.775766849517822,0,0,1,0,0,0,0,0,1,0 +1,1,0,1,1,0,3,3,18,141.0500030517578,240.3282470703125,3504,93.2750015258789,1,0,0,0,4.9491143226623535,2.890371799468994,5.482005596160889,0,0,1,0,0,0,0,0,0,0 +65,1,0,1,0,0,3,3,38,163.8000030517578,763.188720703125,3628,109.19999694824219,1,0,4.174387454986572,0,5.09864616394043,3.6375861167907715,6.637505531311035,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,3,58,194.5124969482422,18.757328033447266,3710,129.6750030517578,1,0,1.6094379425048828,0,5.270496368408203,4.060442924499512,2.931584596633911,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,23,227.5,85.58030700683594,3510,151.28750610351562,1,0,0,0,5.427150249481201,3.1354942321777344,4.449455261230469,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,3,23,193.375,125.43962860107422,3540,128.53750610351562,1,0,-1.3862943649291992,0,5.264631271362305,3.1354942321777344,4.831824779510498,0,0,1,0,0,0,0,0,0,0 +14,1,0,1,1,0,3,3,33,227.5,559.20281982421875,3052,146.7375030517578,1,0,2.6390573978424072,0,5.427150249481201,3.4965076446533203,6.326512336730957,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,32,204.75,400.9378662109375,3640,136.5,1,0,0,0,5.321789741516113,3.465735912322998,5.9938063621521,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,1,0,3,3,20,108.0625,237.98358154296875,3613,72.80000305175781,1,0,2.079441547393799,0,4.682709693908691,2.995732307434082,5.472201824188232,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,1,0,3,3,42,193.375,79.71864318847656,3636,125.125,1,0,1.3862943649291992,0,5.264631271362305,3.7376697063446045,4.378503322601318,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,0,0,3,3,65,141.0500030517578,0,3428,93.2750015258789,1,0,0,0,4.9491143226623535,4.174387454986572,0,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,0,0,3,3,18,171.7624969482422,511.1371765136719,3428,114.88749694824219,1,0,1.7917594909667969,0,5.14611291885376,2.890371799468994,6.236638069152832,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,3,24,149.0124969482422,248.53457641601562,3116,100.0999984741211,1,0,1.6094379425048828,0,5.004030227661133,3.178053855895996,5.515582084655762,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,0,1,3,3,25,204.75,1246.18994140625,3736,136.5,1,0,1.6094379425048828,0,5.321789741516113,3.2188758850097656,7.1278462409973145,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,1,0,3,3,38,216.125,112.54396057128906,3152,144.46249389648438,1,0,1.6094379425048828,0,5.375856876373291,3.6375861167907715,4.723343849182129,0,0,1,0,0,0,0,0,0,0 +25,1,0,1,1,0,3,3,36,159.25,561.5474853515625,3149,105.7874984741211,1,0,3.2188758850097656,0,5.070475101470947,3.5835189819335938,6.330696105957031,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,0,0,3,3,23,187.6875,743.25909423828125,3152,125.125,1,0,2.079441547393799,0,5.23477840423584,3.1354942321777344,6.611044883728027,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,24,193.375,289.56622314453125,3249,128.53750610351562,1,0,1.0986123085021973,0,5.264631271362305,3.178053855895996,5.668384075164795,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,1,0,3,3,38,216.125,112.54396057128906,3149,144.46249389648438,1,0,1.6094379425048828,0,5.375856876373291,3.6375861167907715,4.723343849182129,0,0,1,0,0,0,0,0,0,0 +4,1,0,0,1,0,3,3,27,227.5,826.4947509765625,3740,151.28750610351562,1,0,1.3862943649291992,0,5.427150249481201,3.295836925506592,6.717193603515625,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,3,27,220.6750030517578,390.3868713378906,3628,146.7375030517578,1,0,1.6094379425048828,0,5.396690845489502,3.295836925506592,5.967138290405273,0,0,1,0,0,0,0,0,0,0 +11,1,0,1,1,0,3,3,23,177.4499969482422,657.67877197265625,3504,118.30000305175781,1,0,2.397895336151123,0,5.178689002990723,3.1354942321777344,6.4887166023254395,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,26,204.75,699.88275146484375,3640,136.5,1,0,1.0986123085021973,0,5.321789741516113,3.25809645652771,6.550912857055664,0,0,1,0,0,0,0,0,0,0 +21,1,0,1,1,0,2,3,33,200.1999969482422,1175.8499755859375,3152,130.8125,1,0,3.044522523880005,0,5.299316883087158,3.4965076446533203,7.069746494293213,0,0,1,0,0,0,0,0,1,0 +19,1,0,1,1,0,3,3,56,210.4375,690.50408935546875,3128,145.60000610351562,1,0,2.944438934326172,0,5.349188804626465,4.025351524353027,6.537421703338623,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,1,0,3,3,70,163.8000030517578,0,3428,109.19999694824219,1,0,1.945910096168518,0,5.09864616394043,4.248495101928711,0,0,0,1,0,0,0,0,0,0,0 +7,1,0,0,1,0,3,3,28,154.6999969482422,1323.5638427734375,3640,102.375,1,0,1.945910096168518,0,5.041487693786621,3.332204580307007,7.188083171844482,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,3,47,129.6750030517578,411.4888610839844,3328,86.44999694824219,1,0,0.6931471824645996,0,4.8650312423706055,3.8501474857330322,6.019782066345215,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,23,137.6374969482422,418.5228576660156,3640,52.32500076293945,1,0,0,0,4.924623489379883,3.1354942321777344,6.036731719970703,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,3,20,184.27499389648438,87.92497253417969,3504,113.75,1,0,0.6931471824645996,0,5.216429233551025,2.995732307434082,4.4764838218688965,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,3,23,91,138.3352813720703,3616,56.875,1,0,-1.3862943649291992,0,4.510859489440918,3.1354942321777344,4.929680347442627,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,23,168.35000610351562,172.33294677734375,3510,112.61250305175781,1,0,1.0986123085021973,0,5.126045227050781,3.1354942321777344,5.149428367614746,0,0,1,0,0,0,0,0,0,0 +15,1,0,1,1,1,3,3,20,204.75,2941.38330078125,3116,135.3625030517578,1,0,2.70805025100708,0,5.321789741516113,2.995732307434082,7.986635208129883,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,NA,0,3,3,27,204.75,91.44197082519531,3640,96.6875,1,0,0,0,5.321789741516113,3.295836925506592,4.51570463180542,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,1,1,3,3,79,131.9499969482422,1974.2086181640625,3228,88.7249984741211,1,0,2.079441547393799,0,4.882422924041748,4.369447708129883,7.587923049926758,0,0,1,0,0,0,0,0,0,0 +49,1,0,0,0,1,3,3,78,84.17500305175781,2260.2578125,3128,55.73749923706055,1,0,3.891820192337036,0,4.432898044586182,4.356709003448486,7.723234176635742,0,0,1,0,0,0,0,0,0,0 +17,1,0,1,1,0,3,3,73,191.10000610351562,264.9472351074219,3149,127.4000015258789,1,0,2.8332133293151855,0,5.252796649932861,4.290459632873535,5.579530715942383,0,0,1,0,0,0,0,0,0,0 +9,1,0,0,1,0,3,3,27,170.625,358.73388671875,3328,113.75,1,0,2.1972246170043945,0,5.139468193054199,3.295836925506592,5.882580757141113,0,0,1,0,0,0,0,0,0,0 +10,1,0,0,1,1,3,3,30,168.35000610351562,2590.855712890625,3452,111.4749984741211,1,0,2.3025851249694824,0,5.126045227050781,3.4011974334716797,7.859743595123291,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,1,0,3,3,20,141.0500030517578,620.16412353515625,3640,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,2.995732307434082,6.429984092712402,0,0,1,0,0,0,0,0,0,0 +57,1,0,1,1,1,3,3,46,222.9499969482422,1467.7608642578125,3602,63.70000076293945,1,0,4.043051242828369,0,5.406947612762451,3.828641414642334,7.2914934158325195,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,NA,0,3,3,19,152.4250030517578,288.3938903808594,3628,101.23750305175781,1,0,1.3862943649291992,0,5.026672840118408,2.944438934326172,5.664327144622803,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,1,3,3,18,122.8499984741211,1091.4420166015625,3540,81.9000015258789,1,0,1.0986123085021973,0,4.810964107513428,2.890371799468994,6.995254993438721,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,3,20,105.7874984741211,69.16764068603516,3540,70.5250015258789,1,0,0.6931471824645996,0,4.661432266235352,2.995732307434082,4.236533164978027,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,53,170.625,614.302490234375,3740,113.75,1,0,1.0986123085021973,0,5.139468193054199,3.97029185295105,6.420487403869629,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,3,30,193.375,538.100830078125,3740,128.53750610351562,1,0,0.6931471824645996,0,5.264631271362305,3.4011974334716797,6.288045883178711,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,0,1,3,3,26,125.125,2412.6611328125,3602,47.775001525878906,1,0,0,0,4.829313278198242,3.25809645652771,7.788485527038574,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,1,3,3,32,154.6999969482422,1227.4326171875,3510,102.375,1,0,1.0986123085021973,0,5.041487693786621,3.465735912322998,7.112679958343506,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,18,119.4375,384.52520751953125,3428,71.6624984741211,1,0,1.3862943649291992,0,4.782793045043945,2.890371799468994,5.952009201049805,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,NA,0,3,3,20,200.1999969482422,349.355224609375,3602,133.08749389648438,1,0,1.3862943649291992,0,5.299316883087158,2.995732307434082,5.856089115142822,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,1,0,3,3,20,182,41.031654357910156,3640,120.57499694824219,1,0,1.0986123085021973,0,5.204006671905518,2.995732307434082,3.714343786239624,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,NA,0,3,3,59,121.7125015258789,124.26728820800781,3640,80.76249694824219,1,0,-1.3862943649291992,0,4.801661491394043,4.077537536621094,4.822434902191162,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,25,186.5500030517578,2038.68701171875,3540,123.98750305175781,1,0,1.3862943649291992,0,5.228699207305908,3.2188758850097656,7.62006139755249,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,1,0,3,3,36,121.7125015258789,93.78663635253906,3340,80.76249694824219,1,0,1.0986123085021973,0,4.801661491394043,3.5835189819335938,4.541022300720215,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,1,0,3,3,19,159.25,69.16764068603516,3528,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,2.944438934326172,4.236533164978027,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,3,17,86.44999694824219,186.40093994140625,3416,58.01250076293945,1,0,0.6931471824645996,0,4.459566116333008,2.8332133293151855,5.22790002822876,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,0,0,3,3,64,139.91250610351562,1274.325927734375,3152,93.2750015258789,1,0,1.6094379425048828,0,4.941017150878906,4.158883094787598,7.150172710418701,0,0,1,0,0,0,0,0,0,0 +9,1,0,0,1,0,3,3,24,86.44999694824219,1263.77490234375,3640,58.01250076293945,1,0,2.1972246170043945,0,4.459566116333008,3.178053855895996,7.1418585777282715,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,3,20,218.39999389648438,169.98828125,3540,145.60000610351562,1,0,-1.3862943649291992,0,5.386328220367432,2.995732307434082,5.1357293128967285,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,3,24,211.5749969482422,158.26495361328125,3640,141.0500030517578,1,0,0.6931471824645996,0,5.354579448699951,3.178053855895996,5.064270496368408,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,33,109.19999694824219,188.74560546875,3640,62.5625,1,0,0,0,4.693181037902832,3.4965076446533203,5.240400314331055,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,17,152.4250030517578,126.6119613647461,3449,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,2.8332133293151855,4.841126918792725,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,1,1,3,3,27,113.75,2126.612060546875,3104,76.2125015258789,1,0,1.945910096168518,0,4.734003067016602,3.295836925506592,7.662285327911377,0,0,1,0,0,0,0,0,0,0 +7,1,0,0,1,0,3,3,22,133.08749389648438,465.4161682128906,3528,88.7249984741211,1,0,1.945910096168518,0,4.891006946563721,3.0910425186157227,6.142931938171387,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,NA,0,3,3,19,159.25,1626.0257568359375,3740,105.7874984741211,1,0,1.6094379425048828,0,5.070475101470947,2.944438934326172,7.393894195556641,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,1,3,3,24,109.19999694824219,890.9730224609375,3602,70.5250015258789,1,0,1.6094379425048828,0,4.693181037902832,3.178053855895996,6.792314052581787,0,0,1,0,0,0,0,0,0,0 +4,1,0,0,1,0,3,3,31,159.25,175.84994506835938,3410,106.92500305175781,1,0,1.3862943649291992,0,5.070475101470947,3.4339871406555176,5.169631004333496,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,0,0,3,3,34,145.60000610351562,193.4349365234375,3540,97.82499694824219,1,0,-1.3862943649291992,0,4.980863094329834,3.526360511779785,5.264941215515137,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,0,0,3,3,18,154.6999969482422,2052.7548828125,3340,102.375,1,0,-1.3862943649291992,0,5.041487693786621,2.890371799468994,7.6269378662109375,0,0,1,0,0,0,0,0,0,0 +26,1,0,0,1,0,3,3,39,141.0500030517578,4633.0595703125,3437,94.4124984741211,1,0,3.25809645652771,0,4.9491143226623535,3.6635615825653076,8.440972328186035,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,26,150.14999389648438,192.26260375976562,3640,100.0999984741211,1,0,0,0,5.011634826660156,3.25809645652771,5.258862018585205,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,3,30,170.625,311.840576171875,3504,113.75,1,0,-1.3862943649291992,0,5.139468193054199,3.4011974334716797,5.742492198944092,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,3,22,170.625,236.81124877929688,3528,113.75,1,0,1.6094379425048828,0,5.139468193054199,3.0910425186157227,5.467263221740723,0,0,1,0,0,0,0,0,0,0 +8,1,0,1,1,0,3,3,24,161.52499389648438,558.03045654296875,3149,106.92500305175781,1,0,2.079441547393799,0,5.084660053253174,3.178053855895996,6.324413776397705,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,3,77,130.8125,101.99296569824219,3247,87.5875015258789,1,0,0.6931471824645996,0,4.873764991760254,4.343805313110352,4.624903678894043,0,0,1,0,0,0,0,0,0,0 +9,1,0,1,0,0,3,3,44,172.89999389648438,324.7362365722656,3428,114.88749694824219,1,0,2.1972246170043945,0,5.152713298797607,3.7841897010803223,5.783013343811035,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,18,159.25,269.6365661621094,3628,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,2.890371799468994,5.59707498550415,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,1,0,3,3,41,159.25,1383.3529052734375,3540,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,3.7135720252990723,7.232265472412109,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,1,0,3,3,17,197.9250030517578,390.3868713378906,3640,131.9499969482422,1,0,1.3862943649291992,0,5.287888050079346,2.8332133293151855,5.967138290405273,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,NA,0,3,3,23,216.125,157.09262084960938,3504,144.46249389648438,1,0,1.3862943649291992,0,5.375856876373291,3.1354942321777344,5.056835651397705,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,3,31,238.875,126.6119613647461,3152,159.25,1,0,0.6931471824645996,0,5.475940227508545,3.4339871406555176,4.841126918792725,0,0,1,0,0,0,0,0,0,0 +10,1,0,1,0,1,3,3,17,152.4250030517578,759.6717529296875,3328,72.80000305175781,1,0,2.3025851249694824,0,5.026672840118408,2.8332133293151855,6.6328864097595215,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,1,3,3,19,170.625,254.39625549316406,3647,113.75,1,0,0,0,5.139468193054199,2.944438934326172,5.538893222808838,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,2,3,23,228.6374969482422,787.8077392578125,3628,152.4250030517578,1,0,1.0986123085021973,0,5.432137966156006,3.1354942321777344,6.669254302978516,0,0,1,0,0,0,0,0,1,0 +5,1,0,1,0,0,3,3,36,166.0749969482422,635.40447998046875,3428,110.3375015258789,1,0,1.6094379425048828,0,5.1124396324157715,3.5835189819335938,6.454261779785156,0,0,1,0,0,0,0,0,0,0 +22,1,0,1,1,1,3,3,33,166.0749969482422,7810.08203125,3110,110.3375015258789,1,0,3.0910425186157227,0,5.1124396324157715,3.4965076446533203,8.963171005249023,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,3,24,130.8125,130.1289520263672,3628,27.299999237060547,1,0,-1.3862943649291992,0,4.873764991760254,3.178053855895996,4.868525981903076,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,3,18,144.46249389648438,241.50057983398438,3510,144.46249389648438,1,0,-1.3862943649291992,0,4.973020076751709,2.890371799468994,5.486871719360352,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,3,24,176.3125,111.37162780761719,3513,118.30000305175781,1,0,-1.3862943649291992,0,5.172257900238037,3.178053855895996,4.712872505187988,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,0,0,3,3,41,177.4499969482422,200.46893310546875,3640,118.30000305175781,1,0,1.6094379425048828,0,5.178689002990723,3.7135720252990723,5.3006591796875,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,3,31,193.375,447.8311767578125,3640,128.53750610351562,1,0,1.6094379425048828,0,5.264631271362305,3.4339871406555176,6.104416370391846,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,18,141.0500030517578,64.47830963134766,3552,94.4124984741211,1,0,0,0,4.9491143226623535,2.890371799468994,4.1663289070129395,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,21,150.14999389648438,52.754981994628906,3640,100.0999984741211,1,0,0,0,5.011634826660156,3.044522523880005,3.965658187866211,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,18,193.375,155.9202880859375,3640,128.53750610351562,1,0,0,0,5.264631271362305,2.890371799468994,5.049345016479492,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,1,0,3,3,43,170.625,164.12661743164062,3628,113.75,1,0,1.7917594909667969,0,5.139468193054199,3.761200189590454,5.100638389587402,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,3,38,182,79.71864318847656,3640,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.6375861167907715,4.378503322601318,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,NA,0,3,3,38,182,79.71864318847656,3640,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.6375861167907715,4.378503322601318,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,NA,0,3,3,53,177.4499969482422,174.6776123046875,3602,118.30000305175781,1,0,0,0,5.178689002990723,3.97029185295105,5.162941932678223,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,1,3,3,20,159.25,1841.735107421875,3640,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,2.995732307434082,7.518463611602783,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,1,0,3,3,56,159.25,566.23681640625,3528,105.7874984741211,1,0,1.7917594909667969,0,5.070475101470947,4.025351524353027,6.339012622833252,0,0,1,0,0,0,0,0,0,0 +8,1,0,1,0,0,3,3,20,136.5,225.08792114257812,3640,91,1,0,2.079441547393799,0,4.916324615478516,2.995732307434082,5.4164910316467285,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,22,170.625,141.85227966308594,3216,113.75,1,0,1.0986123085021973,0,5.139468193054199,3.0910425186157227,4.95478630065918,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,3,18,178.58749389648438,53.92731475830078,3640,118.30000305175781,1,0,-1.3862943649291992,0,5.1850786209106445,2.890371799468994,3.9876370429992676,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,34,204.75,186.40093994140625,3528,136.5,1,0,1.0986123085021973,0,5.321789741516113,3.526360511779785,5.22790002822876,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,1,0,3,3,71,187.6875,184.0562744140625,3116,125.125,1,0,1.7917594909667969,0,5.23477840423584,4.2626800537109375,5.215241432189941,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,0,0,3,3,21,170.625,255.56858825683594,3449,113.75,1,0,1.6094379425048828,0,5.139468193054199,3.044522523880005,5.543490886688232,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,20,204.75,165.2989501953125,3428,136.5,1,0,1.0986123085021973,0,5.321789741516113,2.995732307434082,5.107755661010742,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,26,170.625,284.87689208984375,3152,113.75,1,0,1.0986123085021973,0,5.139468193054199,3.25809645652771,5.65205717086792,0,0,1,0,0,0,0,0,0,0 +15,1,0,0,0,1,3,3,21,142.1875,3457.2099609375,3146,94.4124984741211,1,0,2.70805025100708,0,4.957146644592285,3.044522523880005,8.14821720123291,0,0,1,0,0,0,0,0,0,0 +10,1,0,1,0,0,3,3,54,169.4875030517578,400.9378662109375,3510,112.61250305175781,1,0,2.3025851249694824,0,5.132779121398926,3.9889841079711914,5.9938063621521,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,29,199.0625,1651.817138671875,3640,131.9499969482422,1,0,1.3862943649291992,0,5.293618679046631,3.367295742034912,7.409631252288818,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,3,36,177.4499969482422,137.16294860839844,3640,118.30000305175781,1,0,-1.3862943649291992,0,5.178689002990723,3.5835189819335938,4.921169757843018,0,0,1,0,0,0,0,0,0,0 +15,1,0,1,0,0,3,3,24,204.75,1386.869873046875,3228,135.3625030517578,1,0,2.70805025100708,0,5.321789741516113,3.178053855895996,7.234804630279541,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,29,168.35000610351562,139.5076141357422,3640,112.61250305175781,1,0,0,0,5.126045227050781,3.367295742034912,4.938119411468506,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,20,204.75,49.23798370361328,3628,136.5,1,0,0,0,5.321789741516113,2.995732307434082,3.896665334701538,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,22,209.3000030517578,0,3640,138.77499389648438,1,0,0,0,5.34376859664917,3.0910425186157227,0,0,0,1,0,0,0,0,0,0,0 +9,1,0,1,0,0,3,3,40,141.0500030517578,193.4349365234375,3628,93.2750015258789,1,0,2.1972246170043945,0,4.9491143226623535,3.6888794898986816,5.264941215515137,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,3,25,169.4875030517578,92.61430358886719,3649,112.61250305175781,1,0,-1.3862943649291992,0,5.132779121398926,3.2188758850097656,4.528443813323975,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,3,34,199.0625,196.95193481445312,3716,131.9499969482422,1,0,0.6931471824645996,0,5.293618679046631,3.526360511779785,5.282959938049316,0,0,1,0,0,0,0,0,0,0 +12,1,0,1,1,0,3,3,28,193.375,2513.48193359375,3640,128.53750610351562,1,0,2.4849066734313965,0,5.264631271362305,3.332204580307007,7.8294243812561035,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,NA,0,3,3,19,141.0500030517578,1519.343505859375,3640,101.23750305175781,1,0,1.7917594909667969,0,4.9491143226623535,2.944438934326172,7.326033592224121,0,0,1,0,0,0,0,0,0,0 +15,1,0,1,0,0,3,3,19,167.21249389648438,504.1031799316406,3510,111.4749984741211,1,0,2.70805025100708,0,5.119265556335449,2.944438934326172,6.222781181335449,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,20,218.39999389648438,405.627197265625,3628,145.60000610351562,1,0,1.0986123085021973,0,5.386328220367432,2.995732307434082,6.005434513092041,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,1,0,3,3,23,216.125,132.47361755371094,3116,144.46249389648438,1,0,1.7917594909667969,0,5.375856876373291,3.1354942321777344,4.886383533477783,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,21,182,230.9495849609375,3128,103.51249694824219,1,0,1.0986123085021973,0,5.204006671905518,3.044522523880005,5.442199230194092,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,38,227.5,219.22625732421875,3537,151.28750610351562,1,0,1.3862943649291992,0,5.427150249481201,3.6375861167907715,5.390104293823242,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,3,27,243.4250030517578,117.23329162597656,3540,176.3125,1,0,1.6094379425048828,0,5.494808673858643,3.295836925506592,4.764165878295898,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,1,0,3,3,32,199.0625,264.9472351074219,3528,133.08749389648438,1,0,1.945910096168518,0,5.293618679046631,3.465735912322998,5.579530715942383,0,0,1,0,0,0,0,0,0,0 +7,1,0,0,1,0,3,3,37,213.85000610351562,1106.6822509765625,3640,142.1875,1,0,1.945910096168518,0,5.365274906158447,3.610917806625366,7.009121894836426,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,1,0,3,3,48,227.5,70.33997344970703,3410,151.28750610351562,1,0,-1.3862943649291992,0,5.427150249481201,3.8712010383605957,4.253340244293213,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,0,0,3,3,17,163.8000030517578,175.84994506835938,3128,109.19999694824219,1,0,1.945910096168518,0,5.09864616394043,2.8332133293151855,5.169631004333496,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,1,0,3,3,23,141.0500030517578,104.33763122558594,3625,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.1354942321777344,4.647632122039795,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,0,0,3,3,20,197.9250030517578,218.05392456054688,3640,131.9499969482422,1,0,0,0,5.287888050079346,2.995732307434082,5.384742259979248,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,3,34,141.0500030517578,228.60491943359375,3743,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.526360511779785,5.431995391845703,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,1,0,3,3,40,170.625,2676.43603515625,3510,113.75,1,0,1.6094379425048828,0,5.139468193054199,3.6888794898986816,7.892241477966309,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,33,186.5500030517578,150.05862426757812,3452,123.98750305175781,1,0,1.0986123085021973,0,5.228699207305908,3.4965076446533203,5.011025905609131,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,3,56,111.4749984741211,146.54161071777344,3504,75.07499694824219,1,0,0.6931471824645996,0,4.713800430297852,4.025351524353027,4.987309455871582,0,0,1,0,0,0,0,0,0,0 +4,1,0,0,1,0,3,3,45,137.6374969482422,522.8604736328125,3152,92.13749694824219,1,0,1.3862943649291992,0,4.924623489379883,3.8066625595092773,6.25931453704834,0,0,1,0,0,0,0,0,0,0 +7,1,0,0,1,0,3,3,25,156.97500610351562,174.6776123046875,3328,103.51249694824219,1,0,1.945910096168518,0,5.056086540222168,3.2188758850097656,5.162941932678223,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,63,119.4375,79.71864318847656,3640,79.625,1,0,0,0,4.782793045043945,4.143134593963623,4.378503322601318,0,0,1,0,0,0,0,0,0,0 +9,1,0,0,0,0,3,3,54,184.27499389648438,178.19461059570312,3428,131.9499969482422,1,0,2.1972246170043945,0,5.216429233551025,3.9889841079711914,5.182876110076904,0,0,1,0,0,0,0,0,0,0 +4,1,0,0,1,0,3,3,29,152.4250030517578,23.446659088134766,3510,97.82499694824219,1,0,1.3862943649291992,0,5.026672840118408,3.367295742034912,3.1547279357910156,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,39,139.91250610351562,1140.679931640625,3437,53.462501525878906,1,0,0,0,4.941017150878906,3.6635615825653076,7.039379596710205,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,3,27,141.0500030517578,257.9132385253906,3149,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.295836925506592,5.552623271942139,0,0,1,0,0,0,0,0,0,0 +15,1,0,0,0,0,3,3,66,119.4375,307.1512451171875,3428,79.625,1,0,2.70805025100708,0,4.782793045043945,4.18965482711792,5.727340221405029,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,3,36,147.875,342.32122802734375,3628,98.9625015258789,1,0,1.0986123085021973,0,4.996367454528809,3.5835189819335938,5.835749626159668,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,NA,0,3,3,23,144.46249389648438,1702.2274169921875,3740,95.55000305175781,1,0,1.7917594909667969,0,4.973020076751709,3.1354942321777344,7.439692974090576,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,1,0,3,3,30,131.9499969482422,51.58264923095703,3740,87.5875015258789,1,0,-1.3862943649291992,0,4.882422924041748,3.4011974334716797,3.943185329437256,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,3,31,144.46249389648438,158.26495361328125,3310,96.6875,1,0,-1.3862943649291992,0,4.973020076751709,3.4339871406555176,5.064270496368408,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,53,141.0500030517578,41.031654357910156,3410,94.4124984741211,1,0,0,0,4.9491143226623535,3.97029185295105,3.714343786239624,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,0,0,3,3,40,136.5,521.68817138671875,3613,91,1,0,0.6931471824645996,0,4.916324615478516,3.6888794898986816,6.257070064544678,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,0,0,3,3,31,149.0124969482422,179.366943359375,3152,100.0999984741211,1,0,2.079441547393799,0,5.004030227661133,3.4339871406555176,5.189433574676514,0,0,1,0,0,0,0,0,0,0 +7,1,0,0,0,0,3,3,38,146.7375030517578,241.50057983398438,3616,97.82499694824219,1,0,1.945910096168518,0,4.988645076751709,3.6375861167907715,5.486871719360352,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,56,159.25,203.98593139648438,3625,105.7874984741211,1,0,0,0,5.070475101470947,4.025351524353027,5.318050861358643,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,0,1,3,3,22,156.97500610351562,286.0492248535156,3410,114.88749694824219,1,0,1.0986123085021973,0,5.056086540222168,3.0910425186157227,5.656163692474365,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,1,0,3,3,28,114.88749694824219,194.60726928710938,3252,76.2125015258789,1,0,1.0986123085021973,0,4.743953227996826,3.332204580307007,5.270983695983887,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,46,147.875,173.50527954101562,3152,98.9625015258789,1,0,0,0,4.996367454528809,3.828641414642334,5.156208038330078,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,0,0,3,3,41,185.41250610351562,187.57327270507812,3428,123.98750305175781,1,0,2.079441547393799,0,5.222583293914795,3.7135720252990723,5.2341694831848145,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,47,176.3125,38.686988830566406,3110,117.1624984741211,1,0,0,0,5.172257900238037,3.8501474857330322,3.655503273010254,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,32,182,99.64830017089844,3504,121.7125015258789,1,0,0,0,5.204006671905518,3.465735912322998,4.601646900177002,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,23,186.5500030517578,293.0832214355469,3628,123.98750305175781,1,0,1.0986123085021973,0,5.228699207305908,3.1354942321777344,5.680456638336182,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,NA,1,3,3,22,147.875,147.7139434814453,3640,97.82499694824219,1,0,0.6931471824645996,0,4.996367454528809,3.0910425186157227,4.995277404785156,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,23,155.83749389648438,29.30832290649414,3540,103.51249694824219,1,0,0,0,5.048813819885254,3.1354942321777344,3.377871513366699,0,0,1,0,0,0,0,0,0,0 +7,1,0,0,NA,0,3,3,48,193.375,86.75263977050781,3152,128.53750610351562,1,0,1.945910096168518,0,5.264631271362305,3.8712010383605957,4.4630608558654785,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,22,185.41250610351562,105.50996398925781,3449,122.8499984741211,1,0,0,0,5.222583293914795,3.0910425186157227,4.6588053703308105,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,1,0,3,3,62,152.4250030517578,331.7702331542969,3328,101.23750305175781,1,0,2.079441547393799,0,5.026672840118408,4.127134323120117,5.804442882537842,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,1,0,3,3,42,122.8499984741211,126.6119613647461,3743,81.9000015258789,1,0,-1.3862943649291992,0,4.810964107513428,3.7376697063446045,4.841126918792725,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,3,21,213.85000610351562,35.169986724853516,3504,131.9499969482422,1,0,0.6931471824645996,0,5.365274906158447,3.044522523880005,3.5601930618286133,0,0,1,0,0,0,0,0,0,0 +4,1,0,0,0,0,3,3,20,183.1374969482422,342.32122802734375,3152,121.7125015258789,1,0,1.3862943649291992,0,5.2102370262146,2.995732307434082,5.835749626159668,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,0,0,3,3,28,202.47500610351562,45.720985412597656,3504,134.22500610351562,1,0,0,0,5.310616493225098,3.332204580307007,3.8225574493408203,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,0,0,3,3,52,209.3000030517578,105.50996398925781,3710,138.77499389648438,1,0,0,0,5.34376859664917,3.9512436389923096,4.6588053703308105,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,3,25,182,240.3282470703125,3410,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,3.2188758850097656,5.482005596160889,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,0,0,3,3,18,189.96249389648438,1166.4713134765625,3640,126.26249694824219,1,0,1.6094379425048828,0,5.246826648712158,2.890371799468994,7.06173849105835,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,44,122.8499984741211,44.54865264892578,3540,81.9000015258789,1,0,0,0,4.810964107513428,3.7841897010803223,3.796581983566284,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,1,0,3,3,25,159.25,35.169986724853516,3052,105.7874984741211,1,0,1.7917594909667969,0,5.070475101470947,3.2188758850097656,3.5601930618286133,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,26,159.25,98.47596740722656,3504,105.7874984741211,1,0,0,0,5.070475101470947,3.25809645652771,4.589812755584717,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,3,35,133.08749389648438,1252.0516357421875,3640,88.7249984741211,1,0,1.6094379425048828,0,4.891006946563721,3.5553481578826904,7.132538795471191,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,1,0,3,3,56,171.7624969482422,180.53927612304688,3628,114.88749694824219,1,0,-1.3862943649291992,0,5.14611291885376,4.025351524353027,5.195948123931885,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,NA,0,3,3,62,162.66250610351562,186.40093994140625,3240,46.63750076293945,1,0,0,0,5.091677665710449,4.127134323120117,5.22790002822876,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,17,141.0500030517578,71.5123062133789,3540,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,2.8332133293151855,4.269869327545166,0,0,1,0,0,0,0,0,0,0 +28,1,0,1,0,0,3,3,24,94.4124984741211,4328.25341796875,3540,62.5625,1,0,3.332204580307007,0,4.547673225402832,3.178053855895996,8.372919082641602,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,3,24,138.77499389648438,93.78663635253906,3640,92.13749694824219,1,0,0.6931471824645996,0,4.932853698730469,3.178053855895996,4.541022300720215,0,0,1,0,0,0,0,0,0,0 +15,1,0,0,1,0,3,3,31,170.625,384.52520751953125,3152,113.75,1,0,2.70805025100708,0,5.139468193054199,3.4339871406555176,5.952009201049805,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,21,154.6999969482422,327.0809020996094,3640,92.13749694824219,1,0,1.0986123085021973,0,5.041487693786621,3.044522523880005,5.790207386016846,0,0,1,0,0,0,0,0,0,0 +4,1,0,0,0,0,3,3,24,122.8499984741211,1405.627197265625,3740,81.9000015258789,1,0,1.3862943649291992,0,4.810964107513428,3.178053855895996,7.248239040374756,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,1,0,3,3,50,179.72500610351562,126.6119613647461,3640,119.4375,1,0,-1.3862943649291992,0,5.191427707672119,3.9120230674743652,4.841126918792725,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,3,19,160.3874969482422,98.47596740722656,3640,106.92500305175781,1,0,0.6931471824645996,0,5.077592849731445,2.944438934326172,4.589812755584717,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,0,0,3,3,20,182,379.83587646484375,3628,120.57499694824219,1,0,1.6094379425048828,0,5.204006671905518,2.995732307434082,5.939739227294922,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,16,87.5875015258789,106.68229675292969,3504,58.01250076293945,1,0,0,0,4.472638130187988,2.7725887298583984,4.669855117797852,0,0,1,0,0,0,0,0,0,0 +10,1,0,1,1,1,3,3,21,170.625,3788.97998046875,3528,113.75,1,0,2.3025851249694824,0,5.139468193054199,3.044522523880005,8.239851951599121,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,1,0,3,3,21,145.60000610351562,201.64126586914062,3640,96.6875,1,0,1.0986123085021973,0,4.980863094329834,3.044522523880005,5.306490421295166,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,18,159.25,153.57562255859375,3740,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,2.890371799468994,5.03419303894043,0,0,1,0,0,0,0,0,0,0 +34,1,0,0,0,1,3,3,41,155.83749389648438,5103.16552734375,3304,98.9625015258789,1,0,3.526360511779785,0,5.048813819885254,3.7135720252990723,8.537616729736328,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,0,0,3,3,19,114.88749694824219,410.3165283203125,3602,76.2125015258789,1,0,0.6931471824645996,0,4.743953227996826,2.944438934326172,6.016928672790527,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,0,0,3,3,18,141.0500030517578,175.84994506835938,3640,58.01250076293945,1,0,0,0,4.9491143226623535,2.890371799468994,5.169631004333496,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,18,105.7874984741211,1048.065673828125,3540,70.5250015258789,1,0,1.3862943649291992,0,4.661432266235352,2.890371799468994,6.9547014236450195,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,3,22,147.875,250.87925720214844,3640,98.9625015258789,1,0,-1.3862943649291992,0,4.996367454528809,3.0910425186157227,5.524971961975098,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,40,127.4000015258789,93.78663635253906,3210,85.3125,1,0,0,0,4.847331523895264,3.6888794898986816,4.541022300720215,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,1,3,3,25,152.4250030517578,1005.8616943359375,3449,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,3.2188758850097656,6.913599967956543,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,3,17,105.7874984741211,151.23095703125,3640,70.5250015258789,1,0,1.0986123085021973,0,4.661432266235352,2.8332133293151855,5.018808364868164,0,0,1,0,0,0,0,0,0,0 +24,1,0,0,NA,0,3,3,57,105.7874984741211,670.574462890625,3028,81.9000015258789,1,0,3.178053855895996,0,4.661432266235352,4.043051242828369,6.508134841918945,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,35,154.6999969482422,1279.0152587890625,3640,102.375,1,0,1.0986123085021973,0,5.041487693786621,3.5553481578826904,7.15384578704834,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,3,47,133.08749389648438,123.09495544433594,3540,88.7249984741211,1,0,0.6931471824645996,0,4.891006946563721,3.8501474857330322,4.812955856323242,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,46,145.60000610351562,109.02696228027344,3549,96.6875,1,0,0,0,4.980863094329834,3.828641414642334,4.691595077514648,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,25,105.7874984741211,618.9918212890625,3543,70.5250015258789,1,0,1.3862943649291992,0,4.661432266235352,3.2188758850097656,6.428092002868652,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,22,108.0625,189.91793823242188,3504,37.537498474121094,1,0,1.0986123085021973,0,4.682709693908691,3.0910425186157227,5.246592044830322,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,0,0,3,3,16,87.5875015258789,1976.5533447265625,3640,59.150001525878906,1,0,1.945910096168518,0,4.472638130187988,2.7725887298583984,7.589109897613525,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,60,141.0500030517578,174.6776123046875,3540,93.2750015258789,1,0,0,0,4.9491143226623535,4.094344615936279,5.162941932678223,0,0,1,0,0,0,0,0,0,0 +13,1,0,0,0,1,3,3,49,168.35000610351562,4302.4619140625,3416,112.61250305175781,1,0,2.5649492740631104,0,5.126045227050781,3.891820192337036,8.366942405700684,0,0,1,0,0,0,0,0,0,0 +10,1,0,1,0,0,3,3,17,131.9499969482422,465.4161682128906,3719,88.7249984741211,1,0,2.3025851249694824,0,4.882422924041748,2.8332133293151855,6.142931938171387,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,1,0,3,3,47,162.66250610351562,276.6705627441406,3010,109.19999694824219,1,0,1.6094379425048828,0,5.091677665710449,3.8501474857330322,5.622827529907227,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,17,105.7874984741211,209.84759521484375,3504,70.5250015258789,1,0,0,0,4.661432266235352,2.8332133293151855,5.346381664276123,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,37,85.3125,146.54161071777344,3452,56.875,1,0,0,0,4.4463210105896,3.610917806625366,4.987309455871582,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,18,121.7125015258789,137.16294860839844,3610,80.76249694824219,1,0,0,0,4.801661491394043,2.890371799468994,4.921169757843018,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,3,53,136.5,260.2579040527344,3010,91,1,0,0.6931471824645996,0,4.916324615478516,3.97029185295105,5.561673164367676,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,0,0,3,3,51,109.19999694824219,1041.0316162109375,3640,72.80000305175781,1,0,1.6094379425048828,0,4.693181037902832,3.931825637817383,6.947967529296875,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,3,17,113.75,151.23095703125,3004,76.2125015258789,1,0,0.6931471824645996,0,4.734003067016602,2.8332133293151855,5.018808364868164,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,1,3,3,20,95.55000305175781,5150.05859375,3104,63.70000076293945,1,0,1.3862943649291992,0,4.559649467468262,2.995732307434082,8.54676342010498,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,1,3,3,21,143.3249969482422,841.73504638671875,3540,95.55000305175781,1,0,0,0,4.965114593505859,3.044522523880005,6.7354655265808105,0,0,1,0,0,0,0,0,0,0 +17,1,0,1,0,1,3,3,31,135.3625030517578,4192.2626953125,3149,89.86250305175781,1,0,2.8332133293151855,0,4.907956600189209,3.4339871406555176,8.340995788574219,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,18,226.3625030517578,69.16764068603516,3740,151.28750610351562,1,0,0,0,5.42213773727417,2.890371799468994,4.236533164978027,0,0,1,0,0,0,0,0,0,0 +9,1,0,0,0,0,3,3,18,139.91250610351562,215.70925903320312,3640,96.6875,1,0,2.1972246170043945,0,4.941017150878906,2.890371799468994,5.373931407928467,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,1,0,3,3,19,137.6374969482422,214.53692626953125,3740,92.13749694824219,1,0,1.6094379425048828,0,4.924623489379883,2.944438934326172,5.368481636047363,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,NA,0,3,3,24,125.125,1365.767822265625,3640,83.0374984741211,1,0,1.6094379425048828,0,4.829313278198242,3.178053855895996,7.2194719314575195,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,NA,0,3,3,18,96.6875,1065.650634765625,3640,64.8375015258789,1,0,0.6931471824645996,0,4.571484088897705,2.890371799468994,6.971340656280518,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,NA,0,3,3,20,98.9625015258789,543.96246337890625,3540,65.9749984741211,1,0,1.0986123085021973,0,4.594740867614746,2.995732307434082,6.298880100250244,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,20,238.875,162.95428466796875,3449,45.5,1,0,0,0,5.475940227508545,2.995732307434082,5.093469619750977,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,1,0,3,3,17,161.52499389648438,1240.3282470703125,3640,108.0625,1,0,1.6094379425048828,0,5.084660053253174,2.8332133293151855,7.123131275177002,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,57,189.96249389648438,173.50527954101562,3740,125.125,1,0,0,0,5.246826648712158,4.043051242828369,5.156208038330078,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,22,204.75,310.6682434082031,3640,136.5,1,0,1.0986123085021973,0,5.321789741516113,3.0910425186157227,5.738725662231445,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,0,0,3,3,17,129.6750030517578,747.94842529296875,3540,86.44999694824219,1,0,1.6094379425048828,0,4.8650312423706055,2.8332133293151855,6.617333889007568,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,18,87.5875015258789,797.1864013671875,3640,59.150001525878906,1,0,0,0,4.472638130187988,2.890371799468994,6.681088447570801,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,18,87.5875015258789,1173.5052490234375,3640,59.150001525878906,1,0,0,0,4.472638130187988,2.890371799468994,7.067750453948975,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,29,116.0250015258789,1243.84521484375,3640,77.3499984741211,1,0,1.0986123085021973,0,4.753805637359619,3.367295742034912,7.125962734222412,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,0,0,3,3,18,105.7874984741211,29.30832290649414,3640,70.5250015258789,1,0,0,0,4.661432266235352,2.890371799468994,3.377871513366699,0,0,1,0,0,0,0,0,0,0 +18,1,0,1,0,0,3,3,17,93.2750015258789,2167.6435546875,3440,62.5625,1,0,2.890371799468994,0,4.535552024841309,2.8332133293151855,7.681396007537842,0,0,1,0,0,0,0,0,0,0 +4,1,0,0,1,0,3,3,39,118.30000305175781,587.33880615234375,3052,78.48750305175781,1,0,1.3862943649291992,0,4.773223876953125,3.6635615825653076,6.375601768493652,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,22,123.98750305175781,226.26025390625,3210,81.9000015258789,1,0,1.0986123085021973,0,4.820180892944336,3.0910425186157227,5.421685695648193,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,76,159.25,140.67994689941406,3349,105.7874984741211,1,0,0,0,5.070475101470947,4.330733299255371,4.9464874267578125,0,0,1,0,0,0,0,0,0,0 +21,1,0,0,0,0,3,3,54,128.53750610351562,567.40911865234375,3428,85.3125,1,0,3.044522523880005,0,4.856220722198486,3.9889841079711914,6.341080665588379,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,1,0,3,3,45,141.0500030517578,222.74325561523438,3528,94.4124984741211,1,0,2.079441547393799,0,4.9491143226623535,3.8066625595092773,5.406019687652588,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,0,0,3,3,25,204.75,526.37750244140625,3340,136.5,1,0,1.6094379425048828,0,5.321789741516113,3.2188758850097656,6.266018867492676,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,0,1,3,3,22,129.6750030517578,2866.35400390625,3540,86.44999694824219,1,0,2.079441547393799,0,4.8650312423706055,3.0910425186157227,7.960796356201172,0,0,1,0,0,0,0,0,0,0 +4,1,0,0,1,0,3,3,65,166.0749969482422,302.4619140625,3528,110.3375015258789,1,0,1.3862943649291992,0,5.1124396324157715,4.174387454986572,5.711955547332764,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,0,0,3,3,40,152.4250030517578,147.7139434814453,3152,101.23750305175781,1,0,1.945910096168518,0,5.026672840118408,3.6888794898986816,4.995277404785156,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,3,37,152.4250030517578,123.09495544433594,3110,101.23750305175781,1,0,1.6094379425048828,0,5.026672840118408,3.610917806625366,4.812955856323242,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,29,197.9250030517578,295.4278869628906,3352,131.9499969482422,1,0,1.0986123085021973,0,5.287888050079346,3.367295742034912,5.688424587249756,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,1,3,20,182,1089.0972900390625,3640,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,2.995732307434082,6.993104457855225,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,0,1,3,23,193.375,199.29660034179688,3352,128.53750610351562,1,0,0.6931471824645996,0,5.264631271362305,3.1354942321777344,5.294794082641602,0,0,1,0,0,0,0,1,0,0 +15,1,0,1,0,0,3,3,25,182,1582.6494140625,3428,121.7125015258789,1,0,2.70805025100708,0,5.204006671905518,3.2188758850097656,7.366855621337891,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,1,3,21,182,168.81594848632812,3452,121.7125015258789,1,0,0,0,5.204006671905518,3.044522523880005,5.128808975219727,0,0,1,0,0,0,0,1,0,0 +7,1,0,0,1,0,3,3,33,172.89999389648438,90.26963806152344,3716,114.88749694824219,1,0,1.945910096168518,0,5.152713298797607,3.4965076446533203,4.502800941467285,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,3,31,213.85000610351562,191.09027099609375,3310,139.91250610351562,1,0,0.6931471824645996,0,5.365274906158447,3.4339871406555176,5.252746105194092,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,1,0,3,3,36,159.25,211.01992797851562,3152,106.92500305175781,1,0,1.3862943649291992,0,5.070475101470947,3.5835189819335938,5.35195255279541,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,4,28,152.4250030517578,37.51465606689453,4836,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,3.332204580307007,3.6247317790985107,0,0,0,1,0,0,0,0,0,0 +1,1,0,1,0,0,3,4,22,204.75,218.05392456054688,4110,136.5,1,0,0,0,5.321789741516113,3.0910425186157227,5.384742259979248,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,NA,0,3,4,26,213.85000610351562,212.1922607421875,4710,142.1875,1,0,1.0986123085021973,0,5.365274906158447,3.25809645652771,5.357492923736572,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,57,241.14999389648438,2871.04345703125,4834,182,1,0,2.079441547393799,0,5.485419273376465,4.043051242828369,7.962430953979492,0,0,0,1,0,0,0,0,0,0 +9,1,0,1,0,1,1,4,46,169.4875030517578,1908.5579833984375,4834,136.5,1,0,2.1972246170043945,0,5.132779121398926,3.828641414642334,7.554103374481201,0,0,0,1,0,0,0,1,0,0 +7,1,0,1,1,1,1,4,24,204.75,4373.97412109375,4428,136.5,1,0,1.945910096168518,0,5.321789741516113,3.178053855895996,8.383427619934082,0,0,0,1,0,0,0,1,0,0 +16,1,0,1,1,0,1,4,30,152.4250030517578,0,4834,101.23750305175781,1,0,2.7725887298583984,0,5.026672840118408,3.4011974334716797,0,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,1,1,1,4,19,242.28750610351562,1848.76904296875,4834,161.52499389648438,1,0,1.7917594909667969,0,5.4901251792907715,2.944438934326172,7.522275447845459,0,0,0,1,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,4,23,182,91.44197082519531,4152,121.7125015258789,1,0,-1.3862943649291992,0,5.204006671905518,3.1354942321777344,4.51570463180542,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,1,1,1,4,61,170.625,2046.893310546875,4534,113.75,1,0,1.7917594909667969,0,5.139468193054199,4.110873699188232,7.624078273773193,0,0,0,1,0,0,0,1,0,0 +10,1,0,0,1,0,1,4,37,227.5,556.858154296875,4152,151.28750610351562,1,0,2.3025851249694824,0,5.427150249481201,3.610917806625366,6.322310447692871,0,0,0,1,0,0,0,1,0,0 +4,1,0,0,1,0,1,4,35,141.0500030517578,152.40328979492188,4434,94.4124984741211,1,0,1.3862943649291992,0,4.9491143226623535,3.5553481578826904,5.0265302658081055,0,0,0,1,0,0,0,1,0,0 +3,1,0,0,1,0,1,4,61,141.0500030517578,24.61899185180664,4810,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,4.110873699188232,3.2035181522369385,0,0,0,1,0,0,0,1,0,0 +5,1,0,1,1,0,1,4,18,143.3249969482422,151.23095703125,4410,95.55000305175781,1,0,1.6094379425048828,0,4.965114593505859,2.890371799468994,5.018808364868164,0,0,0,1,0,0,0,1,0,0 +4,1,0,0,1,0,1,4,28,156.97500610351562,9.378664016723633,4852,104.6500015258789,1,0,1.3862943649291992,0,5.056086540222168,3.332204580307007,2.2384374141693115,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,0,1,1,4,18,193.375,1998.82763671875,4646,128.53750610351562,1,0,1.7917594909667969,0,5.264631271362305,2.890371799468994,7.600316047668457,0,0,0,1,0,0,0,1,0,0 +5,1,0,1,1,1,1,4,34,170.625,1980.0703125,4810,113.75,1,0,1.6094379425048828,0,5.139468193054199,3.526360511779785,7.590887546539307,0,0,0,1,0,0,0,1,0,0 +3,1,0,0,0,1,1,4,32,149.0124969482422,724.50177001953125,4832,98.9625015258789,1,0,1.0986123085021973,0,5.004030227661133,3.465735912322998,6.585484027862549,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,0,1,1,4,37,204.75,2607.2685546875,4346,136.5,1,0,1.7917594909667969,0,5.321789741516113,3.610917806625366,7.866058349609375,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,1,1,1,4,25,197.9250030517578,1735.052734375,4852,127.4000015258789,1,0,1.7917594909667969,0,5.287888050079346,3.2188758850097656,7.4587931632995605,0,0,0,1,0,0,0,1,0,0 +2,1,0,0,1,0,1,4,36,180.8625030517578,513.4818115234375,4152,120.57499694824219,1,0,0.6931471824645996,0,5.197737216949463,3.5835189819335938,6.241214752197266,0,0,0,1,0,0,0,1,0,0 +13,1,0,1,1,0,1,4,23,236.60000610351562,182.88394165039062,4652,158.1125030517578,1,0,2.5649492740631104,0,5.466371059417725,3.1354942321777344,5.2088518142700195,0,0,0,1,0,0,0,1,0,0 +3,1,0,0,1,0,1,4,45,202.47500610351562,157.09262084960938,4810,128.53750610351562,1,0,1.0986123085021973,0,5.310616493225098,3.8066625595092773,5.056835651397705,0,0,0,1,0,0,0,1,0,0 +5,1,0,0,0,0,1,4,45,200.1999969482422,114.88862609863281,4152,133.08749389648438,1,0,1.6094379425048828,0,5.299316883087158,3.8066625595092773,4.743963241577148,0,0,0,1,0,0,0,1,0,0 +9,1,0,1,1,0,1,4,27,232.0500030517578,637.7491455078125,4452,154.6999969482422,1,0,2.1972246170043945,0,5.446952819824219,3.295836925506592,6.457944869995117,0,0,0,1,0,0,0,1,0,0 +7,1,0,1,0,1,1,4,59,182,1997.6552734375,4634,121.7125015258789,1,0,1.945910096168518,0,5.204006671905518,4.077537536621094,7.599729537963867,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,0,1,1,4,20,163.8000030517578,1743.259033203125,4834,109.19999694824219,1,0,1.7917594909667969,0,5.09864616394043,2.995732307434082,7.4635114669799805,0,0,0,1,0,0,0,1,0,0 +11,1,0,1,1,0,1,4,50,188.8249969482422,738.56976318359375,4834,188.8249969482422,1,0,2.397895336151123,0,5.240820407867432,3.9120230674743652,6.604715347290039,0,0,0,1,0,0,0,1,0,0 +22,1,0,0,1,0,1,4,27,207.02499389648438,44.54865264892578,4452,137.6374969482422,1,0,3.0910425186157227,0,5.332839488983154,3.295836925506592,3.796581983566284,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,0,0,1,4,22,176.3125,126.6119613647461,4652,117.1624984741211,1,0,1.7917594909667969,0,5.172257900238037,3.0910425186157227,4.841126918792725,0,0,0,1,0,0,0,1,0,0 +0.25,1,0,1,0,1,1,4,23,194.5124969482422,1307.1512451171875,4652,129.6750030517578,1,0,-1.3862943649291992,0,5.270496368408203,3.1354942321777344,7.175605297088623,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,1,1,1,4,20,182,1436.10791015625,4834,121.7125015258789,1,0,1.7917594909667969,0,5.204006671905518,2.995732307434082,7.2696919441223145,0,0,0,1,0,0,0,1,0,0 +7,1,0,0,0,0,1,4,58,216.125,209.84759521484375,4652,144.46249389648438,1,0,1.945910096168518,0,5.375856876373291,4.060442924499512,5.346381664276123,0,0,0,1,0,0,0,1,0,0 +7,1,0,0,0,0,1,4,58,216.125,670.574462890625,4652,144.46249389648438,1,0,1.945910096168518,0,5.375856876373291,4.060442924499512,6.508134841918945,0,0,0,1,0,0,0,1,0,0 +8,1,0,1,1,1,1,4,32,186.5500030517578,1764.361083984375,4852,123.98750305175781,1,0,2.079441547393799,0,5.228699207305908,3.465735912322998,7.475543975830078,0,0,0,1,0,0,0,1,0,0 +2,1,0,1,1,0,1,4,50,220.6750030517578,128.9566192626953,4152,220.6750030517578,1,0,0.6931471824645996,0,5.396690845489502,3.9120230674743652,4.859476089477539,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,1,1,1,4,20,235.46249389648438,1275.498291015625,4834,156.97500610351562,1,0,1.7917594909667969,0,5.461551666259766,2.995732307434082,7.151092052459717,0,0,0,1,0,0,0,1,0,0 +6,1,0,0,1,0,1,4,35,235.46249389648438,1009.378662109375,4846,156.97500610351562,1,0,1.7917594909667969,0,5.461551666259766,3.5553481578826904,6.91709041595459,0,0,0,1,0,0,0,1,0,0 +4,1,0,1,1,0,1,4,20,236.60000610351562,143.0246124267578,4852,158.1125030517578,1,0,1.3862943649291992,0,5.466371059417725,2.995732307434082,4.963016510009766,0,0,0,1,0,0,0,1,0,0 +182,1,0,0,0,0,1,4,42,204.75,198726.84375,4052,136.5,1,0,5.204006671905518,0,5.321789741516113,3.7376697063446045,12.199686050415039,0,0,0,1,0,0,0,1,0,0 +8,1,0,0,NA,0,1,4,46,143.3249969482422,246.18991088867188,4941,95.55000305175781,1,0,2.079441547393799,0,4.965114593505859,3.828641414642334,5.506103038787842,0,0,0,1,0,0,0,1,0,0 +1,1,0,0,0,0,1,4,24,143.3249969482422,69.16764068603516,4452,95.55000305175781,1,0,0,0,4.965114593505859,3.178053855895996,4.236533164978027,0,0,0,1,0,0,0,1,0,0 +3,1,0,1,1,1,1,4,25,141.0500030517578,922.62603759765625,4834,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.2188758850097656,6.827223777770996,0,0,0,1,0,0,0,1,0,0 +8,1,0,1,0,1,2,4,31,227.5,1205.1583251953125,4634,151.28750610351562,1,0,2.079441547393799,0,5.427150249481201,3.4339871406555176,7.094366073608398,0,0,0,1,0,0,0,0,1,0 +8,1,0,1,1,0,3,4,32,199.0625,468.93316650390625,4834,133.08749389648438,1,0,2.079441547393799,0,5.293618679046631,3.465735912322998,6.150460243225098,0,0,0,1,0,0,0,0,0,0 +1,1,0,0,1,0,1,4,25,203.6125030517578,187.57327270507812,4152,135.3625030517578,1,0,0,0,5.316218852996826,3.2188758850097656,5.2341694831848145,0,0,0,1,0,0,0,1,0,0 +1,1,0,1,0,0,1,4,24,227.5,255.56858825683594,4152,151.28750610351562,1,0,0,0,5.427150249481201,3.178053855895996,5.543490886688232,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,1,1,1,4,27,147.875,1420.8675537109375,4834,98.9625015258789,1,0,1.7917594909667969,0,4.996367454528809,3.295836925506592,7.2590227127075195,0,0,0,1,0,0,0,1,0,0 +1,1,0,0,0,0,1,4,28,213.85000610351562,131.30128479003906,4652,142.1875,1,0,0,0,5.365274906158447,3.332204580307007,4.8774943351745605,0,0,0,1,0,0,0,1,0,0 +1,1,0,0,1,0,1,4,36,121.7125015258789,57.444313049316406,4152,80.76249694824219,1,0,0,0,4.801661491394043,3.5835189819335938,4.050816059112549,0,0,0,1,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,4,35,202.47500610351562,48.065650939941406,4410,134.22500610351562,1,0,-1.3862943649291992,0,5.310616493225098,3.5553481578826904,3.872567892074585,0,0,0,1,0,0,0,1,0,0 +2,1,0,1,0,0,1,4,32,141.0500030517578,359.9062194824219,4004,93.2750015258789,1,0,0.6931471824645996,0,4.9491143226623535,3.465735912322998,5.885843276977539,0,0,0,1,0,0,0,1,0,0 +19,1,0,1,1,1,2,4,42,227.5,2943.72802734375,4628,151.28750610351562,1,0,2.944438934326172,0,5.427150249481201,3.7376697063446045,7.98743200302124,0,0,0,1,0,0,0,0,1,0 +37,1,0,1,0,1,2,4,31,227.5,6588.51123046875,4443,151.28750610351562,1,0,3.610917806625366,0,5.427150249481201,3.4339871406555176,8.793082237243652,0,0,0,1,0,0,0,0,1,0 +0.25,1,0,1,1,0,2,4,NA,229.77499389648438,105.50996398925781,4443,153.5625,1,0,-1.3862943649291992,0,5.437100410461426,NA,4.6588053703308105,0,0,0,1,0,0,0,0,1,0 +21,1,0,0,1,1,3,4,28,232.0500030517578,1543.9625244140625,4846,154.6999969482422,1,0,3.044522523880005,0,5.446952819824219,3.332204580307007,7.34210729598999,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,0,0,3,4,35,186.5500030517578,336.4595642089844,4552,123.98750305175781,1,0,1.0986123085021973,0,5.228699207305908,3.5553481578826904,5.818478107452393,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,2,4,24,204.75,7080.89111328125,4834,136.5,1,0,2.079441547393799,0,5.321789741516113,3.178053855895996,8.865155220031738,0,0,0,1,0,0,0,0,1,0 +3,1,0,1,1,1,2,4,32,210.4375,1689.331787109375,4346,139.91250610351562,1,0,1.0986123085021973,0,5.349188804626465,3.465735912322998,7.432088375091553,0,0,0,1,0,0,0,0,1,0 +11,1,0,1,0,0,2,4,35,238.875,0,4652,159.25,1,0,2.397895336151123,0,5.475940227508545,3.5553481578826904,0,0,0,0,1,0,0,0,0,1,0 +3,1,0,1,0,0,2,4,32,204.75,137.16294860839844,4128,136.5,1,0,1.0986123085021973,0,5.321789741516113,3.465735912322998,4.921169757843018,0,0,0,1,0,0,0,0,1,0 +6,1,0,1,1,1,2,4,41,241.14999389648438,1819.460693359375,4834,160.3874969482422,1,0,1.7917594909667969,0,5.485419273376465,3.7135720252990723,7.506295204162598,0,0,0,1,0,0,0,0,1,0 +5,1,0,1,0,0,2,4,20,204.75,181.71160888671875,4452,136.5,1,0,1.6094379425048828,0,5.321789741516113,2.995732307434082,5.202420711517334,0,0,0,1,0,0,0,0,1,0 +2,1,0,1,0,0,2,4,23,182,296.6002197265625,4834,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.1354942321777344,5.692385196685791,0,0,0,1,0,0,0,0,1,0 +8,1,0,1,1,1,2,4,30,227.5,2282.5322265625,4834,147.875,1,0,2.079441547393799,0,5.427150249481201,3.4011974334716797,7.733040809631348,0,0,0,1,0,0,0,0,1,0 +6,1,0,1,1,0,2,4,22,227.5,198.124267578125,4903,126.26249694824219,1,0,1.7917594909667969,0,5.427150249481201,3.0910425186157227,5.2888946533203125,0,0,0,1,0,0,0,0,1,0 +3,1,0,1,1,0,2,4,25,238.875,452.5205078125,4852,159.25,1,0,1.0986123085021973,0,5.475940227508545,3.2188758850097656,6.114832878112793,0,0,0,1,0,0,0,0,1,0 +2,1,0,1,1,0,2,4,22,227.5,103.16529846191406,4652,151.28750610351562,1,0,0.6931471824645996,0,5.427150249481201,3.0910425186157227,4.6363325119018555,0,0,0,1,0,0,0,0,1,0 +16,1,0,1,1,0,2,4,19,200.1999969482422,300.11724853515625,4452,133.08749389648438,1,0,2.7725887298583984,0,5.299316883087158,2.944438934326172,5.7041730880737305,0,0,0,1,0,0,0,0,1,0 +4,1,0,1,1,1,2,4,23,238.875,1368.112548828125,4834,180.8625030517578,1,0,1.3862943649291992,0,5.475940227508545,3.1354942321777344,7.221187591552734,0,0,0,1,0,0,0,0,1,0 +0.25,1,0,0,1,0,1,4,62,171.7624969482422,49.23798370361328,4152,114.88749694824219,1,0,-1.3862943649291992,0,5.14611291885376,4.127134323120117,3.896665334701538,0,0,0,1,0,0,0,1,0,0 +5,1,0,1,0,1,3,4,25,216.125,1784.290771484375,4846,144.46249389648438,1,0,1.6094379425048828,0,5.375856876373291,3.2188758850097656,7.486776351928711,0,0,0,1,0,0,0,0,0,0 +18,1,0,1,1,1,3,4,28,236.60000610351562,2208.67529296875,4652,156.97500610351562,1,0,2.890371799468994,0,5.466371059417725,3.332204580307007,7.700148105621338,0,0,0,1,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,4,26,143.3249969482422,80.89097595214844,4152,95.55000305175781,1,0,-1.3862943649291992,0,4.965114593505859,3.25809645652771,4.393102169036865,0,0,0,1,0,0,0,0,0,0 +4,1,0,1,0,0,3,4,26,159.25,79.71864318847656,4404,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,3.25809645652771,4.378503322601318,0,0,0,1,0,0,0,0,0,0 +2,1,0,0,1,0,3,4,33,225.22500610351562,106.68229675292969,4852,150.14999389648438,1,0,0.6931471824645996,0,5.417099952697754,3.4965076446533203,4.669855117797852,0,0,0,1,0,0,0,0,0,0 +5,1,0,1,1,1,3,4,58,196.78750610351562,1996.4830322265625,4834,130.8125,1,0,1.6094379425048828,0,5.2821245193481445,4.060442924499512,7.599142551422119,0,0,0,1,0,0,0,0,0,0 +2,1,0,1,0,0,3,4,20,153.5625,0,4837,102.375,1,0,0.6931471824645996,0,5.034107685089111,2.995732307434082,0,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,65,167.21249389648438,1488.86279296875,4634,85.3125,1,0,2.079441547393799,0,5.119265556335449,4.174387454986572,7.305768013000488,0,0,0,1,0,0,0,0,0,0 +4,1,0,1,1,0,3,4,29,209.3000030517578,515.82647705078125,4152,139.91250610351562,1,0,1.3862943649291992,0,5.34376859664917,3.367295742034912,6.245770454406738,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,21,218.39999389648438,1686.987060546875,4434,145.60000610351562,1,0,2.079441547393799,0,5.386328220367432,3.044522523880005,7.430699348449707,0,0,0,1,0,0,0,0,0,0 +14,1,0,1,1,0,3,4,72,141.0500030517578,207.5029296875,4634,94.4124984741211,1,0,2.6390573978424072,0,4.9491143226623535,4.276666164398193,5.335145473480225,0,0,0,1,0,0,0,0,0,0 +1,1,0,1,1,0,3,4,68,113.75,189.91793823242188,4052,75.07499694824219,1,0,0,0,4.734003067016602,4.219507694244385,5.246592044830322,0,0,0,1,0,0,0,0,0,0 +2,1,0,1,NA,1,3,4,25,196.78750610351562,2595.545166015625,4410,130.8125,1,0,0.6931471824645996,0,5.2821245193481445,3.2188758850097656,7.861551761627197,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,1,0,3,4,35,152.4250030517578,143.0246124267578,4834,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,3.5553481578826904,4.963016510009766,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,0,0,3,4,40,182,570.9261474609375,4316,120.57499694824219,1,0,2.079441547393799,0,5.204006671905518,3.6888794898986816,6.347259998321533,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,0,1,3,4,21,204.75,1792.4970703125,4534,125.125,1,0,1.7917594909667969,0,5.321789741516113,3.044522523880005,7.4913649559021,0,0,0,1,0,0,0,0,0,0 +13,1,0,1,0,0,3,4,23,152.4250030517578,1113.71630859375,4110,93.2750015258789,1,0,2.5649492740631104,0,5.026672840118408,3.1354942321777344,7.015457630157471,0,0,0,1,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,4,21,146.7375030517578,70.33997344970703,4852,97.82499694824219,1,0,-1.3862943649291992,0,4.988645076751709,3.044522523880005,4.253340244293213,0,0,0,1,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,4,18,135.3625030517578,128.9566192626953,4152,89.86250305175781,1,0,-1.3862943649291992,0,4.907956600189209,2.890371799468994,4.859476089477539,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,0,1,3,4,31,238.875,2294.255615234375,4834,159.25,1,0,1.7917594909667969,0,5.475940227508545,3.4339871406555176,7.738163948059082,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,43,170.625,1477.1395263671875,4652,113.75,1,0,2.079441547393799,0,5.139468193054199,3.761200189590454,7.297862529754639,0,0,0,1,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,4,45,167.21249389648438,100.82063293457031,4852,111.4749984741211,1,0,-1.3862943649291992,0,5.119265556335449,3.8066625595092773,4.613343238830566,0,0,0,1,0,0,0,0,0,0 +15,1,0,1,0,1,3,4,57,159.25,1640.09375,4834,105.7874984741211,1,0,2.70805025100708,0,5.070475101470947,4.043051242828369,7.402508735656738,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,0,3,4,18,83.0374984741211,267.2919006347656,4628,55.73749923706055,1,0,2.079441547393799,0,4.419292449951172,2.890371799468994,5.588341236114502,0,0,0,1,0,0,0,0,0,0 +4,1,0,1,1,0,3,4,31,159.25,438.4525146484375,4428,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,3.4339871406555176,6.083251476287842,0,0,0,1,0,0,0,0,0,0 +7,1,0,1,0,1,3,4,20,170.625,1970.691650390625,4634,113.75,1,0,1.945910096168518,0,5.139468193054199,2.995732307434082,7.586139678955078,0,0,0,1,0,0,0,0,0,0 +5,1,0,1,1,0,3,4,25,227.5,113.71629333496094,4428,136.5,1,0,1.6094379425048828,0,5.427150249481201,3.2188758850097656,4.733706474304199,0,0,0,1,0,0,0,0,0,0 +1,1,0,0,0,1,3,4,22,199.0625,148.8862762451172,4428,133.08749389648438,1,0,0,0,5.293618679046631,3.0910425186157227,5.003182888031006,0,0,0,1,0,0,0,0,0,0 +15,1,0,1,1,1,3,4,21,182,1263.77490234375,4834,121.7125015258789,1,0,2.70805025100708,0,5.204006671905518,3.044522523880005,7.1418585777282715,0,0,0,1,0,0,0,0,0,0 +7,1,0,1,1,1,3,4,41,204.75,2840.562744140625,4128,135.3625030517578,1,0,1.945910096168518,0,5.321789741516113,3.7135720252990723,7.951757431030273,0,0,0,1,0,0,0,0,0,0 +33,1,0,1,0,1,3,4,31,228.6374969482422,1212.1922607421875,4152,152.4250030517578,1,0,3.4965076446533203,0,5.432137966156006,3.4339871406555176,7.100185871124268,0,0,0,1,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,4,30,142.1875,0,4428,94.4124984741211,1,0,-1.3862943649291992,0,4.957146644592285,3.4011974334716797,0,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,0,1,3,4,21,159.25,1577.9600830078125,4634,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,3.044522523880005,7.363888263702393,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,1,1,3,4,36,234.3249969482422,1919.1090087890625,4404,164.9375,1,0,1.7917594909667969,0,5.456708908081055,3.5835189819335938,7.5596160888671875,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,1,0,3,4,19,170.625,70.33997344970703,4834,112.61250305175781,1,0,1.7917594909667969,0,5.139468193054199,2.944438934326172,4.253340244293213,0,0,0,1,0,0,0,0,0,0 +97,1,0,1,0,1,3,4,37,199.0625,5538.1005859375,4346,133.08749389648438,1,0,4.574710845947266,0,5.293618679046631,3.610917806625366,8.619406700134277,0,0,0,1,0,0,0,0,0,0 +11,1,0,1,1,0,3,4,22,227.5,205.15826416015625,4834,151.28750610351562,1,0,2.397895336151123,0,5.427150249481201,3.0910425186157227,5.323781490325928,0,0,0,1,0,0,0,0,0,0 +13,1,0,NA,NA,1,3,4,21,186.5500030517578,1390.3868408203125,4834,123.98750305175781,1,0,2.5649492740631104,0,5.228699207305908,3.044522523880005,7.237337112426758,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,1,0,3,4,21,241.14999389648438,174.6776123046875,4104,137.6374969482422,1,0,1.0986123085021973,0,5.485419273376465,3.044522523880005,5.162941932678223,0,0,0,1,0,0,0,0,0,0 +7,1,0,1,1,0,3,4,22,227.5,1621.33642578125,4834,151.28750610351562,1,0,1.945910096168518,0,5.427150249481201,3.0910425186157227,7.391005992889404,0,0,0,1,0,0,0,0,0,0 +2,1,0,1,0,1,3,4,24,102.375,2308.323486328125,4634,68.25,1,0,0.6931471824645996,0,4.628642559051514,3.178053855895996,7.744277000427246,0,0,0,1,0,0,0,0,0,0 +5,1,0,0,1,0,3,4,24,199.0625,86.75263977050781,4510,133.08749389648438,1,0,1.6094379425048828,0,5.293618679046631,3.178053855895996,4.4630608558654785,0,0,0,1,0,0,0,0,0,0 +4,1,0,1,0,0,3,4,23,154.6999969482422,399.7655334472656,4049,102.375,1,0,1.3862943649291992,0,5.041487693786621,3.1354942321777344,5.990878105163574,0,0,0,1,0,0,0,0,0,0 +6,1,0,0,0,0,3,4,60,109.19999694824219,140.67994689941406,4316,72.80000305175781,1,0,1.7917594909667969,0,4.693181037902832,4.094344615936279,4.9464874267578125,0,0,0,1,0,0,0,0,0,0 +4,1,0,0,1,0,3,4,33,116.0250015258789,174.6776123046875,4810,56.875,1,0,1.3862943649291992,0,4.753805637359619,3.4965076446533203,5.162941932678223,0,0,0,1,0,0,0,0,0,0 +3,1,0,0,1,1,3,4,32,155.83749389648438,765.53338623046875,4410,102.375,1,0,1.0986123085021973,0,5.048813819885254,3.465735912322998,6.640573024749756,0,0,0,1,0,0,0,0,0,0 +2,1,0,0,0,0,3,4,18,147.875,214.53692626953125,4428,97.82499694824219,1,0,0.6931471824645996,0,4.996367454528809,2.890371799468994,5.368481636047363,0,0,0,1,0,0,0,0,0,0 +3,1,0,0,1,0,3,4,64,89.86250305175781,264.9472351074219,4152,60.287498474121094,1,0,1.0986123085021973,0,4.4982805252075195,4.158883094787598,5.579530715942383,0,0,0,1,0,0,0,0,0,0 +10,1,0,0,1,1,3,4,59,214.9875030517578,772.5673828125,4634,143.3249969482422,1,0,2.3025851249694824,0,5.370579719543457,4.077537536621094,6.64971923828125,0,0,0,1,0,0,0,0,0,0 +3,1,0,0,1,1,3,4,46,136.5,1444.314208984375,4452,92.13749694824219,1,0,1.0986123085021973,0,4.916324615478516,3.828641414642334,7.275389671325684,0,0,0,1,0,0,0,0,0,0 +3,1,0,0,0,1,3,4,22,174.03750610351562,1643.61083984375,4836,116.0250015258789,1,0,1.0986123085021973,0,5.159270763397217,3.0910425186157227,7.404650688171387,0,0,0,1,0,0,0,0,0,0 +1,1,0,1,1,0,3,4,76,114.88749694824219,135.99061584472656,4428,76.2125015258789,1,0,0,0,4.743953227996826,4.330733299255371,4.912585735321045,0,0,0,1,0,0,0,0,0,0 +13,1,0,0,1,1,3,4,36,242.28750610351562,10337.6318359375,4352,161.52499389648438,1,0,2.5649492740631104,0,5.4901251792907715,3.5835189819335938,9.243546485900879,0,0,0,1,0,0,0,0,0,0 +11,1,0,0,0,1,3,4,23,85.3125,1826.4947509765625,4834,56.875,1,0,2.397895336151123,0,4.4463210105896,3.1354942321777344,7.510153770446777,0,0,0,1,0,0,0,0,0,0 +4,1,0,1,0,0,3,4,43,102.375,162.95428466796875,4452,68.25,1,0,1.3862943649291992,0,4.628642559051514,3.761200189590454,5.093469619750977,0,0,0,1,0,0,0,0,0,0 +11,1,0,1,1,1,3,4,27,236.60000610351562,6887.4560546875,4843,158.1125030517578,1,0,2.397895336151123,0,5.466371059417725,3.295836925506592,8.837456703186035,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,59,184.27499389648438,1968.3470458984375,4834,122.8499984741211,1,0,2.079441547393799,0,5.216429233551025,4.077537536621094,7.584949493408203,0,0,0,1,0,0,0,0,0,0 +7,1,0,1,0,1,3,4,24,152.4250030517578,2739.7421875,4834,83.0374984741211,1,0,1.945910096168518,0,5.026672840118408,3.178053855895996,7.915618896484375,0,0,0,1,0,0,0,0,0,0 +1,1,0,0,1,0,3,4,44,172.89999389648438,85.58030700683594,4037,116.0250015258789,1,0,0,0,5.152713298797607,3.7841897010803223,4.449455261230469,0,0,0,1,0,0,0,0,0,0 +2,1,0,1,0,0,3,4,18,125.125,151.23095703125,4834,75.07499694824219,1,0,0.6931471824645996,0,4.829313278198242,2.890371799468994,5.018808364868164,0,0,0,1,0,0,0,0,0,0 +3,1,0,0,0,0,3,4,17,127.4000015258789,325.9085693359375,4152,85.3125,1,0,1.0986123085021973,0,4.847331523895264,2.8332133293151855,5.786616802215576,0,0,0,1,0,0,0,0,0,0 +1,1,0,0,1,0,3,4,48,214.9875030517578,246.18991088867188,4852,143.3249969482422,1,0,0,0,5.370579719543457,3.8712010383605957,5.506103038787842,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,1,1,3,4,24,159.25,1124.267333984375,4634,104.6500015258789,1,0,1.7917594909667969,0,5.070475101470947,3.178053855895996,7.024886608123779,0,0,0,1,0,0,0,0,0,0 +6,1,0,0,1,0,3,4,27,152.4250030517578,254.39625549316406,4428,101.23750305175781,1,0,1.7917594909667969,0,5.026672840118408,3.295836925506592,5.538893222808838,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,0,1,3,4,17,87.5875015258789,2053.92724609375,4834,58.01250076293945,1,0,1.7917594909667969,0,4.472638130187988,2.8332133293151855,7.627509117126465,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,0,0,3,4,19,119.4375,858.147705078125,4037,79.625,1,0,1.0986123085021973,0,4.782793045043945,2.944438934326172,6.7547760009765625,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,1,0,3,4,25,152.4250030517578,134.8182830810547,4452,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,3.2188758850097656,4.903927803039551,0,0,0,1,0,0,0,0,0,0 +24,1,0,0,1,1,3,4,57,86.44999694824219,4847.5966796875,4852,58.01250076293945,1,0,3.178053855895996,0,4.459566116333008,4.043051242828369,8.486238479614258,0,0,0,1,0,0,0,0,0,0 +5,1,0,1,1,0,3,4,59,218.39999389648438,0,4852,145.60000610351562,1,0,1.6094379425048828,0,5.386328220367432,4.077537536621094,0,0,0,0,1,0,0,0,0,0,0 +11,1,0,1,0,1,3,4,61,238.875,2617.819580078125,4634,159.25,1,0,2.397895336151123,0,5.475940227508545,4.110873699188232,7.8700971603393555,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,1,0,3,4,28,141.0500030517578,867.5263671875,4534,94.4124984741211,1,0,1.7917594909667969,0,4.9491143226623535,3.332204580307007,6.765645980834961,0,0,0,1,0,0,0,0,0,0 +182,1,0,1,1,0,3,4,60,177.4499969482422,7397.4208984375,4628,118.30000305175781,1,0,5.204006671905518,0,5.178689002990723,4.094344615936279,8.908886909484863,0,0,0,1,0,0,0,0,0,0 +22,1,0,1,0,1,3,5,18,163.8000030517578,2101.992919921875,4246,109.19999694824219,1,0,3.0910425186157227,0,5.09864616394043,2.890371799468994,7.650640964508057,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,1,0,3,5,61,204.75,844.0797119140625,4252,136.5,1,0,1.7917594909667969,0,5.321789741516113,4.110873699188232,6.738246917724609,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,NA,0,3,5,29,204.75,193.4349365234375,4252,136.5,1,0,0,0,5.321789741516113,3.367295742034912,5.264941215515137,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,3,5,51,218.39999389648438,0,4252,145.60000610351562,1,0,0,0,5.386328220367432,3.931825637817383,0,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,3,5,30,232.0500030517578,246.18991088867188,4252,154.6999969482422,1,0,0,0,5.446952819824219,3.4011974334716797,5.506103038787842,0,0,0,0,1,0,0,0,0,0 +11,1,0,0,0,0,1,5,38,236.60000610351562,94.95896911621094,4252,158.1125030517578,1,0,2.397895336151123,0,5.466371059417725,3.6375861167907715,4.553444862365723,0,0,0,0,1,0,0,1,0,0 +155,1,0,0,0,0,1,5,32,236.60000610351562,8792.4970703125,4252,158.1125030517578,1,0,5.0434250831604,0,5.466371059417725,3.465735912322998,9.081653594970703,0,0,0,0,1,0,0,1,0,0 +18,1,0,1,0,1,1,5,25,222.9499969482422,2810.08203125,4249,137.6374969482422,1,0,2.890371799468994,0,5.406947612762451,3.2188758850097656,7.940968990325928,0,0,0,0,1,0,0,1,0,0 +23,1,0,0,1,1,1,5,24,153.5625,2461.899169921875,4252,102.375,1,0,3.1354942321777344,0,5.034107685089111,3.178053855895996,7.808688163757324,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,0,1,0,1,5,44,163.8000030517578,80.89097595214844,4252,109.19999694824219,1,0,-1.3862943649291992,0,5.09864616394043,3.7841897010803223,4.393102169036865,0,0,0,0,1,0,0,1,0,0 +34,1,0,1,1,1,1,5,38,238.875,6406.79931640625,4252,158.1125030517578,1,0,3.526360511779785,0,5.475940227508545,3.6375861167907715,8.765114784240723,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,1,1,5,21,141.0500030517578,1783.118408203125,4249,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.044522523880005,7.486118793487549,0,0,0,0,1,0,0,1,0,0 +25,1,0,1,1,1,1,5,20,193.375,4407.9716796875,4252,128.53750610351562,1,0,3.2188758850097656,0,5.264631271362305,2.995732307434082,8.391169548034668,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,0,0,1,1,5,41,182,1079.7186279296875,4252,48.912498474121094,1,0,-1.3862943649291992,0,5.204006671905518,3.7135720252990723,6.984455585479736,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,1,0,1,5,34,191.10000610351562,228.60491943359375,4252,127.4000015258789,1,0,-1.3862943649291992,0,5.252796649932861,3.526360511779785,5.431995391845703,0,0,0,0,1,0,0,1,0,0 +9,1,0,1,0,1,1,5,26,159.25,5982.4150390625,4252,105.7874984741211,1,0,2.1972246170043945,0,5.070475101470947,3.25809645652771,8.696579933166504,0,0,0,0,1,0,0,1,0,0 +19,1,0,1,0,1,1,5,31,160.3874969482422,2454.865234375,4252,106.92500305175781,1,0,2.944438934326172,0,5.077592849731445,3.4339871406555176,7.8058271408081055,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,0,1,1,5,21,141.0500030517578,720.9847412109375,4252,93.2750015258789,1,0,-1.3862943649291992,0,4.9491143226623535,3.044522523880005,6.580617904663086,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,1,5,19,204.75,123.09495544433594,4252,136.5,1,0,1.0986123085021973,0,5.321789741516113,2.944438934326172,4.812955856323242,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,1,5,53,225.22500610351562,493.5521545410156,4252,150.14999389648438,1,0,1.0986123085021973,0,5.417099952697754,3.97029185295105,6.201628684997559,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,21,202.47500610351562,51.58264923095703,4252,135.3625030517578,1,0,0,0,5.310616493225098,3.044522523880005,3.943185329437256,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,1,1,5,54,209.3000030517578,1826.4947509765625,4252,139.91250610351562,1,0,1.0986123085021973,0,5.34376859664917,3.9889841079711914,7.510153770446777,0,0,0,0,1,0,0,1,0,0 +5,1,0,0,1,1,1,5,35,152.4250030517578,1232.1219482421875,4228,101.23750305175781,1,0,1.6094379425048828,0,5.026672840118408,3.5553481578826904,7.116493225097656,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,0,0,1,5,34,152.4250030517578,146.54161071777344,4252,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,3.526360511779785,4.987309455871582,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,1,0,1,5,42,221.8125,173.50527954101562,4252,147.875,1,0,0,0,5.401832580566406,3.7376697063446045,5.156208038330078,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,1,1,5,30,141.0500030517578,1060.9613037109375,4252,94.4124984741211,1,0,0,0,4.9491143226623535,3.4011974334716797,6.966930866241455,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,29,147.875,23.446659088134766,4252,98.9625015258789,1,0,0.6931471824645996,0,4.996367454528809,3.367295742034912,3.1547279357910156,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,1,0,1,5,61,195.64999389648438,98.47596740722656,4252,37.537498474121094,1,0,0,0,5.276327133178711,4.110873699188232,4.589812755584717,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,1,0,1,5,36,200.1999969482422,56.27198028564453,4252,133.08749389648438,1,0,1.0986123085021973,0,5.299316883087158,3.5835189819335938,4.030196666717529,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,1,0,1,5,53,171.7624969482422,66.8229751586914,4252,114.88749694824219,1,0,0,0,5.14611291885376,3.97029185295105,4.202046871185303,0,0,0,0,1,0,0,1,0,0 +5,1,0,0,1,0,1,5,52,152.4250030517578,166.47128295898438,4252,101.23750305175781,1,0,1.6094379425048828,0,5.026672840118408,3.9512436389923096,5.114822864532471,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,0,0,1,5,45,139.91250610351562,640.09381103515625,4252,60.287498474121094,1,0,0,0,4.941017150878906,3.8066625595092773,6.461614608764648,0,0,0,0,1,0,0,1,0,0 +17,1,0,0,0,0,1,5,57,208.16250610351562,848.76904296875,4252,141.0500030517578,1,0,2.8332133293151855,0,5.338318824768066,4.043051242828369,6.7437872886657715,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,1,5,43,182,116.06095886230469,4252,174.03750610351562,1,0,1.0986123085021973,0,5.204006671905518,3.761200189590454,4.754115581512451,0,0,0,0,1,0,0,1,0,0 +11,1,0,0,1,0,1,5,48,218.39999389648438,451.3481750488281,4252,145.60000610351562,1,0,2.397895336151123,0,5.386328220367432,3.8712010383605957,6.112238883972168,0,0,0,0,1,0,0,1,0,0 +9,1,0,0,1,1,1,5,39,240.0124969482422,1688.159423828125,4252,160.3874969482422,1,0,2.1972246170043945,0,5.480690956115723,3.6635615825653076,7.431394100189209,0,0,0,0,1,0,0,1,0,0 +29,1,0,0,0,0,1,5,25,170.625,425.5568542480469,4249,113.75,1,0,3.367295742034912,0,5.139468193054199,3.2188758850097656,6.053398609161377,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,1,0,1,5,30,222.9499969482422,83.23564147949219,4252,147.875,1,0,0,0,5.406947612762451,3.4011974334716797,4.421675682067871,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,0,0,0,1,5,39,147.875,112.54396057128906,4252,98.9625015258789,1,0,-1.3862943649291992,0,4.996367454528809,3.6635615825653076,4.723343849182129,0,0,0,0,1,0,0,1,0,0 +5,1,0,0,0,0,1,5,41,129.6750030517578,101.99296569824219,4252,86.44999694824219,1,0,1.6094379425048828,0,4.8650312423706055,3.7135720252990723,4.624903678894043,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,1,0,1,5,54,172.89999389648438,106.68229675292969,4252,114.88749694824219,1,0,0,0,5.152713298797607,3.9889841079711914,4.669855117797852,0,0,0,0,1,0,0,1,0,0 +15,1,0,0,0,0,1,5,27,150.14999389648438,268.4642333984375,4252,100.0999984741211,1,0,2.70805025100708,0,5.011634826660156,3.295836925506592,5.59271764755249,0,0,0,0,1,0,0,1,0,0 +31,1,0,0,1,0,1,5,36,227.5,1391.5592041015625,4252,151.28750610351562,1,0,3.4339871406555176,0,5.427150249481201,3.5835189819335938,7.238180160522461,0,0,0,0,1,0,0,1,0,0 +2,1,0,0,1,0,1,5,44,180.8625030517578,147.7139434814453,4252,120.57499694824219,1,0,0.6931471824645996,0,5.197737216949463,3.7841897010803223,4.995277404785156,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,1,0,1,5,48,179.72500610351562,79.71864318847656,4252,85.3125,1,0,0,0,5.191427707672119,3.8712010383605957,4.378503322601318,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,1,0,1,5,26,211.5749969482422,90.26963806152344,4252,141.0500030517578,1,0,1.0986123085021973,0,5.354579448699951,3.25809645652771,4.502800941467285,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,0,0,3,5,37,227.5,245.017578125,4249,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,3.610917806625366,5.5013298988342285,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,1,0,3,5,56,159.25,355.2168884277344,4252,105.7874984741211,1,0,1.6094379425048828,0,5.070475101470947,4.025351524353027,5.87272834777832,0,0,0,0,1,0,0,0,0,0 +11,1,0,1,1,0,1,5,35,241.14999389648438,498.2414855957031,4252,160.3874969482422,1,0,2.397895336151123,0,5.485419273376465,3.5553481578826904,6.211084842681885,0,0,0,0,1,0,0,1,0,0 +5,1,0,1,1,0,1,5,25,158.1125030517578,145.36927795410156,4252,104.6500015258789,1,0,1.6094379425048828,0,5.06330680847168,3.2188758850097656,4.97927713394165,0,0,0,0,1,0,0,1,0,0 +6,1,0,1,1,1,1,5,45,182,3716.29541015625,4252,121.7125015258789,1,0,1.7917594909667969,0,5.204006671905518,3.8066625595092773,8.22048282623291,0,0,0,0,1,0,0,1,0,0 +7,1,0,0,1,0,1,5,33,187.6875,396.24853515625,4210,125.125,1,0,1.945910096168518,0,5.23477840423584,3.4965076446533203,5.982041835784912,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,27,188.8249969482422,131.30128479003906,4252,126.26249694824219,1,0,0,0,5.240820407867432,3.295836925506592,4.8774943351745605,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,0,0,1,5,32,170.625,111.37162780761719,4210,113.75,1,0,0,0,5.139468193054199,3.465735912322998,4.712872505187988,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,0,0,1,5,19,183.1374969482422,105.50996398925781,4252,121.7125015258789,1,0,0,0,5.2102370262146,2.944438934326172,4.6588053703308105,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,23,197.9250030517578,158.26495361328125,4252,131.9499969482422,1,0,0,0,5.287888050079346,3.1354942321777344,5.064270496368408,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,26,159.25,111.37162780761719,4252,105.7874984741211,1,0,0.6931471824645996,0,5.070475101470947,3.25809645652771,4.712872505187988,0,0,0,0,1,0,0,1,0,0 +39,1,0,1,1,1,1,5,22,174.03750610351562,7033.99755859375,4252,116.0250015258789,1,0,3.6635615825653076,0,5.159270763397217,3.0910425186157227,8.85851001739502,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,0,0,1,5,25,159.25,148.8862762451172,4252,105.7874984741211,1,0,0.6931471824645996,0,5.070475101470947,3.2188758850097656,5.003182888031006,0,0,0,0,1,0,0,1,0,0 +22,1,0,1,1,0,1,5,34,176.3125,924.970703125,4252,117.1624984741211,1,0,3.0910425186157227,0,5.172257900238037,3.526360511779785,6.829761981964111,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,1,0,1,5,36,211.5749969482422,131.30128479003906,4252,141.0500030517578,1,0,-1.3862943649291992,0,5.354579448699951,3.5835189819335938,4.8774943351745605,0,0,0,0,1,0,0,1,0,0 +15,1,0,1,0,1,1,5,24,199.0625,3143.024658203125,4252,133.08749389648438,1,0,2.70805025100708,0,5.293618679046631,3.178053855895996,8.05294132232666,0,0,0,0,1,0,0,1,0,0 +5,1,0,1,0,0,1,5,21,149.0124969482422,201.64126586914062,4252,111.4749984741211,1,0,1.6094379425048828,0,5.004030227661133,3.044522523880005,5.306490421295166,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,0,0,0,1,5,45,193.375,133.6459503173828,4252,128.53750610351562,1,0,-1.3862943649291992,0,5.264631271362305,3.8066625595092773,4.895194053649902,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,1,1,1,5,48,218.39999389648438,1283.70458984375,4252,145.60000610351562,1,0,0,0,5.386328220367432,3.8712010383605957,7.157505512237549,0,0,0,0,1,0,0,1,0,0 +4,1,0,1,1,0,1,5,41,204.75,189.91793823242188,4252,139.91250610351562,1,0,1.3862943649291992,0,5.321789741516113,3.7135720252990723,5.246592044830322,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,0,0,1,5,20,122.8499984741211,44.54865264892578,4252,81.9000015258789,1,0,-1.3862943649291992,0,4.810964107513428,2.995732307434082,3.796581983566284,0,0,0,0,1,0,0,1,0,0 +7,1,0,0,1,0,1,5,35,150.14999389648438,694.0211181640625,4252,130.8125,1,0,1.945910096168518,0,5.011634826660156,3.5553481578826904,6.542502403259277,0,0,0,0,1,0,0,1,0,0 +4,1,0,1,1,0,1,5,21,238.875,114.88862609863281,4252,159.25,1,0,1.3862943649291992,0,5.475940227508545,3.044522523880005,4.743963241577148,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,1,0,1,5,34,202.47500610351562,189.91793823242188,4252,134.22500610351562,1,0,1.0986123085021973,0,5.310616493225098,3.526360511779785,5.246592044830322,0,0,0,0,1,0,0,1,0,0 +7,1,0,1,1,0,1,5,23,240.0124969482422,0,4249,160.3874969482422,1,0,1.945910096168518,0,5.480690956115723,3.1354942321777344,0,0,0,0,0,1,0,0,1,0,0 +13,1,0,1,1,0,1,5,44,238.875,1270.8089599609375,4252,159.25,1,0,2.5649492740631104,0,5.475940227508545,3.7841897010803223,7.147408962249756,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,0,0,1,5,37,209.3000030517578,92.61430358886719,4252,138.77499389648438,1,0,0,0,5.34376859664917,3.610917806625366,4.528443813323975,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,1,1,5,55,179.72500610351562,1059.7889404296875,4252,118.30000305175781,1,0,0,0,5.191427707672119,4.007333278656006,6.965825080871582,0,0,0,0,1,0,0,1,0,0 +12,1,0,1,1,0,1,5,25,180.8625030517578,705.74444580078125,4252,120.57499694824219,1,0,2.4849066734313965,0,5.197737216949463,3.2188758850097656,6.559253215789795,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,1,0,1,5,24,193.375,235.638916015625,4252,128.53750610351562,1,0,-1.3862943649291992,0,5.264631271362305,3.178053855895996,5.462300777435303,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,1,0,1,5,22,179.72500610351562,452.5205078125,4252,119.4375,1,0,0,0,5.191427707672119,3.0910425186157227,6.114832878112793,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,61,213.85000610351562,21.101993560791016,4252,143.3249969482422,1,0,0,0,5.365274906158447,4.110873699188232,3.0493674278259277,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,2,5,30,182,127.78429412841797,4252,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.4011974334716797,4.850343704223633,0,0,0,0,1,0,0,0,1,0 +18,1,0,1,0,0,1,5,61,170.625,534.58380126953125,4252,113.75,1,0,2.890371799468994,0,5.139468193054199,4.110873699188232,6.281488418579102,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,49,180.8625030517578,0,4249,120.57499694824219,1,0,0.6931471824645996,0,5.197737216949463,3.891820192337036,0,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,98,147.875,11.723329544067383,4249,98.9625015258789,1,0,0,0,4.996367454528809,4.584967613220215,2.461580753326416,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,0,0,1,5,22,147.875,137.16294860839844,4252,98.9625015258789,1,0,0,0,4.996367454528809,3.0910425186157227,4.921169757843018,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,1,5,22,159.25,45.720985412597656,4252,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,3.0910425186157227,3.8225574493408203,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,0,0,0,1,5,24,168.35000610351562,167.64361572265625,4252,112.61250305175781,1,0,-1.3862943649291992,0,5.126045227050781,3.178053855895996,5.121840476989746,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,22,222.9499969482422,174.6776123046875,4252,149.0124969482422,1,0,0,0,5.406947612762451,3.0910425186157227,5.162941932678223,0,0,0,0,1,0,0,1,0,0 +6,1,0,0,0,1,1,5,52,202.47500610351562,1271.981201171875,4252,135.3625030517578,1,0,1.7917594909667969,0,5.310616493225098,3.9512436389923096,7.148331165313721,0,0,0,0,1,0,0,1,0,0 +7,1,0,1,0,1,1,5,21,182,1538.100830078125,4252,136.5,1,0,1.945910096168518,0,5.204006671905518,3.044522523880005,7.338303565979004,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,1,5,28,147.875,337.63189697265625,4252,98.9625015258789,1,0,1.0986123085021973,0,4.996367454528809,3.332204580307007,5.821956157684326,0,0,0,0,1,0,0,1,0,0 +5,1,0,1,0,1,1,5,20,220.6750030517578,1558.030517578125,4252,147.875,1,0,1.6094379425048828,0,5.396690845489502,2.995732307434082,7.35117769241333,0,0,0,0,1,0,0,1,0,0 +4,1,0,1,0,0,1,5,40,236.60000610351562,254.39625549316406,4252,158.1125030517578,1,0,1.3862943649291992,0,5.466371059417725,3.6888794898986816,5.538893222808838,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,1,0,1,5,34,166.0749969482422,362.2508850097656,4252,111.4749984741211,1,0,1.0986123085021973,0,5.1124396324157715,3.526360511779785,5.892336845397949,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,0,0,0,1,5,58,232.0500030517578,140.67994689941406,4252,154.6999969482422,1,0,-1.3862943649291992,0,5.446952819824219,4.060442924499512,4.9464874267578125,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,0,0,2,5,20,241.14999389648438,36.34231948852539,4249,137.6374969482422,1,0,0.6931471824645996,0,5.485419273376465,2.995732307434082,3.5929830074310303,0,0,0,0,1,0,0,0,1,0 +25,1,0,1,1,0,1,5,31,204.75,233.29425048828125,4252,136.5,1,0,3.2188758850097656,0,5.321789741516113,3.4339871406555176,5.452300548553467,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,1,0,1,5,28,218.39999389648438,147.7139434814453,4252,145.60000610351562,1,0,-1.3862943649291992,0,5.386328220367432,3.332204580307007,4.995277404785156,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,35,209.3000030517578,145.36927795410156,4252,228.6374969482422,1,0,0,0,5.34376859664917,3.5553481578826904,4.97927713394165,0,0,0,0,1,0,0,1,0,0 +4,1,0,1,0,0,1,5,19,208.16250610351562,372.8018798828125,4252,138.77499389648438,1,0,1.3862943649291992,0,5.338318824768066,2.944438934326172,5.921047210693359,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,33,208.16250610351562,268.4642333984375,4252,138.77499389648438,1,0,0,0,5.338318824768066,3.4965076446533203,5.59271764755249,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,0,0,1,5,57,232.0500030517578,157.09262084960938,4252,154.6999969482422,1,0,1.0986123085021973,0,5.446952819824219,4.043051242828369,5.056835651397705,0,0,0,0,1,0,0,1,0,0 +10,1,0,1,0,0,1,5,20,219.53750610351562,263.77490234375,4252,146.7375030517578,1,0,2.3025851249694824,0,5.3915228843688965,2.995732307434082,5.575096130371094,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,0,0,1,5,20,218.39999389648438,295.4278869628906,4252,145.60000610351562,1,0,0,0,5.386328220367432,2.995732307434082,5.688424587249756,0,0,0,0,1,0,0,1,0,0 +6,1,0,1,0,0,1,5,22,186.5500030517578,475.9671630859375,4252,123.98750305175781,1,0,1.7917594909667969,0,5.228699207305908,3.0910425186157227,6.165349006652832,0,0,0,0,1,0,0,1,0,0 +15,1,0,1,1,0,1,5,25,210.4375,1087.9249267578125,4216,141.0500030517578,1,0,2.70805025100708,0,5.349188804626465,3.2188758850097656,6.992027282714844,0,0,0,0,1,0,0,1,0,0 +36,1,0,1,1,0,1,5,25,210.4375,3214.536865234375,4216,141.0500030517578,1,0,3.5835189819335938,0,5.349188804626465,3.2188758850097656,8.075438499450684,0,0,0,0,1,0,0,1,0,0 +4,1,0,0,0,0,1,5,20,172.89999389648438,398.59320068359375,4252,114.88749694824219,1,0,1.3862943649291992,0,5.152713298797607,2.995732307434082,5.987941265106201,0,0,0,0,1,0,0,1,0,0 +51,1,0,1,0,0,1,5,30,232.0500030517578,4175.85009765625,4252,154.6999969482422,1,0,3.931825637817383,0,5.446952819824219,3.4011974334716797,8.33707332611084,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,0,0,1,5,55,227.5,270.80889892578125,4252,152.4250030517578,1,0,-1.3862943649291992,0,5.427150249481201,4.007333278656006,5.601413249969482,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,1,0,1,5,38,234.3249969482422,232.12191772460938,4252,155.83749389648438,1,0,1.0986123085021973,0,5.456708908081055,3.6375861167907715,5.447262763977051,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,0,1,0,1,5,22,167.21249389648438,99.64830017089844,4252,111.4749984741211,1,0,-1.3862943649291992,0,5.119265556335449,3.0910425186157227,4.601646900177002,0,0,0,0,1,0,0,1,0,0 +14,1,0,0,1,1,1,5,48,228.6374969482422,5440.79736328125,4252,152.4250030517578,1,0,2.6390573978424072,0,5.432137966156006,3.8712010383605957,8.601680755615234,0,0,0,0,1,0,0,1,0,0 +8,1,0,1,1,0,1,5,26,170.625,368.112548828125,4252,113.75,1,0,2.079441547393799,0,5.139468193054199,3.25809645652771,5.908388614654541,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,24,220.6750030517578,335.2872314453125,4252,146.7375030517578,1,0,0.6931471824645996,0,5.396690845489502,3.178053855895996,5.814987659454346,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,2,5,20,182,274.3258972167969,4252,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,2.995732307434082,5.614316940307617,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,1,0,2,5,25,227.5,191.09027099609375,4252,151.28750610351562,1,0,0,0,5.427150249481201,3.2188758850097656,5.252746105194092,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,0,0,2,5,18,238.875,73.85697174072266,4252,159.25,1,0,0,0,5.475940227508545,2.890371799468994,4.302130222320557,0,0,0,0,1,0,0,0,1,0 +164,1,0,1,0,1,2,5,21,227.5,26543.962890625,4252,151.28750610351562,1,0,5.0998663902282715,0,5.427150249481201,3.044522523880005,10.18655776977539,0,0,0,0,1,0,0,0,1,0 +21,1,0,1,1,1,2,5,28,195.64999389648438,4749.12060546875,4249,130.8125,1,0,3.044522523880005,0,5.276327133178711,3.332204580307007,8.465714454650879,0,0,0,0,1,0,0,0,1,0 +2,1,0,1,0,0,2,5,21,202.47500610351562,85.58030700683594,4252,135.3625030517578,1,0,0.6931471824645996,0,5.310616493225098,3.044522523880005,4.449455261230469,0,0,0,0,1,0,0,0,1,0 +9,1,0,1,0,1,2,5,35,193.375,1890.9730224609375,4252,128.53750610351562,1,0,2.1972246170043945,0,5.264631271362305,3.5553481578826904,7.544847011566162,0,0,0,0,1,0,0,0,1,0 +7,1,0,1,0,0,2,5,33,227.5,579.1324462890625,4252,151.28750610351562,1,0,1.945910096168518,0,5.427150249481201,3.4965076446533203,6.3615312576293945,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,1,0,2,5,22,204.75,300.11724853515625,4252,136.5,1,0,0,0,5.321789741516113,3.0910425186157227,5.7041730880737305,0,0,0,0,1,0,0,0,1,0 +10,1,0,1,1,1,2,5,24,200.1999969482422,3885.111328125,4252,133.08749389648438,1,0,2.3025851249694824,0,5.299316883087158,3.178053855895996,8.264906883239746,0,0,0,0,1,0,0,0,1,0 +12,1,0,1,1,0,3,5,22,159.25,1153.5755615234375,4252,105.7874984741211,1,0,2.4849066734313965,0,5.070475101470947,3.0910425186157227,7.050621509552002,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,31,182,63.30598068237305,4252,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,3.4339871406555176,4.147979736328125,0,0,0,0,1,0,0,0,0,0 +34,1,0,1,1,1,2,5,32,170.625,868.69873046875,4252,113.75,1,0,3.526360511779785,0,5.139468193054199,3.465735912322998,6.766996383666992,0,0,0,0,1,0,0,0,1,0 +177,1,0,1,1,1,2,5,34,111.4749984741211,6597.8896484375,4252,73.9375,1,0,5.176149845123291,0,4.713800430297852,3.526360511779785,8.79450511932373,0,0,0,0,1,0,0,0,1,0 +3,1,0,1,0,1,2,5,43,193.375,1597.8897705078125,4252,128.53750610351562,1,0,1.0986123085021973,0,5.264631271362305,3.761200189590454,7.376439094543457,0,0,0,0,1,0,0,0,1,0 +5,1,0,1,1,0,2,5,44,238.875,321.21923828125,4252,61.42499923706055,1,0,1.6094379425048828,0,5.475940227508545,3.7841897010803223,5.77212381362915,0,0,0,0,1,0,0,0,1,0 +4,1,0,1,0,0,2,5,22,163.8000030517578,263.77490234375,4252,109.19999694824219,1,0,1.3862943649291992,0,5.09864616394043,3.0910425186157227,5.575096130371094,0,0,0,0,1,0,0,0,1,0 +5,1,0,1,0,0,2,5,20,200.1999969482422,133.6459503173828,4252,134.22500610351562,1,0,1.6094379425048828,0,5.299316883087158,2.995732307434082,4.895194053649902,0,0,0,0,1,0,0,0,1,0 +4,1,0,1,NA,0,2,5,39,227.5,311.840576171875,4228,151.28750610351562,1,0,1.3862943649291992,0,5.427150249481201,3.6635615825653076,5.742492198944092,0,0,0,0,1,0,0,0,1,0 +86,1,0,1,1,1,2,5,27,216.125,7450.17578125,4252,144.46249389648438,1,0,4.454347133636475,0,5.375856876373291,3.295836925506592,8.915992736816406,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,1,0,2,5,42,224.08749389648438,201.64126586914062,4252,149.0124969482422,1,0,0,0,5.412036418914795,3.7376697063446045,5.306490421295166,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,1,0,2,5,29,241.14999389648438,391.5592041015625,4252,160.3874969482422,1,0,0,0,5.485419273376465,3.367295742034912,5.970136642456055,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,1,0,2,5,24,204.75,120.75028991699219,4252,136.5,1,0,0,0,5.321789741516113,3.178053855895996,4.793724536895752,0,0,0,0,1,0,0,0,1,0 +11,1,0,1,0,0,2,5,19,207.02499389648438,127.78429412841797,4252,137.6374969482422,1,0,2.397895336151123,0,5.332839488983154,2.944438934326172,4.850343704223633,0,0,0,0,1,0,0,0,1,0 +4,1,0,1,1,0,2,5,21,227.5,252.0515899658203,4210,151.28750610351562,1,0,1.3862943649291992,0,5.427150249481201,3.044522523880005,5.52963399887085,0,0,0,0,1,0,0,0,1,0 +2,1,0,1,0,0,2,5,24,145.60000610351562,192.26260375976562,4252,96.6875,1,0,0.6931471824645996,0,4.980863094329834,3.178053855895996,5.258862018585205,0,0,0,0,1,0,0,0,1,0 +0.25,1,0,1,1,0,2,5,34,227.5,106.68229675292969,4252,151.28750610351562,1,0,-1.3862943649291992,0,5.427150249481201,3.526360511779785,4.669855117797852,0,0,0,0,1,0,0,0,1,0 +88,1,0,1,0,0,2,5,56,238.875,245.017578125,4252,159.25,1,0,4.477336883544922,0,5.475940227508545,4.025351524353027,5.5013298988342285,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,0,0,2,5,46,159.25,64.47830963134766,4210,105.7874984741211,1,0,0,0,5.070475101470947,3.828641414642334,4.1663289070129395,0,0,0,0,1,0,0,0,1,0 +3,1,0,1,NA,0,2,5,24,213.85000610351562,206.33059692382812,4252,142.1875,1,0,1.0986123085021973,0,5.365274906158447,3.178053855895996,5.329479694366455,0,0,0,0,1,0,0,0,1,0 +2,1,0,1,1,0,2,5,43,227.5,286.0492248535156,4249,151.28750610351562,1,0,0.6931471824645996,0,5.427150249481201,3.761200189590454,5.656163692474365,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,0,0,2,5,28,238.875,99.64830017089844,4252,145.60000610351562,1,0,0,0,5.475940227508545,3.332204580307007,4.601646900177002,0,0,0,0,1,0,0,0,1,0 +7,1,0,1,0,0,2,5,56,216.125,0,4252,144.46249389648438,1,0,1.945910096168518,0,5.375856876373291,4.025351524353027,0,0,0,0,0,1,0,0,0,1,0 +9,1,0,1,0,1,2,5,26,193.375,2696.36572265625,4252,128.53750610351562,1,0,2.1972246170043945,0,5.264631271362305,3.25809645652771,7.899660110473633,0,0,0,0,1,0,0,0,1,0 +3,1,0,0,0,1,1,5,28,224.08749389648438,386.869873046875,4252,149.0124969482422,1,0,1.0986123085021973,0,5.412036418914795,3.332204580307007,5.958088397979736,0,0,0,0,1,0,0,1,0,0 +12,1,0,1,0,0,3,5,21,227.5,708.089111328125,4252,151.28750610351562,1,0,2.4849066734313965,0,5.427150249481201,3.044522523880005,6.562570095062256,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,0,1,3,5,25,159.25,2075.029296875,4252,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,3.2188758850097656,7.637730598449707,0,0,0,0,1,0,0,0,0,0 +18,1,0,1,0,0,3,5,25,177.4499969482422,432.5908508300781,4252,118.30000305175781,1,0,2.890371799468994,0,5.178689002990723,3.2188758850097656,6.0697922706604,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,1,1,3,5,30,105.7874984741211,2276.670654296875,4249,70.5250015258789,1,0,1.7917594909667969,0,4.661432266235352,3.4011974334716797,7.730469226837158,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,3,5,23,159.25,417.35052490234375,4252,105.7874984741211,1,0,0,0,5.070475101470947,3.1354942321777344,6.033926486968994,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,1,0,3,5,23,235.46249389648438,123.09495544433594,4252,155.83749389648438,1,0,1.3862943649291992,0,5.461551666259766,3.1354942321777344,4.812955856323242,0,0,0,0,1,0,0,0,0,0 +13,1,0,1,1,0,3,5,31,227.5,256.74090576171875,4252,151.28750610351562,1,0,2.5649492740631104,0,5.427150249481201,3.4339871406555176,5.548067569732666,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,1,1,3,5,53,183.1374969482422,2303.63427734375,4252,121.7125015258789,1,0,1.3862943649291992,0,5.2102370262146,3.97029185295105,7.74224328994751,0,0,0,0,1,0,0,0,0,0 +27,1,0,1,0,0,3,5,60,243.4250030517578,1357.5615234375,4249,162.66250610351562,1,0,3.295836925506592,0,5.494808673858643,4.094344615936279,7.21344518661499,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,24,204.75,1709.261474609375,4252,136.5,1,0,-1.3862943649291992,0,5.321789741516113,3.178053855895996,7.443816661834717,0,0,0,0,1,0,0,0,0,0 +37,1,0,1,1,1,3,5,32,204.75,4263.77490234375,4252,136.5,1,0,3.610917806625366,0,5.321789741516113,3.465735912322998,8.35791015625,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,1,3,5,19,213.85000610351562,1454.865234375,4252,142.1875,1,0,1.0986123085021973,0,5.365274906158447,2.944438934326172,7.282668590545654,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,27,232.0500030517578,0,4252,154.6999969482422,1,0,1.0986123085021973,0,5.446952819824219,3.295836925506592,0,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,1,3,5,48,222.9499969482422,1981.24267578125,4252,149.0124969482422,1,0,1.0986123085021973,0,5.406947612762451,3.8712010383605957,7.591479778289795,0,0,0,0,1,0,0,0,0,0 +34,1,0,1,1,1,3,5,22,182,6655.333984375,4252,120.57499694824219,1,0,3.526360511779785,0,5.204006671905518,3.0910425186157227,8.803174018859863,0,0,0,0,1,0,0,0,0,0 +9,1,0,0,1,0,2,5,24,204.75,178.19461059570312,4252,136.5,1,0,2.1972246170043945,0,5.321789741516113,3.178053855895996,5.182876110076904,0,0,0,0,1,0,0,0,1,0 +23,1,0,1,0,0,3,5,23,185.41250610351562,910.9027099609375,4252,123.98750305175781,1,0,3.1354942321777344,0,5.222583293914795,3.1354942321777344,6.814435958862305,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,30,197.9250030517578,198.124267578125,4252,131.9499969482422,1,0,1.0986123085021973,0,5.287888050079346,3.4011974334716797,5.2888946533203125,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,32,218.39999389648438,98.47596740722656,4252,145.60000610351562,1,0,0.6931471824645996,0,5.386328220367432,3.465735912322998,4.589812755584717,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,2,5,40,170.625,35.169986724853516,4252,113.75,1,0,0,0,5.139468193054199,3.6888794898986816,3.5601930618286133,0,0,0,0,1,0,0,0,1,0 +3,1,0,1,1,0,3,5,52,216.125,125.43962860107422,4252,144.46249389648438,1,0,1.0986123085021973,0,5.375856876373291,3.9512436389923096,4.831824779510498,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,1,0,3,5,47,141.0500030517578,0,4252,93.2750015258789,1,0,-1.3862943649291992,0,4.9491143226623535,3.8501474857330322,0,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,57,213.85000610351562,245.017578125,4252,255.9375,1,0,0,0,5.365274906158447,4.043051242828369,5.5013298988342285,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,1,1,3,5,48,164.9375,1686.987060546875,4252,110.3375015258789,1,0,1.7917594909667969,0,5.105566501617432,3.8712010383605957,7.430699348449707,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,0,0,3,5,17,111.4749984741211,270.80889892578125,4249,89.86250305175781,1,0,0.6931471824645996,0,4.713800430297852,2.8332133293151855,5.601413249969482,0,0,0,0,1,0,0,0,0,0 +7,1,0,1,1,0,3,5,37,152.4250030517578,538.100830078125,4252,101.23750305175781,1,0,1.945910096168518,0,5.026672840118408,3.610917806625366,6.288045883178711,0,0,0,0,1,0,0,0,0,0 +11,1,0,0,0,1,3,5,25,141.0500030517578,5592.0283203125,4252,96.6875,1,0,2.397895336151123,0,4.9491143226623535,3.2188758850097656,8.629096984863281,0,0,0,0,1,0,0,0,0,0 +7,1,0,0,1,0,3,5,48,175.1750030517578,127.78429412841797,4252,117.1624984741211,1,0,1.945910096168518,0,5.165785312652588,3.8712010383605957,4.850343704223633,0,0,0,0,1,0,0,0,0,0 +10,1,0,1,0,1,3,5,21,103.51249694824219,9716.2958984375,4252,68.25,1,0,2.3025851249694824,0,4.639692306518555,3.044522523880005,9.181559562683105,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,18,184.27499389648438,256.74090576171875,4249,122.8499984741211,1,0,1.0986123085021973,0,5.216429233551025,2.890371799468994,5.548067569732666,0,0,0,0,1,0,0,0,0,0 +9,1,0,0,1,0,3,5,21,168.35000610351562,501.7585144042969,4252,112.61250305175781,1,0,2.1972246170043945,0,5.126045227050781,3.044522523880005,6.218119144439697,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,81,129.6750030517578,209.84759521484375,4249,68.25,1,0,0,0,4.8650312423706055,4.394449234008789,5.346381664276123,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,1,0,3,5,30,176.3125,291.910888671875,4252,117.1624984741211,1,0,1.3862943649291992,0,5.172257900238037,3.4011974334716797,5.676448345184326,0,0,0,0,1,0,0,0,0,0 +7,1,0,0,0,1,3,5,40,129.6750030517578,1589.6834716796875,4252,86.44999694824219,1,0,1.945910096168518,0,4.8650312423706055,3.6888794898986816,7.37129020690918,0,0,0,0,1,0,0,0,0,0 +7,1,0,1,1,0,3,5,58,170.625,1650.644775390625,4252,113.75,1,0,1.945910096168518,0,5.139468193054199,4.060442924499512,7.408921241760254,0,0,0,0,1,0,0,0,0,0 +7,1,0,0,0,0,3,5,42,176.3125,696.36578369140625,4252,117.1624984741211,1,0,1.945910096168518,0,5.172257900238037,3.7376697063446045,6.545875072479248,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,0,0,3,5,30,229.77499389648438,180.53927612304688,4252,152.4250030517578,1,0,0.6931471824645996,0,5.437100410461426,3.4011974334716797,5.195948123931885,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,0,0,3,5,30,161.52499389648438,2572.098388671875,4252,108.0625,1,0,1.6094379425048828,0,5.084660053253174,3.4011974334716797,7.852477550506592,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,1,0,3,5,26,240.0124969482422,207.5029296875,4252,137.6374969482422,1,0,1.3862943649291992,0,5.480690956115723,3.25809645652771,5.335145473480225,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,1,0,3,5,23,225.22500610351562,157.09262084960938,4249,150.14999389648438,1,0,1.3862943649291992,0,5.417099952697754,3.1354942321777344,5.056835651397705,0,0,0,0,1,0,0,0,0,0 +16,1,0,1,1,0,3,5,32,240.0124969482422,396.24853515625,4252,240.0124969482422,1,0,2.7725887298583984,0,5.480690956115723,3.465735912322998,5.982041835784912,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,20,154.6999969482422,422.03985595703125,4252,103.51249694824219,1,0,0,0,5.041487693786621,2.995732307434082,6.04509973526001,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,19,112.61250305175781,33.99765396118164,4252,75.07499694824219,1,0,-1.3862943649291992,0,4.723952770233154,2.944438934326172,3.526291608810425,0,0,0,0,1,0,0,0,0,0 +43,1,0,0,1,1,3,5,30,141.0500030517578,4225.087890625,4252,94.4124984741211,1,0,3.761200189590454,0,4.9491143226623535,3.4011974334716797,8.348794937133789,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,0,0,3,5,21,141.0500030517578,185.22860717773438,4252,94.4124984741211,1,0,1.7917594909667969,0,4.9491143226623535,3.044522523880005,5.221590995788574,0,0,0,0,1,0,0,0,0,0 +8,1,0,0,1,1,3,5,36,159.25,4572.0986328125,4252,105.7874984741211,1,0,2.079441547393799,0,5.070475101470947,3.5835189819335938,8.427727699279785,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,0,0,3,5,18,106.92500305175781,611.95782470703125,4252,70.5250015258789,1,0,-1.3862943649291992,0,4.672127723693848,2.890371799468994,6.41666316986084,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,1,0,3,5,20,139.91250610351562,262.6025695800781,4252,93.2750015258789,1,0,1.3862943649291992,0,4.941017150878906,2.995732307434082,5.57064151763916,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,1,0,3,5,20,146.7375030517578,25.791324615478516,4252,97.82499694824219,1,0,-1.3862943649291992,0,4.988645076751709,2.995732307434082,3.2500381469726562,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,24,193.375,323.56390380859375,4252,127.4000015258789,1,0,1.0986123085021973,0,5.264631271362305,3.178053855895996,5.7793965339660645,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,0,0,3,5,19,170.625,49.23798370361328,4252,113.75,1,0,0.6931471824645996,0,5.139468193054199,2.944438934326172,3.896665334701538,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,41,156.97500610351562,284.87689208984375,4252,104.6500015258789,1,0,1.0986123085021973,0,5.056086540222168,3.7135720252990723,5.65205717086792,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,35,170.625,192.26260375976562,4252,113.75,1,0,0.6931471824645996,0,5.139468193054199,3.5553481578826904,5.258862018585205,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,NA,0,3,5,33,134.22500610351562,29.30832290649414,4252,88.7249984741211,1,0,1.6094379425048828,0,4.89951753616333,3.4965076446533203,3.377871513366699,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,0,0,3,5,38,175.1750030517578,269.6365661621094,4252,121.7125015258789,1,0,1.6094379425048828,0,5.165785312652588,3.6375861167907715,5.59707498550415,0,0,0,0,1,0,0,0,0,0 +12,1,0,0,0,1,3,5,58,159.25,4345.83837890625,4252,105.7874984741211,1,0,2.4849066734313965,0,5.070475101470947,4.060442924499512,8.376974105834961,0,0,0,0,1,0,0,0,0,0 +12,1,0,0,0,1,3,5,58,159.25,4474.794921875,4252,105.7874984741211,1,0,2.4849066734313965,0,5.070475101470947,4.060442924499512,8.40621566772461,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,27,145.60000610351562,257.9132385253906,4252,96.6875,1,0,0.6931471824645996,0,4.980863094329834,3.295836925506592,5.552623271942139,0,0,0,0,1,0,0,0,0,0 +9,1,0,1,1,1,3,5,44,133.08749389648438,3174.677490234375,4252,88.7249984741211,1,0,2.1972246170043945,0,4.891006946563721,3.7841897010803223,8.06296157836914,0,0,0,0,1,0,0,0,0,0 +22,1,0,0,1,0,3,5,39,162.66250610351562,420.8675231933594,4252,108.0625,1,0,3.0910425186157227,0,5.091677665710449,3.6635615825653076,6.042318344116211,0,0,0,0,1,0,0,0,0,0 +20,1,0,1,1,1,3,5,20,133.08749389648438,2592.028076171875,4252,88.7249984741211,1,0,2.995732307434082,0,4.891006946563721,2.995732307434082,7.860196113586426,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,18,170.625,756.15472412109375,4252,113.75,1,0,1.0986123085021973,0,5.139468193054199,2.890371799468994,6.628245830535889,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,22,179.72500610351562,116.06095886230469,4252,51.1875,1,0,0,0,5.191427707672119,3.0910425186157227,4.754115581512451,0,0,0,0,1,0,0,0,0,0 +25,1,0,0,0,1,3,5,25,227.5,3606.09619140625,4252,151.28750610351562,1,0,3.2188758850097656,0,5.427150249481201,3.2188758850097656,8.190381050109863,0,0,0,0,1,0,0,0,0,0 +6,1,0,0,1,0,3,5,28,187.6875,1550.9964599609375,4252,125.125,1,0,1.7917594909667969,0,5.23477840423584,3.332204580307007,7.346652984619141,0,0,0,0,1,0,0,0,0,0 +18,1,0,1,0,1,3,5,24,205.8874969482422,6946.07275390625,4252,136.5,1,0,2.890371799468994,0,5.327330112457275,3.178053855895996,8.8459320068359375,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,1,3,5,54,241.14999389648438,1291.910888671875,4252,126.26249694824219,1,0,1.0986123085021973,0,5.485419273376465,3.9889841079711914,7.163877487182617,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,22,170.625,78.54631042480469,4252,113.75,1,0,1.0986123085021973,0,5.139468193054199,3.0910425186157227,4.3636884689331055,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,1,0,3,5,58,230.91250610351562,70.33997344970703,4252,153.5625,1,0,1.6094379425048828,0,5.4420390129089355,4.060442924499512,4.253340244293213,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,19,182,112.54396057128906,4252,121.7125015258789,1,0,0,0,5.204006671905518,2.944438934326172,4.723343849182129,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,35,197.9250030517578,100.82063293457031,4210,131.9499969482422,1,0,-1.3862943649291992,0,5.287888050079346,3.5553481578826904,4.613343238830566,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,1,1,3,5,27,212.71249389648438,497.06915283203125,4252,142.1875,1,0,1.6094379425048828,0,5.359941482543945,3.295836925506592,6.208729267120361,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,30,186.5500030517578,168.81594848632812,4252,123.98750305175781,1,0,1.0986123085021973,0,5.228699207305908,3.4011974334716797,5.128808975219727,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,1,0,3,5,52,182,0,4252,120.57499694824219,1,0,1.6094379425048828,0,5.204006671905518,3.9512436389923096,0,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,35,224.08749389648438,86.75263977050781,4252,149.0124969482422,1,0,0.6931471824645996,0,5.412036418914795,3.5553481578826904,4.4630608558654785,0,0,0,0,1,0,0,0,0,0 +7,1,0,1,1,1,3,5,41,235.46249389648438,3910.902587890625,4252,156.97500610351562,1,0,1.945910096168518,0,5.461551666259766,3.7135720252990723,8.271523475646973,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,3,5,39,159.25,173.50527954101562,4252,105.7874984741211,1,0,0,0,5.070475101470947,3.6635615825653076,5.156208038330078,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,19,141.0500030517578,57.444313049316406,4252,94.4124984741211,1,0,-1.3862943649291992,0,4.9491143226623535,2.944438934326172,4.050816059112549,0,0,0,0,1,0,0,0,0,0 +9,1,0,1,1,1,3,5,34,230.91250610351562,3787.8076171875,4252,153.5625,1,0,2.1972246170043945,0,5.4420390129089355,3.526360511779785,8.239542961120605,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,23,182,107.85462951660156,4249,112.61250305175781,1,0,0,0,5.204006671905518,3.1354942321777344,4.680784225463867,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,1,0,3,5,23,129.6750030517578,103.16529846191406,4252,86.44999694824219,1,0,1.3862943649291992,0,4.8650312423706055,3.1354942321777344,4.6363325119018555,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,1,3,5,42,216.125,1025.7913818359375,4252,144.46249389648438,1,0,1.0986123085021973,0,5.375856876373291,3.7376697063446045,6.933219909667969,0,0,0,0,1,0,0,0,0,0 +11,1,0,NA,1,1,3,5,27,200.1999969482422,4256.74072265625,4252,133.08749389648438,1,0,2.397895336151123,0,5.299316883087158,3.295836925506592,8.3562593460083,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,1,1,3,5,25,242.28750610351562,574.443115234375,4252,161.52499389648438,1,0,1.7917594909667969,0,5.4901251792907715,3.2188758850097656,6.353401184082031,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,NA,0,3,5,45,201.33749389648438,164.12661743164062,4252,134.22500610351562,1,0,-1.3862943649291992,0,5.304982662200928,3.8066625595092773,5.100638389587402,0,0,0,0,1,0,0,0,0,0 +16,1,0,1,0,1,3,5,25,233.1875,5131.30126953125,4252,155.83749389648438,1,0,2.7725887298583984,0,5.451842784881592,3.2188758850097656,8.54311466217041,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,23,177.4499969482422,361.07855224609375,4252,108.0625,1,0,1.0986123085021973,0,5.178689002990723,3.1354942321777344,5.889095306396484,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,69,213.85000610351562,153.57562255859375,4252,142.1875,1,0,1.0986123085021973,0,5.365274906158447,4.234106540679932,5.03419303894043,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,3,5,36,210.4375,0,4252,141.0500030517578,1,0,0,0,5.349188804626465,3.5835189819335938,0,0,0,0,0,1,0,0,0,0,0 +9,1,0,1,1,1,3,5,26,182,793.66937255859375,4252,121.7125015258789,1,0,2.1972246170043945,0,5.204006671905518,3.25809645652771,6.676666736602783,0,0,0,0,1,0,0,0,0,0 +9,1,0,0,0,0,3,5,54,110.3375015258789,352.8722229003906,4252,73.9375,1,0,2.1972246170043945,0,4.703543663024902,3.9889841079711914,5.866106033325195,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,1,0,3,5,26,214.9875030517578,23.446659088134766,4252,143.3249969482422,1,0,-1.3862943649291992,0,5.370579719543457,3.25809645652771,3.1547279357910156,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,23,238.875,358.73388671875,4252,159.25,1,0,1.0986123085021973,0,5.475940227508545,3.1354942321777344,5.882580757141113,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,1,0,3,5,21,194.5124969482422,253.2239227294922,4252,129.6750030517578,1,0,-1.3862943649291992,0,5.270496368408203,3.044522523880005,5.534274101257324,0,0,0,0,1,0,0,0,0,0 +21,1,0,1,1,0,3,5,44,227.5,2603.75146484375,4252,151.28750610351562,1,0,3.044522523880005,0,5.427150249481201,3.7841897010803223,7.864708423614502,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,0,0,3,5,40,191.10000610351562,413.8335266113281,4252,155.83749389648438,1,0,1.6094379425048828,0,5.252796649932861,3.6888794898986816,6.025463581085205,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,0,1,3,5,23,154.6999969482422,2389.214599609375,4252,103.51249694824219,1,0,1.7917594909667969,0,5.041487693786621,3.1354942321777344,7.778719902038574,0,0,0,0,1,0,0,0,0,0 +9,1,0,1,1,0,3,5,27,235.46249389648438,62.133644104003906,4252,156.97500610351562,1,0,2.1972246170043945,0,5.461551666259766,3.295836925506592,4.1292877197265625,0,0,0,0,1,0,0,0,0,0 +15,1,0,1,1,1,3,5,34,202.47500610351562,7638.92138671875,4252,134.22500610351562,1,0,2.70805025100708,0,5.310616493225098,3.526360511779785,8.941011428833008,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,22,230.91250610351562,413.8335266113281,4252,153.5625,1,0,-1.3862943649291992,0,5.4420390129089355,3.0910425186157227,6.025463581085205,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,28,237.7375030517578,543.96246337890625,4252,158.1125030517578,1,0,0.6931471824645996,0,5.471167087554932,3.332204580307007,6.298880100250244,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,31,200.1999969482422,1694.0211181640625,4252,133.08749389648438,1,0,1.0986123085021973,0,5.299316883087158,3.4339871406555176,7.4348602294921875,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,20,120.57499694824219,148.8862762451172,4252,106.92500305175781,1,0,0,0,4.792272090911865,2.995732307434082,5.003182888031006,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,38,152.4250030517578,162.95428466796875,4252,101.23750305175781,1,0,0.6931471824645996,0,5.026672840118408,3.6375861167907715,5.093469619750977,0,0,0,0,1,0,0,0,0,0 +13,1,0,1,1,1,3,5,59,182,4902.6962890625,4252,121.7125015258789,1,0,2.5649492740631104,0,5.204006671905518,4.077537536621094,8.497540473937988,0,0,0,0,1,0,0,0,0,0 +11,1,0,1,1,0,3,5,40,227.5,559.20281982421875,4252,135.3625030517578,1,0,2.397895336151123,0,5.427150249481201,3.6888794898986816,6.326512336730957,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,3,5,28,159.25,165.2989501953125,4252,105.7874984741211,1,0,0,0,5.070475101470947,3.332204580307007,5.107755661010742,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,52,91,182.88394165039062,4252,60.287498474121094,1,0,1.0986123085021973,0,4.510859489440918,3.9512436389923096,5.2088518142700195,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,1,0,3,5,51,187.6875,302.4619140625,4252,125.125,1,0,1.3862943649291992,0,5.23477840423584,3.931825637817383,5.711955547332764,0,0,0,0,1,0,0,0,0,0 +8,1,0,1,0,0,3,5,23,241.14999389648438,348.1828918457031,4252,161.52499389648438,1,0,2.079441547393799,0,5.485419273376465,3.1354942321777344,5.852727890014648,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,29,156.97500610351562,114.88862609863281,4252,104.6500015258789,1,0,-1.3862943649291992,0,5.056086540222168,3.367295742034912,4.743963241577148,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,1,0,3,5,57,233.1875,28.135990142822266,4252,155.83749389648438,1,0,1.6094379425048828,0,5.451842784881592,4.043051242828369,3.3370494842529297,0,0,0,0,1,0,0,0,0,0 +59,1,0,1,1,0,3,5,28,199.0625,2618.99169921875,4252,133.08749389648438,1,0,4.077537536621094,0,5.293618679046631,3.332204580307007,7.870544910430908,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,19,152.4250030517578,94.95896911621094,4252,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,2.944438934326172,4.553444862365723,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,3,5,27,232.0500030517578,14.067995071411133,4252,154.6999969482422,1,0,0,0,5.446952819824219,3.295836925506592,2.64390230178833,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,62,149.0124969482422,154.74795532226562,4252,98.9625015258789,1,0,0.6931471824645996,0,5.004030227661133,4.127134323120117,5.041797637939453,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,0,0,3,5,31,220.6750030517578,0,4252,147.875,1,0,-1.3862943649291992,0,5.396690845489502,3.4339871406555176,0,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,18,183.1374969482422,270.80889892578125,4252,121.7125015258789,1,0,-1.3862943649291992,0,5.2102370262146,2.890371799468994,5.601413249969482,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,29,156.97500610351562,161.78195190429688,4252,104.6500015258789,1,0,0.6931471824645996,0,5.056086540222168,3.367295742034912,5.086249351501465,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,3,5,33,193.375,276.6705627441406,4252,128.53750610351562,1,0,0,0,5.264631271362305,3.4965076446533203,5.622827529907227,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,23,191.10000610351562,168.81594848632812,4252,151.28750610351562,1,0,1.0986123085021973,0,5.252796649932861,3.1354942321777344,5.128808975219727,0,0,0,0,1,0,0,0,0,0 +17,1,0,0,0,1,3,5,45,130.8125,4647.1279296875,4252,87.5875015258789,1,0,2.8332133293151855,0,4.873764991760254,3.8066625595092773,8.444005012512207,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,1,0,3,5,59,214.9875030517578,195.77960205078125,4252,143.3249969482422,1,0,0,0,5.370579719543457,4.077537536621094,5.276989459991455,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,1,3,5,34,113.75,682.29779052734375,4252,75.07499694824219,1,0,0,0,4.734003067016602,3.526360511779785,6.525466442108154,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,1,3,5,42,227.5,2187.5732421875,4252,151.28750610351562,1,0,0.6931471824645996,0,5.427150249481201,3.7376697063446045,7.690547943115234,0,0,0,0,1,0,0,0,0,0 +24,1,0,0,1,1,3,5,46,143.3249969482422,3964.830078125,4249,96.6875,1,0,3.178053855895996,0,4.965114593505859,3.828641414642334,8.285218238830566,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,0,1,3,5,32,152.4250030517578,1771.39501953125,4252,101.23750305175781,1,0,1.3862943649291992,0,5.026672840118408,3.465735912322998,7.479522705078125,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,0,0,3,5,31,150.14999389648438,561.5474853515625,4252,98.9625015258789,1,0,1.3862943649291992,0,5.011634826660156,3.4339871406555176,6.330696105957031,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,1,0,3,5,28,156.97500610351562,322.3915710449219,4252,104.6500015258789,1,0,1.6094379425048828,0,5.056086540222168,3.332204580307007,5.775766849517822,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,0,0,3,5,23,141.0500030517578,944.90032958984375,4252,94.4124984741211,1,0,1.6094379425048828,0,4.9491143226623535,3.1354942321777344,6.85107946395874,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,1,0,3,5,52,141.0500030517578,750.2930908203125,4252,94.4124984741211,1,0,1.6094379425048828,0,4.9491143226623535,3.9512436389923096,6.620463848114014,0,0,0,0,1,0,0,0,0,0 +8,1,0,0,0,1,3,5,37,220.6750030517578,1260.2579345703125,4252,146.7375030517578,1,0,2.079441547393799,0,5.396690845489502,3.610917806625366,7.139071464538574,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,1,0,3,5,34,122.8499984741211,417.35052490234375,4252,81.9000015258789,1,0,1.6094379425048828,0,4.810964107513428,3.526360511779785,6.033926486968994,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,1,0,3,5,33,145.60000610351562,146.54161071777344,4252,96.6875,1,0,0,0,4.980863094329834,3.4965076446533203,4.987309455871582,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,1,0,3,5,22,136.5,362.2508850097656,4252,91,1,0,-1.3862943649291992,0,4.916324615478516,3.0910425186157227,5.892336845397949,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,1,0,3,5,45,146.7375030517578,478.31182861328125,4252,97.82499694824219,1,0,0,0,4.988645076751709,3.8066625595092773,6.170262813568115,0,0,0,0,1,0,0,0,0,0 +6,1,0,0,0,0,3,5,26,131.9499969482422,184.0562744140625,4252,87.5875015258789,1,0,1.7917594909667969,0,4.882422924041748,3.25809645652771,5.215241432189941,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,24,152.4250030517578,43.376319885253906,4252,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,3.178053855895996,3.769913673400879,0,0,0,0,1,0,0,0,0,0 +6,1,0,0,0,0,3,5,41,238.875,198.124267578125,4252,159.25,1,0,1.7917594909667969,0,5.475940227508545,3.7135720252990723,5.2888946533203125,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,48,119.4375,216.881591796875,4249,79.625,1,0,1.0986123085021973,0,4.782793045043945,3.8712010383605957,5.379351615905762,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,32,162.66250610351562,116.06095886230469,4252,108.0625,1,0,1.0986123085021973,0,5.091677665710449,3.465735912322998,4.754115581512451,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,1,0,3,5,33,161.52499389648438,14.067995071411133,4252,108.0625,1,0,0,0,5.084660053253174,3.4965076446533203,2.64390230178833,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,0,0,3,5,55,161.52499389648438,457.2098388671875,4252,106.92500305175781,1,0,1.6094379425048828,0,5.084660053253174,4.007333278656006,6.125142574310303,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,33,141.0500030517578,101.99296569824219,4252,94.4124984741211,1,0,0.6931471824645996,0,4.9491143226623535,3.4965076446533203,4.624903678894043,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,0,0,3,5,26,163.8000030517578,187.57327270507812,4249,109.19999694824219,1,0,1.3862943649291992,0,5.09864616394043,3.25809645652771,5.2341694831848145,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,0,0,3,5,58,156.97500610351562,29.30832290649414,4252,104.6500015258789,1,0,0.6931471824645996,0,5.056086540222168,4.060442924499512,3.377871513366699,0,0,0,0,1,0,0,0,0,0 +13,1,0,0,1,1,3,5,45,143.3249969482422,2887.4560546875,4252,95.55000305175781,1,0,2.5649492740631104,0,4.965114593505859,3.8066625595092773,7.968131065368652,0,0,0,0,1,0,0,0,0,0 +8,1,0,0,1,0,3,5,23,196.78750610351562,438.4525146484375,4252,130.8125,1,0,2.079441547393799,0,5.2821245193481445,3.1354942321777344,6.083251476287842,0,0,0,0,1,0,0,0,0,0 +8,1,0,0,0,0,3,5,36,143.3249969482422,1041.0316162109375,4252,95.55000305175781,1,0,2.079441547393799,0,4.965114593505859,3.5835189819335938,6.947967529296875,0,0,0,0,1,0,0,0,0,0 +14,1,0,0,1,1,3,5,19,105.7874984741211,991.79364013671875,4252,69.38749694824219,1,0,2.6390573978424072,0,4.661432266235352,2.944438934326172,6.899515151977539,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,0,0,3,5,20,141.0500030517578,22.27432632446289,4249,94.4124984741211,1,0,0.6931471824645996,0,4.9491143226623535,2.995732307434082,3.1034348011016846,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,0,0,3,5,30,143.3249969482422,24.61899185180664,4252,95.55000305175781,1,0,1.3862943649291992,0,4.965114593505859,3.4011974334716797,3.2035181522369385,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,42,109.19999694824219,222.74325561523438,4252,72.80000305175781,1,0,1.0986123085021973,0,4.693181037902832,3.7376697063446045,5.406019687652588,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,1,0,3,5,37,147.875,171.16061401367188,4252,97.82499694824219,1,0,0,0,4.996367454528809,3.610917806625366,5.142602443695068,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,1,0,3,5,23,151.28750610351562,141.85227966308594,4252,101.23750305175781,1,0,1.3862943649291992,0,5.019182205200195,3.1354942321777344,4.95478630065918,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,38,146.7375030517578,16.412660598754883,4249,97.82499694824219,1,0,1.0986123085021973,0,4.988645076751709,3.6375861167907715,2.798053026199341,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,26,182,281.3598937988281,4249,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,3.25809645652771,5.639634609222412,0,0,0,0,1,0,0,0,0,0 +13,1,0,0,0,1,3,5,33,163.8000030517578,3964.830078125,4252,109.19999694824219,1,0,2.5649492740631104,0,5.09864616394043,3.4965076446533203,8.285218238830566,0,0,0,0,1,0,0,0,0,0 +22,1,0,0,1,1,3,5,40,209.3000030517578,10677.6083984375,4252,138.77499389648438,1,0,3.0910425186157227,0,5.34376859664917,3.6888794898986816,9.275903701782227,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,NA,0,3,5,40,222.9499969482422,237.98358154296875,4252,85.3125,1,0,0,0,5.406947612762451,3.6888794898986816,5.472201824188232,0,0,0,0,1,0,0,0,0,0 +13,1,0,0,1,1,3,5,27,216.125,1479.484130859375,4252,144.46249389648438,1,0,2.5649492740631104,0,5.375856876373291,3.295836925506592,7.2994489669799805,0,0,0,0,1,0,0,0,0,0 +32,1,0,0,0,1,3,5,44,200.1999969482422,2079.71875,4252,134.22500610351562,1,0,3.465735912322998,0,5.299316883087158,3.7841897010803223,7.639987945556641,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,26,185.41250610351562,287.2215576171875,4252,123.98750305175781,1,0,1.0986123085021973,0,5.222583293914795,3.25809645652771,5.660254001617432,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,1,1,3,5,58,163.8000030517578,715.12310791015625,4252,109.19999694824219,1,0,1.3862943649291992,0,5.09864616394043,4.060442924499512,6.572454929351807,0,0,0,0,1,0,0,0,0,0 +8,1,0,0,1,0,3,5,24,172.89999389648438,270.80889892578125,4252,114.88749694824219,1,0,2.079441547393799,0,5.152713298797607,3.178053855895996,5.601413249969482,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,1,0,3,5,29,195.64999389648438,167.64361572265625,4252,130.8125,1,0,0,0,5.276327133178711,3.367295742034912,5.121840476989746,0,0,0,0,1,0,0,0,0,0 +11,1,0,0,0,0,3,5,22,214.9875030517578,165.2989501953125,4249,137.6374969482422,1,0,2.397895336151123,0,5.370579719543457,3.0910425186157227,5.107755661010742,0,0,0,0,1,0,0,0,0,0 +6,1,0,0,1,0,3,5,26,152.4250030517578,298.94488525390625,4252,101.23750305175781,1,0,1.7917594909667969,0,5.026672840118408,3.25809645652771,5.700259208679199,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,22,180.8625030517578,0,4252,120.57499694824219,1,0,0,0,5.197737216949463,3.0910425186157227,0,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,21,163.8000030517578,144.1969451904297,4252,15.925000190734863,1,0,0,0,5.09864616394043,3.044522523880005,4.971179962158203,0,0,0,0,1,0,0,0,0,0 +6,1,0,0,0,1,3,5,65,103.51249694824219,793.66937255859375,4252,69.38749694824219,1,0,1.7917594909667969,0,4.639692306518555,4.174387454986572,6.676666736602783,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,39,119.4375,477.1394958496094,4252,79.625,1,0,1.0986123085021973,0,4.782793045043945,3.6635615825653076,6.167809009552002,0,0,0,0,1,0,0,0,0,0 +8,1,0,0,0,1,3,5,25,210.4375,4243.84521484375,4252,139.91250610351562,1,0,2.079441547393799,0,5.349188804626465,3.2188758850097656,8.353224754333496,0,0,0,0,1,0,0,0,0,0 +15,1,0,0,0,1,3,5,37,218.39999389648438,4057.4443359375,4252,145.60000610351562,1,0,2.70805025100708,0,5.386328220367432,3.610917806625366,8.308308601379395,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,38,141.0500030517578,245.017578125,4252,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.6375861167907715,5.5013298988342285,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,1,3,5,36,158.1125030517578,2969.519287109375,4252,104.6500015258789,1,0,1.0986123085021973,0,5.06330680847168,3.5835189819335938,7.996155261993408,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,32,218.39999389648438,833.52874755859375,4252,134.22500610351562,1,0,1.0986123085021973,0,5.386328220367432,3.465735912322998,6.725667953491211,0,0,0,0,1,0,0,0,0,0 +18,1,0,1,0,1,3,5,18,141.0500030517578,1808.9097900390625,4252,94.4124984741211,1,0,2.890371799468994,0,4.9491143226623535,2.890371799468994,7.500479698181152,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,1,0,3,5,36,187.6875,33.99765396118164,4252,125.125,1,0,0,0,5.23477840423584,3.5835189819335938,3.526291608810425,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,31,142.1875,60.96131134033203,4252,94.4124984741211,1,0,1.0986123085021973,0,4.957146644592285,3.4339871406555176,4.110239505767822,0,0,0,0,1,0,0,0,0,0 +10,1,0,1,0,0,3,5,22,240.0124969482422,232.12191772460938,4252,159.25,1,0,2.3025851249694824,0,5.480690956115723,3.0910425186157227,5.447262763977051,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,0,0,3,5,19,142.1875,206.33059692382812,4252,94.4124984741211,1,0,0,0,4.957146644592285,2.944438934326172,5.329479694366455,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,23,185.41250610351562,160.609619140625,4252,123.98750305175781,1,0,1.0986123085021973,0,5.222583293914795,3.1354942321777344,5.078976631164551,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,40,195.64999389648438,155.9202880859375,4252,130.8125,1,0,0,0,5.276327133178711,3.6888794898986816,5.049345016479492,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,23,222.9499969482422,154.74795532226562,4252,149.0124969482422,1,0,-1.3862943649291992,0,5.406947612762451,3.1354942321777344,5.041797637939453,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,1,3,5,42,156.97500610351562,1264.947265625,4252,104.6500015258789,1,0,1.0986123085021973,0,5.056086540222168,3.7376697063446045,7.142785549163818,0,0,0,0,1,0,0,0,0,0 +10,1,0,0,1,0,3,5,41,164.9375,473.62249755859375,4252,110.3375015258789,1,0,2.3025851249694824,0,5.105566501617432,3.7135720252990723,6.160410404205322,0,0,0,0,1,0,0,0,0,0 +11,1,0,0,1,0,3,5,53,193.375,96.13130187988281,4252,128.53750610351562,1,0,2.397895336151123,0,5.264631271362305,3.97029185295105,4.5657148361206055,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,50,189.96249389648438,846.42437744140625,4252,126.26249694824219,1,0,1.0986123085021973,0,5.246826648712158,3.9120230674743652,6.741020679473877,0,0,0,0,1,0,0,0,0,0 +22,1,0,0,1,0,3,5,48,114.88749694824219,6487.6904296875,4252,204.75,1,0,3.0910425186157227,0,4.743953227996826,3.8712010383605957,8.77766227722168,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,1,0,3,5,33,166.0749969482422,144.1969451904297,4252,113.75,1,0,1.6094379425048828,0,5.1124396324157715,3.4965076446533203,4.971179962158203,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,18,170.625,186.40093994140625,4252,113.75,1,0,1.0986123085021973,0,5.139468193054199,2.890371799468994,5.22790002822876,0,0,0,0,1,0,0,0,0,0 +10,1,0,1,0,0,3,5,20,238.875,610.78546142578125,4252,159.25,1,0,2.3025851249694824,0,5.475940227508545,2.995732307434082,6.414745807647705,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,31,184.27499389648438,215.70925903320312,4252,122.8499984741211,1,0,1.0986123085021973,0,5.216429233551025,3.4339871406555176,5.373931407928467,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,41,183.1374969482422,35.169986724853516,4252,121.7125015258789,1,0,0.6931471824645996,0,5.2102370262146,3.7135720252990723,3.5601930618286133,0,0,0,0,1,0,0,0,0,0 +7,1,0,1,1,0,3,5,40,191.10000610351562,471.27783203125,4252,127.4000015258789,1,0,1.945910096168518,0,5.252796649932861,3.6888794898986816,6.155447959899902,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,NA,0,3,5,40,163.8000030517578,216.881591796875,4252,109.19999694824219,1,0,0,0,5.09864616394043,3.6888794898986816,5.379351615905762,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,1,0,3,5,33,154.6999969482422,128.9566192626953,4252,154.6999969482422,1,0,-1.3862943649291992,0,5.041487693786621,3.4965076446533203,4.859476089477539,0,0,0,0,1,0,0,0,0,0 +7,1,0,0,1,0,3,5,36,147.875,235.638916015625,4252,98.9625015258789,1,0,1.945910096168518,0,4.996367454528809,3.5835189819335938,5.462300777435303,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,NA,0,3,5,24,159.25,241.50057983398438,4252,105.7874984741211,1,0,1.6094379425048828,0,5.070475101470947,3.178053855895996,5.486871719360352,0,0,0,0,1,0,0,0,0,0 +13,1,0,0,1,1,3,5,43,128.53750610351562,4638.92138671875,4252,85.3125,1,0,2.5649492740631104,0,4.856220722198486,3.761200189590454,8.44223690032959,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,0,0,3,5,25,114.88749694824219,117.23329162597656,4252,76.2125015258789,1,0,0.6931471824645996,0,4.743953227996826,3.2188758850097656,4.764165878295898,0,0,0,0,1,0,0,0,0,0 +15,1,0,0,1,1,3,5,29,136.5,3162.954345703125,4252,91,1,0,2.70805025100708,0,4.916324615478516,3.367295742034912,8.059261322021484,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,47,97.82499694824219,134.8182830810547,4252,64.8375015258789,1,0,0.6931471824645996,0,4.583179950714111,3.8501474857330322,4.903927803039551,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,79,152.4250030517578,42.20398712158203,4252,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,4.369447708129883,3.7425146102905273,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,0,0,3,5,20,126.26249694824219,99.64830017089844,4252,84.17500305175781,1,0,-1.3862943649291992,0,4.838363170623779,2.995732307434082,4.601646900177002,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,0,0,3,5,54,227.5,101.99296569824219,4252,151.28750610351562,1,0,0.6931471824645996,0,5.427150249481201,3.9889841079711914,4.624903678894043,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,0,0,3,5,24,121.7125015258789,480.656494140625,4252,121.7125015258789,1,0,0,0,4.801661491394043,3.178053855895996,6.175152778625488,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,0,0,3,5,28,91,158.26495361328125,4252,61.42499923706055,1,0,-1.3862943649291992,0,4.510859489440918,3.332204580307007,5.064270496368408,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,22,179.72500610351562,103.16529846191406,4252,119.4375,1,0,1.0986123085021973,0,5.191427707672119,3.0910425186157227,4.6363325119018555,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,1,0,3,5,21,200.1999969482422,107.85462951660156,4252,133.08749389648438,1,0,-1.3862943649291992,0,5.299316883087158,3.044522523880005,4.680784225463867,0,0,0,0,1,0,0,0,0,0 +18,1,0,1,1,1,3,5,30,182,4363.42333984375,4252,121.7125015258789,1,0,2.890371799468994,0,5.204006671905518,3.4011974334716797,8.381011962890625,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,17,149.0124969482422,195.77960205078125,4252,100.0999984741211,1,0,1.0986123085021973,0,5.004030227661133,2.8332133293151855,5.276989459991455,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,1,0,3,5,41,177.4499969482422,125.43962860107422,4228,118.30000305175781,1,0,1.7917594909667969,0,5.178689002990723,3.7135720252990723,4.831824779510498,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,0,0,3,5,20,109.19999694824219,771.39508056640625,4252,72.80000305175781,1,0,0.6931471824645996,0,4.693181037902832,2.995732307434082,6.648200511932373,0,0,0,0,1,0,0,0,0,0 +7,1,0,1,0,1,3,5,21,141.0500030517578,1079.7186279296875,4249,94.4124984741211,1,0,1.945910096168518,0,4.9491143226623535,3.044522523880005,6.984455585479736,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,26,163.8000030517578,260.2579040527344,4252,109.19999694824219,1,0,1.0986123085021973,0,5.09864616394043,3.25809645652771,5.561673164367676,0,0,0,0,1,0,0,0,0,0 +182,1,0,0,1,1,3,5,23,91,55682.296875,4252,52.32500076293945,1,0,5.204006671905518,0,4.510859489440918,3.1354942321777344,10.927417755126953,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,1,0,3,5,40,141.0500030517578,194.60726928710938,4252,93.2750015258789,1,0,-1.3862943649291992,0,4.9491143226623535,3.6888794898986816,5.270983695983887,0,0,0,0,1,0,0,0,0,0 +7,1,0,1,0,1,3,5,20,196.78750610351562,4953.1064453125,4252,130.8125,1,0,1.945910096168518,0,5.2821245193481445,2.995732307434082,8.507770538330078,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,0,0,3,5,23,172.89999389648438,87.92497253417969,4252,114.88749694824219,1,0,0.6931471824645996,0,5.152713298797607,3.1354942321777344,4.4764838218688965,0,0,0,0,1,0,0,0,0,0 +24,1,0,0,1,1,3,5,50,123.98750305175781,5532.2392578125,4252,81.9000015258789,1,0,3.178053855895996,0,4.820180892944336,3.9120230674743652,8.618348121643066,0,0,0,0,1,0,0,0,0,0 +16,1,0,0,0,1,3,5,32,123.98750305175781,2419.6953125,4252,81.9000015258789,1,0,2.7725887298583984,0,4.820180892944336,3.465735912322998,7.7913970947265625,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,0,0,3,5,19,134.22500610351562,123.09495544433594,4252,89.86250305175781,1,0,1.3862943649291992,0,4.89951753616333,2.944438934326172,4.812955856323242,0,0,0,0,1,0,0,0,0,0 +14,1,0,1,1,1,3,5,24,237.7375030517578,4696.36572265625,4252,158.1125030517578,1,0,2.6390573978424072,0,5.471167087554932,3.178053855895996,8.4545440673828125,0,0,0,0,1,0,0,0,0,0 +13,1,0,0,0,1,3,5,48,137.6374969482422,5613.13037109375,4252,91,1,0,2.5649492740631104,0,4.924623489379883,3.8712010383605957,8.632863998413086,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,0,0,3,5,18,92.13749694824219,154.74795532226562,4228,61.42499923706055,1,0,0,0,4.523282051086426,2.890371799468994,5.041797637939453,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,0,0,3,5,22,139.91250610351562,291.910888671875,4252,93.2750015258789,1,0,0,0,4.941017150878906,3.0910425186157227,5.676448345184326,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,0,1,3,5,42,186.5500030517578,3164.126708984375,4252,123.98750305175781,1,0,1.3862943649291992,0,5.228699207305908,3.7376697063446045,8.059632301330566,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,1,0,3,5,57,196.78750610351562,167.64361572265625,4252,130.8125,1,0,-1.3862943649291992,0,5.2821245193481445,4.043051242828369,5.121840476989746,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,1,1,3,5,42,136.5,1320.046875,4210,91,1,0,1.6094379425048828,0,4.916324615478516,3.7376697063446045,7.185422420501709,0,0,0,0,1,0,0,0,0,0 +17,1,0,0,0,1,3,5,25,111.4749984741211,9280.1875,4252,71.6624984741211,1,0,2.8332133293151855,0,4.713800430297852,3.2188758850097656,9.135637283325195,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,33,126.26249694824219,138.3352813720703,4252,84.17500305175781,1,0,1.0986123085021973,0,4.838363170623779,3.4965076446533203,4.929680347442627,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,1,0,3,5,51,161.52499389648438,133.6459503173828,4249,108.0625,1,0,1.3862943649291992,0,5.084660053253174,3.931825637817383,4.895194053649902,0,0,0,0,1,0,0,0,0,0 +17,1,0,0,0,0,3,5,30,152.4250030517578,364.5955505371094,4252,102.375,1,0,2.8332133293151855,0,5.026672840118408,3.4011974334716797,5.8987884521484375,0,0,0,0,1,0,0,0,0,0 +9,1,0,0,0,1,3,5,19,163.8000030517578,3852.2861328125,4252,104.6500015258789,1,0,2.1972246170043945,0,5.09864616394043,2.944438934326172,8.25642204284668,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,1,0,3,5,31,152.4250030517578,0,4252,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,3.4339871406555176,0,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,24,189.96249389648438,262.6025695800781,4252,126.26249694824219,1,0,0.6931471824645996,0,5.246826648712158,3.178053855895996,5.57064151763916,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,34,130.8125,158.26495361328125,4249,87.5875015258789,1,0,1.0986123085021973,0,4.873764991760254,3.526360511779785,5.064270496368408,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,1,0,3,5,69,130.8125,140.67994689941406,4252,52.32500076293945,1,0,-1.3862943649291992,0,4.873764991760254,4.234106540679932,4.9464874267578125,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,0,0,3,5,60,150.14999389648438,37.51465606689453,4252,43.224998474121094,1,0,0,0,5.011634826660156,4.094344615936279,3.6247317790985107,0,0,0,0,1,0,0,0,0,0 +61,1,0,1,1,1,3,5,28,240.0124969482422,7233.29443359375,4252,160.3874969482422,1,0,4.110873699188232,0,5.480690956115723,3.332204580307007,8.886449813842773,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,1,0,3,5,26,152.4250030517578,676.43609619140625,4210,101.23750305175781,1,0,1.3862943649291992,0,5.026672840118408,3.25809645652771,6.516838073730469,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,49,133.08749389648438,32.825321197509766,4252,88.7249984741211,1,0,0.6931471824645996,0,4.891006946563721,3.891820192337036,3.4912002086639404,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,1,0,3,5,42,184.27499389648438,280.18756103515625,4252,122.8499984741211,1,0,1.7917594909667969,0,5.216429233551025,3.7376697063446045,5.6354594230651855,0,0,0,0,1,0,0,0,0,0 +13,1,0,1,0,1,3,5,41,172.89999389648438,1686.987060546875,4249,114.88749694824219,1,0,2.5649492740631104,0,5.152713298797607,3.7135720252990723,7.430699348449707,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,53,199.0625,139.5076141357422,4252,131.9499969482422,1,0,1.0986123085021973,0,5.293618679046631,3.97029185295105,4.938119411468506,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,1,0,3,5,30,218.39999389648438,433.76318359375,4252,145.60000610351562,1,0,1.7917594909667969,0,5.386328220367432,3.4011974334716797,6.072498798370361,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,56,210.4375,117.23329162597656,4252,139.91250610351562,1,0,0.6931471824645996,0,5.349188804626465,4.025351524353027,4.764165878295898,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,24,166.0749969482422,347.01055908203125,4252,111.4749984741211,1,0,0.6931471824645996,0,5.1124396324157715,3.178053855895996,5.849355220794678,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,1,5,35,208.16250610351562,370.45721435546875,4249,138.77499389648438,1,0,1.0986123085021973,0,5.338318824768066,3.5553481578826904,5.914738178253174,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,29,238.875,29.30832290649414,4252,159.25,1,0,0.6931471824645996,0,5.475940227508545,3.367295742034912,3.377871513366699,0,0,0,0,1,0,0,1,0,0 +6,1,0,1,1,0,3,6,28,169.4875030517578,259.0855712890625,5628,112.61250305175781,1,0,1.7917594909667969,0,5.132779121398926,3.332204580307007,5.557158470153809,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,27,189.96249389648438,85.58030700683594,5552,127.4000015258789,1,0,0,0,5.246826648712158,3.295836925506592,4.449455261230469,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,1,0,3,6,52,227.5,404.4548645019531,5528,151.28750610351562,1,0,2.397895336151123,0,5.427150249481201,3.9512436389923096,6.002540111541748,0,0,0,0,0,1,0,0,0,0 +40,1,0,1,1,1,3,6,47,218.39999389648438,2617.819580078125,5428,145.60000610351562,1,0,3.6888794898986816,0,5.386328220367432,3.8501474857330322,7.8700971603393555,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,0,0,3,6,23,127.4000015258789,350.5275573730469,5728,85.3125,1,0,1.3862943649291992,0,4.847331523895264,3.1354942321777344,5.859439373016357,0,0,0,0,0,1,0,0,0,0 +9,1,0,1,NA,0,3,6,47,204.75,498.2414855957031,5728,136.5,1,0,2.1972246170043945,0,5.321789741516113,3.8501474857330322,6.211084842681885,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,0,0,3,6,21,141.0500030517578,114.88862609863281,5636,94.4124984741211,1,0,1.3862943649291992,0,4.9491143226623535,3.044522523880005,4.743963241577148,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,3,6,26,170.625,105.50996398925781,5552,113.75,1,0,1.0986123085021973,0,5.139468193054199,3.25809645652771,4.6588053703308105,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,30,137.6374969482422,48.065650939941406,5549,91,1,0,0,0,4.924623489379883,3.4011974334716797,3.872567892074585,0,0,0,0,0,1,0,0,0,0 +31,1,0,1,NA,1,3,6,22,168.35000610351562,4280.1875,5528,112.61250305175781,1,0,3.4339871406555176,0,5.126045227050781,3.0910425186157227,8.3617525100708,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,1,0,3,6,24,202.47500610351562,314.18524169921875,5713,135.3625030517578,1,0,2.397895336151123,0,5.310616493225098,3.178053855895996,5.749982833862305,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,NA,0,3,6,20,193.375,158.26495361328125,5440,184.27499389648438,1,0,0,0,5.264631271362305,2.995732307434082,5.064270496368408,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,25,232.0500030517578,199.29660034179688,5728,151.28750610351562,1,0,0,0,5.446952819824219,3.2188758850097656,5.294794082641602,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,1,1,3,6,63,222.9499969482422,234.46658325195312,5728,149.0124969482422,1,0,1.7917594909667969,0,5.406947612762451,4.143134593963623,5.457313060760498,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,1,0,3,6,32,227.5,84.40797424316406,5549,151.28750610351562,1,0,-1.3862943649291992,0,5.427150249481201,3.465735912322998,4.435661792755127,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,1,6,32,170.625,157.09262084960938,5728,113.75,1,0,0.6931471824645996,0,5.139468193054199,3.465735912322998,5.056835651397705,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,1,1,6,27,227.5,2236.811279296875,5240,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,3.295836925506592,7.712806701660156,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,NA,0,1,6,28,149.0124969482422,235.638916015625,5528,98.9625015258789,1,0,0,0,5.004030227661133,3.332204580307007,5.462300777435303,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,0,0,1,6,21,152.4250030517578,234.46658325195312,5628,101.23750305175781,1,0,0,0,5.026672840118408,3.044522523880005,5.457313060760498,0,0,0,0,0,1,0,1,0,0 +18,1,0,1,1,1,1,6,21,159.25,2880.422119140625,5728,105.7874984741211,1,0,2.890371799468994,0,5.070475101470947,3.044522523880005,7.965692043304443,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,0,0,1,6,19,152.4250030517578,412.66119384765625,5728,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,2.944438934326172,6.022626876831055,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,24,227.5,105.50996398925781,5628,151.28750610351562,1,0,0,0,5.427150249481201,3.178053855895996,4.6588053703308105,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,1,0,1,6,28,242.28750610351562,172.33294677734375,5510,161.52499389648438,1,0,0.6931471824645996,0,5.4901251792907715,3.332204580307007,5.149428367614746,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,0,0,1,6,19,159.25,72.68463897705078,5710,105.7874984741211,1,0,-1.3862943649291992,0,5.070475101470947,2.944438934326172,4.286129951477051,0,0,0,0,0,1,0,1,0,0 +4,1,0,1,1,0,1,6,20,152.4250030517578,171.16061401367188,5352,101.23750305175781,1,0,1.3862943649291992,0,5.026672840118408,2.995732307434082,5.142602443695068,0,0,0,0,0,1,0,1,0,0 +19,1,0,1,0,1,1,6,39,161.52499389648438,2862.837158203125,5313,108.0625,1,0,2.944438934326172,0,5.084660053253174,3.6635615825653076,7.959568500518799,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,0,0,1,6,22,159.25,254.39625549316406,5304,105.7874984741211,1,0,-1.3862943649291992,0,5.070475101470947,3.0910425186157227,5.538893222808838,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,0,0,1,6,28,187.6875,211.01992797851562,5613,125.125,1,0,0.6931471824645996,0,5.23477840423584,3.332204580307007,5.35195255279541,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,0,0,1,6,21,169.4875030517578,44.54865264892578,5349,112.61250305175781,1,0,0.6931471824645996,0,5.132779121398926,3.044522523880005,3.796581983566284,0,0,0,0,0,1,0,1,0,0 +6,1,0,1,0,0,1,6,29,152.4250030517578,216.881591796875,5449,101.23750305175781,1,0,1.7917594909667969,0,5.026672840118408,3.367295742034912,5.379351615905762,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,0,1,1,6,18,145.60000610351562,518.171142578125,5613,96.6875,1,0,1.0986123085021973,0,4.980863094329834,2.890371799468994,6.250305652618408,0,0,0,0,0,1,0,1,0,0 +1,1,0,0,1,0,1,6,30,216.125,85.58030700683594,5549,81.9000015258789,1,0,0,0,5.375856876373291,3.4011974334716797,4.449455261230469,0,0,0,0,0,1,0,1,0,0 +7,1,0,0,0,0,1,6,29,218.39999389648438,450.17584228515625,5349,145.60000610351562,1,0,1.945910096168518,0,5.386328220367432,3.367295742034912,6.109638214111328,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,0,1,0,1,6,48,159.25,35.169986724853516,5004,105.7874984741211,1,0,-1.3862943649291992,0,5.070475101470947,3.8712010383605957,3.5601930618286133,0,0,0,0,0,1,0,1,0,0 +1,1,0,0,0,0,1,6,41,141.0500030517578,62.133644104003906,5649,80.76249694824219,1,0,0,0,4.9491143226623535,3.7135720252990723,4.1292877197265625,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,1,0,1,6,24,182,166.47128295898438,5549,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.178053855895996,5.114822864532471,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,1,1,6,18,183.1374969482422,2667.057373046875,5346,130.8125,1,0,1.0986123085021973,0,5.2102370262146,2.890371799468994,7.888731002807617,0,0,0,0,0,1,0,1,0,0 +17,1,0,0,1,1,1,6,66,182,7754.982421875,5328,121.7125015258789,1,0,2.8332133293151855,0,5.204006671905518,4.18965482711792,8.956090927124023,0,0,0,0,0,1,0,1,0,0 +9,1,0,0,0,1,1,6,23,123.98750305175781,1498.241455078125,5410,83.0374984741211,1,0,2.1972246170043945,0,4.820180892944336,3.1354942321777344,7.312047481536865,0,0,0,0,0,1,0,1,0,0 +1,1,0,0,1,0,1,6,49,207.02499389648438,214.53692626953125,5310,137.6374969482422,1,0,0,0,5.332839488983154,3.891820192337036,5.368481636047363,0,0,0,0,0,1,0,1,0,0 +5,1,0,0,1,0,1,6,26,195.64999389648438,416.1781921386719,5340,130.8125,1,0,1.6094379425048828,0,5.276327133178711,3.25809645652771,6.031113624572754,0,0,0,0,0,1,0,1,0,0 +13,1,0,0,1,0,1,6,48,129.6750030517578,648.30010986328125,5328,86.44999694824219,1,0,2.5649492740631104,0,4.8650312423706055,3.8712010383605957,6.474353790283203,0,0,0,0,0,1,0,1,0,0 +10,1,0,0,1,0,1,6,59,219.53750610351562,418.5228576660156,5328,146.7375030517578,1,0,2.3025851249694824,0,5.3915228843688965,4.077537536621094,6.036731719970703,0,0,0,0,0,1,0,1,0,0 +1,1,0,0,0,0,1,6,28,170.625,307.1512451171875,5316,113.75,1,0,0,0,5.139468193054199,3.332204580307007,5.727340221405029,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,0,0,1,6,20,227.5,257.9132385253906,5640,151.28750610351562,1,0,0.6931471824645996,0,5.427150249481201,2.995732307434082,5.552623271942139,0,0,0,0,0,1,0,1,0,0 +2,1,0,0,1,0,1,6,62,184.27499389648438,126.6119613647461,5549,122.8499984741211,1,0,0.6931471824645996,0,5.216429233551025,4.127134323120117,4.841126918792725,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,0,0,1,6,21,235.46249389648438,290.7385559082031,5549,156.97500610351562,1,0,1.0986123085021973,0,5.461551666259766,3.044522523880005,5.67242431640625,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,22,170.625,199.29660034179688,5610,113.75,1,0,0,0,5.139468193054199,3.0910425186157227,5.294794082641602,0,0,0,0,0,1,0,1,0,0 +5,1,0,0,1,0,1,6,54,159.25,166.47128295898438,5549,105.7874984741211,1,0,1.6094379425048828,0,5.070475101470947,3.9889841079711914,5.114822864532471,0,0,0,0,0,1,0,1,0,0 +1,1,0,0,1,0,1,6,49,145.60000610351562,33.99765396118164,5549,96.6875,1,0,0,0,4.980863094329834,3.891820192337036,3.526291608810425,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,3,6,22,141.0500030517578,92.61430358886719,5410,94.4124984741211,1,0,0,0,4.9491143226623535,3.0910425186157227,4.528443813323975,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,1,6,24,141.0500030517578,158.26495361328125,5549,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.178053855895996,5.064270496368408,0,0,0,0,0,1,0,1,0,0 +4,1,0,1,NA,0,1,6,27,150.14999389648438,158.26495361328125,5410,100.0999984741211,1,0,1.3862943649291992,0,5.011634826660156,3.295836925506592,5.064270496368408,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,1,0,1,6,29,204.75,46.89331817626953,5549,136.5,1,0,-1.3862943649291992,0,5.321789741516113,3.367295742034912,3.8478751182556152,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,1,0,1,6,38,152.4250030517578,245.017578125,5628,101.23750305175781,1,0,0.6931471824645996,0,5.026672840118408,3.6375861167907715,5.5013298988342285,0,0,0,0,0,1,0,1,0,0 +4,1,0,1,0,0,1,6,20,147.875,187.57327270507812,5728,98.9625015258789,1,0,1.3862943649291992,0,4.996367454528809,2.995732307434082,5.2341694831848145,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,1,0,1,6,29,159.25,111.37162780761719,5710,105.7874984741211,1,0,-1.3862943649291992,0,5.070475101470947,3.367295742034912,4.712872505187988,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,0,1,6,21,161.52499389648438,202.8135986328125,5652,108.0625,1,0,1.0986123085021973,0,5.084660053253174,3.044522523880005,5.312287330627441,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,0,1,6,29,227.5,161.78195190429688,5440,141.0500030517578,1,0,1.0986123085021973,0,5.427150249481201,3.367295742034912,5.086249351501465,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,23,141.0500030517578,162.95428466796875,5528,94.4124984741211,1,0,0,0,4.9491143226623535,3.1354942321777344,5.093469619750977,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,0,0,1,6,23,210.4375,196.95193481445312,5728,139.91250610351562,1,0,-1.3862943649291992,0,5.349188804626465,3.1354942321777344,5.282959938049316,0,0,0,0,0,1,0,1,0,0 +4,1,0,0,1,0,1,6,48,179.72500610351562,271.9812316894531,5528,119.4375,1,0,1.3862943649291992,0,5.191427707672119,3.8712010383605957,5.6057329177856445,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,36,194.5124969482422,145.36927795410156,5549,130.8125,1,0,0,0,5.270496368408203,3.5835189819335938,4.97927713394165,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,28,235.46249389648438,112.54396057128906,5552,156.97500610351562,1,0,0,0,5.461551666259766,3.332204580307007,4.723343849182129,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,0,1,6,30,222.9499969482422,184.0562744140625,5628,137.6374969482422,1,0,1.0986123085021973,0,5.406947612762451,3.4011974334716797,5.215241432189941,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,1,1,1,6,40,227.5,1553.3411865234375,5152,152.4250030517578,1,0,-1.3862943649291992,0,5.427150249481201,3.6888794898986816,7.348163604736328,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,18,188.8249969482422,103.16529846191406,5610,18.200000762939453,1,0,0,0,5.240820407867432,2.890371799468994,4.6363325119018555,0,0,0,0,0,1,0,1,0,0 +13,1,0,1,0,0,1,6,21,188.8249969482422,1449.0035400390625,5536,126.26249694824219,1,0,2.5649492740631104,0,5.240820407867432,3.044522523880005,7.278631210327148,0,0,0,0,0,1,0,1,0,0 +3,1,0,0,0,0,1,6,48,193.375,812.4267578125,5337,128.53750610351562,1,0,1.0986123085021973,0,5.264631271362305,3.8712010383605957,6.70002555847168,0,0,0,0,0,1,0,1,0,0 +8,1,0,1,1,1,1,6,29,158.1125030517578,2035.1700439453125,5228,105.7874984741211,1,0,2.079441547393799,0,5.06330680847168,3.367295742034912,7.618334770202637,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,0,0,1,6,25,164.9375,447.8311767578125,5628,110.3375015258789,1,0,0,0,5.105566501617432,3.2188758850097656,6.104416370391846,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,0,0,1,6,24,163.8000030517578,32.825321197509766,5604,109.19999694824219,1,0,-1.3862943649291992,0,5.09864616394043,3.178053855895996,3.4912002086639404,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,0,1,6,23,193.375,365.76788330078125,5349,128.53750610351562,1,0,1.0986123085021973,0,5.264631271362305,3.1354942321777344,5.901998996734619,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,0,1,6,59,227.5,17.584993362426758,5637,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,4.077537536621094,2.8670458793640137,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,0,0,1,6,20,227.5,284.87689208984375,5352,151.28750610351562,1,0,0,0,5.427150249481201,2.995732307434082,5.65205717086792,0,0,0,0,0,1,0,1,0,0 +2,1,0,0,1,0,1,6,54,229.77499389648438,56.27198028564453,5549,229.77499389648438,1,0,0.6931471824645996,0,5.437100410461426,3.9889841079711914,4.030196666717529,0,0,0,0,0,1,0,1,0,0 +2,1,0,0,1,0,1,6,27,234.3249969482422,17.584993362426758,5349,234.3249969482422,1,0,0.6931471824645996,0,5.456708908081055,3.295836925506592,2.8670458793640137,0,0,0,0,0,1,0,1,0,0 +10,1,0,0,0,0,1,6,43,222.9499969482422,220.39859008789062,5628,222.9499969482422,1,0,2.3025851249694824,0,5.406947612762451,3.761200189590454,5.395437717437744,0,0,0,0,0,1,0,1,0,0 +9,1,0,1,0,0,1,6,30,230.91250610351562,173.50527954101562,5549,230.91250610351562,1,0,2.1972246170043945,0,5.4420390129089355,3.4011974334716797,5.156208038330078,0,0,0,0,0,1,0,1,0,0 +1,1,0,0,1,0,1,6,23,195.64999389648438,147.7139434814453,5252,129.6750030517578,1,0,0,0,5.276327133178711,3.1354942321777344,4.995277404785156,0,0,0,0,0,1,0,1,0,0 +2,1,0,0,1,0,1,6,34,236.60000610351562,198.124267578125,5549,168.35000610351562,1,0,0.6931471824645996,0,5.466371059417725,3.526360511779785,5.2888946533203125,0,0,0,0,0,1,0,1,0,0 +8,1,0,0,1,0,1,6,29,179.72500610351562,187.57327270507812,5549,119.4375,1,0,2.079441547393799,0,5.191427707672119,3.367295742034912,5.2341694831848145,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,0,0,2,6,21,202.47500610351562,106.68229675292969,5604,134.22500610351562,1,0,1.0986123085021973,0,5.310616493225098,3.044522523880005,4.669855117797852,0,0,0,0,0,1,0,0,1,0 +11,1,0,1,1,0,2,6,30,193.375,372.8018798828125,5604,128.53750610351562,1,0,2.397895336151123,0,5.264631271362305,3.4011974334716797,5.921047210693359,0,0,0,0,0,1,0,0,1,0 +8,1,0,1,1,1,2,6,24,141.0500030517578,2419.6953125,5328,94.4124984741211,1,0,2.079441547393799,0,4.9491143226623535,3.178053855895996,7.7913970947265625,0,0,0,0,0,1,0,0,1,0 +7,1,0,1,0,0,1,6,40,179.72500610351562,371.6295471191406,5728,102.375,1,0,1.945910096168518,0,5.191427707672119,3.6888794898986816,5.917897701263428,0,0,0,0,0,1,0,1,0,0 +18,1,0,1,1,1,1,6,28,202.47500610351562,2675.263671875,5316,135.3625030517578,1,0,2.890371799468994,0,5.310616493225098,3.332204580307007,7.89180326461792,0,0,0,0,0,1,0,1,0,0 +4,1,0,1,1,0,1,6,23,152.4250030517578,101.99296569824219,5452,101.23750305175781,1,0,1.3862943649291992,0,5.026672840118408,3.1354942321777344,4.624903678894043,0,0,0,0,0,1,0,1,0,0 +6,1,0,1,0,0,1,6,21,138.77499389648438,348.1828918457031,5610,92.13749694824219,1,0,1.7917594909667969,0,4.932853698730469,3.044522523880005,5.852727890014648,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,1,0,1,6,25,227.5,159.43728637695312,5610,151.28750610351562,1,0,-1.3862943649291992,0,5.427150249481201,3.2188758850097656,5.071650505065918,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,0,0,1,6,19,189.96249389648438,256.74090576171875,5310,126.26249694824219,1,0,0,0,5.246826648712158,2.944438934326172,5.548067569732666,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,1,0,1,6,19,197.9250030517578,14.067995071411133,5352,131.9499969482422,1,0,-1.3862943649291992,0,5.287888050079346,2.944438934326172,2.64390230178833,0,0,0,0,0,1,0,1,0,0 +3,1,0,0,1,0,1,6,38,178.58749389648438,199.29660034179688,5610,119.4375,1,0,1.0986123085021973,0,5.1850786209106445,3.6375861167907715,5.294794082641602,0,0,0,0,0,1,0,1,0,0 +4,1,0,1,0,0,2,6,23,218.39999389648438,386.869873046875,5210,145.60000610351562,1,0,1.3862943649291992,0,5.386328220367432,3.1354942321777344,5.958088397979736,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,0,0,1,6,27,196.78750610351562,206.33059692382812,5640,131.9499969482422,1,0,1.0986123085021973,0,5.2821245193481445,3.295836925506592,5.329479694366455,0,0,0,0,0,1,0,1,0,0 +14,1,0,1,1,0,3,6,37,227.5,756.15472412109375,5552,151.28750610351562,1,0,2.6390573978424072,0,5.427150249481201,3.610917806625366,6.628245830535889,0,0,0,0,0,1,0,0,0,0 +7,1,0,1,0,0,1,6,30,188.8249969482422,45.720985412597656,5528,126.26249694824219,1,0,1.945910096168518,0,5.240820407867432,3.4011974334716797,3.8225574493408203,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,0,1,6,34,177.4499969482422,123.09495544433594,5610,118.30000305175781,1,0,1.0986123085021973,0,5.178689002990723,3.526360511779785,4.812955856323242,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,0,0,1,6,19,222.9499969482422,273.153564453125,5610,149.0124969482422,1,0,0,0,5.406947612762451,2.944438934326172,5.610033988952637,0,0,0,0,0,1,0,1,0,0 +10,1,0,1,1,0,1,6,59,220.6750030517578,298.94488525390625,5628,184.27499389648438,1,0,2.3025851249694824,0,5.396690845489502,4.077537536621094,5.700259208679199,0,0,0,0,0,1,0,1,0,0 +9,1,0,0,0,0,1,6,21,200.1999969482422,141.85227966308594,5549,133.08749389648438,1,0,2.1972246170043945,0,5.299316883087158,3.044522523880005,4.95478630065918,0,0,0,0,0,1,0,1,0,0 +4,1,0,0,1,0,1,6,21,197.9250030517578,343.4935607910156,5428,131.9499969482422,1,0,1.3862943649291992,0,5.287888050079346,3.044522523880005,5.839168548583984,0,0,0,0,0,1,0,1,0,0 +3,1,0,0,1,0,1,6,30,178.58749389648438,221.5709228515625,5540,178.58749389648438,1,0,1.0986123085021973,0,5.1850786209106445,3.4011974334716797,5.400742530822754,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,1,0,1,6,20,195.64999389648438,69.16764068603516,5352,130.8125,1,0,-1.3862943649291992,0,5.276327133178711,2.995732307434082,4.236533164978027,0,0,0,0,0,1,0,1,0,0 +7,1,0,1,0,1,1,6,18,152.4250030517578,685.81475830078125,5610,101.23750305175781,1,0,1.945910096168518,0,5.026672840118408,2.890371799468994,6.5306077003479,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,0,1,0,1,6,25,195.64999389648438,78.54631042480469,5310,130.8125,1,0,-1.3862943649291992,0,5.276327133178711,3.2188758850097656,4.3636884689331055,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,0,0,0,1,6,20,121.7125015258789,157.09262084960938,5649,80.76249694824219,1,0,-1.3862943649291992,0,4.801661491394043,2.995732307434082,5.056835651397705,0,0,0,0,0,1,0,1,0,0 +3,1,0,0,NA,0,1,6,26,159.25,148.8862762451172,5152,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,3.25809645652771,5.003182888031006,0,0,0,0,0,1,0,1,0,0 +13,1,0,0,1,0,1,6,35,228.6374969482422,621.33648681640625,5228,152.4250030517578,1,0,2.5649492740631104,0,5.432137966156006,3.5553481578826904,6.431872844696045,0,0,0,0,0,1,0,1,0,0 +4,1,0,0,0,0,1,6,57,193.375,269.6365661621094,5610,128.53750610351562,1,0,1.3862943649291992,0,5.264631271362305,4.043051242828369,5.59707498550415,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,0,0,1,6,33,197.9250030517578,105.50996398925781,5349,131.9499969482422,1,0,1.0986123085021973,0,5.287888050079346,3.4965076446533203,4.6588053703308105,0,0,0,0,0,1,0,1,0,0 +13,1,0,1,1,0,1,6,35,225.22500610351562,2294.255615234375,5702,225.22500610351562,1,0,2.5649492740631104,0,5.417099952697754,3.5553481578826904,7.738163948059082,0,0,0,0,0,1,0,1,0,0 +8,1,0,1,NA,0,1,6,18,227.5,944.90032958984375,5628,151.28750610351562,1,0,2.079441547393799,0,5.427150249481201,2.890371799468994,6.85107946395874,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,NA,0,NA,6,21,229.77499389648438,301.2895812988281,5440,153.5625,1,0,0.6931471824645996,0,5.437100410461426,3.044522523880005,5.708071708679199,0,0,0,0,0,1,0,NA,NA,0 +3,1,0,1,1,0,2,6,26,227.5,377.4912109375,5549,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,3.25809645652771,5.933547496795654,0,0,0,0,0,1,0,0,1,0 +1,1,0,1,0,0,2,6,25,238.875,103.16529846191406,5210,159.25,1,0,0,0,5.475940227508545,3.2188758850097656,4.6363325119018555,0,0,0,0,0,1,0,0,1,0 +7,1,0,1,1,0,2,6,64,159.25,216.881591796875,5610,105.7874984741211,1,0,1.945910096168518,0,5.070475101470947,4.158883094787598,5.379351615905762,0,0,0,0,0,1,0,0,1,0 +8,1,0,1,0,1,2,6,17,101.23750305175781,4171.16064453125,5628,68.25,1,0,2.079441547393799,0,4.617469310760498,2.8332133293151855,8.335949897766113,0,0,0,0,0,1,0,0,1,0 +6,1,0,1,1,1,2,6,27,212.71249389648438,1230.9495849609375,5252,142.1875,1,0,1.7917594909667969,0,5.359941482543945,3.295836925506592,7.115540981292725,0,0,0,0,0,1,0,0,1,0 +1,1,0,1,1,0,2,6,21,204.75,80.89097595214844,5004,136.5,1,0,0,0,5.321789741516113,3.044522523880005,4.393102169036865,0,0,0,0,0,1,0,0,1,0 +4,1,0,1,0,0,2,6,20,182,207.5029296875,5528,121.7125015258789,1,0,1.3862943649291992,0,5.204006671905518,2.995732307434082,5.335145473480225,0,0,0,0,0,1,0,0,1,0 +1,1,0,1,1,0,2,6,31,204.75,121.92262268066406,5449,19.337499618530273,1,0,0,0,5.321789741516113,3.4339871406555176,4.803386688232422,0,0,0,0,0,1,0,0,1,0 +182,1,0,1,1,1,2,6,43,126.26249694824219,27762.015625,5028,93.2750015258789,1,0,5.204006671905518,0,4.838363170623779,3.761200189590454,10.231424331665039,0,0,0,0,0,1,0,0,1,0 +5,1,0,1,0,0,2,6,20,182,227.43258666992188,5316,121.7125015258789,1,0,1.6094379425048828,0,5.204006671905518,2.995732307434082,5.426853656768799,0,0,0,0,0,1,0,0,1,0 +5,1,0,1,1,0,2,6,40,230.91250610351562,173.50527954101562,5549,154.6999969482422,1,0,1.6094379425048828,0,5.4420390129089355,3.6888794898986816,5.156208038330078,0,0,0,0,0,1,0,0,1,0 +4,1,0,1,1,1,2,6,22,213.85000610351562,805.39276123046875,5613,142.1875,1,0,1.3862943649291992,0,5.365274906158447,3.0910425186157227,6.6913299560546875,0,0,0,0,0,1,0,0,1,0 +4,1,0,1,1,0,2,6,32,159.25,151.23095703125,5340,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,3.465735912322998,5.018808364868164,0,0,0,0,0,1,0,0,1,0 +10,1,0,1,0,1,2,6,21,182,1616.6470947265625,5428,121.7125015258789,1,0,2.3025851249694824,0,5.204006671905518,3.044522523880005,7.3881096839904785,0,0,0,0,0,1,0,0,1,0 +1,1,0,1,0,0,2,6,17,96.6875,139.5076141357422,5728,64.8375015258789,1,0,0,0,4.571484088897705,2.8332133293151855,4.938119411468506,0,0,0,0,0,1,0,0,1,0 +7,1,0,1,1,0,2,6,20,227.5,132.47361755371094,5349,151.28750610351562,1,0,1.945910096168518,0,5.427150249481201,2.995732307434082,4.886383533477783,0,0,0,0,0,1,0,0,1,0 +33,1,0,1,1,1,2,6,36,178.58749389648438,2882.7666015625,5428,119.4375,1,0,3.4965076446533203,0,5.1850786209106445,3.5835189819335938,7.966505527496338,0,0,0,0,0,1,0,0,1,0 +1,1,0,1,0,0,2,6,20,121.7125015258789,75.02931213378906,5610,103.51249694824219,1,0,0,0,4.801661491394043,2.995732307434082,4.317878723144531,0,0,0,0,0,1,0,0,1,0 +8,1,0,1,1,1,2,6,27,227.5,869.87103271484375,5110,151.28750610351562,1,0,2.079441547393799,0,5.427150249481201,3.295836925506592,6.768344879150391,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,0,0,2,6,38,227.5,0,5352,142.1875,1,0,1.0986123085021973,0,5.427150249481201,3.6375861167907715,0,0,0,0,0,0,1,0,0,1,0 +18,1,0,1,1,1,2,6,25,199.0625,3003.51708984375,5352,133.08749389648438,1,0,2.890371799468994,0,5.293618679046631,3.2188758850097656,8.007538795471191,0,0,0,0,0,1,0,0,1,0 +6,1,0,1,1,0,2,6,25,182,396.24853515625,5046,121.7125015258789,1,0,1.7917594909667969,0,5.204006671905518,3.2188758850097656,5.982041835784912,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,0,0,2,6,19,227.5,0,5628,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,2.944438934326172,0,0,0,0,0,0,1,0,0,1,0 +1,1,0,1,1,0,2,6,26,229.77499389648438,94.95896911621094,5640,153.5625,1,0,0,0,5.437100410461426,3.25809645652771,4.553444862365723,0,0,0,0,0,1,0,0,1,0 +5,1,0,1,0,0,2,6,23,202.47500610351562,296.6002197265625,5728,135.3625030517578,1,0,1.6094379425048828,0,5.310616493225098,3.1354942321777344,5.692385196685791,0,0,0,0,0,1,0,0,1,0 +10,1,0,1,0,0,2,6,22,136.5,525.20513916015625,5349,136.5,1,0,2.3025851249694824,0,4.916324615478516,3.0910425186157227,6.26378870010376,0,0,0,0,0,1,0,0,1,0 +0.25,1,0,1,0,0,2,6,20,113.75,130.1289520263672,5240,76.2125015258789,1,0,-1.3862943649291992,0,4.734003067016602,2.995732307434082,4.868525981903076,0,0,0,0,0,1,0,0,1,0 +43,1,0,1,1,1,2,6,44,227.5,3290.738525390625,5043,151.28750610351562,1,0,3.761200189590454,0,5.427150249481201,3.7841897010803223,8.098867416381836,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,1,0,2,6,34,182,296.6002197265625,5110,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,3.526360511779785,5.692385196685791,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,1,0,2,6,30,227.5,222.74325561523438,5525,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,3.4011974334716797,5.406019687652588,0,0,0,0,0,1,0,0,1,0 +4,1,0,1,1,0,2,6,60,204.75,130.1289520263672,5549,136.5,1,0,1.3862943649291992,0,5.321789741516113,4.094344615936279,4.868525981903076,0,0,0,0,0,1,0,0,1,0 +2,1,0,1,1,0,2,6,20,170.625,89.09730529785156,5549,113.75,1,0,0.6931471824645996,0,5.139468193054199,2.995732307434082,4.489728927612305,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,1,0,2,6,25,182,70.33997344970703,5549,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,3.2188758850097656,4.253340244293213,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,1,0,2,6,52,228.6374969482422,182.88394165039062,5728,161.52499389648438,1,0,1.0986123085021973,0,5.432137966156006,3.9512436389923096,5.2088518142700195,0,0,0,0,0,1,0,0,1,0 +4,1,0,1,0,0,2,6,28,159.25,114.88862609863281,5728,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,3.332204580307007,4.743963241577148,0,0,0,0,0,1,0,0,1,0 +7,1,0,0,1,0,1,6,57,171.7624969482422,152.40328979492188,5652,114.88749694824219,1,0,1.945910096168518,0,5.14611291885376,4.043051242828369,5.0265302658081055,0,0,0,0,0,1,0,1,0,0 +9,1,0,1,1,1,3,6,25,159.25,5002.3447265625,5528,105.7874984741211,1,0,2.1972246170043945,0,5.070475101470947,3.2188758850097656,8.517662048339844,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,45,147.875,82.06330871582031,5649,98.9625015258789,1,0,0,0,4.996367454528809,3.8066625595092773,4.407491207122803,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,0,0,3,6,25,227.5,422.03985595703125,5549,151.28750610351562,1,0,1.7917594909667969,0,5.427150249481201,3.2188758850097656,6.04509973526001,0,0,0,0,0,1,0,0,0,0 +2,1,0,0,1,0,3,6,28,168.35000610351562,213.36459350585938,5710,112.61250305175781,1,0,0.6931471824645996,0,5.126045227050781,3.332204580307007,5.363002300262451,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,26,177.4499969482422,126.6119613647461,5610,118.30000305175781,1,0,0,0,5.178689002990723,3.25809645652771,4.841126918792725,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,23,177.4499969482422,111.37162780761719,5510,118.30000305175781,1,0,0,0,5.178689002990723,3.1354942321777344,4.712872505187988,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,1,0,3,6,27,209.3000030517578,166.47128295898438,5549,179.72500610351562,1,0,0.6931471824645996,0,5.34376859664917,3.295836925506592,5.114822864532471,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,22,177.4499969482422,222.74325561523438,5349,118.30000305175781,1,0,0,0,5.178689002990723,3.0910425186157227,5.406019687652588,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,36,230.91250610351562,15.240327835083008,5310,153.5625,1,0,0,0,5.4420390129089355,3.5835189819335938,2.723945140838623,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,1,0,3,6,50,227.5,25.791324615478516,5349,151.28750610351562,1,0,1.3862943649291992,0,5.427150249481201,3.9120230674743652,3.2500381469726562,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,1,0,3,6,62,199.0625,175.84994506835938,5310,133.08749389648438,1,0,0.6931471824645996,0,5.293618679046631,4.127134323120117,5.169631004333496,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,1,0,3,6,33,193.375,1371.6295166015625,5340,129.6750030517578,1,0,1.3862943649291992,0,5.264631271362305,3.4965076446533203,7.2237548828125,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,24,193.375,232.12191772460938,5728,128.53750610351562,1,0,0,0,5.264631271362305,3.178053855895996,5.447262763977051,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,0,0,3,6,23,216.125,420.8675231933594,5628,144.46249389648438,1,0,2.397895336151123,0,5.375856876373291,3.1354942321777344,6.042318344116211,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,1,3,6,28,242.28750610351562,3383.352783203125,5346,161.52499389648438,1,0,1.0986123085021973,0,5.4901251792907715,3.332204580307007,8.126622200012207,0,0,0,0,0,1,0,0,0,0 +33,1,0,1,1,1,3,6,38,236.60000610351562,2344.665771484375,5528,158.1125030517578,1,0,3.4965076446533203,0,5.466371059417725,3.6375861167907715,7.7598981857299805,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,1,0,3,6,29,159.25,443.141845703125,5528,105.7874984741211,1,0,1.7917594909667969,0,5.070475101470947,3.367295742034912,6.0938897132873535,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,0,3,6,24,153.5625,93.78663635253906,5549,143.3249969482422,1,0,1.0986123085021973,0,5.034107685089111,3.178053855895996,4.541022300720215,0,0,0,0,0,1,0,0,0,0 +10,1,0,1,1,0,2,6,25,182,84.40797424316406,5549,105.7874984741211,1,0,2.3025851249694824,0,5.204006671905518,3.2188758850097656,4.435661792755127,0,0,0,0,0,1,0,0,1,0 +4,1,0,1,1,0,2,6,22,193.375,162.95428466796875,5640,128.53750610351562,1,0,1.3862943649291992,0,5.264631271362305,3.0910425186157227,5.093469619750977,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,1,0,2,6,19,182,226.26025390625,5252,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,2.944438934326172,5.421685695648193,0,0,0,0,0,1,0,0,1,0 +6,1,0,1,1,0,3,6,32,152.4250030517578,405.627197265625,5352,101.23750305175781,1,0,1.7917594909667969,0,5.026672840118408,3.465735912322998,6.005434513092041,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,1,0,3,6,55,222.9499969482422,593.200439453125,5210,147.875,1,0,1.7917594909667969,0,5.406947612762451,4.007333278656006,6.385532379150391,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,3,6,24,211.5749969482422,247.36224365234375,5428,137.6374969482422,1,0,0.6931471824645996,0,5.354579448699951,3.178053855895996,5.5108537673950195,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,0,0,3,6,24,145.60000610351562,329.4255676269531,5549,96.6875,1,0,0,0,4.980863094329834,3.178053855895996,5.7973504066467285,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,0,3,6,21,170.625,316.5299072265625,5436,113.75,1,0,1.0986123085021973,0,5.139468193054199,3.044522523880005,5.757417678833008,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,0,3,6,19,142.1875,58.61664581298828,5349,95.55000305175781,1,0,1.0986123085021973,0,4.957146644592285,2.944438934326172,4.071018695831299,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,3,6,43,184.27499389648438,140.67994689941406,5549,122.8499984741211,1,0,0.6931471824645996,0,5.216429233551025,3.761200189590454,4.9464874267578125,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,22,163.8000030517578,232.12191772460938,5549,109.19999694824219,1,0,0,0,5.09864616394043,3.0910425186157227,5.447262763977051,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,30,191.10000610351562,119.57795715332031,5413,127.4000015258789,1,0,0,0,5.252796649932861,3.4011974334716797,4.783968448638916,0,0,0,0,0,1,0,0,0,0 +9,1,0,1,0,1,3,6,29,154.6999969482422,413.8335266113281,5310,103.51249694824219,1,0,2.1972246170043945,0,5.041487693786621,3.367295742034912,6.025463581085205,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,0,3,6,31,147.875,158.26495361328125,5728,98.9625015258789,1,0,1.0986123085021973,0,4.996367454528809,3.4339871406555176,5.064270496368408,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,0,0,3,6,18,141.0500030517578,525.20513916015625,5528,93.2750015258789,1,0,2.397895336151123,0,4.9491143226623535,2.890371799468994,6.26378870010376,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,3,6,29,193.375,596.71746826171875,5110,128.53750610351562,1,0,1.0986123085021973,0,5.264631271362305,3.367295742034912,6.391443729400635,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,57,85.3125,315.3575744628906,5152,56.875,1,0,0,0,4.4463210105896,4.043051242828369,5.753706932067871,0,0,0,0,0,1,0,0,0,0 +5,1,0,1,1,0,3,6,41,222.9499969482422,269.6365661621094,5613,149.0124969482422,1,0,1.6094379425048828,0,5.406947612762451,3.7135720252990723,5.59707498550415,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,1,0,3,6,28,187.6875,58.61664581298828,5352,125.125,1,0,1.0986123085021973,0,5.23477840423584,3.332204580307007,4.071018695831299,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,1,0,3,6,23,238.875,130.1289520263672,5440,159.25,1,0,2.079441547393799,0,5.475940227508545,3.1354942321777344,4.868525981903076,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,0,0,3,6,46,141.0500030517578,56.27198028564453,5549,94.4124984741211,1,0,0,0,4.9491143226623535,3.828641414642334,4.030196666717529,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,0,0,3,6,26,234.3249969482422,543.96246337890625,5310,155.83749389648438,1,0,1.7917594909667969,0,5.456708908081055,3.25809645652771,6.298880100250244,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,32,201.33749389648438,53.92731475830078,5352,134.22500610351562,1,0,0,0,5.304982662200928,3.465735912322998,3.9876370429992676,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,0,0,3,6,43,159.25,269.6365661621094,5710,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,3.761200189590454,5.59707498550415,0,0,0,0,0,1,0,0,0,0 +12,1,0,1,1,0,3,6,44,207.02499389648438,158.26495361328125,5440,137.6374969482422,1,0,2.4849066734313965,0,5.332839488983154,3.7841897010803223,5.064270496368408,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,NA,0,3,6,22,182,97.30363464355469,5452,120.57499694824219,1,0,0.6931471824645996,0,5.204006671905518,3.0910425186157227,4.577836513519287,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,0,1,0,3,6,45,123.98750305175781,50.410316467285156,5455,83.0374984741211,1,0,-1.3862943649291992,0,4.820180892944336,3.8066625595092773,3.9201958179473877,0,0,0,0,0,1,0,0,0,0 +15,1,0,0,0,0,3,6,40,180.8625030517578,996.48297119140625,5528,120.57499694824219,1,0,2.70805025100708,0,5.197737216949463,3.6888794898986816,6.904232025146484,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,1,0,3,6,41,114.88749694824219,249.7069091796875,5710,76.2125015258789,1,0,1.3862943649291992,0,4.743953227996826,3.7135720252990723,5.520287990570068,0,0,0,0,0,1,0,0,0,0 +5,1,0,0,0,1,3,6,29,222.9499969482422,2784.290771484375,5337,137.6374969482422,1,0,1.6094379425048828,0,5.406947612762451,3.367295742034912,7.931748390197754,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,0,1,3,6,18,111.4749984741211,1344.6658935546875,5034,73.9375,1,0,1.7917594909667969,0,4.713800430297852,2.890371799468994,7.2039008140563965,0,0,0,0,0,1,0,0,0,0 +19,1,0,0,1,0,3,6,57,154.6999969482422,498.2414855957031,5628,103.51249694824219,1,0,2.944438934326172,0,5.041487693786621,4.043051242828369,6.211084842681885,0,0,0,0,0,1,0,0,0,0 +33,1,0,1,NA,1,3,6,69,98.9625015258789,6352.8720703125,5128,65.9749984741211,1,0,3.4965076446533203,0,4.594740867614746,4.234106540679932,8.756662368774414,0,0,0,0,0,1,0,0,0,0 +94,1,0,0,0,1,3,6,53,216.125,4800.70361328125,5152,144.46249389648438,1,0,4.543294906616211,0,5.375856876373291,3.97029185295105,8.476517677307129,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,1,0,3,6,26,238.875,52.754981994628906,5549,159.25,1,0,0.6931471824645996,0,5.475940227508545,3.25809645652771,3.965658187866211,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,0,0,3,6,19,159.25,184.0562744140625,5649,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,2.944438934326172,5.215241432189941,0,0,0,0,0,1,0,0,0,0 +14,1,0,1,1,0,3,6,40,152.4250030517578,0,5049,101.23750305175781,1,0,2.6390573978424072,0,5.026672840118408,3.6888794898986816,0,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,44,227.5,114.88862609863281,5728,151.28750610351562,1,0,0,0,5.427150249481201,3.7841897010803223,4.743963241577148,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,3,6,14,119.4375,84.40797424316406,5740,79.625,1,0,0.6931471824645996,0,4.782793045043945,2.6390573978424072,4.435661792755127,0,0,0,0,0,1,0,0,0,0 +20,1,0,1,1,1,3,6,25,182,1335.2872314453125,5428,67.11250305175781,1,0,2.995732307434082,0,5.204006671905518,3.2188758850097656,7.196901798248291,0,0,0,0,0,1,0,0,0,0 +31,1,0,0,NA,1,3,6,47,185.41250610351562,3035.169921875,5528,123.98750305175781,1,0,3.4339871406555176,0,5.222583293914795,3.8501474857330322,8.018022537231445,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,0,1,2,6,22,238.875,5103.16552734375,5640,159.25,1,0,2.079441547393799,0,5.475940227508545,3.0910425186157227,8.537616729736328,0,0,0,0,0,1,0,0,1,0 +15,1,0,1,0,0,2,6,21,238.875,655.3341064453125,5316,159.25,1,0,2.70805025100708,0,5.475940227508545,3.044522523880005,6.485145092010498,0,0,0,0,0,1,0,0,1,0 +1,1,0,1,1,0,3,6,26,166.0749969482422,79.71864318847656,5310,110.3375015258789,1,0,0,0,5.1124396324157715,3.25809645652771,4.378503322601318,0,0,0,0,0,1,0,0,0,0 +26,1,0,1,1,1,3,6,24,241.14999389648438,30662.3671875,5602,161.52499389648438,1,0,3.25809645652771,0,5.485419273376465,3.178053855895996,10.330791473388672,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,0,0,3,6,48,182,167.64361572265625,5628,121.7125015258789,1,0,1.7917594909667969,0,5.204006671905518,3.8712010383605957,5.121840476989746,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,3,6,21,147.875,71.5123062133789,5549,98.9625015258789,1,0,1.0986123085021973,0,4.996367454528809,3.044522523880005,4.269869327545166,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,1,0,3,6,49,204.75,100.82063293457031,5252,136.5,1,0,0.6931471824645996,0,5.321789741516113,3.891820192337036,4.613343238830566,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,0,1,3,6,22,200.1999969482422,1871.0433349609375,5343,133.08749389648438,1,0,2.397895336151123,0,5.299316883087158,3.0910425186157227,7.534251689910889,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,1,0,3,6,26,186.5500030517578,538.100830078125,5404,123.98750305175781,1,0,1.3862943649291992,0,5.228699207305908,3.25809645652771,6.288045883178711,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,32,194.5124969482422,0,5404,129.6750030517578,1,0,0,0,5.270496368408203,3.465735912322998,0,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,77,218.39999389648438,98.47596740722656,5110,145.60000610351562,1,0,0,0,5.386328220367432,4.343805313110352,4.589812755584717,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,1,0,3,6,30,199.0625,133.6459503173828,5449,133.08749389648438,1,0,0.6931471824645996,0,5.293618679046631,3.4011974334716797,4.895194053649902,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,0,0,3,6,21,159.25,116.06095886230469,5649,105.7874984741211,1,0,0,0,5.070475101470947,3.044522523880005,4.754115581512451,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,0,0,3,6,17,152.4250030517578,126.6119613647461,5316,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,2.8332133293151855,4.841126918792725,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,1,0,3,6,28,170.625,269.6365661621094,5549,113.75,1,0,2.079441547393799,0,5.139468193054199,3.332204580307007,5.59707498550415,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,0,3,6,42,227.5,0,5728,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,3.7376697063446045,0,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,1,0,3,6,59,185.41250610351562,232.12191772460938,5510,123.98750305175781,1,0,2.079441547393799,0,5.222583293914795,4.077537536621094,5.447262763977051,0,0,0,0,0,1,0,0,0,0 +16,1,0,1,0,0,3,6,53,220.6750030517578,206.33059692382812,5628,146.7375030517578,1,0,2.7725887298583984,0,5.396690845489502,3.97029185295105,5.329479694366455,0,0,0,0,0,1,0,0,0,0 +6,1,0,NA,1,0,3,6,24,214.9875030517578,58.61664581298828,5549,143.3249969482422,1,0,1.7917594909667969,0,5.370579719543457,3.178053855895996,4.071018695831299,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,3,6,32,227.5,259.0855712890625,5628,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,3.465735912322998,5.557158470153809,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,0,0,3,6,18,85.3125,97.30363464355469,5440,56.875,1,0,-1.3862943649291992,0,4.4463210105896,2.890371799468994,4.577836513519287,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,1,0,3,6,38,238.875,437.2801818847656,5310,121.7125015258789,1,0,1.7917594909667969,0,5.475940227508545,3.6375861167907715,6.080574035644531,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,1,3,6,55,227.5,1577.9600830078125,5352,149.0124969482422,1,0,1.0986123085021973,0,5.427150249481201,4.007333278656006,7.363888263702393,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,20,141.0500030517578,171.16061401367188,5549,93.2750015258789,1,0,0,0,4.9491143226623535,2.995732307434082,5.142602443695068,0,0,0,0,0,1,0,0,0,0 +7,1,0,1,0,0,3,6,20,222.9499969482422,0,5628,149.0124969482422,1,0,1.945910096168518,0,5.406947612762451,2.995732307434082,0,0,0,0,0,0,1,0,0,0,0 +5,1,0,1,1,0,3,6,52,152.4250030517578,221.5709228515625,5440,101.23750305175781,1,0,1.6094379425048828,0,5.026672840118408,3.9512436389923096,5.400742530822754,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,1,0,3,6,27,227.5,0,5549,151.28750610351562,1,0,2.079441547393799,0,5.427150249481201,3.295836925506592,0,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,0,1,3,6,17,175.1750030517578,1415.005859375,5628,117.1624984741211,1,0,2.397895336151123,0,5.165785312652588,2.8332133293151855,7.254889011383057,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,1,0,3,6,44,229.77499389648438,276.6705627441406,5455,153.5625,1,0,1.3862943649291992,0,5.437100410461426,3.7841897010803223,5.622827529907227,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,3,6,21,141.0500030517578,155.9202880859375,5643,94.4124984741211,1,0,0.6931471824645996,0,4.9491143226623535,3.044522523880005,5.049345016479492,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,0,1,3,6,19,184.27499389648438,409.1441955566406,5628,122.8499984741211,1,0,1.7917594909667969,0,5.216429233551025,2.944438934326172,6.014067649841309,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,1,0,3,6,23,236.60000610351562,384.52520751953125,5249,158.1125030517578,1,0,2.079441547393799,0,5.466371059417725,3.1354942321777344,5.952009201049805,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,0,1,3,6,20,182,3004.689453125,5316,120.57499694824219,1,0,1.0986123085021973,0,5.204006671905518,2.995732307434082,8.007929801940918,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,1,0,3,6,23,214.9875030517578,268.4642333984375,5110,20.475000381469727,1,0,-1.3862943649291992,0,5.370579719543457,3.1354942321777344,5.59271764755249,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,3,6,26,156.97500610351562,130.1289520263672,5310,104.6500015258789,1,0,0.6931471824645996,0,5.056086540222168,3.25809645652771,4.868525981903076,0,0,0,0,0,1,0,0,0,0 +20,1,0,1,1,1,3,6,26,170.625,1506.4478759765625,5352,113.75,1,0,2.995732307434082,0,5.139468193054199,3.25809645652771,7.317509651184082,0,0,0,0,0,1,0,0,0,0 +12,1,0,1,0,0,3,6,22,193.375,445.48651123046875,5528,128.53750610351562,1,0,2.4849066734313965,0,5.264631271362305,3.0910425186157227,6.0991668701171875,0,0,0,0,0,1,0,0,0,0 +5,1,0,1,1,0,3,6,48,170.625,365.76788330078125,5428,113.75,1,0,1.6094379425048828,0,5.139468193054199,3.8712010383605957,5.901998996734619,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,3,6,22,222.9499969482422,124.26728820800781,5728,149.0124969482422,1,0,0.6931471824645996,0,5.406947612762451,3.0910425186157227,4.822434902191162,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,24,227.5,135.99061584472656,5604,151.28750610351562,1,0,0,0,5.427150249481201,3.178053855895996,4.912585735321045,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,1,0,3,6,31,196.78750610351562,230.9495849609375,5628,130.8125,1,0,1.3862943649291992,0,5.2821245193481445,3.4339871406555176,5.442199230194092,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,0,0,3,6,26,228.6374969482422,199.29660034179688,5210,152.4250030517578,1,0,0,0,5.432137966156006,3.25809645652771,5.294794082641602,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,0,0,3,6,30,187.6875,245.017578125,5628,125.125,1,0,1.3862943649291992,0,5.23477840423584,3.4011974334716797,5.5013298988342285,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,34,182,391.5592041015625,5149,121.7125015258789,1,0,0,0,5.204006671905518,3.526360511779785,5.970136642456055,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,3,6,30,141.0500030517578,157.09262084960938,5552,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.4011974334716797,5.056835651397705,0,0,0,0,0,1,0,0,0,0 +18,1,0,1,1,0,3,6,50,155.83749389648438,604.923828125,5228,103.51249694824219,1,0,2.890371799468994,0,5.048813819885254,3.9120230674743652,6.405102729797363,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,1,0,3,6,46,149.0124969482422,83.23564147949219,5604,98.9625015258789,1,0,-1.3862943649291992,0,5.004030227661133,3.828641414642334,4.421675682067871,0,0,0,0,0,1,0,0,0,0 +11,1,0,0,1,1,3,6,23,141.0500030517578,2522.860595703125,5549,94.4124984741211,1,0,2.397895336151123,0,4.9491143226623535,3.1354942321777344,7.83314847946167,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,1,0,3,6,18,141.0500030517578,79.71864318847656,5352,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,2.890371799468994,4.378503322601318,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,39,159.25,78.54631042480469,5549,105.7874984741211,1,0,0,0,5.070475101470947,3.6635615825653076,4.3636884689331055,0,0,0,0,0,1,0,0,0,0 +2,1,0,0,NA,0,3,6,54,152.4250030517578,130.1289520263672,5310,101.23750305175781,1,0,0.6931471824645996,0,5.026672840118408,3.9889841079711914,4.868525981903076,0,0,0,0,0,1,0,0,0,0 +17,1,0,0,1,1,3,6,45,147.875,2989.448974609375,5310,98.9625015258789,1,0,2.8332133293151855,0,4.996367454528809,3.8066625595092773,8.00284481048584,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,0,1,0,3,6,27,141.0500030517578,103.16529846191406,5137,93.2750015258789,1,0,-1.3862943649291992,0,4.9491143226623535,3.295836925506592,4.6363325119018555,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,1,1,3,6,35,241.14999389648438,337.63189697265625,5628,160.3874969482422,1,0,1.3862943649291992,0,5.485419273376465,3.5553481578826904,5.821956157684326,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,0,1,0,3,6,41,185.41250610351562,124.26728820800781,5307,121.7125015258789,1,0,-1.3862943649291992,0,5.222583293914795,3.7135720252990723,4.822434902191162,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,1,0,3,6,54,236.60000610351562,316.5299072265625,5328,156.97500610351562,1,0,1.3862943649291992,0,5.466371059417725,3.9889841079711914,5.757417678833008,0,0,0,0,0,1,0,0,0,0 +5,1,0,0,0,0,3,6,57,163.8000030517578,365.76788330078125,5628,109.19999694824219,1,0,1.6094379425048828,0,5.09864616394043,4.043051242828369,5.901998996734619,0,0,0,0,0,1,0,0,0,0 +6,1,0,0,1,0,3,6,36,217.2624969482422,221.5709228515625,5352,145.60000610351562,1,0,1.7917594909667969,0,5.381106376647949,3.5835189819335938,5.400742530822754,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,1,0,3,6,51,175.1750030517578,220.39859008789062,5216,116.0250015258789,1,0,-1.3862943649291992,0,5.165785312652588,3.931825637817383,5.395437717437744,0,0,0,0,0,1,0,0,0,0 +6,1,0,0,1,0,3,6,41,162.66250610351562,209.84759521484375,5549,108.0625,1,0,1.7917594909667969,0,5.091677665710449,3.7135720252990723,5.346381664276123,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,0,0,3,6,24,199.0625,652.98944091796875,5652,133.08749389648438,1,0,0,0,5.293618679046631,3.178053855895996,6.481561183929443,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,0,0,0,3,6,57,164.9375,92.61430358886719,5740,110.3375015258789,1,0,-1.3862943649291992,0,5.105566501617432,4.043051242828369,4.528443813323975,0,0,0,0,0,1,0,0,0,0 +7,1,0,0,0,0,3,6,20,138.77499389648438,212.1922607421875,5152,92.13749694824219,1,0,1.945910096168518,0,4.932853698730469,2.995732307434082,5.357492923736572,0,0,0,0,0,1,0,0,0,0 +83,1,0,NA,NA,0,3,6,41,143.3249969482422,0,5328,95.55000305175781,1,0,4.418840408325195,0,4.965114593505859,3.7135720252990723,0,0,0,0,0,0,1,0,0,0,0 +9,1,0,0,1,1,3,6,58,128.53750610351562,3291.910888671875,5528,91,1,0,2.1972246170043945,0,4.856220722198486,4.060442924499512,8.099223136901855,0,0,0,0,0,1,0,0,0,0 +9,1,0,1,1,1,3,6,37,199.0625,907.38568115234375,5528,131.9499969482422,1,0,2.1972246170043945,0,5.293618679046631,3.610917806625366,6.810567378997803,0,0,0,0,0,1,0,0,0,0 +5,1,0,0,1,1,3,6,56,147.875,2813.59912109375,5349,97.82499694824219,1,0,1.6094379425048828,0,4.996367454528809,4.025351524353027,7.9422197341918945,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,0,0,3,6,19,191.10000610351562,208.67526245117188,5643,127.4000015258789,1,0,-1.3862943649291992,0,5.252796649932861,2.944438934326172,5.3407793045043945,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,1,0,3,6,29,185.41250610351562,0,5604,122.8499984741211,1,0,1.3862943649291992,0,5.222583293914795,3.367295742034912,0,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,0,3,6,30,204.75,464.24383544921875,5710,136.5,1,0,1.0986123085021973,0,5.321789741516113,3.4011974334716797,6.14040994644165,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,3,6,25,182,232.12191772460938,5610,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,3.2188758850097656,5.447262763977051,0,0,0,0,0,1,0,0,0,0 +10,1,0,1,1,0,3,6,53,204.75,0,5034,136.5,1,0,2.3025851249694824,0,5.321789741516113,3.97029185295105,0,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,1,0,3,6,41,143.3249969482422,105.50996398925781,5404,95.55000305175781,1,0,1.0986123085021973,0,4.965114593505859,3.7135720252990723,4.6588053703308105,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,NA,0,3,6,41,166.0749969482422,127.78429412841797,5552,63.70000076293945,1,0,0,0,5.1124396324157715,3.7135720252990723,4.850343704223633,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,0,0,3,6,56,210.4375,267.2919006347656,5446,139.91250610351562,1,0,1.0986123085021973,0,5.349188804626465,4.025351524353027,5.588341236114502,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,1,0,3,6,32,81.9000015258789,449.0035095214844,5352,54.599998474121094,1,0,1.0986123085021973,0,4.40549898147583,3.465735912322998,6.107030868530273,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,1,0,3,6,60,179.72500610351562,22.27432632446289,5552,119.4375,1,0,-1.3862943649291992,0,5.191427707672119,4.094344615936279,3.1034348011016846,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,45,168.35000610351562,100.82063293457031,5610,112.61250305175781,1,0,0,0,5.126045227050781,3.8066625595092773,4.613343238830566,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,48,141.0500030517578,78.54631042480469,5549,94.4124984741211,1,0,0,0,4.9491143226623535,3.8712010383605957,4.3636884689331055,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,NA,1,3,6,39,152.4250030517578,1580.3048095703125,5604,101.23750305175781,1,0,1.3862943649291992,0,5.026672840118408,3.6635615825653076,7.365373134613037,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,0,0,3,6,49,177.4499969482422,28.135990142822266,5352,118.30000305175781,1,0,0,0,5.178689002990723,3.891820192337036,3.3370494842529297,0,0,0,0,0,1,0,0,0,0 +5,1,0,1,0,0,3,6,18,141.0500030517578,604.923828125,5628,94.4124984741211,1,0,1.6094379425048828,0,4.9491143226623535,2.890371799468994,6.405102729797363,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,3,6,20,159.25,214.53692626953125,5352,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,2.995732307434082,5.368481636047363,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,1,0,3,6,34,182,322.3915710449219,5028,120.57499694824219,1,0,1.3862943649291992,0,5.204006671905518,3.526360511779785,5.775766849517822,0,0,0,0,0,1,0,0,0,0 +9,1,0,1,1,1,3,6,26,159.25,2018.75732421875,5528,106.92500305175781,1,0,2.1972246170043945,0,5.070475101470947,3.25809645652771,7.6102375984191895,0,0,0,0,0,1,0,0,0,0 +12,1,0,0,0,1,3,6,42,170.625,960.14068603515625,5328,94.4124984741211,1,0,2.4849066734313965,0,5.139468193054199,3.7376697063446045,6.867079734802246,0,0,0,0,0,1,0,0,0,0 +140,1,0,0,1,1,3,6,66,170.625,5067.9951171875,5110,83.0374984741211,1,0,4.9416422843933105,0,5.139468193054199,4.18965482711792,8.53070068359375,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,30,114.88749694824219,72.68463897705078,5004,92.13749694824219,1,0,0,0,4.743953227996826,3.4011974334716797,4.286129951477051,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,0,0,3,6,51,159.25,205.15826416015625,5628,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,3.931825637817383,5.323781490325928,0,0,0,0,0,1,0,0,0,0 +5,1,0,0,1,0,3,6,57,127.4000015258789,264.9472351074219,5628,85.3125,1,0,1.6094379425048828,0,4.847331523895264,4.043051242828369,5.579530715942383,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,21,242.28750610351562,125.43962860107422,5549,161.52499389648438,1,0,0,0,5.4901251792907715,3.044522523880005,4.831824779510498,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,0,0,3,6,16,175.1750030517578,35.169986724853516,5310,116.0250015258789,1,0,-1.3862943649291992,0,5.165785312652588,2.7725887298583984,3.5601930618286133,0,0,0,0,0,1,0,0,0,0 +15,1,0,0,0,0,3,6,28,152.4250030517578,978.89801025390625,5310,101.23750305175781,1,0,2.70805025100708,0,5.026672840118408,3.332204580307007,6.886427402496338,0,0,0,0,0,1,0,0,0,0 +6,1,0,0,1,1,3,6,22,193.375,3173.50537109375,5604,128.53750610351562,1,0,1.7917594909667969,0,5.264631271362305,3.0910425186157227,8.062592506408691,0,0,0,0,0,1,0,0,0,0 +6,1,0,0,1,1,3,6,42,125.125,225.08792114257812,5316,83.0374984741211,1,0,1.7917594909667969,0,4.829313278198242,3.7376697063446045,5.4164910316467285,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,3,6,18,159.25,193.4349365234375,5004,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,2.890371799468994,5.264941215515137,0,0,0,0,0,1,0,0,0,0 +9,1,0,0,1,0,3,6,34,145.60000610351562,631.887451171875,5328,96.6875,1,0,2.1972246170043945,0,4.980863094329834,3.526360511779785,6.448711395263672,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,20,100.0999984741211,723.32940673828125,5110,65.9749984741211,1,0,0,0,4.606169700622559,2.995732307434082,6.583864688873291,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,37,116.0250015258789,75.02931213378906,5349,77.3499984741211,1,0,0,0,4.753805637359619,3.610917806625366,4.317878723144531,0,0,0,0,0,1,0,0,0,0 +2,1,0,0,1,0,3,6,44,143.3249969482422,429.0738525390625,5340,95.55000305175781,1,0,0.6931471824645996,0,4.965114593505859,3.7841897010803223,6.061628818511963,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,1,0,3,6,25,159.25,291.910888671875,5349,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,3.2188758850097656,5.676448345184326,0,0,0,0,0,1,0,0,0,0 +5,1,0,1,0,1,3,6,17,111.4749984741211,3772.5673828125,5316,73.9375,1,0,1.6094379425048828,0,4.713800430297852,2.8332133293151855,8.23551082611084,0,0,0,0,0,1,0,0,0,0 +12,1,0,1,0,1,3,6,18,93.2750015258789,935.52166748046875,5349,61.42499923706055,1,0,2.4849066734313965,0,4.535552024841309,2.890371799468994,6.841104507446289,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,1,0,3,6,30,106.92500305175781,159.43728637695312,5352,70.5250015258789,1,0,1.0986123085021973,0,4.672127723693848,3.4011974334716797,5.071650505065918,0,0,0,0,0,1,0,0,0,0 +13,1,0,1,0,0,3,6,19,216.125,38980.0703125,5452,158.1125030517578,1,0,2.5649492740631104,0,5.375856876373291,2.944438934326172,10.570805549621582,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,NA,0,3,6,57,170.625,130.1289520263672,5440,113.75,1,0,1.0986123085021973,0,5.139468193054199,4.043051242828369,4.868525981903076,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,1,0,3,6,38,174.03750610351562,38.686988830566406,5728,116.0250015258789,1,0,1.3862943649291992,0,5.159270763397217,3.6375861167907715,3.655503273010254,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,0,0,3,6,20,152.4250030517578,158.26495361328125,5440,95.55000305175781,1,0,0,0,5.026672840118408,2.995732307434082,5.064270496368408,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,0,0,3,6,34,186.5500030517578,323.56390380859375,5549,106.92500305175781,1,0,0,0,5.228699207305908,3.526360511779785,5.7793965339660645,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,1,0,3,6,33,129.6750030517578,111.37162780761719,5549,81.9000015258789,1,0,1.0986123085021973,0,4.8650312423706055,3.4965076446533203,4.712872505187988,0,0,0,0,0,1,0,0,0,0 +10,1,0,0,0,1,3,6,59,126.26249694824219,783.118408203125,5528,84.17500305175781,1,0,2.3025851249694824,0,4.838363170623779,4.077537536621094,6.663283824920654,0,0,0,0,0,1,0,0,0,0 +12,1,0,0,0,0,3,6,62,135.3625030517578,338.8042297363281,5528,89.86250305175781,1,0,2.4849066734313965,0,4.907956600189209,4.127134323120117,5.825422286987305,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,1,0,3,6,80,97.82499694824219,196.95193481445312,5352,65.9749984741211,1,0,1.3862943649291992,0,4.583179950714111,4.382026672363281,5.282959938049316,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,52,176.3125,73.85697174072266,5510,117.1624984741211,1,0,0,0,5.172257900238037,3.9512436389923096,4.302130222320557,0,0,0,0,0,1,0,0,0,0 +2,1,0,0,1,0,3,6,50,122.8499984741211,0,5610,81.9000015258789,1,0,0.6931471824645996,0,4.810964107513428,3.9120230674743652,0,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,0,0,3,6,14,102.375,165.2989501953125,5549,68.25,1,0,1.0986123085021973,0,4.628642559051514,2.6390573978424072,5.107755661010742,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,25,172.89999389648438,275.49822998046875,5352,114.88749694824219,1,0,0,0,5.152713298797607,3.2188758850097656,5.618581295013428,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,0,0,3,6,24,159.25,397.4208679199219,5646,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,3.178053855895996,5.9849958419799805,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,1,0,3,6,26,220.6750030517578,66.8229751586914,5349,146.7375030517578,1,0,-1.3862943649291992,0,5.396690845489502,3.25809645652771,4.202046871185303,0,0,0,0,0,1,0,0,0,0 +10,1,0,1,0,0,3,6,22,218.39999389648438,329.4255676269531,5349,145.60000610351562,1,0,2.3025851249694824,0,5.386328220367432,3.0910425186157227,5.7973504066467285,0,0,0,0,0,1,0,0,0,0 +2,1,0,0,1,0,3,6,56,114.88749694824219,67.99530792236328,5010,76.2125015258789,1,0,0.6931471824645996,0,4.743953227996826,4.025351524353027,4.219438552856445,0,0,0,0,0,1,0,0,0,0 +9,1,0,1,0,1,1,6,42,170.625,1558.030517578125,5352,129.6750030517578,1,0,2.1972246170043945,0,5.139468193054199,3.7376697063446045,7.35117769241333,0,0,0,0,0,1,0,1,0,0 +4,1,0,0,0,0,3,6,63,91,259.0855712890625,5446,63.70000076293945,1,0,1.3862943649291992,0,4.510859489440918,4.143134593963623,5.557158470153809,0,0,0,0,0,1,0,0,0,0 +11,1,0,0,0,0,3,6,23,170.625,288.3938903808594,5628,113.75,1,0,2.397895336151123,0,5.139468193054199,3.1354942321777344,5.664327144622803,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,1,1,3,6,41,153.5625,862.8370361328125,5443,72.80000305175781,1,0,-1.3862943649291992,0,5.034107685089111,3.7135720252990723,6.760225772857666,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,1,1,3,8,61,127.4000015258789,6160.609375,9025,85.3125,1,0,2.397895336151123,0,4.847331523895264,4.110873699188232,8.725931167602539,0,0,0,0,0,0,0,0,0,0 +4,1,0,0,1,0,3,8,43,238.875,158.26495361328125,9010,159.25,1,0,1.3862943649291992,0,5.475940227508545,3.761200189590454,5.064270496368408,0,0,0,0,0,0,0,0,0,0 +1,1,0,1,1,1,3,8,22,96.6875,1794.8416748046875,9052,64.8375015258789,1,0,0,0,4.571484088897705,3.0910425186157227,7.492671966552734,0,0,0,0,0,0,0,0,0,0 +3,1,0,1,NA,0,1,8,25,156.97500610351562,119.57795715332031,9004,104.6500015258789,1,0,1.0986123085021973,0,5.056086540222168,3.2188758850097656,4.783968448638916,0,0,0,0,0,0,0,1,0,0 +13,1,0,1,0,1,1,8,26,159.25,896.834716796875,9028,105.7874984741211,1,0,2.5649492740631104,0,5.070475101470947,3.25809645652771,6.7988715171813965,0,0,0,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,8,38,163.8000030517578,92.61430358886719,9052,109.19999694824219,1,0,1.0986123085021973,0,5.09864616394043,3.6375861167907715,4.528443813323975,0,0,0,0,0,0,0,1,0,0 +3,1,0,0,1,1,1,8,58,229.77499389648438,1866.35400390625,9010,153.5625,1,0,1.0986123085021973,0,5.437100410461426,4.060442924499512,7.531742095947266,0,0,0,0,0,0,0,1,0,0 +11,1,0,0,0,1,1,8,57,205.8874969482422,290.7385559082031,9049,142.1875,1,0,2.397895336151123,0,5.327330112457275,4.043051242828369,5.67242431640625,0,0,0,0,0,0,0,1,0,0 +16,1,0,1,0,1,1,8,19,170.625,2031.6529541015625,9028,113.75,1,0,2.7725887298583984,0,5.139468193054199,2.944438934326172,7.616604804992676,0,0,0,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,8,21,194.5124969482422,0,9052,129.6750030517578,1,0,1.0986123085021973,0,5.270496368408203,3.044522523880005,0,0,0,0,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,8,30,194.5124969482422,270.80889892578125,9052,129.6750030517578,1,0,0,0,5.270496368408203,3.4011974334716797,5.601413249969482,0,0,0,0,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,8,20,184.27499389648438,211.01992797851562,9010,122.8499984741211,1,0,-1.3862943649291992,0,5.216429233551025,2.995732307434082,5.35195255279541,0,0,0,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,8,19,152.4250030517578,128.9566192626953,9010,101.23750305175781,1,0,0,0,5.026672840118408,2.944438934326172,4.859476089477539,0,0,0,0,0,0,0,1,0,0 +6,1,0,1,1,1,2,8,30,221.8125,1636.5767822265625,9010,139.91250610351562,1,0,1.7917594909667969,0,5.401832580566406,3.4011974334716797,7.400362014770508,0,0,0,0,0,0,0,0,1,0 +0.25,1,0,1,0,1,2,8,28,204.75,2968.346923828125,9019,136.5,1,0,-1.3862943649291992,0,5.321789741516113,3.332204580307007,7.995760440826416,0,0,0,0,0,0,0,0,1,0 +5,1,0,1,0,0,2,8,19,227.5,426.72918701171875,9004,151.28750610351562,1,0,1.6094379425048828,0,5.427150249481201,2.944438934326172,6.056149482727051,0,0,0,0,0,0,0,0,1,0 +1,1,0,1,1,0,2,8,29,227.5,534.58380126953125,9004,151.28750610351562,1,0,0,0,5.427150249481201,3.367295742034912,6.281488418579102,0,0,0,0,0,0,0,0,1,0 +4,1,0,1,1,1,3,8,34,227.5,1014.0679931640625,9010,151.28750610351562,1,0,1.3862943649291992,0,5.427150249481201,3.526360511779785,6.921725273132324,0,0,0,0,0,0,0,0,0,0 +4,1,0,1,1,0,3,8,35,241.14999389648438,0,9010,161.52499389648438,1,0,1.3862943649291992,0,5.485419273376465,3.5553481578826904,0,0,0,0,0,0,0,0,0,0,0 +19,1,0,0,1,1,3,8,20,204.75,2861.664794921875,9052,136.5,1,0,2.944438934326172,0,5.321789741516113,2.995732307434082,7.959158897399902,0,0,0,0,0,0,0,0,0,0 +11,1,0,1,1,1,3,8,35,152.4250030517578,674.0914306640625,9004,101.23750305175781,1,0,2.397895336151123,0,5.026672840118408,3.5553481578826904,6.513365745544434,0,0,0,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,8,49,168.35000610351562,650.644775390625,9052,167.21249389648438,1,0,1.3862943649291992,0,5.126045227050781,3.891820192337036,6.477963924407959,0,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,1,1,3,8,23,170.625,2852.2861328125,9040,113.75,1,0,-1.3862943649291992,0,5.139468193054199,3.1354942321777344,7.955875873565674,0,0,0,0,0,0,0,0,0,0 +15,1,0,1,0,1,3,8,27,121.7125015258789,1364.5955810546875,9040,52.32500076293945,1,0,2.70805025100708,0,4.801661491394043,3.295836925506592,7.218613147735596,0,0,0,0,0,0,0,0,0,0 +12,1,0,1,1,1,3,8,22,227.5,7880.421875,9040,151.28750610351562,1,0,2.4849066734313965,0,5.427150249481201,3.0910425186157227,8.972136497497559,0,0,0,0,0,0,0,0,0,0 +8,1,0,1,1,1,3,8,23,162.66250610351562,515.82647705078125,9028,108.0625,1,0,2.079441547393799,0,5.091677665710449,3.1354942321777344,6.245770454406738,0,0,0,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,8,57,217.2624969482422,1121.922607421875,9040,145.60000610351562,1,0,1.6094379425048828,0,5.381106376647949,4.043051242828369,7.022799015045166,0,0,0,0,0,0,0,0,0,0 +32,1,0,1,1,1,3,8,26,204.75,1167.6435546875,9010,136.5,1,0,3.465735912322998,0,5.321789741516113,3.25809645652771,7.062742710113525,0,0,0,0,0,0,0,0,0,0 +0.25,1,0,0,1,1,3,8,57,197.9250030517578,1347.010498046875,9019,131.9499969482422,1,0,-1.3862943649291992,0,5.287888050079346,4.043051242828369,7.205643177032471,0,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,1,1,3,8,50,113.75,1499.413818359375,9028,76.2125015258789,1,0,-1.3862943649291992,0,4.734003067016602,3.9120230674743652,7.312829494476318,0,0,0,0,0,0,0,0,0,0 +2,1,0,0,0,1,3,8,55,179.72500610351562,2441.969482421875,9010,119.4375,1,0,0.6931471824645996,0,5.191427707672119,4.007333278656006,7.800559997558594,0,0,0,0,0,0,0,0,0,0 +5,1,0,0,0,1,3,8,19,194.5124969482422,1629.5428466796875,9010,129.6750030517578,1,0,1.6094379425048828,0,5.270496368408203,2.944438934326172,7.396054744720459,0,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,8,34,141.0500030517578,298.94488525390625,9032,94.4124984741211,1,0,-1.3862943649291992,0,4.9491143226623535,3.526360511779785,5.700259208679199,0,0,0,0,0,0,0,0,0,0 +39,1,0,0,1,1,3,8,49,179.72500610351562,13126.6123046875,9010,119.4375,1,0,3.6635615825653076,0,5.191427707672119,3.891820192337036,9.482397079467773,0,0,0,0,0,0,0,0,0,0 +5,1,0,0,NA,0,3,8,55,193.375,267.2919006347656,9010,128.53750610351562,1,0,1.6094379425048828,0,5.264631271362305,4.007333278656006,5.588341236114502,0,0,0,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,8,39,182,207.5029296875,9049,121.7125015258789,1,0,0,0,5.204006671905518,3.6635615825653076,5.335145473480225,0,0,0,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,8,43,188.8249969482422,262.6025695800781,9049,126.26249694824219,1,0,1.0986123085021973,0,5.240820407867432,3.761200189590454,5.57064151763916,0,0,0,0,0,0,0,0,0,0 +21,1,0,1,1,0,3,8,48,170.625,1769.0504150390625,9049,113.75,1,0,3.044522523880005,0,5.139468193054199,3.8712010383605957,7.478198051452637,0,0,0,0,0,0,0,0,0,0 +0.25,1,0,0,1,0,3,8,51,120.57499694824219,157.09262084960938,9010,80.76249694824219,1,0,-1.3862943649291992,0,4.792272090911865,3.931825637817383,5.056835651397705,0,0,0,0,0,0,0,0,0,0 +2,1,0,0,0,0,3,8,23,100.0999984741211,225.08792114257812,9049,76.2125015258789,1,0,0.6931471824645996,0,4.606169700622559,3.1354942321777344,5.4164910316467285,0,0,0,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,8,17,105.7874984741211,164.12661743164062,9004,70.5250015258789,1,0,0,0,4.661432266235352,2.8332133293151855,5.100638389587402,0,0,0,0,0,0,0,0,0,0 +4,1,0,0,0,0,3,8,21,118.30000305175781,178.19461059570312,9004,78.48750305175781,1,0,1.3862943649291992,0,4.773223876953125,3.044522523880005,5.182876110076904,0,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,8,20,152.4250030517578,290.7385559082031,9028,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,2.995732307434082,5.67242431640625,0,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,8,35,159.25,168.81594848632812,9010,105.7874984741211,1,0,-1.3862943649291992,0,5.070475101470947,3.5553481578826904,5.128808975219727,0,0,0,0,0,0,0,0,0,0 +5,1,0,1,0,1,3,8,17,84.17500305175781,1012.8956909179688,9049,56.875,1,0,1.6094379425048828,0,4.432898044586182,2.8332133293151855,6.920568466186523,0,0,0,0,0,0,0,0,0,0 +16,1,0,1,1,1,3,8,20,147.875,2116.06103515625,9010,98.9625015258789,1,0,2.7725887298583984,0,4.996367454528809,2.995732307434082,7.65731143951416,0,0,0,0,0,0,0,0,0,0 +5,1,0,0,1,0,1,7,31,152.4250030517578,148.8862762451172,6400,101.23750305175781,1,0,1.6094379425048828,0,5.026672840118408,3.4339871406555176,5.003182888031006,0,0,0,0,0,0,1,1,0,0 +0.25,1,0,1,0,0,1,7,21,127.4000015258789,67.99530792236328,6400,85.3125,1,0,-1.3862943649291992,0,4.847331523895264,3.044522523880005,4.219438552856445,0,0,0,0,0,0,1,1,0,0 +13,1,0,0,1,0,1,7,43,238.875,279.0152282714844,8035,238.875,1,0,2.5649492740631104,0,5.475940227508545,3.761200189590454,5.6312665939331055,0,0,0,0,0,0,1,1,0,0 +182,1,0,0,1,1,1,7,34,242.28750610351562,17584.994140625,8035,182,1,0,5.204006671905518,0,5.4901251792907715,3.526360511779785,9.774801254272461,0,0,0,0,0,0,1,1,0,0 +1,1,0,1,NA,0,1,7,29,163.8000030517578,72.68463897705078,6400,109.19999694824219,1,0,0,0,5.09864616394043,3.367295742034912,4.286129951477051,0,0,0,0,0,0,1,1,0,0 +3,1,0,0,1,0,1,7,29,234.3249969482422,86.75263977050781,6400,155.83749389648438,1,0,1.0986123085021973,0,5.456708908081055,3.367295742034912,4.4630608558654785,0,0,0,0,0,0,1,1,0,0 +1,1,0,0,1,0,3,7,50,156.97500610351562,202.8135986328125,6100,104.6500015258789,1,0,0,0,5.056086540222168,3.9120230674743652,5.312287330627441,0,0,0,0,0,0,1,0,0,0 +3,1,0,0,1,0,3,7,57,188.8249969482422,97.30363464355469,6400,126.26249694824219,1,0,1.0986123085021973,0,5.240820407867432,4.043051242828369,4.577836513519287,0,0,0,0,0,0,1,0,0,0 +4,1,0,0,0,1,3,7,55,166.0749969482422,2546.30712890625,8048,110.3375015258789,1,0,1.3862943649291992,0,5.1124396324157715,4.007333278656006,7.842399597167969,0,0,0,0,0,0,1,0,0,0 +2,1,0,1,NA,0,3,7,50,193.375,2.344666004180908,6100,128.53750610351562,1,0,0.6931471824645996,0,5.264631271362305,3.9120230674743652,0.8521429896354675,0,0,0,0,0,0,1,0,0,0 +9,1,0,1,1,0,3,7,43,143.3249969482422,0,8043,95.55000305175781,1,0,2.1972246170043945,0,4.965114593505859,3.761200189590454,0,0,0,0,0,0,0,1,0,0,0 +0.25,1,0,1,NA,0,3,7,38,95.55000305175781,978.89801025390625,6100,102.375,1,0,-1.3862943649291992,0,4.559649467468262,3.6375861167907715,6.886427402496338,0,0,0,0,0,0,1,0,0,0 +2,1,0,0,1,0,3,7,47,175.1750030517578,25.791324615478516,6400,117.1624984741211,1,0,0.6931471824645996,0,5.165785312652588,3.8501474857330322,3.2500381469726562,0,0,0,0,0,0,1,0,0,0 +0.25,1,0,1,1,0,3,7,28,152.4250030517578,58.61664581298828,6100,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,3.332204580307007,4.071018695831299,0,0,0,0,0,0,1,0,0,0 +1,0,1,1,0,1,3,1,26,371.7300109863281,745.45452880859375,1128,162.3220977783203,1,0,0,0,5.918167591094971,3.25809645652771,6.613994121551514,1,0,0,0,0,0,0,0,0,5.918167591094971 +0.25,0,1,1,1,1,3,1,24,451.03240966796875,1577.922119140625,1440,149.9311065673828,1,0,-1.3862943649291992,0,6.111539363861084,3.178053855895996,7.363863945007324,1,0,0,0,0,0,0,0,0,6.111539363861084 +4,0,1,1,1,1,3,1,37,539.00848388671875,4575.32470703125,1007,149.9311065673828,1,0,1.3862943649291992,0,6.289731502532959,3.610917806625366,8.428433418273926,1,0,0,0,0,0,0,0,0,6.289731502532959 +3,0,1,1,1,0,3,1,27,557.594970703125,441.5584411621094,1728,149.9311065673828,1,0,1.0986123085021973,0,6.323632717132568,3.295836925506592,6.090310573577881,1,0,0,0,0,0,0,0,0,6.323632717132568 +1,0,1,1,1,0,3,1,48,635.6583251953125,376.6233825683594,1940,64.433197021484375,1,0,0,0,6.4546613693237305,3.8712010383605957,5.931245803833008,1,0,0,0,0,0,0,0,0,6.4546613693237305 +1,0,1,0,0,0,3,1,34,451.03240966796875,345.4545593261719,1940,43.368499755859375,1,0,0,0,6.111539363861084,3.526360511779785,5.844861030578613,1,0,0,0,0,0,0,0,0,6.111539363861084 +1,0,1,1,NA,1,3,1,24,427.489501953125,931.1688232421875,1410,85.4979019165039,1,0,0,0,6.057929515838623,3.178053855895996,6.836440563201904,1,0,0,0,0,0,0,0,0,6.057929515838623 +182,0,1,0,NA,1,3,1,31,392.7947082519531,26350.6484375,1052,149.9311065673828,1,0,5.204006671905518,0,5.973287105560303,3.4339871406555176,10.179247856140137,1,0,0,0,0,0,0,0,0,5.973287105560303 +3,0,1,1,0,1,3,1,25,537.7694091796875,672.727294921875,1940,149.9311065673828,1,0,1.0986123085021973,0,6.2874298095703125,3.2188758850097656,6.511340141296387,1,0,0,0,0,0,0,0,0,6.2874298095703125 +4,0,1,1,1,1,3,1,33,464.6625061035156,1729.8701171875,1040,149.9311065673828,1,0,1.3862943649291992,0,6.141311168670654,3.4965076446533203,7.455801486968994,1,0,0,0,0,0,0,0,0,6.141311168670654 +2,0,1,1,1,0,3,1,36,489.4444885253906,135.06494140625,1040,162.3220977783203,1,0,0.6931471824645996,0,6.193271160125732,3.5835189819335938,4.905755519866943,1,0,0,0,0,0,0,0,0,6.193271160125732 +3,0,1,1,NA,0,3,1,42,470.8580017089844,184.41558837890625,1740,162.3220977783203,1,0,1.0986123085021973,0,6.154556751251221,3.7376697063446045,5.217191696166992,1,0,0,0,0,0,0,0,0,6.154556751251221 +4,0,1,1,1,1,3,1,49,458.4670104980469,4145.45458984375,1728,162.3220977783203,1,0,1.3862943649291992,0,6.127888202667236,3.891820192337036,8.329768180847168,1,0,0,0,0,0,0,0,0,6.127888202667236 +1,0,1,1,1,0,3,1,23,371.7300109863281,474.0259704589844,1107,45.84669876098633,1,0,0,0,5.918167591094971,3.1354942321777344,6.161262035369873,1,0,0,0,0,0,0,0,0,5.918167591094971 +1,0,1,1,1,0,3,1,24,451.03240966796875,258.4415588378906,1425,92.93250274658203,1,0,0,0,6.111539363861084,3.178053855895996,5.554669380187988,1,0,0,0,0,0,0,0,0,6.111539363861084 +182,0,1,1,1,1,3,1,21,628.22369384765625,16941.55859375,1328,162.3220977783203,1,0,5.204006671905518,0,6.442896366119385,3.044522523880005,9.73752498626709,1,0,0,0,0,0,0,0,0,6.442896366119385 +182,0,1,1,1,1,3,1,28,619.54998779296875,5818.181640625,1010,162.3220977783203,1,0,5.204006671905518,0,6.428993225097656,3.332204580307007,8.668743133544922,1,0,0,0,0,0,0,0,0,6.428993225097656 +1,0,1,0,1,0,3,1,29,451.03240966796875,457.1428527832031,1010,138.77920532226562,1,0,0,0,6.111539363861084,3.367295742034912,6.124995708465576,1,0,0,0,0,0,0,0,0,6.111539363861084 +1,0,1,1,1,0,3,1,21,433.68499755859375,1349.3507080078125,1740,45.84669876098633,1,0,0,0,6.0723185539245605,3.044522523880005,7.20737886428833,1,0,0,0,0,0,0,0,0,6.0723185539245605 +3,0,1,1,NA,1,3,1,32,473.3362121582031,1549.3507080078125,1940,162.3220977783203,1,0,1.0986123085021973,0,6.159805774688721,3.465735912322998,7.345591068267822,1,0,0,0,0,0,0,0,0,6.159805774688721 +1,0,1,1,1,0,3,1,29,651.7666015625,315.58441162109375,1910,92.93250274658203,1,0,0,0,6.479686737060547,3.367295742034912,5.754426002502441,1,0,0,0,0,0,0,0,0,6.479686737060547 +3,0,1,0,NA,0,3,1,34,441.1195983886719,131.16883850097656,1336,162.3220977783203,1,0,1.0986123085021973,0,6.089315891265869,3.526360511779785,4.876485347747803,1,0,0,0,0,0,0,0,0,6.089315891265869 +1,0,1,1,NA,0,3,1,42,433.68499755859375,196.10389709472656,1904,45.84669876098633,1,0,0,0,6.0723185539245605,3.7376697063446045,5.278644561767578,1,0,0,0,0,0,0,0,0,6.0723185539245605 +1,0,1,1,0,0,3,1,27,475.81439208984375,270.1298828125,1425,69.38960266113281,1,0,0,0,6.165027618408203,3.295836925506592,5.598902702331543,1,0,0,0,0,0,0,0,0,6.165027618408203 +37,0,1,1,1,0,3,1,38,650.52752685546875,259.7402648925781,1410,162.3220977783203,1,0,3.610917806625366,0,6.477783679962158,3.6375861167907715,5.559682369232178,1,0,0,0,0,0,0,0,0,6.477783679962158 +40,0,1,1,1,1,3,1,39,524.1392822265625,4333.76611328125,1928,149.9311065673828,1,0,3.6888794898986816,0,6.2617573738098145,3.6635615825653076,8.374192237854004,1,0,0,0,0,0,0,0,0,6.2617573738098145 +1,0,1,1,1,0,1,1,57,537.7694091796875,1183.116943359375,1704,162.3220977783203,1,0,0,0,6.2874298095703125,4.043051242828369,7.0759077072143555,1,0,0,0,0,0,0,1,0,6.2874298095703125 +1,0,1,1,1,0,3,1,27,495.6400146484375,329.8701171875,1710,149.9311065673828,1,0,0,0,6.205850124359131,3.295836925506592,5.798698902130127,1,0,0,0,0,0,0,0,0,6.205850124359131 +1,0,1,1,1,1,1,1,55,382.88189697265625,1122.077880859375,1028,162.3220977783203,1,0,0,0,5.947726726531982,4.007333278656006,7.022937297821045,1,0,0,0,0,0,0,1,0,5.947726726531982 +6,0,1,1,1,1,1,1,37,407.6639099121094,3435.06494140625,1540,149.9311065673828,1,0,1.7917594909667969,0,6.010443210601807,3.610917806625366,8.141791343688965,1,0,0,0,0,0,0,1,0,6.010443210601807 +9,0,1,1,0,1,2,1,21,406.4248046875,1376.6234130859375,1007,149.9311065673828,1,0,2.1972246170043945,0,6.007399082183838,3.044522523880005,7.227388858795166,1,0,0,0,0,0,0,0,1,6.007399082183838 +4,0,1,1,1,1,2,1,25,426.2503967285156,1342.857177734375,1207,149.9311065673828,1,0,1.3862943649291992,0,6.055027008056641,3.2188758850097656,7.202554702758789,1,0,0,0,0,0,0,0,1,6.055027008056641 +5,0,1,1,0,1,2,1,26,693.89599609375,1801.2987060546875,1528,162.3220977783203,1,0,1.6094379425048828,0,6.542322158813477,3.25809645652771,7.496263027191162,1,0,0,0,0,0,0,0,1,6.542322158813477 +6,0,1,1,1,0,2,1,42,433.68499755859375,197.40260314941406,1425,149.9311065673828,1,0,1.7917594909667969,0,6.0723185539245605,3.7376697063446045,5.285245418548584,1,0,0,0,0,0,0,0,1,6.0723185539245605 +3,0,1,1,1,0,2,1,31,574.9423828125,329.8701171875,1425,149.9311065673828,1,0,1.0986123085021973,0,6.354269981384277,3.4339871406555176,5.798698902130127,1,0,0,0,0,0,0,0,1,6.354269981384277 +0.25,0,1,1,1,0,2,1,34,582.37701416015625,2696.10400390625,1628,149.9311065673828,1,0,-1.3862943649291992,0,6.367117881774902,3.526360511779785,7.899562835693359,1,0,0,0,0,0,0,0,1,6.367117881774902 +0.25,0,1,1,1,0,2,1,27,446.07598876953125,181.81817626953125,1840,149.9311065673828,1,0,-1.3862943649291992,0,6.100489139556885,3.295836925506592,5.203007221221924,1,0,0,0,0,0,0,0,1,6.100489139556885 +3,0,1,1,0,0,2,1,19,426.2503967285156,477.9220886230469,1404,162.3220977783203,1,0,1.0986123085021973,0,6.055027008056641,2.944438934326172,6.169447898864746,1,0,0,0,0,0,0,0,1,6.055027008056641 +1,0,1,1,1,0,2,1,50,371.7300109863281,77.92208099365234,1425,162.3220977783203,1,0,0,0,5.918167591094971,3.9120230674743652,4.355709552764893,1,0,0,0,0,0,0,0,1,5.918167591094971 +9,0,1,1,1,1,2,1,41,396.5119934082031,4642.85693359375,1010,149.9311065673828,1,0,2.1972246170043945,0,5.982706069946289,3.7135720252990723,8.443084716796875,1,0,0,0,0,0,0,0,1,5.982706069946289 +1,0,1,1,0,0,2,1,28,406.4248046875,174.02597045898438,1440,149.9311065673828,1,0,0,0,6.007399082183838,3.332204580307007,5.159204483032227,1,0,0,0,0,0,0,0,1,6.007399082183838 +9,0,1,1,0,1,3,1,24,520.4219970703125,10193.5068359375,1425,149.9311065673828,1,0,2.1972246170043945,0,6.254640102386475,3.178053855895996,9.229506492614746,1,0,0,0,0,0,0,0,0,6.254640102386475 +11,0,1,1,1,0,3,1,30,514.22650146484375,136.36363220214844,1010,162.3220977783203,1,0,2.397895336151123,0,6.242663860321045,3.4011974334716797,4.915325164794922,1,0,0,0,0,0,0,0,0,6.242663860321045 +1,0,1,1,1,0,3,1,58,463.42340087890625,189.61038208007812,1840,149.9311065673828,1,0,0,0,6.138640880584717,4.060442924499512,5.24497127532959,1,0,0,0,0,0,0,0,0,6.138640880584717 +0.25,0,1,1,0,0,3,1,22,442.35870361328125,123.37662506103516,1910,162.3220977783203,1,0,-1.3862943649291992,0,6.092121124267578,3.0910425186157227,4.815241813659668,1,0,0,0,0,0,0,0,0,6.092121124267578 +4,0,1,1,1,0,3,1,38,371.7300109863281,397.402587890625,1528,162.3220977783203,1,0,1.3862943649291992,0,5.918167591094971,3.6375861167907715,5.984950065612793,1,0,0,0,0,0,0,0,0,5.918167591094971 +10,0,1,1,1,1,3,1,36,371.7300109863281,1488.3116455078125,1128,149.9311065673828,1,0,2.3025851249694824,0,5.918167591094971,3.5835189819335938,7.3053975105285645,1,0,0,0,0,0,0,0,0,5.918167591094971 +3,0,1,1,1,0,3,1,26,488.2054138183594,196.10389709472656,1425,149.9311065673828,1,0,1.0986123085021973,0,6.190736293792725,3.25809645652771,5.278644561767578,1,0,0,0,0,0,0,0,0,6.190736293792725 +2,0,1,1,1,1,3,1,26,371.7300109863281,612.98699951171875,1107,162.3220977783203,1,0,0.6931471824645996,0,5.918167591094971,3.25809645652771,6.418343544006348,1,0,0,0,0,0,0,0,0,5.918167591094971 +1,0,1,1,1,0,3,1,26,506.7919006347656,71.42857360839844,1810,149.9311065673828,1,0,0,0,6.228100299835205,3.25809645652771,4.268698215484619,1,0,0,0,0,0,0,0,0,6.228100299835205 +0.25,0,1,1,0,0,3,1,44,380.4036865234375,419.48052978515625,1010,149.9311065673828,1,0,-1.3862943649291992,0,5.941233158111572,3.7841897010803223,6.039017200469971,1,0,0,0,0,0,0,0,0,5.941233158111572 +1,0,1,1,1,0,3,1,40,405.1856994628906,283.11688232421875,1425,149.9311065673828,1,0,0,0,6.004345417022705,3.6888794898986816,5.645859718322754,1,0,0,0,0,0,0,0,0,6.004345417022705 +1,0,1,1,1,0,3,1,27,433.68499755859375,332.467529296875,1010,149.9311065673828,1,0,0,0,6.0723185539245605,3.295836925506592,5.80654239654541,1,0,0,0,0,0,0,0,0,6.0723185539245605 +21,0,1,1,1,1,3,1,57,619.54998779296875,1651.947998046875,1928,107.80169677734375,1,0,3.044522523880005,0,6.428993225097656,4.043051242828369,7.40971040725708,1,0,0,0,0,0,0,0,0,6.428993225097656 +28,0,1,1,1,1,3,2,49,539.00848388671875,20627.2734375,2007,149.9311065673828,1,0,3.332204580307007,0,6.289731502532959,3.891820192337036,9.934369087219238,0,1,0,0,0,0,0,0,0,6.289731502532959 +7,0,1,1,1,0,3,2,21,396.5119934082031,348.05194091796875,2049,149.9311065673828,1,0,1.945910096168518,0,5.982706069946289,3.044522523880005,5.852351665496826,0,1,0,0,0,0,0,0,0,5.982706069946289 +19,0,1,1,1,1,3,2,36,474.5752868652344,3885.71435546875,2052,149.9311065673828,1,0,2.944438934326172,0,6.162420272827148,3.5835189819335938,8.26506233215332,0,1,0,0,0,0,0,0,0,6.162420272827148 +1,0,1,1,1,0,3,2,19,436.1632080078125,163.63636779785156,2049,85.4979019165039,1,0,0,0,6.07801628112793,2.944438934326172,5.097646713256836,0,1,0,0,0,0,0,0,0,6.07801628112793 +1,0,1,1,1,0,3,2,50,494.4009094238281,180.5194854736328,2052,85.4979019165039,1,0,0,0,6.2033467292785645,3.9120230674743652,5.195838928222656,0,1,0,0,0,0,0,0,0,6.2033467292785645 +1,0,1,1,1,0,3,2,37,468.3797912597656,88.31169128417969,2049,85.4979019165039,1,0,0,0,6.149279594421387,3.610917806625366,4.480872631072998,0,1,0,0,0,0,0,0,0,6.149279594421387 +18,0,1,0,NA,0,3,2,28,421.29400634765625,407.7922058105469,2052,149.9311065673828,1,0,2.890371799468994,0,6.043331146240234,3.332204580307007,6.010757923126221,0,1,0,0,0,0,0,0,0,6.043331146240234 +6,0,1,1,NA,1,3,2,27,371.7300109863281,1458.4415283203125,2010,149.9311065673828,1,0,1.7917594909667969,0,5.918167591094971,3.295836925506592,7.285123825073242,0,1,0,0,0,0,0,0,0,5.918167591094971 +1,0,1,1,0,0,3,2,26,402.7074890136719,580.51947021484375,2049,128.86639404296875,1,0,0,0,5.998210430145264,3.25809645652771,6.3639235496521,0,1,0,0,0,0,0,0,0,5.998210430145264 +2,0,1,1,0,0,3,2,20,384.1210021972656,222.0779266357422,2349,162.3220977783203,1,0,0.6931471824645996,0,5.950957775115967,2.995732307434082,5.40302848815918,0,1,0,0,0,0,0,0,0,5.950957775115967 +9,0,1,1,1,0,3,2,24,433.68499755859375,475.3246765136719,2049,149.9311065673828,1,0,2.1972246170043945,0,6.0723185539245605,3.178053855895996,6.163998126983643,0,1,0,0,0,0,0,0,0,6.0723185539245605 +7,0,1,1,1,0,3,2,46,371.7300109863281,377.9220886230469,2049,162.3220977783203,1,0,1.945910096168518,0,5.918167591094971,3.828641414642334,5.934688091278076,0,1,0,0,0,0,0,0,0,5.918167591094971 +3,0,1,1,1,0,3,2,34,524.1392822265625,223.37661743164062,2049,162.3220977783203,1,0,1.0986123085021973,0,6.2617573738098145,3.526360511779785,5.4088592529296875,0,1,0,0,0,0,0,0,0,6.2617573738098145 +3,0,1,1,1,0,3,2,41,524.1392822265625,718.18182373046875,2010,162.3220977783203,1,0,1.0986123085021973,0,6.2617573738098145,3.7135720252990723,6.576722621917725,0,1,0,0,0,0,0,0,0,6.2617573738098145 +1,0,1,1,1,0,1,2,35,428.7286071777344,331.1688232421875,2249,162.3220977783203,1,0,0,0,6.060823917388916,3.5553481578826904,5.802628517150879,0,1,0,0,0,0,0,1,0,6.060823917388916 +15,0,1,1,1,1,1,2,30,599.72442626953125,3594.80517578125,2052,162.3220977783203,1,0,2.70805025100708,0,6.396470069885254,3.4011974334716797,8.18724536895752,0,1,0,0,0,0,0,1,0,6.396470069885254 +1,0,1,1,1,0,1,2,27,420.0549011230469,28.571428298950195,2152,162.3220977783203,1,0,0,0,6.0403852462768555,3.295836925506592,3.352407217025757,0,1,0,0,0,0,0,1,0,6.0403852462768555 +8,0,1,1,1,1,2,2,33,711.243408203125,598.7012939453125,2252,149.9311065673828,1,0,2.079441547393799,0,6.567014694213867,3.4965076446533203,6.394762992858887,0,1,0,0,0,0,0,0,1,6.567014694213867 +28,0,1,1,1,1,2,2,41,574.9423828125,8554.5458984375,2216,162.3220977783203,1,0,3.332204580307007,0,6.354269981384277,3.7135720252990723,9.054218292236328,0,1,0,0,0,0,0,0,1,6.354269981384277 +26,0,1,1,1,0,2,2,39,613.3544921875,519.48052978515625,2352,149.9311065673828,1,0,3.25809645652771,0,6.418942928314209,3.6635615825653076,6.252829551696777,0,1,0,0,0,0,0,0,1,6.418942928314209 +9,0,1,1,0,0,2,2,24,648.04931640625,644.15582275390625,2052,162.3220977783203,1,0,2.1972246170043945,0,6.473966598510742,3.178053855895996,6.467940807342529,0,1,0,0,0,0,0,0,1,6.473966598510742 +12,0,1,1,1,0,2,2,36,638.136474609375,1112.987060546875,2128,162.3220977783203,1,0,2.4849066734313965,0,6.458552360534668,3.5835189819335938,7.014802932739258,0,1,0,0,0,0,0,0,1,6.458552360534668 +3,0,1,1,1,0,3,2,40,477.0534973144531,181.81817626953125,2152,162.3220977783203,1,0,1.0986123085021973,0,6.167628765106201,3.6888794898986816,5.203007221221924,0,1,0,0,0,0,0,0,0,6.167628765106201 +7,0,1,1,0,0,3,2,31,619.54998779296875,244.1558380126953,2052,162.3220977783203,1,0,1.945910096168518,0,6.428993225097656,3.4339871406555176,5.497806549072266,0,1,0,0,0,0,0,0,0,6.428993225097656 +27,0,1,1,1,1,3,2,33,609.63720703125,2133.76611328125,2549,149.9311065673828,1,0,3.295836925506592,0,6.4128642082214355,3.4965076446533203,7.665643692016602,0,1,0,0,0,0,0,0,0,6.4128642082214355 +15,0,1,1,1,0,3,2,41,390.3164978027344,3731.1689453125,2349,162.3220977783203,1,0,2.70805025100708,0,5.966958045959473,3.7135720252990723,8.22447681427002,0,1,0,0,0,0,0,0,0,5.966958045959473 +16,0,1,1,0,1,3,2,32,631.94097900390625,8812.9873046875,2128,149.9311065673828,1,0,2.7725887298583984,0,6.448795795440674,3.465735912322998,9.08398151397705,0,1,0,0,0,0,0,0,0,6.448795795440674 +8,0,1,1,1,1,3,2,58,560.07318115234375,974.0260009765625,2049,162.3220977783203,1,0,2.079441547393799,0,6.328067302703857,4.060442924499512,6.8814377784729,0,1,0,0,0,0,0,0,0,6.328067302703857 +6,0,1,1,0,0,3,3,30,434.9241027832031,451.94805908203125,3540,149.9311065673828,1,0,1.7917594909667969,0,6.07517147064209,3.4011974334716797,6.113567352294922,0,0,1,0,0,0,0,0,0,6.07517147064209 +6,0,1,1,1,1,3,3,53,463.42340087890625,1092.207763671875,3110,149.9311065673828,1,0,1.7917594909667969,0,6.138640880584717,3.97029185295105,6.9959564208984375,0,0,1,0,0,0,0,0,0,6.138640880584717 +3,0,1,1,1,0,3,3,25,643.0928955078125,261.0389709472656,3228,149.9311065673828,1,0,1.0986123085021973,0,6.466289043426514,3.2188758850097656,5.564669609069824,0,0,1,0,0,0,0,0,0,6.466289043426514 +2,0,1,1,1,1,3,3,57,446.07598876953125,915.58441162109375,3504,162.3220977783203,1,0,0.6931471824645996,0,6.100489139556885,4.043051242828369,6.8195624351501465,0,0,1,0,0,0,0,0,0,6.100489139556885 +3,0,1,1,1,0,3,3,33,464.6625061035156,123.37662506103516,3252,149.9311065673828,1,0,1.0986123085021973,0,6.141311168670654,3.4965076446533203,4.815241813659668,0,0,1,0,0,0,0,0,0,6.141311168670654 +2,0,1,1,1,0,3,3,47,386.5992126464844,157.14285278320312,3104,149.9311065673828,1,0,0.6931471824645996,0,5.957388401031494,3.8501474857330322,5.057155132293701,0,0,1,0,0,0,0,0,0,5.957388401031494 +6,0,1,1,1,0,3,3,58,494.4009094238281,677.92205810546875,3710,162.3220977783203,1,0,1.7917594909667969,0,6.2033467292785645,4.060442924499512,6.5190324783325195,0,0,1,0,0,0,0,0,0,6.2033467292785645 +2,0,1,1,1,0,3,3,36,529.095703125,259.7402648925781,3610,162.3220977783203,1,0,0.6931471824645996,0,6.271169185638428,3.5835189819335938,5.559682369232178,0,0,1,0,0,0,0,0,0,6.271169185638428 +3,0,1,0,0,0,3,3,30,405.1856994628906,170.12986755371094,3510,149.9311065673828,1,0,1.0986123085021973,0,6.004345417022705,3.4011974334716797,5.136561870574951,0,0,1,0,0,0,0,0,0,6.004345417022705 +5,0,1,1,1,0,3,3,22,458.4670104980469,141.55844116210938,3528,149.9311065673828,1,0,1.6094379425048828,0,6.127888202667236,3.0910425186157227,4.952712535858154,0,0,1,0,0,0,0,0,0,6.127888202667236 +4,0,1,1,0,1,3,3,25,433.68499755859375,1512.987060546875,3340,162.3220977783203,1,0,1.3862943649291992,0,6.0723185539245605,3.2188758850097656,7.321841239929199,0,0,1,0,0,0,0,0,0,6.0723185539245605 +6,0,1,1,0,1,3,3,27,501.83551025390625,1702.597412109375,3349,149.9311065673828,1,0,1.7917594909667969,0,6.2182722091674805,3.295836925506592,7.439910411834717,0,0,1,0,0,0,0,0,0,6.2182722091674805 +13,0,1,1,1,1,3,3,33,480.77081298828125,1762.337646484375,3328,149.9311065673828,1,0,2.5649492740631104,0,6.175390720367432,3.4965076446533203,7.474396228790283,0,0,1,0,0,0,0,0,0,6.175390720367432 +1,0,1,1,1,0,3,3,21,480.77081298828125,358.4415588378906,3640,149.9311065673828,1,0,0,0,6.175390720367432,3.044522523880005,5.881765842437744,0,0,1,0,0,0,0,0,0,6.175390720367432 +9,0,1,1,1,0,3,3,22,539.00848388671875,3237.662353515625,3528,149.9311065673828,1,0,2.1972246170043945,0,6.289731502532959,3.0910425186157227,8.08260726928711,0,0,1,0,0,0,0,0,0,6.289731502532959 +1,0,1,1,1,0,3,3,32,516.7047119140625,184.41558837890625,3110,43.368499755859375,1,0,0,0,6.247471332550049,3.465735912322998,5.217191696166992,0,0,1,0,0,0,0,0,0,6.247471332550049 +1,0,1,1,1,0,3,3,35,496.87908935546875,220.7792205810547,3140,149.9311065673828,1,0,0,0,6.208346843719482,3.5553481578826904,5.397163391113281,0,0,1,0,0,0,0,0,0,6.208346843719482 +3,0,1,1,NA,0,3,3,53,495.6400146484375,393.5065002441406,3740,149.9311065673828,1,0,1.0986123085021973,0,6.205850124359131,3.97029185295105,5.97509765625,0,0,1,0,0,0,0,0,0,6.205850124359131 +3,0,1,1,1,0,3,3,22,489.4444885253906,390.9090881347656,3528,149.9311065673828,1,0,1.0986123085021973,0,6.193271160125732,3.0910425186157227,5.968474864959717,0,0,1,0,0,0,0,0,0,6.193271160125732 +3,0,1,1,1,0,3,3,36,635.6583251953125,301.2987060546875,3340,149.9311065673828,1,0,1.0986123085021973,0,6.4546613693237305,3.5835189819335938,5.708102226257324,0,0,1,0,0,0,0,0,0,6.4546613693237305 +4,0,1,1,1,0,3,3,24,609.63720703125,600,3210,149.9311065673828,1,0,1.3862943649291992,0,6.4128642082214355,3.178053855895996,6.396929740905762,0,0,1,0,0,0,0,0,0,6.4128642082214355 +5,0,1,1,1,0,3,3,19,408.90301513671875,263.6363525390625,3540,149.9311065673828,1,0,1.6094379425048828,0,6.013477802276611,2.944438934326172,5.574570655822754,0,0,1,0,0,0,0,0,0,6.013477802276611 +4,0,1,1,1,0,3,3,23,436.1632080078125,442.8571472167969,3540,149.9311065673828,1,0,1.3862943649291992,0,6.07801628112793,3.1354942321777344,6.093247413635254,0,0,1,0,0,0,0,0,0,6.07801628112793 +5,0,1,1,1,0,3,3,25,587.3333740234375,268.8311767578125,3628,149.9311065673828,1,0,1.6094379425048828,0,6.3755927085876465,3.2188758850097656,5.594083786010742,0,0,1,0,0,0,0,0,0,6.3755927085876465 +6,0,1,1,1,1,3,3,21,451.03240966796875,976.62335205078125,3216,149.9311065673828,1,0,1.7917594909667969,0,6.111539363861084,3.044522523880005,6.884100914001465,0,0,1,0,0,0,0,0,0,6.111539363861084 +6,0,1,1,1,0,3,3,40,433.68499755859375,131.16883850097656,3610,149.9311065673828,1,0,1.7917594909667969,0,6.0723185539245605,3.6888794898986816,4.876485347747803,0,0,1,0,0,0,0,0,0,6.0723185539245605 +2,0,1,1,1,0,3,3,46,489.4444885253906,19.480520248413086,3452,149.9311065673828,1,0,0.6931471824645996,0,6.193271160125732,3.828641414642334,2.9694149494171143,0,0,1,0,0,0,0,0,0,6.193271160125732 +1,0,1,1,1,0,3,3,28,489.4444885253906,58.441558837890625,3504,149.9311065673828,1,0,0,0,6.193271160125732,3.332204580307007,4.068027496337891,0,0,1,0,0,0,0,0,0,6.193271160125732 +4,0,1,1,1,0,3,3,41,489.4444885253906,276.6233825683594,3628,149.9311065673828,1,0,1.3862943649291992,0,6.193271160125732,3.7135720252990723,5.62265682220459,0,0,1,0,0,0,0,0,0,6.193271160125732 +1,0,1,1,NA,0,3,3,27,421.29400634765625,240.25973510742188,3110,21.064699172973633,1,0,0,0,6.043331146240234,3.295836925506592,5.481720447540283,0,0,1,0,0,0,0,0,0,6.043331146240234 +182,0,1,1,1,1,3,3,34,436.1632080078125,5084.41552734375,3340,149.9311065673828,1,0,5.204006671905518,0,6.07801628112793,3.526360511779785,8.533935546875,0,0,1,0,0,0,0,0,0,6.07801628112793 +9,0,1,1,1,0,3,3,38,439.8804931640625,475.3246765136719,3328,149.9311065673828,1,0,2.1972246170043945,0,6.086503028869629,3.6375861167907715,6.163998126983643,0,0,1,0,0,0,0,0,0,6.086503028869629 +8,0,1,1,NA,0,3,3,36,495.6400146484375,457.1428527832031,3328,149.9311065673828,1,0,2.079441547393799,0,6.205850124359131,3.5835189819335938,6.124995708465576,0,0,1,0,0,0,0,0,0,6.205850124359131 +1,0,1,1,NA,0,3,3,26,421.29400634765625,74.025970458984375,3540,64.433197021484375,1,0,0,0,6.043331146240234,3.25809645652771,4.304416179656982,0,0,1,0,0,0,0,0,0,6.043331146240234 +2,0,1,1,NA,0,3,3,34,425.01129150390625,350.64935302734375,3310,149.9311065673828,1,0,0.6931471824645996,0,6.0521159172058105,3.526360511779785,5.859786510467529,0,0,1,0,0,0,0,0,0,6.0521159172058105 +3,0,1,1,1,0,3,3,25,483.2489929199219,66.2337646484375,3149,149.9311065673828,1,0,1.0986123085021973,0,6.180531978607178,3.2188758850097656,4.193190574645996,0,0,1,0,0,0,0,0,0,6.180531978607178 +1,0,1,1,1,0,3,3,44,499.3572998046875,28.571428298950195,3152,116.47540283203125,1,0,0,0,6.213321685791016,3.7841897010803223,3.352407217025757,0,0,1,0,0,0,0,0,0,6.213321685791016 +8,0,1,1,1,0,3,3,45,532.81298828125,440.2597351074219,3710,162.3220977783203,1,0,2.079441547393799,0,6.278170585632324,3.8066625595092773,6.087364673614502,0,0,1,0,0,0,0,0,0,6.278170585632324 +3,0,1,1,1,0,3,3,19,386.5992126464844,41.558441162109375,3640,149.9311065673828,1,0,1.0986123085021973,0,5.957388401031494,2.944438934326172,3.7271006107330322,0,0,1,0,0,0,0,0,0,5.957388401031494 +5,0,1,1,1,1,3,3,23,436.1632080078125,823.37664794921875,3640,149.9311065673828,1,0,1.6094379425048828,0,6.07801628112793,3.1354942321777344,6.713413715362549,0,0,1,0,0,0,0,0,0,6.07801628112793 +5,0,1,1,0,0,3,3,26,453.5105895996094,338.9610290527344,3540,149.9311065673828,1,0,1.6094379425048828,0,6.117018699645996,3.25809645652771,5.82588529586792,0,0,1,0,0,0,0,0,0,6.117018699645996 +43,0,1,1,1,1,3,3,22,453.5105895996094,1864.93505859375,3602,149.9311065673828,1,0,3.761200189590454,0,6.117018699645996,3.0910425186157227,7.530981540679932,0,0,1,0,0,0,0,0,0,6.117018699645996 +1,0,1,1,1,0,3,3,28,475.81439208984375,74.025970458984375,3640,45.84669876098633,1,0,0,0,6.165027618408203,3.332204580307007,4.304416179656982,0,0,1,0,0,0,0,0,0,6.165027618408203 +1,0,1,1,1,0,3,3,36,453.5105895996094,150.64935302734375,3640,45.84669876098633,1,0,0,0,6.117018699645996,3.5835189819335938,5.014955043792725,0,0,1,0,0,0,0,0,0,6.117018699645996 +6,0,1,1,1,0,3,3,27,488.2054138183594,54.54545593261719,3210,162.3220977783203,1,0,1.7917594909667969,0,6.190736293792725,3.295836925506592,3.9990344047546387,0,0,1,0,0,0,0,0,0,6.190736293792725 +42,0,1,1,1,0,3,3,26,473.3362121582031,216.88311767578125,3110,162.3220977783203,1,0,3.7376697063446045,0,6.159805774688721,3.25809645652771,5.379358768463135,0,0,1,0,0,0,0,0,0,6.159805774688721 +7,0,1,1,1,0,3,3,49,495.6400146484375,524.67535400390625,3528,162.3220977783203,1,0,1.945910096168518,0,6.205850124359131,3.891820192337036,6.262779712677002,0,0,1,0,0,0,0,0,0,6.205850124359131 +5,0,1,1,1,0,3,3,28,433.68499755859375,214.2857208251953,3628,162.3220977783203,1,0,1.6094379425048828,0,6.0723185539245605,3.332204580307007,5.367310047149658,0,0,1,0,0,0,0,0,0,6.0723185539245605 +7,0,1,1,1,0,3,3,23,371.7300109863281,276.6233825683594,3428,162.3220977783203,1,0,1.945910096168518,0,5.918167591094971,3.1354942321777344,5.62265682220459,0,0,1,0,0,0,0,0,0,5.918167591094971 +65,0,1,1,1,0,3,3,39,489.4444885253906,485.71429443359375,3540,162.3220977783203,1,0,4.174387454986572,0,6.193271160125732,3.6635615825653076,6.1856207847595215,0,0,1,0,0,0,0,0,0,6.193271160125732 +5,0,1,1,0,0,3,3,25,489.4444885253906,397.402587890625,3010,149.9311065673828,1,0,1.6094379425048828,0,6.193271160125732,3.2188758850097656,5.984950065612793,0,0,1,0,0,0,0,0,0,6.193271160125732 +3,0,1,1,1,0,3,3,36,480.77081298828125,428.5714416503906,3528,162.3220977783203,1,0,1.0986123085021973,0,6.175390720367432,3.5835189819335938,6.060457229614258,0,0,1,0,0,0,0,0,0,6.175390720367432 +1,0,1,1,1,0,3,3,47,584.855224609375,0,3504,115.23629760742188,1,0,0,0,6.371364116668701,3.8501474857330322,0,0,0,1,0,0,0,0,0,0,6.371364116668701 +2,0,1,1,1,0,3,3,24,411.3811950683594,118.18181610107422,3510,149.9311065673828,1,0,0.6931471824645996,0,6.019520282745361,3.178053855895996,4.772224426269531,0,0,1,0,0,0,0,0,0,6.019520282745361 +4,0,1,1,1,0,3,3,44,539.00848388671875,331.1688232421875,3110,149.9311065673828,1,0,1.3862943649291992,0,6.289731502532959,3.7841897010803223,5.802628517150879,0,0,1,0,0,0,0,0,0,6.289731502532959 +1,0,1,1,1,0,3,3,20,539.00848388671875,227.27272033691406,3340,45.84669876098633,1,0,0,0,6.289731502532959,2.995732307434082,5.426150798797607,0,0,1,0,0,0,0,0,0,6.289731502532959 +1,0,1,1,0,0,3,3,23,480.77081298828125,197.40260314941406,3628,45.84669876098633,1,0,0,0,6.175390720367432,3.1354942321777344,5.285245418548584,0,0,1,0,0,0,0,0,0,6.175390720367432 +6,0,1,1,1,0,3,3,25,551.39947509765625,198.7012939453125,3010,162.3220977783203,1,0,1.7917594909667969,0,6.312459468841553,3.2188758850097656,5.291802883148193,0,0,1,0,0,0,0,0,0,6.312459468841553 +3,0,1,1,1,0,3,3,43,551.39947509765625,329.8701171875,3110,162.3220977783203,1,0,1.0986123085021973,0,6.312459468841553,3.761200189590454,5.798698902130127,0,0,1,0,0,0,0,0,0,6.312459468841553 +1,0,1,1,1,0,3,3,34,576.1815185546875,189.61038208007812,3628,230.47259521484375,1,0,0,0,6.3564229011535645,3.526360511779785,5.24497127532959,0,0,1,0,0,0,0,0,0,6.3564229011535645 +3,0,1,1,1,0,3,3,35,520.4219970703125,153.2467498779297,3310,162.3220977783203,1,0,1.0986123085021973,0,6.254640102386475,3.5553481578826904,5.032049179077148,0,0,1,0,0,0,0,0,0,6.254640102386475 +1,0,1,1,0,0,3,3,19,501.83551025390625,96.10389709472656,3610,116.47540283203125,1,0,0,0,6.2182722091674805,2.944438934326172,4.5654296875,0,0,1,0,0,0,0,0,0,6.2182722091674805 +1,0,1,1,1,0,3,3,52,436.1632080078125,107.79220581054688,3110,116.47540283203125,1,0,0,0,6.07801628112793,3.9512436389923096,4.680205345153809,0,0,1,0,0,0,0,0,0,6.07801628112793 +6,0,1,1,1,0,3,3,32,433.68499755859375,154.5454559326172,3328,149.9311065673828,1,0,1.7917594909667969,0,6.0723185539245605,3.465735912322998,5.040488243103027,0,0,1,0,0,0,0,0,0,6.0723185539245605 +9,0,1,1,1,0,3,3,28,451.03240966796875,344.1558532714844,3628,149.9311065673828,1,0,2.1972246170043945,0,6.111539363861084,3.332204580307007,5.841094493865967,0,0,1,0,0,0,0,0,0,6.111539363861084 +1,0,1,1,1,0,3,3,25,557.594970703125,806.4935302734375,3340,69.38960266113281,1,0,0,0,6.323632717132568,3.2188758850097656,6.6926960945129395,0,0,1,0,0,0,0,0,0,6.323632717132568 +19,0,1,1,1,0,3,3,26,464.6625061035156,527.272705078125,3528,162.3220977783203,1,0,2.944438934326172,0,6.141311168670654,3.25809645652771,6.2677178382873535,0,0,1,0,0,0,0,0,0,6.141311168670654 +5,0,1,1,1,0,3,3,19,433.68499755859375,294.8052062988281,3510,162.3220977783203,1,0,1.6094379425048828,0,6.0723185539245605,2.944438934326172,5.686314582824707,0,0,1,0,0,0,0,0,0,6.0723185539245605 +7,0,1,1,1,1,3,3,33,619.54998779296875,2890.9091796875,3628,162.3220977783203,1,0,1.945910096168518,0,6.428993225097656,3.4965076446533203,7.969326496124268,0,0,1,0,0,0,0,0,0,6.428993225097656 +3,0,1,1,1,0,3,3,24,396.5119934082031,168.83116149902344,3613,162.3220977783203,1,0,1.0986123085021973,0,5.982706069946289,3.178053855895996,5.128899097442627,0,0,1,0,0,0,0,0,0,5.982706069946289 +7,0,1,1,0,0,3,3,30,495.6400146484375,529.8701171875,3640,162.3220977783203,1,0,1.945910096168518,0,6.205850124359131,3.4011974334716797,6.272632122039795,0,0,1,0,0,0,0,0,0,6.205850124359131 +1,0,1,1,1,0,3,3,61,464.6625061035156,251.94805908203125,3110,45.84669876098633,1,0,0,0,6.141311168670654,4.110873699188232,5.5292229652404785,0,0,1,0,0,0,0,0,0,6.141311168670654 +31,0,1,1,1,1,3,3,35,433.68499755859375,3577.922119140625,3428,162.3220977783203,1,0,3.4339871406555176,0,6.0723185539245605,3.5553481578826904,8.182537078857422,0,0,1,0,0,0,0,0,0,6.0723185539245605 +1,0,1,1,1,0,3,3,24,458.4670104980469,142.85714721679688,3110,45.84669876098633,1,0,0,0,6.127888202667236,3.178053855895996,4.961845397949219,0,0,1,0,0,0,0,0,0,6.127888202667236 +3,0,1,1,0,0,3,3,22,446.07598876953125,237.66233825683594,3613,162.3220977783203,1,0,1.0986123085021973,0,6.100489139556885,3.0910425186157227,5.470850944519043,0,0,1,0,0,0,0,0,0,6.100489139556885 +1,0,1,1,1,0,3,3,29,464.6625061035156,138.96104431152344,3510,138.77920532226562,1,0,0,0,6.141311168670654,3.367295742034912,4.9341936111450195,0,0,1,0,0,0,0,0,0,6.141311168670654 +1,0,1,1,0,0,3,3,22,848.78350830078125,105.19480895996094,3740,116.47540283203125,1,0,0,0,6.743803977966309,3.0910425186157227,4.655814170837402,0,0,1,0,0,0,0,0,0,6.743803977966309 +1,0,1,1,1,0,3,3,32,524.1392822265625,479.22076416015625,3110,138.77920532226562,1,0,0,0,6.2617573738098145,3.465735912322998,6.17216157913208,0,0,1,0,0,0,0,0,0,6.2617573738098145 +2,0,1,1,1,0,3,3,25,452.2715148925781,148.05194091796875,3110,162.3220977783203,1,0,0.6931471824645996,0,6.114282608032227,3.2188758850097656,4.997563362121582,0,0,1,0,0,0,0,0,0,6.114282608032227 +25,0,1,1,1,1,3,3,20,524.1392822265625,4719.48046875,3628,162.3220977783203,1,0,3.2188758850097656,0,6.2617573738098145,2.995732307434082,8.459453582763672,0,0,1,0,0,0,0,0,0,6.2617573738098145 +1,0,1,1,1,0,3,3,33,522.90020751953125,279.22076416015625,3549,138.77920532226562,1,0,0,0,6.259390830993652,3.4965076446533203,5.632002830505371,0,0,1,0,0,0,0,0,0,6.259390830993652 +1,0,1,1,1,0,3,3,43,474.5752868652344,198.7012939453125,3613,162.3220977783203,1,0,0,0,6.162420272827148,3.761200189590454,5.291802883148193,0,0,1,0,0,0,0,0,0,6.162420272827148 +1,0,1,1,1,0,3,3,30,522.90020751953125,22.077922821044922,3149,92.93250274658203,1,0,0,0,6.259390830993652,3.4011974334716797,3.0945780277252197,0,0,1,0,0,0,0,0,0,6.259390830993652 +1,0,1,1,1,0,3,3,31,495.6400146484375,266.2337646484375,3510,92.93250274658203,1,0,0,0,6.205850124359131,3.4339871406555176,5.584374904632568,0,0,1,0,0,0,0,0,0,6.205850124359131 +1,0,1,1,1,0,3,3,31,489.4444885253906,227.27272033691406,3110,69.38960266113281,1,0,0,0,6.193271160125732,3.4339871406555176,5.426150798797607,0,0,1,0,0,0,0,0,0,6.193271160125732 +10,0,1,1,1,0,3,3,30,439.8804931640625,676.62335205078125,3228,162.3220977783203,1,0,2.3025851249694824,0,6.086503028869629,3.4011974334716797,6.517114639282227,0,0,1,0,0,0,0,0,0,6.086503028869629 +7,0,1,1,1,0,3,3,28,489.4444885253906,892.207763671875,3713,162.3220977783203,1,0,1.945910096168518,0,6.193271160125732,3.332204580307007,6.793698787689209,0,0,1,0,0,0,0,0,0,6.193271160125732 +13,0,1,1,1,0,3,3,32,436.1632080078125,911.68829345703125,3152,162.3220977783203,1,0,2.5649492740631104,0,6.07801628112793,3.465735912322998,6.815298080444336,0,0,1,0,0,0,0,0,0,6.07801628112793 +22,0,1,1,1,0,3,3,52,654.24481201171875,3132.467529296875,3602,162.3220977783203,1,0,3.0910425186157227,0,6.483481407165527,3.9512436389923096,8.049576759338379,0,0,1,0,0,0,0,0,0,6.483481407165527 +2,0,1,1,NA,0,3,3,38,473.3362121582031,429.8701171875,3628,162.3220977783203,1,0,0.6931471824645996,0,6.159805774688721,3.6375861167907715,6.063483238220215,0,0,1,0,0,0,0,0,0,6.159805774688721 +5,0,1,1,NA,1,3,3,28,494.4009094238281,777.92205810546875,3304,162.3220977783203,1,0,1.6094379425048828,0,6.2033467292785645,3.332204580307007,6.656626224517822,0,0,1,0,0,0,0,0,0,6.2033467292785645 +4,0,1,0,1,0,3,3,27,436.1632080078125,161.03895568847656,3610,162.3220977783203,1,0,1.3862943649291992,0,6.07801628112793,3.295836925506592,5.08164644241333,0,0,1,0,0,0,0,0,0,6.07801628112793 +1,0,1,1,1,0,3,3,23,524.1392822265625,83.11688232421875,3510,69.38960266113281,1,0,0,0,6.2617573738098145,3.1354942321777344,4.420248031616211,0,0,1,0,0,0,0,0,0,6.2617573738098145 +4,0,1,1,1,0,3,3,44,473.3362121582031,192.20779418945312,3628,162.3220977783203,1,0,1.3862943649291992,0,6.159805774688721,3.7841897010803223,5.2585768699646,0,0,1,0,0,0,0,0,0,6.159805774688721 +3,0,1,1,NA,0,3,3,32,441.1195983886719,170.12986755371094,3640,162.3220977783203,1,0,1.0986123085021973,0,6.089315891265869,3.465735912322998,5.136561870574951,0,0,1,0,0,0,0,0,0,6.089315891265869 +4,0,1,1,1,1,3,3,49,441.1195983886719,1993.5064697265625,3237,162.3220977783203,1,0,1.3862943649291992,0,6.089315891265869,3.891820192337036,7.597650527954102,0,0,1,0,0,0,0,0,0,6.089315891265869 +1,0,1,1,NA,0,3,3,28,400.22930908203125,267.532470703125,3410,92.93250274658203,1,0,0,0,5.992037773132324,3.332204580307007,5.589241027832031,0,0,1,0,0,0,0,0,0,5.992037773132324 +7,0,1,1,NA,0,3,3,61,421.29400634765625,1096.1038818359375,3513,162.3220977783203,1,0,1.945910096168518,0,6.043331146240234,4.110873699188232,6.999517440795898,0,0,1,0,0,0,0,0,0,6.043331146240234 +6,0,1,1,NA,0,3,3,24,436.1632080078125,698.7012939453125,3304,162.3220977783203,1,0,1.7917594909667969,0,6.07801628112793,3.178053855895996,6.54922342300415,0,0,1,0,0,0,0,0,0,6.07801628112793 +8,0,1,1,1,0,3,3,44,514.22650146484375,333.7662353515625,3628,162.3220977783203,1,0,2.079441547393799,0,6.242663860321045,3.7841897010803223,5.810441017150879,0,0,1,0,0,0,0,0,0,6.242663860321045 +2,0,1,1,1,0,3,3,27,496.87908935546875,185.7142791748047,3610,149.9311065673828,1,0,0.6931471824645996,0,6.208346843719482,3.295836925506592,5.224209308624268,0,0,1,0,0,0,0,0,0,6.208346843719482 +3,0,1,1,1,0,3,3,42,464.6625061035156,80.51947784423828,3628,162.3220977783203,1,0,1.0986123085021973,0,6.141311168670654,3.7376697063446045,4.3884992599487305,0,0,1,0,0,0,0,0,0,6.141311168670654 +0.25,0,1,1,1,0,3,3,27,372.9690856933594,74.025970458984375,3010,149.9311065673828,1,0,-1.3862943649291992,0,5.92149543762207,3.295836925506592,4.304416179656982,0,0,1,0,0,0,0,0,0,5.92149543762207 +11,0,1,1,1,0,1,3,29,480.77081298828125,549.35064697265625,3728,149.9311065673828,1,0,2.397895336151123,0,6.175390720367432,3.367295742034912,6.308736801147461,0,0,1,0,0,0,0,1,0,6.175390720367432 +7,0,1,0,1,0,1,3,41,408.90301513671875,155.8441619873047,3628,149.9311065673828,1,0,1.945910096168518,0,6.013477802276611,3.7135720252990723,5.048856735229492,0,0,1,0,0,0,0,1,0,6.013477802276611 +0.25,0,1,1,0,0,1,3,38,529.095703125,693.5064697265625,3149,162.3220977783203,1,0,-1.3862943649291992,0,6.271169185638428,3.6375861167907715,6.541760444641113,0,0,1,0,0,0,0,1,0,6.271169185638428 +6,0,1,1,1,0,1,3,33,423.7721862792969,1200,3540,162.3220977783203,1,0,1.7917594909667969,0,6.049196243286133,3.4965076446533203,7.090076923370361,0,0,1,0,0,0,0,1,0,6.049196243286133 +16,0,1,1,1,0,1,3,61,415.0985107421875,1166.2337646484375,3552,162.3220977783203,1,0,2.7725887298583984,0,6.028515815734863,4.110873699188232,7.061534881591797,0,0,1,0,0,0,0,1,0,6.028515815734863 +7,0,1,1,1,0,1,3,44,501.83551025390625,763.6363525390625,3428,162.3220977783203,1,0,1.945910096168518,0,6.2182722091674805,3.7841897010803223,6.638091564178467,0,0,1,0,0,0,0,1,0,6.2182722091674805 +3,0,1,1,1,0,1,3,36,411.3811950683594,1079.2208251953125,3528,162.3220977783203,1,0,1.0986123085021973,0,6.019520282745361,3.5835189819335938,6.983994483947754,0,0,1,0,0,0,0,1,0,6.019520282745361 +0.25,0,1,1,1,0,1,3,31,427.489501953125,167.532470703125,3640,149.9311065673828,1,0,-1.3862943649291992,0,6.057929515838623,3.4339871406555176,5.1211771965026855,0,0,1,0,0,0,0,1,0,6.057929515838623 +10,0,1,1,1,0,1,3,33,370.49090576171875,1166.2337646484375,3540,149.9311065673828,1,0,2.3025851249694824,0,5.914828777313232,3.4965076446533203,7.061534881591797,0,0,1,0,0,0,0,1,0,5.914828777313232 +0.25,0,1,1,1,0,1,3,32,371.7300109863281,267.532470703125,3540,149.9311065673828,1,0,-1.3862943649291992,0,5.918167591094971,3.465735912322998,5.589241027832031,0,0,1,0,0,0,0,1,0,5.918167591094971 +1,0,1,1,0,0,1,3,22,420.0549011230469,129.87013244628906,3540,162.3220977783203,1,0,0,0,6.0403852462768555,3.0910425186157227,4.866535186767578,0,0,1,0,0,0,0,1,0,6.0403852462768555 +1,0,1,1,0,0,1,3,26,428.7286071777344,246.7532501220703,3340,162.3220977783203,1,0,0,0,6.060823917388916,3.25809645652771,5.508388996124268,0,0,1,0,0,0,0,1,0,6.060823917388916 +0.25,0,1,0,1,0,1,3,41,384.1210021972656,297.402587890625,3237,255.2545928955078,1,0,-1.3862943649291992,0,5.950957775115967,3.7135720252990723,5.69508695602417,0,0,1,0,0,0,0,1,0,5.950957775115967 +6,0,1,1,1,0,1,3,56,436.1632080078125,442.8571472167969,3528,162.3220977783203,1,0,1.7917594909667969,0,6.07801628112793,4.025351524353027,6.093247413635254,0,0,1,0,0,0,0,1,0,6.07801628112793 +3,0,1,1,1,0,1,3,47,516.7047119140625,1818.1817626953125,3640,162.3220977783203,1,0,1.0986123085021973,0,6.247471332550049,3.8501474857330322,7.505592346191406,0,0,1,0,0,0,0,1,0,6.247471332550049 +5,0,1,1,1,1,1,3,33,379.16461181640625,2070.1298828125,3613,162.3220977783203,1,0,1.6094379425048828,0,5.9379706382751465,3.4965076446533203,7.635366439819336,0,0,1,0,0,0,0,1,0,5.9379706382751465 +10,0,1,1,1,0,1,3,56,505.55279541015625,114.28571319580078,3152,162.3220977783203,1,0,2.3025851249694824,0,6.225652694702148,4.025351524353027,4.738701343536377,0,0,1,0,0,0,0,1,0,6.225652694702148 +6,0,1,0,0,1,1,3,45,534.0521240234375,615.58441162109375,3640,162.3220977783203,1,0,1.7917594909667969,0,6.280493259429932,3.8066625595092773,6.422572135925293,0,0,1,0,0,0,0,1,0,6.280493259429932 +0.25,0,1,1,1,0,1,3,61,509.2701110839844,157.14285278320312,3640,162.3220977783203,1,0,-1.3862943649291992,0,6.232978343963623,4.110873699188232,5.057155132293701,0,0,1,0,0,0,0,1,0,6.232978343963623 +4,0,1,1,0,0,1,3,45,400.22930908203125,338.9610290527344,3540,149.9311065673828,1,0,1.3862943649291992,0,5.992037773132324,3.8066625595092773,5.82588529586792,0,0,1,0,0,0,0,1,0,5.992037773132324 +8,0,1,1,1,1,1,3,39,458.4670104980469,1363.6363525390625,3640,149.9311065673828,1,0,2.079441547393799,0,6.127888202667236,3.6635615825653076,7.217910289764404,0,0,1,0,0,0,0,1,0,6.127888202667236 +1,0,1,1,1,0,1,3,27,408.90301513671875,97.40259552001953,3504,149.9311065673828,1,0,0,0,6.013477802276611,3.295836925506592,4.578852653503418,0,0,1,0,0,0,0,1,0,6.013477802276611 +6,0,1,1,1,0,1,3,23,489.4444885253906,219.4805145263672,3628,162.3220977783203,1,0,1.7917594909667969,0,6.193271160125732,3.1354942321777344,5.391263484954834,0,0,1,0,0,0,0,1,0,6.193271160125732 +3,0,1,1,1,1,1,3,39,439.8804931640625,350.64935302734375,3340,162.3220977783203,1,0,1.0986123085021973,0,6.086503028869629,3.6635615825653076,5.859786510467529,0,0,1,0,0,0,0,1,0,6.086503028869629 +3,0,1,1,1,0,1,3,29,379.16461181640625,293.5065002441406,3640,149.9311065673828,1,0,1.0986123085021973,0,5.9379706382751465,3.367295742034912,5.6819000244140625,0,0,1,0,0,0,0,1,0,5.9379706382751465 +8,0,1,1,1,0,1,3,63,438.6413879394531,1390.9090576171875,3640,162.3220977783203,1,0,2.079441547393799,0,6.083682060241699,4.143134593963623,7.237712860107422,0,0,1,0,0,0,0,1,0,6.083682060241699 +5,0,1,1,1,0,1,3,41,397.7510986328125,1072.727294921875,3628,149.9311065673828,1,0,1.6094379425048828,0,5.98582649230957,3.7135720252990723,6.977959632873535,0,0,1,0,0,0,0,1,0,5.98582649230957 +6,0,1,0,1,0,1,3,36,382.88189697265625,893.5064697265625,3640,162.3220977783203,1,0,1.7917594909667969,0,5.947726726531982,3.5835189819335938,6.795153617858887,0,0,1,0,0,0,0,1,0,5.947726726531982 +9,0,1,1,1,1,1,3,36,405.1856994628906,7688.3115234375,3140,162.3220977783203,1,0,2.1972246170043945,0,6.004345417022705,3.5835189819335938,8.947456359863281,0,0,1,0,0,0,0,1,0,6.004345417022705 +153,0,1,1,1,1,1,3,50,498.1181945800781,10389.6103515625,3628,162.3220977783203,1,0,5.03043794631958,0,6.210837364196777,3.9120230674743652,9.24856185913086,0,0,1,0,0,0,0,1,0,6.210837364196777 +7,0,1,0,0,0,1,3,35,385.360107421875,298.7012939453125,3210,162.3220977783203,1,0,1.945910096168518,0,5.954178333282471,3.5553481578826904,5.69944429397583,0,0,1,0,0,0,0,1,0,5.954178333282471 +1,0,1,1,0,0,1,3,21,493.16180419921875,62.33766174316406,3749,149.9311065673828,1,0,0,0,6.200837135314941,3.044522523880005,4.132565975189209,0,0,1,0,0,0,0,1,0,6.200837135314941 +4,0,1,1,1,0,1,3,31,493.16180419921875,214.2857208251953,3628,162.3220977783203,1,0,1.3862943649291992,0,6.200837135314941,3.4339871406555176,5.367310047149658,0,0,1,0,0,0,0,1,0,6.200837135314941 +10,0,1,1,1,0,1,3,23,394.0338134765625,406.4934997558594,3613,162.3220977783203,1,0,2.3025851249694824,0,5.976436614990234,3.1354942321777344,6.007567882537842,0,0,1,0,0,0,0,1,0,5.976436614990234 +1,0,1,1,0,0,1,3,23,465.901611328125,125.97402954101562,3210,162.3220977783203,1,0,0,0,6.143974304199219,3.1354942321777344,4.836075782775879,0,0,1,0,0,0,0,1,0,6.143974304199219 +10,0,1,1,1,0,1,3,32,452.2715148925781,512.98699951171875,3428,162.3220977783203,1,0,2.3025851249694824,0,6.114282608032227,3.465735912322998,6.240250587463379,0,0,1,0,0,0,0,1,0,6.114282608032227 +6,0,1,1,0,1,1,3,21,371.7300109863281,1575.32470703125,3449,162.3220977783203,1,0,1.7917594909667969,0,5.918167591094971,3.044522523880005,7.362216472625732,0,0,1,0,0,0,0,1,0,5.918167591094971 +3,0,1,1,1,1,1,3,20,395.27288818359375,280.51947021484375,3340,162.3220977783203,1,0,1.0986123085021973,0,5.979576587677002,2.995732307434082,5.636642932891846,0,0,1,0,0,0,0,1,0,5.979576587677002 +0.25,0,1,1,0,0,1,3,41,403.94659423828125,132.467529296875,3543,162.3220977783203,1,0,-1.3862943649291992,0,6.001282691955566,3.7135720252990723,4.886337757110596,0,0,1,0,0,0,0,1,0,6.001282691955566 +2,0,1,1,1,0,1,3,55,372.9690856933594,1109.0909423828125,3540,162.3220977783203,1,0,0.6931471824645996,0,5.92149543762207,4.007333278656006,7.011295795440674,0,0,1,0,0,0,0,1,0,5.92149543762207 +4,0,1,1,1,0,1,3,60,412.62030029296875,2036.3636474609375,3640,162.3220977783203,1,0,1.3862943649291992,0,6.022527694702148,4.094344615936279,7.618920803070068,0,0,1,0,0,0,0,1,0,6.022527694702148 +3,0,1,1,1,0,1,3,34,446.07598876953125,919.48052978515625,3740,162.3220977783203,1,0,1.0986123085021973,0,6.100489139556885,3.526360511779785,6.823808670043945,0,0,1,0,0,0,0,1,0,6.100489139556885 +5,0,1,1,1,0,1,3,38,434.9241027832031,1177.922119140625,3504,162.3220977783203,1,0,1.6094379425048828,0,6.07517147064209,3.6375861167907715,7.071507453918457,0,0,1,0,0,0,0,1,0,6.07517147064209 +1,0,1,1,1,0,1,3,55,406.4248046875,205.19480895996094,3152,106.5625991821289,1,0,0,0,6.007399082183838,4.007333278656006,5.323959827423096,0,0,1,0,0,0,0,1,0,6.007399082183838 +6,0,1,1,1,0,1,3,41,421.29400634765625,877.92205810546875,3628,149.9311065673828,1,0,1.7917594909667969,0,6.043331146240234,3.7135720252990723,6.777557849884033,0,0,1,0,0,0,0,1,0,6.043331146240234 +4,0,1,1,1,0,2,3,48,664.1575927734375,196.10389709472656,3628,149.9311065673828,1,0,1.3862943649291992,0,6.498519420623779,3.8712010383605957,5.278644561767578,0,0,1,0,0,0,0,0,1,6.498519420623779 +7,0,1,1,1,0,2,3,29,442.35870361328125,397.402587890625,3352,162.3220977783203,1,0,1.945910096168518,0,6.092121124267578,3.367295742034912,5.984950065612793,0,0,1,0,0,0,0,0,1,6.092121124267578 +6,0,1,0,1,0,2,3,47,417.5766906738281,1003.8961181640625,3725,162.3220977783203,1,0,1.7917594909667969,0,6.034468173980713,3.8501474857330322,6.911643981933594,0,0,1,0,0,0,0,0,1,6.034468173980713 +1,0,1,1,0,0,2,3,41,428.7286071777344,120.77922058105469,3640,162.3220977783203,1,0,0,0,6.060823917388916,3.7135720252990723,4.793964385986328,0,0,1,0,0,0,0,0,1,6.060823917388916 +0.25,0,1,1,1,0,2,3,31,416.33758544921875,151.94805908203125,3340,162.3220977783203,1,0,-1.3862943649291992,0,6.031496524810791,3.4339871406555176,5.023538589477539,0,0,1,0,0,0,0,0,1,6.031496524810791 +3,0,1,1,1,1,2,3,29,396.5119934082031,509.0909118652344,3613,149.9311065673828,1,0,1.0986123085021973,0,5.982706069946289,3.367295742034912,6.232626438140869,0,0,1,0,0,0,0,0,1,5.982706069946289 +3,0,1,1,1,1,2,3,29,396.5119934082031,509.0909118652344,3613,149.9311065673828,1,0,1.0986123085021973,0,5.982706069946289,3.367295742034912,6.232626438140869,0,0,1,0,0,0,0,0,1,5.982706069946289 +0.25,0,1,1,1,1,2,3,24,433.68499755859375,894.80517578125,3540,149.9311065673828,1,0,-1.3862943649291992,0,6.0723185539245605,3.178053855895996,6.796606063842773,0,0,1,0,0,0,0,0,1,6.0723185539245605 +3,0,1,1,1,0,2,3,65,380.4036865234375,176.62338256835938,3628,162.3220977783203,1,0,1.0986123085021973,0,5.941233158111572,4.174387454986572,5.174019813537598,0,0,1,0,0,0,0,0,1,5.941233158111572 +1,0,1,1,0,0,2,3,25,656.7230224609375,161.03895568847656,3613,149.9311065673828,1,0,0,0,6.48726224899292,3.2188758850097656,5.08164644241333,0,0,1,0,0,0,0,0,1,6.48726224899292 +4,0,1,1,1,0,2,3,32,594.76800537109375,97.40259552001953,3449,149.9311065673828,1,0,1.3862943649291992,0,6.388171195983887,3.465735912322998,4.578852653503418,0,0,1,0,0,0,0,0,1,6.388171195983887 +2,0,1,1,1,0,2,3,28,568.74688720703125,1024.67529296875,3613,149.9311065673828,1,0,0.6931471824645996,0,6.343435287475586,3.332204580307007,6.932131290435791,0,0,1,0,0,0,0,0,1,6.343435287475586 +41,0,1,1,0,0,2,3,19,608.3980712890625,1479.2208251953125,3428,162.3220977783203,1,0,3.7135720252990723,0,6.410829544067383,2.944438934326172,7.2992706298828125,0,0,1,0,0,0,0,0,1,6.410829544067383 +9,0,1,1,1,0,2,3,46,635.6583251953125,266.2337646484375,3613,149.9311065673828,1,0,2.1972246170043945,0,6.4546613693237305,3.828641414642334,5.584374904632568,0,0,1,0,0,0,0,0,1,6.4546613693237305 +3,0,1,1,1,0,2,3,29,608.3980712890625,294.8052062988281,3710,149.9311065673828,1,0,1.0986123085021973,0,6.410829544067383,3.367295742034912,5.686314582824707,0,0,1,0,0,0,0,0,1,6.410829544067383 +8,0,1,1,0,0,2,3,35,604.6807861328125,0,3152,149.9311065673828,1,0,2.079441547393799,0,6.404700756072998,3.5553481578826904,0,0,0,1,0,0,0,0,0,1,6.404700756072998 +9,0,1,1,1,0,1,3,52,661.67938232421875,293.5065002441406,3528,149.9311065673828,1,0,2.1972246170043945,0,6.494781017303467,3.9512436389923096,5.6819000244140625,0,0,1,0,0,0,0,1,0,6.494781017303467 +38,0,1,1,1,1,1,3,32,682.74407958984375,937.662353515625,3152,199.49510192871094,1,0,3.6375861167907715,0,6.526120185852051,3.465735912322998,6.843389987945557,0,0,1,0,0,0,0,1,0,6.526120185852051 +3,0,1,1,1,0,1,3,43,416.33758544921875,1954.54541015625,3540,149.9311065673828,1,0,1.0986123085021973,0,6.031496524810791,3.761200189590454,7.5779128074646,0,0,1,0,0,0,0,1,0,6.031496524810791 +3,0,1,1,1,1,1,3,53,594.76800537109375,571.4285888671875,3640,149.9311065673828,1,0,1.0986123085021973,0,6.388171195983887,3.97029185295105,6.34813928604126,0,0,1,0,0,0,0,1,0,6.388171195983887 +0.25,0,1,1,1,0,1,3,36,475.81439208984375,150.64935302734375,3152,149.9311065673828,1,0,-1.3862943649291992,0,6.165027618408203,3.5835189819335938,5.014955043792725,0,0,1,0,0,0,0,1,0,6.165027618408203 +0.25,0,1,1,1,0,1,3,32,426.2503967285156,101.29869842529297,3152,162.3220977783203,1,0,-1.3862943649291992,0,6.055027008056641,3.465735912322998,4.618073463439941,0,0,1,0,0,0,0,1,0,6.055027008056641 +1,0,1,1,0,0,1,3,22,387.8382873535156,141.55844116210938,3628,149.9311065673828,1,0,0,0,5.960588455200195,3.0910425186157227,4.952712535858154,0,0,1,0,0,0,0,1,0,5.960588455200195 +7,0,1,1,1,1,2,3,56,562.5513916015625,1761.0389404296875,3710,162.3220977783203,1,0,1.945910096168518,0,6.33248233795166,4.025351524353027,7.473659038543701,0,0,1,0,0,0,0,0,1,6.33248233795166 +2,0,1,1,0,1,2,3,27,371.7300109863281,844.15582275390625,3310,162.3220977783203,1,0,0.6931471824645996,0,5.918167591094971,3.295836925506592,6.73833703994751,0,0,1,0,0,0,0,0,1,5.918167591094971 +6,0,1,1,0,0,2,3,20,428.7286071777344,990.90911865234375,3640,149.9311065673828,1,0,1.7917594909667969,0,6.060823917388916,2.995732307434082,6.898622989654541,0,0,1,0,0,0,0,0,1,6.060823917388916 +1,0,1,1,1,0,2,3,57,594.76800537109375,172.72727966308594,3010,149.9311065673828,1,0,0,0,6.388171195983887,4.043051242828369,5.151713848114014,0,0,1,0,0,0,0,0,1,6.388171195983887 +6,0,1,1,1,1,2,3,53,599.72442626953125,1090.9090576171875,3128,149.9311065673828,1,0,1.7917594909667969,0,6.396470069885254,3.97029185295105,6.994766712188721,0,0,1,0,0,0,0,0,1,6.396470069885254 +40,0,1,1,1,1,2,3,60,396.5119934082031,4970.1298828125,3128,149.9311065673828,1,0,3.6888794898986816,0,5.982706069946289,4.094344615936279,8.511200904846191,0,0,1,0,0,0,0,0,1,5.982706069946289 +5,0,1,1,1,1,2,3,38,446.07598876953125,1628.5714111328125,3240,149.9311065673828,1,0,1.6094379425048828,0,6.100489139556885,3.6375861167907715,7.395458698272705,0,0,1,0,0,0,0,0,1,6.100489139556885 +0.25,0,1,1,1,0,2,3,48,705.04791259765625,72.7272720336914,3449,149.9311065673828,1,0,-1.3862943649291992,0,6.558265686035156,3.8712010383605957,4.286716461181641,0,0,1,0,0,0,0,0,1,6.558265686035156 +4,0,1,1,1,0,2,3,69,682.74407958984375,972.727294921875,3640,149.9311065673828,1,0,1.3862943649291992,0,6.526120185852051,4.234106540679932,6.880103588104248,0,0,1,0,0,0,0,0,1,6.526120185852051 +26,0,1,1,0,0,2,3,50,682.74407958984375,2763.636474609375,3602,49.56399917602539,1,0,3.25809645652771,0,6.526120185852051,3.9120230674743652,7.924302577972412,0,0,1,0,0,0,0,0,1,6.526120185852051 +4,0,1,1,1,0,2,3,47,672.831298828125,716.88311767578125,3628,149.9311065673828,1,0,1.3862943649291992,0,6.5114946365356445,3.8501474857330322,6.574913024902344,0,0,1,0,0,0,0,0,1,6.5114946365356445 +3,0,1,1,1,0,2,3,61,371.7300109863281,109.09091186523438,3152,162.3220977783203,1,0,1.0986123085021973,0,5.918167591094971,4.110873699188232,4.692181587219238,0,0,1,0,0,0,0,0,1,5.918167591094971 +3,0,1,1,1,1,2,3,28,396.5119934082031,1816.883056640625,3004,162.3220977783203,1,0,1.0986123085021973,0,5.982706069946289,3.332204580307007,7.50487756729126,0,0,1,0,0,0,0,0,1,5.982706069946289 +5,0,1,1,1,0,2,3,27,515.465576171875,210.38961791992188,3528,149.9311065673828,1,0,1.6094379425048828,0,6.245070457458496,3.295836925506592,5.348961353302002,0,0,1,0,0,0,0,0,1,6.245070457458496 +3,0,1,1,1,0,2,3,31,703.80877685546875,1400,3640,149.9311065673828,1,0,1.0986123085021973,0,6.556506633758545,3.4339871406555176,7.244227409362793,0,0,1,0,0,0,0,0,1,6.556506633758545 +23,0,1,1,1,0,2,3,27,495.6400146484375,346.75323486328125,3228,162.3220977783203,1,0,3.1354942321777344,0,6.205850124359131,3.295836925506592,5.848613262176514,0,0,1,0,0,0,0,0,1,6.205850124359131 +9,0,1,1,1,0,2,3,29,408.90301513671875,2777.922119140625,3728,162.3220977783203,1,0,2.1972246170043945,0,6.013477802276611,3.367295742034912,7.9294586181640625,0,0,1,0,0,0,0,0,1,6.013477802276611 +4,0,1,1,1,0,2,3,48,438.6413879394531,1054.54541015625,3210,149.9311065673828,1,0,1.3862943649291992,0,6.083682060241699,3.8712010383605957,6.960865020751953,0,0,1,0,0,0,0,0,1,6.083682060241699 +7,0,1,1,1,0,2,3,28,520.4219970703125,0,3725,149.9311065673828,1,0,1.945910096168518,0,6.254640102386475,3.332204580307007,0,0,0,1,0,0,0,0,0,1,6.254640102386475 +5,0,1,1,1,0,2,3,55,565.02960205078125,333.7662353515625,3640,149.9311065673828,1,0,1.6094379425048828,0,6.336878299713135,4.007333278656006,5.810441017150879,0,0,1,0,0,0,0,0,1,6.336878299713135 +6,0,1,1,1,0,2,3,42,396.5119934082031,484.41558837890625,3152,149.9311065673828,1,0,1.7917594909667969,0,5.982706069946289,3.7376697063446045,6.182943344116211,0,0,1,0,0,0,0,0,1,5.982706069946289 +6,0,1,1,0,1,2,3,20,443.5978088378906,2207.792236328125,3540,162.3220977783203,1,0,1.7917594909667969,0,6.094918251037598,2.995732307434082,7.699748516082764,0,0,1,0,0,0,0,0,1,6.094918251037598 +1,0,1,1,1,0,2,3,43,434.9241027832031,1346.7532958984375,3440,149.9311065673828,1,0,0,0,6.07517147064209,3.761200189590454,7.205451965332031,0,0,1,0,0,0,0,0,1,6.07517147064209 +1,0,1,1,0,0,2,3,24,396.5119934082031,97.40259552001953,3740,149.9311065673828,1,0,0,0,5.982706069946289,3.178053855895996,4.578852653503418,0,0,1,0,0,0,0,0,1,5.982706069946289 +8,0,1,1,1,1,2,3,49,495.6400146484375,4316.88330078125,3143,149.9311065673828,1,0,2.079441547393799,0,6.205850124359131,3.891820192337036,8.370288848876953,0,0,1,0,0,0,0,0,1,6.205850124359131 +1,0,1,1,1,0,2,3,52,454.74969482421875,138.96104431152344,3628,162.3220977783203,1,0,0,0,6.119747161865234,3.9512436389923096,4.9341936111450195,0,0,1,0,0,0,0,0,1,6.119747161865234 +3,0,1,1,1,0,2,3,52,495.6400146484375,64.93506622314453,3152,149.9311065673828,1,0,1.0986123085021973,0,6.205850124359131,3.9512436389923096,4.1733880043029785,0,0,1,0,0,0,0,0,1,6.205850124359131 +7,0,1,1,0,0,2,3,22,427.489501953125,1035.06494140625,3640,149.9311065673828,1,0,1.945910096168518,0,6.057929515838623,3.0910425186157227,6.942219257354736,0,0,1,0,0,0,0,0,1,6.057929515838623 +9,0,1,1,1,0,2,3,36,396.5119934082031,311.6883239746094,3128,149.9311065673828,1,0,2.1972246170043945,0,5.982706069946289,3.5835189819335938,5.742003917694092,0,0,1,0,0,0,0,0,1,5.982706069946289 +3,0,1,1,1,0,2,3,28,410.14208984375,192.20779418945312,3528,149.9311065673828,1,0,1.0986123085021973,0,6.016503810882568,3.332204580307007,5.2585768699646,0,0,1,0,0,0,0,0,1,6.016503810882568 +3,0,1,1,0,0,2,3,31,396.5119934082031,259.7402648925781,3628,149.9311065673828,1,0,1.0986123085021973,0,5.982706069946289,3.4339871406555176,5.559682369232178,0,0,1,0,0,0,0,0,1,5.982706069946289 +3,0,1,1,1,0,2,3,57,418.8157958984375,210.38961791992188,3640,162.3220977783203,1,0,1.0986123085021973,0,6.037431240081787,4.043051242828369,5.348961353302002,0,0,1,0,0,0,0,0,1,6.037431240081787 +4,0,1,1,1,0,2,3,47,557.594970703125,1128.5714111328125,3210,162.3220977783203,1,0,1.3862943649291992,0,6.323632717132568,3.8501474857330322,7.028707981109619,0,0,1,0,0,0,0,0,1,6.323632717132568 +2,0,1,0,0,0,2,3,23,443.5978088378906,264.93505859375,3428,162.3220977783203,1,0,0.6931471824645996,0,6.094918251037598,3.1354942321777344,5.579484939575195,0,0,1,0,0,0,0,0,1,6.094918251037598 +9,0,1,1,0,0,2,3,41,371.7300109863281,633.7662353515625,3428,149.9311065673828,1,0,2.1972246170043945,0,5.918167591094971,3.7135720252990723,6.4516801834106445,0,0,1,0,0,0,0,0,1,5.918167591094971 +1,0,1,1,1,0,2,3,25,638.136474609375,1807.792236328125,3540,149.9311065673828,1,0,0,0,6.458552360534668,3.2188758850097656,7.499861717224121,0,0,1,0,0,0,0,0,1,6.458552360534668 +8,0,1,1,1,0,2,3,53,638.136474609375,940.259765625,3540,162.3220977783203,1,0,2.079441547393799,0,6.458552360534668,3.97029185295105,6.846156120300293,0,0,1,0,0,0,0,0,1,6.458552360534668 +6,0,1,1,1,1,2,3,31,638.136474609375,3175.32470703125,3528,149.9311065673828,1,0,1.7917594909667969,0,6.458552360534668,3.4339871406555176,8.063164710998535,0,0,1,0,0,0,0,0,1,6.458552360534668 +6,0,1,1,0,1,2,3,36,480.77081298828125,207.79220581054688,3152,149.9311065673828,1,0,1.7917594909667969,0,6.175390720367432,3.5835189819335938,5.336538791656494,0,0,1,0,0,0,0,0,1,6.175390720367432 +4,0,1,1,1,1,2,3,21,436.1632080078125,180.5194854736328,3504,149.9311065673828,1,0,1.3862943649291992,0,6.07801628112793,3.044522523880005,5.195838928222656,0,0,1,0,0,0,0,0,1,6.07801628112793 +3,0,1,1,1,0,2,3,48,574.9423828125,850.64935302734375,3340,162.3220977783203,1,0,1.0986123085021973,0,6.354269981384277,3.8712010383605957,6.745999813079834,0,0,1,0,0,0,0,0,1,6.354269981384277 +4,0,1,1,0,0,2,3,26,402.7074890136719,1524.67529296875,3428,149.9311065673828,1,0,1.3862943649291992,0,5.998210430145264,3.25809645652771,7.3295369148254395,0,0,1,0,0,0,0,0,1,5.998210430145264 +6,0,1,1,1,1,2,3,60,411.3811950683594,1585.7142333984375,3602,162.3220977783203,1,0,1.7917594909667969,0,6.019520282745361,4.094344615936279,7.368790149688721,0,0,1,0,0,0,0,0,1,6.019520282745361 +10,0,1,1,0,0,2,3,17,402.7074890136719,527.272705078125,3602,149.9311065673828,1,0,2.3025851249694824,0,5.998210430145264,2.8332133293151855,6.2677178382873535,0,0,1,0,0,0,0,0,1,5.998210430145264 +7,0,1,1,1,0,2,3,36,571.22509765625,120.77922058105469,3716,162.3220977783203,1,0,1.945910096168518,0,6.34778356552124,3.5835189819335938,4.793964385986328,0,0,1,0,0,0,0,0,1,6.34778356552124 +4,0,1,1,1,1,2,3,19,421.29400634765625,1138.9610595703125,3304,162.3220977783203,1,0,1.3862943649291992,0,6.043331146240234,2.944438934326172,7.037871837615967,0,0,1,0,0,0,0,0,1,6.043331146240234 +3,0,1,1,1,0,2,3,23,468.3797912597656,323.3766174316406,3110,149.9311065673828,1,0,1.0986123085021973,0,6.149279594421387,3.1354942321777344,5.778817653656006,0,0,1,0,0,0,0,0,1,6.149279594421387 +9,0,1,1,1,1,2,3,21,441.1195983886719,2525.97412109375,3543,162.3220977783203,1,0,2.1972246170043945,0,6.089315891265869,3.044522523880005,7.834382057189941,0,0,1,0,0,0,0,0,1,6.089315891265869 +4,0,1,1,1,0,3,3,53,508.031005859375,105.19480895996094,3152,149.9311065673828,1,0,1.3862943649291992,0,6.2305426597595215,3.97029185295105,4.655814170837402,0,0,1,0,0,0,0,0,0,6.2305426597595215 +1,0,1,1,1,0,3,3,52,572.46417236328125,183.11688232421875,3410,162.3220977783203,1,0,0,0,6.349950313568115,3.9512436389923096,5.210124492645264,0,0,1,0,0,0,0,0,0,6.349950313568115 +0.25,0,1,1,1,0,3,3,26,433.68499755859375,141.55844116210938,3328,149.9311065673828,1,0,-1.3862943649291992,0,6.0723185539245605,3.25809645652771,4.952712535858154,0,0,1,0,0,0,0,0,0,6.0723185539245605 +5,0,1,1,1,1,3,3,41,426.2503967285156,276.6233825683594,3152,162.3220977783203,1,0,1.6094379425048828,0,6.055027008056641,3.7135720252990723,5.62265682220459,0,0,1,0,0,0,0,0,0,6.055027008056641 +1,0,1,1,1,0,3,3,50,529.095703125,93.5064926147461,3152,149.9311065673828,1,0,0,0,6.271169185638428,3.9120230674743652,4.538031101226807,0,0,1,0,0,0,0,0,0,6.271169185638428 +3,0,1,1,1,1,3,3,45,454.74969482421875,797.402587890625,3328,149.9311065673828,1,0,1.0986123085021973,0,6.119747161865234,3.8066625595092773,6.681359767913818,0,0,1,0,0,0,0,0,0,6.119747161865234 +7,0,1,1,1,0,3,3,51,532.81298828125,497.402587890625,3216,149.9311065673828,1,0,1.945910096168518,0,6.278170585632324,3.931825637817383,6.209399700164795,0,0,1,0,0,0,0,0,0,6.278170585632324 +8,0,1,1,1,0,3,3,43,534.0521240234375,323.3766174316406,3328,149.9311065673828,1,0,2.079441547393799,0,6.280493259429932,3.761200189590454,5.778817653656006,0,0,1,0,0,0,0,0,0,6.280493259429932 +8,0,1,1,1,0,3,3,43,534.0521240234375,418.18182373046875,3328,149.9311065673828,1,0,2.079441547393799,0,6.280493259429932,3.761200189590454,6.035916328430176,0,0,1,0,0,0,0,0,0,6.280493259429932 +1,0,1,1,1,0,3,3,41,573.70330810546875,155.8441619873047,3152,116.47540283203125,1,0,0,0,6.352112293243408,3.7135720252990723,5.048856735229492,0,0,1,0,0,0,0,0,0,6.352112293243408 +4,0,1,1,1,0,3,3,47,390.3164978027344,63.6363639831543,3149,149.9311065673828,1,0,1.3862943649291992,0,5.966958045959473,3.8501474857330322,4.15318489074707,0,0,1,0,0,0,0,0,0,5.966958045959473 +12,0,1,1,1,1,3,3,60,534.0521240234375,1537.662353515625,3228,149.9311065673828,1,0,2.4849066734313965,0,6.280493259429932,4.094344615936279,7.338018417358398,0,0,1,0,0,0,0,0,0,6.280493259429932 +7,0,1,1,1,0,3,3,28,546.443115234375,1255.8441162109375,3613,162.3220977783203,1,0,1.945910096168518,0,6.303430080413818,3.332204580307007,7.135563373565674,0,0,1,0,0,0,0,0,0,6.303430080413818 +6,0,1,1,1,0,3,3,42,546.443115234375,755.84417724609375,3737,162.3220977783203,1,0,1.7917594909667969,0,6.303430080413818,3.7376697063446045,6.627835273742676,0,0,1,0,0,0,0,0,0,6.303430080413818 +17,0,1,1,0,1,3,3,52,531.57391357421875,1620.7791748046875,3152,149.9311065673828,1,0,2.8332133293151855,0,6.275842189788818,3.9512436389923096,7.39066219329834,0,0,1,0,0,0,0,0,0,6.275842189788818 +8,0,1,1,0,0,3,3,54,532.81298828125,597.402587890625,3428,162.3220977783203,1,0,2.079441547393799,0,6.278170585632324,3.9889841079711914,6.3925909996032715,0,0,1,0,0,0,0,0,0,6.278170585632324 +0.25,0,1,1,1,0,3,3,25,534.0521240234375,110.38961029052734,3540,149.9311065673828,1,0,-1.3862943649291992,0,6.280493259429932,3.2188758850097656,4.704016208648682,0,0,1,0,0,0,0,0,0,6.280493259429932 +13,0,1,1,1,1,3,3,41,381.6427917480469,1251.947998046875,3640,149.9311065673828,1,0,2.5649492740631104,0,5.944485187530518,3.7135720252990723,7.132455825805664,0,0,1,0,0,0,0,0,0,5.944485187530518 +12,0,1,1,1,0,3,3,50,385.360107421875,3061.0390625,3640,162.3220977783203,1,0,2.4849066734313965,0,5.954178333282471,3.9120230674743652,8.026509284973145,0,0,1,0,0,0,0,0,0,5.954178333282471 +4,0,1,1,1,0,3,3,30,375.4472961425781,49.350650787353516,3149,162.3220977783203,1,0,1.3862943649291992,0,5.9281182289123535,3.4011974334716797,3.8989510536193848,0,0,1,0,0,0,0,0,0,5.9281182289123535 +3,0,1,1,1,0,3,3,29,406.4248046875,319.48052978515625,3428,162.3220977783203,1,0,1.0986123085021973,0,6.007399082183838,3.367295742034912,5.766696453094482,0,0,1,0,0,0,0,0,0,6.007399082183838 +8,0,1,1,0,0,2,3,39,408.90301513671875,990.90911865234375,3740,149.9311065673828,1,0,2.079441547393799,0,6.013477802276611,3.6635615825653076,6.898622989654541,0,0,1,0,0,0,0,0,1,6.013477802276611 +8,0,1,1,1,0,3,3,63,426.2503967285156,1080.51953125,3702,149.9311065673828,1,0,2.079441547393799,0,6.055027008056641,4.143134593963623,6.985197067260742,0,0,1,0,0,0,0,0,0,6.055027008056641 +6,0,1,1,1,0,3,3,40,421.29400634765625,306.4934997558594,3628,149.9311065673828,1,0,1.7917594909667969,0,6.043331146240234,3.6888794898986816,5.725196361541748,0,0,1,0,0,0,0,0,0,6.043331146240234 +16,0,1,1,1,0,3,3,29,459.7060852050781,719.48052978515625,3110,149.9311065673828,1,0,2.7725887298583984,0,6.130587577819824,3.367295742034912,6.578529357910156,0,0,1,0,0,0,0,0,0,6.130587577819824 +10,0,1,1,1,0,3,3,29,459.7060852050781,480.51947021484375,3628,162.3220977783203,1,0,2.3025851249694824,0,6.130587577819824,3.367295742034912,6.174867630004883,0,0,1,0,0,0,0,0,0,6.130587577819824 +4,0,1,1,1,0,3,3,35,371.7300109863281,264.93505859375,3237,162.3220977783203,1,0,1.3862943649291992,0,5.918167591094971,3.5553481578826904,5.579484939575195,0,0,1,0,0,0,0,0,0,5.918167591094971 +8,0,1,1,1,0,3,3,30,394.0338134765625,464.93505859375,3616,162.3220977783203,1,0,2.079441547393799,0,5.976436614990234,3.4011974334716797,6.141897678375244,0,0,1,0,0,0,0,0,0,5.976436614990234 +3,0,1,1,1,0,3,3,50,464.6625061035156,371.4285583496094,3640,162.3220977783203,1,0,1.0986123085021973,0,6.141311168670654,3.9120230674743652,5.917356491088867,0,0,1,0,0,0,0,0,0,6.141311168670654 +7,0,1,1,1,1,3,3,26,460.9451904296875,4642.85693359375,3136,162.3220977783203,1,0,1.945910096168518,0,6.133279323577881,3.25809645652771,8.443084716796875,0,0,1,0,0,0,0,0,0,6.133279323577881 +7,0,1,0,0,0,3,3,54,377.9255065917969,698.7012939453125,3428,162.3220977783203,1,0,1.945910096168518,0,5.934697151184082,3.9889841079711914,6.54922342300415,0,0,1,0,0,0,0,0,0,5.934697151184082 +4,0,1,1,1,1,3,3,29,400.22930908203125,664.93505859375,3004,149.9311065673828,1,0,1.3862943649291992,0,5.992037773132324,3.367295742034912,6.49968957901001,0,0,1,0,0,0,0,0,0,5.992037773132324 +4,0,1,1,1,0,3,3,58,413.8594055175781,441.5584411621094,3128,162.3220977783203,1,0,1.3862943649291992,0,6.025526523590088,4.060442924499512,6.090310573577881,0,0,1,0,0,0,0,0,0,6.025526523590088 +3,0,1,0,1,0,3,3,53,371.7300109863281,342.8571472167969,3152,149.9311065673828,1,0,1.0986123085021973,0,5.918167591094971,3.97029185295105,5.837313652038574,0,0,1,0,0,0,0,0,0,5.918167591094971 +0.25,0,1,1,1,0,3,3,48,490.68359375,0,3110,149.9311065673828,1,0,-1.3862943649291992,0,6.195799350738525,3.8712010383605957,0,0,0,1,0,0,0,0,0,0,6.195799350738525 +14,0,1,1,1,1,3,3,48,452.2715148925781,1466.2337646484375,3149,162.3220977783203,1,0,2.6390573978424072,0,6.114282608032227,3.8712010383605957,7.290452480316162,0,0,1,0,0,0,0,0,0,6.114282608032227 +0.25,0,1,0,1,0,3,3,21,452.2715148925781,129.87013244628906,3340,149.9311065673828,1,0,-1.3862943649291992,0,6.114282608032227,3.044522523880005,4.866535186767578,0,0,1,0,0,0,0,0,0,6.114282608032227 +2,0,1,1,1,0,3,3,27,428.7286071777344,474.0259704589844,3352,149.9311065673828,1,0,0.6931471824645996,0,6.060823917388916,3.295836925506592,6.161262035369873,0,0,1,0,0,0,0,0,0,6.060823917388916 +6,0,1,1,1,0,3,3,37,452.2715148925781,1989.6103515625,3555,162.3220977783203,1,0,1.7917594909667969,0,6.114282608032227,3.610917806625366,7.595694065093994,0,0,1,0,0,0,0,0,0,6.114282608032227 +3,0,1,1,0,0,3,3,44,452.2715148925781,240.25973510742188,3640,162.3220977783203,1,0,1.0986123085021973,0,6.114282608032227,3.7841897010803223,5.481720447540283,0,0,1,0,0,0,0,0,0,6.114282608032227 +3,0,1,1,0,0,3,3,41,484.48809814453125,445.4545593261719,3340,149.9311065673828,1,0,1.0986123085021973,0,6.183093070983887,3.7135720252990723,6.099095344543457,0,0,1,0,0,0,0,0,0,6.183093070983887 +0.25,0,1,1,1,0,3,3,29,465.901611328125,444.1558532714844,3352,162.3220977783203,1,0,-1.3862943649291992,0,6.143974304199219,3.367295742034912,6.096175670623779,0,0,1,0,0,0,0,0,0,6.143974304199219 +1,0,1,1,0,0,3,3,23,444.8369140625,153.2467498779297,3513,162.3220977783203,1,0,0,0,6.097707748413086,3.1354942321777344,5.032049179077148,0,0,1,0,0,0,0,0,0,6.097707748413086 +4,0,1,1,0,0,3,3,28,439.8804931640625,136.36363220214844,3452,154.8874969482422,1,0,1.3862943649291992,0,6.086503028869629,3.332204580307007,4.915325164794922,0,0,1,0,0,0,0,0,0,6.086503028869629 +2,0,1,1,NA,1,3,3,42,439.8804931640625,241.55844116210938,3628,149.9311065673828,1,0,0.6931471824645996,0,6.086503028869629,3.7376697063446045,5.487111568450928,0,0,1,0,0,0,0,0,0,6.086503028869629 +12,0,1,0,1,1,3,3,31,402.7074890136719,2228.571533203125,3328,149.9311065673828,1,0,2.4849066734313965,0,5.998210430145264,3.4339871406555176,7.709115982055664,0,0,1,0,0,0,0,0,0,5.998210430145264 +1,0,1,1,1,0,3,3,43,428.7286071777344,137.66233825683594,3628,149.9311065673828,1,0,0,0,6.060823917388916,3.761200189590454,4.924803733825684,0,0,1,0,0,0,0,0,0,6.060823917388916 +5,0,1,1,1,1,3,3,32,411.3811950683594,2396.10400390625,3210,149.9311065673828,1,0,1.6094379425048828,0,6.019520282745361,3.465735912322998,7.781599521636963,0,0,1,0,0,0,0,0,0,6.019520282745361 +26,0,1,1,1,1,3,3,48,426.2503967285156,6055.84423828125,3713,162.3220977783203,1,0,3.25809645652771,0,6.055027008056641,3.8712010383605957,8.708779335021973,0,0,1,0,0,0,0,0,0,6.055027008056641 +3,0,1,1,1,0,3,3,32,381.6427917480469,298.7012939453125,3510,149.9311065673828,1,0,1.0986123085021973,0,5.944485187530518,3.465735912322998,5.69944429397583,0,0,1,0,0,0,0,0,0,5.944485187530518 +7,0,1,1,1,1,3,3,55,431.206787109375,1270.1298828125,3540,149.9311065673828,1,0,1.945910096168518,0,6.066587924957275,4.007333278656006,7.14687442779541,0,0,1,0,0,0,0,0,0,6.066587924957275 +1,0,1,1,1,1,3,3,30,423.7721862792969,1666.2337646484375,3052,149.9311065673828,1,0,0,0,6.049196243286133,3.4011974334716797,7.418321132659912,0,0,1,0,0,0,0,0,0,6.049196243286133 +1,0,1,1,0,0,3,3,55,371.7300109863281,0,3740,149.9311065673828,1,0,0,0,5.918167591094971,4.007333278656006,0,0,0,1,0,0,0,0,0,0,5.918167591094971 +0.25,0,1,1,1,0,3,3,39,446.07598876953125,223.37661743164062,3640,149.9311065673828,1,0,-1.3862943649291992,0,6.100489139556885,3.6635615825653076,5.4088592529296875,0,0,1,0,0,0,0,0,0,6.100489139556885 +1,0,1,1,1,0,3,3,26,408.90301513671875,40.25973892211914,3628,162.3220977783203,1,0,0,0,6.013477802276611,3.25809645652771,3.6953518390655518,0,0,1,0,0,0,0,0,0,6.013477802276611 +0.25,0,1,1,1,0,3,3,44,396.5119934082031,140.25973510742188,3540,162.3220977783203,1,0,-1.3862943649291992,0,5.982706069946289,3.7841897010803223,4.943495750427246,0,0,1,0,0,0,0,0,0,5.982706069946289 +3,0,1,1,1,0,3,3,35,408.90301513671875,179.2207794189453,3152,149.9311065673828,1,0,1.0986123085021973,0,6.013477802276611,3.5553481578826904,5.1886186599731445,0,0,1,0,0,0,0,0,0,6.013477802276611 +1,0,1,1,1,0,3,3,36,376.6864013671875,314.28570556640625,3152,162.3220977783203,1,0,0,0,5.931413173675537,3.5835189819335938,5.750302314758301,0,0,1,0,0,0,0,0,0,5.931413173675537 +3,0,1,1,0,1,3,3,26,526.61749267578125,1277.922119140625,3504,149.9311065673828,1,0,1.0986123085021973,0,6.26647424697876,3.25809645652771,7.152990818023682,0,0,1,0,0,0,0,0,0,6.26647424697876 +9,0,1,1,0,0,3,3,21,681.5050048828125,425.9740295410156,3528,162.3220977783203,1,0,2.1972246170043945,0,6.524303436279297,3.044522523880005,6.054378509521484,0,0,1,0,0,0,0,0,0,6.524303436279297 +2,0,1,1,1,0,3,3,29,433.68499755859375,150.64935302734375,3540,149.9311065673828,1,0,0.6931471824645996,0,6.0723185539245605,3.367295742034912,5.014955043792725,0,0,1,0,0,0,0,0,0,6.0723185539245605 +6,0,1,1,1,1,3,3,48,436.1632080078125,505.1947937011719,3640,149.9311065673828,1,0,1.7917594909667969,0,6.07801628112793,3.8712010383605957,6.224944114685059,0,0,1,0,0,0,0,0,0,6.07801628112793 +6,0,1,1,1,0,3,3,47,371.7300109863281,387.01300048828125,3210,149.9311065673828,1,0,1.7917594909667969,0,5.918167591094971,3.8501474857330322,5.958458423614502,0,0,1,0,0,0,0,0,0,5.918167591094971 +5,0,1,1,1,0,3,3,30,371.7300109863281,137.66233825683594,3740,162.3220977783203,1,0,1.6094379425048828,0,5.918167591094971,3.4011974334716797,4.924803733825684,0,0,1,0,0,0,0,0,0,5.918167591094971 +10,0,1,1,1,0,3,3,38,639.3756103515625,16.88311767578125,3149,162.3220977783203,1,0,2.3025851249694824,0,6.460492134094238,3.6375861167907715,2.8263142108917236,0,0,1,0,0,0,0,0,0,6.460492134094238 +7,0,1,1,1,0,3,3,37,493.16180419921875,1087.012939453125,3428,162.3220977783203,1,0,1.945910096168518,0,6.200837135314941,3.610917806625366,6.991189002990723,0,0,1,0,0,0,0,0,0,6.200837135314941 +2,0,1,1,1,0,3,3,27,490.68359375,306.4934997558594,3228,149.9311065673828,1,0,0.6931471824645996,0,6.195799350738525,3.295836925506592,5.725196361541748,0,0,1,0,0,0,0,0,0,6.195799350738525 +8,0,1,1,1,0,3,3,58,596.007080078125,983.11688232421875,3647,162.3220977783203,1,0,2.079441547393799,0,6.390252590179443,4.060442924499512,6.890727996826172,0,0,1,0,0,0,0,0,0,6.390252590179443 +6,0,1,1,0,1,3,3,29,403.94659423828125,5702.59716796875,3140,149.9311065673828,1,0,1.7917594909667969,0,6.001282691955566,3.367295742034912,8.648676872253418,0,0,1,0,0,0,0,0,0,6.001282691955566 +10,0,1,0,0,1,3,3,24,489.4444885253906,5005.19482421875,3504,162.3220977783203,1,0,2.3025851249694824,0,6.193271160125732,3.178053855895996,8.518231391906738,0,0,1,0,0,0,0,0,0,6.193271160125732 +3,0,1,1,1,0,3,3,28,371.7300109863281,98.70130157470703,3410,162.3220977783203,1,0,1.0986123085021973,0,5.918167591094971,3.332204580307007,4.592098236083984,0,0,1,0,0,0,0,0,0,5.918167591094971 +2,0,1,1,1,0,3,3,50,377.9255065917969,225.97402954101562,3152,162.3220977783203,1,0,0.6931471824645996,0,5.934697151184082,3.9120230674743652,5.420420169830322,0,0,1,0,0,0,0,0,0,5.934697151184082 +1,0,1,0,0,0,3,3,34,453.5105895996094,103.89610290527344,3504,116.47540283203125,1,0,0,0,6.117018699645996,3.526360511779785,4.6433916091918945,0,0,1,0,0,0,0,0,0,6.117018699645996 +5,0,1,1,1,0,2,3,36,428.7286071777344,219.4805145263672,3528,162.3220977783203,1,0,1.6094379425048828,0,6.060823917388916,3.5835189819335938,5.391263484954834,0,0,1,0,0,0,0,0,1,6.060823917388916 +37,0,1,1,1,1,3,4,46,701.33062744140625,8789.6103515625,4316,162.3220977783203,1,0,3.610917806625366,0,6.552979469299316,3.828641414642334,9.08132553100586,0,0,0,1,0,0,0,0,0,6.552979469299316 +1,0,1,1,1,0,3,4,20,431.206787109375,646.75323486328125,4852,149.9311065673828,1,0,0,0,6.066587924957275,2.995732307434082,6.4719648361206055,0,0,0,1,0,0,0,0,0,6.066587924957275 +4,0,1,1,1,1,3,4,33,494.4009094238281,2028.5714111328125,4434,162.3220977783203,1,0,1.3862943649291992,0,6.2033467292785645,3.4965076446533203,7.615087032318115,0,0,0,1,0,0,0,0,0,6.2033467292785645 +1,0,1,1,1,0,3,4,28,495.6400146484375,172.72727966308594,4152,43.368499755859375,1,0,0,0,6.205850124359131,3.332204580307007,5.151713848114014,0,0,0,1,0,0,0,0,0,6.205850124359131 +4,0,1,1,1,0,3,4,30,495.6400146484375,148.05194091796875,4540,162.3220977783203,1,0,1.3862943649291992,0,6.205850124359131,3.4011974334716797,4.997563362121582,0,0,0,1,0,0,0,0,0,6.205850124359131 +6,0,1,1,1,1,3,4,66,494.4009094238281,2400,4034,162.3220977783203,1,0,1.7917594909667969,0,6.2033467292785645,4.18965482711792,7.783224105834961,0,0,0,1,0,0,0,0,0,6.2033467292785645 +2,0,1,1,1,0,3,4,25,408.90301513671875,38.96104049682617,4110,162.3220977783203,1,0,0.6931471824645996,0,6.013477802276611,3.2188758850097656,3.662562131881714,0,0,0,1,0,0,0,0,0,6.013477802276611 +5,0,1,1,NA,1,3,4,31,451.03240966796875,1393.5064697265625,4628,149.9311065673828,1,0,1.6094379425048828,0,6.111539363861084,3.4339871406555176,7.239578723907471,0,0,0,1,0,0,0,0,0,6.111539363861084 +8,0,1,1,NA,1,3,4,27,479.5317077636719,2389.6103515625,4834,162.3220977783203,1,0,2.079441547393799,0,6.172810077667236,3.295836925506592,7.778885364532471,0,0,0,1,0,0,0,0,0,6.172810077667236 +1,0,1,1,1,0,3,4,39,539.00848388671875,171.42857360839844,4052,64.433197021484375,1,0,0,0,6.289731502532959,3.6635615825653076,5.144166469573975,0,0,0,1,0,0,0,0,0,6.289731502532959 +3,0,1,1,1,1,3,4,19,396.5119934082031,916.88311767578125,4410,149.9311065673828,1,0,1.0986123085021973,0,5.982706069946289,2.944438934326172,6.820980072021484,0,0,0,1,0,0,0,0,0,5.982706069946289 +6,0,1,1,1,1,3,4,43,468.3797912597656,876.62335205078125,4846,149.9311065673828,1,0,1.7917594909667969,0,6.149279594421387,3.761200189590454,6.7760772705078125,0,0,0,1,0,0,0,0,0,6.149279594421387 +3,0,1,1,1,0,3,4,50,540.24761962890625,267.532470703125,4452,149.9311065673828,1,0,1.0986123085021973,0,6.292027473449707,3.9120230674743652,5.589241027832031,0,0,0,1,0,0,0,0,0,6.292027473449707 +1,0,1,1,1,0,3,4,53,540.24761962890625,145.4545440673828,4852,149.9311065673828,1,0,0,0,6.292027473449707,3.97029185295105,4.97986364364624,0,0,0,1,0,0,0,0,0,6.292027473449707 +3,0,1,1,1,0,3,4,28,609.63720703125,805.19482421875,4034,149.9311065673828,1,0,1.0986123085021973,0,6.4128642082214355,3.332204580307007,6.691084384918213,0,0,0,1,0,0,0,0,0,6.4128642082214355 +9,0,1,1,1,1,3,4,47,536.5302734375,1790.9090576171875,4846,149.9311065673828,1,0,2.1972246170043945,0,6.285122871398926,3.8501474857330322,7.490478515625,0,0,0,1,0,0,0,0,0,6.285122871398926 +2,0,1,1,NA,0,3,4,29,421.29400634765625,197.40260314941406,4152,149.9311065673828,1,0,0.6931471824645996,0,6.043331146240234,3.367295742034912,5.285245418548584,0,0,0,1,0,0,0,0,0,6.043331146240234 +3,0,1,1,NA,1,3,4,31,371.7300109863281,1879.2208251953125,4034,149.9311065673828,1,0,1.0986123085021973,0,5.918167591094971,3.4339871406555176,7.538612365722656,0,0,0,1,0,0,0,0,0,5.918167591094971 +12,0,1,1,NA,1,3,4,53,421.29400634765625,4716.88330078125,4040,149.9311065673828,1,0,2.4849066734313965,0,6.043331146240234,3.97029185295105,8.458903312683105,0,0,0,1,0,0,0,0,0,6.043331146240234 +12,0,1,0,NA,1,3,4,45,421.29400634765625,3766.23388671875,4034,149.9311065673828,1,0,2.4849066734313965,0,6.043331146240234,3.8066625595092773,8.233830451965332,0,0,0,1,0,0,0,0,0,6.043331146240234 +6,0,1,1,1,1,3,4,56,429.96771240234375,2287.012939453125,4052,149.9311065673828,1,0,1.7917594909667969,0,6.0637102127075195,4.025351524353027,7.735002040863037,0,0,0,1,0,0,0,0,0,6.0637102127075195 +159,0,1,1,1,1,3,4,24,499.3572998046875,5938.9609375,4334,288.7102966308594,1,0,5.068904399871826,0,6.213321685791016,3.178053855895996,8.689289093017578,0,0,0,1,0,0,0,0,0,6.213321685791016 +5,0,1,1,1,0,3,4,23,490.68359375,238.96104431152344,4140,149.9311065673828,1,0,1.6094379425048828,0,6.195799350738525,3.1354942321777344,5.4763007164001465,0,0,0,1,0,0,0,0,0,6.195799350738525 +5,0,1,1,1,0,3,4,46,583.6160888671875,32.467533111572266,4534,288.7102966308594,1,0,1.6094379425048828,0,6.369243621826172,3.828641414642334,3.4802405834198,0,0,0,1,0,0,0,0,0,6.369243621826172 +1,0,1,1,1,0,3,4,41,499.3572998046875,0,4152,64.433197021484375,1,0,0,0,6.213321685791016,3.7135720252990723,0,0,0,0,1,0,0,0,0,0,6.213321685791016 +1,0,1,1,1,0,3,4,50,433.68499755859375,84.41558074951172,4110,162.3220977783203,1,0,0,0,6.0723185539245605,3.9120230674743652,4.435751914978027,0,0,0,1,0,0,0,0,0,6.0723185539245605 +2,0,1,1,1,0,3,4,33,508.031005859375,151.94805908203125,4110,162.3220977783203,1,0,0.6931471824645996,0,6.2305426597595215,3.4965076446533203,5.023538589477539,0,0,0,1,0,0,0,0,0,6.2305426597595215 +3,0,1,1,1,1,3,4,29,446.07598876953125,789.61041259765625,4749,149.9311065673828,1,0,1.0986123085021973,0,6.100489139556885,3.367295742034912,6.671539783477783,0,0,0,1,0,0,0,0,0,6.100489139556885 +5,0,1,1,1,0,3,4,21,495.6400146484375,603.8961181640625,4546,162.3220977783203,1,0,1.6094379425048828,0,6.205850124359131,3.044522523880005,6.403402328491211,0,0,0,1,0,0,0,0,0,6.205850124359131 +182,0,1,1,1,1,3,4,25,493.16180419921875,9090.9091796875,4334,162.3220977783203,1,0,5.204006671905518,0,6.200837135314941,3.2188758850097656,9.115030288696289,0,0,0,1,0,0,0,0,0,6.200837135314941 +3,0,1,0,0,0,3,4,29,396.5119934082031,193.50650024414062,4110,149.9311065673828,1,0,1.0986123085021973,0,5.982706069946289,3.367295742034912,5.265311241149902,0,0,0,1,0,0,0,0,0,5.982706069946289 +5,0,1,1,0,0,3,4,18,396.5119934082031,118.18181610107422,4010,149.9311065673828,1,0,1.6094379425048828,0,5.982706069946289,2.890371799468994,4.772224426269531,0,0,0,1,0,0,0,0,0,5.982706069946289 +1,0,1,1,1,0,3,4,44,539.00848388671875,154.5454559326172,4410,45.84669876098633,1,0,0,0,6.289731502532959,3.7841897010803223,5.040488243103027,0,0,0,1,0,0,0,0,0,6.289731502532959 +6,0,1,1,1,1,3,4,42,495.6400146484375,1062.337646484375,4110,162.3220977783203,1,0,1.7917594909667969,0,6.205850124359131,3.7376697063446045,6.968226909637451,0,0,0,1,0,0,0,0,0,6.205850124359131 +6,0,1,1,1,0,3,4,30,496.87908935546875,2406.493408203125,4634,162.3220977783203,1,0,1.7917594909667969,0,6.208346843719482,3.4011974334716797,7.78592586517334,0,0,0,1,0,0,0,0,0,6.208346843719482 +34,0,1,1,1,1,3,4,55,449.7933044433594,8523.376953125,4834,162.3220977783203,1,0,3.526360511779785,0,6.108788013458252,4.007333278656006,9.050567626953125,0,0,0,1,0,0,0,0,0,6.108788013458252 +6,0,1,1,1,1,3,4,30,576.1815185546875,2649.3505859375,4834,162.3220977783203,1,0,1.7917594909667969,0,6.3564229011535645,3.4011974334716797,7.882070064544678,0,0,0,1,0,0,0,0,0,6.3564229011535645 +2,0,1,1,NA,1,3,4,43,576.1815185546875,1440.259765625,4110,162.3220977783203,1,0,0.6931471824645996,0,6.3564229011535645,3.761200189590454,7.272578716278076,0,0,0,1,0,0,0,0,0,6.3564229011535645 +1,0,1,1,1,0,3,4,29,551.39947509765625,1324.67529296875,4846,22.303800582885742,1,0,0,0,6.312459468841553,3.367295742034912,7.188922882080078,0,0,0,1,0,0,0,0,0,6.312459468841553 +1,0,1,1,1,0,3,4,31,581.13787841796875,272.7272644042969,4410,116.47540283203125,1,0,0,0,6.364987850189209,3.4339871406555176,5.6084723472595215,0,0,0,1,0,0,0,0,0,6.364987850189209 +1,0,1,1,1,0,3,4,36,468.3797912597656,133.7662353515625,4110,149.9311065673828,1,0,0,0,6.149279594421387,3.5835189819335938,4.896093845367432,0,0,0,1,0,0,0,0,0,6.149279594421387 +3,0,1,1,1,0,3,4,51,576.1815185546875,85.71428680419922,4004,162.3220977783203,1,0,1.0986123085021973,0,6.3564229011535645,3.931825637817383,4.451019287109375,0,0,0,1,0,0,0,0,0,6.3564229011535645 +4,0,1,1,1,0,3,4,29,462.1842956542969,315.58441162109375,4610,149.9311065673828,1,0,1.3862943649291992,0,6.1359639167785645,3.367295742034912,5.754426002502441,0,0,0,1,0,0,0,0,0,6.1359639167785645 +6,0,1,1,1,1,3,4,39,433.68499755859375,1729.8701171875,4046,162.3220977783203,1,0,1.7917594909667969,0,6.0723185539245605,3.6635615825653076,7.455801486968994,0,0,0,1,0,0,0,0,0,6.0723185539245605 +1,0,1,1,1,1,3,4,32,452.2715148925781,872.727294921875,4019,69.38960266113281,1,0,0,0,6.114282608032227,3.465735912322998,6.771623134613037,0,0,0,1,0,0,0,0,0,6.114282608032227 +7,0,1,1,1,0,3,4,37,470.8580017089844,97.40259552001953,4410,162.3220977783203,1,0,1.945910096168518,0,6.154556751251221,3.610917806625366,4.578852653503418,0,0,0,1,0,0,0,0,0,6.154556751251221 +3,0,1,1,0,1,3,4,22,522.90020751953125,551.94805908203125,4846,162.3220977783203,1,0,1.0986123085021973,0,6.259390830993652,3.0910425186157227,6.3134541511535645,0,0,0,1,0,0,0,0,0,6.259390830993652 +2,0,1,1,1,0,3,4,29,433.68499755859375,85.71428680419922,4834,162.3220977783203,1,0,0.6931471824645996,0,6.0723185539245605,3.367295742034912,4.451019287109375,0,0,0,1,0,0,0,0,0,6.0723185539245605 +3,0,1,1,1,0,3,4,30,449.7933044433594,424.6753234863281,4410,162.3220977783203,1,0,1.0986123085021973,0,6.108788013458252,3.4011974334716797,6.051324844360352,0,0,0,1,0,0,0,0,0,6.108788013458252 +7,0,1,1,1,0,3,4,35,485.7272033691406,87.01298522949219,4034,162.3220977783203,1,0,1.945910096168518,0,6.185647010803223,3.5553481578826904,4.466057300567627,0,0,0,1,0,0,0,0,0,6.185647010803223 +1,0,1,1,1,0,3,4,62,460.9451904296875,928.5714111328125,4628,97.88890075683594,1,0,0,0,6.133279323577881,4.127134323120117,6.83364725112915,0,0,0,1,0,0,0,0,0,6.133279323577881 +1,0,1,1,1,0,3,4,30,522.90020751953125,103.89610290527344,4110,162.3220977783203,1,0,0,0,6.259390830993652,3.4011974334716797,4.6433916091918945,0,0,0,1,0,0,0,0,0,6.259390830993652 +9,0,1,1,NA,1,3,4,27,495.6400146484375,2290.9091796875,4434,162.3220977783203,1,0,2.1972246170043945,0,6.205850124359131,3.295836925506592,7.736703872680664,0,0,0,1,0,0,0,0,0,6.205850124359131 +13,0,1,1,1,1,3,4,27,396.5119934082031,1649.3507080078125,4834,149.9311065673828,1,0,2.5649492740631104,0,5.982706069946289,3.295836925506592,7.40813684463501,0,0,0,1,0,0,0,0,0,5.982706069946289 +51,0,1,1,1,1,1,4,23,488.2054138183594,7840.259765625,4346,162.3220977783203,1,0,3.931825637817383,0,6.190736293792725,3.1354942321777344,8.96702766418457,0,0,0,1,0,0,0,1,0,6.190736293792725 +3,0,1,1,1,0,1,4,55,433.68499755859375,167.532470703125,4428,149.9311065673828,1,0,1.0986123085021973,0,6.0723185539245605,4.007333278656006,5.1211771965026855,0,0,0,1,0,0,0,1,0,6.0723185539245605 +8,0,1,1,1,1,1,4,62,394.0338134765625,2867.532470703125,4834,162.3220977783203,1,0,2.079441547393799,0,5.976436614990234,4.127134323120117,7.961207389831543,0,0,0,1,0,0,0,1,0,5.976436614990234 +6,0,1,0,0,1,1,4,49,406.4248046875,2987.012939453125,4834,162.3220977783203,1,0,1.7917594909667969,0,6.007399082183838,3.891820192337036,8.0020294189453125,0,0,0,1,0,0,0,1,0,6.007399082183838 +0.25,0,1,1,0,0,1,4,37,395.27288818359375,162.33766174316406,4652,149.9311065673828,1,0,-1.3862943649291992,0,5.979576587677002,3.610917806625366,5.0896782875061035,0,0,0,1,0,0,0,1,0,5.979576587677002 +7,0,1,1,1,1,1,4,56,390.3164978027344,1892.207763671875,4834,162.3220977783203,1,0,1.945910096168518,0,5.966958045959473,4.025351524353027,7.545499324798584,0,0,0,1,0,0,0,1,0,5.966958045959473 +1,0,1,1,1,0,1,4,45,376.6864013671875,0,4452,149.9311065673828,1,0,0,0,5.931413173675537,3.8066625595092773,0,0,0,0,1,0,0,0,1,0,5.931413173675537 +7,0,1,1,1,1,1,4,50,524.1392822265625,1693.5064697265625,4152,162.3220977783203,1,0,1.945910096168518,0,6.2617573738098145,3.9120230674743652,7.434556484222412,0,0,0,1,0,0,0,1,0,6.2617573738098145 +31,0,1,1,1,0,1,4,53,547.68218994140625,19480.51953125,4941,149.9311065673828,1,0,3.4339871406555176,0,6.305695056915283,3.97029185295105,9.87717056274414,0,0,0,1,0,0,0,1,0,6.305695056915283 +7,0,1,1,1,1,1,4,40,390.3164978027344,1849.3507080078125,4634,162.3220977783203,1,0,1.945910096168518,0,5.966958045959473,3.6888794898986816,7.522589683532715,0,0,0,1,0,0,0,1,0,5.966958045959473 +6,0,1,0,1,1,1,4,32,375.4472961425781,777.92205810546875,4528,162.3220977783203,1,0,1.7917594909667969,0,5.9281182289123535,3.465735912322998,6.656626224517822,0,0,0,1,0,0,0,1,0,5.9281182289123535 +1,0,1,0,1,0,1,4,31,427.489501953125,342.8571472167969,4010,162.3220977783203,1,0,0,0,6.057929515838623,3.4339871406555176,5.837313652038574,0,0,0,1,0,0,0,1,0,6.057929515838623 +8,0,1,1,1,1,1,4,25,470.8580017089844,849.35064697265625,4634,149.9311065673828,1,0,2.079441547393799,0,6.154556751251221,3.2188758850097656,6.744472026824951,0,0,0,1,0,0,0,1,0,6.154556751251221 +8,0,1,1,1,1,1,4,63,551.39947509765625,3248.052001953125,4534,149.9311065673828,1,0,2.079441547393799,0,6.312459468841553,4.143134593963623,8.085810661315918,0,0,0,1,0,0,0,1,0,6.312459468841553 +6,0,1,1,1,1,1,4,25,371.7300109863281,2580.51953125,4634,149.9311065673828,1,0,1.7917594909667969,0,5.918167591094971,3.2188758850097656,7.855745792388916,0,0,0,1,0,0,0,1,0,5.918167591094971 +6,0,1,1,0,1,1,4,22,708.76519775390625,1962.337646484375,4152,149.9311065673828,1,0,1.7917594909667969,0,6.56352424621582,3.0910425186157227,7.5818915367126465,0,0,0,1,0,0,0,1,0,6.56352424621582 +5,0,1,1,1,1,1,4,23,433.68499755859375,566.2337646484375,4834,162.3220977783203,1,0,1.6094379425048828,0,6.0723185539245605,3.1354942321777344,6.3390069007873535,0,0,0,1,0,0,0,1,0,6.0723185539245605 +0.25,0,1,1,1,0,1,4,49,408.90301513671875,0,4410,149.9311065673828,1,0,-1.3862943649291992,0,6.013477802276611,3.891820192337036,0,0,0,0,1,0,0,0,1,0,6.013477802276611 +4,0,1,1,1,1,1,4,27,421.29400634765625,1672.727294921875,4652,149.9311065673828,1,0,1.3862943649291992,0,6.043331146240234,3.295836925506592,7.422210693359375,0,0,0,1,0,0,0,1,0,6.043331146240234 +2,0,1,1,1,1,2,4,25,400.22930908203125,702.597412109375,4510,162.3220977783203,1,0,0.6931471824645996,0,5.992037773132324,3.2188758850097656,6.554783821105957,0,0,0,1,0,0,0,0,1,5.992037773132324 +182,0,1,1,1,1,2,4,31,557.594970703125,12987.0126953125,4346,162.3220977783203,1,0,5.204006671905518,0,6.323632717132568,3.4339871406555176,9.471705436706543,0,0,0,1,0,0,0,0,1,6.323632717132568 +11,0,1,1,1,1,2,4,50,411.3811950683594,2837.662353515625,4852,162.3220977783203,1,0,2.397895336151123,0,6.019520282745361,3.9120230674743652,7.950736045837402,0,0,0,1,0,0,0,0,1,6.019520282745361 +4,0,1,1,1,0,2,4,53,631.94097900390625,224.67532348632812,4646,149.9311065673828,1,0,1.3862943649291992,0,6.448795795440674,3.97029185295105,5.414656162261963,0,0,0,1,0,0,0,0,1,6.448795795440674 +6,0,1,1,1,1,1,4,31,401.4684143066406,1662.337646484375,4834,149.9311065673828,1,0,1.7917594909667969,0,5.995128631591797,3.4339871406555176,7.415980339050293,0,0,0,1,0,0,0,1,0,5.995128631591797 +6,0,1,1,1,1,1,4,32,410.14208984375,2572.727294921875,4846,149.9311065673828,1,0,1.7917594909667969,0,6.016503810882568,3.465735912322998,7.852721691131592,0,0,0,1,0,0,0,1,0,6.016503810882568 +7,0,1,1,1,1,1,4,50,449.7933044433594,2027.272705078125,4834,162.3220977783203,1,0,1.945910096168518,0,6.108788013458252,3.9120230674743652,7.614446640014648,0,0,0,1,0,0,0,1,0,6.108788013458252 +6,0,1,1,1,0,1,4,34,426.2503967285156,638.9610595703125,4834,162.3220977783203,1,0,1.7917594909667969,0,6.055027008056641,3.526360511779785,6.459843635559082,0,0,0,1,0,0,0,1,0,6.055027008056641 +6,0,1,1,1,0,1,4,59,485.7272033691406,398.7012939453125,4452,162.3220977783203,1,0,1.7917594909667969,0,6.185647010803223,4.077537536621094,5.988212585449219,0,0,0,1,0,0,0,1,0,6.185647010803223 +9,0,1,1,1,1,1,4,30,395.27288818359375,1542.857177734375,4034,149.9311065673828,1,0,2.1972246170043945,0,5.979576587677002,3.4011974334716797,7.341391086578369,0,0,0,1,0,0,0,1,0,5.979576587677002 +7,0,1,1,1,1,2,4,23,567.5078125,1974.0260009765625,4846,162.3220977783203,1,0,1.945910096168518,0,6.341254711151123,3.1354942321777344,7.587830543518066,0,0,0,1,0,0,0,0,1,6.341254711151123 +3,0,1,1,1,1,2,4,31,477.0534973144531,1314.2857666015625,4049,162.3220977783203,1,0,1.0986123085021973,0,6.167628765106201,3.4339871406555176,7.18104887008667,0,0,0,1,0,0,0,0,1,6.167628765106201 +6,0,1,1,1,1,2,4,32,396.5119934082031,2228.571533203125,4834,149.9311065673828,1,0,1.7917594909667969,0,5.982706069946289,3.465735912322998,7.709115982055664,0,0,0,1,0,0,0,0,1,5.982706069946289 +20,0,1,1,0,1,2,4,28,428.7286071777344,5448.0517578125,4346,149.9311065673828,1,0,2.995732307434082,0,6.060823917388916,3.332204580307007,8.603013038635254,0,0,0,1,0,0,0,0,1,6.060823917388916 +8,0,1,1,1,0,2,4,37,557.594970703125,1233.7662353515625,4110,149.9311065673828,1,0,2.079441547393799,0,6.323632717132568,3.610917806625366,7.11782693862915,0,0,0,1,0,0,0,0,1,6.323632717132568 +6,0,1,1,1,1,2,4,47,628.22369384765625,876.62335205078125,4628,162.3220977783203,1,0,1.7917594909667969,0,6.442896366119385,3.8501474857330322,6.7760772705078125,0,0,0,1,0,0,0,0,1,6.442896366119385 +11,0,1,1,1,1,2,4,30,485.7272033691406,1898.7012939453125,4852,162.3220977783203,1,0,2.397895336151123,0,6.185647010803223,3.4011974334716797,7.548925399780273,0,0,0,1,0,0,0,0,1,6.185647010803223 +1,0,1,1,1,0,2,4,53,522.90020751953125,46.75324630737305,4410,149.9311065673828,1,0,0,0,6.259390830993652,3.97029185295105,3.844883680343628,0,0,0,1,0,0,0,0,1,6.259390830993652 +18,0,1,1,1,1,2,4,52,493.16180419921875,3757.142822265625,4634,162.3220977783203,1,0,2.890371799468994,0,6.200837135314941,3.9512436389923096,8.231413841247559,0,0,0,1,0,0,0,0,1,6.200837135314941 +18,0,1,1,1,1,2,4,52,493.16180419921875,5277.921875,4634,162.3220977783203,1,0,2.890371799468994,0,6.200837135314941,3.9512436389923096,8.571288108825684,0,0,0,1,0,0,0,0,1,6.200837135314941 +3,0,1,1,0,0,2,4,18,417.5766906738281,196.10389709472656,4152,149.9311065673828,1,0,1.0986123085021973,0,6.034468173980713,2.890371799468994,5.278644561767578,0,0,0,1,0,0,0,0,1,6.034468173980713 +9,0,1,1,0,1,2,4,27,636.89739990234375,1811.6883544921875,4834,162.3220977783203,1,0,2.1972246170043945,0,6.456608772277832,3.295836925506592,7.502014636993408,0,0,0,1,0,0,0,0,1,6.456608772277832 +4,0,1,1,1,0,2,4,28,532.81298828125,400,4110,162.3220977783203,1,0,1.3862943649291992,0,6.278170585632324,3.332204580307007,5.991464614868164,0,0,0,1,0,0,0,0,1,6.278170585632324 +20,0,1,1,1,1,2,4,47,411.3811950683594,3154.54541015625,4628,149.9311065673828,1,0,2.995732307434082,0,6.019520282745361,3.8501474857330322,8.056599617004395,0,0,0,1,0,0,0,0,1,6.019520282745361 +10,0,1,1,1,1,2,4,22,485.7272033691406,1798.7012939453125,4834,162.3220977783203,1,0,2.3025851249694824,0,6.185647010803223,3.0910425186157227,7.4948201179504395,0,0,0,1,0,0,0,0,1,6.185647010803223 +2,0,1,1,1,1,2,4,33,588.572509765625,1566.2337646484375,4825,149.9311065673828,1,0,0.6931471824645996,0,6.377700328826904,3.4965076446533203,7.356429100036621,0,0,0,1,0,0,0,0,1,6.377700328826904 +3,0,1,1,0,1,2,4,22,540.24761962890625,1800,4825,149.9311065673828,1,0,1.0986123085021973,0,6.292027473449707,3.0910425186157227,7.495542049407959,0,0,0,1,0,0,0,0,1,6.292027473449707 +6,0,1,1,1,0,2,4,31,382.88189697265625,0,4834,162.3220977783203,1,0,1.7917594909667969,0,5.947726726531982,3.4339871406555176,0,0,0,0,1,0,0,0,0,1,5.947726726531982 +9,0,1,1,1,1,2,4,26,446.07598876953125,1932.467529296875,4634,162.3220977783203,1,0,2.1972246170043945,0,6.100489139556885,3.25809645652771,7.566553115844727,0,0,0,1,0,0,0,0,1,6.100489139556885 +15,0,1,1,1,1,2,4,46,762.0465087890625,2748.052001953125,4852,162.3220977783203,1,0,2.70805025100708,0,6.636007785797119,3.828641414642334,7.918647766113281,0,0,0,1,0,0,0,0,1,6.636007785797119 +4,0,1,1,1,0,2,4,42,638.136474609375,175.32467651367188,4428,162.3220977783203,1,0,1.3862943649291992,0,6.458552360534668,3.7376697063446045,5.16663932800293,0,0,0,1,0,0,0,0,1,6.458552360534668 +10,0,1,1,0,1,2,4,45,532.81298828125,2445.45458984375,4834,162.3220977783203,1,0,2.3025851249694824,0,6.278170585632324,3.8066625595092773,7.801986217498779,0,0,0,1,0,0,0,0,1,6.278170585632324 +0.25,0,1,1,1,0,2,4,39,475.81439208984375,5096.10400390625,4346,742.22088623046875,1,0,-1.3862943649291992,0,6.165027618408203,3.6635615825653076,8.536231994628906,0,0,0,1,0,0,0,0,1,6.165027618408203 +25,0,1,0,NA,1,2,4,47,634.419189453125,11390.9091796875,4428,149.9311065673828,1,0,3.2188758850097656,0,6.452710151672363,3.8501474857330322,9.340570449829102,0,0,0,1,0,0,0,0,1,6.452710151672363 +25,0,1,0,NA,1,2,4,47,634.419189453125,11535.064453125,4428,149.9311065673828,1,0,3.2188758850097656,0,6.452710151672363,3.8501474857330322,9.35314655303955,0,0,0,1,0,0,0,0,1,6.452710151672363 +5,0,1,1,1,0,2,4,52,427.489501953125,236.36363220214844,4428,149.9311065673828,1,0,1.6094379425048828,0,6.057929515838623,3.9512436389923096,5.465371608734131,0,0,0,1,0,0,0,0,1,6.057929515838623 +7,0,1,1,1,1,3,4,50,532.81298828125,3075.32470703125,4846,162.3220977783203,1,0,1.945910096168518,0,6.278170585632324,3.9120230674743652,8.031166076660156,0,0,0,1,0,0,0,0,0,6.278170585632324 +4,0,1,1,1,1,3,4,56,508.031005859375,1388.3116455078125,4410,149.9311065673828,1,0,1.3862943649291992,0,6.2305426597595215,4.025351524353027,7.235843658447266,0,0,0,1,0,0,0,0,0,6.2305426597595215 +17,0,1,1,1,1,3,4,48,531.57391357421875,4851.9482421875,4834,149.9311065673828,1,0,2.8332133293151855,0,6.275842189788818,3.8712010383605957,8.487135887145996,0,0,0,1,0,0,0,0,0,6.275842189788818 +4,0,1,1,1,0,3,4,36,416.33758544921875,175.32467651367188,4852,162.3220977783203,1,0,1.3862943649291992,0,6.031496524810791,3.5835189819335938,5.16663932800293,0,0,0,1,0,0,0,0,0,6.031496524810791 +13,0,1,1,1,0,3,4,39,376.6864013671875,889.61041259765625,4152,149.9311065673828,1,0,2.5649492740631104,0,5.931413173675537,3.6635615825653076,6.790783405303955,0,0,0,1,0,0,0,0,0,5.931413173675537 +21,0,1,1,1,1,3,4,51,534.0521240234375,3696.10400390625,4052,149.9311065673828,1,0,3.044522523880005,0,6.280493259429932,3.931825637817383,8.215034484863281,0,0,0,1,0,0,0,0,0,6.280493259429932 +3,0,1,1,1,0,3,4,54,508.031005859375,507.7922058105469,4528,149.9311065673828,1,0,1.0986123085021973,0,6.2305426597595215,3.9889841079711914,6.230072498321533,0,0,0,1,0,0,0,0,0,6.2305426597595215 +0.25,0,1,1,1,0,3,4,33,514.22650146484375,179.2207794189453,4410,162.3220977783203,1,0,-1.3862943649291992,0,6.242663860321045,3.4965076446533203,5.1886186599731445,0,0,0,1,0,0,0,0,0,6.242663860321045 +1,0,1,1,1,0,3,4,32,510.5091857910156,140.25973510742188,4149,149.9311065673828,1,0,0,0,6.235408782958984,3.465735912322998,4.943495750427246,0,0,0,1,0,0,0,0,0,6.235408782958984 +3,0,1,1,1,0,3,4,32,568.74688720703125,196.10389709472656,4410,162.3220977783203,1,0,1.0986123085021973,0,6.343435287475586,3.465735912322998,5.278644561767578,0,0,0,1,0,0,0,0,0,6.343435287475586 +3,0,1,1,1,1,3,4,49,432.4458923339844,1822.077880859375,4903,149.9311065673828,1,0,1.0986123085021973,0,6.069457054138184,3.891820192337036,7.50773286819458,0,0,0,1,0,0,0,0,0,6.069457054138184 +3,0,1,1,0,0,3,4,33,459.7060852050781,174.02597045898438,4152,162.3220977783203,1,0,1.0986123085021973,0,6.130587577819824,3.4965076446533203,5.159204483032227,0,0,0,1,0,0,0,0,0,6.130587577819824 +6,0,1,1,1,0,3,4,28,459.7060852050781,659.740234375,4152,162.3220977783203,1,0,1.7917594909667969,0,6.130587577819824,3.332204580307007,6.491846084594727,0,0,0,1,0,0,0,0,0,6.130587577819824 +3,0,1,1,1,0,3,4,46,382.88189697265625,192.20779418945312,4152,162.3220977783203,1,0,1.0986123085021973,0,5.947726726531982,3.828641414642334,5.2585768699646,0,0,0,1,0,0,0,0,0,5.947726726531982 +7,0,1,1,1,0,3,4,28,380.4036865234375,389.6103820800781,4752,162.3220977783203,1,0,1.945910096168518,0,5.941233158111572,3.332204580307007,5.965147018432617,0,0,0,1,0,0,0,0,0,5.941233158111572 +4,0,1,1,1,0,3,4,23,459.7060852050781,302.597412109375,4152,162.3220977783203,1,0,1.3862943649291992,0,6.130587577819824,3.1354942321777344,5.712403297424316,0,0,0,1,0,0,0,0,0,6.130587577819824 +1,0,1,1,1,0,3,4,27,395.27288818359375,105.19480895996094,4152,149.9311065673828,1,0,0,0,5.979576587677002,3.295836925506592,4.655814170837402,0,0,0,1,0,0,0,0,0,5.979576587677002 +40,0,1,1,1,0,3,4,34,387.8382873535156,0,4334,257.7327880859375,1,0,3.6888794898986816,0,5.960588455200195,3.526360511779785,0,0,0,0,1,0,0,0,0,0,5.960588455200195 +1,0,1,1,1,0,3,4,28,508.031005859375,288.3116760253906,4152,149.9311065673828,1,0,0,0,6.2305426597595215,3.332204580307007,5.664041996002197,0,0,0,1,0,0,0,0,0,6.2305426597595215 +10,0,1,1,0,0,3,4,22,405.1856994628906,623.37664794921875,4852,149.9311065673828,1,0,2.3025851249694824,0,6.004345417022705,3.0910425186157227,6.435151100158691,0,0,0,1,0,0,0,0,0,6.004345417022705 +7,0,1,1,1,0,3,4,35,371.7300109863281,732.467529296875,4834,162.3220977783203,1,0,1.945910096168518,0,5.918167591094971,3.5553481578826904,6.596418857574463,0,0,0,1,0,0,0,0,0,5.918167591094971 +7,0,1,1,1,0,3,4,35,371.7300109863281,2981.818115234375,4834,162.3220977783203,1,0,1.945910096168518,0,5.918167591094971,3.5553481578826904,8.000288963317871,0,0,0,1,0,0,0,0,0,5.918167591094971 +10,0,1,1,1,0,3,4,67,619.54998779296875,2206.493408203125,4843,149.9311065673828,1,0,2.3025851249694824,0,6.428993225097656,4.204692840576172,7.699159622192383,0,0,0,1,0,0,0,0,0,6.428993225097656 +4,0,1,1,1,1,3,4,32,439.8804931640625,2418.181884765625,4834,162.3220977783203,1,0,1.3862943649291992,0,6.086503028869629,3.465735912322998,7.790771484375,0,0,0,1,0,0,0,0,0,6.086503028869629 +2,0,1,1,1,0,3,4,22,394.0338134765625,136.36363220214844,4449,149.9311065673828,1,0,0.6931471824645996,0,5.976436614990234,3.0910425186157227,4.915325164794922,0,0,0,1,0,0,0,0,0,5.976436614990234 +13,0,1,1,1,1,3,4,47,416.33758544921875,2229.8701171875,4834,159.84390258789062,1,0,2.5649492740631104,0,6.031496524810791,3.8501474857330322,7.709698677062988,0,0,0,1,0,0,0,0,0,6.031496524810791 +3,0,1,1,1,0,2,4,NA,396.5119934082031,6.49350643157959,4428,149.9311065673828,1,0,1.0986123085021973,0,5.982706069946289,NA,1.870802640914917,0,0,0,1,0,0,0,0,1,5.982706069946289 +6,0,1,1,1,1,3,4,47,464.6625061035156,2449.3505859375,4834,162.3220977783203,1,0,1.7917594909667969,0,6.141311168670654,3.8501474857330322,7.8035783767700195,0,0,0,1,0,0,0,0,0,6.141311168670654 +8,0,1,1,NA,1,3,4,36,385.360107421875,3062.337646484375,4452,162.3220977783203,1,0,2.079441547393799,0,5.954178333282471,3.5835189819335938,8.026933670043945,0,0,0,1,0,0,0,0,0,5.954178333282471 +10,0,1,1,1,1,3,4,31,447.3150939941406,2414.28564453125,4852,162.3220977783203,1,0,2.3025851249694824,0,6.1032633781433105,3.4339871406555176,7.789158821105957,0,0,0,1,0,0,0,0,0,6.1032633781433105 +1,0,1,1,0,0,3,4,33,376.6864013671875,45.45454406738281,4852,162.3220977783203,1,0,0,0,5.931413173675537,3.4965076446533203,3.8167128562927246,0,0,0,1,0,0,0,0,0,5.931413173675537 +8,0,1,1,1,1,3,4,56,488.2054138183594,1787.012939453125,4852,162.3220977783203,1,0,2.079441547393799,0,6.190736293792725,4.025351524353027,7.488300800323486,0,0,0,1,0,0,0,0,0,6.190736293792725 +31,0,1,1,0,1,3,4,40,510.5091857910156,5855.84423828125,4628,162.3220977783203,1,0,3.4339871406555176,0,6.235408782958984,3.6888794898986816,8.675195693969727,0,0,0,1,0,0,0,0,0,6.235408782958984 +7,0,1,1,1,1,3,4,46,371.7300109863281,953.24676513671875,4834,162.3220977783203,1,0,1.945910096168518,0,5.918167591094971,3.828641414642334,6.8598737716674805,0,0,0,1,0,0,0,0,0,5.918167591094971 +6,0,1,1,1,1,3,4,34,432.4458923339844,1471.4285888671875,4834,162.3220977783203,1,0,1.7917594909667969,0,6.069457054138184,3.526360511779785,7.293989181518555,0,0,0,1,0,0,0,0,0,6.069457054138184 +4,0,1,1,1,0,3,4,24,628.22369384765625,822.07794189453125,4152,162.3220977783203,1,0,1.3862943649291992,0,6.442896366119385,3.178053855895996,6.7118353843688965,0,0,0,1,0,0,0,0,0,6.442896366119385 +6,0,1,1,1,1,3,4,45,464.6625061035156,6177.921875,4634,162.3220977783203,1,0,1.7917594909667969,0,6.141311168670654,3.8066625595092773,8.728736877441406,0,0,0,1,0,0,0,0,0,6.141311168670654 +3,0,1,1,NA,1,3,4,49,464.6625061035156,1816.883056640625,4634,149.9311065673828,1,0,1.0986123085021973,0,6.141311168670654,3.891820192337036,7.50487756729126,0,0,0,1,0,0,0,0,0,6.141311168670654 +12,0,1,1,1,1,3,4,57,517.94378662109375,1670.1298828125,4010,162.3220977783203,1,0,2.4849066734313965,0,6.249866485595703,4.043051242828369,7.420656681060791,0,0,0,1,0,0,0,0,0,6.249866485595703 +8,0,1,1,1,0,3,4,52,437.4023132324219,2093.506591796875,4834,162.3220977783203,1,0,2.079441547393799,0,6.080853462219238,3.9512436389923096,7.6465959548950195,0,0,0,1,0,0,0,0,0,6.080853462219238 +10,0,1,1,1,1,3,4,68,433.68499755859375,1268.8311767578125,4628,149.9311065673828,1,0,2.3025851249694824,0,6.0723185539245605,4.219507694244385,7.1458516120910645,0,0,0,1,0,0,0,0,0,6.0723185539245605 +0.25,0,1,1,1,1,3,4,44,478.2926025390625,235.06494140625,4837,162.3220977783203,1,0,-1.3862943649291992,0,6.170222759246826,3.7841897010803223,5.459861755371094,0,0,0,1,0,0,0,0,0,6.170222759246826 +14,0,1,1,1,0,3,4,43,514.22650146484375,368.8311767578125,4941,162.3220977783203,1,0,2.6390573978424072,0,6.242663860321045,3.761200189590454,5.910338878631592,0,0,0,1,0,0,0,0,0,6.242663860321045 +61,0,1,1,0,1,NA,4,28,442.35870361328125,2481.818115234375,4110,162.3220977783203,1,0,4.110873699188232,0,6.092121124267578,3.332204580307007,7.816746711730957,0,0,0,1,0,0,0,NA,NA,6.092121124267578 +2,0,1,1,0,0,3,5,22,569.98602294921875,290.9090881347656,4252,149.9311065673828,1,0,0.6931471824645996,0,6.345612049102783,3.0910425186157227,5.67301082611084,0,0,0,0,1,0,0,0,0,6.345612049102783 +1,0,1,1,1,1,3,5,22,433.68499755859375,800,4252,162.3220977783203,1,0,0,0,6.0723185539245605,3.0910425186157227,6.684611797332764,0,0,0,0,1,0,0,0,0,6.0723185539245605 +24,0,1,1,1,1,3,5,37,548.92132568359375,6535.06494140625,4252,162.3220977783203,1,0,3.178053855895996,0,6.307955265045166,3.610917806625366,8.784937858581543,0,0,0,0,1,0,0,0,0,6.307955265045166 +1,0,1,1,0,1,3,5,22,551.39947509765625,757.14288330078125,4213,149.9311065673828,1,0,0,0,6.312459468841553,3.0910425186157227,6.629551887512207,0,0,0,0,1,0,0,0,0,6.312459468841553 +3,0,1,1,1,1,3,5,30,458.4670104980469,1529.8701171875,4252,149.9311065673828,1,0,1.0986123085021973,0,6.127888202667236,3.4011974334716797,7.332938194274902,0,0,0,0,1,0,0,0,0,6.127888202667236 +25,0,1,1,1,0,3,5,29,593.52886962890625,585.71429443359375,4252,149.9311065673828,1,0,3.2188758850097656,0,6.3860859870910645,3.367295742034912,6.372832298278809,0,0,0,0,1,0,0,0,0,6.3860859870910645 +6,0,1,1,1,0,3,5,34,526.61749267578125,767.532470703125,4252,149.9311065673828,1,0,1.7917594909667969,0,6.26647424697876,3.526360511779785,6.643180847167969,0,0,0,0,1,0,0,0,0,6.26647424697876 +174,0,1,1,1,1,3,5,44,475.81439208984375,4545.45458984375,4252,149.9311065673828,1,0,5.159055233001709,0,6.165027618408203,3.7841897010803223,8.421882629394531,0,0,0,0,1,0,0,0,0,6.165027618408203 +3,0,1,1,1,1,3,5,39,443.5978088378906,842.85711669921875,4252,149.9311065673828,1,0,1.0986123085021973,0,6.094918251037598,3.6635615825653076,6.736797332763672,0,0,0,0,1,0,0,0,0,6.094918251037598 +3,0,1,1,1,0,3,5,49,588.572509765625,188.3116912841797,4252,149.9311065673828,1,0,1.0986123085021973,0,6.377700328826904,3.891820192337036,5.238098621368408,0,0,0,0,1,0,0,0,0,6.377700328826904 +1,0,1,1,0,0,3,5,28,495.6400146484375,353.24676513671875,4252,138.77920532226562,1,0,0,0,6.205850124359131,3.332204580307007,5.867166996002197,0,0,0,0,1,0,0,0,0,6.205850124359131 +1,0,1,1,1,0,3,5,44,510.5091857910156,303.8961181640625,4252,69.38960266113281,1,0,0,0,6.235408782958984,3.7841897010803223,5.716685771942139,0,0,0,0,1,0,0,0,0,6.235408782958984 +37,0,1,1,1,0,3,5,44,451.03240966796875,1562.337646484375,4252,162.3220977783203,1,0,3.610917806625366,0,6.111539363861084,3.7841897010803223,7.353938579559326,0,0,0,0,1,0,0,0,0,6.111539363861084 +9,0,1,0,0,1,3,5,43,495.6400146484375,2610.3896484375,4252,149.9311065673828,1,0,2.1972246170043945,0,6.205850124359131,3.761200189590454,7.867254734039307,0,0,0,0,1,0,0,0,0,6.205850124359131 +4,0,1,1,1,0,3,5,24,516.7047119140625,202.59739685058594,4249,149.9311065673828,1,0,1.3862943649291992,0,6.247471332550049,3.178053855895996,5.311220645904541,0,0,0,0,1,0,0,0,0,6.247471332550049 +1,0,1,1,1,0,3,5,28,468.3797912597656,172.72727966308594,4252,149.9311065673828,1,0,0,0,6.149279594421387,3.332204580307007,5.151713848114014,0,0,0,0,1,0,0,0,0,6.149279594421387 +3,0,1,1,1,1,3,5,27,594.76800537109375,1880.51953125,4252,149.9311065673828,1,0,1.0986123085021973,0,6.388171195983887,3.295836925506592,7.539303302764893,0,0,0,0,1,0,0,0,0,6.388171195983887 +1,0,1,1,1,0,3,5,36,609.63720703125,231.16883850097656,4252,64.433197021484375,1,0,0,0,6.4128642082214355,3.5835189819335938,5.443148136138916,0,0,0,0,1,0,0,0,0,6.4128642082214355 +5,0,1,1,1,1,3,5,32,567.5078125,1040.259765625,4252,149.9311065673828,1,0,1.6094379425048828,0,6.341254711151123,3.465735912322998,6.947225570678711,0,0,0,0,1,0,0,0,0,6.341254711151123 +1,0,1,1,1,0,3,5,32,586.09429931640625,185.7142791748047,4252,43.368499755859375,1,0,0,0,6.373480796813965,3.465735912322998,5.224209308624268,0,0,0,0,1,0,0,0,0,6.373480796813965 +1,0,1,1,1,0,3,5,29,524.1392822265625,183.11688232421875,4252,64.433197021484375,1,0,0,0,6.2617573738098145,3.367295742034912,5.210124492645264,0,0,0,0,1,0,0,0,0,6.2617573738098145 +2,0,1,1,1,1,3,5,53,425.01129150390625,1405.19482421875,4252,149.9311065673828,1,0,0.6931471824645996,0,6.0521159172058105,3.97029185295105,7.247931003570557,0,0,0,0,1,0,0,0,0,6.0521159172058105 +2,0,1,1,1,0,3,5,46,429.96771240234375,162.33766174316406,4252,149.9311065673828,1,0,0.6931471824645996,0,6.0637102127075195,3.828641414642334,5.0896782875061035,0,0,0,0,1,0,0,0,0,6.0637102127075195 +1,0,1,1,1,0,3,5,25,436.1632080078125,163.63636779785156,4252,43.368499755859375,1,0,0,0,6.07801628112793,3.2188758850097656,5.097646713256836,0,0,0,0,1,0,0,0,0,6.07801628112793 +5,0,1,1,1,1,3,5,36,436.1632080078125,615.58441162109375,4252,149.9311065673828,1,0,1.6094379425048828,0,6.07801628112793,3.5835189819335938,6.422572135925293,0,0,0,0,1,0,0,0,0,6.07801628112793 +2,0,1,0,0,1,3,5,26,436.1632080078125,1163.6363525390625,4252,149.9311065673828,1,0,0.6931471824645996,0,6.07801628112793,3.25809645652771,7.059305191040039,0,0,0,0,1,0,0,0,0,6.07801628112793 +1,0,1,1,1,1,3,5,26,635.6583251953125,787.01300048828125,4252,128.86639404296875,1,0,0,0,6.4546613693237305,3.25809645652771,6.6682448387146,0,0,0,0,1,0,0,0,0,6.4546613693237305 +14,0,1,1,1,0,3,5,32,439.8804931640625,390.9090881347656,4252,149.9311065673828,1,0,2.6390573978424072,0,6.086503028869629,3.465735912322998,5.968474864959717,0,0,0,0,1,0,0,0,0,6.086503028869629 +3,0,1,1,1,0,3,5,29,439.8804931640625,306.4934997558594,4252,149.9311065673828,1,0,1.0986123085021973,0,6.086503028869629,3.367295742034912,5.725196361541748,0,0,0,0,1,0,0,0,0,6.086503028869629 +9,0,1,1,1,0,3,5,41,572.46417236328125,133.7662353515625,4252,149.9311065673828,1,0,2.1972246170043945,0,6.349950313568115,3.7135720252990723,4.896093845367432,0,0,0,0,1,0,0,0,0,6.349950313568115 +3,0,1,1,1,0,3,5,26,566.2686767578125,184.41558837890625,4252,149.9311065673828,1,0,1.0986123085021973,0,6.33906888961792,3.25809645652771,5.217191696166992,0,0,0,0,1,0,0,0,0,6.33906888961792 +2,0,1,1,1,0,3,5,49,477.0534973144531,132.467529296875,4252,149.9311065673828,1,0,0.6931471824645996,0,6.167628765106201,3.891820192337036,4.886337757110596,0,0,0,0,1,0,0,0,0,6.167628765106201 +1,0,1,1,NA,0,3,5,44,425.01129150390625,24.675325393676758,4252,21.064699172973633,1,0,0,0,6.0521159172058105,3.7841897010803223,3.205803871154785,0,0,0,0,1,0,0,0,0,6.0521159172058105 +21,0,1,1,1,0,3,5,52,436.1632080078125,223.37661743164062,4228,149.9311065673828,1,0,3.044522523880005,0,6.07801628112793,3.9512436389923096,5.4088592529296875,0,0,0,0,1,0,0,0,0,6.07801628112793 +5,0,1,1,1,0,3,5,33,489.4444885253906,0,4249,149.9311065673828,1,0,1.6094379425048828,0,6.193271160125732,3.4965076446533203,0,0,0,0,0,1,0,0,0,0,6.193271160125732 +4,0,1,1,NA,0,3,5,57,421.29400634765625,480.51947021484375,4252,149.9311065673828,1,0,1.3862943649291992,0,6.043331146240234,4.043051242828369,6.174867630004883,0,0,0,0,1,0,0,0,0,6.043331146240234 +34,0,1,1,NA,1,3,5,26,421.29400634765625,4579.220703125,4252,149.9311065673828,1,0,3.526360511779785,0,6.043331146240234,3.25809645652771,8.42928409576416,0,0,0,0,1,0,0,0,0,6.043331146240234 +6,0,1,1,1,0,3,5,23,451.03240966796875,228.57142639160156,4252,149.9311065673828,1,0,1.7917594909667969,0,6.111539363861084,3.1354942321777344,5.431848526000977,0,0,0,0,1,0,0,0,0,6.111539363861084 +4,0,1,1,1,0,3,5,30,421.29400634765625,0,4252,149.9311065673828,1,0,1.3862943649291992,0,6.043331146240234,3.4011974334716797,0,0,0,0,0,1,0,0,0,0,6.043331146240234 +7,0,1,1,NA,0,3,5,36,425.01129150390625,541.5584716796875,4252,149.9311065673828,1,0,1.945910096168518,0,6.0521159172058105,3.5835189819335938,6.2944512367248535,0,0,0,0,1,0,0,0,0,6.0521159172058105 +1,0,1,1,NA,0,3,5,42,474.5752868652344,87.01298522949219,4252,21.064699172973633,1,0,0,0,6.162420272827148,3.7376697063446045,4.466057300567627,0,0,0,0,1,0,0,0,0,6.162420272827148 +17,0,1,1,NA,0,3,5,32,474.5752868652344,661.0389404296875,4252,149.9311065673828,1,0,2.8332133293151855,0,6.162420272827148,3.465735912322998,6.493812561035156,0,0,0,0,1,0,0,0,0,6.162420272827148 +3,0,1,1,NA,0,3,5,26,425.01129150390625,220.7792205810547,4252,149.9311065673828,1,0,1.0986123085021973,0,6.0521159172058105,3.25809645652771,5.397163391113281,0,0,0,0,1,0,0,0,0,6.0521159172058105 +4,0,1,1,1,0,3,5,28,453.5105895996094,168.83116149902344,4252,149.9311065673828,1,0,1.3862943649291992,0,6.117018699645996,3.332204580307007,5.128899097442627,0,0,0,0,1,0,0,0,0,6.117018699645996 +182,0,1,1,NA,1,3,5,28,425.01129150390625,7305.19482421875,4252,149.9311065673828,1,0,5.204006671905518,0,6.0521159172058105,3.332204580307007,8.896341323852539,0,0,0,0,1,0,0,0,0,6.0521159172058105 +1,0,1,1,NA,0,3,5,38,421.29400634765625,72.7272720336914,4252,85.4979019165039,1,0,0,0,6.043331146240234,3.6375861167907715,4.286716461181641,0,0,0,0,1,0,0,0,0,6.043331146240234 +1,0,1,1,NA,0,3,5,50,453.5105895996094,36.3636360168457,4252,64.433197021484375,1,0,0,0,6.117018699645996,3.9120230674743652,3.593569278717041,0,0,0,0,1,0,0,0,0,6.117018699645996 +13,0,1,1,1,0,3,5,46,489.4444885253906,85.71428680419922,4252,149.9311065673828,1,0,2.5649492740631104,0,6.193271160125732,3.828641414642334,4.451019287109375,0,0,0,0,1,0,0,0,0,6.193271160125732 +10,0,1,1,1,0,3,5,23,451.03240966796875,185.7142791748047,4252,149.9311065673828,1,0,2.3025851249694824,0,6.111539363861084,3.1354942321777344,5.224209308624268,0,0,0,0,1,0,0,0,0,6.111539363861084 +5,0,1,1,NA,0,3,5,26,474.5752868652344,210.38961791992188,4252,149.9311065673828,1,0,1.6094379425048828,0,6.162420272827148,3.25809645652771,5.348961353302002,0,0,0,0,1,0,0,0,0,6.162420272827148 +2,0,1,1,NA,0,3,5,20,436.1632080078125,138.96104431152344,4252,149.9311065673828,1,0,0.6931471824645996,0,6.07801628112793,2.995732307434082,4.9341936111450195,0,0,0,0,1,0,0,0,0,6.07801628112793 +4,0,1,1,NA,0,3,5,29,425.01129150390625,659.740234375,4252,149.9311065673828,1,0,1.3862943649291992,0,6.0521159172058105,3.367295742034912,6.491846084594727,0,0,0,0,1,0,0,0,0,6.0521159172058105 +3,0,1,1,1,0,3,5,42,421.29400634765625,49.350650787353516,4252,149.9311065673828,1,0,1.0986123085021973,0,6.043331146240234,3.7376697063446045,3.8989510536193848,0,0,0,0,1,0,0,0,0,6.043331146240234 +1,0,1,1,1,0,3,5,43,460.9451904296875,128.57142639160156,4252,149.9311065673828,1,0,0,0,6.133279323577881,3.761200189590454,4.856484413146973,0,0,0,0,1,0,0,0,0,6.133279323577881 +2,0,1,1,NA,1,3,5,22,453.5105895996094,1577.922119140625,4252,149.9311065673828,1,0,0.6931471824645996,0,6.117018699645996,3.0910425186157227,7.363863945007324,0,0,0,0,1,0,0,0,0,6.117018699645996 +4,0,1,1,1,1,3,5,56,545.2039794921875,828.5714111328125,4252,162.3220977783203,1,0,1.3862943649291992,0,6.301159858703613,4.025351524353027,6.719703197479248,0,0,0,0,1,0,0,0,0,6.301159858703613 +182,0,1,1,1,0,3,5,32,464.6625061035156,1910.3896484375,4252,149.9311065673828,1,0,5.204006671905518,0,6.141311168670654,3.465735912322998,7.555062294006348,0,0,0,0,1,0,0,0,0,6.141311168670654 +25,0,1,1,1,0,3,5,41,557.594970703125,453.24676513671875,4252,162.3220977783203,1,0,3.2188758850097656,0,6.323632717132568,3.7135720252990723,6.11643648147583,0,0,0,0,1,0,0,0,0,6.323632717132568 +21,0,1,1,1,1,3,5,35,436.1632080078125,771.4285888671875,4252,149.9311065673828,1,0,3.044522523880005,0,6.07801628112793,3.5553481578826904,6.6482439041137695,0,0,0,0,1,0,0,0,0,6.07801628112793 +19,0,1,1,1,0,3,5,29,451.03240966796875,442.8571472167969,4252,149.9311065673828,1,0,2.944438934326172,0,6.111539363861084,3.367295742034912,6.093247413635254,0,0,0,0,1,0,0,0,0,6.111539363861084 +1,0,1,1,1,0,3,5,35,489.4444885253906,437.6623229980469,4252,92.93250274658203,1,0,0,0,6.193271160125732,3.5553481578826904,6.081447601318359,0,0,0,0,1,0,0,0,0,6.193271160125732 +5,0,1,1,1,0,3,5,35,415.0985107421875,196.10389709472656,4252,149.9311065673828,1,0,1.6094379425048828,0,6.028515815734863,3.5553481578826904,5.278644561767578,0,0,0,0,1,0,0,0,0,6.028515815734863 +1,0,1,1,1,1,3,5,26,458.4670104980469,438.9610290527344,4252,92.93250274658203,1,0,0,0,6.127888202667236,3.25809645652771,6.084410667419434,0,0,0,0,1,0,0,0,0,6.127888202667236 +182,0,1,1,1,1,3,5,51,415.0985107421875,19480.51953125,4252,162.3220977783203,1,0,5.204006671905518,0,6.028515815734863,3.931825637817383,9.87717056274414,0,0,0,0,1,0,0,0,0,6.028515815734863 +1,0,1,1,1,0,3,5,33,460.9451904296875,31.16883087158203,4252,162.3220977783203,1,0,0,0,6.133279323577881,3.4965076446533203,3.4394185543060303,0,0,0,0,1,0,0,0,0,6.133279323577881 +14,0,1,1,1,0,3,5,24,454.74969482421875,622.07794189453125,4252,162.3220977783203,1,0,2.6390573978424072,0,6.119747161865234,3.178053855895996,6.433065414428711,0,0,0,0,1,0,0,0,0,6.119747161865234 +17,0,1,1,1,0,3,5,22,454.74969482421875,1972.727294921875,4249,149.9311065673828,1,0,2.8332133293151855,0,6.119747161865234,3.0910425186157227,7.587172508239746,0,0,0,0,1,0,0,0,0,6.119747161865234 +3,0,1,1,1,0,3,5,35,436.1632080078125,31.16883087158203,4252,149.9311065673828,1,0,1.0986123085021973,0,6.07801628112793,3.5553481578826904,3.4394185543060303,0,0,0,0,1,0,0,0,0,6.07801628112793 +1,0,1,1,1,1,3,5,22,449.7933044433594,1107.792236328125,4252,149.9311065673828,1,0,0,0,6.108788013458252,3.0910425186157227,7.010124206542969,0,0,0,0,1,0,0,0,0,6.108788013458252 +1,0,1,1,1,0,3,5,23,534.0521240234375,133.7662353515625,4252,45.84669876098633,1,0,0,0,6.280493259429932,3.1354942321777344,4.896093845367432,0,0,0,0,1,0,0,0,0,6.280493259429932 +1,0,1,1,1,0,3,5,23,550.160400390625,74.025970458984375,4252,115.23629760742188,1,0,0,0,6.31020975112915,3.1354942321777344,4.304416179656982,0,0,0,0,1,0,0,0,0,6.31020975112915 +182,0,1,1,1,1,3,5,28,567.5078125,8488.3115234375,4252,162.3220977783203,1,0,5.204006671905518,0,6.341254711151123,3.332204580307007,9.046445846557617,0,0,0,0,1,0,0,0,0,6.341254711151123 +8,0,1,1,1,0,3,5,28,524.1392822265625,345.4545593261719,4252,162.3220977783203,1,0,2.079441547393799,0,6.2617573738098145,3.332204580307007,5.844861030578613,0,0,0,0,1,0,0,0,0,6.2617573738098145 +3,0,1,1,1,0,3,5,27,524.1392822265625,300,4252,162.3220977783203,1,0,1.0986123085021973,0,6.2617573738098145,3.295836925506592,5.703782558441162,0,0,0,0,1,0,0,0,0,6.2617573738098145 +6,0,1,1,1,0,3,5,31,495.6400146484375,493.5065002441406,4252,162.3220977783203,1,0,1.7917594909667969,0,6.205850124359131,3.4339871406555176,6.201536178588867,0,0,0,0,1,0,0,0,0,6.205850124359131 +6,0,1,1,1,0,3,5,25,449.7933044433594,587.01300048828125,4252,149.9311065673828,1,0,1.7917594909667969,0,6.108788013458252,3.2188758850097656,6.375046730041504,0,0,0,0,1,0,0,0,0,6.108788013458252 +182,0,1,1,1,1,3,5,26,451.03240966796875,6902.59716796875,4252,162.3220977783203,1,0,5.204006671905518,0,6.111539363861084,3.25809645652771,8.839653015136719,0,0,0,0,1,0,0,0,0,6.111539363861084 +1,0,1,1,1,0,3,5,57,505.55279541015625,141.55844116210938,4252,22.303800582885742,1,0,0,0,6.225652694702148,4.043051242828369,4.952712535858154,0,0,0,0,1,0,0,0,0,6.225652694702148 +17,0,1,1,1,0,3,5,40,384.1210021972656,1779.2208251953125,4228,162.3220977783203,1,0,2.8332133293151855,0,5.950957775115967,3.6888794898986816,7.483930587768555,0,0,0,0,1,0,0,0,0,5.950957775115967 +10,0,1,1,1,0,3,5,22,396.5119934082031,528.5714111328125,4252,149.9311065673828,1,0,2.3025851249694824,0,5.982706069946289,3.0910425186157227,6.270177841186523,0,0,0,0,1,0,0,0,0,5.982706069946289 +1,0,1,1,1,0,3,5,26,539.00848388671875,242.85714721679688,4252,69.38960266113281,1,0,0,0,6.289731502532959,3.25809645652771,5.492473602294922,0,0,0,0,1,0,0,0,0,6.289731502532959 +3,0,1,1,1,0,3,5,38,576.1815185546875,283.11688232421875,4252,162.3220977783203,1,0,1.0986123085021973,0,6.3564229011535645,3.6375861167907715,5.645859718322754,0,0,0,0,1,0,0,0,0,6.3564229011535645 +1,0,1,1,1,0,3,5,27,576.1815185546875,51.94805145263672,4252,22.303800582885742,1,0,0,0,6.3564229011535645,3.295836925506592,3.950244188308716,0,0,0,0,1,0,0,0,0,6.3564229011535645 +8,0,1,0,1,1,3,5,19,526.61749267578125,1420.7791748046875,4252,162.3220977783203,1,0,2.079441547393799,0,6.26647424697876,2.944438934326172,7.258960723876953,0,0,0,0,1,0,0,0,0,6.26647424697876 +182,0,1,1,1,1,3,5,34,576.1815185546875,21112.986328125,4252,162.3220977783203,1,0,5.204006671905518,0,6.3564229011535645,3.526360511779785,9.957643508911133,0,0,0,0,1,0,0,0,0,6.3564229011535645 +1,0,1,1,0,0,3,5,25,576.1815185546875,284.41558837890625,4210,22.303800582885742,1,0,0,0,6.3564229011535645,3.2188758850097656,5.6504364013671875,0,0,0,0,1,0,0,0,0,6.3564229011535645 +1,0,1,1,1,0,3,5,33,516.7047119140625,109.09091186523438,4252,116.47540283203125,1,0,0,0,6.247471332550049,3.4965076446533203,4.692181587219238,0,0,0,0,1,0,0,0,0,6.247471332550049 +28,0,1,1,0,1,3,5,20,433.68499755859375,2340.259765625,4252,149.9311065673828,1,0,3.332204580307007,0,6.0723185539245605,2.995732307434082,7.758017063140869,0,0,0,0,1,0,0,0,0,6.0723185539245605 +3,0,1,1,1,0,3,5,33,619.54998779296875,0,4252,149.9311065673828,1,0,1.0986123085021973,0,6.428993225097656,3.4965076446533203,0,0,0,0,0,1,0,0,0,0,6.428993225097656 +159,0,1,1,1,1,3,5,32,644.33197021484375,3054.54541015625,4252,162.3220977783203,1,0,5.068904399871826,0,6.46821403503418,3.465735912322998,8.024386405944824,0,0,0,0,1,0,0,0,0,6.46821403503418 +1,0,1,1,1,0,3,5,30,443.5978088378906,58.441558837890625,4252,64.433197021484375,1,0,0,0,6.094918251037598,3.4011974334716797,4.068027496337891,0,0,0,0,1,0,0,0,0,6.094918251037598 +182,0,1,1,NA,1,3,5,27,446.07598876953125,8715.583984375,4252,162.3220977783203,1,0,5.204006671905518,0,6.100489139556885,3.295836925506592,9.072868347167969,0,0,0,0,1,0,0,0,0,6.100489139556885 +3,0,1,1,1,1,3,5,38,619.54998779296875,2566.23388671875,4252,162.3220977783203,1,0,1.0986123085021973,0,6.428993225097656,3.6375861167907715,7.850194454193115,0,0,0,0,1,0,0,0,0,6.428993225097656 +1,0,1,1,1,0,3,5,33,452.2715148925781,25.97402572631836,4252,116.47540283203125,1,0,0,0,6.114282608032227,3.4965076446533203,3.257097005844116,0,0,0,0,1,0,0,0,0,6.114282608032227 +6,0,1,1,NA,0,3,5,28,421.29400634765625,90.909088134765625,4252,162.3220977783203,1,0,1.7917594909667969,0,6.043331146240234,3.332204580307007,4.509860038757324,0,0,0,0,1,0,0,0,0,6.043331146240234 +138,0,1,1,1,1,3,5,36,470.8580017089844,12840.259765625,4252,162.3220977783203,1,0,4.927253723144531,0,6.154556751251221,3.5835189819335938,9.46034049987793,0,0,0,0,1,0,0,0,0,6.154556751251221 +4,0,1,1,1,0,3,5,30,478.2926025390625,180.5194854736328,4252,162.3220977783203,1,0,1.3862943649291992,0,6.170222759246826,3.4011974334716797,5.195838928222656,0,0,0,0,1,0,0,0,0,6.170222759246826 +1,0,1,1,NA,0,3,5,39,449.7933044433594,209.09091186523438,4252,45.84669876098633,1,0,0,0,6.108788013458252,3.6635615825653076,5.342769145965576,0,0,0,0,1,0,0,0,0,6.108788013458252 +1,0,1,1,1,0,3,5,29,494.4009094238281,115.58441925048828,4252,92.93250274658203,1,0,0,0,6.2033467292785645,3.367295742034912,4.750000953674316,0,0,0,0,1,0,0,0,0,6.2033467292785645 +2,0,1,1,0,0,3,5,20,458.4670104980469,83.11688232421875,4252,162.3220977783203,1,0,0.6931471824645996,0,6.127888202667236,2.995732307434082,4.420248031616211,0,0,0,0,1,0,0,0,0,6.127888202667236 +13,0,1,1,0,0,3,5,19,415.0985107421875,0,4252,162.3220977783203,1,0,2.5649492740631104,0,6.028515815734863,2.944438934326172,0,0,0,0,0,1,0,0,0,0,6.028515815734863 +5,0,1,1,1,1,3,5,36,446.07598876953125,1972.727294921875,4252,162.3220977783203,1,0,1.6094379425048828,0,6.100489139556885,3.5835189819335938,7.587172508239746,0,0,0,0,1,0,0,0,0,6.100489139556885 +5,0,1,1,1,0,3,5,26,707.526123046875,228.57142639160156,4252,162.3220977783203,1,0,1.6094379425048828,0,6.561774730682373,3.25809645652771,5.431848526000977,0,0,0,0,1,0,0,0,0,6.561774730682373 +1,0,1,1,1,0,3,5,38,439.8804931640625,149.35064697265625,4252,45.84669876098633,1,0,0,0,6.086503028869629,3.6375861167907715,5.0062971115112305,0,0,0,0,1,0,0,0,0,6.086503028869629 +30,0,1,1,1,1,3,5,47,522.90020751953125,12653.2470703125,4252,162.3220977783203,1,0,3.4011974334716797,0,6.259390830993652,3.8501474857330322,9.445669174194336,0,0,0,0,1,0,0,0,0,6.259390830993652 +3,0,1,1,1,0,3,5,49,470.8580017089844,80.51947784423828,4252,162.3220977783203,1,0,1.0986123085021973,0,6.154556751251221,3.891820192337036,4.3884992599487305,0,0,0,0,1,0,0,0,0,6.154556751251221 +6,0,1,1,1,1,3,5,29,474.5752868652344,1357.142822265625,4252,162.3220977783203,1,0,1.7917594909667969,0,6.162420272827148,3.367295742034912,7.213136672973633,0,0,0,0,1,0,0,0,0,6.162420272827148 +12,0,1,1,1,1,3,5,47,421.29400634765625,3201.298583984375,4252,162.3220977783203,1,0,2.4849066734313965,0,6.043331146240234,3.8501474857330322,8.071311950683594,0,0,0,0,1,0,0,0,0,6.043331146240234 +7,0,1,1,1,0,3,5,28,452.2715148925781,337.6623229980469,4252,162.3220977783203,1,0,1.945910096168518,0,6.114282608032227,3.332204580307007,5.822046279907227,0,0,0,0,1,0,0,0,0,6.114282608032227 +73,0,1,1,1,0,3,5,34,470.8580017089844,570.1298828125,4249,162.3220977783203,1,0,4.290459632873535,0,6.154556751251221,3.526360511779785,6.345864295959473,0,0,0,0,1,0,0,0,0,6.154556751251221 +12,0,1,1,0,0,3,5,54,470.8580017089844,328.5714416503906,4249,162.3220977783203,1,0,2.4849066734313965,0,6.154556751251221,3.9889841079711914,5.794754505157471,0,0,0,0,1,0,0,0,0,6.154556751251221 +1,0,1,1,1,1,3,5,23,436.1632080078125,985.71429443359375,4252,92.93250274658203,1,0,0,0,6.07801628112793,3.1354942321777344,6.89336633682251,0,0,0,0,1,0,0,0,0,6.07801628112793 +1,0,1,1,1,0,3,5,30,433.68499755859375,545.45452880859375,4252,162.3220977783203,1,0,0,0,6.0723185539245605,3.4011974334716797,6.301619529724121,0,0,0,0,1,0,0,0,0,6.0723185539245605 +1,0,1,1,1,1,3,5,31,465.901611328125,1193.5064697265625,4252,116.47540283203125,1,0,0,0,6.143974304199219,3.4339871406555176,7.084650993347168,0,0,0,0,1,0,0,0,0,6.143974304199219 +5,0,1,1,1,1,3,5,59,436.1632080078125,2927.272705078125,4252,162.3220977783203,1,0,1.6094379425048828,0,6.07801628112793,4.077537536621094,7.981826305389404,0,0,0,0,1,0,0,0,0,6.07801628112793 +1,0,1,1,1,0,3,5,21,485.7272033691406,259.7402648925781,4210,45.84669876098633,1,0,0,0,6.185647010803223,3.044522523880005,5.559682369232178,0,0,0,0,1,0,0,0,0,6.185647010803223 +4,0,1,0,1,0,3,5,22,451.03240966796875,374.0259704589844,4252,162.3220977783203,1,0,1.3862943649291992,0,6.111539363861084,3.0910425186157227,5.924325466156006,0,0,0,0,1,0,0,0,0,6.111539363861084 +13,0,1,1,1,1,3,5,44,489.4444885253906,4719.48046875,4252,162.3220977783203,1,0,2.5649492740631104,0,6.193271160125732,3.7841897010803223,8.459453582763672,0,0,0,0,1,0,0,0,0,6.193271160125732 +1,0,1,1,1,0,3,5,21,436.1632080078125,294.8052062988281,4252,23.54290008544922,1,0,0,0,6.07801628112793,3.044522523880005,5.686314582824707,0,0,0,0,1,0,0,0,0,6.07801628112793 +11,0,1,1,1,0,3,5,38,524.1392822265625,1194.80517578125,4252,162.3220977783203,1,0,2.397895336151123,0,6.2617573738098145,3.6375861167907715,7.085738182067871,0,0,0,0,1,0,0,0,0,6.2617573738098145 +11,0,1,1,1,0,3,5,26,485.7272033691406,744.15582275390625,4252,162.3220977783203,1,0,2.397895336151123,0,6.185647010803223,3.25809645652771,6.612250328063965,0,0,0,0,1,0,0,0,0,6.185647010803223 +1,0,1,1,1,0,3,5,40,503.0745849609375,55.844154357910156,4252,138.77920532226562,1,0,0,0,6.220738410949707,3.6888794898986816,4.022564888000488,0,0,0,0,1,0,0,0,0,6.220738410949707 +1,0,1,1,1,0,3,5,28,485.7272033691406,131.16883850097656,4252,69.38960266113281,1,0,0,0,6.185647010803223,3.332204580307007,4.876485347747803,0,0,0,0,1,0,0,0,0,6.185647010803223 +5,0,1,1,1,0,3,5,27,503.0745849609375,593.5064697265625,4252,162.3220977783203,1,0,1.6094379425048828,0,6.220738410949707,3.295836925506592,6.386048316955566,0,0,0,0,1,0,0,0,0,6.220738410949707 +150,0,1,1,1,1,3,5,37,473.3362121582031,11000,4252,268.88470458984375,1,0,5.0106353759765625,0,6.159805774688721,3.610917806625366,9.30565071105957,0,0,0,0,1,0,0,0,0,6.159805774688721 +3,0,1,1,1,1,3,5,44,529.095703125,2742.857177734375,4252,162.3220977783203,1,0,1.0986123085021973,0,6.271169185638428,3.7841897010803223,7.916755199432373,0,0,0,0,1,0,0,0,0,6.271169185638428 +182,0,1,1,NA,1,3,5,36,474.5752868652344,41441.55859375,4252,162.3220977783203,1,0,5.204006671905518,0,6.162420272827148,3.5835189819335938,10.632039070129395,0,0,0,0,1,0,0,0,0,6.162420272827148 +4,0,1,0,NA,0,3,5,36,436.1632080078125,416.88311767578125,4252,162.3220977783203,1,0,1.3862943649291992,0,6.07801628112793,3.5835189819335938,6.032805919647217,0,0,0,0,1,0,0,0,0,6.07801628112793 +44,0,1,1,NA,1,3,5,29,455.9888000488281,7649.3505859375,4252,162.3220977783203,1,0,3.7841897010803223,0,6.1224684715271,3.367295742034912,8.942376136779785,0,0,0,0,1,0,0,0,0,6.1224684715271 +182,0,1,1,NA,1,3,5,60,436.1632080078125,16155.84375,4252,162.3220977783203,1,0,5.204006671905518,0,6.07801628112793,4.094344615936279,9.69003677368164,0,0,0,0,1,0,0,0,0,6.07801628112793 +1,0,1,1,NA,0,3,5,40,441.1195983886719,216.88311767578125,4252,116.47540283203125,1,0,0,0,6.089315891265869,3.6888794898986816,5.379358768463135,0,0,0,0,1,0,0,0,0,6.089315891265869 +182,0,1,1,NA,1,3,5,41,441.1195983886719,40831.16796875,4252,162.3220977783203,1,0,5.204006671905518,0,6.089315891265869,3.7135720252990723,10.61720085144043,0,0,0,0,1,0,0,0,0,6.089315891265869 +4,0,1,1,NA,0,3,5,57,444.8369140625,241.55844116210938,4252,162.3220977783203,1,0,1.3862943649291992,0,6.097707748413086,4.043051242828369,5.487111568450928,0,0,0,0,1,0,0,0,0,6.097707748413086 +55,0,1,1,NA,1,3,5,24,441.1195983886719,9057.142578125,4252,162.3220977783203,1,0,4.007333278656006,0,6.089315891265869,3.178053855895996,9.111309051513672,0,0,0,0,1,0,0,0,0,6.089315891265869 +6,0,1,1,NA,1,3,5,25,485.7272033691406,3846.753173828125,4252,162.3220977783203,1,0,1.7917594909667969,0,6.185647010803223,3.2188758850097656,8.254984855651855,0,0,0,0,1,0,0,0,0,6.185647010803223 +9,0,1,1,1,0,3,5,49,754.61187744140625,138.96104431152344,4252,162.3220977783203,1,0,2.1972246170043945,0,6.626203536987305,3.891820192337036,4.9341936111450195,0,0,0,0,1,0,0,0,0,6.626203536987305 +19,0,1,1,1,1,3,5,28,460.9451904296875,10689.6103515625,4252,162.3220977783203,1,0,2.944438934326172,0,6.133279323577881,3.332204580307007,9.277027130126953,0,0,0,0,1,0,0,0,0,6.133279323577881 +11,0,1,1,NA,0,3,5,39,441.1195983886719,1255.8441162109375,4252,162.3220977783203,1,0,2.397895336151123,0,6.089315891265869,3.6635615825653076,7.135563373565674,0,0,0,0,1,0,0,0,0,6.089315891265869 +182,0,1,1,NA,1,3,5,28,474.5752868652344,16571.427734375,4252,162.3220977783203,1,0,5.204006671905518,0,6.162420272827148,3.332204580307007,9.715435028076172,0,0,0,0,1,0,0,0,0,6.162420272827148 +79,0,1,1,NA,0,3,5,48,526.61749267578125,5090.9091796875,4252,162.3220977783203,1,0,4.369447708129883,0,6.26647424697876,3.8712010383605957,8.535211563110352,0,0,0,0,1,0,0,0,0,6.26647424697876 +4,0,1,1,1,1,3,5,33,421.29400634765625,2581.818115234375,4252,162.3220977783203,1,0,1.3862943649291992,0,6.043331146240234,3.4965076446533203,7.8562493324279785,0,0,0,0,1,0,0,0,0,6.043331146240234 +1,0,1,1,NA,0,3,5,50,474.5752868652344,140.25973510742188,4252,92.93250274658203,1,0,0,0,6.162420272827148,3.9120230674743652,4.943495750427246,0,0,0,0,1,0,0,0,0,6.162420272827148 +182,0,1,0,NA,1,3,5,36,436.1632080078125,3766.23388671875,4252,162.3220977783203,1,0,5.204006671905518,0,6.07801628112793,3.5835189819335938,8.233830451965332,0,0,0,0,1,0,0,0,0,6.07801628112793 +1,0,1,1,NA,0,3,5,25,436.1632080078125,114.28571319580078,4252,45.84669876098633,1,0,0,0,6.07801628112793,3.2188758850097656,4.738701343536377,0,0,0,0,1,0,0,0,0,6.07801628112793 +12,0,1,1,1,1,3,5,24,485.7272033691406,1097.402587890625,4252,162.3220977783203,1,0,2.4849066734313965,0,6.185647010803223,3.178053855895996,7.000701427459717,0,0,0,0,1,0,0,0,0,6.185647010803223 +1,0,1,1,1,0,3,5,47,475.81439208984375,58.441558837890625,4252,23.54290008544922,1,0,0,0,6.165027618408203,3.8501474857330322,4.068027496337891,0,0,0,0,1,0,0,0,0,6.165027618408203 +5,0,1,1,1,0,3,5,28,421.29400634765625,537.662353515625,4252,162.3220977783203,1,0,1.6094379425048828,0,6.043331146240234,3.332204580307007,6.287230968475342,0,0,0,0,1,0,0,0,0,6.043331146240234 +7,0,1,1,1,1,3,5,46,650.52752685546875,1361.0389404296875,4252,268.88470458984375,1,0,1.945910096168518,0,6.477783679962158,3.828641414642334,7.21600341796875,0,0,0,0,1,0,0,0,0,6.477783679962158 +21,0,1,1,1,0,3,5,22,458.4670104980469,1379.2208251953125,4252,162.3220977783203,1,0,3.044522523880005,0,6.127888202667236,3.0910425186157227,7.229273796081543,0,0,0,0,1,0,0,0,0,6.127888202667236 +7,0,1,1,1,1,3,5,22,446.07598876953125,868.8311767578125,4228,149.9311065673828,1,0,1.945910096168518,0,6.100489139556885,3.0910425186157227,6.767148971557617,0,0,0,0,1,0,0,0,0,6.100489139556885 +3,0,1,1,1,1,3,5,34,372.9690856933594,2346.753173828125,4252,162.3220977783203,1,0,1.0986123085021973,0,5.92149543762207,3.526360511779785,7.7607879638671875,0,0,0,0,1,0,0,0,0,5.92149543762207 +4,0,1,1,1,0,1,5,38,427.489501953125,574.0260009765625,4252,162.3220977783203,1,0,1.3862943649291992,0,6.057929515838623,3.6375861167907715,6.35267448425293,0,0,0,0,1,0,0,1,0,6.057929515838623 +12,0,1,1,1,0,1,5,46,490.68359375,475.3246765136719,4252,149.9311065673828,1,0,2.4849066734313965,0,6.195799350738525,3.828641414642334,6.163998126983643,0,0,0,0,1,0,0,1,0,6.195799350738525 +5,0,1,1,1,0,1,5,44,477.0534973144531,397.402587890625,4252,162.3220977783203,1,0,1.6094379425048828,0,6.167628765106201,3.7841897010803223,5.984950065612793,0,0,0,0,1,0,0,1,0,6.167628765106201 +5,0,1,1,1,1,3,5,58,381.6427917480469,1522.077880859375,4252,162.3220977783203,1,0,1.6094379425048828,0,5.944485187530518,4.060442924499512,7.327831745147705,0,0,0,0,1,0,0,0,0,5.944485187530518 +7,0,1,1,1,0,1,5,47,384.1210021972656,337.6623229980469,4252,162.3220977783203,1,0,1.945910096168518,0,5.950957775115967,3.8501474857330322,5.822046279907227,0,0,0,0,1,0,0,1,0,5.950957775115967 +7,0,1,1,1,1,1,5,41,448.55419921875,1551.947998046875,4252,162.3220977783203,1,0,1.945910096168518,0,6.106029510498047,3.7135720252990723,7.34726619720459,0,0,0,0,1,0,0,1,0,6.106029510498047 +0.25,0,1,1,1,0,1,5,41,514.22650146484375,38.96104049682617,4252,149.9311065673828,1,0,-1.3862943649291992,0,6.242663860321045,3.7135720252990723,3.662562131881714,0,0,0,0,1,0,0,1,0,6.242663860321045 +3,0,1,1,1,0,1,5,46,588.572509765625,142.85714721679688,4252,149.9311065673828,1,0,1.0986123085021973,0,6.377700328826904,3.828641414642334,4.961845397949219,0,0,0,0,1,0,0,1,0,6.377700328826904 +3,0,1,1,1,0,1,5,46,588.572509765625,142.85714721679688,4252,149.9311065673828,1,0,1.0986123085021973,0,6.377700328826904,3.828641414642334,4.961845397949219,0,0,0,0,1,0,0,1,0,6.377700328826904 +0.25,0,1,1,0,0,1,5,24,427.489501953125,67.532470703125,4252,149.9311065673828,1,0,-1.3862943649291992,0,6.057929515838623,3.178053855895996,4.212608337402344,0,0,0,0,1,0,0,1,0,6.057929515838623 +10,0,1,1,1,1,1,5,51,375.4472961425781,1792.207763671875,4252,149.9311065673828,1,0,2.3025851249694824,0,5.9281182289123535,3.931825637817383,7.491203308105469,0,0,0,0,1,0,0,1,0,5.9281182289123535 +11,0,1,0,0,1,1,5,53,377.9255065917969,3049.3505859375,4252,149.9311065673828,1,0,2.397895336151123,0,5.934697151184082,3.97029185295105,8.022684097290039,0,0,0,0,1,0,0,1,0,5.934697151184082 +12,0,1,1,1,1,1,5,48,405.1856994628906,4781.818359375,4252,162.3220977783203,1,0,2.4849066734313965,0,6.004345417022705,3.8712010383605957,8.472576141357422,0,0,0,0,1,0,0,1,0,6.004345417022705 +1,0,1,0,1,0,1,5,36,370.49090576171875,97.40259552001953,4252,149.9311065673828,1,0,0,0,5.914828777313232,3.5835189819335938,4.578852653503418,0,0,0,0,1,0,0,1,0,5.914828777313232 +1,0,1,1,1,0,1,5,28,423.7721862792969,211.6883087158203,4252,149.9311065673828,1,0,0,0,6.049196243286133,3.332204580307007,5.355114936828613,0,0,0,0,1,0,0,1,0,6.049196243286133 +0.25,0,1,1,1,0,1,5,30,400.22930908203125,136.36363220214844,4252,162.3220977783203,1,0,-1.3862943649291992,0,5.992037773132324,3.4011974334716797,4.915325164794922,0,0,0,0,1,0,0,1,0,5.992037773132324 +1,0,1,1,1,0,1,5,29,379.16461181640625,479.22076416015625,4252,149.9311065673828,1,0,0,0,5.9379706382751465,3.367295742034912,6.17216157913208,0,0,0,0,1,0,0,1,0,5.9379706382751465 +4,0,1,1,1,0,1,5,44,420.0549011230469,187.0129852294922,4252,162.3220977783203,1,0,1.3862943649291992,0,6.0403852462768555,3.7841897010803223,5.231178283691406,0,0,0,0,1,0,0,1,0,6.0403852462768555 +1,0,1,1,1,0,1,5,44,408.90301513671875,84.41558074951172,4252,149.9311065673828,1,0,0,0,6.013477802276611,3.7841897010803223,4.435751914978027,0,0,0,0,1,0,0,1,0,6.013477802276611 +16,0,1,1,1,1,1,5,25,398.9902038574219,1600,4252,149.9311065673828,1,0,2.7725887298583984,0,5.988936901092529,3.2188758850097656,7.377758979797363,0,0,0,0,1,0,0,1,0,5.988936901092529 +2,0,1,0,0,0,1,5,32,392.7947082519531,324.6753234863281,4252,162.3220977783203,1,0,0.6931471824645996,0,5.973287105560303,3.465735912322998,5.782825469970703,0,0,0,0,1,0,0,1,0,5.973287105560303 +6,0,1,1,NA,0,1,5,40,571.22509765625,455.8441467285156,4252,162.3220977783203,1,0,1.7917594909667969,0,6.34778356552124,3.6888794898986816,6.122150897979736,0,0,0,0,1,0,0,1,0,6.34778356552124 +4,0,1,1,1,0,1,5,39,567.5078125,428.5714416503906,4252,149.9311065673828,1,0,1.3862943649291992,0,6.341254711151123,3.6635615825653076,6.060457229614258,0,0,0,0,1,0,0,1,0,6.341254711151123 +2,0,1,1,0,0,1,5,33,519.18292236328125,135.06494140625,4252,162.3220977783203,1,0,0.6931471824645996,0,6.252256393432617,3.4965076446533203,4.905755519866943,0,0,0,0,1,0,0,1,0,6.252256393432617 +2,0,1,1,1,0,1,5,56,381.6427917480469,310.3896179199219,4252,162.3220977783203,1,0,0.6931471824645996,0,5.944485187530518,4.025351524353027,5.737828254699707,0,0,0,0,1,0,0,1,0,5.944485187530518 +8,0,1,0,0,0,1,5,26,443.5978088378906,1627.272705078125,4252,162.3220977783203,1,0,2.079441547393799,0,6.094918251037598,3.25809645652771,7.394660472869873,0,0,0,0,1,0,0,1,0,6.094918251037598 +3,0,1,1,1,0,1,5,24,636.89739990234375,187.0129852294922,4252,149.9311065673828,1,0,1.0986123085021973,0,6.456608772277832,3.178053855895996,5.231178283691406,0,0,0,0,1,0,0,1,0,6.456608772277832 +1,0,1,1,1,0,1,5,38,426.2503967285156,122.07791900634766,4252,149.9311065673828,1,0,0,0,6.055027008056641,3.6375861167907715,4.804659366607666,0,0,0,0,1,0,0,1,0,6.055027008056641 +1,0,1,1,1,0,1,5,53,442.35870361328125,381.81817626953125,4252,162.3220977783203,1,0,0,0,6.092121124267578,3.97029185295105,5.944944381713867,0,0,0,0,1,0,0,1,0,6.092121124267578 +7,0,1,1,0,1,1,5,27,514.22650146484375,3279.220703125,4252,149.9311065673828,1,0,1.945910096168518,0,6.242663860321045,3.295836925506592,8.09536075592041,0,0,0,0,1,0,0,1,0,6.242663860321045 +0.25,0,1,1,1,1,1,5,49,374.20819091796875,819.48052978515625,4252,162.3220977783203,1,0,-1.3862943649291992,0,5.924812316894531,3.891820192337036,6.708670616149902,0,0,0,0,1,0,0,1,0,5.924812316894531 +1,0,1,1,1,0,1,5,47,371.7300109863281,270.1298828125,4252,149.9311065673828,1,0,0,0,5.918167591094971,3.8501474857330322,5.598902702331543,0,0,0,0,1,0,0,1,0,5.918167591094971 +2,0,1,1,1,0,1,5,54,381.6427917480469,58.441558837890625,4252,162.3220977783203,1,0,0.6931471824645996,0,5.944485187530518,3.9889841079711914,4.068027496337891,0,0,0,0,1,0,0,1,0,5.944485187530518 +0.25,0,1,1,1,1,1,5,32,408.90301513671875,2302.597412109375,4252,149.9311065673828,1,0,-1.3862943649291992,0,6.013477802276611,3.465735912322998,7.741793155670166,0,0,0,0,1,0,0,1,0,6.013477802276611 +3,0,1,0,1,0,1,5,39,769.4810791015625,211.6883087158203,4252,162.3220977783203,1,0,1.0986123085021973,0,6.645716190338135,3.6635615825653076,5.355114936828613,0,0,0,0,1,0,0,1,0,6.645716190338135 +1,0,1,1,1,0,1,5,44,380.4036865234375,158.44155883789062,4252,149.9311065673828,1,0,0,0,5.941233158111572,3.7841897010803223,5.065385818481445,0,0,0,0,1,0,0,1,0,5.941233158111572 +5,0,1,1,1,0,1,5,37,416.33758544921875,162.33766174316406,4252,162.3220977783203,1,0,1.6094379425048828,0,6.031496524810791,3.610917806625366,5.0896782875061035,0,0,0,0,1,0,0,1,0,6.031496524810791 +3,0,1,0,1,0,1,5,38,371.7300109863281,197.40260314941406,4252,149.9311065673828,1,0,1.0986123085021973,0,5.918167591094971,3.6375861167907715,5.285245418548584,0,0,0,0,1,0,0,1,0,5.918167591094971 +13,0,1,1,1,0,1,5,56,429.96771240234375,461.0389709472656,4249,162.3220977783203,1,0,2.5649492740631104,0,6.0637102127075195,4.025351524353027,6.133482456207275,0,0,0,0,1,0,0,1,0,6.0637102127075195 +17,0,1,1,1,0,1,5,32,400.22930908203125,816.88311767578125,4252,162.3220977783203,1,0,2.8332133293151855,0,5.992037773132324,3.465735912322998,6.705495834350586,0,0,0,0,1,0,0,1,0,5.992037773132324 +7,0,1,1,1,1,1,5,49,417.5766906738281,2275.32470703125,4252,162.3220977783203,1,0,1.945910096168518,0,6.034468173980713,3.891820192337036,7.729877948760986,0,0,0,0,1,0,0,1,0,6.034468173980713 +6,0,1,1,1,1,1,5,63,517.94378662109375,1993.5064697265625,4252,162.3220977783203,1,0,1.7917594909667969,0,6.249866485595703,4.143134593963623,7.597650527954102,0,0,0,0,1,0,0,1,0,6.249866485595703 +2,0,1,1,1,0,1,5,54,463.42340087890625,211.6883087158203,4252,162.3220977783203,1,0,0.6931471824645996,0,6.138640880584717,3.9889841079711914,5.355114936828613,0,0,0,0,1,0,0,1,0,6.138640880584717 +17,0,1,1,1,0,1,5,22,442.35870361328125,755.84417724609375,4252,149.9311065673828,1,0,2.8332133293151855,0,6.092121124267578,3.0910425186157227,6.627835273742676,0,0,0,0,1,0,0,1,0,6.092121124267578 +1,0,1,1,1,0,1,5,39,431.206787109375,324.6753234863281,4252,149.9311065673828,1,0,0,0,6.066587924957275,3.6635615825653076,5.782825469970703,0,0,0,0,1,0,0,1,0,6.066587924957275 +17,0,1,0,1,1,1,5,31,392.7947082519531,2581.818115234375,4234,162.3220977783203,1,0,2.8332133293151855,0,5.973287105560303,3.4339871406555176,7.8562493324279785,0,0,0,0,1,0,0,1,0,5.973287105560303 +16,0,1,1,1,0,1,5,53,374.20819091796875,1290.9090576171875,4252,149.9311065673828,1,0,2.7725887298583984,0,5.924812316894531,3.97029185295105,7.163102149963379,0,0,0,0,1,0,0,1,0,5.924812316894531 +0.25,0,1,1,1,0,1,5,28,486.96630859375,116.88311767578125,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.188194751739502,3.332204580307007,4.76117467880249,0,0,0,0,1,0,0,1,0,6.188194751739502 +2,0,1,1,0,0,1,5,36,386.5992126464844,320.77923583984375,4252,162.3220977783203,1,0,0.6931471824645996,0,5.957388401031494,3.5835189819335938,5.770753383636475,0,0,0,0,1,0,0,1,0,5.957388401031494 +1,0,1,1,0,0,2,5,20,485.7272033691406,163.63636779785156,4252,162.3220977783203,1,0,0,0,6.185647010803223,2.995732307434082,5.097646713256836,0,0,0,0,1,0,0,0,1,6.185647010803223 +2,0,1,1,1,0,2,5,51,508.031005859375,12.98701286315918,4249,162.3220977783203,1,0,0.6931471824645996,0,6.2305426597595215,3.931825637817383,2.5639498233795166,0,0,0,0,1,0,0,0,1,6.2305426597595215 +3,0,1,1,0,0,2,5,23,706.2869873046875,383.11688232421875,4252,162.3220977783203,1,0,1.0986123085021973,0,6.560021877288818,3.1354942321777344,5.948339939117432,0,0,0,0,1,0,0,0,1,6.560021877288818 +20,0,1,1,1,1,2,5,32,449.7933044433594,6862.337890625,4252,162.3220977783203,1,0,2.995732307434082,0,6.108788013458252,3.465735912322998,8.833803176879883,0,0,0,0,1,0,0,0,1,6.108788013458252 +6,0,1,1,NA,0,2,5,32,631.94097900390625,525.9739990234375,4252,162.3220977783203,1,0,1.7917594909667969,0,6.448795795440674,3.465735912322998,6.265251636505127,0,0,0,0,1,0,0,0,1,6.448795795440674 +16,0,1,1,1,1,2,5,25,589.81158447265625,5341.55859375,4252,162.3220977783203,1,0,2.7725887298583984,0,6.37980318069458,3.2188758850097656,8.583272933959961,0,0,0,0,1,0,0,0,1,6.37980318069458 +5,0,1,1,1,0,2,5,35,655.48388671875,559.740234375,4252,162.3220977783203,1,0,1.6094379425048828,0,6.485373497009277,3.5553481578826904,6.327472686767578,0,0,0,0,1,0,0,0,1,6.485373497009277 +1,0,1,1,1,0,2,5,36,740.9818115234375,0,4252,162.3220977783203,1,0,0,0,6.607975959777832,3.5835189819335938,0,0,0,0,0,1,0,0,0,1,6.607975959777832 +0.25,0,1,1,1,0,1,5,40,511.748291015625,93.5064926147461,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.237833023071289,3.6888794898986816,4.538031101226807,0,0,0,0,1,0,0,1,0,6.237833023071289 +3,0,1,1,1,1,1,5,65,371.7300109863281,2488.311767578125,4252,162.3220977783203,1,0,1.0986123085021973,0,5.918167591094971,4.174387454986572,7.81935977935791,0,0,0,0,1,0,0,1,0,5.918167591094971 +2,0,1,1,1,0,1,5,43,413.8594055175781,140.25973510742188,4252,162.3220977783203,1,0,0.6931471824645996,0,6.025526523590088,3.761200189590454,4.943495750427246,0,0,0,0,1,0,0,1,0,6.025526523590088 +0.25,0,1,NA,NA,1,1,5,45,421.29400634765625,788.31170654296875,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.043331146240234,3.8066625595092773,6.669893741607666,0,0,0,0,1,0,0,1,0,6.043331146240234 +2,0,1,1,1,0,1,5,30,556.35589599609375,205.19480895996094,4252,162.3220977783203,1,0,0.6931471824645996,0,6.321408271789551,3.4011974334716797,5.323959827423096,0,0,0,0,1,0,0,1,0,6.321408271789551 +1,0,1,NA,1,0,1,5,32,474.5752868652344,123.37662506103516,4252,162.3220977783203,1,0,0,0,6.162420272827148,3.465735912322998,4.815241813659668,0,0,0,0,1,0,0,1,0,6.162420272827148 +5,0,1,1,1,0,1,5,35,374.20819091796875,127.2727279663086,4252,149.9311065673828,1,0,1.6094379425048828,0,5.924812316894531,3.5553481578826904,4.84633207321167,0,0,0,0,1,0,0,1,0,5.924812316894531 +9,0,1,1,1,1,1,5,25,390.3164978027344,2536.363525390625,4252,162.3220977783203,1,0,2.1972246170043945,0,5.966958045959473,3.2188758850097656,7.838486671447754,0,0,0,0,1,0,0,1,0,5.966958045959473 +15,0,1,1,1,1,1,5,43,379.16461181640625,4724.67529296875,4252,162.3220977783203,1,0,2.70805025100708,0,5.9379706382751465,3.761200189590454,8.460554122924805,0,0,0,0,1,0,0,1,0,5.9379706382751465 +3,0,1,1,1,0,2,5,40,708.76519775390625,242.85714721679688,4249,162.3220977783203,1,0,1.0986123085021973,0,6.56352424621582,3.6888794898986816,5.492473602294922,0,0,0,0,1,0,0,0,1,6.56352424621582 +4,0,1,1,1,0,2,5,29,446.07598876953125,368.8311767578125,4252,149.9311065673828,1,0,1.3862943649291992,0,6.100489139556885,3.367295742034912,5.910338878631592,0,0,0,0,1,0,0,0,1,6.100489139556885 +2,0,1,1,1,0,2,5,36,644.33197021484375,263.6363525390625,4252,162.3220977783203,1,0,0.6931471824645996,0,6.46821403503418,3.5835189819335938,5.574570655822754,0,0,0,0,1,0,0,0,1,6.46821403503418 +2,0,1,1,0,0,2,5,20,391.55560302734375,50.649349212646484,4252,162.3220977783203,1,0,0.6931471824645996,0,5.970127582550049,2.995732307434082,3.924926280975342,0,0,0,0,1,0,0,0,1,5.970127582550049 +2,0,1,1,1,0,2,5,33,436.1632080078125,167.532470703125,4252,162.3220977783203,1,0,0.6931471824645996,0,6.07801628112793,3.4965076446533203,5.1211771965026855,0,0,0,0,1,0,0,0,1,6.07801628112793 +15,0,1,1,1,1,2,5,41,396.5119934082031,1758.4415283203125,4249,149.9311065673828,1,0,2.70805025100708,0,5.982706069946289,3.7135720252990723,7.4721832275390625,0,0,0,0,1,0,0,0,1,5.982706069946289 +0.25,0,1,1,1,0,2,5,47,727.3516845703125,0,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.589410305023193,3.8501474857330322,0,0,0,0,0,1,0,0,0,1,6.589410305023193 +182,0,1,1,1,1,2,5,26,397.7510986328125,19480.51953125,4252,162.3220977783203,1,0,5.204006671905518,0,5.98582649230957,3.25809645652771,9.87717056274414,0,0,0,0,1,0,0,0,1,5.98582649230957 +2,0,1,1,1,0,2,5,32,597.2462158203125,103.89610290527344,4252,162.3220977783203,1,0,0.6931471824645996,0,6.392329216003418,3.465735912322998,4.6433916091918945,0,0,0,0,1,0,0,0,1,6.392329216003418 +0.25,0,1,1,1,0,2,5,57,703.80877685546875,861.0389404296875,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.556506633758545,4.043051242828369,6.758139610290527,0,0,0,0,1,0,0,0,1,6.556506633758545 +1,0,1,1,1,0,2,5,25,371.7300109863281,51.94805145263672,4252,162.3220977783203,1,0,0,0,5.918167591094971,3.2188758850097656,3.950244188308716,0,0,0,0,1,0,0,0,1,5.918167591094971 +2,0,1,1,1,1,2,5,36,640.61468505859375,1033.7662353515625,4252,149.9311065673828,1,0,0.6931471824645996,0,6.462428092956543,3.5835189819335938,6.9409637451171875,0,0,0,0,1,0,0,0,1,6.462428092956543 +82,0,1,1,1,1,2,5,42,566.2686767578125,6493.50634765625,4228,149.9311065673828,1,0,4.406719207763672,0,6.33906888961792,3.7376697063446045,8.778557777404785,0,0,0,0,1,0,0,0,1,6.33906888961792 +24,0,1,1,1,0,2,5,19,669.114013671875,146.7532501220703,4252,149.9311065673828,1,0,3.178053855895996,0,6.505954265594482,2.944438934326172,4.988752841949463,0,0,0,0,1,0,0,0,1,6.505954265594482 +3,0,1,1,1,0,2,5,36,551.39947509765625,125.97402954101562,4252,149.9311065673828,1,0,1.0986123085021973,0,6.312459468841553,3.5835189819335938,4.836075782775879,0,0,0,0,1,0,0,0,1,6.312459468841553 +5,0,1,1,1,0,2,5,34,371.7300109863281,0,4252,162.3220977783203,1,0,1.6094379425048828,0,5.918167591094971,3.526360511779785,0,0,0,0,0,1,0,0,0,1,5.918167591094971 +4,0,1,1,1,0,2,5,23,460.9451904296875,54.54545593261719,4252,162.3220977783203,1,0,1.3862943649291992,0,6.133279323577881,3.1354942321777344,3.9990344047546387,0,0,0,0,1,0,0,0,1,6.133279323577881 +4,0,1,1,0,0,2,5,25,416.33758544921875,472.7272644042969,4252,149.9311065673828,1,0,1.3862943649291992,0,6.031496524810791,3.2188758850097656,6.1585187911987305,0,0,0,0,1,0,0,0,1,6.031496524810791 +3,0,1,1,0,0,2,5,48,451.03240966796875,129.87013244628906,4252,149.9311065673828,1,0,1.0986123085021973,0,6.111539363861084,3.8712010383605957,4.866535186767578,0,0,0,0,1,0,0,0,1,6.111539363861084 +0.25,0,1,1,1,0,2,5,55,494.4009094238281,203.89610290527344,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.2033467292785645,4.007333278656006,5.317610740661621,0,0,0,0,1,0,0,0,1,6.2033467292785645 +9,0,1,1,1,0,2,5,38,483.2489929199219,141.55844116210938,4249,162.3220977783203,1,0,2.1972246170043945,0,6.180531978607178,3.6375861167907715,4.952712535858154,0,0,0,0,1,0,0,0,1,6.180531978607178 +9,0,1,1,1,0,2,5,30,483.2489929199219,246.7532501220703,4252,162.3220977783203,1,0,2.1972246170043945,0,6.180531978607178,3.4011974334716797,5.508388996124268,0,0,0,0,1,0,0,0,1,6.180531978607178 +9,0,1,1,1,0,2,5,38,483.2489929199219,246.7532501220703,4252,162.3220977783203,1,0,2.1972246170043945,0,6.180531978607178,3.6375861167907715,5.508388996124268,0,0,0,0,1,0,0,0,1,6.180531978607178 +1,0,1,1,1,0,2,5,42,371.7300109863281,0,4252,92.93250274658203,1,0,0,0,5.918167591094971,3.7376697063446045,0,0,0,0,0,1,0,0,0,1,5.918167591094971 +9,0,1,1,1,0,2,5,40,396.5119934082031,505.1947937011719,4252,162.3220977783203,1,0,2.1972246170043945,0,5.982706069946289,3.6888794898986816,6.224944114685059,0,0,0,0,1,0,0,0,1,5.982706069946289 +17,0,1,1,1,1,2,5,32,532.81298828125,2427.272705078125,4252,162.3220977783203,1,0,2.8332133293151855,0,6.278170585632324,3.465735912322998,7.7945237159729,0,0,0,0,1,0,0,0,1,6.278170585632324 +4,0,1,1,1,1,2,5,41,372.9690856933594,1098.7012939453125,4252,149.9311065673828,1,0,1.3862943649291992,0,5.92149543762207,3.7135720252990723,7.0018839836120605,0,0,0,0,1,0,0,0,1,5.92149543762207 +0.25,0,1,1,1,1,2,5,41,372.9690856933594,1045.45458984375,4252,149.9311065673828,1,0,-1.3862943649291992,0,5.92149543762207,3.7135720252990723,6.952207088470459,0,0,0,0,1,0,0,0,1,5.92149543762207 +8,0,1,1,1,0,2,5,43,417.5766906738281,197.40260314941406,4252,149.9311065673828,1,0,2.079441547393799,0,6.034468173980713,3.761200189590454,5.285245418548584,0,0,0,0,1,0,0,0,1,6.034468173980713 +1,0,1,1,NA,1,2,5,NA,411.3811950683594,705.19482421875,4252,45.84669876098633,1,0,0,0,6.019520282745361,NA,6.558474063873291,0,0,0,0,1,0,0,0,1,6.019520282745361 +21,0,1,1,1,0,2,5,28,654.24481201171875,1018.1818237304688,4252,162.3220977783203,1,0,3.044522523880005,0,6.483481407165527,3.332204580307007,6.925773620605469,0,0,0,0,1,0,0,0,1,6.483481407165527 +3,0,1,1,1,0,2,5,59,525.37841796875,267.532470703125,4252,162.3220977783203,1,0,1.0986123085021973,0,6.264118671417236,4.077537536621094,5.589241027832031,0,0,0,0,1,0,0,0,1,6.264118671417236 +6,0,1,1,1,0,2,5,33,512.9874267578125,203.89610290527344,4252,162.3220977783203,1,0,1.7917594909667969,0,6.240251541137695,3.4965076446533203,5.317610740661621,0,0,0,0,1,0,0,0,1,6.240251541137695 +6,0,1,1,1,1,2,5,34,527.85662841796875,2303.89599609375,4252,149.9311065673828,1,0,1.7917594909667969,0,6.268824577331543,3.526360511779785,7.742356777191162,0,0,0,0,1,0,0,0,1,6.268824577331543 +1,0,1,1,0,0,2,5,52,454.74969482421875,249.35064697265625,4210,149.9311065673828,1,0,0,0,6.119747161865234,3.9512436389923096,5.518860340118408,0,0,0,0,1,0,0,0,1,6.119747161865234 +3,0,1,1,1,0,2,5,52,508.031005859375,202.59739685058594,4252,149.9311065673828,1,0,1.0986123085021973,0,6.2305426597595215,3.9512436389923096,5.311220645904541,0,0,0,0,1,0,0,0,1,6.2305426597595215 +0.25,0,1,1,1,0,2,5,48,396.5119934082031,19.480520248413086,4252,149.9311065673828,1,0,-1.3862943649291992,0,5.982706069946289,3.8712010383605957,2.9694149494171143,0,0,0,0,1,0,0,0,1,5.982706069946289 +3,0,1,1,1,1,2,5,33,436.1632080078125,1610.3896484375,4252,149.9311065673828,1,0,1.0986123085021973,0,6.07801628112793,3.4965076446533203,7.3842315673828125,0,0,0,0,1,0,0,0,1,6.07801628112793 +10,0,1,1,1,1,2,5,27,469.618896484375,510.3896179199219,4249,86.73699951171875,1,0,2.3025851249694824,0,6.151921272277832,3.295836925506592,6.235174179077148,0,0,0,0,1,0,0,0,1,6.151921272277832 +3,0,1,1,1,0,2,5,21,480.77081298828125,109.09091186523438,4252,149.9311065673828,1,0,1.0986123085021973,0,6.175390720367432,3.044522523880005,4.692181587219238,0,0,0,0,1,0,0,0,1,6.175390720367432 +13,0,1,1,0,1,2,5,23,447.3150939941406,3018.181884765625,4252,162.3220977783203,1,0,2.5649492740631104,0,6.1032633781433105,3.1354942321777344,8.012410163879395,0,0,0,0,1,0,0,0,1,6.1032633781433105 +1,0,1,1,1,0,2,5,34,396.5119934082031,72.7272720336914,4252,162.3220977783203,1,0,0,0,5.982706069946289,3.526360511779785,4.286716461181641,0,0,0,0,1,0,0,0,1,5.982706069946289 +2,0,1,1,1,1,2,5,30,687.70050048828125,2127.272705078125,4252,149.9311065673828,1,0,0.6931471824645996,0,6.533353328704834,3.4011974334716797,7.662596225738525,0,0,0,0,1,0,0,0,1,6.533353328704834 +0.25,0,1,1,1,0,2,5,37,468.3797912597656,267.532470703125,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.149279594421387,3.610917806625366,5.589241027832031,0,0,0,0,1,0,0,0,1,6.149279594421387 +1,0,1,1,1,0,2,5,43,473.3362121582031,168.83116149902344,4252,162.3220977783203,1,0,0,0,6.159805774688721,3.761200189590454,5.128899097442627,0,0,0,0,1,0,0,0,1,6.159805774688721 +6,0,1,1,1,0,2,5,36,498.1181945800781,312.98699951171875,4252,162.3220977783203,1,0,1.7917594909667969,0,6.210837364196777,3.5835189819335938,5.746161460876465,0,0,0,0,1,0,0,0,1,6.210837364196777 +8,0,1,1,0,0,2,5,21,408.90301513671875,220.7792205810547,4210,149.9311065673828,1,0,2.079441547393799,0,6.013477802276611,3.044522523880005,5.397163391113281,0,0,0,0,1,0,0,0,1,6.013477802276611 +2,0,1,1,1,1,2,5,32,410.14208984375,1218.1817626953125,4252,149.9311065673828,1,0,0.6931471824645996,0,6.016503810882568,3.465735912322998,7.105114459991455,0,0,0,0,1,0,0,0,1,6.016503810882568 +4,0,1,1,1,0,2,5,35,532.81298828125,177.9220733642578,4252,162.3220977783203,1,0,1.3862943649291992,0,6.278170585632324,3.5553481578826904,5.181345462799072,0,0,0,0,1,0,0,0,1,6.278170585632324 +12,0,1,1,1,1,2,5,50,371.7300109863281,4325.97412109375,4252,162.3220977783203,1,0,2.4849066734313965,0,5.918167591094971,3.9120230674743652,8.372392654418945,0,0,0,0,1,0,0,0,1,5.918167591094971 +9,0,1,1,1,0,2,5,60,402.7074890136719,0,4249,149.9311065673828,1,0,2.1972246170043945,0,5.998210430145264,4.094344615936279,0,0,0,0,0,1,0,0,0,1,5.998210430145264 +6,0,1,1,1,0,2,5,40,396.5119934082031,148.05194091796875,4210,162.3220977783203,1,0,1.7917594909667969,0,5.982706069946289,3.6888794898986816,4.997563362121582,0,0,0,0,1,0,0,0,1,5.982706069946289 +1,0,1,1,1,0,2,5,63,426.2503967285156,61.03895950317383,4252,162.3220977783203,1,0,0,0,6.055027008056641,4.143134593963623,4.111512184143066,0,0,0,0,1,0,0,0,1,6.055027008056641 +3,0,1,1,1,1,NA,5,43,619.54998779296875,1042.857177734375,4252,162.3220977783203,1,0,1.0986123085021973,0,6.428993225097656,3.761200189590454,6.949719429016113,0,0,0,0,1,0,0,NA,NA,6.428993225097656 +3,0,1,1,1,0,2,5,32,743.46002197265625,0,4252,268.88470458984375,1,0,1.0986123085021973,0,6.61131477355957,3.465735912322998,0,0,0,0,0,1,0,0,0,1,6.61131477355957 +3,0,1,1,1,0,2,5,25,581.13787841796875,196.10389709472656,4252,149.9311065673828,1,0,1.0986123085021973,0,6.364987850189209,3.2188758850097656,5.278644561767578,0,0,0,0,1,0,0,0,1,6.364987850189209 +2,0,1,1,1,1,2,5,29,565.02960205078125,1322.077880859375,4252,162.3220977783203,1,0,0.6931471824645996,0,6.336878299713135,3.367295742034912,7.186959743499756,0,0,0,0,1,0,0,0,1,6.336878299713135 +4,0,1,1,1,0,2,5,34,396.5119934082031,284.41558837890625,4252,149.9311065673828,1,0,1.3862943649291992,0,5.982706069946289,3.526360511779785,5.6504364013671875,0,0,0,0,1,0,0,0,1,5.982706069946289 +8,0,1,1,0,0,2,5,21,468.3797912597656,214.2857208251953,4252,149.9311065673828,1,0,2.079441547393799,0,6.149279594421387,3.044522523880005,5.367310047149658,0,0,0,0,1,0,0,0,1,6.149279594421387 +23,0,1,1,1,0,2,5,28,474.5752868652344,1118.1817626953125,4252,162.3220977783203,1,0,3.1354942321777344,0,6.162420272827148,3.332204580307007,7.019459247589111,0,0,0,0,1,0,0,0,1,6.162420272827148 +4,0,1,1,1,0,3,5,34,454.74969482421875,257.1428527832031,4252,149.9311065673828,1,0,1.3862943649291992,0,6.119747161865234,3.526360511779785,5.549631595611572,0,0,0,0,1,0,0,0,0,6.119747161865234 +1,0,1,1,1,1,3,5,50,572.46417236328125,629.8701171875,4252,162.3220977783203,1,0,0,0,6.349950313568115,3.9120230674743652,6.445513725280762,0,0,0,0,1,0,0,0,0,6.349950313568115 +1,0,1,1,1,0,3,5,33,576.1815185546875,74.025970458984375,4252,149.9311065673828,1,0,0,0,6.3564229011535645,3.4965076446533203,4.304416179656982,0,0,0,0,1,0,0,0,0,6.3564229011535645 +3,0,1,1,0,0,3,5,25,504.3136901855469,264.93505859375,4252,149.9311065673828,1,0,1.0986123085021973,0,6.223198413848877,3.2188758850097656,5.579484939575195,0,0,0,0,1,0,0,0,0,6.223198413848877 +3,0,1,1,1,0,3,5,48,566.2686767578125,285.71429443359375,4252,149.9311065673828,1,0,1.0986123085021973,0,6.33906888961792,3.8712010383605957,5.65499210357666,0,0,0,0,1,0,0,0,0,6.33906888961792 +9,0,1,1,0,0,3,5,25,566.2686767578125,40.25973892211914,4252,162.3220977783203,1,0,2.1972246170043945,0,6.33906888961792,3.2188758850097656,3.6953518390655518,0,0,0,0,1,0,0,0,0,6.33906888961792 +54,0,1,1,1,0,3,5,48,539.00848388671875,0,4249,288.7102966308594,1,0,3.9889841079711914,0,6.289731502532959,3.8712010383605957,0,0,0,0,0,1,0,0,0,0,6.289731502532959 +6,0,1,1,1,0,3,5,40,631.94097900390625,264.93505859375,4252,149.9311065673828,1,0,1.7917594909667969,0,6.448795795440674,3.6888794898986816,5.579484939575195,0,0,0,0,1,0,0,0,0,6.448795795440674 +12,0,1,1,1,1,3,5,35,531.57391357421875,4990.9091796875,4249,162.3220977783203,1,0,2.4849066734313965,0,6.275842189788818,3.5553481578826904,8.515373229980469,0,0,0,0,1,0,0,0,0,6.275842189788818 +3,0,1,1,1,0,3,5,55,446.07598876953125,145.4545440673828,4249,149.9311065673828,1,0,1.0986123085021973,0,6.100489139556885,4.007333278656006,4.97986364364624,0,0,0,0,1,0,0,0,0,6.100489139556885 +3,0,1,1,1,0,3,5,54,532.81298828125,170.12986755371094,4210,149.9311065673828,1,0,1.0986123085021973,0,6.278170585632324,3.9889841079711914,5.136561870574951,0,0,0,0,1,0,0,0,0,6.278170585632324 +5,0,1,1,1,0,3,5,30,619.54998779296875,724.67535400390625,4252,162.3220977783203,1,0,1.6094379425048828,0,6.428993225097656,3.4011974334716797,6.585723876953125,0,0,0,0,1,0,0,0,0,6.428993225097656 +11,0,1,1,1,1,3,5,59,402.7074890136719,4192.2080078125,4252,162.3220977783203,1,0,2.397895336151123,0,5.998210430145264,4.077537536621094,8.340982437133789,0,0,0,0,1,0,0,0,0,5.998210430145264 +0.25,0,1,0,0,0,3,5,40,504.3136901855469,62.33766174316406,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.223198413848877,3.6888794898986816,4.132565975189209,0,0,0,0,1,0,0,0,0,6.223198413848877 +34,0,1,1,1,0,3,5,35,553.877685546875,777.92205810546875,4252,149.9311065673828,1,0,3.526360511779785,0,6.316943645477295,3.5553481578826904,6.656626224517822,0,0,0,0,1,0,0,0,0,6.316943645477295 +4,0,1,1,1,0,3,5,29,529.095703125,205.19480895996094,4252,162.3220977783203,1,0,1.3862943649291992,0,6.271169185638428,3.367295742034912,5.323959827423096,0,0,0,0,1,0,0,0,0,6.271169185638428 +5,0,1,1,1,0,3,5,25,529.095703125,0,4249,162.3220977783203,1,0,1.6094379425048828,0,6.271169185638428,3.2188758850097656,0,0,0,0,0,1,0,0,0,0,6.271169185638428 +0.25,0,1,1,1,0,3,5,37,529.095703125,197.40260314941406,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.271169185638428,3.610917806625366,5.285245418548584,0,0,0,0,1,0,0,0,0,6.271169185638428 +3,0,1,1,1,0,3,5,44,408.90301513671875,71.42857360839844,4252,149.9311065673828,1,0,1.0986123085021973,0,6.013477802276611,3.7841897010803223,4.268698215484619,0,0,0,0,1,0,0,0,0,6.013477802276611 +5,0,1,1,1,1,3,5,35,639.3756103515625,2849.3505859375,4252,162.3220977783203,1,0,1.6094379425048828,0,6.460492134094238,3.5553481578826904,7.954846382141113,0,0,0,0,1,0,0,0,0,6.460492134094238 +3,0,1,1,1,1,3,5,40,510.5091857910156,2115.58447265625,4252,149.9311065673828,1,0,1.0986123085021973,0,6.235408782958984,3.6888794898986816,7.657086372375488,0,0,0,0,1,0,0,0,0,6.235408782958984 +1,0,1,1,1,0,3,5,52,526.61749267578125,0,4252,149.9311065673828,1,0,0,0,6.26647424697876,3.9512436389923096,0,0,0,0,0,1,0,0,0,0,6.26647424697876 +11,0,1,1,1,1,3,5,36,503.0745849609375,4303.89599609375,4249,149.9311065673828,1,0,2.397895336151123,0,6.220738410949707,3.5835189819335938,8.367276191711426,0,0,0,0,1,0,0,0,0,6.220738410949707 +182,0,1,1,1,1,3,5,38,433.68499755859375,38961.0390625,4252,162.3220977783203,1,0,5.204006671905518,0,6.0723185539245605,3.6375861167907715,10.570317268371582,0,0,0,0,1,0,0,0,0,6.0723185539245605 +1,0,1,1,1,0,3,5,42,394.0338134765625,214.2857208251953,4252,162.3220977783203,1,0,0,0,5.976436614990234,3.7376697063446045,5.367310047149658,0,0,0,0,1,0,0,0,0,5.976436614990234 +1,0,1,1,NA,1,2,5,42,573.70330810546875,800,4249,162.3220977783203,1,0,0,0,6.352112293243408,3.7376697063446045,6.684611797332764,0,0,0,0,1,0,0,0,1,6.352112293243408 +0.25,0,1,1,1,0,2,5,51,494.4009094238281,131.16883850097656,4249,162.3220977783203,1,0,-1.3862943649291992,0,6.2033467292785645,3.931825637817383,4.876485347747803,0,0,0,0,1,0,0,0,1,6.2033467292785645 +7,0,1,1,1,1,3,5,32,371.7300109863281,1910.3896484375,4252,162.3220977783203,1,0,1.945910096168518,0,5.918167591094971,3.465735912322998,7.555062294006348,0,0,0,0,1,0,0,0,0,5.918167591094971 +12,0,1,1,1,1,3,5,51,477.0534973144531,2776.623291015625,4252,162.3220977783203,1,0,2.4849066734313965,0,6.167628765106201,3.931825637817383,7.928990840911865,0,0,0,0,1,0,0,0,0,6.167628765106201 +16,0,1,1,1,0,3,5,48,459.7060852050781,4271.4287109375,4252,162.3220977783203,1,0,2.7725887298583984,0,6.130587577819824,3.8712010383605957,8.35970401763916,0,0,0,0,1,0,0,0,0,6.130587577819824 +23,0,1,1,1,1,3,5,35,429.96771240234375,3480.51953125,4252,162.3220977783203,1,0,3.1354942321777344,0,6.0637102127075195,3.5553481578826904,8.154936790466309,0,0,0,0,1,0,0,0,0,6.0637102127075195 +12,0,1,1,1,1,3,5,23,371.7300109863281,3915.58447265625,4252,162.3220977783203,1,0,2.4849066734313965,0,5.918167591094971,3.1354942321777344,8.2727203369140625,0,0,0,0,1,0,0,0,0,5.918167591094971 +5,0,1,1,NA,0,3,5,61,371.7300109863281,287.01300048828125,4252,162.3220977783203,1,0,1.6094379425048828,0,5.918167591094971,4.110873699188232,5.65952730178833,0,0,0,0,1,0,0,0,0,5.918167591094971 +4,0,1,1,0,0,3,5,20,371.7300109863281,232.467529296875,4252,162.3220977783203,1,0,1.3862943649291992,0,5.918167591094971,2.995732307434082,5.4487504959106445,0,0,0,0,1,0,0,0,0,5.918167591094971 +3,0,1,1,1,1,3,5,29,459.7060852050781,1184.41552734375,4252,162.3220977783203,1,0,1.0986123085021973,0,6.130587577819824,3.367295742034912,7.077004909515381,0,0,0,0,1,0,0,0,0,6.130587577819824 +8,0,1,1,0,0,3,5,36,377.9255065917969,1232.467529296875,4249,149.9311065673828,1,0,2.079441547393799,0,5.934697151184082,3.5835189819335938,7.11677360534668,0,0,0,0,1,0,0,0,0,5.934697151184082 +1,0,1,1,1,0,3,5,43,395.27288818359375,220.7792205810547,4252,149.9311065673828,1,0,0,0,5.979576587677002,3.761200189590454,5.397163391113281,0,0,0,0,1,0,0,0,0,5.979576587677002 +13,0,1,1,1,0,3,5,39,759.56829833984375,401.2987060546875,4252,149.9311065673828,1,0,2.5649492740631104,0,6.632750034332275,3.6635615825653076,5.994706153869629,0,0,0,0,1,0,0,0,0,6.632750034332275 +10,0,1,1,1,1,3,5,36,374.20819091796875,3474.02587890625,4252,162.3220977783203,1,0,2.3025851249694824,0,5.924812316894531,3.5835189819335938,8.153069496154785,0,0,0,0,1,0,0,0,0,5.924812316894531 +2,0,1,1,1,0,3,5,42,391.55560302734375,398.7012939453125,4252,149.9311065673828,1,0,0.6931471824645996,0,5.970127582550049,3.7376697063446045,5.988212585449219,0,0,0,0,1,0,0,0,0,5.970127582550049 +4,0,1,1,1,0,3,5,38,381.6427917480469,357.1428527832031,4252,162.3220977783203,1,0,1.3862943649291992,0,5.944485187530518,3.6375861167907715,5.878135681152344,0,0,0,0,1,0,0,0,0,5.944485187530518 +2,0,1,1,1,0,3,5,53,510.5091857910156,719.48052978515625,4252,162.3220977783203,1,0,0.6931471824645996,0,6.235408782958984,3.97029185295105,6.578529357910156,0,0,0,0,1,0,0,0,0,6.235408782958984 +2,0,1,1,1,0,3,5,26,371.7300109863281,127.2727279663086,4252,149.9311065673828,1,0,0.6931471824645996,0,5.918167591094971,3.25809645652771,4.84633207321167,0,0,0,0,1,0,0,0,0,5.918167591094971 +1,0,1,1,1,0,3,5,29,416.33758544921875,198.7012939453125,4252,149.9311065673828,1,0,0,0,6.031496524810791,3.367295742034912,5.291802883148193,0,0,0,0,1,0,0,0,0,6.031496524810791 +1,0,1,1,0,0,3,5,35,439.8804931640625,35.06493377685547,4252,149.9311065673828,1,0,0,0,6.086503028869629,3.5553481578826904,3.557201623916626,0,0,0,0,1,0,0,0,0,6.086503028869629 +1,0,1,1,1,0,3,5,32,439.8804931640625,55.844154357910156,4252,149.9311065673828,1,0,0,0,6.086503028869629,3.465735912322998,4.022564888000488,0,0,0,0,1,0,0,0,0,6.086503028869629 +4,0,1,1,1,0,3,5,25,468.3797912597656,487.01300048828125,4252,162.3220977783203,1,0,1.3862943649291992,0,6.149279594421387,3.2188758850097656,6.188290596008301,0,0,0,0,1,0,0,0,0,6.149279594421387 +1,0,1,1,1,0,3,5,56,433.68499755859375,102.59740447998047,4252,149.9311065673828,1,0,0,0,6.0723185539245605,4.025351524353027,4.630812644958496,0,0,0,0,1,0,0,0,0,6.0723185539245605 +0.25,0,1,1,1,0,3,5,44,371.7300109863281,197.40260314941406,4252,162.3220977783203,1,0,-1.3862943649291992,0,5.918167591094971,3.7841897010803223,5.285245418548584,0,0,0,0,1,0,0,0,0,5.918167591094971 +0.25,0,1,1,1,0,3,5,44,446.07598876953125,109.09091186523438,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.100489139556885,3.7841897010803223,4.692181587219238,0,0,0,0,1,0,0,0,0,6.100489139556885 +2,0,1,1,1,0,3,5,31,421.29400634765625,49.350650787353516,4252,149.9311065673828,1,0,0.6931471824645996,0,6.043331146240234,3.4339871406555176,3.8989510536193848,0,0,0,0,1,0,0,0,0,6.043331146240234 +4,0,1,1,1,0,3,5,39,408.90301513671875,163.63636779785156,4252,149.9311065673828,1,0,1.3862943649291992,0,6.013477802276611,3.6635615825653076,5.097646713256836,0,0,0,0,1,0,0,0,0,6.013477802276611 +4,0,1,1,0,0,3,5,29,371.7300109863281,363.6363525390625,4252,162.3220977783203,1,0,1.3862943649291992,0,5.918167591094971,3.367295742034912,5.896154403686523,0,0,0,0,1,0,0,0,0,5.918167591094971 +3,0,1,1,1,0,3,5,32,372.9690856933594,374.0259704589844,4252,162.3220977783203,1,0,1.0986123085021973,0,5.92149543762207,3.465735912322998,5.924325466156006,0,0,0,0,1,0,0,0,0,5.92149543762207 +3,0,1,1,1,0,3,5,36,398.9902038574219,58.441558837890625,4252,162.3220977783203,1,0,1.0986123085021973,0,5.988936901092529,3.5835189819335938,4.068027496337891,0,0,0,0,1,0,0,0,0,5.988936901092529 +17,0,1,1,1,1,3,5,35,557.594970703125,4107.7919921875,4249,162.3220977783203,1,0,2.8332133293151855,0,6.323632717132568,3.5553481578826904,8.320640563964844,0,0,0,0,1,0,0,0,0,6.323632717132568 +13,0,1,1,1,1,3,5,31,475.81439208984375,4970.1298828125,4252,162.3220977783203,1,0,2.5649492740631104,0,6.165027618408203,3.4339871406555176,8.511200904846191,0,0,0,0,1,0,0,0,0,6.165027618408203 +3,0,1,1,NA,0,3,5,33,421.29400634765625,242.85714721679688,4252,149.9311065673828,1,0,1.0986123085021973,0,6.043331146240234,3.4965076446533203,5.492473602294922,0,0,0,0,1,0,0,0,0,6.043331146240234 +4,0,1,1,0,0,3,5,33,433.68499755859375,377.9220886230469,4249,149.9311065673828,1,0,1.3862943649291992,0,6.0723185539245605,3.4965076446533203,5.934688091278076,0,0,0,0,1,0,0,0,0,6.0723185539245605 +28,0,1,1,1,0,3,5,41,377.9255065917969,845.45452880859375,4252,149.9311065673828,1,0,3.332204580307007,0,5.934697151184082,3.7135720252990723,6.739874362945557,0,0,0,0,1,0,0,0,0,5.934697151184082 +9,0,1,1,1,0,3,5,19,390.3164978027344,492.2077941894531,4252,149.9311065673828,1,0,2.1972246170043945,0,5.966958045959473,2.944438934326172,6.198901176452637,0,0,0,0,1,0,0,0,0,5.966958045959473 +3,0,1,1,1,0,3,5,25,482.0098876953125,197.40260314941406,4216,102.84529876708984,1,0,1.0986123085021973,0,6.177964687347412,3.2188758850097656,5.285245418548584,0,0,0,0,1,0,0,0,0,6.177964687347412 +4,0,1,1,1,0,3,5,40,371.7300109863281,135.06494140625,4252,149.9311065673828,1,0,1.3862943649291992,0,5.918167591094971,3.6888794898986816,4.905755519866943,0,0,0,0,1,0,0,0,0,5.918167591094971 +3,0,1,1,1,0,3,5,50,371.7300109863281,155.8441619873047,4252,162.3220977783203,1,0,1.0986123085021973,0,5.918167591094971,3.9120230674743652,5.048856735229492,0,0,0,0,1,0,0,0,0,5.918167591094971 +4,0,1,1,1,1,3,5,35,371.7300109863281,2600,4252,162.3220977783203,1,0,1.3862943649291992,0,5.918167591094971,3.5553481578826904,7.863266944885254,0,0,0,0,1,0,0,0,0,5.918167591094971 +182,0,1,1,1,1,3,5,23,475.81439208984375,9925.9736328125,4252,162.3220977783203,1,0,5.204006671905518,0,6.165027618408203,3.1354942321777344,9.202910423278809,0,0,0,0,1,0,0,0,0,6.165027618408203 +3,0,1,1,0,0,3,5,52,581.13787841796875,207.79220581054688,4252,149.9311065673828,1,0,1.0986123085021973,0,6.364987850189209,3.9512436389923096,5.336538791656494,0,0,0,0,1,0,0,0,0,6.364987850189209 +40,0,1,1,NA,1,3,5,22,370.49090576171875,4063.636474609375,4249,162.3220977783203,1,0,3.6888794898986816,0,5.914828777313232,3.0910425186157227,8.309833526611328,0,0,0,0,1,0,0,0,0,5.914828777313232 +5,0,1,1,0,0,3,5,52,512.9874267578125,275.3246765136719,4252,162.3220977783203,1,0,1.6094379425048828,0,6.240251541137695,3.9512436389923096,5.617950916290283,0,0,0,0,1,0,0,0,0,6.240251541137695 +0.25,0,1,1,1,0,3,5,33,436.1632080078125,50.649349212646484,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.07801628112793,3.4965076446533203,3.924926280975342,0,0,0,0,1,0,0,0,0,6.07801628112793 +1,0,1,1,NA,0,3,5,54,505.55279541015625,616.88311767578125,4252,162.3220977783203,1,0,0,0,6.225652694702148,3.9889841079711914,6.424679756164551,0,0,0,0,1,0,0,0,0,6.225652694702148 +12,0,1,0,0,1,3,5,27,377.9255065917969,4771.4287109375,4252,162.3220977783203,1,0,2.4849066734313965,0,5.934697151184082,3.295836925506592,8.4704008102417,0,0,0,0,1,0,0,0,0,5.934697151184082 +2,0,1,1,1,0,3,5,53,510.5091857910156,719.48052978515625,4252,162.3220977783203,1,0,0.6931471824645996,0,6.235408782958984,3.97029185295105,6.578529357910156,0,0,0,0,1,0,0,0,0,6.235408782958984 +2,0,1,0,1,1,3,5,55,418.8157958984375,793.5064697265625,4210,162.3220977783203,1,0,0.6931471824645996,0,6.037431240081787,4.007333278656006,6.676461696624756,0,0,0,0,1,0,0,0,0,6.037431240081787 +63,0,1,0,1,1,3,5,32,467.14068603515625,2323376.5,4252,162.3220977783203,1,0,4.143134593963623,0,6.14663028717041,3.465735912322998,14.65853214263916,0,0,0,0,1,0,0,0,0,6.14663028717041 +90,0,1,0,NA,0,3,5,50,491.9226989746094,5237.662109375,4252,162.3220977783203,1,0,4.499809741973877,0,6.19832181930542,3.9120230674743652,8.563630104064941,0,0,0,0,1,0,0,0,0,6.19832181930542 +3,0,1,0,1,1,3,5,37,422.5331115722656,2755.84423828125,4252,162.3220977783203,1,0,1.0986123085021973,0,6.046267986297607,3.610917806625366,7.921479225158691,0,0,0,0,1,0,0,0,0,6.046267986297607 +4,0,1,1,1,1,3,6,39,610.87628173828125,1029.8701171875,5610,149.9311065673828,1,0,1.3862943649291992,0,6.4148945808410645,3.6635615825653076,6.937188148498535,0,0,0,0,0,1,0,0,0,6.4148945808410645 +2,0,1,1,1,0,3,6,39,1153.60205078125,58.441558837890625,5652,149.9311065673828,1,0,0.6931471824645996,0,7.050644397735596,3.6635615825653076,4.068027496337891,0,0,0,0,0,1,0,0,0,7.050644397735596 +4,0,1,1,1,0,3,6,23,446.07598876953125,116.88311767578125,5340,149.9311065673828,1,0,1.3862943649291992,0,6.100489139556885,3.1354942321777344,4.76117467880249,0,0,0,0,0,1,0,0,0,6.100489139556885 +28,0,1,1,1,1,3,6,30,429.96771240234375,3911.688232421875,5425,162.3220977783203,1,0,3.332204580307007,0,6.0637102127075195,3.4011974334716797,8.271724700927734,0,0,0,0,0,1,0,0,0,6.0637102127075195 +93,0,1,1,1,1,3,6,30,458.4670104980469,3342.857177734375,5528,149.9311065673828,1,0,4.532599449157715,0,6.127888202667236,3.4011974334716797,8.114581108093262,0,0,0,0,0,1,0,0,0,6.127888202667236 +8,0,1,1,1,1,3,6,43,458.4670104980469,548.05194091796875,5349,149.9311065673828,1,0,2.079441547393799,0,6.127888202667236,3.761200189590454,6.306370258331299,0,0,0,0,0,1,0,0,0,6.127888202667236 +1,0,1,1,1,0,3,6,52,550.160400390625,215.58441162109375,5410,85.4979019165039,1,0,0,0,6.31020975112915,3.9512436389923096,5.373352527618408,0,0,0,0,0,1,0,0,0,6.31020975112915 +7,0,1,1,1,0,3,6,41,371.7300109863281,266.2337646484375,5528,149.9311065673828,1,0,1.945910096168518,0,5.918167591094971,3.7135720252990723,5.584374904632568,0,0,0,0,0,1,0,0,0,5.918167591094971 +3,0,1,1,1,0,3,6,29,458.4670104980469,279.22076416015625,5210,162.3220977783203,1,0,1.0986123085021973,0,6.127888202667236,3.367295742034912,5.632002830505371,0,0,0,0,0,1,0,0,0,6.127888202667236 +4,0,1,1,1,0,3,6,42,463.42340087890625,914.28570556640625,5628,162.3220977783203,1,0,1.3862943649291992,0,6.138640880584717,3.7376697063446045,6.818142890930176,0,0,0,0,0,1,0,0,0,6.138640880584717 +14,0,1,1,1,1,3,6,32,395.27288818359375,3663.636474609375,5413,162.3220977783203,1,0,2.6390573978424072,0,5.979576587677002,3.465735912322998,8.20621109008789,0,0,0,0,0,1,0,0,0,5.979576587677002 +1,0,1,1,1,0,3,6,22,441.1195983886719,149.35064697265625,5510,149.9311065673828,1,0,0,0,6.089315891265869,3.0910425186157227,5.0062971115112305,0,0,0,0,0,1,0,0,0,6.089315891265869 +5,0,1,1,1,1,3,6,40,379.16461181640625,2545.45458984375,5604,162.3220977783203,1,0,1.6094379425048828,0,5.9379706382751465,3.6888794898986816,7.842064380645752,0,0,0,0,0,1,0,0,0,5.9379706382751465 +3,0,1,1,NA,1,3,6,26,483.2489929199219,1132.467529296875,5337,149.9311065673828,1,0,1.0986123085021973,0,6.180531978607178,3.25809645652771,7.032154083251953,0,0,0,0,0,1,0,0,0,6.180531978607178 +5,0,1,1,1,0,3,6,30,496.87908935546875,272.7272644042969,5628,149.9311065673828,1,0,1.6094379425048828,0,6.208346843719482,3.4011974334716797,5.6084723472595215,0,0,0,0,0,1,0,0,0,6.208346843719482 +1,0,1,1,1,0,3,6,26,516.7047119140625,142.85714721679688,5610,149.9311065673828,1,0,0,0,6.247471332550049,3.25809645652771,4.961845397949219,0,0,0,0,0,1,0,0,0,6.247471332550049 +1,0,1,1,1,0,3,6,24,496.87908935546875,163.63636779785156,5310,43.368499755859375,1,0,0,0,6.208346843719482,3.178053855895996,5.097646713256836,0,0,0,0,0,1,0,0,0,6.208346843719482 +1,0,1,1,1,0,3,6,25,539.00848388671875,46.75324630737305,5116,64.433197021484375,1,0,0,0,6.289731502532959,3.2188758850097656,3.844883680343628,0,0,0,0,0,1,0,0,0,6.289731502532959 +2,0,1,1,0,0,3,6,18,539.00848388671875,255.8441619873047,5349,149.9311065673828,1,0,0.6931471824645996,0,6.289731502532959,2.890371799468994,5.5445685386657715,0,0,0,0,0,1,0,0,0,6.289731502532959 +4,0,1,1,1,0,3,6,40,439.8804931640625,403.8961181640625,5352,149.9311065673828,1,0,1.3862943649291992,0,6.086503028869629,3.6888794898986816,6.001157760620117,0,0,0,0,0,1,0,0,0,6.086503028869629 +12,0,1,1,1,1,3,6,23,505.55279541015625,3254.54541015625,5316,149.9311065673828,1,0,2.4849066734313965,0,6.225652694702148,3.1354942321777344,8.087807655334473,0,0,0,0,0,1,0,0,0,6.225652694702148 +13,0,1,1,1,1,3,6,27,586.09429931640625,1383.116943359375,5340,149.9311065673828,1,0,2.5649492740631104,0,6.373480796813965,3.295836925506592,7.232094764709473,0,0,0,0,0,1,0,0,0,6.373480796813965 +3,0,1,1,1,0,3,6,29,451.03240966796875,3167.532470703125,5410,149.9311065673828,1,0,1.0986123085021973,0,6.111539363861084,3.367295742034912,8.060708045959473,0,0,0,0,0,1,0,0,0,6.111539363861084 +4,0,1,1,1,0,3,6,26,571.22509765625,429.8701171875,5549,149.9311065673828,1,0,1.3862943649291992,0,6.34778356552124,3.25809645652771,6.063483238220215,0,0,0,0,0,1,0,0,0,6.34778356552124 +3,0,1,1,1,0,3,6,24,451.03240966796875,261.0389709472656,5210,149.9311065673828,1,0,1.0986123085021973,0,6.111539363861084,3.178053855895996,5.564669609069824,0,0,0,0,0,1,0,0,0,6.111539363861084 +3,0,1,1,1,0,3,6,38,371.7300109863281,232.467529296875,5628,149.9311065673828,1,0,1.0986123085021973,0,5.918167591094971,3.6375861167907715,5.4487504959106445,0,0,0,0,0,1,0,0,0,5.918167591094971 +19,0,1,1,1,0,3,6,41,468.3797912597656,954.54547119140625,5628,149.9311065673828,1,0,2.944438934326172,0,6.149279594421387,3.7135720252990723,6.86123514175415,0,0,0,0,0,1,0,0,0,6.149279594421387 +3,0,1,1,1,1,3,6,30,451.03240966796875,1163.6363525390625,5643,149.9311065673828,1,0,1.0986123085021973,0,6.111539363861084,3.4011974334716797,7.059305191040039,0,0,0,0,0,1,0,0,0,6.111539363861084 +5,0,1,1,1,0,3,6,27,567.5078125,449.35064697265625,5452,149.9311065673828,1,0,1.6094379425048828,0,6.341254711151123,3.295836925506592,6.1078033447265625,0,0,0,0,0,1,0,0,0,6.341254711151123 +1,0,1,1,1,0,3,6,29,468.3797912597656,109.09091186523438,5649,43.368499755859375,1,0,0,0,6.149279594421387,3.367295742034912,4.692181587219238,0,0,0,0,0,1,0,0,0,6.149279594421387 +6,0,1,1,1,0,3,6,60,371.7300109863281,70.12986755371094,5052,149.9311065673828,1,0,1.7917594909667969,0,5.918167591094971,4.094344615936279,4.2503485679626465,0,0,0,0,0,1,0,0,0,5.918167591094971 +6,0,1,1,1,0,3,6,39,486.96630859375,406.4934997558594,5628,149.9311065673828,1,0,1.7917594909667969,0,6.188194751739502,3.6635615825653076,6.007567882537842,0,0,0,0,0,1,0,0,0,6.188194751739502 +1,0,1,1,1,0,3,6,60,436.1632080078125,58.441558837890625,5349,21.064699172973633,1,0,0,0,6.07801628112793,4.094344615936279,4.068027496337891,0,0,0,0,0,1,0,0,0,6.07801628112793 +6,0,1,1,1,0,3,6,42,494.4009094238281,635.06494140625,5352,149.9311065673828,1,0,1.7917594909667969,0,6.2033467292785645,3.7376697063446045,6.4537272453308105,0,0,0,0,0,1,0,0,0,6.2033467292785645 +1,0,1,1,NA,0,3,6,43,392.7947082519531,81.81818389892578,5252,21.064699172973633,1,0,0,0,5.973287105560303,3.761200189590454,4.404499530792236,0,0,0,0,0,1,0,0,0,5.973287105560303 +3,0,1,1,1,0,3,6,37,451.03240966796875,192.20779418945312,5649,149.9311065673828,1,0,1.0986123085021973,0,6.111539363861084,3.610917806625366,5.2585768699646,0,0,0,0,0,1,0,0,0,6.111539363861084 +56,0,1,1,1,1,3,6,42,898.34747314453125,3053.246826171875,5349,149.9311065673828,1,0,4.025351524353027,0,6.8005571365356445,3.7376697063446045,8.023961067199707,0,0,0,0,0,1,0,0,0,6.8005571365356445 +3,0,1,1,NA,0,3,6,37,421.29400634765625,319.48052978515625,5352,149.9311065673828,1,0,1.0986123085021973,0,6.043331146240234,3.610917806625366,5.766696453094482,0,0,0,0,0,1,0,0,0,6.043331146240234 +3,0,1,0,0,0,3,6,39,436.1632080078125,300,5110,149.9311065673828,1,0,1.0986123085021973,0,6.07801628112793,3.6635615825653076,5.703782558441162,0,0,0,0,0,1,0,0,0,6.07801628112793 +3,0,1,1,1,0,3,6,22,489.4444885253906,249.35064697265625,5310,149.9311065673828,1,0,1.0986123085021973,0,6.193271160125732,3.0910425186157227,5.518860340118408,0,0,0,0,0,1,0,0,0,6.193271160125732 +9,0,1,1,1,0,3,6,43,489.4444885253906,637.662353515625,5152,149.9311065673828,1,0,2.1972246170043945,0,6.193271160125732,3.761200189590454,6.457808971405029,0,0,0,0,0,1,0,0,0,6.193271160125732 +182,0,1,0,NA,1,3,6,39,421.29400634765625,6629.8701171875,5313,149.9311065673828,1,0,5.204006671905518,0,6.043331146240234,3.6635615825653076,8.79934024810791,0,0,0,0,0,1,0,0,0,6.043331146240234 +3,0,1,1,NA,0,3,6,25,453.5105895996094,181.81817626953125,5649,149.9311065673828,1,0,1.0986123085021973,0,6.117018699645996,3.2188758850097656,5.203007221221924,0,0,0,0,0,1,0,0,0,6.117018699645996 +1,0,1,1,NA,0,3,6,31,421.29400634765625,261.0389709472656,5310,21.064699172973633,1,0,0,0,6.043331146240234,3.4339871406555176,5.564669609069824,0,0,0,0,0,1,0,0,0,6.043331146240234 +5,0,1,1,NA,1,3,6,58,421.29400634765625,2531.1689453125,5404,149.9311065673828,1,0,1.6094379425048828,0,6.043331146240234,4.060442924499512,7.8364362716674805,0,0,0,0,0,1,0,0,0,6.043331146240234 +1,0,1,0,NA,0,3,6,43,421.29400634765625,135.06494140625,5710,128.86639404296875,1,0,0,0,6.043331146240234,3.761200189590454,4.905755519866943,0,0,0,0,0,1,0,0,0,6.043331146240234 +14,0,1,0,0,0,3,6,37,436.1632080078125,324.6753234863281,5510,149.9311065673828,1,0,2.6390573978424072,0,6.07801628112793,3.610917806625366,5.782825469970703,0,0,0,0,0,1,0,0,0,6.07801628112793 +2,0,1,1,0,0,3,6,21,451.03240966796875,174.02597045898438,5349,149.9311065673828,1,0,0.6931471824645996,0,6.111539363861084,3.044522523880005,5.159204483032227,0,0,0,0,0,1,0,0,0,6.111539363861084 +2,0,1,1,0,1,3,6,21,489.4444885253906,1245.45458984375,5310,149.9311065673828,1,0,0.6931471824645996,0,6.193271160125732,3.044522523880005,7.127255916595459,0,0,0,0,0,1,0,0,0,6.193271160125732 +5,0,1,1,NA,0,3,6,44,474.5752868652344,179.2207794189453,5628,149.9311065673828,1,0,1.6094379425048828,0,6.162420272827148,3.7841897010803223,5.1886186599731445,0,0,0,0,0,1,0,0,0,6.162420272827148 +3,0,1,1,NA,0,3,6,21,421.29400634765625,131.16883850097656,5349,149.9311065673828,1,0,1.0986123085021973,0,6.043331146240234,3.044522523880005,4.876485347747803,0,0,0,0,0,1,0,0,0,6.043331146240234 +2,0,1,1,NA,0,3,6,25,421.29400634765625,50.649349212646484,5349,149.9311065673828,1,0,0.6931471824645996,0,6.043331146240234,3.2188758850097656,3.924926280975342,0,0,0,0,0,1,0,0,0,6.043331146240234 +1,0,1,1,1,0,3,6,36,398.9902038574219,289.6103820800781,5210,92.93250274658203,1,0,0,0,5.988936901092529,3.5835189819335938,5.66853666305542,0,0,0,0,0,1,0,0,0,5.988936901092529 +9,0,1,1,1,1,3,6,23,452.2715148925781,970.1298828125,5413,149.9311065673828,1,0,2.1972246170043945,0,6.114282608032227,3.1354942321777344,6.877429962158203,0,0,0,0,0,1,0,0,0,6.114282608032227 +1,0,1,1,1,0,3,6,30,436.1632080078125,114.28571319580078,5610,23.54290008544922,1,0,0,0,6.07801628112793,3.4011974334716797,4.738701343536377,0,0,0,0,0,1,0,0,0,6.07801628112793 +7,0,1,1,1,0,3,6,36,483.2489929199219,303.8961181640625,5628,149.9311065673828,1,0,1.945910096168518,0,6.180531978607178,3.5835189819335938,5.716685771942139,0,0,0,0,0,1,0,0,0,6.180531978607178 +182,0,1,1,1,1,3,6,29,712.48248291015625,5227.27294921875,5428,149.9311065673828,1,0,5.204006671905518,0,6.568755149841309,3.367295742034912,8.561644554138184,0,0,0,0,0,1,0,0,0,6.568755149841309 +3,0,1,1,1,0,3,6,28,452.2715148925781,225.97402954101562,5204,149.9311065673828,1,0,1.0986123085021973,0,6.114282608032227,3.332204580307007,5.420420169830322,0,0,0,0,0,1,0,0,0,6.114282608032227 +1,0,1,1,1,0,3,6,23,490.68359375,76.62337493896484,5610,43.368499755859375,1,0,0,0,6.195799350738525,3.1354942321777344,4.338901996612549,0,0,0,0,0,1,0,0,0,6.195799350738525 +6,0,1,1,1,1,3,6,21,460.9451904296875,1229.8701171875,5152,149.9311065673828,1,0,1.7917594909667969,0,6.133279323577881,3.044522523880005,7.114664077758789,0,0,0,0,0,1,0,0,0,6.133279323577881 +5,0,1,1,1,0,3,6,32,473.3362121582031,72.7272720336914,5310,162.3220977783203,1,0,1.6094379425048828,0,6.159805774688721,3.465735912322998,4.286716461181641,0,0,0,0,0,1,0,0,0,6.159805774688721 +11,0,1,1,1,0,3,6,31,473.3362121582031,158.44155883789062,5549,162.3220977783203,1,0,2.397895336151123,0,6.159805774688721,3.4339871406555176,5.065385818481445,0,0,0,0,0,1,0,0,0,6.159805774688721 +8,0,1,1,1,1,3,6,23,371.7300109863281,1298.7012939453125,5310,149.9311065673828,1,0,2.079441547393799,0,5.918167591094971,3.1354942321777344,7.169119834899902,0,0,0,0,0,1,0,0,0,5.918167591094971 +4,0,1,1,1,0,3,6,51,436.1632080078125,111.68830871582031,5310,149.9311065673828,1,0,1.3862943649291992,0,6.07801628112793,3.931825637817383,4.715712070465088,0,0,0,0,0,1,0,0,0,6.07801628112793 +53,0,1,1,1,0,3,6,26,524.1392822265625,410.3896179199219,5349,149.9311065673828,1,0,3.97029185295105,0,6.2617573738098145,3.25809645652771,6.017107009887695,0,0,0,0,0,1,0,0,0,6.2617573738098145 +8,0,1,1,1,0,3,6,29,534.0521240234375,314.28570556640625,5410,162.3220977783203,1,0,2.079441547393799,0,6.280493259429932,3.367295742034912,5.750302314758301,0,0,0,0,0,1,0,0,0,6.280493259429932 +15,0,1,1,1,0,3,6,29,478.2926025390625,246.7532501220703,5052,162.3220977783203,1,0,2.70805025100708,0,6.170222759246826,3.367295742034912,5.508388996124268,0,0,0,0,0,1,0,0,0,6.170222759246826 +2,0,1,1,1,0,3,6,22,451.03240966796875,124.67532348632812,5337,149.9311065673828,1,0,0.6931471824645996,0,6.111539363861084,3.0910425186157227,4.825713157653809,0,0,0,0,0,1,0,0,0,6.111539363861084 +3,0,1,1,1,0,3,6,26,489.4444885253906,135.06494140625,5610,149.9311065673828,1,0,1.0986123085021973,0,6.193271160125732,3.25809645652771,4.905755519866943,0,0,0,0,0,1,0,0,0,6.193271160125732 +6,0,1,1,0,1,3,6,23,489.4444885253906,1100,5628,149.9311065673828,1,0,1.7917594909667969,0,6.193271160125732,3.1354942321777344,7.003065586090088,0,0,0,0,0,1,0,0,0,6.193271160125732 +5,0,1,1,0,0,3,6,20,396.5119934082031,684.41558837890625,5428,162.3220977783203,1,0,1.6094379425048828,0,5.982706069946289,2.995732307434082,6.528565406799316,0,0,0,0,0,1,0,0,0,5.982706069946289 +9,0,1,1,0,0,3,6,23,578.65972900390625,445.4545593261719,5528,162.3220977783203,1,0,2.1972246170043945,0,6.360714435577393,3.1354942321777344,6.099095344543457,0,0,0,0,0,1,0,0,0,6.360714435577393 +1,0,1,1,1,0,3,6,21,576.1815185546875,136.36363220214844,5310,23.54290008544922,1,0,0,0,6.3564229011535645,3.044522523880005,4.915325164794922,0,0,0,0,0,1,0,0,0,6.3564229011535645 +6,0,1,1,1,0,3,6,23,529.095703125,401.2987060546875,5610,162.3220977783203,1,0,1.7917594909667969,0,6.271169185638428,3.1354942321777344,5.994706153869629,0,0,0,0,0,1,0,0,0,6.271169185638428 +1,0,1,1,1,0,3,6,22,530.33477783203125,174.02597045898438,5440,92.93250274658203,1,0,0,0,6.273508548736572,3.0910425186157227,5.159204483032227,0,0,0,0,0,1,0,0,0,6.273508548736572 +5,0,1,1,0,0,3,6,22,545.2039794921875,288.3116760253906,5613,162.3220977783203,1,0,1.6094379425048828,0,6.301159858703613,3.0910425186157227,5.664041996002197,0,0,0,0,0,1,0,0,0,6.301159858703613 +3,0,1,1,0,0,3,6,19,529.095703125,329.8701171875,5310,162.3220977783203,1,0,1.0986123085021973,0,6.271169185638428,2.944438934326172,5.798698902130127,0,0,0,0,0,1,0,0,0,6.271169185638428 +3,0,1,1,1,0,3,6,23,629.46282958984375,184.41558837890625,5425,162.3220977783203,1,0,1.0986123085021973,0,6.44486665725708,3.1354942321777344,5.217191696166992,0,0,0,0,0,1,0,0,0,6.44486665725708 +5,0,1,1,1,0,3,6,35,467.14068603515625,272.7272644042969,5440,162.3220977783203,1,0,1.6094379425048828,0,6.14663028717041,3.5553481578826904,5.6084723472595215,0,0,0,0,0,1,0,0,0,6.14663028717041 +6,0,1,1,1,0,3,6,23,371.7300109863281,353.24676513671875,5549,149.9311065673828,1,0,1.7917594909667969,0,5.918167591094971,3.1354942321777344,5.867166996002197,0,0,0,0,0,1,0,0,0,5.918167591094971 +3,0,1,1,1,0,3,6,21,458.4670104980469,223.37661743164062,5628,162.3220977783203,1,0,1.0986123085021973,0,6.127888202667236,3.044522523880005,5.4088592529296875,0,0,0,0,0,1,0,0,0,6.127888202667236 +6,0,1,1,1,1,3,6,50,442.35870361328125,6397.40283203125,5336,149.9311065673828,1,0,1.7917594909667969,0,6.092121124267578,3.9120230674743652,8.763647079467773,0,0,0,0,0,1,0,0,0,6.092121124267578 +5,0,1,1,1,0,3,6,27,451.03240966796875,170.12986755371094,5713,149.9311065673828,1,0,1.6094379425048828,0,6.111539363861084,3.295836925506592,5.136561870574951,0,0,0,0,0,1,0,0,0,6.111539363861084 +1,0,1,1,1,0,3,6,30,489.4444885253906,101.29869842529297,5728,149.9311065673828,1,0,0,0,6.193271160125732,3.4011974334716797,4.618073463439941,0,0,0,0,0,1,0,0,0,6.193271160125732 +2,0,1,1,0,0,3,6,21,464.6625061035156,223.37661743164062,5410,149.9311065673828,1,0,0.6931471824645996,0,6.141311168670654,3.044522523880005,5.4088592529296875,0,0,0,0,0,1,0,0,0,6.141311168670654 +1,0,1,1,1,0,3,6,24,421.29400634765625,114.28571319580078,5610,85.4979019165039,1,0,0,0,6.043331146240234,3.178053855895996,4.738701343536377,0,0,0,0,0,1,0,0,0,6.043331146240234 +16,0,1,1,1,1,3,6,22,463.42340087890625,846.75323486328125,5428,162.3220977783203,1,0,2.7725887298583984,0,6.138640880584717,3.0910425186157227,6.7414093017578125,0,0,0,0,0,1,0,0,0,6.138640880584717 +41,0,1,1,NA,1,3,6,54,407.6639099121094,2788.311767578125,5602,162.3220977783203,1,0,3.7135720252990723,0,6.010443210601807,3.9889841079711914,7.933191776275635,0,0,0,0,0,1,0,0,0,6.010443210601807 +4,0,1,1,0,0,3,6,19,551.39947509765625,212.9870147705078,5549,162.3220977783203,1,0,1.3862943649291992,0,6.312459468841553,2.944438934326172,5.361231327056885,0,0,0,0,0,1,0,0,0,6.312459468841553 +9,0,1,1,0,0,3,6,56,402.7074890136719,461.0389709472656,5628,162.3220977783203,1,0,2.1972246170043945,0,5.998210430145264,4.025351524353027,6.133482456207275,0,0,0,0,0,1,0,0,0,5.998210430145264 +4,0,1,1,1,0,3,6,36,371.7300109863281,180.5194854736328,5549,162.3220977783203,1,0,1.3862943649291992,0,5.918167591094971,3.5835189819335938,5.195838928222656,0,0,0,0,0,1,0,0,0,5.918167591094971 +1,0,1,1,NA,0,3,6,25,436.1632080078125,61.03895950317383,5610,278.7974853515625,1,0,0,0,6.07801628112793,3.2188758850097656,4.111512184143066,0,0,0,0,0,1,0,0,0,6.07801628112793 +1,0,1,1,1,0,3,6,27,485.7272033691406,329.8701171875,5628,138.77920532226562,1,0,0,0,6.185647010803223,3.295836925506592,5.798698902130127,0,0,0,0,0,1,0,0,0,6.185647010803223 +4,0,1,1,1,1,3,6,23,486.96630859375,1323.3765869140625,5316,162.3220977783203,1,0,1.3862943649291992,0,6.188194751739502,3.1354942321777344,7.187941551208496,0,0,0,0,0,1,0,0,0,6.188194751739502 +10,0,1,1,1,1,3,6,24,512.9874267578125,662.337646484375,5428,149.9311065673828,1,0,2.3025851249694824,0,6.240251541137695,3.178053855895996,6.4957756996154785,0,0,0,0,0,1,0,0,0,6.240251541137695 +13,0,1,1,1,0,3,6,29,500.5964050292969,46.75324630737305,5316,162.3220977783203,1,0,2.5649492740631104,0,6.2158002853393555,3.367295742034912,3.844883680343628,0,0,0,0,0,1,0,0,0,6.2158002853393555 +5,0,1,1,1,0,3,6,32,486.96630859375,644.15582275390625,5440,162.3220977783203,1,0,1.6094379425048828,0,6.188194751739502,3.465735912322998,6.467940807342529,0,0,0,0,0,1,0,0,0,6.188194751739502 +8,0,1,1,1,0,3,6,22,446.07598876953125,355.8441467285156,5628,162.3220977783203,1,0,2.079441547393799,0,6.100489139556885,3.0910425186157227,5.874492645263672,0,0,0,0,0,1,0,0,0,6.100489139556885 +4,0,1,1,1,0,3,6,27,470.8580017089844,81.81818389892578,5610,162.3220977783203,1,0,1.3862943649291992,0,6.154556751251221,3.295836925506592,4.404499530792236,0,0,0,0,0,1,0,0,0,6.154556751251221 +2,0,1,1,1,0,3,6,52,470.8580017089844,402.597412109375,5410,162.3220977783203,1,0,0.6931471824645996,0,6.154556751251221,3.9512436389923096,5.997937202453613,0,0,0,0,0,1,0,0,0,6.154556751251221 +11,0,1,1,1,1,3,6,26,452.2715148925781,3410.3896484375,5316,162.3220977783203,1,0,2.397895336151123,0,6.114282608032227,3.25809645652771,8.134581565856934,0,0,0,0,0,1,0,0,0,6.114282608032227 +1,0,1,1,1,0,3,6,27,522.90020751953125,236.36363220214844,5628,69.38960266113281,1,0,0,0,6.259390830993652,3.295836925506592,5.465371608734131,0,0,0,0,0,1,0,0,0,6.259390830993652 +1,0,1,1,1,0,3,6,29,449.7933044433594,129.87013244628906,5110,162.3220977783203,1,0,0,0,6.108788013458252,3.367295742034912,4.866535186767578,0,0,0,0,0,1,0,0,0,6.108788013458252 +1,0,1,1,1,0,3,6,40,470.8580017089844,441.5584411621094,5310,138.77920532226562,1,0,0,0,6.154556751251221,3.6888794898986816,6.090310573577881,0,0,0,0,0,1,0,0,0,6.154556751251221 +14,0,1,1,1,1,3,6,48,521.66107177734375,3140.259765625,5310,162.3220977783203,1,0,2.6390573978424072,0,6.257018089294434,3.8712010383605957,8.052061080932617,0,0,0,0,0,1,0,0,0,6.257018089294434 +2,0,1,1,1,0,3,6,40,433.68499755859375,66.2337646484375,5110,162.3220977783203,1,0,0.6931471824645996,0,6.0723185539245605,3.6888794898986816,4.193190574645996,0,0,0,0,0,1,0,0,0,6.0723185539245605 +18,0,1,1,1,1,3,6,27,436.1632080078125,3280.51953125,5328,162.3220977783203,1,0,2.890371799468994,0,6.07801628112793,3.295836925506592,8.095757484436035,0,0,0,0,0,1,0,0,0,6.07801628112793 +2,0,1,1,1,1,3,6,25,436.1632080078125,983.11688232421875,5410,162.3220977783203,1,0,0.6931471824645996,0,6.07801628112793,3.2188758850097656,6.890727996826172,0,0,0,0,0,1,0,0,0,6.07801628112793 +6,0,1,1,1,0,3,6,42,485.7272033691406,427.2727355957031,5549,162.3220977783203,1,0,1.7917594909667969,0,6.185647010803223,3.7376697063446045,6.057422637939453,0,0,0,0,0,1,0,0,0,6.185647010803223 +1,0,1,1,1,0,3,6,31,524.1392822265625,174.02597045898438,5549,92.93250274658203,1,0,0,0,6.2617573738098145,3.4339871406555176,5.159204483032227,0,0,0,0,0,1,0,0,0,6.2617573738098145 +14,0,1,1,1,1,3,6,29,485.7272033691406,2840.259765625,5610,162.3220977783203,1,0,2.6390573978424072,0,6.185647010803223,3.367295742034912,7.951650619506836,0,0,0,0,0,1,0,0,0,6.185647010803223 +2,0,1,0,NA,0,3,6,43,421.29400634765625,116.88311767578125,5110,162.3220977783203,1,0,0.6931471824645996,0,6.043331146240234,3.761200189590454,4.76117467880249,0,0,0,0,0,1,0,0,0,6.043331146240234 +0.25,0,1,1,NA,0,3,6,24,494.4009094238281,145.4545440673828,5310,162.3220977783203,1,0,-1.3862943649291992,0,6.2033467292785645,3.178053855895996,4.97986364364624,0,0,0,0,0,1,0,0,0,6.2033467292785645 +1,0,1,1,NA,0,3,6,39,473.3362121582031,428.5714416503906,5310,138.77920532226562,1,0,0,0,6.159805774688721,3.6635615825653076,6.060457229614258,0,0,0,0,0,1,0,0,0,6.159805774688721 +6,0,1,1,NA,1,3,6,58,494.4009094238281,885.71429443359375,5613,162.3220977783203,1,0,1.7917594909667969,0,6.2033467292785645,4.060442924499512,6.7863945960998535,0,0,0,0,0,1,0,0,0,6.2033467292785645 +182,0,1,1,NA,1,3,6,53,494.4009094238281,6714.28564453125,5613,162.3220977783203,1,0,5.204006671905518,0,6.2033467292785645,3.97029185295105,8.811992645263672,0,0,0,0,0,1,0,0,0,6.2033467292785645 +10,0,1,1,1,0,3,6,24,436.1632080078125,597.402587890625,5640,162.3220977783203,1,0,2.3025851249694824,0,6.07801628112793,3.178053855895996,6.3925909996032715,0,0,0,0,0,1,0,0,0,6.07801628112793 +6,0,1,1,1,0,3,6,42,472.09710693359375,548.05194091796875,5610,162.3220977783203,1,0,1.7917594909667969,0,6.157184600830078,3.7376697063446045,6.306370258331299,0,0,0,0,0,1,0,0,0,6.157184600830078 +3,0,1,1,1,0,3,6,37,472.09710693359375,262.3376770019531,5628,162.3220977783203,1,0,1.0986123085021973,0,6.157184600830078,3.610917806625366,5.569632530212402,0,0,0,0,0,1,0,0,0,6.157184600830078 +12,0,1,1,NA,0,3,6,64,464.6625061035156,557.14288330078125,5610,162.3220977783203,1,0,2.4849066734313965,0,6.141311168670654,4.158883094787598,6.322821617126465,0,0,0,0,0,1,0,0,0,6.141311168670654 +5,0,1,1,1,0,3,6,41,545.2039794921875,1184.41552734375,5152,162.3220977783203,1,0,1.6094379425048828,0,6.301159858703613,3.7135720252990723,7.077004909515381,0,0,0,0,0,1,0,0,0,6.301159858703613 +10,0,1,1,1,0,3,6,30,396.5119934082031,510.3896179199219,5528,162.3220977783203,1,0,2.3025851249694824,0,5.982706069946289,3.4011974334716797,6.235174179077148,0,0,0,0,0,1,0,0,0,5.982706069946289 +1,0,1,1,1,0,3,6,31,433.68499755859375,119.48052215576172,5749,23.54290008544922,1,0,0,0,6.0723185539245605,3.4339871406555176,4.783153533935547,0,0,0,0,0,1,0,0,0,6.0723185539245605 +3,0,1,1,1,1,3,6,45,411.3811950683594,3341.558349609375,5452,162.3220977783203,1,0,1.0986123085021973,0,6.019520282745361,3.8066625595092773,8.114192962646484,0,0,0,0,0,1,0,0,0,6.019520282745361 +12,0,1,1,1,0,3,6,34,489.4444885253906,0,5210,149.9311065673828,1,0,2.4849066734313965,0,6.193271160125732,3.526360511779785,0,0,0,0,0,0,1,0,0,0,6.193271160125732 +7,0,1,1,1,0,3,6,24,551.39947509765625,388.3116760253906,5649,162.3220977783203,1,0,1.945910096168518,0,6.312459468841553,3.178053855895996,5.961808204650879,0,0,0,0,0,1,0,0,0,6.312459468841553 +4,0,1,1,1,0,3,6,36,451.03240966796875,464.93505859375,5610,149.9311065673828,1,0,1.3862943649291992,0,6.111539363861084,3.5835189819335938,6.141897678375244,0,0,0,0,0,1,0,0,0,6.111539363861084 +5,0,1,1,1,1,3,6,40,396.5119934082031,2403.89599609375,5628,162.3220977783203,1,0,1.6094379425048828,0,5.982706069946289,3.6888794898986816,7.78484582901001,0,0,0,0,0,1,0,0,0,5.982706069946289 +1,0,1,1,1,0,3,6,23,374.20819091796875,58.441558837890625,5440,162.3220977783203,1,0,0,0,5.924812316894531,3.1354942321777344,4.068027496337891,0,0,0,0,0,1,0,0,0,5.924812316894531 +16,0,1,1,1,0,3,6,24,372.9690856933594,424.6753234863281,5528,162.3220977783203,1,0,2.7725887298583984,0,5.92149543762207,3.178053855895996,6.051324844360352,0,0,0,0,0,1,0,0,0,5.92149543762207 +0.25,0,1,1,1,0,3,6,34,372.9690856933594,28.571428298950195,5349,149.9311065673828,1,0,-1.3862943649291992,0,5.92149543762207,3.526360511779785,3.352407217025757,0,0,0,0,0,1,0,0,0,5.92149543762207 +3,0,1,1,1,0,1,6,44,400.22930908203125,251.94805908203125,5349,149.9311065673828,1,0,1.0986123085021973,0,5.992037773132324,3.7841897010803223,5.5292229652404785,0,0,0,0,0,1,0,1,0,5.992037773132324 +9,0,1,1,1,0,1,6,33,468.3797912597656,388.3116760253906,5549,149.9311065673828,1,0,2.1972246170043945,0,6.149279594421387,3.4965076446533203,5.961808204650879,0,0,0,0,0,1,0,1,0,6.149279594421387 +0.25,0,1,1,1,0,1,6,27,485.7272033691406,80.51947784423828,5604,149.9311065673828,1,0,-1.3862943649291992,0,6.185647010803223,3.295836925506592,4.3884992599487305,0,0,0,0,0,1,0,1,0,6.185647010803223 +6,0,1,1,1,1,1,6,36,482.0098876953125,1749.3507080078125,5349,149.9311065673828,1,0,1.7917594909667969,0,6.177964687347412,3.5835189819335938,7.4670000076293945,0,0,0,0,0,1,0,1,0,6.177964687347412 +17,0,1,1,1,1,3,6,36,384.1210021972656,3261.0390625,5352,162.3220977783203,1,0,2.8332133293151855,0,5.950957775115967,3.5835189819335938,8.089800834655762,0,0,0,0,0,1,0,0,0,5.950957775115967 +1,0,1,1,1,0,1,6,49,390.3164978027344,18.18181800842285,5649,149.9311065673828,1,0,0,0,5.966958045959473,3.891820192337036,2.9004220962524414,0,0,0,0,0,1,0,1,0,5.966958045959473 +2,0,1,1,1,0,1,6,56,397.7510986328125,109.09091186523438,5728,162.3220977783203,1,0,0.6931471824645996,0,5.98582649230957,4.025351524353027,4.692181587219238,0,0,0,0,0,1,0,1,0,5.98582649230957 +7,0,1,1,1,0,1,6,23,389.077392578125,222.0779266357422,5610,162.3220977783203,1,0,1.945910096168518,0,5.963778495788574,3.1354942321777344,5.40302848815918,0,0,0,0,0,1,0,1,0,5.963778495788574 +2,0,1,1,1,1,1,6,34,382.88189697265625,253.2467498779297,5549,149.9311065673828,1,0,0.6931471824645996,0,5.947726726531982,3.526360511779785,5.534364223480225,0,0,0,0,0,1,0,1,0,5.947726726531982 +7,0,1,1,1,0,1,6,25,588.572509765625,288.3116760253906,5528,162.3220977783203,1,0,1.945910096168518,0,6.377700328826904,3.2188758850097656,5.664041996002197,0,0,0,0,0,1,0,1,0,6.377700328826904 +1,0,1,1,1,0,1,6,56,444.8369140625,0,5152,162.3220977783203,1,0,0,0,6.097707748413086,4.025351524353027,0,0,0,0,0,0,1,0,1,0,6.097707748413086 +2,0,1,1,1,0,1,6,33,391.55560302734375,163.63636779785156,5349,162.3220977783203,1,0,0.6931471824645996,0,5.970127582550049,3.4965076446533203,5.097646713256836,0,0,0,0,0,1,0,1,0,5.970127582550049 +2,0,1,1,1,0,1,6,58,386.5992126464844,215.58441162109375,5310,149.9311065673828,1,0,0.6931471824645996,0,5.957388401031494,4.060442924499512,5.373352527618408,0,0,0,0,0,1,0,1,0,5.957388401031494 +3,0,1,1,0,0,1,6,26,485.7272033691406,194.80519104003906,5637,162.3220977783203,1,0,1.0986123085021973,0,6.185647010803223,3.25809645652771,5.271999835968018,0,0,0,0,0,1,0,1,0,6.185647010803223 +4,0,1,0,0,0,1,6,54,405.1856994628906,194.80519104003906,5549,162.3220977783203,1,0,1.3862943649291992,0,6.004345417022705,3.9889841079711914,5.271999835968018,0,0,0,0,0,1,0,1,0,6.004345417022705 +16,0,1,1,1,1,1,6,46,505.55279541015625,3809.0908203125,5346,162.3220977783203,1,0,2.7725887298583984,0,6.225652694702148,3.828641414642334,8.245145797729492,0,0,0,0,0,1,0,1,0,6.225652694702148 +1,0,1,1,0,0,1,6,36,375.4472961425781,251.94805908203125,5552,162.3220977783203,1,0,0,0,5.9281182289123535,3.5835189819335938,5.5292229652404785,0,0,0,0,0,1,0,1,0,5.9281182289123535 +7,0,1,0,1,1,1,6,27,387.8382873535156,3115.58447265625,5010,149.9311065673828,1,0,1.945910096168518,0,5.960588455200195,3.295836925506592,8.044172286987305,0,0,0,0,0,1,0,1,0,5.960588455200195 +45,0,1,1,1,1,1,6,33,377.9255065917969,15584.416015625,5210,149.9311065673828,1,0,3.8066625595092773,0,5.934697151184082,3.4965076446533203,9.654026985168457,0,0,0,0,0,1,0,1,0,5.934697151184082 +3,0,1,0,1,0,1,6,29,402.7074890136719,392.2077941894531,5552,162.3220977783203,1,0,1.0986123085021973,0,5.998210430145264,3.367295742034912,5.971791744232178,0,0,0,0,0,1,0,1,0,5.998210430145264 +12,0,1,1,1,0,1,6,49,491.9226989746094,445.4545593261719,5352,149.9311065673828,1,0,2.4849066734313965,0,6.19832181930542,3.891820192337036,6.099095344543457,0,0,0,0,0,1,0,1,0,6.19832181930542 +15,0,1,1,1,1,1,6,25,573.70330810546875,3046.753173828125,5349,162.3220977783203,1,0,2.70805025100708,0,6.352112293243408,3.2188758850097656,8.021831512451172,0,0,0,0,0,1,0,1,0,6.352112293243408 +4,0,1,1,0,0,1,6,57,669.114013671875,902.597412109375,5352,149.9311065673828,1,0,1.3862943649291992,0,6.505954265594482,4.043051242828369,6.805276393890381,0,0,0,0,0,1,0,1,0,6.505954265594482 +6,0,1,1,1,0,1,6,44,453.5105895996094,200,5241,162.3220977783203,1,0,1.7917594909667969,0,6.117018699645996,3.7841897010803223,5.2983174324035645,0,0,0,0,0,1,0,1,0,6.117018699645996 +5,0,1,1,1,0,1,6,44,437.4023132324219,142.85714721679688,5728,149.9311065673828,1,0,1.6094379425048828,0,6.080853462219238,3.7841897010803223,4.961845397949219,0,0,0,0,0,1,0,1,0,6.080853462219238 +24,0,1,1,1,1,1,6,57,382.88189697265625,1835.06494140625,5613,149.9311065673828,1,0,3.178053855895996,0,5.947726726531982,4.043051242828369,7.514835357666016,0,0,0,0,0,1,0,1,0,5.947726726531982 +7,0,1,1,1,0,1,6,59,498.1181945800781,123.37662506103516,5352,162.3220977783203,1,0,1.945910096168518,0,6.210837364196777,4.077537536621094,4.815241813659668,0,0,0,0,0,1,0,1,0,6.210837364196777 +12,0,1,1,1,1,1,6,46,470.8580017089844,4472.72705078125,5428,162.3220977783203,1,0,2.4849066734313965,0,6.154556751251221,3.828641414642334,8.405753135681152,0,0,0,0,0,1,0,1,0,6.154556751251221 +1,0,1,1,1,1,1,6,31,439.8804931640625,2288.311767578125,5410,162.3220977783203,1,0,0,0,6.086503028869629,3.4339871406555176,7.735569477081299,0,0,0,0,0,1,0,1,0,6.086503028869629 +9,0,1,1,1,1,1,6,31,412.62030029296875,332.467529296875,5528,149.9311065673828,1,0,2.1972246170043945,0,6.022527694702148,3.4339871406555176,5.80654239654541,0,0,0,0,0,1,0,1,0,6.022527694702148 +1,0,1,1,1,0,1,6,21,454.74969482421875,55.844154357910156,5310,162.3220977783203,1,0,0,0,6.119747161865234,3.044522523880005,4.022564888000488,0,0,0,0,0,1,0,1,0,6.119747161865234 +4,0,1,1,1,0,1,6,21,604.6807861328125,312.98699951171875,5628,149.9311065673828,1,0,1.3862943649291992,0,6.404700756072998,3.044522523880005,5.746161460876465,0,0,0,0,0,1,0,1,0,6.404700756072998 +14,0,1,1,0,1,1,6,26,429.96771240234375,1328.5714111328125,5528,162.3220977783203,1,0,2.6390573978424072,0,6.0637102127075195,3.25809645652771,7.191859722137451,0,0,0,0,0,1,0,1,0,6.0637102127075195 +4,0,1,1,1,0,1,6,47,553.877685546875,118.18181610107422,5352,149.9311065673828,1,0,1.3862943649291992,0,6.316943645477295,3.8501474857330322,4.772224426269531,0,0,0,0,0,1,0,1,0,6.316943645477295 +3,0,1,1,1,0,1,6,31,537.7694091796875,394.8052062988281,5728,162.3220977783203,1,0,1.0986123085021973,0,6.2874298095703125,3.4339871406555176,5.978392601013184,0,0,0,0,0,1,0,1,0,6.2874298095703125 +4,0,1,1,1,0,1,6,38,395.27288818359375,263.6363525390625,5310,162.3220977783203,1,0,1.3862943649291992,0,5.979576587677002,3.6375861167907715,5.574570655822754,0,0,0,0,0,1,0,1,0,5.979576587677002 +6,0,1,1,1,1,2,6,29,608.3980712890625,1949.3507080078125,5349,162.3220977783203,1,0,1.7917594909667969,0,6.410829544067383,3.367295742034912,7.575251579284668,0,0,0,0,0,1,0,0,1,6.410829544067383 +9,0,1,1,1,0,2,6,36,433.68499755859375,416.88311767578125,5628,149.9311065673828,1,0,2.1972246170043945,0,6.0723185539245605,3.5835189819335938,6.032805919647217,0,0,0,0,0,1,0,0,1,6.0723185539245605 +6,0,1,1,1,0,2,6,33,433.68499755859375,201.2987060546875,5628,162.3220977783203,1,0,1.7917594909667969,0,6.0723185539245605,3.4965076446533203,5.304790019989014,0,0,0,0,0,1,0,0,1,6.0723185539245605 +3,0,1,1,0,0,2,6,23,384.1210021972656,196.10389709472656,5549,162.3220977783203,1,0,1.0986123085021973,0,5.950957775115967,3.1354942321777344,5.278644561767578,0,0,0,0,0,1,0,0,1,5.950957775115967 +4,0,1,1,1,1,2,6,27,568.74688720703125,1835.06494140625,5437,162.3220977783203,1,0,1.3862943649291992,0,6.343435287475586,3.295836925506592,7.514835357666016,0,0,0,0,0,1,0,0,1,6.343435287475586 +7,0,1,1,1,0,2,6,61,682.74407958984375,442.8571472167969,5628,149.9311065673828,1,0,1.945910096168518,0,6.526120185852051,4.110873699188232,6.093247413635254,0,0,0,0,0,1,0,0,1,6.526120185852051 +11,0,1,1,1,1,2,6,29,682.74407958984375,3298.701416015625,5352,149.9311065673828,1,0,2.397895336151123,0,6.526120185852051,3.367295742034912,8.10128402709961,0,0,0,0,0,1,0,0,1,6.526120185852051 +4,0,1,1,1,0,2,6,37,447.3150939941406,32.467533111572266,5728,149.9311065673828,1,0,1.3862943649291992,0,6.1032633781433105,3.610917806625366,3.4802405834198,0,0,0,0,0,1,0,0,1,6.1032633781433105 +1,0,1,1,1,0,1,6,52,437.4023132324219,124.67532348632812,5346,162.3220977783203,1,0,0,0,6.080853462219238,3.9512436389923096,4.825713157653809,0,0,0,0,0,1,0,1,0,6.080853462219238 +3,0,1,1,1,0,3,6,27,396.5119934082031,271.4285583496094,5728,162.3220977783203,1,0,1.0986123085021973,0,5.982706069946289,3.295836925506592,5.60369873046875,0,0,0,0,0,1,0,0,0,5.982706069946289 +2,0,1,1,1,0,3,6,32,524.1392822265625,119.48052215576172,5549,162.3220977783203,1,0,0.6931471824645996,0,6.2617573738098145,3.465735912322998,4.783153533935547,0,0,0,0,0,1,0,0,0,6.2617573738098145 +13,0,1,1,1,0,1,6,22,396.5119934082031,718.18182373046875,5349,149.9311065673828,1,0,2.5649492740631104,0,5.982706069946289,3.0910425186157227,6.576722621917725,0,0,0,0,0,1,0,1,0,5.982706069946289 +4,0,1,1,1,0,1,6,40,477.0534973144531,179.2207794189453,5352,162.3220977783203,1,0,1.3862943649291992,0,6.167628765106201,3.6888794898986816,5.1886186599731445,0,0,0,0,0,1,0,1,0,6.167628765106201 +3,0,1,1,1,0,1,6,35,495.6400146484375,151.94805908203125,5252,149.9311065673828,1,0,1.0986123085021973,0,6.205850124359131,3.5553481578826904,5.023538589477539,0,0,0,0,0,1,0,1,0,6.205850124359131 +16,0,1,1,1,0,2,6,42,428.7286071777344,427.2727355957031,5528,162.3220977783203,1,0,2.7725887298583984,0,6.060823917388916,3.7376697063446045,6.057422637939453,0,0,0,0,0,1,0,0,1,6.060823917388916 +4,0,1,1,NA,0,2,6,25,374.20819091796875,71.42857360839844,5410,162.3220977783203,1,0,1.3862943649291992,0,5.924812316894531,3.2188758850097656,4.268698215484619,0,0,0,0,0,1,0,0,1,5.924812316894531 +18,0,1,1,1,1,2,6,25,588.572509765625,5045.45458984375,5352,149.9311065673828,1,0,2.890371799468994,0,6.377700328826904,3.2188758850097656,8.526243209838867,0,0,0,0,0,1,0,0,1,6.377700328826904 +2,0,1,1,1,1,2,6,51,693.89599609375,2135.06494140625,5037,149.9311065673828,1,0,0.6931471824645996,0,6.542322158813477,3.931825637817383,7.666252136230469,0,0,0,0,0,1,0,0,1,6.542322158813477 +7,0,1,1,1,1,2,6,45,676.548583984375,2309.0908203125,5352,149.9311065673828,1,0,1.945910096168518,0,6.517004489898682,3.8066625595092773,7.744609355926514,0,0,0,0,0,1,0,0,1,6.517004489898682 +5,0,1,1,1,0,2,6,36,587.3333740234375,301.2987060546875,5404,149.9311065673828,1,0,1.6094379425048828,0,6.3755927085876465,3.5835189819335938,5.708102226257324,0,0,0,0,0,1,0,0,1,6.3755927085876465 +0.25,0,1,1,1,0,2,6,44,682.74407958984375,109.09091186523438,5549,149.9311065673828,1,0,-1.3862943649291992,0,6.526120185852051,3.7841897010803223,4.692181587219238,0,0,0,0,0,1,0,0,1,6.526120185852051 +6,0,1,1,1,1,2,6,48,411.3811950683594,949.35064697265625,5610,162.3220977783203,1,0,1.7917594909667969,0,6.019520282745361,3.8712010383605957,6.855778217315674,0,0,0,0,0,1,0,0,1,6.019520282745361 +9,0,1,1,1,0,2,6,55,710.0042724609375,467.532470703125,5628,149.9311065673828,1,0,2.1972246170043945,0,6.565270900726318,4.007333278656006,6.147468566894531,0,0,0,0,0,1,0,0,1,6.565270900726318 +5,0,1,1,1,0,2,6,31,692.65692138671875,270.1298828125,5740,149.9311065673828,1,0,1.6094379425048828,0,6.540534973144531,3.4339871406555176,5.598902702331543,0,0,0,0,0,1,0,0,1,6.540534973144531 +5,0,1,1,1,0,2,6,40,703.80877685546875,81.81818389892578,5728,162.3220977783203,1,0,1.6094379425048828,0,6.556506633758545,3.6888794898986816,4.404499530792236,0,0,0,0,0,1,0,0,1,6.556506633758545 +3,0,1,1,1,0,2,6,48,638.136474609375,228.57142639160156,5352,162.3220977783203,1,0,1.0986123085021973,0,6.458552360534668,3.8712010383605957,5.431848526000977,0,0,0,0,0,1,0,0,1,6.458552360534668 +0.25,0,1,1,0,0,2,6,25,446.07598876953125,567.532470703125,5440,162.3220977783203,1,0,-1.3862943649291992,0,6.100489139556885,3.2188758850097656,6.3412981033325195,0,0,0,0,0,1,0,0,1,6.100489139556885 +4,0,1,1,0,0,2,6,32,664.1575927734375,232.467529296875,5549,149.9311065673828,1,0,1.3862943649291992,0,6.498519420623779,3.465735912322998,5.4487504959106445,0,0,0,0,0,1,0,0,1,6.498519420623779 +6,0,1,1,0,1,2,6,25,648.04931640625,1915.58447265625,5352,162.3220977783203,1,0,1.7917594909667969,0,6.473966598510742,3.2188758850097656,7.5577778816223145,0,0,0,0,0,1,0,0,1,6.473966598510742 +4,0,1,NA,1,0,2,6,57,748.4163818359375,259.7402648925781,5540,162.3220977783203,1,0,1.3862943649291992,0,6.617959499359131,4.043051242828369,5.559682369232178,0,0,0,0,0,1,0,0,1,6.617959499359131 +9,0,1,1,1,0,2,6,22,376.6864013671875,644.15582275390625,5728,162.3220977783203,1,0,2.1972246170043945,0,5.931413173675537,3.0910425186157227,6.467940807342529,0,0,0,0,0,1,0,0,1,5.931413173675537 +1,0,1,1,1,0,2,6,44,426.2503967285156,210.38961791992188,5610,162.3220977783203,1,0,0,0,6.055027008056641,3.7841897010803223,5.348961353302002,0,0,0,0,0,1,0,0,1,6.055027008056641 +4,0,1,1,0,0,2,6,25,408.90301513671875,150.64935302734375,5604,149.9311065673828,1,0,1.3862943649291992,0,6.013477802276611,3.2188758850097656,5.014955043792725,0,0,0,0,0,1,0,0,1,6.013477802276611 +2,0,1,1,0,0,2,6,20,490.68359375,132.467529296875,5628,162.3220977783203,1,0,0.6931471824645996,0,6.195799350738525,2.995732307434082,4.886337757110596,0,0,0,0,0,1,0,0,1,6.195799350738525 +7,0,1,0,1,0,2,6,30,401.4684143066406,228.57142639160156,5410,162.3220977783203,1,0,1.945910096168518,0,5.995128631591797,3.4011974334716797,5.431848526000977,0,0,0,0,0,1,0,0,1,5.995128631591797 +6,0,1,1,1,1,2,6,45,669.114013671875,6189.6103515625,5628,149.9311065673828,1,0,1.7917594909667969,0,6.505954265594482,3.8066625595092773,8.730627059936523,0,0,0,0,0,1,0,0,1,6.505954265594482 +40,0,1,1,1,1,2,6,53,557.594970703125,4845.45458984375,5028,162.3220977783203,1,0,3.6888794898986816,0,6.323632717132568,3.97029185295105,8.485795974731445,0,0,0,0,0,1,0,0,1,6.323632717132568 +2,0,1,1,1,0,2,6,38,526.61749267578125,92.207794189453125,5610,162.3220977783203,1,0,0.6931471824645996,0,6.26647424697876,3.6375861167907715,4.524044513702393,0,0,0,0,0,1,0,0,1,6.26647424697876 +3,0,1,1,1,0,2,6,31,479.5317077636719,535.06494140625,5628,149.9311065673828,1,0,1.0986123085021973,0,6.172810077667236,3.4339871406555176,6.282388210296631,0,0,0,0,0,1,0,0,1,6.172810077667236 +5,0,1,1,1,1,2,6,40,607.15899658203125,2296.10400390625,5349,162.3220977783203,1,0,1.6094379425048828,0,6.408790588378906,3.6888794898986816,7.738968849182129,0,0,0,0,0,1,0,0,1,6.408790588378906 +3,0,1,1,1,0,2,6,32,446.07598876953125,119.48052215576172,5404,162.3220977783203,1,0,1.0986123085021973,0,6.100489139556885,3.465735912322998,4.783153533935547,0,0,0,0,0,1,0,0,1,6.100489139556885 +9,0,1,1,0,1,2,6,20,429.96771240234375,735.06494140625,5628,149.9311065673828,1,0,2.1972246170043945,0,6.0637102127075195,2.995732307434082,6.599958896636963,0,0,0,0,0,1,0,0,1,6.0637102127075195 +9,0,1,1,1,1,2,6,24,460.9451904296875,2464.93505859375,5346,149.9311065673828,1,0,2.1972246170043945,0,6.133279323577881,3.178053855895996,7.809920787811279,0,0,0,0,0,1,0,0,1,6.133279323577881 +3,0,1,1,1,0,2,6,39,411.3811950683594,270.1298828125,5510,149.9311065673828,1,0,1.0986123085021973,0,6.019520282745361,3.6635615825653076,5.598902702331543,0,0,0,0,0,1,0,0,1,6.019520282745361 +20,0,1,1,0,1,2,6,30,527.85662841796875,3472.727294921875,5540,149.9311065673828,1,0,2.995732307434082,0,6.268824577331543,3.4011974334716797,8.152695655822754,0,0,0,0,0,1,0,0,1,6.268824577331543 +13,0,1,1,1,0,2,6,42,485.7272033691406,533.7662353515625,5528,149.9311065673828,1,0,2.5649492740631104,0,6.185647010803223,3.7376697063446045,6.2799577713012695,0,0,0,0,0,1,0,0,1,6.185647010803223 +2,0,1,1,1,1,2,6,26,401.4684143066406,567.532470703125,5152,149.9311065673828,1,0,0.6931471824645996,0,5.995128631591797,3.25809645652771,6.3412981033325195,0,0,0,0,0,1,0,0,1,5.995128631591797 +2,0,1,1,1,0,2,6,49,381.6427917480469,155.8441619873047,5352,162.3220977783203,1,0,0.6931471824645996,0,5.944485187530518,3.891820192337036,5.048856735229492,0,0,0,0,0,1,0,0,1,5.944485187530518 +1,0,1,0,0,1,2,6,27,432.4458923339844,222.0779266357422,5549,149.9311065673828,1,0,0,0,6.069457054138184,3.295836925506592,5.40302848815918,0,0,0,0,0,1,0,0,1,6.069457054138184 +0.25,0,1,1,1,0,2,6,20,500.5964050292969,161.03895568847656,5716,64.433197021484375,1,0,-1.3862943649291992,0,6.2158002853393555,2.995732307434082,5.08164644241333,0,0,0,0,0,1,0,0,1,6.2158002853393555 +4,0,1,1,1,0,2,6,28,669.114013671875,272.7272644042969,5628,149.9311065673828,1,0,1.3862943649291992,0,6.505954265594482,3.332204580307007,5.6084723472595215,0,0,0,0,0,1,0,0,1,6.505954265594482 +9,0,1,1,1,0,2,6,33,371.7300109863281,138.96104431152344,5549,162.3220977783203,1,0,2.1972246170043945,0,5.918167591094971,3.4965076446533203,4.9341936111450195,0,0,0,0,0,1,0,0,1,5.918167591094971 +3,0,1,1,1,0,2,6,50,638.136474609375,522.07794189453125,5137,149.9311065673828,1,0,1.0986123085021973,0,6.458552360534668,3.9120230674743652,6.257816791534424,0,0,0,0,0,1,0,0,1,6.458552360534668 +1,0,1,1,1,0,2,6,53,372.9690856933594,375.3246765136719,5404,162.3220977783203,1,0,0,0,5.92149543762207,3.97029185295105,5.927791595458984,0,0,0,0,0,1,0,0,1,5.92149543762207 +5,0,1,1,1,0,2,6,44,436.1632080078125,159.74026489257812,5728,149.9311065673828,1,0,1.6094379425048828,0,6.07801628112793,3.7841897010803223,5.073549270629883,0,0,0,0,0,1,0,0,1,6.07801628112793 +10,0,1,1,1,0,2,6,57,532.81298828125,455.8441467285156,5549,162.3220977783203,1,0,2.3025851249694824,0,6.278170585632324,4.043051242828369,6.122150897979736,0,0,0,0,0,1,0,0,1,6.278170585632324 +7,0,1,1,1,1,2,6,53,371.7300109863281,1170.1298828125,5352,162.3220977783203,1,0,1.945910096168518,0,5.918167591094971,3.97029185295105,7.0648698806762695,0,0,0,0,0,1,0,0,1,5.918167591094971 +15,0,1,1,1,0,2,6,41,371.7300109863281,1494.80517578125,5628,149.9311065673828,1,0,2.70805025100708,0,5.918167591094971,3.7135720252990723,7.309751033782959,0,0,0,0,0,1,0,0,1,5.918167591094971 +5,0,1,1,1,1,2,6,36,495.6400146484375,389.6103820800781,5352,149.9311065673828,1,0,1.6094379425048828,0,6.205850124359131,3.5835189819335938,5.965147018432617,0,0,0,0,0,1,0,0,1,6.205850124359131 +19,0,1,1,NA,1,2,6,39,477.0534973144531,10944.15625,5628,162.3220977783203,1,0,2.944438934326172,0,6.167628765106201,3.6635615825653076,9.30056095123291,0,0,0,0,0,1,0,0,1,6.167628765106201 +182,0,1,1,1,1,2,6,52,527.85662841796875,2033.7662353515625,5028,162.3220977783203,1,0,5.204006671905518,0,6.268824577331543,3.9512436389923096,7.617644786834717,0,0,0,0,0,1,0,0,1,6.268824577331543 +7,0,1,1,1,1,2,6,64,411.3811950683594,2615.58447265625,5404,162.3220977783203,1,0,1.945910096168518,0,6.019520282745361,4.158883094787598,7.8692426681518555,0,0,0,0,0,1,0,0,1,6.019520282745361 +11,0,1,1,1,0,2,6,48,708.76519775390625,849.35064697265625,5116,149.9311065673828,1,0,2.397895336151123,0,6.56352424621582,3.8712010383605957,6.744472026824951,0,0,0,0,0,1,0,0,1,6.56352424621582 +5,0,1,1,1,1,2,6,26,464.6625061035156,924.67535400390625,5652,162.3220977783203,1,0,1.6094379425048828,0,6.141311168670654,3.25809645652771,6.829442501068115,0,0,0,0,0,1,0,0,1,6.141311168670654 +11,0,1,1,1,0,2,6,50,555.1168212890625,524.67535400390625,5528,162.3220977783203,1,0,2.397895336151123,0,6.319178581237793,3.9120230674743652,6.262779712677002,0,0,0,0,0,1,0,0,1,6.319178581237793 +1,0,1,1,0,0,2,6,52,454.74969482421875,98.70130157470703,5410,162.3220977783203,1,0,0,0,6.119747161865234,3.9512436389923096,4.592098236083984,0,0,0,0,0,1,0,0,1,6.119747161865234 +4,0,1,1,1,0,2,6,24,561.31231689453125,128.57142639160156,5728,149.9311065673828,1,0,1.3862943649291992,0,6.330277442932129,3.178053855895996,4.856484413146973,0,0,0,0,0,1,0,0,1,6.330277442932129 +23,0,1,1,1,0,2,6,44,452.2715148925781,435.06494140625,5428,149.9311065673828,1,0,3.1354942321777344,0,6.114282608032227,3.7841897010803223,6.07549524307251,0,0,0,0,0,1,0,0,1,6.114282608032227 +3,0,1,1,1,0,2,6,26,473.3362121582031,302.597412109375,5740,162.3220977783203,1,0,1.0986123085021973,0,6.159805774688721,3.25809645652771,5.712403297424316,0,0,0,0,0,1,0,0,1,6.159805774688721 +16,0,1,1,NA,0,3,6,37,447.3150939941406,371.4285583496094,5528,149.9311065673828,1,0,2.7725887298583984,0,6.1032633781433105,3.610917806625366,5.917356491088867,0,0,0,0,0,1,0,0,0,6.1032633781433105 +1,0,1,1,1,0,3,6,23,371.7300109863281,6.49350643157959,5440,162.3220977783203,1,0,0,0,5.918167591094971,3.1354942321777344,1.870802640914917,0,0,0,0,0,1,0,0,0,5.918167591094971 +6,0,1,1,1,0,3,6,61,563.79052734375,235.06494140625,5628,162.3220977783203,1,0,1.7917594909667969,0,6.334682941436768,4.110873699188232,5.459861755371094,0,0,0,0,0,1,0,0,0,6.334682941436768 +7,0,1,1,1,0,3,6,27,508.031005859375,363.6363525390625,5628,149.9311065673828,1,0,1.945910096168518,0,6.2305426597595215,3.295836925506592,5.896154403686523,0,0,0,0,0,1,0,0,0,6.2305426597595215 +3,0,1,1,0,0,3,6,47,547.68218994140625,212.9870147705078,5455,149.9311065673828,1,0,1.0986123085021973,0,6.305695056915283,3.8501474857330322,5.361231327056885,0,0,0,0,0,1,0,0,0,6.305695056915283 +3,0,1,1,1,0,3,6,51,448.55419921875,196.10389709472656,5604,162.3220977783203,1,0,1.0986123085021973,0,6.106029510498047,3.931825637817383,5.278644561767578,0,0,0,0,0,1,0,0,0,6.106029510498047 +5,0,1,1,1,0,3,6,41,531.57391357421875,357.1428527832031,5549,162.3220977783203,1,0,1.6094379425048828,0,6.275842189788818,3.7135720252990723,5.878135681152344,0,0,0,0,0,1,0,0,0,6.275842189788818 +8,0,1,1,1,0,3,6,38,444.8369140625,412.98699951171875,5610,149.9311065673828,1,0,2.079441547393799,0,6.097707748413086,3.6375861167907715,6.023416042327881,0,0,0,0,0,1,0,0,0,6.097707748413086 +4,0,1,1,1,0,3,6,26,371.7300109863281,180.5194854736328,5728,162.3220977783203,1,0,1.3862943649291992,0,5.918167591094971,3.25809645652771,5.195838928222656,0,0,0,0,0,1,0,0,0,5.918167591094971 +1,0,1,1,1,0,3,6,40,447.3150939941406,222.0779266357422,5340,149.9311065673828,1,0,0,0,6.1032633781433105,3.6888794898986816,5.40302848815918,0,0,0,0,0,1,0,0,0,6.1032633781433105 +0.25,0,1,1,NA,0,3,6,29,483.2489929199219,158.44155883789062,5649,162.3220977783203,1,0,-1.3862943649291992,0,6.180531978607178,3.367295742034912,5.065385818481445,0,0,0,0,0,1,0,0,0,6.180531978607178 +0.25,0,1,1,1,0,3,6,53,421.29400634765625,101.29869842529297,5728,173.4739990234375,1,0,-1.3862943649291992,0,6.043331146240234,3.97029185295105,4.618073463439941,0,0,0,0,0,1,0,0,0,6.043331146240234 +13,0,1,1,1,1,3,6,23,396.5119934082031,649.35064697265625,5628,162.3220977783203,1,0,2.5649492740631104,0,5.982706069946289,3.1354942321777344,6.475972652435303,0,0,0,0,0,1,0,0,0,5.982706069946289 +2,0,1,1,1,0,3,6,29,527.85662841796875,255.8441619873047,5552,162.3220977783203,1,0,0.6931471824645996,0,6.268824577331543,3.367295742034912,5.5445685386657715,0,0,0,0,0,1,0,0,0,6.268824577331543 +3,0,1,1,1,0,3,6,32,504.3136901855469,49.350650787353516,5549,149.9311065673828,1,0,1.0986123085021973,0,6.223198413848877,3.465735912322998,3.8989510536193848,0,0,0,0,0,1,0,0,0,6.223198413848877 +0.25,0,1,1,1,0,3,6,37,509.2701110839844,163.63636779785156,5443,149.9311065673828,1,0,-1.3862943649291992,0,6.232978343963623,3.610917806625366,5.097646713256836,0,0,0,0,0,1,0,0,0,6.232978343963623 +0.25,0,1,1,NA,0,3,6,19,415.0985107421875,215.58441162109375,5310,161.08299255371094,1,0,-1.3862943649291992,0,6.028515815734863,2.944438934326172,5.373352527618408,0,0,0,0,0,1,0,0,0,6.028515815734863 +3,0,1,1,1,0,3,6,32,529.095703125,127.2727279663086,5549,162.3220977783203,1,0,1.0986123085021973,0,6.271169185638428,3.465735912322998,4.84633207321167,0,0,0,0,0,1,0,0,0,6.271169185638428 +3,0,1,1,0,1,3,6,21,573.70330810546875,257.1428527832031,5549,162.3220977783203,1,0,1.0986123085021973,0,6.352112293243408,3.044522523880005,5.549631595611572,0,0,0,0,0,1,0,0,0,6.352112293243408 +4,0,1,1,1,1,3,6,29,552.63861083984375,2944.15576171875,5352,162.3220977783203,1,0,1.3862943649291992,0,6.314704418182373,3.367295742034912,7.987577438354492,0,0,0,0,0,1,0,0,0,6.314704418182373 +1,0,1,1,1,0,3,6,37,572.46417236328125,125.97402954101562,5549,162.3220977783203,1,0,0,0,6.349950313568115,3.610917806625366,4.836075782775879,0,0,0,0,0,1,0,0,0,6.349950313568115 +0.25,0,1,1,1,0,3,6,50,371.7300109863281,87.01298522949219,5710,162.3220977783203,1,0,-1.3862943649291992,0,5.918167591094971,3.9120230674743652,4.466057300567627,0,0,0,0,0,1,0,0,0,5.918167591094971 +1,0,1,1,1,0,3,6,23,470.8580017089844,261.0389709472656,5549,162.3220977783203,1,0,0,0,6.154556751251221,3.1354942321777344,5.564669609069824,0,0,0,0,0,1,0,0,0,6.154556751251221 +2,0,1,0,1,0,3,6,46,375.4472961425781,184.41558837890625,5349,162.3220977783203,1,0,0.6931471824645996,0,5.9281182289123535,3.828641414642334,5.217191696166992,0,0,0,0,0,1,0,0,0,5.9281182289123535 +5,0,1,1,1,0,3,6,38,458.4670104980469,110.38961029052734,5452,162.3220977783203,1,0,1.6094379425048828,0,6.127888202667236,3.6375861167907715,4.704016208648682,0,0,0,0,0,1,0,0,0,6.127888202667236 +5,0,1,1,1,0,3,6,34,389.077392578125,138.96104431152344,5352,162.3220977783203,1,0,1.6094379425048828,0,5.963778495788574,3.526360511779785,4.9341936111450195,0,0,0,0,0,1,0,0,0,5.963778495788574 +8,0,1,1,0,0,3,6,27,386.5992126464844,416.88311767578125,5528,162.3220977783203,1,0,2.079441547393799,0,5.957388401031494,3.295836925506592,6.032805919647217,0,0,0,0,0,1,0,0,0,5.957388401031494 +0.25,0,1,1,1,0,3,6,47,394.0338134765625,197.40260314941406,5610,149.9311065673828,1,0,-1.3862943649291992,0,5.976436614990234,3.8501474857330322,5.285245418548584,0,0,0,0,0,1,0,0,0,5.976436614990234 +13,0,1,1,1,0,3,6,41,438.6413879394531,1128.5714111328125,5628,149.9311065673828,1,0,2.5649492740631104,0,6.083682060241699,3.7135720252990723,7.028707981109619,0,0,0,0,0,1,0,0,0,6.083682060241699 +3,0,1,1,1,0,3,6,28,421.29400634765625,274.0259704589844,5728,149.9311065673828,1,0,1.0986123085021973,0,6.043331146240234,3.332204580307007,5.613223075866699,0,0,0,0,0,1,0,0,0,6.043331146240234 +4,0,1,1,1,0,3,6,32,377.9255065917969,214.2857208251953,5610,149.9311065673828,1,0,1.3862943649291992,0,5.934697151184082,3.465735912322998,5.367310047149658,0,0,0,0,0,1,0,0,0,5.934697151184082 +3,0,1,1,1,0,3,6,35,439.8804931640625,153.2467498779297,5549,162.3220977783203,1,0,1.0986123085021973,0,6.086503028869629,3.5553481578826904,5.032049179077148,0,0,0,0,0,1,0,0,0,6.086503028869629 +3,0,1,1,1,0,3,6,35,371.7300109863281,200,5549,162.3220977783203,1,0,1.0986123085021973,0,5.918167591094971,3.5553481578826904,5.2983174324035645,0,0,0,0,0,1,0,0,0,5.918167591094971 +8,0,1,1,1,0,3,6,46,459.7060852050781,274.0259704589844,5628,162.3220977783203,1,0,2.079441547393799,0,6.130587577819824,3.828641414642334,5.613223075866699,0,0,0,0,0,1,0,0,0,6.130587577819824 +12,0,1,1,1,1,3,6,38,470.8580017089844,3231.1689453125,5310,162.3220977783203,1,0,2.4849066734313965,0,6.154556751251221,3.6375861167907715,8.080598831176758,0,0,0,0,0,1,0,0,0,6.154556751251221 +12,0,1,1,1,1,3,6,38,470.8580017089844,3231.1689453125,5310,162.3220977783203,1,0,2.4849066734313965,0,6.154556751251221,3.6375861167907715,8.080598831176758,0,0,0,0,0,1,0,0,0,6.154556751251221 +3,0,1,1,1,0,3,6,28,459.7060852050781,183.11688232421875,5549,162.3220977783203,1,0,1.0986123085021973,0,6.130587577819824,3.332204580307007,5.210124492645264,0,0,0,0,0,1,0,0,0,6.130587577819824 +8,0,1,1,0,0,3,6,30,371.7300109863281,377.9220886230469,5510,162.3220977783203,1,0,2.079441547393799,0,5.918167591094971,3.4011974334716797,5.934688091278076,0,0,0,0,0,1,0,0,0,5.918167591094971 +3,0,1,1,0,0,3,6,27,371.7300109863281,455.8441467285156,5510,169.75669860839844,1,0,1.0986123085021973,0,5.918167591094971,3.295836925506592,6.122150897979736,0,0,0,0,0,1,0,0,0,5.918167591094971 +3,0,1,1,1,0,3,6,30,464.6625061035156,197.40260314941406,5713,162.3220977783203,1,0,1.0986123085021973,0,6.141311168670654,3.4011974334716797,5.285245418548584,0,0,0,0,0,1,0,0,0,6.141311168670654 +5,0,1,1,1,0,3,6,33,403.94659423828125,70.12986755371094,5349,162.3220977783203,1,0,1.6094379425048828,0,6.001282691955566,3.4965076446533203,4.2503485679626465,0,0,0,0,0,1,0,0,0,6.001282691955566 +4,0,1,1,0,0,3,6,32,423.7721862792969,283.11688232421875,5443,162.3220977783203,1,0,1.3862943649291992,0,6.049196243286133,3.465735912322998,5.645859718322754,0,0,0,0,0,1,0,0,0,6.049196243286133 +6,0,1,1,1,0,3,6,30,381.6427917480469,384.41558837890625,5628,162.3220977783203,1,0,1.7917594909667969,0,5.944485187530518,3.4011974334716797,5.951724052429199,0,0,0,0,0,1,0,0,0,5.944485187530518 +0.25,0,1,1,1,0,3,6,36,377.9255065917969,76.62337493896484,5649,149.9311065673828,1,0,-1.3862943649291992,0,5.934697151184082,3.5835189819335938,4.338901996612549,0,0,0,0,0,1,0,0,0,5.934697151184082 +4,0,1,0,0,0,3,6,32,386.5992126464844,357.1428527832031,5552,162.3220977783203,1,0,1.3862943649291992,0,5.957388401031494,3.465735912322998,5.878135681152344,0,0,0,0,0,1,0,0,0,5.957388401031494 +1,0,1,1,1,0,3,6,57,371.7300109863281,40.25973892211914,5610,149.9311065673828,1,0,0,0,5.918167591094971,4.043051242828369,3.6953518390655518,0,0,0,0,0,1,0,0,0,5.918167591094971 +1,0,1,1,1,0,3,6,49,484.48809814453125,161.03895568847656,5552,149.9311065673828,1,0,0,0,6.183093070983887,3.891820192337036,5.08164644241333,0,0,0,0,0,1,0,0,0,6.183093070983887 +1,0,1,0,1,0,3,6,36,380.4036865234375,80.51947784423828,5610,149.9311065673828,1,0,0,0,5.941233158111572,3.5835189819335938,4.3884992599487305,0,0,0,0,0,1,0,0,0,5.941233158111572 +3,0,1,0,0,0,3,6,60,391.55560302734375,390.9090881347656,5728,162.3220977783203,1,0,1.0986123085021973,0,5.970127582550049,4.094344615936279,5.968474864959717,0,0,0,0,0,1,0,0,0,5.970127582550049 +4,0,1,1,0,0,3,6,19,395.27288818359375,454.5454406738281,5510,162.3220977783203,1,0,1.3862943649291992,0,5.979576587677002,2.944438934326172,6.119297981262207,0,0,0,0,0,1,0,0,0,5.979576587677002 +2,0,1,1,1,0,3,6,27,446.07598876953125,122.07791900634766,5410,149.9311065673828,1,0,0.6931471824645996,0,6.100489139556885,3.295836925506592,4.804659366607666,0,0,0,0,0,1,0,0,0,6.100489139556885 +1,0,1,0,0,0,3,6,28,436.1632080078125,158.44155883789062,5410,149.9311065673828,1,0,0,0,6.07801628112793,3.332204580307007,5.065385818481445,0,0,0,0,0,1,0,0,0,6.07801628112793 +3,0,1,1,1,0,3,6,31,431.206787109375,111.68830871582031,5549,149.9311065673828,1,0,1.0986123085021973,0,6.066587924957275,3.4339871406555176,4.715712070465088,0,0,0,0,0,1,0,0,0,6.066587924957275 +3,0,1,1,1,0,3,6,53,536.5302734375,236.36363220214844,5728,162.3220977783203,1,0,1.0986123085021973,0,6.285122871398926,3.97029185295105,5.465371608734131,0,0,0,0,0,1,0,0,0,6.285122871398926 +0.25,0,1,1,1,0,3,6,34,446.07598876953125,125.97402954101562,5410,149.9311065673828,1,0,-1.3862943649291992,0,6.100489139556885,3.526360511779785,4.836075782775879,0,0,0,0,0,1,0,0,0,6.100489139556885 +6,0,1,1,1,0,3,6,28,376.6864013671875,403.8961181640625,5628,149.9311065673828,1,0,1.7917594909667969,0,5.931413173675537,3.332204580307007,6.001157760620117,0,0,0,0,0,1,0,0,0,5.931413173675537 +2,0,1,1,NA,0,3,6,28,433.68499755859375,164.93505859375,5549,149.9311065673828,1,0,0.6931471824645996,0,6.0723185539245605,3.332204580307007,5.105551719665527,0,0,0,0,0,1,0,0,0,6.0723185539245605 +2,0,1,1,1,0,3,6,29,387.8382873535156,119.48052215576172,5728,149.9311065673828,1,0,0.6931471824645996,0,5.960588455200195,3.367295742034912,4.783153533935547,0,0,0,0,0,1,0,0,0,5.960588455200195 +1,0,1,1,1,0,3,6,51,371.7300109863281,155.8441619873047,5528,162.3220977783203,1,0,0,0,5.918167591094971,3.931825637817383,5.048856735229492,0,0,0,0,0,1,0,0,0,5.918167591094971 +2,0,1,1,1,0,3,6,41,397.7510986328125,87.01298522949219,5728,149.9311065673828,1,0,0.6931471824645996,0,5.98582649230957,3.7135720252990723,4.466057300567627,0,0,0,0,0,1,0,0,0,5.98582649230957 +7,0,1,0,1,1,3,6,47,394.0338134765625,3506.493408203125,5352,162.3220977783203,1,0,1.945910096168518,0,5.976436614990234,3.8501474857330322,8.162371635437012,0,0,0,0,0,1,0,0,0,5.976436614990234 +5,0,1,1,1,1,3,6,62,397.7510986328125,1028.5714111328125,5628,162.3220977783203,1,0,1.6094379425048828,0,5.98582649230957,4.127134323120117,6.9359259605407715,0,0,0,0,0,1,0,0,0,5.98582649230957 +4,0,1,1,1,1,3,6,36,387.8382873535156,1602.597412109375,5204,149.9311065673828,1,0,1.3862943649291992,0,5.960588455200195,3.5835189819335938,7.37938117980957,0,0,0,0,0,1,0,0,0,5.960588455200195 +1,0,1,1,0,0,3,6,25,371.7300109863281,137.66233825683594,5410,162.3220977783203,1,0,0,0,5.918167591094971,3.2188758850097656,4.924803733825684,0,0,0,0,0,1,0,0,0,5.918167591094971 +11,0,1,0,1,1,3,6,45,429.96771240234375,7137.662109375,5437,162.3220977783203,1,0,2.397895336151123,0,6.0637102127075195,3.8066625595092773,8.873140335083008,0,0,0,0,0,1,0,0,0,6.0637102127075195 +0.25,0,1,1,1,0,3,6,28,408.90301513671875,314.28570556640625,5528,149.9311065673828,1,0,-1.3862943649291992,0,6.013477802276611,3.332204580307007,5.750302314758301,0,0,0,0,0,1,0,0,0,6.013477802276611 +16,0,1,1,1,0,3,6,27,446.07598876953125,485.71429443359375,5440,162.3220977783203,1,0,2.7725887298583984,0,6.100489139556885,3.295836925506592,6.1856207847595215,0,0,0,0,0,1,0,0,0,6.100489139556885 +4,0,1,1,0,0,3,6,38,434.9241027832031,466.2337646484375,5352,162.3220977783203,1,0,1.3862943649291992,0,6.07517147064209,3.6375861167907715,6.144687175750732,0,0,0,0,0,1,0,0,0,6.07517147064209 +4,0,1,1,0,0,3,6,38,434.9241027832031,466.2337646484375,5352,162.3220977783203,1,0,1.3862943649291992,0,6.07517147064209,3.6375861167907715,6.144687175750732,0,0,0,0,0,1,0,0,0,6.07517147064209 +1,0,1,1,1,0,3,6,39,524.1392822265625,2018.1817626953125,5446,162.3220977783203,1,0,0,0,6.2617573738098145,3.6635615825653076,7.609952449798584,0,0,0,0,0,1,0,0,0,6.2617573738098145 +11,0,1,1,1,1,3,6,42,390.3164978027344,3849.3505859375,5310,162.3220977783203,1,0,2.397895336151123,0,5.966958045959473,3.7376697063446045,8.255660057067871,0,0,0,0,0,1,0,0,0,5.966958045959473 +13,0,1,0,1,1,NA,6,29,420.0549011230469,1954.54541015625,5310,149.9311065673828,1,0,2.5649492740631104,0,6.0403852462768555,3.367295742034912,7.5779128074646,0,0,0,0,0,1,0,NA,NA,6.0403852462768555 +2,0,1,1,1,0,3,8,39,582.37701416015625,384.41558837890625,9052,149.9311065673828,1,0,0.6931471824645996,0,6.367117881774902,3.6635615825653076,5.951724052429199,0,0,0,0,0,0,0,0,0,6.367117881774902 +14,0,1,1,1,1,3,8,37,421.29400634765625,648.05194091796875,9004,162.3220977783203,1,0,2.6390573978424072,0,6.043331146240234,3.610917806625366,6.473970890045166,0,0,0,0,0,0,0,0,0,6.043331146240234 +5,0,1,1,1,1,3,8,61,495.6400146484375,992.207763671875,9010,162.3220977783203,1,0,1.6094379425048828,0,6.205850124359131,4.110873699188232,6.899932384490967,0,0,0,0,0,0,0,0,0,6.205850124359131 +4,0,1,1,1,1,3,8,32,574.9423828125,2187.012939453125,9010,162.3220977783203,1,0,1.3862943649291992,0,6.354269981384277,3.465735912322998,7.690291881561279,0,0,0,0,0,0,0,0,0,6.354269981384277 +6,0,1,1,1,0,1,8,33,451.03240966796875,568.8311767578125,9004,162.3220977783203,1,0,1.7917594909667969,0,6.111539363861084,3.4965076446533203,6.343583583831787,0,0,0,0,0,0,0,1,0,6.111539363861084 +8,0,1,0,1,0,1,8,40,411.3811950683594,459.7402648925781,9040,162.3220977783203,1,0,2.079441547393799,0,6.019520282745361,3.6888794898986816,6.130661487579346,0,0,0,0,0,0,0,1,0,6.019520282745361 +6,0,1,1,1,1,3,8,19,371.7300109863281,1723.3765869140625,9040,117.7145004272461,1,0,1.7917594909667969,0,5.918167591094971,2.944438934326172,7.452040672302246,0,0,0,0,0,0,0,0,0,5.918167591094971 +2,0,1,1,1,0,1,8,28,536.5302734375,279.22076416015625,9010,162.3220977783203,1,0,0.6931471824645996,0,6.285122871398926,3.332204580307007,5.632002830505371,0,0,0,0,0,0,0,1,0,6.285122871398926 +28,0,1,1,0,1,2,8,20,537.7694091796875,4361.0390625,9019,162.3220977783203,1,0,3.332204580307007,0,6.2874298095703125,2.995732307434082,8.380465507507324,0,0,0,0,0,0,0,0,1,6.2874298095703125 +5,0,1,0,1,1,1,8,50,432.4458923339844,1844.1558837890625,9052,162.3220977783203,1,0,1.6094379425048828,0,6.069457054138184,3.9120230674743652,7.519776821136475,0,0,0,0,0,0,0,1,0,6.069457054138184 +4,0,1,1,0,1,1,8,25,470.8580017089844,1298.7012939453125,9004,313.4923095703125,1,0,1.3862943649291992,0,6.154556751251221,3.2188758850097656,7.169119834899902,0,0,0,0,0,0,0,1,0,6.154556751251221 +14,0,1,1,0,1,2,8,19,384.1210021972656,658.4415283203125,9040,149.9311065673828,1,0,2.6390573978424072,0,5.950957775115967,2.944438934326172,6.489875793457031,0,0,0,0,0,0,0,0,1,5.950957775115967 +182,0,1,1,1,1,2,8,51,427.489501953125,25974.025390625,9028,268.88470458984375,1,0,5.204006671905518,0,6.057929515838623,3.931825637817383,10.164852142333984,0,0,0,0,0,0,0,0,1,6.057929515838623 +0.25,0,1,1,0,0,2,8,28,473.3362121582031,154.5454559326172,9040,162.3220977783203,1,0,-1.3862943649291992,0,6.159805774688721,3.332204580307007,5.040488243103027,0,0,0,0,0,0,0,0,1,6.159805774688721 +5,0,1,1,1,0,2,8,58,495.6400146484375,880.51947021484375,9010,149.9311065673828,1,0,1.6094379425048828,0,6.205850124359131,4.060442924499512,6.780511856079102,0,0,0,0,0,0,0,0,1,6.205850124359131 +10,0,1,1,1,1,2,8,51,446.07598876953125,628.5714111328125,9010,149.9311065673828,1,0,2.3025851249694824,0,6.100489139556885,3.931825637817383,6.4434494972229,0,0,0,0,0,0,0,0,1,6.100489139556885 +4,0,1,1,0,0,2,8,29,535.29119873046875,358.4415588378906,9040,149.9311065673828,1,0,1.3862943649291992,0,6.282810688018799,3.367295742034912,5.881765842437744,0,0,0,0,0,0,0,0,1,6.282810688018799 +42,0,1,1,1,1,3,8,33,402.7074890136719,60155.84375,9028,149.9311065673828,1,0,3.7376697063446045,0,5.998210430145264,3.4965076446533203,11.004693984985352,0,0,0,0,0,0,0,0,0,5.998210430145264 +7,0,1,1,1,1,3,8,26,501.83551025390625,503.8961181640625,9016,162.3220977783203,1,0,1.945910096168518,0,6.2182722091674805,3.25809645652771,6.222370147705078,0,0,0,0,0,0,0,0,0,6.2182722091674805 +4,0,1,1,1,1,3,8,40,496.87908935546875,237.66233825683594,9010,149.9311065673828,1,0,1.3862943649291992,0,6.208346843719482,3.6888794898986816,5.470850944519043,0,0,0,0,0,0,0,0,0,6.208346843719482 +5,0,1,1,1,1,3,8,31,496.87908935546875,649.35064697265625,9010,149.9311065673828,1,0,1.6094379425048828,0,6.208346843719482,3.4339871406555176,6.475972652435303,0,0,0,0,0,0,0,0,0,6.208346843719482 +5,0,1,1,1,1,3,8,31,496.87908935546875,636.3636474609375,9010,149.9311065673828,1,0,1.6094379425048828,0,6.208346843719482,3.4339871406555176,6.455770015716553,0,0,0,0,0,0,0,0,0,6.208346843719482 +2,0,1,1,1,1,3,8,39,495.6400146484375,2362.337646484375,9010,149.9311065673828,1,0,0.6931471824645996,0,6.205850124359131,3.6635615825653076,7.767406940460205,0,0,0,0,0,0,0,0,0,6.205850124359131 +3,0,1,1,1,0,3,8,53,495.6400146484375,385.71429443359375,9010,162.3220977783203,1,0,1.0986123085021973,0,6.205850124359131,3.97029185295105,5.95509672164917,0,0,0,0,0,0,0,0,0,6.205850124359131 +4,0,1,1,1,1,2,8,30,371.7300109863281,1255.8441162109375,9040,149.9311065673828,1,0,1.3862943649291992,0,5.918167591094971,3.4011974334716797,7.135563373565674,0,0,0,0,0,0,0,0,1,5.918167591094971 +4,0,1,1,1,0,3,8,29,421.29400634765625,433.7662353515625,9010,149.9311065673828,1,0,1.3862943649291992,0,6.043331146240234,3.367295742034912,6.072505950927734,0,0,0,0,0,0,0,0,0,6.043331146240234 +9,0,1,1,0,0,3,8,24,403.94659423828125,480.51947021484375,9010,162.3220977783203,1,0,2.1972246170043945,0,6.001282691955566,3.178053855895996,6.174867630004883,0,0,0,0,0,0,0,0,0,6.001282691955566 +14,0,1,1,1,0,3,8,45,607.15899658203125,2048.052001953125,9028,162.3220977783203,1,0,2.6390573978424072,0,6.408790588378906,3.8066625595092773,7.6246442794799805,0,0,0,0,0,0,0,0,0,6.408790588378906 +11,0,1,1,1,1,3,8,25,381.6427917480469,2857.142822265625,9052,162.3220977783203,1,0,2.397895336151123,0,5.944485187530518,3.2188758850097656,7.957577228546143,0,0,0,0,0,0,0,0,0,5.944485187530518 +4,0,1,1,0,1,3,8,21,413.8594055175781,2968.8310546875,9004,162.3220977783203,1,0,1.3862943649291992,0,6.025526523590088,3.044522523880005,7.9959235191345215,0,0,0,0,0,0,0,0,0,6.025526523590088 +0.25,0,1,1,1,0,1,8,46,391.55560302734375,372.7272644042969,9010,162.3220977783203,1,0,-1.3862943649291992,0,5.970127582550049,3.828641414642334,5.920846939086914,0,0,0,0,0,0,0,1,0,5.970127582550049 +2,0,1,1,1,0,3,7,39,503.0745849609375,53.24675369262695,8090,162.3220977783203,1,0,0.6931471824645996,0,6.220738410949707,3.6635615825653076,3.9749367237091064,0,0,0,0,0,0,1,0,0,6.220738410949707 +4,0,1,1,1,1,1,7,38,475.81439208984375,2609.0908203125,6100,162.3220977783203,1,0,1.3862943649291992,0,6.165027618408203,3.6375861167907715,7.866756916046143,0,0,0,0,0,0,1,1,0,6.165027618408203 +3,0,1,1,0,0,1,7,53,377.9255065917969,281.81817626953125,8031,149.9311065673828,1,0,1.0986123085021973,0,5.934697151184082,3.97029185295105,5.641262054443359,0,0,0,0,0,0,1,1,0,5.934697151184082 +3,0,1,0,1,0,1,7,56,426.2503967285156,107.79220581054688,8042,162.3220977783203,1,0,1.0986123085021973,0,6.055027008056641,4.025351524353027,4.680205345153809,0,0,0,0,0,0,1,1,0,6.055027008056641 +3,0,1,1,1,0,1,7,45,380.4036865234375,116.88311767578125,8042,162.3220977783203,1,0,1.0986123085021973,0,5.941233158111572,3.8066625595092773,4.76117467880249,0,0,0,0,0,0,1,1,0,5.941233158111572 +153,0,1,0,1,1,1,7,31,381.6427917480469,6493.50634765625,8033,162.3220977783203,1,0,5.03043794631958,0,5.944485187530518,3.4339871406555176,8.778557777404785,0,0,0,0,0,0,1,1,0,5.944485187530518 +3,0,1,1,1,1,1,7,54,1237.86083984375,1971.4285888671875,6900,162.3220977783203,1,0,1.0986123085021973,0,7.121140003204346,3.9889841079711914,7.586513519287109,0,0,0,0,0,0,1,1,0,7.121140003204346 +8,0,1,0,1,0,1,7,24,376.6864013671875,0,8034,251.53729248046875,1,0,2.079441547393799,0,5.931413173675537,3.178053855895996,0,0,0,0,0,0,0,1,1,0,5.931413173675537 +3,0,1,1,1,0,1,7,21,505.55279541015625,606.4935302734375,6100,162.3220977783203,1,0,1.0986123085021973,0,6.225652694702148,3.044522523880005,6.407693862915039,0,0,0,0,0,0,1,1,0,6.225652694702148 +0.25,0,1,1,1,1,2,7,52,449.7933044433594,1097.402587890625,6100,162.3220977783203,1,0,-1.3862943649291992,0,6.108788013458252,3.9512436389923096,7.000701427459717,0,0,0,0,0,0,1,0,1,6.108788013458252 +8,0,1,1,1,0,3,7,45,371.7300109863281,403.8961181640625,8090,162.3220977783203,1,0,2.079441547393799,0,5.918167591094971,3.8066625595092773,6.001157760620117,0,0,0,0,0,0,1,0,0,5.918167591094971 +4,0,1,1,1,0,3,7,54,400.22930908203125,6493.50634765625,8042,149.9311065673828,1,0,1.3862943649291992,0,5.992037773132324,3.9889841079711914,8.778557777404785,0,0,0,0,0,0,1,0,0,5.992037773132324 +0.25,0,0,1,0,1,3,1,24,241.62449645996094,650.64935302734375,1840,161.08299255371094,1,0,-1.3862943649291992,0,5.487384796142578,3.178053855895996,6.477971076965332,1,0,0,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,1,22,223.03799438476562,441.5584411621094,1804,148.69200134277344,1,0,1.3862943649291992,0,5.407341957092285,3.0910425186157227,6.090310573577881,1,0,0,0,0,0,0,0,0,0 +30,0,0,1,1,1,1,1,31,225.51620483398438,4002.597412109375,1825,149.9311065673828,1,0,3.4011974334716797,0,5.418392181396484,3.4339871406555176,8.294698715209961,1,0,0,0,0,0,0,1,0,0 +3,0,0,1,1,1,1,1,62,231.71170043945312,829.8701171875,1440,153.64840698242188,1,0,1.0986123085021973,0,5.445493698120117,4.127134323120117,6.721269130706787,1,0,0,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,1,20,168.51759338378906,149.35064697265625,1107,111.51899719238281,1,0,-1.3862943649291992,0,5.127040386199951,2.995732307434082,5.0062971115112305,1,0,0,0,0,0,0,1,0,0 +2,0,0,1,0,1,3,1,28,173.4739990234375,1066.2337646484375,1928,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,3.332204580307007,6.971888065338135,1,0,0,0,0,0,0,0,0,0 +3,0,0,0,1,0,1,1,24,154.8874969482422,105.19480895996094,1425,102.84529876708984,1,0,1.0986123085021973,0,5.042698860168457,3.178053855895996,4.655814170837402,1,0,0,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,1,30,173.4739990234375,168.83116149902344,1425,115.23629760742188,1,0,-1.3862943649291992,0,5.156027793884277,3.4011974334716797,5.128899097442627,1,0,0,0,0,0,0,1,0,0 +6,0,0,1,0,0,1,1,23,208.16879272460938,27.272727966308594,1436,138.77920532226562,1,0,1.7917594909667969,0,5.338349342346191,3.1354942321777344,3.305887222290039,1,0,0,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,1,48,203.21240234375,419.48052978515625,1810,135.06190490722656,1,0,1.0986123085021973,0,5.314251899719238,3.8712010383605957,6.039017200469971,1,0,0,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,1,47,210.64700317382812,138.96104431152344,1425,140.01829528808594,1,0,-1.3862943649291992,0,5.350183963775635,3.8501474857330322,4.9341936111450195,1,0,0,0,0,0,0,1,0,0 +4,0,0,1,0,1,1,1,22,225.51620483398438,1455.8441162109375,1440,149.9311065673828,1,0,1.3862943649291992,0,5.418392181396484,3.0910425186157227,7.283340930938721,1,0,0,0,0,0,0,1,0,0 +3,0,0,1,0,1,1,1,29,227.99440002441406,1831.1688232421875,1513,152.4093017578125,1,0,1.0986123085021973,0,5.4293212890625,3.367295742034912,7.512709617614746,1,0,0,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,2,1,19,198.25599670410156,103.89610290527344,1007,132.5836944580078,1,0,-1.3862943649291992,0,5.2895588874816895,2.944438934326172,4.6433916091918945,1,0,0,0,0,0,0,0,1,0 +9,0,0,1,1,1,3,1,35,223.03799438476562,1957.142822265625,1425,148.69200134277344,1,0,2.1972246170043945,0,5.407341957092285,3.5553481578826904,7.579240798950195,1,0,0,0,0,0,0,0,0,0 +0.25,0,0,0,0,0,1,1,21,168.51759338378906,54.54545593261719,1437,112.75810241699219,1,0,-1.3862943649291992,0,5.127040386199951,3.044522523880005,3.9990344047546387,1,0,0,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,1,22,153.64840698242188,145.4545440673828,1437,102.84529876708984,1,0,0,0,5.034667015075684,3.0910425186157227,4.97986364364624,1,0,0,0,0,0,0,1,0,0 +5,0,0,1,0,0,2,1,28,185.86500549316406,511.6883239746094,1404,123.91000366210938,1,0,1.6094379425048828,0,5.225020408630371,3.332204580307007,6.237715721130371,1,0,0,0,0,0,0,0,1,0 +1,0,0,1,1,1,2,1,28,198.25599670410156,1936.3636474609375,1840,132.5836944580078,1,0,0,0,5.2895588874816895,3.332204580307007,7.568567276000977,1,0,0,0,0,0,0,0,1,0 +1,0,0,0,1,1,2,1,24,198.25599670410156,519.48052978515625,1010,132.5836944580078,1,0,0,0,5.2895588874816895,3.178053855895996,6.252829551696777,1,0,0,0,0,0,0,0,1,0 +1,0,0,1,1,0,3,1,47,154.8874969482422,231.16883850097656,1010,102.84529876708984,1,0,0,0,5.042698860168457,3.8501474857330322,5.443148136138916,1,0,0,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,1,20,189.58230590820312,179.2207794189453,1007,126.38819885253906,1,0,0,0,5.244823455810547,2.995732307434082,5.1886186599731445,1,0,0,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,1,30,115.23629760742188,0,1110,76.82420349121094,1,0,1.3862943649291992,0,4.746984958648682,3.4011974334716797,0,1,0,0,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,1,36,213.1251983642578,181.81817626953125,1440,142.4965057373047,1,0,-1.3862943649291992,0,5.361879825592041,3.5835189819335938,5.203007221221924,1,0,0,0,0,0,0,0,0,0 +3,0,0,1,0,0,2,1,17,173.4739990234375,300,1740,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,2.8332133293151855,5.703782558441162,1,0,0,0,0,0,0,0,1,0 +1,0,0,0,1,0,3,1,58,133.8227996826172,58.441558837890625,1425,89.21520233154297,1,0,0,0,4.8965163230896,4.060442924499512,4.068027496337891,1,0,0,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,1,36,237.90719604492188,161.03895568847656,1110,149.9311065673828,1,0,0,0,5.4718804359436035,3.5835189819335938,5.08164644241333,1,0,0,0,0,0,0,0,0,0 +2,0,0,0,1,1,3,1,53,173.4739990234375,1967.532470703125,1528,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,3.97029185295105,7.584535598754883,1,0,0,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,1,23,158.60479736328125,168.83116149902344,1107,105.32350158691406,1,0,0.6931471824645996,0,5.066415786743164,3.1354942321777344,5.128899097442627,1,0,0,0,0,0,0,0,0,0 +2,0,0,1,0,1,3,1,21,192.0605010986328,2940.259765625,1110,127.6272964477539,1,0,0.6931471824645996,0,5.257810592651367,3.044522523880005,7.986253261566162,1,0,0,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,1,26,223.03799438476562,0,1425,132.5836944580078,1,0,0,0,5.407341957092285,3.25809645652771,0,1,0,0,0,0,0,0,0,0,0 +0.25,0,0,1,1,1,3,1,21,192.0605010986328,529.8701171875,1804,127.6272964477539,1,0,-1.3862943649291992,0,5.257810592651367,3.044522523880005,6.272632122039795,1,0,0,0,0,0,0,0,0,0 +3,0,0,1,0,1,3,1,29,198.25599670410156,897.402587890625,1843,132.5836944580078,1,0,1.0986123085021973,0,5.2895588874816895,3.367295742034912,6.79950475692749,1,0,0,0,0,0,0,0,0,0 +6,0,0,1,0,1,3,1,24,173.4739990234375,2520.779296875,1440,115.23629760742188,1,0,1.7917594909667969,0,5.156027793884277,3.178053855895996,7.8323235511779785,1,0,0,0,0,0,0,0,0,0 +4,0,0,1,1,1,3,1,38,185.86500549316406,2701.298583984375,1804,127.6272964477539,1,0,1.3862943649291992,0,5.225020408630371,3.6375861167907715,7.901487827301025,1,0,0,0,0,0,0,0,0,0 +3,0,0,0,0,1,3,1,18,178.43040466308594,1324.67529296875,1528,118.95359802246094,1,0,1.0986123085021973,0,5.18419885635376,2.890371799468994,7.188922882080078,1,0,0,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,1,40,178.43040466308594,111.68830871582031,1425,118.95359802246094,1,0,-1.3862943649291992,0,5.18419885635376,3.6888794898986816,4.715712070465088,1,0,0,0,0,0,0,0,0,0 +1,0,0,1,0,1,3,1,18,198.25599670410156,2368.8310546875,1528,132.5836944580078,1,0,0,0,5.2895588874816895,2.890371799468994,7.7701520919799805,1,0,0,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,1,24,153.64840698242188,493.5065002441406,1140,102.84529876708984,1,0,-1.3862943649291992,0,5.034667015075684,3.178053855895996,6.201536178588867,1,0,0,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,1,22,154.8874969482422,1128.5714111328125,1543,102.84529876708984,1,0,0.6931471824645996,0,5.042698860168457,3.0910425186157227,7.028707981109619,1,0,0,0,0,0,0,0,0,0 +4,0,0,1,0,1,3,1,24,206.92970275878906,1918.1817626953125,1007,120.19270324707031,1,0,1.3862943649291992,0,5.332379341125488,3.178053855895996,7.559133052825928,1,0,0,0,0,0,0,0,0,0 +0.25,0,0,1,1,1,3,1,39,183.3867950439453,93.5064926147461,1740,121.43180084228516,1,0,-1.3862943649291992,0,5.211597442626953,3.6635615825653076,4.538031101226807,1,0,0,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,1,22,198.25599670410156,1289.6103515625,1928,131.3446044921875,1,0,-1.3862943649291992,0,5.2895588874816895,3.0910425186157227,7.162095546722412,1,0,0,0,0,0,0,0,0,0 +8,0,0,1,1,0,3,1,21,223.03799438476562,1136.3636474609375,1904,148.69200134277344,1,0,2.079441547393799,0,5.407341957092285,3.044522523880005,7.03558874130249,1,0,0,0,0,0,0,0,0,0 +3,0,0,0,0,1,3,1,22,92.93250274658203,4020.779296875,1528,61.95500183105469,1,0,1.0986123085021973,0,4.5318732261657715,3.0910425186157227,8.299230575561523,1,0,0,0,0,0,0,0,0,0 +3,0,0,0,0,1,3,1,57,172.23489379882812,5140.259765625,1013,120.19270324707031,1,0,1.0986123085021973,0,5.148859024047852,4.043051242828369,8.544858932495117,1,0,0,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,1,20,173.4739990234375,292.2077941894531,1425,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,2.995732307434082,5.677464962005615,1,0,0,0,0,0,0,0,0,0 +4,0,0,0,0,1,3,1,66,120.19270324707031,755.84417724609375,1528,71.8677978515625,1,0,1.3862943649291992,0,4.789096355438232,4.18965482711792,6.627835273742676,1,0,0,0,0,0,0,0,0,0 +6,0,0,0,0,1,3,1,44,158.60479736328125,3648.052001953125,1010,105.32350158691406,1,0,1.7917594909667969,0,5.066415786743164,3.7841897010803223,8.201948165893555,1,0,0,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,1,18,149.9311065673828,0,1804,90.45429992675781,1,0,0,0,5.010175704956055,2.890371799468994,0,1,0,0,0,0,0,0,0,0,0 +4,0,0,0,1,1,3,1,49,163.5612030029297,1267.532470703125,1110,109.04080200195312,1,0,1.3862943649291992,0,5.097187042236328,3.891820192337036,7.144827365875244,1,0,0,0,0,0,0,0,0,0 +6,0,0,0,0,1,3,1,47,236.66810607910156,1402.597412109375,1904,149.9311065673828,1,0,1.7917594909667969,0,5.466658592224121,3.8501474857330322,7.2460808753967285,1,0,0,0,0,0,0,0,0,0 +5,0,0,1,1,1,3,1,18,153.64840698242188,1176.6234130859375,1110,102.84529876708984,1,0,1.6094379425048828,0,5.034667015075684,2.890371799468994,7.070404052734375,1,0,0,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,1,34,153.64840698242188,171.42857360839844,1110,102.84529876708984,1,0,0,0,5.034667015075684,3.526360511779785,5.144166469573975,1,0,0,0,0,0,0,0,0,0 +0.25,0,0,0,1,0,3,1,24,115.23629760742188,77.92208099365234,1528,92.93250274658203,1,0,-1.3862943649291992,0,4.746984958648682,3.178053855895996,4.355709552764893,1,0,0,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,1,29,153.64840698242188,2077.922119140625,1107,73.106903076171875,1,0,0,0,5.034667015075684,3.367295742034912,7.639123916625977,1,0,0,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,1,25,227.99440002441406,0,1440,149.9311065673828,1,0,0.6931471824645996,0,5.4293212890625,3.2188758850097656,0,1,0,0,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,1,22,180.90859985351562,50.649349212646484,1010,120.19270324707031,1,0,0,0,5.197991847991943,3.0910425186157227,3.924926280975342,1,0,0,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,2,22,185.86500549316406,179.2207794189453,2552,86.73699951171875,1,0,0.6931471824645996,0,5.225020408630371,3.0910425186157227,5.1886186599731445,0,1,0,0,0,0,0,0,0,0 +44,0,0,1,0,0,1,2,20,187.10409545898438,2551.947998046875,2040,89.21520233154297,1,0,3.7841897010803223,0,5.231665134429932,2.995732307434082,7.844612121582031,0,1,0,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,2,31,219.32069396972656,170.12986755371094,2552,149.9311065673828,1,0,-1.3862943649291992,0,5.3905348777771,3.4339871406555176,5.136561870574951,0,1,0,0,0,0,0,1,0,0 +5,0,0,0,1,0,1,2,26,221.7989044189453,477.9220886230469,2552,147.45289611816406,1,0,1.6094379425048828,0,5.401771068572998,3.25809645652771,6.169447898864746,0,1,0,0,0,0,0,1,0,0 +1,0,0,1,1,0,2,2,57,198.25599670410156,238.96104431152344,2537,132.5836944580078,1,0,0,0,5.2895588874816895,4.043051242828369,5.4763007164001465,0,1,0,0,0,0,0,0,1,0 +3,0,0,1,1,0,3,2,24,223.03799438476562,136.36363220214844,2052,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,3.178053855895996,4.915325164794922,0,1,0,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,2,21,161.08299255371094,198.7012939453125,2552,107.80169677734375,1,0,1.3862943649291992,0,5.0819196701049805,3.044522523880005,5.291802883148193,0,1,0,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,2,56,198.25599670410156,380.51947021484375,2128,131.3446044921875,1,0,1.0986123085021973,0,5.2895588874816895,4.025351524353027,5.941537380218506,0,1,0,0,0,0,0,0,0,0 +16,0,0,1,1,1,3,2,35,237.90719604492188,1553.2467041015625,2052,149.9311065673828,1,0,2.7725887298583984,0,5.4718804359436035,3.5553481578826904,7.348102569580078,0,1,0,0,0,0,0,0,0,0 +5,0,0,1,0,0,3,2,24,173.4739990234375,192.20779418945312,2052,115.23629760742188,1,0,1.6094379425048828,0,5.156027793884277,3.178053855895996,5.2585768699646,0,1,0,0,0,0,0,0,0,0 +6,0,0,1,0,1,3,2,20,184.6259002685547,1119.48046875,2152,122.6708984375,1,0,1.7917594909667969,0,5.218331813812256,2.995732307434082,7.020619869232178,0,1,0,0,0,0,0,0,0,0 +1,0,0,0,0,0,3,2,24,146.21380615234375,189.61038208007812,2552,97.88890075683594,1,0,0,0,4.985069751739502,3.178053855895996,5.24497127532959,0,1,0,0,0,0,0,0,0,0 +7,0,0,1,1,1,3,2,59,166.03939819335938,2638.9609375,2534,110.27989959716797,1,0,1.945910096168518,0,5.11222505569458,4.077537536621094,7.878140449523926,0,1,0,0,0,0,0,0,0,0 +5,0,0,0,NA,0,3,2,45,168.51759338378906,248.05194091796875,2052,111.51899719238281,1,0,1.6094379425048828,0,5.127040386199951,3.8066625595092773,5.513638019561768,0,1,0,0,0,0,0,0,0,0 +112,0,0,0,1,0,3,2,47,137.54010009765625,9644.15625,2552,83.01969909667969,1,0,4.718498706817627,0,4.923915386199951,3.8501474857330322,9.174107551574707,0,1,0,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,29,163.5612030029297,1254.54541015625,3340,109.04080200195312,1,0,0,0,5.097187042236328,3.367295742034912,7.134528636932373,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,3,46,213.1251983642578,79.22077941894531,3152,142.4965057373047,1,0,1.3862943649291992,0,5.361879825592041,3.828641414642334,4.372238636016846,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,25,214.3643035888672,84.41558074951172,3152,142.4965057373047,1,0,0,0,5.367676734924316,3.2188758850097656,4.435751914978027,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,60,136.30099487304688,77.92208099365234,3740,91.69339752197266,1,0,0,0,4.914865493774414,4.094344615936279,4.355709552764893,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,1,3,3,25,185.86500549316406,1775.32470703125,3340,123.91000366210938,1,0,1.945910096168518,0,5.225020408630371,3.2188758850097656,7.481738567352295,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,0,0,3,3,65,138.77920532226562,416.88311767578125,3628,94.171600341796875,1,0,2.1972246170043945,0,4.932884216308594,4.174387454986572,6.032805919647217,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,NA,0,3,3,40,210.64700317382812,789.61041259765625,3540,140.01829528808594,1,0,1.7917594909667969,0,5.350183963775635,3.6888794898986816,6.671539783477783,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,1,0,3,3,60,210.64700317382812,487.01300048828125,3510,140.01829528808594,1,0,1.7917594909667969,0,5.350183963775635,4.094344615936279,6.188290596008301,0,0,1,0,0,0,0,0,0,0 +19,0,0,1,0,0,3,3,22,184.6259002685547,187.0129852294922,3128,122.6708984375,1,0,2.944438934326172,0,5.218331813812256,3.0910425186157227,5.231178283691406,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,17,115.23629760742188,224.67532348632812,3504,47.08580017089844,1,0,0,0,4.746984958648682,2.8332133293151855,5.414656162261963,0,0,1,0,0,0,0,0,0,0 +32,0,0,1,1,1,3,3,51,143.735595703125,1851.947998046875,3328,49.56399917602539,1,0,3.465735912322998,0,4.967975616455078,3.931825637817383,7.523993492126465,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,1,0,1,3,24,198.25599670410156,159.74026489257812,3640,132.5836944580078,1,0,1.0986123085021973,0,5.2895588874816895,3.178053855895996,5.073549270629883,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,1,0,1,3,51,180.90859985351562,90.909088134765625,3640,109.04080200195312,1,0,0.6931471824645996,0,5.197991847991943,3.931825637817383,4.509860038757324,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,0,0,1,3,18,116.47540283203125,1010.3895874023438,3640,76.82420349121094,1,0,2.079441547393799,0,4.7576799392700195,2.890371799468994,6.918091297149658,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,22,151.17019653320312,115.58441925048828,3610,101.606201171875,1,0,0.6931471824645996,0,5.018406391143799,3.0910425186157227,4.750000953674316,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,29,185.86500549316406,348.05194091796875,3640,123.91000366210938,1,0,1.0986123085021973,0,5.225020408630371,3.367295742034912,5.852351665496826,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,0,1,3,42,223.03799438476562,1037.662353515625,3510,148.69200134277344,1,0,1.7917594909667969,0,5.407341957092285,3.7376697063446045,6.944725513458252,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,22,227.99440002441406,241.55844116210938,3628,149.9311065673828,1,0,1.0986123085021973,0,5.4293212890625,3.0910425186157227,5.487111568450928,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,32,218.08160400390625,90.909088134765625,3740,144.97470092773438,1,0,1.0986123085021973,0,5.38486909866333,3.465735912322998,4.509860038757324,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,1,1,3,26,185.86500549316406,1722.077880859375,3210,149.9311065673828,1,0,1.0986123085021973,0,5.225020408630371,3.25809645652771,7.451286792755127,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,1,0,1,3,25,143.735595703125,414.28570556640625,3310,95.41069793701172,1,0,2.079441547393799,0,4.967975616455078,3.2188758850097656,6.026556015014648,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,1,1,1,3,24,205.6905975341797,118.18181610107422,3640,137.54010009765625,1,0,1.3862943649291992,0,5.326373100280762,3.178053855895996,4.772224426269531,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,24,159.84390258789062,88.31169128417969,3640,106.5625991821289,1,0,-1.3862943649291992,0,5.074197769165039,3.178053855895996,4.480872631072998,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,27,231.71170043945312,153.2467498779297,3152,149.9311065673828,1,0,0.6931471824645996,0,5.445493698120117,3.295836925506592,5.032049179077148,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,1,1,3,26,231.71170043945312,750.64935302734375,3628,149.9311065673828,1,0,1.7917594909667969,0,5.445493698120117,3.25809645652771,6.620938777923584,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,58,201.97329711914062,184.41558837890625,3640,133.8227996826172,1,0,-1.3862943649291992,0,5.308135509490967,4.060442924499512,5.217191696166992,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,1,0,1,3,26,132.5836944580078,118.18181610107422,3628,87.9760971069336,1,0,1.3862943649291992,0,4.887214183807373,3.25809645652771,4.772224426269531,0,0,1,0,0,0,0,1,0,0 +17,0,0,1,1,1,1,3,37,215.6033935546875,3428.571533203125,3052,143.735595703125,1,0,2.8332133293151855,0,5.373440742492676,3.610917806625366,8.139899253845215,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,0,0,1,3,19,242.8636016845703,1922.077880859375,3340,149.9311065673828,1,0,1.945910096168518,0,5.492499828338623,2.944438934326172,7.561161994934082,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,3,23,174.71310424804688,87.01298522949219,3152,116.47540283203125,1,0,-1.3862943649291992,0,5.163145065307617,3.1354942321777344,4.466057300567627,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,33,241.62449645996094,114.28571319580078,3452,149.9311065673828,1,0,0,0,5.487384796142578,3.4965076446533203,4.738701343536377,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,23,234.1898956298828,87.01298522949219,3640,149.9311065673828,1,0,1.0986123085021973,0,5.456132411956787,3.1354942321777344,4.466057300567627,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,0,1,1,3,40,223.03799438476562,1496.1038818359375,3540,149.9311065673828,1,0,1.945910096168518,0,5.407341957092285,3.6888794898986816,7.310619831085205,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,26,201.97329711914062,98.70130157470703,3549,133.8227996826172,1,0,-1.3862943649291992,0,5.308135509490967,3.25809645652771,4.592098236083984,0,0,1,0,0,0,0,1,0,0 +9,0,0,1,NA,0,1,3,25,136.30099487304688,232.467529296875,3310,90.45429992675781,1,0,2.1972246170043945,0,4.914865493774414,3.2188758850097656,5.4487504959106445,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,1,1,1,3,45,163.5612030029297,1638.9610595703125,3410,109.04080200195312,1,0,2.079441547393799,0,5.097187042236328,3.8066625595092773,7.401817798614502,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,1,0,1,3,53,167.27850341796875,307.7922058105469,3528,111.51899719238281,1,0,2.079441547393799,0,5.119659900665283,3.97029185295105,5.729424953460693,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,0,1,3,20,162.3220977783203,588.31170654296875,3740,109.04080200195312,1,0,1.6094379425048828,0,5.089582443237305,2.995732307434082,6.377256870269775,0,0,1,0,0,0,0,1,0,0 +10,0,0,1,1,0,1,3,22,183.3867950439453,584.41558837890625,3452,122.6708984375,1,0,2.3025851249694824,0,5.211597442626953,3.0910425186157227,6.370612144470215,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,36,225.51620483398438,116.88311767578125,3146,149.9311065673828,1,0,1.0986123085021973,0,5.418392181396484,3.5835189819335938,4.76117467880249,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,1,1,3,25,237.90719604492188,481.81817626953125,3110,149.9311065673828,1,0,0,0,5.4718804359436035,3.2188758850097656,6.177567005157471,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,40,235.4290008544922,279.22076416015625,3052,156.12660217285156,1,0,1.0986123085021973,0,5.461409568786621,3.6888794898986816,5.632002830505371,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,1,1,3,31,241.62449645996094,1022.0779418945312,3446,161.08299255371094,1,0,1.0986123085021973,0,5.487384796142578,3.4339871406555176,6.929593086242676,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,0,0,1,3,20,211.88609313964844,177.9220733642578,3743,141.2574005126953,1,0,0,0,5.356049060821533,2.995732307434082,5.181345462799072,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,0,0,1,3,55,216.84249877929688,76.62337493896484,3337,144.97470092773438,1,0,0,0,5.379171371459961,4.007333278656006,4.338901996612549,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,0,0,1,3,23,143.735595703125,105.19480895996094,3710,95.41069793701172,1,0,0.6931471824645996,0,4.967975616455078,3.1354942321777344,4.655814170837402,0,0,1,0,0,0,0,1,0,0 +34,0,0,0,1,1,1,3,48,143.735595703125,3002.597412109375,3510,95.41069793701172,1,0,3.526360511779785,0,4.967975616455078,3.8712010383605957,8.007232666015625,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,1,0,1,3,45,178.43040466308594,45.45454406738281,3504,118.95359802246094,1,0,0,0,5.18419885635376,3.8066625595092773,3.8167128562927246,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,1,1,1,3,22,163.5612030029297,1579.2208251953125,3452,109.04080200195312,1,0,1.3862943649291992,0,5.097187042236328,3.0910425186157227,7.364686965942383,0,0,1,0,0,0,0,1,0,0 +7,0,0,0,1,1,1,3,40,99.12799835205078,1794.80517578125,3510,99.12799835205078,1,0,1.945910096168518,0,4.59641170501709,3.6888794898986816,7.49265193939209,0,0,1,0,0,0,0,1,0,0 +13,0,0,0,1,1,1,3,40,148.69200134277344,2444.15576171875,3410,99.12799835205078,1,0,2.5649492740631104,0,5.0018768310546875,3.6888794898986816,7.801455020904541,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,1,0,1,3,20,143.735595703125,136.36363220214844,3452,95.41069793701172,1,0,0,0,4.967975616455078,2.995732307434082,4.915325164794922,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,32,143.735595703125,85.71428680419922,3728,95.41069793701172,1,0,-1.3862943649291992,0,4.967975616455078,3.465735912322998,4.451019287109375,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,52,153.64840698242188,141.55844116210938,3304,102.84529876708984,1,0,-1.3862943649291992,0,5.034667015075684,3.9512436389923096,4.952712535858154,0,0,1,0,0,0,0,1,0,0 +11,0,0,0,0,0,1,3,61,241.62449645996094,412.98699951171875,3504,161.08299255371094,1,0,2.397895336151123,0,5.487384796142578,4.110873699188232,6.023416042327881,0,0,1,0,0,0,0,1,0,0 +13,0,0,0,1,0,1,3,29,148.69200134277344,597.402587890625,3428,83.01969909667969,1,0,2.5649492740631104,0,5.0018768310546875,3.367295742034912,6.3925909996032715,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,0,1,1,3,21,166.03939819335938,733.7662353515625,3422,110.27989959716797,1,0,1.7917594909667969,0,5.11222505569458,3.044522523880005,6.5981903076171875,0,0,1,0,0,0,0,1,0,0 +9,0,0,0,1,0,1,3,38,142.4965057373047,233.7662353515625,3428,95.41069793701172,1,0,2.1972246170043945,0,4.959317684173584,3.6375861167907715,5.454321384429932,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,0,0,1,3,20,153.64840698242188,88.31169128417969,3640,102.84529876708984,1,0,0,0,5.034667015075684,2.995732307434082,4.480872631072998,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,3,25,153.64840698242188,38.96104049682617,3640,102.84529876708984,1,0,1.0986123085021973,0,5.034667015075684,3.2188758850097656,3.662562131881714,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,0,0,1,3,49,187.10409545898438,66.2337646484375,3643,125.14910125732422,1,0,1.3862943649291992,0,5.231665134429932,3.891820192337036,4.193190574645996,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,0,0,1,3,18,172.23489379882812,0,3437,113.99720001220703,1,0,-1.3862943649291992,0,5.148859024047852,2.890371799468994,0,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,39,178.43040466308594,80.51947784423828,3152,118.95359802246094,1,0,1.0986123085021973,0,5.18419885635376,3.6635615825653076,4.3884992599487305,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,0,0,1,3,20,153.64840698242188,74.025970458984375,3640,102.84529876708984,1,0,0,0,5.034667015075684,2.995732307434082,4.304416179656982,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,1,0,1,3,41,221.7989044189453,1129.8701171875,3749,147.45289611816406,1,0,1.7917594909667969,0,5.401771068572998,3.7135720252990723,7.029858112335205,0,0,1,0,0,0,0,1,0,0 +7,0,0,0,1,0,1,3,31,153.64840698242188,2571.428466796875,3452,102.84529876708984,1,0,1.945910096168518,0,5.034667015075684,3.4339871406555176,7.852216720581055,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,1,1,1,3,47,230.47259521484375,1432.467529296875,3610,153.64840698242188,1,0,1.7917594909667969,0,5.440132141113281,3.8501474857330322,7.267153739929199,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,1,0,1,3,33,185.86500549316406,1841.5584716796875,3540,123.91000366210938,1,0,1.3862943649291992,0,5.225020408630371,3.4965076446533203,7.518367290496826,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,20,223.03799438476562,142.85714721679688,3540,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,2.995732307434082,4.961845397949219,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,0,1,1,3,23,143.735595703125,1419.48046875,3504,95.41069793701172,1,0,2.079441547393799,0,4.967975616455078,3.1354942321777344,7.2580461502075195,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,1,0,1,3,19,153.64840698242188,150.64935302734375,3640,102.84529876708984,1,0,0,0,5.034667015075684,2.944438934326172,5.014955043792725,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,0,0,1,3,21,198.25599670410156,94.80519104003906,3640,132.5836944580078,1,0,-1.3862943649291992,0,5.2895588874816895,3.044522523880005,4.55182409286499,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,0,0,1,3,29,156.12660217285156,297.402587890625,3152,104.08439636230469,1,0,0.6931471824645996,0,5.0506672859191895,3.367295742034912,5.69508695602417,0,0,1,0,0,0,0,1,0,0 +37,0,0,0,1,1,1,3,53,161.08299255371094,9402.59765625,3504,107.80169677734375,1,0,3.610917806625366,0,5.0819196701049805,3.97029185295105,9.148741722106934,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,3,52,173.4739990234375,58.441558837890625,3628,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,3.9512436389923096,4.068027496337891,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,23,151.17019653320312,103.89610290527344,3740,100.36710357666016,1,0,1.0986123085021973,0,5.018406391143799,3.1354942321777344,4.6433916091918945,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,1,0,1,3,35,218.08160400390625,83.11688232421875,3352,146.21380615234375,1,0,0,0,5.38486909866333,3.5553481578826904,4.420248031616211,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,31,218.08160400390625,284.41558837890625,3628,144.97470092773438,1,0,1.0986123085021973,0,5.38486909866333,3.4339871406555176,5.6504364013671875,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,26,183.3867950439453,194.80519104003906,3513,122.6708984375,1,0,-1.3862943649291992,0,5.211597442626953,3.25809645652771,5.271999835968018,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,22,143.735595703125,142.85714721679688,3510,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,3.0910425186157227,4.961845397949219,0,0,1,0,0,0,0,1,0,0 +9,0,0,1,0,0,1,3,39,178.43040466308594,264.93505859375,3513,118.95359802246094,1,0,2.1972246170043945,0,5.18419885635376,3.6635615825653076,5.579484939575195,0,0,1,0,0,0,0,1,0,0 +12,0,0,1,1,0,3,3,50,210.64700317382812,716.88311767578125,3428,140.01829528808594,1,0,2.4849066734313965,0,5.350183963775635,3.9120230674743652,6.574913024902344,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,NA,0,1,3,23,148.69200134277344,263.6363525390625,3340,99.12799835205078,1,0,1.3862943649291992,0,5.0018768310546875,3.1354942321777344,5.574570655822754,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,33,193.2996063232422,157.14285278320312,3710,128.86639404296875,1,0,0,0,5.2642412185668945,3.4965076446533203,5.057155132293701,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,1,0,1,3,19,173.4739990234375,167.532470703125,3510,115.23629760742188,1,0,1.3862943649291992,0,5.156027793884277,2.944438934326172,5.1211771965026855,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,25,198.25599670410156,376.6233825683594,3340,131.3446044921875,1,0,1.0986123085021973,0,5.2895588874816895,3.2188758850097656,5.931245803833008,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,0,1,3,19,113.99720001220703,97.40259552001953,3610,75.58509826660156,1,0,1.7917594909667969,0,4.7361741065979,2.944438934326172,4.578852653503418,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,1,0,1,3,32,143.735595703125,115.58441925048828,3510,95.41069793701172,1,0,1.3862943649291992,0,4.967975616455078,3.465735912322998,4.750000953674316,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,0,1,1,3,19,156.12660217285156,4005.19482421875,3640,104.08439636230469,1,0,1.945910096168518,0,5.0506672859191895,2.944438934326172,8.295347213745117,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,0,1,3,20,161.08299255371094,232.467529296875,3640,107.80169677734375,1,0,1.6094379425048828,0,5.0819196701049805,2.995732307434082,5.4487504959106445,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,0,1,3,19,226.7552947998047,562.337646484375,3328,151.17019653320312,1,0,1.7917594909667969,0,5.4238715171813965,2.944438934326172,6.332102298736572,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,1,1,3,41,173.4739990234375,1419.48046875,3740,115.23629760742188,1,0,1.6094379425048828,0,5.156027793884277,3.7135720252990723,7.2580461502075195,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,1,1,3,41,173.4739990234375,2936.363525390625,3740,115.23629760742188,1,0,1.6094379425048828,0,5.156027793884277,3.7135720252990723,7.984927177429199,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,1,0,1,3,17,153.64840698242188,141.55844116210938,3628,102.84529876708984,1,0,1.945910096168518,0,5.034667015075684,2.8332133293151855,4.952712535858154,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,33,221.7989044189453,244.1558380126953,3613,147.45289611816406,1,0,0,0,5.401771068572998,3.4965076446533203,5.497806549072266,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,38,210.64700317382812,296.1038818359375,3236,140.01829528808594,1,0,1.0986123085021973,0,5.350183963775635,3.6375861167907715,5.690710544586182,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,0,0,1,3,20,95.41069793701172,300,3328,95.41069793701172,1,0,2.079441547393799,0,4.558190822601318,2.995732307434082,5.703782558441162,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,0,0,1,3,21,95.41069793701172,300,3328,95.41069793701172,1,0,2.079441547393799,0,4.558190822601318,3.044522523880005,5.703782558441162,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,23,153.64840698242188,225.97402954101562,3640,102.84529876708984,1,0,0,0,5.034667015075684,3.1354942321777344,5.420420169830322,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,3,20,173.4739990234375,154.5454559326172,3510,115.23629760742188,1,0,-1.3862943649291992,0,5.156027793884277,2.995732307434082,5.040488243103027,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,18,198.25599670410156,161.03895568847656,3540,131.3446044921875,1,0,0,0,5.2895588874816895,2.890371799468994,5.08164644241333,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,0,1,3,21,143.735595703125,863.6363525390625,3640,95.41069793701172,1,0,1.7917594909667969,0,4.967975616455078,3.044522523880005,6.7611517906188965,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,0,1,1,3,55,240.38540649414062,74.025970458984375,3728,149.9311065673828,1,0,0.6931471824645996,0,5.482243537902832,4.007333278656006,4.304416179656982,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,3,18,143.735595703125,96.10389709472656,3640,27.26020050048828,1,0,-1.3862943649291992,0,4.967975616455078,2.890371799468994,4.5654296875,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,32,163.5612030029297,66.2337646484375,3252,109.04080200195312,1,0,0,0,5.097187042236328,3.465735912322998,4.193190574645996,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,18,161.08299255371094,123.37662506103516,3540,107.80169677734375,1,0,0.6931471824645996,0,5.0819196701049805,2.890371799468994,4.815241813659668,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,NA,0,1,3,65,161.08299255371094,250.64935302734375,3340,91.69339752197266,1,0,0,0,5.0819196701049805,4.174387454986572,5.524055004119873,0,0,1,0,0,0,0,1,0,0 +9,0,0,1,0,0,1,3,25,200.7342071533203,161.03895568847656,3628,133.8227996826172,1,0,2.1972246170043945,0,5.301981449127197,3.2188758850097656,5.08164644241333,0,0,1,0,0,0,0,1,0,0 +21,0,0,0,1,1,1,3,22,223.03799438476562,3972.727294921875,3640,148.69200134277344,1,0,3.044522523880005,0,5.407341957092285,3.0910425186157227,8.287208557128906,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,19,210.64700317382812,222.0779266357422,3602,140.01829528808594,1,0,1.0986123085021973,0,5.350183963775635,2.944438934326172,5.40302848815918,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,31,148.69200134277344,188.3116912841797,3640,99.12799835205078,1,0,0.6931471824645996,0,5.0018768310546875,3.4339871406555176,5.238098621368408,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,0,0,1,3,21,195.77780151367188,222.0779266357422,3728,130.10549926757812,1,0,1.3862943649291992,0,5.276980400085449,3.044522523880005,5.40302848815918,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,1,1,3,51,223.03799438476562,1472.727294921875,3210,148.69200134277344,1,0,1.6094379425048828,0,5.407341957092285,3.931825637817383,7.2948713302612305,0,0,1,0,0,0,0,1,0,0 +13,0,0,0,1,0,1,3,42,227.99440002441406,458.4415588378906,3452,152.4093017578125,1,0,2.5649492740631104,0,5.4293212890625,3.7376697063446045,6.127832889556885,0,0,1,0,0,0,0,1,0,0 +13,0,0,0,1,0,1,3,42,227.99440002441406,458.4415588378906,3452,152.4093017578125,1,0,2.5649492740631104,0,5.4293212890625,3.7376697063446045,6.127832889556885,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,1,0,1,3,28,161.08299255371094,55.844154357910156,3152,107.80169677734375,1,0,0.6931471824645996,0,5.0819196701049805,3.332204580307007,4.022564888000488,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,NA,0,1,3,29,153.64840698242188,262.3376770019531,3640,102.84529876708984,1,0,2.079441547393799,0,5.034667015075684,3.367295742034912,5.569632530212402,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,33,185.86500549316406,81.81818389892578,3740,123.91000366210938,1,0,0,0,5.225020408630371,3.4965076446533203,4.404499530792236,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,1,1,3,18,215.6033935546875,2210.3896484375,3340,143.735595703125,1,0,1.6094379425048828,0,5.373440742492676,2.890371799468994,7.700923919677734,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,20,203.21240234375,150.64935302734375,3640,136.30099487304688,1,0,0,0,5.314251899719238,2.995732307434082,5.014955043792725,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,30,210.64700317382812,133.7662353515625,3549,140.01829528808594,1,0,-1.3862943649291992,0,5.350183963775635,3.4011974334716797,4.896093845367432,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,0,1,3,42,227.99440002441406,290.9090881347656,3640,149.9311065673828,1,0,1.7917594909667969,0,5.4293212890625,3.7376697063446045,5.67301082611084,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,22,198.25599670410156,432.467529296875,3528,132.5836944580078,1,0,0.6931471824645996,0,5.2895588874816895,3.0910425186157227,6.069507122039795,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,44,173.4739990234375,71.42857360839844,3640,115.23629760742188,1,0,-1.3862943649291992,0,5.156027793884277,3.7841897010803223,4.268698215484619,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,21,188.34320068359375,272.7272644042969,3152,125.14910125732422,1,0,1.0986123085021973,0,5.2382659912109375,3.044522523880005,5.6084723472595215,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,1,0,1,3,22,218.08160400390625,281.81817626953125,3740,144.97470092773438,1,0,0.6931471824645996,0,5.38486909866333,3.0910425186157227,5.641262054443359,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,0,1,3,22,210.64700317382812,223.37661743164062,3647,140.01829528808594,1,0,1.6094379425048828,0,5.350183963775635,3.0910425186157227,5.4088592529296875,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,1,1,3,23,173.4739990234375,792.207763671875,3443,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,3.1354942321777344,6.674823760986328,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,29,173.4739990234375,89.61038970947266,3340,115.23629760742188,1,0,0,0,5.156027793884277,3.367295742034912,4.495471477508545,0,0,1,0,0,0,0,1,0,0 +11,0,0,1,NA,0,1,3,38,242.8636016845703,393.5065002441406,3728,162.3220977783203,1,0,2.397895336151123,0,5.492499828338623,3.6375861167907715,5.97509765625,0,0,1,0,0,0,0,1,0,0 +27,0,0,0,1,0,1,3,51,242.8636016845703,1631.1688232421875,3613,162.3220977783203,1,0,3.295836925506592,0,5.492499828338623,3.931825637817383,7.39705228805542,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,17,156.12660217285156,525.9739990234375,3613,102.84529876708984,1,0,0.6931471824645996,0,5.0506672859191895,2.8332133293151855,6.265251636505127,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,0,1,1,3,54,210.64700317382812,1310.3896484375,3740,140.01829528808594,1,0,2.079441547393799,0,5.350183963775635,3.9889841079711914,7.178079605102539,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,0,0,1,3,55,198.25599670410156,162.33766174316406,3728,131.3446044921875,1,0,1.7917594909667969,0,5.2895588874816895,4.007333278656006,5.0896782875061035,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,19,143.735595703125,115.58441925048828,3449,95.41069793701172,1,0,0,0,4.967975616455078,2.944438934326172,4.750000953674316,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,0,1,3,22,173.4739990234375,807.792236328125,3743,115.23629760742188,1,0,1.6094379425048828,0,5.156027793884277,3.0910425186157227,6.694304943084717,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,25,208.16879272460938,124.67532348632812,3640,138.77920532226562,1,0,0,0,5.338349342346191,3.2188758850097656,4.825713157653809,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,0,1,3,25,204.45150756835938,516.88311767578125,3652,136.30099487304688,1,0,1.6094379425048828,0,5.320330619812012,3.2188758850097656,6.247816562652588,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,26,242.8636016845703,53.24675369262695,3610,161.08299255371094,1,0,-1.3862943649291992,0,5.492499828338623,3.25809645652771,3.9749367237091064,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,26,223.03799438476562,123.37662506103516,3504,148.69200134277344,1,0,0,0,5.407341957092285,3.25809645652771,4.815241813659668,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,33,237.90719604492188,124.67532348632812,3628,149.9311065673828,1,0,0,0,5.4718804359436035,3.4965076446533203,4.825713157653809,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,20,173.4739990234375,107.79220581054688,3510,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,2.995732307434082,4.680205345153809,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,20,210.64700317382812,723.37664794921875,3340,140.01829528808594,1,0,1.0986123085021973,0,5.350183963775635,2.995732307434082,6.583930015563965,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,0,1,1,3,25,148.69200134277344,2577.922119140625,3155,99.12799835205078,1,0,1.7917594909667969,0,5.0018768310546875,3.2188758850097656,7.854739189147949,0,0,1,0,0,0,0,1,0,0 +9,0,0,0,0,0,1,3,48,204.45150756835938,259.7402648925781,3210,136.30099487304688,1,0,2.1972246170043945,0,5.320330619812012,3.8712010383605957,5.559682369232178,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,23,193.2996063232422,127.2727279663086,3540,128.86639404296875,1,0,-1.3862943649291992,0,5.2642412185668945,3.1354942321777344,4.84633207321167,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,3,25,227.99440002441406,138.96104431152344,3640,152.4093017578125,1,0,1.0986123085021973,0,5.4293212890625,3.2188758850097656,4.9341936111450195,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,1,1,3,24,221.7989044189453,1116.883056640625,3228,148.69200134277344,1,0,1.6094379425048828,0,5.401771068572998,3.178053855895996,7.01829719543457,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,21,188.34320068359375,58.441558837890625,3304,125.14910125732422,1,0,0,0,5.2382659912109375,3.044522523880005,4.068027496337891,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,0,0,1,3,24,143.735595703125,367.532470703125,3352,95.41069793701172,1,0,2.079441547393799,0,4.967975616455078,3.178053855895996,5.906811714172363,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,1,0,1,3,33,188.34320068359375,162.33766174316406,3540,162.3220977783203,1,0,0.6931471824645996,0,5.2382659912109375,3.4965076446533203,5.0896782875061035,0,0,1,0,0,0,0,1,0,0 +42,0,0,0,1,0,1,3,32,221.7989044189453,544.15582275390625,3237,147.45289611816406,1,0,3.7376697063446045,0,5.401771068572998,3.465735912322998,6.299235820770264,0,0,1,0,0,0,0,1,0,0 +10,0,0,1,1,1,1,3,37,221.7989044189453,2223.376708984375,3428,147.45289611816406,1,0,2.3025851249694824,0,5.401771068572998,3.610917806625366,7.706782341003418,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,0,1,1,3,19,218.08160400390625,1527.272705078125,3428,146.21380615234375,1,0,1.7917594909667969,0,5.38486909866333,2.944438934326172,7.331238746643066,0,0,1,0,0,0,0,1,0,0 +5,0,0,0,1,0,1,3,44,216.84249877929688,300,3152,144.97470092773438,1,0,1.6094379425048828,0,5.379171371459961,3.7841897010803223,5.703782558441162,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,1,0,1,3,32,180.90859985351562,2300,3540,120.19270324707031,1,0,2.079441547393799,0,5.197991847991943,3.465735912322998,7.740664482116699,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,3,18,180.90859985351562,271.4285583496094,3643,120.19270324707031,1,0,1.0986123085021973,0,5.197991847991943,2.890371799468994,5.60369873046875,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,1,1,1,3,44,166.03939819335938,257.1428527832031,3052,110.27989959716797,1,0,1.3862943649291992,0,5.11222505569458,3.7841897010803223,5.549631595611572,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,21,183.3867950439453,38.96104049682617,3740,121.43180084228516,1,0,0,0,5.211597442626953,3.044522523880005,3.662562131881714,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,1,0,1,3,24,168.51759338378906,241.55844116210938,3628,112.75810241699219,1,0,1.7917594909667969,0,5.127040386199951,3.178053855895996,5.487111568450928,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,1,0,1,3,21,146.21380615234375,150.64935302734375,3452,96.6498031616211,1,0,0.6931471824645996,0,4.985069751739502,3.044522523880005,5.014955043792725,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,0,1,3,19,188.34320068359375,310.3896179199219,3613,125.14910125732422,1,0,1.6094379425048828,0,5.2382659912109375,2.944438934326172,5.737828254699707,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,1,0,1,3,42,230.47259521484375,268.8311767578125,3613,153.64840698242188,1,0,1.7917594909667969,0,5.440132141113281,3.7376697063446045,5.594083786010742,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,1,0,1,3,54,195.77780151367188,438.9610290527344,3749,130.10549926757812,1,0,1.7917594909667969,0,5.276980400085449,3.9889841079711914,6.084410667419434,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,18,177.19129943847656,100,3743,117.7145004272461,1,0,1.0986123085021973,0,5.177229881286621,2.890371799468994,4.605170249938965,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,26,151.17019653320312,118.18181610107422,3543,100.36710357666016,1,0,0,0,5.018406391143799,3.25809645652771,4.772224426269531,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,21,216.84249877929688,19.480520248413086,3049,143.735595703125,1,0,1.0986123085021973,0,5.379171371459961,3.044522523880005,2.9694149494171143,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,46,183.3867950439453,125.97402954101562,3640,123.91000366210938,1,0,1.0986123085021973,0,5.211597442626953,3.828641414642334,4.836075782775879,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,1,0,1,3,50,221.7989044189453,164.93505859375,3640,147.45289611816406,1,0,0.6931471824645996,0,5.401771068572998,3.9120230674743652,5.105551719665527,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,0,2,3,49,198.25599670410156,670.1298828125,3640,132.5836944580078,1,0,1.6094379425048828,0,5.2895588874816895,3.891820192337036,6.507471561431885,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,0,0,1,3,21,190.82139587402344,124.67532348632812,3549,126.38819885253906,1,0,0,0,5.251338005065918,3.044522523880005,4.825713157653809,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,52,161.08299255371094,429.8701171875,3428,106.5625991821289,1,0,0,0,5.0819196701049805,3.9512436389923096,6.063483238220215,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,3,20,200.7342071533203,157.14285278320312,3304,37.17300033569336,1,0,-1.3862943649291992,0,5.301981449127197,2.995732307434082,5.057155132293701,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,31,141.2574005126953,877.92205810546875,3602,105.32350158691406,1,0,1.0986123085021973,0,4.9505839347839355,3.4339871406555176,6.777557849884033,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,52,231.71170043945312,170.12986755371094,3610,153.64840698242188,1,0,1.0986123085021973,0,5.445493698120117,3.9512436389923096,5.136561870574951,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,1,0,1,3,27,159.84390258789062,563.6363525390625,3640,106.5625991821289,1,0,1.3862943649291992,0,5.074197769165039,3.295836925506592,6.334409236907959,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,0,0,1,3,57,211.88609313964844,671.4285888671875,3152,141.2574005126953,1,0,1.945910096168518,0,5.356049060821533,4.043051242828369,6.5094075202941895,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,31,151.17019653320312,50.649349212646484,3543,100.36710357666016,1,0,-1.3862943649291992,0,5.018406391143799,3.4339871406555176,3.924926280975342,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,3,22,153.64840698242188,364.93505859375,3149,102.84529876708984,1,0,1.0986123085021973,0,5.034667015075684,3.0910425186157227,5.89971923828125,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,0,0,1,3,32,227.99440002441406,276.6233825683594,3428,149.9311065673828,1,0,1.945910096168518,0,5.4293212890625,3.465735912322998,5.62265682220459,0,0,1,0,0,0,0,1,0,0 +13,0,0,1,0,0,1,3,20,190.82139587402344,135.06494140625,3228,127.6272964477539,1,0,2.5649492740631104,0,5.251338005065918,2.995732307434082,4.905755519866943,0,0,1,0,0,0,0,1,0,0 +10,0,0,1,1,0,1,3,21,148.69200134277344,394.8052062988281,3743,99.12799835205078,1,0,2.3025851249694824,0,5.0018768310546875,3.044522523880005,5.978392601013184,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,19,166.03939819335938,51.94805145263672,3152,110.27989959716797,1,0,-1.3862943649291992,0,5.11222505569458,2.944438934326172,3.950244188308716,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,40,185.86500549316406,451.94805908203125,3552,123.91000366210938,1,0,-1.3862943649291992,0,5.225020408630371,3.6888794898986816,6.113567352294922,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,0,1,3,65,161.08299255371094,272.7272644042969,3540,107.80169677734375,1,0,1.6094379425048828,0,5.0819196701049805,4.174387454986572,5.6084723472595215,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,19,173.4739990234375,198.7012939453125,3640,130.10549926757812,1,0,0,0,5.156027793884277,2.944438934326172,5.291802883148193,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,0,1,1,3,19,166.03939819335938,2428.571533203125,3513,110.27989959716797,1,0,1.7917594909667969,0,5.11222505569458,2.944438934326172,7.795058727264404,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,30,239.14630126953125,146.7532501220703,3728,149.9311065673828,1,0,1.0986123085021973,0,5.477075576782227,3.4011974334716797,4.988752841949463,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,0,1,1,3,17,210.64700317382812,309.0909118652344,3710,141.2574005126953,1,0,1.3862943649291992,0,5.350183963775635,2.8332133293151855,5.733635425567627,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,1,0,1,3,22,161.08299255371094,171.42857360839844,3602,106.5625991821289,1,0,0.6931471824645996,0,5.0819196701049805,3.0910425186157227,5.144166469573975,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,24,223.03799438476562,266.2337646484375,3602,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,3.178053855895996,5.584374904632568,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,0,2,3,57,208.16879272460938,146.7532501220703,3152,138.77920532226562,1,0,1.7917594909667969,0,5.338349342346191,4.043051242828369,4.988752841949463,0,0,1,0,0,0,0,0,1,0 +2,0,0,1,1,0,3,3,40,185.86500549316406,676.62335205078125,3328,123.91000366210938,1,0,0.6931471824645996,0,5.225020408630371,3.6888794898986816,6.517114639282227,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,42,189.58230590820312,393.5065002441406,3428,126.38819885253906,1,0,1.7917594909667969,0,5.244823455810547,3.7376697063446045,5.97509765625,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,1,0,1,3,30,184.6259002685547,192.20779418945312,3504,122.6708984375,1,0,1.3862943649291992,0,5.218331813812256,3.4011974334716797,5.2585768699646,0,0,1,0,0,0,0,1,0,0 +10,0,0,1,1,0,1,3,21,235.4290008544922,1710.3896484375,3440,149.9311065673828,1,0,2.3025851249694824,0,5.461409568786621,3.044522523880005,7.44447660446167,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,19,189.58230590820312,116.88311767578125,3437,126.38819885253906,1,0,0.6931471824645996,0,5.244823455810547,2.944438934326172,4.76117467880249,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,26,240.38540649414062,106.4935073852539,3628,149.9311065673828,1,0,1.0986123085021973,0,5.482243537902832,3.25809645652771,4.668084144592285,0,0,1,0,0,0,0,1,0,0 +21,0,0,1,0,1,1,3,19,240.38540649414062,3035.06494140625,3449,149.9311065673828,1,0,3.044522523880005,0,5.482243537902832,2.944438934326172,8.017988204956055,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,0,1,3,35,178.43040466308594,685.71429443359375,3110,118.95359802246094,1,0,1.6094379425048828,0,5.18419885635376,3.5553481578826904,6.530460834503174,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,0,0,1,3,47,178.43040466308594,192.20779418945312,3640,118.95359802246094,1,0,1.7917594909667969,0,5.18419885635376,3.8501474857330322,5.2585768699646,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,40,185.86500549316406,216.88311767578125,3240,123.91000366210938,1,0,0,0,5.225020408630371,3.6888794898986816,5.379358768463135,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,NA,0,1,3,21,173.4739990234375,189.61038208007812,3628,148.69200134277344,1,0,1.3862943649291992,0,5.156027793884277,3.044522523880005,5.24497127532959,0,0,1,0,0,0,0,1,0,0 +10,0,0,1,1,0,1,3,26,213.1251983642578,403.8961181640625,3210,141.2574005126953,1,0,2.3025851249694824,0,5.361879825592041,3.25809645652771,6.001157760620117,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,0,0,1,3,28,211.88609313964844,223.37661743164062,3628,141.2574005126953,1,0,1.3862943649291992,0,5.356049060821533,3.332204580307007,5.4088592529296875,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,0,0,1,3,17,110.27989959716797,1049.3507080078125,3740,73.106903076171875,1,0,1.945910096168518,0,4.70302152633667,2.8332133293151855,6.955926895141602,0,0,1,0,0,0,0,1,0,0 +7,0,0,0,1,0,1,3,22,185.86500549316406,367.532470703125,3228,123.91000366210938,1,0,1.945910096168518,0,5.225020408630371,3.0910425186157227,5.906811714172363,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,20,143.735595703125,167.532470703125,3628,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,2.995732307434082,5.1211771965026855,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,0,1,3,19,115.23629760742188,1144.1558837890625,3702,76.82420349121094,1,0,1.6094379425048828,0,4.746984958648682,2.944438934326172,7.042422294616699,0,0,1,0,0,0,0,1,0,0 +14,0,0,1,0,0,1,3,19,153.64840698242188,625.9739990234375,3640,102.84529876708984,1,0,2.6390573978424072,0,5.034667015075684,2.944438934326172,6.4393086433410645,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,1,0,1,3,26,205.6905975341797,412.98699951171875,3428,136.30099487304688,1,0,1.945910096168518,0,5.326373100280762,3.25809645652771,6.023416042327881,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,1,0,1,3,26,205.6905975341797,412.98699951171875,3428,136.30099487304688,1,0,1.945910096168518,0,5.326373100280762,3.25809645652771,6.023416042327881,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,0,0,1,3,32,161.08299255371094,290.9090881347656,3349,107.80169677734375,1,0,0.6931471824645996,0,5.0819196701049805,3.465735912322998,5.67301082611084,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,3,60,194.5386962890625,270.1298828125,3149,128.86639404296875,1,0,1.0986123085021973,0,5.270631313323975,4.094344615936279,5.598902702331543,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,0,0,1,3,19,143.735595703125,151.94805908203125,3449,95.41069793701172,1,0,0.6931471824645996,0,4.967975616455078,2.944438934326172,5.023538589477539,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,1,0,1,3,29,159.84390258789062,100,3540,106.5625991821289,1,0,0,0,5.074197769165039,3.367295742034912,4.605170249938965,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,29,210.64700317382812,98.70130157470703,3310,140.01829528808594,1,0,-1.3862943649291992,0,5.350183963775635,3.367295742034912,4.592098236083984,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,3,18,158.60479736328125,42.85714340209961,3540,105.32350158691406,1,0,-1.3862943649291992,0,5.066415786743164,2.890371799468994,3.7578723430633545,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,1,0,1,3,34,169.75669860839844,206.49349975585938,3452,112.75810241699219,1,0,1.3862943649291992,0,5.134366035461426,3.526360511779785,5.330268859863281,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,0,0,1,3,32,170.9958038330078,149.35064697265625,3628,113.99720001220703,1,0,2.079441547393799,0,5.141639232635498,3.465735912322998,5.0062971115112305,0,0,1,0,0,0,0,1,0,0 +9,0,0,1,0,0,1,3,38,188.34320068359375,3242.857177734375,3640,125.14910125732422,1,0,2.1972246170043945,0,5.2382659912109375,3.6375861167907715,8.084210395812988,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,1,1,3,38,193.2996063232422,1902.597412109375,3728,128.86639404296875,1,0,1.0986123085021973,0,5.2642412185668945,3.6375861167907715,7.550975322723389,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,29,195.77780151367188,112.98701477050781,3640,130.10549926757812,1,0,1.0986123085021973,0,5.276980400085449,3.367295742034912,4.727272987365723,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,44,223.03799438476562,106.4935073852539,3640,148.69200134277344,1,0,-1.3862943649291992,0,5.407341957092285,3.7841897010803223,4.668084144592285,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,0,1,1,3,30,156.12660217285156,738.9610595703125,3110,104.08439636230469,1,0,0.6931471824645996,0,5.0506672859191895,3.4011974334716797,6.605245113372803,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,0,1,1,3,18,143.735595703125,928.5714111328125,3640,95.41069793701172,1,0,1.3862943649291992,0,4.967975616455078,2.890371799468994,6.83364725112915,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,0,0,1,3,62,201.97329711914062,138.96104431152344,3116,135.06190490722656,1,0,1.3862943649291992,0,5.308135509490967,4.127134323120117,4.9341936111450195,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,33,144.97470092773438,51.94805145263672,3152,96.6498031616211,1,0,0,0,4.976559162139893,3.4965076446533203,3.950244188308716,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,0,1,3,3,21,156.12660217285156,320.77923583984375,3149,104.08439636230469,1,0,-1.3862943649291992,0,5.0506672859191895,3.044522523880005,5.770753383636475,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,1,3,20,208.16879272460938,135.06494140625,3740,118.95359802246094,1,0,0,0,5.338349342346191,2.995732307434082,4.905755519866943,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,3,31,173.4739990234375,754.54547119140625,3540,115.23629760742188,1,0,-1.3862943649291992,0,5.156027793884277,3.4339871406555176,6.626115322113037,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,0,0,1,3,20,168.51759338378906,242.85714721679688,3640,111.51899719238281,1,0,1.3862943649291992,0,5.127040386199951,2.995732307434082,5.492473602294922,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,1,0,1,3,32,161.08299255371094,125.97402954101562,3628,106.5625991821289,1,0,1.3862943649291992,0,5.0819196701049805,3.465735912322998,4.836075782775879,0,0,1,0,0,0,0,1,0,0 +11,0,0,1,0,0,1,3,33,161.08299255371094,953.24676513671875,3152,107.80169677734375,1,0,2.397895336151123,0,5.0819196701049805,3.4965076446533203,6.8598737716674805,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,1,0,1,3,22,225.51620483398438,168.83116149902344,3713,149.9311065673828,1,0,1.3862943649291992,0,5.418392181396484,3.0910425186157227,5.128899097442627,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,20,229.23350524902344,129.87013244628906,3628,149.9311065673828,1,0,0,0,5.434741020202637,2.995732307434082,4.866535186767578,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,1,0,1,3,49,235.4290008544922,475.3246765136719,3713,149.9311065673828,1,0,1.7917594909667969,0,5.461409568786621,3.891820192337036,6.163998126983643,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,31,149.9311065673828,929.8701171875,3640,149.9311065673828,1,0,0,0,5.010175704956055,3.4339871406555176,6.835044860839844,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,1,0,1,3,30,240.38540649414062,1040.259765625,3640,149.9311065673828,1,0,1.7917594909667969,0,5.482243537902832,3.4011974334716797,6.947225570678711,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,NA,0,1,3,18,215.6033935546875,1366.2337646484375,3740,143.735595703125,1,0,1.945910096168518,0,5.373440742492676,2.890371799468994,7.219813346862793,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,29,198.25599670410156,283.11688232421875,3710,132.5836944580078,1,0,-1.3862943649291992,0,5.2895588874816895,3.367295742034912,5.645859718322754,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,21,185.86500549316406,300,3149,123.91000366210938,1,0,1.0986123085021973,0,5.225020408630371,3.044522523880005,5.703782558441162,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,1,NA,3,31,195.77780151367188,2323.376708984375,3540,130.10549926757812,1,0,1.6094379425048828,0,5.276980400085449,3.4339871406555176,7.750776767730713,0,0,1,0,0,0,0,NA,NA,0 +1,0,0,1,0,0,NA,3,20,122.6708984375,87.01298522949219,3152,149.9311065673828,1,0,0,0,4.809504985809326,2.995732307434082,4.466057300567627,0,0,1,0,0,0,0,NA,NA,0 +5,0,0,1,1,0,2,3,28,215.6033935546875,237.66233825683594,3149,149.9311065673828,1,0,1.6094379425048828,0,5.373440742492676,3.332204580307007,5.470850944519043,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,0,0,2,3,21,235.4290008544922,194.80519104003906,3349,149.9311065673828,1,0,1.0986123085021973,0,5.461409568786621,3.044522523880005,5.271999835968018,0,0,1,0,0,0,0,0,1,0 +18,0,0,1,0,1,2,3,25,185.86500549316406,2880.51953125,3428,123.91000366210938,1,0,2.890371799468994,0,5.225020408630371,3.2188758850097656,7.965725898742676,0,0,1,0,0,0,0,0,1,0 +0.25,0,0,1,1,0,2,3,21,168.51759338378906,81.81818389892578,3740,112.75810241699219,1,0,-1.3862943649291992,0,5.127040386199951,3.044522523880005,4.404499530792236,0,0,1,0,0,0,0,0,1,0 +9,0,0,1,1,0,2,3,68,128.86639404296875,266.2337646484375,3328,56.998600006103516,1,0,2.1972246170043945,0,4.858776092529297,4.219507694244385,5.584374904632568,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,0,0,2,3,18,143.735595703125,149.35064697265625,3449,95.41069793701172,1,0,0,0,4.967975616455078,2.890371799468994,5.0062971115112305,0,0,1,0,0,0,0,0,1,0 +40,0,0,1,0,1,2,3,18,173.4739990234375,9407.7919921875,3702,115.23629760742188,1,0,3.6888794898986816,0,5.156027793884277,2.890371799468994,9.149293899536133,0,0,1,0,0,0,0,0,1,0 +2,0,0,1,0,0,2,3,18,223.03799438476562,859.740234375,3525,148.69200134277344,1,0,0.6931471824645996,0,5.407341957092285,2.890371799468994,6.7566304206848145,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,1,0,2,3,54,187.10409545898438,74.025970458984375,3640,125.14910125732422,1,0,0,0,5.231665134429932,3.9889841079711914,4.304416179656982,0,0,1,0,0,0,0,0,1,0 +6,0,0,1,0,0,2,3,21,216.84249877929688,500,3428,144.97470092773438,1,0,1.7917594909667969,0,5.379171371459961,3.044522523880005,6.214608192443848,0,0,1,0,0,0,0,0,1,0 +7,0,0,1,0,0,2,3,18,185.86500549316406,1440.259765625,3640,123.91000366210938,1,0,1.945910096168518,0,5.225020408630371,2.890371799468994,7.272578716278076,0,0,1,0,0,0,0,0,1,0 +1,0,0,0,1,0,3,3,42,188.34320068359375,58.441558837890625,3352,125.14910125732422,1,0,0,0,5.2382659912109375,3.7376697063446045,4.068027496337891,0,0,1,0,0,0,0,0,0,0 +33,0,0,1,1,1,3,3,28,133.8227996826172,7545.45458984375,3028,97.88890075683594,1,0,3.4965076446533203,0,4.8965163230896,3.332204580307007,8.92870044708252,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,2,3,59,143.735595703125,136.36363220214844,3528,95.41069793701172,1,0,1.3862943649291992,0,4.967975616455078,4.077537536621094,4.915325164794922,0,0,1,0,0,0,0,0,1,0 +8,0,0,1,1,0,2,3,51,198.25599670410156,354.5454406738281,3428,132.5836944580078,1,0,2.079441547393799,0,5.2895588874816895,3.931825637817383,5.8708367347717285,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,1,0,2,3,41,102.84529876708984,161.03895568847656,3449,68.15049743652344,1,0,1.3862943649291992,0,4.633225917816162,3.7135720252990723,5.08164644241333,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,1,0,2,3,63,198.25599670410156,125.97402954101562,3640,132.5836944580078,1,0,1.0986123085021973,0,5.2895588874816895,4.143134593963623,4.836075782775879,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,1,0,2,3,63,198.25599670410156,125.97402954101562,3640,132.5836944580078,1,0,1.0986123085021973,0,5.2895588874816895,4.143134593963623,4.836075782775879,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,1,0,2,3,63,198.25599670410156,125.97402954101562,3640,132.5836944580078,1,0,1.0986123085021973,0,5.2895588874816895,4.143134593963623,4.836075782775879,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,0,0,2,3,25,231.71170043945312,41.558441162109375,3704,64.433197021484375,1,0,0,0,5.445493698120117,3.2188758850097656,3.7271006107330322,0,0,1,0,0,0,0,0,1,0 +5,0,0,1,1,0,2,3,37,198.25599670410156,328.5714416503906,3410,132.5836944580078,1,0,1.6094379425048828,0,5.2895588874816895,3.610917806625366,5.794754505157471,0,0,1,0,0,0,0,0,1,0 +8,0,0,1,1,1,2,3,34,198.25599670410156,6218.181640625,3702,132.5836944580078,1,0,2.079441547393799,0,5.2895588874816895,3.526360511779785,8.73523235321045,0,0,1,0,0,0,0,0,1,0 +0.25,0,0,1,0,0,2,3,19,148.69200134277344,25.97402572631836,3449,99.12799835205078,1,0,-1.3862943649291992,0,5.0018768310546875,2.944438934326172,3.257097005844116,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,0,0,2,3,25,237.90719604492188,32.467533111572266,3452,158.60479736328125,1,0,1.0986123085021973,0,5.4718804359436035,3.2188758850097656,3.4802405834198,0,0,1,0,0,0,0,0,1,0 +5,0,0,1,0,0,2,3,27,235.4290008544922,207.79220581054688,3237,149.9311065673828,1,0,1.6094379425048828,0,5.461409568786621,3.295836925506592,5.336538791656494,0,0,1,0,0,0,0,0,1,0 +2,0,0,0,1,0,2,3,31,163.5612030029297,172.72727966308594,3449,109.04080200195312,1,0,0.6931471824645996,0,5.097187042236328,3.4339871406555176,5.151713848114014,0,0,1,0,0,0,0,0,1,0 +8,0,0,0,0,1,2,3,19,198.25599670410156,1101.2987060546875,3640,132.5836944580078,1,0,2.079441547393799,0,5.2895588874816895,2.944438934326172,7.004245281219482,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,1,0,2,3,33,178.43040466308594,140.25973510742188,3228,118.95359802246094,1,0,1.3862943649291992,0,5.18419885635376,3.4965076446533203,4.943495750427246,0,0,1,0,0,0,0,0,1,0 +11,0,0,1,NA,0,2,3,25,121.43180084228516,1611.6883544921875,3628,80.54149627685547,1,0,2.397895336151123,0,4.799352645874023,3.2188758850097656,7.385037422180176,0,0,1,0,0,0,0,0,1,0 +11,0,0,1,1,0,2,3,26,185.86500549316406,305.1947937011719,3228,154.8874969482422,1,0,2.397895336151123,0,5.225020408630371,3.25809645652771,5.720950126647949,0,0,1,0,0,0,0,0,1,0 +10,0,0,1,0,1,2,3,20,223.03799438476562,2398.701416015625,3440,148.69200134277344,1,0,2.3025851249694824,0,5.407341957092285,2.995732307434082,7.7826828956604,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,1,0,2,3,55,193.2996063232422,92.207794189453125,3152,128.86639404296875,1,0,0,0,5.2642412185668945,4.007333278656006,4.524044513702393,0,0,1,0,0,0,0,0,1,0 +7,0,0,1,1,1,2,3,55,205.6905975341797,1863.6363525390625,3228,137.54010009765625,1,0,1.945910096168518,0,5.326373100280762,4.007333278656006,7.530284881591797,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,1,0,2,3,54,242.8636016845703,84.41558074951172,3540,162.3220977783203,1,0,0,0,5.492499828338623,3.9889841079711914,4.435751914978027,0,0,1,0,0,0,0,0,1,0 +2,0,0,1,0,0,2,3,18,216.84249877929688,212.9870147705078,3540,144.97470092773438,1,0,0.6931471824645996,0,5.379171371459961,2.890371799468994,5.361231327056885,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,0,0,2,3,18,173.4739990234375,644.15582275390625,3504,115.23629760742188,1,0,1.3862943649291992,0,5.156027793884277,2.890371799468994,6.467940807342529,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,0,0,2,3,19,220.55979919433594,777.92205810546875,3440,147.45289611816406,1,0,1.0986123085021973,0,5.3961687088012695,2.944438934326172,6.656626224517822,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,0,0,2,3,27,198.25599670410156,631.1688232421875,3602,132.5836944580078,1,0,1.3862943649291992,0,5.2895588874816895,3.295836925506592,6.447573184967041,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,1,0,2,3,27,223.03799438476562,85.71428680419922,3740,148.69200134277344,1,0,0,0,5.407341957092285,3.295836925506592,4.451019287109375,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,0,0,2,3,19,173.4739990234375,97.40259552001953,3504,125.14910125732422,1,0,1.3862943649291992,0,5.156027793884277,2.944438934326172,4.578852653503418,0,0,1,0,0,0,0,0,1,0 +8,0,0,1,0,1,2,3,22,223.03799438476562,4119.48046875,3504,148.69200134277344,1,0,2.079441547393799,0,5.407341957092285,3.0910425186157227,8.323482513427734,0,0,1,0,0,0,0,0,1,0 +6,0,0,1,1,1,2,3,30,235.4290008544922,4998.701171875,3304,149.9311065673828,1,0,1.7917594909667969,0,5.461409568786621,3.4011974334716797,8.51693344116211,0,0,1,0,0,0,0,0,1,0 +2,0,0,1,0,0,2,3,60,218.08160400390625,233.7662353515625,3004,144.97470092773438,1,0,0.6931471824645996,0,5.38486909866333,4.094344615936279,5.454321384429932,0,0,1,0,0,0,0,0,1,0 +6,0,0,1,0,0,2,3,18,148.69200134277344,709.09088134765625,3640,99.12799835205078,1,0,1.7917594909667969,0,5.0018768310546875,2.890371799468994,6.563983917236328,0,0,1,0,0,0,0,0,1,0 +6,0,0,1,0,0,2,3,27,148.69200134277344,166.2337646484375,3504,99.12799835205078,1,0,1.7917594909667969,0,5.0018768310546875,3.295836925506592,5.1133952140808105,0,0,1,0,0,0,0,0,1,0 +8,0,0,1,0,1,2,3,19,152.4093017578125,1298.7012939453125,3540,101.606201171875,1,0,2.079441547393799,0,5.026569843292236,2.944438934326172,7.169119834899902,0,0,1,0,0,0,0,0,1,0 +0.25,0,0,1,0,0,2,3,22,178.43040466308594,144.1558380126953,3610,118.95359802246094,1,0,-1.3862943649291992,0,5.18419885635376,3.0910425186157227,4.970894813537598,0,0,1,0,0,0,0,0,1,0 +12,0,0,1,1,0,2,3,28,185.86500549316406,1368.8311767578125,3540,123.91000366210938,1,0,2.4849066734313965,0,5.225020408630371,3.332204580307007,7.221712589263916,0,0,1,0,0,0,0,0,1,0 +10,0,0,1,1,1,2,3,52,151.17019653320312,945.45452880859375,3328,100.36710357666016,1,0,2.3025851249694824,0,5.018406391143799,3.9512436389923096,6.85166597366333,0,0,1,0,0,0,0,0,1,0 +2,0,0,1,0,0,2,3,20,198.25599670410156,100,3740,132.5836944580078,1,0,0.6931471824645996,0,5.2895588874816895,2.995732307434082,4.605170249938965,0,0,1,0,0,0,0,0,1,0 +9,0,0,1,0,1,2,3,20,148.69200134277344,507.7922058105469,3628,99.12799835205078,1,0,2.1972246170043945,0,5.0018768310546875,2.995732307434082,6.230072498321533,0,0,1,0,0,0,0,0,1,0 +10,0,0,1,1,1,2,3,24,198.25599670410156,1077.922119140625,3740,132.5836944580078,1,0,2.3025851249694824,0,5.2895588874816895,3.178053855895996,6.982790470123291,0,0,1,0,0,0,0,0,1,0 +11,0,0,1,0,0,2,3,28,173.4739990234375,758.4415283203125,3304,102.84529876708984,1,0,2.397895336151123,0,5.156027793884277,3.332204580307007,6.631265640258789,0,0,1,0,0,0,0,0,1,0 +17,0,0,1,1,0,2,3,39,163.5612030029297,561.0389404296875,3328,133.8227996826172,1,0,2.8332133293151855,0,5.097187042236328,3.6635615825653076,6.329790115356445,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,1,0,2,3,51,131.3446044921875,219.4805145263672,3613,75.58509826660156,1,0,1.0986123085021973,0,4.877824306488037,3.931825637817383,5.391263484954834,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,1,0,2,3,26,198.25599670410156,327.2727355957031,3628,132.5836944580078,1,0,1.3862943649291992,0,5.2895588874816895,3.25809645652771,5.7907938957214355,0,0,1,0,0,0,0,0,1,0 +2,0,0,1,1,0,2,3,47,210.64700317382812,209.09091186523438,3628,140.01829528808594,1,0,0.6931471824645996,0,5.350183963775635,3.8501474857330322,5.342769145965576,0,0,1,0,0,0,0,0,1,0 +2,0,0,1,1,0,2,3,26,210.64700317382812,51.94805145263672,3052,140.01829528808594,1,0,0.6931471824645996,0,5.350183963775635,3.25809645652771,3.950244188308716,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,0,0,2,3,23,158.60479736328125,253.2467498779297,3352,107.80169677734375,1,0,0,0,5.066415786743164,3.1354942321777344,5.534364223480225,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,0,1,2,3,19,153.64840698242188,758.4415283203125,3640,102.84529876708984,1,0,1.0986123085021973,0,5.034667015075684,2.944438934326172,6.631265640258789,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,1,0,1,3,48,239.14630126953125,284.41558837890625,3152,149.9311065673828,1,0,1.0986123085021973,0,5.477075576782227,3.8712010383605957,5.6504364013671875,0,0,1,0,0,0,0,1,0,0 +9,0,0,1,0,0,3,3,27,173.4739990234375,458.4415588378906,3528,115.23629760742188,1,0,2.1972246170043945,0,5.156027793884277,3.295836925506592,6.127832889556885,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,1,3,3,39,223.03799438476562,2277.922119140625,3152,148.69200134277344,1,0,1.945910096168518,0,5.407341957092285,3.6635615825653076,7.731019020080566,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,1,0,3,3,20,173.4739990234375,132.467529296875,3128,115.23629760742188,1,0,1.6094379425048828,0,5.156027793884277,2.995732307434082,4.886337757110596,0,0,1,0,0,0,0,0,0,0 +11,0,0,1,NA,0,3,3,19,173.4739990234375,1019.4805297851562,3152,115.23629760742188,1,0,2.397895336151123,0,5.156027793884277,2.944438934326172,6.927048683166504,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,22,193.2996063232422,245.4545440673828,3540,128.86639404296875,1,0,1.3862943649291992,0,5.2642412185668945,3.0910425186157227,5.503111839294434,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,25,99.12799835205078,105.19480895996094,3628,74.34600067138672,1,0,0,0,4.59641170501709,3.2188758850097656,4.655814170837402,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,NA,0,3,3,26,168.51759338378906,63.6363639831543,3410,112.75810241699219,1,0,1.0986123085021973,0,5.127040386199951,3.25809645652771,4.15318489074707,0,0,1,0,0,0,0,0,0,0 +8,0,0,1,0,0,3,3,22,166.03939819335938,193.50650024414062,3546,110.27989959716797,1,0,2.079441547393799,0,5.11222505569458,3.0910425186157227,5.265311241149902,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,22,192.0605010986328,103.89610290527344,3640,128.86639404296875,1,0,-1.3862943649291992,0,5.257810592651367,3.0910425186157227,4.6433916091918945,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,0,0,3,3,27,232.9508056640625,344.1558532714844,3510,156.12660217285156,1,0,2.1972246170043945,0,5.450827121734619,3.295836925506592,5.841094493865967,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,0,3,3,32,115.23629760742188,331.1688232421875,3428,76.82420349121094,1,0,1.945910096168518,0,4.746984958648682,3.465735912322998,5.802628517150879,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,1,0,3,3,46,185.86500549316406,342.8571472167969,3628,123.91000366210938,1,0,2.1972246170043945,0,5.225020408630371,3.828641414642334,5.837313652038574,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,19,135.06190490722656,111.68830871582031,3510,90.45429992675781,1,0,0,0,4.905733108520508,2.944438934326172,4.715712070465088,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,25,159.84390258789062,74.025970458984375,3610,106.5625991821289,1,0,0,0,5.074197769165039,3.2188758850097656,4.304416179656982,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,0,3,3,19,168.51759338378906,123.37662506103516,3110,112.75810241699219,1,0,1.6094379425048828,0,5.127040386199951,2.944438934326172,4.815241813659668,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,43,168.51759338378906,100,3610,112.75810241699219,1,0,0,0,5.127040386199951,3.761200189590454,4.605170249938965,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,0,3,3,20,149.9311065673828,110.38961029052734,3116,99.12799835205078,1,0,1.6094379425048828,0,5.010175704956055,2.995732307434082,4.704016208648682,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,1,0,3,3,53,215.6033935546875,51.94805145263672,3252,142.4965057373047,1,0,2.1972246170043945,0,5.373440742492676,3.97029185295105,3.950244188308716,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,22,179.66949462890625,332.467529296875,3540,120.19270324707031,1,0,0,0,5.191119194030762,3.0910425186157227,5.80654239654541,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,1,0,3,3,33,226.7552947998047,1040.259765625,3149,151.17019653320312,1,0,1.7917594909667969,0,5.4238715171813965,3.4965076446533203,6.947225570678711,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,1,3,3,29,235.4290008544922,2170.1298828125,3540,157.36570739746094,1,0,1.7917594909667969,0,5.461409568786621,3.367295742034912,7.682542324066162,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,22,148.69200134277344,429.8701171875,3440,97.88890075683594,1,0,0.6931471824645996,0,5.0018768310546875,3.0910425186157227,6.063483238220215,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,24,215.6033935546875,103.89610290527344,3152,162.3220977783203,1,0,1.3862943649291992,0,5.373440742492676,3.178053855895996,4.6433916091918945,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,3,29,240.38540649414062,76.62337493896484,3243,162.3220977783203,1,0,0.6931471824645996,0,5.482243537902832,3.367295742034912,4.338901996612549,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,0,0,2,3,24,223.03799438476562,66.2337646484375,3728,148.69200134277344,1,0,2.1972246170043945,0,5.407341957092285,3.178053855895996,4.193190574645996,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,0,0,3,3,22,213.1251983642578,231.16883850097656,3352,142.4965057373047,1,0,0,0,5.361879825592041,3.0910425186157227,5.443148136138916,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,3,35,118.95359802246094,341.5584411621094,3110,79.302398681640625,1,0,1.3862943649291992,0,4.778733253479004,3.5553481578826904,5.833518981933594,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,0,1,3,3,40,198.25599670410156,2070.1298828125,3149,131.3446044921875,1,0,2.1972246170043945,0,5.2895588874816895,3.6888794898986816,7.635366439819336,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,54,116.47540283203125,94.80519104003906,3640,78.06330108642578,1,0,0,0,4.7576799392700195,3.9889841079711914,4.55182409286499,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,25,175.9521942138672,10.389610290527344,3716,117.7145004272461,1,0,-1.3862943649291992,0,5.170212268829346,3.2188758850097656,2.340806245803833,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,0,1,3,3,60,187.10409545898438,123.37662506103516,3740,125.14910125732422,1,0,1.0986123085021973,0,5.231665134429932,4.094344615936279,4.815241813659668,0,0,1,0,0,0,0,0,0,0 +6,0,0,0,1,0,3,3,70,100.36710357666016,400,3128,66.9113998413086,1,0,1.7917594909667969,0,4.608834266662598,4.248495101928711,5.991464614868164,0,0,1,0,0,0,0,0,0,0 +5,0,0,0,1,0,3,3,40,210.64700317382812,258.4415588378906,3710,141.2574005126953,1,0,1.6094379425048828,0,5.350183963775635,3.6888794898986816,5.554669380187988,0,0,1,0,0,0,0,0,0,0 +7,0,0,0,1,0,3,3,44,153.64840698242188,205.19480895996094,3237,102.84529876708984,1,0,1.945910096168518,0,5.034667015075684,3.7841897010803223,5.323959827423096,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,0,0,3,3,59,156.12660217285156,45.45454406738281,3604,97.88890075683594,1,0,1.3862943649291992,0,5.0506672859191895,4.077537536621094,3.8167128562927246,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,25,173.4739990234375,71.42857360839844,3552,115.23629760742188,1,0,1.3862943649291992,0,5.156027793884277,3.2188758850097656,4.268698215484619,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,3,34,175.9521942138672,0,3352,117.7145004272461,1,0,0.6931471824645996,0,5.170212268829346,3.526360511779785,0,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,33,161.08299255371094,341.5584411621094,3110,107.80169677734375,1,0,1.3862943649291992,0,5.0819196701049805,3.4965076446533203,5.833518981933594,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,23,153.64840698242188,207.79220581054688,3528,102.84529876708984,1,0,0,0,5.034667015075684,3.1354942321777344,5.336538791656494,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,3,53,230.47259521484375,109.09091186523438,3652,153.64840698242188,1,0,0.6931471824645996,0,5.440132141113281,3.97029185295105,4.692181587219238,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,25,215.6033935546875,1557.142822265625,3613,143.735595703125,1,0,1.7917594909667969,0,5.373440742492676,3.2188758850097656,7.350607872009277,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,19,178.43040466308594,253.2467498779297,3549,118.95359802246094,1,0,-1.3862943649291992,0,5.18419885635376,2.944438934326172,5.534364223480225,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,18,148.69200134277344,157.14285278320312,3610,99.12799835205078,1,0,1.3862943649291992,0,5.0018768310546875,2.890371799468994,5.057155132293701,0,0,1,0,0,0,0,0,0,0 +10,0,0,1,0,1,3,3,20,153.64840698242188,2446.753173828125,3728,102.84529876708984,1,0,2.3025851249694824,0,5.034667015075684,2.995732307434082,7.802517414093018,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,47,173.4739990234375,305.1947937011719,3128,115.23629760742188,1,0,1.7917594909667969,0,5.156027793884277,3.8501474857330322,5.720950126647949,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,0,1,3,3,40,188.34320068359375,301.2987060546875,3552,125.14910125732422,1,0,0,0,5.2382659912109375,3.6888794898986816,5.708102226257324,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,0,0,3,3,32,143.735595703125,294.8052062988281,3340,95.41069793701172,1,0,1.945910096168518,0,4.967975616455078,3.465735912322998,5.686314582824707,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,0,0,3,3,44,143.735595703125,120.77922058105469,3452,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,3.7841897010803223,4.793964385986328,0,0,1,0,0,0,0,0,0,0 +9,0,0,0,0,0,3,3,23,220.55979919433594,620.77923583984375,3640,147.45289611816406,1,0,2.1972246170043945,0,5.3961687088012695,3.1354942321777344,6.430975437164307,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,0,0,3,3,20,115.23629760742188,93.5064926147461,3740,86.73699951171875,1,0,0,0,4.746984958648682,2.995732307434082,4.538031101226807,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,32,91.69339752197266,49.350650787353516,3536,102.84529876708984,1,0,0.6931471824645996,0,4.5184502601623535,3.465735912322998,3.8989510536193848,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,0,3,3,54,149.9311065673828,110.38961029052734,3152,100.36710357666016,1,0,1.0986123085021973,0,5.010175704956055,3.9889841079711914,4.704016208648682,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,32,153.64840698242188,96.10389709472656,3449,63.19409942626953,1,0,0,0,5.034667015075684,3.465735912322998,4.5654296875,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,32,153.64840698242188,96.10389709472656,3449,63.19409942626953,1,0,0,0,5.034667015075684,3.465735912322998,4.5654296875,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,1,3,3,50,219.32069396972656,222.0779266357422,3740,146.21380615234375,1,0,0,0,5.3905348777771,3.9120230674743652,5.40302848815918,0,0,1,0,0,0,0,0,0,0 +5,0,0,0,1,0,3,3,36,184.6259002685547,355.8441467285156,3640,122.6708984375,1,0,1.6094379425048828,0,5.218331813812256,3.5835189819335938,5.874492645263672,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,20,175.9521942138672,111.68830871582031,3510,117.7145004272461,1,0,1.0986123085021973,0,5.170212268829346,2.995732307434082,4.715712070465088,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,0,0,3,3,19,102.84529876708984,931.1688232421875,3310,68.15049743652344,1,0,1.945910096168518,0,4.633225917816162,2.944438934326172,6.836440563201904,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,15,81.78060150146484,27.272727966308594,3340,54.52040100097656,1,0,0,0,4.4040398597717285,2.70805025100708,3.305887222290039,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,17,94.171600341796875,806.4935302734375,3640,61.95500183105469,1,0,0.6931471824645996,0,4.545118808746338,2.8332133293151855,6.6926960945129395,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,20,185.86500549316406,54.54545593261719,3540,122.6708984375,1,0,-1.3862943649291992,0,5.225020408630371,2.995732307434082,3.9990344047546387,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,1,3,3,17,107.80169677734375,1558.4415283203125,3628,71.8677978515625,1,0,1.6094379425048828,0,4.680293560028076,2.8332133293151855,7.351441383361816,0,0,1,0,0,0,0,0,0,0 +8,0,0,0,1,0,3,3,48,208.16879272460938,1597.402587890625,3643,138.77920532226562,1,0,2.079441547393799,0,5.338349342346191,3.8712010383605957,7.376134395599365,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,1,0,3,3,27,198.25599670410156,238.96104431152344,3540,132.5836944580078,1,0,1.6094379425048828,0,5.2895588874816895,3.295836925506592,5.4763007164001465,0,0,1,0,0,0,0,0,0,0 +13,0,0,0,1,0,3,3,48,198.25599670410156,111.68830871582031,3007,131.3446044921875,1,0,2.5649492740631104,0,5.2895588874816895,3.8712010383605957,4.715712070465088,0,0,1,0,0,0,0,0,0,0 +7,0,0,0,1,0,3,3,45,91.69339752197266,609.09088134765625,3640,61.95500183105469,1,0,1.945910096168518,0,4.5184502601623535,3.8066625595092773,6.4119672775268555,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,0,0,3,3,22,203.21240234375,170.12986755371094,3449,135.06190490722656,1,0,1.0986123085021973,0,5.314251899719238,3.0910425186157227,5.136561870574951,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,23,173.4739990234375,101.29869842529297,3449,115.23629760742188,1,0,0,0,5.156027793884277,3.1354942321777344,4.618073463439941,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,0,3,3,29,102.84529876708984,170.12986755371094,3410,68.15049743652344,1,0,1.0986123085021973,0,4.633225917816162,3.367295742034912,5.136561870574951,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,26,232.9508056640625,68.83116912841797,3037,149.9311065673828,1,0,0.6931471824645996,0,5.450827121734619,3.25809645652771,4.231656551361084,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,17,99.12799835205078,106.4935073852539,3640,65.67230224609375,1,0,-1.3862943649291992,0,4.59641170501709,2.8332133293151855,4.668084144592285,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,0,3,3,18,173.4739990234375,450.64935302734375,3540,116.47540283203125,1,0,1.6094379425048828,0,5.156027793884277,2.890371799468994,6.110689640045166,0,0,1,0,0,0,0,0,0,0 +8,0,0,1,1,0,3,3,48,188.34320068359375,588.31170654296875,3528,125.14910125732422,1,0,2.079441547393799,0,5.2382659912109375,3.8712010383605957,6.377256870269775,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,3,49,173.4739990234375,0,3310,115.23629760742188,1,0,1.3862943649291992,0,5.156027793884277,3.891820192337036,0,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,19,143.735595703125,120.77922058105469,3604,95.41069793701172,1,0,0.6931471824645996,0,4.967975616455078,2.944438934326172,4.793964385986328,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,3,40,223.03799438476562,779.22076416015625,3628,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,3.6888794898986816,6.658294200897217,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,18,152.4093017578125,200,3640,101.606201171875,1,0,0,0,5.026569843292236,2.890371799468994,5.2983174324035645,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,19,185.86500549316406,109.09091186523438,3240,123.91000366210938,1,0,0.6931471824645996,0,5.225020408630371,2.944438934326172,4.692181587219238,0,0,1,0,0,0,0,0,0,0 +5,0,0,0,0,0,3,3,37,86.73699951171875,500,3522,56.998600006103516,1,0,1.6094379425048828,0,4.462880611419678,3.610917806625366,6.214608192443848,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,19,205.6905975341797,290.9090881347656,3640,137.54010009765625,1,0,1.0986123085021973,0,5.326373100280762,2.944438934326172,5.67301082611084,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,19,205.6905975341797,290.9090881347656,3640,137.54010009765625,1,0,1.0986123085021973,0,5.326373100280762,2.944438934326172,5.67301082611084,0,0,1,0,0,0,0,0,0,0 +11,0,0,1,0,1,3,3,20,185.86500549316406,1387.012939453125,3640,123.91000366210938,1,0,2.397895336151123,0,5.225020408630371,2.995732307434082,7.234907627105713,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,19,141.2574005126953,548.05194091796875,3140,97.88890075683594,1,0,1.7917594909667969,0,4.9505839347839355,2.944438934326172,6.306370258331299,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,1,0,3,3,56,195.77780151367188,663.6363525390625,3128,130.10549926757812,1,0,0.6931471824645996,0,5.276980400085449,4.025351524353027,6.497734546661377,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,26,185.86500549316406,1485.7142333984375,3513,123.91000366210938,1,0,-1.3862943649291992,0,5.225020408630371,3.25809645652771,7.303650856018066,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,1,3,3,20,242.8636016845703,1351.947998046875,3628,162.3220977783203,1,0,1.6094379425048828,0,5.492499828338623,2.995732307434082,7.209301948547363,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,1,1,3,3,22,213.1251983642578,1646.7532958984375,3152,141.2574005126953,1,0,1.0986123085021973,0,5.361879825592041,3.0910425186157227,7.406560897827148,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,3,27,225.51620483398438,119.48052215576172,3613,149.9311065673828,1,0,0.6931471824645996,0,5.418392181396484,3.295836925506592,4.783153533935547,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,24,185.86500549316406,74.025970458984375,3543,123.91000366210938,1,0,-1.3862943649291992,0,5.225020408630371,3.178053855895996,4.304416179656982,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,20,156.12660217285156,75.324676513671875,3310,104.08439636230469,1,0,-1.3862943649291992,0,5.0506672859191895,2.995732307434082,4.321807861328125,0,0,1,0,0,0,0,0,0,0 +10,0,0,1,NA,0,3,3,20,205.6905975341797,323.3766174316406,3328,136.30099487304688,1,0,2.3025851249694824,0,5.326373100280762,2.995732307434082,5.778817653656006,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,37,223.03799438476562,107.79220581054688,3210,148.69200134277344,1,0,0,0,5.407341957092285,3.610917806625366,4.680205345153809,0,0,1,0,0,0,0,0,0,0 +8,0,0,1,0,0,3,3,17,90.45429992675781,1180.51953125,3228,49.56399917602539,1,0,2.079441547393799,0,4.504844665527344,2.8332133293151855,7.073709964752197,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,18,143.735595703125,71.42857360839844,3728,95.41069793701172,1,0,1.3862943649291992,0,4.967975616455078,2.890371799468994,4.268698215484619,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,1,0,3,3,44,173.4739990234375,197.40260314941406,3640,115.23629760742188,1,0,2.1972246170043945,0,5.156027793884277,3.7841897010803223,5.285245418548584,0,0,1,0,0,0,0,0,0,0 +11,0,0,0,0,0,3,3,41,148.69200134277344,123.37662506103516,3628,99.12799835205078,1,0,2.397895336151123,0,5.0018768310546875,3.7135720252990723,4.815241813659668,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,1,3,3,23,152.4093017578125,2542.857177734375,3640,101.606201171875,1,0,1.945910096168518,0,5.026569843292236,3.1354942321777344,7.841043472290039,0,0,1,0,0,0,0,0,0,0 +8,0,0,1,1,1,3,3,37,198.25599670410156,1472.727294921875,3137,132.5836944580078,1,0,2.079441547393799,0,5.2895588874816895,3.610917806625366,7.2948713302612305,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,21,86.73699951171875,900,3628,58.237701416015625,1,0,1.7917594909667969,0,4.462880611419678,3.044522523880005,6.802394866943359,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,28,198.25599670410156,107.79220581054688,3149,132.5836944580078,1,0,-1.3862943649291992,0,5.2895588874816895,3.332204580307007,4.680205345153809,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,30,229.23350524902344,136.36363220214844,3152,152.4093017578125,1,0,-1.3862943649291992,0,5.434741020202637,3.4011974334716797,4.915325164794922,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,1,0,3,3,50,205.6905975341797,994.80517578125,3640,137.54010009765625,1,0,2.1972246170043945,0,5.326373100280762,3.9120230674743652,6.9025468826293945,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,3,22,173.4739990234375,142.85714721679688,3228,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,3.0910425186157227,4.961845397949219,0,0,1,0,0,0,0,0,0,0 +10,0,0,1,1,0,3,3,22,183.3867950439453,584.41558837890625,3449,122.6708984375,1,0,2.3025851249694824,0,5.211597442626953,3.0910425186157227,6.370612144470215,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,18,166.03939819335938,145.4545440673828,3428,110.27989959716797,1,0,1.3862943649291992,0,5.11222505569458,2.890371799468994,4.97986364364624,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,54,236.66810607910156,32.467533111572266,3116,149.9311065673828,1,0,0.6931471824645996,0,5.466658592224121,3.9889841079711914,3.4802405834198,0,0,1,0,0,0,0,0,0,0 +91,0,0,0,0,1,3,3,21,211.88609313964844,8402.59765625,3540,141.2574005126953,1,0,4.510859489440918,0,5.356049060821533,3.044522523880005,9.036295890808105,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,1,0,3,3,51,185.86500549316406,196.10389709472656,3328,123.91000366210938,1,0,1.7917594909667969,0,5.225020408630371,3.931825637817383,5.278644561767578,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,34,195.77780151367188,193.50650024414062,3628,130.10549926757812,1,0,1.3862943649291992,0,5.276980400085449,3.526360511779785,5.265311241149902,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,41,198.25599670410156,249.35064697265625,3128,132.5836944580078,1,0,1.3862943649291992,0,5.2895588874816895,3.7135720252990723,5.518860340118408,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,25,235.4290008544922,75.324676513671875,3640,149.9311065673828,1,0,-1.3862943649291992,0,5.461409568786621,3.2188758850097656,4.321807861328125,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,3,30,237.90719604492188,1045.45458984375,3540,158.60479736328125,1,0,1.0986123085021973,0,5.4718804359436035,3.4011974334716797,6.952207088470459,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,0,3,3,26,180.90859985351562,71.42857360839844,3228,120.19270324707031,1,0,1.945910096168518,0,5.197991847991943,3.25809645652771,4.268698215484619,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,19,189.58230590820312,36.3636360168457,3613,149.9311065673828,1,0,1.7917594909667969,0,5.244823455810547,2.944438934326172,3.593569278717041,0,0,1,0,0,0,0,0,0,0 +16,0,0,1,1,0,3,3,34,173.4739990234375,192.20779418945312,3628,132.5836944580078,1,0,2.7725887298583984,0,5.156027793884277,3.526360511779785,5.2585768699646,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,0,0,3,3,18,223.03799438476562,527.272705078125,3328,148.69200134277344,1,0,2.1972246170043945,0,5.407341957092285,2.890371799468994,6.2677178382873535,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,17,153.64840698242188,146.7532501220703,3340,102.84529876708984,1,0,-1.3862943649291992,0,5.034667015075684,2.8332133293151855,4.988752841949463,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,3,34,153.64840698242188,174.02597045898438,3310,102.84529876708984,1,0,0.6931471824645996,0,5.034667015075684,3.526360511779785,5.159204483032227,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,1,0,3,3,64,131.3446044921875,1123.3765869140625,3428,87.9760971069336,1,0,2.1972246170043945,0,4.877824306488037,4.158883094787598,7.024094104766846,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,39,173.4739990234375,202.59739685058594,3310,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,3.6635615825653076,5.311220645904541,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,23,173.4739990234375,0,3310,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,3.1354942321777344,0,0,0,1,0,0,0,0,0,0,0 +13,0,0,0,1,1,3,3,29,136.30099487304688,2053.246826171875,3210,90.45429992675781,1,0,2.5649492740631104,0,4.914865493774414,3.367295742034912,7.627177715301514,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,25,185.86500549316406,0,3137,123.91000366210938,1,0,-1.3862943649291992,0,5.225020408630371,3.2188758850097656,0,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,34,198.25599670410156,371.4285583496094,3449,131.3446044921875,1,0,1.0986123085021973,0,5.2895588874816895,3.526360511779785,5.917356491088867,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,1,0,3,3,41,173.4739990234375,79.22077941894531,3528,115.23629760742188,1,0,1.7917594909667969,0,5.156027793884277,3.7135720252990723,4.372238636016846,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,20,193.2996063232422,566.2337646484375,3602,128.86639404296875,1,0,1.7917594909667969,0,5.2642412185668945,2.995732307434082,6.3390069007873535,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,22,175.9521942138672,84.41558074951172,3304,117.7145004272461,1,0,-1.3862943649291992,0,5.170212268829346,3.0910425186157227,4.435751914978027,0,0,1,0,0,0,0,0,0,0 +15,0,0,1,1,0,3,3,38,208.16879272460938,2093.506591796875,3010,138.77920532226562,1,0,2.70805025100708,0,5.338349342346191,3.6375861167907715,7.6465959548950195,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,3,23,185.86500549316406,105.19480895996094,3310,123.91000366210938,1,0,1.0986123085021973,0,5.225020408630371,3.1354942321777344,4.655814170837402,0,0,1,0,0,0,0,0,0,0 +11,0,0,1,0,0,3,3,19,224.277099609375,467.532470703125,3428,148.69200134277344,1,0,2.397895336151123,0,5.412882328033447,2.944438934326172,6.147468566894531,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,1,0,3,3,72,152.4093017578125,289.6103820800781,3328,101.606201171875,1,0,1.7917594909667969,0,5.026569843292236,4.276666164398193,5.66853666305542,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,0,0,3,3,22,206.92970275878906,514.28570556640625,3513,137.54010009765625,1,0,2.1972246170043945,0,5.332379341125488,3.0910425186157227,6.242778778076172,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,0,0,3,3,36,223.03799438476562,40.25973892211914,3152,106.5625991821289,1,0,0,0,5.407341957092285,3.5835189819335938,3.6953518390655518,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,0,0,3,3,30,221.7989044189453,127.2727279663086,3528,147.45289611816406,1,0,1.945910096168518,0,5.401771068572998,3.4011974334716797,4.84633207321167,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,3,26,199.49510192871094,245.4545440673828,3110,132.5836944580078,1,0,1.3862943649291992,0,5.29578971862793,3.25809645652771,5.503111839294434,0,0,1,0,0,0,0,0,0,0 +8,0,0,1,0,0,3,3,20,216.84249877929688,429.8701171875,3428,144.97470092773438,1,0,2.079441547393799,0,5.379171371459961,2.995732307434082,6.063483238220215,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,1,0,3,3,44,220.55979919433594,79.22077941894531,3410,146.21380615234375,1,0,0.6931471824645996,0,5.3961687088012695,3.7841897010803223,4.372238636016846,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,1,3,3,24,188.34320068359375,162.33766174316406,3540,125.14910125732422,1,0,0.6931471824645996,0,5.2382659912109375,3.178053855895996,5.0896782875061035,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,1,0,3,3,20,201.97329711914062,101.29869842529297,3310,135.06190490722656,1,0,-1.3862943649291992,0,5.308135509490967,2.995732307434082,4.618073463439941,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,0,0,3,3,19,204.45150756835938,155.8441619873047,3628,136.30099487304688,1,0,2.1972246170043945,0,5.320330619812012,2.944438934326172,5.048856735229492,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,48,166.03939819335938,122.07791900634766,3152,110.27989959716797,1,0,0,0,5.11222505569458,3.8712010383605957,4.804659366607666,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,1,0,3,3,56,193.2996063232422,162.33766174316406,3640,128.86639404296875,1,0,1.6094379425048828,0,5.2642412185668945,4.025351524353027,5.0896782875061035,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,0,3,3,49,240.38540649414062,228.57142639160156,3410,159.84390258789062,1,0,1.0986123085021973,0,5.482243537902832,3.891820192337036,5.431848526000977,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,0,1,3,3,26,167.27850341796875,1372.727294921875,3128,112.75810241699219,1,0,1.3862943649291992,0,5.119659900665283,3.25809645652771,7.224554538726807,0,0,1,0,0,0,0,0,0,0 +10,0,0,1,0,0,3,3,17,193.2996063232422,890.90911865234375,3640,128.86639404296875,1,0,2.3025851249694824,0,5.2642412185668945,2.8332133293151855,6.792242527008057,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,0,0,3,3,58,225.51620483398438,203.89610290527344,3228,149.9311065673828,1,0,0,0,5.418392181396484,4.060442924499512,5.317610740661621,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,1,0,3,3,26,220.55979919433594,823.37664794921875,3440,147.45289611816406,1,0,0.6931471824645996,0,5.3961687088012695,3.25809645652771,6.713413715362549,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,23,168.51759338378906,237.66233825683594,3228,152.4093017578125,1,0,0.6931471824645996,0,5.127040386199951,3.1354942321777344,5.470850944519043,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,1,3,3,18,198.25599670410156,1689.6103515625,3340,132.5836944580078,1,0,0.6931471824645996,0,5.2895588874816895,2.890371799468994,7.432253360748291,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,33,153.64840698242188,129.87013244628906,3337,102.84529876708984,1,0,0,0,5.034667015075684,3.4965076446533203,4.866535186767578,0,0,1,0,0,0,0,0,0,0 +6,0,0,0,1,0,3,3,48,148.69200134277344,187.0129852294922,3152,99.12799835205078,1,0,1.7917594909667969,0,5.0018768310546875,3.8712010383605957,5.231178283691406,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,52,156.12660217285156,50.649349212646484,3610,104.08439636230469,1,0,0,0,5.0506672859191895,3.9512436389923096,3.924926280975342,0,0,1,0,0,0,0,0,0,0 +15,0,0,0,1,1,3,3,56,178.43040466308594,2472.727294921875,3228,118.95359802246094,1,0,2.70805025100708,0,5.18419885635376,4.025351524353027,7.813076972961426,0,0,1,0,0,0,0,0,0,0 +5,0,0,0,NA,0,3,3,25,143.735595703125,170.12986755371094,3152,95.41069793701172,1,0,1.6094379425048828,0,4.967975616455078,3.2188758850097656,5.136561870574951,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,1,0,3,3,38,143.735595703125,103.89610290527344,3149,96.6498031616211,1,0,-1.3862943649291992,0,4.967975616455078,3.6375861167907715,4.6433916091918945,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,0,0,3,3,31,153.64840698242188,38.96104049682617,3152,102.84529876708984,1,0,1.3862943649291992,0,5.034667015075684,3.4339871406555176,3.662562131881714,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,18,148.69200134277344,20.779220581054688,3210,99.12799835205078,1,0,0,0,5.0018768310546875,2.890371799468994,3.0339534282684326,0,0,1,0,0,0,0,0,0,0 +9,0,0,0,1,1,3,3,53,218.08160400390625,979.22076416015625,3428,144.97470092773438,1,0,2.1972246170043945,0,5.38486909866333,3.97029185295105,6.886756896972656,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,0,3,3,25,161.08299255371094,205.19480895996094,3628,107.80169677734375,1,0,1.6094379425048828,0,5.0819196701049805,3.2188758850097656,5.323959827423096,0,0,1,0,0,0,0,0,0,0 +12,0,0,0,0,1,3,3,18,178.43040466308594,2528.571533203125,3152,118.95359802246094,1,0,2.4849066734313965,0,5.18419885635376,2.890371799468994,7.835409641265869,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,31,204.45150756835938,32.467533111572266,3128,136.30099487304688,1,0,1.3862943649291992,0,5.320330619812012,3.4339871406555176,3.4802405834198,0,0,1,0,0,0,0,0,0,0 +10,0,0,1,1,0,3,3,48,198.25599670410156,353.24676513671875,3116,49.56399917602539,1,0,2.3025851249694824,0,5.2895588874816895,3.8712010383605957,5.867166996002197,0,0,1,0,0,0,0,0,0,0 +5,0,0,0,1,0,3,3,43,140.01829528808594,144.1558380126953,3504,92.93250274658203,1,0,1.6094379425048828,0,4.941772937774658,3.761200189590454,4.970894813537598,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,48,156.12660217285156,166.2337646484375,3640,89.21520233154297,1,0,0,0,5.0506672859191895,3.8712010383605957,5.1133952140808105,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,1,1,3,3,27,198.25599670410156,1355.8441162109375,3640,132.5836944580078,1,0,1.7917594909667969,0,5.2895588874816895,3.295836925506592,7.212179660797119,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,0,0,3,3,47,180.90859985351562,167.532470703125,3552,120.19270324707031,1,0,-1.3862943649291992,0,5.197991847991943,3.8501474857330322,5.1211771965026855,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,0,3,3,51,174.71310424804688,37.66233825683594,3540,116.47540283203125,1,0,1.0986123085021973,0,5.163145065307617,3.931825637817383,3.6286606788635254,0,0,1,0,0,0,0,0,0,0 +6,0,0,0,1,0,3,3,30,173.4739990234375,0,3410,115.23629760742188,1,0,1.7917594909667969,0,5.156027793884277,3.4011974334716797,0,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,0,0,3,3,42,168.51759338378906,29.87013053894043,3640,112.75810241699219,1,0,-1.3862943649291992,0,5.127040386199951,3.7376697063446045,3.3968589305877686,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,39,152.4093017578125,123.37662506103516,3640,101.606201171875,1,0,1.3862943649291992,0,5.026569843292236,3.6635615825653076,4.815241813659668,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,54,158.60479736328125,84.41558074951172,3349,105.32350158691406,1,0,-1.3862943649291992,0,5.066415786743164,3.9889841079711914,4.435751914978027,0,0,1,0,0,0,0,0,0,0 +6,0,0,0,1,0,3,3,33,225.51620483398438,697.402587890625,3252,151.17019653320312,1,0,1.7917594909667969,0,5.418392181396484,3.4965076446533203,6.547362804412842,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,1,0,3,3,25,162.3220977783203,177.9220733642578,3504,107.80169677734375,1,0,1.6094379425048828,0,5.089582443237305,3.2188758850097656,5.181345462799072,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,3,50,112.75810241699219,342.8571472167969,3510,75.58509826660156,1,0,1.3862943649291992,0,4.725244998931885,3.9120230674743652,5.837313652038574,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,20,182.147705078125,111.68830871582031,3310,120.19270324707031,1,0,1.0986123085021973,0,5.204817771911621,2.995732307434082,4.715712070465088,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,40,213.1251983642578,288.3116760253906,3037,142.4965057373047,1,0,-1.3862943649291992,0,5.361879825592041,3.6888794898986816,5.664041996002197,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,25,220.55979919433594,242.85714721679688,3428,147.45289611816406,1,0,0.6931471824645996,0,5.3961687088012695,3.2188758850097656,5.492473602294922,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,21,127.6272964477539,1272.727294921875,3543,85.4979019165039,1,0,0,0,4.849114418029785,3.044522523880005,7.148917198181152,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,32,225.51620483398438,240.25973510742188,3340,149.9311065673828,1,0,-1.3862943649291992,0,5.418392181396484,3.465735912322998,5.481720447540283,0,0,1,0,0,0,0,0,0,0 +18,0,0,0,0,0,3,3,65,216.84249877929688,261.0389709472656,3628,144.97470092773438,1,0,2.890371799468994,0,5.379171371459961,4.174387454986572,5.564669609069824,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,61,216.84249877929688,154.5454559326172,3228,144.97470092773438,1,0,0.6931471824645996,0,5.379171371459961,4.110873699188232,5.040488243103027,0,0,1,0,0,0,0,0,0,0 +12,0,0,0,1,0,3,3,60,201.97329711914062,915.58441162109375,3643,133.8227996826172,1,0,2.4849066734313965,0,5.308135509490967,4.094344615936279,6.8195624351501465,0,0,1,0,0,0,0,0,0,0 +9,0,0,0,1,0,3,3,53,227.99440002441406,568.8311767578125,3428,149.9311065673828,1,0,2.1972246170043945,0,5.4293212890625,3.97029185295105,6.343583583831787,0,0,1,0,0,0,0,0,0,0 +29,0,0,0,0,0,3,3,58,188.34320068359375,748.05194091796875,3428,125.14910125732422,1,0,3.367295742034912,0,5.2382659912109375,4.060442924499512,6.6174726486206055,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,3,42,201.97329711914062,0,3310,135.06190490722656,1,0,1.3862943649291992,0,5.308135509490967,3.7376697063446045,0,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,17,140.01829528808594,0,3504,60.71590042114258,1,0,0,0,4.941772937774658,2.8332133293151855,0,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,1,1,3,3,32,188.34320068359375,2867.532470703125,3610,149.9311065673828,1,0,2.1972246170043945,0,5.2382659912109375,3.465735912322998,7.961207389831543,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,24,232.9508056640625,44.155845642089844,3004,128.86639404296875,1,0,0,0,5.450827121734619,3.178053855895996,3.7877252101898193,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,46,121.43180084228516,25.97402572631836,3536,23.54290008544922,1,0,0,0,4.799352645874023,3.828641414642334,3.257097005844116,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,42,170.9958038330078,51.94805145263672,3152,113.99720001220703,1,0,1.0986123085021973,0,5.141639232635498,3.7376697063446045,3.950244188308716,0,0,1,0,0,0,0,0,0,0 +11,0,0,0,0,0,3,3,58,173.4739990234375,700,3428,116.47540283203125,1,0,2.397895336151123,0,5.156027793884277,4.060442924499512,6.551080226898193,0,0,1,0,0,0,0,0,0,0 +15,0,0,0,1,1,3,3,62,99.12799835205078,1663.6363525390625,3428,65.67230224609375,1,0,2.70805025100708,0,4.59641170501709,4.127134323120117,7.4167609214782715,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,0,0,3,3,52,195.77780151367188,177.9220733642578,3152,131.3446044921875,1,0,-1.3862943649291992,0,5.276980400085449,3.9512436389923096,5.181345462799072,0,0,1,0,0,0,0,0,0,0 +64,0,0,0,1,1,3,3,64,185.86500549316406,32467.533203125,3210,123.91000366210938,1,0,4.158883094787598,0,5.225020408630371,4.158883094787598,10.387995719909668,0,0,1,0,0,0,0,0,0,0 +10,0,0,0,1,0,3,3,60,137.54010009765625,389.6103820800781,3228,91.69339752197266,1,0,2.3025851249694824,0,4.923915386199951,4.094344615936279,5.965147018432617,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,0,3,3,59,182.147705078125,840.259765625,3540,121.43180084228516,1,0,1.0986123085021973,0,5.204817771911621,4.077537536621094,6.733711242675781,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,0,3,3,35,115.23629760742188,663.6363525390625,3640,102.84529876708984,1,0,1.0986123085021973,0,4.746984958648682,3.5553481578826904,6.497734546661377,0,0,1,0,0,0,0,0,0,0 +11,0,0,0,1,0,3,3,50,115.23629760742188,261.0389709472656,3549,76.82420349121094,1,0,2.397895336151123,0,4.746984958648682,3.9120230674743652,5.564669609069824,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,45,138.77920532226562,38.96104049682617,3640,91.69339752197266,1,0,1.3862943649291992,0,4.932884216308594,3.8066625595092773,3.662562131881714,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,1,0,3,3,48,143.735595703125,105.19480895996094,3640,95.41069793701172,1,0,-1.3862943649291992,0,4.967975616455078,3.8712010383605957,4.655814170837402,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,0,0,3,3,23,143.735595703125,98.70130157470703,3540,95.41069793701172,1,0,0.6931471824645996,0,4.967975616455078,3.1354942321777344,4.592098236083984,0,0,1,0,0,0,0,0,0,0 +5,0,0,0,0,0,3,3,21,161.08299255371094,307.7922058105469,3540,107.80169677734375,1,0,1.6094379425048828,0,5.0819196701049805,3.044522523880005,5.729424953460693,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,26,143.735595703125,77.92208099365234,3449,96.6498031616211,1,0,0,0,4.967975616455078,3.25809645652771,4.355709552764893,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,0,0,3,3,60,94.171600341796875,185.7142791748047,3640,63.19409942626953,1,0,1.0986123085021973,0,4.545118808746338,4.094344615936279,5.224209308624268,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,27,185.86500549316406,89.61038970947266,3549,123.91000366210938,1,0,0,0,5.225020408630371,3.295836925506592,4.495471477508545,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,17,90.45429992675781,1893.5064697265625,3440,59.47679901123047,1,0,1.7917594909667969,0,4.504844665527344,2.8332133293151855,7.546185493469238,0,0,1,0,0,0,0,0,0,0 +9,0,0,0,1,1,3,3,24,128.86639404296875,1462.337646484375,3540,85.4979019165039,1,0,2.1972246170043945,0,4.858776092529297,3.178053855895996,7.287791728973389,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,0,0,3,3,19,110.27989959716797,620.77923583984375,3713,74.34600067138672,1,0,0.6931471824645996,0,4.70302152633667,2.944438934326172,6.430975437164307,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,59,133.8227996826172,157.14285278320312,3640,89.21520233154297,1,0,0,0,4.8965163230896,4.077537536621094,5.057155132293701,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,38,99.12799835205078,49.350650787353516,3504,65.67230224609375,1,0,-1.3862943649291992,0,4.59641170501709,3.6375861167907715,3.8989510536193848,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,3,28,153.64840698242188,1164.93505859375,3640,102.84529876708984,1,0,1.3862943649291992,0,5.034667015075684,3.332204580307007,7.060420513153076,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,19,170.9958038330078,216.88311767578125,3528,113.99720001220703,1,0,1.3862943649291992,0,5.141639232635498,2.944438934326172,5.379358768463135,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,21,140.01829528808594,155.8441619873047,3640,92.93250274658203,1,0,0,0,4.941772937774658,3.044522523880005,5.048856735229492,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,20,138.77920532226562,1332.467529296875,3740,92.93250274658203,1,0,1.7917594909667969,0,4.932884216308594,2.995732307434082,7.194787979125977,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,0,0,3,3,21,161.08299255371094,192.20779418945312,3628,107.80169677734375,1,0,0,0,5.0819196701049805,3.044522523880005,5.2585768699646,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,17,107.80169677734375,1100,3740,71.8677978515625,1,0,-1.3862943649291992,0,4.680293560028076,2.8332133293151855,7.003065586090088,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,0,0,3,3,19,173.4739990234375,0,3640,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,2.944438934326172,0,0,0,1,0,0,0,0,0,0,0 +10,0,0,1,0,0,3,3,20,143.735595703125,393.5065002441406,3428,94.171600341796875,1,0,2.3025851249694824,0,4.967975616455078,2.995732307434082,5.97509765625,0,0,1,0,0,0,0,0,0,0 +7,0,0,0,0,0,3,3,23,123.91000366210938,155.8441619873047,3504,83.01969909667969,1,0,1.945910096168518,0,4.819555759429932,3.1354942321777344,5.048856735229492,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,0,1,3,3,19,122.6708984375,207.79220581054688,3740,89.21520233154297,1,0,1.945910096168518,0,4.809504985809326,2.944438934326172,5.336538791656494,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,19,153.64840698242188,0,3540,146.21380615234375,1,0,0,0,5.034667015075684,2.944438934326172,0,0,0,1,0,0,0,0,0,0,0 +9,0,0,0,1,0,3,3,48,169.75669860839844,1279.2208251953125,3437,112.75810241699219,1,0,2.1972246170043945,0,5.134366035461426,3.8712010383605957,7.154006481170654,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,1,3,3,16,136.30099487304688,483.11688232421875,3304,90.45429992675781,1,0,1.7917594909667969,0,4.914865493774414,2.7725887298583984,6.180258750915527,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,17,89.21520233154297,202.59739685058594,3528,59.47679901123047,1,0,1.3862943649291992,0,4.49105167388916,2.8332133293151855,5.311220645904541,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,0,0,3,3,23,141.2574005126953,310.3896179199219,3537,94.171600341796875,1,0,0.6931471824645996,0,4.9505839347839355,3.1354942321777344,5.737828254699707,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,31,99.12799835205078,93.5064926147461,3740,65.67230224609375,1,0,-1.3862943649291992,0,4.59641170501709,3.4339871406555176,4.538031101226807,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,16,91.69339752197266,506.4934997558594,3747,61.95500183105469,1,0,1.3862943649291992,0,4.5184502601623535,2.7725887298583984,6.227511405944824,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,23,96.6498031616211,68.83116912841797,3404,64.433197021484375,1,0,1.3862943649291992,0,4.571094036102295,3.1354942321777344,4.231656551361084,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,NA,0,3,3,26,158.60479736328125,184.41558837890625,3510,105.32350158691406,1,0,0.6931471824645996,0,5.066415786743164,3.25809645652771,5.217191696166992,0,0,1,0,0,0,0,0,0,0 +6,0,0,0,1,1,3,3,24,166.03939819335938,642.85711669921875,3747,110.27989959716797,1,0,1.7917594909667969,0,5.11222505569458,3.178053855895996,6.4659223556518555,0,0,1,0,0,0,0,0,0,0 +10,0,0,0,NA,0,3,3,57,133.8227996826172,503.8961181640625,3640,89.21520233154297,1,0,2.3025851249694824,0,4.8965163230896,4.043051242828369,6.222370147705078,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,20,153.64840698242188,90.909088134765625,3304,101.606201171875,1,0,0.6931471824645996,0,5.034667015075684,2.995732307434082,4.509860038757324,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,19,133.8227996826172,370.1298828125,3640,38.41210174560547,1,0,0,0,4.8965163230896,2.944438934326172,5.913854122161865,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,0,0,3,3,19,96.6498031616211,232.467529296875,3628,64.433197021484375,1,0,0.6931471824645996,0,4.571094036102295,2.944438934326172,5.4487504959106445,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,0,3,3,30,148.69200134277344,93.5064926147461,3328,78.06330108642578,1,0,1.6094379425048828,0,5.0018768310546875,3.4011974334716797,4.538031101226807,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,NA,0,3,3,32,143.735595703125,116.88311767578125,3304,95.41069793701172,1,0,-1.3862943649291992,0,4.967975616455078,3.465735912322998,4.76117467880249,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,25,153.64840698242188,98.70130157470703,3549,74.34600067138672,1,0,1.0986123085021973,0,5.034667015075684,3.2188758850097656,4.592098236083984,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,18,152.4093017578125,107.79220581054688,3304,101.606201171875,1,0,-1.3862943649291992,0,5.026569843292236,2.890371799468994,4.680205345153809,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,0,0,3,3,27,170.9958038330078,244.1558380126953,3228,113.99720001220703,1,0,1.3862943649291992,0,5.141639232635498,3.295836925506592,5.497806549072266,0,0,1,0,0,0,0,0,0,0 +12,0,0,0,0,0,3,3,18,143.735595703125,422.0779113769531,3610,96.6498031616211,1,0,2.4849066734313965,0,4.967975616455078,2.890371799468994,6.04518985748291,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,1,3,3,20,141.2574005126953,1907.792236328125,3536,94.171600341796875,1,0,1.0986123085021973,0,4.9505839347839355,2.995732307434082,7.553701877593994,0,0,1,0,0,0,0,0,0,0 +9,0,0,0,1,0,3,3,42,91.69339752197266,497.402587890625,3428,61.95500183105469,1,0,2.1972246170043945,0,4.5184502601623535,3.7376697063446045,6.209399700164795,0,0,1,0,0,0,0,0,0,0 +9,0,0,0,0,1,3,3,32,143.735595703125,238.96104431152344,3510,95.41069793701172,1,0,2.1972246170043945,0,4.967975616455078,3.465735912322998,5.4763007164001465,0,0,1,0,0,0,0,0,0,0 +49,0,0,0,1,1,3,3,31,153.64840698242188,4937.662109375,3328,109.04080200195312,1,0,3.891820192337036,0,5.034667015075684,3.4339871406555176,8.504647254943848,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,19,156.12660217285156,151.94805908203125,3604,104.08439636230469,1,0,0,0,5.0506672859191895,2.944438934326172,5.023538589477539,0,0,1,0,0,0,0,0,0,0 +182,0,0,0,0,1,3,3,49,153.64840698242188,7976.62353515625,3328,102.84529876708984,1,0,5.204006671905518,0,5.034667015075684,3.891820192337036,8.984270095825195,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,20,214.3643035888672,205.19480895996094,3647,142.4965057373047,1,0,0,0,5.367676734924316,2.995732307434082,5.323959827423096,0,0,1,0,0,0,0,0,0,0 +13,0,0,0,0,0,3,3,62,163.5612030029297,461.0389709472656,3128,109.04080200195312,1,0,2.5649492740631104,0,5.097187042236328,4.127134323120117,6.133482456207275,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,47,99.12799835205078,0,3504,65.67230224609375,1,0,0,0,4.59641170501709,3.8501474857330322,0,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,18,118.95359802246094,146.7532501220703,3349,76.82420349121094,1,0,0,0,4.778733253479004,2.890371799468994,4.988752841949463,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,0,0,3,3,23,185.86500549316406,881.81817626953125,3740,130.10549926757812,1,0,1.0986123085021973,0,5.225020408630371,3.1354942321777344,6.781985759735107,0,0,1,0,0,0,0,0,0,0 +8,0,0,0,1,0,3,3,33,153.64840698242188,396.1038818359375,3410,102.84529876708984,1,0,2.079441547393799,0,5.034667015075684,3.4965076446533203,5.9816765785217285,0,0,1,0,0,0,0,0,0,0 +12,0,0,1,1,0,3,3,18,183.3867950439453,3192.207763671875,3340,122.6708984375,1,0,2.4849066734313965,0,5.211597442626953,2.890371799468994,8.06846809387207,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,NA,0,3,3,24,107.80169677734375,129.87013244628906,3340,61.95500183105469,1,0,0,0,4.680293560028076,3.178053855895996,4.866535186767578,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,1,3,3,18,120.19270324707031,870.1298828125,3540,80.54149627685547,1,0,1.3862943649291992,0,4.789096355438232,2.890371799468994,6.768642425537109,0,0,1,0,0,0,0,0,0,0 +6,0,0,0,1,0,3,3,31,117.7145004272461,38.96104049682617,3537,78.06330108642578,1,0,1.7917594909667969,0,4.7682623863220215,3.4339871406555176,3.662562131881714,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,0,0,3,3,18,125.14910125732422,90.909088134765625,3628,83.01969909667969,1,0,0.6931471824645996,0,4.829505920410156,2.890371799468994,4.509860038757324,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,21,161.08299255371094,836.3636474609375,3540,107.80169677734375,1,0,1.0986123085021973,0,5.0819196701049805,3.044522523880005,6.729063510894775,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,28,97.88890075683594,1955.8441162109375,3640,65.67230224609375,1,0,1.3862943649291992,0,4.58383321762085,3.332204580307007,7.578577041625977,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,42,149.9311065673828,185.7142791748047,3152,100.36710357666016,1,0,0,0,5.010175704956055,3.7376697063446045,5.224209308624268,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,17,142.4965057373047,94.80519104003906,3540,70.62870025634766,1,0,1.0986123085021973,0,4.959317684173584,2.8332133293151855,4.55182409286499,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,0,0,3,3,18,123.91000366210938,146.7532501220703,3210,83.01969909667969,1,0,-1.3862943649291992,0,4.819555759429932,2.890371799468994,4.988752841949463,0,0,1,0,0,0,0,0,0,0 +7,0,0,0,1,0,3,3,28,126.38819885253906,302.597412109375,3513,84.25879669189453,1,0,1.945910096168518,0,4.839358329772949,3.332204580307007,5.712403297424316,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,0,0,3,3,34,137.54010009765625,0,3540,91.69339752197266,1,0,1.3862943649291992,0,4.923915386199951,3.526360511779785,0,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,1,3,3,19,96.6498031616211,140.25973510742188,3452,64.433197021484375,1,0,-1.3862943649291992,0,4.571094036102295,2.944438934326172,4.943495750427246,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,1,0,3,3,63,135.06190490722656,141.55844116210938,3540,89.21520233154297,1,0,-1.3862943649291992,0,4.905733108520508,4.143134593963623,4.952712535858154,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,0,0,3,3,15,173.4739990234375,2987.012939453125,3640,53.28129959106445,1,0,2.1972246170043945,0,5.156027793884277,2.70805025100708,8.0020294189453125,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,18,123.91000366210938,9.090909004211426,3152,83.01969909667969,1,0,0,0,4.819555759429932,2.890371799468994,2.207274913787842,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,1,0,3,3,52,173.4739990234375,362.3376770019531,3602,115.23629760742188,1,0,2.1972246170043945,0,5.156027793884277,3.9512436389923096,5.892576694488525,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,3,47,154.8874969482422,328.5714416503906,3510,102.84529876708984,1,0,1.0986123085021973,0,5.042698860168457,3.8501474857330322,5.794754505157471,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,1,0,3,3,23,182.147705078125,275.3246765136719,3613,121.43180084228516,1,0,1.7917594909667969,0,5.204817771911621,3.1354942321777344,5.617950916290283,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,32,210.64700317382812,135.06494140625,3652,140.01829528808594,1,0,1.0986123085021973,0,5.350183963775635,3.465735912322998,4.905755519866943,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,1,0,3,3,25,216.84249877929688,77.92208099365234,3449,162.3220977783203,1,0,1.6094379425048828,0,5.379171371459961,3.2188758850097656,4.355709552764893,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,24,168.51759338378906,118.18181610107422,3110,32.21659851074219,1,0,-1.3862943649291992,0,5.127040386199951,3.178053855895996,4.772224426269531,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,21,170.9958038330078,179.2207794189453,3549,112.75810241699219,1,0,0.6931471824645996,0,5.141639232635498,3.044522523880005,5.1886186599731445,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,1,0,3,3,22,221.7989044189453,184.41558837890625,3740,148.69200134277344,1,0,1.6094379425048828,0,5.401771068572998,3.0910425186157227,5.217191696166992,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,NA,0,3,3,20,148.69200134277344,102.59740447998047,3540,99.12799835205078,1,0,0,0,5.0018768310546875,2.995732307434082,4.630812644958496,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,1,3,4,26,210.64700317382812,1653.2467041015625,4834,140.01829528808594,1,0,1.945910096168518,0,5.350183963775635,3.25809645652771,7.410496234893799,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,0,0,3,4,27,223.03799438476562,475.3246765136719,4452,148.69200134277344,1,0,0,0,5.407341957092285,3.295836925506592,6.163998126983643,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,0,0,3,4,72,115.23629760742188,42.85714340209961,4428,75.58509826660156,1,0,1.0986123085021973,0,4.746984958648682,4.276666164398193,3.7578723430633545,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,1,0,3,4,29,223.03799438476562,146.7532501220703,4110,138.77920532226562,1,0,0,0,5.407341957092285,3.367295742034912,4.988752841949463,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,1,1,1,4,52,213.1251983642578,2310.3896484375,4834,142.4965057373047,1,0,2.079441547393799,0,5.361879825592041,3.9512436389923096,7.745171546936035,0,0,0,1,0,0,0,1,0,0 +7,0,0,1,1,1,3,4,52,236.66810607910156,2503.89599609375,4834,149.9311065673828,1,0,1.945910096168518,0,5.466658592224121,3.9512436389923096,7.825603008270264,0,0,0,1,0,0,0,0,0,0 +2,0,0,1,1,0,1,4,62,125.14910125732422,0,4610,83.01969909667969,1,0,0.6931471824645996,0,4.829505920410156,4.127134323120117,0,0,0,0,1,0,0,0,1,0,0 +3,0,0,1,1,0,1,4,39,143.735595703125,307.7922058105469,4346,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,3.6635615825653076,5.729424953460693,0,0,0,1,0,0,0,1,0,0 +1,0,0,1,1,1,1,4,52,163.5612030029297,1288.3116455078125,4932,109.04080200195312,1,0,0,0,5.097187042236328,3.9512436389923096,7.161087989807129,0,0,0,1,0,0,0,1,0,0 +5,0,0,1,1,0,1,4,39,229.23350524902344,200,4428,149.9311065673828,1,0,1.6094379425048828,0,5.434741020202637,3.6635615825653076,5.2983174324035645,0,0,0,1,0,0,0,1,0,0 +2,0,0,1,NA,0,1,4,31,194.5386962890625,97.40259552001953,4152,130.10549926757812,1,0,0.6931471824645996,0,5.270631313323975,3.4339871406555176,4.578852653503418,0,0,0,1,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,4,21,190.82139587402344,58.441558837890625,4549,127.6272964477539,1,0,-1.3862943649291992,0,5.251338005065918,3.044522523880005,4.068027496337891,0,0,0,1,0,0,0,1,0,0 +3,0,0,0,1,0,1,4,30,177.19129943847656,463.6363525390625,4152,117.7145004272461,1,0,1.0986123085021973,0,5.177229881286621,3.4011974334716797,6.139100551605225,0,0,0,1,0,0,0,1,0,0 +4,0,0,1,1,1,1,4,48,163.5612030029297,275.3246765136719,4452,109.04080200195312,1,0,1.3862943649291992,0,5.097187042236328,3.8712010383605957,5.617950916290283,0,0,0,1,0,0,0,1,0,0 +6,0,0,0,1,0,1,4,41,209.40789794921875,38.96104049682617,4052,140.01829528808594,1,0,1.7917594909667969,0,5.3442840576171875,3.7135720252990723,3.662562131881714,0,0,0,1,0,0,0,1,0,0 +1,0,0,0,1,0,1,4,26,192.0605010986328,175.32467651367188,4552,127.6272964477539,1,0,0,0,5.257810592651367,3.25809645652771,5.16663932800293,0,0,0,1,0,0,0,1,0,0 +3,0,0,1,1,0,1,4,24,223.03799438476562,184.41558837890625,4428,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,3.178053855895996,5.217191696166992,0,0,0,1,0,0,0,1,0,0 +4,0,0,0,1,0,1,4,21,156.12660217285156,115.58441925048828,4152,104.08439636230469,1,0,1.3862943649291992,0,5.0506672859191895,3.044522523880005,4.750000953674316,0,0,0,1,0,0,0,1,0,0 +4,0,0,0,1,0,1,4,33,148.69200134277344,190.90908813476562,4352,99.12799835205078,1,0,1.3862943649291992,0,5.0018768310546875,3.4965076446533203,5.251797199249268,0,0,0,1,0,0,0,1,0,0 +3,0,0,0,0,0,1,4,30,156.12660217285156,51.94805145263672,4452,104.08439636230469,1,0,1.0986123085021973,0,5.0506672859191895,3.4011974334716797,3.950244188308716,0,0,0,1,0,0,0,1,0,0 +4,0,0,1,1,0,1,4,30,242.8636016845703,45.45454406738281,4852,162.3220977783203,1,0,1.3862943649291992,0,5.492499828338623,3.4011974334716797,3.8167128562927246,0,0,0,1,0,0,0,1,0,0 +19,0,0,1,1,1,1,4,50,193.2996063232422,1935.06494140625,4846,128.86639404296875,1,0,2.944438934326172,0,5.2642412185668945,3.9120230674743652,7.567896366119385,0,0,0,1,0,0,0,1,0,0 +5,0,0,1,1,1,1,4,47,198.25599670410156,2931.1689453125,4443,132.5836944580078,1,0,1.6094379425048828,0,5.2895588874816895,3.8501474857330322,7.983156681060791,0,0,0,1,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,4,21,179.66949462890625,51.94805145263672,4710,120.19270324707031,1,0,-1.3862943649291992,0,5.191119194030762,3.044522523880005,3.950244188308716,0,0,0,1,0,0,0,1,0,0 +8,0,0,1,1,0,1,4,21,198.25599670410156,646.75323486328125,4834,132.5836944580078,1,0,2.079441547393799,0,5.2895588874816895,3.044522523880005,6.4719648361206055,0,0,0,1,0,0,0,1,0,0 +3,0,0,0,1,0,1,4,32,156.12660217285156,84.41558074951172,4452,104.08439636230469,1,0,1.0986123085021973,0,5.0506672859191895,3.465735912322998,4.435751914978027,0,0,0,1,0,0,0,1,0,0 +8,0,0,1,0,1,1,4,27,195.77780151367188,2227.272705078125,4846,130.10549926757812,1,0,2.079441547393799,0,5.276980400085449,3.295836925506592,7.70853328704834,0,0,0,1,0,0,0,1,0,0 +17,0,0,1,1,0,1,4,28,178.43040466308594,655.84417724609375,4152,118.95359802246094,1,0,2.8332133293151855,0,5.18419885635376,3.332204580307007,6.4859232902526855,0,0,0,1,0,0,0,1,0,0 +5,0,0,0,1,0,1,4,19,200.7342071533203,140.25973510742188,4152,133.8227996826172,1,0,1.6094379425048828,0,5.301981449127197,2.944438934326172,4.943495750427246,0,0,0,1,0,0,0,1,0,0 +7,0,0,1,0,1,1,4,22,213.1251983642578,1149.3507080078125,4834,142.4965057373047,1,0,1.945910096168518,0,5.361879825592041,3.0910425186157227,7.046952247619629,0,0,0,1,0,0,0,1,0,0 +8,0,0,1,1,1,1,4,43,215.6033935546875,1696.1038818359375,4834,143.735595703125,1,0,2.079441547393799,0,5.373440742492676,3.761200189590454,7.436089038848877,0,0,0,1,0,0,0,1,0,0 +4,0,0,1,0,1,1,4,18,170.9958038330078,2387.012939453125,4452,113.99720001220703,1,0,1.3862943649291992,0,5.141639232635498,2.890371799468994,7.777798175811768,0,0,0,1,0,0,0,1,0,0 +10,0,0,1,1,1,1,4,54,213.1251983642578,2897.402587890625,4834,142.4965057373047,1,0,2.3025851249694824,0,5.361879825592041,3.9889841079711914,7.971570014953613,0,0,0,1,0,0,0,1,0,0 +3,0,0,1,1,0,1,4,53,219.32069396972656,72.7272720336914,4449,146.21380615234375,1,0,1.0986123085021973,0,5.3905348777771,3.97029185295105,4.286716461181641,0,0,0,1,0,0,0,1,0,0 +13,0,0,1,1,1,1,4,20,193.2996063232422,1790.9090576171875,4834,128.86639404296875,1,0,2.5649492740631104,0,5.2642412185668945,2.995732307434082,7.490478515625,0,0,0,1,0,0,0,1,0,0 +1,0,0,1,0,1,1,4,31,223.03799438476562,531.1688232421875,4840,148.69200134277344,1,0,0,0,5.407341957092285,3.4339871406555176,6.275079727172852,0,0,0,1,0,0,0,1,0,0 +5,0,0,1,0,0,1,4,19,163.5612030029297,388.3116760253906,4452,109.04080200195312,1,0,1.6094379425048828,0,5.097187042236328,2.944438934326172,5.961808204650879,0,0,0,1,0,0,0,1,0,0 +1,0,0,1,0,0,1,4,21,232.9508056640625,118.18181610107422,4852,154.8874969482422,1,0,0,0,5.450827121734619,3.044522523880005,4.772224426269531,0,0,0,1,0,0,0,1,0,0 +7,0,0,1,0,1,1,4,20,223.03799438476562,2218.181884765625,4834,148.69200134277344,1,0,1.945910096168518,0,5.407341957092285,2.995732307434082,7.704442977905273,0,0,0,1,0,0,0,1,0,0 +9,0,0,1,1,1,1,4,22,195.77780151367188,1948.052001953125,4652,130.10549926757812,1,0,2.1972246170043945,0,5.276980400085449,3.0910425186157227,7.5745849609375,0,0,0,1,0,0,0,1,0,0 +2,0,0,0,1,0,1,4,49,190.82139587402344,0,4428,126.38819885253906,1,0,0.6931471824645996,0,5.251338005065918,3.891820192337036,0,0,0,0,1,0,0,0,1,0,0 +10,0,0,0,1,1,1,4,37,173.4739990234375,1844.1558837890625,4834,115.23629760742188,1,0,2.3025851249694824,0,5.156027793884277,3.610917806625366,7.519776821136475,0,0,0,1,0,0,0,1,0,0 +0.25,0,0,0,0,0,1,4,57,173.4739990234375,53.24675369262695,4152,115.23629760742188,1,0,-1.3862943649291992,0,5.156027793884277,4.043051242828369,3.9749367237091064,0,0,0,1,0,0,0,1,0,0 +5,0,0,1,1,0,2,4,33,148.69200134277344,233.7662353515625,4646,148.69200134277344,1,0,1.6094379425048828,0,5.0018768310546875,3.4965076446533203,5.454321384429932,0,0,0,1,0,0,0,0,1,0 +5,0,0,1,1,0,1,4,63,151.17019653320312,53.24675369262695,4452,100.36710357666016,1,0,1.6094379425048828,0,5.018406391143799,4.143134593963623,3.9749367237091064,0,0,0,1,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,4,48,234.1898956298828,93.5064926147461,4428,149.9311065673828,1,0,-1.3862943649291992,0,5.456132411956787,3.8712010383605957,4.538031101226807,0,0,0,1,0,0,0,1,0,0 +3,0,0,1,1,0,1,4,24,203.21240234375,148.05194091796875,4836,135.06190490722656,1,0,1.0986123085021973,0,5.314251899719238,3.178053855895996,4.997563362121582,0,0,0,1,0,0,0,1,0,0 +1,0,0,1,0,0,1,4,22,237.90719604492188,68.83116912841797,4152,158.60479736328125,1,0,0,0,5.4718804359436035,3.0910425186157227,4.231656551361084,0,0,0,1,0,0,0,1,0,0 +9,0,0,1,0,1,1,4,23,173.4739990234375,2362.337646484375,4652,115.23629760742188,1,0,2.1972246170043945,0,5.156027793884277,3.1354942321777344,7.767406940460205,0,0,0,1,0,0,0,1,0,0 +2,0,0,0,0,0,1,4,28,200.7342071533203,218.18182373046875,4428,133.8227996826172,1,0,0.6931471824645996,0,5.301981449127197,3.332204580307007,5.385328769683838,0,0,0,1,0,0,0,1,0,0 +6,0,0,1,1,1,1,4,21,188.34320068359375,1875.32470703125,4434,153.64840698242188,1,0,1.7917594909667969,0,5.2382659912109375,3.044522523880005,7.536537170410156,0,0,0,1,0,0,0,1,0,0 +4,0,0,0,0,0,1,4,23,231.71170043945312,131.16883850097656,4652,149.9311065673828,1,0,1.3862943649291992,0,5.445493698120117,3.1354942321777344,4.876485347747803,0,0,0,1,0,0,0,1,0,0 +8,0,0,1,1,1,1,4,23,203.21240234375,2179.220703125,4834,149.9311065673828,1,0,2.079441547393799,0,5.314251899719238,3.1354942321777344,7.686722755432129,0,0,0,1,0,0,0,1,0,0 +9,0,0,0,1,1,1,4,26,161.08299255371094,3133.76611328125,4834,107.80169677734375,1,0,2.1972246170043945,0,5.0819196701049805,3.25809645652771,8.0499906539917,0,0,0,1,0,0,0,1,0,0 +9,0,0,0,0,0,1,4,21,242.8636016845703,450.64935302734375,4510,149.9311065673828,1,0,2.1972246170043945,0,5.492499828338623,3.044522523880005,6.110689640045166,0,0,0,1,0,0,0,1,0,0 +6,0,0,1,0,1,2,4,22,198.25599670410156,1964.93505859375,4834,132.5836944580078,1,0,1.7917594909667969,0,5.2895588874816895,3.0910425186157227,7.583214282989502,0,0,0,1,0,0,0,0,1,0 +7,0,0,1,1,0,3,4,58,170.9958038330078,0,4634,113.99720001220703,1,0,1.945910096168518,0,5.141639232635498,4.060442924499512,0,0,0,0,1,0,0,0,0,0,0 +4,0,0,1,1,1,2,4,32,173.4739990234375,507.7922058105469,4052,115.23629760742188,1,0,1.3862943649291992,0,5.156027793884277,3.465735912322998,6.230072498321533,0,0,0,1,0,0,0,0,1,0 +3,0,0,1,1,1,2,4,23,173.4739990234375,1979.2208251953125,4428,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,3.1354942321777344,7.590458393096924,0,0,0,1,0,0,0,0,1,0 +4,0,0,1,0,1,2,4,29,153.64840698242188,2966.23388671875,4847,102.84529876708984,1,0,1.3862943649291992,0,5.034667015075684,3.367295742034912,7.995048522949219,0,0,0,1,0,0,0,0,1,0 +0.25,0,0,1,0,0,2,4,23,170.9958038330078,96.10389709472656,4152,113.99720001220703,1,0,-1.3862943649291992,0,5.141639232635498,3.1354942321777344,4.5654296875,0,0,0,1,0,0,0,0,1,0 +10,0,0,1,0,1,2,4,24,235.4290008544922,2179.220703125,4834,128.86639404296875,1,0,2.3025851249694824,0,5.461409568786621,3.178053855895996,7.686722755432129,0,0,0,1,0,0,0,0,1,0 +8,0,0,1,0,1,2,4,18,153.64840698242188,4680.51953125,4436,102.84529876708984,1,0,2.079441547393799,0,5.034667015075684,2.890371799468994,8.451164245605469,0,0,0,1,0,0,0,0,1,0 +8,0,0,1,0,1,2,4,26,148.69200134277344,1327.272705078125,4834,99.12799835205078,1,0,2.079441547393799,0,5.0018768310546875,3.25809645652771,7.190881729125977,0,0,0,1,0,0,0,0,1,0 +11,0,0,1,1,0,2,4,42,143.735595703125,125.97402954101562,4034,95.41069793701172,1,0,2.397895336151123,0,4.967975616455078,3.7376697063446045,4.836075782775879,0,0,0,1,0,0,0,0,1,0 +6,0,0,1,1,0,2,4,31,178.43040466308594,120.77922058105469,4428,118.95359802246094,1,0,1.7917594909667969,0,5.18419885635376,3.4339871406555176,4.793964385986328,0,0,0,1,0,0,0,0,1,0 +1,0,0,1,1,0,2,4,69,198.25599670410156,105.19480895996094,4428,94.171600341796875,1,0,0,0,5.2895588874816895,4.234106540679932,4.655814170837402,0,0,0,1,0,0,0,0,1,0 +2,0,0,1,1,0,2,4,51,132.5836944580078,161.03895568847656,4410,89.21520233154297,1,0,0.6931471824645996,0,4.887214183807373,3.931825637817383,5.08164644241333,0,0,0,1,0,0,0,0,1,0 +4,0,0,1,1,1,2,4,23,223.03799438476562,1403.8961181640625,4846,147.45289611816406,1,0,1.3862943649291992,0,5.407341957092285,3.1354942321777344,7.247006416320801,0,0,0,1,0,0,0,0,1,0 +14,0,0,0,0,0,3,4,20,161.08299255371094,518.18182373046875,4149,107.80169677734375,1,0,2.6390573978424072,0,5.0819196701049805,2.995732307434082,6.250326156616211,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,1,0,1,3,4,22,158.60479736328125,837.662353515625,4040,105.32350158691406,1,0,-1.3862943649291992,0,5.066415786743164,3.0910425186157227,6.730615139007568,0,0,0,1,0,0,0,0,0,0 +2,0,0,1,0,0,3,4,19,159.84390258789062,63.6363639831543,4452,106.5625991821289,1,0,0.6931471824645996,0,5.074197769165039,2.944438934326172,4.15318489074707,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,0,0,3,4,17,168.51759338378906,75.324676513671875,4152,111.51899719238281,1,0,0,0,5.127040386199951,2.8332133293151855,4.321807861328125,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,NA,0,3,4,38,210.64700317382812,900,4152,44.607601165771484,1,0,2.079441547393799,0,5.350183963775635,3.6375861167907715,6.802394866943359,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,1,0,3,4,53,239.14630126953125,115.58441925048828,4428,149.9311065673828,1,0,1.0986123085021973,0,5.477075576782227,3.97029185295105,4.750000953674316,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,4,38,209.40789794921875,42.85714340209961,4834,149.9311065673828,1,0,-1.3862943649291992,0,5.3442840576171875,3.6375861167907715,3.7578723430633545,0,0,0,1,0,0,0,0,0,0 +5,0,0,1,0,1,3,4,19,210.64700317382812,1758.4415283203125,4352,140.01829528808594,1,0,1.6094379425048828,0,5.350183963775635,2.944438934326172,7.4721832275390625,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,1,0,2,4,37,198.25599670410156,251.94805908203125,4428,132.5836944580078,1,0,1.7917594909667969,0,5.2895588874816895,3.610917806625366,5.5292229652404785,0,0,0,1,0,0,0,0,1,0 +5,0,0,1,1,1,3,4,28,118.95359802246094,1827.272705078125,4852,79.302398681640625,1,0,1.6094379425048828,0,4.778733253479004,3.332204580307007,7.510579586029053,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,1,1,3,4,43,237.90719604492188,1767.532470703125,4834,158.60479736328125,1,0,1.0986123085021973,0,5.4718804359436035,3.761200189590454,7.477339744567871,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,4,49,166.03939819335938,75.324676513671875,4510,110.27989959716797,1,0,-1.3862943649291992,0,5.11222505569458,3.891820192337036,4.321807861328125,0,0,0,1,0,0,0,0,0,0 +5,0,0,0,1,1,3,4,55,133.8227996826172,4494.80517578125,4834,89.21520233154297,1,0,1.6094379425048828,0,4.8965163230896,4.007333278656006,8.410677909851074,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,1,1,3,4,65,154.8874969482422,2722.077880859375,4634,102.84529876708984,1,0,2.079441547393799,0,5.042698860168457,4.174387454986572,7.90915060043335,0,0,0,1,0,0,0,0,0,0 +2,0,0,0,1,0,3,4,55,146.21380615234375,349.35064697265625,4128,97.88890075683594,1,0,0.6931471824645996,0,4.985069751739502,4.007333278656006,5.856076240539551,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,1,0,3,4,22,200.7342071533203,0,4834,133.8227996826172,1,0,1.0986123085021973,0,5.301981449127197,3.0910425186157227,0,0,0,0,1,0,0,0,0,0,0 +4,0,0,1,0,1,3,4,36,161.08299255371094,185.7142791748047,4837,107.80169677734375,1,0,1.3862943649291992,0,5.0819196701049805,3.5835189819335938,5.224209308624268,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,0,1,3,4,32,143.735595703125,1718.1817626953125,4634,95.41069793701172,1,0,1.7917594909667969,0,4.967975616455078,3.465735912322998,7.449021816253662,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,0,0,3,4,37,154.8874969482422,0,4410,102.84529876708984,1,0,0,0,5.042698860168457,3.610917806625366,0,0,0,0,1,0,0,0,0,0,0 +10,0,0,1,0,1,3,4,19,180.90859985351562,2027.272705078125,4534,107.80169677734375,1,0,2.3025851249694824,0,5.197991847991943,2.944438934326172,7.614446640014648,0,0,0,1,0,0,0,0,0,0 +4,0,0,0,0,0,3,4,34,175.9521942138672,477.9220886230469,4149,117.7145004272461,1,0,1.3862943649291992,0,5.170212268829346,3.526360511779785,6.169447898864746,0,0,0,1,0,0,0,0,0,0 +10,0,0,0,1,1,3,4,46,91.69339752197266,4724.67529296875,4016,81.78060150146484,1,0,2.3025851249694824,0,4.5184502601623535,3.828641414642334,8.460554122924805,0,0,0,1,0,0,0,0,0,0 +6,0,0,0,1,0,3,4,39,166.03939819335938,509.0909118652344,4452,105.32350158691406,1,0,1.7917594909667969,0,5.11222505569458,3.6635615825653076,6.232626438140869,0,0,0,1,0,0,0,0,0,0 +5,0,0,0,1,0,3,4,58,159.84390258789062,448.05194091796875,4316,106.5625991821289,1,0,1.6094379425048828,0,5.074197769165039,4.060442924499512,6.1049089431762695,0,0,0,1,0,0,0,0,0,0 +15,0,0,0,1,1,3,4,54,185.86500549316406,4293.50634765625,4525,122.6708984375,1,0,2.70805025100708,0,5.225020408630371,3.9889841079711914,8.364858627319336,0,0,0,1,0,0,0,0,0,0 +9,0,0,1,1,0,3,4,56,173.4739990234375,732.467529296875,4634,115.23629760742188,1,0,2.1972246170043945,0,5.156027793884277,4.025351524353027,6.596418857574463,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,1,1,3,4,60,185.86500549316406,1732.467529296875,4834,123.91000366210938,1,0,2.079441547393799,0,5.225020408630371,4.094344615936279,7.457302093505859,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,0,1,3,4,21,223.03799438476562,1722.077880859375,4843,148.69200134277344,1,0,2.079441547393799,0,5.407341957092285,3.044522523880005,7.451286792755127,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,0,1,3,4,19,167.27850341796875,2006.4935302734375,4834,86.73699951171875,1,0,2.079441547393799,0,5.119659900665283,2.944438934326172,7.604144096374512,0,0,0,1,0,0,0,0,0,0 +1,0,0,0,1,0,3,4,24,235.4290008544922,76.62337493896484,4152,157.36570739746094,1,0,0,0,5.461409568786621,3.178053855895996,4.338901996612549,0,0,0,1,0,0,0,0,0,0 +4,0,0,0,1,0,3,4,47,153.64840698242188,220.7792205810547,4410,101.606201171875,1,0,1.3862943649291992,0,5.034667015075684,3.8501474857330322,5.397163391113281,0,0,0,1,0,0,0,0,0,0 +2,0,0,0,1,0,3,4,24,153.64840698242188,88.31169128417969,4152,101.606201171875,1,0,0.6931471824645996,0,5.034667015075684,3.178053855895996,4.480872631072998,0,0,0,1,0,0,0,0,0,0 +122,0,0,0,1,0,3,4,24,153.64840698242188,3246.753173828125,4152,101.606201171875,1,0,4.804020881652832,0,5.034667015075684,3.178053855895996,8.085411071777344,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,0,0,3,4,17,126.38819885253906,38.96104049682617,4846,84.25879669189453,1,0,1.0986123085021973,0,4.839358329772949,2.8332133293151855,3.662562131881714,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,1,0,3,4,34,152.4093017578125,312.98699951171875,4334,101.606201171875,1,0,2.079441547393799,0,5.026569843292236,3.526360511779785,5.746161460876465,0,0,0,1,0,0,0,0,0,0 +5,0,0,1,1,1,3,4,20,216.84249877929688,1485.7142333984375,4534,144.97470092773438,1,0,1.6094379425048828,0,5.379171371459961,2.995732307434082,7.303650856018066,0,0,0,1,0,0,0,0,0,0 +10,0,0,1,0,1,3,4,20,172.23489379882812,1329.8701171875,4834,115.23629760742188,1,0,2.3025851249694824,0,5.148859024047852,2.995732307434082,7.192836761474609,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,1,1,3,4,36,161.08299255371094,754.54547119140625,4834,106.5625991821289,1,0,1.7917594909667969,0,5.0819196701049805,3.5835189819335938,6.626115322113037,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,1,1,3,4,37,229.23350524902344,2096.10400390625,4834,152.4093017578125,1,0,1.0986123085021973,0,5.434741020202637,3.610917806625366,7.647835731506348,0,0,0,1,0,0,0,0,0,0 +12,0,0,1,1,1,3,4,59,198.25599670410156,2337.662353515625,4834,132.5836944580078,1,0,2.4849066734313965,0,5.2895588874816895,4.077537536621094,7.756906509399414,0,0,0,1,0,0,0,0,0,0 +16,0,0,1,1,1,3,4,36,166.03939819335938,3809.0908203125,4628,110.27989959716797,1,0,2.7725887298583984,0,5.11222505569458,3.5835189819335938,8.245145797729492,0,0,0,1,0,0,0,0,0,0 +9,0,0,1,1,1,3,4,58,189.58230590820312,1685.7142333984375,4634,131.3446044921875,1,0,2.1972246170043945,0,5.244823455810547,4.060442924499512,7.4299445152282715,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,1,1,3,4,60,184.6259002685547,2702.597412109375,4834,122.6708984375,1,0,2.079441547393799,0,5.218331813812256,4.094344615936279,7.901968479156494,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,0,0,3,4,46,183.3867950439453,393.5065002441406,4149,122.6708984375,1,0,0,0,5.211597442626953,3.828641414642334,5.97509765625,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,1,0,3,4,61,185.86500549316406,116.88311767578125,4152,132.5836944580078,1,0,0,0,5.225020408630371,4.110873699188232,4.76117467880249,0,0,0,1,0,0,0,0,0,0 +4,0,0,1,1,1,3,4,27,235.4290008544922,1158.4415283203125,4634,149.9311065673828,1,0,1.3862943649291992,0,5.461409568786621,3.295836925506592,7.054831027984619,0,0,0,1,0,0,0,0,0,0 +4,0,0,1,1,1,3,4,27,235.4290008544922,1158.4415283203125,4634,149.9311065673828,1,0,1.3862943649291992,0,5.461409568786621,3.295836925506592,7.054831027984619,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,NA,0,3,4,50,210.64700317382812,12.98701286315918,4534,140.01829528808594,1,0,1.0986123085021973,0,5.350183963775635,3.9120230674743652,2.5639498233795166,0,0,0,1,0,0,0,0,0,0 +5,0,0,1,1,1,3,4,29,198.25599670410156,314.28570556640625,4034,132.5836944580078,1,0,1.6094379425048828,0,5.2895588874816895,3.367295742034912,5.750302314758301,0,0,0,1,0,0,0,0,0,0 +2,0,0,1,0,1,3,4,48,107.80169677734375,1779.2208251953125,4534,162.3220977783203,1,0,0.6931471824645996,0,4.680293560028076,3.8712010383605957,7.483930587768555,0,0,0,1,0,0,0,0,0,0 +12,0,0,1,1,1,3,4,25,215.6033935546875,1718.1817626953125,4834,141.2574005126953,1,0,2.4849066734313965,0,5.373440742492676,3.2188758850097656,7.449021816253662,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,1,0,3,4,29,210.64700317382812,337.6623229980469,4428,141.2574005126953,1,0,1.7917594909667969,0,5.350183963775635,3.367295742034912,5.822046279907227,0,0,0,1,0,0,0,0,0,0 +7,0,0,1,0,1,3,4,21,179.66949462890625,533.7662353515625,4534,118.95359802246094,1,0,1.945910096168518,0,5.191119194030762,3.044522523880005,6.2799577713012695,0,0,0,1,0,0,0,0,0,0 +13,0,0,1,1,0,3,4,25,190.82139587402344,440.2597351074219,4152,126.38819885253906,1,0,2.5649492740631104,0,5.251338005065918,3.2188758850097656,6.087364673614502,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,1,1,3,4,54,143.735595703125,1559.740234375,4834,95.41069793701172,1,0,1.7917594909667969,0,4.967975616455078,3.9889841079711914,7.352274417877197,0,0,0,1,0,0,0,0,0,0 +40,0,0,1,1,1,3,4,47,231.71170043945312,5829.8701171875,4316,149.9311065673828,1,0,3.6888794898986816,0,5.445493698120117,3.8501474857330322,8.67074966430664,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,0,1,3,4,20,173.4739990234375,2087.012939453125,4834,115.23629760742188,1,0,2.079441547393799,0,5.156027793884277,2.995732307434082,7.643488883972168,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,1,1,3,4,50,237.90719604492188,1529.8701171875,4152,149.9311065673828,1,0,1.0986123085021973,0,5.4718804359436035,3.9120230674743652,7.332938194274902,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,1,0,3,4,43,198.25599670410156,66.2337646484375,4452,148.69200134277344,1,0,0,0,5.2895588874816895,3.761200189590454,4.193190574645996,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,4,34,198.25599670410156,106.4935073852539,4152,132.5836944580078,1,0,-1.3862943649291992,0,5.2895588874816895,3.526360511779785,4.668084144592285,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,0,1,3,4,29,178.43040466308594,1854.54541015625,4834,149.9311065673828,1,0,1.0986123085021973,0,5.18419885635376,3.367295742034912,7.525394916534424,0,0,0,1,0,0,0,0,0,0 +5,0,0,1,NA,1,3,4,20,219.32069396972656,1631.1688232421875,4152,146.21380615234375,1,0,1.6094379425048828,0,5.3905348777771,2.995732307434082,7.39705228805542,0,0,0,1,0,0,0,0,0,0 +3,0,0,0,1,0,3,4,44,137.54010009765625,59.74026107788086,4652,91.69339752197266,1,0,1.0986123085021973,0,4.923915386199951,3.7841897010803223,4.090006351470947,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,0,0,3,4,18,153.64840698242188,192.20779418945312,4610,101.606201171875,1,0,1.0986123085021973,0,5.034667015075684,2.890371799468994,5.2585768699646,0,0,0,1,0,0,0,0,0,0 +1,0,0,0,1,0,3,4,58,146.21380615234375,72.7272720336914,4404,69.38960266113281,1,0,0,0,4.985069751739502,4.060442924499512,4.286716461181641,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,0,0,0,3,4,26,148.69200134277344,163.63636779785156,4410,99.12799835205078,1,0,-1.3862943649291992,0,5.0018768310546875,3.25809645652771,5.097646713256836,0,0,0,1,0,0,0,0,0,0 +4,0,0,0,1,0,3,4,27,143.735595703125,38.96104049682617,4810,95.41069793701172,1,0,1.3862943649291992,0,4.967975616455078,3.295836925506592,3.662562131881714,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,0,1,0,3,4,49,161.08299255371094,125.97402954101562,4152,106.5625991821289,1,0,-1.3862943649291992,0,5.0819196701049805,3.891820192337036,4.836075782775879,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,0,0,0,3,4,39,115.23629760742188,23.376623153686523,4449,76.82420349121094,1,0,-1.3862943649291992,0,4.746984958648682,3.6635615825653076,3.1517364978790283,0,0,0,1,0,0,0,0,0,0 +10,0,0,0,1,1,3,4,31,240.38540649414062,4029.8701171875,4813,149.9311065673828,1,0,2.3025851249694824,0,5.482243537902832,3.4339871406555176,8.30148983001709,0,0,0,1,0,0,0,0,0,0 +8,0,0,0,1,1,3,4,45,190.82139587402344,2757.142822265625,4852,126.38819885253906,1,0,2.079441547393799,0,5.251338005065918,3.8066625595092773,7.921950340270996,0,0,0,1,0,0,0,0,0,0 +3,0,0,0,1,0,3,4,20,143.735595703125,92.207794189453125,4752,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,2.995732307434082,4.524044513702393,0,0,0,1,0,0,0,0,0,0 +16,0,0,1,1,0,3,4,64,240.38540649414062,9090.9091796875,4152,162.3220977783203,1,0,2.7725887298583984,0,5.482243537902832,4.158883094787598,9.115030288696289,0,0,0,1,0,0,0,0,0,0 +9,0,0,0,0,0,3,4,18,173.4739990234375,1074.0260009765625,4152,115.23629760742188,1,0,2.1972246170043945,0,5.156027793884277,2.890371799468994,6.9791693687438965,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,1,0,3,4,19,195.77780151367188,253.2467498779297,4152,130.10549926757812,1,0,0,0,5.276980400085449,2.944438934326172,5.534364223480225,0,0,0,1,0,0,0,0,0,0 +15,0,0,1,1,1,3,4,31,184.6259002685547,4954.54541015625,4434,122.6708984375,1,0,2.70805025100708,0,5.218331813812256,3.4339871406555176,8.508060455322266,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,1,0,3,4,23,208.16879272460938,90.909088134765625,4152,138.77920532226562,1,0,1.0986123085021973,0,5.338349342346191,3.1354942321777344,4.509860038757324,0,0,0,1,0,0,0,0,0,0 +3,0,0,0,1,0,3,4,32,184.6259002685547,112.98701477050781,4152,123.91000366210938,1,0,1.0986123085021973,0,5.218331813812256,3.465735912322998,4.727272987365723,0,0,0,1,0,0,0,0,0,0 +3,0,0,0,1,0,3,4,32,184.6259002685547,112.98701477050781,4152,123.91000366210938,1,0,1.0986123085021973,0,5.218331813812256,3.465735912322998,4.727272987365723,0,0,0,1,0,0,0,0,0,0 +5,0,0,0,NA,0,3,4,57,172.23489379882812,310.3896179199219,4428,115.23629760742188,1,0,1.6094379425048828,0,5.148859024047852,4.043051242828369,5.737828254699707,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,NA,0,3,4,27,214.3643035888672,38.96104049682617,4110,142.4965057373047,1,0,0,0,5.367676734924316,3.295836925506592,3.662562131881714,0,0,0,1,0,0,0,0,0,0 +2,0,0,1,1,0,3,4,62,96.6498031616211,253.2467498779297,4410,64.433197021484375,1,0,0.6931471824645996,0,4.571094036102295,4.127134323120117,5.534364223480225,0,0,0,1,0,0,0,0,0,0 +4,0,0,0,1,0,3,4,60,166.03939819335938,192.20779418945312,4052,126.38819885253906,1,0,1.3862943649291992,0,5.11222505569458,4.094344615936279,5.2585768699646,0,0,0,1,0,0,0,0,0,0 +9,0,0,1,0,1,3,4,37,146.21380615234375,5948.0517578125,4152,96.6498031616211,1,0,2.1972246170043945,0,4.985069751739502,3.610917806625366,8.690818786621094,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,0,0,3,4,21,166.03939819335938,0,4552,110.27989959716797,1,0,0,0,5.11222505569458,3.044522523880005,0,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,4,32,173.4739990234375,105.19480895996094,4552,115.23629760742188,1,0,-1.3862943649291992,0,5.156027793884277,3.465735912322998,4.655814170837402,0,0,0,1,0,0,0,0,0,0 +1,0,0,0,0,0,3,4,44,170.9958038330078,20.779220581054688,4110,113.99720001220703,1,0,0,0,5.141639232635498,3.7841897010803223,3.0339534282684326,0,0,0,1,0,0,0,0,0,0 +7,0,0,1,0,1,3,4,18,137.54010009765625,1332.467529296875,4834,90.45429992675781,1,0,1.945910096168518,0,4.923915386199951,2.890371799468994,7.194787979125977,0,0,0,1,0,0,0,0,0,0 +8,0,0,0,0,0,3,4,17,143.735595703125,267.532470703125,4152,95.41069793701172,1,0,2.079441547393799,0,4.967975616455078,2.8332133293151855,5.589241027832031,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,4,16,130.10549926757812,119.48052215576172,4404,86.73699951171875,1,0,-1.3862943649291992,0,4.868345737457275,2.7725887298583984,4.783153533935547,0,0,0,1,0,0,0,0,0,0 +8,0,0,0,1,1,3,4,49,237.90719604492188,1492.207763671875,4152,149.9311065673828,1,0,2.079441547393799,0,5.4718804359436035,3.891820192337036,7.308012008666992,0,0,0,1,0,0,0,0,0,0 +2,0,0,0,0,0,3,4,25,198.25599670410156,124.67532348632812,4152,132.5836944580078,1,0,0.6931471824645996,0,5.2895588874816895,3.2188758850097656,4.825713157653809,0,0,0,1,0,0,0,0,0,0 +15,0,0,0,0,1,3,4,45,143.735595703125,6885.71435546875,4152,95.41069793701172,1,0,2.70805025100708,0,4.967975616455078,3.8066625595092773,8.8372039794921875,0,0,0,1,0,0,0,0,0,0 +3,0,0,0,1,0,3,4,51,161.08299255371094,222.0779266357422,4004,107.80169677734375,1,0,1.0986123085021973,0,5.0819196701049805,3.931825637817383,5.40302848815918,0,0,0,1,0,0,0,0,0,0 +5,0,0,0,1,0,3,4,52,91.69339752197266,211.6883087158203,4152,61.95500183105469,1,0,1.6094379425048828,0,4.5184502601623535,3.9512436389923096,5.355114936828613,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,0,1,3,4,19,208.16879272460938,1467.532470703125,4834,138.77920532226562,1,0,1.7917594909667969,0,5.338349342346191,2.944438934326172,7.291337490081787,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,1,0,3,4,43,199.49510192871094,193.50650024414062,4428,132.5836944580078,1,0,1.0986123085021973,0,5.29578971862793,3.761200189590454,5.265311241149902,0,0,0,1,0,0,0,0,0,0 +1,0,0,0,1,0,3,4,47,151.17019653320312,210.38961791992188,4437,100.36710357666016,1,0,0,0,5.018406391143799,3.8501474857330322,5.348961353302002,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,1,0,3,4,51,100.36710357666016,151.94805908203125,4428,66.9113998413086,1,0,1.7917594909667969,0,4.608834266662598,3.931825637817383,5.023538589477539,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,1,0,3,4,26,163.5612030029297,83.11688232421875,4037,163.5612030029297,1,0,0,0,5.097187042236328,3.25809645652771,4.420248031616211,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,0,0,3,4,21,86.73699951171875,90.909088134765625,4852,81.78060150146484,1,0,0,0,4.462880611419678,3.044522523880005,4.509860038757324,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,1,0,3,4,28,185.86500549316406,79.22077941894531,4428,175.9521942138672,1,0,1.0986123085021973,0,5.225020408630371,3.332204580307007,4.372238636016846,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,0,1,3,4,32,190.82139587402344,1400,4834,126.38819885253906,1,0,2.079441547393799,0,5.251338005065918,3.465735912322998,7.244227409362793,0,0,0,1,0,0,0,0,0,0 +7,0,0,1,0,1,3,4,20,198.25599670410156,1910.3896484375,4846,132.5836944580078,1,0,1.945910096168518,0,5.2895588874816895,2.995732307434082,7.555062294006348,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,1,0,3,4,20,148.69200134277344,1588.3116455078125,4634,99.12799835205078,1,0,2.079441547393799,0,5.0018768310546875,2.995732307434082,7.370426654815674,0,0,0,1,0,0,0,0,0,0 +7,0,0,1,1,1,3,4,38,123.91000366210938,1668.8311767578125,4834,81.78060150146484,1,0,1.945910096168518,0,4.819555759429932,3.6375861167907715,7.419878959655762,0,0,0,1,0,0,0,0,0,0 +13,0,0,1,1,0,3,5,27,153.64840698242188,379.22076416015625,4249,102.84529876708984,1,0,2.5649492740631104,0,5.034667015075684,3.295836925506592,5.9381184577941895,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,1,3,5,36,99.12799835205078,720.77923583984375,4252,65.67230224609375,1,0,0,0,4.59641170501709,3.5835189819335938,6.5803327560424805,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,0,3,5,27,140.01829528808594,51.94805145263672,4204,92.93250274658203,1,0,1.0986123085021973,0,4.941772937774658,3.295836925506592,3.950244188308716,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,0,3,5,24,223.03799438476562,202.59739685058594,4252,162.3220977783203,1,0,1.0986123085021973,0,5.407341957092285,3.178053855895996,5.311220645904541,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,3,5,34,198.25599670410156,254.5454559326172,4252,149.9311065673828,1,0,1.7917594909667969,0,5.2895588874816895,3.526360511779785,5.5394792556762695,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,46,153.64840698242188,71.42857360839844,4252,47.08580017089844,1,0,0,0,5.034667015075684,3.828641414642334,4.268698215484619,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,0,1,3,5,39,198.25599670410156,1836.3636474609375,4252,131.3446044921875,1,0,1.3862943649291992,0,5.2895588874816895,3.6635615825653076,7.515542507171631,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,1,5,28,173.4739990234375,100,4249,115.23629760742188,1,0,1.7917594909667969,0,5.156027793884277,3.332204580307007,4.605170249938965,0,0,0,0,1,0,0,1,0,0 +5,0,0,1,1,1,3,5,31,198.25599670410156,2046.7532958984375,4252,132.5836944580078,1,0,1.6094379425048828,0,5.2895588874816895,3.4339871406555176,7.62401008605957,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,1,1,3,5,41,200.7342071533203,1764.93505859375,4252,133.8227996826172,1,0,1.6094379425048828,0,5.301981449127197,3.7135720252990723,7.475869178771973,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,0,3,5,36,220.55979919433594,116.88311767578125,4210,147.45289611816406,1,0,1.0986123085021973,0,5.3961687088012695,3.5835189819335938,4.76117467880249,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,0,3,5,47,242.8636016845703,124.67532348632812,4252,162.3220977783203,1,0,1.0986123085021973,0,5.492499828338623,3.8501474857330322,4.825713157653809,0,0,0,0,1,0,0,0,0,0 +11,0,0,0,0,0,1,5,40,158.60479736328125,98.70130157470703,4249,104.08439636230469,1,0,2.397895336151123,0,5.066415786743164,3.6888794898986816,4.592098236083984,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,19,218.08160400390625,240.25973510742188,4252,144.97470092773438,1,0,0,0,5.38486909866333,2.944438934326172,5.481720447540283,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,0,1,1,5,19,221.7989044189453,841.5584716796875,4252,147.45289611816406,1,0,1.0986123085021973,0,5.401771068572998,2.944438934326172,6.735255718231201,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,0,0,1,5,23,208.16879272460938,88.31169128417969,4249,69.38960266113281,1,0,0.6931471824645996,0,5.338349342346191,3.1354942321777344,4.480872631072998,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,28,200.7342071533203,159.74026489257812,4252,133.8227996826172,1,0,0,0,5.301981449127197,3.332204580307007,5.073549270629883,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,42,225.51620483398438,207.79220581054688,4216,149.9311065673828,1,0,0,0,5.418392181396484,3.7376697063446045,5.336538791656494,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,24,225.51620483398438,159.74026489257812,4216,149.9311065673828,1,0,-1.3862943649291992,0,5.418392181396484,3.178053855895996,5.073549270629883,0,0,0,0,1,0,0,1,0,0 +14,0,0,1,0,0,1,5,23,242.8636016845703,132.467529296875,4252,162.3220977783203,1,0,2.6390573978424072,0,5.492499828338623,3.1354942321777344,4.886337757110596,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,1,1,5,26,173.4739990234375,2338.9609375,4252,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,3.25809645652771,7.757462024688721,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,0,0,1,5,19,161.08299255371094,214.2857208251953,4252,107.80169677734375,1,0,1.0986123085021973,0,5.0819196701049805,2.944438934326172,5.367310047149658,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,35,148.69200134277344,24.675325393676758,4252,99.12799835205078,1,0,-1.3862943649291992,0,5.0018768310546875,3.5553481578826904,3.205803871154785,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,27,100.36710357666016,436.3636474609375,4252,66.9113998413086,1,0,0,0,4.608834266662598,3.295836925506592,6.0784759521484375,0,0,0,0,1,0,0,1,0,0 +2,0,0,0,1,0,1,5,37,220.55979919433594,140.25973510742188,4252,147.45289611816406,1,0,0.6931471824645996,0,5.3961687088012695,3.610917806625366,4.943495750427246,0,0,0,0,1,0,0,1,0,0 +12,0,0,1,0,0,1,5,19,153.64840698242188,1003.8961181640625,4249,102.84529876708984,1,0,2.4849066734313965,0,5.034667015075684,2.944438934326172,6.911643981933594,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,30,156.12660217285156,172.72727966308594,4252,102.84529876708984,1,0,0,0,5.0506672859191895,3.4011974334716797,5.151713848114014,0,0,0,0,1,0,0,1,0,0 +5,0,0,0,1,1,1,5,30,188.34320068359375,1083.116943359375,4252,125.14910125732422,1,0,1.6094379425048828,0,5.2382659912109375,3.4011974334716797,6.987598419189453,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,1,1,5,56,168.51759338378906,996.1038818359375,4252,111.51899719238281,1,0,0,0,5.127040386199951,4.025351524353027,6.903851509094238,0,0,0,0,1,0,0,1,0,0 +4,0,0,0,1,0,1,5,31,218.08160400390625,54.54545593261719,4252,144.97470092773438,1,0,1.3862943649291992,0,5.38486909866333,3.4339871406555176,3.9990344047546387,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,52,205.6905975341797,88.31169128417969,4252,137.54010009765625,1,0,0.6931471824645996,0,5.326373100280762,3.9512436389923096,4.480872631072998,0,0,0,0,1,0,0,1,0,0 +6,0,0,0,1,1,1,5,31,223.03799438476562,1520.7791748046875,4249,148.69200134277344,1,0,1.7917594909667969,0,5.407341957092285,3.4339871406555176,7.3269782066345215,0,0,0,0,1,0,0,1,0,0 +27,0,0,0,1,0,1,5,34,143.735595703125,314.28570556640625,4252,95.41069793701172,1,0,3.295836925506592,0,4.967975616455078,3.526360511779785,5.750302314758301,0,0,0,0,1,0,0,1,0,0 +14,0,0,0,1,1,1,5,21,143.735595703125,3167.532470703125,4252,95.41069793701172,1,0,2.6390573978424072,0,4.967975616455078,3.044522523880005,8.060708045959473,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,0,0,0,1,5,23,153.64840698242188,63.6363639831543,4249,102.84529876708984,1,0,-1.3862943649291992,0,5.034667015075684,3.1354942321777344,4.15318489074707,0,0,0,0,1,0,0,1,0,0 +2,0,0,0,0,1,1,5,28,205.6905975341797,909.09088134765625,4252,137.54010009765625,1,0,0.6931471824645996,0,5.326373100280762,3.332204580307007,6.812445163726807,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,26,215.6033935546875,38.96104049682617,4252,143.735595703125,1,0,0,0,5.373440742492676,3.25809645652771,3.662562131881714,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,57,180.90859985351562,0,4252,120.19270324707031,1,0,1.0986123085021973,0,5.197991847991943,4.043051242828369,0,0,0,0,0,1,0,0,1,0,0 +26,0,0,1,1,1,1,5,41,118.95359802246094,2220.779296875,4252,79.302398681640625,1,0,3.25809645652771,0,4.778733253479004,3.7135720252990723,7.705613613128662,0,0,0,0,1,0,0,1,0,0 +2,0,0,0,1,0,1,5,52,188.34320068359375,71.42857360839844,4252,125.14910125732422,1,0,0.6931471824645996,0,5.2382659912109375,3.9512436389923096,4.268698215484619,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,31,215.6033935546875,48.05194854736328,4252,143.735595703125,1,0,-1.3862943649291992,0,5.373440742492676,3.4339871406555176,3.8722827434539795,0,0,0,0,1,0,0,1,0,0 +48,0,0,0,0,1,1,5,33,225.51620483398438,5120.779296875,4252,151.17019653320312,1,0,3.8712010383605957,0,5.418392181396484,3.4965076446533203,8.541062355041504,0,0,0,0,1,0,0,1,0,0 +4,0,0,1,1,1,1,5,36,205.6905975341797,2372.727294921875,4252,149.9311065673828,1,0,1.3862943649291992,0,5.326373100280762,3.5835189819335938,7.771795272827148,0,0,0,0,1,0,0,1,0,0 +2,0,0,0,1,0,1,5,27,161.08299255371094,138.96104431152344,4252,107.80169677734375,1,0,0.6931471824645996,0,5.0819196701049805,3.295836925506592,4.9341936111450195,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,25,208.16879272460938,198.7012939453125,4252,138.77920532226562,1,0,-1.3862943649291992,0,5.338349342346191,3.2188758850097656,5.291802883148193,0,0,0,0,1,0,0,1,0,0 +20,0,0,0,1,1,1,5,58,143.735595703125,2636.363525390625,4210,94.171600341796875,1,0,2.995732307434082,0,4.967975616455078,4.060442924499512,7.877155780792236,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,27,173.4739990234375,167.532470703125,4252,115.23629760742188,1,0,0,0,5.156027793884277,3.295836925506592,5.1211771965026855,0,0,0,0,1,0,0,1,0,0 +9,0,0,1,0,1,1,5,20,175.9521942138672,993.5064697265625,4252,117.7145004272461,1,0,2.1972246170043945,0,5.170212268829346,2.995732307434082,6.901240348815918,0,0,0,0,1,0,0,1,0,0 +15,0,0,1,0,1,1,5,20,227.99440002441406,1971.4285888671875,4252,152.4093017578125,1,0,2.70805025100708,0,5.4293212890625,2.995732307434082,7.586513519287109,0,0,0,0,1,0,0,1,0,0 +5,0,0,1,1,0,1,5,24,163.5612030029297,0,4252,109.04080200195312,1,0,1.6094379425048828,0,5.097187042236328,3.178053855895996,0,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,19,143.735595703125,168.83116149902344,4252,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,2.944438934326172,5.128899097442627,0,0,0,0,1,0,0,1,0,0 +5,0,0,0,NA,0,1,5,39,205.6905975341797,146.7532501220703,4252,137.54010009765625,1,0,1.6094379425048828,0,5.326373100280762,3.6635615825653076,4.988752841949463,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,1,1,5,26,174.71310424804688,3329.8701171875,4210,116.47540283203125,1,0,0,0,5.163145065307617,3.25809645652771,8.110688209533691,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,0,0,1,5,20,168.51759338378906,201.2987060546875,4252,112.75810241699219,1,0,-1.3862943649291992,0,5.127040386199951,2.995732307434082,5.304790019989014,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,22,182.147705078125,0,4252,53.28129959106445,1,0,0,0,5.204817771911621,3.0910425186157227,0,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,30,173.4739990234375,162.33766174316406,4252,115.23629760742188,1,0,0,0,5.156027793884277,3.4011974334716797,5.0896782875061035,0,0,0,0,1,0,0,1,0,0 +6,0,0,1,1,0,1,5,43,158.60479736328125,410.3896179199219,4249,105.32350158691406,1,0,1.7917594909667969,0,5.066415786743164,3.761200189590454,6.017107009887695,0,0,0,0,1,0,0,1,0,0 +8,0,0,0,1,0,1,5,31,237.90719604492188,588.31170654296875,4252,158.60479736328125,1,0,2.079441547393799,0,5.4718804359436035,3.4339871406555176,6.377256870269775,0,0,0,0,1,0,0,1,0,0 +11,0,0,1,1,0,1,5,20,223.03799438476562,554.54547119140625,4252,138.77920532226562,1,0,2.397895336151123,0,5.407341957092285,2.995732307434082,6.318148612976074,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,22,215.6033935546875,81.81818389892578,4252,143.735595703125,1,0,0,0,5.373440742492676,3.0910425186157227,4.404499530792236,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,1,1,5,24,225.51620483398438,1422.077880859375,4252,149.9311065673828,1,0,0.6931471824645996,0,5.418392181396484,3.178053855895996,7.25987434387207,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,33,185.86500549316406,146.7532501220703,4252,123.91000366210938,1,0,0,0,5.225020408630371,3.4965076446533203,4.988752841949463,0,0,0,0,1,0,0,1,0,0 +20,0,0,1,1,0,1,5,33,185.86500549316406,1374.0260009765625,4252,123.91000366210938,1,0,2.995732307434082,0,5.225020408630371,3.4965076446533203,7.225500583648682,0,0,0,0,1,0,0,1,0,0 +22,0,0,1,1,0,1,5,33,185.86500549316406,1533.7662353515625,4252,123.91000366210938,1,0,3.0910425186157227,0,5.225020408630371,3.4965076446533203,7.335481643676758,0,0,0,0,1,0,0,1,0,0 +15,0,0,1,0,1,1,5,19,192.0605010986328,2193.506591796875,4252,127.6272964477539,1,0,2.70805025100708,0,5.257810592651367,2.944438934326172,7.693256855010986,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,43,195.77780151367188,54.54545593261719,4252,161.08299255371094,1,0,0,0,5.276980400085449,3.761200189590454,3.9990344047546387,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,73,213.1251983642578,412.98699951171875,4249,142.4965057373047,1,0,-1.3862943649291992,0,5.361879825592041,4.290459632873535,6.023416042327881,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,25,205.6905975341797,123.37662506103516,4249,137.54010009765625,1,0,1.0986123085021973,0,5.326373100280762,3.2188758850097656,4.815241813659668,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,22,231.71170043945312,58.441558837890625,4252,154.8874969482422,1,0,0,0,5.445493698120117,3.0910425186157227,4.068027496337891,0,0,0,0,1,0,0,1,0,0 +7,0,0,1,1,0,1,5,22,190.82139587402344,329.8701171875,4252,127.6272964477539,1,0,1.945910096168518,0,5.251338005065918,3.0910425186157227,5.798698902130127,0,0,0,0,1,0,0,1,0,0 +5,0,0,1,0,1,1,5,27,208.16879272460938,318.18182373046875,4252,138.77920532226562,1,0,1.6094379425048828,0,5.338349342346191,3.295836925506592,5.762622833251953,0,0,0,0,1,0,0,1,0,0 +3,0,0,0,1,0,1,5,26,215.6033935546875,114.28571319580078,4252,143.735595703125,1,0,1.0986123085021973,0,5.373440742492676,3.25809645652771,4.738701343536377,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,0,0,1,5,22,223.03799438476562,137.66233825683594,4252,148.69200134277344,1,0,-1.3862943649291992,0,5.407341957092285,3.0910425186157227,4.924803733825684,0,0,0,0,1,0,0,1,0,0 +7,0,0,0,0,0,1,5,19,153.64840698242188,128.57142639160156,4252,102.84529876708984,1,0,1.945910096168518,0,5.034667015075684,2.944438934326172,4.856484413146973,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,28,161.08299255371094,68.83116912841797,4252,107.80169677734375,1,0,0,0,5.0819196701049805,3.332204580307007,4.231656551361084,0,0,0,0,1,0,0,1,0,0 +7,0,0,0,0,1,1,5,56,227.99440002441406,1814.2857666015625,4252,149.9311065673828,1,0,1.945910096168518,0,5.4293212890625,4.025351524353027,7.50344705581665,0,0,0,0,1,0,0,1,0,0 +8,0,0,0,1,0,1,5,42,226.7552947998047,481.81817626953125,4252,151.17019653320312,1,0,2.079441547393799,0,5.4238715171813965,3.7376697063446045,6.177567005157471,0,0,0,0,1,0,0,1,0,0 +7,0,0,0,0,0,1,5,24,205.6905975341797,358.4415588378906,4252,137.54010009765625,1,0,1.945910096168518,0,5.326373100280762,3.178053855895996,5.881765842437744,0,0,0,0,1,0,0,1,0,0 +16,0,0,0,1,1,1,5,30,206.92970275878906,3107.792236328125,4249,137.54010009765625,1,0,2.7725887298583984,0,5.332379341125488,3.4011974334716797,8.041667938232422,0,0,0,0,1,0,0,1,0,0 +3,0,0,0,0,0,1,5,32,232.9508056640625,45.45454406738281,4252,154.8874969482422,1,0,1.0986123085021973,0,5.450827121734619,3.465735912322998,3.8167128562927246,0,0,0,0,1,0,0,1,0,0 +10,0,0,0,0,0,1,5,19,215.6033935546875,238.96104431152344,4252,143.735595703125,1,0,2.3025851249694824,0,5.373440742492676,2.944438934326172,5.4763007164001465,0,0,0,0,1,0,0,1,0,0 +6,0,0,1,1,0,1,5,24,188.34320068359375,363.6363525390625,4252,125.14910125732422,1,0,1.7917594909667969,0,5.2382659912109375,3.178053855895996,5.896154403686523,0,0,0,0,1,0,0,1,0,0 +38,0,0,1,1,1,1,5,32,242.8636016845703,4545.45458984375,4252,162.3220977783203,1,0,3.6375861167907715,0,5.492499828338623,3.465735912322998,8.421882629394531,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,18,213.1251983642578,270.1298828125,4249,149.9311065673828,1,0,0,0,5.361879825592041,2.890371799468994,5.598902702331543,0,0,0,0,1,0,0,1,0,0 +3,0,0,0,0,0,1,5,25,153.64840698242188,403.8961181640625,4252,102.84529876708984,1,0,1.0986123085021973,0,5.034667015075684,3.2188758850097656,6.001157760620117,0,0,0,0,1,0,0,1,0,0 +8,0,0,0,1,0,1,5,48,208.16879272460938,403.8961181640625,4252,138.77920532226562,1,0,2.079441547393799,0,5.338349342346191,3.8712010383605957,6.001157760620117,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,23,177.19129943847656,224.67532348632812,4252,236.66810607910156,1,0,0,0,5.177229881286621,3.1354942321777344,5.414656162261963,0,0,0,0,1,0,0,1,0,0 +11,0,0,1,1,1,2,5,33,223.03799438476562,3901.298583984375,4249,148.69200134277344,1,0,2.397895336151123,0,5.407341957092285,3.4965076446533203,8.269064903259277,0,0,0,0,1,0,0,0,1,0 +3,0,0,1,1,0,2,5,20,161.08299255371094,67.532470703125,4252,106.5625991821289,1,0,1.0986123085021973,0,5.0819196701049805,2.995732307434082,4.212608337402344,0,0,0,0,1,0,0,0,1,0 +3,0,0,1,1,0,2,5,40,224.277099609375,110.38961029052734,4249,149.9311065673828,1,0,1.0986123085021973,0,5.412882328033447,3.6888794898986816,4.704016208648682,0,0,0,0,1,0,0,0,1,0 +12,0,0,0,0,1,1,5,56,198.25599670410156,2494.80517578125,4252,132.5836944580078,1,0,2.4849066734313965,0,5.2895588874816895,4.025351524353027,7.82196569442749,0,0,0,0,1,0,0,1,0,0 +4,0,0,1,1,0,1,5,19,218.08160400390625,236.36363220214844,4252,144.97470092773438,1,0,1.3862943649291992,0,5.38486909866333,2.944438934326172,5.465371608734131,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,47,218.08160400390625,401.2987060546875,4252,149.9311065673828,1,0,0,0,5.38486909866333,3.8501474857330322,5.994706153869629,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,31,206.92970275878906,136.36363220214844,4252,137.54010009765625,1,0,1.0986123085021973,0,5.332379341125488,3.4339871406555176,4.915325164794922,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,57,166.03939819335938,187.0129852294922,4252,110.27989959716797,1,0,0,0,5.11222505569458,4.043051242828369,5.231178283691406,0,0,0,0,1,0,0,1,0,0 +11,0,0,1,1,1,1,5,28,221.7989044189453,3361.0390625,4252,147.45289611816406,1,0,2.397895336151123,0,5.401771068572998,3.332204580307007,8.12000560760498,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,48,231.71170043945312,212.9870147705078,4252,153.64840698242188,1,0,-1.3862943649291992,0,5.445493698120117,3.8712010383605957,5.361231327056885,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,NA,0,1,5,21,162.3220977783203,96.10389709472656,4252,122.6708984375,1,0,1.0986123085021973,0,5.089582443237305,3.044522523880005,4.5654296875,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,0,0,1,5,19,230.47259521484375,296.1038818359375,4252,153.64840698242188,1,0,0.6931471824645996,0,5.440132141113281,2.944438934326172,5.690710544586182,0,0,0,0,1,0,0,1,0,0 +14,0,0,1,1,1,1,5,31,213.1251983642578,3150.6494140625,4252,142.4965057373047,1,0,2.6390573978424072,0,5.361879825592041,3.4339871406555176,8.055363655090332,0,0,0,0,1,0,0,1,0,0 +17,0,0,1,0,0,1,5,20,198.25599670410156,761.0389404296875,4252,131.3446044921875,1,0,2.8332133293151855,0,5.2895588874816895,2.995732307434082,6.6346845626831055,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,18,235.4290008544922,29.87013053894043,4252,149.9311065673828,1,0,0.6931471824645996,0,5.461409568786621,2.890371799468994,3.3968589305877686,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,0,0,1,5,28,215.6033935546875,0,4252,149.9311065673828,1,0,-1.3862943649291992,0,5.373440742492676,3.332204580307007,0,0,0,0,0,1,0,0,1,0,0 +8,0,0,1,0,0,1,5,26,211.88609313964844,220.7792205810547,4252,141.2574005126953,1,0,2.079441547393799,0,5.356049060821533,3.25809645652771,5.397163391113281,0,0,0,0,1,0,0,1,0,0 +20,0,0,1,1,1,1,5,47,190.82139587402344,1740.259765625,4249,127.6272964477539,1,0,2.995732307434082,0,5.251338005065918,3.8501474857330322,7.461789608001709,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,1,1,5,32,162.3220977783203,3105.19482421875,4252,162.3220977783203,1,0,1.0986123085021973,0,5.089582443237305,3.465735912322998,8.040831565856934,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,34,242.8636016845703,171.42857360839844,4252,149.9311065673828,1,0,0,0,5.492499828338623,3.526360511779785,5.144166469573975,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,0,0,2,5,48,224.277099609375,97.40259552001953,4252,149.9311065673828,1,0,0,0,5.412882328033447,3.8712010383605957,4.578852653503418,0,0,0,0,1,0,0,0,1,0 +9,0,0,1,0,0,2,5,19,237.90719604492188,220.7792205810547,4252,149.9311065673828,1,0,2.1972246170043945,0,5.4718804359436035,2.944438934326172,5.397163391113281,0,0,0,0,1,0,0,0,1,0 +0.25,0,0,1,1,0,2,5,45,175.9521942138672,211.6883087158203,4249,116.47540283203125,1,0,-1.3862943649291992,0,5.170212268829346,3.8066625595092773,5.355114936828613,0,0,0,0,1,0,0,0,1,0 +1,0,0,1,0,0,1,5,19,185.86500549316406,206.49349975585938,4252,123.91000366210938,1,0,0,0,5.225020408630371,2.944438934326172,5.330268859863281,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,45,198.25599670410156,262.3376770019531,4252,132.5836944580078,1,0,0.6931471824645996,0,5.2895588874816895,3.8066625595092773,5.569632530212402,0,0,0,0,1,0,0,1,0,0 +16,0,0,1,1,0,1,5,23,173.4739990234375,344.1558532714844,4252,115.23629760742188,1,0,2.7725887298583984,0,5.156027793884277,3.1354942321777344,5.841094493865967,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,32,148.69200134277344,58.441558837890625,4252,99.12799835205078,1,0,0,0,5.0018768310546875,3.465735912322998,4.068027496337891,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,1,1,5,23,153.64840698242188,693.5064697265625,4252,102.84529876708984,1,0,0,0,5.034667015075684,3.1354942321777344,6.541760444641113,0,0,0,0,1,0,0,1,0,0 +9,0,0,1,1,0,1,5,23,208.16879272460938,940.259765625,4252,138.77920532226562,1,0,2.1972246170043945,0,5.338349342346191,3.1354942321777344,6.846156120300293,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,23,183.3867950439453,187.0129852294922,4252,122.6708984375,1,0,0,0,5.211597442626953,3.1354942321777344,5.231178283691406,0,0,0,0,1,0,0,1,0,0 +4,0,0,0,1,0,1,5,45,198.25599670410156,189.61038208007812,4252,132.5836944580078,1,0,1.3862943649291992,0,5.2895588874816895,3.8066625595092773,5.24497127532959,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,22,188.34320068359375,254.5454559326172,4252,126.38819885253906,1,0,0,0,5.2382659912109375,3.0910425186157227,5.5394792556762695,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,36,227.99440002441406,266.2337646484375,4252,149.9311065673828,1,0,0,0,5.4293212890625,3.5835189819335938,5.584374904632568,0,0,0,0,1,0,0,1,0,0 +23,0,0,0,0,0,1,5,26,197.01690673828125,987.01300048828125,4252,131.3446044921875,1,0,3.1354942321777344,0,5.283289432525635,3.25809645652771,6.894683361053467,0,0,0,0,1,0,0,1,0,0 +21,0,0,0,0,1,1,5,33,204.45150756835938,9551.9482421875,4252,136.30099487304688,1,0,3.044522523880005,0,5.320330619812012,3.4965076446533203,9.16450023651123,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,44,215.6033935546875,80.51947784423828,4252,143.735595703125,1,0,0,0,5.373440742492676,3.7841897010803223,4.3884992599487305,0,0,0,0,1,0,0,1,0,0 +5,0,0,0,1,0,1,5,22,148.69200134277344,467.532470703125,4249,99.12799835205078,1,0,1.6094379425048828,0,5.0018768310546875,3.0910425186157227,6.147468566894531,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,0,0,1,5,20,198.25599670410156,324.6753234863281,4252,132.5836944580078,1,0,0.6931471824645996,0,5.2895588874816895,2.995732307434082,5.782825469970703,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,0,1,0,1,5,21,172.23489379882812,100,4252,115.23629760742188,1,0,-1.3862943649291992,0,5.148859024047852,3.044522523880005,4.605170249938965,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,24,195.77780151367188,138.96104431152344,4252,130.10549926757812,1,0,0,0,5.276980400085449,3.178053855895996,4.9341936111450195,0,0,0,0,1,0,0,1,0,0 +14,0,0,0,1,1,1,5,32,106.5625991821289,1258.4415283203125,4252,70.62870025634766,1,0,2.6390573978424072,0,4.668732643127441,3.465735912322998,7.137629508972168,0,0,0,0,1,0,0,1,0,0 +12,0,0,0,1,1,1,5,52,213.1251983642578,1733.7662353515625,4252,142.4965057373047,1,0,2.4849066734313965,0,5.361879825592041,3.9512436389923096,7.4580512046813965,0,0,0,0,1,0,0,1,0,0 +8,0,0,0,1,0,1,5,47,211.88609313964844,857.14288330078125,4252,141.2574005126953,1,0,2.079441547393799,0,5.356049060821533,3.8501474857330322,6.753604412078857,0,0,0,0,1,0,0,1,0,0 +5,0,0,1,0,0,1,5,20,193.2996063232422,463.6363525390625,4252,128.86639404296875,1,0,1.6094379425048828,0,5.2642412185668945,2.995732307434082,6.139100551605225,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,NA,0,3,5,27,180.90859985351562,19.480520248413086,4252,121.43180084228516,1,0,0,0,5.197991847991943,3.295836925506592,2.9694149494171143,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,0,1,5,20,220.55979919433594,128.57142639160156,4249,147.45289611816406,1,0,1.0986123085021973,0,5.3961687088012695,2.995732307434082,4.856484413146973,0,0,0,0,1,0,0,1,0,0 +4,0,0,1,1,0,1,5,46,180.90859985351562,176.62338256835938,4252,120.19270324707031,1,0,1.3862943649291992,0,5.197991847991943,3.828641414642334,5.174019813537598,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,0,0,1,5,30,213.1251983642578,261.0389709472656,4252,142.4965057373047,1,0,0.6931471824645996,0,5.361879825592041,3.4011974334716797,5.564669609069824,0,0,0,0,1,0,0,1,0,0 +14,0,0,0,1,0,1,5,25,183.3867950439453,400,4252,121.43180084228516,1,0,2.6390573978424072,0,5.211597442626953,3.2188758850097656,5.991464614868164,0,0,0,0,1,0,0,1,0,0 +7,0,0,1,1,0,2,5,21,198.25599670410156,300,4252,132.5836944580078,1,0,1.945910096168518,0,5.2895588874816895,3.044522523880005,5.703782558441162,0,0,0,0,1,0,0,0,1,0 +10,0,0,1,1,0,2,5,34,127.6272964477539,706.4935302734375,4252,107.80169677734375,1,0,2.3025851249694824,0,4.849114418029785,3.526360511779785,6.560314178466797,0,0,0,0,1,0,0,0,1,0 +2,0,0,1,0,0,2,5,26,146.21380615234375,0,4249,96.6498031616211,1,0,0.6931471824645996,0,4.985069751739502,3.25809645652771,0,0,0,0,0,1,0,0,0,1,0 +30,0,0,1,0,0,2,5,28,153.64840698242188,1349.3507080078125,4252,106.5625991821289,1,0,3.4011974334716797,0,5.034667015075684,3.332204580307007,7.20737886428833,0,0,0,0,1,0,0,0,1,0 +8,0,0,0,1,1,2,5,36,218.08160400390625,2102.597412109375,4252,144.97470092773438,1,0,2.079441547393799,0,5.38486909866333,3.5835189819335938,7.650928497314453,0,0,0,0,1,0,0,0,1,0 +8,0,0,0,1,1,2,5,36,218.08160400390625,2102.597412109375,4252,144.97470092773438,1,0,2.079441547393799,0,5.38486909866333,3.5835189819335938,7.650928497314453,0,0,0,0,1,0,0,0,1,0 +8,0,0,0,1,1,2,5,36,218.08160400390625,2102.597412109375,4252,144.97470092773438,1,0,2.079441547393799,0,5.38486909866333,3.5835189819335938,7.650928497314453,0,0,0,0,1,0,0,0,1,0 +3,0,0,1,1,0,2,5,20,225.51620483398438,583.11688232421875,4249,149.9311065673828,1,0,1.0986123085021973,0,5.418392181396484,2.995732307434082,6.368387699127197,0,0,0,0,1,0,0,0,1,0 +1,0,0,1,0,0,2,5,21,198.25599670410156,100,4249,132.5836944580078,1,0,0,0,5.2895588874816895,3.044522523880005,4.605170249938965,0,0,0,0,1,0,0,0,1,0 +2,0,0,1,1,0,2,5,21,235.4290008544922,64.93506622314453,4252,149.9311065673828,1,0,0.6931471824645996,0,5.461409568786621,3.044522523880005,4.1733880043029785,0,0,0,0,1,0,0,0,1,0 +9,0,0,1,1,0,2,5,41,216.84249877929688,420.77923583984375,4252,144.97470092773438,1,0,2.1972246170043945,0,5.379171371459961,3.7135720252990723,6.042108535766602,0,0,0,0,1,0,0,0,1,0 +3,0,0,1,1,0,2,5,53,185.86500549316406,102.59740447998047,4252,123.91000366210938,1,0,1.0986123085021973,0,5.225020408630371,3.97029185295105,4.630812644958496,0,0,0,0,1,0,0,0,1,0 +5,0,0,1,1,1,2,5,25,223.03799438476562,2094.80517578125,4252,148.69200134277344,1,0,1.6094379425048828,0,5.407341957092285,3.2188758850097656,7.647215843200684,0,0,0,0,1,0,0,0,1,0 +1,0,0,1,1,0,2,5,20,198.25599670410156,225.97402954101562,4252,162.3220977783203,1,0,0,0,5.2895588874816895,2.995732307434082,5.420420169830322,0,0,0,0,1,0,0,0,1,0 +3,0,0,1,0,0,2,5,27,185.86500549316406,257.1428527832031,4252,121.43180084228516,1,0,1.0986123085021973,0,5.225020408630371,3.295836925506592,5.549631595611572,0,0,0,0,1,0,0,0,1,0 +1,0,0,1,0,0,2,5,28,223.03799438476562,41.558441162109375,4252,148.69200134277344,1,0,0,0,5.407341957092285,3.332204580307007,3.7271006107330322,0,0,0,0,1,0,0,0,1,0 +1,0,0,1,1,0,2,5,61,185.86500549316406,48.05194854736328,4249,53.28129959106445,1,0,0,0,5.225020408630371,4.110873699188232,3.8722827434539795,0,0,0,0,1,0,0,0,1,0 +21,0,0,1,1,1,2,5,47,237.90719604492188,2815.58447265625,4252,149.9311065673828,1,0,3.044522523880005,0,5.4718804359436035,3.8501474857330322,7.942924976348877,0,0,0,0,1,0,0,0,1,0 +5,0,0,1,1,0,2,5,44,231.71170043945312,98.70130157470703,4252,149.9311065673828,1,0,1.6094379425048828,0,5.445493698120117,3.7841897010803223,4.592098236083984,0,0,0,0,1,0,0,0,1,0 +3,0,0,1,1,1,2,5,20,178.43040466308594,1380.51953125,4252,118.95359802246094,1,0,1.0986123085021973,0,5.18419885635376,2.995732307434082,7.230215072631836,0,0,0,0,1,0,0,0,1,0 +2,0,0,1,0,0,2,5,18,223.03799438476562,166.2337646484375,4249,148.69200134277344,1,0,0.6931471824645996,0,5.407341957092285,2.890371799468994,5.1133952140808105,0,0,0,0,1,0,0,0,1,0 +2,0,0,1,1,0,2,5,37,198.25599670410156,188.3116912841797,4252,132.5836944580078,1,0,0.6931471824645996,0,5.2895588874816895,3.610917806625366,5.238098621368408,0,0,0,0,1,0,0,0,1,0 +0.25,0,0,1,1,0,2,5,37,166.03939819335938,83.11688232421875,4249,111.51899719238281,1,0,-1.3862943649291992,0,5.11222505569458,3.610917806625366,4.420248031616211,0,0,0,0,1,0,0,0,1,0 +0.25,0,0,1,1,0,2,5,26,232.9508056640625,12.98701286315918,4252,149.9311065673828,1,0,-1.3862943649291992,0,5.450827121734619,3.25809645652771,2.5639498233795166,0,0,0,0,1,0,0,0,1,0 +9,0,0,1,1,0,2,5,48,130.10549926757812,1950.6492919921875,4252,71.8677978515625,1,0,2.1972246170043945,0,4.868345737457275,3.8712010383605957,7.575917720794678,0,0,0,0,1,0,0,0,1,0 +1,0,0,1,0,0,2,5,18,183.3867950439453,177.9220733642578,4252,122.6708984375,1,0,0,0,5.211597442626953,2.890371799468994,5.181345462799072,0,0,0,0,1,0,0,0,1,0 +2,0,0,1,1,1,1,5,26,156.12660217285156,646.75323486328125,4252,149.9311065673828,1,0,0.6931471824645996,0,5.0506672859191895,3.25809645652771,6.4719648361206055,0,0,0,0,1,0,0,1,0,0 +6,0,0,0,1,0,3,5,24,173.4739990234375,214.2857208251953,4252,115.23629760742188,1,0,1.7917594909667969,0,5.156027793884277,3.178053855895996,5.367310047149658,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,1,3,5,35,143.735595703125,1305.19482421875,4252,95.41069793701172,1,0,1.7917594909667969,0,4.967975616455078,3.5553481578826904,7.174107551574707,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,NA,0,3,5,27,190.82139587402344,96.10389709472656,4252,138.77920532226562,1,0,0.6931471824645996,0,5.251338005065918,3.295836925506592,4.5654296875,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,19,172.23489379882812,109.09091186523438,4252,115.23629760742188,1,0,0,0,5.148859024047852,2.944438934326172,4.692181587219238,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,0,3,5,22,242.8636016845703,405.1947937011719,4252,161.08299255371094,1,0,0.6931471824645996,0,5.492499828338623,3.0910425186157227,6.004367828369141,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,0,3,5,56,225.51620483398438,240.25973510742188,4252,149.9311065673828,1,0,1.0986123085021973,0,5.418392181396484,4.025351524353027,5.481720447540283,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,0,0,3,5,26,161.08299255371094,176.62338256835938,4252,107.80169677734375,1,0,1.7917594909667969,0,5.0819196701049805,3.25809645652771,5.174019813537598,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,0,0,3,5,20,189.58230590820312,103.89610290527344,4252,126.38819885253906,1,0,0.6931471824645996,0,5.244823455810547,2.995732307434082,4.6433916091918945,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,20,168.51759338378906,148.05194091796875,4252,112.75810241699219,1,0,0,0,5.127040386199951,2.995732307434082,4.997563362121582,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,0,3,5,25,183.3867950439453,135.06494140625,4210,122.6708984375,1,0,1.0986123085021973,0,5.211597442626953,3.2188758850097656,4.905755519866943,0,0,0,0,1,0,0,0,0,0 +1,0,0,NA,NA,0,3,5,34,156.12660217285156,202.59739685058594,4252,104.08439636230469,1,0,0,0,5.0506672859191895,3.526360511779785,5.311220645904541,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,0,0,3,5,21,189.58230590820312,107.79220581054688,4252,162.3220977783203,1,0,1.7917594909667969,0,5.244823455810547,3.044522523880005,4.680205345153809,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,0,3,5,35,85.4979019165039,184.41558837890625,4252,56.998600006103516,1,0,0.6931471824645996,0,4.448492050170898,3.5553481578826904,5.217191696166992,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,1,0,3,5,35,156.12660217285156,201.2987060546875,4252,104.08439636230469,1,0,1.6094379425048828,0,5.0506672859191895,3.5553481578826904,5.304790019989014,0,0,0,0,1,0,0,0,0,0 +10,0,0,1,1,0,3,5,24,234.1898956298828,572.727294921875,4249,156.12660217285156,1,0,2.3025851249694824,0,5.456132411956787,3.178053855895996,6.350409507751465,0,0,0,0,1,0,0,0,0,0 +10,0,0,1,1,0,3,5,23,240.38540649414062,350.64935302734375,4252,161.08299255371094,1,0,2.3025851249694824,0,5.482243537902832,3.1354942321777344,5.859786510467529,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,1,0,3,5,25,218.08160400390625,228.57142639160156,4252,144.97470092773438,1,0,1.6094379425048828,0,5.38486909866333,3.2188758850097656,5.431848526000977,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,1,0,3,5,23,242.8636016845703,232.467529296875,4252,162.3220977783203,1,0,1.6094379425048828,0,5.492499828338623,3.1354942321777344,5.4487504959106445,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,0,0,3,5,21,178.43040466308594,148.05194091796875,4252,118.95359802246094,1,0,-1.3862943649291992,0,5.18419885635376,3.044522523880005,4.997563362121582,0,0,0,0,1,0,0,0,0,0 +19,0,0,1,1,1,3,5,31,213.1251983642578,6697.40283203125,4252,142.4965057373047,1,0,2.944438934326172,0,5.361879825592041,3.4339871406555176,8.80947494506836,0,0,0,0,1,0,0,0,0,0 +19,0,0,1,1,1,3,5,31,213.1251983642578,6697.40283203125,4252,142.4965057373047,1,0,2.944438934326172,0,5.361879825592041,3.4339871406555176,8.80947494506836,0,0,0,0,1,0,0,0,0,0 +11,0,0,1,1,1,3,5,26,223.03799438476562,2024.67529296875,4252,148.69200134277344,1,0,2.397895336151123,0,5.407341957092285,3.25809645652771,7.61316442489624,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,61,198.25599670410156,61.03895950317383,4252,132.5836944580078,1,0,0,0,5.2895588874816895,4.110873699188232,4.111512184143066,0,0,0,0,1,0,0,0,0,0 +182,0,0,1,1,0,3,5,61,198.25599670410156,4545.45458984375,4252,132.5836944580078,1,0,5.204006671905518,0,5.2895588874816895,4.110873699188232,8.421882629394531,0,0,0,0,1,0,0,0,0,0 +14,0,0,1,1,1,3,5,33,182.147705078125,874.0260009765625,4252,121.43180084228516,1,0,2.6390573978424072,0,5.204817771911621,3.4965076446533203,6.7731099128723145,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,0,0,3,5,21,162.3220977783203,71.42857360839844,4252,162.3220977783203,1,0,-1.3862943649291992,0,5.089582443237305,3.044522523880005,4.268698215484619,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,1,0,3,5,26,218.08160400390625,164.93505859375,4252,144.97470092773438,1,0,-1.3862943649291992,0,5.38486909866333,3.25809645652771,5.105551719665527,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,1,0,3,5,28,205.6905975341797,22.077922821044922,4252,137.54010009765625,1,0,-1.3862943649291992,0,5.326373100280762,3.332204580307007,3.0945780277252197,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,1,3,5,47,182.147705078125,332.467529296875,4252,121.43180084228516,1,0,0.6931471824645996,0,5.204817771911621,3.8501474857330322,5.80654239654541,0,0,0,0,1,0,0,0,0,0 +8,0,0,1,0,1,3,5,35,153.64840698242188,2006.4935302734375,4228,102.84529876708984,1,0,2.079441547393799,0,5.034667015075684,3.5553481578826904,7.604144096374512,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,0,0,3,5,36,166.03939819335938,362.3376770019531,4252,110.27989959716797,1,0,1.3862943649291992,0,5.11222505569458,3.5835189819335938,5.892576694488525,0,0,0,0,1,0,0,0,0,0 +26,0,0,0,1,1,3,5,24,123.91000366210938,1502.597412109375,4252,83.01969909667969,1,0,3.25809645652771,0,4.819555759429932,3.178053855895996,7.314950466156006,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,1,1,3,5,31,168.51759338378906,1327.272705078125,4210,112.75810241699219,1,0,1.3862943649291992,0,5.127040386199951,3.4339871406555176,7.190881729125977,0,0,0,0,1,0,0,0,0,0 +25,0,0,0,1,0,3,5,31,132.5836944580078,581.81817626953125,4252,79.302398681640625,1,0,3.2188758850097656,0,4.887214183807373,3.4339871406555176,6.3661580085754395,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,44,161.08299255371094,272.7272644042969,4252,107.80169677734375,1,0,1.0986123085021973,0,5.0819196701049805,3.7841897010803223,5.6084723472595215,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,1,0,3,5,42,148.69200134277344,289.6103820800781,4252,99.12799835205078,1,0,1.3862943649291992,0,5.0018768310546875,3.7376697063446045,5.66853666305542,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,19,208.16879272460938,187.0129852294922,4252,138.77920532226562,1,0,0,0,5.338349342346191,2.944438934326172,5.231178283691406,0,0,0,0,1,0,0,0,0,0 +11,0,0,1,1,0,3,5,42,153.64840698242188,849.35064697265625,4252,102.84529876708984,1,0,2.397895336151123,0,5.034667015075684,3.7376697063446045,6.744472026824951,0,0,0,0,1,0,0,0,0,0 +21,0,0,1,1,1,3,5,41,241.62449645996094,3540.259765625,4252,144.97470092773438,1,0,3.044522523880005,0,5.487384796142578,3.7135720252990723,8.171955108642578,0,0,0,0,1,0,0,0,0,0 +8,0,0,1,1,0,3,5,53,219.32069396972656,341.5584411621094,4252,149.9311065673828,1,0,2.079441547393799,0,5.3905348777771,3.97029185295105,5.833518981933594,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,0,3,5,47,223.03799438476562,64.93506622314453,4252,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,3.8501474857330322,4.1733880043029785,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,23,185.86500549316406,146.7532501220703,4252,123.91000366210938,1,0,0,0,5.225020408630371,3.1354942321777344,4.988752841949463,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,33,153.64840698242188,62.33766174316406,4246,102.84529876708984,1,0,0,0,5.034667015075684,3.4965076446533203,4.132565975189209,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,19,153.64840698242188,332.467529296875,4252,101.606201171875,1,0,0,0,5.034667015075684,2.944438934326172,5.80654239654541,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,65,117.7145004272461,132.467529296875,4252,79.302398681640625,1,0,0.6931471824645996,0,4.7682623863220215,4.174387454986572,4.886337757110596,0,0,0,0,1,0,0,0,0,0 +10,0,0,1,1,1,3,5,34,219.32069396972656,2706.493408203125,4249,146.21380615234375,1,0,2.3025851249694824,0,5.3905348777771,3.526360511779785,7.903409004211426,0,0,0,0,1,0,0,0,0,0 +11,0,0,1,1,0,3,5,39,158.60479736328125,100,4252,106.5625991821289,1,0,2.397895336151123,0,5.066415786743164,3.6635615825653076,4.605170249938965,0,0,0,0,1,0,0,0,0,0 +11,0,0,1,0,0,3,5,20,143.735595703125,580.51947021484375,4249,96.6498031616211,1,0,2.397895336151123,0,4.967975616455078,2.995732307434082,6.3639235496521,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,28,225.51620483398438,93.5064926147461,4252,43.368499755859375,1,0,0,0,5.418392181396484,3.332204580307007,4.538031101226807,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,28,188.34320068359375,0,4252,125.14910125732422,1,0,0,0,5.2382659912109375,3.332204580307007,0,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,1,3,5,26,140.01829528808594,1297.402587890625,4252,92.93250274658203,1,0,1.0986123085021973,0,4.941772937774658,3.25809645652771,7.168119430541992,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,0,0,3,5,16,115.23629760742188,154.5454559326172,4252,76.82420349121094,1,0,1.7917594909667969,0,4.746984958648682,2.7725887298583984,5.040488243103027,0,0,0,0,1,0,0,0,0,0 +6,0,0,0,0,1,3,5,21,200.7342071533203,2748.052001953125,4252,149.9311065673828,1,0,1.7917594909667969,0,5.301981449127197,3.044522523880005,7.918647766113281,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,3,5,59,218.08160400390625,115.58441925048828,4252,144.97470092773438,1,0,1.7917594909667969,0,5.38486909866333,4.077537536621094,4.750000953674316,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,43,232.9508056640625,348.05194091796875,4252,149.9311065673828,1,0,1.0986123085021973,0,5.450827121734619,3.761200189590454,5.852351665496826,0,0,0,0,1,0,0,0,0,0 +15,0,0,0,1,1,3,5,27,226.7552947998047,5875.32470703125,4252,149.9311065673828,1,0,2.70805025100708,0,5.4238715171813965,3.295836925506592,8.678516387939453,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,1,0,3,5,40,149.9311065673828,368.8311767578125,4252,149.9311065673828,1,0,1.3862943649291992,0,5.010175704956055,3.6888794898986816,5.910338878631592,0,0,0,0,1,0,0,0,0,0 +13,0,0,1,0,1,3,5,19,163.5612030029297,6157.14306640625,4252,109.04080200195312,1,0,2.5649492740631104,0,5.097187042236328,2.944438934326172,8.72536849975586,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,0,0,3,5,21,133.8227996826172,136.36363220214844,4252,89.21520233154297,1,0,-1.3862943649291992,0,4.8965163230896,3.044522523880005,4.915325164794922,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,0,0,3,5,23,141.2574005126953,1741.5584716796875,4252,94.171600341796875,1,0,1.7917594909667969,0,4.9505839347839355,3.1354942321777344,7.462535858154297,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,1,3,5,21,188.34320068359375,1211.6883544921875,4252,125.14910125732422,1,0,0.6931471824645996,0,5.2382659912109375,3.044522523880005,7.0997700691223145,0,0,0,0,1,0,0,0,0,0 +26,0,0,0,1,1,3,5,50,185.86500549316406,6996.10400390625,4252,162.3220977783203,1,0,3.25809645652771,0,5.225020408630371,3.9120230674743652,8.853108406066895,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,50,205.6905975341797,101.29869842529297,4252,137.54010009765625,1,0,0.6931471824645996,0,5.326373100280762,3.9120230674743652,4.618073463439941,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,1,0,3,5,52,144.97470092773438,64.93506622314453,4252,96.6498031616211,1,0,-1.3862943649291992,0,4.976559162139893,3.9512436389923096,4.1733880043029785,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,1,0,3,5,30,232.9508056640625,0,4249,154.8874969482422,1,0,1.3862943649291992,0,5.450827121734619,3.4011974334716797,0,0,0,0,0,1,0,0,0,0,0 +5,0,0,0,1,0,3,5,54,136.30099487304688,245.4545440673828,4252,90.45429992675781,1,0,1.6094379425048828,0,4.914865493774414,3.9889841079711914,5.503111839294434,0,0,0,0,1,0,0,0,0,0 +125,0,0,1,1,0,3,5,54,166.03939819335938,5623.37646484375,4252,110.27989959716797,1,0,4.828313827514648,0,5.11222505569458,3.9889841079711914,8.634687423706055,0,0,0,0,1,0,0,0,0,0 +60,0,0,1,0,1,3,5,38,148.69200134277344,5392.2080078125,4252,99.12799835205078,1,0,4.094344615936279,0,5.0018768310546875,3.6375861167907715,8.592710494995117,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,0,0,3,5,20,175.9521942138672,323.3766174316406,4252,116.47540283203125,1,0,1.7917594909667969,0,5.170212268829346,2.995732307434082,5.778817653656006,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,18,161.08299255371094,32.467533111572266,4252,107.80169677734375,1,0,0,0,5.0819196701049805,2.890371799468994,3.4802405834198,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,20,188.34320068359375,89.61038970947266,4249,107.80169677734375,1,0,0,0,5.2382659912109375,2.995732307434082,4.495471477508545,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,0,0,3,5,18,161.08299255371094,42.85714340209961,4252,107.80169677734375,1,0,-1.3862943649291992,0,5.0819196701049805,2.890371799468994,3.7578723430633545,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,0,1,3,5,19,161.08299255371094,567.532470703125,4252,107.80169677734375,1,0,-1.3862943649291992,0,5.0819196701049805,2.944438934326172,6.3412981033325195,0,0,0,0,1,0,0,0,0,0 +8,0,0,1,1,1,3,5,47,166.03939819335938,571.4285888671875,4252,110.27989959716797,1,0,2.079441547393799,0,5.11222505569458,3.8501474857330322,6.34813928604126,0,0,0,0,1,0,0,0,0,0 +7,0,0,0,0,1,3,5,22,175.9521942138672,623.37664794921875,4252,117.7145004272461,1,0,1.945910096168518,0,5.170212268829346,3.0910425186157227,6.435151100158691,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,1,3,5,24,235.4290008544922,1094.80517578125,4252,111.51899719238281,1,0,1.0986123085021973,0,5.461409568786621,3.178053855895996,6.998331546783447,0,0,0,0,1,0,0,0,0,0 +7,0,0,1,1,0,3,5,42,209.40789794921875,433.7662353515625,4252,140.01829528808594,1,0,1.945910096168518,0,5.3442840576171875,3.7376697063446045,6.072505950927734,0,0,0,0,1,0,0,0,0,0 +8,0,0,1,1,0,3,5,23,153.64840698242188,227.27272033691406,4249,102.84529876708984,1,0,2.079441547393799,0,5.034667015075684,3.1354942321777344,5.426150798797607,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,20,194.5386962890625,68.83116912841797,4252,130.10549926757812,1,0,0,0,5.270631313323975,2.995732307434082,4.231656551361084,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,1,0,3,5,25,161.08299255371094,340.2597351074219,4252,107.80169677734375,1,0,1.3862943649291992,0,5.0819196701049805,3.2188758850097656,5.829709053039551,0,0,0,0,1,0,0,0,0,0 +8,0,0,1,0,1,3,5,21,185.86500549316406,1372.727294921875,4252,123.91000366210938,1,0,2.079441547393799,0,5.225020408630371,3.044522523880005,7.224554538726807,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,0,3,5,36,216.84249877929688,0,4252,144.97470092773438,1,0,1.0986123085021973,0,5.379171371459961,3.5835189819335938,0,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,0,3,5,24,232.9508056640625,145.4545440673828,4252,149.9311065673828,1,0,1.0986123085021973,0,5.450827121734619,3.178053855895996,4.97986364364624,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,0,3,5,32,208.16879272460938,411.6883239746094,4252,149.9311065673828,1,0,1.0986123085021973,0,5.338349342346191,3.465735912322998,6.020266532897949,0,0,0,0,1,0,0,0,0,0 +27,0,0,1,1,0,3,5,25,210.64700317382812,1192.207763671875,4252,140.01829528808594,1,0,3.295836925506592,0,5.350183963775635,3.2188758850097656,7.083561897277832,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,1,0,3,5,19,195.77780151367188,635.06494140625,4252,131.3446044921875,1,0,1.3862943649291992,0,5.276980400085449,2.944438934326172,6.4537272453308105,0,0,0,0,1,0,0,0,0,0 +14,0,0,1,1,0,3,5,37,215.6033935546875,654.54547119140625,4228,143.735595703125,1,0,2.6390573978424072,0,5.373440742492676,3.610917806625366,6.483941078186035,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,0,0,3,5,28,185.86500549316406,135.06494140625,4249,118.95359802246094,1,0,0.6931471824645996,0,5.225020408630371,3.332204580307007,4.905755519866943,0,0,0,0,1,0,0,0,0,0 +22,0,0,0,1,1,3,5,42,242.8636016845703,1484.41552734375,4252,162.3220977783203,1,0,3.0910425186157227,0,5.492499828338623,3.7376697063446045,7.302776336669922,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,1,0,3,5,27,185.86500549316406,2259.740234375,4252,123.91000366210938,1,0,1.6094379425048828,0,5.225020408630371,3.295836925506592,7.723005294799805,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,1,0,3,5,68,154.8874969482422,133.7662353515625,4210,102.84529876708984,1,0,1.3862943649291992,0,5.042698860168457,4.219507694244385,4.896093845367432,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,28,185.86500549316406,40.25973892211914,4252,131.3446044921875,1,0,0,0,5.225020408630371,3.332204580307007,3.6953518390655518,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,0,3,5,56,184.6259002685547,224.67532348632812,4228,122.6708984375,1,0,0.6931471824645996,0,5.218331813812256,4.025351524353027,5.414656162261963,0,0,0,0,1,0,0,0,0,0 +10,0,0,0,0,1,3,5,29,185.86500549316406,51.94805145263672,4252,123.91000366210938,1,0,2.3025851249694824,0,5.225020408630371,3.367295742034912,3.950244188308716,0,0,0,0,1,0,0,0,0,0 +8,0,0,1,0,0,3,5,32,148.69200134277344,205.19480895996094,4252,99.12799835205078,1,0,2.079441547393799,0,5.0018768310546875,3.465735912322998,5.323959827423096,0,0,0,0,1,0,0,0,0,0 +27,0,0,0,1,1,3,5,32,83.01969909667969,3887.012939453125,4252,55.759498596191406,1,0,3.295836925506592,0,4.4190778732299805,3.465735912322998,8.2653961181640625,0,0,0,0,1,0,0,0,0,0 +11,0,0,1,1,0,3,5,24,223.03799438476562,137.66233825683594,4252,148.69200134277344,1,0,2.397895336151123,0,5.407341957092285,3.178053855895996,4.924803733825684,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,NA,1,3,5,58,204.45150756835938,1262.337646484375,4252,109.04080200195312,1,0,1.0986123085021973,0,5.320330619812012,4.060442924499512,7.140720367431641,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,0,3,5,43,223.03799438476562,166.2337646484375,4252,147.45289611816406,1,0,1.0986123085021973,0,5.407341957092285,3.761200189590454,5.1133952140808105,0,0,0,0,1,0,0,0,0,0 +23,0,0,1,0,1,3,5,31,223.03799438476562,4272.72705078125,4252,148.69200134277344,1,0,3.1354942321777344,0,5.407341957092285,3.4339871406555176,8.360007286071777,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,1,0,3,5,35,187.10409545898438,1012.9869995117188,4252,125.14910125732422,1,0,1.3862943649291992,0,5.231665134429932,3.5553481578826904,6.920658588409424,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,0,0,3,5,30,216.84249877929688,254.5454559326172,4252,144.97470092773438,1,0,1.6094379425048828,0,5.379171371459961,3.4011974334716797,5.5394792556762695,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,1,3,5,30,236.66810607910156,3648.052001953125,4249,157.36570739746094,1,0,1.7917594909667969,0,5.466658592224121,3.4011974334716797,8.201948165893555,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,1,0,3,5,24,192.0605010986328,127.2727279663086,4252,128.86639404296875,1,0,-1.3862943649291992,0,5.257810592651367,3.178053855895996,4.84633207321167,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,0,0,3,5,36,223.03799438476562,119.48052215576172,4252,146.21380615234375,1,0,0.6931471824645996,0,5.407341957092285,3.5835189819335938,4.783153533935547,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,1,0,3,5,25,223.03799438476562,79.22077941894531,4252,148.69200134277344,1,0,-1.3862943649291992,0,5.407341957092285,3.2188758850097656,4.372238636016846,0,0,0,0,1,0,0,0,0,0 +5,0,0,0,1,0,3,5,21,237.90719604492188,136.36363220214844,4249,158.60479736328125,1,0,1.6094379425048828,0,5.4718804359436035,3.044522523880005,4.915325164794922,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,3,5,31,143.735595703125,183.11688232421875,4252,95.41069793701172,1,0,1.7917594909667969,0,4.967975616455078,3.4339871406555176,5.210124492645264,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,0,0,3,5,42,159.84390258789062,54.54545593261719,4252,106.5625991821289,1,0,1.6094379425048828,0,5.074197769165039,3.7376697063446045,3.9990344047546387,0,0,0,0,1,0,0,0,0,0 +55,0,0,1,1,1,3,5,23,198.25599670410156,19366.234375,4252,132.5836944580078,1,0,4.007333278656006,0,5.2895588874816895,3.1354942321777344,9.871286392211914,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,1,3,5,36,203.21240234375,2958.441650390625,4252,136.30099487304688,1,0,1.0986123085021973,0,5.314251899719238,3.5835189819335938,7.992417812347412,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,39,197.01690673828125,171.42857360839844,4252,131.3446044921875,1,0,0,0,5.283289432525635,3.6635615825653076,5.144166469573975,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,44,203.21240234375,122.07791900634766,4249,135.06190490722656,1,0,0,0,5.314251899719238,3.7841897010803223,4.804659366607666,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,1,3,5,39,225.51620483398438,1381.8182373046875,4255,149.9311065673828,1,0,1.0986123085021973,0,5.418392181396484,3.6635615825653076,7.2311553955078125,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,0,0,3,5,19,189.58230590820312,90.909088134765625,4252,126.38819885253906,1,0,0.6931471824645996,0,5.244823455810547,2.944438934326172,4.509860038757324,0,0,0,0,1,0,0,0,0,0 +11,0,0,0,1,1,3,5,25,94.171600341796875,2561.0390625,4249,61.95500183105469,1,0,2.397895336151123,0,4.545118808746338,3.2188758850097656,7.84816837310791,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,1,0,3,5,36,224.277099609375,667.532470703125,4252,149.9311065673828,1,0,-1.3862943649291992,0,5.412882328033447,3.5835189819335938,6.5035881996154785,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,32,205.6905975341797,428.5714416503906,4252,49.56399917602539,1,0,0,0,5.326373100280762,3.465735912322998,6.060457229614258,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,0,3,5,31,157.36570739746094,233.7662353515625,4252,105.32350158691406,1,0,1.0986123085021973,0,5.058572292327881,3.4339871406555176,5.454321384429932,0,0,0,0,1,0,0,0,0,0 +17,0,0,1,1,0,3,5,37,153.64840698242188,0,4252,102.84529876708984,1,0,2.8332133293151855,0,5.034667015075684,3.610917806625366,0,0,0,0,0,1,0,0,0,0,0 +7,0,0,1,1,0,3,5,23,157.36570739746094,598.7012939453125,4252,105.32350158691406,1,0,1.945910096168518,0,5.058572292327881,3.1354942321777344,6.394762992858887,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,47,159.84390258789062,264.93505859375,4252,106.5625991821289,1,0,1.0986123085021973,0,5.074197769165039,3.8501474857330322,5.579484939575195,0,0,0,0,1,0,0,0,0,0 +6,0,0,0,1,0,3,5,55,135.06190490722656,98.70130157470703,4252,90.45429992675781,1,0,1.7917594909667969,0,4.905733108520508,4.007333278656006,4.592098236083984,0,0,0,0,1,0,0,0,0,0 +14,0,0,0,1,0,3,5,18,153.64840698242188,206.49349975585938,4252,101.606201171875,1,0,2.6390573978424072,0,5.034667015075684,2.890371799468994,5.330268859863281,0,0,0,0,1,0,0,0,0,0 +11,0,0,0,0,0,3,5,21,166.03939819335938,764.93505859375,4252,110.27989959716797,1,0,2.397895336151123,0,5.11222505569458,3.044522523880005,6.639791011810303,0,0,0,0,1,0,0,0,0,0 +26,0,0,0,NA,0,3,5,24,143.735595703125,383.11688232421875,4252,95.41069793701172,1,0,3.25809645652771,0,4.967975616455078,3.178053855895996,5.948339939117432,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,31,143.735595703125,225.97402954101562,4252,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,3.4339871406555176,5.420420169830322,0,0,0,0,1,0,0,0,0,0 +152,0,0,0,1,1,3,5,35,153.64840698242188,3203.89599609375,4252,102.84529876708984,1,0,5.023880481719971,0,5.034667015075684,3.5553481578826904,8.072122573852539,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,0,0,3,5,25,143.735595703125,167.532470703125,4252,95.41069793701172,1,0,-1.3862943649291992,0,4.967975616455078,3.2188758850097656,5.1211771965026855,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,1,0,3,5,43,148.69200134277344,29.87013053894043,4252,99.12799835205078,1,0,-1.3862943649291992,0,5.0018768310546875,3.761200189590454,3.3968589305877686,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,20,143.735595703125,70.12986755371094,4252,95.41069793701172,1,0,0,0,4.967975616455078,2.995732307434082,4.2503485679626465,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,21,153.64840698242188,61.03895950317383,4252,73.106903076171875,1,0,0,0,5.034667015075684,3.044522523880005,4.111512184143066,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,0,0,3,5,24,153.64840698242188,62.33766174316406,4252,102.84529876708984,1,0,0.6931471824645996,0,5.034667015075684,3.178053855895996,4.132565975189209,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,52,173.4739990234375,225.97402954101562,4252,115.23629760742188,1,0,0,0,5.156027793884277,3.9512436389923096,5.420420169830322,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,NA,0,3,5,NA,84.25879669189453,0,4252,56.998600006103516,1,0,0.6931471824645996,0,4.433893203735352,NA,0,0,0,0,0,1,0,0,0,0,0 +6,0,0,0,NA,0,3,5,37,86.73699951171875,161.03895568847656,4252,58.237701416015625,1,0,1.7917594909667969,0,4.462880611419678,3.610917806625366,5.08164644241333,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,26,156.12660217285156,0,4252,104.08439636230469,1,0,0.6931471824645996,0,5.0506672859191895,3.25809645652771,0,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,1,3,5,44,154.8874969482422,1374.0260009765625,4252,102.84529876708984,1,0,1.0986123085021973,0,5.042698860168457,3.7841897010803223,7.225500583648682,0,0,0,0,1,0,0,0,0,0 +29,0,0,0,1,1,3,5,42,115.23629760742188,2064.93505859375,4252,76.82420349121094,1,0,3.367295742034912,0,4.746984958648682,3.7376697063446045,7.632853984832764,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,NA,0,3,5,27,158.60479736328125,207.79220581054688,4252,105.32350158691406,1,0,0.6931471824645996,0,5.066415786743164,3.295836925506592,5.336538791656494,0,0,0,0,1,0,0,0,0,0 +10,0,0,0,0,0,3,5,21,148.69200134277344,497.402587890625,4252,99.12799835205078,1,0,2.3025851249694824,0,5.0018768310546875,3.044522523880005,6.209399700164795,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,0,0,3,5,18,86.73699951171875,98.70130157470703,4252,58.237701416015625,1,0,-1.3862943649291992,0,4.462880611419678,2.890371799468994,4.592098236083984,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,45,166.03939819335938,97.40259552001953,4252,110.27989959716797,1,0,0,0,5.11222505569458,3.8066625595092773,4.578852653503418,0,0,0,0,1,0,0,0,0,0 +5,0,0,0,1,0,3,5,38,168.51759338378906,37.66233825683594,4252,123.91000366210938,1,0,1.6094379425048828,0,5.127040386199951,3.6375861167907715,3.6286606788635254,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,43,158.60479736328125,0,4252,105.32350158691406,1,0,0,0,5.066415786743164,3.761200189590454,0,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,22,148.69200134277344,109.09091186523438,4252,99.12799835205078,1,0,0,0,5.0018768310546875,3.0910425186157227,4.692181587219238,0,0,0,0,1,0,0,0,0,0 +17,0,0,0,1,0,3,5,57,113.99720001220703,475.3246765136719,4252,75.58509826660156,1,0,2.8332133293151855,0,4.7361741065979,4.043051242828369,6.163998126983643,0,0,0,0,1,0,0,0,0,0 +7,0,0,0,0,0,3,5,49,220.55979919433594,506.4934997558594,4252,146.21380615234375,1,0,1.945910096168518,0,5.3961687088012695,3.891820192337036,6.227511405944824,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,39,190.82139587402344,301.2987060546875,4252,127.6272964477539,1,0,1.0986123085021973,0,5.251338005065918,3.6635615825653076,5.708102226257324,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,0,0,3,5,27,183.3867950439453,28.571428298950195,4252,121.43180084228516,1,0,-1.3862943649291992,0,5.211597442626953,3.295836925506592,3.352407217025757,0,0,0,0,1,0,0,0,0,0 +8,0,0,1,1,0,3,5,59,211.88609313964844,400,4252,141.2574005126953,1,0,2.079441547393799,0,5.356049060821533,4.077537536621094,5.991464614868164,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,38,143.735595703125,198.7012939453125,4252,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,3.6375861167907715,5.291802883148193,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,1,3,5,27,223.03799438476562,502.597412109375,4252,140.01829528808594,1,0,1.0986123085021973,0,5.407341957092285,3.295836925506592,6.219789505004883,0,0,0,0,1,0,0,0,0,0 +11,0,0,0,0,0,3,5,63,203.21240234375,0,4252,136.30099487304688,1,0,2.397895336151123,0,5.314251899719238,4.143134593963623,0,0,0,0,0,1,0,0,0,0,0 +8,0,0,0,1,1,3,5,41,189.58230590820312,1132.467529296875,4252,126.38819885253906,1,0,2.079441547393799,0,5.244823455810547,3.7135720252990723,7.032154083251953,0,0,0,0,1,0,0,0,0,0 +7,0,0,0,1,1,3,5,29,189.58230590820312,1693.5064697265625,4252,126.38819885253906,1,0,1.945910096168518,0,5.244823455810547,3.367295742034912,7.434556484222412,0,0,0,0,1,0,0,0,0,0 +15,0,0,0,1,1,3,5,31,96.6498031616211,4493.50634765625,4252,64.433197021484375,1,0,2.70805025100708,0,4.571094036102295,3.4339871406555176,8.410388946533203,0,0,0,0,1,0,0,0,0,0 +17,0,0,0,1,1,3,5,24,148.69200134277344,1975.32470703125,4252,99.12799835205078,1,0,2.8332133293151855,0,5.0018768310546875,3.178053855895996,7.5884881019592285,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,1,0,3,5,58,148.69200134277344,297.402587890625,4252,99.12799835205078,1,0,-1.3862943649291992,0,5.0018768310546875,4.060442924499512,5.69508695602417,0,0,0,0,1,0,0,0,0,0 +11,0,0,0,1,0,3,5,25,146.21380615234375,1233.7662353515625,4252,97.88890075683594,1,0,2.397895336151123,0,4.985069751739502,3.2188758850097656,7.11782693862915,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,1,3,5,35,161.08299255371094,2494.80517578125,4252,107.80169677734375,1,0,1.7917594909667969,0,5.0819196701049805,3.5553481578826904,7.82196569442749,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,1,0,3,5,56,211.88609313964844,905.19482421875,4252,141.2574005126953,1,0,-1.3862943649291992,0,5.356049060821533,4.025351524353027,6.808150291442871,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,1,3,5,22,195.77780151367188,1193.5064697265625,4249,78.06330108642578,1,0,1.0986123085021973,0,5.276980400085449,3.0910425186157227,7.084650993347168,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,1,3,5,31,224.277099609375,2745.45458984375,4252,170.9958038330078,1,0,1.0986123085021973,0,5.412882328033447,3.4339871406555176,7.917701721191406,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,1,3,5,34,211.88609313964844,6650.6494140625,4252,141.2574005126953,1,0,0.6931471824645996,0,5.356049060821533,3.526360511779785,8.802470207214355,0,0,0,0,1,0,0,0,0,0 +16,0,0,0,0,1,3,5,56,153.64840698242188,779.22076416015625,4252,102.84529876708984,1,0,2.7725887298583984,0,5.034667015075684,4.025351524353027,6.658294200897217,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,0,3,5,18,84.25879669189453,490.9090881347656,4249,55.759498596191406,1,0,1.0986123085021973,0,4.433893203735352,2.890371799468994,6.196259021759033,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,36,201.97329711914062,106.4935073852539,4252,126.38819885253906,1,0,1.0986123085021973,0,5.308135509490967,3.5835189819335938,4.668084144592285,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,1,3,5,25,163.5612030029297,1401.2987060546875,4252,109.04080200195312,1,0,0.6931471824645996,0,5.097187042236328,3.2188758850097656,7.245154857635498,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,47,173.4739990234375,116.88311767578125,4252,115.23629760742188,1,0,0,0,5.156027793884277,3.8501474857330322,4.76117467880249,0,0,0,0,1,0,0,0,0,0 +14,0,0,1,0,1,3,5,38,178.43040466308594,1807.792236328125,4210,118.95359802246094,1,0,2.6390573978424072,0,5.18419885635376,3.6375861167907715,7.499861717224121,0,0,0,0,1,0,0,0,0,0 +128,0,0,1,1,1,3,5,62,185.86500549316406,10357.142578125,4252,123.91000366210938,1,0,4.852030277252197,0,5.225020408630371,4.127134323120117,9.245431900024414,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,21,153.64840698242188,601.2987060546875,4252,14.869199752807617,1,0,0,0,5.034667015075684,3.044522523880005,6.399091720581055,0,0,0,0,1,0,0,0,0,0 +19,0,0,1,1,1,3,5,37,170.9958038330078,1562.337646484375,4252,100.36710357666016,1,0,2.944438934326172,0,5.141639232635498,3.610917806625366,7.353938579559326,0,0,0,0,1,0,0,0,0,0 +24,0,0,1,1,1,3,5,45,188.34320068359375,3671.428466796875,4252,125.14910125732422,1,0,3.178053855895996,0,5.2382659912109375,3.8066625595092773,8.208335876464844,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,0,0,3,5,31,203.21240234375,290.9090881347656,4252,135.06190490722656,1,0,1.3862943649291992,0,5.314251899719238,3.4339871406555176,5.67301082611084,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,1,3,5,24,170.9958038330078,1149.3507080078125,4252,113.99720001220703,1,0,1.0986123085021973,0,5.141639232635498,3.178053855895996,7.046952247619629,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,52,235.4290008544922,157.14285278320312,4252,157.36570739746094,1,0,0,0,5.461409568786621,3.9512436389923096,5.057155132293701,0,0,0,0,1,0,0,0,0,0 +8,0,0,0,1,1,3,5,34,183.3867950439453,1438.9610595703125,4252,122.6708984375,1,0,2.079441547393799,0,5.211597442626953,3.526360511779785,7.271676540374756,0,0,0,0,1,0,0,0,0,0 +11,0,0,0,1,0,3,5,32,224.277099609375,1311.6883544921875,4252,148.69200134277344,1,0,2.397895336151123,0,5.412882328033447,3.465735912322998,7.179070472717285,0,0,0,0,1,0,0,0,0,0 +15,0,0,0,0,1,3,5,34,127.6272964477539,3587.012939453125,4252,85.4979019165039,1,0,2.70805025100708,0,4.849114418029785,3.526360511779785,8.185074806213379,0,0,0,0,1,0,0,0,0,0 +27,0,0,0,1,1,3,5,37,189.58230590820312,3303.89599609375,4252,126.38819885253906,1,0,3.295836925506592,0,5.244823455810547,3.610917806625366,8.10285758972168,0,0,0,0,1,0,0,0,0,0 +8,0,0,1,1,0,3,5,40,179.66949462890625,107.79220581054688,4252,118.95359802246094,1,0,2.079441547393799,0,5.191119194030762,3.6888794898986816,4.680205345153809,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,42,173.4739990234375,259.7402648925781,4252,115.23629760742188,1,0,0,0,5.156027793884277,3.7376697063446045,5.559682369232178,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,1,0,3,5,40,215.6033935546875,0,4234,143.735595703125,1,0,1.3862943649291992,0,5.373440742492676,3.6888794898986816,0,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,45,208.16879272460938,158.44155883789062,4252,138.77920532226562,1,0,0,0,5.338349342346191,3.8066625595092773,5.065385818481445,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,35,166.03939819335938,175.32467651367188,4252,111.51899719238281,1,0,0.6931471824645996,0,5.11222505569458,3.5553481578826904,5.16663932800293,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,0,3,5,22,215.6033935546875,36.3636360168457,4252,144.97470092773438,1,0,1.0986123085021973,0,5.373440742492676,3.0910425186157227,3.593569278717041,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,1,1,3,5,53,227.99440002441406,1202.597412109375,4252,149.9311065673828,1,0,1.3862943649291992,0,5.4293212890625,3.97029185295105,7.092238903045654,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,1,0,3,5,32,168.51759338378906,338.9610290527344,4252,112.75810241699219,1,0,1.3862943649291992,0,5.127040386199951,3.465735912322998,5.82588529586792,0,0,0,0,1,0,0,0,0,0 +9,0,0,0,1,1,3,5,37,168.51759338378906,1632.467529296875,4252,111.51899719238281,1,0,2.1972246170043945,0,5.127040386199951,3.610917806625366,7.397848129272461,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,1,3,5,26,154.8874969482422,2281.818115234375,4252,102.84529876708984,1,0,1.0986123085021973,0,5.042698860168457,3.25809645652771,7.732728004455566,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,0,0,3,5,34,167.27850341796875,120.77922058105469,4252,111.51899719238281,1,0,1.3862943649291992,0,5.119659900665283,3.526360511779785,4.793964385986328,0,0,0,0,1,0,0,0,0,0 +8,0,0,0,1,0,3,5,62,162.3220977783203,549.35064697265625,4210,107.80169677734375,1,0,2.079441547393799,0,5.089582443237305,4.127134323120117,6.308736801147461,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,0,0,3,5,58,227.99440002441406,305.1947937011719,4252,151.17019653320312,1,0,1.3862943649291992,0,5.4293212890625,4.060442924499512,5.720950126647949,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,1,1,3,5,54,188.34320068359375,1228.5714111328125,4252,126.38819885253906,1,0,-1.3862943649291992,0,5.2382659912109375,3.9889841079711914,7.113607406616211,0,0,0,0,1,0,0,0,0,0 +110,0,0,0,1,1,3,5,44,188.34320068359375,4545.45458984375,4252,126.38819885253906,1,0,4.7004804611206055,0,5.2382659912109375,3.7841897010803223,8.421882629394531,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,1,1,3,5,45,213.1251983642578,944.15582275390625,4252,142.4965057373047,1,0,-1.3862943649291992,0,5.361879825592041,3.8066625595092773,6.8502912521362305,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,0,0,3,5,41,178.43040466308594,183.11688232421875,4252,118.95359802246094,1,0,0.6931471824645996,0,5.18419885635376,3.7135720252990723,5.210124492645264,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,44,168.51759338378906,76.62337493896484,4252,112.75810241699219,1,0,0,0,5.127040386199951,3.7841897010803223,4.338901996612549,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,1,0,3,5,53,154.8874969482422,283.11688232421875,4252,102.84529876708984,1,0,1.3862943649291992,0,5.042698860168457,3.97029185295105,5.645859718322754,0,0,0,0,1,0,0,0,0,0 +29,0,0,0,1,1,3,5,60,192.0605010986328,710.38958740234375,4252,127.6272964477539,1,0,3.367295742034912,0,5.257810592651367,4.094344615936279,6.5658135414123535,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,0,3,5,46,161.08299255371094,98.70130157470703,4252,107.80169677734375,1,0,1.0986123085021973,0,5.0819196701049805,3.828641414642334,4.592098236083984,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,50,163.5612030029297,202.59739685058594,4252,78.06330108642578,1,0,0,0,5.097187042236328,3.9120230674743652,5.311220645904541,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,0,1,3,5,51,170.9958038330078,2472.727294921875,4252,113.99720001220703,1,0,1.3862943649291992,0,5.141639232635498,3.931825637817383,7.813076972961426,0,0,0,0,1,0,0,0,0,0 +8,0,0,0,1,1,3,5,47,117.7145004272461,1758.4415283203125,4252,78.06330108642578,1,0,2.079441547393799,0,4.7682623863220215,3.8501474857330322,7.4721832275390625,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,41,151.17019653320312,44.155845642089844,4252,100.36710357666016,1,0,0.6931471824645996,0,5.018406391143799,3.7135720252990723,3.7877252101898193,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,25,143.735595703125,132.467529296875,4252,95.41069793701172,1,0,0,0,4.967975616455078,3.2188758850097656,4.886337757110596,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,1,3,5,55,122.6708984375,2810.3896484375,4252,81.78060150146484,1,0,1.0986123085021973,0,4.809504985809326,4.007333278656006,7.941078186035156,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,28,231.71170043945312,746.75323486328125,4249,149.9311065673828,1,0,0,0,5.445493698120117,3.332204580307007,6.615734577178955,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,24,223.03799438476562,129.87013244628906,4252,148.69200134277344,1,0,0,0,5.407341957092285,3.178053855895996,4.866535186767578,0,0,0,0,1,0,0,0,0,0 +14,0,0,1,1,1,3,5,39,201.97329711914062,1816.883056640625,4249,135.06190490722656,1,0,2.6390573978424072,0,5.308135509490967,3.6635615825653076,7.50487756729126,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,1,3,5,35,154.8874969482422,2736.363525390625,4252,102.84529876708984,1,0,1.0986123085021973,0,5.042698860168457,3.5553481578826904,7.9143853187561035,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,56,210.64700317382812,163.63636779785156,4252,140.01829528808594,1,0,0,0,5.350183963775635,4.025351524353027,5.097646713256836,0,0,0,0,1,0,0,0,0,0 +10,0,0,0,1,1,3,5,20,154.8874969482422,1183.116943359375,4252,102.84529876708984,1,0,2.3025851249694824,0,5.042698860168457,2.995732307434082,7.0759077072143555,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,0,0,3,5,46,162.3220977783203,383.11688232421875,4252,107.80169677734375,1,0,1.3862943649291992,0,5.089582443237305,3.828641414642334,5.948339939117432,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,0,3,5,30,147.45289611816406,144.1558380126953,4252,97.88890075683594,1,0,0.6931471824645996,0,4.993508815765381,3.4011974334716797,4.970894813537598,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,0,3,5,22,128.86639404296875,263.6363525390625,4252,86.73699951171875,1,0,1.0986123085021973,0,4.858776092529297,3.0910425186157227,5.574570655822754,0,0,0,0,1,0,0,0,0,0 +5,0,0,0,1,0,3,5,36,167.27850341796875,109.09091186523438,4252,111.51899719238281,1,0,1.6094379425048828,0,5.119659900665283,3.5835189819335938,4.692181587219238,0,0,0,0,1,0,0,0,0,0 +23,0,0,0,1,0,3,5,55,161.08299255371094,784.41558837890625,4249,107.80169677734375,1,0,3.1354942321777344,0,5.0819196701049805,4.007333278656006,6.664938926696777,0,0,0,0,1,0,0,0,0,0 +23,0,0,0,1,0,3,5,55,161.08299255371094,783.11688232421875,4249,107.80169677734375,1,0,3.1354942321777344,0,5.0819196701049805,4.007333278656006,6.6632819175720215,0,0,0,0,1,0,0,0,0,0 +16,0,0,1,0,0,3,5,19,117.7145004272461,671.4285888671875,4252,81.78060150146484,1,0,2.7725887298583984,0,4.7682623863220215,2.944438934326172,6.5094075202941895,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,0,0,3,5,27,148.69200134277344,397.402587890625,4252,99.12799835205078,1,0,1.3862943649291992,0,5.0018768310546875,3.295836925506592,5.984950065612793,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,20,153.64840698242188,0,4252,102.84529876708984,1,0,0,0,5.034667015075684,2.995732307434082,0,0,0,0,0,1,0,0,0,0,0 +13,0,0,0,1,1,3,5,30,164.80029296875,2685.71435546875,4252,100.36710357666016,1,0,2.5649492740631104,0,5.104734420776367,3.4011974334716797,7.895701885223389,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,52,143.735595703125,38.96104049682617,4252,95.41069793701172,1,0,0,0,4.967975616455078,3.9512436389923096,3.662562131881714,0,0,0,0,1,0,0,0,0,0 +9,0,0,0,1,1,3,5,34,163.5612030029297,2900,4252,109.04080200195312,1,0,2.1972246170043945,0,5.097187042236328,3.526360511779785,7.972465991973877,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,29,128.86639404296875,757.14288330078125,4252,85.4979019165039,1,0,0.6931471824645996,0,4.858776092529297,3.367295742034912,6.629551887512207,0,0,0,0,1,0,0,0,0,0 +9,0,0,0,0,0,3,5,21,135.06190490722656,459.7402648925781,4252,89.21520233154297,1,0,2.1972246170043945,0,4.905733108520508,3.044522523880005,6.130661487579346,0,0,0,0,1,0,0,0,0,0 +55,0,0,0,0,1,3,5,22,178.43040466308594,3205.19482421875,4252,118.95359802246094,1,0,4.007333278656006,0,5.18419885635376,3.0910425186157227,8.072527885437012,0,0,0,0,1,0,0,0,0,0 +14,0,0,0,0,1,3,5,44,81.78060150146484,1372.727294921875,4252,54.52040100097656,1,0,2.6390573978424072,0,4.4040398597717285,3.7841897010803223,7.224554538726807,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,0,3,5,21,229.23350524902344,457.1428527832031,4252,152.4093017578125,1,0,1.0986123085021973,0,5.434741020202637,3.044522523880005,6.124995708465576,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,3,5,22,135.06190490722656,207.79220581054688,4252,89.21520233154297,1,0,1.7917594909667969,0,4.905733108520508,3.0910425186157227,5.336538791656494,0,0,0,0,1,0,0,0,0,0 +18,0,0,1,1,1,3,5,27,161.08299255371094,2894.80517578125,4252,106.5625991821289,1,0,2.890371799468994,0,5.0819196701049805,3.295836925506592,7.970673084259033,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,17,138.77920532226562,76.62337493896484,4252,91.69339752197266,1,0,0,0,4.932884216308594,2.8332133293151855,4.338901996612549,0,0,0,0,1,0,0,0,0,0 +12,0,0,1,0,1,3,5,21,111.51899719238281,740.259765625,4252,73.106903076171875,1,0,2.4849066734313965,0,4.7141947746276855,3.044522523880005,6.607001304626465,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,33,100.36710357666016,183.11688232421875,4252,66.9113998413086,1,0,0,0,4.608834266662598,3.4965076446533203,5.210124492645264,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,37,132.5836944580078,0,4252,87.9760971069336,1,0,0,0,4.887214183807373,3.610917806625366,0,0,0,0,0,1,0,0,0,0,0 +5,0,0,0,1,1,3,5,28,184.6259002685547,2433.76611328125,4252,122.6708984375,1,0,1.6094379425048828,0,5.218331813812256,3.332204580307007,7.797194957733154,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,0,3,5,48,122.6708984375,0,4252,83.01969909667969,1,0,1.0986123085021973,0,4.809504985809326,3.8712010383605957,0,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,0,0,3,5,19,100.36710357666016,31.16883087158203,4252,100.36710357666016,1,0,-1.3862943649291992,0,4.608834266662598,2.944438934326172,3.4394185543060303,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,3,5,28,161.08299255371094,341.5584411621094,4252,107.80169677734375,1,0,1.7917594909667969,0,5.0819196701049805,3.332204580307007,5.833518981933594,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,1,0,3,5,39,163.5612030029297,133.7662353515625,4252,109.04080200195312,1,0,1.3862943649291992,0,5.097187042236328,3.6635615825653076,4.896093845367432,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,3,5,21,153.64840698242188,0,4252,101.606201171875,1,0,1.7917594909667969,0,5.034667015075684,3.044522523880005,0,0,0,0,0,1,0,0,0,0,0 +21,0,0,0,1,1,3,5,39,107.80169677734375,2323.376708984375,4252,71.8677978515625,1,0,3.044522523880005,0,4.680293560028076,3.6635615825653076,7.750776767730713,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,0,0,3,5,56,116.47540283203125,284.41558837890625,4252,78.06330108642578,1,0,0.6931471824645996,0,4.7576799392700195,4.025351524353027,5.6504364013671875,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,0,0,3,5,60,107.80169677734375,38.96104049682617,4252,71.8677978515625,1,0,0.6931471824645996,0,4.680293560028076,4.094344615936279,3.662562131881714,0,0,0,0,1,0,0,0,0,0 +20,0,0,1,1,0,3,5,38,185.86500549316406,1757.142822265625,4252,123.91000366210938,1,0,2.995732307434082,0,5.225020408630371,3.6375861167907715,7.471444606781006,0,0,0,0,1,0,0,0,0,0 +7,0,0,0,1,0,3,5,28,110.27989959716797,398.7012939453125,4252,73.106903076171875,1,0,1.945910096168518,0,4.70302152633667,3.332204580307007,5.988212585449219,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,1,1,3,5,23,173.4739990234375,1653.2467041015625,4252,115.23629760742188,1,0,1.6094379425048828,0,5.156027793884277,3.1354942321777344,7.410496234893799,0,0,0,0,1,0,0,0,0,0 +18,0,0,0,0,1,3,5,62,226.7552947998047,6363.63623046875,4252,149.9311065673828,1,0,2.890371799468994,0,5.4238715171813965,4.127134323120117,8.758355140686035,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,0,3,5,46,143.735595703125,57.14285659790039,4252,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,3.828641414642334,4.045554161071777,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,41,168.51759338378906,115.58441925048828,4252,112.75810241699219,1,0,0,0,5.127040386199951,3.7135720252990723,4.750000953674316,0,0,0,0,1,0,0,0,0,0 +22,0,0,1,1,0,3,5,26,220.55979919433594,2374.02587890625,4252,147.45289611816406,1,0,3.0910425186157227,0,5.3961687088012695,3.25809645652771,7.772342681884766,0,0,0,0,1,0,0,0,0,0 +22,0,0,1,1,0,3,5,26,220.55979919433594,2374.02587890625,4252,147.45289611816406,1,0,3.0910425186157227,0,5.3961687088012695,3.25809645652771,7.772342681884766,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,1,5,20,187.10409545898438,67.532470703125,4252,106.5625991821289,1,0,0,0,5.231665134429932,2.995732307434082,4.212608337402344,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,0,1,0,1,5,33,153.64840698242188,84.41558074951172,4252,102.84529876708984,1,0,-1.3862943649291992,0,5.034667015075684,3.4965076446533203,4.435751914978027,0,0,0,0,1,0,0,1,0,0 +11,0,0,1,0,1,2,5,22,178.43040466308594,1272.727294921875,4228,118.95359802246094,1,0,2.397895336151123,0,5.18419885635376,3.0910425186157227,7.148917198181152,0,0,0,0,1,0,0,0,1,0 +23,0,0,1,1,0,3,6,60,175.9521942138672,5848.0517578125,5452,117.7145004272461,1,0,3.1354942321777344,0,5.170212268829346,4.094344615936279,8.673863410949707,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,0,0,3,6,21,142.4965057373047,110.38961029052734,5549,142.4965057373047,1,0,1.0986123085021973,0,4.959317684173584,3.044522523880005,4.704016208648682,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,49,240.38540649414062,51.94805145263672,5610,161.08299255371094,1,0,0,0,5.482243537902832,3.891820192337036,3.950244188308716,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,39,182.147705078125,129.87013244628906,5549,121.43180084228516,1,0,1.3862943649291992,0,5.204817771911621,3.6635615825653076,4.866535186767578,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,22,173.4739990234375,100,5340,115.23629760742188,1,0,-1.3862943649291992,0,5.156027793884277,3.0910425186157227,4.605170249938965,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,16,154.8874969482422,189.61038208007812,5510,102.84529876708984,1,0,0,0,5.042698860168457,2.7725887298583984,5.24497127532959,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,18,190.82139587402344,92.207794189453125,5440,126.38819885253906,1,0,1.3862943649291992,0,5.251338005065918,2.890371799468994,4.524044513702393,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,0,0,3,6,21,167.27850341796875,435.06494140625,5528,111.51899719238281,1,0,1.7917594909667969,0,5.119659900665283,3.044522523880005,6.07549524307251,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,46,195.77780151367188,609.09088134765625,5328,121.43180084228516,1,0,1.3862943649291992,0,5.276980400085449,3.828641414642334,6.4119672775268555,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,1,0,3,6,26,221.7989044189453,616.88311767578125,5649,148.69200134277344,1,0,1.945910096168518,0,5.401771068572998,3.25809645652771,6.424679756164551,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,19,198.25599670410156,242.85714721679688,5549,132.5836944580078,1,0,1.3862943649291992,0,5.2895588874816895,2.944438934326172,5.492473602294922,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,32,223.03799438476562,128.57142639160156,5336,149.9311065673828,1,0,0,0,5.407341957092285,3.465735912322998,4.856484413146973,0,0,0,0,0,1,0,0,0,0 +33,0,0,1,1,0,3,6,30,122.6708984375,712.98699951171875,5328,81.78060150146484,1,0,3.4965076446533203,0,4.809504985809326,3.4011974334716797,6.56946325302124,0,0,0,0,0,1,0,0,0,0 +10,0,0,1,1,1,3,6,44,235.4290008544922,2420.779296875,5352,149.9311065673828,1,0,2.3025851249694824,0,5.461409568786621,3.7841897010803223,7.791844844818115,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,1,3,6,28,173.4739990234375,715.58441162109375,5640,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,3.332204580307007,6.573099613189697,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,28,198.25599670410156,67.532470703125,5549,132.5836944580078,1,0,0,0,5.2895588874816895,3.332204580307007,4.212608337402344,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,1,0,3,6,22,163.5612030029297,81.81818389892578,5549,109.04080200195312,1,0,-1.3862943649291992,0,5.097187042236328,3.0910425186157227,4.404499530792236,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,1,6,22,221.7989044189453,0,5352,128.86639404296875,1,0,0,0,5.401771068572998,3.0910425186157227,0,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,0,1,6,46,210.64700317382812,223.37661743164062,5610,140.01829528808594,1,0,1.0986123085021973,0,5.350183963775635,3.828641414642334,5.4088592529296875,0,0,0,0,0,1,0,1,0,0 +14,0,0,0,1,0,1,6,29,118.95359802246094,471.4285583496094,5310,79.302398681640625,1,0,2.6390573978424072,0,4.778733253479004,3.367295742034912,6.155767440795898,0,0,0,0,0,1,0,1,0,0 +7,0,0,0,1,0,1,6,55,118.95359802246094,194.80519104003906,5310,79.302398681640625,1,0,1.945910096168518,0,4.778733253479004,4.007333278656006,5.271999835968018,0,0,0,0,0,1,0,1,0,0 +7,0,0,0,1,1,1,6,55,118.95359802246094,1462.337646484375,5310,79.302398681640625,1,0,1.945910096168518,0,4.778733253479004,4.007333278656006,7.287791728973389,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,0,0,1,6,35,195.77780151367188,106.4935073852539,5549,107.80169677734375,1,0,0,0,5.276980400085449,3.5553481578826904,4.668084144592285,0,0,0,0,0,1,0,1,0,0 +3,0,0,0,1,0,1,6,53,138.77920532226562,77.92208099365234,5210,91.69339752197266,1,0,1.0986123085021973,0,4.932884216308594,3.97029185295105,4.355709552764893,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,1,6,26,135.06190490722656,0,5536,89.21520233154297,1,0,0,0,4.905733108520508,3.25809645652771,0,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,1,6,20,239.14630126953125,97.40259552001953,5210,149.9311065673828,1,0,0,0,5.477075576782227,2.995732307434082,4.578852653503418,0,0,0,0,0,1,0,1,0,0 +4,0,0,1,NA,1,1,6,40,100.36710357666016,567.532470703125,5740,66.9113998413086,1,0,1.3862943649291992,0,4.608834266662598,3.6888794898986816,6.3412981033325195,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,1,0,1,6,25,208.16879272460938,376.6233825683594,5210,138.77920532226562,1,0,0.6931471824645996,0,5.338349342346191,3.2188758850097656,5.931245803833008,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,1,6,40,223.03799438476562,145.4545440673828,5549,148.69200134277344,1,0,0,0,5.407341957092285,3.6888794898986816,4.97986364364624,0,0,0,0,0,1,0,1,0,0 +4,0,0,1,0,0,1,6,20,172.23489379882812,114.28571319580078,5549,115.23629760742188,1,0,1.3862943649291992,0,5.148859024047852,2.995732307434082,4.738701343536377,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,0,0,1,6,18,143.735595703125,128.57142639160156,5728,95.41069793701172,1,0,-1.3862943649291992,0,4.967975616455078,2.890371799468994,4.856484413146973,0,0,0,0,0,1,0,1,0,0 +6,0,0,0,1,0,1,6,53,143.735595703125,233.7662353515625,5610,95.41069793701172,1,0,1.7917594909667969,0,4.967975616455078,3.97029185295105,5.454321384429932,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,1,6,50,185.86500549316406,85.71428680419922,5549,17.347400665283203,1,0,0,0,5.225020408630371,3.9120230674743652,4.451019287109375,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,0,1,6,52,148.69200134277344,85.71428680419922,5310,99.12799835205078,1,0,1.0986123085021973,0,5.0018768310546875,3.9512436389923096,4.451019287109375,0,0,0,0,0,1,0,1,0,0 +29,0,0,0,1,1,1,6,53,151.17019653320312,4138.9609375,5528,104.08439636230469,1,0,3.367295742034912,0,5.018406391143799,3.97029185295105,8.328200340270996,0,0,0,0,0,1,0,1,0,0 +3,0,0,0,1,0,1,6,59,225.51620483398438,51.94805145263672,5549,149.9311065673828,1,0,1.0986123085021973,0,5.418392181396484,4.077537536621094,3.950244188308716,0,0,0,0,0,1,0,1,0,0 +3,0,0,0,0,0,1,6,58,237.90719604492188,177.9220733642578,5352,157.36570739746094,1,0,1.0986123085021973,0,5.4718804359436035,4.060442924499512,5.181345462799072,0,0,0,0,0,1,0,1,0,0 +3,0,0,0,1,0,1,6,48,230.47259521484375,216.88311767578125,5152,149.9311065673828,1,0,1.0986123085021973,0,5.440132141113281,3.8712010383605957,5.379358768463135,0,0,0,0,0,1,0,1,0,0 +8,0,0,0,1,0,1,6,49,148.69200134277344,354.5454406738281,5728,97.88890075683594,1,0,2.079441547393799,0,5.0018768310546875,3.891820192337036,5.8708367347717285,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,0,0,1,6,68,153.64840698242188,120.77922058105469,5613,102.84529876708984,1,0,1.0986123085021973,0,5.034667015075684,4.219507694244385,4.793964385986328,0,0,0,0,0,1,0,1,0,0 +5,0,0,0,1,0,1,6,57,226.7552947998047,627.272705078125,5628,151.17019653320312,1,0,1.6094379425048828,0,5.4238715171813965,4.043051242828369,6.441381454467773,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,1,0,1,6,24,161.08299255371094,116.88311767578125,5410,107.80169677734375,1,0,0.6931471824645996,0,5.0819196701049805,3.178053855895996,4.76117467880249,0,0,0,0,0,1,0,1,0,0 +1,0,0,0,1,0,1,6,56,179.66949462890625,61.03895950317383,5549,120.19270324707031,1,0,0,0,5.191119194030762,4.025351524353027,4.111512184143066,0,0,0,0,0,1,0,1,0,0 +1,0,0,0,0,0,1,6,19,161.08299255371094,123.37662506103516,5549,106.5625991821289,1,0,0,0,5.0819196701049805,2.944438934326172,4.815241813659668,0,0,0,0,0,1,0,1,0,0 +22,0,0,1,1,0,1,6,24,225.51620483398438,2331.1689453125,5249,149.9311065673828,1,0,3.0910425186157227,0,5.418392181396484,3.178053855895996,7.754125118255615,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,0,0,1,6,20,168.51759338378906,338.9610290527344,5310,112.75810241699219,1,0,0.6931471824645996,0,5.127040386199951,2.995732307434082,5.82588529586792,0,0,0,0,0,1,0,1,0,0 +4,0,0,1,0,1,1,6,16,148.69200134277344,396.1038818359375,5310,99.12799835205078,1,0,1.3862943649291992,0,5.0018768310546875,2.7725887298583984,5.9816765785217285,0,0,0,0,0,1,0,1,0,0 +1,0,0,0,1,0,1,6,29,158.60479736328125,71.42857360839844,5549,105.32350158691406,1,0,0,0,5.066415786743164,3.367295742034912,4.268698215484619,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,1,0,3,6,48,185.86500549316406,325.9740295410156,5628,162.3220977783203,1,0,1.6094379425048828,0,5.225020408630371,3.8712010383605957,5.78681755065918,0,0,0,0,0,1,0,0,0,0 +15,0,0,1,1,1,1,6,35,148.69200134277344,2359.740234375,5316,99.12799835205078,1,0,2.70805025100708,0,5.0018768310546875,3.5553481578826904,7.7663068771362305,0,0,0,0,0,1,0,1,0,0 +11,0,0,1,0,1,1,6,19,198.25599670410156,1203.8961181640625,5428,132.5836944580078,1,0,2.397895336151123,0,5.2895588874816895,2.944438934326172,7.093318462371826,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,1,0,1,6,35,198.25599670410156,270.1298828125,5110,132.5836944580078,1,0,1.6094379425048828,0,5.2895588874816895,3.5553481578826904,5.598902702331543,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,0,0,1,6,22,143.735595703125,59.74026107788086,5549,95.41069793701172,1,0,-1.3862943649291992,0,4.967975616455078,3.0910425186157227,4.090006351470947,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,1,0,1,6,24,175.9521942138672,97.40259552001953,5610,117.7145004272461,1,0,-1.3862943649291992,0,5.170212268829346,3.178053855895996,4.578852653503418,0,0,0,0,0,1,0,1,0,0 +7,0,0,1,1,0,1,6,35,166.03939819335938,472.7272644042969,5310,110.27989959716797,1,0,1.945910096168518,0,5.11222505569458,3.5553481578826904,6.1585187911987305,0,0,0,0,0,1,0,1,0,0 +7,0,0,1,1,0,1,6,56,168.51759338378906,161.03895568847656,5604,112.75810241699219,1,0,1.945910096168518,0,5.127040386199951,4.025351524353027,5.08164644241333,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,1,0,1,6,50,200.7342071533203,505.1947937011719,5340,133.8227996826172,1,0,1.6094379425048828,0,5.301981449127197,3.9120230674743652,6.224944114685059,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,0,3,6,52,177.19129943847656,57.14285659790039,5628,117.7145004272461,1,0,1.0986123085021973,0,5.177229881286621,3.9512436389923096,4.045554161071777,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,1,6,22,232.9508056640625,211.6883087158203,5010,149.9311065673828,1,0,0,0,5.450827121734619,3.0910425186157227,5.355114936828613,0,0,0,0,0,1,0,1,0,0 +7,0,0,1,0,1,1,6,55,170.9958038330078,1883.116943359375,5034,113.99720001220703,1,0,1.945910096168518,0,5.141639232635498,4.007333278656006,7.540683746337891,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,1,0,1,6,54,185.86500549316406,110.38961029052734,5640,123.91000366210938,1,0,-1.3862943649291992,0,5.225020408630371,3.9889841079711914,4.704016208648682,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,0,0,1,6,17,148.69200134277344,45.45454406738281,5410,99.12799835205078,1,0,-1.3862943649291992,0,5.0018768310546875,2.8332133293151855,3.8167128562927246,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,0,1,6,24,197.01690673828125,153.2467498779297,5549,131.3446044921875,1,0,1.0986123085021973,0,5.283289432525635,3.178053855895996,5.032049179077148,0,0,0,0,0,1,0,1,0,0 +6,0,0,1,0,0,1,6,19,143.735595703125,511.6883239746094,5628,95.41069793701172,1,0,1.7917594909667969,0,4.967975616455078,2.944438934326172,6.237715721130371,0,0,0,0,0,1,0,1,0,0 +8,0,0,1,0,0,1,6,28,231.71170043945312,172.72727966308594,5628,149.9311065673828,1,0,2.079441547393799,0,5.445493698120117,3.332204580307007,5.151713848114014,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,0,0,1,6,22,198.25599670410156,162.33766174316406,5552,132.5836944580078,1,0,1.0986123085021973,0,5.2895588874816895,3.0910425186157227,5.0896782875061035,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,1,0,1,6,53,223.03799438476562,75.324676513671875,5728,148.69200134277344,1,0,-1.3862943649291992,0,5.407341957092285,3.97029185295105,4.321807861328125,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,1,6,34,197.01690673828125,148.05194091796875,5549,131.3446044921875,1,0,0,0,5.283289432525635,3.526360511779785,4.997563362121582,0,0,0,0,0,1,0,1,0,0 +5,0,0,0,0,0,1,6,19,194.5386962890625,296.1038818359375,5310,130.10549926757812,1,0,1.6094379425048828,0,5.270631313323975,2.944438934326172,5.690710544586182,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,0,1,1,6,20,166.03939819335938,1145.45458984375,5636,110.27989959716797,1,0,1.0986123085021973,0,5.11222505569458,2.995732307434082,7.0435566902160645,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,1,0,1,6,24,193.2996063232422,144.1558380126953,5549,128.86639404296875,1,0,1.6094379425048828,0,5.2642412185668945,3.178053855895996,4.970894813537598,0,0,0,0,0,1,0,1,0,0 +16,0,0,0,1,0,1,6,52,211.88609313964844,333.7662353515625,5549,141.2574005126953,1,0,2.7725887298583984,0,5.356049060821533,3.9512436389923096,5.810441017150879,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,1,6,39,173.4739990234375,146.7532501220703,5728,115.23629760742188,1,0,0,0,5.156027793884277,3.6635615825653076,4.988752841949463,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,1,0,1,6,38,143.735595703125,136.36363220214844,5610,95.41069793701172,1,0,0.6931471824645996,0,4.967975616455078,3.6375861167907715,4.915325164794922,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,0,0,1,6,19,185.86500549316406,0,5628,123.91000366210938,1,0,0,0,5.225020408630371,2.944438934326172,0,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,1,1,1,6,20,203.21240234375,96.10389709472656,5628,203.21240234375,1,0,-1.3862943649291992,0,5.314251899719238,2.995732307434082,4.5654296875,0,0,0,0,0,1,0,1,0,0 +18,0,0,1,1,0,1,6,44,175.9521942138672,392.2077941894531,5728,149.9311065673828,1,0,2.890371799468994,0,5.170212268829346,3.7841897010803223,5.971791744232178,0,0,0,0,0,1,0,1,0,0 +18,0,0,1,1,0,1,6,44,175.9521942138672,419.48052978515625,5728,149.9311065673828,1,0,2.890371799468994,0,5.170212268829346,3.7841897010803223,6.039017200469971,0,0,0,0,0,1,0,1,0,0 +9,0,0,1,1,1,1,6,23,194.5386962890625,2933.76611328125,5352,130.10549926757812,1,0,2.1972246170043945,0,5.270631313323975,3.1354942321777344,7.984042167663574,0,0,0,0,0,1,0,1,0,0 +51,0,0,1,1,0,1,6,51,215.6033935546875,1627.272705078125,5236,143.735595703125,1,0,3.931825637817383,0,5.373440742492676,3.931825637817383,7.394660472869873,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,0,0,1,6,36,208.16879272460938,144.1558380126953,5110,118.95359802246094,1,0,0,0,5.338349342346191,3.5835189819335938,4.970894813537598,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,1,6,18,236.66810607910156,96.10389709472656,5549,85.4979019165039,1,0,0,0,5.466658592224121,2.890371799468994,4.5654296875,0,0,0,0,0,1,0,1,0,0 +4,0,0,0,1,0,1,6,30,161.08299255371094,107.79220581054688,5204,106.5625991821289,1,0,1.3862943649291992,0,5.0819196701049805,3.4011974334716797,4.680205345153809,0,0,0,0,0,1,0,1,0,0 +10,0,0,0,1,1,1,6,34,232.9508056640625,1307.792236328125,5628,149.9311065673828,1,0,2.3025851249694824,0,5.450827121734619,3.526360511779785,7.176095485687256,0,0,0,0,0,1,0,1,0,0 +6,0,0,1,0,1,1,6,19,242.8636016845703,1857.142822265625,5034,116.47540283203125,1,0,1.7917594909667969,0,5.492499828338623,2.944438934326172,7.52679443359375,0,0,0,0,0,1,0,1,0,0 +2,0,0,0,1,0,1,6,28,148.69200134277344,74.025970458984375,5549,99.12799835205078,1,0,0.6931471824645996,0,5.0018768310546875,3.332204580307007,4.304416179656982,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,0,0,1,6,22,224.277099609375,194.80519104003906,5728,85.4979019165039,1,0,0,0,5.412882328033447,3.0910425186157227,5.271999835968018,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,0,0,1,6,20,161.08299255371094,0,5316,107.80169677734375,1,0,1.0986123085021973,0,5.0819196701049805,2.995732307434082,0,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,0,0,1,6,39,220.55979919433594,133.7662353515625,5310,146.21380615234375,1,0,1.0986123085021973,0,5.3961687088012695,3.6635615825653076,4.896093845367432,0,0,0,0,0,1,0,1,0,0 +7,0,0,1,1,1,1,6,22,241.62449645996094,1028.5714111328125,5316,161.08299255371094,1,0,1.945910096168518,0,5.487384796142578,3.0910425186157227,6.9359259605407715,0,0,0,0,0,1,0,1,0,0 +7,0,0,1,1,0,1,6,36,210.64700317382812,177.9220733642578,5552,140.01829528808594,1,0,1.945910096168518,0,5.350183963775635,3.5835189819335938,5.181345462799072,0,0,0,0,0,1,0,1,0,0 +1,0,0,0,0,0,1,6,22,180.90859985351562,72.7272720336914,5610,121.43180084228516,1,0,0,0,5.197991847991943,3.0910425186157227,4.286716461181641,0,0,0,0,0,1,0,1,0,0 +1,0,0,0,0,0,1,6,29,173.4739990234375,244.1558380126953,5152,115.23629760742188,1,0,0,0,5.156027793884277,3.367295742034912,5.497806549072266,0,0,0,0,0,1,0,1,0,0 +3,0,0,0,0,0,1,6,28,151.17019653320312,120.77922058105469,5316,101.606201171875,1,0,1.0986123085021973,0,5.018406391143799,3.332204580307007,4.793964385986328,0,0,0,0,0,1,0,1,0,0 +4,0,0,1,1,1,1,6,33,234.1898956298828,1506.4935302734375,5349,149.9311065673828,1,0,1.3862943649291992,0,5.456132411956787,3.4965076446533203,7.317540168762207,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,0,0,1,6,24,179.66949462890625,93.5064926147461,5728,120.19270324707031,1,0,-1.3862943649291992,0,5.191119194030762,3.178053855895996,4.538031101226807,0,0,0,0,0,1,0,1,0,0 +4,0,0,0,1,0,1,6,46,172.23489379882812,119.48052215576172,5728,115.23629760742188,1,0,1.3862943649291992,0,5.148859024047852,3.828641414642334,4.783153533935547,0,0,0,0,0,1,0,1,0,0 +32,0,0,1,NA,1,2,6,34,232.9508056640625,7048.0517578125,5528,154.8874969482422,1,0,3.465735912322998,0,5.450827121734619,3.526360511779785,8.860506057739258,0,0,0,0,0,1,0,0,1,0 +0.25,0,0,1,1,0,2,6,30,223.03799438476562,32.467533111572266,5728,148.69200134277344,1,0,-1.3862943649291992,0,5.407341957092285,3.4011974334716797,3.4802405834198,0,0,0,0,0,1,0,0,1,0 +6,0,0,1,1,0,1,6,40,223.03799438476562,115.58441925048828,5346,148.69200134277344,1,0,1.7917594909667969,0,5.407341957092285,3.6888794898986816,4.750000953674316,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,1,1,6,37,163.5612030029297,3096.10400390625,5643,109.04080200195312,1,0,1.0986123085021973,0,5.097187042236328,3.610917806625366,8.0378999710083,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,0,0,1,6,18,96.6498031616211,320.77923583984375,5337,64.433197021484375,1,0,1.0986123085021973,0,4.571094036102295,2.890371799468994,5.770753383636475,0,0,0,0,0,1,0,1,0,0 +3,0,0,0,1,0,1,6,52,241.62449645996094,96.10389709472656,5349,161.08299255371094,1,0,1.0986123085021973,0,5.487384796142578,3.9512436389923096,4.5654296875,0,0,0,0,0,1,0,1,0,0 +8,0,0,NA,NA,0,1,6,38,234.1898956298828,162.33766174316406,5549,149.9311065673828,1,0,2.079441547393799,0,5.456132411956787,3.6375861167907715,5.0896782875061035,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,1,0,1,6,40,240.38540649414062,90.909088134765625,5610,159.84390258789062,1,0,0.6931471824645996,0,5.482243537902832,3.6888794898986816,4.509860038757324,0,0,0,0,0,1,0,1,0,0 +6,0,0,1,0,1,1,6,26,143.735595703125,1419.48046875,5728,95.41069793701172,1,0,1.7917594909667969,0,4.967975616455078,3.25809645652771,7.2580461502075195,0,0,0,0,0,1,0,1,0,0 +3,0,0,0,0,0,1,6,49,195.77780151367188,144.1558380126953,5310,130.10549926757812,1,0,1.0986123085021973,0,5.276980400085449,3.891820192337036,4.970894813537598,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,1,1,1,6,27,206.92970275878906,1850.6492919921875,5352,137.54010009765625,1,0,1.6094379425048828,0,5.332379341125488,3.295836925506592,7.52329158782959,0,0,0,0,0,1,0,1,0,0 +19,0,0,0,0,1,1,6,34,143.735595703125,2200,5310,96.6498031616211,1,0,2.944438934326172,0,4.967975616455078,3.526360511779785,7.6962127685546875,0,0,0,0,0,1,0,1,0,0 +6,0,0,0,0,0,1,6,21,226.7552947998047,237.66233825683594,5628,149.9311065673828,1,0,1.7917594909667969,0,5.4238715171813965,3.044522523880005,5.470850944519043,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,1,1,6,28,198.25599670410156,285.71429443359375,5349,132.5836944580078,1,0,1.0986123085021973,0,5.2895588874816895,3.332204580307007,5.65499210357666,0,0,0,0,0,1,0,1,0,0 +10,0,0,1,1,0,1,6,30,210.64700317382812,40.25973892211914,5510,140.01829528808594,1,0,2.3025851249694824,0,5.350183963775635,3.4011974334716797,3.6953518390655518,0,0,0,0,0,1,0,1,0,0 +4,0,0,1,1,0,1,6,35,204.45150756835938,164.93505859375,5440,136.30099487304688,1,0,1.3862943649291992,0,5.320330619812012,3.5553481578826904,5.105551719665527,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,0,0,NA,6,17,173.4739990234375,142.85714721679688,5240,83.01969909667969,1,0,0,0,5.156027793884277,2.8332133293151855,4.961845397949219,0,0,0,0,0,1,0,NA,NA,0 +3,0,0,1,1,0,NA,6,26,188.34320068359375,218.18182373046875,5728,125.14910125732422,1,0,1.0986123085021973,0,5.2382659912109375,3.25809645652771,5.385328769683838,0,0,0,0,0,1,0,NA,NA,0 +4,0,0,1,NA,0,NA,6,22,205.6905975341797,332.467529296875,5304,137.54010009765625,1,0,1.3862943649291992,0,5.326373100280762,3.0910425186157227,5.80654239654541,0,0,0,0,0,1,0,NA,NA,0 +4,0,0,1,0,0,1,6,22,223.03799438476562,383.11688232421875,5528,148.69200134277344,1,0,1.3862943649291992,0,5.407341957092285,3.0910425186157227,5.948339939117432,0,0,0,0,0,1,0,1,0,0 +1,0,0,0,0,0,1,6,51,223.03799438476562,58.441558837890625,5604,85.4979019165039,1,0,0,0,5.407341957092285,3.931825637817383,4.068027496337891,0,0,0,0,0,1,0,1,0,0 +24,0,0,1,0,1,2,6,47,143.735595703125,9218.181640625,5128,95.41069793701172,1,0,3.178053855895996,0,4.967975616455078,3.8501474857330322,9.12893295288086,0,0,0,0,0,1,0,0,1,0 +26,0,0,1,1,1,2,6,29,213.1251983642578,4279.220703125,5628,144.97470092773438,1,0,3.25809645652771,0,5.361879825592041,3.367295742034912,8.3615264892578125,0,0,0,0,0,1,0,0,1,0 +11,0,0,1,1,1,2,6,24,198.25599670410156,1120.7791748046875,5643,132.5836944580078,1,0,2.397895336151123,0,5.2895588874816895,3.178053855895996,7.021779537200928,0,0,0,0,0,1,0,0,1,0 +2,0,0,1,0,0,2,6,22,198.25599670410156,80.51947784423828,5510,132.5836944580078,1,0,0.6931471824645996,0,5.2895588874816895,3.0910425186157227,4.3884992599487305,0,0,0,0,0,1,0,0,1,0 +6,0,0,1,0,1,2,6,23,173.4739990234375,366.2337646484375,5428,115.23629760742188,1,0,1.7917594909667969,0,5.156027793884277,3.1354942321777344,5.903271675109863,0,0,0,0,0,1,0,0,1,0 +1,0,0,1,1,0,2,6,25,223.03799438476562,214.2857208251953,5610,148.69200134277344,1,0,0,0,5.407341957092285,3.2188758850097656,5.367310047149658,0,0,0,0,0,1,0,0,1,0 +3,0,0,1,1,0,2,6,30,223.03799438476562,32.467533111572266,5352,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,3.4011974334716797,3.4802405834198,0,0,0,0,0,1,0,0,1,0 +3,0,0,1,0,0,2,6,16,173.4739990234375,155.8441619873047,5649,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,2.7725887298583984,5.048856735229492,0,0,0,0,0,1,0,0,1,0 +13,0,0,1,1,1,2,6,22,157.36570739746094,6614.28564453125,5637,105.32350158691406,1,0,2.5649492740631104,0,5.058572292327881,3.0910425186157227,8.796987533569336,0,0,0,0,0,1,0,0,1,0 +7,0,0,1,0,0,2,6,37,234.1898956298828,176.62338256835938,5728,156.12660217285156,1,0,1.945910096168518,0,5.456132411956787,3.610917806625366,5.174019813537598,0,0,0,0,0,1,0,0,1,0 +4,0,0,1,1,0,3,6,19,173.4739990234375,475.3246765136719,5528,115.23629760742188,1,0,1.3862943649291992,0,5.156027793884277,2.944438934326172,6.163998126983643,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,21,148.69200134277344,45.45454406738281,5437,149.9311065673828,1,0,0,0,5.0018768310546875,3.044522523880005,3.8167128562927246,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,1,0,2,6,23,223.03799438476562,50.649349212646484,5404,148.69200134277344,1,0,-1.3862943649291992,0,5.407341957092285,3.1354942321777344,3.924926280975342,0,0,0,0,0,1,0,0,1,0 +15,0,0,1,NA,0,2,6,20,198.25599670410156,712.98699951171875,5549,132.5836944580078,1,0,2.70805025100708,0,5.2895588874816895,2.995732307434082,6.56946325302124,0,0,0,0,0,1,0,0,1,0 +2,0,0,1,1,0,2,6,37,230.47259521484375,102.59740447998047,5604,149.9311065673828,1,0,0.6931471824645996,0,5.440132141113281,3.610917806625366,4.630812644958496,0,0,0,0,0,1,0,0,1,0 +2,0,0,1,1,0,2,6,22,173.4739990234375,70.12986755371094,5552,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,3.0910425186157227,4.2503485679626465,0,0,0,0,0,1,0,0,1,0 +0.25,0,0,1,0,0,2,6,20,223.03799438476562,164.93505859375,5728,148.69200134277344,1,0,-1.3862943649291992,0,5.407341957092285,2.995732307434082,5.105551719665527,0,0,0,0,0,1,0,0,1,0 +1,0,0,1,1,0,2,6,25,132.5836944580078,170.12986755371094,5743,132.5836944580078,1,0,0,0,4.887214183807373,3.2188758850097656,5.136561870574951,0,0,0,0,0,1,0,0,1,0 +2,0,0,1,1,0,2,6,30,223.03799438476562,136.36363220214844,5728,148.69200134277344,1,0,0.6931471824645996,0,5.407341957092285,3.4011974334716797,4.915325164794922,0,0,0,0,0,1,0,0,1,0 +2,0,0,0,0,0,2,6,68,162.3220977783203,228.57142639160156,5410,107.80169677734375,1,0,0.6931471824645996,0,5.089582443237305,4.219507694244385,5.431848526000977,0,0,0,0,0,1,0,0,1,0 +1,0,0,1,0,0,2,6,19,168.51759338378906,63.6363639831543,5643,112.75810241699219,1,0,0,0,5.127040386199951,2.944438934326172,4.15318489074707,0,0,0,0,0,1,0,0,1,0 +3,0,0,1,1,0,2,6,45,227.99440002441406,0,5728,152.4093017578125,1,0,1.0986123085021973,0,5.4293212890625,3.8066625595092773,0,0,0,0,0,0,1,0,0,1,0 +3,0,0,1,1,0,2,6,19,223.03799438476562,150.64935302734375,5549,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,2.944438934326172,5.014955043792725,0,0,0,0,0,1,0,0,1,0 +9,0,0,1,1,1,2,6,22,223.03799438476562,3374.02587890625,5349,148.69200134277344,1,0,2.1972246170043945,0,5.407341957092285,3.0910425186157227,8.123862266540527,0,0,0,0,0,1,0,0,1,0 +6,0,0,1,0,1,2,6,21,173.4739990234375,1851.947998046875,5346,115.23629760742188,1,0,1.7917594909667969,0,5.156027793884277,3.044522523880005,7.523993492126465,0,0,0,0,0,1,0,0,1,0 +6,0,0,1,1,1,2,6,22,210.64700317382812,2422.077880859375,5328,140.01829528808594,1,0,1.7917594909667969,0,5.350183963775635,3.0910425186157227,7.792381286621094,0,0,0,0,0,1,0,0,1,0 +24,0,0,0,0,1,2,6,20,198.25599670410156,3998.701416015625,5352,131.3446044921875,1,0,3.178053855895996,0,5.2895588874816895,2.995732307434082,8.29372501373291,0,0,0,0,0,1,0,0,1,0 +1,0,0,1,1,0,2,6,26,198.25599670410156,27.272727966308594,5549,132.5836944580078,1,0,0,0,5.2895588874816895,3.25809645652771,3.305887222290039,0,0,0,0,0,1,0,0,1,0 +7,0,0,1,1,1,2,6,61,223.03799438476562,905.19482421875,5343,148.69200134277344,1,0,1.945910096168518,0,5.407341957092285,4.110873699188232,6.808150291442871,0,0,0,0,0,1,0,0,1,0 +12,0,0,1,1,1,2,6,24,156.12660217285156,1492.207763671875,5052,104.08439636230469,1,0,2.4849066734313965,0,5.0506672859191895,3.178053855895996,7.308012008666992,0,0,0,0,0,1,0,0,1,0 +5,0,0,1,1,0,2,6,38,223.03799438476562,342.8571472167969,5549,138.77920532226562,1,0,1.6094379425048828,0,5.407341957092285,3.6375861167907715,5.837313652038574,0,0,0,0,0,1,0,0,1,0 +5,0,0,1,0,0,2,6,20,148.69200134277344,796.1038818359375,5604,99.12799835205078,1,0,1.6094379425048828,0,5.0018768310546875,2.995732307434082,6.679729461669922,0,0,0,0,0,1,0,0,1,0 +9,0,0,1,1,0,2,6,29,153.64840698242188,303.8961181640625,5549,102.84529876708984,1,0,2.1972246170043945,0,5.034667015075684,3.367295742034912,5.716685771942139,0,0,0,0,0,1,0,0,1,0 +4,0,0,1,1,1,2,6,24,210.64700317382812,572.727294921875,5340,136.30099487304688,1,0,1.3862943649291992,0,5.350183963775635,3.178053855895996,6.350409507751465,0,0,0,0,0,1,0,0,1,0 +0.25,0,0,1,1,0,2,6,25,209.40789794921875,64.93506622314453,5610,138.77920532226562,1,0,-1.3862943649291992,0,5.3442840576171875,3.2188758850097656,4.1733880043029785,0,0,0,0,0,1,0,0,1,0 +3,0,0,1,1,0,2,6,25,223.03799438476562,184.41558837890625,5728,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,3.2188758850097656,5.217191696166992,0,0,0,0,0,1,0,0,1,0 +2,0,0,1,0,0,2,6,21,173.4739990234375,140.25973510742188,5728,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,3.044522523880005,4.943495750427246,0,0,0,0,0,1,0,0,1,0 +0.25,0,0,1,1,0,1,6,21,193.2996063232422,235.06494140625,5610,149.9311065673828,1,0,-1.3862943649291992,0,5.2642412185668945,3.044522523880005,5.459861755371094,0,0,0,0,0,1,0,1,0,0 +9,0,0,0,1,0,1,6,33,169.75669860839844,288.3116760253906,5349,112.75810241699219,1,0,2.1972246170043945,0,5.134366035461426,3.4965076446533203,5.664041996002197,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,0,0,3,6,38,235.4290008544922,238.96104431152344,5352,156.12660217285156,1,0,0,0,5.461409568786621,3.6375861167907715,5.4763007164001465,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,43,223.03799438476562,228.57142639160156,5110,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,3.761200189590454,5.431848526000977,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,1,3,6,38,240.38540649414062,263.6363525390625,5549,68.15049743652344,1,0,0,0,5.482243537902832,3.6375861167907715,5.574570655822754,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,0,0,3,6,26,174.71310424804688,164.93505859375,5352,116.47540283203125,1,0,1.0986123085021973,0,5.163145065307617,3.25809645652771,5.105551719665527,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,0,3,6,23,159.84390258789062,231.16883850097656,5549,106.5625991821289,1,0,1.6094379425048828,0,5.074197769165039,3.1354942321777344,5.443148136138916,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,0,3,6,27,168.51759338378906,110.38961029052734,5340,112.75810241699219,1,0,1.6094379425048828,0,5.127040386199951,3.295836925506592,4.704016208648682,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,0,0,3,6,20,225.51620483398438,161.03895568847656,5352,149.9311065673828,1,0,1.7917594909667969,0,5.418392181396484,2.995732307434082,5.08164644241333,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,25,162.3220977783203,231.16883850097656,5352,162.3220977783203,1,0,1.0986123085021973,0,5.089582443237305,3.2188758850097656,5.443148136138916,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,1,0,3,6,23,97.88890075683594,57.14285659790039,5052,65.67230224609375,1,0,0.6931471824645996,0,4.58383321762085,3.1354942321777344,4.045554161071777,0,0,0,0,0,1,0,0,0,0 +7,0,0,1,0,1,3,6,21,153.64840698242188,1425.9739990234375,5352,102.84529876708984,1,0,1.945910096168518,0,5.034667015075684,3.044522523880005,7.26261043548584,0,0,0,0,0,1,0,0,0,0 +8,0,0,0,0,1,3,6,28,241.62449645996094,1397.402587890625,5610,161.08299255371094,1,0,2.079441547393799,0,5.487384796142578,3.332204580307007,7.24237060546875,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,22,115.23629760742188,212.9870147705078,5549,75.58509826660156,1,0,0,0,4.746984958648682,3.0910425186157227,5.361231327056885,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,22,221.7989044189453,157.14285278320312,5349,147.45289611816406,1,0,1.0986123085021973,0,5.401771068572998,3.0910425186157227,5.057155132293701,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,22,223.03799438476562,93.5064926147461,5628,148.69200134277344,1,0,1.3862943649291992,0,5.407341957092285,3.0910425186157227,4.538031101226807,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,0,0,3,6,47,157.36570739746094,111.68830871582031,5428,104.08439636230469,1,0,1.945910096168518,0,5.058572292327881,3.8501474857330322,4.715712070465088,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,1,1,3,6,31,225.51620483398438,1255.8441162109375,5349,149.9311065673828,1,0,1.6094379425048828,0,5.418392181396484,3.4339871406555176,7.135563373565674,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,32,205.6905975341797,116.88311767578125,5449,136.30099487304688,1,0,1.0986123085021973,0,5.326373100280762,3.465735912322998,4.76117467880249,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,22,229.23350524902344,241.55844116210938,5549,152.4093017578125,1,0,0,0,5.434741020202637,3.0910425186157227,5.487111568450928,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,NA,0,3,6,29,179.66949462890625,41.558441162109375,5549,120.19270324707031,1,0,1.0986123085021973,0,5.191119194030762,3.367295742034912,3.7271006107330322,0,0,0,0,0,1,0,0,0,0 +27,0,0,1,1,0,3,6,43,153.64840698242188,980.51947021484375,5034,102.84529876708984,1,0,3.295836925506592,0,5.034667015075684,3.761200189590454,6.888082504272461,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,22,223.03799438476562,271.4285583496094,5340,148.69200134277344,1,0,0.6931471824645996,0,5.407341957092285,3.0910425186157227,5.60369873046875,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,21,161.08299255371094,124.67532348632812,5604,107.80169677734375,1,0,0,0,5.0819196701049805,3.044522523880005,4.825713157653809,0,0,0,0,0,1,0,0,0,0 +10,0,0,1,1,0,2,6,22,223.03799438476562,755.84417724609375,5549,148.69200134277344,1,0,2.3025851249694824,0,5.407341957092285,3.0910425186157227,6.627835273742676,0,0,0,0,0,1,0,0,1,0 +7,0,0,1,1,0,3,6,34,190.82139587402344,116.88311767578125,5628,127.6272964477539,1,0,1.945910096168518,0,5.251338005065918,3.526360511779785,4.76117467880249,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,1,0,3,6,22,215.6033935546875,164.93505859375,5252,143.735595703125,1,0,1.6094379425048828,0,5.373440742492676,3.0910425186157227,5.105551719665527,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,1,3,6,21,198.25599670410156,1640.259765625,5336,132.5836944580078,1,0,-1.3862943649291992,0,5.2895588874816895,3.044522523880005,7.402609825134277,0,0,0,0,0,1,0,0,0,0 +29,0,0,0,1,1,3,6,52,203.21240234375,6431.1689453125,5128,135.06190490722656,1,0,3.367295742034912,0,5.314251899719238,3.9512436389923096,8.768911361694336,0,0,0,0,0,1,0,0,0,0 +12,0,0,0,1,0,3,6,45,153.64840698242188,212.9870147705078,5528,102.84529876708984,1,0,2.4849066734313965,0,5.034667015075684,3.8066625595092773,5.361231327056885,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,28,194.5386962890625,200,5452,130.10549926757812,1,0,1.0986123085021973,0,5.270631313323975,3.332204580307007,5.2983174324035645,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,17,143.735595703125,202.59739685058594,5549,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,2.8332133293151855,5.311220645904541,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,20,115.23629760742188,294.8052062988281,5652,75.58509826660156,1,0,-1.3862943649291992,0,4.746984958648682,2.995732307434082,5.686314582824707,0,0,0,0,0,1,0,0,0,0 +12,0,0,0,0,0,3,6,72,143.735595703125,364.93505859375,5549,95.41069793701172,1,0,2.4849066734313965,0,4.967975616455078,4.276666164398193,5.89971923828125,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,0,0,3,6,59,111.51899719238281,157.14285278320312,5728,74.34600067138672,1,0,1.945910096168518,0,4.7141947746276855,4.077537536621094,5.057155132293701,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,23,138.77920532226562,114.28571319580078,5310,92.93250274658203,1,0,0,0,4.932884216308594,3.1354942321777344,4.738701343536377,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,NA,0,3,6,18,161.08299255371094,115.58441925048828,5549,107.80169677734375,1,0,-1.3862943649291992,0,5.0819196701049805,2.890371799468994,4.750000953674316,0,0,0,0,0,1,0,0,0,0 +9,0,0,0,NA,0,3,6,19,120.19270324707031,398.7012939453125,5549,80.54149627685547,1,0,2.1972246170043945,0,4.789096355438232,2.944438934326172,5.988212585449219,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,43,240.38540649414062,792.207763671875,5549,149.9311065673828,1,0,1.3862943649291992,0,5.482243537902832,3.761200189590454,6.674823760986328,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,1,0,3,6,27,224.277099609375,161.03895568847656,5549,149.9311065673828,1,0,0.6931471824645996,0,5.412882328033447,3.295836925506592,5.08164644241333,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,1,0,3,6,44,153.64840698242188,0,5728,102.84529876708984,1,0,1.7917594909667969,0,5.034667015075684,3.7841897010803223,0,0,0,0,0,0,1,0,0,0,0 +10,0,0,0,1,1,3,6,32,148.69200134277344,2961.0390625,5552,146.21380615234375,1,0,2.3025851249694824,0,5.0018768310546875,3.465735912322998,7.993295669555664,0,0,0,0,0,1,0,0,0,0 +21,0,0,1,0,0,3,6,53,143.735595703125,555.84417724609375,5428,95.41069793701172,1,0,3.044522523880005,0,4.967975616455078,3.97029185295105,6.320487976074219,0,0,0,0,0,1,0,0,0,0 +6,0,0,0,1,0,3,6,60,168.51759338378906,268.8311767578125,5310,112.75810241699219,1,0,1.7917594909667969,0,5.127040386199951,4.094344615936279,5.594083786010742,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,0,NA,0,3,6,39,90.45429992675781,0,5610,59.47679901123047,1,0,-1.3862943649291992,0,4.504844665527344,3.6635615825653076,0,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,1,0,3,6,56,107.80169677734375,127.2727279663086,5549,71.8677978515625,1,0,0.6931471824645996,0,4.680293560028076,4.025351524353027,4.84633207321167,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,24,201.97329711914062,94.80519104003906,5549,133.8227996826172,1,0,0,0,5.308135509490967,3.178053855895996,4.55182409286499,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,27,224.277099609375,259.7402648925781,5610,149.9311065673828,1,0,1.0986123085021973,0,5.412882328033447,3.295836925506592,5.559682369232178,0,0,0,0,0,1,0,0,0,0 +14,0,0,1,0,0,3,6,22,144.97470092773438,318.18182373046875,5628,96.6498031616211,1,0,2.6390573978424072,0,4.976559162139893,3.0910425186157227,5.762622833251953,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,22,213.1251983642578,132.467529296875,5610,142.4965057373047,1,0,-1.3862943649291992,0,5.361879825592041,3.0910425186157227,4.886337757110596,0,0,0,0,0,1,0,0,0,0 +7,0,0,1,0,1,3,6,16,151.17019653320312,2036.3636474609375,5034,100.36710357666016,1,0,1.945910096168518,0,5.018406391143799,2.7725887298583984,7.618920803070068,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,1,3,6,33,180.90859985351562,4527.27294921875,5352,120.19270324707031,1,0,1.3862943649291992,0,5.197991847991943,3.4965076446533203,8.417875289916992,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,54,214.3643035888672,96.10389709472656,5604,142.4965057373047,1,0,1.0986123085021973,0,5.367676734924316,3.9889841079711914,4.5654296875,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,23,204.45150756835938,0,5349,136.30099487304688,1,0,1.0986123085021973,0,5.320330619812012,3.1354942321777344,0,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,0,3,6,16,175.9521942138672,285.71429443359375,5528,117.7145004272461,1,0,1.6094379425048828,0,5.170212268829346,2.7725887298583984,5.65499210357666,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,17,115.23629760742188,105.19480895996094,5628,64.433197021484375,1,0,1.0986123085021973,0,4.746984958648682,2.8332133293151855,4.655814170837402,0,0,0,0,0,1,0,0,0,0 +8,0,0,1,0,0,3,6,19,173.4739990234375,601.2987060546875,5352,115.23629760742188,1,0,2.079441547393799,0,5.156027793884277,2.944438934326172,6.399091720581055,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,1,0,3,6,43,151.17019653320312,227.27272033691406,5310,100.36710357666016,1,0,1.945910096168518,0,5.018406391143799,3.761200189590454,5.426150798797607,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,19,184.6259002685547,258.4415588378906,5728,122.6708984375,1,0,1.3862943649291992,0,5.218331813812256,2.944438934326172,5.554669380187988,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,1,0,3,6,20,184.6259002685547,248.05194091796875,5728,122.6708984375,1,0,1.6094379425048828,0,5.218331813812256,2.995732307434082,5.513638019561768,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,0,0,3,6,24,87.9760971069336,116.88311767578125,5652,87.9760971069336,1,0,1.0986123085021973,0,4.477065086364746,3.178053855895996,4.76117467880249,0,0,0,0,0,1,0,0,0,0 +8,0,0,0,1,0,3,6,19,185.86500549316406,312.98699951171875,5652,123.91000366210938,1,0,2.079441547393799,0,5.225020408630371,2.944438934326172,5.746161460876465,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,30,232.9508056640625,179.2207794189453,5149,149.9311065673828,1,0,0,0,5.450827121734619,3.4011974334716797,5.1886186599731445,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,30,220.55979919433594,124.67532348632812,5610,147.45289611816406,1,0,1.0986123085021973,0,5.3961687088012695,3.4011974334716797,4.825713157653809,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,0,0,3,6,19,173.4739990234375,145.4545440673828,5410,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,2.944438934326172,4.97986364364624,0,0,0,0,0,1,0,0,0,0 +5,0,0,0,1,0,3,6,21,102.84529876708984,45.45454406738281,5149,68.15049743652344,1,0,1.6094379425048828,0,4.633225917816162,3.044522523880005,3.8167128562927246,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,19,126.38819885253906,103.89610290527344,5510,84.25879669189453,1,0,0,0,4.839358329772949,2.944438934326172,4.6433916091918945,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,0,0,3,6,21,170.9958038330078,297.402587890625,5549,113.99720001220703,1,0,1.3862943649291992,0,5.141639232635498,3.044522523880005,5.69508695602417,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,49,117.7145004272461,1493.5064697265625,5440,78.06330108642578,1,0,1.0986123085021973,0,4.7682623863220215,3.891820192337036,7.308881759643555,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,0,3,6,22,237.90719604492188,641.5584716796875,5252,149.9311065673828,1,0,1.6094379425048828,0,5.4718804359436035,3.0910425186157227,6.463900566101074,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,0,0,3,6,66,105.32350158691406,242.85714721679688,5152,70.62870025634766,1,0,1.945910096168518,0,4.657036781311035,4.18965482711792,5.492473602294922,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,20,184.6259002685547,0,5240,122.6708984375,1,0,0.6931471824645996,0,5.218331813812256,2.995732307434082,0,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,1,0,3,6,55,210.64700317382812,45.45454406738281,5310,140.01829528808594,1,0,0.6931471824645996,0,5.350183963775635,4.007333278656006,3.8167128562927246,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,1,1,3,6,19,130.10549926757812,212.9870147705078,5610,86.73699951171875,1,0,1.945910096168518,0,4.868345737457275,2.944438934326172,5.361231327056885,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,47,148.69200134277344,0,5110,99.12799835205078,1,0,0,0,5.0018768310546875,3.8501474857330322,0,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,21,127.6272964477539,124.67532348632812,5728,85.4979019165039,1,0,0,0,4.849114418029785,3.044522523880005,4.825713157653809,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,23,130.10549926757812,45.45454406738281,5210,86.73699951171875,1,0,0,0,4.868345737457275,3.1354942321777344,3.8167128562927246,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,1,3,6,25,216.84249877929688,949.35064697265625,5010,144.97470092773438,1,0,1.0986123085021973,0,5.379171371459961,3.2188758850097656,6.855778217315674,0,0,0,0,0,1,0,0,0,0 +10,0,0,1,0,0,3,6,22,180.90859985351562,0,5628,121.43180084228516,1,0,2.3025851249694824,0,5.197991847991943,3.0910425186157227,0,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,2,6,22,179.66949462890625,183.11688232421875,5549,120.19270324707031,1,0,0,0,5.191119194030762,3.0910425186157227,5.210124492645264,0,0,0,0,0,1,0,0,1,0 +4,0,0,1,1,0,3,6,20,200.7342071533203,335.06494140625,5613,133.8227996826172,1,0,1.3862943649291992,0,5.301981449127197,2.995732307434082,5.814324378967285,0,0,0,0,0,1,0,0,0,0 +28,0,0,1,0,1,3,6,23,193.2996063232422,2754.54541015625,5349,128.86639404296875,1,0,3.332204580307007,0,5.2642412185668945,3.1354942321777344,7.9210076332092285,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,1,3,6,20,173.4739990234375,128.57142639160156,5613,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,2.995732307434082,4.856484413146973,0,0,0,0,0,1,0,0,0,0 +13,0,0,1,0,1,3,6,58,148.69200134277344,2349.3505859375,5310,99.12799835205078,1,0,2.5649492740631104,0,5.0018768310546875,4.060442924499512,7.761894226074219,0,0,0,0,0,1,0,0,0,0 +10,0,0,1,1,1,3,6,29,167.27850341796875,2688.311767578125,5346,111.51899719238281,1,0,2.3025851249694824,0,5.119659900665283,3.367295742034912,7.896668910980225,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,1,0,3,6,24,130.10549926757812,315.58441162109375,5728,92.93250274658203,1,0,1.6094379425048828,0,4.868345737457275,3.178053855895996,5.754426002502441,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,24,175.9521942138672,603.8961181640625,5604,117.7145004272461,1,0,1.3862943649291992,0,5.170212268829346,3.178053855895996,6.403402328491211,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,1,0,3,6,35,166.03939819335938,325.9740295410156,5628,110.27989959716797,1,0,1.7917594909667969,0,5.11222505569458,3.5553481578826904,5.78681755065918,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,1,3,6,19,173.4739990234375,2744.15576171875,5643,115.23629760742188,1,0,1.6094379425048828,0,5.156027793884277,2.944438934326172,7.917228698730469,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,1,3,6,37,215.6033935546875,844.15582275390625,5010,143.735595703125,1,0,1.3862943649291992,0,5.373440742492676,3.610917806625366,6.73833703994751,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,18,198.25599670410156,251.94805908203125,5643,162.3220977783203,1,0,0,0,5.2895588874816895,2.890371799468994,5.5292229652404785,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,44,185.86500549316406,158.44155883789062,5404,123.91000366210938,1,0,1.3862943649291992,0,5.225020408630371,3.7841897010803223,5.065385818481445,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,1,0,3,6,62,235.4290008544922,259.7402648925781,5310,157.36570739746094,1,0,-1.3862943649291992,0,5.461409568786621,4.127134323120117,5.559682369232178,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,30,198.25599670410156,207.79220581054688,5352,132.5836944580078,1,0,0,0,5.2895588874816895,3.4011974334716797,5.336538791656494,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,22,143.735595703125,103.89610290527344,5628,95.41069793701172,1,0,1.3862943649291992,0,4.967975616455078,3.0910425186157227,4.6433916091918945,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,26,208.16879272460938,190.90908813476562,5440,112.75810241699219,1,0,0,0,5.338349342346191,3.25809645652771,5.251797199249268,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,22,148.69200134277344,129.87013244628906,5610,99.12799835205078,1,0,0,0,5.0018768310546875,3.0910425186157227,4.866535186767578,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,46,161.08299255371094,98.70130157470703,5643,107.80169677734375,1,0,1.3862943649291992,0,5.0819196701049805,3.828641414642334,4.592098236083984,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,1,3,6,19,185.86500549316406,1364.93505859375,5643,123.91000366210938,1,0,0,0,5.225020408630371,2.944438934326172,7.218862056732178,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,17,209.40789794921875,166.2337646484375,5549,138.77920532226562,1,0,1.0986123085021973,0,5.3442840576171875,2.8332133293151855,5.1133952140808105,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,29,204.45150756835938,157.14285278320312,5549,136.30099487304688,1,0,-1.3862943649291992,0,5.320330619812012,3.367295742034912,5.057155132293701,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,22,204.45150756835938,274.0259704589844,5237,136.30099487304688,1,0,-1.3862943649291992,0,5.320330619812012,3.0910425186157227,5.613223075866699,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,25,185.86500549316406,133.7662353515625,5549,70.62870025634766,1,0,0,0,5.225020408630371,3.2188758850097656,4.896093845367432,0,0,0,0,0,1,0,0,0,0 +10,0,0,1,1,0,3,6,22,215.6033935546875,210.38961791992188,5610,143.735595703125,1,0,2.3025851249694824,0,5.373440742492676,3.0910425186157227,5.348961353302002,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,1,0,3,6,32,182.147705078125,164.93505859375,5549,121.43180084228516,1,0,1.945910096168518,0,5.204817771911621,3.465735912322998,5.105551719665527,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,1,3,6,21,178.43040466308594,1770.1298828125,5352,118.95359802246094,1,0,1.0986123085021973,0,5.18419885635376,3.044522523880005,7.478808403015137,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,21,198.25599670410156,175.32467651367188,5549,132.5836944580078,1,0,0,0,5.2895588874816895,3.044522523880005,5.16663932800293,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,1,0,3,6,37,236.66810607910156,342.8571472167969,5404,162.3220977783203,1,0,-1.3862943649291992,0,5.466658592224121,3.610917806625366,5.837313652038574,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,NA,0,3,6,54,86.73699951171875,203.89610290527344,5410,56.998600006103516,1,0,1.0986123085021973,0,4.462880611419678,3.9889841079711914,5.317610740661621,0,0,0,0,0,1,0,0,0,0 +17,0,0,1,0,1,3,6,29,146.21380615234375,8997.40234375,5128,97.88890075683594,1,0,2.8332133293151855,0,4.985069751739502,3.367295742034912,9.104691505432129,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,19,143.735595703125,237.66233825683594,5310,95.41069793701172,1,0,-1.3862943649291992,0,4.967975616455078,2.944438934326172,5.470850944519043,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,1,0,3,6,32,231.71170043945312,98.70130157470703,5649,154.8874969482422,1,0,1.6094379425048828,0,5.445493698120117,3.465735912322998,4.592098236083984,0,0,0,0,0,1,0,0,0,0 +14,0,0,1,1,0,3,6,28,193.2996063232422,128.57142639160156,5628,128.86639404296875,1,0,2.6390573978424072,0,5.2642412185668945,3.332204580307007,4.856484413146973,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,0,3,6,59,178.43040466308594,414.28570556640625,5549,118.95359802246094,1,0,1.3862943649291992,0,5.18419885635376,4.077537536621094,6.026556015014648,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,18,148.69200134277344,94.80519104003906,5240,30.977500915527344,1,0,-1.3862943649291992,0,5.0018768310546875,2.890371799468994,4.55182409286499,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,23,204.45150756835938,179.2207794189453,5316,136.30099487304688,1,0,1.3862943649291992,0,5.320330619812012,3.1354942321777344,5.1886186599731445,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,44,225.51620483398438,494.8052062988281,5728,149.9311065673828,1,0,0,0,5.418392181396484,3.7841897010803223,6.204164028167725,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,25,167.27850341796875,361.0389709472656,5352,111.51899719238281,1,0,1.3862943649291992,0,5.119659900665283,3.2188758850097656,5.888986110687256,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,20,173.4739990234375,110.38961029052734,5310,109.04080200195312,1,0,1.0986123085021973,0,5.156027793884277,2.995732307434082,4.704016208648682,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,19,168.51759338378906,133.7662353515625,5549,112.75810241699219,1,0,-1.3862943649291992,0,5.127040386199951,2.944438934326172,4.896093845367432,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,37,223.03799438476562,77.92208099365234,5628,148.69200134277344,1,0,0,0,5.407341957092285,3.610917806625366,4.355709552764893,0,0,0,0,0,1,0,0,0,0 +11,0,0,1,1,0,3,6,45,230.47259521484375,309.0909118652344,5528,153.64840698242188,1,0,2.397895336151123,0,5.440132141113281,3.8066625595092773,5.733635425567627,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,23,162.3220977783203,180.5194854736328,5340,162.3220977783203,1,0,0,0,5.089582443237305,3.1354942321777344,5.195838928222656,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,1,3,6,28,97.88890075683594,351.94805908203125,5328,65.67230224609375,1,0,1.0986123085021973,0,4.58383321762085,3.332204580307007,5.863483428955078,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,23,153.64840698242188,211.6883087158203,5604,101.606201171875,1,0,0.6931471824645996,0,5.034667015075684,3.1354942321777344,5.355114936828613,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,34,214.3643035888672,466.2337646484375,5349,142.4965057373047,1,0,1.0986123085021973,0,5.367676734924316,3.526360511779785,6.144687175750732,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,30,175.9521942138672,267.532470703125,5410,100.36710357666016,1,0,1.3862943649291992,0,5.170212268829346,3.4011974334716797,5.589241027832031,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,21,223.03799438476562,105.19480895996094,5549,148.69200134277344,1,0,0,0,5.407341957092285,3.044522523880005,4.655814170837402,0,0,0,0,0,1,0,0,0,0 +11,0,0,1,0,0,3,6,21,223.03799438476562,1196.1038818359375,5549,148.69200134277344,1,0,2.397895336151123,0,5.407341957092285,3.044522523880005,7.086824893951416,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,46,168.51759338378906,274.0259704589844,5628,112.75810241699219,1,0,1.0986123085021973,0,5.127040386199951,3.828641414642334,5.613223075866699,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,21,230.47259521484375,128.57142639160156,5610,128.86639404296875,1,0,0,0,5.440132141113281,3.044522523880005,4.856484413146973,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,24,213.1251983642578,57.14285659790039,5549,142.4965057373047,1,0,0,0,5.361879825592041,3.178053855895996,4.045554161071777,0,0,0,0,0,1,0,0,0,0 +22,0,0,1,1,0,3,6,24,235.4290008544922,440.2597351074219,5628,157.36570739746094,1,0,3.0910425186157227,0,5.461409568786621,3.178053855895996,6.087364673614502,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,47,185.86500549316406,418.18182373046875,5152,123.91000366210938,1,0,1.0986123085021973,0,5.225020408630371,3.8501474857330322,6.035916328430176,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,1,3,6,18,163.5612030029297,1215.58447265625,5343,109.04080200195312,1,0,1.3862943649291992,0,5.097187042236328,2.890371799468994,7.102980136871338,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,21,148.69200134277344,206.49349975585938,5449,99.12799835205078,1,0,1.3862943649291992,0,5.0018768310546875,3.044522523880005,5.330268859863281,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,47,148.69200134277344,410.3896179199219,5628,99.12799835205078,1,0,1.0986123085021973,0,5.0018768310546875,3.8501474857330322,6.017107009887695,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,45,231.71170043945312,318.18182373046875,5552,149.9311065673828,1,0,1.0986123085021973,0,5.445493698120117,3.8066625595092773,5.762622833251953,0,0,0,0,0,1,0,0,0,0 +16,0,0,0,1,1,3,6,32,158.60479736328125,3702.597412109375,5428,105.32350158691406,1,0,2.7725887298583984,0,5.066415786743164,3.465735912322998,8.216790199279785,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,NA,1,3,6,49,188.34320068359375,1151.947998046875,5110,125.14910125732422,1,0,1.0986123085021973,0,5.2382659912109375,3.891820192337036,7.0492095947265625,0,0,0,0,0,1,0,0,0,0 +16,0,0,0,0,1,3,6,39,185.86500549316406,3085.71435546875,5352,123.91000366210938,1,0,2.7725887298583984,0,5.225020408630371,3.6635615825653076,8.034538269042969,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,1,3,6,22,149.9311065673828,1968.8311767578125,5310,100.36710357666016,1,0,1.3862943649291992,0,5.010175704956055,3.0910425186157227,7.585195541381836,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,0,0,0,3,6,18,148.69200134277344,90.909088134765625,5643,92.93250274658203,1,0,-1.3862943649291992,0,5.0018768310546875,2.890371799468994,4.509860038757324,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,0,3,6,45,146.21380615234375,66.2337646484375,5528,97.88890075683594,1,0,1.3862943649291992,0,4.985069751739502,3.8066625595092773,4.193190574645996,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,0,1,0,3,6,56,135.06190490722656,77.92208099365234,5352,90.45429992675781,1,0,-1.3862943649291992,0,4.905733108520508,4.025351524353027,4.355709552764893,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,35,158.60479736328125,175.32467651367188,5628,105.32350158691406,1,0,0,0,5.066415786743164,3.5553481578826904,5.16663932800293,0,0,0,0,0,1,0,0,0,0 +10,0,0,0,1,1,3,6,35,161.08299255371094,1685.7142333984375,5528,107.80169677734375,1,0,2.3025851249694824,0,5.0819196701049805,3.5553481578826904,7.4299445152282715,0,0,0,0,0,1,0,0,0,0 +6,0,0,0,1,0,3,6,54,188.34320068359375,187.0129852294922,5510,126.38819885253906,1,0,1.7917594909667969,0,5.2382659912109375,3.9889841079711914,5.231178283691406,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,1,1,3,6,30,214.3643035888672,258.4415588378906,5628,142.4965057373047,1,0,0.6931471824645996,0,5.367676734924316,3.4011974334716797,5.554669380187988,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,0,0,0,3,6,47,177.19129943847656,55.844154357910156,5549,117.7145004272461,1,0,-1.3862943649291992,0,5.177229881286621,3.8501474857330322,4.022564888000488,0,0,0,0,0,1,0,0,0,0 +18,0,0,0,0,0,3,6,59,188.34320068359375,201.2987060546875,5328,126.38819885253906,1,0,2.890371799468994,0,5.2382659912109375,4.077537536621094,5.304790019989014,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,0,0,3,6,57,183.3867950439453,124.67532348632812,5404,122.6708984375,1,0,1.0986123085021973,0,5.211597442626953,4.043051242828369,4.825713157653809,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,27,227.99440002441406,0,5549,149.9311065673828,1,0,0,0,5.4293212890625,3.295836925506592,0,0,0,0,0,0,1,0,0,0,0 +8,0,0,0,1,0,3,6,64,102.84529876708984,342.8571472167969,5628,102.84529876708984,1,0,2.079441547393799,0,4.633225917816162,4.158883094787598,5.837313652038574,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,0,1,0,3,6,48,132.5836944580078,254.5454559326172,5728,89.21520233154297,1,0,-1.3862943649291992,0,4.887214183807373,3.8712010383605957,5.5394792556762695,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,0,3,6,24,151.17019653320312,270.1298828125,5349,100.36710357666016,1,0,1.3862943649291992,0,5.018406391143799,3.178053855895996,5.598902702331543,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,22,115.23629760742188,190.90908813476562,5510,76.82420349121094,1,0,0,0,4.746984958648682,3.0910425186157227,5.251797199249268,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,0,0,3,6,51,180.90859985351562,263.6363525390625,5649,120.19270324707031,1,0,1.3862943649291992,0,5.197991847991943,3.931825637817383,5.574570655822754,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,59,161.08299255371094,179.2207794189453,5549,91.69339752197266,1,0,0,0,5.0819196701049805,4.077537536621094,5.1886186599731445,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,0,0,3,6,25,213.1251983642578,624.67535400390625,5628,141.2574005126953,1,0,1.7917594909667969,0,5.361879825592041,3.2188758850097656,6.43723201751709,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,1,0,3,6,37,153.64840698242188,579.22076416015625,5549,102.84529876708984,1,0,0.6931471824645996,0,5.034667015075684,3.610917806625366,6.3616838455200195,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,32,200.7342071533203,180.5194854736328,5728,100.36710357666016,1,0,1.0986123085021973,0,5.301981449127197,3.465735912322998,5.195838928222656,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,22,242.8636016845703,251.94805908203125,5349,162.3220977783203,1,0,0,0,5.492499828338623,3.0910425186157227,5.5292229652404785,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,61,223.03799438476562,225.97402954101562,5310,148.69200134277344,1,0,0,0,5.407341957092285,4.110873699188232,5.420420169830322,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,NA,0,3,6,26,219.32069396972656,71.42857360839844,5449,146.21380615234375,1,0,0.6931471824645996,0,5.3905348777771,3.25809645652771,4.268698215484619,0,0,0,0,0,1,0,0,0,0 +21,0,0,1,0,1,3,6,51,170.9958038330078,7332.4677734375,5449,113.99720001220703,1,0,3.044522523880005,0,5.141639232635498,3.931825637817383,8.900067329406738,0,0,0,0,0,1,0,0,0,0 +5,0,0,0,0,0,3,6,25,209.40789794921875,200,5728,138.77920532226562,1,0,1.6094379425048828,0,5.3442840576171875,3.2188758850097656,5.2983174324035645,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,68,84.25879669189453,233.7662353515625,5349,55.759498596191406,1,0,0.6931471824645996,0,4.433893203735352,4.219507694244385,5.454321384429932,0,0,0,0,0,1,0,0,0,0 +9,0,0,0,NA,0,3,6,22,168.51759338378906,309.0909118652344,5549,112.75810241699219,1,0,2.1972246170043945,0,5.127040386199951,3.0910425186157227,5.733635425567627,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,27,123.91000366210938,114.28571319580078,5728,83.01969909667969,1,0,1.0986123085021973,0,4.819555759429932,3.295836925506592,4.738701343536377,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,47,166.03939819335938,0,5610,110.27989959716797,1,0,0,0,5.11222505569458,3.8501474857330322,0,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,1,3,6,47,143.735595703125,3036.363525390625,5610,95.41069793701172,1,0,1.6094379425048828,0,4.967975616455078,3.8501474857330322,8.018415451049805,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,22,210.64700317382812,196.10389709472656,5728,141.2574005126953,1,0,1.3862943649291992,0,5.350183963775635,3.0910425186157227,5.278644561767578,0,0,0,0,0,1,0,0,0,0 +17,0,0,0,1,1,3,6,30,149.9311065673828,2038.9610595703125,5334,100.36710357666016,1,0,2.8332133293151855,0,5.010175704956055,3.4011974334716797,7.6201958656311035,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,0,0,3,6,69,128.86639404296875,71.42857360839844,5604,85.4979019165039,1,0,0.6931471824645996,0,4.858776092529297,4.234106540679932,4.268698215484619,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,1,0,3,6,22,197.01690673828125,94.80519104003906,5610,131.3446044921875,1,0,-1.3862943649291992,0,5.283289432525635,3.0910425186157227,4.55182409286499,0,0,0,0,0,1,0,0,0,0 +9,0,0,0,1,1,3,6,27,128.86639404296875,1516.883056640625,5310,85.4979019165039,1,0,2.1972246170043945,0,4.858776092529297,3.295836925506592,7.324412822723389,0,0,0,0,0,1,0,0,0,0 +23,0,0,0,1,1,3,6,20,174.71310424804688,4688.3115234375,5528,115.23629760742188,1,0,3.1354942321777344,0,5.163145065307617,2.995732307434082,8.452827453613281,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,1,0,3,6,19,158.60479736328125,298.7012939453125,5549,105.32350158691406,1,0,-1.3862943649291992,0,5.066415786743164,2.944438934326172,5.69944429397583,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,0,3,6,31,118.95359802246094,118.18181610107422,5649,79.302398681640625,1,0,1.3862943649291992,0,4.778733253479004,3.4339871406555176,4.772224426269531,0,0,0,0,0,1,0,0,0,0 +5,0,0,0,1,0,3,6,45,143.735595703125,1624.67529296875,5310,95.41069793701172,1,0,1.6094379425048828,0,4.967975616455078,3.8066625595092773,7.393063068389893,0,0,0,0,0,1,0,0,0,0 +14,0,0,0,0,0,3,6,54,153.64840698242188,300,5549,76.82420349121094,1,0,2.6390573978424072,0,5.034667015075684,3.9889841079711914,5.703782558441162,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,48,168.51759338378906,228.57142639160156,5649,112.75810241699219,1,0,0,0,5.127040386199951,3.8712010383605957,5.431848526000977,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,0,0,0,3,6,59,158.60479736328125,58.441558837890625,5410,105.32350158691406,1,0,-1.3862943649291992,0,5.066415786743164,4.077537536621094,4.068027496337891,0,0,0,0,0,1,0,0,0,0 +6,0,0,0,0,1,3,6,16,121.43180084228516,4263.63623046875,5004,80.54149627685547,1,0,1.7917594909667969,0,4.799352645874023,2.7725887298583984,8.357877731323242,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,1,0,3,6,50,159.84390258789062,188.3116912841797,5055,106.5625991821289,1,0,1.945910096168518,0,5.074197769165039,3.9120230674743652,5.238098621368408,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,0,0,3,6,41,203.21240234375,1858.4415283203125,5352,136.30099487304688,1,0,1.945910096168518,0,5.314251899719238,3.7135720252990723,7.527493476867676,0,0,0,0,0,1,0,0,0,0 +57,0,0,0,1,1,3,6,61,105.32350158691406,9535.064453125,5349,69.38960266113281,1,0,4.043051242828369,0,4.657036781311035,4.110873699188232,9.162731170654297,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,1,3,6,20,210.64700317382812,825.9739990234375,5004,140.01829528808594,1,0,0,0,5.350183963775635,2.995732307434082,6.7165632247924805,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,0,0,3,6,16,83.01969909667969,335.06494140625,5349,55.759498596191406,1,0,1.3862943649291992,0,4.4190778732299805,2.7725887298583984,5.814324378967285,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,1,0,3,6,22,146.21380615234375,107.79220581054688,5610,96.6498031616211,1,0,0.6931471824645996,0,4.985069751739502,3.0910425186157227,4.680205345153809,0,0,0,0,0,1,0,0,0,0 +21,0,0,1,1,1,3,6,33,223.03799438476562,3353.246826171875,5249,148.69200134277344,1,0,3.044522523880005,0,5.407341957092285,3.4965076446533203,8.117684364318848,0,0,0,0,0,1,0,0,0,0 +6,0,0,0,0,1,3,6,18,178.43040466308594,1151.947998046875,5004,118.95359802246094,1,0,1.7917594909667969,0,5.18419885635376,2.890371799468994,7.0492095947265625,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,1,0,3,6,35,111.51899719238281,228.57142639160156,5628,80.54149627685547,1,0,0.6931471824645996,0,4.7141947746276855,3.5553481578826904,5.431848526000977,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,1,0,3,6,42,148.69200134277344,214.2857208251953,5404,100.36710357666016,1,0,0.6931471824645996,0,5.0018768310546875,3.7376697063446045,5.367310047149658,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,1,0,3,6,42,185.86500549316406,184.41558837890625,5649,123.91000366210938,1,0,0.6931471824645996,0,5.225020408630371,3.7376697063446045,5.217191696166992,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,39,123.91000366210938,423.3766174316406,5610,83.01969909667969,1,0,1.0986123085021973,0,4.819555759429932,3.6635615825653076,6.048262119293213,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,16,92.93250274658203,200,5604,61.95500183105469,1,0,0,0,4.5318732261657715,2.7725887298583984,5.2983174324035645,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,24,198.25599670410156,138.96104431152344,5110,132.5836944580078,1,0,0,0,5.2895588874816895,3.178053855895996,4.9341936111450195,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,55,168.51759338378906,336.3636474609375,5728,111.51899719238281,1,0,0,0,5.127040386199951,4.007333278656006,5.818192958831787,0,0,0,0,0,1,0,0,0,0 +10,0,0,0,1,0,3,6,25,121.43180084228516,561.0389404296875,5549,80.54149627685547,1,0,2.3025851249694824,0,4.799352645874023,3.2188758850097656,6.329790115356445,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,30,158.60479736328125,380.51947021484375,5349,105.32350158691406,1,0,1.0986123085021973,0,5.066415786743164,3.4011974334716797,5.941537380218506,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,22,216.84249877929688,84.41558074951172,5549,144.97470092773438,1,0,0,0,5.379171371459961,3.0910425186157227,4.435751914978027,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,18,115.23629760742188,74.025970458984375,5549,76.82420349121094,1,0,0,0,4.746984958648682,2.890371799468994,4.304416179656982,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,15,107.80169677734375,153.2467498779297,5728,71.8677978515625,1,0,0,0,4.680293560028076,2.70805025100708,5.032049179077148,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,17,143.735595703125,227.27272033691406,5604,96.6498031616211,1,0,1.0986123085021973,0,4.967975616455078,2.8332133293151855,5.426150798797607,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,20,144.97470092773438,176.62338256835938,5604,96.6498031616211,1,0,1.3862943649291992,0,4.976559162139893,2.995732307434082,5.174019813537598,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,47,127.6272964477539,146.7532501220703,5728,85.4979019165039,1,0,0,0,4.849114418029785,3.8501474857330322,4.988752841949463,0,0,0,0,0,1,0,0,0,0 +10,0,0,1,0,0,3,6,17,91.69339752197266,411.6883239746094,5328,61.95500183105469,1,0,2.3025851249694824,0,4.5184502601623535,2.8332133293151855,6.020266532897949,0,0,0,0,0,1,0,0,0,0 +10,0,0,0,1,1,3,6,59,240.38540649414062,74.025970458984375,5328,78.06330108642578,1,0,2.3025851249694824,0,5.482243537902832,4.077537536621094,4.304416179656982,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,0,3,6,53,178.43040466308594,88.31169128417969,5610,118.95359802246094,1,0,1.3862943649291992,0,5.18419885635376,3.97029185295105,4.480872631072998,0,0,0,0,0,1,0,0,0,0 +13,0,0,1,1,0,3,6,31,197.01690673828125,314.28570556640625,5528,131.3446044921875,1,0,2.5649492740631104,0,5.283289432525635,3.4339871406555176,5.750302314758301,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,66,132.5836944580078,38.96104049682617,5210,87.9760971069336,1,0,0,0,4.887214183807373,4.18965482711792,3.662562131881714,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,0,3,6,60,185.86500549316406,109.09091186523438,5528,123.91000366210938,1,0,1.3862943649291992,0,5.225020408630371,4.094344615936279,4.692181587219238,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,0,1,3,6,61,121.43180084228516,1328.5714111328125,5310,80.54149627685547,1,0,1.0986123085021973,0,4.799352645874023,4.110873699188232,7.191859722137451,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,0,0,3,6,32,185.86500549316406,133.7662353515625,5540,123.91000366210938,1,0,0.6931471824645996,0,5.225020408630371,3.465735912322998,4.896093845367432,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,1,0,3,6,29,235.4290008544922,300,5628,149.9311065673828,1,0,1.7917594909667969,0,5.461409568786621,3.367295742034912,5.703782558441162,0,0,0,0,0,1,0,0,0,0 +6,0,0,0,1,0,3,6,47,135.06190490722656,92.207794189453125,5549,89.21520233154297,1,0,1.7917594909667969,0,4.905733108520508,3.8501474857330322,4.524044513702393,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,50,154.8874969482422,44.155845642089844,5649,102.84529876708984,1,0,0,0,5.042698860168457,3.9120230674743652,3.7877252101898193,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,55,242.8636016845703,174.02597045898438,5152,149.9311065673828,1,0,1.3862943649291992,0,5.492499828338623,4.007333278656006,5.159204483032227,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,1,3,6,25,166.03939819335938,1524.67529296875,5252,110.27989959716797,1,0,1.6094379425048828,0,5.11222505569458,3.2188758850097656,7.3295369148254395,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,1,3,6,20,151.17019653320312,111.68830871582031,5307,100.36710357666016,1,0,1.0986123085021973,0,5.018406391143799,2.995732307434082,4.715712070465088,0,0,0,0,0,1,0,0,0,0 +8,0,0,1,0,0,3,6,19,116.47540283203125,62.33766174316406,5740,78.06330108642578,1,0,2.079441547393799,0,4.7576799392700195,2.944438934326172,4.132565975189209,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,23,113.99720001220703,114.28571319580078,5349,76.82420349121094,1,0,0.6931471824645996,0,4.7361741065979,3.1354942321777344,4.738701343536377,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,20,140.01829528808594,214.2857208251953,5340,66.9113998413086,1,0,0,0,4.941772937774658,2.995732307434082,5.367310047149658,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,26,231.71170043945312,158.44155883789062,5552,149.9311065673828,1,0,0,0,5.445493698120117,3.25809645652771,5.065385818481445,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,22,173.4739990234375,183.11688232421875,5528,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,3.0910425186157227,5.210124492645264,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,22,182.147705078125,201.2987060546875,5552,121.43180084228516,1,0,0,0,5.204817771911621,3.0910425186157227,5.304790019989014,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,24,167.27850341796875,162.33766174316406,5352,111.51899719238281,1,0,0,0,5.119659900665283,3.178053855895996,5.0896782875061035,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,23,173.4739990234375,588.31170654296875,5010,115.23629760742188,1,0,1.3862943649291992,0,5.156027793884277,3.1354942321777344,6.377256870269775,0,0,0,0,0,1,0,0,0,0 +10,0,0,1,1,0,3,6,42,153.64840698242188,0,5028,102.84529876708984,1,0,2.3025851249694824,0,5.034667015075684,3.7376697063446045,0,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,24,208.16879272460938,110.38961029052734,5628,138.77920532226562,1,0,0,0,5.338349342346191,3.178053855895996,4.704016208648682,0,0,0,0,0,1,0,0,0,0 +8,0,0,1,0,0,3,6,23,153.64840698242188,206.49349975585938,5728,102.84529876708984,1,0,2.079441547393799,0,5.034667015075684,3.1354942321777344,5.330268859863281,0,0,0,0,0,1,0,0,0,0 +8,0,0,1,0,0,3,6,23,153.64840698242188,206.49349975585938,5728,102.84529876708984,1,0,2.079441547393799,0,5.034667015075684,3.1354942321777344,5.330268859863281,0,0,0,0,0,1,0,0,0,0 +12,0,0,1,0,0,1,6,18,185.86500549316406,172.72727966308594,5346,135.06190490722656,1,0,2.4849066734313965,0,5.225020408630371,2.890371799468994,5.151713848114014,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,0,0,1,6,19,210.64700317382812,150.64935302734375,5337,140.01829528808594,1,0,1.6094379425048828,0,5.350183963775635,2.944438934326172,5.014955043792725,0,0,0,0,0,1,0,1,0,0 +4,0,0,1,0,1,3,6,25,154.8874969482422,2601.298583984375,5349,101.606201171875,1,0,1.3862943649291992,0,5.042698860168457,3.2188758850097656,7.863766193389893,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,8,61,188.34320068359375,350.64935302734375,9049,125.14910125732422,1,0,1.0986123085021973,0,5.2382659912109375,4.110873699188232,5.859786510467529,0,0,0,0,0,0,0,0,0,0 +30,0,0,1,1,1,3,8,66,125.14910125732422,5512.98681640625,9010,49.56399917602539,1,0,3.4011974334716797,0,4.829505920410156,4.18965482711792,8.614861488342285,0,0,0,0,0,0,0,0,0,0 +10,0,0,1,0,1,3,8,23,216.84249877929688,4654.54541015625,9010,143.735595703125,1,0,2.3025851249694824,0,5.379171371459961,3.1354942321777344,8.445599555969238,0,0,0,0,0,0,0,0,0,0 +4,0,0,0,0,0,1,8,58,197.01690673828125,368.8311767578125,9028,131.3446044921875,1,0,1.3862943649291992,0,5.283289432525635,4.060442924499512,5.910338878631592,0,0,0,0,0,0,0,1,0,0 +2,0,0,0,0,1,1,8,21,153.64840698242188,880.51947021484375,9010,102.84529876708984,1,0,0.6931471824645996,0,5.034667015075684,3.044522523880005,6.780511856079102,0,0,0,0,0,0,0,1,0,0 +0.25,0,0,1,0,1,1,8,19,177.19129943847656,522.07794189453125,9013,117.7145004272461,1,0,-1.3862943649291992,0,5.177229881286621,2.944438934326172,6.257816791534424,0,0,0,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,8,56,198.25599670410156,0,9010,132.5836944580078,1,0,-1.3862943649291992,0,5.2895588874816895,4.025351524353027,0,0,0,0,0,0,0,0,1,0,0 +32,0,0,1,1,0,1,8,50,161.08299255371094,864.93505859375,9028,107.80169677734375,1,0,3.465735912322998,0,5.0819196701049805,3.9120230674743652,6.7626543045043945,0,0,0,0,0,0,0,1,0,0 +32,0,0,1,1,0,1,8,50,161.08299255371094,864.93505859375,9028,107.80169677734375,1,0,3.465735912322998,0,5.0819196701049805,3.9120230674743652,6.7626543045043945,0,0,0,0,0,0,0,1,0,0 +5,0,0,0,1,0,1,8,44,235.4290008544922,233.7662353515625,9040,149.9311065673828,1,0,1.6094379425048828,0,5.461409568786621,3.7841897010803223,5.454321384429932,0,0,0,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,8,43,188.34320068359375,61.03895950317383,9049,125.14910125732422,1,0,1.0986123085021973,0,5.2382659912109375,3.761200189590454,4.111512184143066,0,0,0,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,8,59,242.8636016845703,62.33766174316406,9010,162.3220977783203,1,0,0,0,5.492499828338623,4.077537536621094,4.132565975189209,0,0,0,0,0,0,0,1,0,0 +4,0,0,1,1,0,2,8,40,198.25599670410156,129.87013244628906,9010,132.5836944580078,1,0,1.3862943649291992,0,5.2895588874816895,3.6888794898986816,4.866535186767578,0,0,0,0,0,0,0,0,1,0 +1,0,0,1,1,0,3,8,28,184.6259002685547,193.50650024414062,9052,122.6708984375,1,0,0,0,5.218331813812256,3.332204580307007,5.265311241149902,0,0,0,0,0,0,0,0,0,0 +16,0,0,1,1,1,2,8,26,192.0605010986328,3180.51953125,9004,85.4979019165039,1,0,2.7725887298583984,0,5.257810592651367,3.25809645652771,8.064800262451172,0,0,0,0,0,0,0,0,1,0 +5,0,0,1,1,0,3,8,65,144.97470092773438,207.79220581054688,9040,96.6498031616211,1,0,1.6094379425048828,0,4.976559162139893,4.174387454986572,5.336538791656494,0,0,0,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,8,42,241.62449645996094,263.6363525390625,9010,161.08299255371094,1,0,1.0986123085021973,0,5.487384796142578,3.7376697063446045,5.574570655822754,0,0,0,0,0,0,0,0,0,0 +5,0,0,1,0,1,3,8,26,173.4739990234375,2548.052001953125,9010,116.47540283203125,1,0,1.6094379425048828,0,5.156027793884277,3.25809645652771,7.843084335327148,0,0,0,0,0,0,0,0,0,0 +6,0,0,1,0,1,3,8,26,210.64700317382812,2666.23388671875,9010,140.01829528808594,1,0,1.7917594909667969,0,5.350183963775635,3.25809645652771,7.888422012329102,0,0,0,0,0,0,0,0,0,0 +2,0,0,1,1,1,2,8,36,214.3643035888672,703.8961181640625,9010,142.4965057373047,1,0,0.6931471824645996,0,5.367676734924316,3.5835189819335938,6.556630611419678,0,0,0,0,0,0,0,0,1,0 +7,0,0,0,1,1,3,8,37,241.62449645996094,903.8961181640625,9010,161.08299255371094,1,0,1.945910096168518,0,5.487384796142578,3.610917806625366,6.8067145347595215,0,0,0,0,0,0,0,0,0,0 +3,0,0,0,0,0,3,8,25,198.25599670410156,596.1038818359375,9028,136.30099487304688,1,0,1.0986123085021973,0,5.2895588874816895,3.2188758850097656,6.390414714813232,0,0,0,0,0,0,0,0,0,0 +6,0,0,1,1,0,3,8,24,230.47259521484375,0,9025,153.64840698242188,1,0,1.7917594909667969,0,5.440132141113281,3.178053855895996,0,0,0,0,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,8,23,166.03939819335938,129.87013244628906,9010,110.27989959716797,1,0,0,0,5.11222505569458,3.1354942321777344,4.866535186767578,0,0,0,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,8,20,173.4739990234375,272.7272644042969,9004,115.23629760742188,1,0,0,0,5.156027793884277,2.995732307434082,5.6084723472595215,0,0,0,0,0,0,0,0,0,0 +4,0,0,1,1,1,3,8,26,216.84249877929688,4716.88330078125,9010,144.97470092773438,1,0,1.3862943649291992,0,5.379171371459961,3.25809645652771,8.458903312683105,0,0,0,0,0,0,0,0,0,0 +15,0,0,1,1,1,3,8,69,92.93250274658203,1628.5714111328125,9010,58.237701416015625,1,0,2.70805025100708,0,4.5318732261657715,4.234106540679932,7.395458698272705,0,0,0,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,8,20,185.86500549316406,192.20779418945312,9010,123.91000366210938,1,0,-1.3862943649291992,0,5.225020408630371,2.995732307434082,5.2585768699646,0,0,0,0,0,0,0,0,0,0 +14,0,0,0,1,0,3,8,26,148.69200134277344,0,9052,99.12799835205078,1,0,2.6390573978424072,0,5.0018768310546875,3.25809645652771,0,0,0,0,0,0,0,0,0,0,0 +14,0,0,0,1,0,3,8,26,148.69200134277344,0,9052,99.12799835205078,1,0,2.6390573978424072,0,5.0018768310546875,3.25809645652771,0,0,0,0,0,0,0,0,0,0,0 +1,0,0,0,1,1,3,8,26,143.735595703125,1483.116943359375,9052,68.15049743652344,1,0,0,0,4.967975616455078,3.25809645652771,7.301901340484619,0,0,0,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,8,32,185.86500549316406,19.480520248413086,9049,123.91000366210938,1,0,0,0,5.225020408630371,3.465735912322998,2.9694149494171143,0,0,0,0,0,0,0,0,0,0 +3,0,0,0,0,1,3,8,21,122.6708984375,568.8311767578125,9010,81.78060150146484,1,0,1.0986123085021973,0,4.809504985809326,3.044522523880005,6.343583583831787,0,0,0,0,0,0,0,0,0,0 +2,0,0,0,1,0,3,8,20,149.9311065673828,85.71428680419922,9052,99.12799835205078,1,0,0.6931471824645996,0,5.010175704956055,2.995732307434082,4.451019287109375,0,0,0,0,0,0,0,0,0,0 +2,0,0,0,1,0,3,8,22,121.43180084228516,38.96104049682617,9052,80.54149627685547,1,0,0.6931471824645996,0,4.799352645874023,3.0910425186157227,3.662562131881714,0,0,0,0,0,0,0,0,0,0 +4,0,0,1,0,1,3,8,17,153.64840698242188,2519.48046875,9004,102.84529876708984,1,0,1.3862943649291992,0,5.034667015075684,2.8332133293151855,7.831808090209961,0,0,0,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,8,33,153.64840698242188,49.350650787353516,9032,102.84529876708984,1,0,1.0986123085021973,0,5.034667015075684,3.4965076446533203,3.8989510536193848,0,0,0,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,8,35,198.25599670410156,188.3116912841797,9010,132.5836944580078,1,0,0,0,5.2895588874816895,3.5553481578826904,5.238098621368408,0,0,0,0,0,0,0,0,0,0 +18,0,0,0,1,0,3,8,61,184.6259002685547,458.4415588378906,9010,122.6708984375,1,0,2.890371799468994,0,5.218331813812256,4.110873699188232,6.127832889556885,0,0,0,0,0,0,0,0,0,0 +5,0,0,1,0,0,3,8,18,111.51899719238281,277.9220886230469,9052,74.34600067138672,1,0,1.6094379425048828,0,4.7141947746276855,2.890371799468994,5.627340793609619,0,0,0,0,0,0,0,0,0,0 +11,0,0,0,1,0,3,8,44,121.43180084228516,487.01300048828125,9010,80.54149627685547,1,0,2.397895336151123,0,4.799352645874023,3.7841897010803223,6.188290596008301,0,0,0,0,0,0,0,0,0,0 +182,0,0,0,0,1,3,8,50,148.69200134277344,116883.1171875,9025,162.3220977783203,1,0,5.204006671905518,0,5.0018768310546875,3.9120230674743652,11.668930053710938,0,0,0,0,0,0,0,0,0,0 +20,0,0,0,1,1,3,8,31,143.735595703125,3450.6494140625,9052,95.41069793701172,1,0,2.995732307434082,0,4.967975616455078,3.4339871406555176,8.146317481994629,0,0,0,0,0,0,0,0,0,0 +5,0,0,0,0,0,3,8,17,117.7145004272461,233.7662353515625,9004,78.06330108642578,1,0,1.6094379425048828,0,4.7682623863220215,2.8332133293151855,5.454321384429932,0,0,0,0,0,0,0,0,0,0 +6,0,0,0,1,1,3,8,30,133.8227996826172,1462.337646484375,9019,89.21520233154297,1,0,1.7917594909667969,0,4.8965163230896,3.4011974334716797,7.287791728973389,0,0,0,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,8,33,87.9760971069336,288.3116760253906,9004,59.47679901123047,1,0,1.3862943649291992,0,4.477065086364746,3.4965076446533203,5.664041996002197,0,0,0,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,8,35,123.91000366210938,288.3116760253906,9004,83.01969909667969,1,0,1.3862943649291992,0,4.819555759429932,3.5553481578826904,5.664041996002197,0,0,0,0,0,0,0,0,0,0 +4,0,0,1,0,1,3,8,30,173.4739990234375,1940.259765625,9052,115.23629760742188,1,0,1.3862943649291992,0,5.156027793884277,3.4011974334716797,7.570577144622803,0,0,0,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,8,20,156.12660217285156,196.10389709472656,9004,104.08439636230469,1,0,0.6931471824645996,0,5.0506672859191895,2.995732307434082,5.278644561767578,0,0,0,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,8,24,211.88609313964844,101.29869842529297,9010,141.2574005126953,1,0,1.3862943649291992,0,5.356049060821533,3.178053855895996,4.618073463439941,0,0,0,0,0,0,0,0,0,0 +9,0,0,0,1,0,3,8,53,111.51899719238281,38.96104049682617,9007,148.69200134277344,1,0,2.1972246170043945,0,4.7141947746276855,3.97029185295105,3.662562131881714,0,0,0,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,8,27,216.84249877929688,20.779220581054688,9052,144.97470092773438,1,0,0,0,5.379171371459961,3.295836925506592,3.0339534282684326,0,0,0,0,0,0,0,0,0,0 +1,0,0,1,NA,0,3,7,21,178.43040466308594,0,6200,117.7145004272461,1,0,0,0,5.18419885635376,3.044522523880005,0,0,0,0,0,0,0,1,0,0,0 +14,0,0,0,0,0,1,7,25,188.34320068359375,401.2987060546875,8034,125.14910125732422,1,0,2.6390573978424072,0,5.2382659912109375,3.2188758850097656,5.994706153869629,0,0,0,0,0,0,1,1,0,0 +2,0,0,0,1,0,1,7,62,185.86500549316406,0,8034,123.91000366210938,1,0,0.6931471824645996,0,5.225020408630371,4.127134323120117,0,0,0,0,0,0,0,1,1,0,0 +2,0,0,0,0,0,1,7,49,190.82139587402344,258.4415588378906,6400,127.6272964477539,1,0,0.6931471824645996,0,5.251338005065918,3.891820192337036,5.554669380187988,0,0,0,0,0,0,1,1,0,0 +1,0,0,0,0,0,1,7,18,156.12660217285156,58.441558837890625,8031,102.84529876708984,1,0,0,0,5.0506672859191895,2.890371799468994,4.068027496337891,0,0,0,0,0,0,1,1,0,0 +17,0,0,0,0,0,2,7,25,240.38540649414062,4098.701171875,8035,159.84390258789062,1,0,2.8332133293151855,0,5.482243537902832,3.2188758850097656,8.318425178527832,0,0,0,0,0,0,1,0,1,0 +1,0,0,1,1,1,3,7,37,240.38540649414062,1812.987060546875,6100,149.9311065673828,1,0,0,0,5.482243537902832,3.610917806625366,7.502730846405029,0,0,0,0,0,0,1,0,0,0 +16,0,0,0,0,1,3,7,23,198.25599670410156,5468.8310546875,6900,131.3446044921875,1,0,2.7725887298583984,0,5.2895588874816895,3.1354942321777344,8.606820106506348,0,0,0,0,0,0,1,0,0,0 +3,0,0,1,0,0,3,7,27,203.21240234375,125.97402954101562,6900,135.06190490722656,1,0,1.0986123085021973,0,5.314251899719238,3.295836925506592,4.836075782775879,0,0,0,0,0,0,1,0,0,0 +3,0,0,0,1,0,3,7,59,148.69200134277344,180.5194854736328,6400,99.12799835205078,1,0,1.0986123085021973,0,5.0018768310546875,4.077537536621094,5.195838928222656,0,0,0,0,0,0,1,0,0,0 +2,1,1,0,1,0,1,1,54,688.12078857421875,141,1110,324.0078125,0,1,0.6931471824645996,1,6.533964157104492,3.9889841079711914,4.948760032653809,1,0,0,0,0,0,0,1,0,6.533964157104492 +0.25,1,1,1,1,0,1,1,23,653.2926025390625,216,1428,324.0078125,0,1,-1.3862943649291992,1,6.482025146484375,3.1354942321777344,5.375278472900391,1,0,0,0,0,0,0,1,0,6.482025146484375 +0.25,1,1,1,1,0,1,1,23,653.2926025390625,241,1425,324.0078125,0,1,-1.3862943649291992,1,6.482025146484375,3.1354942321777344,5.48479700088501,1,0,0,0,0,0,0,1,0,6.482025146484375 +7,1,1,1,1,0,1,1,43,691.2869873046875,1000,1940,324.0078125,0,1,1.945910096168518,1,6.538555145263672,3.761200189590454,6.907755374908447,1,0,0,0,0,0,0,1,0,6.538555145263672 +8,1,1,1,1,0,2,1,36,1005.7962036132812,718,1128,324.0078125,0,1,2.079441547393799,1,6.913534641265869,3.5835189819335938,6.576469421386719,1,0,0,0,0,0,0,0,1,6.913534641265869 +0.25,1,1,1,1,0,2,1,36,866.4833984375,55,1336,324.0078125,0,1,-1.3862943649291992,1,6.7644429206848145,3.5835189819335938,4.007333278656006,1,0,0,0,0,0,0,0,1,6.7644429206848145 +1,1,1,1,1,1,1,2,49,1054.3446044921875,1261,2028,324.0078125,0,1,0,1,6.96067476272583,3.891820192337036,7.139660358428955,0,1,0,0,0,0,0,1,0,6.96067476272583 +4,1,1,1,1,0,3,2,35,1054.3446044921875,138,2549,324.0078125,0,1,1.3862943649291992,1,6.96067476272583,3.5553481578826904,4.927253723144531,0,1,0,0,0,0,0,0,0,6.96067476272583 +5,1,1,1,1,0,3,2,55,659.625,363,2636,324.0078125,0,1,1.6094379425048828,1,6.491671562194824,4.007333278656006,5.894402980804443,0,1,0,0,0,0,0,0,0,6.491671562194824 +4,1,1,1,1,0,1,3,51,767.27581787109375,329,3110,324.0078125,0,1,1.3862943649291992,1,6.64284610748291,3.931825637817383,5.79605770111084,0,0,1,0,0,0,0,1,0,6.64284610748291 +7,1,1,1,1,1,1,3,58,771.49737548828125,1535,3152,324.0078125,0,1,1.945910096168518,1,6.6483330726623535,4.060442924499512,7.336285591125488,0,0,1,0,0,0,0,1,0,6.6483330726623535 +8,1,1,1,1,1,1,3,63,757.7772216796875,1877,3602,324.0078125,0,1,2.079441547393799,1,6.630389213562012,4.143134593963623,7.5374298095703125,0,0,1,0,0,0,0,1,0,6.630389213562012 +12,1,1,1,1,1,1,3,31,660.680419921875,2018,3549,324.0078125,0,1,2.4849066734313965,1,6.493270397186279,3.4339871406555176,7.609862327575684,0,0,1,0,0,0,0,1,0,6.493270397186279 +2,1,1,1,1,0,1,3,33,658.569580078125,1571,3640,324.0078125,0,1,0.6931471824645996,1,6.490070343017578,3.4965076446533203,7.359467506408691,0,0,1,0,0,0,0,1,0,6.490070343017578 +10,1,1,0,1,0,NA,3,35,640.6278076171875,584,3152,324.0078125,0,1,2.3025851249694824,1,6.462448596954346,3.5553481578826904,6.369901180267334,0,0,1,0,0,0,0,NA,NA,6.462448596954346 +12,1,1,1,1,0,2,3,45,658.569580078125,158,3116,324.0078125,0,1,2.4849066734313965,1,6.490070343017578,3.8066625595092773,5.062594890594482,0,0,1,0,0,0,0,0,1,6.490070343017578 +42,1,1,1,1,1,1,3,40,636.40618896484375,12192,3128,324.0078125,0,1,3.7376697063446045,1,6.455837249755859,3.6888794898986816,9.40853500366211,0,0,1,0,0,0,0,1,0,6.455837249755859 +2,1,1,1,0,0,1,3,42,645.90478515625,116,3628,324.0078125,0,1,0.6931471824645996,1,6.470652103424072,3.7376697063446045,4.753590106964111,0,0,1,0,0,0,0,1,0,6.470652103424072 +0.25,1,1,1,1,0,2,3,48,646.960205078125,218,3410,324.0078125,0,1,-1.3862943649291992,1,6.47228479385376,3.8712010383605957,5.384495258331299,0,0,1,0,0,0,0,0,1,6.47228479385376 +10,1,1,1,1,0,2,3,28,824.26739501953125,397,3140,324.0078125,0,1,2.3025851249694824,1,6.7144951820373535,3.332204580307007,5.983936309814453,0,0,1,0,0,0,0,0,1,6.7144951820373535 +15,1,1,1,1,0,2,3,47,785.21759033203125,3625,3740,324.0078125,0,1,2.70805025100708,1,6.665960788726807,3.8501474857330322,8.195609092712402,0,0,1,0,0,0,0,0,1,6.665960788726807 +10,1,1,1,1,0,2,3,35,697.619384765625,148,3428,324.0078125,0,1,2.3025851249694824,1,6.54767370223999,3.5553481578826904,4.9972124099731445,0,0,1,0,0,0,0,0,1,6.54767370223999 +6,1,1,1,1,1,2,3,30,975.1895751953125,6123,3140,324.0078125,0,1,1.7917594909667969,1,6.882631778717041,3.4011974334716797,8.719807624816895,0,0,1,0,0,0,0,0,1,6.882631778717041 +27,1,1,1,1,1,2,3,52,725.059814453125,1690,3528,324.0078125,0,1,3.295836925506592,1,6.586254119873047,3.9512436389923096,7.432483673095703,0,0,1,0,0,0,0,0,1,6.586254119873047 +19,1,1,1,1,0,2,3,49,633.239990234375,939,3428,324.0078125,0,1,2.944438934326172,1,6.450849533081055,3.891820192337036,6.844815254211426,0,0,1,0,0,0,0,0,1,6.450849533081055 +3,1,1,1,1,0,2,3,47,820.0457763671875,292,3528,324.0078125,0,1,1.0986123085021973,1,6.709360122680664,3.8501474857330322,5.676753997802734,0,0,1,0,0,0,0,0,1,6.709360122680664 +4,1,1,1,1,1,2,3,37,633.239990234375,11133,3540,324.0078125,0,1,1.3862943649291992,1,6.450849533081055,3.610917806625366,9.317668914794922,0,0,1,0,0,0,0,0,1,6.450849533081055 +9,1,1,1,1,1,2,3,37,633.239990234375,11183,3540,324.0078125,0,1,2.1972246170043945,1,6.450849533081055,3.610917806625366,9.322150230407715,0,0,1,0,0,0,0,0,1,6.450849533081055 +10,1,1,1,1,0,2,3,48,648.015625,412,3528,324.0078125,0,1,2.3025851249694824,1,6.473914623260498,3.8712010383605957,6.021023273468018,0,0,1,0,0,0,0,0,1,6.473914623260498 +8,1,1,1,1,0,1,3,30,635.350830078125,378,3628,324.0078125,0,1,2.079441547393799,1,6.454177379608154,3.4011974334716797,5.93489408493042,0,0,1,0,0,0,0,1,0,6.454177379608154 +11,1,1,1,1,1,1,3,37,738.780029296875,2755,3540,324.0078125,0,1,2.397895336151123,1,6.605000019073486,3.610917806625366,7.921172618865967,0,0,1,0,0,0,0,1,0,6.605000019073486 +9,1,1,1,1,0,3,3,46,852.76318359375,518,3449,324.0078125,0,1,2.1972246170043945,1,6.748481750488281,3.828641414642334,6.249975204467773,0,0,1,0,0,0,0,0,0,6.748481750488281 +10,1,1,1,1,0,3,3,33,646.960205078125,1426,3528,324.0078125,0,1,2.3025851249694824,1,6.47228479385376,3.4965076446533203,7.262628555297852,0,0,1,0,0,0,0,0,0,6.47228479385376 +4,1,1,1,0,0,3,3,38,748.27862548828125,584,3149,324.0078125,0,1,1.3862943649291992,1,6.6177754402160645,3.6375861167907715,6.369901180267334,0,0,1,0,0,0,0,0,0,6.6177754402160645 +3,1,1,1,1,0,3,3,35,714.50579833984375,154,3428,324.0078125,0,1,1.0986123085021973,1,6.571590900421143,3.5553481578826904,5.036952495574951,0,0,1,0,0,0,0,0,0,6.571590900421143 +182,1,1,0,0,0,3,3,29,659.625,7500,3152,238.52040100097656,0,1,5.204006671905518,1,6.491671562194824,3.367295742034912,8.92265796661377,0,0,1,0,0,0,0,0,0,6.491671562194824 +1,1,1,1,1,0,3,3,38,636.40618896484375,97,3640,324.0078125,0,1,0,1,6.455837249755859,3.6375861167907715,4.574710845947266,0,0,1,0,0,0,0,0,0,6.455837249755859 +4,1,1,1,0,0,3,3,52,668.06817626953125,222,3728,324.0078125,0,1,1.3862943649291992,1,6.504390239715576,3.9512436389923096,5.402677536010742,0,0,1,0,0,0,0,0,0,6.504390239715576 +2,1,1,1,1,0,3,3,46,713.45037841796875,252,3649,324.0078125,0,1,0.6931471824645996,1,6.570112705230713,3.828641414642334,5.529428958892822,0,0,1,0,0,0,0,0,0,6.570112705230713 +4,1,1,1,1,0,3,3,35,699.730224609375,547,3049,324.0078125,0,1,1.3862943649291992,1,6.550694942474365,3.5553481578826904,6.30444860458374,0,0,1,0,0,0,0,0,0,6.550694942474365 +2,1,1,1,1,0,3,3,36,672.289794921875,197,3540,324.0078125,0,1,0.6931471824645996,1,6.5106892585754395,3.5835189819335938,5.283203601837158,0,0,1,0,0,0,0,0,0,6.5106892585754395 +4,1,1,1,1,0,3,3,43,672.289794921875,1225,3152,324.0078125,0,1,1.3862943649291992,1,6.5106892585754395,3.761200189590454,7.110696315765381,0,0,1,0,0,0,0,0,0,6.5106892585754395 +14,1,1,1,1,0,3,3,29,783.1068115234375,836,3528,324.0078125,0,1,2.6390573978424072,1,6.66326904296875,3.367295742034912,6.728628635406494,0,0,1,0,0,0,0,0,0,6.66326904296875 +19,1,1,1,1,1,3,3,55,663.84661865234375,4437,3149,324.0078125,0,1,2.944438934326172,1,6.498051166534424,4.007333278656006,8.397733688354492,0,0,1,0,0,0,0,0,0,6.498051166534424 +3,1,1,1,1,0,3,3,35,656.45880126953125,369,3152,324.0078125,0,1,1.0986123085021973,1,6.4868597984313965,3.5553481578826904,5.910796642303467,0,0,1,0,0,0,0,0,0,6.4868597984313965 +5,1,1,1,1,0,3,3,42,675.45599365234375,985,3740,324.0078125,0,1,1.6094379425048828,1,6.515388011932373,3.7376697063446045,6.892641544342041,0,0,1,0,0,0,0,0,0,6.515388011932373 +3,1,1,1,0,0,3,3,35,633.239990234375,0,3540,315.5646057128906,0,1,1.0986123085021973,1,6.450849533081055,3.5553481578826904,0,0,0,1,0,0,0,0,0,0,6.450849533081055 +5,1,1,1,1,0,3,3,25,730.3367919921875,181,3128,324.0078125,0,1,1.6094379425048828,1,6.593505859375,3.2188758850097656,5.1984968185424805,0,0,1,0,0,0,0,0,0,6.593505859375 +7,1,1,1,1,0,2,3,51,652.2371826171875,562,3428,324.0078125,0,1,1.945910096168518,1,6.480408191680908,3.931825637817383,6.3315019607543945,0,0,1,0,0,0,0,0,1,6.480408191680908 +3,1,1,1,0,0,3,4,49,708.17340087890625,464,4110,324.0078125,0,1,1.0986123085021973,1,6.562688827514648,3.891820192337036,6.1398844718933105,0,0,0,1,0,0,0,0,0,6.562688827514648 +4,1,1,1,1,0,1,4,31,736.669189453125,214,4452,324.0078125,0,1,1.3862943649291992,1,6.602138996124268,3.4339871406555176,5.365975856781006,0,0,0,1,0,0,0,1,0,6.602138996124268 +4,1,1,1,1,1,1,4,60,717.6719970703125,2602,4834,324.0078125,0,1,1.3862943649291992,1,6.57601261138916,4.094344615936279,7.864035606384277,0,0,0,1,0,0,0,1,0,6.57601261138916 +4,1,1,1,0,0,1,4,30,636.40618896484375,178,4952,322.952392578125,0,1,1.3862943649291992,1,6.455837249755859,3.4011974334716797,5.181783676147461,0,0,0,1,0,0,0,1,0,6.455837249755859 +0.25,1,1,1,1,0,1,4,60,805.27020263671875,0,4410,324.0078125,0,1,-1.3862943649291992,1,6.691177845001221,4.094344615936279,0,0,0,0,1,0,0,0,1,0,6.691177845001221 +75,1,1,1,1,1,1,4,57,633.239990234375,1479,4941,324.0078125,0,1,4.317488193511963,1,6.450849533081055,4.043051242828369,7.299121379852295,0,0,0,1,0,0,0,1,0,6.450849533081055 +4,1,1,1,1,1,1,4,39,740.89080810546875,1789,4834,324.0078125,0,1,1.3862943649291992,1,6.607853412628174,3.6635615825653076,7.489412307739258,0,0,0,1,0,0,0,1,0,6.607853412628174 +9,1,1,1,1,1,1,4,58,688.12078857421875,2906,4834,324.0078125,0,1,2.1972246170043945,1,6.533964157104492,4.060442924499512,7.9745330810546875,0,0,0,1,0,0,0,1,0,6.533964157104492 +6,1,1,1,0,1,1,4,24,683.899169921875,2875,4534,324.0078125,0,1,1.7917594909667969,1,6.527810573577881,3.178053855895996,7.963808059692383,0,0,0,1,0,0,0,1,0,6.527810573577881 +94,1,1,1,1,0,1,4,62,637.46160888671875,705,4052,324.0078125,0,1,4.543294906616211,1,6.457494258880615,4.127134323120117,6.558197975158691,0,0,0,1,0,0,0,1,0,6.457494258880615 +1,1,1,1,1,1,1,4,30,740.89080810546875,2234,4410,324.0078125,0,1,0,1,6.607853412628174,3.4011974334716797,7.711548805236816,0,0,0,1,0,0,0,1,0,6.607853412628174 +8,1,1,1,0,1,1,4,60,636.40618896484375,2510,4534,324.0078125,0,1,2.079441547393799,1,6.455837249755859,4.094344615936279,7.828038215637207,0,0,0,1,0,0,0,1,0,6.455837249755859 +10,1,1,1,1,1,1,4,32,694.45318603515625,905,4652,324.0078125,0,1,2.3025851249694824,1,6.543124675750732,3.465735912322998,6.807934761047363,0,0,0,1,0,0,0,1,0,6.543124675750732 +16,1,1,1,1,1,1,4,37,814.768798828125,15306,4852,324.0078125,0,1,2.7725887298583984,1,6.702904224395752,3.610917806625366,9.636000633239746,0,0,0,1,0,0,0,1,0,6.702904224395752 +5,1,1,1,1,0,2,4,46,954.08160400390625,639,4110,324.0078125,0,1,1.6094379425048828,1,6.860749244689941,3.828641414642334,6.459904670715332,0,0,0,1,0,0,0,0,1,6.860749244689941 +12,1,1,1,1,0,2,4,47,771.49737548828125,12,4534,324.0078125,0,1,2.4849066734313965,1,6.6483330726623535,3.8501474857330322,2.4849066734313965,0,0,0,1,0,0,0,0,1,6.6483330726623535 +8,1,1,1,1,0,2,4,28,776.7744140625,1297,4628,324.0078125,0,1,2.079441547393799,1,6.655149936676025,3.332204580307007,7.167809009552002,0,0,0,1,0,0,0,0,1,6.655149936676025 +8,1,1,1,1,1,2,4,26,693.3978271484375,2563,4534,324.0078125,0,1,2.079441547393799,1,6.541604042053223,3.25809645652771,7.848933696746826,0,0,0,1,0,0,0,0,1,6.541604042053223 +23,1,1,1,1,0,2,4,58,812.65802001953125,2004,4346,324.0078125,0,1,3.1354942321777344,1,6.700310230255127,4.060442924499512,7.602900505065918,0,0,0,1,0,0,0,0,1,6.700310230255127 +12,1,1,1,1,0,2,4,32,712.39501953125,770,4152,324.0078125,0,1,2.4849066734313965,1,6.56863260269165,3.465735912322998,6.646390438079834,0,0,0,1,0,0,0,0,1,6.56863260269165 +11,1,1,1,0,1,2,4,41,657.51422119140625,2946,4634,324.0078125,0,1,2.397895336151123,1,6.488466262817383,3.7135720252990723,7.988203525543213,0,0,0,1,0,0,0,0,1,6.488466262817383 +0.25,1,1,1,1,1,2,4,33,767.27581787109375,1952,4834,324.0078125,0,1,-1.3862943649291992,1,6.64284610748291,3.4965076446533203,7.5766096115112305,0,0,0,1,0,0,0,0,1,6.64284610748291 +107,1,1,1,1,0,2,4,35,702.89642333984375,0,4941,389.4425964355469,0,1,4.672828674316406,1,6.555209636688232,3.5553481578826904,0,0,0,0,1,0,0,0,0,1,6.555209636688232 +8,1,1,1,0,1,2,4,34,738.780029296875,2519,4649,324.0078125,0,1,2.079441547393799,1,6.605000019073486,3.526360511779785,7.83161735534668,0,0,0,1,0,0,0,0,1,6.605000019073486 +182,1,1,1,NA,0,2,4,58,738.780029296875,1200,4834,341.9495849609375,0,1,5.204006671905518,1,6.605000019073486,4.060442924499512,7.090076923370361,0,0,0,1,0,0,0,0,1,6.605000019073486 +10,1,1,1,1,0,2,4,43,839.04302978515625,3212,4834,324.0078125,0,1,2.3025851249694824,1,6.732262134552002,3.761200189590454,8.0746488571167,0,0,0,1,0,0,0,0,1,6.732262134552002 +2,1,1,1,1,1,2,4,55,686.010009765625,4890,4834,324.0078125,0,1,0.6931471824645996,1,6.530892372131348,4.007333278656006,8.49494743347168,0,0,0,1,0,0,0,0,1,6.530892372131348 +8,1,1,1,1,1,2,4,46,664.9019775390625,2164,4434,324.0078125,0,1,2.079441547393799,1,6.499639511108398,3.828641414642334,7.679713726043701,0,0,0,1,0,0,0,0,1,6.499639511108398 +15,1,1,1,1,1,2,4,51,692.3424072265625,3088,4834,324.0078125,0,1,2.70805025100708,1,6.540080547332764,3.931825637817383,8.035279273986816,0,0,0,1,0,0,0,0,1,6.540080547332764 +1,1,1,1,1,0,3,4,60,767.27581787109375,0,4834,324.0078125,0,1,0,1,6.64284610748291,4.094344615936279,0,0,0,0,1,0,0,0,0,0,6.64284610748291 +11,1,1,1,1,0,3,4,42,794.7161865234375,421,4410,324.0078125,0,1,2.397895336151123,1,6.677985191345215,3.7376697063446045,6.042633056640625,0,0,0,1,0,0,0,0,0,6.677985191345215 +16,1,1,1,0,0,3,4,49,659.625,251,4952,324.0078125,0,1,2.7725887298583984,1,6.491671562194824,3.891820192337036,5.525453090667725,0,0,0,1,0,0,0,0,0,6.491671562194824 +7,1,1,1,1,0,3,4,51,773.60821533203125,495,4413,324.0078125,0,1,1.945910096168518,1,6.651065349578857,3.931825637817383,6.2045578956604,0,0,0,1,0,0,0,0,0,6.651065349578857 +7,1,1,1,1,1,3,4,36,690.23162841796875,1963,4834,324.0078125,0,1,1.945910096168518,1,6.537027359008789,3.5835189819335938,7.582229137420654,0,0,0,1,0,0,0,0,0,6.537027359008789 +4,1,1,1,0,0,3,4,29,633.239990234375,765,4834,324.0078125,0,1,1.3862943649291992,1,6.450849533081055,3.367295742034912,6.639875888824463,0,0,0,1,0,0,0,0,0,6.450849533081055 +56,1,1,1,1,0,3,4,30,689.17620849609375,4474,4952,324.0078125,0,1,4.025351524353027,1,6.535497188568115,3.4011974334716797,8.406038284301758,0,0,0,1,0,0,0,0,0,6.535497188568115 +156,1,1,1,1,0,3,4,30,689.17620849609375,6000,4952,324.0078125,0,1,5.049856185913086,1,6.535497188568115,3.4011974334716797,8.699514389038086,0,0,0,1,0,0,0,0,0,6.535497188568115 +3,1,1,1,NA,0,3,4,40,712.39501953125,459,4952,324.0078125,0,1,1.0986123085021973,1,6.56863260269165,3.6888794898986816,6.129050254821777,0,0,0,1,0,0,0,0,0,6.56863260269165 +6,1,1,1,1,0,3,4,40,738.780029296875,90,4952,324.0078125,0,1,1.7917594909667969,1,6.605000019073486,3.6888794898986816,4.499809741973877,0,0,0,1,0,0,0,0,0,6.605000019073486 +2,1,1,1,1,0,3,4,35,735.61376953125,844,4152,324.0078125,0,1,0.6931471824645996,1,6.600705146789551,3.5553481578826904,6.738152503967285,0,0,0,1,0,0,0,0,0,6.600705146789551 +3,1,1,1,0,0,3,4,43,752.50018310546875,472,4410,324.0078125,0,1,1.0986123085021973,1,6.623401165008545,3.761200189590454,6.156979084014893,0,0,0,1,0,0,0,0,0,6.623401165008545 +8,1,1,1,1,0,3,4,31,638.51702880859375,2150,4834,324.0078125,0,1,2.079441547393799,1,6.459148406982422,3.4339871406555176,7.67322301864624,0,0,0,1,0,0,0,0,0,6.459148406982422 +6,1,1,1,1,0,3,4,38,1054.3446044921875,11718,4846,324.0078125,0,1,1.7917594909667969,1,6.96067476272583,3.6375861167907715,9.3688812255859375,0,0,0,1,0,0,0,0,0,6.96067476272583 +90,1,1,1,1,1,1,5,25,798.93780517578125,8061,4249,324.0078125,0,1,4.499809741973877,1,6.68328332901001,3.2188758850097656,8.994792938232422,0,0,0,0,1,0,0,1,0,6.68328332901001 +6,1,1,1,1,0,1,5,41,702.89642333984375,1369,4252,324.0078125,0,1,1.7917594909667969,1,6.555209636688232,3.7135720252990723,7.221835613250732,0,0,0,0,1,0,0,1,0,6.555209636688232 +1,1,1,1,1,0,1,5,62,836.93218994140625,273,4252,324.0078125,0,1,0,1,6.729743003845215,4.127134323120117,5.609471797943115,0,0,0,0,1,0,0,1,0,6.729743003845215 +182,1,1,1,1,0,2,5,29,641.6832275390625,17716,4249,324.0078125,0,1,5.204006671905518,1,6.464094638824463,3.367295742034912,9.78222370147705,0,0,0,0,1,0,0,0,1,6.464094638824463 +9,1,1,1,1,1,2,5,33,633.239990234375,1792,4252,320.84161376953125,0,1,2.1972246170043945,1,6.450849533081055,3.4965076446533203,7.491087436676025,0,0,0,0,1,0,0,0,1,6.450849533081055 +6,1,1,1,0,0,2,5,48,855.92938232421875,1010,4252,324.0078125,0,1,1.7917594909667969,1,6.752187728881836,3.8712010383605957,6.917705535888672,0,0,0,0,1,0,0,0,1,6.752187728881836 +3,1,1,1,1,0,2,5,41,635.350830078125,264,4252,324.0078125,0,1,1.0986123085021973,1,6.454177379608154,3.7135720252990723,5.575949192047119,0,0,0,0,1,0,0,0,1,6.454177379608154 +6,1,1,1,1,0,1,5,36,775.718994140625,270,4252,324.0078125,0,1,1.7917594909667969,1,6.653790473937988,3.5835189819335938,5.598422050476074,0,0,0,0,1,0,0,1,0,6.653790473937988 +24,1,1,1,1,0,2,5,36,789.439208984375,630,4252,324.0078125,0,1,3.178053855895996,1,6.671322822570801,3.5835189819335938,6.4457197189331055,0,0,0,0,1,0,0,0,1,6.671322822570801 +1,1,1,1,1,0,2,5,50,773.60821533203125,288,4252,324.0078125,0,1,0,1,6.651065349578857,3.9120230674743652,5.662960529327393,0,0,0,0,1,0,0,0,1,6.651065349578857 +0.25,1,1,1,1,0,2,5,37,658.569580078125,0,4252,348.2820129394531,0,1,-1.3862943649291992,1,6.490070343017578,3.610917806625366,0,0,0,0,0,1,0,0,0,1,6.490070343017578 +125,1,1,1,1,1,2,5,37,658.569580078125,25000,4252,348.2820129394531,0,1,4.828313827514648,1,6.490070343017578,3.610917806625366,10.126630783081055,0,0,0,0,1,0,0,0,1,6.490070343017578 +2,1,1,1,1,0,2,5,39,793.66082763671875,452,4252,324.0078125,0,1,0.6931471824645996,1,6.676656246185303,3.6635615825653076,6.113682270050049,0,0,0,0,1,0,0,0,1,6.676656246185303 +161,1,1,1,1,1,2,5,38,883.36981201171875,24738,4249,324.0078125,0,1,5.081404209136963,1,6.783743858337402,3.6375861167907715,10.116095542907715,0,0,0,0,1,0,0,0,1,6.783743858337402 +29,1,1,1,1,1,2,5,56,718.7274169921875,3708,4252,324.0078125,0,1,3.367295742034912,1,6.577482223510742,4.025351524353027,8.21824836730957,0,0,0,0,1,0,0,0,1,6.577482223510742 +182,1,1,1,1,1,2,5,57,643.79400634765625,44500,4252,324.0078125,0,1,5.204006671905518,1,6.467378616333008,4.043051242828369,10.70324420928955,0,0,0,0,1,0,0,0,1,6.467378616333008 +17,1,1,1,1,1,2,5,41,639.5723876953125,1900,4252,324.0078125,0,1,2.8332133293151855,1,6.460799694061279,3.7135720252990723,7.549609184265137,0,0,0,0,1,0,0,0,1,6.460799694061279 +16,1,1,1,1,0,2,5,29,712.39501953125,2342,4252,324.0078125,0,1,2.7725887298583984,1,6.56863260269165,3.367295742034912,7.758760452270508,0,0,0,0,1,0,0,0,1,6.56863260269165 +182,1,1,1,1,0,2,5,58,670.17901611328125,10000,4252,324.0078125,0,1,5.204006671905518,1,6.507544994354248,4.060442924499512,9.21034049987793,0,0,0,0,1,0,0,0,1,6.507544994354248 +2,1,1,1,1,0,2,5,54,633.239990234375,196,4252,324.0078125,0,1,0.6931471824645996,1,6.450849533081055,3.9889841079711914,5.2781147956848145,0,0,0,0,1,0,0,0,1,6.450849533081055 +5,1,1,1,1,0,2,5,41,654.3480224609375,336,4249,324.0078125,0,1,1.6094379425048828,1,6.483639240264893,3.7135720252990723,5.817111015319824,0,0,0,0,1,0,0,0,1,6.483639240264893 +10,1,1,1,0,0,2,5,27,664.9019775390625,319,4252,324.0078125,0,1,2.3025851249694824,1,6.499639511108398,3.295836925506592,5.765191078186035,0,0,0,0,1,0,0,0,1,6.499639511108398 +5,1,1,1,1,0,3,5,52,924.5303955078125,936,4252,324.0078125,0,1,1.6094379425048828,1,6.829286098480225,3.9512436389923096,6.841615676879883,0,0,0,0,1,0,0,0,0,6.829286098480225 +7,1,1,1,1,0,3,5,63,796.8270263671875,869,4252,324.0078125,0,1,1.945910096168518,1,6.680637836456299,4.143134593963623,6.767343044281006,0,0,0,0,1,0,0,0,0,6.680637836456299 +2,1,1,1,1,0,3,5,30,645.90478515625,78,4252,324.0078125,0,1,0.6931471824645996,1,6.470652103424072,3.4011974334716797,4.356709003448486,0,0,0,0,1,0,0,0,0,6.470652103424072 +4,1,1,1,1,0,3,5,42,794.7161865234375,481,4252,324.0078125,0,1,1.3862943649291992,1,6.677985191345215,3.7376697063446045,6.175867080688477,0,0,0,0,1,0,0,0,0,6.677985191345215 +8,1,1,1,1,0,3,5,60,930.86279296875,228,4252,324.0078125,0,1,2.079441547393799,1,6.836112022399902,4.094344615936279,5.429345607757568,0,0,0,0,1,0,0,0,0,6.836112022399902 +11,1,1,1,1,0,3,5,41,660.680419921875,1555,4252,324.0078125,0,1,2.397895336151123,1,6.493270397186279,3.7135720252990723,7.349230766296387,0,0,0,0,1,0,0,0,0,6.493270397186279 +8,1,1,1,1,1,3,5,45,705.0072021484375,561,4252,324.0078125,0,1,2.079441547393799,1,6.558207988739014,3.8066625595092773,6.329720973968506,0,0,0,0,1,0,0,0,0,6.558207988739014 +3,1,1,1,1,0,3,5,53,746.16778564453125,327,4249,324.0078125,0,1,1.0986123085021973,1,6.614950656890869,3.97029185295105,5.7899603843688965,0,0,0,0,1,0,0,0,0,6.614950656890869 +4,1,1,1,1,0,3,5,40,677.5667724609375,396,4252,324.0078125,0,1,1.3862943649291992,1,6.518507957458496,3.6888794898986816,5.981414318084717,0,0,0,0,1,0,0,0,0,6.518507957458496 +14,1,1,1,1,0,3,5,41,779.94061279296875,1513,4252,324.0078125,0,1,2.6390573978424072,1,6.659217834472656,3.7135720252990723,7.321849822998047,0,0,0,0,1,0,0,0,0,6.659217834472656 +41,1,1,1,1,0,3,5,51,963.5802001953125,1211,4252,324.0078125,0,1,3.7135720252990723,1,6.870655536651611,3.931825637817383,7.099201679229736,0,0,0,0,1,0,0,0,0,6.870655536651611 +23,1,1,1,1,0,3,5,42,955.13702392578125,816,4252,324.0078125,0,1,3.1354942321777344,1,6.8618550300598145,3.7376697063446045,6.704414367675781,0,0,0,0,1,0,0,0,0,6.8618550300598145 +1,1,1,1,0,0,3,5,26,660.680419921875,154,4252,324.0078125,0,1,0,1,6.493270397186279,3.25809645652771,5.036952495574951,0,0,0,0,1,0,0,0,0,6.493270397186279 +4,1,1,1,1,0,3,5,34,644.84942626953125,318,4252,324.0078125,0,1,1.3862943649291992,1,6.469017028808594,3.526360511779785,5.762051582336426,0,0,0,0,1,0,0,0,0,6.469017028808594 +3,1,1,1,1,0,3,5,39,813.71337890625,95,4252,324.0078125,0,1,1.0986123085021973,1,6.701608180999756,3.6635615825653076,4.553876876831055,0,0,0,0,1,0,0,0,0,6.701608180999756 +9,1,1,1,1,0,3,5,35,680.73297119140625,739,4252,324.0078125,0,1,2.1972246170043945,1,6.523169994354248,3.5553481578826904,6.605298042297363,0,0,0,0,1,0,0,0,0,6.523169994354248 +30,1,1,1,1,1,3,5,29,733.50299072265625,7183,4246,324.0078125,0,1,3.4011974334716797,1,6.597831726074219,3.367295742034912,8.879472732543945,0,0,0,0,1,0,0,0,0,6.597831726074219 +5,1,1,1,1,0,3,5,35,654.3480224609375,406,4252,324.0078125,0,1,1.6094379425048828,1,6.483639240264893,3.5553481578826904,6.006353378295898,0,0,0,0,1,0,0,0,0,6.483639240264893 +0.25,1,1,1,0,0,3,5,36,763.05419921875,98,4252,324.0078125,0,1,-1.3862943649291992,1,6.6373291015625,3.5835189819335938,4.584967613220215,0,0,0,0,1,0,0,0,0,6.6373291015625 +3,1,1,1,1,0,3,5,39,691.2869873046875,536,4252,324.0078125,0,1,1.0986123085021973,1,6.538555145263672,3.6635615825653076,6.284134387969971,0,0,0,0,1,0,0,0,0,6.538555145263672 +3,1,1,1,1,1,3,5,41,791.54998779296875,5012,4252,324.0078125,0,1,1.0986123085021973,1,6.673993110656738,3.7135720252990723,8.519590377807617,0,0,0,0,1,0,0,0,0,6.673993110656738 +10,1,1,1,1,0,3,5,30,674.40057373046875,1193,4210,324.0078125,0,1,2.3025851249694824,1,6.513824462890625,3.4011974334716797,7.084226608276367,0,0,0,0,1,0,0,0,0,6.513824462890625 +130,1,1,1,1,0,3,5,43,825.32281494140625,1500,4252,324.0078125,0,1,4.867534637451172,1,6.7157745361328125,3.761200189590454,7.313220500946045,0,0,0,0,1,0,0,0,0,6.7157745361328125 +1,1,1,1,1,0,3,5,41,652.2371826171875,133,4252,324.0078125,0,1,0,1,6.480408191680908,3.7135720252990723,4.8903489112854,0,0,0,0,1,0,0,0,0,6.480408191680908 +23,1,1,1,1,0,3,5,40,635.350830078125,2379,4252,324.0078125,0,1,3.1354942321777344,1,6.454177379608154,3.6888794898986816,7.774435520172119,0,0,0,0,1,0,0,0,0,6.454177379608154 +9,1,1,1,1,0,3,5,53,1054.3446044921875,352,4252,324.0078125,0,1,2.1972246170043945,1,6.96067476272583,3.97029185295105,5.863631248474121,0,0,0,0,1,0,0,0,0,6.96067476272583 +36,1,1,1,1,0,3,5,35,731.3922119140625,492,4252,324.0078125,0,1,3.5835189819335938,1,6.594949722290039,3.5553481578826904,6.198478698730469,0,0,0,0,1,0,0,0,0,6.594949722290039 +1,1,1,1,1,0,3,5,31,753.55560302734375,369,4252,53.825401306152344,0,1,0,1,6.624802589416504,3.4339871406555176,5.910796642303467,0,0,0,0,1,0,0,0,0,6.624802589416504 +4,1,1,1,1,0,3,5,57,715.56121826171875,221,4252,324.0078125,0,1,1.3862943649291992,1,6.5730671882629395,4.043051242828369,5.398162841796875,0,0,0,0,1,0,0,0,0,6.5730671882629395 +0.25,1,1,1,1,0,3,5,48,676.51141357421875,119,4252,324.0078125,0,1,-1.3862943649291992,1,6.51694917678833,3.8712010383605957,4.779123306274414,0,0,0,0,1,0,0,0,0,6.51694917678833 +6,1,1,1,1,1,2,5,40,811.60260009765625,2547,4252,162.53160095214844,0,1,1.7917594909667969,1,6.699010848999023,3.6888794898986816,7.8426713943481445,0,0,0,0,1,0,0,0,1,6.699010848999023 +4,1,1,1,1,0,3,5,38,738.780029296875,1509,4252,324.0078125,0,1,1.3862943649291992,1,6.605000019073486,3.6375861167907715,7.319202423095703,0,0,0,0,1,0,0,0,0,6.605000019073486 +8,1,1,1,1,0,3,5,34,634.29541015625,1338,4252,324.0078125,0,1,2.079441547393799,1,6.4525146484375,3.526360511779785,7.1989312171936035,0,0,0,0,1,0,0,0,0,6.4525146484375 +2,1,1,1,1,0,3,5,44,874.92657470703125,167,4204,324.0078125,0,1,0.6931471824645996,1,6.774139881134033,3.7841897010803223,5.1179938316345215,0,0,0,0,1,0,0,0,0,6.774139881134033 +1,1,1,1,1,1,3,5,32,663.84661865234375,357,4252,324.0078125,0,1,0,1,6.498051166534424,3.465735912322998,5.877735614776611,0,0,0,0,1,0,0,0,0,6.498051166534424 +4,1,1,1,1,0,1,6,47,814.768798828125,115,5352,324.0078125,0,1,1.3862943649291992,1,6.702904224395752,3.8501474857330322,4.744932174682617,0,0,0,0,0,1,0,1,0,6.702904224395752 +5,1,1,1,1,0,1,6,54,847.4862060546875,340,5628,324.0078125,0,1,1.6094379425048828,1,6.742274761199951,3.9889841079711914,5.828945636749268,0,0,0,0,0,1,0,1,0,6.742274761199951 +1,1,1,1,1,0,1,6,31,720.83819580078125,193,5649,324.0078125,0,1,0,1,6.580414772033691,3.4339871406555176,5.26269006729126,0,0,0,0,0,1,0,1,0,6.580414772033691 +17,1,1,1,1,0,1,6,68,891.81298828125,290,5204,324.0078125,0,1,2.8332133293151855,1,6.7932562828063965,4.219507694244385,5.6698808670043945,0,0,0,0,0,1,0,1,0,6.7932562828063965 +18,1,1,1,1,1,1,6,36,790.49462890625,10744,5028,324.0078125,0,1,2.890371799468994,1,6.672658920288086,3.5835189819335938,9.282102584838867,0,0,0,0,0,1,0,1,0,6.672658920288086 +19,1,1,1,1,0,1,6,45,733.50299072265625,8295,5728,324.0078125,0,1,2.944438934326172,1,6.597831726074219,3.8066625595092773,9.023407936096191,0,0,0,0,0,1,0,1,0,6.597831726074219 +10,1,1,1,1,1,1,6,51,694.45318603515625,1020,5628,324.0078125,0,1,2.3025851249694824,1,6.543124675750732,3.931825637817383,6.927557945251465,0,0,0,0,0,1,0,1,0,6.543124675750732 +4,1,1,1,1,0,1,6,23,793.66082763671875,258,5528,324.0078125,0,1,1.3862943649291992,1,6.676656246185303,3.1354942321777344,5.552959442138672,0,0,0,0,0,1,0,1,0,6.676656246185303 +1,1,1,1,1,0,1,6,32,766.22039794921875,195,5728,215.30160522460938,0,1,0,1,6.641469955444336,3.465735912322998,5.2729997634887695,0,0,0,0,0,1,0,1,0,6.641469955444336 +24,1,1,1,1,0,2,6,34,665.9573974609375,3294,5528,324.0078125,0,1,3.178053855895996,1,6.501225471496582,3.526360511779785,8.099858283996582,0,0,0,0,0,1,0,0,1,6.501225471496582 +24,1,1,1,1,0,2,6,34,665.9573974609375,3294,5528,324.0078125,0,1,3.178053855895996,1,6.501225471496582,3.526360511779785,8.099858283996582,0,0,0,0,0,1,0,0,1,6.501225471496582 +8,1,1,1,1,0,1,6,26,656.45880126953125,495,5728,324.0078125,0,1,2.079441547393799,1,6.4868597984313965,3.25809645652771,6.2045578956604,0,0,0,0,0,1,0,1,0,6.4868597984313965 +5,1,1,1,1,0,1,6,56,710.2841796875,236,5240,324.0078125,0,1,1.6094379425048828,1,6.565665245056152,4.025351524353027,5.463831901550293,0,0,0,0,0,1,0,1,0,6.565665245056152 +9,1,1,1,0,0,2,6,43,690.23162841796875,241,5528,324.0078125,0,1,2.1972246170043945,1,6.537027359008789,3.761200189590454,5.48479700088501,0,0,0,0,0,1,0,0,1,6.537027359008789 +35,1,1,1,1,1,2,6,51,809.4918212890625,8745,5404,324.0078125,0,1,3.5553481578826904,1,6.696406841278076,3.931825637817383,9.076237678527832,0,0,0,0,0,1,0,0,1,6.696406841278076 +175,1,1,1,1,1,2,6,59,746.16778564453125,7478,5349,324.0078125,0,1,5.164785861968994,1,6.614950656890869,4.077537536621094,8.919720649719238,0,0,0,0,0,1,0,0,1,6.614950656890869 +7,1,1,1,0,0,2,6,41,755.6663818359375,91,5052,324.0078125,0,1,1.945910096168518,1,6.627600193023682,3.7135720252990723,4.510859489440918,0,0,0,0,0,1,0,0,1,6.627600193023682 +1,1,1,1,1,0,2,6,58,669.12359619140625,140,5349,324.0078125,0,1,0,1,6.5059685707092285,4.060442924499512,4.9416422843933105,0,0,0,0,0,1,0,0,1,6.5059685707092285 +18,1,1,1,1,1,2,6,46,783.1068115234375,4563,5528,324.0078125,0,1,2.890371799468994,1,6.66326904296875,3.828641414642334,8.4257354736328125,0,0,0,0,0,1,0,0,1,6.66326904296875 +25,1,1,1,NA,0,2,6,45,1002.6300048828125,0,5349,324.0078125,0,1,3.2188758850097656,1,6.91038179397583,3.8066625595092773,0,0,0,0,0,0,1,0,0,1,6.91038179397583 +5,1,1,1,1,0,2,6,60,846.4307861328125,2789,5352,324.0078125,0,1,1.6094379425048828,1,6.741028308868408,4.094344615936279,7.933438301086426,0,0,0,0,0,1,0,0,1,6.741028308868408 +17,1,1,1,1,0,2,6,31,688.12078857421875,2447,5310,324.0078125,0,1,2.8332133293151855,1,6.533964157104492,3.4339871406555176,7.802618026733398,0,0,0,0,0,1,0,0,1,6.533964157104492 +13,1,1,1,1,0,2,6,30,639.5723876953125,182,5352,324.0078125,0,1,2.5649492740631104,1,6.460799694061279,3.4011974334716797,5.204006671905518,0,0,0,0,0,1,0,0,1,6.460799694061279 +7,1,1,1,1,0,2,6,41,776.7744140625,305,5747,324.0078125,0,1,1.945910096168518,1,6.655149936676025,3.7135720252990723,5.720311641693115,0,0,0,0,0,1,0,0,1,6.655149936676025 +4,1,1,1,1,0,2,6,27,638.51702880859375,958,5410,324.0078125,0,1,1.3862943649291992,1,6.459148406982422,3.295836925506592,6.864847660064697,0,0,0,0,0,1,0,0,1,6.459148406982422 +3,1,1,1,1,1,2,6,37,917.142578125,5152,5310,324.0078125,0,1,1.0986123085021973,1,6.821262836456299,3.610917806625366,8.547140121459961,0,0,0,0,0,1,0,0,1,6.821262836456299 +12,1,1,1,1,1,2,6,63,747.22320556640625,2428,5252,324.0078125,0,1,2.4849066734313965,1,6.616364002227783,4.143134593963623,7.794823169708252,0,0,0,0,0,1,0,0,1,6.616364002227783 +6,1,1,1,1,0,2,6,34,646.960205078125,564,5428,324.0078125,0,1,1.7917594909667969,1,6.47228479385376,3.526360511779785,6.335054397583008,0,0,0,0,0,1,0,0,1,6.47228479385376 +4,1,1,1,0,0,2,6,27,796.8270263671875,314,5549,324.0078125,0,1,1.3862943649291992,1,6.680637836456299,3.295836925506592,5.749392986297607,0,0,0,0,0,1,0,0,1,6.680637836456299 +5,1,1,1,0,0,2,6,35,705.0072021484375,0,5549,324.0078125,0,1,1.6094379425048828,1,6.558207988739014,3.5553481578826904,0,0,0,0,0,0,1,0,0,1,6.558207988739014 +17,1,1,1,1,1,2,6,39,721.89361572265625,8278,5643,324.0078125,0,1,2.8332133293151855,1,6.581877708435059,3.6635615825653076,9.021356582641602,0,0,0,0,0,1,0,0,1,6.581877708435059 +3,1,1,1,1,0,2,6,45,755.6663818359375,167,5352,324.0078125,0,1,1.0986123085021973,1,6.627600193023682,3.8066625595092773,5.1179938316345215,0,0,0,0,0,1,0,0,1,6.627600193023682 +14,1,1,1,1,0,2,6,62,708.17340087890625,1137,5728,324.0078125,0,1,2.6390573978424072,1,6.562688827514648,4.127134323120117,7.036148548126221,0,0,0,0,0,1,0,0,1,6.562688827514648 +2,1,1,1,1,0,2,6,39,820.0457763671875,289,5549,324.0078125,0,1,0.6931471824645996,1,6.709360122680664,3.6635615825653076,5.666426658630371,0,0,0,0,0,1,0,0,1,6.709360122680664 +8,1,1,1,1,0,2,6,59,635.350830078125,222,5643,324.0078125,0,1,2.079441547393799,1,6.454177379608154,4.077537536621094,5.402677536010742,0,0,0,0,0,1,0,0,1,6.454177379608154 +4,1,1,1,1,0,3,6,35,721.89361572265625,315,5352,341.9495849609375,0,1,1.3862943649291992,1,6.581877708435059,3.5553481578826904,5.752572536468506,0,0,0,0,0,1,0,0,0,6.581877708435059 +13,1,1,0,1,0,3,6,56,898.1453857421875,680,5549,324.0078125,0,1,2.5649492740631104,1,6.800332069396973,4.025351524353027,6.522092819213867,0,0,0,0,0,1,0,0,0,6.800332069396973 +2,1,1,1,1,0,3,6,40,736.669189453125,491,5452,324.0078125,0,1,0.6931471824645996,1,6.602138996124268,3.6888794898986816,6.196444034576416,0,0,0,0,0,1,0,0,0,6.602138996124268 +3,1,1,1,1,0,3,6,61,672.289794921875,363,5436,324.0078125,0,1,1.0986123085021973,1,6.5106892585754395,4.110873699188232,5.894402980804443,0,0,0,0,0,1,0,0,0,6.5106892585754395 +55,1,1,1,1,0,3,6,57,660.680419921875,7960,5352,324.0078125,0,1,4.007333278656006,1,6.493270397186279,4.043051242828369,8.982184410095215,0,0,0,0,0,1,0,0,0,6.493270397186279 +20,1,1,1,1,1,3,6,50,724.00439453125,3436,5352,324.0078125,0,1,2.995732307434082,1,6.584797382354736,3.9120230674743652,8.14206314086914,0,0,0,0,0,1,0,0,0,6.584797382354736 +3,1,1,NA,1,0,3,6,37,636.40618896484375,109,5549,324.0078125,0,1,1.0986123085021973,1,6.455837249755859,3.610917806625366,4.691348075866699,0,0,0,0,0,1,0,0,0,6.455837249755859 +3,1,1,1,1,0,3,6,33,743.0015869140625,254,5549,324.0078125,0,1,1.0986123085021973,1,6.610698223114014,3.4965076446533203,5.537334442138672,0,0,0,0,0,1,0,0,0,6.610698223114014 +7,1,1,1,1,0,3,6,35,740.89080810546875,829,5628,324.0078125,0,1,1.945910096168518,1,6.607853412628174,3.5553481578826904,6.72022008895874,0,0,0,0,0,1,0,0,0,6.607853412628174 +1,1,1,1,1,0,3,6,39,743.0015869140625,258,5337,324.0078125,0,1,0,1,6.610698223114014,3.6635615825653076,5.552959442138672,0,0,0,0,0,1,0,0,0,6.610698223114014 +15,1,1,0,1,1,3,6,33,645.90478515625,4164,5310,324.0078125,0,1,2.70805025100708,1,6.470652103424072,3.4965076446533203,8.33423137664795,0,0,0,0,0,1,0,0,0,6.470652103424072 +3,1,1,1,0,0,3,6,33,738.780029296875,83,5649,324.0078125,0,1,1.0986123085021973,1,6.605000019073486,3.4965076446533203,4.418840408325195,0,0,0,0,0,1,0,0,0,6.605000019073486 +3,1,1,1,0,0,3,6,30,693.3978271484375,2159,5349,324.0078125,0,1,1.0986123085021973,1,6.541604042053223,3.4011974334716797,7.677400588989258,0,0,0,0,0,1,0,0,0,6.541604042053223 +0.25,1,1,1,1,0,3,6,56,747.22320556640625,262,5410,459.0989990234375,0,1,-1.3862943649291992,1,6.616364002227783,4.025351524353027,5.568344593048096,0,0,0,0,0,1,0,0,0,6.616364002227783 +11,1,1,1,0,0,3,6,22,660.680419921875,346,5628,324.0078125,0,1,2.397895336151123,1,6.493270397186279,3.0910425186157227,5.846438884735107,0,0,0,0,0,1,0,0,0,6.493270397186279 +19,1,1,1,1,1,3,6,45,640.6278076171875,2044,5349,324.0078125,0,1,2.944438934326172,1,6.462448596954346,3.8066625595092773,7.622663974761963,0,0,0,0,0,1,0,0,0,6.462448596954346 +18,1,1,1,1,1,3,6,47,680.73297119140625,3944,5349,324.0078125,0,1,2.890371799468994,1,6.523169994354248,3.8501474857330322,8.279951095581055,0,0,0,0,0,1,0,0,0,6.523169994354248 +3,1,1,1,1,0,3,6,46,767.27581787109375,280,5728,324.0078125,0,1,1.0986123085021973,1,6.64284610748291,3.828641414642334,5.63478946685791,0,0,0,0,0,1,0,0,0,6.64284610748291 +6,1,1,1,1,1,3,6,36,655.40338134765625,2150,5352,324.0078125,0,1,1.7917594909667969,1,6.485250949859619,3.5835189819335938,7.67322301864624,0,0,0,0,0,1,0,0,0,6.485250949859619 +1,1,1,1,1,1,3,6,32,650.12640380859375,2141,5352,324.0078125,0,1,0,1,6.477166652679443,3.465735912322998,7.669028282165527,0,0,0,0,0,1,0,0,0,6.477166652679443 +2,1,1,0,0,1,3,6,25,730.3367919921875,5210,5528,360.9468078613281,0,1,0.6931471824645996,1,6.593505859375,3.2188758850097656,8.558335304260254,0,0,0,0,0,1,0,0,0,6.593505859375 +26,1,1,1,1,0,3,6,61,893.923828125,871,5428,324.0078125,0,1,3.25809645652771,1,6.795620441436768,4.110873699188232,6.769641876220703,0,0,0,0,0,1,0,0,0,6.795620441436768 +1,1,1,1,1,1,3,6,56,872.8157958984375,197,5140,324.0078125,0,1,0,1,6.771724700927734,4.025351524353027,5.283203601837158,0,0,0,0,0,1,0,0,0,6.771724700927734 +2,1,1,1,1,1,3,6,33,730.3367919921875,5998,5340,324.0078125,0,1,0.6931471824645996,1,6.593505859375,3.4965076446533203,8.69918155670166,0,0,0,0,0,1,0,0,0,6.593505859375 +10,1,1,1,1,0,3,6,57,901.31158447265625,1553,5628,324.0078125,0,1,2.3025851249694824,1,6.803851127624512,4.043051242828369,7.3479437828063965,0,0,0,0,0,1,0,0,0,6.803851127624512 +182,1,1,1,1,0,2,6,42,645.90478515625,10000,5316,324.0078125,0,1,5.204006671905518,1,6.470652103424072,3.7376697063446045,9.21034049987793,0,0,0,0,0,1,0,0,1,6.470652103424072 +16,1,1,1,1,0,1,8,42,706.0626220703125,1305,9010,324.0078125,0,1,2.7725887298583984,1,6.559703826904297,3.7376697063446045,7.1739583015441895,0,0,0,0,0,0,0,1,0,6.559703826904297 +104,1,1,1,0,1,2,8,34,713.45037841796875,30066,9013,324.0078125,0,1,4.644391059875488,1,6.570112705230713,3.526360511779785,10.311150550842285,0,0,0,0,0,0,0,0,1,6.570112705230713 +39,1,1,1,1,0,2,8,21,696.56402587890625,6004,9052,324.0078125,0,1,3.6635615825653076,1,6.546159744262695,3.044522523880005,8.700181007385254,0,0,0,0,0,0,0,0,1,6.546159744262695 +0.25,1,1,1,1,0,2,8,39,669.12359619140625,225,9004,324.0078125,0,1,-1.3862943649291992,1,6.5059685707092285,3.6635615825653076,5.41610050201416,0,0,0,0,0,0,0,0,1,6.5059685707092285 +1,1,1,1,1,0,3,8,36,755.6663818359375,366,9049,107.65080261230469,0,1,0,1,6.627600193023682,3.5835189819335938,5.902633190155029,0,0,0,0,0,0,0,0,0,6.627600193023682 +182,1,1,1,1,1,3,8,40,1583.0999755859375,33742,9010,324.0078125,0,1,5.204006671905518,1,7.367140293121338,3.6888794898986816,10.426498413085938,0,0,0,0,0,0,0,0,0,7.367140293121338 +9,1,1,1,NA,0,2,7,41,744.0570068359375,1436,8034,84.43199920654297,0,1,2.1972246170043945,1,6.612117767333984,3.7135720252990723,7.269616603851318,0,0,0,0,0,0,1,0,1,6.612117767333984 +3,1,1,1,1,1,3,7,33,693.3978271484375,2075,8053,324.0078125,0,1,1.0986123085021973,1,6.541604042053223,3.4965076446533203,7.637716293334961,0,0,0,0,0,0,1,0,0,6.541604042053223 +0.25,1,1,1,1,1,3,7,53,1054.3446044921875,816,6100,324.0078125,0,1,-1.3862943649291992,1,6.96067476272583,3.97029185295105,6.704414367675781,0,0,0,0,0,0,1,0,0,6.96067476272583 +1,1,0,1,1,0,1,1,26,271.23779296875,270,1540,180.47340393066406,0,1,0,0,5.602995872497559,3.25809645652771,5.598422050476074,1,0,0,0,0,0,0,1,0,0 +0.25,1,0,1,0,1,1,1,19,305.0105895996094,1533,1010,191.02740478515625,0,1,-1.3862943649291992,0,5.720346450805664,2.944438934326172,7.334981918334961,1,0,0,0,0,0,0,1,0,0 +1,1,0,1,0,1,1,1,19,305.0105895996094,1866,1010,191.02740478515625,0,1,0,0,5.720346450805664,2.944438934326172,7.531552314758301,1,0,0,0,0,0,0,1,0,0 +2,1,0,1,1,1,3,1,30,265.9607849121094,880,1810,177.3072052001953,0,1,0.6931471824645996,0,5.583348751068115,3.4011974334716797,6.779922008514404,1,0,0,0,0,0,0,0,0,0 +4,1,0,0,1,0,1,1,36,268.07159423828125,255,1110,178.3625946044922,0,1,1.3862943649291992,0,5.591254234313965,3.5835189819335938,5.541263580322266,1,0,0,0,0,0,0,1,0,0 +0.25,1,0,1,1,1,1,1,41,280.73638916015625,1976,1840,169.91940307617188,0,1,-1.3862943649291992,0,5.637415885925293,3.7135720252990723,7.58882999420166,1,0,0,0,0,0,0,1,0,0 +23,1,0,1,0,1,2,1,22,286.0133972167969,3443,1007,191.02740478515625,0,1,3.1354942321777344,0,5.656038761138916,3.0910425186157227,8.144098281860352,1,0,0,0,0,0,0,0,1,0 +13,1,0,1,0,1,2,1,30,290.2349853515625,4859,1128,191.02740478515625,0,1,2.5649492740631104,0,5.670691013336182,3.4011974334716797,8.488588333129883,1,0,0,0,0,0,0,0,1,0 +3,1,0,1,1,1,3,1,33,290.2349853515625,1926,1425,193.13819885253906,0,1,1.0986123085021973,0,5.670691013336182,3.4965076446533203,7.5632004737854,1,0,0,0,0,0,0,0,0,0 +182,1,0,1,1,1,3,1,35,303.9552001953125,12755,1207,202.6367950439453,0,1,5.204006671905518,0,5.7168803215026855,3.5553481578826904,9.453679084777832,1,0,0,0,0,0,0,0,0,0 +3,1,0,0,1,1,3,1,25,269.12701416015625,2652,1528,179.41799926757812,0,1,1.0986123085021973,0,5.595183372497559,3.2188758850097656,7.8830695152282715,1,0,0,0,0,0,0,0,0,0 +8,1,0,0,0,0,1,2,32,259.6283874511719,712,2152,173.08560180664062,0,1,2.079441547393799,0,5.559251308441162,3.465735912322998,6.56807804107666,0,1,0,0,0,0,0,1,0,0 +182,1,0,1,1,1,2,2,40,283.902587890625,7890,2246,188.91659545898438,0,1,5.204006671905518,0,5.6486310958862305,3.6888794898986816,8.97335147857666,0,1,0,0,0,0,0,0,1,0 +0.25,1,0,0,NA,0,3,2,30,276.5148010253906,108,2552,184.69500732421875,0,1,-1.3862943649291992,0,5.622264385223389,3.4011974334716797,4.682131290435791,0,1,0,0,0,0,0,0,0,0 +14,1,0,1,1,1,3,2,27,249.07440185546875,2007,2549,165.6977996826172,0,1,2.6390573978424072,0,5.517751693725586,3.295836925506592,7.604396343231201,0,1,0,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,2,25,251.18519592285156,97,2052,167.80859375,0,1,0.6931471824645996,0,5.526190280914307,3.2188758850097656,4.574710845947266,0,1,0,0,0,0,0,0,0,0 +6,1,0,0,1,0,3,2,26,269.12701416015625,94,2537,179.41799926757812,0,1,1.7917594909667969,0,5.595183372497559,3.25809645652771,4.543294906616211,0,1,0,0,0,0,0,0,0,0 +16,1,0,0,1,0,3,3,42,261.73919677734375,1737,3352,174.14100646972656,0,1,2.7725887298583984,0,5.567348480224609,3.7376697063446045,7.459914684295654,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,3,29,267.0162048339844,204,3640,183.6396026611328,0,1,-1.3862943649291992,0,5.58730936050415,3.367295742034912,5.318120002746582,0,0,1,0,0,0,0,0,0,0 +8,1,0,1,0,0,3,3,24,264.9053955078125,380,3528,177.3072052001953,0,1,2.079441547393799,0,5.579372882843018,3.178053855895996,5.940171241760254,0,0,1,0,0,0,0,0,0,0 +33,1,0,1,1,1,3,3,31,269.12701416015625,17041,3702,180.47340393066406,0,1,3.4965076446533203,0,5.595183372497559,3.4339871406555176,9.743377685546875,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,1,3,3,24,303.9552001953125,516,3740,157.2545928955078,0,1,1.0986123085021973,0,5.7168803215026855,3.178053855895996,6.2461066246032715,0,0,1,0,0,0,0,0,0,0 +17,1,0,1,1,0,NA,3,25,289.1795959472656,677,3552,239.5758056640625,0,1,2.8332133293151855,0,5.66704797744751,3.2188758850097656,6.51767110824585,0,0,1,0,0,0,0,NA,NA,0 +3,1,0,1,1,0,1,3,27,253.29600524902344,307,3328,168.86399841308594,0,1,1.0986123085021973,0,5.5345587730407715,3.295836925506592,5.7268476486206055,0,0,1,0,0,0,0,1,0,0 +34,1,0,1,0,1,1,3,41,274.40399169921875,8649,3228,169.91940307617188,0,1,3.526360511779785,0,5.6146016120910645,3.7135720252990723,9.06519889831543,0,0,1,0,0,0,0,1,0,0 +13,1,0,1,1,0,1,3,34,250.1298065185547,584,3510,166.75320434570312,0,1,2.5649492740631104,0,5.521979808807373,3.526360511779785,6.369901180267334,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,27,257.5176086425781,183,3110,170.97479248046875,0,1,0,0,5.551088333129883,3.295836925506592,5.20948600769043,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,3,61,253.29600524902344,76,3549,168.86399841308594,0,1,0,0,5.5345587730407715,4.110873699188232,4.330733299255371,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,3,55,268.07159423828125,711,3640,178.3625946044922,0,1,1.0986123085021973,0,5.591254234313965,4.007333278656006,6.566672325134277,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,1,0,1,3,59,277.5701904296875,108,3628,184.69500732421875,0,1,1.6094379425048828,0,5.626073837280273,4.077537536621094,4.682131290435791,0,0,1,0,0,0,0,1,0,0 +8,1,0,1,0,0,1,3,30,307.12139892578125,0,3149,204.7476043701172,0,1,2.079441547393799,0,5.727242946624756,3.4011974334716797,0,0,0,1,0,0,0,0,1,0,0 +9,1,0,0,0,0,1,3,34,254.3513946533203,213,3337,186.80580139160156,0,1,2.1972246170043945,0,5.538716793060303,3.526360511779785,5.361292362213135,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,0,1,3,22,297.622802734375,282,3540,198.4152069091797,0,1,0.6931471824645996,0,5.695827007293701,3.0910425186157227,5.641907215118408,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,0,1,3,61,283.902587890625,823,3628,181.52879333496094,0,1,1.3862943649291992,0,5.6486310958862305,4.110873699188232,6.712956428527832,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,3,18,288.12420654296875,179,3540,192.08279418945312,0,1,0.6931471824645996,0,5.663391590118408,2.890371799468994,5.1873860359191895,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,3,32,293.4012145996094,385,3640,196.3043975830078,0,1,0.6931471824645996,0,5.6815409660339355,3.465735912322998,5.953243255615234,0,0,1,0,0,0,0,1,0,0 +182,1,0,1,1,1,1,3,28,263.8500061035156,14240,3240,176.25180053710938,0,1,5.204006671905518,0,5.575380802154541,3.332204580307007,9.563810348510742,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,3,21,263.8500061035156,106,3510,175.19639587402344,0,1,0.6931471824645996,0,5.575380802154541,3.044522523880005,4.6634392738342285,0,0,1,0,0,0,0,1,0,0 +7,1,0,1,1,0,1,3,21,263.8500061035156,1630,3552,175.19639587402344,0,1,1.945910096168518,0,5.575380802154541,3.044522523880005,7.396335124969482,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,3,46,279.6809997558594,114,3210,186.80580139160156,0,1,-1.3862943649291992,0,5.633649826049805,3.828641414642334,4.736198425292969,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,3,25,249.07440185546875,330,3152,165.6977996826172,0,1,1.0986123085021973,0,5.517751693725586,3.2188758850097656,5.799092769622803,0,0,1,0,0,0,0,1,0,0 +9,1,0,1,1,1,1,3,45,303.9552001953125,2781,3410,191.02740478515625,0,1,2.1972246170043945,0,5.7168803215026855,3.8066625595092773,7.93056583404541,0,0,1,0,0,0,0,1,0,0 +182,1,0,0,1,0,1,3,31,301.8443908691406,13600,3437,201.58140563964844,0,1,5.204006671905518,0,5.709911823272705,3.4339871406555176,9.51782512664795,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,3,55,293.4012145996094,174,3740,195.24899291992188,0,1,0.6931471824645996,0,5.6815409660339355,4.007333278656006,5.159055233001709,0,0,1,0,0,0,0,1,0,0 +4,1,0,NA,1,0,1,3,24,267.0162048339844,0,3252,178.3625946044922,0,1,1.3862943649291992,0,5.58730936050415,3.178053855895996,0,0,0,1,0,0,0,0,1,0,0 +12,1,0,0,0,0,1,3,40,294.45660400390625,2200,3449,196.3043975830078,0,1,2.4849066734313965,0,5.685131549835205,3.6888794898986816,7.6962127685546875,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,0,0,1,3,20,283.902587890625,355,3740,188.91659545898438,0,1,1.3862943649291992,0,5.6486310958862305,2.995732307434082,5.87211799621582,0,0,1,0,0,0,0,1,0,0 +6,1,0,1,1,0,1,3,34,292.3457946777344,1534,3052,195.24899291992188,0,1,1.7917594909667969,0,5.6779375076293945,3.526360511779785,7.335633754730225,0,0,1,0,0,0,0,1,0,0 +9,1,0,1,0,0,1,3,46,296.5674133300781,1127,3628,191.02740478515625,0,1,2.1972246170043945,0,5.692274570465088,3.828641414642334,7.02731466293335,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,3,33,270.1824035644531,1053,3152,183.6396026611328,0,1,1.6094379425048828,0,5.59909725189209,3.4965076446533203,6.9593987464904785,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,1,1,3,33,288.12420654296875,3451,3613,192.08279418945312,0,1,1.3862943649291992,0,5.663391590118408,3.4965076446533203,8.146419525146484,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,21,303.9552001953125,356,3640,168.86399841308594,0,1,0,0,5.7168803215026855,3.044522523880005,5.8749308586120605,0,0,1,0,0,0,0,1,0,0 +156,1,0,0,1,0,1,3,65,263.8500061035156,4000,3710,175.19639587402344,0,1,5.049856185913086,0,5.575380802154541,4.174387454986572,8.294049263000488,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,0,1,3,39,278.6256103515625,0,3252,165.6977996826172,0,1,0.6931471824645996,0,5.629868984222412,3.6635615825653076,0,0,0,1,0,0,0,0,1,0,0 +20,1,0,0,0,0,1,3,22,265.9607849121094,11031,3528,177.3072052001953,0,1,2.995732307434082,0,5.583348751068115,3.0910425186157227,9.308465003967285,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,0,0,1,3,27,249.07440185546875,175,3628,165.6977996826172,0,1,0.6931471824645996,0,5.517751693725586,3.295836925506592,5.164785861968994,0,0,1,0,0,0,0,1,0,0 +7,1,0,0,0,0,NA,3,61,294.45660400390625,816,3410,191.02740478515625,0,1,1.945910096168518,0,5.685131549835205,4.110873699188232,6.704414367675781,0,0,1,0,0,0,0,NA,NA,0 +0.25,1,0,1,1,0,1,3,56,290.2349853515625,255,3449,193.13819885253906,0,1,-1.3862943649291992,0,5.670691013336182,4.025351524353027,5.541263580322266,0,0,1,0,0,0,0,1,0,0 +7,1,0,1,0,0,1,3,21,294.45660400390625,390,3528,196.3043975830078,0,1,1.945910096168518,0,5.685131549835205,3.044522523880005,5.966146945953369,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,3,20,263.8500061035156,205,3640,175.19639587402344,0,1,0.6931471824645996,0,5.575380802154541,2.995732307434082,5.323009967803955,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,0,1,3,27,303.9552001953125,235,3152,202.6367950439453,0,1,1.3862943649291992,0,5.7168803215026855,3.295836925506592,5.459585666656494,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,39,256.4621887207031,247,3640,170.97479248046875,0,1,1.0986123085021973,0,5.546981334686279,3.6635615825653076,5.509388446807861,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,61,301.8443908691406,137,3537,201.58140563964844,0,1,1.0986123085021973,0,5.709911823272705,4.110873699188232,4.919981002807617,0,0,1,0,0,0,0,1,0,0 +8,1,0,1,1,0,1,3,25,276.5148010253906,379,3510,183.6396026611328,0,1,2.079441547393799,0,5.622264385223389,3.2188758850097656,5.937536239624023,0,0,1,0,0,0,0,1,0,0 +9,1,0,1,0,0,1,3,22,263.8500061035156,570,3628,176.25180053710938,0,1,2.1972246170043945,0,5.575380802154541,3.0910425186157227,6.345636367797852,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,3,21,283.902587890625,217,3613,188.91659545898438,0,1,1.0986123085021973,0,5.6486310958862305,3.044522523880005,5.379897117614746,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,42,298.6781921386719,741,3640,297.622802734375,0,1,1.0986123085021973,0,5.699366569519043,3.7376697063446045,6.608000755310059,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,58,282.8471984863281,324,3752,187.8612060546875,0,1,1.0986123085021973,0,5.644906997680664,4.060442924499512,5.780743598937988,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,51,251.18519592285156,45,3237,167.80859375,0,1,1.0986123085021973,0,5.526190280914307,3.931825637817383,3.8066625595092773,0,0,1,0,0,0,0,1,0,0 +6,1,0,0,1,0,1,3,51,251.18519592285156,1754,3237,167.80859375,0,1,1.7917594909667969,0,5.526190280914307,3.931825637817383,7.469654083251953,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,0,1,3,21,293.4012145996094,42,3140,196.3043975830078,0,1,0.6931471824645996,0,5.6815409660339355,3.044522523880005,3.7376697063446045,0,0,1,0,0,0,0,1,0,0 +22,1,0,0,1,0,1,3,58,284.9580078125,1655,3602,189.9720001220703,0,1,3.0910425186157227,0,5.652341842651367,4.060442924499512,7.411556243896484,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,0,1,3,25,256.4621887207031,224,3640,170.97479248046875,0,1,1.3862943649291992,0,5.546981334686279,3.2188758850097656,5.411645889282227,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,49,252.2406005859375,16,3152,170.97479248046875,0,1,-1.3862943649291992,0,5.530383586883545,3.891820192337036,2.7725887298583984,0,0,1,0,0,0,0,1,0,0 +34,1,0,1,0,1,1,3,24,258.572998046875,1849,3152,172.0301971435547,0,1,3.526360511779785,0,5.555178165435791,3.178053855895996,7.522400379180908,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,26,299.7336120605469,127,3628,200.5260009765625,0,1,1.0986123085021973,0,5.70289421081543,3.25809645652771,4.844187259674072,0,0,1,0,0,0,0,1,0,0 +12,1,0,0,0,0,1,3,34,246.96359252929688,500,3152,173.08560180664062,0,1,2.4849066734313965,0,5.509241104125977,3.526360511779785,6.214608192443848,0,0,1,0,0,0,0,1,0,0 +7,1,0,0,1,0,1,3,30,298.6781921386719,520,3628,199.47059631347656,0,1,1.945910096168518,0,5.699366569519043,3.4011974334716797,6.253829002380371,0,0,1,0,0,0,0,1,0,0 +7,1,0,1,0,1,1,3,32,295.5119934082031,5777,3528,191.02740478515625,0,1,1.945910096168518,0,5.688709259033203,3.465735912322998,8.661640167236328,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,3,21,301.8443908691406,350,3440,197.35980224609375,0,1,-1.3862943649291992,0,5.709911823272705,3.044522523880005,5.857933044433594,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,1,1,3,30,261.73919677734375,288,3304,177.3072052001953,0,1,1.0986123085021973,0,5.567348480224609,3.4011974334716797,5.662960529327393,0,0,1,0,0,0,0,1,0,0 +6,1,0,0,1,0,1,3,32,286.0133972167969,216,3428,191.02740478515625,0,1,1.7917594909667969,0,5.656038761138916,3.465735912322998,5.375278472900391,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,25,274.40399169921875,326,3116,182.58419799804688,0,1,0,0,5.6146016120910645,3.2188758850097656,5.7868971824646,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,0,2,3,38,246.96359252929688,374,3602,163.58700561523438,0,1,1.3862943649291992,0,5.509241104125977,3.6375861167907715,5.924255847930908,0,0,1,0,0,0,0,0,1,0 +8,1,0,0,1,0,1,3,30,287.06878662109375,827,3510,192.08279418945312,0,1,2.079441547393799,0,5.659721851348877,3.4011974334716797,6.717804908752441,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,0,1,0,1,3,36,260.6838073730469,134,3552,173.08560180664062,0,1,-1.3862943649291992,0,5.563308238983154,3.5835189819335938,4.8978400230407715,0,0,1,0,0,0,0,1,0,0 +10,1,0,0,1,1,1,3,21,260.6838073730469,485,3537,173.08560180664062,0,1,2.3025851249694824,0,5.563308238983154,3.044522523880005,6.184148788452148,0,0,1,0,0,0,0,1,0,0 +24,1,0,0,1,1,1,3,51,253.29600524902344,2955,3452,168.86399841308594,0,1,3.178053855895996,0,5.5345587730407715,3.931825637817383,7.991253852844238,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,0,0,1,3,52,267.0162048339844,156,3110,178.3625946044922,0,1,1.3862943649291992,0,5.58730936050415,3.9512436389923096,5.049856185913086,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,1,1,3,19,246.96359252929688,925,3504,164.64239501953125,0,1,0.6931471824645996,0,5.509241104125977,2.944438934326172,6.829793930053711,0,0,1,0,0,0,0,1,0,0 +7,1,0,0,1,0,1,3,35,260.6838073730469,245,3428,174.14100646972656,0,1,1.945910096168518,0,5.563308238983154,3.5553481578826904,5.501258373260498,0,0,1,0,0,0,0,1,0,0 +7,1,0,0,0,0,1,3,35,245.908203125,1557,3440,163.58700561523438,0,1,1.945910096168518,0,5.504958152770996,3.5553481578826904,7.350516319274902,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,0,0,1,3,32,303.9552001953125,647,3640,202.6367950439453,0,1,1.6094379425048828,0,5.7168803215026855,3.465735912322998,6.472346305847168,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,30,260.6838073730469,258,3152,186.80580139160156,0,1,-1.3862943649291992,0,5.563308238983154,3.4011974334716797,5.552959442138672,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,3,26,263.8500061035156,233,3352,196.3043975830078,0,1,1.0986123085021973,0,5.575380802154541,3.25809645652771,5.451038360595703,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,1,1,3,32,246.96359252929688,579,3552,229.0218048095703,0,1,0.6931471824645996,0,5.509241104125977,3.465735912322998,6.361302375793457,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,3,32,303.9552001953125,116,3152,182.58419799804688,0,1,0.6931471824645996,0,5.7168803215026855,3.465735912322998,4.753590106964111,0,0,1,0,0,0,0,1,0,0 +17,1,0,1,1,0,2,3,28,263.8500061035156,478,3152,175.19639587402344,0,1,2.8332133293151855,0,5.575380802154541,3.332204580307007,6.169610500335693,0,0,1,0,0,0,0,0,1,0 +4,1,0,1,1,1,2,3,58,256.4621887207031,1758,3540,170.97479248046875,0,1,1.3862943649291992,0,5.546981334686279,4.060442924499512,7.4719319343566895,0,0,1,0,0,0,0,0,1,0 +182,1,0,0,0,0,2,3,39,267.0162048339844,19100,3428,177.3072052001953,0,1,5.204006671905518,0,5.58730936050415,3.6635615825653076,9.857443809509277,0,0,1,0,0,0,0,0,1,0 +7,1,0,1,0,1,2,3,28,245.908203125,2163,3540,163.58700561523438,0,1,1.945910096168518,0,5.504958152770996,3.332204580307007,7.679251194000244,0,0,1,0,0,0,0,0,1,0 +2,1,0,1,1,0,2,3,26,295.5119934082031,839,3340,197.35980224609375,0,1,0.6931471824645996,0,5.688709259033203,3.25809645652771,6.732210636138916,0,0,1,0,0,0,0,0,1,0 +10,1,0,1,1,1,2,3,40,284.9580078125,12790,3440,169.91940307617188,0,1,2.3025851249694824,0,5.652341842651367,3.6888794898986816,9.456418991088867,0,0,1,0,0,0,0,0,1,0 +6,1,0,1,0,0,2,3,38,263.8500061035156,204,3028,162.53160095214844,0,1,1.7917594909667969,0,5.575380802154541,3.6375861167907715,5.318120002746582,0,0,1,0,0,0,0,0,1,0 +29,1,0,1,1,0,2,3,63,273.3486022949219,564,3152,216.35699462890625,0,1,3.367295742034912,0,5.610747814178467,4.143134593963623,6.335054397583008,0,0,1,0,0,0,0,0,1,0 +17,1,0,1,0,0,3,3,23,295.5119934082031,2273,3513,191.02740478515625,0,1,2.8332133293151855,0,5.688709259033203,3.1354942321777344,7.728855609893799,0,0,1,0,0,0,0,0,0,0 +9,1,0,1,1,0,2,3,38,283.902587890625,435,3540,188.91659545898438,0,1,2.1972246170043945,0,5.6486310958862305,3.6375861167907715,6.075345993041992,0,0,1,0,0,0,0,0,1,0 +4,1,0,1,1,0,1,3,39,264.9053955078125,429,3110,176.25180053710938,0,1,1.3862943649291992,0,5.579372882843018,3.6635615825653076,6.06145715713501,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,3,3,51,270.1824035644531,90,3152,180.47340393066406,0,1,0.6931471824645996,0,5.59909725189209,3.931825637817383,4.499809741973877,0,0,1,0,0,0,0,0,0,0 +18,1,0,0,1,1,3,3,21,272.293212890625,459,3437,181.52879333496094,0,1,2.890371799468994,0,5.606879711151123,3.044522523880005,6.129050254821777,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,20,251.18519592285156,126,3610,167.80859375,0,1,0,0,5.526190280914307,2.995732307434082,4.836281776428223,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,3,24,245.908203125,145,3610,164.64239501953125,0,1,1.0986123085021973,0,5.504958152770996,3.178053855895996,4.976733684539795,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,0,0,3,3,22,277.5701904296875,372,3528,184.69500732421875,0,1,1.6094379425048828,0,5.626073837280273,3.0910425186157227,5.918893814086914,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,22,253.29600524902344,0,3549,168.86399841308594,0,1,0,0,5.5345587730407715,3.0910425186157227,0,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,46,280.73638916015625,711,3628,194.193603515625,0,1,1.0986123085021973,0,5.637415885925293,3.828641414642334,6.566672325134277,0,0,1,0,0,0,0,0,0,0 +14,1,0,1,1,0,3,3,65,258.572998046875,2665,3628,173.08560180664062,0,1,2.6390573978424072,0,5.555178165435791,4.174387454986572,7.8879594802856445,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,59,293.4012145996094,474,3310,195.24899291992188,0,1,1.0986123085021973,0,5.6815409660339355,4.077537536621094,6.16120719909668,0,0,1,0,0,0,0,0,0,0 +9,1,0,1,0,0,3,3,26,271.23779296875,523,3640,180.47340393066406,0,1,2.1972246170043945,0,5.602995872497559,3.25809645652771,6.259581565856934,0,0,1,0,0,0,0,0,0,0 +30,1,0,1,1,0,3,3,44,278.6256103515625,3700,3428,185.75039672851562,0,1,3.4011974334716797,0,5.629868984222412,3.7841897010803223,8.21608829498291,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,25,253.29600524902344,164,3549,168.86399841308594,0,1,1.3862943649291992,0,5.5345587730407715,3.2188758850097656,5.0998663902282715,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,26,303.9552001953125,254,3310,174.14100646972656,0,1,0,0,5.7168803215026855,3.25809645652771,5.537334442138672,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,2,3,24,251.18519592285156,250,3140,199.47059631347656,0,1,0.6931471824645996,0,5.526190280914307,3.178053855895996,5.521461009979248,0,0,1,0,0,0,0,0,1,0 +4,1,0,1,1,0,3,3,21,256.4621887207031,245,3116,324.0078125,0,1,1.3862943649291992,0,5.546981334686279,3.044522523880005,5.501258373260498,0,0,1,0,0,0,0,0,0,0 +17,1,0,1,0,1,3,3,25,267.0162048339844,5427,3152,177.3072052001953,0,1,2.8332133293151855,0,5.58730936050415,3.2188758850097656,8.599142074584961,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,3,30,298.6781921386719,1972,3049,199.47059631347656,0,1,0.6931471824645996,0,5.699366569519043,3.4011974334716797,7.586803436279297,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,26,265.9607849121094,139,3343,59.10240173339844,0,1,0,0,5.583348751068115,3.25809645652771,4.934473991394043,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,3,22,303.9552001953125,313,3740,196.3043975830078,0,1,0.6931471824645996,0,5.7168803215026855,3.0910425186157227,5.746203422546387,0,0,1,0,0,0,0,0,0,0 +12,1,0,0,0,0,3,3,31,296.5674133300781,2218,3628,191.02740478515625,0,1,2.4849066734313965,0,5.692274570465088,3.4339871406555176,7.7043609619140625,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,0,0,3,3,28,283.902587890625,144,3152,188.91659545898438,0,1,0.6931471824645996,0,5.6486310958862305,3.332204580307007,4.969813346862793,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,0,0,3,3,27,281.79180908203125,768,3740,187.8612060546875,0,1,1.6094379425048828,0,5.641168594360352,3.295836925506592,6.643789768218994,0,0,1,0,0,0,0,0,0,0 +19,1,0,1,1,1,3,3,29,306.0660095214844,5106,3602,205.80299377441406,0,1,2.944438934326172,0,5.7238006591796875,3.367295742034912,8.538171768188477,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,3,28,256.4621887207031,194,3640,170.97479248046875,0,1,0.6931471824645996,0,5.546981334686279,3.332204580307007,5.267858028411865,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,60,253.29600524902344,223,3152,168.86399841308594,0,1,0,0,5.5345587730407715,4.094344615936279,5.407171726226807,0,0,1,0,0,0,0,0,0,0 +16,1,0,1,1,0,3,3,48,298.6781921386719,3410,3643,196.3043975830078,0,1,2.7725887298583984,0,5.699366569519043,3.8712010383605957,8.134467124938965,0,0,1,0,0,0,0,0,0,0 +52,1,0,1,1,1,3,3,28,287.06878662109375,2472,3713,192.08279418945312,0,1,3.9512436389923096,0,5.659721851348877,3.332204580307007,7.8127827644348145,0,0,1,0,0,0,0,0,0,0 +9,1,0,1,1,0,3,3,32,291.2904052734375,228,3152,194.193603515625,0,1,2.1972246170043945,0,5.674320697784424,3.465735912322998,5.429345607757568,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,28,258.572998046875,210,3640,173.08560180664062,0,1,0,0,5.555178165435791,3.332204580307007,5.347107410430908,0,0,1,0,0,0,0,0,0,0 +8,1,0,1,0,0,3,3,35,290.2349853515625,1164,3528,191.02740478515625,0,1,2.079441547393799,0,5.670691013336182,3.5553481578826904,7.059617519378662,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,25,257.5176086425781,178,3540,172.0301971435547,0,1,1.0986123085021973,0,5.551088333129883,3.2188758850097656,5.181783676147461,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,40,274.40399169921875,227,3528,187.8612060546875,0,1,1.0986123085021973,0,5.6146016120910645,3.6888794898986816,5.424950122833252,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,20,276.5148010253906,84,3152,61.213199615478516,0,1,0,0,5.622264385223389,2.995732307434082,4.430816650390625,0,0,1,0,0,0,0,0,0,0 +10,1,0,1,0,1,3,3,29,253.29600524902344,1875,3228,168.86399841308594,0,1,2.3025851249694824,0,5.5345587730407715,3.367295742034912,7.5363640785217285,0,0,1,0,0,0,0,0,0,0 +8,1,0,1,1,0,3,3,63,306.0660095214844,918,3328,188.91659545898438,0,1,2.079441547393799,0,5.7238006591796875,4.143134593963623,6.822197437286377,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,3,20,258.572998046875,579,3602,172.0301971435547,0,1,0.6931471824645996,0,5.555178165435791,2.995732307434082,6.361302375793457,0,0,1,0,0,0,0,0,0,0 +9,1,0,1,1,0,3,3,22,253.29600524902344,445,3528,168.86399841308594,0,1,2.1972246170043945,0,5.5345587730407715,3.0910425186157227,6.098074436187744,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,24,288.12420654296875,463,3640,191.02740478515625,0,1,1.0986123085021973,0,5.663391590118408,3.178053855895996,6.1377272605896,0,0,1,0,0,0,0,0,0,0 +182,1,0,1,1,1,3,3,55,258.572998046875,12441,3049,172.0301971435547,0,1,5.204006671905518,0,5.555178165435791,4.007333278656006,9.428752899169922,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,1,1,3,3,24,268.07159423828125,3728,3004,178.3625946044922,0,1,1.3862943649291992,0,5.591254234313965,3.178053855895996,8.223627090454102,0,0,1,0,0,0,0,0,0,0 +11,1,0,1,1,1,3,3,52,303.9552001953125,2807,3237,202.6367950439453,0,1,2.397895336151123,0,5.7168803215026855,3.9512436389923096,7.939871788024902,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,3,28,274.40399169921875,39,3504,187.8612060546875,0,1,0.6931471824645996,0,5.6146016120910645,3.332204580307007,3.6635615825653076,0,0,1,0,0,0,0,0,0,0 +61,1,0,1,1,1,3,3,61,253.29600524902344,6451,3149,168.86399841308594,0,1,4.110873699188232,0,5.5345587730407715,4.110873699188232,8.771990776062012,0,0,1,0,0,0,0,0,0,0 +19,1,0,0,0,1,3,3,26,259.6283874511719,1565,3452,173.08560180664062,0,1,2.944438934326172,0,5.559251308441162,3.25809645652771,7.355640888214111,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,0,1,3,3,20,292.3457946777344,177,3152,195.24899291992188,0,1,-1.3862943649291992,0,5.6779375076293945,2.995732307434082,5.176149845123291,0,0,1,0,0,0,0,0,0,0 +11,1,0,0,1,1,3,3,53,262.7945861816406,2559,3437,175.19639587402344,0,1,2.397895336151123,0,5.5713725090026855,3.97029185295105,7.847372055053711,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,1,0,3,3,54,307.12139892578125,621,3428,208.9691925048828,0,1,2.079441547393799,0,5.727242946624756,3.9889841079711914,6.431331157684326,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,0,0,3,3,27,274.40399169921875,367,3628,182.58419799804688,0,1,1.7917594909667969,0,5.6146016120910645,3.295836925506592,5.905361652374268,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,1,0,3,3,35,281.79180908203125,391,3152,192.08279418945312,0,1,1.945910096168518,0,5.641168594360352,3.5553481578826904,5.96870756149292,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,0,0,3,3,27,252.2406005859375,585,3740,167.80859375,0,1,0,0,5.530383586883545,3.295836925506592,6.371612071990967,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,1,3,3,32,263.8500061035156,486,3504,176.25180053710938,0,1,0.6931471824645996,0,5.575380802154541,3.465735912322998,6.186208724975586,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,0,0,3,3,24,254.3513946533203,762,3228,169.91940307617188,0,1,1.6094379425048828,0,5.538716793060303,3.178053855895996,6.635946750640869,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,3,22,249.07440185546875,369,3740,165.6977996826172,0,1,0.6931471824645996,0,5.517751693725586,3.0910425186157227,5.910796642303467,0,0,1,0,0,0,0,0,0,0 +8,1,0,1,0,0,3,3,29,298.6781921386719,487,3449,199.47059631347656,0,1,2.079441547393799,0,5.699366569519043,3.367295742034912,6.188263893127441,0,0,1,0,0,0,0,0,0,0 +8,1,0,1,1,0,3,3,58,308.1767883300781,552,3540,205.80299377441406,0,1,2.079441547393799,0,5.730673789978027,4.060442924499512,6.3135480880737305,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,20,257.5176086425781,154,3152,150.9221954345703,0,1,0,0,5.551088333129883,2.995732307434082,5.036952495574951,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,0,0,3,3,19,249.07440185546875,2263,3440,165.6977996826172,0,1,1.7917594909667969,0,5.517751693725586,2.944438934326172,7.724446773529053,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,1,3,34,261.73919677734375,106,3410,174.14100646972656,0,1,0.6931471824645996,0,5.567348480224609,3.526360511779785,4.6634392738342285,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,0,0,3,3,21,253.29600524902344,42,3536,168.86399841308594,0,1,0.6931471824645996,0,5.5345587730407715,3.044522523880005,3.7376697063446045,0,0,1,0,0,0,0,0,0,0 +8,1,0,1,0,0,1,4,34,290.2349853515625,2438,4834,195.24899291992188,0,1,2.079441547393799,0,5.670691013336182,3.526360511779785,7.798933506011963,0,0,0,1,0,0,0,1,0,0 +9,1,0,1,1,1,1,4,48,280.73638916015625,1970,4834,186.80580139160156,0,1,2.1972246170043945,0,5.637415885925293,3.8712010383605957,7.585788726806641,0,0,0,1,0,0,0,1,0,0 +11,1,0,1,1,0,1,4,48,274.40399169921875,920,4834,182.58419799804688,0,1,2.397895336151123,0,5.6146016120910645,3.8712010383605957,6.824373722076416,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,1,1,1,4,49,289.1795959472656,2225,4834,193.13819885253906,0,1,1.7917594909667969,0,5.66704797744751,3.891820192337036,7.707512378692627,0,0,0,1,0,0,0,1,0,0 +14,1,0,1,1,0,1,4,49,286.0133972167969,2000,4152,189.9720001220703,0,1,2.6390573978424072,0,5.656038761138916,3.891820192337036,7.600902557373047,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,1,1,1,4,24,298.6781921386719,1928,4534,131.9250030517578,0,1,1.7917594909667969,0,5.699366569519043,3.178053855895996,7.564238548278809,0,0,0,1,0,0,0,1,0,0 +10,1,0,1,0,1,1,4,23,308.1767883300781,2268,4852,196.3043975830078,0,1,2.3025851249694824,0,5.730673789978027,3.1354942321777344,7.726653575897217,0,0,0,1,0,0,0,1,0,0 +7,1,0,1,1,1,1,4,52,301.8443908691406,2684,4846,196.3043975830078,0,1,1.945910096168518,0,5.709911823272705,3.9512436389923096,7.895063400268555,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,0,0,1,4,22,265.9607849121094,1530,4834,177.3072052001953,0,1,1.7917594909667969,0,5.583348751068115,3.0910425186157227,7.3330230712890625,0,0,0,1,0,0,0,1,0,0 +2,1,0,1,1,1,1,4,31,295.5119934082031,201,4149,192.08279418945312,0,1,0.6931471824645996,0,5.688709259033203,3.4339871406555176,5.303304672241211,0,0,0,1,0,0,0,1,0,0 +8,1,0,1,1,0,1,4,59,303.9552001953125,0,4834,202.6367950439453,0,1,2.079441547393799,0,5.7168803215026855,4.077537536621094,0,0,0,0,1,0,0,0,1,0,0 +3,1,0,0,1,0,1,4,36,248.0189971923828,107,4452,165.6977996826172,0,1,1.0986123085021973,0,5.513505458831787,3.5835189819335938,4.672828674316406,0,0,0,1,0,0,0,1,0,0 +5,1,0,1,0,1,1,4,24,277.5701904296875,2437,4834,184.69500732421875,0,1,1.6094379425048828,0,5.626073837280273,3.178053855895996,7.79852294921875,0,0,0,1,0,0,0,1,0,0 +9,1,0,1,0,1,1,4,22,253.29600524902344,1873,4846,168.86399841308594,0,1,2.1972246170043945,0,5.5345587730407715,3.0910425186157227,7.53529691696167,0,0,0,1,0,0,0,1,0,0 +8,1,0,1,0,0,1,4,42,291.2904052734375,493,4410,195.24899291992188,0,1,2.079441547393799,0,5.674320697784424,3.7376697063446045,6.200509071350098,0,0,0,1,0,0,0,1,0,0 +15,1,0,1,1,1,1,4,34,252.2406005859375,6659,4037,210.02459716796875,0,1,2.70805025100708,0,5.530383586883545,3.526360511779785,8.80372428894043,0,0,0,1,0,0,0,1,0,0 +5,1,0,1,0,0,1,4,28,271.23779296875,508,4552,180.47340393066406,0,1,1.6094379425048828,0,5.602995872497559,3.332204580307007,6.2304816246032715,0,0,0,1,0,0,0,1,0,0 +8,1,0,1,1,0,1,4,29,270.1824035644531,147,4428,180.47340393066406,0,1,2.079441547393799,0,5.59909725189209,3.367295742034912,4.9904327392578125,0,0,0,1,0,0,0,1,0,0 +4,1,0,0,0,0,1,4,30,249.07440185546875,1515,4834,166.75320434570312,0,1,1.3862943649291992,0,5.517751693725586,3.4011974334716797,7.3231706619262695,0,0,0,1,0,0,0,1,0,0 +10,1,0,1,0,1,1,4,60,292.3457946777344,5420,4846,191.02740478515625,0,1,2.3025851249694824,0,5.6779375076293945,4.094344615936279,8.597850799560547,0,0,0,1,0,0,0,1,0,0 +155,1,0,0,1,0,1,4,30,252.2406005859375,2473,4152,167.80859375,0,1,5.0434250831604,0,5.530383586883545,3.4011974334716797,7.813187122344971,0,0,0,1,0,0,0,1,0,0 +13,1,0,1,1,1,1,4,59,297.622802734375,3548,4434,196.3043975830078,0,1,2.5649492740631104,0,5.695827007293701,4.077537536621094,8.174139022827148,0,0,0,1,0,0,0,1,0,0 +5,1,0,0,1,0,1,4,25,257.5176086425781,1893,4410,170.97479248046875,0,1,1.6094379425048828,0,5.551088333129883,3.2188758850097656,7.545917987823486,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,0,1,1,4,20,290.2349853515625,3033,4404,191.02740478515625,0,1,1.7917594909667969,0,5.670691013336182,2.995732307434082,8.01730728149414,0,0,0,1,0,0,0,1,0,0 +9,1,0,1,1,0,1,4,22,298.6781921386719,0,4446,188.91659545898438,0,1,2.1972246170043945,0,5.699366569519043,3.0910425186157227,0,0,0,0,1,0,0,0,1,0,0 +1,1,0,0,1,0,1,4,34,257.5176086425781,474,4428,172.0301971435547,0,1,0,0,5.551088333129883,3.526360511779785,6.16120719909668,0,0,0,1,0,0,0,1,0,0 +8,1,0,1,1,0,2,4,65,279.6809997558594,490,4834,185.75039672851562,0,1,2.079441547393799,0,5.633649826049805,4.174387454986572,6.194405555725098,0,0,0,1,0,0,0,0,1,0 +1,1,0,1,1,0,2,4,24,286.0133972167969,104,4510,189.9720001220703,0,1,0,0,5.656038761138916,3.178053855895996,4.644391059875488,0,0,0,1,0,0,0,0,1,0 +3,1,0,1,0,1,3,4,26,269.12701416015625,2614,4834,179.41799926757812,0,1,1.0986123085021973,0,5.595183372497559,3.25809645652771,7.8686370849609375,0,0,0,1,0,0,0,0,0,0 +9,1,0,1,0,1,2,4,39,259.6283874511719,1057,4634,173.08560180664062,0,1,2.1972246170043945,0,5.559251308441162,3.6635615825653076,6.963190078735352,0,0,0,1,0,0,0,0,1,0 +8,1,0,1,1,0,2,4,21,300.78900146484375,275,4652,196.3043975830078,0,1,2.079441547393799,0,5.706408977508545,3.044522523880005,5.616771221160889,0,0,0,1,0,0,0,0,1,0 +8,1,0,1,1,1,2,4,55,287.06878662109375,1765,4834,191.02740478515625,0,1,2.079441547393799,0,5.659721851348877,4.007333278656006,7.475905895233154,0,0,0,1,0,0,0,0,1,0 +182,1,0,1,0,1,2,4,51,294.45660400390625,28254,4346,191.02740478515625,0,1,5.204006671905518,0,5.685131549835205,3.931825637817383,10.248990058898926,0,0,0,1,0,0,0,0,1,0 +10,1,0,1,1,0,3,4,60,246.96359252929688,88,4428,164.64239501953125,0,1,2.3025851249694824,0,5.509241104125977,4.094344615936279,4.477336883544922,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,53,252.2406005859375,3503,4834,167.80859375,0,1,2.079441547393799,0,5.530383586883545,3.97029185295105,8.161375045776367,0,0,0,1,0,0,0,0,0,0 +169,1,0,1,1,0,3,4,58,280.73638916015625,10000,4634,186.80580139160156,0,1,5.129898548126221,0,5.637415885925293,4.060442924499512,9.21034049987793,0,0,0,1,0,0,0,0,0,0 +5,1,0,1,0,0,3,4,38,246.96359252929688,1484,4152,163.58700561523438,0,1,1.6094379425048828,0,5.509241104125977,3.6375861167907715,7.302496433258057,0,0,0,1,0,0,0,0,0,0 +1,1,0,1,1,0,2,4,40,264.9053955078125,111,4410,154.08839416503906,0,1,0,0,5.579372882843018,3.6888794898986816,4.709530353546143,0,0,0,1,0,0,0,0,1,0 +6,1,0,1,1,1,3,4,47,299.7336120605469,2228,4634,181.52879333496094,0,1,1.7917594909667969,0,5.70289421081543,3.8501474857330322,7.708859443664551,0,0,0,1,0,0,0,0,0,0 +182,1,0,1,1,1,3,4,52,290.2349853515625,59240,4149,194.193603515625,0,1,5.204006671905518,0,5.670691013336182,3.9512436389923096,10.989352226257324,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,53,248.0189971923828,8000,4834,164.64239501953125,0,1,2.079441547393799,0,5.513505458831787,3.97029185295105,8.987196922302246,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,34,267.0162048339844,3091,4634,179.41799926757812,0,1,2.079441547393799,0,5.58730936050415,3.526360511779785,8.036250114440918,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,1,1,3,4,52,263.8500061035156,2484,4852,177.3072052001953,0,1,1.0986123085021973,0,5.575380802154541,3.9512436389923096,7.817625522613525,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,21,260.6838073730469,2841,4834,170.97479248046875,0,1,2.079441547393799,0,5.563308238983154,3.044522523880005,7.951911449432373,0,0,0,1,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,4,31,279.6809997558594,94,4410,186.80580139160156,0,1,-1.3862943649291992,0,5.633649826049805,3.4339871406555176,4.543294906616211,0,0,0,1,0,0,0,0,0,0 +2,1,0,1,1,0,3,4,22,245.908203125,678,4955,163.58700561523438,0,1,0.6931471824645996,0,5.504958152770996,3.0910425186157227,6.5191473960876465,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,1,1,3,4,24,297.622802734375,1962,4834,198.4152069091797,0,1,1.7917594909667969,0,5.695827007293701,3.178053855895996,7.581719875335693,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,0,0,3,4,29,279.6809997558594,882,4152,185.75039672851562,0,1,1.0986123085021973,0,5.633649826049805,3.367295742034912,6.782192230224609,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,1,1,3,4,54,262.7945861816406,2366,4834,262.7945861816406,0,1,1.7917594909667969,0,5.5713725090026855,3.9889841079711914,7.768956184387207,0,0,0,1,0,0,0,0,0,0 +5,1,0,1,1,0,3,4,33,300.78900146484375,144,4837,200.5260009765625,0,1,1.6094379425048828,0,5.706408977508545,3.4965076446533203,4.969813346862793,0,0,0,1,0,0,0,0,0,0 +1,1,0,0,0,0,3,4,37,303.9552001953125,50,4152,202.6367950439453,0,1,0,0,5.7168803215026855,3.610917806625366,3.9120230674743652,0,0,0,1,0,0,0,0,0,0 +10,1,0,0,1,1,3,4,61,251.18519592285156,1466,4428,167.80859375,0,1,2.3025851249694824,0,5.526190280914307,4.110873699188232,7.290292739868164,0,0,0,1,0,0,0,0,0,0 +11,1,0,1,1,1,3,4,67,267.0162048339844,2583,4634,142.47900390625,0,1,2.397895336151123,0,5.58730936050415,4.204692840576172,7.856706619262695,0,0,0,1,0,0,0,0,0,0 +14,1,0,0,0,0,3,4,28,248.0189971923828,401,4852,164.64239501953125,0,1,2.6390573978424072,0,5.513505458831787,3.332204580307007,5.993961334228516,0,0,0,1,0,0,0,0,0,0 +5,1,0,1,1,0,3,4,61,263.8500061035156,276,4834,176.25180053710938,0,1,1.6094379425048828,0,5.575380802154541,4.110873699188232,5.620400905609131,0,0,0,1,0,0,0,0,0,0 +3,1,0,0,0,0,3,4,29,251.18519592285156,90,4152,166.75320434570312,0,1,1.0986123085021973,0,5.526190280914307,3.367295742034912,4.499809741973877,0,0,0,1,0,0,0,0,0,0 +5,1,0,1,1,1,3,4,37,299.7336120605469,860,4852,189.9720001220703,0,1,1.6094379425048828,0,5.70289421081543,3.610917806625366,6.756932258605957,0,0,0,1,0,0,0,0,0,0 +4,1,0,1,0,0,3,4,25,253.29600524902344,982,4652,168.86399841308594,0,1,1.3862943649291992,0,5.5345587730407715,3.2188758850097656,6.889591217041016,0,0,0,1,0,0,0,0,0,0 +12,1,0,1,1,1,3,4,26,263.8500061035156,4648,4834,177.3072052001953,0,1,2.4849066734313965,0,5.575380802154541,3.25809645652771,8.444191932678223,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,0,0,3,5,24,263.8500061035156,788,4252,176.25180053710938,0,1,2.079441547393799,0,5.575380802154541,3.178053855895996,6.669497966766357,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,48,272.293212890625,547,4252,181.52879333496094,0,1,1.0986123085021973,0,5.606879711151123,3.8712010383605957,6.30444860458374,0,0,0,0,1,0,0,0,0,0 +30,1,0,1,1,0,3,5,33,257.5176086425781,6091,4252,181.52879333496094,0,1,3.4011974334716797,0,5.551088333129883,3.4965076446533203,8.714567184448242,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,36,246.96359252929688,388,4249,164.64239501953125,0,1,0,0,5.509241104125977,3.5835189819335938,5.961005210876465,0,0,0,0,1,0,0,0,0,0 +9,1,0,0,1,0,3,5,23,257.5176086425781,336,4252,172.0301971435547,0,1,2.1972246170043945,0,5.551088333129883,3.1354942321777344,5.817111015319824,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,1,1,3,5,23,290.2349853515625,3686,4252,193.13819885253906,0,1,1.7917594909667969,0,5.670691013336182,3.1354942321777344,8.212297439575195,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,1,5,24,251.18519592285156,346,4252,167.80859375,0,1,0.6931471824645996,0,5.526190280914307,3.178053855895996,5.846438884735107,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,NA,0,1,5,34,296.5674133300781,475,4204,197.35980224609375,0,1,0.6931471824645996,0,5.692274570465088,3.526360511779785,6.1633148193359375,0,0,0,0,1,0,0,1,0,0 +7,1,0,0,1,0,1,5,42,286.0133972167969,1611,4252,191.02740478515625,0,1,1.945910096168518,0,5.656038761138916,3.7376697063446045,7.384610176086426,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,0,0,1,5,21,292.3457946777344,291,4252,195.24899291992188,0,1,0,0,5.6779375076293945,3.044522523880005,5.673323154449463,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,1,5,49,284.9580078125,53,4252,189.9720001220703,0,1,1.0986123085021973,0,5.652341842651367,3.891820192337036,3.97029185295105,0,0,0,0,1,0,0,1,0,0 +6,1,0,1,1,0,1,5,49,284.9580078125,70,4252,189.9720001220703,0,1,1.7917594909667969,0,5.652341842651367,3.891820192337036,4.248495101928711,0,0,0,0,1,0,0,1,0,0 +20,1,0,1,1,0,1,5,54,305.0105895996094,4609,4252,196.3043975830078,0,1,2.995732307434082,0,5.720346450805664,3.9889841079711914,8.435766220092773,0,0,0,0,1,0,0,1,0,0 +4,1,0,1,0,0,1,5,22,298.6781921386719,380,4252,191.02740478515625,0,1,1.3862943649291992,0,5.699366569519043,3.0910425186157227,5.940171241760254,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,19,259.6283874511719,145,4252,175.19639587402344,0,1,0,0,5.559251308441162,2.944438934326172,4.976733684539795,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,43,270.1824035644531,51,4252,181.52879333496094,0,1,0.6931471824645996,0,5.59909725189209,3.761200189590454,3.931825637817383,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,28,293.4012145996094,138,4252,195.24899291992188,0,1,0.6931471824645996,0,5.6815409660339355,3.332204580307007,4.927253723144531,0,0,0,0,1,0,0,1,0,0 +14,1,0,0,1,0,1,5,54,302.8998107910156,164,4252,191.02740478515625,0,1,2.6390573978424072,0,5.713402271270752,3.9889841079711914,5.0998663902282715,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,43,276.5148010253906,639,4249,184.69500732421875,0,1,0,0,5.622264385223389,3.761200189590454,6.459904670715332,0,0,0,0,1,0,0,1,0,0 +6,1,0,1,1,1,1,5,40,278.6256103515625,2318,4252,185.75039672851562,0,1,1.7917594909667969,0,5.629868984222412,3.6888794898986816,7.748459815979004,0,0,0,0,1,0,0,1,0,0 +17,1,0,0,1,0,1,5,49,251.18519592285156,1306,4252,166.75320434570312,0,1,2.8332133293151855,0,5.526190280914307,3.891820192337036,7.174724102020264,0,0,0,0,1,0,0,1,0,0 +8,1,0,0,1,0,1,5,31,282.8471984863281,1828,4252,188.91659545898438,0,1,2.079441547393799,0,5.644906997680664,3.4339871406555176,7.510977745056152,0,0,0,0,1,0,0,1,0,0 +7,1,0,1,1,1,1,5,19,253.29600524902344,2258,4252,168.86399841308594,0,1,1.945910096168518,0,5.5345587730407715,2.944438934326172,7.722234725952148,0,0,0,0,1,0,0,1,0,0 +55,1,0,1,1,1,1,5,25,287.06878662109375,6429,4252,191.02740478515625,0,1,4.007333278656006,0,5.659721851348877,3.2188758850097656,8.768574714660645,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,1,5,22,293.4012145996094,95,4252,191.02740478515625,0,1,1.0986123085021973,0,5.6815409660339355,3.0910425186157227,4.553876876831055,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,1,0,1,5,30,249.07440185546875,29,4252,156.19920349121094,0,1,-1.3862943649291992,0,5.517751693725586,3.4011974334716797,3.367295742034912,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,0,0,1,5,23,269.12701416015625,849,4249,178.3625946044922,0,1,0,0,5.595183372497559,3.1354942321777344,6.744059085845947,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,28,262.7945861816406,450,4252,177.3072052001953,0,1,0.6931471824645996,0,5.5713725090026855,3.332204580307007,6.10924768447876,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,28,278.6256103515625,382,4252,185.75039672851562,0,1,0,0,5.629868984222412,3.332204580307007,5.945420742034912,0,0,0,0,1,0,0,1,0,0 +182,1,0,0,0,1,1,5,36,281.79180908203125,20000,4252,187.8612060546875,0,1,5.204006671905518,0,5.641168594360352,3.5835189819335938,9.903487205505371,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,1,0,1,5,30,261.73919677734375,40,4252,175.19639587402344,0,1,1.0986123085021973,0,5.567348480224609,3.4011974334716797,3.6888794898986816,0,0,0,0,1,0,0,1,0,0 +4,1,0,1,1,0,1,5,34,270.1824035644531,407,4252,174.14100646972656,0,1,1.3862943649291992,0,5.59909725189209,3.526360511779785,6.008813381195068,0,0,0,0,1,0,0,1,0,0 +182,1,0,1,0,0,1,5,22,264.9053955078125,1914,4252,176.25180053710938,0,1,5.204006671905518,0,5.579372882843018,3.0910425186157227,7.556950569152832,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,1,5,47,256.4621887207031,274,4252,142.47900390625,0,1,1.0986123085021973,0,5.546981334686279,3.8501474857330322,5.613128185272217,0,0,0,0,1,0,0,1,0,0 +4,1,0,0,0,0,1,5,48,305.0105895996094,600,4249,197.35980224609375,0,1,1.3862943649291992,0,5.720346450805664,3.8712010383605957,6.396929740905762,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,60,292.3457946777344,435,4252,195.24899291992188,0,1,0.6931471824645996,0,5.6779375076293945,4.094344615936279,6.075345993041992,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,1,0,1,5,53,258.572998046875,124,4252,172.0301971435547,0,1,1.0986123085021973,0,5.555178165435791,3.97029185295105,4.820281505584717,0,0,0,0,1,0,0,1,0,0 +6,1,0,0,0,0,1,5,20,290.2349853515625,467,4252,191.02740478515625,0,1,1.7917594909667969,0,5.670691013336182,2.995732307434082,6.146329402923584,0,0,0,0,1,0,0,1,0,0 +28,1,0,0,0,1,1,5,20,290.2349853515625,6000,4252,191.02740478515625,0,1,3.332204580307007,0,5.670691013336182,2.995732307434082,8.699514389038086,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,1,0,1,5,26,295.5119934082031,223,4252,203.69219970703125,0,1,-1.3862943649291992,0,5.688709259033203,3.25809645652771,5.407171726226807,0,0,0,0,1,0,0,1,0,0 +6,1,0,1,1,0,1,5,26,263.8500061035156,487,4252,175.19639587402344,0,1,1.7917594909667969,0,5.575380802154541,3.25809645652771,6.188263893127441,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,2,5,32,274.40399169921875,137,4252,184.69500732421875,0,1,1.0986123085021973,0,5.6146016120910645,3.465735912322998,4.919981002807617,0,0,0,0,1,0,0,0,1,0 +6,1,0,1,1,0,2,5,37,278.6256103515625,961,4252,185.75039672851562,0,1,1.7917594909667969,0,5.629868984222412,3.610917806625366,6.867974281311035,0,0,0,0,1,0,0,0,1,0 +18,1,0,1,1,0,2,5,37,278.6256103515625,1332,4252,185.75039672851562,0,1,2.890371799468994,0,5.629868984222412,3.610917806625366,7.194437026977539,0,0,0,0,1,0,0,0,1,0 +13,1,0,1,0,0,2,5,27,290.2349853515625,1024,4252,191.02740478515625,0,1,2.5649492740631104,0,5.670691013336182,3.295836925506592,6.931471824645996,0,0,0,0,1,0,0,0,1,0 +3,1,0,1,1,0,2,5,45,289.1795959472656,80,4252,193.13819885253906,0,1,1.0986123085021973,0,5.66704797744751,3.8066625595092773,4.382026672363281,0,0,0,0,1,0,0,0,1,0 +2,1,0,1,1,0,2,5,20,295.5119934082031,330,4252,197.35980224609375,0,1,0.6931471824645996,0,5.688709259033203,2.995732307434082,5.799092769622803,0,0,0,0,1,0,0,0,1,0 +4,1,0,1,1,0,2,5,47,256.4621887207031,468,4252,170.97479248046875,0,1,1.3862943649291992,0,5.546981334686279,3.8501474857330322,6.148468494415283,0,0,0,0,1,0,0,0,1,0 +14,1,0,1,1,1,2,5,35,263.8500061035156,3879,4252,177.3072052001953,0,1,2.6390573978424072,0,5.575380802154541,3.5553481578826904,8.26333236694336,0,0,0,0,1,0,0,0,1,0 +10,1,0,1,1,0,2,5,28,267.0162048339844,353,4252,183.6396026611328,0,1,2.3025851249694824,0,5.58730936050415,3.332204580307007,5.8664679527282715,0,0,0,0,1,0,0,0,1,0 +0.25,1,0,1,1,0,2,5,29,274.40399169921875,210,4252,182.58419799804688,0,1,-1.3862943649291992,0,5.6146016120910645,3.367295742034912,5.347107410430908,0,0,0,0,1,0,0,0,1,0 +4,1,0,1,1,0,2,5,23,269.12701416015625,170,4252,179.41799926757812,0,1,1.3862943649291992,0,5.595183372497559,3.1354942321777344,5.135798454284668,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,1,0,3,5,25,268.07159423828125,30,4252,179.41799926757812,0,1,0,0,5.591254234313965,3.2188758850097656,3.4011974334716797,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,30,256.4621887207031,116,4252,170.97479248046875,0,1,-1.3862943649291992,0,5.546981334686279,3.4011974334716797,4.753590106964111,0,0,0,0,1,0,0,0,0,0 +182,1,0,0,1,1,3,5,27,254.3513946533203,15628,4252,169.91940307617188,0,1,5.204006671905518,0,5.538716793060303,3.295836925506592,9.656819343566895,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,0,0,3,5,23,261.73919677734375,127,4252,175.19639587402344,0,1,0.6931471824645996,0,5.567348480224609,3.1354942321777344,4.844187259674072,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,0,0,3,5,28,254.3513946533203,252,4252,169.91940307617188,0,1,0,0,5.538716793060303,3.332204580307007,5.529428958892822,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,39,263.8500061035156,168,4252,181.52879333496094,0,1,1.0986123085021973,0,5.575380802154541,3.6635615825653076,5.123963832855225,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,1,0,3,5,41,276.5148010253906,123,4252,177.3072052001953,0,1,1.6094379425048828,0,5.622264385223389,3.7135720252990723,4.8121843338012695,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,1,0,3,5,54,297.622802734375,128,4252,198.4152069091797,0,1,-1.3862943649291992,0,5.695827007293701,3.9889841079711914,4.852030277252197,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,0,0,3,5,29,271.23779296875,0,4252,180.47340393066406,0,1,1.3862943649291992,0,5.602995872497559,3.367295742034912,0,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,NA,0,3,5,22,306.0660095214844,32,4252,226.91099548339844,0,1,0.6931471824645996,0,5.7238006591796875,3.0910425186157227,3.465735912322998,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,1,0,3,5,30,277.5701904296875,63,4252,178.3625946044922,0,1,0,0,5.626073837280273,3.4011974334716797,4.143134593963623,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,19,269.12701416015625,456,4252,179.41799926757812,0,1,0,0,5.595183372497559,2.944438934326172,6.122492790222168,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,0,0,3,5,24,270.1824035644531,95,4252,180.47340393066406,0,1,0.6931471824645996,0,5.59909725189209,3.178053855895996,4.553876876831055,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,1,0,3,5,55,279.6809997558594,193,4252,186.80580139160156,0,1,-1.3862943649291992,0,5.633649826049805,4.007333278656006,5.26269006729126,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,24,299.7336120605469,175,4252,200.5260009765625,0,1,1.0986123085021973,0,5.70289421081543,3.178053855895996,5.164785861968994,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,1,0,3,5,27,245.908203125,1825,4252,176.25180053710938,0,1,1.6094379425048828,0,5.504958152770996,3.295836925506592,7.509335041046143,0,0,0,0,1,0,0,0,0,0 +7,1,0,1,1,0,3,5,45,281.79180908203125,529,4252,187.8612060546875,0,1,1.945910096168518,0,5.641168594360352,3.8066625595092773,6.270988464355469,0,0,0,0,1,0,0,0,0,0 +32,1,0,1,1,0,3,5,46,302.8998107910156,2977,4252,201.58140563964844,0,1,3.465735912322998,0,5.713402271270752,3.828641414642334,7.998671531677246,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,33,272.293212890625,36,4252,181.52879333496094,0,1,0,0,5.606879711151123,3.4965076446533203,3.5835189819335938,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,0,0,3,5,30,265.9607849121094,503,4252,177.3072052001953,0,1,0.6931471824645996,0,5.583348751068115,3.4011974334716797,6.220590114593506,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,1,0,3,5,40,289.1795959472656,108,4252,193.13819885253906,0,1,-1.3862943649291992,0,5.66704797744751,3.6888794898986816,4.682131290435791,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,0,0,3,5,30,295.5119934082031,757,4252,196.3043975830078,0,1,1.6094379425048828,0,5.688709259033203,3.4011974334716797,6.629363059997559,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,33,280.73638916015625,576,4252,191.02740478515625,0,1,1.0986123085021973,0,5.637415885925293,3.4965076446533203,6.356107711791992,0,0,0,0,1,0,0,0,0,0 +24,1,0,1,0,0,3,5,21,248.0189971923828,3359,4252,164.64239501953125,0,1,3.178053855895996,0,5.513505458831787,3.044522523880005,8.11939811706543,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,31,246.96359252929688,149,4252,164.64239501953125,0,1,0.6931471824645996,0,5.509241104125977,3.4339871406555176,5.003946304321289,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,0,0,3,5,32,274.40399169921875,380,4252,182.58419799804688,0,1,0.6931471824645996,0,5.6146016120910645,3.465735912322998,5.940171241760254,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,1,3,5,34,290.2349853515625,458,4252,200.5260009765625,0,1,1.0986123085021973,0,5.670691013336182,3.526360511779785,6.126869201660156,0,0,0,0,1,0,0,0,0,0 +11,1,0,1,1,0,3,5,39,281.79180908203125,175,4252,195.24899291992188,0,1,2.397895336151123,0,5.641168594360352,3.6635615825653076,5.164785861968994,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,29,280.73638916015625,503,4252,192.08279418945312,0,1,1.0986123085021973,0,5.637415885925293,3.367295742034912,6.220590114593506,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,34,245.908203125,68,4252,163.58700561523438,0,1,0,0,5.504958152770996,3.526360511779785,4.219507694244385,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,28,284.9580078125,120,4252,189.9720001220703,0,1,0.6931471824645996,0,5.652341842651367,3.332204580307007,4.787491798400879,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,61,265.9607849121094,187,4252,177.3072052001953,0,1,0.6931471824645996,0,5.583348751068115,4.110873699188232,5.231108665466309,0,0,0,0,1,0,0,0,0,0 +16,1,0,1,1,0,3,5,55,272.293212890625,193,4249,197.35980224609375,0,1,2.7725887298583984,0,5.606879711151123,4.007333278656006,5.26269006729126,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,24,284.9580078125,627,4249,189.9720001220703,0,1,1.0986123085021973,0,5.652341842651367,3.178053855895996,6.440946578979492,0,0,0,0,1,0,0,0,0,0 +15,1,0,1,0,0,3,5,24,301.8443908691406,140,4252,201.58140563964844,0,1,2.70805025100708,0,5.709911823272705,3.178053855895996,4.9416422843933105,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,32,295.5119934082031,937,4252,197.35980224609375,0,1,0.6931471824645996,0,5.688709259033203,3.465735912322998,6.8426833152771,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,0,0,3,5,54,268.07159423828125,166,4252,178.3625946044922,0,1,0,0,5.591254234313965,3.9889841079711914,5.111987590789795,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,28,250.1298065185547,209,4249,166.75320434570312,0,1,1.0986123085021973,0,5.521979808807373,3.332204580307007,5.342334270477295,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,1,0,3,5,48,250.1298065185547,115,4252,158.30999755859375,0,1,1.3862943649291992,0,5.521979808807373,3.8712010383605957,4.744932174682617,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,32,248.0189971923828,0,4252,168.86399841308594,0,1,1.0986123085021973,0,5.513505458831787,3.465735912322998,0,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,0,0,3,5,21,283.902587890625,433,4252,188.91659545898438,0,1,0.6931471824645996,0,5.6486310958862305,3.044522523880005,6.070737838745117,0,0,0,0,1,0,0,0,0,0 +182,1,0,1,0,1,3,5,29,294.45660400390625,19944,4252,196.3043975830078,0,1,5.204006671905518,0,5.685131549835205,3.367295742034912,9.900683403015137,0,0,0,0,1,0,0,0,0,0 +9,1,0,0,0,0,3,5,36,290.2349853515625,175,4252,193.13819885253906,0,1,2.1972246170043945,0,5.670691013336182,3.5835189819335938,5.164785861968994,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,0,0,3,5,41,289.1795959472656,0,4252,193.13819885253906,0,1,1.3862943649291992,0,5.66704797744751,3.7135720252990723,0,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,0,0,3,5,25,276.5148010253906,0,4252,184.69500732421875,0,1,0,0,5.622264385223389,3.2188758850097656,0,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,22,249.07440185546875,0,4252,165.6977996826172,0,1,1.0986123085021973,0,5.517751693725586,3.0910425186157227,0,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,41,276.5148010253906,306,4252,184.69500732421875,0,1,0.6931471824645996,0,5.622264385223389,3.7135720252990723,5.72358512878418,0,0,0,0,1,0,0,0,0,0 +182,1,0,0,1,1,3,5,38,295.5119934082031,113030,4252,196.3043975830078,0,1,5.204006671905518,0,5.688709259033203,3.6375861167907715,11.635408401489258,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,33,307.12139892578125,370,4252,204.7476043701172,0,1,0,0,5.727242946624756,3.4965076446533203,5.913503170013428,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,23,264.9053955078125,1450,4252,176.25180053710938,0,1,0,0,5.579372882843018,3.1354942321777344,7.279318809509277,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,29,256.4621887207031,145,4249,28.495800018310547,0,1,0,0,5.546981334686279,3.367295742034912,4.976733684539795,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,53,308.1767883300781,0,4210,196.3043975830078,0,1,0.6931471824645996,0,5.730673789978027,3.97029185295105,0,0,0,0,0,1,0,0,0,0,0 +9,1,0,0,1,0,3,5,52,283.902587890625,129,4252,188.91659545898438,0,1,2.1972246170043945,0,5.6486310958862305,3.9512436389923096,4.859812259674072,0,0,0,0,1,0,0,0,0,0 +18,1,0,1,0,1,3,5,40,281.79180908203125,8488,4252,187.8612060546875,0,1,2.890371799468994,0,5.641168594360352,3.6888794898986816,9.046408653259277,0,0,0,0,1,0,0,0,0,0 +22,1,0,1,1,0,3,5,25,263.8500061035156,0,4249,175.19639587402344,0,1,3.0910425186157227,0,5.575380802154541,3.2188758850097656,0,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,35,284.9580078125,273,4252,195.24899291992188,0,1,1.0986123085021973,0,5.652341842651367,3.5553481578826904,5.609471797943115,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,34,282.8471984863281,516,4252,250.1298065185547,0,1,0.6931471824645996,0,5.644906997680664,3.526360511779785,6.2461066246032715,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,6,26,288.12420654296875,162,5231,192.08279418945312,0,1,0.6931471824645996,0,5.663391590118408,3.25809645652771,5.087596416473389,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,20,254.3513946533203,98,5340,169.91940307617188,0,1,0,0,5.538716793060303,2.995732307434082,4.584967613220215,0,0,0,0,0,1,0,0,0,0 +182,1,0,1,1,1,NA,6,40,277.5701904296875,24869,5128,184.69500732421875,0,1,5.204006671905518,0,5.626073837280273,3.6888794898986816,10.121376991271973,0,0,0,0,0,1,0,NA,NA,0 +4,1,0,1,0,0,3,6,39,298.6781921386719,249,5310,198.4152069091797,0,1,1.3862943649291992,0,5.699366569519043,3.6635615825653076,5.517452716827393,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,0,0,1,6,28,302.8998107910156,247,5349,201.58140563964844,0,1,2.079441547393799,0,5.713402271270752,3.332204580307007,5.509388446807861,0,0,0,0,0,1,0,1,0,0 +6,1,0,1,0,1,1,6,20,293.4012145996094,2723,5328,168.86399841308594,0,1,1.7917594909667969,0,5.6815409660339355,2.995732307434082,7.909489631652832,0,0,0,0,0,1,0,1,0,0 +6,1,0,0,1,1,1,6,56,268.07159423828125,2768,5349,179.41799926757812,0,1,1.7917594909667969,0,5.591254234313965,4.025351524353027,7.925880432128906,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,0,0,1,6,50,284.9580078125,1181,5440,189.9720001220703,0,1,1.0986123085021973,0,5.652341842651367,3.9120230674743652,7.0741167068481445,0,0,0,0,0,1,0,1,0,0 +111,1,0,1,0,1,3,6,21,268.07159423828125,6097,5440,169.91940307617188,0,1,4.709530353546143,0,5.591254234313965,3.044522523880005,8.71555233001709,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,1,6,61,255.40679931640625,230,5310,154.08839416503906,0,1,0,0,5.542857646942139,4.110873699188232,5.438079357147217,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,0,0,1,6,23,295.5119934082031,110,5310,191.02740478515625,0,1,0,0,5.688709259033203,3.1354942321777344,4.7004804611206055,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,20,274.40399169921875,287,5310,184.69500732421875,0,1,0,0,5.6146016120910645,2.995732307434082,5.659482002258301,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,1,0,1,6,29,283.902587890625,450,5349,188.91659545898438,0,1,0.6931471824645996,0,5.6486310958862305,3.367295742034912,6.10924768447876,0,0,0,0,0,1,0,1,0,0 +4,1,0,1,1,0,1,6,27,263.8500061035156,1387,5310,176.25180053710938,0,1,1.3862943649291992,0,5.575380802154541,3.295836925506592,7.234898567199707,0,0,0,0,0,1,0,1,0,0 +9,1,0,1,0,1,1,6,28,290.2349853515625,3661,5352,193.13819885253906,0,1,2.1972246170043945,0,5.670691013336182,3.332204580307007,8.20549201965332,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,0,1,6,27,284.9580078125,156,5728,189.9720001220703,0,1,1.0986123085021973,0,5.652341842651367,3.295836925506592,5.049856185913086,0,0,0,0,0,1,0,1,0,0 +6,1,0,1,1,0,1,6,28,265.9607849121094,13,5628,177.3072052001953,0,1,1.7917594909667969,0,5.583348751068115,3.332204580307007,2.5649492740631104,0,0,0,0,0,1,0,1,0,0 +5,1,0,1,1,0,1,6,36,281.79180908203125,21,5440,187.8612060546875,0,1,1.6094379425048828,0,5.641168594360352,3.5835189819335938,3.044522523880005,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,51,299.7336120605469,225,5337,199.47059631347656,0,1,0,0,5.70289421081543,3.931825637817383,5.41610050201416,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,0,0,1,6,21,293.4012145996094,96,5549,191.02740478515625,0,1,0.6931471824645996,0,5.6815409660339355,3.044522523880005,4.564348220825195,0,0,0,0,0,1,0,1,0,0 +182,1,0,1,0,1,1,6,51,267.0162048339844,18976,5352,177.3072052001953,0,1,5.204006671905518,0,5.58730936050415,3.931825637817383,9.850930213928223,0,0,0,0,0,1,0,1,0,0 +8,1,0,1,1,0,1,6,33,287.06878662109375,748,5628,186.80580139160156,0,1,2.079441547393799,0,5.659721851348877,3.4965076446533203,6.617403030395508,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,0,0,1,6,22,305.0105895996094,207,5604,191.02740478515625,0,1,1.0986123085021973,0,5.720346450805664,3.0910425186157227,5.332718849182129,0,0,0,0,0,1,0,1,0,0 +1,1,0,0,0,0,1,6,42,273.3486022949219,158,5552,60.157798767089844,0,1,0,0,5.610747814178467,3.7376697063446045,5.062594890594482,0,0,0,0,0,1,0,1,0,0 +8,1,0,1,1,0,1,6,26,276.5148010253906,293,5552,188.91659545898438,0,1,2.079441547393799,0,5.622264385223389,3.25809645652771,5.680172443389893,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,0,0,1,6,21,295.5119934082031,195,5728,191.02740478515625,0,1,0.6931471824645996,0,5.688709259033203,3.044522523880005,5.2729997634887695,0,0,0,0,0,1,0,1,0,0 +7,1,0,0,1,0,1,6,31,297.622802734375,538,5410,198.4152069091797,0,1,1.945910096168518,0,5.695827007293701,3.4339871406555176,6.287858486175537,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,0,1,0,1,6,38,301.8443908691406,352,5410,201.58140563964844,0,1,-1.3862943649291992,0,5.709911823272705,3.6375861167907715,5.863631248474121,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,2,6,20,280.73638916015625,321,5310,188.91659545898438,0,1,0,0,5.637415885925293,2.995732307434082,5.7714409828186035,0,0,0,0,0,1,0,0,1,0 +12,1,0,1,0,0,1,6,62,267.0162048339844,424,5728,178.3625946044922,0,1,2.4849066734313965,0,5.58730936050415,4.127134323120117,6.049733638763428,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,0,0,1,6,41,294.45660400390625,359,5349,191.02740478515625,0,1,1.0986123085021973,0,5.685131549835205,3.7135720252990723,5.883322238922119,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,0,1,6,32,275.45941162109375,389,5643,183.6396026611328,0,1,1.0986123085021973,0,5.6184401512146,3.465735912322998,5.963579177856445,0,0,0,0,0,1,0,1,0,0 +20,1,0,1,1,1,1,6,29,303.9552001953125,3703,5352,196.3043975830078,0,1,2.995732307434082,0,5.7168803215026855,3.367295742034912,8.216898918151855,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,NA,0,1,6,31,295.5119934082031,197,5310,197.35980224609375,0,1,1.0986123085021973,0,5.688709259033203,3.4339871406555176,5.283203601837158,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,1,0,1,6,23,283.902587890625,82,5643,188.91659545898438,0,1,-1.3862943649291992,0,5.6486310958862305,3.1354942321777344,4.406719207763672,0,0,0,0,0,1,0,1,0,0 +12,1,0,0,1,1,1,6,56,297.622802734375,845,5649,198.4152069091797,0,1,2.4849066734313965,0,5.695827007293701,4.025351524353027,6.7393364906311035,0,0,0,0,0,1,0,1,0,0 +5,1,0,1,1,1,1,6,32,308.1767883300781,3072,5455,205.80299377441406,0,1,1.6094379425048828,0,5.730673789978027,3.465735912322998,8.030083656311035,0,0,0,0,0,1,0,1,0,0 +4,1,0,1,0,0,1,6,56,270.1824035644531,549,5440,179.41799926757812,0,1,1.3862943649291992,0,5.59909725189209,4.025351524353027,6.308098316192627,0,0,0,0,0,1,0,1,0,0 +52,1,0,1,0,1,1,6,27,261.73919677734375,10137,5428,175.19639587402344,0,1,3.9512436389923096,0,5.567348480224609,3.295836925506592,9.223947525024414,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,1,0,1,6,24,300.78900146484375,120,5710,200.5260009765625,0,1,0.6931471824645996,0,5.706408977508545,3.178053855895996,4.787491798400879,0,0,0,0,0,1,0,1,0,0 +17,1,0,1,1,1,1,6,21,292.3457946777344,5906,5346,194.193603515625,0,1,2.8332133293151855,0,5.6779375076293945,3.044522523880005,8.683724403381348,0,0,0,0,0,1,0,1,0,0 +30,1,0,1,1,1,1,6,32,253.29600524902344,14600,5349,172.0301971435547,0,1,3.4011974334716797,0,5.5345587730407715,3.465735912322998,9.588776588439941,0,0,0,0,0,1,0,1,0,0 +16,1,0,0,0,1,1,6,45,288.12420654296875,1811,5310,191.02740478515625,0,1,2.7725887298583984,0,5.663391590118408,3.8066625595092773,7.50163459777832,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,1,0,1,6,53,255.40679931640625,368,5052,169.91940307617188,0,1,0.6931471824645996,0,5.542857646942139,3.97029185295105,5.908082962036133,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,21,280.73638916015625,189,5728,186.80580139160156,0,1,0,0,5.637415885925293,3.044522523880005,5.24174690246582,0,0,0,0,0,1,0,1,0,0 +4,1,0,0,1,0,1,6,32,246.96359252929688,209,5628,164.64239501953125,0,1,1.3862943649291992,0,5.509241104125977,3.465735912322998,5.342334270477295,0,0,0,0,0,1,0,1,0,0 +2,1,0,0,1,1,1,6,27,251.18519592285156,1529,5355,208.9691925048828,0,1,0.6931471824645996,0,5.526190280914307,3.295836925506592,7.332369327545166,0,0,0,0,0,1,0,1,0,0 +2,1,0,0,1,0,1,6,36,267.0162048339844,3033,5628,180.47340393066406,0,1,0.6931471824645996,0,5.58730936050415,3.5835189819335938,8.01730728149414,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,1,3,6,53,306.0660095214844,590,5310,203.69219970703125,0,1,1.0986123085021973,0,5.7238006591796875,3.97029185295105,6.380122661590576,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,1,1,1,6,44,305.0105895996094,1448,5404,204.7476043701172,0,1,2.397895336151123,0,5.720346450805664,3.7841897010803223,7.277938365936279,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,0,1,1,6,23,246.96359252929688,302,5628,164.64239501953125,0,1,0,0,5.509241104125977,3.1354942321777344,5.7104268074035645,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,1,0,3,6,21,250.1298065185547,687,5110,166.75320434570312,0,1,0.6931471824645996,0,5.521979808807373,3.044522523880005,6.532334327697754,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,2,6,23,273.3486022949219,243,5304,182.58419799804688,0,1,0,0,5.610747814178467,3.1354942321777344,5.493061542510986,0,0,0,0,0,1,0,0,1,0 +24,1,0,1,0,0,2,6,20,261.73919677734375,1030,5528,195.24899291992188,0,1,3.178053855895996,0,5.567348480224609,2.995732307434082,6.937314033508301,0,0,0,0,0,1,0,0,1,0 +12,1,0,1,0,1,2,6,36,297.622802734375,3662,5349,191.02740478515625,0,1,2.4849066734313965,0,5.695827007293701,3.5835189819335938,8.2057647705078125,0,0,0,0,0,1,0,0,1,0 +13,1,0,1,0,0,2,6,24,281.79180908203125,2217,5628,187.8612060546875,0,1,2.5649492740631104,0,5.641168594360352,3.178053855895996,7.7039103507995605,0,0,0,0,0,1,0,0,1,0 +4,1,0,1,1,0,2,6,46,274.40399169921875,234,5549,182.58419799804688,0,1,1.3862943649291992,0,5.6146016120910645,3.828641414642334,5.455321311950684,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,0,0,2,6,21,253.29600524902344,111,5149,168.86399841308594,0,1,1.0986123085021973,0,5.5345587730407715,3.044522523880005,4.709530353546143,0,0,0,0,0,1,0,0,1,0 +7,1,0,1,0,0,2,6,40,253.29600524902344,579,5628,168.86399841308594,0,1,1.945910096168518,0,5.5345587730407715,3.6888794898986816,6.361302375793457,0,0,0,0,0,1,0,0,1,0 +5,1,0,1,1,0,2,6,22,261.73919677734375,209,5628,175.19639587402344,0,1,1.6094379425048828,0,5.567348480224609,3.0910425186157227,5.342334270477295,0,0,0,0,0,1,0,0,1,0 +12,1,0,1,1,1,2,6,24,296.5674133300781,2465,5352,197.35980224609375,0,1,2.4849066734313965,0,5.692274570465088,3.178053855895996,7.8099470138549805,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,0,0,3,6,29,252.2406005859375,0,5552,167.80859375,0,1,1.0986123085021973,0,5.530383586883545,3.367295742034912,0,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,NA,0,3,6,27,287.06878662109375,225,5649,191.02740478515625,0,1,0.6931471824645996,0,5.659721851348877,3.295836925506592,5.41610050201416,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,0,1,0,3,6,26,299.7336120605469,180,5649,199.47059631347656,0,1,-1.3862943649291992,0,5.70289421081543,3.25809645652771,5.192956924438477,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,1,0,3,6,21,261.73919677734375,183,5316,184.69500732421875,0,1,1.7917594909667969,0,5.567348480224609,3.044522523880005,5.20948600769043,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,1,1,3,6,38,280.73638916015625,2911,5328,186.80580139160156,0,1,2.079441547393799,0,5.637415885925293,3.6375861167907715,7.97625207901001,0,0,0,0,0,1,0,0,0,0 +23,1,0,1,1,1,3,6,28,308.1767883300781,11722,5310,191.02740478515625,0,1,3.1354942321777344,0,5.730673789978027,3.332204580307007,9.369222640991211,0,0,0,0,0,1,0,0,0,0 +21,1,0,1,1,1,3,6,31,281.79180908203125,4305,5352,187.8612060546875,0,1,3.044522523880005,0,5.641168594360352,3.4339871406555176,8.367532730102539,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,1,0,3,6,41,290.2349853515625,0,5352,193.13819885253906,0,1,1.7917594909667969,0,5.670691013336182,3.7135720252990723,0,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,NA,0,3,6,28,291.2904052734375,382,5528,233.24339294433594,0,1,2.079441547393799,0,5.674320697784424,3.332204580307007,5.945420742034912,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,34,270.1824035644531,488,5528,182.58419799804688,0,1,0,0,5.59909725189209,3.526360511779785,6.190315246582031,0,0,0,0,0,1,0,0,0,0 +12,1,0,1,0,0,3,6,24,296.5674133300781,1703,5352,191.02740478515625,0,1,2.4849066734313965,0,5.692274570465088,3.178053855895996,7.440146446228027,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,38,248.0189971923828,59,5452,165.6977996826172,0,1,0,0,5.513505458831787,3.6375861167907715,4.077537536621094,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,1,0,3,6,22,252.2406005859375,325,5652,167.80859375,0,1,1.0986123085021973,0,5.530383586883545,3.0910425186157227,5.783825397491455,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,1,0,3,6,44,249.07440185546875,85,5649,165.6977996826172,0,1,1.3862943649291992,0,5.517751693725586,3.7841897010803223,4.442651271820068,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,0,3,6,26,299.7336120605469,91,5710,196.3043975830078,0,1,1.0986123085021973,0,5.70289421081543,3.25809645652771,4.510859489440918,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,0,0,3,6,34,252.2406005859375,217,5510,167.80859375,0,1,1.3862943649291992,0,5.530383586883545,3.526360511779785,5.379897117614746,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,0,0,3,6,28,261.73919677734375,823,5552,174.14100646972656,0,1,1.7917594909667969,0,5.567348480224609,3.332204580307007,6.712956428527832,0,0,0,0,0,1,0,0,0,0 +18,1,0,0,1,0,3,6,33,267.0162048339844,1076,5328,177.3072052001953,0,1,2.890371799468994,0,5.58730936050415,3.4965076446533203,6.981005668640137,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,25,257.5176086425781,457,5549,172.0301971435547,0,1,0,0,5.551088333129883,3.2188758850097656,6.124683380126953,0,0,0,0,0,1,0,0,0,0 +30,1,0,1,1,1,3,6,31,282.8471984863281,1323,5428,188.91659545898438,0,1,3.4011974334716797,0,5.644906997680664,3.4339871406555176,7.187657356262207,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,0,0,3,6,24,297.622802734375,283,5528,198.4152069091797,0,1,1.3862943649291992,0,5.695827007293701,3.178053855895996,5.64544677734375,0,0,0,0,0,1,0,0,0,0 +5,1,0,1,1,0,3,6,30,282.8471984863281,377,5528,187.8612060546875,0,1,1.6094379425048828,0,5.644906997680664,3.4011974334716797,5.932245254516602,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,1,0,3,6,29,295.5119934082031,83,5728,197.35980224609375,0,1,-1.3862943649291992,0,5.688709259033203,3.367295742034912,4.418840408325195,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,1,0,3,6,56,258.572998046875,542,5528,172.0301971435547,0,1,2.079441547393799,0,5.555178165435791,4.025351524353027,6.295266151428223,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,42,291.2904052734375,184,5728,194.193603515625,0,1,0,0,5.674320697784424,3.7376697063446045,5.214935779571533,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,0,0,3,6,32,296.5674133300781,200,5052,197.35980224609375,0,1,1.3862943649291992,0,5.692274570465088,3.465735912322998,5.2983174324035645,0,0,0,0,0,1,0,0,0,0 +10,1,0,1,0,0,3,6,37,306.0660095214844,448,5528,186.80580139160156,0,1,2.3025851249694824,0,5.7238006591796875,3.610917806625366,6.104793071746826,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,1,3,6,23,274.40399169921875,3128,5352,182.58419799804688,0,1,1.0986123085021973,0,5.6146016120910645,3.1354942321777344,8.048149108886719,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,3,6,19,252.2406005859375,247,5549,167.80859375,0,1,0.6931471824645996,0,5.530383586883545,2.944438934326172,5.509388446807861,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,1,0,3,6,25,305.0105895996094,2968,5310,203.69219970703125,0,1,1.3862943649291992,0,5.720346450805664,3.2188758850097656,7.995643615722656,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,21,258.572998046875,60,5628,173.08560180664062,0,1,0,0,5.555178165435791,3.044522523880005,4.094344615936279,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,24,270.1824035644531,0,5352,180.47340393066406,0,1,0,0,5.59909725189209,3.178053855895996,0,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,0,1,3,6,20,296.5674133300781,3037,5628,197.35980224609375,0,1,2.397895336151123,0,5.692274570465088,2.995732307434082,8.018625259399414,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,0,0,3,6,29,302.8998107910156,132,5728,191.02740478515625,0,1,-1.3862943649291992,0,5.713402271270752,3.367295742034912,4.8828020095825195,0,0,0,0,0,1,0,0,0,0 +8,1,0,0,1,0,3,6,53,269.12701416015625,2125,5428,179.41799926757812,0,1,2.079441547393799,0,5.595183372497559,3.97029185295105,7.661527156829834,0,0,0,0,0,1,0,0,0,0 +2,1,0,0,1,0,3,6,65,258.572998046875,370,5549,172.0301971435547,0,1,0.6931471824645996,0,5.555178165435791,4.174387454986572,5.913503170013428,0,0,0,0,0,1,0,0,0,0 +15,1,0,0,0,1,3,6,59,261.73919677734375,8559,5128,174.14100646972656,0,1,2.70805025100708,0,5.567348480224609,4.077537536621094,9.054738998413086,0,0,0,0,0,1,0,0,0,0 +25,1,0,0,0,1,3,6,43,308.1767883300781,6430,5349,205.80299377441406,0,1,3.2188758850097656,0,5.730673789978027,3.761200189590454,8.768730163574219,0,0,0,0,0,1,0,0,0,0 +11,1,0,0,0,0,3,6,22,260.6838073730469,1278,5352,174.14100646972656,0,1,2.397895336151123,0,5.563308238983154,3.0910425186157227,7.153051853179932,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,0,0,3,6,60,261.73919677734375,0,5349,174.14100646972656,0,1,1.0986123085021973,0,5.567348480224609,4.094344615936279,0,0,0,0,0,0,1,0,0,0,0 +15,1,0,NA,NA,0,3,6,28,263.8500061035156,97,5628,176.25180053710938,0,1,2.70805025100708,0,5.575380802154541,3.332204580307007,4.574710845947266,0,0,0,0,0,1,0,0,0,0 +10,1,0,0,1,0,3,6,45,253.29600524902344,884,5528,168.86399841308594,0,1,2.3025851249694824,0,5.5345587730407715,3.8066625595092773,6.784457206726074,0,0,0,0,0,1,0,0,0,0 +5,1,0,0,0,1,3,6,66,283.902587890625,3466,5440,189.9720001220703,0,1,1.6094379425048828,0,5.6486310958862305,4.18965482711792,8.1507568359375,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,3,6,56,251.18519592285156,155,5010,167.80859375,0,1,0.6931471824645996,0,5.526190280914307,4.025351524353027,5.0434250831604,0,0,0,0,0,1,0,0,0,0 +21,1,0,0,1,1,3,6,60,258.572998046875,1260,5628,172.0301971435547,0,1,3.044522523880005,0,5.555178165435791,4.094344615936279,7.138866901397705,0,0,0,0,0,1,0,0,0,0 +18,1,0,1,1,0,3,6,36,281.79180908203125,177,5528,184.69500732421875,0,1,2.890371799468994,0,5.641168594360352,3.5835189819335938,5.176149845123291,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,0,0,3,6,28,262.7945861816406,0,5410,175.19639587402344,0,1,1.3862943649291992,0,5.5713725090026855,3.332204580307007,0,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,1,1,3,6,61,259.6283874511719,2380,5349,173.08560180664062,0,1,1.7917594909667969,0,5.559251308441162,4.110873699188232,7.774855613708496,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,0,0,3,6,21,292.3457946777344,119,5649,194.193603515625,0,1,-1.3862943649291992,0,5.6779375076293945,3.044522523880005,4.779123306274414,0,0,0,0,0,1,0,0,0,0 +5,1,0,1,0,0,3,6,19,298.6781921386719,258,5552,172.0301971435547,0,1,1.6094379425048828,0,5.699366569519043,2.944438934326172,5.552959442138672,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,1,0,3,6,26,274.40399169921875,57,5346,176.25180053710938,0,1,0.6931471824645996,0,5.6146016120910645,3.25809645652771,4.043051242828369,0,0,0,0,0,1,0,0,0,0 +5,1,0,1,0,0,3,6,30,252.2406005859375,257,5252,167.80859375,0,1,1.6094379425048828,0,5.530383586883545,3.4011974334716797,5.549076080322266,0,0,0,0,0,1,0,0,0,0 +2,1,0,0,1,0,3,8,48,284.9580078125,286,9010,189.9720001220703,0,1,0.6931471824645996,0,5.652341842651367,3.8712010383605957,5.655992031097412,0,0,0,0,0,0,0,0,0,0 +5,1,0,0,1,0,1,8,56,278.6256103515625,287,9010,185.75039672851562,0,1,1.6094379425048828,0,5.629868984222412,4.025351524353027,5.659482002258301,0,0,0,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,8,52,272.293212890625,253,9032,163.58700561523438,0,1,0.6931471824645996,0,5.606879711151123,3.9512436389923096,5.533389568328857,0,0,0,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,8,26,246.96359252929688,262,9040,164.64239501953125,0,1,0,0,5.509241104125977,3.25809645652771,5.568344593048096,0,0,0,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,8,52,267.0162048339844,200,9052,177.3072052001953,0,1,1.0986123085021973,0,5.58730936050415,3.9512436389923096,5.2983174324035645,0,0,0,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,8,29,293.4012145996094,279,9019,162.53160095214844,0,1,0,0,5.6815409660339355,3.367295742034912,5.631211757659912,0,0,0,0,0,0,0,1,0,0 +56,1,0,0,0,0,1,8,49,245.908203125,2081,9010,149.86680603027344,0,1,4.025351524353027,0,5.504958152770996,3.891820192337036,7.640604019165039,0,0,0,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,8,37,253.29600524902344,837,9010,168.86399841308594,0,1,1.6094379425048828,0,5.5345587730407715,3.610917806625366,6.729824066162109,0,0,0,0,0,0,0,1,0,0 +27,1,0,1,1,0,2,8,65,295.5119934082031,1428,9049,197.35980224609375,0,1,3.295836925506592,0,5.688709259033203,4.174387454986572,7.2640299797058105,0,0,0,0,0,0,0,0,1,0 +8,1,0,1,1,0,3,8,56,263.8500061035156,0,9052,176.25180053710938,0,1,2.079441547393799,0,5.575380802154541,4.025351524353027,0,0,0,0,0,0,0,0,0,0,0 +40,1,0,1,NA,0,3,8,28,263.8500061035156,542,9052,175.19639587402344,0,1,3.6888794898986816,0,5.575380802154541,3.332204580307007,6.295266151428223,0,0,0,0,0,0,0,0,0,0 +7,1,0,1,0,0,3,8,23,253.29600524902344,1819,9052,168.86399841308594,0,1,1.945910096168518,0,5.5345587730407715,3.1354942321777344,7.506042003631592,0,0,0,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,8,32,273.3486022949219,138,9052,181.52879333496094,0,1,1.0986123085021973,0,5.610747814178467,3.465735912322998,4.927253723144531,0,0,0,0,0,0,0,0,0,0 +35,1,0,1,1,1,3,8,23,295.5119934082031,8460,9040,197.35980224609375,0,1,3.5553481578826904,0,5.688709259033203,3.1354942321777344,9.04310417175293,0,0,0,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,8,31,263.8500061035156,407,9052,177.3072052001953,0,1,0.6931471824645996,0,5.575380802154541,3.4339871406555176,6.008813381195068,0,0,0,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,8,19,282.8471984863281,0,9010,186.80580139160156,0,1,0,0,5.644906997680664,2.944438934326172,0,0,0,0,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,8,61,292.3457946777344,155,9049,211.0800018310547,0,1,0.6931471824645996,0,5.6779375076293945,4.110873699188232,5.0434250831604,0,0,0,0,0,0,0,0,0,0 +6,1,0,1,1,0,3,8,40,260.6838073730469,3000,9052,168.86399841308594,0,1,1.7917594909667969,0,5.563308238983154,3.6888794898986816,8.006367683410645,0,0,0,0,0,0,0,0,0,0 +18,1,0,1,1,0,3,8,21,263.8500061035156,0,9010,180.47340393066406,0,1,2.890371799468994,0,5.575380802154541,3.044522523880005,0,0,0,0,0,0,0,0,0,0,0 +14,1,0,0,0,1,3,8,36,281.79180908203125,10401,9028,187.8612060546875,0,1,2.6390573978424072,0,5.641168594360352,3.5835189819335938,9.24965763092041,0,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,NA,1,3,8,59,290.2349853515625,137,9004,181.52879333496094,0,1,-1.3862943649291992,0,5.670691013336182,4.077537536621094,4.919981002807617,0,0,0,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,8,40,256.4621887207031,717,9049,174.14100646972656,0,1,0.6931471824645996,0,5.546981334686279,3.6888794898986816,6.575075626373291,0,0,0,0,0,0,0,0,0,0 +22,1,0,0,1,0,3,7,59,293.4012145996094,3015,8034,191.02740478515625,0,1,3.0910425186157227,0,5.6815409660339355,4.077537536621094,8.01135540008545,0,0,0,0,0,0,1,0,0,0 +1,1,0,1,0,0,1,7,26,283.902587890625,49,6400,188.91659545898438,0,1,0,0,5.6486310958862305,3.25809645652771,3.891820192337036,0,0,0,0,0,0,1,1,0,0 +13,1,0,0,1,0,1,7,39,267.0162048339844,3330,8034,178.3625946044922,0,1,2.5649492740631104,0,5.58730936050415,3.6635615825653076,8.110727310180664,0,0,0,0,0,0,1,1,0,0 +10,1,0,0,1,0,1,7,41,281.79180908203125,1747,8031,149.86680603027344,0,1,2.3025851249694824,0,5.641168594360352,3.7135720252990723,7.465655326843262,0,0,0,0,0,0,1,1,0,0 +2,1,0,1,1,0,1,7,42,284.9580078125,249,8052,189.9720001220703,0,1,0.6931471824645996,0,5.652341842651367,3.7376697063446045,5.517452716827393,0,0,0,0,0,0,1,1,0,0 +11,1,0,0,NA,0,3,7,38,246.96359252929688,272,6700,194.193603515625,0,1,2.397895336151123,0,5.509241104125977,3.6375861167907715,5.605802059173584,0,0,0,0,0,0,1,0,0,0 +12,1,0,0,0,0,3,7,61,295.5119934082031,120,8090,197.35980224609375,0,1,2.4849066734313965,0,5.688709259033203,4.110873699188232,4.787491798400879,0,0,0,0,0,0,1,0,0,0 +5,0,1,1,1,1,1,1,38,1136.062744140625,5515.625,1425,225.1656036376953,0,1,1.6094379425048828,0,7.035323619842529,3.6375861167907715,8.615340232849121,1,0,0,0,0,0,0,1,0,7.035323619842529 +15,0,1,1,1,0,1,1,63,750.552001953125,1839.2857666015625,1304,211.51919555664062,0,1,2.70805025100708,0,6.620809078216553,4.143134593963623,7.517132759094238,1,0,0,0,0,0,0,1,0,6.620809078216553 +11,0,1,1,1,0,1,1,69,759.64959716796875,290.1785583496094,1107,173.99159240722656,0,1,2.397895336151123,0,6.632857322692871,4.234106540679932,5.670496463775635,1,0,0,0,0,0,0,1,0,6.632857322692871 +1,0,1,1,1,0,1,1,58,792.62841796875,181.91964721679688,1804,211.51919555664062,0,1,0,0,6.675354480743408,4.060442924499512,5.2035651206970215,1,0,0,0,0,0,0,1,0,6.675354480743408 +8,0,1,1,1,1,2,1,57,1017.7940063476562,4818.08056640625,1440,225.1656036376953,0,1,2.079441547393799,0,6.9253926277160645,4.043051242828369,8.480131149291992,1,0,0,0,0,0,0,0,1,6.9253926277160645 +9,0,1,1,1,0,2,1,44,730.0823974609375,389.5089416503906,1007,225.1656036376953,0,1,2.1972246170043945,0,6.5931572914123535,3.7841897010803223,5.964886665344238,1,0,0,0,0,0,0,0,1,6.5931572914123535 +0.25,0,1,1,1,0,3,1,30,742.59161376953125,33.48214340209961,1210,225.1656036376953,0,1,-1.3862943649291992,0,6.6101460456848145,3.4011974334716797,3.511012315750122,1,0,0,0,0,0,0,0,0,6.6101460456848145 +3,0,1,1,1,0,3,1,51,716.43597412109375,218.75,1410,211.51919555664062,0,1,1.0986123085021973,0,6.574288845062256,3.931825637817383,5.387929439544678,1,0,0,0,0,0,0,0,0,6.574288845062256 +0.25,0,1,1,1,0,3,1,23,747.140380859375,984.375,1904,218.3424072265625,0,1,-1.3862943649291992,0,6.616252899169922,3.1354942321777344,6.892006874084473,1,0,0,0,0,0,0,0,0,6.616252899169922 +0.25,0,1,1,1,0,3,1,28,692.5548095703125,200.89285278320312,1110,225.1656036376953,0,1,-1.3862943649291992,0,6.540387153625488,3.332204580307007,5.30277156829834,1,0,0,0,0,0,0,0,0,6.540387153625488 +11,0,1,1,1,0,1,2,48,693.6920166015625,2791.294677734375,2552,211.51919555664062,0,1,2.397895336151123,0,6.542027950286865,3.8712010383605957,7.934260845184326,0,1,0,0,0,0,0,1,0,6.542027950286865 +1,0,1,1,1,0,1,2,64,743.72882080078125,297.9910583496094,2349,176.26600646972656,0,1,0,0,6.6116766929626465,4.158883094787598,5.697063446044922,0,1,0,0,0,0,0,1,0,6.6116766929626465 +22,0,1,1,0,1,2,2,25,652.7528076171875,2064.732177734375,2552,205.8332061767578,0,1,3.0910425186157227,0,6.481198310852051,3.2188758850097656,7.632755756378174,0,1,0,0,0,0,0,0,1,6.481198310852051 +19,0,1,1,1,1,2,2,61,876.78118896484375,12130.580078125,2128,211.51919555664062,0,1,2.944438934326172,0,6.776257514953613,4.110873699188232,9.403485298156738,0,1,0,0,0,0,0,0,1,6.776257514953613 +7,0,1,1,1,0,3,2,40,695.96636962890625,2402.90185546875,2010,231.98880004882812,0,1,1.945910096168518,0,6.54530143737793,3.6888794898986816,7.784432411193848,0,1,0,0,0,0,0,0,0,6.54530143737793 +3,0,1,1,1,0,3,2,61,781.25640869140625,504.46429443359375,2352,211.51919555664062,0,1,1.0986123085021973,0,6.660903453826904,4.110873699188232,6.223496913909912,0,1,0,0,0,0,0,0,0,6.660903453826904 +2,0,1,1,1,0,1,3,52,761.92401123046875,122.76786041259766,3210,211.51919555664062,0,1,0.6931471824645996,0,6.6358466148376465,3.9512436389923096,4.810295104980469,0,0,1,0,0,0,0,1,0,6.6358466148376465 +71,0,1,1,1,1,1,3,64,746.003173828125,1440.8482666015625,3602,211.51919555664062,0,1,4.2626800537109375,0,6.614729881286621,4.158883094787598,7.272987365722656,0,0,1,0,0,0,0,1,0,6.614729881286621 +7,0,1,1,0,1,1,3,47,1022.3427734375,22521.205078125,3640,205.8332061767578,0,1,1.945910096168518,0,6.92985200881958,3.8501474857330322,10.022212982177734,0,0,1,0,0,0,0,1,0,6.92985200881958 +2,0,1,1,1,0,1,3,38,1018.9312133789062,64.73213958740234,3640,238.81199645996094,0,1,0.6931471824645996,0,6.926509380340576,3.6375861167907715,4.170258045196533,0,0,1,0,0,0,0,1,0,6.926509380340576 +3,0,1,1,0,0,1,3,31,1050.7728271484375,424.1071472167969,3628,285.43719482421875,0,1,1.0986123085021973,0,6.957281112670898,3.4339871406555176,6.049986362457275,0,0,1,0,0,0,0,1,0,6.957281112670898 +10,0,1,1,1,0,1,3,32,783.53082275390625,632.8125,3428,238.81199645996094,0,1,2.3025851249694824,0,6.6638102531433105,3.465735912322998,6.450174331665039,0,0,1,0,0,0,0,1,0,6.6638102531433105 +2,0,1,1,1,0,1,3,38,666.399169921875,78.125,3152,218.3424072265625,0,1,0.6931471824645996,0,6.501888751983643,3.6375861167907715,4.358310222625732,0,0,1,0,0,0,0,1,0,6.501888751983643 +18,0,1,1,1,0,1,3,56,650.4783935546875,50.22321319580078,3152,211.51919555664062,0,1,2.890371799468994,0,6.477707862854004,4.025351524353027,3.9164774417877197,0,0,1,0,0,0,0,1,0,6.477707862854004 +1,0,1,1,1,0,1,3,57,904.073974609375,426.33929443359375,3628,211.51919555664062,0,1,0,0,6.806910991668701,4.043051242828369,6.055235385894775,0,0,1,0,0,0,0,1,0,6.806910991668701 +8,0,1,1,0,0,1,3,32,639.10638427734375,1592.6339111328125,3640,205.8332061767578,0,1,2.079441547393799,0,6.460071086883545,3.465735912322998,7.373144626617432,0,0,1,0,0,0,0,1,0,6.460071086883545 +3,0,1,1,1,0,1,3,23,657.30157470703125,252.23214721679688,3540,225.1656036376953,0,1,1.0986123085021973,0,6.488142967224121,3.1354942321777344,5.5303497314453125,0,0,1,0,0,0,0,1,0,6.488142967224121 +32,0,1,1,1,0,1,3,25,732.3568115234375,3089.28564453125,3702,225.1656036376953,0,1,3.465735912322998,0,6.5962677001953125,3.2188758850097656,8.03569507598877,0,0,1,0,0,0,0,1,0,6.5962677001953125 +182,0,1,1,1,1,1,3,51,653.8900146484375,33482.14453125,3552,218.3424072265625,0,1,5.204006671905518,0,6.48293924331665,3.931825637817383,10.418767929077148,0,0,1,0,0,0,0,1,0,6.48293924331665 +10,0,1,1,1,1,1,3,37,682.32000732421875,3387.27685546875,3422,225.1656036376953,0,1,2.3025851249694824,0,6.525498867034912,3.610917806625366,8.127781867980957,0,0,1,0,0,0,0,1,0,6.525498867034912 +5,0,1,1,0,0,1,3,21,635.69482421875,196.42857360839844,3428,205.8332061767578,0,1,1.6094379425048828,0,6.454718589782715,3.044522523880005,5.280298709869385,0,0,1,0,0,0,0,1,0,6.454718589782715 +9,0,1,1,1,1,1,3,32,824.469970703125,604.91070556640625,3328,225.1656036376953,0,1,2.1972246170043945,0,6.714740753173828,3.465735912322998,6.405080795288086,0,0,1,0,0,0,0,1,0,6.714740753173828 +5,0,1,1,1,0,1,3,44,666.399169921875,491.0714416503906,3549,218.3424072265625,0,1,1.6094379425048828,0,6.501888751983643,3.7841897010803223,6.196589469909668,0,0,1,0,0,0,0,1,0,6.501888751983643 +2,0,1,1,1,0,1,3,29,664.12481689453125,329.2410583496094,3428,225.1656036376953,0,1,0.6931471824645996,0,6.498470306396484,3.367295742034912,5.79679012298584,0,0,1,0,0,0,0,1,0,6.498470306396484 +2,0,1,1,1,0,1,3,56,1132.6512451171875,239.95535278320312,3640,211.51919555664062,0,1,0.6931471824645996,0,7.032316207885742,4.025351524353027,5.480453014373779,0,0,1,0,0,0,0,1,0,7.032316207885742 +2,0,1,1,1,0,1,3,33,682.32000732421875,123.88392639160156,3640,225.1656036376953,0,1,0.6931471824645996,0,6.525498867034912,3.4965076446533203,4.819344997406006,0,0,1,0,0,0,0,1,0,6.525498867034912 +5,0,1,1,1,0,1,3,64,659.57598876953125,993.3035888671875,3713,211.51919555664062,0,1,1.6094379425048828,0,6.4915971755981445,4.158883094787598,6.901036262512207,0,0,1,0,0,0,0,1,0,6.4915971755981445 +5,0,1,1,1,0,1,3,23,672.085205078125,1040.1785888671875,3640,218.3424072265625,0,1,1.6094379425048828,0,6.510385036468506,3.1354942321777344,6.947147846221924,0,0,1,0,0,0,0,1,0,6.510385036468506 +1,0,1,1,0,0,1,3,24,674.359619140625,286.8303527832031,3613,205.8332061767578,0,1,0,0,6.513763427734375,3.178053855895996,5.658890724182129,0,0,1,0,0,0,0,1,0,6.513763427734375 +1,0,1,1,0,0,1,3,20,676.63397216796875,215.4017791748047,3640,205.8332061767578,0,1,0,0,6.517130374908447,2.995732307434082,5.372505187988281,0,0,1,0,0,0,0,1,0,6.517130374908447 +0.25,0,1,1,1,0,1,3,22,659.57598876953125,193.08035278320312,3540,218.3424072265625,0,1,-1.3862943649291992,0,6.4915971755981445,3.0910425186157227,5.263106346130371,0,0,1,0,0,0,0,1,0,6.4915971755981445 +0.25,0,1,1,1,0,1,3,22,753.963623046875,387.27679443359375,3543,218.3424072265625,0,1,-1.3862943649291992,0,6.625344276428223,3.0910425186157227,5.959139823913574,0,0,1,0,0,0,0,1,0,6.625344276428223 +11,0,1,1,1,1,1,3,26,781.25640869140625,2972.09814453125,3628,218.3424072265625,0,1,2.397895336151123,0,6.660903453826904,3.25809645652771,7.997023582458496,0,0,1,0,0,0,0,1,0,6.660903453826904 +11,0,1,1,1,1,1,3,46,643.65521240234375,718.75,3613,218.3424072265625,0,1,2.397895336151123,0,6.4671630859375,3.828641414642334,6.577513694763184,0,0,1,0,0,0,0,1,0,6.4671630859375 +3,0,1,1,0,0,2,3,22,691.4176025390625,303.5714416503906,3749,205.8332061767578,0,1,1.0986123085021973,0,6.53874397277832,3.0910425186157227,5.7156171798706055,0,0,1,0,0,0,0,0,1,6.53874397277832 +6,0,1,1,1,1,2,3,50,846.0767822265625,2033.482177734375,3646,218.3424072265625,0,1,1.7917594909667969,0,6.740610122680664,3.9120230674743652,7.617505073547363,0,0,1,0,0,0,0,0,1,6.740610122680664 +3,0,1,1,1,0,2,3,38,785.80517578125,312.5,3252,218.3424072265625,0,1,1.0986123085021973,0,6.666708946228027,3.6375861167907715,5.744604587554932,0,0,1,0,0,0,0,0,1,6.666708946228027 +10,0,1,1,1,0,2,3,55,785.80517578125,948.66070556640625,3116,225.1656036376953,0,1,2.3025851249694824,0,6.666708946228027,4.007333278656006,6.855051040649414,0,0,1,0,0,0,0,0,1,6.666708946228027 +13,0,1,1,1,0,2,3,34,833.567626953125,3404.017822265625,3728,235.40040588378906,0,1,2.5649492740631104,0,6.725714683532715,3.526360511779785,8.132711410522461,0,0,1,0,0,0,0,0,1,6.725714683532715 +4,0,1,1,1,0,1,3,37,644.79241943359375,368.3035583496094,3152,238.81199645996094,0,1,1.3862943649291992,0,6.468928337097168,3.610917806625366,5.908907413482666,0,0,1,0,0,0,0,1,0,6.468928337097168 +33,0,1,1,1,0,1,3,43,665.26202392578125,2196.428466796875,3602,231.98880004882812,0,1,3.4965076446533203,0,6.500181198120117,3.761200189590454,7.694587707519531,0,0,1,0,0,0,0,1,0,6.500181198120117 +15,0,1,1,0,0,1,3,21,954.11077880859375,1141.7410888671875,3116,205.8332061767578,0,1,2.70805025100708,0,6.860779762268066,3.044522523880005,7.040309429168701,0,0,1,0,0,0,0,1,0,6.860779762268066 +2,0,1,1,1,0,2,3,50,709.61279296875,287.9464416503906,3440,211.51919555664062,0,1,0.6931471824645996,0,6.5647196769714355,3.9120230674743652,5.662774562835693,0,0,1,0,0,0,0,0,1,6.5647196769714355 +3,0,1,1,1,0,2,3,40,757.37518310546875,245.5357208251953,3549,225.1656036376953,0,1,1.0986123085021973,0,6.62985897064209,3.6888794898986816,5.503442287445068,0,0,1,0,0,0,0,0,1,6.62985897064209 +0.25,0,1,1,1,0,2,3,27,691.4176025390625,286.8303527832031,3549,218.3424072265625,0,1,-1.3862943649291992,0,6.53874397277832,3.295836925506592,5.658890724182129,0,0,1,0,0,0,0,0,1,6.53874397277832 +2,0,1,1,0,0,2,3,40,846.0767822265625,203.125,3540,205.8332061767578,0,1,0.6931471824645996,0,6.740610122680664,3.6888794898986816,5.313821315765381,0,0,1,0,0,0,0,0,1,6.740610122680664 +6,0,1,1,1,0,2,3,43,749.414794921875,391.7410583496094,3540,225.1656036376953,0,1,1.7917594909667969,0,6.619292736053467,3.761200189590454,5.9706010818481445,0,0,1,0,0,0,0,0,1,6.619292736053467 +8,0,1,1,0,1,2,3,23,835.84197998046875,9060.267578125,3604,205.8332061767578,0,1,2.079441547393799,0,6.728439807891846,3.1354942321777344,9.111654281616211,0,0,1,0,0,0,0,0,1,6.728439807891846 +3,0,1,1,1,0,2,3,52,648.2039794921875,787.9464111328125,3116,205.8332061767578,0,1,1.0986123085021973,0,6.474205493927002,3.9512436389923096,6.669430255889893,0,0,1,0,0,0,0,0,1,6.474205493927002 +4,0,1,1,1,0,2,3,25,660.71319580078125,924.10711669921875,3740,225.1656036376953,0,1,1.3862943649291992,0,6.493319988250732,3.2188758850097656,6.828827857971191,0,0,1,0,0,0,0,0,1,6.493319988250732 +7,0,1,1,1,0,2,3,36,644.79241943359375,787.9464111328125,3328,218.3424072265625,0,1,1.945910096168518,0,6.468928337097168,3.5835189819335938,6.669430255889893,0,0,1,0,0,0,0,0,1,6.468928337097168 +6,0,1,1,1,0,2,3,32,650.4783935546875,803.5714111328125,3152,231.98880004882812,0,1,1.7917594909667969,0,6.477707862854004,3.465735912322998,6.689065933227539,0,0,1,0,0,0,0,0,1,6.477707862854004 +4,0,1,1,1,0,2,3,59,636.83197021484375,122.76786041259766,3110,211.51919555664062,0,1,1.3862943649291992,0,6.45650577545166,4.077537536621094,4.810295104980469,0,0,1,0,0,0,0,0,1,6.45650577545166 +5,0,1,1,1,0,2,3,44,711.88720703125,0,3228,218.3424072265625,0,1,1.6094379425048828,0,6.5679192543029785,3.7841897010803223,0,0,0,1,0,0,0,0,0,1,6.5679192543029785 +17,0,1,1,1,1,2,3,38,728.9451904296875,985.4910888671875,3428,238.81199645996094,0,1,2.8332133293151855,0,6.5915985107421875,3.6375861167907715,6.8931403160095215,0,0,1,0,0,0,0,0,1,6.5915985107421875 +36,0,1,1,1,0,2,3,50,703.92681884765625,370.53570556640625,3602,211.51919555664062,0,1,3.5835189819335938,0,6.556674480438232,3.9120230674743652,5.914949893951416,0,0,1,0,0,0,0,0,1,6.556674480438232 +1,0,1,1,1,1,2,3,47,703.92681884765625,219.86607360839844,3640,176.26600646972656,0,1,0,0,6.556674480438232,3.8501474857330322,5.39301872253418,0,0,1,0,0,0,0,0,1,6.556674480438232 +8,0,1,1,1,0,2,3,52,647.0667724609375,1361.607177734375,3528,218.3424072265625,0,1,2.079441547393799,0,6.47244930267334,3.9512436389923096,7.216421127319336,0,0,1,0,0,0,0,0,1,6.47244930267334 +8,0,1,1,1,0,2,3,42,918.85760498046875,244.41964721679688,3210,218.3424072265625,0,1,2.079441547393799,0,6.823131084442139,3.7376697063446045,5.498886585235596,0,0,1,0,0,0,0,0,1,6.823131084442139 +4,0,1,1,1,0,3,3,54,683.45721435546875,323.66070556640625,3240,205.8332061767578,0,1,1.3862943649291992,0,6.527163982391357,3.9889841079711914,5.779695987701416,0,0,1,0,0,0,0,0,0,6.527163982391357 +5,0,1,1,1,0,3,3,46,653.8900146484375,438.6160583496094,3728,231.98880004882812,0,1,1.6094379425048828,0,6.48293924331665,3.828641414642334,6.083624362945557,0,0,1,0,0,0,0,0,0,6.48293924331665 +3,0,1,1,1,0,3,3,33,788.07958984375,190.8482208251953,3613,287.71160888671875,0,1,1.0986123085021973,0,6.6695990562438965,3.4965076446533203,5.251478672027588,0,0,1,0,0,0,0,0,0,6.6695990562438965 +6,0,1,1,1,0,3,3,56,667.536376953125,654.01788330078125,3210,225.1656036376953,0,1,1.7917594909667969,0,6.503593921661377,4.025351524353027,6.483134746551514,0,0,1,0,0,0,0,0,0,6.503593921661377 +182,0,1,1,0,0,3,3,60,695.96636962890625,13113.8388671875,3449,205.8332061767578,0,1,5.204006671905518,0,6.54530143737793,4.094344615936279,9.481423377990723,0,0,1,0,0,0,0,0,0,6.54530143737793 +3,0,1,1,1,0,3,3,43,722.12200927734375,106.02678680419922,3449,211.51919555664062,0,1,1.0986123085021973,0,6.5821943283081055,3.761200189590454,4.663691997528076,0,0,1,0,0,0,0,0,0,6.5821943283081055 +8,0,1,1,0,0,3,3,32,703.92681884765625,248.88392639160156,3528,211.51919555664062,0,1,2.079441547393799,0,6.556674480438232,3.465735912322998,5.516986846923828,0,0,1,0,0,0,0,0,0,6.556674480438232 +14,0,1,1,1,0,3,3,42,925.6807861328125,632.8125,3128,231.98880004882812,0,1,2.6390573978424072,0,6.830529689788818,3.7376697063446045,6.450174331665039,0,0,1,0,0,0,0,0,0,6.830529689788818 +10,0,1,1,1,0,3,3,53,726.6707763671875,306.9196472167969,3152,225.1656036376953,0,1,2.3025851249694824,0,6.588473320007324,3.97029185295105,5.726585865020752,0,0,1,0,0,0,0,0,0,6.588473320007324 +17,0,1,1,1,0,3,3,61,666.399169921875,1718.75,3149,211.51919555664062,0,1,2.8332133293151855,0,6.501888751983643,4.110873699188232,7.449352741241455,0,0,1,0,0,0,0,0,0,6.501888751983643 +2,0,1,1,1,0,3,3,39,865.4091796875,154.01785278320312,3049,231.98880004882812,0,1,0.6931471824645996,0,6.763202667236328,3.6635615825653076,5.0370683670043945,0,0,1,0,0,0,0,0,0,6.763202667236328 +2,0,1,1,1,0,3,3,28,769.8843994140625,335.9375,3510,225.1656036376953,0,1,0.6931471824645996,0,6.646240234375,3.332204580307007,5.816925048828125,0,0,1,0,0,0,0,0,0,6.646240234375 +10,0,1,1,1,0,3,3,44,740.31719970703125,1443.080322265625,3228,231.98880004882812,0,1,2.3025851249694824,0,6.607078552246094,3.7841897010803223,7.274535179138184,0,0,1,0,0,0,0,0,0,6.607078552246094 +6,0,1,1,1,0,3,3,34,649.3411865234375,1085.9375,3610,231.98880004882812,0,1,1.7917594909667969,0,6.475958347320557,3.526360511779785,6.990199089050293,0,0,1,0,0,0,0,0,0,6.475958347320557 +26,0,1,1,1,1,3,3,30,805.1375732421875,5616.0712890625,3352,238.81199645996094,0,1,3.25809645652771,0,6.691013336181641,3.4011974334716797,8.633387565612793,0,0,1,0,0,0,0,0,0,6.691013336181641 +3,0,1,1,0,1,3,3,23,699.37799072265625,187.5,3540,205.8332061767578,0,1,1.0986123085021973,0,6.550191402435303,3.1354942321777344,5.233778953552246,0,0,1,0,0,0,0,0,0,6.550191402435303 +3,0,1,1,0,0,3,3,29,655.0272216796875,952.0089111328125,3010,205.8332061767578,0,1,1.0986123085021973,0,6.484676837921143,3.367295742034912,6.858574390411377,0,0,1,0,0,0,0,0,0,6.484676837921143 +7,0,1,1,1,0,3,3,47,746.003173828125,175.2232208251953,3616,218.3424072265625,0,1,1.945910096168518,0,6.614729881286621,3.8501474857330322,5.166060924530029,0,0,1,0,0,0,0,0,0,6.614729881286621 +1,0,1,1,1,0,3,3,42,685.73162841796875,329.2410583496094,3540,225.1656036376953,0,1,0,0,6.530486106872559,3.7376697063446045,5.79679012298584,0,0,1,0,0,0,0,0,0,6.530486106872559 +10,0,1,1,1,0,3,3,58,765.3355712890625,781.25,3428,218.3424072265625,0,1,2.3025851249694824,0,6.64031457901001,4.060442924499512,6.660895347595215,0,0,1,0,0,0,0,0,0,6.64031457901001 +0.25,0,1,1,1,0,3,3,60,675.496826171875,133.92857360839844,3110,204.6959991455078,0,1,-1.3862943649291992,0,6.515448570251465,4.094344615936279,4.897306442260742,0,0,1,0,0,0,0,0,0,6.515448570251465 +5,0,1,1,1,1,1,4,43,698.24078369140625,3345.982177734375,4834,218.3424072265625,0,1,1.6094379425048828,0,6.5485639572143555,3.761200189590454,8.11551570892334,0,0,0,1,0,0,0,1,0,6.5485639572143555 +4,0,1,1,1,1,1,4,38,815.37237548828125,2212.053466796875,4534,231.98880004882812,0,1,1.3862943649291992,0,6.703644752502441,3.6375861167907715,7.701676368713379,0,0,0,1,0,0,0,1,0,6.703644752502441 +6,0,1,1,1,1,1,4,39,675.496826171875,2405.134033203125,4634,231.98880004882812,0,1,1.7917594909667969,0,6.515448570251465,3.6635615825653076,7.785360813140869,0,0,0,1,0,0,0,1,0,6.515448570251465 +8,0,1,1,1,1,1,4,36,773.2960205078125,2183.03564453125,4634,231.98880004882812,0,1,2.079441547393799,0,6.650661945343018,3.5835189819335938,7.688471794128418,0,0,0,1,0,0,0,1,0,6.650661945343018 +5,0,1,1,0,0,1,4,50,666.399169921875,154.01785278320312,4834,231.98880004882812,0,1,1.6094379425048828,0,6.501888751983643,3.9120230674743652,5.0370683670043945,0,0,0,1,0,0,0,1,0,6.501888751983643 +0.25,0,1,1,1,0,1,4,20,724.39642333984375,106.02678680419922,4840,225.1656036376953,0,1,-1.3862943649291992,0,6.585338592529297,2.995732307434082,4.663691997528076,0,0,0,1,0,0,0,1,0,6.585338592529297 +10,0,1,1,1,0,1,4,37,727.8079833984375,5984.375,4846,231.98880004882812,0,1,2.3025851249694824,0,6.5900373458862305,3.610917806625366,8.696907043457031,0,0,0,1,0,0,0,1,0,6.5900373458862305 +3,0,1,1,1,0,1,4,50,752.826416015625,492.1875,4952,218.3424072265625,0,1,1.0986123085021973,0,6.623834609985352,3.9120230674743652,6.198859691619873,0,0,0,1,0,0,0,1,0,6.623834609985352 +7,0,1,1,1,1,1,4,35,844.9395751953125,1897.3214111328125,4834,231.98880004882812,0,1,1.945910096168518,0,6.739264965057373,3.5553481578826904,7.548198223114014,0,0,0,1,0,0,0,1,0,6.739264965057373 +2,0,1,1,NA,0,1,4,36,664.12481689453125,371.65179443359375,4428,205.8332061767578,0,1,0.6931471824645996,0,6.498470306396484,3.5835189819335938,5.917957305908203,0,0,0,1,0,0,0,1,0,6.498470306396484 +8,0,1,1,1,1,2,4,38,758.51239013671875,2258.928466796875,4634,231.98880004882812,0,1,2.079441547393799,0,6.631359100341797,3.6375861167907715,7.7226457595825195,0,0,0,1,0,0,0,0,1,6.631359100341797 +50,0,1,1,1,1,1,4,57,755.100830078125,4889.5087890625,4128,218.3424072265625,0,1,3.9120230674743652,0,6.6268510818481445,4.043051242828369,8.494847297668457,0,0,0,1,0,0,0,1,0,6.6268510818481445 +6,0,1,1,1,1,1,4,48,1112.181640625,2078.125,4634,225.1656036376953,0,1,1.7917594909667969,0,7.014078617095947,3.8712010383605957,7.63922119140625,0,0,0,1,0,0,0,1,0,7.014078617095947 +10,0,1,1,1,1,2,4,33,667.536376953125,2284.59814453125,4834,211.51919555664062,0,1,2.3025851249694824,0,6.503593921661377,3.4965076446533203,7.733945369720459,0,0,0,1,0,0,0,0,1,6.503593921661377 +9,0,1,1,0,0,2,4,40,771.0216064453125,353.7946472167969,4052,225.1656036376953,0,1,2.1972246170043945,0,6.647716522216797,3.6888794898986816,5.868716716766357,0,0,0,1,0,0,0,0,1,6.647716522216797 +157,0,1,1,0,0,2,4,64,775.57037353515625,11160.7138671875,4861,201.28439331054688,0,1,5.056245803833008,0,6.653598785400391,4.158883094787598,9.320155143737793,0,0,0,1,0,0,0,0,1,6.653598785400391 +7,0,1,1,1,1,2,4,60,641.38079833984375,2510.044677734375,4552,211.51919555664062,0,1,1.945910096168518,0,6.463623523712158,4.094344615936279,7.8280558586120605,0,0,0,1,0,0,0,0,1,6.463623523712158 +7,0,1,1,1,1,2,4,53,700.51519775390625,2225.446533203125,4852,211.51919555664062,0,1,1.945910096168518,0,6.551815986633301,3.97029185295105,7.707712650299072,0,0,0,1,0,0,0,0,1,6.551815986633301 +23,0,1,1,1,1,2,4,66,775.57037353515625,2321.428466796875,4834,211.51919555664062,0,1,3.1354942321777344,0,6.653598785400391,4.18965482711792,7.749938011169434,0,0,0,1,0,0,0,0,1,6.653598785400391 +5,0,1,1,1,0,2,4,33,688.0059814453125,39.0625,4152,231.98880004882812,0,1,1.6094379425048828,0,6.533797740936279,3.4965076446533203,3.665163040161133,0,0,0,1,0,0,0,0,1,6.533797740936279 +12,0,1,1,0,1,2,4,33,753.963623046875,2390.625,4652,205.8332061767578,0,1,2.4849066734313965,0,6.625344276428223,3.4965076446533203,7.77931022644043,0,0,0,1,0,0,0,0,1,6.625344276428223 +6,0,1,1,1,0,2,4,36,748.277587890625,2619.419677734375,4834,225.1656036376953,0,1,1.7917594909667969,0,6.61777400970459,3.5835189819335938,7.870707988739014,0,0,0,1,0,0,0,0,1,6.61777400970459 +182,0,1,1,1,0,2,4,30,644.79241943359375,3469.865966796875,4113,225.1656036376953,0,1,5.204006671905518,0,6.468928337097168,3.4011974334716797,8.151871681213379,0,0,0,1,0,0,0,0,1,6.468928337097168 +8,0,1,1,0,1,2,4,35,668.673583984375,822.54461669921875,4834,211.51919555664062,0,1,2.079441547393799,0,6.505296230316162,3.5553481578826904,6.712402820587158,0,0,0,1,0,0,0,0,1,6.505296230316162 +16,0,1,1,0,0,2,4,31,864.27197265625,1294.642822265625,4128,205.8332061767578,0,1,2.7725887298583984,0,6.761887550354004,3.4339871406555176,7.165990352630615,0,0,0,1,0,0,0,0,1,6.761887550354004 +182,0,1,1,0,0,2,4,31,864.27197265625,11723.2138671875,4128,205.8332061767578,0,1,5.204006671905518,0,6.761887550354004,3.4339871406555176,9.3693265914917,0,0,0,1,0,0,0,0,1,6.761887550354004 +2,0,1,1,1,1,3,4,52,797.17718505859375,2272.321533203125,4428,211.51919555664062,0,1,0.6931471824645996,0,6.681077003479004,3.9512436389923096,7.728557109832764,0,0,0,1,0,0,0,0,0,6.681077003479004 +3,0,1,1,1,0,3,4,42,701.65240478515625,197.54464721679688,4410,218.3424072265625,0,1,1.0986123085021973,0,6.553438186645508,3.7376697063446045,5.285964488983154,0,0,0,1,0,0,0,0,0,6.553438186645508 +8,0,1,1,1,1,3,4,50,831.293212890625,3495.53564453125,4634,211.51919555664062,0,1,2.079441547393799,0,6.722982406616211,3.9120230674743652,8.159241676330566,0,0,0,1,0,0,0,0,0,6.722982406616211 +3,0,1,1,1,0,3,4,30,720.98480224609375,2437.5,4852,225.1656036376953,0,1,1.0986123085021973,0,6.580617904663086,3.4011974334716797,7.798727989196777,0,0,0,1,0,0,0,0,0,6.580617904663086 +6,0,1,1,1,1,3,4,29,675.496826171875,2401.78564453125,4846,225.1656036376953,0,1,1.7917594909667969,0,6.515448570251465,3.367295742034912,7.783967971801758,0,0,0,1,0,0,0,0,0,6.515448570251465 +1,0,1,1,1,0,3,4,51,686.8687744140625,3763.392822265625,4452,211.51919555664062,0,1,0,0,6.5321431159973145,3.931825637817383,8.233076095581055,0,0,0,1,0,0,0,0,0,6.5321431159973145 +10,0,1,1,1,1,3,4,41,636.83197021484375,1869.419677734375,4834,238.81199645996094,0,1,2.3025851249694824,0,6.45650577545166,3.7135720252990723,7.533383369445801,0,0,0,1,0,0,0,0,0,6.45650577545166 +6,0,1,1,NA,0,3,4,40,933.64117431640625,162.94642639160156,4428,211.51919555664062,0,1,1.7917594909667969,0,6.839092254638672,3.6888794898986816,5.093421459197998,0,0,0,1,0,0,0,0,0,6.839092254638672 +3,0,1,1,1,0,1,5,60,649.3411865234375,349.3303527832031,4252,211.51919555664062,0,1,1.0986123085021973,0,6.475958347320557,4.094344615936279,5.85601806640625,0,0,0,0,1,0,0,1,0,6.475958347320557 +2,0,1,1,NA,0,1,5,52,656.1644287109375,167.4107208251953,4249,218.3424072265625,0,1,0.6931471824645996,0,6.4864115715026855,3.9512436389923096,5.120450019836426,0,0,0,0,1,0,0,1,0,6.4864115715026855 +9,0,1,1,1,0,1,5,44,675.496826171875,616.0714111328125,4252,225.1656036376953,0,1,2.1972246170043945,0,6.515448570251465,3.7841897010803223,6.423362731933594,0,0,0,0,1,0,0,1,0,6.515448570251465 +5,0,1,1,NA,0,1,5,62,682.32000732421875,421.875,4252,349.1203918457031,0,1,1.6094379425048828,0,6.525498867034912,4.127134323120117,6.044709205627441,0,0,0,0,1,0,0,1,0,6.525498867034912 +5,0,1,1,0,0,1,5,20,705.06402587890625,1873.8839111328125,4252,205.8332061767578,0,1,1.6094379425048828,0,6.55828857421875,2.995732307434082,7.535768508911133,0,0,0,0,1,0,0,1,0,6.55828857421875 +2,0,1,1,1,0,1,5,29,993.91278076171875,925.22320556640625,4252,211.51919555664062,0,1,0.6931471824645996,0,6.901649475097656,3.367295742034912,6.830035209655762,0,0,0,0,1,0,0,1,0,6.901649475097656 +13,0,1,1,1,1,1,5,57,694.8292236328125,4818.08056640625,4246,211.51919555664062,0,1,2.5649492740631104,0,6.543665885925293,4.043051242828369,8.480131149291992,0,0,0,0,1,0,0,1,0,6.543665885925293 +1,0,1,1,1,0,1,5,38,999.59881591796875,80.35713958740234,4249,225.1656036376953,0,1,0,0,6.90735387802124,3.6375861167907715,4.386480808258057,0,0,0,0,1,0,0,1,0,6.90735387802124 +3,0,1,1,1,0,1,5,33,693.6920166015625,755.58038330078125,4252,211.51919555664062,0,1,1.0986123085021973,0,6.542027950286865,3.4965076446533203,6.627486228942871,0,0,0,0,1,0,0,1,0,6.542027950286865 +0.25,0,1,1,1,0,1,5,35,651.6156005859375,1111.607177734375,4252,238.81199645996094,0,1,-1.3862943649291992,0,6.47945499420166,3.5553481578826904,7.013562202453613,0,0,0,0,1,0,0,1,0,6.47945499420166 +3,0,1,1,1,1,1,5,46,672.085205078125,3702.009033203125,4252,238.81199645996094,0,1,1.0986123085021973,0,6.510385036468506,3.828641414642334,8.216630935668945,0,0,0,0,1,0,0,1,0,6.510385036468506 +0.25,0,1,1,1,0,1,5,44,659.57598876953125,656.25,4252,211.51919555664062,0,1,-1.3862943649291992,0,6.4915971755981445,3.7841897010803223,6.486541748046875,0,0,0,0,1,0,0,1,0,6.4915971755981445 +0.25,0,1,1,1,0,1,5,48,692.5548095703125,379.46429443359375,4252,211.51919555664062,0,1,-1.3862943649291992,0,6.540387153625488,3.8712010383605957,5.938760280609131,0,0,0,0,1,0,0,1,0,6.540387153625488 +0.25,0,1,1,1,0,1,5,47,916.58319091796875,203.125,4252,211.51919555664062,0,1,-1.3862943649291992,0,6.820652961730957,3.8501474857330322,5.313821315765381,0,0,0,0,1,0,0,1,0,6.820652961730957 +1,0,1,1,1,0,1,5,27,744.86602783203125,215.4017791748047,4252,218.3424072265625,0,1,0,0,6.613204479217529,3.295836925506592,5.372505187988281,0,0,0,0,1,0,0,1,0,6.613204479217529 +26,0,1,1,1,0,1,5,40,682.32000732421875,756.6964111328125,4252,238.81199645996094,0,1,3.25809645652771,0,6.525498867034912,3.6888794898986816,6.62896203994751,0,0,0,0,1,0,0,1,0,6.525498867034912 +10,0,1,1,1,0,2,5,60,757.37518310546875,284.59820556640625,4252,211.51919555664062,0,1,2.3025851249694824,0,6.62985897064209,4.094344615936279,5.651078224182129,0,0,0,0,1,0,0,0,1,6.62985897064209 +5,0,1,1,1,0,1,5,58,634.5576171875,334.8214416503906,4252,211.51919555664062,0,1,1.6094379425048828,0,6.452928066253662,4.060442924499512,5.813597202301025,0,0,0,0,1,0,0,1,0,6.452928066253662 +1,0,1,1,1,0,1,5,36,665.26202392578125,0,4252,231.98880004882812,0,1,0,0,6.500181198120117,3.5835189819335938,0,0,0,0,0,1,0,0,1,0,6.500181198120117 +0.25,0,1,1,0,0,1,5,36,689.1431884765625,0,4252,218.3424072265625,0,1,-1.3862943649291992,0,6.535449028015137,3.5835189819335938,0,0,0,0,0,1,0,0,1,0,6.535449028015137 +3,0,1,1,0,0,2,5,55,681.18280029296875,637.27679443359375,4249,205.8332061767578,0,1,1.0986123085021973,0,6.523830890655518,4.007333278656006,6.4572038650512695,0,0,0,0,1,0,0,0,1,6.523830890655518 +20,0,1,1,1,0,2,5,46,674.359619140625,5169.64306640625,4252,238.81199645996094,0,1,2.995732307434082,0,6.513763427734375,3.828641414642334,8.550559043884277,0,0,0,0,1,0,0,0,1,6.513763427734375 +6,0,1,1,1,1,2,5,31,675.496826171875,1531.25,4252,225.1656036376953,0,1,1.7917594909667969,0,6.515448570251465,3.4339871406555176,7.3338398933410645,0,0,0,0,1,0,0,0,1,6.515448570251465 +3,0,1,1,1,0,2,5,25,659.57598876953125,397.3214416503906,4252,211.51919555664062,0,1,1.0986123085021973,0,6.4915971755981445,3.2188758850097656,5.984745502471924,0,0,0,0,1,0,0,0,1,6.4915971755981445 +3,0,1,1,0,0,2,5,34,833.567626953125,324.77679443359375,4252,349.1203918457031,0,1,1.0986123085021973,0,6.725714683532715,3.526360511779785,5.783138275146484,0,0,0,0,1,0,0,0,1,6.725714683532715 +4,0,1,1,1,0,2,5,27,714.16162109375,647.3214111328125,4252,211.51919555664062,0,1,1.3862943649291992,0,6.571109294891357,3.295836925506592,6.472843170166016,0,0,0,0,1,0,0,0,1,6.571109294891357 +12,0,1,1,1,0,2,5,51,633.42041015625,918.52679443359375,4249,211.51919555664062,0,1,2.4849066734313965,0,6.451134204864502,3.931825637817383,6.822771072387695,0,0,0,0,1,0,0,0,1,6.451134204864502 +2,0,1,1,1,0,2,5,33,665.26202392578125,340.40179443359375,4252,231.98880004882812,0,1,0.6931471824645996,0,6.500181198120117,3.4965076446533203,5.830126762390137,0,0,0,0,1,0,0,0,1,6.500181198120117 +5,0,1,1,1,0,2,5,61,744.86602783203125,297.9910583496094,4252,211.51919555664062,0,1,1.6094379425048828,0,6.613204479217529,4.110873699188232,5.697063446044922,0,0,0,0,1,0,0,0,1,6.613204479217529 +4,0,1,1,1,0,2,5,38,634.5576171875,689.73211669921875,4252,225.1656036376953,0,1,1.3862943649291992,0,6.452928066253662,3.6375861167907715,6.536303520202637,0,0,0,0,1,0,0,0,1,6.452928066253662 +19,0,1,1,1,1,2,5,37,705.06402587890625,4646.20556640625,4252,225.1656036376953,0,1,2.944438934326172,0,6.55828857421875,3.610917806625366,8.443805694580078,0,0,0,0,1,0,0,0,1,6.55828857421875 +8,0,1,1,1,0,2,5,35,650.4783935546875,434.15179443359375,4252,231.98880004882812,0,1,2.079441547393799,0,6.477707862854004,3.5553481578826904,6.073394298553467,0,0,0,0,1,0,0,0,1,6.477707862854004 +2,0,1,1,0,0,2,5,39,715.298828125,728.79461669921875,4252,205.8332061767578,0,1,0.6931471824645996,0,6.572700500488281,3.6635615825653076,6.5913920402526855,0,0,0,0,1,0,0,0,1,6.572700500488281 +182,0,1,1,1,0,3,5,59,686.8687744140625,4169.64306640625,4252,211.51919555664062,0,1,5.204006671905518,0,6.5321431159973145,4.077537536621094,8.335585594177246,0,0,0,0,1,0,0,0,0,6.5321431159973145 +12,0,1,1,0,0,3,5,31,1136.062744140625,1177.455322265625,4252,205.8332061767578,0,1,2.4849066734313965,0,7.035323619842529,3.4339871406555176,7.071110725402832,0,0,0,0,1,0,0,0,0,7.035323619842529 +33,0,1,1,1,0,3,5,56,657.30157470703125,2698.66064453125,4228,218.3424072265625,0,1,3.4965076446533203,0,6.488142967224121,4.025351524353027,7.900510787963867,0,0,0,0,1,0,0,0,0,6.488142967224121 +10,0,1,1,0,0,3,5,35,709.61279296875,1319.1964111328125,4249,218.3424072265625,0,1,2.3025851249694824,0,6.5647196769714355,3.5553481578826904,7.184778213500977,0,0,0,0,1,0,0,0,0,6.5647196769714355 +3,0,1,1,1,0,3,5,41,743.72882080078125,329.2410583496094,4252,231.98880004882812,0,1,1.0986123085021973,0,6.6116766929626465,3.7135720252990723,5.79679012298584,0,0,0,0,1,0,0,0,0,6.6116766929626465 +1,0,1,1,1,0,3,5,49,794.90277099609375,55.80356979370117,4252,211.51919555664062,0,1,0,0,6.678219795227051,3.891820192337036,4.0218377113342285,0,0,0,0,1,0,0,0,0,6.678219795227051 +1,0,1,1,1,0,3,5,20,763.06121826171875,324.77679443359375,4252,141.01280212402344,0,1,0,0,6.637338161468506,2.995732307434082,5.783138275146484,0,0,0,0,1,0,0,0,0,6.637338161468506 +13,0,1,1,1,0,3,5,41,873.36962890625,1042.4107666015625,4249,225.1656036376953,0,1,2.5649492740631104,0,6.7723588943481445,3.7135720252990723,6.949291229248047,0,0,0,0,1,0,0,0,0,6.7723588943481445 +1,0,1,1,1,0,3,5,38,635.69482421875,167.4107208251953,4252,154.65919494628906,0,1,0,0,6.454718589782715,3.6375861167907715,5.120450019836426,0,0,0,0,1,0,0,0,0,6.454718589782715 +24,0,1,1,1,1,3,5,28,710.75,737.72320556640625,4252,225.1656036376953,0,1,3.178053855895996,0,6.566320896148682,3.332204580307007,6.6035685539245605,0,0,0,0,1,0,0,0,0,6.566320896148682 +4,0,1,1,1,1,3,5,34,847.2139892578125,863.83929443359375,4252,231.98880004882812,0,1,1.3862943649291992,0,6.741953372955322,3.526360511779785,6.761386871337891,0,0,0,0,1,0,0,0,0,6.741953372955322 +0.25,0,1,1,1,0,3,5,40,709.61279296875,17.85714340209961,4249,473.0751953125,0,1,-1.3862943649291992,0,6.5647196769714355,3.6888794898986816,2.882403612136841,0,0,0,0,1,0,0,0,0,6.5647196769714355 +3,0,1,1,1,0,2,5,31,706.201171875,525.66961669921875,4252,218.3424072265625,0,1,1.0986123085021973,0,6.559900283813477,3.4339871406555176,6.264672756195068,0,0,0,0,1,0,0,0,1,6.559900283813477 +4,0,1,1,1,0,3,5,45,666.399169921875,253.3482208251953,4252,211.51919555664062,0,1,1.3862943649291992,0,6.501888751983643,3.8066625595092773,5.534764766693115,0,0,0,0,1,0,0,0,0,6.501888751983643 +1,0,1,1,1,0,3,5,38,1136.062744140625,120.53571319580078,4249,141.01280212402344,0,1,0,0,7.035323619842529,3.6375861167907715,4.791945934295654,0,0,0,0,1,0,0,0,0,7.035323619842529 +11,0,1,1,1,1,3,5,52,651.6156005859375,10397.3212890625,4252,231.98880004882812,0,1,2.397895336151123,0,6.47945499420166,3.9512436389923096,9.249303817749023,0,0,0,0,1,0,0,0,0,6.47945499420166 +5,0,1,1,1,0,3,5,30,850.6256103515625,555.8035888671875,4249,225.1656036376953,0,1,1.6094379425048828,0,6.745972156524658,3.4011974334716797,6.320415019989014,0,0,0,0,1,0,0,0,0,6.745972156524658 +3,0,1,1,1,0,3,5,49,674.359619140625,1069.1964111328125,4252,225.1656036376953,0,1,1.0986123085021973,0,6.513763427734375,3.891820192337036,6.974662780761719,0,0,0,0,1,0,0,0,0,6.513763427734375 +3,0,1,1,1,1,1,6,44,682.32000732421875,1835.9375,5349,218.3424072265625,0,1,1.0986123085021973,0,6.525498867034912,3.7841897010803223,7.515310764312744,0,0,0,0,0,1,0,1,0,6.525498867034912 +8,0,1,1,1,0,1,6,45,682.32000732421875,0,5428,238.81199645996094,0,1,2.079441547393799,0,6.525498867034912,3.8066625595092773,0,0,0,0,0,0,1,0,1,0,6.525498867034912 +0.25,0,1,1,1,0,1,6,26,991.638427734375,191.9642791748047,5610,166.0312042236328,0,1,-1.3862943649291992,0,6.899358749389648,3.25809645652771,5.257309436798096,0,0,0,0,0,1,0,1,0,6.899358749389648 +1,0,1,1,0,0,1,6,31,648.2039794921875,197.54464721679688,5549,205.8332061767578,0,1,0,0,6.474205493927002,3.4339871406555176,5.285964488983154,0,0,0,0,0,1,0,1,0,6.474205493927002 +4,0,1,1,1,0,1,6,42,761.92401123046875,595.98211669921875,5436,225.1656036376953,0,1,1.3862943649291992,0,6.6358466148376465,3.7376697063446045,6.3902106285095215,0,0,0,0,0,1,0,1,0,6.6358466148376465 +4,0,1,1,1,1,1,6,49,805.1375732421875,3477.678466796875,5440,211.51919555664062,0,1,1.3862943649291992,0,6.691013336181641,3.891820192337036,8.154120445251465,0,0,0,0,0,1,0,1,0,6.691013336181641 +8,0,1,1,0,0,1,6,33,846.0767822265625,78.125,5628,205.8332061767578,0,1,2.079441547393799,0,6.740610122680664,3.4965076446533203,4.358310222625732,0,0,0,0,0,1,0,1,0,6.740610122680664 +2,0,1,1,1,0,1,6,40,914.30877685546875,554.6875,5452,231.98880004882812,0,1,0.6931471824645996,0,6.8181681632995605,3.6888794898986816,6.318404674530029,0,0,0,0,0,1,0,1,0,6.8181681632995605 +0.25,0,1,1,1,1,1,6,55,841.52801513671875,3558.03564453125,5346,205.8332061767578,0,1,-1.3862943649291992,0,6.735219478607178,4.007333278656006,8.176963806152344,0,0,0,0,0,1,0,1,0,6.735219478607178 +10,0,1,1,1,0,1,6,42,660.71319580078125,2045.7589111328125,5349,225.1656036376953,0,1,2.3025851249694824,0,6.493319988250732,3.7376697063446045,7.623524188995361,0,0,0,0,0,1,0,1,0,6.493319988250732 +6,0,1,1,1,0,1,6,60,1136.062744140625,391.7410583496094,5340,211.51919555664062,0,1,1.7917594909667969,0,7.035323619842529,4.094344615936279,5.9706010818481445,0,0,0,0,0,1,0,1,0,7.035323619842529 +5,0,1,1,1,0,1,6,32,664.12481689453125,648.4375,5643,231.98880004882812,0,1,1.6094379425048828,0,6.498470306396484,3.465735912322998,6.474565505981445,0,0,0,0,0,1,0,1,0,6.498470306396484 +4,0,1,1,0,0,1,6,27,955.24798583984375,160.7142791748047,5728,205.8332061767578,0,1,1.3862943649291992,0,6.861970901489258,3.295836925506592,5.079627990722656,0,0,0,0,0,1,0,1,0,6.861970901489258 +24,0,1,1,NA,1,1,6,28,760.78680419921875,9791.294921875,5316,205.8332061767578,0,1,3.178053855895996,0,6.634353160858154,3.332204580307007,9.189249038696289,0,0,0,0,0,1,0,1,0,6.634353160858154 +1,0,1,1,1,0,1,6,56,709.61279296875,189.73214721679688,5728,211.51919555664062,0,1,0,0,6.5647196769714355,4.025351524353027,5.245613098144531,0,0,0,0,0,1,0,1,0,6.5647196769714355 +3,0,1,1,1,0,1,6,39,655.0272216796875,241.07142639160156,5413,225.1656036376953,0,1,1.0986123085021973,0,6.484676837921143,3.6635615825653076,5.485093116760254,0,0,0,0,0,1,0,1,0,6.484676837921143 +3,0,1,1,1,0,2,6,49,761.92401123046875,145.0892791748047,5528,211.51919555664062,0,1,1.0986123085021973,0,6.6358466148376465,3.891820192337036,4.977349281311035,0,0,0,0,0,1,0,0,1,6.6358466148376465 +11,0,1,1,1,0,2,6,28,662.98760986328125,6743.3037109375,5349,218.3424072265625,0,1,2.397895336151123,0,6.496756076812744,3.332204580307007,8.816305160522461,0,0,0,0,0,1,0,0,1,6.496756076812744 +1,0,1,1,1,0,2,6,28,796.03997802734375,363.83929443359375,5649,218.3424072265625,0,1,0,0,6.679649353027344,3.332204580307007,5.896712303161621,0,0,0,0,0,1,0,0,1,6.679649353027344 +3,0,1,1,0,0,2,6,60,750.552001953125,51.33928680419922,5652,205.8332061767578,0,1,1.0986123085021973,0,6.620809078216553,4.094344615936279,3.9384562969207764,0,0,0,0,0,1,0,0,1,6.620809078216553 +6,0,1,1,1,0,2,6,63,742.59161376953125,237.7232208251953,5310,211.51919555664062,0,1,1.7917594909667969,0,6.6101460456848145,4.143134593963623,5.471107006072998,0,0,0,0,0,1,0,0,1,6.6101460456848145 +19,0,1,1,0,1,2,6,51,955.24798583984375,5876.1162109375,5428,205.8332061767578,0,1,2.944438934326172,0,6.861970901489258,3.931825637817383,8.678650856018066,0,0,0,0,0,1,0,0,1,6.861970901489258 +19,0,1,1,1,1,2,6,35,755.100830078125,8199.7763671875,5140,231.98880004882812,0,1,2.944438934326172,0,6.6268510818481445,3.5553481578826904,9.011861801147461,0,0,0,0,0,1,0,0,1,6.6268510818481445 +143,0,1,1,0,1,2,6,64,785.80517578125,4782.3662109375,5628,205.8332061767578,0,1,4.9628448486328125,0,6.666708946228027,4.158883094787598,8.47269058227539,0,0,0,0,0,1,0,0,1,6.666708946228027 +9,0,1,1,1,0,2,6,49,666.399169921875,171.875,5449,218.3424072265625,0,1,2.1972246170043945,0,6.501888751983643,3.891820192337036,5.146767616271973,0,0,0,0,0,1,0,0,1,6.501888751983643 +140,0,1,1,1,1,2,6,32,726.6707763671875,33705.35546875,5013,211.51919555664062,0,1,4.9416422843933105,0,6.588473320007324,3.465735912322998,10.42541217803955,0,0,0,0,0,1,0,0,1,6.588473320007324 +9,0,1,1,1,1,2,6,56,726.6707763671875,2835.9375,5549,218.3424072265625,0,1,2.1972246170043945,0,6.588473320007324,4.025351524353027,7.950128078460693,0,0,0,0,0,1,0,0,1,6.588473320007324 +3,0,1,1,1,0,2,6,41,667.536376953125,306.9196472167969,5549,211.51919555664062,0,1,1.0986123085021973,0,6.503593921661377,3.7135720252990723,5.726585865020752,0,0,0,0,0,1,0,0,1,6.503593921661377 +9,0,1,1,0,0,2,6,50,782.39361572265625,738.83929443359375,5528,211.51919555664062,0,1,2.1972246170043945,0,6.662357807159424,3.9120230674743652,6.605080604553223,0,0,0,0,0,1,0,0,1,6.662357807159424 +5,0,1,1,0,0,2,6,40,711.88720703125,80.35713958740234,5728,225.1656036376953,0,1,1.6094379425048828,0,6.5679192543029785,3.6888794898986816,4.386480808258057,0,0,0,0,0,1,0,0,1,6.5679192543029785 +14,0,1,1,1,0,2,6,40,670.947998046875,1040.1785888671875,5428,218.3424072265625,0,1,2.6390573978424072,0,6.508691787719727,3.6888794898986816,6.947147846221924,0,0,0,0,0,1,0,0,1,6.508691787719727 +2,0,1,1,1,0,2,6,54,689.1431884765625,89.28571319580078,5540,218.3424072265625,0,1,0.6931471824645996,0,6.535449028015137,3.9889841079711914,4.4918413162231445,0,0,0,0,0,1,0,0,1,6.535449028015137 +9,0,1,1,1,0,2,6,38,650.4783935546875,841.51788330078125,5428,225.1656036376953,0,1,2.1972246170043945,0,6.477707862854004,3.6375861167907715,6.7352070808410645,0,0,0,0,0,1,0,0,1,6.477707862854004 +1,0,1,1,1,0,2,6,25,1091.7120361328125,448.66070556640625,5440,181.95199584960938,0,1,0,0,6.995502471923828,3.2188758850097656,6.106266975402832,0,0,0,0,0,1,0,0,1,6.995502471923828 +55,0,1,1,1,1,2,6,34,1021.2056274414062,14015.625,5128,231.98880004882812,0,1,4.007333278656006,0,6.928739070892334,3.526360511779785,9.5479278564453125,0,0,0,0,0,1,0,0,1,6.928739070892334 +10,0,1,1,1,0,2,6,24,738.04278564453125,3398.4375,5352,218.3424072265625,0,1,2.3025851249694824,0,6.604001998901367,3.178053855895996,8.131071090698242,0,0,0,0,0,1,0,0,1,6.604001998901367 +5,0,1,1,1,0,2,6,52,668.673583984375,165.17857360839844,5549,211.51919555664062,0,1,1.6094379425048828,0,6.505296230316162,3.9512436389923096,5.107027053833008,0,0,0,0,0,1,0,0,1,6.505296230316162 +4,0,1,1,1,1,2,6,51,739.17999267578125,3937.5,5440,283.1628112792969,0,1,1.3862943649291992,0,6.605541229248047,3.931825637817383,8.278301239013672,0,0,0,0,0,1,0,0,1,6.605541229248047 +6,0,1,1,1,1,2,6,47,713.0244140625,3753.34814453125,5549,225.1656036376953,0,1,1.7917594909667969,0,6.569515705108643,3.8501474857330322,8.230403900146484,0,0,0,0,0,1,0,0,1,6.569515705108643 +4,0,1,1,1,0,2,6,12,675.496826171875,304.6875,5328,218.3424072265625,0,1,1.3862943649291992,0,6.515448570251465,2.4849066734313965,5.7192864418029785,0,0,0,0,0,1,0,0,1,6.515448570251465 +23,0,1,1,1,0,2,6,37,672.085205078125,10541.294921875,5528,231.98880004882812,0,1,3.1354942321777344,0,6.510385036468506,3.610917806625366,9.263055801391602,0,0,0,0,0,1,0,0,1,6.510385036468506 +3,0,1,1,1,1,3,6,38,684.59442138671875,4532.3662109375,5352,349.1203918457031,0,1,1.0986123085021973,0,6.528826713562012,3.6375861167907715,8.418999671936035,0,0,0,0,0,1,0,0,0,6.528826713562012 +182,0,1,1,0,1,3,6,43,707.33837890625,27343.75,5428,205.8332061767578,0,1,5.204006671905518,0,6.561509132385254,3.761200189590454,10.216242790222168,0,0,0,0,0,1,0,0,0,6.561509132385254 +4,0,1,1,1,0,3,6,60,793.765625,1969.8660888671875,5210,283.1628112792969,0,1,1.3862943649291992,0,6.676788330078125,4.094344615936279,7.585721015930176,0,0,0,0,0,1,0,0,0,6.676788330078125 +1,0,1,1,0,0,3,6,43,708.4755859375,177.45535278320312,5010,205.8332061767578,0,1,0,0,6.56311559677124,3.761200189590454,5.1787190437316895,0,0,0,0,0,1,0,0,0,6.56311559677124 +0.25,0,1,1,0,0,3,6,27,674.359619140625,113.83928680419922,5640,205.8332061767578,0,1,-1.3862943649291992,0,6.513763427734375,3.295836925506592,4.734787464141846,0,0,0,0,0,1,0,0,0,6.513763427734375 +1,0,1,1,1,0,3,6,40,682.32000732421875,114.95536041259766,5710,211.51919555664062,0,1,0,0,6.525498867034912,3.6888794898986816,4.74454402923584,0,0,0,0,0,1,0,0,0,6.525498867034912 +1,0,1,1,1,0,3,6,31,1005.2847900390625,1267.857177734375,5149,225.1656036376953,0,1,0,0,6.913026332855225,3.4339871406555176,7.145083427429199,0,0,0,0,0,1,0,0,0,6.913026332855225 +1,0,1,1,0,0,3,6,60,901.79962158203125,256.6964416503906,5552,205.8332061767578,0,1,0,0,6.804392337799072,4.094344615936279,5.54789400100708,0,0,0,0,0,1,0,0,0,6.804392337799072 +14,0,1,1,1,1,3,6,43,844.9395751953125,4055.803466796875,5152,238.81199645996094,0,1,2.6390573978424072,0,6.739264965057373,3.761200189590454,8.307904243469238,0,0,0,0,0,1,0,0,0,6.739264965057373 +9,0,1,1,0,0,3,6,20,676.63397216796875,1245.5357666015625,5549,205.8332061767578,0,1,2.1972246170043945,0,6.517130374908447,2.995732307434082,7.127321243286133,0,0,0,0,0,1,0,0,0,6.517130374908447 +1,0,1,1,1,0,3,6,37,666.399169921875,199.7767791748047,5636,225.1656036376953,0,1,0,0,6.501888751983643,3.610917806625366,5.297200679779053,0,0,0,0,0,1,0,0,0,6.501888751983643 +6,0,1,1,1,1,3,6,42,819.92120361328125,2369.419677734375,5349,211.51919555664062,0,1,1.7917594909667969,0,6.709208011627197,3.7376697063446045,7.770400524139404,0,0,0,0,0,1,0,0,0,6.709208011627197 +5,0,1,1,1,1,3,6,42,900.66241455078125,2525.669677734375,5352,218.3424072265625,0,1,1.6094379425048828,0,6.803130626678467,3.7376697063446045,7.834261417388916,0,0,0,0,0,1,0,0,0,6.803130626678467 +1,0,1,1,1,0,1,8,29,702.78961181640625,101.5625,9004,225.1656036376953,0,1,0,0,6.555057525634766,3.367295742034912,4.6206746101379395,0,0,0,0,0,0,0,1,0,6.555057525634766 +182,0,1,1,1,0,1,8,62,833.567626953125,1116.0714111328125,9052,218.3424072265625,0,1,5.204006671905518,0,6.725714683532715,4.127134323120117,7.0175700187683105,0,0,0,0,0,0,0,1,0,6.725714683532715 +5,0,1,1,1,1,1,8,40,693.6920166015625,3049.107177734375,9004,211.51919555664062,0,1,1.6094379425048828,0,6.542027950286865,3.6888794898986816,8.022603988647461,0,0,0,0,0,0,0,1,0,6.542027950286865 +5,0,1,1,1,0,1,8,42,739.17999267578125,1752.232177734375,9052,231.98880004882812,0,1,1.6094379425048828,0,6.605541229248047,3.7376697063446045,7.4686455726623535,0,0,0,0,0,0,0,1,0,6.605541229248047 +102,0,1,1,1,0,2,8,60,682.32000732421875,1137.2767333984375,9010,211.51919555664062,0,1,4.624972820281982,0,6.525498867034912,4.094344615936279,7.036391735076904,0,0,0,0,0,0,0,0,1,6.525498867034912 +42,0,1,1,1,1,2,8,30,676.63397216796875,9536.830078125,9007,211.51919555664062,0,1,3.7376697063446045,0,6.517130374908447,3.4011974334716797,9.16291618347168,0,0,0,0,0,0,0,0,1,6.517130374908447 +11,0,1,1,0,1,2,8,27,678.90838623046875,2716.517822265625,9004,205.8332061767578,0,1,2.397895336151123,0,6.520486354827881,3.295836925506592,7.907105922698975,0,0,0,0,0,0,0,0,1,6.520486354827881 +2,0,1,1,1,0,3,8,40,645.92962646484375,473.21429443359375,9052,225.1656036376953,0,1,0.6931471824645996,0,6.470690727233887,3.6888794898986816,6.159548282623291,0,0,0,0,0,0,0,0,0,6.470690727233887 +2,0,1,1,0,1,3,8,36,718.71038818359375,2126.115966796875,9010,225.1656036376953,0,1,0.6931471824645996,0,6.577458381652832,3.5835189819335938,7.662052154541016,0,0,0,0,0,0,0,0,0,6.577458381652832 +30,0,1,1,1,1,3,8,56,864.27197265625,21736.607421875,9028,218.3424072265625,0,1,3.4011974334716797,0,6.761887550354004,4.025351524353027,9.986753463745117,0,0,0,0,0,0,0,0,0,6.761887550354004 +2,0,0,1,1,0,1,1,29,255.8699951171875,210.9375,1804,170.5800018310547,0,1,0.6931471824645996,0,5.5446696281433105,3.367295742034912,5.351562023162842,1,0,0,0,0,0,0,1,0,0 +2,0,0,1,1,0,1,1,33,272.9280090332031,142.85714721679688,1207,181.95199584960938,0,1,0.6931471824645996,0,5.609208106994629,3.4965076446533203,4.961845397949219,1,0,0,0,0,0,0,1,0,0 +5,0,0,1,0,1,1,1,20,307.04400634765625,5987.72314453125,1010,204.6959991455078,0,1,1.6094379425048828,0,5.726991176605225,2.995732307434082,8.697466850280762,1,0,0,0,0,0,0,1,0,0 +12,0,0,1,1,1,1,1,31,278.614013671875,3229.91064453125,1528,218.3424072265625,0,1,2.4849066734313965,0,5.629827499389648,3.4339871406555176,8.080209732055664,1,0,0,0,0,0,0,1,0,0 +3,0,0,1,1,1,1,1,36,299.0835876464844,1210.9375,1007,179.67759704589844,0,1,1.0986123085021973,0,5.700723171234131,3.5835189819335938,7.09915018081665,1,0,0,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,1,21,245.63519287109375,1095.982177734375,1840,163.75680541992188,0,1,1.0986123085021973,0,5.503847599029541,3.044522523880005,6.999406337738037,1,0,0,0,0,0,0,1,0,0 +2,0,0,1,1,0,1,1,50,288.8487854003906,45.75893020629883,1107,194.46119689941406,0,1,0.6931471824645996,0,5.665903091430664,3.9120230674743652,3.8233869075775146,1,0,0,0,0,0,0,1,0,0 +7,0,0,0,1,0,2,1,56,295.6719970703125,0,1022,163.75680541992188,0,1,1.945910096168518,0,5.689250946044922,4.025351524353027,0,1,0,0,0,0,0,0,0,1,0 +18,0,0,1,1,1,3,1,29,261.5559997558594,1675.2232666015625,1010,173.99159240722656,0,1,2.890371799468994,0,5.566648483276367,3.367295742034912,7.423701763153076,1,0,0,0,0,0,0,0,0,0 +18,0,0,1,1,1,3,1,29,261.5559997558594,2408.482177734375,1010,173.99159240722656,0,1,2.890371799468994,0,5.566648483276367,3.367295742034912,7.786752223968506,1,0,0,0,0,0,0,0,0,0 +5,0,0,1,1,1,3,1,55,272.9280090332031,4595.98193359375,1207,181.95199584960938,0,1,1.6094379425048828,0,5.609208106994629,4.007333278656006,8.4329376220703125,1,0,0,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,1,18,260.4187927246094,372.7678527832031,1040,173.99159240722656,0,1,1.0986123085021973,0,5.562291145324707,2.890371799468994,5.920955657958984,1,0,0,0,0,0,0,0,0,0 +8,0,0,1,1,0,3,1,25,263.8304138183594,2091.517822265625,1110,175.12879943847656,0,1,2.079441547393799,0,5.575306415557861,3.2188758850097656,7.6456451416015625,1,0,0,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,1,26,288.8487854003906,219.86607360839844,1425,192.18679809570312,0,1,0,0,5.665903091430664,3.25809645652771,5.39301872253418,1,0,0,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,1,37,280.8883972167969,77.00892639160156,1410,30.70439910888672,0,1,0,0,5.637957572937012,3.610917806625366,4.343921184539795,1,0,0,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,1,53,299.0835876464844,122.76786041259766,1110,200.14720153808594,0,1,1.0986123085021973,0,5.700723171234131,3.97029185295105,4.810295104980469,1,0,0,0,0,0,0,0,0,0 +2,0,0,0,1,0,1,2,50,300.2207946777344,108.25892639160156,2549,200.14720153808594,0,1,0.6931471824645996,0,5.7045183181762695,3.9120230674743652,4.684525966644287,0,1,0,0,0,0,0,1,0,0 +5,0,0,0,1,0,1,2,50,300.2207946777344,254.4642791748047,2549,200.14720153808594,0,1,1.6094379425048828,0,5.7045183181762695,3.9120230674743652,5.539160251617432,0,1,0,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,2,30,254.73280334472656,101.5625,2049,169.4427947998047,0,1,-1.3862943649291992,0,5.540215015411377,3.4011974334716797,4.6206746101379395,0,1,0,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,2,43,254.73280334472656,0,2152,169.4427947998047,0,1,-1.3862943649291992,0,5.540215015411377,3.761200189590454,0,0,1,0,0,0,0,0,1,0,0 +38,0,0,1,1,1,1,2,20,268.37921142578125,11358.2587890625,2246,196.735595703125,0,1,3.6375861167907715,0,5.592401027679443,2.995732307434082,9.337700843811035,0,1,0,0,0,0,0,1,0,0 +4,0,0,1,0,0,2,2,23,271.7908020019531,431.9196472167969,2128,180.81480407714844,0,1,1.3862943649291992,0,5.605032444000244,3.1354942321777344,6.068239688873291,0,1,0,0,0,0,0,0,1,0 +8,0,0,0,1,0,3,2,41,253.59559631347656,2339.28564453125,2052,170.5800018310547,0,1,2.079441547393799,0,5.535740852355957,3.7135720252990723,7.757600784301758,0,1,0,0,0,0,0,0,0,0 +4,0,0,1,0,1,3,3,20,266.10479736328125,2512.27685546875,3540,177.4031982421875,0,1,1.3862943649291992,0,5.583890438079834,2.995732307434082,7.828944683074951,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,1,3,19,263.8304138183594,835.9375,3428,227.44000244140625,0,1,0.6931471824645996,0,5.575306415557861,2.944438934326172,6.728553771972656,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,20,268.37921142578125,532.3660888671875,3604,179.67759704589844,0,1,1.0986123085021973,0,5.592401027679443,2.995732307434082,6.277331352233887,0,0,1,0,0,0,0,1,0,0 +5,0,0,0,0,1,1,3,21,269.5163879394531,1366.0714111328125,3510,179.67759704589844,0,1,1.6094379425048828,0,5.5966291427612305,3.044522523880005,7.219694137573242,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,1,0,1,3,23,287.71160888671875,159.5982208251953,3452,192.18679809570312,0,1,2.079441547393799,0,5.661958694458008,3.1354942321777344,5.072659492492676,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,0,0,1,3,20,282.0256042480469,366.0714416503906,3610,188.77520751953125,0,1,2.079441547393799,0,5.641997814178467,2.995732307434082,5.902828693389893,0,0,1,0,0,0,0,1,0,0 +24,0,0,1,NA,0,1,3,25,291.1231994628906,178.57142639160156,3037,194.46119689941406,0,1,3.178053855895996,0,5.673746585845947,3.2188758850097656,5.184988498687744,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,1,0,1,3,28,257.0072021484375,61.38393020629883,3137,170.5800018310547,0,1,0,0,5.5491042137146,3.332204580307007,4.117147922515869,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,26,293.3976135253906,176.3392791748047,3628,205.8332061767578,0,1,0.6931471824645996,0,5.681528568267822,3.25809645652771,5.172410011291504,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,39,251.32119750976562,83.70536041259766,3452,170.5800018310547,0,1,-1.3862943649291992,0,5.526731967926025,3.6635615825653076,4.427302837371826,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,51,279.7511901855469,171.875,3152,186.50079345703125,0,1,1.0986123085021973,0,5.6339006423950195,3.931825637817383,5.146767616271973,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,3,29,250.1840057373047,356.02679443359375,3352,166.0312042236328,0,1,1.0986123085021973,0,5.5221967697143555,3.367295742034912,5.875006198883057,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,1,0,1,3,36,250.1840057373047,393.97320556640625,3152,173.99159240722656,0,1,1.3862943649291992,0,5.5221967697143555,3.5835189819335938,5.976283073425293,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,1,0,3,3,36,283.1628112792969,753.34820556640625,3428,170.5800018310547,0,1,2.079441547393799,0,5.646021842956543,3.5835189819335938,6.624527454376221,0,0,1,0,0,0,0,0,0,0 +12,0,0,1,1,0,1,3,29,263.8304138183594,600.4464111328125,3628,177.4031982421875,0,1,2.4849066734313965,0,5.575306415557861,3.367295742034912,6.397673606872559,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,1,1,3,64,282.0256042480469,949.77679443359375,3740,187.63800048828125,0,1,1.7917594909667969,0,5.641997814178467,4.158883094787598,6.856226921081543,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,1,0,1,3,25,252.45840454101562,125,3640,173.99159240722656,0,1,0.6931471824645996,0,5.531246662139893,3.2188758850097656,4.828313827514648,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,35,264.96759033203125,85.9375,3510,177.4031982421875,0,1,-1.3862943649291992,0,5.5796074867248535,3.5553481578826904,4.453620433807373,0,0,1,0,0,0,0,1,0,0 +182,0,0,1,1,1,1,3,52,291.1231994628906,33482.14453125,3152,205.8332061767578,0,1,5.204006671905518,0,5.673746585845947,3.9512436389923096,10.418767929077148,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,25,255.8699951171875,0,3152,211.51919555664062,0,1,1.0986123085021973,0,5.5446696281433105,3.2188758850097656,0,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,0,0,1,3,21,289.9859924316406,121.65178680419922,3540,135.32679748535156,0,1,1.3862943649291992,0,5.669832706451416,3.044522523880005,4.8011627197265625,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,0,1,3,28,294.5347900390625,513.39288330078125,3628,195.59840393066406,0,1,1.6094379425048828,0,5.685397148132324,3.332204580307007,6.24104118347168,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,0,0,1,3,51,278.614013671875,450.8928527832031,3128,185.3636016845703,0,1,2.079441547393799,0,5.629827499389648,3.931825637817383,6.11122989654541,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,1,0,1,3,33,303.63238525390625,440.84820556640625,3628,167.16839599609375,0,1,2.079441547393799,0,5.715817928314209,3.4965076446533203,6.088700771331787,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,1,0,1,3,44,293.3976135253906,311.3839416503906,3613,195.59840393066406,0,1,1.3862943649291992,0,5.681528568267822,3.7841897010803223,5.741026878356934,0,0,1,0,0,0,0,1,0,0 +14,0,0,1,1,1,1,3,24,307.04400634765625,3448.66064453125,3540,204.6959991455078,0,1,2.6390573978424072,0,5.726991176605225,3.178053855895996,8.14574146270752,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,40,304.76959228515625,58.03571319580078,3452,169.4427947998047,0,1,0,0,5.719555854797363,3.6888794898986816,4.061058521270752,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,1,1,3,56,289.9859924316406,284.59820556640625,3640,193.32400512695312,0,1,1.7917594909667969,0,5.669832706451416,4.025351524353027,5.651078224182129,0,0,1,0,0,0,0,1,0,0 +2,0,0,NA,0,0,1,3,29,285.43719482421875,0,3740,189.9123992919922,0,1,0.6931471824645996,0,5.654022216796875,3.367295742034912,0,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,50,293.3976135253906,117.1875,3449,195.59840393066406,0,1,1.0986123085021973,0,5.681528568267822,3.9120230674743652,4.76377534866333,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,0,1,3,22,307.04400634765625,434.15179443359375,3628,210.3820037841797,0,1,1.7917594909667969,0,5.726991176605225,3.0910425186157227,6.073394298553467,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,3,20,272.9280090332031,279.0178527832031,3640,181.95199584960938,0,1,-1.3862943649291992,0,5.609208106994629,2.995732307434082,5.631275653839111,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,NA,0,1,3,65,302.4952087402344,88.16963958740234,3610,201.28439331054688,0,1,0,0,5.71206521987915,4.174387454986572,4.479262828826904,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,31,254.73280334472656,312.5,3540,173.99159240722656,0,1,1.0986123085021973,0,5.540215015411377,3.4339871406555176,5.744604587554932,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,45,295.6719970703125,327.0089416503906,3352,196.735595703125,0,1,1.0986123085021973,0,5.689250946044922,3.8066625595092773,5.789987564086914,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,NA,0,1,3,39,272.9280090332031,179.6875,3640,181.95199584960938,0,1,0,0,5.609208106994629,3.6635615825653076,5.191219329833984,0,0,1,0,0,0,0,1,0,0 +5,0,0,0,0,0,1,3,40,300.2207946777344,1553.5714111328125,3440,200.14720153808594,0,1,1.6094379425048828,0,5.7045183181762695,3.6888794898986816,7.348311901092529,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,1,1,3,30,260.4187927246094,1714.2857666015625,3552,180.81480407714844,0,1,1.0986123085021973,0,5.562291145324707,3.4011974334716797,7.446751594543457,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,22,301.3580017089844,264.5089416503906,3640,201.28439331054688,0,1,1.0986123085021973,0,5.708299160003662,3.0910425186157227,5.577875137329102,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,1,1,3,34,246.77239990234375,657.3660888671875,3610,167.16839599609375,0,1,1.0986123085021973,0,5.5084662437438965,3.526360511779785,6.488241195678711,0,0,1,0,0,0,0,1,0,0 +33,0,0,0,1,0,1,3,23,286.57440185546875,445.3125,3602,191.0496063232422,0,1,3.4965076446533203,0,5.657998085021973,3.1354942321777344,6.098776340484619,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,0,0,NA,3,38,247.90960693359375,292.41070556640625,3537,170.5800018310547,0,1,1.3862943649291992,0,5.513064384460449,3.6375861167907715,5.678159236907959,0,0,1,0,0,0,0,NA,NA,0 +2,0,0,1,1,1,1,3,28,286.57440185546875,1210.9375,3422,191.0496063232422,0,1,0.6931471824645996,0,5.657998085021973,3.332204580307007,7.09915018081665,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,30,295.6719970703125,268.97320556640625,3546,196.735595703125,0,1,-1.3862943649291992,0,5.689250946044922,3.4011974334716797,5.594611644744873,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,1,0,1,3,23,302.4952087402344,90.40178680419922,3452,206.97039794921875,0,1,0.6931471824645996,0,5.71206521987915,3.1354942321777344,4.504263877868652,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,22,263.8304138183594,1757.8125,3640,176.26600646972656,0,1,1.0986123085021973,0,5.575306415557861,3.0910425186157227,7.47182559967041,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,27,259.2815856933594,66.96428680419922,3452,114.8572006225586,0,1,0,0,5.557914733886719,3.295836925506592,4.204159259796143,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,0,0,1,3,61,262.6932067871094,165.17857360839844,3749,175.12879943847656,0,1,1.3862943649291992,0,5.570986747741699,4.110873699188232,5.107027053833008,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,26,305.90679931640625,829.2410888671875,3110,203.55880737304688,0,1,0,0,5.723280429840088,3.25809645652771,6.720510959625244,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,2,3,25,295.6719970703125,94.86607360839844,3452,196.735595703125,0,1,1.0986123085021973,0,5.689250946044922,3.2188758850097656,4.552465915679932,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,1,0,2,3,48,278.614013671875,147.32142639160156,3152,185.3636016845703,0,1,1.0986123085021973,0,5.629827499389648,3.8712010383605957,4.992616653442383,0,0,1,0,0,0,0,0,1,0 +5,0,0,1,1,0,1,3,52,247.90960693359375,1339.2857666015625,3513,218.3424072265625,0,1,1.6094379425048828,0,5.513064384460449,3.9512436389923096,7.199891567230225,0,0,1,0,0,0,0,1,0,0 +17,0,0,1,1,0,1,3,50,308.18121337890625,901.78570556640625,3328,205.8332061767578,0,1,2.8332133293151855,0,5.730688095092773,3.9120230674743652,6.80437707901001,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,NA,0,1,3,25,272.9280090332031,98.21428680419922,3616,181.95199584960938,0,1,0,0,5.609208106994629,3.2188758850097656,4.587151527404785,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,NA,0,1,3,57,282.0256042480469,60.26785659790039,3643,187.63800048828125,0,1,-1.3862943649291992,0,5.641997814178467,4.043051242828369,4.098798751831055,0,0,1,0,0,0,0,1,0,0 +7,0,0,0,1,0,1,3,41,252.45840454101562,2281.25,3452,168.30560302734375,0,1,1.945910096168518,0,5.531246662139893,3.7135720252990723,7.732478618621826,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,0,1,3,57,260.4187927246094,1944.1964111328125,3640,197.872802734375,0,1,1.6094379425048828,0,5.562291145324707,4.043051242828369,7.572604179382324,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,0,0,1,3,21,270.6535949707031,1795.7589111328125,3752,179.67759704589844,0,1,1.3862943649291992,0,5.600839614868164,3.044522523880005,7.493183135986328,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,3,26,245.63519287109375,320.3125,3640,163.75680541992188,0,1,1.0986123085021973,0,5.503847599029541,3.25809645652771,5.769297122955322,0,0,1,0,0,0,0,1,0,0 +11,0,0,1,0,0,1,3,44,249.0467987060547,2512.27685546875,3352,167.16839599609375,0,1,2.397895336151123,0,5.517640590667725,3.7841897010803223,7.828944683074951,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,0,0,1,3,20,283.1628112792969,338.1696472167969,3540,188.77520751953125,0,1,1.7917594909667969,0,5.646021842956543,2.995732307434082,5.823547840118408,0,0,1,0,0,0,0,1,0,0 +9,0,0,1,1,0,1,3,27,302.4952087402344,2032.3660888671875,3636,201.28439331054688,0,1,2.1972246170043945,0,5.71206521987915,3.295836925506592,7.616955757141113,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,NA,3,26,247.90960693359375,160.7142791748047,3349,173.99159240722656,0,1,1.0986123085021973,0,5.513064384460449,3.25809645652771,5.079627990722656,0,0,1,0,0,0,0,NA,NA,0 +0.25,0,0,1,1,0,1,3,23,296.8092041015625,667.41070556640625,3640,214.93080139160156,0,1,-1.3862943649291992,0,5.693089485168457,3.1354942321777344,6.503405570983887,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,21,272.9280090332031,0,3628,181.95199584960938,0,1,1.0986123085021973,0,5.609208106994629,3.044522523880005,0,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,0,0,1,3,32,245.63519287109375,551.33929443359375,3510,164.8939971923828,0,1,2.079441547393799,0,5.503847599029541,3.465735912322998,6.312350273132324,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,23,272.9280090332031,143.9732208251953,3540,181.95199584960938,0,1,0.6931471824645996,0,5.609208106994629,3.1354942321777344,4.969627380371094,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,0,0,1,3,47,288.8487854003906,92.63392639160156,3352,193.32400512695312,0,1,0.6931471824645996,0,5.665903091430664,3.8501474857330322,4.528655529022217,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,1,0,1,3,35,262.6932067871094,428.5714416503906,3252,175.12879943847656,0,1,0.6931471824645996,0,5.570986747741699,3.5553481578826904,6.060457229614258,0,0,1,0,0,0,0,1,0,0 +18,0,0,0,1,1,1,3,35,262.6932067871094,2422.990966796875,3252,175.12879943847656,0,1,2.890371799468994,0,5.570986747741699,3.5553481578826904,7.792757987976074,0,0,1,0,0,0,0,1,0,0 +12,0,0,1,0,0,1,3,27,258.1444091796875,938.6160888671875,3437,171.71719360351562,0,1,2.4849066734313965,0,5.553519248962402,3.295836925506592,6.844406604766846,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,26,268.37921142578125,325.8928527832031,3628,178.5404052734375,0,1,0.6931471824645996,0,5.592401027679443,3.25809645652771,5.786568641662598,0,0,1,0,0,0,0,1,0,0 +21,0,0,1,1,0,1,3,53,276.339599609375,2968.75,3540,184.2263946533203,0,1,3.044522523880005,0,5.621630668640137,3.97029185295105,7.995896339416504,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,1,1,3,28,272.9280090332031,1662.9464111328125,3452,181.95199584960938,0,1,1.0986123085021973,0,5.609208106994629,3.332204580307007,7.416346073150635,0,0,1,0,0,0,0,1,0,0 +10,0,0,1,1,0,1,3,27,245.63519287109375,292.41070556640625,3628,177.4031982421875,0,1,2.3025851249694824,0,5.503847599029541,3.295836925506592,5.678159236907959,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,1,1,3,24,267.24200439453125,145.0892791748047,3340,196.735595703125,0,1,-1.3862943649291992,0,5.5881547927856445,3.178053855895996,4.977349281311035,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,0,0,1,3,25,272.9280090332031,789.0625,3552,181.95199584960938,0,1,0.6931471824645996,0,5.609208106994629,3.2188758850097656,6.6708455085754395,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,1,0,1,3,48,288.8487854003906,20.089284896850586,3625,197.872802734375,0,1,1.3862943649291992,0,5.665903091430664,3.8712010383605957,3.0001866817474365,0,0,1,0,0,0,0,1,0,0 +9,0,0,0,0,1,2,3,20,245.63519287109375,2323.66064453125,3528,163.75680541992188,0,1,2.1972246170043945,0,5.503847599029541,2.995732307434082,7.750899314880371,0,0,1,0,0,0,0,0,1,0 +7,0,0,1,1,0,1,3,31,258.1444091796875,178.57142639160156,3449,195.59840393066406,0,1,1.945910096168518,0,5.553519248962402,3.4339871406555176,5.184988498687744,0,0,1,0,0,0,0,1,0,0 +48,0,0,0,0,0,1,3,25,288.8487854003906,2263.392822265625,3452,192.18679809570312,0,1,3.8712010383605957,0,5.665903091430664,3.2188758850097656,7.724620342254639,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,0,1,3,32,254.73280334472656,453.125,3740,130.7779998779297,0,1,1.6094379425048828,0,5.540215015411377,3.465735912322998,6.116168022155762,0,0,1,0,0,0,0,1,0,0 +10,0,0,1,1,1,1,3,21,286.57440185546875,2344.865966796875,3513,191.0496063232422,0,1,2.3025851249694824,0,5.657998085021973,3.044522523880005,7.759983539581299,0,0,1,0,0,0,0,1,0,0 +15,0,0,0,0,0,1,3,27,266.10479736328125,578.125,3449,180.81480407714844,0,1,2.70805025100708,0,5.583890438079834,3.295836925506592,6.359790325164795,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,0,0,1,3,43,272.9280090332031,103.79463958740234,3732,181.95199584960938,0,1,1.3862943649291992,0,5.609208106994629,3.761200189590454,4.642414093017578,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,0,0,1,3,38,272.9280090332031,50.22321319580078,3237,181.95199584960938,0,1,2.079441547393799,0,5.609208106994629,3.6375861167907715,3.9164774417877197,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,NA,1,1,3,34,267.24200439453125,2899.553466796875,3116,178.5404052734375,0,1,2.079441547393799,0,5.5881547927856445,3.526360511779785,7.972311973571777,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,27,247.90960693359375,188.61607360839844,3510,164.8939971923828,0,1,0.6931471824645996,0,5.513064384460449,3.295836925506592,5.239713668823242,0,0,1,0,0,0,0,1,0,0 +9,0,0,1,0,0,1,3,20,272.9280090332031,194.19642639160156,3510,181.95199584960938,0,1,2.1972246170043945,0,5.609208106994629,2.995732307434082,5.2688703536987305,0,0,1,0,0,0,0,1,0,0 +25,0,0,1,0,1,1,3,20,295.6719970703125,22062.5,3602,196.735595703125,0,1,3.2188758850097656,0,5.689250946044922,2.995732307434082,10.00163459777832,0,0,1,0,0,0,0,1,0,0 +157,0,0,0,1,0,1,3,50,252.45840454101562,1962.0535888671875,3310,168.30560302734375,0,1,5.056245803833008,0,5.531246662139893,3.9120230674743652,7.581747055053711,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,1,1,3,21,272.9280090332031,1311.3839111328125,3440,181.95199584960938,0,1,1.6094379425048828,0,5.609208106994629,3.044522523880005,7.17883825302124,0,0,1,0,0,0,0,1,0,0 +9,0,0,0,1,0,1,3,39,250.1840057373047,3452.009033203125,3449,167.16839599609375,0,1,2.1972246170043945,0,5.5221967697143555,3.6635615825653076,8.146711349487305,0,0,1,0,0,0,0,1,0,0 +19,0,0,1,0,0,1,3,19,250.1840057373047,941.96429443359375,3640,166.0312042236328,0,1,2.944438934326172,0,5.5221967697143555,2.944438934326172,6.847967147827148,0,0,1,0,0,0,0,1,0,0 +58,0,0,0,1,1,1,3,39,263.8304138183594,8609.375,3328,176.26600646972656,0,1,4.060442924499512,0,5.575306415557861,3.6635615825653076,9.060606956481934,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,0,1,1,3,27,246.77239990234375,185.26785278320312,3636,164.8939971923828,0,1,0,0,5.5084662437438965,3.295836925506592,5.221802711486816,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,0,0,1,3,27,246.77239990234375,229.9107208251953,3636,164.8939971923828,0,1,0,0,5.5084662437438965,3.295836925506592,5.4376912117004395,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,1,0,1,3,24,254.73280334472656,161.83035278320312,3310,170.5800018310547,0,1,0,0,5.540215015411377,3.178053855895996,5.086548805236816,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,0,0,1,3,22,275.202392578125,1020.0892944335938,3640,183.08920288085938,0,1,1.7917594909667969,0,5.617506980895996,3.0910425186157227,6.927645683288574,0,0,1,0,0,0,0,1,0,0 +9,0,0,0,0,0,1,3,41,263.8304138183594,537.9464111328125,3449,176.26600646972656,0,1,2.1972246170043945,0,5.575306415557861,3.7135720252990723,6.287758827209473,0,0,1,0,0,0,0,1,0,0 +12,0,0,0,0,0,1,3,59,286.57440185546875,379.46429443359375,3328,191.0496063232422,0,1,2.4849066734313965,0,5.657998085021973,4.077537536621094,5.938760280609131,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,47,257.0072021484375,26.785715103149414,3352,171.71719360351562,0,1,1.0986123085021973,0,5.5491042137146,3.8501474857330322,3.2878687381744385,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,1,0,1,3,53,293.3976135253906,527.90179443359375,3228,195.59840393066406,0,1,1.945910096168518,0,5.681528568267822,3.97029185295105,6.2689104080200195,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,1,1,1,3,24,270.6535949707031,1619.419677734375,3540,179.67759704589844,0,1,2.079441547393799,0,5.600839614868164,3.178053855895996,7.389822959899902,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,1,1,1,3,19,304.76959228515625,2965.40185546875,3613,203.55880737304688,0,1,1.3862943649291992,0,5.719555854797363,2.944438934326172,7.994767665863037,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,0,1,3,21,296.8092041015625,281.25,3428,197.872802734375,0,1,1.7917594909667969,0,5.693089485168457,3.044522523880005,5.639244079589844,0,0,1,0,0,0,0,1,0,0 +9,0,0,1,0,0,2,3,24,272.9280090332031,0,3128,163.75680541992188,0,1,2.1972246170043945,0,5.609208106994629,3.178053855895996,0,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,0,0,2,3,25,295.6719970703125,662.9464111328125,3116,196.735595703125,0,1,0,0,5.689250946044922,3.2188758850097656,6.496694087982178,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,1,1,2,3,20,272.9280090332031,209.82142639160156,3543,151.2476043701172,0,1,0,0,5.609208106994629,2.995732307434082,5.346256732940674,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,0,0,3,3,23,258.1444091796875,55.80356979370117,3152,171.71719360351562,0,1,1.0986123085021973,0,5.553519248962402,3.1354942321777344,4.0218377113342285,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,0,3,3,52,268.37921142578125,0,3510,178.5404052734375,0,1,1.0986123085021973,0,5.592401027679443,3.9512436389923096,0,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,0,2,3,60,301.3580017089844,314.7321472167969,3610,202.42160034179688,0,1,0.6931471824645996,0,5.708299160003662,4.094344615936279,5.7517218589782715,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,0,1,2,3,22,296.8092041015625,2093.75,3152,218.3424072265625,0,1,1.3862943649291992,0,5.693089485168457,3.0910425186157227,7.646711826324463,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,1,0,2,3,32,250.1840057373047,188.61607360839844,3116,177.4031982421875,0,1,1.0986123085021973,0,5.5221967697143555,3.465735912322998,5.239713668823242,0,0,1,0,0,0,0,0,1,0 +5,0,0,1,1,0,2,3,34,283.1628112792969,0,3528,217.2052001953125,0,1,1.6094379425048828,0,5.646021842956543,3.526360511779785,0,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,0,0,2,3,26,307.04400634765625,378.34820556640625,3449,204.6959991455078,0,1,1.3862943649291992,0,5.726991176605225,3.25809645652771,5.93581485748291,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,0,0,2,3,19,250.1840057373047,453.125,3540,167.16839599609375,0,1,1.0986123085021973,0,5.5221967697143555,2.944438934326172,6.116168022155762,0,0,1,0,0,0,0,0,1,0 +31,0,0,1,0,1,2,3,23,261.5559997558594,6823.66064453125,3328,173.99159240722656,0,1,3.4339871406555176,0,5.566648483276367,3.1354942321777344,8.82815170288086,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,1,0,2,3,24,283.1628112792969,127.23213958740234,3504,211.51919555664062,0,1,1.3862943649291992,0,5.646021842956543,3.178053855895996,4.846013069152832,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,0,0,2,3,21,307.04400634765625,297.9910583496094,3628,204.6959991455078,0,1,1.0986123085021973,0,5.726991176605225,3.044522523880005,5.697063446044922,0,0,1,0,0,0,0,0,1,0 +43,0,0,1,0,1,2,3,26,286.57440185546875,3078.125,3428,191.0496063232422,0,1,3.761200189590454,0,5.657998085021973,3.25809645652771,8.032075881958008,0,0,1,0,0,0,0,0,1,0 +6,0,0,1,1,1,2,3,24,295.6719970703125,1625,3028,197.872802734375,0,1,1.7917594909667969,0,5.689250946044922,3.178053855895996,7.39326286315918,0,0,1,0,0,0,0,0,1,0 +7,0,0,1,1,0,2,3,45,297.9464111328125,438.6160583496094,3728,197.872802734375,0,1,1.945910096168518,0,5.696913719177246,3.8066625595092773,6.083624362945557,0,0,1,0,0,0,0,0,1,0 +0.25,0,0,1,1,0,2,3,27,252.45840454101562,802.45538330078125,3702,173.99159240722656,0,1,-1.3862943649291992,0,5.531246662139893,3.295836925506592,6.687676429748535,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,0,0,2,3,22,278.614013671875,72.54463958740234,3210,196.735595703125,0,1,0,0,5.629827499389648,3.0910425186157227,4.2842020988464355,0,0,1,0,0,0,0,0,1,0 +10,0,0,1,0,1,3,3,37,284.29998779296875,399.5535583496094,3528,188.77520751953125,0,1,2.3025851249694824,0,5.650030136108398,3.610917806625366,5.990347862243652,0,0,1,0,0,0,0,0,0,0 +18,0,0,1,1,1,3,3,22,308.18121337890625,1252.232177734375,3228,205.8332061767578,0,1,2.890371799468994,0,5.730688095092773,3.0910425186157227,7.132682800292969,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,21,294.5347900390625,178.57142639160156,3540,196.735595703125,0,1,-1.3862943649291992,0,5.685397148132324,3.044522523880005,5.184988498687744,0,0,1,0,0,0,0,0,0,0 +8,0,0,1,0,0,3,3,25,294.5347900390625,50.22321319580078,3610,196.735595703125,0,1,2.079441547393799,0,5.685397148132324,3.2188758850097656,3.9164774417877197,0,0,1,0,0,0,0,0,0,0 +8,0,0,0,0,0,3,3,26,260.4187927246094,129.4642791748047,3152,172.85440063476562,0,1,2.079441547393799,0,5.562291145324707,3.25809645652771,4.863405227661133,0,0,1,0,0,0,0,0,0,0 +24,0,0,1,1,1,3,3,37,278.614013671875,4216.51806640625,3146,185.3636016845703,0,1,3.178053855895996,0,5.629827499389648,3.610917806625366,8.34676456451416,0,0,1,0,0,0,0,0,0,0 +11,0,0,1,1,0,3,3,55,264.96759033203125,3517.857177734375,3628,177.4031982421875,0,1,2.397895336151123,0,5.5796074867248535,4.007333278656006,8.165607452392578,0,0,1,0,0,0,0,0,0,0 +13,0,0,1,1,0,3,3,31,284.29998779296875,709.8214111328125,3552,181.95199584960938,0,1,2.5649492740631104,0,5.650030136108398,3.4339871406555176,6.565013408660889,0,0,1,0,0,0,0,0,0,0 +22,0,0,1,0,1,3,3,26,263.8304138183594,856.02679443359375,3152,205.8332061767578,0,1,3.0910425186157227,0,5.575306415557861,3.25809645652771,6.7523016929626465,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,0,3,3,24,284.29998779296875,626.1160888671875,3640,189.9123992919922,0,1,1.945910096168518,0,5.650030136108398,3.178053855895996,6.439535617828369,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,25,245.63519287109375,160.7142791748047,3640,163.75680541992188,0,1,-1.3862943649291992,0,5.503847599029541,3.2188758850097656,5.079627990722656,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,20,252.45840454101562,118.30357360839844,3740,168.30560302734375,0,1,0.6931471824645996,0,5.531246662139893,2.995732307434082,4.773253917694092,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,19,250.1840057373047,238.8392791748047,3540,55.722801208496094,0,1,0,0,5.5221967697143555,2.944438934326172,5.475790977478027,0,0,1,0,0,0,0,0,0,0 +17,0,0,1,1,0,3,3,24,261.5559997558594,89.28571319580078,3428,175.12879943847656,0,1,2.8332133293151855,0,5.566648483276367,3.178053855895996,4.4918413162231445,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,24,293.3976135253906,266.7410583496094,3540,195.59840393066406,0,1,0,0,5.681528568267822,3.178053855895996,5.586278438568115,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,22,305.90679931640625,246.6517791748047,3604,150.1103973388672,0,1,-1.3862943649291992,0,5.723280429840088,3.0910425186157227,5.507977485656738,0,0,1,0,0,0,0,0,0,0 +8,0,0,1,0,0,3,3,24,295.6719970703125,680.8035888671875,3110,196.735595703125,0,1,2.079441547393799,0,5.689250946044922,3.178053855895996,6.523273944854736,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,48,301.3580017089844,316.96429443359375,3504,201.28439331054688,0,1,0,0,5.708299160003662,3.8712010383605957,5.7587890625,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,1,3,3,38,301.3580017089844,3427.455322265625,3710,200.14720153808594,0,1,1.945910096168518,0,5.708299160003662,3.6375861167907715,8.139573097229004,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,3,31,296.8092041015625,274.5535583496094,3640,186.50079345703125,0,1,1.0986123085021973,0,5.693089485168457,3.4339871406555176,5.615146160125732,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,1,3,3,41,246.77239990234375,1668.5267333984375,3640,164.8939971923828,0,1,1.6094379425048828,0,5.5084662437438965,3.7135720252990723,7.41969633102417,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,1,3,3,51,250.1840057373047,3354.91064453125,3528,167.16839599609375,0,1,1.945910096168518,0,5.5221967697143555,3.931825637817383,8.118180274963379,0,0,1,0,0,0,0,0,0,0 +14,0,0,1,1,0,3,3,29,263.8304138183594,630.58038330078125,3740,176.26600646972656,0,1,2.6390573978424072,0,5.575306415557861,3.367295742034912,6.446640491485596,0,0,1,0,0,0,0,0,0,0 +12,0,0,1,0,0,3,3,20,285.43719482421875,930.8035888671875,3613,189.9123992919922,0,1,2.4849066734313965,0,5.654022216796875,2.995732307434082,6.836048126220703,0,0,1,0,0,0,0,0,0,0 +15,0,0,1,1,0,3,3,63,251.32119750976562,390.625,3728,167.16839599609375,0,1,2.70805025100708,0,5.526731967926025,4.143134593963623,5.967748165130615,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,28,254.73280334472656,202.00892639160156,3210,173.99159240722656,0,1,-1.3862943649291992,0,5.540215015411377,3.332204580307007,5.308311939239502,0,0,1,0,0,0,0,0,0,0 +99,0,0,1,0,1,3,3,24,287.71160888671875,44945.3125,3302,191.0496063232422,0,1,4.595119953155518,0,5.661958694458008,3.178053855895996,10.713201522827148,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,1,1,3,3,56,262.6932067871094,1774.5535888671875,3728,175.12879943847656,0,1,2.1972246170043945,0,5.570986747741699,4.025351524353027,7.481304168701172,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,23,280.8883972167969,750,3540,187.63800048828125,0,1,1.0986123085021973,0,5.637957572937012,3.1354942321777344,6.620073318481445,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,25,289.9859924316406,193.08035278320312,3110,193.32400512695312,0,1,-1.3862943649291992,0,5.669832706451416,3.2188758850097656,5.263106346130371,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,28,260.4187927246094,944.1964111328125,3640,172.85440063476562,0,1,1.3862943649291992,0,5.562291145324707,3.332204580307007,6.850334167480469,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,NA,1,3,3,57,247.90960693359375,1438.6160888671875,3004,167.16839599609375,0,1,0.6931471824645996,0,5.513064384460449,4.043051242828369,7.27143669128418,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,23,254.73280334472656,320.3125,3740,163.75680541992188,0,1,0,0,5.540215015411377,3.1354942321777344,5.769297122955322,0,0,1,0,0,0,0,0,0,0 +17,0,0,1,1,1,3,3,38,308.18121337890625,1987.7232666015625,3428,204.6959991455078,0,1,2.8332133293151855,0,5.730688095092773,3.6375861167907715,7.59474515914917,0,0,1,0,0,0,0,0,0,0 +17,0,0,1,1,0,3,3,61,274.065185546875,976.5625,3428,181.95199584960938,0,1,2.8332133293151855,0,5.61336612701416,4.110873699188232,6.884038925170898,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,3,62,295.6719970703125,520.08929443359375,3540,196.735595703125,0,1,0.6931471824645996,0,5.689250946044922,4.127134323120117,6.254000663757324,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,1,0,3,3,28,300.2207946777344,697.54461669921875,3628,200.14720153808594,0,1,1.6094379425048828,0,5.7045183181762695,3.332204580307007,6.5475664138793945,0,0,1,0,0,0,0,0,0,0 +27,0,0,1,1,1,3,3,51,301.3580017089844,26625,3602,200.14720153808594,0,1,3.295836925506592,0,5.708299160003662,3.931825637817383,10.189605712890625,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,49,304.76959228515625,348.21429443359375,3328,203.55880737304688,0,1,1.3862943649291992,0,5.719555854797363,3.891820192337036,5.852818012237549,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,22,270.6535949707031,209.82142639160156,3728,179.67759704589844,0,1,1.3862943649291992,0,5.600839614868164,3.0910425186157227,5.346256732940674,0,0,1,0,0,0,0,0,0,0 +10,0,0,0,1,0,3,3,38,289.9859924316406,396.2053527832031,3152,193.32400512695312,0,1,2.3025851249694824,0,5.669832706451416,3.6375861167907715,5.981932640075684,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,3,27,274.065185546875,276.78570556640625,3328,184.2263946533203,0,1,1.0986123085021973,0,5.61336612701416,3.295836925506592,5.623243808746338,0,0,1,0,0,0,0,0,0,0 +9,0,0,0,0,0,3,3,60,303.63238525390625,753.34820556640625,3352,179.67759704589844,0,1,2.1972246170043945,0,5.715817928314209,4.094344615936279,6.624527454376221,0,0,1,0,0,0,0,0,0,0 +5,0,0,0,0,0,3,3,62,284.29998779296875,459.8214416503906,3752,189.9123992919922,0,1,1.6094379425048828,0,5.650030136108398,4.127134323120117,6.130838394165039,0,0,1,0,0,0,0,0,0,0 +6,0,0,0,1,1,3,3,43,271.7908020019531,322.5446472167969,3328,180.81480407714844,0,1,1.7917594909667969,0,5.605032444000244,3.761200189590454,5.776241779327393,0,0,1,0,0,0,0,0,0,0 +182,0,0,0,1,1,3,3,53,289.9859924316406,27901.78515625,3452,194.46119689941406,0,1,5.204006671905518,0,5.669832706451416,3.97029185295105,10.236446380615234,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,0,3,3,49,270.6535949707031,294.6428527832031,3152,213.79359436035156,0,1,1.0986123085021973,0,5.600839614868164,3.891820192337036,5.685763835906982,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,1,3,3,39,286.57440185546875,2018.9732666015625,3210,159.20799255371094,0,1,0,0,5.657998085021973,3.6635615825653076,7.610344409942627,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,0,0,3,3,29,254.73280334472656,331.47320556640625,3640,170.5800018310547,0,1,0.6931471824645996,0,5.540215015411377,3.367295742034912,5.803546905517578,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,0,0,3,3,28,257.0072021484375,123.88392639160156,3740,170.5800018310547,0,1,0.6931471824645996,0,5.5491042137146,3.332204580307007,4.819344997406006,0,0,1,0,0,0,0,0,0,0 +6,0,0,0,0,0,3,3,61,284.29998779296875,1062.5,3428,189.9123992919922,0,1,1.7917594909667969,0,5.650030136108398,4.110873699188232,6.968379974365234,0,0,1,0,0,0,0,0,0,0 +12,0,0,0,1,1,3,3,36,295.6719970703125,2823.66064453125,3410,196.735595703125,0,1,2.4849066734313965,0,5.689250946044922,3.5835189819335938,7.945789337158203,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,0,0,3,3,50,278.614013671875,147.32142639160156,3049,185.3636016845703,0,1,0.6931471824645996,0,5.629827499389648,3.9120230674743652,4.992616653442383,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,NA,0,3,3,21,245.63519287109375,505.5803527832031,3452,163.75680541992188,0,1,1.6094379425048828,0,5.503847599029541,3.044522523880005,6.225707054138184,0,0,1,0,0,0,0,0,0,0 +11,0,0,1,0,0,3,3,47,287.71160888671875,881.6964111328125,3740,192.18679809570312,0,1,2.397895336151123,0,5.661958694458008,3.8501474857330322,6.781847953796387,0,0,1,0,0,0,0,0,0,0 +19,0,0,1,0,1,3,3,22,295.6719970703125,3408.482177734375,3602,196.735595703125,0,1,2.944438934326172,0,5.689250946044922,3.0910425186157227,8.13402271270752,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,1,0,3,3,33,254.73280334472656,126.11607360839844,3504,171.71719360351562,0,1,0.6931471824645996,0,5.540215015411377,3.4965076446533203,4.837202548980713,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,0,1,3,3,20,258.1444091796875,1246.6517333984375,3628,171.71719360351562,0,1,1.945910096168518,0,5.553519248962402,2.995732307434082,7.128216743469238,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,65,266.10479736328125,295.7589416503906,3349,168.30560302734375,0,1,1.7917594909667969,0,5.583890438079834,4.174387454986572,5.689544677734375,0,0,1,0,0,0,0,0,0,0 +8,0,0,0,0,1,3,3,32,284.29998779296875,1976.5625,3640,189.9123992919922,0,1,2.079441547393799,0,5.650030136108398,3.465735912322998,7.589114665985107,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,NA,1,3,3,23,255.8699951171875,2233.259033203125,3252,170.5800018310547,0,1,-1.3862943649291992,0,5.5446696281433105,3.1354942321777344,7.711217403411865,0,0,1,0,0,0,0,0,0,0 +5,0,0,0,1,0,3,3,49,285.43719482421875,1180.8035888671875,3152,191.0496063232422,0,1,1.6094379425048828,0,5.654022216796875,3.891820192337036,7.073950290679932,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,22,301.3580017089844,507.8125,3628,200.14720153808594,0,1,1.3862943649291992,0,5.708299160003662,3.0910425186157227,6.230112075805664,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,28,257.0072021484375,0,3152,171.71719360351562,0,1,0,0,5.5491042137146,3.332204580307007,0,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,19,289.9859924316406,703.125,3449,193.32400512695312,0,1,1.0986123085021973,0,5.669832706451416,2.944438934326172,6.555534839630127,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,0,3,3,41,296.8092041015625,243.30357360839844,3540,197.872802734375,0,1,1.6094379425048828,0,5.693089485168457,3.7135720252990723,5.494309902191162,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,29,288.8487854003906,262.27679443359375,3740,192.18679809570312,0,1,0,0,5.665903091430664,3.367295742034912,5.569400310516357,0,0,1,0,0,0,0,0,0,0 +38,0,0,1,1,1,3,3,24,297.9464111328125,4872.76806640625,3640,199.00999450683594,0,1,3.6375861167907715,0,5.696913719177246,3.178053855895996,8.49141788482666,0,0,1,0,0,0,0,0,0,0 +7,0,0,0,1,0,1,3,36,296.8092041015625,382.8125,3152,197.872802734375,0,1,1.945910096168518,0,5.693089485168457,3.5835189819335938,5.947545528411865,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,0,1,3,3,27,302.4952087402344,1335.9375,3510,201.28439331054688,0,1,1.7917594909667969,0,5.71206521987915,3.295836925506592,7.197388648986816,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,NA,1,3,4,34,271.7908020019531,1771.205322265625,4534,180.81480407714844,0,1,1.3862943649291992,0,5.605032444000244,3.526360511779785,7.479415416717529,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,4,21,255.8699951171875,95.98213958740234,4437,227.44000244140625,0,1,-1.3862943649291992,0,5.5446696281433105,3.044522523880005,4.564162254333496,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,0,1,1,4,29,255.8699951171875,2323.66064453125,4834,205.8332061767578,0,1,1.7917594909667969,0,5.5446696281433105,3.367295742034912,7.750899314880371,0,0,0,1,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,4,53,266.10479736328125,32.36606979370117,4852,177.4031982421875,0,1,-1.3862943649291992,0,5.583890438079834,3.97029185295105,3.4771106243133545,0,0,0,1,0,0,0,1,0,0 +2,0,0,1,0,0,1,4,20,260.4187927246094,1170.7589111328125,4152,187.63800048828125,0,1,0.6931471824645996,0,5.562291145324707,2.995732307434082,7.0654072761535645,0,0,0,1,0,0,0,1,0,0 +9,0,0,1,1,1,1,4,30,261.5559997558594,2988.83935546875,4834,173.99159240722656,0,1,2.1972246170043945,0,5.566648483276367,3.4011974334716797,8.002640724182129,0,0,0,1,0,0,0,1,0,0 +4,0,0,1,1,0,1,4,64,280.8883972167969,0,4834,250.1840057373047,0,1,1.3862943649291992,0,5.637957572937012,4.158883094787598,0,0,0,0,1,0,0,0,1,0,0 +15,0,0,1,0,1,1,4,22,294.5347900390625,1568.080322265625,4034,154.65919494628906,0,1,2.70805025100708,0,5.685397148132324,3.0910425186157227,7.357607364654541,0,0,0,1,0,0,0,1,0,0 +3,0,0,1,1,0,1,4,24,252.45840454101562,145.0892791748047,4152,173.99159240722656,0,1,1.0986123085021973,0,5.531246662139893,3.178053855895996,4.977349281311035,0,0,0,1,0,0,0,1,0,0 +15,0,0,1,1,1,1,4,39,275.202392578125,3142.857177734375,4634,183.08920288085938,0,1,2.70805025100708,0,5.617506980895996,3.6635615825653076,8.052887916564941,0,0,0,1,0,0,0,1,0,0 +12,0,0,1,1,1,1,4,22,261.5559997558594,1710.9375,4046,173.99159240722656,0,1,2.4849066734313965,0,5.566648483276367,3.0910425186157227,7.444796562194824,0,0,0,1,0,0,0,1,0,0 +0.25,0,0,1,1,0,NA,4,34,279.7511901855469,172.99107360839844,4410,186.50079345703125,0,1,-1.3862943649291992,0,5.6339006423950195,3.526360511779785,5.153240203857422,0,0,0,1,0,0,0,NA,NA,0 +7,0,0,1,1,0,2,4,22,272.9280090332031,833.70538330078125,4152,181.95199584960938,0,1,1.945910096168518,0,5.609208106994629,3.0910425186157227,6.725880146026611,0,0,0,1,0,0,0,0,1,0 +12,0,0,0,1,0,1,4,34,293.3976135253906,274.5535583496094,4834,195.59840393066406,0,1,2.4849066734313965,0,5.681528568267822,3.526360511779785,5.615146160125732,0,0,0,1,0,0,0,1,0,0 +0.25,0,0,1,1,1,1,4,62,278.614013671875,1859.375,4834,205.8332061767578,0,1,-1.3862943649291992,0,5.629827499389648,4.127134323120117,7.527995586395264,0,0,0,1,0,0,0,1,0,0 +16,0,0,1,1,0,1,4,32,286.57440185546875,50.22321319580078,4452,168.30560302734375,0,1,2.7725887298583984,0,5.657998085021973,3.465735912322998,3.9164774417877197,0,0,0,1,0,0,0,1,0,0 +6,0,0,1,1,1,1,4,28,308.18121337890625,1339.2857666015625,4852,205.8332061767578,0,1,1.7917594909667969,0,5.730688095092773,3.332204580307007,7.199891567230225,0,0,0,1,0,0,0,1,0,0 +9,0,0,0,0,1,1,4,23,293.3976135253906,2483.259033203125,4834,186.50079345703125,0,1,2.1972246170043945,0,5.681528568267822,3.1354942321777344,7.81732702255249,0,0,0,1,0,0,0,1,0,0 +6,0,0,1,1,0,1,4,34,279.7511901855469,5.580357074737549,4834,186.50079345703125,0,1,1.7917594909667969,0,5.6339006423950195,3.526360511779785,1.7192528247833252,0,0,0,1,0,0,0,1,0,0 +2,0,0,1,0,0,1,4,26,285.43719482421875,75.89286041259766,4152,189.9123992919922,0,1,0.6931471824645996,0,5.654022216796875,3.25809645652771,4.329322814941406,0,0,0,1,0,0,0,1,0,0 +5,0,0,1,1,1,3,4,41,261.5559997558594,2235.490966796875,4834,173.99159240722656,0,1,1.6094379425048828,0,5.566648483276367,3.7135720252990723,7.712216377258301,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,0,0,1,4,24,247.90960693359375,2095.982177734375,4534,181.95199584960938,0,1,2.079441547393799,0,5.513064384460449,3.178053855895996,7.647777557373047,0,0,0,1,0,0,0,1,0,0 +7,0,0,1,1,0,1,4,55,301.3580017089844,128.3482208251953,4634,200.14720153808594,0,1,1.945910096168518,0,5.708299160003662,4.007333278656006,4.8547468185424805,0,0,0,1,0,0,0,1,0,0 +14,0,0,1,1,1,1,4,43,266.10479736328125,3287.946533203125,4452,177.4031982421875,0,1,2.6390573978424072,0,5.583890438079834,3.761200189590454,8.098018646240234,0,0,0,1,0,0,0,1,0,0 +10,0,0,1,1,1,1,4,45,261.5559997558594,888.39288330078125,4113,173.99159240722656,0,1,2.3025851249694824,0,5.566648483276367,3.8066625595092773,6.789413928985596,0,0,0,1,0,0,0,1,0,0 +11,0,0,1,0,1,1,4,19,249.0467987060547,2555.803466796875,4849,166.0312042236328,0,1,2.397895336151123,0,5.517640590667725,2.944438934326172,7.846121788024902,0,0,0,1,0,0,0,1,0,0 +8,0,0,1,0,1,1,4,27,299.0835876464844,2108.259033203125,4834,199.00999450683594,0,1,2.079441547393799,0,5.700723171234131,3.295836925506592,7.653617858886719,0,0,0,1,0,0,0,1,0,0 +8,0,0,1,1,1,3,4,73,277.476806640625,2564.732177734375,4834,167.16839599609375,0,1,2.079441547393799,0,5.625737190246582,4.290459632873535,7.849609375,0,0,0,1,0,0,0,0,0,0 +7,0,0,1,0,0,3,4,23,245.63519287109375,69.19642639160156,4152,163.75680541992188,0,1,1.945910096168518,0,5.503847599029541,3.1354942321777344,4.236949443817139,0,0,0,1,0,0,0,0,0,0 +1,0,0,0,1,0,3,4,45,302.4952087402344,117.1875,4152,101.21080017089844,0,1,0,0,5.71206521987915,3.8066625595092773,4.76377534866333,0,0,0,1,0,0,0,0,0,0 +4,0,0,1,1,0,2,4,24,296.8092041015625,0,4149,199.00999450683594,0,1,1.3862943649291992,0,5.693089485168457,3.178053855895996,0,0,0,0,1,0,0,0,0,1,0 +3,0,0,1,0,1,2,4,23,267.24200439453125,1709.8214111328125,4440,178.5404052734375,0,1,1.0986123085021973,0,5.5881547927856445,3.1354942321777344,7.444144248962402,0,0,0,1,0,0,0,0,1,0 +3,0,0,1,1,1,2,4,49,288.8487854003906,1690.8482666015625,4634,193.32400512695312,0,1,1.0986123085021973,0,5.665903091430664,3.891820192337036,7.432985782623291,0,0,0,1,0,0,0,0,1,0 +9,0,0,1,1,1,2,4,35,272.9280090332031,3853.794677734375,4834,181.95199584960938,0,1,2.1972246170043945,0,5.609208106994629,3.5553481578826904,8.256814002990723,0,0,0,1,0,0,0,0,1,0 +3,0,0,1,1,0,2,4,31,307.04400634765625,137.2767791748047,4652,204.6959991455078,0,1,1.0986123085021973,0,5.726991176605225,3.4339871406555176,4.921998977661133,0,0,0,1,0,0,0,0,1,0 +9,0,0,1,1,0,2,4,35,275.202392578125,235.49107360839844,4652,183.08920288085938,0,1,2.1972246170043945,0,5.617506980895996,3.5553481578826904,5.461672782897949,0,0,0,1,0,0,0,0,1,0 +24,0,0,1,0,1,2,4,19,279.7511901855469,6705.35693359375,4634,186.50079345703125,0,1,3.178053855895996,0,5.6339006423950195,2.944438934326172,8.810662269592285,0,0,0,1,0,0,0,0,1,0 +6,0,0,1,0,1,2,4,28,302.4952087402344,1733.2589111328125,4846,201.28439331054688,0,1,1.7917594909667969,0,5.71206521987915,3.332204580307007,7.457758903503418,0,0,0,1,0,0,0,0,1,0 +6,0,0,1,1,1,2,4,23,272.9280090332031,1401.7857666015625,4852,181.95199584960938,0,1,1.7917594909667969,0,5.609208106994629,3.1354942321777344,7.245502471923828,0,0,0,1,0,0,0,0,1,0 +3,0,0,1,0,1,2,4,52,284.29998779296875,839.28570556640625,4428,189.9123992919922,0,1,1.0986123085021973,0,5.650030136108398,3.9512436389923096,6.732551097869873,0,0,0,1,0,0,0,0,1,0 +46,0,0,1,0,0,3,4,23,253.59559631347656,539.0625,4452,171.71719360351562,0,1,3.828641414642334,0,5.535740852355957,3.1354942321777344,6.289831638336182,0,0,0,1,0,0,0,0,0,0 +2,0,0,1,0,0,3,4,31,255.8699951171875,301.33929443359375,4149,170.5800018310547,0,1,0.6931471824645996,0,5.5446696281433105,3.4339871406555176,5.7082366943359375,0,0,0,1,0,0,0,0,0,0 +36,0,0,1,1,1,3,4,26,270.6535949707031,3504.46435546875,4428,180.81480407714844,0,1,3.5835189819335938,0,5.600839614868164,3.25809645652771,8.161792755126953,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,1,0,3,4,20,287.71160888671875,0,4952,191.0496063232422,0,1,0,0,5.661958694458008,2.995732307434082,0,0,0,0,1,0,0,0,0,0,0 +7,0,0,1,0,1,3,4,21,251.32119750976562,3095.982177734375,4634,167.16839599609375,0,1,1.945910096168518,0,5.526731967926025,3.044522523880005,8.037860870361328,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,0,1,3,4,23,272.9280090332031,2468.75,4546,181.95199584960938,0,1,1.7917594909667969,0,5.609208106994629,3.1354942321777344,7.811467170715332,0,0,0,1,0,0,0,0,0,0 +7,0,0,0,0,1,3,4,23,252.45840454101562,1810.267822265625,4834,168.30560302734375,0,1,1.945910096168518,0,5.531246662139893,3.1354942321777344,7.501230239868164,0,0,0,1,0,0,0,0,0,0 +8,0,0,0,1,0,3,4,57,267.24200439453125,838.16961669921875,4846,178.5404052734375,0,1,2.079441547393799,0,5.5881547927856445,4.043051242828369,6.731220722198486,0,0,0,1,0,0,0,0,0,0 +9,0,0,1,0,0,3,4,28,272.9280090332031,382.8125,4610,181.95199584960938,0,1,2.1972246170043945,0,5.609208106994629,3.332204580307007,5.947545528411865,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,4,27,259.2815856933594,41.29464340209961,4652,170.5800018310547,0,1,-1.3862943649291992,0,5.557914733886719,3.295836925506592,3.7207326889038086,0,0,0,1,0,0,0,0,0,0 +7,0,0,0,1,1,3,4,49,246.77239990234375,1705.357177734375,4834,170.5800018310547,0,1,1.945910096168518,0,5.5084662437438965,3.891820192337036,7.441529750823975,0,0,0,1,0,0,0,0,0,0 +4,0,0,1,0,0,3,4,54,279.7511901855469,92.63392639160156,4834,186.50079345703125,0,1,1.3862943649291992,0,5.6339006423950195,3.9889841079711914,4.528655529022217,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,0,1,3,4,28,261.5559997558594,1970.982177734375,4846,173.99159240722656,0,1,1.0986123085021973,0,5.566648483276367,3.332204580307007,7.586287498474121,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,1,1,3,4,32,272.9280090332031,1219.8660888671875,4634,177.4031982421875,0,1,2.079441547393799,0,5.609208106994629,3.465735912322998,7.106496334075928,0,0,0,1,0,0,0,0,0,0 +182,0,0,1,1,1,3,4,58,286.57440185546875,218.75,4346,191.0496063232422,0,1,5.204006671905518,0,5.657998085021973,4.060442924499512,5.387929439544678,0,0,0,1,0,0,0,0,0,0 +106,0,0,1,1,1,3,4,23,245.63519287109375,1139.5089111328125,4152,170.5800018310547,0,1,4.6634392738342285,0,5.503847599029541,3.1354942321777344,7.0383524894714355,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,0,0,3,4,38,278.614013671875,149.55357360839844,4416,185.3636016845703,0,1,1.0986123085021973,0,5.629827499389648,3.6375861167907715,5.007654666900635,0,0,0,1,0,0,0,0,0,0 +2,0,0,1,1,0,3,4,51,272.9280090332031,237.7232208251953,4410,181.95199584960938,0,1,0.6931471824645996,0,5.609208106994629,3.931825637817383,5.471107006072998,0,0,0,1,0,0,0,0,0,0 +4,0,0,1,1,0,3,4,53,268.37921142578125,204.24107360839844,4428,178.5404052734375,0,1,1.3862943649291992,0,5.592401027679443,3.97029185295105,5.319301128387451,0,0,0,1,0,0,0,0,0,0 +4,0,0,1,1,1,3,4,45,264.96759033203125,2398.4375,4834,177.4031982421875,0,1,1.3862943649291992,0,5.5796074867248535,3.8066625595092773,7.7825727462768555,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,0,0,3,4,23,278.614013671875,452.0089416503906,4116,185.3636016845703,0,1,1.0986123085021973,0,5.629827499389648,3.1354942321777344,6.113701820373535,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,0,1,3,4,24,291.1231994628906,4744.41943359375,4634,194.46119689941406,0,1,2.079441547393799,0,5.673746585845947,3.178053855895996,8.46472454071045,0,0,0,1,0,0,0,0,0,0 +5,0,0,0,1,0,3,4,33,257.0072021484375,108.25892639160156,4528,171.71719360351562,0,1,1.6094379425048828,0,5.5491042137146,3.4965076446533203,4.684525966644287,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,0,1,3,4,34,272.9280090332031,2845.982177734375,4852,181.95199584960938,0,1,1.7917594909667969,0,5.609208106994629,3.526360511779785,7.953663349151611,0,0,0,1,0,0,0,0,0,0 +2,0,0,1,0,0,3,4,21,250.1840057373047,126.11607360839844,4834,185.3636016845703,0,1,0.6931471824645996,0,5.5221967697143555,3.044522523880005,4.837202548980713,0,0,0,1,0,0,0,0,0,0 +5,0,0,1,1,1,1,4,24,295.6719970703125,3465.40185546875,4852,196.735595703125,0,1,1.6094379425048828,0,5.689250946044922,3.178053855895996,8.15058422088623,0,0,0,1,0,0,0,1,0,0 +13,0,0,1,1,0,3,4,61,272.9280090332031,0,4952,181.95199584960938,0,1,2.5649492740631104,0,5.609208106994629,4.110873699188232,0,0,0,0,1,0,0,0,0,0,0 +2,0,0,1,1,0,3,5,22,282.0256042480469,0,4252,187.63800048828125,0,1,0.6931471824645996,0,5.641997814178467,3.0910425186157227,0,0,0,0,0,1,0,0,0,0,0 +27,0,0,1,1,1,3,5,30,295.6719970703125,4069.196533203125,4252,196.735595703125,0,1,3.295836925506592,0,5.689250946044922,3.4011974334716797,8.311201095581055,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,0,NA,5,23,297.9464111328125,66.96428680419922,4249,205.8332061767578,0,1,1.0986123085021973,0,5.696913719177246,3.1354942321777344,4.204159259796143,0,0,0,0,1,0,0,NA,NA,0 +2,0,0,1,1,0,2,5,31,255.8699951171875,608.2589111328125,4249,170.5800018310547,0,1,0.6931471824645996,0,5.5446696281433105,3.4339871406555176,6.410600662231445,0,0,0,0,1,0,0,0,1,0 +4,0,0,1,0,0,1,5,19,301.3580017089844,334.8214416503906,4252,200.14720153808594,0,1,1.3862943649291992,0,5.708299160003662,2.944438934326172,5.813597202301025,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,28,286.57440185546875,392.8571472167969,4252,191.0496063232422,0,1,1.0986123085021973,0,5.657998085021973,3.332204580307007,5.973445892333984,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,25,285.43719482421875,99.33036041259766,4252,191.0496063232422,0,1,-1.3862943649291992,0,5.654022216796875,3.2188758850097656,4.598451137542725,0,0,0,0,1,0,0,1,0,0 +4,0,0,1,1,1,1,5,27,246.77239990234375,15525.669921875,4204,167.16839599609375,0,1,1.3862943649291992,0,5.5084662437438965,3.295836925506592,9.650250434875488,0,0,0,0,1,0,0,1,0,0 +26,0,0,1,1,1,1,5,51,257.0072021484375,2333.705322265625,4252,171.71719360351562,0,1,3.25809645652771,0,5.5491042137146,3.931825637817383,7.755212783813477,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,1,1,5,23,301.3580017089844,2521.205322265625,4249,217.2052001953125,0,1,0.6931471824645996,0,5.708299160003662,3.1354942321777344,7.832492351531982,0,0,0,0,1,0,0,1,0,0 +10,0,0,0,0,0,1,5,24,286.57440185546875,171.875,4252,191.0496063232422,0,1,2.3025851249694824,0,5.657998085021973,3.178053855895996,5.146767616271973,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,42,295.6719970703125,335.9375,4252,200.14720153808594,0,1,0,0,5.689250946044922,3.7376697063446045,5.816925048828125,0,0,0,0,1,0,0,1,0,0 +120,0,0,1,1,0,1,5,24,276.339599609375,1340.4017333984375,4252,211.51919555664062,0,1,4.787491798400879,0,5.621630668640137,3.178053855895996,7.2007246017456055,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,27,280.8883972167969,227.67857360839844,4252,186.50079345703125,0,1,0,0,5.637957572937012,3.295836925506592,5.427934646606445,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,0,0,1,5,39,266.10479736328125,145.0892791748047,4249,177.4031982421875,0,1,-1.3862943649291992,0,5.583890438079834,3.6635615825653076,4.977349281311035,0,0,0,0,1,0,0,1,0,0 +8,0,0,1,1,0,1,5,50,249.0467987060547,454.2410583496094,4252,166.0312042236328,0,1,2.079441547393799,0,5.517640590667725,3.9120230674743652,6.118628025054932,0,0,0,0,1,0,0,1,0,0 +11,0,0,1,0,1,1,5,19,293.3976135253906,3275.669677734375,4249,194.46119689941406,0,1,2.397895336151123,0,5.681528568267822,2.944438934326172,8.094277381896973,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,50,289.9859924316406,87.05357360839844,4252,193.32400512695312,0,1,-1.3862943649291992,0,5.669832706451416,3.9120230674743652,4.46652364730835,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,35,291.1231994628906,345.9821472167969,4252,194.46119689941406,0,1,-1.3862943649291992,0,5.673746585845947,3.5553481578826904,5.8463873863220215,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,23,292.2604064941406,161.83035278320312,4249,194.46119689941406,0,1,0,0,5.677645206451416,3.1354942321777344,5.086548805236816,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,25,294.5347900390625,347.09820556640625,4252,196.735595703125,0,1,1.0986123085021973,0,5.685397148132324,3.2188758850097656,5.849607944488525,0,0,0,0,1,0,0,1,0,0 +9,0,0,1,1,1,1,5,28,293.3976135253906,5532.3662109375,4252,195.59840393066406,0,1,2.1972246170043945,0,5.681528568267822,3.332204580307007,8.61837100982666,0,0,0,0,1,0,0,1,0,0 +12,0,0,1,1,0,1,5,34,263.8304138183594,1746.6517333984375,4252,176.26600646972656,0,1,2.4849066734313965,0,5.575306415557861,3.526360511779785,7.465456008911133,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,55,263.8304138183594,231.0267791748047,4252,175.12879943847656,0,1,0.6931471824645996,0,5.575306415557861,4.007333278656006,5.442533493041992,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,55,302.4952087402344,29.01785659790039,4252,238.81199645996094,0,1,0.6931471824645996,0,5.71206521987915,4.007333278656006,3.3679113388061523,0,0,0,0,1,0,0,1,0,0 +8,0,0,1,1,0,1,5,45,272.9280090332031,565.84820556640625,4252,181.95199584960938,0,1,2.079441547393799,0,5.609208106994629,3.8066625595092773,6.3383259773254395,0,0,0,0,1,0,0,1,0,0 +6,0,0,1,0,0,1,5,30,267.24200439453125,544.64288330078125,4249,178.5404052734375,0,1,1.7917594909667969,0,5.5881547927856445,3.4011974334716797,6.300130367279053,0,0,0,0,1,0,0,1,0,0 +12,0,0,1,1,1,1,5,24,305.90679931640625,1169.642822265625,4252,203.55880737304688,0,1,2.4849066734313965,0,5.723280429840088,3.178053855895996,7.064453601837158,0,0,0,0,1,0,0,1,0,0 +8,0,0,1,NA,0,1,5,40,308.18121337890625,267.8571472167969,4252,205.8332061767578,0,1,2.079441547393799,0,5.730688095092773,3.6888794898986816,5.590453624725342,0,0,0,0,1,0,0,1,0,0 +20,0,0,0,0,0,1,5,21,284.29998779296875,550.22320556640625,4252,161.48240661621094,0,1,2.995732307434082,0,5.650030136108398,3.044522523880005,6.310324192047119,0,0,0,0,1,0,0,1,0,0 +7,0,0,0,1,1,1,5,36,299.0835876464844,2202.009033203125,4252,200.14720153808594,0,1,1.945910096168518,0,5.700723171234131,3.5835189819335938,7.697125434875488,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,25,300.2207946777344,171.875,4252,212.65640258789062,0,1,0,0,5.7045183181762695,3.2188758850097656,5.146767616271973,0,0,0,0,1,0,0,1,0,0 +5,0,0,0,1,0,1,5,39,270.6535949707031,279.0178527832031,4252,179.67759704589844,0,1,1.6094379425048828,0,5.600839614868164,3.6635615825653076,5.631275653839111,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,54,259.2815856933594,287.9464416503906,4252,172.85440063476562,0,1,1.0986123085021973,0,5.557914733886719,3.9889841079711914,5.662774562835693,0,0,0,0,1,0,0,1,0,0 +4,0,0,0,1,0,1,5,31,264.96759033203125,1004.4642944335938,4210,177.4031982421875,0,1,1.3862943649291992,0,5.5796074867248535,3.4339871406555176,6.912209510803223,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,1,1,5,60,260.4187927246094,1184.1517333984375,4252,191.0496063232422,0,1,0,0,5.562291145324707,4.094344615936279,7.076781749725342,0,0,0,0,1,0,0,1,0,0 +15,0,0,0,1,0,1,5,34,252.45840454101562,1662.9464111328125,4252,170.5800018310547,0,1,2.70805025100708,0,5.531246662139893,3.526360511779785,7.416346073150635,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,22,286.57440185546875,612.72320556640625,4252,191.0496063232422,0,1,1.0986123085021973,0,5.657998085021973,3.0910425186157227,6.417913436889648,0,0,0,0,1,0,0,1,0,0 +6,0,0,1,0,0,1,5,20,250.1840057373047,35.71428680419922,4252,166.0312042236328,0,1,1.7917594909667969,0,5.5221967697143555,2.995732307434082,3.5755507946014404,0,0,0,0,1,0,0,1,0,0 +4,0,0,1,NA,0,1,5,41,251.32119750976562,27.901784896850586,4252,170.5800018310547,0,1,1.3862943649291992,0,5.526731967926025,3.7135720252990723,3.328690767288208,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,48,295.6719970703125,141.74107360839844,4249,196.735595703125,0,1,-1.3862943649291992,0,5.689250946044922,3.8712010383605957,4.9540019035339355,0,0,0,0,1,0,0,1,0,0 +182,0,0,0,1,1,1,5,32,294.5347900390625,7919.64306640625,4252,196.735595703125,0,1,5.204006671905518,0,5.685397148132324,3.465735912322998,8.97710132598877,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,0,0,1,5,50,250.1840057373047,190.8482208251953,4252,167.16839599609375,0,1,0,0,5.5221967697143555,3.9120230674743652,5.251478672027588,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,0,0,0,1,5,54,254.73280334472656,122.76786041259766,4249,169.4427947998047,0,1,-1.3862943649291992,0,5.540215015411377,3.9889841079711914,4.810295104980469,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,2,5,25,269.5163879394531,273.4375,4252,211.51919555664062,0,1,0,0,5.5966291427612305,3.2188758850097656,5.611073017120361,0,0,0,0,1,0,0,0,1,0 +8,0,0,1,1,0,2,5,60,302.4952087402344,1071.4285888671875,4252,201.28439331054688,0,1,2.079441547393799,0,5.71206521987915,4.094344615936279,6.976747989654541,0,0,0,0,1,0,0,0,1,0 +1,0,0,0,0,0,1,5,36,269.5163879394531,195.3125,4252,179.67759704589844,0,1,0,0,5.5966291427612305,3.5835189819335938,5.274600982666016,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,33,249.0467987060547,44.64285659790039,4252,177.4031982421875,0,1,0.6931471824645996,0,5.517640590667725,3.4965076446533203,3.798694372177124,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,0,0,1,5,48,252.45840454101562,368.3035583496094,4252,168.30560302734375,0,1,0.6931471824645996,0,5.531246662139893,3.8712010383605957,5.908907413482666,0,0,0,0,1,0,0,1,0,0 +182,0,0,0,0,1,1,5,47,284.29998779296875,72544.640625,4252,189.9123992919922,0,1,5.204006671905518,0,5.650030136108398,3.8501474857330322,11.191957473754883,0,0,0,0,1,0,0,1,0,0 +6,0,0,1,1,0,1,5,31,304.76959228515625,1248.8839111328125,4252,202.42160034179688,0,1,1.7917594909667969,0,5.719555854797363,3.4339871406555176,7.130005359649658,0,0,0,0,1,0,0,1,0,0 +6,0,0,1,1,1,1,5,31,304.76959228515625,3273.4375,4252,202.42160034179688,0,1,1.7917594909667969,0,5.719555854797363,3.4339871406555176,8.093595504760742,0,0,0,0,1,0,0,1,0,0 +14,0,0,0,NA,0,1,5,49,297.9464111328125,829.2410888671875,4252,197.872802734375,0,1,2.6390573978424072,0,5.696913719177246,3.891820192337036,6.720510959625244,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,30,303.63238525390625,187.5,4252,202.42160034179688,0,1,0.6931471824645996,0,5.715817928314209,3.4011974334716797,5.233778953552246,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,1,1,5,69,295.6719970703125,1186.3839111328125,4252,196.735595703125,0,1,0,0,5.689250946044922,4.234106540679932,7.078665256500244,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,0,0,1,5,23,258.1444091796875,0,4252,171.71719360351562,0,1,1.0986123085021973,0,5.553519248962402,3.1354942321777344,0,0,0,0,0,1,0,0,1,0,0 +8,0,0,0,1,0,1,5,56,270.6535949707031,75.89286041259766,4252,180.81480407714844,0,1,2.079441547393799,0,5.600839614868164,4.025351524353027,4.329322814941406,0,0,0,0,1,0,0,1,0,0 +5,0,0,1,0,0,1,5,21,251.32119750976562,532.3660888671875,4252,168.30560302734375,0,1,1.6094379425048828,0,5.526731967926025,3.044522523880005,6.277331352233887,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,26,302.4952087402344,220.98214721679688,4252,201.28439331054688,0,1,1.0986123085021973,0,5.71206521987915,3.25809645652771,5.3980817794799805,0,0,0,0,1,0,0,1,0,0 +4,0,0,1,0,0,1,5,23,254.73280334472656,946.4285888671875,4249,169.4427947998047,0,1,1.3862943649291992,0,5.540215015411377,3.1354942321777344,6.852695465087891,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,56,255.8699951171875,116.07142639160156,4252,170.5800018310547,0,1,0.6931471824645996,0,5.5446696281433105,4.025351524353027,4.754205703735352,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,0,1,0,1,5,47,251.32119750976562,0,4252,168.30560302734375,0,1,-1.3862943649291992,0,5.526731967926025,3.8501474857330322,0,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,31,304.76959228515625,284.59820556640625,4249,202.42160034179688,0,1,-1.3862943649291992,0,5.719555854797363,3.4339871406555176,5.651078224182129,0,0,0,0,1,0,0,1,0,0 +5,0,0,1,1,1,1,5,40,294.5347900390625,2646.205322265625,4252,196.735595703125,0,1,1.6094379425048828,0,5.685397148132324,3.6888794898986816,7.8808817863464355,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,53,282.0256042480469,630.58038330078125,4252,187.63800048828125,0,1,0.6931471824645996,0,5.641997814178467,3.97029185295105,6.446640491485596,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,44,285.43719482421875,23.4375,4252,191.0496063232422,0,1,0,0,5.654022216796875,3.7841897010803223,3.1543374061584473,0,0,0,0,1,0,0,1,0,0 +5,0,0,0,1,0,1,5,47,252.45840454101562,564.73211669921875,4252,168.30560302734375,0,1,1.6094379425048828,0,5.531246662139893,3.8501474857330322,6.33635139465332,0,0,0,0,1,0,0,1,0,0 +3,0,0,0,1,0,1,5,29,288.8487854003906,574.77679443359375,4252,192.18679809570312,0,1,1.0986123085021973,0,5.665903091430664,3.367295742034912,6.353981971740723,0,0,0,0,1,0,0,1,0,0 +2,0,0,0,0,0,1,5,44,245.63519287109375,488.83929443359375,4252,163.75680541992188,0,1,0.6931471824645996,0,5.503847599029541,3.7841897010803223,6.192033767700195,0,0,0,0,1,0,0,1,0,0 +5,0,0,1,0,0,1,5,20,250.1840057373047,1636.1607666015625,4252,163.75680541992188,0,1,1.6094379425048828,0,5.5221967697143555,2.995732307434082,7.4001078605651855,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,0,0,1,5,21,269.5163879394531,0,4252,179.67759704589844,0,1,1.0986123085021973,0,5.5966291427612305,3.044522523880005,0,0,0,0,0,1,0,0,1,0,0 +5,0,0,0,1,0,1,5,48,266.10479736328125,304.6875,4252,177.4031982421875,0,1,1.6094379425048828,0,5.583890438079834,3.8712010383605957,5.7192864418029785,0,0,0,0,1,0,0,1,0,0 +6,0,0,1,1,1,1,5,28,253.59559631347656,1691.9642333984375,4228,170.5800018310547,0,1,1.7917594909667969,0,5.535740852355957,3.332204580307007,7.433645248413086,0,0,0,0,1,0,0,1,0,0 +7,0,0,1,1,1,1,5,39,284.29998779296875,3938.615966796875,4252,231.98880004882812,0,1,1.945910096168518,0,5.650030136108398,3.6635615825653076,8.278584480285645,0,0,0,0,1,0,0,1,0,0 +11,0,0,1,0,0,2,5,20,250.1840057373047,612.72320556640625,4252,168.30560302734375,0,1,2.397895336151123,0,5.5221967697143555,2.995732307434082,6.417913436889648,0,0,0,0,1,0,0,0,1,0 +0.25,0,0,1,1,0,3,5,28,272.9280090332031,436.3839416503906,4252,181.95199584960938,0,1,-1.3862943649291992,0,5.609208106994629,3.332204580307007,6.078522682189941,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,1,3,5,25,266.10479736328125,4702.0087890625,4252,180.81480407714844,0,1,1.7917594909667969,0,5.583890438079834,3.2188758850097656,8.455744743347168,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,2,5,32,286.57440185546875,208.70535278320312,4252,211.51919555664062,0,1,0,0,5.657998085021973,3.465735912322998,5.340923309326172,0,0,0,0,1,0,0,0,1,0 +5,0,0,1,0,0,2,5,33,300.2207946777344,222.0982208251953,4252,205.8332061767578,0,1,1.6094379425048828,0,5.7045183181762695,3.4965076446533203,5.4031195640563965,0,0,0,0,1,0,0,0,1,0 +11,0,0,1,1,1,2,5,39,263.8304138183594,3482.142822265625,4252,176.26600646972656,0,1,2.397895336151123,0,5.575306415557861,3.6635615825653076,8.155403137207031,0,0,0,0,1,0,0,0,1,0 +13,0,0,1,1,0,2,5,39,286.57440185546875,155.13392639160156,4252,191.0496063232422,0,1,2.5649492740631104,0,5.657998085021973,3.6635615825653076,5.044288635253906,0,0,0,0,1,0,0,0,1,0 +11,0,0,0,0,0,2,5,27,247.90960693359375,1027.9017333984375,4252,166.0312042236328,0,1,2.397895336151123,0,5.513064384460449,3.295836925506592,6.935275077819824,0,0,0,0,1,0,0,0,1,0 +1,0,0,1,1,0,2,5,58,308.18121337890625,103.79463958740234,4252,68.23200225830078,0,1,0,0,5.730688095092773,4.060442924499512,4.642414093017578,0,0,0,0,1,0,0,0,1,0 +3,0,0,1,1,1,2,5,33,251.32119750976562,2457.58935546875,4249,173.99159240722656,0,1,1.0986123085021973,0,5.526731967926025,3.4965076446533203,7.806936264038086,0,0,0,0,1,0,0,0,1,0 +7,0,0,1,1,1,2,5,22,279.7511901855469,248.88392639160156,4252,211.51919555664062,0,1,1.945910096168518,0,5.6339006423950195,3.0910425186157227,5.516986846923828,0,0,0,0,1,0,0,0,1,0 +1,0,0,1,1,0,2,5,32,295.6719970703125,119.41963958740234,4252,131.9152069091797,0,1,0,0,5.689250946044922,3.465735912322998,4.782643795013428,0,0,0,0,1,0,0,0,1,0 +6,0,0,1,0,0,2,5,26,295.6719970703125,395.08929443359375,4252,196.735595703125,0,1,1.7917594909667969,0,5.689250946044922,3.25809645652771,5.979111671447754,0,0,0,0,1,0,0,0,1,0 +5,0,0,1,1,0,2,5,37,245.63519287109375,123.88392639160156,4252,173.99159240722656,0,1,1.6094379425048828,0,5.503847599029541,3.610917806625366,4.819344997406006,0,0,0,0,1,0,0,0,1,0 +0.25,0,0,1,1,0,2,5,25,295.6719970703125,36.83035659790039,4252,196.735595703125,0,1,-1.3862943649291992,0,5.689250946044922,3.2188758850097656,3.6063225269317627,0,0,0,0,1,0,0,0,1,0 +4,0,0,1,1,0,2,5,24,250.1840057373047,172.99107360839844,4252,177.4031982421875,0,1,1.3862943649291992,0,5.5221967697143555,3.178053855895996,5.153240203857422,0,0,0,0,1,0,0,0,1,0 +3,0,0,1,1,0,3,5,45,282.0256042480469,145.0892791748047,4252,187.63800048828125,0,1,1.0986123085021973,0,5.641997814178467,3.8066625595092773,4.977349281311035,0,0,0,0,1,0,0,0,0,0 +182,0,0,1,1,1,3,5,45,282.0256042480469,12946.4287109375,4252,187.63800048828125,0,1,5.204006671905518,0,5.641997814178467,3.8066625595092773,9.468575477600098,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,0,0,3,5,27,260.4187927246094,150.66964721679688,4252,173.99159240722656,0,1,0.6931471824645996,0,5.562291145324707,3.295836925506592,5.015089511871338,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,0,3,5,22,253.59559631347656,155.13392639160156,4252,169.4427947998047,0,1,1.0986123085021973,0,5.535740852355957,3.0910425186157227,5.044288635253906,0,0,0,0,1,0,0,0,0,0 +15,0,0,1,1,1,3,5,28,277.476806640625,1670.7589111328125,4252,185.3636016845703,0,1,2.70805025100708,0,5.625737190246582,3.332204580307007,7.4210333824157715,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,1,0,3,5,31,289.9859924316406,234.375,4252,193.32400512695312,0,1,-1.3862943649291992,0,5.669832706451416,3.4339871406555176,5.45692253112793,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,1,0,3,5,46,270.6535949707031,83.70536041259766,4252,179.67759704589844,0,1,1.3862943649291992,0,5.600839614868164,3.828641414642334,4.427302837371826,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,NA,0,3,5,37,300.2207946777344,1069.1964111328125,4252,200.14720153808594,0,1,1.3862943649291992,0,5.7045183181762695,3.610917806625366,6.974662780761719,0,0,0,0,1,0,0,0,0,0 +6,0,0,0,1,0,3,5,36,303.63238525390625,1074.7767333984375,4252,202.42160034179688,0,1,1.7917594909667969,0,5.715817928314209,3.5835189819335938,6.979868412017822,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,27,272.9280090332031,158.48214721679688,4252,181.95199584960938,0,1,0,0,5.609208106994629,3.295836925506592,5.0656418800354,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,38,272.9280090332031,184.1517791748047,4252,181.95199584960938,0,1,0.6931471824645996,0,5.609208106994629,3.6375861167907715,5.215760231018066,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,39,278.614013671875,65.84821319580078,4252,185.3636016845703,0,1,1.0986123085021973,0,5.629827499389648,3.6635615825653076,4.187352180480957,0,0,0,0,1,0,0,0,0,0 +28,0,0,0,1,1,3,5,41,291.1231994628906,2064.732177734375,4252,194.46119689941406,0,1,3.332204580307007,0,5.673746585845947,3.7135720252990723,7.632755756378174,0,0,0,0,1,0,0,0,0,0 +7,0,0,1,1,0,3,5,26,266.10479736328125,14108.2587890625,4252,177.4031982421875,0,1,1.945910096168518,0,5.583890438079834,3.25809645652771,9.554515838623047,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,32,255.8699951171875,658.48211669921875,4252,170.5800018310547,0,1,0,0,5.5446696281433105,3.465735912322998,6.4899373054504395,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,0,3,5,20,294.5347900390625,33.48214340209961,4249,196.735595703125,0,1,1.0986123085021973,0,5.685397148132324,2.995732307434082,3.511012315750122,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,3,5,45,302.4952087402344,915.1785888671875,4252,202.42160034179688,0,1,1.7917594909667969,0,5.71206521987915,3.8066625595092773,6.819119453430176,0,0,0,0,1,0,0,0,0,0 +7,0,0,1,0,0,3,5,23,276.339599609375,1075.892822265625,4249,184.2263946533203,0,1,1.945910096168518,0,5.621630668640137,3.1354942321777344,6.980906009674072,0,0,0,0,1,0,0,0,0,0 +12,0,0,1,0,0,3,5,19,264.96759033203125,487.72320556640625,4252,176.26600646972656,0,1,2.4849066734313965,0,5.5796074867248535,2.944438934326172,6.1897478103637695,0,0,0,0,1,0,0,0,0,0 +7,0,0,1,0,0,3,5,25,286.57440185546875,1047.9910888671875,4252,191.0496063232422,0,1,1.945910096168518,0,5.657998085021973,3.2188758850097656,6.954630374908447,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,1,3,5,22,263.8304138183594,148.4375,4249,163.75680541992188,0,1,0.6931471824645996,0,5.575306415557861,3.0910425186157227,5.000164031982422,0,0,0,0,1,0,0,0,0,0 +182,0,0,1,0,0,2,5,20,258.1444091796875,11592.6337890625,4252,171.71719360351562,0,1,5.204006671905518,0,5.553519248962402,2.995732307434082,9.358124732971191,0,0,0,0,1,0,0,0,1,0 +14,0,0,1,1,1,3,5,31,272.9280090332031,4731.02685546875,4249,181.95199584960938,0,1,2.6390573978424072,0,5.609208106994629,3.4339871406555176,8.461897850036621,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,0,3,5,22,304.76959228515625,50.22321319580078,4249,217.2052001953125,0,1,1.0986123085021973,0,5.719555854797363,3.0910425186157227,3.9164774417877197,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,21,289.9859924316406,219.86607360839844,4252,193.32400512695312,0,1,0,0,5.669832706451416,3.044522523880005,5.39301872253418,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,1,3,5,27,284.29998779296875,1530.1339111328125,4210,188.77520751953125,0,1,1.0986123085021973,0,5.650030136108398,3.295836925506592,7.333110332489014,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,0,3,5,44,284.29998779296875,183.0357208251953,4252,189.9123992919922,0,1,0.6931471824645996,0,5.650030136108398,3.7841897010803223,5.209681510925293,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,0,0,3,5,25,245.63519287109375,277.90179443359375,4252,163.75680541992188,0,1,1.6094379425048828,0,5.503847599029541,3.2188758850097656,5.627267837524414,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,1,0,3,5,46,295.6719970703125,175.2232208251953,4252,196.735595703125,0,1,-1.3862943649291992,0,5.689250946044922,3.828641414642334,5.166060924530029,0,0,0,0,1,0,0,0,0,0 +9,0,0,1,0,1,3,5,26,284.29998779296875,6272.3212890625,4252,189.9123992919922,0,1,2.1972246170043945,0,5.650030136108398,3.25809645652771,8.743902206420898,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,0,0,3,5,36,272.9280090332031,0,4252,196.735595703125,0,1,0.6931471824645996,0,5.609208106994629,3.5835189819335938,0,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,0,3,5,22,280.8883972167969,351.5625,4252,187.63800048828125,0,1,0.6931471824645996,0,5.637957572937012,3.0910425186157227,5.862387657165527,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,1,3,5,26,261.5559997558594,3302.455322265625,4252,153.52200317382812,0,1,0,0,5.566648483276367,3.25809645652771,8.102421760559082,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,24,288.8487854003906,327.0089416503906,4252,193.32400512695312,0,1,0,0,5.665903091430664,3.178053855895996,5.789987564086914,0,0,0,0,1,0,0,0,0,0 +9,0,0,0,1,0,3,5,59,301.3580017089844,353.7946472167969,4252,201.28439331054688,0,1,2.1972246170043945,0,5.708299160003662,4.077537536621094,5.868716716766357,0,0,0,0,1,0,0,0,0,0 +67,0,0,0,1,0,3,5,43,250.1840057373047,8835.9375,4216,170.5800018310547,0,1,4.204692840576172,0,5.5221967697143555,3.761200189590454,9.08658218383789,0,0,0,0,1,0,0,0,0,0 +5,0,0,0,1,1,3,5,46,253.59559631347656,524.5535888671875,4252,169.4427947998047,0,1,1.6094379425048828,0,5.535740852355957,3.828641414642334,6.262547492980957,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,30,271.7908020019531,470.9821472167969,4252,181.95199584960938,0,1,1.0986123085021973,0,5.605032444000244,3.4011974334716797,6.154819965362549,0,0,0,0,1,0,0,0,0,0 +5,0,0,0,0,0,3,5,36,263.8304138183594,321.4285583496094,4252,175.12879943847656,0,1,1.6094379425048828,0,5.575306415557861,3.5835189819335938,5.772775173187256,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,25,275.202392578125,152.9017791748047,4252,81.87840270996094,0,1,0,0,5.617506980895996,3.2188758850097656,5.0297956466674805,0,0,0,0,1,0,0,0,0,0 +10,0,0,0,0,0,3,5,35,259.2815856933594,167.4107208251953,4249,192.18679809570312,0,1,2.3025851249694824,0,5.557914733886719,3.5553481578826904,5.120450019836426,0,0,0,0,1,0,0,0,0,0 +7,0,0,0,1,0,3,5,46,252.45840454101562,0,4252,168.30560302734375,0,1,1.945910096168518,0,5.531246662139893,3.828641414642334,0,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,1,0,3,5,50,259.2815856933594,370.53570556640625,4252,172.85440063476562,0,1,-1.3862943649291992,0,5.557914733886719,3.9120230674743652,5.914949893951416,0,0,0,0,1,0,0,0,0,0 +13,0,0,1,0,0,3,5,33,286.57440185546875,137.2767791748047,4249,163.75680541992188,0,1,2.5649492740631104,0,5.657998085021973,3.4965076446533203,4.921998977661133,0,0,0,0,1,0,0,0,0,0 +37,0,0,1,1,0,3,5,28,261.5559997558594,467.6339416503906,4252,173.99159240722656,0,1,3.610917806625366,0,5.566648483276367,3.332204580307007,6.147686004638672,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,37,257.0072021484375,32.36606979370117,4249,171.71719360351562,0,1,0,0,5.5491042137146,3.610917806625366,3.4771106243133545,0,0,0,0,1,0,0,0,0,0 +5,0,0,0,0,0,3,5,36,279.7511901855469,335.9375,4252,186.50079345703125,0,1,1.6094379425048828,0,5.6339006423950195,3.5835189819335938,5.816925048828125,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,0,0,3,5,33,261.5559997558594,27.901784896850586,4252,173.99159240722656,0,1,0.6931471824645996,0,5.566648483276367,3.4965076446533203,3.328690767288208,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,26,261.5559997558594,209.82142639160156,4252,173.99159240722656,0,1,0.6931471824645996,0,5.566648483276367,3.25809645652771,5.346256732940674,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,1,3,5,34,284.29998779296875,1436.3839111328125,4252,189.9123992919922,0,1,0.6931471824645996,0,5.650030136108398,3.526360511779785,7.26988410949707,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,30,305.90679931640625,0,4252,203.55880737304688,0,1,0,0,5.723280429840088,3.4011974334716797,0,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,0,0,3,5,30,270.6535949707031,854.91070556640625,4252,180.81480407714844,0,1,1.3862943649291992,0,5.600839614868164,3.4011974334716797,6.750997066497803,0,0,0,0,1,0,0,0,0,0 +56,0,0,0,1,0,3,5,34,284.29998779296875,0,4252,189.9123992919922,0,1,4.025351524353027,0,5.650030136108398,3.526360511779785,0,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,45,284.29998779296875,232.14285278320312,4252,189.9123992919922,0,1,0.6931471824645996,0,5.650030136108398,3.8066625595092773,5.447352886199951,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,1,0,3,5,29,285.43719482421875,26.785715103149414,4252,189.9123992919922,0,1,-1.3862943649291992,0,5.654022216796875,3.367295742034912,3.2878687381744385,0,0,0,0,1,0,0,0,0,0 +7,0,0,1,1,0,3,5,58,245.63519287109375,0,4252,167.16839599609375,0,1,1.945910096168518,0,5.503847599029541,4.060442924499512,0,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,3,5,61,270.6535949707031,75.89286041259766,4252,180.81480407714844,0,1,1.7917594909667969,0,5.600839614868164,4.110873699188232,4.329322814941406,0,0,0,0,1,0,0,0,0,0 +182,0,0,1,1,1,3,5,55,292.2604064941406,22321.427734375,4249,195.59840393066406,0,1,5.204006671905518,0,5.677645206451416,4.007333278656006,10.01330280303955,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,27,294.5347900390625,27.901784896850586,4252,196.735595703125,0,1,1.0986123085021973,0,5.685397148132324,3.295836925506592,3.328690767288208,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,27,299.0835876464844,534.59820556640625,4252,133.05239868164062,0,1,0,0,5.700723171234131,3.295836925506592,6.281515598297119,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,0,0,1,5,21,261.5559997558594,241.07142639160156,4249,173.99159240722656,0,1,-1.3862943649291992,0,5.566648483276367,3.044522523880005,5.485093116760254,0,0,0,0,1,0,0,1,0,0 +7,0,0,1,1,0,3,6,39,272.9280090332031,41.29464340209961,5349,181.95199584960938,0,1,1.945910096168518,0,5.609208106994629,3.6635615825653076,3.7207326889038086,0,0,0,0,0,1,0,0,0,0 +8,0,0,1,1,0,1,6,24,270.6535949707031,261.16070556640625,5510,180.81480407714844,0,1,2.079441547393799,0,5.600839614868164,3.178053855895996,5.565135955810547,0,0,0,0,0,1,0,1,0,0 +29,0,0,0,0,1,1,6,23,301.3580017089844,4581.47314453125,5528,194.46119689941406,0,1,3.367295742034912,0,5.708299160003662,3.1354942321777344,8.429776191711426,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,0,1,6,46,272.9280090332031,268.97320556640625,5349,181.95199584960938,0,1,1.0986123085021973,0,5.609208106994629,3.828641414642334,5.594611644744873,0,0,0,0,0,1,0,1,0,0 +8,0,0,1,1,0,1,6,34,284.29998779296875,1101.5625,5110,172.85440063476562,0,1,2.079441547393799,0,5.650030136108398,3.526360511779785,7.004485130310059,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,0,0,1,6,21,255.8699951171875,306.9196472167969,5649,170.5800018310547,0,1,-1.3862943649291992,0,5.5446696281433105,3.044522523880005,5.726585865020752,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,NA,0,1,6,50,293.3976135253906,422.9910583496094,5240,195.59840393066406,0,1,0,0,5.681528568267822,3.9120230674743652,6.047350883483887,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,1,0,1,6,19,295.6719970703125,108.25892639160156,5252,196.735595703125,0,1,-1.3862943649291992,0,5.689250946044922,2.944438934326172,4.684525966644287,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,0,1,6,42,274.065185546875,507.8125,5352,183.08920288085938,0,1,1.0986123085021973,0,5.61336612701416,3.7376697063446045,6.230112075805664,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,0,0,1,6,25,283.1628112792969,231.0267791748047,5610,188.77520751953125,0,1,0.6931471824645996,0,5.646021842956543,3.2188758850097656,5.442533493041992,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,1,0,1,6,46,288.8487854003906,66.96428680419922,5352,192.18679809570312,0,1,0.6931471824645996,0,5.665903091430664,3.828641414642334,4.204159259796143,0,0,0,0,0,1,0,1,0,0 +6,0,0,0,1,0,1,6,22,258.1444091796875,170.75892639160156,5549,172.85440063476562,0,1,1.7917594909667969,0,5.553519248962402,3.0910425186157227,5.140252590179443,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,0,0,1,6,27,275.202392578125,889.5089111328125,5440,183.08920288085938,0,1,1.6094379425048828,0,5.617506980895996,3.295836925506592,6.7906694412231445,0,0,0,0,0,1,0,1,0,0 +4,0,0,1,1,0,NA,6,34,279.7511901855469,139.50892639160156,5636,186.50079345703125,0,1,1.3862943649291992,0,5.6339006423950195,3.526360511779785,4.938128471374512,0,0,0,0,0,1,0,NA,NA,0 +6,0,0,1,1,1,1,6,26,278.614013671875,2007.8125,5628,186.50079345703125,0,1,1.7917594909667969,0,5.629827499389648,3.25809645652771,7.604801177978516,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,1,6,32,295.6719970703125,100.44642639160156,5728,196.735595703125,0,1,0,0,5.689250946044922,3.465735912322998,4.60962438583374,0,0,0,0,0,1,0,1,0,0 +10,0,0,NA,NA,1,1,6,53,295.6719970703125,2082.58935546875,5349,196.735595703125,0,1,2.3025851249694824,0,5.689250946044922,3.97029185295105,7.641367435455322,0,0,0,0,0,1,0,1,0,0 +10,0,0,1,0,0,1,6,21,252.45840454101562,4625,5310,168.30560302734375,0,1,2.3025851249694824,0,5.531246662139893,3.044522523880005,8.439231872558594,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,0,2,6,21,271.7908020019531,189.73214721679688,5552,191.0496063232422,0,1,1.0986123085021973,0,5.605032444000244,3.044522523880005,5.245613098144531,0,0,0,0,0,1,0,0,1,0 +14,0,0,1,0,1,2,6,20,255.8699951171875,4363.83935546875,5613,170.5800018310547,0,1,2.6390573978424072,0,5.5446696281433105,2.995732307434082,8.381107330322266,0,0,0,0,0,1,0,0,1,0 +2,0,0,0,1,0,1,6,37,274.065185546875,0,5610,183.08920288085938,0,1,0.6931471824645996,0,5.61336612701416,3.610917806625366,0,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,0,0,0,1,6,21,261.5559997558594,215.4017791748047,5552,205.8332061767578,0,1,-1.3862943649291992,0,5.566648483276367,3.044522523880005,5.372505187988281,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,0,1,1,6,19,250.1840057373047,176.3392791748047,5610,167.16839599609375,0,1,1.0986123085021973,0,5.5221967697143555,2.944438934326172,5.172410011291504,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,0,0,1,6,22,250.1840057373047,0,5640,167.16839599609375,0,1,0.6931471824645996,0,5.5221967697143555,3.0910425186157227,0,0,0,0,0,0,1,0,1,0,0 +12,0,0,1,1,1,1,6,39,269.5163879394531,6481.02685546875,5528,179.67759704589844,0,1,2.4849066734313965,0,5.5966291427612305,3.6635615825653076,8.776634216308594,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,0,0,1,6,23,245.63519287109375,65.84821319580078,5310,163.75680541992188,0,1,-1.3862943649291992,0,5.503847599029541,3.1354942321777344,4.187352180480957,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,0,0,1,6,22,300.2207946777344,123.88392639160156,5510,200.14720153808594,0,1,0.6931471824645996,0,5.7045183181762695,3.0910425186157227,4.819344997406006,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,0,0,1,6,31,291.1231994628906,333.7053527832031,5640,194.46119689941406,0,1,0.6931471824645996,0,5.673746585845947,3.4339871406555176,5.810258388519287,0,0,0,0,0,1,0,1,0,0 +6,0,0,1,0,0,1,6,36,247.90960693359375,1444.1964111328125,5628,164.8939971923828,0,1,1.7917594909667969,0,5.513064384460449,3.5835189819335938,7.275308132171631,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,0,0,1,6,52,283.1628112792969,0,5310,188.77520751953125,0,1,0,0,5.646021842956543,3.9512436389923096,0,0,0,0,0,0,1,0,1,0,0 +13,0,0,0,0,1,1,6,52,280.8883972167969,386.16070556640625,5310,186.50079345703125,0,1,2.5649492740631104,0,5.637957572937012,3.9512436389923096,5.956253528594971,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,0,1,1,6,18,252.45840454101562,2324.77685546875,5234,168.30560302734375,0,1,1.6094379425048828,0,5.531246662139893,2.890371799468994,7.751379489898682,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,1,0,1,6,28,291.1231994628906,126.11607360839844,5410,196.735595703125,0,1,-1.3862943649291992,0,5.673746585845947,3.332204580307007,4.837202548980713,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,1,0,1,6,50,301.3580017089844,813.6160888671875,5549,201.28439331054688,0,1,1.6094379425048828,0,5.708299160003662,3.9120230674743652,6.701488494873047,0,0,0,0,0,1,0,1,0,0 +2,0,0,0,1,0,1,6,46,292.2604064941406,309.15179443359375,5349,205.8332061767578,0,1,0.6931471824645996,0,5.677645206451416,3.828641414642334,5.733832359313965,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,0,0,2,6,18,262.6932067871094,227.67857360839844,5610,205.8332061767578,0,1,0.6931471824645996,0,5.570986747741699,2.890371799468994,5.427934646606445,0,0,0,0,0,1,0,0,1,0 +11,0,0,1,1,0,2,6,24,294.5347900390625,1093.75,5513,199.00999450683594,0,1,2.397895336151123,0,5.685397148132324,3.178053855895996,6.9973673820495605,0,0,0,0,0,1,0,0,1,0 +5,0,0,1,1,0,2,6,41,261.5559997558594,185.26785278320312,5452,173.99159240722656,0,1,1.6094379425048828,0,5.566648483276367,3.7135720252990723,5.221802711486816,0,0,0,0,0,1,0,0,1,0 +1,0,0,1,0,0,1,6,27,302.4952087402344,178.57142639160156,5549,201.28439331054688,0,1,0,0,5.71206521987915,3.295836925506592,5.184988498687744,0,0,0,0,0,1,0,1,0,0 +14,0,0,1,0,1,1,6,24,252.45840454101562,4607.14306640625,5352,168.30560302734375,0,1,2.6390573978424072,0,5.531246662139893,3.178053855895996,8.435362815856934,0,0,0,0,0,1,0,1,0,0 +15,0,0,0,0,0,1,6,26,261.5559997558594,561.3839111328125,5549,173.99159240722656,0,1,2.70805025100708,0,5.566648483276367,3.25809645652771,6.330405235290527,0,0,0,0,0,1,0,1,0,0 +2,0,0,0,1,0,1,6,21,277.476806640625,12.276785850524902,5552,185.3636016845703,0,1,0.6931471824645996,0,5.625737190246582,3.044522523880005,2.5077102184295654,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,0,0,1,6,32,295.6719970703125,373.8839416503906,5604,196.735595703125,0,1,1.0986123085021973,0,5.689250946044922,3.465735912322998,5.923945426940918,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,2,6,28,245.63519287109375,87.05357360839844,5349,211.51919555664062,0,1,0,0,5.503847599029541,3.332204580307007,4.46652364730835,0,0,0,0,0,1,0,0,1,0 +4,0,0,1,0,0,2,6,21,284.29998779296875,848.21429443359375,5428,189.9123992919922,0,1,1.3862943649291992,0,5.650030136108398,3.044522523880005,6.743133544921875,0,0,0,0,0,1,0,0,1,0 +8,0,0,1,0,0,2,6,22,275.202392578125,242.1875,5628,184.2263946533203,0,1,2.079441547393799,0,5.617506980895996,3.0910425186157227,5.489712238311768,0,0,0,0,0,1,0,0,1,0 +1,0,0,0,0,0,3,6,39,266.10479736328125,31.25,5549,177.4031982421875,0,1,0,0,5.583890438079834,3.6635615825653076,3.442019462585449,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,0,2,6,20,295.6719970703125,578.125,5528,196.735595703125,0,1,1.6094379425048828,0,5.689250946044922,2.995732307434082,6.359790325164795,0,0,0,0,0,1,0,0,1,0 +4,0,0,1,1,0,2,6,26,250.1840057373047,2497.767822265625,5349,170.5800018310547,0,1,1.3862943649291992,0,5.5221967697143555,3.25809645652771,7.823152542114258,0,0,0,0,0,1,0,0,1,0 +4,0,0,1,1,0,2,6,27,296.8092041015625,202.00892639160156,5649,197.872802734375,0,1,1.3862943649291992,0,5.693089485168457,3.295836925506592,5.308311939239502,0,0,0,0,0,1,0,0,1,0 +0.25,0,0,1,0,0,2,6,22,261.5559997558594,112.72321319580078,5549,173.99159240722656,0,1,-1.3862943649291992,0,5.566648483276367,3.0910425186157227,4.724935531616211,0,0,0,0,0,1,0,0,1,0 +7,0,0,1,0,0,2,6,24,250.1840057373047,392.8571472167969,5349,167.16839599609375,0,1,1.945910096168518,0,5.5221967697143555,3.178053855895996,5.973445892333984,0,0,0,0,0,1,0,0,1,0 +13,0,0,1,1,0,2,6,42,250.1840057373047,380.5803527832031,5310,173.99159240722656,0,1,2.5649492740631104,0,5.5221967697143555,3.7376697063446045,5.941697120666504,0,0,0,0,0,1,0,0,1,0 +3,0,0,1,1,0,2,6,27,275.202392578125,74.77678680419922,5452,189.9123992919922,0,1,1.0986123085021973,0,5.617506980895996,3.295836925506592,4.314507484436035,0,0,0,0,0,1,0,0,1,0 +3,0,0,1,1,0,2,6,39,272.9280090332031,198.6607208251953,5352,181.95199584960938,0,1,1.0986123085021973,0,5.609208106994629,3.6635615825653076,5.291598320007324,0,0,0,0,0,1,0,0,1,0 +7,0,0,1,1,0,1,6,53,304.76959228515625,703.125,5440,203.55880737304688,0,1,1.945910096168518,0,5.719555854797363,3.97029185295105,6.555534839630127,0,0,0,0,0,1,0,1,0,0 +17,0,0,1,1,1,3,6,29,279.7511901855469,1342.6339111328125,5449,196.735595703125,0,1,2.8332133293151855,0,5.6339006423950195,3.367295742034912,7.202388763427734,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,25,277.476806640625,171.875,5728,184.2263946533203,0,1,1.0986123085021973,0,5.625737190246582,3.2188758850097656,5.146767616271973,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,0,0,3,6,29,252.45840454101562,256.6964416503906,5549,168.30560302734375,0,1,1.0986123085021973,0,5.531246662139893,3.367295742034912,5.54789400100708,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,0,0,3,6,23,266.10479736328125,90.40178680419922,5549,177.4031982421875,0,1,1.0986123085021973,0,5.583890438079834,3.1354942321777344,4.504263877868652,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,24,253.59559631347656,44.64285659790039,5640,169.4427947998047,0,1,1.3862943649291992,0,5.535740852355957,3.178053855895996,3.798694372177124,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,1,3,6,58,286.57440185546875,180.80357360839844,5152,95.5248031616211,0,1,0,0,5.657998085021973,4.060442924499512,5.197411060333252,0,0,0,0,0,1,0,0,0,0 +8,0,0,1,1,0,3,6,28,264.96759033203125,459.8214416503906,5549,176.26600646972656,0,1,2.079441547393799,0,5.5796074867248535,3.332204580307007,6.130838394165039,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,1,0,3,6,24,302.4952087402344,279.0178527832031,5728,201.28439331054688,0,1,1.7917594909667969,0,5.71206521987915,3.178053855895996,5.631275653839111,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,0,0,3,6,19,284.29998779296875,209.82142639160156,5713,189.9123992919922,0,1,0.6931471824645996,0,5.650030136108398,2.944438934326172,5.346256732940674,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,29,296.8092041015625,4.464285850524902,5340,197.872802734375,0,1,1.3862943649291992,0,5.693089485168457,3.367295742034912,1.4961092472076416,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,0,0,3,6,24,255.8699951171875,746.65179443359375,5628,170.5800018310547,0,1,1.7917594909667969,0,5.5446696281433105,3.178053855895996,6.615599155426025,0,0,0,0,0,1,0,0,0,0 +6,0,0,0,1,0,3,6,23,284.29998779296875,70.3125,5552,211.51919555664062,0,1,1.7917594909667969,0,5.650030136108398,3.1354942321777344,4.2529497146606445,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,34,293.3976135253906,79.24107360839844,5610,194.46119689941406,0,1,1.0986123085021973,0,5.681528568267822,3.526360511779785,4.372494697570801,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,33,257.0072021484375,50.22321319580078,5728,171.71719360351562,0,1,-1.3862943649291992,0,5.5491042137146,3.4965076446533203,3.9164774417877197,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,1,0,3,6,35,295.6719970703125,620.53570556640625,5310,196.735595703125,0,1,1.6094379425048828,0,5.689250946044922,3.5553481578826904,6.4305830001831055,0,0,0,0,0,1,0,0,0,0 +16,0,0,1,1,0,3,6,56,275.202392578125,1338.169677734375,5528,183.08920288085938,0,1,2.7725887298583984,0,5.617506980895996,4.025351524353027,7.1990580558776855,0,0,0,0,0,1,0,0,0,0 +8,0,0,1,0,0,3,6,36,279.7511901855469,1016.7410888671875,5728,186.50079345703125,0,1,2.079441547393799,0,5.6339006423950195,3.5835189819335938,6.924357891082764,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,1,1,3,6,27,287.71160888671875,178.57142639160156,5452,202.42160034179688,0,1,0.6931471824645996,0,5.661958694458008,3.295836925506592,5.184988498687744,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,60,299.0835876464844,0,5249,199.00999450683594,0,1,1.0986123085021973,0,5.700723171234131,4.094344615936279,0,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,1,0,3,6,27,308.18121337890625,238.8392791748047,5549,205.8332061767578,0,1,-1.3862943649291992,0,5.730688095092773,3.295836925506592,5.475790977478027,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,21,286.57440185546875,303.5714416503906,5640,191.0496063232422,0,1,0.6931471824645996,0,5.657998085021973,3.044522523880005,5.7156171798706055,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,1,0,3,6,36,260.4187927246094,145.0892791748047,5728,177.4031982421875,0,1,-1.3862943649291992,0,5.562291145324707,3.5835189819335938,4.977349281311035,0,0,0,0,0,1,0,0,0,0 +9,0,0,0,1,1,3,6,50,247.90960693359375,4161.83056640625,5352,164.8939971923828,0,1,2.1972246170043945,0,5.513064384460449,3.9120230674743652,8.333710670471191,0,0,0,0,0,1,0,0,0,0 +9,0,0,1,1,0,3,6,28,253.59559631347656,2379.46435546875,5328,169.4427947998047,0,1,2.1972246170043945,0,5.535740852355957,3.332204580307007,7.774630546569824,0,0,0,0,0,1,0,0,0,0 +7,0,0,1,1,1,3,6,46,276.339599609375,2208.705322265625,5352,184.2263946533203,0,1,1.945910096168518,0,5.621630668640137,3.828641414642334,7.700161933898926,0,0,0,0,0,1,0,0,0,0 +7,0,0,1,0,0,3,6,20,247.90960693359375,2232.142822265625,5310,164.8939971923828,0,1,1.945910096168518,0,5.513064384460449,2.995732307434082,7.71071720123291,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,0,3,6,34,267.24200439453125,279.0178527832031,5628,178.5404052734375,0,1,1.6094379425048828,0,5.5881547927856445,3.526360511779785,5.631275653839111,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,0,0,3,6,20,291.1231994628906,2459.821533203125,5316,193.32400512695312,0,1,1.7917594909667969,0,5.673746585845947,2.995732307434082,7.807844161987305,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,1,0,3,6,38,284.29998779296875,152.9017791748047,5452,189.9123992919922,0,1,1.6094379425048828,0,5.650030136108398,3.6375861167907715,5.0297956466674805,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,21,294.5347900390625,94.86607360839844,5310,195.59840393066406,0,1,0.6931471824645996,0,5.685397148132324,3.044522523880005,4.552465915679932,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,36,285.43719482421875,129.4642791748047,5549,191.0496063232422,0,1,0,0,5.654022216796875,3.5835189819335938,4.863405227661133,0,0,0,0,0,1,0,0,0,0 +8,0,0,1,1,1,3,6,22,282.0256042480469,2909.59814453125,5034,187.63800048828125,0,1,2.079441547393799,0,5.641997814178467,3.0910425186157227,7.975770473480225,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,20,270.6535949707031,627.23211669921875,5702,179.67759704589844,0,1,0.6931471824645996,0,5.600839614868164,2.995732307434082,6.441316604614258,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,20,255.8699951171875,33.48214340209961,5310,170.5800018310547,0,1,-1.3862943649291992,0,5.5446696281433105,2.995732307434082,3.511012315750122,0,0,0,0,0,1,0,0,0,0 +10,0,0,0,0,1,3,6,38,288.8487854003906,2164.0625,5352,192.18679809570312,0,1,2.3025851249694824,0,5.665903091430664,3.6375861167907715,7.679742336273193,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,0,3,6,41,255.8699951171875,0,5404,171.71719360351562,0,1,1.3862943649291992,0,5.5446696281433105,3.7135720252990723,0,0,0,0,0,0,1,0,0,0,0 +18,0,0,0,0,0,3,6,57,254.73280334472656,1174.107177734375,5552,169.4427947998047,0,1,2.890371799468994,0,5.540215015411377,4.043051242828369,7.068263053894043,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,26,272.9280090332031,116.07142639160156,5628,181.95199584960938,0,1,1.0986123085021973,0,5.609208106994629,3.25809645652771,4.754205703735352,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,1,3,6,31,286.57440185546875,401.78570556640625,5528,191.0496063232422,0,1,1.0986123085021973,0,5.657998085021973,3.4339871406555176,5.9959187507629395,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,61,263.8304138183594,39.0625,5610,176.26600646972656,0,1,0,0,5.575306415557861,4.110873699188232,3.665163040161133,0,0,0,0,0,1,0,0,0,0 +7,0,0,1,0,0,3,6,22,308.18121337890625,580.35711669921875,5713,205.8332061767578,0,1,1.945910096168518,0,5.730688095092773,3.0910425186157227,6.363643646240234,0,0,0,0,0,1,0,0,0,0 +81,0,0,1,1,0,3,6,35,277.476806640625,5022.3212890625,5652,147.83599853515625,0,1,4.394449234008789,0,5.625737190246582,3.5553481578826904,8.521647453308105,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,21,277.476806640625,45.75893020629883,5440,185.3636016845703,0,1,1.0986123085021973,0,5.625737190246582,3.044522523880005,3.8233869075775146,0,0,0,0,0,1,0,0,0,0 +40,0,0,1,0,1,3,6,38,284.29998779296875,6431.91943359375,5528,189.9123992919922,0,1,3.6888794898986816,0,5.650030136108398,3.6375861167907715,8.769028663635254,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,57,250.1840057373047,0,5528,166.0312042236328,0,1,1.0986123085021973,0,5.5221967697143555,4.043051242828369,0,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,0,0,3,6,21,275.202392578125,0,5604,183.08920288085938,0,1,1.3862943649291992,0,5.617506980895996,3.044522523880005,0,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,0,3,6,40,284.29998779296875,628.34820556640625,5528,189.9123992919922,0,1,1.6094379425048828,0,5.650030136108398,3.6888794898986816,6.443094253540039,0,0,0,0,0,1,0,0,0,0 +10,0,0,1,1,1,3,6,20,304.76959228515625,8366.0712890625,5528,211.51919555664062,0,1,2.3025851249694824,0,5.719555854797363,2.995732307434082,9.031939506530762,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,38,274.065185546875,40.17856979370117,5310,181.95199584960938,0,1,0,0,5.61336612701416,3.6375861167907715,3.693333864212036,0,0,0,0,0,1,0,0,0,0 +12,0,0,1,1,0,3,6,64,291.1231994628906,75.89286041259766,5410,194.46119689941406,0,1,2.4849066734313965,0,5.673746585845947,4.158883094787598,4.329322814941406,0,0,0,0,0,1,0,0,0,0 +12,0,0,0,0,0,3,6,23,257.0072021484375,709.8214111328125,5628,171.71719360351562,0,1,2.4849066734313965,0,5.5491042137146,3.1354942321777344,6.565013408660889,0,0,0,0,0,1,0,0,0,0 +36,0,0,1,0,1,3,6,23,293.3976135253906,8854.9111328125,5349,195.59840393066406,0,1,3.5835189819335938,0,5.681528568267822,3.1354942321777344,9.088727951049805,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,1,0,3,6,31,289.9859924316406,271.2053527832031,5340,193.32400512695312,0,1,0.6931471824645996,0,5.669832706451416,3.4339871406555176,5.60287618637085,0,0,0,0,0,1,0,0,0,0 +7,0,0,1,1,0,3,6,32,300.2207946777344,1072.544677734375,5452,200.14720153808594,0,1,1.945910096168518,0,5.7045183181762695,3.465735912322998,6.977789402008057,0,0,0,0,0,1,0,0,0,0 +103,0,0,1,0,1,3,6,24,284.29998779296875,10561.3837890625,5352,189.9123992919922,0,1,4.634728908538818,0,5.650030136108398,3.178053855895996,9.264959335327148,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,0,0,1,6,30,257.0072021484375,597.09820556640625,5404,171.71719360351562,0,1,1.7917594909667969,0,5.5491042137146,3.4011974334716797,6.3920817375183105,0,0,0,0,0,1,0,1,0,0 +32,0,0,0,1,1,1,6,60,270.6535949707031,3665.178466796875,5428,180.81480407714844,0,1,3.465735912322998,0,5.600839614868164,4.094344615936279,8.206632614135742,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,0,0,3,6,42,250.1840057373047,136.1607208251953,5352,166.0312042236328,0,1,-1.3862943649291992,0,5.5221967697143555,3.7376697063446045,4.9138360023498535,0,0,0,0,0,1,0,0,0,0 +28,0,0,1,1,0,1,8,23,268.37921142578125,1437.5,9052,169.4427947998047,0,1,3.332204580307007,0,5.592401027679443,3.1354942321777344,7.270660877227783,0,0,0,0,0,0,0,1,0,0 +9,0,0,1,0,0,1,8,45,259.2815856933594,582.58929443359375,9052,172.85440063476562,0,1,2.1972246170043945,0,5.557914733886719,3.8066625595092773,6.367482662200928,0,0,0,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,8,24,295.6719970703125,427.4553527832031,9049,196.735595703125,0,1,-1.3862943649291992,0,5.689250946044922,3.178053855895996,6.057849884033203,0,0,0,0,0,0,0,1,0,0 +12,0,0,0,0,1,1,8,27,282.0256042480469,1901.7857666015625,9049,187.63800048828125,0,1,2.4849066734313965,0,5.641997814178467,3.295836925506592,7.550548553466797,0,0,0,0,0,0,0,1,0,0 +10,0,0,1,1,0,2,8,31,250.1840057373047,1409.5982666015625,9010,173.99159240722656,0,1,2.3025851249694824,0,5.5221967697143555,3.4339871406555176,7.2510600090026855,0,0,0,0,0,0,0,0,1,0 +8,0,0,1,1,0,2,8,49,249.0467987060547,0,9032,180.81480407714844,0,1,2.079441547393799,0,5.517640590667725,3.891820192337036,0,0,0,0,0,0,0,0,0,1,0 +32,0,0,1,0,0,1,8,58,269.5163879394531,0,9032,178.5404052734375,0,1,3.465735912322998,0,5.5966291427612305,4.060442924499512,0,0,0,0,0,0,0,0,1,0,0 +11,0,0,0,1,1,1,8,55,258.1444091796875,1930.8035888671875,9052,171.71719360351562,0,1,2.397895336151123,0,5.553519248962402,4.007333278656006,7.5656914710998535,0,0,0,0,0,0,0,1,0,0 +0.25,0,0,1,NA,0,1,8,25,284.29998779296875,118.30357360839844,9010,188.77520751953125,0,1,-1.3862943649291992,0,5.650030136108398,3.2188758850097656,4.773253917694092,0,0,0,0,0,0,0,1,0,0 +17,0,0,1,0,0,1,8,25,285.43719482421875,1171.875,9052,191.0496063232422,0,1,2.8332133293151855,0,5.654022216796875,3.2188758850097656,7.0663604736328125,0,0,0,0,0,0,0,1,0,0 +5,0,0,0,0,0,1,8,43,304.76959228515625,565.84820556640625,9028,203.55880737304688,0,1,1.6094379425048828,0,5.719555854797363,3.761200189590454,6.3383259773254395,0,0,0,0,0,0,0,1,0,0 +7,0,0,0,1,0,1,8,57,266.10479736328125,1188.6160888671875,9010,172.85440063476562,0,1,1.945910096168518,0,5.583890438079834,4.043051242828369,7.080544948577881,0,0,0,0,0,0,0,1,0,0 +6,0,0,1,1,1,1,8,57,272.9280090332031,1552.455322265625,9004,200.14720153808594,0,1,1.7917594909667969,0,5.609208106994629,4.043051242828369,7.347592830657959,0,0,0,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,2,8,26,284.29998779296875,24.553571701049805,9052,189.9123992919922,0,1,-1.3862943649291992,0,5.650030136108398,3.25809645652771,3.200857400894165,0,0,0,0,0,0,0,0,1,0 +6,0,0,1,1,0,3,8,23,261.5559997558594,592.6339111328125,9007,173.99159240722656,0,1,1.7917594909667969,0,5.566648483276367,3.1354942321777344,6.384576797485352,0,0,0,0,0,0,0,0,0,0 +33,0,0,1,1,0,3,8,33,289.9859924316406,1167.4107666015625,9010,193.32400512695312,0,1,3.4965076446533203,0,5.669832706451416,3.4965076446533203,7.0625433921813965,0,0,0,0,0,0,0,0,0,0 +0.25,0,0,0,0,0,3,8,60,250.1840057373047,279.0178527832031,9028,163.75680541992188,0,1,-1.3862943649291992,0,5.5221967697143555,4.094344615936279,5.631275653839111,0,0,0,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,8,28,291.1231994628906,256.6964416503906,9052,194.46119689941406,0,1,1.0986123085021973,0,5.673746585845947,3.332204580307007,5.54789400100708,0,0,0,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,8,45,253.59559631347656,315.84820556640625,9010,169.4427947998047,0,1,1.0986123085021973,0,5.535740852355957,3.8066625595092773,5.7552618980407715,0,0,0,0,0,0,0,0,0,0 +3,0,0,0,0,0,3,8,41,262.6932067871094,0,9010,173.99159240722656,0,1,1.0986123085021973,0,5.570986747741699,3.7135720252990723,0,0,0,0,0,0,0,0,0,0,0 +2,0,0,1,0,1,3,8,21,247.90960693359375,1133.9285888671875,9052,164.8939971923828,0,1,0.6931471824645996,0,5.513064384460449,3.044522523880005,7.033443450927734,0,0,0,0,0,0,0,0,0,0 +3,0,0,0,0,0,3,8,28,275.202392578125,0,9004,183.08920288085938,0,1,1.0986123085021973,0,5.617506980895996,3.332204580307007,0,0,0,0,0,0,0,0,0,0,0 +16,0,0,1,1,1,1,7,46,295.6719970703125,7628.34814453125,8022,196.735595703125,0,1,2.7725887298583984,0,5.689250946044922,3.828641414642334,8.939626693725586,0,0,0,0,0,0,1,1,0,0 +4,0,0,0,1,0,1,7,22,302.4952087402344,431.9196472167969,6400,201.28439331054688,0,1,1.3862943649291992,0,5.71206521987915,3.0910425186157227,6.068239688873291,0,0,0,0,0,0,1,1,0,0 +22,0,0,1,1,1,1,7,47,282.0256042480469,4877.23193359375,6100,211.51919555664062,0,1,3.0910425186157227,0,5.641997814178467,3.8501474857330322,8.49233341217041,0,0,0,0,0,0,1,1,0,0 +182,0,0,0,0,0,1,7,29,251.32119750976562,8370.5361328125,6100,167.16839599609375,0,1,5.204006671905518,0,5.526731967926025,3.367295742034912,9.03247356414795,0,0,0,0,0,0,1,1,0,0 +29,0,0,0,1,0,1,7,63,263.8304138183594,0,8090,175.12879943847656,0,1,3.367295742034912,0,5.575306415557861,4.143134593963623,0,0,0,0,0,0,0,1,1,0,0 +179,0,0,1,1,0,1,7,31,286.57440185546875,2790.178466796875,6100,191.0496063232422,0,1,5.1873860359191895,0,5.657998085021973,3.4339871406555176,7.933860778808594,0,0,0,0,0,0,1,1,0,0 +16,0,0,0,1,1,1,7,42,274.065185546875,6425.22314453125,8034,183.08920288085938,0,1,2.7725887298583984,0,5.61336612701416,3.7376697063446045,8.767986297607422,0,0,0,0,0,0,1,1,0,0 +13,0,0,1,1,0,2,7,32,250.1840057373047,0,8090,167.16839599609375,0,1,2.5649492740631104,0,5.5221967697143555,3.465735912322998,0,0,0,0,0,0,0,1,0,1,0 +22,0,0,1,1,0,2,7,51,297.9464111328125,1056.919677734375,6400,199.00999450683594,0,1,3.0910425186157227,0,5.696913719177246,3.931825637817383,6.963113784790039,0,0,0,0,0,0,1,0,1,0 +7,0,0,1,0,0,3,7,23,293.3976135253906,1000,8034,195.59840393066406,0,1,1.945910096168518,0,5.681528568267822,3.1354942321777344,6.907755374908447,0,0,0,0,0,0,1,0,0,0 +2,0,0,1,0,0,3,7,60,284.29998779296875,0,6500,167.16839599609375,0,1,0.6931471824645996,0,5.650030136108398,4.094344615936279,0,0,0,0,0,0,0,1,0,0,0 +50,0,0,0,1,0,3,7,31,253.59559631347656,195.3125,6500,217.2052001953125,0,1,3.9120230674743652,0,5.535740852355957,3.4339871406555176,5.274600982666016,0,0,0,0,0,0,1,0,0,0 +1,0,0,1,1,0,3,7,23,284.29998779296875,284.59820556640625,8042,203.55880737304688,0,1,0,0,5.650030136108398,3.1354942321777344,5.651078224182129,0,0,0,0,0,0,1,0,0,0 +18,0,0,0,0,0,3,7,31,304.76959228515625,965.40179443359375,8021,203.55880737304688,0,1,2.890371799468994,0,5.719555854797363,3.4339871406555176,6.872544288635254,0,0,0,0,0,0,1,0,0,0 +14,0,0,0,0,0,3,7,66,255.8699951171875,544.64288330078125,8090,170.5800018310547,0,1,2.6390573978424072,0,5.5446696281433105,4.18965482711792,6.300130367279053,0,0,0,0,0,0,1,0,0,0 +76,0,0,0,NA,0,3,7,39,274.065185546875,782.3660888671875,6500,181.95199584960938,0,1,4.330733299255371,0,5.61336612701416,3.6635615825653076,6.662322998046875,0,0,0,0,0,0,1,0,0,0 +4,0,0,1,1,0,3,7,45,304.76959228515625,800.22320556640625,8090,203.55880737304688,0,1,1.3862943649291992,0,5.719555854797363,3.8066625595092773,6.6848907470703125,0,0,0,0,0,0,1,0,0,0 diff --git a/docs/_site/files/data/package_data/penguins.csv b/docs/_site/files/data/package_data/penguins.csv new file mode 100644 index 00000000..a1cee93d --- /dev/null +++ b/docs/_site/files/data/package_data/penguins.csv @@ -0,0 +1,343 @@ +species,island,bill_length_mm,bill_depth_mm,flipper_length_mm,body_mass_g,sex,year +Adelie,Torgersen,39.1,18.7,181,3750,male,2007 +Adelie,Torgersen,39.5,17.4,186,3800,female,2007 +Adelie,Torgersen,40.3,18,195,3250,female,2007 +Adelie,Torgersen,36.7,19.3,193,3450,female,2007 +Adelie,Torgersen,39.3,20.6,190,3650,male,2007 +Adelie,Torgersen,38.9,17.8,181,3625,female,2007 +Adelie,Torgersen,39.2,19.6,195,4675,male,2007 +Adelie,Torgersen,34.1,18.1,193,3475,NA,2007 +Adelie,Torgersen,42,20.2,190,4250,NA,2007 +Adelie,Torgersen,37.8,17.1,186,3300,NA,2007 +Adelie,Torgersen,37.8,17.3,180,3700,NA,2007 +Adelie,Torgersen,41.1,17.6,182,3200,female,2007 +Adelie,Torgersen,38.6,21.2,191,3800,male,2007 +Adelie,Torgersen,34.6,21.1,198,4400,male,2007 +Adelie,Torgersen,36.6,17.8,185,3700,female,2007 +Adelie,Torgersen,38.7,19,195,3450,female,2007 +Adelie,Torgersen,42.5,20.7,197,4500,male,2007 +Adelie,Torgersen,34.4,18.4,184,3325,female,2007 +Adelie,Torgersen,46,21.5,194,4200,male,2007 +Adelie,Biscoe,37.8,18.3,174,3400,female,2007 +Adelie,Biscoe,37.7,18.7,180,3600,male,2007 +Adelie,Biscoe,35.9,19.2,189,3800,female,2007 +Adelie,Biscoe,38.2,18.1,185,3950,male,2007 +Adelie,Biscoe,38.8,17.2,180,3800,male,2007 +Adelie,Biscoe,35.3,18.9,187,3800,female,2007 +Adelie,Biscoe,40.6,18.6,183,3550,male,2007 +Adelie,Biscoe,40.5,17.9,187,3200,female,2007 +Adelie,Biscoe,37.9,18.6,172,3150,female,2007 +Adelie,Biscoe,40.5,18.9,180,3950,male,2007 +Adelie,Dream,39.5,16.7,178,3250,female,2007 +Adelie,Dream,37.2,18.1,178,3900,male,2007 +Adelie,Dream,39.5,17.8,188,3300,female,2007 +Adelie,Dream,40.9,18.9,184,3900,male,2007 +Adelie,Dream,36.4,17,195,3325,female,2007 +Adelie,Dream,39.2,21.1,196,4150,male,2007 +Adelie,Dream,38.8,20,190,3950,male,2007 +Adelie,Dream,42.2,18.5,180,3550,female,2007 +Adelie,Dream,37.6,19.3,181,3300,female,2007 +Adelie,Dream,39.8,19.1,184,4650,male,2007 +Adelie,Dream,36.5,18,182,3150,female,2007 +Adelie,Dream,40.8,18.4,195,3900,male,2007 +Adelie,Dream,36,18.5,186,3100,female,2007 +Adelie,Dream,44.1,19.7,196,4400,male,2007 +Adelie,Dream,37,16.9,185,3000,female,2007 +Adelie,Dream,39.6,18.8,190,4600,male,2007 +Adelie,Dream,41.1,19,182,3425,male,2007 +Adelie,Dream,37.5,18.9,179,2975,NA,2007 +Adelie,Dream,36,17.9,190,3450,female,2007 +Adelie,Dream,42.3,21.2,191,4150,male,2007 +Adelie,Biscoe,39.6,17.7,186,3500,female,2008 +Adelie,Biscoe,40.1,18.9,188,4300,male,2008 +Adelie,Biscoe,35,17.9,190,3450,female,2008 +Adelie,Biscoe,42,19.5,200,4050,male,2008 +Adelie,Biscoe,34.5,18.1,187,2900,female,2008 +Adelie,Biscoe,41.4,18.6,191,3700,male,2008 +Adelie,Biscoe,39,17.5,186,3550,female,2008 +Adelie,Biscoe,40.6,18.8,193,3800,male,2008 +Adelie,Biscoe,36.5,16.6,181,2850,female,2008 +Adelie,Biscoe,37.6,19.1,194,3750,male,2008 +Adelie,Biscoe,35.7,16.9,185,3150,female,2008 +Adelie,Biscoe,41.3,21.1,195,4400,male,2008 +Adelie,Biscoe,37.6,17,185,3600,female,2008 +Adelie,Biscoe,41.1,18.2,192,4050,male,2008 +Adelie,Biscoe,36.4,17.1,184,2850,female,2008 +Adelie,Biscoe,41.6,18,192,3950,male,2008 +Adelie,Biscoe,35.5,16.2,195,3350,female,2008 +Adelie,Biscoe,41.1,19.1,188,4100,male,2008 +Adelie,Torgersen,35.9,16.6,190,3050,female,2008 +Adelie,Torgersen,41.8,19.4,198,4450,male,2008 +Adelie,Torgersen,33.5,19,190,3600,female,2008 +Adelie,Torgersen,39.7,18.4,190,3900,male,2008 +Adelie,Torgersen,39.6,17.2,196,3550,female,2008 +Adelie,Torgersen,45.8,18.9,197,4150,male,2008 +Adelie,Torgersen,35.5,17.5,190,3700,female,2008 +Adelie,Torgersen,42.8,18.5,195,4250,male,2008 +Adelie,Torgersen,40.9,16.8,191,3700,female,2008 +Adelie,Torgersen,37.2,19.4,184,3900,male,2008 +Adelie,Torgersen,36.2,16.1,187,3550,female,2008 +Adelie,Torgersen,42.1,19.1,195,4000,male,2008 +Adelie,Torgersen,34.6,17.2,189,3200,female,2008 +Adelie,Torgersen,42.9,17.6,196,4700,male,2008 +Adelie,Torgersen,36.7,18.8,187,3800,female,2008 +Adelie,Torgersen,35.1,19.4,193,4200,male,2008 +Adelie,Dream,37.3,17.8,191,3350,female,2008 +Adelie,Dream,41.3,20.3,194,3550,male,2008 +Adelie,Dream,36.3,19.5,190,3800,male,2008 +Adelie,Dream,36.9,18.6,189,3500,female,2008 +Adelie,Dream,38.3,19.2,189,3950,male,2008 +Adelie,Dream,38.9,18.8,190,3600,female,2008 +Adelie,Dream,35.7,18,202,3550,female,2008 +Adelie,Dream,41.1,18.1,205,4300,male,2008 +Adelie,Dream,34,17.1,185,3400,female,2008 +Adelie,Dream,39.6,18.1,186,4450,male,2008 +Adelie,Dream,36.2,17.3,187,3300,female,2008 +Adelie,Dream,40.8,18.9,208,4300,male,2008 +Adelie,Dream,38.1,18.6,190,3700,female,2008 +Adelie,Dream,40.3,18.5,196,4350,male,2008 +Adelie,Dream,33.1,16.1,178,2900,female,2008 +Adelie,Dream,43.2,18.5,192,4100,male,2008 +Adelie,Biscoe,35,17.9,192,3725,female,2009 +Adelie,Biscoe,41,20,203,4725,male,2009 +Adelie,Biscoe,37.7,16,183,3075,female,2009 +Adelie,Biscoe,37.8,20,190,4250,male,2009 +Adelie,Biscoe,37.9,18.6,193,2925,female,2009 +Adelie,Biscoe,39.7,18.9,184,3550,male,2009 +Adelie,Biscoe,38.6,17.2,199,3750,female,2009 +Adelie,Biscoe,38.2,20,190,3900,male,2009 +Adelie,Biscoe,38.1,17,181,3175,female,2009 +Adelie,Biscoe,43.2,19,197,4775,male,2009 +Adelie,Biscoe,38.1,16.5,198,3825,female,2009 +Adelie,Biscoe,45.6,20.3,191,4600,male,2009 +Adelie,Biscoe,39.7,17.7,193,3200,female,2009 +Adelie,Biscoe,42.2,19.5,197,4275,male,2009 +Adelie,Biscoe,39.6,20.7,191,3900,female,2009 +Adelie,Biscoe,42.7,18.3,196,4075,male,2009 +Adelie,Torgersen,38.6,17,188,2900,female,2009 +Adelie,Torgersen,37.3,20.5,199,3775,male,2009 +Adelie,Torgersen,35.7,17,189,3350,female,2009 +Adelie,Torgersen,41.1,18.6,189,3325,male,2009 +Adelie,Torgersen,36.2,17.2,187,3150,female,2009 +Adelie,Torgersen,37.7,19.8,198,3500,male,2009 +Adelie,Torgersen,40.2,17,176,3450,female,2009 +Adelie,Torgersen,41.4,18.5,202,3875,male,2009 +Adelie,Torgersen,35.2,15.9,186,3050,female,2009 +Adelie,Torgersen,40.6,19,199,4000,male,2009 +Adelie,Torgersen,38.8,17.6,191,3275,female,2009 +Adelie,Torgersen,41.5,18.3,195,4300,male,2009 +Adelie,Torgersen,39,17.1,191,3050,female,2009 +Adelie,Torgersen,44.1,18,210,4000,male,2009 +Adelie,Torgersen,38.5,17.9,190,3325,female,2009 +Adelie,Torgersen,43.1,19.2,197,3500,male,2009 +Adelie,Dream,36.8,18.5,193,3500,female,2009 +Adelie,Dream,37.5,18.5,199,4475,male,2009 +Adelie,Dream,38.1,17.6,187,3425,female,2009 +Adelie,Dream,41.1,17.5,190,3900,male,2009 +Adelie,Dream,35.6,17.5,191,3175,female,2009 +Adelie,Dream,40.2,20.1,200,3975,male,2009 +Adelie,Dream,37,16.5,185,3400,female,2009 +Adelie,Dream,39.7,17.9,193,4250,male,2009 +Adelie,Dream,40.2,17.1,193,3400,female,2009 +Adelie,Dream,40.6,17.2,187,3475,male,2009 +Adelie,Dream,32.1,15.5,188,3050,female,2009 +Adelie,Dream,40.7,17,190,3725,male,2009 +Adelie,Dream,37.3,16.8,192,3000,female,2009 +Adelie,Dream,39,18.7,185,3650,male,2009 +Adelie,Dream,39.2,18.6,190,4250,male,2009 +Adelie,Dream,36.6,18.4,184,3475,female,2009 +Adelie,Dream,36,17.8,195,3450,female,2009 +Adelie,Dream,37.8,18.1,193,3750,male,2009 +Adelie,Dream,36,17.1,187,3700,female,2009 +Adelie,Dream,41.5,18.5,201,4000,male,2009 +Gentoo,Biscoe,46.1,13.2,211,4500,female,2007 +Gentoo,Biscoe,50,16.3,230,5700,male,2007 +Gentoo,Biscoe,48.7,14.1,210,4450,female,2007 +Gentoo,Biscoe,50,15.2,218,5700,male,2007 +Gentoo,Biscoe,47.6,14.5,215,5400,male,2007 +Gentoo,Biscoe,46.5,13.5,210,4550,female,2007 +Gentoo,Biscoe,45.4,14.6,211,4800,female,2007 +Gentoo,Biscoe,46.7,15.3,219,5200,male,2007 +Gentoo,Biscoe,43.3,13.4,209,4400,female,2007 +Gentoo,Biscoe,46.8,15.4,215,5150,male,2007 +Gentoo,Biscoe,40.9,13.7,214,4650,female,2007 +Gentoo,Biscoe,49,16.1,216,5550,male,2007 +Gentoo,Biscoe,45.5,13.7,214,4650,female,2007 +Gentoo,Biscoe,48.4,14.6,213,5850,male,2007 +Gentoo,Biscoe,45.8,14.6,210,4200,female,2007 +Gentoo,Biscoe,49.3,15.7,217,5850,male,2007 +Gentoo,Biscoe,42,13.5,210,4150,female,2007 +Gentoo,Biscoe,49.2,15.2,221,6300,male,2007 +Gentoo,Biscoe,46.2,14.5,209,4800,female,2007 +Gentoo,Biscoe,48.7,15.1,222,5350,male,2007 +Gentoo,Biscoe,50.2,14.3,218,5700,male,2007 +Gentoo,Biscoe,45.1,14.5,215,5000,female,2007 +Gentoo,Biscoe,46.5,14.5,213,4400,female,2007 +Gentoo,Biscoe,46.3,15.8,215,5050,male,2007 +Gentoo,Biscoe,42.9,13.1,215,5000,female,2007 +Gentoo,Biscoe,46.1,15.1,215,5100,male,2007 +Gentoo,Biscoe,44.5,14.3,216,4100,NA,2007 +Gentoo,Biscoe,47.8,15,215,5650,male,2007 +Gentoo,Biscoe,48.2,14.3,210,4600,female,2007 +Gentoo,Biscoe,50,15.3,220,5550,male,2007 +Gentoo,Biscoe,47.3,15.3,222,5250,male,2007 +Gentoo,Biscoe,42.8,14.2,209,4700,female,2007 +Gentoo,Biscoe,45.1,14.5,207,5050,female,2007 +Gentoo,Biscoe,59.6,17,230,6050,male,2007 +Gentoo,Biscoe,49.1,14.8,220,5150,female,2008 +Gentoo,Biscoe,48.4,16.3,220,5400,male,2008 +Gentoo,Biscoe,42.6,13.7,213,4950,female,2008 +Gentoo,Biscoe,44.4,17.3,219,5250,male,2008 +Gentoo,Biscoe,44,13.6,208,4350,female,2008 +Gentoo,Biscoe,48.7,15.7,208,5350,male,2008 +Gentoo,Biscoe,42.7,13.7,208,3950,female,2008 +Gentoo,Biscoe,49.6,16,225,5700,male,2008 +Gentoo,Biscoe,45.3,13.7,210,4300,female,2008 +Gentoo,Biscoe,49.6,15,216,4750,male,2008 +Gentoo,Biscoe,50.5,15.9,222,5550,male,2008 +Gentoo,Biscoe,43.6,13.9,217,4900,female,2008 +Gentoo,Biscoe,45.5,13.9,210,4200,female,2008 +Gentoo,Biscoe,50.5,15.9,225,5400,male,2008 +Gentoo,Biscoe,44.9,13.3,213,5100,female,2008 +Gentoo,Biscoe,45.2,15.8,215,5300,male,2008 +Gentoo,Biscoe,46.6,14.2,210,4850,female,2008 +Gentoo,Biscoe,48.5,14.1,220,5300,male,2008 +Gentoo,Biscoe,45.1,14.4,210,4400,female,2008 +Gentoo,Biscoe,50.1,15,225,5000,male,2008 +Gentoo,Biscoe,46.5,14.4,217,4900,female,2008 +Gentoo,Biscoe,45,15.4,220,5050,male,2008 +Gentoo,Biscoe,43.8,13.9,208,4300,female,2008 +Gentoo,Biscoe,45.5,15,220,5000,male,2008 +Gentoo,Biscoe,43.2,14.5,208,4450,female,2008 +Gentoo,Biscoe,50.4,15.3,224,5550,male,2008 +Gentoo,Biscoe,45.3,13.8,208,4200,female,2008 +Gentoo,Biscoe,46.2,14.9,221,5300,male,2008 +Gentoo,Biscoe,45.7,13.9,214,4400,female,2008 +Gentoo,Biscoe,54.3,15.7,231,5650,male,2008 +Gentoo,Biscoe,45.8,14.2,219,4700,female,2008 +Gentoo,Biscoe,49.8,16.8,230,5700,male,2008 +Gentoo,Biscoe,46.2,14.4,214,4650,NA,2008 +Gentoo,Biscoe,49.5,16.2,229,5800,male,2008 +Gentoo,Biscoe,43.5,14.2,220,4700,female,2008 +Gentoo,Biscoe,50.7,15,223,5550,male,2008 +Gentoo,Biscoe,47.7,15,216,4750,female,2008 +Gentoo,Biscoe,46.4,15.6,221,5000,male,2008 +Gentoo,Biscoe,48.2,15.6,221,5100,male,2008 +Gentoo,Biscoe,46.5,14.8,217,5200,female,2008 +Gentoo,Biscoe,46.4,15,216,4700,female,2008 +Gentoo,Biscoe,48.6,16,230,5800,male,2008 +Gentoo,Biscoe,47.5,14.2,209,4600,female,2008 +Gentoo,Biscoe,51.1,16.3,220,6000,male,2008 +Gentoo,Biscoe,45.2,13.8,215,4750,female,2008 +Gentoo,Biscoe,45.2,16.4,223,5950,male,2008 +Gentoo,Biscoe,49.1,14.5,212,4625,female,2009 +Gentoo,Biscoe,52.5,15.6,221,5450,male,2009 +Gentoo,Biscoe,47.4,14.6,212,4725,female,2009 +Gentoo,Biscoe,50,15.9,224,5350,male,2009 +Gentoo,Biscoe,44.9,13.8,212,4750,female,2009 +Gentoo,Biscoe,50.8,17.3,228,5600,male,2009 +Gentoo,Biscoe,43.4,14.4,218,4600,female,2009 +Gentoo,Biscoe,51.3,14.2,218,5300,male,2009 +Gentoo,Biscoe,47.5,14,212,4875,female,2009 +Gentoo,Biscoe,52.1,17,230,5550,male,2009 +Gentoo,Biscoe,47.5,15,218,4950,female,2009 +Gentoo,Biscoe,52.2,17.1,228,5400,male,2009 +Gentoo,Biscoe,45.5,14.5,212,4750,female,2009 +Gentoo,Biscoe,49.5,16.1,224,5650,male,2009 +Gentoo,Biscoe,44.5,14.7,214,4850,female,2009 +Gentoo,Biscoe,50.8,15.7,226,5200,male,2009 +Gentoo,Biscoe,49.4,15.8,216,4925,male,2009 +Gentoo,Biscoe,46.9,14.6,222,4875,female,2009 +Gentoo,Biscoe,48.4,14.4,203,4625,female,2009 +Gentoo,Biscoe,51.1,16.5,225,5250,male,2009 +Gentoo,Biscoe,48.5,15,219,4850,female,2009 +Gentoo,Biscoe,55.9,17,228,5600,male,2009 +Gentoo,Biscoe,47.2,15.5,215,4975,female,2009 +Gentoo,Biscoe,49.1,15,228,5500,male,2009 +Gentoo,Biscoe,47.3,13.8,216,4725,NA,2009 +Gentoo,Biscoe,46.8,16.1,215,5500,male,2009 +Gentoo,Biscoe,41.7,14.7,210,4700,female,2009 +Gentoo,Biscoe,53.4,15.8,219,5500,male,2009 +Gentoo,Biscoe,43.3,14,208,4575,female,2009 +Gentoo,Biscoe,48.1,15.1,209,5500,male,2009 +Gentoo,Biscoe,50.5,15.2,216,5000,female,2009 +Gentoo,Biscoe,49.8,15.9,229,5950,male,2009 +Gentoo,Biscoe,43.5,15.2,213,4650,female,2009 +Gentoo,Biscoe,51.5,16.3,230,5500,male,2009 +Gentoo,Biscoe,46.2,14.1,217,4375,female,2009 +Gentoo,Biscoe,55.1,16,230,5850,male,2009 +Gentoo,Biscoe,44.5,15.7,217,4875,NA,2009 +Gentoo,Biscoe,48.8,16.2,222,6000,male,2009 +Gentoo,Biscoe,47.2,13.7,214,4925,female,2009 +Gentoo,Biscoe,46.8,14.3,215,4850,female,2009 +Gentoo,Biscoe,50.4,15.7,222,5750,male,2009 +Gentoo,Biscoe,45.2,14.8,212,5200,female,2009 +Gentoo,Biscoe,49.9,16.1,213,5400,male,2009 +Chinstrap,Dream,46.5,17.9,192,3500,female,2007 +Chinstrap,Dream,50,19.5,196,3900,male,2007 +Chinstrap,Dream,51.3,19.2,193,3650,male,2007 +Chinstrap,Dream,45.4,18.7,188,3525,female,2007 +Chinstrap,Dream,52.7,19.8,197,3725,male,2007 +Chinstrap,Dream,45.2,17.8,198,3950,female,2007 +Chinstrap,Dream,46.1,18.2,178,3250,female,2007 +Chinstrap,Dream,51.3,18.2,197,3750,male,2007 +Chinstrap,Dream,46,18.9,195,4150,female,2007 +Chinstrap,Dream,51.3,19.9,198,3700,male,2007 +Chinstrap,Dream,46.6,17.8,193,3800,female,2007 +Chinstrap,Dream,51.7,20.3,194,3775,male,2007 +Chinstrap,Dream,47,17.3,185,3700,female,2007 +Chinstrap,Dream,52,18.1,201,4050,male,2007 +Chinstrap,Dream,45.9,17.1,190,3575,female,2007 +Chinstrap,Dream,50.5,19.6,201,4050,male,2007 +Chinstrap,Dream,50.3,20,197,3300,male,2007 +Chinstrap,Dream,58,17.8,181,3700,female,2007 +Chinstrap,Dream,46.4,18.6,190,3450,female,2007 +Chinstrap,Dream,49.2,18.2,195,4400,male,2007 +Chinstrap,Dream,42.4,17.3,181,3600,female,2007 +Chinstrap,Dream,48.5,17.5,191,3400,male,2007 +Chinstrap,Dream,43.2,16.6,187,2900,female,2007 +Chinstrap,Dream,50.6,19.4,193,3800,male,2007 +Chinstrap,Dream,46.7,17.9,195,3300,female,2007 +Chinstrap,Dream,52,19,197,4150,male,2007 +Chinstrap,Dream,50.5,18.4,200,3400,female,2008 +Chinstrap,Dream,49.5,19,200,3800,male,2008 +Chinstrap,Dream,46.4,17.8,191,3700,female,2008 +Chinstrap,Dream,52.8,20,205,4550,male,2008 +Chinstrap,Dream,40.9,16.6,187,3200,female,2008 +Chinstrap,Dream,54.2,20.8,201,4300,male,2008 +Chinstrap,Dream,42.5,16.7,187,3350,female,2008 +Chinstrap,Dream,51,18.8,203,4100,male,2008 +Chinstrap,Dream,49.7,18.6,195,3600,male,2008 +Chinstrap,Dream,47.5,16.8,199,3900,female,2008 +Chinstrap,Dream,47.6,18.3,195,3850,female,2008 +Chinstrap,Dream,52,20.7,210,4800,male,2008 +Chinstrap,Dream,46.9,16.6,192,2700,female,2008 +Chinstrap,Dream,53.5,19.9,205,4500,male,2008 +Chinstrap,Dream,49,19.5,210,3950,male,2008 +Chinstrap,Dream,46.2,17.5,187,3650,female,2008 +Chinstrap,Dream,50.9,19.1,196,3550,male,2008 +Chinstrap,Dream,45.5,17,196,3500,female,2008 +Chinstrap,Dream,50.9,17.9,196,3675,female,2009 +Chinstrap,Dream,50.8,18.5,201,4450,male,2009 +Chinstrap,Dream,50.1,17.9,190,3400,female,2009 +Chinstrap,Dream,49,19.6,212,4300,male,2009 +Chinstrap,Dream,51.5,18.7,187,3250,male,2009 +Chinstrap,Dream,49.8,17.3,198,3675,female,2009 +Chinstrap,Dream,48.1,16.4,199,3325,female,2009 +Chinstrap,Dream,51.4,19,201,3950,male,2009 +Chinstrap,Dream,45.7,17.3,193,3600,female,2009 +Chinstrap,Dream,50.7,19.7,203,4050,male,2009 +Chinstrap,Dream,42.5,17.3,187,3350,female,2009 +Chinstrap,Dream,52.2,18.8,197,3450,male,2009 +Chinstrap,Dream,45.2,16.6,191,3250,female,2009 +Chinstrap,Dream,49.3,19.9,203,4050,male,2009 +Chinstrap,Dream,50.2,18.8,202,3800,male,2009 +Chinstrap,Dream,45.6,19.4,194,3525,female,2009 +Chinstrap,Dream,51.9,19.5,206,3950,male,2009 +Chinstrap,Dream,46.8,16.5,189,3650,female,2009 +Chinstrap,Dream,45.7,17,195,3650,female,2009 +Chinstrap,Dream,55.8,19.8,207,4000,male,2009 +Chinstrap,Dream,43.5,18.1,202,3400,female,2009 +Chinstrap,Dream,49.6,18.2,193,3775,male,2009 +Chinstrap,Dream,50.8,19,210,4100,male,2009 +Chinstrap,Dream,50.2,18.7,198,3775,female,2009 diff --git a/docs/_site/files/data/package_data/wage2.csv b/docs/_site/files/data/package_data/wage2.csv new file mode 100644 index 00000000..ed458b8c --- /dev/null +++ b/docs/_site/files/data/package_data/wage2.csv @@ -0,0 +1,936 @@ +wage,hours,IQ,KWW,educ,exper,tenure,age,married,black,south,urban,sibs,brthord,meduc,feduc,lwage +769,40,93,35,12,11,2,31,1,0,0,1,1,2,8,8,6.6450910568237305 +808,50,119,41,18,11,16,37,1,0,0,1,1,NA,14,14,6.694561958312988 +825,40,108,46,14,11,9,33,1,0,0,1,1,2,14,14,6.715383529663086 +650,40,96,32,12,13,7,32,1,0,0,1,4,3,12,12,6.476972579956055 +562,40,74,27,11,14,5,34,1,0,0,1,10,6,6,11,6.3315019607543945 +1400,40,116,43,16,14,2,35,1,1,0,1,1,2,8,NA,7.244227409362793 +600,40,91,24,10,13,0,30,0,0,0,1,1,2,8,8,6.396929740905762 +1081,40,114,50,18,8,14,38,1,0,0,1,2,3,8,NA,6.985641956329346 +1154,45,111,37,15,13,1,36,1,0,0,0,2,3,14,5,7.050989627838135 +1000,40,95,44,12,16,16,36,1,0,0,1,1,1,12,11,6.907755374908447 +930,43,132,44,18,8,13,38,1,0,0,0,1,1,13,14,6.835184574127197 +921,38,102,45,14,9,11,33,1,0,0,0,1,2,16,NA,6.825459957122803 +900,45,125,40,15,4,3,30,0,0,0,0,2,NA,12,12,6.802394866943359 +1318,38,119,24,16,7,2,28,1,0,0,1,3,1,10,10,7.183870792388916 +1792,40,118,47,16,9,9,34,1,0,0,1,1,1,12,12,7.491087436676025 +958,50,105,37,10,17,2,35,1,0,0,1,1,2,6,8,6.864847660064697 +1360,45,109,39,15,6,9,36,1,0,0,1,3,3,12,10,7.215240001678467 +850,40,72,36,11,19,10,38,1,0,0,1,2,3,10,8,6.745236396789551 +830,44,105,29,14,4,7,29,1,0,0,1,3,1,12,NA,6.721425533294678 +471,44,101,34,12,13,7,31,1,0,0,1,3,2,8,NA,6.154858112335205 +1275,40,123,37,14,9,1,31,1,0,0,1,0,1,12,NA,7.150701522827148 +1615,50,113,49,16,10,4,36,1,0,0,1,2,1,12,12,7.38709020614624 +873,65,95,36,12,14,3,38,1,0,0,1,5,1,10,10,6.77193546295166 +2137,45,145,50,16,17,8,38,1,0,0,1,2,1,12,12,7.667158126831055 +1053,38,114,35,16,12,7,32,1,0,0,1,0,1,11,11,6.9593987464904785 +1602,60,124,32,16,8,9,29,1,0,0,1,3,1,16,16,7.3790082931518555 +1188,40,93,40,13,16,5,35,1,0,0,1,2,1,12,8,7.080026626586914 +800,40,115,39,18,11,1,35,1,0,1,1,0,1,8,8,6.684611797332764 +1417,48,125,41,17,9,4,34,1,0,0,1,3,1,13,12,7.2562971115112305 +635,40,128,35,18,8,13,36,0,0,0,1,2,1,16,16,6.453625202178955 +1000,40,103,40,12,17,2,34,1,0,0,1,1,1,8,NA,6.907755374908447 +1424,50,98,41,14,15,4,35,1,0,0,1,1,1,12,12,7.26122522354126 +2668,75,108,41,13,12,2,32,1,0,1,1,1,2,12,12,7.889084339141846 +666,75,129,40,18,8,12,38,1,0,0,0,2,1,18,18,6.5012898445129395 +1779,40,132,42,17,8,9,32,1,0,0,1,1,1,17,14,7.483806610107422 +782,40,92,24,13,9,10,31,1,0,0,1,3,3,8,NA,6.6618547439575195 +1572,35,108,39,14,7,5,28,1,1,0,1,1,NA,12,8,7.360104084014893 +1274,40,106,35,13,11,12,31,1,0,0,1,0,1,15,12,7.149916648864746 +714,35,105,37,16,9,2,29,1,0,0,1,1,2,13,12,6.570882797241211 +1081,40,123,46,18,11,7,36,1,0,0,0,1,1,12,12,6.985641956329346 +692,40,108,48,12,21,11,38,1,0,0,1,3,1,8,7,6.539586067199707 +1318,38,122,47,17,10,9,33,1,0,0,1,1,NA,12,8,7.183870792388916 +1239,45,109,44,12,16,4,38,1,0,0,1,3,3,12,NA,7.1220598220825195 +1027,27,100,40,13,12,15,38,1,0,0,1,3,3,10,9,6.934397220611572 +1748,55,125,50,18,12,12,34,1,0,0,1,1,2,14,15,7.4662275314331055 +981,40,122,41,14,9,15,35,0,0,0,1,3,2,12,NA,6.888572692871094 +770,40,105,34,17,7,11,30,1,0,0,1,3,1,12,12,6.646390438079834 +1154,50,94,37,16,11,5,33,1,0,0,1,1,NA,12,12,7.050989627838135 +1155,40,102,36,12,16,5,34,1,0,0,1,1,2,12,NA,7.051855564117432 +808,60,109,47,13,14,12,38,1,0,0,1,2,2,12,10,6.694561958312988 +1100,40,105,45,12,22,14,38,1,0,0,1,1,1,12,12,7.003065586090088 +1154,40,134,46,18,10,10,37,1,0,1,1,2,1,12,12,7.050989627838135 +1749,40,108,32,12,13,9,29,0,0,0,1,7,1,12,9,7.466799259185791 +1000,50,104,36,16,11,8,30,1,0,0,1,1,1,12,11,6.907755374908447 +462,40,112,35,12,11,1,29,1,0,0,1,8,3,12,NA,6.135564804077148 +769,55,120,49,18,8,12,32,0,0,0,1,1,1,11,8,6.6450910568237305 +875,50,124,40,16,9,3,31,0,0,0,0,2,2,17,16,6.774223804473877 +1375,40,103,34,12,12,7,29,1,0,0,1,4,2,12,10,7.2262091636657715 +1452,45,115,45,17,1,7,30,1,0,0,1,3,1,12,14,7.280697345733643 +800,40,96,33,12,17,12,35,1,0,0,1,1,2,6,8,6.684611797332764 +1748,55,123,48,17,10,7,36,1,0,0,1,1,1,12,12,7.4662275314331055 +1151,40,98,34,12,12,12,29,1,0,0,1,3,4,12,8,7.048386573791504 +840,50,96,34,12,18,13,35,1,0,0,1,2,1,12,8,6.733401775360107 +978,45,89,47,12,17,2,38,1,0,0,1,0,1,12,NA,6.885509490966797 +963,40,109,43,12,15,15,37,0,0,0,0,5,NA,NA,7,6.870053291320801 +619,42,93,20,12,10,10,28,0,0,0,1,8,NA,9,11,6.428105354309082 +442,60,82,32,12,12,0,33,1,0,0,1,2,3,12,9,6.091310024261475 +600,40,120,45,15,12,1,38,1,0,0,0,3,4,12,NA,6.396929740905762 +1366,38,122,38,12,15,15,32,1,0,0,1,1,2,12,NA,7.219642162322998 +1643,48,117,48,18,8,2,33,1,0,0,1,2,2,12,18,7.4042792320251465 +1455,40,109,44,16,8,13,36,1,0,0,1,1,2,8,8,7.282761096954346 +2310,40,114,55,18,12,7,38,1,0,0,1,2,NA,12,16,7.745002746582031 +1682,45,126,40,16,10,11,31,1,0,0,1,1,1,12,16,7.427738666534424 +1235,40,82,45,12,10,2,33,1,0,0,1,1,1,11,11,7.118826389312744 +855,45,119,45,16,11,4,32,1,0,0,1,3,1,12,9,6.751101493835449 +1072,42,104,37,16,6,8,35,1,0,0,1,2,2,12,6,6.97728157043457 +1040,40,115,49,15,8,15,35,1,0,0,1,3,4,NA,11,6.946976184844971 +1000,50,97,45,12,17,15,36,1,0,0,1,1,2,12,12,6.907755374908447 +675,40,105,27,15,8,2,31,1,0,0,0,3,NA,14,12,6.514712810516357 +1100,37,100,32,12,14,1,30,1,0,0,1,1,2,7,7,7.003065586090088 +996,50,114,41,12,5,14,31,1,0,0,1,2,1,12,10,6.903747081756592 +732,40,73,28,10,17,5,36,1,0,0,1,5,6,NA,NA,6.595780372619629 +1200,40,96,48,11,15,3,37,1,0,0,1,4,3,8,8,7.090076923370361 +1694,30,113,30,15,9,8,29,0,0,0,1,3,1,12,16,7.434847831726074 +686,55,106,38,10,15,3,36,1,0,1,1,4,5,14,10,6.530877590179443 +754,40,104,37,13,9,5,32,1,0,0,1,1,2,8,NA,6.625392436981201 +857,35,80,39,10,14,15,33,1,0,0,1,2,1,NA,12,6.7534379959106445 +832,50,104,30,13,4,2,30,1,0,0,1,1,2,12,8,6.723832607269287 +579,44,122,36,13,8,1,30,1,0,0,0,4,1,16,16,6.361302375793457 +672,61,96,38,12,13,3,34,1,0,0,1,2,NA,12,13,6.510258197784424 +2500,40,95,51,15,12,9,36,1,0,0,1,3,1,16,16,7.8240461349487305 +1076,45,105,24,12,5,8,31,0,0,0,1,1,1,16,17,6.981005668640137 +750,40,94,18,12,16,3,37,1,1,0,1,7,3,8,8,6.620073318481445 +1186,30,91,41,17,8,9,33,1,0,0,1,1,1,12,14,7.078341484069824 +833,48,96,37,16,9,7,31,1,0,0,1,4,4,12,14,6.725033760070801 +650,40,69,37,12,14,11,30,1,1,0,1,3,4,10,9,6.476972579956055 +1250,46,110,37,12,5,16,38,1,0,0,0,1,1,NA,12,7.130898952484131 +1122,48,111,44,15,12,9,31,1,0,0,1,3,1,9,12,7.0228681564331055 +865,40,110,35,16,1,11,31,1,0,0,1,3,1,9,12,6.762729644775391 +808,40,97,37,16,10,7,29,1,0,0,1,3,3,9,12,6.694561958312988 +1299,60,125,44,18,6,12,35,0,0,0,1,1,2,8,8,7.1693501472473145 +903,40,91,39,12,6,12,36,1,0,0,1,5,4,9,10,6.805722713470459 +900,40,86,28,12,17,15,37,1,0,0,1,5,3,8,10,6.802394866943359 +625,40,110,32,12,18,0,35,1,0,0,1,4,1,9,8,6.437751770019531 +1586,40,92,47,14,16,1,36,1,0,1,1,4,4,12,NA,7.3689703941345215 +962,40,85,41,10,15,16,38,1,0,0,1,1,2,9,12,6.869014263153076 +1539,45,120,36,17,7,8,34,1,0,0,1,1,1,8,8,7.338888168334961 +1110,52,106,42,12,11,6,33,1,0,0,0,5,2,12,12,7.012115478515625 +1282,45,112,41,16,6,6,31,0,0,1,1,2,2,12,12,7.156176567077637 +770,48,91,39,12,13,2,38,1,0,0,1,1,2,10,8,6.646390438079834 +1000,45,90,42,12,16,0,38,1,0,0,1,6,3,10,12,6.907755374908447 +895,40,86,39,9,17,16,38,1,1,0,0,2,NA,NA,12,6.796823501586914 +1205,40,86,32,10,13,0,32,1,1,0,1,5,5,8,NA,7.094234943389893 +750,40,113,27,12,11,10,29,1,0,0,0,1,NA,12,12,6.620073318481445 +654,50,111,51,13,5,16,38,1,0,0,1,3,3,12,9,6.483107566833496 +601,48,111,30,12,15,3,33,1,0,0,1,0,1,12,12,6.398594856262207 +600,40,106,32,13,10,11,28,1,0,0,1,6,NA,8,7,6.396929740905762 +433,40,98,28,12,11,10,30,0,0,0,1,1,1,12,11,6.070737838745117 +1188,40,105,28,12,11,7,30,1,0,0,1,3,1,12,10,7.080026626586914 +635,40,105,29,12,15,15,33,1,0,0,0,2,2,10,NA,6.453625202178955 +1225,40,118,44,13,9,14,32,1,0,0,1,0,1,12,9,7.110696315765381 +1151,45,90,38,12,19,19,36,1,0,0,1,1,1,12,8,7.048386573791504 +865,40,95,34,12,15,11,32,0,0,0,1,3,1,9,8,6.762729644775391 +1031,40,112,24,14,9,5,29,1,0,0,1,4,2,12,12,6.938284397125244 +1049,55,120,39,12,9,11,32,1,0,0,1,3,2,12,10,6.955592632293701 +1000,45,123,41,12,12,1,29,1,0,0,1,3,3,12,10,6.907755374908447 +1105,40,103,32,13,10,11,30,1,0,0,1,1,1,16,15,7.007600784301758 +1924,50,121,40,18,11,7,35,1,0,0,1,3,1,16,18,7.562161445617676 +1346,40,90,44,16,9,16,38,1,0,0,1,1,1,12,12,7.204892635345459 +809,65,125,32,12,11,10,29,1,0,0,1,0,1,12,12,6.695798873901367 +1495,45,109,34,18,10,3,32,1,0,0,1,3,1,9,8,7.309881687164307 +1346,50,128,46,16,10,1,33,0,0,0,0,3,1,10,9,7.204892635345459 +1200,40,97,35,12,10,4,31,1,0,0,1,3,1,12,12,7.090076923370361 +500,40,96,35,12,6,0,33,1,0,1,1,4,4,12,12,6.214608192443848 +1325,45,97,44,12,12,5,28,1,0,0,1,1,2,12,8,7.1891679763793945 +900,40,78,21,12,16,5,33,1,1,0,1,4,1,7,6,6.802394866943359 +800,40,112,39,12,15,3,34,1,0,0,1,6,4,7,NA,6.684611797332764 +800,40,88,32,12,16,7,38,1,0,0,1,3,2,2,5,6.684611797332764 +1034,40,97,39,12,15,16,36,1,0,0,1,14,10,14,11,6.941190242767334 +980,40,101,41,12,4,12,36,1,0,0,1,1,NA,6,9,6.887552738189697 +884,40,106,42,10,19,12,34,1,0,0,1,2,1,7,10,6.784457206726074 +480,40,59,28,10,11,5,34,0,0,0,1,0,1,8,6,6.173786163330078 +923,40,105,54,18,7,14,34,1,0,0,1,1,1,12,12,6.827629089355469 +513,45,119,30,17,8,5,31,0,0,0,1,1,1,12,8,6.240275859832764 +1105,40,93,36,11,17,16,37,0,0,0,1,2,2,8,8,7.007600784301758 +1193,50,82,38,12,19,10,36,1,0,1,1,0,1,12,NA,7.084226608276367 +2771,50,134,45,18,6,7,34,1,0,0,1,4,3,16,16,7.9269633293151855 +779,40,84,29,12,9,6,30,1,0,0,1,0,1,8,12,6.658010959625244 +950,60,98,36,11,13,6,31,1,0,0,1,2,1,12,12,6.856462001800537 +1394,40,118,41,16,11,8,30,1,0,0,0,2,1,13,12,7.239932537078857 +1495,45,113,50,17,13,9,33,1,0,0,1,3,3,12,8,7.309881687164307 +650,40,100,18,12,4,3,28,1,0,0,1,6,2,9,11,6.476972579956055 +670,40,93,27,13,9,5,29,1,0,0,1,2,NA,12,12,6.507277488708496 +1126,40,119,30,16,5,8,32,1,0,0,1,1,1,12,10,7.026426792144775 +450,64,67,19,12,11,1,33,0,1,0,1,6,1,11,4,6.10924768447876 +1028,40,111,28,12,19,12,37,1,1,1,1,3,4,12,NA,6.935370445251465 +2404,50,106,38,15,8,0,32,1,0,0,1,2,1,12,12,7.784889221191406 +1899,40,127,49,18,9,14,36,0,0,0,1,0,1,10,NA,7.5490827560424805 +757,40,113,35,16,10,9,33,1,0,0,1,2,1,12,12,6.629363059997559 +1250,40,115,36,14,9,1,29,1,0,0,1,2,2,12,12,7.130898952484131 +1162,48,102,40,16,8,11,31,1,0,0,1,3,2,12,NA,7.057898044586182 +1025,40,85,29,15,9,13,29,1,1,0,1,6,1,14,12,6.932447910308838 +1100,50,117,51,16,11,12,32,1,0,0,0,0,1,12,10,7.003065586090088 +714,35,125,34,16,7,5,28,1,0,0,1,4,1,10,10,6.570882797241211 +1318,35,118,47,16,16,17,37,1,0,0,0,1,1,8,12,7.183870792388916 +1411,45,121,40,18,14,3,38,1,0,0,1,3,2,12,16,7.252053737640381 +2162,40,115,51,17,4,4,38,1,0,0,1,1,1,12,12,7.678789138793945 +1273,55,120,44,14,11,16,36,1,0,0,0,1,1,12,NA,7.149131774902344 +1140,48,109,43,12,16,15,35,1,0,0,1,2,2,11,6,7.038783550262451 +578,40,109,28,13,7,4,30,0,0,0,1,1,NA,12,11,6.359573841094971 +942,40,85,36,12,7,10,38,1,0,0,1,4,5,NA,NA,6.848005294799805 +1058,40,85,50,12,17,8,38,1,0,0,0,4,1,12,NA,6.964135646820068 +750,40,106,32,14,9,9,29,1,0,0,1,1,2,11,10,6.620073318481445 +1000,60,101,30,12,11,6,30,1,0,0,1,3,1,10,10,6.907755374908447 +951,60,116,40,12,9,7,30,1,0,0,1,4,5,12,9,6.857513904571533 +635,47,91,24,12,13,2,31,1,0,0,1,2,2,7,7,6.453625202178955 +1250,40,91,28,12,13,1,34,1,0,0,1,3,1,11,5,7.130898952484131 +675,40,110,34,12,6,15,34,1,0,0,1,2,1,7,NA,6.514712810516357 +400,40,75,33,12,11,6,32,1,0,0,1,4,NA,7,12,5.991464614868164 +577,50,94,17,12,9,8,29,1,0,0,1,2,NA,12,8,6.357842445373535 +590,40,109,27,13,10,7,29,1,0,0,0,2,2,12,12,6.380122661590576 +923,50,122,38,16,10,10,31,1,0,0,0,1,2,8,8,6.827629089355469 +1250,50,102,26,12,6,2,32,0,0,0,1,4,2,11,8,7.130898952484131 +1100,40,122,38,14,11,8,33,1,0,0,1,2,3,8,10,7.003065586090088 +1130,50,105,38,12,18,2,37,1,0,0,1,4,2,10,10,7.029973030090332 +652,50,113,37,12,14,4,36,0,0,0,1,1,2,9,9,6.480044364929199 +618,42,104,34,12,6,2,30,1,0,0,1,3,2,8,12,6.426488399505615 +962,50,124,43,16,7,14,34,1,0,0,1,2,2,9,11,6.869014263153076 +529,40,110,31,13,14,11,32,1,0,0,0,1,1,12,8,6.270988464355469 +817,40,95,37,12,16,14,33,1,0,0,0,2,1,12,12,6.705638885498047 +962,40,120,39,16,8,9,32,1,0,0,0,0,1,18,NA,6.869014263153076 +840,40,105,39,12,19,15,38,1,0,0,0,3,1,12,8,6.733401775360107 +866,40,121,30,16,7,4,28,1,0,0,0,1,NA,12,12,6.763885021209717 +2404,50,96,42,14,1,1,36,1,0,0,1,5,5,8,10,7.784889221191406 +1126,40,110,26,12,16,2,32,1,0,0,1,6,1,9,12,7.026426792144775 +1160,40,92,32,12,8,8,31,1,0,0,0,4,1,12,11,7.056175231933594 +723,40,98,34,12,15,5,38,1,0,0,1,1,1,9,NA,6.583409309387207 +1778,40,109,43,16,14,13,36,1,0,0,1,0,1,11,12,7.4832444190979 +1903,48,118,44,18,13,5,36,1,0,0,0,0,1,11,11,7.551187038421631 +1010,40,97,42,18,7,14,34,1,0,0,1,4,5,14,NA,6.917705535888672 +971,40,95,42,17,5,11,37,1,0,0,1,1,2,16,8,6.878326416015625 +525,40,99,40,12,9,2,34,1,0,0,1,2,1,10,8,6.263398170471191 +525,40,106,31,12,12,13,30,1,0,0,0,1,1,10,12,6.263398170471191 +670,45,117,33,12,10,3,30,1,0,0,0,5,2,12,NA,6.507277488708496 +500,45,90,47,12,19,4,37,1,0,0,0,0,1,12,6,6.214608192443848 +1058,45,98,45,14,14,15,34,1,0,0,0,2,3,NA,NA,6.964135646820068 +550,46,95,44,12,18,15,35,1,0,0,1,1,1,12,11,6.309918403625488 +500,45,115,43,12,14,1,32,1,0,0,1,1,2,12,11,6.214608192443848 +727,55,106,40,15,10,5,31,0,0,0,1,1,NA,12,12,6.588926315307617 +865,40,114,26,12,6,8,30,1,0,0,0,2,3,8,8,6.762729644775391 +1081,40,92,34,13,8,2,30,1,0,1,1,3,4,12,10,6.985641956329346 +1304,45,119,36,17,9,9,31,1,0,0,0,1,1,13,12,7.173191547393799 +575,40,85,32,13,6,1,30,1,0,0,0,1,2,13,12,6.3543701171875 +623,45,98,34,16,7,1,30,1,0,0,0,3,1,12,12,6.43454647064209 +515,45,114,30,13,8,10,28,1,0,0,0,3,2,12,12,6.244166851043701 +1273,55,84,42,18,14,4,37,1,0,0,1,1,1,8,12,7.149131774902344 +990,40,108,42,13,13,9,33,1,0,0,0,4,1,16,16,6.897705078125 +600,40,107,32,12,16,6,33,1,0,0,0,5,6,8,4,6.396929740905762 +1160,40,84,35,12,17,2,38,1,0,0,0,4,2,16,12,7.056175231933594 +500,55,86,22,12,11,9,29,1,0,0,0,5,5,10,12,6.214608192443848 +795,45,88,27,12,17,18,35,1,0,0,0,2,2,10,12,6.678342342376709 +500,50,97,34,11,20,3,37,1,0,0,0,2,1,NA,NA,6.214608192443848 +740,50,84,31,10,23,13,38,1,0,0,0,5,1,NA,9,6.606650352478027 +1250,40,117,45,16,10,7,33,1,0,0,1,1,1,12,14,7.130898952484131 +1014,55,110,42,16,13,9,30,0,0,0,1,1,2,12,14,6.921658039093018 +1250,32,104,32,13,13,3,33,1,0,0,1,3,3,9,NA,7.130898952484131 +913,40,110,26,14,4,13,29,1,0,0,1,3,4,9,NA,6.816735744476318 +1346,40,99,33,16,9,8,30,1,0,0,1,2,NA,11,12,7.204892635345459 +445,40,80,31,10,19,0,38,1,0,0,0,5,5,NA,NA,6.098074436187744 +265,40,101,43,12,18,2,37,1,0,0,1,1,2,NA,NA,5.579730033874512 +1250,40,117,31,14,7,1,28,1,0,0,1,1,2,12,12,7.130898952484131 +1607,56,108,41,13,7,9,36,1,0,0,1,2,1,NA,NA,7.382124423980713 +1452,35,69,33,16,12,15,38,1,1,0,1,7,6,10,10,7.280697345733643 +1391,50,109,38,12,14,8,32,1,1,1,1,1,2,11,9,7.237778186798096 +821,45,85,39,16,8,2,32,1,0,0,1,5,6,8,8,6.7105231285095215 +794,40,114,36,16,9,7,29,1,0,0,1,1,2,11,9,6.677083492279053 +500,30,90,46,13,10,1,38,1,0,0,0,4,3,NA,NA,6.214608192443848 +520,50,107,30,18,6,3,29,1,0,0,0,10,1,12,14,6.253829002380371 +1730,50,117,41,18,12,12,37,1,0,0,1,1,2,12,8,7.45587682723999 +1924,50,112,47,18,9,10,38,1,0,0,1,6,1,16,18,7.562161445617676 +1155,60,106,46,18,10,2,37,1,0,0,1,3,3,14,18,7.051855564117432 +2162,40,116,38,15,9,4,31,1,0,0,1,2,1,12,17,7.678789138793945 +923,50,123,44,14,8,7,31,1,0,0,1,1,2,8,NA,6.827629089355469 +1115,40,118,40,16,12,13,33,1,0,0,1,1,1,8,NA,7.0166096687316895 +449,36,91,20,12,7,2,30,0,0,0,1,1,NA,NA,NA,6.107022762298584 +1500,40,103,29,12,10,11,34,1,0,0,1,2,3,12,7,7.313220500946045 +826,40,114,40,14,20,3,37,1,0,0,1,4,4,8,6,6.716594696044922 +937,40,102,36,12,16,8,35,1,0,0,1,3,2,12,6,6.8426833152771 +978,48,104,36,12,19,15,36,1,0,0,1,5,6,6,NA,6.885509490966797 +1031,40,112,43,14,14,12,33,0,0,0,1,6,6,14,12,6.938284397125244 +1272,40,107,39,12,10,1,30,1,0,0,1,4,3,12,12,7.148345947265625 +1136,50,117,36,14,16,12,34,1,0,1,1,2,3,12,12,7.035268783569336 +800,45,110,36,12,19,12,36,1,0,0,1,7,8,NA,NA,6.684611797332764 +1339,38,96,42,12,8,9,33,1,0,0,1,0,1,12,11,7.199678421020508 +1063,40,90,38,12,14,12,32,1,1,0,1,2,2,8,12,6.968850612640381 +935,44,97,27,12,10,6,29,1,0,0,1,2,2,8,7,6.840546607971191 +808,40,99,40,12,18,13,38,1,1,0,1,0,1,9,8,6.694561958312988 +375,40,99,29,10,12,2,30,1,0,1,0,3,2,8,5,5.926926136016846 +537,40,97,32,12,14,8,31,0,1,0,1,2,1,11,NA,6.2859978675842285 +1082,55,95,40,12,11,4,29,1,1,0,1,2,2,11,NA,6.986566543579102 +930,40,126,44,14,10,1,31,0,0,0,1,3,NA,8,NA,6.835184574127197 +1155,40,109,49,17,13,4,38,1,0,0,0,3,3,12,8,7.051855564117432 +548,40,86,22,11,7,0,33,1,1,0,1,5,2,11,NA,6.306275367736816 +622,45,119,48,16,12,1,33,1,0,0,1,0,1,12,12,6.4329400062561035 +841,40,102,38,16,10,1,29,1,0,0,1,3,1,12,12,6.734591484069824 +769,55,105,45,18,7,15,38,0,0,0,1,2,3,9,5,6.6450910568237305 +587,38,117,40,17,8,5,29,1,0,0,0,3,3,12,NA,6.375024795532227 +1924,45,112,40,16,17,18,38,1,0,0,1,1,1,12,12,7.562161445617676 +1058,40,89,28,12,7,3,29,1,0,0,1,2,NA,8,6,6.964135646820068 +417,48,131,39,12,7,1,28,0,0,0,1,1,2,12,6,6.03308629989624 +1202,48,114,28,16,6,6,28,1,0,0,1,3,3,16,16,7.091742038726807 +1154,40,98,35,14,18,2,37,1,0,0,1,1,NA,10,14,7.050989627838135 +1070,40,124,41,13,4,9,32,1,0,0,1,0,1,NA,NA,6.975413799285889 +1202,40,125,30,14,10,11,29,1,0,0,1,2,3,12,12,7.091742038726807 +711,45,100,38,18,13,3,36,1,0,0,1,1,NA,10,16,6.566672325134277 +1202,40,84,21,14,6,5,31,1,1,0,1,2,1,11,9,7.091742038726807 +850,43,113,26,12,7,3,28,1,0,0,1,1,2,8,12,6.745236396789551 +1000,40,102,46,16,13,11,35,1,0,0,1,6,2,10,12,6.907755374908447 +490,49,82,33,18,7,8,31,0,0,0,1,2,NA,12,9,6.194405555725098 +1000,40,112,47,14,15,4,35,1,0,0,1,4,1,12,10,6.907755374908447 +865,40,111,38,16,11,4,31,1,0,1,1,4,5,8,5,6.762729644775391 +1375,40,96,24,13,3,3,30,1,0,0,1,3,1,11,8,7.2262091636657715 +1586,40,127,48,16,16,12,37,1,0,0,1,4,4,16,16,7.3689703941345215 +1602,65,97,47,15,14,14,37,1,0,0,1,1,1,8,NA,7.3790082931518555 +3078,65,120,50,14,12,13,36,1,0,1,1,1,2,12,NA,8.032034873962402 +898,40,101,41,16,7,9,35,0,0,0,1,3,4,16,14,6.800169944763184 +906,40,120,40,14,16,2,37,1,0,0,1,5,1,12,12,6.809039115905762 +952,40,99,34,13,10,10,31,1,1,0,1,1,1,8,10,6.858564853668213 +571,40,78,33,13,10,1,29,0,1,0,1,5,5,8,9,6.347389221191406 +445,45,110,23,12,15,13,32,0,0,0,1,2,2,5,11,6.098074436187744 +289,40,94,35,12,9,0,30,1,0,0,1,2,3,5,11,5.666426658630371 +1444,40,120,50,16,12,15,37,1,0,0,1,1,2,17,13,7.275172233581543 +962,55,108,45,12,19,21,36,1,0,0,1,3,1,8,8,6.869014263153076 +1075,40,103,31,12,17,10,33,1,0,0,1,13,3,11,11,6.980075836181641 +909,55,97,39,11,17,5,35,1,0,0,1,7,3,NA,NA,6.812345027923584 +1250,40,106,36,12,14,19,35,1,0,0,1,4,1,11,13,7.130898952484131 +620,40,99,22,11,10,5,29,1,1,0,1,11,5,NA,NA,6.4297194480896 +1016,40,72,18,10,14,15,37,1,1,0,1,8,9,11,NA,6.923628807067871 +800,40,88,29,10,21,14,37,1,1,0,1,8,1,11,8,6.684611797332764 +1050,40,119,37,16,7,18,37,0,0,0,1,2,2,12,13,6.956545352935791 +1079,50,87,33,12,18,9,36,1,0,0,1,5,5,8,NA,6.983789920806885 +654,50,121,49,17,12,13,34,1,0,0,1,1,2,11,12,6.483107566833496 +781,50,112,33,12,8,10,30,1,0,0,1,2,2,12,8,6.660574913024902 +1038,48,103,36,15,8,2,36,1,0,1,0,2,1,12,15,6.945051193237305 +1924,50,99,48,16,16,14,37,1,0,0,1,0,1,16,18,7.562161445617676 +1202,40,101,40,15,15,17,37,1,0,0,1,3,2,12,12,7.091742038726807 +666,70,117,34,15,8,2,32,1,0,0,1,0,1,NA,NA,6.5012898445129395 +905,45,109,41,14,11,14,36,1,0,0,1,3,4,8,8,6.807934761047363 +890,70,73,46,12,6,8,31,1,0,0,1,3,1,12,12,6.791221618652344 +817,40,116,27,16,10,7,31,1,0,1,0,1,2,16,16,6.705638885498047 +812,40,98,42,12,10,2,29,0,0,0,1,3,2,12,12,6.699500560760498 +577,60,104,43,14,6,2,30,1,0,1,1,2,3,14,12,6.357842445373535 +756,40,78,29,14,9,2,31,1,0,0,1,2,2,12,12,6.6280412673950195 +1011,40,104,43,12,20,7,37,1,0,1,1,0,1,NA,NA,6.918695449829102 +1155,45,85,39,12,14,1,34,1,0,0,1,2,1,12,12,7.051855564117432 +1025,40,104,25,12,12,7,29,1,0,0,1,3,4,12,10,6.932447910308838 +1350,40,107,37,12,17,12,35,1,0,0,0,2,3,NA,NA,7.207859992980957 +1001,40,109,48,12,20,22,37,1,0,0,1,1,1,8,10,6.908754825592041 +796,48,119,31,13,16,15,37,1,1,0,1,7,1,11,NA,6.679599285125732 +1230,50,96,33,13,11,12,30,1,0,0,1,3,2,10,11,7.114769458770752 +754,40,93,31,12,13,1,30,1,0,0,1,5,NA,NA,NA,6.625392436981201 +714,40,90,32,12,17,1,37,1,0,0,0,5,3,12,12,6.570882797241211 +1000,45,103,29,15,8,3,32,1,0,0,1,3,4,12,NA,6.907755374908447 +2067,40,106,41,16,12,13,33,1,0,1,1,2,1,14,12,7.633853435516357 +912,40,96,32,16,11,5,30,1,0,0,1,2,2,14,12,6.815639972686768 +600,40,114,39,12,8,5,30,1,0,1,1,6,3,8,8,6.396929740905762 +951,40,86,33,11,13,1,31,1,0,0,1,3,4,9,NA,6.857513904571533 +711,45,110,38,16,8,5,32,1,0,1,1,3,2,13,12,6.566672325134277 +1151,48,87,41,12,18,9,38,1,0,0,1,2,1,12,12,7.048386573791504 +1000,40,89,31,12,9,5,28,1,0,0,1,2,3,13,12,6.907755374908447 +841,44,106,40,12,15,10,31,1,0,0,1,5,6,8,NA,6.734591484069824 +400,70,100,43,12,12,3,32,1,0,0,1,3,2,5,8,5.991464614868164 +1175,45,111,38,12,17,14,34,1,0,0,1,0,1,16,4,7.069023609161377 +1202,40,100,40,12,18,2,37,1,0,0,1,0,1,12,12,7.091742038726807 +1442,40,114,38,12,16,17,33,1,0,0,1,2,3,12,10,7.273786544799805 +538,55,98,45,18,5,1,34,1,0,0,1,2,2,13,NA,6.287858486175537 +781,40,89,24,11,13,10,30,1,0,0,1,3,1,9,8,6.660574913024902 +750,60,74,23,10,13,9,30,1,0,0,1,4,2,11,9,6.620073318481445 +841,48,110,37,18,13,1,37,0,1,0,1,1,1,12,12,6.734591484069824 +700,50,130,29,13,14,1,38,1,0,0,1,1,2,11,14,6.551080226898193 +1346,50,108,51,16,9,4,36,1,0,0,1,1,2,12,10,7.204892635345459 +800,45,98,31,12,16,12,33,1,0,0,0,3,4,10,8,6.684611797332764 +1250,40,125,27,16,9,10,30,1,0,0,1,3,1,16,NA,7.130898952484131 +1105,40,104,29,16,5,8,29,1,0,0,1,3,1,12,12,7.007600784301758 +475,52,98,33,14,12,1,30,0,0,0,1,6,1,8,10,6.1633148193359375 +762,58,104,37,15,6,4,33,1,0,0,0,2,1,11,12,6.635946750640869 +962,40,120,33,12,18,19,36,1,0,0,1,3,NA,8,8,6.869014263153076 +721,40,134,38,13,9,9,30,0,0,1,1,3,3,8,8,6.580639362335205 +800,50,92,28,9,18,13,34,1,0,0,1,0,1,8,8,6.684611797332764 +658,40,129,34,16,11,9,30,1,0,0,1,2,1,13,16,6.4892048835754395 +1270,40,118,42,14,4,16,36,1,0,0,1,2,1,12,12,7.146772384643555 +1313,40,107,37,12,11,7,28,1,0,0,0,1,NA,12,NA,7.180069923400879 +824,42,92,37,12,19,15,38,1,0,0,1,1,1,12,11,6.714170455932617 +1442,40,118,33,16,6,7,29,1,0,0,1,2,1,16,12,7.273786544799805 +1400,42,108,38,17,7,3,31,1,0,0,1,2,1,12,14,7.244227409362793 +1038,50,119,42,12,20,5,36,1,0,0,0,3,3,12,8,6.945051193237305 +668,43,109,29,12,11,12,29,1,0,0,0,2,3,8,7,6.504288196563721 +1100,40,91,41,12,18,10,36,1,0,0,0,2,3,8,8,7.003065586090088 +1000,45,118,38,14,9,7,30,1,0,0,1,3,1,12,10,6.907755374908447 +523,43,119,37,13,9,2,30,1,0,0,0,4,1,14,NA,6.259581565856934 +1111,40,103,33,14,13,13,31,1,0,0,0,6,3,14,12,7.0130157470703125 +962,40,120,25,16,6,4,28,1,0,0,0,4,3,12,8,6.869014263153076 +729,47,122,40,18,6,13,34,1,0,0,1,3,3,8,6,6.591673851013184 +690,40,119,35,12,9,5,28,1,0,0,1,1,2,8,NA,6.536691665649414 +1010,50,104,37,11,15,7,38,1,0,0,0,6,1,9,6,6.917705535888672 +600,40,96,22,11,7,2,29,1,0,1,1,4,3,8,8,6.396929740905762 +596,40,83,36,12,16,17,34,1,0,0,0,3,3,8,8,6.390240669250488 +850,44,115,37,12,11,1,29,1,0,0,1,3,2,NA,NA,6.745236396789551 +670,40,88,27,12,9,2,29,1,0,0,1,7,3,10,8,6.507277488708496 +793,40,96,43,12,17,18,36,1,0,0,0,4,5,8,8,6.675823211669922 +1442,40,123,42,17,14,7,38,1,0,1,0,2,3,12,6,7.273786544799805 +670,50,108,43,12,14,8,34,1,0,1,1,5,1,11,7,6.507277488708496 +876,45,116,35,16,10,8,29,1,0,0,1,2,1,12,12,6.775366306304932 +841,40,109,45,18,13,2,36,1,0,0,0,3,4,16,12,6.734591484069824 +975,40,97,39,13,8,0,31,1,0,0,1,3,1,12,12,6.882437705993652 +1223,40,107,34,12,7,3,28,1,0,0,0,1,1,12,10,7.109062194824219 +910,30,95,27,12,16,5,35,1,0,1,1,2,3,12,14,6.8134446144104 +533,45,109,31,15,8,2,30,1,0,0,1,2,2,15,12,6.278521537780762 +750,40,104,36,12,15,11,33,1,0,0,0,0,1,12,12,6.620073318481445 +1206,40,110,37,12,16,4,38,1,0,0,1,1,1,12,12,7.095064163208008 +745,40,94,40,13,17,1,36,0,0,0,0,2,3,13,8,6.613384246826172 +900,40,103,38,12,15,1,37,1,0,1,0,3,3,8,6,6.802394866943359 +1170,47,123,45,14,9,14,32,1,0,0,1,3,4,8,12,7.064759254455566 +540,50,113,33,12,12,3,31,1,0,0,0,5,4,6,12,6.291569232940674 +550,40,110,35,16,15,1,38,1,0,0,0,2,1,NA,NA,6.309918403625488 +615,40,100,31,14,9,4,30,1,0,0,0,3,3,12,12,6.421622276306152 +909,40,95,39,13,6,2,31,1,0,0,1,2,1,12,12,6.812345027923584 +769,40,100,34,12,18,12,36,1,0,0,0,1,2,8,8,6.6450910568237305 +984,40,108,39,13,17,18,37,1,0,0,1,4,1,15,8,6.891625881195068 +833,60,101,47,12,15,12,37,1,0,0,1,5,2,12,NA,6.725033760070801 +879,70,90,43,12,17,10,35,0,0,0,1,1,2,12,16,6.77878475189209 +1027,45,115,41,12,16,7,35,1,0,0,1,4,3,8,5,6.934397220611572 +1000,55,114,41,16,10,1,33,1,0,1,0,0,1,NA,NA,6.907755374908447 +465,43,84,33,13,10,1,29,1,0,0,1,3,3,11,11,6.142037391662598 +1100,40,92,37,13,21,12,38,1,1,0,1,6,6,12,NA,7.003065586090088 +641,45,125,44,14,9,0,37,1,0,0,1,1,1,12,11,6.463029384613037 +1035,48,107,42,12,21,14,38,1,0,0,1,1,2,11,8,6.942156791687012 +1212,40,129,33,14,9,3,32,0,0,0,1,6,7,8,9,7.100027084350586 +950,40,98,40,12,11,6,30,1,0,0,1,3,4,12,12,6.856462001800537 +938,44,108,41,12,19,20,38,1,0,0,1,0,1,8,NA,6.84375 +1250,40,114,37,16,8,8,30,1,0,0,1,5,3,2,8,7.130898952484131 +586,60,111,37,18,6,10,34,1,0,0,0,3,1,12,11,6.373319625854492 +693,53,101,29,12,7,6,28,1,0,0,0,1,2,12,12,6.541029930114746 +562,40,99,25,12,18,12,34,0,0,0,0,1,1,12,12,6.3315019607543945 +375,60,75,24,12,12,5,30,0,0,0,0,4,1,12,8,5.926926136016846 +673,40,91,29,12,7,11,38,1,0,0,0,0,1,6,NA,6.511745452880859 +654,50,113,38,17,1,13,33,1,0,0,0,1,1,12,10,6.483107566833496 +692,50,120,34,12,17,7,35,1,0,0,0,3,4,8,NA,6.539586067199707 +1111,40,98,32,14,10,1,29,1,0,0,1,3,1,12,15,7.0130157470703125 +1368,45,107,31,16,11,1,33,1,0,1,1,2,2,16,16,7.221105098724365 +1282,45,121,39,18,7,13,32,1,0,0,1,2,2,12,12,7.156176567077637 +1250,60,115,40,11,19,4,38,1,0,0,1,1,2,NA,NA,7.130898952484131 +1346,40,134,42,15,15,7,35,1,0,0,1,2,1,12,10,7.204892635345459 +1424,50,96,47,17,15,12,37,1,0,0,1,2,3,NA,NA,7.26122522354126 +854,48,120,38,16,8,5,29,0,0,0,1,2,3,12,16,6.749931335449219 +888,50,105,36,15,9,5,32,0,0,0,1,2,2,12,10,6.788971900939941 +1161,50,121,40,12,5,10,34,1,0,0,1,5,6,10,NA,7.057036876678467 +583,58,113,29,16,9,0,30,1,0,0,1,2,2,12,9,6.368186950683594 +1260,45,106,37,12,5,3,29,1,0,0,1,2,1,12,13,7.138866901397705 +947,48,104,41,18,8,13,35,1,0,0,0,3,2,9,12,6.853299140930176 +1850,40,80,23,11,14,15,33,1,0,0,1,3,NA,10,10,7.5229411125183105 +1575,40,117,28,12,13,2,30,1,0,0,1,3,3,10,10,7.362010478973389 +758,38,126,42,16,10,8,28,0,0,0,1,2,2,12,12,6.630683422088623 +1442,40,112,42,12,19,15,36,1,0,0,1,3,2,10,8,7.273786544799805 +489,55,104,47,13,20,4,38,1,0,1,1,2,2,NA,NA,6.192362308502197 +1126,40,116,33,12,5,0,31,1,1,0,1,9,5,9,10,7.026426792144775 +1000,40,70,18,12,12,5,32,0,1,0,1,6,NA,8,8,6.907755374908447 +500,70,83,20,12,13,11,32,1,0,0,1,5,1,6,6,6.214608192443848 +1200,50,84,13,12,13,9,32,1,0,0,1,5,2,6,6,7.090076923370361 +565,45,82,30,10,15,3,33,1,0,0,0,4,4,NA,NA,6.336825847625732 +1920,40,109,32,12,13,2,31,1,0,0,0,0,1,12,8,7.560080528259277 +684,45,111,25,14,7,7,29,1,0,0,1,4,1,12,12,6.527957916259766 +774,40,94,33,12,20,4,37,1,0,0,0,1,1,12,7,6.651571750640869 +233,60,96,32,16,7,4,30,1,0,0,0,3,NA,12,8,5.451038360595703 +975,40,101,33,13,12,10,30,1,0,0,0,3,3,12,13,6.882437705993652 +1366,40,90,35,12,13,1,30,1,0,0,1,3,3,12,12,7.219642162322998 +2137,40,120,48,16,16,3,37,1,0,1,1,3,3,12,12,7.667158126831055 +700,40,120,38,16,10,1,29,1,0,1,1,1,1,12,12,6.551080226898193 +1200,40,108,29,12,16,11,33,1,0,0,1,3,2,8,NA,7.090076923370361 +1161,40,99,43,13,16,18,36,1,0,0,1,0,1,12,8,7.057036876678467 +729,60,80,31,11,16,15,34,1,0,0,1,6,1,12,6,6.591673851013184 +750,45,93,45,11,17,2,36,1,0,0,1,1,2,10,5,6.620073318481445 +1026,45,85,46,12,4,16,38,1,0,0,1,1,2,NA,NA,6.933423042297363 +1111,45,118,43,15,11,3,32,1,0,0,1,3,1,11,10,7.0130157470703125 +625,50,115,31,12,12,8,31,1,0,0,1,2,3,12,NA,6.437751770019531 +1200,42,119,28,16,11,5,30,1,0,0,1,5,1,10,11,7.090076923370361 +1541,40,94,39,12,8,1,32,1,0,0,1,8,3,12,11,7.340187072753906 +1154,40,109,42,16,12,9,34,1,0,0,1,0,1,13,16,7.050989627838135 +310,40,104,37,13,10,0,33,0,0,0,0,2,1,14,8,5.736572265625 +610,50,89,21,12,14,4,30,1,0,0,0,1,2,7,6,6.413458824157715 +1749,43,101,28,12,16,17,36,1,0,0,0,2,2,12,8,7.466799259185791 +1000,40,96,34,16,9,1,31,0,0,1,1,4,2,12,7,6.907755374908447 +350,40,109,48,12,14,1,36,1,0,0,0,1,1,9,7,5.857933044433594 +765,45,94,38,12,17,18,37,1,0,0,0,10,6,4,6,6.639875888824463 +790,40,115,34,12,15,2,34,1,0,0,0,6,5,6,5,6.672032833099365 +818,47,92,41,12,16,17,38,1,0,0,0,12,1,8,4,6.706862449645996 +477,60,71,32,9,12,1,30,1,0,0,0,4,2,11,5,6.167516708374023 +938,50,130,39,14,15,1,33,1,0,0,0,3,1,12,11,6.84375 +2099,55,119,38,16,10,4,32,1,0,0,1,0,1,12,12,7.649216175079346 +350,40,74,24,12,14,3,32,1,0,0,1,4,2,10,13,5.857933044433594 +940,48,104,25,12,13,0,32,1,1,0,1,7,2,12,8,6.845880031585693 +1202,40,124,23,15,11,8,28,1,0,0,1,2,2,10,NA,7.091742038726807 +450,40,94,29,15,9,4,31,1,0,0,0,1,1,12,NA,6.10924768447876 +1058,40,120,44,16,16,13,37,1,0,0,0,5,4,12,4,6.964135646820068 +1000,40,96,40,11,15,15,37,1,0,0,1,5,5,8,9,6.907755374908447 +318,40,67,35,12,16,5,36,1,1,1,1,6,NA,7,5,5.762051582336426 +556,40,69,26,11,13,9,34,0,1,0,1,3,NA,8,8,6.320768356323242 +958,60,98,42,12,11,9,28,1,0,0,1,0,1,12,11,6.864847660064697 +995,40,92,23,9,22,13,38,1,1,0,1,7,3,7,4,6.902742862701416 +1600,50,109,44,14,16,5,33,1,0,0,0,2,NA,9,10,7.377758979797363 +606,45,100,39,18,6,5,30,0,0,0,0,1,NA,12,12,6.406879901885986 +511,45,101,25,12,13,1,30,1,0,0,1,4,2,11,12,6.236369609832764 +1411,45,111,40,16,11,12,32,1,0,1,1,1,1,12,9,7.252053737640381 +1346,40,106,38,16,15,11,37,1,0,0,1,1,1,8,14,7.204892635345459 +1522,46,102,37,12,15,16,37,1,0,0,0,3,2,12,10,7.327780723571777 +1075,40,115,28,14,9,10,30,1,0,0,0,2,1,12,10,6.980075836181641 +1200,50,99,37,12,11,11,28,1,0,0,1,5,4,10,8,7.090076923370361 +1377,37,118,48,16,15,1,36,1,0,0,1,2,2,11,10,7.227662563323975 +874,55,132,37,13,8,2,33,1,0,0,0,2,1,13,16,6.773080348968506 +625,40,108,26,13,11,9,30,1,0,0,1,3,NA,12,16,6.437751770019531 +1250,32,98,40,12,17,2,33,1,0,0,1,0,1,14,10,7.130898952484131 +1082,40,111,44,13,20,12,36,1,0,0,1,4,2,8,11,6.986566543579102 +693,40,79,36,11,18,3,38,1,0,0,0,3,2,8,8,6.541029930114746 +727,55,97,29,12,11,11,31,1,0,0,0,3,1,12,11,6.588926315307617 +615,50,99,49,15,16,15,38,1,0,0,0,2,3,12,14,6.421622276306152 +913,40,101,33,16,5,7,31,1,0,0,1,2,3,12,NA,6.816735744476318 +884,46,120,45,17,4,10,36,1,0,0,0,2,1,12,18,6.784457206726074 +698,43,97,33,12,10,4,29,1,0,0,1,2,3,8,8,6.548219203948975 +800,55,106,34,12,17,18,36,1,0,0,0,3,3,8,12,6.684611797332764 +812,40,131,44,16,9,3,30,0,0,0,0,1,1,12,12,6.699500560760498 +1000,40,93,32,11,16,14,34,1,0,0,1,1,NA,12,8,6.907755374908447 +549,49,79,23,12,11,3,32,0,0,0,0,4,2,8,8,6.308098316192627 +1300,35,100,38,12,13,15,31,1,0,0,1,4,2,11,NA,7.170119762420654 +923,50,107,30,16,9,8,33,1,0,0,1,6,4,9,8,6.827629089355469 +1539,40,112,42,12,15,15,32,1,0,0,0,3,1,NA,10,7.338888168334961 +721,40,105,22,12,11,9,30,1,0,0,0,3,2,12,10,6.580639362335205 +815,40,114,25,12,15,14,31,1,0,0,0,2,1,12,10,6.703187942504883 +600,80,116,36,12,20,2,38,1,0,0,0,10,10,8,NA,6.396929740905762 +1100,40,104,41,12,18,7,37,1,0,0,1,2,3,11,13,7.003065586090088 +1058,40,85,48,12,18,19,35,1,0,0,1,2,1,9,12,6.964135646820068 +962,40,93,46,12,15,1,30,1,0,0,1,2,2,9,12,6.869014263153076 +433,50,100,40,12,5,9,37,1,0,0,0,2,2,8,7,6.070737838745117 +940,40,71,20,11,9,2,29,1,0,0,0,2,3,NA,NA,6.845880031585693 +1417,38,88,36,16,9,10,32,0,0,0,1,2,1,12,12,7.2562971115112305 +1000,65,93,32,12,11,9,29,1,0,0,1,7,1,12,8,6.907755374908447 +500,40,98,26,13,14,5,32,1,0,0,0,3,4,12,8,6.214608192443848 +800,50,110,35,14,8,5,28,1,0,0,1,3,4,12,10,6.684611797332764 +766,40,109,31,12,17,18,35,1,0,0,0,4,3,NA,6,6.641181945800781 +750,43,94,38,14,12,10,33,1,0,0,0,1,1,11,12,6.620073318481445 +550,40,77,36,12,15,2,37,1,0,0,0,6,3,8,8,6.309918403625488 +795,52,89,35,11,16,4,34,1,0,0,1,6,1,NA,NA,6.678342342376709 +723,40,102,44,12,12,10,30,1,0,0,1,10,6,12,6,6.583409309387207 +1039,40,113,49,14,12,8,34,1,0,0,1,1,2,16,14,6.946013927459717 +200,55,103,38,10,11,15,32,1,0,1,1,3,2,12,5,5.2983174324035645 +400,40,90,36,10,12,1,32,1,1,0,1,5,3,8,NA,5.991464614868164 +575,40,96,31,11,17,1,35,1,0,1,1,2,1,12,7,6.3543701171875 +850,40,97,35,11,16,5,37,1,0,1,1,1,1,12,6,6.745236396789551 +508,50,87,35,12,16,1,32,1,1,1,1,2,1,10,NA,6.2304816246032715 +1162,45,89,39,12,11,4,37,1,0,1,1,3,3,15,NA,7.057898044586182 +1199,43,70,28,13,13,5,30,1,1,1,1,3,1,8,NA,7.089242935180664 +1270,40,104,34,16,8,4,31,1,0,1,1,3,4,16,17,7.146772384643555 +350,45,116,36,16,5,3,33,1,0,1,1,2,2,11,12,5.857933044433594 +963,40,85,32,14,9,9,28,1,1,1,1,5,1,7,NA,6.870053291320801 +1463,45,104,47,15,14,11,37,1,0,1,1,3,4,12,12,7.288244247436523 +802,40,99,26,12,13,12,29,1,1,1,1,8,6,9,12,6.687108516693115 +642,45,93,18,12,12,7,30,1,1,1,1,1,2,6,6,6.464588165283203 +751,40,114,37,13,9,2,28,1,0,1,1,2,2,12,10,6.621405601501465 +488,40,103,40,17,5,3,31,1,0,1,1,1,NA,12,16,6.190315246582031 +1400,40,92,34,12,15,5,36,1,0,1,1,2,1,6,2,7.244227409362793 +940,45,98,41,18,10,7,31,1,0,1,1,2,2,8,12,6.845880031585693 +866,40,114,48,13,15,16,37,1,0,1,1,3,1,12,NA,6.763885021209717 +675,40,77,42,12,20,4,38,1,1,1,1,5,2,12,6,6.514712810516357 +375,40,89,24,14,9,3,30,1,1,1,1,3,1,13,NA,5.926926136016846 +325,40,93,44,14,10,1,33,1,1,1,1,1,NA,16,NA,5.783825397491455 +346,40,110,37,12,16,17,38,1,0,1,1,2,NA,12,5,5.846438884735107 +1442,40,132,39,17,8,1,33,1,0,1,1,3,1,8,12,7.273786544799805 +560,49,112,37,16,13,2,32,1,0,1,0,3,1,8,2,6.32793664932251 +550,56,99,42,12,17,11,36,1,0,1,1,1,2,12,12,6.309918403625488 +950,44,96,26,16,8,10,32,1,1,1,1,1,2,10,NA,6.856462001800537 +684,45,106,45,13,16,2,38,1,0,1,1,1,1,12,14,6.527957916259766 +1322,40,128,43,16,7,1,33,1,0,1,1,0,1,18,NA,7.186901092529297 +1634,40,95,48,12,18,3,38,1,0,1,1,3,3,NA,3,7.3987860679626465 +417,40,80,30,12,8,0,30,0,0,1,1,3,4,8,7,6.03308629989624 +472,45,71,24,11,9,0,32,1,0,1,1,13,6,6,6,6.156979084014893 +666,50,89,28,12,16,1,34,1,1,1,1,6,1,9,NA,6.5012898445129395 +1679,55,127,45,18,10,3,32,1,0,1,1,1,2,12,16,7.4259538650512695 +1039,40,114,43,16,1,9,31,0,0,1,1,6,5,8,8,6.946013927459717 +1250,40,102,30,13,13,11,30,1,0,1,1,5,6,7,NA,7.130898952484131 +760,40,88,34,12,12,15,31,1,0,1,1,2,1,12,7,6.6333184242248535 +1154,42,88,32,12,14,12,29,1,0,1,1,2,2,12,7,7.050989627838135 +1602,60,110,45,15,14,1,37,1,0,0,1,5,1,14,12,7.3790082931518555 +1442,40,110,40,13,13,13,29,1,1,1,1,1,2,7,9,7.273786544799805 +865,40,130,39,16,5,3,30,1,0,0,1,4,2,8,12,6.762729644775391 +705,50,100,44,12,15,12,36,1,0,1,1,1,2,NA,NA,6.558197975158691 +1000,40,101,36,12,16,1,35,1,0,1,1,1,1,12,NA,6.907755374908447 +852,44,89,36,10,13,9,32,1,0,1,1,6,7,9,NA,6.747586727142334 +770,40,80,25,12,16,14,35,1,0,0,1,1,2,12,12,6.646390438079834 +1000,40,72,20,12,16,9,34,1,0,0,1,3,4,12,12,6.907755374908447 +1329,55,115,56,18,10,5,36,1,0,0,1,1,1,12,12,7.1921820640563965 +1682,40,115,48,16,10,4,37,1,0,1,1,1,2,12,17,7.427738666534424 +577,55,108,47,16,4,0,31,1,1,1,1,2,2,8,8,6.357842445373535 +685,40,93,27,12,17,7,38,0,0,1,1,6,6,8,3,6.5294189453125 +577,40,111,37,16,8,8,29,0,1,1,1,1,1,18,18,6.357842445373535 +1040,40,101,38,12,19,9,38,1,1,1,1,6,1,11,12,6.946976184844971 +1250,40,92,42,16,10,11,32,0,0,1,1,1,1,12,10,7.130898952484131 +600,40,115,40,13,7,7,28,0,0,1,1,4,5,5,NA,6.396929740905762 +480,40,76,29,12,17,3,35,0,1,1,1,8,5,11,10,6.173786163330078 +1000,40,93,26,11,11,0,29,1,0,1,1,5,3,12,12,6.907755374908447 +988,48,91,39,12,15,15,36,1,0,1,1,1,2,8,8,6.8956828117370605 +478,45,90,35,10,19,10,34,1,0,1,1,2,1,9,9,6.169610500335693 +440,40,84,23,12,11,2,30,1,1,1,1,5,3,9,4,6.086774826049805 +485,40,120,43,12,11,1,30,1,1,1,1,6,6,NA,NA,6.184148788452148 +705,40,89,32,9,19,0,36,1,1,1,1,0,1,NA,NA,6.558197975158691 +1550,40,104,47,12,16,1,34,1,0,1,0,8,4,9,10,7.346010208129883 +960,40,107,23,12,11,9,29,1,1,1,1,11,2,6,9,6.866933345794678 +1000,40,100,42,12,16,14,32,1,0,1,1,2,3,12,12,6.907755374908447 +625,40,129,40,18,4,5,36,1,0,1,0,3,1,15,15,6.437751770019531 +1346,40,112,39,16,14,14,35,1,0,0,1,0,1,12,16,7.204892635345459 +961,40,76,17,12,13,13,31,0,1,0,1,13,5,NA,8,6.867974281311035 +479,40,97,45,12,15,1,38,1,0,1,0,3,4,NA,NA,6.171700477600098 +1201,50,98,38,11,17,16,36,1,0,1,0,4,5,11,2,7.090909957885742 +1346,45,60,34,16,8,2,31,1,0,1,1,2,3,NA,NA,7.204892635345459 +1122,35,132,45,18,13,8,32,1,0,1,1,2,3,12,7,7.0228681564331055 +543,45,90,31,14,5,7,38,1,1,1,1,1,2,6,NA,6.297109127044678 +450,40,63,26,11,12,4,31,1,1,1,1,7,2,7,NA,6.10924768447876 +507,55,110,36,14,10,4,32,1,0,1,1,2,2,13,16,6.228510856628418 +547,60,88,38,11,17,5,34,1,0,1,1,4,5,NA,NA,6.30444860458374 +586,56,98,41,11,18,16,35,1,0,1,1,2,2,NA,6,6.373319625854492 +462,55,61,24,12,6,4,29,1,1,1,0,9,NA,8,3,6.135564804077148 +705,40,76,32,12,13,8,37,1,1,0,1,5,NA,NA,NA,6.558197975158691 +1566,40,127,44,12,7,1,29,1,0,0,1,3,2,11,NA,7.3562798500061035 +1634,40,94,39,13,18,18,36,1,0,1,1,2,2,8,8,7.3987860679626465 +1282,45,97,48,16,4,1,32,1,0,0,1,11,3,16,16,7.156176567077637 +556,40,127,44,16,6,2,31,1,1,1,1,2,1,12,12,6.320768356323242 +1200,40,109,42,15,7,8,33,1,0,0,1,2,1,11,12,7.090076923370361 +855,45,89,21,12,6,6,31,1,0,1,0,4,3,3,3,6.751101493835449 +1053,40,90,33,12,18,7,37,1,0,1,0,1,1,11,11,6.9593987464904785 +1000,48,105,39,12,11,4,28,1,0,1,0,0,1,12,7,6.907755374908447 +900,55,100,27,12,18,5,34,0,0,0,1,2,2,8,NA,6.802394866943359 +1602,45,111,40,16,10,10,31,1,0,1,0,1,NA,16,12,7.3790082931518555 +508,50,125,44,17,9,2,31,1,0,1,1,3,1,16,13,6.2304816246032715 +1500,60,124,20,16,6,6,29,1,0,1,0,2,NA,12,10,7.313220500946045 +1682,50,107,41,14,15,9,32,1,0,1,1,0,1,12,12,7.427738666534424 +750,40,110,45,13,13,1,35,1,0,1,1,2,NA,12,16,6.620073318481445 +843,40,102,32,14,8,7,29,1,0,1,0,1,1,16,16,6.736967086791992 +409,40,93,26,12,17,18,38,0,0,1,0,0,1,NA,NA,6.0137152671813965 +1004,40,81,36,12,17,15,34,1,0,1,0,1,1,12,NA,6.911747455596924 +650,40,99,36,12,13,10,30,1,0,1,0,1,2,12,10,6.476972579956055 +808,40,93,26,12,17,9,37,1,1,1,0,4,1,NA,NA,6.694561958312988 +2137,45,102,35,13,8,2,30,1,0,1,0,0,1,12,12,7.667158126831055 +761,48,95,44,12,14,21,38,1,0,1,1,1,1,12,5,6.634633541107178 +769,40,98,37,16,8,3,35,0,0,1,1,0,1,11,8,6.6450910568237305 +345,40,84,28,12,7,8,31,1,1,1,1,2,2,NA,NA,5.8435444831848145 +495,40,88,30,12,6,10,31,1,0,1,1,2,1,NA,7,6.2045578956604 +987,38,109,41,16,9,3,31,1,0,1,1,3,4,4,NA,6.894670009613037 +2500,60,82,41,12,21,1,38,1,0,1,0,3,3,8,5,7.8240461349487305 +1098,45,105,22,14,6,1,32,0,0,1,1,1,2,12,NA,7.001245498657227 +1212,40,95,36,12,6,16,38,1,0,1,0,3,1,12,8,7.100027084350586 +577,40,92,33,15,8,1,28,1,1,1,1,1,2,10,7,6.357842445373535 +390,59,74,26,15,10,3,30,1,1,1,1,3,3,7,6,5.966146945953369 +1500,40,123,43,16,9,12,32,1,0,1,1,1,1,12,14,7.313220500946045 +583,80,86,24,12,9,1,30,1,0,1,1,2,2,12,12,6.368186950683594 +460,40,92,22,11,16,1,36,1,0,1,1,5,6,NA,NA,6.131226539611816 +945,40,87,41,12,12,13,38,1,0,1,1,2,2,8,NA,6.851184844970703 +1442,60,117,39,16,9,3,31,1,0,1,1,1,2,12,10,7.273786544799805 +1333,45,112,50,16,14,8,38,1,0,1,1,1,2,12,4,7.195187091827393 +1500,37,119,41,15,8,5,33,0,0,0,1,1,1,12,18,7.313220500946045 +1333,45,103,30,16,7,1,34,1,0,0,1,3,1,NA,NA,7.195187091827393 +700,40,74,29,12,16,4,36,1,1,1,1,3,NA,9,NA,6.551080226898193 +973,36,81,33,13,11,5,32,1,0,1,1,0,1,6,9,6.8803839683532715 +2162,40,124,48,18,10,8,32,1,0,1,1,1,1,10,10,7.678789138793945 +797,41,89,38,12,10,7,36,1,0,1,0,1,2,7,8,6.680854797363281 +400,40,88,34,12,14,1,32,1,1,1,1,7,7,7,6,5.991464614868164 +1015,40,67,31,12,15,11,32,1,1,0,1,3,2,9,5,6.922643661499023 +1744,43,106,41,16,8,9,29,1,0,1,1,1,1,12,16,7.463936805725098 +630,40,103,30,15,14,2,32,1,0,1,0,0,1,11,5,6.4457197189331055 +445,40,91,40,12,11,4,32,1,0,1,0,0,1,6,8,6.098074436187744 +660,42,101,34,16,12,9,31,1,0,1,1,0,1,12,12,6.492239952087402 +779,40,85,30,12,14,7,37,1,1,1,1,7,4,12,NA,6.658010959625244 +377,40,83,32,12,9,1,36,0,0,1,1,1,1,12,12,5.932245254516602 +560,44,70,34,12,16,11,35,1,1,1,1,2,1,8,NA,6.32793664932251 +1122,60,102,54,17,7,13,32,1,0,1,1,2,2,12,11,7.0228681564331055 +453,50,94,34,12,9,2,30,1,0,1,0,6,4,7,7,6.115891933441162 +1386,40,97,38,10,17,9,37,1,0,1,1,1,2,12,8,7.234177112579346 +1539,40,115,38,17,7,9,31,1,0,1,1,2,1,12,16,7.338888168334961 +1154,40,117,38,16,11,12,35,1,0,1,1,5,5,17,18,7.050989627838135 +962,50,105,45,14,15,2,37,1,0,1,1,3,4,8,4,6.869014263153076 +722,55,113,36,16,8,1,38,0,0,1,1,1,2,8,NA,6.582025051116943 +480,40,83,37,12,9,3,37,1,0,1,1,4,3,10,11,6.173786163330078 +808,50,101,44,18,8,9,38,1,0,1,0,3,2,17,12,6.694561958312988 +1442,40,113,36,13,14,8,36,1,0,1,1,2,1,12,12,7.273786544799805 +1091,50,88,31,13,13,4,37,1,0,0,1,4,1,12,NA,6.994850158691406 +350,40,93,41,12,16,0,33,0,1,1,1,1,1,12,NA,5.857933044433594 +500,40,83,39,12,18,11,36,1,1,1,1,0,1,7,NA,6.214608192443848 +1026,45,113,27,16,9,13,30,1,0,1,1,2,2,16,14,6.933423042297363 +577,40,106,43,17,11,7,33,0,1,1,1,3,2,13,16,6.357842445373535 +1333,60,106,38,15,5,1,30,1,0,1,1,2,2,12,12,7.195187091827393 +915,55,114,36,12,17,9,37,1,0,0,1,1,NA,10,NA,6.8189239501953125 +1105,40,119,32,16,9,10,30,0,0,1,1,5,1,11,10,7.007600784301758 +910,40,82,26,14,5,5,30,1,1,1,1,10,NA,9,3,6.8134446144104 +1000,40,89,40,12,17,8,38,1,0,1,1,7,7,1,4,6.907755374908447 +1160,40,74,18,12,14,1,33,1,1,1,1,9,6,3,4,7.056175231933594 +1001,34,77,22,12,12,3,29,1,1,1,1,9,8,3,4,6.908754825592041 +713,40,75,25,12,5,12,36,1,1,1,1,7,4,NA,NA,6.569481372833252 +929,40,97,28,13,12,5,30,1,0,1,1,2,1,12,12,6.834108829498291 +400,50,68,35,12,4,9,31,1,1,1,1,6,1,6,2,5.991464614868164 +1241,40,83,51,13,9,10,33,1,0,1,1,2,3,12,12,7.123672962188721 +1065,40,97,40,12,21,10,36,1,0,1,1,1,1,12,NA,6.970730304718018 +403,45,98,37,12,5,3,30,1,0,1,1,2,NA,12,12,5.998936653137207 +940,45,102,30,13,15,12,30,1,1,1,1,2,2,NA,NA,6.845880031585693 +812,40,81,20,10,17,13,34,1,1,1,1,2,2,8,3,6.699500560760498 +700,20,85,27,10,13,0,35,1,1,1,1,3,NA,6,10,6.551080226898193 +575,40,86,20,10,12,6,33,1,1,1,1,8,NA,NA,NA,6.3543701171875 +450,40,79,23,10,20,5,36,1,1,1,1,7,6,12,12,6.10924768447876 +621,43,84,24,12,14,10,31,1,0,1,0,4,3,8,6,6.431331157684326 +441,38,74,24,12,12,11,30,1,0,1,0,4,4,8,6,6.08904504776001 +625,40,92,25,16,6,9,33,1,1,1,0,11,1,NA,NA,6.437751770019531 +726,45,93,32,12,16,5,36,1,0,1,0,5,2,6,NA,6.587550163269043 +500,40,69,18,9,21,13,38,1,1,1,1,8,6,6,NA,6.214608192443848 +1000,44,113,41,17,8,2,34,1,0,1,1,4,1,17,18,6.907755374908447 +393,48,92,37,12,15,16,38,1,0,1,1,1,1,8,7,5.973809719085693 +600,40,127,44,12,8,3,28,0,0,1,0,2,2,9,12,6.396929740905762 +962,50,109,44,12,21,12,37,1,0,1,0,0,1,6,NA,6.869014263153076 +962,40,97,42,12,15,4,34,1,0,1,0,5,1,10,8,6.869014263153076 +865,40,66,30,11,10,7,30,1,0,0,1,14,4,0,10,6.762729644775391 +1154,50,109,46,16,10,3,35,1,0,1,1,2,1,16,14,7.050989627838135 +1386,42,109,43,16,10,11,34,1,0,1,0,1,1,4,14,7.234177112579346 +732,40,104,36,12,10,7,36,1,0,1,1,1,2,NA,NA,6.595780372619629 +865,40,85,44,13,4,9,34,1,0,1,1,3,3,8,8,6.762729644775391 +700,40,81,26,12,13,13,31,1,0,1,0,5,6,8,4,6.551080226898193 +975,40,87,12,9,20,10,37,1,0,1,0,3,NA,5,4,6.882437705993652 +1300,40,78,40,13,12,3,33,1,0,1,1,2,3,12,12,7.170119762420654 +900,40,54,37,14,12,3,31,1,0,1,1,2,1,12,12,6.802394866943359 +829,40,98,33,12,15,15,36,1,0,0,1,4,5,8,8,6.72022008895874 +1000,40,98,34,12,17,13,36,1,0,1,1,3,NA,12,NA,6.907755374908447 +827,40,105,29,16,7,8,30,1,0,0,1,2,1,16,12,6.717804908752441 +500,44,87,25,13,5,2,31,1,0,1,1,7,NA,12,NA,6.214608192443848 +1155,40,117,25,13,9,1,28,1,0,0,1,3,2,12,12,7.051855564117432 +950,55,85,30,15,8,3,29,0,0,0,1,2,NA,12,12,6.856462001800537 +700,40,82,35,13,10,4,30,1,0,0,1,4,5,8,NA,6.551080226898193 +1710,45,114,39,18,7,6,32,1,0,0,1,1,1,12,NA,7.444248676300049 +533,30,65,21,12,5,1,32,0,1,0,1,5,1,11,12,6.278521537780762 +2004,48,105,48,18,10,0,34,1,0,0,1,2,1,12,12,7.602900505065918 +890,60,92,20,14,9,8,32,1,0,0,1,1,2,7,7,6.791221618652344 +3078,30,107,23,13,11,4,29,1,0,0,1,2,2,12,12,8.032034873962402 +1539,40,111,41,17,10,13,37,1,0,0,1,3,2,12,16,7.338888168334961 +508,40,73,38,12,1,1,31,1,1,0,1,1,NA,NA,NA,6.2304816246032715 +1354,40,119,49,17,13,9,35,0,0,0,0,2,1,16,16,7.210818290710449 +1143,35,97,40,12,21,8,38,1,0,0,1,5,1,12,12,7.041411876678467 +962,40,110,34,12,16,8,33,1,0,0,1,2,1,10,10,6.869014263153076 +1250,44,96,32,12,19,20,38,1,0,0,1,2,1,12,12,7.130898952484131 +990,40,67,23,12,16,3,34,1,1,0,1,2,1,8,8,6.897705078125 +905,40,102,31,12,17,4,37,1,0,0,0,5,5,12,12,6.807934761047363 +926,55,64,22,12,18,0,38,1,0,0,1,4,5,0,2,6.830874443054199 +1559,40,103,32,12,17,10,34,1,0,0,1,3,4,8,8,7.351799964904785 +1312,40,118,39,10,14,4,32,1,0,0,1,0,1,12,8,7.17930793762207 +923,40,118,36,14,8,16,35,1,1,0,1,5,1,7,NA,6.827629089355469 +879,40,118,41,18,1,9,31,1,0,0,1,1,2,13,13,6.77878475189209 +800,25,75,37,13,14,1,38,1,0,1,1,0,1,12,10,6.684611797332764 +1049,50,112,45,14,6,10,32,1,0,0,0,3,3,12,10,6.955592632293701 +550,40,95,20,12,4,1,30,0,0,0,0,3,4,12,10,6.309918403625488 +1190,40,119,38,17,4,2,34,1,0,0,1,0,1,12,14,7.0817084312438965 +583,48,94,35,14,10,6,37,1,0,0,0,2,1,12,12,6.368186950683594 +1200,40,103,27,14,5,2,30,1,0,0,1,1,1,6,7,7.090076923370361 +797,55,90,36,16,11,5,33,1,0,0,1,5,2,14,17,6.680854797363281 +1371,40,128,50,18,8,13,36,1,0,0,0,1,2,16,12,7.22329568862915 +360,55,110,44,13,11,1,38,0,1,0,1,4,NA,12,8,5.886104106903076 +1270,40,84,40,12,11,12,30,1,0,0,1,2,2,12,12,7.146772384643555 +1832,40,97,38,12,16,1,36,1,0,0,1,1,2,8,12,7.5131635665893555 +909,40,102,34,12,14,5,33,1,0,0,1,3,3,12,7,6.812345027923584 +1746,40,131,41,18,9,10,33,1,0,0,1,7,3,12,12,7.46508264541626 +520,40,126,23,16,8,1,30,1,0,0,1,7,5,12,12,6.253829002380371 +808,40,107,32,16,6,7,29,1,0,0,0,7,6,12,12,6.694561958312988 +2137,45,108,45,16,11,2,36,1,0,0,1,2,3,12,NA,7.667158126831055 +692,50,92,49,15,9,3,38,1,1,0,1,0,1,8,8,6.539586067199707 +931,80,108,40,16,4,1,36,1,0,0,1,4,2,12,12,6.836259365081787 +812,45,115,46,16,11,3,34,1,0,0,1,1,2,12,8,6.699500560760498 +866,40,111,44,14,16,14,35,1,0,0,1,1,1,12,12,6.763885021209717 +1442,40,115,47,12,14,9,36,1,0,0,1,7,5,12,12,7.273786544799805 +500,40,101,31,14,12,0,32,1,0,0,0,2,2,11,6,6.214608192443848 +1384,50,114,48,18,12,2,37,1,0,0,1,1,1,12,13,7.232733249664307 +528,55,116,40,18,5,9,30,1,0,0,1,4,5,12,12,6.269096374511719 +881,40,90,41,12,4,14,36,1,0,0,0,2,3,12,NA,6.781057834625244 +1026,45,125,33,12,11,11,28,1,0,0,1,3,1,14,17,6.933423042297363 +1212,40,98,26,12,11,12,28,0,0,0,1,4,NA,12,10,7.100027084350586 +1620,38,111,42,15,8,5,29,1,0,0,0,1,2,10,NA,7.390181541442871 +1843,48,109,38,16,11,2,32,1,0,0,1,3,2,12,NA,7.5191497802734375 +1602,60,124,36,16,12,2,37,1,0,0,1,1,2,12,12,7.3790082931518555 +1000,40,121,35,13,6,1,33,1,0,0,1,2,2,8,14,6.907755374908447 +737,48,103,37,12,7,4,30,1,0,0,1,4,4,10,NA,6.602587699890137 +1699,40,96,19,12,10,1,29,0,0,1,1,2,3,12,12,7.437795162200928 +1699,40,100,40,12,11,9,33,1,0,0,1,1,2,12,8,7.437795162200928 +1025,48,104,30,14,6,5,32,1,0,0,1,2,3,NA,12,6.932447910308838 +1107,40,112,38,12,12,5,38,1,0,0,1,5,3,11,12,7.009408950805664 +625,40,73,24,11,1,1,31,1,0,0,1,3,4,12,12,6.437751770019531 +720,50,101,39,13,1,7,29,1,0,0,1,4,2,11,11,6.579251289367676 +855,40,99,44,12,19,10,36,1,0,0,1,1,2,12,12,6.751101493835449 +1250,40,95,23,12,12,2,32,1,0,0,1,2,2,12,12,7.130898952484131 +1130,40,109,40,18,4,13,38,1,0,0,0,1,2,18,15,7.029973030090332 +900,40,110,35,12,6,1,28,0,0,0,1,1,NA,13,13,6.802394866943359 +1924,50,98,49,17,6,7,38,1,0,0,1,1,1,4,NA,7.562161445617676 +962,40,112,46,15,8,2,37,1,0,0,1,2,1,12,16,6.869014263153076 +1874,48,64,37,11,22,3,38,1,1,0,1,7,NA,NA,NA,7.535830497741699 +1573,55,90,28,12,5,3,30,1,0,0,1,4,3,11,8,7.360739707946777 +940,45,102,46,14,11,7,36,1,0,0,1,1,2,12,10,6.845880031585693 +900,40,119,39,16,8,9,30,1,0,0,0,1,2,12,12,6.802394866943359 +882,44,96,34,12,15,13,31,1,0,0,0,6,3,8,10,6.782192230224609 +1710,45,118,40,18,12,12,38,1,0,0,1,1,1,12,12,7.444248676300049 +1260,45,79,39,12,19,15,37,1,0,0,0,3,2,9,8,7.138866901397705 +751,40,96,42,12,9,7,38,1,0,0,0,1,1,10,8,6.621405601501465 +1097,50,80,27,11,12,12,28,1,0,0,0,5,1,12,11,7.0003342628479 +1001,48,137,36,13,11,11,33,1,0,0,0,5,6,12,NA,6.908754825592041 +1154,40,116,42,15,11,12,34,0,0,0,0,2,1,12,9,7.050989627838135 +1000,43,69,31,12,15,16,35,1,0,0,1,4,4,12,8,6.907755374908447 +1250,40,78,36,12,16,3,33,1,0,0,1,9,NA,6,2,7.130898952484131 +857,65,99,41,12,18,3,38,1,0,1,1,2,1,8,8,6.7534379959106445 +1211,27,92,33,12,13,3,31,1,0,0,1,3,2,16,12,7.099201679229736 +937,32,113,23,16,12,7,29,1,0,0,1,3,NA,16,12,6.8426833152771 +904,50,98,29,13,7,1,33,1,0,0,1,5,NA,12,NA,6.806829452514648 +872,45,115,30,15,7,4,29,1,0,0,1,3,1,12,18,6.770789623260498 +1200,40,96,26,9,18,0,34,1,0,0,1,4,3,NA,8,7.090076923370361 +1261,40,117,41,17,1,9,35,1,0,0,1,4,1,6,8,7.139660358428955 +950,40,96,38,12,14,2,35,1,0,0,1,1,1,8,2,6.856462001800537 +115,50,108,46,12,9,3,29,1,0,0,1,5,6,10,11,4.744932174682617 +673,40,92,34,17,6,4,31,1,0,0,1,5,5,16,12,6.511745452880859 +1084,45,95,38,15,17,10,37,1,0,0,1,1,2,16,16,6.988413333892822 +1058,40,94,40,14,13,14,34,1,0,0,1,0,1,15,9,6.964135646820068 +800,40,115,38,12,20,12,38,1,0,0,0,7,6,7,8,6.684611797332764 +369,40,117,36,18,11,1,31,0,0,0,0,3,4,NA,NA,5.910796642303467 +1924,40,105,42,16,14,13,36,1,0,0,0,0,1,12,NA,7.562161445617676 +855,40,109,36,12,17,15,36,1,0,0,0,3,1,7,6,6.751101493835449 +864,40,87,38,12,15,6,31,1,0,0,0,1,1,12,12,6.76157283782959 +1092,44,110,34,16,15,13,36,1,0,0,1,4,4,13,13,6.9957661628723145 +1025,40,110,30,16,9,4,30,1,0,0,0,3,NA,10,12,6.932447910308838 +850,35,109,32,12,11,2,31,1,0,0,0,2,2,17,NA,6.745236396789551 +673,40,85,21,12,17,10,35,1,0,0,0,2,2,12,12,6.511745452880859 +800,40,105,42,14,12,12,37,1,0,0,0,3,2,10,12,6.684611797332764 +1049,44,122,39,16,7,3,33,1,0,0,0,3,3,10,12,6.955592632293701 +884,40,108,40,17,9,11,35,1,0,0,1,3,2,14,9,6.784457206726074 +800,40,122,38,16,10,2,31,0,0,1,1,3,3,12,8,6.684611797332764 +1200,40,79,32,17,9,9,32,1,0,0,1,0,1,8,8,7.090076923370361 +664,40,105,30,12,8,10,29,1,0,0,1,7,6,12,12,6.498281955718994 +1111,45,90,47,12,18,18,37,1,0,0,1,6,3,NA,NA,7.0130157470703125 +850,43,111,38,16,8,8,34,1,0,0,1,4,2,NA,NA,6.745236396789551 +1000,40,110,42,12,6,12,37,1,0,0,1,5,2,8,12,6.907755374908447 +875,40,92,32,12,8,4,29,0,0,0,1,4,NA,14,14,6.774223804473877 +1202,40,131,32,16,10,2,33,1,0,0,0,3,2,12,12,7.091742038726807 +666,40,104,32,12,10,2,29,1,0,0,0,2,3,12,12,6.5012898445129395 +923,40,110,39,16,15,11,37,1,0,0,0,2,1,12,7,6.827629089355469 +788,40,99,20,12,10,10,28,1,0,1,1,4,5,10,3,6.669497966766357 +950,40,86,31,10,23,5,38,1,0,1,1,9,9,NA,6,6.856462001800537 +1442,40,105,42,12,9,16,37,1,0,1,1,3,4,NA,NA,7.273786544799805 +866,40,85,26,12,11,12,30,1,1,1,0,8,5,6,0,6.763885021209717 +625,40,72,34,9,17,5,34,1,0,1,0,10,7,4,NA,6.437751770019531 +680,40,86,35,12,13,9,32,0,0,1,0,6,1,6,7,6.522092819213867 +693,40,68,38,12,11,19,35,1,0,1,0,5,2,12,8,6.541029930114746 +875,36,95,22,12,16,2,38,0,1,1,0,8,9,6,NA,6.774223804473877 +2308,40,116,42,17,8,2,38,1,0,0,0,6,1,12,13,7.744136810302734 +1196,45,96,45,14,10,4,32,1,0,1,0,2,3,10,6,7.086738109588623 +700,38,85,36,12,13,8,32,1,1,1,1,6,NA,2,8,6.551080226898193 +721,40,100,32,12,8,8,29,1,0,1,1,3,2,12,4,6.580639362335205 +1500,40,101,38,13,13,2,32,1,0,1,1,5,3,12,8,7.313220500946045 +1050,50,97,31,15,4,9,31,1,1,1,1,2,1,16,9,6.956545352935791 +801,48,100,30,14,6,10,29,1,1,1,1,2,1,NA,NA,6.685861110687256 +640,23,96,39,12,7,3,31,0,1,1,1,5,NA,NA,NA,6.46146821975708 +1198,32,117,39,16,7,9,30,1,0,1,1,1,2,12,12,7.088408946990967 +390,55,93,38,12,4,2,32,1,0,1,1,1,NA,16,13,5.966146945953369 +889,36,116,37,12,12,11,28,1,0,1,1,1,2,9,12,6.790097236633301 +1076,38,106,42,12,19,20,36,1,0,1,1,1,1,12,9,6.981005668640137 +1127,40,98,45,12,17,12,36,1,0,1,1,1,2,14,12,7.02731466293335 +750,50,103,36,15,1,1,37,1,0,1,0,1,1,12,9,6.620073318481445 +855,40,118,41,14,6,14,33,1,0,1,0,3,1,NA,12,6.751101493835449 +525,40,100,22,13,5,1,31,1,0,1,0,1,1,10,12,6.263398170471191 +1104,54,96,39,12,11,4,29,1,0,1,0,1,2,10,12,7.00669527053833 +553,40,67,22,12,11,10,30,1,1,1,0,7,2,8,9,6.3153581619262695 +800,43,96,27,12,10,1,29,1,0,1,0,1,1,10,10,6.684611797332764 +1384,50,104,42,13,8,7,31,1,0,1,0,3,1,13,14,7.232733249664307 +425,30,106,34,17,8,0,36,0,0,1,0,0,1,14,12,6.052089214324951 +510,54,62,34,11,13,4,33,0,1,1,1,7,6,2,10,6.234410762786865 +370,32,73,31,12,13,2,31,1,1,1,0,9,2,3,4,5.913503170013428 +596,40,62,26,12,16,14,33,1,1,1,0,9,8,2,8,6.390240669250488 +402,40,76,28,12,9,4,28,1,1,0,1,4,2,NA,10,5.9964518547058105 +418,40,76,26,12,12,2,31,1,1,1,0,0,1,9,10,6.0354814529418945 +1133,40,106,44,16,13,10,36,1,0,1,0,1,1,12,NA,7.032624244689941 +681,40,94,24,12,18,15,35,0,0,1,1,4,NA,9,10,6.523562431335449 +950,40,81,29,11,16,5,35,1,0,1,0,3,4,10,6,6.856462001800537 +600,40,87,15,10,20,7,36,1,0,1,0,0,1,5,6,6.396929740905762 +661,40,96,25,13,8,6,29,0,0,1,0,3,2,NA,5,6.493753910064697 +925,40,75,27,12,12,9,30,1,0,1,0,2,2,6,NA,6.829793930053711 +550,40,95,34,12,14,13,31,1,0,1,0,0,1,5,5,6.309918403625488 +606,40,86,19,11,13,11,30,1,0,1,0,4,4,3,7,6.406879901885986 +425,40,86,17,10,7,1,30,1,0,1,0,4,4,3,7,6.052089214324951 +340,50,104,41,14,4,1,31,1,0,1,1,5,3,8,18,5.828945636749268 +692,50,95,21,12,16,9,34,1,0,1,1,2,2,7,5,6.539586067199707 +575,40,116,37,12,11,9,29,1,0,1,0,1,2,8,12,6.3543701171875 +571,40,66,20,9,15,10,33,1,0,1,0,5,1,8,6,6.347389221191406 +817,40,101,38,16,11,9,32,1,0,1,1,1,2,0,5,6.705638885498047 +987,40,96,23,12,11,5,29,1,0,1,0,1,2,12,12,6.894670009613037 +616,55,104,41,12,16,18,35,1,0,1,1,4,5,9,NA,6.42324686050415 +1026,60,105,34,16,12,1,35,1,0,0,1,3,1,14,10,6.933423042297363 +808,40,106,34,12,4,3,29,1,0,0,1,1,2,8,7,6.694561958312988 +808,50,101,34,17,8,0,30,1,0,1,1,1,2,15,15,6.694561958312988 +788,40,96,42,12,13,5,36,1,0,1,1,4,1,12,12,6.669497966766357 +850,40,105,34,12,6,2,33,1,0,0,1,1,1,12,9,6.745236396789551 +900,38,106,40,12,10,19,38,1,0,1,1,7,NA,3,2,6.802394866943359 +1418,45,102,44,12,19,20,36,1,0,1,1,2,3,8,8,7.257002830505371 +260,40,75,35,12,21,0,37,1,1,1,0,3,3,NA,NA,5.5606818199157715 +662,45,99,27,14,7,2,28,1,1,1,0,6,1,5,5,6.495265483856201 +562,55,90,46,13,4,1,38,1,0,1,0,1,1,12,11,6.3315019607543945 +562,80,104,30,12,11,5,28,1,0,1,0,1,NA,12,12,6.3315019607543945 +357,70,115,37,13,5,2,30,1,0,1,1,6,7,NA,NA,5.877735614776611 +1009,40,118,37,16,11,12,32,1,0,1,0,0,1,12,10,6.916715145111084 +1442,40,108,40,12,17,17,36,1,0,1,1,1,1,9,12,7.273786544799805 +651,40,76,30,11,11,2,29,1,1,0,1,7,7,10,11,6.478509426116943 +750,40,50,28,12,14,5,32,1,1,1,0,10,NA,3,NA,6.620073318481445 +754,40,55,23,12,13,14,33,1,1,1,0,2,1,10,NA,6.625392436981201 +700,40,73,23,12,17,9,38,1,1,1,0,8,3,NA,NA,6.551080226898193 +503,40,84,14,11,11,2,30,0,1,0,1,3,NA,9,9,6.220590114593506 +937,40,104,37,12,14,15,32,1,0,1,0,1,2,12,9,6.8426833152771 +624,40,92,40,10,18,10,36,1,0,1,0,2,3,10,6,6.436150550842285 +750,40,83,27,12,4,10,32,1,1,1,0,7,1,10,6,6.620073318481445 +900,40,98,36,14,1,8,30,1,1,1,0,7,2,10,6,6.802394866943359 +540,40,70,25,10,12,10,29,1,1,1,0,9,NA,10,7,6.291569232940674 +642,35,87,26,13,9,3,30,1,0,1,0,10,10,4,10,6.464588165283203 +400,50,96,38,15,6,10,28,0,0,1,0,5,NA,12,NA,5.991464614868164 +900,40,80,34,10,15,14,38,1,0,1,0,3,3,12,10,6.802394866943359 +513,40,104,40,16,8,10,33,1,0,1,0,5,2,12,10,6.240275859832764 +894,40,104,35,18,7,10,35,1,0,1,0,7,8,9,8,6.795705795288086 +1282,60,96,24,18,7,5,32,1,0,1,1,4,2,12,18,7.156176567077637 +485,40,89,24,12,10,9,30,0,0,1,0,4,3,12,18,6.184148788452148 +325,55,113,39,12,11,5,29,1,0,1,0,1,2,10,13,5.783825397491455 +769,45,105,29,12,16,5,33,1,0,1,0,4,1,7,7,6.6450910568237305 +618,40,84,39,14,6,8,31,0,0,1,1,7,8,7,4,6.426488399505615 +1040,48,108,36,12,16,17,35,1,0,1,1,6,7,7,3,6.946976184844971 +751,40,104,32,12,15,4,34,1,0,1,1,4,3,8,3,6.621405601501465 +380,50,106,28,12,15,11,30,1,0,1,0,2,1,7,7,5.940171241760254 +300,24,83,45,12,16,3,37,1,1,1,1,4,1,3,NA,5.703782558441162 +753,46,70,34,10,21,7,38,1,0,1,1,4,2,12,7,6.624065399169922 +1065,65,104,39,16,10,11,34,1,0,1,1,2,3,11,12,6.970730304718018 +1070,40,91,42,12,13,1,30,1,0,0,1,1,2,14,12,6.975413799285889 +1573,55,112,42,18,7,8,34,1,0,1,1,1,1,14,18,7.360739707946777 +650,40,97,27,10,14,9,30,1,0,1,0,5,1,12,9,6.476972579956055 +700,45,99,40,12,15,7,32,1,0,1,0,4,2,10,10,6.551080226898193 +494,40,74,30,12,16,4,34,1,1,1,0,5,NA,NA,NA,6.202535629272461 +890,48,100,40,12,4,8,31,1,0,1,0,0,1,NA,NA,6.791221618652344 +520,40,86,28,10,15,12,31,1,0,1,0,0,1,6,NA,6.253829002380371 +891,40,90,36,12,16,16,32,1,0,1,0,5,5,12,9,6.792344570159912 +570,50,101,43,12,11,12,30,1,0,0,1,2,3,12,NA,6.345636367797852 +1444,40,109,33,15,11,1,29,1,0,1,1,2,1,11,9,7.275172233581543 +481,48,98,26,12,14,2,31,0,1,0,1,4,3,NA,NA,6.175867080688477 +500,44,107,40,12,21,12,38,1,0,1,0,2,NA,12,7,6.214608192443848 +1473,40,110,48,16,15,15,36,1,0,1,0,1,2,12,14,7.295056343078613 +803,40,120,35,13,4,1,28,1,0,1,1,3,4,10,12,6.6883544921875 +962,50,97,34,16,7,2,30,1,0,1,1,0,1,12,12,6.869014263153076 +1000,44,103,37,12,9,5,29,1,0,1,1,0,1,11,NA,6.907755374908447 +600,40,114,36,16,5,4,30,1,0,1,1,2,1,12,12,6.396929740905762 +450,40,95,31,11,12,2,30,1,0,1,0,2,3,8,8,6.10924768447876 +629,60,93,32,12,6,1,30,1,1,1,0,8,3,10,6,6.444131374359131 +492,60,67,38,12,15,2,34,1,1,1,0,3,NA,8,NA,6.198478698730469 +1562,40,97,28,17,7,2,32,1,0,1,1,5,1,12,13,7.353722095489502 +357,70,97,34,14,6,3,28,1,0,1,0,1,2,13,16,5.877735614776611 +960,40,83,25,13,14,13,32,1,0,1,1,4,NA,10,NA,6.866933345794678 +566,45,104,46,16,5,2,32,1,0,1,0,1,2,12,12,6.33859395980835 +481,40,82,27,12,9,2,32,1,0,1,0,2,2,12,8,6.175867080688477 +1442,40,113,45,16,8,10,35,1,0,1,1,2,2,8,8,7.273786544799805 +645,45,93,39,12,11,3,35,1,0,1,0,7,7,7,8,6.469250202178955 +788,40,100,23,11,15,6,32,1,1,1,0,5,NA,9,NA,6.669497966766357 +644,42,101,38,12,11,5,33,1,0,1,0,4,3,12,NA,6.467698574066162 +477,45,100,33,12,9,3,31,1,0,1,0,3,3,7,7,6.167516708374023 +664,60,82,30,16,10,9,34,1,1,1,1,3,4,16,16,6.498281955718994 +520,40,79,28,16,6,1,30,1,1,1,0,0,1,11,NA,6.253829002380371 +1202,40,102,32,13,10,3,31,1,0,1,1,7,7,8,6,7.091742038726807 +538,45,77,22,12,12,10,28,1,1,1,0,9,NA,7,NA,6.287858486175537 +873,44,109,25,12,12,12,28,1,0,1,0,1,1,NA,11,6.77193546295166 +1000,40,107,32,12,17,18,35,1,0,1,0,5,1,NA,NA,6.907755374908447 diff --git a/docs/_site/files/data/package_data/wages.csv b/docs/_site/files/data/package_data/wages.csv new file mode 100644 index 00000000..72c03b8b --- /dev/null +++ b/docs/_site/files/data/package_data/wages.csv @@ -0,0 +1,527 @@ +wage,education,n_kids +3.1,11,2 +3.2,12,3 +3,11,2 +6,8,0 +5.3,12,1 +8.8,16,0 +11.2,18,0 +5,12,0 +3.6,12,2 +18.2,17,0 +6.2,16,0 +8.1,13,0 +8.8,12,2 +5.5,12,0 +22.2,12,1 +17.3,16,1 +7.5,12,0 +10.6,13,0 +3.6,12,3 +4.5,12,0 +6.9,12,0 +8.5,12,3 +6.3,16,0 +0.5,12,0 +6,11,0 +9.6,16,1 +7.8,16,1 +12.5,16,0 +12.5,15,2 +3.2,8,2 +13,14,2 +4.5,14,2 +9.7,13,0 +5,12,0 +4.7,12,0 +4.3,16,1 +6.2,12,1 +3.5,4,5 +3,14,0 +6.2,12,0 +7.8,12,0 +10,12,4 +4.5,14,1 +4,11,0 +6.4,13,0 +13.7,15,2 +1.7,10,1 +2.9,12,1 +3.7,14,0 +2.9,12,2 +1.6,12,2 +8.6,16,0 +5,12,1 +6,12,0 +2.5,12,2 +3.2,15,1 +3.4,16,1 +10,8,0 +21.6,18,0 +4.4,16,0 +11.7,13,0 +12.4,14,0 +6.2,10,0 +3.7,10,4 +7.8,14,0 +20,14,2 +6.2,16,3 +10,12,3 +5.7,16,1 +2,12,4 +5.7,16,0 +13.1,17,3 +4.9,12,2 +2.9,12,2 +3.8,12,0 +11.9,13,2 +4,12,1 +3.1,12,1 +8.4,12,4 +7.1,18,2 +4.5,9,4 +4.7,16,0 +2.9,10,1 +6.7,12,0 +3.5,12,1 +3.3,12,1 +3.2,12,1 +8,12,1 +9.9,8,2 +7.5,12,1 +5.9,12,2 +11.8,14,0 +3,12,2 +4.8,12,0 +6.5,12,0 +4,9,1 +3.5,13,1 +13.2,12,0 +4.2,14,2 +3.5,12,0 +5.1,15,0 +3.8,12,3 +4.5,12,0 +7.6,12,0 +15,14,1 +6.8,15,2 +13.3,12,2 +6.7,12,0 +2.5,12,0 +9.8,17,0 +3.4,11,0 +25,18,0 +5.4,12,0 +6.1,14,2 +4.2,14,0 +3.8,10,0 +3.5,14,0 +3.6,12,0 +3.8,15,1 +3,8,3 +5,16,0 +4.6,14,2 +3,15,0 +3.2,12,1 +3.9,18,2 +6.4,16,2 +5.5,10,0 +1.5,8,0 +2.9,10,2 +5,11,0 +8.9,18,0 +5,15,0 +3.5,12,0 +2.9,11,1 +4.5,12,3 +2.2,12,2 +5,14,4 +10,16,2 +3.8,2,0 +10,14,0 +10.9,16,4 +7.9,12,0 +4.7,12,0 +5.8,13,1 +3.8,12,3 +3.2,15,2 +2,10,5 +4.5,12,3 +11.6,16,3 +2.1,13,0 +2.4,9,5 +3.8,12,1 +5.5,13,0 +6.5,12,0 +3.1,12,1 +10,14,2 +6.6,16,0 +10,16,0 +2.3,9,5 +6.9,18,0 +2.8,10,4 +3.1,10,1 +8,13,1 +4.5,12,0 +8.6,18,0 +2,13,0 +4.8,12,0 +6.2,13,1 +6,13,2 +15.4,13,2 +14.6,18,0 +12.5,12,0 +5.2,12,2 +2.2,13,1 +7.1,12,0 +6.2,12,1 +9,12,0 +10,14,0 +5.8,10,0 +4,12,2 +8.8,16,1 +6.5,16,0 +7.6,12,0 +5,14,0 +5,12,0 +21.9,12,3 +8.6,12,0 +3.3,12,1 +4.4,12,0 +4.6,12,0 +3.5,12,0 +6.2,16,1 +3.8,16,0 +6.2,14,0 +2.9,11,3 +6.2,16,0 +6.2,12,0 +9.1,12,3 +10,17,0 +11.1,12,0 +6.9,12,3 +8.8,16,0 +10,8,0 +3,12,2 +3,12,0 +5.8,12,2 +4.1,16,0 +8,12,1 +6.2,12,0 +2.7,9,1 +2.8,13,1 +3,16,0 +3,14,0 +7.4,8,3 +7.5,14,1 +3.5,13,3 +8.1,12,1 +3.8,18,1 +3.2,9,1 +5.8,8,0 +3.5,8,3 +3.3,12,0 +4,14,0 +3.5,12,2 +6.2,16,0 +3,8,1 +5.7,13,0 +3,9,0 +22.9,16,2 +9,12,0 +8.3,15,1 +3,11,0 +5.8,14,0 +6.8,12,2 +10,12,2 +3,12,0 +3.5,18,0 +3.2,12,0 +4,12,0 +2.9,12,1 +3.1,12,3 +3.2,12,1 +4.8,12,3 +3,14,4 +18.2,16,1 +3.5,12,2 +4.1,14,0 +2,11,0 +4.3,12,0 +3,10,0 +6.4,12,0 +5.2,6,0 +4.5,13,0 +3.9,12,3 +3.5,10,2 +10.9,12,0 +4.1,14,0 +3,13,0 +5.9,12,2 +18,18,0 +4,12,0 +3,12,0 +3.5,12,1 +3,12,2 +8.8,12,0 +2.9,8,1 +6.3,13,0 +3.5,13,0 +4.6,14,0 +6,12,2 +2.9,10,1 +5.6,16,0 +4,12,0 +6,16,0 +4.5,12,2 +2.9,14,0 +4.3,18,0 +18.9,17,2 +4.3,13,2 +4.6,14,0 +6.2,15,2 +3,14,0 +8.8,12,0 +8.5,8,0 +3.8,12,4 +3.2,12,0 +5,8,0 +6.5,12,3 +2,9,3 +4.8,12,0 +5.8,16,2 +3.2,12,0 +4.7,16,0 +4.1,12,0 +2.9,12,0 +6,13,4 +3.6,10,0 +4,6,6 +7,12,1 +3,12,0 +6.1,16,0 +8.6,12,1 +3,8,0 +3.8,12,1 +2.9,6,0 +3,4,0 +6.2,11,0 +3.5,11,2 +3,7,3 +3.2,12,2 +8,18,1 +3.3,12,1 +5.2,16,0 +6.2,12,3 +3.5,14,1 +3,12,1 +3,10,2 +4.7,10,0 +3.7,9,1 +4,10,0 +4,12,2 +2.9,12,2 +3,12,1 +5.1,10,0 +13.9,16,0 +18.2,16,1 +6.2,16,0 +5.2,12,0 +4.8,12,3 +3.3,7,1 +3,8,1 +8.4,16,0 +5.7,16,0 +12,18,2 +3.5,13,0 +4.2,10,1 +7,16,1 +6,14,2 +12.2,16,0 +4.5,12,0 +3,9,2 +2.9,11,2 +15,11,0 +4,12,0 +5.2,11,2 +4,12,3 +3.3,12,2 +5.1,12,3 +3.6,12,0 +5,14,2 +4.6,14,0 +12.5,18,0 +3.5,12,0 +4.6,12,0 +10,12,0 +2.9,11,1 +4.5,12,0 +6.5,17,0 +7.5,16,0 +3.5,13,0 +4.2,13,2 +3.5,12,0 +4.5,14,0 +3.3,14,0 +2.9,11,2 +5.2,10,1 +4.1,8,0 +3.8,14,3 +3.4,12,1 +3,10,1 +6.3,17,1 +2.5,9,1 +4.5,12,1 +3.1,12,1 +6.4,14,0 +4.7,16,0 +6.8,12,2 +8.5,10,0 +4.2,0,0 +3.8,14,0 +11.1,15,2 +3.3,16,2 +9.1,12,3 +4.5,11,2 +3,11,1 +8.8,12,0 +4.1,13,0 +2.9,12,0 +3.3,13,2 +6.1,16,0 +3,15,0 +4.2,16,1 +5.6,15,2 +10,12,0 +12.5,18,1 +3.8,6,4 +3.1,6,5 +4.3,12,2 +10.9,12,0 +7.5,16,1 +4.1,9,1 +4.7,12,3 +5,11,0 +2.9,10,2 +8,12,1 +8.4,8,3 +2.9,9,0 +6.2,17,0 +6.2,16,2 +5.1,11,0 +4,10,1 +4.4,8,3 +6.9,13,0 +5.4,14,1 +3,13,1 +2.9,11,2 +6.2,7,0 +4.3,16,0 +3.2,12,2 +7.3,13,0 +6.3,14,2 +5.6,16,0 +8.8,14,1 +3.2,11,0 +3,8,0 +3,14,0 +12.5,17,3 +2.9,10,3 +3.3,12,0 +6.5,12,0 +10.4,18,1 +4.5,14,0 +10,18,0 +3.8,12,2 +8.8,16,0 +9.4,14,2 +6.3,12,2 +4,9,0 +2.9,12,0 +20,12,1 +11.2,17,1 +3.5,12,2 +6,15,2 +14.4,17,1 +6.4,16,1 +3.5,12,1 +3,15,0 +4.5,16,1 +6.6,12,0 +9.3,15,0 +3,12,2 +3.2,12,0 +1.5,12,2 +5.9,12,1 +8,16,0 +2.9,11,1 +3.3,14,0 +6.5,14,0 +4,13,1 +6,14,0 +4.1,12,0 +3.8,12,0 +3,8,0 +3.5,12,0 +2.9,3,0 +4.5,11,0 +3.3,15,2 +5.9,11,1 +8,12,2 +3,4,1 +5,9,6 +5.5,12,1 +2.7,12,0 +3,11,2 +4.5,12,0 +17.5,16,3 +8.2,13,0 +9.1,15,1 +11.8,16,0 +3.2,12,0 +4.5,12,0 +4.5,12,0 +3.7,9,2 +6.5,10,3 +2.9,12,0 +5.6,11,2 +2.2,8,4 +5,6,3 +8.3,16,0 +2.9,12,4 +6.2,12,3 +4.6,16,0 +3.3,12,0 +2.3,10,4 +3.3,13,0 +3.2,13,4 +12.5,14,0 +5.2,16,0 +3.1,10,2 +7.2,12,3 +2.9,12,0 +1.8,11,2 +2.9,0,2 +2.9,5,5 +17.7,16,1 +6.2,16,0 +2.6,9,1 +6.6,15,2 +3.5,12,1 +6.5,12,3 +3,12,0 +4.4,13,1 +10,12,1 +4.9,7,5 +9,17,2 +1.4,12,2 +3.1,12,0 +9.3,14,3 +7.5,12,2 +4.8,13,0 +5.7,12,0 +15,16,2 +2.3,10,3 +4.7,15,3 +11.6,16,0 +3.5,14,2 diff --git a/docs/_site/files/evalsp23_final-project-rubric.xlsx b/docs/_site/files/evalsp23_final-project-rubric.xlsx new file mode 100644 index 00000000..d2e8396a Binary files /dev/null and b/docs/_site/files/evalsp23_final-project-rubric.xlsx differ diff --git a/docs/_site/files/icon-512.png b/docs/_site/files/icon-512.png new file mode 100644 index 00000000..d9aaa547 Binary files /dev/null and b/docs/_site/files/icon-512.png differ diff --git a/docs/_site/files/img/assignments/insert-chunk-button.png b/docs/_site/files/img/assignments/insert-chunk-button.png new file mode 100644 index 00000000..4c3d284e Binary files /dev/null and b/docs/_site/files/img/assignments/insert-chunk-button.png differ diff --git a/docs/_site/files/img/assignments/knit-button.png b/docs/_site/files/img/assignments/knit-button.png new file mode 100755 index 00000000..906ad217 Binary files /dev/null and b/docs/_site/files/img/assignments/knit-button.png differ diff --git a/docs/_site/files/img/assignments/project-structure.png b/docs/_site/files/img/assignments/project-structure.png new file mode 100644 index 00000000..455e5581 Binary files /dev/null and b/docs/_site/files/img/assignments/project-structure.png differ diff --git a/docs/_site/files/img/dice/1.svg b/docs/_site/files/img/dice/1.svg new file mode 100644 index 00000000..935d9dcc --- /dev/null +++ b/docs/_site/files/img/dice/1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/_site/files/img/dice/2.svg b/docs/_site/files/img/dice/2.svg new file mode 100644 index 00000000..3ffe302b --- /dev/null +++ b/docs/_site/files/img/dice/2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/_site/files/img/dice/3.svg b/docs/_site/files/img/dice/3.svg new file mode 100644 index 00000000..755f5a29 --- /dev/null +++ b/docs/_site/files/img/dice/3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/_site/files/img/dice/4.svg b/docs/_site/files/img/dice/4.svg new file mode 100644 index 00000000..023825f6 --- /dev/null +++ b/docs/_site/files/img/dice/4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/_site/files/img/dice/5.svg b/docs/_site/files/img/dice/5.svg new file mode 100644 index 00000000..db998ce6 --- /dev/null +++ b/docs/_site/files/img/dice/5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/_site/files/img/dice/6.svg b/docs/_site/files/img/dice/6.svg new file mode 100644 index 00000000..be55d89a --- /dev/null +++ b/docs/_site/files/img/dice/6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/slides/img/01/eval-flowchart.png b/docs/_site/files/img/eval-flowchart.png similarity index 100% rename from slides/img/01/eval-flowchart.png rename to docs/_site/files/img/eval-flowchart.png diff --git a/docs/_site/files/img/eval-hires.png b/docs/_site/files/img/eval-hires.png new file mode 100644 index 00000000..3110f38c Binary files /dev/null and b/docs/_site/files/img/eval-hires.png differ diff --git a/docs/_site/files/img/example/dagitty-code.png b/docs/_site/files/img/example/dagitty-code.png new file mode 100644 index 00000000..0fa3c2f1 Binary files /dev/null and b/docs/_site/files/img/example/dagitty-code.png differ diff --git a/docs/_site/files/img/example/working-directory.png b/docs/_site/files/img/example/working-directory.png new file mode 100644 index 00000000..5a199006 Binary files /dev/null and b/docs/_site/files/img/example/working-directory.png differ diff --git a/docs/_site/files/img/flujo-semanal.png b/docs/_site/files/img/flujo-semanal.png new file mode 100644 index 00000000..0407859c Binary files /dev/null and b/docs/_site/files/img/flujo-semanal.png differ diff --git a/docs/_site/files/img/install/install-r-links.png b/docs/_site/files/img/install/install-r-links.png new file mode 100644 index 00000000..e40849eb Binary files /dev/null and b/docs/_site/files/img/install/install-r-links.png differ diff --git a/docs/_site/files/img/install/install-r-mac.png b/docs/_site/files/img/install/install-r-mac.png new file mode 100644 index 00000000..5cc63c9b Binary files /dev/null and b/docs/_site/files/img/install/install-r-mac.png differ diff --git a/docs/_site/files/img/install/install-r-package-panel.png b/docs/_site/files/img/install/install-r-package-panel.png new file mode 100644 index 00000000..2f5966cb Binary files /dev/null and b/docs/_site/files/img/install/install-r-package-panel.png differ diff --git a/docs/_site/files/img/install/install-r-rstudio1.png b/docs/_site/files/img/install/install-r-rstudio1.png new file mode 100644 index 00000000..d5de8800 Binary files /dev/null and b/docs/_site/files/img/install/install-r-rstudio1.png differ diff --git a/docs/_site/files/img/install/install-r-rstudio2.png b/docs/_site/files/img/install/install-r-rstudio2.png new file mode 100644 index 00000000..a04fcabb Binary files /dev/null and b/docs/_site/files/img/install/install-r-rstudio2.png differ diff --git a/docs/_site/files/img/install/install-r-tidyverse.png b/docs/_site/files/img/install/install-r-tidyverse.png new file mode 100644 index 00000000..6609eda8 Binary files /dev/null and b/docs/_site/files/img/install/install-r-tidyverse.png differ diff --git a/docs/_site/files/img/install/install-r-windows.png b/docs/_site/files/img/install/install-r-windows.png new file mode 100644 index 00000000..f09a18a3 Binary files /dev/null and b/docs/_site/files/img/install/install-r-windows.png differ diff --git a/docs/_site/files/img/mpa-mpp-logic-model.jpg b/docs/_site/files/img/mpa-mpp-logic-model.jpg new file mode 100644 index 00000000..636e48c6 Binary files /dev/null and b/docs/_site/files/img/mpa-mpp-logic-model.jpg differ diff --git a/docs/_site/files/img/reference/chunk-options.png b/docs/_site/files/img/reference/chunk-options.png new file mode 100644 index 00000000..67ee7453 Binary files /dev/null and b/docs/_site/files/img/reference/chunk-options.png differ diff --git a/docs/_site/files/img/reference/chunk-toc.png b/docs/_site/files/img/reference/chunk-toc.png new file mode 100644 index 00000000..1a24428c Binary files /dev/null and b/docs/_site/files/img/reference/chunk-toc.png differ diff --git a/docs/_site/files/img/reference/insert-chunk.png b/docs/_site/files/img/reference/insert-chunk.png new file mode 100644 index 00000000..00d81407 Binary files /dev/null and b/docs/_site/files/img/reference/insert-chunk.png differ diff --git a/docs/_site/files/img/reference/output-options.png b/docs/_site/files/img/reference/output-options.png new file mode 100644 index 00000000..87a9a32a Binary files /dev/null and b/docs/_site/files/img/reference/output-options.png differ diff --git a/docs/_site/files/img/reference/rproj-multiple-folders.png b/docs/_site/files/img/reference/rproj-multiple-folders.png new file mode 100644 index 00000000..2c74924b Binary files /dev/null and b/docs/_site/files/img/reference/rproj-multiple-folders.png differ diff --git a/docs/_site/files/img/reference/rproj-one-folder.png b/docs/_site/files/img/reference/rproj-one-folder.png new file mode 100644 index 00000000..65ac1bab Binary files /dev/null and b/docs/_site/files/img/reference/rproj-one-folder.png differ diff --git a/docs/_site/files/img/streets-dag.jpg b/docs/_site/files/img/streets-dag.jpg new file mode 100644 index 00000000..70c3f74b Binary files /dev/null and b/docs/_site/files/img/streets-dag.jpg differ diff --git a/docs/_site/files/img/streets-logic-model.jpg b/docs/_site/files/img/streets-logic-model.jpg new file mode 100644 index 00000000..e64d2290 Binary files /dev/null and b/docs/_site/files/img/streets-logic-model.jpg differ diff --git a/docs/_site/files/img/syllabus/gator_error.jpg b/docs/_site/files/img/syllabus/gator_error.jpg new file mode 100644 index 00000000..19e6f8df Binary files /dev/null and b/docs/_site/files/img/syllabus/gator_error.jpg differ diff --git a/docs/_site/files/img/syllabus/hosrt_error_tweet.png b/docs/_site/files/img/syllabus/hosrt_error_tweet.png new file mode 100644 index 00000000..1799d2e3 Binary files /dev/null and b/docs/_site/files/img/syllabus/hosrt_error_tweet.png differ diff --git a/docs/_site/files/img/unzipping/extract-windows-1.png b/docs/_site/files/img/unzipping/extract-windows-1.png new file mode 100644 index 00000000..99ed16b1 Binary files /dev/null and b/docs/_site/files/img/unzipping/extract-windows-1.png differ diff --git a/docs/_site/files/img/unzipping/extract-windows-2.png b/docs/_site/files/img/unzipping/extract-windows-2.png new file mode 100644 index 00000000..40239e10 Binary files /dev/null and b/docs/_site/files/img/unzipping/extract-windows-2.png differ diff --git a/docs/_site/files/img/unzipping/extract-windows-3.png b/docs/_site/files/img/unzipping/extract-windows-3.png new file mode 100644 index 00000000..10dc70e3 Binary files /dev/null and b/docs/_site/files/img/unzipping/extract-windows-3.png differ diff --git a/docs/_site/files/img/unzipping/inside-zip-windows.png b/docs/_site/files/img/unzipping/inside-zip-windows.png new file mode 100644 index 00000000..f03ee79a Binary files /dev/null and b/docs/_site/files/img/unzipping/inside-zip-windows.png differ diff --git a/docs/_site/files/img/unzipping/temp-wd-windows.png b/docs/_site/files/img/unzipping/temp-wd-windows.png new file mode 100644 index 00000000..10617a0d Binary files /dev/null and b/docs/_site/files/img/unzipping/temp-wd-windows.png differ diff --git a/docs/_site/files/img/unzipping/unzip-mac.png b/docs/_site/files/img/unzipping/unzip-mac.png new file mode 100644 index 00000000..5f5df27a Binary files /dev/null and b/docs/_site/files/img/unzipping/unzip-mac.png differ diff --git a/docs/_site/files/js/markdown-config.js b/docs/_site/files/js/markdown-config.js new file mode 100644 index 00000000..88be739c --- /dev/null +++ b/docs/_site/files/js/markdown-config.js @@ -0,0 +1,48 @@ +/* eslint-disable prefer-arrow-callback, comma-dangle */ +/* global Stackedit */ + +function makeEditButton(el) { + const div = document.createElement('div'); + div.className = 'stackedit-button-wrapper'; + div.innerHTML = 'Click here to try Markdown in your browser!
'; + el.parentNode.insertBefore(div, el.nextSibling); + return div.getElementsByTagName('a')[0]; +} + +const textareaEl = document.querySelector('textarea'); +makeEditButton(textareaEl) + .addEventListener('click', function onClick() { + const stackedit = new Stackedit(); + stackedit.on('fileChange', function onFileChange(file) { + textareaEl.value = file.content.text; + }); + stackedit.openFile({ + name: 'Markdown with StackEdit', + content: { + text: textareaEl.value + } + }); + }); + +const htmlEl = document.querySelector('.html'); +let markdown = 'Hello **Markdown** writer!'; + +function doOpen(background) { + const stackedit = new Stackedit(); + stackedit.on('fileChange', function onFileChange(file) { + markdown = file.content.text; + htmlEl.innerHTML = file.content.html; + }); + stackedit.openFile({ + name: 'HTML with StackEdit', + content: { + text: markdown + } + }, background); +} + +doOpen(true); +makeEditButton(htmlEl) + .addEventListener('click', function onClick() { + doOpen(false); + }); diff --git a/docs/_site/files/js/stackedit.min.js b/docs/_site/files/js/stackedit.min.js new file mode 100644 index 00000000..cba8eb19 --- /dev/null +++ b/docs/_site/files/js/stackedit.min.js @@ -0,0 +1 @@ +!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("Stackedit",[],t):"object"==typeof exports?exports.Stackedit=t():e.Stackedit=t()}("undefined"!=typeof self?self:this,function(){return function(e){function t(i){if(n[i])return n[i].exports;var o=n[i]={i:i,l:!1,exports:{}};return e[i].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,i){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:i})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var o=function(){function e(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};i(this,e),this.$options={url:"https://stackedit.io/app"},this.$listeners={},Object.keys(n).forEach(function(e){t.$options[e]=n[e]})}return o(e,[{key:"$trigger",value:function(e,t){(this.$listeners[e]||[]).forEach(function(e){return setTimeout(function(){return e(t)},1)})}},{key:"on",value:function(e,t){var n=this.$listeners[e]||[];n.push(t),this.$listeners[e]=n}},{key:"off",value:function(e,t){var n=this.$listeners[e]||[],i=n.indexOf(t);i>=0&&(n.splice(i,1),n.length?this.$listeners[e]=n:delete this.$listeners[e])}},{key:"openFile",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.close(),s.href=this.$options.url,this.$origin=s.protocol+"//"+s.host;var i=t.content||{},o={origin:a,fileName:t.name,contentText:i.text,contentProperties:!i.yamlProperties&&i.properties?JSON.stringify(i.properties):i.yamlProperties,silent:n},c=Object.keys(o).map(function(e){return e+"="+encodeURIComponent(o[e]||"")}).join("&");s.hash="#"+c,r(),this.$containerEl=document.createElement("div"),this.$containerEl.className=n?"stackedit-hidden-container":"stackedit-container",this.$containerEl.innerHTML='\n
\n \n \n \n \n \n \n
\n',document.body.appendChild(this.$containerEl);var l=this.$containerEl.querySelector("iframe");l.src=s.href;var d=this.$containerEl.querySelector("a");d.addEventListener("click",function(){return e.close()}),this.$messageHandler=function(t){if(t.origin===e.$origin&&t.source===l.contentWindow)switch(t.data.type){case"ready":d.parentNode.removeChild(d);break;case"fileChange":e.$trigger("fileChange",t.data.payload),n&&e.close();break;case"close":default:e.close()}},window.addEventListener("message",this.$messageHandler),n||(document.body.className+=" stackedit-no-overflow")}},{key:"close",value:function(){this.$messageHandler&&(window.removeEventListener("message",this.$messageHandler),document.body.removeChild(this.$containerEl),this.$messageHandler=null,this.$containerEl=null,document.body.className=document.body.className.replace(/\sstackedit-no-overflow\b/,""),this.$trigger("close"))}}]),e}();t.default=c,e.exports=t.default}])}); \ No newline at end of file diff --git a/docs/_site/files/logo-correlacional.png b/docs/_site/files/logo-correlacional.png new file mode 100644 index 00000000..d701ba5c Binary files /dev/null and b/docs/_site/files/logo-correlacional.png differ diff --git a/docs/_site/files/psd-final-report-2012.pdf b/docs/_site/files/psd-final-report-2012.pdf new file mode 100644 index 00000000..aa76bda5 Binary files /dev/null and b/docs/_site/files/psd-final-report-2012.pdf differ diff --git a/docs/_site/files/psd-proposal-2011.pdf b/docs/_site/files/psd-proposal-2011.pdf new file mode 100755 index 00000000..f685c700 Binary files /dev/null and b/docs/_site/files/psd-proposal-2011.pdf differ diff --git a/docs/_site/files/schedule.ics b/docs/_site/files/schedule.ics new file mode 100644 index 00000000..d02f51e4 --- /dev/null +++ b/docs/_site/files/schedule.ics @@ -0,0 +1,358 @@ +BEGIN:VCALENDAR +PRODID:ATFutures/calendar +VERSION:2.0 +CALSCALE:GREGORIAN +METHOD:PUBLISH +BEGIN:VEVENT +UID:ical-b3c3807e-2c30-4e80-b7e0-0042b9fd82e7 +DTSTART;VALUE=DATE:20230111 +DTEND;VALUE=DATE:20230112 +SUMMARY:PMAP 8521: (Session 1) Evaluation and the causal revolution +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/01-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-9d800bf1-d251-42e9-926e-6b894833667b +DTSTART;VALUE=DATE:20230118 +DTEND;VALUE=DATE:20230119 +SUMMARY:PMAP 8521: Weekly check-in 1 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-4612ecf7-cd10-453d-b877-49ce8939e5ac +DTSTART;VALUE=DATE:20230118 +DTEND;VALUE=DATE:20230119 +SUMMARY:PMAP 8521: Problem set 1 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/01-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-757f0ff1-d229-4a3f-9208-6d0c30f6ba63 +DTSTART;VALUE=DATE:20230118 +DTEND;VALUE=DATE:20230119 +SUMMARY:PMAP 8521: (Session 2) Regression and inference +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/02-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-46fb07e2-531b-4ccd-b3d0-2eeb7f70313c +DTSTART;VALUE=DATE:20230118 +DTEND;VALUE=DATE:20230119 +SUMMARY:PMAP 8521: Weekly check-in 2 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-7104f949-8f30-40ec-8bba-484934ef83b5 +DTSTART;VALUE=DATE:20230201 +DTEND;VALUE=DATE:20230202 +SUMMARY:PMAP 8521: Problem set 2 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/02-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-ca454b77-a7b7-4110-99a7-b295d4269c7a +DTSTART;VALUE=DATE:20230125 +DTEND;VALUE=DATE:20230126 +SUMMARY:PMAP 8521: (Session 3) Theories of change and logic models +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/03-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-c4ea9e2d-5dff-4f03-a994-3f4f2cbea56f +DTSTART;VALUE=DATE:20230125 +DTEND;VALUE=DATE:20230126 +SUMMARY:PMAP 8521: Weekly check-in 3 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-308f1607-84ca-48a6-9035-2547a9e15898 +DTSTART;VALUE=DATE:20230201 +DTEND;VALUE=DATE:20230202 +SUMMARY:PMAP 8521: Evaluation: Background and theory +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/01-eval-background-theory.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-f7fbfadb-0a2b-4a2e-8558-91e3c492d6c0 +DTSTART;VALUE=DATE:20230201 +DTEND;VALUE=DATE:20230202 +SUMMARY:PMAP 8521: (Session 4) Measurement and DAGs +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/04-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-3ab3c996-1738-49ae-9bfb-bc8a22917f41 +DTSTART;VALUE=DATE:20230201 +DTEND;VALUE=DATE:20230202 +SUMMARY:PMAP 8521: Weekly check-in 4 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-f8ad53fd-3810-4cbd-b407-ae2e0420ec2c +DTSTART;VALUE=DATE:20230208 +DTEND;VALUE=DATE:20230209 +SUMMARY:PMAP 8521: Evaluation: Measurement +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/02-eval-measurement.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-4292cc16-a9b9-4b5f-b9ca-8d58df67d09a +DTSTART;VALUE=DATE:20230208 +DTEND;VALUE=DATE:20230209 +SUMMARY:PMAP 8521: (Session 5) DAGs and potential outcomes +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/05-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-9ef6a241-2835-4010-b7de-eb89c2e57ab7 +DTSTART;VALUE=DATE:20230208 +DTEND;VALUE=DATE:20230209 +SUMMARY:PMAP 8521: Weekly check-in 5 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-63c40e62-bf80-4435-aab2-8a1a034572d4 +DTSTART;VALUE=DATE:20230215 +DTEND;VALUE=DATE:20230216 +SUMMARY:PMAP 8521: Evaluation: Causal model +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/03-eval-dag.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-676749d9-122a-4a0b-89eb-228974d39549 +DTSTART;VALUE=DATE:20230215 +DTEND;VALUE=DATE:20230216 +SUMMARY:PMAP 8521: (Session 6) Threats to validity +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/06-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-b9a021f6-65e1-4662-8672-d61bdf262c5d +DTSTART;VALUE=DATE:20230215 +DTEND;VALUE=DATE:20230216 +SUMMARY:PMAP 8521: Weekly check-in 6 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-76f5740f-3da5-4387-a078-fa58b0380396 +DTSTART;VALUE=DATE:20230222 +DTEND;VALUE=DATE:20230223 +SUMMARY:PMAP 8521: Evaluation: Threats to validity +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/04-eval-threats.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-9aeae366-313c-4d09-9117-42c3ea187374 +DTSTART;VALUE=DATE:20230222 +DTEND;VALUE=DATE:20230302 +SUMMARY:PMAP 8521: Exam 1 +DESCRIPTION: +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-e860bab1-7822-4c90-b99f-2c1dda7049c6 +DTSTART;VALUE=DATE:20230222 +DTEND;VALUE=DATE:20230223 +SUMMARY:PMAP 8521: (Session 7) Randomization and matching +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/07-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-c4d35b56-6b61-4be4-a823-edcf20a7d690 +DTSTART;VALUE=DATE:20230222 +DTEND;VALUE=DATE:20230223 +SUMMARY:PMAP 8521: Weekly check-in 7 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-6c8566b6-e60e-47e0-9d6d-2bc501b1e4f9 +DTSTART;VALUE=DATE:20230301 +DTEND;VALUE=DATE:20230302 +SUMMARY:PMAP 8521: Problem set 3 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/03-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-173e5b51-f991-4bbe-929c-123572fb239f +DTSTART;VALUE=DATE:20230301 +DTEND;VALUE=DATE:20230302 +SUMMARY:PMAP 8521: (Session 8) Difference-in-differences I +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/08-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-c0a902b3-3e00-4fd4-83d4-76a14bf085ba +DTSTART;VALUE=DATE:20230301 +DTEND;VALUE=DATE:20230302 +SUMMARY:PMAP 8521: Weekly check-in 8 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-db60d0e4-1612-442a-99d4-f8138b2008c0 +DTSTART;VALUE=DATE:20230308 +DTEND;VALUE=DATE:20230309 +SUMMARY:PMAP 8521: Problem set 4 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/04-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-40053a1a-266c-4bf4-b6a9-69b7c95faf3c +DTSTART;VALUE=DATE:20230308 +DTEND;VALUE=DATE:20230309 +SUMMARY:PMAP 8521: (Session 9) Difference-in-differences II +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/09-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-bd5f16e4-3ba7-4896-842b-84b1ed8dbc20 +DTSTART;VALUE=DATE:20230308 +DTEND;VALUE=DATE:20230309 +SUMMARY:PMAP 8521: Weekly check-in 9 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-9a9e382e-0a5e-4651-a838-f9ca042532a9 +DTSTART;VALUE=DATE:20230322 +DTEND;VALUE=DATE:20230323 +SUMMARY:PMAP 8521: Problem set 5 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/05-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-1b101720-2c4d-400f-a66b-1e621b91b7af +DTSTART;VALUE=DATE:20230322 +DTEND;VALUE=DATE:20230323 +SUMMARY:PMAP 8521: (Session 10) Regression discontinuity I +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/10-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-d6c118dd-9e85-48fa-bcf3-3a94a75973e5 +DTSTART;VALUE=DATE:20230322 +DTEND;VALUE=DATE:20230323 +SUMMARY:PMAP 8521: Weekly check-in 10 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-632209fd-14c7-49d8-8c22-23c52ad5dd95 +DTSTART;VALUE=DATE:20230329 +DTEND;VALUE=DATE:20230330 +SUMMARY:PMAP 8521: Problem set 6 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/06-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-ad8c68c7-f8b5-4a68-a78d-0432720d6a60 +DTSTART;VALUE=DATE:20230329 +DTEND;VALUE=DATE:20230330 +SUMMARY:PMAP 8521: (Session 11) Instrumental variables I +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/11-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-568ea08c-c07b-4830-8c5a-adbedd7c95cd +DTSTART;VALUE=DATE:20230329 +DTEND;VALUE=DATE:20230330 +SUMMARY:PMAP 8521: Weekly check-in 11 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-e645bd87-c6ab-45f3-a600-bab9d734ed51 +DTSTART;VALUE=DATE:20230405 +DTEND;VALUE=DATE:20230406 +SUMMARY:PMAP 8521: Problem set 7 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/07-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-dd62ed8a-80c8-4685-b7e9-509730565b35 +DTSTART;VALUE=DATE:20230405 +DTEND;VALUE=DATE:20230406 +SUMMARY:PMAP 8521: (Session 12) Instrumental variables II + Regression discontinuity II +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/12-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-ce3ec323-41ad-43d2-8d30-0ea34787180e +DTSTART;VALUE=DATE:20230405 +DTEND;VALUE=DATE:20230406 +SUMMARY:PMAP 8521: Weekly check-in 12 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-84e8d616-9e18-4e65-93b9-3e63c00c3393 +DTSTART;VALUE=DATE:20230412 +DTEND;VALUE=DATE:20230413 +SUMMARY:PMAP 8521: Problem set 8 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/08-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-888aaac4-3c27-4de4-984a-89ebbdc9fc42 +DTSTART;VALUE=DATE:20230412 +DTEND;VALUE=DATE:20230420 +SUMMARY:PMAP 8521: Exam 2 +DESCRIPTION: +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-4418345a-0b28-4455-a262-881ca601fe09 +DTSTART;VALUE=DATE:20230412 +DTEND;VALUE=DATE:20230413 +SUMMARY:PMAP 8521: (Session 13) Choosing and planning ethical evaluations +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/13-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-8966f0a0-dd91-49c5-aada-0fbbdc1f2119 +DTSTART;VALUE=DATE:20230412 +DTEND;VALUE=DATE:20230413 +SUMMARY:PMAP 8521: Weekly check-in 13 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-000c9d8e-8f55-4f04-87c4-e4b9764026b8 +DTSTART;VALUE=DATE:20230419 +DTEND;VALUE=DATE:20230420 +SUMMARY:PMAP 8521: Problem set 9 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/09-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-2d9db45e-aa0f-4a5b-86fc-2393dc11e8bc +DTSTART;VALUE=DATE:20230419 +DTEND;VALUE=DATE:20230420 +SUMMARY:PMAP 8521: (Session 14) Ethics, stories, and curiosity +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/14-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-6ba0eb52-9d70-483e-820b-01a9f52403be +DTSTART;VALUE=DATE:20230419 +DTEND;VALUE=DATE:20230420 +SUMMARY:PMAP 8521: Weekly check-in 14 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-a002a8b7-0997-4de7-859d-c3cb46cce21a +DTSTART;VALUE=DATE:20230430 +DTEND;VALUE=DATE:20230501 +SUMMARY:PMAP 8521: Final project due +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/final-project.html +DTSTAMP:20230119T214517Z +END:VEVENT +END:VCALENDAR diff --git a/docs/_site/files/social-image-sp23.png b/docs/_site/files/social-image-sp23.png new file mode 100644 index 00000000..d17f5628 Binary files /dev/null and b/docs/_site/files/social-image-sp23.png differ diff --git a/slides/evalsp23-slides.Rproj b/docs/_site/projects/01-class/01-class.Rproj similarity index 100% rename from slides/evalsp23-slides.Rproj rename to docs/_site/projects/01-class/01-class.Rproj diff --git a/docs/_site/projects/01-class/01_recreate_me.md b/docs/_site/projects/01-class/01_recreate_me.md new file mode 100644 index 00000000..835c9354 --- /dev/null +++ b/docs/_site/projects/01-class/01_recreate_me.md @@ -0,0 +1,33 @@ +--- +title: "Example paper from regular Markdown" +author: "Your name" +date: "Put the date here" +output: + pdf_document: default + word_document: default +bibliography: references.bib +csl: csl/chicago-author-date.csl +abstract: Here's an important abstract for this important paper. +--- + +It was the best of times, it was the worst of times, it was the age of wisdom, it was the age of foolishness, it was the epoch of belief, it was the epoch of incredulity, it was the season of Light, it was the season of Darkness, it was the spring of hope, it was the winter of despair, we had everything before us, we had nothing before us, we were all going direct to Heaven, we were all going direct the other way—in short, the period was so far like the present period, that some of its noisiest authorities insisted on its being received, for good or for evil, in the superlative degree of comparison only. + +There were a king with a large jaw and a queen with a plain face, on the throne of England; there were a king with a large jaw and a queen with a fair face, on the throne of France. In both countries it was clearer than crystal to the lords of the State preserves of loaves and fishes, that things in general were settled for ever. + +It was the year of Our Lord one thousand seven hundred and seventy-five. Spiritual revelations were conceded to England at that favoured period, as at this. Mrs. Southcott had recently attained her five-and-twentieth blessed birthday, of whom a prophetic private in the Life Guards had heralded the sublime appearance by announcing that arrangements were made for the swallowing up of London and Westminster. Even the Cock-lane ghost had been laid only a round dozen of years, after rapping out its messages, as the spirits of this very year last past (supernaturally deficient in originality) rapped out theirs. Mere messages in the earthly order of events had lately come to the English Crown and People, from a congress of British subjects in America: which, strange to relate, have proved more important to the human race than any communications yet received through any of the chickens of the Cock-lane brood. + +France, less favoured on the whole as to matters spiritual than her sister of the shield and trident, rolled with exceeding smoothness down hill, making paper money and spending it. Under the guidance of her Christian pastors, she entertained herself, besides, with such humane achievements as sentencing a youth to have his hands cut off, his tongue torn out with pincers, and his body burned alive, because he had not kneeled down in the rain to do honour to a dirty procession of monks which passed within his view, at a distance of some fifty or sixty yards. It is likely enough that, rooted in the woods of France and Norway, there were growing trees, when that sufferer was put to death, already marked by the Woodman, Fate, to come down and be sawn into boards, to make a certain movable framework with a sack and a knife in it, terrible in history. + +It is likely enough that in the rough outhouses of some tillers of the heavy lands adjacent to Paris, there were sheltered from the weather that very day: rude carts, bespattered with rustic mire, snuffed about by pigs, and roosted in by poultry, which the Farmer, Death, had already set apart to be his tumbrils of the Revolution. + +But that Woodman and that Farmer, though they work unceasingly, work silently, and no one heard them as they went about with muffled tread: the rather, forasmuch as to entertain any suspicion that they were awake, was to be atheistical and traitorous. + +In England, there was scarcely an amount of order and protection to justify much national boasting. Daring burglaries by armed men, and highway robberies, took place in the capital itself every night; families were publicly cautioned not to go out of town without removing their furniture to upholsterers’ warehouses for security; the highwayman in the dark was a City tradesman in the light, and, being recognised and challenged by his fellow-tradesman whom he stopped in his character of “the Captain,” gallantly shot him through the head and rode away; the mail was waylaid by seven robbers, and the guard shot three dead, and then got shot dead himself by the other four, “in consequence of the failure of his ammunition:” after which the mail was robbed in peace; that magnificent potentate, the Lord Mayor of London, was made to stand and deliver on Turnham Green, by one highwayman, who despoiled the illustrious creature in sight of all his retinue; prisoners in London gaols fought battles with their turnkeys, and the majesty of the law fired blunderbusses in among them, loaded with rounds of shot and ball; thieves snipped off diamond crosses from the necks of noble lords at Court drawing-rooms; musketeers went into St. Giles’s, to search for contraband goods, and the mob fired on the musketeers, and the musketeers fired on the mob, and nobody thought any of these occurrences much out of the common way. + +In the midst of them, the hangman, ever busy and ever worse than useless, was in constant requisition; now, stringing up long rows of miscellaneous criminals; now, hanging a housebreaker on Saturday who had been taken on Tuesday; now, burning people in the hand at Newgate by the dozen, and now burning pamphlets at the door of Westminster Hall; to-day, taking the life of an atrocious murderer, and to-morrow of a wretched pilferer who had robbed a farmer’s boy of sixpence. + +All these things, and a thousand like them, came to pass in and close upon the dear old year one thousand seven hundred and seventy-five. Environed by them, while the Woodman and the Farmer worked unheeded, those two of the large jaws, and those other two of the plain and the fair faces, trod with stir enough, and carried their divine rights with a high hand. Thus did the year one thousand seven hundred and seventy-five conduct their Greatnesses, and myriads of small creatures—the creatures of this chronicle among the rest—along the roads that lay before them. + +It was the Dover road that lay, on a Friday night late in November, before the first of the persons with whom this history has business. The Dover road lay, as to him, beyond the Dover mail, as it lumbered up Shooter’s Hill. He walked up hill in the mire by the side of the mail, as the rest of the passengers did; not because they had the least relish for walking exercise, under the circumstances, but because the hill, and the harness, and the mud, and the mail, were all so heavy, that the horses had three times already come to a stop, besides once drawing the coach across the road, with the mutinous intent of taking it back to Blackheath. Reins and whip and coachman and guard, however, in combination, had read that article of war which forbade a purpose otherwise strongly in favour of the argument, that some brute animals are endued with Reason; and the team had capitulated and returned to their duty. + +Two other passengers, besides the one, were plodding up the hill by the side of the mail. All three were wrapped to the cheekbones and over the ears, and wore jack-boots. Not one of the three could have said, from anything he saw, what either of the other two was like; and each was hidden under almost as many wrappers from the eyes of the mind, as from the eyes of the body, of his two companions. diff --git a/docs/_site/projects/01-class/02_getting-started.Rmd b/docs/_site/projects/01-class/02_getting-started.Rmd new file mode 100644 index 00000000..2cbb8f9a --- /dev/null +++ b/docs/_site/projects/01-class/02_getting-started.Rmd @@ -0,0 +1,71 @@ +--- +title: "Getting started with R and RStudio" +output: html_document +--- + +```{r setup} +library(tidyverse) +``` + +## R Markdown + +This is an [R Markdown](http://rmarkdown.rstudio.com) file (it has a .Rmd file extension). When you execute code within the file, the results appear beneath the code. + +R code goes in **code chunks**, denoted by three backticks. Try executing this chunk by clicking the *Run* button (a small green triangle) within the chunk or by placing your cursor inside it and pressing *Ctrl+Shift+Enter* (or *Cmd+Shift+Enter* on Mac). + +```{r} +ggplot(data = mpg) + + geom_point(mapping = aes(x = cty, y = hwy), alpha = 0.2) +``` + +## Add a new code chunk + +Add a new code chunk by clicking the *Insert Chunk* button on the toolbar or by pressing *Cmd/Ctrl+Option+I*. + +Put 2 + 2 in your new code chunk and run it. + +PUT A NEW CHUNK HERE + + +## Knitting R Markdown files + +We'll use R Markdown files as notebooks as we learn because we can record text, code and output. + +R Markdown files are also a publication format. Try hitting the "Knit" button in the toolbar above. R runs all the code in the document from top to bottom, it collects the output and puts the code, text and output together in an HTML document---you should see it as `01-getting-started.html` in the Files pane. This document is a great way to record or share your work (you can also Knit to PDF or Word documents). + +## Assigning variables + +What's the difference between the code in this chunk: + +```{r} +filter(mtcars, cyl == 4) +``` + +And the code in this chunk? + +```{r} +four_cyls <- filter(mtcars, cyl == 4) +``` + +## Functions + +Look at the help page for `seq` + +Add a chunk here that uses `seq()` to create a list of numbers from 5 to 100, spaced by 5 (so 5, 10, 15, 20, etc.) + +CHUNK HERE + + +## Syntax gone wrong + +```{r, error=TRUE} +sd(pull(.data = starwars, var = mass) +``` + +```{r, error=TRUE} +my_name <- "Andrew' +``` + +```{r, error=TRUE} +pull(.data = "starwars", var = height) +``` diff --git a/docs/_site/projects/01-class/03_penguins.Rmd b/docs/_site/projects/01-class/03_penguins.Rmd new file mode 100644 index 00000000..bff57308 --- /dev/null +++ b/docs/_site/projects/01-class/03_penguins.Rmd @@ -0,0 +1,196 @@ +--- +title: "Penguins" +author: "Put your name here" +date: "Put the date here" +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +```{r} +library(tidyverse) +library(scales) +library(broom) + +penguins_raw <- read_csv("data/penguins.csv") +``` + +Between 2007 and 2009, researchers collected data on penguins in three islands in the Palmer Archipelago in Antarctica: Biscoe, Dream, and Torgersen. The `penguins` dataset has data for 342 penguins from 3 different species: Chinstrap, Gentoo, and Adélie. It includes the following variables: + +- `species`: The penguin's species (Chinstrap, Gentoo, and Adélie) +- `island`: The island where the penguin lives (Biscoe, Dream, and Torgersen) +- `bill_length_mm`: The length of the penguin's bill, in millimeters (distance from the penguin's face to the tip of the bill) +- `bill_depth_mm`: The depth of the penguin's bill, in millimeters (height of the bill; distance from the bottom of the bill to the top of the bill) +- `flipper_length_mm`: The length of the penguin's flippers, in millimeters +- `body_mass_g`: The weight of the penguin, in grams +- `sex`: The sex of the penguin +- `year`: The year the observation was made + +Knowing the difference between bill length and bill depth is tricky if you're not a bird expert (I'm not!), so here's a helpful diagram: + +![Penguin bill length vs. bill depth](img/culmen_depth.png) + +# Cleaning the data + +We first need to clean the data a little. Some of the observations are missing the sex of the penguin! + +```{r} +library(naniar) + +gg_miss_var(penguins_raw) +``` + +Missing data will mess up our regression models, so we remove any rows with missing sex. That also fixes the issues we had with the other missing variables, since those rows were missing the sex. + +```{r} +penguins <- penguins_raw %>% + filter(!is.na(sex)) + +gg_miss_var(penguins) +``` + +We'll save this clean data as a CSV file so we can use it in other analysis (or other files within this analysis): + +```{r} +write_csv(penguins, file = "data/penguins_clean.csv") +``` + +# Exploratory analysis + +First we'll look for any patterns in the data. Maybe specific species are heavier or have longer wings or longer or taller bills? + +## Penguin weight by species + +```{r} +ggplot(penguins, aes(x = body_mass_g, + fill = species)) + + geom_density(alpha = 0.75) + + scale_fill_viridis_d(option = "plasma") + + labs(x = "Body mass (g)", y = "Density", fill = "Species") + + theme_minimal() +``` + +```{r} +penguin_details <- penguins %>% + group_by(species) %>% + summarize(avg_weight = mean(body_mass_g), + avg_bill_depth = mean(bill_depth_mm), + avg_flipper_length = mean(flipper_length_mm)) + +gentoo_weight <- filter(penguin_details, species == "Gentoo")$avg_weight +adelie_weight <- filter(penguin_details, species == "Adelie")$avg_weight +chinstrap_weight <- filter(penguin_details, species == "Chinstrap")$avg_weight + +gentoo_bill <- filter(penguin_details, species == "Gentoo")$avg_bill_depth +adelie_bill <- filter(penguin_details, species == "Adelie")$avg_bill_depth +chinstrap_bill <- filter(penguin_details, species == "Chinstrap")$avg_bill_depth +``` + +It looks like Gentoo penguins are heavier on average than the other two species, and substantially so. Gentoo penguins weigh an average of `r comma(gentoo_weight)` grams, while Adelie and Chinstrap penguins weigh an average of `r comma(adelie_weight)` and `r comma(chinstrap_weight)`, respectively. + +## Bill depth by species + +Next we'll look at bill depth (again, this refers to the distance between the top and bottom of the bill) across species: + +```{r} +ggplot(penguins, aes(x = bill_depth_mm, + fill = species)) + + geom_density(alpha = 0.75) + + scale_fill_viridis_d(option = "plasma") + + labs(x = "Bill depth (mm)", y = "Density", fill = "Species") + + theme_minimal() +``` + +Again, Gentoo penguins are quite distinctive and have the shortest bills. On average, Gentoo bills are `r round(gentoo_bill, 1)` millimeters deep, while Adelie and Chinstrap penguins have bills that are `r round(adelie_bill, 1)` and `r round(chinstrap_bill, 1)`, respectively. + +## Penguin location + +Are there any patterns in where these birds live? + +```{r} +ggplot(penguins, aes(x = island, y = species, color = species)) + + geom_point(position = position_jitter(seed = 1234)) + + scale_color_viridis_d(option = "plasma") + + guides(color = "none") + + labs(x = "Island", y = "Species") + + theme_minimal() +``` + +Neat! Gentoo penguins are only on Biscoe Island, Chinstrap penguins are only on Dream Island, and Adelie penguins live on all three of the islands in the dataset---and they're all alone on Torgersen Island. + + +# Regression analysis + +We've seen that Gentoo penguins are pretty distinctive and are both heavier and have shorter bill depths. What's the overall relationship between bill length and bird weight? Are Gentoos still distinctive? + +```{r} +ggplot(penguins, aes(x = bill_depth_mm, y = body_mass_g)) + + geom_point() + + geom_smooth(method = "lm") + + labs(x = "Bill depth (mm)", y = "Body mass (g)") + + theme_minimal() +``` + +According to this plot, it looks like there's a negative relationship between bill depth and body mass---as bills get taller, penguins get lighter. We can create a regression model to see the exact relationship. We'll use this model: + +$$ +\widehat{\text{Body mass}} = \beta_0 + \beta_1 \text{Bill depth} + \epsilon +$$ + +```{r} +model1 <- lm(body_mass_g ~ bill_depth_mm, + data = penguins) + +nice_results1 <- tidy(model1) +nice_results1 +``` + +Based on this model, a 1-mm increase in bill depth is associated with a `r round(filter(nice_results1, term == "bill_depth_mm")$estimate, 1)` gram decrease in body weight, on average. + +However, that's wrong! The coefficient for $\beta_1$ is negative here, but we're not accounting for species. If we look at the original scatterplot, the trend line does go down, but if we color the points by species, we can see that the relationship is actually positive *within* species. + +```{r} +ggplot(penguins, aes(x = bill_depth_mm, y = body_mass_g, color = species)) + + geom_point() + + geom_smooth(method = "lm") + + geom_smooth(aes(color = NULL), method = "lm", color = "darkred") + + scale_color_viridis_d(option = "plasma") + + labs(x = "Bill depth (mm)", y = "Body mass (g)", color = "Species") + + theme_minimal() +``` + +The dark red line shows the trend when not considering species, while the yellow, purple, and blue lines show the within-species trends. The directions reverse! This is a great example of something called Simpson's Paradox, which [according to Wikipedia](https://en.wikipedia.org/wiki/Simpson%27s_paradox) means that + +> …a trend appears in several groups of data but disappears or reverses when the groups are combined. + +If we control for species in a new regression model, we can see the positive relationship between bill depth and body mass. Here's the new model: + +$$ +\widehat{\text{Body mass}} = \beta_0 + \beta_1 \text{Bill depth} + \beta_2 \text{Species} + \epsilon +$$ + +```{r} +model2 <- lm(body_mass_g ~ bill_depth_mm + species, + data = penguins) + +nice_results2 <- tidy(model2) +nice_results2 +``` + +It worked! After controlling for species, on average, a 1-mm increase in bill depth is associated with a `r round(filter(nice_results2, term == "bill_depth_mm")$estimate, 1)` gram *increase* in weight. Also, interestingly, the coefficients for Chinstrap and Gentoo penguins show the trends across these species' weights. Compared to Adelie penguins, Chinstrap penguins are only `r round(filter(nice_results2, term == "speciesChinstrap")$estimate, 1)` grams heavier, while Gentoo penguins are `r comma(filter(nice_results2, term == "speciesGentoo")$estimate, 1)` grams heavier than Adelie penguins, on average. + + +# Conclusion + +Therefore, Gentoo penguins are neat. They + +1. only live on Biscoe Island +2. are heavier than their Chinstrap and Adelie counterparts---they're the chonky bois of the penguin world +3. have short bills, height-wise + +Also, there seems to be a fairly strong relationship between bill depth and body weight. Within all three species, penguins with taller bills tend to be heavier. This relationship can get hidden by Simpson's Paradox if we don't look at within-species trends though. + +The end. + +![Penguins!](img/lter_penguins.png) diff --git a/docs/_site/projects/01-class/04_visualizing-data.Rmd b/docs/_site/projects/01-class/04_visualizing-data.Rmd new file mode 100644 index 00000000..8db58795 --- /dev/null +++ b/docs/_site/projects/01-class/04_visualizing-data.Rmd @@ -0,0 +1,100 @@ +--- +title: "Visualizing data with ggplot" +output: html_document +--- + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) # For ggplot, dplyr, and friends + +mpg <- read_csv("data/mpg.csv") # Load data +``` + +## Figuring out what's in the data + +```{r} +mpg +``` + +## Basic ggplot code + +Run this code from the the slide to make a graph. + +```{r} +ggplot(data = mpg) + + geom_point(mapping = aes(x = displ, y = hwy)) +``` + +## ggplot playground + +Add `color`, `size`, `alpha`, or `shape` aesthetics to your graph. Experiment. + +```{r} +ggplot(data = mpg) + + geom_point(mapping = aes(x = displ, y = hwy)) +``` + +## Switching geoms + +Replace this scatterplot with one that draws boxplots. Use the cheatsheet. Try your best guess. + +```{r} +ggplot(data = mpg) + + geom_point(mapping = aes(x = class, y = hwy)) +``` + +## Histograms + +Make a histogram of the `hwy` variable from `mpg`. + +```{r} +ggplot(data = mpg) +``` + +## Density plots + +Make a density plot `hwy` colored by `class`. + +```{r} +ggplot(data = mpg) +``` + +## Complex plots + +Predict what this code will do. Then run it. + +```{r} +ggplot(mpg) + + geom_point(aes(displ, hwy)) + + geom_smooth(aes(displ, hwy)) +``` + +--- + +## Fancy completed plot from slides + +```{r message=FALSE} +ggplot(data = mpg, mapping = aes(x = displ, y = hwy, color = drv)) + + geom_point() + + geom_smooth(method = "lm") + + scale_color_viridis_d() + + facet_wrap(vars(drv), ncol = 1) + + labs(x = "Displacement", y = "Highway MPG", + color = "Drive", + title = "Heavier cars get lower mileage", + subtitle = "Displacement indicates weight(?)", + caption = "I know nothing about cars") + + theme_bw() + + theme(legend.position = "bottom", + plot.title = element_text(face = "bold")) +``` + +--- + +## Takeaways + +You can use this code template to any kind of graph with **ggplot2**. + +```{r eval=FALSE} +ggplot(data = ) + + (mapping = aes()) +``` diff --git a/docs/_site/projects/01-class/05_manipulating-data.Rmd b/docs/_site/projects/01-class/05_manipulating-data.Rmd new file mode 100644 index 00000000..7a13cf27 --- /dev/null +++ b/docs/_site/projects/01-class/05_manipulating-data.Rmd @@ -0,0 +1,112 @@ +--- +title: "Manipulating data with dplyr" +output: html_document +--- + + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) # For ggplot, dplyr, and friends + +gapminder <- read_csv("data/gapminder.csv") +``` + +## gapminder + +```{r} +gapminder +``` + + +## Your turn 1 + +- `filter()` selects rows based on logical tests + +The data for Canada: + +```{r} +filter(gapminder, country == "New Zealand") +``` + +All data for countries in Oceania: + +```{r} +filter(gapminder, country == "New Zealand") +``` + +Rows where the life expectancy is greater than 82: + +```{r} +filter(gapminder, country == "New Zealand") +``` + + +## Your turn 2 + +Canada before 1970: + +```{r} +filter(gapminder, country == "New Zealand", year > 2000) +``` + +Countries where life expectancy in 2007 is below 50: + +```{r} +filter(gapminder, country == "New Zealand", year > 2000) +``` + +Countries where life expectancy in 2007 is below 50, and are not in Africa: + +```{r} +filter(gapminder, country == "New Zealand", year > 2000) +``` + + +## Your turn 3 + +Write code to: + +- Add an `africa` column that is TRUE if the country is on the African continent +- Add a column for logged GDP per capita (hint: use `log()`) +- Add an `africa_asia` column that says “Africa or Asia” if the country is in Africa or Asia, and “Not Africa or Asia” if it’s not + +```{r} +mutate(gapminder) +``` + + +## Your turn 4 + +Use `summarize()` to compute four statistics about the data: + +- The first (minimum) year in the dataset +- The last (maximum) year in the dataset +- The number of rows in the dataset (use the cheatsheet) +- The number of distinct countries in the dataset (use the cheatsheet) + +```{r} +gapminder +``` + + +## Your turn 5 + +Use `filter()` and `summarize()` to calculate the (1) the number of unique countries and (2) the median life expectancy on the African continent in 2007. + +```{r} +gapminder +``` + + +## Your turn 6 + +Find the minimum, maximum, and median life expectancy for each continent. + +```{r} +gapminder +``` + +Find the minimum, maximum, and median life expectancy for each continent in 2007 only. + +```{r} +gapminder +``` diff --git a/docs/_site/projects/01-class/answers/example.md b/docs/_site/projects/01-class/answers/example.md new file mode 100644 index 00000000..47298885 --- /dev/null +++ b/docs/_site/projects/01-class/answers/example.md @@ -0,0 +1,79 @@ +--- +title: "Example paper from regular Markdown" +author: "Your name" +date: "August 23, 2021" +output: + pdf_document: default + word_document: default +bibliography: references.bib +csl: csl/chicago-author-date.csl +abstract: Here's an important abstract for this important paper. +--- + +![A Tale of Two Cities](img/totc-cover.jpg) + +**It was the best of times, it was the worst of times**,[^note] it was the age of wisdom, it was the age of foolishness, it was the epoch of belief, it was the epoch of incredulity, it was the season of Light, it was the season of Darkness, it was the spring of hope, it was the winter of despair, we had everything before us, we had nothing before us, we were all going direct to Heaven, we were all going direct the other way—in short, the period was so far like the present period, that some of its noisiest authorities insisted on its being received, for good or for evil, in the superlative degree of comparison only [@Huntington-Klein:2021]. + +[^note]: This is a super famous part. + +> There were a king with a large jaw and a queen with a plain face, on the throne of England; there were a king with a large jaw and a queen with a fair face, on the throne of France. In both countries it was clearer than crystal to the lords of the State preserves of loaves and fishes, that things in general were settled for ever. + +It was the year of Our Lord one thousand seven hundred and seventy-five. Spiritual revelations were conceded to England at that favoured period, as at this. Mrs. Southcott had recently attained her five-and-twentieth blessed birthday, of whom a prophetic private in the Life Guards had heralded the sublime appearance by announcing that arrangements were made for the swallowing up of London and Westminster. Even the Cock-lane ghost had been laid only a round dozen of years, after rapping out its messages, as the spirits of this very year last past (supernaturally deficient in originality) rapped out theirs. `Mere messages in the earthly order of events` had lately come to the English Crown and People, from a congress of British subjects in America: which, strange to relate, have proved more important to the human race than any communications yet received through any of the chickens of the Cock-lane brood. + +# Main heading + +France, *less favoured on the whole as to matters spiritual than her sister of the shield and trident*, rolled with exceeding smoothness down hill, making paper money and spending it. Under the guidance of her Christian pastors, she entertained herself, besides, with such humane achievements as sentencing a youth to have his hands cut off, his tongue torn out with pincers, and his body burned alive, because he had not kneeled down in the rain to do honour to a dirty procession of monks which passed within his view, at a distance of some fifty or sixty yards. It is likely enough that, rooted in the woods of France and Norway, there were growing trees, when that sufferer was put to death, already marked by the Woodman, Fate, to come down and be sawn into boards, to make a certain movable framework with a sack and a knife in it, terrible in history. + +It is likely enough that in the rough outhouses of some tillers of the heavy lands adjacent to Paris, there were sheltered from the weather that very day: + +- rude carts +- bespattered with rustic mire +- snuffed about by pigs, +- and roosted in by poultry, which the Farmer, Death, had already set apart to be his tumbrils of the Revolution. + +But that Woodman and that Farmer, though they work unceasingly, work silently, and no one heard them as they went about with muffled tread: the rather, forasmuch as to entertain any suspicion that they were awake, was to be atheistical and traitorous. + +## A subheading + +In England, there was scarcely an amount of order and protection to justify much national boasting [@wb-eval]. Daring burglaries by armed men, and highway robberies, took place in the capital itself every night; + +1. families were publicly cautioned not to go out of town without removing their furniture to upholsterers’ warehouses for security; +2. the highwayman in the dark was a City tradesman in the light, and, being recognised and challenged by his fellow-tradesman whom he stopped in his character of “the Captain,” gallantly shot him through the head and rode away; +3. the mail was waylaid by seven robbers, and the guard shot three dead, and then got shot dead himself by the other four, “in consequence of the failure of his ammunition:” after which the mail was robbed in peace; +4. that magnificent potentate, the Lord Mayor of London, was made to stand and deliver on Turnham Green, by one highwayman, who despoiled the illustrious creature in sight of all his retinue; +5. prisoners in London gaols fought battles with their turnkeys, and the majesty of the law fired blunderbusses in among them, loaded with rounds of shot and ball; +6. thieves snipped off diamond crosses from the necks of noble lords at Court drawing-rooms; +7. musketeers went into St. Giles’s, to search for contraband goods, and the mob fired on the musketeers, and the musketeers fired on the mob, and nobody thought any of these occurrences much out of the common way. + +In the midst of them, the hangman, ever busy and ever worse than useless, was in constant requisition; now, stringing up long rows of miscellaneous criminals; now, hanging a housebreaker on Saturday who had been taken on Tuesday; now, burning people in the hand at Newgate by the dozen, and now burning pamphlets at the door of Westminster Hall; to-day, taking the life of an atrocious murderer, and to-morrow of a wretched pilferer who had robbed a farmer’s boy of sixpence [@ChaudhryHeiss:2021] + +## Another subheading + +All these things, and a thousand like them, came to pass in and close upon the dear old year one thousand seven hundred and seventy-five. Environed by them, while the Woodman and the Farmer worked unheeded, those two of the large jaws, and those other two of the plain and the fair faces, trod with stir enough, and carried their divine rights with a high hand. Thus did the year one thousand seven hundred and seventy-five conduct their Greatnesses, and myriads of small creatures—the creatures of this chronicle among the rest—along the roads that lay before them. + +# An important heading + +It was the Dover road that lay, on a Friday night late in November, before the first of the persons with whom this history has business. The Dover road lay, as to him, beyond the Dover mail, as it lumbered up Shooter’s Hill. He walked up hill in the mire by the side of the mail, as the rest of the passengers did; not because they had the least relish for walking exercise, under the circumstances, but because the hill, and the harness, and the mud, and the mail, were all so heavy, that the horses had three times already come to a stop, besides once drawing the coach across the road, with the mutinous intent of taking it back to Blackheath. Reins and whip and coachman and guard, however, in combination, had read that article of war which forbade a purpose otherwise strongly in favour of the argument, that some brute animals are endued with Reason; and the team had capitulated and returned to their duty. + +Some math! Here's some math in the middle of a sentence, like $a^2 + b^2 = c^2$, and here's some in a standalone equation: + +$$ +y = mx + b +$$ + +A table! + +| Thing | Status | +| :---- | :----- | +| Times | Best | +| Times | Worst | +| Age | Wisdom | +| Age | Foolishness| + +Table: Things and their contradictory adjectives in *A Tale of Two Cities* + +# Conclusion + +Two other passengers, besides the one, were plodding up the hill by the side of the mail. All three were wrapped to the cheekbones and over the ears, and wore jack-boots. Not one of the three could have said, from anything he saw, what either of the other two was like; and each was hidden under almost as many wrappers from the eyes of the mind, as from the eyes of the body, of his two companions. + +# References diff --git a/docs/_site/projects/01-class/csl/apa.csl b/docs/_site/projects/01-class/csl/apa.csl new file mode 100644 index 00000000..4cfe07d5 --- /dev/null +++ b/docs/_site/projects/01-class/csl/apa.csl @@ -0,0 +1,1916 @@ + + diff --git a/docs/_site/projects/01-class/csl/chicago-author-date.csl b/docs/_site/projects/01-class/csl/chicago-author-date.csl new file mode 100644 index 00000000..e2c157fc --- /dev/null +++ b/docs/_site/projects/01-class/csl/chicago-author-date.csl @@ -0,0 +1,658 @@ + + diff --git a/docs/_site/projects/01-class/csl/chicago-note-bibliography.csl b/docs/_site/projects/01-class/csl/chicago-note-bibliography.csl new file mode 100644 index 00000000..4c7806c1 --- /dev/null +++ b/docs/_site/projects/01-class/csl/chicago-note-bibliography.csl @@ -0,0 +1,1417 @@ + + diff --git a/docs/_site/projects/01-class/data/gapminder.csv b/docs/_site/projects/01-class/data/gapminder.csv new file mode 100644 index 00000000..7e643799 --- /dev/null +++ b/docs/_site/projects/01-class/data/gapminder.csv @@ -0,0 +1,1705 @@ +country,continent,year,lifeExp,pop,gdpPercap +Afghanistan,Asia,1952,28.801,8425333,779.4453145 +Afghanistan,Asia,1957,30.332,9240934,820.8530296 +Afghanistan,Asia,1962,31.997,10267083,853.10071 +Afghanistan,Asia,1967,34.02,11537966,836.1971382 +Afghanistan,Asia,1972,36.088,13079460,739.9811058 +Afghanistan,Asia,1977,38.438,14880372,786.11336 +Afghanistan,Asia,1982,39.854,12881816,978.0114388 +Afghanistan,Asia,1987,40.822,13867957,852.3959448 +Afghanistan,Asia,1992,41.674,16317921,649.3413952 +Afghanistan,Asia,1997,41.763,22227415,635.341351 +Afghanistan,Asia,2002,42.129,25268405,726.7340548 +Afghanistan,Asia,2007,43.828,31889923,974.5803384 +Albania,Europe,1952,55.23,1282697,1601.056136 +Albania,Europe,1957,59.28,1476505,1942.284244 +Albania,Europe,1962,64.82,1728137,2312.888958 +Albania,Europe,1967,66.22,1984060,2760.196931 +Albania,Europe,1972,67.69,2263554,3313.422188 +Albania,Europe,1977,68.93,2509048,3533.00391 +Albania,Europe,1982,70.42,2780097,3630.880722 +Albania,Europe,1987,72,3075321,3738.932735 +Albania,Europe,1992,71.581,3326498,2497.437901 +Albania,Europe,1997,72.95,3428038,3193.054604 +Albania,Europe,2002,75.651,3508512,4604.211737 +Albania,Europe,2007,76.423,3600523,5937.029526 +Algeria,Africa,1952,43.077,9279525,2449.008185 +Algeria,Africa,1957,45.685,10270856,3013.976023 +Algeria,Africa,1962,48.303,11000948,2550.81688 +Algeria,Africa,1967,51.407,12760499,3246.991771 +Algeria,Africa,1972,54.518,14760787,4182.663766 +Algeria,Africa,1977,58.014,17152804,4910.416756 +Algeria,Africa,1982,61.368,20033753,5745.160213 +Algeria,Africa,1987,65.799,23254956,5681.358539 +Algeria,Africa,1992,67.744,26298373,5023.216647 +Algeria,Africa,1997,69.152,29072015,4797.295051 +Algeria,Africa,2002,70.994,31287142,5288.040382 +Algeria,Africa,2007,72.301,33333216,6223.367465 +Angola,Africa,1952,30.015,4232095,3520.610273 +Angola,Africa,1957,31.999,4561361,3827.940465 +Angola,Africa,1962,34,4826015,4269.276742 +Angola,Africa,1967,35.985,5247469,5522.776375 +Angola,Africa,1972,37.928,5894858,5473.288005 +Angola,Africa,1977,39.483,6162675,3008.647355 +Angola,Africa,1982,39.942,7016384,2756.953672 +Angola,Africa,1987,39.906,7874230,2430.208311 +Angola,Africa,1992,40.647,8735988,2627.845685 +Angola,Africa,1997,40.963,9875024,2277.140884 +Angola,Africa,2002,41.003,10866106,2773.287312 +Angola,Africa,2007,42.731,12420476,4797.231267 +Argentina,Americas,1952,62.485,17876956,5911.315053 +Argentina,Americas,1957,64.399,19610538,6856.856212 +Argentina,Americas,1962,65.142,21283783,7133.166023 +Argentina,Americas,1967,65.634,22934225,8052.953021 +Argentina,Americas,1972,67.065,24779799,9443.038526 +Argentina,Americas,1977,68.481,26983828,10079.02674 +Argentina,Americas,1982,69.942,29341374,8997.897412 +Argentina,Americas,1987,70.774,31620918,9139.671389 +Argentina,Americas,1992,71.868,33958947,9308.41871 +Argentina,Americas,1997,73.275,36203463,10967.28195 +Argentina,Americas,2002,74.34,38331121,8797.640716 +Argentina,Americas,2007,75.32,40301927,12779.37964 +Australia,Oceania,1952,69.12,8691212,10039.59564 +Australia,Oceania,1957,70.33,9712569,10949.64959 +Australia,Oceania,1962,70.93,10794968,12217.22686 +Australia,Oceania,1967,71.1,11872264,14526.12465 +Australia,Oceania,1972,71.93,13177000,16788.62948 +Australia,Oceania,1977,73.49,14074100,18334.19751 +Australia,Oceania,1982,74.74,15184200,19477.00928 +Australia,Oceania,1987,76.32,16257249,21888.88903 +Australia,Oceania,1992,77.56,17481977,23424.76683 +Australia,Oceania,1997,78.83,18565243,26997.93657 +Australia,Oceania,2002,80.37,19546792,30687.75473 +Australia,Oceania,2007,81.235,20434176,34435.36744 +Austria,Europe,1952,66.8,6927772,6137.076492 +Austria,Europe,1957,67.48,6965860,8842.59803 +Austria,Europe,1962,69.54,7129864,10750.72111 +Austria,Europe,1967,70.14,7376998,12834.6024 +Austria,Europe,1972,70.63,7544201,16661.6256 +Austria,Europe,1977,72.17,7568430,19749.4223 +Austria,Europe,1982,73.18,7574613,21597.08362 +Austria,Europe,1987,74.94,7578903,23687.82607 +Austria,Europe,1992,76.04,7914969,27042.01868 +Austria,Europe,1997,77.51,8069876,29095.92066 +Austria,Europe,2002,78.98,8148312,32417.60769 +Austria,Europe,2007,79.829,8199783,36126.4927 +Bahrain,Asia,1952,50.939,120447,9867.084765 +Bahrain,Asia,1957,53.832,138655,11635.79945 +Bahrain,Asia,1962,56.923,171863,12753.27514 +Bahrain,Asia,1967,59.923,202182,14804.6727 +Bahrain,Asia,1972,63.3,230800,18268.65839 +Bahrain,Asia,1977,65.593,297410,19340.10196 +Bahrain,Asia,1982,69.052,377967,19211.14731 +Bahrain,Asia,1987,70.75,454612,18524.02406 +Bahrain,Asia,1992,72.601,529491,19035.57917 +Bahrain,Asia,1997,73.925,598561,20292.01679 +Bahrain,Asia,2002,74.795,656397,23403.55927 +Bahrain,Asia,2007,75.635,708573,29796.04834 +Bangladesh,Asia,1952,37.484,46886859,684.2441716 +Bangladesh,Asia,1957,39.348,51365468,661.6374577 +Bangladesh,Asia,1962,41.216,56839289,686.3415538 +Bangladesh,Asia,1967,43.453,62821884,721.1860862 +Bangladesh,Asia,1972,45.252,70759295,630.2336265 +Bangladesh,Asia,1977,46.923,80428306,659.8772322 +Bangladesh,Asia,1982,50.009,93074406,676.9818656 +Bangladesh,Asia,1987,52.819,103764241,751.9794035 +Bangladesh,Asia,1992,56.018,113704579,837.8101643 +Bangladesh,Asia,1997,59.412,123315288,972.7700352 +Bangladesh,Asia,2002,62.013,135656790,1136.39043 +Bangladesh,Asia,2007,64.062,150448339,1391.253792 +Belgium,Europe,1952,68,8730405,8343.105127 +Belgium,Europe,1957,69.24,8989111,9714.960623 +Belgium,Europe,1962,70.25,9218400,10991.20676 +Belgium,Europe,1967,70.94,9556500,13149.04119 +Belgium,Europe,1972,71.44,9709100,16672.14356 +Belgium,Europe,1977,72.8,9821800,19117.97448 +Belgium,Europe,1982,73.93,9856303,20979.84589 +Belgium,Europe,1987,75.35,9870200,22525.56308 +Belgium,Europe,1992,76.46,10045622,25575.57069 +Belgium,Europe,1997,77.53,10199787,27561.19663 +Belgium,Europe,2002,78.32,10311970,30485.88375 +Belgium,Europe,2007,79.441,10392226,33692.60508 +Benin,Africa,1952,38.223,1738315,1062.7522 +Benin,Africa,1957,40.358,1925173,959.6010805 +Benin,Africa,1962,42.618,2151895,949.4990641 +Benin,Africa,1967,44.885,2427334,1035.831411 +Benin,Africa,1972,47.014,2761407,1085.796879 +Benin,Africa,1977,49.19,3168267,1029.161251 +Benin,Africa,1982,50.904,3641603,1277.897616 +Benin,Africa,1987,52.337,4243788,1225.85601 +Benin,Africa,1992,53.919,4981671,1191.207681 +Benin,Africa,1997,54.777,6066080,1232.975292 +Benin,Africa,2002,54.406,7026113,1372.877931 +Benin,Africa,2007,56.728,8078314,1441.284873 +Bolivia,Americas,1952,40.414,2883315,2677.326347 +Bolivia,Americas,1957,41.89,3211738,2127.686326 +Bolivia,Americas,1962,43.428,3593918,2180.972546 +Bolivia,Americas,1967,45.032,4040665,2586.886053 +Bolivia,Americas,1972,46.714,4565872,2980.331339 +Bolivia,Americas,1977,50.023,5079716,3548.097832 +Bolivia,Americas,1982,53.859,5642224,3156.510452 +Bolivia,Americas,1987,57.251,6156369,2753.69149 +Bolivia,Americas,1992,59.957,6893451,2961.699694 +Bolivia,Americas,1997,62.05,7693188,3326.143191 +Bolivia,Americas,2002,63.883,8445134,3413.26269 +Bolivia,Americas,2007,65.554,9119152,3822.137084 +Bosnia and Herzegovina,Europe,1952,53.82,2791000,973.5331948 +Bosnia and Herzegovina,Europe,1957,58.45,3076000,1353.989176 +Bosnia and Herzegovina,Europe,1962,61.93,3349000,1709.683679 +Bosnia and Herzegovina,Europe,1967,64.79,3585000,2172.352423 +Bosnia and Herzegovina,Europe,1972,67.45,3819000,2860.16975 +Bosnia and Herzegovina,Europe,1977,69.86,4086000,3528.481305 +Bosnia and Herzegovina,Europe,1982,70.69,4172693,4126.613157 +Bosnia and Herzegovina,Europe,1987,71.14,4338977,4314.114757 +Bosnia and Herzegovina,Europe,1992,72.178,4256013,2546.781445 +Bosnia and Herzegovina,Europe,1997,73.244,3607000,4766.355904 +Bosnia and Herzegovina,Europe,2002,74.09,4165416,6018.975239 +Bosnia and Herzegovina,Europe,2007,74.852,4552198,7446.298803 +Botswana,Africa,1952,47.622,442308,851.2411407 +Botswana,Africa,1957,49.618,474639,918.2325349 +Botswana,Africa,1962,51.52,512764,983.6539764 +Botswana,Africa,1967,53.298,553541,1214.709294 +Botswana,Africa,1972,56.024,619351,2263.611114 +Botswana,Africa,1977,59.319,781472,3214.857818 +Botswana,Africa,1982,61.484,970347,4551.14215 +Botswana,Africa,1987,63.622,1151184,6205.88385 +Botswana,Africa,1992,62.745,1342614,7954.111645 +Botswana,Africa,1997,52.556,1536536,8647.142313 +Botswana,Africa,2002,46.634,1630347,11003.60508 +Botswana,Africa,2007,50.728,1639131,12569.85177 +Brazil,Americas,1952,50.917,56602560,2108.944355 +Brazil,Americas,1957,53.285,65551171,2487.365989 +Brazil,Americas,1962,55.665,76039390,3336.585802 +Brazil,Americas,1967,57.632,88049823,3429.864357 +Brazil,Americas,1972,59.504,100840058,4985.711467 +Brazil,Americas,1977,61.489,114313951,6660.118654 +Brazil,Americas,1982,63.336,128962939,7030.835878 +Brazil,Americas,1987,65.205,142938076,7807.095818 +Brazil,Americas,1992,67.057,155975974,6950.283021 +Brazil,Americas,1997,69.388,168546719,7957.980824 +Brazil,Americas,2002,71.006,179914212,8131.212843 +Brazil,Americas,2007,72.39,190010647,9065.800825 +Bulgaria,Europe,1952,59.6,7274900,2444.286648 +Bulgaria,Europe,1957,66.61,7651254,3008.670727 +Bulgaria,Europe,1962,69.51,8012946,4254.337839 +Bulgaria,Europe,1967,70.42,8310226,5577.0028 +Bulgaria,Europe,1972,70.9,8576200,6597.494398 +Bulgaria,Europe,1977,70.81,8797022,7612.240438 +Bulgaria,Europe,1982,71.08,8892098,8224.191647 +Bulgaria,Europe,1987,71.34,8971958,8239.854824 +Bulgaria,Europe,1992,71.19,8658506,6302.623438 +Bulgaria,Europe,1997,70.32,8066057,5970.38876 +Bulgaria,Europe,2002,72.14,7661799,7696.777725 +Bulgaria,Europe,2007,73.005,7322858,10680.79282 +Burkina Faso,Africa,1952,31.975,4469979,543.2552413 +Burkina Faso,Africa,1957,34.906,4713416,617.1834648 +Burkina Faso,Africa,1962,37.814,4919632,722.5120206 +Burkina Faso,Africa,1967,40.697,5127935,794.8265597 +Burkina Faso,Africa,1972,43.591,5433886,854.7359763 +Burkina Faso,Africa,1977,46.137,5889574,743.3870368 +Burkina Faso,Africa,1982,48.122,6634596,807.1985855 +Burkina Faso,Africa,1987,49.557,7586551,912.0631417 +Burkina Faso,Africa,1992,50.26,8878303,931.7527731 +Burkina Faso,Africa,1997,50.324,10352843,946.2949618 +Burkina Faso,Africa,2002,50.65,12251209,1037.645221 +Burkina Faso,Africa,2007,52.295,14326203,1217.032994 +Burundi,Africa,1952,39.031,2445618,339.2964587 +Burundi,Africa,1957,40.533,2667518,379.5646281 +Burundi,Africa,1962,42.045,2961915,355.2032273 +Burundi,Africa,1967,43.548,3330989,412.9775136 +Burundi,Africa,1972,44.057,3529983,464.0995039 +Burundi,Africa,1977,45.91,3834415,556.1032651 +Burundi,Africa,1982,47.471,4580410,559.603231 +Burundi,Africa,1987,48.211,5126023,621.8188189 +Burundi,Africa,1992,44.736,5809236,631.6998778 +Burundi,Africa,1997,45.326,6121610,463.1151478 +Burundi,Africa,2002,47.36,7021078,446.4035126 +Burundi,Africa,2007,49.58,8390505,430.0706916 +Cambodia,Asia,1952,39.417,4693836,368.4692856 +Cambodia,Asia,1957,41.366,5322536,434.0383364 +Cambodia,Asia,1962,43.415,6083619,496.9136476 +Cambodia,Asia,1967,45.415,6960067,523.4323142 +Cambodia,Asia,1972,40.317,7450606,421.6240257 +Cambodia,Asia,1977,31.22,6978607,524.9721832 +Cambodia,Asia,1982,50.957,7272485,624.4754784 +Cambodia,Asia,1987,53.914,8371791,683.8955732 +Cambodia,Asia,1992,55.803,10150094,682.3031755 +Cambodia,Asia,1997,56.534,11782962,734.28517 +Cambodia,Asia,2002,56.752,12926707,896.2260153 +Cambodia,Asia,2007,59.723,14131858,1713.778686 +Cameroon,Africa,1952,38.523,5009067,1172.667655 +Cameroon,Africa,1957,40.428,5359923,1313.048099 +Cameroon,Africa,1962,42.643,5793633,1399.607441 +Cameroon,Africa,1967,44.799,6335506,1508.453148 +Cameroon,Africa,1972,47.049,7021028,1684.146528 +Cameroon,Africa,1977,49.355,7959865,1783.432873 +Cameroon,Africa,1982,52.961,9250831,2367.983282 +Cameroon,Africa,1987,54.985,10780667,2602.664206 +Cameroon,Africa,1992,54.314,12467171,1793.163278 +Cameroon,Africa,1997,52.199,14195809,1694.337469 +Cameroon,Africa,2002,49.856,15929988,1934.011449 +Cameroon,Africa,2007,50.43,17696293,2042.09524 +Canada,Americas,1952,68.75,14785584,11367.16112 +Canada,Americas,1957,69.96,17010154,12489.95006 +Canada,Americas,1962,71.3,18985849,13462.48555 +Canada,Americas,1967,72.13,20819767,16076.58803 +Canada,Americas,1972,72.88,22284500,18970.57086 +Canada,Americas,1977,74.21,23796400,22090.88306 +Canada,Americas,1982,75.76,25201900,22898.79214 +Canada,Americas,1987,76.86,26549700,26626.51503 +Canada,Americas,1992,77.95,28523502,26342.88426 +Canada,Americas,1997,78.61,30305843,28954.92589 +Canada,Americas,2002,79.77,31902268,33328.96507 +Canada,Americas,2007,80.653,33390141,36319.23501 +Central African Republic,Africa,1952,35.463,1291695,1071.310713 +Central African Republic,Africa,1957,37.464,1392284,1190.844328 +Central African Republic,Africa,1962,39.475,1523478,1193.068753 +Central African Republic,Africa,1967,41.478,1733638,1136.056615 +Central African Republic,Africa,1972,43.457,1927260,1070.013275 +Central African Republic,Africa,1977,46.775,2167533,1109.374338 +Central African Republic,Africa,1982,48.295,2476971,956.7529907 +Central African Republic,Africa,1987,50.485,2840009,844.8763504 +Central African Republic,Africa,1992,49.396,3265124,747.9055252 +Central African Republic,Africa,1997,46.066,3696513,740.5063317 +Central African Republic,Africa,2002,43.308,4048013,738.6906068 +Central African Republic,Africa,2007,44.741,4369038,706.016537 +Chad,Africa,1952,38.092,2682462,1178.665927 +Chad,Africa,1957,39.881,2894855,1308.495577 +Chad,Africa,1962,41.716,3150417,1389.817618 +Chad,Africa,1967,43.601,3495967,1196.810565 +Chad,Africa,1972,45.569,3899068,1104.103987 +Chad,Africa,1977,47.383,4388260,1133.98495 +Chad,Africa,1982,49.517,4875118,797.9081006 +Chad,Africa,1987,51.051,5498955,952.386129 +Chad,Africa,1992,51.724,6429417,1058.0643 +Chad,Africa,1997,51.573,7562011,1004.961353 +Chad,Africa,2002,50.525,8835739,1156.18186 +Chad,Africa,2007,50.651,10238807,1704.063724 +Chile,Americas,1952,54.745,6377619,3939.978789 +Chile,Americas,1957,56.074,7048426,4315.622723 +Chile,Americas,1962,57.924,7961258,4519.094331 +Chile,Americas,1967,60.523,8858908,5106.654313 +Chile,Americas,1972,63.441,9717524,5494.024437 +Chile,Americas,1977,67.052,10599793,4756.763836 +Chile,Americas,1982,70.565,11487112,5095.665738 +Chile,Americas,1987,72.492,12463354,5547.063754 +Chile,Americas,1992,74.126,13572994,7596.125964 +Chile,Americas,1997,75.816,14599929,10118.05318 +Chile,Americas,2002,77.86,15497046,10778.78385 +Chile,Americas,2007,78.553,16284741,13171.63885 +China,Asia,1952,44,556263527,400.448611 +China,Asia,1957,50.54896,637408000,575.9870009 +China,Asia,1962,44.50136,665770000,487.6740183 +China,Asia,1967,58.38112,754550000,612.7056934 +China,Asia,1972,63.11888,862030000,676.9000921 +China,Asia,1977,63.96736,943455000,741.2374699 +China,Asia,1982,65.525,1000281000,962.4213805 +China,Asia,1987,67.274,1084035000,1378.904018 +China,Asia,1992,68.69,1164970000,1655.784158 +China,Asia,1997,70.426,1230075000,2289.234136 +China,Asia,2002,72.028,1280400000,3119.280896 +China,Asia,2007,72.961,1318683096,4959.114854 +Colombia,Americas,1952,50.643,12350771,2144.115096 +Colombia,Americas,1957,55.118,14485993,2323.805581 +Colombia,Americas,1962,57.863,17009885,2492.351109 +Colombia,Americas,1967,59.963,19764027,2678.729839 +Colombia,Americas,1972,61.623,22542890,3264.660041 +Colombia,Americas,1977,63.837,25094412,3815.80787 +Colombia,Americas,1982,66.653,27764644,4397.575659 +Colombia,Americas,1987,67.768,30964245,4903.2191 +Colombia,Americas,1992,68.421,34202721,5444.648617 +Colombia,Americas,1997,70.313,37657830,6117.361746 +Colombia,Americas,2002,71.682,41008227,5755.259962 +Colombia,Americas,2007,72.889,44227550,7006.580419 +Comoros,Africa,1952,40.715,153936,1102.990936 +Comoros,Africa,1957,42.46,170928,1211.148548 +Comoros,Africa,1962,44.467,191689,1406.648278 +Comoros,Africa,1967,46.472,217378,1876.029643 +Comoros,Africa,1972,48.944,250027,1937.577675 +Comoros,Africa,1977,50.939,304739,1172.603047 +Comoros,Africa,1982,52.933,348643,1267.100083 +Comoros,Africa,1987,54.926,395114,1315.980812 +Comoros,Africa,1992,57.939,454429,1246.90737 +Comoros,Africa,1997,60.66,527982,1173.618235 +Comoros,Africa,2002,62.974,614382,1075.811558 +Comoros,Africa,2007,65.152,710960,986.1478792 +"Congo, Dem. Rep.",Africa,1952,39.143,14100005,780.5423257 +"Congo, Dem. Rep.",Africa,1957,40.652,15577932,905.8602303 +"Congo, Dem. Rep.",Africa,1962,42.122,17486434,896.3146335 +"Congo, Dem. Rep.",Africa,1967,44.056,19941073,861.5932424 +"Congo, Dem. Rep.",Africa,1972,45.989,23007669,904.8960685 +"Congo, Dem. Rep.",Africa,1977,47.804,26480870,795.757282 +"Congo, Dem. Rep.",Africa,1982,47.784,30646495,673.7478181 +"Congo, Dem. Rep.",Africa,1987,47.412,35481645,672.774812 +"Congo, Dem. Rep.",Africa,1992,45.548,41672143,457.7191807 +"Congo, Dem. Rep.",Africa,1997,42.587,47798986,312.188423 +"Congo, Dem. Rep.",Africa,2002,44.966,55379852,241.1658765 +"Congo, Dem. Rep.",Africa,2007,46.462,64606759,277.5518587 +"Congo, Rep.",Africa,1952,42.111,854885,2125.621418 +"Congo, Rep.",Africa,1957,45.053,940458,2315.056572 +"Congo, Rep.",Africa,1962,48.435,1047924,2464.783157 +"Congo, Rep.",Africa,1967,52.04,1179760,2677.939642 +"Congo, Rep.",Africa,1972,54.907,1340458,3213.152683 +"Congo, Rep.",Africa,1977,55.625,1536769,3259.178978 +"Congo, Rep.",Africa,1982,56.695,1774735,4879.507522 +"Congo, Rep.",Africa,1987,57.47,2064095,4201.194937 +"Congo, Rep.",Africa,1992,56.433,2409073,4016.239529 +"Congo, Rep.",Africa,1997,52.962,2800947,3484.164376 +"Congo, Rep.",Africa,2002,52.97,3328795,3484.06197 +"Congo, Rep.",Africa,2007,55.322,3800610,3632.557798 +Costa Rica,Americas,1952,57.206,926317,2627.009471 +Costa Rica,Americas,1957,60.026,1112300,2990.010802 +Costa Rica,Americas,1962,62.842,1345187,3460.937025 +Costa Rica,Americas,1967,65.424,1588717,4161.727834 +Costa Rica,Americas,1972,67.849,1834796,5118.146939 +Costa Rica,Americas,1977,70.75,2108457,5926.876967 +Costa Rica,Americas,1982,73.45,2424367,5262.734751 +Costa Rica,Americas,1987,74.752,2799811,5629.915318 +Costa Rica,Americas,1992,75.713,3173216,6160.416317 +Costa Rica,Americas,1997,77.26,3518107,6677.045314 +Costa Rica,Americas,2002,78.123,3834934,7723.447195 +Costa Rica,Americas,2007,78.782,4133884,9645.06142 +Cote d'Ivoire,Africa,1952,40.477,2977019,1388.594732 +Cote d'Ivoire,Africa,1957,42.469,3300000,1500.895925 +Cote d'Ivoire,Africa,1962,44.93,3832408,1728.869428 +Cote d'Ivoire,Africa,1967,47.35,4744870,2052.050473 +Cote d'Ivoire,Africa,1972,49.801,6071696,2378.201111 +Cote d'Ivoire,Africa,1977,52.374,7459574,2517.736547 +Cote d'Ivoire,Africa,1982,53.983,9025951,2602.710169 +Cote d'Ivoire,Africa,1987,54.655,10761098,2156.956069 +Cote d'Ivoire,Africa,1992,52.044,12772596,1648.073791 +Cote d'Ivoire,Africa,1997,47.991,14625967,1786.265407 +Cote d'Ivoire,Africa,2002,46.832,16252726,1648.800823 +Cote d'Ivoire,Africa,2007,48.328,18013409,1544.750112 +Croatia,Europe,1952,61.21,3882229,3119.23652 +Croatia,Europe,1957,64.77,3991242,4338.231617 +Croatia,Europe,1962,67.13,4076557,5477.890018 +Croatia,Europe,1967,68.5,4174366,6960.297861 +Croatia,Europe,1972,69.61,4225310,9164.090127 +Croatia,Europe,1977,70.64,4318673,11305.38517 +Croatia,Europe,1982,70.46,4413368,13221.82184 +Croatia,Europe,1987,71.52,4484310,13822.58394 +Croatia,Europe,1992,72.527,4494013,8447.794873 +Croatia,Europe,1997,73.68,4444595,9875.604515 +Croatia,Europe,2002,74.876,4481020,11628.38895 +Croatia,Europe,2007,75.748,4493312,14619.22272 +Cuba,Americas,1952,59.421,6007797,5586.53878 +Cuba,Americas,1957,62.325,6640752,6092.174359 +Cuba,Americas,1962,65.246,7254373,5180.75591 +Cuba,Americas,1967,68.29,8139332,5690.268015 +Cuba,Americas,1972,70.723,8831348,5305.445256 +Cuba,Americas,1977,72.649,9537988,6380.494966 +Cuba,Americas,1982,73.717,9789224,7316.918107 +Cuba,Americas,1987,74.174,10239839,7532.924763 +Cuba,Americas,1992,74.414,10723260,5592.843963 +Cuba,Americas,1997,76.151,10983007,5431.990415 +Cuba,Americas,2002,77.158,11226999,6340.646683 +Cuba,Americas,2007,78.273,11416987,8948.102923 +Czech Republic,Europe,1952,66.87,9125183,6876.14025 +Czech Republic,Europe,1957,69.03,9513758,8256.343918 +Czech Republic,Europe,1962,69.9,9620282,10136.86713 +Czech Republic,Europe,1967,70.38,9835109,11399.44489 +Czech Republic,Europe,1972,70.29,9862158,13108.4536 +Czech Republic,Europe,1977,70.71,10161915,14800.16062 +Czech Republic,Europe,1982,70.96,10303704,15377.22855 +Czech Republic,Europe,1987,71.58,10311597,16310.4434 +Czech Republic,Europe,1992,72.4,10315702,14297.02122 +Czech Republic,Europe,1997,74.01,10300707,16048.51424 +Czech Republic,Europe,2002,75.51,10256295,17596.21022 +Czech Republic,Europe,2007,76.486,10228744,22833.30851 +Denmark,Europe,1952,70.78,4334000,9692.385245 +Denmark,Europe,1957,71.81,4487831,11099.65935 +Denmark,Europe,1962,72.35,4646899,13583.31351 +Denmark,Europe,1967,72.96,4838800,15937.21123 +Denmark,Europe,1972,73.47,4991596,18866.20721 +Denmark,Europe,1977,74.69,5088419,20422.9015 +Denmark,Europe,1982,74.63,5117810,21688.04048 +Denmark,Europe,1987,74.8,5127024,25116.17581 +Denmark,Europe,1992,75.33,5171393,26406.73985 +Denmark,Europe,1997,76.11,5283663,29804.34567 +Denmark,Europe,2002,77.18,5374693,32166.50006 +Denmark,Europe,2007,78.332,5468120,35278.41874 +Djibouti,Africa,1952,34.812,63149,2669.529475 +Djibouti,Africa,1957,37.328,71851,2864.969076 +Djibouti,Africa,1962,39.693,89898,3020.989263 +Djibouti,Africa,1967,42.074,127617,3020.050513 +Djibouti,Africa,1972,44.366,178848,3694.212352 +Djibouti,Africa,1977,46.519,228694,3081.761022 +Djibouti,Africa,1982,48.812,305991,2879.468067 +Djibouti,Africa,1987,50.04,311025,2880.102568 +Djibouti,Africa,1992,51.604,384156,2377.156192 +Djibouti,Africa,1997,53.157,417908,1895.016984 +Djibouti,Africa,2002,53.373,447416,1908.260867 +Djibouti,Africa,2007,54.791,496374,2082.481567 +Dominican Republic,Americas,1952,45.928,2491346,1397.717137 +Dominican Republic,Americas,1957,49.828,2923186,1544.402995 +Dominican Republic,Americas,1962,53.459,3453434,1662.137359 +Dominican Republic,Americas,1967,56.751,4049146,1653.723003 +Dominican Republic,Americas,1972,59.631,4671329,2189.874499 +Dominican Republic,Americas,1977,61.788,5302800,2681.9889 +Dominican Republic,Americas,1982,63.727,5968349,2861.092386 +Dominican Republic,Americas,1987,66.046,6655297,2899.842175 +Dominican Republic,Americas,1992,68.457,7351181,3044.214214 +Dominican Republic,Americas,1997,69.957,7992357,3614.101285 +Dominican Republic,Americas,2002,70.847,8650322,4563.808154 +Dominican Republic,Americas,2007,72.235,9319622,6025.374752 +Ecuador,Americas,1952,48.357,3548753,3522.110717 +Ecuador,Americas,1957,51.356,4058385,3780.546651 +Ecuador,Americas,1962,54.64,4681707,4086.114078 +Ecuador,Americas,1967,56.678,5432424,4579.074215 +Ecuador,Americas,1972,58.796,6298651,5280.99471 +Ecuador,Americas,1977,61.31,7278866,6679.62326 +Ecuador,Americas,1982,64.342,8365850,7213.791267 +Ecuador,Americas,1987,67.231,9545158,6481.776993 +Ecuador,Americas,1992,69.613,10748394,7103.702595 +Ecuador,Americas,1997,72.312,11911819,7429.455877 +Ecuador,Americas,2002,74.173,12921234,5773.044512 +Ecuador,Americas,2007,74.994,13755680,6873.262326 +Egypt,Africa,1952,41.893,22223309,1418.822445 +Egypt,Africa,1957,44.444,25009741,1458.915272 +Egypt,Africa,1962,46.992,28173309,1693.335853 +Egypt,Africa,1967,49.293,31681188,1814.880728 +Egypt,Africa,1972,51.137,34807417,2024.008147 +Egypt,Africa,1977,53.319,38783863,2785.493582 +Egypt,Africa,1982,56.006,45681811,3503.729636 +Egypt,Africa,1987,59.797,52799062,3885.46071 +Egypt,Africa,1992,63.674,59402198,3794.755195 +Egypt,Africa,1997,67.217,66134291,4173.181797 +Egypt,Africa,2002,69.806,73312559,4754.604414 +Egypt,Africa,2007,71.338,80264543,5581.180998 +El Salvador,Americas,1952,45.262,2042865,3048.3029 +El Salvador,Americas,1957,48.57,2355805,3421.523218 +El Salvador,Americas,1962,52.307,2747687,3776.803627 +El Salvador,Americas,1967,55.855,3232927,4358.595393 +El Salvador,Americas,1972,58.207,3790903,4520.246008 +El Salvador,Americas,1977,56.696,4282586,5138.922374 +El Salvador,Americas,1982,56.604,4474873,4098.344175 +El Salvador,Americas,1987,63.154,4842194,4140.442097 +El Salvador,Americas,1992,66.798,5274649,4444.2317 +El Salvador,Americas,1997,69.535,5783439,5154.825496 +El Salvador,Americas,2002,70.734,6353681,5351.568666 +El Salvador,Americas,2007,71.878,6939688,5728.353514 +Equatorial Guinea,Africa,1952,34.482,216964,375.6431231 +Equatorial Guinea,Africa,1957,35.983,232922,426.0964081 +Equatorial Guinea,Africa,1962,37.485,249220,582.8419714 +Equatorial Guinea,Africa,1967,38.987,259864,915.5960025 +Equatorial Guinea,Africa,1972,40.516,277603,672.4122571 +Equatorial Guinea,Africa,1977,42.024,192675,958.5668124 +Equatorial Guinea,Africa,1982,43.662,285483,927.8253427 +Equatorial Guinea,Africa,1987,45.664,341244,966.8968149 +Equatorial Guinea,Africa,1992,47.545,387838,1132.055034 +Equatorial Guinea,Africa,1997,48.245,439971,2814.480755 +Equatorial Guinea,Africa,2002,49.348,495627,7703.4959 +Equatorial Guinea,Africa,2007,51.579,551201,12154.08975 +Eritrea,Africa,1952,35.928,1438760,328.9405571 +Eritrea,Africa,1957,38.047,1542611,344.1618859 +Eritrea,Africa,1962,40.158,1666618,380.9958433 +Eritrea,Africa,1967,42.189,1820319,468.7949699 +Eritrea,Africa,1972,44.142,2260187,514.3242082 +Eritrea,Africa,1977,44.535,2512642,505.7538077 +Eritrea,Africa,1982,43.89,2637297,524.8758493 +Eritrea,Africa,1987,46.453,2915959,521.1341333 +Eritrea,Africa,1992,49.991,3668440,582.8585102 +Eritrea,Africa,1997,53.378,4058319,913.47079 +Eritrea,Africa,2002,55.24,4414865,765.3500015 +Eritrea,Africa,2007,58.04,4906585,641.3695236 +Ethiopia,Africa,1952,34.078,20860941,362.1462796 +Ethiopia,Africa,1957,36.667,22815614,378.9041632 +Ethiopia,Africa,1962,40.059,25145372,419.4564161 +Ethiopia,Africa,1967,42.115,27860297,516.1186438 +Ethiopia,Africa,1972,43.515,30770372,566.2439442 +Ethiopia,Africa,1977,44.51,34617799,556.8083834 +Ethiopia,Africa,1982,44.916,38111756,577.8607471 +Ethiopia,Africa,1987,46.684,42999530,573.7413142 +Ethiopia,Africa,1992,48.091,52088559,421.3534653 +Ethiopia,Africa,1997,49.402,59861301,515.8894013 +Ethiopia,Africa,2002,50.725,67946797,530.0535319 +Ethiopia,Africa,2007,52.947,76511887,690.8055759 +Finland,Europe,1952,66.55,4090500,6424.519071 +Finland,Europe,1957,67.49,4324000,7545.415386 +Finland,Europe,1962,68.75,4491443,9371.842561 +Finland,Europe,1967,69.83,4605744,10921.63626 +Finland,Europe,1972,70.87,4639657,14358.8759 +Finland,Europe,1977,72.52,4738902,15605.42283 +Finland,Europe,1982,74.55,4826933,18533.15761 +Finland,Europe,1987,74.83,4931729,21141.01223 +Finland,Europe,1992,75.7,5041039,20647.16499 +Finland,Europe,1997,77.13,5134406,23723.9502 +Finland,Europe,2002,78.37,5193039,28204.59057 +Finland,Europe,2007,79.313,5238460,33207.0844 +France,Europe,1952,67.41,42459667,7029.809327 +France,Europe,1957,68.93,44310863,8662.834898 +France,Europe,1962,70.51,47124000,10560.48553 +France,Europe,1967,71.55,49569000,12999.91766 +France,Europe,1972,72.38,51732000,16107.19171 +France,Europe,1977,73.83,53165019,18292.63514 +France,Europe,1982,74.89,54433565,20293.89746 +France,Europe,1987,76.34,55630100,22066.44214 +France,Europe,1992,77.46,57374179,24703.79615 +France,Europe,1997,78.64,58623428,25889.78487 +France,Europe,2002,79.59,59925035,28926.03234 +France,Europe,2007,80.657,61083916,30470.0167 +Gabon,Africa,1952,37.003,420702,4293.476475 +Gabon,Africa,1957,38.999,434904,4976.198099 +Gabon,Africa,1962,40.489,455661,6631.459222 +Gabon,Africa,1967,44.598,489004,8358.761987 +Gabon,Africa,1972,48.69,537977,11401.94841 +Gabon,Africa,1977,52.79,706367,21745.57328 +Gabon,Africa,1982,56.564,753874,15113.36194 +Gabon,Africa,1987,60.19,880397,11864.40844 +Gabon,Africa,1992,61.366,985739,13522.15752 +Gabon,Africa,1997,60.461,1126189,14722.84188 +Gabon,Africa,2002,56.761,1299304,12521.71392 +Gabon,Africa,2007,56.735,1454867,13206.48452 +Gambia,Africa,1952,30,284320,485.2306591 +Gambia,Africa,1957,32.065,323150,520.9267111 +Gambia,Africa,1962,33.896,374020,599.650276 +Gambia,Africa,1967,35.857,439593,734.7829124 +Gambia,Africa,1972,38.308,517101,756.0868363 +Gambia,Africa,1977,41.842,608274,884.7552507 +Gambia,Africa,1982,45.58,715523,835.8096108 +Gambia,Africa,1987,49.265,848406,611.6588611 +Gambia,Africa,1992,52.644,1025384,665.6244126 +Gambia,Africa,1997,55.861,1235767,653.7301704 +Gambia,Africa,2002,58.041,1457766,660.5855997 +Gambia,Africa,2007,59.448,1688359,752.7497265 +Germany,Europe,1952,67.5,69145952,7144.114393 +Germany,Europe,1957,69.1,71019069,10187.82665 +Germany,Europe,1962,70.3,73739117,12902.46291 +Germany,Europe,1967,70.8,76368453,14745.62561 +Germany,Europe,1972,71,78717088,18016.18027 +Germany,Europe,1977,72.5,78160773,20512.92123 +Germany,Europe,1982,73.8,78335266,22031.53274 +Germany,Europe,1987,74.847,77718298,24639.18566 +Germany,Europe,1992,76.07,80597764,26505.30317 +Germany,Europe,1997,77.34,82011073,27788.88416 +Germany,Europe,2002,78.67,82350671,30035.80198 +Germany,Europe,2007,79.406,82400996,32170.37442 +Ghana,Africa,1952,43.149,5581001,911.2989371 +Ghana,Africa,1957,44.779,6391288,1043.561537 +Ghana,Africa,1962,46.452,7355248,1190.041118 +Ghana,Africa,1967,48.072,8490213,1125.69716 +Ghana,Africa,1972,49.875,9354120,1178.223708 +Ghana,Africa,1977,51.756,10538093,993.2239571 +Ghana,Africa,1982,53.744,11400338,876.032569 +Ghana,Africa,1987,55.729,14168101,847.0061135 +Ghana,Africa,1992,57.501,16278738,925.060154 +Ghana,Africa,1997,58.556,18418288,1005.245812 +Ghana,Africa,2002,58.453,20550751,1111.984578 +Ghana,Africa,2007,60.022,22873338,1327.60891 +Greece,Europe,1952,65.86,7733250,3530.690067 +Greece,Europe,1957,67.86,8096218,4916.299889 +Greece,Europe,1962,69.51,8448233,6017.190733 +Greece,Europe,1967,71,8716441,8513.097016 +Greece,Europe,1972,72.34,8888628,12724.82957 +Greece,Europe,1977,73.68,9308479,14195.52428 +Greece,Europe,1982,75.24,9786480,15268.42089 +Greece,Europe,1987,76.67,9974490,16120.52839 +Greece,Europe,1992,77.03,10325429,17541.49634 +Greece,Europe,1997,77.869,10502372,18747.69814 +Greece,Europe,2002,78.256,10603863,22514.2548 +Greece,Europe,2007,79.483,10706290,27538.41188 +Guatemala,Americas,1952,42.023,3146381,2428.237769 +Guatemala,Americas,1957,44.142,3640876,2617.155967 +Guatemala,Americas,1962,46.954,4208858,2750.364446 +Guatemala,Americas,1967,50.016,4690773,3242.531147 +Guatemala,Americas,1972,53.738,5149581,4031.408271 +Guatemala,Americas,1977,56.029,5703430,4879.992748 +Guatemala,Americas,1982,58.137,6395630,4820.49479 +Guatemala,Americas,1987,60.782,7326406,4246.485974 +Guatemala,Americas,1992,63.373,8486949,4439.45084 +Guatemala,Americas,1997,66.322,9803875,4684.313807 +Guatemala,Americas,2002,68.978,11178650,4858.347495 +Guatemala,Americas,2007,70.259,12572928,5186.050003 +Guinea,Africa,1952,33.609,2664249,510.1964923 +Guinea,Africa,1957,34.558,2876726,576.2670245 +Guinea,Africa,1962,35.753,3140003,686.3736739 +Guinea,Africa,1967,37.197,3451418,708.7595409 +Guinea,Africa,1972,38.842,3811387,741.6662307 +Guinea,Africa,1977,40.762,4227026,874.6858643 +Guinea,Africa,1982,42.891,4710497,857.2503577 +Guinea,Africa,1987,45.552,5650262,805.5724718 +Guinea,Africa,1992,48.576,6990574,794.3484384 +Guinea,Africa,1997,51.455,8048834,869.4497668 +Guinea,Africa,2002,53.676,8807818,945.5835837 +Guinea,Africa,2007,56.007,9947814,942.6542111 +Guinea-Bissau,Africa,1952,32.5,580653,299.850319 +Guinea-Bissau,Africa,1957,33.489,601095,431.7904566 +Guinea-Bissau,Africa,1962,34.488,627820,522.0343725 +Guinea-Bissau,Africa,1967,35.492,601287,715.5806402 +Guinea-Bissau,Africa,1972,36.486,625361,820.2245876 +Guinea-Bissau,Africa,1977,37.465,745228,764.7259628 +Guinea-Bissau,Africa,1982,39.327,825987,838.1239671 +Guinea-Bissau,Africa,1987,41.245,927524,736.4153921 +Guinea-Bissau,Africa,1992,43.266,1050938,745.5398706 +Guinea-Bissau,Africa,1997,44.873,1193708,796.6644681 +Guinea-Bissau,Africa,2002,45.504,1332459,575.7047176 +Guinea-Bissau,Africa,2007,46.388,1472041,579.231743 +Haiti,Americas,1952,37.579,3201488,1840.366939 +Haiti,Americas,1957,40.696,3507701,1726.887882 +Haiti,Americas,1962,43.59,3880130,1796.589032 +Haiti,Americas,1967,46.243,4318137,1452.057666 +Haiti,Americas,1972,48.042,4698301,1654.456946 +Haiti,Americas,1977,49.923,4908554,1874.298931 +Haiti,Americas,1982,51.461,5198399,2011.159549 +Haiti,Americas,1987,53.636,5756203,1823.015995 +Haiti,Americas,1992,55.089,6326682,1456.309517 +Haiti,Americas,1997,56.671,6913545,1341.726931 +Haiti,Americas,2002,58.137,7607651,1270.364932 +Haiti,Americas,2007,60.916,8502814,1201.637154 +Honduras,Americas,1952,41.912,1517453,2194.926204 +Honduras,Americas,1957,44.665,1770390,2220.487682 +Honduras,Americas,1962,48.041,2090162,2291.156835 +Honduras,Americas,1967,50.924,2500689,2538.269358 +Honduras,Americas,1972,53.884,2965146,2529.842345 +Honduras,Americas,1977,57.402,3055235,3203.208066 +Honduras,Americas,1982,60.909,3669448,3121.760794 +Honduras,Americas,1987,64.492,4372203,3023.096699 +Honduras,Americas,1992,66.399,5077347,3081.694603 +Honduras,Americas,1997,67.659,5867957,3160.454906 +Honduras,Americas,2002,68.565,6677328,3099.72866 +Honduras,Americas,2007,70.198,7483763,3548.330846 +"Hong Kong, China",Asia,1952,60.96,2125900,3054.421209 +"Hong Kong, China",Asia,1957,64.75,2736300,3629.076457 +"Hong Kong, China",Asia,1962,67.65,3305200,4692.648272 +"Hong Kong, China",Asia,1967,70,3722800,6197.962814 +"Hong Kong, China",Asia,1972,72,4115700,8315.928145 +"Hong Kong, China",Asia,1977,73.6,4583700,11186.14125 +"Hong Kong, China",Asia,1982,75.45,5264500,14560.53051 +"Hong Kong, China",Asia,1987,76.2,5584510,20038.47269 +"Hong Kong, China",Asia,1992,77.601,5829696,24757.60301 +"Hong Kong, China",Asia,1997,80,6495918,28377.63219 +"Hong Kong, China",Asia,2002,81.495,6762476,30209.01516 +"Hong Kong, China",Asia,2007,82.208,6980412,39724.97867 +Hungary,Europe,1952,64.03,9504000,5263.673816 +Hungary,Europe,1957,66.41,9839000,6040.180011 +Hungary,Europe,1962,67.96,10063000,7550.359877 +Hungary,Europe,1967,69.5,10223422,9326.64467 +Hungary,Europe,1972,69.76,10394091,10168.65611 +Hungary,Europe,1977,69.95,10637171,11674.83737 +Hungary,Europe,1982,69.39,10705535,12545.99066 +Hungary,Europe,1987,69.58,10612740,12986.47998 +Hungary,Europe,1992,69.17,10348684,10535.62855 +Hungary,Europe,1997,71.04,10244684,11712.7768 +Hungary,Europe,2002,72.59,10083313,14843.93556 +Hungary,Europe,2007,73.338,9956108,18008.94444 +Iceland,Europe,1952,72.49,147962,7267.688428 +Iceland,Europe,1957,73.47,165110,9244.001412 +Iceland,Europe,1962,73.68,182053,10350.15906 +Iceland,Europe,1967,73.73,198676,13319.89568 +Iceland,Europe,1972,74.46,209275,15798.06362 +Iceland,Europe,1977,76.11,221823,19654.96247 +Iceland,Europe,1982,76.99,233997,23269.6075 +Iceland,Europe,1987,77.23,244676,26923.20628 +Iceland,Europe,1992,78.77,259012,25144.39201 +Iceland,Europe,1997,78.95,271192,28061.09966 +Iceland,Europe,2002,80.5,288030,31163.20196 +Iceland,Europe,2007,81.757,301931,36180.78919 +India,Asia,1952,37.373,372000000,546.5657493 +India,Asia,1957,40.249,409000000,590.061996 +India,Asia,1962,43.605,454000000,658.3471509 +India,Asia,1967,47.193,506000000,700.7706107 +India,Asia,1972,50.651,567000000,724.032527 +India,Asia,1977,54.208,634000000,813.337323 +India,Asia,1982,56.596,708000000,855.7235377 +India,Asia,1987,58.553,788000000,976.5126756 +India,Asia,1992,60.223,872000000,1164.406809 +India,Asia,1997,61.765,959000000,1458.817442 +India,Asia,2002,62.879,1034172547,1746.769454 +India,Asia,2007,64.698,1110396331,2452.210407 +Indonesia,Asia,1952,37.468,82052000,749.6816546 +Indonesia,Asia,1957,39.918,90124000,858.9002707 +Indonesia,Asia,1962,42.518,99028000,849.2897701 +Indonesia,Asia,1967,45.964,109343000,762.4317721 +Indonesia,Asia,1972,49.203,121282000,1111.107907 +Indonesia,Asia,1977,52.702,136725000,1382.702056 +Indonesia,Asia,1982,56.159,153343000,1516.872988 +Indonesia,Asia,1987,60.137,169276000,1748.356961 +Indonesia,Asia,1992,62.681,184816000,2383.140898 +Indonesia,Asia,1997,66.041,199278000,3119.335603 +Indonesia,Asia,2002,68.588,211060000,2873.91287 +Indonesia,Asia,2007,70.65,223547000,3540.651564 +Iran,Asia,1952,44.869,17272000,3035.326002 +Iran,Asia,1957,47.181,19792000,3290.257643 +Iran,Asia,1962,49.325,22874000,4187.329802 +Iran,Asia,1967,52.469,26538000,5906.731805 +Iran,Asia,1972,55.234,30614000,9613.818607 +Iran,Asia,1977,57.702,35480679,11888.59508 +Iran,Asia,1982,59.62,43072751,7608.334602 +Iran,Asia,1987,63.04,51889696,6642.881371 +Iran,Asia,1992,65.742,60397973,7235.653188 +Iran,Asia,1997,68.042,63327987,8263.590301 +Iran,Asia,2002,69.451,66907826,9240.761975 +Iran,Asia,2007,70.964,69453570,11605.71449 +Iraq,Asia,1952,45.32,5441766,4129.766056 +Iraq,Asia,1957,48.437,6248643,6229.333562 +Iraq,Asia,1962,51.457,7240260,8341.737815 +Iraq,Asia,1967,54.459,8519282,8931.459811 +Iraq,Asia,1972,56.95,10061506,9576.037596 +Iraq,Asia,1977,60.413,11882916,14688.23507 +Iraq,Asia,1982,62.038,14173318,14517.90711 +Iraq,Asia,1987,65.044,16543189,11643.57268 +Iraq,Asia,1992,59.461,17861905,3745.640687 +Iraq,Asia,1997,58.811,20775703,3076.239795 +Iraq,Asia,2002,57.046,24001816,4390.717312 +Iraq,Asia,2007,59.545,27499638,4471.061906 +Ireland,Europe,1952,66.91,2952156,5210.280328 +Ireland,Europe,1957,68.9,2878220,5599.077872 +Ireland,Europe,1962,70.29,2830000,6631.597314 +Ireland,Europe,1967,71.08,2900100,7655.568963 +Ireland,Europe,1972,71.28,3024400,9530.772896 +Ireland,Europe,1977,72.03,3271900,11150.98113 +Ireland,Europe,1982,73.1,3480000,12618.32141 +Ireland,Europe,1987,74.36,3539900,13872.86652 +Ireland,Europe,1992,75.467,3557761,17558.81555 +Ireland,Europe,1997,76.122,3667233,24521.94713 +Ireland,Europe,2002,77.783,3879155,34077.04939 +Ireland,Europe,2007,78.885,4109086,40675.99635 +Israel,Asia,1952,65.39,1620914,4086.522128 +Israel,Asia,1957,67.84,1944401,5385.278451 +Israel,Asia,1962,69.39,2310904,7105.630706 +Israel,Asia,1967,70.75,2693585,8393.741404 +Israel,Asia,1972,71.63,3095893,12786.93223 +Israel,Asia,1977,73.06,3495918,13306.61921 +Israel,Asia,1982,74.45,3858421,15367.0292 +Israel,Asia,1987,75.6,4203148,17122.47986 +Israel,Asia,1992,76.93,4936550,18051.52254 +Israel,Asia,1997,78.269,5531387,20896.60924 +Israel,Asia,2002,79.696,6029529,21905.59514 +Israel,Asia,2007,80.745,6426679,25523.2771 +Italy,Europe,1952,65.94,47666000,4931.404155 +Italy,Europe,1957,67.81,49182000,6248.656232 +Italy,Europe,1962,69.24,50843200,8243.58234 +Italy,Europe,1967,71.06,52667100,10022.40131 +Italy,Europe,1972,72.19,54365564,12269.27378 +Italy,Europe,1977,73.48,56059245,14255.98475 +Italy,Europe,1982,74.98,56535636,16537.4835 +Italy,Europe,1987,76.42,56729703,19207.23482 +Italy,Europe,1992,77.44,56840847,22013.64486 +Italy,Europe,1997,78.82,57479469,24675.02446 +Italy,Europe,2002,80.24,57926999,27968.09817 +Italy,Europe,2007,80.546,58147733,28569.7197 +Jamaica,Americas,1952,58.53,1426095,2898.530881 +Jamaica,Americas,1957,62.61,1535090,4756.525781 +Jamaica,Americas,1962,65.61,1665128,5246.107524 +Jamaica,Americas,1967,67.51,1861096,6124.703451 +Jamaica,Americas,1972,69,1997616,7433.889293 +Jamaica,Americas,1977,70.11,2156814,6650.195573 +Jamaica,Americas,1982,71.21,2298309,6068.05135 +Jamaica,Americas,1987,71.77,2326606,6351.237495 +Jamaica,Americas,1992,71.766,2378618,7404.923685 +Jamaica,Americas,1997,72.262,2531311,7121.924704 +Jamaica,Americas,2002,72.047,2664659,6994.774861 +Jamaica,Americas,2007,72.567,2780132,7320.880262 +Japan,Asia,1952,63.03,86459025,3216.956347 +Japan,Asia,1957,65.5,91563009,4317.694365 +Japan,Asia,1962,68.73,95831757,6576.649461 +Japan,Asia,1967,71.43,100825279,9847.788607 +Japan,Asia,1972,73.42,107188273,14778.78636 +Japan,Asia,1977,75.38,113872473,16610.37701 +Japan,Asia,1982,77.11,118454974,19384.10571 +Japan,Asia,1987,78.67,122091325,22375.94189 +Japan,Asia,1992,79.36,124329269,26824.89511 +Japan,Asia,1997,80.69,125956499,28816.58499 +Japan,Asia,2002,82,127065841,28604.5919 +Japan,Asia,2007,82.603,127467972,31656.06806 +Jordan,Asia,1952,43.158,607914,1546.907807 +Jordan,Asia,1957,45.669,746559,1886.080591 +Jordan,Asia,1962,48.126,933559,2348.009158 +Jordan,Asia,1967,51.629,1255058,2741.796252 +Jordan,Asia,1972,56.528,1613551,2110.856309 +Jordan,Asia,1977,61.134,1937652,2852.351568 +Jordan,Asia,1982,63.739,2347031,4161.415959 +Jordan,Asia,1987,65.869,2820042,4448.679912 +Jordan,Asia,1992,68.015,3867409,3431.593647 +Jordan,Asia,1997,69.772,4526235,3645.379572 +Jordan,Asia,2002,71.263,5307470,3844.917194 +Jordan,Asia,2007,72.535,6053193,4519.461171 +Kenya,Africa,1952,42.27,6464046,853.540919 +Kenya,Africa,1957,44.686,7454779,944.4383152 +Kenya,Africa,1962,47.949,8678557,896.9663732 +Kenya,Africa,1967,50.654,10191512,1056.736457 +Kenya,Africa,1972,53.559,12044785,1222.359968 +Kenya,Africa,1977,56.155,14500404,1267.613204 +Kenya,Africa,1982,58.766,17661452,1348.225791 +Kenya,Africa,1987,59.339,21198082,1361.936856 +Kenya,Africa,1992,59.285,25020539,1341.921721 +Kenya,Africa,1997,54.407,28263827,1360.485021 +Kenya,Africa,2002,50.992,31386842,1287.514732 +Kenya,Africa,2007,54.11,35610177,1463.249282 +"Korea, Dem. Rep.",Asia,1952,50.056,8865488,1088.277758 +"Korea, Dem. Rep.",Asia,1957,54.081,9411381,1571.134655 +"Korea, Dem. Rep.",Asia,1962,56.656,10917494,1621.693598 +"Korea, Dem. Rep.",Asia,1967,59.942,12617009,2143.540609 +"Korea, Dem. Rep.",Asia,1972,63.983,14781241,3701.621503 +"Korea, Dem. Rep.",Asia,1977,67.159,16325320,4106.301249 +"Korea, Dem. Rep.",Asia,1982,69.1,17647518,4106.525293 +"Korea, Dem. Rep.",Asia,1987,70.647,19067554,4106.492315 +"Korea, Dem. Rep.",Asia,1992,69.978,20711375,3726.063507 +"Korea, Dem. Rep.",Asia,1997,67.727,21585105,1690.756814 +"Korea, Dem. Rep.",Asia,2002,66.662,22215365,1646.758151 +"Korea, Dem. Rep.",Asia,2007,67.297,23301725,1593.06548 +"Korea, Rep.",Asia,1952,47.453,20947571,1030.592226 +"Korea, Rep.",Asia,1957,52.681,22611552,1487.593537 +"Korea, Rep.",Asia,1962,55.292,26420307,1536.344387 +"Korea, Rep.",Asia,1967,57.716,30131000,2029.228142 +"Korea, Rep.",Asia,1972,62.612,33505000,3030.87665 +"Korea, Rep.",Asia,1977,64.766,36436000,4657.22102 +"Korea, Rep.",Asia,1982,67.123,39326000,5622.942464 +"Korea, Rep.",Asia,1987,69.81,41622000,8533.088805 +"Korea, Rep.",Asia,1992,72.244,43805450,12104.27872 +"Korea, Rep.",Asia,1997,74.647,46173816,15993.52796 +"Korea, Rep.",Asia,2002,77.045,47969150,19233.98818 +"Korea, Rep.",Asia,2007,78.623,49044790,23348.13973 +Kuwait,Asia,1952,55.565,160000,108382.3529 +Kuwait,Asia,1957,58.033,212846,113523.1329 +Kuwait,Asia,1962,60.47,358266,95458.11176 +Kuwait,Asia,1967,64.624,575003,80894.88326 +Kuwait,Asia,1972,67.712,841934,109347.867 +Kuwait,Asia,1977,69.343,1140357,59265.47714 +Kuwait,Asia,1982,71.309,1497494,31354.03573 +Kuwait,Asia,1987,74.174,1891487,28118.42998 +Kuwait,Asia,1992,75.19,1418095,34932.91959 +Kuwait,Asia,1997,76.156,1765345,40300.619960000004 +Kuwait,Asia,2002,76.904,2111561,35110.10566 +Kuwait,Asia,2007,77.588,2505559,47306.98978 +Lebanon,Asia,1952,55.928,1439529,4834.804067 +Lebanon,Asia,1957,59.489,1647412,6089.786934 +Lebanon,Asia,1962,62.094,1886848,5714.560611 +Lebanon,Asia,1967,63.87,2186894,6006.983042 +Lebanon,Asia,1972,65.421,2680018,7486.384341 +Lebanon,Asia,1977,66.099,3115787,8659.696836 +Lebanon,Asia,1982,66.983,3086876,7640.519521 +Lebanon,Asia,1987,67.926,3089353,5377.091329 +Lebanon,Asia,1992,69.292,3219994,6890.806854 +Lebanon,Asia,1997,70.265,3430388,8754.96385 +Lebanon,Asia,2002,71.028,3677780,9313.93883 +Lebanon,Asia,2007,71.993,3921278,10461.05868 +Lesotho,Africa,1952,42.138,748747,298.8462121 +Lesotho,Africa,1957,45.047,813338,335.9971151 +Lesotho,Africa,1962,47.747,893143,411.8006266 +Lesotho,Africa,1967,48.492,996380,498.6390265 +Lesotho,Africa,1972,49.767,1116779,496.5815922 +Lesotho,Africa,1977,52.208,1251524,745.3695408 +Lesotho,Africa,1982,55.078,1411807,797.2631074 +Lesotho,Africa,1987,57.18,1599200,773.9932141 +Lesotho,Africa,1992,59.685,1803195,977.4862725 +Lesotho,Africa,1997,55.558,1982823,1186.147994 +Lesotho,Africa,2002,44.593,2046772,1275.184575 +Lesotho,Africa,2007,42.592,2012649,1569.331442 +Liberia,Africa,1952,38.48,863308,575.5729961 +Liberia,Africa,1957,39.486,975950,620.9699901 +Liberia,Africa,1962,40.502,1112796,634.1951625 +Liberia,Africa,1967,41.536,1279406,713.6036483 +Liberia,Africa,1972,42.614,1482628,803.0054535 +Liberia,Africa,1977,43.764,1703617,640.3224383 +Liberia,Africa,1982,44.852,1956875,572.1995694 +Liberia,Africa,1987,46.027,2269414,506.1138573 +Liberia,Africa,1992,40.802,1912974,636.6229191 +Liberia,Africa,1997,42.221,2200725,609.17395079999994 +Liberia,Africa,2002,43.753,2814651,531.4823679 +Liberia,Africa,2007,45.678,3193942,414.5073415 +Libya,Africa,1952,42.723,1019729,2387.54806 +Libya,Africa,1957,45.289,1201578,3448.284395 +Libya,Africa,1962,47.808,1441863,6757.030816 +Libya,Africa,1967,50.227,1759224,18772.75169 +Libya,Africa,1972,52.773,2183877,21011.49721 +Libya,Africa,1977,57.442,2721783,21951.21176 +Libya,Africa,1982,62.155,3344074,17364.27538 +Libya,Africa,1987,66.234,3799845,11770.5898 +Libya,Africa,1992,68.755,4364501,9640.138501 +Libya,Africa,1997,71.555,4759670,9467.446056 +Libya,Africa,2002,72.737,5368585,9534.677467 +Libya,Africa,2007,73.952,6036914,12057.49928 +Madagascar,Africa,1952,36.681,4762912,1443.011715 +Madagascar,Africa,1957,38.865,5181679,1589.20275 +Madagascar,Africa,1962,40.848,5703324,1643.38711 +Madagascar,Africa,1967,42.881,6334556,1634.047282 +Madagascar,Africa,1972,44.851,7082430,1748.562982 +Madagascar,Africa,1977,46.881,8007166,1544.228586 +Madagascar,Africa,1982,48.969,9171477,1302.878658 +Madagascar,Africa,1987,49.35,10568642,1155.441948 +Madagascar,Africa,1992,52.214,12210395,1040.67619 +Madagascar,Africa,1997,54.978,14165114,986.2958956 +Madagascar,Africa,2002,57.286,16473477,894.6370822 +Madagascar,Africa,2007,59.443,19167654,1044.770126 +Malawi,Africa,1952,36.256,2917802,369.1650802 +Malawi,Africa,1957,37.207,3221238,416.3698064 +Malawi,Africa,1962,38.41,3628608,427.9010856 +Malawi,Africa,1967,39.487,4147252,495.5147806 +Malawi,Africa,1972,41.766,4730997,584.6219709 +Malawi,Africa,1977,43.767,5637246,663.2236766 +Malawi,Africa,1982,45.642,6502825,632.8039209 +Malawi,Africa,1987,47.457,7824747,635.5173634 +Malawi,Africa,1992,49.42,10014249,563.2000145 +Malawi,Africa,1997,47.495,10419991,692.2758103 +Malawi,Africa,2002,45.009,11824495,665.4231186 +Malawi,Africa,2007,48.303,13327079,759.3499101 +Malaysia,Asia,1952,48.463,6748378,1831.132894 +Malaysia,Asia,1957,52.102,7739235,1810.066992 +Malaysia,Asia,1962,55.737,8906385,2036.884944 +Malaysia,Asia,1967,59.371,10154878,2277.742396 +Malaysia,Asia,1972,63.01,11441462,2849.09478 +Malaysia,Asia,1977,65.256,12845381,3827.921571 +Malaysia,Asia,1982,68,14441916,4920.355951 +Malaysia,Asia,1987,69.5,16331785,5249.802653 +Malaysia,Asia,1992,70.693,18319502,7277.912802 +Malaysia,Asia,1997,71.938,20476091,10132.90964 +Malaysia,Asia,2002,73.044,22662365,10206.97794 +Malaysia,Asia,2007,74.241,24821286,12451.6558 +Mali,Africa,1952,33.685,3838168,452.3369807 +Mali,Africa,1957,35.307,4241884,490.3821867 +Mali,Africa,1962,36.936,4690372,496.1743428 +Mali,Africa,1967,38.487,5212416,545.0098873 +Mali,Africa,1972,39.977,5828158,581.3688761 +Mali,Africa,1977,41.714,6491649,686.3952693 +Mali,Africa,1982,43.916,6998256,618.0140641 +Mali,Africa,1987,46.364,7634008,684.1715576 +Mali,Africa,1992,48.388,8416215,739.014375 +Mali,Africa,1997,49.903,9384984,790.2579846 +Mali,Africa,2002,51.818,10580176,951.4097518 +Mali,Africa,2007,54.467,12031795,1042.581557 +Mauritania,Africa,1952,40.543,1022556,743.1159097 +Mauritania,Africa,1957,42.338,1076852,846.1202613 +Mauritania,Africa,1962,44.248,1146757,1055.896036 +Mauritania,Africa,1967,46.289,1230542,1421.145193 +Mauritania,Africa,1972,48.437,1332786,1586.851781 +Mauritania,Africa,1977,50.852,1456688,1497.492223 +Mauritania,Africa,1982,53.599,1622136,1481.150189 +Mauritania,Africa,1987,56.145,1841240,1421.603576 +Mauritania,Africa,1992,58.333,2119465,1361.369784 +Mauritania,Africa,1997,60.43,2444741,1483.136136 +Mauritania,Africa,2002,62.247,2828858,1579.019543 +Mauritania,Africa,2007,64.164,3270065,1803.151496 +Mauritius,Africa,1952,50.986,516556,1967.955707 +Mauritius,Africa,1957,58.089,609816,2034.037981 +Mauritius,Africa,1962,60.246,701016,2529.067487 +Mauritius,Africa,1967,61.557,789309,2475.387562 +Mauritius,Africa,1972,62.944,851334,2575.484158 +Mauritius,Africa,1977,64.93,913025,3710.982963 +Mauritius,Africa,1982,66.711,992040,3688.037739 +Mauritius,Africa,1987,68.74,1042663,4783.586903 +Mauritius,Africa,1992,69.745,1096202,6058.253846 +Mauritius,Africa,1997,70.736,1149818,7425.705295 +Mauritius,Africa,2002,71.954,1200206,9021.815894 +Mauritius,Africa,2007,72.801,1250882,10956.99112 +Mexico,Americas,1952,50.789,30144317,3478.125529 +Mexico,Americas,1957,55.19,35015548,4131.546641 +Mexico,Americas,1962,58.299,41121485,4581.609385 +Mexico,Americas,1967,60.11,47995559,5754.733883 +Mexico,Americas,1972,62.361,55984294,6809.40669 +Mexico,Americas,1977,65.032,63759976,7674.929108 +Mexico,Americas,1982,67.405,71640904,9611.147541 +Mexico,Americas,1987,69.498,80122492,8688.156003 +Mexico,Americas,1992,71.455,88111030,9472.384295 +Mexico,Americas,1997,73.67,95895146,9767.29753 +Mexico,Americas,2002,74.902,102479927,10742.44053 +Mexico,Americas,2007,76.195,108700891,11977.57496 +Mongolia,Asia,1952,42.244,800663,786.5668575 +Mongolia,Asia,1957,45.248,882134,912.6626085 +Mongolia,Asia,1962,48.251,1010280,1056.353958 +Mongolia,Asia,1967,51.253,1149500,1226.04113 +Mongolia,Asia,1972,53.754,1320500,1421.741975 +Mongolia,Asia,1977,55.491,1528000,1647.511665 +Mongolia,Asia,1982,57.489,1756032,2000.603139 +Mongolia,Asia,1987,60.222,2015133,2338.008304 +Mongolia,Asia,1992,61.271,2312802,1785.402016 +Mongolia,Asia,1997,63.625,2494803,1902.2521 +Mongolia,Asia,2002,65.033,2674234,2140.739323 +Mongolia,Asia,2007,66.803,2874127,3095.772271 +Montenegro,Europe,1952,59.164,413834,2647.585601 +Montenegro,Europe,1957,61.448,442829,3682.259903 +Montenegro,Europe,1962,63.728,474528,4649.593785 +Montenegro,Europe,1967,67.178,501035,5907.850937 +Montenegro,Europe,1972,70.636,527678,7778.414017 +Montenegro,Europe,1977,73.066,560073,9595.929905 +Montenegro,Europe,1982,74.101,562548,11222.58762 +Montenegro,Europe,1987,74.865,569473,11732.51017 +Montenegro,Europe,1992,75.435,621621,7003.339037 +Montenegro,Europe,1997,75.445,692651,6465.613349 +Montenegro,Europe,2002,73.981,720230,6557.194282 +Montenegro,Europe,2007,74.543,684736,9253.896111 +Morocco,Africa,1952,42.873,9939217,1688.20357 +Morocco,Africa,1957,45.423,11406350,1642.002314 +Morocco,Africa,1962,47.924,13056604,1566.353493 +Morocco,Africa,1967,50.335,14770296,1711.04477 +Morocco,Africa,1972,52.862,16660670,1930.194975 +Morocco,Africa,1977,55.73,18396941,2370.619976 +Morocco,Africa,1982,59.65,20198730,2702.620356 +Morocco,Africa,1987,62.677,22987397,2755.046991 +Morocco,Africa,1992,65.393,25798239,2948.047252 +Morocco,Africa,1997,67.66,28529501,2982.101858 +Morocco,Africa,2002,69.615,31167783,3258.495584 +Morocco,Africa,2007,71.164,33757175,3820.17523 +Mozambique,Africa,1952,31.286,6446316,468.5260381 +Mozambique,Africa,1957,33.779,7038035,495.5868333 +Mozambique,Africa,1962,36.161,7788944,556.6863539 +Mozambique,Africa,1967,38.113,8680909,566.6691539 +Mozambique,Africa,1972,40.328,9809596,724.9178037 +Mozambique,Africa,1977,42.495,11127868,502.3197334 +Mozambique,Africa,1982,42.795,12587223,462.2114149 +Mozambique,Africa,1987,42.861,12891952,389.8761846 +Mozambique,Africa,1992,44.284,13160731,410.8968239 +Mozambique,Africa,1997,46.344,16603334,472.3460771 +Mozambique,Africa,2002,44.026,18473780,633.6179466 +Mozambique,Africa,2007,42.082,19951656,823.6856205 +Myanmar,Asia,1952,36.319,20092996,331 +Myanmar,Asia,1957,41.905,21731844,350 +Myanmar,Asia,1962,45.108,23634436,388 +Myanmar,Asia,1967,49.379,25870271,349 +Myanmar,Asia,1972,53.07,28466390,357 +Myanmar,Asia,1977,56.059,31528087,371 +Myanmar,Asia,1982,58.056,34680442,424 +Myanmar,Asia,1987,58.339,38028578,385 +Myanmar,Asia,1992,59.32,40546538,347 +Myanmar,Asia,1997,60.328,43247867,415 +Myanmar,Asia,2002,59.908,45598081,611 +Myanmar,Asia,2007,62.069,47761980,944 +Namibia,Africa,1952,41.725,485831,2423.780443 +Namibia,Africa,1957,45.226,548080,2621.448058 +Namibia,Africa,1962,48.386,621392,3173.215595 +Namibia,Africa,1967,51.159,706640,3793.694753 +Namibia,Africa,1972,53.867,821782,3746.080948 +Namibia,Africa,1977,56.437,977026,3876.485958 +Namibia,Africa,1982,58.968,1099010,4191.100511 +Namibia,Africa,1987,60.835,1278184,3693.731337 +Namibia,Africa,1992,61.999,1554253,3804.537999 +Namibia,Africa,1997,58.909,1774766,3899.52426 +Namibia,Africa,2002,51.479,1972153,4072.324751 +Namibia,Africa,2007,52.906,2055080,4811.060429 +Nepal,Asia,1952,36.157,9182536,545.8657229 +Nepal,Asia,1957,37.686,9682338,597.9363558 +Nepal,Asia,1962,39.393,10332057,652.3968593 +Nepal,Asia,1967,41.472,11261690,676.4422254 +Nepal,Asia,1972,43.971,12412593,674.7881296 +Nepal,Asia,1977,46.748,13933198,694.1124398 +Nepal,Asia,1982,49.594,15796314,718.3730947 +Nepal,Asia,1987,52.537,17917180,775.6324501 +Nepal,Asia,1992,55.727,20326209,897.7403604 +Nepal,Asia,1997,59.426,23001113,1010.892138 +Nepal,Asia,2002,61.34,25873917,1057.206311 +Nepal,Asia,2007,63.785,28901790,1091.359778 +Netherlands,Europe,1952,72.13,10381988,8941.571858 +Netherlands,Europe,1957,72.99,11026383,11276.19344 +Netherlands,Europe,1962,73.23,11805689,12790.84956 +Netherlands,Europe,1967,73.82,12596822,15363.25136 +Netherlands,Europe,1972,73.75,13329874,18794.74567 +Netherlands,Europe,1977,75.24,13852989,21209.0592 +Netherlands,Europe,1982,76.05,14310401,21399.46046 +Netherlands,Europe,1987,76.83,14665278,23651.32361 +Netherlands,Europe,1992,77.42,15174244,26790.94961 +Netherlands,Europe,1997,78.03,15604464,30246.13063 +Netherlands,Europe,2002,78.53,16122830,33724.75778 +Netherlands,Europe,2007,79.762,16570613,36797.93332 +New Zealand,Oceania,1952,69.39,1994794,10556.57566 +New Zealand,Oceania,1957,70.26,2229407,12247.39532 +New Zealand,Oceania,1962,71.24,2488550,13175.678 +New Zealand,Oceania,1967,71.52,2728150,14463.91893 +New Zealand,Oceania,1972,71.89,2929100,16046.03728 +New Zealand,Oceania,1977,72.22,3164900,16233.7177 +New Zealand,Oceania,1982,73.84,3210650,17632.4104 +New Zealand,Oceania,1987,74.32,3317166,19007.19129 +New Zealand,Oceania,1992,76.33,3437674,18363.32494 +New Zealand,Oceania,1997,77.55,3676187,21050.41377 +New Zealand,Oceania,2002,79.11,3908037,23189.80135 +New Zealand,Oceania,2007,80.204,4115771,25185.00911 +Nicaragua,Americas,1952,42.314,1165790,3112.363948 +Nicaragua,Americas,1957,45.432,1358828,3457.415947 +Nicaragua,Americas,1962,48.632,1590597,3634.364406 +Nicaragua,Americas,1967,51.884,1865490,4643.393534 +Nicaragua,Americas,1972,55.151,2182908,4688.593267 +Nicaragua,Americas,1977,57.47,2554598,5486.371089 +Nicaragua,Americas,1982,59.298,2979423,3470.338156 +Nicaragua,Americas,1987,62.008,3344353,2955.984375 +Nicaragua,Americas,1992,65.843,4017939,2170.151724 +Nicaragua,Americas,1997,68.426,4609572,2253.023004 +Nicaragua,Americas,2002,70.836,5146848,2474.548819 +Nicaragua,Americas,2007,72.899,5675356,2749.320965 +Niger,Africa,1952,37.444,3379468,761.879376 +Niger,Africa,1957,38.598,3692184,835.5234025 +Niger,Africa,1962,39.487,4076008,997.7661127 +Niger,Africa,1967,40.118,4534062,1054.384891 +Niger,Africa,1972,40.546,5060262,954.2092363 +Niger,Africa,1977,41.291,5682086,808.8970728 +Niger,Africa,1982,42.598,6437188,909.7221354 +Niger,Africa,1987,44.555,7332638,668.3000228 +Niger,Africa,1992,47.391,8392818,581.182725 +Niger,Africa,1997,51.313,9666252,580.3052092 +Niger,Africa,2002,54.496,11140655,601.0745012 +Niger,Africa,2007,56.867,12894865,619.6768924 +Nigeria,Africa,1952,36.324,33119096,1077.281856 +Nigeria,Africa,1957,37.802,37173340,1100.592563 +Nigeria,Africa,1962,39.36,41871351,1150.927478 +Nigeria,Africa,1967,41.04,47287752,1014.514104 +Nigeria,Africa,1972,42.821,53740085,1698.388838 +Nigeria,Africa,1977,44.514,62209173,1981.951806 +Nigeria,Africa,1982,45.826,73039376,1576.97375 +Nigeria,Africa,1987,46.886,81551520,1385.029563 +Nigeria,Africa,1992,47.472,93364244,1619.848217 +Nigeria,Africa,1997,47.464,106207839,1624.941275 +Nigeria,Africa,2002,46.608,119901274,1615.286395 +Nigeria,Africa,2007,46.859,135031164,2013.977305 +Norway,Europe,1952,72.67,3327728,10095.42172 +Norway,Europe,1957,73.44,3491938,11653.97304 +Norway,Europe,1962,73.47,3638919,13450.40151 +Norway,Europe,1967,74.08,3786019,16361.87647 +Norway,Europe,1972,74.34,3933004,18965.05551 +Norway,Europe,1977,75.37,4043205,23311.34939 +Norway,Europe,1982,75.97,4114787,26298.63531 +Norway,Europe,1987,75.89,4186147,31540.9748 +Norway,Europe,1992,77.32,4286357,33965.66115 +Norway,Europe,1997,78.32,4405672,41283.16433 +Norway,Europe,2002,79.05,4535591,44683.97525 +Norway,Europe,2007,80.196,4627926,49357.19017 +Oman,Asia,1952,37.578,507833,1828.230307 +Oman,Asia,1957,40.08,561977,2242.746551 +Oman,Asia,1962,43.165,628164,2924.638113 +Oman,Asia,1967,46.988,714775,4720.942687 +Oman,Asia,1972,52.143,829050,10618.03855 +Oman,Asia,1977,57.367,1004533,11848.34392 +Oman,Asia,1982,62.728,1301048,12954.79101 +Oman,Asia,1987,67.734,1593882,18115.22313 +Oman,Asia,1992,71.197,1915208,18616.70691 +Oman,Asia,1997,72.499,2283635,19702.05581 +Oman,Asia,2002,74.193,2713462,19774.83687 +Oman,Asia,2007,75.64,3204897,22316.19287 +Pakistan,Asia,1952,43.436,41346560,684.5971438 +Pakistan,Asia,1957,45.557,46679944,747.0835292 +Pakistan,Asia,1962,47.67,53100671,803.3427418 +Pakistan,Asia,1967,49.8,60641899,942.4082588 +Pakistan,Asia,1972,51.929,69325921,1049.938981 +Pakistan,Asia,1977,54.043,78152686,1175.921193 +Pakistan,Asia,1982,56.158,91462088,1443.429832 +Pakistan,Asia,1987,58.245,105186881,1704.686583 +Pakistan,Asia,1992,60.838,120065004,1971.829464 +Pakistan,Asia,1997,61.818,135564834,2049.350521 +Pakistan,Asia,2002,63.61,153403524,2092.712441 +Pakistan,Asia,2007,65.483,169270617,2605.94758 +Panama,Americas,1952,55.191,940080,2480.380334 +Panama,Americas,1957,59.201,1063506,2961.800905 +Panama,Americas,1962,61.817,1215725,3536.540301 +Panama,Americas,1967,64.071,1405486,4421.009084 +Panama,Americas,1972,66.216,1616384,5364.249663 +Panama,Americas,1977,68.681,1839782,5351.912144 +Panama,Americas,1982,70.472,2036305,7009.601598 +Panama,Americas,1987,71.523,2253639,7034.779161 +Panama,Americas,1992,72.462,2484997,6618.74305 +Panama,Americas,1997,73.738,2734531,7113.692252 +Panama,Americas,2002,74.712,2990875,7356.031934 +Panama,Americas,2007,75.537,3242173,9809.185636 +Paraguay,Americas,1952,62.649,1555876,1952.308701 +Paraguay,Americas,1957,63.196,1770902,2046.154706 +Paraguay,Americas,1962,64.361,2009813,2148.027146 +Paraguay,Americas,1967,64.951,2287985,2299.376311 +Paraguay,Americas,1972,65.815,2614104,2523.337977 +Paraguay,Americas,1977,66.353,2984494,3248.373311 +Paraguay,Americas,1982,66.874,3366439,4258.503604 +Paraguay,Americas,1987,67.378,3886512,3998.875695 +Paraguay,Americas,1992,68.225,4483945,4196.411078 +Paraguay,Americas,1997,69.4,5154123,4247.400261 +Paraguay,Americas,2002,70.755,5884491,3783.674243 +Paraguay,Americas,2007,71.752,6667147,4172.838464 +Peru,Americas,1952,43.902,8025700,3758.523437 +Peru,Americas,1957,46.263,9146100,4245.256698 +Peru,Americas,1962,49.096,10516500,4957.037982 +Peru,Americas,1967,51.445,12132200,5788.09333 +Peru,Americas,1972,55.448,13954700,5937.827283 +Peru,Americas,1977,58.447,15990099,6281.290855 +Peru,Americas,1982,61.406,18125129,6434.501797 +Peru,Americas,1987,64.134,20195924,6360.9434440000005 +Peru,Americas,1992,66.458,22430449,4446.380924 +Peru,Americas,1997,68.386,24748122,5838.347657 +Peru,Americas,2002,69.906,26769436,5909.020073 +Peru,Americas,2007,71.421,28674757,7408.905561 +Philippines,Asia,1952,47.752,22438691,1272.880995 +Philippines,Asia,1957,51.334,26072194,1547.944844 +Philippines,Asia,1962,54.757,30325264,1649.552153 +Philippines,Asia,1967,56.393,35356600,1814.12743 +Philippines,Asia,1972,58.065,40850141,1989.37407 +Philippines,Asia,1977,60.06,46850962,2373.204287 +Philippines,Asia,1982,62.082,53456774,2603.273765 +Philippines,Asia,1987,64.151,60017788,2189.634995 +Philippines,Asia,1992,66.458,67185766,2279.324017 +Philippines,Asia,1997,68.564,75012988,2536.534925 +Philippines,Asia,2002,70.303,82995088,2650.921068 +Philippines,Asia,2007,71.688,91077287,3190.481016 +Poland,Europe,1952,61.31,25730551,4029.329699 +Poland,Europe,1957,65.77,28235346,4734.253019 +Poland,Europe,1962,67.64,30329617,5338.752143 +Poland,Europe,1967,69.61,31785378,6557.152776 +Poland,Europe,1972,70.85,33039545,8006.506993 +Poland,Europe,1977,70.67,34621254,9508.141454 +Poland,Europe,1982,71.32,36227381,8451.531004 +Poland,Europe,1987,70.98,37740710,9082.351172 +Poland,Europe,1992,70.99,38370697,7738.881247 +Poland,Europe,1997,72.75,38654957,10159.58368 +Poland,Europe,2002,74.67,38625976,12002.23908 +Poland,Europe,2007,75.563,38518241,15389.92468 +Portugal,Europe,1952,59.82,8526050,3068.319867 +Portugal,Europe,1957,61.51,8817650,3774.571743 +Portugal,Europe,1962,64.39,9019800,4727.954889 +Portugal,Europe,1967,66.6,9103000,6361.517993 +Portugal,Europe,1972,69.26,8970450,9022.247417 +Portugal,Europe,1977,70.41,9662600,10172.48572 +Portugal,Europe,1982,72.77,9859650,11753.84291 +Portugal,Europe,1987,74.06,9915289,13039.30876 +Portugal,Europe,1992,74.86,9927680,16207.26663 +Portugal,Europe,1997,75.97,10156415,17641.03156 +Portugal,Europe,2002,77.29,10433867,19970.90787 +Portugal,Europe,2007,78.098,10642836,20509.64777 +Puerto Rico,Americas,1952,64.28,2227000,3081.959785 +Puerto Rico,Americas,1957,68.54,2260000,3907.156189 +Puerto Rico,Americas,1962,69.62,2448046,5108.34463 +Puerto Rico,Americas,1967,71.1,2648961,6929.277714 +Puerto Rico,Americas,1972,72.16,2847132,9123.041742 +Puerto Rico,Americas,1977,73.44,3080828,9770.524921 +Puerto Rico,Americas,1982,73.75,3279001,10330.98915 +Puerto Rico,Americas,1987,74.63,3444468,12281.34191 +Puerto Rico,Americas,1992,73.911,3585176,14641.58711 +Puerto Rico,Americas,1997,74.917,3759430,16999.4333 +Puerto Rico,Americas,2002,77.778,3859606,18855.60618 +Puerto Rico,Americas,2007,78.746,3942491,19328.70901 +Reunion,Africa,1952,52.724,257700,2718.885295 +Reunion,Africa,1957,55.09,308700,2769.451844 +Reunion,Africa,1962,57.666,358900,3173.72334 +Reunion,Africa,1967,60.542,414024,4021.175739 +Reunion,Africa,1972,64.274,461633,5047.658563 +Reunion,Africa,1977,67.064,492095,4319.804067 +Reunion,Africa,1982,69.885,517810,5267.219353 +Reunion,Africa,1987,71.913,562035,5303.377488 +Reunion,Africa,1992,73.615,622191,6101.255823 +Reunion,Africa,1997,74.772,684810,6071.941411 +Reunion,Africa,2002,75.744,743981,6316.1652 +Reunion,Africa,2007,76.442,798094,7670.122558 +Romania,Europe,1952,61.05,16630000,3144.613186 +Romania,Europe,1957,64.1,17829327,3943.370225 +Romania,Europe,1962,66.8,18680721,4734.997586 +Romania,Europe,1967,66.8,19284814,6470.866545 +Romania,Europe,1972,69.21,20662648,8011.414402 +Romania,Europe,1977,69.46,21658597,9356.39724 +Romania,Europe,1982,69.66,22356726,9605.314053 +Romania,Europe,1987,69.53,22686371,9696.273295 +Romania,Europe,1992,69.36,22797027,6598.409903 +Romania,Europe,1997,69.72,22562458,7346.547557 +Romania,Europe,2002,71.322,22404337,7885.360081 +Romania,Europe,2007,72.476,22276056,10808.47561 +Rwanda,Africa,1952,40,2534927,493.3238752 +Rwanda,Africa,1957,41.5,2822082,540.2893983 +Rwanda,Africa,1962,43,3051242,597.4730727 +Rwanda,Africa,1967,44.1,3451079,510.9637142 +Rwanda,Africa,1972,44.6,3992121,590.5806638 +Rwanda,Africa,1977,45,4657072,670.0806011 +Rwanda,Africa,1982,46.218,5507565,881.5706467 +Rwanda,Africa,1987,44.02,6349365,847.991217 +Rwanda,Africa,1992,23.599,7290203,737.0685949 +Rwanda,Africa,1997,36.087,7212583,589.9445051 +Rwanda,Africa,2002,43.413,7852401,785.6537648 +Rwanda,Africa,2007,46.242,8860588,863.0884639 +Sao Tome and Principe,Africa,1952,46.471,60011,879.5835855 +Sao Tome and Principe,Africa,1957,48.945,61325,860.7369026 +Sao Tome and Principe,Africa,1962,51.893,65345,1071.551119 +Sao Tome and Principe,Africa,1967,54.425,70787,1384.840593 +Sao Tome and Principe,Africa,1972,56.48,76595,1532.985254 +Sao Tome and Principe,Africa,1977,58.55,86796,1737.561657 +Sao Tome and Principe,Africa,1982,60.351,98593,1890.218117 +Sao Tome and Principe,Africa,1987,61.728,110812,1516.525457 +Sao Tome and Principe,Africa,1992,62.742,125911,1428.777814 +Sao Tome and Principe,Africa,1997,63.306,145608,1339.076036 +Sao Tome and Principe,Africa,2002,64.337,170372,1353.09239 +Sao Tome and Principe,Africa,2007,65.528,199579,1598.435089 +Saudi Arabia,Asia,1952,39.875,4005677,6459.554823 +Saudi Arabia,Asia,1957,42.868,4419650,8157.591248 +Saudi Arabia,Asia,1962,45.914,4943029,11626.41975 +Saudi Arabia,Asia,1967,49.901,5618198,16903.04886 +Saudi Arabia,Asia,1972,53.886,6472756,24837.42865 +Saudi Arabia,Asia,1977,58.69,8128505,34167.7626 +Saudi Arabia,Asia,1982,63.012,11254672,33693.17525 +Saudi Arabia,Asia,1987,66.295,14619745,21198.26136 +Saudi Arabia,Asia,1992,68.768,16945857,24841.61777 +Saudi Arabia,Asia,1997,70.533,21229759,20586.69019 +Saudi Arabia,Asia,2002,71.626,24501530,19014.54118 +Saudi Arabia,Asia,2007,72.777,27601038,21654.83194 +Senegal,Africa,1952,37.278,2755589,1450.356983 +Senegal,Africa,1957,39.329,3054547,1567.653006 +Senegal,Africa,1962,41.454,3430243,1654.988723 +Senegal,Africa,1967,43.563,3965841,1612.404632 +Senegal,Africa,1972,45.815,4588696,1597.712056 +Senegal,Africa,1977,48.879,5260855,1561.769116 +Senegal,Africa,1982,52.379,6147783,1518.479984 +Senegal,Africa,1987,55.769,7171347,1441.72072 +Senegal,Africa,1992,58.196,8307920,1367.899369 +Senegal,Africa,1997,60.187,9535314,1392.368347 +Senegal,Africa,2002,61.6,10870037,1519.635262 +Senegal,Africa,2007,63.062,12267493,1712.472136 +Serbia,Europe,1952,57.996,6860147,3581.459448 +Serbia,Europe,1957,61.685,7271135,4981.090891 +Serbia,Europe,1962,64.531,7616060,6289.629157 +Serbia,Europe,1967,66.914,7971222,7991.707066 +Serbia,Europe,1972,68.7,8313288,10522.06749 +Serbia,Europe,1977,70.3,8686367,12980.66956 +Serbia,Europe,1982,70.162,9032824,15181.0927 +Serbia,Europe,1987,71.218,9230783,15870.87851 +Serbia,Europe,1992,71.659,9826397,9325.068238 +Serbia,Europe,1997,72.232,10336594,7914.320304 +Serbia,Europe,2002,73.213,10111559,7236.075251 +Serbia,Europe,2007,74.002,10150265,9786.534714 +Sierra Leone,Africa,1952,30.331,2143249,879.7877358 +Sierra Leone,Africa,1957,31.57,2295678,1004.484437 +Sierra Leone,Africa,1962,32.767,2467895,1116.639877 +Sierra Leone,Africa,1967,34.113,2662190,1206.043465 +Sierra Leone,Africa,1972,35.4,2879013,1353.759762 +Sierra Leone,Africa,1977,36.788,3140897,1348.285159 +Sierra Leone,Africa,1982,38.445,3464522,1465.010784 +Sierra Leone,Africa,1987,40.006,3868905,1294.447788 +Sierra Leone,Africa,1992,38.333,4260884,1068.696278 +Sierra Leone,Africa,1997,39.897,4578212,574.6481576 +Sierra Leone,Africa,2002,41.012,5359092,699.489713 +Sierra Leone,Africa,2007,42.568,6144562,862.5407561 +Singapore,Asia,1952,60.396,1127000,2315.138227 +Singapore,Asia,1957,63.179,1445929,2843.104409 +Singapore,Asia,1962,65.798,1750200,3674.735572 +Singapore,Asia,1967,67.946,1977600,4977.41854 +Singapore,Asia,1972,69.521,2152400,8597.756202 +Singapore,Asia,1977,70.795,2325300,11210.08948 +Singapore,Asia,1982,71.76,2651869,15169.16112 +Singapore,Asia,1987,73.56,2794552,18861.53081 +Singapore,Asia,1992,75.788,3235865,24769.8912 +Singapore,Asia,1997,77.158,3802309,33519.4766 +Singapore,Asia,2002,78.77,4197776,36023.1054 +Singapore,Asia,2007,79.972,4553009,47143.17964 +Slovak Republic,Europe,1952,64.36,3558137,5074.659104 +Slovak Republic,Europe,1957,67.45,3844277,6093.26298 +Slovak Republic,Europe,1962,70.33,4237384,7481.107598 +Slovak Republic,Europe,1967,70.98,4442238,8412.902397 +Slovak Republic,Europe,1972,70.35,4593433,9674.167626 +Slovak Republic,Europe,1977,70.45,4827803,10922.66404 +Slovak Republic,Europe,1982,70.8,5048043,11348.54585 +Slovak Republic,Europe,1987,71.08,5199318,12037.26758 +Slovak Republic,Europe,1992,71.38,5302888,9498.467723 +Slovak Republic,Europe,1997,72.71,5383010,12126.23065 +Slovak Republic,Europe,2002,73.8,5410052,13638.77837 +Slovak Republic,Europe,2007,74.663,5447502,18678.31435 +Slovenia,Europe,1952,65.57,1489518,4215.041741 +Slovenia,Europe,1957,67.85,1533070,5862.276629 +Slovenia,Europe,1962,69.15,1582962,7402.303395 +Slovenia,Europe,1967,69.18,1646912,9405.489397 +Slovenia,Europe,1972,69.82,1694510,12383.4862 +Slovenia,Europe,1977,70.97,1746919,15277.03017 +Slovenia,Europe,1982,71.063,1861252,17866.72175 +Slovenia,Europe,1987,72.25,1945870,18678.53492 +Slovenia,Europe,1992,73.64,1999210,14214.71681 +Slovenia,Europe,1997,75.13,2011612,17161.10735 +Slovenia,Europe,2002,76.66,2011497,20660.01936 +Slovenia,Europe,2007,77.926,2009245,25768.25759 +Somalia,Africa,1952,32.978,2526994,1135.749842 +Somalia,Africa,1957,34.977,2780415,1258.147413 +Somalia,Africa,1962,36.981,3080153,1369.488336 +Somalia,Africa,1967,38.977,3428839,1284.73318 +Somalia,Africa,1972,40.973,3840161,1254.576127 +Somalia,Africa,1977,41.974,4353666,1450.992513 +Somalia,Africa,1982,42.955,5828892,1176.807031 +Somalia,Africa,1987,44.501,6921858,1093.244963 +Somalia,Africa,1992,39.658,6099799,926.9602964 +Somalia,Africa,1997,43.795,6633514,930.5964284 +Somalia,Africa,2002,45.936,7753310,882.0818218 +Somalia,Africa,2007,48.159,9118773,926.1410683 +South Africa,Africa,1952,45.009,14264935,4725.295531 +South Africa,Africa,1957,47.985,16151549,5487.104219 +South Africa,Africa,1962,49.951,18356657,5768.729717 +South Africa,Africa,1967,51.927,20997321,7114.477971 +South Africa,Africa,1972,53.696,23935810,7765.962636 +South Africa,Africa,1977,55.527,27129932,8028.651439 +South Africa,Africa,1982,58.161,31140029,8568.266228 +South Africa,Africa,1987,60.834,35933379,7825.823398 +South Africa,Africa,1992,61.888,39964159,7225.069258 +South Africa,Africa,1997,60.236,42835005,7479.188244 +South Africa,Africa,2002,53.365,44433622,7710.946444 +South Africa,Africa,2007,49.339,43997828,9269.657808 +Spain,Europe,1952,64.94,28549870,3834.034742 +Spain,Europe,1957,66.66,29841614,4564.80241 +Spain,Europe,1962,69.69,31158061,5693.843879 +Spain,Europe,1967,71.44,32850275,7993.512294 +Spain,Europe,1972,73.06,34513161,10638.75131 +Spain,Europe,1977,74.39,36439000,13236.92117 +Spain,Europe,1982,76.3,37983310,13926.16997 +Spain,Europe,1987,76.9,38880702,15764.98313 +Spain,Europe,1992,77.57,39549438,18603.06452 +Spain,Europe,1997,78.77,39855442,20445.29896 +Spain,Europe,2002,79.78,40152517,24835.47166 +Spain,Europe,2007,80.941,40448191,28821.0637 +Sri Lanka,Asia,1952,57.593,7982342,1083.53203 +Sri Lanka,Asia,1957,61.456,9128546,1072.546602 +Sri Lanka,Asia,1962,62.192,10421936,1074.47196 +Sri Lanka,Asia,1967,64.266,11737396,1135.514326 +Sri Lanka,Asia,1972,65.042,13016733,1213.39553 +Sri Lanka,Asia,1977,65.949,14116836,1348.775651 +Sri Lanka,Asia,1982,68.757,15410151,1648.079789 +Sri Lanka,Asia,1987,69.011,16495304,1876.766827 +Sri Lanka,Asia,1992,70.379,17587060,2153.739222 +Sri Lanka,Asia,1997,70.457,18698655,2664.477257 +Sri Lanka,Asia,2002,70.815,19576783,3015.378833 +Sri Lanka,Asia,2007,72.396,20378239,3970.095407 +Sudan,Africa,1952,38.635,8504667,1615.991129 +Sudan,Africa,1957,39.624,9753392,1770.337074 +Sudan,Africa,1962,40.87,11183227,1959.593767 +Sudan,Africa,1967,42.858,12716129,1687.997641 +Sudan,Africa,1972,45.083,14597019,1659.652775 +Sudan,Africa,1977,47.8,17104986,2202.988423 +Sudan,Africa,1982,50.338,20367053,1895.544073 +Sudan,Africa,1987,51.744,24725960,1507.819159 +Sudan,Africa,1992,53.556,28227588,1492.197043 +Sudan,Africa,1997,55.373,32160729,1632.210764 +Sudan,Africa,2002,56.369,37090298,1993.398314 +Sudan,Africa,2007,58.556,42292929,2602.394995 +Swaziland,Africa,1952,41.407,290243,1148.376626 +Swaziland,Africa,1957,43.424,326741,1244.708364 +Swaziland,Africa,1962,44.992,370006,1856.182125 +Swaziland,Africa,1967,46.633,420690,2613.101665 +Swaziland,Africa,1972,49.552,480105,3364.836625 +Swaziland,Africa,1977,52.537,551425,3781.410618 +Swaziland,Africa,1982,55.561,649901,3895.384018 +Swaziland,Africa,1987,57.678,779348,3984.839812 +Swaziland,Africa,1992,58.474,962344,3553.0224 +Swaziland,Africa,1997,54.289,1054486,3876.76846 +Swaziland,Africa,2002,43.869,1130269,4128.116943 +Swaziland,Africa,2007,39.613,1133066,4513.480643 +Sweden,Europe,1952,71.86,7124673,8527.844662 +Sweden,Europe,1957,72.49,7363802,9911.878226 +Sweden,Europe,1962,73.37,7561588,12329.44192 +Sweden,Europe,1967,74.16,7867931,15258.29697 +Sweden,Europe,1972,74.72,8122293,17832.02464 +Sweden,Europe,1977,75.44,8251648,18855.72521 +Sweden,Europe,1982,76.42,8325260,20667.38125 +Sweden,Europe,1987,77.19,8421403,23586.92927 +Sweden,Europe,1992,78.16,8718867,23880.01683 +Sweden,Europe,1997,79.39,8897619,25266.59499 +Sweden,Europe,2002,80.04,8954175,29341.63093 +Sweden,Europe,2007,80.884,9031088,33859.74835 +Switzerland,Europe,1952,69.62,4815000,14734.23275 +Switzerland,Europe,1957,70.56,5126000,17909.48973 +Switzerland,Europe,1962,71.32,5666000,20431.0927 +Switzerland,Europe,1967,72.77,6063000,22966.14432 +Switzerland,Europe,1972,73.78,6401400,27195.11304 +Switzerland,Europe,1977,75.39,6316424,26982.29052 +Switzerland,Europe,1982,76.21,6468126,28397.71512 +Switzerland,Europe,1987,77.41,6649942,30281.70459 +Switzerland,Europe,1992,78.03,6995447,31871.5303 +Switzerland,Europe,1997,79.37,7193761,32135.32301 +Switzerland,Europe,2002,80.62,7361757,34480.95771 +Switzerland,Europe,2007,81.701,7554661,37506.41907 +Syria,Asia,1952,45.883,3661549,1643.485354 +Syria,Asia,1957,48.284,4149908,2117.234893 +Syria,Asia,1962,50.305,4834621,2193.037133 +Syria,Asia,1967,53.655,5680812,1881.923632 +Syria,Asia,1972,57.296,6701172,2571.423014 +Syria,Asia,1977,61.195,7932503,3195.484582 +Syria,Asia,1982,64.59,9410494,3761.837715 +Syria,Asia,1987,66.974,11242847,3116.774285 +Syria,Asia,1992,69.249,13219062,3340.542768 +Syria,Asia,1997,71.527,15081016,4014.238972 +Syria,Asia,2002,73.053,17155814,4090.925331 +Syria,Asia,2007,74.143,19314747,4184.548089 +Taiwan,Asia,1952,58.5,8550362,1206.947913 +Taiwan,Asia,1957,62.4,10164215,1507.86129 +Taiwan,Asia,1962,65.2,11918938,1822.879028 +Taiwan,Asia,1967,67.5,13648692,2643.858681 +Taiwan,Asia,1972,69.39,15226039,4062.523897 +Taiwan,Asia,1977,70.59,16785196,5596.519826 +Taiwan,Asia,1982,72.16,18501390,7426.354774 +Taiwan,Asia,1987,73.4,19757799,11054.56175 +Taiwan,Asia,1992,74.26,20686918,15215.6579 +Taiwan,Asia,1997,75.25,21628605,20206.82098 +Taiwan,Asia,2002,76.99,22454239,23235.42329 +Taiwan,Asia,2007,78.4,23174294,28718.27684 +Tanzania,Africa,1952,41.215,8322925,716.6500721 +Tanzania,Africa,1957,42.974,9452826,698.5356073 +Tanzania,Africa,1962,44.246,10863958,722.0038073 +Tanzania,Africa,1967,45.757,12607312,848.2186575 +Tanzania,Africa,1972,47.62,14706593,915.9850592 +Tanzania,Africa,1977,49.919,17129565,962.4922932 +Tanzania,Africa,1982,50.608,19844382,874.2426069 +Tanzania,Africa,1987,51.535,23040630,831.8220794 +Tanzania,Africa,1992,50.44,26605473,825.682454 +Tanzania,Africa,1997,48.466,30686889,789.1862231 +Tanzania,Africa,2002,49.651,34593779,899.0742111 +Tanzania,Africa,2007,52.517,38139640,1107.482182 +Thailand,Asia,1952,50.848,21289402,757.7974177 +Thailand,Asia,1957,53.63,25041917,793.5774148 +Thailand,Asia,1962,56.061,29263397,1002.199172 +Thailand,Asia,1967,58.285,34024249,1295.46066 +Thailand,Asia,1972,60.405,39276153,1524.358936 +Thailand,Asia,1977,62.494,44148285,1961.224635 +Thailand,Asia,1982,64.597,48827160,2393.219781 +Thailand,Asia,1987,66.084,52910342,2982.653773 +Thailand,Asia,1992,67.298,56667095,4616.896545 +Thailand,Asia,1997,67.521,60216677,5852.625497 +Thailand,Asia,2002,68.564,62806748,5913.187529 +Thailand,Asia,2007,70.616,65068149,7458.396327 +Togo,Africa,1952,38.596,1219113,859.8086567 +Togo,Africa,1957,41.208,1357445,925.9083202 +Togo,Africa,1962,43.922,1528098,1067.53481 +Togo,Africa,1967,46.769,1735550,1477.59676 +Togo,Africa,1972,49.759,2056351,1649.660188 +Togo,Africa,1977,52.887,2308582,1532.776998 +Togo,Africa,1982,55.471,2644765,1344.577953 +Togo,Africa,1987,56.941,3154264,1202.201361 +Togo,Africa,1992,58.061,3747553,1034.298904 +Togo,Africa,1997,58.39,4320890,982.2869243 +Togo,Africa,2002,57.561,4977378,886.2205765 +Togo,Africa,2007,58.42,5701579,882.9699438 +Trinidad and Tobago,Americas,1952,59.1,662850,3023.271928 +Trinidad and Tobago,Americas,1957,61.8,764900,4100.3934 +Trinidad and Tobago,Americas,1962,64.9,887498,4997.523971 +Trinidad and Tobago,Americas,1967,65.4,960155,5621.368472 +Trinidad and Tobago,Americas,1972,65.9,975199,6619.551419 +Trinidad and Tobago,Americas,1977,68.3,1039009,7899.554209 +Trinidad and Tobago,Americas,1982,68.832,1116479,9119.528607 +Trinidad and Tobago,Americas,1987,69.582,1191336,7388.597823 +Trinidad and Tobago,Americas,1992,69.862,1183669,7370.990932 +Trinidad and Tobago,Americas,1997,69.465,1138101,8792.573126 +Trinidad and Tobago,Americas,2002,68.976,1101832,11460.60023 +Trinidad and Tobago,Americas,2007,69.819,1056608,18008.50924 +Tunisia,Africa,1952,44.6,3647735,1468.475631 +Tunisia,Africa,1957,47.1,3950849,1395.232468 +Tunisia,Africa,1962,49.579,4286552,1660.30321 +Tunisia,Africa,1967,52.053,4786986,1932.360167 +Tunisia,Africa,1972,55.602,5303507,2753.285994 +Tunisia,Africa,1977,59.837,6005061,3120.876811 +Tunisia,Africa,1982,64.048,6734098,3560.233174 +Tunisia,Africa,1987,66.894,7724976,3810.419296 +Tunisia,Africa,1992,70.001,8523077,4332.720164 +Tunisia,Africa,1997,71.973,9231669,4876.798614 +Tunisia,Africa,2002,73.042,9770575,5722.895655 +Tunisia,Africa,2007,73.923,10276158,7092.923025 +Turkey,Europe,1952,43.585,22235677,1969.10098 +Turkey,Europe,1957,48.079,25670939,2218.754257 +Turkey,Europe,1962,52.098,29788695,2322.869908 +Turkey,Europe,1967,54.336,33411317,2826.356387 +Turkey,Europe,1972,57.005,37492953,3450.69638 +Turkey,Europe,1977,59.507,42404033,4269.122326 +Turkey,Europe,1982,61.036,47328791,4241.356344 +Turkey,Europe,1987,63.108,52881328,5089.043686 +Turkey,Europe,1992,66.146,58179144,5678.348271 +Turkey,Europe,1997,68.835,63047647,6601.429915 +Turkey,Europe,2002,70.845,67308928,6508.085718 +Turkey,Europe,2007,71.777,71158647,8458.276384 +Uganda,Africa,1952,39.978,5824797,734.753484 +Uganda,Africa,1957,42.571,6675501,774.3710692 +Uganda,Africa,1962,45.344,7688797,767.2717398 +Uganda,Africa,1967,48.051,8900294,908.9185217 +Uganda,Africa,1972,51.016,10190285,950.735869 +Uganda,Africa,1977,50.35,11457758,843.7331372 +Uganda,Africa,1982,49.849,12939400,682.2662268 +Uganda,Africa,1987,51.509,15283050,617.7244065 +Uganda,Africa,1992,48.825,18252190,644.1707969 +Uganda,Africa,1997,44.578,21210254,816.559081 +Uganda,Africa,2002,47.813,24739869,927.7210018 +Uganda,Africa,2007,51.542,29170398,1056.380121 +United Kingdom,Europe,1952,69.18,50430000,9979.508487 +United Kingdom,Europe,1957,70.42,51430000,11283.17795 +United Kingdom,Europe,1962,70.76,53292000,12477.17707 +United Kingdom,Europe,1967,71.36,54959000,14142.85089 +United Kingdom,Europe,1972,72.01,56079000,15895.11641 +United Kingdom,Europe,1977,72.76,56179000,17428.74846 +United Kingdom,Europe,1982,74.04,56339704,18232.42452 +United Kingdom,Europe,1987,75.007,56981620,21664.78767 +United Kingdom,Europe,1992,76.42,57866349,22705.09254 +United Kingdom,Europe,1997,77.218,58808266,26074.53136 +United Kingdom,Europe,2002,78.471,59912431,29478.99919 +United Kingdom,Europe,2007,79.425,60776238,33203.26128 +United States,Americas,1952,68.44,157553000,13990.48208 +United States,Americas,1957,69.49,171984000,14847.12712 +United States,Americas,1962,70.21,186538000,16173.14586 +United States,Americas,1967,70.76,198712000,19530.36557 +United States,Americas,1972,71.34,209896000,21806.03594 +United States,Americas,1977,73.38,220239000,24072.63213 +United States,Americas,1982,74.65,232187835,25009.55914 +United States,Americas,1987,75.02,242803533,29884.35041 +United States,Americas,1992,76.09,256894189,32003.93224 +United States,Americas,1997,76.81,272911760,35767.43303 +United States,Americas,2002,77.31,287675526,39097.09955 +United States,Americas,2007,78.242,301139947,42951.65309 +Uruguay,Americas,1952,66.071,2252965,5716.766744 +Uruguay,Americas,1957,67.044,2424959,6150.772969 +Uruguay,Americas,1962,68.253,2598466,5603.357717 +Uruguay,Americas,1967,68.468,2748579,5444.61962 +Uruguay,Americas,1972,68.673,2829526,5703.408898 +Uruguay,Americas,1977,69.481,2873520,6504.339663 +Uruguay,Americas,1982,70.805,2953997,6920.223051 +Uruguay,Americas,1987,71.918,3045153,7452.398969 +Uruguay,Americas,1992,72.752,3149262,8137.004775 +Uruguay,Americas,1997,74.223,3262838,9230.240708 +Uruguay,Americas,2002,75.307,3363085,7727.002004 +Uruguay,Americas,2007,76.384,3447496,10611.46299 +Venezuela,Americas,1952,55.088,5439568,7689.799761 +Venezuela,Americas,1957,57.907,6702668,9802.466526 +Venezuela,Americas,1962,60.77,8143375,8422.974165 +Venezuela,Americas,1967,63.479,9709552,9541.474188 +Venezuela,Americas,1972,65.712,11515649,10505.25966 +Venezuela,Americas,1977,67.456,13503563,13143.95095 +Venezuela,Americas,1982,68.557,15620766,11152.41011 +Venezuela,Americas,1987,70.19,17910182,9883.584648 +Venezuela,Americas,1992,71.15,20265563,10733.92631 +Venezuela,Americas,1997,72.146,22374398,10165.49518 +Venezuela,Americas,2002,72.766,24287670,8605.047831 +Venezuela,Americas,2007,73.747,26084662,11415.80569 +Vietnam,Asia,1952,40.412,26246839,605.0664917 +Vietnam,Asia,1957,42.887,28998543,676.2854478 +Vietnam,Asia,1962,45.363,33796140,772.0491602 +Vietnam,Asia,1967,47.838,39463910,637.1232887 +Vietnam,Asia,1972,50.254,44655014,699.5016441 +Vietnam,Asia,1977,55.764,50533506,713.5371196 +Vietnam,Asia,1982,58.816,56142181,707.2357863 +Vietnam,Asia,1987,62.82,62826491,820.7994449 +Vietnam,Asia,1992,67.662,69940728,989.0231487 +Vietnam,Asia,1997,70.672,76048996,1385.896769 +Vietnam,Asia,2002,73.017,80908147,1764.456677 +Vietnam,Asia,2007,74.249,85262356,2441.576404 +West Bank and Gaza,Asia,1952,43.16,1030585,1515.592329 +West Bank and Gaza,Asia,1957,45.671,1070439,1827.067742 +West Bank and Gaza,Asia,1962,48.127,1133134,2198.956312 +West Bank and Gaza,Asia,1967,51.631,1142636,2649.715007 +West Bank and Gaza,Asia,1972,56.532,1089572,3133.409277 +West Bank and Gaza,Asia,1977,60.765,1261091,3682.831494 +West Bank and Gaza,Asia,1982,64.406,1425876,4336.032082 +West Bank and Gaza,Asia,1987,67.046,1691210,5107.197384 +West Bank and Gaza,Asia,1992,69.718,2104779,6017.654756 +West Bank and Gaza,Asia,1997,71.096,2826046,7110.667619 +West Bank and Gaza,Asia,2002,72.37,3389578,4515.487575 +West Bank and Gaza,Asia,2007,73.422,4018332,3025.349798 +"Yemen, Rep.",Asia,1952,32.548,4963829,781.7175761 +"Yemen, Rep.",Asia,1957,33.97,5498090,804.8304547 +"Yemen, Rep.",Asia,1962,35.18,6120081,825.6232006 +"Yemen, Rep.",Asia,1967,36.984,6740785,862.4421463 +"Yemen, Rep.",Asia,1972,39.848,7407075,1265.047031 +"Yemen, Rep.",Asia,1977,44.175,8403990,1829.765177 +"Yemen, Rep.",Asia,1982,49.113,9657618,1977.55701 +"Yemen, Rep.",Asia,1987,52.922,11219340,1971.741538 +"Yemen, Rep.",Asia,1992,55.599,13367997,1879.496673 +"Yemen, Rep.",Asia,1997,58.02,15826497,2117.484526 +"Yemen, Rep.",Asia,2002,60.308,18701257,2234.820827 +"Yemen, Rep.",Asia,2007,62.698,22211743,2280.769906 +Zambia,Africa,1952,42.038,2672000,1147.388831 +Zambia,Africa,1957,44.077,3016000,1311.956766 +Zambia,Africa,1962,46.023,3421000,1452.725766 +Zambia,Africa,1967,47.768,3900000,1777.077318 +Zambia,Africa,1972,50.107,4506497,1773.498265 +Zambia,Africa,1977,51.386,5216550,1588.688299 +Zambia,Africa,1982,51.821,6100407,1408.678565 +Zambia,Africa,1987,50.821,7272406,1213.315116 +Zambia,Africa,1992,46.1,8381163,1210.884633 +Zambia,Africa,1997,40.238,9417789,1071.353818 +Zambia,Africa,2002,39.193,10595811,1071.613938 +Zambia,Africa,2007,42.384,11746035,1271.211593 +Zimbabwe,Africa,1952,48.451,3080907,406.8841148 +Zimbabwe,Africa,1957,50.469,3646340,518.7642681 +Zimbabwe,Africa,1962,52.358,4277736,527.2721818 +Zimbabwe,Africa,1967,53.995,4995432,569.7950712 +Zimbabwe,Africa,1972,55.635,5861135,799.3621758 +Zimbabwe,Africa,1977,57.674,6642107,685.5876821 +Zimbabwe,Africa,1982,60.363,7636524,788.8550411 +Zimbabwe,Africa,1987,62.351,9216418,706.1573059 +Zimbabwe,Africa,1992,60.377,10704340,693.4207856 +Zimbabwe,Africa,1997,46.809,11404948,792.4499603 +Zimbabwe,Africa,2002,39.989,11926563,672.0386227 +Zimbabwe,Africa,2007,43.487,12311143,469.7092981 diff --git a/docs/_site/projects/01-class/data/mpg.csv b/docs/_site/projects/01-class/data/mpg.csv new file mode 100644 index 00000000..e6a7d628 --- /dev/null +++ b/docs/_site/projects/01-class/data/mpg.csv @@ -0,0 +1,235 @@ +manufacturer,model,displ,year,cyl,trans,drv,cty,hwy,fl,class +audi,a4,1.8,1999,4,auto(l5),f,18,29,p,compact +audi,a4,1.8,1999,4,manual(m5),f,21,29,p,compact +audi,a4,2,2008,4,manual(m6),f,20,31,p,compact +audi,a4,2,2008,4,auto(av),f,21,30,p,compact +audi,a4,2.8,1999,6,auto(l5),f,16,26,p,compact +audi,a4,2.8,1999,6,manual(m5),f,18,26,p,compact +audi,a4,3.1,2008,6,auto(av),f,18,27,p,compact +audi,a4 quattro,1.8,1999,4,manual(m5),4,18,26,p,compact +audi,a4 quattro,1.8,1999,4,auto(l5),4,16,25,p,compact +audi,a4 quattro,2,2008,4,manual(m6),4,20,28,p,compact +audi,a4 quattro,2,2008,4,auto(s6),4,19,27,p,compact +audi,a4 quattro,2.8,1999,6,auto(l5),4,15,25,p,compact +audi,a4 quattro,2.8,1999,6,manual(m5),4,17,25,p,compact +audi,a4 quattro,3.1,2008,6,auto(s6),4,17,25,p,compact +audi,a4 quattro,3.1,2008,6,manual(m6),4,15,25,p,compact +audi,a6 quattro,2.8,1999,6,auto(l5),4,15,24,p,midsize +audi,a6 quattro,3.1,2008,6,auto(s6),4,17,25,p,midsize +audi,a6 quattro,4.2,2008,8,auto(s6),4,16,23,p,midsize +chevrolet,c1500 suburban 2wd,5.3,2008,8,auto(l4),r,14,20,r,suv +chevrolet,c1500 suburban 2wd,5.3,2008,8,auto(l4),r,11,15,e,suv +chevrolet,c1500 suburban 2wd,5.3,2008,8,auto(l4),r,14,20,r,suv +chevrolet,c1500 suburban 2wd,5.7,1999,8,auto(l4),r,13,17,r,suv +chevrolet,c1500 suburban 2wd,6,2008,8,auto(l4),r,12,17,r,suv +chevrolet,corvette,5.7,1999,8,manual(m6),r,16,26,p,2seater +chevrolet,corvette,5.7,1999,8,auto(l4),r,15,23,p,2seater +chevrolet,corvette,6.2,2008,8,manual(m6),r,16,26,p,2seater +chevrolet,corvette,6.2,2008,8,auto(s6),r,15,25,p,2seater +chevrolet,corvette,7,2008,8,manual(m6),r,15,24,p,2seater +chevrolet,k1500 tahoe 4wd,5.3,2008,8,auto(l4),4,14,19,r,suv +chevrolet,k1500 tahoe 4wd,5.3,2008,8,auto(l4),4,11,14,e,suv +chevrolet,k1500 tahoe 4wd,5.7,1999,8,auto(l4),4,11,15,r,suv +chevrolet,k1500 tahoe 4wd,6.5,1999,8,auto(l4),4,14,17,d,suv +chevrolet,malibu,2.4,1999,4,auto(l4),f,19,27,r,midsize +chevrolet,malibu,2.4,2008,4,auto(l4),f,22,30,r,midsize +chevrolet,malibu,3.1,1999,6,auto(l4),f,18,26,r,midsize +chevrolet,malibu,3.5,2008,6,auto(l4),f,18,29,r,midsize +chevrolet,malibu,3.6,2008,6,auto(s6),f,17,26,r,midsize +dodge,caravan 2wd,2.4,1999,4,auto(l3),f,18,24,r,minivan +dodge,caravan 2wd,3,1999,6,auto(l4),f,17,24,r,minivan +dodge,caravan 2wd,3.3,1999,6,auto(l4),f,16,22,r,minivan +dodge,caravan 2wd,3.3,1999,6,auto(l4),f,16,22,r,minivan +dodge,caravan 2wd,3.3,2008,6,auto(l4),f,17,24,r,minivan +dodge,caravan 2wd,3.3,2008,6,auto(l4),f,17,24,r,minivan +dodge,caravan 2wd,3.3,2008,6,auto(l4),f,11,17,e,minivan +dodge,caravan 2wd,3.8,1999,6,auto(l4),f,15,22,r,minivan +dodge,caravan 2wd,3.8,1999,6,auto(l4),f,15,21,r,minivan +dodge,caravan 2wd,3.8,2008,6,auto(l6),f,16,23,r,minivan +dodge,caravan 2wd,4,2008,6,auto(l6),f,16,23,r,minivan +dodge,dakota pickup 4wd,3.7,2008,6,manual(m6),4,15,19,r,pickup +dodge,dakota pickup 4wd,3.7,2008,6,auto(l4),4,14,18,r,pickup +dodge,dakota pickup 4wd,3.9,1999,6,auto(l4),4,13,17,r,pickup +dodge,dakota pickup 4wd,3.9,1999,6,manual(m5),4,14,17,r,pickup +dodge,dakota pickup 4wd,4.7,2008,8,auto(l5),4,14,19,r,pickup +dodge,dakota pickup 4wd,4.7,2008,8,auto(l5),4,14,19,r,pickup +dodge,dakota pickup 4wd,4.7,2008,8,auto(l5),4,9,12,e,pickup +dodge,dakota pickup 4wd,5.2,1999,8,manual(m5),4,11,17,r,pickup +dodge,dakota pickup 4wd,5.2,1999,8,auto(l4),4,11,15,r,pickup +dodge,durango 4wd,3.9,1999,6,auto(l4),4,13,17,r,suv +dodge,durango 4wd,4.7,2008,8,auto(l5),4,13,17,r,suv +dodge,durango 4wd,4.7,2008,8,auto(l5),4,9,12,e,suv +dodge,durango 4wd,4.7,2008,8,auto(l5),4,13,17,r,suv +dodge,durango 4wd,5.2,1999,8,auto(l4),4,11,16,r,suv +dodge,durango 4wd,5.7,2008,8,auto(l5),4,13,18,r,suv +dodge,durango 4wd,5.9,1999,8,auto(l4),4,11,15,r,suv +dodge,ram 1500 pickup 4wd,4.7,2008,8,manual(m6),4,12,16,r,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,auto(l5),4,9,12,e,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,auto(l5),4,13,17,r,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,auto(l5),4,13,17,r,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,manual(m6),4,12,16,r,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,manual(m6),4,9,12,e,pickup +dodge,ram 1500 pickup 4wd,5.2,1999,8,auto(l4),4,11,15,r,pickup +dodge,ram 1500 pickup 4wd,5.2,1999,8,manual(m5),4,11,16,r,pickup +dodge,ram 1500 pickup 4wd,5.7,2008,8,auto(l5),4,13,17,r,pickup +dodge,ram 1500 pickup 4wd,5.9,1999,8,auto(l4),4,11,15,r,pickup +ford,expedition 2wd,4.6,1999,8,auto(l4),r,11,17,r,suv +ford,expedition 2wd,5.4,1999,8,auto(l4),r,11,17,r,suv +ford,expedition 2wd,5.4,2008,8,auto(l6),r,12,18,r,suv +ford,explorer 4wd,4,1999,6,auto(l5),4,14,17,r,suv +ford,explorer 4wd,4,1999,6,manual(m5),4,15,19,r,suv +ford,explorer 4wd,4,1999,6,auto(l5),4,14,17,r,suv +ford,explorer 4wd,4,2008,6,auto(l5),4,13,19,r,suv +ford,explorer 4wd,4.6,2008,8,auto(l6),4,13,19,r,suv +ford,explorer 4wd,5,1999,8,auto(l4),4,13,17,r,suv +ford,f150 pickup 4wd,4.2,1999,6,auto(l4),4,14,17,r,pickup +ford,f150 pickup 4wd,4.2,1999,6,manual(m5),4,14,17,r,pickup +ford,f150 pickup 4wd,4.6,1999,8,manual(m5),4,13,16,r,pickup +ford,f150 pickup 4wd,4.6,1999,8,auto(l4),4,13,16,r,pickup +ford,f150 pickup 4wd,4.6,2008,8,auto(l4),4,13,17,r,pickup +ford,f150 pickup 4wd,5.4,1999,8,auto(l4),4,11,15,r,pickup +ford,f150 pickup 4wd,5.4,2008,8,auto(l4),4,13,17,r,pickup +ford,mustang,3.8,1999,6,manual(m5),r,18,26,r,subcompact +ford,mustang,3.8,1999,6,auto(l4),r,18,25,r,subcompact +ford,mustang,4,2008,6,manual(m5),r,17,26,r,subcompact +ford,mustang,4,2008,6,auto(l5),r,16,24,r,subcompact +ford,mustang,4.6,1999,8,auto(l4),r,15,21,r,subcompact +ford,mustang,4.6,1999,8,manual(m5),r,15,22,r,subcompact +ford,mustang,4.6,2008,8,manual(m5),r,15,23,r,subcompact +ford,mustang,4.6,2008,8,auto(l5),r,15,22,r,subcompact +ford,mustang,5.4,2008,8,manual(m6),r,14,20,p,subcompact +honda,civic,1.6,1999,4,manual(m5),f,28,33,r,subcompact +honda,civic,1.6,1999,4,auto(l4),f,24,32,r,subcompact +honda,civic,1.6,1999,4,manual(m5),f,25,32,r,subcompact +honda,civic,1.6,1999,4,manual(m5),f,23,29,p,subcompact +honda,civic,1.6,1999,4,auto(l4),f,24,32,r,subcompact +honda,civic,1.8,2008,4,manual(m5),f,26,34,r,subcompact +honda,civic,1.8,2008,4,auto(l5),f,25,36,r,subcompact +honda,civic,1.8,2008,4,auto(l5),f,24,36,c,subcompact +honda,civic,2,2008,4,manual(m6),f,21,29,p,subcompact +hyundai,sonata,2.4,1999,4,auto(l4),f,18,26,r,midsize +hyundai,sonata,2.4,1999,4,manual(m5),f,18,27,r,midsize +hyundai,sonata,2.4,2008,4,auto(l4),f,21,30,r,midsize +hyundai,sonata,2.4,2008,4,manual(m5),f,21,31,r,midsize +hyundai,sonata,2.5,1999,6,auto(l4),f,18,26,r,midsize +hyundai,sonata,2.5,1999,6,manual(m5),f,18,26,r,midsize +hyundai,sonata,3.3,2008,6,auto(l5),f,19,28,r,midsize +hyundai,tiburon,2,1999,4,auto(l4),f,19,26,r,subcompact +hyundai,tiburon,2,1999,4,manual(m5),f,19,29,r,subcompact +hyundai,tiburon,2,2008,4,manual(m5),f,20,28,r,subcompact +hyundai,tiburon,2,2008,4,auto(l4),f,20,27,r,subcompact +hyundai,tiburon,2.7,2008,6,auto(l4),f,17,24,r,subcompact +hyundai,tiburon,2.7,2008,6,manual(m6),f,16,24,r,subcompact +hyundai,tiburon,2.7,2008,6,manual(m5),f,17,24,r,subcompact +jeep,grand cherokee 4wd,3,2008,6,auto(l5),4,17,22,d,suv +jeep,grand cherokee 4wd,3.7,2008,6,auto(l5),4,15,19,r,suv +jeep,grand cherokee 4wd,4,1999,6,auto(l4),4,15,20,r,suv +jeep,grand cherokee 4wd,4.7,1999,8,auto(l4),4,14,17,r,suv +jeep,grand cherokee 4wd,4.7,2008,8,auto(l5),4,9,12,e,suv +jeep,grand cherokee 4wd,4.7,2008,8,auto(l5),4,14,19,r,suv +jeep,grand cherokee 4wd,5.7,2008,8,auto(l5),4,13,18,r,suv +jeep,grand cherokee 4wd,6.1,2008,8,auto(l5),4,11,14,p,suv +land rover,range rover,4,1999,8,auto(l4),4,11,15,p,suv +land rover,range rover,4.2,2008,8,auto(s6),4,12,18,r,suv +land rover,range rover,4.4,2008,8,auto(s6),4,12,18,r,suv +land rover,range rover,4.6,1999,8,auto(l4),4,11,15,p,suv +lincoln,navigator 2wd,5.4,1999,8,auto(l4),r,11,17,r,suv +lincoln,navigator 2wd,5.4,1999,8,auto(l4),r,11,16,p,suv +lincoln,navigator 2wd,5.4,2008,8,auto(l6),r,12,18,r,suv +mercury,mountaineer 4wd,4,1999,6,auto(l5),4,14,17,r,suv +mercury,mountaineer 4wd,4,2008,6,auto(l5),4,13,19,r,suv +mercury,mountaineer 4wd,4.6,2008,8,auto(l6),4,13,19,r,suv +mercury,mountaineer 4wd,5,1999,8,auto(l4),4,13,17,r,suv +nissan,altima,2.4,1999,4,manual(m5),f,21,29,r,compact +nissan,altima,2.4,1999,4,auto(l4),f,19,27,r,compact +nissan,altima,2.5,2008,4,auto(av),f,23,31,r,midsize +nissan,altima,2.5,2008,4,manual(m6),f,23,32,r,midsize +nissan,altima,3.5,2008,6,manual(m6),f,19,27,p,midsize +nissan,altima,3.5,2008,6,auto(av),f,19,26,p,midsize +nissan,maxima,3,1999,6,auto(l4),f,18,26,r,midsize +nissan,maxima,3,1999,6,manual(m5),f,19,25,r,midsize +nissan,maxima,3.5,2008,6,auto(av),f,19,25,p,midsize +nissan,pathfinder 4wd,3.3,1999,6,auto(l4),4,14,17,r,suv +nissan,pathfinder 4wd,3.3,1999,6,manual(m5),4,15,17,r,suv +nissan,pathfinder 4wd,4,2008,6,auto(l5),4,14,20,p,suv +nissan,pathfinder 4wd,5.6,2008,8,auto(s5),4,12,18,p,suv +pontiac,grand prix,3.1,1999,6,auto(l4),f,18,26,r,midsize +pontiac,grand prix,3.8,1999,6,auto(l4),f,16,26,p,midsize +pontiac,grand prix,3.8,1999,6,auto(l4),f,17,27,r,midsize +pontiac,grand prix,3.8,2008,6,auto(l4),f,18,28,r,midsize +pontiac,grand prix,5.3,2008,8,auto(s4),f,16,25,p,midsize +subaru,forester awd,2.5,1999,4,manual(m5),4,18,25,r,suv +subaru,forester awd,2.5,1999,4,auto(l4),4,18,24,r,suv +subaru,forester awd,2.5,2008,4,manual(m5),4,20,27,r,suv +subaru,forester awd,2.5,2008,4,manual(m5),4,19,25,p,suv +subaru,forester awd,2.5,2008,4,auto(l4),4,20,26,r,suv +subaru,forester awd,2.5,2008,4,auto(l4),4,18,23,p,suv +subaru,impreza awd,2.2,1999,4,auto(l4),4,21,26,r,subcompact +subaru,impreza awd,2.2,1999,4,manual(m5),4,19,26,r,subcompact +subaru,impreza awd,2.5,1999,4,manual(m5),4,19,26,r,subcompact +subaru,impreza awd,2.5,1999,4,auto(l4),4,19,26,r,subcompact +subaru,impreza awd,2.5,2008,4,auto(s4),4,20,25,p,compact +subaru,impreza awd,2.5,2008,4,auto(s4),4,20,27,r,compact +subaru,impreza awd,2.5,2008,4,manual(m5),4,19,25,p,compact +subaru,impreza awd,2.5,2008,4,manual(m5),4,20,27,r,compact +toyota,4runner 4wd,2.7,1999,4,manual(m5),4,15,20,r,suv +toyota,4runner 4wd,2.7,1999,4,auto(l4),4,16,20,r,suv +toyota,4runner 4wd,3.4,1999,6,auto(l4),4,15,19,r,suv +toyota,4runner 4wd,3.4,1999,6,manual(m5),4,15,17,r,suv +toyota,4runner 4wd,4,2008,6,auto(l5),4,16,20,r,suv +toyota,4runner 4wd,4.7,2008,8,auto(l5),4,14,17,r,suv +toyota,camry,2.2,1999,4,manual(m5),f,21,29,r,midsize +toyota,camry,2.2,1999,4,auto(l4),f,21,27,r,midsize +toyota,camry,2.4,2008,4,manual(m5),f,21,31,r,midsize +toyota,camry,2.4,2008,4,auto(l5),f,21,31,r,midsize +toyota,camry,3,1999,6,auto(l4),f,18,26,r,midsize +toyota,camry,3,1999,6,manual(m5),f,18,26,r,midsize +toyota,camry,3.5,2008,6,auto(s6),f,19,28,r,midsize +toyota,camry solara,2.2,1999,4,auto(l4),f,21,27,r,compact +toyota,camry solara,2.2,1999,4,manual(m5),f,21,29,r,compact +toyota,camry solara,2.4,2008,4,manual(m5),f,21,31,r,compact +toyota,camry solara,2.4,2008,4,auto(s5),f,22,31,r,compact +toyota,camry solara,3,1999,6,auto(l4),f,18,26,r,compact +toyota,camry solara,3,1999,6,manual(m5),f,18,26,r,compact +toyota,camry solara,3.3,2008,6,auto(s5),f,18,27,r,compact +toyota,corolla,1.8,1999,4,auto(l3),f,24,30,r,compact +toyota,corolla,1.8,1999,4,auto(l4),f,24,33,r,compact +toyota,corolla,1.8,1999,4,manual(m5),f,26,35,r,compact +toyota,corolla,1.8,2008,4,manual(m5),f,28,37,r,compact +toyota,corolla,1.8,2008,4,auto(l4),f,26,35,r,compact +toyota,land cruiser wagon 4wd,4.7,1999,8,auto(l4),4,11,15,r,suv +toyota,land cruiser wagon 4wd,5.7,2008,8,auto(s6),4,13,18,r,suv +toyota,toyota tacoma 4wd,2.7,1999,4,manual(m5),4,15,20,r,pickup +toyota,toyota tacoma 4wd,2.7,1999,4,auto(l4),4,16,20,r,pickup +toyota,toyota tacoma 4wd,2.7,2008,4,manual(m5),4,17,22,r,pickup +toyota,toyota tacoma 4wd,3.4,1999,6,manual(m5),4,15,17,r,pickup +toyota,toyota tacoma 4wd,3.4,1999,6,auto(l4),4,15,19,r,pickup +toyota,toyota tacoma 4wd,4,2008,6,manual(m6),4,15,18,r,pickup +toyota,toyota tacoma 4wd,4,2008,6,auto(l5),4,16,20,r,pickup +volkswagen,gti,2,1999,4,manual(m5),f,21,29,r,compact +volkswagen,gti,2,1999,4,auto(l4),f,19,26,r,compact +volkswagen,gti,2,2008,4,manual(m6),f,21,29,p,compact +volkswagen,gti,2,2008,4,auto(s6),f,22,29,p,compact +volkswagen,gti,2.8,1999,6,manual(m5),f,17,24,r,compact +volkswagen,jetta,1.9,1999,4,manual(m5),f,33,44,d,compact +volkswagen,jetta,2,1999,4,manual(m5),f,21,29,r,compact +volkswagen,jetta,2,1999,4,auto(l4),f,19,26,r,compact +volkswagen,jetta,2,2008,4,auto(s6),f,22,29,p,compact +volkswagen,jetta,2,2008,4,manual(m6),f,21,29,p,compact +volkswagen,jetta,2.5,2008,5,auto(s6),f,21,29,r,compact +volkswagen,jetta,2.5,2008,5,manual(m5),f,21,29,r,compact +volkswagen,jetta,2.8,1999,6,auto(l4),f,16,23,r,compact +volkswagen,jetta,2.8,1999,6,manual(m5),f,17,24,r,compact +volkswagen,new beetle,1.9,1999,4,manual(m5),f,35,44,d,subcompact +volkswagen,new beetle,1.9,1999,4,auto(l4),f,29,41,d,subcompact +volkswagen,new beetle,2,1999,4,manual(m5),f,21,29,r,subcompact +volkswagen,new beetle,2,1999,4,auto(l4),f,19,26,r,subcompact +volkswagen,new beetle,2.5,2008,5,manual(m5),f,20,28,r,subcompact +volkswagen,new beetle,2.5,2008,5,auto(s6),f,20,29,r,subcompact +volkswagen,passat,1.8,1999,4,manual(m5),f,21,29,p,midsize +volkswagen,passat,1.8,1999,4,auto(l5),f,18,29,p,midsize +volkswagen,passat,2,2008,4,auto(s6),f,19,28,p,midsize +volkswagen,passat,2,2008,4,manual(m6),f,21,29,p,midsize +volkswagen,passat,2.8,1999,6,auto(l5),f,16,26,p,midsize +volkswagen,passat,2.8,1999,6,manual(m5),f,18,26,p,midsize +volkswagen,passat,3.6,2008,6,auto(s6),f,17,26,p,midsize diff --git a/docs/_site/projects/01-class/data/penguins.csv b/docs/_site/projects/01-class/data/penguins.csv new file mode 100644 index 00000000..25b46d38 --- /dev/null +++ b/docs/_site/projects/01-class/data/penguins.csv @@ -0,0 +1,345 @@ +species,island,bill_length_mm,bill_depth_mm,flipper_length_mm,body_mass_g,sex,year +Adelie,Torgersen,39.1,18.7,181,3750,male,2007 +Adelie,Torgersen,39.5,17.4,186,3800,female,2007 +Adelie,Torgersen,40.3,18,195,3250,female,2007 +Adelie,Torgersen,NA,NA,NA,NA,NA,2007 +Adelie,Torgersen,36.7,19.3,193,3450,female,2007 +Adelie,Torgersen,39.3,20.6,190,3650,male,2007 +Adelie,Torgersen,38.9,17.8,181,3625,female,2007 +Adelie,Torgersen,39.2,19.6,195,4675,male,2007 +Adelie,Torgersen,34.1,18.1,193,3475,NA,2007 +Adelie,Torgersen,42,20.2,190,4250,NA,2007 +Adelie,Torgersen,37.8,17.1,186,3300,NA,2007 +Adelie,Torgersen,37.8,17.3,180,3700,NA,2007 +Adelie,Torgersen,41.1,17.6,182,3200,female,2007 +Adelie,Torgersen,38.6,21.2,191,3800,male,2007 +Adelie,Torgersen,34.6,21.1,198,4400,male,2007 +Adelie,Torgersen,36.6,17.8,185,3700,female,2007 +Adelie,Torgersen,38.7,19,195,3450,female,2007 +Adelie,Torgersen,42.5,20.7,197,4500,male,2007 +Adelie,Torgersen,34.4,18.4,184,3325,female,2007 +Adelie,Torgersen,46,21.5,194,4200,male,2007 +Adelie,Biscoe,37.8,18.3,174,3400,female,2007 +Adelie,Biscoe,37.7,18.7,180,3600,male,2007 +Adelie,Biscoe,35.9,19.2,189,3800,female,2007 +Adelie,Biscoe,38.2,18.1,185,3950,male,2007 +Adelie,Biscoe,38.8,17.2,180,3800,male,2007 +Adelie,Biscoe,35.3,18.9,187,3800,female,2007 +Adelie,Biscoe,40.6,18.6,183,3550,male,2007 +Adelie,Biscoe,40.5,17.9,187,3200,female,2007 +Adelie,Biscoe,37.9,18.6,172,3150,female,2007 +Adelie,Biscoe,40.5,18.9,180,3950,male,2007 +Adelie,Dream,39.5,16.7,178,3250,female,2007 +Adelie,Dream,37.2,18.1,178,3900,male,2007 +Adelie,Dream,39.5,17.8,188,3300,female,2007 +Adelie,Dream,40.9,18.9,184,3900,male,2007 +Adelie,Dream,36.4,17,195,3325,female,2007 +Adelie,Dream,39.2,21.1,196,4150,male,2007 +Adelie,Dream,38.8,20,190,3950,male,2007 +Adelie,Dream,42.2,18.5,180,3550,female,2007 +Adelie,Dream,37.6,19.3,181,3300,female,2007 +Adelie,Dream,39.8,19.1,184,4650,male,2007 +Adelie,Dream,36.5,18,182,3150,female,2007 +Adelie,Dream,40.8,18.4,195,3900,male,2007 +Adelie,Dream,36,18.5,186,3100,female,2007 +Adelie,Dream,44.1,19.7,196,4400,male,2007 +Adelie,Dream,37,16.9,185,3000,female,2007 +Adelie,Dream,39.6,18.8,190,4600,male,2007 +Adelie,Dream,41.1,19,182,3425,male,2007 +Adelie,Dream,37.5,18.9,179,2975,NA,2007 +Adelie,Dream,36,17.9,190,3450,female,2007 +Adelie,Dream,42.3,21.2,191,4150,male,2007 +Adelie,Biscoe,39.6,17.7,186,3500,female,2008 +Adelie,Biscoe,40.1,18.9,188,4300,male,2008 +Adelie,Biscoe,35,17.9,190,3450,female,2008 +Adelie,Biscoe,42,19.5,200,4050,male,2008 +Adelie,Biscoe,34.5,18.1,187,2900,female,2008 +Adelie,Biscoe,41.4,18.6,191,3700,male,2008 +Adelie,Biscoe,39,17.5,186,3550,female,2008 +Adelie,Biscoe,40.6,18.8,193,3800,male,2008 +Adelie,Biscoe,36.5,16.6,181,2850,female,2008 +Adelie,Biscoe,37.6,19.1,194,3750,male,2008 +Adelie,Biscoe,35.7,16.9,185,3150,female,2008 +Adelie,Biscoe,41.3,21.1,195,4400,male,2008 +Adelie,Biscoe,37.6,17,185,3600,female,2008 +Adelie,Biscoe,41.1,18.2,192,4050,male,2008 +Adelie,Biscoe,36.4,17.1,184,2850,female,2008 +Adelie,Biscoe,41.6,18,192,3950,male,2008 +Adelie,Biscoe,35.5,16.2,195,3350,female,2008 +Adelie,Biscoe,41.1,19.1,188,4100,male,2008 +Adelie,Torgersen,35.9,16.6,190,3050,female,2008 +Adelie,Torgersen,41.8,19.4,198,4450,male,2008 +Adelie,Torgersen,33.5,19,190,3600,female,2008 +Adelie,Torgersen,39.7,18.4,190,3900,male,2008 +Adelie,Torgersen,39.6,17.2,196,3550,female,2008 +Adelie,Torgersen,45.8,18.9,197,4150,male,2008 +Adelie,Torgersen,35.5,17.5,190,3700,female,2008 +Adelie,Torgersen,42.8,18.5,195,4250,male,2008 +Adelie,Torgersen,40.9,16.8,191,3700,female,2008 +Adelie,Torgersen,37.2,19.4,184,3900,male,2008 +Adelie,Torgersen,36.2,16.1,187,3550,female,2008 +Adelie,Torgersen,42.1,19.1,195,4000,male,2008 +Adelie,Torgersen,34.6,17.2,189,3200,female,2008 +Adelie,Torgersen,42.9,17.6,196,4700,male,2008 +Adelie,Torgersen,36.7,18.8,187,3800,female,2008 +Adelie,Torgersen,35.1,19.4,193,4200,male,2008 +Adelie,Dream,37.3,17.8,191,3350,female,2008 +Adelie,Dream,41.3,20.3,194,3550,male,2008 +Adelie,Dream,36.3,19.5,190,3800,male,2008 +Adelie,Dream,36.9,18.6,189,3500,female,2008 +Adelie,Dream,38.3,19.2,189,3950,male,2008 +Adelie,Dream,38.9,18.8,190,3600,female,2008 +Adelie,Dream,35.7,18,202,3550,female,2008 +Adelie,Dream,41.1,18.1,205,4300,male,2008 +Adelie,Dream,34,17.1,185,3400,female,2008 +Adelie,Dream,39.6,18.1,186,4450,male,2008 +Adelie,Dream,36.2,17.3,187,3300,female,2008 +Adelie,Dream,40.8,18.9,208,4300,male,2008 +Adelie,Dream,38.1,18.6,190,3700,female,2008 +Adelie,Dream,40.3,18.5,196,4350,male,2008 +Adelie,Dream,33.1,16.1,178,2900,female,2008 +Adelie,Dream,43.2,18.5,192,4100,male,2008 +Adelie,Biscoe,35,17.9,192,3725,female,2009 +Adelie,Biscoe,41,20,203,4725,male,2009 +Adelie,Biscoe,37.7,16,183,3075,female,2009 +Adelie,Biscoe,37.8,20,190,4250,male,2009 +Adelie,Biscoe,37.9,18.6,193,2925,female,2009 +Adelie,Biscoe,39.7,18.9,184,3550,male,2009 +Adelie,Biscoe,38.6,17.2,199,3750,female,2009 +Adelie,Biscoe,38.2,20,190,3900,male,2009 +Adelie,Biscoe,38.1,17,181,3175,female,2009 +Adelie,Biscoe,43.2,19,197,4775,male,2009 +Adelie,Biscoe,38.1,16.5,198,3825,female,2009 +Adelie,Biscoe,45.6,20.3,191,4600,male,2009 +Adelie,Biscoe,39.7,17.7,193,3200,female,2009 +Adelie,Biscoe,42.2,19.5,197,4275,male,2009 +Adelie,Biscoe,39.6,20.7,191,3900,female,2009 +Adelie,Biscoe,42.7,18.3,196,4075,male,2009 +Adelie,Torgersen,38.6,17,188,2900,female,2009 +Adelie,Torgersen,37.3,20.5,199,3775,male,2009 +Adelie,Torgersen,35.7,17,189,3350,female,2009 +Adelie,Torgersen,41.1,18.6,189,3325,male,2009 +Adelie,Torgersen,36.2,17.2,187,3150,female,2009 +Adelie,Torgersen,37.7,19.8,198,3500,male,2009 +Adelie,Torgersen,40.2,17,176,3450,female,2009 +Adelie,Torgersen,41.4,18.5,202,3875,male,2009 +Adelie,Torgersen,35.2,15.9,186,3050,female,2009 +Adelie,Torgersen,40.6,19,199,4000,male,2009 +Adelie,Torgersen,38.8,17.6,191,3275,female,2009 +Adelie,Torgersen,41.5,18.3,195,4300,male,2009 +Adelie,Torgersen,39,17.1,191,3050,female,2009 +Adelie,Torgersen,44.1,18,210,4000,male,2009 +Adelie,Torgersen,38.5,17.9,190,3325,female,2009 +Adelie,Torgersen,43.1,19.2,197,3500,male,2009 +Adelie,Dream,36.8,18.5,193,3500,female,2009 +Adelie,Dream,37.5,18.5,199,4475,male,2009 +Adelie,Dream,38.1,17.6,187,3425,female,2009 +Adelie,Dream,41.1,17.5,190,3900,male,2009 +Adelie,Dream,35.6,17.5,191,3175,female,2009 +Adelie,Dream,40.2,20.1,200,3975,male,2009 +Adelie,Dream,37,16.5,185,3400,female,2009 +Adelie,Dream,39.7,17.9,193,4250,male,2009 +Adelie,Dream,40.2,17.1,193,3400,female,2009 +Adelie,Dream,40.6,17.2,187,3475,male,2009 +Adelie,Dream,32.1,15.5,188,3050,female,2009 +Adelie,Dream,40.7,17,190,3725,male,2009 +Adelie,Dream,37.3,16.8,192,3000,female,2009 +Adelie,Dream,39,18.7,185,3650,male,2009 +Adelie,Dream,39.2,18.6,190,4250,male,2009 +Adelie,Dream,36.6,18.4,184,3475,female,2009 +Adelie,Dream,36,17.8,195,3450,female,2009 +Adelie,Dream,37.8,18.1,193,3750,male,2009 +Adelie,Dream,36,17.1,187,3700,female,2009 +Adelie,Dream,41.5,18.5,201,4000,male,2009 +Gentoo,Biscoe,46.1,13.2,211,4500,female,2007 +Gentoo,Biscoe,50,16.3,230,5700,male,2007 +Gentoo,Biscoe,48.7,14.1,210,4450,female,2007 +Gentoo,Biscoe,50,15.2,218,5700,male,2007 +Gentoo,Biscoe,47.6,14.5,215,5400,male,2007 +Gentoo,Biscoe,46.5,13.5,210,4550,female,2007 +Gentoo,Biscoe,45.4,14.6,211,4800,female,2007 +Gentoo,Biscoe,46.7,15.3,219,5200,male,2007 +Gentoo,Biscoe,43.3,13.4,209,4400,female,2007 +Gentoo,Biscoe,46.8,15.4,215,5150,male,2007 +Gentoo,Biscoe,40.9,13.7,214,4650,female,2007 +Gentoo,Biscoe,49,16.1,216,5550,male,2007 +Gentoo,Biscoe,45.5,13.7,214,4650,female,2007 +Gentoo,Biscoe,48.4,14.6,213,5850,male,2007 +Gentoo,Biscoe,45.8,14.6,210,4200,female,2007 +Gentoo,Biscoe,49.3,15.7,217,5850,male,2007 +Gentoo,Biscoe,42,13.5,210,4150,female,2007 +Gentoo,Biscoe,49.2,15.2,221,6300,male,2007 +Gentoo,Biscoe,46.2,14.5,209,4800,female,2007 +Gentoo,Biscoe,48.7,15.1,222,5350,male,2007 +Gentoo,Biscoe,50.2,14.3,218,5700,male,2007 +Gentoo,Biscoe,45.1,14.5,215,5000,female,2007 +Gentoo,Biscoe,46.5,14.5,213,4400,female,2007 +Gentoo,Biscoe,46.3,15.8,215,5050,male,2007 +Gentoo,Biscoe,42.9,13.1,215,5000,female,2007 +Gentoo,Biscoe,46.1,15.1,215,5100,male,2007 +Gentoo,Biscoe,44.5,14.3,216,4100,NA,2007 +Gentoo,Biscoe,47.8,15,215,5650,male,2007 +Gentoo,Biscoe,48.2,14.3,210,4600,female,2007 +Gentoo,Biscoe,50,15.3,220,5550,male,2007 +Gentoo,Biscoe,47.3,15.3,222,5250,male,2007 +Gentoo,Biscoe,42.8,14.2,209,4700,female,2007 +Gentoo,Biscoe,45.1,14.5,207,5050,female,2007 +Gentoo,Biscoe,59.6,17,230,6050,male,2007 +Gentoo,Biscoe,49.1,14.8,220,5150,female,2008 +Gentoo,Biscoe,48.4,16.3,220,5400,male,2008 +Gentoo,Biscoe,42.6,13.7,213,4950,female,2008 +Gentoo,Biscoe,44.4,17.3,219,5250,male,2008 +Gentoo,Biscoe,44,13.6,208,4350,female,2008 +Gentoo,Biscoe,48.7,15.7,208,5350,male,2008 +Gentoo,Biscoe,42.7,13.7,208,3950,female,2008 +Gentoo,Biscoe,49.6,16,225,5700,male,2008 +Gentoo,Biscoe,45.3,13.7,210,4300,female,2008 +Gentoo,Biscoe,49.6,15,216,4750,male,2008 +Gentoo,Biscoe,50.5,15.9,222,5550,male,2008 +Gentoo,Biscoe,43.6,13.9,217,4900,female,2008 +Gentoo,Biscoe,45.5,13.9,210,4200,female,2008 +Gentoo,Biscoe,50.5,15.9,225,5400,male,2008 +Gentoo,Biscoe,44.9,13.3,213,5100,female,2008 +Gentoo,Biscoe,45.2,15.8,215,5300,male,2008 +Gentoo,Biscoe,46.6,14.2,210,4850,female,2008 +Gentoo,Biscoe,48.5,14.1,220,5300,male,2008 +Gentoo,Biscoe,45.1,14.4,210,4400,female,2008 +Gentoo,Biscoe,50.1,15,225,5000,male,2008 +Gentoo,Biscoe,46.5,14.4,217,4900,female,2008 +Gentoo,Biscoe,45,15.4,220,5050,male,2008 +Gentoo,Biscoe,43.8,13.9,208,4300,female,2008 +Gentoo,Biscoe,45.5,15,220,5000,male,2008 +Gentoo,Biscoe,43.2,14.5,208,4450,female,2008 +Gentoo,Biscoe,50.4,15.3,224,5550,male,2008 +Gentoo,Biscoe,45.3,13.8,208,4200,female,2008 +Gentoo,Biscoe,46.2,14.9,221,5300,male,2008 +Gentoo,Biscoe,45.7,13.9,214,4400,female,2008 +Gentoo,Biscoe,54.3,15.7,231,5650,male,2008 +Gentoo,Biscoe,45.8,14.2,219,4700,female,2008 +Gentoo,Biscoe,49.8,16.8,230,5700,male,2008 +Gentoo,Biscoe,46.2,14.4,214,4650,NA,2008 +Gentoo,Biscoe,49.5,16.2,229,5800,male,2008 +Gentoo,Biscoe,43.5,14.2,220,4700,female,2008 +Gentoo,Biscoe,50.7,15,223,5550,male,2008 +Gentoo,Biscoe,47.7,15,216,4750,female,2008 +Gentoo,Biscoe,46.4,15.6,221,5000,male,2008 +Gentoo,Biscoe,48.2,15.6,221,5100,male,2008 +Gentoo,Biscoe,46.5,14.8,217,5200,female,2008 +Gentoo,Biscoe,46.4,15,216,4700,female,2008 +Gentoo,Biscoe,48.6,16,230,5800,male,2008 +Gentoo,Biscoe,47.5,14.2,209,4600,female,2008 +Gentoo,Biscoe,51.1,16.3,220,6000,male,2008 +Gentoo,Biscoe,45.2,13.8,215,4750,female,2008 +Gentoo,Biscoe,45.2,16.4,223,5950,male,2008 +Gentoo,Biscoe,49.1,14.5,212,4625,female,2009 +Gentoo,Biscoe,52.5,15.6,221,5450,male,2009 +Gentoo,Biscoe,47.4,14.6,212,4725,female,2009 +Gentoo,Biscoe,50,15.9,224,5350,male,2009 +Gentoo,Biscoe,44.9,13.8,212,4750,female,2009 +Gentoo,Biscoe,50.8,17.3,228,5600,male,2009 +Gentoo,Biscoe,43.4,14.4,218,4600,female,2009 +Gentoo,Biscoe,51.3,14.2,218,5300,male,2009 +Gentoo,Biscoe,47.5,14,212,4875,female,2009 +Gentoo,Biscoe,52.1,17,230,5550,male,2009 +Gentoo,Biscoe,47.5,15,218,4950,female,2009 +Gentoo,Biscoe,52.2,17.1,228,5400,male,2009 +Gentoo,Biscoe,45.5,14.5,212,4750,female,2009 +Gentoo,Biscoe,49.5,16.1,224,5650,male,2009 +Gentoo,Biscoe,44.5,14.7,214,4850,female,2009 +Gentoo,Biscoe,50.8,15.7,226,5200,male,2009 +Gentoo,Biscoe,49.4,15.8,216,4925,male,2009 +Gentoo,Biscoe,46.9,14.6,222,4875,female,2009 +Gentoo,Biscoe,48.4,14.4,203,4625,female,2009 +Gentoo,Biscoe,51.1,16.5,225,5250,male,2009 +Gentoo,Biscoe,48.5,15,219,4850,female,2009 +Gentoo,Biscoe,55.9,17,228,5600,male,2009 +Gentoo,Biscoe,47.2,15.5,215,4975,female,2009 +Gentoo,Biscoe,49.1,15,228,5500,male,2009 +Gentoo,Biscoe,47.3,13.8,216,4725,NA,2009 +Gentoo,Biscoe,46.8,16.1,215,5500,male,2009 +Gentoo,Biscoe,41.7,14.7,210,4700,female,2009 +Gentoo,Biscoe,53.4,15.8,219,5500,male,2009 +Gentoo,Biscoe,43.3,14,208,4575,female,2009 +Gentoo,Biscoe,48.1,15.1,209,5500,male,2009 +Gentoo,Biscoe,50.5,15.2,216,5000,female,2009 +Gentoo,Biscoe,49.8,15.9,229,5950,male,2009 +Gentoo,Biscoe,43.5,15.2,213,4650,female,2009 +Gentoo,Biscoe,51.5,16.3,230,5500,male,2009 +Gentoo,Biscoe,46.2,14.1,217,4375,female,2009 +Gentoo,Biscoe,55.1,16,230,5850,male,2009 +Gentoo,Biscoe,44.5,15.7,217,4875,NA,2009 +Gentoo,Biscoe,48.8,16.2,222,6000,male,2009 +Gentoo,Biscoe,47.2,13.7,214,4925,female,2009 +Gentoo,Biscoe,NA,NA,NA,NA,NA,2009 +Gentoo,Biscoe,46.8,14.3,215,4850,female,2009 +Gentoo,Biscoe,50.4,15.7,222,5750,male,2009 +Gentoo,Biscoe,45.2,14.8,212,5200,female,2009 +Gentoo,Biscoe,49.9,16.1,213,5400,male,2009 +Chinstrap,Dream,46.5,17.9,192,3500,female,2007 +Chinstrap,Dream,50,19.5,196,3900,male,2007 +Chinstrap,Dream,51.3,19.2,193,3650,male,2007 +Chinstrap,Dream,45.4,18.7,188,3525,female,2007 +Chinstrap,Dream,52.7,19.8,197,3725,male,2007 +Chinstrap,Dream,45.2,17.8,198,3950,female,2007 +Chinstrap,Dream,46.1,18.2,178,3250,female,2007 +Chinstrap,Dream,51.3,18.2,197,3750,male,2007 +Chinstrap,Dream,46,18.9,195,4150,female,2007 +Chinstrap,Dream,51.3,19.9,198,3700,male,2007 +Chinstrap,Dream,46.6,17.8,193,3800,female,2007 +Chinstrap,Dream,51.7,20.3,194,3775,male,2007 +Chinstrap,Dream,47,17.3,185,3700,female,2007 +Chinstrap,Dream,52,18.1,201,4050,male,2007 +Chinstrap,Dream,45.9,17.1,190,3575,female,2007 +Chinstrap,Dream,50.5,19.6,201,4050,male,2007 +Chinstrap,Dream,50.3,20,197,3300,male,2007 +Chinstrap,Dream,58,17.8,181,3700,female,2007 +Chinstrap,Dream,46.4,18.6,190,3450,female,2007 +Chinstrap,Dream,49.2,18.2,195,4400,male,2007 +Chinstrap,Dream,42.4,17.3,181,3600,female,2007 +Chinstrap,Dream,48.5,17.5,191,3400,male,2007 +Chinstrap,Dream,43.2,16.6,187,2900,female,2007 +Chinstrap,Dream,50.6,19.4,193,3800,male,2007 +Chinstrap,Dream,46.7,17.9,195,3300,female,2007 +Chinstrap,Dream,52,19,197,4150,male,2007 +Chinstrap,Dream,50.5,18.4,200,3400,female,2008 +Chinstrap,Dream,49.5,19,200,3800,male,2008 +Chinstrap,Dream,46.4,17.8,191,3700,female,2008 +Chinstrap,Dream,52.8,20,205,4550,male,2008 +Chinstrap,Dream,40.9,16.6,187,3200,female,2008 +Chinstrap,Dream,54.2,20.8,201,4300,male,2008 +Chinstrap,Dream,42.5,16.7,187,3350,female,2008 +Chinstrap,Dream,51,18.8,203,4100,male,2008 +Chinstrap,Dream,49.7,18.6,195,3600,male,2008 +Chinstrap,Dream,47.5,16.8,199,3900,female,2008 +Chinstrap,Dream,47.6,18.3,195,3850,female,2008 +Chinstrap,Dream,52,20.7,210,4800,male,2008 +Chinstrap,Dream,46.9,16.6,192,2700,female,2008 +Chinstrap,Dream,53.5,19.9,205,4500,male,2008 +Chinstrap,Dream,49,19.5,210,3950,male,2008 +Chinstrap,Dream,46.2,17.5,187,3650,female,2008 +Chinstrap,Dream,50.9,19.1,196,3550,male,2008 +Chinstrap,Dream,45.5,17,196,3500,female,2008 +Chinstrap,Dream,50.9,17.9,196,3675,female,2009 +Chinstrap,Dream,50.8,18.5,201,4450,male,2009 +Chinstrap,Dream,50.1,17.9,190,3400,female,2009 +Chinstrap,Dream,49,19.6,212,4300,male,2009 +Chinstrap,Dream,51.5,18.7,187,3250,male,2009 +Chinstrap,Dream,49.8,17.3,198,3675,female,2009 +Chinstrap,Dream,48.1,16.4,199,3325,female,2009 +Chinstrap,Dream,51.4,19,201,3950,male,2009 +Chinstrap,Dream,45.7,17.3,193,3600,female,2009 +Chinstrap,Dream,50.7,19.7,203,4050,male,2009 +Chinstrap,Dream,42.5,17.3,187,3350,female,2009 +Chinstrap,Dream,52.2,18.8,197,3450,male,2009 +Chinstrap,Dream,45.2,16.6,191,3250,female,2009 +Chinstrap,Dream,49.3,19.9,203,4050,male,2009 +Chinstrap,Dream,50.2,18.8,202,3800,male,2009 +Chinstrap,Dream,45.6,19.4,194,3525,female,2009 +Chinstrap,Dream,51.9,19.5,206,3950,male,2009 +Chinstrap,Dream,46.8,16.5,189,3650,female,2009 +Chinstrap,Dream,45.7,17,195,3650,female,2009 +Chinstrap,Dream,55.8,19.8,207,4000,male,2009 +Chinstrap,Dream,43.5,18.1,202,3400,female,2009 +Chinstrap,Dream,49.6,18.2,193,3775,male,2009 +Chinstrap,Dream,50.8,19,210,4100,male,2009 +Chinstrap,Dream,50.2,18.7,198,3775,female,2009 diff --git a/docs/_site/projects/01-class/data/penguins_clean.csv b/docs/_site/projects/01-class/data/penguins_clean.csv new file mode 100644 index 00000000..87e488e9 --- /dev/null +++ b/docs/_site/projects/01-class/data/penguins_clean.csv @@ -0,0 +1,334 @@ +species,island,bill_length_mm,bill_depth_mm,flipper_length_mm,body_mass_g,sex,year +Adelie,Torgersen,39.1,18.7,181,3750,male,2007 +Adelie,Torgersen,39.5,17.4,186,3800,female,2007 +Adelie,Torgersen,40.3,18,195,3250,female,2007 +Adelie,Torgersen,36.7,19.3,193,3450,female,2007 +Adelie,Torgersen,39.3,20.6,190,3650,male,2007 +Adelie,Torgersen,38.9,17.8,181,3625,female,2007 +Adelie,Torgersen,39.2,19.6,195,4675,male,2007 +Adelie,Torgersen,41.1,17.6,182,3200,female,2007 +Adelie,Torgersen,38.6,21.2,191,3800,male,2007 +Adelie,Torgersen,34.6,21.1,198,4400,male,2007 +Adelie,Torgersen,36.6,17.8,185,3700,female,2007 +Adelie,Torgersen,38.7,19,195,3450,female,2007 +Adelie,Torgersen,42.5,20.7,197,4500,male,2007 +Adelie,Torgersen,34.4,18.4,184,3325,female,2007 +Adelie,Torgersen,46,21.5,194,4200,male,2007 +Adelie,Biscoe,37.8,18.3,174,3400,female,2007 +Adelie,Biscoe,37.7,18.7,180,3600,male,2007 +Adelie,Biscoe,35.9,19.2,189,3800,female,2007 +Adelie,Biscoe,38.2,18.1,185,3950,male,2007 +Adelie,Biscoe,38.8,17.2,180,3800,male,2007 +Adelie,Biscoe,35.3,18.9,187,3800,female,2007 +Adelie,Biscoe,40.6,18.6,183,3550,male,2007 +Adelie,Biscoe,40.5,17.9,187,3200,female,2007 +Adelie,Biscoe,37.9,18.6,172,3150,female,2007 +Adelie,Biscoe,40.5,18.9,180,3950,male,2007 +Adelie,Dream,39.5,16.7,178,3250,female,2007 +Adelie,Dream,37.2,18.1,178,3900,male,2007 +Adelie,Dream,39.5,17.8,188,3300,female,2007 +Adelie,Dream,40.9,18.9,184,3900,male,2007 +Adelie,Dream,36.4,17,195,3325,female,2007 +Adelie,Dream,39.2,21.1,196,4150,male,2007 +Adelie,Dream,38.8,20,190,3950,male,2007 +Adelie,Dream,42.2,18.5,180,3550,female,2007 +Adelie,Dream,37.6,19.3,181,3300,female,2007 +Adelie,Dream,39.8,19.1,184,4650,male,2007 +Adelie,Dream,36.5,18,182,3150,female,2007 +Adelie,Dream,40.8,18.4,195,3900,male,2007 +Adelie,Dream,36,18.5,186,3100,female,2007 +Adelie,Dream,44.1,19.7,196,4400,male,2007 +Adelie,Dream,37,16.9,185,3000,female,2007 +Adelie,Dream,39.6,18.8,190,4600,male,2007 +Adelie,Dream,41.1,19,182,3425,male,2007 +Adelie,Dream,36,17.9,190,3450,female,2007 +Adelie,Dream,42.3,21.2,191,4150,male,2007 +Adelie,Biscoe,39.6,17.7,186,3500,female,2008 +Adelie,Biscoe,40.1,18.9,188,4300,male,2008 +Adelie,Biscoe,35,17.9,190,3450,female,2008 +Adelie,Biscoe,42,19.5,200,4050,male,2008 +Adelie,Biscoe,34.5,18.1,187,2900,female,2008 +Adelie,Biscoe,41.4,18.6,191,3700,male,2008 +Adelie,Biscoe,39,17.5,186,3550,female,2008 +Adelie,Biscoe,40.6,18.8,193,3800,male,2008 +Adelie,Biscoe,36.5,16.6,181,2850,female,2008 +Adelie,Biscoe,37.6,19.1,194,3750,male,2008 +Adelie,Biscoe,35.7,16.9,185,3150,female,2008 +Adelie,Biscoe,41.3,21.1,195,4400,male,2008 +Adelie,Biscoe,37.6,17,185,3600,female,2008 +Adelie,Biscoe,41.1,18.2,192,4050,male,2008 +Adelie,Biscoe,36.4,17.1,184,2850,female,2008 +Adelie,Biscoe,41.6,18,192,3950,male,2008 +Adelie,Biscoe,35.5,16.2,195,3350,female,2008 +Adelie,Biscoe,41.1,19.1,188,4100,male,2008 +Adelie,Torgersen,35.9,16.6,190,3050,female,2008 +Adelie,Torgersen,41.8,19.4,198,4450,male,2008 +Adelie,Torgersen,33.5,19,190,3600,female,2008 +Adelie,Torgersen,39.7,18.4,190,3900,male,2008 +Adelie,Torgersen,39.6,17.2,196,3550,female,2008 +Adelie,Torgersen,45.8,18.9,197,4150,male,2008 +Adelie,Torgersen,35.5,17.5,190,3700,female,2008 +Adelie,Torgersen,42.8,18.5,195,4250,male,2008 +Adelie,Torgersen,40.9,16.8,191,3700,female,2008 +Adelie,Torgersen,37.2,19.4,184,3900,male,2008 +Adelie,Torgersen,36.2,16.1,187,3550,female,2008 +Adelie,Torgersen,42.1,19.1,195,4000,male,2008 +Adelie,Torgersen,34.6,17.2,189,3200,female,2008 +Adelie,Torgersen,42.9,17.6,196,4700,male,2008 +Adelie,Torgersen,36.7,18.8,187,3800,female,2008 +Adelie,Torgersen,35.1,19.4,193,4200,male,2008 +Adelie,Dream,37.3,17.8,191,3350,female,2008 +Adelie,Dream,41.3,20.3,194,3550,male,2008 +Adelie,Dream,36.3,19.5,190,3800,male,2008 +Adelie,Dream,36.9,18.6,189,3500,female,2008 +Adelie,Dream,38.3,19.2,189,3950,male,2008 +Adelie,Dream,38.9,18.8,190,3600,female,2008 +Adelie,Dream,35.7,18,202,3550,female,2008 +Adelie,Dream,41.1,18.1,205,4300,male,2008 +Adelie,Dream,34,17.1,185,3400,female,2008 +Adelie,Dream,39.6,18.1,186,4450,male,2008 +Adelie,Dream,36.2,17.3,187,3300,female,2008 +Adelie,Dream,40.8,18.9,208,4300,male,2008 +Adelie,Dream,38.1,18.6,190,3700,female,2008 +Adelie,Dream,40.3,18.5,196,4350,male,2008 +Adelie,Dream,33.1,16.1,178,2900,female,2008 +Adelie,Dream,43.2,18.5,192,4100,male,2008 +Adelie,Biscoe,35,17.9,192,3725,female,2009 +Adelie,Biscoe,41,20,203,4725,male,2009 +Adelie,Biscoe,37.7,16,183,3075,female,2009 +Adelie,Biscoe,37.8,20,190,4250,male,2009 +Adelie,Biscoe,37.9,18.6,193,2925,female,2009 +Adelie,Biscoe,39.7,18.9,184,3550,male,2009 +Adelie,Biscoe,38.6,17.2,199,3750,female,2009 +Adelie,Biscoe,38.2,20,190,3900,male,2009 +Adelie,Biscoe,38.1,17,181,3175,female,2009 +Adelie,Biscoe,43.2,19,197,4775,male,2009 +Adelie,Biscoe,38.1,16.5,198,3825,female,2009 +Adelie,Biscoe,45.6,20.3,191,4600,male,2009 +Adelie,Biscoe,39.7,17.7,193,3200,female,2009 +Adelie,Biscoe,42.2,19.5,197,4275,male,2009 +Adelie,Biscoe,39.6,20.7,191,3900,female,2009 +Adelie,Biscoe,42.7,18.3,196,4075,male,2009 +Adelie,Torgersen,38.6,17,188,2900,female,2009 +Adelie,Torgersen,37.3,20.5,199,3775,male,2009 +Adelie,Torgersen,35.7,17,189,3350,female,2009 +Adelie,Torgersen,41.1,18.6,189,3325,male,2009 +Adelie,Torgersen,36.2,17.2,187,3150,female,2009 +Adelie,Torgersen,37.7,19.8,198,3500,male,2009 +Adelie,Torgersen,40.2,17,176,3450,female,2009 +Adelie,Torgersen,41.4,18.5,202,3875,male,2009 +Adelie,Torgersen,35.2,15.9,186,3050,female,2009 +Adelie,Torgersen,40.6,19,199,4000,male,2009 +Adelie,Torgersen,38.8,17.6,191,3275,female,2009 +Adelie,Torgersen,41.5,18.3,195,4300,male,2009 +Adelie,Torgersen,39,17.1,191,3050,female,2009 +Adelie,Torgersen,44.1,18,210,4000,male,2009 +Adelie,Torgersen,38.5,17.9,190,3325,female,2009 +Adelie,Torgersen,43.1,19.2,197,3500,male,2009 +Adelie,Dream,36.8,18.5,193,3500,female,2009 +Adelie,Dream,37.5,18.5,199,4475,male,2009 +Adelie,Dream,38.1,17.6,187,3425,female,2009 +Adelie,Dream,41.1,17.5,190,3900,male,2009 +Adelie,Dream,35.6,17.5,191,3175,female,2009 +Adelie,Dream,40.2,20.1,200,3975,male,2009 +Adelie,Dream,37,16.5,185,3400,female,2009 +Adelie,Dream,39.7,17.9,193,4250,male,2009 +Adelie,Dream,40.2,17.1,193,3400,female,2009 +Adelie,Dream,40.6,17.2,187,3475,male,2009 +Adelie,Dream,32.1,15.5,188,3050,female,2009 +Adelie,Dream,40.7,17,190,3725,male,2009 +Adelie,Dream,37.3,16.8,192,3000,female,2009 +Adelie,Dream,39,18.7,185,3650,male,2009 +Adelie,Dream,39.2,18.6,190,4250,male,2009 +Adelie,Dream,36.6,18.4,184,3475,female,2009 +Adelie,Dream,36,17.8,195,3450,female,2009 +Adelie,Dream,37.8,18.1,193,3750,male,2009 +Adelie,Dream,36,17.1,187,3700,female,2009 +Adelie,Dream,41.5,18.5,201,4000,male,2009 +Gentoo,Biscoe,46.1,13.2,211,4500,female,2007 +Gentoo,Biscoe,50,16.3,230,5700,male,2007 +Gentoo,Biscoe,48.7,14.1,210,4450,female,2007 +Gentoo,Biscoe,50,15.2,218,5700,male,2007 +Gentoo,Biscoe,47.6,14.5,215,5400,male,2007 +Gentoo,Biscoe,46.5,13.5,210,4550,female,2007 +Gentoo,Biscoe,45.4,14.6,211,4800,female,2007 +Gentoo,Biscoe,46.7,15.3,219,5200,male,2007 +Gentoo,Biscoe,43.3,13.4,209,4400,female,2007 +Gentoo,Biscoe,46.8,15.4,215,5150,male,2007 +Gentoo,Biscoe,40.9,13.7,214,4650,female,2007 +Gentoo,Biscoe,49,16.1,216,5550,male,2007 +Gentoo,Biscoe,45.5,13.7,214,4650,female,2007 +Gentoo,Biscoe,48.4,14.6,213,5850,male,2007 +Gentoo,Biscoe,45.8,14.6,210,4200,female,2007 +Gentoo,Biscoe,49.3,15.7,217,5850,male,2007 +Gentoo,Biscoe,42,13.5,210,4150,female,2007 +Gentoo,Biscoe,49.2,15.2,221,6300,male,2007 +Gentoo,Biscoe,46.2,14.5,209,4800,female,2007 +Gentoo,Biscoe,48.7,15.1,222,5350,male,2007 +Gentoo,Biscoe,50.2,14.3,218,5700,male,2007 +Gentoo,Biscoe,45.1,14.5,215,5000,female,2007 +Gentoo,Biscoe,46.5,14.5,213,4400,female,2007 +Gentoo,Biscoe,46.3,15.8,215,5050,male,2007 +Gentoo,Biscoe,42.9,13.1,215,5000,female,2007 +Gentoo,Biscoe,46.1,15.1,215,5100,male,2007 +Gentoo,Biscoe,47.8,15,215,5650,male,2007 +Gentoo,Biscoe,48.2,14.3,210,4600,female,2007 +Gentoo,Biscoe,50,15.3,220,5550,male,2007 +Gentoo,Biscoe,47.3,15.3,222,5250,male,2007 +Gentoo,Biscoe,42.8,14.2,209,4700,female,2007 +Gentoo,Biscoe,45.1,14.5,207,5050,female,2007 +Gentoo,Biscoe,59.6,17,230,6050,male,2007 +Gentoo,Biscoe,49.1,14.8,220,5150,female,2008 +Gentoo,Biscoe,48.4,16.3,220,5400,male,2008 +Gentoo,Biscoe,42.6,13.7,213,4950,female,2008 +Gentoo,Biscoe,44.4,17.3,219,5250,male,2008 +Gentoo,Biscoe,44,13.6,208,4350,female,2008 +Gentoo,Biscoe,48.7,15.7,208,5350,male,2008 +Gentoo,Biscoe,42.7,13.7,208,3950,female,2008 +Gentoo,Biscoe,49.6,16,225,5700,male,2008 +Gentoo,Biscoe,45.3,13.7,210,4300,female,2008 +Gentoo,Biscoe,49.6,15,216,4750,male,2008 +Gentoo,Biscoe,50.5,15.9,222,5550,male,2008 +Gentoo,Biscoe,43.6,13.9,217,4900,female,2008 +Gentoo,Biscoe,45.5,13.9,210,4200,female,2008 +Gentoo,Biscoe,50.5,15.9,225,5400,male,2008 +Gentoo,Biscoe,44.9,13.3,213,5100,female,2008 +Gentoo,Biscoe,45.2,15.8,215,5300,male,2008 +Gentoo,Biscoe,46.6,14.2,210,4850,female,2008 +Gentoo,Biscoe,48.5,14.1,220,5300,male,2008 +Gentoo,Biscoe,45.1,14.4,210,4400,female,2008 +Gentoo,Biscoe,50.1,15,225,5000,male,2008 +Gentoo,Biscoe,46.5,14.4,217,4900,female,2008 +Gentoo,Biscoe,45,15.4,220,5050,male,2008 +Gentoo,Biscoe,43.8,13.9,208,4300,female,2008 +Gentoo,Biscoe,45.5,15,220,5000,male,2008 +Gentoo,Biscoe,43.2,14.5,208,4450,female,2008 +Gentoo,Biscoe,50.4,15.3,224,5550,male,2008 +Gentoo,Biscoe,45.3,13.8,208,4200,female,2008 +Gentoo,Biscoe,46.2,14.9,221,5300,male,2008 +Gentoo,Biscoe,45.7,13.9,214,4400,female,2008 +Gentoo,Biscoe,54.3,15.7,231,5650,male,2008 +Gentoo,Biscoe,45.8,14.2,219,4700,female,2008 +Gentoo,Biscoe,49.8,16.8,230,5700,male,2008 +Gentoo,Biscoe,49.5,16.2,229,5800,male,2008 +Gentoo,Biscoe,43.5,14.2,220,4700,female,2008 +Gentoo,Biscoe,50.7,15,223,5550,male,2008 +Gentoo,Biscoe,47.7,15,216,4750,female,2008 +Gentoo,Biscoe,46.4,15.6,221,5000,male,2008 +Gentoo,Biscoe,48.2,15.6,221,5100,male,2008 +Gentoo,Biscoe,46.5,14.8,217,5200,female,2008 +Gentoo,Biscoe,46.4,15,216,4700,female,2008 +Gentoo,Biscoe,48.6,16,230,5800,male,2008 +Gentoo,Biscoe,47.5,14.2,209,4600,female,2008 +Gentoo,Biscoe,51.1,16.3,220,6000,male,2008 +Gentoo,Biscoe,45.2,13.8,215,4750,female,2008 +Gentoo,Biscoe,45.2,16.4,223,5950,male,2008 +Gentoo,Biscoe,49.1,14.5,212,4625,female,2009 +Gentoo,Biscoe,52.5,15.6,221,5450,male,2009 +Gentoo,Biscoe,47.4,14.6,212,4725,female,2009 +Gentoo,Biscoe,50,15.9,224,5350,male,2009 +Gentoo,Biscoe,44.9,13.8,212,4750,female,2009 +Gentoo,Biscoe,50.8,17.3,228,5600,male,2009 +Gentoo,Biscoe,43.4,14.4,218,4600,female,2009 +Gentoo,Biscoe,51.3,14.2,218,5300,male,2009 +Gentoo,Biscoe,47.5,14,212,4875,female,2009 +Gentoo,Biscoe,52.1,17,230,5550,male,2009 +Gentoo,Biscoe,47.5,15,218,4950,female,2009 +Gentoo,Biscoe,52.2,17.1,228,5400,male,2009 +Gentoo,Biscoe,45.5,14.5,212,4750,female,2009 +Gentoo,Biscoe,49.5,16.1,224,5650,male,2009 +Gentoo,Biscoe,44.5,14.7,214,4850,female,2009 +Gentoo,Biscoe,50.8,15.7,226,5200,male,2009 +Gentoo,Biscoe,49.4,15.8,216,4925,male,2009 +Gentoo,Biscoe,46.9,14.6,222,4875,female,2009 +Gentoo,Biscoe,48.4,14.4,203,4625,female,2009 +Gentoo,Biscoe,51.1,16.5,225,5250,male,2009 +Gentoo,Biscoe,48.5,15,219,4850,female,2009 +Gentoo,Biscoe,55.9,17,228,5600,male,2009 +Gentoo,Biscoe,47.2,15.5,215,4975,female,2009 +Gentoo,Biscoe,49.1,15,228,5500,male,2009 +Gentoo,Biscoe,46.8,16.1,215,5500,male,2009 +Gentoo,Biscoe,41.7,14.7,210,4700,female,2009 +Gentoo,Biscoe,53.4,15.8,219,5500,male,2009 +Gentoo,Biscoe,43.3,14,208,4575,female,2009 +Gentoo,Biscoe,48.1,15.1,209,5500,male,2009 +Gentoo,Biscoe,50.5,15.2,216,5000,female,2009 +Gentoo,Biscoe,49.8,15.9,229,5950,male,2009 +Gentoo,Biscoe,43.5,15.2,213,4650,female,2009 +Gentoo,Biscoe,51.5,16.3,230,5500,male,2009 +Gentoo,Biscoe,46.2,14.1,217,4375,female,2009 +Gentoo,Biscoe,55.1,16,230,5850,male,2009 +Gentoo,Biscoe,48.8,16.2,222,6000,male,2009 +Gentoo,Biscoe,47.2,13.7,214,4925,female,2009 +Gentoo,Biscoe,46.8,14.3,215,4850,female,2009 +Gentoo,Biscoe,50.4,15.7,222,5750,male,2009 +Gentoo,Biscoe,45.2,14.8,212,5200,female,2009 +Gentoo,Biscoe,49.9,16.1,213,5400,male,2009 +Chinstrap,Dream,46.5,17.9,192,3500,female,2007 +Chinstrap,Dream,50,19.5,196,3900,male,2007 +Chinstrap,Dream,51.3,19.2,193,3650,male,2007 +Chinstrap,Dream,45.4,18.7,188,3525,female,2007 +Chinstrap,Dream,52.7,19.8,197,3725,male,2007 +Chinstrap,Dream,45.2,17.8,198,3950,female,2007 +Chinstrap,Dream,46.1,18.2,178,3250,female,2007 +Chinstrap,Dream,51.3,18.2,197,3750,male,2007 +Chinstrap,Dream,46,18.9,195,4150,female,2007 +Chinstrap,Dream,51.3,19.9,198,3700,male,2007 +Chinstrap,Dream,46.6,17.8,193,3800,female,2007 +Chinstrap,Dream,51.7,20.3,194,3775,male,2007 +Chinstrap,Dream,47,17.3,185,3700,female,2007 +Chinstrap,Dream,52,18.1,201,4050,male,2007 +Chinstrap,Dream,45.9,17.1,190,3575,female,2007 +Chinstrap,Dream,50.5,19.6,201,4050,male,2007 +Chinstrap,Dream,50.3,20,197,3300,male,2007 +Chinstrap,Dream,58,17.8,181,3700,female,2007 +Chinstrap,Dream,46.4,18.6,190,3450,female,2007 +Chinstrap,Dream,49.2,18.2,195,4400,male,2007 +Chinstrap,Dream,42.4,17.3,181,3600,female,2007 +Chinstrap,Dream,48.5,17.5,191,3400,male,2007 +Chinstrap,Dream,43.2,16.6,187,2900,female,2007 +Chinstrap,Dream,50.6,19.4,193,3800,male,2007 +Chinstrap,Dream,46.7,17.9,195,3300,female,2007 +Chinstrap,Dream,52,19,197,4150,male,2007 +Chinstrap,Dream,50.5,18.4,200,3400,female,2008 +Chinstrap,Dream,49.5,19,200,3800,male,2008 +Chinstrap,Dream,46.4,17.8,191,3700,female,2008 +Chinstrap,Dream,52.8,20,205,4550,male,2008 +Chinstrap,Dream,40.9,16.6,187,3200,female,2008 +Chinstrap,Dream,54.2,20.8,201,4300,male,2008 +Chinstrap,Dream,42.5,16.7,187,3350,female,2008 +Chinstrap,Dream,51,18.8,203,4100,male,2008 +Chinstrap,Dream,49.7,18.6,195,3600,male,2008 +Chinstrap,Dream,47.5,16.8,199,3900,female,2008 +Chinstrap,Dream,47.6,18.3,195,3850,female,2008 +Chinstrap,Dream,52,20.7,210,4800,male,2008 +Chinstrap,Dream,46.9,16.6,192,2700,female,2008 +Chinstrap,Dream,53.5,19.9,205,4500,male,2008 +Chinstrap,Dream,49,19.5,210,3950,male,2008 +Chinstrap,Dream,46.2,17.5,187,3650,female,2008 +Chinstrap,Dream,50.9,19.1,196,3550,male,2008 +Chinstrap,Dream,45.5,17,196,3500,female,2008 +Chinstrap,Dream,50.9,17.9,196,3675,female,2009 +Chinstrap,Dream,50.8,18.5,201,4450,male,2009 +Chinstrap,Dream,50.1,17.9,190,3400,female,2009 +Chinstrap,Dream,49,19.6,212,4300,male,2009 +Chinstrap,Dream,51.5,18.7,187,3250,male,2009 +Chinstrap,Dream,49.8,17.3,198,3675,female,2009 +Chinstrap,Dream,48.1,16.4,199,3325,female,2009 +Chinstrap,Dream,51.4,19,201,3950,male,2009 +Chinstrap,Dream,45.7,17.3,193,3600,female,2009 +Chinstrap,Dream,50.7,19.7,203,4050,male,2009 +Chinstrap,Dream,42.5,17.3,187,3350,female,2009 +Chinstrap,Dream,52.2,18.8,197,3450,male,2009 +Chinstrap,Dream,45.2,16.6,191,3250,female,2009 +Chinstrap,Dream,49.3,19.9,203,4050,male,2009 +Chinstrap,Dream,50.2,18.8,202,3800,male,2009 +Chinstrap,Dream,45.6,19.4,194,3525,female,2009 +Chinstrap,Dream,51.9,19.5,206,3950,male,2009 +Chinstrap,Dream,46.8,16.5,189,3650,female,2009 +Chinstrap,Dream,45.7,17,195,3650,female,2009 +Chinstrap,Dream,55.8,19.8,207,4000,male,2009 +Chinstrap,Dream,43.5,18.1,202,3400,female,2009 +Chinstrap,Dream,49.6,18.2,193,3775,male,2009 +Chinstrap,Dream,50.8,19,210,4100,male,2009 +Chinstrap,Dream,50.2,18.7,198,3775,female,2009 diff --git a/docs/_site/projects/01-class/img/culmen_depth.png b/docs/_site/projects/01-class/img/culmen_depth.png new file mode 100644 index 00000000..3fe2147f Binary files /dev/null and b/docs/_site/projects/01-class/img/culmen_depth.png differ diff --git a/docs/_site/projects/01-class/img/lter_penguins.png b/docs/_site/projects/01-class/img/lter_penguins.png new file mode 100644 index 00000000..736ae89b Binary files /dev/null and b/docs/_site/projects/01-class/img/lter_penguins.png differ diff --git a/docs/_site/projects/01-class/img/totc-cover.jpg b/docs/_site/projects/01-class/img/totc-cover.jpg new file mode 100644 index 00000000..5f4059cc Binary files /dev/null and b/docs/_site/projects/01-class/img/totc-cover.jpg differ diff --git a/docs/_site/projects/01-class/recreate_me.pdf b/docs/_site/projects/01-class/recreate_me.pdf new file mode 100644 index 00000000..51d92281 Binary files /dev/null and b/docs/_site/projects/01-class/recreate_me.pdf differ diff --git a/docs/_site/projects/01-class/references.bib b/docs/_site/projects/01-class/references.bib new file mode 100644 index 00000000..ff70526e --- /dev/null +++ b/docs/_site/projects/01-class/references.bib @@ -0,0 +1,47 @@ +@book{wb-eval, + author = {Paul J. Gertler and Sebastian Martinez and Patrick Premand and Laura B. Rawlings and Christel M. J. Vermeersch}, + date-added = {2021-08-23 14:20:05 -0400}, + date-modified = {2021-08-23 14:20:05 -0400}, + edition = {2}, + publisher = {Inter-American Development Bank and World Bank}, + title = {Impact Evaluation in Practice}, + url = {https://openknowledge.worldbank.org/handle/10986/25030}, + year = {2016}, + Bdsk-Url-1 = {https://openknowledge.worldbank.org/handle/10986/25030}} + +@book{Huntington-Klein:2021, + address = {Boca Raton, Florida}, + author = {Nick Huntington-Klein}, + date-added = {2021-08-23 14:20:00 -0400}, + date-modified = {2021-08-23 14:20:00 -0400}, + publisher = {{Chapman and Hall} / CRC}, + title = {The Effect: An Introduction to Research Design and Causality}, + url = {https://theeffectbook.net/}, + year = {2021}, + Bdsk-Url-1 = {https://theeffectbook.net/}} + +@article{ChaudhryHeiss:2021, + author = {Suparna Chaudhry and Andrew Heiss}, + date-added = {2021-08-23 14:19:19 -0400}, + date-modified = {2021-08-23 14:19:19 -0400}, + doi = {10.1177/0899764020971045}, + journal = {Nonprofit and Voluntary Sector Quarterly}, + month = {6}, + number = {3}, + pages = {481--505}, + title = {Dynamics of International Giving: How Heuristics Shape Individual Donor Preferences}, + volume = {50}, + year = {2021}, + Bdsk-Url-1 = {https://doi.org/10.1177/0899764020971045}} + +@article{HeissKelley:2017, + author = {Andrew Heiss and Judith G. Kelley}, + doi = {10.1086/691218}, + journal = {Journal of Politics}, + month = {4}, + number = {2}, + pages = {732--741}, + title = {Between a Rock and a Hard Place: International {NGOs} and the Dual Pressures of Donors and Host Governments}, + volume = {79}, + year = {2017}, + Bdsk-Url-1 = {https://doi.org/10.1086/691218}} diff --git a/docs/_site/projects/background-theory/background-theory.Rproj b/docs/_site/projects/background-theory/background-theory.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/background-theory/background-theory.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/projects/background-theory/figures/placeholder.png b/docs/_site/projects/background-theory/figures/placeholder.png new file mode 100644 index 00000000..5c05ed54 Binary files /dev/null and b/docs/_site/projects/background-theory/figures/placeholder.png differ diff --git a/docs/_site/projects/background-theory/your-name_background-theory.Rmd b/docs/_site/projects/background-theory/your-name_background-theory.Rmd new file mode 100644 index 00000000..1289409d --- /dev/null +++ b/docs/_site/projects/background-theory/your-name_background-theory.Rmd @@ -0,0 +1,68 @@ +--- +title: "Background and theory" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +# 1: Program background and purpose + +*(≈350 words)* + +Provide in-depth background about the program. Include details about (1) when it was started, (2) why it was started, (3) what it was designed to address in society. If the program hasn’t started yet, explain why it’s under consideration. Make sure you cite your sources appropriately! (In the past, some students have just copied/pasted text from a program's website; don't do that! Describe and analyze the program's background!) + + +# 2: Program theory + +*(≈400 words)* + +Explain and explore the program’s underlying theory. Sometimes programs will explain why they exist in a mission statement, but often they don’t and you have to infer the theory from what the program looks like when implemented. What did the program designers plan on occurring? Was this theory based on existing research? If so, cite it. + +Include a simple impact theory graph showing the program’s basic activities and outcomes. Recall from class and your reading that this is focused primarily on the theory and mechanisms, not on the implementation of the program. + +![My neat impact theory](figures/placeholder.png) + + +# 3: Logic model + +List every possible input, activity, output, and outcome for the program and provide a brief 1–2 sentence description of each. + +## Inputs + +- Something +- Something else + +## Activities + +- Something +- Something else + +## Outputs + +- Something +- Something else + +## Outcomes + +- Something +- Something else + +## Diagram + +Use flowchart software to connect the inputs, activities, outputs, and outcomes and create a complete logic model. Remember that inputs will always feed into activities, and that activities always produce outputs (that's the whole purpose of an activity: convert an input to an output). Include this as a figure. + +![My neat logic model](figures/placeholder.png) + + +# 4: Analysis + +*(≈150 words)* + +Evaluate how well the logic model relates to the program theory. Do the inputs, activities, and outputs have a logical, well-grounded connection to the intended outcomes? Under ideal conditions, would the components of the program lead to changes or lasting effects? diff --git a/docs/_site/projects/causal-model/causal-model.Rproj b/docs/_site/projects/causal-model/causal-model.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/causal-model/causal-model.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/assignment/03-eval-dag.qmd b/docs/_site/projects/causal-model/your-name_causal-model.Rmd similarity index 67% rename from assignment/03-eval-dag.qmd rename to docs/_site/projects/causal-model/your-name_causal-model.Rmd index 447a3f01..2d0b945d 100644 --- a/assignment/03-eval-dag.qmd +++ b/docs/_site/projects/causal-model/your-name_causal-model.Rmd @@ -1,40 +1,40 @@ --- -title: "Causal model" -date: "2023-02-16" +title: "Causal models" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes --- -For your [final project](/assignment/final-project.qmd), you will conduct an evaluation for a social program of your choosing. In this assignment, you will decide how to model the causal effect of your program on your primary outcome. - -If you decide to use a different program for your final project, that's okay! This assignment doesn't have to be related to your final program, but it would be extraordinarily helpful—a more polished version of this assignment can be included as part of your final project. - - -## Instructions - -You need to complete the three sections listed below. Ideally you should type this in R Markdown and knit your document to HTML or Word or PDF, but you can also write in Word if you want (though your final project will need to be in R Markdown, and this would give you practice). - -**I've created an R Markdown template you can use here:** [{{< fa file-archive >}} `causal-model.zip`](/projects/causal-model.zip). It's also [available on RStudio.cloud](https://rstudio.cloud/spaces/269500/content/4357670). - -**Submit this assignment as a PDF or Word file on iCollege.** - ---- +**Feel free to remove any/all of the placeholder text and instructions here!** ## 1: DAG I Find a news article that makes a causal claim and interpret that claim by drawing an appropriate diagram. The article likely won't explain all the things the researchers controlled for, so you'll need to create an ideal DAG. What should be included in the causal process to measure the effect of X on Y? +INCLUDE IMAGE HERE + Export the figure from dagitty and include it in your assignment, or use this code to draw the DAG with R: -```{r example-dag-code, eval=FALSE} +```{r setup, warning=FALSE, message=FALSE} library(tidyverse) library(ggdag) +``` +```{r example-dag-code} # Remember that you can change the variable names here--they can be basically # anything, but cannot include spaces. The labels can have spaces. Adjust the # variable names (y, x2, etc) and labels ("Outcome", "Something", etc.) as # necessary. my_dag <- dagify(y ~ x1 + x2 + z, - z ~ x1, + z ~ x1, x2 ~ x1 + z, labels = c("y" = "Outcome", "x1" = "Something", @@ -45,14 +45,14 @@ my_dag <- dagify(y ~ x1 + x2 + z, # If you set text = TRUE, you'll see the variable names in the DAG points # The `seed` argument makes it so that the random layout is the same every time -ggdag(my_dag, text = FALSE, use_labels = "label", seed = 1234) + +ggdag(my_dag, text = FALSE, use_labels = "label", seed = 1234) + theme_dag() -# If you want the treatment and outcomes colored differently, +# If you want the treatment and outcomes colored differently, # replace ggdag() with ggdag_status() -ggdag_status(my_dag, text = FALSE, use_labels = "label", seed = 1234) + - theme_dag() + - theme(legend.position = "bottom") # Move legend to bottom for fun +ggdag_status(my_dag, text = FALSE, use_labels = "label", seed = 1234) + + theme_dag() + + theme(legend.position = "bottom") ``` Summarize the causal claim. Describe what the authors controlled for and what else you included in the DAG. Justify the inclusion of each node (point) and connection (line) in the graph. *(≈150 words)* @@ -66,6 +66,8 @@ Find a different news article with a causal claim and do the same thing as above Draw and include a DAG. +INCLUDE IMAGE HERE + Summarize the causal claim. Describe what the authors controlled for and what else you included in the DAG. Justify the inclusion of each node (point) and connection (line) in the graph. *(≈150 words)* Identify all the frontdoor and backdoor paths between your exposure and outcome. What variables need to be controlled for / adjusted to close the backdoors? Did this happen in the study or article? *(≈100 words)* @@ -73,7 +75,9 @@ Identify all the frontdoor and backdoor paths between your exposure and outcome. ## 3: DAG for your program -Identify the outcome you care most about from your final project program. Draw a DAG that shows the causal effect of your program's intervention on the outcome. +Identify the outcome you care most about from your final project program. Draw a DAG that shows the causal effect of your program's intervention on the outcome. + +INCLUDE IMAGE HERE Summarize the causal claim. Describe what needs to be controlled for and what else you included in the DAG. Justify the inclusion of each node (point) and connection (line) in the graph. *(≈150 words)* diff --git a/docs/_site/projects/final-project/final-project-template.Rmd b/docs/_site/projects/final-project/final-project-template.Rmd new file mode 100644 index 00000000..6a227874 --- /dev/null +++ b/docs/_site/projects/final-project/final-project-template.Rmd @@ -0,0 +1,110 @@ +--- +title: "TITLE GOES HERE" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +--- + + + +```{r setup, include=FALSE} +# Change this to `echo = FALSE` to hide all code +knitr::opts_chunk$set(echo = TRUE) +``` + +# Introduction + +Describe the motivation for this evaluation, briefly describe the program to be evaluated, and explain why it matters for society. (**≈150 words**) + + +# Program overview + +Provide in-depth background about the program. Include details about (1) when it was started, (2) why it was started, (3) what it was designed to address in society. If the program hasn't started yet, explain why it's under consideration. (**≈300 words**) + + +# Program theory and implementation + +## Program theory and impact theory graph + +Explain and explore the program's underlying theory. Sometimes programs will explain why they exist in a mission statement, but often they don't and you have to infer the theory from what the program looks like when implemented. What did the program designers plan on occurring? Was this theory based on existing research? If so, cite it. (**≈300 words**) + +Include a simple impact theory graph showing the program's basic activities and outcomes. Recall from class and your reading that this is focused primarily on the theory and mechanisms, not on the implementation of the program. + +## Logic model + +Describe the program's inputs, activities, outputs, and outcomes. Pay careful attention to how they are linked—remember that every input needs to flow into an activity and every output must flow out of an activity. (**≈150 words**) + +Use flowchart software to connect the inputs, activities, outputs, and outcomes and create a complete logic model. Include this as a figure. + + +# Outcome and causation + +## Main outcome + +Select one of the program's outcomes to evaluate. Explain why you've chosen this (is it the most important? easiest to measure? has the greatest impact on society?) (**≈50 words**) + +## Measurement + +Using the concept of the "ladder of abstraction" that we discussed in class (e.g. identifying a witch, measuring poverty, etc.), make a list of all the possible attributes of the outcome. Narrow this list down to 3-4 key attributes. Discuss how you decided to narrow the concepts and justify why you think these attributes capture the outcome. Then, for each of these attributes, answer these questions: + +- *Measurable definition*: How would you specifically define this attribute? (i.e. if the attribute is "reduced crime", define it as "The percent change in crime in a specific neighborhood during a certain time frame" or something similar) +- *Ideal measurement*: How would you measure this attribute in an ideal world? +- *Feasible measurement*: How would you measure this given reality and given limitations in budget, time, etc.? +- *Measurement of program effect*: How would to connect this measure to people in the program? How would you check to see if the program itself had an effect? + +(**≈150 words** in this section) + +## Causal theory + +Given your measurement approach, describe and draw a causal diagram (DAG) that shows how your program causes the outcome. Note that this is not the same thing as the logic model—you'll likely have nodes in the DAG that aren't related to the program at all (like socioeconomic status, gender, experience, or other factors). The logic model provides the framework for the actual implementation of your program and connects all the moving parts to the outcomes. The DAG is how you can prove causation with statistical approaches. (**≈150 words**) + +## Hypotheses + +Make predictions of your program's effect. Declare what you think will happen. (**≈50 words**) + + +# Data and methods + +## Identification strategy + +How will you measure the actual program effect? Will you rely on an RCT? Differences-in-differences? Regression discontinuity? Instrumental variables? How does your approach account for selection bias and endogeneity? How does your approach isolate the causal effect of the program on the outcome? + +Also briefly describe what kinds of threats to internal and external validity you face in your study. + +(**≈300 words**) + +## Data + +Given your measurement approach, limits on feasibility, and identification strategy, describe the data you will use. Will you rely on administrative data collected by a government agency or nonprofit? Will you collect your own data? If so, what variables will you measure, and how? Will you conduct a survey or rely on outside observers or do something else? What does this data look like? What variables does it (or should it) include? + +(**≈100 words**) + + +# Synthetic analysis + + +Generate a synthetic (fake) dataset in R with all the variables you'll need for the real life analysis. Analyze the data using your identification strategy. For instance: + +- If you're relying on observational data, close all the backdoors with matching or inverse probability weighting, don't adjust for colliders, and make a strong argument for isolation of the causal effect in the absence of treatment/control groups +- If you're doing an RCT, test the differences in means in the treatment and control groups (and follow all other best practices listed in the World Bank book, checking for balance across groups, etc.) +- If you're doing diff-in-diff, run a regression model with an interaction term to show the diff-in-diff +- If you're doing regression discontinuity, check for a jump in the outcome variable at the cutoff in the running variable +- If you're using instrumental variables, check the validity of your instrument and run a 2SLS model + +Include robustness checks to ensure the validity of your effect (i.e. if you're doing regression discontinuity, test different bandwidths and kernel types; etc.) + +(**As many words as you need to fully describe your analysis and results**) + + +# Conclusion + +What would the findings from this analysis mean for your selected program? What would it mean if you found an effect? What would it mean if you didn't find an effect? Why does any of this matter? (**≈75 words**) diff --git a/docs/_site/projects/final-project/final-project.Rproj b/docs/_site/projects/final-project/final-project.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/final-project/final-project.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/projects/measurement/measurement.Rproj b/docs/_site/projects/measurement/measurement.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/measurement/measurement.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/projects/measurement/your-name_measurement.Rmd b/docs/_site/projects/measurement/your-name_measurement.Rmd new file mode 100644 index 00000000..4ddb251c --- /dev/null +++ b/docs/_site/projects/measurement/your-name_measurement.Rmd @@ -0,0 +1,185 @@ +--- +title: "Measurement" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +**Feel free to remove any/all of the placeholder text and instructions here!** + +# 1: Measurement and abstraction for full-day kindergarten + +Read this article about half-day vs. full-day kindergarten in Utah: . The article is 10 years old, and half-day kindergarten still remains standard practice in most Utah school districts. + +Pretend you are the administrator of the Optional Extended Day Kindergarten initiative. Based on the *Salt Lake Tribune* article (which provides hints throughout, and especially in one of the final paragraphs), and based on your own knowledge of educational outcomes, do the following: + +## Possible outcomes + +Make a list of two (2) possible outcomes of the full-day kindergarten program. + +- Outcome 1 +- Outcome 2 + +For each of the these outcomes, answer these questions: + +## Outcome 1: NAME OF IT HERE + +Using the concept of the "ladder of abstraction" that we discussed in class (e.g. identifying a witch, measuring poverty, etc.), make a list of all the possible attributes of the outcome: + +- List +- Lots +- Of +- Things +- Here + +Narrow this list down to 3-4 key attributes. Discuss how you decided to narrow the concepts and justify why you think these attributes capture the outcome. *(≈100 words)* + +*For each of these attributes*, answer these questions: + +### Attribute 1: NAME + +- Measurable definition: How would you specifically define this attribute? (i.e. if the attribute is "reduced crime", define it as "The percent change in crime in a specific neighborhood during a certain time frame" or something similar) +- Ideal measurement: How would you measure this attribute in an ideal world? +- Feasible measurement: How would you measure this given reality and given limitations in budget, time, etc.? +- Measurement of program effect: How would to connect this measure to people in the program? How would you check to see if the program itself had an effect? + +### Attribute 2: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + +### Attribute 3: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + + +## Outcome 2: NAME OF IT HERE + +Using the concept of the "ladder of abstraction" that we discussed in class (e.g. identifying a witch, measuring poverty, etc.), make a list of all the possible attributes of the outcome: + +- List +- Lots +- Of +- Things +- Here + +Narrow this list down to 3-4 key attributes. Discuss how you decided to narrow the concepts and justify why you think these attributes capture the outcome. *(≈100 words)* + +*For each of these attributes*, answer these questions: + +### Attribute 1: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + +### Attribute 2: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + +### Attribute 3: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + + +# 2: Measurement and abstraction for your program + +Repeat this exercise for the program you've chosen for your final project. + +## Possible outcomes + +- List +- Things +- Here + +For each of the these outcomes, answer these questions: + +## Outcome 1: NAME OF IT HERE + +Using the concept of the "ladder of abstraction" that we discussed in class (e.g. identifying a witch, measuring poverty, etc.), make a list of all the possible attributes of the outcome: + +- List +- Lots +- Of +- Things +- Here + +Narrow this list down to 3-4 key attributes. Discuss how you decided to narrow the concepts and justify why you think these attributes capture the outcome. *(≈100 words)* + +*For each of these attributes*, answer these questions: + +### Attribute 1: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + +### Attribute 2: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + +### Attribute 3: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + + +## Outcome 2: NAME OF IT HERE + +Using the concept of the "ladder of abstraction" that we discussed in class (e.g. identifying a witch, measuring poverty, etc.), make a list of all the possible attributes of the outcome: + +- List +- Lots +- Of +- Things +- Here + +Narrow this list down to 3-4 key attributes. Discuss how you decided to narrow the concepts and justify why you think these attributes capture the outcome. *(≈100 words)* + +*For each of these attributes*, answer these questions: + +### Attribute 1: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + +### Attribute 2: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + +### Attribute 3: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: diff --git a/docs/_site/projects/problem-set-2/data/food_health_politics.csv b/docs/_site/projects/problem-set-2/data/food_health_politics.csv new file mode 100755 index 00000000..d9499897 --- /dev/null +++ b/docs/_site/projects/problem-set-2/data/food_health_politics.csv @@ -0,0 +1,3144 @@ +FIPS,state,county,low_access_pop,low_access_change,pct_low_access_pop,children_low_access,pct_children_low_access,grocery_stores,grocery_stores_per_1000,snap_stores,snap_stores_per_1000,fastfood,fastfood_per_1000,deaths,population,mortality_rate,votes_dem_2012,votes_dem_2016,total_votes_2012,total_votes_2016,per_dem_2012,per_dem_2016,diff_2016,per_point_diff_2012,per_point_diff_2016 +1001,AL,Autauga,17496.6930380858,-5.056025703678356,0.3206225474718403,4616.97147985914,0.08460485385752764,4,0.072208683,42.1666666666667,0.760911409460565,36,0.649878148,1540,165675,922.5,6354,5908,23909,24661,0.2657576644778117,0.23956854953164916,12202,-0.46057969802166554,-0.49478934349783055 +1003,AL,Baldwin,30561.2644297432,-13.204891081933559,0.16767489331327023,7007.97267534918,0.038449360411209936,29,0.14491957,198.083333333333,0.949752992301287,132,0.659633903,6017,598548,782.4,18329,18409,84988,94090,0.2156657410457947,0.19565309809756615,54371,-0.5582317503647574,-0.5778616218514189 +1005,AL,Barbour,6069.52362758896,6.067799405129772,0.22105560066973667,1031.92777647386,0.03758341320879411,5,0.185963477,35.1666666666667,1.35438731625907,22,0.818239298,871,80277,917.2,5873,4848,11459,10390,0.5125229077580941,0.46660250240615975,583,0.029147395060651005,-0.056111645813281985 +1007,AL,Bibb,969.378840984762,-7.224695844103675,0.042303244206186426,232.642670170693,0.010152418510612831,5,0.222162979,19.5833333333333,0.864873618042368,5,0.222162979,717,67644,988.7,2200,1874,8391,8748,0.26218567512811347,0.21422039323273892,4859,-0.46847813133118815,-0.5554412437128486 +1009,AL,Blount,3724.42824233857,140.56885668584255,0.06497380137361868,910.686113009206,0.015887200603768293,6,0.103951905,47.0833333333333,0.815945746106567,21,0.363831667,1793,173065,884.8,2961,2150,23980,25384,0.12347789824854045,0.08469902300661834,20658,-0.7414512093411175,-0.8138197289631264 +1011,AL,Bullock,4141.90036536622,1.2693649484205736,0.37950342361794204,616.715389898739,0.056506816006847996,2,0.185804534,11.0833333333333,1.06961333075983,3,0.2787068,359,32153,989.6,4058,3530,5318,4701,0.763068822865739,0.7509040629653265,2391,0.5280180518992101,0.5086151882578175 +1013,AL,Butler,1304.32875630859,-0.2669289357560789,0.06226804584468373,264.140115579595,0.012609925792695612,3,0.147812377,25.8333333333333,1.29179584625129,17,0.837603469,796,60691,978.2,4367,3716,9483,8685,0.4605082779711062,0.4278641335636154,1175,-0.07529262891490035,-0.1352907311456535 +1015,AL,Calhoun,27785.986765365,-10.081060933943231,0.23433851807648515,6167.76448702024,0.05201704016985663,27,0.232927292,135.583333333333,1.18298708966271,103,0.888574485,4292,348188,1055.9,15500,13197,46240,47376,0.3352076124567474,0.27855876393110435,19606,-0.31946366782006924,-0.41383823032759204 +1017,AL,Chambers,7131.50571665377,5.679910835566213,0.20843214136062457,1595.35384990639,0.04662732280889639,7,0.205423172,37.5,1.10805779629465,26,0.763000352,1317,102328,962.5,6853,5763,14562,13778,0.47060843290756765,0.4182755116852954,2040,-0.051023211097376675,-0.14806212803019303 +1019,AL,Cherokee,103.522498883598,30.364177179211055,0.003983319823140483,18.7476009328966,7.213667679747816e-4,5,0.192034413,32.3333333333333,1.2568837058633,15,0.576103238,1016,77938,992,2126,1524,9761,10503,0.21780555270976334,0.14510139960011426,7285,-0.5499436533142097,-0.6936113491383414 +1021,AL,Chilton,1469.89911040547,0.9076282021860224,0.033680065770122815,337.049923084982,0.007722886215085627,6,0.136577815,53.8333333333333,1.22512763326582,20,0.455259384,1487,131659,1017.2,3391,2909,17434,18255,0.19450499024893886,0.1593536017529444,12159,-0.6033612481358266,-0.666064092029581 +1023,AL,Choctaw,2702.89519889199,3.469851513810586,0.1950281549095887,557.553869171617,0.040230454518480195,3,0.22517451,15.3333333333333,1.18012263013417,6,0.45034902,536,39837,953.4,3785,3109,7965,7268,0.47520401757689895,0.4277655476059439,993,-0.045825486503452584,-0.13662630709961476 +1025,AL,Clarke,5712.92633155957,12.888935861183025,0.22114838894280842,1523.2770498477,0.05896632407570549,5,0.20044097,41,1.68087897671368,26,1.042293045,856,74638,885.7,6317,5712,13827,12936,0.456859767122297,0.44155844155844154,1397,-0.08288131915816882,-0.1079931972789116 +1027,AL,Clay,642.740919912668,-13.46723068427281,0.046134145845009196,143.227842712202,0.01028049402183477,3,0.22136954,13.25,0.982063445004447,4,0.295159386,544,40560,968.5,1770,1234,6640,6572,0.26656626506024095,0.18776628119293975,3996,-0.4566265060240964,-0.6080340839926963 +1029,AL,Cleburne,789.535142867193,437.59794990751845,0.052734113202457446,188.521670554044,0.012591615719612877,2,0.132625995,11.4166666666667,0.76498704547485,8,0.530503979,602,45118,1041.4,971,684,6302,6532,0.15407807045382418,0.10471524800979792,5054,-0.6820057124722311,-0.7737293325168402 +1031,AL,Coffee,10486.0859800181,-7.979015861825822,0.20994005725991233,2569.54971577507,0.05144449659195704,5,0.098214461,45.1666666666667,0.881713713088406,34,0.667858335,1487,152797,836,4899,4194,19715,20513,0.248490996703018,0.20445571101252863,11631,-0.49398934821202134,-0.5670062886949738 +1033,AL,Colbert,11095.6663044647,16.55661203463322,0.20385952642876276,2607.22197884364,0.04790221905716984,10,0.183341584,75.75,1.39718902169101,52,0.953376235,2181,163305,999.7,9160,7296,23374,24626,0.3918884230341405,0.2962722325996914,9422,-0.20411568409343717,-0.3826037521318931 +1035,AL,Conecuh,3558.35944028066,-4.493610992525419,0.26900207440887963,694.969177816164,0.052537736454200484,2,0.157853197,15.6666666666667,1.26395051768186,7,0.552486188,515,38209,962.8,3551,3069,7013,6543,0.5063453586197063,0.469050894085282,344,0.016683302438328884,-0.05257527128228634 +1037,AL,Coosa,2828.93033363739,-0.2929747457731485,0.24516252133091168,500.446376472077,0.04336999536112982,1,0.091861106,4,0.378036102447784,1,0.091861106,407,32590,935.8,2188,1780,5243,5223,0.4173183292008392,0.34080030633735403,1596,-0.16021361815754342,-0.3055715106260769 +1039,AL,Covington,3769.12224820551,13.046278100847427,0.09980464049266544,783.970987836349,0.020759194699757684,6,0.158252888,54.6666666666667,1.4594123195757,24,0.633011552,1593,113553,984.5,3155,2379,15415,15818,0.20467077521894259,0.15039828044000506,10843,-0.5833927992215374,-0.6854848906309268 +1041,AL,Crenshaw,5278.96648668747,-1.948776511874784,0.3796178977914188,1278.33294687272,0.09192671845769596,3,0.214638334,18.4166666666667,1.32370205323558,5,0.357730557,547,41843,1007.5,2048,1663,6411,6252,0.3194509436905319,0.2659948816378759,2848,-0.3553267820932772,-0.45553422904670504 +1043,AL,Cullman,5900.27020156578,-6.276302149361973,0.07338096910138273,1433.05749715962,0.017822768166052532,15,0.184526812,81.6666666666667,0.990247076750211,53,0.651994735,2899,243982,986,4855,3730,33178,37278,0.1463319066851528,0.10005901604163313,29004,-0.695490988004099,-0.7780460325124738 +1045,AL,Dale,14036.9701173605,1.3722165390717271,0.2793371299548367,4144.06557441776,0.08246732551427355,8,0.161668418,52.1666666666667,1.05973807879305,34,0.687090777,1483,148899,892.4,5283,4408,18551,18617,0.28478249150989166,0.23677284202610518,9390,-0.42164842865613716,-0.504377719288822 +1047,AL,Dallas,7640.05686759809,-1.8693535770191398,0.174350909803699,1941.88855512285,0.04431511992521338,8,0.191795929,48.0833333333333,1.20184296474039,19,0.455515332,1578,124814,1105.6,14599,12826,20936,18730,0.6973156285823462,0.6847837693539776,7042,0.3971627818112342,0.3759743726641751 +1049,AL,DeKalb,2679.85266237218,0,0.0376865468839694,890.009064237456,0.01251612403827161,14,0.197002744,82,1.15655853314528,43,0.605079856,2371,213011,997.5,5235,3682,23842,26086,0.2195705058300478,0.14114850877865523,18097,-0.5486536364398961,-0.6937437706049221 +1051,AL,Elmore,15064.3665877468,0.35214103799495794,0.18995960540896056,3210.94978815732,0.040489638325880734,10,0.123491856,74.8333333333333,0.914844109748693,45,0.555713351,2306,243373,931.2,8940,8436,35440,36905,0.25225733634311515,0.228586912342501,19183,-0.48766930022573357,-0.5197940658447364 +1053,AL,Escambia,5058.77540327542,-2.5041076337296344,0.13201741703268405,1201.96458278963,0.03136732646440747,4,0.106008004,44.9166666666667,1.19053929884083,27,0.715554024,1427,113430,1054.8,5476,4698,14832,15213,0.3692017259978425,0.3088148294222047,5584,-0.2553263214670981,-0.36705449286794195 +1055,AL,Etowah,23289.8268209082,-6.010550624081865,0.22301854659492676,4933.01584229078,0.047237535596004784,13,0.125566256,117.583333333333,1.14643864643865,79,0.763056476,4162,310361,1076.4,12792,10350,42490,43474,0.30105907272299365,0.23807333118645627,21782,-0.3838550247116969,-0.5010351014399411 +1057,AL,Fayette,407.386753066814,-6.885559318739418,0.023628951514808535,90.7323979997341,0.005262594861071522,5,0.296313856,11.8333333333333,0.715177887908457,9,0.53336494,678,50458,998.9,1803,1358,7912,8196,0.22788169868554095,0.16569058077110785,5347,-0.534757330637007,-0.6523914104441191 +1059,AL,Franklin,3663.44173644414,19.18380453564112,0.11555140475788987,918.699674463936,0.028977405830934142,8,0.253156546,32.5,1.02757050714557,18,0.569602228,1158,94795,1067.5,3171,2197,10859,11955,0.2920158393958928,0.1837724801338352,7269,-0.40482549037664606,-0.608030112923463 +1061,AL,Geneva,605.193394728471,-0.13261755788924987,0.02259027229296271,134.89997696504,0.005035460133073535,10,0.374363582,31.9166666666667,1.1992435059242,10,0.374363582,1039,80236,969.7,2039,1522,11318,11659,0.1801555045060965,0.13054292820996655,8445,-0.6303233786888143,-0.7243331332018184 +1063,AL,Greene,2962.99100888567,-9.8439824226501,0.3275833066761382,721.112028490531,0.07972493405091553,2,0.233836081,17,2.01852291617193,1,0.11691804,325,25738,957.2,4514,4006,5328,4862,0.8472222222222222,0.8239407651172357,3168,0.6972597597597597,0.6515837104072398 +1065,AL,Hale,1864.54134988226,2040.32528552133,0.11830846128694543,428.493819430962,0.027188694126330074,3,0.197576396,14.5833333333333,0.975343320848939,7,0.461011591,536,45515,920.9,5401,4772,8628,8010,0.6259851645804357,0.5957553058676655,1600,0.25452016689847007,0.19975031210986272 +1067,AL,Henry,805.472428049552,108.502601825661,0.04655371795454584,146.756394473487,0.008482047998698821,3,0.17452007,15,0.873922162666045,10,0.581733566,619,51603,841.1,3046,2286,8700,8017,0.35011494252873565,0.28514406885368593,3337,-0.2941379310344827,-0.416240488960958 +1069,AL,Houston,18340.749037533,-14.3128943762761,0.1806134010609176,4485.83938615519,0.044175006510829375,16,0.15356118,138.583333333333,1.33181492017119,97,0.930964652,3234,311893,881.1,12348,10547,41843,42030,0.2951031235810052,0.250939804901261,20020,-0.4030781731711397,-0.476326433499881 +1071,AL,Jackson,4218.96673811722,-13.101701300475959,0.07926365825835047,961.340309428508,0.018061140200058393,11,0.208867369,52.75,1.01173807971153,29,0.550650337,2112,157971,1047.4,5817,3663,20555,20785,0.28299683775237167,0.17623286023574694,12980,-0.418632936025298,-0.6244888140485928 +1073,AL,Jefferson,205657.867797348,-1.7220518714027497,0.3123287577450438,49882.8024000602,0.0757560791294618,108,0.163439988,594.666666666666,0.901664490845123,642,0.971559929,21133,1979648,931.4,159658,151581,303424,290111,0.526187776840329,0.5224931147043718,20967,0.06013037861210713,0.07227233713992232 +1075,AL,Lamar,229.952612240944,148.91512203182177,0.015789110975071685,52.4839962010155,0.0036036800467601966,3,0.212977424,13.9166666666667,0.999904200795134,6,0.425954849,607,42123,992.2,1643,1035,7159,6931,0.22950132700097778,0.14932910113980666,4784,-0.5321972342505936,-0.6902322897128841 +1077,AL,Lauderdale,12476.0967050946,-14.451735489671982,0.13457265966728796,2541.60817191946,0.02741490224163199,17,0.182607201,92.0833333333333,0.997458061627563,72,0.773395205,3311,278388,908.1,12504,9877,36908,38813,0.3387883385715834,0.25447659289413344,17858,-0.30882193562371296,-0.4601035735449463 +1079,AL,Lawrence,1648.24435485302,22.14297831535426,0.047999194934419176,400.718567456389,0.011669488554016975,5,0.149356274,26.6666666666667,0.802149761360446,16,0.477940078,1218,100108,1044.2,5055,3611,14079,14623,0.3590453867462178,0.24693975244477878,7121,-0.2699055330634278,-0.4869725774464884 +1081,AL,Lee,36835.8868735046,-15.889830274238948,0.26265008787000504,7548.52882097987,0.05382310367408836,17,0.110207125,103.833333333333,0.653076798896373,128,0.82979482,3322,462925,902.4,21274,20987,54115,57668,0.39312575071606765,0.3639280016647014,13334,-0.1993532292340386,-0.2312200873968232 +1083,AL,Limestone,9339.42167313804,-7.872145116234769,0.11281947371575995,1706.17085037168,0.020610408668209027,9,0.099133136,75.0833333333333,0.809497626312177,51,0.561754436,2184,271145,789.4,9809,9340,35406,39400,0.27704343896514716,0.23705583756345178,19484,-0.4364796927074507,-0.4945177664974619 +1085,AL,Lowndes,2539.86439181493,-53.8433223805548,0.2247866529617603,711.25067746586,0.06294810845790424,3,0.283553875,16.5,1.59297161614211,0,0,389,31738,1044.8,5747,4882,7519,6676,0.7643303630801969,0.731276213301378,3131,0.5310546615241389,0.46899340922708205 +1087,AL,Macon,8050.77930475775,7.262079847687317,0.3752927141878496,1716.83211950396,0.08003133132127355,4,0.205920206,17.0833333333333,0.900877146724323,9,0.463320463,710,58344,1007.4,9045,7237,10385,8748,0.8709677419354839,0.8272748056698674,5843,0.7436687530091478,0.6679240969364426 +1089,AL,Madison,88544.0304518332,-19.54355449168313,0.2644597413222182,21193.9217265741,0.06330115117655662,44,0.125606981,285.166666666667,0.798860025343145,330,0.942052361,8717,1049921,782.2,61802,62435,154632,159473,0.3996714780899167,0.3915082803985628,26764,-0.18674659837549795,-0.16782778275946397 +1091,AL,Marengo,5125.00561748114,-8.268941504212949,0.24373451360066295,1257.12579134936,0.05978626486656965,3,0.149179513,24.25,1.23265389111981,19,0.94480358,772,60374,945.8,6154,5607,11509,10948,0.534711964549483,0.5121483375959079,383,0.07237813884785821,0.03498355864084768 +1093,AL,Marion,1929.43172023684,258.56971408303,0.06269273850522615,425.163311766315,0.013814768383360898,3,0.099104754,26.4166666666667,0.8806142631731,17,0.561593604,1220,90692,968,2249,1432,12104,12912,0.18580634500991408,0.11090458488228006,9841,-0.6152511566424322,-0.7621592317224287 +1095,AL,Marshall,10484.7984305757,-18.17532788539224,0.11271673991954008,2859.98421671936,0.030746236970074503,21,0.22190287,107.833333333333,1.13321493251504,71,0.750243036,3289,283458,1003.9,6271,4913,32455,34965,0.19322138345401324,0.14051194051194052,24304,-0.6012632876290249,-0.6950950950950952 +1097,AL,Mobile,103768.64350403,-7.984983043258863,0.2512606624438972,26376.5127146844,0.06386688535052591,60,0.144535475,512.25,1.23482532856358,253,0.60945792,12731,1244442,930.5,78417,68429,174189,163387,0.4501834214560047,0.41881545043363305,22658,-0.09270964297401102,-0.1386768837177988 +1099,AL,Monroe,5711.64066386163,-20.10617435260907,0.24760016749877015,1416.93422808672,0.061424233920873934,6,0.273385884,26,1.20761727821644,9,0.410078826,776,65724,918.6,4897,4310,10680,10185,0.45852059925093636,0.42317133038782523,1461,-0.07799625468164795,-0.1434462444771723 +1101,AL,Montgomery,66180.6549797803,2.989202728592042,0.288541111599431,17674.7441064891,0.07706013658039483,37,0.163580015,229.333333333333,1.01318465437591,210,0.928427112,6398,679908,892.7,62993,58669,101781,94572,0.6189072616696633,0.6203633210675464,24741,0.24277615665006236,0.2616102017510468 +1103,AL,Morgan,15514.2795759028,10.739779150528609,0.1298374723901816,3921.75345899455,0.032820767085066115,16,0.133771435,129.333333333333,1.08672514816433,99,0.827710753,3780,358875,904.5,13401,11216,49198,49991,0.2723891215090044,0.22436038486927648,26176,-0.4453026545794545,-0.5236142505651017 +1105,AL,Perry,881.549476374204,-9.274133491964482,0.0832357167759611,159.257536771624,0.015037063239696344,4,0.407083249,12,1.25339461040318,1,0.101770812,400,29500,1067.2,4536,3823,6065,5255,0.7478977741137676,0.7274976213130352,2420,0.4999175597691674,0.4605137963843958 +1107,AL,Pickens,529.138640010843,-37.85299639525924,0.026797257166557432,103.190683941107,0.0052259031672798025,4,0.196415419,25,1.23007282031096,8,0.392830837,759,60568,966.6,4448,3972,9599,9494,0.4633816022502344,0.4183694965241205,1482,-0.06990311490780288,-0.15609858858226255 +1109,AL,Pike,4535.49713758166,21.503528078208326,0.1378612461649795,1009.18456804293,0.03067523535800267,6,0.179699901,39.4166666666667,1.18418153778365,33,0.988349456,965,99766,939.1,6009,5039,14057,13025,0.4274738564416305,0.3868714011516315,2642,-0.13729814327381373,-0.20284069097888674 +1111,AL,Randolph,3374.62946397418,218.04062147496234,0.14728012324768386,810.125102929966,0.03535657063369991,3,0.133102622,24.6666666666667,1.08893990228972,9,0.399307866,905,67812,1002.9,3076,2290,10391,10130,0.296025406601867,0.22606120434353405,5407,-0.39871042248099314,-0.533761105626851 +1113,AL,Russell,6225.85569408263,-26.855854645957177,0.1175865619219716,1455.56389920828,0.02749096075713978,12,0.20131526,63.8333333333333,1.09732058951615,44,0.738155952,1596,178869,908.6,10495,9577,18871,19136,0.5561443484711992,0.5004703177257525,367,0.11758783318319116,0.019178511705685575 +1115,AL,St. Clair,4561.84011807665,21.8546070729686,0.05457203495599691,1096.36840149621,0.01311555275556817,14,0.161481943,73.75,0.837887274338495,49,0.5651868,2721,259845,975.3,5790,5550,35105,37937,0.16493377011821678,0.1462951735772465,26029,-0.6611878649764991,-0.6861111843319186 +1117,AL,Shelby,47122.3183671755,-9.403861448456938,0.24154762471320454,12433.8385008711,0.06373549222580464,26,0.125813554,128.25,0.608910750064096,141,0.682296581,3984,618837,660.2,19944,22927,92204,99208,0.21630298034792417,0.23110031449076687,49919,-0.5563641490607782,-0.5031751471655512 +1119,AL,Sumter,2304.52537843944,3.6310430507156024,0.16744353545298554,541.683027407621,0.03935791814340049,3,0.227859638,20.8333333333333,1.59764826175869,7,0.53167249,467,39748,979.3,5420,4739,7025,6391,0.7715302491103203,0.7415115005476451,3158,0.5459074733096085,0.49413237365044593 +1121,AL,Talladega,11038.3872483772,-10.637419051275717,0.13413845072215916,2557.13626354036,0.031074312665301914,9,0.110671159,95.25,1.18909404142167,49,0.602542977,2931,243434,1038.4,13878,12108,33317,33218,0.41654410661224,0.3645011740622554,8488,-0.16024852177567012,-0.25552411343247633 +1123,AL,Tallapoosa,3484.730857794,-24.210755586199852,0.08373536278820644,754.17668276516,0.01812227707528739,6,0.145754889,45.0833333333333,1.10696425794518,20,0.48584963,1474,123147,919.6,6252,5271,18668,18504,0.33490464966788086,0.2848573281452659,7696,-0.3241375616027427,-0.4159100734976221 +1125,AL,Tuscaloosa,34859.5802446893,-11.699741201151525,0.17908299895553845,7647.39851991719,0.03928673413569163,21,0.103851403,173.833333333333,0.843433510268378,161,0.796194093,5075,607110,902.4,32003,31746,78495,81708,0.4077074972928212,0.388529886914378,15955,-0.17453340977132303,-0.1952685171586626 +1127,AL,Walker,7858.659653953,4.36798347583771,0.11725317658047238,1775.32399992236,0.026488280141479192,10,0.152739381,75,1.15443225021934,41,0.626231461,3025,196790,1251.7,6551,4486,28497,29243,0.2298838474225357,0.15340423349177582,19722,-0.5292486928448608,-0.6744178093902815 +1129,AL,Washington,1478.89694731913,-13.428757871759094,0.0841190459768574,398.207004999297,0.022649849553455264,2,0.118807176,15.6666666666667,0.934988461844513,3,0.178210764,662,50536,1088.3,2971,2366,8761,8492,0.339116539207853,0.2786151672162035,3665,-0.31708709051478134,-0.4315826660386246 +1131,AL,Wilcox,4997.12856775663,-3.4039146090972165,0.42820296210425274,1336.62419376867,0.11453506373339074,7,0.630744278,19.1666666666667,1.74464469931428,5,0.450531627,483,33321,1192,4867,4329,6547,6095,0.7433939208797923,0.7102543068088597,2592,0.48739880861463264,0.42526661197703036 +1133,AL,Winston,1459.03265534054,44.278058835268666,0.059591270026978435,331.320441952703,0.013532120648288801,8,0.33126294,26.1666666666667,1.09920884968144,10,0.414078675,909,72132,930.1,1286,871,9712,10255,0.13241350906095553,0.08493417844953681,8354,-0.7232289950576607,-0.814627011214042 +2013,AK,Aleutians East,2203.00003012739,79.68265436933977,0.7013690003589271,219.99999618428,0.07004138687815345,4,1.19047619,5,1.51699029126214,1,0.297619048,25,9972,382,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2016,AK,Aleutians West,1243.22905305789,62.62487119277361,0.22356213865453875,209.035191586782,0.037589496778777556,3,0.52173913,4,0.708340711882415,0,0,43,17152,564.6,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2020,AK,Anchorage,80039.7236440701,-9.024345496111076,0.27427207871838016,20527.212944541,0.07034058975053971,32,0.106308761,122.333333333333,0.41025021909821,204,0.677718348,4858,900589,718.4,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2050,AK,Bethel,11504.8634897179,-13.319050566948226,0.6762395515028449,4363.52791258193,0.2564819792265873,22,1.231251399,50.5,2.81055209260908,7,0.391761809,306,53731,993,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2060,AK,Bristol Bay,996.999998134377,129.64806215137548,0.9999999981287634,225.000001238685,0.22567703233569208,2,2.0898641590000002,1,1.11358574610245,0,0,26,2792,892.5,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2068,AK,Denali,1826.00001354376,0,1.0000000074171742,411.000002458105,0.22508214811506297,0,0,NA,NA,2,1.041124414,32,5756,742.4,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2070,AK,Dillingham,2461.50966602722,55.931427870973074,0.5078418951985187,894.018194292218,0.18444773969305095,6,1.202886929,8.16666666666667,1.64849952900013,1,0.200481155,110,14982,1086.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2090,AK,Fairbanks North Star,33612.3839432149,-7.273718130325575,0.34445623577555984,8925.38960164537,0.09146646992391305,7,0.070453013,27.25,0.270861289200338,49,0.49317109,1386,300009,713.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2100,AK,Haines,518.894136562259,-0.06578622073861878,0.20689558874093258,98.6173815076257,0.03932112500304051,3,1.16913484,3,1.20192307692308,1,0.389711613,54,7663,646,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2105,AK,Hoonah-Angoon,2136.90478780445,26.077308819378704,0.9939092036299768,418.000001612602,0.19441860540121023,4,0,6,2.88739172281039,2,0,36,4224,681.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2110,AK,Juneau,10062.672904577,-0.7445648563893272,0.32174813443891287,2592.48419790412,0.08289317978910056,6,0.185150898,11.75,0.361894788715042,31,0.956612973,559,98026,672.9,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2122,AK,Kenai Peninsula,10888.785060094,-3.5510566211221306,0.19654846678870036,2687.92725778857,0.04851854255936047,19,0.330567009,37.3333333333333,0.63811119087501,39,0.678532282,1226,172767,711.9,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2130,AK,Ketchikan Gateway,1062.59891684336,2.560116726779654,0.07884536000915338,268.15112329525,0.01989694466834236,4,0.290128382,8,0.581987487269024,12,0.870385145,260,41163,669.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2150,AK,Kodiak Island,1948.65920848546,37.65012022065088,0.14336809950599325,601.68911987084,0.0442678869828458,5,0.357500358,9,0.655403437226915,7,0.500500501,199,41993,675,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2164,AK,Lake and Peninsula,1628.68561954873,-0.1418990719369423,0.9985810052414041,491.751172434662,0.3015028647668069,1,0.613120785,8.5,5.44174135723431,0,0,40,4844,1121.3,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2170,AK,Matanuska-Susitna,23011.2553342344,12.603060785704479,0.2585679570114546,6285.84806275718,0.070631474383473,10,0.10216383,43.8333333333333,0.420000319391878,43,0.439304469,1666,295257,769.4,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2180,AK,Nome,5276.00763807735,4.144054952928766,0.5558372985753635,1989.8896748228,0.2096386088098188,17,1.731689926,25.75,2.59655137642432,1,0.101864113,173,29567,871.4,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2185,AK,North Slope,5522.182352331,52.183517664387615,0.5855972802047721,944.729218745845,0.10018337420422534,8,0.824487272,12.25,1.27524463876744,2,0.206121818,149,29139,1001.3,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2188,AK,Northwest Arctic,4322.06293794552,-0.00634228679050044,0.5745132178579716,1618.95098120402,0.21520018359750367,7,0.907088247,21.25,2.76945132282028,2,0.25916807,126,23216,790.5,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2195,AK,Petersburg,180.230547734276,-1.6979771397566352,0.04724260753192031,48.4784220950549,0.012707319028847943,3,0,4,1.2702445220705,4,0,45,6361,708,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2198,AK,Prince of Wales-Hyder,1758.79264788,26.47909797531034,0.31638651697787373,362.472778417292,0.06520467321771757,6,0,7,1.10288325193005,3,0,87,12725,936.3,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2220,AK,Sitka,1632.24976162452,0.9235659189988157,0.18379121288419323,400.871008837048,0.0451380485122225,4,0.449438202,3.16666666666667,0.358625896564741,4,0.449438202,195,26747,679.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2230,AK,Skagway,2.99995376171291,0,0.0030991257868935016,0,0,2,0,1,0.919117647058823,2,0,NA,NA,NA,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2240,AK,Southeast Fairbanks,3323.08447550762,62.63495454296213,0.472767744417075,796.609132877075,0.11333178729222862,3,0.432837974,6,0.87260034904014006,2,0.28855865000000003,149,20821,836.5,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2261,AK,Valdez-Cordova,5010.71088565046,86.01758378321466,0.5199990541355811,1235.97953964079,0.12826686795774078,8,0.84317032,15.75,1.68359166221272,9,0.94856661,192,28626,876.5,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2270,AK,Wade Hampton,4615.00000192692,-6.863207810703786,0.6187156457872262,1933.99999969499,0.2592840862977598,14,1.747815231,19.5,NA,0,0,177,24124,1333.8,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2275,AK,Wrangell,510.624434692214,0,0.21554429493128496,105.576735992657,0.04456595018685395,2,0,2,0.829531314807134,1,0,45,4742,774.9,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2282,AK,Yakutat,662.00000099384,26147.419425788114,1.0000000015012689,162.00000032418,0.2447129914262538,2,3.149606299,2,3.32778702163062,0,0,NA,NA,NA,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2290,AK,Yukon-Koyukuk,5587.99999538776,1.790343902605534e-13,0.9999999991746169,1552.00000155166,0.27773801029915174,9,1.622498648,33.4166666666667,6.04717094945108,0,0,171,16757,991.3,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +4001,AZ,Apache,50446.8141367026,7.9149701925493785,0.7053722718295057,16011.4685359408,0.2238802614158785,9,0.125299326,50.3333333333333,0.688441477915162,16,0.222754358,1966,215285,946.2,16833,12196,25465,18659,0.6610249361869233,0.6536255962270218,6881,0.33909287257019444,0.3687764617610804 +4003,AZ,Cochise,55218.539200034,6.960246963408021,0.42040518325669607,11841.9208732421,0.09015821474001567,19,0.149080409,92,0.731493996978612,61,0.478626577,3787,383353,728.9,16223,15291,43776,43147,0.3705911915204678,0.35439312119034927,9745,-0.2402914839181287,-0.22585579530442446 +4005,AZ,Coconino,41435.5536860364,1.9144705403405522,0.308252086251675,11146.7884527634,0.0829244571366334,21,0.152525385,96.75,0.68661821897976,120,0.871573626,2252,413346,649.8,26316,25308,46746,44929,0.5629572583750482,0.5632887444634869,8735,0.14863303812090878,0.1944178592891006 +4007,AZ,Gila,17451.0661177204,36.21599689433086,0.3255978155068455,3944.26823621309,0.07359121287036756,7,0.131779589,41.5,0.774889834939129,34,0.640072291,2257,159323,908.9,6650,6746,18477,21398,0.35990691129512364,0.31526310870174784,6926,-0.26384153271635014,-0.32367510982334796 +4009,AZ,Graham,13894.4627686973,19.137849667011402,0.3733063613298576,4144.88169840996,0.11136167916200862,6,0.15807361,26,0.691507752865768,16,0.421529626,811,113010,765.1,3608,3301,11854,11939,0.3043698329677746,0.2764888181589748,4724,-0.37691918339800906,-0.3956780299857609 +4011,AZ,Greenlee,5895.55884963053,-1.0366346440513288,0.6987743095449247,1703.6866525887,0.201930384329584,2,0.213995292,9.91666666666667,1.03158916744686,2,0.213995292,166,27760,635.1,1310,1092,2972,3243,0.4407806191117093,0.3367252543940796,800,-0.0942126514131898,-0.2466851680542707 +4012,AZ,La Paz,8846.86161625004,-0.3492578786224555,0.4317859151861994,885.767219002415,0.043231354336591095,7,0.346003658,34.1666666666667,1.68167872553363,15,0.741436409,786,60843,735,1619,1318,4922,4931,0.3289313287281593,0.2672885824376394,2063,-0.32222673709874033,-0.41837355505982554 +4013,AZ,Maricopa,511215.572447903,3.846261052684986,0.13392714251302829,122203.797777925,0.03201468484668534,494,0.120865406,2144.83333333333,0.505499611084649,2781,0.68041841,84396,12273297,648.8,512008,549040,1187008,1201934,0.43134334393702484,0.456797128627695,41425,-0.1203252210600097,-0.0344652867794738 +4015,AZ,Mohave,88341.5771291182,-0.03613266411511568,0.44129747899013017,16238.4155864558,0.08111663945758345,19,0.09342991,151.333333333333,0.737315813150531,114,0.560579462,8884,610907,881.3,18324,16485,65949,74189,0.2778510667333849,0.22220275242960547,38171,-0.42635976284704846,-0.5145102373667256 +4017,AZ,Navajo,41411.3260773712,16.405274811111536,0.3854044809851297,12847.6467921359,0.11956971951470838,14,0.129508515,86.4166666666667,0.785420415780513,54,0.499532844,2830,323820,826.9,16157,15362,35775,35409,0.4516282320055905,0.43384450281002007,2803,-0.08380153738644308,-0.07916066536756194 +4019,AZ,Pima,218481.73008953,-5.911266963776383,0.2228807269982954,47677.1677144494,0.04863711852273258,127,0.126429046,637.166666666667,0.627005416880698,611,0.608253129,26631,3011687,683.9,183470,195649,351817,360762,0.5214927078566414,0.5423215305381387,48630,0.05839115221834079,0.13479801087697707 +4021,AZ,Pinal,80761.8534872067,23.88655064037386,0.21492363277325677,15076.1808020377,0.040120767496175054,29,0.072154021,165.583333333333,0.395621286695019,115,0.286128016,8103,1188465,595.9,41428,35737,102139,93805,0.40560412770831905,0.3809711635840307,18120,-0.1715211623375988,-0.19316667555034384 +4023,AZ,Santa Cruz,12583.4229510448,-3.592365110100806,0.2653610913337157,3662.94680961435,0.07724476612430092,8,0.171324553,28.9166666666667,0.62882824109311,27,0.578220366,855,140242,541.7,9486,10684,13894,14926,0.6827407514034836,0.7157979364866676,7034,0.3779329206851879,0.4712582071552995 +4025,AZ,Yavapai,68596.9359505336,-2.3496787245682578,0.32505312415846616,13583.0215401747,0.06436444319217705,32,0.14622288,145.25,0.643947118752272,128,0.584891521,8451,656378,733.8,32624,29705,96790,92780,0.33705961359644593,0.3201659840482863,29157,-0.30748011158177496,-0.314259538693684 +4027,AZ,Yuma,39776.5270122877,-9.087536030663209,0.20319961079273002,10632.6266988707,0.054317100290014866,31,0.152523776,112,0.544664958104566,117,0.575654253,4196,609931,565.3,14025,18336,33935,40759,0.413290113452188,0.4498638337545082,2250,-0.161337851775453,-0.05520253195613234 +5001,AR,Arkansas,7183.71266226274,71.13839177155408,0.3777124276914002,1695.59870136522,0.08915288402992902,4,0.215123158,20.3333333333333,1.11635738076937,11,0.591588685,691,55788,945.6,2454,1939,6488,6167,0.3782367447595561,0.31441543700340524,1886,-0.22163995067817505,-0.30582130695638077 +5003,AR,Ashley,4633.91024763474,6.733899777340538,0.2120491579021068,1115.20997497198,0.05103235139211917,4,0.190949017,19,0.92719109896545,15,0.716058812,800,63002,999.9,2855,2408,7915,8027,0.36070751737207835,0.29998754204559613,2930,-0.254074542008844,-0.36501806403388565 +5005,AR,Baxter,4618.03029165229,-7.265187687717352,0.11124299115101993,863.893813179188,0.020810199532175173,7,0.17132927,36.0833333333333,0.878752455636193,32,0.783219522,2020,122860,861.9,5172,4163,19339,19572,0.2674388541289622,0.2127018189249949,10492,-0.44035368943585507,-0.5360719395054159 +5007,AR,Benton,34546.6198358403,-20.748957215610517,0.15608012973692073,9711.47581692189,0.043876026443247146,30,0.123802724,139.416666666667,0.539765871310524,160,0.660281197,5207,730120,718.9,22144,27894,77525,94262,0.2856368913253789,0.2959198828796334,32857,-0.40416639793614967,-0.3485710042222741 +5009,AR,Boone,8411.78466495022,-24.04574648583753,0.22794311207625995,1868.44745181829,0.05063131593144974,4,0.107538445,41.8333333333333,1.12141682750733,23,0.618346059,1341,111761,855.4,3762,2925,15363,15912,0.2448740480374927,0.18382352941176472,9300,-0.480440018225607,-0.5844645550527904 +5011,AR,Bradley,1240.00834783248,-1.165324688073099,0.10775185504279458,276.653954096422,0.024040141996560828,3,0.269106566,10,0.909421607857403,6,0.538213132,463,33300,1048.3,1447,1317,3634,3617,0.39818381948266374,0.3641139065523915,846,-0.18464501926252058,-0.23389549350290295 +5013,AR,Calhoun,3493.52796074734,-0.4031764154035922,0.6508062520021124,736.638804595498,0.137227795192902,0,0,4,0.777604976671851,2,0.384467512,194,15631,847.2,660,636,2174,2250,0.30358785648574055,0.2826666666666667,918,-0.3670653173873046,-0.408 +5015,AR,Carroll,1943.27117802682,-17.62660828297867,0.07080343868056621,504.316492704509,0.018374863102255667,5,0.180219146,23.5833333333333,0.853046854276689,15,0.540657439,926,83151,808,3691,3334,10172,10656,0.36285882815572157,0.31287537537537535,3439,-0.23889107353519468,-0.322728978978979 +5017,AR,Chicot,7115.72056623247,1082.6586032694695,0.6030271666298703,1664.79948287694,0.14108470193872372,3,0.268336315,15.5,1.41617176793056,5,0.447227191,469,33604,971.1,2649,2350,4361,4149,0.6074294886493924,0.5664015425403712,634,0.22448979591836737,0.15280790551940232 +5019,AR,Clark,9423.23963448559,348.1990735157883,0.4097951569682796,1734.8755652236,0.07544577365616874,2,0.088589653,16.5,0.728251754424681,19,0.841601701,734,67998,917,3808,3606,8406,8365,0.4530097549369498,0.4310818888224746,792,-0.06364501546514395,-0.09468021518230724 +5021,AR,Clay,1645.72828388202,-1.7830569967701528,0.10232719541640366,344.985868593518,0.021450343132097118,4,0.264585263,12,0.804289544235925,9,0.595316841,699,45597,1033.7,1738,1999,5110,5978,0.3401174168297456,0.33439277350284374,1780,-0.2909980430528376,-0.2977584476413517 +5023,AR,Cleburne,2341.79256165515,-33.96505980512517,0.09017299043724107,556.966224178713,0.021446523842075974,8,0.312085511,24.5833333333333,0.973057842516361,16,0.624171023,1095,76826,857.5,2618,2101,11643,11968,0.2248561367345186,0.17555147058823528,7353,-0.521600961951387,-0.6143883689839572 +5025,AR,Cleveland,1838.88684625122,-13.625853855653066,0.2116338872426309,438.642269507649,0.050482480090648985,1,0.118357202,8,0.970755976216479,1,0.118357202,307,25273,947.8,845,723,3266,3299,0.25872627066748316,0.21915732040012126,1737,-0.449479485609308,-0.5265231888451045 +5027,AR,Columbia,4236.87096050175,-3.838820802633596,0.17256724342219576,680.695213191503,0.027724633968373335,3,0.125349935,21.8333333333333,0.913490369998466,22,0.919232858,899,72521,981,3557,3140,9455,8837,0.37620306716023266,0.35532420504696166,2316,-0.2361713379164463,-0.26207989136584814 +5029,AR,Conway,3553.4350831012,-21.064006824086974,0.16703967861144173,853.52184707219,0.04012230748235745,4,0.18972632,23.4166666666667,1.11843466908662,7,0.33202106,788,63200,920.7,3003,2655,7724,7837,0.38878819264629727,0.33877759346688785,2189,-0.19523562920766446,-0.27931606482072224 +5031,AR,Craighead,15955.2023061865,-33.878054945677775,0.16543660303170266,3910.98965614635,0.040552343416799044,20,0.195087692,97.9166666666667,0.925182280594007,76,0.741333229,2705,308703,872.5,10351,10474,31207,34968,0.3316884032428622,0.2995309997712194,12324,-0.3106033902650046,-0.35243651338366505 +5033,AR,Crawford,10484.3762725612,-19.79033239959405,0.16924479034934461,2924.6848055537,0.04721193267827371,8,0.129665948,41,0.658454719193152,28,0.453830818,1867,184995,906.7,4872,4476,20562,22155,0.2369419317187044,0.202031144211239,12179,-0.4986382647602373,-0.5497178966373278 +5035,AR,Crittenden,6476.88070561365,5.812470781526532,0.12724216544759834,1753.97877929138,0.03445795409397234,9,0.181642044,67.5833333333333,1.37266849463458,34,0.686203278,1449,148259,1000.9,9092,8368,15513,15798,0.5860890865725521,0.5296873021901507,1415,0.18693998581834592,0.08956829978478292 +5037,AR,Cross,2383.09274329744,-19.138620780361162,0.13335717645760717,584.783641282859,0.03272432239971231,3,0.174145237,19.9166666666667,1.16902428048757,12,0.696580949,661,51950,1016.4,2279,1995,6680,6831,0.3411676646706587,0.2920509442248573,2582,-0.2977544910179641,-0.3779827258088127 +5039,AR,Dallas,3353.85447598974,119.72634718605181,0.41323983193565056,715.125862933992,0.08811309301798817,3,0.386847195,10,1.33886731824876,3,0.386847195,333,23283,975.9,1337,1165,3083,2741,0.43366850470321117,0.4250273622765414,342,-0.10606552059682128,-0.12477198102882153 +5041,AR,Desha,4559.47311700064,16.012426883077147,0.35051300099943417,1230.16161370581,0.09456961974983163,4,0.32615786,18.0833333333333,1.52267879196138,9,0.733855186,466,36630,1017.6,2353,2227,4240,4226,0.5549528301886792,0.5269758637008992,312,0.12877358490566038,0.07382867960246098 +5043,AR,Drew,3989.45432425787,13.157320838671726,0.21554132174930413,823.540137443042,0.04449403735712583,2,0.10739985,19,1.01871213339767,15,0.805498872,641,56215,959.8,2627,2364,6626,6552,0.396468457591307,0.3608058608058608,1603,-0.18955629338967706,-0.24465811965811962 +5045,AR,Faulkner,18908.5472588058,-34.091520845754324,0.16698205762079354,4521.17192474173,0.03992663109003003,10,0.082803392,69.5,0.568614135992866,79,0.654146794,2722,361839,868.6,13559,14525,41322,46364,0.3281302937902328,0.3132818566128893,14645,-0.31687720826678284,-0.31587007160728153 +5047,AR,Franklin,1180.16399126482,-37.67410610709087,0.06511249606978317,284.405321131201,0.015691328062411088,2,0.112327998,17.5833333333333,0.997579333560271,6,0.336983993,711,53392,1001.7,1725,1376,6539,6698,0.26380180455727176,0.20543445804717828,3658,-0.44441046031503284,-0.5461331740818154 +5049,AR,Fulton,2343.4208289342,1.0023583224279662,0.191377772881519,548.097223026825,0.044760900206355654,1,0.082474227,9.5,0.783634413923946,4,0.329896907,507,36585,842.3,1452,1067,4522,4744,0.32109685979655017,0.22491568296795952,2403,-0.33104820875718716,-0.5065345699831366 +5051,AR,Garland,27118.3923590728,-10.388475218155975,0.28241265057769727,5734.21607108568,0.05971648828507123,17,0.174677873,86.8333333333333,0.890808430022809,85,0.873389367,4130,291368,949.4,13317,12283,39241,40337,0.3393644402538162,0.3045095074001537,13770,-0.2985143090135317,-0.34137392468453287 +5053,AR,Grant,2119.12818204986,-0.06328228991164721,0.11869871629697304,541.511297459156,0.03033166960506111,2,0.110229277,11.1666666666667,0.617557054898057,6,0.330687831,557,54276,910.3,1467,1407,6478,6855,0.2264587835751775,0.20525164113785557,3753,-0.518987341772152,-0.5474835886214442 +5055,AR,Greene,9620.66066558663,3.603775206365457,0.22857354871909316,2630.46040424066,0.062496089433135185,5,0.114432187,39.1666666666667,0.878215764533537,28,0.64082025,1412,131007,982.7,3998,3056,13754,14422,0.29067907517813,0.21189848842046874,7642,-0.3684746255634724,-0.5298848980723894 +5057,AR,Hempstead,6581.43092097881,18.90329158660129,0.291097833649379,1703.05536532595,0.0753264348412557,3,0.134366462,18.25,0.830526986438518,11,0.492677028,715,66809,886.7,2466,2371,6919,6984,0.3564098858216505,0.33949026345933564,2020,-0.26275473334296867,-0.2892325315005727 +5059,AR,Hot Spring,5165.93250419011,-14.195635842760323,0.15690953145795067,1203.25993899339,0.03654770036124867,6,0.179812994,28.1666666666667,0.843970356165478,14,0.419563654,1217,100172,992.3,3824,3137,11239,11815,0.34024379393184445,0.2655099449851883,5016,-0.2903283210250023,-0.42454506982649176 +5061,AR,Howard,5676.68563191416,179.93521304037918,0.4116821837634463,1360.24891415946,0.09864739387623903,1,0.074074074,17.75,1.32690438812888,9,0.666666667,499,40267,985.7,1460,1350,4419,4634,0.33039149128762163,0.29132498921018557,1805,-0.31726634985290786,-0.3895123003884333 +5063,AR,Independence,5563.27590662558,-18.745310953504166,0.15180713036880455,1369.3282429036,0.03736535713437935,6,0.162342055,30.0833333333333,0.809388004017793,21,0.568197191,1286,110992,922.5,3279,2878,12390,13443,0.26464891041162225,0.2140891170125716,7047,-0.43946731234866826,-0.5242133452354385 +5065,AR,Izard,150.823051491608,-81.38559714423039,0.011012197100730724,34.6151934266309,0.0025273943798649902,4,0.296603886,16.4166666666667,1.22211469267227,3,0.222452914,568,40307,836.8,1563,1111,5313,5396,0.2941840767927724,0.20589325426241661,2931,-0.37794089968003014,-0.543180133432172 +5067,AR,Jackson,3107.86497962899,25.189004624666893,0.1726879468594205,748.868328657142,0.041610731158367616,3,0.171096156,21.3333333333333,1.23879759208718,9,0.513288468,673,52496,1041.9,2093,1583,5338,5093,0.3920944173847883,0.3108187708619674,1679,-0.1820906706631698,-0.32966817200078535 +5069,AR,Jefferson,14581.3812859626,10.58073418458958,0.18830478835103764,2875.52777763636,0.03713472948455298,17,0.235141154,85.25,1.21757883912249,56,0.774582624,2585,217101,1023.7,17456,15721,27364,25683,0.6379184329776348,0.6121169645290659,6490,0.2901988013448326,0.2526963360978079 +5071,AR,Johnson,1502.74542260782,-35.19661680981346,0.058838896734840246,329.99250149393,0.012920614780498434,2,0.076908287,22.6666666666667,0.865933170334149,11,0.422995578,770,78059,857.7,2785,2421,8064,8997,0.3453621031746032,0.26908969656552184,3651,-0.28025793650793646,-0.4058019339779927 +5073,AR,Lafayette,1615.93852923618,0.1389394691224371,0.21137194627026554,419.372493380728,0.054855787230965077,2,0.281254395,8.25,1.20490725865342,3,0.421881592,291,21369,938.8,1173,1028,2928,2835,0.40061475409836067,0.36261022927689596,722,-0.18408469945355188,-0.25467372134038796 +5075,AR,Lawrence,5222.80588743685,18.788172570611888,0.29990272107016075,1264.43815867163,0.07260626808335514,4,0.236253027,17.8333333333333,1.06563091325565,6,0.35437954,702,50822,994.8,1786,1263,5537,5629,0.32255734152067905,0.22437377864629596,2801,-0.3158750225754019,-0.4976017054538995 +5077,AR,Lee,4722.32758468425,44.16961670451512,0.45302451886840456,742.697477818685,0.07124879871629748,1,0.101419878,13,1.39634801288937,3,0.304259635,372,29406,988,2107,1735,3424,3004,0.6153621495327103,0.5775632490013316,506,0.24153037383177572,0.1684420772303596 +5079,AR,Lincoln,4694.28736413289,-3.2637822148755316,0.33212730749489805,353.017130104906,0.024976448995677514,1,0.071581961,9.58333333333333,0.699258178280433,5,0.357909807,386,41831,879.6,1424,1252,3725,3814,0.38228187919463086,0.3282642894598846,1203,-0.20805369127516782,-0.31541688515993704 +5081,AR,Little River,1914.88805626529,121.84093979894001,0.14538668713577482,499.260723673611,0.037906060562873815,2,0.159591446,12.8333333333333,1.03070703825663,6,0.478774338,489,37737,982.3,1552,1397,5051,5192,0.3072658879429816,0.2690677966101695,2207,-0.36289843595327653,-0.42507704160246534 +5083,AR,Logan,2069.944574439,-32.65718497359833,0.0926025399024292,520.500921766383,0.023285506275058522,2,0.091082977,16,0.734214390602056,13,0.592039348,890,65711,1006.9,2009,1712,7330,7839,0.2740791268758527,0.21839520346983032,4025,-0.41869031377899046,-0.5134583492792448 +5085,AR,Lonoke,12276.4894294997,-5.690390670302669,0.179596369440864,3506.33575930244,0.051295215625584284,8,0.111798985,52.5,0.726864927728859,38,0.531045181,1898,213916,929.4,5612,5638,24083,26766,0.23302744674666778,0.21064036464170963,14264,-0.50869908234024,-0.5329148920271987 +5087,AR,Madison,3813.49854006133,-7.071179516048886,0.2426352700936139,813.980162763392,0.051789792120849526,4,0.254129606,9.33333333333333,0.580720092915215,3,0.190597205,531,47190,900,2099,1587,6567,6782,0.31962844525658596,0.2340017693895606,3330,-0.3293741434444952,-0.49100560306694185 +5089,AR,Marion,2255.37670432853,0,0.13543365785915631,361.45541711119,0.02170512322771813,3,0.183295656,11.0833333333333,0.678917815211843,5,0.30549276,766,49026,940,2024,1377,7029,6718,0.28794992175273865,0.20497171777314677,3700,-0.3908095034855598,-0.550759154510271 +5091,AR,Miller,14528.874643974,32.39100634776443,0.33428914095011736,3596.01928572121,0.08273938810273826,7,0.161186331,44.9166666666667,1.02579913368504,24,0.552638851,1368,130875,924.1,4518,4273,15329,16015,0.2947354687194207,0.26681236340930375,7020,-0.3981994911605454,-0.438339057133937 +5093,AR,Mississippi,5862.95884835965,-2.3156499133007213,0.12613939002494945,1642.54984444765,0.0353388520750355,11,0.248671866,56.3333333333333,1.3151239251391,32,0.723409065,1479,132731,1069.2,6445,5621,13349,12995,0.48280770095138215,0.43255098114659485,1367,-0.011536444677503921,-0.10519430550211617 +5095,AR,Monroe,1020.24764516173,0,0.12519912199800343,220.535960258738,0.027062947632683517,3,0.395673965,14.25,1.98772492676803,5,0.659456608,360,22660,1052.6,1583,1298,3230,2766,0.49009287925696593,0.4692697035430224,102,-6.191950464396467e-4,-0.03687635574837317 +5097,AR,Montgomery,2108.83295467537,-5.629111180084161,0.2222865979419595,426.996980109772,0.045008641310189945,1,0.110107906,8,0.901002365131208,4,0.440431623,387,27275,853.5,920,735,3403,3445,0.27034969144872173,0.21335268505079827,1838,-0.4255069056714664,-0.5335268505079825 +5099,AR,Nevada,2631.89242537197,10.875461724567833,0.2925300017085662,576.699883875561,0.06409913125214638,1,0.114639459,8,0.952607763753275,3,0.343918377,360,26049,995.9,1314,1156,3384,3233,0.3882978723404255,0.3575626353232292,845,-0.20153664302600477,-0.2613671512527065 +5101,AR,Newton,3653.07497206561,24.264804269158606,0.4385444144136387,736.207251864219,0.08838022231263133,4,0.506072874,7.83333333333333,0.987063172043011,1,0.126518219,301,23899,825.6,993,699,3661,3731,0.2712373668396613,0.18734923612972393,2176,-0.4138213602840754,-0.5832216563923882 +5103,AR,Ouachita,6756.87134966328,-8.05357851845479,0.25868573314177945,1499.48489834315,0.05740753822140696,4,0.161108426,33,1.36940824964727,16,0.644433704,1051,74107,1049,4626,4320,10303,9881,0.4489954382218771,0.4372027122760854,1027,-0.0863826070076677,-0.10393684849711571 +5105,AR,Perry,1490.74658645795,34.60438432734524,0.14272346447658688,328.640382616402,0.031463894936946096,1,0.09760859,5.33333333333333,0.526385050664561,1,0.09760859,393,30768,966,1187,1035,3937,4213,0.301498602997206,0.24566816995015428,1944,-0.35382270764541535,-0.4614289105150724 +5107,AR,Phillips,10960.597088673,36.297920081645465,0.503773364373443,3004.63376387953,0.1380996352382925,7,0.351229303,31.25,1.64690382081686,7,0.351229303,797,59802,1142,5179,4292,7900,6894,0.6555696202531646,0.622570351029881,1849,0.32759493670886075,0.2682042355671598 +5109,AR,Pike,2603.40194713087,18.282491911309933,0.23057319521130726,564.904429380734,0.05003139043315331,4,0.362844702,17,1.56942392909897,5,0.453555878,450,32935,1071.1,850,684,3787,3956,0.22445207288090838,0.17290192113245703,2466,-0.5273303406390282,-0.6233569261880687 +5111,AR,Poinsett,8364.12753593656,199.05724113552864,0.34024030980501,2216.30859174698,0.09015614822222591,5,0.206219583,28,1.16554968155518,17,0.701146581,1016,72340,1174.5,2387,1878,7550,5283,0.316158940397351,0.35547984099943214,1271,-0.3417218543046358,-0.24058300208215028 +5113,AR,Polk,7939.58793966146,4.298474153605306,0.38426037845617367,1977.98396492319,0.09573051809714403,4,0.197775031,16.5,0.817924949189511,8,0.395550062,846,60823,953.4,1556,1210,7721,8121,0.20152829944307732,0.14899642901120552,5396,-0.5690972671933687,-0.6644501908631941 +5115,AR,Pope,8394.67528015649,-3.99868708261936,0.13593735272462498,1765.66177940378,0.02859186092243061,7,0.110757741,39.4166666666667,0.618019515305456,52,0.822771792,1764,188920,865.1,5108,4818,20390,21545,0.2505149583128985,0.22362497099094916,10876,-0.47204512015693967,-0.5048038988164307 +5117,AR,Prairie,3227.06354427812,503.06979291880134,0.37028841586668043,712.824695578467,0.08179285089827504,2,0.240847784,8.08333333333333,0.979679230800307,1,0.120423892,324,24972,829.4,877,812,3134,3404,0.27983407785577535,0.23854289071680376,1691,-0.4058710912571793,-0.4967685076380728 +5119,AR,Pulaski,101839.261929696,-12.941584121976254,0.2660739231287845,26363.7844407866,0.06888026701847325,63,0.16042699,337.583333333333,0.858444585717313,344,0.875982297,10797,1176506,860.7,87055,89377,159055,157728,0.5473263965295023,0.5666527186041793,28195,0.11441954041054975,0.17875710083181168 +5121,AR,Randolph,5762.67470571779,4.584227450144287,0.320700913001157,1448.43607309732,0.08060749474635873,5,0.284559786,13.4166666666667,0.768951551276173,8,0.455295658,710,52643,953,2040,1425,5948,6313,0.3429724277067922,0.22572469507365753,3083,-0.2789172831203766,-0.4883573578330429 +5123,AR,St. Francis,7660.23656650706,-10.370532698619245,0.27108204991531815,1880.60099550257,0.066551100414133,8,0.297408826,36.5,1.39334249503741,10,0.371761032,839,80866,973.3,4652,4031,8021,7412,0.5799775589078668,0.5438478143550999,836,0.17017828200972446,0.112790070156503 +5125,AR,Saline,23913.2982531669,-0.43945810881247965,0.22324257597385036,5965.99363082281,0.055695528583644294,12,0.103699479,79.1666666666667,0.666930630790011,64,0.553063888,3261,347494,804.7,12868,13247,47059,51971,0.2734439745850953,0.2548921513921225,22605,-0.4269958987653797,-0.43495410902233944 +5127,AR,Scott,1942.85760207044,-3.059354162040787,0.17295981501561827,442.055898530618,0.039353324893672034,2,0.187038249,12.8333333333333,1.24874314813013,4,0.374076499,356,32101,848.5,895,507,3637,3017,0.24608193566125927,0.16804772953264832,1871,-0.4770415177343965,-0.6201524693404044 +5129,AR,Searcy,2757.11254790789,1.1517739747127942,0.33643838290517264,551.669635617162,0.06731783229007468,3,0.378357927,9,1.12965984686833,4,0.504477235,350,23766,905.2,814,601,3694,3698,0.22035733622089876,0.16252028123309897,2354,-0.510286951813752,-0.6365603028664142 +5131,AR,Sebastian,12919.2474935847,-28.175007310889367,0.10274245684553299,3103.4588420021,0.024680770788284928,19,0.149870638,118,0.923368259607334,96,0.757241118,3784,381995,891.8,13083,12184,43340,43557,0.30186894323950164,0.27972541726932526,16585,-0.37090447623442546,-0.38076543379938926 +5133,AR,Sevier,4001.66488564692,-30.869768532037362,0.23459168048111853,1150.66905452845,0.0674562700509116,4,0.229542064,21.6666666666667,1.28129312044155,7,0.401698611,487,51995,905.5,1042,1075,4328,4517,0.24075785582255083,0.23798981624972326,2206,-0.4835951940850277,-0.48837724153199025 +5135,AR,Sharp,3878.3965115348,8.64218790356768,0.224652253911886,724.338726785556,0.041956599095548885,3,0.177451792,13.4166666666667,0.781993744050048,9,0.532355377,769,50933,921.8,2092,1472,7282,7190,0.2872837132655864,0.20472878998609179,3933,-0.38835484756934907,-0.5470097357440891 +5137,AR,Stone,3115.9136263907,2.6511543505892234,0.2514050045498386,696.222300039008,0.056174140716395676,2,0.160076837,9.41666666666667,0.750990243772762,10,0.800384184,519,37396,883.4,1356,1189,5351,5527,0.2534105774621566,0.2151257463361679,2892,-0.451691272659316,-0.5232495024425547 +5139,AR,Union,10943.8414857132,21.127779872182508,0.26282671259427937,2708.40933677311,0.06504501397183195,6,0.149153554,37.1666666666667,0.931798998838385,27,0.671190991,1614,120939,1053.5,6182,5667,17160,16338,0.36025641025641025,0.34686008079324276,4534,-0.263053613053613,-0.2775125474354266 +5141,AR,Van Buren,1774.93122955086,-20.17069569742489,0.10262684183584042,364.645501399907,0.021083868250934203,1,0.0593437,15.3333333333333,0.922139363322909,6,0.356061955,699,50645,823.6,1826,1547,6421,7111,0.2843793801588538,0.21755027422303475,3835,-0.39495405700046715,-0.5393053016453382 +5143,AR,Washington,29544.0737156694,-26.946144597548727,0.14549072324462314,8013.15657613571,0.03946104240580952,33,0.149461937,172.5,0.756416384198133,157,0.711076488,4456,662639,778.3,28136,32296,70231,78153,0.40062080847489,0.4132406945350786,8122,-0.1628055986672552,-0.10392435351170137 +5145,AR,White,9451.94007150395,-14.261308682808757,0.12263142964741229,2356.83539672166,0.03057807095232835,12,0.152687296,76.0833333333333,0.959884603577121,60,0.763436482,2484,236489,951.2,5765,5157,26508,27451,0.2174815150143353,0.1878620086699938,15881,-0.5371963180926512,-0.578521729627336 +5147,AR,Woodruff,381.780216009752,-1.3125146786958444,0.0525868066129135,71.9129000247099,0.00990535813012533,2,0.289435601,9.58333333333333,1.44305576469407,4,0.578871201,291,20662,960,1340,1117,2685,2550,0.49906890130353815,0.4380392156862745,227,0.042085661080074444,-0.08901960784313728 +5149,AR,Yell,2856.00284025208,70.96848163259318,0.12873576020969485,602.400974157855,0.027153525993141983,2,0.091112022,21.6666666666667,1.00532046523138,9,0.4100041,777,65426,958.5,1720,1472,5971,6389,0.2880589515993971,0.23039599311316325,3128,-0.3887121085245352,-0.4895914853654719 +6001,CA,Alameda,107964.398427475,-32.700975623053665,0.07148677186245052,25674.4484533376,0.016999895021050926,377,0.234027615,888.416666666667,0.539184627012295,1236,0.767262951,28826,4834910,577,438091,486351,558386,613195,0.7845665901365722,0.7931424750691053,395162,0.5977245131504013,0.6444312168233597 +6003,CA,Alpine,575.162591718659,-11.865434519419011,0.48950007805843315,104.035195383321,0.08854059181559233,0,0,NA,NA,2,1.792114695,25,3361,593.2,389,318,647,575,0.6012364760432767,0.5530434782608695,107,0.23647604327666155,0.18608695652173907 +6005,CA,Amador,5337.85448752287,12.130219515302535,0.140134270235039,473.810677969839,0.01243891412590478,12,0.326601709,34.0833333333333,0.911733497400779,14,0.381035327,1280,110336,679.6,6001,5904,15303,17186,0.3921453309808534,0.34353543581985335,4335,-0.1896360190812259,-0.2522401955079716 +6007,CA,Butte,46598.3440656602,-4.412114971885652,0.21181065484391,9961.29854383338,0.04527862974469718,46,0.205136438,204.666666666667,0.902155770270588,149,0.66446368,6794,671598,767.8,32567,38676,70163,87847,0.46416202271852686,0.4402654615410885,3517,-0.03912318458446756,-0.040035516295377216 +6009,CA,Calaveras,4578.26192993363,17.169095887186987,0.10044894312900149,1021.71118202138,0.022416762078664706,12,0.268913589,37.9166666666667,0.839402861718064,29,0.649874507,1445,133977,687.8,7404,7738,18469,22334,0.40088797444366236,0.3464672696337423,5334,-0.16963560560939955,-0.2388286916808453 +6011,CA,Colusa,1770.98331197088,0,0.08268281955137402,405.733320534148,0.018942682689861712,9,0.420187684,23.4166666666667,1.08470755357915,9,0.420187684,419,64222,631.8,2248,2659,5865,6594,0.38329070758738276,0.4032453745829542,892,-0.21705029838022166,-0.13527449196239005 +6013,CA,Contra Costa,200374.382313247,-2.7411927162535927,0.19101011159242823,47000.969602573,0.04480443230864183,196,0.176363828,522.083333333333,0.45993385174816,644,0.579481148,22368,3334414,591.6,230826,286658,351257,415972,0.6571427758023327,0.6891281143923149,180839,0.33673065590151935,0.4347383958535671 +6015,CA,Del Norte,9166.13931439813,18.189599982201695,0.32038235981818,2128.02469971841,0.07438045088145438,7,0.257239453,25.9166666666667,0.941055434519487,10,0.367484933,858,82269,886.3,3396,3485,7940,9361,0.42770780856423174,0.3722892853327636,1649,-0.10831234256926947,-0.17615639354769785 +6017,CA,El Dorado,52705.456072138,4.231673868415921,0.2910970853104419,12951.4718634919,0.07153217125723194,33,0.18024218,107.166666666667,0.577328843995511,108,0.589883498,4377,548982,611.3,34033,35243,85923,89228,0.39608719434842826,0.3949769130766127,12390,-0.18188377966318675,-0.13885775765454794 +6019,CA,Fresno,85484.3748392296,-24.77064241079696,0.09187422735152839,25088.6154283525,0.02696395876011876,250,0.258806138,941.416666666667,0.960712578812108,599,0.620099506,19581,2895061,732.7,85862,123660,180244,250264,0.47636537138545526,0.4941182111690055,9711,-0.02929917223319506,0.03880302400664898 +6021,CA,Glenn,2537.77965653726,-30.104675082324345,0.09024179135684732,598.171545305328,0.021270590473839987,9,0.321945985,32.75,1.16610290190493,14,0.500804865,776,83990,801.5,3276,3065,9142,9379,0.35834609494640124,0.326793901268792,2723,-0.2550864143513454,-0.29032945943064287 +6023,CA,Humboldt,21098.8799221068,-4.00157024917677,0.15672567036915536,4323.98220569106,0.032119193642178974,45,0.333805606,129.833333333333,0.950143680263845,92,0.682447018,3896,405198,824.7,27757,19596,46269,33636,0.599904903931358,0.5825900820549411,8713,0.2616006397371891,0.2590379355452491 +6025,CA,Imperial,30616.0196653308,8.640535541518062,0.17542182151477587,6814.6387849367,0.03904610598263144,34,0.189847619,113.166666666667,0.625634618326027,101,0.563959105,3126,537102,596.3,17464,28467,27453,41751,0.6361417695698102,0.6818279801681397,17172,0.288456634976141,0.41129553783142925 +6027,CA,Inyo,7627.65105576419,-0.017226039285812508,0.41128281331630484,1499.27802871292,0.08084104543906612,4,0.217273221,15.25,0.84049823633157,14,0.760456274,588,55059,667.5,2775,3155,6501,7996,0.42685740655283805,0.39457228614307155,1093,-0.1178280264574681,-0.1366933466733366 +6029,CA,Kern,122097.200406201,-4.660261365578148,0.14541768992116894,33085.1531603931,0.0394043968843374,185,0.211527929,721.083333333333,0.814978654020323,550,0.628866816,17267,2622153,815.4,64690,86481,168116,217725,0.3847938328297128,0.3972028935583879,32683,-0.20908182445454326,-0.15011137903318406 +6031,CA,Kings,29477.3466209067,-9.947412905611992,0.1926850650462584,5994.81787637251,0.039186426353247504,31,0.206296708,121.25,0.809493607504089,87,0.578961729,2384,451821,688.1,12282,12902,30139,32250,0.40751186170742226,0.400062015503876,4544,-0.162646404990212,-0.14089922480620154 +6033,CA,Lake,12117.2286158185,6.4543679574997235,0.18738465345733396,2511.90143369576,0.038844837759155024,22,0.342764552,61.6666666666667,0.961798407053882,33,0.514146828,2516,192550,932.5,9159,6240,16274,13045,0.5627995575765024,0.47834419317746263,488,0.16498709598131983,0.03740896895362206 +6035,CA,Lassen,17122.0068345117,1.579247663968169,0.4906722119074853,1855.12625955045,0.053163096705844674,7,0.220479385,24.0833333333333,0.780153331173739,13,0.409461715,692,95253,719.2,3044,2224,10603,10422,0.2870885598415543,0.2133947418921512,5350,-0.3977176270866735,-0.5133371713682594 +6037,CA,Los Angeles,622625.436180995,1.4942133843987428,0.06341282047510771,151114.773445374,0.015390656151803033,2076,0.205205153,6415.66666666666,0.632838869399345,7798,0.770804328,181077,30324903,587,1672164,1893770,2427869,2652072,0.6887373247897642,0.7140718653188903,1273485,0.40058339226704576,0.48018492710605143 +6039,CA,Madera,31476.8511905402,5.253996704547749,0.20864250283723995,9014.22256611808,0.05975025729041248,38,0.245878303,138.25,0.893682488994615,78,0.50469757,3174,461685,713.1,12698,13283,32372,34263,0.39225256394414926,0.3876776697895689,5938,-0.19436550105029043,-0.1733064822111316 +6041,CA,Marin,30188.5746861837,-27.07343202052666,0.11960181564913969,6314.68329870323,0.0250176629942008,71,0.272291467,109.666666666667,0.420741400058571,185,0.70949185,5728,780323,485.2,73450,86650,99286,109941,0.7397820437926798,0.7881500077314196,69119,0.504633080192575,0.6286917528492556 +6043,CA,Mariposa,3193.81686069276,1.205389749424965,0.17499407488317137,459.776855919559,0.02519187200260583,10,0.565546884,11,0.631820792647903,8,0.452437507,547,52901,640.9,3080,3122,7805,8877,0.39461883408071746,0.3516953925875859,2063,-0.17347853939782193,-0.23239833277007999 +6045,CA,Mendocino,15254.5987178115,-3.5274823139237124,0.17366148743538326,3407.39991753056,0.03879054106317733,47,0.534887162,96.75,1.10409914639156,52,0.591790051,2582,262705,735.4,11869,6905,17928,11435,0.6620370370370371,0.6038478355924792,3334,0.37594823739402056,0.29156099693922166 +6047,CA,Merced,40077.4815443969,9.519686783825524,0.1566793522277658,13121.6407967176,0.05129788851421892,64,0.240282632,235.166666666667,0.875292798157853,129,0.484319681,4948,797854,727.6,26128,21856,50538,42523,0.5169971110847283,0.5139806692848576,3370,0.05391982270766554,0.07925122874679591 +6049,CA,Modoc,2570.68978339541,-25.76779561330243,0.2654026206272362,492.913104597366,0.05088923235570577,5,0.554139421,10.5833333333333,1.20333522834944,3,0.332483653,333,27090,820.5,1113,798,3986,3359,0.2792272955343703,0.23757070556713308,1615,-0.4179628700451581,-0.48079785650491214 +6051,CA,Mono,7067.90401270645,3.7431639613635803,0.4976696248913146,1420.34870230644,0.10001047051869032,5,0.357219404,10.75,0.768900650883342,17,1.214545974,161,42003,430.3,2574,2696,4917,5154,0.5234899328859061,0.5230888630190144,616,0.07565588773642468,0.11951882033372141 +6053,CA,Monterey,51148.1335548715,3.451289210615778,0.12323158880556524,12911.6904161808,0.031108234329696404,113,0.261971883,276.916666666667,0.636250704605054,252,0.584220483,7464,1294300,576.6,51712,64733,78522,96676,0.6585670258016861,0.6695870743514419,38355,0.3390769465882173,0.3967375563738674 +6055,CA,Napa,13839.7753825313,-28.30052360840975,0.10140218181274947,2582.58622417575,0.01892226359262441,42,0.296469891,61.5,0.432592884374604,79,0.557645747,3600,424420,626.8,19964,26161,32332,40393,0.6174687615984165,0.6476617235659644,14215,0.2572374118520352,0.35191741143267397 +6057,CA,Nevada,26699.8368990941,12.942061250309884,0.2703397685299715,5157.40197301588,0.05221945215884208,27,0.273022357,59.5,0.600361225745911,62,0.626940228,2923,295782,600.2,14261,16199,30864,33258,0.46205935717988594,0.48707077996271575,1513,-0.04649429756350437,0.045492813759095585 +6059,CA,Orange,195971.138584192,-11.159159527857915,0.06510167275618357,46413.8642619168,0.01541870004103232,529,0.168175958,1395.66666666667,0.439922013920322,2790,0.886977172,56649,9434917,558.9,457077,556544,1021315,1092116,0.4475377332164905,0.5096015441583128,83875,-0.08275115904495678,0.07680044976907213 +6061,CA,Placer,54218.6896993893,2.2871673063441116,0.1556076643344736,12872.367969155,0.036943701982467166,66,0.177565417,214.5,0.563686007184697,311,0.836709767,9057,1113354,603.8,49126,61969,126325,150532,0.38888581040965764,0.41166662237929474,17008,-0.2005462101721749,-0.11298594318815935 +6063,CA,Plumas,1622.47958187118,5.517318308035405,0.08109559563508671,294.254468504883,0.014707575773723346,10,0.537461034,24.25,1.3018736243088,10,0.537461034,715,55820,831.9,3670,3224,9128,8830,0.4020595968448729,0.365118912797282,1855,-0.17199824715162138,-0.21007927519818798 +6065,CA,Riverside,437849.237235762,0.891339273092325,0.19996393803174223,117685.100395507,0.05374629923147539,367,0.157560026,1202.58333333333,0.503648985938313,1426,0.612208713,46307,6985171,644.5,287754,339145,589721,683612,0.4879493862351858,0.49610744106305915,29631,-0.00419350845569344,0.04334476281867489 +6067,CA,Sacramento,193704.687849156,1.8180285577345614,0.1365282817793469,47501.7391327512,0.033480505285321836,267,0.180158783,978.416666666666,0.646049857154805,1009,0.680824763,32954,4445147,709.3,221063,273768,388090,467526,0.5696178721430596,0.5855674336828326,110744,0.16329975005797626,0.2368723878458096 +6069,CA,San Benito,9765.67326335152,0.02851338091562399,0.17669350383309848,2613.35741610601,0.04728432604364128,9,0.154461359,26.9166666666667,0.453035760370732,27,0.463384077,941,174705,575.6,8617,10050,14972,17572,0.5755410098851189,0.5719326200773959,3579,0.17131979695431476,0.20367630320965174 +6071,CA,San Bernardino,433153.412546069,-4.607306347500536,0.21282983699277666,121641.672866291,0.05976861005315963,324,0.153364142,1407.83333333333,0.657836533189789,1434,0.678778332,39440,6330118,739,274203,312517,531692,598783,0.5157177463644366,0.521920294998355,58555,0.05404444678498077,0.09779001741866422 +6073,CA,San Diego,424210.884922634,-7.116638730115536,0.13704943084031695,92733.313596107,0.029959268609057278,623,0.190903377,1652.08333333333,0.497953080035088,2632,0.806513145,61526,9788866,596.8,478386,567243,928256,1011651,0.5153599869001655,0.5607101658575931,180436,0.050998862382791,0.17835795150699202 +6075,CA,San Francisco,4473.70211213036,-83.23977567636527,0.0055557720567664835,933.065493237344,0.0011587493008095077,363,0.425821936,479.833333333333,0.550970830123005,924,1.083910383,16798,2558068,538.2,267857,312443,321023,365295,0.8343856982209997,0.8553169356273697,277950,0.7015167137557122,0.7608918819036669 +6077,CA,San Joaquin,86687.3016380355,11.167190973403642,0.12649429836895562,25128.9761368459,0.03666825642391268,158,0.220794665,529.333333333333,0.721448603374544,442,0.617666089,15668,2145874,761.8,80005,89791,149587,166647,0.5348392574221021,0.5388095795303846,21475,0.08866412188224909,0.12886520609431912 +6079,CA,San Luis Obispo,42276.1008767946,-8.061597948702625,0.15678894542215868,8171.06244542081,0.030303936200969484,73,0.261570931,146.583333333333,0.518169210085064,222,0.795462282,6846,836825,606,57655,63001,117597,124575,0.4902761124858627,0.5057274734095926,10329,0.009821679124467464,0.08291390728476816 +6081,CA,San Mateo,69488.5473081618,-15.92128452864681,0.09671995349461798,15669.8168872662,0.02181055755683575,174,0.229375637,269.5,0.352381089360968,552,0.727674434,13993,2273577,506.4,151036,219580,211814,287499,0.713059571133164,0.763759178292794,165849,0.44752471508021185,0.5768680934542381 +6083,CA,Santa Barbara,57597.5672923975,-1.4812473953270706,0.13587696786326212,13064.0925207619,0.03081917107010439,133,0.301814518,232.5,0.521101822175404,326,0.739785961,9062,1322245,586.1,84279,100120,147249,164224,0.5723570278915306,0.6096551052221356,46380,0.1710232327554007,0.28241913484021824 +6085,CA,Santa Clara,132928.161095634,-21.844244968206347,0.07460991663624565,31894.8316036411,0.017901930692945666,350,0.184735077,770,0.40116661335145,1434,0.756886,29252,5685224,505.4,343239,483472,491687,659148,0.6980843504099152,0.7334801895780614,346020,0.42077988639113906,0.5249503905041053 +6087,CA,Santa Cruz,36861.5907447915,-13.02214348099776,0.14048826041722184,6624.49281561026,0.025247512465071002,71,0.26121764200000003,156.666666666667,0.570375197659277,178,0.654883666,5254,814824,600,61106,85185,81294,113509,0.751666789676975,0.7504691257961924,65027,0.5409255295593771,0.5728796835493222 +6089,CA,Shasta,41275.1351798199,1.016352078467764,0.2328994271613724,9305.21632460443,0.05250569240225264,37,0.205779627,162.833333333333,0.906487929885896,125,0.695201442,6596,538321,889.4,18184,20471,54121,72554,0.33598787901184385,0.2821484687267415,27116,-0.3025997302341051,-0.3737354246492267 +6091,CA,Sierra,2863.07672806322,0.2820861637342665,0.8836656568096357,511.058856353964,0.15773421492406298,1,0.333000333,2.41666666666667,0.820042981563172,1,0.333000333,101,8981,668.5,652,601,1779,1804,0.36649803260258573,0.33314855875831484,447,-0.2270938729623384,-0.2477827050997783 +6093,CA,Siskiyou,8889.7168331794,1.1458248649150389,0.1979892390463118,1744.64588786994,0.03885625585456436,19,0.435500138,54.0833333333333,1.24035807933705,28,0.641789676,1697,130654,856.9,7110,7106,17505,19836,0.40616966580976865,0.35823754789272033,4106,-0.15618394744358755,-0.20699737850373057 +6095,CA,Solano,72338.6456313888,-21.812697095615633,0.1750083359898506,18032.3663928162,0.0436255670647601,69,0.160044163,240.166666666667,0.545576664311714,280,0.649454574,9249,1291653,681.5,87225,97159,138565,156067,0.6294879659365641,0.6225467267263419,47564,0.28045321690181507,0.30476654257466346 +6097,CA,Sonoma,74693.7338402341,-5.979495672130968,0.15436480650129597,15172.551658287,0.031356151051064526,139,0.277837743,312.666666666667,0.621517217617164,295,0.589655641,12024,1496866,615.9,124504,116027,175738,164060,0.7084637357885033,0.7072229672071193,78606,0.4486110004666037,0.47912958673655975 +6099,CA,Stanislaus,60419.5866110182,-12.420224670777657,0.11744432749156522,17730.0919197647,0.034463968369831066,134,0.25188112,460.416666666667,0.85016741758377,337,0.633462219,12151,1596458,781.7,70609,73939,143620,156141,0.4916376549227127,0.4735399414631647,979,0.00738058766188554,0.006269973933816231 +6101,CA,Sutter,31556.8592027256,-5.5555688784989865,0.3330996253071725,9007.93196592238,0.0950835678343454,23,0.239965779,88.4166666666667,0.914803433659938,64,0.667730863,2276,287099,711.8,8004,11831,20988,30429,0.38136077758719267,0.38880673042163727,4949,-0.21783876500857635,-0.1626409017713365 +6103,CA,Tehama,12744.2666960487,27.85812528858067,0.2008141231276287,3096.80039313717,0.048796942992565276,10,0.15856153,64.6666666666667,1.0219777904208,34,0.539109201,1823,189253,751.1,6032,6571,17356,22875,0.34754551740032263,0.2872568306010929,8410,-0.274199124222171,-0.3676502732240437 +6105,CA,Trinity,2390.24902677505,3.101686111317791,0.17338234634956115,343.210406893977,0.024895575721309807,10,0.759301443,22.3333333333333,1.74724873520054,10,0.759301443,494,39633,838.7,2367,1876,5030,4716,0.4705765407554672,0.3977947413061917,533,-0.010934393638171003,-0.11301950805767597 +6107,CA,Tulare,59680.2696233089,-5.609627130253323,0.13496857522249792,19986.7268576526,0.045200533850889804,122,0.266260438,469.25,1.01914051216562,228,0.497601474,8819,1371331,759.5,29191,39099,72832,94571,0.4007990992970123,0.41343540831756037,11389,-0.1784243189806678,-0.12042803819352649 +6109,CA,Tuolumne,16108.1297194684,3.888734168214631,0.2909442738095981,3319.13219225366,0.0599500079879646,14,0.260073192,40.0833333333333,0.744987981067083,29,0.538723041,1981,161521,749.7,9628,8580,23730,23472,0.40573114201432786,0.36554192229038857,4906,-0.15937631689844084,-0.2090149965916837 +6111,CA,Ventura,130817.223327523,2.7764940200904706,0.15889027487255591,32946.1300727715,0.04001628784111546,173,0.204448709,449,0.528398165081472,604,0.713797806,16513,2537619,595.4,138119,170489,267907,307881,0.5155483059419873,0.5537496630191535,51725,0.05300346762122676,0.16800322202409373 +6113,CA,Yolo,12376.451543734,-34.43034528645247,0.061620677940811254,3069.31370185834,0.0152816977025444,40,0.192687509,152.916666666667,0.708597078185868,144,0.693675033,3784,629224,644.2,38856,34460,59613,50623,0.6518041366815963,0.6807182505975544,21282,0.3317397212017513,0.42040179365110714 +6115,CA,Yuba,14994.418506338,0.04244577709393926,0.20780844718090222,4905.10311289466,0.06798008610483902,12,0.162236703,69.6666666666667,0.925495405734529,29,0.392072033,1769,221667,906.1,5817,7234,15009,21058,0.38756745952428545,0.34352740051286923,5079,-0.19514957692051432,-0.24119099629594454 +8001,CO,Adams,66895.7142511163,1.7489174002327492,0.15148383106798707,19349.7612141322,0.04381709638324966,66,0.13729463,233.166666666667,0.468030411605816,316,0.657350047,8299,1443096,742.4,90843,86471,161495,175125,0.5625127712932289,0.4937673090649536,12664,0.1505433604755565,0.07231406138472518 +8003,CO,Alamosa,915.1862387662,-10.619806207200176,0.05925453148372936,259.785746147883,0.016820054784582907,4,0.247264635,11.6666666666667,0.700532404627517,14,0.865426222,399,49080,842,3782,3168,6671,6897,0.5669314945285564,0.45933014354066987,137,0.16324389147054413,0.01986370885892419 +8005,CO,Arapahoe,69481.6733981126,-28.561289734741756,0.12147081990498756,18845.3168869791,0.03294618539934074,94,0.151901762,305.916666666667,0.480194683560729,457,0.738501117,10728,1859133,611.2,135433,148365,254746,281658,0.5316393584197593,0.5267558528428093,38727,0.08322407417584576,0.1374965383550263 +8007,CO,Archuleta,3600.90155231601,31.35899939016593,0.29798920492519115,764.675945580285,0.06328003521849429,3,0.245017968,12.0833333333333,0.940044603495669,7,0.571708592,284,36746,564.1,2637,2489,6646,7290,0.3967800180559735,0.3414266117969822,1745,-0.17965693650315984,-0.2393689986282579 +8009,CO,Baca,955.224504744831,0,0.2521711997742426,201.665883715608,0.05323808968205069,1,0.274348422,5.16666666666667,1.44805680119581,1,0.274348422,166,10932,764.3,462,278,2096,2107,0.22041984732824427,0.13194114855244424,1438,-0.5209923664122138,-0.6824869482676792 +8011,CO,Bent,1680.81108594272,0.6697758108532932,0.25862610954650256,284.652501433378,0.043799430902196956,2,0.355239787,4.58333333333333,0.78200534607291206,1,0.177619893,166,17339,750.9,778,581,1881,1892,0.41360978203083465,0.3070824524312896,585,-0.14619883040935677,-0.3091966173361522 +8013,CO,Boulder,43147.2794831739,-5.921633843939595,0.14647696273911845,10437.7080705011,0.03543407126562412,60,0.191489565,121.5,0.37706454476051,258,0.823405131,5241,943942,570.9,120485,124715,173207,176735,0.6956127639183174,0.7056610179081676,85949,0.4154508766966693,0.4863156703539197 +8014,CO,Broomfield,16646.5401687861,98.61951184875329,0.2978500271750452,4552.97991354212,0.08146468739004313,7,0.112652483,18.8333333333333,0.283084569636299,68,1.094338408,1075,187103,602.2,16653,19530,32191,37342,0.5173185051722531,0.5230035884526806,5258,0.05864993321114592,0.1408065984682127 +8015,CO,Chaffee,1782.82209924298,31.118740005758422,0.10010792853293166,301.283859709613,0.016917505739211244,7,0.381201329,14.75,0.773953195508448,17,0.925774656,542,55432,631.7,4967,4773,10217,10999,0.48615053342468434,0.43394854077643424,510,0.0017617695996867688,-0.04636785162287477 +8017,CO,Cheyenne,621.652255741721,0,0.33859055323623155,156.199602384931,0.08507603615736983,2,1.068947087,2,1.08225108225108,0,0,57,5572,641.9,162,127,1045,1076,0.15502392344497606,0.11802973977695168,778,-0.6660287081339713,-0.7230483271375465 +8019,CO,Clear Creek,1262.60837271503,-0.02341004046140994,0.1389313790399461,192.840111731688,0.021219202435264966,1,0.108849461,6.25,0.662356930902925,11,1.197344073,173,27554,579.5,3041,2585,5610,5532,0.5420677361853833,0.4672812725958062,159,0.11764705882352944,0.028741865509761377 +8021,CO,Conejos,463.776198704138,0,0.056174442672497334,120.226636368598,0.01456233483146778,3,0.362976407,6.58333333333333,0.809857711075573,1,0.120992136,255,24652,888.4,2180,1753,4027,3970,0.5413459150732556,0.4415617128463476,132,0.09585299230196181,-0.03324937027707808 +8023,CO,Costilla,3522.007211992,0,0.9994345096458571,735.395557577747,0.20868205379618246,2,0.560538117,9.33333333333333,2.50828630296515,0,0,123,10659,742.2,1317,1109,1804,1820,0.7300443458980045,0.6093406593406593,528,0.48614190687361425,0.2901098901098901 +8025,CO,Crowley,459.48496194487,-85.24657136920585,0.07890863162371115,84.3377550800071,0.014483557458356021,1,0.186567164,3.41666666666667,0.600046832923545,0,0,127,16497,795,535,336,1502,1511,0.3561917443408788,0.22236929185969556,733,-0.2589880159786951,-0.48510919920582396 +8027,CO,Custer,1101.4374363612,4.641671103143449,0.2588572118357697,170.887951824351,0.04016168080478284,2,0.45861041,3,0.651890482398957,1,0.229305205,118,13054,582.5,862,797,2697,3064,0.3196143863552095,0.26011749347258484,1262,-0.3388950685947349,-0.41187989556135773 +8029,CO,Delta,2612.37438315521,92.57225494343862,0.08440082654287963,736.86125820252,0.023806579807525197,6,0.200870439,14.4166666666667,0.473578170510041,16,0.535654503,1079,90249,750.6,4542,4048,15681,16661,0.28964989477711883,0.2429626072864774,7536,-0.3966583763790575,-0.45231378668747374 +8031,CO,Denver,55276.4705558132,-35.36203928791778,0.09210319708445641,15505.7768185194,0.025836157842633774,120,0.180760459,354,0.510778287594148,582,0.876688227,13308,1994919,726.5,209759,174611,285564,232291,0.734542869549383,0.7516907671842645,130974,0.49027188301046354,0.5638358782733726 +8033,CO,Dolores,2063.99999514993,398.95347821197913,0.9999999976501599,461.999998311711,0.22383720848435612,1,0.505561173,2,0.972762645914397,0,0,53,5981,584.6,329,227,1218,1230,0.27011494252873564,0.18455284552845527,709,-0.41789819376026277,-0.5764227642276423 +8035,CO,Douglas,54681.3513293537,3.3043925448148244,0.19155185864940957,16761.4787313916,0.05871640562377734,26,0.082634647,83.6666666666667,0.254590747908502,204,0.648364152,3450,943605,495.6,54093,67045,150160,182918,0.3602357485348961,0.36653035786527294,33133,-0.26529701651571663,-0.18113580948840463 +8037,CO,Eagle,8057.94619400634,1.1153744713033835,0.15437565749001553,1946.59499420529,0.03729323513238864,18,0.340129627,18.3333333333333,0.33957534559509,46,0.869220158,353,159115,329.8,12598,12652,22374,22611,0.5630642710288728,0.5595506611826102,4499,0.14664342540448733,0.19897395073194463 +8039,CO,Elbert,5986.12599182079,-6.312837623392896,0.2592968029030923,1547.46005457407,0.06703023713826865,1,0.0413309,3,0.118901351512029,7,0.289315974,371,72595,522.9,3542,3056,13993,15689,0.2531265632816408,0.19478615590541143,8480,-0.4720931894518688,-0.5405060870673721 +8041,CO,El Paso,168373.587396914,-8.522086669883548,0.2705826754875575,42407.5167884696,0.06815047140593222,59,0.088919835,313.916666666667,0.456085956765909,451,0.679709247,12449,1992495,696.8,104989,105807,275604,313273,0.38094149576929215,0.337746949146591,70699,-0.21345844037096706,-0.22567856151024823 +8043,CO,Fremont,16167.8407284318,8.494211770811336,0.34528961063625063,2893.08548508623,0.061786380597262734,6,0.129026709,25.3333333333333,0.533940339192626,15,0.322566771,1619,139514,805.9,6644,5275,20258,21880,0.3279691973541317,0.24108775137111518,9791,-0.31804719123309305,-0.44748628884826325 +8045,CO,Garfield,8633.24668999421,-21.810452104295457,0.15310161006569029,2652.7181221462,0.04704318434705705,11,0.19143419,36.5833333333333,0.621246341863796,46,0.800542977,944,172604,646.5,10989,11205,23695,26328,0.46376872757965815,0.42559252506836825,1866,-0.049377505802912,-0.07087511394712853 +8047,CO,Gilpin,0,0,0,0,0,1,0.170910955,1,0.16860563142809,0,0,89,17123,569.7,1854,1634,3271,3574,0.5667991439926628,0.4571908226077224,70,0.1632528278813819,0.019585898153329562 +8049,CO,Grand,421.928987024033,-85.3577200116388,0.028426125919560265,69.7084807333641,0.004696387572146069,5,0.34373711,10.0833333333333,0.671863894811656,16,1.099958752,210,43356,565.4,3575,3319,7961,8513,0.44906418791609093,0.38987430987900856,1148,-0.07210149478708705,-0.13485257840949133 +8051,CO,Gunnison,1838.89203567921,-0.35355564928098326,0.12000078541367856,295.27819818185,0.019269002752665753,5,0.317965024,9.58333333333333,0.584064683894035,14,0.890302067,197,47319,533.9,4563,5068,7912,9299,0.5767189079878665,0.5450048392300247,1818,0.18415065722952473,0.19550489299924723 +8053,CO,Hinsdale,99.2714692888681,-88.22399874595132,0.11775975004610688,19.4187443423093,0.02303528391733013,2,2.544529262,1,1.26903553299492,0,0,17,2363,627.4,228,197,598,589,0.38127090301003347,0.33446519524617996,142,-0.2073578595317726,-0.24108658743633277 +8055,CO,Huerfano,2459.81752693712,-0.9112678767463458,0.3665351701590105,385.63235484769,0.05746272609859782,4,0.619003405,10.1666666666667,1.52263990814238,4,0.619003405,306,19413,853.3,1897,1631,3623,3772,0.5235992271598123,0.4323966065747614,244,0.0778360474744687,-0.06468716861081653 +8057,CO,Jackson,382.235066584368,-0.010575703672758719,0.2742001912369928,66.1529853017736,0.047455513128962415,2,1.432664756,2,1.47383935151069,0,0,36,4109,596.3,216,171,848,862,0.25471698113207547,0.19837587006960558,457,-0.45283018867924524,-0.5301624129930395 +8059,CO,Jefferson,121653.329036851,-6.181305674125597,0.2275838034299411,28579.5283821652,0.053465349620451866,62,0.111011042,227.416666666667,0.397694914226723,424,0.759172287,12625,1676297,667.1,153069,151885,300151,309529,0.5099733134322391,0.4906971560015378,21652,0.04367468374251621,0.06995144235273593 +8061,CO,Kiowa,1398.00000464842,0,1.00000000332505,314.000000674863,0.2246065813124914,2,1.426533524,1.16666666666667,0.849720806020879,0,0,64,4253,731,118,91,821,853,0.14372716199756394,0.10668229777256741,635,-0.6808769792935444,-0.7444314185228604 +8063,CO,Kit Carson,921.046456958068,-57.25781298592477,0.11137200205055237,211.182525171421,0.025535976441526116,5,0.619425173,8.83333333333333,1.07789302420175,8,0.991080278,218,23596,643.1,789,526,3525,3613,0.22382978723404257,0.1455853861057293,2368,-0.5319148936170213,-0.6554110157763631 +8065,CO,Lake,1455.80636836994,-71.52538685060206,0.19915271797126402,450.640916574485,0.06164718420991587,2,0.271849939,6.25,0.820425308479916,5,0.679624847,127,22150,693.2,1807,1600,2993,3175,0.6037420648179085,0.5039370078740157,336,0.2405613097226863,0.10582677165354332 +8067,CO,La Plata,7347.21871312946,-3.461050859326712,0.14312577849241168,1486.85702980879,0.02896437117327288,11,0.203745207,25.5,0.458443449652122,46,0.852025413,981,161815,582.6,15063,15300,28475,30722,0.5289903424056189,0.4980144521841026,2829,0.08811237928007021,0.09208384870776642 +8069,CO,Larimer,56628.0654703376,-15.806277852539063,0.18899330998343825,13413.4227582757,0.044766621360597066,37,0.114154547,111.75,0.328683237596068,252,0.777485021,6316,974852,611.1,83103,92170,161823,193897,0.5135425742941362,0.4753554722352589,9546,0.05252652589557727,0.04923232437840708 +8071,CO,Las Animas,6181.77712966353,0.006441304263104261,0.3986442980372431,1258.90761658752,0.08118318285854903,4,0.284656988,11.6666666666667,0.827247157815122,11,0.782806718,519,42528,812.2,3282,2614,6532,6693,0.5024494794856094,0.3905572986702525,1042,0.027097366809553047,-0.15568504407590017 +8073,CO,Lincoln,1246.55168383383,-0.5521581263421821,0.2280138437596177,295.628343820308,0.05407505831723212,3,0.54446461,7,1.24047492468545,3,0.54446461,160,16498,669.3,537,399,2248,2402,0.23887900355871886,0.16611157368859283,1474,-0.5008896797153025,-0.6136552872606161 +8075,CO,Logan,4437.72341101557,-3.2166488014137413,0.19541694530871326,1105.45340226168,0.04867908768601347,3,0.133191263,8.66666666666667,0.395395167054458,13,0.577162138,633,65666,716.5,2675,1843,9030,9702,0.296234772978959,0.18996083281797568,5429,-0.38194905869324475,-0.5595753452896309 +8077,CO,Mesa,46154.3451139422,-0.3350164934521371,0.31456789401758556,11633.3763915906,0.07928802158891653,20,0.134902701,71.25,0.474737312020682,91,0.613807291,4264,444079,741.1,22448,20958,69033,74876,0.325177813509481,0.27990277258400553,27171,-0.32794460620283056,-0.3628799615364069 +8079,CO,Mineral,91.112206655213,-86.63522744092242,0.12796658238091713,13.9739166659132,0.01962628745212528,1,1.432664756,1,1.36612021857923,1,1.432664756,17,2142,446.7,291,237,650,652,0.44769230769230767,0.36349693251533743,107,-0.08153846153846162,-0.1641104294478527 +8081,CO,Moffat,3230.23918284314,0.053820219404409286,0.2341601437363639,914.127444766266,0.06626512829041435,2,0.15470297,11.6666666666667,0.889973809342182,5,0.386757426,278,38985,722.4,1291,874,6042,6510,0.213670969877524,0.13425499231950844,4419,-0.550314465408805,-0.6788018433179723 +8083,CO,Montezuma,4196.14277277489,-4.514911432638378,0.16432906883786524,1182.14201187366,0.046294968156399455,7,0.271612603,18.4166666666667,0.682124029285035,14,0.543225206,785,77619,761.8,4486,3920,12232,12706,0.3667429692609549,0.3085156618920195,3851,-0.2359385219097449,-0.3030851566189202 +8085,CO,Montrose,8466.39606992101,4.029075057513245,0.20511667966665859,2310.93360188334,0.055987343780486,9,0.22019426,22.75,0.548576113428661,22,0.538252636,1238,122463,674.2,5852,5438,19054,21070,0.3071271124173402,0.2580920740389179,8865,-0.3640705363703159,-0.4207403891789274 +8087,CO,Morgan,3374.0993922753,1.1538841356678957,0.11982312554690507,1153.59050361268,0.04096702665622643,6,0.211804575,25.1666666666667,0.890099266699677,11,0.388308387,746,84938,701.7,3761,3128,10478,11888,0.3589425462874594,0.2631224764468372,4976,-0.25768276388623784,-0.4185733512786003 +8089,CO,Otero,5577.85547997969,-3.251944464350398,0.29620601561147525,1335.34801515227,0.07091222001764484,4,0.216356556,15.6666666666667,0.856335975220916,11,0.594980528,751,55308,974.3,3566,1719,8039,5038,0.4435875108844384,0.3412068281063914,1269,-0.09317079238711279,-0.2518856689162366 +8091,CO,Ouray,273.479042767945,-15.608553516322038,0.0616499194697802,39.122574463190404,0.008819335992603788,3,0.64808814,3,0.617665225447807,6,1.29617628,101,13894,593.1,1640,1690,3183,3287,0.5152371976123155,0.5141466382719805,353,0.0534087338988376,0.10739275935503495 +8093,CO,Park,8729.06984377191,-7.956880593501527,0.5386319785123966,1591.9872030791,0.09823443188196347,4,0.244723157,3,0.174764068507515,5,0.305903946,257,48847,496.3,3721,3351,9054,10245,0.410978573006406,0.32708638360175696,2702,-0.15065164568146677,-0.2637384089799903 +8095,CO,Phillips,209.370709333543,-85.6633207913371,0.04713433348346308,49.8040934133477,0.011212087666219651,4,0.916800367,3,0.699626865671642,2,0.458400183,154,13099,702.2,588,436,2265,2332,0.2596026490066225,0.18696397941680962,1355,-0.4631346578366446,-0.5810463121783876 +8097,CO,Pitkin,1568.48325079631,-10.807191173185844,0.09146741607162992,286.600371776046,0.016713341017963963,7,0.397140588,3.75,0.211243803515097,19,1.077953024,166,52746,314.4,6648,7239,9779,10387,0.679824112894979,0.6969288533744104,4717,0.3790776152980877,0.45412534899393475 +8099,CO,Prowers,2997.42134797923,-20.975673823832995,0.23881932499236952,793.353568988451,0.06321038713954673,3,0.249293668,13.0833333333333,1.09741094894593,10,0.830978893,368,36281,818.6,1498,1173,4809,4978,0.31149927219796214,0.23563680192848532,2335,-0.3539197338323976,-0.4690638810767376 +8101,CO,Pueblo,58655.7437590756,-12.517646085325252,0.3687579371637376,14784.2315908174,0.09294576105579173,17,0.105019305,116.333333333333,0.704525313453204,97,0.599227799,4984,486590,801.3,40624,27945,73306,60112,0.5541701907074456,0.4648822198562683,199,0.13097154393910465,0.003310487090763925 +8103,CO,Rio Blanco,572.227252070974,-0.30708158772290395,0.08584267207785387,119.154416124534,0.017874949913671466,1,0.149097957,9,1.37509549274255,5,0.745489787,163,19994,753.8,561,433,3311,3436,0.16943521594684385,0.1260186263096624,2349,-0.6390818483841739,-0.6836437718277066 +8105,CO,Rio Grande,1460.30068818733,109.76971292838162,0.12187453581933985,280.402362647086,0.02340196650367936,4,0.344619626,13.1666666666667,1.14702209832448,5,0.430774533,370,34905,770.3,2428,1985,5453,5488,0.44525949018888683,0.36169825072886297,1075,-0.08509077571978735,-0.19588192419825068 +8107,CO,Routt,5254.12612604418,-13.267505439248644,0.2234942416114756,1007.26221849621,0.04284581302889148,9,0.377121307,13,0.527426160337553,25,1.047559187,310,71536,521.9,7389,7487,13038,13772,0.5667280257708237,0.5436392680801626,2338,0.155545329038196,0.16976474005227993 +8109,CO,Saguache,1235.46073133838,-79.28235563245582,0.20226927494079563,240.103130312887,0.039309615309902915,4,0.645577792,6.5,1.01737361089372,1,0.161394448,150,18679,678,1762,1345,2796,2707,0.6301859799713877,0.49685999261174735,236,0.29506437768240346,0.08718138160325084 +8111,CO,San Juan,693.70724348045,0,0.9924281022610156,127.418047013332,0.18228619029088985,1,1.388888889,1,1.44092219020173,4,5.555555556,11,2119,554.5,266,265,506,506,0.525691699604743,0.5237154150197628,50,0.10671936758893275,0.09881422924901184 +8113,CO,San Miguel,718.693398459581,3.656015529575994,0.09766182884353594,133.959529025242,0.01820349626650931,7,0.892857143,5,0.623674691281028,12,1.530612245,77,23315,415.2,2961,2960,4215,4311,0.702491103202847,0.6866156344235677,1930,0.4310794780545671,0.4476919508234749 +8115,CO,Sedgwick,441.699892597613,-1.5494545274626896,0.18566620117596172,76.0026950140506,0.03194732871544792,1,0.425894378,1,0.415454923140839,1,0.425894378,118,7079,901.8,419,267,1337,1364,0.31338818249813016,0.19574780058651026,748,-0.3455497382198953,-0.5483870967741935 +8117,CO,Summit,5174.80498066335,-36.17525311842703,0.18485407518265876,904.173715667617,0.032298839596614164,11,0.374098762,15.25,0.502074142358596,48,1.632430962,201,88491,297.9,9169,9502,15038,16061,0.6097220375049873,0.5916194508436585,4438,0.24431440351110517,0.2763215241890293 +8119,CO,Teller,3003.70250354313,-49.8173527642695,0.12863822284981286,759.544872287538,0.03252868832066544,4,0.171020565,16.5833333333333,0.689736444425959,14,0.598571978,499,69997,700.4,3894,3547,12144,14203,0.32065217391304346,0.24973597127367458,6033,-0.3306159420289855,-0.4247694149123425 +8121,CO,Washington,2485.02861052779,0,0.5162086851948048,634.915416281726,0.13188936773612922,1,0.209205021,2,0.407497962510187,2,0.418410042,155,14428,638,461,289,2567,2708,0.17958706661472537,0.10672082717872969,1995,-0.6225165562913908,-0.7367060561299853 +8123,CO,Weld,37098.743418412,-4.263486259918958,0.14673684729916742,10216.5343838394,0.040409510071549096,29,0.104440523,119,0.403482836721685,149,0.536608204,4988,831921,688.9,47418,45869,112695,133790,0.4207640090509783,0.34284326182823827,30013,-0.13249922356803756,-0.22432917258390012 +8125,CO,Yuma,2300.54798145926,0,0.22906979801446384,602.738857336146,0.060015817717429656,4,0.392079984,9.5,0.940314757992676,2,0.196039992,270,30633,639.6,950,701,4481,4664,0.21200624860522205,0.15030017152658662,3054,-0.5541173845123857,-0.654802744425386 +9001,CT,Fairfield,268768.077781111,2.356898600205398,0.293149625263938,70260.4364990659,0.0766341776918769,216,0.228465537,459.083333333333,0.486225923034911,659,0.697031429,20109,2835662,578.2,214757,238723,390611,410279,0.5497976247468709,0.5818552740939702,83266,0.10885254127507926,0.20294970008213925 +9003,CT,Hartford,259189.004869212,-7.826214473398912,0.289916047029702,57236.0543194679,0.06402142955196216,245,0.272833065,703.916666666667,0.788800250413964,599,0.667049004,23568,2690638,667.9,244314,233789,392485,399219,0.6224798399938851,0.5856159150741823,85877,0.2564836872746729,0.21511250717024988 +9005,CT,Litchfield,34657.1637544368,15.306905941824983,0.18247623431337723,8064.7623077584,0.042462431922572354,40,0.216224398,93,0.509390867114712,96,0.518938554,5400,555122,676.8,43823,39836,92404,97434,0.47425436128306137,0.4088511197323316,13540,-0.03662179126444737,-0.13896586407208983 +9007,CT,Middlesex,52122.2284180667,-5.878903270093371,0.31460337295725815,11431.0745428091,0.06899656282629409,34,0.206131815,96.5833333333333,0.591342219283369,106,0.642646247,4499,494121,642.4,47851,45306,83447,88402,0.5734298416959267,0.5124997172009683,6459,0.15959830790801344,0.07306395782900843 +9009,CT,New Haven,247957.11523193,-1.7579092097903462,0.28749417692521656,55041.9770728795,0.06381848683834988,200,0.23221333,670.583333333333,0.782591782154145,652,0.757015455,23217,2583223,691.6,230040,203601,371783,375909,0.6187480331268509,0.5416231055920449,45228,0.2477197720175479,0.12031635315994027 +9011,CT,New London,99027.5284201002,26.06339843693981,0.3613418051854562,20067.2802516001,0.07322355093539654,43,0.157120098,190.833333333333,0.707311438183451,188,0.686943685,7140,818322,682.5,66510,62951,114043,124527,0.5832010732793771,0.5055208910517398,8377,0.18234350201239885,0.06727055176788971 +9013,CT,Tolland,53336.7250905958,6.610517034377272,0.34931151862647963,10670.5424611315,0.06988324433746258,15,0.099096897,74.5833333333333,0.493543676685328,67,0.442632806,3002,454739,603.6,39283,38450,70780,77069,0.5550014128284826,0.4989035799089128,4461,0.12562870867476683,0.0578831955779886 +9015,CT,Windham,18808.4221319189,-15.125103727914082,0.15881735849561673,4287.72295083633,0.03620531420640668,21,0.179490248,101.25,0.87140250619664,62,0.529923588,3092,350989,754.4,25953,21776,46634,50703,0.5565252819831025,0.4294814902471254,3962,0.13284299009306516,-0.07814133285998853 +10001,DE,Kent,25573.4333514992,-17.875111759959868,0.15755919753249462,6402.22160858841,0.03944440643576126,24,0.139545431,153.833333333333,0.879917480328172,88,0.511666579,4512,514691,788.8,35525,33347,68669,74253,0.5173367895265695,0.449099699675434,3642,0.04938181712271911,-0.049048523291988166 +10003,DE,New Castle,122163.689387304,-25.957070323234593,0.22686806614056254,28277.5612233128,0.052513767896821974,91,0.164623049,419.166666666667,0.752560951452487,385,0.696482132,13206,1659655,721.3,167051,162905,251960,261468,0.6630060327036037,0.6230399131060015,77398,0.3406294649944435,0.2960132788716019 +10005,DE,Sussex,27649.128752441,-18.8537090050981,0.14024767938543203,5252.7677195193,0.026644184328891426,50,0.237136529,182.666666666667,0.829356809579374,142,0.673467742,7091,632909,734.9,39971,39329,93215,105814,0.4288043769779542,0.37168049596461716,23278,-0.1302901893472081,-0.21998979341107983 +11001,DC,District of Columbia,12688.2801039051,-25.234222040450344,0.021086579877958964,3454.45297601835,0.005740935573375706,198,0.300504027,421,0.618054230221531,839,1.273347873,14313,1981604,749.3,222332,260223,243348,280272,0.9136380820882029,0.928465918821716,248670,0.842394431020596,0.8872452474738824 +12001,FL,Alachua,37664.1714842574,-23.237009694993926,0.15227937495656677,7129.54721718952,0.028825351817727787,37,0.144317029,220.666666666667,0.83745736810679,193,0.752788829,5539,769734,733.9,69634,75370,120318,127827,0.5787496467693944,0.589625040093251,28786,0.17344869429345566,0.22519499010381216 +12003,FL,Baker,8982.41285188653,-1.872694882002697,0.33127098845238867,2080.43160431967,0.07672622549583884,4,0.147639612,35.1666666666667,1.2587846464068,16,0.590558447,684,81546,865.8,2310,2112,11366,12634,0.203237726552877,0.16716795947443408,8182,-0.586310047510118,-0.6476175399715054 +12005,FL,Bay,56308.4800897985,-8.297337939446335,0.3334783129000456,13035.6150137584,0.07720142499797693,26,0.14526357,209.166666666667,1.13693601632115,136,0.75984021,5585,535197,859.1,22037,21689,79834,87151,0.27603527319187315,0.24886690915766888,40321,-0.43623017761855853,-0.4626567681380592 +12007,FL,Bradford,1579.6829187902,-2.925405723671935,0.055388601640610095,316.258975881428,0.011089024399769564,4,0.149801513,35.5833333333333,1.32152318700636,16,0.599206052,885,80504,844.8,3324,2924,11631,12098,0.2857879803972143,0.24169284179203174,5989,-0.4206001203679821,-0.49504050256240695 +12009,FL,Brevard,218701.811068225,1.362910619148749,0.4024870643315587,44071.2271636009,0.08110631894599854,81,0.145451934,494.916666666667,0.854586477417276,343,0.615926089,20209,1676138,744.7,122972,119525,285504,314337,0.4307190091907644,0.3802447691490343,62095,-0.12713657251737281,-0.1975427646125018 +12011,FL,Broward,158491.739814012,-19.32904250867654,0.09066690835129337,38153.390617464,0.021826058408243164,374,0.200081852,1101.16666666667,0.576638151574056,1286,0.687981982,43255,5609687,610.9,507430,546956,755166,822837,0.6719449763363287,0.6647197440076225,288435,0.34919209816119895,0.35053722669252846 +12013,FL,Calhoun,2635.87715596127,-29.82513049302199,0.18023091664692445,504.82586122305503,0.03451800760499522,4,0.275254611,10,0.693337031130833,7,0.481695568,489,43605,873.2,1664,1236,6152,6067,0.270481144343303,0.20372507005109608,3411,-0.4392067620286086,-0.5622218559419813 +12015,FL,Charlotte,66893.4712938867,-2.0442321533604897,0.4181416900691764,9835.46740438575,0.06148012479457019,19,0.112777046,115,0.644384052895526,74,0.439236915,7409,506444,632.8,35896,33421,84664,96323,0.4239818576963054,0.34696801386999987,26775,-0.1428233960124728,-0.27797099342836085 +12017,FL,Citrus,43886.2410196738,5.132553990446191,0.31072984946949644,7232.50175654995,0.05120862780417139,18,0.129146129,134.333333333333,0.935332112527648,47,0.337214892,7477,419260,839.7,28453,22765,73923,79590,0.38490050457908903,0.28602839552707626,31612,-0.2192010605630183,-0.3971855760773967 +12019,FL,Clay,46476.3393732326,5.406179047560855,0.2435037297211778,11957.3025959966,0.06264795848372724,21,0.105106157,131.416666666667,0.63086762900983,119,0.595601558,4882,600402,784.9,25745,27768,96549,106363,0.266652166257548,0.26106822861333356,47130,-0.4583268599364054,-0.44310521515940693 +12021,FL,Collier,90596.7463395816,0.6396552679294119,0.2817763944376138,16490.3655525483,0.05128877069093152,62,0.177764015,217.5,0.595668463257526,185,0.530424885,9243,1045197,450.8,51678,60941,149080,170505,0.346646096055809,0.35741473857071643,44356,-0.3007110276361685,-0.2601448637869857 +12023,FL,Columbia,11077.7170997406,-0.8922909422053674,0.1640389909780782,2795.91356216601,0.0414019274431892,8,0.117894985,85.5833333333333,1.23498655584256,40,0.589474925,2317,203813,908.4,8462,7599,27163,28696,0.31152670912638514,0.26481042654028436,12760,-0.3669329602768472,-0.4446612768330081 +12027,FL,DeSoto,3454.77524144708,-11.71370535469246,0.09909859564703918,797.597668275497,0.022878712302091014,5,0.14280818,27.9166666666667,0.779795158286779,11,0.314177996,919,105307,642.9,4174,3761,9863,10761,0.42319780999695833,0.3495028343090791,2983,-0.14326269897597077,-0.2772047207508596 +12029,FL,Dixie,1484.28604110338,48.5089667342556,0.09038399958003776,205.841059718836,0.01253446959681135,3,0.188596216,18.1666666666667,1.11451942740286,8,0.502923241,674,48046,990,1798,1270,6941,7202,0.2590404840801037,0.17633990558178284,4552,-0.46880852903039905,-0.6320466537073035 +12031,FL,Duval,213634.250039002,-0.7520143236902779,0.24718662032159425,52309.7550719896,0.06052527421859966,164,0.182689501,952,1.02779472175589,739,0.823216717,23131,2699949,837,196657,203627,411702,428734,0.4776683134888827,0.4749495024887226,6434,-0.036181509927083244,-0.015006974021188002 +12033,FL,Escambia,108622.126562935,-8.54810299540279,0.3649704036467261,23156.3847359686,0.07780546516172893,44,0.141634397,314.416666666667,0.997555948267748,188,0.605165149,9639,927790,875.4,58154,57114,148430,151609,0.391794111702486,0.3767190602141034,31256,-0.2055985986660379,-0.2061619033170854 +12035,FL,Flagler,33041.2454685726,-1.5596777490559437,0.345273004812872,6912.41284347111,0.07223303840778204,17,0.166002656,59.9166666666667,0.553196073000339,37,0.361299898,3626,307988,671.4,23204,21985,50589,57413,0.4586767874439107,0.3829272116071273,11819,-0.07436399217221135,-0.20585930015850074 +12037,FL,Franklin,287.434968963443,-23.10380260639741,0.024888299330110226,47.0127393871653,0.004070719489753684,6,0.507829031,17.0833333333333,1.43545360333866,5,0.423190859,406,35016,893.4,1845,1738,5474,6003,0.3370478626233102,0.28952190571380976,2381,-0.31512605042016806,-0.3966350158254206 +12039,FL,Gadsden,3970.91393054233,-17.50669043297501,0.08560033478933217,1192.82372302363,0.02571350369750652,10,0.21607139,57.5,1.24983697778551,19,0.410535641,1408,138236,880.6,15768,14994,22495,22079,0.700955767948433,0.6791068436070474,8273,0.406312513891976,0.3746999411205218 +12041,FL,Gilchrist,75.0408901572227,-24.222070683681153,0.004430066128887343,12.790300257504,7.550800081175985e-4,3,0.176501736,15.75,0.915059260980711,6,0.353003471,575,51097,812.5,1885,1457,7908,8418,0.2383662114314618,0.17308149204086481,5283,-0.5098634294385433,-0.6275837491090521 +12043,FL,Glades,7331.50731599358,149.71351312236104,0.569039686121824,1327.5668639813,0.10303996150118752,0,0,10.1666666666667,0.727749940348365,2,0.146681335,334,40247,546.7,1603,1271,3989,4355,0.40185510152920534,0.2918484500574053,1725,-0.18576084231637002,-0.3960964408725603 +12045,FL,Gulf,2972.32060601745,16.98676915828369,0.18737443144534136,520.561594007851,0.03281608737362737,4,0.250878073,18.4166666666667,1.15176151761518,7,0.439036628,521,47593,863.4,2013,1715,7107,7279,0.2832418742085268,0.23560928698997116,3605,-0.41958632334318274,-0.49526033795851077 +12047,FL,Hamilton,3266.36649529099,-0.0744399784549935,0.22071535207047707,725.993019014642,0.04905689702105831,2,0.142369021,21.1666666666667,1.47389921778892,7,0.498291572,436,42670,894.7,2226,1899,5404,5451,0.4119170984455959,0.3483764446890479,1540,-0.16857883049592892,-0.2825169693634196 +12049,FL,Hardee,9787.8434274916,12.221551273083483,0.35295674254414194,2534.77866332998,0.09140595951570374,10,0.364046744,27.25,0.995979532163743,9,0.327642069,608,82305,662.5,2461,2147,7222,7577,0.34076433121019106,0.2833575293651841,3091,-0.3091941290501246,-0.4079450970040913 +12051,FL,Hendry,9640.86593501773,1.3480928137200996,0.24631747406790316,2577.71295006133,0.06585878768679944,12,0.311647838,42.4166666666667,1.07957919742089,22,0.57135437,845,115325,736.1,4751,4610,10185,11106,0.4664702994599902,0.4150909418332433,1582,-0.05930289641629849,-0.14244552494147306 +12053,FL,Hernando,62289.2318860947,10.538072288411858,0.3605159909600453,12342.6235841753,0.07143631471700854,23,0.130789571,122.583333333333,0.670458792536075,82,0.466293253,7523,528159,780.2,37791,31818,83593,93878,0.45208330841099137,0.33892924859924584,27211,-0.08511478233823405,-0.28985491808517433 +12055,FL,Highlands,32757.0448808248,-11.347834991904943,0.33159602454623927,6091.43082832785,0.061662895838761056,14,0.142513946,85.5,0.847230892713814,40,0.407182703,4351,295357,677.2,16147,14901,42440,45589,0.38046654099905747,0.32685516242953344,14608,-0.23008953817153627,-0.3204281734628967 +12057,FL,Hillsborough,300321.068371228,-2.9919134878245925,0.24431721129493517,73943.0116444091,0.06015412271169752,265,0.201322193,1074,0.780388275865075,837,0.635874247,30062,3961414,728.3,286158,306422,541503,595072,0.5284513659204104,0.5149326468057647,40494,0.06695069094723394,0.0680489083673908 +12059,FL,Holmes,3133.30129958745,-15.632693926041513,0.1572389872829553,756.562583564236,0.03796670766117509,3,0.152671756,21.1666666666667,1.08619421494672,4,0.203562341,767,58622,988.5,1264,852,8274,8506,0.15276770606719844,0.10016458970138725,6624,-0.6834662799129804,-0.7787444157065602 +12061,FL,Indian River,51308.9907339362,-19.274590345632976,0.3717288574342612,8389.99208159223,0.060784710939753024,28,0.193430279,119.75,0.790100486266437,78,0.538841491,5853,434712,639.4,27483,28997,71445,79897,0.3846735250892295,0.362929772081555,19567,-0.2233606270557772,-0.24490281237092754 +12063,FL,Jackson,2725.36861228835,-19.59615712194874,0.054785683518038635,548.230480259961,0.01102059422385641,8,0.163931067,52.75,1.09374028074395,27,0.553267351,1785,146401,908.7,7342,6383,20940,20997,0.3506208213944604,0.30399580892508454,7848,-0.2901146131805158,-0.3737676810972996 +12065,FL,Jefferson,2399.81693490243,0,0.16257820844810175,463.244767378106,0.031383020620425854,3,0.213523132,18.4166666666667,1.32436837815811,6,0.427046263,457,42298,759.7,3945,3537,7808,7641,0.5052510245901639,0.4628975265017668,393,0.01754610655737704,-0.05143305850019625 +12067,FL,Lafayette,564.097314101133,-19.11604624614385,0.06359608952662153,119.917621665647,0.01351946129263213,1,0.113186191,7.41666666666667,0.860701713666783,2,0.226372383,201,26376,708.8,687,515,3399,3375,0.20211827007943514,0.15259259259259259,2280,-0.5828184760223595,-0.6755555555555556 +12069,FL,Lake,81690.3111655509,-9.320217646213337,0.2750034040018276,16673.8473130867,0.056131072381558435,41,0.129874244,262.333333333333,0.782159993957392,141,0.446640692,11332,949621,691.6,61790,62597,150796,169898,0.40975887954587653,0.36843871028499453,39291,-0.1714037507626197,-0.23126228678383498 +12071,FL,Lee,158942.748829071,-8.235839681156373,0.2568755092154087,32313.6674501713,0.05222377140215869,116,0.170710494,511.833333333333,0.708580678982265,355,0.522432978,19714,2042144,570.5,110080,124725,266034,325797,0.41378169707631357,0.3828304128030645,66416,-0.1655126788305254,-0.20385700298038345 +12073,FL,Leon,79833.7467744261,-6.599243083337337,0.289791339607408,18239.8959912279,0.06620964325441091,41,0.144372297,233.916666666667,0.812712949901907,254,0.894403989,5298,852545,693.2,90863,91936,148335,151925,0.6125526679475511,0.6051406944215896,38159,0.2363366703744902,0.25116998519006084 +12075,FL,Levy,3258.27380144121,-17.60500771728794,0.07985769469966937,584.229984172919,0.014319011401017595,9,0.227198142,60.0833333333333,1.50354929389488,17,0.429152046,1583,118922,905.3,6118,5091,18396,19367,0.332572298325723,0.2628698301234058,8667,-0.32257012393998696,-0.4475138121546961 +12077,FL,Liberty,2163.17201562125,-0.35708224835534597,0.2585979695901076,614.238133321399,0.07342954373238482,3,0.358851675,10.75,1.3106559375762,0,0,189,25002,803.9,942,651,3284,3295,0.2868453105968331,0.1975720789074355,1891,-0.41382460414129113,-0.5738998482549318 +12079,FL,Madison,4052.89165224604,-5.289665438383814,0.21082457616760508,940.273083577194,0.04891141716485612,3,0.162004536,26.1666666666667,1.43583552824115,9,0.486013608,708,55640,987.1,4174,3526,8712,8503,0.47910927456382,0.4146771727625544,1323,-0.03443526170798894,-0.15559214394919435 +12081,FL,Manatee,70204.8954880245,-5.628283739809426,0.2174650531018344,11756.4244815571,0.03641642732173322,50,0.142148027,268.916666666667,0.715417003646476,180,0.511732898,11067,1057369,613,66476,71066,153451,178521,0.43320669138682705,0.3980820183619854,30615,-0.12473036995523007,-0.1714924294620801 +12083,FL,Marion,90423.929893391,8.736442372809716,0.2729383512529234,18009.2181991208,0.05435957415716606,55,0.162162003,336.666666666667,0.964605657746452,162,0.47764080799999997,14181,1017691,793.9,66823,61958,161368,174485,0.41410316791433244,0.35509069547525574,45752,-0.16244236775568888,-0.26221165143135516 +12085,FL,Martin,44382.1532456622,-6.002185846798456,0.30332668055647427,7068.2094679204,0.04830717661477331,33,0.215135079,114.833333333333,0.723582922182805,103,0.671482216,5662,461371,576.8,30097,30158,78860,85741,0.38165102713669796,0.35173370966048917,23024,-0.22930509764138984,-0.2685296415950362 +12086,FL,Miami-Dade,133181.239697939,-18.141564012180336,0.05334857094133794,32498.8624031659,0.013018108784392904,663,0.248979111,1513.33333333333,0.557819393070384,1640,0.61587593,57028,8003948,581.5,540776,623006,877245,978670,0.6164480846285815,0.6365843440587736,289340,0.2373042878557301,0.2956461319954632 +12087,FL,Monroe,20457.4140964427,-16.97439338536284,0.2798934751189314,2979.49192509097,0.04076470002860816,24,0.311138768,72.75,0.91998937744224,70,0.907488073,2157,230605,656,19392,18949,39045,42434,0.49665770265078757,0.4465522929726163,2936,0.00404661288257141,-0.06918980063156904 +12089,FL,Nassau,17763.1419662347,-2.1116339046698083,0.24228853924536517,3423.26250683514,0.04669316238147066,9,0.117464337,70.1666666666667,0.87031662160039,49,0.639528054,2346,230640,770.7,10249,10849,40523,46537,0.2529180958961577,0.2331263295872102,23372,-0.48557609258939366,-0.5022240367879323 +12091,FL,Okaloosa,62772.6877267774,-1.1120025488927785,0.34715182735937783,14701.1225982965,0.081301625898931,24,0.122129946,160.416666666667,0.797418435485742,149,0.758223416,5121,587772,779.4,23390,23711,94739,100657,0.24688882086574696,0.2355623553255114,48077,-0.49349264822301275,-0.47763195803570546 +12093,FL,Okeechobee,19130.1645223347,9.478618850620306,0.47830194325269276,4606.70603254912,0.11517916873060105,12,0.306521239,43.4166666666667,1.07696251095566,17,0.434238422,1260,117589,842.1,4856,3953,12321,13632,0.39412385358331303,0.2899794600938967,5389,-0.20038957876795715,-0.3953198356807512 +12095,FL,Orange,213587.079861888,-4.820596503860551,0.18638331651641774,52054.5484773595,0.04542456121994169,225,0.179568891,957.416666666666,0.728424151448314,948,0.756583594,22096,3772228,660.1,274227,329579,467385,545800,0.5867261465387208,0.6038457310370099,134488,0.18222664398729105,0.2464052766581165 +12097,FL,Osceola,57551.9402549002,8.444547695988474,0.21419856060033196,15624.6739627876,0.05815238648524331,51,0.164404228,246.583333333333,0.733846207262573,185,0.596368278,6000,936082,674.2,67201,85287,108647,139981,0.618526052260992,0.6092755445381873,35035,0.24501366811784953,0.25028396710982204 +12099,FL,Palm Beach,226700.784961512,-16.149291260443235,0.17172558616133815,48762.8062102014,0.036937770112883545,269,0.192457663,787.25,0.545258725178521,910,0.651064956,42209,4197133,563.3,349418,371411,600341,657235,0.5820325448370176,0.5651114137256841,100649,0.17017161912979456,0.1531400488409777 +12101,FL,Pasco,109782.032513673,6.133569385448773,0.23624433235780087,23233.1503267946,0.0499963424054698,65,0.133929215,356.75,0.696276894731911,190,0.391485399,17200,1459300,758.5,98148,89998,213358,240814,0.46001556070079397,0.37372411902962455,51945,-0.06649387414580188,-0.2157058974976538 +12103,FL,Pinellas,131275.317642518,-18.379676094822035,0.14322891656085374,23605.6103112233,0.025755077575521142,194,0.206801422,811.666666666667,0.84484367789771,613,0.653449853,34617,2817654,705.5,238966,233327,457484,491520,0.5223483225642864,0.47470499674479166,5419,0.056338582332934095,-0.011024983723958326 +12105,FL,Polk,197904.428105007,4.047739350350288,0.3286930270223254,45929.7378131994,0.0762832074891826,93,0.146540232,544.333333333333,0.817134504943088,290,0.456953413,19169,1908251,742.5,114610,117182,248658,283828,0.4609141873577363,0.4128627196752963,40034,-0.06819004415703495,-0.14105021350959035 +12107,FL,Putnam,17893.988357123,-2.5977410137532613,0.2406270286310984,4336.64905283166,0.058316511387656124,13,0.180197663,96.5833333333333,1.33629416457979,28,0.388118043,2890,216505,927.3,11666,9920,31323,32652,0.3724419755451266,0.3038098738208992,11953,-0.24454873415700917,-0.3660725223569766 +12109,FL,St. Johns,48249.2090250575,0.5620695575343906,0.25389109090795836,10054.8420127634,0.05290936077733202,28,0.128488108,123,0.523210556092,133,0.610318513,5339,654215,618.5,35155,43037,114733,136392,0.30640704941037017,0.3155390345474808,45596,-0.3777030148257258,-0.33430113203120415 +12111,FL,St. Lucie,102411.279571579,3.767110689808985,0.3686657123629049,22249.9076723757,0.08009643172471086,36,0.123699438,208.333333333333,0.6797017142621,138,0.474181178,9019,875743,655.1,65869,66812,123026,140731,0.5354071497081918,0.47474969978185333,3436,0.07857688618665976,-0.02441537401141186 +12113,FL,Santa Rosa,62096.0970326835,-0.02630548783522915,0.4102218179893475,15589.1742830727,0.10298585130058861,15,0.091786908,111.75,0.655436752552831,83,0.507887555,3923,491010,764.7,17757,18398,76816,87432,0.23116277858779422,0.21042638850764023,46728,-0.5260883149343887,-0.534449629426297 +12115,FL,Sarasota,100808.424975912,-4.100374267742908,0.2656712513332841,15026.0048612383,0.03959964174600551,88,0.221683688,250,0.605959245604978,184,0.463520438,15960,1192678,579.4,95089,97676,207434,228509,0.4584060472246594,0.42744924707560755,26422,-0.07424048130971783,-0.11562783085130118 +12117,FL,Seminole,116001.431555215,-15.447795270558718,0.2744180081170307,28734.2185817021,0.06797491136337251,63,0.142367734,303.833333333333,0.667063318689409,307,0.693760226,9550,1328331,636.5,96435,105611,208605,224377,0.4622851801251168,0.4706854980679838,3654,-0.06473478583926567,-0.016285091609211266 +12119,FL,Sumter,11721.7415244325,18.454908928262657,0.12547357658352065,1119.9287510944,0.011988104807261828,13,0.113686052,67.9166666666667,0.547732722560943,27,0.236117184,4655,341144,583.3,19519,22631,60471,76649,0.32278282151775234,0.2952549935419901,30091,-0.34934100643283555,-0.39258176884238544 +12121,FL,Suwannee,7073.28400393237,-1.4808879085970055,0.17023137840081756,1559.40654853091,0.037529940278956224,6,0.136295489,55.4166666666667,1.26539404180177,22,0.499750125,1661,131162,913.9,4749,3955,17627,18675,0.26941623645543766,0.21178045515394914,10326,-0.4494809099676632,-0.5529317269076305 +12123,FL,Taylor,6513.76479115371,21.99129033625479,0.2886027820626367,1228.92823541398,0.054449633824279135,3,0.132849172,31.5833333333333,1.42427658774897,10,0.442830573,733,67994,844.4,2761,2149,9117,9279,0.30284084676977074,0.23159823256816467,4774,-0.3825819896895909,-0.5144950964543593 +12125,FL,Union,3599.33514310344,-5.488615225669564,0.23169199505010876,384.865055048438,0.024774062120916512,0,0,12,0.792497688548408,3,0.197498354,701,45483,1558,1339,1014,5393,5693,0.2482848136473206,0.17811347268575445,3553,-0.4897088818839236,-0.6240997716493939 +12127,FL,Volusia,171050.984610032,13.944109259381152,0.3458419035652183,32026.7424265746,0.06475373170783776,64,0.126100672,467.583333333333,0.883292655589222,269,0.530016886,19993,1526983,792.5,114716,108793,234483,260304,0.4892294963814008,0.4179459401315385,33970,-0.01175778201404798,-0.1305012600651546 +12129,FL,Wakulla,387.695085350992,6.141606237563314,0.012597318863757211,58.9619367026481,0.001915841457715366,4,0.127258844,30.0833333333333,0.943258186226863,10,0.318147111,772,93899,855.6,5173,4348,14656,15344,0.3529612445414847,0.28336809176225236,6159,-0.2807723799126638,-0.40139468196037537 +12131,FL,Walton,6982.22126667468,-32.81555065606835,0.12685030370209982,1390.08177451692,0.025254469678558943,9,0.146270112,50.75,0.770234788811486,45,0.731350561,1739,184492,737.8,6665,6861,28480,33559,0.23402387640449437,0.20444590124854733,18834,-0.5202949438202247,-0.5612205369647486 +12133,FL,Washington,10289.8141848071,-10.74558735640328,0.4133119450838328,1740.1378922825,0.06989628423371225,3,0.122694368,23.3333333333333,0.949706269418101,17,0.695268087,838,73727,950.1,2820,2261,10998,11144,0.2564102564102564,0.2028894472361809,6369,-0.47435897435897434,-0.5715183058147881 +13001,GA,Appling,3671.27985691817,0.43206812239093545,0.2013204571681383,842.443686982591,0.046196736509244954,1,0.0539374,24.6666666666667,1.33854279719268,13,0.701186624,631,55280,997,1756,1434,7079,7003,0.2480576352592174,0.2047693845494788,4058,-0.49088854357960165,-0.579465943167214 +13003,GA,Atkinson,1919.59901559692,-0.28430731312197743,0.22920585260858747,553.633314076514,0.06610547033749421,3,0.364830354,10.8333333333333,1.30948063983239,4,0.486440472,223,24873,1034.3,930,696,2902,2604,0.32046864231564437,0.2672811059907834,1177,-0.3473466574776017,-0.45199692780337936 +13005,GA,Bacon,1369.72936612636,73.73127387205777,0.12344352614693223,395.925229613777,0.03568179791039807,2,0.177289247,16.3333333333333,1.43627623402509,7,0.620512366,384,33745,1079.7,791,607,3929,4010,0.2013234919826928,0.1513715710723192,2749,-0.5856452023415627,-0.6855361596009975 +13007,GA,Baker,2616.91711574939,-1.3122307903711943,0.758306901115442,583.725218876183,0.16914668759089627,1,0.307219662,2.66666666666667,0.846560846560847,0,0,82,9778,585,790,650,1584,1440,0.49873737373737376,0.4513888888888889,125,0.0037878787878787845,-0.08680555555555552 +13009,GA,Baldwin,7587.25075026634,-7.812281010846648,0.1659503663662804,1715.01894904668,0.03751135059157218,7,0.152475549,64.0833333333333,1.41953157304034,40,0.871288854,1222,137419,867.7,8469,7965,16214,16075,0.5223263846058961,0.4954898911353033,274,0.054520784507215925,0.017045101088646986 +13011,GA,Banks,674.318232605408,-63.0776419656914,0.03665769136207708,187.671143790103,0.010202291045941995,0,0,17,0.924063706039028,14,0.765236403,478,55107,851.3,779,684,6191,6946,0.12582781456953643,0.09847394183702851,5446,-0.7388144080116298,-0.7840483731644111 +13013,GA,Barrow,8995.27694118216,-11.820480813164778,0.12967660330102426,2509.56331633267,0.03617805752494226,13,0.177498635,60.3333333333333,0.782269705849303,40,0.546149645,1671,219995,878,6019,6580,25171,28828,0.23912438917802234,0.22825031219647565,14525,-0.5045488856223431,-0.503850423199667 +13015,GA,Bartow,32530.3012225236,-2.7791479551140306,0.32479308707852267,8750.7819269878,0.08737064735353295,14,0.137611072,108.5,1.04520889728053,58,0.570103012,2504,305864,862.5,8383,8204,35738,39263,0.2345682466842017,0.2089499019433054,21675,-0.5166489451004532,-0.5520464559508952 +13017,GA,Ben Hill,4050.36323786718,2.8307959710984285,0.2296905544894624,1088.59005720253,0.061732451922566066,3,0.171781951,27.3333333333333,1.58518432600669,14,0.801649107,658,52265,1093.4,2508,2098,5947,5923,0.4217252396166134,0.3542123923687321,1636,-0.14915083235244658,-0.27621137936856316 +13019,GA,Berrien,3723.02958257279,39.80445736672012,0.19304311845757488,934.514200721075,0.048455574028884944,6,0.320855615,25,1.31627441689043,9,0.481283422,604,56673,915.6,1268,1041,6187,6563,0.20494585421044126,0.1586164863629438,4367,-0.5768546953289155,-0.6653969221392656 +13021,GA,Bibb,38423.1967510543,8.337279721533987,0.24701985092000683,10304.4014948656,0.06624622458077366,35,0.227413015,225.833333333333,1.47835384481103,173,1.124070043,5193,462192,1016.6,38538,34383,64625,58327,0.5963326885880077,0.5894868585732165,11794,0.20010831721470013,0.20220481080803054 +13023,GA,Bleckley,907.601337564891,-4.977833699839416,0.06947878263529748,227.208838571918,0.017393312299771722,3,0.234466589,15.0833333333333,1.16294011822154,5,0.390777648,443,37776,919.8,1266,1094,4903,4934,0.25820925963695696,0.2217267936765302,2623,-0.47317968590658777,-0.531617349006891 +13025,GA,Brantley,798.914983320469,-71.80962389899119,0.04339335089459937,202.444831107823,0.010995862859585193,4,0.217190639,23.4166666666667,1.2757650049941,6,0.325785959,546,55147,914.6,939,619,6001,6285,0.15647392101316449,0.0984884645982498,4942,-0.6705549075154141,-0.7863166268894193 +13027,GA,Brooks,1355.03645364123,0,0.0834227946586979,355.337822475575,0.021876366587180632,3,0.194577766,22.4166666666667,1.42899640891609,7,0.454014788,568,46706,972.8,3101,2504,6671,6268,0.4648478488982162,0.39948947032546267,1175,-0.06310897916354363,-0.1874601148691768 +13029,GA,Bryan,7790.85835136745,84.43027353357907,0.25769385609656503,2428.1154414965,0.08031341386883538,7,0.206453135,36,0.993651669886834,27,0.796319236,752,102216,904.9,3695,4010,13403,15063,0.2756845482354697,0.26621522936997943,6503,-0.43587256584346784,-0.43172010887605394 +13031,GA,Bulloch,4473.95337355557,-58.57631695285943,0.06371609971311178,1027.57274677036,0.014634244510166485,11,0.152593394,89.5833333333333,1.19888832383145,56,0.776839097,1458,216226,862.8,9572,8812,24032,24151,0.3983022636484687,0.36487101983354725,5664,-0.19087050599201066,-0.23452445033331953 +13033,GA,Burke,1759.32536859792,-21.283584286516614,0.07545571146843026,471.332035214665,0.020214961194658817,4,0.176141618,29.4166666666667,1.29657381288199,8,0.352283236,720,68377,999.5,5403,4730,9773,9350,0.5528496879156861,0.5058823529411764,239,0.11306661209454621,0.025561497326203164 +13035,GA,Butts,1120.39854060672,16.44271321760032,0.047364131921653764,343.485535760061,0.014520631399706658,3,0.128380692,28.4166666666667,1.19312535863739,12,0.513522766,797,70201,1052.2,2966,2566,9372,9477,0.31647460520699955,0.2707607892793078,4151,-0.35638070849338455,-0.43800780837817876 +13037,GA,Calhoun,920.795436493451,-1.091182959878658,0.1375553385858158,197.910091395979,0.029565295995814013,1,0.154726907,7.58333333333333,1.19913556820578,1,0.154726907,208,19422,986.7,1297,1178,2187,2023,0.5930498399634202,0.5823035096391498,349,0.18930041152263372,0.17251606524962926 +13039,GA,Camden,22128.5554332657,20.91736095601823,0.43807644434632076,6000.71262483351,0.11879541157392176,5,0.096103946,49.6666666666667,0.936965489485864,35,0.672727622,990,155544,788.9,6358,5914,17938,18825,0.3544430817259449,0.3141567065073041,6373,-0.27650797190322224,-0.3385391766268261 +13043,GA,Candler,387.784923543164,-44.00019608816849,0.03525958570132424,116.132622877474,0.010559431067237135,4,0.367376929,21,1.92483959670027,12,1.102130786,403,32707,1067.7,1155,1023,3526,3757,0.32756664775950084,0.2722917221187117,1638,-0.33720930232558144,-0.43598615916955014 +13045,GA,Carroll,24209.0440597118,-12.024726421055497,0.2190328522416405,6075.02947294183,0.05496421211958915,24,0.210354711,127.75,1.0988207567456,81,0.709947148,3161,340875,1001,12635,12422,41445,43744,0.30486186512245145,0.28397037307973666,17561,-0.37674025817348294,-0.4014493416239941 +13047,GA,Catoosa,22293.5579319821,-11.704724859072407,0.34865280929564446,5426.77982755486,0.08487034855892622,8,0.121912193,66.1666666666667,0.996515959316044,46,0.700995108,1765,196991,781.4,5357,4769,23639,26510,0.22661703117729176,0.17989437947944173,16091,-0.5284064469732221,-0.6069784986797434 +13049,GA,Charlton,2206.8829869376,-38.99452365422468,0.18132306194541123,560.686339888213,0.046067401190388046,2,0.155074824,16.5,1.32031687605025,6,0.465224471,342,38907,847.1,1197,1004,3763,4008,0.31809726282221634,0.250499001996008,1946,-0.3534414031357959,-0.4855289421157684 +13051,GA,Chatham,58615.0119360267,11.84218321571338,0.22108193753970423,13106.6050152873,0.04943500880815041,56,0.197615208,295.833333333333,1.02335438848954,289,1.019835626,7101,848050,796.6,60077,58998,108267,106013,0.5548966905890068,0.5565166536179526,15349,0.12001810339253882,0.14478413024817716 +13053,GA,Chattahoochee,10904.0156107988,26.03874638011044,0.9677834038163486,2980.47933837702,0.26453175986305316,1,0.084480865,5,0.457791613257645,2,0.16896173,115,35662,929.8,726,593,1483,1384,0.48954821308159135,0.42846820809248554,153,-0.004045853000674338,-0.11054913294797686 +13055,GA,Chattooga,1319.89429583407,-30.03880644103894,0.05073589451601269,294.455759074061,0.011318691488528196,7,0.280684871,34.25,1.37971318079278,10,0.400978387,975,74887,1068.3,2220,1612,7791,8246,0.2849441663457836,0.19548872180451127,4845,-0.4125272750609677,-0.587557603686636 +13057,GA,Cherokee,63651.9585581528,-0.0915074614990322,0.29695892882607,17331.9880933369,0.0808598625275811,38,0.164512847,118.333333333333,0.489609925703418,148,0.640734247,3995,691223,689.2,19813,25203,98041,110825,0.20208892198161993,0.2274125874125874,55408,-0.5779214818290308,-0.4999593954432664 +13059,GA,Clarke,40504.5533203394,-5.10623100266458,0.3470410860765581,8149.19928009531,0.06982195178038034,25,0.206717492,110.833333333333,0.888749896423884,120,0.99224396,2209,365847,782.5,25386,29514,40138,44221,0.6324679854501968,0.6674204563442708,16823,0.2885544870197817,0.38043011239004093 +13061,GA,Clay,2355.45401748128,4584.874528619641,0.7400106872388563,557.127049525062,0.17503206079957961,2,0.644745326,5.83333333333333,1.93156732891832,0,0,105,9270,728.3,862,697,1402,1271,0.6148359486447932,0.5483870967741935,131,0.23181169757489306,0.10306845003933907 +13063,GA,Clayton,99211.8210369566,-3.492319539508463,0.38243115917169,28481.2430515562,0.10978646174431125,54,0.201837469,281.083333333333,1.00580162359581,189,0.70643114,4602,807148,830.2,81439,75908,96020,89236,0.8481462195375963,0.8506432381550048,64168,0.7006977712976463,0.7190819848491641 +13065,GA,Clinch,684.673266774504,37.086273234403386,0.10071686772205118,152.808365155282,0.022478429708043833,1,0.146391451,11.8333333333333,1.73280616976619,5,0.731957254,221,20496,1052.8,852,685,2472,2443,0.3446601941747573,0.280392959476054,1039,-0.3017799352750809,-0.42529676627097834 +13067,GA,Cobb,268612.01393590303,-3.458128263940716,0.3903801806421699,71804.226056283,0.10435477672049245,107,0.146378634,454.416666666667,0.607387110427944,603,0.824918842,12369,2190287,687.2,132526,159416,308989,326424,0.4289019997475638,0.48837095311619244,6814,-0.12601743104123453,0.020874690586476508 +13069,GA,Coffee,6630.00818561789,-2.032713283577702,0.15653055495367577,1830.51336475059,0.043217333193658274,8,0.186867861,64.75,1.50539384357854,29,0.677395996,1161,128979,953.6,5048,4090,14434,13896,0.34972980462796177,0.2943293033966609,5485,-0.29056394623804904,-0.39471790443293037 +13071,GA,Colquitt,7939.47024632146,-6.347241564636502,0.17450152196407445,2017.08808477347,0.044333554986449294,13,0.281983428,65.4166666666667,1.43118637145941,26,0.563966856,1414,138202,982.1,3971,3460,13319,13592,0.29814550641940085,0.25456150676868744,6432,-0.39560027029056233,-0.47321954090641555 +13073,GA,Columbia,21997.9766349998,6.754032923228706,0.177327244282684,6240.31486651713,0.05030361915082368,18,0.12925741600000001,80.5833333333333,0.546512942240307,72,0.517029665,2485,419673,673.8,16420,18863,58842,64190,0.2790523775534482,0.29386197226982397,24197,-0.43003296964753074,-0.3769590278859635 +13075,GA,Cook,2218.61335814221,3.7620257112252213,0.1288992190414949,669.464923370451,0.038895243049642744,4,0.232369002,25.75,1.49997087435195,13,0.755199256,588,51348,1056.8,2042,1752,6027,6038,0.3388086942093911,0.2901623053991388,2423,-0.3139206902273104,-0.4012918184829414 +13077,GA,Coweta,32150.4149686124,-0.42423891694183047,0.25252256154804464,9008.70619254214,0.07075807781005003,18,0.132771758,96.5,0.686705663008981,66,0.486829779,2900,406926,795.7,15156,16572,55512,61315,0.2730220492866407,0.2702764413275707,25941,-0.44093169044530917,-0.42307755035472566 +13079,GA,Crawford,82.7522260219412,787.6797412651077,0.0065520368980159305,15.4702063687682,0.0012248777805833886,1,0.080729797,10.4166666666667,0.845371422388141,1,0.080729797,317,37399,752,1699,1419,5123,5157,0.3316416162404841,0.27515997673065734,2213,-0.3253952762053484,-0.42912546053907313 +13081,GA,Crisp,1970.35604693502,-70.23408276998624,0.08406314462797133,570.917887805321,0.024357604326350143,14,0.610447371,40.5833333333333,1.78615964672916,18,0.784860905,713,69111,855.6,3160,2835,7386,7500,0.42783644733279175,0.378,1704,-0.13796371513674527,-0.22719999999999996 +13083,GA,Dade,909.009866401786,34.01160116196796,0.054650986977802324,202.946392891579,0.012201430463030061,4,0.244066142,27,1.66082303007935,8,0.488132284,583,49109,997.7,1404,965,5997,6238,0.23411705852926462,0.15469701827508817,4082,-0.5092546273136569,-0.6543764026931709 +13085,GA,Dawson,121.022838448174,NA,0.005419741981557277,22.9180345398418,0.0010263338351921988,3,0.130679096,24.9166666666667,1.05561204315653,17,0.740514876,615,68797,847.9,1241,1444,10234,11680,0.1212624584717608,0.12363013698630138,8436,-0.7428180574555404,-0.7222602739726027 +13087,GA,Decatur,3707.05354209836,-14.309240450424978,0.13314609374679837,948.126292972008,0.03405381412872667,6,0.220426157,45.6666666666667,1.70258245718689,21,0.77149155,889,81782,929.5,4580,4104,10465,10238,0.4376493072145246,0.4008595428794686,1905,-0.11810797897754416,-0.18607149833951947 +13089,GA,DeKalb,168085.214808465,-7.470059860240314,0.2429352729518365,43384.1638736398,0.06270357392492741,153,0.211864113,589,0.795600827208738,595,0.823915997,12914,2174917,691.6,237704,239131,305299,295871,0.7785940995548626,0.8082272341662413,191600,0.5679546935954589,0.6475795194527344 +13091,GA,Dodge,595.885361021617,35.306254316403574,0.02733920724085231,162.3394265764,0.00744812931622316,7,0.333714722,25.5,1.2400914263483,13,0.619755912,645,63123,910.9,2440,1836,7731,6995,0.315612469279524,0.2624731951393853,3185,-0.35881515974647515,-0.45532523230879196 +13093,GA,Dooly,249.845539402996,-94.99589514358469,0.016747924614760424,37.0652503253982,0.0024845991637885913,0,0,17.3333333333333,1.25941534064763,6,0.422892585,367,42563,758.1,2278,1860,4289,3836,0.5311261366285848,0.4848800834202294,81,0.06878060153882026,-0.02111574556830026 +13095,GA,Dougherty,36949.5682490665,-6.234103881034258,0.39073196477625444,9868.59788365833,0.10435782671874722,19,0.205612129,132,1.46638968194897,92,0.995595572,2791,277072,947,26209,23224,37822,33925,0.6929564803553487,0.6845689019896831,12997,0.3904605784992861,0.38310980103168757 +13097,GA,Douglas,42655.0980948235,1.2478232830623825,0.3221611148903235,12044.6422940911,0.09096955729168599,14,0.100881997,109.666666666667,0.771084111448607,85,0.612497838,2743,415559,831.8,28410,30971,55201,57365,0.5146645894096121,0.5398936633835962,6168,0.039564500643104294,0.10752200819314911 +13099,GA,Early,1113.63815932384,4.1006286511575905,0.10116625720601745,292.519582724688,0.026573363256239827,4,0.381279192,17.0833333333333,1.65231969565077,5,0.47659899,423,31542,1019.6,2762,2165,5349,4782,0.5163581977939802,0.45273943956503554,387,0.03851187137782763,-0.08092848180677542 +13101,GA,Echols,194.303752798141,0,0.04816652275610833,52.0372160777409,0.012899656935483615,0,0,4.66666666666667,1.17785630153121,0,0,82,12132,817.2,173,156,1102,1175,0.1569872958257713,0.1327659574468085,850,-0.6751361161524501,-0.7234042553191489 +13103,GA,Effingham,6971.91159583195,9.812076170232036,0.13343371475276458,1874.83035805739,0.0358819207283711,4,0.072172203,39.5,0.672775582504428,24,0.433033217,1207,167066,880.3,4941,4851,20779,23395,0.23778815149910967,0.20735199829023296,13014,-0.5125366957023918,-0.5562727078435563 +13105,GA,Elbert,4666.53397186186,58.27758290011494,0.23140602855607753,1144.56610520551,0.056757220331523854,6,0.308673732,28,1.46267565167424,11,0.565901842,779,58284,992.5,3179,2507,8139,7912,0.39058852438874553,0.3168604651162791,2762,-0.20616783388622678,-0.3490899898887765 +13107,GA,Emanuel,5925.42251460223,-10.832990255163645,0.26221004135774095,1449.55570154424,0.06414530938774406,3,0.131839156,37.3333333333333,1.64936308077461,12,0.527356625,835,68226,1090.9,2919,2433,8060,7838,0.3621588089330025,0.31041081908650164,2897,-0.26885856079404463,-0.36960959428425616 +13109,GA,Evans,868.18716731132,42.15085014687748,0.0789261061192109,243.85529332771,0.022168663029791823,3,0.275279868,23.5833333333333,2.21024679787566,5,0.45879978,377,32442,1068.7,1266,1130,3560,3602,0.3556179775280899,0.31371460299833426,1274,-0.2811797752808989,-0.3536923931149361 +13111,GA,Fannin,262.397710092461,823.0816897814442,0.011080048563992105,45.4524193313915,0.0019192812824673383,9,0.378899507,18.4166666666667,0.739625167336011,20,0.841998905,983,71735,884.4,2027,1920,10007,11764,0.20255820925352253,0.16320979258755525,7702,-0.582192465274308,-0.6547092825569534 +13113,GA,Fayette,35537.3025841888,-17.21055735083184,0.3334738013098689,9328.62083974307,0.08753761333004645,17,0.155018967,61.0833333333333,0.547209307186732,95,0.866282463,2539,328657,671.7,19703,23255,58473,60387,0.3369589383134096,0.3850994419328663,11779,-0.31370034032801464,-0.19505853908953913 +13115,GA,Floyd,19666.0533490897,-10.632402490397645,0.2041805013558323,4515.49160513742,0.04688156405553974,19,0.197786869,115.25,1.1935584092792,75,0.780737641,3147,288604,919.2,9595,9127,32685,34250,0.2935597368823619,0.26648175182481754,14918,-0.39899036255162923,-0.4355620437956204 +13117,GA,Forsyth,46512.3625556452,-9.624286047050276,0.2650110964876572,14425.9628644634,0.08219406683605814,36,0.176209729,109.75,0.496586111877797,130,0.636312909,3005,611211,631.1,14544,23427,81598,97314,0.17823966273683178,0.24073617362352795,46374,-0.6288021765239344,-0.47653986065725384 +13119,GA,Franklin,197.749835371971,-72.33710087669145,0.008954439203584992,49.2405785024166,0.0022296947338533144,5,0.224577794,34.4166666666667,1.54196535244922,15,0.673733381,884,66625,1032.2,1499,1243,7757,8474,0.19324481113832667,0.14668397451026668,5811,-0.5946886682996003,-0.6857446306348831 +13121,GA,Fulton,215972.953155202,8.282302232478319,0.23460505176100963,58074.2447393629,0.06308433993245885,204,0.204753698,674.583333333333,0.659200236611761,1147,1.151237706,19416,2991465,737.1,248479,281875,386845,407173,0.6423218601765565,0.6922733088883595,171503,0.29635125179335386,0.4212042547025466 +13123,GA,Gilmer,1758.34912126438,66.1535425498323,0.062150046700988976,391.014968166546,0.01382069023634052,7,0.242811058,26.4166666666667,0.88846287514434,21,0.728433175,862,86873,732,1955,1955,11008,12713,0.17759811046511628,0.15377959568945174,8510,-0.6327216569767442,-0.6693935341776135 +13125,GA,Glascock,2147.1099515887,-0.842455598215224,0.6966612432150227,550.178500132435,0.17851346532525472,1,0.327546675,3.33333333333333,1.10889332446219,0,0,113,9190,986.7,176,138,1333,1390,0.13203300825206302,0.09928057553956834,1097,-0.7194298574643662,-0.7892086330935252 +13127,GA,Glynn,21075.6584008721,-3.6067107219845322,0.26468312361379576,4619.96880992878,0.05802085763354658,20,0.243383024,103.666666666667,1.22679542101568,90,1.095223608,2454,247514,799,11922,11738,33054,34041,0.3606825195135233,0.344819482388884,9744,-0.2701942276275186,-0.28624305983960513 +13129,GA,Gordon,8191.95058314043,15.375945948007638,0.14844255034139872,2341.5067174541,0.04242936102370347,11,0.19626385,73.8333333333333,1.29750691222644,35,0.624475886,1509,168254,907,3436,3176,16857,18850,0.20383223586640564,0.16848806366047744,11995,-0.5776828617191672,-0.6363395225464191 +13131,GA,Grady,2708.21485281942,2.818467172241622,0.10828095049455917,656.570455942349,0.026251267679914796,5,0.197168658,28.4166666666667,1.14546382887241,16,0.630939706,772,75707,873.9,3419,3005,9391,9187,0.3640719838142903,0.3270926308914771,3042,-0.26653178575231606,-0.33112006095569824 +13133,GA,Greene,600.763917560979,-0.5331261339474493,0.037561830534011444,127.452929710806,0.007968796405577466,6,0.363856883,28.0833333333333,1.65166931325844,7,0.424499697,584,49446,800.7,3195,3194,8313,8831,0.38433778419343195,0.3616804438908391,2294,-0.2251894622879827,-0.25976673083456003 +13135,GA,Gwinnett,238353.748639251,-8.58327693173586,0.295973591448939,68657.4444904144,0.08525475492432757,145,0.165162737,548,0.60409972054876,673,0.766582908,11739,2631620,655.5,131879,165063,295560,323931,0.44620043307619434,0.5095622215842263,18600,-0.09366626065773448,0.0574196356631505 +13137,GA,Habersham,7764.31422893915,-14.530367303375987,0.18039344413324854,1799.46336436983,0.04180812166004112,6,0.137136588,56.4166666666667,1.27506817942112,30,0.68568294,1275,131049,802.8,2297,2483,14600,16128,0.15732876712328767,0.15395585317460317,10701,-0.6747260273972603,-0.6635044642857143 +13139,GA,Hall,48466.8521886444,-5.652283336604571,0.2697338226477839,13134.8546627194,0.07309974545713252,34,0.178233496,177.75,0.903949917868967,111,0.581879944,4230,571648,728.4,12489,16153,59241,70133,0.2108168329366486,0.2303195357392383,35528,-0.564288246315896,-0.5065803544693654 +13141,GA,Hancock,2161.80750509955,-6.1212904262303125,0.2292721927139198,264.526277814127,0.02805454213746177,2,0.235045246,13.5833333333333,1.57214506172839,7,0.822658362,280,25983,784,3301,2695,4076,3572,0.8098626104023553,0.7544792833146696,1854,0.622423945044161,0.519036954087346 +13143,GA,Haralson,1492.03171794254,35.77053301900236,0.05184265871933773,419.044637859634,0.014560272337026893,4,0.139659928,32.75,1.12767715722058,19,0.663384658,1013,85932,1044.8,1787,1474,10362,11317,0.17245705462265973,0.1302465317663692,8105,-0.641961011387763,-0.716179199434479 +13145,GA,Harris,198.054701785033,-5.293503470234344,0.006184571002530382,58.4576296621017,0.00182543185305089,5,0.152086629,23.75,0.7057530013075,8,0.243338606,764,98912,676.8,4141,4082,15479,16392,0.26752374184378835,0.2490239141044412,7849,-0.4555849861102138,-0.47883113714006836 +13147,GA,Hart,3072.14240657398,269.2070554290176,0.12184755509356206,737.478453885599,0.029249928762368583,4,0.157623044,23.3333333333333,0.913134791740044,12,0.472869133,847,76456,811,2869,2583,9501,10077,0.301968213872224,0.25632628758559095,4702,-0.3838543311230396,-0.4666071251364493 +13149,GA,Heard,757.33018183969,79.94856317330358,0.06399612826091684,199.667110982533,0.01687232643083767,1,0.086184607,6.25,0.544093322886742,4,0.34473843,367,34711,922,947,743,4162,4206,0.22753483901970206,0.17665240133143129,2627,-0.5305141758769822,-0.6245839277223015 +13151,GA,Henry,67872.6963615127,-3.9386598859002184,0.3328365569262399,19140.2837441632,0.09386080827062897,26,0.121569746,163.916666666667,0.739135793562041,152,0.710715438,4207,642164,838.6,43374,49902,90469,98037,0.47943494456664715,0.5090119036690229,4261,-0.03233151687318303,0.04346318226791929 +13153,GA,Houston,51794.9048753804,2.2117943027574527,0.3702280548633338,14027.9430601018,0.10027121558328662,14,0.093889787,157.75,1.03699662113304,125,0.83830166800000006,3205,447325,792.4,22643,22460,57912,59559,0.39098977759359027,0.3771050554911936,12891,-0.20700372979693332,-0.21644084017528836 +13155,GA,Irwin,710.056613856433,4.739266731401907,0.07444502137307958,132.685686794285,0.01391126932210998,1,0.109841828,9,0.955211207811505,4,0.439367311,316,27741,871.9,1134,890,3683,3659,0.307901167526473,0.24323585679147308,1821,-0.3760521314146076,-0.49767696091828373 +13157,GA,Jackson,2606.89004968246,346.04455111404985,0.04309977762556766,686.077711848018,0.011342939767678235,6,0.096977534,62.5,0.967267662307514,34,0.549539357,1737,186124,985.1,4236,4469,23670,27057,0.17896070975918885,0.1651698266622316,17285,-0.62889733840304185,-0.6388365302879108 +13159,GA,Jasper,3165.39966908527,245.4047917672741,0.22772659489822086,780.953360863204,0.056183695026129785,3,0.22334723,9.66666666666667,0.70797324349397,3,0.22334723,405,40605,921.5,1839,1544,6010,6016,0.3059900166389351,0.2566489361702128,2809,-0.37970049916805326,-0.4669215425531915 +13161,GA,Jeff Davis,1843.84142751173,-3.455845421952202,0.12236802677938213,503.893533817458,0.033441301686850146,4,0.26919712,21.9166666666667,1.47319127960386,8,0.538394239,516,44748,1134.2,1271,901,5330,5089,0.23846153846153847,0.17704853605816467,3201,-0.5108818011257035,-0.6290037335429357 +13163,GA,Jefferson,616.66325276448,83.45704810526834,0.03642429136234377,163.232703106627,0.009641624518997461,6,0.368731563,25.5833333333333,1.60739716846779,11,0.676007866,657,48669,1061.8,4238,3809,7268,6934,0.5831040176114475,0.5493221805595616,752,0.17143643368189326,0.10845111047014716 +13165,GA,Jenkins,340.970745715516,-67.01510618404636,0.04088378245989401,75.1125730029753,0.009006303717383129,1,0.109589041,13.5833333333333,1.53501337250913,6,0.657534247,297,27348,935.5,1487,1108,3386,3034,0.43916125221500296,0.3651944627554384,784,-0.11724748966331949,-0.2584047462096242 +13167,GA,Johnson,885.749846380491,-59.54003080101211,0.08875248961728367,221.392346717032,0.02218360187545411,2,0.206164313,12,1.26249342451341,6,0.618492939,272,29150,789.9,1305,1136,3772,3682,0.34597030752916225,0.3085279739272135,1383,-0.30090137857900323,-0.3756110809342748 +13169,GA,Jones,2131.35336376658,9.732841635140348,0.07434348473147233,535.019557474438,0.018661953938903974,2,0.069475805,20.3333333333333,0.710384422783542,7,0.243165318,658,86026,700.1,4272,3960,12099,12524,0.3530870319861146,0.316192909613542,4344,-0.28663525911232335,-0.346854040242734 +13171,GA,Lamar,1163.95543792748,14.551199053930919,0.06354509133195829,285.046776361418,0.015561870194978324,4,0.219695721,18.25,0.988142292490119,8,0.439391443,621,54352,1005.7,2602,2267,7589,7575,0.34286467255237846,0.2992739273927393,2916,-0.30227961523257346,-0.38495049504950496 +13173,GA,Lanier,399.314532138134,-19.927789844661177,0.039622398505470724,112.956916340741,0.011208267150301744,1,0.096404126,12.5833333333333,1.21005224861365,4,0.385616504,257,31098,895.7,1108,805,2958,2861,0.3745774171737661,0.28137015029709894,1179,-0.237998647734956,-0.41209367354071996 +13175,GA,Laurens,4789.90557327193,-0.021872590864844083,0.09889551912441527,1304.58041610592,0.026935219393523554,9,0.188083844,80.1666666666667,1.68715099475264,39,0.815029989,1610,143429,927.2,7508,6737,19591,19448,0.3832372007554489,0.34641094199917727,5664,-0.22658363534275944,-0.29123817359111476 +13177,GA,Lee,4297.96158767969,-20.514937329840237,0.1518821679157428,1231.52578123687,0.04351988766827585,6,0.205542804,30.3333333333333,1.03396166388292,13,0.445342743,587,87407,834.3,3187,3166,13607,14106,0.23421768207540236,0.22444349922019,7475,-0.523480561475711,-0.5299163476534807 +13179,GA,Liberty,27023.6325096935,8.95572671375914,0.42588423730467434,8537.95809597725,0.1345556253601445,6,0.092027363,70.25,1.12274252836823,43,0.659529433,967,191628,805.1,10427,9531,16132,16082,0.6463550706669973,0.5926501678895659,3406,0.30182246466650137,0.21178957841064538 +13181,GA,Lincoln,358.530907249446,-19.757116350711527,0.04483878279757954,46.9294673025489,0.005869117971804515,1,0.13119916,7,0.894225855901891,3,0.393597481,260,22973,830.7,1586,1271,4425,4100,0.3584180790960452,0.31,1488,-0.2757062146892656,-0.36292682926829273 +13183,GA,Long,1522.47313687083,0.32250358480523267,0.105259481254897,436.010076458652,0.030144501967550606,1,0.0584351,8,0.433910072137549,3,0.175305323,289,51535,789.7,1434,1356,3786,4109,0.3787638668779715,0.33000730104648335,1267,-0.22873745377707344,-0.3083475298126065 +13185,GA,Lowndes,26897.5997419599,17.215775238993153,0.24624060258310126,7089.75275830025,0.06490486170205204,13,0.114514239,133.666666666667,1.16609089111445,109,0.960157853,2505,339326,862.7,17118,14614,38610,36813,0.4433566433566434,0.39697932795479857,6694,-0.10510230510230512,-0.1818379376850569 +13187,GA,Lumpkin,352.531033670646,-4.631436114555553,0.011764367405414337,75.2358487891834,0.002510707094346369,3,0.096227868,21,0.667832723803466,27,0.866050808,767,93421,784.4,2049,2216,10878,12324,0.18836183121897407,0.1798117494320026,7397,-0.6052583195440339,-0.600210970464135 +13189,GA,McDuffie,1924.4101567174,-6.718131115576963,0.08797303573565257,568.491923796505,0.025988202230697373,4,0.187178287,28.5833333333333,1.33007600434311,15,0.701918577,681,64624,940.8,4041,3699,9585,9268,0.4215962441314554,0.3991152352179543,1733,-0.14960876369327075,-0.18698748381527835 +13191,GA,McIntosh,1211.65435753902,-3.7368772290767613,0.08453599089785949,232.200350934281,0.016200401237304193,2,0.140706346,15.75,1.13089681912831,10,0.703531729,392,41976,649,2860,2298,6333,5893,0.4516027159324175,0.3899541829288987,1184,-0.08605716090320537,-0.20091634142202608 +13193,GA,Macon,2530.80362231372,-1.5237370387568883,0.17169631087610038,277.23003185766,0.01880800758871506,4,0.290023202,21.4166666666667,1.59231722428748,7,0.507540603,443,41444,991.1,3211,2705,4781,4287,0.671616816565572,0.6309773734546302,1165,0.3484626647144949,0.271751807790996 +13195,GA,Madison,814.255246056158,1.7966045698420217,0.02895644545007671,181.795368126622,0.006464984641771764,4,0.141282848,33.0833333333333,1.14777037653807,10,0.353207121,873,85005,936,2486,2423,11079,11945,0.2243884827150465,0.20284637923817497,6772,-0.53750338478202,-0.5669317706153203 +13197,GA,Marion,4.88743107067421,-99.9396082716682,5.590747049501498e-4,1.13742980593815,1.3011093639191834e-4,2,0.227350233,9.91666666666667,1.16338182386986,4,0.454700466,222,26218,738,1411,1213,3167,3183,0.44553204925797285,0.3810870248193528,708,-0.10104199557941274,-0.22243166823751176 +13199,GA,Meriwether,980.755135542255,205.19489595796392,0.044595995613962124,241.130832362578,0.010964479463558476,8,0.377394094,27.25,1.29306254152036,10,0.471742617,757,63573,940.9,4328,3800,9259,9181,0.4674370882384707,0.4138982681625095,1416,-0.056917593692623336,-0.1542315651889773 +13201,GA,Miller,191.031015006823,-14.719190859431352,0.0311887371439711,37.0009266452823,0.006040967615556294,2,0.335683115,9.58333333333333,1.61716728540893,1,0.167841558,256,17659,1013,848,622,2770,2540,0.3061371841155235,0.24488188976377953,1266,-0.38122743682310467,-0.49842519685039366 +13205,GA,Mitchell,2991.66038023321,-37.60892172799933,0.12731553239565963,376.97585161121,0.016042890952898542,8,0.351324053,32.0833333333333,1.42852902325719,15,0.658732598,720,68378,923.3,4081,3492,8273,7857,0.4932914299528587,0.4444444444444444,780,-0.008703009790886007,-0.099274532264223 +13207,GA,Monroe,2302.01591071108,-18.55516729027315,0.08711837385373448,432.58495138655,0.016370910966793446,3,0.11090163,27.4166666666667,1.00405283332113,13,0.480573731,758,81158,765.1,3779,3570,12259,12675,0.30826331674687985,0.2816568047337278,5251,-0.3730320580797781,-0.4142800788954636 +13209,GA,Montgomery,1222.66626018566,13.69725484002248,0.13402019732386933,271.334180051221,0.02974177135275907,1,0.111222333,13.6666666666667,1.50846210448859,4,0.444889334,250,26887,920,1135,847,3831,3560,0.2962672931349517,0.23792134831460673,1821,-0.39859044635865315,-0.5115168539325843 +13211,GA,Morgan,3025.57471361296,-15.21993333806354,0.16932923178939782,752.166251427053,0.042095715884657096,2,0.111383382,21.8333333333333,1.20161438268208,15,0.835375362,567,53761,833.5,2751,2658,9016,9435,0.3051242236024845,0.28171701112877584,3901,-0.3801020408163265,-0.41346051934287226 +13213,GA,Murray,5366.60346763986,-5.304621797546482,0.13542453486524328,1455.29827052374,0.03672398986887403,4,0.101497082,54.3333333333333,1.38200008478528,25,0.634356762,1074,118198,948.6,2542,1799,11209,12422,0.22678205013828173,0.14482369988729674,8541,-0.526095102150058,-0.6875704395427468 +13215,GA,Muscogee,54150.9912143008,-13.30905673893211,0.2851778245480201,14593.3478357636,0.07685361053144588,39,0.194138994,207.75,1.05197863128845,195,0.970694968,5529,605873,936.3,42458,39602,70410,68320,0.6030109359465985,0.5796545667447307,12701,0.21288169294134357,0.18590456674473071 +13217,GA,Newton,25321.7552640477,-0.9189961595983223,0.25332394869893055,7462.24149861892,0.07465376956940835,19,0.183265011,89,0.831783474611912,59,0.569086086,2505,311624,895.7,21844,21936,43216,43787,0.5054609403924473,0.5009706077146185,1029,0.020015734912995187,0.023500125608057254 +13219,GA,Oconee,9964.43710835707,2.6040903955509584,0.3037197362947168,2733.5410411738,0.08331934409820166,6,0.170974268,20.9166666666667,0.567801364533,33,0.940358476,640,105200,620.1,4140,5253,16643,19030,0.24875322958601215,0.27603783499737256,7632,-0.485609565583128,-0.401050972149238 +13221,GA,Oglethorpe,645.210840997122,-4.211005933012581,0.04330564742580858,119.803017645951,0.0080410106480939,1,0.068152389,8.41666666666667,0.564081942675871,4,0.272609555,401,44058,744.5,1913,1829,6258,6650,0.3056887184403963,0.2750375939849624,2793,-0.3734419942473634,-0.42000000000000004 +13223,GA,Paulding,35114.4179152128,3.2307218737934087,0.24672169075639241,10637.0591601302,0.07473833759682275,15,0.100679925,81.8333333333333,0.525161773356864,63,0.422855685,2403,448230,746.2,15779,18004,57254,64601,0.2755964648758165,0.27869537623256607,26642,-0.4365109861319733,-0.41240847664896824 +13225,GA,Peach,5366.05950109803,-8.694733161028894,0.19375553352944683,1332.45848176577,0.04811187874221954,4,0.148577372,31.75,1.19114612643031,19,0.705742515,864,80409,1081.6,6141,5083,11499,10699,0.5340464388207671,0.47509113001215064,322,0.07487607618053749,-0.030096270679502823 +13227,GA,Pickens,1654.30005513708,-8.757854957479998,0.05620944090031192,438.194501602586,0.01488887572976066,5,0.166683335,26.3333333333333,0.854090987718388,14,0.466713338,917,89889,808.3,1975,1977,12673,13982,0.15584313106604591,0.14139608067515377,9674,-0.6763986427838713,-0.6918895723072522 +13229,GA,Pierce,2206.09914353856,-3.1296678328809437,0.11760844138706472,552.376623870993,0.029447522330258664,4,0.210626086,25.4166666666667,1.32578721332568,13,0.68453478,601,57086,951.8,1124,903,6845,7297,0.1642074506939372,0.12374948609017404,5398,-0.6635500365230095,-0.7397560641359463 +13231,GA,Pike,5.07830686408852,NA,2.841964779276132e-4,1.43694275108282,8.041539823620907e-5,2,0.112460639,11.5,0.640989911376178,4,0.224921278,509,53487,909.9,1355,1239,8099,8675,0.1673046055068527,0.1428242074927954,6034,-0.6550191381652056,-0.6955619596541787 +13233,GA,Polk,4894.50245786524,3.363909360152922,0.11801090917095214,1305.39039411414,0.031474150551275226,8,0.194491041,61.75,1.47812140942168,29,0.705030025,1417,123683,1067.2,3608,2863,13580,14158,0.26568483063328424,0.20221782737674812,8143,-0.45581737849779086,-0.5751518576070067 +13235,GA,Pulaski,1212.12968028652,0,0.10092670110628807,291.642488306415,0.024283304605030386,2,0.174170513,16,1.42209581370545,11,0.957937821,338,34403,737.9,1219,1104,3681,3598,0.33116001086661234,0.3068371317398555,1332,-0.3327900027166531,-0.3702056698165648 +13237,GA,Putnam,637.477900156751,-13.951326472773683,0.030044203042546472,131.422323720839,0.00619390723540574,4,0.188750472,30,1.39684313451599,7,0.330313326,724,63821,854.4,2917,2745,9205,9431,0.31689299293862033,0.29106139327748914,3771,-0.3577403585008147,-0.3998515533877638 +13239,GA,Quitman,878.522977588357,0.7472922818790457,0.3495913161911488,189.838756743819,0.07554268075758815,1,0.431965443,2,0.856531049250535,0,0,81,6972,767.5,612,461,1128,1044,0.5425531914893617,0.44157088122605365,114,0.09042553191489355,-0.10919540229885055 +13241,GA,Rabun,96.0157151910637,-17.112631324853144,0.005899220643343801,16.2023929384184,9.95477570559007e-4,3,0.184694946,16.3333333333333,0.986371962880206,17,1.046604691,630,48737,812.3,1558,1443,7438,7949,0.20946490992202205,0.18153226820983773,4844,-0.5639956977682172,-0.6093848282802868 +13243,GA,Randolph,1856.19909561412,294.22029218508834,0.2404714465104444,362.603384531716,0.04697543522887887,1,0.136742787,14,1.95067576982026,4,0.546971147,270,21684,860.1,1749,1597,3015,2895,0.5800995024875621,0.5516407599309153,327,0.16583747927031506,0.11295336787564764 +13245,GA,Richmond,78927.4411939859,17.262931607004916,0.3935568923005645,20129.2200732078,0.10037058311538727,32,0.158913035,217,1.07613800354084,158,0.78463311,5971,604098,1002.8,52461,48707,78865,74952,0.6652000253597921,0.6498425659088484,24266,0.33779243010207316,0.32375386914291815 +13247,GA,Rockdale,35030.2915607095,-12.103111060999392,0.4110812833504605,9623.42294800869,0.11293109133378737,18,0.205118855,80.75,0.903698729785686,72,0.82047542,1933,263296,773.9,21878,23206,37879,37589,0.5775759655745928,0.6173614621298784,9743,0.1638638823622588,0.2591981696772992 +13249,GA,Schley,27.7556931857907,-37.432019606801994,0.005540058520117904,5.98176879622042,0.0011939658275889062,1,0.193685842,2.5,0.490388387602982,2,0.387371683,120,15368,732.2,448,401,1748,1909,0.2562929061784897,0.21005762179151388,1071,-0.4794050343249428,-0.5610267155578837 +13251,GA,Screven,3023.79701714128,-3.4208839964557014,0.20720873138773932,820.229056941043,0.056207020964917635,3,0.212992545,21.6666666666667,1.54277034083357,5,0.354987575,530,42440,1015,2769,2300,6093,5699,0.4544559330379124,0.40357957536409894,1005,-0.08468734613490886,-0.17634672749605196 +13253,GA,Seminole,489.748076230168,-23.550941236249642,0.05610586278269768,102.379972169874,0.011728717169191659,6,0.690766751,11.6666666666667,1.37773578963943,4,0.460511167,366,26173,987.3,1475,1186,3765,3577,0.39176626826029215,0.33156276209113783,1157,-0.2042496679946879,-0.3234554095610847 +13255,GA,Spalding,10011.4984113554,-8.286775970164078,0.15625143838052533,2673.26680303717,0.04172220440805285,11,0.171907233,70.3333333333333,1.08529045664496,54,0.843908233,2196,191549,1006.3,9884,9347,25057,25940,0.39446062976413776,0.360331534309946,6289,-0.20022349044179277,-0.2424441017733231 +13257,GA,Stephens,3479.17051409191,29.348437669274947,0.13291959939224107,789.796730433132,0.030173705078629688,4,0.156985871,30.1666666666667,1.17147554140292,15,0.588697017,1002,76638,1070.2,2123,1835,9467,9760,0.22425266715960707,0.1880122950819672,5847,-0.537023344248442,-0.599077868852459 +13259,GA,Stewart,595.120378050023,-42.46610742403528,0.09823710433311703,110.172028967182,0.01818620484766953,1,0.174094708,7.08333333333333,1.24160093485247,0,0,207,17161,952.1,1307,1220,2055,2053,0.6360097323600973,0.5942523136872869,415,0.27591240875912404,0.20214320506575745 +13261,GA,Sumter,7063.75147726198,-4.8917459048148775,0.21523359874651818,1667.93858527517,0.05082234636263048,6,0.192110656,47.6666666666667,1.56855002358309,21,0.672387295,978,93391,947.3,6370,5520,11820,10973,0.538917089678511,0.5030529481454479,245,0.08443316412859564,0.02232753121297726 +13263,GA,Talbot,1512.30142435491,394.4852686567787,0.22029154032846468,329.537693497702,0.04800257734853634,1,0.156494523,5.83333333333333,0.945281693944795,1,0.156494523,238,19151,964.6,2264,2001,3490,3243,0.6487106017191977,0.6170212765957447,805,0.30429799426934095,0.24822695035460995 +13265,GA,Taliaferro,1172.41914030211,-0.9518916944708362,0.6828300176482878,204.975989282319,0.11938030825994118,0,0,2.58333333333333,1.62167817535049,0,0,78,5021,941,636,545,961,897,0.6618106139438086,0.6075808249721293,196,0.3277835587929241,0.2185061315496098 +13267,GA,Tattnall,998.343608665851,4.603218607738697,0.03912004736151454,228.630808779529,0.008958887491360853,4,0.158579131,33.1666666666667,1.32180243371061,6,0.237868696,721,75919,1022.1,1894,1678,6658,6879,0.2844698107539802,0.2439308038959151,3414,-0.4217482727545809,-0.49629306585259486 +13269,GA,Taylor,410.318552837287,-37.145151181767396,0.04607214830870054,31.521282593475,0.0035393310794380197,2,0.236910685,13,1.57920310981535,6,0.710732054,304,25167,939.5,1571,1295,3537,3402,0.44416171897087925,0.38065843621399176,767,-0.10658750353406848,-0.22545561434450323 +13271,GA,Telfair,379.469583848265,-72.29601750846604,0.022998156596864546,88.99077426245,0.005393380258330302,4,0.242160068,22.9166666666667,1.43543167345234,7,0.423780119,446,49443,748.7,1804,1313,4334,3794,0.41624365482233505,0.3460727464417501,1136,-0.15574526995846794,-0.29942013705851345 +13273,GA,Terrell,629.597103313037,441.8959350617461,0.06758959777917735,174.044473266402,0.018684323485389374,6,0.657030223,12.5833333333333,1.4032935578603,6,0.657030223,319,27450,942,2544,2267,4398,4179,0.5784447476125512,0.5424742761426179,395,0.1614370168258299,0.09452022014836092 +13275,GA,Thomas,12238.4570098702,1.6226248694238343,0.2736685377877952,3181.6279357057,0.0711455262903779,7,0.155697413,69.5833333333333,1.53782119283357,37,0.822972041,1496,134946,879.4,7651,7138,18943,18730,0.4038958982209787,0.3810998398291511,4087,-0.18487040067571137,-0.21820608649225848 +13277,GA,Tift,3447.28561928778,-12.21580211146351,0.08592865096185703,884.122671360965,0.02203805452318074,9,0.221108491,77.1666666666667,1.89004278109794,39,0.958136792,1213,121599,941.7,4640,3892,13893,12796,0.3339811415820917,0.3041575492341357,4788,-0.3261354639026848,-0.37417943107221 +13279,GA,Toombs,4932.81450471415,8.66167307356405,0.1812002536353139,1388.72571855198,0.05101295663784226,5,0.183271021,40.1666666666667,1.47693288228661,26,0.95300931,952,81670,1050.3,2740,2338,9333,9108,0.2935819136397729,0.2566974088713219,4274,-0.40490731811850417,-0.4692577953447518 +13281,GA,Towns,1.41620071267243,27.83886038860146,1.35249805431423e-4,0,0,3,0.270318976,16,1.40461768062505,7,0.630744278,479,33017,736.1,1265,1206,6159,6726,0.2053904854684202,0.1793041926851026,4171,-0.5794771878551713,-0.620130835563485 +13283,GA,Treutlen,394.385812852891,-61.04286326339556,0.057281890029468555,73.2852938512517,0.010644196637799797,1,0.147536146,11.8333333333333,1.78293405655165,3,0.442608439,199,20238,852.5,1068,860,2738,2700,0.39006574141709277,0.31851851851851853,948,-0.2111029948867787,-0.35111111111111104 +13285,GA,Troup,10880.9952879678,10.335107168342804,0.1622963320799445,3015.810968303,0.044982563216738256,14,0.201528739,85.0833333333333,1.21538937694927,53,0.762930228,2017,208209,909.3,10545,9597,25975,25793,0.40596727622714146,0.3720776954987787,6046,-0.17805582290664101,-0.2344046834412437 +13287,GA,Turner,527.849103967458,-27.0540722483336,0.05910964210161903,128.737644569303,0.01441630958222878,1,0.122654238,18.8333333333333,2.34537152345372,8,0.981233902,366,24466,1165.9,1508,1243,3556,3390,0.42407199100112486,0.36666666666666664,851,-0.14595050618672661,-0.25103244837758115 +13289,GA,Twiggs,14.9415840977163,-84.67993940832136,0.0016559441535760058,4.82642388297245,5.349023476640197e-4,0,0,12.25,1.49920450373271,1,0.120192308,341,25228,1066.5,2269,1970,4199,4053,0.540366753989045,0.48605970885763633,64,0.08668730650154799,-0.015790772267456232 +13291,GA,Union,296.71125361044,3931.9194542925907,0.013893578086272708,43.7489857432083,0.002048557114778437,4,0.181950509,22.75,0.992236566643405,18,0.818777293,914,65795,747.4,2137,1962,11072,12039,0.1930093930635838,0.16297034637428356,7887,-0.5991690751445087,-0.6551208572140543 +13293,GA,Upson,6800.65830248109,37.95751381060763,0.2504569772209734,1640.91588844025,0.06043221332597687,8,0.304692261,46.5,1.76571103094741,18,0.685557587,1094,79106,1097.9,3955,3471,11257,10924,0.3513369459003287,0.3177407543024533,3817,-0.2908412543306387,-0.3494141340168436 +13295,GA,Walker,17529.7614805068,0.3598382214391693,0.25495609809335623,4228.9917569419,0.06150723946916488,8,0.117271101,64.9166666666667,0.956119162640902,23,0.337154417,2507,204622,1020.2,5269,4213,21879,23939,0.240824534942182,0.17598897197042482,14725,-0.5016682663741487,-0.6151050586908392 +13297,GA,Walton,14141.2544187553,-8.591459507001996,0.16881451650696327,4011.4404919106,0.04788750467852401,9,0.102722137,76.0833333333333,0.843645583843402,50,0.570678537,2429,261768,895,8139,8279,37570,40425,0.21663561352142666,0.20479901051329621,22814,-0.5557359595421879,-0.5643537414965987 +13299,GA,Ware,14253.1927852367,4.723394663684988,0.39252018024996427,2968.56858888753,0.0817517236419787,5,0.140785584,58.8333333333333,1.64624022982073,29,0.816556385,1327,106607,1015.5,3892,3436,11923,12150,0.3264279124381448,0.282798353909465,5072,-0.3389247672565629,-0.4174485596707819 +13301,GA,Warren,121.809121800035,40.88416070921813,0.02087917754542938,24.7486841347072,0.0042421467491784715,1,0.18115942,8.41666666666667,1.54661276491486,1,0.18115942,248,16531,1080,1525,1313,2522,2332,0.6046788263283108,0.5630360205831904,322,0.2121332275971451,0.1380789022298456 +13303,GA,Washington,5328.82391549535,-5.4408649070396695,0.251513848845771,875.237125096166,0.04131010171785368,2,0.096922704,25.5,1.24651708461651,12,0.581536225,642,62064,851,4705,4187,8796,8422,0.5349022282855843,0.49715032058893377,49,0.07639836289222368,0.00581809546426032 +13305,GA,Wayne,8632.81645668352,1.406019752051318,0.28681406215101896,2257.55006656928,0.07500415517356988,2,0.066780193,33.5833333333333,1.11557711046151,21,0.701192026,965,89537,1004.2,2594,2039,10258,10376,0.2528758042503412,0.19651117964533538,6108,-0.48342756872684733,-0.5886661526599846 +13307,GA,Webster,49.9475432565214,-10.76867641168488,0.017844781442129833,14.4035329174367,0.005145956740777671,1,0.377500944,1,0.384763370527126,0,0,55,8006,487.2,573,471,1175,1114,0.4876595744680851,0.4228007181328546,159,-0.021276595744680826,-0.14272890484739675 +13309,GA,Wheeler,366.362583346453,2953.4910480081576,0.0493683578151803,83.0573455913836,0.011192203960569127,1,0.125078174,5,0.62672348959639,1,0.125078174,205,23820,828,772,646,2160,2102,0.3574074074074074,0.3073263558515699,775,-0.275,-0.36869647954329215 +13311,GA,White,NA,NA,NA,NA,NA,3,0.107257776,20.5,0.709735493698934,22,0.786557025,826,84015,734.4,1670,1672,10471,11771,0.15948811001814536,0.14204400645654575,8079,-0.6663164931716169,-0.6863478039249002 +13313,GA,Whitfield,23220.2973081828,-16.150950679286005,0.2263208930709149,7016.87595756593,0.06839127045649498,22,0.212474165,126.833333333333,1.21268329684129,82,0.791949161,2459,310938,816.2,7193,7925,26828,30362,0.26811540181899507,0.26101706079968384,13589,-0.45090949753988374,-0.4475660364929846 +13315,GA,Wilcox,72.8075308794068,6.0082107695937825,0.007866832077731692,17.2691283620516,0.0018659241882281576,0,0,14.25,1.62652665220865,2,0.226065333,326,26661,987.5,1059,852,3124,2973,0.33898847631241996,0.2865792129162462,1244,-0.31722151088348277,-0.4184325597040027 +13317,GA,Wilkes,1963.79833873839,-39.398324055071654,0.18538641921442367,432.326756732975,0.04081249473548334,3,0.301810865,16.6666666666667,1.69981302056774,4,0.402414487,413,29715,933.4,2080,1844,4746,4470,0.4382638010956595,0.41252796420581656,725,-0.1154656552886642,-0.16219239373601785 +13319,GA,Wilkinson,2076.77708428276,2.7954423843587004,0.21716794774472026,406.269623309749,0.04248349088254199,4,0.428908428,16.1666666666667,1.77577621558289,1,0.107227107,358,27922,1002.3,2180,1893,4448,4276,0.49010791366906475,0.44270346117867165,439,-0.014613309352517978,-0.10266604303087001 +13321,GA,Worth,1699.91743770702,-30.620548618192423,0.07841309274906684,434.716685871374,0.0200524325785956,2,0.095510984,20.9166666666667,1.00812929760298,7,0.334288443,616,62703,810.5,2486,2015,8410,8266,0.29560047562425684,0.2437696588434551,4129,-0.4016646848989298,-0.4995160900072586 +15001,HI,Hawaii,72139.1764588419,4.7792688184917145,0.389775049891354,16542.1504129848,0.08937886206962864,45,0.231731809,163.916666666667,0.82598887707505,145,0.746691385,4748,581668,633.2,46670,41258,62653,64865,0.7448964933841955,0.6360595082093579,23758,0.5128086444384148,0.36626840360749247 +15003,HI,Honolulu,220465.177770797,16.629458283464423,0.2312878291607143,57720.1783538997,0.06055366604934678,190,0.191573199,578.416666666667,0.582725924881163,917,0.924592756,22514,2977598,581,201803,175634,292925,285683,0.6889237859520355,0.6147863191019417,85338,0.39104890330289327,0.29871570937017605 +15005,HI,Kalawao,0,0,0,0,0,0,0,NA,NA,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +15007,HI,Kauai,26305.4345165036,-6.735942003593458,0.39208589105101427,6190.79728292814,0.09227463121623079,22,0.312167435,46.25,0.642102486498494,64,0.908123448,1645,212110,569.5,18638,16456,25369,26335,0.7346761795892625,0.6248718435542054,8882,0.49339745358508413,0.33726979305107274 +15009,HI,Maui,46070.1930063933,-17.36982093290328,0.2975457135150762,10679.0031821393,0.06897066007556028,41,0.251504426,120.416666666667,0.728094679517412,123,0.754513278,3417,488982,592.2,35979,33479,48547,51942,0.7411168558304324,0.6445458395903123,20034,0.5026469194800915,0.3856994339840592 +16001,ID,Ada,67383.0628447504,-6.260943697250676,0.17173566155174494,18207.0023165752,0.04640322739432722,42,0.098536961,225,0.506724801138667,307,0.720258261,8311,1277497,662,77043,75676,180361,195587,0.4271599736084852,0.38691733090645086,18072,-0.1132617361846519,-0.09239877905995797 +16003,ID,Adams,424.209101787764,0,0.10669243002710362,64.758086598049,0.01628724512023365,1,0.259000259,4,1.02564102564103,1,0.259000259,107,11516,659.8,577,415,2060,2183,0.28009708737864075,0.19010535959688502,1141,-0.4058252427184466,-0.5226752175904719 +16005,ID,Bannock,23876.3236168654,-5.228792030643699,0.2882256378863265,6680.65834570098,0.08064629396420746,10,0.119980323,59.25,0.702205577349278,63,0.755876036,2058,250645,842.5,13214,10342,35260,33405,0.374758933635848,0.309594372099985,6838,-0.22110039705048212,-0.20469989522526572 +16007,ID,Bear Lake,1549.1736957254,0,0.2587994814108587,385.507185250495,0.06440146763289259,2,0.335739466,4,0.672834314550042,3,0.503609199,188,17832,775.1,302,255,2822,2928,0.10701630049610206,0.08709016393442623,1948,-0.7749822820694543,-0.6653005464480874 +16009,ID,Benewah,2392.65308414811,-7.3744985441407644,0.25769015445860094,530.225649736353,0.05710561655749629,3,0.329019522,6.16666666666667,0.678251943100161,7,0.767712218,391,27156,1085.2,1164,780,3884,4192,0.2996910401647786,0.18606870229007633,2321,-0.36869207003089594,-0.5536736641221374 +16011,ID,Bingham,9323.04957057327,-0.30691615448041304,0.20442146097251016,3071.14028734831,0.06733923054242352,5,0.11045086,24.1666666666667,0.534648938445315,14,0.309262409,1041,135598,779.6,3822,2924,17603,16625,0.21712208146338693,0.1758796992481203,7983,-0.5463841390672044,-0.4801804511278196 +16013,ID,Blaine,6075.22657447632,-0.48875177239461826,0.28420783001854044,1669.74494276938,0.07811306805620229,4,0.186202402,8.33333333333333,0.382420877120524,23,1.070663812,316,64331,484.1,5992,6416,10194,10723,0.587796743182264,0.5983400167863471,3076,0.20139297626054536,0.28686002051664644 +16015,ID,Boise,4478.64329436769,-29.215161124317273,0.6372571562845318,996.630181455759,0.14180850618323265,2,0.293083236,8,1.12296462661426,1,0.146541618,162,20623,595.1,953,777,3345,3812,0.2849028400597907,0.20383001049317942,1896,-0.39790732436472354,-0.497376705141658 +16017,ID,Bonner,8193.5075468117,7.093898954034573,0.20044297641244926,1645.29628358402,0.04024992743068278,12,0.288565589,22.9166666666667,0.538759325434142,24,0.577131177,1245,124067,718.7,6500,5140,18536,16815,0.3506689684937419,0.3056794528694618,5080,-0.2625701337936987,-0.3021112102289622 +16019,ID,Bonneville,24101.1451084224,-2.5295492888250557,0.2312215314429303,8407.11670383839,0.08065618419938206,9,0.082855381,73.9166666666667,0.658605982845059,73,0.672049198,2438,326188,780.7,9929,8930,43302,44212,0.2292965682878389,0.20198136252601104,17769,-0.517458777885548,-0.4019044603275128 +16021,ID,Boundary,1598.58582419636,-20.5147816735317,0.14569684872369304,423.225131245279,0.03857319825421792,4,0.364331906,7.75,0.663470593271124,6,0.54649786,324,33155,717.1,1225,933,4544,5150,0.2695862676056338,0.1811650485436893,2856,-0.4209947183098592,-0.5545631067961165 +16023,ID,Butte,618.473209743516,2.1991832551156363,0.21393054643497614,202.391428167991,0.07000741202628537,1,0.381388253,3,1.19952019192323,2,0.762776506,79,7736,759.1,258,160,1286,1230,0.2006220839813375,0.13008130081300814,754,-0.5777604976671851,-0.6130081300813007 +16025,ID,Camas,1116.99999373264,0,0.9999999943891137,239.999999163109,0.21486123470287288,1,0.962463908,1,0.932835820895522,2,1.924927815,15,3147,336.5,159,110,578,599,0.2750865051903114,0.18363939899833054,300,-0.4204152249134948,-0.5008347245409015 +16027,ID,Canyon,36485.0520925969,-8.2004388219669,0.19312128270563617,11604.1558881147,0.061422674254138984,22,0.108298095,117.333333333333,0.554248662402731,109,0.536567836,4192,609304,742,19866,16683,66090,72007,0.3005901044030867,0.2316858083241907,30072,-0.37075200484188225,-0.4176260641326538 +16029,ID,Caribou,2190.12740233255,-0.0034912874164181383,0.3145379006653095,686.665719963292,0.09861636075876662,3,0.438788943,4.08333333333333,0.592904506074246,2,0.292525962,172,20407,690.7,385,271,3050,3035,0.12622950819672132,0.08929159802306424,2004,-0.7288524590163935,-0.6602965403624381 +16031,ID,Cassia,6549.25071473403,21.3120447379125,0.28534553480019303,2236.01607872471,0.0974214046150536,6,0.254885302,12.5833333333333,0.535369866122078,19,0.807136788,588,70393,802.3,1093,1036,8387,8178,0.1303207344700131,0.12668134018097335,4913,-0.7221891021819482,-0.6007581315725117 +16033,ID,Clark,982.000005821659,0,1.0000000059283696,308.000003296386,0.3136456245380713,0,0,NA,NA,0,0,23,2617,847.7,66,44,328,283,0.20121951219512196,0.15547703180212014,159,-0.5152439024390243,-0.5618374558303887 +16035,ID,Clearwater,1545.47031669965,-19.867213009698155,0.17640341475854926,259.759726671736,0.02964955218259742,4,0.467180565,5.25,0.617865128869013,3,0.350385424,309,25590,745.6,1032,704,3696,3801,0.2792207792207792,0.18521441725861615,2148,-0.4082792207792208,-0.5651144435674822 +16037,ID,Custer,1877.64687681143,95.64622782490268,0.4298642117242285,334.792996988473,0.07664674839479693,5,1.207729469,6,1.46484375,4,0.966183575,128,12470,692.3,530,427,2352,2413,0.22534013605442177,0.17695814338997098,1350,-0.5161564625850341,-0.5594695399917116 +16039,ID,Elmore,8712.52230986179,-6.4216110975866085,0.3222324990702637,2671.58220507112,0.09880842536693246,4,0.153291945,14.4166666666667,0.554103569323801,11,0.421552847,556,78386,796.3,2513,1814,8001,8519,0.31408573928258965,0.2129357905857495,4002,-0.33920759905011877,-0.469773447587745 +16041,ID,Franklin,915.67329241373,-0.3741106803577553,0.07161530520989598,320.186296688582,0.02504194405510574,2,0.153598034,2,0.149186931224825,7,0.537593119,292,38920,708.6,325,385,5600,5499,0.05803571428571429,0.07001272958719768,3516,-0.8696428571428572,-0.6393889798145118 +16043,ID,Fremont,1633.90835622654,-1.2063139165934584,0.12338833682423653,342.669239386715,0.0258774535105509,2,0.155436388,8.91666666666667,0.688918076695254,5,0.388590969,323,38602,747.8,810,651,5802,5714,0.13960703205791106,0.11393069653482674,3440,-0.7061358152361256,-0.6020301015050753 +16045,ID,Gem,5059.32846182766,-17.7930589088618,0.30260951383621393,1182.05969764525,0.07070157890096597,1,0.0592909,15.1666666666667,0.882603972687772,10,0.592908811,624,50272,839.7,1957,1229,7490,7952,0.26128170894526037,0.1545523138832998,4751,-0.4477970627503337,-0.5974597585513078 +16047,ID,Gooding,164.476317553215,-91.84189384646282,0.010636078476022699,43.662524675083,0.002823494870349392,5,0.331917153,9.5,0.625617385577873,7,0.464684015,411,45543,758.1,1287,930,5118,5191,0.2514654161781946,0.17915623193989597,2813,-0.4706916764361079,-0.5418994413407822 +16049,ID,Idaho,5583.99162661082,0,0.3432711395223963,1032.20076791358,0.06345366496056924,4,0.246685168,16.0833333333333,0.995502187009986,5,0.30835646,590,48689,771.3,1722,1196,7749,8223,0.2222222222222222,0.14544570108233004,5245,-0.5289714801909924,-0.6378450687097167 +16051,ID,Jefferson,3058.14992401931,0.33052336178130803,0.11699119831749466,1177.49098399897,0.04504556174441355,2,0.074016506,6,0.215524982937606,11,0.407090781,460,80988,673.7,1303,976,11381,11471,0.11448906071522713,0.08508412518524976,7460,-0.7549424479395483,-0.6503356289774214 +16053,ID,Jerome,4902.94526359682,-0.26282958469438383,0.21913583908093412,1584.36333422879,0.0708126993040489,1,0.0438251,16.25,0.706706097242759,10,0.438250504,507,68206,806.5,1699,2117,6681,10667,0.25430324801676396,0.19846254804537358,5230,-0.46475078581050744,-0.49029717821318086 +16055,ID,Kootenai,34068.6738937365,-1.3195126845696241,0.24599386178272342,8587.61254873754,0.06200710896311414,20,0.135753363,94.3333333333333,0.611319564602221,99,0.671979148,3894,441880,724.3,18824,16264,59764,66286,0.3149722240813868,0.24536101137495098,28185,-0.34340070945719825,-0.4252029086081525 +16057,ID,Latah,4402.31355303086,-23.91065534885282,0.11820195341614381,1166.07260810448,0.03130900569499732,7,0.182239463,22.8333333333333,0.582542436303024,29,0.75499206,668,115630,632.3,8306,8093,16759,18146,0.49561429679575153,0.445993607406591,838,0.042782982278178894,0.046180976523751804 +16059,ID,Lemhi,2925.60581664585,-11.622413690278362,0.36864992649267264,526.403279910189,0.06633105845642502,6,0.776598499,7.16666666666667,0.927964089947775,3,0.388299249,302,23186,755.3,960,733,4109,4068,0.23363348746653687,0.18018682399213373,2278,-0.5035288391336091,-0.5599803343166175 +16061,ID,Lewis,1852.67358799045,-0.003632736455894164,0.4848661575478801,375.821080813814,0.09835673405229363,4,1.042209484,4.91666666666667,1.27606194307466,4,1.042209484,121,11428,635.1,396,270,1612,1590,0.2456575682382134,0.16981132075471697,932,-0.4820099255583127,-0.5861635220125787 +16063,ID,Lincoln,5074.03099268556,0,0.9742763042791015,1665.01147100316,0.3197026634030645,2,0.376222724,4.08333333333333,0.774679061531651,0,0,121,15909,782.4,429,360,1622,1748,0.2644882860665845,0.20594965675057209,824,-0.43896424167694204,-0.471395881006865 +16065,ID,Madison,7096.5556031278,7.415762895205893,0.18905998516431693,2020.21528139183,0.053820739593772114,3,0.0788685,9.41666666666667,0.241156183842109,28,0.736105999,375,113969,683.5,832,1201,14412,15687,0.057729669719678044,0.07656020909032957,7740,-0.8751734665556481,-0.49340218014916815 +16067,ID,Minidoka,3532.99350357278,39.31236003547037,0.1760423291430953,1086.77508709848,0.05415193019574867,1,0.0492053,13.75,0.666957702755142,5,0.246026669,517,61080,701.1,1390,1167,6973,6870,0.19934031263444715,0.16986899563318777,3720,-0.5810985228739424,-0.5414847161572052 +16069,ID,Nez Perce,7090.98045402913,1.4066148602008663,0.1805929059984498,1695.03901902124,0.04316920970383904,11,0.274951883,38.6666666666667,0.957830678656064,28,0.699877521,1527,119892,853.4,6451,4828,16848,17195,0.3828941120607787,0.280779296307066,5871,-0.20868945868945865,-0.3414364640883978 +16071,ID,Oneida,491.032348246324,0,0.114566576819021,138.090386069963,0.032218942153514465,1,0.239005736,4,0.921022334791619,5,1.195028681,125,12766,670.1,217,184,2089,2068,0.1038774533269507,0.08897485493230174,1347,-0.7759693633317377,-0.6513539651837524 +16073,ID,Owyhee,2160.61340435321,5.070973300290318,0.1874556137734869,528.442832621996,0.04584789455335728,3,0.264247336,10.1666666666667,0.892674217812509,7,0.616577116,272,34017,703,833,591,3723,3920,0.2237442922374429,0.15076530612244898,2461,-0.5267257587966694,-0.6278061224489796 +16075,ID,Payette,5406.7873544366,-2.572416431322442e-4,0.23899515335882068,1648.14109788091,0.0728524553720068,5,0.218952531,18.4166666666667,0.799820492776282,12,0.525486075,626,68280,769.3,2271,892,8495,5703,0.2673337257210124,0.15640890759249518,3414,-0.43943496174220126,-0.5986322987901105 +16077,ID,Power,1085.13139951329,0,0.13881686062598056,338.701005113257,0.043328771282238325,1,0.131285283,5,0.653253200940685,2,0.262570566,204,23063,882.6,982,699,2903,2758,0.33827075439200827,0.2534445250181291,967,-0.30589045814674476,-0.3506163886874547 +16079,ID,Shoshone,1143.61989523532,107.19612122822808,0.08959027773092988,206.970999736073,0.016213944358485936,6,0.484261501,13.8333333333333,1.11093264803512,8,0.645682002,529,37498,959.2,2277,1384,5148,5120,0.4423076923076923,0.2703125,1913,-0.08197358197358195,-0.37363281249999997 +16081,ID,Teton,905.892721811762,-0.03485685255837169,0.08907499722829519,304.735642659839,0.029964173319551524,2,0.193404893,4,0.364963503649635,5,0.483512233,118,31156,557.4,1926,2157,4523,4966,0.4258235684280345,0.43435360451067256,4,-0.11762104797700645,-8.05477245267805e-4 +16083,ID,Twin Falls,4792.84959862122,-33.67031282509505,0.062059427665689754,1506.36450117022,0.019504913908717076,17,0.210099612,60.75,0.727422947050794,63,0.778604444,2234,243463,807,7541,6844,28142,31893,0.2679624760144979,0.21459254381839274,14219,-0.43465283206595123,-0.4458345091399366 +16085,ID,Valley,1835.77431115079,3.131814940821715,0.18614624935619445,408.346380868143,0.04140604145894778,5,0.508854061,9.5,0.905106707317073,8,0.814166497,221,29483,566.5,2095,1913,4919,5349,0.42589957308396015,0.3576369414843896,993,-0.11567391746289896,-0.18564217610768363 +16087,ID,Washington,2132.75114026283,0,0.20913425576219166,413.227538523569,0.04052044896289165,2,0.19958088,8,0.786472670074715,6,0.59874264,369,29943,758.7,1104,776,4330,4454,0.25496535796766745,0.1742254153569825,2507,-0.4674364896073903,-0.5628648405927257 +17001,IL,Adams,10346.464754843,-1.511322104225867,0.1541878120924996,2502.42448217732,0.037292289199846805,10,0.149280468,48,0.720958875304154,32,0.477697498,2416,201027,796.2,9627,7633,30538,31770,0.315246578033925,0.24025810513062637,15099,-0.351823957037134,-0.4752596789423985 +17003,IL,Alexander,1748.04911039734,-54.70032343787929,0.21219338557870113,375.348336315081,0.04556304155317807,2,0.266951415,6.5,1.00339610991047,0,0,302,21089,1023,1961,1262,3495,2820,0.5610872675250358,0.4475177304964539,234,0.13619456366237487,-0.08297872340425533 +17005,IL,Bond,1281.4335522263,-38.42186530489368,0.07212030347964318,294.134708394937,0.016554182147396273,1,0.0579072,15,0.891583452211127,7,0.405350628,524,51384,765.7,3016,2066,7316,7462,0.41224712957900495,0.2768694719914232,2818,-0.14693821760524878,-0.37764674350040206 +17007,IL,Boone,11409.517783676,25.87770349623418,0.21064373273656417,3382.69845530235,0.062451739228327335,5,0.092817762,33.8333333333333,0.632363294270103,26,0.48265236,1195,161222,717.8,9868,8952,21333,22604,0.46256972765199456,0.3960360998053442,3309,-0.057000890638916224,-0.14639001946558133 +17009,IL,Brown,1662.65977699965,-12.969990495652247,0.23967994478876314,30.0904075906292,0.004337668673868993,2,0.292740047,4,0.591540964211772,3,0.43911007,159,20531,725,787,475,2362,2336,0.3331922099915326,0.2033390410958904,1301,-0.3065198983911939,-0.5569349315068494 +17011,IL,Bureau,12511.0875428635,0.22648832792205573,0.35768447432281725,2866.82066778849,0.08196068007857768,5,0.147754137,22.0833333333333,0.66199026749403,12,0.354609929,1175,101584,738.4,8118,6010,16599,16303,0.48906560636182905,0.36864380788811874,3254,-0.0019880715705765106,-0.1995951665337668 +17013,IL,Calhoun,577.503364617314,-27.10105562960163,0.11348071617553822,119.58683179949,0.023499082688050697,3,0.605326877,3,0.612995504699632,1,0.201775626,161,14902,640.6,1079,739,2574,2556,0.41919191919191917,0.28912363067292646,980,-0.13986013986013984,-0.38341158059467917 +17015,IL,Carroll,2881.3771378022,56.47886916757753,0.1872604885814129,647.142194842061,0.042057723717557755,3,0.203873598,12.3333333333333,0.84829309672834,10,0.679578661,571,44342,758.3,3658,2437,7370,7354,0.4963364993215739,0.33138428066358444,1991,0.014518317503392109,-0.27073701387000276 +17017,IL,Cass,1528.09411500513,4.095941401343053,0.11201393600682671,367.350329082316,0.026927893936542734,5,0.380054728,15,1.18333859261597,8,0.608087565,440,39226,838.3,2050,1617,4858,5054,0.42198435570193493,0.31994459833795014,1599,-0.13524083985179092,-0.3163830629204591 +17019,IL,Champaign,31716.3830578362,7.770669586891723,0.1577293879473257,7595.30346820789,0.03777235774741467,35,0.168973558,142.416666666667,0.683319019219297,172,0.830384342,3799,622070,656.6,40378,49694,77620,89196,0.5202009791290905,0.5571326068433562,16459,0.06817830456068025,0.18452621193775504 +17021,IL,Christian,3836.89064863578,9.553907496122143,0.11025547840907414,613.182341726501,0.017620182233520146,7,0.206538416,33,0.990723227956408,17,0.501593296,1234,101748,818.8,5487,3982,14682,15310,0.3737229260318758,0.26009144350097974,6540,-0.2306225309903283,-0.42717178314826915 +17023,IL,Clark,1430.77116982566,0.9814462433432338,0.08758929720389716,302.810257991281,0.01853751196763275,3,0.185414091,12.9166666666667,0.810432091019367,15,0.927070457,638,48271,920.6,2587,1873,7843,7819,0.32984827234476605,0.2395446988105896,3747,-0.3252581920183603,-0.47921729121371015 +17025,IL,Clay,2153.75631882501,0.9496282876965594,0.15589984211545496,504.426153236581,0.03651293183037141,2,0.147928994,12.1666666666667,0.914786967418546,8,0.591715976,517,40444,876.5,1581,1014,5899,6278,0.2680115273775216,0.161516406498885,3995,-0.44126123071707074,-0.6363491557820962 +17027,IL,Clinton,5729.07838299405,36.84538409247555,0.1517154383505654,1047.04893822785,0.027727581648955297,9,0.237736746,38.25,1.01380900633465,18,0.475473492,1064,113459,714.5,5577,3939,16394,17268,0.34018543369525434,0.22810979847116053,8455,-0.2998658045626449,-0.48963400509613153 +17029,IL,Coles,8283.21730427517,3.5903270352927272,0.15375452089683442,1875.63009297232,0.03481577214880033,8,0.150037509,37.9166666666667,0.724388488750486,39,0.731432858,1542,158245,809,9252,7285,21338,21580,0.43359265160746085,0.33758109360519,5700,-0.11111631830537072,-0.2641334569045412 +17031,IL,Cook,373742.394051579,-9.984937682306818,0.07194721403198064,89882.0560899708,0.017302729446976146,1493,0.284573053,3470.91666666666,0.667035136677582,4381,0.835039882,119749,15733651,712.4,1439123,1528582,1944401,2055215,0.7401369367738445,0.743757709047472,1088369,0.49368365887489263,0.5295645467749117 +17033,IL,Crawford,2948.45324142653,0.7339396988274585,0.1487840360007332,416.992503124476,0.021042160928721604,5,0.257824988,15,0.776880049720323,12,0.618779972,713,58293,852.3,2855,1969,8598,8507,0.33205396603861365,0.23145644763136242,4177,-0.31658525238427543,-0.49100740566592216 +17035,IL,Cumberland,NA,NA,NA,NA,NA,3,0.276931598,9.58333333333333,0.88260575919445,3,0.276931598,343,32702,725.4,1640,1028,5290,5513,0.31001890359168244,0.18646834754217304,3172,-0.3527410207939508,-0.5753673136223472 +17037,IL,DeKalb,29776.1191344934,12.725945772514107,0.2831506193846843,5531.77274759179,0.052603392426700174,10,0.094820883,65.5,0.626626358487678,75,0.711156625,2087,313100,719.7,21171,20348,41020,42605,0.5161140906874695,0.4775965262293158,1297,0.05521696733300824,0.030442436333763645 +17039,IL,De Witt,653.139207992471,-8.806385992313814,0.03943839188409341,157.981224866551,0.009539352989949339,3,0.184229919,15,0.924442253173918,8,0.491279784,568,48882,856.1,2598,1907,7338,7469,0.35404742436631237,0.2553219975900388,3165,-0.2695557372581085,-0.423751506225733 +17041,IL,Douglas,1971.22000119025,0,0.09865965971923174,451.563275300741,0.02260076452956662,10,0.502790487,20.6666666666667,1.0528103243335,17,0.854743828,616,59491,780.2,2426,1946,7889,8089,0.307516795538091,0.24057361849425146,3749,-0.3682342502218278,-0.4634689083941154 +17043,IL,DuPage,216272.303550319,-13.658564812460149,0.23586720769695088,53859.8278852211,0.05873968604292297,169,0.181192828,436.916666666667,0.470122348377249,843,0.903819845,18129,2799601,591.7,197411,222499,397173,412929,0.4970403325502992,0.5388311307755086,58144,0.010267566022866603,0.14080871045627696 +17045,IL,Edgar,6684.28398692881,-0.9017280699390843,0.35983440928772664,1411.76719295261,0.07599952589107505,3,0.168152009,14,0.79699419332802,8,0.448405358,747,53397,901.4,2563,1778,7810,7783,0.32816901408450705,0.22844661441603495,3856,-0.3280409731113957,-0.4954387768212771 +17047,IL,Edwards,1243.35810665907,0,0.18499599861018748,313.980676438234,0.046716363106417795,3,0.453377664,10,1.5330369461904,5,0.755629439,230,19830,792.4,754,432,3225,3312,0.2337984496124031,0.13043478260869565,2345,-0.5110077519379845,-0.7080314009661836 +17049,IL,Effingham,5870.16388068926,0.18020099434200854,0.17143168858972196,1492.41890648684,0.0435844549525974,7,0.203962704,29.0833333333333,0.845789953275558,34,0.990675991,1109,103011,814.7,3855,3071,16595,17428,0.23229888520638747,0.17621069543263715,10542,-0.5203977101536608,-0.604888684874914 +17051,IL,Fayette,7659.77841687353,7.761475462136101,0.34597011819663637,1846.04261374665,0.08338042519180894,5,0.228623685,16.4166666666667,0.753438279254058,7,0.32007316,669,66183,747.2,2848,1814,8963,9515,0.3177507530960616,0.1906463478717814,5549,-0.34608947896909514,-0.5831844456121913 +17053,IL,Ford,2589.90069918994,0.26028686643129534,0.183928747900713,627.666358661548,0.04457541074224473,3,0.219170076,12.9166666666667,0.951503990178023,6,0.438340152,597,41244,881,1654,1410,6e3,6289,0.27566666666666667,0.22420098584830656,3064,-0.42850000000000005,-0.4871998727937669 +17055,IL,Franklin,4242.04516769149,-3.918813163134055,0.10722795600949142,953.405718519773,0.02409963647328867,5,0.126868133,43.25,1.10455613443661,22,0.558219786,1652,118580,1002.7,7245,4711,17891,18533,0.4049522106086859,0.25419521933847733,8390,-0.16812922698563526,-0.45270598392057404 +17057,IL,Fulton,6302.33203747223,36.59159200227442,0.17001624099577087,1482.36979354423,0.03998947351005504,5,0.138861888,29.4166666666667,0.827799039471709,20,0.555447552,1344,108047,827.5,8324,6118,15337,15609,0.5427397796179174,0.3919533602408867,2364,0.11097346286757509,-0.15145108591197387 +17059,IL,Gallatin,4204.63241151282,-13.414535729498997,0.7523049582238002,884.885537185498,0.15832627253274253,0,0,1.16666666666667,0.223842414939882,0,0,247,15989,1025.8,1028,656,2569,2691,0.4001557026080187,0.2437755481233742,1286,-0.18061502530167384,-0.4778892604979561 +17061,IL,Greene,1656.17615597713,537.2195969588073,0.11926949128454055,389.315112079414,0.028036519665808293,5,0.372189966,12.5,0.954708622928282,4,0.297751973,467,40037,818.7,2023,1202,5614,5542,0.36034912718204487,0.2168892096715987,2937,-0.25347345920912007,-0.52995308552869 +17063,IL,Grundy,9307.07539096414,1.9827986223150902,0.18590726466580387,2507.13652334078,0.05007963013284821,5,0.099157164,33.8333333333333,0.670803841095492,38,0.753594447,1157,151146,759,9319,8021,20956,22891,0.44469364382515747,0.3503997204141366,5396,-0.08966405802634086,-0.23572583111266432 +17065,IL,Hamilton,1193.62118727239,-22.848223973150013,0.14114002450897364,277.32830516448,0.03279275217742462,1,0.120540019,8,0.992432700657487,3,0.361620058,315,24826,799.3,1266,800,3935,4143,0.32172808132147396,0.19309678976587014,2405,-0.3303684879288437,-0.580497224233647 +17067,IL,Hancock,7343.92638302976,-28.03455025927762,0.3844182570681407,1685.56231521668,0.0882308582085783,4,0.215470804,19.75,1.06710611627404,10,0.538677009,611,55770,653.3,3246,1744,8229,7818,0.3944586219467736,0.22307495523151702,3969,-0.19005954550978243,-0.5076745970836531 +17069,IL,Hardin,714.716399561821,-30.273997756775632,0.16544361100968077,127.543119831699,0.029523870331411805,1,0.242189392,1.25,0.310636182902584,0,0,195,12600,1086.6,742,419,2330,2133,0.3184549356223176,0.1964369432723863,1231,-0.340343347639485,-0.577121425222691 +17071,IL,Henderson,99.5907392047593,-2.3292594505018984,0.013584877807224022,21.1093372510259,0.002879462181288487,2,0.2891845,5,0.727907992429757,2,0.2891845,250,20945,697.5,1977,1151,3563,3480,0.5548694920011227,0.3307471264367816,1002,0.12321077743474601,-0.2879310344827586 +17073,IL,Henry,9344.02629427308,-1.1426001985554128,0.1850815333809983,2355.99896959452,0.04666638215732124,9,0.181323663,43.6666666666667,0.886093073593074,23,0.463382694,1584,148970,743.9,12316,8835,24279,24232,0.5072696569051444,0.3646005282271377,5127,0.030973269080275145,-0.21157972928359198 +17075,IL,Iroquois,6495.50894919482,55.11716896493878,0.21857153742495522,1600.68183992227,0.05386236758605121,8,0.277017902,25.6666666666667,0.905861038563799,21,0.727171993,1120,86451,823.7,3408,2496,12770,12923,0.2668754894283477,0.19314400680956434,7232,-0.4469068128425998,-0.5596223787046352 +17077,IL,Jackson,13246.9999751389,-6.976152081885632,0.21998405751002856,2787.74086370157,0.046294145665773855,14,0.234596243,51.5,0.874808900968235,36,0.603247482,1402,178411,760.8,11306,11619,21190,24509,0.5335535630014158,0.47407074952058426,730,0.10268994808872112,0.029784976947243857 +17079,IL,Jasper,1449.13926542508,-3.6478789836956675,0.14942661016963085,357.507119381146,0.036864004885661585,1,0.103917697,6.91666666666667,0.72532158836689,5,0.519588486,314,28790,755.8,1434,924,5038,5104,0.2846367606192934,0.1810344827586207,3049,-0.41226677252878124,-0.5973746081504703 +17081,IL,Jefferson,8547.83399181774,-1.714642205535978,0.22015180137063747,1833.8560062113,0.047231462801949675,10,0.259511081,32.9166666666667,0.855867568036055,30,0.778533243,1357,115458,864.7,6080,4408,16303,16818,0.37293749616634975,0.262100130812225,7273,-0.22848555480586397,-0.43245332381971696 +17083,IL,Jersey,3597.68843202288,2.983304152423962,0.1565233165987766,785.291656920237,0.034165397299118425,4,0.177218555,15,0.681044267877412,13,0.575960303,741,67538,816.7,3656,2673,9940,10909,0.36780684104627764,0.24502704189201577,5064,-0.23903420523138835,-0.4642038683655697 +17085,IL,Jo Daviess,4522.11936124926,-0.02371808541547579,0.1994055631558894,999.000481832985,0.04405152490664896,4,0.179742968,12.4166666666667,0.570356760067371,9,0.404421677,740,66801,638.9,5660,4452,11411,11177,0.4960126194023311,0.3983179744117384,1661,0.011480150731750072,-0.14860875011183677 +17087,IL,Johnson,2657.22990550549,19.626050776368587,0.2111929665796765,315.216691305828,0.02505298770512065,2,0.158717562,10.1666666666667,0.787991525861624,5,0.396793905,355,38383,720.8,1571,1135,5666,6017,0.2772679138722203,0.18863220874189796,3509,-0.4214613483939287,-0.583180987202925 +17089,IL,Kane,95265.8243154576,-6.0518307953435055,0.18488561181724034,27105.2267596656,0.05260403160226134,80,0.151714564,256.25,0.481931109711029,325,0.616340417,9171,1582650,624.9,91120,99389,183631,193500,0.49621251313776,0.5136382428940568,17302,0.008811148444434813,0.08941602067183457 +17091,IL,Kankakee,14468.1615138151,-14.79305814794835,0.12753009293881037,4136.61816018666,0.036462358947074544,24,0.215488215,96.6666666666667,0.878723971589945,77,0.691358025,3298,334591,828.4,21574,18908,45452,46556,0.4746545806565168,0.40613454764154994,6173,-0.03390389861832266,-0.13259300627201648 +17093,IL,Kendall,17970.9035390389,-35.0036576243921,0.15662829050201243,5340.28071010474,0.046544072567500525,9,0.074165637,50,0.400978387264926,71,0.585084466,1672,365009,652.2,21219,23392,45042,50815,0.4710936459304649,0.4603365148086195,760,-0.04122818702544295,-0.014956213716422362 +17095,IL,Knox,9509.9654234022,28.609066750796924,0.17970795788662294,1932.4356451739,0.03651685869298173,10,0.192052853,41.3333333333333,0.811443977646027,39,0.749006126,2074,155572,882.3,12993,9939,22517,21964,0.5770306879246792,0.45251320342378437,719,0.17142603366345432,-0.03273538517574215 +17097,IL,Lake,248067.693831979,-2.5004881392254945,0.3526383711301805,64112.4545025376,0.09113847585589215,114,0.161659477,344.166666666667,0.489535787318155,545,0.772845746,13288,2111900,628.2,151552,168186,284032,293574,0.533573681838666,0.5728913323386948,59578,0.08077610973411442,0.2029403148780205 +17099,IL,LaSalle,23592.1278509741,-11.564559452553146,0.20708654761923825,5648.39322238373,0.04958036254330721,21,0.188779317,92.75,0.838289257244085,69,0.620274899,3932,336077,825.7,23023,19277,47146,48447,0.4883341110592627,0.397898734699775,6992,-0.003902770118355714,-0.14432266187792853 +17101,IL,Lawrence,2393.50275326143,13.492197844078355,0.1421910980372738,560.022890713539,0.03326934537596026,0,0,9.16666666666667,0.559728073924813,6,0.363218112,593,49823,878.7,2010,1288,5984,6039,0.3358957219251337,0.2132803444278854,3229,-0.30798796791443855,-0.5346911740354363 +17103,IL,Lee,3915.66638753897,3.22497337789453,0.10867492957561461,920.562668091517,0.025549184538078792,6,0.172736433,27.3333333333333,0.798030227827898,13,0.374262271,1114,104489,778.3,6932,5499,15275,15215,0.45381342062193125,0.3614196516595465,3098,-0.07292962356792149,-0.20361485376273414 +17105,IL,Livingston,3290.49671807776,-1.4275968592949133,0.084480018435886,765.29968147505,0.01964825883119512,8,0.211065087,33.3333333333333,0.912591943638321,20,0.527662718,1271,111083,811.1,5014,4005,15019,15096,0.333843797856049,0.265302066772655,6192,-0.3150009987349357,-0.41017488076311603 +17107,IL,Logan,11044.5314946002,14.43002093970145,0.3644458503415343,1915.78131594019,0.06321667434219404,5,0.168089827,24.8333333333333,0.841038145877784,14,0.470651516,1047,89090,843.3,3974,3301,12037,12130,0.33014870814987124,0.27213520197856556,4866,-0.320760986956883,-0.401154163231657 +17109,IL,McDonough,4131.32230736607,-56.023520512822515,0.12668104707978872,637.734973782078,0.019555224266591377,6,0.188205772,27.9166666666667,0.900653847808319,24,0.752823087,962,95066,818.8,5957,5278,12439,12910,0.47889701744513224,0.4088303640588691,1511,-0.01487257818152582,-0.11704105344694038 +17111,IL,McHenry,133295.441456285,0.21393457555386017,0.4317121435946529,39048.6499974106,0.1264692641450013,45,0.146444808,116.166666666667,0.378388120893105,214,0.696426421,6021,921361,700.1,59691,59827,133589,140145,0.44682571169781943,0.42689357451211246,11290,-0.08830816908577804,-0.08055942060009275 +17113,IL,McLean,46496.1291683262,0.20105465231551942,0.27419697337016846,10732.1409439922,0.06328958167617414,28,0.160863146,119.666666666667,0.694049731853209,127,0.729629268,3463,522158,693.6,31590,35918,72756,78995,0.43419099455714993,0.4546870055066776,1163,-0.1106163065589092,-0.014722450788024588 +17115,IL,Macon,29815.5903407987,-10.104513274884102,0.2691715147045961,6437.74415257642,0.05811916936819677,16,0.147669589,102.833333333333,0.9651180979196,63,0.581449008,3780,325234,832.3,22688,18211,48742,47283,0.46547125682163226,0.3851489964680752,8571,-0.0525419556029707,-0.18127022397056025 +17117,IL,Macoupin,7698.45705519122,74.67684347663932,0.16117360107173076,1872.03309542037,0.03919256977745986,11,0.236798484,42.5833333333333,0.927579797275711,20,0.430542699,1664,139245,821.9,9440,6532,20947,21881,0.45066119253353704,0.29852383346282163,7662,-0.07012937413472092,-0.3501668113888762 +17119,IL,Madison,96436.7595203085,12.779941693876761,0.3581255320456191,21811.1813932591,0.08099754678463135,41,0.153811525,221.5,0.833461895928266,187,0.701530612,8527,800107,858.6,58813,50336,122203,127902,0.4812729638388583,0.39355131272380417,19959,-0.013649419408688801,-0.15604916264014634 +17121,IL,Marion,10749.336541171,7.4643588731892665,0.2725698339420088,2509.53342780192,0.06363398402013135,4,0.103704856,38.9166666666667,1.02036357280196,24,0.622229136,1555,115410,956.7,6210,4231,15728,16600,0.3948372329603255,0.25487951807228915,7446,-0.19195066124109866,-0.4485542168674699 +17123,IL,Marshall,2340.82626553526,36.216311504252324,0.1851919513872832,557.49237884178,0.044105409718495255,3,0.249708673,13.4166666666667,1.12376804310802,5,0.416181122,497,36096,843,2452,1784,5842,5903,0.4197192742211571,0.3022192105708962,1992,-0.14293050325231088,-0.33745553108588855 +17125,IL,Mason,4562.9352787239,340.72871443601014,0.3111233655205169,1106.86737054693,0.07547166034003341,2,0.143905598,13,0.962463907603465,7,0.503669593,568,41805,880.4,2867,2008,6272,6433,0.4571109693877551,0.31214052541582465,2043,-0.06345663265306123,-0.317581221824965 +17127,IL,Massac,1525.0356457935,-21.495449873681434,0.0988421573526152,317.251491994632,0.020562025535979776,2,0.13418316,13.6666666666667,0.932369127211534,5,0.3354579,625,44611,916.3,2092,1555,6492,6633,0.32224276032039434,0.23443389115030905,3289,-0.33672211953173137,-0.49585406301824214 +17129,IL,Menard,350.869064250204,0,0.027616612691869658,57.1098719547117,0.0044950705985605435,3,0.238663484,10.5,0.838926174496644,2,0.15910899,374,37609,724,2095,1808,6142,6423,0.3410941061543471,0.2814884010586953,2422,-0.30104200586128294,-0.37708236026778763 +17131,IL,Mercer,2967.64024984461,-21.55238013648671,0.18057930204725628,602.744145488497,0.03667665483074705,2,0.12543117,14.6666666666667,0.932400932400932,5,0.313577924,538,47982,727.9,4503,3061,8525,8417,0.5282111436950147,0.36366876559344186,1739,0.07378299120234605,-0.20660567898301052 +17133,IL,Monroe,9635.4950606866,46.53246505725563,0.2923656601233911,2337.20671067954,0.07091685258608307,5,0.148271158,14,0.410942820241869,22,0.652393096,905,101132,675.6,6205,5522,17407,19074,0.3564657896248636,0.2895040369088812,7092,-0.26851266731774576,-0.3718150361748978 +17135,IL,Montgomery,7125.79678063823,56.189537363368615,0.23670597862869486,1575.28299795111,0.052328029429680775,4,0.136244422,32.75,1.13118264714009,20,0.681222112,1084,87295,819.9,5053,3490,12120,12829,0.41691419141914193,0.27203990957985813,5126,-0.14174917491749178,-0.3995634889703017 +17137,IL,Morgan,11483.3671131944,28.599765391689836,0.3230474333472417,2839.56616021664,0.07988201986712352,5,0.143147528,32.8333333333333,0.957882350653013,22,0.629849123,1181,104774,784.8,5792,4693,14071,14607,0.4116267500533011,0.3212843157390292,4367,-0.15421789496126787,-0.2989662490586705 +17139,IL,Moultrie,448.602321210074,2.169291377730982,0.030217049791868112,90.7144329861067,0.006110361914731692,1,0.06739907,10.75,0.725028663923923,2,0.13479814,567,44743,820.7,2142,1476,6052,6209,0.3539325842696629,0.23771943952327268,2977,-0.2708195637805685,-0.4794652923176035 +17141,IL,Ogle,9409.03702917308,41.39990140925966,0.17587971342641795,2662.84781762446,0.04977564756200273,8,0.153595085,39,0.760634251945468,29,0.556782183,1538,156017,743.4,9504,8025,23342,23798,0.4071630537229029,0.337213211194218,6319,-0.1672950047125354,-0.26552651483317924 +17143,IL,Peoria,47562.3493044821,-13.937126892722096,0.25503420648643976,11325.3496705816,0.060727689204915974,54,0.288278285,162.5,0.878349891354875,135,0.720695712,5446,561812,804,40050,37436,78060,77465,0.5130668716372021,0.48326340928161104,2137,0.04397899052011267,0.027586652036403536 +17145,IL,Perry,4795.01440552116,4.03933792460344,0.2145420315669423,1203.24738827251,0.053836572182215214,6,0.276854928,14.5833333333333,0.682836228558942,10,0.46142488,741,64897,864.8,3813,2433,9533,9706,0.3999790202454631,0.2506696888522563,4383,-0.17664953320046156,-0.45157634452915724 +17147,IL,Piatt,507.19203873981,-0.7987130629316783,0.030318132508805672,119.156904509931,0.007122775091752704,3,0.182581705,10,0.603864734299517,6,0.365163411,522,49271,765.5,3081,2633,8697,8899,0.3542600896860987,0.29587594111697946,2990,-0.2680234563642635,-0.33599280818069444 +17149,IL,Pike,3030.02254381445,-23.340699784061783,0.18442011830885266,731.274925140905,0.0445085164419297,5,0.312070903,19.25,1.20689655172414,5,0.312070903,618,48093,811.5,2276,1412,7275,7458,0.31285223367697595,0.18932689729149907,4337,-0.3542268041237114,-0.5815231965674443 +17151,IL,Pope,1081.89491649023,-18.511189110214126,0.24203465693293733,178.283348478999,0.039884418004250334,2,0.467726848,4,0.962232379119557,0,0,144,12833,757.5,649,374,2219,2132,0.29247408742676884,0.175422138836773,1304,-0.38846327174402884,-0.6116322701688555 +17153,IL,Pulaski,1284.13334389978,-63.834984686931584,0.20842936924197045,298.081738178881,0.0483820383345043,3,0.515907137,10.0833333333333,1.79450673310791,2,0.343938091,259,17387,980.2,1389,817,3001,2473,0.4628457180939687,0.3303679741205014,766,-0.057647450849716786,-0.3097452486858067 +17155,IL,Putnam,655.860706784377,22083757.707267486,0.10920091688051566,95.0807315431084,0.01583095763288518,2,0.343997248,6,1.06932810550704,0,0,171,17256,691.4,1558,1143,3132,3076,0.49744572158365263,0.3715864759427828,619,0.018518518518518545,-0.20123537061118335 +17157,IL,Randolph,3835.84626018966,-13.770492854809694,0.11458496415908889,801.22412936042,0.023934285140411637,6,0.182542822,32,0.980963183225529,19,0.578052268,1126,99022,826.9,5753,3421,14380,14032,0.4000695410292072,0.24379988597491448,6571,-0.17600834492350492,-0.4682867730900799 +17159,IL,Richland,939.448311500851,16.98079193141382,0.0578727475821383,184.87275139042,0.011388699032244194,3,0.186787871,12,0.753295668549906,16,0.99620198,649,48224,832.1,2360,1579,7274,7630,0.3244432224360737,0.20694626474442987,4157,-0.3285675006873797,-0.5448230668414155 +17161,IL,Rock Island,26107.8664310907,-13.319397993724841,0.1769473007136127,6197.31527311743,0.042002597651697976,27,0.184851742,143.916666666667,0.994009466976093,109,0.746253329,4664,440662,768.5,39081,32258,64880,62971,0.6023581997533909,0.5122675517301615,5289,0.21875770653514182,0.0839910434962125 +17163,IL,St. Clair,90848.946496767,-19.519267823259128,0.3364078061467511,24119.2012054423,0.08931185089552648,35,0.131713136,223.833333333333,0.851857912891027,191,0.718777401,7517,796467,837.3,66749,60180,118379,119201,0.5638584546245533,0.5048615363965068,6701,0.14478074658512063,0.05621597134252232 +17165,IL,Saline,9727.97560375129,11.954929118372453,0.390477887197499,2300.39725659119,0.09233722380248023,8,0.325044694,32.9166666666667,1.35420523580313,17,0.690719974,1099,73995,1043.2,3697,2551,10713,11234,0.34509474470269763,0.22707851166102902,5697,-0.2899281247082983,-0.5071212390956027 +17167,IL,Sangamon,47888.0504288221,-23.223298290636432,0.24251411859733168,11432.0345705418,0.05789397903700302,30,0.150756042,170.166666666667,0.861607738098252,154,0.773881013,5768,596849,778.4,41961,40731,94032,96472,0.4462417049515059,0.4222054067501451,9092,-0.08688531563722984,-0.09424496226884488 +17169,IL,Schuyler,1067.16751723631,1.1223181242262303,0.14145910885953208,239.697148648162,0.0317732169469992,1,0.136425648,7,1.01112234580384,3,0.409276944,250,21632,763.4,1726,1074,3882,3792,0.4446161772282329,0.28322784810126583,1449,-0.08655332302936625,-0.38212025316455694 +17171,IL,Scott,222.81403047104,-0.23595330589604083,0.0416085957929113,46.5170974582288,0.008686666192012847,1,0.192159877,2.91666666666667,0.577214855861205,2,0.384319754,181,15466,805.7,910,528,2554,2583,0.35630383711824587,0.20441347270615565,1437,-0.26468285043069695,-0.5563298490127758 +17173,IL,Shelby,5434.01899313025,54.07149799362306,0.24299150351608684,1198.40962556475,0.053588947170091224,4,0.181422351,20,0.920937514389649,7,0.317489115,739,66030,724.7,3336,2279,10383,10912,0.3212944235770009,0.2088526392961877,5930,-0.33718578445535974,-0.5434384164222874 +17175,IL,Stark,1799.41454685856,0,0.3002026271035302,486.705990915566,0.08119886401661094,1,0.172028213,5.75,0.995498614958449,0,0,249,17514,787.5,1095,748,2661,2707,0.41149943630214203,0.2763206501662357,1029,-0.1623449830890643,-0.38012560029553005 +17177,IL,Stephenson,3553.06700864395,-15.280905157358754,0.07447060444434092,541.485810358109,0.011349286545201504,6,0.129212878,44.4166666666667,0.973537319539424,27,0.581457952,1592,138820,714.4,7954,7531,17029,19525,0.46708555992718304,0.3857106274007682,3314,-0.04627400317106112,-0.16973111395646612 +17179,IL,Tazewell,58387.7132782571,6.789812885531705,0.43124298918901205,13307.151195011,0.09828464477754553,17,0.125269883,96.8333333333333,0.720566531482928,109,0.803201014,4307,406574,796.2,24385,20568,60903,63347,0.4003907853471914,0.32468783052078237,18052,-0.17866114969705926,-0.28497008540262364 +17181,IL,Union,2362.23629156052,68.4315610852438,0.13265028591422506,505.790280687663,0.028402419176081706,4,0.229265776,18,1.04578201254938,13,0.745113773,696,52438,919.7,3135,2389,8274,8514,0.3788977519941987,0.28059666431759456,3391,-0.21948271694464588,-0.39828517735494484 +17183,IL,Vermilion,11870.9618804098,-17.199468744141143,0.1454329173710236,2834.87309049053,0.03473045133832196,15,0.188139675,78.4166666666667,1.00391323458497,42,0.52679109,2953,239649,937.4,10773,9876,26153,29799,0.4119221504225137,0.3314205174670291,8706,-0.1573433258134822,-0.29215745494815265 +17185,IL,Wabash,1022.76720842774,1.5901949289657622,0.08560870581968193,226.134855013924,0.018928170671626686,2,0.173175167,9.83333333333333,0.855667710871331,10,0.865875833,413,34717,791.4,1588,1146,5127,5402,0.3097327872049932,0.21214365049981487,2893,-0.3676614004291008,-0.5355423917067753 +17187,IL,Warren,1177.38569592423,821.4272967150029,0.06649266933553002,299.434949097937,0.01691054097802773,6,0.335683115,19.5833333333333,1.12690374803391,8,0.447577487,554,52934,747.8,3893,2983,7476,7700,0.520733012306046,0.3874025974025974,1284,0.05791867308721238,-0.16675324675324676 +17189,IL,Washington,1627.92799511166,-0.061604693190003224,0.11062299504700053,325.026816617223,0.022086627929955353,8,0.557996792,15.6666666666667,1.10687202675333,10,0.697495989,468,43090,730.9,2448,1446,7398,7376,0.3309002433090024,0.1960412147505423,4120,-0.3161665314949987,-0.5585683297180044 +17191,IL,Wayne,3358.780289312,-1.6720227569219985,0.20040455186825773,838.10551393316,0.050006295580737464,3,0.181345584,16.4166666666667,1.00126047003334,5,0.30224264,649,49535,905.2,1514,1048,7676,8256,0.1972381448671183,0.12693798449612403,5915,-0.5823345492443981,-0.7164486434108527 +17193,IL,White,4287.55161955678,-2.2025877134977554,0.2923662884116454,883.992463157778,0.06027906329067699,5,0.347850285,17.25,1.20696893366919,8,0.556560456,686,43170,956.5,2187,1412,7059,7289,0.3098172545686358,0.19371655919879271,4227,-0.36010766397506727,-0.5799149403210316 +17195,IL,Whiteside,13051.789531955,31.18288013295807,0.22311514123482856,2850.4612193997,0.048727498707642994,8,0.140656868,45.9166666666667,0.812166878920806,30,0.527463253,1901,171615,755.6,12393,11005,21492,25210,0.5766331658291457,0.4365331217770726,1592,0.1729480737018425,-0.06314954383181276 +17197,IL,Will,217703.442342544,-10.208815805107063,0.3213050391737175,64040.5957522248,0.09451649411450616,102,0.148814083,346.5,0.502516935473345,477,0.695924683,12562,2056938,695.3,127522,146230,249708,291010,0.5106844794720233,0.5024913233222226,16504,0.03666682685376521,0.05671282773787839 +17199,IL,Williamson,9594.14586250416,-19.666692637353766,0.14458377959377547,2293.81231860237,0.034567751987015234,14,0.208930277,55.8333333333333,0.826425893033353,42,0.626790831,2230,202080,864.1,10622,8539,29079,31422,0.3652807868221053,0.2717522754757813,12964,-0.24959592833316135,-0.41257717522754755 +17201,IL,Winnebago,76322.4129302052,4.7132774389652665,0.2584869674469976,18420.9543440647,0.062387658396377166,55,0.190613498,259.083333333333,0.90628822355848,202,0.700071393,8788,866554,828.8,60334,52595,116101,113027,0.5196682199119732,0.46533129252302546,1327,0.056950413863791016,-0.011740557565891319 +17203,IL,Woodford,4535.31717805075,56.35271313520873,0.11730077534788821,1189.2007848238,0.03075731390502276,6,0.153112001,28.75,0.734542667347981,19,0.484854671,1170,117640,724,5564,5068,18848,19389,0.2952037351443124,0.2613853215740884,8112,-0.39171264855687604,-0.41838155655268455 +18001,IN,Adams,2972.77288029622,21.114198471359703,0.0864504865296833,620.177762029809,0.018035238957449296,7,0.20120146,17.5833333333333,0.499072812594611,16,0.459889052,916,104407,717.3,3800,2802,12998,13039,0.2923526696414833,0.21489378019786792,6840,-0.39513771349438376,-0.5245801058363371 +18003,IN,Allen,107884.128826096,-8.247112185732504,0.30361757364610265,27857.9195876366,0.07840035456615306,50,0.136642636,289.666666666667,0.782028991767548,240,0.655884652,9376,1097624,799.8,59834,55222,146405,145787,0.40868822786107034,0.37878548841803455,28579,-0.16764454765889142,-0.1960325680616241 +18005,IN,Bartholomew,20967.6675264495,16.09441837637923,0.2730378353315298,5534.48023092876,0.07206917507785451,11,0.13712804,60.3333333333333,0.741177530445607,71,0.885099169,2220,240887,810.7,10622,9841,29313,32389,0.3623648210691502,0.30383772268362713,10796,-0.2545287073994474,-0.3333230417734416 +18007,IN,Benton,140.43746324282,32.436996679622816,0.015861470888052856,27.9185495830607,0.003153213189864547,2,0.229885057,6,0.69364161849711,5,0.574712644,279,26095,858.8,1159,860,3577,3654,0.32401453732177804,0.23535851122058019,1719,-0.32708974000559127,-0.4704433497536946 +18009,IN,Blackford,270.900133361109,5.151844916923326,0.021220439711821165,61.8336489326321,0.004843619687657222,4,0.322554633,10,0.823113013416742,5,0.403193291,498,37172,949,1927,1243,4740,4822,0.4065400843881857,0.2577768560763169,2106,-0.1651898734177215,-0.4367482372459561 +18011,IN,Boone,6750.17678934163,-11.250360958208079,0.11917685009430844,2161.68023836345,0.03816525844568238,6,0.09690705,31.5833333333333,0.488505302667058,38,0.61374465,1576,185607,828.5,8326,10181,27725,32061,0.30030658250676284,0.31755091856149215,9473,-0.37803426510369703,-0.29546801409812545 +18013,IN,Brown,469.00902196374,4.189974398251315,0.03077083204066002,109.478086688201,0.007182658882574532,4,0.267343938,5.91666666666667,0.39677217453505,4,0.267343938,453,44938,744.2,3056,2518,7590,7908,0.40263504611330697,0.3184117349519474,2497,-0.16785243741765482,-0.31575619625695495 +18015,IN,Carroll,913.624568611383,-1.0333090490926127,0.04532992153864465,207.880179643631,0.010314074901693426,4,0.200772976,12.8333333333333,0.642630612585545,13,0.652512172,534,59861,674.1,2631,1891,7793,8609,0.3376106762479148,0.2196538506214427,4382,-0.30309251892724237,-0.5090022069926821 +18017,IN,Cass,1565.43927509535,-1.6576491402751736,0.04017449250873453,416.624739728245,0.010692006870816739,6,0.15609553,35,0.922363358456754,31,0.806493574,1205,114806,815.8,5365,3758,14137,14135,0.3795006012591073,0.2658648744251857,5939,-0.2169484331895028,-0.4201627166607711 +18019,IN,Clark,24179.4548689309,1.6736706042212575,0.2193505957338241,5608.26899273151,0.050876959437654315,12,0.105021792,93,0.801509941308788,85,0.74390436,3523,342443,949.3,20775,18791,47062,51104,0.44143895287068124,0.3677011584220413,11221,-0.09874208490926861,-0.2195718534752661 +18021,IN,Clay,1069.46457059783,3.004965746703918,0.0397718323018903,241.462329964491,0.008979632947731164,5,0.188238837,25.5,0.969250066517162,14,0.527068745,935,79721,924.3,3630,2306,10922,11259,0.33235671122505034,0.2048139266364686,6222,-0.31450283830800224,-0.5526245670130563 +18023,IN,Clinton,620.622748974274,-53.3667014836534,0.01867995271413057,158.957836206864,0.004784428010078979,5,0.152550647,28.3333333333333,0.872949851598525,21,0.640712717,1107,98194,875.3,3307,2819,9879,11896,0.33475048081789655,0.23697041022192333,5711,-0.306812430407936,-0.4800773369199731 +18025,IN,Crawford,1560.80049013911,28.85362083902744,0.14569219547644077,333.546795913841,0.031134770457746753,2,0.187705303,11.3333333333333,1.07537084479868,1,0.093852651,351,31696,935.5,2040,1323,4586,4591,0.44483209768861753,0.2881725114354171,1690,-0.08242477104230261,-0.36811152254410806 +18027,IN,Daviess,3039.00727764284,111.3380085295088,0.09602525523391177,858.23409456769,0.02711811471712873,6,0.183323658,25.9166666666667,0.786091985400427,19,0.580524917,994,97954,878.1,2437,1800,10246,10736,0.23784891665040014,0.1676602086438152,6745,-0.5076127269178217,-0.6282600596125187 +18029,IN,Dearborn,13205.3719350514,0,0.26385941085482445,3259.02419983253,0.06511927188108238,7,0.141397002,28.4166666666667,0.576040758684532,25,0.504989294,1359,148633,797.4,6527,4883,22352,23910,0.2920096635647817,0.20422417398578002,13227,-0.39656406585540444,-0.5531994981179422 +18031,IN,Decatur,3931.46686463751,11.01611970308083,0.1527376404288077,1002.32073088514,0.03894019933508703,5,0.188508521,25.9166666666667,0.974384038900168,22,0.829437491,778,79256,822,2941,2121,10303,11095,0.2854508395612928,0.19116719242902208,6367,-0.4055129573910512,-0.5738621000450654 +18033,IN,DeKalb,9058.00969896297,-22.807609307146425,0.21452785683070744,2486.22009609481,0.058883075482433975,6,0.141566194,29,0.67842605156038,27,0.637047873,1257,127484,853.6,5419,3941,16314,16816,0.3321686894691676,0.23436013320647003,8113,-0.31672183400760084,-0.4824571836346337 +18035,IN,Delaware,30038.4473678234,5.255605729548726,0.25527485419367046,6158.48433263104,0.052336466356460304,13,0.11104088,101.583333333333,0.878725753945255,77,0.657703675,3646,351488,868.1,22630,18100,44924,44699,0.5037396491852907,0.4049307590773843,6117,0.031141483394176828,-0.1368486990760419 +18037,IN,Dubois,2411.3313005984,1.7285972009824755,0.05756478551883311,690.005971478289,0.016472247403334743,10,0.23615539,30.5833333333333,0.71872845773015,39,0.921006022,1224,127160,752.8,6522,5389,18542,19917,0.3517419911552152,0.27057287744138175,7976,-0.2767770467047783,-0.40046191695536476 +18039,IN,Elkhart,40314.6072834407,3.4471258526631687,0.20406363305868475,11390.5700210215,0.05765654827682616,36,0.178243411,148.25,0.727496675352462,138,0.68326641,5011,605689,766.2,24376,20667,67768,65187,0.35969779246842165,0.3170417414515164,21143,-0.26519891394168343,-0.32434381088253794 +18041,IN,Fayette,5202.24000161974,0,0.21428677355602999,1248.32874326791,0.05142022256736459,3,0.127833646,18,0.771505722000772,23,0.980057951,941,70753,1016.1,3553,2252,8816,9530,0.40301724137931033,0.23630640083945437,4587,-0.16912431941923772,-0.4813221406086044 +18043,IN,Floyd,21970.6236730828,23.112203583499326,0.29459926081529136,5444.3830924422,0.0730025354989702,8,0.105015818,57.9166666666667,0.752262198553925,67,0.879507476,2243,229109,866.9,14805,13939,35283,37225,0.4196071762605221,0.37445265278710543,7488,-0.14349686818014346,-0.20115513767629284 +18045,IN,Fountain,3224.424482336,401.40441476898616,0.18703158250208818,762.176621682862,0.0442097808400732,4,0.240124865,14.3333333333333,0.869424562254842,7,0.420218514,605,50192,840.6,2233,1476,7103,7474,0.3143742080810925,0.1974846133261975,4185,-0.34168661129100375,-0.5599411292480599 +18047,IN,Franklin,2094.70128001872,0,0.09073076969804304,591.185794424367,0.02560686942540681,7,0.305223685,20.4166666666667,0.89881869542886506,15,0.654050754,624,68690,763.6,2907,1967,10549,10990,0.27557114418428286,0.1789808917197452,6698,-0.42790785856479285,-0.6094631483166515 +18049,IN,Fulton,2688.93155634797,-16.79734850448885,0.12905219602361154,637.18339010823,0.03058088837148349,4,0.195121951,20.75,1.03033914295645,13,0.634146341,695,61233,870.1,2621,1960,8120,8374,0.32278325123152707,0.2340577979460234,4050,-0.3317733990147783,-0.48363983759254836 +18051,IN,Gibson,1293.42408330258,-62.6308528725525,0.038606216855284,284.489761598896,0.00849147125925726,7,0.207352114,33,0.979141322730914,20,0.59243461,1081,101196,835.3,4928,3720,14718,15472,0.33482810164424515,0.2404343329886246,7359,-0.30975676042940614,-0.47563340227507755 +18053,IN,Grant,12579.0165038672,-12.599977202803553,0.17954377619313455,2682.16558726396,0.03828329009383195,7,0.102086949,73,1.09057770739651,49,0.714608642,2490,205641,936.2,9589,7029,25258,25239,0.3796420935941088,0.2784975632949008,9980,-0.2200886847731412,-0.39541978683783036 +18055,IN,Greene,3960.46380511797,46.0176856379615,0.11941696985128811,959.040504502704,0.028917247233610856,9,0.275010695,22.25,0.690757815653038,22,0.672248365,1135,97972,879.1,4340,2929,13101,13763,0.3312724219525227,0.2128169730436678,7346,-0.31425082054804976,-0.5337499091767783 +18057,IN,Hamilton,87492.2420206383,-8.267326930190096,0.3186530235410345,26396.0774147898,0.09613640802417535,31,0.102437686,132.666666666667,0.419336247614893,219,0.723672688,4510,910072,602.3,43794,57214,136803,153630,0.32012455867195894,0.3724142420100241,30085,-0.34316498907187704,-0.1958276378311527 +18059,IN,Hancock,20497.433577284,-10.377139002493758,0.2928121136150967,5343.62933993058,0.07633538098812291,5,0.06946567,40.3333333333333,0.547137476204042,45,0.625191031,1880,215573,788.8,9303,8901,32758,36027,0.2839916966847793,0.2470647014738946,16149,-0.4104951462238232,-0.4482471479723541 +18061,IN,Harrison,1864.7545584559,-13.406648601322448,0.0473720800339371,423.939941014789,0.01076973734922236,3,0.07633782,29.75,0.746999447597047,19,0.483472862,1165,117867,841.7,6600,4776,17646,18528,0.37402244134648077,0.25777202072538863,8217,-0.2283236994219653,-0.44349093264248707 +18063,IN,Hendricks,39540.9318003327,-26.312558076852167,0.2718561396535717,11033.4170805612,0.07585815604588031,9,0.0576716,75.5,0.470082809289583,120,0.768954734,3242,467860,726.9,21100,22595,66590,75258,0.31686439405316114,0.3002338621807648,25731,-0.34852079891875654,-0.3419038507534083 +18065,IN,Henry,1826.32833870122,-18.79997711329663,0.036923867589285106,407.271847600583,0.008234035170445655,8,0.163281968,45.1666666666667,0.930868421233418,25,0.510256149,1762,147108,900,7613,5124,18996,20075,0.40076858285954936,0.2552428393524284,8771,-0.169667298378606,-0.4369115815691158 +18067,IN,Howard,22218.6050532589,-13.29489334002846,0.26849629076347276,5242.66509058642,0.06335393815963868,11,0.132558868,86.6666666666667,1.04963989277525,77,0.927912077,3027,248074,916.4,15097,11215,36194,36754,0.4171133337017185,0.3051368558524242,12460,-0.14331104602972872,-0.3390107199216412 +18069,IN,Huntington,8245.43548047286,7.950569128600115,0.2221052548344157,2012.8654782503,0.054220059213724275,5,0.136217512,28.9166666666667,0.794413919413919,31,0.844548575,1240,110134,871.8,4596,3506,15753,15974,0.2917539516282613,0.21948165769375236,8143,-0.3977655049831778,-0.5097658695379992 +18071,IN,Jackson,6621.65116990927,1.9670267217230264,0.15625946691309398,1696.49168093381,0.04003425714871176,10,0.228806773,38.1666666666667,0.867168033687017,34,0.777943027,1420,131386,918.4,5838,3843,16704,17532,0.3494971264367816,0.21919917864476385,9014,-0.27424568965517243,-0.5141455624001825 +18073,IN,Jasper,3056.56976236764,26.255203464079823,0.09130084719420635,868.892272159923,0.025954127252521744,8,0.238984317,39.75,1.18894505428768,21,0.627333831,965,100346,827.1,4672,3329,12891,13331,0.36242339616786906,0.24971870077263522,6053,-0.25467380342874874,-0.4540544595304178 +18075,IN,Jay,4122.41987153247,0.35074348597406707,0.19396884541158754,1000.21511039794,0.047062302281933845,3,0.141649747,14.5,0.688967024612753,9,0.424949242,732,63542,930.6,3063,1889,7897,7962,0.3878688109408636,0.23725194674704847,3808,-0.20007597821957707,-0.4782717910072846 +18077,IN,Jefferson,5379.9272324687,12.725245028876738,0.16590376318208647,1231.82242308655,0.03798638285082491,6,0.184649474,28.6666666666667,0.884282394554466,19,0.584723334,1163,97446,995.1,5728,4325,13120,13461,0.43658536585365854,0.32129856622836345,4213,-0.10426829268292687,-0.3129782334150509 +18079,IN,Jennings,7999.89410769224,53.07327215377532,0.2804520283152407,2157.16247806775,0.07562357504181419,2,0.071428571,19,0.684487354996758,11,0.392857143,857,84174,976.7,3818,2364,10237,11115,0.37296082836768585,0.2126855600539811,5858,-0.22408908860017585,-0.5270355375618534 +18081,IN,Johnson,40026.7514147481,-6.048190348871321,0.2866137125664005,10178.1615131467,0.07288127452952799,13,0.088112893,88.5,0.582305799370978,125,0.847239355,3773,442881,798.4,17080,17318,57362,66229,0.2977580976953384,0.2614866599223905,28138,-0.38450542170775076,-0.4248592006522822 +18083,IN,Knox,10536.5588549086,116.27039233096335,0.2741040284835744,2328.51770385239,0.06057538251437018,4,0.105435184,29.0833333333333,0.770541896283736,25,0.658969898,1390,113795,960.7,5228,3772,15145,15483,0.34519643446682075,0.24362203707291868,7305,-0.2894684714427203,-0.47180778918814187 +18085,IN,Kosciusko,14141.1308944476,-19.128787077101293,0.1828011439598697,3784.05777969566,0.04891617905964037,15,0.190927142,60.75,0.76809285389167,54,0.687337712,2139,234941,808.6,6862,6311,30039,31907,0.22843636605745865,0.1977935876140032,17598,-0.5223542727787209,-0.551540414329144 +18087,IN,LaGrange,59.0375741440803,-88.69193428483459,0.0015901091937104157,16.789925288409,4.522173370073529e-4,8,0.208138204,19.5,0.498593710048581,8,0.208138204,778,115320,729.5,2897,2080,9311,9552,0.31113736440768985,0.21775544388609716,4945,-0.357641499301901,-0.5176926298157454 +18089,IN,Lake,147709.011983438,6.581025414543032,0.29779742539578835,38065.6617119608,0.07674451207540407,81,0.16522924,394.333333333333,0.811642646709725,405,0.826146201,14512,1469999,852.1,130824,116896,201648,200247,0.6487741014044275,0.5837590575639086,41331,0.30958402761247317,0.2064000958815862 +18091,IN,LaPorte,28376.921769712,36.10498834144427,0.2545768861610342,6556.33130713731,0.0588185858338101,19,0.170489214,98.5833333333333,0.896089927131149,70,0.628118158,3560,333955,889.1,24104,19795,43657,44994,0.5521222255308427,0.4399475485620305,2883,0.12586755846714154,-0.0640752100280037 +18093,IN,Lawrence,4370.66899292182,5.43087938217599,0.09473856576325096,962.982974959089,0.020873606775026858,9,0.196919307,35,0.768926578496419,22,0.481358306,1670,136955,923.1,5779,4210,17822,19076,0.32426214790708113,0.22069616271755085,9824,-0.3278532151273707,-0.5149926609352065 +18095,IN,Madison,34367.4647632017,4.710588569160663,0.2610795281169414,7395.32439151619,0.05618010568169947,20,0.15376454,105.5,0.815957183516892,77,0.59199348,4503,390123,910.6,24404,18595,52340,53660,0.46625907527703475,0.34653373089824824,13781,-0.044917844860527356,-0.25682072307118897 +18097,IN,Marion,219009.703422696,-3.392254005203406,0.2424301532364054,59591.3546354877,0.06596393223711906,163,0.174472808,786.916666666667,0.836052296164554,832,0.890560593,23564,2802066,876.4,215474,212676,357745,361070,0.6023117024696362,0.589015980280832,82448,0.2217864680149268,0.22834353449469635 +18099,IN,Marshall,7139.5320684617,-3.886007826787921,0.15174028327690592,1933.50270315699,0.041093764280397654,9,0.191054408,37.5833333333333,0.807271529627402,43,0.912815505,1390,140856,760.4,6136,4798,17751,18008,0.34567066644132727,0.26643713904931143,7488,-0.28865979381443296,-0.41581519324744554 +18101,IN,Martin,275.751319595234,2.921761418650266,0.026683890032439907,72.2065359465687,0.006987278492990972,3,0.294031167,6.91666666666667,0.680038016583096,9,0.882093502,311,30658,804.1,1351,881,4742,4807,0.2849008857022353,0.1832743915123778,2814,-0.40299451708140027,-0.5853962970667776 +18103,IN,Miami,7288.49712390266,8.773027985940919,0.19750419000901445,1906.34336619258,0.05165822199259084,11,0.305946487,29.25,0.815149235013795,22,0.611892974,1086,107969,833,4220,2766,12758,13440,0.3307728484088415,0.20580357142857142,7209,-0.3090609813450384,-0.5363839285714286 +18105,IN,Monroe,20102.6612313355,-26.520983715997183,0.145698908717117,4303.19111157283,0.03118842036595902,20,0.139529367,70.6666666666667,0.485694910283903,111,0.774387989,2647,430373,676.2,22885,34183,40200,57623,0.5692786069651742,0.5932179858736962,13656,0.16495024875621894,0.23698870242784997 +18107,IN,Montgomery,5511.10293945507,20.39612675032866,0.1445573113905957,1293.12973659585,0.03391904670537851,8,0.209720547,37.4166666666667,0.982735374971547,27,0.707806847,1168,114373,797.3,4244,3362,14349,15101,0.29576974005157153,0.2226342626316138,7689,-0.38497456268729524,-0.5091715780411893 +18109,IN,Morgan,10034.5689654583,-18.548725959856167,0.14565229142535344,2508.70438914096,0.03641397493455105,7,0.100440503,51.4166666666667,0.737706486078032,38,0.545248447,2020,208619,887.7,7969,6037,28251,31180,0.2820785104952037,0.19361770365618985,17634,-0.4113836678347669,-0.5655548428479795 +18111,IN,Newton,2267.03404583037,1070.876212985407,0.15915712200437868,487.999356945677,0.03425999416917137,3,0.211924272,13.5,0.96954898017811,10,0.706414241,462,42109,829.1,2212,1403,5652,5791,0.3913658881811748,0.24227249179761698,2671,-0.19090587402689319,-0.4612329476774305 +18113,IN,Noble,2720.93795481059,-15.82928476107549,0.057239522778748525,804.157133885543,0.01691680271553229,9,0.189004158,33,0.692724295730299,26,0.546012012,1287,142829,799.8,5229,3904,16244,16890,0.3219034720512189,0.2311426879810539,8294,-0.3355700566362965,-0.4910597986974541 +18115,IN,Ohio,NA,NA,NA,NA,NA,1,0.165700083,4,0.674308833445718,2,0.331400166,188,17972,763.6,992,686,2812,2917,0.352773826458037,0.23517312307164895,1432,-0.2720483641536273,-0.49091532396297566 +18117,IN,Orange,2066.74842187058,73.82577315440741,0.10417078739267036,477.606343591733,0.02407290038264783,4,0.203811271,17.3333333333333,0.89647444185846,14,0.713339448,690,59027,943.1,2939,2048,7753,8189,0.379079066167935,0.25009158627427036,3752,-0.216174384109377,-0.4581756014165344 +18119,IN,Owen,171.997325877946,13.338305425958765,0.007972066089360186,31.3844718185569,0.0014546684504545492,2,0.095378893,16,0.767754318618042,7,0.333826124,717,63081,979.4,2823,1946,8107,8520,0.3482175897372641,0.2284037558685446,4205,-0.276181078080671,-0.49354460093896707 +18121,IN,Parke,2149.84944102521,33.91152972447126,0.12398924049975259,441.255743361854,0.02544874233588177,2,0.116056403,12.6666666666667,0.753968253968254,5,0.290141009,462,51327,733.2,2106,1441,6504,6576,0.3238007380073801,0.2191301703163017,3422,-0.32626076260762604,-0.5203771289537713 +18123,IN,Perry,5976.13310846147,12.644284724181007,0.309035738362885,1153.14095644744,0.05963082823701727,4,0.205613241,10.5833333333333,0.558016098984147,14,0.719646345,630,58183,817.1,4314,3062,7866,8025,0.5484363081617086,0.3815576323987539,1494,0.11581489956775998,-0.18616822429906538 +18125,IN,Pike,990.517539774276,52.99938404492184,0.07711308211555282,216.08880136359,0.016822794967971195,3,0.237642586,7.58333333333333,0.610034054648326,5,0.396070976,439,37895,851.7,2125,1297,5924,5977,0.3587103308575287,0.2169984942278735,3101,-0.25354490209318026,-0.5188221515810607 +18127,IN,Porter,52406.9133449128,-17.790753265390283,0.31888740831622153,13243.3752332169,0.08058375004239243,12,0.071823601,89.9166666666667,0.535884920327471,111,0.664368311,4349,501574,785.8,36950,33531,72487,76492,0.5097465752479755,0.4383595670135439,5188,0.03797922386083025,-0.06782408617894681 +18129,IN,Posey,5706.22162973052,-4.457165203276646,0.2202324056244894,1291.31270127387,0.04983839063195176,3,0.117462803,13.6666666666667,0.536452608991469,10,0.391542678,741,76529,796.4,4531,3515,12216,12448,0.3709070072036673,0.28237467866323906,4878,-0.23706614276358873,-0.3918701799485861 +18131,IN,Pulaski,354.733496813788,0,0.026468698463944788,82.9521728539767,0.00618953684927449,2,0.15423768,13,1.02685624012638,9,0.694069561,452,38879,876.7,1899,1327,5399,5437,0.3517318021855899,0.24406842008460547,2527,-0.2717169846267828,-0.4647783704248666 +18133,IN,Putnam,1799.8176053775,70.06014795024575,0.04740978335161868,388.13355647539,0.010223995903258171,4,0.106332075,28.4166666666667,0.759073262812979,23,0.611409432,1076,112752,820.4,4504,3356,13813,14680,0.3260696445377543,0.22861035422343323,7281,-0.3257800622601897,-0.4959809264305177 +18135,IN,Randolph,3755.088578971,-28.341522833508005,0.14348280841278516,957.01884729304,0.03656791285365634,4,0.157579578,25.0833333333333,1.00005315897191,8,0.315159155,897,76113,850.4,3768,2446,10188,10456,0.36984687868080096,0.2339326702371844,5069,-0.24047899489595598,-0.4847934200459067 +18137,IN,Ripley,733.8206545672,0.21339767785523311,0.025463968858602262,209.144524751231,0.007257426773240023,8,0.280731305,21.6666666666667,0.751115117058402,15,0.526371197,932,85742,852.6,3241,2471,10982,12790,0.2951192861045347,0.19319781078967943,7335,-0.38635949735931524,-0.5734949179046129 +18139,IN,Rush,570.539421258247,-3.8579988419551228,0.03280470453416783,124.927680017306,0.007183054278823943,2,0.118399242,12.6666666666667,0.760806454842133,10,0.591996211,577,50507,846.5,2221,1525,7026,7214,0.316111585539425,0.21139451067369006,3767,-0.34329632792485054,-0.5221790962018298 +18141,IN,St. Joseph,83408.9702290678,-7.4773849297401425,0.31247389860701,20003.6418885175,0.07493937342803009,46,0.171886794,200.833333333333,0.746201185747743,211,0.78843725,7898,803005,827.8,56458,52247,110644,109452,0.510267163153899,0.47735080217812376,228,0.035094537435378326,0.0020831049227058585 +18143,IN,Scott,830.983063254971,-33.5386802630952,0.03436512399218271,193.560528264701,0.008004653581932137,4,0.168690958,22,0.927096502317741,19,0.801282051,882,71222,1088.2,3998,2642,8716,9060,0.45869664983937586,0.29161147902869755,3432,-0.062069756769160156,-0.37880794701986753 +18145,IN,Shelby,5949.08272108818,31.746207475817744,0.13387979838617742,1361.09855661804,0.03063053732599784,7,0.157024608,27.1666666666667,0.612910988779593,23,0.515937998,1288,133464,808.8,5357,4247,16743,17935,0.3199546078958371,0.23679955394480068,8471,-0.3353640327300962,-0.47231669919152497 +18147,IN,Spencer,2.09551611123607,17.19436663862676,1.0001508740149247e-4,0.0011725302319974,5.59626876669244e-8,5,0.240373059,12.25,0.593277799302596,10,0.480746118,544,62373,666.1,4026,2861,9725,9959,0.4139845758354756,0.28727783914047594,3711,-0.15311053984575834,-0.37262777387287876 +18149,IN,Starke,1304.23105122149,-5.122138901273817,0.05582463943934811,345.394693170674,0.014783833119491248,5,0.216694115,23.1666666666667,1.00685239109334,8,0.346710583,845,69183,1022.2,3809,2489,8752,9226,0.4352148080438757,0.26978105354433124,3878,-0.10614716636197441,-0.4203338391502276 +18151,IN,Steuben,6418.32293245979,-11.495933178067903,0.18775260881848146,1434.09935254459,0.04195112922464794,7,0.204034045,29.8333333333333,0.874467503028882,21,0.612102134,958,103106,752.3,4846,3741,13677,14530,0.35431746728083646,0.2574673090158293,6386,-0.2702347005922351,-0.439504473503097 +18153,IN,Sullivan,1042.41717498011,-1.1814428352428759,0.04854096274645449,246.788295047932,0.011491888011545145,3,0.142517815,17.9166666666667,0.861295388263949,11,0.522565321,733,63105,948.6,3191,2113,8289,8559,0.38496802991917,0.2468746348872532,4025,-0.20641814452889373,-0.47026521789928727 +18155,IN,Switzerland,487.624455233279,0,0.04594595828071977,177.714994656475,0.016745029177091773,2,0.191350938,12.8333333333333,1.21908742598398,5,0.478377344,324,31537,901.7,1437,930,3397,3639,0.4230203120400353,0.25556471558120364,1628,-0.12805416544009418,-0.44737565265182744 +18157,IN,Tippecanoe,32253.6397567729,-33.13578407700799,0.1866746137097633,8003.17204755081,0.04632001416570674,22,0.120169986,111.916666666667,0.595114653734555,137,0.748331276,3459,550786,731.2,26642,27207,56696,61916,0.46990969380555947,0.4394179210543317,3504,-0.036439960491039924,-0.05659280315265841 +18159,IN,Tipton,1878.9409321202,-63.46209907959385,0.1179054299774222,384.471842787927,0.024125994150848835,2,0.129743756,10,0.65867474641022306,10,0.64871878,509,46284,753.8,2432,1587,7364,7510,0.3302552960347637,0.21131824234354193,4002,-0.3178978815860945,-0.5328894806924102 +18161,IN,Union,NA,NA,NA,NA,NA,1,0.138007176,7,0.970604547975596,4,0.552028705,226,21691,848,1018,715,3099,3286,0.3284930622781542,0.2175897748021911,1730,-0.3239754759599871,-0.5264759586122946 +18163,IN,Vanderburgh,35885.1020438684,0.8822954529386233,0.19969116844943266,8021.35076051927,0.04463671035274464,40,0.219772975,152.333333333333,0.838281394738821,161,0.884586222,5932,545316,874.9,31659,28296,72416,71957,0.43718239063190456,0.3932348485901302,12126,-0.10833241272646932,-0.16851730894839972 +18165,IN,Vermillion,2072.00482894055,-7.725209256830587,0.12780686090183505,433.890152689452,0.026763517930511474,3,0.191168037,15,0.958772770853308,7,0.446058752,640,47244,980.3,2979,2081,6578,6913,0.45287321374277895,0.3010270504845942,2430,-0.06795378534508972,-0.3515116447273253 +18167,IN,Vigo,36598.0959965341,25.697695524164654,0.33934886132829634,6969.04703678219,0.06461915878627504,17,0.157152762,88.5833333333333,0.820740411312166,93,0.859718049,3458,324421,923.7,19707,15922,39843,39569,0.4946163692493035,0.40238570598195555,6002,0.008508395452149708,-0.15168439940357348 +18169,IN,Wabash,3443.89776208595,24.767735463554697,0.10471593779147258,633.162977882805,0.01925209735717602,7,0.217040804,28,0.881556577041748,26,0.806151556,1243,96771,844.7,3929,3018,12702,13415,0.3093213667139033,0.22497204621692135,6801,-0.36206896551724144,-0.5069698099142751 +18171,IN,Warren,403.050267230325,51.7951515259492,0.047373092058101196,96.2676556797624,0.011314957179097602,2,0.239463602,3.33333333333333,0.408196587476529,0,0,250,24976,706.8,1324,839,3798,3919,0.3486045286993154,0.214085225822914,2057,-0.2772511848341232,-0.5248787956111253 +18173,IN,Warrick,17692.8442995398,4.404082655385299,0.2964171673095512,4755.72939799746,0.07967513943938515,8,0.130827978,22.5833333333333,0.361344896370017,29,0.474251419,1586,184253,713.8,8791,9086,24627,29609,0.3569659317009786,0.3068661555608092,10047,-0.26633369878588536,-0.3393225032929177 +18175,IN,Washington,2713.39186649667,-1.4321341111145898,0.09600848724423855,695.891887113333,0.0246228818595051,6,0.215223474,17.1666666666667,0.620407179857848,10,0.35870579,930,83545,980.5,3909,2636,10725,11333,0.36447552447552445,0.23259507632577428,5570,-0.24456876456876464,-0.49148504367775525 +18177,IN,Wayne,9994.70932011018,-14.450806316029881,0.14502531044749742,2328.89273707576,0.03379271786461628,7,0.103441652,65.3333333333333,0.981452549773665,43,0.635427288,2607,202287,934.3,10591,8322,25458,25575,0.4160185403409537,0.3253958944281525,7706,-0.1465158299945008,-0.30130987292277617 +18179,IN,Wells,2543.74709038409,-13.35506491386235,0.09204469135852113,566.809086831637,0.020509809192055185,2,0.071782356,14.75,0.527746967691152,13,0.466585313,880,83524,771.7,3434,2585,12922,13123,0.2657483361708714,0.1969823973176865,7414,-0.45047206314811944,-0.5649622799664711 +18181,IN,White,3863.97358756372,57.17558042738947,0.1567980192169671,917.939226954702,0.03724949182139764,3,0.122684333,22.6666666666667,0.944483797936025,18,0.736105999,844,73040,823.3,3635,2563,9901,9902,0.3671346328653671,0.258836598666936,4250,-0.2358347641652358,-0.42920622096546157 +18183,IN,Whitley,1687.94835628103,0,0.05070132032563469,426.585167685524,0.012813443700754656,6,0.179624585,25.8333333333333,0.772320049428483,20,0.598748615,904,100060,723.7,4420,3379,15005,15535,0.29456847717427526,0.21750885098165432,7978,-0.38900366544485165,-0.5135500482780818 +19001,IA,Adair,489.787852159838,-19.052199339981748,0.06375785630823197,105.607642202477,0.013747415022452095,2,0.268312316,7.66666666666667,1.08103026884753,3,0.402468473,344,22081,838.7,1788,1127,3959,3759,0.4516291992927507,0.29981378026070765,1329,-0.08133367011871684,-0.35355147645650437 +19003,IA,Adams,258.774842516174,6.289940830723702,0.06422805721424026,55.3040442573838,0.013726493982969424,1,0.258064516,3.75,1.01543460601137,2,0.516129032,155,11559,802.3,1018,565,2158,2082,0.47173308619091753,0.271373679154659,828,-0.039388322520852614,-0.39769452449567727 +19005,IA,Allamakee,1164.83079367155,-57.30382106195462,0.08128616843486043,236.391327976924,0.016496254569220097,7,0.498646531,14.3333333333333,1.03236339191395,3,0.213705656,497,41980,721.5,3511,2409,6824,6837,0.5145076201641267,0.3523475208424748,1663,0.041178194607268515,-0.24323533713617085 +19007,IA,Appanoose,1609.21526828434,-13.423804515778052,0.12487120883714907,321.51487391494,0.024948775813993948,5,0.394913514,13.25,1.06323222596694,8,0.631861622,528,37790,877.5,2934,1813,6176,6096,0.47506476683937826,0.2974081364829396,2218,-0.03545984455958551,-0.36384514435695536 +19009,IA,Audubon,462.27035139835,82.21589406789388,0.07554671537806014,88.5963634251239,0.014478895804073197,1,0.172592337,5.41666666666667,0.953974404132911,1,0.172592337,230,17446,718.6,1608,1079,3439,3379,0.46757778423960455,0.31932524415507546,1056,-0.055830183192788596,-0.3125184965966262 +19011,IA,Benton,3565.66121725282,-6.745932485265368,0.13674111126142122,901.915753120407,0.034587964147891045,3,0.11682243,16.25,0.632320323748006,6,0.23364486,698,77035,657,6850,4672,13959,13690,0.49072283114836307,0.3412710007304602,3554,-0.006089261408410318,-0.2596055514974434 +19013,IA,Black Hawk,38072.0946308971,21.940178928085547,0.2904271464711046,7697.2743123602,0.05871747892562515,24,0.180590984,122.833333333333,0.924226007744939,80,0.601969947,3557,399292,735.9,39338,32006,66205,63221,0.5941847292500566,0.5062558327138135,4624,0.2002869873876595,0.07314025402951552 +19015,IA,Boone,3083.22174961925,-9.901186144733694,0.11720602712762299,671.375149471323,0.025521749770825018,4,0.151325994,20.25,0.763229308005427,8,0.302651988,860,79426,754.4,7457,5517,14237,13984,0.5237760764205942,0.39452231121281467,1941,0.06440963686169837,-0.13880148741418763 +19017,IA,Bremer,2217.67181208332,20.006927863867933,0.09135243912025541,576.335936610996,0.023740976133259026,5,0.20225719,19.75,0.796435196386805,13,0.525868695,628,73873,560.3,6710,5349,13218,13350,0.5076410954758662,0.4006741573033708,1850,0.024738992283250105,-0.13857677902621718 +19019,IA,Buchanan,4140.59652976771,50.337173032248074,0.19756639611450091,1026.20262688104,0.04896472119863728,3,0.142599106,17,0.809832317073171,7,0.332731248,622,63137,747.3,5903,3966,10478,10137,0.5633708723038748,0.39124001183782187,1538,0.13933956861996571,-0.15172141659268024 +19021,IA,Buena Vista,1931.80097234484,-29.466135014381383,0.09535049221840276,471.241599598117,0.023259703830114362,4,0.19438235,13.3333333333333,0.655780706931602,9,0.437360288,578,61747,679,3683,2851,8322,8179,0.44256188416246095,0.34857562049150265,2044,-0.10394136024993988,-0.24990830174838002 +19023,IA,Butler,6659.7930656739,-1.3045650308647554,0.4479580995274029,1481.2799356952,0.09963542985775208,4,0.266560043,15.8333333333333,1.07047078178171,1,0.066640011,544,44891,692.9,3321,2163,7510,7457,0.4422103861517976,0.29006302802735684,2755,-0.10426098535286282,-0.3694515220598096 +19025,IA,Calhoun,264.521998757905,-94.24719480395451,0.027354911970827823,53.3316013743924,0.0055151604316848405,4,0.4054328,9.58333333333333,0.973322499830726,4,0.4054328,442,29588,779.2,2232,1396,5190,5105,0.4300578034682081,0.27345739471106756,2070,-0.1267822736030828,-0.405484818805093 +19027,IA,Carroll,1039.60033665824,9.52000708572982,0.0499423682099462,243.77828919223,0.011711101517689759,6,0.291800409,17.8333333333333,0.87260034904014006,15,0.729501021,749,61623,696,4912,3305,10581,10435,0.46422833380587847,0.3167225682798275,3322,-0.06284850203194403,-0.3183517010062291 +19029,IA,Cass,3557.69377527767,0,0.2549221679046768,817.050031595275,0.058544714215769206,6,0.446162998,13.5833333333333,1.03240353677383,9,0.669244497,596,40443,859.8,2856,1946,7167,7055,0.3984930933444956,0.27583274273564845,2809,-0.18920050230221847,-0.398157335223246 +19031,IA,Cedar,3724.59720726975,90.68499261627385,0.2013404620395562,941.773577046253,0.050909431701511056,3,0.162946065,17.0833333333333,0.925725226689787,9,0.488838195,536,55059,606.4,4931,3578,9548,9386,0.5164432341851697,0.3812060515661624,1697,0.044093003770423134,-0.18080119326656718 +19033,IA,Cerro Gordo,7309.1691773412,-0.4059376157970776,0.16554934604745533,1644.6202483335,0.03724989803930828,10,0.231192491,37.6666666666667,0.874545313830199,38,0.878531465,1519,129719,744.5,13204,9840,23548,22633,0.5607270256497368,0.4347633985772986,1743,0.1324953286903347,-0.07701144346750322 +19035,IA,Cherokee,935.688539084868,6.4540600078212735,0.07750899097787177,202.693948795094,0.016790419880309312,3,0.253464008,8.91666666666667,0.774823311319662,9,0.760392024,486,35285,717.1,2623,1676,6367,6186,0.411967959792681,0.2709343679275784,2512,-0.1622428145123292,-0.4060782411897834 +19037,IA,Chickasaw,1875.61962620909,2.219885310391062,0.15078540286269718,473.247511157872,0.03804546275085393,2,0.16307893,10.9166666666667,0.907981923535446,5,0.407697326,404,36516,707.9,3552,2264,6462,6367,0.5496750232126276,0.3555834773048531,1475,0.1108016094088517,-0.23166326370347107 +19039,IA,Clarke,735.249619214578,0,0.07917829196797092,179.897100582316,0.019372937818470385,3,0.325485516,12.0833333333333,1.29802699896158,4,0.433980688,327,27738,823.1,2187,1463,4398,4405,0.4972714870395634,0.3321225879682179,1243,0.014324693042291947,-0.2821793416572077 +19041,IA,Clay,1748.36402029142,10.690238418028656,0.10489974322262074,405.236099490106,0.02431367969581245,2,0.121102028,13,0.795934610910427,20,1.211020285,607,49505,730.1,3363,2246,8400,8542,0.40035714285714286,0.26293608054319834,3624,-0.18702380952380948,-0.4242566143760243 +19043,IA,Clayton,629.400025812553,-81.17595937446278,0.03471785679367605,130.993474030787,0.007225631531291688,5,0.282613611,15.8333333333333,0.900132651127534,13,0.734795388,584,53112,648,4768,3236,9035,9098,0.5277255118981737,0.3556825675972741,2073,0.06884338682899832,-0.22785227522532425 +19045,IA,Clinton,10260.3797117651,0.5276404695776625,0.20890096326584207,2460.57436110716,0.05009720582105953,7,0.14567855,41.8333333333333,0.884257399930951,25,0.520280535,1658,143996,795.3,15123,10079,24873,22748,0.6080086841153057,0.4430719184104097,1170,0.2291641539018212,-0.05143309301916649 +19047,IA,Crawford,4536.4583346839,-0.3310220294677655,0.26535203174332594,1162.43765129805,0.0679947152139711,5,0.290225215,9.83333333333333,0.580480125934671,9,0.522405387,493,51690,664.9,3035,1985,6686,6862,0.4539335925815136,0.2892742640629554,2623,-0.08211187556087346,-0.38225007286505386 +19049,IA,Dallas,3511.27822604048,2.8613362207847914,0.05309258677009874,1084.01946132214,0.016391010226387538,11,0.142118863,54.0833333333333,0.639918279773455,41,0.529715762,1240,232453,582.3,16466,15662,37799,37617,0.435619989946824,0.4163543078927081,3626,-0.11786026085346174,-0.09639258845734644 +19051,IA,Davis,955.733717748634,-17.733046866254828,0.10918927427723454,244.20264439424,0.027899308167969837,2,0.227764492,7.16666666666667,0.80887885628292,4,0.455528983,245,26270,670.1,1518,976,3738,3858,0.406099518459069,0.25298081907724207,1745,-0.1645264847512039,-0.4523068947641265 +19053,IA,Decatur,833.250569458674,-9.379584713797158,0.09852791408994609,203.986012392212,0.024120375120280476,2,0.242042842,10.1666666666667,1.24882283093805,5,0.605107104,284,24723,829.7,1790,1201,3812,3703,0.4695697796432319,0.3243316230083716,1095,-0.040661070304302216,-0.2957061841749933 +19055,IA,Delaware,1556.49317122311,0.28438507671483515,0.08762064688263398,367.631433360218,0.02069530698942907,2,0.114955742,9.91666666666667,0.572324503183856,5,0.287389355,522,52311,654.9,4605,2956,9323,9165,0.493939718974579,0.32253136933987997,2732,-0.0024670170545961767,-0.29809056192034916 +19057,IA,Des Moines,11346.952579712,15.271184794893996,0.28138754072441413,2657.21319460122,0.06589493353009845,6,0.149049807,38.25,0.962530511588113,32,0.794932307,1409,120686,789.4,11873,8178,20264,18713,0.5859159099881563,0.43702239085127986,1301,0.18471180418476119,-0.06952386041789133 +19059,IA,Dickinson,3316.51690196177,-3.2146628159260824,0.1989870343770187,522.680244065419,0.03136018744017633,3,0.177147919,14,0.811923679174158,18,1.062887511,628,50973,659.3,4088,3051,10118,10247,0.4040324174738091,0.29774568166292575,3692,-0.18017394742043874,-0.3603005757782765 +19061,IA,Dubuque,18351.666340162,1.0497093380698164,0.1959538545499023,3939.41827317343,0.04206398378240345,16,0.166026772,74,0.762863004236982,72,0.747120473,2766,289693,717.5,28600,22774,50516,49037,0.5661572571066593,0.46442482207312846,610,0.14520152031039674,-0.012439586434732974 +19063,IA,Emmet,2855.78229358433,0,0.2772065903304533,608.857005811855,0.059100854767215584,5,0.500500501,9.25,0.957755228825844,6,0.600600601,362,29544,742.4,2087,1356,4646,4707,0.4492036160137753,0.28808158062460165,1765,-0.08867843306069739,-0.37497344380709585 +19065,IA,Fayette,1137.31727370702,-2.6038224290962457,0.05446921808941666,255.908024622132,0.012256131447420115,5,0.245784791,18.5,0.922509225092251,7,0.344098707,787,61157,798.3,5709,3666,10309,9813,0.5537879522747114,0.3735860593090798,1925,0.11882820836162578,-0.1961683481096505 +19067,IA,Floyd,3026.61709089547,0,0.18564786179816417,723.417668381675,0.04437328518565141,2,0.124401319,16.6666666666667,1.05000105000105,6,0.373203956,618,48047,769.2,4674,3177,8228,7985,0.5680602819640252,0.397871008140263,1194,0.14681575109382594,-0.14953036944270504 +19069,IA,Franklin,1827.58168661598,-5.302791555055189,0.17112188076928653,385.861835239468,0.03612938532204757,3,0.287466462,13.0833333333333,1.28646345460505,5,0.47911077,346,31237,633.1,2256,1490,5133,4915,0.43950905902980714,0.3031536113936928,1663,-0.10948762906682247,-0.338351983723296 +19071,IA,Fremont,5615.53605935835,66.6081433882897,0.7546749172635869,1338.86437960135,0.17993070549675447,3,0.42722871,6.08333333333333,0.875299760191847,3,0.42722871,305,21013,845.5,1636,959,3655,3554,0.4476060191518468,0.2698368036015757,1442,-0.0916552667578659,-0.405740011254924 +19073,IA,Greene,1224.59399799827,-47.44244744917723,0.13116902292183696,237.390633822264,0.025427445782161953,1,0.108695652,9,0.998779269781378,8,0.869565217,358,27374,713.7,2369,1688,4804,4762,0.4931307243963364,0.35447291054178914,1131,-8.326394671107629e-4,-0.23750524989500216 +19075,IA,Grundy,1383.85658365986,-0.43229248133212206,0.11112636181320645,359.054692430314,0.028832786672313017,5,0.404040404,12,0.974579712498985,3,0.242424242,381,37133,598.4,2615,1847,6890,6766,0.3795355587808418,0.2729825598581141,2669,-0.23076923076923084,-0.39447236180904527 +19077,IA,Guthrie,1234.58149789635,0.4578157485818841,0.11270599761697554,291.175128861052,0.02658162578611028,4,0.373064727,10,0.941176470588235,5,0.466330908,393,32061,736.1,2565,1720,5843,5654,0.43898682183809684,0.304209409267775,1883,-0.10251583090877975,-0.3330385567739654 +19079,IA,Hamilton,2824.33923440775,-22.62127128109779,0.18020412393337268,676.837703073143,0.04318494883386352,4,0.264602765,13.1666666666667,0.87335279030689,4,0.264602765,517,45702,691.3,3776,2715,7872,7589,0.4796747967479675,0.35775464488074843,1735,-0.02667682926829268,-0.22862037159045995 +19081,IA,Hancock,1424.80900685791,0.07432740332555467,0.12563345444475002,299.438292672909,0.026403164859616347,3,0.27205949,8,0.738347946469774,3,0.27205949,374,33016,709.6,2506,1582,5881,5815,0.42611800714164255,0.272055030094583,2390,-0.13603128719605512,-0.41100601891659505 +19083,IA,Hardin,2542.41345975158,-0.9376522026370007,0.1449990566756918,568.17230976618,0.03240403272306262,6,0.346600427,21.25,1.23360037153141,6,0.346600427,670,52182,693.3,4021,2774,8775,8423,0.45823361823361825,0.32933634097115044,2457,-0.07133903133903136,-0.2917012940757449 +19085,IA,Harrison,2657.99591517302,-0.611786055209763,0.17805438874417337,591.080492731571,0.039595424218352826,5,0.349064507,12.6666666666667,0.895234056588216,7,0.48869031,553,43019,829.8,3131,2123,7282,7378,0.4299642955232079,0.28774735700731907,2769,-0.1274375171656138,-0.37530496069395497 +19087,IA,Henry,6159.79894683815,5.370892081053381,0.3057730924218491,1527.06537979023,0.07580369222090991,3,0.148389969,13.5833333333333,0.686963704715184,9,0.445169907,649,60057,761.9,4451,2897,9613,9286,0.46301882866951005,0.3119750161533491,2867,-0.0597108082804535,-0.30874434632780534 +19089,IA,Howard,3524.87173250832,-5.6213201756693305,0.3684791691938448,891.079794766153,0.09315072075749038,1,0.105831305,8.66666666666667,0.928704100585798,3,0.317493915,337,28346,700.6,2767,1674,4625,4507,0.5982702702702702,0.3714222320834258,937,0.21059459459459456,-0.20789882405147547 +19091,IA,Humboldt,1458.02592460806,-14.992020155683708,0.14855078192644525,327.109940617932,0.0333275538072269,3,0.31120332,10.5,1.10677769579424,4,0.414937759,354,28854,702.8,1967,1251,5124,5033,0.383879781420765,0.2485595072521359,2313,-0.22092115534738482,-0.45956685873236636 +19093,IA,Ida,75.2501586011904,0,0.010615059754717224,21.3917155005183,0.003017592819934871,3,0.426015337,6.33333333333333,0.906704843712718,2,0.284010224,251,21184,636.6,1317,792,3626,3590,0.36321014892443465,0.22061281337047353,1863,-0.26447876447876445,-0.518941504178273 +19095,IA,Iowa,2590.72629435939,26.136683587410907,0.15840576547596394,590.742088255652,0.03611996871022024,6,0.366412214,12.5833333333333,0.771463020865265,7,0.427480916,558,49144,718.2,4118,3070,8788,8789,0.46859353664087394,0.3493002616907498,2123,-0.049271734182976756,-0.2415519399249061 +19097,IA,Jackson,4549.35277747859,11.835049135581475,0.22920963207772016,1018.07352837286,0.05129350707239319,3,0.153988297,14.5833333333333,0.748938646946042,5,0.256647161,686,58446,779,5877,3837,10166,10204,0.5781034821955539,0.37602900823206586,1984,0.16781428290379702,-0.19443355546844376 +19099,IA,Jasper,6166.54282155932,1.453264300436747,0.1673780690939504,1502.66063976555,0.040786619612549535,6,0.162725103,28.3333333333333,0.771857179179834,19,0.51529616,1123,110440,706.1,10240,7108,19385,18776,0.5282434872323962,0.3785683851725607,3448,0.0707763734846531,-0.18363868768640818 +19101,IA,Jefferson,2066.0830935575,-10.401978609745141,0.12266716698673039,473.310489888914,0.02810131745466449,2,0.115440115,12.4166666666667,0.686382900313249,11,0.634920635,456,52400,621.8,4772,3702,8405,8001,0.5677572873289709,0.46269216347956504,36,0.1597858417608567,-0.004499437570303744 +19103,IA,Johnson,20182.3686639133,-7.861981957552366,0.15420278314751687,5052.21653515665,0.03860130908113148,20,0.140560979,80.5,0.549311824875296,106,0.744973188,2070,426523,585,50090,49942,74928,75637,0.6685084347640401,0.6602853100995545,28949,0.3541266282297672,0.38273596255800735 +19105,IA,Jones,3326.84132067644,33.34763143017034,0.16119979264833995,724.79700584896,0.03511953706022677,4,0.195560771,14.1666666666667,0.693119363308707,5,0.244450963,647,61457,705.9,5514,3779,10371,10011,0.531674862597628,0.3774847667565678,1939,0.07733101918812069,-0.19368694436120265 +19107,IA,Keokuk,2671.36829976555,0,0.2541497764023927,623.532698993362,0.05932191979767501,3,0.293226469,9.66666666666667,0.955298613169944,4,0.390968625,359,30694,717.2,2298,1265,5221,4858,0.44014556598352805,0.2603952243721696,2120,-0.10381153035816892,-0.4363935776039522 +19109,IA,Kossuth,8277.39212549361,15.294346661448655,0.5325479074498881,1811.70838183027,0.11656104882135172,7,0.459860728,10.1666666666667,0.672665519827092,10,0.656943897,584,45664,689.5,3824,2529,8833,8505,0.4329219970564927,0.29735449735449737,3108,-0.12340088305219066,-0.36543209876543203 +19111,IA,Lee,7087.7219505923,44.06473918223399,0.19763878061994034,1449.08732351336,0.04040732038127712,7,0.19837896,31.5,0.910010111223458,19,0.538457178,1340,105648,882.8,9428,6195,16488,15893,0.571809801067443,0.38979424904045806,2567,0.16017709849587575,-0.16151764927955709 +19113,IA,Linn,52422.6807731371,-3.6036301748918733,0.24818289781152467,13532.3560191596,0.06406576850936722,28,0.12858724,154.083333333333,0.695130552209605,160,0.734784226,5104,653872,676.2,68028,58481,117122,114664,0.5808302453851539,0.510020581873997,10298,0.17589351274739162,0.08981022814484052 +19115,IA,Louisa,129.706521248975,-5.335902451747963,0.01139075447870159,37.6115115922294,0.0033030220068700623,3,0.268793119,12.5833333333333,1.12936037814875,3,0.268793119,326,33656,733.6,2449,1643,4921,4943,0.497663076610445,0.3323892373052802,1417,0.006705954074375131,-0.28666801537527814 +19117,IA,Lucas,1927.62179178979,0,0.21663540029105305,452.22787251156,0.050823541527484827,1,0.114929318,10.25,1.18538221348445,3,0.344787955,345,26067,795.1,1977,1236,4273,4297,0.4626725953662532,0.28764254130788924,1637,-0.06342148373508077,-0.38096346288107985 +19119,IA,Lyon,1299.0310214584,-30.34739295941074,0.11216915822972108,303.763593254602,0.026229478737121316,5,0.427972267,6.83333333333333,0.581362373092848,5,0.427972267,341,35124,645.5,1416,917,6466,6336,0.21899164862356943,0.14472853535353536,4271,-0.5488710176306836,-0.6740845959595959 +19121,IA,Madison,2579.27553354495,-9.186348153138576,0.16450510450570513,739.864302185842,0.04718823280731182,2,0.128131206,13.25,0.836067642604745,3,0.19219681,441,46837,715.8,3508,2666,8140,8523,0.43095823095823094,0.3128006570456412,2670,-0.12088452088452095,-0.3132699753607885 +19123,IA,Mahaska,5136.10369813753,-0.02307096580893107,0.22948499611891918,1247.67577533311,0.05574709688276261,3,0.134108181,20.3333333333333,0.916700479389267,9,0.402324542,677,67061,715.8,4207,2606,10777,10494,0.3903683770993783,0.2483323804078521,4798,-0.2053447155980328,-0.45721364589289115 +19125,IA,Marion,4309.84509225554,-7.861829624619306,0.12938980732701494,1102.29515776971,0.03309301263231289,9,0.269743743,28.5833333333333,0.861229122098687,19,0.569459014,1020,99619,769.6,7478,5469,17536,17554,0.4264370437956204,0.31155292241084653,5471,-0.13298357664233573,-0.31166685655691007 +19127,IA,Marshall,8684.09187434901,-9.036193067027048,0.21364130767439973,2288.23151536556,0.056293827872602835,9,0.220231978,41.5,1.02947013296289,22,0.538344834,1444,122727,831.5,10085,7623,18727,17700,0.5385272601057297,0.4306779661016949,1502,0.08938965130560156,-0.0848587570621469 +19129,IA,Mills,1564.62734025013,20.027461663403116,0.1038998167375078,384.37810334527,0.025524809306412776,4,0.269705347,11,0.734704782260219,2,0.134852673,385,44452,727.4,2842,2080,7169,7608,0.3964290696052448,0.2733964248159832,2970,-0.19096108243827592,-0.390378548895899 +19131,IA,Mitchell,2222.42526091041,0,0.20623842436065423,630.126925987814,0.05847503025128194,5,0.463864923,13.3333333333333,1.23881197931184,4,0.371091938,384,32345,601.7,2831,1879,5580,5360,0.5073476702508961,0.3505597014925373,1301,0.03369175627240151,-0.24272388059701494 +19133,IA,Monona,1399.29873466066,0,0.15139010436661907,271.040622423427,0.029323879954930975,2,0.222321032,8,0.899078444594291,5,0.555802579,469,27049,925,2098,1244,4707,4525,0.44571914170384536,0.2749171270718232,1871,-0.0970894412577013,-0.4134806629834254 +19135,IA,Monroe,1987.90689567945,16.87667737421836,0.24942370083807405,463.029090684511,0.058096498203828235,2,0.249968754,6,0.762388818297332,3,0.374953131,337,23912,931.9,1729,1053,3802,3844,0.45476065228826934,0.2739334027055151,1582,-0.07706470278800626,-0.4115504682622268 +19137,IA,Montgomery,2148.18850956462,0.2500511904005284,0.20001755210098882,476.079720895335,0.044327720753755594,3,0.287880242,11.4166666666667,1.11654441727791,6,0.575760484,473,31106,874,1919,1312,5e3,4998,0.3838,0.26250500200080035,2119,-0.21600000000000003,-0.423969587835134 +19139,IA,Muscatine,8657.28761393753,-15.234642372868443,0.20253333989794176,2307.523023925,0.05398346061352205,9,0.20977554,37.0833333333333,0.863608135382705,34,0.792485374,1198,128889,771.5,11213,8284,19726,19086,0.5684375950522154,0.4340354186314576,1265,0.15517590996654163,-0.06627894791994132 +19141,IA,O'Brien,4080.00209888711,31.400623336948307,0.2833728364277754,943.46360773684,0.065527407121603,7,0.498007968,15.3333333333333,1.09367570137898,10,0.711439954,574,42089,707,1964,1314,7295,7348,0.2692254969156957,0.17882416984213392,4421,-0.4516792323509253,-0.601660315732172 +19143,IA,Osceola,1194.5459011597,1.406093392155828,0.1848569949179356,265.792589614661,0.041131629466830855,2,0.321646832,3.66666666666667,0.604661389621812,2,0.321646832,207,18562,678.7,909,552,3179,3197,0.2859389745202894,0.17266187050359713,1976,-0.4139666561811891,-0.6180794494838912 +19145,IA,Page,3799.9364959426,-17.154051003886345,0.2385096972095531,785.944038242862,0.04933115981941137,4,0.258131131,12.6666666666667,0.822991791739761,8,0.51626226099999994,606,46628,774.2,2588,1801,7014,6968,0.36897633304818933,0.25846727898966704,3074,-0.24950099800399206,-0.44115958668197475 +19147,IA,Palo Alto,2054.77458317136,-35.34983766161115,0.21810578316222906,469.000565831755,0.049782461079689526,4,0.439608748,6.16666666666667,0.681625584908441,7,0.769315309,397,27402,799.3,2124,1395,4857,4674,0.43730697961704756,0.29845956354300385,1684,-0.10809141445336623,-0.36029097133076593 +19149,IA,Plymouth,747.557048792602,-27.29118432018971,0.029919036612206917,200.665266256809,0.008031108070792003,5,0.201013106,10.6666666666667,0.423280423280423,12,0.482431455,729,74558,672.1,4148,2878,12909,13057,0.32132620652258115,0.22041816650072757,6781,-0.3430939654504609,-0.5193382859768707 +19151,IA,Pocahontas,1326.01601576782,-26.420991810930396,0.18139753977671955,332.128691725506,0.04543484154931683,4,0.560381059,9,1.30699970955562,3,0.420285794,280,21270,715.3,1518,962,3992,3831,0.3802605210420842,0.25110937092143043,1730,-0.21793587174348694,-0.4515792221352128 +19153,IA,Polk,64531.0552960138,-26.51700525918834,0.14984919026568316,16615.3845237651,0.03858300325971833,76,0.165266971,371.166666666667,0.782977706054629,334,0.726304848,10049,1379918,750.1,128264,119671,227563,228420,0.563641716799304,0.5239077138604326,26250,0.1416530806853487,0.11491988442343054 +19155,IA,Pottawattamie,32133.1188904871,-8.398751891272896,0.3449313949471554,8064.19173424293,0.08656467221540748,12,0.128854909,60,0.641148938898506,70,0.751653638,2771,279706,802.8,19347,15341,41679,42226,0.46419059958252357,0.3633069672713494,9100,-0.05767892703759686,-0.21550703358120588 +19157,IA,Poweshiek,3582.33973186702,0,0.1894014873568267,838.438678719842,0.044328998557673784,5,0.267838012,18.6666666666667,1.00721235993453,9,0.482108421,676,55892,763.5,5307,4272,9858,9693,0.5383444917833232,0.4407304240173321,664,0.0910935280990059,-0.06850304343340552 +19159,IA,Ringgold,560.252100242363,-5.52442996824224,0.10918965118736366,92.059176429706,0.017941761143969205,2,0.395961196,5.08333333333333,1.00302551960011,3,0.593941794,221,15134,743.8,1181,753,2578,2684,0.4581070597362296,0.28055141579731746,1067,-0.07176105508145852,-0.3975409836065573 +19161,IA,Sac,3735.67522679783,82.6731003829146,0.3609348045215295,924.177262835286,0.08929248916282956,5,0.498256104,5.91666666666667,0.599095450249764,2,0.199302441,431,30106,735.7,2117,1269,5256,5158,0.4027777777777778,0.24602559131446297,2423,-0.18436073059360725,-0.4697557192710352 +19163,IA,Scott,18170.1577751081,-5.407830547465487,0.10997287182920217,4542.89632382654,0.02749537793435905,25,0.145868706,144.083333333333,0.835391614581522,127,0.741013029,4385,514076,740.8,50581,40302,89826,84878,0.5630997706677354,0.474822686679705,1219,0.1375770934918621,0.014361789863097663 +19165,IA,Shelby,3181.92640217996,-0.41214409859534035,0.2615210324796548,719.368719265894,0.0591245762526419,4,0.334784064,7.33333333333333,0.621468926553672,6,0.502176096,478,35845,712.2,2468,1649,6456,6270,0.3822800495662949,0.2629984051036683,2691,-0.22227385377943,-0.4291866028708134 +19167,IA,Sioux,1430.53920456424,2.3946374552443643,0.042444196669957274,406.184715753072,0.01205152847593971,8,0.230673856,19,0.544443807668061,23,0.663187336,763,104165,550.5,2683,2289,17181,17989,0.15616087538560036,0.12724442714992495,12472,-0.6797043245445551,-0.6933125799099449 +19169,IA,Story,17893.2169499397,10.966279465315115,0.19983043655423935,2707.84497798887,0.030241059815381274,12,0.127560512,58.5833333333333,0.603392041748206,66,0.701582813,1540,285104,589.9,25940,25085,46529,48910,0.5575017730877517,0.5128808014720916,5974,0.13718326205162373,0.12214271110202413 +19171,IA,Tama,3032.75522212361,-5.353072029725173,0.17069596567364273,786.040199787694,0.04424158269756819,5,0.286516532,16,0.923840868410416,6,0.343819838,629,52237,754.3,4737,3194,8930,8636,0.5304591265397537,0.3698471514590088,1774,0.07402015677491608,-0.2054191755442334 +19173,IA,Taylor,267.964001415981,-46.316175295292055,0.04241950315275938,67.8692871204221,0.010743911211084709,2,0.325573824,6,0.965250965250965,0,0,253,18553,761.7,1261,755,2978,3003,0.42343854936198794,0.2514152514152514,1353,-0.14069845533915376,-0.45054945054945056 +19175,IA,Union,2448.15388243863,0.23296198678027527,0.19532103737343465,523.322931494254,0.04175226834962933,3,0.239693193,12.0833333333333,0.97289318303811,5,0.399488655,459,37703,842.3,3029,1920,5899,5768,0.513476860484828,0.332871012482663,1601,0.038820139006611354,-0.2775658807212205 +19177,IA,Van Buren,3945.21216490873,-42.832414772234294,0.5211640904767146,956.303683294276,0.1263280955474605,5,0.669523299,12,1.65039196809242,2,0.26780932,273,22197,790.4,1398,843,3540,3526,0.3949152542372881,0.23908111174134997,1681,-0.18644067796610175,-0.4767441860465117 +19179,IA,Wapello,15751.4670921351,59.394508495421604,0.4421464446915116,3963.15410209048,0.11124643093587312,6,0.170396456,36.0833333333333,1.0314828578507,23,0.653186414,1264,105784,880.7,8616,5591,15630,14996,0.5512476007677544,0.3728327554014404,3119,0.117658349328215,-0.20798879701253664 +19181,IA,Warren,6544.85316609861,-35.430665850185115,0.14158687217087312,1734.83489961353,0.03753023038644738,5,0.10426224,33,0.664104163731863,21,0.43790141,1152,144049,689.6,12521,10371,25875,26916,0.48390338164251206,0.38530985287561303,4402,-0.019710144927536255,-0.1635458463367514 +19183,IA,Washington,1492.37603533065,0.10172730374277283,0.06876041445496912,347.529163099329,0.016012217245638085,4,0.181241504,18.0833333333333,0.811603309247042,10,0.453103761,719,66337,689.7,5081,3938,10880,10824,0.4670036764705882,0.3638211382113821,2232,-0.04218749999999999,-0.20620842572062087 +19185,IA,Wayne,2560.35348065502,0,0.3998677933242261,624.616227144897,0.09755055866701498,3,0.469116497,7,1.08493490390577,1,0.156372166,247,19191,752.7,1251,719,2886,2921,0.43347193347193347,0.24614857925368025,1350,-0.11503811503811501,-0.46217048955837037 +19187,IA,Webster,8850.07836263809,5.180045517368651,0.23281715104406625,1467.50396042966,0.0386053181919254,5,0.135299689,31,0.843101525741794,27,0.73061832,1316,111436,852.8,9458,6293,18118,17239,0.5220222982669169,0.3650443761239051,3756,0.05546969864223428,-0.2178780671732699 +19189,IA,Winnebago,1917.68462692083,-0.1264281801288479,0.17648487271496685,417.23251926971,0.03839798631232376,3,0.284117814,12.6666666666667,1.19148402470762,4,0.378823752,379,31704,674.4,2895,1920,5878,5717,0.4925144607009187,0.33584047577400733,1517,-3.402517863218546e-4,-0.265348959244359 +19191,IA,Winneshiek,2590.80768439811,-9.951060606965246,0.12304367802042694,634.511327314349,0.030134466532786335,5,0.240755008,12.8333333333333,0.624159006533405,8,0.385208012,590,62331,597,6245,5238,11016,11217,0.5669026870007262,0.46696977801551215,94,0.14769426289034132,-0.008380137291610967 +19193,IA,Woodbury,26350.5327283699,-18.24537442533434,0.2579036597929952,6559.05292591221,0.06419618805457669,19,0.185780915,88.6666666666667,0.862692443657427,95,0.928904577,2850,307601,823.8,22026,16102,44702,42933,0.4927296317838128,0.3750494957258985,8525,-0.0024607400116326006,-0.19856520625160134 +19195,IA,Worth,619.173183961901,1.4299368613059258,0.08149160094260345,134.783812979647,0.017739380492188338,2,0.262329486,5.33333333333333,0.704349357281212,3,0.393494229,251,22714,684.9,2343,1523,4143,4216,0.5655322230267922,0.3612428842504744,920,0.1448225923244026,-0.21821631878557873 +19197,IA,Wright,889.518561002078,0.24191354591274072,0.06724004543065062,185.539886086799,0.014025238951303875,4,0.31152648,19.3333333333333,1.51289876620497,8,0.62305296,491,38614,720,2794,1890,6174,5949,0.452542921930677,0.3177004538577912,1900,-0.08341431810819566,-0.31938140864010756 +20001,KS,Allen,5343.1194704336,0,0.39960507594298117,1307.98597715353,0.09782259944308803,2,0.154930669,14.5833333333333,1.14702952126265,5,0.387326671,552,38717,944.7,1842,1398,5221,5314,0.3528059758666922,0.26307866014301845,2177,-0.27178701398199573,-0.4096725630410237 +20003,KS,Anderson,1808.22407642578,0,0.22318243352576894,458.454507747524,0.05658535025271835,3,0.380565774,5,0.638814360546825,4,0.507421033,266,23527,733.7,937,665,3274,3277,0.2861942577886378,0.20292950869697896,1721,-0.39981673793524736,-0.5251754653646628 +20005,KS,Atchison,2710.64798835944,-22.624267063977857,0.16016591753482864,698.557090536458,0.0412761221068576,3,0.181675044,10.4166666666667,0.635938135938136,12,0.726700176,547,49592,866.9,2486,1946,6499,6393,0.38252038775196184,0.30439543250430157,2031,-0.20772426527158028,-0.3176912247771 +20007,KS,Barber,544.518981481045,-1.9924603163261592,0.11201789374224337,103.279346042282,0.02124652253492738,3,0.612619971,4,0.853242320819113,4,0.816826629,198,14608,898.7,473,281,2282,2209,0.2072743207712533,0.12720688094160254,1541,-0.5609114811568799,-0.6976007243096423 +20009,KS,Barton,6371.89898126749,-0.020850779290758775,0.23024857199058643,1668.26809191284,0.060282868104099156,4,0.146065364,25.5833333333333,0.955493308434485,19,0.69381048,842,81787,737.6,2693,1823,12010,10088,0.22422980849292257,0.1807097541633624,5943,-0.5361365528726061,-0.5891157811260904 +20011,KS,Bourbon,3155.45257929828,-0.7324871068831048,0.2079649758978633,782.403600564635,0.051565517733120354,2,0.135391281,10.9166666666667,0.746847278283277,9,0.609260764,597,44292,949.1,1951,1306,6118,5918,0.3188950637463223,0.22068266306184522,3008,-0.3385093167701863,-0.5082798242649543 +20013,KS,Brown,805.447484260785,39.15031817185743,0.08067382654855619,180.484672864499,0.018077391112229467,3,0.30565461,8.83333333333333,0.912157510670522,5,0.50942435,350,29521,804.8,1039,850,3865,3960,0.2688227684346701,0.21464646464646464,2011,-0.4395860284605433,-0.5078282828282829 +20015,KS,Butler,17365.9903194437,7.334587696739464,0.26360033878937006,4559.14493319189,0.06920377858518352,5,0.075497909,34.1666666666667,0.509760039786149,51,0.770078669,1880,198792,826.2,7124,6489,25452,27051,0.2798994185132799,0.23988022623932573,12292,-0.4180418041804181,-0.45440094636057815 +20017,KS,Chase,2615.44659283978,0,0.9374360547812831,571.992335703968,0.20501517408744374,1,0.371471025,2,0.749344323716748,0,0,105,8063,812.2,343,313,1233,1342,0.2781832927818329,0.23323397913561847,651,-0.41686942416869427,-0.48509687034277194 +20019,KS,Chautauqua,1344.29758302802,22.162938909559355,0.3663934540823167,297.806921006226,0.08116841673650205,1,0.287273772,5.66666666666667,1.67950997826516,0,0,165,10422,891.7,259,236,1502,1845,0.17243675099866845,0.12791327913279132,1316,-0.6271637816245006,-0.7132791327913279 +20021,KS,Cherokee,2679.67036339981,-23.458308970684865,0.1240415851224279,684.873344164816,0.031702696114651485,4,0.19242796,17,0.839672033982021,11,0.529176889,759,62184,934.8,2868,1959,8396,8386,0.3415912339209147,0.23360362508943477,4058,-0.29502143878037157,-0.48390174099689964 +20023,KS,Cheyenne,260.513953383517,-90.26407888235936,0.09556638055154694,70.5806055088347,0.02589163811769428,4,1.485332343,3,1.12739571589628,1,0.371333086,101,8038,588.7,231,188,1422,1409,0.16244725738396623,0.1334279630943932,984,-0.6511954992967651,-0.6983676366217175 +20025,KS,Clark,2214.99999478452,0,0.9999999976453815,558.999999933868,0.25237020313041447,1,0.46641791,2,0.965250965250965,1,0.46641791,106,6412,908.3,171,118,1e3,983,0.171,0.12004069175991862,695,-0.62,-0.7070193285859614 +20027,KS,Clay,2260.64135987915,0.7766604802397522,0.26486717749023436,563.969237995983,0.06607723936684043,2,0.240471324,10,1.22804863072578,4,0.480942648,336,25080,774.2,811,665,3584,3727,0.22628348214285715,0.17842768983096324,2166,-0.53125,-0.5811644754494232 +20029,KS,Cloud,3220.20292605976,0.006699462822327064,0.3377953347382524,741.474087522054,0.07777972175831889,2,0.21310602,9,0.983606557377049,5,0.532765051,403,27905,844.8,951,744,3957,3831,0.2403335860500379,0.1942051683633516,2112,-0.48900682335102347,-0.5512920908379013 +20031,KS,Coffey,3341.34696861209,-27.672091130291953,0.3884835447752692,804.893512242754,0.0935813873087727,2,0.237163524,9.75,1.15617218071861,6,0.711490573,293,25257,794.8,884,719,3839,3962,0.23026829903620735,0.18147400302877334,2271,-0.5147173743162281,-0.5731953558808682 +20033,KS,Comanche,336.988720837292,0,0.1782066212783141,72.2851928987515,0.03822590846047145,2,1.023541453,3,1.61117078410311,1,0.511770727,110,5713,1170.6,141,102,915,857,0.1540983606557377,0.11901983663943991,603,-0.6721311475409837,-0.7036172695449241 +20035,KS,Cowley,11420.6726986565,93.38834139119112,0.3145237723735645,2740.96637291602,0.07548584101005261,5,0.139031783,27.0833333333333,0.757512190119244,16,0.444901705,1328,107893,925.6,4219,3436,12444,12171,0.3390388942462231,0.28231040999096213,4580,-0.2983767277402764,-0.3763043299646701 +20037,KS,Crawford,11594.7922603136,-2.219450248412339,0.2962843629660551,2731.33894228387,0.0697945250238634,7,0.178162382,27.5,0.702175467265856,20,0.509035378,1244,117934,884.1,6545,5064,14385,14404,0.45498783454987834,0.3515690086087198,3330,-0.06499826207855408,-0.23118578172729792 +20039,KS,Decatur,825.220404742673,65.09705855951223,0.2786965230471709,139.915711710647,0.047252857720583255,1,0.343878955,2,0.706214689265537,1,0.343878955,118,8731,559.8,266,178,1533,1460,0.1735159817351598,0.12191780821917808,1042,-0.6216568819308546,-0.7136986301369863 +20041,KS,Dickinson,1591.42150022829,-56.43405939615178,0.08056198745713729,386.817520018633,0.01958173129587086,4,0.206249355,16.5,0.86550566512799,11,0.567185728,701,58142,789.4,1962,1582,7854,8008,0.24980901451489687,0.19755244755244755,4323,-0.4770817417876241,-0.5398351648351649 +20043,KS,Doniphan,4886.72879336353,0.26842666254788977,0.6150697033811869,1037.78233132667,0.13062080948101573,2,0.254000508,5.91666666666667,0.772007654836465,1,0.127000254,243,23482,734.7,885,584,3369,3366,0.26268922528940336,0.17349970291146763,2017,-0.44879786286731965,-0.599227569815805 +20045,KS,Douglas,15121.956304054,2.409839362102767,0.13644773161581217,3696.13673206336,0.0333508087638583,16,0.137238924,53.4166666666667,0.447225943290913,99,0.849165845,2067,349167,680.1,28012,30089,46283,48231,0.6052330229241838,0.6238518794965894,15781,0.23732255903895594,0.3271962016130705 +20047,KS,Edwards,485.900137121224,0,0.15999345970405796,112.93236959335,0.03718550200637142,1,0.330033003,2,0.68073519400953,1,0.330033003,110,8952,801.1,291,208,1365,1308,0.21318681318681318,0.15902140672782875,825,-0.5545787545787546,-0.6307339449541285 +20049,KS,Elk,2863.46905947274,0,0.9935701108510547,610.176901220607,0.21171995184615092,1,0.371195249,2.75,1.07970160973695,0,0,126,7945,837.4,277,160,1356,1259,0.2042772861356932,0.12708498808578236,888,-0.562684365781711,-0.7053216838760921 +20051,KS,Ellis,4106.4970766129,-27.493316026711355,0.14433070000748277,806.273398425384,0.02833802187633151,5,0.172336539,19,0.657598726335098,32,1.102953848,749,87090,708.5,3464,2669,12779,11660,0.2710697237655529,0.22890222984562608,5642,-0.4376711792785038,-0.48387650085763295 +20053,KS,Ellsworth,1981.77239174962,-2.5916537450830677,0.30502884281200865,399.79536631162,0.06153538037734647,1,0.156445557,5.75,0.90865992414665,3,0.469336671,265,19105,853.5,696,515,2677,2626,0.2599925289503175,0.19611576542269613,1418,-0.4516249533059395,-0.5399847677075399 +20055,KS,Finney,7140.32946258269,-4.768953269063212,0.19415731625469573,2538.91820424953,0.06903736687648276,5,0.134466437,26.6666666666667,0.726176860374344,23,0.618545611,648,111376,715.9,2307,3006,7593,9731,0.3038324772817068,0.30890967012640014,3149,-0.36889240089556175,-0.3236049737950879 +20057,KS,Ford,7088.05451077542,-34.57188209778028,0.20940837008908708,2076.17309010274,0.06133813194583845,7,0.20117833,21.4166666666667,0.630439688754133,16,0.459836183,713,104355,725.9,2468,2032,8082,7425,0.30536995793120514,0.2736700336700337,2962,-0.37008166295471423,-0.39892255892255896 +20059,KS,Franklin,12227.6864095286,0,0.47044038202249155,3294.94208533684,0.1267675471428455,3,0.117137168,17.3333333333333,0.678142931664058,15,0.585685838,777,77001,849.8,3611,2829,10806,10658,0.3341662039607625,0.26543441546256336,4196,-0.3037201554691838,-0.3936948770876337 +20061,KS,Geary,12619.689257103,9.367820005800946,0.36725712290038415,3978.97566214015,0.11579581113265089,2,0.0544766,22.8333333333333,0.641638097379119,26,0.708196007,607,110687,837.2,3158,2569,7526,7129,0.4196120116927983,0.36035909664749616,1547,-0.14403401541323407,-0.21700098190489553 +20063,KS,Gove,1118.70811975922,-57.396793949794315,0.41510505371399625,211.949079001055,0.07864529833063265,2,0.733406674,2,0.772499034376207,3,1.100110011,128,8104,856.4,174,149,1368,1328,0.12719298245614036,0.11219879518072289,978,-0.7171052631578947,-0.7364457831325302 +20065,KS,Graham,561.579916026842,-2.520556611542246,0.216241785147032,92.715465571415,0.03570098789811898,1,0.389711613,3,1.17004680187207,2,0.779423227,90,7740,569.4,248,185,1319,1265,0.18802122820318423,0.14624505928853754,828,-0.6034874905231236,-0.6545454545454545 +20067,KS,Grant,742.541610363169,0,0.0948450134580622,260.390088515394,0.033259686871298245,1,0.127942682,4.25,0.555846194088412,5,0.639713408,148,23365,700.6,437,427,2215,2311,0.19729119638826184,0.1847684984855041,1328,-0.5891647855530474,-0.5746430116832539 +20069,KS,Gray,2727.80355798078,-14.319247036625878,0.45417974658354654,787.820207990404,0.13117219580259806,2,0.328839198,5,0.828637719588996,1,0.164419599,146,18229,708.4,304,257,1901,2011,0.1599158337716991,0.12779711586275486,1394,-0.6649132035770646,-0.6931874689209349 +20071,KS,Greeley,1246.99999892103,0,0.9999999991347476,265.999999234883,0.21331194806325823,1,0.768639508,1,0.771604938271605,0,0,63,3923,1039.9,112,83,665,639,0.16842105263157894,0.1298904538341158,440,-0.6421052631578947,-0.6885758998435055 +20073,KS,Greenwood,3106.69500593501,8.179224834362465,0.4644483489213649,646.102718782627,0.09659182520296411,3,0.474083439,7,1.13802633718095,1,0.158027813,295,18929,908.5,653,484,2706,2811,0.24131559497413155,0.17218071860547848,1662,-0.49260901699926085,-0.5912486659551761 +20075,KS,Hamilton,2690.00000129812,0,1.0000000004825724,763.000004801498,0.2836431244615234,1,0.384172109,4,1.57728706624606,1,0.384172109,80,7664,1082.9,159,114,857,847,0.1855309218203034,0.1345926800472255,576,-0.6056009334889149,-0.680047225501771 +20077,KS,Harper,1565.89571187963,39.61242678889524,0.2595120503612247,360.263088991198,0.05970551690275075,4,0.687521485,9,1.58311345646438,3,0.515641114,262,17502,895.5,536,388,2335,2513,0.22955032119914348,0.15439713489852766,1562,-0.5083511777301928,-0.6215678471945881 +20079,KS,Harvey,5077.73961822344,-35.054963130181825,0.1464000581888894,1275.13416908443,0.03676433424877263,8,0.229753016,26.25,0.751868931343626,24,0.689259047,1212,104638,763.7,5162,5006,13805,14540,0.3739224918507787,0.34429160935350756,3497,-0.23107569721115534,-0.24050894085281982 +20081,KS,Haskell,4256.00000198285,0,1.0000000004658953,1325.99999925801,0.31156015020160005,2,0.48709206,5,1.24812780828757,1,0.24354603,87,12238,699.7,202,228,1355,1300,0.14907749077490776,0.1753846153846154,783,-0.6856088560885609,-0.6023076923076923 +20083,KS,Hodgeman,611.673876069951,-67.84615819655781,0.3192452380323335,125.219973673187,0.06535489231377192,1,0.521920668,2,1.06951871657754,1,0.521920668,63,5763,631.2,178,124,1050,1006,0.16952380952380952,0.12326043737574553,721,-0.6466666666666667,-0.7166998011928429 +20085,KS,Jackson,1799.49837774155,-11.489737769430233,0.13367243929145373,502.865945812495,0.03735447524977678,3,0.221582096,8,0.601911067639756,5,0.369303494,406,40135,756.3,1870,1489,5474,5727,0.3416149068322981,0.25999650777021127,2399,-0.29338691998538546,-0.4188929631569757 +20087,KS,Jefferson,163.785710537325,-94.33169325463,0.008563510955627157,41.2226901599856,0.0021553220830275856,3,0.15910899,13.5,0.714399110969995,4,0.21214532,547,56611,737.5,2883,2483,7725,8151,0.3732038834951456,0.30462519936204147,2629,-0.22834951456310687,-0.32253711201079627 +20089,KS,Jewell,826.016113010031,-1.181851046207078,0.26844852551512216,155.434256328433,0.050514870434979854,3,0.985869208,3,1.03412616339193,2,0.657246139,126,9058,679.4,225,180,1477,1483,0.15233581584292485,0.12137559002022927,1024,-0.6736628300609343,-0.6904922454484154 +20091,KS,Johnson,94138.799041455,-21.33505785129991,0.1729923408317024,25918.7718343966,0.04762912908141734,76,0.132341469,254.083333333333,0.434738469663553,415,0.722654073,11253,1721102,620.1,107651,126324,268145,279753,0.40146562494172927,0.45155547929780915,7583,-0.17822819743049473,-0.02710605426930185 +20093,KS,Kearny,3977.00000048533,1035.592266913803,1.0000000001220342,1186.99999964763,0.2984661804494921,1,0.255427842,4.75,1.2126627521062,2,0.510855683,119,11818,878.1,261,224,1341,1325,0.19463087248322147,0.16905660377358492,824,-0.5958240119313944,-0.6218867924528302 +20095,KS,Kingman,2668.32043585745,1.758697974400874,0.33956737539545045,592.730581408336,0.07543020888372817,1,0.129903871,5.91666666666667,0.79237534038659,3,0.389711613,324,23224,835.5,731,594,3199,3281,0.22850890903407314,0.18104236513258154,1913,-0.5126602063144733,-0.583053946967388 +20097,KS,Kiowa,2544.17526585165,0,0.9965433865458871,548.330044925925,0.21477870933252055,0,0,3,1.20821586790173,0,0,81,7621,643.1,160,111,1133,1023,0.1412180052956752,0.10850439882697947,744,-0.7149161518093557,-0.7272727272727273 +20099,KS,Labette,4220.4608675766,-0.035313983396506425,0.1953284059599482,1052.81968703382,0.048725861389078536,5,0.238549618,23.9166666666667,1.16986238831279,10,0.477099237,788,62606,904.8,3074,2234,7907,7919,0.3887694447957506,0.2821063265563834,2998,-0.2015935247249273,-0.3785831544386918 +20101,KS,Lane,389.988822059676,-77.71492449249813,0.22285075546267202,106.963989466053,0.06112227969488743,1,0.592768228,3,1.83374083129584,1,0.592768228,76,5074,870.2,170,104,917,831,0.18538713195201745,0.12515042117930206,580,-0.6128680479825519,-0.6979542719614922 +20103,KS,Leavenworth,23532.1325570506,58.34304411175301,0.30871125135517075,6500.72686260312,0.08528115841635012,8,0.101526708,37,0.46132362475687,35,0.444179347,1731,236294,733.5,11072,10064,28532,29676,0.3880555166129258,0.33912926270386845,7323,-0.2016332538903688,-0.24676506267691067 +20105,KS,Lincoln,1021.210926063,-0.6660334400718736,0.31509130702344956,226.873609862213,0.07000111381123511,1,0.315756236,2,0.650829808005207,0,0,102,9395,594.4,284,214,1459,1448,0.19465387251542152,0.1477900552486188,954,-0.5921864290610006,-0.6588397790055249 +20107,KS,Linn,1351.29293075698,-59.37077665225283,0.1399433441131918,340.962244905477,0.03531092014348353,3,0.315723006,7.08333333333333,0.74108948873544,2,0.210482004,323,28551,807.2,1108,721,4294,4279,0.25803446669771773,0.16849731245618135,2656,-0.4590125756870051,-0.6207057723767235 +20109,KS,Logan,502.559402006471,0,0.18235101669320428,127.81058970894,0.04637539539511612,1,0.357909807,3,1.05969622041681,1,0.357909807,125,8404,833,194,149,1302,1348,0.1490015360983103,0.11053412462908012,975,-0.6835637480798771,-0.7232937685459941 +20111,KS,Lyon,5776.67464032556,73.87032018151788,0.1714655577419282,1554.45322332648,0.04613989977223152,9,0.27098639,27.5,0.820650552074008,20,0.602191979,867,100120,773.1,4972,4456,11614,11745,0.428104012398829,0.37939548744146445,1898,-0.11933872912002752,-0.16160068114091097 +20113,KS,McPherson,7489.58557194796,-12.293154845637588,0.2566684568864962,1885.08405547447,0.06460192102379952,6,0.205191341,21.25,0.737744757672546,18,0.615574023,1171,87692,797.6,3384,3183,12060,12443,0.28059701492537314,0.25580647753757135,5224,-0.4158374792703151,-0.41983444506951695 +20115,KS,Marion,2891.97813449468,-5.659107546971541,0.22843429182422434,689.63149510343,0.05447326185651105,5,0.409567497,9.66666666666667,0.79810656098635,4,0.327653997,519,36530,781.4,1371,1177,5368,5465,0.25540238450074515,0.21537053979871912,2751,-0.46460506706408344,-0.5033851784080512 +20117,KS,Marshall,1405.64797208993,-1.2202988934066512,0.13893920846989521,330.821797815328,0.03269959452558347,5,0.49970018,9.16666666666667,0.931950657448827,5,0.49970018,370,29956,692.7,1451,1060,4679,4578,0.3101089976490703,0.23154215814766274,2190,-0.35734131224620647,-0.47837483617300125 +20119,KS,Meade,2320.27079349847,0,0.5071630149723432,714.54717157094,0.15618517411386668,1,0.229515722,4.25,1.00806451612903,2,0.459031444,145,12995,713.9,254,206,1648,1675,0.154126213592233,0.12298507462686567,1184,-0.691747572815534,-0.706865671641791 +20121,KS,Miami,2505.68836306116,-28.038258649919186,0.07642322759206881,741.027643776769,0.022601264030767346,3,0.091402108,15.4166666666667,0.467681915625126,15,0.457010542,882,98110,754.8,4635,3949,14642,14712,0.31655511542139053,0.2684203371397499,5890,-0.3476984018576697,-0.40035345296356717 +20123,KS,Mitchell,1288.74643618128,-8.297920940790418,0.20221974520340183,277.960945833567,0.04361540025632622,2,0.318268619,6.58333333333333,1.05451438944952,4,0.636537237,252,18855,747.8,576,469,2923,2824,0.19705781731098188,0.16607648725212465,1747,-0.5874101950051318,-0.6186260623229461 +20125,KS,Montgomery,8478.63653333685,110.62312692189539,0.23903009594702293,1957.00220136159,0.0551718925703135,3,0.088066931,27.1666666666667,0.829617866813249,28,0.821958021,1277,101680,900.7,3406,2557,12093,11623,0.281650541635657,0.2199948378215607,5909,-0.4143719507152898,-0.5083885399638648 +20127,KS,Morris,1952.18887480024,0,0.3295946099612089,473.937450524783,0.08001645289967635,1,0.175500176,3,0.538309707518392,5,0.877500878,226,17038,713.8,705,586,2526,2568,0.27909738717339666,0.22819314641744548,1204,-0.4136975455265242,-0.4688473520249221 +20129,KS,Morton,844.954886100762,0,0.26135319706178844,234.172629487591,0.07243199179944046,2,0.643086817,2.33333333333333,0.819288389513109,3,0.964630225,119,9223,926.4,180,145,1247,1160,0.14434643143544507,0.125,825,-0.6976744186046511,-0.7112068965517241 +20131,KS,Nemaha,1415.41313119728,-7.934284359195765,0.13906593939843584,406.939973663822,0.03998231220906091,5,0.492707923,6.66666666666667,0.650978094587117,3,0.295624754,383,30555,677.6,988,714,4959,5025,0.19923371647509577,0.14208955223880598,3352,-0.5827787860455736,-0.6670646766169155 +20133,KS,Neosho,1061.21645222117,-74.00304428957581,0.06426940723238675,278.820097644712,0.01688590707635126,3,0.182748538,15.5833333333333,0.965151327470168,6,0.365497076,600,49188,854.5,2012,1464,6359,6151,0.3164019499921371,0.2380100796618436,2876,-0.34297845573203334,-0.46756624939034297 +20135,KS,Ness,833.418428290968,-0.33897795994171764,0.26823895342483683,192.368323941229,0.06191449113010267,3,0.966183575,4,1.35043889264011,2,0.644122383,146,9176,833.6,211,160,1417,1435,0.1489061397318278,0.11149825783972125,1056,-0.6908962597035992,-0.7358885017421604 +20137,KS,Norton,2008.86823540954,20.017869017825962,0.3542352733926186,350.625289519564,0.06182777103148721,2,0.35971223,6.33333333333333,1.15298258389465,2,0.35971223,186,16689,691.8,393,277,2296,2190,0.1711672473867596,0.12648401826484018,1531,-0.6367595818815331,-0.6990867579908675 +20139,KS,Osage,2040.30936135534,7.0313531754720815,0.12521076166648296,505.00212815824,0.03099123216681436,2,0.125502008,14.6666666666667,0.925750594373961,4,0.251004016,610,47887,915.1,2228,1730,6771,6894,0.32905036183724706,0.25094284885407603,2983,-0.31132772116378676,-0.4326950971859588 +20141,KS,Osborne,891.757786118625,0,0.23114509749057152,186.909817704508,0.048447334811951265,3,0.798722045,3.58333333333333,0.983891634632985,1,0.266240682,205,11254,945.2,320,231,1802,1753,0.17758046614872364,0.13177410154021676,1206,-0.6259711431742507,-0.6879634911580149 +20143,KS,Ottawa,1735.68165901982,0,0.28495840732553274,420.65893320293,0.06906237616203086,1,0.164880462,4,0.675675675675676,1,0.164880462,207,18091,835.2,548,424,2888,2866,0.18975069252077562,0.1479413817166783,1837,-0.592797783933518,-0.6409630146545708 +20145,KS,Pawnee,1180.2313061792,0,0.16925732198181556,231.493845527528,0.03319860110820708,1,0.14459225,6,0.889811656532701,3,0.43377675,242,20640,788.3,704,567,2565,2602,0.27446393762183235,0.21790930053804766,1305,-0.4304093567251462,-0.5015372790161414 +20147,KS,Phillips,1994.55658350516,0,0.35351942281197446,498.298018052246,0.08831939348675044,3,0.542201337,4.91666666666667,0.905797101449275,5,0.903668896,219,16460,821.8,376,296,2537,2611,0.14820654316121404,0.11336652623515894,1904,-0.6858494284588096,-0.7292225201072385 +20149,KS,Pottawatomie,577.42753121056,-86.09965783097003,0.026727806480770232,148.150543436145,0.006857551538425523,6,0.262043062,13.25,0.559993237817506,11,0.480412281,570,68771,786.6,2291,2191,9303,10359,0.24626464581317856,0.2115069022106381,5260,-0.473073202192841,-0.5077710203687615 +20151,KS,Pratt,2235.98707959362,0.6833508548833109,0.23156452771267813,544.747278326169,0.05641541821936298,3,0.304568528,6.25,0.652128547579299,9,0.913705584,365,29263,831.3,974,769,3752,3806,0.2595948827292111,0.20204939569101418,2055,-0.4680170575692964,-0.5399369416710457 +20153,KS,Rawlins,715.067546293676,-20.44141179281615,0.2838696094853815,129.999549423086,0.05160760199407939,2,0.773993808,2.66666666666667,1.04616189355303,0,0,131,7648,798,184,160,1420,1448,0.1295774647887324,0.11049723756906077,1049,-0.7204225352112676,-0.7244475138121547 +20155,KS,Reno,15361.5413380668,-11.549693894334116,0.238122821504345,3378.16427388668,0.05236570931913441,11,0.172430009,40.4166666666667,0.639301908678688,57,0.893500956,2276,191649,820.9,7888,6670,23869,23448,0.3304704847291466,0.28445922893210507,8430,-0.3146340441576941,-0.3595189355168884 +20157,KS,Republic,1274.50440736542,0,0.255924579792253,248.709512073082,0.04994166909098032,2,0.416406413,3.5,0.744839327516493,2,0.416406413,271,14288,911.9,470,370,2640,2484,0.17803030303030304,0.14895330112721417,1623,-0.6166666666666667,-0.6533816425120773 +20159,KS,Rice,1890.35991486958,0.21551523228896083,0.18747990824849553,472.611704660679,0.046872131772357335,3,0.299550674,9,0.91547146780592,7,0.698951573,383,29976,925.2,899,668,3622,3567,0.248205411374931,0.1872722175497617,1984,-0.4781888459414687,-0.5562097000280348 +20161,KS,Riley,30210.7704501525,-15.757442881854839,0.4248157273451804,6414.031504569,0.09019238563691205,10,0.132989334,26.9166666666667,0.366997077657945,46,0.611750938,977,225473,615.1,8587,8892,20266,20475,0.4237145958748643,0.4342857142857143,925,-0.12681338201914533,-0.04517704517704518 +20163,KS,Rooks,750.211137844585,0,0.1448004512342376,188.348216653497,0.03635364150810596,4,0.775945684,4.58333333333333,0.90294194904124,3,0.581959263,195,15524,784.8,398,273,2625,2378,0.15161904761904763,0.11480235492010092,1726,-0.6708571428571428,-0.7258200168208578 +20165,KS,Rush,699.461267536276,-78.84906958085985,0.21150930376059146,123.63434293419,0.037385649511397036,0,0,4,1.3080444735121,2,0.625586487,150,9495,788.2,361,227,1549,1474,0.23305358295674627,0.15400271370420623,950,-0.5100064557779213,-0.6445047489823609 +20167,KS,Russell,1732.61836811233,0,0.2485822622829742,330.222432581938,0.04737768042782467,2,0.287521564,6.5,0.93016599885518,5,0.71880391,260,20994,684.6,584,454,3140,3148,0.1859872611464968,0.14421855146124524,2090,-0.6117834394904459,-0.6639135959339264 +20169,KS,Saline,10421.3742793234,-8.716692555976811,0.1874145646031615,2517.06012660862,0.04526598076841744,5,0.089678056,43.25,0.784338616662435,55,0.986458614,1621,167099,758.4,6910,6084,21102,21206,0.3274571130698512,0.28689993398094876,7283,-0.3216282816794616,-0.3434405356974441 +20171,KS,Scott,569.796627112043,27.11898027403195,0.11543691797245603,157.752260456221,0.03195953412808367,2,0.393700787,5.91666666666667,1.17580816110228,5,0.984251969,133,14864,615.9,271,232,2019,2159,0.1342248637939574,0.10745715609078277,1600,-0.7087667161961367,-0.7410838351088467 +20173,KS,Sedgwick,135646.483781243,-6.483331764571107,0.2721830059920801,36881.6005447617,0.07400519808726877,69,0.135612408,313.25,0.61182238107794,438,0.860843981,12906,1527438,810,69373,66716,177852,180750,0.3900602748352563,0.3691065006915629,34603,-0.19700649978633922,-0.19144121715076068 +20175,KS,Seward,1229.81204399679,-87.65119145611115,0.05358191199010064,409.019148871656,0.017820632139754967,3,0.127849989,13.9166666666667,0.612826045473894,11,0.468783294,394,69781,713.9,1393,1491,4955,4743,0.2811301715438951,0.3143580012650221,1534,-0.424217961654894,-0.32342399325321525 +20177,KS,Shawnee,43336.6958457383,-9.38561883056285,0.24355489027245103,11775.7886089215,0.06618065467488789,28,0.156945394,105.5,0.592210883208155,142,0.795937356,5477,535984,806.6,35959,33270,74844,73648,0.48045267489711935,0.45174342819900065,2079,-0.01692854470632249,-0.028228872474473143 +20179,KS,Sheridan,820.142059594341,-67.47064652922138,0.3208693503890223,219.408103461327,0.08584041606468192,2,0.787711698,2.58333333333333,1.02962667729507,1,0.393855849,93,7582,718.9,165,126,1320,1362,0.125,0.09251101321585903,1060,-0.7356060606060606,-0.7782672540381792 +20181,KS,Sherman,4302.2312898112,0,0.7158454725143428,952.661393126632,0.1585127110027674,0,0,6,1.00586756077117,9,1.47299509,236,18126,881,575,340,2606,2537,0.22064466615502687,0.13401655498620418,1703,-0.5341519570222564,-0.6712652739456051 +20183,KS,Smith,1439.8735262702,-3.6219951547410068,0.37370192739948094,283.904538635271,0.07368402248514691,3,0.7959671,4.25,1.17015418502203,3,0.7959671,196,11150,834.3,345,295,1983,2014,0.17397881996974282,0.1464746772591857,1340,-0.6318709026727181,-0.6653426017874876 +20185,KS,Stafford,1354.19048874608,0,0.30520407679650213,353.890456774128,0.07975894901377688,2,0.465441005,2,0.475285171102662,0,0,181,12873,846.9,403,303,1833,1884,0.2198581560283688,0.160828025477707,1182,-0.5340971085651937,-0.6273885350318471 +20187,KS,Stanton,235.618470721488,0,0.10542213455100134,64.7685413167743,0.02897921311712497,0,0,2,0.969932104752667,1,0.473709143,54,6365,588.9,135,132,713,742,0.18934081346423562,0.1778975741239892,448,-0.6115007012622721,-0.6037735849056604 +20189,KS,Stevens,945.853677015608,-9.393321437077502,0.1652434795624752,295.989810772267,0.051710309359236026,2,0.344768143,2.83333333333333,0.507402101241643,4,0.689536287,156,17473,765,241,215,1998,1853,0.12062062062062062,0.11602806260118727,1349,-0.7422422422422422,-0.7280086346465192 +20191,KS,Sumner,7002.47766896215,17.88205470877703,0.2901739461694907,2028.69301475183,0.08406650981070074,6,0.255015301,17.0833333333333,0.734072418929758,11,0.467528052,768,70641,801.4,2617,2039,8989,9494,0.29113360774279673,0.21476722140299137,4805,-0.39437089776393375,-0.506109121550453 +20193,KS,Thomas,3715.4355050717,0,0.47030829178122785,892.203181629485,0.112937111598669,2,0.253453301,8.33333333333333,1.05592160837979,6,0.760359904,247,23730,769.9,576,467,3388,3483,0.17001180637544275,0.1340798162503589,2365,-0.6354781582054309,-0.6790123456790124 +20195,KS,Trego,214.851579456104,-60.13180624625338,0.07159332870913163,31.8628457720288,0.010617409454191535,1,0.344589938,3.33333333333333,1.16063138347261,3,1.033769814,139,8810,817.5,289,193,1544,1459,0.1871761658031088,0.13228238519533927,1018,-0.6094559585492229,-0.6977381768334475 +20197,KS,Wabaunsee,2946.9193775579,-37.228659039631715,0.41782495073839504,718.491369046206,0.10187032029578988,3,0.42722871,5.08333333333333,0.73767716344991,2,0.28481914,197,20958,712.5,908,773,3229,3340,0.28120161040569835,0.231437125748503,1585,-0.40941467946732735,-0.4745508982035928 +20199,KS,Wallace,1485.0000045804,205.0955683705391,1.0000000030844445,374.000000713732,0.2518518523324795,1,0.664010624,NA,NA,0,0,63,4597,739.5,68,45,781,779,0.08706786171574904,0.057766367137355584,666,-0.8117797695262483,-0.8549422336328626 +20201,KS,Washington,2909.2294330955,6.728003684846875,0.501677777736765,697.493048406293,0.12027815975276653,5,0.893176134,7,1.26217093400649,1,0.178635227,213,16867,669.1,515,378,2863,2677,0.1798812434509256,0.14120283899887934,1758,-0.6234718826405868,-0.6567052670900262 +20203,KS,Wichita,2233.99999834971,0,0.9999999992612847,607.999999089747,0.2721575644985439,2,0.919117647,3,1.42045454545455,1,0.459558824,76,6524,748.3,157,139,987,934,0.1590678824721378,0.14882226980728053,626,-0.6727456940222898,-0.6702355460385439 +20205,KS,Wilson,1146.5782086645,12.438087633055241,0.12185973096657454,258.185817465768,0.027440303694948244,2,0.221533008,11.1666666666667,1.28014062440292,5,0.553832521,372,26934,946.2,813,550,3699,3482,0.2197891321978913,0.15795519816197587,2197,-0.5404163287374967,-0.6309592188397473 +20207,KS,Woodson,613.500384584288,809.6400943259484,0.18540356137331154,100.335345397238,0.030321953882513752,0,0,5.75,1.81674565560821,2,0.633512829,161,9479,972.6,377,270,1435,1420,0.2627177700348432,0.19014084507042253,793,-0.45505226480836236,-0.5584507042253521 +20209,KS,Wyandotte,41854.211067357,-14.145946117144812,0.2657325866947525,11639.376177649,0.07389845514522712,27,0.167041996,142.416666666667,0.869290101791887,104,0.64342102,4103,486525,903.7,33265,29346,49422,47467,0.6730808142122942,0.6182400404491541,13826,0.3640483994981992,0.2912760444098005 +21001,KY,Adair,1727.43783277072,7.8776584355234105,0.09259422345469125,431.777438185492,0.023144159422464193,5,0.260362424,19.4166666666667,1.00708852005532,6,0.312434909,568,56852,825.4,1660,1323,7600,8228,0.21842105263157896,0.16079241614000972,5314,-0.5501315789473684,-0.6458434613514827 +21003,KY,Allen,194.272850198585,-21.10345778307318,0.009735059641139757,55.3604172085447,0.002774123933080011,5,0.245290424,13.5,0.654355096699142,9,0.441522763,665,61369,967.4,1808,1349,7099,8085,0.2546837582758135,0.166852195423624,5117,-0.47555993801943935,-0.6329004329004329 +21005,KY,Anderson,4575.0363311235,-18.09436998973208,0.21357715938207833,1269.81953299832,0.05927919018712105,2,0.091374269,17.9166666666667,0.808586815897945,19,0.868055556,621,65597,852.3,3315,2634,10318,11414,0.3212831944175228,0.23076923076923078,5608,-0.33989145183175035,-0.49132644121254593 +21007,KY,Ballard,416.480867769778,-16.464998669287016,0.05048864926291405,93.9356608080448,0.011387521009582352,2,0.242718447,9.58333333333333,1.1898849432994,4,0.485436893,311,24695,931.1,1189,816,3895,4097,0.30526315789473685,0.1991701244813278,2345,-0.37432605905006416,-0.5723700268489139 +21009,KY,Barren,3041.1042262415,-6.88206234731243,0.0721102180599317,755.240616228251,0.017908154891239682,9,0.208584407,51.3333333333333,1.16685230226021,37,0.857513674,1479,129625,908.9,5400,4275,16565,18473,0.32598853003320255,0.2314188274779408,9208,-0.3333534560821008,-0.49845720781681374 +21011,KY,Bath,13.9055206403136,-10.447404589594358,0.0011996825675363299,2.06975960358977,1.785660946932767e-4,5,0.409634606,10.4166666666667,0.845028528163111,5,0.409634606,414,36387,982.2,1770,1361,4122,4577,0.4294032023289665,0.2973563469521521,1721,-0.12251334303736056,-0.3760104872187022 +21013,KY,Bell,4990.42310003258,-16.359512861556368,0.1739368826472615,1148.47583347949,0.040029132253302076,7,0.251997984,36.75,1.35523841132869,24,0.863993088,1165,82962,1155.9,2224,1720,9482,9714,0.23454967306475427,0.1770640312950381,6044,-0.5170850031638895,-0.6221947704344245 +21015,KY,Boone,41574.2710866256,3.3219292449922886,0.349919376881144,12252.1038001093,0.10312263847715532,13,0.102837525,88.8333333333333,0.691116366880355,120,0.949269458,2452,378285,759.5,15628,15026,52495,57550,0.29770454328983714,0.2610947002606429,24056,-0.38655110010477184,-0.4180017376194613 +21017,KY,Bourbon,3142.29481853638,108.78233620264051,0.1572326654258884,711.161445006117,0.03558476082092154,3,0.150210294,22.0833333333333,1.10251289732069,13,0.650911276,615,60095,816.9,3075,2791,7909,8791,0.38879757238588947,0.3174837902400182,2778,-0.20445062586926294,-0.3160050051188716 +21019,KY,Boyd,10683.9844961166,-17.951745335963736,0.21565509055178636,2384.63662812026,0.04813363667434217,7,0.143348624,49.25,1.0232277902435,61,1.249180865,1817,145938,939.2,7776,6021,19040,20443,0.4084033613445378,0.2945262437020007,7570,-0.16318277310924367,-0.37029790148216996 +21021,KY,Boyle,7764.64873634233,15.916858612774778,0.2730954113795136,1808.42951760882,0.0636054276030114,5,0.168316165,29.3333333333333,0.977191462900038,23,0.774254359,922,89207,773.2,4471,4281,12368,12928,0.3614974126778784,0.33114170792079206,3759,-0.26131953428201815,-0.2907642326732674 +21023,KY,Bracken,47.8709315519664,0,0.0056398364222392085,11.9252098414072,0.0014049493215606975,2,0.237925291,7.5,0.892857142857143,4,0.475850583,309,25149,1085,1147,705,3230,3522,0.35510835913312694,0.20017035775127767,2006,-0.2730650154798761,-0.5695627484383873 +21025,KY,Breathitt,2068.21377515004,123.30535799094827,0.14902822994307824,435.084282962597,0.031350647280775114,4,0.298307107,20.4166666666667,1.53693666566295,5,0.372883884,604,40486,1324,1562,1537,5008,5728,0.31190095846645366,0.2683310055865922,2454,-0.3506389776357827,-0.42842178770949724 +21027,KY,Breckinridge,1809.96204730614,-7.731205380245082,0.09023191820659754,442.014181532251,0.02203570375054843,6,0.301689461,25.75,1.29001553028405,3,0.15084473,697,59957,943.7,2825,1960,7967,8765,0.35458767415589304,0.22361665715915574,4524,-0.2761390736789256,-0.5161437535653166 +21029,KY,Bullitt,24247.1297768732,28.03553006895198,0.32625748162479584,6038.191041763,0.08124693606968608,5,0.064139568,53.8333333333333,0.680134595056706,39,0.500288628,1726,233585,752.4,9971,8255,31775,36036,0.31380015735641226,0.22907647907647907,17955,-0.356726986624705,-0.49825174825174823 +21031,KY,Butler,1031.11436354974,-30.72510971258884,0.08125408696215444,248.314233385119,0.019567709486613002,3,0.233009709,11.0833333333333,0.862851952770209,6,0.466019417,427,38619,875.5,1293,947,5058,5575,0.2556346381969158,0.16986547085201795,3481,-0.4790431000395413,-0.6243946188340807 +21033,KY,Caldwell,1429.12330427402,-4.5215552773913315,0.11006803021210876,320.644273173874,0.024695338352886165,3,0.235756385,15,1.19350732017823,10,0.785854617,516,38219,992.4,1852,1260,5860,5972,0.31604095563139933,0.21098459477561957,3247,-0.3501706484641638,-0.5437039517749497 +21035,KY,Calloway,5493.24639867251,-4.529098052916932,0.1477036486965263,1070.1169364375,0.028773545654526632,3,0.078365812000000007,27.8333333333333,0.724128660752227,26,0.679170367,1178,114822,884.1,5314,4749,15064,16039,0.35276155071694104,0.2960907787268533,5618,-0.27376526818906,-0.3502712139160795 +21037,KY,Campbell,27457.7464208672,-1.5842623232634678,0.3039513197492384,6610.81168813163,0.07318025690900228,17,0.185118639,67.3333333333333,0.730209338726761,71,0.773142552,2483,275017,822.1,15080,14658,40173,42471,0.3753764966519802,0.34512961785689056,10392,-0.22801384014138854,-0.24468460832097194 +21039,KY,Carlisle,115.470762971222,-66.46220464972406,0.022623582086838165,34.9490211726879,0.006847378756404368,1,0.200883889,8.66666666666667,1.78510127016821,2,0.401767778,211,14828,922.3,750,432,2619,2599,0.286368843069874,0.16621777606771834,1662,-0.4142802596410844,-0.6394767218160831 +21041,KY,Carroll,4090.09903349113,0,0.37832753986598183,1031.30901099808,0.09539441411507539,4,0.369856681,18.4166666666667,1.72456846770921,13,1.202034212,407,32307,1119.3,1629,1106,3680,3851,0.44266304347826085,0.28719813035575176,1482,-0.10054347826086957,-0.3848351077642171 +21043,KY,Carter,1528.80470166053,25.697007428757917,0.05515168476408839,328.170405237353,0.011838759207696718,6,0.220401866,37,1.3680396361754,18,0.661205598,929,81768,977.4,3383,2276,8906,10267,0.3798562766674152,0.22168111424953735,5311,-0.2128901863911969,-0.5172883997272817 +21045,KY,Casey,703.501284197861,-27.31445012308784,0.04409284137874403,164.091232879447,0.01028462757000608,5,0.314643509,23.5,1.48593107809042,3,0.188786105,563,47741,922.4,1086,767,6091,6438,0.1782958463306518,0.11913637775706741,4715,-0.6268264652766377,-0.7323703013358186 +21047,KY,Christian,18938.2352253862,24.83210697412851,0.25607782063939155,5316.1546633402,0.07188364090785208,13,0.175084175,63,0.870755069038438,43,0.579124579,1747,221558,887.9,8252,7188,21953,22069,0.3758939552680727,0.32570574108477957,6920,-0.23791736892452064,-0.31356201005935924 +21049,KY,Clark,3670.51161118725,-2.102682399863405,0.1030666220533864,957.71795199209,0.02689236941544071,6,0.167794619,37.5833333333333,1.04925691206715,32,0.894904637,1256,107066,986.1,5228,4706,15410,16193,0.3392602206359507,0.29061940344593346,6004,-0.3051914341336794,-0.3707774964490829 +21051,KY,Clay,1989.59623257483,-31.348888007041452,0.09155988184881869,206.59044077534,0.009507153280043259,6,0.283728188,33.8333333333333,1.62926578702366,11,0.520168345,744,63362,1118.6,1111,752,7383,6762,0.15048083434918055,0.11120970127181307,5109,-0.6860354869294325,-0.7555456965394853 +21053,KY,Clinton,10.6970472969115,-93.48261957713152,0.0010413792150420073,3.91663787700236,3.812926282128466e-4,2,0.196753566,14.4166666666667,1.41659297107858,6,0.590260698,424,30533,1185.8,752,547,4393,4454,0.17118142499430913,0.12281095644364616,3262,-0.6412474391076713,-0.7323753929052537 +21055,KY,Crittenden,269.660609051621,NA,0.028949072361956093,56.3323835073825,0.006047491519847827,2,0.216825672,9.16666666666667,0.997678130895371,6,0.650477016,379,27582,1009.8,960,617,3854,4036,0.24909185262065386,0.15287413280475717,2673,-0.4875454073689673,-0.6622893954410307 +21057,KY,Cumberland,110.583775582272,-18.693167911793875,0.016129488853890313,25.184044222442,0.003673285329994458,2,0.296515938,11.5833333333333,1.71910557039675,4,0.593031875,320,20309,1073.6,599,459,2853,3061,0.20995443392919733,0.14995099640640314,2043,-0.5667718191377498,-0.6674289447892845 +21059,KY,Daviess,15930.5113417571,-8.238280597478594,0.16481657984767734,4088.87757343838,0.04230340147987068,16,0.162808446,102.75,1.03086060557417,77,0.783515645,3056,295839,827.4,16208,14163,42079,45752,0.3851802561847953,0.30956023780381187,14744,-0.2111266902730578,-0.32225913621262453 +21061,KY,Edmonson,306.784930553196,16.90024982641317,0.025226949309530136,61.4249290955889,0.00505097681897779,2,0.166486307,14,1.15568763414231,3,0.24972946,415,36121,869,1374,979,4664,5239,0.2945969125214408,0.18686772284787173,3156,-0.3983704974271012,-0.602405039129605 +21063,KY,Elliott,4.53188812732697,-71.08625640413044,5.771635414323701e-4,1.08147330582142,1.3773220909595263e-4,1,0.130344108,10.1666666666667,1.3398348269197,2,0.260688217,210,22963,732.9,1186,740,2399,2847,0.4943726552730304,0.2599227256761503,1260,0.02501042100875367,-0.44257112750263433 +21065,KY,Estill,1341.49080258628,-26.28290874350585,0.09143203398216194,298.896270180077,0.02037188319111757,4,0.276874092,17.25,1.20570350178234,8,0.553748183,614,43260,1231.9,1356,1108,5184,5538,0.26157407407407407,0.20007222824124232,3128,-0.46161265432098764,-0.5648248465149874 +21067,KY,Fayette,46941.7344592896,2.7724895417480315,0.15869255707105606,10271.0937582871,0.03472275047341338,60,0.193052056,228.166666666667,0.716493588193609,311,1.000653159,6860,934716,766.3,62078,69776,125821,136112,0.49338345745145884,0.5126366521688022,12886,0.010212921531381924,0.0946720347948748 +21069,KY,Fleming,838.481728425686,-0.9397156084522847,0.05843892726691427,167.84647144637,0.011698248637187762,5,0.343760743,22,1.51650927138623,5,0.343760743,568,43691,1152.4,1911,1348,5782,6250,0.3305084745762712,0.21568,3374,-0.3232445520581114,-0.53984 +21071,KY,Floyd,1950.82579463096,16.040136811864848,0.04944933701632303,396.403057903533,0.010047985042293808,18,0.472341766,57.25,1.54271085960658,26,0.682271439,1507,114314,1141.2,4733,4015,14890,16521,0.3178643384822028,0.24302403002239573,7978,-0.33922095366017463,-0.4829005508141154 +21073,KY,Franklin,7305.1095113299,-35.9163968063903,0.14822176141483007,1585.96878777358,0.032179543223568634,6,0.120288693,48.6666666666667,0.962552742616034,47,0.942261427,1560,149978,865.9,11535,10717,23337,23840,0.49427947036894204,0.44953859060402684,1102,0.00814157775206753,-0.04622483221476509 +21075,KY,Fulton,7.18897076274152,130.1014785168063,0.0010551843186175722,1.62719887133426,2.3883735084900338e-4,2,0.319233839,11,1.78022333710956,3,0.478850758,292,18858,1089.1,1022,774,2481,2381,0.41193067311567916,0.3250734985300294,775,-0.16243450221684802,-0.32549349013019735 +21077,KY,Gallatin,NA,NA,NA,NA,NA,1,0.116427989,7.75,0.900220699268208,3,0.349283968,301,25748,1296,1238,749,3060,3334,0.4045751633986928,0.22465506898620277,1694,-0.16993464052287577,-0.5080983803239352 +21079,KY,Garrard,122.193154523149,-96.81572711751195,0.007225233829419879,17.4034130545333,0.0010290570633002187,1,0.059319,12.8333333333333,0.742154368108567,3,0.177957053,513,51103,823.9,1661,1453,7077,7613,0.23470397060901513,0.19085774333377117,4451,-0.5156139607178183,-0.5846578221463287 +21081,KY,Grant,4503.75143272545,3.7490451881898514,0.18261906709615808,1364.34590347248,0.05532178669501581,1,0.040201,22.3333333333333,0.896093300699488,15,0.603015075,703,74145,1040.8,2810,1910,8606,9551,0.3265163839181966,0.19997905978431577,5358,-0.33162909597954915,-0.5609883781802953 +21083,KY,Graves,3573.32898646182,-21.938487536531134,0.09626165745701411,786.885229559344,0.021197845681941326,6,0.159498113,39.3333333333333,1.05785953776917,18,0.478494338,1320,112459,911.4,4547,3308,15493,16582,0.29348738139805075,0.1994934266071644,9363,-0.3970825534112179,-0.5646484139428296 +21085,KY,Grayson,5837.20862412188,-0.7738388372559601,0.22672293265446594,1351.11239008128,0.05247853608643206,5,0.190883408,34.25,1.30805071799572,17,0.649003589,939,78370,1030.3,2744,1959,9269,10564,0.2960405653252778,0.18544112078758046,6260,-0.39486460243823496,-0.5925785687239682 +21087,KY,Green,1254.53910814183,71.78141336500893,0.11143534447875554,291.248482099386,0.025870357265889682,2,0.181110206,9.58333333333333,0.866485834840265,7,0.633885719,430,33224,951,1165,832,4856,5331,0.23990939044481055,0.1560682798724442,3540,-0.5084431630971994,-0.6640405177265053 +21089,KY,Greenup,8653.32232470595,-2.34922390675791,0.23444384515594552,1838.9402012975,0.0498222758411677,7,0.192794976,37.4166666666667,1.0424502456375,21,0.578384929,1406,108848,959.8,6027,4146,15159,16265,0.3975855927171977,0.25490316630802334,7400,-0.1865558414143414,-0.4549646480172149 +21091,KY,Hancock,271.349078271873,795.7532489673202,0.03168115333004939,63.5943329609099,0.007424907526084051,0,0,7.91666666666667,0.898600075671585,3,0.342739632,248,26081,866.7,1833,1244,4133,4292,0.4435035083474474,0.2898415657036347,1544,-0.09170094362448583,-0.3597390493942218 +21093,KY,Hardin,28939.4097778166,18.356063701746812,0.27419544430058457,8288.14352851819,0.07852859525044949,12,0.110838121,89.25,0.831656043833166,66,0.609609665,2677,323090,845.2,15214,13944,39212,43113,0.3879934713863103,0.3234291281052119,13026,-0.20766602060593703,-0.3021362466077517 +21095,KY,Harlan,5719.80983042747,12.452006025576432,0.1953620407960745,1240.72949045586,0.042377535707898775,9,0.319568228,37.5833333333333,1.38336768747546,18,0.639136456,1289,84232,1265.2,1830,1372,10658,10744,0.17170200788140363,0.12769918093819807,7757,-0.6401763933195721,-0.7219843633655993 +21097,KY,Harrison,948.831351709748,-35.82853540513443,0.05034656434838947,221.555908989298,0.011756123792279423,2,0.10757315,16.1666666666667,0.867031356144302,10,0.537865749,691,55956,1003.9,2471,2031,7163,7774,0.3449671925171018,0.26125546694108565,3404,-0.29107915677788637,-0.43786982248520717 +21099,KY,Hart,1704.04633217987,-0.8984021409106218,0.09363406407933787,404.747363566907,0.02224008811291318,5,0.268860569,25.5833333333333,1.37345430468317,6,0.322632683,645,55469,991.3,2283,1730,6621,7261,0.3448119619392841,0.23825919294862966,3590,-0.2979912399939586,-0.4944222558876188 +21101,KY,Henderson,4483.63973694868,-0.5316613424731337,0.09694356187997148,1125.29797024168,0.024330766924144435,7,0.150644543,41.4166666666667,0.895437413068702,35,0.753222717,1543,139186,935,8091,6707,18614,19692,0.4346728269044805,0.34059516554946173,5452,-0.11845922423981947,-0.27686370099532803 +21103,KY,Henry,320.959550383081,-74.95507983154414,0.020819898182607748,70.615260907433,0.004580647438209198,2,0.128435654,18.75,1.185358452396,8,0.513742615,511,46596,927.5,2529,1828,6584,7142,0.3841130012150668,0.25595071408569026,3116,-0.21430741190765495,-0.43629235508261 +21105,KY,Hickman,0,-100,0,0,0,2,0.422475708,4.75,1.02658309920035,1,0.211237854,196,14040,823.8,686,449,2139,2157,0.32071061243571763,0.20815948076031526,1208,-0.3482935951379149,-0.5600370885489105 +21107,KY,Hopkins,10899.9897592173,39.58887992646889,0.2323100971700192,2623.4518948655,0.05591329699201833,7,0.150940141,44.6666666666667,0.973045195770884,29,0.625323443,1796,139043,1019.5,5789,4310,19765,20325,0.2928914748292436,0.2120541205412054,10967,-0.3992916772071844,-0.5395817958179582 +21109,KY,Jackson,23.8481425112823,-6.869191376506821,0.0017673145480422633,6.55007253761187,4.8540629447249665e-4,2,0.150500414,14.4166666666667,1.07844604029523,4,0.301000828,443,40079,997.9,612,482,5061,5497,0.12092471843509188,0.08768419137711479,4407,-0.7415530527563723,-0.8017100236492632 +21111,KY,Jefferson,119488.484865259,-9.180033188206457,0.16123212763968367,29002.8882922253,0.03913512998616279,155,0.203940392,622.75,0.813677889389458,658,0.865759856,22686,2281760,858.1,186164,190824,339500,352778,0.5483475699558173,0.5409180844610492,47066,0.11118998527245949,0.13341534902970142 +21113,KY,Jessamine,7707.39465535987,77.66625310066986,0.15863406444983885,2017.56155258138,0.04152557429262298,5,0.098396143,40.25,0.768760624176328,35,0.688773,1366,153137,843.1,6001,6144,20620,23292,0.29102812803103784,0.26378155589902114,9330,-0.39917555771096025,-0.40056671818650175 +21115,KY,Johnson,3913.69510349085,68.65533764015161,0.16756701076771927,824.788233053285,0.035313762333160005,4,0.17195426,32.75,1.42527635129254,21,0.902759866,867,69888,1066.5,1723,1250,9035,9560,0.1907028223574986,0.1307531380753138,6793,-0.5945766463752076,-0.7105648535564855 +21117,KY,Kenton,49639.8753183589,-4.858210701458302,0.310793108679933,13164.3471006932,0.08242140684130478,25,0.152505048,127.25,0.771469277638001,98,0.597819788,4462,492551,892,24917,24213,67679,71905,0.3681644232332038,0.33673597107294345,18745,-0.24335465949555996,-0.26069118976427236 +21119,KY,Knott,138.576973412984,181.86773790393383,0.008477729928605408,33.3559083909206,0.0020406159544182428,5,0.31462371,19.75,1.27058672156459,5,0.31462371,575,47651,1048.3,1420,1245,5693,5756,0.24942912348498156,0.21629603891591384,3112,-0.47602318636922536,-0.5406532314107019 +21121,KY,Knox,2739.43184214812,61.58906636282049,0.08592139516821252,679.046864152903,0.021298085630364238,10,0.314485188,40.75,1.28601634739799,19,0.597521857,1145,95286,1024.1,2484,1761,11100,12001,0.22378378378378377,0.14673777185234563,8124,-0.5390090090090089,-0.6769435880343305 +21123,KY,Larue,191.152675683566,-9.448468662488752,0.01346809523593081,48.2322148700114,0.0033983100732763614,3,0.211565585,12.6666666666667,0.898600075671585,8,0.564174894,484,42478,866.8,1733,1278,5764,6359,0.3006592643997224,0.20097499606856423,3521,-0.3778625954198473,-0.5537034124862399 +21125,KY,Laurel,5505.68364458836,-15.77625043087367,0.09355611216143622,1269.55570476181,0.021573105826128054,9,0.149962509,80.5,1.33609958506224,39,0.649837541,1705,179842,872.6,3905,3440,22408,24811,0.17426811852909674,0.1386481802426343,17152,-0.6357550874687612,-0.691306275442344 +21127,KY,Lawrence,2504.38730326915,41.09689047618085,0.15790588292995902,604.494746522947,0.03811442285768897,3,0.189825361,20.5,1.29231545104961,8,0.506200962,602,47363,1123.1,1520,1045,5592,6037,0.2718168812589413,0.17309922146761636,3771,-0.44259656652360513,-0.6246480039754845 +21129,KY,Lee,1.82599131355528,41.79396294548379,2.3151912178968938e-4,0.60850965847203,7.715350050361734e-5,2,0.263365815,12.75,1.93768996960486,4,0.52673163,292,20362,1267.9,595,444,2623,2663,0.22683949675943577,0.16672925272249342,1707,-0.5268776210446053,-0.6410063837776944 +21131,KY,Leslie,350.828101725769,-17.146296058275865,0.031019283972216535,73.2966180957806,0.006480691255153015,3,0.2747756,18.8333333333333,1.78718289365471,2,0.183183733,471,32578,1213.7,433,400,4950,4487,0.08747474747474747,0.08914642299977714,3615,-0.8092929292929293,-0.8056607978604858 +21133,KY,Letcher,NA,NA,NA,NA,NA,4,0.171240207,32.3333333333333,1.4198100089287,15,0.642150777,943,70004,1113.1,1702,1542,8758,9131,0.1943366065311715,0.168875260102946,5751,-0.5833523635533228,-0.6298324389442558 +21135,KY,Lewis,160.607534205861,4.248738160778044,0.011579490569997188,50.3922322464059,0.003633181849055941,4,0.288184438,20.4166666666667,1.51887119972226,5,0.360230548,471,41284,943,1342,785,4769,5293,0.2814007129377228,0.1483090874740223,3578,-0.4160201300062906,-0.6759871528433781 +21137,KY,Lincoln,4359.72627964824,126.54832748926421,0.1762075127171708,1055.62327647319,0.04266523629751798,7,0.286357128,26.3333333333333,1.08047486186334,9,0.368173451,891,73380,1010.9,2582,1865,9152,9555,0.2821241258741259,0.19518576661433804,5473,-0.41892482517482516,-0.5727891156462585 +21139,KY,Livingston,1424.89170626967,957.6520945222499,0.1496892222155342,309.256976583106,0.032488389177760896,6,0.641094134,13,1.40252454417952,4,0.427396089,383,28023,1007.7,1346,887,4511,4642,0.298381733540235,0.1910814304179233,2683,-0.38638882731101754,-0.577983627746661 +21141,KY,Logan,4080.23895057223,441.03053205975976,0.1520491503846555,984.712054533833,0.03669506445067386,3,0.111661146,24.1666666666667,0.908760450745184,14,0.521085346,948,80756,955.5,3469,2755,10509,10896,0.3300980112284708,0.252845080763583,5023,-0.32638690646112856,-0.4609948604992658 +21143,KY,Lyon,260.159269720432,87.96219249292461,0.03129170913163724,27.0327374200278,0.003251471905223455,1,0.118623962,4.5,0.557689924402032,3,0.355871886,377,25147,975.2,1373,1045,3838,3959,0.3577384054194893,0.2639555443293761,1744,-0.2707139134966128,-0.44051528163677695 +21145,KY,McCracken,15861.0186455426,9.817164247517,0.24191289019358803,3575.20528510355,0.0545291738748349,11,0.168412028,64.8333333333333,0.994956160543466,70,1.071712903,2453,195651,912.7,10062,9134,30540,31284,0.3294695481335953,0.29197033627413377,11640,-0.3247216764898494,-0.37207518220176444 +21147,KY,McCreary,359.65669847792,-58.4886594740288,0.01964692988516989,91.010325681638,0.004971611803869655,5,0.27990819,22.6666666666667,1.29442445700798,6,0.335889828,610,53683,1122.8,1069,664,5704,5772,0.1874123422159888,0.11503811503811504,4348,-0.6127279102384292,-0.7532917532917534 +21149,KY,McLean,49.8843907952833,1635.6671735011805,0.005233909431883674,17.5985937686528,0.0018464582697149093,3,0.316522473,11.4166666666667,1.20492524186456,8,0.844059928,363,28458,947.8,1432,988,4200,4565,0.34095238095238095,0.21642935377875136,2393,-0.30309523809523814,-0.5242059145673603 +21151,KY,Madison,18254.7312426582,129.38249898230023,0.22015933285081526,3658.27011814692,0.04412019535610642,8,0.091596061,91.0833333333333,1.01715672589069,63,0.721318983,2201,260034,866.4,11512,11793,33317,37318,0.34552930936158716,0.3160137199206817,11638,-0.28862142449800404,-0.31186022830805504 +21153,KY,Magoffin,231.728841252829,117.14711964725939,0.017380097596402085,74.2500746813457,0.005568894823471507,4,0.309765353,21.4166666666667,1.68847892357826,8,0.619530705,462,38665,1097.8,1433,1172,4905,5113,0.2921508664627931,0.22921963622139643,2652,-0.39918450560652396,-0.5186778799139449 +21155,KY,Marion,309.121466638046,-33.952392917754246,0.015596441303635016,66.2108363008915,0.0033406072805697022,2,0.099965012,16.5,0.859151262692007,14,0.699755086,605,58557,864.5,3418,2679,7316,8108,0.4671951886276654,0.330414405525407,2443,-0.05221432476763255,-0.30130735076467685 +21157,KY,Marshall,1059.39045221828,0,0.03368705330126812,210.24086949788,0.006685349449818112,8,0.258456369,28.0833333333333,0.895371698815027,21,0.67844797,1231,93358,921.2,5022,3672,15714,16678,0.31958762886597936,0.22017028420673943,8650,-0.34236986127020497,-0.5186473198225207 +21159,KY,Martin,5.05276608467102,-86.91297344229939,3.908087311215887e-4,1.05580186843872,8.166152590600356e-5,3,0.239291697,20.0833333333333,1.67333222240738,8,0.638111191,391,37511,982.7,574,363,3824,3951,0.15010460251046026,0.09187547456340167,3140,-0.6814853556485356,-0.7947355099974689 +21161,KY,Mason,2901.2511317538,33.32144827673849,0.16588056785327615,671.931011501276,0.03841801094918673,4,0.233018758,24.9166666666667,1.44948613535001,13,0.757310964,687,51501,1078.4,2592,1970,6879,7212,0.37679895333624075,0.27315585135884635,2974,-0.2333187963366768,-0.4123682750970604 +21163,KY,Meade,4046.18622575817,-1.237874921869226,0.14146515019083178,1456.58960321517,0.05092614513723412,2,0.068636535,25.4166666666667,0.90367157315888,11,0.377500944,704,86504,871.9,4122,3026,10915,12223,0.3776454420522217,0.24756606397774686,5634,-0.22757672927164452,-0.4609343041806431 +21165,KY,Menifee,94.3353960383683,NA,0.01495962512501876,16.1308211991563,0.0025580116078585953,1,0.159058374,7.16666666666667,1.11839367457345,1,0.159058374,239,18993,976,1048,700,2598,2779,0.403387220939184,0.2518891687657431,1310,-0.16782140107775212,-0.47139258726160493 +21167,KY,Mercer,4717.22358240688,20.780801806942016,0.22114404305503166,1257.11632654536,0.0589337736883109,3,0.140719546,18.0833333333333,0.841986000527696,12,0.562878184,764,64094,911.4,2966,2395,9936,10579,0.29851046698872785,0.22639190849796767,5345,-0.3878824476650564,-0.5052462425560073 +21169,KY,Metcalfe,78.7793182627465,-2.0438723139295565,0.0078007048482767105,15.7632124165748,0.0015608686421006834,1,0.1001001,7.75,0.773607506488321,2,0.2002002,381,29863,1014.7,1425,976,4184,4616,0.3405831739961759,0.21143847487001732,2515,-0.2989961759082218,-0.544844020797227 +21171,KY,Monroe,381.303676002626,-14.254862692340486,0.03478096105104679,81.2711598516908,0.007413222644503403,5,0.467115097,18,1.7000377786173,11,1.027653214,465,32079,1148.2,936,601,4746,4991,0.1972187104930468,0.1204167501502705,3677,-0.5954487989886219,-0.7367261069925866 +21173,KY,Montgomery,3017.9372865539,-47.52047167348027,0.11388872359537718,656.803330292892,0.02478596665130352,5,0.181990245,35,1.26030751503367,17,0.618766834,805,82214,892.2,3701,3158,10248,11437,0.36114363778298203,0.2761213604966337,4698,-0.2631733021077283,-0.41077205560898844 +21175,KY,Morgan,2143.87442080466,51.98483556798203,0.15398078149857503,515.439774108667,0.037020740796428,3,0.225513042,22.6666666666667,1.70451696997042,4,0.300684056,448,39942,1020.3,1369,1006,4472,4766,0.30612701252236135,0.21107847251363826,2622,-0.3694096601073345,-0.5501468736886277 +21177,KY,Muhlenberg,1594.05150261904,13.36292270013083,0.050606416159847616,374.57212701848,0.011891556145226197,8,0.256352741,28.4166666666667,0.915839456834687,21,0.672925946,1180,93687,977.2,4771,3272,12737,13046,0.37457800109915995,0.25080484439674994,6121,-0.23482766742561045,-0.4691859573815729 +21179,KY,Nelson,5565.99559644769,-10.756230468067105,0.12813950310674518,1323.74523873995,0.030475061324215534,5,0.111577256,37.5833333333333,0.824937626667252,24,0.535570829,1154,134426,840.8,7611,6434,18532,20761,0.4106950140297863,0.3099080005780068,6996,-0.16522771422404486,-0.3369779875728529 +21181,KY,Nicholas,37.2301902326708,-11.705301017555371,0.005217966395609081,8.26009986083955,0.0011576874366979034,2,0.284050561,6.5,0.917560700169396,0,0,312,21249,1176.8,948,787,2580,2837,0.3674418604651163,0.2774057102573141,1170,-0.24612403100775193,-0.41240747268241096 +21183,KY,Ohio,4152.15182775888,68.86495148497958,0.1741528323026122,980.175352555783,0.041111289009134425,3,0.125119907,27,1.10755599310854,12,0.500479626,837,72285,948.9,2987,2080,9646,10398,0.30966203607713044,0.20003846893633392,5862,-0.3610823139125026,-0.5637622619734565 +21185,KY,Oldham,24249.0836729,-1.3432801096247349,0.40203401540055705,6550.86948307732,0.10860914986201539,3,0.0472515,23.75,0.362263575350824,33,0.519766892,1172,192273,733.9,9240,10268,29873,32838,0.309309409834968,0.31268652171265,10201,-0.366183510193151,-0.31064620257019304 +21187,KY,Owen,1101.07473585408,46.28156757757253,0.10156579059626233,276.052027968587,0.02546370519035025,2,0.187881635,10.3333333333333,0.970995426924763,5,0.469704086,351,31978,953.7,1501,1062,4555,4997,0.3295279912184413,0.21252751650990595,2683,-0.3227222832052689,-0.5369221532919751 +21189,KY,Owsley,33.3749056116794,-51.72022545262542,0.007018907594464648,5.70798266609199,0.0012004169644778107,0,0,7,1.55867290135827,1,0.221827862,237,13572,1386.3,283,256,1580,1757,0.17911392405063292,0.14570290267501423,1218,-0.6303797468354431,-0.6932270916334662 +21191,KY,Pendleton,116.244714036351,2.9347539722692884,0.007813720107303287,28.152733805473,0.0018923663242234995,2,0.137997654,10.0833333333333,0.69253663003663,6,0.413992962,461,43390,982.5,1859,1164,5534,6006,0.3359233827249729,0.1938061938061938,3440,-0.3066498012287676,-0.5727605727605728 +21193,KY,Perry,701.318248883937,-58.878728451851856,0.024425962973110095,148.980835676251,0.005188800350942149,8,0.289886582,46.5833333333333,1.7036657767375,21,0.760952277,1194,83204,1258.7,2047,2136,10240,10566,0.19990234375,0.2021578648495173,6022,-0.58525390625,-0.5699413212190043 +21195,KY,Pike,982.724339597509,24.798736081907,0.015113255714774683,246.35833586083,0.003788729328568375,21,0.333153536,88,1.45322434150772,47,0.74562934300000006,2460,188229,1119.6,5645,4277,23632,24637,0.23887102234258634,0.1736006819012055,15463,-0.505416384563304,-0.6276332345658968 +21197,KY,Powell,386.658410406671,58.32899472180662,0.030655546690451996,101.305554191495,0.008031836533060732,4,0.321698568,19.5833333333333,1.59110605568194,12,0.965095705,515,37137,1314.1,1620,1272,4441,4952,0.36478270659761314,0.2568659127625202,2241,-0.24904300833145687,-0.45254442649434573 +21199,KY,Pulaski,11036.6913811054,24.979843250341784,0.17501056691095254,2514.39550601281,0.03987116860937174,11,0.172346259,73.9166666666667,1.15574248962829,43,0.673717195,2426,191274,1021.4,4976,4208,26003,28015,0.19136253509210477,0.15020524718900588,18692,-0.6052378571703265,-0.6672139925040157 +21201,KY,Robertson,1612.86828090351,-5.422371187837534,0.7067783877754207,351.169448715053,0.15388669969984795,1,0.455166136,1.66666666666667,0.773395204949729,0,0,115,6540,1098.2,340,222,935,1013,0.36363636363636365,0.21915103652517276,537,-0.2556149732620321,-0.5301085883514314 +21203,KY,Rockcastle,274.360451126975,-36.318098626188466,0.016085861346562796,58.8516420444707,0.003450494960393451,3,0.178295495,19.75,1.17210682492582,9,0.534886485,596,50521,1007.6,1097,915,6216,6686,0.17648005148005147,0.1368531259347891,4694,-0.6324002574002574,-0.7020640143583607 +21205,KY,Rowan,2000.23422770173,23.177344107920327,0.0857255486950555,289.094017071024,0.012389920587623709,2,0.084548721,28.75,1.17582102981473,20,0.845487212,686,71112,973.9,3438,3295,7641,8829,0.4499411071849234,0.3732019481254955,1879,-0.07813113466823718,-0.21282138407520673 +21207,KY,Russell,179.107475402765,-58.10805007051992,0.010196838907074578,37.4331164005598,0.002131119635670925,4,0.225047823,24.9166666666667,1.40597374261746,9,0.506357601,695,53135,977.9,1445,1093,7907,8171,0.1827494625015809,0.13376575694529433,5770,-0.6198305299102062,-0.7061559172683882 +21209,KY,Scott,13103.7919774885,64.99107657770156,0.2777816118857927,3897.4270628628,0.082619868629572,4,0.077997036,32.0833333333333,0.594444032708318,32,0.623976289,1058,153797,828.4,7532,7713,20565,24159,0.3662533430585947,0.31925990314168634,7339,-0.25027960126428395,-0.3037791299308746 +21211,KY,Shelby,4468.17764895729,17.23573097756352,0.10619807123062439,1183.14741743725,0.028120630732453532,6,0.133704735,32.3333333333333,0.696718956501753,28,0.623955432,1063,134847,778.5,6634,6276,18659,20563,0.3555388820408382,0.30520838399066286,6920,-0.2763277774800364,-0.33652677138549825 +21213,KY,Simpson,2266.67759508011,0.022749417258588294,0.13081766001501186,622.409659719677,0.03592137471689716,1,0.0560978,13.5833333333333,0.751165920109127,18,1.009761023,530,53617,867.8,2650,2144,7089,7524,0.37381859218507546,0.28495481127060074,2933,-0.24051347157568065,-0.38981924508240295 +21215,KY,Spencer,NA,NA,NA,NA,NA,2,0.113199004,7,0.383057896464923,10,0.565995019,394,53133,883.5,2549,1921,8431,9509,0.30233661487368046,0.20201913976233044,5275,-0.3768236270904993,-0.5547376169944264 +21217,KY,Taylor,4103.66934264808,130.55726859231757,0.1674147088221312,943.597075811662,0.038495311513204226,6,0.237557905,22.25,0.876087726896878,19,0.752266698,864,75434,918.9,3284,2553,10946,11301,0.30001827151470856,0.22590921157419697,5767,-0.3898227663073269,-0.5103088222281215 +21219,KY,Todd,59.2503127974123,-93.38580264572353,0.004755241797545128,11.8395354795102,9.502034895273034e-4,3,0.239616613,8.33333333333333,0.67778229632642,5,0.399361022,375,37544,873.9,1403,1042,4718,4771,0.2973717676981772,0.21840285055543912,2570,-0.3908435777871979,-0.5386711381261791 +21221,KY,Trigg,1851.68717233776,6.0069381355360445,0.12913642320508822,448.88396646819,0.031305109593987725,3,0.212134069,12.1666666666667,0.85296317068611,6,0.424268137,524,42659,903.6,2115,1587,6740,6740,0.3137982195845697,0.235459940652819,3341,-0.3568249258160237,-0.49569732937685457 +21223,KY,Trimble,515.209051674698,-79.66361944603031,0.05848666723517971,126.662087404577,0.01437871352078295,0,0,6,0.696055684454756,2,0.227634874,291,26297,974,1355,879,3540,3786,0.3827683615819209,0.23217115689381934,1892,-0.21977401129943502,-0.49973586899101957 +21225,KY,Union,970.586064388917,8.209146197795484,0.0646755556999345,204.200506583555,0.013607017164227029,5,0.329706561,19,1.27688172043011,6,0.395647873,512,45307,1020.2,1941,1331,5975,6209,0.32485355648535563,0.21436624255113546,3370,-0.3365690376569038,-0.5427605089386375 +21227,KY,Warren,14250.3041657947,18.41515092709059,0.1252311600621722,3791.43717495917,0.033319013418862224,17,0.141125685,103.416666666667,0.823827125088955,92,0.763739,2872,362296,842.9,16805,16966,43889,48416,0.3828977648157853,0.35042134831460675,11707,-0.21825514365786414,-0.24180023132848644 +21229,KY,Washington,2021.02409908338,95.47233722226571,0.1724864811029598,468.843203504327,0.04001392877906691,4,0.334476127,11.1666666666667,0.916126562200892,7,0.585333222,386,35901,813.6,1669,1420,5218,5621,0.31985435032579534,0.2526240882405266,2593,-0.3499425067075508,-0.46130581747020105 +21231,KY,Wayne,2592.94925005234,-5.572334199501327,0.12458315716390428,574.146197507026,0.027585941359103736,2,0.097627648,20.4166666666667,0.998223569484509,12,0.585765889,749,61625,982.5,1855,1431,7210,7988,0.25728155339805825,0.17914371557336004,4939,-0.47628294036061025,-0.6183024536805207 +21233,KY,Webster,433.272218169448,453.50660978184766,0.031809134290393365,87.6171771889058,0.006432506951685324,3,0.226654578,18.9166666666667,1.42059677580855,5,0.377757631,510,39771,1023.9,1765,1240,5470,5804,0.3226691042047532,0.2136457615437629,3157,-0.33674588665447897,-0.5439352170916609 +21235,KY,Whitley,4495.55631351991,-1.5563883449992644,0.12614856226730392,1058.56467061171,0.029704090428815836,11,0.309832972,47.9166666666667,1.32747857565012,28,0.788665747,1480,107692,1261.7,2683,2067,13068,13765,0.20531068258340984,0.15016345804576825,9245,-0.5776706458524641,-0.6716309480566655 +21237,KY,Wolfe,124.69176578155,-72.58069447527235,0.016953333212991164,27.9481733066568,0.003799887601176995,3,0.415858054,12.25,1.71113283978209,2,0.277238703,317,21751,1250.1,976,753,2559,2634,0.38139898397811645,0.285876993166287,1051,-0.22118014849550605,-0.3990129081245254 +21239,KY,Woodford,8495.44418592798,25.857209794158948,0.3406489508772597,2247.22455397836,0.09010884774763865,3,0.117357118,18.6666666666667,0.714540907466952,13,0.50854751,686,76600,787.8,4883,4958,12331,13547,0.39599383667180277,0.3659850889495829,2739,-0.1893601492174195,-0.2021849856056691 +22001,LA,Acadia,1087.15803349386,3.440794049318705,0.017599242929659562,314.699006139039,0.0050944426551897916,21,0.336075281,78.25,1.24910208316705,28,0.448100374,1924,187200,971.5,6559,5638,26834,27386,0.24442870984571813,0.2058716132330388,15521,-0.49832302303048376,-0.5667494340173811 +22003,LA,Allen,7198.27470890453,-23.86337683520019,0.27939274603728187,1618.80038598123,0.06283187338849675,5,0.194454167,31.5833333333333,1.229689041167,10,0.388908334,779,76977,968.3,2616,2106,9306,9245,0.28110896196002577,0.22779881016765818,4761,-0.4168278529980658,-0.5149810708491076 +22005,LA,Ascension,33734.7376597653,-20.771643048706753,0.31464569005983584,9710.10199358024,0.09056663707112103,22,0.187987593,96.6666666666666,0.795041136525012,81,0.692136137,2151,351400,784.4,16343,16471,51056,54663,0.32009949858978376,0.30131899090792674,19664,-0.3428196490128486,-0.3597314454018257 +22007,LA,Assumption,9104.47762451999,-0.2548970658710696,0.3887313788702442,2184.42398174041,0.09326775038386106,5,0.217070418,21.5,0.947345230226922,4,0.173656334,676,69044,845.1,4754,3931,10991,10904,0.43253571103630245,0.360509904622157,2783,-0.12082613047038487,-0.25522743947175347 +22009,LA,Avoyelles,7985.4754485467,-9.512013973321976,0.18980047651811613,1681.37062108408,0.039963174032849574,10,0.243042897,67.9166666666667,1.65179041921022,16,0.388868635,1462,123539,1016.7,6075,5032,17027,16581,0.3567862806131438,0.3034798866172125,6131,-0.26968931696716975,-0.3697605693263374 +22011,LA,Beauregard,12563.0707222184,-14.357505808596777,0.35236076519376225,3309.66916605271,0.09282742935021907,2,0.0552517,26.25,0.71086197091559,18,0.497265042,1081,108929,945.3,2827,2393,14223,15078,0.19876256767208042,0.15870805146571162,9845,-0.5824368979821416,-0.6529380554450193 +22013,LA,Bienville,4133.45616800214,0,0.28798551996113286,1002.53567150586,0.06984851052085697,2,0.144040331,21.1666666666667,1.52662579636976,9,0.648181491,609,41497,1047.6,3490,3129,7203,7005,0.484520338747744,0.44668094218415416,627,-0.02096348743579063,-0.08950749464668101 +22015,LA,Bossier,26314.6201959832,-11.188539138869052,0.22495165966526642,7347.82088260559,0.0628131620428076,16,0.127934498,92,0.729828569615333,109,0.871553764,3077,373827,827.3,12955,12638,48559,49818,0.2667888547951976,0.2536834076036774,22813,-0.45369550443790024,-0.45792685374764136 +22017,LA,Caddo,82925.4014661677,-1.7300369640762776,0.3252371914474611,20534.0182981692,0.08053535252587256,27,0.106887092,224.416666666667,0.901811391823487,208,0.823426483,8324,759360,949.8,57879,53448,111516,105737,0.519019692241472,0.5054805791728534,4471,0.04932924423401125,0.04228415786337797 +22019,LA,Calcasieu,42022.2059697382,-0.5929876735474898,0.21799368136691874,11182.3264776572,0.05800924675079473,32,0.162268514,217.666666666667,1.08507268990018,165,0.836697024,5990,591120,958.5,28357,26293,81718,83773,0.347010450573925,0.3138600742482662,27889,-0.2874152573484422,-0.3329115586167381 +22021,LA,Caldwell,961.426009460156,-15.277061182796201,0.09489005225623331,206.804109859298,0.020410985971111132,3,0.303214069,10,0.991375037176564,4,0.404285426,378,29850,1067.5,1016,788,4716,4692,0.2154368108566582,0.1679454390451833,3034,-0.556403731976251,-0.6466325660699062 +22023,LA,Cameron,1747.26949526649,3.914990773574149,0.25548610838814007,366.058472936018,0.05352514591841176,3,0.449169037,6,0.871839581517001,1,0.149723012,137,20211,615.1,408,323,3744,3692,0.10897435897435898,0.08748645720476707,2933,-0.7617521367521367,-0.7944203683640303 +22025,LA,Catahoula,2487.87174894996,17.893638818873832,0.23905753329008936,405.973881198354,0.039009693590694144,1,0.098512462,11.5833333333333,1.16755703390115,5,0.492562309,439,30654,1250.2,1408,1322,4193,4856,0.33579775816837587,0.27224052718286657,2157,-0.31862628189840214,-0.4441927512355848 +22027,LA,Claiborne,2036.68201977712,39.72161361115073,0.11844617736418261,533.145134071475,0.031005823441202385,3,0.182793078,13.9166666666667,0.862674601206711,9,0.548379235,575,49380,890.7,3014,2717,6732,6421,0.4477124183006536,0.4231428126460053,868,-0.0943256090314914,-0.13518143591340914 +22029,LA,Concordia,5686.39051930264,20.505918556177445,0.27309530877450006,1494.54362006191,0.0717771405274186,3,0.146584579,26.3333333333333,1.32195448460509,14,0.68406137,783,60985,1086.6,3833,3272,9380,8869,0.40863539445629,0.3689254707407825,2202,-0.17238805970149257,-0.24828052768068554 +22031,LA,De Soto,6392.38601872671,-5.194861889860453,0.23981039986219652,1543.83717556493,0.057917060908048094,2,0.073686537,23.3333333333333,0.859454614657384,8,0.29474615,857,81079,895.6,5552,5163,13050,13497,0.4254406130268199,0.3825294509891087,2904,-0.138007662835249,-0.21515892420537902 +22033,LA,East Baton Rouge,115502.766865058,-7.084477426718415,0.26240430847342966,28105.5694543933,0.06385147920783808,120,0.269032961,458.25,1.02508293496959,383,0.858663534,11233,1337946,853.5,102460,102711,197912,196332,0.5177048385140871,0.5231495629851476,18091,0.051664376086341446,0.09214493816596375 +22035,LA,East Carroll,1562.12848282769,65.39151253434702,0.20133116159655756,411.792710564608,0.05307291024160433,2,0.267129691,11.9166666666667,1.63893091275845,5,0.667824229,261,22276,1104.5,2244,1838,3384,2939,0.6631205673758865,0.6253827832596122,779,0.33156028368794327,0.26505614154474316 +22037,LA,East Feliciana,2097.3065411295,-31.70995398958655,0.10348381808503973,238.19193106578,0.011752698034528051,1,0.0504719,17.4166666666667,0.884858337990482,11,0.555191036,722,59174,1075.8,4648,4235,10209,10042,0.45528455284552843,0.4217287392949612,1334,-0.07336663728083065,-0.13284206333399723 +22039,LA,Evangeline,8944.97874324539,62.44976081149579,0.26321147431866143,2289.96378392872,0.06738358592068974,16,0.474777448,52.1666666666667,1.54755900995778,10,0.296735905,1095,101279,1012.2,5330,4208,15765,14879,0.3380907072629242,0.28281470528933395,6149,-0.30738978750396445,-0.41326702063310705 +22041,LA,Franklin,2090.88074803066,-4.939316399233135,0.1006828501001907,503.316938325867,0.024236381678907258,3,0.146763857,28.5,1.4018691588785,11,0.538134142,835,61381,1082.8,2921,2506,9336,9162,0.31287489288774634,0.2735210652695918,4008,-0.36128963153384747,-0.4374590700720367 +22043,LA,Grant,4348.2680102442,-13.906356987773453,0.194910933266583,1089.37388813067,0.04883113936665336,3,0.134024303,15.0833333333333,0.67441687159997,2,0.089349535,627,67061,921,1421,1181,8666,8819,0.16397415185783523,0.1339154099104207,6225,-0.6532425571197784,-0.7058623426692369 +22045,LA,Iberia,14131.877384496,19.60901343101658,0.19295299541911523,3776.80449986942,0.051567510921209994,22,0.297647234,85.5833333333333,1.16800640526979,42,0.568235628,2232,222226,980.3,12129,10698,33392,32454,0.3632307139434595,0.3296357921981882,10205,-0.2623682319118351,-0.31444506070130024 +22047,LA,Iberville,5331.73493426058,3.750633462731412,0.15969493917574445,668.654712747255,0.020027397272808427,8,0.240045609,34.4166666666667,1.04546375050628,12,0.360068413,1035,99500,967.9,9548,8324,17014,16043,0.561184906547549,0.5188555756404662,1004,0.13383096273656986,0.0625818113819111 +22049,LA,Jackson,3734.17777437207,0,0.22945666550154048,818.418644997744,0.05028994991997935,1,0.062523446,13,0.822368421052632,9,0.562711017,596,47957,948.6,2305,2139,7529,7464,0.306149555053792,0.2865755627009646,3030,-0.37548147164298046,-0.4059485530546624 +22051,LA,Jefferson,51623.7053071229,-1.257389016413831,0.11934681912723305,13056.8892887985,0.03018571013149517,98,0.224917148,400,0.916332014578842,373,0.856062206,12293,1307028,799.9,7e4,73540,175733,181388,0.3983315598094837,0.405429245595078,26752,-0.18394382386916514,-0.14748494939025736 +22053,LA,Jefferson Davis,2236.04195824463,-2.3875485910942564,0.07077425961399729,565.88524272331,0.01791116169916152,6,0.19061537,29.25,0.931143157291567,18,0.57184611,1129,94164,1020.8,3483,3080,13733,14277,0.2536226607441928,0.21573159627372698,7695,-0.47556979538338306,-0.538978777054003 +22055,LA,Lafayette,50786.6337847731,-11.53172022812441,0.2292043153416544,14293.4943035692,0.06450773228194676,57,0.241890309,230.666666666667,0.955545061130029,223,0.946342788,5078,707611,778.5,31766,32726,98637,105599,0.32204953516428925,0.3099082377674031,35465,-0.3368208684367935,-0.3358459833899942 +22057,LA,Lafourche,25027.4473215012,-6.002052604203385,0.2598418501370585,6455.02596109333,0.06701785710971293,14,0.142827994,71.4166666666667,0.726480511333774,51,0.520301979,2733,293355,877.1,9543,8423,38725,41644,0.24642995480955454,0.20226203054461628,23535,-0.4851904454486766,-0.5651474402074728 +22059,LA,La Salle,2208.93343782209,49.71887300291172,0.1483501301425178,451.256715182215,0.030306025196925115,2,0.134779972,14.1666666666667,0.941181681282665,9,0.606509873,493,44671,952,764,605,6572,6568,0.1162507608034084,0.09211327649208283,5230,-0.7550213024954351,-0.796285018270402 +22061,LA,Lincoln,14853.3706146899,-0.03681817141034861,0.31782113222830644,2916.9893727498,0.06241552097464,3,0.063002709,33,0.691171850455545,40,0.840036122,1155,142593,845.4,7947,7102,18974,18664,0.41883630230842206,0.3805186455207887,3659,-0.14672710024243696,-0.19604586369481353 +22063,LA,Livingston,19726.103128249,-19.76225287148549,0.1540788834162514,5520.50503614155,0.043120186806910696,14,0.103129995,121.833333333333,0.869381133834744,72,0.530382833,3222,407676,890.7,7448,6950,54033,57700,0.13784168933799715,0.12045060658578856,41847,-0.7040142135361723,-0.7252512998266898 +22065,LA,Madison,1181.44740024248,0.12397549207694054,0.09769679982158934,194.009837591181,0.01604315203764004,2,0.168876129,13.0833333333333,1.13491788110109,7,0.591066453,389,35203,1068.1,3154,2744,5187,4732,0.608058608058608,0.5798816568047337,817,0.22247927511085402,0.1726542688081149 +22067,LA,Morehouse,6826.51831596957,-1.013764061033981,0.24398721598232853,1650.58358972539,0.058993659163136286,3,0.112107623,27.5833333333333,1.0580082594965,13,0.485799701,1136,80135,1116,5887,5155,12613,11852,0.46674066439387935,0.43494768815389806,1347,-0.05581542852612381,-0.11365170435369565 +22069,LA,Natchitoches,10995.9698122213,1.8700442487446143,0.2779146189208234,2691.65568009941,0.06802951220996335,8,0.204258796,33.6666666666667,0.859676897672914,17,0.434049941,1159,117634,886.6,7941,7143,17257,16617,0.4601610940487918,0.42986098573749776,1822,-0.06582835950628729,-0.10964674730697477 +22071,LA,Orleans,57760.4901457077,-34.07640344678794,0.16799190919238258,15602.414770997,0.04537841418553118,148,0.385095754,371.083333333333,0.947862254520066,303,0.788405495,9524,1152898,827.5,126199,133833,157233,165619,0.8026241310666336,0.808077575640476,109566,0.6247543454618305,0.6615545317868119 +22073,LA,Ouachita,46348.0787646053,-27.458447550452785,0.30150974996490565,12671.6725500556,0.08243346701831643,20,0.127938589,145.666666666667,0.92791363820711,114,0.72924996,4572,468956,930.3,26629,24420,68437,67987,0.38910238613615444,0.3591863150308147,17292,-0.20892207431652465,-0.25434274199479306 +22075,LA,Plaquemines,6459.58714287328,-11.015790957712262,0.2803396902557625,1602.89812957161,0.06956419275981296,3,0.127948138,20.4166666666667,0.870127287191726,13,0.554441933,537,70455,780,3597,3347,10235,10572,0.3514411333659013,0.31659099508134697,3553,-0.28060576453346364,-0.33607642830117285 +22077,LA,Pointe Coupee,2803.43326492435,-11.342738770552073,0.12294681453049514,725.115850678189,0.031800537263318523,9,0.401678122,29.6666666666667,1.3388089113528,10,0.446309024,820,66973,960.5,5436,4764,12147,11761,0.4475179056557175,0.40506759629283223,2025,-0.09154523750720345,-0.1721792364594848 +22079,LA,Rapides,45454.6848344254,-4.7132404581508425,0.3453662239628715,11927.7764774883,0.09062764679392082,15,0.113217801,142.916666666667,1.07923538532794,101,0.762333192,4287,397006,957.4,20040,18318,58008,56838,0.34546959040132397,0.32228438720574265,18496,-0.29559715901255,-0.32541609486611073 +22081,LA,Red River,2041.12211070163,20.17551463656222,0.22452118696530968,508.140516990329,0.055894897919956985,0,0,9,1.05263157894737,5,0.576767793,343,26121,1087.7,2253,1938,4807,4422,0.4686914915747868,0.43826322930800543,453,-0.04784688995215308,-0.1024423337856174 +22083,LA,Richland,2326.32623958992,4.0556343798409165,0.11224734569794548,694.686525526162,0.03351925334263749,2,0.096432015,22.5833333333333,1.10540055473976,8,0.385728062,675,62082,947.3,4074,3157,11507,9596,0.35404536369166595,0.3289912463526469,3129,-0.2817415486225776,-0.3260733639016257 +22085,LA,Sabine,6349.34088658217,-0.5606365480058036,0.26201216880213635,1545.67972651237,0.06378408478159411,5,0.206620108,19.6666666666667,0.820230498672339,10,0.413240217,861,72508,935.7,2194,1703,10050,9785,0.21830845771144278,0.17404190086867655,6174,-0.5513432835820895,-0.6309657639243741 +22087,LA,St. Bernard,16588.7754880647,7.774301087613739,0.4621215000714461,4325.39556572117,0.12049462533696882,12,0.270215497,53.5,1.17098581684469,32,0.720574658,989,133279,900.9,5052,4957,13944,15807,0.3623063683304647,0.31359524261403177,5275,-0.2470596672403902,-0.3337129120010122 +22089,LA,St. Charles,30492.4313862523,3.2942605669771217,0.5777270061813623,8269.89973307461,0.1566862397323723,13,0.24646886,42.6666666666667,0.806202722193879,31,0.587733434,1232,158301,849.9,8894,8558,25330,26190,0.3511251480457955,0.3267659411989309,8062,-0.27801026450848804,-0.30782741504390987 +22091,LA,St. Helena,662.77049039775,-34.35886770312606,0.0591600901899268,132.927024356678,0.011865306110566637,4,0.376683304,13,1.23668188736682,1,0.094170826,377,32041,971.4,4233,3353,7093,5964,0.5967855632313549,0.562206572769953,856,0.2082334696179332,0.14352783366867872 +22093,LA,St. James,5604.47033868404,27.411890648527802,0.25357299514451365,1384.23158460995,0.06262924552574202,6,0.277289953,23.1666666666667,1.07467025405514,11,0.508364914,578,64766,806.3,7055,6418,12391,12085,0.5693648615930917,0.5310715763342987,962,0.148979097732225,0.07960281340504755 +22095,LA,St. John the Baptist,18462.5488433888,-7.728071178240678,0.4020239709822489,5178.37092388322,0.11275957938949611,10,0.228597554,42,0.962618321835392,31,0.708652417,1163,131017,900.6,13178,12658,21122,20740,0.623899251964776,0.6103182256509161,5089,0.2631379604204147,0.24537126325940212 +22097,LA,St. Landry,13575.1660327652,18.25637961849976,0.16280300816421855,3672.95773783075,0.04404871123753658,31,0.37033055,117.583333333333,1.40175403041538,40,0.477845871,2931,251168,1049,19668,17208,41647,39970,0.4722549043148366,0.43052289216912687,4758,-0.043388479362259036,-0.1190392794595947 +22099,LA,St. Martin,2135.7606716809,-46.459503686270395,0.040946331895722776,489.994078351829,0.009394058250610219,14,0.262590265,64.3333333333333,1.19120360940866,22,0.412641846,1464,160070,913.7,9419,8266,25430,25749,0.37038930397168696,0.32102217561847063,8606,-0.24514353126228866,-0.3342265719057051 +22101,LA,St. Mary,18240.4886779309,33.54699184172546,0.33376923472883624,4759.04529382878,0.08708225606274071,13,0.244535571,62.1666666666667,1.19337850894874,34,0.639554569,1662,159550,948.4,9448,8050,23636,22871,0.3997292266034862,0.35197411569236153,6303,-0.1876375021154172,-0.2755891740632242 +22103,LA,St. Tammany,62438.8313795623,4.273017236472365,0.2671294232033982,16834.2597831754,0.0720213047966775,42,0.170850469,188.833333333333,0.744605063577311,188,0.764759243,6395,738614,785.2,25723,27716,112884,124389,0.22787108890542504,0.22281713013208562,63198,-0.522545267708444,-0.5080674336155127 +22105,LA,Tangipahoa,31687.6851456632,-5.829283587201873,0.26167192536283473,7702.44229705991,0.06360555832976796,20,0.157419578,153.833333333333,1.17690561803484,85,0.669033208,3556,381116,972.6,17720,16869,50090,52381,0.3537632261928529,0.322044252687043,17064,-0.27676182870832494,-0.3257669765754759 +22107,LA,Tensas,1283.98925198056,-56.07047558956037,0.24447624752105102,322.742888796374,0.06145142589420678,1,0.207039337,8,1.74026539047205,0,0,158,14420,802.4,1564,1329,2812,2543,0.5561877667140825,0.522611089264648,149,0.11877667140825038,0.05859221392056624 +22109,LA,Terrebonne,33431.1645259142,1.2555623996692225,0.29886612306377797,8482.81702762391,0.07583423053481057,18,0.158831004,109.083333333333,0.963463463463464,82,0.723563462,3110,340307,933.1,12071,10664,42335,43893,0.28513050667296563,0.2429544574305698,21236,-0.41169245305302943,-0.48381290866425175 +22111,LA,Union,3905.09300943357,-5.079670117555131,0.17187152895706923,900.528295972117,0.03963418405757304,4,0.177470163,21.5,0.956107973495798,6,0.266205244,811,67370,939.1,3075,2691,10766,10894,0.28562140070592607,0.24701670644391407,5281,-0.41668214750139326,-0.48476225445199195 +22113,LA,Vermilion,3644.22401403623,6.372924613719815,0.06283253183738047,887.977690452282,0.015310224149593647,16,0.268384326,56.25,0.934307781745702,20,0.335480408,1641,178673,840,5718,4745,24984,25253,0.22886647454370798,0.18789846750881084,15062,-0.5279779058597502,-0.5964439868530471 +22115,LA,Vernon,27251.628451162,33.03430314156828,0.5207251204028356,8056.28520683663,0.15393979452815817,2,0.0383642,31.9166666666667,0.631150836810431,22,0.422005678,1187,155906,930.6,3173,2665,15606,16633,0.2033192361912085,0.1602236517765887,10806,-0.5749711649365629,-0.6496723381230085 +22117,LA,Washington,5013.26730358172,-36.65304645499968,0.10628534819330308,1312.37961012438,0.02782351615765731,13,0.280862464,63,1.36039732239257,29,0.626539342,1747,139007,1070.7,6351,5690,18100,18622,0.3508839779005525,0.30555257222639887,6862,-0.28281767955801107,-0.36848888411556224 +22119,LA,Webster,11029.0488756416,32.5177651127131,0.26764988656397215,2770.0644443706,0.06722315248308783,6,0.14876156,56.3333333333333,1.41861831612524,32,0.793394987,1597,120954,993.9,6802,6259,18413,18140,0.36941291478846466,0.3450385887541345,5279,-0.2495519469939717,-0.29101433296582135 +22121,LA,West Baton Rouge,4535.16889831006,15.59302755274376,0.190649440823527,1159.02727544028,0.048723191333457205,4,0.159457843,29.5833333333333,1.14686308716159,20,0.797289217,663,75202,900.2,5692,5382,12772,12710,0.445662386470404,0.42344610542879624,1544,-0.09614782336360783,-0.1214791502753737 +22123,LA,West Carroll,564.761468105789,0,0.04866955085365297,153.953921679552,0.013267314863801448,5,0.433839479,16,1.4396256973187,9,0.780911063,422,34259,983.6,853,715,4548,4759,0.18755496921723835,0.150241647404917,3255,-0.6101583113456465,-0.6839672200042026 +22125,LA,West Feliciana,6576.24706820991,-0.461415151268534,0.42087981236543426,368.283663724281,0.023570154478353988,3,0.194729326,9.5,0.619134515119917,4,0.259639102,376,46173,769.8,2441,2247,5777,5798,0.4225376492989441,0.387547430148327,1143,-0.14124978362471874,-0.1971369437737151 +22127,LA,Winn,4130.00409980492,-2.7511325814916643,0.269705746738387,1016.86797392839,0.0664055360757781,4,0.2713152,10.6666666666667,0.741977369690225,8,0.542630401,512,44091,973.6,1919,1643,6532,6368,0.29378444580526636,0.25800879396984927,2962,-0.4011022657685242,-0.4651381909547739 +23001,ME,Androscoggin,12978.3240816559,6.6890383000646185,0.12050216413488977,2748.88319019848,0.025523046834770757,22,0.20476545,134.833333333333,1.25637895743842,76,0.707371556,3200,322006,806.3,28912,22975,52539,55340,0.5502959706123071,0.4151608239971088,5214,0.12756238223034316,-0.09421756414889776 +23003,ME,Aroostook,7943.72032592932,5.20731650747674,0.11052901524877307,1373.25405796596,0.019107472630665926,32,0.460783043,93.5,1.37582954428405,50,0.719973505,2608,207960,807.8,17844,13377,33866,34963,0.5269001358294455,0.38260446758001315,6042,0.07721608693084514,-0.17281125761519317 +23005,ME,Cumberland,59726.4284599861,-2.112075090157838,0.21204097098058783,13347.900445263,0.04738776189944049,68,0.236277654,243.25,0.832930992566112,244,0.847819817,7839,863734,692,100977,102935,166895,171249,0.6050331046466341,0.6010838019492084,45238,0.26345306929506573,0.26416504621924797 +23007,ME,Franklin,779.482896152344,66.51448052588806,0.02533420749325091,123.230534808649,0.004005152587384588,12,0.396091893,41,1.36662111262958,15,0.495114867,959,90661,772.1,9292,7001,16112,16382,0.5767130089374379,0.42735929678915885,899,0.18538977159880832,-0.05487730435844218 +23009,ME,Hancock,2217.66291915827,-34.07976395925757,0.04075237824172645,431.895298238731,0.007936625716467548,31,0.566769051,51,0.937172678660027,46,0.84101214,1810,164197,732.1,17533,16107,30738,31983,0.5704014574793416,0.5036112934996717,2425,0.1670570629188627,0.07582153018791232 +23011,ME,Kennebec,8675.39761388398,-22.846525576232906,0.07102191233705807,1717.0927603777,0.014057132241059835,22,0.181650043,132.333333333333,1.09757345033411,81,0.668802431,4051,362120,836.8,35022,29296,63225,65999,0.553926453143535,0.44388551341686994,2457,0.1346935547647291,-0.037227836785405866 +23013,ME,Knox,6350.07100798122,42.37289857619324,0.15980649808690406,1279.99248093888,0.03221241395557882,15,0.378062305,49.6666666666667,1.24966451959206,30,0.756124609,1431,119288,718.3,13227,12440,22002,23021,0.6011726206708481,0.5403761782720126,3292,0.225661303517862,0.14299986968420142 +23015,ME,Lincoln,1378.1459414137,-7.097855400319947,0.03999610939471515,285.952535232405,0.008298822742328264,10,0.292654375,32.1666666666667,0.940105993297483,25,0.731635938,1242,102289,707.3,11298,10241,20668,21432,0.5466421521192181,0.4778368794326241,514,0.11679891619895488,0.023982829413960405 +23017,ME,Oxford,3821.31649658626,-22.815315896373082,0.06607501766441755,773.195008121865,0.013369443191981483,15,0.262063664,69,1.20593529894961,26,0.454243684,1923,171829,789.4,16052,12172,28734,31094,0.558641330827591,0.39145815913037885,4042,0.1491612723602701,-0.12999292468000256 +23019,ME,Penobscot,19151.9057797449,-23.156971437799665,0.12442523716237924,4008.05398090833,0.026039344223464524,27,0.175994368,169,1.11326298038286,93,0.606202824,4662,459754,789.9,38816,32832,77171,80228,0.5029868733073305,0.4092336840005983,8769,0.02881911598916692,-0.10930099217230888 +23021,ME,Piscataquis,777.314406654683,4.039269123085441,0.04432930747959413,117.795351991314,0.006717727515900428,7,0.41113591,30,1.78115537612064,7,0.41113591,687,51154,850.7,4168,3098,8990,9144,0.46362625139043384,0.3388013998250219,2305,-0.04549499443826471,-0.2520778652668416 +23023,ME,Sagadahoc,3119.53022936714,-11.24764480841011,0.08838948883254866,582.315945021835,0.016499474258970193,8,0.228277928,27.6666666666667,0.784358196543154,20,0.570694821,1094,105245,725.5,11821,10679,20734,21596,0.5701263624963827,0.4944897203185775,1375,0.16359602585125876,0.06366919799962956 +23025,ME,Somerset,7965.42765039639,94.38173668968332,0.15251259191231503,1683.71242491861,0.03223773502563012,10,0.195453746,69.1666666666667,1.35847327244754,22,0.429998241,1737,154100,849,12211,9092,24705,25968,0.49427241449099374,0.35012322858903266,5906,0.01671726371179927,-0.22743376463339493 +23027,ME,Waldo,2729.38971659828,-22.43042695308793,0.07037048720152322,616.846582757549,0.01590384630427342,10,0.256075389,39.5833333333333,1.0055719269721899,20,0.512150777,1162,117150,747.3,11292,10442,20976,22630,0.5383295194508009,0.4614228899690676,64,0.10664569031273835,0.0028281042863455563 +23029,ME,Washington,3783.07448177169,-2.2603200464486135,0.11514105435146366,761.140532671936,0.0231659524187952,16,0.503018109,48.8333333333333,1.55272919978802,19,0.597334004,1301,95723,906.9,7797,6358,15756,16559,0.49485910129474486,0.38396038408116434,2679,0.016374714394516376,-0.16178513195241256 +23031,ME,York,29869.2931470517,-11.185741899972099,0.1515200204283025,5639.62599271614,0.028608519171089985,41,0.204274824,153.166666666667,0.756965482703463,157,0.782223108,5830,601152,713.7,61492,55828,107627,113962,0.571343621953599,0.48988259244309507,5440,0.16364852685664377,0.04773520998227482 +24001,MD,Allegany,25628.8286186755,-11.83586661779806,0.34132178164896054,3743.83221294094,0.04985992532583456,12,0.164491721,62.5,0.866491057812283,62,0.84987389,2807,219173,890.4,9001,6665,27817,27804,0.32357910630190173,0.2397137102575169,13360,-0.32918718769098027,-0.48050640195655303 +24003,MD,Anne Arundel,190277.614638754,23.316003990900988,0.3539021505177176,44391.4137632125,0.08256471380066902,96,0.171387867,268.416666666667,0.472276864210651,454,0.810521787,12505,1680615,723.4,115960,116074,239189,242939,0.48480490323551667,0.47779072112752585,1565,-0.009218651359385266,0.006441946332206849 +24005,MD,Baltimore,141213.631086441,-13.428275269065098,0.17541434046033244,32014.9637168299,0.039768708601590624,149,0.180185627,515.75,0.6206183681377,739,0.89367234,22615,2483052,699.3,202733,189437,354655,335017,0.5716344052670905,0.5654548873639248,58428,0.16367173732218632,0.17440308999244813 +24009,MD,Calvert,32025.6247148662,7.483810481034209,0.3609049744172803,8879.68865112479,0.10006748764466672,13,0.143467273,39.6666666666667,0.434698432528593,55,0.606976924,1942,271615,696.9,18963,16669,42168,43445,0.4497011952191235,0.3836805155944297,8011,-0.0818155947638019,-0.18439406145701465 +24011,MD,Caroline,1739.83224640694,-18.197295283564838,0.052616955374310166,445.938915269566,0.013486327807099921,4,0.122933186,31.9166666666667,0.971588026382547,16,0.49173274300000003,1009,97743,893.1,4621,3747,12526,13282,0.3689126616637394,0.28211112784219244,5252,-0.2437330352866039,-0.3954223761481705 +24013,MD,Carroll,40184.3722593868,-6.444702904386442,0.2404320620543205,10137.0562976899,0.060652268824355905,25,0.148960257,84,0.50102591019707,114,0.679258774,4535,502769,754.9,26067,24314,82171,84879,0.31722870599116476,0.28645483570730096,31279,-0.33945065777464073,-0.3685128241378904 +24015,MD,Cecil,22751.0722135042,12.754911321074088,0.22501752792562604,5552.42791170519,0.05491581192096758,18,0.17581043700000001,66.75,0.650565772930616,55,0.537198558,2720,306388,859,15489,12651,40037,42309,0.3868671478882034,0.299014394100546,14928,-0.2040862202462722,-0.3528327306246898 +24017,MD,Charles,43217.5639645208,-7.880002255483752,0.29489777595868194,12049.15720188,0.08221818480856494,21,0.135705377,81.5833333333333,0.51731608594105,121,0.781921459,2879,463709,711.6,45621,46063,70167,72480,0.6501774338364188,0.6355270419426049,21900,0.31330967548847743,0.3021523178807947 +24019,MD,Dorchester,5295.41077368885,39.83143834774545,0.16234627425620363,876.765038204937,0.026879791471118308,7,0.21486893,35.8333333333333,1.11083555500444,19,0.583215667,1132,97498,807.9,6570,5695,14249,14034,0.46108498842024004,0.4058001995154624,2243,-0.06625026317636318,-0.15982613652558075 +24021,MD,Frederick,55823.203732177,15.265890476204161,0.2391893383558369,15366.8808667207,0.06584348122938792,38,0.155945419,114.083333333333,0.460773345288534,172,0.705858213,5116,729956,671,51187,51891,109127,114962,0.4690589863186929,0.4513752370348463,4581,-0.03947693971244515,-0.03984794975731115 +24023,MD,Garrett,980.734155355545,-24.23420608151485,0.032585777830200516,201.917258224436,0.006708883218408347,6,0.202163146,34.25,1.16397621070518,25,0.84234644,923,89062,728.7,2792,2252,12113,12905,0.23049616114917856,0.17450600542425415,7937,-0.520927928671675,-0.6150329329717164 +24025,MD,Harford,53243.0988941045,-10.129244542266004,0.2174732213658047,14029.5471205118,0.0573041552797162,36,0.143939545,144.75,0.576619713821345,165,0.659722916,5946,749479,716.5,46390,43803,118417,124224,0.39175118437386525,0.35261302163833075,30458,-0.1951240109105956,-0.2451861154044307 +24027,MD,Howard,53712.7931999684,-12.797912286194139,0.1870971774908769,15019.9743346807,0.05231891019969939,45,0.145497342,99.5,0.313649588788052,244,0.788918922,4584,926969,536.8,84017,93808,141167,146401,0.5951603420062762,0.6407606505420045,49016,0.211968802907195,0.334806456240053 +24029,MD,Kent,3.0248236899497,-83.93485891261872,1.4976598950090114e-4,0.595437714509899,2.9481493019255285e-5,9,0.454086781,27.3333333333333,1.38536915019429,14,0.706357215,765,59394,725.9,4453,4178,9143,9166,0.4870392650114842,0.4558149683613354,420,-0.008749863283386172,-0.04582151429194847 +24031,MD,Montgomery,181385.286469958,18.73616267685002,0.18665319972581979,47761.1512203878,0.04914826263678581,202,0.196031431,341.25,0.326910715295015,794,0.770539387,17084,3089756,477.6,286493,309761,404214,408300,0.708765653836829,0.758660298799902,226776,0.4343070749652412,0.5554151359294637 +24033,MD,Prince George's,200531.832316327,-13.134719595475525,0.23225293868143776,44741.809867635,0.05181928825789882,160,0.176907002,471.583333333333,0.519336878663303,753,0.832568579,16834,2705833,703.8,317342,313627,352292,351091,0.9007925243831821,0.8932926221406986,284337,0.8092888853564657,0.8098669575694051 +24035,MD,Queen Anne's,11148.8304337416,1.658884377254744,0.23324888978077746,2759.12343746627,0.05772466290359994,5,0.102450619,34.0833333333333,0.696587572468952,33,0.676174084,1202,146137,694.1,7898,7316,23153,24633,0.3411221008076707,0.2969999594040515,8895,-0.3015160022459292,-0.36110096212397996 +24037,MD,St. Mary's,19594.9193927194,43.00797144071891,0.18635029046532509,5448.16442215596,0.05181276851533471,17,0.154010618,55.0833333333333,0.489251275310056,69,0.625101919,2316,331273,742.3,17982,15786,44076,45169,0.4079771304111081,0.34948748035156857,11103,-0.1614030311280515,-0.24581017954792 +24039,MD,Somerset,6019.38893158008,-17.17494122699779,0.2274041908417106,690.445016542046,0.026084058048433924,5,0.193356278,20.25,0.7810089478556,11,0.42538381199999997,760,77457,856.6,4478,3484,9272,8768,0.4829594477998274,0.39735401459854014,1572,-0.0245901639344262,-0.17928832116788318 +24041,MD,Talbot,4181.28205188699,0,0.11066862664461889,1027.58545966747,0.027197751830699012,12,0.318784369,33.3333333333333,0.894182448986891,36,0.956353107,1365,112972,647.3,7983,7865,18671,18731,0.4275614589470301,0.4198921573861513,2233,-0.13170156927856036,-0.11921413699215205 +24043,MD,Washington,36575.9292877415,2.69165124499982,0.24809013964418028,7529.65517158038,0.05107274755192552,24,0.160456767,103.75,0.690322838208288,110,0.735426848,4599,448329,823.6,23282,19193,58653,60731,0.39694474280940445,0.3160329979746752,19649,-0.18466233611238986,-0.32354151915825524 +24045,MD,Wicomico,26408.113997542,0.3112038561495618,0.2674699846813325,6299.29588202719,0.06380132156449404,10,0.098484326,102.916666666667,1.0033113335998,82,0.807571475,2818,305225,833.9,17481,16327,38256,38722,0.45694792973651194,0.4216466091627499,4505,-0.06940087829360103,-0.11634213108827018 +24047,MD,Worcester,10662.4334517087,3.3088731887394167,0.20722263481378903,1745.31664094327,0.0339199409364339,14,0.270924045,53.4166666666667,1.03834590363632,83,1.60619255,1851,154608,709.5,9841,8783,24526,25571,0.4012476555492131,0.34347503030777055,7127,-0.18319334583707086,-0.2787141683938837 +24510,MD,Baltimore,13717.3385403424,-33.461273815757394,0.02209049930727115,3358.80504564376,0.005409043475586647,304,0.488123662,855.916666666667,1.39249519520692,670,1.075798861,20496,1868775,1074.2,201042,178562,229897,208980,0.8744872703863035,0.8544454014738252,155836,0.7635636828666751,0.745698152933295 +25001,MA,Barnstable,104445.410706982,-3.91943275899074,0.48379442445611615,18820.5391399869,0.08717732870741728,75,0.3489768,178.5,0.833037764378652,216,1.005053184,8745,643683,686.5,70329,71632,132212,132667,0.5319411248600732,0.5399383418634627,17790,0.07645296947327013,0.13409514046447124 +25003,MA,Berkshire,31915.0644275113,2.328435165394464,0.24321984184844647,6037.84162255622,0.046013470782098775,34,0.264149478,94.1666666666667,0.742036568612772,118,0.916754069,4542,385738,723.2,48596,43540,64078,64507,0.7583882143637442,0.6749655076193282,26741,0.5366428415368769,0.4145441579983568 +25005,MA,Bristol,158761.375910066,-6.800570315224556,0.28955994767331955,35765.5132530814,0.06523160993476276,104,0.187659917,492,0.881208760504653,386,0.696506999,15694,1663582,741.5,142481,127619,239565,246068,0.5947488155615386,0.518633060779947,22844,0.20467514035856654,0.09283612659915141 +25007,MA,Dukes,1177.39122433707,-57.796473069361944,0.07120600086707408,241.313491953442,0.014594102930356335,12,0.691403549,8.58333333333333,0.497699949746801,24,1.382807098,425,51774,581.1,7955,8338,10914,11434,0.7288803371816016,0.7292286164072066,5864,0.47333699835074217,0.5128563932132237 +25009,MA,Essex,222643.773928076,-6.801524197907555,0.29959103493071604,52062.1240989305,0.07005516194909905,187,0.243144179,542.833333333333,0.69681744623787,576,0.748936082,19724,2310683,668.6,208723,220027,363246,376140,0.574605088562572,0.5849603870899134,84622,0.16219036135291243,0.22497474344658908 +25011,MA,Franklin,11057.2550514399,-10.449999255802162,0.15492427074258674,2170.26600172432,0.030407807007290257,20,0.282238718,51.8333333333333,0.736457238119595,35,0.493917756,2112,212608,725.5,27024,24369,37600,37987,0.7187234042553191,0.6415089372680127,14042,0.4703723404255319,0.369652775949667 +25013,MA,Hampden,103309.202554273,-14.405240915301402,0.2228941348341345,21604.440079102,0.046612526870271204,98,0.209329696,478.166666666667,1.0207051225949,293,0.625853072,13303,1407780,750.5,122571,110313,197827,200220,0.6195868106982363,0.5509589451603236,32083,0.2540249814231626,0.16023873738887223 +25015,MA,Hampshire,61107.3608574501,17.228170988724553,0.3865597220233432,9413.69263603201,0.05955018114898792,37,0.22990077,98.0833333333333,0.606141131490912,99,0.615139898,3785,483254,669.1,56552,54572,80406,82329,0.703330597219113,0.6628527007494321,32483,0.43760415889361487,0.3945511302214286 +25017,MA,Middlesex,373153.162051242,-7.202934867426225,0.24825819035599586,92396.4818010449,0.06147122870698916,287,0.182765878,831.416666666667,0.522977899164703,1213,0.77245648200000006,33383,4715956,604.1,467173,508919,746856,767337,0.625519511123965,0.6632274997817126,292756,0.26894876656276445,0.38152206918211945 +25019,MA,Nantucket,1060.20546431921,-31.98118731869753,0.1042278277938665,250.347759248107,0.02461145883288508,4,0.368459838,4,0.363372093023256,17,1.565954311,201,32307,558.3,3828,4144,6097,6404,0.6278497621781204,0.6470955652717052,2252,0.2694767918648516,0.3516552154903186 +25021,MA,Norfolk,212622.838567376,-8.65120624677985,0.31694542530726094,54877.1074142538,0.08180235136655556,119,0.171902221,341.416666666667,0.489710228286007,471,0.680386101,17292,2077537,630.2,200891,219129,350195,357781,0.5736546781079113,0.6124668442427071,99958,0.16058767258241835,0.27938319810163204 +25023,MA,Plymouth,202026.561193111,-9.327028947440255,0.4082012636272016,49852.2440013797,0.10072808682103476,85,0.167645585,317.666666666667,0.618552017109162,306,0.603524107,13471,1520679,719.7,130278,133828,253993,264168,0.5129196473918572,0.5066018594227916,19106,0.03767820373002406,0.07232518700221074 +25025,MA,Suffolk,5420.46133843728,-73.49418842809732,0.007507325027647706,1043.5715897116,0.0014453439706375005,217,0.282826808,677.583333333334,0.864010983172454,745,0.970995264,14101,2308294,661.3,219208,241212,282649,303517,0.7755484717794863,0.7947231950763878,191170,0.5672618689611497,0.6298493988804581 +25027,MA,Worcester,226510.941225407,-7.180356646553397,0.2836520868088828,53788.7341315579,0.06735783534642441,136,0.167183995,608.416666666666,0.742343621823458,581,0.714219859,20795,2444481,725.2,195667,197126,364093,380972,0.5374093981482753,0.5174291024012263,39988,0.09240770901939888,0.10496309440063833 +26001,MI,Alcona,1202.48604611377,-7.707381172705921,0.10989636685375342,151.467133843128,0.013842728371698776,2,0.191314329,11.1666666666667,1.07869654817105,4,0.382628659,564,31369,836.4,2462,1732,6086,6179,0.40453499835688467,0.28030425635216055,2469,-0.18222149194873483,-0.3995792199385014 +26003,MI,Alger,3341.01670977576,0.1596388554845508,0.3479863253594167,604.805059941034,0.06299396520581543,7,0.740035945,11.75,1.27454170734353,5,0.528597103,369,28332,789.4,2212,1663,4603,4513,0.4805561590267217,0.36849102592510524,922,-0.02541820551814028,-0.20429869266563266 +26005,MI,Allegan,4526.63609911551,-29.20091560263257,0.040631158436696735,1207.93471894321,0.010842441466889362,16,0.140539496,77.3333333333333,0.669274529488467,54,0.474320799,2941,340759,754.8,19594,17932,49199,55153,0.3982601272383585,0.32513190578934964,15880,-0.1916502367934308,-0.287926314071764 +26007,MI,Alpena,1829.37819818211,-9.277660855041402,0.06180749368815832,396.660294191857,0.013401591127503784,9,0.310473299,32,1.11482720178372,21,0.724437698,1095,86781,779,6549,4877,14014,14688,0.46731839588982443,0.3320397603485839,4213,-0.053446553446553524,-0.28683278867102396 +26009,MI,Antrim,32.7601821860299,-54.157479523848664,0.0013893207033939738,10.2460709289298,4.345237883345971e-4,5,0.214896635,15.75,0.680521949533357,13,0.55873125,842,69617,709.6,5107,4448,13184,13572,0.3873634708737864,0.32773356911287943,4021,-0.21313713592233008,-0.29627173592690836 +26011,MI,Arenac,4582.23390611579,15117.3265672713,0.28820893805370085,782.416796888833,0.04921169865330102,4,0.2605354,27.75,1.8350747255654,14,0.911873901,601,46006,858.8,3669,2238,7826,7457,0.46882187579862,0.3001206919672791,2466,-0.049194991055456105,-0.3306959903446426 +26013,MI,Baraga,1452.29931993286,9.982998388999652,0.1639164017982912,207.368435846606,0.02340501533257404,4,0.462214005,9,1.05844995883806,7,0.808874509,294,25909,831.1,1574,1156,3490,3486,0.4510028653295129,0.33161216293746415,1002,-0.08366762177650428,-0.2874354561101549 +26015,MI,Barry,1655.5535668162,-1.0477504480451743,0.027978192196038733,419.077142129885,0.00708223585300534,10,0.168688113,41.0833333333333,0.688139984143468,19,0.320507414,1589,177693,717.3,11496,9109,28483,30265,0.40360917038233335,0.3009747232777135,10088,-0.18098514903626717,-0.3333223195109863 +26017,MI,Bay,23684.2411229358,17.164110065329602,0.21976451107381206,5105.75830263802,0.047375994494233326,23,0.216615338,114.916666666667,1.09708790386996,82,0.772280771,3603,318873,801.2,26797,21641,51077,52932,0.5246392701215812,0.4088453109650117,6686,0.059948704896528815,-0.12631300536537443 +26019,MI,Benzie,NA,NA,NA,NA,NA,7,0.399566185,17.6666666666667,1.00538735867668,13,0.742051487,653,52360,754.3,4683,4108,9847,10221,0.4755763176602011,0.40191762058506997,1431,-0.03940286381639074,-0.1400058702670971 +26021,MI,Berrien,40255.6873410884,4.51644207500711,0.2567114164073667,9865.6151527524,0.06291324796255668,36,0.231909452,147.166666666667,0.955565655909789,94,0.605541348,5236,465298,825.8,33465,29496,72322,71882,0.46272226984873205,0.4103391669680866,9150,-0.06559553109703825,-0.12729195069697563 +26023,MI,Branch,1587.26184394956,-75.68189205992729,0.03507916027116248,307.232832525857,0.006789975966359993,3,0.068894247,43.4166666666667,0.999762052793577,23,0.52818923,1354,130863,857.5,6526,4740,16278,16490,0.4009092026047426,0.28744693753790174,6285,-0.1873080230986608,-0.38114008489993934 +26025,MI,Calhoun,31513.0122083023,-2.0621245358997125,0.2314648407467153,7206.40294322265,0.052931433484807854,23,0.170524474,158.583333333333,1.18005843862704,92,0.682097896,4379,403907,847.7,29270,24154,58231,58786,0.5026532259449434,0.41088014153029634,7335,0.016005220586972624,-0.12477460619875475 +26027,MI,Cass,4271.93991339946,36.631551597738344,0.08169238547032032,1000.88862169856,0.01914001150629262,9,0.174391567,34.5,0.668617608868389,14,0.271275771,1598,155266,773.1,9587,7270,22461,23272,0.42682872534615557,0.3123925747679615,6971,-0.1368149236454298,-0.29954451701615675 +26029,MI,Charlevoix,1420.09645042633,-6.785611095433043,0.05472644226853944,357.748951771073,0.013786618049677174,8,0.306266988,26.25,1.00290364483839,17,0.65081735,872,78589,728.1,5936,5137,14064,14567,0.42207053469852107,0.35264639253106334,3537,-0.14654436860068254,-0.24280908903686416 +26031,MI,Cheboygan,2824.58304760354,-11.033351804977515,0.10800638756513994,565.813335569735,0.021635566517655823,6,0.23369036,23,0.905476162355813,12,0.467380721,936,76730,724.5,5829,4302,13288,13647,0.4386664659843468,0.31523411738843704,4378,-0.10949729078868153,-0.32080310690994357 +26033,MI,Chippewa,7809.69113636114,-26.986080129315624,0.2027437989709538,1898.84353767377,0.04929500357408541,13,0.339239581,32.9166666666667,0.872565652281483,22,0.574097753,1075,115027,773.8,7100,5378,15564,15434,0.45618093035209456,0.34845147077880007,3742,-0.07568748393729124,-0.24245172994687053 +26035,MI,Clare,822.925118782885,-56.81583692029475,0.026609491003779503,182.72656274993,0.005908509433807476,11,0.358867284,48.3333333333333,1.59211190899708,15,0.489364479,1230,91801,913.6,6337,4250,13492,13385,0.4696857396975986,0.3175196115054165,4257,-0.04825081529795433,-0.31804258498319016 +26037,MI,Clinton,16808.2317647872,25.978587921029433,0.22297407557224802,4388.94998005928,0.058222785015776705,7,0.090559789,41.0833333333333,0.52746678992057,37,0.47867317,1846,231854,682.2,18187,16490,39125,40564,0.4648434504792332,0.4065180948624396,5145,-0.06244089456869012,-0.12683660388521845 +26039,MI,Crawford,2633.72970362839,9.073730760169573,0.18713441122839206,459.278889188612,0.0326331454589038,2,0.145507457,16.8333333333333,1.22477687233217,10,0.727537286,506,41449,787.3,2994,2110,6814,6833,0.4393894922218961,0.3087955510024879,2244,-0.1100675080716173,-0.32840626372018145 +26041,MI,Delta,9548.95041705727,16.77647688517726,0.25759935301889103,1948.50323556707,0.05256422443462381,12,0.328236549,28.9166666666667,0.798758816271661,26,0.71117919,1258,109767,704.9,8330,6431,18043,18467,0.4616748877681095,0.34824281150159747,4681,-0.06667405642077262,-0.25347917907618994 +26043,MI,Dickinson,8524.13761626059,2.24134982462951,0.3257466224495793,1831.91561549967,0.0700059467861384,7,0.269676773,18.3333333333333,0.717968800992102,19,0.731979813,933,77773,722.2,4952,3923,12785,13140,0.38732890105592493,0.2985540334855403,4657,-0.2140007821666015,-0.35441400304414006 +26045,MI,Eaton,28954.3630637455,32.78034250660618,0.26869554342324536,7327.47240922213,0.06799870460214118,11,0.101308725,81.75,0.748900696225724,76,0.699951188,2965,325799,743.6,27912,24534,54707,55686,0.5102089312153838,0.44057752397370975,3074,0.03142193869157517,-0.05520238480048845 +26047,MI,Emmet,3800.32311578552,-34.12530810910287,0.11623916057336268,951.117285261768,0.029091493401289775,14,0.421635947,35.3333333333333,1.06483434793965,28,0.843271895,1091,99425,713.4,7225,6972,17672,18774,0.4088388411045722,0.3713646532438479,3644,-0.17134449977365324,-0.19409822094385848 +26049,MI,Genesee,134363.930745544,5.730077604664913,0.31556384777835084,33776.6298116997,0.07932696825124991,84,0.203441553,451,1.10372844853958,295,0.714467359,13399,1239478,899.2,128972,102744,202699,196135,0.6362734892624039,0.5238432712162541,18570,0.28201915154983503,0.09467968491090317 +26051,MI,Gladwin,284.963432365404,-87.93504470565517,0.011091523912712285,51.9900668570644,0.0020235897110798848,3,0.118059108,36.0833333333333,1.43632407186264,9,0.354177325,1001,76149,800.5,5760,3794,12552,12472,0.4588910133843212,0.30420141116100063,4330,-0.07178138942001272,-0.3471776779987171 +26053,MI,Gogebic,2058.96796634653,-40.6880136044184,0.12534047399686674,102.716665033162,0.006252916846238632,3,0.190633539,19,1.24647379124844,10,0.635445129,614,46965,745.6,4058,2925,7576,7313,0.5356388595564942,0.3999726514426364,1094,0.08104540654699044,-0.14959660877888692 +26055,MI,Grand Traverse,16136.9308533184,5.537035998219192,0.18551181630743335,3856.59166794704,0.04433577435388499,24,0.264369589,74,0.803614091481691,75,0.826154965,2505,272411,688.1,20875,20964,47901,51460,0.43579465981921045,0.40738437621453555,6448,-0.1180977432621449,-0.12530120481927715 +26057,MI,Gratiot,11838.0281217412,317.4128811301733,0.2786992212482625,2385.14761583865,0.05615283020620233,7,0.16800672,38.5,0.934420659191301,23,0.552022081,1348,125206,813.3,7606,5665,16011,16442,0.4750484042220973,0.3445444593115193,4213,-0.03934794828555371,-0.25623403478895507 +26059,MI,Hillsdale,3197.66243585463,19.989657286635804,0.06849002818400081,636.074894458057,0.013623948219201014,2,0.0436395,35.5833333333333,0.777369977134035,19,0.414575605,1399,137987,791.2,7106,4799,19081,19880,0.3724123473612494,0.24139839034205232,9295,-0.24217808290970078,-0.46755533199195165 +26061,MI,Houghton,3952.70912144259,7.030873373395391,0.10791495908710795,778.259806006984,0.02124767407466922,10,0.274010138,29.5,0.807003145944467,23,0.630223318,1082,109578,791.2,6530,6018,14804,15623,0.4410970008105917,0.3852013057671382,2457,-0.10199945960551199,-0.1572681303206811 +26063,MI,Huron,8604.63046914679,-12.208577941429867,0.2598173340523821,1684.47875402578,0.05086293719505344,7,0.218306565,37,1.17531209300848,31,0.966786215,1380,96231,825.2,6432,4579,15274,15848,0.4211077648291214,0.2889323573952549,6050,-0.14757103574702113,-0.3817516405855629 +26065,MI,Ingham,82007.7932850857,-11.118730367443236,0.2919517730293729,19101.956568388,0.06800390383733423,51,0.17921021,231.916666666667,0.805123629727606,226,0.794147205,6476,853032,785.6,80903,81266,127579,133478,0.6341404149585746,0.6088344146600938,36912,0.2785568157768911,0.2765399541497475 +26067,MI,Ionia,5560.5345213213,40.908729681773295,0.08701251109179721,841.00244795478,0.013160197918078084,9,0.139981958,55,0.85627101756134,26,0.404392323,1556,192543,813.3,11016,8206,25730,26364,0.4281383598911776,0.31125777575481717,8168,-0.12837155071900502,-0.3098164163252921 +26069,MI,Iosco,5656.53053203738,-15.159031932248004,0.21850853834115117,1034.53086793981,0.039963335571515046,7,0.275373721,36.9166666666667,1.45760124241587,19,0.747442958,1280,76090,920.8,6242,4344,13330,13349,0.46826706676669166,0.3254176342797213,4000,-0.049812453113278365,-0.2996479137014008 +26071,MI,Iron,1308.06435054047,-27.217137190159256,0.11069343746640178,241.293827887282,0.020419211973198105,3,0.26345833,14.9166666666667,1.33244007741551,9,0.790374989,550,34213,720.2,2687,2004,5987,5910,0.4488057457825288,0.33908629441624366,1671,-0.08969433773175212,-0.28274111675126906 +26073,MI,Isabella,4943.60942794965,-13.596914731184995,0.07031061182389171,887.072209901613,0.012616407246399753,10,0.141610966,52.4166666666667,0.735342255641911,38,0.538121672,1386,212060,743.6,13038,11404,24119,25344,0.5405696753596749,0.44996843434343436,934,0.09278991666321157,-0.03685290404040403 +26075,MI,Jackson,39303.7046730692,-7.37076918984816,0.2452679888240053,9497.00644506478,0.059264430414512376,19,0.118942538,140,0.88350372333712,85,0.532111355,4977,478976,833,32301,25795,69323,69567,0.4659492520519885,0.37079362341340005,13998,-0.05765763166625798,-0.20121609383759542 +26077,MI,Kalamazoo,66912.6920773396,3.0045674332743704,0.26729686725711,15394.7225833668,0.06149746768625061,44,0.170003632,199.083333333333,0.760864857152321,201,0.7766075,6254,776333,737.6,69045,67142,122880,125966,0.5618896484375,0.5330168458155375,16111,0.13334147135416669,0.12789959195338424 +26079,MI,Kalkaska,1048.40208275023,-16.35093063856595,0.061120625123898445,117.953670220895,0.006876562130291785,6,0.344946533,18,1.04269246365058,8,0.459928711,569,51919,896.4,3268,2279,8281,8920,0.3946383287042628,0.2554932735426009,3934,-0.19671537253954835,-0.4410313901345292 +26081,MI,Kent,127045.982923315,-5.343331699479405,0.21082201267679404,32369.765692985,0.05371487548245003,98,0.155744179,451.25,0.70269226516842,401,0.637279753,13788,1889815,702.1,134560,138567,295418,306270,0.4554901867861809,0.45243412675090605,9392,-0.07867157722278262,-0.030665752440656946 +26083,MI,Keweenaw,625.530384510346,6.390502976236825,0.29013468669311043,30.490354219397,0.014142093793783395,2,0.902119982,1,0.45475216007276,0,0,65,6554,571.1,582,527,1388,1429,0.41930835734870314,0.36878936319104266,287,-0.13832853025936603,-0.2008397480755773 +26085,MI,Lake,1849.67148677835,0.07392728347665925,0.16029738164298032,366.614379629535,0.03177176355226059,3,0.264526938,14.25,1.23956158663883,2,0.176351292,476,34163,867.6,2752,1939,5287,5328,0.5205220351806318,0.3639264264264264,1220,0.05012294306790244,-0.22897897897897895 +26087,MI,Lapeer,8180.22854299796,-8.746564632270156,0.09262138999533465,1764.8487621817,0.0199826624189778,10,0.113439134,70.5833333333333,0.798996302165874,36,0.408380883,2446,264877,800.5,18786,12734,43025,45126,0.4366298663567693,0.2821876523511944,17303,-0.11479372457873332,-0.3834374861498914 +26089,MI,Leelanau,506.429937403649,-86.91203159344272,0.023329184512790167,89.5560077358969,0.0041254840490094384,9,0.410677618,16.3333333333333,0.750440309365189,13,0.593201004,747,65576,578.3,6576,6774,14164,14757,0.46427562835357244,0.45903638951006304,465,-0.06403558316859642,-0.03151046960764381 +26091,MI,Lenawee,19771.9399914803,-10.294164853999078,0.19793316773595784,4323.39653206063,0.043280708485770945,15,0.151443254,77.6666666666667,0.788462059070359,58,0.585580583,3083,296159,822.5,21774,16750,44619,45895,0.48799838633765885,0.36496350364963503,9678,-0.012931710706201416,-0.21087264407887574 +26093,MI,Livingston,56632.0194497847,4.271195834599439,0.3129411409250565,14515.9612959771,0.08021330571859565,18,0.096984849,77.9166666666667,0.41307928294738,97,0.522640574,4183,557502,692.1,37186,34378,97959,105577,0.3796077950979491,0.3256201634825767,31287,-0.2328933533417042,-0.2963429534841868 +26095,MI,Luce,795.342626062048,1.5401661982829258,0.11994308943779944,107.025821839395,0.016140223471481675,4,0.622471211,6.41666666666667,1.00922722029988,2,0.311235605,200,19360,705.7,951,681,2477,2576,0.3839321760193783,0.2643633540372671,1075,-0.22204279370205898,-0.4173136645962733 +26097,MI,Mackinac,3361.36017283393,-1.7792005641264683,0.3024709954858211,554.407374191986,0.04988818268622208,7,0.633943126,15.4166666666667,1.42483056069008,17,1.539576164,442,33012,769,2652,2085,6097,6088,0.4349680170575693,0.34247700394218134,1655,-0.12202722650483838,-0.2718462549277267 +26099,MI,Macomb,190310.459177412,-2.509491317002426,0.22629659655473985,47202.650041919,0.05612828164579692,134,0.155793664,821.583333333333,0.946819095033401,602,0.699908849,25642,2582150,795.5,207992,176238,403388,418773,0.5156127599234483,0.4208437506716049,48351,0.03990202980753016,-0.1154587330128733 +26101,MI,Manistee,2479.19843827561,-18.880539728327765,0.10023848454597543,258.228576736408,0.010440649202943759,11,0.45045045,30.1666666666667,1.2377083931673,9,0.368550369,928,73324,769.6,6467,4979,12385,12598,0.5221639079531691,0.3952214637244007,1936,0.059023011707710904,-0.15367518653754564 +26103,MI,Marquette,10319.5633671948,-5.286551929639816,0.15384652514565053,1821.12940441223,0.027149833838904992,15,0.221644305,51.75,0.778956875141115,52,0.768366925,2004,202647,766.1,18126,16042,32144,32897,0.5638999502239921,0.4876432501443901,1396,0.14052389248382285,0.042435480438945794 +26105,MI,Mason,1818.0530822159,9.773957333114176,0.06333576318466817,416.52784678116,0.01451063740746072,4,0.138773245,30.1666666666667,1.04469686475504,19,0.659172911,1007,86228,773.4,6856,5281,14588,14658,0.46997532218261584,0.36028107518078867,3224,-0.04962983273923771,-0.2199481511802428 +26107,MI,Mecosta,7600.15305476657,0.354019874470592,0.17758196772668278,1408.15900642014,0.03290244886256694,6,0.138933914,39.5833333333333,0.915835666304189,24,0.555735655,1169,129544,768.1,7515,5827,16879,17149,0.4452277978553232,0.33978657647676247,4478,-0.09834705847502812,-0.2611230975567088 +26109,MI,Menominee,9806.25190525985,628.8108574459137,0.40810070769735945,1982.37446271102,0.0824992493533239,5,0.210845914,19,0.816116146213651,12,0.506030193,821,70914,711.3,5244,3539,10922,10765,0.4801318439846182,0.32875058058522993,3165,-0.02939022157114085,-0.29400836042731066 +26111,MI,Midland,16799.7274944664,-23.273091080545015,0.2008839935245716,4266.04890014793,0.051011597653301245,16,0.191784434,63,0.754834535477223,54,0.647272466,2133,250699,640.3,17480,15655,41808,42379,0.41810179869881364,0.3694046579673895,8222,-0.15456371986222733,-0.19401118478491708 +26113,MI,Missaukee,663.75058809805,-49.39495968252113,0.04470001940184862,114.763442037941,0.007728698366081285,2,0.133005254,17.75,1.17534101443517,5,0.332513134,521,44971,839.8,2274,1565,7024,7301,0.32374715261959,0.21435419805506095,3821,-0.3404043280182233,-0.5233529653472128 +26115,MI,Monroe,28361.2636594701,-9.351981992949868,0.1865614859754251,6791.3114786304,0.044673508782539256,25,0.166862452,97,0.650099190391936,85,0.567332337,4352,449766,795.8,36310,26859,72682,74101,0.49957348449409755,0.3624647440655322,16396,0.009864890894581868,-0.22126556996531754 +26117,MI,Montcalm,4771.41802973625,26.39439540847139,0.07532787139238183,1296.57571582865,0.020469447062433296,10,0.159000207,70.4166666666667,1.11818634145309,23,0.365700475,1811,188695,797.5,11431,7874,25383,26556,0.45034077926171057,0.29650549781593616,9033,-0.08639640704408469,-0.3401491188431992 +26119,MI,Montmorency,376.782594558333,3.3623612809360557,0.03858500712322919,36.4033200638514,0.0037279385626063904,3,0.322580645,9.83333333333333,1.07198662742105,2,0.215053763,484,27915,888.6,2049,1286,5051,5008,0.4056622450999802,0.2567891373801917,2212,-0.1740249455553356,-0.4416932907348242 +26121,MI,Muskegon,62080.2705368533,2.684831764795852,0.36053772932407196,15815.5579383442,0.09185052348795619,22,0.127651673,167.166666666667,0.964007812019438,121,0.702084204,5097,517303,837.4,44436,36640,76054,77114,0.5842690719751755,0.4751407007806624,678,0.1782154784758198,0.008792177814664015 +26123,MI,Newaygo,2776.33141219184,74.61112580750175,0.05729119711497813,672.959991668783,0.013886916873066096,8,0.167014614,49.5833333333333,1.03432211050385,28,0.584551148,1449,143774,775,8723,6212,21424,22605,0.4071601941747573,0.2748064587480646,8962,-0.17433719193427927,-0.39646095996460956 +26125,MI,Oakland,360094.411821571,-0.18747227376411102,0.2994891819781156,89187.1696496934,0.07417663702752865,235,0.189842536,927.916666666667,0.745931707892205,1002,0.809456259,30856,3714914,688,349055,342976,650306,663255,0.5367550045670807,0.5171103120217714,53849,0.08076813069539568,0.08118898462883806 +26127,MI,Oceana,974.774197962783,-0.5722249326270522,0.03668702288154998,227.16984693658,0.00854986251172676,6,0.228824225,30.25,1.16225458178046,12,0.45764845,815,78479,789.1,5063,3973,11438,11903,0.44264731596432944,0.33378139964714776,3255,-0.10281517747858021,-0.2734604721498782 +26129,MI,Ogemaw,11.1790961790248,18.633278995990747,5.151894639856584e-4,0,0,4,0.190123105,31.1666666666667,1.49094272228601,17,0.808023195,945,63151,931.8,4791,3030,10361,10386,0.4624071035614323,0.29173887926054304,3797,-0.062349194093234306,-0.3655882919314462 +26131,MI,Ontonagon,2210.60875208935,2.5608166472915106,0.32604848850875373,318.30299521023,0.046947344426287604,4,0.64808814,9,1.52258501099645,1,0.162022035,296,18470,806.4,1585,1175,3535,3420,0.44837340876944837,0.3435672514619883,894,-0.0908062234794908,-0.26140350877192986 +26133,MI,Osceola,3691.65997064543,-0.41132747208143894,0.15690496305021379,923.558496375945,0.03925359131145635,5,0.215805602,30.0833333333333,1.3017452762152,11,0.474772325,709,69455,776.5,3981,2705,10265,10597,0.3878226984900146,0.2552609229027083,4631,-0.21032635168046765,-0.4370104746626404 +26135,MI,Oscoda,138.393564054518,2127.7692006448997,0.016017773617421065,24.7516933972397,0.0028647793283842244,3,0.358380122,13.5,1.63359148112294,5,0.597300203,354,24977,860.4,1654,1044,4027,4062,0.4107275887757636,0.2570162481536189,1799,-0.16240377452197668,-0.44288527818808465 +26137,MI,Otsego,3237.96590718256,9.372432821348365,0.13399958232008607,744.889895265835,0.030826431686220616,6,0.248364931,28.25,1.15447486718431,20,0.827883103,784,72524,779.2,4681,3556,11829,12529,0.39572237720855524,0.28382153404102484,4710,-0.1967199256065601,-0.37592784739404583 +26139,MI,Ottawa,85882.1452421826,-0.9891614906760734,0.3255565568067695,23064.1081022188,0.08742994947789735,38,0.137535651,123.583333333333,0.437850605255388,152,0.550142603,5537,829633,624,43068,46276,132695,145405,0.324563849429142,0.31825590591795333,44180,-0.34240174837032294,-0.3038409958392077 +26141,MI,Presque Isle,3669.34404307053,-4.747877543556836,0.2743229697271628,502.861291406004,0.0375942951110948,5,0.384497078,16.0833333333333,1.26025178916575,6,0.461396493,565,38880,710.8,3192,2400,7077,7215,0.45103857566765576,0.33264033264033266,2086,-0.08506429277942634,-0.28911988911988906 +26143,MI,Roscommon,5380.38211468065,15.689382826386186,0.22006552884292407,901.668607964311,0.03687957004230484,5,0.208724692,36.5833333333333,1.5436005625879,17,0.709663953,1186,71878,887.5,6198,4287,13032,13036,0.47559852670349906,0.3288585455661246,3854,-0.038597298956415005,-0.29564283522552925 +26145,MI,Saginaw,50401.5251403104,21.822484455998765,0.2517948590456584,11853.5948538102,0.05921793511387977,40,0.205115583,188.083333333333,0.977940233423112,141,0.723032429,6118,585213,790.8,54372,44395,97903,94198,0.5553660255559074,0.47129450731438033,1074,0.11905661726402667,-0.011401515955752783 +26147,MI,St. Clair,55597.6468919793,4.4357947912512365,0.3410061757358887,13042.4339513317,0.07999530146793242,27,0.168667774,161.25,1.01042064829842,83,0.518497233,5286,480105,863.7,33845,24553,73740,77994,0.4589774884730133,0.31480626714875504,24514,-0.0709384323298074,-0.3143062286842577 +26149,MI,St. Joseph,7134.9932197428,4.41944653888911,0.11640416379382984,1989.99265375448,0.03246582353788204,12,0.196895613,64.6666666666667,1.0626701504719,30,0.492239031,1949,183078,854.8,10106,7529,23314,23765,0.4334734494295273,0.31681043551441196,7357,-0.12305910611649656,-0.3095729013254786 +26151,MI,Sanilac,2776.86362338269,3.5847103330782635,0.06440746911403929,543.618120789814,0.01260885375492448,9,0.216413783,54.3333333333333,1.31211411367899,15,0.360689639,1467,125025,829.2,7212,4873,18359,19243,0.3928318535867967,0.25323494257652135,8573,-0.20420502206002505,-0.4455126539520865 +26153,MI,Schoolcraft,2165.0851079372,-1.4751734967951866,0.2551661883249499,323.340025181124,0.038107251052577965,3,0.367152123,9,1.12485939257593,7,0.856688288,325,24596,754.3,1865,1369,4046,4151,0.46094908551655955,0.32980004818116115,1187,-0.0684626791893228,-0.2859551915201156 +26155,MI,Shiawassee,11649.4659667407,3.6640391052900725,0.16489449052684718,3033.26621378009,0.04293491979645694,10,0.1450684,52.25,0.762172885608425,39,0.565766759,2195,206350,859.7,17197,12547,33590,34044,0.5119678475736826,0.3685524615203854,6685,0.036766894909199155,-0.1963635295499941 +26157,MI,Tuscola,1905.77046440709,-48.716603081153984,0.034197104997525346,471.3006742362,0.008457009353051374,8,0.148148148,49.1666666666667,0.921794342994988,18,0.333333333,1731,161992,797.5,11643,7493,26482,26157,0.4396571255947436,0.28646251481439006,9928,-0.10852654633335851,-0.3795542302251787 +26159,MI,Van Buren,4049.31931773666,-10.55100319254325,0.05310025594346377,1019.63438468403,0.013370851381940649,18,0.239364885,85.5833333333333,1.13772826573433,41,0.545220016,2181,225585,807.3,16288,13258,32798,33213,0.4966156472955668,0.39918104356727785,4632,0.004512470272577562,-0.13946346310179752 +26161,MI,Washtenaw,80354.589674249,-9.139076022788425,0.23305303698254595,19921.4805180247,0.05777842379303607,63,0.176532894,229.833333333333,0.630182784996623,269,0.753767436,6442,1070198,631.4,120791,128025,179016,187201,0.6747497430397283,0.6838905775075987,77690,0.3596885194619476,0.415008466835113 +26163,MI,Wayne,252050.906132115,-8.016171766683053,0.1384450847267223,62456.0298268821,0.034305491988769594,439,0.248752836,2289.33333333333,1.30866458667502,1270,0.719626655,54153,5301056,905.4,595253,517842,814108,775450,0.7311720312292718,0.6677954735959766,288934,0.46881617672348136,0.37260171513314855 +26165,MI,Wexford,3276.80132356836,2.9839228382408387,0.10010084996390287,779.230603905487,0.023804203571268886,7,0.212856535,35.4166666666667,1.06795726160681,24,0.729793833,1114,98463,877.2,5717,4436,13859,15279,0.4125117252327008,0.2903331369854048,5564,-0.1627101522476369,-0.3641599581124419 +27001,MN,Aitkin,5241.52597656593,6.612731652829523,0.32351104657239416,940.374096630948,0.05804061823422713,6,0.380445121,15.8333333333333,1.01606451474898,9,0.570667681,621,47155,702.1,4412,3134,9109,9185,0.4843561312987156,0.3412084921066957,2382,-0.013283565704248546,-0.2593358737071312 +27003,MN,Anoka,113444.603245561,-10.689959823029547,0.34289454620776255,31155.9113283292,0.0941710030356579,34,0.099454754,171,0.494281081174828,201,0.587953104,5849,1024920,626.4,88611,75499,185714,184084,0.4771368879029045,0.41013341735294756,17842,-0.025948501459232942,-0.09692314378218642 +27005,MN,Becker,10854.7224162297,-7.350411494173209,0.33395035737846723,2899.98326987248,0.08921927362393797,3,0.090201149,26,0.770735756210352,16,0.481072792,1037,99846,743.6,6829,5208,16329,17090,0.4182129952844632,0.3047396138092452,5672,-0.14544675117888417,-0.33188999414862486 +27007,MN,Beltrami,7618.05756892875,-5.567234625412873,0.17141572316567097,1991.71407555783,0.04481603158178817,6,0.131394534,35.25,0.764542575803583,23,0.503679047,1223,136845,801,11818,8688,21949,21316,0.5384299968107886,0.40758115969224995,2095,0.09936671374550093,-0.09828297992118595 +27009,MN,Benton,6097.91727399545,-33.49058864851824,0.15858930259279214,1403.83648011588,0.03650975215510338,4,0.101250443,25.9166666666667,0.648046275921851,14,0.35437655,1026,118380,731.4,8173,5640,19521,19911,0.41867732185851136,0.28326050926623475,7232,-0.13708314123251886,-0.3632163125910301 +27011,MN,Big Stone,2275.21759246845,-8.636348581312916,0.43181203121435763,517.353563100086,0.0981881881002251,3,0.585137507,6.91666666666667,1.36963696369637,3,0.585137507,228,15279,695.6,1345,921,2783,2729,0.4832914121451671,0.33748625870282156,686,-0.014372978799856273,-0.25137412971784534 +27013,MN,Blue Earth,21683.1802265296,-2.893342778356958,0.33873088632823956,3593.31683345655,0.05613417326881336,8,0.122352221,42.9166666666667,0.645936495035696,53,0.810583467,1409,196207,643.8,18164,14428,34039,33256,0.5336231969211787,0.4338465239355304,1239,0.09541995945826848,-0.037256434929035354 +27015,MN,Brown,6866.03801852085,-17.813214990042724,0.2651696604688854,1407.18422022422,0.05434612521624455,6,0.237229163,15.8333333333333,0.625057571092074,18,0.71168749,904,75883,672.5,5630,3763,13882,13663,0.40556115833453393,0.27541535533923733,4945,-0.16625846419824236,-0.3619263704896436 +27017,MN,Carlton,9377.951925718,18.163883335143886,0.2650187058644097,2304.32361490966,0.06511964095714859,4,0.112451154,29.1666666666667,0.816124759826142,12,0.337353462,1173,106407,860.7,11389,8460,18356,18059,0.6204510786663762,0.46846447754582204,300,0.26165831335803014,0.016612215515809325 +27019,MN,Carver,25146.7776282071,-0.2795109011547191,0.276210733817437,8208.79233993408,0.09016489466327716,12,0.12328176,37,0.369033133191039,54,0.554767922,1431,291808,571.6,20745,21508,52747,55102,0.39329250952660816,0.3903306595041922,7549,-0.1973571956698959,-0.13700047185220143 +27021,MN,Cass,3393.14016432335,-28.885599107755493,0.11877831639035775,734.160169169143,0.025699589357270382,10,0.350152316,28,0.965750353533611,10,0.350152316,965,85786,739.9,6858,4949,16080,15885,0.42649253731343284,0.31155177840730247,5033,-0.1305348258706468,-0.31683978596159906 +27023,MN,Chippewa,944.642589821947,-33.48350349511419,0.07592979582203577,217.436430776912,0.017477407827096857,3,0.247729149,10.5,0.865408390340394,7,0.578034682,456,36293,730.1,3083,1978,6176,6182,0.499190414507772,0.31996117761242315,1786,0.01878238341968913,-0.2889032675509544 +27025,MN,Chisago,5362.11513053641,30.596981486001145,0.09950665523292093,1357.5679727781,0.025192866048919037,6,0.111059695,20.0833333333333,0.366832273933903,26,0.481258677,1250,161949,704.2,12524,9279,29331,30009,0.4269885104496949,0.3092072378286514,9162,-0.12624867887218305,-0.3053084074777567 +27027,MN,Clay,5606.09523195713,-52.37211765869514,0.09502017376493041,1388.21835779653,0.02352952351389905,6,0.097901641,35,0.556660039761431,32,0.522142088,1391,184211,697.5,15210,12974,28771,29108,0.5286573285600084,0.44571938985845816,575,0.07959403566090856,-0.01975401951353578 +27029,MN,Clearwater,3297.3839808999,-1.6365512987843587,0.37922759987347904,792.61405149873,0.09115745273130878,3,0.341258105,9.66666666666667,1.09512480646501,2,0.227505403,313,26378,831.6,1753,1100,4183,4225,0.41907721730815206,0.2603550295857988,1825,-0.14487210136265838,-0.4319526627218935 +27031,MN,Cook,1486.92049101483,1.237007618758561,0.28727211959328247,253.916141270971,0.04905644151293876,4,0.764379897,5,0.945894816496406,4,0.764379897,146,15585,620.2,1993,1912,3304,3360,0.6032082324455206,0.569047619047619,756,0.23365617433414043,0.22499999999999998 +27033,MN,Cottonwood,4254.97317025174,-15.404498486839213,0.36407745103548733,1118.07492499048,0.09566825746474544,5,0.429811742,11.1666666666667,0.973554199360651,4,0.343849394,414,34775,653.4,2433,1678,5848,5697,0.41603967168262657,0.2945409864841144,2001,-0.1509917920656635,-0.35123749341758825 +27035,MN,Crow Wing,4208.76083818901,-14.547596106656957,0.06734017341102416,1101.06543979822,0.01761704703677152,15,0.237097921,53.0833333333333,0.830205400896674,40,0.632261124,1963,189723,698.3,14760,10982,34800,35568,0.4241379310344828,0.3087606837606838,11305,-0.13376436781609197,-0.3178418803418803 +27037,MN,Dakota,131295.795631951,-11.098226919621506,0.32943203303948043,37384.620906008,0.09380111229151529,50,0.1212036,211.083333333333,0.5056057768005,268,0.649651297,7161,1235376,591.4,116252,110251,230023,228659,0.5053929389669729,0.48216339614885045,10627,0.029292722901622936,0.04647531914335318 +27039,MN,Dodge,1800.03042329957,-14.72645574831761,0.08961171022549759,551.501138949753,0.02745562497882974,2,0.098265612,11,0.536428362430508,9,0.442195254,442,61022,645.3,4487,3102,10272,10564,0.4368185358255452,0.29363877319197274,3425,-0.1007593457943925,-0.3242143127603181 +27041,MN,Douglas,9290.12342239178,-30.31878716638013,0.2579944853339937,2114.8717958712,0.05873175583524119,7,0.190269095,23.0833333333333,0.61627865584508,26,0.706713781,1191,110418,645.1,8665,6227,20917,21623,0.41425634651240617,0.2879803912500578,7739,-0.1548979299134675,-0.3579059334967396 +27043,MN,Faribault,1898.39203655718,-14.474176927980626,0.13044678324449804,364.636377476435,0.02505575327949117,6,0.422773393,13.75,0.986724076067456,6,0.422773393,552,42376,700.3,3407,2153,7689,7355,0.4431005332292886,0.2927260367097213,2506,-0.09064897906099617,-0.3407205982324949 +27045,MN,Fillmore,455.501945998103,-15.28749366342351,0.021829864180873335,115.775085712146,0.005548504059817214,4,0.192529842,15.75,0.749892872446793,7,0.336927224,723,62463,661.1,5713,3872,10854,10976,0.5263497328173945,0.35276967930029157,2399,0.07370554634236226,-0.21856778425655976 +27047,MN,Freeborn,8893.3916718975,-2.0883885774958597,0.28454300661966087,2069.0780775159,0.06619990649546953,5,0.162127108,26.3333333333333,0.864919310692154,23,0.745784695,1080,92348,665.1,9327,6041,16645,15929,0.5603484529888856,0.37924540146901875,2767,0.14160408531090418,-0.1737083307175592 +27049,MN,Goodhue,8134.53966503857,-26.648606622510794,0.17613709947466752,1932.16462078319,0.041837139657085715,13,0.280033604,35,0.749850029994001,30,0.646231394,1437,139205,676.2,12212,9446,25701,25538,0.4751566086922688,0.3698801785574438,4595,-0.03011555970584806,-0.17992795050512955 +27051,MN,Grant,2653.96792711151,-1.4708538763202086,0.441004972933119,575.102238822285,0.09556368209077518,4,0.671591672,4.41666666666667,0.74154913812402,1,0.167897918,215,17857,643.4,1647,1104,3471,3453,0.47450302506482284,0.3197219808861859,959,-0.029098242581388656,-0.27772951057051837 +27053,MN,Hennepin,306811.978830476,-10.237986386662035,0.26623162360281666,75357.8711450857,0.06539069453117176,242,0.199659424,618.333333333333,0.501697251267022,965,0.796162579,24842,3634827,636.9,423979,429283,677965,672644,0.625370041226317,0.6382023774834831,237515,0.2712617908004101,0.35310654670226743 +27055,MN,Houston,2021.24645056419,-3.863276485840399e-5,0.10623043309844904,520.22131016197,0.02734121564944395,5,0.266837443,11.25,0.597958966726906,3,0.160102466,556,56330,597.9,5281,4145,10422,10515,0.5067165611207062,0.39419876367094625,1471,0.03166378814047205,-0.1398953875416073 +27057,MN,Hubbard,4381.732013361,-0.1683639885309384,0.21449637817510278,911.436009691302,0.04461699675402889,4,0.194429592,17.4166666666667,0.840653859767674,11,0.534681379,622,61931,653.7,4676,3432,11482,11423,0.4072461243685769,0.30044646765298083,3837,-0.16948266852464733,-0.3359012518602819 +27059,MN,Isanti,3449.62871709636,-21.863010820077488,0.09122140673514809,891.665073456178,0.023579042560190874,5,0.130164267,19.0833333333333,0.489002775998292,16,0.416525655,892,114998,671.2,8024,5656,20131,20875,0.3985892404748895,0.2709461077844311,7979,-0.18136207838656798,-0.3822275449101797 +27061,MN,Itasca,7274.217551221,-3.8521747904642885,0.16144119914823116,1463.96485394066,0.03249067543922633,10,0.219351159,33.6666666666667,0.744146294740875,15,0.329026739,1630,136407,785,12852,9015,23833,23650,0.5392522972349264,0.38118393234672304,3905,0.0986866949188101,-0.1651162790697674 +27063,MN,Jackson,1380.18021606995,-52.25058781128361,0.13444186792031462,320.205532573205,0.031190875956867817,2,0.194760931,6,0.603378921962993,5,0.486902327,317,30580,584.9,2268,1492,5415,5453,0.4188365650969529,0.273610856409316,2117,-0.14330563250230843,-0.38822666422152946 +27065,MN,Kanabec,1184.26985828585,155.30452935566586,0.07292751144071986,252.621412114216,0.015556463582376749,1,0.062774639,8.75,0.552747946936197,4,0.251098556,451,47793,705.4,3586,2327,8107,8125,0.4423337856173677,0.2864,2903,-0.09041569014431972,-0.3572923076923077 +27067,MN,Kandiyohi,11792.0107950968,3.484274327709437,0.2791735314542674,2824.96056261291,0.06688038454065934,11,0.260139529,29.4166666666667,0.692238302545398,24,0.56757715500000006,1147,127519,618.1,9806,7266,21403,21648,0.4581600710180816,0.3356430155210643,5519,-0.06695323085548749,-0.2549427198817443 +27069,MN,Kittson,3308.71685095709,177.46215610826,0.726871012951909,700.551942336459,0.15389981158533808,4,0.901916573,3.41666666666667,0.788522194014924,0,0,226,13357,856.3,1241,823,2405,2363,0.516008316008316,0.34828607702073633,526,0.060706860706860655,-0.2225983918747355 +27071,MN,Koochiching,6010.70095788429,-0.25453890659494055,0.4515589330541875,1221.43728895301,0.091761497179251,5,0.38892346,14.4166666666667,1.14164290993559,8,0.622277536,459,38841,725.5,3451,2306,6432,6313,0.5365360696517413,0.36527799778235387,1263,0.0948383084577114,-0.2000633613179154 +27073,MN,Lac qui Parle,820.610127587625,-14.745497057620414,0.11304726926403429,175.683654928936,0.02420218417535969,2,0.290233638,5.91666666666667,0.881111938446265,3,0.435350457,251,20757,559.2,1974,1301,3974,3835,0.4967287367891293,0.33924380704041723,993,0.009058882737795648,-0.25893089960886573 +27075,MN,Lake,902.252555428612,-2.719257352640293,0.08303447040572537,136.017949070109,0.012517757138791552,2,0.187265918,8.75,0.823529411764706,8,0.74906367,432,32102,715,4043,3077,6797,6472,0.5948212446667648,0.4754326328800989,145,0.21082830660585555,0.022404202719406685 +27077,MN,Lake of the Woods,1665.97472109299,0,0.41186025243337204,313.60578867609,0.07752924318321137,1,0.255232261,4,1.0487676979549,2,0.510464523,143,11768,771.8,859,553,2220,2230,0.3869369369369369,0.24798206278026905,987,-0.20135135135135135,-0.4426008968609866 +27079,MN,Le Sueur,1977.25354902598,105.78860557122265,0.07137326459322023,564.605376519496,0.020380658286809947,5,0.180050414,16,0.579899242506614,6,0.216060497,687,83075,674.7,6753,4623,14730,14867,0.4584521384928717,0.3109571534270532,4559,-0.0652410047522064,-0.30665231721261854 +27081,MN,Lincoln,720.187658899786,-87.33536804366234,0.12214851745247389,180.142497003514,0.03055334074008039,5,0.863856254,5.83333333333333,1.00870367168136,0,0,235,17379,653.2,1428,860,3113,3002,0.45872149052361066,0.2864756828780813,1070,-0.05332476710568579,-0.35642904730179875 +27083,MN,Lyon,6716.53676964575,0.09231752730695471,0.2597570007984588,1729.06253813519,0.066870191365401635,7,0.272744983,21.0833333333333,0.820395086708951,24,0.935125658,683,76979,676.8,5465,3825,12334,12129,0.443084157613102,0.31535988127628,3431,-0.09161666936922325,-0.28287575232912854 +27085,MN,McLeod,9134.91438826425,24.031908437441153,0.24924052244861641,2505.44650318903,0.06835956735666229,4,0.111476506,28.6666666666667,0.799806558413779,24,0.668859038,1008,107803,649,6970,4978,18455,18684,0.37767542671362775,0.2664311710554485,7177,-0.22210782985640742,-0.38412545493470346 +27087,MN,Mahnomen,1904.71609491431,0,0.35187808884432104,613.778015634956,0.1133896204756985,1,0.181653043,6.33333333333333,1.15888990545898,3,0.544959128,183,16467,894.5,1276,930,2179,2074,0.5855897200550712,0.4484088717454195,61,0.18586507572280864,-0.02941176470588236 +27089,MN,Marshall,5982.48264677284,-1.4701394803899188,0.6338047088433987,1396.1378551929,0.1479116278411802,5,0.530954656,8.91666666666667,0.956313456313456,2,0.212381863,244,28310,529.9,1854,1225,4335,4794,0.427681660899654,0.25552774301209846,1983,-0.12133794694348332,-0.4136420525657071 +27091,MN,Martin,9218.7317362397,2.5777253998853604,0.44235756891745204,1926.62107430074,0.09244822813343284,2,0.098911968,18.75,0.945584749609158,14,0.692383778,791,60651,690,4054,2733,10927,10469,0.3710075958634575,0.26105645238322667,4329,-0.23821725999816962,-0.4135065431273283 +27093,MN,Meeker,5008.21967020761,48.14991613488447,0.21494505022350258,1266.58170486014,0.05435972982232361,5,0.216384645,13.5833333333333,0.587768642723208,11,0.47604622,672,69354,675.7,4969,3192,12167,12198,0.40839976986931864,0.2616822429906542,4911,-0.1597764444809731,-0.4026069847515987 +27095,MN,Mille Lacs,438.867852071207,-74.31066720600292,0.01681679319734862,100.641365533891,0.0038564342849327893,6,0.231803431,16.3333333333333,0.631459573700353,12,0.463606861,870,77424,814.2,5829,3709,13047,12948,0.44676937226948726,0.2864535063330244,4631,-0.08599678086916535,-0.3576614148903306 +27097,MN,Morrison,9757.3715062345509,-11.103571410484706,0.29391443780452287,2390.26708811784,0.07200033399957347,8,0.243828101,30.5833333333333,0.931822105765618,18,0.548613228,953,98481,683.7,6153,3637,16662,17534,0.36928339935181853,0.20742557317212273,9288,-0.24042731964950181,-0.5297136990988935 +27099,MN,Mower,5740.59734260908,-56.777016795665666,0.14658216537571384,1382.81996695645,0.03530934726544059,8,0.203443277,29.5833333333333,0.755389866285355,23,0.584899423,1156,117542,630.1,11129,7444,18471,17587,0.6025120459098046,0.42326718598965146,1382,0.22689621568945917,-0.0785807698868482 +27101,MN,Murray,1263.30909198082,-61.18083362056655,0.14479187300639773,327.254567784259,0.03750768685206407,3,0.354191263,5,0.600312162324409,3,0.354191263,295,25401,618.7,2160,1295,4754,4642,0.4543542280185107,0.27897457992244723,1679,-0.07236011779554058,-0.3616975441619992 +27103,MN,Nicollet,10421.516092943,-0.41753539175290516,0.3184378675999328,2644.36167125858,0.08080061329356739,2,0.0604357,20,0.595681310498883,19,0.574139546,679,99519,594.2,9652,7886,18285,17914,0.5278643697019415,0.4402143574857653,550,0.07864369701941487,-0.030702244054929106 +27105,MN,Nobles,6356.31601441441,-28.05949367798572,0.2973297789509968,1527.18340833678,0.0714371507314426,7,0.324224178,21.6666666666667,0.991700231905285,9,0.416859657,560,65167,621.9,3793,2733,8493,8592,0.44660308489344164,0.31808659217877094,2566,-0.09278229129871657,-0.2986499068901303 +27107,MN,Norman,2172.21511162296,22.030143034287132,0.3170191347961121,534.844806222922,0.07805674346510828,2,0.301250188,6,0.911992704058368,1,0.150625094,276,19980,772.1,1730,1264,3199,3232,0.5407939981244139,0.3910891089108911,435,0.10815879962488278,-0.13459158415841588 +27109,MN,Olmsted,28175.7259747578,-9.123032376252803,0.19532836486299845,7469.71005410545,0.05178380327010045,23,0.153040516,75.5833333333333,0.493679594867039,105,0.698663224,2989,450705,562,39338,36266,77951,79277,0.5046503572757245,0.4574592883181755,598,0.03214840091852572,0.007543171411632632 +27111,MN,Otter Tail,11231.817874451,12.85085394817607,0.19600750177915643,2297.63671888717,0.040096272776070536,14,0.242907955,39.25,0.675733838340363,36,0.624620456,2018,172917,676.2,12165,9339,31562,32284,0.3854318484253216,0.28927642175690743,11600,-0.2121221722324314,-0.35931111386445297 +27113,MN,Pennington,2524.66790298826,4.858605745674588,0.18123961974072217,667.036777054069,0.04788490861838255,2,0.142267748,10.25,0.720056199508254,6,0.426803244,376,42412,644.3,3024,2146,6493,6671,0.46573232712151547,0.3216909009144056,1854,-0.043123363622362576,-0.2779193524209264 +27115,MN,Pine,2678.84696169972,-43.81822351426188,0.09004527602352001,559.262761534541,0.01879874828687533,5,0.171850833,23.1666666666667,0.802336588857334,11,0.378071834,843,87255,718.6,6750,4580,13904,13729,0.4854718066743383,0.33360040789569523,3611,-0.006832566168009202,-0.26301988491514317 +27117,MN,Pipestone,2711.00834347388,-15.199113611949642,0.28251441678552314,662.295713873444,0.06901789431778282,4,0.43098804,9.66666666666667,1.05049626892704,7,0.75422907,335,27860,670.9,1728,1127,4637,4779,0.3726547336640069,0.2358233940154844,2211,-0.23722234203148584,-0.46264908976773383 +27119,MN,Polk,11067.5863063598,27.323607728698242,0.35024007298606963,2669.94893716915,0.08449205497370729,7,0.220792329,18.6666666666667,0.589597810065277,18,0.567751703,1018,94708,756.5,6773,4712,14644,14698,0.46251024310297734,0.32058783507960265,4267,-0.057497951379404555,-0.2903116070213635 +27121,MN,Pope,1413.72889009808,2.3187930458139627,0.12857925330587358,326.237253324698,0.029671419129122144,2,0.18208303,7.91666666666667,0.716505264428153,4,0.36416606,377,32907,627.3,2981,2106,6224,6294,0.47895244215938304,0.334604385128694,1687,-0.025867609254498714,-0.2680330473466794 +27123,MN,Ramsey,111304.290307266,-10.584699554822173,0.21882724580698723,24478.4982368423,0.04812538973899477,108,0.202757883,333.666666666667,0.617159500279602,371,0.696510875,12222,1599823,694.8,184936,176929,277782,269161,0.6657594804558971,0.6573352008649098,106151,0.3532878300249836,0.39437734292858173 +27125,MN,Red Lake,4055.97570536792,152.4594629615332,0.9919236256708046,1002.42878945176,0.24515255305741257,3,0.74202325,2.5,0.623908160718742,1,0.247341083,106,12125,627,928,540,1963,1871,0.47274579724910853,0.28861571352218063,601,-0.02547121752419762,-0.3212185996793159 +27127,MN,Redwood,6928.94955840364,-2.0886626282397245,0.4314683080144243,1700.39885481908,0.10588447940837414,6,0.386722527,8.33333333333333,0.545982659590731,7,0.451176281,555,46682,717,3008,1887,7761,7566,0.38757892024223684,0.24940523394131642,3250,-0.20126272387578914,-0.429553264604811 +27129,MN,Renville,5201.29422684241,-35.503272862953516,0.3306607900090534,1237.68672447774,0.07868319926749777,6,0.399334443,9.75,0.665075034106412,6,0.399334443,554,45035,706.9,3394,2117,7684,7563,0.44169703279541905,0.2799153774957028,2773,-0.09825611660593436,-0.36665344440037023 +27131,MN,Rice,14453.776093313,-1.2433111644028805,0.22534027771683143,2948.45357667315,0.04596759653071544,9,0.138140627,33.4166666666667,0.50922962827507,35,0.53721355,1414,195356,634.2,17054,14437,32160,32217,0.5302860696517413,0.4481174535183288,992,0.08314676616915423,-0.030791197194028008 +27133,MN,Rock,1394.08341638397,-35.324551584391934,0.1439128126751285,349.118370125427,0.03603988542638867,1,0.104679158,4.25,0.444374738603095,6,0.62807495,340,28632,675.4,1945,1373,4830,4807,0.4026915113871636,0.2856251300187227,1718,-0.1790890269151138,-0.3573954649469524 +27135,MN,Roseau,4603.1049029405,-0.4420052888956586,0.29452331581934227,1108.68024274961,0.07093737556782967,6,0.382677467,12,0.767950851145527,8,0.510236622,419,47042,706.9,2772,1856,7330,7767,0.3781718963165075,0.23895970130037336,3595,-0.22332878581173266,-0.46285567143041073 +27137,MN,St. Louis,51285.5234088887,-6.031111050210818,0.2561381809000265,10458.4833053003,0.052233392792645814,36,0.179149934,154.75,0.773827382738274,114,0.567308123,6156,601792,742.8,74177,57769,116460,111260,0.6369311351537008,0.5192252381808377,13138,0.2962562253134123,0.11808376775121338 +27139,MN,Scott,23765.3253737482,-17.965069709898934,0.18291150001345519,6938.59281363699,0.053403368124168696,16,0.114554098,51.4166666666667,0.357855419450631,77,0.551291597,1863,418663,592.8,29714,28502,71411,74390,0.41609836019660834,0.3831428955504772,11446,-0.1485345394967162,-0.15386476676972716 +27141,MN,Sherburne,15106.2626799156,4.856083720113638,0.17069416241896068,3818.79622373078,0.043150727395007624,7,0.076816715,31.1666666666667,0.333233541470647,45,0.493821741,1495,273164,667.6,17597,13299,46320,47938,0.3799006908462867,0.27742083524552547,17750,-0.22130829015544046,-0.37026993199549424 +27143,MN,Sibley,242.320599740728,-51.35861681159823,0.015914921827185603,56.4272973045718,0.0037059830096264155,4,0.268132457,8.91666666666667,0.601380364650075,4,0.268132457,441,44812,670.8,2916,1954,7785,7727,0.3745664739884393,0.2528795133945904,3239,-0.22825947334617852,-0.4191795004529571 +27145,MN,Stearns,26241.5132116435,-2.7678025203404233,0.17419785459329737,6554.86265077418,0.043512849343305196,33,0.215810401,90.9166666666667,0.584102142386007,104,0.680129748,2942,460013,585.1,33552,25575,78178,78985,0.4291744480544399,0.3237956574033044,22043,-0.12104428355803426,-0.27907830600746975 +27147,MN,Steele,7901.8917297116,-17.652384556068746,0.21604034694093396,2300.39082172704,0.06289344985036746,6,0.164055451,28.4166666666667,0.772087125843409,28,0.765592103,909,109757,602,8706,6239,19034,19040,0.45739203530524325,0.32767857142857143,4959,-0.06288746453714406,-0.2604516806722689 +27149,MN,Stevens,1320.79123111369,-15.184619488082296,0.13580004432589862,292.43267602551,0.030067106315598394,3,0.306122449,6,0.619003404518725,5,0.510204082,249,29392,546.9,2742,2116,5621,5350,0.487813556306707,0.3955140186915888,684,-0.004269702899839911,-0.12785046728971955 +27151,MN,Swift,2480.8786008829,-45.7532925064053,0.253590780014607,585.932257976275,0.05989290176594858,3,0.317931327,8.16666666666667,0.867041794953463,7,0.741839763,318,28329,602.7,2751,1679,5087,4968,0.5407902496559859,0.33796296296296297,1283,0.09887949675643803,-0.2582528180354267 +27153,MN,Todd,8324.16410333525,-2.2506396588356474,0.3343709220058345,2037.41014449034,0.08184013434385778,7,0.288493241,22.25,0.918169438369166,6,0.247279921,674,72955,655.8,4819,2783,11762,11944,0.40970923312361845,0.2330040187541862,5702,-0.16153715354531545,-0.47739450770261216 +27155,MN,Traverse,1386.29910037331,0,0.3896287522128471,315.098865617731,0.0885606704940222,2,0.590493062,2.83333333333333,0.844259038537942,2,0.590493062,159,10202,704.5,942,631,1840,1791,0.5119565217391304,0.35231714126186486,419,0.04456521739130431,-0.2339475153545505 +27157,MN,Wabasha,2227.0544902678,-0.26453986445196753,0.10274287185217751,506.330274018129,0.023359027219880465,3,0.140436289,10.8333333333333,0.509252730378101,10,0.468120962,602,63975,629.8,5415,3866,11722,11764,0.461951885343798,0.328629717783067,3123,-0.054086333390206465,-0.26547092825569535 +27159,MN,Wadena,3420.1352650958,-47.30323472524236,0.24706604530057072,777.181889200705,0.056142591143589174,4,0.290761067,13.6666666666667,0.993144878036964,13,0.944973468,602,41385,864.8,2492,1684,6772,6894,0.36798582398109864,0.24427038004061502,3153,-0.2437979917306557,-0.45735422106179285 +27161,MN,Waseca,5704.33717414646,0.3063753222615675,0.29809454296333926,1354.34360918622,0.07077464512887856,3,0.157687254,10.8333333333333,0.572858829957873,10,0.525624179,499,57025,630.9,4370,2838,9706,9579,0.45023696682464454,0.29627309740056373,3129,-0.07685967442818875,-0.3266520513623552 +27163,MN,Washington,94726.4269686236,0.42458508017036123,0.397782892836965,24865.0126277653,0.10441517715828477,25,0.100287625,102.083333333333,0.403304927497297,129,0.517484145,4496,747603,598.6,70203,67086,141711,142843,0.49539555856637807,0.4696484952010249,2657,0.007522351828721852,0.018600841483306874 +27165,MN,Watonwan,523.090788463605,0,0.04665870916631924,108.022328381214,0.009635387421390956,3,0.270684833,12.9166666666667,1.18414619239702,6,0.54136966500000006,372,32972,682.3,2494,1814,5115,4971,0.4875855327468231,0.36491651579159123,954,-0.00449657869012704,-0.19191309595654793 +27167,MN,Wilkin,1886.45347610973,-4.709365629765607,0.2868694458804334,448.911828718987,0.06826518076626932,0,0,3.91666666666667,0.616021809793436,2,0.307929176,238,19430,815.1,1258,893,3212,3279,0.3916562889165629,0.2723391277828606,1236,-0.19489414694894147,-0.3769441903019213 +27169,MN,Winona,7298.7041393104,-6.535375499781193,0.1418298155751035,1581.39651387907,0.030729999686735003,4,0.078282482,29.25,0.574114783701029,34,0.6654011,1266,153333,677.3,14980,11366,27103,25852,0.5527063424713131,0.43965650626643976,756,0.12913699590451239,-0.02924338542472532 +27171,MN,Wright,14968.9165422002,-12.909096720403952,0.12003942696231115,4590.79897429864,0.036814747187639454,12,0.092365954,59.1666666666667,0.446372438073683,64,0.492618421,2182,389739,629.8,26584,20336,69550,69154,0.3822286125089863,0.2940683113052029,22938,-0.21388928828181164,-0.3316944789889233 +27173,MN,Yellow Medicine,3380.24160700289,-0.022591108462794388,0.3238399700136894,849.301784190781,0.08136633303226488,4,0.395687012,8.83333333333333,0.889112565005872,7,0.69245227,343,30023,645,2465,1524,5397,5253,0.45673522327218824,0.29011993146773274,1858,-0.06318324995367802,-0.35370264610698643 +28001,MS,Adams,7183.93335654812,-9.532706944998209,0.22243345687054897,1766.3111468233801,0.05468963516188439,4,0.126035857,36,1.15207373271889,30,0.945268929,1244,95314,1014.4,7999,6921,13621,12214,0.5872549739373027,0.5666448337972818,1796,0.18038323177446597,0.14704437530702474 +28003,MS,Alcorn,3767.02664130521,-0.7309562427818511,0.1016549273094209,883.790468727165,0.02384948778171911,7,0.187265918,33.4166666666667,0.895793123168204,27,0.722311396,1419,112058,1053.6,3449,2684,14682,14781,0.2349134995232257,0.18158446654488872,9133,-0.5161422149570903,-0.6178878289696231 +28005,MS,Amite,2342.67963520183,-2.042419078574547,0.17840831887912803,497.386148535388,0.037878771497630644,1,0.079182833,11.5,0.923101621448066,3,0.237548499,471,38060,854.5,3218,2688,7661,7033,0.4200496018796502,0.3821982084458979,1594,-0.1533742331288343,-0.2266458125977534 +28007,MS,Attala,3955.19519450603,98.94543666520904,0.2021670003325511,1097.62476013371,0.056104312008470145,2,0.104367792,18.6666666666667,0.985880778845815,10,0.52183896,857,57455,1069.8,3368,2847,7853,7242,0.4288806825417038,0.39312344656172327,1441,-0.13803641920285242,-0.19897818282242474 +28009,MS,Benton,3215.39493769991,3.894267614965847,0.3683577658036327,909.004219341378,0.10413612319181785,1,0.120540019,5.41666666666667,0.655453372055502,0,0,329,24997,1036.9,2026,1713,4080,3996,0.4965686274509804,0.4286786786786787,527,-9.803921568627416e-4,-0.13188188188188188 +28011,MS,Bolivar,14106.5319539523,-0.1435215155780807,0.413136094712324,3661.6625955026,0.10723861752826476,8,0.236910685,51.1666666666667,1.56296137907159,18,0.533049041,1232,101171,1179.8,9772,8410,14258,12831,0.6853696170570908,0.6554438469332087,4159,0.3805582830691542,0.3241368560517497 +28013,MS,Calhoun,1215.84273196738,4.381521922900903,0.08126204598097714,248.78122870444,0.016627538344101057,5,0.339097999,14.9166666666667,1.02099018936801,4,0.271278399,580,44194,998.7,2250,1884,6273,6339,0.3586800573888092,0.2972077614765736,2476,-0.2727562569743344,-0.3905978861019088 +28015,MS,Carroll,4336.75871746279,-10.39356798323134,0.40924400466762195,971.259892046157,0.0916542315793297,1,0.097522918,6.08333333333333,0.593206565902812,0,0,352,30838,801.2,1990,1648,5968,5470,0.3334450402144772,0.3012797074954296,2126,-0.3289209115281502,-0.3886654478976234 +28017,MS,Chickasaw,685.352205348512,-22.51682192261001,0.03940617556051702,195.152034357558,0.011220793143833832,3,0.173280194,21.9166666666667,1.27082608527581,8,0.462080518,575,52045,939.1,3914,3649,7641,7890,0.5122366182436854,0.46248415716096325,478,0.040963224708807755,-0.06058301647655262 +28019,MS,Choctaw,270.33832700882,-6.105272404857564,0.03162961588964783,65.4975863142572,0.007663225261993355,4,0.482276344,9.33333333333333,1.13241122704845,4,0.482276344,276,25009,812.7,1283,1198,3847,4020,0.3335066285417208,0.2980099502487562,1565,-0.3249285157265402,-0.3893034825870647 +28021,MS,Claiborne,1452.24480268512,0.2260614648645581,0.1512124950734194,351.068251309669,0.0365543785203737,3,0.330396476,10.0833333333333,1.10333005069847,5,0.550660793,322,27497,1068.5,4633,2523,5258,2954,0.8811335108406239,0.8540961408259986,2109,0.7655001901863827,0.7139471902505077 +28023,MS,Clarke,2332.27698181418,1.1253209455646693,0.13939020928844012,537.775980642866,0.032140567812746,4,0.245413829,15.8333333333333,0.996559248069822,4,0.245413829,647,48649,1047.6,2695,2556,7199,7713,0.37435754965967494,0.3313885647607935,2532,-0.23892207251007092,-0.32827693504472966 +28025,MS,Clay,5606.69948520082,69.99566279080655,0.2717214056993709,1476.51622343755,0.07155744031392605,2,0.098887515,30.3333333333333,1.52812762384551,11,0.543881335,746,60527,1009.1,5860,5695,9659,9960,0.6066880629464748,0.5717871485943775,1559,0.22000207060772337,0.15652610441767068 +28027,MS,Coahoma,6739.24130595203,5.5365358408185745,0.25770491782157584,1915.86039121037,0.07326145811672097,8,0.32248962,42.9166666666667,1.80253965587243,17,0.685290442,900,74724,1147.5,7164,6378,9563,8912,0.749137300010457,0.7156642728904847,3952,0.5027710969361079,0.44344703770197486 +28029,MS,Copiah,7175.63171362908,-21.422756555301387,0.24366300090424395,1875.7728226352301,0.06369563729278516,3,0.104177518,42.25,1.48339302015308,17,0.590339271,976,86447,979.6,7201,6203,13002,11906,0.5538378710967543,0.5209978162271124,627,0.11436702045839098,0.052662523097597835 +28031,MS,Covington,NA,NA,NA,NA,NA,5,0.257175188,22.9166666666667,1.171069889451,11,0.565785413,812,58311,1143.7,3800,3267,9145,8790,0.4155276107162384,0.37167235494880546,2156,-0.16205576817933293,-0.24527872582480093 +28033,MS,DeSoto,43333.8455388254,-2.961327564826916,0.26873369346628506,12253.5950196742,0.07599034442781609,17,0.09946581,151.75,0.864125823553194,130,0.760620901,3849,512647,850,20979,19892,64026,64022,0.3276637615968513,0.31070569491737215,22263,-0.33455158841720545,-0.3477398394301959 +28035,MS,Forrest,9216.50245712517,-5.4377837728383405,0.12299493497111018,2156.44254616177,0.028777891826964667,14,0.183414123,99.4166666666666,1.3084755875527,76,0.995676667,2164,228724,952.2,12079,11271,27789,27284,0.4346683939688366,0.4130992523090456,3878,-0.11731260570729418,-0.142134584371793 +28037,MS,Franklin,2486.25334706386,-3.5637397246568163,0.30626427039466125,657.120446559725,0.08094610083268354,1,0.127665007,9.08333333333333,1.16722350723893,4,0.510660028,333,23412,1065.2,1706,1471,4443,4219,0.3839747918073374,0.34866082009954963,1214,-0.22484807562457798,-0.2877459113534013 +28039,MS,George,2243.32845231678,-2.4430358441652227,0.09935904209038798,633.974997391725,0.02807932489112078,2,0.085825859,25.1666666666667,1.06210874305409,12,0.514955156,777,69805,1169.2,1352,1013,9826,9831,0.13759413800122125,0.10304139965415522,7639,-0.7124974557296968,-0.7770318380632693 +28041,MS,Greene,636.976503643274,-71.27697669232667,0.044234479419671804,184.529913281414,0.012814577311209305,3,0.209409465,18.4166666666667,1.37355807478123,3,0.209409465,384,42071,941.5,1325,956,5919,5325,0.2238553809765163,0.17953051643192489,3353,-0.5411387058624768,-0.6296713615023475 +28043,MS,Grenada,3443.74046234094,-21.984174358388582,0.1572053529782224,810.207599434559,0.036985647741922714,3,0.138465799,28.6666666666667,1.34743439091265,21,0.969260593,890,64774,1129.2,5279,4386,11320,10442,0.4663427561837456,0.4200344761539935,1554,-0.061925795053003496,-0.14882206473855586 +28045,MS,Hancock,14852.1744892,-24.55319564308513,0.3380949825673245,3545.4735934719,0.0807091805748344,3,0.065289778,39.25,0.838836528392212,30,0.652897778,1463,138047,874.3,3879,3320,17023,17517,0.22786817834694237,0.18953017069132844,10400,-0.5275215884391705,-0.5937089684306673 +28047,MS,Harrison,67157.9786557619,-13.227609129411732,0.35893203632057824,16757.0774910564,0.08955975249756234,21,0.10549689,209.666666666667,1.03165152812358,162,0.813833154,5812,596701,956.5,22242,20679,61602,62076,0.36105970585370606,0.33312391262323604,19031,-0.26629005551767804,-0.30657581029705516 +28049,MS,Hinds,64739.6267472679,-4.595205377285233,0.26393634648375525,17732.8236044741,0.07229477385275944,35,0.143602115,284.666666666667,1.18006817864629,230,0.943671044,6454,732867,892,70512,64922,97639,91536,0.7221704441872613,0.7092510050690439,40003,0.45127459314413304,0.43701931480510403 +28051,MS,Holmes,8271.77954685205,63.81239053826736,0.4308667333499349,2477.04466035501,0.1290261829542145,5,0.270870578,31.3333333333333,1.74083745393263,4,0.216696462,645,55610,1086.7,6775,5820,8076,7045,0.8389053987122338,0.8261178140525195,4669,0.6823922734026746,0.6627395315826827 +28053,MS,Humphreys,2102.68983079043,14.534495558727292,0.22428691528431252,554.497517939841,0.059146401913583044,2,0.228806773,17.0833333333333,2.00673479776029,3,0.343210159,297,26390,1039.1,3399,2652,4481,3599,0.7585360410622629,0.7368713531536538,1728,0.519973220263334,0.48013337038066134 +28055,MS,Issaquena,597.165275162116,69.98398794574861,0.42472636924759316,140.779697482026,0.10012780759745804,0,0,2,1.54559505409583,0,0,39,4136,857.7,479,395,787,699,0.6086404066073697,0.5650929899856938,97,0.2249047013977128,0.13876967095851211 +28057,MS,Itawamba,2770.52183445814,4.579662771858085,0.11839330945079868,492.080493003636,0.021028182257323877,5,0.212521783,15.75,0.6693867142675,12,0.51005228,853,70531,974,1599,1100,8729,9634,0.18318249513117196,0.1141789495536641,7285,-0.6101500744644288,-0.7561760431804027 +28059,MS,Jackson,41289.9596523054,17.517674054557386,0.29562934711104477,10134.4942196252,0.07256131840955121,19,0.134620971,137.416666666667,0.972923348508342,83,0.588081084,3986,423362,907.3,15452,13087,49290,45465,0.31349158044228037,0.28784779500714835,18117,-0.36133089876242647,-0.3984823490597163 +28061,MS,Jasper,1999.2522822333,-10.041303577890048,0.11717572865041027,421.531764563018,0.024705882344567928,3,0.180712005,13.8333333333333,0.834439216632485,4,0.24094934,594,49596,937.6,5097,4367,9340,8468,0.5457173447537473,0.5157061880018895,335,0.0967880085653105,0.039560699102503594 +28063,MS,Jefferson,874.519411625841,9.222042244829035,0.11319174367406692,173.567807934896,0.02246541650723479,2,0.263192525,15.1666666666667,2.07847974053264,2,0.263192525,259,22708,997.4,3508,3337,3953,3859,0.8874272704275235,0.8647317958020212,2848,0.7783961548191247,0.7380150298004664 +28065,MS,Jefferson Davis,2066.6242212789,626.3467858158066,0.16550205984455035,522.257740707284,0.0418241163375738,2,0.169176112,14.5,1.27360562143171,5,0.422940281,471,35452,1005.5,4094,3720,6618,6237,0.6186158960411,0.5964405964405964,1254,0.2500755515261408,0.20105820105820105 +28067,MS,Jones,6582.18025162125,-26.133901686547517,0.09713818054074247,1893.95089697702,0.027950456707796816,9,0.131790892,78.5833333333333,1.15643655663964,50,0.732171621,2295,205260,975.2,9146,7748,30038,28250,0.30448099074505625,0.2742654867256637,12328,-0.38248218922697913,-0.4363893805309735 +28069,MS,Kemper,5149.95881956698,33.822198641207194,0.49253622987442436,1256.06851486545,0.12012897043472169,1,0.098396143,9,0.909458367016976,3,0.295188429,314,30446,805.3,3239,2827,5052,4639,0.6411322248614411,0.6093985772795861,1049,0.2870150435471101,0.22612632032765684 +28071,MS,Lafayette,15699.7979569973,10.010353797272728,0.33156212027195414,2340.31853951914,0.04942490210384448,5,0.094464387,25.9166666666667,0.481758247205492,43,0.812393728,1167,157050,877.6,7098,7968,17191,19642,0.412890465941481,0.4056613379492923,2904,-0.1555465068931418,-0.14784645148151926 +28073,MS,Lamar,7978.7107289011,-0.1893465831100187,0.14335245120020662,2105.60011885731,0.03783104169853947,7,0.116474484,48.75,0.800308631841613,57,0.948435082,1243,179430,767.3,5037,5044,22780,24179,0.22111501316944687,0.20861077794780594,13449,-0.5458735733099209,-0.5562264775218165 +28075,MS,Lauderdale,16825.6857532474,20.041835428343088,0.20963713077643437,4069.34522140922,0.050701401943773684,12,0.150490977,107.666666666667,1.38469123100337,66,0.827700372,2659,238265,948.7,12642,10910,30213,28967,0.4184291530136034,0.37663548175510064,6664,-0.15490020851951147,-0.23005489004729518 +28077,MS,Lawrence,1979.52682065369,-24.9238663776504,0.1531074963766486,503.726921634952,0.03896101180562704,4,0.319948808,17.5833333333333,1.37919313933119,6,0.479923212,429,37654,1008.2,2394,2181,6584,6329,0.3636087484811665,0.34460420287565174,1891,-0.2671628189550425,-0.2987833781008058 +28079,MS,Leake,4180.84639061938,47.370443225446145,0.17562891790041504,1114.59959256823,0.046822079082891405,2,0.086232915,24.8333333333333,1.09784851164162,12,0.517397491,733,69257,973.4,3599,3579,7921,8436,0.45436182300214617,0.42425320056899,1196,-0.08635273324075249,-0.1417733522996681 +28081,MS,Lee,18139.5654409033,7.932716187484279,0.21878621928480643,5030.91232565399,0.06067919823488107,17,0.199422847,95.0833333333334,1.11363574253444,80,0.938460456,2722,255929,971.2,12043,9635,34363,31974,0.3504641620347467,0.301338587602427,12060,-0.28987573843960074,-0.37718145993619817 +28083,MS,Leflore,14706.2963251959,46.4590034735964,0.4550637845467061,4271.56972283669,0.13217717371156634,10,0.318248361,53.75,1.80030814576635,21,0.668321558,1092,94067,1118.1,8423,6677,11600,9566,0.7261206896551724,0.6979928914906962,3920,0.4575862068965517,0.40978465398285596 +28085,MS,Lincoln,7112.97999662655,-10.131344678672244,0.20399151098759788,1932.3946996072,0.05541870141406981,4,0.115025162,36.3333333333333,1.05243847097104,28,0.805176132,1260,104147,1032,4879,4458,14303,15193,0.34111724812976296,0.2934246034357928,6092,-0.31140320212542827,-0.40097413282432703 +28087,MS,Lowndes,9910.90851818047,-24.951445959722026,0.16579247759548438,2608.31239042452,0.04363258653414276,10,0.167420057,85.1666666666667,1.42892296679082,40,0.669680228,1813,179303,905.7,12037,11545,24674,25139,0.4878414525411364,0.45924658896535264,1579,-0.014671313933695362,-0.06281077210708463 +28089,MS,Madison,19394.7650791334,-3.0038789600379627,0.20372010418929448,5448.41873683042,0.057229485802237544,19,0.186846039,76.3333333333333,0.726195685953663,100,0.983400205,2930,305403,978.8,20722,18358,49571,45048,0.4180266688184624,0.407520866631149,7249,-0.15704746726916952,-0.16091724382880485 +28091,MS,Marion,7950.20970789698,75.96272758654507,0.2934956330440409,2068.35919201957,0.07635702864809399,5,0.193289006,34.75,1.37618312146054,21,0.811813824,1008,77465,1064.1,3833,3572,11041,11443,0.3471605832805,0.31215590317224506,4125,-0.2975273978806267,-0.360482390981386 +28093,MS,Marshall,6866.83032377401,9.004264607799142,0.18487051270121715,1566.12070431202,0.042163490854835776,4,0.110393553,47.25,1.31979553643753,13,0.358779047,1270,108604,1030.1,9581,7944,16141,14698,0.5935815624806393,0.54048169819023,1419,0.19434979245399908,0.09654374744863248 +28095,MS,Monroe,2432.53399866416,-10.889168650741128,0.06576371350034227,666.638373685513,0.018022611416516073,6,0.166652779,27.1666666666667,0.757301220044788,20,0.555509263,1299,107938,933.5,6990,5485,16789,15781,0.41634403478468046,0.3475698624928712,4622,-0.15909226279111316,-0.29288384766491343 +28097,MS,Montgomery,1767.44020051078,-73.29668302393236,0.16177942338771442,372.364144196419,0.034083674525988004,2,0.192307692,14.5833333333333,1.43156310330159,6,0.576923077,421,31004,1021.1,2245,1775,4807,4162,0.4670272519242771,0.4264776549735704,559,-0.0619929269814854,-0.13431042767900048 +28099,MS,Neshoba,2434.22179981728,42.1716710358378,0.082026614092778,719.896979102955,0.024258558400827437,3,0.101815714,31.0833333333333,1.05714836354567,18,0.610894281,1176,88374,1194.3,3030,2668,10890,10438,0.27823691460055094,0.2556045219390688,4945,-0.43544536271809003,-0.4737497604905154 +28101,MS,Newton,2533.9008563108,2.3806053429673493,0.11666210204009209,638.609766304408,0.029401922942191894,4,0.183217296,24.5,1.13646906020967,13,0.595456211,855,65231,1106.1,3069,2549,9039,8594,0.33952870892797876,0.29660228066092625,3380,-0.3141940480141609,-0.39329764952292295 +28103,MS,Noxubee,1834.53068930782,-0.15466991523997925,0.15890261492488697,445.211957865454,0.03856318387747544,3,0.269905533,15,1.35894183728936,3,0.269905533,371,33223,936.1,4920,4330,6264,5538,0.7854406130268199,0.7818707114481762,3149,0.5739144316730523,0.5686168291802094 +28105,MS,Oktibbeha,13546.2510235938,1.5652968599709192,0.28416125157000693,2250.41903837907,0.047207296645320425,4,0.080948719,31.75,0.637128007545201,35,0.708301291,919,148418,761.2,8030,7851,16001,16151,0.5018436347728267,0.48609993189276207,180,0.018873820386225815,0.011144820754132867 +28107,MS,Panola,7049.95969119066,-10.65816936157932,0.20312789037343074,2038.83538246508,0.05874421247774455,4,0.116130531,43,1.25863482027866,20,0.580652654,1187,102943,1065.1,9079,7300,16826,14854,0.5395815999049091,0.4914501144472869,71,0.08617615594912637,-0.004779857277501021 +28109,MS,Pearl River,7276.75420907231,-7.564999570227049,0.13032836997299693,1687.69255299948,0.030226968388427845,10,0.18108069,57.4166666666667,1.03808835050925,37,0.669998551,1885,165421,973.8,3813,2919,19938,18893,0.19124285284381584,0.15450166728417933,12611,-0.6030193600160497,-0.6674958979516222 +28111,MS,Perry,1123.00377488786,45.71447406636951,0.09167377754186612,265.643000044485,0.021685142860774286,3,0.245358633,15.25,1.24540628828093,3,0.245358633,443,36613,1030.6,1519,1220,5686,5432,0.2671473795286669,0.22459499263622976,2915,-0.4556806190643686,-0.5366347569955817 +28113,MS,Pike,5542.07269105169,59.43858483872469,0.13716643626996558,1666.82098101267,0.041253860533924123,7,0.174746617,64.5,1.62603675599365,31,0.773877877,1527,119891,1079.5,9304,7636,17429,15633,0.5338229387801939,0.4884539115972622,112,0.07562109128464056,-0.0071643318620865926 +28115,MS,Pontotoc,3229.26147919413,6.3981920410999455,0.10779655770584938,809.894222383717,0.02703522456800471,5,0.161550889,23.0833333333333,0.731642894875858,17,0.549273021,900,92442,885.5,2785,2123,12348,11811,0.22554259799157758,0.179747692828719,7319,-0.5359572400388727,-0.6196765726864788 +28117,MS,Prentiss,1710.12931480241,37.605466521512554,0.06765822577949082,411.336812724899,0.016273809650454937,7,0.275287085,27.5833333333333,1.0921497201985,16,0.629227623,881,76279,943.9,2817,2067,10033,9871,0.2807734476228446,0.20940127646641676,5580,-0.4243994817103558,-0.5652922702866985 +28119,MS,Quitman,2632.8038365548,0,0.32017558513374683,801.500962286211,0.09747062657013389,2,0.260484501,11.1666666666667,1.51948110854084,4,0.520969002,274,22981,1042.6,2837,2303,3979,3353,0.7129932143754713,0.6868475991649269,1305,0.4325207338527268,0.38920369818073364 +28121,MS,Rankin,37922.7697239884,5.169278850244803,0.2677840211555703,9244.26795664152,0.06527654135196707,12,0.08104275,123.333333333333,0.820974341223562,124,0.837441751,3232,444209,715.3,14425,13741,61438,61356,0.2347895439304665,0.22395527739748353,32427,-0.5191086949444969,-0.5285057696068844 +28123,MS,Scott,3627.34066373997,-16.725039332037,0.12833783837177928,984.48823609727,0.034831879284505735,9,0.316222199,33.25,1.17878540787748,17,0.597308598,844,84912,947.3,4774,3999,10584,9867,0.45105820105820105,0.40529036181210093,1743,-0.09013605442176875,-0.1766494375190027 +28125,MS,Sharkey,1370.17654194375,323.82405261086325,0.278717766872203,351.491168010664,0.07149942392405696,3,0.645577792,8.75,1.92223198594025,3,0.645577792,204,13881,1147.5,1571,1290,2258,1926,0.69574844995571306,0.6697819314641744,671,0.3968113374667848,0.3483904465212876 +28127,MS,Simpson,2853.59648917504,36.86690405348326,0.10375582624350216,773.789925648862,0.028134746233096822,3,0.109237884,31.5833333333333,1.17357808164883,19,0.69183993,929,82264,967.3,4723,3871,12249,11416,0.385582496530329,0.3390854940434478,3522,-0.22050779655482083,-0.3085143658023827 +28129,MS,Smith,2695.55601593256,16.217845412354045,0.16345618919001637,670.34921404877,0.040649397492497116,4,0.247096615,11,0.691432522471557,6,0.370644922,548,48430,891.5,1979,1598,8099,7556,0.24435115446351402,0.21148755955532028,4279,-0.5025311766884801,-0.5663049232398094 +28131,MS,Stone,3843.21164032382,-11.899371137940433,0.21608071743640056,1089.43775993775,0.061252544694577186,1,0.0559441,17.1666666666667,0.95306832482049,14,0.783216783,508,53923,926.1,1794,1400,6820,6368,0.26304985337243403,0.2198492462311558,3410,-0.4589442815249267,-0.5354899497487438 +28133,MS,Sunflower,10698.8010669115,61.885542465920466,0.36328696322280135,1911.47744005122,0.06490585534978675,6,0.218213558,43.4166666666667,1.64413476224738,12,0.436427117,888,82517,1112.3,7989,6560,10995,9406,0.7266030013642565,0.6974271741441633,3792,0.4622100954979536,0.40314692749308956 +28135,MS,Tallahatchie,7870.7945854111,-1.163809052806055,0.5118217313962219,1534.0537401454,0.09975638835644428,2,0.135492175,18.6666666666667,1.29683664489834,6,0.406476526,465,44345,982.6,3838,3337,6363,5870,0.6031746031746031,0.5684838160136286,875,0.21342134213421338,0.14906303236797275 +28137,MS,Tate,8191.93834399999,-15.968287960748098,0.28359545606868347,2289.08853349521,0.07924560456606003,2,0.070911927,24.9166666666667,0.88353840880347,19,0.67366331,862,84849,962.5,4572,3804,11374,11389,0.4019694039036399,0.3340064974975854,3581,-0.18410409706347808,-0.31442620071999294 +28139,MS,Tippah,2490.73622574621,69.32489344523557,0.11203383527106019,666.028204064802,0.029958087624361373,5,0.226870548,17.1666666666667,0.773621751539733,10,0.453741095,799,66240,1067.6,2254,1808,9008,9143,0.2502220248667851,0.19774691020452806,5374,-0.48523534635879223,-0.5877720660614678 +28141,MS,Tishomingo,0,0,0,0,0,8,0.411946447,24.0833333333333,1.23561301797411,11,0.566426365,901,58482,1149.1,1623,990,7850,8310,0.20675159235668789,0.11913357400722022,6127,-0.5664968152866243,-0.7373044524669073 +28143,MS,Tunica,1893.42604275602,-36.587400699439684,0.17567508283132494,512.590617570226,0.04755897361015272,4,0.377429704,21.1666666666667,2.06826916813237,10,0.943574259,301,31362,1120.9,3371,2577,4262,3463,0.7909432191459409,0.7441524689575513,1737,0.5875175973721258,0.5015882183078256 +28145,MS,Union,3326.65245293978,-6.089325942533798,0.12260088645020195,894.286305525009,0.03295814496664734,4,0.142363953,27.4166666666667,0.96841039407533,15,0.533864825,870,84369,889.5,2481,1969,10359,11374,0.2395018824210831,0.17311411992263057,7192,-0.5095086398300994,-0.6323193247758044 +28147,MS,Walthall,1640.95831660913,-61.94107774596371,0.1062590375321589,382.438062452018,0.02476449280917037,4,0.26919712,13.1666666666667,0.901888257186565,8,0.538394239,590,44403,1023.8,3386,2475,7476,5909,0.45291599785981806,0.4188525977322728,899,-0.08373461744248267,-0.1521408021661872 +28149,MS,Warren,11490.4457325666,-18.424058188483084,0.23559030062876182,3226.18567220255,0.06614695983848748,5,0.104203572,59.75,1.26750106067034,36,0.750265719,1610,143725,1007.9,9899,8518,19429,18287,0.5094961140563076,0.4657953737627823,902,0.026197951515775364,-0.04932465686006454 +28151,MS,Washington,15226.6469943853,82.51517907844351,0.2977618357429122,4380.54903419783,0.08566300397359701,11,0.224682381,78.3333333333333,1.65851524069644,37,0.755749826,1817,146986,1164.5,12188,9847,17137,14571,0.711209663301628,0.6757943861093954,5306,0.4270292349886211,0.3641479651362295 +28153,MS,Wayne,332.946695111195,-67.47484099460233,0.016047944045461754,80.0917237759462,0.0038604002398393124,4,0.195217179,21.75,1.06201171875,13,0.634455832,668,61560,950.9,4116,3493,10269,9534,0.40081799591002043,0.36637298091042586,2464,-0.19125523420001944,-0.2584434654919236 +28155,MS,Webster,1179.11725852389,-11.510346281289063,0.11500217092791282,267.402353907418,0.026080401239385348,4,0.401123145,13.3333333333333,1.36514112146343,6,0.601684717,443,29813,1213.7,1087,1001,4820,5024,0.22551867219917013,0.1992436305732484,2948,-0.5387966804979253,-0.5867834394904459 +28157,MS,Wilkinson,1585.08597730189,2.786931690804204,0.16046628642456873,359.052317252732,0.03634868569069974,4,0.435208356,15.1666666666667,1.67643049261265,4,0.435208356,351,27686,1060.7,2940,2826,4238,4174,0.6937234544596508,0.6770483948251078,1521,0.3928739971684757,0.36439865836128416 +28159,MS,Winston,2535.90006077039,-12.041196451215445,0.13209188773676372,644.556235328781,0.033574134562390924,5,0.270592055,22.1666666666667,1.22063142437592,13,0.703539344,691,55506,974.6,4557,3778,9758,8771,0.46700143472022954,0.43073765819176835,1096,-0.060463209674113616,-0.12495724546801956 +28161,MS,Yalobusha,1061.26309651758,-61.36777669532238,0.08370903111828205,208.918870349627,0.016478850792682364,3,0.244379277,15,1.20279047389945,6,0.488758553,505,37051,1058.1,2984,2574,6293,6058,0.4741776577149213,0.4248927038626609,792,-0.044017161925949455,-0.13073621657312645 +28163,MS,Yazoo,9645.74525674148,0.9854199282166907,0.3436930431762509,2942.19552607464,0.10483504457775307,4,0.143796959,36.8333333333333,1.35098787167449,10,0.359492397,936,83072,1095.5,6220,5221,10853,9892,0.5731134248594859,0.5278002426202992,653,0.15295310052520045,0.06601293974929234 +29001,MO,Adair,4613.81488016342,-4.187426307569204,0.18017787636831412,808.545010224856,0.03157515563029078,3,0.117178345,16.8333333333333,0.663801148836048,20,0.78118897,676,76561,832.6,4218,3495,10121,10137,0.4167572374271317,0.34477656111275523,2524,-0.14129038632546193,-0.2489888527177666 +29003,MO,Andrew,1830.11021661582,-33.047928351342556,0.10584177992110462,426.987083060677,0.02469418096470285,3,0.17262213,7.75,0.446685878962536,4,0.23016284,519,51986,753.2,2649,2045,8306,9140,0.31892607753431257,0.2237417943107221,4620,-0.33806886588008667,-0.5054704595185995 +29005,MO,Atchison,706.578852303173,137.32359272471172,0.12428827657047897,136.261634656639,0.023968625269417586,3,0.557413601,5,0.944643869261289,2,0.371609067,216,16098,742.4,756,541,2709,2723,0.27906976744186046,0.19867792875504958,1518,-0.4230343300110742,-0.5574733749540948 +29007,MO,Audrain,4094.80900824952,-21.123898406950403,0.16039833163263423,647.908539316181,0.025379315261709466,5,0.193147139,17.25,0.662926098151493,16,0.618070846,896,77685,870.3,3538,2567,9951,10043,0.3555421565671792,0.255600916060938,4414,-0.26610390915485876,-0.4395101065418699 +29009,MO,Barry,3960.03238740905,42.10703385763318,0.11124623949796472,1100.05090764585,0.03090291057240357,11,0.308451573,44.5833333333333,1.24771446695772,15,0.420615782,1220,107301,833.1,3667,2710,13806,14604,0.2656091554396639,0.18556559846617365,8717,-0.4465449804432855,-0.5968912626677623 +29011,MO,Barton,2757.87137797393,-3.409443574419145,0.22237311546314548,715.713243206151,0.05770950195179415,2,0.165878743,11.8333333333333,0.993729705520098,6,0.497636228,473,36117,907.5,1232,795,5746,5932,0.2144100243647755,0.13401888064733647,4163,-0.554124608423251,-0.7017869184086312 +29013,MO,Bates,765.947117251329,-5.520010840091561,0.04492621955840982,169.222764386458,0.009925670971110212,4,0.241196334,16.9166666666667,1.03043593023492,9,0.542691751,634,49499,899.6,2557,1617,7771,8021,0.329043881096384,0.20159581099613513,4383,-0.31694762578818686,-0.5464405934422142 +29015,MO,Benton,1899.01330659289,58.37325833440127,0.09965435068182674,287.422062808512,0.015083021767869019,3,0.159523556,16.9166666666667,0.897959905869031,5,0.265872594,894,56311,916.4,2925,2024,9157,9584,0.3194277601834662,0.21118530884808012,5188,-0.34334388992027953,-0.5413188647746243 +29017,MO,Bollinger,3511.58210628266,-1.8426617527489066,0.2840396429897808,819.673590076948,0.06630054113701755,3,0.242052606,12,0.995685363425158,2,0.161368404,400,36994,863.3,1213,705,5455,5669,0.2223648029330889,0.12436055741753396,4122,-0.5281393217231898,-0.7271123654965602 +29019,MO,Boone,41552.9787153709,-20.56881467944419,0.255487381582684,9976.04177617301,0.061337426840379544,32,0.185274177,104.333333333333,0.59080904976009,139,0.804784706,3119,519119,685.6,39782,41072,79296,83312,0.5016898708635997,0.4929902054926061,4926,0.030758171912832977,0.059127136546956005 +29021,MO,Buchanan,20492.8003535216,9.486711087273937,0.22973733874644456,4685.90825438068,0.052532014824729314,8,0.089399459,67.4166666666667,0.758018694671194,71,0.7934202,2877,268383,912.7,15594,12010,35106,35563,0.4441975730644334,0.33771054185529903,9305,-0.08733549820543496,-0.2616483423783146 +29023,MO,Butler,7066.11748717646,-8.749281565675844,0.16511935054391877,1675.93373974169,0.039162820482817454,8,0.186167737,51.75,1.21083787641264,31,0.721399981,1790,128770,1079.3,4363,3036,16889,17232,0.2583338267511398,0.17618384401114207,10611,-0.4668719284741548,-0.6157729805013927 +29025,MO,Caldwell,1759.10802363731,0,0.18666256617543608,458.617049679135,0.04866479729192859,5,0.553464689,11,1.21386007503862,2,0.221385876,312,27095,830.6,1313,837,4171,4309,0.31479261567969313,0.19424460431654678,2394,-0.3382881802924958,-0.5555813413785101 +29027,MO,Callaway,8154.72212365262,24.829709144272456,0.18394663276307455,1693.14759492694,0.03819244777873635,4,0.089385475,31.1666666666667,0.691394176020823,22,0.491620112,1108,134076,763.6,6070,4988,18228,19127,0.33300416940969935,0.26078318607204476,8064,-0.31116962914197943,-0.4216029696240916 +29029,MO,Camden,5747.85594908583,82.55803851524315,0.1306271521541255,1390.19647996806,0.03159393845661697,9,0.204447877,45.6666666666667,1.02628641631271,23,0.522477908,1437,132143,752.8,6458,4706,21942,22182,0.2943213927627381,0.21215399873771526,12015,-0.3933552091878589,-0.5416553962672438 +29031,MO,Cape Girardeau,19098.2622882543,-4.760504049777041,0.25237548283762323,4507.85185673835,0.05956936142847411,10,0.12813449,45.25,0.573416293893275,63,0.807247287,2270,234246,776.7,9713,8468,35672,36875,0.27228638708230546,0.2296406779661017,18471,-0.43815877999551467,-0.5009084745762712 +29033,MO,Carroll,1719.75416557931,-15.878763985918315,0.1850192754792157,389.132874040799,0.041864752451941795,2,0.221165542,9,1.0097610232245,3,0.331748314,350,27119,852.3,1154,745,4304,4361,0.26812267657992567,0.1708323778949782,2735,-0.445631970260223,-0.627149736299014 +29035,MO,Carter,3116.38057449576,1.3953502471542067,0.4974270669586209,822.132042602175,0.13122618397480845,5,0.798977309,9.91666666666667,1.60776048421963,3,0.479386385,205,18841,875.1,754,436,2799,2842,0.2693819221150411,0.1534130893736805,1887,-0.4372990353697749,-0.6639690358902182 +29037,MO,Cass,30127.9713541907,-6.392627447183,0.3028606461146253,8349.0358599381,0.08392846518766058,10,0.099118834,68.4166666666667,0.665240572382388,51,0.505506051,2734,303407,769.2,17044,14816,48913,50715,0.34845542084926295,0.29214236419205364,18190,-0.2835238075767179,-0.3586710046337376 +29039,MO,Cedar,1642.52203952636,47.127308578126275,0.11747404087586612,382.090241849946,0.027327295226001,4,0.286697248,12.75,0.909674657534247,12,0.860091743,615,41796,928.5,1536,1010,6043,6278,0.2541783882177726,0.16087926091111818,4009,-0.4697997683269899,-0.63857916533928 +29041,MO,Chariton,803.655332289434,-67.73178716486272,0.10262486684835066,146.870904945976,0.018755063841907293,2,0.259942813,6,0.798296966471527,1,0.129971406,306,22869,756,1339,888,3821,3962,0.35043182412980894,0.22412922766279655,2060,-0.27819942423449356,-0.5199394245330642 +29043,MO,Christian,15629.0489610063,23.866391703308885,0.20186831857877993,4657.45798936969,0.06015677700614412,12,0.146161435,53.4166666666667,0.632891395441602,42,0.511565024,1868,246081,739.5,9809,8505,37952,41394,0.2584580522765599,0.20546456008117117,22436,-0.46521922428330525,-0.5420109194569261 +29045,MO,Clark,958.170375576775,-1.5862920929013247,0.13421632939862374,177.952401141184,0.02492679662994593,2,0.289142692,9.08333333333333,1.35108334572859,2,0.289142692,279,20587,920.4,1398,724,3225,3316,0.43348837209302327,0.218335343787696,1734,-0.10294573643410854,-0.52291917973462 +29047,MO,Clay,61801.3124804499,-3.7220508737158755,0.2784608044573054,17110.792755413,0.07709682730575969,31,0.132658913,132.916666666667,0.555938961736063,154,0.659015243,5142,699296,736.5,47250,45182,105465,109237,0.4480159294552695,0.41361443466957165,12146,-0.08420803110036507,-0.11118943215210969 +29049,MO,Clinton,1551.5363019877,-3.458139052607851,0.07479806691354673,418.566951781297,0.020178708565843754,2,0.098527021,15.3333333333333,0.743975416464499,6,0.295581063,778,61358,953.5,3685,2572,9830,10197,0.3748728382502543,0.2522310483475532,4486,-0.22573753814852493,-0.4399333137197215 +29051,MO,Cole,19669.5043224705,10.10152683778837,0.25884332573326096,5058.93400088188,0.06657368075907198,11,0.143683791,59.6666666666667,0.778623098571944,61,0.796791933,1933,229869,740,12003,10907,37058,37261,0.3238976739165632,0.29271892863852284,13703,-0.3369043121593178,-0.36775717237862643 +29053,MO,Cooper,4306.86334521119,6.010729771535604,0.2446942415323669,1002.01468746733,0.05692941807098063,1,0.0568666,12.1666666666667,0.686916591388136,16,0.909866363,569,52852,810.3,2474,1932,7511,7976,0.3293835707628811,0.24222668004012035,3691,-0.32126214884835574,-0.4627632898696088 +29055,MO,Crawford,1277.64635095835,19.13204087552828,0.05173495104301709,303.872384988766,0.012304518342596615,4,0.162271805,18.75,0.771541436918772,10,0.405679513,852,73699,910,2951,1824,9579,9920,0.30806973588057207,0.18387096774193548,5900,-0.3636078922643282,-0.5947580645161291 +29057,MO,Dade,761.4032738995,49.4667956819843,0.09658800886711912,173.049173840928,0.021952197620313075,2,0.262191924,8.58333333333333,1.12479797317957,3,0.393287887,314,22760,839,939,637,3896,3951,0.2410164271047228,0.16122500632751202,2547,-0.502053388090349,-0.6446469248291572 +29059,MO,Dallas,2162.1079964279,-29.86131574010028,0.12887333828621925,604.211056975307,0.036014249089545626,2,0.122033071,11.9166666666667,0.72450551232166,9,0.549148819,596,49276,867.4,2122,1271,7279,7440,0.291523560928699,0.17083333333333334,4624,-0.3942849292485231,-0.6215053763440861 +29061,MO,Daviess,1839.93002142712,-1.0147592631958215,0.21818214412748962,449.332292604916,0.053282615036750386,3,0.361576473,6.83333333333333,0.832419701953141,1,0.120525491,285,24814,866,1124,730,3512,3689,0.3200455580865604,0.1978856058552453,2033,-0.3297266514806378,-0.551097858498238 +29063,MO,DeKalb,4817.48729045339,-1.0853217969157098,0.3736803669293663,1199.5699937343,0.09304762594898384,1,0.078789789,8,0.634266233251407,4,0.315159155,358,38120,735,1194,824,4350,4590,0.27448275862068966,0.17952069716775598,2716,-0.4280459770114942,-0.5917211328976035 +29065,MO,Dent,3178.43015518702,31.088158437146273,0.2030037781942275,705.062599868004,0.045031781303442805,5,0.319386777,10.4166666666667,0.676978401681073,6,0.383264133,582,46862,882.5,1585,978,6643,6778,0.23859701941893724,0.14429035113602834,4621,-0.49646244166792114,-0.681764532310416 +29067,MO,Douglas,3681.60776056509,-16.506033526381668,0.2690447062675453,815.580030864096,0.05960099611693189,2,0.147645061,10.75,0.804761191795179,4,0.295290123,514,40374,828.6,1709,984,6556,6664,0.26067724222086636,0.14765906362545017,4502,-0.448444173276388,-0.6755702280912366 +29069,MO,Dunklin,6691.27813202062,183.44732800784206,0.20941001258162367,1668.19048898751,0.05220763274144869,13,0.414752425,36.75,1.20353692484035,14,0.446656457,1333,93927,1118.2,3635,2360,10649,10574,0.34134660531505306,0.22318895403820693,5666,-0.3018123767489905,-0.5358426328730849 +29071,MO,Franklin,11148.5306102894,49.24648817788063,0.10984639784701651,2812.73898778702,0.027713898512070113,21,0.205712942,67.5,0.656372158151656,62,0.607342972,2889,306164,803.5,16294,12339,46573,50045,0.34985936057372297,0.24655809771205914,23081,-0.27863783737358555,-0.46120491557598164 +29073,MO,Gasconade,342.222593332561,-67.00306623206075,0.022482104410232625,66.6976717492071,0.0043816628399163775,4,0.269070362,15.8333333333333,1.06924185125158,11,0.739943495,594,44639,808.2,2099,1519,7134,7444,0.29422483880011213,0.2040569586243955,4151,-0.39192598822539954,-0.5576303062869425 +29075,MO,Gentry,204.95658707131,-8.04606030205725,0.030418015297018403,34.6450415476436,0.005141739618231464,3,0.439496045,10,1.50127608467197,3,0.439496045,268,20291,803.8,937,605,2997,3033,0.312645979312646,0.1994724695021431,1699,-0.35001668335001673,-0.5601714474118036 +29077,MO,Greene,49774.6317128163,-11.340644200669999,0.18088421040075114,11647.5711951466,0.042328022251908244,41,0.143424344,215.166666666667,0.745320817024028,266,0.930509156,8186,857911,797.3,46130,42400,125639,127609,0.367163062424884,0.33226496563721997,34987,-0.24400066858220776,-0.274173451715788 +29079,MO,Grundy,3112.85147337295,5.844320872148335,0.3033672618042052,783.856086679838,0.07639178312833428,4,0.392272237,7.83333333333333,0.770618134120348,3,0.294204178,442,30679,932.7,1212,780,4374,4413,0.27709190672153633,0.17675050985723997,2682,-0.4156378600823046,-0.6077498300475866 +29081,MO,Harrison,2545.82979283806,9.374736214567331,0.28422795498917713,586.378408725159,0.06546593822989383,3,0.347262415,8,0.935016362786349,7,0.810278967,362,25969,846.4,984,574,3695,3682,0.26630581867388364,0.155893536121673,2391,-0.44384303112313933,-0.649375339489408 +29083,MO,Henry,6910.64489315017,19.75122874156815,0.31028398406744656,1569.66978311744,0.0704772711529023,4,0.181587071,24.1666666666667,1.11913803216943,16,0.726348284,939,65822,976.8,3604,2356,10121,9855,0.35609129532654876,0.23906646372399798,4716,-0.2593617231498864,-0.4785388127853881 +29085,MO,Hickory,1312.76075752912,95.00865162555498,0.13636239301226966,264.13417675158,0.02743681071482082,2,0.216943269,9.83333333333333,1.06088395008451,1,0.108471635,452,27701,875.9,1733,1016,4680,4717,0.3702991452991453,0.21539113843544624,2523,-0.2354700854700854,-0.534873860504558 +29087,MO,Holt,4888.10279721218,0,0.9951349342858673,966.877236804746,0.1968398283397284,2,0.442869796,4,0.899280575539568,3,0.664304694,200,13582,779.1,551,346,2310,2348,0.23852813852813853,0.14735945485519591,1580,-0.5082251082251081,-0.6729131175468483 +29089,MO,Howard,1813.55827109041,-32.389238081407335,0.178781375304654,400.312121590098,0.039462945740348775,2,0.196869771,8,0.795386756810499,2,0.196869771,315,30518,800.5,1722,1279,4861,4851,0.3542480970993623,0.2636569779426922,1998,-0.2653774943427278,-0.41187384044526903 +29091,MO,Howell,7732.29411538684,3.4107566314938538,0.19139341869769408,1816.51109721905,0.044963145970768566,10,0.248923406,51.0833333333333,1.27041366160988,23,0.572523834,1578,120453,969.2,4393,2880,16341,17415,0.2688329967566244,0.165374677002584,11008,-0.437427330028762,-0.6320987654320988 +29093,MO,Iron,2385.64486598068,17.673573737466043,0.2244256694243349,548.849724145417,0.051632147144441864,4,0.38959774,12.6666666666667,1.26388611720881,1,0.097399435,451,30695,1098.9,1669,933,4031,4260,0.41404118084842473,0.21901408450704227,2240,-0.1446291242867775,-0.5258215962441314 +29095,MO,Jackson,150013.946694836,-6.351132456067998,0.2225204576595338,39450.6518385049,0.0585184064247623,110,0.161009147,530.5,0.766839018735157,487,0.712831404,18600,2051596,825.6,180100,163723,306854,294063,0.5869240746413604,0.5567616463138851,48946,0.18969607696168217,0.1664473259131547 +29097,MO,Jasper,32149.6533350646,15.718082075791651,0.27383780224749243,7832.15061186492,0.06671110534449355,9,0.076567724,117,0.98227703570619,96,0.816722391,3497,352643,903.7,12808,10565,45213,48179,0.28328135713179836,0.21928641109196953,24493,-0.4099927012142526,-0.5083750181614396 +29099,MO,Jefferson,66388.2364477728,8.645966584406278,0.3035126681743166,17276.1571826171,0.0789828566453946,20,0.089800463,134,0.597611338560203,122,0.547782827,5760,668031,870.5,41570,31546,97613,105969,0.42586540727157246,0.2976908341118629,37427,-0.12706299365863155,-0.353188196548047 +29101,MO,Johnson,8804.34670604606,2.985186350693695,0.16739892967099648,2317.92036752341,0.044071116408848934,4,0.07358081,29.5833333333333,0.548428559069618,33,0.607041684,1230,162852,816.8,7661,5924,21001,21087,0.3647921527546307,0.2809313795229288,7778,-0.24232179420027622,-0.3688528477260872 +29103,MO,Knox,797.640544516008,0,0.19308655156524035,169.379993148367,0.04100217699064802,1,0.25,4,1.01677681748856,0,0,153,11973,856.2,698,379,1957,1867,0.35666836995401124,0.20299946438136046,1034,-0.25907000510986206,-0.55382967327263 +29105,MO,Laclede,7367.9693343094395,3.7979144522988166,0.20713416362512832,1836.80202736271,0.051637626925380514,5,0.141087502,34.4166666666667,0.969756738987508,23,0.649002511,1188,106574,915.6,4093,2543,15361,15959,0.2664540069005924,0.15934582367316247,10291,-0.44534861011652893,-0.6448399022495144 +29107,MO,Lafayette,5601.94822641463,5.39706430957975,0.16781846638550765,1513.04842822944,0.045326635757749624,9,0.275330396,23.9166666666667,0.733235227992724,18,0.550660793,1164,98244,848.4,5650,4047,15786,15815,0.35791207398961106,0.2558963009800822,6930,-0.26289116939059926,-0.43819159026240906 +29109,MO,Lawrence,4429.46952067376,6.612668647111562,0.1146521074875436,1221.55523983982,0.03161865817258943,7,0.184099098,29.8333333333333,0.777294320974788,17,0.447097809,1347,114340,889.4,4014,2898,15748,16674,0.2548895097790196,0.17380352644836272,10186,-0.4700914401828803,-0.6108912078685378 +29111,MO,Lewis,4239.89723471817,0,0.4152284041443707,973.297095726522,0.0953184894453552,2,0.19727757,8.75,0.863430037497533,3,0.295916354,331,30465,791.9,1507,933,4278,4452,0.3522674146797569,0.2095687331536388,2410,-0.27349228611500703,-0.541329739442947 +29113,MO,Lincoln,4073.43611106066,-45.90157689104511,0.07749184094396873,1094.11071492662,0.020814037874797776,6,0.110601117,36.3333333333333,0.65741461149209,18,0.331803351,1354,162806,864.8,7733,5561,22649,24857,0.34142787761049054,0.22371967654986524,12550,-0.2912711377985783,-0.5048879591262019 +29115,MO,Linn,3386.76228321857,0.02968913337955995,0.26539944230221535,883.263383090573,0.06921584382811481,3,0.24368451,12.5,1.02762249260112,6,0.48736902,545,36960,949.1,2031,1239,5527,5572,0.36746878957843315,0.22236180904522612,2845,-0.23520897412701286,-0.5105886575735823 +29117,MO,Livingston,1748.01319285354,7.9950444516023085,0.11503870963169069,385.886166091591,0.025395601585494636,3,0.199295821,11.5,0.754840827042993,4,0.265727762,577,45032,814.4,1906,1265,6054,6408,0.3148331681532871,0.19740948813982523,3614,-0.34687809712586715,-0.5639825218476904 +29119,MO,McDonald,1714.95915646446,0.9428431486540227,0.07429533234260971,455.072362832975,0.019714610875231773,7,0.307017544,24.8333333333333,1.09784851164162,7,0.307017544,710,68026,1031.3,1920,1329,7817,8233,0.24561852373033133,0.1614235394145512,5270,-0.4827939107074325,-0.6401068869184987 +29121,MO,Macon,2658.80182042782,10.793220764446065,0.17080828860515354,612.158856556202,0.039326664304008864,4,0.258414626,14.75,0.972313777191826,7,0.452225596,600,46283,833.6,2309,1518,7159,7579,0.322531079759743,0.20029027576197386,4276,-0.33398519346277417,-0.5641905264546774 +29123,MO,Madison,1738.139754252,-11.421201392702088,0.1421674917595289,396.19167504802,0.03240566620710126,2,0.161707633,10,0.803664711082536,8,0.64683053,521,37203,1047.9,1588,1005,4930,5318,0.32210953346855986,0.18898081985708914,3097,-0.33245436105476667,-0.5823617901466717 +29125,MO,Maries,527.686626887604,4.914532601510604,0.057507260994725806,109.270428691413,0.011908285602813101,3,0.332852546,7,0.790246105215624,3,0.332852546,308,27033,832.3,1299,794,4538,4498,0.2862494490965183,0.17652289906625165,2765,-0.4111943587483473,-0.6147176522899067 +29127,MO,Marion,4470.52733893817,-1.0097276111502338,0.1553291177838911,1114.48560185447,0.038722963130345366,6,0.20746888,32.5833333333333,1.12768510186659,19,0.656984786,1003,86605,863,4034,2993,12164,12902,0.3316343308122328,0.23197953805611532,6425,-0.3199605392962841,-0.4979848085568129 +29129,MO,Mercer,3776.22272462397,679.6054385603385,0.9976810368887635,962.990563137629,0.25442287004957176,2,0.537778973,7.75,2.09516085428494,2,0.537778973,118,11089,661.4,353,216,1655,1739,0.21329305135951662,0.1242093156986774,1270,-0.5450151057401813,-0.7303047728579644 +29131,MO,Miller,1930.24351607499,87.81329653842373,0.07799593971533013,529.763805993908,0.021406328026261034,7,0.278429657,23,0.912481155280489,15,0.596634979,869,75209,868,2651,1750,11019,11414,0.24058444504946003,0.1533204836166112,7535,-0.49441873128233055,-0.6601541966006658 +29133,MO,Mississippi,46.3884978665301,-39.36371108192778,0.0032308467660210403,8.51137535652379,5.927967235355746e-4,5,0.351320967,17.3333333333333,1.25612967123222,6,0.42158516,473,42494,920.5,1857,1458,4918,5165,0.37759251728344856,0.28228460793804455,2142,-0.23159821065473774,-0.4147144240077444 +29135,MO,Moniteau,788.088031462034,-43.67254034085056,0.05049580518113885,220.611684250076,0.01413543180944935,3,0.189202825,11,0.686727431639406,8,0.504540868,440,47623,784.5,1608,1237,6442,6808,0.2496119217634275,0.18169800235017627,4107,-0.4804408568767463,-0.6032608695652174 +29137,MO,Monroe,1221.21014294969,220.2395894229136,0.13814594377258937,282.115960710827,0.0319135702161569,2,0.229700241,8,0.934797849964945,3,0.344550362,285,26023,725.5,1398,853,4057,4147,0.3445895982252896,0.20569086086327465,2306,-0.2874044860734533,-0.5560646250301422 +29139,MO,Montgomery,1256.97165821156,-2.0039327048533626,0.1027273339499477,237.671718045414,0.01942397172649673,3,0.25335698,10.8333333333333,0.932300631095812,5,0.422261633,477,35456,896.1,1734,1118,5317,5424,0.32612375399661464,0.20612094395280237,3006,-0.3295091216851608,-0.5542035398230089 +29141,MO,Morgan,649.184642500772,5.165414385616166,0.031567451616862245,149.109333460176,0.007250636200348942,8,0.395256917,26.0833333333333,1.29042365474365,8,0.395256917,841,60600,893.6,2773,1768,8688,8815,0.3191758747697974,0.20056721497447533,4989,-0.34069981583793735,-0.5659671015314804 +29143,MO,New Madrid,574.400601202651,-1.0359618103154573,0.030301783140042785,167.336669489719,0.008827636077744196,5,0.273642732,24.5,1.36756907619313,10,0.547285464,706,54780,987.2,2814,1933,7250,7352,0.38813793103448274,0.26292165397170836,3337,-0.20275862068965517,-0.4538900979325354 +29145,MO,Newton,8573.28949501344,-28.309756869593677,0.14752537245781464,2002.50457050176,0.03445821265963038,6,0.102392573,47.3333333333333,0.806442452948058,27,0.460766579,1929,175992,881.6,6425,4988,25080,26506,0.25618022328548645,0.18818380743982493,15558,-0.4686602870813397,-0.5869614426922207 +29147,MO,Nodaway,10540.9473797981,-2.2901097710637623,0.4510461009755285,1789.34701777741,0.07656598278893496,1,0.0433257,15.0833333333333,0.665343331862961,12,0.51990815,594,69125,743,3172,2529,8976,9439,0.3533868092691622,0.2679309248861108,3850,-0.26971925133689834,-0.40788219091005407 +29149,MO,Oregon,2022.87313400975,8.13749884836779,0.18590875232145482,366.92937021868,0.03372202648825292,3,0.274951883,13,1.20493094818797,3,0.274951883,430,32830,909.1,1419,865,4421,4664,0.3209681067631758,0.1854631217838765,2803,-0.331825378873558,-0.6009862778730704 +29151,MO,Osage,1417.50809945924,-32.911122307261365,0.10214066143963395,350.177998084309,0.025232598219074004,3,0.218930161,10.5,0.76844262295082,4,0.291906882,384,41010,726.1,1472,998,6918,7078,0.2127782596126048,0.14100028256569652,4847,-0.5576756287944493,-0.684797965526985 +29153,MO,Ozark,5364.68024808589,0.05138257890267446,0.55175154253686,1096.67760222919,0.11279210143260206,2,0.210703751,13,1.40738334957237,1,0.105351875,384,28415,828.1,1261,724,4453,4501,0.28317987873343814,0.16085314374583426,2915,-0.4084886593307882,-0.6476338591424128 +29155,MO,Pemiscot,1181.43082607233,-12.565658653721211,0.06457317588939276,405.560216324404,0.02216660561458264,5,0.283286119,23.3333333333333,1.36668033347,6,0.339943343,756,52877,1211.2,2671,1946,6333,6025,0.421759039949471,0.3229875518672199,2018,-0.146060318964156,-0.33493775933609965 +29157,MO,Perry,2993.42793327838,1.070123984629099,0.15778967546667966,684.93256030098,0.03610418851409941,3,0.156233726,15,0.77780658542909,11,0.572856994,577,57542,751.1,2184,1520,7987,8732,0.27344434706397897,0.17407237746220797,5387,-0.4363340428195818,-0.6169262482821806 +29159,MO,Pettis,7064.42952849379,0.06000387240912691,0.16739957651462734,1788.87241482551,0.042389337096881835,6,0.142095915,42,0.994954161040438,28,0.663114269,1263,126654,819.1,5902,4322,17171,18045,0.34371906120785045,0.23951233028539762,8470,-0.2875778929590589,-0.46938210030479355 +29161,MO,Phelps,6322.77548980567,1.1317312624523885,0.14002071684395584,1394.94882665068,0.030891771340479227,8,0.178384284,38.4166666666667,0.861205762792922,32,0.713537137,1347,134732,880.9,5798,4761,18188,18499,0.3187816142511546,0.2573652629871885,7938,-0.3351110622388388,-0.42910427590680583 +29163,MO,Pike,4537.61507163682,2.3049114927061445,0.24506454264618818,1139.68982355424,0.06155162149245194,2,0.107869047,17,0.922008894674043,9,0.485410711,624,55412,901.8,2581,1806,7319,7375,0.3526438037983331,0.2448813559322034,3468,-0.27257822106845203,-0.4702372881355932 +29165,MO,Platte,31202.0741298201,-0.027281739023211623,0.34932126609144554,7958.96799914018,0.08910422963144779,10,0.105498586,45.3333333333333,0.46113105955033,62,0.654091235,1863,284072,651.9,19171,18915,45547,46641,0.4209058774452763,0.40554447803434746,6060,-0.14152413989944457,-0.12992860358911684 +29167,MO,Polk,1767.35758349274,-23.98481356521657,0.05676068932436459,434.346372614573,0.013949525407539999,3,0.096605912,28.8333333333333,0.921634436098236,13,0.41862562,1023,93268,864.8,3580,2630,13119,13709,0.2728866529461087,0.19184477350645562,7805,-0.4323500266788627,-0.5693340141512875 +29169,MO,Pulaski,17876.8255947768,104.5580903167743,0.34198311961542643,3367.62256518376,0.06442251530749053,5,0.093569878,35,0.664716830630152,29,0.542705292,934,160547,923,4199,2918,13571,13443,0.3094097708348685,0.21706464330878525,6952,-0.3605482278387739,-0.5171464702819311 +29171,MO,Putnam,1327.59401010354,-1.3594353640405896,0.2666386844955895,292.073520016908,0.05866108054165656,2,0.414164423,5,1.03029054193283,1,0.207082212,183,14576,751.8,587,352,2309,2342,0.25422260718925943,0.1502988898377455,1584,-0.4703334776959723,-0.6763450042698548 +29173,MO,Ralls,908.112289684557,-1.8665535485696265,0.08931959178563559,195.071584242483,0.019186739868445265,2,0.195026816,8,0.782472613458529,1,0.097513408,306,30657,758.3,1736,1138,5036,5266,0.34471803018268465,0.21610330421572352,2831,-0.29686258935663223,-0.5375996961640713 +29175,MO,Randolph,3141.64928212652,-21.425743685803987,0.12361884324099001,722.932960833527,0.028446248557233295,3,0.119655392,24.25,0.970426987874665,13,0.518506701,876,75107,965.1,3031,2283,9944,10309,0.30480691874497184,0.22145697933844213,5246,-0.36564762670957357,-0.5088757396449705 +29177,MO,Ray,4505.49322226209,44.36447048740121,0.19177207892492085,1115.43300536815,0.04747735614915085,1,0.0435749,11.6666666666667,0.512730362427119,7,0.305024184,741,68783,859.5,4264,3088,10346,10835,0.4121399574714866,0.2850023073373327,4015,-0.14894645273535667,-0.3705583756345177 +29179,MO,Reynolds,3001.19230983326,-1.1177851016761584,0.4482067368329241,665.672307805854,0.09941342709167472,2,0.304645849,8.08333333333333,1.25225923057062,1,0.152322925,290,19551,977.4,1155,540,3196,3032,0.3613892365456821,0.17810026385224276,1862,-0.2415519399249061,-0.6141160949868074 +29181,MO,Ripley,2923.87516238089,-6.804449076159705,0.20736703279297092,646.742096132975,0.0458682337682961,3,0.214761257,15.8333333333333,1.14593134061904,7,0.5011096,559,41785,979.3,1396,830,5263,5518,0.26524795743872315,0.15041681768756796,3690,-0.44594337830134906,-0.6687205509242479 +29183,MO,St. Charles,136448.080703977,-2.9837564589367247,0.378512505940544,36122.4321018346,0.10020509064686353,46,0.121214357,196.25,0.502023442256432,270,0.711475574,7873,1139742,669.8,71798,68225,185597,199513,0.38684892535978493,0.34195766691894763,52674,-0.20977709769015657,-0.2640128713417171 +29185,MO,St. Clair,915.881681720399,8.185524004597063,0.09340965647326865,148.473233462163,0.01514260412668669,3,0.317225336,13.9166666666667,1.50093471383376,1,0.105741779,446,28387,887.6,1460,936,4626,4630,0.3156074362300043,0.2021598272138229,2565,-0.3370082144401211,-0.5539956803455723 +29186,MO,Ste. Genevieve,3667.970408638,-29.07316633907116,0.202147721611353,938.214291709336,0.05170649168968509,3,0.167466786,12.75,0.707154742096506,6,0.334933572,582,53849,822.1,3813,2540,8070,8459,0.4724907063197026,0.30027189975174373,2955,-0.02998760842627013,-0.34933207234897734 +29187,MO,St. Francois,9875.65911851513,3.6171892060158903,0.15109868753370048,1733.06007579066,0.026516012726490002,14,0.212249848,58.9166666666667,0.884276144305862,51,0.773195876,2308,198649,1002.9,8837,6250,22590,24714,0.3911907923860115,0.2528930970300235,11217,-0.1952633908809207,-0.45387229910172366 +29189,MO,St. Louis,267303.233281437,0.9264387408107527,0.26758312523042804,66277.1629855234,0.06634656148884073,178,0.177666697,635.666666666667,0.636569959439111,804,0.80249452,29180,3006845,728.5,294735,280866,524628,503493,0.5617980740639081,0.5578349649349643,81785,0.13654055826223532,0.16243522750068023 +29195,MO,Saline,6424.66682415097,9.97801348789455,0.27491086111043944,1591.96354040236,0.06811996321790158,6,0.256992333,21,0.913838120104439,12,0.513984666,780,69867,828.8,3785,2787,9095,9245,0.4161627267729522,0.301460248783126,3190,-0.14414513468938972,-0.3450513791238507 +29197,MO,Schuyler,3644.47650764883,0,0.8224952623897157,913.563291242553,0.2061754211786398,0,0,3.75,0.853436504324078,0,0,175,13193,875.5,697,354,1939,1933,0.3594636410520887,0.18313502327987585,1151,-0.24600309437854562,-0.5954474909467149 +29199,MO,Scotland,465.990722352211,-25.440400502999193,0.09621943472067128,143.723485167126,0.029676540402049555,2,0.411268764,7.33333333333333,1.48688834820222,2,0.411268764,192,14631,872.6,643,365,1936,1968,0.33212809917355374,0.18546747967479674,1160,-0.3114669421487603,-0.5894308943089431 +29201,MO,Scott,9048.49750757786,-18.973137318604444,0.23088202667902988,2487.97502204136,0.06348332581565563,11,0.282754543,31.0833333333333,0.802254054286575,21,0.539804128,1311,117052,911,5122,3574,16999,17244,0.3013118418730514,0.2072604964045465,9594,-0.3824342608388729,-0.5563674321503131 +29203,MO,Shannon,1399.95483751738,-43.24951396412905,0.1658517755618268,307.526322109476,0.036432451381290844,2,0.240124865,6.66666666666667,0.816193274567418,1,0.120062432,285,24838,876.7,1300,776,3688,3904,0.3524945770065076,0.1987704918032787,2190,-0.2603036876355748,-0.5609631147540984 +29205,MO,Shelby,2455.0934731929,-3.6383683229603,0.3852335592645379,666.777276268663,0.10462533755980889,2,0.327439424,9.25,1.52088128904965,1,0.163719712,258,18418,859.2,966,606,3232,3252,0.2988861386138614,0.1863468634686347,1918,-0.37809405940594065,-0.5897908979089791 +29207,MO,Stoddard,1864.53281069746,9.33594531455276,0.06221745897949346,466.476428919728,0.015565817836349704,7,0.234372384,23,0.777342165742869,15,0.502226538,1181,89508,935.1,3153,1873,12866,13278,0.2450645111145655,0.1410604006627504,9204,-0.4930048189025338,-0.693176683235427 +29209,MO,Stone,509.733642590872,142.6625313791446,0.01582925416405416,127.250893886317,0.003951645670651419,5,0.160751029,23.5,0.756916932392824,14,0.450102881,1205,93381,791,3920,2886,15974,16538,0.24539877300613497,0.17450719554964325,10263,-0.49204958056842363,-0.6205708066271617 +29211,MO,Sullivan,1829.46132357839,1.8723629225323668,0.272484558173725,442.528671631253,0.06591133029956107,3,0.467945718,4.58333333333333,0.731928031512829,3,0.467945718,235,19327,886.9,908,526,2595,2484,0.34990366088631986,0.21175523349436393,1358,-0.2705202312138728,-0.5466988727858293 +29213,MO,Taney,15577.6339411448,45.57744351575104,0.3014539708010605,3333.49602788151,0.06450887330201277,10,0.184399779,49.8333333333333,0.910447306720258,54,0.995758805,1668,162144,793.9,5462,4367,21608,23399,0.2527767493520918,0.18663190734646778,13873,-0.47440762680488713,-0.5928885849822643 +29215,MO,Texas,4700.89554722189,0.010998221817547924,0.18074806010542488,1105.30661296921,0.04249871627842241,6,0.233991108,19.5,0.756547041707081,11,0.428983699,901,76982,840.7,2871,1728,10764,10935,0.26672240802675584,0.1580246913580247,7147,-0.441007060572278,-0.6535893918609968 +29217,MO,Vernon,6776.82277250561,66.45504265942265,0.3202808626355504,1734.87181848009,0.08199214605983694,1,0.0476168,14,0.675577860348405,12,0.571401362,799,62650,970.7,2580,1706,8519,8576,0.3028524474703604,0.19892723880597016,4820,-0.3728137105294049,-0.5620335820895522 +29219,MO,Warren,1594.88474821994,-14.49525130414006,0.049053755366159385,519.260193311738,0.015970848377933073,6,0.180434848,19.25,0.569492929412461,18,0.541304544,870,99807,743.4,5219,3915,14676,15766,0.3556146088852548,0.24831916782950653,7194,-0.2678522758244754,-0.45629836356716985 +29221,MO,Washington,4577.93229407544,-1.0184016504138294,0.18170003151718356,950.819342927292,0.03773841408721143,2,0.079754357,24.75,0.996416924996981,8,0.319017426,889,75026,1061.6,3402,1926,8616,9279,0.3948467966573816,0.2075654704170708,5121,-0.186397400185701,-0.5518913676042676 +29223,MO,Wayne,4681.6740271268,3.6969618437378915,0.34625205436926265,1014.56446155409,0.07503620010014718,4,0.297353553,16.5,1.25580333358703,5,0.371691942,609,40232,1037.5,1811,946,5718,5738,0.3167191325638335,0.16486580690135935,3694,-0.34610003497726477,-0.6437783199721158 +29225,MO,Webster,2836.89291508657,79.14262968242957,0.07836287815829429,809.671963547489,0.022365393170197475,5,0.135545435,29.4166666666667,0.771969418639234,19,0.515072652,983,110826,830.7,4407,3173,15421,16690,0.28577913235198754,0.1901138406231276,9656,-0.4082095843330524,-0.5785500299580587 +29227,MO,Worth,302.13291295497,-53.096057126206496,0.1391676245762183,56.0456330572406,0.025815584089009948,1,0.482392668,4,1.97628458498024,0,0,94,6201,840.7,341,195,1048,1046,0.32538167938931295,0.1864244741873805,613,-0.308206106870229,-0.5860420650095602 +29229,MO,Wright,2296.46495428507,2.7288508527902424,0.12205500687138293,557.841544683656,0.029648766658711453,5,0.273358482,18.3333333333333,1.00258850122133,9,0.492045268,663,54998,879.4,1953,1166,7956,8086,0.24547511312217193,0.14419985159534998,5537,-0.4874308697838109,-0.6847637892653969 +29510,MO,St. Louis,19195.87345397,-40.9040217019389,0.06011974372825672,4335.20122713917,0.013577459103958016,109,0.343394693,342.416666666667,1.09958981473156,279,0.878964397,8858,951064,932.9,116654,101487,141135,127403,0.8265419633684061,0.7965824980573456,81206,0.6662911396889503,0.6373947238291092 +30001,MT,Beaverhead,2422.03866400986,23.405603225014676,0.2619552956965023,454.1452093032,0.049118019608825426,3,0.321027287,8,0.85097330071269,7,0.74906367,264,27898,691.5,1347,1115,4749,4676,0.28363866077068856,0.23845166809238666,2128,-0.40092651084438835,-0.4550898203592814 +30003,MT,Big Horn,6045.34864153808,-0.06239321931190792,0.46990661807524914,2102.84545235414,0.16345475727587563,4,0.301159464,10.1666666666667,0.761947587998701,2,0.150579732,386,39668,1143.9,2830,2061,4561,4148,0.620477965358474,0.4968659594985535,228,0.25761894321420736,0.05496624879459977 +30005,MT,Blaine,2207.76717307784,0,0.34012743384345095,717.583508617092,0.1105505328327056,4,0.604320894,5,0.757460990758976,2,0.302160447,209,19786,976.9,1598,1187,2832,2621,0.5642655367231638,0.4528805799313239,72,0.1514830508474576,-0.027470431133155282 +30007,MT,Broadwater,1432.07143248747,-4.13106692071542,0.2551802267440253,322.377903168133,0.05744438759232591,1,0.176460208,3,0.522011484252654,1,0.176460208,154,16990,674.8,761,566,3005,3097,0.25324459234608987,0.18275750726509526,1763,-0.4622296173044925,-0.5692605747497579 +30009,MT,Carbon,3626.76620350764,0.16474352097758138,0.3598696371807541,767.193390029952,0.0761255596378202,4,0.38465237,9.91666666666667,0.948056086679414,8,0.769304741,294,31133,633,2126,1824,5806,5923,0.3661729245607992,0.30795205132534187,1905,-0.23889080261798135,-0.3216275536045923 +30011,MT,Carter,1159.99999773819,0,0.9999999980501637,202.99999889485,0.17499999904728447,1,0.855431993,1,0.831255195344971,0,0,33,3521,518.3,96,70,794,777,0.12090680100755667,0.09009009009009009,607,-0.7329974811083123,-0.7812097812097812 +30013,MT,Cascade,20699.7081212257,4.4745917185229285,0.25452442757295485,4814.59914672694,0.05920050102336173,12,0.145730108,54.25,0.663567977493731,69,0.83794812,2468,246913,776.9,14949,12053,33952,33791,0.44029806786050896,0.3566926104584061,7290,-0.09101083883129124,-0.2157379183806339 +30015,MT,Chouteau,4150.57346438792,0.0223538997497476,0.7140157344551729,1248.86941323292,0.21484077296282814,2,0.33932813,5,0.868206285813509,1,0.169664065,194,17530,823.2,969,729,2804,2571,0.3455777460770328,0.28354725787631274,947,-0.27888730385164057,-0.36833916763905095 +30017,MT,Custer,5809.35067649477,21.98306649103965,0.4965681405671228,1307.88678261496,0.11179475020215061,3,0.248097916,10,0.838644750083865,8,0.661594443,434,36120,801,1824,1172,5336,5145,0.34182908545727136,0.22779397473275023,2466,-0.286544227886057,-0.4793002915451895 +30019,MT,Daniels,469.281522966224,-73.19922766768667,0.2680077229961302,78.1194169081118,0.044614172991497315,2,1.115448968,1,0.56980056980057,2,1.115448968,83,5349,758.8,236,167,1001,952,0.23576423576423577,0.17542016806722688,562,-0.4985014985014985,-0.5903361344537816 +30021,MT,Dawson,2950.12464637013,-20.51317027356555,0.3290346471525909,631.56345168061,0.07043982285083761,2,0.210128178,7,0.750509274150316,5,0.525320445,292,28567,725,1219,786,4417,4297,0.2759791713832918,0.18291831510356063,2512,-0.4086484038940457,-0.5845939027228299 +30023,MT,Deer Lodge,530.933352219353,-12.529538678926002,0.05710188774138018,96.8025137353426,0.010411111393347237,3,0.327868852,8.08333333333333,0.889745000917263,3,0.327868852,361,27571,855,2829,2018,4408,4099,0.6417876588021778,0.49231519882898267,282,0.3171506352087114,0.06879726762625027 +30025,MT,Fallon,648.411906644085,0,0.2243639815377457,153.048849040371,0.052958079252723535,1,0.321750322,1,0.32051282051282,3,0.965250965,97,9346,772.9,236,154,1399,1474,0.16869192280200143,0.1044776119402985,1122,-0.634024303073624,-0.7611940298507462 +30027,MT,Fergus,3412.06612320701,0.0017222925186453414,0.2944990612124124,715.416973608604,0.06174840096742655,7,0.611781157,6,0.525716288443004,7,0.611781157,482,34384,786,1628,1196,6044,5782,0.26935804103242883,0.20684884123140782,3039,-0.4326604897418928,-0.525596679349706 +30029,MT,Flathead,9467.13282354627,-11.823733612138948,0.10411680476361812,2159.04461283725,0.023744551874419876,16,0.168555897,68.1666666666667,0.694996703438619,68,0.716362564,2641,283864,756.6,13534,13233,42465,46144,0.3187095254915813,0.2867761789181692,16846,-0.33345107735782403,-0.36507454923717064 +30031,MT,Gallatin,11379.3878434883,-16.31187548000534,0.12712553309003496,2653.03418645834,0.029638535033552002,19,0.1952563,47.75,0.456929053989397,97,0.996834793,1567,292662,598.9,21534,23879,47113,52169,0.45707129666970897,0.457723935670609,519,-0.053424744762592125,0.009948436811133055 +30033,MT,Garfield,666.930357906161,0,0.553010247020034,159.142634821398,0.13195906701608456,1,0.76394194,1,0.763358778625954,0,0,43,3905,796.1,66,34,700,715,0.09428571428571429,0.04755244755244755,619,-0.7942857142857143,-0.8657342657342657 +30035,MT,Glacier,3099.26464277959,-7.462860761474564,0.23130566779458092,1028.04239267219,0.07672530731190313,4,0.292056075,10,0.730246823426318,9,0.657126168,398,41138,1080.8,2784,3076,4287,4969,0.6494051784464661,0.619038035822097,1478,0.3249358525775601,0.2974441537532703 +30037,MT,Golden Valley,884.000003098896,0,1.0000000035055383,192.000001363515,0.21719457167818437,0,0,NA,NA,1,1.17370892,25,2537,601.9,110,71,479,468,0.22964509394572025,0.1517094017094017,294,-0.5031315240083507,-0.6282051282051282 +30039,MT,Granite,675.432464241621,-65.49531277790352,0.21936747783099095,88.4825895252385,0.02873744382112325,3,0.934870676,2,0.593824228028504,3,0.934870676,92,9586,558.9,533,469,1705,1762,0.3126099706744868,0.26617480136208854,716,-0.3366568914956012,-0.40635641316685583 +30041,MT,Hill,7506.7968528294,0.1166746260353825,0.4663765440376119,2169.54076647913,0.13478757247012488,2,0.120510966,12,0.725426187885383,14,0.843576765,437,49776,802.4,3372,2350,6757,6347,0.4990380346307533,0.3702536631479439,1096,0.035370726653840445,-0.17268000630219 +30043,MT,Jefferson,1338.86915907218,-61.475032501236605,0.11738288261197441,278.985301921813,0.024459521473067947,3,0.259560478,6,0.506200961781827,3,0.259560478,316,34694,781.9,2256,1975,6490,6535,0.34761171032357474,0.3022188217291507,2124,-0.2751926040061633,-0.32501912777352715 +30045,MT,Judith Basin,1251.10326078962,-1.9596422381192402,0.6038143150529054,260.861340069201,0.12589833014922827,2,1.004520342,2,1.03092783505155,0,0,60,5929,636.8,336,232,1212,1189,0.27722772277227725,0.1951219512195122,635,-0.4257425742574257,-0.534062237174096 +30047,MT,Lake,1973.44036851726,-61.55016241799219,0.06865095555963473,427.314124047994,0.01486516816419655,8,0.274923537,20.5833333333333,0.691690749826377,18,0.618577958,908,87739,785.2,5715,4703,13156,12898,0.43440255396777133,0.36463017522096447,2750,-0.1040589844937671,-0.21321135059699176 +30049,MT,Lewis and Clark,15019.2538360908,-4.009744439053377,0.23691543238568977,3255.87269023958,0.05135850919220097,10,0.151846453,46.6666666666667,0.69359808963269,43,0.652939747,1739,197668,714.2,15479,14331,33032,33697,0.4686062000484379,0.4252900851707867,2334,-0.036146766771615435,-0.06926432620114553 +30051,MT,Liberty,1312.57366292693,11.333180638370434,0.5611687314779521,294.42848296164,0.12587793200583156,2,0.847816872,2,0.8302200083022,0,0,75,7145,555,257,205,983,949,0.2614445574771109,0.2160168598524763,490,-0.4486266531027467,-0.5163329820864068 +30053,MT,Lincoln,3085.49054863737,5.382311430527823,0.15672730983071925,496.028275215212,0.025195726886534868,8,0.418300654,20,1.03847551793966,8,0.418300654,753,57603,842.7,2544,2040,8869,9250,0.28684180854662306,0.22054054054054054,4680,-0.39474574360130793,-0.505945945945946 +30055,MT,McCone,714.394528358702,-55.26615890062185,0.4119922308873714,135.006478411735,0.07785840738854383,1,0.590318772,1,0.588235294117647,2,1.180637544,54,5094,583,221,154,988,1056,0.2236842105263158,0.14583333333333334,704,-0.5273279352226721,-0.6666666666666666 +30057,MT,Madison,2322.07136462354,-18.178154977203278,0.3019206039037238,401.47589349257,0.052200740279881676,3,0.383631714,6,0.757193336698637,1,0.127877238,206,23419,530.4,1285,1175,4511,4708,0.28485923298603416,0.24957519116397622,2105,-0.4056750166260253,-0.4471112999150383 +30059,MT,Meagher,1890.99999621275,0,0.9999999979972236,365.000003166318,0.19301956804141618,2,1.079330815,3,1.64203612479475,1,0.539665407,87,5616,901.7,269,191,972,970,0.2767489711934156,0.19690721649484536,537,-0.41255144032921814,-0.5536082474226804 +30061,MT,Mineral,1970.58690967844,-0.043457335919403386,0.4666319937670945,353.85779716872503,0.08379299009441749,3,0.704721635,6.83333333333333,1.63320586360739,1,0.234907212,167,12767,847.4,698,515,2009,1974,0.3474365355898457,0.2608915906788247,807,-0.2558486809357889,-0.40881458966565354 +30063,MT,Missoula,24202.8408709946,-19.37270603958339,0.22143698360455816,5469.36959284208,0.05004043580309134,21,0.186361861,67.6666666666667,0.582680329515773,84,0.745447446,2547,338593,730.2,34380,30740,59374,57271,0.5790413312224206,0.536746346318381,9041,0.1868663051167178,0.15786349112116077 +30065,MT,Musselshell,1447.18326083969,0,0.3189033188276091,277.966029158691,0.061252981304251,2,0.435824798,2,0.435824798431031,0,0,156,13823,810.6,482,331,2353,2404,0.20484487887802805,0.1376871880199667,1630,-0.5567360815979601,-0.678036605657238 +30067,MT,Park,4661.86623516509,-20.44303038743176,0.29814954177315744,919.625005114657,0.05881459485256184,4,0.251889169,10.8333333333333,0.672293243970047,12,0.755667506,462,47468,700.8,3728,3521,8634,9056,0.43178132962705584,0.3888030035335689,1351,-0.10528144544822793,-0.14918286219081278 +30069,MT,Petroleum,494.00000226879,0,1.0000000045926922,113.000000543542,0.2287449403715425,1,2.06185567,1,2.04498977505112,0,0,10,1470,510.5,49,30,298,319,0.1644295302013423,0.09404388714733543,246,-0.6409395973154361,-0.7711598746081504 +30071,MT,Phillips,1134.18566187032,-26.15444561217963,0.2666789705784905,261.332769759981,0.06144668933928544,2,0.477099237,3,0.725864989112025,2,0.477099237,162,12518,785.9,471,315,2228,2147,0.2114003590664273,0.14671634839310665,1400,-0.546229802513465,-0.6520726595249186 +30073,MT,Pondera,2790.26757118435,0,0.4534808339321225,767.182272752531,0.12468426340850497,2,0.321595112,7,1.15055884286654,2,0.321595112,204,18642,715.6,969,737,2704,2692,0.3583579881656805,0.27377414561664193,1049,-0.25776627218934905,-0.3896731054977711 +30075,MT,Powder River,912.933999331895,0,0.5237716576775072,194.847652051387,0.11178867013848941,1,0.560852496,1,0.572737686139748,1,0.560852496,60,5302,626.4,170,127,1019,1047,0.16683022571148184,0.12129894937917861,753,-0.6506378802747792,-0.7191977077363897 +30077,MT,Powell,1373.79118336017,-0.17435579688175779,0.19550180494665859,284.8807996588,0.040540885108695045,2,0.289477493,5,0.729075532225139,3,0.43421624,225,20711,800.1,884,549,2763,2768,0.3199420919290626,0.19833815028901733,1468,-0.33079985522982264,-0.5303468208092486 +30079,MT,Prairie,1179.00000219031,0,1.0000000018577693,208.999999692342,0.17726887166441224,1,0.871080139,1,0.846023688663283,0,0,53,3471,716.6,167,100,701,686,0.23823109843081314,0.1457725947521866,455,-0.5007132667617689,-0.6632653061224489 +30081,MT,Ravalli,1829.69181396211,-0.909270443244707,0.045501139310706006,305.864462461993,0.007606298181189522,12,0.292468925,25.5833333333333,0.607853386555154,17,0.414330977,1286,123093,684.4,6466,6166,19797,22063,0.3266151437086427,0.27947241988850113,8507,-0.3208061827549629,-0.38557766396228976 +30083,MT,Richland,2901.2027330543,-11.051169795865382,0.29768138036674535,700.675096737362,0.0718936072991342,3,0.259156876,8,0.696742727747779,10,0.863856254,272,34713,762.5,992,669,4602,4812,0.21555845284658845,0.13902743142144638,3216,-0.5404172099087353,-0.6683291770573566 +30085,MT,Roosevelt,6021.32002515622,-0.0027992056229718554,0.5775846546912442,1921.24450935401,0.1842920392665717,5,0.44122838,11.9166666666667,1.05410585286746,5,0.44122838,443,33938,1462,2044,1504,3618,3486,0.5649530127142067,0.4314400458978772,218,0.14953012714206743,-0.0625358577165806 +30087,MT,Rosebud,2227.54420992285,1.5048420269707046e-4,0.24125898515356328,671.935659436936,0.07277544237376107,6,0.643362642,8.33333333333333,0.897311654283766,5,0.536135535,275,28040,965.1,1478,969,3610,3357,0.40941828254847645,0.28865058087578194,1242,-0.15429362880886421,-0.36997319034852544 +30089,MT,Sanders,4809.26978037504,0.6832775129798581,0.4213852431766442,1010.86072013303,0.08857099098685971,11,0.967969025,16.9166666666667,1.4666782266921,7,0.615980289,451,33988,829.9,1716,1211,5888,5871,0.2914402173913043,0.20626809742803612,3057,-0.38298233695652173,-0.5206949412365867 +30091,MT,Sheridan,1192.49146984672,-0.016239785404420892,0.3523910962904019,226.059121692484,0.06680234092567494,2,0.541125541,4,1.09649122807018,1,0.270562771,183,11018,966.1,661,476,1920,1825,0.34427083333333336,0.2608219178082192,761,-0.28229166666666666,-0.41698630136986303 +30093,MT,Silver Bow,4056.98823177655,-52.09790435972068,0.11862538689405117,796.960227876568,0.02330293063966573,7,0.201845444,30.0833333333333,0.870643166536432,33,0.951557093,1240,103888,896,10782,8545,16617,16122,0.6488535836793645,0.530021089194889,2293,0.32544984052476383,0.14222801141297609 +30095,MT,Stillwater,1457.7079175897,0.7984065509651448,0.15988898953490183,291.015284011067,0.03192007063848492,4,0.430570506,6,0.637890708058686,3,0.322927879,289,28074,789.1,1209,904,4560,4816,0.26513157894736844,0.1877076411960133,2726,-0.44473684210526315,-0.566029900332226 +30097,MT,Sweet Grass,825.658699469301,0,0.22614590508608629,200.767907949845,0.05498984057788141,1,0.272851296,4,1.10405741098537,0,0,135,10974,671.9,473,398,2105,2077,0.22470308788598575,0.19162253249879635,1182,-0.5277909738717339,-0.5690900337024555 +30099,MT,Teton,1925.54066237326,-47.29661965165018,0.31706580971072945,445.318482456214,0.07332759467416664,2,0.329815303,2,0.330250990752972,0,0,194,18213,622.1,1073,803,3250,3143,0.33015384615384613,0.25548838689150494,1349,-0.3132307692307692,-0.42920776328348714 +30101,MT,Toole,2002.35877955936,-0.001343868208701622,0.3761004469495417,411.982454273467,0.07738212890185331,2,0.388349515,5,1.00462125778581,2,0.388349515,154,15349,768.8,582,399,2102,2018,0.2768791627021884,0.19772051536174431,1096,-0.4081826831588963,-0.5431119920713577 +30103,MT,Treasure,717.999999953103,0,0.9999999999346839,133.999999650067,0.18662952597502364,0,0,NA,NA,0,0,33,2093,1033.1,114,59,453,441,0.25165562913907286,0.13378684807256236,291,-0.4481236203090508,-0.6598639455782312 +30105,MT,Valley,2883.55983908141,-2.779386323317385,0.39130951812748127,670.078778740279,0.09093211816261078,3,0.392670157,6,0.795861520095503,12,1.570680628,264,22910,726.3,1386,886,3860,3860,0.3590673575129534,0.22953367875647668,1811,-0.2463730569948186,-0.4691709844559585 +30107,MT,Wheatland,2167.9999897113,0,0.9999999952542896,512.999999712712,0.23662361610364943,2,0.951474786,1,0.472366556447804,0,0,69,6337,642.1,272,179,989,932,0.2750252780586451,0.19206008583690987,519,-0.4226491405460061,-0.5568669527896997 +30109,MT,Wibaux,1016.9999957933,90.56898856277061,0.9999999958636184,216.999999620242,0.2133726643266883,1,0.89206066,1,0.914913083257091,1,0.89206066,51,3383,673.6,25,55,544,533,0.04595588235294118,0.10318949343339587,405,-0.7279411764705883,-0.7598499061913696 +30111,MT,Yellowstone,37946.9143699542,-3.4302302584633244,0.2564465869891209,9585.24136829398,0.06477739956406604,18,0.115655962,101.333333333333,0.639581242596952,116,0.745338422,4297,466676,753.8,26275,21117,68561,64675,0.38323536704540484,0.3265094704290684,17558,-0.20632721226353168,-0.27148047931967534 +31001,NE,Adams,9156.12519440274,19.64163239358425,0.2919310417804725,2198.04648859145,0.07008182912228829,5,0.158947134,15.0833333333333,0.476055211884021,34,1.080840512,938,94588,731,3991,3272,12451,13172,0.3205365030921211,0.2484057090798664,5933,-0.34085615613203757,-0.45042514424536895 +31003,NE,Antelope,1349.93339355155,-51.08749837889778,0.2019346886389753,308.749583451305,0.04618542759181825,5,0.781494217,6,0.948017064307158,4,0.625195374,229,19268,639.5,571,381,3209,3220,0.1779370520411343,0.11832298136645963,2336,-0.6276098473044562,-0.7254658385093167 +31005,NE,Arthur,460.000004409541,0,1.0000000095859587,125.000001025584,0.27173913266431304,1,2.207505519,NA,NA,0,0,17,1362,957.2,30,16,261,263,0.11494252873563218,0.060836501901140684,221,-0.7547892720306514,-0.8403041825095058 +31007,NE,Banner,679.925867230687,-1.4600201719361778,0.9853998075807059,152.85198028704,0.22152460911165217,0,0,NA,NA,0,0,18,2304,428.6,55,18,402,390,0.13681592039800994,0.046153846153846156,337,-0.7064676616915423,-0.8641025641025641 +31009,NE,Blaine,477.999998359659,0,0.9999999965683243,117.000000297514,0.2447698750994017,0,0,NA,NA,0,0,13,1469,579.1,29,30,301,313,0.09634551495016612,0.09584664536741214,243,-0.7940199335548173,-0.7763578274760383 +31011,NE,Boone,1021.48125662599,-35.64692506738576,0.18555517831534785,251.455138909246,0.045677591082515165,4,0.747244536,6.75,1.26594148537134,1,0.186811134,212,16053,698.1,615,414,2799,2867,0.21972132904608788,0.14440181374258806,1885,-0.5434083601286174,-0.6574816881757934 +31013,NE,Box Butte,3741.76018849213,0,0.33089495830315974,967.00337360833,0.08551497821085338,4,0.352733686,9,0.804002144005717,5,0.440917108,361,33980,827,1634,953,4541,4761,0.3598326359832636,0.20016803192606594,2597,-0.2556705571460031,-0.5454736399915985 +31015,NE,Boyd,2099.00000292937,0,1.0000000013956027,451.000000044273,0.21486422107873893,2,0.983767831,3,1.51362260343088,0,0,102,6052,717.4,186,128,1047,1142,0.17765042979942694,0.11208406304728546,850,-0.6361031518624642,-0.7443082311733801 +31017,NE,Brown,317.127541170496,0,0.10083546619093672,58.7722756316497,0.018687528022782098,3,1.020061204,5,1.68918918918919,0,0,120,8813,711.1,223,153,1545,1579,0.14433656957928803,0.09689677010766308,1227,-0.6957928802588997,-0.7770740975300824 +31019,NE,Buffalo,9059.40333049422,-38.033530141197424,0.19650781594061473,2414.89505766801,0.05238156821109735,10,0.207365627,27.9166666666667,0.565309249471815,42,0.870935634,1050,145301,664.3,5266,4690,19057,20477,0.2763289080128037,0.22903745665869024,9734,-0.42567035734900566,-0.4753626019436441 +31021,NE,Burt,46.0829548671245,-98.4748552102837,0.006719590969251166,7.24426201135066,0.001056322836300767,2,0.304275065,7,1.06935533150015,2,0.304275065,278,19756,750.4,1280,928,3343,3523,0.3828896201017051,0.26341186488787965,1432,-0.22016153155848034,-0.40647175702526256 +31023,NE,Butler,1338.25979396487,-0.901520020555977,0.15941152995412386,303.669665613323,0.036172682026601906,2,0.242453631,3,0.3725782414307,1,0.121226815,310,24665,708.9,1028,690,3818,3914,0.26925091671031953,0.17629024016351558,2378,-0.44552121529596644,-0.6075625958099131 +31025,NE,Cass,6190.43667026207,-12.234233329871262,0.24525322571459413,1611.63713866149,0.0638499718181328,5,0.19589406,12.5833333333333,0.48835073284951,10,0.391788121,747,76377,806.2,4298,3461,11952,12609,0.35960508701472554,0.2744864779126021,4927,-0.26397255689424365,-0.39075263700531365 +31027,NE,Cedar,1411.98705113336,-60.29499793186296,0.1595105118767917,343.589340055113,0.038814882518652616,4,0.464576074,6.91666666666667,0.797678084034906,1,0.116144019,304,25843,620.6,952,572,4260,4360,0.22347417840375586,0.13119266055045872,2961,-0.5349765258215963,-0.6791284403669724 +31029,NE,Chase,1166.83112046363,-0.9559940937244507,0.2942085528148336,255.045523008611,0.06430799874145512,3,0.754147813,4,1.01600203200406,1,0.251382604,168,11905,828.1,252,171,1849,1851,0.13628988642509465,0.09238249594813615,1450,-0.7144402379664684,-0.7833603457590491 +31031,NE,Cherry,2361.38169512366,5.59396302057219,0.4133347969759601,562.874902020498,0.0985252760406963,3,0.520652551,6,1.02880658436214,5,0.867754252,191,17382,665.5,436,317,3052,3082,0.14285714285714285,0.10285528877352369,2306,-0.6949541284403671,-0.7482154445165478 +31033,NE,Cheyenne,1889.7218343121301,-0.12433567505577316,0.18900998542829867,408.908332114716,0.04089901301407441,3,0.295624754,5.58333333333333,0.555500281895665,5,0.492707923,285,30352,673.2,983,702,4197,4569,0.23421491541577316,0.15364412344057782,2908,-0.5125089349535383,-0.6364631210330487 +31035,NE,Clay,3047.37049979233,0.4952916852403472,0.46581634053688936,777.044894405727,0.11877788052670848,5,0.791765637,5.58333333333333,0.905944074855319,1,0.158353127,212,19016,740.1,662,470,2916,2973,0.2270233196159122,0.1580894719138917,1903,-0.5318930041152263,-0.6400941809619913 +31037,NE,Colfax,2824.37800732329,0.031058380793870986,0.2686046607059715,647.763786847589,0.06160378381812545,6,0.571210967,11,1.05627040522374,4,0.380807312,251,31480,694.3,959,857,3047,3172,0.31473580571053494,0.2701765447667087,1314,-0.35641614702986546,-0.41424968474148804 +31039,NE,Cuming,411.506023831903,-86.30819956871704,0.04502746731938976,99.5130430976567,0.010888832815150094,3,0.332336324,9,0.998225377107365,6,0.664672649,302,27150,607.9,1015,712,3928,3988,0.2584012219959267,0.17853560682046138,2383,-0.4691955193482688,-0.5975426278836509 +31041,NE,Custer,5627.36193713934,-0.40733519607878066,0.5144311122716281,1277.75502868253,0.11680729762158608,6,0.559284116,9.16666666666667,0.848215662687764,3,0.279642058,395,32341,731.2,1066,635,5414,5489,0.19689693387513854,0.1156859172891237,3981,-0.588289619504987,-0.7252687192566952 +31043,NE,Dakota,5230.91257615405,29.121219034387874,0.24901992650452487,1542.60328578644,0.07343631751815861,7,0.335731415,19,0.928414365990716,13,0.623501199,461,62365,727.2,2831,2904,5977,7259,0.473648987786515,0.40005510400881666,1124,-0.036305839049690425,-0.15484226477476232 +31045,NE,Dawes,2125.24332030172,0.7832554323759363,0.23145756047720756,381.786542258411,0.04157988915905151,3,0.331785003,6.08333333333333,0.677506775067751,8,0.884760009,245,27263,629.7,1102,785,3634,3578,0.30324711062190424,0.2193963107881498,1774,-0.3668134287286736,-0.49580771380659583 +31047,NE,Dawson,7959.44554470691,-9.941838355607748,0.32719910978816535,2359.74981923838,0.09700525442893941,4,0.166002656,19,0.803722504230118,17,0.705511288,643,71996,735.4,2157,2116,7680,8486,0.280859375,0.24935187367428707,3819,-0.418359375,-0.45003535234503883 +31049,NE,Deuel,520.520611014027,0,0.26817136064607267,92.4318953449761,0.047620760095299385,2,1.030927835,2,1.06780565936999,1,0.515463918,68,5786,664.2,215,120,1012,977,0.2124505928853755,0.12282497441146366,689,-0.541501976284585,-0.7052200614124872 +31051,NE,Dixon,2036.41290239419,-18.478519667998246,0.33940215039903165,538.174312824885,0.08969571880414749,2,0.345901072,3,0.520652551197501,0,0,183,17407,666,870,556,2666,2744,0.32633158289572395,0.20262390670553937,1485,-0.32820705176294074,-0.5411807580174928 +31053,NE,Dodge,11353.3021840016,15.703300605202438,0.3094301649996348,2826.20001771142,0.07702706434034014,7,0.190507294,24.0833333333333,0.655203997424527,25,0.680383192,1358,110036,795.5,5588,4451,14759,14959,0.37861643742801004,0.29754662744835886,5285,-0.22691239243851208,-0.35329901731399155 +31055,NE,Douglas,57723.5790318108,-22.237578043965943,0.11162727278878921,15472.3830391282,0.029920873777587363,89,0.163830618,305.833333333333,0.551056015519659,406,0.747362143,12078,1632043,775,99261,105207,210501,219531,0.4715464534610287,0.47923527884444567,3056,-0.04303067443860126,0.01392058524764156 +31057,NE,Dundy,667.913863282472,0,0.33262642593748604,135.984378101609,0.06772130383546265,0,0,1,0.546149645002731,1,0.530222694,81,5660,741.3,176,89,981,949,0.17940876656472987,0.09378292939936776,734,-0.6269113149847094,-0.7734457323498419 +31059,NE,Fillmore,1156.82144035087,-17.942030830937778,0.19640431924462992,274.30251327015,0.04657088510528862,3,0.529941706,7,1.22377622377622,3,0.529941706,265,16917,838.5,794,610,2815,2879,0.28206039076376554,0.21187912469607503,1490,-0.4184724689165187,-0.517540812782216 +31061,NE,Franklin,1530.61320797092,-1.1585022035509425,0.4746087466576496,322.481038401042,0.09999412043443162,2,0.650195059,3,0.99535500995355,0,0,108,9101,613.6,381,250,1527,1656,0.24950884086444008,0.15096618357487923,1095,-0.4774066797642436,-0.6612318840579711 +31063,NE,Frontier,2674.08557918832,-2.972221533500331,0.9702777863528012,586.794488239949,0.2129152714949017,4,1.478743068,3,1.1446012972148,0,0,62,8054,495.4,381,161,1422,1310,0.2679324894514768,0.12290076335877863,945,-0.4388185654008439,-0.7213740458015268 +31065,NE,Furnas,1080.93601151444,-53.83316564547116,0.21797459397347047,235.256097668287,0.04744022941485924,4,0.818330606,6,1.25339461040318,2,0.409165303,223,14594,843.5,422,304,2215,2315,0.1905191873589165,0.13131749460043196,1611,-0.6072234762979684,-0.6958963282937365 +31067,NE,Gage,6734.16356796244,3.3231426046055947,0.30183154354186004,1631.28737634534,0.07311583417799919,5,0.230808291,16.75,0.768383870819762,15,0.692424872,829,65389,767.9,3870,2930,9552,9854,0.40515075376884424,0.29734118124619446,3403,-0.1675041876046901,-0.34534199309924896 +31069,NE,Garden,2054.14209993662,0,0.9986106465418668,381.749118623454,0.1855853760930744,2,1.046572475,1,0.518134715025907,0,0,89,5735,686.2,242,153,1088,1063,0.22242647058823528,0.14393226716839136,716,-0.5395220588235294,-0.6735653809971778 +31071,NE,Garfield,204.602278347249,-2.0934670523417838,0.09985469904697367,39.9258607308488,0.01948553476371342,1,0.499251123,2,0.994530084535057,1,0.499251123,96,6041,706.4,147,121,928,968,0.1584051724137931,0.125,698,-0.6627155172413792,-0.7210743801652892 +31073,NE,Gosper,1313.37123317223,1.1609662789823738,0.6425495269922847,320.035523390522,0.1565731523436996,1,0.507614213,1,0.507356671740233,1,0.507614213,70,5899,706.2,230,165,975,1e3,0.2358974358974359,0.165,627,-0.5148717948717949,-0.627 +31075,NE,Grant,613.999997822371,0,0.999999996453373,114.999999381407,0.1872964159306303,1,1.615508885,1,1.5600624024961,0,0,16,1888,910.8,30,20,363,394,0.08264462809917356,0.050761421319796954,347,-0.8044077134986225,-0.8807106598984771 +31077,NE,Greeley,2537.06557672521,61.31393252388836,0.9996318269208867,597.000000149212,0.23522458634720728,2,0.805801773,2,0.833680700291788,0,0,81,7391,608,340,210,1181,1165,0.28789161727349705,0.18025751072961374,701,-0.4064352243861134,-0.6017167381974249 +31079,NE,Hall,18742.4632947125,52.4092873110662,0.3197990563364871,5275.95537118429,0.09002261455430734,10,0.16262278,37.8333333333333,0.613132377170948,49,0.796851623,1583,184043,735.8,6971,6142,19721,21331,0.35348106079813396,0.28793774319066145,7997,-0.27589878809391005,-0.3749003797290329 +31081,NE,Hamilton,998.285709093225,69.90330434927371,0.10941316408299268,265.838359782763,0.029136163939364645,1,0.109469075,4,0.435445242760723,4,0.4378763,266,27406,682.2,1136,873,4824,4902,0.23548922056384744,0.1780905752753978,2890,-0.5070480928689883,-0.5895552835577316 +31083,NE,Harlan,207.888523295844,-12.91526799634676,0.06073284349863979,40.3174789803463,0.011778404610092406,1,0.286368843,2.58333333333333,0.743833381322584,3,0.859106529,108,10430,578.3,311,219,1584,1582,0.19633838383838384,0.13843236409608092,1083,-0.591540404040404,-0.6845764854614411 +31085,NE,Hayes,967.000003602739,0,1.0000000037256866,222.999999806643,0.23061013423644566,1,1.071811361,1.75,1.95094760312152,0,0,11,2836,212.3,50,30,535,510,0.09345794392523364,0.058823529411764705,441,-0.7906542056074767,-0.8647058823529412 +31087,NE,Hitchcock,2762.52968534425,8.774369858797025,0.949975820269687,594.829762111346,0.2045494367645619,2,0.689417442,1,0.353982300884956,0,0,113,8640,748.5,310,158,1739,1440,0.17826336975273147,0.10972222222222222,1058,-0.6187464059804485,-0.7347222222222223 +31089,NE,Holt,2653.4382280197,-0.4737894851465637,0.2542825326324581,561.407471658094,0.05380042852497307,7,0.672882822,11,1.07317073170732,5,0.480630587,383,31130,696.4,862,522,4749,4979,0.18151189724152453,0.10484032938341033,3753,-0.6163402821646663,-0.7537658164290018 +31091,NE,Hooker,117.139005500575,-84.08437417901278,0.15915625747360734,30.5503742401465,0.041508660652372964,1,1.373626374,1,1.41242937853107,1,1.373626374,44,2189,881.5,59,40,394,414,0.14974619289340102,0.0966183574879227,315,-0.6878172588832487,-0.7608695652173914 +31093,NE,Howard,1132.17610027845,-12.008095476420937,0.18045522796915045,259.702021714438,0.04139337292228849,2,0.314366551,4,0.622180743505989,2,0.314366551,187,19122,613.4,914,544,2856,2958,0.32002801120448177,0.1839080459770115,1740,-0.34173669467787116,-0.5882352941176471 +31095,NE,Jefferson,1781.43591529697,-0.8717762699443138,0.2360455698021691,381.505075027649,0.05055055982875964,2,0.272665303,5,0.69666991779295,4,0.545330607,341,22088,870,1185,831,3416,3430,0.3468969555035129,0.2422740524781341,1556,-0.2842505854800937,-0.4536443148688047 +31097,NE,Johnson,1354.40994474734,0,0.25961471051319535,334.92023684755,0.06419786023529805,1,0.192864031,3,0.580158576677625,2,0.385728062,191,15474,849.1,790,560,2057,2051,0.3840544482255712,0.27303754266211605,788,-0.21050072921730678,-0.3842028278888347 +31099,NE,Kearney,735.419342371199,0,0.11333323198816442,184.767077722154,0.02847389084946124,3,0.45153522,4,0.610500610500611,3,0.45153522,223,19674,747.2,761,550,3156,3242,0.24112801013941698,0.16964836520666254,1969,-0.5006337135614702,-0.607341147439852 +31101,NE,Keith,1837.33556080846,-0.31806315210612834,0.2195668691214699,351.782190098735,0.04203898065233449,3,0.369412634,6.16666666666667,0.769102851916521,8,0.985100357,286,24293,756,920,560,4026,3945,0.22851465474416294,0.14195183776932827,2643,-0.5255837059115747,-0.6699619771863118 +31103,NE,Keya Paha,823.045036571443,0,0.9988410638002949,179.000000647427,0.21723301049445023,1,1.234567901,1,1.26422250316056,0,0,21,2403,466.1,80,39,481,514,0.16632016632016633,0.07587548638132295,419,-0.6486486486486487,-0.8151750972762647 +31105,NE,Kimball,287.082039319907,0,0.0751326980685441,55.3926985717223,0.014496911429396046,1,0.269323997,3,0.815438977983148,2,0.538647994,138,11045,696.1,391,227,1665,1636,0.23483483483483483,0.1387530562347188,1090,-0.4990990990990991,-0.6662591687041565 +31107,NE,Knox,675.571914806052,-89.66322993856373,0.07764301974555246,120.839723355598,0.013888027049258476,6,0.707380335,9.16666666666667,1.06949791934041,1,0.117896722,363,25608,718.7,1055,715,4015,4061,0.2627646326276463,0.17606500861856686,2466,-0.45404732254047325,-0.6072395961585816 +31109,NE,Lancaster,29062.503722183,-24.06799359937385,0.10182827934207289,6551.63246848998,0.022955402174753878,50,0.165675376,155.166666666667,0.501124434956632,281,0.931095611,6223,906787,691.9,59970,60533,123206,129803,0.4867457753680827,0.4663451538100044,77,-0.009796600814895362,5.932066285063153e-4 +31111,NE,Lincoln,7626.66281998991,-7.388711058995669,0.21017038194416637,1995.53339234157,0.05499155071488013,10,0.27921262,21,0.590717299578059,25,0.698031551,1088,107417,748.4,4350,2878,15266,15674,0.2849469409144504,0.1836161796605844,9114,-0.4058037468885104,-0.5814725022329973 +31113,NE,Logan,107.06607986005,-85.96774834889985,0.14032251619927916,24.7028183146772,0.0323759086693017,0,0,NA,NA,0,0,22,2292,650.7,68,32,431,451,0.15777262180974477,0.07095343680709534,368,-0.6682134570765661,-0.8159645232815965 +31115,NE,Loup,506.378343118222,0,0.8012315555668068,121.149334284836,0.19169198462790507,0,0,NA,NA,0,0,13,1753,479.1,62,48,356,382,0.17415730337078653,0.1256544502617801,275,-0.6404494382022472,-0.7198952879581152 +31117,NE,McPherson,539.000005236384,0,1.0000000097149981,151.000001319261,0.2801484254531744,0,0,NA,NA,0,0,NA,NA,NA,41,14,290,286,0.1413793103448276,0.04895104895104895,243,-0.6758620689655173,-0.8496503496503497 +31119,NE,Madison,8634.80645560055,-21.036478183635964,0.24758591741026925,2194.19041791532,0.0629140502900367,8,0.227440723,23.5,0.671140939597315,32,0.909762893,1116,105440,776.4,3368,2663,13512,13956,0.2492599171107164,0.1908139868157065,7855,-0.48149792776791,-0.5628403554026942 +31121,NE,Merrick,2947.67721826645,-4.186322457268717,0.37573960717226895,719.797902777213,0.09175244139926234,2,0.257532835,3,0.383239652529382,4,0.515065671,258,23345,770.4,921,601,3457,3707,0.266415967601967,0.1621257081197734,2313,-0.4501012438530518,-0.6239546803345024 +31123,NE,Morrill,2557.65011190694,0.720931664055947,0.50726896309142,614.845445713676,0.12194475321572312,3,0.617030029,5.91666666666667,1.23598635192535,7,1.439736734,189,14571,905.2,450,282,2152,2166,0.20910780669144982,0.13019390581717452,1506,-0.5613382899628253,-0.6952908587257618 +31125,NE,Nance,1398.473968335,-59.90876720828617,0.37442408790763054,340.717352395262,0.09122285204692422,2,0.56022409,3.16666666666667,0.885533184190902,2,0.56022409,148,10750,816.2,477,280,1604,1599,0.29738154613466333,0.17510944340212634,977,-0.38715710723192026,-0.6110068792995622 +31127,NE,Nemaha,180.269313905728,-75.96174551645552,0.024871594081916117,35.5118604669406,0.004899539247646329,4,0.557491289,7.91666666666667,1.13565724668866,4,0.557491289,235,21371,781.2,1089,765,3126,3035,0.34836852207293667,0.25205930807248766,1303,-0.2847088931541907,-0.429324546952224 +31129,NE,Nuckolls,1621.31333367887,-0.45567498347594915,0.3602918519286378,357.212542572798,0.07938056501617732,2,0.457770657,5,1.17233294255569,2,0.457770657,179,13080,668,567,348,2170,2153,0.26129032258064516,0.16163492800743148,1361,-0.4589861751152074,-0.6321411983279145 +31131,NE,Otoe,2143.1735915145,0.2821811151626579,0.13616096515339898,541.192041937634,0.03438323011039606,4,0.253212635,12,0.746222249860083,8,0.506425271,560,47655,718.9,2542,2017,6905,7279,0.36813902968863144,0.27709850254155793,2816,-0.24388124547429402,-0.3868663277922791 +31133,NE,Pawnee,503.21630581056297,0,0.1814699984892041,113.418588122604,0.04090104151554417,1,0.370096225,1.91666666666667,0.72272498743087,1,0.370096225,115,8071,685.8,396,279,1330,1314,0.29774436090225564,0.21232876712328766,691,-0.3766917293233083,-0.525875190258752 +31135,NE,Perkins,877.430952209178,-70.23537020003842,0.29543129704012727,217.083358730711,0.07309203997667038,1,0.345901072,1.08333333333333,0.373821025994939,0,0,105,8735,591.8,237,160,1391,1418,0.17038102084831055,0.11283497884344147,1042,-0.6441409058231489,-0.7348377997179125 +31137,NE,Phelps,1444.3870314828,-17.189268238507633,0.1572036386028298,373.675137265362,0.040669910455524816,3,0.326548384,9,0.971292898769696,9,0.979645151,332,27698,693.3,875,571,4336,4609,0.2017988929889299,0.12388804512909525,3261,-0.5758763837638377,-0.7075287481015404 +31139,NE,Pierce,4813.21183782441,-17.56344311715557,0.6624293748726136,1264.90109606143,0.17408492926801955,4,0.555401277,7,0.977790194161196,4,0.555401277,245,21562,717.7,637,382,3414,3580,0.18658465143526656,0.10670391061452514,2670,-0.6063268892794376,-0.7458100558659219 +31141,NE,Platte,8839.2605443346,60.16512214134121,0.27419612694526785,2396.84736708497,0.07435081946474455,6,0.183677218,16.8333333333333,0.512258705862066,23,0.704096002,851,98136,667.5,3095,2612,13249,14047,0.2336025360404559,0.1859471773332384,8252,-0.5183787455657031,-0.5874563963835695 +31143,NE,Polk,311.583502538333,-93.60599817373455,0.0576366079427179,67.4572707563348,0.012478222485448519,3,0.569151964,5.41666666666667,1.04106605163688,2,0.379434642,182,15728,669.6,527,411,2446,2538,0.21545380212591986,0.16193853427895982,1608,-0.5556009811937859,-0.6335697399527187 +31145,NE,Red Willow,5321.86430343109,-7.420121636805417,0.48139885150891815,1231.25174821599,0.11137510160253188,1,0.092021717,6,0.559597090095131,11,1.012238888,379,32705,724.9,940,638,4868,5061,0.19309778142974526,0.1260620430744912,3574,-0.598808545603944,-0.7061845485082 +31147,NE,Richardson,2268.07348284955,-0.9322157345728067,0.2712033340726474,434.897137816415,0.05200252753992766,2,0.246062992,6,0.744416873449131,5,0.61515748,354,24375,769.2,1180,798,3680,3666,0.32065217391304346,0.2176759410801964,1886,-0.3334239130434783,-0.5144571740316422 +31149,NE,Rock,427.589841500899,0,0.2802030416126468,86.5214527729268,0.056698199720135525,1,0.693000693,1,0.719424460431655,0,0,73,4193,1013.9,103,70,784,793,0.13137755102040816,0.08827238335435057,617,-0.7219387755102041,-0.7780580075662042 +31151,NE,Saline,2562.82362100483,-31.921091878289197,0.18048053669048097,589.697880869356,0.04152801977953211,4,0.280662363,15.75,1.09901611890308,7,0.491159136,421,42971,769.4,2232,1630,4832,4795,0.46192052980132453,0.33993743482794575,1219,-0.05918874172185423,-0.2542231491136601 +31153,NE,Sarpy,32988.3577265965,-31.051527089971326,0.20768293708509508,9377.23920914901,0.05903575427567993,14,0.081304118,56.5,0.315601905900359,117,0.679470129,2760,517420,672.9,24709,27704,66166,77781,0.3734395308768854,0.35617952970519795,16945,-0.23590665900915875,-0.21785526028207403 +31155,NE,Saunders,3681.36002385858,24.34747488119382,0.17715880769290568,935.944703752829,0.045040649843735764,7,0.334624026,12.5,0.594162943245556,8,0.382427458,625,62856,736.6,3279,2509,10203,10598,0.32137606586298145,0.2367427816569164,4977,-0.3377438008428894,-0.4696169088507265 +31157,NE,Scotts Bluff,2966.8465817796,-74.15424049605117,0.08025011040788747,682.401890291751,0.018458260489363023,8,0.219388455,23.0833333333333,0.633774458660517,36,0.987248046,1228,109576,798.9,4193,3151,13867,13895,0.30237253912165574,0.22677222022310184,6801,-0.377442849931492,-0.4894566390788053 +31159,NE,Seward,1597.89322287108,-51.776223472632374,0.09539661032066149,420.211448074187,0.02508725063129474,5,0.29154519,8,0.462855820411942,10,0.583090379,513,51273,729,2362,1881,7445,7754,0.31725990597716586,0.24258447253030693,3570,-0.34721289456010745,-0.4604075315965953 +31161,NE,Sheridan,1927.37920498719,8.747758421786552,0.35241894404592977,402.490109275295,0.07359482707538764,6,1.140901312,8.33333333333333,1.59215386574959,5,0.950751093,231,15732,784.8,389,286,2450,2565,0.15877551020408162,0.11150097465886939,1906,-0.6616326530612244,-0.7430799220272905 +31163,NE,Sherman,2629.73612084428,126.00853071974431,0.834307144937906,581.878688075167,0.18460618276496416,1,0.325309044,3,0.982318271119843,0,0,120,9271,674.3,549,338,1508,1553,0.3640583554376658,0.21764327108821635,805,-0.2453580901856764,-0.5183515775917579 +31165,NE,Sioux,857.842274162892,-0.05432071263365767,0.6543419329999176,175.006890286396,0.13349114438321585,1,0.767459708,NA,NA,0,0,29,3893,493,101,77,735,709,0.13741496598639455,0.10860366713681241,525,-0.710204081632653,-0.7404795486600846 +31167,NE,Stanton,3538.12779828789,-14.663342722558287,0.5772765211760303,973.403861999501,0.1588193607439225,1,0.164771791,2,0.336473755047106,1,0.164771791,141,18112,633.6,607,417,2623,2748,0.23141441097979412,0.1517467248908297,1756,-0.5101029355699581,-0.6390101892285298 +31169,NE,Thayer,907.927525175875,-30.96341550589241,0.173666320806403,191.905997863543,0.036707344656377774,4,0.764818356,5.33333333333333,1.0455466248448,1,0.191204589,234,15578,750.8,724,490,2627,2613,0.275599543205177,0.18752391886720246,1503,-0.42976779596497905,-0.5752009184845006 +31171,NE,Thomas,646.616842676279,-0.05922080839641363,0.9994077939355163,147.904480768495,0.22860043395439722,1,1.455604076,1,1.39664804469274,0,0,12,2069,315.4,42,30,408,387,0.10294117647058823,0.07751937984496124,314,-0.7794117647058824,-0.8113695090439276 +31173,NE,Thurston,1751.80858393958,-1.0940058719583736,0.2524219861584409,392.765980997952,0.05659452175762998,1,0.14349261,7.83333333333333,1.09910668350405,3,0.43047783,229,20900,1101.6,1153,911,1993,2029,0.5785248369292524,0.44898965007392805,102,0.1655795283492223,-0.050271069492360765 +31175,NE,Valley,1015.46278140849,1.1728551752171916,0.23837154493157045,216.985567765049,0.05093557928757019,3,0.713606089,5.33333333333333,1.27469725940089,3,0.713606089,158,12563,696.6,494,337,2168,2172,0.22785977859778597,0.15515653775322283,1433,-0.5299815498154982,-0.6597605893186004 +31177,NE,Washington,653.314450039092,0,0.03228795344662904,126.03785859351,0.006229013472052486,2,0.098726429,9,0.436829587924089,9,0.444268931,548,60730,717.3,3103,2606,10121,10584,0.30659025787965616,0.2462207105064248,4768,-0.370911965220828,-0.4504913076341648 +31179,NE,Wayne,642.613127225625,-9.716946601178758,0.06697374958057582,171.304947333034,0.017853564078481918,2,0.212066589,5,0.533902829684997,9,0.95429965,166,28173,484.3,1074,828,3659,3740,0.2935228204427439,0.22139037433155082,1847,-0.38781087728887675,-0.4938502673796791 +31181,NE,Webster,1997.95164230182,-47.58783721171861,0.5241216270466474,503.539135190394,0.1320931624318977,2,0.546746856,4,1.11018595614765,1,0.273373428,181,10961,888.4,440,306,1730,1687,0.2543352601156069,0.1813870776526378,1014,-0.4710982658959538,-0.6010669828097214 +31183,NE,Wheeler,817.999997876469,0,0.9999999974039963,200.999998198626,0.24572126919147433,0,0,NA,NA,0,0,14,2275,359.1,93,62,446,459,0.2085201793721973,0.13507625272331156,315,-0.5650224215246638,-0.6862745098039216 +31185,NE,York,2755.44080947539,-22.80736801314166,0.20164221071901864,653.889217726572,0.047851388051706696,3,0.215563699,9.08333333333333,0.658498864240491,14,1.005963929,471,41551,741.8,1352,1181,6246,6256,0.2164585334614153,0.18877877237851662,3505,-0.5542747358309318,-0.5602621483375959 +32001,NV,Churchill,6484.11081402312,-5.916638541303301,0.2606468148901845,1643.44258074671,0.0660627318706721,2,0.083371545,18.4166666666667,0.761082183100532,17,0.708658135,799,72321,904.4,2961,2210,10265,10936,0.28845591816853383,0.2020848573518654,5618,-0.39941548952752076,-0.5137161667885881 +32003,NV,Clark,206181.497311355,24.59983677147805,0.10566533743494874,51367.6956067096,0.026325276323617915,230,0.111128237,1162.58333333333,0.539315650923953,1706,0.824281616,44727,6212368,739.1,387978,401068,688339,765421,0.56364378598336,0.523983533245103,81497,0.14492132510289263,0.10647343096152317 +32005,NV,Douglas,21568.1696459239,-14.190486961620282,0.4589265196911271,4623.65973535433,0.09838201875341682,5,0.10518344,28.1666666666667,0.586561155074275,35,0.736284079,1457,142286,642,9288,8453,26054,27871,0.3564903661625854,0.30329015822898353,8953,-0.2677515928456283,-0.32122995228014783 +32007,NV,Elko,13576.2507050243,22.34062604996944,0.27809928110582777,3941.94067803443,0.08074768892692102,11,0.208467574,33.6666666666667,0.645350917548433,39,0.739112307,889,157182,743.5,3510,3400,15984,18545,0.2195945945945946,0.18333782690752223,10142,-0.5319694694694694,-0.5468859530870855 +32009,NV,Esmeralda,760.999999441194,0,0.9719029367065057,127.999999703117,0.16347381826707152,1,1.216545012,NA,NA,0,0,31,2489,793.9,92,65,435,423,0.21149425287356322,0.1536643026004728,264,-0.5172413793103448,-0.624113475177305 +32011,NV,Eureka,1987.00000671324,1.7185719076861234,1.0000000033785807,481.000000249378,0.24207347772993354,1,0.495540139,2,1.04329681794471,2,0.991080278,46,6060,724.6,107,74,808,854,0.13242574257425743,0.08665105386416862,649,-0.6881188118811881,-0.7599531615925059 +32013,NV,Humboldt,5028.89723725142,-0.3630609186762275,0.30426532171172677,1334.75002101513,0.08075689865774019,4,0.231494878,13.0833333333333,0.776827771840241,11,0.636610915,372,51594,844.6,1737,1386,5744,6433,0.3024025069637883,0.21545157780195864,3135,-0.3608983286908078,-0.4873309497901446 +32015,NV,Lander,891.342138644073,0.4655896508503134,0.15434495907256676,209.272266786241,0.03623762195432745,2,0.332834082,4.83333333333333,0.847655793288905,2,0.332834082,142,17953,792.7,534,403,2165,2413,0.24665127020785219,0.1670120182345628,1425,-0.4831408775981525,-0.5905511811023622 +32017,NV,Lincoln,4173.93934638984,-21.90946043334182,0.7809053968923928,1080.00432149531,0.2020588066408438,3,0.578703704,5,0.989119683481701,1,0.192901235,162,15372,801.9,400,285,2152,2132,0.18587360594795538,0.13367729831144465,1386,-0.599907063197026,-0.650093808630394 +32019,NV,Lyon,12608.2033148008,-41.38064430729702,0.2425587401847018,3125.74844751148,0.0601336754042224,4,0.077236479,43.4166666666667,0.816425029930361,19,0.366873274,1685,155706,855.3,7380,6146,21465,23762,0.3438155136268344,0.2586482619308139,9859,-0.2860470533426508,-0.4149061526807508 +32021,NV,Mineral,4028.8015318071,124.794853933835,0.8442584936729045,740.373604268407,0.1551495398718372,1,0.222222222,8,1.79815688918858,2,0.444444444,215,13537,969.5,863,637,2035,1997,0.42407862407862407,0.3189784677015523,542,-0.1066339066339066,-0.27140711066599904 +32023,NV,Nye,18585.8902510132,-3.5203430202238115,0.4229256417196832,3738.94206785042,0.08508037290880671,7,0.165555083,34,0.782995186882528,27,0.638569604,2047,126909,991.5,6320,5095,17522,19592,0.360689419016094,0.26005512454062885,8225,-0.24232393562378723,-0.41981420988158435 +32027,NV,Pershing,1035.6773418709,-3.1251663029822208,0.1533655178248038,212.199595188294,0.03142301128214038,1,0.149298298,5,0.76219512195122,4,0.597193192,134,20192,660.2,632,430,1884,1982,0.3354564755838641,0.21695257315842584,973,-0.2839702760084926,-0.49091826437941466 +32029,NV,Storey,219.518509358168,-3.763015071421319,0.054742770413508224,47.4949938589707,0.011844138119444065,0,0,2.83333333333333,0.699415782111413,0,0,84,11778,456.6,920,752,2314,2558,0.3975799481417459,0.2939796716184519,864,-0.17329299913569574,-0.3377638780297107 +32031,NV,Washoe,99884.0596115662,15.662200553339462,0.23702515528115622,23375.8458757666,0.05547094821815158,60,0.136339467,311.916666666667,0.687622717599614,332,0.754411718,10930,1320905,781.3,94806,97032,186917,209282,0.5072090821059615,0.46364235815789223,2503,0.03560403815597302,0.011959939220764326 +32033,NV,White Pine,4467.51046126399,-3.5662926068250256,0.44541480172123527,814.776465891021,0.08123394475483758,3,0.298983456,5.41666666666667,0.559457412380362,4,0.398644608,308,29782,891.9,983,707,3704,3773,0.2653887688984881,0.18738404452690166,2016,-0.43682505399568033,-0.5343228200371057 +32510,NV,Carson City,11099.4440403411,25.830300916070364,0.2008076860791891,2043.02696397887,0.03696180779351721,9,0.165070981,43.5833333333333,0.796158951688527,49,0.898719783,2112,163058,912,10290,9610,23318,25016,0.44128999056522855,0.3841541413495363,3515,-0.09023072304657354,-0.1405100735529261 +33001,NH,Belknap,9915.25546443925,-1.0973618485841004,0.16501223978896357,1787.91908088469,0.029755010665768373,10,0.165823729,53.9166666666667,0.887093678189287,48,0.795953901,1972,181290,753.9,15884,13517,33771,34462,0.47034437831275355,0.3922291219314027,5798,-0.04986526901779631,-0.1682432824560386 +33003,NH,Carroll,872.171394947749,215.704992328213,0.01823939510117004,140.318389525963,0.002934426147600548,16,0.337559864,44.8333333333333,0.948071080660055,46,0.970484609,1573,142152,655.8,13977,12987,28464,29063,0.49104131534569984,0.44685682826962114,1648,-0.008080382237211914,-0.05670440078450267 +33005,NH,Cheshire,10890.7329399231,-1.8383014720447812,0.1412235037660062,2265.45407334991,0.029376843930001294,14,0.183932208,55.25,0.729141922031304,48,0.630624713,2036,228578,688.5,25329,22064,41071,41080,0.6167125222176232,0.5370983446932814,5188,0.24820432908865142,0.1262901655306719 +33007,NH,Coos,4769.25045896086,-2.7866115221254684,0.1442822707294164,870.658404163369,0.026339688524077115,10,0.315925821,38.8333333333333,1.21206446310226,24,0.758221969,1308,94877,850.8,9091,6558,15614,15255,0.5822338926604329,0.42989183874139625,1393,0.17605994620212628,-0.09131432317273025 +33009,NH,Grafton,11521.7569626393,0.10783003025680289,0.12928652979913485,1663.61113084994,0.01866750971576943,28,0.312297843,89.5833333333333,1.00782257822578,77,0.858819068,2430,268383,651,29826,28510,48765,50065,0.6116271916333436,0.569459702386897,9500,0.2382651491848662,0.18975332068311196 +33011,NH,Hillsborough,135073.569661766,17.797758193465988,0.33707634404427517,31844.8532773969,0.07946889051833295,70,0.172761017,287.25,0.704456777376944,289,0.7132562,9607,1215461,701.2,101499,99589,202765,210622,0.5005745567528913,0.4728328474708245,424,0.0167484526422213,-0.0020130850528434774 +33013,NH,Merrimack,29077.5155369267,-6.441771420479267,0.19855587788539522,6571.38242514092,0.04487269913715675,21,0.142691155,109,0.733601647575076,107,0.72704541,4051,442571,713.7,44635,40198,80054,81982,0.5575611462262973,0.4903271449830451,2524,0.1272141304619382,0.030787245980825106 +33015,NH,Rockingham,111158.041538225,-4.756849679909311,0.37652229514036845,26151.3088509209,0.08858154293845974,49,0.162995932,178.75,0.589445706691816,273,0.908120191,6994,901173,667.6,80096,79994,169794,179005,0.4717245603496001,0.4468813720287143,10453,-0.04542563341460826,-0.058395016898969254 +33017,NH,Strafford,23348.6788964067,-19.41203483824318,0.18960622119330126,4673.95948570914,0.037955543439002946,22,0.175153658,85.9166666666667,0.67423695472476,87,0.6926531,3112,377740,762.2,36026,34894,63762,67918,0.5650073711615069,0.5137666009010866,5822,0.14502368181675612,0.08572101651992109 +33019,NH,Sullivan,6107.20456783886,1.1132974444988417,0.13961877755564128,1430.06203731006,0.032693110450140825,6,0.139201448,34.3333333333333,0.798375344929154,18,0.417604343,1314,129039,735.7,12166,10210,21814,22101,0.5577152287521775,0.461970046604226,586,0.13280462088566974,-0.026514637346726433 +34001,NJ,Atlantic,80171.5228559513,-19.517356488572236,0.29201170958900347,19198.015012022,0.06992564173252133,87,0.316123383,232.833333333333,0.859192125691751,208,0.755789237,7892,826039,785.7,59509,54472,102405,105738,0.5811142034080368,0.5151601127314683,6590,0.1717787217421025,0.06232385708070892 +34003,NJ,Bergen,95801.7351431482,-10.8412512821852,0.10584470404141369,23282.3928807657,0.025723103868195568,257,0.275286748,368.666666666667,0.392553132208417,762,0.816219852,21168,2797626,561.8,193470,209251,352023,383965,0.5495947707962264,0.5449741512898311,46031,0.10852415893279704,0.11988332269868346 +34005,NJ,Burlington,167031.989687292,-1.342528923997996,0.37222940469697413,39358.3286582401,0.08770970922247946,71,0.15787531,253.25,0.563674646771307,310,0.689314732,11854,1351006,703.4,115951,108361,197059,194988,0.5884075327693736,0.5557316347672677,28822,0.1869541609365723,0.1478142244650953 +34007,NJ,Camden,110011.51694592,-22.102310801855438,0.2141731095768577,26288.78175729,0.05117964275243986,156,0.305261057,436.416666666667,0.855467346205364,344,0.673139767,13956,1533812,783.8,137795,142375,203201,220437,0.6781216627870926,0.645876146019044,71355,0.3664647319649018,0.32369792729895613 +34009,NJ,Cape May,36766.8882197779,5.531744660860699,0.37800738415440194,6922.72130765648,0.07117381697071383,40,0.419533479,84.25,0.892195276924706,170,1.783017285,3935,285982,820.7,21275,18626,47243,48375,0.4503312660076625,0.38503359173126617,9611,-0.08917723260588872,-0.19867700258397936 +34011,NJ,Cumberland,43495.1454639527,-7.660470827014865,0.27721924730686626,9833.77871488741,0.06267625281958604,37,0.235086315,148,0.962307457232586,100,0.635368418,4557,469930,886.2,30172,27045,49472,53018,0.6098803363518758,0.5101097740390056,2832,0.23053444372574383,0.05341582104191028 +34013,NJ,Essex,60746.2433329843,-11.513057136428538,0.07748551707144581,14703.1468538276,0.018754755422507267,382,0.480066556,607.25,0.762001922415718,552,0.69370874,17344,2383331,699.9,217950,231031,281633,299808,0.7738794814528127,0.7705965151029992,168972,0.5551728668160336,0.5636007044508485 +34015,NJ,Gloucester,126082.686589826,-0.20603647266604252,0.43734975645821533,31055.415122426,0.1077235789294941,41,0.140917199,181.916666666667,0.622298999988598,171,0.58772783,7632,872300,785.9,72960,66355,133568,138388,0.5462386200287495,0.47948521548111106,594,0.10515243172017252,-0.004292279677428679 +34017,NJ,Hudson,3518.52279944229,64.81411333889842,0.0055473930487244935,620.25706445553806,9.77913153874775e-4,269,0.402023568,665.416666666667,0.98146512031521,506,0.756222772,11323,2007903,634.9,136239,149980,176104,201425,0.7736280834052606,0.7445947623184809,104365,0.5573808658519965,0.5181333002358198 +34019,NJ,Hunterdon,26419.3251229079,-6.396597166488798,0.2058397425995364,6909.44087753856,0.05383322719724003,26,0.206239539,35.9166666666667,0.28808003678869,99,0.785296707,2661,377550,563.1,25148,28797,62821,70582,0.4003119975804269,0.40799353942931627,9768,-0.188328743573009,-0.13839222464651046 +34021,NJ,Mercer,98077.2510733101,-4.462943278284965,0.26759555888415965,21090.3059211454,0.05754313195206009,130,0.349897857,277.166666666667,0.747033652001807,280,0.753626153,8668,1113983,677.4,94300,93721,139064,141332,0.6781050451590634,0.6631265389296126,51117,0.36778030259448885,0.3616802988707441 +34023,NJ,Middlesex,195555.640677014,-16.403006606226654,0.2414690484961734,43996.3943688881,0.05432606008570404,222,0.265455933,430.166666666667,0.513893849958924,655,0.783214576,17195,2509346,617,179515,164887,285232,282668,0.6293648678970102,0.5833238994155688,55906,0.2701064396701633,0.19777972745411582 +34025,NJ,Monmouth,203678.681197803,-6.157157241763361,0.32310460547257686,50989.3852408064,0.08088674329897268,162,0.25743748,337.333333333333,0.539003737873747,530,0.842233731,15997,1887037,667.3,125471,135825,268943,311474,0.46653380084255774,0.4360717106403745,29480,-0.05542066534544493,-0.09464674419052638 +34027,NJ,Morris,169587.939427727,-10.215842528117161,0.3444976790006561,42208.187519852,0.08574090047016714,105,0.210114723,163.833333333333,0.328703397181377,413,0.826451242,11258,1497817,586.9,90313,114437,206580,248848,0.4371817213670249,0.45986706744679484,10939,-0.11594539645657859,-0.04395856104931528 +34029,NJ,Ocean,248325.574734745,-11.7587777557883,0.430696822285606,49746.7937432318,0.08628102847237494,104,0.177383289,326.166666666667,0.550495051733033,411,0.701005115,21287,1757727,731,96500,81845,237432,259592,0.4064321574177028,0.3152832136583562,88258,-0.17728865527814275,-0.3399873647878209 +34031,NJ,Passaic,66349.5434788064,-1.6229876077390781,0.13237450467215667,14329.9467267632,0.02858979128529486,245,0.481472165,493.416666666667,0.971397821942664,331,0.650478721,11014,1528285,673.9,104057,112608,164629,189099,0.6320696839560467,0.595497596497073,41120,0.27258866906802576,0.21745223401498692 +34033,NJ,Salem,9644.4878443667,11.7108186716238,0.14594506672467503,2094.53945755999,0.03169558672517879,14,0.216333153,47.6666666666667,0.751413498118839,34,0.525380515,2132,193912,825.2,14456,11766,29116,29220,0.49649677153455146,0.4026694045174538,4490,0.00831158126116227,-0.1536618754277892 +34035,NJ,Somerset,113036.404242969,-15.208681713232114,0.34947751154131473,30718.0910811947,0.09497189955972192,74,0.222510885,133.75,0.400747862927752,263,0.790815713,6968,997532,584.8,70168,83839,134932,154249,0.5200249014318323,0.543530265998483,19199,0.05194468324785817,0.12446758163748228 +34037,NJ,Sussex,56289.7552100165,5.23829765530195,0.37711288788407527,13850.7595602213,0.09279308317570295,31,0.213927361,59.3333333333333,0.41630999658532297,75,0.517566197,3507,434503,715.1,23406,24132,61704,73860,0.3793271100739012,0.32672623883021934,22354,-0.2237942434850253,-0.3026536691037097 +34039,NJ,Union,50012.2176203212,-23.907728691802056,0.09321959150030326,12781.7819610659,0.02382442830474223,163,0.294788394,346.166666666667,0.623016515786885,366,0.661917499,11753,1658175,636.8,134220,145412,202353,219385,0.6632963188092097,0.6628165097887275,77830,0.3348751933502345,0.35476445518153016 +34041,NJ,Warren,29846.1479627802,-8.749744483914085,0.2745937876088415,6879.77375062845,0.06329604525290224,28,0.261885388,52.3333333333333,0.490853553685935,75,0.701478717,2889,320445,706.4,17869,16991,43312,48442,0.4125646472109346,0.3507493497378308,12402,-0.157600664942741,-0.25601750547045954 +35001,NM,Bernalillo,129353.812149339,-4.969015772828475,0.19523217704152207,34032.4590011245,0.05136478740336707,75,0.111020485,398.25,0.58829785819695,558,0.825992412,16064,2027274,723.7,147183,141960,264942,269861,0.5555291346785334,0.5260485953879961,48086,0.1620769828868205,0.178188030134032 +35003,NM,Catron,3725.00002130824,2.6857561509459067e-13,1.0000000057203329,590.000001546517,0.15838926216013877,2,0.562429696,9.41666666666667,2.68434055492208,0,0,110,10564,572.3,557,426,2100,2024,0.2652380952380952,0.21047430830039526,1027,-0.4366666666666667,-0.5074110671936759 +35005,NM,Chaves,16396.3106349179,-7.144554046823237,0.2497724218892208,5018.509505676761,0.07644922698875406,7,0.106257021,60.0833333333333,0.920366001858603,42,0.637542123,1935,197590,858.2,6621,5530,20498,20159,0.3230071226461118,0.27431916265687784,7339,-0.3244218948190067,-0.36405575673396495 +35006,NM,Cibola,9981.47532581148,10.551244688442656,0.3667907002466277,2661.34863674553,0.09779695868686032,3,0.109693225,22.1666666666667,0.806441833108985,14,0.511901715,782,82062,892.1,4907,3721,8154,7975,0.6017905322541084,0.46658307210031347,542,0.2380426784400294,0.06796238244514108 +35007,NM,Colfax,7836.80373955797,11.211392004962084,0.5699493628769433,1588.31826310029,0.11551405549820291,3,0.23659306,13.25,1.08136782828695,16,1.261829653,466,38144,808.4,2879,2118,5896,5271,0.48829715061058343,0.40182128628343766,451,0.019674355495250984,-0.0855625118573326 +35009,NM,Curry,18651.2581991276,11.41132479770816,0.3855477550671324,5503.07315132857,0.11375626656458927,4,0.078479076,45,0.894988066825776,34,0.667072142,1191,152084,838.6,3956,2776,13450,11292,0.2941263940520446,0.24583776124690046,4784,-0.3861710037174721,-0.42366277010272757 +35011,NM,De Baca,346.100656242307,-82.88325146040401,0.1711674857775999,67.2438010261168,0.03325608359352957,1,0.547945205,3.41666666666667,1.90555865402491,1,0.547945205,99,5544,1232.6,287,192,900,903,0.3188888888888889,0.21262458471760798,425,-0.3322222222222222,-0.47065337763012177 +35013,NM,Doña Ana,82862.8192413503,-6.08269771895971,0.39603131074615516,23357.5146995607,0.11163399033403287,21,0.098279638,131.833333333333,0.615448296896616,126,0.58967783,4514,642405,670.9,36778,37543,65712,69324,0.5596846846846847,0.5415584790260227,12448,0.14898344290236182,0.17956263343142342 +35015,NM,Eddy,19559.4866689798,-0.19579063282625744,0.3633633667536049,5071.25908810427,0.09421053870783908,6,0.106392411,46.0833333333333,0.799766288910872,37,0.656086532,1713,169738,913.8,6110,5008,19195,19523,0.3183120604324043,0.2565179531834247,8116,-0.3352956499088304,-0.41571479793064586 +35017,NM,Grant,10179.4452399077,0.9873167035655958,0.3449022579083723,2199.55640685235,0.07452586592303144,5,0.171844927,25.6666666666667,0.907590759075908,22,0.756117679,1002,86868,730.9,7009,6226,12744,12633,0.5499843063402385,0.49283622259162513,975,0.13520087884494664,0.07717881738304444 +35019,NM,Guadalupe,1792.04284187637,-0.44820578117604987,0.38234325621428844,318.174820248531,0.06788453600352698,0,0,11.25,2.57084095063985,1,0.223813787,129,13368,761.6,1388,962,1978,1809,0.7017189079878665,0.5317855168601437,371,0.43983822042467136,0.205085682697623 +35021,NM,Harding,660.784583562518,-4.923081347529767,0.9507691849820403,85.6290428317621,0.123207255873039,1,1.464128843,1.66666666666667,2.5062656641604,0,0,22,2061,454,260,156,600,527,0.43333333333333335,0.29601518026565465,155,-0.10999999999999999,-0.2941176470588235 +35023,NM,Hidalgo,1781.05926410434,17.863798977750093,0.3639271074998651,429.962930085239,0.08785511444324459,2,0.438596491,7.25,1.68526266852627,3,0.657894737,157,13584,833.7,994,780,1929,1836,0.5152928978745464,0.42483660130718953,126,0.051321928460342114,-0.06862745098039219 +35025,NM,Lea,10436.4714298569,7.154940286164749,0.1612382997799512,2927.71581068812,0.04523175507420582,9,0.128573265,63.5833333333333,0.911602077927043,44,0.628580408,1595,209408,873.5,4068,3877,16933,17369,0.24024094962499262,0.22321377166215672,8429,-0.49678143270536823,-0.4852898842765847 +35027,NM,Lincoln,7113.10463841906,-12.266592782917227,0.3470314991666615,1377.74986223969,0.06721714700881544,3,0.152237897,23.5833333333333,1.21382126374663,20,1.014919314,615,59063,649.6,2931,2329,9209,8856,0.31827559995656424,0.2629855465221319,3560,-0.3267455749809968,-0.4019873532068654 +35028,NM,Los Alamos,7644.73970065638,5.3359033100996625,0.4258907911229181,1986.42537583434,0.11066436634174596,3,0.169664065,4.33333333333333,0.238790617365588,10,0.565546884,365,53351,515.1,5191,5443,10654,10430,0.48723484137413176,0.5218600191754554,2114,0.037075276891308406,0.20268456375838928 +35029,NM,Luna,6419.39636537311,-11.79830703828811,0.2558038001742622,1579.80164630025,0.06295284504085476,2,0.081060268,25.3333333333333,1.03612815269257,19,0.770072549,918,73807,886.2,3573,3195,7472,7245,0.4781852248394004,0.4409937888198758,283,-0.010840471092077086,-0.039061421670117336 +35031,NM,McKinley,43211.250844897,10.159300091802262,0.6044207861704386,13573.4017493104,0.18985902967199686,12,0.161947691,77,1.02772179437556,50,0.674782045,1747,223784,925.8,15363,13162,21313,20791,0.7208276638671234,0.633062382761772,8269,0.46652277952423404,0.3977201673801164 +35033,NM,Mora,1200.13561936258,-25.00051908476431,0.24587904514701495,243.255604413087,0.04983724737002397,1,0.217770035,2.08333333333333,0.46255180580225,1,0.217770035,138,13846,738.3,1952,1533,2604,2429,0.7496159754224271,0.6311239193083573,871,0.522657450076805,0.35858377933305885 +35035,NM,Otero,21183.9309929899,-28.708682454047086,0.33205214967772617,5371.42929399802,0.08419564076677616,7,0.107556621,39.3333333333333,0.601335167915201,33,0.507052641,1792,195094,783.9,6715,6033,19643,19636,0.34185205925775086,0.3072418007740884,5723,-0.28020159853382887,-0.2914544713790996 +35037,NM,Quay,1568.90580563082,-44.22509613736553,0.17353233111722374,325.847709898758,0.03604111380364539,2,0.235266439,12.3333333333333,1.47439729029687,8,0.941065757,348,25600,899.5,1382,1016,3696,3550,0.3739177489177489,0.28619718309859155,1192,-0.21969696969696967,-0.3357746478873239 +35039,NM,Rio Arriba,20049.4451023798,-6.21219616054016,0.49817236749937377,4489.98441772269,0.1115634949491301,4,0.100560625,35.5,0.886613386613387,20,0.502803127,1190,119178,894.1,11389,9534,15239,14767,0.7473587505741847,0.6456287668449923,5951,0.5260187676356716,0.4029931604252726 +35041,NM,Roosevelt,5909.29128266766,29.550622698988484,0.2977572953072488,1695.91890171095,0.08545394042683413,1,0.0511876,15.3333333333333,0.803549592984663,8,0.40950041,430,58743,736.6,1719,1445,5949,5855,0.28895612708018154,0.24679760888129804,2420,-0.38880484114977304,-0.41332194705380015 +35043,NM,Sandoval,47091.0662094435,-18.51482873733686,0.3579409263341226,12855.7464729557,0.09771700179350795,13,0.094471252,64.1666666666667,0.451798392301825,63,0.45782222,3024,413576,682.4,26831,27405,53361,60597,0.502820411911321,0.45225011139165305,1657,0.050729933846816955,0.02734458801590839 +35045,NM,San Juan,46633.102799689,15.663876691437759,0.358594804832895,13875.1481434969,0.10669579637274229,9,0.072706709,91.6666666666667,0.796554251137624,94,0.759381185,2878,369291,763.9,15688,12826,45994,45476,0.3410879679958255,0.28203887764974933,15053,-0.28462408140192197,-0.3310097633916791 +35047,NM,San Miguel,14598.9334994339,58.47246106288013,0.4966806212170891,3236.47856295823,0.11011052165339469,3,0.106236057,26,0.936599423631124,15,0.531180283,832,84970,780.8,8754,7249,11388,10662,0.7687038988408852,0.6798912024010505,4947,0.5684053389532842,0.4639842431063591 +35049,NM,Santa Fe,42392.9059495222,-7.984758685917461,0.294048040157607,10084.357635657,0.0699476842315114,28,0.188979779,75.4166666666667,0.50734045964485,109,0.735671283,3392,443817,603,49668,49956,67624,70082,0.7344729681769786,0.7128221226563168,35758,0.5105140186915889,0.5102308724066094 +35051,NM,Sierra,5360.09072188475,1.0749665760825977,0.447121348171901,945.6271945426,0.07888114735924258,2,0.176600442,11.5833333333333,1.03505793345843,6,0.529801325,735,34171,1051.2,1963,1600,5101,5129,0.3848265046069398,0.31195164749463833,1398,-0.18917859243285629,-0.2725677519984402 +35053,NM,Socorro,6777.20976607264,12.268097997650713,0.37933559644423154,1737.17782867162,0.09723373047529497,2,0.11554015,15.5,0.910318905268104,11,0.635470826,500,52130,833,3983,3275,7087,6756,0.5620149569634542,0.48475429248075785,683,0.18131790602511638,0.10109532267613974 +35055,NM,Taos,12894.298265304,-12.442489254044839,0.39148368902158664,2718.23328607845,0.08252825958886509,7,0.211582638,31.1666666666667,0.942587832047986,26,0.78587837,846,98940,607.9,11855,10550,15188,15072,0.780550434553595,0.6999734607218684,7844,0.6021200948116935,0.5204352441613589 +35057,NM,Torrance,6509.93593775629,67.3115698777341,0.39735921001991636,1525.44203537643,0.09311127604080022,2,0.128114791,11.0833333333333,0.724306190911863,7,0.448401768,460,46774,815.7,2414,1770,6376,6250,0.3786072772898369,0.2832,1925,-0.17361982434127976,-0.30799999999999994 +35059,NM,Union,1219.74276389067,0.011619168350778959,0.26813426333054957,266.480223562778,0.05857995681749352,1,0.232720503,5,1.1953143676787,3,0.698161508,149,12838,806.2,471,318,1753,1688,0.26868225898459785,0.18838862559241706,896,-0.4335424985738734,-0.5308056872037914 +35061,NM,Valencia,40236.4083725155,15.264275081422573,0.5254921492054944,10517.2767747697,0.13735685166019798,8,0.105517232,57,0.753709041863909,48,0.633103394,1931,227899,776.3,13473,10810,27647,27350,0.48732231345173077,0.39524680073126145,2365,0.024776648460954176,-0.08647166361974401 +36001,NY,Albany,82347.2064876073,-1.562231338154966,0.2706973165625938,17283.3341582345,0.056814947069185474,104,0.337474973,262.166666666667,0.848858870332356,324,1.05136434,7932,925886,681.6,80891,74775,125531,125644,0.6443906286096661,0.5951338703002133,30548,0.30958090033537533,0.24313138709369325 +36003,NY,Allegany,3774.19591273794,-1.2636345399028446,0.07710938407097495,311.60965416156,0.0063663967262199165,13,0.272331155,46.8333333333333,0.994824082531455,18,0.377073906,1425,143269,767.2,5658,4473,15601,17111,0.3626690596756618,0.26141078838174275,7239,-0.25325299660278183,-0.4230611887090176 +36005,NY,Bronx,7135.33247345313,-42.741832840324165,0.005151462899249105,207.236312596127,1.4961743964811913e-4,1255,0.872643428,1924.25,1.32185447750941,934,0.64944140400000006,27836,4326324,684.7,288378,318403,316047,358857,0.9124528946644012,0.8872698595819505,283979,0.8292247672023465,0.7913430698021775 +36007,NY,Broome,25725.7871033299,-36.462566838766286,0.12824420290792574,5090.53991505385,0.02537656986567223,43,0.217888107,191.833333333333,0.982078559458842,155,0.785410618,6364,592305,752.2,38315,35212,75244,77657,0.5092100366806656,0.4534298260298492,2865,0.04567806070915953,-0.036893003850264616 +36009,NY,Cattaraugus,5913.05651238767,48.68700583772665,0.07362148128525306,1343.45933105393,0.016726961054993713,20,0.254452926,55.5,0.714497212817179,49,0.623409669,2494,235576,812.1,11695,8717,27608,28961,0.4236090988119386,0.30099098788025275,9951,-0.13441756012749922,-0.34360001381167776 +36011,NY,Cayuga,5281.48807524471,-12.162437795024484,0.06599715186620235,1113.65455487854,0.01391615918424687,11,0.139553176,52.5,0.67427852198148,53,0.672392576,2261,236379,702.2,14162,12202,26073,30124,0.5431672611513827,0.40505908909839333,3992,0.1076592643731063,-0.1325189217899349 +36013,NY,Chautauqua,23905.6527519132,53.895508655646054,0.17720360810876692,4215.90398379841,0.03125090977946266,30,0.22718151,108.75,0.839742401779096,97,0.73455355,4403,395543,786.5,21815,17281,48434,49381,0.45040673906759715,0.34995241084627693,12137,-0.08217367964652927,-0.24578279095198552 +36015,NY,Chemung,20269.9153646271,-3.6075320393806134,0.22818772221802433,4003.68354190609,0.04507129958241686,15,0.170901219,79.4166666666667,0.920004942733795,62,0.706391706,2871,263063,796.6,15285,12394,31981,33195,0.4779400268909665,0.3733694833559271,6631,-0.028829617585441336,-0.19975899984937484 +36017,NY,Chenango,2091.21887755395,159.43755746772442,0.041429143521880256,484.415338102966,0.009596753731461181,11,0.222554931,50.25,1.03439757920089,26,0.526038927,1708,147656,809.5,8340,5943,17655,18113,0.4723874256584537,0.3281068845580522,5081,-0.03358821863494754,-0.2805167559211616 +36019,NY,Clinton,22135.8140710685,13.815188428021536,0.2695282251006782,4233.57500292147,0.05154849750294016,20,0.24500196,92.3333333333333,1.13889128727608,44,0.539004312,2132,244710,745.2,17123,13446,27622,28378,0.6199044240098472,0.4738177461413771,265,0.25591919484468906,0.00933821974769189 +36021,NY,Columbia,9257.44622817276,-2.2092214264351573,0.14672001756328057,2009.15598199652,0.031842842367131356,22,0.35414185,63.9166666666667,1.04800319183241,37,0.595602202,2075,185786,733.7,14244,13123,26008,27255,0.5476776376499538,0.48148963492937075,367,0.11727160873577358,0.013465419189139571 +36023,NY,Cortland,5288.57551070872,9.302067237782653,0.10719506061919734,1296.9236132583,0.026287571210846038,7,0.142787206,43.5833333333333,0.906663892933916,42,0.856723238,1306,146501,767,9445,7976,17698,18424,0.5336761215956606,0.43291359096830223,1231,0.08808904961012548,-0.06681502388189314 +36025,NY,Delaware,1158.04770760385,-15.003536730184866,0.024136050596161945,215.060172936679,0.004482287889468091,12,0.257615766,53.75,1.18072183291962,26,0.558167493,1579,139526,729.5,7469,5825,16916,17778,0.44153464175928114,0.32765215434807066,5187,-0.09553085835895014,-0.2917651029362133 +36027,NY,Dutchess,101583.1936827,-4.60550656140583,0.3414698867944253,21998.6157607834,0.07394790969983125,94,0.316947592,167.083333333333,0.567397803307377,244,0.822715027,7128,889097,653.2,59885,56874,114142,120199,0.5246535017784865,0.4731653341541943,1289,0.0662770934450071,-0.010723882894200454 +36029,NY,Erie,192723.897612255,-19.042048137368138,0.20970131616932344,42047.9492654388,0.04575203393262404,303,0.328336051,814.5,0.884320652822986,770,0.834385345,29283,2767565,788.5,220184,192065,386665,383248,0.5694438338096285,0.5011506909364172,18248,0.1564817089728835,0.04761407756857183 +36031,NY,Essex,3663.83938175828,-5.630433088743109,0.09306170642007315,469.684189225314,0.011930002266327509,18,0.465368805,41.8333333333333,1.09793011740416,23,0.594637917,1276,115963,694.1,8835,6760,15577,15079,0.5671823842845221,0.44830559055640296,515,0.15022148038775118,-0.03415345845215201 +36033,NY,Franklin,11850.9408443397,32.04394387620258,0.22967384725168516,1894.9259508561,0.03672408284765402,13,0.253599157,55.5,1.10099387014224,23,0.448675432,1350,153042,769.3,9065,6517,14537,15148,0.6235812065763224,0.4302218114602588,1119,0.26257136960858496,-0.07387113810404017 +36035,NY,Fulton,5405.61669763265,-0.9953685683678822,0.09734412666137203,1136.03480824529,0.020457668838041634,11,0.203308382,48.6666666666667,0.904114339501127,41,0.757785787,1776,162711,781.5,7916,5805,18040,19563,0.43880266075388025,0.29673362981137863,6954,-0.10504434589800443,-0.3554669529213311 +36037,NY,Genesee,2345.52600572072,-23.6152566075812,0.03904069651160506,567.953421499289,0.009453443324610745,10,0.169027416,43.4166666666667,0.742393670987084,38,0.642304182,1813,177423,727.1,8886,6946,23079,24463,0.38502534771870534,0.28393900993336874,9040,-0.2086312231899129,-0.36953766913297637 +36039,NY,Greene,10461.2625599939,66.0775149624908,0.21253657097567907,1673.00308349804,0.03398961994876252,13,0.271019659,52.8333333333333,1.11209340181303,39,0.813058978,1549,143897,740.6,7911,6370,18263,18869,0.4331708919673657,0.33759075732683236,5176,-0.11082516563543776,-0.2743123641952409 +36041,NY,Hamilton,2591.58381163321,94.84220608144965,0.5358940884270492,382.672336284622,0.07912992892568693,4,0.84835631,4,0.880669308674593,4,0.84835631,189,14176,751.1,955,752,2655,2688,0.35969868173258,0.27976190476190477,1043,-0.2625235404896422,-0.38802083333333337 +36043,NY,Herkimer,12105.7773678481,47.81355388598475,0.1876311996132628,2609.9844059136,0.04045295813502379,13,0.203940763,50.0833333333333,0.799887137388934,50,0.78438755,2133,190996,769.3,10433,7289,23290,24261,0.4479604980678403,0.30044103705535635,8375,-0.08398454272219841,-0.34520423725320476 +36045,NY,Jefferson,19598.4719288024,16.20025893001244,0.16861946612981613,5874.23127503622,0.05054015155457089,31,0.260278918,101.5,0.890304019086715,101,0.848005508,2670,355791,774.1,15345,12289,32051,34263,0.4787682131602758,0.35866678341067626,7658,-0.029141056441296664,-0.22350640632752528 +36047,NY,Kings,393.244690902531,0,1.5700271126383637e-4,83.6311919089057,3.3389704119817026e-5,2429,0.926465209,3267.25,1.24270201395888,1994,0.76054822,47413,7857553,602.7,503291,595086,618035,746295,0.8143406117776502,0.7973870922356441,461433,0.6385738671758072,0.6182983940666894 +36049,NY,Lewis,4491.42986515639,13.209362169322828,0.1658149616109717,1002.03689659505,0.03699327709214937,3,0.110213079,26.75,0.99571933742788,13,0.477590007,728,81283,680.8,4263,2828,9481,10312,0.449636114333931,0.2742435996896819,4088,-0.08648876700769959,-0.39643134212567877 +36051,NY,Livingston,11527.1855732603,3.531610220403275,0.1762755275528008,1528.97985461116,0.02338139945576988,15,0.232248475,49.8333333333333,0.77553158929507,47,0.727711888,1588,194244,659.3,10889,10478,24606,31363,0.4425343412175892,0.3340879380161337,8733,-0.09432658701129809,-0.2784491279533208 +36053,NY,Madison,14169.444672566,32.50475599282028,0.19293380725696468,2738.88950106566,0.0372932314079908,12,0.165816855,49.25,0.690462504731596,42,0.580358993,1821,216665,698.9,12698,10548,25865,27392,0.4909336941813261,0.3850759345794392,4353,0.0033636187898704595,-0.15891501168224298 +36055,NY,Monroe,221677.783921866,-11.997590496885362,0.29781631063307556,49128.2947260874,0.06600213708458375,191,0.254715232,564.5,0.754954682658243,550,0.733473182,19536,2250376,684.6,178491,174063,308925,320164,0.5777810148094198,0.543668245024425,45192,0.1738998138706806,0.14115265926212817 +36057,NY,Montgomery,10531.0560491818,-52.3835702067901,0.20970262349273783,2317.07507243905,0.04613941082934845,11,0.220976717,57.1666666666667,1.16013204535,37,0.743285321,1770,149142,817.3,7881,5961,16784,17438,0.4695543374642517,0.34183966051152653,4618,-0.04414918970448045,-0.26482394770042433 +36059,NY,Nassau,70134.5250756211,-6.379346457301758,0.052357483864231016,16154.6732003962,0.012059938247385058,558,0.410708752,601.083333333334,0.441486106010528,1290,0.949487976,32362,4074865,571.1,243649,307326,460824,599649,0.5287246323976181,0.5125098182436726,31847,0.06676518584101515,0.053109402333698597 +36061,NY,New York,2,0,1.2611350341420783e-06,0,0,1342,0.820159045,1325.91666666667,0.806649169918409,2553,1.560257855,30098,4912859,529.6,417861,515481,496293,591368,0.8419643234943874,0.8716755049309398,456546,0.6962842514401775,0.7720167476089339 +36063,NY,Niagara,37906.4053229453,-21.48038984530664,0.17511239633825304,7823.95477418199,0.03614353452079508,32,0.149865355,176.5,0.833498616345073,134,0.627561176,7100,640315,808.9,40862,32888,82720,86e3,0.4939796905222437,0.3824186046511628,16335,0.005621373307543531,-0.18994186046511624 +36065,NY,Oneida,38017.7392512735,-17.471593887045874,0.16186164413556614,7598.37467786852,0.03235030389337665,65,0.279124494,239.583333333333,1.03630491514916,162,0.695664123,7530,699532,758.1,37388,30749,80429,83876,0.46485720324758484,0.36660069626591635,17741,-0.05285407004936027,-0.21151461681529876 +36067,NY,Onondaga,94832.3512924664,-22.405280158769653,0.2030558283531675,22585.5606189694,0.04836039239564693,121,0.258438774,417.25,0.895013663839517,428,0.914147067,12768,1406223,714.2,112664,102915,188787,191962,0.5967783798672578,0.5361217324262093,24638,0.21112152849507643,0.12834831893812315 +36069,NY,Ontario,18408.8126399118,23.29385495822178,0.17056093837647943,4650.57637949252,0.04308842111619942,19,0.173188584,71.9166666666667,0.654811766276966,87,0.793021412,3095,328406,686,21285,20233,44144,47664,0.4821719826023922,0.4244922792883518,4110,-0.016151685393258397,-0.08622860020140982 +36071,NY,Orange,98797.1873118048,-4.206642014632075,0.2650046734201994,23114.929644839,0.06200140457773468,112,0.297793932,250.416666666667,0.660364090257817,300,0.797662318,7993,1128599,705,67709,63037,130494,140753,0.5188667678207427,0.4478554631162391,9092,0.05153493647217494,-0.06459542602999585 +36073,NY,Orleans,5258.36829706749,-24.464705274598348,0.1226212787600562,1177.3956151301,0.027455999233498122,7,0.166730183,27.5833333333333,0.667134265305793,18,0.428734756,1276,125849,810.2,5411,4327,13756,16722,0.3933556266356499,0.2587609137662959,7255,-0.1937336435010178,-0.4338595861739027 +36075,NY,Oswego,13036.6221465298,33.80373607404511,0.10676217270250186,2460.14695179571,0.020147138636756587,23,0.190219414,99.1666666666667,0.83342437969414,94,0.777418474,3220,362320,804.4,21733,15614,41133,44122,0.5283592249532006,0.35388241693486244,10256,0.07852575790727645,-0.23244639862200256 +36077,NY,Otsego,17994.8902131254,41.28318626464725,0.2890327537083056,2851.40831851207,0.04579913455905283,18,0.294464075,59.4166666666667,0.988679412727202,38,0.621646381,1772,183183,691.2,10975,9285,21938,23024,0.5002734980399307,0.40327484364141764,2999,0.02042118698149331,-0.13025538568450312 +36079,NY,Putnam,36524.8014488621,-6.60661901319418,0.3663103144003821,8732.2412946164,0.08757638446110119,35,0.351804758,25.5,0.25783619817998,73,0.73376421,2090,297890,622.6,17851,17363,40883,44186,0.4366362546779835,0.3929525188973883,7878,-0.11214930411173352,-0.1782917666229123 +36081,NY,Queens,7788.80659542559,4.533494717500157,0.003491607916820469,1870.09371401527,8.383356213886221e-4,1573,0.677555803,1924.91666666666,0.825063057548888,1960,0.844252621,42935,6964481,549.3,399970,473389,507722,627021,0.7877736241486483,0.7549810931372315,334839,0.5845265716277805,0.5340156071327755 +36083,NY,Rensselaer,33259.4817139691,-11.115192527692809,0.2086162599901467,7205.76751109027,0.045197344969172916,39,0.244094784,130.583333333333,0.815788925678349,99,0.619625221,4484,480133,774.3,34713,30039,63332,65991,0.5481115391902988,0.45519843615038413,1894,0.11799722099412618,-0.028700883453804338 +36085,NY,Richmond,4248.67850058249,-81.47777144561688,0.009064234208568878,802.54380960004,0.00171216651291797,233,0.492310033,365.166666666667,0.767132688395674,316,0.667682276,10925,1420429,675.6,67524,67561,135283,167209,0.4991314503670084,0.40405121733877963,28051,0.008160670594235753,-0.16776010860659413 +36087,NY,Rockland,62648.3454946765,-32.42064773662613,0.2009976209937421,16654.4850119903,0.053433364278876884,106,0.327295857,154.416666666667,0.472540139135402,256,0.790450371,6323,969858,547.9,60446,63454,114500,123943,0.5279126637554585,0.5119611434288343,6306,0.06558951965065501,0.050878226281435845 +36089,NY,St. Lawrence,19449.9411863042,21.69400283969905,0.17374706269477774,4699.19589399162,0.04197809524397575,27,0.242369838,108.25,0.983751067812938,53,0.475763016,2885,334982,728.8,19574,14659,34023,35154,0.5753166975281427,0.4169937987142288,3791,0.16635805190606356,-0.10783979063548954 +36091,NY,Saratoga,59804.5887255737,-7.637765776534658,0.27232551205368544,15108.4803517668,0.06879780859338182,26,0.115596143,152.833333333333,0.673117436604376,167,0.742482916,5211,675174,637.7,48876,46546,97502,104089,0.5012820249841029,0.4471750136902074,4542,0.020994441139668918,-0.043635734803869786 +36093,NY,Schenectady,36038.226077371,-35.220267893640084,0.23291491515618476,7985.26508838088,0.05160873724935453,46,0.295373551,162.583333333333,1.05195844359756,122,0.783382027,4646,464435,751.7,33777,30870,59614,61629,0.5665950951118864,0.5009005500657158,3602,0.15380615291709998,0.058446510571321886 +36095,NY,Schoharie,7231.73697976763,83.84468205600814,0.22082313902005038,1235.8692118512,0.03773761677764817,1,0.0316797,29.3333333333333,0.936658470905046,12,0.380155864,885,94835,699.3,4862,3777,11943,12673,0.4071003935359625,0.29803519292985087,4396,-0.1663736079711965,-0.34687919198295586 +36097,NY,Schuyler,1349.97469257141,10.511364370453109,0.07359617797369078,275.746142044089,0.015032772286108545,1,0.0541155,12.8333333333333,0.70906311582592,11,0.595270307,546,54979,720.5,3354,2761,7464,8423,0.44935691318327975,0.32779294788080254,2418,-0.0787781350482315,-0.28707111480470143 +36099,NY,Seneca,5344.35122490581,226.0402823282015,0.1516084997562001,1093.11247782115,0.03100940335936995,7,0.200665061,27,0.776375190499468,20,0.573328747,1048,104981,736.6,6526,5175,12148,12727,0.5372077708264735,0.4066158560540583,1544,0.0922785643727363,-0.12131688536182922 +36101,NY,Steuben,8214.43328382872,-27.622263112030822,0.08298245564025367,1886.49727944798,0.019057453070491767,27,0.274406976,87.4166666666667,0.901760539165119,46,0.467508181,3020,294944,760.8,14586,11215,35659,38373,0.4090411957710536,0.2922627889401402,13876,-0.16374547799994388,-0.3616084225887994 +36103,NY,Suffolk,380951.607554899,-16.006279623773526,0.2550986758327914,91481.2025539026,0.06125905015830355,511,0.339993932,672.166666666667,0.450337881824104,1314,0.874270111,35463,4506217,651.4,274830,276953,540653,625720,0.5083297419971775,0.44261490762641437,51450,0.028635742333807446,-0.0822252764814933 +36105,NY,Sullivan,7201.66816479253,-33.553397186659154,0.09286843030410628,1924.20944228749,0.024813460769436472,28,0.368697576,88.1666666666667,1.17868299443412,57,0.750562922,2145,227576,777,13781,10983,25322,26509,0.5442303135613301,0.41431212041193555,3643,0.10398072822051974,-0.13742502546305035 +36107,NY,Tioga,7463.67482796145,-1.36122643075896,0.1459887496911775,1704.6821467719,0.033343416073778,12,0.240625627,36,0.7383100902379,24,0.481251253,1396,149593,699,8263,6852,19977,20556,0.41362566951994795,0.3333333333333333,5676,-0.1509235620964109,-0.2761237594862814 +36109,NY,Tompkins,14996.1762029687,-16.085806638650297,0.14765247728495037,1988.56378574088,0.019579415794384623,20,0.191038389,62.3333333333333,0.594381033205875,74,0.70684204,2039,314020,657.2,24447,25555,35825,37747,0.682400558269365,0.6770074443002093,15908,0.3976273551988835,0.42143746522902487 +36111,NY,Ulster,48039.5303095164,2.655946609801153,0.26324039995789644,10639.9862245142,0.058303530680706664,49,0.271550888,145,0.809038917561724,155,0.858987503,5050,541984,692.9,43164,40010,72193,77134,0.5978973030626238,0.5187077034770659,7048,0.21919022619921597,0.09137345398916169 +36113,NY,Warren,12857.916732133,13.342569047991304,0.19568564585406423,3047.13535752011,0.04637459262361864,28,0.43094824,72.5833333333333,1.12415527023609,71,1.092761609,2110,194788,720.2,13112,11366,26220,27568,0.5000762776506483,0.4122896111433546,2918,0.02063310450038136,-0.10584735925710975 +36115,NY,Washington,6988.80266440568,-9.138582228261145,0.11055433220079854,1533.73906670447,0.024261880959005156,10,0.160328352,49.25,0.796925566343042,33,0.529083563,1833,187376,738.4,10596,8238,21263,22401,0.49833043314678077,0.367751439667872,4532,0.01608427785354838,-0.20231239676800145 +36117,NY,Wayne,13063.0667459251,-5.325164801745384,0.13930668798708676,3560.96640557526,0.03797473025610267,14,0.152089603,70.1666666666667,0.772777667643193,65,0.706130297,2525,275794,739.2,15136,12378,34127,36598,0.44351979371172384,0.3382152030165583,9557,-0.09315204969672114,-0.26113448822340024 +36119,NY,Westchester,140483.706795727,-1.0887666865995194,0.1480157861031584,36342.0237308661,0.038290513069430196,481,0.494533401,529.166666666666,0.542990108857973,768,0.789608424,21424,2917726,551.6,171908,245670,284731,378506,0.6037558256740573,0.6490517983862871,124027,0.22196740080988725,0.3276751227193228 +36121,NY,Wyoming,9630.64091607021,22.04260071620423,0.22845785591436862,1343.40949110843,0.031868330947893014,8,0.19423133,20.5833333333333,0.50460477392889,24,0.582693989,1122,123592,794.7,5224,3585,15230,16280,0.34300722258699934,0.2202088452088452,8299,-0.2956007879185818,-0.5097665847665848 +36123,NY,Yates,521.934381927887,-7.985809607435225,0.020590752009148137,46.8388174791362,0.0018478308931330362,10,0.39669946,19.3333333333333,0.775722558814482,14,0.555379245,763,75295,745,4021,3219,8437,8975,0.47659120540476474,0.35866295264623954,1961,-0.029512860021334575,-0.21849582172701948 +37001,NC,Alamance,34641.5386825955,-15.078604085740363,0.22921530779651758,8103.3119715152,0.05361780158614183,30,0.192564445,142.916666666667,0.894974366681696,126,0.808770669,4819,469519,821.3,28341,29268,66638,69264,0.4252978780875777,0.42255717255717257,8967,-0.14062546895164918,-0.12946119196119193 +37003,NC,Alexander,2429.19821149712,0.5562947991760588,0.06530453818745954,556.508178470747,0.014960701609515216,4,0.106974754,27,0.721385059313883,16,0.427899016,1121,111695,803.8,4591,3750,17060,18011,0.2691090269636577,0.20820609627449893,10076,-0.44642438452520516,-0.5594359002831603 +37005,NC,Alleghany,430.702622724602,6.942104628757106,0.03861072368665191,67.5586311593943,0.00605635420523481,3,0.27576064,10.6666666666667,0.983284169124877,4,0.367680853,382,32604,731.2,1574,1300,5025,5214,0.31323383084577117,0.24932873034138858,2489,-0.3590049751243781,-0.4773686229382432 +37007,NC,Anson,1766.95937301663,13.892536877601563,0.06556922120441702,445.553573882906,0.016533827144237272,3,0.116437027,33.8333333333333,1.32950854029131,14,0.543372793,938,77839,971.9,6894,5785,11072,10394,0.6226517341040463,0.5565710987107947,1305,0.2500903179190752,0.12555320377140655 +37009,NC,Ashe,1431.61524584081,3.648485276110104,0.05247664109969613,257.549595285726,0.009440621505286684,5,0.184325002,20.25,0.752117070271876,18,0.663570007,1026,81252,798.6,4100,3476,12486,13160,0.3283677719045331,0.2641337386018237,5877,-0.3289283998077847,-0.44658054711246203 +37011,NC,Avery,116.27070289175,NA,0.006533163055107602,20.1375317439088,0.0011315127124745068,4,0.225060485,16.6666666666667,0.951510999467154,10,0.562651213,568,53094,746.8,1861,1670,7657,8060,0.24304557920856731,0.20719602977667495,4556,-0.5024160898524227,-0.5652605459057072 +37013,NC,Beaufort,4947.30265529772,-29.315904153011434,0.10358890796075546,1126.54960826402,0.023588216006700725,10,0.210150257,52.5,1.1046585027143,33,0.69349585,1773,142604,871.1,9399,8699,23468,23599,0.40050281234020796,0.3686173142929785,5779,-0.1925600818135333,-0.2448832577651595 +37015,NC,Bertie,1172.94438730468,-37.4810272949445,0.05511438714898412,219.261024090278,0.010302651258823325,6,0.298418383,26.6666666666667,1.34313824250361,11,0.547100368,748,61032,858.3,6537,5837,9941,9380,0.6575797203500654,0.6222814498933902,2361,0.3188814002615431,0.25170575692963754 +37017,NC,Bladen,2280.85763948036,0.9290507606419043,0.06481550552658027,410.529074073105,0.01166607201117093,7,0.201979398,40,1.18550131887022,26,0.750209193,1229,103690,916.5,8277,7021,16351,15743,0.5062075714023607,0.4459759893285905,1490,0.020182251850039745,-0.09464523915390965 +37019,NC,Brunswick,16700.7249131067,-0.8568925134232904,0.1554553612375078,3186.8579735121,0.029664230748220718,20,0.168299169,113.083333333333,0.890749594994473,90,0.757346259,3863,357075,730.1,21932,23117,56985,67255,0.3848732122488374,0.3437216563824251,19323,-0.22207598490830915,-0.2873094937179392 +37021,NC,Buncombe,51501.1084515291,-12.848592376510085,0.2161024700254664,11100.703373381,0.046579374505412934,56,0.223518095,227.583333333333,0.888691907989962,220,0.878106802,7549,751093,738.4,70066,74937,126201,134507,0.5551936989405789,0.5571234210858914,19598,0.12390551580415365,0.14570245414736777 +37023,NC,Burke,26885.7810940907,6.7375185121583065,0.29573412854288433,5998.96654141257,0.06598652038688589,19,0.212323715,111.5,1.25490990534715,57,0.636971146,3054,267035,872.1,13577,10930,36116,37638,0.3759275667294274,0.2903980020192359,14811,-0.23623878613356963,-0.3935118762952335 +37025,NC,Cabarrus,40937.3216279922,2.8913957768464873,0.22997074129122472,11030.9026804327,0.061967533918874114,32,0.166577305,147.666666666667,0.732509879789011,145,0.754803413,4518,576168,812.7,32453,35048,82445,91002,0.3936321183819516,0.385134392650711,18176,-0.20221966159257682,-0.19973187402474674 +37027,NC,Caldwell,29875.2641730048,1.8603412505339818,0.35981722257289384,6914.85304920168,0.08328238385626323,12,0.147268175,91.5833333333333,1.12442550962361,52,0.638162093,2813,244611,932.1,10795,8403,34338,35747,0.31437474518026676,0.23506867709178392,18096,-0.3574465606616576,-0.506224298542535 +37029,NC,Camden,438.907615914522,17.345164140227052,0.04397871902951122,105.405146563604,0.01056163793222485,0,0,6,0.575926281435976,1,0.096796051,239,30731,727.7,1456,1266,4520,4939,0.32212389380530976,0.2563271917392185,2261,-0.3404867256637168,-0.45778497671593443 +37031,NC,Carteret,16740.0527669194,2.339844772233385,0.2518475193988085,2892.35664957885,0.04351436985028886,13,0.188923283,63.4166666666667,0.920549668553733,61,0.886486172,2271,206056,745.4,10197,9806,35124,36919,0.29031431499829174,0.26560849427124245,16422,-0.4100045552898304,-0.44481161461578045 +37033,NC,Caswell,1855.47151770944,-26.171039955414187,0.07822722364810658,390.199030029072,0.016450905604328683,1,0.0433238,18.25,0.796595373199476,6,0.259942813,785,69129,837.4,5183,4549,10736,10515,0.4827682563338301,0.43262006657156443,1209,-0.026825633383010417,-0.11497860199714688 +37035,NC,Catawba,33136.806799472,-17.82768447962694,0.2146750204036849,8345.3917768743,0.05406517172335933,31,0.200603104,181.416666666667,1.1595156984684,125,0.808883482,4877,464408,895.2,23954,21050,69102,71065,0.346646985615467,0.29620769717863926,27012,-0.2956788515527771,-0.3801027228593541 +37037,NC,Chatham,3077.03351699125,-38.63004782688888,0.04845340551123927,779.071367835514,0.01226787446398731,13,0.189234039,51.25,0.709411292443559,32,0.465806865,1912,206205,560,18252,20953,35157,39080,0.519156924652274,0.5361566018423746,3941,0.04761498421367005,0.10084442169907876 +37039,NC,Cherokee,2070.58043266119,1659.373160755451,0.07544747240421186,374.93523496308,0.01366182899588544,4,0.147378505,25.8333333333333,0.925760019112465,22,0.810581777,1117,81343,862.2,3339,2809,12695,13860,0.26301693580149665,0.20266955266955267,7902,-0.4617565970854667,-0.5701298701298702 +37041,NC,Chowan,3422.38092118605,7.9149905093531565,0.2313513770828128,766.026245579855,0.051783022076648075,4,0.274499039,19.9166666666667,1.38473661035018,10,0.686247598,558,43744,807.1,3507,2965,7424,7108,0.47238685344827586,0.4171356218345526,1018,-0.049164870689655193,-0.14321890827236922 +37043,NC,Clay,342.644212786661,-12.954538159122345,0.032364618190862476,56.8776607610489,0.0053724058525596394,2,0.189018051,6.75,0.618415025194686,6,0.567054154,434,31950,771.8,1573,1352,5592,5885,0.2812947067238913,0.22973661852166524,3043,-0.42542918454935624,-0.5170773152081564 +37045,NC,Cleveland,16368.9655280682,28.61768390908011,0.16689742376545402,3734.87842261667,0.03808069518767379,17,0.175120524,122.666666666667,1.26273024238931,60,0.618072438,3532,290892,996.6,16734,14896,42542,44137,0.3933524516947957,0.3374946190271201,13498,-0.20464482158807773,-0.30582051340145455 +37047,NC,Columbus,2547.699079249,57.21053710499279,0.04385175185460773,446.719978113001,0.007689076699938052,16,0.280933401,73.4166666666667,1.2992950476359,49,0.860358541,2126,170768,992.3,10973,8991,24017,23472,0.45688470666611153,0.3830521472392638,5186,-0.07869425823375104,-0.2209441036128153 +37049,NC,Craven,29016.2136862819,22.94435521379802,0.2803363478699763,6381.73031738064,0.06165625155674258,14,0.133958473,100.083333333333,0.967502859812783,73,0.698497751,3138,312220,816.7,18556,17481,45585,46231,0.40706372710321376,0.37812290454456965,10075,-0.17764615553361857,-0.21792736475525076 +37051,NC,Cumberland,96359.8118769654,-0.19699974406223517,0.3016608027303718,28342.3564242903,0.0887276326477089,48,0.14709127,319.083333333333,0.975411180774847,276,0.845774803,7191,976006,850.2,74991,70523,126092,124402,0.5947324175998477,0.5668960306104404,19930,0.19668178790089774,0.16020642754939635 +37053,NC,Currituck,3092.94846209771,0.24475875889420384,0.1313521239265176,655.527174363815,0.027839095186809996,10,0.400384369,20.4166666666667,0.791067715396438,21,0.840807175,663,74530,841.7,3521,2879,11153,12423,0.31569981170985384,0.23174756500040247,6191,-0.3505783197346005,-0.4983498349834983 +37055,NC,Dare,10375.2250603865,-18.700896753981542,0.3058733803179982,2055.42638046247,0.060596296593822825,16,0.455788514,42.4166666666667,1.17942016090164,62,1.766180492,899,105659,679.7,7258,7079,17614,19009,0.4120585897581469,0.37240254616234414,4204,-0.1614624730328148,-0.22115839865326947 +37057,NC,Davidson,26967.967180931,-4.300238881399608,0.16557157615473547,6573.80131813247,0.04036027774243587,33,0.201131211,158.083333333333,0.958510685600411,88,0.536349895,5265,492477,889.7,20291,17328,69994,72013,0.28989627682372776,0.24062322080735424,35542,-0.4092350772923393,-0.49354977573493675 +37059,NC,Davie,4486.51144164872,-1.3543688101271047,0.10879028713988168,1090.89516723587,0.02645235614054001,4,0.096539074,36.0833333333333,0.858861146153175,29,0.699908288,1357,124565,766.1,5652,5228,20418,21350,0.2768145753746694,0.2448711943793911,10274,-0.43667352336173965,-0.4812177985948478 +37061,NC,Duplin,1137.43435801279,15.33755959740806,0.019441660678793094,302.065638305626,0.005163073896344347,12,0.200394108,65.3333333333333,1.10792676377984,36,0.601182325,1635,178276,782.6,8923,8196,20375,20601,0.43793865030674844,0.3978447648172419,3955,-0.11813496932515338,-0.19198097179748558 +37063,NC,Durham,69240.2399284876,-4.054293588968761,0.25875786166176834,16409.5085012095,0.061324012381802934,47,0.159614209,228.083333333333,0.74485432750295,264,0.896556408,5710,884917,696.5,109185,118783,143828,150543,0.7591359123397391,0.7890303767030018,90904,0.5274285952665684,0.6038407631042293 +37065,NC,Edgecombe,7339.26697551761,-19.648804936430142,0.12977908783982195,1806.46493786091,0.03194343149421612,12,0.218447927,62.8333333333333,1.1784638083449,25,0.455099849,1869,164570,917.6,18249,16152,26826,24653,0.6802728696041154,0.6551738125177463,7933,0.3636397524789383,0.32178639516488866 +37067,NC,Forsyth,128304.299077413,-6.0583932500050794,0.3658833064630935,32672.432106772,0.09317144924507942,76,0.208049319,331.083333333333,0.891180431624725,273,0.747335052,9645,1095991,782.7,91606,92488,172332,172509,0.531566975373117,0.5361343466137999,17695,0.07212241487361609,0.10257435843926987 +37069,NC,Franklin,2714.44000861111,-5.363833405343469,0.044778699889656874,610.710547159855,0.01007457310677931,7,0.111358575,67.0833333333333,1.0367565618319,25,0.397709195,1654,188787,781.3,13317,12811,28059,29902,0.474607077942906,0.42843288074376296,3509,-0.041448376634947826,-0.11735001003277368 +37071,NC,Gaston,58303.5076812635,-0.0684316253614831,0.2829086288309905,14498.0235094785,0.07034938573934425,32,0.15156754,218.583333333333,1.00745896035459,164,0.776783642,6689,633932,938.1,32903,30982,89638,94872,0.3670653071242107,0.32656632093768445,30485,-0.25562819340012044,-0.3213276836158192 +37073,NC,Gates,4.76405128542501,0,3.905920542284996e-4,0.984120775851693,8.068547805621816e-5,3,0.25935852,8.91666666666667,0.776848463727711,0,0,333,34638,735.7,2745,2371,5310,5328,0.5169491525423728,0.4450075075075075,480,0.04011299435028243,-0.09009009009009006 +37075,NC,Graham,251.481077820521,0,0.028380665593106986,40.4095559435659,0.004560383246085758,2,0.231374364,7.5,0.876372984342136,5,0.578435909,310,26004,798.2,1115,761,3910,4094,0.2851662404092072,0.1858817782120176,2499,-0.4163682864450127,-0.6104054714215926 +37077,NC,Granville,9758.03467188528,12.793382546203924,0.16286191788312437,1044.00451941687,0.01742446958102794,7,0.11965812,59.8333333333333,1.01359172863975,31,0.52991453,1533,175092,773.7,13529,12827,26068,26920,0.5189887985269296,0.4764858841010401,673,0.04591836734693877,-0.025000000000000022 +37079,NC,Greene,NA,NA,NA,NA,NA,5,0.237045465,17.75,0.838529856386999,5,0.237045465,606,63580,841.2,3761,3570,8194,8013,0.4589943861361972,0.44552602021714716,788,-0.07712960702953381,-0.0983401971795832 +37081,NC,Guilford,98823.1358290348,-3.7277530364294216,0.20233808722463442,23323.4567554867,0.04775423880027416,109,0.212841156,474.833333333333,0.910811450201088,424,0.82793257,12465,1537659,744.2,145483,147949,251529,252087,0.5783945389994792,0.5868965872893088,50488,0.16506645356996613,0.20028006204207277 +37083,NC,Halifax,9039.6915933811,-5.27244170015426,0.1652866393626209,2211.62262087088,0.040438511288345066,17,0.320936379,81.0833333333333,1.56634341717215,44,0.830658864,1970,158862,918.7,16931,15642,25724,24881,0.6581791323277872,0.6286724810096057,6688,0.32051780438501004,0.2687994855512238 +37085,NC,Harnett,10042.4125960289,-2.109562067983163,0.08757052439028323,2967.56147309976,0.02587733892376707,20,0.157895568,89.5833333333334,0.684464004197197,78,0.615792715,2839,380173,867.9,16858,16452,42343,44955,0.3981295609663935,0.365965965965966,10826,-0.19393996646435063,-0.24081859637415193 +37087,NC,Haywood,12745.3906591993,5.977011678236406,0.21589183988073887,2666.57309714729,0.0451685936910917,10,0.168149182,45.8333333333333,0.755303604583457,38,0.638966891,2237,178368,778.9,11742,10414,27679,30156,0.42422052819827305,0.34533757792810715,8430,-0.13768561002926405,-0.2795463589335456 +37089,NC,Henderson,23181.4880471617,3.685628966310571,0.2171771411575951,4522.32204538249,0.04236764142198323,23,0.206929437,69.6666666666667,0.609992790994288,60,0.539815923,4131,332998,726.5,18519,19664,51961,56810,0.35640191682223205,0.34613624361908113,15871,-0.27599545813206056,-0.27936982925541276 +37091,NC,Hertford,2499.18143366717,-11.393633804153353,0.10130858298541368,597.503666833128,0.024220830468731122,8,0.329109758,40.1666666666667,1.6641807535079,18,0.740496956,769,72953,808.8,7815,6886,10872,10100,0.7188189845474614,0.6817821782178218,3805,0.4427888153053716,0.3767326732673268 +37093,NC,Hoke,9915.79596478509,-6.504654776257222,0.21119006570082383,3180.62591218558,0.06774207514452164,6,0.116254287,42.6666666666667,0.801071433041693,13,0.251884288,883,155440,825.1,9915,9608,16800,17847,0.5901785714285714,0.5383537849498515,1932,0.19011904761904763,0.10825348798117335 +37095,NC,Hyde,5226.8233528609,51.95989184131512,0.8996253619381928,911.465188865081,0.15687868999398985,1,0.176180409,7,1.26880551024107,4,0.704721635,169,16902,750.6,1157,956,2358,2273,0.4906700593723495,0.42058952925648924,319,-0.011026293469041548,-0.14034315882094145 +37097,NC,Iredell,24361.4484421606,-2.7702483134579468,0.15279670617335123,6351.52998561722,0.03983723969729247,28,0.1679916,140.166666666667,0.810605534864713,141,0.845957702,4486,501444,837.4,25952,24441,75762,80727,0.34254639529051506,0.3027611579768851,29723,-0.3051529790660225,-0.368191559205718 +37099,NC,Jackson,7266.5340080266,5.049558511945861,0.18044086335145887,477.317843569759,0.01185264442327628,6,0.146409312,31.6666666666667,0.749666595645621,29,0.707645006,1059,123293,745.8,8052,7564,16556,18004,0.48634935974873156,0.42012886025327706,2142,-0.010388982846098127,-0.11897356143079313 +37101,NC,Johnston,8700.33290017402,3.213011271348725,0.051518450598503185,2501.30260377926,0.014811299303516504,33,0.18189535,134.75,0.703839122486289,116,0.639389714,3949,544377,796.2,27052,28153,76021,84553,0.3558490417121585,0.3329627570872707,25929,-0.27826521619026323,-0.30665972821780424 +37103,NC,Jones,0.312787592411041,0,3.080740593036945e-5,0.0513865314424038,5.061216531311317e-6,2,0.198491465,9.91666666666667,1.00727949889961,3,0.297737197,368,30289,805,2335,2041,5192,5039,0.4497303543913713,0.40504068267513393,900,-0.09437596302003082,-0.17860686644175439 +37105,NC,Lee,8545.128152382,-31.43351192225236,0.14767096658455742,2300.80206511062,0.039760862425441884,12,0.20113305,72.25,1.21192297369834,46,0.771010023,1702,179175,840.7,10577,10380,23800,24676,0.44441176470588234,0.42065164532339117,3245,-0.10180672268907559,-0.1315042956719079 +37107,NC,Lenoir,7585.14982323796,3.6789127556693675,0.1274922232664587,1759.91310573289,0.029580857311251197,15,0.256476019,71.3333333333333,1.24475776664864,52,0.889116868,2161,175345,951.7,13350,11752,27247,25500,0.4899621976731383,0.4608627450980392,1602,-0.015157632032884338,-0.06282352941176467 +37109,NC,Lincoln,11163.730910797,-13.381689328976892,0.14264014451922313,2378.28155735339,0.030387549445517022,14,0.175374864,78.4166666666667,0.96610322623037,55,0.688972679,2282,240390,865.4,10980,9836,36532,39449,0.30055841454067667,0.24933458389312785,18817,-0.38880981057702835,-0.4769956145909909 +37111,NC,McDowell,1925.70392782343,-44.79119165425728,0.04279722481605987,458.288662953702,0.010185097852113568,8,0.177916157,51.6666666666667,1.14623775189499,28,0.62270655,1553,134879,874.6,6006,4645,17953,19557,0.33454018826937004,0.23751086567469448,9872,-0.3189439090959728,-0.5047808968655725 +37113,NC,Macon,2213.88579928015,1.095702108054813,0.06526401153470167,460.582183427997,0.013577683610282325,9,0.265682657,29.4166666666667,0.855732681715926,31,0.915129151,1315,101909,751.5,5692,4841,16750,17336,0.33982089552238803,0.2792455006922012,7194,-0.30597014925373134,-0.4149746192893401 +37115,NC,Madison,2534.35205510887,22.441313198452782,0.12205509801140772,511.192421950568,0.024619168847551918,2,0.094531361,16.8333333333333,0.788815995001562,6,0.283594082,705,63430,822.5,4466,3899,10023,10966,0.44557517709268685,0.3555535290899143,2836,-0.09109049186870194,-0.2586175451395221 +37117,NC,Martin,909.632038877733,65.97560424863414,0.03712026275771202,203.59563517525,0.008308330347898388,5,0.213183252,31.9166666666667,1.37738074687842,17,0.724823058,937,70514,930.7,6514,5814,12541,11852,0.5194163144884778,0.49055011812352345,60,0.043935890279881984,-0.005062436719540986 +37119,NC,Mecklenburg,167999.007090075,-18.598190040304008,0.1826814832628791,45174.1660629308,0.049122216877836265,200,0.197523256,745,0.706271596979622,832,0.821696745,17258,3037902,677.4,270705,292258,445062,461834,0.6082410989929493,0.6328204506381081,137955,0.2251708750690915,0.29871122524543453 +37121,NC,Mitchell,NA,NA,NA,NA,NA,1,0.06531252,18.9166666666667,1.25060602053859,8,0.522500163,659,45899,890.6,1810,1585,7673,7948,0.23589208914375082,0.1994212380473075,4640,-0.5171380164212173,-0.58379466532461 +37123,NC,Montgomery,468.887974616326,103.11046586979921,0.016867687409753435,104.061809896546,0.0037434998883569322,5,0.182515057,31.75,1.15799839521482,18,0.657054207,856,82489,799.6,4689,4108,11178,11449,0.4194847020933977,0.35880862957463533,2962,-0.15208445160135986,-0.2587125513145253 +37125,NC,Moore,17935.5185235702,-19.860682244713153,0.2032422464624316,3242.68719519705,0.036745579965291174,20,0.214875855,71.9166666666667,0.750884007127743,67,0.719834116,3272,278982,681.3,16371,16148,46044,47746,0.3555512118842846,0.3382063418925146,14125,-0.28157849013986613,-0.295836300423072 +37127,NC,Nash,13818.2457092,9.36382865095238,0.14418036007095159,3475.86437601659,0.0362673661938292,22,0.233157052,130.75,1.39088346364555,73,0.773657492,2989,282643,875.1,24214,23024,48235,46903,0.5020006219550119,0.49088544442786175,118,0.009225666010158617,-0.002515830543888431 +37129,NC,New Hanover,61146.0362024734,-5.646791590036315,0.301706919244245,13166.6658122119,0.06496699419348932,45,0.208046306,200.25,0.896041309629815,226,1.044854784,5501,650267,719.5,48038,50219,102067,108737,0.4706516307915389,0.4618391164001214,4446,-0.0465772482780919,-0.04088764633933256 +37131,NC,Northampton,2575.21764140886,160.11123604349612,0.11653095802565092,518.000174595253,0.02343998256008204,6,0.293212139,23.5,1.175,6,0.293212139,799,61790,822.7,7210,6113,10719,9761,0.6726373728892621,0.6262678004302837,2557,0.34853997574400597,0.26196086466550556 +37133,NC,Onslow,53953.2779106485,-6.004834012342626,0.30349705190158466,12898.1657625278,0.07255454043678307,21,0.111946863,132.166666666667,0.706259974920201,152,0.810282053,3045,557138,794.8,18115,17156,50353,55364,0.3597600937382083,0.30987645401343833,19186,-0.2696959466168848,-0.3465428798497219 +37135,NC,Orange,25496.234725159,-18.171239253349505,0.1905533944078071,4519.98681087246,0.033781412776230826,20,0.142429853,80,0.564190809331716,104,0.740635237,2281,420801,622.5,53404,59105,75848,79830,0.7040923953169497,0.7403858198672179,40732,0.4219755300073832,0.5102342477765252 +37137,NC,Pamlico,722.019157383675,10.812818652563774,0.054931463586706857,145.874353427097,0.011098170528537505,4,0.30892802,13.8333333333333,1.07895899955802,14,1.081248069,478,38584,795.8,2632,2427,6712,6772,0.39213349225268174,0.3583874778499705,1798,-0.20858164481525626,-0.2655050206733609 +37139,NC,Pasquotank,10194.7190028031,41.12524251448846,0.25072474859947125,2407.04572327707,0.059197897820443914,6,0.150803026,42.8333333333333,1.07448658773162,31,0.779148968,1224,119196,870.4,9970,8455,17343,16964,0.5748717061638702,0.49840839424663996,373,0.15879605604566688,0.021987738740863016 +37141,NC,Pender,3483.38267351055,-2.8792157331209185,0.0667097434458232,786.9965799209,0.015071654440525117,10,0.177777778,53.3333333333333,0.902577988379308,34,0.604444444,1554,168665,768.1,9455,9086,24036,27072,0.3933682809119654,0.33562352245862886,8231,-0.20440173073722745,-0.30404107565011823 +37143,NC,Perquimans,457.556296646776,22.1471583955639,0.034011469311438045,79.8266285178538,0.0059337418061290274,2,0.148522204,11.4166666666667,0.856142982127234,6,0.445566612,486,40492,767.3,2747,2291,6621,6595,0.4148920102703519,0.3473843821076573,1852,-0.1611539042440719,-0.2808188021228203 +37145,NC,Person,4048.90520878424,36.08605943770943,0.10259743586013177,923.731065708342,0.0234069294979815,5,0.127772667,39.9166666666667,1.01610494518549,26,0.664417868,1259,117616,840.8,8384,7772,19008,19303,0.44107744107744107,0.40263171527741803,3344,-0.10958543771043772,-0.1732373206237372 +37147,NC,Pitt,15522.8763639121,6.736674291145091,0.09231674693669924,3965.83566206904,0.023585387052293457,26,0.148271497,166.333333333333,0.938569762630252,160,0.912439979,3671,525284,777.6,40701,40967,76814,78264,0.5298643476449606,0.5234462843708474,5776,0.06726638373213223,0.07380149238474903 +37149,NC,Polk,72.4351090230048,0,0.0035316971732328034,15.8170646326616,7.711879391838908e-4,3,0.147369455,20.25,0.995868987902036,9,0.442108366,866,61093,701.7,4e3,3715,10323,10723,0.3874842584520004,0.34645155273710715,3023,-0.21495689237624716,-0.281917373869253 +37151,NC,Randolph,27287.8479418215,11.717770556237312,0.19250414767919677,6906.63775551878,0.04872338842145987,20,0.140077603,108.666666666667,0.75770253435228,78,0.546302652,4301,427752,863.5,14675,13074,60202,63615,0.2437626656921697,0.2055175666116482,36082,-0.5022756719045878,-0.5671932720270376 +37153,NC,Richmond,6128.091914046,8.948550241417081,0.13139415326327752,1438.11218992161,0.030834970516555028,12,0.262392583,60.5833333333333,1.34812375293917,23,0.502919117,1623,137274,1002.6,9747,8290,19127,18813,0.5095937679719768,0.4406527401265083,1909,0.02671616040152658,-0.10147238611598358 +37155,NC,Robeson,12545.128736157,-3.1811466282091896,0.09350313589050295,3473.42551595521,0.025888628554910337,29,0.215197388,186.75,1.40165872330844,68,0.504600772,3917,403962,983.8,23957,18377,41380,39454,0.5789511841469309,0.4657829370912962,1917,0.1658772353794104,-0.04858822933035939 +37157,NC,Rockingham,19545.8495811916,-5.851837589407963,0.2087272896125882,4514.84082679127,0.048213329632660964,20,0.218112022,107.166666666667,1.17259162809697,63,0.68705287,3419,275565,915.6,16170,14057,41549,41374,0.3891790416135166,0.33975443515251125,12406,-0.21341067173698525,-0.2998501474355876 +37159,NC,Rowan,34164.0834563149,4.358749666829222,0.24680038327733475,8540.00767715817,0.06169277658535968,19,0.137055471,125.166666666667,0.894475689556192,81,0.584289115,4805,415970,953,22529,19208,61803,63078,0.364529229972655,0.30451187418751385,23180,-0.2603918903613094,-0.36748153080313267 +37161,NC,Rutherford,14561.8382307393,-5.2522288916193265,0.21474470182479424,3316.36217853065,0.04890668306342206,13,0.195195195,70.6666666666667,1.06392054721649,39,0.585585586,2634,199752,967,9277,7451,28373,29764,0.3269657773235118,0.2503359763472652,14243,-0.33553025763930494,-0.47853111140975674 +37163,NC,Sampson,2715.09195674185,-6.867984357684574,0.04280386493578613,587.177881551225,0.009256954510432203,11,0.171740827,44.6666666666667,0.707601968612044,33,0.515222482,2010,191805,884,11496,10486,26005,25638,0.44206883291674676,0.4090022622669475,4275,-0.11005575850797927,-0.16674467587175285 +37165,NC,Scotland,5867.71210322063,-1.2585776160516853,0.16228426316399674,1405.65747275218,0.03887649619028625,7,0.196761862,52,1.47542844172058,23,0.646503261,1127,107202,881,8131,7279,14020,13743,0.5799572039942938,0.5296514589245434,1067,0.16633380884450782,0.07763952557665715 +37167,NC,Stanly,3375.73163061605,-23.42844168464789,0.055718934234811425,747.709932006932,0.012341502550250592,15,0.247524752,52.5,0.863614679804576,44,0.726072607,2059,181962,904,8287,7008,28276,29451,0.2930753996321969,0.23795456860548028,14780,-0.4035577875229877,-0.5018505313911242 +37169,NC,Stokes,8299.13217362496,1.7160968112193384,0.1750834829143889,1915.19112909366,0.04040402373565241,7,0.150800319,41.0833333333333,0.891236595295428,24,0.517029665,1546,139354,822.2,5969,4645,21396,22182,0.27897737894933633,0.20940402127851412,12331,-0.42872499532622915,-0.5559011811378596 +37171,NC,Surry,5700.16715051687,-14.4435942805807,0.07737118280125514,1293.35288154841,0.017555317165697203,17,0.23297884,105.583333333333,1.46413730302904,61,0.835982897,2602,218716,857.5,9005,7438,29096,31663,0.30949271377508936,0.23491141079493416,16057,-0.36939785537530934,-0.5071218772699997 +37173,NC,Swain,214.216623915774,-64.60688932190321,0.015321981540360059,44.7487707058026,0.003200684550876375,3,0.210172341,16.3333333333333,1.13852874204192,17,1.190976601,532,42730,978.4,2618,2186,5705,5982,0.4588957055214724,0.36542962219993314,1371,-0.06275197195442594,-0.22918756268806417 +37175,NC,Transylvania,2367.3320361305,-23.841621383803343,0.07154221928469326,420.680091619439,0.012713209175564793,7,0.21183235,26.25,0.784003345080939,18,0.544711757,1194,99029,644.8,6740,6520,16469,17440,0.40925374946869875,0.3738532110091743,3921,-0.16892343190236203,-0.22482798165137613 +37177,NC,Tyrrell,489.666566164988,-3.3133088286232146,0.11111108830610121,83.2391259793975,0.018887934190922964,1,0.243013366,5.25,1.26780970780005,4,0.972053463,123,12287,742.2,835,705,1775,1700,0.4704225352112676,0.4147058823529412,263,-0.05295774647887325,-0.1547058823529412 +37179,NC,Union,31579.0068277761,-1.912325676142091,0.15688157913765127,10065.8428414293,0.050006174321032625,34,0.155557996,147.5,0.650909508133059,117,0.535302515,3964,653702,729.3,32032,34051,93389,103596,0.34299542772703423,0.3286902969226611,32214,-0.30448982214179404,-0.31095795204448046 +37181,NC,Vance,4473.9306309796,-1.477312871838834,0.09849699773192726,1084.61554415993,0.02387863907709766,10,0.224144887,68.9166666666667,1.5576500015068,28,0.627605684,1498,133852,924.3,13286,12168,20770,19762,0.6396726047183438,0.6157271531221536,4864,0.2831006259027443,0.24612893431838884 +37183,NC,Wake,170431.086639132,-1.6353184418429498,0.18915916842764816,46400.2847760507,0.05149905135339642,185,0.18524248200000001,631.25,0.603033461311762,848,0.849111487,15157,2998186,628.8,286939,298353,526805,510940,0.544677821964484,0.5839296199162328,104746,0.10251611127457028,0.2050064586839942 +37185,NC,Warren,1528.49742464617,-4.339494327343845,0.07288276867471724,382.609853727124,0.018243841966771125,5,0.24714547,19.1666666666667,0.962810401701244,11,0.543720034,713,60824,780.8,6635,6668,9777,10123,0.6786335276669735,0.658698014422602,3366,0.36043776209471207,0.33251012545688036 +37187,NC,Washington,3548.93832067422,16.63630623851682,0.2682898639759767,836.909726365994,0.06326804704913773,4,0.318217979,17.5,1.4350143501435,8,0.636435959,457,37675,814.8,3811,3490,6456,6115,0.5903035935563816,0.570727718724448,930,0.18525402726146217,0.15208503679476693 +37189,NC,Watauga,3418.33618143608,-13.442608924764096,0.0669225353165896,606.115784080685,0.011866242175467119,11,0.209284627,36.3333333333333,0.673812791315851,39,0.742009132,999,157587,620.6,13371,13953,28168,28769,0.4746875887531951,0.48500121658729883,432,-0.026732462368645293,0.015016163231255875 +37191,NC,Wayne,22450.8537827853,-10.338257771709484,0.18308844003804586,5659.36658758017,0.046152569971213954,25,0.200874205,137.333333333333,1.10618875016781,74,0.594587645,3322,373231,808.1,23154,21520,50988,49824,0.45410684867027534,0.4319203596660244,5840,-0.08594179022515108,-0.11721258831085424 +37193,NC,Wilkes,7781.5975271388,-7.17971001348198,0.11222378896940871,1715.11206407951,0.024734814884330977,13,0.188849182,84.6666666666667,1.23169430705072,35,0.508440106,2415,206311,853.3,8089,6596,28852,30844,0.28036184666574243,0.2138503436648943,17017,-0.4270414529322057,-0.5517118402282454 +37195,NC,Wilson,2978.04099129763,-41.57533780632683,0.03666003140677093,822.230546224484,0.010121753775814117,19,0.233412366,102.583333333333,1.25620961454468,54,0.663382514,2509,244715,839.7,20745,19527,38890,37593,0.5334276163538184,0.5194318091133988,2117,0.073052198508614,0.056313675418296016 +37197,NC,Yadkin,729.632559584919,14.263247281468539,0.018997879487187393,169.013585337903,0.004400707840907749,8,0.211685013,38.0833333333333,1.01468968702263,18,0.476291279,1319,113428,884.8,3928,3140,16657,17350,0.23581677372876267,0.1809798270893372,10675,-0.5146184787176563,-0.6152737752161384 +37199,NC,Yancey,189.764443448017,198601.9453146752,0.01065015397059249,27.5327795800767,0.0015452227848286395,3,0.170319064,13.4166666666667,0.758947090545688,7,0.39741115,657,52728,796.4,3954,3181,9344,9808,0.4231592465753425,0.32432707993474713,3186,-0.1385916095890411,-0.324836867862969 +38001,ND,Adams,522.151600762295,-1.0578393861897515,0.222855996910924,91.881486814797,0.03921531660896159,1,0.419463087,4,1.7353579175705,0,0,92,7085,640.2,328,216,1281,1206,0.25604996096799376,0.1791044776119403,688,-0.45901639344262296,-0.570480928689884 +38003,ND,Barnes,3101.98196885523,0.1182799004516189,0.280316462032824,679.018887340066,0.06136082480933183,3,0.269203159,7,0.640673622551711,8,0.71787509,398,33364,728.2,2389,1597,5471,5253,0.43666605739352954,0.30401675233200076,1559,-0.10308901480533722,-0.2967827907862174 +38005,ND,Benson,2844.40351314573,-6.854124582529635,0.42708761458644595,601.907840138511,0.09037655257335,4,0.585394409,6,0.890339813028639,0,0,222,20507,1186.8,1232,842,2148,1940,0.5735567970204841,0.43402061855670104,85,0.16992551210428303,-0.04381443298969073 +38007,ND,Billings,782.999996767547,0,0.9999999958717076,137.999999801757,0.17624521047478545,0,0,NA,NA,0,0,10,2740,290.4,89,58,577,592,0.15424610051993068,0.09797297297297297,434,-0.6637781629116117,-0.7331081081081081 +38009,ND,Bottineau,2939.4085185003,-1.7458941744804695,0.4572108443770882,577.342495590475,0.08980284579102114,1,0.15037594,7,1.0639914880681,5,0.751879699,205,20086,666,1163,734,3484,3437,0.3338117106773823,0.21355833575792843,1748,-0.310849598163031,-0.5085830666278732 +38011,ND,Bowman,939.774277362162,0,0.2982463590486074,198.489277141698,0.06299247132392828,3,0.923929781,3.83333333333333,1.18276252185539,4,1.231906375,130,9756,815.4,412,227,1728,1769,0.23842592592592593,0.12832108535895986,1218,-0.5005787037037037,-0.6885245901639345 +38013,ND,Burke,1967.99999247907,0,0.9999999961783892,408.9999980141,0.207825202242937,2,0.890868597,2,0.909918107370337,2,0.890868597,77,6829,866.1,230,118,1015,1031,0.22660098522167488,0.11445198836081474,761,-0.5280788177339901,-0.7381183317167799 +38015,ND,Burleigh,17840.8267954526,-10.116822908361758,0.2194227726109682,4170.78341486351,0.05129610142745499,8,0.08839486,34.5,0.365129594547398,57,0.629813376,2036,271986,625.2,14036,10865,42876,46874,0.32736262711073794,0.23179161155437983,21634,-0.3212753055322325,-0.4615351794171609 +38017,ND,Cass,20905.0462472867,-6.693385417540723,0.13957354382677495,5537.90330232417,0.03697407698276229,24,0.143708272,85.9166666666667,0.490254818382226,115,0.688602138,3106,501877,650.6,34632,31291,73275,78807,0.47263050153531216,0.397058636923116,8447,-0.029477993858751272,-0.10718590988110194 +38019,ND,Cavalier,1454.52415396686,0,0.3642685083813824,268.758381137372,0.06730738320495167,3,0.778210117,1.91666666666667,0.500827454054525,2,0.518806744,124,11555,527.3,818,476,2054,1969,0.39824732229795523,0.24174707973590656,880,-0.18208373904576436,-0.44692737430167595 +38021,ND,Dickey,673.496204229765,-75.86462211122343,0.1273390440971384,154.452495689466,0.029202589466716958,4,0.776699029,6.66666666666667,1.31648235913639,2,0.388349515,217,15459,703.1,849,551,2513,2372,0.3378432152805412,0.23229342327150085,1105,-0.29924393155590934,-0.46585160202360876 +38023,ND,Divide,688.7050356408,0.6779500394666422,0.3325470959154032,113.403832654992,0.05475800707628778,1,0.411184211,1,0.414421881475342,1,0.411184211,85,7194,584.3,382,243,1151,1187,0.3318853171155517,0.2047177759056445,617,-0.3032145960034752,-0.5197978096040439 +38025,ND,Dunn,1874.325837614,-43.91153411171367,0.5300695242121041,402.676501332662,0.11387910105561709,1,0.227324392,0.75,0.171781951442968,1,0.227324392,91,13244,586.2,493,356,2002,2199,0.24625374625374624,0.16189176898590268,1397,-0.5,-0.6352887676216461 +38027,ND,Eddy,688.503905952757,0,0.28868088299905953,146.312374933368,0.06134690772887548,0,0,1,0.424088210347752,2,0.841396719,137,7126,1023.1,484,354,1147,1219,0.4219703574542284,0.2904019688269073,436,-0.1281604184829992,-0.3576702214930271 +38029,ND,Emmons,1582.33031987627,-3.5390555595105893,0.44572685066937184,357.520886004792,0.10071010873374422,4,1.168907072,7,2.09205020920502,2,0.584453536,152,10307,712.1,383,215,1862,1959,0.20569280343716434,0.10974987238386932,1457,-0.5622986036519871,-0.743746809596733 +38031,ND,Foster,602.831929171793,-1.5999049397965122,0.18032663152012954,109.863839256886,0.0328638466218624,1,0.297441999,2.75,0.832576445655465,4,1.189767995,135,10088,677.8,604,346,1674,1699,0.36081242532855434,0.20364920541494996,891,-0.2532855436081242,-0.5244261330194231 +38033,ND,Golden Valley,1679.99999957505,323.46417798009696,0.9999999997470536,403.999999741498,0.2404761903223203,2,1.095890411,0.666666666666667,0.366905155017428,0,0,58,5490,654.8,161,99,924,942,0.17424242424242425,0.10509554140127389,694,-0.6266233766233766,-0.7367303609341826 +38035,ND,Grand Forks,13769.6129906227,-31.206715628111997,0.2059438684827134,2848.11972020555,0.042597623729910564,8,0.114060851,40.3333333333333,0.567411804979156,50,0.712880322,1403,210540,699.9,14008,10828,29796,29711,0.4701302188213183,0.36444414526606306,5497,-0.03476976775406099,-0.18501565076907545 +38037,ND,Grant,1252.66298726246,0,0.5232510389567503,274.799527885546,0.1147867702111721,1,0.423549343,4,1.6827934371056,0,0,106,7118,757,331,187,1383,1361,0.2393347794649313,0.13739897134459955,911,-0.4924078091106291,-0.6693607641440118 +38039,ND,Griggs,794.318746666259,0,0.3282308870521732,131.819133048547,0.05447071613576322,1,0.431220354,3,1.31752305665349,1,0.431220354,132,6917,761.8,535,298,1335,1247,0.40074906367041196,0.23897353648757017,549,-0.17602996254681647,-0.4402566158781075 +38041,ND,Hettinger,2476.49258336585,0,0.9997951487145135,468.000000153945,0.1889382317940836,3,1.127819549,3,1.14111829593001,1,0.37593985,100,8025,666.5,313,168,1351,1261,0.231680236861584,0.13322759714512292,864,-0.5070318282753516,-0.6851704996034893 +38043,ND,Kidder,2424.28815963153,-0.12902178982083679,0.9956008869123327,522.925916356488,0.21475396975625788,2,0.825082508,3,1.24275062137531,0,0,53,7267,453.2,393,179,1310,1358,0.3,0.13181148748159058,927,-0.36412213740458016,-0.6826215022091311 +38045,ND,LaMoure,1539.82557442398,-62.79451431265869,0.3720284064807876,264.616728909803,0.06393252691708214,4,0.964087732,3.5,0.851374361469229,1,0.241021933,137,12354,582.4,737,500,2179,2115,0.33822854520422213,0.2364066193853428,975,-0.2923359339146397,-0.46099290780141844 +38047,ND,Logan,834.768581954542,-56.227559707730435,0.4194816994746443,147.183275153652,0.07396144480083015,1,0.514403292,1,0.515198351365276,0,0,85,5820,746.6,221,112,1042,1030,0.21209213051823417,0.1087378640776699,755,-0.5547024952015355,-0.7330097087378641 +38049,ND,McHenry,3724.72089054009,-30.9597610827037,0.6904023893494142,786.552558815357,0.14579287466457033,3,0.501002004,3,0.503102465202079,0,0,192,17817,728.2,924,474,2653,2687,0.3482849604221636,0.17640491254186824,1517,-0.27402940067847714,-0.5645701525865277 +38051,ND,McIntosh,558.930954380313,0,0.19897862384489604,131.113876968509,0.046676353495375224,2,0.714030703,3,1.12951807228916,1,0.357015352,161,8273,638.4,456,233,1510,1423,0.3019867549668874,0.16373858046380885,862,-0.37880794701986753,-0.6057624736472241 +38053,ND,McKenzie,2346.42609077868,-18.023730652627414,0.36893491993375477,635.535440707456,0.09992695608607799,2,0.181884322,5.83333333333333,0.462192641893141,1,0.090942161,205,33090,763.5,926,696,3423,4594,0.2705229330996202,0.15150195907705702,2965,-0.44522348816827345,-0.6454070526774054 +38055,ND,McLean,4944.00661082148,0,0.5516633129682526,992.893883977116,0.11078931979213526,3,0.313217791,5,0.513927433446397,1,0.10440593,297,28803,664,1660,1070,4894,5206,0.3391908459337965,0.20553207837111026,2757,-0.30036779730281976,-0.5295812524010757 +38057,ND,Mercer,1567.89838975606,1.7625257546378787,0.18612279080674976,300.750158163986,0.035701585726968896,3,0.343013949,6,0.690131124913734,5,0.571689915,256,26225,723.8,1161,616,4394,4564,0.26422394173873465,0.13496932515337423,3099,-0.4485662266727355,-0.6790096406660824 +38059,ND,Morton,8212.67875497539,-2.7363001028616964,0.2989581287530629,2044.84826020611,0.07443661534731572,5,0.167661458,12,0.389496575675939,15,0.502984374,790,89159,730.2,4467,3077,13510,15547,0.3306439674315322,0.19791599665530327,8242,-0.3110288675055514,-0.5301344310799512 +38061,ND,Mountrail,1006.62654555298,2.1846982941404733,0.13119073967848038,225.792007023176,0.029426822236827313,5,0.511142916,9.75,0.951962507322788,6,0.613371499,245,29418,891.6,1401,1211,3444,4009,0.406794425087108,0.30207034173110503,1340,-0.16231126596980255,-0.33424794213020703 +38063,ND,Nelson,3125.99999344716,0,0.9999999979037619,559.99999814534,0.1791426737509085,5,1.642036125,4.66666666666667,1.57657657657658,1,0.328407225,174,9085,844.6,766,536,1668,1694,0.4592326139088729,0.31641086186540734,489,-0.057553956834532405,-0.2886658795749705 +38065,ND,Oliver,1556.00071463087,2.6529137027006913,0.8429039624219231,354.914295795817,0.19226126532817822,0,0,0.333333333333333,0.17825311942959,0,0,42,5561,558,281,119,1010,1002,0.27821782178217824,0.1187624750499002,708,-0.40792079207920795,-0.7065868263473054 +38067,ND,Pembina,3425.07325993106,0.39203381578545166,0.46203605287077565,753.200521516746,0.10160535835919951,5,0.701459035,5,0.707313622860376,1,0.140291807,258,21384,679.2,1245,681,3226,3093,0.38592684438933667,0.22017458777885549,1523,-0.20086794792312457,-0.4924021985127708 +38069,ND,Pierce,840.863715553434,-0.20832322341941162,0.1929914426333335,222.836110186593,0.051144390678584575,1,0.227066303,3,0.703070072650574,3,0.68119891,194,13138,766,656,431,2162,2020,0.303422756706753,0.21336633663366336,1002,-0.37280296022201664,-0.49603960396039604 +38071,ND,Ramsey,1901.89550088048,-24.58616196535293,0.16608990488869793,403.70226488124,0.03525476070921666,3,0.259425804,10,0.866025807569066,11,0.951227949,411,34764,785.3,2162,1505,4971,5218,0.43492255079460873,0.2884246837868915,1711,-0.09997988332327501,-0.32790341126868533 +38073,ND,Ransom,888.716040522846,-1.2128033525710034,0.1628579880012545,232.042411360485,0.04252197386118472,1,0.183621006,4.91666666666667,0.909819886503824,3,0.550863019,239,16375,791.3,1341,836,2412,2317,0.5559701492537313,0.36081139404402246,373,0.13805970149253732,-0.16098403107466547 +38075,ND,Renville,1456.94041918568,-22.663565202868288,0.5898544207229474,316.591651846585,0.12817475783262552,1,0.386548125,1,0.392156862745098,2,0.77309625,87,7764,762.2,398,200,1272,1255,0.3128930817610063,0.1593625498007968,778,-0.35534591194968557,-0.6199203187250997 +38077,ND,Richland,6564.55920425541,-24.663881763845485,0.40221550176186566,1473.11849266247,0.09025908293992219,4,0.243427459,6.41666666666667,0.392384679671416,11,0.669425511,438,49100,664.9,3190,2064,7549,7460,0.4225725261624056,0.2766756032171582,2695,-0.13551463770035765,-0.36126005361930297 +38079,ND,Rolette,1302.22412828734,31.558843302905395,0.09343647329320083,285.53092251027,0.020487258557097654,5,0.342090859,15.5,1.05737089842418,6,0.410509031,394,43976,1056.6,3351,2097,4528,3662,0.7400618374558304,0.5726379027853632,887,0.49933745583038874,0.2422173675587111 +38081,ND,Sargent,838.758261364933,-12.507497605827703,0.21905412937188118,183.356463054689,0.04788625308296918,4,1.017552786,4,1.02827763496144,0,0,115,11673,667.4,1073,693,1987,1978,0.5400100654252642,0.35035389282103135,395,0.09914443885254148,-0.1996966632962588 +38083,ND,Sheridan,1077.57791675955,-0.7022384719135094,0.8157289301737698,178.195448559998,0.13489435924299623,1,0.754147813,1,0.75642965204236,0,0,31,3950,324.7,161,94,808,774,0.19925742574257427,0.12144702842377261,550,-0.5891089108910892,-0.710594315245478 +38085,ND,Sioux,1701.19911762784,0.32774649527505456,0.4096313791543078,604.532269782554,0.14556519859921838,1,0.226142017,4,0.895054822107854,1,0.226142017,143,13291,1376.8,900,758,1138,1177,0.7908611599297012,0.6440101954120646,502,0.5949033391915641,0.4265080713678845 +38087,ND,Slope,692.378853221123,0,0.9523780649534017,135.711460067277,0.18667326006503024,0,0,NA,NA,0,0,12,2294,363.6,83,42,434,427,0.1912442396313364,0.09836065573770492,319,-0.5944700460829493,-0.747072599531616 +38089,ND,Stark,4111.58680830113,-34.952524475932776,0.1699073022976623,1008.51857153766,0.041676043288468946,3,0.098775188,14,0.44873233116446,21,0.691426314,721,91043,659.4,2805,1745,11539,12115,0.2430886558627264,0.1440363186132893,7973,-0.4943235982320825,-0.6581097812628973 +38091,ND,Steele,1733.18060102447,-8.651800227834459,0.8775597979870734,371.468091510573,0.1880851096256066,3,1.534526854,1,0.509683995922528,0,0,60,5869,582.9,515,361,1028,984,0.5009727626459144,0.366869918699187,176,0.019455252918287924,-0.1788617886178862 +38093,ND,Stutsman,6953.20852921441,-0.013040667951560279,0.3295359492518678,1474.00767345703,0.06985818357616257,3,0.14198495,13.5,0.638962514199167,19,0.899238014,712,63401,762.4,3561,2484,9431,9938,0.37758456155232745,0.24994968806600926,4222,-0.22054925246527413,-0.42483397061783057 +38095,ND,Towner,781.604997319918,-63.763528125981495,0.34799866309880584,140.891620291969,0.0627300179394341,0,0,2,0.883782589482987,1,0.432900433,89,6859,636.7,511,305,1164,1137,0.43900343642611683,0.26824978012313105,428,-0.09278350515463918,-0.376429199648197 +38097,ND,Traill,1475.50212235851,-36.37327270834512,0.18168970845444032,357.598146919135,0.04403375777849219,7,0.866122247,5.66666666666667,0.70568700705687,7,0.866122247,295,24273,737.5,1784,1239,3841,3864,0.4644623795886488,0.32065217391304346,1024,-0.046602447279354364,-0.2650103519668737 +38099,ND,Walsh,2050.03849999438,0,0.18437256048155232,383.886131719846,0.034525238935142186,4,0.364630811,10.1666666666667,0.932379554903399,3,0.273473108,469,32948,824.9,2118,1166,5061,4543,0.4184943687018376,0.2566585956416465,1825,-0.13653428176249754,-0.401716927140656 +38101,ND,Ward,20557.4132129089,-17.024452112824893,0.3333184144776474,5382.88236048444,0.08727818987408903,9,0.129712902,28.1666666666667,0.401177420120591,48,0.691802145,1448,208803,689.3,8412,5792,25231,26861,0.3333993896397289,0.21562860652991325,12809,-0.3077166977131307,-0.4768623655113362 +38103,ND,Wells,1592.62620129381,0.21127655416570412,0.3785657716410292,262.690678464939,0.06244133074992608,6,1.43129771,4,0.976085895558809,3,0.715648855,174,12539,641.8,671,419,2359,2352,0.2844425604069521,0.17814625850340135,1374,-0.4133107248834252,-0.5841836734693877 +38105,ND,Williams,4762.93534945924,-0.4202662521530938,0.212650028996305,1145.8302707789,0.05115770474055273,4,0.124494242,17.9166666666667,0.521788935162264,28,0.871459695,697,96984,813.1,2288,1722,9600,12529,0.23833333333333334,0.13744113656317344,8311,-0.4998958333333334,-0.6633410487668608 +39001,OH,Adams,2025.71553314208,116.39640982565538,0.07095325860392575,499.599684869614,0.01749911330541555,4,0.142201998,31.75,1.13770738524385,15,0.533257492,1000,84280,989.5,3857,2293,10787,11063,0.3575600259571707,0.20726746813703337,6152,-0.26272364883656246,-0.5560878604356866 +39003,OH,Allen,19335.2763357741,-11.991764490870525,0.18184044479760464,4639.55637232608,0.04363314905649416,14,0.133282559,94.6666666666667,0.912520162197246,99,0.942498096,3293,314689,820.3,16869,12815,46458,44636,0.36310215678677515,0.2871000985751411,17043,-0.2568556545697189,-0.38182184783582757 +39005,OH,Ashland,1795.13717656564,-7.878431077514278,0.03378191491307025,353.057109693003,0.0066440299910235975,13,0.245121146,38.4166666666667,0.716034195680807,31,0.584519657,1641,159420,769.5,8083,5659,23826,24074,0.3392512381432049,0.2350668771288527,11510,-0.2997565684546294,-0.47810916341281046 +39007,OH,Ashtabula,20657.0305335266,21.933802765637044,0.2035235576768436,4913.64075887453,0.048411684669246675,15,0.151247794,98.0833333333333,0.99849674067589,86,0.867154021,3565,297520,921,22964,15191,41781,39809,0.5496278212584668,0.3815971262779773,7564,0.12144276106364138,-0.19000728478484769 +39009,OH,Athens,14901.0944427876,-4.857278977633073,0.23010785618215174,2136.33648132537,0.032990047119622126,11,0.169981302,50.25,0.759224005076602,59,0.911717893,1419,195119,834.8,17268,15552,26112,27941,0.6613051470588235,0.5566014101141692,4736,0.3504136029411764,0.16950001789484992 +39011,OH,Auglaize,2299.64571532761,11.35167766651258,0.050047785921948466,550.898334248435,0.011989343277295155,6,0.130887197,30,0.653680219636554,34,0.741694117,1461,137673,754.5,5643,3825,22838,22860,0.24708818635607321,0.1673228346456693,14305,-0.48861546545231627,-0.6257655293088363 +39013,OH,Belmont,10006.2012686262,-4.811430211454406,0.14213354074753126,1445.60067745558,0.02053410053203949,19,0.273534789,58.1666666666667,0.847009256427805,54,0.777414664,2596,208095,849.5,13826,8652,30876,30537,0.44779116465863456,0.28332842125945573,12077,-0.08394869801787797,-0.39548744146445297 +39015,OH,Brown,3237.49882761767,-27.640924671464983,0.07219147365690742,769.778040640245,0.017164920854485236,8,0.181340103,41.5,0.948376334011289,25,0.566687823,1507,132160,948.4,6923,4270,18955,19139,0.36523344763914534,0.22310465541564345,9987,-0.25048799788973886,-0.5218140968702649 +39017,OH,Butler,125412.067800483,11.630468386366069,0.3406733159494825,33912.1797588824,0.09212011995458777,43,0.114924711,260.75,0.690660782916641,272,0.726965613,9642,1121688,833.1,59282,56700,164020,168422,0.36143153273990974,0.33665435631924573,47741,-0.261821729057432,-0.2834605930341642 +39019,OH,Carroll,1704.27967843959,1.6915453953879718,0.059102499599097996,331.882167148881,0.01150929973466781,3,0.106432043,23.5,0.849325960461166,15,0.532160216,964,84327,816.5,5396,3124,12965,12807,0.41619745468569225,0.24392910127274148,5943,-0.13736984188198997,-0.46404310142890604 +39021,OH,Champaign,627.128366559511,53.5372370505427,0.01564028148139539,144.89734244789,0.003613670410451904,10,0.255571458,26,0.671019691847111,19,0.48558577000000003,1165,117516,820.6,7826,4488,20016,17597,0.39098721023181454,0.2550434733193158,7826,-0.2011390887290168,-0.4447348979939762 +39023,OH,Clark,33638.012155897,26.28538805224631,0.2431669388786262,8342.50633462953,0.060307420027249675,19,0.139139095,112.416666666667,0.834038154308806,125,0.915388784,5158,409181,944.9,30022,22666,62136,59620,0.48316595854255184,0.38017443810801743,11645,-0.01760654049182442,-0.1953203622945321 +39025,OH,Clermont,78008.0457785454,-5.179268022679588,0.3952516215225012,21341.0765059403,0.10813109096406266,26,0.128993848,133.833333333333,0.659206063053922,132,0.654891844,5026,603567,783.7,29334,26096,93392,96455,0.3140954257323968,0.27055103416100773,39864,-0.35541588144594827,-0.41329117204914206 +39027,OH,Clinton,7472.72354197123,84.40486475588018,0.17775270080806918,1962.88437652891,0.04669087479849929,8,0.191227441,34.4166666666667,0.821360953335561,31,0.741006334,1300,125699,893.9,5534,3943,17648,18100,0.3135766092475068,0.2178453038674033,9523,-0.3516545784224841,-0.5261325966850828 +39029,OH,Columbiana,21395.0415270525,3.1972127215956747,0.19839431688367598,4199.25415743456,0.03893931025708738,16,0.151391859,90.25,0.870424844480879,76,0.71911133,3883,316230,891.7,19351,12273,45078,45261,0.42927814011269355,0.271160601842646,18813,-0.12039132170903771,-0.41565586266321997 +39031,OH,Coshocton,6861.14462190056,7.297967508495382,0.18593383978484485,1637.03508677489,0.044362892246142115,8,0.219082046,24.5833333333333,0.671639072546127,21,0.575090371,1232,109882,860,6841,3908,15555,14961,0.4397942783670845,0.261212485796404,6473,-0.0945676631308261,-0.4326582447697347 +39033,OH,Crawford,10125.7319365623,306.44398686365577,0.23126557501741052,2413.46884638735,0.05512216440680043,7,0.164783427,36.4166666666667,0.865353388937734,33,0.776836158,1669,127499,897.5,7207,4518,19192,18702,0.37552105043768236,0.24157844080846969,8747,-0.22686536056690287,-0.46770398887819487 +39035,OH,Cuyahoga,250036.420635505,1.5540685551724975,0.19532233696124662,55522.2482268326,0.0433726224741334,294,0.23336519,1159.5,0.928081117251183,1102,0.874722581,40696,3780327,799.4,420953,383974,611512,583230,0.6883806041418647,0.6583577662328756,204080,0.3867103180313714,0.34991341323320135 +39037,OH,Darke,3130.78430107329,46.600403428378584,0.059117134029594405,704.607241115653,0.013304768615639513,11,0.210744118,19.9166666666667,0.38465500148068,29,0.55559813,1809,156613,813.9,6610,4395,24807,25e3,0.26645704841375417,0.1758,15303,-0.4488652396500987,-0.61212 +39039,OH,Defiance,5001.03592042594,-20.108922709898376,0.1281101498687384,1312.38713226828,0.033619057106547126,5,0.129836406,26.6666666666667,0.698848646854308,27,0.701116593,1136,115476,771.4,7438,5282,17744,17795,0.4191839495040577,0.2968249508288845,6196,-0.14072362488728585,-0.3481876931722394 +39041,OH,Delaware,46411.8620546816,0.16098201752611316,0.2664071891735544,14164.7618255116,0.0813066792881835,17,0.089893344,69.5,0.353756178008073,166,0.877782067,3048,567496,615.2,36131,39584,96330,100101,0.3750752621197965,0.39544060498896116,16076,-0.23719505865254858,-0.16059779622581194 +39043,OH,Erie,21523.2982946061,-0.11146739149728452,0.279236864705122,4797.96181259465,0.062247328229409433,11,0.145065147,55.3333333333334,0.736726714331998,78,1.028643773,2824,227558,854,20969,15692,38262,36730,0.5480372170822225,0.42722570106180235,3609,0.11274894150854631,-0.0982575551320446 +39045,OH,Fairfield,30776.2722720533,-14.179639629379468,0.21057139133565028,8253.92402983093,0.056473384806856576,14,0.093096867,73.4166666666667,0.481114744501312,99,0.658327847,3616,450737,731.7,28831,24150,70079,70542,0.4114071262432398,0.3423492387513822,19013,-0.1612894019606444,-0.2695273737631482 +39047,OH,Fayette,896.913255141699,-26.912170870829904,0.030896081816799828,178.453714732736,0.006147217179908232,7,0.243055556,31.4166666666667,1.09557353419817,32,1.111111111,1076,86112,1018.3,4075,2672,10677,10817,0.38166151540694954,0.24701858186188408,5091,-0.22300271611875994,-0.47064805398909126 +39049,OH,Franklin,274663.114038607,-0.35491563704248225,0.23608372775177794,74009.1072706459,0.06361373274745345,265,0.215203432,984.583333333334,0.778623422785072,1107,0.898981885,27670,3701048,826.7,325654,335961,541751,554711,0.6011137958213275,0.6056505099051578,143633,0.21728247848181176,0.2589330299921941 +39051,OH,Fulton,6459.18563773524,11.95647205319405,0.15127607002049837,1673.09129159467,0.03918430117557427,7,0.16439643,30.8333333333333,0.725251289771213,25,0.587130108,1247,127483,763.7,8790,5981,20757,20693,0.4234715999421882,0.2890349393514715,7438,-0.1315700727465433,-0.3594452230222781 +39053,OH,Gallia,3690.43821212106,53.593321558786954,0.11930038831451024,877.500529417395,0.02836686265653957,5,0.164489917,40.0833333333333,1.3354433894164,31,1.019837484,1100,91016,973.1,3418,2564,9534,12588,0.3585063981539752,0.20368605020654593,7003,-0.2615900985945039,-0.5563234826819192 +39055,OH,Geauga,18310.2758896316,6.824383031423184,0.19606458886626477,4573.60366538371,0.0489736871085857,12,0.127260194,48.75,0.518286200297682,58,0.615090938,2399,282136,615.9,19295,17165,50125,48736,0.3849376558603491,0.3522037097833224,12412,-0.21564089775561102,-0.2546782665791202 +39057,OH,Greene,47231.7808722227,-11.955391119730221,0.2923247131155744,11082.1138256558,0.06858889681850186,16,0.097668172,92.75,0.56292295086942,132,0.805762422,4236,492952,723.7,31028,28023,81075,79633,0.3827073697193956,0.35190184973566235,19483,-0.2177613320999075,-0.2446598771865935 +39059,OH,Guernsey,6254.85549601462,7.879187881878144,0.15603201776173373,1492.69057825596,0.03723627555706239,12,0.303106845,45.0833333333333,1.15411856061576,38,0.959838343,1412,118448,944,7226,4286,16403,16156,0.44052917149301957,0.2652884377321119,6878,-0.09662866548802046,-0.42572418915573157 +39061,OH,Hamilton,236682.57274106,8.129983360658942,0.2949778690997714,59024.9993365188,0.07356295111322002,165,0.204554499,689.5,0.852182489411061,681,0.844252205,23747,2418013,844.9,208508,207587,402572,395e3,0.5179396480629552,0.5255367088607595,37615,0.0493203700207665,0.09522784810126589 +39063,OH,Hancock,12032.6738623908,0.42622366847948834,0.16090334388476907,2883.67010916752,0.03856101881692814,11,0.146010592,47.9166666666667,0.6315461127513,62,0.822968794,2147,226489,753.8,12192,9419,34940,35216,0.3489410417859187,0.26746365288505225,14358,-0.2829135661133371,-0.4077124034529759 +39065,OH,Hardin,3035.02565478082,70.70560753618899,0.09467295697737912,834.817396611359,0.02604084461324346,6,0.188702982,25,0.794306411641355,20,0.629009938,938,95223,888.3,4487,2870,12147,12014,0.3693916193298757,0.23888796404195106,5671,-0.2346258335391455,-0.4720326285999667 +39067,OH,Harrison,381.456459222245,0,0.024045414726566124,84.4438713291311,0.005322987350550372,4,0.257350576,17.0833333333333,1.11604712440931,7,0.450363508,614,46651,901.3,2895,1663,6999,6956,0.4136305186455208,0.23907418056354227,3358,-0.1487355336476639,-0.4827487061529615 +39069,OH,Henry,3638.57213560143,-10.88228305846539,0.1289587855963647,826.733247293576,0.02930119607632735,4,0.143179296,16.3333333333333,0.591166286631197,19,0.680101657,845,83781,718.6,5513,3690,13937,13671,0.3955657602066442,0.26991441737985516,5446,-0.18641027480806488,-0.3983614951356887 +39071,OH,Highland,2456.47577881237,30.666552630454973,0.05635540569438093,606.97451721226,0.013924947055731034,8,0.185852015,44.5,1.03418624648493,27,0.627250552,1457,129399,907.1,5772,3436,17161,17048,0.3363440358953441,0.20154856874706711,9569,-0.3065089447001923,-0.5612975129047395 +39073,OH,Hocking,5072.30291778712,-0.6250867037770558,0.1726447555407461,1210.54613434102,0.041203067880906066,4,0.139251523,18.9166666666667,0.667490002352388,19,0.661444735,885,85798,849.5,6010,3713,12442,12513,0.4830413116862241,0.2967313993446815,4569,-0.01125221025558587,-0.36514025413569884 +39075,OH,Holmes,875.830753574264,0,0.020672963073555775,203.65901079427601,0.004807133333198225,12,0.273360973,17.0833333333333,0.388823136683661,14,0.318921135,938,131309,720,2568,1766,11355,10823,0.2261558784676354,0.16317102466968492,6812,-0.5279612505504183,-0.6294003511041301 +39077,OH,Huron,7389.88101039639,-0.7625085481316884,0.12393722554584224,1750.43775707465,0.02935695429971237,10,0.17031713,45,0.770033710364654,48,0.817522226,1780,176014,873.2,10673,7080,24077,24332,0.4432861236865058,0.2909748479368732,8850,-0.0892137724799601,-0.3637185599210916 +39079,OH,Jackson,1427.97091190759,-7.716355161395317,0.042978808484803316,351.635706009765,0.010583467449503838,9,0.274825944,43.3333333333333,1.33312823668154,24,0.732869183,1197,98214,1048.8,4965,3142,12916,13239,0.38440693713223906,0.2373291034066017,6476,-0.20795912047073395,-0.48916081275020773 +39081,OH,Jefferson,15086.3098312204,6.5706132142425835,0.21641839405557964,3156.53611997812,0.04528161528609104,15,0.221585369,62.75,0.940723195010794,47,0.694300824,2849,203043,972.7,14960,9483,32327,31346,0.4627710582485229,0.30252663816754927,11185,-0.05472205896000254,-0.35682383717220695 +39083,OH,Knox,8644.80621597503,-9.919029871607377,0.14190190929195237,2061.50700745947,0.03383902114967696,11,0.179835532,38.8333333333333,0.638559103715153,40,0.65394739,1761,182908,773.4,10154,7959,27618,27768,0.36765877326381347,0.2866248919619706,10604,-0.24328336592077626,-0.38187842120426396 +39085,OH,Lake,78510.8091236878,-12.008558514485559,0.34129050527378946,18356.8896736766,0.07979833887731579,38,0.165772368,167.166666666667,0.731217977318391,180,0.785237534,7202,688070,756.5,55219,45056,114264,112790,0.4832580690331163,0.3994680379466265,17571,-0.01689946089757055,-0.1557850873304371 +39087,OH,Lawrence,9196.4498974999,3.7622779843821665,0.14726100716573098,2246.15088933978,0.035967187979820334,11,0.178504779,52.6666666666667,0.865203487098611,38,0.616652873,2312,184638,1006.9,10454,6849,25252,25949,0.4139870109298273,0.2639408069675132,11391,-0.15511642642166962,-0.438976453813249 +39089,OH,Licking,34313.6544184969,29.110630146538323,0.2060979171281317,8352.91889443824,0.05017009162264998,20,0.118070724,114.25,0.663480412083764,121,0.714327882,4690,508498,819.3,32264,26360,77423,79399,0.41672371259186547,0.3319941057192156,22986,-0.14646810379344644,-0.2894998677565208 +39091,OH,Logan,3675.85483587678,5.546642718870282,0.08015732992884077,735.226811618416,0.01603268375459933,12,0.263695695,37.75,0.835824200154987,36,0.791087086,1500,136357,892.2,6789,4537,20535,21007,0.3306062819576333,0.21597562717189508,11049,-0.31818845872899926,-0.5259675346313133 +39093,OH,Lorain,81349.4002787049,5.179070879735363,0.26994451837263866,20268.4945967616,0.06725764410451958,53,0.174218319,230.75,0.753186558516802,185,0.608120546,8959,912185,780.2,78112,64958,138513,136654,0.563932627262423,0.4753464955288539,388,0.14451351136716406,-0.00283928754372359 +39095,OH,Lucas,72292.056245336,-2.4547015510941295,0.1636251739876102,18579.4754111658,0.04205261344944332,71,0.16311115,427.583333333333,0.988659415598428,373,0.856907872,13244,1304553,867,129229,107363,200850,191684,0.643410505352253,0.5601041297134868,33261,0.30435150609907896,0.1735199599340581 +39097,OH,Madison,12460.4750746298,81.45736738032616,0.2868763687033452,2988.47940704293,0.06880348583038862,5,0.113848536,29.25,0.673668209769916,22,0.500933558,1191,131269,847.7,6700,4662,17240,16754,0.388631090487239,0.27826190760415426,6657,-0.20388631090487241,-0.39733794914647247 +39099,OH,Mahoning,63368.7198877127,-9.215398184825197,0.2653375926427216,14187.3058284619,0.0594051068300034,42,0.180099827,206.083333333333,0.895983328116124,201,0.861906314,9255,699582,861.2,74298,56188,117571,112827,0.6319415502122122,0.49800136492151703,3380,0.27724523904704396,0.029957368360410186 +39101,OH,Marion,22122.5139050891,-3.730498890088528,0.332664379559542,4652.72422657498,0.06996472574209381,12,0.182592818,51.5,0.791139240506329,44,0.669506999,2197,196937,908,11933,7748,26433,25648,0.45144327166799075,0.3020898315658141,8815,-0.07585215450383992,-0.34369151590767316 +39103,OH,Medina,42335.4737522633,-4.849767931145197,0.24566228995348108,11760.8320975946,0.06824520168973029,21,0.119298525,99.5,0.561445878310132,118,0.670344091,4280,527025,698,37841,31582,88849,89360,0.42590237369019346,0.3534243509400179,22229,-0.1308174543326318,-0.24875783348254255 +39105,OH,Meigs,3888.99798410945,-22.072640329623347,0.1636095071144068,893.858511637231,0.037604480927102696,2,0.085722858,26.1666666666667,1.13153153153153,16,0.685782864,837,70058,909,3911,2157,9979,9410,0.3919230383805993,0.2292242295430393,4712,-0.18749373684737947,-0.5007438894792774 +39107,OH,Mercer,1408.26781235503,-56.69066803667526,0.0345045281608034,353.737066975533,0.008667052162873843,7,0.171438368,21,0.513334474076609,26,0.636771081,1242,122666,748.3,4609,3335,21161,21315,0.21780634185529985,0.1564625850340136,13865,-0.5480837389537356,-0.6504808820079755 +39109,OH,Miami,14209.8607399238,-9.120510797561453,0.13862467309156343,3770.2764153775,0.0367810315042778,10,0.096246391,55.75,0.532580555794381,78,0.750721848,3123,311615,785.1,15731,12832,50281,51467,0.31286171714961913,0.24932481007247362,23479,-0.3563771603587837,-0.4561952318961665 +39111,OH,Monroe,837.792184608278,1.2281288376161599,0.05721842539327129,203.482333665329,0.013897167986977804,1,0.069132389,15.1666666666667,1.06732348111658,6,0.414794331,540,43443,816,3007,1647,6743,6686,0.44594394186563846,0.2463356266826204,3134,-0.07904493548865488,-0.46874065210888416 +39113,OH,Montgomery,142425.887582158,-9.96145087533696,0.26614050109437487,34594.9539228404,0.06464497802094056,84,0.157564207,414,0.779310253953494,477,0.894739606,17954,1599109,876.2,128983,117661,254266,249560,0.5072758449812401,0.47147379387722393,3105,0.030656871150684717,-0.012441897740022412 +39115,OH,Morgan,945.824959082027,-0.2867612655155917,0.06282881354337896,255.00806518197,0.016939555279790755,2,0.13474365,10.6666666666667,0.720525983968297,2,0.13474365,494,44516,816.3,2772,1711,6042,6290,0.45878848063555117,0.2720190779014308,2604,-0.06024495200264807,-0.41399046104928455 +39117,OH,Morrow,166.316313211074,0,0.004775499273870101,40.6220128428831,0.0011663942585604015,6,0.170687301,20.9166666666667,0.597004985348403,14,0.398270369,964,105108,785.1,5780,3711,15813,16186,0.36552203882881174,0.2292722105523292,8011,-0.24549421362170365,-0.4949338934881997 +39119,OH,Muskingum,16744.9335222579,10.733062188629411,0.1945411334695483,4316.63722777894,0.05015030355018867,16,0.186441073,87.6666666666667,1.0185744605041,64,0.745764292,2931,257978,888.5,16327,10926,35954,36217,0.4541080269232909,0.3016815307728415,12662,-0.06950547922345218,-0.3496148217687826 +39121,OH,Noble,3788.43845414501,-0.023890301061844775,0.25868476982895255,377.551213289321,0.02578021258377064,4,0.278493351,8.58333333333333,0.600485052003171,8,0.556986702,407,43264,636.7,2082,1201,5755,5875,0.3617723718505647,0.20442553191489363,3240,-0.24604691572545617,-0.5514893617021276 +39123,OH,Ottawa,11156.6439043025,20.8544521846711,0.2693020156488969,2396.83008999563,0.057855317418065794,9,0.218690771,27.25,0.67058765626538,36,0.874763085,1401,123055,729.6,11214,8136,21936,21742,0.5112144420131292,0.3742066047281759,4253,0.0406181619256018,-0.19561217919234664 +39125,OH,Paulding,2557.60411142829,-11.064624525493295,0.13039686506721168,639.377173286096,0.03259800006557031,5,0.263310338,15.9166666666667,0.843714109020231,10,0.526620675,547,57148,762.5,3435,2068,8912,8842,0.385435368043088,0.2338837367111513,4291,-0.20343357271095153,-0.4852974440171907 +39127,OH,Perry,1410.53161663492,-62.01755427260866,0.03911840969091242,420.357840601766,0.011657824632585445,8,0.223388808,32.5833333333333,0.906931648435253,20,0.558472021,1037,107882,874.3,6857,4072,14673,14647,0.46732092959858246,0.278009148631119,5906,-0.04368568118312549,-0.40322250290161815 +39129,OH,Pickaway,7596.61635594995,6.382618072588187,0.13638939200599573,1058.81178106792,0.019009870750617976,8,0.140656868,41.0833333333333,0.713685978169605,36,0.632955904,1557,170215,825.3,9335,6325,23443,23814,0.39819988909269294,0.2656000671873688,10157,-0.18675084246896728,-0.42651381540270433 +39131,OH,Pike,4088.46418982961,-38.42663276679182,0.1424105398944446,1055.91657329915,0.036779984440389775,3,0.10617214,38,1.34943181818182,19,0.672423556,1005,84861,960.9,5490,3443,11233,11513,0.48873853823555596,0.29905324415877704,4226,-0.004006053592094716,-0.3670633197255277 +39133,OH,Portage,42909.8652637024,29.387350178055467,0.2658290861899925,9936.53801587208,0.06155742518459462,17,0.105014764,100.166666666667,0.618614427200096,124,0.765990042,4259,486103,799.3,38082,31463,74029,73968,0.51442002458496,0.42535961496863506,7515,0.04885923084196736,-0.10159798831927325 +39135,OH,Preble,314.004876838997,7.177774967915782,0.007428551616725739,62.2625759507064,0.0014729731712965792,5,0.120232771,28.5,0.690959342497636,22,0.529024191,1379,124547,877.7,6005,4323,19619,20475,0.30608084000203883,0.21113553113553113,11053,-0.3668382690249248,-0.5398290598290598 +39137,OH,Putnam,5727.09859938069,14.013148546052786,0.16600766976957854,1435.39444760099,0.0416068421577724,5,0.146322905,12.75,0.374383368569415,22,0.643820784,885,102338,669.9,4238,2874,18126,18387,0.23380778991503917,0.15630608582150432,11830,-0.5144543749310383,-0.6433893511720238 +39139,OH,Richland,31594.1102907102,18.64296948183541,0.25381892179723,6525.62133347414,0.05242515632435541,22,0.180413639,111.083333333333,0.917232970293487,96,0.787259517,4182,365884,836.5,21785,15629,55954,53739,0.38933767022911675,0.2908316120508383,20176,-0.20145119205061307,-0.37544427696830984 +39141,OH,Ross,10703.8210533486,24.950920917041852,0.13711596963195072,2024.87404203539,0.02593864062865585,13,0.168483262,64.6666666666667,0.83982683982684,53,0.686893298,2448,231610,929,13895,9905,28961,28955,0.47978315665895516,0.3420825418753238,7928,-0.023721556576085046,-0.2738041788982905 +39143,OH,Sandusky,6092.05572779065,-1.0881078742666666,0.09996153399498967,1426.36719860869,0.02340455497848336,12,0.199405108,48.75,0.821675375021069,36,0.598215324,1966,179810,841.1,14035,9733,28192,27491,0.49783626560726446,0.3540431413917282,6312,0.019296254256526646,-0.22960241533592807 +39145,OH,Scioto,14240.6569918688,5.733480505818903,0.17913001411173476,3207.76141557381,0.04034970773939056,12,0.155323721,77.6666666666667,1.02074790593348,58,0.750731316,2941,232245,1001.6,14432,8841,30023,29618,0.48069813143256834,0.29850091160780606,10901,-0.019684908237018295,-0.3680532108852725 +39147,OH,Seneca,7975.8375470328,31.820176484695622,0.14055577666812583,1798.68205385204,0.031697630696132524,11,0.197596508,38.0833333333333,0.688008478914121,28,0.502972929,1711,167175,788.9,10962,7237,24633,23481,0.44501278772378516,0.3082066351518249,7322,-0.08374944180570776,-0.3118265831949235 +39149,OH,Shelby,8219.96478161615,8.598383622661881,0.1663186124196457,2153.4043508468,0.0435708951469316,7,0.143000143,34.1666666666667,0.702685286112882,30,0.612857756,1287,146964,756.6,6065,4143,23129,23110,0.2622249124475766,0.1792730419731718,14005,-0.45981235678152965,-0.6060147122457811 +39151,OH,Stark,108254.356229243,4.515678627788044,0.2882278791787846,25550.2494407573,0.06802769389901993,62,0.165009475,281.166666666667,0.75256326527699,316,0.841016033,12238,1125795,784.1,86314,66581,176620,170868,0.4886989015966482,0.3896633658730716,29764,-0.0036462461782357236,-0.17419294426106702 +39153,OH,Summit,165394.718098392,-12.803077230037847,0.3052796574601029,39083.1451575484,0.07213827202790131,85,0.156843063,418.166666666667,0.773952742303658,444,0.819274352,17202,1626763,817.6,147146,129922,259389,249937,0.5672792601074063,0.5198189943865854,20391,0.14821754199291415,0.08158455930894587 +39155,OH,Trumbull,45541.4575972812,-1.3465150355613027,0.2165423637133459,9739.87468923328,0.04631154993168854,45,0.219324966,190.833333333333,0.945538626698047,141,0.687218228,7622,615514,852.3,59446,42130,98703,94073,0.6022714608471881,0.44784369585322037,6022,0.22188788587986186,-0.06401411669660795 +39157,OH,Tuscarawas,17960.7690232658,2.2870650117173623,0.19399849887954246,4118.85469971702,0.044488720266542305,18,0.193990602,80.3333333333333,0.8692202265022,78,0.840625943,3070,278468,787.2,17516,11895,39855,40088,0.4394931627148413,0.2967222111355019,14210,-0.0979550871910676,-0.35447016563560163 +39159,OH,Union,11122.956139362,51.58599969089877,0.21267602560921609,2699.25907392284,0.05161107215913652,5,0.09297828,22.25,0.401211749643868,27,0.502082713,1101,161400,767.6,8546,7530,24947,26533,0.342566240429711,0.2837975351449139,10071,-0.29666893814887557,-0.3795650699129386 +39161,OH,Van Wert,4648.77005034307,22.55225256490474,0.16173010194625206,1058.08638323191,0.036810686864455544,3,0.105403696,16.0833333333333,0.567073314058717,16,0.562153046,997,85469,808.7,3923,2667,13586,13584,0.2887531282202267,0.1963339222614841,7661,-0.40556455174444284,-0.563972320376914 +39163,OH,Vinton,6470.94777706147,204.52886466734296,0.48164851336520065,1526.73945281047,0.11363896187647712,0,0,10.5,0.812630601346645,7,0.528940608,438,39533,1007.3,2382,1332,5352,5393,0.44506726457399104,0.2469868347858335,2467,-0.07772795216741402,-0.4574448358983868 +39165,OH,Warren,75605.2082272299,8.636168223856021,0.35546636808559706,21670.3380497734,0.10188552538058798,30,0.135343027,103.166666666667,0.454352609921769,130,0.58648645,4747,666028,705,31907,33036,108008,114254,0.29541330271831723,0.2891452378034905,42911,-0.39551699874083396,-0.37557547219353365 +39167,OH,Washington,5778.64024941314,11.407378129237156,0.09353880425739164,1193.89503671359,0.01932556956705607,13,0.212373189,61.75,1.01880877742947,47,0.767810759,2220,183687,848.6,11333,7841,28798,28992,0.3935342732134176,0.2704539183222958,12060,-0.19404125286478224,-0.4159768211920529 +39169,OH,Wayne,18588.2530210001,2.0861226097174703,0.16231446927174378,4175.79015349844,0.036463413844729654,28,0.242346608,68.1666666666667,0.585272316190149,71,0.614521755,3213,347124,742.9,18932,14670,49356,48550,0.3835805170597293,0.30216271884654994,16952,-0.21310478969122293,-0.34916580844490214 +39171,OH,Williams,5340.36729667119,0.13464595569970197,0.14187257044448195,1323.42684869434,0.03515825005829499,6,0.160896731,29.25,0.790177486019937,27,0.72403529,1188,111795,770.8,7045,4287,17286,16938,0.4075552470207104,0.25309953949698905,7419,-0.16302209880828417,-0.43800921006021964 +39173,OH,Wood,41776.0575311933,14.283118440940907,0.3329087843554228,8860.08479092771,0.07060503626583985,17,0.131182962,79.6666666666667,0.611789882172852,117,0.902847442,3273,388502,762.6,31596,26440,61967,62287,0.5098842932528604,0.4244866505049208,5294,0.04194167863540277,-0.08499365838778555 +39175,OH,Wyandot,1018.68396102051,1.2464682306358195,0.045044614681428695,239.861406371445,0.010606296987461641,8,0.357893795,16.1666666666667,0.730928052566537,15,0.671050866,771,67078,806.4,3962,2484,10254,10396,0.38638580066315587,0.23893805309734514,4862,-0.2040179442168909,-0.46767987687572143 +40001,OK,Adair,1651.05631843157,7.476319910914668,0.07278826956009214,482.871223533051,0.021287802474674912,3,0.135220409,22.6666666666667,1.02573385223399,9,0.405661228,724,66395,1046,2110,1374,6472,6468,0.32601977750309025,0.212430426716141,3379,-0.34796044499381956,-0.5224180581323439 +40003,OK,Alfalfa,3316.19527714096,-3.297283503707253,0.5877694571323928,483.979364819341,0.08578152513635963,2,0.345423143,5.33333333333333,0.915279446255935,2,0.345423143,189,17485,776.8,278,216,1817,2256,0.15299944964226747,0.09574468085106383,1715,-0.694001100715465,-0.760195035460993 +40005,OK,Atoka,5732.81939501008,-3.014824375130337,0.4042320825701651,1178.13727233637,0.0830727169888852,3,0.217454335,14.9166666666667,1.08013516775284,7,0.507393447,501,41445,979.3,1241,795,4775,5002,0.2598952879581152,0.15893642542982808,3273,-0.4802094240837696,-0.6543382646941223 +40007,OK,Beaver,2157.19728383167,-2.8392442822075252,0.3827532441149166,505.469190234387,0.08968580380312047,1,0.182282173,3,0.557413600891862,1,0.182282173,143,16438,669.2,243,176,2300,2237,0.10565217391304348,0.07867679928475638,1811,-0.788695652173913,-0.8095663835493966 +40009,OK,Beckham,2642.98126105615,-15.600750453801101,0.11948918400724037,721.606159604652,0.03262381480196447,4,0.168840488,21.25,0.943647586482526,15,0.63315183,725,71046,988,1413,958,6909,7529,0.2045158488927486,0.12724133351042635,5329,-0.5909683022145029,-0.7077965201221942 +40011,OK,Blaine,6728.66848126208,-3.316926581289977,0.5633985163913656,1221.44867003288,0.10227318680673868,5,0.504184733,10.25,1.06294721559681,2,0.201673893,381,29530,958.5,991,711,3815,3793,0.2597640891218873,0.18745056683364092,2173,-0.4804718217562254,-0.5728974426575271 +40013,OK,Bryan,8293.33089867481,0.07945620666266427,0.19552364434823677,2015.45612652255,0.047516411885197805,5,0.112394911,44.8333333333333,0.983769629678391,30,0.674369465,1508,133438,943.8,3533,2793,12721,13775,0.27772973822812674,0.20275862068965517,7656,-0.4445405235437465,-0.5557894736842106 +40015,OK,Caddo,8867.08070555166,-10.10665319866982,0.29956353734971825,2214.7214281397,0.07482166986958447,4,0.136439608,33.8333333333333,1.14468089905381,11,0.375208923,1051,88202,1032.7,3151,2418,8811,9336,0.3576211553739644,0.2589974293059126,4055,-0.2847576892520713,-0.43434018851756645 +40017,OK,Canadian,26958.3946472009,-20.35345084875317,0.23332318957946444,6805.27892485591,0.05889925589060083,11,0.084888333,72.3333333333333,0.529790329983691,80,0.617369696,2781,388942,778.5,10533,11666,46148,55250,0.22824391089538007,0.21114932126696834,28303,-0.5435121782092398,-0.5122714932126697 +40019,OK,Carter,4759.17780255905,4.155114234299733,0.1000731291410108,1191.18651928327,0.025047553867638198,9,0.1843469,57.8333333333333,1.19106461268089,30,0.614489666,1872,146038,1079.9,4907,4002,17120,18533,0.28662383177570094,0.21593913559596395,9749,-0.4267523364485981,-0.5260346409108076 +40021,OK,Cherokee,10474.5807313356,0.4882579181652936,0.2229250799441463,2474.41317803058,0.05266165488391641,6,0.124118243,54.3333333333333,1.11567419575633,26,0.537845721,1450,144677,934.1,6137,5455,14288,16487,0.4295212765957447,0.33086674349487477,4537,-0.14095744680851063,-0.2751865105840965 +40023,OK,Choctaw,7356.59511252383,18.42576507495974,0.48382736682169214,1834.88843944032,0.12067664843408879,1,0.06595871,15.0833333333333,1.01332437576979,6,0.395752259,686,45198,1152.2,1494,1064,5066,5419,0.2949072246348204,0.19634618933382542,3138,-0.4101855507303593,-0.5790736298210002 +40025,OK,Cimarron,998.540116734018,-0.19475734706081432,0.40345055221576487,251.598297538837,0.10165587779346948,1,0.435919791,3,1.38760407030527,3,1.307759372,100,6830,968,115,70,1197,1077,0.0960735171261487,0.06499535747446611,892,-0.8078529657477025,-0.8282265552460539 +40027,OK,Cleveland,48390.8452446858,-21.009583554121754,0.18920781703069658,11644.9496539733,0.045531659807133,49,0.181543341,182.916666666667,0.656427003522875,224,0.829912415,5707,814808,760.7,34701,38790,93720,109326,0.3702624839948784,0.3548103836232918,23679,-0.25947503201024325,-0.21659074694034358 +40029,OK,Coal,1618.1589139954,1.3502810134135694,0.273106989703865,411.940209613178,0.06952577377437603,3,0.516617875,7.58333333333333,1.3419453783991,1,0.172205958,254,17223,1028.2,648,411,2357,2393,0.274925753075944,0.17175094024237358,1481,-0.45014849384811195,-0.6188884245716674 +40031,OK,Comanche,40133.4984593286,-3.8165363402937107,0.3234016540099647,10222.0057589352,0.08237043110231591,12,0.095974663,105.75,0.865838082137945,92,0.735805747,3044,374973,907.6,12517,11439,30174,32504,0.4148273347915424,0.3519259168102387,7714,-0.17034533041691519,-0.2373246369677578 +40033,OK,Cotton,5173.78488190306,1224.9521527967074,0.8354246539484999,1301.40233142797,0.21014085765024543,1,0.162601626,4,0.6732873253661,2,0.325203252,237,18263,1004.1,657,424,2453,2602,0.2678353037097432,0.16295157571099156,1630,-0.46432939258051364,-0.6264411990776326 +40035,OK,Craig,2597.30362409594,0.011576785512637753,0.17281945732223966,660.340837530891,0.043937776134865325,1,0.068577699,15,1.02564102564103,5,0.342888493,588,44054,992,1746,1249,5298,5778,0.32955832389580975,0.21616476289373485,3030,-0.3408833522083805,-0.5244029075804777 +40037,OK,Creek,14638.016827244,10.988808450930588,0.20921315516234798,3479.1387830641,0.0497254246010848,6,0.084947333,64.8333333333333,0.909150400119662,37,0.523841885,2498,212278,957.9,7114,5834,26078,28786,0.2727969936344812,0.20266796359341346,15705,-0.45440601273103765,-0.54557771138748 +40039,OK,Custer,8840.44730809653,41.73409034364678,0.32183360544965345,1844.29682745994,0.06714102542720667,5,0.169491525,24.0833333333333,0.822153187906098,25,0.847457627,908,88637,958.3,2358,2102,9800,10531,0.24061224489795918,0.19960117747602316,5716,-0.5187755102040816,-0.5427784635837053 +40041,OK,Delaware,7749.04382691368,-8.874894346244066,0.1867824578039791,1917.12714481213,0.046210310333649814,5,0.120638904,40.0833333333333,0.963587993012484,16,0.386044492,1568,124286,886.4,4176,3306,14232,15680,0.2934232715008432,0.21084183673469387,8490,-0.4131534569983137,-0.5414540816326532 +40043,OK,Dewey,4809.99999895246,0,0.9999999997822164,1221.00000009039,0.2538461538649459,2,0.407000407,4.5,0.933803693712388,0,0,211,14768,1040.2,301,222,2070,2246,0.14541062801932367,0.09884238646482636,1742,-0.7091787439613526,-0.7756010685663401 +40045,OK,Ellis,4132.15332858142,0.11934367721324149,0.9954597274346954,1027.22339622167,0.24746408003412912,4,0.963855422,3,0.735294117647059,1,0.240963855,177,12491,953.2,226,155,1801,1826,0.1254858411993337,0.08488499452354874,1455,-0.7490283176013326,-0.7968236582694415 +40047,OK,Garfield,10121.624007563,-34.156485853123634,0.16707863993996366,2484.53637598529,0.04101248557255348,12,0.190201455,64.6666666666667,1.03296434143199,43,0.681555214,2052,188953,890.1,4732,4391,19908,21692,0.23769338959212377,0.2024248570901715,11607,-0.5246132208157526,-0.5350820579015305 +40049,OK,Garvin,4717.76790458528,-44.481190320371326,0.17108238702441544,1247.23666640801,0.045229063910937416,7,0.253982076,28.9166666666667,1.03874799434825,17,0.616813613,1040,82628,1009,2556,1852,9478,10531,0.2696771470774425,0.17586174152502138,6391,-0.460645705845115,-0.60687494065141 +40051,OK,Grady,6855.3551728216,-10.096666788414575,0.13075003667337262,1620.2289214473,0.030902117477204328,8,0.148549783,42.25,0.773030829750252,25,0.464218071,1606,162236,898.4,4780,3878,19598,22257,0.24390243902439024,0.17423731859639663,13415,-0.5121951219512195,-0.6027317248506088 +40053,OK,Grant,2957.95251751215,5.683085460062094,0.6534023674645791,665.348023753356,0.1469732767292591,3,0.666518551,5.5,1.23180291153415,0,0,181,13533,886.5,393,287,2067,2200,0.19013062409288825,0.13045454545454546,1540,-0.6197387518142234,-0.7 +40055,OK,Greer,550.8833149365,0,0.08829673263928514,98.2304951270926,0.015744589698203654,2,0.325150382,4.83333333333333,0.805824163610092,1,0.162575191,243,18375,942,488,323,1832,1896,0.2663755458515284,0.17035864978902954,1159,-0.46724890829694327,-0.6112869198312236 +40057,OK,Harmon,242.164421913207,0,0.08287625664380802,50.1391539123656,0.017159190250638466,1,0.357398142,3,1.1094674556213,1,0.357398142,92,8485,737.4,264,224,923,975,0.28602383531960995,0.22974358974358974,490,-0.4279523293607801,-0.5025641025641026 +40059,OK,Harper,1903.180770526,-0.19571436140644605,0.5164669662214383,455.627083027076,0.12364371316881304,2,0.524658972,4,1.07613666935701,1,0.262329486,123,11427,750.3,173,131,1434,1485,0.1206415620641562,0.08821548821548822,1176,-0.7587168758716876,-0.7919191919191919 +40061,OK,Haskell,4845.30974357014,0.8057983790727258,0.3794588255595693,1211.80802348122,0.09490234344750725,2,0.155086849,14,1.09829763866008,4,0.310173697,492,38669,946.2,1175,882,4244,4734,0.276861451460886,0.18631178707224336,2815,-0.4462770970782281,-0.5946345585128855 +40063,OK,Hughes,3764.94638841392,10.640821028626931,0.2688671276450703,911.084060875001,0.06506349074305513,4,0.289729103,16.0833333333333,1.18556194407588,8,0.579458207,578,41280,1022.5,1370,961,4206,4525,0.3257251545411317,0.2123756906077348,2426,-0.3485496909177366,-0.536132596685083 +40065,OK,Jackson,6368.2769250254,28.299410824342914,0.24080302975971413,1720.31890245048,0.0650502496578114,1,0.0384645,18.9166666666667,0.741917349753566,17,0.653896454,795,77628,959.3,1953,1473,7915,7806,0.24674668351231838,0.1887009992313605,4496,-0.5065066329753631,-0.5759672047143223 +40067,OK,Jefferson,1507.90767934523,0.12655628362069435,0.23298944365655594,372.892288555829,0.05761623741591919,3,0.476795931,9.25,1.48475120385233,2,0.317863954,303,18897,1141.7,602,365,2234,2345,0.2694717994628469,0.15565031982942432,1540,-0.4610564010743062,-0.6567164179104478 +40069,OK,Johnston,3965.19705281834,11.933301120719204,0.36188710895485443,973.703911598086,0.08886592238734015,1,0.090065748,13.3333333333333,1.20260966296864,4,0.360262992,389,33054,963.3,1134,782,3778,4001,0.30015881418740076,0.19545113721569607,2299,-0.3996823716251985,-0.5746063484128968 +40071,OK,Kay,14104.3326490356,39.21308127761861,0.30291509490648166,3732.52009684242,0.080162366239474675,8,0.175909231,39.8333333333333,0.886307841784779,38,0.835568846,1777,136428,968.1,4624,3734,16122,16795,0.28681305049001365,0.22232807383149747,8434,-0.42637389901997275,-0.5021732658529324 +40073,OK,Kingfisher,1812.58755476907,-20.278276751149576,0.12056588763928895,490.622255254162,0.03263417954331262,4,0.257532835,11,0.703414758920578,7,0.450682462,446,46396,796,844,783,5354,6123,0.1576391483003362,0.12787849093581577,4368,-0.6847217033993276,-0.713375796178344 +40075,OK,Kiowa,4663.12937981374,31.80973489632178,0.4936618018011582,1012.19613847377,0.10715605954623862,3,0.321336761,10.9166666666667,1.20267342367155,2,0.214224507,441,27766,1225.4,1101,766,3410,3489,0.32287390029325513,0.21954714817999427,1827,-0.35425219941348973,-0.5236457437661222 +40077,OK,Latimer,2849.98262961484,14.194692705099483,0.2555121597287825,732.003752422639,0.06562701743075479,2,0.187038249,8,0.768196658344536,2,0.187038249,408,31812,915.3,1169,797,3789,4050,0.30852467669569805,0.19679012345679012,2297,-0.3829506466086039,-0.5671604938271605 +40079,OK,Le Flore,7757.03254261092,12.112829526161935,0.15395825148084552,1808.49192446857,0.03589417125413961,5,0.100480296,63.6666666666667,1.27657583595666,18,0.361729065,1815,149296,1010,4658,3245,15830,17199,0.29425142135186355,0.18867376010233153,10101,-0.4114971572962729,-0.5873015873015873 +40081,OK,Lincoln,2533.05781288979,-62.75411003798088,0.07390826052256266,656.103219250711,0.019143442921562486,3,0.086657616,30.5,0.868228529135472,16,0.462173951,1141,103985,917.3,3265,2423,12807,14001,0.25493870539548685,0.17305906720948502,8415,-0.49012258920902635,-0.6010284979644311 +40083,OK,Logan,9026.69320563416,-5.5038535594326365,0.21570190225659888,2050.08464155174,0.04898883200037612,2,0.0441735,28.3333333333333,0.608168054720815,15,0.331301352,1077,135689,708.5,4686,4239,16983,18948,0.27592298180533475,0.22371754274857505,9374,-0.44815403638933055,-0.49472239814228414 +40085,OK,Love,1911.04528135064,-6.002441520842275,0.2028064609307694,402.860431710842,0.04275288461326988,1,0.102322726,9.5,0.950285085525658,5,0.511613629,340,29355,936.3,1034,735,3470,3787,0.2979827089337176,0.19408502772643252,2185,-0.4040345821325648,-0.576973857935041 +40087,OK,McClain,3325.78282676025,1.0579476257146763,0.09638274000928099,944.312386132533,0.027366614099940102,2,0.0536006,32.3333333333333,0.835875428709305,25,0.670007772,1016,111821,886.6,3191,2893,14299,16839,0.2231624589132107,0.1718035512797672,10258,-0.5536750821735785,-0.6091810677593681 +40089,OK,McCurtain,5508.48449346296,0.6258389491642327,0.16616344886920334,1332.5123104715,0.04019523726196797,9,0.272314675,52.5,1.5995368959844,15,0.453857791,1258,99245,1056,2440,1799,10073,10709,0.24223170852774745,0.16798954150714351,6843,-0.5155365829445051,-0.6389952376505743 +40091,OK,McIntosh,2402.80658051403,-6.990246523486763,0.11864539702320906,468.897199433757,0.023153130527047056,6,0.298685783,20,1.00933636134242,8,0.39824771,880,60575,951.8,2767,2122,7265,7958,0.3808671713695802,0.26664991203820054,3379,-0.23826565726083965,-0.4246041719024881 +40093,OK,Major,1359.13354009168,-59.14802085439413,0.18056776140450115,281.351195958763,0.03737892865135685,3,0.387096774,9,1.15800308800823,2,0.258064516,273,23212,824.4,446,310,3146,3399,0.1417673235855054,0.09120329508679023,2630,-0.7164653528289893,-0.7737569873492204 +40095,OK,Marshall,3885.38601491219,118.96753326640497,0.24528952114344635,1121.82072757941,0.07082201563001325,4,0.247188234,14.4166666666667,0.890412369011591,9,0.556173526,614,48269,925.3,1396,1095,5140,5487,0.2715953307392996,0.19956260251503555,3107,-0.45680933852140077,-0.566247494076909 +40097,OK,Mayes,4346.86785018205,268.13238938268205,0.10535562786742407,1215.67361784925,0.029464446977610942,6,0.147001176,42.0833333333333,1.02842945584881,30,0.73500588,1378,122637,942.8,4822,3423,14456,15712,0.3335639180962922,0.21785896130346233,8127,-0.33287216380741563,-0.5172479633401221 +40099,OK,Murray,551.126078389674,-45.77036859091686,0.040860474376458636,145.428100127353,0.010782035893190465,2,0.144896037,13.75,0.987929300186808,10,0.724480185,567,41428,1031.1,1540,1086,5146,5525,0.29926156237854645,0.19656108597285069,3087,-0.40147687524290715,-0.5587330316742081 +40101,OK,Muskogee,10087.5277647451,13.326454104747846,0.14209786962593465,2765.03067024537,0.03894957980342823,13,0.185804534,84,1.20903320523339,55,0.786096104,2774,209857,1115.7,9943,7969,23335,24193,0.42609813584743944,0.3293927995701236,7060,-0.14780372830512106,-0.2918199479188195 +40103,OK,Noble,3302.80047036051,-2.537533693391109,0.285684670042428,886.148605901498,0.07664982319016496,1,0.087001914,9.75,0.85646521433591,6,0.522011484,405,34466,903.3,1142,901,4626,4870,0.24686554258538695,0.18501026694045175,2806,-0.5062689148292261,-0.5761806981519507 +40105,OK,Nowata,2221.79741502347,-17.380002137416373,0.21087674781923596,569.715543100152,0.0540732292236287,1,0.095020905,12.0833333333333,1.15974021819113,2,0.190041809,432,31567,999.7,1244,742,4076,4237,0.30520117762512267,0.17512390842577294,2579,-0.38959764474975467,-0.6086853906065612 +40107,OK,Okfuskee,2436.26564218133,-10.91342748144335,0.19984132902808058,387.120382874192,0.031754604451988515,3,0.246184146,12.8333333333333,1.05476562285965,2,0.164122764,529,36650,1219.9,1251,943,3579,3933,0.3495389773679799,0.23976608187134502,1848,-0.3009220452640402,-0.4698703279938978 +40109,OK,Oklahoma,150328.167346175,-17.960240736191896,0.20918628471859071,39511.1236045879,0.054980948000701184,181,0.236226125,681.833333333333,0.870829448552733,716,0.934463564,21256,2299630,914.1,106812,112661,256337,273609,0.4166858471465298,0.4117591161109466,28768,-0.16662830570694043,-0.10514274018764003 +40111,OK,Okmulgee,9046.59106563433,-10.288801945237228,0.2257753142238219,2219.01131474287,0.055379752795000375,8,0.204629748,33.0833333333333,0.843682792271271,22,0.562731807,1461,117799,996,5416,4379,13128,13924,0.4125533211456429,0.31449296179258834,4547,-0.17489335770871417,-0.3265584602125826 +40113,OK,Osage,14890.9824881697,9.176123235392684,0.31367927384921007,3952.15591565809,0.08325235750880709,2,0.0416832,35.4166666666667,0.740841456442009,21,0.437673246,1366,143928,744,6695,5593,17913,18942,0.373750907162396,0.295269770879527,6966,-0.252498185675208,-0.3677541970224897 +40115,OK,Ottawa,4918.00796038988,1.2601410609208739,0.15442124969825044,1331.98312017889,0.04182313238441629,2,0.0622956,26.5833333333333,0.83882911026264,15,0.467216944,1263,96305,1026.8,3508,2584,9973,10686,0.35174972425548984,0.241811716264271,5043,-0.2965005514890204,-0.47192588433464344 +40117,OK,Pawnee,240.497791944298,-36.986891414331836,0.014507920126940821,49.1058927857805,0.0029622906910647586,2,0.121943784,14,0.849256900212314,7,0.426803244,630,49249,1024.6,1813,1341,6041,6346,0.30011587485515645,0.21131421367790734,3375,-0.3997682502896871,-0.5318310746927198 +40119,OK,Payne,16690.0675493326,-15.763100345920774,0.2157733361258255,3507.6506025343,0.04534777766689464,6,0.074753314,55.75,0.687160271659415,63,0.784909798,1640,240636,771.2,9193,8785,25660,27749,0.3582618862042089,0.3165879851526181,7859,-0.28347622759158225,-0.28321741324011673 +40121,OK,Pittsburg,19056.9131246921,0.04755152675557432,0.415753935133017,3995.73866891225,0.08717277895395097,5,0.112042307,56,1.26774273877708,30,0.672253843,1858,134071,1069,4813,3704,15598,17250,0.30856520066675214,0.21472463768115943,9036,-0.38286959866649567,-0.5238260869565217 +40123,OK,Pontotoc,8227.26659358764,-0.5743834437594877,0.21944058982149872,1917.04810597701,0.05113219102680598,7,0.184186291,30.4166666666667,0.793547264979564,21,0.552558874,1245,114521,940.1,3934,3633,12855,14814,0.3060287825748736,0.245240988254354,6787,-0.38794243485025287,-0.45814769812339673 +40125,OK,Pottawatomie,9451.210399278,-20.194984078894684,0.13610222054776633,2541.33518753348,0.03659651489780652,3,0.0417763,70.0833333333333,0.969474800571771,62,0.863377477,2408,214848,982.2,7182,6005,23422,25417,0.3066347878063359,0.23625919660070033,11821,-0.3867304243873282,-0.46508242514852266 +40127,OK,Pushmataha,5048.16826459784,74.70266818195506,0.43623991225352926,1086.66833879916,0.09390497224327342,4,0.359550562,11.6666666666667,1.05513852461487,4,0.359550562,528,33511,1098.6,1043,748,4130,4483,0.25254237288135595,0.16685255409324112,2833,-0.4949152542372881,-0.6319428953825563 +40129,OK,Roger Mills,2001.02443678865,0.6253232115378244,0.5486768403588292,469.391995846178,0.12870633283415905,1,0.265886732,2,0.549450549450549,0,0,106,11310,660.4,272,151,1674,1758,0.16248506571087215,0.08589306029579068,1395,-0.6750298685782556,-0.7935153583617747 +40131,OK,Rogers,17566.426554087,-24.278242026282008,0.20213366957122145,4382.23165681146,0.05042554118648478,5,0.05567,54.9166666666667,0.598442415128334,34,0.378555921,2561,269793,858.9,9146,7895,36677,40834,0.24936608773890995,0.19334378214233236,22998,-0.5012678245221802,-0.5632071313121418 +40133,OK,Seminole,1914.04503081855,-12.011483943208571,0.07511361081620556,542.941132241443,0.02130684923638031,5,0.196687778,27.25,1.08104891498393,16,0.629400889,1066,76443,1125.4,2597,2067,7449,8032,0.34863740099342194,0.2573456175298805,3545,-0.30272519801315617,-0.44135956175298807 +40135,OK,Sequoyah,4751.50899744189,44.24332091230577,0.11208768364610153,1361.71314668672,0.03212269459759666,10,0.241791189,46.0833333333333,1.11598133707883,24,0.580298854,1559,123817,1057.5,4193,3061,13766,14437,0.3045910213569664,0.2120246588626446,7827,-0.3908179572860671,-0.5421486458405487 +40137,OK,Stephens,6775.00558874203,-10.690134617923675,0.15039525814113902,1588.00837254913,0.03525147337393735,8,0.179803565,38.3333333333333,0.86943373402888,27,0.606837031,1695,134041,941.8,3939,3084,16846,17886,0.23382405318770033,0.17242536061724253,11082,-0.5323518936245992,-0.619590741361959 +40139,OK,Texas,7447.30238304286,-56.61354349011303,0.36081891390711524,1976.65921777595,0.09576837295426115,3,0.137280923,15.9166666666667,0.754415900401302,8,0.36608246,508,65250,876.6,854,855,5762,5771,0.14821242624088857,0.14815456593311385,3760,-0.7035751475182228,-0.6515335297175533 +40141,OK,Tillman,2761.77825747576,-0.4735144890105709,0.3455678500345044,671.45574752535,0.08401598442509385,1,0.131095962,10,1.33958472873409,4,0.524383849,296,22806,958.7,906,657,2719,2706,0.3332107392423685,0.24279379157427938,1287,-0.33357852151526296,-0.47560975609756095 +40143,OK,Tulsa,145919.165075788,-5.253359451162018,0.24182704606339048,38224.0728756955,0.06334750220946117,83,0.131830152,466.166666666666,0.725054696653912,582,0.924399379,17124,1893158,863.7,82633,87663,227541,246557,0.3631565300319503,0.35554861553312217,56322,-0.27368693993609944,-0.2284339929509201 +40145,OK,Wagoner,20762.9436732093,-9.391930290218236,0.2840930926073654,5758.2114676249,0.07878786984504207,2,0.0264194,41.3333333333333,0.532104343945382,31,0.40950041,1880,227851,804.6,7773,6711,28621,31246,0.2715838021033507,0.2147794917749472,16256,-0.45683239579329865,-0.5202585930999168 +40147,OK,Washington,16508.8420248772,-1.711928391758057,0.32385518724256906,4106.36814617006,0.08055493067659408,6,0.115524578,38.25,0.734348301879548,39,0.750909756,1821,155557,825.8,5532,5047,21199,22208,0.2609557054578046,0.22726044668587897,10763,-0.4780885890843907,-0.4846451729106628 +40149,OK,Washita,4515.67619196941,-6.370075647657898,0.3883116512141551,1263.38819679551,0.10864117265418438,2,0.173205162,11.6666666666667,1.01918988963629,2,0.173205162,403,34969,893,821,588,4303,4628,0.19079711828956541,0.12705272255834055,3263,-0.6184057634208691,-0.7050561797752809 +40151,OK,Woods,2871.68635170604,-0.05523934993103529,0.32346095423586846,608.46222010054,0.06853595630778779,3,0.322997416,7.5,0.815128790348875,8,0.861326443,297,27568,825.5,670,521,3395,3665,0.19734904270986744,0.1421555252387449,2424,-0.6053019145802652,-0.6613915416098227 +40153,OK,Woodward,5308.93994328256,-1.572759677958522,0.2643762732574354,1052.45205085143,0.052410340662886815,2,0.092897952,18,0.864802536754108,13,0.603836685,531,64228,791.2,1129,871,7065,7573,0.15980184005661713,0.11501386504687706,5458,-0.6803963198867657,-0.7207183414762974 +41001,OR,Baker,7253.45435499996,23.649862008395747,0.4495757006941837,1321.77060413834,0.08192454469681047,5,0.31135189,21.6666666666667,1.34919152292588,9,0.560433402,633,48212,785.6,2364,1781,8351,8479,0.28307987067417073,0.2100483547588159,4379,-0.3985151478864807,-0.516452411841019 +41003,OR,Benton,22296.2984290913,28.99566530273142,0.26053469226201875,5228.42105007219,0.06109467334360288,16,0.185365402,54.3333333333333,0.607857395909082,59,0.683534918,1660,260010,566.8,27662,28431,44262,45577,0.624960462699381,0.6238014788160695,15401,0.2878315485066197,0.3379116659718718 +41005,OR,Clackamas,52465.891273802,-16.96338925658392,0.1395399138114694,13097.7201156694,0.03483510318216717,60,0.151909502,239.833333333333,0.587737484336531,236,0.59751071,9770,1184130,667.5,94013,90187,185564,182136,0.506633829837684,0.4951629551543901,11125,0.03482356491560862,0.061080730882417555 +41007,OR,Clatsop,6399.4623739419,-47.26914978076928,0.17277632695110293,1407.46826719512,0.03799962923391884,13,0.346907189,45.5833333333333,1.17993718506247,30,0.800555052,1206,112347,792.2,9616,8899,17206,18158,0.5588748111124027,0.4900870139883247,1105,0.1461699407183541,0.06085471968278444 +41009,OR,Columbia,7244.59596440742,-2.056231469972693,0.14679734887656623,1612.79759585163,0.03268014013599785,8,0.161750136,34.5,0.679334449148371,23,0.465031642,1314,148344,721.3,11843,9959,23298,25077,0.5083268950124474,0.39713681859871597,3008,0.051420722808824815,-0.11995055229891927 +41011,OR,Coos,7125.65679045416,1.3778711636336312,0.1130285168925045,1308.87011982322,0.02076154560892121,17,0.272108844,68,1.06648264613165,42,0.672268908,2645,188301,862.2,12628,10355,27926,30181,0.4521950870156843,0.34309665021039726,7344,-0.06338179474325006,-0.2433318975514397 +41013,OR,Crook,3539.2124540352,19.496776673224694,0.16871067089499475,810.415347589116,0.03863167831009229,4,0.190494333,22.5833333333333,1.00059075468912,9,0.428612249,746,63451,760,3081,2591,10109,11638,0.3047779206647542,0.22263275476886063,5797,-0.3648234246710852,-0.49810964083175807 +41015,OR,Curry,2747.2672528763,-1.5401676735500096,0.12284328621339206,378.437265964171,0.01692171641764313,8,0.358182225,23.5833333333333,1.03831873082963,15,0.671591672,1197,67002,890.2,4611,4253,11529,12163,0.3999479573250065,0.3496670229384198,2904,-0.1705264983953509,-0.23875688563676722 +41017,OR,Deschutes,24606.4852473799,0.40729758922263853,0.15600087012470376,5991.20015384842,0.03798317507337349,36,0.211282485,103.583333333333,0.571314584287056,134,0.78644036,4217,511596,645.6,34985,40222,77441,90584,0.45176327785023435,0.44402985074626866,3445,-0.07341072558463863,-0.03803099885189437 +41019,OR,Douglas,27253.653438353602,-6.64700597324175,0.25312912441466373,5817.01794961661,0.054027863222868754,26,0.243054257,125.583333333333,1.15790897160472,68,0.635680365,4296,321570,823.3,17032,13891,49062,51350,0.3471525824467001,0.27051606621226876,20221,-0.276303452774041,-0.3937877312560857 +41021,OR,Gilliam,1022.11172904046,-0.07318759860693351,0.546291677734078,217.929350108856,0.11647747199831962,3,1.552795031,4,2.15749730312837,2,1.035196687,58,5724,586.9,371,221,1044,937,0.3553639846743295,0.23585912486659552,411,-0.2547892720306514,-0.43863393810032014 +41023,OR,Grant,2963.72852529371,0,0.3980830792872679,543.809235648135,0.07304355079222767,3,0.417827298,17,2.37496507404303,5,0.69637883,240,21646,589,834,732,3778,4171,0.22075172048703018,0.1754974826180772,2455,-0.5330862890418211,-0.5885878686166387 +41025,OR,Harney,2747.20509274781,15.986162123553257,0.37014350481646585,652.707570697364,0.08794227576089517,2,0.280662363,8,1.09709270433352,7,0.982318271,252,21527,768,829,682,3535,3850,0.2345120226308345,0.17714285714285713,2222,-0.5007072135785008,-0.5771428571428572 +41027,OR,Hood River,1437.56011367499,-5.2230711073953255,0.06433187656291908,390.778090756152,0.017487608106871565,10,0.436967446,20.4166666666667,0.878816574839302,24,1.04872187,559,68693,686.6,5977,6359,9662,10383,0.618608983647278,0.6124434171241452,3136,0.26671496584558063,0.3020321679668689 +41029,OR,Jackson,38777.2542501266,15.641523480025516,0.19082730947967386,9237.27313832625,0.045457679095726754,36,0.171194605,162.083333333333,0.748559456018572,153,0.727577073,7014,630716,754.6,42341,43550,91955,103789,0.4604534826817465,0.4196013064968349,9533,-0.05038333967701597,-0.09184981067357811 +41031,OR,Jefferson,4096.14049613778,-6.616979984454829,0.18858842063249448,1085.11553773226,0.049959278901116934,7,0.315428983,19.8333333333333,0.859329867128827,11,0.495674117,613,66817,803.9,3238,2892,7978,8874,0.4058661318626222,0.325895875591616,2445,-0.16771120581599397,-0.2755240027045301 +41033,OR,Josephine,16477.7018766948,13.137458609416708,0.19921538182262524,3631.84187692256,0.04390896082747041,21,0.251199177,84.1666666666667,0.97977587384367,46,0.550245816,3582,251614,843.7,14929,13223,39679,42613,0.3762443609970009,0.3103043672118837,13359,-0.2194359736888531,-0.3134958815384976 +41035,OR,Klamath,24263.3188711144,9.311517784434196,0.3655215256269117,5032.200031762,0.07580897908650197,18,0.27499809,62.8333333333333,0.945672732015913,36,0.549996181,2226,197423,847,8140,7080,27530,29240,0.295677442789684,0.2421340629274966,13090,-0.38191064293498,-0.44767441860465107 +41037,OR,Lake,3444.15870908631,-2.9047563032181605e-13,0.4362455616322115,676.996571185482,0.08575004068213833,1,0.127583567,11.6666666666667,1.48866488026881,6,0.765501403,275,23502,747.3,769,628,3676,3814,0.20919477693144722,0.16465652857891977,2373,-0.5527747551686615,-0.6221814368117462 +41039,OR,Lane,63271.580700469,17.268220768615123,0.1798944619947088,14544.8983135445,0.04135421666276531,63,0.175812154,313.083333333333,0.847272625584431,294,0.820456721,10356,1077051,738.5,99891,100497,166176,181072,0.60111568457539,0.5550112662366351,34279,0.23416137107644913,0.1893114341256516 +41041,OR,Lincoln,7837.11123961508,11.749681722728898,0.1702461493594969,1340.64893455937,0.029123016347903073,15,0.323234065,53.25,1.11387691921516,32,0.689566004,1713,139715,778.5,13277,12300,22612,24035,0.5871661064921281,0.5117536925317245,2399,0.20581991862727755,0.09981277303931763 +41043,OR,Linn,25681.1489810242,-8.866358545488435,0.22011407176549813,6351.87556173968,0.05444215888764811,18,0.150809343,108.25,0.881163053830312,62,0.519454405,3730,358361,818.5,19893,17456,49987,54724,0.3979634705023306,0.3189825305167751,15227,-0.171824674415348,-0.2782508588553468 +41045,OR,Malheur,3529.12021932036,25.946310862951826,0.11270463447514961,754.753840504026,0.02410353017928739,7,0.23057413,30.5833333333333,1.00474172388493,20,0.658783227,943,91352,839,2701,2213,9711,9950,0.2781381938008444,0.22241206030150754,4928,-0.41705282669138094,-0.4952763819095478 +41047,OR,Marion,45615.7213791268,-0.009856988546935792,0.144657971297594,12332.0030810368,0.03910762548095454,40,0.122657999,251,0.746321911535579,225,0.689951243,8048,978452,726.5,54337,48803,115519,110804,0.47037283910006145,0.44044438828923144,5533,-0.035474683818246366,-0.049935020396375596 +41049,OR,Morrow,3973.41945461486,28.461660191750525,0.355626909032029,1226.45050131869,0.1097691310586852,2,0.17877894,9.83333333333333,0.872213352255928,1,0.08938947,258,33589,717.4,1189,1004,3838,3989,0.3097967691505993,0.25169215342191026,1694,-0.3478374153204794,-0.42466783655051393 +41051,OR,Multnomah,67238.8656930298,-27.31059000091055,0.09143989764247241,15618.1407715221,0.02123951941773684,165,0.212433952,670.666666666667,0.838578617578975,667,0.858748159,17070,2334763,742.7,261222,271754,344614,357762,0.7580133134463487,0.7595943672050134,208699,0.549237697830036,0.5833459115277755 +41053,OR,Polk,22526.264677065,7.486704998934742,0.2987449395523388,5281.18602724851,0.07003946828705104,13,0.166846347,46.3333333333333,0.56626294970037,42,0.539042045,1987,234068,669.1,15761,15741,33996,37030,0.4636133662783857,0.4250877666756684,2592,-0.04753500411813161,-0.06999729948690248 +41055,OR,Sherman,1439.76798266692,83.95358777696684,0.8157325680832408,275.983227125009,0.15636443463173316,1,0.584795322,6,3.50877192982456,1,0.584795322,60,5093,620.2,317,202,1019,983,0.31108930323846906,0.20549338758901323,524,-0.35328753680078506,-0.5330620549338758 +41057,OR,Tillamook,2211.50335144098,-60.10722234856589,0.08758429114617743,479.436280182101,0.018987575452756474,8,0.315681477,33,1.26228818421757,12,0.473522216,865,76391,738,6249,5701,12346,13261,0.5061558399481614,0.42990724681396575,785,0.04689778065770295,-0.05919613905436999 +41059,OR,Umatilla,23442.0831880619,22.33198644021864,0.3088996190233354,6499.08374234736,0.08563933827494578,13,0.169480477,70.3333333333333,0.919919081999233,40,0.521478391,1919,230024,757.9,8499,7466,24623,26116,0.34516508955042036,0.28587838872721705,9309,-0.281281728465256,-0.3564481543881145 +41061,OR,Union,5001.2692573624,-60.284625860128926,0.19423913536439336,1118.6042065199,0.043444314374704834,8,0.311393095,25.5,0.977498370836049,18,0.700634463,785,77017,733.3,3943,3221,11905,12465,0.33120537589248217,0.25840352988367427,5157,-0.3078538429231415,-0.4137184115523466 +41063,OR,Wallowa,1895.86193309683,-0.3554303734616263,0.2705282438779723,348.599297464081,0.049743050437226176,5,0.73313783,7.5,1.07975813417794,4,0.586510264,259,20473,698.2,1252,1097,4152,4177,0.3015414258188825,0.2626286808714388,1728,-0.371868978805395,-0.4136940387838161 +41065,OR,Wasco,10369.7255747784,0.08515346861520219,0.4112848758489033,2391.97793435309,0.09487081800472336,8,0.313541054,21.0833333333333,0.807326568383432,18,0.705467372,970,76746,844.2,5066,4634,10550,11251,0.48018957345971564,0.4118745000444405,1087,-0.008151658767772518,-0.09661363434361392 +41067,OR,Washington,59768.6985246026,-15.221069184023584,0.11283286803081422,17881.1444051276,0.033756478837718,92,0.163410882,306.083333333333,0.525213388494324,369,0.655419735,9635,1693260,585.1,124431,137818,216473,232034,0.5748107154240945,0.5939560581638897,61915,0.17498718084934378,0.266835894739564 +41069,OR,Wheeler,1440.99999761272,0,0.9999999983433172,258.99999948703,0.17973629388412907,1,0.727272727,3,2.23214285714286,0,0,57,4120,664.5,262,153,841,792,0.31153388822829964,0.19318181818181818,430,-0.33293697978596914,-0.542929292929293 +41071,OR,Yamhill,17001.7292475765,0.648733541748959,0.17140049446610647,4728.39642476547,0.04766865025521428,20,0.196544743,71.8333333333333,0.683899017787722,47,0.461880147,2637,305109,697,18906,18635,41750,45116,0.45283832335329344,0.4130463693589857,3954,-0.06718562874251499,-0.08764074829328844 +42001,PA,Adams,11147.0683420914,-2.7800294551869187,0.1099240520091453,2662.71439749581,0.02625769816182127,10,0.098314883,53.8333333333333,0.526848045932015,73,0.717698645,3045,305607,712.7,14893,14077,41973,47138,0.3548233388130465,0.29863379863379863,17172,-0.27629666690491506,-0.36429207857779283 +42003,PA,Allegheny,312479.185641555,-11.122275778668806,0.2554295144485093,68150.2681229133,0.05570799815172241,225,0.182740375,831.833333333333,0.678845350841041,997,0.809742905,40926,3697169,770.6,348151,363017,614671,643173,0.5664021891385799,0.5644157948172576,105529,0.1445439918265219,0.16407560640760727 +42005,PA,Armstrong,5493.64437898676,49.54658083815659,0.07968617192942894,1191.38904386891,0.01728128463278615,14,0.206535369,45.8333333333333,0.689368187788908,27,0.398318212,2514,202860,805.8,8694,6849,28322,30446,0.3069698467622343,0.2249556591998949,15827,-0.3720429348209872,-0.5198384024173948 +42007,PA,Beaver,62536.2984614753,-7.4974221140453645,0.3666979310390896,12893.0953288742,0.0756020343081301,29,0.171200529,127.583333333333,0.762014545469025,102,0.602153585,6466,508281,817.6,36833,30225,80015,79036,0.4603261888395926,0.3824206690621995,15856,-0.06605011560332436,-0.20061744015385397 +42009,PA,Bedford,3410.10245169459,-47.83763357751974,0.06852824347282244,629.420949162838,0.012648626445135607,13,0.265598823,40.8333333333333,0.844973271253664,18,0.367752217,1746,146640,791.5,4730,3613,21444,23504,0.22057451967916433,0.15371851599727707,15842,-0.5492911770192128,-0.6740129339686862 +42011,PA,Berks,66148.040351461,4.471292831722965,0.16077123957073153,15721.4878466769,0.03821070247246732,73,0.176460208,343.25,0.827483293636636,269,0.650243781,11583,1243596,727.3,79895,75169,163253,175934,0.48939376305489024,0.427256812213671,17925,-0.005892694161822476,-0.1018847977082315 +42013,PA,Blair,30041.7461636871,29.148395126221143,0.23638352779301985,6115.64429802086,0.04812095695159188,18,0.142908181,119.416666666667,0.958015777510362,94,0.746298281,4858,378035,848.3,15516,13093,47631,52029,0.3257542356868426,0.2516481193180726,24131,-0.33557976947786106,-0.4637990351534721 +42015,PA,Bradford,6257.84058805147,-17.552975615611185,0.09993038529672432,1478.82151001527,0.023615047587353805,14,0.226595882,58.5,0.962646042455159,30,0.485562605,2113,185279,803.4,8291,6263,22501,25399,0.3684725123327852,0.2465845112012284,11694,-0.2460335096217946,-0.4604118272372928 +42017,PA,Bucks,188961.859164819,-11.090979928468474,0.3022185707851096,46741.86575594,0.07475720194025101,104,0.165952592,321.5,0.513251138651243,472,0.753169455,17492,1880288,688.3,159598,165861,319407,342572,0.4996697004135789,0.4841639129876347,1988,0.01165284417686524,0.005803159627757071 +42019,PA,Butler,35420.6646228988,-14.486301462060315,0.1926480981545877,8579.23850653314,0.046661292200308596,34,0.182851734,115.583333333333,0.618598817927681,106,0.570067171,5725,558574,744,28385,26834,88924,92027,0.3192051639602357,0.291588338205092,34554,-0.348960910440376,-0.37547676225455573 +42021,PA,Cambria,36952.9760410899,23.46887607030574,0.25719121124931205,6886.86033079772,0.047932267977907145,28,0.203293352,118.416666666667,0.878905283575295,102,0.740568641,5521,412780,835.6,23181,17798,57718,60167,0.40162514293634566,0.2958099955124902,22712,-0.17815932637998544,-0.3774826732261871 +42023,PA,Cameron,466.564369293961,0,0.09175307164089695,58.2553804286244,0.011456318668362714,1,0.20811654499999999,4.5,0.962155227710071,1,0.20811654499999999,172,14405,668.7,677,469,1967,2024,0.344178952719878,0.2317193675889328,1026,-0.2984239959328927,-0.5069169960474309 +42025,PA,Carbon,7212.78646289988,-4.4478705718364235,0.11054248284111451,1543.60500157117,0.023657144194871492,10,0.155180708,36.1666666666667,0.568711932991582,35,0.543132478,2442,193091,870.6,11040,8917,24232,28721,0.45559590623968305,0.3104696911667421,9797,-0.06891713436777813,-0.3411092928519202 +42027,PA,Centre,24825.6357219339,18.42048555179288,0.1612158953304364,4766.36425796218,0.030952427157362038,18,0.113391541,67.75,0.419598176683347,98,0.617353945,2764,478299,577.1,33677,36555,68801,75394,0.48948416447435356,0.48485290606679576,1456,-2.906934492231117e-4,0.01931188158208874 +42029,PA,Chester,198074.308109409,1.4401361323464903,0.3970332062022366,52154.0028832329,0.10454092294278232,75,0.146260414,214.166666666667,0.414800869758337,337,0.657196792,11392,1538854,628,122232,140188,248295,266637,0.49228538633480334,0.5257634911883947,24606,-0.004220785758875523,0.09228276645776845 +42031,PA,Clarion,2152.68248914491,-21.936585366026982,0.05383321219228043,338.901678348703,0.008475084484062794,9,0.231833286,40.5833333333333,1.05375674014835,23,0.592462842,1252,117970,802.2,4731,4256,15227,17481,0.3106981020555592,0.24346433270407872,8289,-0.3610034806593551,-0.47417195812596535 +42033,PA,Clearfield,11298.534513112,-2.9328558654784,0.1383912019929938,2278.36003498202,0.027906715109649687,17,0.209382813,63.25,0.784778400913197,53,0.652781712,2728,243695,767.3,11093,7700,31894,32692,0.34780836520975733,0.23553162853297444,16209,-0.2887690474697435,-0.49580937232350425 +42035,PA,Clinton,6905.32941004638,-6.400913167401258,0.17598576405643457,1559.64512294347,0.03974833383310745,6,0.150962385,32.4166666666667,0.826260206118998,17,0.427726758,1219,118791,779.5,5503,4533,12663,14839,0.4345731659164495,0.30547880584945075,5168,-0.11355918818605387,-0.34827144686299616 +42037,PA,Columbia,6681.2180411078,-10.391346390999345,0.09928253274549075,1261.94572090544,0.018752444028611936,10,0.14898245,56.0833333333333,0.844374184482586,54,0.804505229,2071,200718,776.6,10424,8502,24305,27127,0.4288829458959062,0.3134146791020017,8885,-0.12429541246657066,-0.3275334537545619 +42039,PA,Crawford,10527.2811724747,9.243170936135288,0.11859720804905875,2299.17350376822,0.025901802554703094,24,0.275308288,70.8333333333333,0.821189391392389,47,0.539145397,3064,260942,877.8,13024,10215,33089,35563,0.39360512557043126,0.2872367348086494,13697,-0.19562392335821577,-0.3851474847453814 +42041,PA,Cumberland,52825.6234268966,13.991009347418984,0.2244021963199604,10767.7716245669,0.04574127942604224,38,0.155889761,153.583333333333,0.618026660657422,169,0.693299202,6795,731034,683.1,43983,44282,109964,115068,0.399976355898294,0.38483331595230647,21367,-0.1853515696045978,-0.18569020057705005 +42043,PA,Dauphin,85827.7766576805,-20.24531098497032,0.3201334451983607,19220.1670665298,0.07169029118437076,58,0.213664981,243.083333333333,0.888115149898736,219,0.806769496,7373,816368,746.4,64209,64287,122625,130160,0.5236207951070336,0.49390749846342963,3667,0.060110091743119265,0.02817301782421633 +42045,PA,Delaware,88622.49610852,-22.653652178874754,0.158543516140177,20416.5727240767,0.036524758039347995,128,0.227369618,397.583333333333,0.705683212578821,418,0.742503908,16352,1688470,756.3,164805,169169,272853,284832,0.6040065529790767,0.5939255420739242,62610,0.21819441237589476,0.2198137849679811 +42047,PA,Elk,3612.38558572068,18.87313742455115,0.11307786845679209,709.635228672312,0.022213586322929694,7,0.224402129,27.5833333333333,0.904965004374453,17,0.544976598,1184,93415,799.7,5144,3637,12425,13854,0.4140040241448692,0.2625234589288292,6067,-0.15734406438631793,-0.43792406525191285 +42049,PA,Erie,75116.9392473492,1.7016621545812431,0.2677335787206903,16311.6074391365,0.058138218597893185,40,0.143655973,226.25,0.819132027790751,185,0.664408874,8553,837098,800.9,65136,54820,112732,117240,0.5777951247205763,0.46758785397475267,2348,0.16884291949047303,-0.02002729443875806 +42051,PA,Fayette,27001.2345008429,19.473931617607988,0.19765774929975916,5532.06673485157,0.04049651358543234,33,0.246110705,115.083333333333,0.867028797159209,81,0.604089912,5333,402718,881.9,21841,17826,48196,53426,0.4531703875840319,0.3336577696252761,16562,-0.08307743381193461,-0.3099988769512971 +42053,PA,Forest,105.415202866244,17.28401450757552,0.01366189772761068,13.5361666903464,0.001754298430578849,2,0.266028199,6,0.819560169375768,2,0.266028199,253,22504,820.4,894,626,2308,2398,0.3873483535528596,0.2610508757297748,1054,-0.21100519930675904,-0.43953294412010013 +42055,PA,Franklin,26304.5680108961,-15.245919834292312,0.17581152007710368,6141.66005685691,0.04104893834202375,31,0.202757502,98.5,0.640229832760268,99,0.647515894,4484,458770,697.5,18910,17322,62802,69345,0.30110506034839657,0.24979450573220852,32232,-0.3847329702875705,-0.46480640276876484 +42057,PA,Fulton,1650.69023086998,-10.818937950209161,0.11119503070865477,392.574218924646,0.026444878337800338,2,0.136686714,10,0.683060109289617,5,0.341716785,507,43928,899.2,1297,904,6148,6743,0.2109629147690306,0.13406495625092688,4772,-0.5665256994144436,-0.7076968708290079 +42059,PA,Greene,6321.85540411419,4.624935930492061,0.16341455317464174,1362.81516425665,0.03522760596227705,9,0.237824697,35.9166666666667,0.965579661442231,26,0.687049124,1288,113198,883.3,5564,4157,13726,14955,0.405362086551071,0.27796723503844867,6237,-0.1763805915780271,-0.41705115346038113 +42061,PA,Huntingdon,931.024797355455,-30.128008227398983,0.02027802141780008,210.785897110429,0.004590985061103152,4,0.087431694,31.5833333333333,0.692100918905494,19,0.415300546,1331,137360,705.2,5383,4487,17587,19496,0.3060783533291636,0.23014977431267952,9882,-0.37357138795701367,-0.5068732047599507 +42063,PA,Indiana,17518.9809108226,80.77921778045275,0.1971082460713614,2544.25167685397,0.02862569393400056,9,0.102615557,51.0833333333333,0.59148873759128,50,0.570086425,2662,262680,763.3,14403,11468,36180,37728,0.39809286898839136,0.3039652247667515,13452,-0.18750690989496965,-0.3565521628498728 +42065,PA,Jefferson,2008.4727747541,-15.913060095361084,0.04443523837951549,334.507176214676,0.007400601243687522,8,0.179219499,40.9166666666667,0.928383969021094,25,0.560060935,1679,133993,832.3,4535,3437,17072,18551,0.26563964386129335,0.18527303110344456,11096,-0.4541354264292409,-0.5981348714355021 +42067,PA,Juniata,4489.02837540831,6.501507702825659,0.1822141733807562,1061.66787298383,0.043094165975963224,5,0.201645427,19.75,0.794353054739975,10,0.403290853,775,74323,722.5,2533,1810,9480,10402,0.26719409282700424,0.1740049990386464,6424,-0.45232067510548524,-0.6175735435493175 +42069,PA,Lackawanna,27068.5711774035,11.76010930343914,0.12623087982672535,5746.71892284379,0.02679910147429683,49,0.230350838,185.25,0.876628446770553,145,0.68165044,8063,638237,843.4,61309,51593,97116,102740,0.6312965937641584,0.5021705275452599,3491,0.27368301824622104,0.03397897605606387 +42071,PA,Lancaster,121279.273363883,-9.271843832460545,0.23347856532237865,29740.546386513,0.05725446656818913,110,0.206255156,334.666666666667,0.6214794181368,326,0.611265282,14619,1600507,676.6,87108,90066,219677,239151,0.3965276292010543,0.3766072481402963,47079,-0.19235513959130907,-0.19685888831742288 +42073,PA,Lawrence,24199.2731835393,-8.65419826701189,0.2656108484824527,5234.07850247946,0.05744916475479058,15,0.168974102,75.6666666666667,0.866802605753736,50,0.563247006,3498,265746,831.6,17427,13933,38816,40555,0.4489643446001649,0.34355813093330045,11390,-0.08985985160758447,-0.28085316237208724 +42075,PA,Lebanon,19710.992589749,-21.101439528961027,0.14757271644217926,4047.26908399163,0.030301188038988604,30,0.22000748,94.25,0.678726514622325,78,0.572019449,4295,408870,727.2,18975,17860,53771,58906,0.3528853843149653,0.30319492072114895,20944,-0.27961168659686453,-0.35554951957355785 +42077,PA,Lehigh,87227.6119101942,-4.504311419631271,0.24958043104860472,20662.6093338534,0.05912099197948309,82,0.229163581,267.083333333333,0.735468923971101,246,0.687490743,10013,1074788,714.5,77029,77087,144922,153031,0.5315204040794358,0.5037345374466611,6802,0.07547508314817619,0.04444851043252668 +42079,PA,Luzerne,50063.3582810713,-11.274813165480282,0.15600046828495534,9939.28045286843,0.030971402205137853,61,0.19132513,284.416666666667,0.898963176487569,207,0.649250852,12242,957827,857.4,63974,51454,123741,132731,0.5169992161046056,0.3876562370508773,26054,0.048528781891208295,-0.19629174797146115 +42081,PA,Lycoming,21592.6000896043,-6.7322974548834775,0.18596515480535264,4428.05872130298,0.03813642739536289,19,0.16307893,84.0833333333333,0.729586052107918,74,0.635149518,3793,349268,776,15104,12926,46214,50294,0.3268273683299433,0.25700878832465107,22549,-0.33292941532868825,-0.44834373881576334 +42083,PA,McKean,1676.28845897016,41.832394756835455,0.03857971136870334,238.836698411487,0.0054968169945106326,12,0.281994642,44.8333333333333,1.07044226376652,28,0.657987498,1572,127975,872.2,5260,3802,15014,15572,0.3503396829625683,0.24415617775494478,7357,-0.28200346343412813,-0.472450552273311 +42085,PA,Mercer,16912.5908135497,2.8319453617941406,0.14500069285781392,3620.14797063655,0.03103746609712572,15,0.130566484,99.0833333333333,0.877519269998435,72,0.626719125,4266,344545,786.7,23082,17631,48065,49594,0.4802246957245397,0.35550671452191795,12403,-0.02542390512847187,-0.25009073678267535 +42087,PA,Mifflin,2397.65237598273,-35.32174950187203,0.051361389314569426,537.179792838188,0.011507214618872113,12,0.25777625,44.5,0.960252039186915,27,0.579996563,1635,139749,771.2,4259,3563,16311,18239,0.26111213291643676,0.19535062229288885,10487,-0.46802771136043164,-0.5749766982838971 +42089,PA,Monroe,49943.4420150373,-1.9207912844503534,0.294058254230622,13300.8419115695,0.07831303159153508,20,0.120254458,101.583333333333,0.61158673393619,106,0.63734863,4251,500949,759.2,33431,31930,59312,65944,0.5636464796331265,0.48419871406041487,224,0.1404606150526032,0.003396821545553763 +42091,PA,Montgomery,227360.918525595,-1.785947731690034,0.28424591688890377,53490.5616354485,0.06687373465751918,141,0.172612832,399.416666666667,0.486070968592493,657,0.804302344,22021,2449576,649.1,227561,251063,401787,427489,0.5663722320533019,0.5872969830802663,90260,0.1435038963430873,0.21113993576442897 +42093,PA,Montour,2082.60805581138,0,0.11400930945483002,342.527777536307,0.01875117849325598,3,0.160935572,11.9166666666667,0.649657453342783,11,0.590097098,684,55682,774,3026,2851,7787,8535,0.3885963785796841,0.33403632103104863,2423,-0.20675484782329523,-0.28388986526069127 +42095,PA,Northampton,68026.9845244353,-3.5335157628015943,0.2284816515506585,15629.6824190169,0.05249528076651015,51,0.169630206,170.333333333333,0.563469117261121,199,0.661890412,8881,900500,691.8,65014,65936,125883,142775,0.5164637004202315,0.4618175450884258,5448,0.04585210076022972,-0.03815794081596918 +42097,PA,Northumberland,10264.8685529413,-9.542171637927533,0.10859077260643722,2075.90387989956,0.021960729941388372,21,0.223537427,76.9166666666667,0.831163124092745,51,0.542876607,3466,281053,799.1,12392,9184,31512,34971,0.39324701700939324,0.2626175974378771,15234,-0.19433866463569438,-0.4356180835549455 +42099,PA,Perry,5820.97007737971,-1.8527548567979908,0.1266281641406102,1402.00328138481,0.030498885800970436,9,0.19722137,33.9166666666667,0.74021533537029,17,0.372529255,1349,136779,848.9,5430,4630,18240,21153,0.29769736842105265,0.21888148253202855,10983,-0.38821271929824563,-0.5192171323216566 +42101,PA,Philadelphia,18434.2533814301,41.64742146478797,0.012080066121253848,2406.79108950198,0.0015771832414171242,635,0.406973801,2031,1.29538635807005,1365,0.874833445,42156,4685690,870.5,557024,560542,653598,680227,0.852242509922001,0.8240513828471966,455124,0.71172800406366,0.6690766464724276 +42103,PA,Pike,3588.72979269534,22.295723273043176,0.06255520913202844,984.372440224215,0.017158612494974898,8,0.142371554,22.5,0.404953025449048,24,0.427114662,1480,168838,637.8,10170,9247,23164,26066,0.43904334311863236,0.35475331849919434,6788,-0.10978242099810054,-0.2604158674134889 +42105,PA,Potter,3109.53773748894,-5.166322803136352,0.1781255506380787,777.639291904064,0.044545986819273874,7,0.406834825,17.5,1.03642286052709,5,0.290596304,633,51812,764.1,1892,1300,7205,7777,0.26259541984732826,0.16715957310016716,4947,-0.45898681471200553,-0.6361064677896361 +42107,PA,Schuylkill,11845.5677906262,20.47093001294923,0.07988163512213449,2488.85595770897,0.016783820497197836,30,0.205765551,119.75,0.834070472860496,76,0.521272729,5871,436888,896.6,24453,16724,57505,62750,0.4252325884705678,0.2665179282868526,27213,-0.13395356925484736,-0.4336733067729084 +42109,PA,Snyder,2743.68765575846,38.5643755320569,0.06910703883326937,561.439602895833,0.014141343078329378,11,0.272797163,31.5,0.778392804190966,27,0.669593036,1044,120778,671.6,4672,3991,14962,16333,0.31225771955620907,0.244351925549501,7719,-0.35944392460900954,-0.47260148166289107 +42111,PA,Somerset,12451.4771499786,11.071807969644002,0.16016409598387743,2363.09074988094,0.03039657778139153,16,0.209924165,61.4166666666667,0.81822340052313,30,0.393607809,3035,228505,823.7,9420,7367,33875,35730,0.2780811808118081,0.20618527847746992,19980,-0.42848708487084874,-0.5591939546599496 +42113,PA,Sullivan,1986.87240443041,-10.155506749168243,0.3090965159350358,294.143700433137,0.04575975426775622,3,0.473260767,7.16666666666667,1.16778013144316,4,0.631014356,322,19001,911,1028,756,2934,3168,0.3503749147920927,0.23863636363636365,1562,-0.28323108384458073,-0.4930555555555556 +42115,PA,Susquehanna,2173.22499008664,1.3132352455752556,0.05012512662807086,441.206161567528,0.010176357633719163,8,0.190839695,17.25,0.422152611228036,17,0.405534351,1486,125929,843.2,6891,5065,17930,19200,0.38432794199665365,0.2638020833333333,8230,-0.21438929168990517,-0.4286458333333334 +42117,PA,Tioga,4409.08018524686,219.78125236747482,0.10502561123476956,589.521613528911,0.014042581489933804,10,0.236552018,31.75,0.765669086261364,19,0.449448834,1391,126378,780.6,5053,3642,15943,17334,0.3169416044659098,0.21010730356524748,9286,-0.3478642664492254,-0.5357101649936542 +42119,PA,Union,14497.9872286821,5.173910790425654,0.32255739490248736,1571.87348888971,0.03497171087925134,4,0.089138477,25.0833333333333,0.550495628954973,23,0.512546241,1107,134592,611.2,6063,6138,16187,17400,0.3745598319639217,0.3527586206896552,4467,-0.23475628590844505,-0.2567241379310345 +42121,PA,Venango,5015.18059362123,8.284851428372198,0.0912116359963122,1091.39687703792,0.01984935394001746,9,0.168133161,42.6666666666667,0.811431034701355,24,0.448355097,1912,160555,785.3,7469,5889,20775,22096,0.35951865222623347,0.2665188269370022,9365,-0.2627677496991576,-0.42383236784938444 +42123,PA,Warren,6099.28841522401,-6.757634865925446,0.14586364738070096,1224.6293324347,0.029286842818000716,8,0.196545709,26.8333333333333,0.670414324380596,20,0.491364273,1544,122078,806.9,6768,4828,16462,17624,0.41112865994411374,0.27394462097140265,7204,-0.16079455716194868,-0.4087607807535179 +42125,PA,Washington,58314.8789843101,4.121459352478649,0.2806028244842176,12355.199112014,0.05945144409591954,30,0.144101217,129.416666666667,0.622252353179698,135,0.648455475,7672,624620,827,38503,34436,90078,96945,0.42744066253691243,0.35521171798442414,24505,-0.13268500632784924,-0.2527721904172469 +42127,PA,Wayne,1982.40395679703,-7.271644897378206,0.03752989202977983,409.764873835189,0.00775746609055297,13,0.252913367,38.1666666666667,0.75264576349175,22,0.428007237,1837,154274,832.8,8138,6398,20966,22365,0.38815224649432417,0.28607198748043816,8871,-0.2095297147763045,-0.3966465459423206 +42129,PA,Westmoreland,118356.646825802,-2.4595543858355766,0.3241147162705542,24190.3671362211,0.06624430643406505,51,0.141934766,249.416666666667,0.701676897598779,235,0.654013136,13478,1078437,779.9,63380,59506,168709,181740,0.37567646065118043,0.3274237922306592,56921,-0.2373850831905826,-0.3132001760757125 +42131,PA,Wyoming,863.62188830617,9.78554083824472,0.03054257632996782,180.481775671156,0.006382860930511953,8,0.284383776,22.1666666666667,0.805445538558434,10,0.35547972,900,84082,815.7,4812,3573,11214,12418,0.4291064740502943,0.28772749234981476,4802,-0.12279293739967895,-0.38669673055242393 +42133,PA,York,105961.18876484,-7.020861181141368,0.2436046199866658,25680.3343943468,0.059039051696078836,66,0.149743055,284.333333333333,0.640759837503906,300,0.680650248,11977,1323565,734.3,72126,67428,186394,203153,0.38695451570329514,0.331907478599873,59505,-0.21164844361942986,-0.2929073161607262 +44001,RI,Bristol,25479.0055354025,0,0.5108572538426566,4619.84745334998,0.09262852036791941,8,0.163065634,27.25,0.55536307497911,28,0.570729719,1551,147385,652.3,14943,14532,24563,24691,0.6083540284167244,0.5885545340407435,5622,0.23315555917436798,0.2276943015673727 +44003,RI,Kent,46714.5523716421,-12.693417632983836,0.2811453698987837,10216.7327985797,0.06148805834554882,21,0.127174071,123.416666666667,0.749733720501699,146,0.884162589,5231,494614,738.2,44966,37582,77247,79691,0.5821067484821417,0.4715965416420926,559,0.18356699936567117,-0.0070145938688183085 +44005,RI,Newport,25293.0558855401,-12.103748097440665,0.30514737821566573,5550.3642173202,0.06696221669385435,18,0.218558003,52.0833333333333,0.629147339260404,74,0.898516234,2433,247394,646.7,23507,22680,40545,39761,0.5797755580219509,0.5704081889288499,7705,0.17669256381798,0.19378285254395017 +44007,RI,Providence,96381.11781311,-22.534214535368573,0.15379957427646582,19211.148137656,0.030656071147285566,147,0.232604506,622.333333333333,0.982104860603707,470,0.743701481,16978,1895314,729.5,156022,141597,234092,241818,0.6664986415597286,0.5855519440240181,51276,0.34891410214787344,0.21204376845396128 +44009,RI,Washington,40965.5648566658,-4.6883094141100425,0.32261684890151754,7305.79183435191,0.057535433688656476,29,0.228972073,78.1666666666667,0.618955614679674,103,0.81324564,3532,379354,665.6,34904,33511,60933,64160,0.5728258907324438,0.5223036159600998,6437,0.1680206128042276,0.10032730673316709 +45001,SC,Abbeville,281.122694553807,-96.31525184384067,0.01106041997693697,75.3593731760047,0.002964920060432179,5,0.200280393,19.4166666666667,0.78066366462957,9,0.360504707,850,74831,847.7,4507,3712,10577,10724,0.4261132646308027,0.3461395001864976,3030,-0.13387538999716364,-0.2825438269302499 +45003,SC,Aiken,35442.6618759952,0.6288437387340241,0.22137965806154444,8176.62860467704,0.05107232777641983,29,0.176021074,176.333333333333,1.0530003543177,110,0.667666143,5074,494448,826.2,23953,25426,66049,74773,0.36265499856167394,0.34004252872026,20555,-0.2604732849853896,-0.27489869337862594 +45005,SC,Allendale,1740.66012411437,637.5548080322716,0.16706594914237166,385.632710475012,0.03701244941693176,2,0.206291903,13.9166666666667,1.53860327989681,2,0.206291903,347,28944,1038.7,3335,2722,4257,3578,0.7834155508574113,0.7607602012297373,1934,0.5734085036410618,0.5405254332029067 +45007,SC,Anderson,51914.4606740023,-8.822655625736028,0.2774305049752696,12854.4944993042,0.06869432627910713,32,0.165966496,219.75,1.1179280557972,151,0.783154401,6173,578202,880.1,22315,21040,71901,80296,0.3103572968387088,0.2620304871973697,35069,-0.36408394876288225,-0.4367465378101027 +45009,SC,Bamberg,4629.00691734757,91.6595529176877,0.2895481902387922,938.104490608936,0.05867920751916782,4,0.263469899,21.9166666666667,1.51840561636876,11,0.724542221,534,45501,904.2,4600,3886,6854,6195,0.6711409395973155,0.6272800645682002,1689,0.3516194922672892,0.27263922518159805 +45011,SC,Barnwell,513.834791189322,0.06865936927793119,0.022714945899355556,111.21540125813,0.004916467055308342,5,0.227697072,30.4166666666667,1.41584819004174,14,0.637551801,793,65799,1022.9,5182,4395,9913,9479,0.5227479067890649,0.46365650385061713,493,0.05316251387067494,-0.05200970566515456 +45013,SC,Beaufort,52289.0427310508,6.632615110323803,0.32230830183162984,12143.7880625544,0.0748539943325612,31,0.176284603,124.166666666667,0.677954379585292,105,0.59709301,4458,525698,574.3,29775,29577,73115,72770,0.40723517746016547,0.4064449635838945,10409,-0.17513506120495115,-0.14303971416792638 +45015,SC,Berkeley,42839.0441636849,6.116499260860088,0.2408812501120927,10807.4216477059,0.06076945197565212,22,0.110996191,137.583333333333,0.652369075730132,105,0.529754547,4019,594867,760.9,24239,30492,61111,78919,0.3966389029798236,0.3863708359203741,13731,-0.18859125198409454,-0.1739885198748083 +45017,SC,Calhoun,129.149999406662,9.270071797034095,0.008510708362877232,24.0102511178702,0.0015822241263835387,1,0.067213335,17.25,1.16585563665856,4,0.268853341,516,44699,856.4,4043,3569,7830,7553,0.5163473818646233,0.4725274725274725,216,0.04316730523627077,-0.028597908115980397 +45019,SC,Charleston,67780.233380139,5.732911449083279,0.19354223729298506,15246.2537564456,0.04353472856621503,102,0.267705996,348.583333333333,0.879186381627842,334,0.876605908,9091,1141889,728.1,81027,89048,160854,175850,0.5037300906412026,0.5063861245379585,13815,0.0234933542218409,0.07856127381290873 +45021,SC,Cherokee,7921.07962273628,27.08100603334308,0.14312962348191752,1953.24778972848,0.03529413085411586,10,0.178494931,70,1.23574480104509,38,0.678280737,1854,168019,973.3,7219,6089,20753,21754,0.34785332241121764,0.2799025466580859,9076,-0.2933069917602275,-0.41721062793049557 +45023,SC,Chester,5545.28730635075,-0.027747904744884897,0.16732912813369796,1436.2021607653,0.043337421869803855,8,0.247394625,48.6666666666667,1.5122795023979,16,0.494789251,1229,97274,1035.7,7839,6582,14324,14202,0.5472633342641721,0.46345585128855094,690,0.1049287908405474,-0.04858470637938317 +45025,SC,Chesterfield,6209.58322301518,-2.525249948568573,0.13287078407615827,1504.13189405111,0.03218495943105897,12,0.260162602,52.1666666666667,1.13373756691949,19,0.411924119,1517,138269,960.5,7942,7125,16576,17128,0.47912644787644787,0.41598552078468004,2451,-0.032939189189189144,-0.14309901914993 +45027,SC,Clarendon,1767.30374870872,6.0396644316581005,0.05053626572613651,402.554533629253,0.01151109586884141,6,0.175886026,40.5833333333333,1.19535016150727,15,0.439715065,1168,101994,877.8,8967,7635,15985,15156,0.5609634031904911,0.50376088677751385,389,0.12993431341883016,0.025666402744787542 +45029,SC,Colleton,9368.31168858296,1.3598419821246974,0.24088017300686418,2198.5036984234,0.05652842997077547,9,0.238278044,57.1666666666667,1.50744051543039,23,0.608932779,1541,113309,1051.6,8470,7616,17077,17231,0.4959887568074018,0.44199408043642274,1467,0.0018153071382561725,-0.08513725262608085 +45031,SC,Darlington,11248.727119262,15.260704577852138,0.16378222680598709,2538.1233064474,0.03695524681421936,13,0.191743241,87.0833333333333,1.29522761301326,35,0.516231803,2455,203226,1013.6,15452,13866,30140,29636,0.5126741871267418,0.46787690646511,1107,0.03394160583941602,-0.03735321905790262 +45033,SC,Dillon,3865.68393998931,18.704720655628424,0.12056902064716207,1140.12138095383,0.03555989585658506,8,0.257011598,44.25,1.43398794477931,27,0.867414142,1123,93897,1051.6,7623,5832,13186,11696,0.5781131503109358,0.49863201094391246,195,0.1627483694827847,0.016672366621067025 +45035,SC,Dorchester,26155.2906528992,-2.082921452502685,0.19153667498736182,7119.74395520024,0.052138288273591155,17,0.114502017,102.666666666667,0.667650801289347,75,0.505155958,3008,446144,776.3,23390,24010,56735,62463,0.41226755970741163,0.38438755743400094,10922,-0.1600246761258483,-0.174855514464563 +45037,SC,Edgefield,2309.6942006275,37.89806967588788,0.08559178064211599,360.160296177325,0.013346685053819717,3,0.112981584,15,0.569087184156613,5,0.18830264,658,79248,727.4,4965,4491,11583,11644,0.42864542864542865,0.3856922019924425,2351,-0.13347146680480015,-0.20190656131913431 +45039,SC,Fairfield,5167.29886654324,7.262986275982603,0.21569956864849057,1010.09230955443,0.042164481113475955,1,0.0435237,23.6666666666667,1.04474756838682,5,0.217618384,888,68686,1041.8,7743,6936,11858,11252,0.6529768932366335,0.6164237468894419,2912,0.31598920559959526,0.2587984358336296 +45041,SC,Florence,30265.7386172478,-1.6914781549999531,0.22110339786863278,7536.16793352838,0.05505473889416941,37,0.265745416,181.166666666667,1.30578099397923,97,0.696683928,4414,416164,968.7,28508,26630,57877,57770,0.4925618121188037,0.46096589925566905,2868,-0.005477132539696228,-0.0496451445386879 +45043,SC,Georgetown,12374.9688493127,-11.067900048729923,0.20570778365824494,2539.82819089787,0.042219292378368134,16,0.26327481,80.9166666666667,1.31788248451386,37,0.608822997,2183,182469,797.2,14119,13234,30870,31519,0.45736961451247166,0.4198737269583426,4100,-0.07635244574020089,-0.13008026904406866 +45045,SC,Greenville,163541.713351547,12.886699058549086,0.3624393891108582,41646.5376656029,0.09229660959743563,81,0.167788015,425.333333333333,0.852771306250493,406,0.841011534,12229,1448510,785.2,67378,73338,191282,211572,0.3522443303604103,0.3466337700640917,52257,-0.2777888144205936,-0.2469939311440077 +45047,SC,Greenwood,12231.2030673847,14.634724734421455,0.17558178991666357,2932.42607642009,0.042095664380644694,15,0.215765247,92.8333333333334,1.32367549275424,60,0.86306099,2198,209136,826.8,11884,10633,28525,28600,0.4166170026292726,0.3717832167832168,6248,-0.1544609991235758,-0.21846153846153848 +45049,SC,Hampton,3679.61108956359,65.42405913766282,0.17447183923962017,1009.67177628645,0.04787443225635135,7,0.343053173,36.6666666666667,1.84051132751062,12,0.588091154,657,60860,946.1,5814,5163,9184,8794,0.6330574912891986,0.5871048442119627,1680,0.2726480836236934,0.19103934500796 +45051,SC,Horry,38348.3315433266,-17.773443229448425,0.14240480202950193,7646.60848328684,0.02839533620985046,54,0.180703539,351.583333333333,1.09071524447119,290,0.970444932,9438,896507,831.5,36620,36731,104584,124503,0.35014916239577754,0.2950210035099556,47088,-0.28716629694790796,-0.3782077540300233 +45053,SC,Jasper,2839.33204988726,18.661165072971897,0.11459547362018242,666.030196285394,0.02688098624875465,5,0.1840265,41.5833333333333,1.46085836407284,23,0.846521899,702,81423,787.1,5727,7789,9991,14216,0.5732158943048744,0.5479037703995498,1689,0.15594034631168052,0.1188097917839055 +45055,SC,Kershaw,10634.3902486737,-8.055643699735699,0.1723647867590596,2524.76378854213,0.040921986296612964,8,0.126660439,74.5833333333333,1.16360100056685,41,0.649134751,1938,189327,867.3,10821,10293,27026,28875,0.4003922149041664,0.3564675324675325,7171,-0.1859320654184859,-0.24834632034632032 +45057,SC,Lancaster,15583.2110713142,54.984170387994126,0.20329816666641704,4030.91244321752,0.05258717898055523,19,0.228475228,94.1666666666666,1.05103764388984,40,0.481000481,2558,249392,839.6,13345,13718,33010,38717,0.4042714328991215,0.35431464214686054,9880,-0.1795819448651924,-0.25518506082599374 +45059,SC,Laurens,14406.2347289548,22.85544305902663,0.21651464191284248,3634.87931791766,0.05462944403741768,9,0.135271219,78.4166666666667,1.17430652270492,32,0.480964333,2473,199293,994.5,10297,8845,25373,26474,0.4058250896622394,0.33410138248847926,7925,-0.1745556300003941,-0.29935030596056506 +45061,SC,Lee,1107.91586135672,16.896304730677087,0.05764390537756087,253.056653914972,0.013166319142298231,2,0.109033419,20.6666666666667,1.17191191758813,9,0.490650384,645,54699,985.9,5972,5170,8898,8110,0.6711620588896381,0.6374845869297164,2381,0.353225443919982,0.2935881627620222 +45063,SC,Lexington,63721.6800371591,4.679741330530166,0.2428500978964946,15416.4027250264,0.05875354995036568,42,0.151140028,291.5,1.01853275377713,220,0.791685859,6904,832729,788.9,34007,35143,112204,121829,0.3030818865637589,0.28846169631204394,44723,-0.37774945634736723,-0.3670965041164255 +45065,SC,McCormick,330.093281726788,-48.103636073484466,0.032257723221615166,54.4200473439002,0.005318093163676361,1,0.101564087,10,1.03702167375298,3,0.304692261,381,29480,835.6,2637,2479,5137,5215,0.5133346311076504,0.47535953978907,172,0.034455908117578427,-0.0329817833173538 +45067,SC,Marion,2914.20138522462,90.47248316805998,0.08814352989004355,840.277718668138,0.025415211380682902,12,0.375786804,42.75,1.3474752568871,21,0.657626906,1285,95687,1095.5,9518,8522,14766,14217,0.6445889204930245,0.5994232257156925,3088,0.29825274278748476,0.21720475487092922 +45069,SC,Marlboro,4578.47448987286,19.536646903651363,0.15824402895907305,927.699911325897,0.03206373038834193,8,0.286491907,42.25,1.56800890703284,10,0.358114883,1083,83334,1151.1,7554,5928,11657,10353,0.6480226473363644,0.5725876557519559,1671,0.3040233336192845,0.16140249203129525 +45071,SC,Newberry,8905.72292959014,123.47211790517088,0.2374352919267927,2100.93323084566,0.05601293672938199,4,0.105867718,45.25,1.18831902098269,21,0.555805521,1304,113354,891.1,6891,6212,16287,16795,0.4230981764597532,0.36987198571003277,3799,-0.14287468533185982,-0.2261982732956237 +45073,SC,Oconee,10585.8630487215,-4.129015224691822,0.14252639651988608,2538.19538672254,0.034173863809493894,17,0.226087882,82.1666666666667,1.07611376683474,43,0.571869348,2620,225897,849.2,8537,7979,30613,33530,0.27886845457812043,0.23796600059648076,16117,-0.42583216280665076,-0.48067402326274977 +45075,SC,Orangeburg,11272.7633711546,-8.547187698671056,0.12186639464605356,2609.17134345399,0.0282069528270396,18,0.1998002,132.166666666667,1.50355126294514,69,0.765900766,3182,269751,970.1,30454,26258,42637,38824,0.7142622604779886,0.6763342262518031,14349,0.435443394235054,0.36959097465485274 +45077,SC,Pickens,33387.5611373613,-10.135907363692482,0.28004060539288483,6338.80165999435,0.05316716147750747,16,0.132925695,106.916666666667,0.870210451207171,91,0.756014888,3534,361521,882.5,11122,10327,45422,48871,0.24485931927259919,0.21131141167563586,25769,-0.49013693804764213,-0.5272861206032208 +45079,SC,Richland,102671.184535982,-0.6688027832191771,0.26702240948333955,24400.768062807,0.06346037508792367,54,0.134473536,356.5,0.870469711804937,334,0.831743723,9015,1206287,833.4,94350,108401,143016,169400,0.6597163953683504,0.6399114521841794,55648,0.3330046987749622,0.3285005903187721 +45081,SC,Saluda,1970.14568328287,111.77313124324384,0.09912682683184253,501.383221893977,0.025226828774539724,2,0.099870169,20.8333333333333,1.03150632932284,5,0.249675422,647,60171,816.7,3322,2809,8553,8559,0.3884017303869987,0.328192545858161,2716,-0.21138781714018479,-0.3173267905129104 +45083,SC,Spartanburg,89659.0103758879,-5.42759782435355,0.31535984121350474,22334.3385259958,0.0785571179253265,44,0.149893371,323.416666666667,1.0728237517263,209,0.711993514,8942,881595,919.5,40920,39888,108327,120793,0.37774516048630535,0.3302178106347222,36213,-0.2310688932583751,-0.2997938622271158 +45085,SC,Sumter,27187.6925457757,14.289351725457289,0.25301232640127774,6988.454601282,0.06503549919299062,19,0.176057969,138.083333333333,1.28574000273132,58,0.537440117,3241,323455,914.3,27550,24024,47261,44048,0.5829330737817651,0.5454050127134036,5291,0.17528194494403415,0.12011896113330917 +45087,SC,Union,2640.85224479049,6.14539594097093,0.0911865006315559,647.597078812199,0.022361005449128103,3,0.107619458,34.0833333333333,1.23164576783628,13,0.466350983,1164,83751,1050.2,5748,4727,12475,12087,0.4607615230460922,0.3910813270455862,2331,-0.06557114228456917,-0.19285182427401337 +45089,SC,Williamsburg,2455.90677886078,-4.683212160451069,0.07134493736341341,601.679102600001,0.017478985056502947,7,0.214100015,44.4166666666667,1.38997548636103,10,0.305857165,1253,98436,1010.3,11318,9949,16282,15049,0.6951234492077141,0.6611070503023456,5086,0.39915243827539615,0.3379626553259352 +45091,SC,York,49945.4509824395,-3.8245786982053236,0.2209262095979595,12893.3325885903,0.05703172244624657,35,0.142655678,206.083333333333,0.797147417796791,154,0.627684984,5948,735632,836.1,38757,41230,99428,113425,0.38979965402100014,0.36350011020498124,25015,-0.20509313271915353,-0.22054220850782452 +46003,SD,Aurora,2016.2461102285,-25.497403666675606,0.7440022546968634,553.333368993858,0.2041820549792834,2,0.72859745,2,0.730994152046784,2,0.72859745,84,8187,644.9,556,340,1400,1407,0.39714285714285713,0.24164889836531628,634,-0.17714285714285716,-0.45060412224591334 +46005,SD,Beadle,3935.36054600355,0.4247651938779513,0.22619614587904066,942.748003189399,0.05418714813135987,4,0.220155209,19.4166666666667,1.07268475038212,10,0.550388024,578,55059,727.4,2881,1912,7263,6772,0.3966680435081922,0.28233904311872415,2543,-0.18573592179540133,-0.3755168340224454 +46007,SD,Bennett,3319.80323211549,0,0.9675905660493995,1153.17992892942,0.33610607080426114,3,0.874635569,9,2.60115606936416,1,0.29154519,95,10311,932,548,412,1203,1149,0.45552784704904403,0.35857267188859876,254,-0.0648379052369078,-0.22106179286335947 +46009,SD,Bon Homme,998.050308761474,-83.92450109000993,0.14116694607658756,294.986558729081,0.04172369996168048,3,0.427167877,6.16666666666667,0.882970599465445,1,0.142389292,228,21000,581.1,1167,704,3074,2974,0.3796356538711776,0.2367182246133154,1401,-0.21567989590110603,-0.47108271687962344 +46011,SD,Brookings,12665.2936296089,-2.9830514967317407,0.3962237957018269,2332.43570952175,0.07296842513754889,4,0.12006964,18.25,0.534641863190274,20,0.600348202,566,100397,624.9,5826,4879,12398,12680,0.46991450233908694,0.38477917981072557,1869,-0.03169866107436681,-0.14739747634069394 +46013,SD,Brown,11371.5720626139,-1.0997896730139824,0.3112855400239221,2729.14856784243,0.07470774322746243,6,0.156217455,15.6666666666667,0.400395283854699,28,0.729014789,1154,115702,706.3,7249,5452,16066,16113,0.45120129465952946,0.3383603301681872,4161,-0.0666625171168928,-0.2582386892571216 +46015,SD,Brule,1648.8664811082,-9.403090541628146,0.31377097642401525,457.577191545334,0.08707463207332712,2,0.376718779,5.25,1.00229095074456,5,0.941796949,160,16001,675.2,824,571,2379,2288,0.346364018495166,0.24956293706293706,994,-0.2837326607818412,-0.43444055944055937 +46017,SD,Buffalo,1906.67870710227,443.4307115255665,0.9972168970200157,748.267246037867,0.39135316215369614,0,0,2,0.978952520802741,0,0,54,6199,1296.8,472,296,641,490,0.7363494539781591,0.6040816326530613,125,0.4773790951638065,0.25510204081632654 +46019,SD,Butte,2434.65851547652,0,0.24081686602141641,567.345997312448,0.05611730932862988,3,0.291318703,11.5,1.12689857912788,6,0.582637405,308,30909,712.6,1e3,693,4201,4346,0.23803856224708403,0.15945697192820985,2662,-0.49226374672696976,-0.6125172572480442 +46021,SD,Campbell,1368.5864316453,0,0.933551454055457,253.585344854847,0.17297772500330627,0,0,2,1.45137880986938,1,0.721500722,39,4109,509.6,153,105,787,831,0.19440914866581957,0.1263537906137184,599,-0.5883100381194409,-0.7208182912154031 +46023,SD,Charles Mix,916.211087382742,-69.82657813524138,0.10036269989952264,188.737836242057,0.0206745356821182,4,0.430709594,14.4166666666667,1.53434085426423,5,0.538386993,307,27817,837.1,1482,935,3762,3433,0.3939393939393939,0.27235653946985144,1447,-0.1985645933014354,-0.42149723274104284 +46025,SD,Clark,1708.16942001998,0,0.4627931238200975,412.142984448031,0.11166160510648361,1,0.274348422,2.66666666666667,0.729394602479942,0,0,135,10946,666.9,713,398,1821,1657,0.3915431081823174,0.24019312009656005,741,-0.19439868204283361,-0.4471937235968618 +46027,SD,Clay,4110.25859848807,31.444508418915674,0.2964698931396473,981.855834521372,0.07082053047615205,2,0.143554407,5.41666666666667,0.38454257182072,8,0.574217628,302,41919,763.9,2955,2608,5233,5069,0.5646856487674374,0.5144999013612153,499,0.1545958341295624,0.09844150720063133 +46029,SD,Codington,9913.95447438672,-0.03729971514144412,0.3641221755752276,2735.64878175872,0.10047558606378666,2,0.071587086,14.1666666666667,0.504816543728991,19,0.680077314,722,83747,653.4,4588,3174,11524,11669,0.398125650815689,0.2720027423086811,4590,-0.182922596320722,-0.3933499014482818 +46031,SD,Corson,3636.36881720653,-7.525932805929157e-4,0.8978688437546988,1242.92759116909,0.3068957015232321,1,0.239120038,6.16666666666667,1.49241690868022,0,0,136,12617,1227,647,535,1199,1175,0.5396163469557965,0.4553191489361702,53,0.11009174311926606,-0.04510638297872338 +46033,SD,Custer,2903.68112450754,-0.011492424793706019,0.35341785838699363,602.063768147748,0.07327942650289046,3,0.355239787,7,0.814332247557003,4,0.473653049,255,25313,610.5,1335,1120,4520,4716,0.29535398230088494,0.23748939779474132,2170,-0.38207964601769917,-0.4601357082273113 +46035,SD,Davison,4636.25432290926,0,0.23770787135506868,1185.81229075688,0.060798415235689095,2,0.100578325,16.4166666666667,0.824833777152523,17,0.854915766,631,59545,701.9,3042,2355,7968,7952,0.3817771084337349,0.29615191146881287,2802,-0.21485943775100402,-0.352364185110664 +46037,SD,Day,2790.82130986748,0,0.48876029945139754,596.72941633077,0.10450602737841858,1,0.178954903,7,1.25650691078801,4,0.715819613,210,16697,649.5,1497,974,2873,2747,0.521058127392969,0.3545686203130688,653,0.061608075182735755,-0.23771386967601016 +46039,SD,Deuel,3939.6726591089,-7.026301596707199,0.9027664205107471,921.80890684619,0.21123027196292163,2,0.463821892,4,0.945402978019381,2,0.463821892,125,12961,586.7,941,570,2171,2080,0.4334408106863197,0.27403846153846156,796,-0.10778443113772451,-0.38269230769230766 +46041,SD,Dewey,2035.0719240023,-12.261656890726561,0.38390340011362006,599.266490639525,0.11304781940002359,2,0.353232073,5,0.870776732845698,0,0,209,16951,1467.5,1207,887,1895,1707,0.6369393139841689,0.5196250732278852,164,0.28707124010554097,0.09607498535442299 +46043,SD,Douglas,2675.18278048391,-4.509047678892823,0.8911335044916422,587.7086337855,0.1957723630198201,2,0.672721157,3,1.02319236016371,0,0,130,8920,668.1,332,214,1690,1605,0.19644970414201182,0.13333333333333333,1124,-0.5928994082840237,-0.7003115264797508 +46045,SD,Edmunds,2591.61562190907,0,0.6366041812599041,593.000514371493,0.14566458225779733,2,0.50213407,3.41666666666667,0.864541160593792,1,0.251067035,122,12008,562.6,622,380,1936,1918,0.3212809917355372,0.1981230448383733,1053,-0.3316115702479339,-0.5490093847758082 +46047,SD,Fall River,2639.44595251404,0,0.372067374191435,491.258292618523,0.06924982980244192,0,0,9,1.31406044678055,5,0.73046019,369,20562,988,1137,821,3511,3563,0.32383936200512675,0.23042380016839742,1690,-0.31871261748789514,-0.4743193937692955 +46049,SD,Faulk,1139.91719294636,-51.737362271373996,0.48219847417358713,288.602178778641,0.122082139923283,1,0.424268137,1,0.424808836023789,1,0.424268137,102,7053,743.4,331,204,1127,1118,0.2937000887311446,0.18246869409660108,654,-0.3850931677018634,-0.5849731663685153 +46051,SD,Grant,1310.50842941266,-5.721095026670301,0.17815503390601686,338.156369861982,0.04597014272185726,3,0.414307416,6,0.839395635142697,7,0.966717304,282,21628,785.8,1493,970,3606,3562,0.4140321686078758,0.27231892195395846,1411,-0.15002773155851362,-0.3961257720381808 +46053,SD,Gregory,1213.41605481914,-23.378035519325287,0.2841058428515898,295.215736816026,0.0691209873135158,2,0.474270809,6.91666666666667,1.65827539359067,0,0,193,12656,848.8,599,391,2151,2091,0.27847512784751277,0.18699186991869918,1209,-0.4221292422129242,-0.5781922525107603 +46055,SD,Haakon,800.500999820843,0,0.41326845628334696,198.582156546541,0.10252047317838978,1,0.541418517,2,1.05708245243129,1,0.541418517,88,5594,764.2,138,77,1092,1044,0.12637362637362637,0.07375478927203065,859,-0.7344322344322345,-0.8227969348659004 +46057,SD,Hamlin,5671.28375391011,0.49601876116554483,0.9607460196357971,1749.34211579537,0.29634797828144505,2,0.333945567,4.91666666666667,0.815638133156381,0,0,190,17995,705.9,921,555,2793,2762,0.3297529538131042,0.20094134685010862,1496,-0.3157894736842105,-0.5416364952932657 +46059,SD,Hand,1177.08875904516,-0.048849866105747985,0.3430745435864646,259.336108584693,0.07558615814185166,1,0.298953662,2,0.602591141910214,1,0.298953662,145,10103,676.2,575,334,1848,1818,0.31114718614718617,0.18371837183718373,1057,-0.3609307359307359,-0.5814081408140813 +46061,SD,Hanson,595.452288529635,0,0.1787608191322831,211.261112815244,0.06342272975540197,1,0.292483182,NA,NA,0,0,75,10172,827.8,760,424,2416,2006,0.31456953642384106,0.21136590229312063,1073,-0.3588576158940397,-0.5348953140578265 +46063,SD,Harding,1254.99999538142,0,0.9999999963198565,292.000001737616,0.23266932409371793,1,0.8,1,0.782472613458529,0,0,18,3788,375.7,82,38,739,769,0.11096075778078485,0.0494148244473342,656,-0.7523680649526387,-0.8530559167750325 +46065,SD,Hughes,3984.2333237299,8.957434985624099e-5,0.23406376005932908,983.476623652953,0.057776796125775645,4,0.226731663,10.5833333333333,0.601325757575757,9,0.510146242,426,52615,647.3,2786,2449,8155,8173,0.34163090128755363,0.2996451731310412,2725,-0.29834457388105456,-0.3334149027284963 +46067,SD,Hutchinson,649.211162499302,-75.85908507391179,0.08841225146388423,200.084140388672,0.02724828277116601,4,0.555555556,9.58333333333333,1.30066956207021,2,0.277777778,345,21706,718.5,923,692,3425,3365,0.2694890510948905,0.20564635958395244,1825,-0.4461313868613138,-0.5423476968796435 +46069,SD,Hyde,1420.00000019599,0.550687301595055,1.0000000001380212,317.99999903085,0.223943661289331,1,0.716332378,2,1.4792899408284,0,0,50,4176,588.5,189,125,733,690,0.2578444747612551,0.18115942028985507,418,-0.46657571623465216,-0.6057971014492753 +46071,SD,Jackson,1909.61002835779,-30.674806919144608,0.6300264032853151,672.914439284485,0.2220107025023045,2,0.610873549,7,2.1046301864101,2,0.610873549,103,9834,997,426,323,1106,1095,0.38517179023508136,0.29497716894977166,399,-0.21247739602169985,-0.3643835616438357 +46073,SD,Jerauld,2071.00000080438,0,1.0000000003884018,434.99999709477,0.2100434558642057,1,0.498256104,1,0.499001996007984,0,0,71,6054,513.1,452,264,1006,967,0.44930417495029823,0.2730093071354705,384,-0.08548707753479118,-0.3971044467425026 +46075,SD,Jones,1005.99999806171,0,0.9999999980732704,225.000000385612,0.22365805207317296,1,1.025641026,2,2.15749730312837,2,2.051282051,28,2879,604.8,108,69,609,558,0.17733990147783252,0.12365591397849462,381,-0.6272577996715928,-0.6827956989247311 +46077,SD,Kingsbury,2689.47172802926,0,0.5224304056000894,584.12641172934,0.11346666894509325,4,0.78817734,4.41666666666667,0.883156701992935,1,0.197044335,222,15136,820.3,1092,703,2608,2551,0.4187116564417178,0.275578204625637,977,-0.13765337423312884,-0.38298706389651116 +46079,SD,Lake,1116.54427506009,-19.49288979265984,0.09969145313036519,256.793857395151,0.02292802298170991,1,0.080853816,6,0.464792005577504,5,0.404269082,336,36999,607.1,2724,2314,6285,6786,0.4334128878281623,0.34099616858237547,1724,-0.11058074781225141,-0.2540524609490127 +46081,SD,Lawrence,3860.6002093294,7.061138003963636,0.1602108233111757,844.729986342761,0.03505540052051131,5,0.202782171,18,0.711997152011392,23,0.932797988,695,74495,661.9,3973,3356,11359,11842,0.34976670481556477,0.28339807464955247,4055,-0.2686856237344836,-0.34242526600236445 +46083,SD,Lincoln,4049.36711612368,-24.216597877876772,0.09033120184089587,1249.95446416177,0.02788334220044994,6,0.116396368,25.5833333333333,0.4696861211576,16,0.310390316,623,154258,456.6,7982,8076,21952,25231,0.3636115160349854,0.3200824382703817,7423,-0.2564231049562682,-0.2942015774245967 +46085,SD,Lyman,3138.79369788786,54.8970268456944,0.8358971232723995,983.366709014804,0.261881946475314,4,1.031725561,5,1.28402670775552,2,0.515862781,96,11590,772.2,605,369,1569,1421,0.38559592096876993,0.25967628430682616,608,-0.20905035054174637,-0.42786769880365944 +46087,SD,McCook,1820.20398624036,-59.685309002464884,0.3239950135707298,481.612950481702,0.08572676227869386,4,0.708089927,4.91666666666667,0.874074074074074,1,0.177022482,240,16891,889.4,905,623,2613,2587,0.3463451970914658,0.24081948202551218,1171,-0.28702640642939153,-0.4526478546579049 +46089,SD,McPherson,1370.01224593376,0,0.5571420276265798,377.274608889538,0.15342603045528183,2,0.823384109,2,0.820344544708778,0,0,121,7278,763.2,272,192,1215,1137,0.22386831275720165,0.16886543535620052,700,-0.534156378600823,-0.6156552330694811 +46091,SD,Marshall,2346.71934712042,0,0.5040204783334236,508.454688807917,0.109204185740532,3,0.64061499,3,0.624869818787753,2,0.42707666,135,14220,610,1061,754,1987,1947,0.5339708102667338,0.3872624550590652,302,0.08656265727226975,-0.155110426296867 +46093,SD,Meade,8631.69186613751,245.21631786972634,0.3393761054548046,2317.9957638488,0.09113768042182904,5,0.185521873,15.1666666666667,0.54767149339785,7,0.259730622,574,80418,688.2,2928,2223,10811,11621,0.2708352603829433,0.19129162722657259,6218,-0.4284525020812136,-0.5350658291024869 +46095,SD,Mellette,2035.7582762851,0.04334100159050358,0.9940225958423341,658.630569870688,0.3215969579446718,2,0.952380952,2.83333333333333,1.34792261338408,0,0,65,6233,993.2,375,238,769,683,0.48764629388816644,0.3484626647144949,164,-0.007802340702210697,-0.240117130307467 +46097,SD,Miner,910.866139457463,107.17976095411426,0.38127506883945705,228.337181560372,0.09557856072012222,2,0.863557858,1,0.438404208680403,4,1.727115717,97,6872,804.6,479,281,1140,1064,0.4201754385964912,0.2640977443609023,425,-0.13771929824561402,-0.3994360902255639 +46099,SD,Minnehaha,31296.9134874992,-7.3369842731518435,0.18467742280253027,8231.57739807164,0.048573048587766655,25,0.136700167,157.833333333333,0.842595657295793,153,0.836605024,3952,547280,703.1,34668,30610,76565,78263,0.45279174557565466,0.39111713070033094,11433,-0.07395023835956377,-0.14608435659251495 +46101,SD,Moody,4976.28222800311,-1.0513059043478608,0.7672343860627674,1306.75242503576,0.2014727759845452,1,0.15705984,3,0.461183704842429,1,0.15705984,166,19253,666.4,1429,1042,3033,2930,0.4711506758984504,0.3556313993174061,687,-0.03494889548302005,-0.2344709897610922 +46103,SD,Pennington,28974.5739246449,-4.640866481215192,0.2870247446670058,7456.72456896129,0.07386698665611295,17,0.157055487,73.0833333333333,0.668208804203391,88,0.812993108,2466,323395,633.9,15122,14074,44458,47741,0.34014125691664043,0.29479901971052136,15730,-0.2948175806379054,-0.3294861858779665 +46105,SD,Perkins,1470.76277909444,0.02051404436108908,0.4932135409438095,346.144737569438,0.11607804747466063,2,0.659413122,4,1.34093194770365,0,0,129,9104,762.7,319,188,1590,1606,0.20062893081761007,0.11706102117061021,1145,-0.5572327044025158,-0.7129514321295143 +46107,SD,Potter,2329.00000319708,0,1.0000000013727264,455.999999668199,0.19579218534486864,3,1.282051282,3.33333333333333,1.44990575612585,2,0.854700855,103,7023,663.3,339,215,1381,1335,0.24547429398986242,0.16104868913857678,854,-0.499637943519189,-0.6397003745318353 +46109,SD,Roberts,2750.01261191333,-37.361839937188364,0.2709638990948202,725.199200178104,0.07145523698670844,4,0.385579333,11.3333333333333,1.10515195839428,4,0.385579333,335,30934,813,2302,1539,4256,3886,0.5408834586466166,0.3960370560988163,603,0.09844924812030081,-0.15517241379310337 +46111,SD,Sanborn,2328.43004819847,0.2988439900182536,0.988717642547121,508.680244061228,0.21600010363534097,1,0.428082192,1,0.417362270450751,1,0.428082192,93,7008,790.1,389,241,1115,1123,0.3488789237668161,0.21460373998219057,578,-0.26816143497757855,-0.514692787177204 +46113,SD,Shannon,10779.6365392901,66.39942265317093,0.7934371072641028,4260.14696087035,0.3135688915700243,2,0.14066676,13,NA,2,0.14066676,385,42783,1301.1,2922,2504,3130,2896,0.9335463258785942,0.8646408839779005,2263,0.873482428115016,0.7814226519337016 +46115,SD,Spink,2796.76215052269,0,0.4359722759973016,692.496356265878,0.10794954891128264,2,0.303122158,5.33333333333333,0.83073727933541,3,0.454683237,228,19693,708.9,1300,919,3041,2951,0.4274909569220651,0.3114198576753643,935,-0.12167050312397237,-0.3168417485598102 +46117,SD,Stanley,570.819394016914,1.3021768371361306,0.1924542798438685,147.545685122711,0.04974567940752225,1,0.335232987,2,0.668225860340795,3,1.005698961,60,8876,578.7,435,329,1540,1567,0.2824675324675325,0.209955328653478,819,-0.40779220779220776,-0.5226547543075941 +46119,SD,Sully,1373.00000028379,0,1.0000000002066933,310.000000027677,0.225782957048563,1,0.695410292,1.91666666666667,1.34881538822426,0,0,29,4307,447.1,186,137,816,861,0.22794117647058823,0.15911730545876887,542,-0.5208333333333334,-0.6295005807200929 +46121,SD,Todd,1990.28842316019,-6.935720064188397,0.20706288214317414,825.245935395118,0.08585579852217207,3,0.303582271,12,1.18168389955687,1,0.10119409,275,29904,1299.3,1976,1505,2497,2125,0.7913496195434522,0.7082352941176471,1018,0.591910292350821,0.47905882352941176 +46123,SD,Tripp,1510.38150693473,0,0.2676083463739777,372.222299036887,0.06595008841900904,3,0.544267054,11,2.00291332847779,3,0.544267054,212,16431,676.6,737,462,2691,2630,0.2738758825715347,0.17566539923954372,1607,-0.4340393905611297,-0.6110266159695817 +46125,SD,Turner,190.951374276716,-90.67137018321357,0.0228766472117786,47.7125830082514,0.005716135498772181,4,0.483558994,5,0.601178309486594,2,0.241779497,325,24813,779,1411,961,4210,4150,0.3351543942992874,0.23156626506024097,1976,-0.3097387173396675,-0.476144578313253 +46127,SD,Union,2887.04673128098,-0.49067118215797023,0.2005032801778582,756.664819946335,0.05254981734469998,3,0.199614079,6.91666666666667,0.463148966563993,7,0.465766185,346,44741,620.6,2782,2227,7596,7895,0.366245392311743,0.28207726409119693,3061,-0.25223802001053186,-0.3877137428752375 +46129,SD,Walworth,1560.22831036218,0,0.28691215710963225,317.36337943349,0.0583603125107558,3,0.544365814,6.41666666666667,1.1437908496732,7,1.270186899,266,16444,828.6,671,457,2462,2477,0.2725426482534525,0.1844973758578926,1439,-0.4305442729488221,-0.5809446911586597 +46135,SD,Yankton,6096.68229890035,-5.22409901374821,0.2717123762768674,1367.36044848688,0.06093949765963455,1,0.0440839,13.6666666666667,0.604291946704398,18,0.793510845,684,68077,686.2,4208,3301,9924,9616,0.42402257154373235,0.34328202995008317,2353,-0.12646110439338976,-0.24469633943427627 +46137,SD,Ziebach,1047.09130336349,-43.81781604811689,0.37382766989057115,385.723053614138,0.13770905162946734,0,0,3,1.07104605498036,1,0.353857042,44,8457,730.1,439,352,761,766,0.5768725361366623,0.4595300261096606,16,0.16425755584756901,-0.02088772845953002 +47001,TN,Anderson,22423.2052274561,59.97327814853085,0.29846271383162426,4795.3392428516,0.06382807228702099,13,0.172121597,85.3333333333333,1.12375333614272,64,0.847367864,2838,226574,875.3,10112,9010,29621,29723,0.3413794267580433,0.30313225448306025,10191,-0.2980655615948145,-0.34286579416613394 +47003,TN,Bedford,6177.85823850438,1.8084141540530718,0.13710902034054728,1727.96969125779,0.03834989771534,6,0.128680807,50.1666666666667,1.05649622328925,24,0.514723229,1375,139323,954.9,4207,3384,14433,15300,0.29148479179657727,0.2211764705882353,8071,-0.4031732834476547,-0.527516339869281 +47005,TN,Benton,2221.32984374829,0,0.13471586171073383,494.698898952903,0.030001752620104495,4,0.247754723,21.5,1.34257524665917,8,0.495509446,741,48525,1041.5,2255,1474,6223,6322,0.3623654186083882,0.23315406516925025,3241,-0.2563072473083722,-0.5126542233470421 +47007,TN,Bledsoe,395.61194284579,-33.94275722249279,0.030724754803183443,130.473224759437,0.010133055666312285,1,0.071782356,16.4166666666667,1.11868256672345,0,0,416,42806,793.3,1267,896,4359,4650,0.29066299610002294,0.19268817204301075,2725,-0.4026152787336545,-0.586021505376344 +47009,TN,Blount,42345.4384247571,4.601011321858598,0.3442438698053581,9456.73862656471,0.07687780364657101,16,0.126643396,102.416666666667,0.795963835133805,64,0.506573584,4060,378320,824.6,12925,12085,49200,51849,0.2627032520325203,0.23308067658006903,25300,-0.45715447154471545,-0.48795540897606515 +47011,TN,Bradley,29457.1030414626,6.301410581103302,0.2976577411907743,7122.78225248145,0.07197419492619919,16,0.155377519,116.75,1.11733180208632,74,0.718621025,3068,309078,874.9,8035,7070,35956,38392,0.22346757147624874,0.18415294853094394,22691,-0.5390477249972189,-0.5910345905396959 +47013,TN,Campbell,7790.571541639311,22.271024186769825,0.19133931480595615,1858.35542646541,0.04564189572810222,9,0.225462198,46.0833333333333,1.16038005069581,27,0.676386593,1735,119873,1117.7,3327,2248,12097,12504,0.2750268661651649,0.17978246960972488,7612,-0.4360585269074977,-0.608765195137556 +47015,TN,Cannon,319.833909867331,5.164018022143371,0.023174690954809868,73.5617661890574,0.005330176522647438,0,0,12.5,0.891138518571327,7,0.508831867,554,41341,1026.8,1560,1126,4968,5299,0.3140096618357488,0.2124929231930553,2880,-0.3518518518518518,-0.5434987733534629 +47017,TN,Carroll,2483.60181942668,13.16875235739629,0.08707670638197461,533.989906590276,0.018722035852684803,6,0.211491012,35.5833333333333,1.26667141297641,12,0.422982023,1287,84589,1097,3475,2323,10845,10333,0.3204241585984325,0.22481370366786024,5408,-0.3452282157676348,-0.5233717216684409 +47019,TN,Carter,23715.8973907913,25.056724209626065,0.41299626272623463,4588.98964712142,0.07991414124967644,9,0.158211159,60.5833333333333,1.07223343126497,33,0.580107584,2100,169869,884.8,4786,3453,20607,20993,0.23225117678458776,0.1644833992283142,13444,-0.5197263065948464,-0.6404039441718667 +47021,TN,Cheatham,436.383727302331,39.45723812735705,0.011159282119993121,115.027702004121,0.0029415088097205218,6,0.150890252,37.1666666666667,0.931962554329655,19,0.477819133,1161,118851,1008.7,4656,3877,15177,15823,0.3067799960466495,0.24502306768627946,7418,-0.3696382684324966,-0.4688112241673513 +47023,TN,Chester,2223.72203122153,-2.626909169754338,0.12980690159485903,514.589661307178,0.030038506876841863,6,0.34524426,15.6666666666667,0.897648923776237,9,0.51786639,570,52199,892.2,1622,902,6396,4850,0.25359599749843653,0.18597938144329898,2925,-0.47686053783614757,-0.6030927835051546 +47025,TN,Claiborne,6856.18295497042,12.47187087154482,0.2128390076978369,1290.03775037903,0.04004711608291777,4,0.126614333,33,1.03914097679252,14,0.443150165,1296,94931,1084.3,2433,1831,10178,10706,0.2390449990174887,0.17102559312535026,6758,-0.5093338573393593,-0.6312348215953671 +47027,TN,Clay,10.7763575911522,612.9633957190952,0.00137086345136143,2.30481182062067,2.9319575379985625e-4,3,0.386349002,11.9166666666667,1.53723770209838,4,0.515132003,327,23286,913.9,1037,707,2820,2919,0.3677304964539007,0.2422062350119904,1433,-0.2517730496453901,-0.49092154847550534 +47029,TN,Cocke,7579.66724682424,18.192869146657813,0.21254184417094496,1630.62421416796,0.04572441854545342,5,0.141346752,53.6666666666667,1.52379870713725,16,0.452309606,1537,105756,1130.7,2804,1980,11450,12108,0.24489082969432313,0.1635282457879088,7811,-0.4938864628820961,-0.6451106706309878 +47031,TN,Coffee,9075.91891537988,12.250947157025298,0.17190542683877338,2235.06363998994,0.04233395787540609,10,0.186487142,75.8333333333333,1.38680613974129,38,0.708651139,1967,161236,1003.1,5865,4741,19242,19895,0.3048019956345494,0.23830108067353606,9668,-0.371479056231161,-0.48595124403116363 +47033,TN,Crockett,108.979169900621,-0.7952400352050754,0.007471491149089606,24.8758185454599,0.001705458559266413,5,0.340878102,16.75,1.16230657136909,6,0.409053722,534,43833,929.7,1669,1302,5497,5386,0.30362015644897217,0.24173783884144076,2675,-0.3843914862652356,-0.4966580022279986 +47035,TN,Cumberland,10757.6808029929,33.087854979464666,0.19191980452416285,1751.51677907912,0.031247511802742402,9,0.155212555,63.75,1.08686386497315,34,0.586358541,2428,173622,832.9,6260,5202,25244,26298,0.24797971795278087,0.19780971937029432,15208,-0.49084931072730154,-0.5782949273709027 +47037,TN,Davidson,137325.679109165,-10.816389281003152,0.21913170992764264,30193.948194327,0.04818073021892637,137,0.204983339,635.333333333333,0.928293469314202,625,0.935142972,15501,2007411,829.3,138899,148473,237372,246199,0.585153261547276,0.6030609385090923,64108,0.18719562543181167,0.2603909845287755 +47039,TN,Decatur,895.576230591842,19.5622828297847,0.07617387348744084,150.204525924567,0.0127757528216864,4,0.342876736,9.58333333333333,0.814286118899935,4,0.342876736,517,35091,930.6,1302,894,4248,4577,0.3064971751412429,0.19532444832859952,2686,-0.36982109227871945,-0.5868472798776491 +47041,TN,DeKalb,395.900977320969,-8.507961759089161,0.02114516783212995,97.4120007365709,0.005202798736130476,4,0.20759809,20.0833333333333,1.03730867895942,6,0.311397135,729,57491,1044,2168,1566,6406,6940,0.33843271932563224,0.22564841498559077,3598,-0.30689978145488606,-0.5184438040345821 +47043,TN,Dickson,6387.40797718982,6.257432665832645,0.12860725601396972,1638.50564456268,0.0329904893601796,9,0.177953534,60.75,1.1644623346751,40,0.790904597,1587,152274,935.3,6228,4718,17821,18619,0.3494753380842826,0.2533970675116816,8495,-0.28387857022613766,-0.4562543638219024 +47045,TN,Dyer,12712.0536997816,12.71269455030643,0.3316043745867119,3369.16204256251,0.08788736252934681,7,0.184526163,51.6666666666667,1.37017785792582,20,0.527217609,1303,113893,948.4,3757,2815,13800,13290,0.2722463768115942,0.21181339352896916,7360,-0.4466666666666667,-0.5537998495109104 +47047,TN,Fayette,2233.37790268045,-50.02305906065534,0.05814119966366725,523.643521678781,0.01363193506570122,4,0.102535182,30.5,0.770396564789088,11,0.281971752,1184,116929,796.5,6683,5865,19562,19306,0.34163173499642163,0.30379156738837665,7181,-0.30666598507310094,-0.3719569045892469 +47049,TN,Fentress,37.1267282696467,-24.237466656974263,0.002067304876087015,6.29476238298254,3.5050739924174737e-4,4,0.224026883,21.9166666666667,1.21536442448104,10,0.560067208,741,53715,1072.1,1559,1100,6890,7311,0.2262699564586357,0.1504582136506634,4932,-0.5342525399129173,-0.6745999179318835 +47051,TN,Franklin,8150.82663329195,6.307902698662003,0.19854883156221256,1869.28404821006,0.04553454273141529,7,0.169073958,40.1666666666667,0.963229416466827,19,0.458915028,1495,124085,919,5594,4372,16099,16363,0.3474749984471085,0.26718816842877224,7154,-0.28933474128827874,-0.4372058913402188 +47053,TN,Gibson,6040.6483714931,-10.659359740873903,0.12158380877751142,1424.33078988239,0.028668373284270073,16,0.323415265,58.5,1.18418655492804,27,0.54576326,1964,148341,1005.7,6564,5255,19667,19484,0.3337570549651701,0.2697084787517963,8524,-0.32129963898916963,-0.437487168959146 +47055,TN,Giles,3490.05837756257,-23.763487808898947,0.11836725038367205,727.429247991639,0.02467116323525993,7,0.242609087,38.25,1.30514894052615,19,0.65851038,1079,86494,939.5,3759,2915,10797,11120,0.34815226451792164,0.26214028776978415,5049,-0.2922107992961008,-0.45404676258992804 +47057,TN,Grainger,0,0,0,0,0,4,0.174947516,27.75,1.20275658807212,4,0.174947516,866,68324,1058.8,1668,1154,7250,7985,0.23006896551724138,0.14452097683155918,5464,-0.5242758620689656,-0.6842830306825297 +47059,TN,Greene,6489.64637719479,15.086003077495647,0.09428377296849952,1447.03576002474,0.02102302392853133,14,0.204873052,85.1666666666667,1.24122519371372,41,0.599985366,2585,205258,935.7,6216,4211,23937,23491,0.25968166436896856,0.1792601421821123,14327,-0.46029159878013115,-0.6098931505683027 +47061,TN,Grundy,135.424177751157,-85.28337981252218,0.009882812358692039,24.4902510500822,0.001787218204048909,4,0.297951583,19.8333333333333,1.48131550775512,5,0.372439479,599,40363,1162.8,1637,998,4217,4750,0.3881906568650699,0.21010526315789474,2628,-0.20512212473322267,-0.5532631578947369 +47063,TN,Hamblen,27609.2925920741,32.727622754060185,0.44143790918511927,6820.68223573445,0.10905414165602535,12,0.190367409,78.6666666666667,1.23330981683259,52,0.824925439,2327,189450,993.5,5229,4075,20020,20579,0.2611888111888112,0.19801739637494534,11764,-0.4638361638361638,-0.5716507118907624 +47065,TN,Hamilton,138476.944925367,8.628264924327702,0.4115666356341321,31843.6746710221,0.09464242627279107,55,0.156597005,394.5,1.10276235680861,317,0.902568191,10352,1053934,796.9,58794,55260,142320,141088,0.41311129848229344,0.39167044681333635,23401,-0.14813799887577284,-0.16586102290768884 +47067,TN,Hancock,66.5395717236606,-30.11717616659963,0.009757966230189265,5.45590429085769,8.001032835984294e-4,1,0.150217816,10.6666666666667,1.6218133900968,1,0.150217816,318,19825,1197,475,322,2046,2229,0.23216031280547408,0.14445939883355766,1520,-0.5141739980449658,-0.6819201435621355 +47069,TN,Hardeman,7469.0600298179,-7.341853276158868,0.27406377388976993,1319.1745420413,0.04840474597443584,7,0.269593684,24.8333333333333,0.976344931524802,8,0.308107067,860,77899,938,5479,4174,10435,9242,0.5250598945855295,0.4516338454879896,738,0.05893627216099667,-0.07985284570439294 +47071,TN,Hardin,3650.04067469583,18.776315328594052,0.14024593386213133,769.887144866119,0.029581462570741526,6,0.231928875,28.6666666666667,1.11634669055129,12,0.46385775,1177,77601,1074.4,2467,1622,10495,9949,0.23506431634111483,0.16303146044828626,6390,-0.5163411148165793,-0.6422756055885013 +47073,TN,Hawkins,11433.5329917898,-13.89924505070829,0.20117771350781763,2571.00652306112,0.045237916757185435,8,0.141006433,53.25,0.941428142071672,24,0.4230193,2137,169769,979,5086,3502,19789,20694,0.25701147101925315,0.16922779549627912,13109,-0.4694527262620648,-0.6334686382526337 +47075,TN,Haywood,2992.9774573932,-1.5950839359068956,0.15931109050903283,768.340889992136,0.040897476446060364,3,0.16497113,28.0833333333333,1.57303161000019,10,0.549903767,565,54446,849.1,4567,3704,7567,6824,0.6035416941984935,0.5427901524032825,694,0.212369499141007,0.10169988276670577 +47077,TN,Henderson,3523.62807900501,-7.22872719131749,0.1268907083080057,838.234384272663,0.030185976602422233,4,0.142811239,27.5833333333333,0.991421656722498,18,0.642650577,994,84008,1004.3,2516,1796,10051,10172,0.2503233509103572,0.1765631144317735,6322,-0.4877126654064272,-0.6215100275265434 +47079,TN,Henry,6159.81576087537,-5.833803087771481,0.19052940800728024,1235.89630355317,0.03822753800040736,4,0.124208173,32.9166666666667,1.01877643660373,19,0.589988821,1376,96632,974.3,4337,3061,12731,12887,0.3406645196763805,0.2375261891828975,6422,-0.3024114366506951,-0.498331652052456 +47081,TN,Hickman,2775.94861599027,21.805512709395185,0.11243210271325516,378.714229679771,0.015338769934377116,2,0.082020997,20,0.823214653220827,6,0.246062992,810,72921,967,2693,1823,7595,7762,0.3545753785385122,0.23486214893068796,3862,-0.27162606978275183,-0.4975521772738985 +47083,TN,Houston,214.249927696881,-27.57033362271642,0.02542724041026359,35.850494203356,0.004254746523066223,2,0.241925729,8.16666666666667,1.00401606425703,6,0.725777186,322,24691,981.6,1400,865,3027,3165,0.46250412950115627,0.27330173775671407,1315,-0.05913445655764782,-0.41548183254344395 +47085,TN,Humphreys,1206.50690713,-28.130063456816035,0.0650829057681519,312.446993775353,0.016854406827886127,4,0.220567963,18.4166666666667,1.00379716938282,17,0.937413841,731,54503,1009,2904,1967,6860,7139,0.42332361516034983,0.27552878554419385,2961,-0.13483965014577265,-0.41476397254517444 +47087,TN,Jackson,1.60373164899647,0,1.378013102763765e-4,0.229108501796873,1.9686243495177262e-5,3,0.2593361,11.0833333333333,0.958268488097297,2,0.172890733,481,34491,1025.7,1736,1129,4178,4447,0.4155098133078028,0.25387901956375086,2100,-0.15414073719483,-0.4722284686305374 +47089,TN,Jefferson,2646.3455651603,0,0.051478311614377416,616.867055164723,0.011999670378834069,4,0.075934469,46.8333333333333,0.874817097848759,28,0.53154128,1725,158232,865.5,4230,3490,17565,18994,0.2408198121263877,0.1837422343898073,11270,-0.5013948192428124,-0.5933452669263978 +47091,TN,Johnson,2275.5592706917,15.830525919846023,0.12472918607167836,429.828398905728,0.023559986785010305,4,0.223976706,20.5,1.15466937028275,6,0.33596506,682,53748,936.2,1483,988,6194,6556,0.23942525024216985,0.15070164734594266,4412,-0.5050048433968356,-0.6729713239780353 +47093,TN,Knox,157839.167916191,-5.12257484271204,0.3651774023686475,37960.9652758347,0.08782665845144601,72,0.160483591,398.25,0.873102522953882,392,0.873743993,12809,1344111,854.8,57594,62861,167330,179266,0.3441941074523397,0.3506576818805574,42863,-0.29174087133209825,-0.23910278580433547 +47095,TN,Lake,14.7011009580456,0,0.0018770557913745662,3.88954874477349,4.966226691488113e-4,2,0.262088848,9,1.19047619047619,2,0.262088848,293,22954,1132.8,884,577,2087,1970,0.4235745088643987,0.2928934010152284,780,-0.13368471490177286,-0.3959390862944162 +47097,TN,Lauderdale,2397.08351052465,-0.06667604400686716,0.08617952581429625,681.068625468264,0.024485659732815534,5,0.182601709,29.6666666666667,1.10808152491938,8,0.292162735,852,81797,996.8,4010,3656,8688,8678,0.4615561694290976,0.4212952293155105,1228,-0.06975138121546964,-0.1415072597372667 +47099,TN,Lawrence,3120.20464678558,11.538730816446833,0.07452302770034105,733.391476807359,0.0175163361152012,8,0.189241614,52.0833333333333,1.20896296124355,23,0.544069641,1570,126904,982.2,4237,2821,15219,15658,0.2784019975031211,0.1801634946991953,9598,-0.4292660490176753,-0.612977391748627 +47101,TN,Lewis,422.698064902566,0,0.034758495592678726,89.6122421835171,0.007368821822507779,3,0.251973795,15.3333333333333,1.28808243727599,10,0.839912649,462,35679,981.3,1445,890,4691,4601,0.30803666595608614,0.19343620951966964,2689,-0.3562140268599445,-0.5844381656161703 +47103,TN,Lincoln,4923.30702140943,-3.1636845542300103,0.14757672196305355,1072.32605258682,0.03214310280227871,5,0.148645836,31,0.921385049784515,21,0.624312513,1190,100900,921.2,3283,2550,13249,13270,0.24779228621028002,0.19216277317256972,7825,-0.49120688353838027,-0.5896759608138659 +47105,TN,Loudon,14631.9175496371,6.997649147205139,0.30134108142427507,2883.27266476405,0.05938035803534167,9,0.17726655,46.9166666666667,0.911817675334603,38,0.748458766,1893,152283,829.6,5057,4916,22066,23304,0.22917610803951782,0.21095090971507038,12672,-0.5276896582978338,-0.5437693099897014 +47107,TN,McMinn,6823.74832486919,-15.332722088411948,0.13055807455839724,1553.81517165607,0.02972898579680998,7,0.133014099,64.25,1.21570482497635,34,0.646068483,2023,157724,978.9,4603,3507,17818,18694,0.25833426871702775,0.1876002995613566,11166,-0.46890784599842855,-0.597303947790735 +47109,TN,McNairy,2567.82335030747,-7.336643155854973,0.09847836434544467,606.317109506181,0.023252813403880385,4,0.152282331,28.75,1.10854058222479,17,0.647199909,1073,78307,1033.3,2643,1847,9809,10035,0.269446426750943,0.18405580468360738,5992,-0.445203384646753,-0.5971101145989038 +47111,TN,Macon,749.880235196324,309.4811423329925,0.03370551218969453,195.6582946126,0.0087944217283621,4,0.173890362,21.75,0.927505330490405,13,0.565143677,845,68832,1093.8,1552,1071,6904,7490,0.22479721900347624,0.14299065420560747,5189,-0.5369351100811124,-0.6927903871829106 +47113,TN,Madison,23242.5592899398,2.154835701602559,0.2364595935656276,6012.87065916874,0.06117230613433922,16,0.162969301,106.25,1.08792480263764,82,0.835217666,2889,294406,862,18360,15438,40691,37764,0.4512054262613354,0.4088020336828726,5883,-0.08918434051755919,-0.155783285668891 +47115,TN,Marion,2879.10067509944,36.10561142087334,0.1019619887062875,609.66758159895,0.02159108905333251,4,0.140810364,43.8333333333333,1.54093135531651,22,0.774457,1084,85211,1003.1,3952,2829,10404,10832,0.37985390234525185,0.26117060561299854,4851,-0.22260668973471742,-0.44783973412112255 +47117,TN,Marshall,3733.40974187277,95.33509095277152,0.121939110359368,1017.14681022242,0.033221635373237746,5,0.159902779,34,1.06532978223406,19,0.607630561,983,93953,928.8,3722,2848,10729,11402,0.3469102432659148,0.24978074022101385,5319,-0.2890297325006991,-0.4664971057709174 +47119,TN,Maury,15063.1965992898,14.853374875280343,0.18606646325522258,3685.04532545136,0.04551911316581057,15,0.175407823,96.75,1.07522699236505,71,0.830263696,2594,256995,899.7,11819,10026,32989,35068,0.3582709387977811,0.2859016767423292,13755,-0.2691503228348843,-0.3922379377209992 +47121,TN,Meigs,177.297663636913,86.45650482158119,0.01508531129387501,36.0370114513207,0.003066196839217281,4,0.341851124,15.5,1.29112869637651,2,0.170925562,457,35231,1051.1,1163,856,3958,4311,0.29383527033855483,0.19856181860357225,2481,-0.3954017180394138,-0.5755045233124565 +47123,TN,Monroe,1918.84106241813,-15.217545961058853,0.04310162093528898,462.856375522844,0.010396827770678676,10,0.221077532,59,1.28344572547313,30,0.663232596,1584,136382,914.4,4368,3184,16320,17050,0.2676470588235294,0.1867448680351906,10177,-0.45030637254901956,-0.596891495601173 +47125,TN,Montgomery,57591.4831974641,-7.266209526156708,0.33419108110243717,16885.4060803227,0.09798240641743332,17,0.089492054,124.583333333333,0.636493063715723,117,0.615915899,3477,567909,877.4,24349,21686,55424,57278,0.4393223152424942,0.37860958832361463,10634,-0.10482823325635104,-0.18565592374035406 +47127,TN,Moore,2145.49640137108,2.8211511789421944,0.33723615236892174,476.154733377793,0.07484356073212715,0,0,5,0.790763877906057,2,0.316505776,198,18983,700.8,705,496,2799,2926,0.25187566988210075,0.1695146958304853,1829,-0.48160057163272596,-0.6250854408749146 +47129,TN,Morgan,4002.34588411522,-9.893199408489336,0.18203237750103335,887.223299974114,0.04035217628480984,4,0.184672207,21.4166666666667,0.993628406173641,4,0.184672207,712,64964,968.3,1722,1053,6500,6664,0.26492307692307693,0.15801320528211285,4376,-0.4532307692307692,-0.6566626650660264 +47131,TN,Obion,3472.41211875148,1.6357952579911579,0.10917131822402239,740.32900881115,0.023275662867015122,3,0.096958728,25.75,0.842108705605337,18,0.581752367,1162,92604,941.6,3320,2425,12296,12223,0.27000650618087185,0.19839646567945676,7100,-0.44681197137280415,-0.5808721263192342 +47133,TN,Overton,294.688428568188,-15.833254896057303,0.0133445830986817,65.9458798710257,0.0029862735982894395,6,0.272380607,20.5833333333333,0.933442171934758,11,0.499364445,862,66114,1005,2802,1943,7657,8195,0.3659396630534152,0.23709579011592435,4112,-0.2572809194201384,-0.5017693715680294 +47135,TN,Perry,1978.78063833354,260.07885976709923,0.25000387092021986,434.060484477231,0.05484023808935325,2,0.255689082,7,0.878955298844802,4,0.511378164,362,23634,1110.1,992,597,2621,2855,0.3784814956123617,0.20910683012259193,1570,-0.22357878672262493,-0.5499124343257443 +47137,TN,Pickett,38.9002502037365,0.05603466518423817,0.007662054402941992,5.05037669463815,9.947560950636497e-4,2,0.390320062,5.75,1.11824192921042,4,0.780640125,200,15276,834.7,711,536,2446,2609,0.29067865903515944,0.20544269835185894,1483,-0.4071954210956664,-0.568417018014565 +47139,TN,Polk,49.3548486075625,16.350004485895955,0.002933423394208767,10.4142165313388,6.1897275074822e-4,4,0.239091452,21.8333333333333,1.30177279592972,5,0.298864316,646,50112,985.5,1856,1252,6059,6520,0.3063211751114045,0.19202453987730062,3845,-0.3716784948011223,-0.5897239263803681 +47141,TN,Putnam,14568.3589618992,-4.438114407769611,0.2014402312177542,3156.22188905536,0.043641845232440926,17,0.229218634,96.5,1.27089067706207,61,0.822490393,2469,222808,961.4,7793,6847,25479,26958,0.30585972761882335,0.2539876845463313,12134,-0.3708544291377212,-0.4501075747459011 +47143,TN,Rhea,3162.27102614337,20.870118372230078,0.09941434896234934,794.781660083969,0.024986062437799647,7,0.214454214,38.6666666666667,1.19187062038921,20,0.612726326,1213,97676,1023.5,2625,1942,10578,10946,0.2481565513329552,0.1774164078202083,6708,-0.4885611646814142,-0.6128266033254157 +47145,TN,Roane,13942.3035623019,0.6682241729997149,0.25732828043598127,2956.74946048199,0.05457170337354404,6,0.113748389,50.9166666666667,0.962981175372899,34,0.644574202,2186,158520,940.8,6014,4833,21081,21580,0.28528058441250415,0.22395736793327153,11030,-0.412931075375931,-0.5111214087117701 +47147,TN,Robertson,4540.52609492565,-9.956818641638515,0.06850212113099362,1162.37514765275,0.01753655006038879,7,0.102821722,61.6666666666667,0.891587749102388,49,0.719752053,1868,203788,907.5,8289,6634,26285,27042,0.31535096062393,0.24532209156127505,12759,-0.3557922769640479,-0.47182161082760155 +47149,TN,Rutherford,65080.4839621957,5.001915059025124,0.24782746630742752,18651.3009828229,0.07102443596755152,34,0.117685337,239.25,0.776153199827413,202,0.699189356,5159,869355,772,36400,36627,98816,106518,0.36836139896373055,0.34385737621810397,27801,-0.24721704987046633,-0.2609981411592407 +47151,TN,Scott,789.347125845616,-39.94016811887139,0.03551138770225014,205.778592289807,0.00925762966932729,3,0.136444263,27.0833333333333,1.23403350495892,13,0.591258471,833,65948,1156.6,1452,934,6668,7123,0.21775644871025795,0.13112452618278816,5110,-0.5496400719856029,-0.7173943563105434 +47153,TN,Sequatchie,9.02367785386741,-93.27016578649929,6.394329544974071e-4,1.64004216389731,1.1621613973195223e-4,0,0,18,1.20829697254481,12,0.816104461,498,44255,890.2,1488,1051,5141,5667,0.28943785255786814,0.18545967884242104,3383,-0.3993386500680801,-0.5969648844185635 +47155,TN,Sevier,11385.4785123333,-1.049905560469845,0.12666153269402597,2570.13731032952,0.028592345118195993,23,0.241825255,111.833333333333,1.15682076001917,97,1.019871727,2998,284367,878.3,7415,6293,33856,36180,0.21901583175803402,0.17393587617468215,22317,-0.5483223062381852,-0.616832504145937 +47157,TN,Shelby,273256.128731707,7.539677367974079,0.2945700384325312,75745.8348575091,0.08165399103266878,164,0.174690537,963.250000000001,1.03065151727525,681,0.725391802,24097,2815548,888.3,232201,206640,370749,331861,0.6263024310247634,0.6226703348691169,91692,0.26072895678747615,0.27629640120411864 +47159,TN,Smith,273.750855600461,-31.08548092520891,0.01428315014089852,53.9802954709157,0.002816461205828848,2,0.10521332,15.0833333333333,0.775612348091394,9,0.47345994,607,57399,961.7,2467,1688,7081,7410,0.3483971190509815,0.22780026990553306,3797,-0.2859765569834769,-0.5124156545209178 +47161,TN,Stewart,247.329191612073,-87.17828669650075,0.018562683249179902,65.1528734147575,0.004889888428006409,2,0.150613751,12,0.910332271279017,6,0.451841253,489,39856,958,2069,1222,5115,5283,0.40449657869012706,0.23130796895703198,2642,-0.17478005865102636,-0.5000946431951543 +47163,TN,Sullivan,52031.8903122689,-11.186852017273836,0.3317873673649203,11057.8820748947,0.07051186417103805,20,0.127350411,144.083333333333,0.919678894300225,141,0.897820398,6160,470172,906.2,15303,11910,59833,59860,0.25576187053966876,0.19896424991647177,33667,-0.4717296475189277,-0.5624290010023388 +47165,TN,Sumner,47994.8961140369,5.928634501633505,0.2987637095087734,12685.6932092044,0.07896724584770395,20,0.115803736,143.166666666667,0.795092088139522,96,0.555857932,4318,517987,777.9,18571,18153,65334,71080,0.28424709951939264,0.25538829487900955,31952,-0.41950592340894477,-0.44952166572875635 +47167,TN,Tipton,11339.1915201258,-17.543158581674657,0.1856418775089766,3220.41139091563,0.05272361930740541,8,0.129821657,48.25,0.787074042053407,25,0.40569268000000003,1715,185394,939.5,7020,5779,23682,23372,0.29642766658221437,0.24726168064350504,11114,-0.39587028122624773,-0.47552627075132636 +47169,TN,Trousdale,NA,NA,NA,NA,NA,3,0.374906273,9,1.08813928182807,4,0.499875031,278,23829,1038.6,1238,943,2901,3142,0.426749396759738,0.30012730744748567,1156,-0.12823164426059985,-0.36791852323360913 +47171,TN,Unicoi,2401.86481210288,77.67580983761346,0.1311562721620095,499.957331582797,0.0273006788392288,2,0.111339977,16.25,0.917094644167278,10,0.556699883,845,53840,1025.9,1909,1260,7078,7166,0.2697089573325798,0.1758303097962601,4406,-0.44066120372986717,-0.6148478928272397 +47173,TN,Union,387.110765519185,1910.114749130043,0.020258033676235545,88.5365316284274,0.00463323730328261,1,0.0523204,19.6666666666667,1.02751654475792,4,0.209281641,691,57154,1064,1474,1010,5820,6204,0.25326460481099655,0.16279819471308832,4014,-0.4817869415807561,-0.64700193423597685 +47175,TN,Van Buren,39.3221877326432,-59.88060958220939,0.007087632972718674,7.54353253592853,0.0013596850281053588,0,0,6,1.05466690103709,0,0,213,16841,935.5,875,539,2298,2417,0.3807658833768494,0.2230037236243277,1281,-0.22149695387293306,-0.5299958626396359 +47177,TN,Warren,3313.41160050999,41.403087908941544,0.08317004946183362,792.704590438094,0.0198977030155901,6,0.15011634,46.8333333333333,1.15592194030342,24,0.600465361,1460,120403,1009.9,4748,3535,13008,13565,0.3650061500615006,0.26059712495392556,6000,-0.2505381303813038,-0.4423147806855879 +47179,TN,Washington,26994.1061092793,11.25615883142931,0.2195017532203002,5870.80628808986,0.047738282862032216,18,0.142583292,112.833333333333,0.885383971542164,102,0.80797199,4131,377652,897.2,14318,13003,48003,49411,0.298273024602629,0.26316002509562647,21176,-0.3847467866591671,-0.4285685373702212 +47181,TN,Wayne,3784.26136798694,-9.421272288427971,0.22232896821496623,364.737577196012,0.021428680876329945,5,0.29563058,20.6666666666667,1.23656235664852,4,0.236504464,633,50498,948.2,1163,717,5484,5842,0.21207148067104303,0.12273194111605615,4317,-0.563092633114515,-0.7389592605272167 +47183,TN,Weakley,4131.02624938175,47.36322024420113,0.11795854628313726,709.40244538508,0.020256487404274007,5,0.145463009,36.4166666666667,1.08683757622785,23,0.66912984,1128,102385,876,3547,2770,12332,12127,0.2876256892637042,0.22841593139275995,6231,-0.40982808952319166,-0.5138121546961326 +47185,TN,White,2475.13687717047,-14.741779284377502,0.09578332406526335,526.906010618801,0.02039031038345269,6,0.228128208,33.8333333333333,1.26940056779099,18,0.684384624,1085,79131,1032.6,2793,1842,9133,9776,0.3058140808058688,0.18842062193126022,5815,-0.3721668674039199,-0.5948240589198036 +47187,TN,Williamson,45309.2233076282,-4.125597031677615,0.2473453904184265,13673.7976191795,0.07464596750324541,30,0.146180309,97.0833333333334,0.443086406793637,160,0.779628312,3241,615975,583,24328,30992,93606,104700,0.2598978697946713,0.2960076408787011,37168,-0.4675127662756661,-0.35499522445081183 +47189,TN,Wilson,25367.2610393671,0.27529054057464325,0.22253349801625624,6526.55571946038,0.0572540043639555,19,0.151544155,98.6666666666667,0.743078201449505,91,0.725816743,3101,376331,810.5,14669,14356,51437,56286,0.2851838170966425,0.25505454287034074,24948,-0.4161790151058577,-0.44323632874960023 +48001,TX,Anderson,23111.2414208938,-4.206324841056116,0.3953477953555339,2667.24608271141,0.04562670776816535,5,0.086764885,32.5833333333333,0.564369926444267,24,0.416471446,1957,173211,1070.9,3796,3358,16167,16887,0.23479928248902085,0.19885118730384319,9807,-0.5219892373353127,-0.5807425830520518 +48003,TX,Andrews,5015.9754631323,0.004077149519841562,0.339238161986494,1477.36036749886,0.09991616174075882,1,0.0572181,10.5833333333333,0.595908408408408,10,0.57218058,370,52362,835.9,794,836,4476,4926,0.177390527256479,0.1697117336581405,3089,-0.6349419124218052,-0.6270807957775071 +48005,TX,Angelina,20927.3315509152,-24.955838532416546,0.24117886795029675,5651.75650095193,0.06513416349877182,9,0.102564103,61.75,0.703375061224955,64,0.729344729,2592,263791,861.1,7833,7538,28403,29870,0.27578072738795195,0.2523602276531637,14128,-0.43896771467802703,-0.47298292601272185 +48007,TX,Aransas,8865.51147750765,0,0.38282716458708227,1920.33744336756,0.08292328540321098,3,0.120134551,22.3333333333333,0.868291797882405,17,0.680762454,1035,74445,869.3,2703,2458,9646,10467,0.2802197802197802,0.234833285564154,5272,-0.42774206925150327,-0.5036782268080635 +48009,TX,Archer,2147.67237758163,0.5124738789017131,0.23720702204347577,496.673647694261,0.05485681993530605,1,0.113494496,5.75,0.660691715500402,4,0.453977982,249,26277,719.4,525,394,4163,4269,0.1261109776603411,0.09229327711407824,3391,-0.7384098006245496,-0.7943312251112673 +48011,TX,Armstrong,1896.20797437215,0,0.9974792079811414,421.8019933499,0.22188426793787483,2,1.023017903,2,1.06609808102345,2,1.023017903,92,5852,1085.8,98,70,935,1017,0.10481283422459893,0.0688298918387414,854,-0.7807486631016043,-0.839724680432645 +48013,TX,Atascosa,9400.11363108212,24.740129381773706,0.20930537354060522,2634.53671830173,0.05866127938148182,6,0.125591326,41.5,0.850462118572863,22,0.460501528,1220,143324,815.6,5128,4635,12704,13605,0.40365239294710326,0.340683572216097,3963,-0.1828557934508816,-0.29128996692392506 +48015,TX,Austin,3256.07322636125,-18.526286248583297,0.11458187797308829,707.565123357216,0.024899360360249707,5,0.171738682,28.1666666666667,0.946524183972937,15,0.515216047,805,87270,731.4,2252,2319,11628,12255,0.1936704506363949,0.18922888616891065,7318,-0.6026831785345718,-0.5971440228478172 +48017,TX,Bailey,667.901387184863,0,0.0932172208213347,183.816130522267,0.0256547286144127,2,0.289435601,6.83333333333333,0.951585201689644,4,0.578871201,172,21300,727.6,466,397,1813,1784,0.25703254274682846,0.22253363228699552,946,-0.47986762272476563,-0.5302690582959642 +48019,TX,Bandera,7158.4561730925,177.85468115511566,0.34944867820807907,1441.96974031907,0.07039149330334733,3,0.143595635,15,0.688831741366642,7,0.335056481,651,62806,648.1,1859,1726,9434,10213,0.19705321178715285,0.1690002937432684,6433,-0.5897816408734365,-0.6298834818368746 +48021,TX,Bastrop,21416.782496781,-30.678194955780707,0.2887487359855065,5574.22385109495,0.07515368339505939,11,0.140900998,65.5833333333333,0.792710687794874,36,0.461130538,1957,234707,825.1,9860,10555,24457,28250,0.4031565604939281,0.3736283185840708,5759,-0.1700535633969824,-0.20385840707964603 +48023,TX,Baylor,455.647220636358,0,0.1222885723661723,60.0531201617428,0.016117316200145677,1,0.278396437,3.75,1.014335948066,3,0.83518931,170,10811,904.8,267,191,1592,1492,0.16771356783919597,0.12801608579088472,1076,-0.6469849246231155,-0.7211796246648793 +48025,TX,Bee,10775.3956927468,5.7811238344737985,0.3382001723971878,2387.92660148904,0.07494826281312703,1,0.0304294,24.5833333333333,0.750636132315522,16,0.486869732,770,98544,851.8,3451,3443,7873,8458,0.43833354502730854,0.40707022936864506,1300,-0.11469579575765271,-0.15370063844880583 +48027,TX,Bell,103120.541994956,-13.102475624248383,0.3323949328572083,30142.9109833237,0.09716154200307413,30,0.091146625,267.916666666667,0.787038805052324,219,0.665370359,6349,990989,795.5,35315,37608,85765,93999,0.4117647058823529,0.40008936265279416,14172,-0.16386637905905677,-0.15076756135703573 +48029,TX,Bexar,451601.664033003,-16.043192274949032,0.2633594440972671,116520.346723414,0.06795088721563379,174,0.093756769,1232.08333333333,0.638822061375311,1300,0.700481608,37855,5581776,743,263871,319191,511405,586038,0.5159726635445488,0.5446592200505769,79030,0.04566243974931805,0.13485473638228235 +48031,TX,Blanco,485.062880317592,-53.71082763229356,0.04620966755430999,89.7387756101493,0.00854899262743158,3,0.277469478,7.91666666666667,0.694932116104869,9,0.832408435,331,32437,706.6,1220,1244,4971,5669,0.24542345604506136,0.2194390545069677,2968,-0.4862200764433716,-0.5235491268301289 +48033,TX,Borden,641.000000070199,1.596227050518709e-13,1.0000000001095148,138.000000467568,0.215288612273897,0,0,NA,NA,0,0,18,1940,625,32,31,362,365,0.08839779005524862,0.08493150684931507,299,-0.8066298342541437,-0.8191780821917808 +48035,TX,Bosque,1762.38197610439,-58.37843044620298,0.09677036987175434,383.202353569651,0.021041201052583516,4,0.224971879,23.8333333333333,1.31697703118381,10,0.562429696,734,53495,841,1366,1277,7336,7797,0.1862050163576881,0.16378094138771324,5048,-0.6143675027262814,-0.6474284981403103 +48037,TX,Bowie,20113.870643286202,-26.15964776465321,0.21729455672539516,4852.71482806356,0.052424942776033705,15,0.160814795,76.9166666666667,0.819482917820868,93,0.997051729,3077,280087,927.1,10184,8831,35357,34470,0.2880334870039879,0.2561937917029301,16082,-0.4145148061204288,-0.4665506237307804 +48039,TX,Brazoria,69647.355857069,-15.566434003465988,0.22239756505198172,19443.0470734462,0.06208543415775084,29,0.085767352,172.5,0.487019861940457,195,0.576711502,6608,1014828,760.6,34327,43075,106422,120296,0.3225554866474977,0.35807508146571787,29578,-0.34163048993629136,-0.2458768371350668 +48041,TX,Brazos,52558.4086858392,-20.37807037393516,0.2697364072334204,9007.67184155496,0.04622851225580038,18,0.086061812,113.583333333333,0.515311129964265,173,0.827149633,3007,628524,695,17440,23041,55845,66036,0.31229295371116483,0.34891574292809985,15621,-0.3529769898827111,-0.23655278938760677 +48043,TX,Brewster,2642.14408106501,-3.786486055472617e-13,0.28619411623321167,527.772763393537,0.057167760332922125,5,0.545077946,8.58333333333333,0.932971014492754,7,0.763109125,206,27574,565.8,1765,1869,3866,4226,0.45654423176409725,0.4422621864647421,204,-0.05431971029487842,-0.04827259820160906 +48045,TX,Briscoe,1637.00000175119,0,1.0000000010697556,362.000000153446,0.2211362248952022,1,0.651041667,3,2.03527815468114,0,0,58,4585,781,117,91,700,734,0.16714285714285715,0.12397820163487738,534,-0.6557142857142857,-0.7275204359673024 +48047,TX,Brooks,1179.30981928851,0.030787422797188407,0.16327146882022844,275.90160822672,0.03819764754627163,1,0.139004726,9.91666666666667,1.37464190000924,6,0.834028357,279,21708,1033,1886,1937,2403,2596,0.7848522679983354,0.7461479198767335,1324,0.573866000832293,0.5100154083204931 +48049,TX,Brown,13832.2964761297,-12.619291478289044,0.36299523634413744,3378.19695136445,0.08865262560658295,5,0.132791544,43.5833333333333,1.1388083230993,36,0.956099116,1501,113285,966.2,1904,1621,13936,13949,0.13662456946039037,0.11620904724353,10389,-0.7168484500574053,-0.7447845723707793 +48051,TX,Burleson,2215.59334638903,-5.486424520401793,0.12891099938261652,547.280968453238,0.03184272813482504,4,0.231843737,19.75,1.11204954954955,12,0.695531212,619,51896,821.3,1705,1491,6455,6945,0.2641363284275755,0.21468682505399567,3825,-0.4594887683965918,-0.550755939524838 +48053,TX,Burnet,14182.9988818173,5.138865475457425,0.33176605571502465,3504.07162379031,0.08196658769100139,3,0.066751218,31.9166666666667,0.690194551968226,28,0.62301137,1454,133786,733.9,3672,3785,16770,19046,0.2189624329159213,0.19872939199831985,10810,-0.5459749552772808,-0.5675732437257167 +48055,TX,Caldwell,5776.48197004075,-21.78284116550043,0.15174911916252692,1306.63399197896,0.03432548710079756,3,0.07535795,22.0833333333333,0.536511098693747,21,0.527505652,980,119562,795.1,4787,4663,11055,11709,0.4330167345092718,0.39824066957041593,1853,-0.11135232926277705,-0.15825433427278157 +48057,TX,Calhoun,7732.01413724488,13.850876027207773,0.36163014532738785,2054.62804020435,0.09609597494057107,2,0.091755746,25.4166666666667,1.15714394111845,14,0.642290223,600,65420,780.7,2510,2118,6746,6957,0.372072339163949,0.30444156964208713,2520,-0.24236584642751258,-0.3622250970245795 +48059,TX,Callahan,4001.97344759608,33.74209165783833,0.2954794335200886,961.026776645869,0.07095590495022659,2,0.148005624,12.6666666666667,0.916546068499759,9,0.666025309,525,40605,915.4,751,568,5195,5556,0.14456207892204043,0.10223182145428365,4290,-0.697786333012512,-0.7721382289416846 +48061,TX,Cameron,100015.195853748,-10.89572845552633,0.2462094329519669,31707.2802393313,0.07805445384109916,36,0.08563436,395.916666666667,0.937891116980745,240,0.570895735,7875,1260627,650.6,49159,59319,74802,91804,0.657188310472982,0.6461483159775173,29887,0.32357423598299506,0.3255522635179295 +48063,TX,Camp,1247.02211144634,0,0.10055818977875494,357.767970282042,0.028849929060724297,3,0.237699073,12.3333333333333,0.95852439055983,7,0.55463117,418,37712,896.9,1428,1260,4332,4542,0.3296398891966759,0.2774108322324967,1941,-0.33471837488457984,-0.42734478203434617 +48065,TX,Carson,1235.92186491,-56.350877057193486,0.1999226568925914,295.12313940629,0.047739103753848273,0,0,8,1.32078586759122,4,0.665225345,189,17957,816,292,249,2775,2945,0.10522522522522522,0.08455008488964347,2368,-0.7776576576576576,-0.8040747028862479 +48067,TX,Cass,2118.90496090659,-14.328806985403997,0.06955439078606192,491.990410730631,0.01614989531022292,4,0.132183338,24.1666666666667,0.795610425240055,17,0.561779188,1197,90956,905.7,2921,2250,11764,11606,0.24829989799387964,0.1938652421161468,6932,-0.49523971438286296,-0.597277270377391 +48069,TX,Castro,960.309636630439,0.3978031132360527,0.11911555899658124,262.427609436647,0.032551179538160134,2,0.257036371,6,0.782370582866084,6,0.771109112,198,23488,767.9,630,526,2119,1996,0.2973100519112789,0.2635270541082164,887,-0.3964134025483719,-0.4443887775551102 +48071,TX,Chambers,6741.75530702429,6.009933171170935,0.19209469190290318,1850.07257257488,0.05271462766625484,5,0.131078778,23.4166666666667,0.586898585595295,25,0.655393892,822,114235,863.4,2780,2939,14692,16661,0.18921862237952627,0.17639997599183724,10339,-0.611285053090117,-0.6205509873356941 +48073,TX,Cherokee,8279.82928773068,0.005122724966219912,0.16284451347685455,2272.43452507047,0.04469337250605704,5,0.098227967,35.8333333333333,0.693530489535754,26,0.510785431,1546,153599,856.1,3935,3466,16387,16701,0.2401293708427412,0.20753248308484523,9430,-0.5099163971440775,-0.5646368480929285 +48075,TX,Childress,3108.74994998373,-0.2637528886364367,0.44152108365057946,835.278811865996,0.11863070755091548,1,0.14106362,5,0.709018718094158,7,0.987445338,223,21201,900.4,320,253,1996,2084,0.16032064128256512,0.12140115163147792,1549,-0.6738476953907815,-0.7432821497120922 +48077,TX,Clay,5527.8362577707,36.10784575919635,0.5141216757599237,1241.06310756249,0.11542625628371372,1,0.096432015,3,0.294319631119396,4,0.385728062,358,31193,803.7,740,536,5056,5011,0.1463607594936709,0.10696467770904011,3840,-0.6973892405063291,-0.7663141089602874 +48079,TX,Cochran,662.16364265489,0,0.21175684127115127,171.772630418825,0.05493208519949632,2,0.681431005,4,1.38792505204719,0,0,98,8874,1023.3,256,190,916,901,0.2794759825327511,0.21087680355160932,489,-0.4279475982532751,-0.5427302996670367 +48081,TX,Coke,3319.21289550832,0,0.9997629203338313,698.883778212052,0.21050716211206386,4,1.2292563,5.16666666666667,1.58292483660131,0,0,152,9686,897.2,179,140,1406,1423,0.12731152204836416,0.09838369641602249,1125,-0.7375533428165008,-0.7905832747716093 +48083,TX,Coleman,1745.74692731928,-5.730751441083555e-13,0.19626159947378077,287.162941329173,0.03228363589985082,3,0.355871886,11.3333333333333,1.34600158353127,6,0.711743772,404,25277,1009.5,441,387,3483,3635,0.12661498708010335,0.10646492434662999,2790,-0.7367212173413724,-0.7675378266850068 +48085,TX,Collin,99230.762308588,-14.865946645657619,0.12683824867747953,29403.0529317374,0.037583423253718516,103,0.116352496,391.916666666667,0.41711677673299,741,0.83706019,11429,2658896,581.2,100754,139837,301101,356545,0.3346186163446817,0.39220014303944806,60558,-0.3161032344628546,-0.16984672341499674 +48087,TX,Collingsworth,224.944088145241,4.0069723064039415,0.07358328038771378,48.597503843029,0.01589712261793556,1,0.331455088,4,1.3262599469496,4,1.325820351,106,9166,919,177,145,1150,1154,0.15391304347826087,0.12564991334488734,838,-0.682608695652174,-0.7261698440207973 +48089,TX,Colorado,4316.81717867916,-0.9350136159900759,0.2068035440585973,902.001627258113,0.04321172881374499,5,0.241324388,20,0.951520053285123,16,0.772238042,790,62284,838.9,2024,1977,8095,8480,0.2500308832612724,0.2331367924528302,4346,-0.49302038295243983,-0.5125 +48091,TX,Comal,23139.1759199267,12.225765378753858,0.2133193443462525,5281.91990709052,0.04869385562256177,7,0.0565913,77,0.57126747188177,84,0.679095187,3100,371169,690.7,11437,14166,51475,61567,0.22218552695483243,0.2300907953936362,30830,-0.5411170471102478,-0.5007552747413387 +48093,TX,Comanche,2143.45750063322,-1.3285449989020044,0.15338897242258626,503.663678391918,0.03604291386803478,1,0.073800738,11.75,0.871403144467517,6,0.44280442800000003,548,40506,886.4,890,788,4897,5208,0.18174392485195018,0.15130568356374807,3512,-0.6228303042679191,-0.674347158218126 +48095,TX,Concho,1092.26468366214,0.11405264432416877,0.26725340926404206,204.017177160238,0.04991856549063812,1,0.24691358,4,0.934797849964945,3,0.740740741,107,12224,729,194,148,1001,1067,0.1938061938061938,0.1387066541705717,737,-0.5984015984015985,-0.6907216494845361 +48097,TX,Cooke,2805.00458883539,-16.13054812274552,0.07297667843055884,711.977522590925,0.018523233410279807,5,0.12899564,20.5833333333333,0.524202448258884,18,0.464384304,1232,116610,830.6,2240,2345,14291,15894,0.15674200545798056,0.14753995218321378,10829,-0.6760198726471206,-0.6813262866490499 +48099,TX,Coryell,32863.2033452615,20.2379775503914,0.43592088058127954,10615.7631085027,0.14081502505044172,3,0.0397025,34.6666666666667,0.464165528568496,32,0.42349329,1372,227172,857.9,5141,5057,16551,18127,0.31061567276901697,0.2789761129806366,7155,-0.36565766418947493,-0.39471506592376016 +48101,TX,Cottle,1504.11734976882,974.0309638871935,0.9994135214410764,349.999999855855,0.2325581394391063,1,0.706713781,2,1.4265335235378,1,0.706713781,88,4302,1255.2,180,84,739,583,0.2435723951285521,0.14408233276157806,402,-0.5047361299052774,-0.6895368782161235 +48103,TX,Crane,388.957100298164,-0.027104668029388487,0.08890448006815177,96.5715409400883,0.022073495072020183,1,0.202020202,4.08333333333333,0.845410628019324,3,0.606060606,125,14721,944.2,275,299,1283,1381,0.21434138737334374,0.2165097755249819,748,-0.5533904910366328,-0.5416364952932657 +48105,TX,Crockett,284.17215180705,-2.6280368883074354,0.07641090395457112,67.5606577907729,0.018166350575631297,2,0.524658972,3.66666666666667,0.997732426303855,5,1.311647429,91,11243,742.6,480,372,1457,1395,0.32944406314344543,0.26666666666666666,608,-0.3273850377487989,-0.43584229390681 +48107,TX,Crosby,291.171379013875,4.883598596841282,0.04805601238057023,48.5122911747471,0.008006649806031869,3,0.508560773,10,1.66889185580774,1,0.169520258,206,17853,901.1,639,468,1787,1712,0.35758254057078903,0.2733644859813084,712,-0.27588136541689984,-0.41588785046728977 +48109,TX,Culberson,186.143338387128,-0.6895435908563601,0.07762441133741785,36.2316922233381,0.015109129367530484,1,0.441306267,5,2.27479526842584,2,0.882612533,49,6794,587,566,454,876,762,0.6461187214611872,0.5958005249343832,174,0.3105022831050228,0.22834645669291337 +48111,TX,Dallam,2687.25962385042,10.23715214419255,0.40090401668662096,812.823677513774,0.1212626700751565,0,0,9,1.27551020408163,6,0.840925018,127,21254,790.2,253,222,1532,1535,0.16514360313315926,0.14462540716612377,1036,-0.6494778067885117,-0.6749185667752444 +48113,TX,Dallas,393661.068694723,-16.82159830402584,0.16623224764032984,108978.768135404,0.04601873797754439,387,0.153654475,1624.08333333333,0.630715893121407,2067,0.820681654,46477,7558791,749.5,403170,458845,705941,750649,0.5711100502733232,0.6112643858847477,196980,0.1541644415043184,0.26241292534859834 +48115,TX,Dawson,4087.06074452248,0.1353434069732841,0.29545729375569146,625.762648305417,0.04523694414121427,2,0.149566258,13.1666666666667,1.00424579869321,13,0.972180676,429,40275,947.5,1017,835,3640,3562,0.2793956043956044,0.23441886580572713,1801,-0.43241758241758244,-0.5056148231330713 +48117,TX,Deaf Smith,3610.27542184765,-3.1785873412774364,0.18636565258350454,1215.80638029456,0.06276101488202354,2,0.1041938,15.9166666666667,0.845282350858559,11,0.573065903,460,57366,804.4,1239,1185,4309,4201,0.287537711766071,0.28207569626279455,1726,-0.418426549083314,-0.410854558438467 +48119,TX,Delta,377.202791605434,0,0.07210911711057809,57.7383370398174,0.011037724534470925,0,0,5,0.958772770853308,1,0.190912562,229,15621,996.3,454,400,2018,2279,0.22497522299306244,0.1755155770074594,1436,-0.5302279484638255,-0.6301009214567792 +48121,TX,Denton,123079.915815112,-14.060794927445567,0.1857490421498972,34645.7396663653,0.052286458883098304,66,0.087607169,300.583333333333,0.372848908845833,494,0.65572639,9717,2265094,635.9,79917,11e4,240125,293287,0.3328141592920354,0.37505924231213794,59175,-0.3172847475273295,-0.2017648242165524 +48123,TX,DeWitt,3085.7466674168,-19.834250334903835,0.1535426515110116,439.47265388352,0.021867574955641143,2,0.096693096,15.9166666666667,0.762840482466651,16,0.773544769,762,61945,835.7,1463,1161,6624,6822,0.22086352657004832,0.17018469656992086,4349,-0.551177536231884,-0.6374963353855174 +48125,TX,Dickens,484.958917640499,0,0.19842836237336292,96.1016414448673,0.03932145721966747,1,0.450856628,2,0.915750915750916,3,1.352569883,92,6693,878.3,216,128,1019,909,0.21197252208047104,0.1408140814081408,627,-0.5662414131501472,-0.6897689768976898 +48127,TX,Dimmit,3897.24273775477,74.4363896726189,0.3898802258658233,1171.92371107027,0.1172392668137525,3,0.270538371,17.6666666666667,1.63671175344327,6,0.541076743,303,32843,830.6,2141,2173,2917,3225,0.7339732601988345,0.6737984496124031,1199,0.47274597188892703,0.3717829457364341 +48129,TX,Donley,573.714502813879,7.244603334980865,0.15602787675112292,135.602176010738,0.03687848137360294,1,0.282246684,5,1.46842878120411,4,1.128986734,157,10597,920,226,190,1533,1460,0.14742335290280495,0.13013698630136986,1035,-0.6914546640574037,-0.7089041095890412 +48131,TX,Duval,4063.28582688037,1.978325986207497,0.3448723329553871,942.948516872319,0.08003297546022059,3,0.260123125,15.5833333333333,1.36360984715902,5,0.433538542,410,34512,1017,3331,2783,4343,4159,0.7669813492977204,0.6691512382784324,1467,0.5415611328574718,0.3527290213993749 +48133,TX,Eastland,4032.1133139562,0.0052822131650075614,0.21697859947027928,880.490140032065,0.047381485230160086,4,0.220070423,24.1666666666667,1.32246178541461,17,0.935299296,792,54651,964.7,970,776,6494,6935,0.14936864798275332,0.11189617880317232,5232,-0.688789651986449,-0.7544340302811825 +48135,TX,Ector,28118.3943134334,-9.142828792540078,0.20504918189625465,8256.83156326452,0.06021170832979305,20,0.129951138,108.083333333333,0.686408996032905,108,0.701736147,3537,463501,953,8095,10225,32408,36373,0.24978400394964206,0.28111511285843893,14751,-0.4887990619600099,-0.40554807137162185 +48137,TX,Edwards,638.008449121662,0,0.3186855390218092,88.5024881433848,0.04420703703465774,1,0.532197978,3,1.56985871271586,1,0.532197978,74,5649,811.1,232,302,883,1065,0.2627406568516421,0.28356807511737087,439,-0.46319365798414497,-0.41220657276995304 +48139,TX,Ellis,35501.7458298402,-7.60071778775043,0.237295273242699,10491.1152022988,0.07012308804424036,16,0.100428705,85.9166666666667,0.509894222913291,97,0.608849024,3481,479107,814.9,13803,16197,53756,63064,0.256771337153062,0.2568343270328555,28610,-0.4752957809360815,-0.453666116960548 +48141,TX,El Paso,143526.539636421,-19.87891760876461,0.1792631954362172,42864.0926546629,0.053536817916838376,114,0.136774779,648.583333333333,0.774041533101489,570,0.683873894,15381,2503595,667.3,112273,145509,171053,210458,0.6563638170625479,0.6913921067386367,90942,0.32595745178395,0.4321147212270382 +48143,TX,Erath,13696.7234119252,1.448169525155314,0.3614864980713961,2981.07528472366,0.07867709909537239,4,0.099633846,25.5833333333333,0.61411299679141,34,0.846887688,944,121738,754.3,1965,2159,12467,13810,0.15761610652121602,0.1563359884141926,9046,-0.6705703056068019,-0.655032585083273 +48145,TX,Falls,2472.78759506926,-62.01121299333079,0.1384074552260864,601.216456509786,0.03365143045504231,3,0.176584849,17.4166666666667,1.00831741253208,7,0.412031314,557,51578,828.4,2033,1682,5432,5232,0.3742636229749632,0.32148318042813456,1756,-0.24355670103092786,-0.33562691131498473 +48147,TX,Fannin,11194.0975098724,-13.565275335522742,0.3300633203559605,2034.48395217085,0.059987732630719444,5,0.14813937,24.6666666666667,0.724829322284584,13,0.385162361,1239,101122,914.2,2482,2123,10781,11972,0.23021983118449124,0.17733043768793852,7413,-0.5250904368796958,-0.6191947878382893 +48149,TX,Fayette,5540.04938973604,-24.749436669938994,0.22562716419874726,1202.98857938819,0.0489935887997145,6,0.241613981,12.3333333333333,0.490410486831816,20,0.805379938,970,74774,722,2311,2127,10534,11029,0.21938484906018607,0.19285519992746397,6521,-0.5493639643060566,-0.5912594070178621 +48151,TX,Fisher,676.49721921703,-0.021249934041512195,0.17023080503699797,136.381125879404,0.03431835074972421,2,0.522056904,5,1.29735339906591,1,0.261028452,171,11497,908.8,512,403,1628,1722,0.3144963144963145,0.23403019744483158,862,-0.3574938574938575,-0.5005807200929152 +48153,TX,Floyd,412.838725060759,21.93685558295117,0.06404572216269919,80.1282042003188,0.012430686348172324,2,0.336190956,6,1.01402737873923,6,1.008572869,203,18139,807.2,551,435,2085,1958,0.2642685851318945,0.22216547497446373,1038,-0.46618705035971225,-0.5301327885597549 +48155,TX,Foard,1336.00000519125,0,1.0000000038856662,277.999999435331,0.20808383191267288,0,0,2,1.69061707523246,2,1.568627451,70,3760,1087.9,140,113,493,511,0.2839756592292089,0.22113502935420742,270,-0.4178498985801217,-0.528375733855186 +48157,TX,Fort Bend,148759.508725122,-16.318919036077595,0.2541268566732812,43504.1010913569,0.07431834480693042,86,0.125484245,286.75,0.386853327613166,397,0.579270295,8518,2057363,561.1,101043,134475,219250,260367,0.4608574686431015,0.5164825035430758,17263,-0.06834663625997717,0.0663025652252398 +48159,TX,Franklin,743.871195630029,0,0.07014344136068165,161.785033909609,0.015255543037209713,1,0.094339623,8,0.754218912039219,5,0.471698113,343,31835,798,750,665,4255,4356,0.1762632197414806,0.1526629935720845,2918,-0.6336075205640422,-0.669880624426079 +48161,TX,Freestone,2952.81532565894,-19.12588396477779,0.14901167368081045,674.713703104845,0.0340489353605594,2,0.101204332,13.6666666666667,0.696426144856638,10,0.506021658,652,58894,832.4,1848,1461,7562,7608,0.24437979370536894,0.1920347003154574,4534,-0.5019836022216344,-0.5959516298633017 +48163,TX,Frio,1681.68255839645,-30.200590905832232,0.09767570182938085,472.922303842628,0.027468333846931987,2,0.107927257,17.25,0.910002110149821,14,0.755490799,424,55538,854.1,2376,1401,3968,2683,0.5987903225806451,0.522176667909057,169,0.20589717741935482,0.06298919120387625 +48165,TX,Gaines,563.215616974129,-69.31742953622584,0.032136004620228746,209.214216754781,0.01193736259013928,3,0.154440154,13.5,0.659244066803399,12,0.617760618,359,58176,774.7,535,597,4066,4609,0.13157894736842105,0.12952918203514863,3310,-0.7252828332513527,-0.7181601215014103 +48167,TX,Galveston,90963.7563778703,-10.624156958450424,0.3122586544798489,23666.1660260786,0.08124076505043991,48,0.152769909,224.833333333333,0.682489909368983,229,0.728839776,7608,943811,794.9,39162,45503,109227,123994,0.35853772418907415,0.3669774343919867,28063,-0.269457185494429,-0.22632546736132397 +48169,TX,Garza,388.545524794771,0,0.0601370569253631,84.081545975668,0.013013704685910541,1,0.155400155,6,0.931387767773983,5,0.777000777,168,19271,939.3,276,224,1556,1475,0.17737789203084833,0.151864406779661,999,-0.6336760925449871,-0.6772881355932203 +48171,TX,Gillespie,4771.03473614138,19.11806963054725,0.19209384129087165,944.23692936672,0.038017350298615776,3,0.117554859,9,0.339353719693828,15,0.587774295,974,76802,609.8,2055,2286,12535,13123,0.16394096529716792,0.17419797302446088,8159,-0.658157159952134,-0.621732835479692 +48173,TX,Glasscock,1204.14802149741,-0.024299401611801393,0.9821762002425856,347.858175520085,0.2837342377814723,0,0,NA,NA,1,0.774593338,22,3849,635.9,44,34,578,602,0.07612456747404844,0.05647840531561462,519,-0.833910034602076,-0.862126245847176 +48175,TX,Goliad,2653.52098447846,-0.6314204056275411,0.368033423644724,547.531270529325,0.07594053682792301,1,0.132467877,3.83333333333333,0.509955212629152,3,0.39740363,248,22502,722.7,1127,973,3452,3713,0.3264774044032445,0.26205224885537304,1645,-0.33806488991888756,-0.44303797468354433 +48177,TX,Gonzales,5061.61543356948,-8.407109236271255,0.2555467982818943,1167.54071927084,0.05894586354676832,4,0.195484312,18.5833333333333,0.890176917672606,14,0.684195093,600,61160,802.4,1773,1567,6039,6304,0.293591654247392,0.2485723350253807,3013,-0.404040404040404,-0.4779505076142132 +48179,TX,Gray,4517.53243700598,18.462611891771463,0.20046738127383978,1130.55009713225,0.050168630891158195,3,0.130185732,19.9166666666667,0.876420975430877,12,0.520742927,814,69524,989.7,885,699,7373,7360,0.12003255120032551,0.09497282608695652,5796,-0.751797097517971,-0.7875 +48181,TX,Grayson,23579.405068616,-27.969198970944685,0.19506940996728908,5936.19813836527,0.049109409882486084,16,0.129518999,97.5,0.760322844777167,87,0.704259556,4199,371051,915.2,10665,10276,42207,47068,0.2526832042078328,0.2183224271267103,24998,-0.4795886938185609,-0.5311039347327271 +48183,TX,Gregg,27060.1555882337,-8.741564813630417,0.22229652171390538,7500.02796438807,0.0616119934641261,15,0.121749294,118.583333333333,0.958287876951257,119,0.965877731,3859,370464,929.2,12336,11623,41356,41365,0.2982880355933843,0.2809863411096338,17070,-0.39483992649192373,-0.4126677142511785 +48185,TX,Grimes,10651.1098762036,-8.406182762609573,0.40035746038955045,2351.5721159803,0.08839167478500602,4,0.147210364,23.0833333333333,0.834206690518353,8,0.294420727,865,81405,900.9,2339,2194,8598,9528,0.2720400093044894,0.2302686817800168,4871,-0.4421958595022098,-0.5112300587741394 +48187,TX,Guadalupe,44881.2130942187,7.663268045942306,0.34121637227325996,12894.1769445695,0.09802997684664305,9,0.0611205,85.1666666666666,0.548524565527754,71,0.482173175,2977,441710,683.1,15654,18308,49247,57220,0.3178670781976567,0.3199580566235582,18187,-0.35139196296221087,-0.3178434113946173 +48189,TX,Hale,7568.00197077663,-20.029590974012105,0.20864008961973451,1831.90654770743,0.05050330956103521,4,0.115207373,28.9166666666667,0.843961902538209,19,0.547235023,937,104764,883.8,2228,2090,8765,8802,0.2541928123217342,0.23744603499204725,4257,-0.47792355961209354,-0.483640081799591 +48191,TX,Hall,819.966772932073,1.2478329284439274e-13,0.24454720337968175,200.009845451269,0.059651012660682665,1,0.317762949,5,1.59337157425112,4,1.271051795,157,9429,989.3,265,164,1108,1089,0.23916967509025272,0.15059687786960516,727,-0.5117328519855595,-0.667584940312213 +48193,TX,Hamilton,2134.10406338207,0,0.25056992642738873,388.423371537585,0.045605655927860166,3,0.36589828,9,1.08381502890173,7,0.853762654,427,24619,979.1,591,479,3551,3609,0.16643199098845396,0.13272374619008034,2577,-0.6553083638411715,-0.71404821280133 +48195,TX,Hansford,4983.12500536312,136.65331447553038,0.8877828265389489,1538.30239147875,0.2740606434132817,2,0.363042294,5,0.902853015529072,4,0.726084589,157,16693,853.5,158,171,1960,1947,0.08061224489795918,0.08782742681047766,1559,-0.8311224489795919,-0.8007190549563431 +48197,TX,Hardeman,1231.35941655592,0.10046385607874148,0.29750167106932107,295.369398524853,0.07136250266365136,1,0.254582485,4.16666666666667,1.06673493770268,4,1.018329939,167,11785,1007,302,249,1495,1511,0.2020066889632107,0.16479152878888154,958,-0.5846153846153846,-0.6340172071475845 +48199,TX,Hardin,15879.6912750346,4.385080769325024,0.29065052210185044,4134.88512978745,0.07568198279102133,6,0.107872926,37.9166666666667,0.673212362250394,42,0.75511048,1695,166745,908.8,3358,2779,21293,22768,0.15770440989996712,0.1220572733661279,16821,-0.67562109613488,-0.7388000702740688 +48201,TX,Harris,740267.412660948,-16.45484835741325,0.18088572485660773,219002.492911554,0.053513668166633804,771,0.173595084,2788.33333333334,0.607489558296631,3125,0.703611723,74237,13338067,721.5,585451,706471,1185478,1302887,0.4938522688738214,0.5422350518502372,161511,4.934718316156328e-4,0.12396393547560153 +48203,TX,Harrison,8988.76444327152,-22.24141454349628,0.1369591266820789,2336.24287430789,0.035596636868368454,10,0.14850897,47.25,0.710163224817387,36,0.534632292,1920,199431,854.2,8431,7130,26099,26364,0.32303919690409594,0.2704445455924746,11582,-0.34637342426912904,-0.43931118191473223 +48205,TX,Hartley,1450.07589667477,0,0.2392075052251353,479.629096460861,0.07912060317731127,1,0.16423058,2,0.348007656168436,0,0,134,18373,625.1,183,172,1904,1945,0.09611344537815127,0.0884318766066838,1555,-0.7967436974789917,-0.7994858611825193 +48207,TX,Haskell,1490.82935915643,69.58775842613785,0.2527257771073792,346.104555113943,0.05867173336395033,2,0.346680534,6,1.05615208590037,3,0.520020801,238,17394,847.5,551,314,2006,1765,0.2746759720837488,0.17790368271954674,1089,-0.43419740777667,-0.6169971671388103 +48209,TX,Hays,25933.4933720171,-15.146429103145945,0.16506898719991533,6278.54043682182,0.03996346717092058,10,0.0540468,91.9166666666667,0.449536199279438,131,0.708012431,2749,555949,646.4,25448,33117,58808,71524,0.43273024078356687,0.4630194060734858,613,-0.1042205142157529,-0.008570549745540001 +48211,TX,Hemphill,403.445161097538,0,0.10597456293604886,78.953023042433,0.02073890807523851,1,0.23923445,4.91666666666667,1.19076451118108,3,0.717703349,100,12548,770.1,192,181,1509,1687,0.1272365805168986,0.10729104919976289,1279,-0.7329357190192181,-0.7581505631298163 +48213,TX,Henderson,21411.1737967589,12.068040557068567,0.27264266536900755,4808.80861769562,0.06123374697824607,11,0.13873124,61.9166666666667,0.77491729348402,57,0.718880061,3121,237439,942,6094,5649,27582,29855,0.22094119353201364,0.1892145369284877,17925,-0.5477485316510768,-0.6004019427231619 +48215,TX,Hidalgo,269110.460681683,-18.56629472185711,0.34734283467934696,96116.2764861989,0.12405797919921796,68,0.081821934,869,1.02254181066385,363,0.436784735,12362,2493038,595.6,97879,118739,138966,172990,0.7043377516802671,0.6863922770102318,70131,0.4180375055769037,0.4054049367015434 +48217,TX,Hill,1991.56633348033,77.93315336114586,0.05675756885292627,479.250372155425,0.013658137084426031,5,0.143480257,42.4166666666667,1.20924442417158,21,0.60261708,1279,104360,861.9,2745,2535,12032,12906,0.22814162234042554,0.19642026964202697,7540,-0.530501994680851,-0.5842243917557725 +48219,TX,Hockley,10499.6609731909,28.09413553168746,0.45780078365776755,2760.06515939493,0.12034293260932767,2,0.084828434,13.5833333333333,0.583601861797351,16,0.678627476,640,70518,887.9,1482,1257,7119,7282,0.20817530552043825,0.17261741279868167,4536,-0.5704452872594465,-0.6229057951112331 +48221,TX,Hood,16796.4857963486,-6.5297916488553875,0.3281717360859012,3376.4882868222,0.06597022951080848,7,0.129819551,50.0833333333333,0.880864859794455,42,0.778917305,2099,162216,800.6,3829,4001,22445,26120,0.17059478725774113,0.15317764165390504,17366,-0.6465582535085765,-0.6648545176110261 +48223,TX,Hopkins,5897.34759107872,4.639188022449151,0.16772411453254232,1520.23974190302,0.04323653314476324,3,0.083516606,23.4166666666667,0.643315018315018,14,0.389744161,1144,107511,848.5,2775,2508,12742,13476,0.2177837074242662,0.1861086375779163,8196,-0.5539946633181604,-0.6081923419412288 +48225,TX,Houston,9341.0215115627,2.2521600326770885,0.3936044796714436,1723.01040427413,0.07260283179985379,3,0.13192032,21.8333333333333,0.959538249685037,10,0.4397344,884,68251,858.6,2235,1978,8129,8302,0.2749415672284414,0.2382558419657914,4227,-0.4433509656784353,-0.5091544206215369 +48227,TX,Howard,17219.6390392116,-0.0011461410519848245,0.49182106247034163,3670.43738196867,0.1048336965031609,2,0.0545688,18.4166666666667,0.501707166466892,28,0.763962784,1183,109995,1048.4,1042,1768,5139,8692,0.20276318349873515,0.2034054302807179,4867,-0.5818252578322631,-0.5599401748734468 +48229,TX,Hudspeth,3462.92101657269,-0.3000377639726755,0.9962373465398993,1044.0311261165,0.3003541789748274,2,0.622858922,3.75,0.925240562546262,0,0,45,9902,373.7,379,324,861,871,0.44018583042973286,0.3719862227324914,179,-0.10685249709639949,-0.20551090700344432 +48231,TX,Hunt,9084.65038426889,-20.940326638923114,0.10547725370396605,2337.08911224944,0.027134752664601237,6,0.067801973,71.5833333333333,0.777462810306315,53,0.598917428,2734,266228,911.9,6658,6301,27984,31185,0.2379216695254431,0.2020522687189354,17565,-0.5116495140080045,-0.5632515632515633 +48233,TX,Hutchinson,6465.42639125432,-31.97362053014125,0.29189283933428084,1668.18694029753,0.07531318014887269,4,0.183713774,23.25,1.08084235972293,17,0.780783539,769,65361,1017.2,1042,854,7916,8126,0.1316321374431531,0.10509475756829928,6185,-0.7270085901970693,-0.7611370908195914 +48235,TX,Irion,1598.58745520751,0,0.9997419982536022,367.927199202953,0.23009831094618702,1,0.635324015,2,1.28452151573539,1,0.635324015,41,4722,695.5,112,90,788,760,0.14213197969543148,0.11842105263157894,570,-0.7055837563451777,-0.75 +48237,TX,Jack,4294.14833565334,1.7454969613991387,0.474806317520272,954.178053927579,0.105503986502386,2,0.225861095,7.33333333333333,0.838670326319,6,0.677583286,282,26679,920,303,314,2907,3339,0.1042311661506708,0.09404013177598083,2659,-0.78328173374613,-0.7963462114405511 +48239,TX,Jackson,3000.34554871751,-3.9469981100210596,0.2131684226442281,740.808104151628,0.05263290260402329,2,0.135694416,15.0833333333333,1.01441477794965,10,0.678472081,461,44156,826.6,1068,904,5018,5275,0.2128337983260263,0.1713744075829384,3362,-0.5649661219609405,-0.637345971563981 +48241,TX,Jasper,6386.26740534678,-11.129877064642155,0.17883694778344383,1520.17834887382,0.042570102180728646,5,0.140639064,32.5,0.9116921005386,23,0.646939694,1258,106757,924.1,3402,2582,13466,13351,0.25263626912223375,0.1933937532769081,7996,-0.4843309074706669,-0.5989064489551345 +48243,TX,Jeff Davis,689.233039259582,-2.702972796503666,0.2942925018187797,94.0617648508624,0.04016300804904458,2,0.907441016,2,0.909090909090909,1,0.453720508,60,6562,437.2,440,422,1188,1175,0.37037037037037035,0.35914893617021276,272,-0.23316498316498313,-0.2314893617021277 +48245,TX,Jefferson,58383.1275019986,-20.013650645780814,0.23142836332861066,12397.0791999603,0.049141522081080025,42,0.166511388,246.666666666667,0.96853948172667,178,0.705691121,7468,759621,891.7,44626,42404,88548,87363,0.5039752450648236,0.48537710472396783,424,0.015946153498667404,-0.004853313187504982 +48247,TX,Jim Hogg,1415.95707803352,1171.965867928742,0.2671617128365132,387.778389359456,0.0731657338414068,3,0.570884872,7.33333333333333,1.42505505894546,4,0.761179829,171,15666,1071.7,1301,1635,1667,2119,0.7804439112177565,0.7715903728173666,1205,0.566886622675465,0.5686644643699859 +48249,TX,Jim Wells,7621.57700381824,0.7143561017078841,0.1866295363097664,2248.17129302209,0.05505096461682967,9,0.217638382,44.75,1.0875112396413,31,0.749643315,1219,124442,929.2,6492,6688,11163,12346,0.5815640956732061,0.5417139154381986,1277,0.16993639702588909,0.10343431070792158 +48251,TX,Johnson,33504.9508452075,-2.165820404652158,0.22198411786083652,9120.15897263713,0.06042481463843216,15,0.095264709,102.75,0.629310239229761,104,0.660501982,3912,471902,856.1,10481,10976,48753,57270,0.21498164215535454,0.19165357080495896,33394,-0.556437552560868,-0.5830976078225948 +48253,TX,Jones,4324.22296770604,-2.097225165692442,0.21404925095069996,1041.16377750817,0.05153765852431293,4,0.200642055,14.3333333333333,0.71634431172639,8,0.401284109,612,59791,939.2,1225,935,5562,5932,0.22024451636102121,0.15761968981793661,3880,-0.5453074433656957,-0.6540795684423466 +48255,TX,Karnes,3631.28583026133,0.2875093195541416,0.24495991839323597,494.340748776731,0.03334732520080484,4,0.268348316,13,0.852235479218566,9,0.603783711,447,44556,864,1324,1144,4180,4185,0.3167464114832536,0.2733572281959379,1815,-0.35861244019138755,-0.4336917562724014 +48257,TX,Kaufman,8665.57058197273,-0.8924767696207151,0.08384683678735104,2416.76914580664,0.02338431684379913,12,0.107878744,77.25,0.652724968314322,70,0.629292675,2672,334475,884,9451,10265,34604,40979,0.2731187145994683,0.250494155543083,19272,-0.44367703155704535,-0.47028966055784677 +48259,TX,Kendall,4315.1506911053,8.589181754398268,0.1291574585784286,976.164139459022,0.029217723419904876,3,0.077160494,17,0.399623883403855,27,0.694444444,1056,116564,649.8,3035,3633,17729,19936,0.17118844830503693,0.18223314606741572,12030,-0.6448192227423994,-0.6034309791332264 +48261,TX,Kenedy,404.209140438304,-0.2248547013801461,0.9716565875920771,98.8551892488771,0.2376326664636469,0,0,NA,NA,0,0,NA,NA,NA,82,99,166,186,0.4939759036144578,0.532258064516129,15,-0.006024096385542188,0.08064516129032256 +48263,TX,Kent,785.337693109828,0,0.9719525904824604,179.99999944079,0.22277227653563117,1,1.27388535,1,1.30039011703511,0,0,41,2343,822.9,66,59,404,433,0.16336633663366337,0.13625866050808313,301,-0.6633663366336633,-0.6951501154734412 +48265,TX,Kerr,14845.1017169014,-0.2784447175769735,0.2991456265370559,3159.26331222877,0.06366273677035304,5,0.098888493,40.8333333333333,0.792818680749715,39,0.771330248,2162,151346,759.7,4325,4665,21811,23090,0.19829443858603457,0.20203551320918148,12993,-0.5914446838751088,-0.562711130359463 +48267,TX,Kimble,1152.85415223237,0.204897086847435,0.25023966838123946,155.899642469837,0.03383973138047254,2,0.450653447,5,1.13045444268596,4,0.901306895,153,13291,609.3,217,206,1891,1945,0.11475409836065574,0.10591259640102828,1491,-0.7667900581702802,-0.7665809768637533 +48269,TX,King,285.999998874466,0,0.9999999960645664,68.0000001768303,0.23776223838052551,0,0,NA,NA,0,0,NA,NA,NA,5,5,145,159,0.034482758620689655,0.031446540880503145,144,-0.9241379310344828,-0.9056603773584906 +48271,TX,Kinney,154.874240383724,3.7143919738484286,0.04304453595990105,28.6558962624574,0.007964395848376153,1,0.283607487,3,0.835654596100279,1,0.283607487,126,10657,734,522,457,1425,1424,0.3663157894736842,0.32092696629213485,479,-0.25122807017543863,-0.33637640449438205 +48273,TX,Kleberg,9787.17109450845,1.9523269078206174,0.3052671811393422,2011.59350341966,0.0627426937219569,3,0.093196645,33.5833333333333,1.05974545072052,28,0.869835353,736,95957,820.4,4752,4713,8902,9483,0.5338126263760953,0.4969946219550775,349,0.07818467760053921,0.03680269956764737 +48275,TX,Knox,1752.99425195327,273.1343250533215,0.4713617241068217,421.016468588332,0.11320690201353374,2,0.518403318,4,1.05097214923805,1,0.259201659,174,11481,939.9,332,247,1510,1358,0.21986754966887417,0.18188512518409425,831,-0.5483443708609272,-0.6119293078055964 +48277,TX,Lamar,14616.1987728876,-7.2249196605403405,0.29353922786109693,3586.38104352092,0.07202580771435582,4,0.080770551,53.5833333333333,1.07616503651932,35,0.706742322,1900,148120,1000.9,4173,3579,17173,18537,0.24299772899318697,0.19307331283379187,10967,-0.5031735864438363,-0.59162755569941194 +48279,TX,Lamb,498.071118159844,-1.3809090554161374,0.03563505173927481,119.747481299099,0.008567466645138369,6,0.442021512,15.1666666666667,1.14249843063402,6,0.442021512,475,40700,938.4,998,770,4089,3905,0.24406945463438492,0.19718309859154928,2270,-0.5033015407190022,-0.5813060179257363 +48281,TX,Lampasas,4014.55954832928,0,0.2040229480271017,960.423308372961,0.048809437839760175,1,0.049613,17.6666666666667,0.850995504174695,10,0.496130185,609,61035,777,1457,1479,7138,8149,0.20411880078453348,0.18149466192170818,4892,-0.5780330624824881,-0.600319057553074 +48283,TX,La Salle,3980.72758170581,34.051457746005525,0.578089977012171,863.266429941143,0.12536544146691012,3,0.401391491,11.6666666666667,1.53246639520119,7,0.936580145,168,22525,774.5,965,1125,1646,2049,0.586269744835966,0.5490483162518301,255,0.1798298906439854,0.12445095168374815 +48285,TX,Lavaca,2747.04226404235,-11.607321973574864,0.14260718808297512,584.085687557909,0.03032163668991896,4,0.202829471,13.25,0.668887879246807,9,0.45636631,810,59071,818,1427,1170,8279,8633,0.17236381205459597,0.13552646820340553,6169,-0.6475419736683174,-0.7145835746553921 +48287,TX,Lee,1053.81882888368,-15.843609368248924,0.06343720376135806,270.687766077615,0.016294712622057245,5,0.298650102,12,0.703605980650836,11,0.657030223,523,50167,800.8,1630,1372,6211,6522,0.26243761069071003,0.21036491873658386,3624,-0.4627274190951538,-0.5556577736890524 +48289,TX,Leon,2199.18444502326,-35.75452571948993,0.13089604458206416,444.18383111353,0.026437940069848818,5,0.296542317,16.4166666666667,0.948995124959053,10,0.593084633,681,50529,904.6,1061,909,6941,7407,0.1528598184699611,0.1227217496962333,5482,-0.6844835038178937,-0.7401107060888349 +48291,TX,Liberty,16888.2229557495,6.962420237139464,0.2232622047743942,3221.95947215255,0.04259428462848578,10,0.128013109,69.0833333333333,0.845531838506479,40,0.512052434,2316,234886,1033.3,5196,4851,22711,24155,0.2287878120734446,0.20082798592423928,14005,-0.5331337237462023,-0.5797971434485614 +48293,TX,Limestone,4455.23774851624,-7.5711182014602345,0.19052504911547385,1041.80681939722,0.044552121937958426,5,0.212548886,21.9166666666667,0.933895801374922,11,0.46760755,815,70095,901.9,2208,1748,7563,7648,0.29194763982546607,0.22855648535564854,3999,-0.40724580193045085,-0.5228817991631799 +48295,TX,Lipscomb,3301.98526319255,0,0.9999955370056177,911.000002608317,0.2758933987305624,2,0.562904588,4,1.14711786636077,1,0.281452294,77,10626,619.9,119,135,1168,1322,0.10188356164383562,0.1021180030257186,1024,-0.7919520547945206,-0.7745839636913767 +48297,TX,Live Oak,1181.23530273156,0,0.10243997075115428,194.329696020236,0.016852805135741566,2,0.16541229,12,0.99535500995355,9,0.744355306,390,36160,798.4,915,739,4108,4267,0.2227361246348588,0.17318959456292476,2711,-0.5447906523855891,-0.6353409889852355 +48299,TX,Llano,5991.28157863244,-0.17764475732636428,0.31041301376262576,1132.69050626055,0.05868558656341899,3,0.153767299,19,0.933110696395246,19,0.973859559,890,58584,748.2,1818,1825,9502,10377,0.19132814144390656,0.17586971186277345,6458,-0.604293832877289,-0.6223378625807073 +48301,TX,Loving,81.9999995108753,0,0.9999999940350645,8.99999998308022,0.10975609735463683,0,0,NA,NA,0,0,NA,NA,NA,9,4,64,64,0.140625,0.0625,53,-0.703125,-0.828125 +48303,TX,Lubbock,43815.1688178468,-25.10303781423648,0.15713880026914798,11792.333155722,0.042292044843371075,24,0.081639873,172.583333333333,0.569324540829174,266,0.904841925,7125,884391,855.7,26088,27956,90615,98060,0.28789935441152126,0.28509076075871914,37610,-0.40881752469237986,-0.3835406893738527 +48305,TX,Lynn,2003.36495764502,-0.048686921458874224,0.33869230053170246,566.307939820796,0.09574098729007542,1,0.173280194,5,0.875503414463316,3,0.519840582,153,17170,741.3,464,403,1852,1997,0.2505399568034557,0.20180270405608414,1143,-0.4929805615550756,-0.5723585378067101 +48307,TX,McCulloch,2707.34016979642,103.14772078746368,0.3268550247249088,656.343197437423,0.07923979203639056,1,0.121966093,9,1.10132158590308,8,0.975728747,343,24808,883.7,537,480,2993,3086,0.17941864350150352,0.15554115359688916,2066,-0.6288005345806883,-0.6694750486066106 +48309,TX,McLennan,91765.1946161013,37.498809525072986,0.3906464484351243,21716.9671874725,0.09244960617213907,25,0.102694287,196.416666666667,0.792213519189247,196,0.805123213,6360,730283,818.1,25688,27046,74493,78255,0.3448377699918113,0.34561369880518816,21199,-0.2979743063106601,-0.27089642834323685 +48311,TX,McMullen,692.861566658773,0,0.9800022159247141,117.670265270876,0.16643601877068742,0,0,NA,NA,0,0,29,2390,840.3,67,40,508,497,0.13188976377952755,0.08048289738430583,414,-0.7263779527559056,-0.8329979879275654 +48313,TX,Madison,3811.52261239636,-1.5552550323321668,0.2789463270196399,359.966997855709,0.026344188953140297,2,0.144289734,10.4166666666667,0.744739162555706,17,1.226462737,409,41729,909.9,964,881,4025,4283,0.2395031055900621,0.2056969413962176,2468,-0.5127950310559006,-0.5762316133551248 +48315,TX,Marion,825.226907377909,-28.517678667810337,0.07825022827402892,149.997713886356,0.014223185462389152,2,0.19706375,9.83333333333333,0.969087743503827,5,0.492659375,514,30499,1082.9,1487,1156,4271,4206,0.348162022945446,0.27484545886828343,1812,-0.2910325450714119,-0.4308131241084165 +48317,TX,Martin,1028.1371659972,1.6630459410830638,0.21423987622362994,331.731144822305,0.06912505622469368,1,0.183150183,2,0.349467062729338,1,0.183150183,128,16360,854.5,247,266,1593,1755,0.15505335844318896,0.15156695156695157,1187,-0.6848713119899561,-0.6763532763532764 +48319,TX,Mason,849.917047053965,1.7211726027182472,0.2118437305717759,155.071874436853,0.03865201257149875,1,0.245639892,3.58333333333333,0.871645179599449,5,1.22819946,136,12250,661.4,380,353,1965,2053,0.19338422391857507,0.17194349732099368,1303,-0.6015267175572518,-0.6346809547004384 +48321,TX,Matagorda,13868.937670363,1.6548654752984997,0.3778796161071059,3475.90792913904,0.0947062266126925,5,0.136915031,40,1.07564471455078,23,0.62980914,1136,109739,880.7,3972,3357,12110,11779,0.3279933938893477,0.2849987265472451,4790,-0.33476465730800986,-0.4066559130656252 +48323,TX,Maverick,17497.6801308656,1.867152613061787,0.3224903264194331,6282.17257933735,0.11578334216774207,10,0.175367834,51.6666666666667,0.895669006963104,30,0.526103502,1140,171538,751.6,8302,10397,10562,13588,0.7860253739822003,0.7651604356785399,7581,0.5804771823518273,0.5579187518398587 +48325,TX,Medina,10912.8277261282,21.04079810183947,0.23720444564031212,2532.05730416506,0.05503754519334565,6,0.125276653,35.1666666666667,0.713565867878714,28,0.584624379,1247,143612,756.4,4760,4624,15948,17187,0.2984700275896664,0.26904055390702275,7430,-0.39227489340356164,-0.43230348519229655 +48327,TX,Menard,452.462624149991,-0.5037534024463325,0.20181205359054016,55.454218129117,0.024734263215484838,1,0.465766185,2,0.942063118228921,1,0.465766185,95,6463,676.5,170,153,846,860,0.20094562647754138,0.17790697674418604,528,-0.58274231678487,-0.613953488372093 +48329,TX,Midland,37531.8858502907,-7.464749816343062,0.27421156884016235,10792.1206790089,0.07884827195488413,15,0.096258744,75.0833333333333,0.461866535437107,117,0.750818199,3200,469124,759.9,8223,9993,44277,48753,0.18571718951148453,0.2049720017229709,26903,-0.6149693972039659,-0.5518224519516748 +48331,TX,Milam,5418.11070909435,-5.462955507850718,0.21885166656276409,1321.70255895645,0.05338702423381064,4,0.164907652,24.0833333333333,0.968329915698337,13,0.535949868,882,72941,861.8,2632,2042,8220,8607,0.32019464720194646,0.23724875101661438,4298,-0.3462287104622871,-0.4993609852445684 +48333,TX,Mills,1218.08862163232,0,0.24677646305354942,238.899055290074,0.04839932238453687,1,0.205338809,3,0.61137151008763,2,0.410677618,198,14670,738.7,279,242,2197,2238,0.12699135184342286,0.10813226094727435,1707,-0.7296313154301319,-0.7627345844504021 +48335,TX,Mitchell,2800.82363882709,0,0.29786489831193125,240.275079426741,0.025553023442171755,1,0.110180696,6.5,0.745412844036697,5,0.55090348200000006,322,27140,1084,536,353,2312,2190,0.23183391003460208,0.16118721461187216,1427,-0.5268166089965398,-0.6515981735159817 +48337,TX,Montague,3260.00351727049,-16.34897394244469,0.16532296350070952,788.068628100275,0.03996493879508469,4,0.206015657,12,0.618110641804883,12,0.618046972,823,58128,960.9,1116,885,7737,8604,0.14424195424583172,0.10285913528591353,6641,-0.7009176683469045,-0.7718503021850303 +48339,TX,Montgomery,94269.4000331587,-6.1549520845569115,0.2068463574735899,25501.2637943603,0.0559549920226624,53,0.10212989,267.833333333333,0.481538814665389,307,0.59158257,10210,1556187,725.1,32852,45744,172820,203083,0.19009373915056127,0.22524780508462058,104444,-0.6073949774331675,-0.5142921859535263 +48341,TX,Moore,6300.1423697868,-9.080298099545384,0.287625199497206,2174.23531773555,0.09926202144519496,5,0.225754018,26.3333333333333,1.19047619047619,11,0.496658841,455,66841,826.1,963,1096,4983,5262,0.19325707405177603,0.20828582288103384,2878,-0.6028496889424042,-0.5469403268719119 +48343,TX,Morris,216.277302611852,-58.02419683420522,0.016721609912776558,44.1244796290994,0.003411510718192315,3,0.23542337,10.4166666666667,0.827179120675508,9,0.706270109,490,37950,892.7,1856,1425,5129,4964,0.36186391109378047,0.2870668815471394,2018,-0.26710859816728405,-0.4065269943593876 +48345,TX,Motley,223.290367005598,0,0.1845374933930562,52.6452758326348,0.04350849242366513,1,0.867302689,2,1.72413793103448,0,0,50,3496,689.8,55,40,599,620,0.09181969949916527,0.06451612903225806,531,-0.8063439065108514,-0.8564516129032258 +48347,TX,Nacogdoches,18795.5699275651,-3.41822093398002,0.2912957957901726,4963.05334166279,0.07691794280675082,10,0.153137012,36.5833333333333,0.555927017799795,41,0.627861748,1713,196133,873.3,6441,6822,20601,22430,0.3126547254987622,0.3041462327240303,7929,-0.3625552157662249,-0.35349977708426217 +48349,TX,Navarro,11808.9458237831,-8.610414700218168,0.24738547865891067,3007.31857274876,0.06300028433536733,6,0.124494242,44.3333333333333,0.913656066882372,32,0.663969291,1574,144417,917.2,4348,3998,15316,16382,0.28388613214938624,0.24404834574533024,7986,-0.4237398798641943,-0.4874862654132584 +48351,TX,Newton,3836.05728111802,0.5635169614566351,0.2655629824242312,881.803172349657,0.06104556402559065,2,0.141462725,10.5833333333333,0.755790425861125,1,0.070731362,486,42341,939.2,1721,978,6188,4010,0.2781189398836458,0.24389027431421445,1983,-0.4327731092436975,-0.49451371571072317 +48353,TX,Nolan,3624.75236417463,0,0.23821979259822754,940.824655659161,0.061831273374024776,3,0.198767641,15.1666666666667,1.0115831832633,13,0.861326443,547,45286,968,1216,1029,4567,4744,0.2662579373768338,0.21690556492411467,2522,-0.45128092839938694,-0.531618887015177 +48355,TX,Nueces,110861.875682992,-6.9055831140742665,0.32585062057236575,28517.0494166169,0.08381869954887501,30,0.084217382,287.916666666667,0.796780591301139,303,0.850595557,8590,1069159,778,45666,49102,95781,103958,0.4767751432956432,0.4723253621654899,1602,-0.03250122675687239,-0.015410069451124497 +48357,TX,Ochiltree,974.284942100772,0.5549899245331518,0.09530323213350014,237.630509533057,0.023244694271061038,2,0.185908161,7.58333333333333,0.735817323242124,4,0.371816323,278,32166,1049.5,253,274,2990,2981,0.08461538461538462,0.09191546460919155,2354,-0.8244147157190636,-0.7896678966789668 +48359,TX,Oldham,2052.00000620281,0,1.0000000030228118,698.000005444422,0.3401559480723304,1,0.483091787,2,0.963391136801541,3,1.449275362,50,6232,751.8,71,78,865,945,0.08208092485549133,0.08253968253968254,772,-0.8265895953757225,-0.8169312169312168 +48361,TX,Orange,20792.4202187375,4.228177891558913,0.2540711440880959,5068.35401819955,0.06193230468125115,11,0.131842317,83.5833333333333,0.983749980383849,64,0.767082569,2844,250789,994.8,6797,5716,30502,31761,0.22283784669857715,0.17996914454834545,19669,-0.5430463576158939,-0.6192815087686157 +48363,TX,Palo Pinto,10630.9131668317,0.9436442507771661,0.378176271453584,2384.66471582342,0.08483030542575577,6,0.213553531,30.8333333333333,1.09911001794223,27,0.960990888,973,83703,927.6,1810,1700,9335,10175,0.19389394750937333,0.16707616707616707,6522,-0.5979646491697912,-0.6409828009828009 +48365,TX,Panola,5269.72333588187,12.181548502953692,0.22145416607336824,1281.15476440175,0.05383908070271264,3,0.126214818,21.75,0.925847096884046,5,0.210358029,833,71451,972.7,2211,1835,10221,10413,0.2163193425300851,0.17622203015461443,6610,-0.560610507778104,-0.6347834437722077 +48367,TX,Parker,20534.7149742489,-2.740152293413801,0.1756199592416542,5231.05166306472,0.04473775657516844,8,0.064954045,54.0833333333333,0.41782227681595,84,0.682017473,3138,368776,807,7804,8329,47346,56413,0.1648291302327546,0.14764327371350575,38104,-0.6584716765935876,-0.6754471487068584 +48369,TX,Parmer,4963.67720718899,258.4280475082862,0.4833651969217051,1545.60362675989,0.15051160061932906,3,0.302785628,10,1.02291325695581,1,0.100928543,220,29576,724.2,528,848,2545,2818,0.2074656188605108,0.30092264017033354,1063,-0.5803536345776033,-0.3772178850248403 +48371,TX,Pecos,2972.50165151683,-9.522412681779034,0.19168773144494938,512.696390827693,0.033062255163970655,4,0.251683131,15.4166666666667,0.965351701106241,8,0.503366262,337,47816,739.3,1591,1551,4147,4167,0.38365083192669397,0.3722102231821454,912,-0.22208825657101522,-0.21886249100071992 +48373,TX,Polk,9162.11929452831,-11.827305784077872,0.20175102491639618,1472.3308437834,0.0324209112761412,5,0.108509299,42.5,0.886968862175474,25,0.542546496,1957,139077,1109.6,4836,7123,19058,34444,0.25375170532060026,0.20679944257345256,19464,-0.48184489453247986,-0.5650911624666124 +48375,TX,Potter,25358.1325067314,-31.568137496132337,0.2094449836605304,7289.38998574921,0.06020656947254308,16,0.131549738,123.5,1.02208024364407,116,0.953735601,3661,366445,1023.6,7114,7620,26418,28330,0.2692860928155046,0.26897282033180375,11879,-0.4463244757362404,-0.4193081539004589 +48377,TX,Presidio,5429.90570539853,311.9182900799169,0.6945389748527155,1730.99999618237,0.22141212537507932,1,0.143348624,10,1.43719459614832,6,0.860091743,152,21202,491.9,1273,1458,1808,2203,0.7040929203539823,0.6618247843849296,806,0.42533185840707965,0.36586472991375396 +48379,TX,Rains,NA,NA,NA,NA,NA,2,0.18129079,10.3333333333333,0.913322727004891,7,0.634517766,439,33218,888.2,754,619,4065,4630,0.1854858548585486,0.13369330453563716,3300,-0.6177121771217712,-0.712742980561555 +48381,TX,Randall,14799.8749702841,-42.22167434448523,0.12259163363250444,3980.3294412977,0.032970216950074134,8,0.0623928,68.5,0.516977230360526,79,0.616128529,3069,385618,782.5,7553,8340,49588,53813,0.1523150762281197,0.1549811383866352,35039,-0.6818786803258853,-0.6511251927972794 +48383,TX,Reagan,214.356282401838,0,0.06366387953722542,51.4959030987425,0.015294298514625038,1,0.266311585,3.83333333333333,1.06245380635625,1,0.266311585,83,11139,857.8,158,167,843,900,0.1874258600237248,0.18555555555555556,542,-0.6144721233689205,-0.6022222222222222 +48385,TX,Real,3308.99998598426,0,0.9999999957643578,659.999999144808,0.1994560287533418,1,0.296647879,6,1.77043375627029,2,0.593295758,145,9987,863.8,277,262,1533,1678,0.1806914546640574,0.15613825983313467,1120,-0.6255707762557077,-0.6674612634088201 +48387,TX,Red River,5964.72171922542,-0.5924624844112564,0.4638197293332364,1278.67391846973,0.09943032025425584,3,0.241041298,15,1.22880314573605,4,0.321388398,531,37423,903.6,1482,1148,5074,5147,0.2920772566022862,0.22304254905770352,2776,-0.4073709105242412,-0.5393433067806489 +48389,TX,Reeves,3039.20840168393,-0.543573639370469,0.22050412839613506,855.914820661167,0.06209931224415345,1,0.069691268,9,0.603176730782119,5,0.348456338,348,43212,844.1,1649,1659,2867,3184,0.5751656784094873,0.5210427135678392,242,0.16184164632019538,0.07600502512562812 +48391,TX,Refugio,1462.6006635714,0,0.19810384174067452,330.043369609168,0.044703151782360555,2,0.273897562,10,1.36593361562628,8,1.095590249,310,21838,967.9,998,1034,2673,2945,0.37336326225215116,0.35110356536502546,796,-0.2472876917321361,-0.2702886247877759 +48393,TX,Roberts,843.189121685415,0,0.9076309167765502,215.825814100659,0.23232057491997737,1,1.077586207,NA,NA,0,0,30,2758,1085.6,25,20,439,550,0.05694760820045558,0.03636363636363636,504,-0.8724373576309794,-0.9163636363636364 +48395,TX,Robertson,5362.69054017633,83.68259050461636,0.32262607027892737,1285.80576791309,0.07735565924155276,4,0.242424242,20.3333333333333,1.21385787913159,9,0.545454545,551,49535,834.4,2792,2203,7278,7010,0.3836218741412476,0.31426533523537803,2462,-0.22313822478702938,-0.35121255349500713 +48397,TX,Rockwall,15839.0033622685,-13.786638112762004,0.20219057868272336,4958.06021872909,0.06329142319375378,5,0.0569418,39.5833333333333,0.421197869004803,70,0.797184799,1622,263650,682.5,8112,9633,35651,39529,0.22753919946144568,0.24369450277011814,18763,-0.5325516815797593,-0.47466417060891997 +48399,TX,Runnels,2878.91662645183,-4.8730466790807565,0.2741564257167727,655.794340409136,0.062450656166949434,3,0.288018433,13.9166666666667,1.3319933639612,5,0.480030722,415,31243,867.8,517,452,3665,3765,0.14106412005457025,0.1200531208499336,2789,-0.705593451568895,-0.7407702523240371 +48401,TX,Rusk,13708.5046766399,-4.395470927668217,0.2570505283450197,2973.05893690955,0.055748339338262703,7,0.12981473599999999,25.75,0.488318288705151,30,0.556348868,1603,159760,860.1,4451,3935,18537,18994,0.24011436586286886,0.20717068547962514,10740,-0.5110319900739063,-0.5654417184374013 +48403,TX,Sabine,1721.44665181818,-38.79967286873929,0.1588929898299963,230.413052741076,0.021267588401428464,3,0.289855072,9.83333333333333,0.954414571807564,3,0.289855072,519,31055,979.7,806,614,4572,4642,0.1762904636920385,0.13227057302886686,3378,-0.6386701662292213,-0.7277035760448083 +48405,TX,San Augustine,399.146174614724,-87.39301586612558,0.045024949195118326,74.7078388231948,0.008427280183101502,3,0.348432056,8,0.961538461538461,1,0.116144019,398,25781,935.2,1193,907,3690,3563,0.32330623306233064,0.25456076340162787,1713,-0.3457994579945799,-0.48077462812236876 +48407,TX,San Jacinto,2148.83499161658,339.08380383075144,0.08144462521287825,482.710872844717,0.018295590996237,5,0.184508653,20.3333333333333,0.733869900506491,4,0.147606923,885,81295,815.3,2410,2034,9610,10305,0.25078043704474506,0.19737991266375546,6016,-0.48855359001040577,-0.5837942746239689 +48409,TX,San Patricio,13590.5606190166,24.05527536740809,0.20971792819913276,3846.56641746601,0.059356928854175824,8,0.119554659,67.9166666666667,1.00386766191215,55,0.82193828,1890,200531,900.9,7854,7825,20064,21513,0.39144736842105265,0.363733556454237,5179,-0.20633971291866027,-0.24073815832287448 +48411,TX,San Saba,1871.97661117252,0,0.30532973596028706,397.930665482931,0.06490469180931838,3,0.53361793,5,0.841184387617766,4,0.711490573,184,17443,698.1,323,293,2256,2354,0.14317375886524822,0.12446898895497026,1732,-0.7012411347517731,-0.735768903993203 +48413,TX,Schleicher,364.506723210745,-0.9000029046547597,0.10531832511145478,71.7912933863645,0.02074293365685192,1,0.316255534,3,0.981675392670157,0,0,83,9568,839,220,209,1010,1054,0.21782178217821782,0.198292220113852,610,-0.5554455445544555,-0.5787476280834916 +48415,TX,Scurry,4919.9083663333,-15.269359058342822,0.29075754189074526,1417.53671473279,0.08377381447507772,2,0.115420129,12.8333333333333,0.740398853824112,21,1.211911357,510,52217,871.8,837,733,5022,5261,0.16666666666666666,0.13932712412088957,3670,-0.6539227399442453,-0.6975860102642083 +48417,TX,Shackelford,485.913633665547,-6.2225756785154624,0.14384654637819627,101.466986545869,0.030037592227906754,1,0.299132516,3,0.904977375565611,2,0.598265031,98,10046,702.7,131,103,1363,1502,0.09611151870873075,0.06857523302263649,1275,-0.797505502567865,-0.8488681757656459 +48419,TX,Shelby,3561.87428720682,-7.051674522867435,0.13996676702321675,780.96615112627,0.03068870446110775,5,0.195963159,21.5,0.840533249931585,10,0.391926318,930,76879,1042.8,2318,1757,9261,9072,0.2502969441744952,0.19367283950617284,5414,-0.4915235935644099,-0.5967813051146384 +48421,TX,Sherman,750.873066405331,-0.4373987966865363,0.24748617877565293,213.20028785384,0.07027036514628873,1,0.324254215,3,0.977835723598435,1,0.324254215,99,9232,971.7,121,96,1038,933,0.11657032755298652,0.10289389067524116,711,-0.758188824662813,-0.7620578778135049 +48423,TX,Smith,34981.4917203654,-17.43800517918535,0.16680570548635473,9313.45606994368,0.04441027337203849,19,0.086820629,146.666666666667,0.651012768727714,180,0.822511218,6145,659840,792.1,22101,22128,84794,83161,0.26064344175295423,0.266086266398913,36503,-0.46886572163124746,-0.4389437356453145 +48425,TX,Somervell,0,0,0,0,0,3,0.345065562,5.16666666666667,0.588793922127255,8,0.920174833,270,26011,788.6,609,540,3507,3876,0.17365269461077845,0.1393188854489164,2666,-0.6412888508696891,-0.6878224974200207 +48427,TX,Starr,27407.4661753127,-3.7924480061908308,0.4495385476858795,9455.12599883947,0.15508342079188214,8,0.127074895,107.333333333333,1.67389247580134,27,0.42887777,1168,189453,709.4,10248,9246,11859,11691,0.8641538072350113,0.7908647677700795,7028,0.7342946285521544,0.6011461808228552 +48429,TX,Stephens,2194.06970073459,-5.472951236053859,0.22783693673256383,584.778248847338,0.06072463643274537,1,0.106326422,11.6666666666667,1.17773739820984,8,0.850611377,331,28164,836.9,475,348,3407,3453,0.13941884355738185,0.10078192875760209,2685,-0.7091282653360728,-0.7775847089487402 +48431,TX,Sterling,1143.00000477476,0,1.0000000041773929,279.000001685383,0.24409448966350214,1,0.74682599,2.33333333333333,1.70690075591319,2,1.493651979,32,3936,643.9,31,70,494,633,0.06275303643724696,0.11058451816745656,479,-0.8663967611336033,-0.7567140600315956 +48433,TX,Stonewall,221.51159890771,-4.916365371930791,0.14866550262262418,46.3862336449826,0.03113170043287423,1,0.712758375,2,1.40252454417952,3,2.138275125,77,4236,845.4,160,135,675,701,0.23703703703703705,0.19258202567760344,420,-0.514074074074074,-0.5991440798858774 +48435,TX,Sutton,448.729776885312,0,0.10870391881911629,108.72910082245,0.02633941395892684,1,0.251762336,8,2.06771775652623,4,1.007049345,100,11885,715.6,369,313,1489,1415,0.2478173270651444,0.22120141342756183,762,-0.49764942914707855,-0.5385159010600706 +48437,TX,Swisher,1441.95560281484,-41.643504088049475,0.1835950602005144,322.679147851265,0.04108468905669277,1,0.131908719,6.08333333333333,0.814804893294044,1,0.131908719,252,22864,793.6,579,462,2265,2190,0.2556291390728477,0.21095890410958903,1209,-0.4746136865342163,-0.552054794520548 +48439,TX,Tarrant,463702.839418238,-7.9503720013208,0.25632621576943165,128700.329761732,0.07114312376756435,238,0.122342394,1259.25,0.624357916615432,1474,0.757700374,36112,5842281,740.2,252789,288001,610149,662832,0.41430699714332075,0.434500748304246,57682,-0.15716980606376474,-0.08702355951432639 +48441,TX,Taylor,36822.0417337847,-2.8152334742295464,0.2800027507017528,10163.6935260779,0.07728691866590041,14,0.10359397100000001,119.083333333333,0.872181736062792,123,0.910147029,3877,405111,886.1,9725,10047,43170,45266,0.22527217975445912,0.22195466796270932,23125,-0.5357424137132267,-0.5108690849644324 +48443,TX,Terrell,983.999998172288,0,0.9999999981425691,217.999998480319,0.2215447139027632,0,0,1,1.23152709359606,1,1.078748652,38,2613,949.8,184,140,553,437,0.33273056057866185,0.32036613272311215,147,-0.3146473779385172,-0.3363844393592677 +48445,TX,Terry,4703.3249263428,-0.08539859317134431,0.3717749526790609,1180.64911964498,0.0933245687807272,1,0.078499097,9.75,0.761778263926869,7,0.549493681,382,38191,894,1059,424,3707,1763,0.28567574858376044,0.24049914917753829,871,-0.4162395468033451,-0.4940442427680091 +48447,TX,Throckmorton,1641.00000391041,0,1.0000000023829434,366.00000229551,0.22303473631658136,1,0.621890547,2,1.30463144161774,0,0,65,4799,825.4,109,84,813,808,0.13407134071340712,0.10396039603960396,631,-0.7269372693726938,-0.780940594059406 +48449,TX,Titus,3828.67678442838,-15.62930003782727,0.11841024260618482,1015.86824299847,0.03141795766061947,5,0.153817757,30.6666666666667,0.940926198658157,19,0.584507476,845,97700,869.5,2638,2538,8790,9176,0.30011376564277586,0.2765911072362685,3867,-0.38953356086461893,-0.42142545771578027 +48451,TX,Tom Green,44739.3473568144,32.348650646670656,0.4058947902164175,10441.7343770239,0.09473194927623657,14,0.120060373,81.6666666666667,0.68983382044048,80,0.686059276,3117,349949,793.1,9246,9117,36527,38104,0.25312782325403127,0.239266218769683,18259,-0.479179784816711,-0.47918853663657357 +48453,TX,Travis,268244.499899731,-9.526883539388194,0.2618894895463981,72977.1917219738,0.07124828093676232,148,0.128567644,632.416666666667,0.527311380392661,892,0.774880662,15524,3449522,625.2,231540,306475,384890,462511,0.6015744758242615,0.662632888731295,179725,0.23912546441840526,0.3885853525645876 +48455,TX,Trinity,443.466067969586,-77.99057643908249,0.03040562687484306,106.695267288087,0.007315410852799931,2,0.140607424,15.75,1.0905691732447,5,0.35151856,658,43052,960.6,1614,1154,6234,5982,0.25890279114533205,0.19291206954195922,3583,-0.46888033365415466,-0.5989635573386827 +48457,TX,Tyler,11662.3577680909,-0.19932470980004724,0.5358062008679086,2204.38415089308,0.10127649319549205,3,0.140069101,20.8333333333333,0.977173233270794,9,0.420207302,849,64186,962.4,1659,1243,7623,7969,0.21763085399449036,0.15597942025348224,5358,-0.5548996458087367,-0.6723553770862091 +48459,TX,Upshur,4657.16890209129,-28.374283770029407,0.11847589361447226,1209.20016742073,0.03076140750008217,4,0.099122764,21.8333333333333,0.532923267185758,18,0.446052436,1342,120777,902.7,2953,2378,15049,15918,0.19622566283473986,0.14939062696318633,10820,-0.5977141338294903,-0.6797336348787537 +48461,TX,Upton,1121.0001722658,0.02060526211585098,0.3341282182610432,295.999998421394,0.08822652710026647,1,0.289519398,4,1.08902804247209,6,1.737116387,99,10481,890.1,332,284,1298,1296,0.25577812018489987,0.2191358024691358,677,-0.47765793528505396,-0.5223765432098766 +48463,TX,Uvalde,11468.8148482019,19.531673874628513,0.4343425430108654,3247.1595065036,0.12297517540252224,1,0.0368772,27,0.989554700384827,19,0.700667478,742,81403,770.4,3824,3863,8431,8936,0.4535642272565532,0.43229632945389435,965,-0.08326414422962869,-0.1079901521933751 +48465,TX,Val Verde,19612.273651209,18.46014356761158,0.40124130303829875,5986.88739454054,0.12248383548232451,3,0.061257,36.5,0.746711401157914,31,0.632988933,1042,146960,688.6,6267,6920,12040,13476,0.5205149501661129,0.5135054912436925,1064,0.05440199335548168,0.07895517957850995 +48467,TX,Van Zandt,5077.79334969102,100.38808408893125,0.09657455162119896,1034.49875549101,0.019675131811008384,5,0.094500095,34.75,0.639315610339435,27,0.51030051,1875,158784,864,3083,2792,19081,21689,0.16157434096745454,0.12872884872516022,15644,-0.6659504218856453,-0.7212872884872517 +48469,TX,Victoria,24368.6095116949,-30.837584387843975,0.28076699171240654,6526.39682017365,0.07519496756850956,6,0.06587543,78.0833333333333,0.844445405748357,71,0.779525916,2404,273737,796.2,8795,8843,28827,31032,0.3050959170222361,0.284963908223769,12410,-0.3777361501370243,-0.3999097705594225 +48471,TX,Walker,22834.2124816692,13.279773585936377,0.3364850574213348,2781.32706531735,0.04098564809415348,9,0.128960151,42.5833333333333,0.595704400052226,34,0.487182794,1487,209838,777.3,5283,6085,15066,19683,0.35065710872162487,0.30915002794289487,6793,-0.2844816142307181,-0.34512015444800087 +48473,TX,Waller,6493.23978138511,5.778184617906631,0.15028908185129292,833.596888022788,0.019293991158958176,4,0.085433575,29.5,0.588646113937943,21,0.448526271,907,140874,746.5,6401,5744,15699,16715,0.40773297662271485,0.3436434340412803,4781,-0.175616281291802,-0.28603051151660186 +48475,TX,Ward,1144.15377538516,-70.11737372866223,0.10735163964957403,313.557471713694,0.02941991665544136,1,0.086021505,9.91666666666667,0.854885057471264,6,0.516129032,354,34572,949.1,836,780,3238,3413,0.25818406423718343,0.22853794315851159,1761,-0.47189623224212474,-0.5159683562847934 +48477,TX,Washington,3208.91557950382,-29.434863068663287,0.0951692146480758,610.416360569515,0.018103575555178688,3,0.087113073,22.6666666666667,0.646584512399209,26,0.754979964,1152,103338,717.6,3378,3381,14373,14747,0.23502400333959508,0.22926696955312945,7563,-0.519863633201141,-0.5128500712009223 +48479,TX,Webb,56255.3108716979,25.577432921940428,0.2247479499796164,20944.9298187189,0.08367796686716514,29,0.108747417,193.75,0.714435844583009,176,0.659984325,3910,800600,674.8,37592,42297,49101,56867,0.7656055884808863,0.7437881372324898,29351,0.5400704669965989,0.5161341375490178 +48481,TX,Wharton,6432.44092439561,-7.806145214164766,0.15582463479640526,1972.76440639876,0.04778983542632655,7,0.170034979,39.4166666666667,0.944451100195679,32,0.777302759,1240,123922,819.1,4235,4238,14087,14707,0.3006317881734933,0.2881620996804243,5911,-0.3914957052601689,-0.40191745427347525 +48483,TX,Wheeler,620.34816798925,11.556331850411325,0.11466694417546211,142.33384735423,0.026309398771576707,2,0.350017501,8,1.44248106743599,4,0.700035002,220,17050,1082.9,232,194,2128,2306,0.10902255639097744,0.08412836079791847,1893,-0.7734962406015038,-0.820901994796184 +48485,TX,Wichita,48641.625709176,12.847722468115268,0.36989829436635735,11349.6061301582,0.08630879186432089,21,0.158664199,93,0.705411186456105,97,0.732877489,3993,397140,914.6,10490,8752,40923,37913,0.25633506829900055,0.23084430142695117,18857,-0.47078659922293087,-0.49737557038482844 +48487,TX,Wilbarger,3694.54203574104,8.738771073843845,0.27296210090439893,974.409954950009,0.07199186959364677,2,0.154166345,13,1.00837728824077,13,1.002081246,481,39108,973.9,971,807,3980,4101,0.24396984924623116,0.196781272860278,2359,-0.4987437185929648,-0.5752255547427456 +48489,TX,Willacy,3051.67954819541,241.0734658417327,0.1378729352216233,285.744761968539,0.012909766059841827,1,0.0456558,21.8333333333333,1.00106984563656,8,0.36524677,509,65773,789,3595,3416,5058,5082,0.7107552392249901,0.6721763085399449,1875,0.4310003954132067,0.36894923258559625 +48491,TX,Williamson,142428.558701011,-1.100522646794934,0.3369662526432849,41337.4841242325,0.09779876484100819,40,0.081757793,223.833333333333,0.423351074359741,321,0.656106285,7201,1469024,598.1,61812,84252,162936,200524,0.37936367653557224,0.4201591829406954,19777,-0.2154097314282909,-0.09862659831242143 +48493,TX,Wilson,1876.8318840747,-56.29952411799639,0.043730646443792806,498.71159054832,0.011620103232870126,5,0.107753976,24.9166666666667,0.513957645764576,20,0.431015904,1152,139389,737.6,4819,4790,17186,19255,0.2804026533224718,0.24876655414178137,9201,-0.4297684161526824,-0.47784990911451564 +48495,TX,Winkler,62.7186745844781,-85.40279908500943,0.008821191924680465,10.7837935637244,0.0015167079555167935,4,0.511443549,8.75,1.1085772203218,3,0.383582662,203,23404,993.4,398,420,1745,1873,0.22808022922636104,0.22423918846769889,983,-0.5346704871060172,-0.5248264815803524 +48497,TX,Wise,3519.04557598463,-3.896776273318269,0.05951672799202784,927.998882021092,0.015695010435521708,9,0.146013823,41.6666666666667,0.646445840767461,36,0.584055291,1598,185814,830.1,3219,3412,20692,24661,0.15556736903150975,0.13835610883581365,17243,-0.6746085443649721,-0.6992011678358542 +48499,TX,Wood,3222.18885266081,-16.34598546065897,0.07678459757556025,797.277865564727,0.018999091258333975,4,0.093344535,30.8333333333333,0.697160859505129,15,0.350042005,1846,128894,868.9,3052,2624,17541,18646,0.17399236075480304,0.14072723372305052,13057,-0.642209680177869,-0.7002574278665665 +48501,TX,Yoakum,1562.35296491195,72.73802881066776,0.19829330688056226,500.105076092783,0.06347316614961074,2,0.241370987,9.58333333333333,1.12904492617028,7,0.844798455,185,25040,811.3,409,426,2128,2299,0.19219924812030076,0.18529795563288387,1371,-0.605733082706767,-0.5963462374945628 +48503,TX,Young,6142.00138325744,-5.747951988311333,0.3311051958629348,1545.05507989039,0.08329137896983235,2,0.108991826,15,0.826355222565007,18,0.980926431,791,54988,988.1,992,873,7316,7658,0.13559322033898305,0.11399843301123008,5714,-0.7152815746309459,-0.7461478192739619 +48505,TX,Zapata,6065.68117552452,0.2993008241339712,0.4327066040465487,2205.95028417482,0.1573655503049522,4,0.279349117,24.25,1.69001324134086,6,0.419023675,269,43080,723.9,2517,2056,3529,3134,0.7132332105412298,0.6560306317804723,1028,0.4318503825446302,0.32801531589023614 +48507,TX,Zavala,3702.02706296023,0.004760334434270885,0.3170358022574488,1207.94445528586,0.10344647214917016,1,0.081519524,15.3333333333333,1.27533338878261,3,0.244558572,293,36533,807.9,3042,2633,3653,3390,0.8327402135231317,0.7766961651917405,1941,0.6756090884204763,0.572566371681416 +49001,UT,Beaver,951.432066590472,-0.2454888338345311,0.1435257303651338,354.440274578805,0.05346813615610273,4,0.619099211,5.33333333333333,0.825210170715354,11,1.702522829,185,19275,1006.3,341,264,2534,2490,0.1345698500394633,0.10602409638554217,1574,-0.7150749802683504,-0.6321285140562249 +49003,UT,Box Elder,10094.8665153334,13.772075332462816,0.2019983294714037,3534.36609690939,0.07072268327982771,5,0.097053457,24.5,0.461054969043452,31,0.601731434,1085,154429,748.2,1830,1814,18092,16548,0.1011496794163166,0.10962049794537104,8510,-0.7815056378509839,-0.5142615421803238 +49005,UT,Cache,37757.8681440577,2.464847406762882,0.33516073838994553,13180.1598147973,0.11699474342065491,15,0.126750209,42.6666666666667,0.347581457615428,88,0.743601227,1572,356399,619.1,5434,6705,37099,35879,0.1464729507533896,0.1868781181192341,9938,-0.6842232944284212,-0.27698653808634577 +49007,UT,Carbon,6041.93940222314,20.930390770869696,0.28229404299505395,1621.85645297787,0.07577706176600804,6,0.290416263,13.1666666666667,0.645456476624671,14,0.677637948,687,62050,975.4,2204,1696,7231,7818,0.30479878301756325,0.21693527756459452,3486,-0.3637117964320288,-0.44589409056024554 +49009,UT,Daggett,1058.99999059084,0,0.999999991115052,243.000001352496,0.22946175765108218,1,0.895255148,1,0.91324200913242,0,0,34,3368,771,91,76,509,465,0.1787819253438114,0.16344086021505377,251,-0.6051080550098231,-0.5397849462365591 +49011,UT,Davis,94506.5691986859,11.076814014255552,0.30836229953336414,33646.0917904769,0.10978269894667139,23,0.069762081,110.75,0.323564556606998,210,0.636958131,4993,988588,681.6,20417,22575,112568,104661,0.1813748134460948,0.21569639120589332,24410,-0.6184084286831071,-0.23322918756747976 +49013,UT,Duchesne,5147.48790509698,0,0.2766425487771796,1667.65482403023,0.089625131618758,5,0.245338567,13.1666666666667,0.647424234974021,12,0.588812561,425,61264,807.2,570,500,6273,6932,0.09086561453849833,0.07212925562608194,5005,-0.8031245018332537,-0.7220138488170802 +49015,UT,Emery,444.220730048769,-89.96904993405234,0.0404720052886998,159.836188386789,0.014562334947775965,5,0.470322641,11.4166666666667,1.1175280605586,8,0.752516226,266,31742,795.7,569,379,4414,4263,0.12890801993656548,0.08890452732817265,3023,-0.719075668328047,-0.7091250293220737 +49017,UT,Garfield,3096.29777544692,70.90648127188143,0.5986654631567904,744.755277092473,0.1439975400410814,3,0.597133758,6.33333333333333,1.27022329188394,14,2.786624204,127,15085,626.6,306,352,2157,2294,0.14186369958275383,0.15344376634699217,1225,-0.6977283263792304,-0.534001743679163 +49019,UT,Grand,2021.49063728278,17.681604308638292,0.21913177639921735,498.883374300337,0.05407949856914222,4,0.424223141,15.5,1.61812297734628,9,0.954502068,241,28329,732.7,1678,1932,3812,4456,0.44018887722980066,0.43357271095152605,2,-0.06269674711437562,-4.488330341113067e-4 +49021,UT,Iron,13807.6126083115,15.876539031818988,0.29910561723266466,4252.5296885339,0.09211987281012717,3,0.063466543,20.0833333333333,0.402173405157165,34,0.719287482,918,142308,798.8,1720,2104,13168,15354,0.13061968408262453,0.13703269506317572,7921,-0.7178007290400972,-0.5158916243324215 +49023,UT,Juab,4406.19433012166,-0.0014764505748773701,0.430040438231667,1460.55704556687,0.14254899917693442,2,0.190730498,8.91666666666667,0.809869815319407,9,0.85828724,214,31341,782.7,436,436,3907,4076,0.11159457384182236,0.1069676153091266,2323,-0.7586383414384438,-0.5699214916584887 +49025,UT,Kane,3117.92613194553,0.27457865275583493,0.4376036676414779,761.914542313303,0.10693537435976182,3,0.41356493,4.66666666666667,0.636305790382692,6,0.827129859,251,21584,879,718,739,3281,3482,0.21883572081682415,0.2122343480758185,1509,-0.531850045717769,-0.4333716255025847 +49027,UT,Millard,5024.14837297542,-1.0547268681163298,0.4018354293349933,1602.31722792985,0.12815462112531792,5,0.396636522,10.4166666666667,0.820597657686046,12,0.951927653,300,37790,659.2,424,431,4958,5234,0.08551835417507059,0.0823461979365686,3429,-0.8061718434852764,-0.6551394726786396 +49029,UT,Morgan,38.8048392722758,-1.9835755581168675,0.0040980926467711265,11.8523383141001,0.0012516990510191256,1,0.094268477,3,0.262306548920171,4,0.377073906,165,31906,690.4,386,572,4370,5136,0.08832951945080092,0.11137071651090343,2584,-0.8064073226544622,-0.5031152647975078 +49031,UT,Piute,1556.00000336546,0,1.000000002162892,468.000000267804,0.3007712083983316,3,2.021563342,3,2.04638472032742,2,1.347708895,46,4523,558.7,74,31,781,617,0.09475032010243278,0.050243111831442464,506,-0.7964148527528809,-0.820097244732577 +49033,UT,Rich,2263.99998861636,0,0.9999999949718905,703.999994389065,0.3109540611259121,0,0,3,1.29366106080207,7,3.052769298,54,6873,634.5,83,104,999,1096,0.08308308308308308,0.0948905109489051,682,-0.8248248248248248,-0.6222627737226277 +49035,UT,Salt Lake,91150.1818636206,-22.871096037998655,0.08852497376657288,28070.470010979,0.027262014957416803,147,0.134647197,555,0.494937370357621,906,0.829866397,19094,3281357,731.4,132686,154831,341664,361347,0.3883522993350192,0.4284828710353206,36930,-0.19332736255502486,0.10220093151458293 +49037,UT,San Juan,8414.88174321812,16.278747310422283,0.570655211122889,2890.85233146696,0.19604315281886342,2,0.131138942,17,1.00621485646641,6,0.393416825,296,46041,719,2062,1997,5159,5385,0.39968986237642956,0.3708449396471681,638,-0.18298119790657097,-0.11847725162488393 +49039,UT,Sanpete,2517.85357510062,-3.0579187889942396,0.09049865484510891,845.966467389947,0.03040638585974937,4,0.140464234,13,0.442041551905879,15,0.526740879,550,85297,692.4,889,1026,8804,9778,0.10097682871422081,0.10492943342196769,5410,-0.7812358019082235,-0.553282879934547 +49041,UT,Sevier,623.777508060715,44.981367009810235,0.029986419962537977,246.14090351401,0.011832559538217961,3,0.144418235,16.4166666666667,0.771931474428301,16,0.770230588,589,62688,836.7,701,673,7781,8308,0.09009124791157949,0.08100625902744343,5782,-0.8045238401233774,-0.6959557053442466 +49043,UT,Summit,9799.27735274438,31.915935445394044,0.26977418105782347,2804.74831724883,0.07721474279398828,10,0.255721775,22,0.545810901332275,39,0.997314921,441,117237,555.7,7656,10251,16616,20133,0.46076071256620127,0.5091640590075994,3091,-0.048627828598940714,0.1535290319376148 +49045,UT,Tooele,19591.7830731414,22.92359824088822,0.33652449539904145,6422.97551864409,0.11032628256972225,5,0.081171467,28.3333333333333,0.437020241749315,29,0.470794506,1038,185327,810.7,3794,4015,16422,18905,0.2310315430520034,0.21237767786299921,5678,-0.5143100718548288,-0.30034382438508334 +49047,UT,Uintah,8024.67661673473,0.2850115226443754,0.24624636727429514,2717.4326608841,0.08338752488290475,2,0.0542491,20.0833333333333,0.552149488173462,20,0.542490574,673,110636,799.4,962,1002,11116,12883,0.08654192155451601,0.07777691531475588,8874,-0.8131522130262685,-0.6888147170690058 +49049,UT,Utah,121874.622688675,2.8456133238428736,0.2359332487139541,47992.5797236203,0.09290732556589369,43,0.076652394,181.5,0.306433068433342,351,0.625697448,6926,1689145,695,15791,24579,161278,174942,0.09791168045238656,0.14049799362074286,65176,-0.7846451468892224,-0.37255776200112034 +49051,UT,Wasatch,1108.33514468683,-5.051759105943071,0.04710306607253847,361.497815747811,0.015363273087454781,4,0.144331385,12.9166666666667,0.423108839972048,22,0.793822617,374,83530,698.8,2097,3063,9109,12120,0.2302118783620595,0.2527227722772277,3052,-0.5220111977165441,-0.25181518151815185 +49053,UT,Washington,36701.8989613727,-3.85832151397585,0.26573434428825765,11320.6123039267,0.08196511822703327,19,0.125042778,60.9166666666667,0.380147066471133,116,0.763419064,3649,455115,603.5,7762,9583,49733,57494,0.15607343212756117,0.16667826207952133,29983,-0.670420043029779,-0.521497895432567 +49055,UT,Wayne,1009.00521483761,0,0.3632128203159144,220.067514710105,0.07921796785820914,2,0.734484025,2,0.74019245003701,2,0.734484025,91,8129,861.1,213,271,1323,1410,0.16099773242630386,0.1921985815602837,688,-0.6606198034769463,-0.48794326241134756 +49057,UT,Weber,58288.9612986792,1.742242359069185,0.25207563397861577,18078.4466840921,0.07818179991044691,34,0.141386839,120.75,0.487760542898691,145,0.602973282,5135,722746,791.3,17569,22187,68143,81451,0.2578254552925466,0.27239690120440513,16260,-0.46034075400261215,-0.19962922493278162 +50001,VT,Addison,867.84931224765,-2.9741765536340283,0.023569411809772952,214.860923503453,0.005835282135288368,15,0.405306817,25.6666666666667,0.69446323403411,17,0.459347726,920,110990,650,12290,11217,17843,17592,0.6887855181303593,0.637619372442019,5920,0.3965700835061369,0.33651659845384263 +50003,VT,Bennington,4389.72113536181,2.2685133710025287,0.11824164674375247,930.718205945115,0.02506985066518828,14,0.384140486,39.9166666666667,1.10294456264449,30,0.823158184,1321,109427,755.5,11517,9539,17512,16345,0.6576633165829145,0.5836035484857754,3614,0.3329145728643216,0.22110737228510247 +50005,VT,Caledonia,2001.6218658744299,0.36831360122240975,0.06409907662838024,413.596232682239,0.013244827638973933,9,0.290500629,40,1.31869580984406,19,0.613279107,950,92843,760,8192,6445,13545,12966,0.6047988187523071,0.49706925805954033,912,0.22916205241786636,0.07033780657103195 +50007,VT,Chittenden,27641.2441699485,-11.195079790225565,0.17657059739977965,6112.23913612923,0.039044614239542814,42,0.26163171,140.25,0.868254390798051,120,0.747519171,3256,482056,624.2,53615,54463,76531,77263,0.7005657838000288,0.7049040290954273,36165,0.4187584116240478,0.46807656963876626 +50009,VT,Essex,1890.45265635181,0.700243728869445,0.29978633941513005,333.364461623811,0.05286464662604043,2,0.326530612,3.58333333333333,0.580202936096718,1,0.163265306,180,18484,639.2,1539,1019,2769,2706,0.5557963163596966,0.3765705838876571,487,0.1336222462983026,-0.179970436067997 +50011,VT,Franklin,2125.51264708474,1.8467686561552676,0.04451708304538055,513.962976442082,0.010764524283543792,17,0.349492208,51.75,1.05795768169273,23,0.4728424,1250,145684,793,12057,9351,19755,19373,0.6103264996203492,0.4826820833118257,599,0.23548468742090606,0.03091932070407266 +50013,VT,Grand Isle,35.5445633428171,-83.99327780990895,0.00509965040786472,4.40804944562842,6.32431771252284e-4,4,0.571918788,11.3333333333333,1.63800163800164,1,0.142979697,174,20814,776.2,2531,2094,4064,3778,0.6227854330708661,0.5542615140285866,607,0.26082677165354323,0.16066701958708313 +50015,VT,Lamoille,578.149904794846,6.442341342709367,0.023622059440034565,136.692593693887,0.005584988506389663,9,0.35882306,29.75,1.17435755733628,18,0.717646121,588,75486,652.7,8371,7241,11924,11641,0.7020295202952029,0.6220255991753286,3671,0.42091580006709156,0.3153509148698566 +50017,VT,Orange,3046.54268499889,-5.466932658266796,0.1052855503524637,668.476686252963,0.02310190372729344,7,0.242558647,29.9166666666667,1.03449865716887,9,0.311861118,789,86640,719.4,9075,7522,13964,13464,0.6498854196505299,0.5586749851455733,2525,0.321326267545116,0.18753713606654782 +50019,VT,Orleans,3813.34423157269,-12.538634708699902,0.1400368782480515,795.967708884179,0.029230204872541556,13,0.480023632,43.5833333333333,1.62242986015461,12,0.443098737,966,81375,806.8,7116,5181,11631,10988,0.6118132576734588,0.4715143793228977,23,0.24159573553434782,0.0020931925737167623 +50021,VT,Rutland,9152.34639550637,43.94432904568076,0.14847581836258347,1778.96154014912,0.028859568802912305,19,0.316213427,74.9166666666667,1.26313718878211,44,0.732283727,2075,180471,794,17087,13629,28414,27660,0.6013584852537481,0.4927331887201735,1158,0.2200675723235025,0.04186550976138825 +50023,VT,Washington,7322.83367924314,24.52964925461782,0.12300254777510565,1705.65907355901,0.028650167527110727,26,0.440692905,63,1.07684944619171,33,0.559340995,1637,176747,704.7,20349,18594,29049,28654,0.7005060415160591,0.6489146366999372,10601,0.42194223553306487,0.3699657988413485 +50025,VT,Windham,4169.52151133928,-2.0949095499975883,0.09366974841819871,927.385111543277,0.02083402852073051,22,0.503271263,47.25,1.0951442809132,38,0.869286727,1310,131054,714.6,16080,14340,21805,21151,0.7374455400137583,0.6779821285045624,8878,0.4923641366659023,0.41974374734055125 +50027,VT,Windsor,4782.62386922519,-32.441541125999855,0.08439428038159855,1060.43747629038,0.018712501787372153,25,0.446316992,47.8333333333333,0.86192398250925,32,0.57128575,1765,167867,694.4,19440,17544,28468,27832,0.6828719966277926,0.6303535498706525,8940,0.38137557959814533,0.3212129922391492 +51001,VA,Accomack,1700.33610481924,11.311323763412226,0.051270537474949945,264.584722496315,0.007978070271870552,11,0.333121347,46.3333333333333,1.40629900547344,18,0.545107659,1319,98976,908.3,7653,6737,16020,15755,0.47771535580524344,0.42761028245001587,1845,-0.03489388264669163,-0.11710568073627425 +51003,VA,Albemarle,15278.6597906324,-1.1857122086448897,0.1543766776864949,3860.05413425582,0.039002264668645245,18,0.172266937,50.8333333333333,0.475620177523282,58,0.555082353,2428,312937,571,29712,33297,53732,56134,0.5529665748529741,0.5931699148466171,14065,0.12002158862502799,0.2505611572309118 +51005,VA,Alleghany,2157.56954942281,-2.8519952742401546,0.13277351073371138,418.897651180426,0.02577831699571852,2,0.12642225,12.8333333333333,0.822913326921022,7,0.442477876,641,47756,835,3403,2165,7162,7306,0.4751466070929908,0.29633178209690664,2708,-0.026808154146886365,-0.37065425677525327 +51007,VA,Amelia,2089.26382491735,12.648578639844688,0.16463859928426713,428.147800308591,0.03373899135607494,1,0.077790743,8.91666666666667,0.690518598828054,4,0.311162972,396,38386,788.6,2488,2150,6885,7035,0.3613652868554829,0.30561478322672353,2554,-0.26666666666666666,-0.36304193319118694 +51009,VA,Amherst,5432.82798974514,-16.755409939643414,0.16792346891308813,1058.34825972489,0.03271252309600006,7,0.218470085,31.9166666666667,1.00896742852928,16,0.499360195,978,96174,745.1,5898,4986,14937,15164,0.3948584053022695,0.3288050646267476,4657,-0.19863426390841538,-0.3071089422316012 +51011,VA,Appomattox,332.404541739697,-25.24500353881648,0.02220026325650818,51.5583694045708,0.003443422787989768,1,0.06544931,15.0833333333333,0.974690360796984,7,0.458145167,521,45902,857.8,2453,2023,7924,7954,0.30956587582029277,0.2543374402816193,3691,-0.36433619384149424,-0.46404324867990954 +51013,VA,Arlington,4485.10883875185,-12.676243952787958,0.021601761036627462,1085.73776919552,0.005229270611218773,45,0.198318261,87.6666666666667,0.381076577555604,237,1.044476175,2828,681440,538.3,81178,91879,117279,119344,0.6921784803758558,0.7698669392679984,71724,0.3985794558275565,0.6009853867810699 +51015,VA,Augusta,9683.20595459491,1.9762136791120617,0.13129770785891404,2373.84816267586,0.03218777169729979,11,0.148926376,38.0833333333333,0.507798089701366,27,0.36554656,2140,222605,704.1,9448,8108,33614,36661,0.28107336228952223,0.22116145222443467,18044,-0.4214315463794847,-0.4921851558877281 +51017,VA,Bath,1052.37008403248,7.443766482873,0.2224413620867639,174.065994550046,0.036792643109288946,1,0.219154065,3.25,0.72609472743521,1,0.219154065,207,13616,903.6,894,603,2218,2243,0.4030658250676285,0.2688363798484173,945,-0.17132551848512173,-0.4213107445385644 +51019,VA,Bedford,6731.24481371662,-11.872434372741981,0.09801451473173482,1687.4745469761,0.024571532223427398,5,0.065288641,36.0833333333333,0.462844193603557,20,0.261154564,2177,231005,715.5,10925,9733,40750,42186,0.26809815950920246,0.23071635139619778,20845,-0.4504539877300613,-0.4941212724600578 +51021,VA,Bland,1307.3546363796,-52.49898711961216,0.19158186347883938,130.488045955529,0.01912192936042336,0,0,5,0.767695378473822,2,0.301886792,257,19849,977.4,735,453,2937,3124,0.25025536261491316,0.14500640204865556,2119,-0.47974123255022133,-0.6782970550576185 +51023,VA,Botetourt,11599.7872770186,58.985454456473605,0.3499392807113129,2607.22636481218,0.07865410778364244,5,0.151057402,22.4166666666667,0.674570932763584,19,0.574018127,979,99515,723.2,5449,4492,18208,18641,0.2992640597539543,0.24097419666326914,8877,-0.38565465729349735,-0.47620835792071237 +51025,VA,Brunswick,3505.53269842583,-2.17199611857185,0.2010744922809355,441.812110206795,0.025341981771641334,2,0.121226815,13.1666666666667,0.810605594204683,3,0.181840223,595,50455,860.3,4993,4473,8029,7645,0.6218707186449122,0.5850882930019621,1428,0.25258438161663965,0.18678875081752783 +51027,VA,Buchanan,NA,NA,NA,NA,NA,8,0.346230416,30.5833333333333,1.37899419845493,9,0.389509218,915,69600,1013.1,3094,1721,9636,9220,0.3210875882108759,0.1866594360086768,5571,-0.346824408468244,-0.6042299349240781 +51029,VA,Buckingham,1443.63914127588,-30.433171021862808,0.08419684715244839,298.474055925669,0.01740779516655016,4,0.236504464,18.6666666666667,1.09494759893634,2,0.118252232,463,51108,749.1,3747,3128,7447,7284,0.5031556331408621,0.4294343767160901,841,0.02390224251376394,-0.11545853926414051 +51031,VA,Campbell,8057.07371677027,-30.28525000349818,0.1469142940952239,1763.92989363264,0.032163850582266146,10,0.182199144,54.5833333333333,0.993291114669772,42,0.765236403,1626,165249,760,7591,6597,25632,27218,0.2961532459425718,0.24237636857961642,12845,-0.3938826466916355,-0.47193034021603353 +51033,VA,Caroline,1368.97441540963,-4.374969532438124,0.047958466120498505,270.618337231059,0.00948041118343174,3,0.100745517,25.0833333333333,0.831179446395829,8,0.268654712,791,89060,804.8,7258,6425,13590,14189,0.5340691685062546,0.4528155613503418,718,0.08167770419426051,-0.05060257946296426 +51035,VA,Carroll,1441.16855092227,-27.838188571345064,0.04797179118974336,242.873755864128,0.00808447359909886,4,0.13503933,36.0833333333333,1.22187983249241,12,0.405117991,1136,89245,866.2,3500,2557,12315,13587,0.2842062525375558,0.18819459777728711,8096,-0.39390986601705236,-0.5958636932361817 +51036,VA,Charles City,166.770860964883,18.684630705747853,0.02298385625205113,25.3152931736063,0.0034888772289975605,1,0.142389292,2,0.282845424975251,0,0,194,21174,646.7,2772,2244,4213,3745,0.6579634464751958,0.5991989319092123,863,0.3266081177308331,0.23044058744993323 +51037,VA,Charlotte,4240.73720680445,0.468876912600405,0.3369408236774551,1031.44599506411,0.08195185087113539,1,0.081799591,15.5833333333333,1.28479951631077,3,0.245398773,453,36671,878.1,2502,2153,5897,5792,0.42428353400033914,0.3717196132596685,1326,-0.13718840088180428,-0.22893646408839774 +51041,VA,Chesterfield,115426.336197048,-0.9331916977683532,0.3650006204133875,30766.6474427645,0.09729014863192205,42,0.126316169,199.083333333333,0.587250879278525,236,0.709776571,6799,996235,717.4,78954,80993,172223,175288,0.4584405102686633,0.46205672949659987,3945,-0.0709545182699175,-0.02250581899502535 +51043,VA,Clarke,177.768921882671,-43.04333971935905,0.012667017377987103,40.7791940545721,0.0029057427714530497,2,0.138667406,9.25,0.643523027688883,6,0.416002219,425,43013,719.1,3237,3047,7731,8131,0.4187039192859915,0.37473865453203786,1610,-0.1368516362695641,-0.1980076251383594 +51045,VA,Craig,583.246440924216,-9.412989228595805,0.11237889035148671,120.586193303168,0.02323433396978189,3,0.573175392,4.5,0.872431174873982,0,0,145,15636,681.1,830,541,2664,2784,0.31156156156156156,0.19432471264367815,1598,-0.347972972972973,-0.5739942528735632 +51047,VA,Culpeper,2632.83890217099,19.97614313875363,0.056390989358756666,796.590263773126,0.017061626159761957,10,0.203392588,33.75,0.673881356947467,28,0.569499247,1193,147016,785.1,8263,7744,20131,22087,0.4104614773235309,0.3506134830443247,5597,-0.16323083801102778,-0.2534069814823199 +51049,VA,Cumberland,5546.87186249503,-6.194898677666086,0.5518177340325338,1294.91418494354,0.12882154645279945,2,0.203520912,8.83333333333333,0.915181654924713,0,0,278,29406,721,2422,2032,5040,4875,0.48055555555555557,0.4168205128205128,661,-0.02301587301587299,-0.13558974358974363 +51051,VA,Dickenson,NA,NA,NA,NA,NA,3,0.19597596,22.9166666666667,1.53104400498842,4,0.26130128,649,45880,1109.2,2472,1335,6878,6405,0.35940680430357663,0.20843091334894615,3597,-0.26199476592032567,-0.5615925058548009 +51053,VA,Dinwiddie,7678.21558777613,31.293753588916235,0.274212191985148,1867.37597160466,0.06668961721383736,5,0.179475214,23.1666666666667,0.823147621754785,6,0.215370257,759,84102,791.6,6425,5765,13339,13533,0.48167029012669615,0.4259957141801522,1682,-0.025789039658145274,-0.12428877558560553 +51057,VA,Essex,2619.13901892601,-11.961987073926489,0.2348792950341682,617.595492921642,0.05538476306354964,2,0.180131496,16.5833333333333,1.49090473193683,10,0.90065748,383,33398,790.2,3009,2541,5666,5354,0.531062477938581,0.4745984310795667,116,0.07183198023296855,-0.021666044079193147 +51059,VA,Fairfax,205554.370081997,0.0193054410100552,0.19002443325019183,55023.124226834,0.05086604577021723,189,0.166148296,376.666666666667,0.330800513823949,911,0.800852367,14785,3416251,481.6,260835,354485,440174,542858,0.5925724827000232,0.6529976531616003,196648,0.1977604311022459,0.3622457438225098 +51061,VA,Fauquier,8209.0226938811,1.052849244242409,0.12589946312103875,2266.94024597144,0.03476742244944926,12,0.175829328,32.1666666666667,0.465717857022205,55,0.805884422,1619,204473,725.6,13891,12960,35339,37124,0.3930784685474971,0.34910031246632905,9150,-0.19989247007555394,-0.24647128542182956 +51063,VA,Floyd,4208.11245107874,-1.066903015205139,0.2754180542626311,900.436821222806,0.05893296820621807,3,0.192579278,13.3333333333333,0.847583328035938,4,0.256772371,520,46759,778.1,2732,2300,7626,7972,0.3582480986100184,0.288509784244857,2989,-0.25426173616574876,-0.3749372804816859 +51065,VA,Fluvanna,6380.81727318169,-7.376252224104501,0.2483678048025258,1622.24382595776,0.06314444069743334,3,0.114977771,13.25,0.504358418027483,5,0.191629618,645,78174,651.9,5885,5751,12724,13492,0.46251178874567744,0.4262525941298547,1267,-0.062323168814838126,-0.09390750074117993 +51067,VA,Franklin,8349.9883573759,-6.515465860276253,0.14868477639160063,1735.99461900601,0.030912135526024502,4,0.070974839,46,0.820417699620111,26,0.461336456,1765,168821,774.8,9082,7254,26633,26805,0.34100551946832874,0.2706211527700056,11306,-0.2854729095483048,-0.42178698004103715 +51069,VA,Frederick,16247.5415509132,10.597002768737655,0.20749047380005364,4557.49283210668,0.0582018112777815,10,0.121393107,48.75,0.57746295353052,47,0.570547604,2017,246960,727.1,12683,11920,36272,40133,0.3496636524040582,0.2970124336580869,14149,-0.28032642258491397,-0.3525527620661301 +51071,VA,Giles,152.911844293853,-91.74621669559339,0.008845993537767731,28.3772114288549,0.001641629725144909,5,0.297353553,23.5,1.39407961084416,12,0.713648528,682,50436,974.3,2730,1949,7544,8196,0.36187698833510074,0.23779892630551488,3981,-0.2558324496288441,-0.48572474377745234 +51073,VA,Gloucester,3765.01510480939,0,0.10214919704838542,763.085107281746,0.02070337802598475,5,0.13462211600000001,30,0.806148223786747,20,0.538488463,1066,111165,766.8,6764,5399,19246,19524,0.3514496518757144,0.27653144847367345,7688,-0.2791748934843604,-0.3937717680803114 +51075,VA,Goochland,3311.28571513049,-0.03959747163505686,0.1524743617963112,553.984503452464,0.025509255580994795,2,0.091174325,11.8333333333333,0.522028115993177,7,0.319110139,575,65811,685,4676,4884,13287,13930,0.351922932189358,0.35061019382627423,3490,-0.28388650560698425,-0.25053840631730073 +51077,VA,Grayson,2826.69405076726,3.309179069341481,0.181979917000403,501.12831658289,0.032262171929626604,1,0.06625588,12.3333333333333,0.816398579025176,3,0.198767641,604,47232,810.4,2094,1407,7146,7258,0.29303106633081444,0.19385505648939103,4186,-0.37881332213825913,-0.5767429043813722 +51079,VA,Greene,0,0,0,0,0,2,0.105091693,9.16666666666667,0.473215975771342,7,0.367820924,463,57115,752.2,3284,2923,8993,9503,0.3651729122650951,0.30758707776491634,3020,-0.2528633381518959,-0.31779438072187727 +51081,VA,Greensville,1008.3032894331,16.64208579698994,0.082357534054815,174.155561157786,0.014224909022117618,1,0.085609109,4.5,0.384418247052793,4,0.342436435,481,35062,1226.5,3135,2558,4925,4363,0.63654822335025385,0.5862938345175338,821,0.2779695431472082,0.1881732752693101 +51083,VA,Halifax,8496.03692841011,-10.88453359579928,0.234431636224445,1927.87476627971,0.053195959445923396,10,0.284090909,39.9166666666667,1.14073693034598,25,0.710227273,1388,105736,858.4,7760,6890,16663,16946,0.4657024545399988,0.4065856249262363,2808,-0.05635239752745602,-0.1657028207246548 +51085,VA,Hanover,21762.9254590036,9.795669856453742,0.2179278156975416,5969.47071252426,0.05977660106870673,12,0.117741714,71,0.680128745497739,75,0.735885712,2648,306284,733.8,18283,19360,58936,62313,0.310217863445093,0.31068958323303325,20232,-0.3671270530745215,-0.32468345289105 +51087,VA,Henrico,64088.7829258322,-7.144879686408206,0.208802459562553,17255.8474410183,0.0562198753515184,63,0.195698364,260.333333333333,0.797343142389559,269,0.835600949,8067,967558,733.1,89116,93615,161195,161966,0.5528459319457799,0.577991677265599,33941,0.11713142467198112,0.20955632663645457 +51089,VA,Henry,9194.4864804223,-11.60800257592084,0.16979347528988015,1832.08136601061,0.03383282609759026,11,0.211209462,71.8333333333333,1.3963132147601,31,0.595226666,2043,156665,875.9,10312,8199,24927,24029,0.41368796886909776,0.34121270131923925,7008,-0.14714967705700643,-0.29164759249240496 +51091,VA,Highland,2321.00001154791,0,1.000000004975403,346.000002072761,0.14907367603307237,1,0.444839858,2.66666666666667,1.20336943441637,0,0,89,6688,743.1,459,371,1411,1391,0.3253012048192771,0.26671459381739754,587,-0.32955350815024803,-0.4219985621854781 +51093,VA,Isle of Wight,5800.64052629471,0.024833743912948337,0.16446386521958348,1328.43124255603,0.037664622697931104,5,0.138861888,27.6666666666667,0.756002477502095,20,0.555447552,983,107969,734.2,8754,7673,20772,20481,0.4214326978625072,0.3746399101606367,4298,-0.14649528211053348,-0.20985303451979886 +51095,VA,James City,23479.6654003526,9.01052848971631,0.3503956990904594,5087.04830961379,0.07591589651559924,9,0.123995977,39.4166666666667,0.52976542479795,31,0.427097254,2071,215869,599.1,17854,19091,41134,42737,0.4340448290951524,0.44670894073051454,2193,-0.12097048670199839,-0.05131384982567799 +51097,VA,King and Queen,537.466790725773,-26.55529208018546,0.07738902674237191,115.839112793515,0.016679497882435564,1,0.139372822,3,0.419052940354798,0,0,204,21426,618.8,1743,1451,3645,3615,0.47818930041152263,0.4013831258644537,608,-0.03292181069958844,-0.16818810511756566 +51099,VA,King George,NA,NA,NA,NA,NA,3,0.118245241,18.9166666666667,0.72801211001642,12,0.472980963,508,75780,761.3,4476,4002,11287,11967,0.3965624169398423,0.3344196540486337,3336,-0.18844688579782054,-0.27876660817247434 +51101,VA,King William,1741.65357136751,7.091420326462767,0.10929736877110198,406.975906159045,0.025539749366742706,3,0.18534536,13.4166666666667,0.8213950451002,7,0.432472507,443,48521,873.6,3326,2752,8865,9088,0.3751833051325437,0.3028169014084507,3211,-0.23902989283699938,-0.3533230633802817 +51103,VA,Lancaster,367.621198136127,4.487085225957926,0.032272952167160654,73.6398050958232,0.0064647357647110186,3,0.27164071,17.25,1.57218374043019,10,0.905469033,585,33071,754.3,3144,2862,7052,6599,0.44583096993760635,0.4337020760721321,658,-0.08579126488939309,-0.09971207758751327 +51105,VA,Lee,18.6014454190154,0,7.269881353427677e-4,4.41385764279403,1.725039138153762e-4,6,0.240471324,32.5,1.34414161048844,7,0.280549878,914,74842,940.4,2593,1627,9588,9353,0.27044221944096786,0.1739548807869133,5915,-0.44347100542344603,-0.6324174061798353 +51107,VA,Loudoun,40493.136417668,2.696111870289027,0.12965645275916635,12728.5720333863,0.040756079783889454,59,0.162512051,113.333333333333,0.293651513384895,261,0.718909241,3535,1090204,493.2,81900,99909,158648,180265,0.5162372043769855,0.5542340443236347,30276,0.04479098381322172,0.1679527362494106 +51109,VA,Louisa,778.85070772337,0,0.023492616285807316,184.605308832305,0.005568283679676198,4,0.116455107,26.3333333333333,0.747341733832823,9,0.26202399,891,102898,724.4,6949,6208,16404,17507,0.4236161911728847,0.3546010167361627,4299,-0.13764935381614235,-0.24555891928942714 +51111,VA,Lunenburg,7.40811751561705,62.53248201737966,5.736501096187897e-4,0.756898611813085,5.861070247894417e-5,5,0.401090967,11,0.896276379043429,2,0.160436387,422,37274,813.9,2684,2226,5726,5577,0.4687390848760042,0.3991393222162453,980,-0.049772965420887216,-0.1757217141832526 +51113,VA,Madison,375.732732433928,52.21317992510643,0.028233598770207993,68.7224529471873,0.005163995562608003,6,0.45603101,10,0.764642911760208,5,0.380025842,446,39395,774.1,2637,2202,6597,6934,0.39972714870395637,0.31756561869051053,2216,-0.185993633469759,-0.3195846553216037 +51115,VA,Mathews,0,0,0,0,0,2,0.226346763,6,0.683215668412662,5,0.565866908,362,26550,760.6,1807,1563,5364,5292,0.33687546607009694,0.2953514739229025,1952,-0.3133855331841909,-0.3688586545729403 +51117,VA,Mecklenburg,3019.26143530887,-16.118953410914827,0.09225597932315428,489.700926486346,0.014963208558265224,6,0.192357015,54,1.74802537873883,25,0.801487561,1305,93475,882.3,6786,6571,14813,15177,0.45811111861202997,0.4329577650392041,1712,-0.07216634037669617,-0.11280226658759968 +51119,VA,Middlesex,116.978122690911,8.713610537700903,0.010674160296643033,23.4943238673732,0.0021438382943127295,3,0.280478684,11.8333333333333,1.09791550689676,7,0.654450262,447,31954,772.7,2370,2107,6067,5994,0.3906378770397231,0.3515181848515182,1561,-0.20586780946101868,-0.26042709376042705 +51121,VA,Montgomery,13785.3522192549,74.70487290039641,0.1460436500895722,1664.2756866336,0.017631533251055174,11,0.113117519,63.75,0.646538609764508,63,0.647854881,1804,291804,720.3,19903,20015,40938,42695,0.4861742146660804,0.4687902564703127,560,-0.0025159998045825582,0.013116289963696015 +51125,VA,Nelson,1085.54811377511,37.94994684719852,0.07227350957224435,238.092357730125,0.01585168826432257,2,0.134680135,11.8333333333333,0.795839218059946,6,0.404040404,543,44416,810,4171,3677,8225,8247,0.5071124620060791,0.4458591002788893,473,0.027598784194528936,-0.05735418940220682 +51127,VA,New Kent,0,-100,0,0,0,4,0.19979022,12.5833333333333,0.595041061773932,10,0.499475551,460,59881,777.4,3555,3545,10941,12163,0.32492459555799286,0.29145769958069556,4572,-0.3373549035737136,-0.37589410507276166 +51131,VA,Northampton,206.949240246089,438.13654592058117,0.016704273165395835,23.1345456024719,0.0018673456778167648,3,0.247504331,15.75,1.2974709613642,13,1.072518769,578,36282,937.5,3737,3255,6481,6134,0.5766085480635704,0.5306488425171177,569,0.1637093041197346,0.09276165634170203 +51133,VA,Northumberland,1150.06302324291,26.712192203318242,0.09327356230680536,129.906481989776,0.010535805514174858,4,0.326503959,13.3333333333333,1.09092892598047,3,0.244877969,508,36727,676.6,3186,2830,7542,8176,0.4224343675417661,0.3461350293542074,2259,-0.14876690533015113,-0.2762964774951076 +51135,VA,Nottoway,8927.25589318699,11.920719626459944,0.5631272247011285,1753.18861540428,0.11059033718566075,4,0.256755889,20.5833333333333,1.31986747889281,13,0.83445664,582,46894,908.1,3344,2829,6844,6717,0.4886031560490941,0.4211701652523448,883,-0.009497369959088231,-0.13145749590591033 +51137,VA,Orange,8426.41495907406,13.214559781225121,0.2516775173702715,1839.01615182488,0.05492715724813715,3,0.08565066,27.9166666666667,0.785654649668384,26,0.742305716,1129,104949,791.6,6870,5955,16330,17157,0.42069810165339866,0.34708865186221366,4556,-0.14537660747091247,-0.2655475899049951 +51139,VA,Page,967.285237248056,39.749432541580695,0.040233143550788456,195.03575737332,0.008112293377144995,6,0.251593425,17.4166666666667,0.736309574138271,17,0.712848038,866,71329,885.7,3724,2514,10205,10663,0.3649191572758452,0.23576854543749415,5310,-0.2567368936795688,-0.4979836818906499 +51141,VA,Patrick,1742.23961442502,92.10315203497132,0.0942260472917804,354.725705479042,0.019184732584047702,2,0.109505037,21.3333333333333,1.19027692536592,6,0.328515112,795,54561,935.9,2417,1768,8241,8489,0.2932896493144036,0.2082695252679939,4686,-0.3889091129717267,-0.5520084815643774 +51143,VA,Pittsylvania,9948.03983384893,1.6126005844521305,0.1566472433132134,2195.74260238935,0.034575356696837305,5,0.080150041,56.0833333333333,0.909159682483073,15,0.240450123,2062,187460,792.4,10855,9195,30578,31687,0.3549937863823664,0.29018209360305486,12547,-0.2753613709202695,-0.39596680026509296 +51145,VA,Powhatan,2701.44826132096,2.1220406256758153,0.09632205167656563,441.188504887093,0.01573088871450806,4,0.140602482,9,0.316422318320852,6,0.210903722,603,84773,666,4066,4057,15466,16794,0.2628992628992629,0.24157437179945218,7818,-0.4607526186473555,-0.4655234012147196 +51147,VA,Prince Edward,4939.83796922819,40.755895630953226,0.21139327153492765,661.093561870579,0.02829054954940855,5,0.216694115,23.1666666666667,1.00106588309855,15,0.650082344,705,68740,853.7,5132,4590,9224,9113,0.5563746747614917,0.5036760671568089,491,0.12792714657415433,0.053879073850543135 +51149,VA,Prince George,11104.2019562397,8.404432642138753,0.31082440745247586,2448.0636304232,0.0685252240846242,3,0.08035786,16.9166666666667,0.446998722860792,17,0.455361209,663,112944,629.4,7671,6419,17180,16140,0.44650756693830035,0.3977075588599752,2738,-0.09772991850989526,-0.1696406443618339 +51153,VA,Prince William,87198.5298483464,5.397401875821811,0.2169106866342615,25881.5026749131,0.06438152714392739,63,0.14122584,187.833333333333,0.412630068173663,283,0.634395441,5217,1335902,604.5,103161,83093,179648,144854,0.574239624153901,0.5736327612630648,29028,0.16025783754898465,0.2003948803622958 +51155,VA,Pulaski,5242.47644697338,0.29902893415070253,0.15033483731857594,1087.23660306369,0.031177925070649516,6,0.174814987,37.8333333333333,1.10614078687055,33,0.961482431,1280,103154,913.4,5287,4170,14657,15112,0.36071501671556255,0.2759396506087877,6144,-0.24766323258511286,-0.4065643197458973 +51157,VA,Rappahannock,5513.7101742136,-5.351435343654985,0.7478245184068357,1048.62644970858,0.14222520679622677,2,0.271702214,1,0.135354629128316,2,0.271702214,200,22205,594.7,1971,1741,4331,4444,0.45509120295543753,0.3917641764176418,791,-0.07758023551142929,-0.177992799279928 +51159,VA,Richmond,473.122717798471,-26.520239896875857,0.051126293256804727,60.5026371896129,0.006537998399569148,2,0.224668614,8,0.911784818782767,2,0.224668614,350,26710,860.3,1574,1347,3768,3651,0.4177282377919321,0.3689400164338537,866,-0.15552016985138,-0.23719528896192826 +51161,VA,Roanoke,18650.4453784253,-5.255577542653101,0.20189708775466894,4078.3565585443,0.04414952540209903,12,0.127952231,51.3333333333333,0.545919253579493,53,0.565122354,2955,282149,716.9,19589,16787,53793,50149,0.36415518747792464,0.3347424674470079,14070,-0.25570241481233613,-0.2805639195198309 +51163,VA,Rockbridge,4503.16268019669,23.642540067427532,0.20187217824883177,895.184156260041,0.04013019035549563,4,0.179155283,19.8333333333333,0.88573299988091,9,0.403099386,747,67223,663,4087,3506,10155,10685,0.40246184145741015,0.3281235376696303,3165,-0.1783357951747907,-0.2962096396817969 +51165,VA,Rockingham,16615.3969505354,11.892639038181073,0.2177240997790104,4050.89257026653,0.0530819059447353,12,0.153509614,36,0.451444622792937,27,0.34539663,2111,234428,655.2,10059,9361,34783,36536,0.2891929965787885,0.25621305014232537,15908,-0.40577293505448064,-0.4354061747317714 +51167,VA,Russell,1533.73524264707,-27.584749097467352,0.053075933233452256,353.354031897245,0.012228052458637402,2,0.071369946,24.0833333333333,0.87991718426501,15,0.535274596,1067,84156,958.7,3716,2328,12063,12195,0.30804940727845476,0.1908979089790898,7188,-0.36980850534692866,-0.5894218942189422 +51169,VA,Scott,2456.10116800541,-11.666800978758193,0.10597148759569443,478.425242417063,0.020642241982010742,6,0.268048606,33.6666666666667,1.53518771849825,10,0.446747677,979,67098,971.1,2395,1579,9964,10055,0.24036531513448414,0.15703630034808552,6663,-0.5062224006423124,-0.6626553953257086 +51171,VA,Shenandoah,2906.85638521496,-0.23098230137346024,0.06922240338187222,725.167725408482,0.017268776353403712,11,0.255689082,40.6666666666667,0.941903107508203,23,0.534622626,1465,128738,774.4,6462,5269,19289,20335,0.3350095909585774,0.2591099090238505,8809,-0.3143760692622739,-0.433194000491763 +51173,VA,Smyth,3913.86184187147,49.47650651722717,0.12151831352059954,813.272616309165,0.02525064009901779,7,0.221834891,39.5833333333333,1.27433305432146,19,0.602123277,1258,94770,925.2,4169,2661,12751,12825,0.32695474864716495,0.20748538011695905,7086,-0.32993490706611245,-0.552514619883041 +51175,VA,Southampton,4170.71276121397,-1.445757534035338,0.22459411745901833,599.6306899459,0.032290290250183096,3,0.166122155,14.9166666666667,0.826087759133116,4,0.221496207,487,54751,667.5,4437,3595,9261,8872,0.47910592808551994,0.4052073940486925,1440,-0.031961991145664614,-0.1623083859332733 +51177,VA,Spotsylvania,28676.0732113165,-13.346330553757113,0.23428738622120232,8433.55622438932,0.06890329194661078,19,0.147072484,92.3333333333333,0.699441961467566,88,0.681177818,2413,387425,664.1,25150,24204,57797,62083,0.4351436925791996,0.3898651804841905,10415,-0.11536930982576954,-0.16775928998276501 +51179,VA,Stafford,33223.4219746018,-8.94210705280426,0.25762379304287186,10106.6486411655,0.07836980669477982,12,0.085719184,69.25,0.479700196036326,76,0.542888165,2026,419044,677,27130,27879,60338,65350,0.44963372998773576,0.426610558530987,5961,-0.08782193642480696,-0.09121652639632744 +51181,VA,Surry,2111.1602817498,28.509955449330338,0.2991159367738453,418.819316740604,0.05933965949852706,2,0.29455081,6.16666666666667,0.942339038304809,1,0.147275405,218,20314,782.1,2574,2069,4302,3976,0.5983263598326359,0.5203722334004024,284,0.20990237099023706,0.0714285714285714 +51183,VA,Sussex,6463.22880337837,84.91532606137821,0.5347256393959104,789.273026110919,0.0652993320187738,3,0.254950285,18.9166666666667,1.64435558646268,6,0.509900569,416,35275,957,3350,2874,5421,5036,0.6179671647297547,0.5706910246227165,819,0.24515771997786384,0.16262907069102467 +51185,VA,Tazewell,8591.1960760457,4.306300327469207,0.1905851208138271,1865.68191339419,0.041387859119619105,8,0.184111203,52.4166666666667,1.24357453538948,32,0.736444813,1761,130426,988.9,3661,2895,17712,18495,0.20669602529358627,0.15652879156528793,12265,-0.5748644986449865,-0.6631522032981887 +51187,VA,Warren,4459.50317510986,132.64962305545694,0.118682719231134,1109.89240071792,0.029538054576657882,6,0.153897453,36.3333333333333,0.92793598093049,23,0.589940236,1061,116748,845.7,6449,5165,16636,17791,0.38765328203895166,0.29031532797481874,6597,-0.20533782159172875,-0.37080546343656906 +51191,VA,Washington,6273.9142921513,-8.579544193613813,0.11432892871476237,1292.78758421927,0.023558342157213905,15,0.274077728,54.5833333333333,1.00681250845415,33,0.602971003,1766,163998,795.4,7076,5548,25582,25715,0.27660073489172077,0.21574956251215244,13761,-0.4325306856383394,-0.5351351351351352 +51193,VA,Westmoreland,1012.96074551225,-67.051620098609,0.05803602300402486,219.433473889306,0.012572102319772314,5,0.28609029,20.25,1.15109140518417,4,0.228872232,688,52648,850.9,4155,3723,8689,8291,0.47819081597422025,0.44904112893498976,608,0.004488433651743562,-0.07333252924858275 +51195,VA,Wise,3456.1360691945,-11.932786391011442,0.08337682305303724,578.45428326715,0.013954797917281435,10,0.250406911,58.75,1.49765473641277,26,0.651057969,1584,120334,1144.8,3751,2687,14937,14991,0.2511213764477472,0.17924087786004936,9296,-0.48804980919863433,-0.6201053965712761 +51197,VA,Wythe,1165.90219607102,-0.1328983550177484,0.039880355603592266,242.73521033983,0.008302897565925432,6,0.206036881,39.8333333333333,1.37280580828968,22,0.755468562,1182,87469,967.9,3782,2765,12336,13250,0.30658236057068744,0.20867924528301887,7279,-0.36819066147859925,-0.5493584905660378 +51199,VA,York,20778.9616264753,7.774702793212048,0.3174105099974841,4807.47224028516,0.0734368850098552,8,0.12058726,47.75,0.70245380722608,50,0.753670375,1224,200579,571.8,13165,12989,33848,34062,0.38894469392578584,0.38133403793083204,5834,-0.20730914677381235,-0.17127590863719094 +51510,VA,Alexandria,NA,NA,NA,NA,NA,38,0.252365931,69.9166666666667,0.448730291166592,126,0.836792296,2187,454770,569.7,52434,57147,73470,74384,0.713679052674561,0.7682700580770058,43906,0.4386688444262964,0.5902613465261346 +51515,VA,Bedford,539.658697448824,0,0.08673395973140854,79.3964088975918,0.012760592879715815,3,0,13.9166666666667,NA,12,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +51520,VA,Bristol,4843.75171748365,-3.5712494653418103,0.2715868638903084,1130.627407338,0.06339374305231286,4,0.232774674,35.9166666666667,2.11772798742138,31,1.804003724,935,51995,1251.7,2487,1832,7356,6966,0.33809135399673734,0.26299167384438704,3052,-0.31117455138662314,-0.43812805053115134 +51530,VA,Buena Vista,6102.94072902689,-2.1580334914397024,0.9177354479739683,1298.68552925267,0.1952910570304767,1,0.151446312,8.16666666666667,1.26575738789006,4,0.605785249,239,19848,969.8,919,693,2526,2395,0.36381631037212986,0.28935281837160753,739,-0.25534441805225655,-0.30855949895615864 +51540,VA,Charlottesville,3192.37909403443,176.88525703492596,0.07343022642977413,337.411890752614,0.007761055566477608,23,0.504463404,48.5833333333333,1.0356269895407,66,1.447590639,850,137214,789.1,16267,17865,21455,22211,0.7581915637380564,0.804331187249561,14914,0.53442088091354,0.6714690918914051 +51550,VA,Chesapeake,45111.9538518353,-9.415706532931504,0.20301587177762961,12657.7658498598,0.05696333564283985,28,0.119980632,165.166666666667,0.694152587487042,180,0.771304061,5107,699423,792,54999,52554,110105,111827,0.4995141001771037,0.46995806021801534,1434,0.010480904591072149,-0.012823378969300803 +51570,VA,Colonial Heights,3198.70894717949,-3.053575502036984,0.18371770416285627,711.498631565584,0.04086489182502923,3,0.169195195,27.1666666666667,1.52862180208568,35,1.97394394,728,52899,870.2,2541,2367,8593,8427,0.29570580705225186,0.28088287646849414,3314,-0.39520539974397767,-0.39325976029429216 +51580,VA,Covington,1240.29579375219,7.663742752452843,0.20806841029226475,290.477118987474,0.04872959553556014,1,0.172354361,10.75,1.94816962667633,10,1.723543606,289,17096,1196.4,1319,914,2329,2369,0.566337483898669,0.3858168003376952,435,0.14770287677114646,-0.18362178134233859 +51590,VA,Danville,5596.75480233837,-12.481270735991618,0.1299908210971634,1362.37702466804,0.03164271338214005,15,0.353406842,88.8333333333333,2.12022849141566,55,1.295825087,2054,127031,1066.6,12215,11051,20169,18862,0.6056324061678814,0.5858869685081115,3745,0.22108185829738708,0.1985473438659739 +51595,VA,Emporia,55.9880405515432,-44.79387016429076,0.009446269706688578,13.1694429479539,0.002221940770702531,3,0.549249359,20.4166666666667,3.84857053094565,10,1.830831197,196,16752,900,1793,1531,2691,2367,0.6662950575994054,0.6468103084072666,739,0.33704942400594573,0.31220954795099287 +51600,VA,Fairfax,603.948854207993,NA,0.02676485061856827,143.510246872902,0.00635986026469763,15,0.612670016,29,1.20013242840589,86,3.512641425,597,71203,651.2,6636,7363,11577,11854,0.573205493651205,0.6211405432765311,3668,0.16187267858685328,0.30943141555593046 +51610,VA,Falls Church,NA,NA,NA,NA,NA,9,0.66171605,15.25,1.08819751676895,33,2.426292184,220,40732,615,5006,5810,7244,7667,0.6910546659304252,0.7577931394287205,4487,0.3954997239094423,0.5852354245467588 +51620,VA,Franklin,5025.12923028343,0.9506414997542293,0.5855429072807539,1152.21620272839,0.1342596367663004,2,0.234576589,16,1.92631832410306,11,1.290171241,398,25444,1116.8,2830,2516,4351,4040,0.6504251896115836,0.6227722772277228,1095,0.3065961847851069,0.27103960396039606 +51630,VA,Fredericksburg,2115.13994981349,-66.90082453670726,0.08709297331028124,565.201138474047,0.023272714258175363,7,0.24691358,30.9166666666667,1.0925775406109,41,1.446208113,563,84239,779.4,7114,6690,11396,11135,0.6242541242541243,0.6008082622361922,2959,0.2685152685152686,0.26573866187696454 +51640,VA,Galax,206.048072769915,8.655812657741098,0.029259879688996734,41.3825953543749,0.005876540095764683,4,0.570287995,17.75,2.61992619926199,16,2.281151982,397,20740,1261.6,900,680,2273,2363,0.3959524857017158,0.28776978417266186,923,-0.19005719313682357,-0.3906051629284808 +51650,VA,Hampton,41215.7511130226,27.99044816057795,0.2998905025831849,9547.6970754654,0.06947013210123541,20,0.146114451,136.916666666667,1.01112670162223,111,0.810935206,3754,411643,864.6,51733,41030,71713,61489,0.7213894273004895,0.6672738213338971,23228,0.45375315493704077,0.377758623493633 +51660,VA,Harrisonburg,1294.42661648925,-69.23571707467846,0.02646331554338737,317.757653465203,0.006496251655256226,17,0.323945272,54.1666666666667,1.02051069495208,53,1.009947025,798,156084,675.2,8650,10100,15541,17693,0.5565922398816034,0.5708472277171763,3868,0.13422559680844215,0.21861753235742953 +51670,VA,Hopewell,8232.64107808428,25.858327210243026,0.3644212774150892,1851.42193840181,0.08195396124128235,7,0.315372139,30,1.31955135254014,19,0.856010092,913,66646,1134.9,5178,4722,9011,8968,0.574631006547553,0.5265388046387154,837,0.15991565863944063,0.09333184656556642 +51678,VA,Lexington,434.15003270749,4684.809925818614,0.06165152409933116,89.1662513129413,0.012662063520724411,3,0.410340583,5,0.7097232079489,10,1.367801942,230,21507,887,1484,1514,2677,2448,0.5543518864400448,0.6184640522875817,748,0.1262607396339186,0.3055555555555556 +51680,VA,Lynchburg,12529.6931815017,-37.19807932910399,0.16580686509503625,2632.30938903423,0.03483365166517878,16,0.202411224,82.4166666666667,1.0274854967669,81,1.02470682,2430,236705,891,15905,14787,36242,35349,0.4388554715523426,0.41831452091996946,3192,-0.1061475636002428,-0.09029958414665196 +51683,VA,Manassas,2114.38078626874,-8.626197377678142,0.055904941335996924,591.126635684341,0.015629587681032786,18,0.427746489,34.25,0.825639418556999,50,1.188184691,639,124224,744.7,8478,8395,15154,15210,0.5594562491751353,0.551939513477975,2461,0.13296819321631248,0.16180144641683097 +51685,VA,Manassas Park,5320.76001325995,8.174965624813037,0.37278497956000495,1558.86509060115,0.10921776014861279,1,0.065902201,5.5,0.345585925227773,6,0.395413207,106,47472,365.3,2873,3218,4627,5214,0.6209206829479145,0.6171845032604526,1486,0.25437648584395944,0.2850019179133103 +51690,VA,Martinsville,3151.6165721764,-9.674776682426424,0.2280310087675566,642.503907731872,0.04648751231689979,4,0.291736562,17.8333333333333,1.3263914714268,23,1.677485231,751,40780,1213,3855,3531,6277,5873,0.6141468854548351,0.6012259492593223,1382,0.24581806595507405,0.2353141494977013 +51700,VA,Newport News,40758.5936214996,20.77917948839521,0.22553574124192585,9743.90961420026,0.05391746088789923,32,0.174896838,171.416666666667,0.942756313304918,153,0.836225508,4483,546380,855.7,50990,40997,79169,68432,0.644065227551188,0.5990910685059622,17347,0.30019325746188535,0.25349251812017776 +51710,VA,Norfolk,48194.111778034,50.39548963765282,0.19849059434205507,10328.5052198879,0.0425386227513165,43,0.175204133,209.083333333333,0.853000972332715,238,0.969734505,5864,737761,919.8,55654,51429,77925,75172,0.7141995508501765,0.6841510136753046,31554,0.4400128328521014,0.4197573564625126 +51720,VA,Norton,252.203284293413,-48.351192644868235,0.06371987981137266,48.0701565109193,0.012145062281687541,2,0.4961548,9.33333333333333,2.41545893719807,12,2.976928802,112,11976,803.2,566,383,1486,1456,0.38088829071332436,0.26304945054945056,638,-0.221399730820996,-0.43818681318681313 +51730,VA,Petersburg,11993.2358465478,66.20936107715387,0.36993324634632324,2781.67555158492,0.08580121997485873,14,0.428121464,58.5833333333333,1.83750496622964,34,1.039723556,1399,96839,1191.2,14377,12005,15977,13717,0.8998560430619015,0.8751913683750091,10557,0.80434374413219,0.7696289276080776 +51735,VA,Poquoson,5211.71628727205,0,0.4289478425738313,1334.96148639242,0.10987337336563127,2,0.166002656,9,0.748939003078972,10,0.83001328,296,36209,662.1,1679,1599,7098,7114,0.236545505776275,0.22476806297441665,3490,-0.5118343195266273,-0.4905819510823728 +51740,VA,Portsmouth,16355.9966858055,14.86132870834362,0.17120423599524254,3725.40131754009,0.038995146465066105,12,0.124994792,101.583333333333,1.06646929548286,79,0.82288238,3123,288318,963.4,28994,28462,41860,43e3,0.6926421404682275,0.6619069767441861,15689,0.39624940277114196,0.3648604651162791 +51750,VA,Radford,2599.9455349436,0,0.15845596873132617,520.97956093133,0.03175155783345502,2,0.113340134,11,0.629182634559286,10,0.566700669,342,51868,972.5,2732,2923,5382,6032,0.5076179858788554,0.48458222811671087,286,0.039390561129691526,0.04741379310344829 +51760,VA,Richmond,43858.2484465766,5.507193788001387,0.21476612008273968,8305.9991426358,0.040673015281203984,60,0.275415073,238.166666666667,1.06719839882899,177,0.812474467,5420,651130,841.4,71037,74640,92175,94724,0.7706753458096013,0.7879734808496263,60386,0.5566042853268239,0.6374941936573624 +51770,VA,Roanoke,17852.413592084,-22.436920816847238,0.18398480493119798,3808.52669883187,0.03925021331964579,25,0.251438227,132.916666666667,1.33370125091979,88,0.885062558,3357,298718,915.7,22179,23403,37479,41728,0.5917713919795086,0.5608464340490797,7358,0.2151338082659623,0.17633243865030673 +51775,VA,Salem,10430.9775141995,-14.075219568533463,0.42057001508747277,1939.49711034872,0.07819922225420209,6,0.235451085,30.5833333333333,1.19704619880752,30,1.177255425,943,75969,932.9,4756,4212,12270,12129,0.3876120619396903,0.34726688102893893,3013,-0.206438467807661,-0.24841289471514544 +51790,VA,Staunton,1352.61884872452,-25.973481621217175,0.05696196617217721,251.618508877204,0.010596248162941295,7,0.285271823,30.9166666666667,1.26900080723501,24,0.978074823,1103,73057,967.1,5710,5329,11154,11144,0.511923973462435,0.478194544149318,200,0.040613232920925224,0.017946877243359638 +51800,VA,Suffolk,18259.1426132076,11.636493226164989,0.21586738326189753,4899.96624335902,0.057929493921605714,14,0.161279174,71.4166666666667,0.799980583901814,59,0.67967652,2147,260891,821.8,24194,23012,42381,41929,0.5708690214954815,0.5488325502635407,5806,0.15138859394540005,0.13847217916000853 +51810,VA,Virginia Beach,71829.1148431221,-8.753464653381718,0.16399565939972238,18346.6355990842,0.04188786969475426,76,0.168521886,301.666666666667,0.666516424290363,421,0.933522551,9068,1352744,690.6,94163,76744,195823,171876,0.4808577133431722,0.44650794759012313,7645,-0.025247289644219517,-0.0444797412087784 +51820,VA,Waynesboro,2565.4139511942,-21.220416652360992,0.12212767548291917,645.301294973007,0.030719855992240645,7,0.327623327,33.5833333333333,1.53439636922983,27,1.263689975,764,63741,900.7,3836,3762,8772,9114,0.4373005015959872,0.412771560236998,1036,-0.10864113087095306,-0.11367127496159757 +51830,VA,Williamsburg,2213.34505080618,169.19218935305597,0.15733189158417543,205.43984717517,0.014603344268920244,4,0.272275543,14.1666666666667,0.931159896586477,33,2.246273229,291,44740,605.8,4901,5199,7722,7534,0.6346801346801347,0.6900716750730024,3278,0.28787878787878796,0.4350942394478365 +51840,VA,Winchester,4313.93888396228,-33.639960689721065,0.16463530450567795,901.909684169543,0.03442009251496176,9,0.326761791,33.0833333333333,1.20233076513059,46,1.670115819,797,82047,825.1,5089,5161,10254,10574,0.49629412912034326,0.4880839795725364,375,0.01423834601131263,0.035464346510308276 +53001,WA,Adams,2988.22494977293,-21.576586960820656,0.1595592134650219,955.943014544834,0.051043518504102624,6,0.312842171,16.3333333333333,0.849014104030218,13,0.677824704,390,57562,796,1516,1118,4707,4081,0.3220735075419588,0.2739524626317079,1622,-0.3388570214574039,-0.39745160499877485 +53003,WA,Asotin,4079.11545087823,-3.1511781643048478,0.18864706335282938,867.379316368953,0.04011373613138571,5,0.225336879,15.0833333333333,0.67620072327326,10,0.450673757,749,66403,739.2,3993,3118,9883,9684,0.4040271172720834,0.32197439074762496,2594,-0.16735808964889198,-0.2678645187938868 +53005,WA,Benton,32502.8391695121,-13.987264448521827,0.18554284620419403,8773.66147326128,0.05008455147228963,27,0.144782986,120.833333333333,0.623861989680892,113,0.60594361,4065,561540,701.9,27846,25173,78874,76907,0.3530440956462206,0.32731740933855175,20421,-0.2695311509496158,-0.2655284954555502 +53007,WA,Chelan,14893.7598907753,-5.482423136073119,0.20556443336749755,3435.79667136464,0.04742104083149959,23,0.308360594,58.0833333333333,0.760870514466365,53,0.710570065,2113,224303,690.7,12519,10770,30952,27415,0.40446497803049886,0.3928506292175816,4300,-0.16871284569656242,-0.15684844063468906 +53009,WA,Clallam,17164.698030602,11.116801799060653,0.24038846606075293,3390.46881480244,0.04748289752398241,16,0.220037131,58.8333333333333,0.788967860176121,39,0.536340507,2856,218376,707.6,17231,15154,35242,32985,0.4889336587026843,0.459420948916174,531,0.004086033709778114,-0.016098226466575716 +53011,WA,Clark,87200.6677034517,-1.3074856777825212,0.20500294502213806,24725.5837818968,0.05812819587480998,59,0.130818079,261,0.558864968802059,243,0.538793103,9870,1352779,706.2,88822,90697,181567,195784,0.48919682541430987,0.46325031667551997,107,0.001062968490970262,5.465206554161606e-4 +53013,WA,Columbia,1080.48177145086,0,0.26495384292566454,215.201046167461,0.05277122269923026,2,0.501882058,5.66666666666667,1.43897071271373,2,0.501882058,168,11936,767.3,634,523,2222,2171,0.28532853285328535,0.2409028097650852,968,-0.40999099909990994,-0.44587747581759557 +53015,WA,Cowlitz,23078.6731332938,-16.458861111566957,0.22535565992865736,6313.10287302202,0.06164537518818494,12,0.117493856,86.6666666666667,0.824140991505008,61,0.597260435,3354,307474,824,20897,17842,40976,45485,0.5099814525575946,0.39226118500604595,6224,0.04368410777040216,-0.13683631966582394 +53017,WA,Douglas,16379.479792685,-9.09501911468922,0.42620488128555073,4584.32950858577,0.11928728132460176,12,0.301477238,28,0.67752316887265,15,0.376846548,929,119836,669.8,5047,3600,14678,11467,0.34384793568606076,0.3139443620824976,3608,-0.2888676931462052,-0.3146420162204587 +53019,WA,Ferry,3669.29051054752,-0.6966444923367051,0.48593438094921465,802.631984015257,0.10629479327443478,4,0.521716447,9.58333333333333,1.258646353209,2,0.260858224,245,22873,783.3,1276,1091,3391,3560,0.37629017988793867,0.3064606741573034,1087,-0.20347979946918315,-0.30533707865168536 +53021,WA,Franklin,18841.9346485557,-23.856679514864453,0.24105951215480087,6029.45518579776,0.07713950572262784,18,0.204990377,65.5833333333333,0.727410529429163,43,0.489699234,1092,263203,638.3,6876,7839,18940,20584,0.3630411826821542,0.38082977069568597,3519,-0.25242872228088703,-0.1709580256509911 +53023,WA,Garfield,2256.61180601171,-0.07763381868678325,0.9958569311613901,453.976759365732,0.20034278877569814,1,0.451467269,2.08333333333333,0.927162142115413,0,0,70,6678,519.2,335,276,1275,1232,0.2627450980392157,0.22402597402597402,565,-0.45254901960784316,-0.45860389610389607 +53025,WA,Grant,19379.1480716864,-4.085320548403516,0.217450045687684,5817.76460945692,0.06528012353519884,25,0.26839297,87.4166666666667,0.934477868285834,57,0.611935972,2001,278003,745.3,8746,7768,27041,28260,0.32343478421656,0.2748761500353857,10714,-0.3263192929255575,-0.37912243453644734 +53027,WA,Grays Harbor,23669.6557192881,66.44689225040842,0.32514603238166545,5250.554355577961,0.07212597161391211,31,0.437741817,88.3333333333333,1.23322350663614,41,0.578948855,2432,213007,857.3,15692,11378,28224,26736,0.5559807256235828,0.42556852184320765,1891,0.1399163832199547,-0.07072860562537403 +53029,WA,Island,19289.0875777214,-0.40476207801942893,0.2457020810857947,4887.78952752406,0.062260076013604816,13,0.163986124,32.5833333333333,0.394299498200945,30,0.378429518,2086,238403,587.5,21080,20766,41319,42425,0.5101769161886783,0.48947554507955215,2507,0.044265350081076515,0.05909251620506778 +53031,WA,Jefferson,6830.52379720276,8.107826900728234,0.22865974147036558,1071.54337198387,0.03587116269362178,9,0.297737197,20.5,0.658338418060953,18,0.595474395,1045,90722,594.4,11985,12556,18717,20100,0.6403269754768393,0.6246766169154229,6570,0.3137254901960784,0.32686567164179103 +53033,WA,King,317784.493536778,-4.690603876844172,0.1645486902707926,77550.4844673476,0.040155611455253884,506,0.24327309,1202.75,0.559426410601078,1720,0.826936197,37829,6247031,594.5,599796,657149,871654,910823,0.6881124849997821,0.72148924653857,459368,0.39890369343799265,0.5043438736175964 +53035,WA,Kitsap,82378.6735526536,3.2761421542939537,0.3280280709928747,19459.3787230278,0.0774863467685561,50,0.196708671,145,0.547560335484553,159,0.625533572,6291,767981,698,59701,60561,109919,118625,0.5431363094642419,0.5105247629083246,13799,0.11129104158516728,0.11632455216016863 +53037,WA,Kittitas,8925.45841786197,-2.691233431538618,0.21814636240650054,1542.62557143506,0.03770317906476989,11,0.258689619,29.5833333333333,0.659370867323437,48,1.128827431,873,127822,634.2,6462,7190,15152,18334,0.42647835269271384,0.3921675575433621,2655,-0.12605596620908133,-0.1448129158939675 +53039,WA,Klickitat,7259.9732480262,51.45841539145346,0.3573173170600551,1685.75062467234,0.08296833471170097,9,0.431427065,18.9166666666667,0.888064723095942,9,0.431427065,503,62764,580.3,4373,3781,9861,9859,0.44346415170875164,0.38350745511715184,1609,-0.07757833891086097,-0.16320113601785174 +53041,WA,Lewis,17642.2159647476,38.612847891200786,0.23381109223706315,3850.92685872901,0.05103607260922417,28,0.372697263,85.75,1.11268263566294,48,0.638909594,2503,226284,789,9772,7236,26348,24995,0.3708820403825717,0.289497899579916,9037,-0.23462881433125854,-0.36155231046209235 +53043,WA,Lincoln,5996.31155837676,-20.23233977173402,0.5672953224575932,1321.83230865243,0.12505509069559412,5,0.487804878,10.1666666666667,0.982286634460548,9,0.87804878,316,30855,604.2,1649,1238,5804,5692,0.2841144038594073,0.2174982431482783,2857,-0.4092005513439008,-0.5019325368938862 +53045,WA,Mason,5277.94274650736,43.120761726482684,0.08695271333147762,1159.56466671153,0.01910352175013641,13,0.214129235,49.75,0.799864947425962,24,0.395315511,1950,182267,759.3,14568,11872,27897,27767,0.5222066888912786,0.4275578924622754,1667,0.06921891242785966,-0.06003529369395322 +53047,WA,Okanogan,7261.64867209277,11.626498735225338,0.17659651439914323,1463.40336826863,0.035588603313925826,18,0.435940906,46.5,1.11902584588728,19,0.460159845,1290,124031,762.1,5259,3980,12781,10893,0.41147015100539863,0.36537225741301754,2325,-0.14803223534934673,-0.21343982374001652 +53049,WA,Pacific,7100.60280330883,3.046833891725196,0.33941696000520216,1508.18918826309,0.07209317343513814,9,0.437721901,25.5,1.2000564732458,12,0.583629201,941,61823,839.6,5684,4597,10477,10667,0.542521714231173,0.4309552826474173,741,0.11453660398969168,-0.06946657916940097 +53051,WA,Pend Oreille,4404.19295938993,2.4548827250192917,0.3387580154903415,907.818497764951,0.06982682084185454,5,0.385059684,12.1666666666667,0.927125403236049,5,0.385059684,425,38920,768.7,2501,1932,6649,6788,0.3761467889908257,0.2846199175014732,2432,-0.2167243194465333,-0.3582793164407778 +53053,WA,Pierce,260286.776967337,-2.4192629759992847,0.3273121153979528,68007.3924255625,0.08551968615871294,163,0.195930417,508.75,0.590668654331996,539,0.647892606,18604,2494451,744.9,180478,160306,332134,322592,0.5433891140322882,0.4969311080249975,24260,0.10975088367947877,0.07520335284197993 +53055,WA,San Juan,37.9999991751611,0,0.0024097913104928087,1.99999989825301,1.2683111790557486e-4,13,0.811738995,9.75,0.596731746128894,15,0.936621917,435,48155,501.6,6943,7053,10345,10589,0.6711454809086516,0.6660685617149873,4402,0.37525374577090387,0.4157144206251771 +53057,WA,Skagit,30162.8724987458,1.1509122440811934,0.25802065421806314,6916.64672866907,0.059166702839745344,24,0.199393511,100,0.80853162571454,77,0.639720849,3399,360916,687.9,21875,26076,42273,54831,0.5174697797648617,0.4755703890135142,1746,0.058122205663189264,0.031843300322810075 +53059,WA,Skamania,475.160147550244,-5.841782064338642,0.04293874458252702,97.0775212380722,0.008772593641611431,2,0.176366843,8.33333333333333,0.724008108890819,4,0.352733686,240,33932,550.7,2554,2207,5326,5587,0.4795343597446489,0.39502416323608375,703,-0.013143071723619948,-0.12582781456953646 +53061,WA,Snohomish,164801.344539586,-4.7717220797888285,0.2310293824634793,42573.6192435422,0.05968250435425459,162,0.213274915,446.75,0.567215154516137,533,0.701700802,15145,2277926,685.6,169927,167943,298759,309496,0.5687761707597093,0.5426338304856929,51510,0.16161856211863074,0.16643187634088974 +53063,WA,Spokane,74391.2151190181,-7.100572403226154,0.15786905744654442,18948.7043865747,0.04021192685931803,78,0.16105121,327.666666666667,0.656551893647944,341,0.704082855,12991,1454797,774.4,91977,86590,202088,208081,0.4551334072285341,0.41613602395221094,17256,-0.0634377103044218,-0.08292924390021189 +53065,WA,Stevens,12942.7289280544,0.3118364466171785,0.2973221136214284,3073.0702776783,0.07059498467019595,11,0.252004582,35.9166666666667,0.808224007440912,26,0.595647194,1347,130688,768.2,6014,4348,17281,16438,0.3480122678085759,0.2645090643630612,6711,-0.27660436317342746,-0.4082613456624894 +53067,WA,Thurston,78865.6891587187,-0.4877322269302918,0.3126315651805993,19487.4560282551,0.0772502458862743,56,0.210644308,174.666666666667,0.634639188243188,167,0.628171419,6303,798250,685.6,64879,65015,111652,122301,0.5810822914054383,0.531598269842438,18796,0.1896607315587719,0.15368639667705092 +53069,WA,Wahkiakum,3197.68793961274,10.470007159624748,0.8038431220745953,608.249473444749,0.15290333671310935,1,0.245881485,3.83333333333333,0.926149633566884,2,0.49176297,147,12165,691.3,1091,824,2285,2333,0.4774617067833698,0.35319331333047577,504,-0.010503282275711179,-0.2160308615516503 +53071,WA,Walla Walla,12186.2511834549,-12.608305757512023,0.207316159702198,2596.13839069631,0.04416628486579524,15,0.250651694,40.3333333333333,0.668434427135123,29,0.484593276,1727,179684,708.4,5713,7550,15155,19718,0.3769712966017816,0.3828988741251648,3225,-0.22335862751567143,-0.16355614159651083 +53073,WA,Whatcom,57079.8332055673,12.175638000008261,0.2837816108460142,13404.1941210789,0.06664111624281048,44,0.211182092,150.75,0.695341328413284,124,0.595149531,4715,627124,651.8,49743,59402,91158,108223,0.5456789310866846,0.548885172283156,19155,0.12043923736808615,0.17699564787522054 +53075,WA,Whitman,9287.24310702968,1.1892919143972187,0.20741564916539398,1929.04585247615,0.043082138924337814,8,0.170841608,16.6666666666667,0.341173500371879,41,0.875563243,829,141964,702.7,6910,5521,14851,12128,0.4652885327587368,0.45522757255936674,59,-0.03703454312840887,0.004864775725593684 +53077,WA,Yakima,32417.3870141349,7.193889606678932,0.13327818828247592,9308.20742512634,0.038269001176356385,66,0.266465337,226.416666666667,0.906987240088235,137,0.553117443,5690,743870,757.8,25945,28484,62449,72306,0.4154590145558776,0.3939368793737726,11109,-0.15109929702637354,-0.15363870218239145 +54001,WV,Barbour,1069.0578397594,501.423022648748,0.0644437783928748,170.127259127803,0.010255425832045513,3,0.178933556,14.9166666666667,0.88626146198483,7,0.417511631,599,50193,903.7,1761,1213,5733,6024,0.30716902145473574,0.20136122177954846,3296,-0.3563579277864993,-0.547144754316069 +54003,WV,Berkeley,22139.8046301163,-12.143696438916662,0.21253736361217157,5754.59288771255,0.055242854282104556,11,0.099550214,74.9166666666667,0.659913381780812,66,0.597301284,2904,330884,907.9,14122,12287,36804,42770,0.3837082925768938,0.2872808043020809,15923,-0.21285729811976956,-0.3722936637830254 +54005,WV,Boone,1616.30906234649,115.35135763543285,0.06562625613490154,329.693964943526,0.013386412966158839,7,0.295184279,28.3333333333333,1.24181860682562,7,0.295184279,1005,71183,1182.7,2777,1783,8434,8654,0.3292625088925777,0.2060318927663508,4700,-0.3126630305904672,-0.5431014559741161 +54007,WV,Braxton,2769.71161615847,-7.281434438197467,0.19071208539271983,582.936125363279,0.04013882292661839,3,0.207425845,25.5833333333333,1.76790362333863,8,0.553135587,539,43298,886.5,1985,1315,4756,5063,0.41736753574432295,0.2597274343274738,2201,-0.1486543313708999,-0.43472249654355133 +54009,WV,Brooke,5402.78848155738,0,0.22447083308643395,1037.4621523621,0.04310366664016369,4,0.16999575,23,1.001001001001,16,0.679983,971,70591,890.3,3984,2549,9224,9540,0.4319167389418907,0.2671907756813417,4025,-0.11166522116218563,-0.42190775681341725 +54011,WV,Cabell,12920.29789741,2.7975754259693018,0.13414069807005888,2731.65884445712,0.02836053991898919,15,0.154465601,106.833333333333,1.11299794069336,110,1.132747737,3758,290658,1028.8,13380,11306,31744,32701,0.4214969758064516,0.3457386624262255,8342,-0.13857736895161288,-0.255099232439375 +54013,WV,Calhoun,1169.78201786631,-36.54506470281981,0.15337380593500854,267.620437817477,0.0350885587803169,1,0.133102622,12.3333333333333,1.68120683387859,1,0.133102622,274,22544,838.8,801,456,2157,2604,0.3713490959666203,0.17511520737327188,1567,-0.22577654149281406,-0.6017665130568356 +54015,WV,Clay,1730.70900138069,19.46111376407766,0.1843926061560505,402.862587440078,0.04292164792670765,1,0.111844313,12.5,1.41099446890168,1,0.111844313,333,27053,933.1,922,566,2989,2958,0.3084643693542991,0.19134550371872888,1723,-0.3462696554031448,-0.5824881676808655 +54017,WV,Doddridge,364.652474821249,114.56107514651215,0.04445897035128614,69.274954775352,0.008446105190850036,1,0.119175307,4.75,0.564602401046,0,0,254,24627,842.8,571,360,2743,2826,0.20816624134159678,0.12738853503184713,1987,-0.5603353991979585,-0.7031139419674451 +54019,WV,Fayette,6936.53185939796,10.31265545481605,0.15066643192506265,1412.34057901206,0.030677047264537894,9,0.199415049,64.75,1.46086681858177,19,0.420987326,1970,135804,1057.7,5368,4246,13971,15187,0.38422446496313795,0.27958122078093106,6017,-0.21014959559086682,-0.39619411338644894 +54021,WV,Gilmer,485.547635062891,7.4267015336715465,0.055855013811444955,98.9637950893359,0.011384308649411699,1,0.116036203,12.75,1.54564189598739,2,0.232072407,233,25676,758.6,830,537,2482,2528,0.33440773569701854,0.21242088607594936,1352,-0.3021756647864625,-0.5348101265822786 +54023,WV,Grant,2551.28118115751,12.89367706543079,0.21372884151440982,505.845066246701,0.042376230731900895,4,0.342260631,10.0833333333333,0.859472667348562,6,0.513390947,405,35281,774.5,713,510,4572,4945,0.15594925634295714,0.10313447927199192,3828,-0.6697287839020123,-0.7741152679474216 +54025,WV,Greenbrier,6493.78668279896,74.58343874711194,0.1830266821532965,1257.04019676637,0.035429543313595546,6,0.169252468,46.6666666666667,1.3227888167654,29,0.818053597,1393,106757,869.7,4681,3743,12872,13984,0.3636575512740833,0.26766304347826086,5756,-0.24798011187072722,-0.4116132723112128 +54027,WV,Hampshire,8270.25713401827,35.19067830260218,0.3451117148229954,1839.3334006936,0.07675402272966116,4,0.170335988,29.75,1.27676923737179,7,0.298087979,787,70247,850.5,2294,1576,7972,8557,0.2877571500250878,0.18417669744069184,5070,-0.4039136979427998,-0.5924973705737991 +54029,WV,Hancock,8677.33705328338,15.727268905817231,0.2828705520042828,1636.50789393752,0.053348151451868574,10,0.332093518,24,0.811084825954714,25,0.830233794,1228,90131,909.3,4571,3247,11991,12642,0.3812025685931115,0.2568422717924379,5623,-0.2158285380702193,-0.4447872172124664 +54031,WV,Hardy,4740.13969800852,-1.1999525887429914,0.3379778750808214,898.643678726072,0.06407441559544186,2,0.143647202,16,1.15199078407373,7,0.502765209,455,41797,806.6,1477,1249,5149,6022,0.28685181588657993,0.2074061773497177,3295,-0.39735871042920956,-0.5471604118233145 +54033,WV,Harrison,8457.27865955903,-23.75363237174429,0.12239364765856278,1867.49822931591,0.02702641469942995,13,0.189060659,90,1.31578947368421,54,0.785328893,2549,206532,913.4,9660,7675,25948,27868,0.37228302759364884,0.27540548299124445,11012,-0.2348928626483736,-0.39514855748528777 +54035,WV,Jackson,3265.28691164518,-5.3398546714228985,0.11178278428144123,698.970279248062,0.023928324235666768,4,0.13733434,39.4166666666667,1.3521084888401,22,0.755338872,1035,87651,870.7,3824,2648,11465,12108,0.3335368512865242,0.21869838123554675,6311,-0.3084169210641081,-0.5212256359431781 +54037,WV,Jefferson,2347.84524739063,-16.953105865996456,0.043886598515657224,626.407458759589,0.011708988350211016,6,0.107694793,40.0833333333333,0.71110086100861,35,0.628219626,1310,167180,757.4,10215,9458,21776,24007,0.46909441587068335,0.39396842587578623,3686,-0.04018185157972076,-0.15353855125588373 +54039,WV,Kanawha,46874.8976053291,-2.777089993032645,0.24279586251808527,9739.48360806949,0.05044717842398331,35,0.183994575,203.25,1.0913279030933,190,0.998827692,7473,569856,969.3,32190,27985,74451,74996,0.43236491114961517,0.37315323483919144,15479,-0.1188298343877181,-0.2063976745426423 +54041,WV,Lewis,881.397241686539,30.774559536835167,0.05383564877147196,182.473731445567,0.011145475900657646,4,0.243694407,21.5,1.31829051443988,18,1.096624832,679,49340,1001.4,1719,1336,6243,6885,0.2753483901970207,0.19404502541757443,3909,-0.4212718244433766,-0.5677559912854031 +54043,WV,Lincoln,9.65625856810948,NA,4.445791237619466e-4,2.53399706650816,1.1666653160718969e-4,6,0.278280228,28.8333333333333,1.35801306204471,5,0.23190019,778,64551,1004.7,2204,1435,6747,6988,0.32666370238624576,0.20535203205495134,3822,-0.3159922928709056,-0.546937607326846 +54045,WV,Logan,2027.39044516978,4.908657645926776,0.0551775969618643,411.395898066505,0.011196578887584165,12,0.339481725,52.5,1.55786350148368,20,0.565802874,1629,106002,1254.6,3461,2082,11901,12315,0.2908158978237123,0.16906211936662607,7784,-0.3970254600453743,-0.6320747056435242 +54047,WV,McDowell,251.435565979918,-73.6622926182636,0.011370486409800479,62.8850395980116,0.0028438040789586037,7,0.342331768,34.3333333333333,1.79370635459659,8,0.391236307,1026,60995,1292.3,2086,1429,6136,6179,0.33996088657105605,0.23126719533905163,3185,-0.3006844850065189,-0.5154555753358149 +54049,WV,Marion,8777.03892197911,11.157357615981676,0.15557160696903666,1747.21288325826,0.030969068085686488,9,0.158442336,63.0833333333333,1.1157687455045,43,0.757002271,1996,170553,848.8,8905,6926,21414,22910,0.41584944428878307,0.30231340026189435,7666,-0.14364434482114502,-0.33461370580532523 +54051,WV,Marshall,7895.0344610851,-6.213155516311228,0.2384702468083819,1618.29370361037,0.04888071113693085,6,0.185093781,29.4166666666667,0.925256083624278,20,0.616979269,1225,96865,869.7,3395,2894,9849,13083,0.3447050461975835,0.22120308797676375,6671,-0.28561275256371205,-0.5098983413590155 +54053,WV,Mason,5027.87010083836,-12.484281729175557,0.18400929954759035,1020.43473771483,0.03734573040970685,2,0.074030204,25.5833333333333,0.953712333022678,9,0.333135919,1060,81309,974,3738,2069,9713,10115,0.38484505302172345,0.20454770143351458,5528,-0.20261505199217544,-0.5465150766188829 +54055,WV,Mercer,12510.475843047,-5.964833226662553,0.20092631123999422,2606.33572348646,0.041859432794013565,9,0.145666424,73.6666666666667,1.21827523097616,35,0.566480537,2704,184660,1060.5,5416,4689,21216,22919,0.2552790346907994,0.2045900781011388,12673,-0.4708710407239819,-0.552947336271216 +54057,WV,Mineral,3343.24600652885,9.00654207027556,0.11850439552420426,657.781255775496,0.02331565489066695,7,0.253825513,28.3333333333333,1.0336482920482,15,0.543911814,961,82782,862.2,2836,2019,10784,11410,0.2629821958456973,0.17695004382120946,6938,-0.4498330860534125,-0.6080631025416301 +54059,WV,Mingo,1389.43551673918,413.5997756841162,0.05176927295127166,331.423988120367,0.012348596748029622,5,0.194431482,25.25,1.02446545218485,6,0.233317779,1107,76924,1269.9,2421,1365,8794,9469,0.27530134182397087,0.14415460977927977,6511,-0.4255173982260632,-0.6876122082585279 +54061,WV,Monongalia,20608.6405992902,-16.030665374758563,0.21425153187256543,4135.0030832975,0.04298831553813326,16,0.154644656,74.1666666666667,0.708901250852275,97,0.937533224,2033,309110,754.5,13664,14568,31140,35733,0.43879254977520876,0.4076903702459911,3710,-0.0965960179833012,-0.10382559538801672 +54063,WV,Monroe,1648.46092737904,110.72091100789132,0.12209012941631166,295.892585151651,0.021914722644915643,3,0.220880577,11.4166666666667,0.853901770132137,0,0,543,40569,915,1441,1089,5152,5670,0.2796972049689441,0.19206349206349208,3248,-0.4134316770186335,-0.5728395061728395 +54065,WV,Morgan,3394.07363104755,109.7881120759863,0.19349373644875148,676.110991570416,0.03854460929082812,4,0.229186959,13.6666666666667,0.775105868118572,5,0.286483699,641,52469,857.7,2361,1568,7037,7635,0.3355122921699588,0.20537000654878848,4150,-0.3051016057979252,-0.5435494433529797 +54067,WV,Nicholas,1716.25573239931,62.39950694816297,0.06542354028892274,387.863794950396,0.014785338884244886,7,0.271034189,43.0833333333333,1.7021584818195,14,0.542068378,960,77262,958.7,2635,1821,8676,9385,0.303711387736284,0.194033031433138,5348,-0.36745043798985705,-0.5698454981353224 +54069,WV,Ohio,11266.9690201785,-12.75804221609978,0.2535150421928875,2264.62947615932,0.05095581927771122,12,0.276957164,37.8333333333333,0.889861071910183,45,1.038589365,1733,129945,854.5,6623,5452,17541,17819,0.3775725443247249,0.30596554239856333,5625,-0.22541474260304434,-0.315674280262641 +54071,WV,Pendleton,2985.44759461247,26.276346075655532,0.38797239696068486,552.727062863597,0.07182937789000611,2,0.271333605,7.91666666666667,1.12277218361462,3,0.407000407,275,21933,694.8,1067,726,3224,3212,0.33095533498759305,0.22602739726027396,1662,-0.3163771712158809,-0.5174346201743462 +54073,WV,Pleasants,542.26445132494,2539.6099057130896,0.0713036753878948,137.42004625313,0.0180696970747048,2,0.261985853,7.66666666666667,1.00996794449567,5,0.654964632,258,22980,846.6,942,620,2807,3130,0.33558959743498396,0.19808306709265175,1722,-0.3074456715354471,-0.5501597444089457 +54075,WV,Pocahontas,3928.56428922987,-2.492630496670399,0.4505750991202971,644.687776310797,0.07394056386177279,5,0.577233895,13.75,1.61745676979179,2,0.230893558,329,25947,862.1,1298,924,3553,3619,0.3653250773993808,0.2553191489361702,1550,-0.2445820433436533,-0.428295109146173 +54077,WV,Preston,7494.44469777805,0.6352672758747022,0.22358128573323538,1179.26114095353,0.03518082162749195,5,0.147981532,37.5833333333333,1.11331634970476,10,0.295963064,1103,101536,851.5,2916,2462,11089,12611,0.2629632969609523,0.19522638965982078,7039,-0.44413382631436565,-0.5581635080485291 +54079,WV,Putnam,11851.3115704896,-6.723695928132317,0.21359102423115023,2826.56408220347,0.0509419327795024,9,0.158534437,59.5833333333333,1.04640475814147,59,1.039281311,1688,170332,842.8,7198,5784,23501,24443,0.3062848389430237,0.23663216462790984,11671,-0.3713884515552529,-0.4774782146217731 +54081,WV,Raleigh,25837.0522269655,3.1112476940681497,0.3276360621738229,5472.53988460721,0.06939651637235078,15,0.191715341,97.8333333333333,1.27718088971859,47,0.600708069,3017,234250,991.3,7651,6362,28499,29311,0.26846556019509454,0.21705161884616697,15473,-0.4464718060282817,-0.5278905530346969 +54083,WV,Randolph,2609.44104262745,11.351335926778978,0.08874140597270702,435.571631773105,0.014812842434045402,4,0.135920351,35.9166666666667,1.2382495575628,14,0.475721227,1111,87975,906.1,3325,2724,9727,10816,0.34183201398170043,0.2518491124260355,4859,-0.2904287036085124,-0.44924186390532544 +54085,WV,Ritchie,1202.38774748786,204.28984477675667,0.11507204014622069,212.698751301765,0.02035589542556847,4,0.399560483,18.25,1.84810126582278,7,0.699230846,359,30068,844.8,762,490,3749,4040,0.20325420112029874,0.12128712871287128,2886,-0.5673512936783143,-0.7143564356435643 +54087,WV,Roane,2382.09248999708,-6.324162331705209,0.15959349390306043,497.441248054323,0.033327163878756734,3,0.204582651,17.75,1.24929617117117,5,0.340971086,588,43663,980.1,1928,1220,5027,5234,0.3835289437039984,0.2330913259457394,2552,-0.2078774617067834,-0.48758119984715326 +54089,WV,Summers,1580.78667099995,-10.084841638050989,0.11350518209233504,307.576842714329,0.022084931623058014,2,0.14906462,16.25,1.26243008079553,5,0.372661549,605,40091,1007.9,1612,1186,4712,4847,0.34210526315789475,0.24468743552713018,2258,-0.2877758913412563,-0.46585516814524447 +54091,WV,Taylor,425.020263785787,-26.079114091767924,0.025156570807090085,75.7244583144784,0.004482063232582326,2,0.11717148,15.75,0.934219111453823,9,0.527271662,585,50959,861.4,1933,1483,5887,6498,0.32835060302361135,0.22822406894429056,3218,-0.32172583658909465,-0.4952293013234841 +54093,WV,Tucker,247.461469695649,233.56552598615124,0.034653615697472204,32.7272947459798,0.004583012847777594,2,0.288725278,11.75,1.69650591972278,6,0.866175834,260,20867,824.8,876,750,3118,3464,0.2809493264913406,0.21651270207852194,1807,-0.41180243745991024,-0.5216512702078522 +54095,WV,Tyler,967.022930654122,10.229680463771796,0.10501986649154235,203.686645557174,0.02212061745842463,2,0.219828534,7.5,0.835934016941596,3,0.329742801,342,27035,833.9,880,505,3245,3621,0.2711864406779661,0.13946423639878486,2462,-0.4348228043143298,-0.6799226732946699 +54097,WV,Upshur,1569.46021947642,63.273286092820705,0.06470933534577472,346.673413467489,0.014293453181639689,4,0.161740326,29,1.17608889609863,14,0.566091141,780,74061,826,2143,1763,8195,9180,0.2615009151921904,0.1920479302832244,5208,-0.4557657107992678,-0.5673202614379085 +54099,WV,Wayne,5442.31190462999,-8.136114127813162,0.12811167120901085,1205.31050062776,0.028372931442945313,7,0.170225184,44.75,1.10409316325775,17,0.413404017,1515,123855,933.6,4915,3334,13923,15080,0.3530130000718236,0.22108753315649868,7743,-0.2699130934425052,-0.5134615384615385 +54101,WV,Webster,119.715485595111,-47.993616684053734,0.013077942494550032,14.6095617806168,0.001595975724340922,3,0.339597012,11.3333333333333,1.31081810471123,1,0.113199004,378,26453,977.3,939,554,2744,2955,0.342201166180758,0.18747884940778342,1730,-0.28024781341107874,-0.5854483925549916 +54103,WV,Wetzel,7175.78550785533,-0.38138876892839574,0.4327193817677941,1461.2613139917,0.0881180313569137,8,0.500375281,23.1666666666667,1.48124467178176,15,0.938203653,650,47971,902,2194,1348,5808,6191,0.3777548209366391,0.21773542238733645,3113,-0.21608126721763093,-0.5028266838959781 +54105,WV,Wirt,18.8760165367275,-71.51651561948351,0.003301734570006559,3.87816484086216,6.783566277526955e-4,2,0.342172797,4.08333333333333,0.703295441497302,0,0,195,17591,887.1,673,383,2163,2410,0.3111419325011558,0.15892116182572613,1520,-0.3462783171521036,-0.6307053941908713 +54107,WV,Wood,18520.8045210244,12.366865710983145,0.21299052993496023,4257.62544692264,0.04896298641752886,13,0.150747359,87.6666666666667,1.02362909597593,81,0.939272006,3219,259380,932,11067,8327,33600,35256,0.329375,0.23618674835488995,16841,-0.3247916666666667,-0.4776775584297708 +54109,WV,Wyoming,1980.91600291901,161.6785999089275,0.08324575571184274,389.163244069095,0.01635414540549231,6,0.265510222,36.25,1.66567109313973,6,0.265510222,974,67638,1189.3,1575,1061,7496,7809,0.2101120597652081,0.13586886925342553,5466,-0.5570971184631804,-0.6999615827890895 +55001,WI,Adams,1946.56552614552,-42.573515613068636,0.0932486479590668,366.913419429603,0.017576690751118704,1,0.0494682,9.16666666666667,0.456757519889714,12,0.5936186,903,60829,877.4,5537,3780,10263,10107,0.5395108642697067,0.37399821905609976,2203,0.08710903244665302,-0.21796774512713957 +55003,WI,Ashland,4576.95917007556,-9.786962818311624,0.2832802605728514,1068.44191084749,0.06612873125255245,6,0.372601379,17.4166666666667,1.10835348521488,12,0.745202757,576,47976,890.4,5387,4136,8342,7926,0.6457684008631024,0.5218268988140298,708,0.3081994725485495,0.08932626797880394 +55005,WI,Barron,3617.86977679875,-5.070920077420801,0.07887224279046763,758.971257229536,0.01654613597622708,14,0.30799692,40.5833333333333,0.893669808273878,29,0.63799362,1477,136720,717.9,10883,7881,22583,22514,0.48191117212062173,0.3500488584880519,5714,-0.02346898109197182,-0.25379763702585056 +55007,WI,Bayfield,4613.07702786344,22.05427404527634,0.3072517002706434,751.322898036299,0.05004148781379372,5,0.333667,13.5,0.906587871868914,7,0.4671338,474,45051,689.1,6025,4953,9759,9491,0.6173788297981351,0.5218628174059635,828,0.24879598319499951,0.08724054367295331 +55009,WI,Brown,56961.104822056,-12.54628934413794,0.22967539150933644,13934.5303240107,0.05618603637804861,32,0.124673706,154.916666666667,0.594915790133934,172,0.670121167,5617,769983,679.5,62433,53358,128514,127497,0.4858069937905598,0.41850396479917173,13834,-0.01793578909690774,-0.10850451383169801 +55011,WI,Buffalo,3176.29233403407,-5.237850645678842,0.23377436770693089,659.005910378189,0.048502679795259365,3,0.227479527,7.33333333333333,0.559839173473802,3,0.227479527,442,39773,739.9,3569,2531,7008,6921,0.5092751141552512,0.3656985984684294,1518,0.030964611872146164,-0.2193324664065887 +55013,WI,Burnett,1260.03176299021,-19.442290248048085,0.08151851995796143,146.604323623815,0.00948465573033674,3,0.195720251,13.25,0.870965621507921,4,0.260960334,570,45796,741.9,3981,2948,8634,8719,0.46108408617095203,0.3381121688267003,2464,-0.06485985638174657,-0.28260121573574953 +55015,WI,Calumet,12278.4195313951,37.54351658627393,0.25072838070276493,3640.05295705107,0.07433078673196523,6,0.121234164,19.5,0.393518051379331,21,0.424319573,1352,148955,854.7,11477,9634,26336,26429,0.435791312272175,0.36452381853267246,5711,-0.11550729040097202,-0.21608838775587424 +55017,WI,Chippewa,9248.22882249009,-18.531453902802195,0.14817317668012625,2174.2269972171,0.034835007565763035,8,0.126063662,41.6666666666667,0.654631913567639,35,0.551528522,1836,190101,749.5,15211,11875,30914,31471,0.4920424403183024,0.3773315115503162,6037,-0.005175648573461866,-0.19182739665088488 +55019,WI,Clark,1492.28242447312,-51.456261020554464,0.04301765420793082,308.985690233018,0.00890705362447443,9,0.261453098,28.5,0.82472436843476,11,0.319553787,1037,103390,737.3,6173,4225,13740,13548,0.4492721979621543,0.3118541482137585,4420,-0.08886462882096074,-0.326247416592855 +55021,WI,Columbia,3528.42513864933,4.785215572174009,0.06208409090931906,797.853467709254,0.014038559775293473,6,0.105978981,35.9166666666667,0.630924985800528,33,0.582884395,1605,169906,752,17158,13525,30460,29287,0.5632961260669731,0.4618089937514938,635,0.13604727511490483,-0.0216819749376857 +55023,WI,Crawford,2122.96361244132,-63.101211716458515,0.1275512864961139,463.876518234071,0.027870494967199653,6,0.366032211,17.25,1.05692053183016,8,0.488042948,515,49195,705.2,4622,3426,7791,7678,0.5932486202027981,0.44620995050794476,418,0.19997432935438325,-0.054441260744985676 +55025,WI,Dane,98625.9076382462,-10.946842140345263,0.20207204176065077,24834.6648370157,0.05088309502270296,80,0.154953475,289.25,0.544447016882093,419,0.811568826,9646,1550894,632.2,215389,217506,302845,304729,0.7112186101801251,0.7137686272064687,146236,0.4356353910416219,0.4798886879817805 +55027,WI,Dodge,11447.2447308373,65.21341682696688,0.12896996057681248,2353.92418848176,0.026520400055000167,11,0.124189943,38.75,0.440000908388972,38,0.429019803,2603,265448,721.2,18745,13968,44379,42818,0.42238446111899774,0.32621794572376106,12675,-0.14522634579418192,-0.29602036526694375 +55029,WI,Door,2612.47421762973,-29.269360059996817,0.09402462543205795,455.032394086647,0.016376908190989636,13,0.468198516,19.5833333333333,0.709875424414882,23,0.828351221,1014,83092,665.9,9338,8026,17607,17398,0.530357244277844,0.46131739280377054,558,0.06980178338160958,-0.03207265202896886 +55031,WI,Douglas,13984.9112963169,23.350242329221953,0.31669447442915144,3111.08138429338,0.07045180788272787,7,0.160190398,31.9166666666667,0.73356470308825,22,0.503455536,1226,131166,742.4,14855,11342,22862,22185,0.6497681742629691,0.511246337615506,1685,0.31305222640188957,0.07595221996844714 +55033,WI,Dunn,6482.09804359557,-11.460132328523787,0.14780076256003763,1434.66931309513,0.032712436169713616,7,0.157995712,25.6666666666667,0.574146981627296,21,0.473987135,995,132983,639.9,11303,9025,21899,22029,0.5161422896022649,0.4096872304689273,2462,0.04991095483812047,-0.11176176857778386 +55035,WI,Eau Claire,22573.0819538889,-14.975597156409753,0.2286205837170728,5356.26414217726,0.05424834044499736,12,0.118152101,74.25,0.721118826785801,89,0.87629475,2592,305571,740.8,30618,27271,54595,54080,0.5608205879659309,0.5042714497041421,3970,0.1355435479439509,0.07340976331360954 +55037,WI,Florence,527.277824013811,-72.55454008789225,0.11921271173723966,74.4690827810525,0.016836781094517864,2,0.446328944,3.41666666666667,0.766756433273489,2,0.446328944,186,13426,803.4,952,666,2615,2651,0.3640535372848948,0.25122595247076573,1231,-0.26424474187380503,-0.46435307431158057 +55039,WI,Fond du Lac,21384.2722355348,50.29274469441113,0.21040677964376533,4928.9771597914,0.048497802483360705,13,0.127752828,62.5833333333333,0.612697107351713,59,0.579801295,2907,305848,703.5,22356,17391,53272,51094,0.4196576062471843,0.34037264649469606,13653,-0.14966586574560747,-0.26721337143304497 +55041,WI,Forest,3495.85451794679,-0.17410706209538165,0.3757367280682276,675.148298104801,0.0725653802778161,2,0.219130054,10,1.10326566637246,3,0.328695081,343,27308,801.7,2421,1583,4643,4507,0.521430109842774,0.3512314177945418,1204,0.05362911910402757,-0.2671400044375416 +55043,WI,Grant,5782.27892313414,-11.9196239237302,0.11291749185936065,1411.35584486715,0.027561237401717505,13,0.250824828,41.4166666666667,0.793209994765133,22,0.424472786,1545,155194,744,13574,10047,24160,24051,0.5618377483443708,0.4177373082200324,2300,0.13737582781456953,-0.09563011932975762 +55045,WI,Green,5301.41657197514,0,0.1438960037993361,1157.77269841845,0.031425348743782916,11,0.296791949,23.3333333333333,0.629354911216004,16,0.43169738,1031,111363,682.5,11196,9121,19302,18791,0.5800435188063413,0.4853919429514129,428,0.17345352813179982,0.02277686126337075 +55047,WI,Green Lake,3789.04613423278,184.67015397605388,0.19888961913982361,999.059913084071,0.05244133709957855,6,0.318538968,10.9166666666667,0.583186423776199,5,0.26544914,684,56655,757.4,3790,2700,9657,9315,0.39246142694418557,0.2898550724637681,3510,-0.20596458527493006,-0.3768115942028985 +55049,WI,Iowa,4808.77573775326,59.87862835794159,0.20301328736240387,1188.76340279076,0.05018632172882847,4,0.167890871,13.25,0.560158958315718,10,0.419727177,629,71325,689,8099,6669,12515,12123,0.6471434278865361,0.5501113585746102,1860,0.3033959248901318,0.15342736946300423 +55051,WI,Iron,1136.77412238135,-0.20894211894850057,0.19215248857020792,209.180877554948,0.035358498572506426,2,0.338009126,7.08333333333333,1.23704738619164,4,0.676018252,297,17594,814.2,1783,1273,3620,3477,0.4925414364640884,0.366120218579235,817,-0.001381215469613284,-0.2349726775956284 +55053,WI,Jackson,6749.61836988751,-7.180924644511744,0.3300708283968659,1417.45702194913,0.06931669137606386,3,0.145264381,6.58333333333333,0.320169892682294,13,0.629478985,669,61740,836.7,5297,3821,9290,9202,0.5701829924650161,0.4152358183003695,1086,0.1503767491926803,-0.11801782221256252 +55055,WI,Jefferson,6377.53815257357,-16.309276709852387,0.0762079458042393,1570.64967257484,0.018768368336099708,13,0.154037561,50.1666666666667,0.592811422944362,42,0.497659814,2003,253478,687.7,20136,16559,44136,42324,0.456226209896683,0.3912437387770532,6850,-0.07596972992568424,-0.1618467063604574 +55057,WI,Juneau,5657.27709508015,46.20807982336235,0.21216910797630323,1330.84504956276,0.04991168052665617,4,0.151543853,23.6666666666667,0.900763746162239,8,0.303087706,954,79056,869.2,6237,4100,11781,11736,0.5294117647058824,0.34935241990456717,3088,0.0710466004583652,-0.26312201772324467 +55059,WI,Kenosha,40347.0913386559,-12.534710695014804,0.24243262073627853,10122.4043164987,0.06082225323266016,29,0.172549206,110.083333333333,0.654544950044495,110,0.654496989,4240,504303,809.7,44838,35770,80661,75825,0.5558820247703351,0.4717441477085394,255,0.12268630440981393,-0.0033630069238377858 +55061,WI,Kewaunee,119.146994333714,65.96711382410375,0.005791143887125208,19.5794960968196,9.516621024992515e-4,4,0.195656427,12.8333333333333,0.628930817610063,8,0.391312855,549,61225,589.9,5151,3623,11018,10742,0.46750771464875657,0.33727425060510147,2993,-0.054002541296061024,-0.2786259541984733 +55063,WI,La Crosse,24962.3507624613,4.269038232149424,0.2177493567792643,6227.57745370233,0.05432384945395358,12,0.101685436,65.9166666666667,0.558038863773613,80,0.677902907,2878,353217,671.2,36632,32402,63212,62785,0.5795102195785611,0.5160786812136657,6018,0.17276782889324815,0.09585091980568611 +55065,WI,Lafayette,2589.32615361821,-0.04042390377482899,0.1537969917806017,631.277770882353,0.037495709840957056,5,0.296683083,4.25,0.253685907001731,5,0.296683083,399,50388,612.4,4534,3288,7928,7602,0.5718970736629667,0.4325177584846093,689,0.15401109989909184,-0.09063404367271771 +55067,WI,Langlade,6023.10422033882,0.004706057255303994,0.3015019382459238,1023.80138082366,0.051249005397389996,5,0.257599176,19,0.988502159096821,11,0.566718187,728,58138,767.1,4569,3260,10482,10093,0.4358900973096737,0.32299613593579707,3176,-0.11839343636710559,-0.31467353611413856 +55069,WI,Lincoln,3734.37882817321,-23.850008742293678,0.1299230709450374,887.813459345521,0.03088798870492019,5,0.175481697,23.8333333333333,0.854180106563448,15,0.526445092,1032,84490,779.3,7543,5370,15152,14563,0.4978220696937698,0.3687427041131635,3030,0.006533790918690607,-0.20806152578452236 +55071,WI,Manitowoc,13762.8748027773,6.620185028124448,0.16898989222731886,3106.40674913456,0.03814256463660715,10,0.124750499,39.5833333333333,0.497678200227989,34,0.424151697,2658,240591,747,20382,14563,42488,39991,0.47971191865938617,0.36415693531044485,8671,-0.028219732630389738,-0.21682378535170416 +55073,WI,Marathon,30170.8560548729,8.471804853871992,0.2250498351884778,7492.22333232913,0.05588583973452131,24,0.176756518,104.416666666667,0.770017379163194,78,0.574458683,3635,406753,691.1,32330,26476,69637,68849,0.46426468687622957,0.38455170009731443,12534,-0.06085845168516735,-0.18205057444552575 +55075,WI,Marinette,10964.1614886089,45.780133951944215,0.26262093675558457,1952.94598277407,0.0467782697255999,9,0.217928229,37.0833333333333,0.915841380389057,26,0.629570439,1516,123547,756.5,9868,6243,20712,19979,0.4764387794515257,0.31247810200710746,6752,-0.035776361529548106,-0.33795485259522495 +55077,WI,Marquette,267.98139315052,4.790150814232053,0.017396870497956372,44.6218748361644,0.0028967719317167227,4,0.265780731,10,0.663702130483839,6,0.398671096,557,45184,768.8,4112,2808,7944,7813,0.5176233635448136,0.3594009983361065,1904,0.04456193353474314,-0.2436964034301805 +55078,WI,Menominee,928.31469169551406,-26.077005017044762,0.21935602355754114,299.408339391122,0.0707486624270137,0,0,6,1.32362673726009,1,0.221141088,124,13492,1115.5,1191,1003,1376,1279,0.8655523255813954,0.784206411258796,734,0.7354651162790697,0.5738858483189992 +55079,WI,Milwaukee,84255.0479050498,-32.0953462839148,0.08890148396445188,20653.5917341563,0.021792580979025044,221,0.231073414,797.666666666667,0.838371268494618,615,0.643032352,24428,2872934,807.1,328090,288986,490944,434970,0.6682839590666145,0.6643814515943628,162895,0.34557912918785033,0.37449709175345425 +55081,WI,Monroe,7777.18118218572,20.852838310963094,0.17409131202707942,2053.20934519127,0.045960856561933834,7,0.154256374,37.1666666666667,0.814647582725088,22,0.484805747,1235,136136,749.8,9505,7047,19389,19554,0.49022641704059,0.3603866216630868,4395,-0.006807983908401705,-0.2247621969929426 +55083,WI,Oconto,4266.81402970345,-4.329140628785893,0.11329830137290095,861.109515557147,0.022865361538957702,5,0.133629099,25.5,0.681271707186749,16,0.427613117,1055,112323,703.7,8810,5886,19727,19924,0.4465960358898971,0.29542260590242925,7369,-0.09535154863892131,-0.36985545071270826 +55085,WI,Oneida,3440.80257996237,-20.075636872588447,0.09558315961893356,525.755961915437,0.014605143672299488,9,0.253072013,33.4166666666667,0.938644045579244,27,0.759216039,1378,106703,752.2,10439,8103,21577,20837,0.4838021967836122,0.3888755579018093,3574,-0.02159707095518376,-0.17152181216105966 +55087,WI,Outagamie,20561.9596436964,-20.085765792647877,0.11636978773421092,5567.84723049384,0.03151106273801658,24,0.131863785,117.416666666667,0.636315026970002,130,0.714262167,3994,545462,677.4,45565,38087,94237,93474,0.4835149675817354,0.4074608982176862,11797,-0.018347358256311175,-0.1262062177717868 +55089,WI,Ozaukee,25504.15962989,-2.1600998412015526,0.29520411632490307,6122.15086708288,0.07086232845746722,14,0.160054876,29.5833333333333,0.334978976530712,53,0.60592203,2221,262554,607.6,19075,20167,55565,53368,0.3432916404211284,0.3778856243441763,10291,-0.30443624583820744,-0.19283090990855944 +55091,WI,Pepin,NA,NA,NA,NA,NA,2,0.272665303,7.58333333333333,1.03781761780941,5,0.681663258,233,22024,653.6,1875,1345,3696,3746,0.5073051948051948,0.3590496529631607,883,0.022186147186147143,-0.23571809930592635 +55093,WI,Pierce,7847.22791899822,47.56599107801096,0.19130714837022406,1825.90965201571,0.044513753431719684,9,0.219737292,21.8333333333333,0.529446950223904,22,0.537135602,807,122530,662,10213,8380,20920,21089,0.48819311663479925,0.3973635544596709,2880,-0.008126195028680672,-0.13656408554222582 +55095,WI,Polk,907.472719111793,-7.716102194022281,0.020528734738418573,190.915866675783,0.004318874938938649,12,0.276262173,43.1666666666667,0.992770788773641,25,0.575546193,1345,130343,743.3,10054,7568,22494,22691,0.44696363474704365,0.33352430479044554,6296,-0.08984618120387661,-0.2774668370719669 +55097,WI,Portage,13164.741625458,-25.288940820864838,0.18801670440106258,3129.5041391088,0.0446950704681415,7,0.099316137,44.25,0.62813178701719,45,0.638460884,1621,211485,657.2,22052,18524,39186,38123,0.5627520032664727,0.48590089971932954,1214,0.13915684172918896,0.031844293471132934 +55099,WI,Price,1632.57160360937,-0.32500928124769063,0.1153027476240815,300.783662063122,0.021243284275946187,4,0.29250457,15.1666666666667,1.12204384602106,5,0.365630713,576,41102,777.6,3882,2671,7870,7560,0.4932655654383736,0.3533068783068783,1891,3.811944091486885e-4,-0.25013227513227515 +55101,WI,Racine,59628.667129046204,3.1172417494374756,0.30514956976708324,14768.8323746887,0.0755794664225042,38,0.194709038,153.5,0.786614738136722,105,0.538011816,5205,584873,750.9,52887,42506,102937,93678,0.513780273371091,0.453745810115502,4114,0.03608032097302227,-0.04391639445761014 +55103,WI,Richland,3677.43212947666,-0.5720827293866375,0.20406371064184342,913.261803951963,0.050677642969422496,5,0.283093647,11.4166666666667,0.653276874952316,8,0.452949836,535,52948,642.4,4964,3577,8636,7962,0.5748031496062992,0.4492589801557398,444,0.16083835108846684,-0.055764883195177084 +55105,WI,Rock,46350.801016143,-6.456718359040978,0.2890944422235438,11873.1765321004,0.07405415379496418,25,0.155098394,122.416666666667,0.757435135915522,104,0.645209321,4414,483349,765.8,49158,39336,80462,75043,0.6109467823320325,0.5241794704369495,7853,0.2319852849792448,0.10464666924296734 +55107,WI,Rusk,4942.10111988651,60.40367679104433,0.33494416264903487,1043.5737648214,0.07072678853415112,3,0.209307193,17.5833333333333,1.24466152285222,6,0.418614386,599,42859,824.6,3391,2171,7171,7029,0.47287686515130384,0.3088632806942666,2393,-0.03932505926649005,-0.34044672072841087 +55109,WI,St. Croix,10778.0220159651,-1.6751488519709927,0.12778495483982572,2980.41973996079,0.03533605714577972,10,0.115261817,48.3333333333333,0.549061483526262,49,0.564782904,1720,260354,680.5,19874,17496,46009,46819,0.43195896455041405,0.3736944402913347,8627,-0.12173705144645608,-0.18426279929088618 +55111,WI,Sauk,3554.28995210829,9.492468220106344,0.05734945708190735,788.410342244664,0.012721220185953659,13,0.205115259,47,0.734960671785329,54,0.85201723,1886,190021,729.8,18718,14692,31832,31238,0.5880246293038451,0.47032460464818493,99,0.18500251319426986,-0.003169216979320044 +55113,WI,Sawyer,3275.30980496357,-31.66113699941457,0.19782024551329166,474.230442843193,0.02864229285759455,5,0.304191762,16.1666666666667,0.987639236768689,9,0.547545172,661,49322,904.2,4482,2846,9003,7767,0.49783405531489505,0.36642204197244754,1779,0.00510940797511944,-0.22904596369254537 +55115,WI,Shawano,4105.07764925799,-36.73870856344289,0.09785877253946434,989.536526852794,0.02358903732753568,8,0.19240482,31.25,0.761044274511714,16,0.384809639,1374,124410,738.4,8990,6056,20222,19697,0.44456532489368017,0.3074579885261715,6686,-0.10023736524577187,-0.339442554703762 +55117,WI,Sheboygan,10748.977888642,-6.089958933167159,0.09305910367892857,2327.45333198542,0.02014988989399274,20,0.173475583,65.4166666666667,0.566736263323717,68,0.589816983,3253,345746,714.1,28356,22636,63272,58290,0.4481603236818814,0.3883341911133985,9732,-0.0936591225186496,-0.1669583118888317 +55119,WI,Taylor,4224.854740063,-0.5563407284202346,0.20420777901604714,1013.40510122526,0.048982797681147466,2,0.097370983,13.3333333333333,0.652347636055254,6,0.29211295,552,61595,585.4,3761,2398,9486,9417,0.39647902171621335,0.25464585324413297,4191,-0.1935483870967742,-0.4450461930551131 +55121,WI,Trempealeau,333.771660808795,-48.69537120466105,0.011582858856496216,66.5121120158366,0.002308166019427978,8,0.271103731,27.5833333333333,0.930831617903463,14,0.474431529,829,88642,672.1,7601,5645,13456,13581,0.5648781212841855,0.41565422281128045,1725,0.14105231866825207,-0.1270156836757234 +55123,WI,Vernon,4501.29041164516,-12.987645855756307,0.15118699531942228,1073.0596360151,0.03604136754828536,7,0.230551347,20.9166666666667,0.678804006836719,11,0.362294974,879,91149,657.6,8031,6351,14215,14193,0.564966584593739,0.4474741069541323,643,0.14744987689060857,-0.045304023109983826 +55125,WI,Vilas,1382.84167727303,-46.88709014332597,0.06452830971876015,176.895601635424,0.008254577771135044,9,0.420600056,18,0.839748075577327,16,0.747733433,864,64119,729.2,5931,4769,13782,13453,0.4303439268611232,0.3544934215416636,3400,-0.13089537077347269,-0.2527317326990262 +55127,WI,Walworth,28471.5556995415,-7.108890890570742,0.27851034647593126,7285.12533524191,0.07126350251635472,19,0.183527003,54.6666666666667,0.530955687862806,70,0.676152115,2827,309344,768.2,22512,18706,52115,50570,0.4319677635997314,0.3699031046074748,10142,-0.12376475103137291,-0.2005536879572869 +55129,WI,Washburn,2822.11262669684,-9.7912797058943,0.1773686522969543,475.820545820647,0.029905131407243227,6,0.382311711,14.3333333333333,0.915985003408316,5,0.318593093,614,46887,822.2,4435,3283,9242,9059,0.47987448604198224,0.3624020311292637,2121,-0.027807833802207305,-0.23413180262722155 +55131,WI,Washington,25036.8233210309,31.072619571996064,0.18983541456725,6522.67277163398,0.049456525447041634,18,0.135083414,47.25,0.351834753082743,75,0.562847558,3221,399733,639.4,23136,20854,78558,76246,0.29450851600091654,0.2735094300028854,30875,-0.4019068713561954,-0.40493927550297715 +55133,WI,Waukesha,139440.96403862,-12.891504569808628,0.3576408894758279,34665.456366316,0.08891063493724144,66,0.167038707,181.583333333333,0.455754004109525,258,0.652969493,9819,1185848,619.2,77617,79200,241084,233273,0.3219500257171774,0.3395163606589704,63321,-0.34821887806739565,-0.27144590244048816 +55135,WI,Waupaca,6215.25699220785,-22.607660968711837,0.11858914314458786,1185.11267095291,0.022612338694007063,9,0.172857527,40.25,0.781052917547979,37,0.7106365,2092,156246,831.7,11565,8303,25801,25491,0.4482384403705283,0.32572280412694676,7710,-0.09394984690515873,-0.3024596916558785 +55137,WI,Waushara,400.713747467482,29.865000755808136,0.016358333910331563,74.1751738366293,0.0030280524916977995,8,0.330879312,17.5,0.724277791573545,8,0.330879312,786,72538,684.6,5330,3802,12017,11961,0.4435383207123242,0.31786639913050746,3867,-0.10218856619788635,-0.32330072736393284 +55139,WI,Winnebago,34475.3926287346,-32.81546932105911,0.2064468940724493,7762.20712582746,0.04648195220084231,15,0.088489833,104.666666666667,0.616099423534998,92,0.542737639,4285,508671,687,45410,37054,88814,85892,0.5112932645754048,0.4314022260513203,6393,0.03757290517260797,-0.0744306803893261 +55141,WI,Wood,17934.3427930657,-9.028376393145374,0.23992752803469883,4278.98254068301,0.057244679402841635,10,0.135854798,49.75,0.680509390345658,41,0.557004673,2229,221028,666.3,18546,14232,38762,37712,0.47845828388628037,0.37738650827322867,7270,-0.029384448686858244,-0.1927768349596945 +56001,WY,Albany,13449.7465873596,-7.6067349192111955,0.37052664225900434,2647.71951989084,0.07294194109729854,3,0.07934199,11.25,0.294071518193225,27,0.714077914,538,113521,608.5,7445,6888,16052,16420,0.46380513331672063,0.4194884287454324,713,-0.02529279840518317,-0.043422655298416546 +56003,WY,Big Horn,2176.42300468435,0,0.18652922563287194,588.753843910737,0.050458848466809834,3,0.25146689,7,0.583090379008746,5,0.419111484,394,35943,821.1,868,594,5262,5079,0.16495629038388446,0.11695215593620792,3473,-0.6463321930824781,-0.6837960228391415 +56005,WY,Campbell,10762.1581021365,3.08859174567492,0.2332854594788221,3154.88325333516,0.06838669181139662,5,0.103476821,25.3333333333333,0.519093771557759,33,0.68294702,748,145584,820.1,2163,1324,17477,17935,0.12376265949533673,0.07382213548926679,14454,-0.7317617440064085,-0.8059102313911347 +56007,WY,Carbon,8588.98850973469,-0.07637919953229405,0.5406980490862254,2096.14922907545,0.1319577733129021,3,0.189226694,12,0.768344218209758,7,0.441528952,410,47202,838.5,2109,1279,6461,6200,0.326420058814425,0.20629032258064517,3130,-0.3162049218387247,-0.5048387096774194 +56009,WY,Converse,1740.29701242618,0.3470820941967366,0.12580763481718932,457.846903007475,0.03309816402858924,3,0.212811236,7.66666666666667,0.540248514316586,8,0.56749663,384,42751,833.6,1089,668,6287,6552,0.17321456974709717,0.10195360195360195,4852,-0.6289168124701766,-0.7405372405372406 +56011,WY,Crook,1795.57687530381,-65.0653877500433,0.25350513557868276,413.139281048567,0.058328290420523364,3,0.413907285,3.58333333333333,0.480082172204359,6,0.82781457,176,21868,633.2,426,271,3657,3771,0.11648892534864644,0.07186422699549191,3076,-0.7336614711512168,-0.8156987536462477 +56013,WY,Fremont,5269.60042963256,-14.53030225003552,0.13133615207318894,1217.63937964523,0.03034766541996436,8,0.196545709,28,0.695790467670593,20,0.491364273,1260,122056,901.3,5333,4200,16817,16543,0.31711958137598856,0.2538838179290334,6967,-0.34126181839804964,-0.4211448951218038 +56015,WY,Goshen,3457.69065449019,-11.321026875268295,0.2609774816582527,691.080868347879,0.05216098334575281,2,0.147994672,6,0.448095593726662,11,0.813970697,421,40457,690.6,1458,924,5758,5708,0.25321292115317817,0.1618780658724597,3494,-0.47238624522403616,-0.6121233356692362 +56017,WY,Hot Springs,394.149835979223,0,0.08190977472552431,105.700188100072,0.021965957626781378,1,0.207641196,5,1.06860440265014,5,1.03820598,229,14380,934.1,523,400,2495,2535,0.2096192384769539,0.15779092702169625,1539,-0.5494989979959919,-0.6071005917159763 +56019,WY,Johnson,1713.57991183096,0,0.19997431576974678,380.667091577782,0.04442374741250811,5,0.583226408,8,0.942729201037002,7,0.816516972,273,25756,718.5,749,638,4217,4349,0.17761441783258242,0.1467003908944585,2839,-0.6196348114773536,-0.652793745688664 +56021,WY,Laramie,31924.4537694635,44.44086806402499,0.347995964261958,7786.58173904513,0.08487847717461826,8,0.082997022,41.3333333333333,0.421184206950898,65,0.674350808,2324,289596,722.1,13807,11572,38057,39945,0.36279790840055703,0.289698335210915,13272,-0.24804897916283475,-0.3322568531731131 +56023,WY,Lincoln,2478.62843644676,0.30166119806716024,0.13689541789720314,738.226905753137,0.040772501146202206,8,0.430871977,14,0.732600732600733,12,0.646307966,372,55614,650.4,1287,1105,8573,8398,0.15012247754578328,0.13157894736842105,5674,-0.6831914149072671,-0.67563705644201 +56025,WY,Natrona,32267.1001618228,0,0.4276620299777707,7810.49471823217,0.10351881667637071,7,0.08575909,43.25,0.533693653672923,53,0.649318828,2190,244937,835.1,8960,6573,32057,32493,0.27950213681879155,0.20228972394054104,16950,-0.4107995133668153,-0.5216508170990675 +56027,WY,Niobrara,544.734191998795,0,0.21929717874347626,95.401428300479,0.038406372101642106,1,0.406008932,3,1.20967741935484,3,1.218026797,94,7620,891.3,200,115,1268,1297,0.15772870662460567,0.08866615265998458,1001,-0.6482649842271293,-0.771781033153431 +56029,WY,Park,5818.21115595411,-2.140431754703209,0.20628296954278,1202.72935647692,0.04264241646789293,4,0.137983373,14.25,0.485469968998058,18,0.620925179,797,87591,631,2927,2535,14492,14634,0.20197350262213634,0.17322673226732269,8580,-0.5732128070659674,-0.5863058630586306 +56031,WY,Platte,1798.83915245094,0,0.20755038103737625,361.84080345453,0.041749256196438204,3,0.340947835,7.83333333333333,0.902457757296467,5,0.568246392,298,26316,753.2,1223,719,4500,4460,0.2717777777777778,0.16121076233183856,2718,-0.4251111111111111,-0.6094170403587444 +56033,WY,Sheridan,12976.6615388819,0,0.44568833421080845,2990.57596529876,0.10271245931098914,6,0.199786894,16.5,0.54635761589404,22,0.732551945,939,89823,773.4,3618,2926,14225,14187,0.25434094903339194,0.20624515401423837,7340,-0.46741652021089625,-0.5173750616761824 +56035,WY,Sublette,1943.2678220475,-5.401264634720562,0.18964260974407143,346.632682995933,0.033827723528440816,3,0.298299692,6.58333333333333,0.67390043334357,3,0.298299692,150,30024,581.9,767,644,4337,4297,0.17685035738990085,0.14987200372352805,2765,-0.6237030205210975,-0.6434721898999302 +56037,WY,Sweetwater,18934.7378093001,41.39142817539829,0.432240738923894,4852.75750006915,0.11077837511001119,5,0.111086425,25,0.566059096569682,33,0.733170407,806,134713,766.3,4773,3233,16750,16661,0.284955223880597,0.19404597563171477,8920,-0.39725373134328357,-0.5353820298901627 +56039,WY,Teton,6212.39042958441,-5.354989632380893e-4,0.29174370384072557,1096.18695938462,0.05147867753285526,11,0.47972089,9,0.38808158337286,23,1.003052769,269,68377,439.3,6211,7313,11356,12176,0.5469355406833392,0.600607752956636,3393,0.11914406481155332,0.27866294349540077 +56041,WY,Uinta,4686.01765324971,9.739021226952396,0.22189684881379437,1439.22301464136,0.06815148284124253,2,0.095675469,14.4166666666667,0.694009852532935,16,0.76540375,437,62747,799.9,1628,1202,8453,8053,0.19259434520288654,0.14926114491493853,4952,-0.5897314562877085,-0.6149261144914939 +56043,WY,Washakie,931.411646922956,0,0.10915406620449503,184.506883716558,0.021622745074013596,2,0.240326845,6.33333333333333,0.769075086014977,6,0.720980534,241,25087,662.9,794,532,3911,3715,0.2030171311684991,0.14320323014804845,2379,-0.5673740731270775,-0.6403768506056527 +56045,WY,Weston,1237.26703747211,-0.2600630703022273,0.17165191973808405,252.611605190584,0.03504600515962597,4,0.555478406,8.83333333333333,1.22074811129537,3,0.416608804,210,21579,687.7,422,294,3323,3334,0.12699368040926873,0.08818236352729454,2604,-0.7219380078242552,-0.7810437912417516 diff --git a/docs/_site/projects/problem-set-2/data/penguins.csv b/docs/_site/projects/problem-set-2/data/penguins.csv new file mode 100644 index 00000000..a1cee93d --- /dev/null +++ b/docs/_site/projects/problem-set-2/data/penguins.csv @@ -0,0 +1,343 @@ +species,island,bill_length_mm,bill_depth_mm,flipper_length_mm,body_mass_g,sex,year +Adelie,Torgersen,39.1,18.7,181,3750,male,2007 +Adelie,Torgersen,39.5,17.4,186,3800,female,2007 +Adelie,Torgersen,40.3,18,195,3250,female,2007 +Adelie,Torgersen,36.7,19.3,193,3450,female,2007 +Adelie,Torgersen,39.3,20.6,190,3650,male,2007 +Adelie,Torgersen,38.9,17.8,181,3625,female,2007 +Adelie,Torgersen,39.2,19.6,195,4675,male,2007 +Adelie,Torgersen,34.1,18.1,193,3475,NA,2007 +Adelie,Torgersen,42,20.2,190,4250,NA,2007 +Adelie,Torgersen,37.8,17.1,186,3300,NA,2007 +Adelie,Torgersen,37.8,17.3,180,3700,NA,2007 +Adelie,Torgersen,41.1,17.6,182,3200,female,2007 +Adelie,Torgersen,38.6,21.2,191,3800,male,2007 +Adelie,Torgersen,34.6,21.1,198,4400,male,2007 +Adelie,Torgersen,36.6,17.8,185,3700,female,2007 +Adelie,Torgersen,38.7,19,195,3450,female,2007 +Adelie,Torgersen,42.5,20.7,197,4500,male,2007 +Adelie,Torgersen,34.4,18.4,184,3325,female,2007 +Adelie,Torgersen,46,21.5,194,4200,male,2007 +Adelie,Biscoe,37.8,18.3,174,3400,female,2007 +Adelie,Biscoe,37.7,18.7,180,3600,male,2007 +Adelie,Biscoe,35.9,19.2,189,3800,female,2007 +Adelie,Biscoe,38.2,18.1,185,3950,male,2007 +Adelie,Biscoe,38.8,17.2,180,3800,male,2007 +Adelie,Biscoe,35.3,18.9,187,3800,female,2007 +Adelie,Biscoe,40.6,18.6,183,3550,male,2007 +Adelie,Biscoe,40.5,17.9,187,3200,female,2007 +Adelie,Biscoe,37.9,18.6,172,3150,female,2007 +Adelie,Biscoe,40.5,18.9,180,3950,male,2007 +Adelie,Dream,39.5,16.7,178,3250,female,2007 +Adelie,Dream,37.2,18.1,178,3900,male,2007 +Adelie,Dream,39.5,17.8,188,3300,female,2007 +Adelie,Dream,40.9,18.9,184,3900,male,2007 +Adelie,Dream,36.4,17,195,3325,female,2007 +Adelie,Dream,39.2,21.1,196,4150,male,2007 +Adelie,Dream,38.8,20,190,3950,male,2007 +Adelie,Dream,42.2,18.5,180,3550,female,2007 +Adelie,Dream,37.6,19.3,181,3300,female,2007 +Adelie,Dream,39.8,19.1,184,4650,male,2007 +Adelie,Dream,36.5,18,182,3150,female,2007 +Adelie,Dream,40.8,18.4,195,3900,male,2007 +Adelie,Dream,36,18.5,186,3100,female,2007 +Adelie,Dream,44.1,19.7,196,4400,male,2007 +Adelie,Dream,37,16.9,185,3000,female,2007 +Adelie,Dream,39.6,18.8,190,4600,male,2007 +Adelie,Dream,41.1,19,182,3425,male,2007 +Adelie,Dream,37.5,18.9,179,2975,NA,2007 +Adelie,Dream,36,17.9,190,3450,female,2007 +Adelie,Dream,42.3,21.2,191,4150,male,2007 +Adelie,Biscoe,39.6,17.7,186,3500,female,2008 +Adelie,Biscoe,40.1,18.9,188,4300,male,2008 +Adelie,Biscoe,35,17.9,190,3450,female,2008 +Adelie,Biscoe,42,19.5,200,4050,male,2008 +Adelie,Biscoe,34.5,18.1,187,2900,female,2008 +Adelie,Biscoe,41.4,18.6,191,3700,male,2008 +Adelie,Biscoe,39,17.5,186,3550,female,2008 +Adelie,Biscoe,40.6,18.8,193,3800,male,2008 +Adelie,Biscoe,36.5,16.6,181,2850,female,2008 +Adelie,Biscoe,37.6,19.1,194,3750,male,2008 +Adelie,Biscoe,35.7,16.9,185,3150,female,2008 +Adelie,Biscoe,41.3,21.1,195,4400,male,2008 +Adelie,Biscoe,37.6,17,185,3600,female,2008 +Adelie,Biscoe,41.1,18.2,192,4050,male,2008 +Adelie,Biscoe,36.4,17.1,184,2850,female,2008 +Adelie,Biscoe,41.6,18,192,3950,male,2008 +Adelie,Biscoe,35.5,16.2,195,3350,female,2008 +Adelie,Biscoe,41.1,19.1,188,4100,male,2008 +Adelie,Torgersen,35.9,16.6,190,3050,female,2008 +Adelie,Torgersen,41.8,19.4,198,4450,male,2008 +Adelie,Torgersen,33.5,19,190,3600,female,2008 +Adelie,Torgersen,39.7,18.4,190,3900,male,2008 +Adelie,Torgersen,39.6,17.2,196,3550,female,2008 +Adelie,Torgersen,45.8,18.9,197,4150,male,2008 +Adelie,Torgersen,35.5,17.5,190,3700,female,2008 +Adelie,Torgersen,42.8,18.5,195,4250,male,2008 +Adelie,Torgersen,40.9,16.8,191,3700,female,2008 +Adelie,Torgersen,37.2,19.4,184,3900,male,2008 +Adelie,Torgersen,36.2,16.1,187,3550,female,2008 +Adelie,Torgersen,42.1,19.1,195,4000,male,2008 +Adelie,Torgersen,34.6,17.2,189,3200,female,2008 +Adelie,Torgersen,42.9,17.6,196,4700,male,2008 +Adelie,Torgersen,36.7,18.8,187,3800,female,2008 +Adelie,Torgersen,35.1,19.4,193,4200,male,2008 +Adelie,Dream,37.3,17.8,191,3350,female,2008 +Adelie,Dream,41.3,20.3,194,3550,male,2008 +Adelie,Dream,36.3,19.5,190,3800,male,2008 +Adelie,Dream,36.9,18.6,189,3500,female,2008 +Adelie,Dream,38.3,19.2,189,3950,male,2008 +Adelie,Dream,38.9,18.8,190,3600,female,2008 +Adelie,Dream,35.7,18,202,3550,female,2008 +Adelie,Dream,41.1,18.1,205,4300,male,2008 +Adelie,Dream,34,17.1,185,3400,female,2008 +Adelie,Dream,39.6,18.1,186,4450,male,2008 +Adelie,Dream,36.2,17.3,187,3300,female,2008 +Adelie,Dream,40.8,18.9,208,4300,male,2008 +Adelie,Dream,38.1,18.6,190,3700,female,2008 +Adelie,Dream,40.3,18.5,196,4350,male,2008 +Adelie,Dream,33.1,16.1,178,2900,female,2008 +Adelie,Dream,43.2,18.5,192,4100,male,2008 +Adelie,Biscoe,35,17.9,192,3725,female,2009 +Adelie,Biscoe,41,20,203,4725,male,2009 +Adelie,Biscoe,37.7,16,183,3075,female,2009 +Adelie,Biscoe,37.8,20,190,4250,male,2009 +Adelie,Biscoe,37.9,18.6,193,2925,female,2009 +Adelie,Biscoe,39.7,18.9,184,3550,male,2009 +Adelie,Biscoe,38.6,17.2,199,3750,female,2009 +Adelie,Biscoe,38.2,20,190,3900,male,2009 +Adelie,Biscoe,38.1,17,181,3175,female,2009 +Adelie,Biscoe,43.2,19,197,4775,male,2009 +Adelie,Biscoe,38.1,16.5,198,3825,female,2009 +Adelie,Biscoe,45.6,20.3,191,4600,male,2009 +Adelie,Biscoe,39.7,17.7,193,3200,female,2009 +Adelie,Biscoe,42.2,19.5,197,4275,male,2009 +Adelie,Biscoe,39.6,20.7,191,3900,female,2009 +Adelie,Biscoe,42.7,18.3,196,4075,male,2009 +Adelie,Torgersen,38.6,17,188,2900,female,2009 +Adelie,Torgersen,37.3,20.5,199,3775,male,2009 +Adelie,Torgersen,35.7,17,189,3350,female,2009 +Adelie,Torgersen,41.1,18.6,189,3325,male,2009 +Adelie,Torgersen,36.2,17.2,187,3150,female,2009 +Adelie,Torgersen,37.7,19.8,198,3500,male,2009 +Adelie,Torgersen,40.2,17,176,3450,female,2009 +Adelie,Torgersen,41.4,18.5,202,3875,male,2009 +Adelie,Torgersen,35.2,15.9,186,3050,female,2009 +Adelie,Torgersen,40.6,19,199,4000,male,2009 +Adelie,Torgersen,38.8,17.6,191,3275,female,2009 +Adelie,Torgersen,41.5,18.3,195,4300,male,2009 +Adelie,Torgersen,39,17.1,191,3050,female,2009 +Adelie,Torgersen,44.1,18,210,4000,male,2009 +Adelie,Torgersen,38.5,17.9,190,3325,female,2009 +Adelie,Torgersen,43.1,19.2,197,3500,male,2009 +Adelie,Dream,36.8,18.5,193,3500,female,2009 +Adelie,Dream,37.5,18.5,199,4475,male,2009 +Adelie,Dream,38.1,17.6,187,3425,female,2009 +Adelie,Dream,41.1,17.5,190,3900,male,2009 +Adelie,Dream,35.6,17.5,191,3175,female,2009 +Adelie,Dream,40.2,20.1,200,3975,male,2009 +Adelie,Dream,37,16.5,185,3400,female,2009 +Adelie,Dream,39.7,17.9,193,4250,male,2009 +Adelie,Dream,40.2,17.1,193,3400,female,2009 +Adelie,Dream,40.6,17.2,187,3475,male,2009 +Adelie,Dream,32.1,15.5,188,3050,female,2009 +Adelie,Dream,40.7,17,190,3725,male,2009 +Adelie,Dream,37.3,16.8,192,3000,female,2009 +Adelie,Dream,39,18.7,185,3650,male,2009 +Adelie,Dream,39.2,18.6,190,4250,male,2009 +Adelie,Dream,36.6,18.4,184,3475,female,2009 +Adelie,Dream,36,17.8,195,3450,female,2009 +Adelie,Dream,37.8,18.1,193,3750,male,2009 +Adelie,Dream,36,17.1,187,3700,female,2009 +Adelie,Dream,41.5,18.5,201,4000,male,2009 +Gentoo,Biscoe,46.1,13.2,211,4500,female,2007 +Gentoo,Biscoe,50,16.3,230,5700,male,2007 +Gentoo,Biscoe,48.7,14.1,210,4450,female,2007 +Gentoo,Biscoe,50,15.2,218,5700,male,2007 +Gentoo,Biscoe,47.6,14.5,215,5400,male,2007 +Gentoo,Biscoe,46.5,13.5,210,4550,female,2007 +Gentoo,Biscoe,45.4,14.6,211,4800,female,2007 +Gentoo,Biscoe,46.7,15.3,219,5200,male,2007 +Gentoo,Biscoe,43.3,13.4,209,4400,female,2007 +Gentoo,Biscoe,46.8,15.4,215,5150,male,2007 +Gentoo,Biscoe,40.9,13.7,214,4650,female,2007 +Gentoo,Biscoe,49,16.1,216,5550,male,2007 +Gentoo,Biscoe,45.5,13.7,214,4650,female,2007 +Gentoo,Biscoe,48.4,14.6,213,5850,male,2007 +Gentoo,Biscoe,45.8,14.6,210,4200,female,2007 +Gentoo,Biscoe,49.3,15.7,217,5850,male,2007 +Gentoo,Biscoe,42,13.5,210,4150,female,2007 +Gentoo,Biscoe,49.2,15.2,221,6300,male,2007 +Gentoo,Biscoe,46.2,14.5,209,4800,female,2007 +Gentoo,Biscoe,48.7,15.1,222,5350,male,2007 +Gentoo,Biscoe,50.2,14.3,218,5700,male,2007 +Gentoo,Biscoe,45.1,14.5,215,5000,female,2007 +Gentoo,Biscoe,46.5,14.5,213,4400,female,2007 +Gentoo,Biscoe,46.3,15.8,215,5050,male,2007 +Gentoo,Biscoe,42.9,13.1,215,5000,female,2007 +Gentoo,Biscoe,46.1,15.1,215,5100,male,2007 +Gentoo,Biscoe,44.5,14.3,216,4100,NA,2007 +Gentoo,Biscoe,47.8,15,215,5650,male,2007 +Gentoo,Biscoe,48.2,14.3,210,4600,female,2007 +Gentoo,Biscoe,50,15.3,220,5550,male,2007 +Gentoo,Biscoe,47.3,15.3,222,5250,male,2007 +Gentoo,Biscoe,42.8,14.2,209,4700,female,2007 +Gentoo,Biscoe,45.1,14.5,207,5050,female,2007 +Gentoo,Biscoe,59.6,17,230,6050,male,2007 +Gentoo,Biscoe,49.1,14.8,220,5150,female,2008 +Gentoo,Biscoe,48.4,16.3,220,5400,male,2008 +Gentoo,Biscoe,42.6,13.7,213,4950,female,2008 +Gentoo,Biscoe,44.4,17.3,219,5250,male,2008 +Gentoo,Biscoe,44,13.6,208,4350,female,2008 +Gentoo,Biscoe,48.7,15.7,208,5350,male,2008 +Gentoo,Biscoe,42.7,13.7,208,3950,female,2008 +Gentoo,Biscoe,49.6,16,225,5700,male,2008 +Gentoo,Biscoe,45.3,13.7,210,4300,female,2008 +Gentoo,Biscoe,49.6,15,216,4750,male,2008 +Gentoo,Biscoe,50.5,15.9,222,5550,male,2008 +Gentoo,Biscoe,43.6,13.9,217,4900,female,2008 +Gentoo,Biscoe,45.5,13.9,210,4200,female,2008 +Gentoo,Biscoe,50.5,15.9,225,5400,male,2008 +Gentoo,Biscoe,44.9,13.3,213,5100,female,2008 +Gentoo,Biscoe,45.2,15.8,215,5300,male,2008 +Gentoo,Biscoe,46.6,14.2,210,4850,female,2008 +Gentoo,Biscoe,48.5,14.1,220,5300,male,2008 +Gentoo,Biscoe,45.1,14.4,210,4400,female,2008 +Gentoo,Biscoe,50.1,15,225,5000,male,2008 +Gentoo,Biscoe,46.5,14.4,217,4900,female,2008 +Gentoo,Biscoe,45,15.4,220,5050,male,2008 +Gentoo,Biscoe,43.8,13.9,208,4300,female,2008 +Gentoo,Biscoe,45.5,15,220,5000,male,2008 +Gentoo,Biscoe,43.2,14.5,208,4450,female,2008 +Gentoo,Biscoe,50.4,15.3,224,5550,male,2008 +Gentoo,Biscoe,45.3,13.8,208,4200,female,2008 +Gentoo,Biscoe,46.2,14.9,221,5300,male,2008 +Gentoo,Biscoe,45.7,13.9,214,4400,female,2008 +Gentoo,Biscoe,54.3,15.7,231,5650,male,2008 +Gentoo,Biscoe,45.8,14.2,219,4700,female,2008 +Gentoo,Biscoe,49.8,16.8,230,5700,male,2008 +Gentoo,Biscoe,46.2,14.4,214,4650,NA,2008 +Gentoo,Biscoe,49.5,16.2,229,5800,male,2008 +Gentoo,Biscoe,43.5,14.2,220,4700,female,2008 +Gentoo,Biscoe,50.7,15,223,5550,male,2008 +Gentoo,Biscoe,47.7,15,216,4750,female,2008 +Gentoo,Biscoe,46.4,15.6,221,5000,male,2008 +Gentoo,Biscoe,48.2,15.6,221,5100,male,2008 +Gentoo,Biscoe,46.5,14.8,217,5200,female,2008 +Gentoo,Biscoe,46.4,15,216,4700,female,2008 +Gentoo,Biscoe,48.6,16,230,5800,male,2008 +Gentoo,Biscoe,47.5,14.2,209,4600,female,2008 +Gentoo,Biscoe,51.1,16.3,220,6000,male,2008 +Gentoo,Biscoe,45.2,13.8,215,4750,female,2008 +Gentoo,Biscoe,45.2,16.4,223,5950,male,2008 +Gentoo,Biscoe,49.1,14.5,212,4625,female,2009 +Gentoo,Biscoe,52.5,15.6,221,5450,male,2009 +Gentoo,Biscoe,47.4,14.6,212,4725,female,2009 +Gentoo,Biscoe,50,15.9,224,5350,male,2009 +Gentoo,Biscoe,44.9,13.8,212,4750,female,2009 +Gentoo,Biscoe,50.8,17.3,228,5600,male,2009 +Gentoo,Biscoe,43.4,14.4,218,4600,female,2009 +Gentoo,Biscoe,51.3,14.2,218,5300,male,2009 +Gentoo,Biscoe,47.5,14,212,4875,female,2009 +Gentoo,Biscoe,52.1,17,230,5550,male,2009 +Gentoo,Biscoe,47.5,15,218,4950,female,2009 +Gentoo,Biscoe,52.2,17.1,228,5400,male,2009 +Gentoo,Biscoe,45.5,14.5,212,4750,female,2009 +Gentoo,Biscoe,49.5,16.1,224,5650,male,2009 +Gentoo,Biscoe,44.5,14.7,214,4850,female,2009 +Gentoo,Biscoe,50.8,15.7,226,5200,male,2009 +Gentoo,Biscoe,49.4,15.8,216,4925,male,2009 +Gentoo,Biscoe,46.9,14.6,222,4875,female,2009 +Gentoo,Biscoe,48.4,14.4,203,4625,female,2009 +Gentoo,Biscoe,51.1,16.5,225,5250,male,2009 +Gentoo,Biscoe,48.5,15,219,4850,female,2009 +Gentoo,Biscoe,55.9,17,228,5600,male,2009 +Gentoo,Biscoe,47.2,15.5,215,4975,female,2009 +Gentoo,Biscoe,49.1,15,228,5500,male,2009 +Gentoo,Biscoe,47.3,13.8,216,4725,NA,2009 +Gentoo,Biscoe,46.8,16.1,215,5500,male,2009 +Gentoo,Biscoe,41.7,14.7,210,4700,female,2009 +Gentoo,Biscoe,53.4,15.8,219,5500,male,2009 +Gentoo,Biscoe,43.3,14,208,4575,female,2009 +Gentoo,Biscoe,48.1,15.1,209,5500,male,2009 +Gentoo,Biscoe,50.5,15.2,216,5000,female,2009 +Gentoo,Biscoe,49.8,15.9,229,5950,male,2009 +Gentoo,Biscoe,43.5,15.2,213,4650,female,2009 +Gentoo,Biscoe,51.5,16.3,230,5500,male,2009 +Gentoo,Biscoe,46.2,14.1,217,4375,female,2009 +Gentoo,Biscoe,55.1,16,230,5850,male,2009 +Gentoo,Biscoe,44.5,15.7,217,4875,NA,2009 +Gentoo,Biscoe,48.8,16.2,222,6000,male,2009 +Gentoo,Biscoe,47.2,13.7,214,4925,female,2009 +Gentoo,Biscoe,46.8,14.3,215,4850,female,2009 +Gentoo,Biscoe,50.4,15.7,222,5750,male,2009 +Gentoo,Biscoe,45.2,14.8,212,5200,female,2009 +Gentoo,Biscoe,49.9,16.1,213,5400,male,2009 +Chinstrap,Dream,46.5,17.9,192,3500,female,2007 +Chinstrap,Dream,50,19.5,196,3900,male,2007 +Chinstrap,Dream,51.3,19.2,193,3650,male,2007 +Chinstrap,Dream,45.4,18.7,188,3525,female,2007 +Chinstrap,Dream,52.7,19.8,197,3725,male,2007 +Chinstrap,Dream,45.2,17.8,198,3950,female,2007 +Chinstrap,Dream,46.1,18.2,178,3250,female,2007 +Chinstrap,Dream,51.3,18.2,197,3750,male,2007 +Chinstrap,Dream,46,18.9,195,4150,female,2007 +Chinstrap,Dream,51.3,19.9,198,3700,male,2007 +Chinstrap,Dream,46.6,17.8,193,3800,female,2007 +Chinstrap,Dream,51.7,20.3,194,3775,male,2007 +Chinstrap,Dream,47,17.3,185,3700,female,2007 +Chinstrap,Dream,52,18.1,201,4050,male,2007 +Chinstrap,Dream,45.9,17.1,190,3575,female,2007 +Chinstrap,Dream,50.5,19.6,201,4050,male,2007 +Chinstrap,Dream,50.3,20,197,3300,male,2007 +Chinstrap,Dream,58,17.8,181,3700,female,2007 +Chinstrap,Dream,46.4,18.6,190,3450,female,2007 +Chinstrap,Dream,49.2,18.2,195,4400,male,2007 +Chinstrap,Dream,42.4,17.3,181,3600,female,2007 +Chinstrap,Dream,48.5,17.5,191,3400,male,2007 +Chinstrap,Dream,43.2,16.6,187,2900,female,2007 +Chinstrap,Dream,50.6,19.4,193,3800,male,2007 +Chinstrap,Dream,46.7,17.9,195,3300,female,2007 +Chinstrap,Dream,52,19,197,4150,male,2007 +Chinstrap,Dream,50.5,18.4,200,3400,female,2008 +Chinstrap,Dream,49.5,19,200,3800,male,2008 +Chinstrap,Dream,46.4,17.8,191,3700,female,2008 +Chinstrap,Dream,52.8,20,205,4550,male,2008 +Chinstrap,Dream,40.9,16.6,187,3200,female,2008 +Chinstrap,Dream,54.2,20.8,201,4300,male,2008 +Chinstrap,Dream,42.5,16.7,187,3350,female,2008 +Chinstrap,Dream,51,18.8,203,4100,male,2008 +Chinstrap,Dream,49.7,18.6,195,3600,male,2008 +Chinstrap,Dream,47.5,16.8,199,3900,female,2008 +Chinstrap,Dream,47.6,18.3,195,3850,female,2008 +Chinstrap,Dream,52,20.7,210,4800,male,2008 +Chinstrap,Dream,46.9,16.6,192,2700,female,2008 +Chinstrap,Dream,53.5,19.9,205,4500,male,2008 +Chinstrap,Dream,49,19.5,210,3950,male,2008 +Chinstrap,Dream,46.2,17.5,187,3650,female,2008 +Chinstrap,Dream,50.9,19.1,196,3550,male,2008 +Chinstrap,Dream,45.5,17,196,3500,female,2008 +Chinstrap,Dream,50.9,17.9,196,3675,female,2009 +Chinstrap,Dream,50.8,18.5,201,4450,male,2009 +Chinstrap,Dream,50.1,17.9,190,3400,female,2009 +Chinstrap,Dream,49,19.6,212,4300,male,2009 +Chinstrap,Dream,51.5,18.7,187,3250,male,2009 +Chinstrap,Dream,49.8,17.3,198,3675,female,2009 +Chinstrap,Dream,48.1,16.4,199,3325,female,2009 +Chinstrap,Dream,51.4,19,201,3950,male,2009 +Chinstrap,Dream,45.7,17.3,193,3600,female,2009 +Chinstrap,Dream,50.7,19.7,203,4050,male,2009 +Chinstrap,Dream,42.5,17.3,187,3350,female,2009 +Chinstrap,Dream,52.2,18.8,197,3450,male,2009 +Chinstrap,Dream,45.2,16.6,191,3250,female,2009 +Chinstrap,Dream,49.3,19.9,203,4050,male,2009 +Chinstrap,Dream,50.2,18.8,202,3800,male,2009 +Chinstrap,Dream,45.6,19.4,194,3525,female,2009 +Chinstrap,Dream,51.9,19.5,206,3950,male,2009 +Chinstrap,Dream,46.8,16.5,189,3650,female,2009 +Chinstrap,Dream,45.7,17,195,3650,female,2009 +Chinstrap,Dream,55.8,19.8,207,4000,male,2009 +Chinstrap,Dream,43.5,18.1,202,3400,female,2009 +Chinstrap,Dream,49.6,18.2,193,3775,male,2009 +Chinstrap,Dream,50.8,19,210,4100,male,2009 +Chinstrap,Dream,50.2,18.7,198,3775,female,2009 diff --git a/docs/_site/projects/problem-set-2/problem-set-2.Rproj b/docs/_site/projects/problem-set-2/problem-set-2.Rproj new file mode 100755 index 00000000..254c1762 --- /dev/null +++ b/docs/_site/projects/problem-set-2/problem-set-2.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Yes + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/projects/problem-set-2/your-name_problem-set-2.Rmd b/docs/_site/projects/problem-set-2/your-name_problem-set-2.Rmd new file mode 100644 index 00000000..aa8e2b8c --- /dev/null +++ b/docs/_site/projects/problem-set-2/your-name_problem-set-2.Rmd @@ -0,0 +1,330 @@ +--- +title: "Problem set 2: Regression" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(modelsummary) + +# Load penguins data +penguins <- read_csv("data/penguins.csv") +``` + +# Task 1: Penguins + +Between 2007 and 2009, researchers collected data on penguins in three islands in the Palmer Archipelago in Antarctica: Biscoe, Dream, and Torgersen. The `penguins` dataset has data for 342 penguins from 3 different species: Chinstrap, Gentoo, and Adélie. It includes the following variables: + +- `species`: The penguin's species (Chinstrap, Gentoo, and Adélie) +- `island`: The island where the penguin lives (Biscoe, Dream, and Torgersen) +- `bill_length_mm`: The length of the penguin's bill, in millimeters (distance from the penguin's face to the tip of the bill) +- `bill_depth_mm`: The depth of the penguin's bill, in millimeters (height of the bill; distance from the bottom of the bill to the top of the bill) +- `flipper_length_mm`: The length of the penguin's flippers, in millimeters +- `body_mass_g`: The weight of the penguin, in grams +- `sex`: The sex of the penguin +- `year`: The year the observation was made + +## Exploratory analysis + +What is the relationship between penguin weight and bill depth? This plot shows some initial trends: + +```{r plot-penguin-weight-depth} +ggplot(data = penguins, + aes(x = bill_depth_mm, y = body_mass_g)) + + geom_point() +``` + +Make a new plot that colors these points by species. What can you tell about the relationship between bill depth and penguin weight? + +```{r plot-penguin-weight-depth-by-species} + +``` + +Add a `geom_smooth()` layer to the plot and make sure it uses a straight line (hint: include `method="lm"` in the function). What does this tell you about the relationship between bill depth and body mass? + +```{r plot-penguin-weight-depth-by-species-with-lines} + +``` + +Change the plot so that there's a single line for all the points instead of one line per species. How does the slope of this single line differ from the slopes of the species specific lines? ***Why??*** + +```{r plot-penguin-weight-depth-by-species-with-one-line} + +``` + +What is the relationship between flipper length and body mass? Make another plot with `flipper_length_mm` on the x-axis, `body_mass_g` on the y-axis, and points colored by `species`. + +```{r} + +``` + +Facet the plot by island (`island`) + +```{r} +ggplot(data = penguins, + aes(x = flipper_length_mm, y = body_mass_g, color = species)) + + geom_point() + + facet_wrap(vars(island)) +``` + +Tell a story about the relationship between flipper length and weight in these three penguin species. + +SAY SOMETHING HERE + +Tell a story about the distribution of penguins across the three islands. + +SAY SOMETHING HERE + + +## Models + +### Predicting weight with bill depth + +Does bill depth predict penguin weight? + +```{r model-depth-weight} +model_depth_weight <- lm(body_mass_g ~ bill_depth_mm, + data = penguins) + +tidy(model_depth_weight, conf.int = TRUE) +``` + +```{r model-details-depth-weight} +glance(model_depth_weight) +``` + +INTERPRET THE COEFFICIENTS AND RESULTS HERE. What happens as bills get taller? Is the association statistically significant? How confident are you about these results? (Hint: look at the $R^2$) + + +### Predicting weight with bill depth and flipper length + +RUN A MODEL that predicts weight with bill depth and flipper length (i.e. body_mass_g ~ bill_depth_mm + flipper_length_mm) + +```{r model-weight-depth-flipper} + +``` + +```{r model-details-weight-depth-flipper} + +``` + +INTERPRET THESE RESULTS. Did the size of the bill depth coefficient change after controlling for flipper length? + + +### Predicting weight with bill depth, flipper length, and species + +RUN A MODEL that predicts weight with bill depth, flipper length, and species. + +```{r model-weight-depth-flipper-species} + +``` + +```{r model-details-weight-depth-flipper-species} + +``` + +INTERPRET THESE RESULTS. What do the species coefficients mean? Did the bill depth coefficient change after controlling for both flipper length and species? + +## All models at the same time + +```{r all-penguin-models} +# Right now there's only one model here. Add the others from above (whatever you +# called them) like so: +# modelsummary(list(model_depth_weight, some_other_model, yet_another_model, etc)) + +modelsummary(list(model_depth_weight)) +``` + +--- + +# Task 2: Food access and mortality + +```{r load-food-mortality-data} +# Make sure you look at this dataset by clicking on its name in the Environment +# panel in RStudio. Sort some of the different columns and look around to get a +# feel for what's in the data +food_health <- read_csv("data/food_health_politics.csv") +``` + +We're interested in looking at the relationships between food access, mortality, and politics. Do do this, we look at data from three different sources: + +- The USDA's [Food Environment Atlas](https://www.ers.usda.gov/data-products/food-environment-atlas/documentation/) +- The CDC's ["Compressed Mortality File 1999-2015 Series 20 No. 2U, 2016"](http://wonder.cdc.gov/cmf-icd10.html) +- 2016 election results (found all over the internet) + +Each row in the dataset is a US county. The main outcome we care about is `mortality_rate`, or the number of deaths per 100,000 people in a county between 2013-2015. Other interesting variables in the dataset include: + +- `pct_low_access_pop`: Percent of the county's population with low access to food +- `pct_children_low_access`: Percent of the county's children with low access to food +- `grocery_stores_per_1000`: Number of grocery stores in a county (per 1,000 residents) +- `snap_stores_per_1000`: Number of stores that accept SNAP (food stamps) in a county (per 1,000 residents) +- `fastfood_per_1000`: Number of fast food stores in a county (per 1,000 residents) +- `per_dem_2012`: Percent of the county that voted for Obama in 2012 +- `per_dem_2016`: Percent of the county that voted for Clinton in 2016 + + +## Exploratory analysis + +### How related are mortality rate and access to food? + +```{r cor-mortality-food} +# Notice how this is a little different from what was in the complete example +# with SAT scores. It's not possible to calculate correlations when there is +# missing data. The `use = "complete.obs"` argument here tells R to ignore any +# rows where either mortality_rate or pct_low_access_pop is missing +cor(food_health$mortality_rate, food_health$pct_low_access_pop, + use = "complete.obs") +``` + +SAY SOMETHING HERE. This is backwards from what you might expect, since it trends downward (i.e. the mortality rate is lower in counties with a greater proportion of the population with low access to food). Why might that be? Is there really a relationship? + +```{r plot-mortality-food, warning=FALSE} +# Use warning=FALSE in the chunk options to remove the warning about missing data +ggplot(food_health, aes(x = pct_low_access_pop, y = mortality_rate)) + + geom_point() + + geom_smooth(method = "lm") + + labs(x = "% of county with low access to food", + y = "Mortality rate (per 100,000 residents)") +``` + + +### How related are mortality rate and the prevalence of fast food restaurants? + +```{r cor-mortality-fastfood} + +``` + +SAY SOMETHING HERE + +```{r plot-mortality-fastfood} + +``` + + +### How related are mortality rate and the prevalence of SNAP stores per 1,000 residents? + +```{r cor-mortality-snap} + +``` + +SAY SOMETHING HERE + +```{r plot-mortality-snap} + +``` + + +### How related are mortality rate and the percent of the county that voted for Democrats in 2016? + +```{r cor-mortality-2016} + +``` + +SAY SOMETHING HERE + +```{r plot-mortality-2016} + +``` + + +## Models + +### Does access to food predict mortality? + +SAY SOMETHING HERE + +```{r model-mortality-food} +model_mortality_food <- lm(mortality_rate ~ pct_low_access_pop, + data = food_health) + +tidy(model_mortality_food, conf.int = TRUE) +``` + +```{r model-details-mortality-food} +glance(model_mortality_food) +``` + +INTERPRET THE COEFFICIENTS AND RESULTS HERE. What happens as the percent of low access to food goes up by 1%? Is that significant? Again, this is backwards from what you'd expect---as the percent of low access goes up, mortality drops. Why might that be? How much do you trust this finding? (Hint: look at the R2 value) + +### Do more SNAP stores per person predict mortality? + +```{r model-mortality-snap} + +``` + +```{r model-details-mortality-snap} + +``` + +SAY SOMETHING HERE. What happens as the proportion of SNAP stores goes up? Do you trust this number more or less than low access to food? + +### Do election results and access to food and SNAP stores predict mortality? + +RUN A MODEL THAT PREDICTS MORTALITY WITH A BUNCH OF COVARIATES (i.e. mortality_rate ~ pct_low_access_pop + snap_stores_per_1000 + per_dem_2016 + anything else you want to throw in) + +```{r model-mortality-lots-of-things} + +``` + +```{r model-details-mortality-lots-of-things} + +``` + +SAY SOMETHING HERE. Interpret the different coefficients. How predictive is this model (i.e. what's the R2)? Do you believe this model? + +### Mortality, contolling for state differences + +RUN A MODEL with some number of plausible independent/explanatory variables. Include `state` as one of them + +```{r model-mortality-state} +# Add other explanatory variables here +model_with_state <- lm(mortality_rate ~ pct_low_access_pop + state, + data = food_health) + +# This table is 50+ rows long! While it might be interesting to see changes in +# intercept in relation to Alaska (the omitted state here), like how Alabama's +# mortality rate is 137 higher than Alaska's while DC's is 84 lower, it's not +# super helpful. Controlling for state does capture some of the state-specific +# reasons for varying mortality though, so it's good to include. We just don't +# really need to see all those coefficients. To remove them from this table of +# results, filter them out. The "!" in R means "not", so here we're only looking +# at rows that don't start with "state" +tidy(model_with_state, conf.int = TRUE) %>% + filter(!str_starts(term, "state")) +``` + +```{r model-state-mortality-lots-of-things} + +``` + +SAY SOMETHING ABOUT THIS MODEL + + +## All models at the same time + +PUT ALL THE MODEL RESULTS IN THE SAME SIDE-BY-SIDE TABLE HERE + +```{r everything-together} +# Right now there are only two models here. Add the others from above (whatever +# you called them) like so: +# modelsummary(list(model_mortality_food, some_other_model, yet_another_model, etc)) + +# Also, by default, modelsummary will include all the state coefficients, which +# we don't want. We can omit specific coefficients with the `coef_omit` +# argument. The ^ character means it'll omit coefficients that *start with* +# "state". Without ^, it would omit any coefficient where the characters "state" +# appeared anywhere in the name, which might be too greedy + +modelsummary(list(model_mortality_food, model_with_state), + coef_omit = "^state") +``` diff --git a/docs/_site/projects/problem-set-3/barrel-dag-observational.png b/docs/_site/projects/problem-set-3/barrel-dag-observational.png new file mode 100644 index 00000000..2b7066da Binary files /dev/null and b/docs/_site/projects/problem-set-3/barrel-dag-observational.png differ diff --git a/docs/_site/projects/problem-set-3/barrel-dag-rct.png b/docs/_site/projects/problem-set-3/barrel-dag-rct.png new file mode 100644 index 00000000..fb822ac2 Binary files /dev/null and b/docs/_site/projects/problem-set-3/barrel-dag-rct.png differ diff --git a/docs/_site/projects/problem-set-3/data/barrels_observational.csv b/docs/_site/projects/problem-set-3/data/barrels_observational.csv new file mode 100644 index 00000000..73cd55a2 --- /dev/null +++ b/docs/_site/projects/problem-set-3/data/barrels_observational.csv @@ -0,0 +1,1242 @@ +id,water_bill,barrel,barrel_num,yard_size,home_garden,home_garden_num,attitude_env,temperature +1,212.73,Barrel,1,25811,No home garden,0,3,81.1 +2,258.76,No barrel,0,39479,Home garden,1,7,65.1 +3,156.49,Barrel,1,13297,No home garden,0,7,75.9 +4,254.84,No barrel,0,28259,No home garden,0,2,70.6 +5,194.78,Barrel,1,21479,No home garden,0,5,66.7 +6,201.81,Barrel,1,28906,Home garden,1,8,75.3 +7,210.42,No barrel,0,7041,No home garden,0,3,66.3 +8,255.56,No barrel,0,29434,No home garden,0,4,71.3 +9,187.88,Barrel,1,24779,Home garden,1,8,70 +10,252.21,No barrel,0,29741,Home garden,1,9,68.4 +11,174.36,Barrel,1,16931,No home garden,0,7,70.5 +12,183.78,Barrel,1,10357,No home garden,0,8,74.4 +13,202.02,Barrel,1,16071,No home garden,0,6,81 +14,185.85,Barrel,1,14977,No home garden,0,6,73 +15,211.61,Barrel,1,13053,No home garden,0,3,81.7 +16,208,Barrel,1,24206,No home garden,0,4,70.3 +17,181.79,No barrel,0,14641,No home garden,0,8,58.7 +18,213.09,Barrel,1,15519,No home garden,0,3,78.6 +19,174.12,No barrel,0,6782,No home garden,0,9,62.6 +20,231.34,No barrel,0,19185,No home garden,0,5,66.1 +21,219.84,No barrel,0,26319,Home garden,1,7,69.9 +22,192.17,Barrel,1,35468,Home garden,1,7,75.2 +23,236.49,Barrel,1,35299,No home garden,0,3,81.2 +24,183.51,No barrel,0,8066,No home garden,0,8,70.9 +25,179.93,No barrel,0,9509,No home garden,0,6,70.3 +26,188.89,Barrel,1,21281,No home garden,0,2,69 +27,265.28,No barrel,0,20160,No home garden,0,2,72.6 +28,266.37,No barrel,0,28510,Home garden,1,7,71.5 +29,142.15,Barrel,1,3815,No home garden,0,6,65 +30,223.17,No barrel,0,11933,No home garden,0,4,71.4 +31,265.78,No barrel,0,36989,Home garden,1,5,63 +32,203.82,No barrel,0,13489,No home garden,0,5,73.2 +33,250.57,No barrel,0,17570,No home garden,0,2,68.6 +34,225.84,No barrel,0,17197,No home garden,0,3,72.7 +35,261.62,No barrel,0,37644,Home garden,1,6,66.4 +36,257.22,No barrel,0,33476,Home garden,1,7,70.9 +37,233.64,No barrel,0,24009,No home garden,0,1,64 +38,204.67,Barrel,1,10880,No home garden,0,4,81.1 +39,271.29,No barrel,0,31316,Home garden,1,6,71.6 +40,260.6,No barrel,0,34542,Home garden,1,5,72.5 +41,233.32,No barrel,0,14983,No home garden,0,4,70.5 +42,192.14,Barrel,1,27877,Home garden,1,9,66.2 +43,233.46,Barrel,1,27994,No home garden,0,5,80.8 +44,189.38,No barrel,0,15527,No home garden,0,2,68.7 +45,171.08,Barrel,1,13715,No home garden,0,8,75 +46,268.69,No barrel,0,28308,No home garden,0,2,72.1 +47,222.04,No barrel,0,26454,No home garden,0,5,64 +48,256.28,No barrel,0,29906,No home garden,0,4,72 +49,213.61,No barrel,0,18501,Home garden,1,9,69.2 +50,248.19,No barrel,0,26720,No home garden,0,5,73.5 +51,270.18,No barrel,0,35343,Home garden,1,6,69.1 +52,216.79,No barrel,0,12211,No home garden,0,6,70.1 +53,235.35,Barrel,1,28904,Home garden,1,7,77.5 +54,175.73,Barrel,1,13592,No home garden,0,6,74.2 +55,210.69,No barrel,0,12990,No home garden,0,4,71.6 +56,184.29,Barrel,1,9363,No home garden,0,7,74.2 +57,239.13,No barrel,0,27521,Home garden,1,7,67.1 +58,224.67,Barrel,1,24539,No home garden,0,3,73.9 +59,250.85,No barrel,0,26410,No home garden,0,4,69.6 +60,166.68,Barrel,1,12062,No home garden,0,6,71.4 +61,235.72,Barrel,1,32672,No home garden,0,4,72.5 +62,207.25,Barrel,1,34827,Home garden,1,6,72.4 +63,205.15,Barrel,1,24811,No home garden,0,3,75.4 +64,186,No barrel,0,13646,No home garden,0,6,66.1 +65,223.82,No barrel,0,20140,No home garden,0,3,62.2 +66,229.3,Barrel,1,24714,No home garden,0,4,69.6 +67,219.04,No barrel,0,11316,No home garden,0,8,71.1 +68,287.82,No barrel,0,23572,No home garden,0,4,73.8 +69,253.42,No barrel,0,29730,No home garden,0,5,69.4 +70,206.44,No barrel,0,12860,No home garden,0,6,67.7 +71,213.55,No barrel,0,13761,No home garden,0,5,63.3 +72,221.17,Barrel,1,25221,No home garden,0,4,68.1 +73,227.28,No barrel,0,31993,Home garden,1,5,68.4 +74,179.57,Barrel,1,31952,No home garden,0,5,60.7 +75,254.44,No barrel,0,36695,Home garden,1,5,65.1 +76,223,No barrel,0,16829,No home garden,0,1,61.9 +77,212.64,No barrel,0,26067,Home garden,1,7,65.7 +78,224.06,No barrel,0,23897,No home garden,0,7,69.2 +79,234.41,No barrel,0,34248,Home garden,1,7,69.2 +80,257.09,No barrel,0,28608,Home garden,1,7,72 +81,126.53,Barrel,1,4832,No home garden,0,7,60.6 +82,244.96,No barrel,0,24637,Home garden,1,6,68.1 +83,252.02,No barrel,0,29531,Home garden,1,6,66.5 +84,214.61,No barrel,0,18565,No home garden,0,5,67.2 +85,219.13,No barrel,0,19108,No home garden,0,1,71.8 +86,245.27,No barrel,0,30574,Home garden,1,6,71.9 +87,229.19,No barrel,0,20286,No home garden,0,4,65.7 +88,263.65,No barrel,0,16218,No home garden,0,4,69.7 +89,182.68,No barrel,0,18107,No home garden,0,7,67.5 +90,218.32,No barrel,0,23129,Home garden,1,8,71.1 +91,189.43,Barrel,1,17230,Home garden,1,9,74.9 +92,187.1,Barrel,1,24724,Home garden,1,7,65.1 +93,247.13,No barrel,0,12219,No home garden,0,2,77 +94,217.41,No barrel,0,27721,Home garden,1,6,60.8 +95,244.46,No barrel,0,18977,No home garden,0,4,74.8 +96,217.75,Barrel,1,25067,Home garden,1,7,74.5 +97,199.82,Barrel,1,27990,Home garden,1,6,73.9 +98,193.69,No barrel,0,16333,No home garden,0,6,66 +99,267.4,No barrel,0,26412,No home garden,0,6,70.3 +100,121.75,Barrel,1,6261,No home garden,0,5,66.9 +101,218.11,No barrel,0,22827,No home garden,0,3,62.8 +102,270.05,No barrel,0,28279,No home garden,0,4,67.8 +103,191.1,Barrel,1,18408,No home garden,0,6,76.8 +104,178.38,No barrel,0,11176,No home garden,0,6,62.2 +105,175.22,No barrel,0,10682,No home garden,0,6,62.5 +106,250.71,No barrel,0,25144,No home garden,0,4,69.3 +107,239.01,No barrel,0,22087,No home garden,0,5,69.3 +108,226.17,Barrel,1,33313,Home garden,1,8,77.9 +109,221.65,No barrel,0,26079,No home garden,0,5,69 +110,212.91,No barrel,0,21691,No home garden,0,5,66.1 +111,182.32,Barrel,1,24941,Home garden,1,9,62.4 +112,218.28,Barrel,1,28018,Home garden,1,8,71.4 +113,230.27,No barrel,0,26331,Home garden,1,8,71.9 +114,257.66,No barrel,0,32150,No home garden,0,4,68.1 +115,210.18,Barrel,1,27143,No home garden,0,5,76 +116,166.36,Barrel,1,15679,Home garden,1,9,69.6 +117,240.31,Barrel,1,34956,No home garden,0,3,66.8 +118,206.07,Barrel,1,23506,No home garden,0,4,78.7 +119,218.62,No barrel,0,21556,No home garden,0,4,70.7 +120,200.36,Barrel,1,11430,No home garden,0,2,75.8 +121,195.36,Barrel,1,19677,No home garden,0,4,66.3 +122,205.18,Barrel,1,28299,No home garden,0,4,65.8 +123,185.46,Barrel,1,14878,No home garden,0,5,71 +124,234.73,No barrel,0,19757,No home garden,0,5,78.1 +125,251.71,No barrel,0,24519,No home garden,0,5,70 +126,194.99,No barrel,0,27526,No home garden,0,6,57.9 +127,225.89,No barrel,0,22271,No home garden,0,6,68.4 +128,235.78,No barrel,0,17550,No home garden,0,3,71.4 +129,216.38,No barrel,0,22228,No home garden,0,3,62 +130,242.48,Barrel,1,18875,No home garden,0,2,82.2 +131,207.6,Barrel,1,28731,No home garden,0,3,64.5 +132,216.38,No barrel,0,19544,No home garden,0,7,62.7 +133,250.36,Barrel,1,28653,No home garden,0,4,80.9 +134,223.57,No barrel,0,14885,No home garden,0,7,69.1 +135,281.43,No barrel,0,27255,No home garden,0,5,82.2 +136,233.91,No barrel,0,22252,No home garden,0,5,67.4 +137,156.53,Barrel,1,16299,No home garden,0,3,54 +138,227,No barrel,0,28339,No home garden,0,4,63.4 +139,214.42,Barrel,1,31862,Home garden,1,6,71.2 +140,189.05,Barrel,1,25688,No home garden,0,5,71.5 +141,178.81,Barrel,1,23795,Home garden,1,9,72.1 +142,243.03,No barrel,0,26763,No home garden,0,5,76.2 +143,241.5,No barrel,0,20645,No home garden,0,6,68.3 +144,212.11,No barrel,0,11961,No home garden,0,4,70.7 +145,187.78,No barrel,0,17118,No home garden,0,7,69.8 +146,228.93,No barrel,0,28364,Home garden,1,6,68.2 +147,153.46,Barrel,1,7939,No home garden,0,7,67.8 +148,227.48,Barrel,1,32363,No home garden,0,2,73.4 +149,183.06,Barrel,1,20559,No home garden,0,3,68.6 +150,213.13,No barrel,0,22450,No home garden,0,7,66.8 +151,213.43,Barrel,1,21992,No home garden,0,4,78.7 +152,264.03,No barrel,0,27979,No home garden,0,2,71.8 +153,170.94,No barrel,0,6885,No home garden,0,7,66.4 +154,171.81,Barrel,1,30342,Home garden,1,6,68 +155,223.55,No barrel,0,18034,No home garden,0,5,71.6 +156,164.64,Barrel,1,3635,No home garden,0,4,71.4 +157,245.53,No barrel,0,13369,No home garden,0,2,74.4 +158,170.86,Barrel,1,20765,No home garden,0,7,64 +159,174.32,Barrel,1,20211,No home garden,0,5,74.9 +160,174.87,No barrel,0,6049,No home garden,0,6,67.2 +161,217.44,No barrel,0,28028,No home garden,0,6,69.5 +162,168.98,No barrel,0,24006,Home garden,1,8,62.1 +163,193.86,No barrel,0,22052,No home garden,0,4,61.7 +164,219.74,No barrel,0,27177,No home garden,0,6,69.6 +165,186,Barrel,1,20355,Home garden,1,8,76.3 +166,145.88,Barrel,1,9577,No home garden,0,9,68.7 +167,242,No barrel,0,34602,No home garden,0,4,69.9 +168,235.19,No barrel,0,24962,No home garden,0,5,68.2 +169,168.35,No barrel,0,7522,No home garden,0,9,72.9 +170,256.56,No barrel,0,30832,No home garden,0,3,67.5 +171,278.48,No barrel,0,33357,Home garden,1,7,73.9 +172,261.39,No barrel,0,28891,No home garden,0,4,70.1 +173,191.91,Barrel,1,7664,No home garden,0,7,79.2 +174,254.93,No barrel,0,22879,No home garden,0,1,71.6 +175,199.93,Barrel,1,32797,Home garden,1,9,70.9 +176,151.87,Barrel,1,6317,No home garden,0,3,69.9 +177,240.35,No barrel,0,38750,No home garden,0,4,63.2 +178,215.35,No barrel,0,10549,No home garden,0,6,70.8 +179,244.16,No barrel,0,16835,No home garden,0,2,71.9 +180,261.26,No barrel,0,29641,No home garden,0,5,64.1 +181,170.42,No barrel,0,1950,No home garden,0,7,68 +182,218.08,Barrel,1,21646,No home garden,0,4,76.4 +183,197.67,Barrel,1,31386,No home garden,0,5,75.5 +184,217.84,No barrel,0,23409,No home garden,0,5,68.3 +185,292.06,No barrel,0,36306,No home garden,0,3,76.1 +186,195.83,No barrel,0,14235,No home garden,0,8,71.7 +187,191.54,Barrel,1,19422,No home garden,0,3,72.3 +188,187.77,No barrel,0,19659,No home garden,0,5,58.6 +189,217.56,Barrel,1,24669,No home garden,0,5,76 +190,175.36,Barrel,1,14662,No home garden,0,4,67.3 +191,220.23,Barrel,1,24369,No home garden,0,4,73.7 +192,287.74,No barrel,0,36826,Home garden,1,7,73.4 +193,211.1,No barrel,0,17097,No home garden,0,5,65.9 +194,219.79,No barrel,0,14804,No home garden,0,5,77.9 +195,184.13,Barrel,1,20895,No home garden,0,7,68.1 +196,195.77,Barrel,1,23453,No home garden,0,3,61.3 +197,170.6,Barrel,1,15292,No home garden,0,3,63.9 +198,190.45,Barrel,1,11943,No home garden,0,4,70.4 +199,287.96,No barrel,0,39000,Home garden,1,4,74.5 +200,222.4,Barrel,1,24622,Home garden,1,7,75.5 +201,190.43,Barrel,1,12524,No home garden,0,4,83 +202,167.46,No barrel,0,7235,No home garden,0,9,68.3 +203,231.78,No barrel,0,19168,No home garden,0,6,67.1 +204,278.05,No barrel,0,28649,Home garden,1,8,76.8 +205,224.18,No barrel,0,17615,No home garden,0,3,73.4 +206,183.79,Barrel,1,24905,Home garden,1,8,64.3 +207,228.78,No barrel,0,29426,Home garden,1,6,65.1 +208,209.46,No barrel,0,22186,No home garden,0,5,60.7 +209,254.34,No barrel,0,24699,Home garden,1,8,70.3 +210,182.66,Barrel,1,16278,No home garden,0,8,66.1 +211,219.11,Barrel,1,30939,Home garden,1,8,80.7 +212,225.08,No barrel,0,28699,No home garden,0,6,62.9 +213,217.1,No barrel,0,22377,No home garden,0,5,63.1 +214,191.22,Barrel,1,25072,No home garden,0,5,72 +215,200.23,No barrel,0,17516,No home garden,0,7,70.3 +216,222.2,No barrel,0,24901,Home garden,1,9,69.9 +217,137.33,Barrel,1,3797,No home garden,0,7,71.2 +218,164.75,Barrel,1,12596,No home garden,0,4,70.2 +219,212.63,Barrel,1,29474,Home garden,1,6,76.2 +220,158.09,Barrel,1,20795,Home garden,1,8,68.1 +221,216.8,Barrel,1,21396,No home garden,0,5,79.9 +222,201.3,Barrel,1,11609,No home garden,0,7,86 +223,250.41,No barrel,0,26493,No home garden,0,4,73.6 +224,179.99,Barrel,1,12809,No home garden,0,7,80.2 +225,185.57,Barrel,1,13605,No home garden,0,7,75.5 +226,217.07,No barrel,0,26145,No home garden,0,5,67.3 +227,137.34,Barrel,1,572,No home garden,0,9,70 +228,268.45,No barrel,0,28862,No home garden,0,4,73.6 +229,246.05,No barrel,0,28305,No home garden,0,4,71.4 +230,202.51,No barrel,0,22778,Home garden,1,7,71.3 +231,210.98,No barrel,0,28042,No home garden,0,6,57.5 +232,219.92,No barrel,0,20065,No home garden,0,3,73.5 +233,190.16,No barrel,0,8463,No home garden,0,6,64.7 +234,210.05,Barrel,1,19207,No home garden,0,3,74.1 +235,182.9,No barrel,0,22067,Home garden,1,8,60.3 +236,232.13,No barrel,0,12730,No home garden,0,3,75.3 +237,244.1,No barrel,0,23102,No home garden,0,5,76.9 +238,236.51,No barrel,0,25148,Home garden,1,6,69.1 +239,233.59,No barrel,0,29420,No home garden,0,5,67.6 +240,167.92,Barrel,1,27732,No home garden,0,5,62.1 +241,237.27,No barrel,0,26237,No home garden,0,4,69.4 +242,240.59,No barrel,0,16245,No home garden,0,2,73.1 +243,228.03,No barrel,0,20156,No home garden,0,4,72.7 +244,245.57,No barrel,0,12116,No home garden,0,3,79.2 +245,274.72,No barrel,0,27499,No home garden,0,4,79.4 +246,236.42,Barrel,1,29061,No home garden,0,3,76.2 +247,172.59,Barrel,1,16866,No home garden,0,8,62.7 +248,200.29,No barrel,0,14483,No home garden,0,7,67.6 +249,186.47,Barrel,1,20120,No home garden,0,7,69.2 +250,200.91,No barrel,0,17426,No home garden,0,7,59.6 +251,179.23,No barrel,0,10322,No home garden,0,6,63.3 +252,198.61,No barrel,0,10334,No home garden,0,6,74.7 +253,270.99,No barrel,0,31526,Home garden,1,5,67.6 +254,220.12,No barrel,0,14850,No home garden,0,5,73.3 +255,225.37,No barrel,0,13115,No home garden,0,3,68.9 +256,233.38,Barrel,1,29775,No home garden,0,5,76.8 +257,252.06,No barrel,0,24220,No home garden,0,5,71.1 +258,210.19,No barrel,0,17341,No home garden,0,4,60.3 +259,206.69,No barrel,0,23242,No home garden,0,6,64.5 +260,285.18,No barrel,0,38900,Home garden,1,7,67.2 +261,224.32,No barrel,0,12636,No home garden,0,5,84.8 +262,210.92,No barrel,0,25900,Home garden,1,7,62.2 +263,258.89,No barrel,0,30876,Home garden,1,6,72.5 +264,274.52,No barrel,0,38559,Home garden,1,6,69.1 +265,192.86,Barrel,1,11182,No home garden,0,6,78.7 +266,241.94,No barrel,0,25847,No home garden,0,4,72.6 +267,220.7,No barrel,0,16846,No home garden,0,2,65.2 +268,230.96,No barrel,0,21089,No home garden,0,5,68.7 +269,205.02,No barrel,0,11424,No home garden,0,4,67.3 +270,250.6,Barrel,1,34542,No home garden,0,3,71.6 +271,241.77,No barrel,0,22464,Home garden,1,7,70.7 +272,232.26,No barrel,0,11423,No home garden,0,3,77 +273,226.66,Barrel,1,26701,No home garden,0,4,77.8 +274,164,Barrel,1,13528,No home garden,0,2,70.5 +275,251.84,No barrel,0,30111,Home garden,1,6,71.2 +276,165.88,No barrel,0,7301,No home garden,0,9,67.4 +277,253.51,No barrel,0,19713,No home garden,0,2,77.4 +278,194.97,Barrel,1,15397,No home garden,0,6,77.3 +279,190.12,Barrel,1,24008,Home garden,1,7,73.6 +280,244.95,No barrel,0,36530,No home garden,0,3,69.6 +281,198.47,Barrel,1,22268,Home garden,1,8,74 +282,212.02,Barrel,1,22842,No home garden,0,7,82 +283,140.09,Barrel,1,5676,No home garden,0,3,67.2 +284,221.59,No barrel,0,19227,No home garden,0,5,75.9 +285,257.11,No barrel,0,12084,No home garden,0,5,79.5 +286,231.05,No barrel,0,20179,No home garden,0,7,71.2 +287,199.72,No barrel,0,13680,No home garden,0,4,62.2 +288,194.51,Barrel,1,29663,Home garden,1,7,73.7 +289,209.04,No barrel,0,9402,No home garden,0,4,64 +290,143.18,Barrel,1,4957,No home garden,0,9,62.4 +291,219.98,No barrel,0,5772,No home garden,0,5,77.6 +292,198.41,No barrel,0,25044,Home garden,1,8,61.4 +293,181.41,Barrel,1,9163,No home garden,0,5,72.2 +294,223.96,No barrel,0,11746,No home garden,0,3,70.3 +295,258.9,No barrel,0,36012,No home garden,0,4,69.5 +296,218.83,No barrel,0,19909,No home garden,0,7,74 +297,263.51,No barrel,0,13791,No home garden,0,3,78.1 +298,212.48,No barrel,0,17166,Home garden,1,8,68.1 +299,243.84,No barrel,0,32059,No home garden,0,3,64.2 +300,172.51,No barrel,0,15538,No home garden,0,8,65.6 +301,220.47,No barrel,0,24576,No home garden,0,6,69.9 +302,263.96,No barrel,0,36060,Home garden,1,8,76.8 +303,197.98,No barrel,0,14428,No home garden,0,4,71.6 +304,197.22,No barrel,0,16403,No home garden,0,6,70.6 +305,174.82,Barrel,1,15809,No home garden,0,7,67 +306,213.17,Barrel,1,16009,No home garden,0,3,80.4 +307,156.97,Barrel,1,22192,Home garden,1,10,69.7 +308,194.3,Barrel,1,32695,Home garden,1,8,62 +309,176.04,No barrel,0,26563,Home garden,1,8,59.8 +310,229.77,Barrel,1,20250,No home garden,0,4,70.8 +311,225.64,Barrel,1,19129,No home garden,0,2,71.9 +312,234.07,Barrel,1,36691,Home garden,1,10,71.7 +313,214.66,No barrel,0,19936,Home garden,1,8,64.2 +314,214.13,No barrel,0,30956,No home garden,0,4,55.2 +315,198.66,No barrel,0,9035,No home garden,0,5,63.8 +316,202.66,Barrel,1,25321,No home garden,0,6,73.5 +317,214.57,No barrel,0,21845,No home garden,0,7,65.4 +318,233.84,No barrel,0,18141,No home garden,0,6,71.6 +319,185.76,Barrel,1,17294,Home garden,1,8,75.3 +320,234.4,No barrel,0,24703,Home garden,1,9,71 +321,234.4,Barrel,1,26873,Home garden,1,6,78.3 +322,209.59,No barrel,0,23680,Home garden,1,9,70.5 +323,238.72,No barrel,0,32314,No home garden,0,4,64 +324,199.38,No barrel,0,26245,No home garden,0,6,57.8 +325,213.76,No barrel,0,21201,No home garden,0,6,70.4 +326,264.43,No barrel,0,31968,No home garden,0,2,73.9 +327,251.96,No barrel,0,21966,No home garden,0,6,72.6 +328,251.54,No barrel,0,21619,No home garden,0,3,71.3 +329,252.2,No barrel,0,29348,No home garden,0,5,67.9 +330,182.34,Barrel,1,17334,No home garden,0,6,65.9 +331,170.29,Barrel,1,22451,Home garden,1,8,64.1 +332,243.47,No barrel,0,23481,Home garden,1,8,72.6 +333,154.37,Barrel,1,11152,No home garden,0,6,66.7 +334,236.34,Barrel,1,13522,No home garden,0,2,84.2 +335,271.13,No barrel,0,18675,No home garden,0,2,76.3 +336,215.62,No barrel,0,29744,Home garden,1,6,64.3 +337,218.31,No barrel,0,29141,Home garden,1,9,63.5 +338,219.9,No barrel,0,18130,No home garden,0,6,67.9 +339,154.86,Barrel,1,9674,No home garden,0,7,73.3 +340,159.77,Barrel,1,2995,No home garden,0,7,75.6 +341,211.59,Barrel,1,17610,No home garden,0,4,70.3 +342,181.2,No barrel,0,5752,No home garden,0,5,68.7 +343,214.11,No barrel,0,18593,No home garden,0,4,71.7 +344,269.58,No barrel,0,31806,No home garden,0,4,81 +345,180.2,Barrel,1,4582,No home garden,0,7,77.5 +346,209.39,No barrel,0,27107,Home garden,1,7,64.4 +347,209.17,Barrel,1,20361,No home garden,0,6,74.6 +348,198.69,No barrel,0,11789,No home garden,0,7,66.5 +349,264.43,No barrel,0,22098,No home garden,0,4,76.7 +350,181.37,No barrel,0,9797,No home garden,0,3,67.5 +351,188.01,Barrel,1,28685,Home garden,1,7,71.2 +352,198.62,Barrel,1,23137,No home garden,0,2,70.3 +353,193.99,Barrel,1,17442,No home garden,0,5,78.1 +354,153,Barrel,1,2082,No home garden,0,5,70.7 +355,139.21,Barrel,1,1886,No home garden,0,6,68.3 +356,200.25,Barrel,1,19408,No home garden,0,3,74 +357,255.57,No barrel,0,15740,No home garden,0,2,73.8 +358,157.93,Barrel,1,10330,No home garden,0,8,66.6 +359,204.35,Barrel,1,23610,Home garden,1,8,75.8 +360,167.95,Barrel,1,10932,No home garden,0,5,69.5 +361,216.61,No barrel,0,11705,No home garden,0,4,68.9 +362,280.74,No barrel,0,36420,Home garden,1,6,71 +363,257.72,No barrel,0,37060,Home garden,1,8,62.8 +364,206.97,No barrel,0,20577,No home garden,0,3,61.1 +365,168.68,Barrel,1,13606,No home garden,0,6,70.6 +366,208.28,Barrel,1,24182,No home garden,0,6,69.8 +367,221.38,No barrel,0,8218,No home garden,0,3,67.2 +368,242.76,Barrel,1,28461,Home garden,1,6,77.9 +369,173.17,Barrel,1,11640,No home garden,0,4,70.2 +370,180.75,Barrel,1,6801,No home garden,0,5,70 +371,182.55,Barrel,1,19448,No home garden,0,5,71.4 +372,203.42,No barrel,0,20970,No home garden,0,6,71.6 +373,207.85,Barrel,1,21163,No home garden,0,1,70 +374,235.58,No barrel,0,17070,No home garden,0,3,70.9 +375,196.96,Barrel,1,30536,Home garden,1,9,77.5 +376,135.61,Barrel,1,982,No home garden,0,7,79.7 +377,186.63,Barrel,1,19660,No home garden,0,3,66.4 +378,228.49,No barrel,0,22161,Home garden,1,8,68.2 +379,246.42,Barrel,1,31622,No home garden,0,4,75.4 +380,160.62,Barrel,1,8157,No home garden,0,7,71 +381,189.67,No barrel,0,13119,No home garden,0,4,64.4 +382,243.47,No barrel,0,24252,No home garden,0,5,70.4 +383,240.82,No barrel,0,17648,No home garden,0,5,73.8 +384,143.57,No barrel,0,3478,No home garden,0,4,61.9 +385,219.99,No barrel,0,27011,No home garden,0,4,60.6 +386,252.85,No barrel,0,16246,No home garden,0,3,71.1 +387,206.95,No barrel,0,13220,No home garden,0,2,68.4 +388,211.46,No barrel,0,29814,Home garden,1,10,63.3 +389,209.92,Barrel,1,32031,Home garden,1,7,66.4 +390,194.39,Barrel,1,19079,No home garden,0,3,73.7 +391,246.26,Barrel,1,31389,No home garden,0,3,73 +392,190.54,No barrel,0,16959,No home garden,0,3,65.7 +393,275.6,No barrel,0,34034,Home garden,1,8,72 +394,206.99,No barrel,0,14242,No home garden,0,7,73 +395,186.95,No barrel,0,7896,No home garden,0,4,69.6 +396,165.7,Barrel,1,15567,No home garden,0,8,68.8 +397,206.61,No barrel,0,11384,No home garden,0,5,69.3 +398,227.45,No barrel,0,12423,No home garden,0,2,73.2 +399,199.99,No barrel,0,11376,No home garden,0,6,70.5 +400,231.19,Barrel,1,27549,No home garden,0,4,76.8 +401,203.92,Barrel,1,22512,No home garden,0,4,70.7 +402,228.38,Barrel,1,21336,Home garden,1,8,76.7 +403,212.06,Barrel,1,12950,No home garden,0,3,70.8 +404,238.12,No barrel,0,26771,Home garden,1,7,72.8 +405,220.85,No barrel,0,12474,No home garden,0,5,73 +406,196.27,No barrel,0,15037,Home garden,1,9,66.1 +407,230.64,No barrel,0,21735,Home garden,1,7,72.7 +408,249.14,Barrel,1,33339,Home garden,1,7,78 +409,217.43,No barrel,0,21485,No home garden,0,6,64.6 +410,216.62,No barrel,0,19231,No home garden,0,6,66 +411,198.28,No barrel,0,11639,No home garden,0,4,63.3 +412,187.09,Barrel,1,23759,No home garden,0,4,68.6 +413,210.38,Barrel,1,19035,No home garden,0,7,71.9 +414,194.44,No barrel,0,12768,No home garden,0,4,63.7 +415,145.61,Barrel,1,14954,No home garden,0,5,67.7 +416,221.22,No barrel,0,23186,No home garden,0,5,71.6 +417,198.47,No barrel,0,18246,No home garden,0,6,66.7 +418,176.72,Barrel,1,12380,No home garden,0,6,68.6 +419,250.82,No barrel,0,30214,No home garden,0,5,67.3 +420,182.2,No barrel,0,9743,No home garden,0,7,67 +421,167.46,No barrel,0,14253,No home garden,0,6,64 +422,197.23,Barrel,1,16838,No home garden,0,4,74.9 +423,207.56,No barrel,0,21306,No home garden,0,5,60.8 +424,170.31,No barrel,0,12565,No home garden,0,6,72 +425,204.37,Barrel,1,29013,No home garden,0,4,69.1 +426,278.27,No barrel,0,28754,No home garden,0,1,73.1 +427,223.22,Barrel,1,33999,No home garden,0,3,74.6 +428,182.31,No barrel,0,4514,No home garden,0,5,71.6 +429,266.63,No barrel,0,28854,No home garden,0,5,70.2 +430,215.78,Barrel,1,32674,Home garden,1,8,74.8 +431,281.45,No barrel,0,25658,No home garden,0,1,70.6 +432,181.85,Barrel,1,9121,No home garden,0,3,69 +433,192.85,Barrel,1,20175,No home garden,0,7,72.7 +434,228.38,Barrel,1,33906,No home garden,0,4,68.4 +435,220.59,No barrel,0,14747,No home garden,0,2,67 +436,198.36,Barrel,1,27357,Home garden,1,7,69.7 +437,199.85,No barrel,0,19782,No home garden,0,3,67.8 +438,211.86,No barrel,0,3006,No home garden,0,8,76.1 +439,189.65,No barrel,0,4741,No home garden,0,5,76.5 +440,152.97,No barrel,0,6697,Home garden,1,10,60.8 +441,175.19,Barrel,1,19251,No home garden,0,6,67.2 +442,242.46,No barrel,0,16104,No home garden,0,7,77.1 +443,158.63,Barrel,1,4106,No home garden,0,6,73.8 +444,218.88,No barrel,0,11793,No home garden,0,2,65.5 +445,193.6,No barrel,0,11378,No home garden,0,9,72.3 +446,196.82,No barrel,0,14103,No home garden,0,2,61.2 +447,204.42,Barrel,1,30836,No home garden,0,5,64.9 +448,240.96,No barrel,0,20782,Home garden,1,7,73 +449,231.59,No barrel,0,31260,Home garden,1,9,65.3 +450,258.44,No barrel,0,20661,No home garden,0,2,76 +451,220.1,No barrel,0,13977,No home garden,0,4,67.1 +452,190.98,Barrel,1,17355,No home garden,0,2,70.3 +453,166.93,Barrel,1,21482,Home garden,1,8,70 +454,217.34,No barrel,0,13677,No home garden,0,8,72 +455,218.35,No barrel,0,26645,No home garden,0,4,62.3 +456,220.42,No barrel,0,11934,No home garden,0,4,67.2 +457,249.08,No barrel,0,21117,No home garden,0,5,69.3 +458,242,No barrel,0,22077,No home garden,0,3,64.4 +459,213.58,No barrel,0,16688,No home garden,0,6,70.5 +460,232.79,Barrel,1,38528,Home garden,1,6,75.4 +461,207.43,No barrel,0,18839,No home garden,0,3,61.8 +462,205.22,Barrel,1,31148,No home garden,0,4,71.2 +463,230.68,No barrel,0,17226,No home garden,0,5,71.9 +464,193.6,No barrel,0,3494,No home garden,0,5,69.5 +465,187.31,Barrel,1,19242,No home garden,0,8,74 +466,228.4,No barrel,0,17631,No home garden,0,4,67.8 +467,172.5,No barrel,0,7341,No home garden,0,6,68.9 +468,230.74,No barrel,0,36758,Home garden,1,6,70 +469,184.29,Barrel,1,16308,No home garden,0,3,73.9 +470,210.65,No barrel,0,12537,No home garden,0,5,69 +471,160.26,Barrel,1,3592,No home garden,0,6,79.9 +472,223.06,No barrel,0,13035,No home garden,0,3,66.8 +473,243.04,Barrel,1,32190,Home garden,1,5,72 +474,146.45,Barrel,1,18444,No home garden,0,4,56.7 +475,265.33,No barrel,0,33438,Home garden,1,5,70.5 +476,235.59,Barrel,1,33103,No home garden,0,2,64.6 +477,245.16,No barrel,0,21262,No home garden,0,2,64.7 +478,185.56,Barrel,1,17543,No home garden,0,6,76.6 +479,177.04,Barrel,1,18878,No home garden,0,4,69 +480,244.52,No barrel,0,20398,No home garden,0,2,75.2 +481,249.22,No barrel,0,33642,Home garden,1,6,67.7 +482,240.67,Barrel,1,37338,Home garden,1,6,76.6 +483,215.18,Barrel,1,27251,No home garden,0,5,69 +484,183.05,Barrel,1,24893,No home garden,0,6,73 +485,250.48,No barrel,0,19375,No home garden,0,2,71.8 +486,230.5,Barrel,1,28103,No home garden,0,4,77.8 +487,130.87,Barrel,1,15588,Home garden,1,8,62.8 +488,197.92,Barrel,1,25928,No home garden,0,5,72.5 +489,192.44,Barrel,1,31002,No home garden,0,4,63.6 +490,222.21,No barrel,0,8360,No home garden,0,4,73.2 +491,242.42,No barrel,0,20315,No home garden,0,7,72.3 +492,165.82,Barrel,1,21202,Home garden,1,9,66.2 +493,162.3,Barrel,1,17548,No home garden,0,6,64.4 +494,281.39,No barrel,0,21082,No home garden,0,2,75.9 +495,222.26,Barrel,1,25648,No home garden,0,5,72.7 +496,260.23,No barrel,0,36297,Home garden,1,5,65.7 +497,225.02,Barrel,1,20363,No home garden,0,7,83.5 +498,255.21,Barrel,1,38665,Home garden,1,9,73.3 +499,252,No barrel,0,29073,No home garden,0,4,68.5 +500,213.46,No barrel,0,16948,No home garden,0,4,64.1 +501,185.78,Barrel,1,11350,No home garden,0,7,71.5 +502,211.48,Barrel,1,21838,No home garden,0,3,71.8 +503,140.64,Barrel,1,14400,No home garden,0,6,71.6 +504,229.04,Barrel,1,22570,No home garden,0,5,76.1 +505,215.64,No barrel,0,14717,No home garden,0,7,72.8 +506,208.27,No barrel,0,12366,No home garden,0,8,73.4 +507,196.47,Barrel,1,31872,Home garden,1,8,67.5 +508,170.93,Barrel,1,13083,No home garden,0,8,69.6 +509,161.97,No barrel,0,10577,No home garden,0,5,57.6 +510,177.71,Barrel,1,27595,Home garden,1,7,65.7 +511,263.34,No barrel,0,25056,No home garden,0,3,71.1 +512,242.93,No barrel,0,19805,No home garden,0,7,73 +513,221.4,No barrel,0,21849,Home garden,1,8,73.5 +514,208.71,No barrel,0,18702,No home garden,0,4,54.5 +515,204.4,Barrel,1,16773,No home garden,0,3,80.1 +516,159.09,Barrel,1,9143,No home garden,0,6,65.8 +517,184.87,No barrel,0,11769,No home garden,0,5,60.8 +518,261.9,No barrel,0,32678,No home garden,0,5,67.3 +519,205.9,No barrel,0,4896,No home garden,0,3,69.8 +520,283.81,No barrel,0,20312,No home garden,0,1,75.3 +521,178.84,Barrel,1,11744,No home garden,0,2,69.1 +522,266.83,No barrel,0,15112,No home garden,0,5,71.9 +523,211.29,Barrel,1,16830,No home garden,0,3,77.3 +524,236.59,No barrel,0,21597,Home garden,1,8,77.8 +525,206.59,No barrel,0,22765,No home garden,0,5,58.2 +526,266.59,Barrel,1,30844,No home garden,0,4,71.6 +527,174.59,Barrel,1,22372,Home garden,1,10,74.3 +528,209.45,No barrel,0,23827,No home garden,0,5,66.3 +529,224.17,No barrel,0,6480,No home garden,0,4,68.8 +530,225.07,No barrel,0,19272,No home garden,0,6,70.8 +531,215.91,Barrel,1,29946,No home garden,0,3,74.4 +532,212.97,Barrel,1,29853,Home garden,1,6,70.5 +533,237.26,No barrel,0,15135,No home garden,0,6,65.4 +534,187.34,Barrel,1,26229,No home garden,0,6,66.9 +535,225.12,No barrel,0,32483,Home garden,1,7,64.6 +536,252.31,No barrel,0,32054,Home garden,1,7,73.9 +537,198.81,No barrel,0,20563,No home garden,0,6,63.4 +538,154.7,Barrel,1,16656,Home garden,1,9,68.2 +539,193.04,No barrel,0,13443,No home garden,0,7,62.9 +540,245.39,Barrel,1,38758,Home garden,1,6,73.5 +541,198.2,No barrel,0,9706,No home garden,0,7,69.9 +542,218.2,Barrel,1,39542,Home garden,1,6,68.8 +543,226.53,Barrel,1,16232,No home garden,0,5,72 +544,183.85,Barrel,1,23404,Home garden,1,9,72.2 +545,190.54,No barrel,0,6954,No home garden,0,3,64.5 +546,253.05,Barrel,1,22107,No home garden,0,6,82 +547,258.08,Barrel,1,34709,No home garden,0,4,72.6 +548,150.32,Barrel,1,8007,No home garden,0,6,74.4 +549,245.59,No barrel,0,14777,No home garden,0,8,75.9 +550,165.61,Barrel,1,8348,No home garden,0,2,70.8 +551,211.37,No barrel,0,21492,No home garden,0,5,69.7 +552,175.35,No barrel,0,12530,No home garden,0,8,64.2 +553,192.34,Barrel,1,23909,Home garden,1,9,63.5 +554,197.32,No barrel,0,7354,No home garden,0,2,66 +555,217,Barrel,1,27392,No home garden,0,3,71.4 +556,140.64,Barrel,1,12815,No home garden,0,7,66.6 +557,174.55,Barrel,1,14647,No home garden,0,7,73.4 +558,222.5,No barrel,0,19455,No home garden,0,3,73.7 +559,180.56,Barrel,1,14579,No home garden,0,5,72.2 +560,222.7,No barrel,0,14416,No home garden,0,8,74 +561,203.54,Barrel,1,10302,No home garden,0,7,76.1 +562,155.47,Barrel,1,18296,No home garden,0,7,68.4 +563,263.2,Barrel,1,33552,No home garden,0,3,70.6 +564,164.08,Barrel,1,21413,No home garden,0,3,64.8 +565,211.36,No barrel,0,30759,Home garden,1,7,63.9 +566,180.59,Barrel,1,34082,Home garden,1,10,65.5 +567,213.05,Barrel,1,27121,No home garden,0,5,70.5 +568,168.35,No barrel,0,15692,No home garden,0,7,64.5 +569,212.53,No barrel,0,19092,No home garden,0,5,68 +570,229.46,Barrel,1,27562,Home garden,1,8,70.7 +571,213.08,Barrel,1,22329,No home garden,0,5,78.3 +572,226,Barrel,1,27472,No home garden,0,3,84.2 +573,236.8,No barrel,0,22427,No home garden,0,4,67.4 +574,195.56,No barrel,0,7057,No home garden,0,6,75.8 +575,197.6,Barrel,1,28142,No home garden,0,5,75.2 +576,224.9,No barrel,0,15252,No home garden,0,7,69 +577,257.73,No barrel,0,23436,No home garden,0,4,72.3 +578,225.46,Barrel,1,16473,No home garden,0,4,79 +579,240.2,No barrel,0,13721,No home garden,0,2,73.6 +580,120.28,Barrel,1,11138,No home garden,0,7,62.3 +581,167.21,Barrel,1,14073,No home garden,0,5,66.1 +582,237.93,No barrel,0,24238,No home garden,0,4,71.6 +583,226.52,No barrel,0,21808,Home garden,1,7,60.2 +584,205.41,No barrel,0,13758,No home garden,0,5,60.8 +585,273.88,No barrel,0,29175,No home garden,0,4,69.7 +586,223.22,No barrel,0,17458,No home garden,0,8,70.4 +587,198.19,Barrel,1,15247,No home garden,0,2,77.9 +588,146.64,Barrel,1,10960,No home garden,0,7,70.2 +589,293.19,No barrel,0,33810,Home garden,1,6,74.2 +590,213.35,Barrel,1,13565,No home garden,0,7,76 +591,280.41,No barrel,0,22785,No home garden,0,1,82.1 +592,195.31,Barrel,1,24474,No home garden,0,6,69.4 +593,227.33,No barrel,0,18669,Home garden,1,9,69.1 +594,196.33,Barrel,1,27232,Home garden,1,8,69.9 +595,189.96,Barrel,1,15372,Home garden,1,9,71.3 +596,224.11,No barrel,0,25845,No home garden,0,4,66.7 +597,222.38,No barrel,0,24886,No home garden,0,1,64.5 +598,228.31,Barrel,1,18693,No home garden,0,3,74.6 +599,197.8,No barrel,0,14287,No home garden,0,5,64 +600,216.34,Barrel,1,36451,Home garden,1,9,74.4 +601,218.23,No barrel,0,15306,No home garden,0,7,72 +602,194.71,Barrel,1,22824,Home garden,1,8,72.1 +603,246.71,No barrel,0,26687,No home garden,0,3,73.9 +604,257.87,No barrel,0,16737,No home garden,0,4,75.4 +605,195.02,No barrel,0,14883,No home garden,0,8,67.5 +606,269.92,No barrel,0,29009,No home garden,0,3,67.8 +607,167.5,Barrel,1,13943,No home garden,0,6,63.5 +608,173.21,No barrel,0,9979,No home garden,0,6,58.6 +609,225.84,No barrel,0,26204,No home garden,0,2,61.8 +610,209.97,Barrel,1,19388,No home garden,0,5,75.4 +611,242.14,No barrel,0,17422,No home garden,0,2,70.2 +612,179.25,Barrel,1,33664,Home garden,1,7,62.4 +613,244.03,No barrel,0,10897,No home garden,0,2,77.2 +614,249.77,No barrel,0,24942,No home garden,0,3,71.7 +615,219.91,Barrel,1,29429,No home garden,0,5,70.9 +616,206.13,No barrel,0,8666,No home garden,0,2,65 +617,216.16,Barrel,1,26188,Home garden,1,8,71.8 +618,223.26,No barrel,0,19414,No home garden,0,6,66.9 +619,274.67,No barrel,0,27133,Home garden,1,8,73.2 +620,232.94,No barrel,0,25427,No home garden,0,3,61.1 +621,247.47,No barrel,0,28180,Home garden,1,7,73.8 +622,205.89,No barrel,0,10410,No home garden,0,2,67.1 +623,211.8,Barrel,1,25308,No home garden,0,5,80.7 +624,230.7,No barrel,0,20076,No home garden,0,6,74 +625,205.17,Barrel,1,20878,No home garden,0,7,72.8 +626,255.14,No barrel,0,32673,Home garden,1,7,73.7 +627,190.12,No barrel,0,8868,No home garden,0,3,71.5 +628,173.93,Barrel,1,11347,No home garden,0,3,66 +629,197.74,Barrel,1,25669,No home garden,0,6,73 +630,216.99,No barrel,0,20334,No home garden,0,7,73.8 +631,194.53,Barrel,1,17573,No home garden,0,4,73.6 +632,163.39,No barrel,0,10404,No home garden,0,4,64.3 +633,234.34,No barrel,0,16954,No home garden,0,2,74.1 +634,234.39,No barrel,0,23877,No home garden,0,2,70.4 +635,289.35,No barrel,0,35562,No home garden,0,4,74.1 +636,105.78,Barrel,1,2927,No home garden,0,5,65.1 +637,177.02,No barrel,0,16845,No home garden,0,6,67.6 +638,213.58,Barrel,1,27645,No home garden,0,4,72.1 +639,271.04,No barrel,0,24383,No home garden,0,1,67.8 +640,220.51,No barrel,0,22018,No home garden,0,7,71.2 +641,223.73,No barrel,0,22657,No home garden,0,5,69.8 +642,204.07,No barrel,0,13490,No home garden,0,4,63.8 +643,233.91,No barrel,0,24820,No home garden,0,3,70.8 +644,191.42,Barrel,1,25013,No home garden,0,5,68.7 +645,222.79,Barrel,1,21438,No home garden,0,6,75.5 +646,207.58,No barrel,0,15381,No home garden,0,3,62.4 +647,218.19,No barrel,0,19733,No home garden,0,8,68.3 +648,150.19,Barrel,1,15734,No home garden,0,6,67.6 +649,217.89,No barrel,0,24623,No home garden,0,6,63.2 +650,184.54,Barrel,1,20802,No home garden,0,5,66.5 +651,248.83,No barrel,0,36081,Home garden,1,5,67.1 +652,210.94,Barrel,1,19994,No home garden,0,1,73.5 +653,154.2,Barrel,1,17522,No home garden,0,7,64.1 +654,178.6,Barrel,1,10455,No home garden,0,4,76.7 +655,205.62,No barrel,0,24607,No home garden,0,4,62.3 +656,231.19,No barrel,0,28485,No home garden,0,4,61.8 +657,280.83,No barrel,0,27098,Home garden,1,6,78.2 +658,227.73,No barrel,0,26220,No home garden,0,3,67.5 +659,186.61,Barrel,1,21691,No home garden,0,7,72.5 +660,182.23,Barrel,1,19442,No home garden,0,6,73.2 +661,261.55,No barrel,0,27580,No home garden,0,4,69.9 +662,182.72,Barrel,1,12406,No home garden,0,6,69.1 +663,245.41,No barrel,0,14855,No home garden,0,6,75.5 +664,242.45,Barrel,1,38738,Home garden,1,7,77.8 +665,179.35,No barrel,0,15415,No home garden,0,7,69.9 +666,219.94,No barrel,0,22499,No home garden,0,4,64.9 +667,135.34,Barrel,1,7488,No home garden,0,8,67.7 +668,189.82,No barrel,0,8185,No home garden,0,4,64.8 +669,244.04,No barrel,0,17869,No home garden,0,4,67.5 +670,196.99,Barrel,1,22447,No home garden,0,5,70.6 +671,233.74,No barrel,0,35925,Home garden,1,7,66 +672,169.4,Barrel,1,21600,Home garden,1,7,61.5 +673,236.23,No barrel,0,27383,No home garden,0,4,68.5 +674,252.12,No barrel,0,31943,No home garden,0,2,63.8 +675,229.5,Barrel,1,29069,No home garden,0,4,72.6 +676,221.6,No barrel,0,25368,No home garden,0,6,75.1 +677,192.15,Barrel,1,7620,No home garden,0,7,76.7 +678,186.31,Barrel,1,11559,No home garden,0,3,65.7 +679,225.33,No barrel,0,20156,No home garden,0,6,71.6 +680,212.5,Barrel,1,26454,No home garden,0,4,67.3 +681,231.95,No barrel,0,18157,No home garden,0,6,68.8 +682,260.52,No barrel,0,21887,No home garden,0,5,70.6 +683,219.13,Barrel,1,21341,No home garden,0,3,72.4 +684,206.43,No barrel,0,15732,Home garden,1,8,67.5 +685,191.73,Barrel,1,21104,No home garden,0,4,70.3 +686,234.46,No barrel,0,18120,No home garden,0,3,68.3 +687,188.34,Barrel,1,34938,Home garden,1,6,66.5 +688,209.42,Barrel,1,25992,No home garden,0,3,75.6 +689,251.91,No barrel,0,27438,No home garden,0,5,70.9 +690,209.7,No barrel,0,22823,No home garden,0,5,60.2 +691,196.87,Barrel,1,26064,No home garden,0,4,61.8 +692,174.26,No barrel,0,549,No home garden,0,8,69.5 +693,190.47,No barrel,0,15361,No home garden,0,5,66.8 +694,224.13,No barrel,0,24124,No home garden,0,4,66.6 +695,236.64,No barrel,0,21801,No home garden,0,3,71.8 +696,227.8,Barrel,1,37408,Home garden,1,6,74.8 +697,225.21,No barrel,0,23658,No home garden,0,6,69.9 +698,165.08,Barrel,1,18233,No home garden,0,7,71.8 +699,225.5,No barrel,0,28641,Home garden,1,7,65.7 +700,187.45,Barrel,1,24152,No home garden,0,2,70.7 +701,261.75,No barrel,0,26698,No home garden,0,5,63.6 +702,191.6,No barrel,0,16131,No home garden,0,5,63.8 +703,242.54,No barrel,0,8616,No home garden,0,4,68.3 +704,198.39,No barrel,0,11635,No home garden,0,8,70.7 +705,215.55,No barrel,0,18597,No home garden,0,6,66.2 +706,133.24,Barrel,1,16236,Home garden,1,8,71.4 +707,198.61,No barrel,0,29860,No home garden,0,5,61.1 +708,210.97,No barrel,0,12764,No home garden,0,2,70.1 +709,218.11,Barrel,1,28313,No home garden,0,5,74.5 +710,184.82,Barrel,1,16386,No home garden,0,4,75.2 +711,210.96,No barrel,0,22392,No home garden,0,6,65.6 +712,146.96,Barrel,1,15721,No home garden,0,5,66.6 +713,186.21,Barrel,1,16324,No home garden,0,4,75 +714,197.4,Barrel,1,24018,No home garden,0,6,77 +715,234.15,No barrel,0,22116,No home garden,0,2,70.9 +716,277.87,No barrel,0,25170,No home garden,0,5,73.1 +717,238.9,No barrel,0,14256,No home garden,0,3,69.1 +718,200.69,No barrel,0,12241,No home garden,0,2,64.7 +719,232.64,Barrel,1,16959,No home garden,0,1,75 +720,172.66,No barrel,0,8628,No home garden,0,8,68.9 +721,215.56,Barrel,1,23062,No home garden,0,4,70.3 +722,223.53,Barrel,1,28742,Home garden,1,9,77.7 +723,221.67,Barrel,1,30654,No home garden,0,4,69.4 +724,221.08,Barrel,1,22132,No home garden,0,7,78.7 +725,189.98,No barrel,0,6524,No home garden,0,7,67.8 +726,170.77,Barrel,1,17930,No home garden,0,6,64 +727,180.23,No barrel,0,10092,No home garden,0,7,71.2 +728,206.15,Barrel,1,21178,Home garden,1,9,72.8 +729,235.27,No barrel,0,20696,Home garden,1,9,69.2 +730,188.48,Barrel,1,22093,No home garden,0,5,71.3 +731,197.21,Barrel,1,13794,No home garden,0,1,74.5 +732,213.48,No barrel,0,23055,No home garden,0,6,70.6 +733,210.07,No barrel,0,15432,No home garden,0,5,68.5 +734,183.96,Barrel,1,18970,Home garden,1,9,75.4 +735,201.61,No barrel,0,11226,No home garden,0,3,72.4 +736,140.2,Barrel,1,2196,No home garden,0,7,73.8 +737,210.8,No barrel,0,25515,No home garden,0,5,68 +738,220,Barrel,1,32849,No home garden,0,2,72.6 +739,219.99,Barrel,1,22298,No home garden,0,5,73.3 +740,169.23,Barrel,1,14141,No home garden,0,5,66.1 +741,166.39,No barrel,0,2268,No home garden,0,8,66.4 +742,220.68,No barrel,0,24530,Home garden,1,9,62.7 +743,263.14,No barrel,0,23996,No home garden,0,5,70.4 +744,181.51,Barrel,1,8212,No home garden,0,6,80.5 +745,189.41,Barrel,1,20135,Home garden,1,8,74.6 +746,218.85,No barrel,0,19855,No home garden,0,5,67.8 +747,202.21,No barrel,0,16480,No home garden,0,8,66.8 +748,216.55,No barrel,0,17797,No home garden,0,6,65 +749,254.94,No barrel,0,16245,No home garden,0,3,70.4 +750,146.36,Barrel,1,3529,No home garden,0,4,73.3 +751,224.02,No barrel,0,15371,No home garden,0,1,70.2 +752,223.21,No barrel,0,19178,Home garden,1,8,76.2 +753,236.81,Barrel,1,27137,No home garden,0,5,77.9 +754,193.61,Barrel,1,26178,No home garden,0,6,63.5 +755,156.52,Barrel,1,3828,No home garden,0,8,75.3 +756,227.36,No barrel,0,19288,Home garden,1,9,73.4 +757,205.44,No barrel,0,13130,No home garden,0,3,69.2 +758,180.15,Barrel,1,16319,No home garden,0,4,68.9 +759,236.68,No barrel,0,15926,No home garden,0,3,73.2 +760,256.78,No barrel,0,12326,No home garden,0,4,73.3 +761,252.18,No barrel,0,29719,No home garden,0,5,63.7 +762,193.8,No barrel,0,11896,No home garden,0,7,63.5 +763,237.37,No barrel,0,26218,No home garden,0,3,67.7 +764,218.11,No barrel,0,10377,No home garden,0,5,72.3 +765,240.98,No barrel,0,25653,No home garden,0,4,70.6 +766,266.25,No barrel,0,35489,Home garden,1,6,67.2 +767,131.04,Barrel,1,14360,No home garden,0,5,57.5 +768,253.91,No barrel,0,24151,No home garden,0,3,63.5 +769,264.42,No barrel,0,14933,No home garden,0,4,80.9 +770,255.59,Barrel,1,33609,Home garden,1,6,81.4 +771,255.52,No barrel,0,14086,No home garden,0,6,76 +772,227.16,No barrel,0,25814,Home garden,1,9,70.6 +773,144.56,Barrel,1,3289,No home garden,0,5,69.4 +774,265.35,No barrel,0,17809,No home garden,0,2,76.5 +775,161.33,Barrel,1,11130,No home garden,0,8,78.1 +776,225.57,No barrel,0,21940,No home garden,0,4,58.7 +777,235.05,No barrel,0,18608,No home garden,0,5,65.9 +778,221.22,Barrel,1,30507,Home garden,1,6,71.6 +779,229.29,No barrel,0,29773,Home garden,1,9,66.5 +780,185.62,No barrel,0,5527,No home garden,0,8,70.6 +781,164.76,Barrel,1,13841,No home garden,0,6,67.1 +782,234.07,No barrel,0,21441,No home garden,0,6,72.1 +783,259.17,Barrel,1,35246,Home garden,1,5,77 +784,249.75,No barrel,0,29818,No home garden,0,5,71.6 +785,189.67,Barrel,1,16193,No home garden,0,8,74.8 +786,219.24,Barrel,1,27051,No home garden,0,4,73.6 +787,239.79,Barrel,1,31655,No home garden,0,4,71.9 +788,227.43,No barrel,0,8374,No home garden,0,3,68.6 +789,259.88,No barrel,0,30400,Home garden,1,8,70.6 +790,265.19,No barrel,0,24938,No home garden,0,3,74 +791,193.24,Barrel,1,10882,No home garden,0,6,68.7 +792,185.77,Barrel,1,24914,No home garden,0,5,77.2 +793,203.59,No barrel,0,8918,No home garden,0,3,70 +794,262.42,No barrel,0,35741,Home garden,1,7,66.6 +795,191.32,Barrel,1,20410,No home garden,0,3,71.7 +796,250.46,No barrel,0,32639,No home garden,0,3,62.2 +797,234.39,Barrel,1,21733,No home garden,0,3,78.6 +798,170.64,Barrel,1,24565,Home garden,1,9,65.2 +799,191.93,No barrel,0,7661,No home garden,0,9,67.1 +800,156.85,Barrel,1,3633,No home garden,0,4,75.1 +801,196.3,Barrel,1,22057,Home garden,1,7,73.2 +802,191.89,Barrel,1,26372,No home garden,0,6,66.3 +803,234.87,No barrel,0,32699,Home garden,1,5,61 +804,235.05,No barrel,0,27322,No home garden,0,5,68.7 +805,175.14,Barrel,1,25433,No home garden,0,5,74.5 +806,226.19,Barrel,1,23745,Home garden,1,7,75.4 +807,197.31,No barrel,0,15209,No home garden,0,5,65.7 +808,235.31,No barrel,0,20153,No home garden,0,6,68 +809,246.4,No barrel,0,30153,Home garden,1,9,69.1 +810,155.82,No barrel,0,4565,No home garden,0,8,70.2 +811,217.2,No barrel,0,19301,No home garden,0,5,63 +812,188.68,No barrel,0,9641,No home garden,0,6,69.4 +813,181.37,Barrel,1,19682,No home garden,0,5,65.9 +814,187.14,Barrel,1,22598,No home garden,0,6,69.6 +815,161.35,No barrel,0,11515,No home garden,0,7,59.3 +816,197.48,Barrel,1,22563,No home garden,0,6,74.3 +817,213.81,Barrel,1,13822,No home garden,0,6,78.2 +818,171.01,Barrel,1,15346,No home garden,0,7,66.8 +819,237.19,No barrel,0,36793,Home garden,1,5,63.6 +820,198.76,No barrel,0,13357,No home garden,0,6,64.9 +821,186.66,No barrel,0,9571,No home garden,0,4,61.7 +822,226.83,No barrel,0,21392,No home garden,0,5,70.2 +823,191.18,No barrel,0,12552,No home garden,0,3,63.8 +824,253.1,Barrel,1,36397,Home garden,1,6,75.2 +825,264.02,No barrel,0,26390,No home garden,0,3,72.6 +826,207.36,Barrel,1,21210,No home garden,0,4,71.4 +827,232.32,No barrel,0,16352,No home garden,0,2,76 +828,202.49,No barrel,0,578,No home garden,0,9,71.2 +829,159.97,No barrel,0,8083,No home garden,0,5,59.1 +830,229.66,No barrel,0,18242,No home garden,0,7,68.1 +831,227.82,No barrel,0,6713,No home garden,0,3,73.6 +832,182.12,Barrel,1,24485,No home garden,0,3,70.8 +833,178.44,Barrel,1,22983,Home garden,1,9,67.2 +834,198.73,Barrel,1,25895,No home garden,0,4,63.1 +835,202.28,Barrel,1,22591,Home garden,1,7,75.8 +836,228.88,Barrel,1,24583,Home garden,1,7,77.5 +837,179.95,Barrel,1,18250,Home garden,1,10,65.2 +838,240.39,No barrel,0,16241,No home garden,0,2,70.6 +839,218.34,No barrel,0,21985,No home garden,0,5,66.5 +840,274.54,Barrel,1,34779,No home garden,0,1,74.9 +841,278.52,No barrel,0,37833,No home garden,0,3,70.9 +842,198.01,No barrel,0,22754,No home garden,0,6,61 +843,182.75,Barrel,1,28967,Home garden,1,9,65.7 +844,230.82,No barrel,0,15540,No home garden,0,3,70 +845,216.36,No barrel,0,9884,No home garden,0,8,65.7 +846,178.02,Barrel,1,18997,No home garden,0,2,66.2 +847,175.34,No barrel,0,26702,No home garden,0,6,60.9 +848,192.7,Barrel,1,26614,No home garden,0,5,66.4 +849,195.82,No barrel,0,20895,No home garden,0,4,63.5 +850,180.6,Barrel,1,11650,No home garden,0,4,68.7 +851,167.16,Barrel,1,16578,Home garden,1,9,69.7 +852,236.27,Barrel,1,29836,No home garden,0,1,68.8 +853,158.06,Barrel,1,16290,No home garden,0,7,71.1 +854,202.32,No barrel,0,25703,Home garden,1,7,60 +855,214.61,Barrel,1,33427,No home garden,0,4,75.8 +856,228.15,No barrel,0,15338,No home garden,0,2,66 +857,186.64,Barrel,1,11451,No home garden,0,5,78.9 +858,253.13,No barrel,0,18632,No home garden,0,3,69.7 +859,262.47,No barrel,0,19158,No home garden,0,6,74.7 +860,178.24,Barrel,1,20616,No home garden,0,6,64 +861,244.13,No barrel,0,27697,No home garden,0,3,68.4 +862,179.11,Barrel,1,22418,No home garden,0,5,76.1 +863,242.59,No barrel,0,33517,No home garden,0,3,69.7 +864,176.5,No barrel,0,17735,No home garden,0,6,61.9 +865,203.7,Barrel,1,29616,Home garden,1,7,76.5 +866,169.36,Barrel,1,12691,No home garden,0,3,62.6 +867,234.24,No barrel,0,23914,No home garden,0,2,65 +868,267.79,No barrel,0,25087,No home garden,0,4,77.2 +869,215.44,Barrel,1,19894,Home garden,1,8,76.7 +870,180.26,No barrel,0,14487,No home garden,0,6,68.7 +871,158.12,Barrel,1,7999,No home garden,0,3,73.3 +872,203.57,Barrel,1,18378,No home garden,0,5,72.3 +873,204.05,Barrel,1,16859,No home garden,0,4,74.1 +874,198.39,Barrel,1,31389,Home garden,1,8,75.4 +875,229.53,No barrel,0,12188,No home garden,0,3,66.4 +876,227.46,Barrel,1,39268,Home garden,1,8,72 +877,191.33,No barrel,0,21270,No home garden,0,5,67.5 +878,206.46,Barrel,1,22792,Home garden,1,7,73.2 +879,215.28,No barrel,0,11058,No home garden,0,5,73.2 +880,235.93,No barrel,0,12646,No home garden,0,2,71.6 +881,186.33,Barrel,1,22826,No home garden,0,5,71.4 +882,201.8,No barrel,0,26503,No home garden,0,5,58 +883,172.83,Barrel,1,19463,Home garden,1,10,76.8 +884,216.56,No barrel,0,8725,No home garden,0,5,70.6 +885,243.61,Barrel,1,35880,Home garden,1,9,75 +886,202.01,Barrel,1,21336,No home garden,0,5,65.2 +887,211.99,No barrel,0,10678,No home garden,0,5,74.6 +888,183.08,No barrel,0,2978,No home garden,0,4,68.4 +889,274.78,No barrel,0,28048,No home garden,0,2,67.8 +890,202.7,No barrel,0,12284,No home garden,0,6,71.8 +891,179.75,Barrel,1,13454,No home garden,0,6,67.2 +892,237.03,Barrel,1,22660,No home garden,0,2,73.9 +893,211.27,No barrel,0,6166,No home garden,0,4,65.3 +894,216.33,Barrel,1,32681,Home garden,1,7,73.1 +895,140.34,No barrel,0,4366,No home garden,0,5,61.3 +896,256.11,No barrel,0,27298,No home garden,0,4,70.4 +897,232.97,No barrel,0,27593,No home garden,0,4,68 +898,208,No barrel,0,23223,Home garden,1,8,65.2 +899,249.9,Barrel,1,32353,No home garden,0,1,69.3 +900,219.81,Barrel,1,26797,Home garden,1,7,70.2 +901,226.51,No barrel,0,20615,No home garden,0,3,76.8 +902,257.36,No barrel,0,18907,No home garden,0,5,73.4 +903,255.09,No barrel,0,27026,No home garden,0,5,74.6 +904,190.27,Barrel,1,16232,No home garden,0,6,75.8 +905,223.52,Barrel,1,21465,No home garden,0,2,76.5 +906,225.74,No barrel,0,25381,Home garden,1,8,66.4 +907,173.27,Barrel,1,14382,No home garden,0,6,78.3 +908,198.85,No barrel,0,12150,No home garden,0,4,66.5 +909,283.31,No barrel,0,34972,No home garden,0,5,77.8 +910,244.38,No barrel,0,17830,No home garden,0,5,72.7 +911,219.56,Barrel,1,27642,No home garden,0,3,75.8 +912,255.73,No barrel,0,25252,No home garden,0,2,71.6 +913,233.37,No barrel,0,30511,No home garden,0,5,66 +914,226.51,Barrel,1,29480,No home garden,0,4,73.4 +915,256.29,No barrel,0,37873,Home garden,1,6,67.9 +916,199.81,No barrel,0,6850,No home garden,0,3,69.3 +917,226.27,No barrel,0,20854,No home garden,0,4,74 +918,155.86,Barrel,1,18330,No home garden,0,7,63.3 +919,203.35,Barrel,1,33635,Home garden,1,6,62.8 +920,254.24,No barrel,0,16453,No home garden,0,5,75.1 +921,244.01,No barrel,0,27924,Home garden,1,8,70.4 +922,197.02,Barrel,1,21082,No home garden,0,6,76.3 +923,226.9,No barrel,0,13827,No home garden,0,7,67.1 +924,176.95,No barrel,0,4359,No home garden,0,5,64.4 +925,248.81,No barrel,0,20532,No home garden,0,6,73 +926,233.23,No barrel,0,22026,No home garden,0,7,69.8 +927,293.01,No barrel,0,29683,No home garden,0,5,72.4 +928,180.83,No barrel,0,27614,Home garden,1,8,58 +929,202.37,No barrel,0,12226,No home garden,0,6,70.4 +930,215.63,No barrel,0,19558,No home garden,0,7,68.5 +931,241.12,No barrel,0,27282,Home garden,1,7,67.4 +932,167.94,Barrel,1,15538,No home garden,0,6,67 +933,226.36,No barrel,0,7607,No home garden,0,5,67 +934,216.05,No barrel,0,21544,No home garden,0,5,65.5 +935,192.35,No barrel,0,21946,No home garden,0,5,55.6 +936,232.39,Barrel,1,24876,No home garden,0,5,73.8 +937,152.65,No barrel,0,4683,No home garden,0,8,62.5 +938,224.49,No barrel,0,22359,No home garden,0,2,62.6 +939,164.25,No barrel,0,12169,No home garden,0,7,66.9 +940,235,No barrel,0,15785,No home garden,0,5,69.5 +941,165.67,Barrel,1,10643,No home garden,0,5,68.9 +942,248.19,No barrel,0,20226,No home garden,0,4,68.1 +943,220.91,Barrel,1,27944,No home garden,0,4,72.2 +944,157,Barrel,1,8908,No home garden,0,6,66.7 +945,215.66,Barrel,1,27379,Home garden,1,7,70.8 +946,214.02,No barrel,0,12906,No home garden,0,3,75.9 +947,167.28,Barrel,1,16896,Home garden,1,9,71.2 +948,252.15,No barrel,0,27276,No home garden,0,5,70.9 +949,255.53,No barrel,0,31045,Home garden,1,6,70.2 +950,214.92,No barrel,0,10496,No home garden,0,2,70.5 +951,200.35,Barrel,1,22790,No home garden,0,2,72.6 +952,197.45,Barrel,1,25327,No home garden,0,1,65.9 +953,230.15,No barrel,0,25363,No home garden,0,4,60.8 +954,193.38,Barrel,1,32961,Home garden,1,6,63.1 +955,193.15,Barrel,1,22705,No home garden,0,2,67.1 +956,201.29,Barrel,1,18017,No home garden,0,8,74 +957,211.24,Barrel,1,22284,No home garden,0,4,62.9 +958,192.12,Barrel,1,21857,Home garden,1,8,72 +959,229.78,No barrel,0,26491,No home garden,0,5,65.5 +960,199.56,No barrel,0,23302,Home garden,1,7,59.5 +961,214.02,No barrel,0,13099,No home garden,0,4,69.4 +962,196.07,No barrel,0,14754,No home garden,0,6,68.4 +963,190.26,Barrel,1,10967,No home garden,0,5,72.3 +964,180.27,Barrel,1,17775,No home garden,0,4,69.7 +965,195.54,Barrel,1,24110,Home garden,1,8,72.3 +966,172.3,No barrel,0,3360,No home garden,0,4,56 +967,132.72,Barrel,1,10354,No home garden,0,8,69 +968,197.97,No barrel,0,19659,No home garden,0,4,62.5 +969,228.95,No barrel,0,22487,No home garden,0,6,65.2 +970,219.8,No barrel,0,31642,Home garden,1,6,66.5 +971,200.37,No barrel,0,5483,No home garden,0,7,76.8 +972,182.05,No barrel,0,4027,No home garden,0,7,75.4 +973,224.36,No barrel,0,16348,Home garden,1,9,69.8 +974,173.1,Barrel,1,15894,No home garden,0,4,66.7 +975,210.4,No barrel,0,19340,No home garden,0,6,71.2 +976,212.41,No barrel,0,13720,No home garden,0,3,69.8 +977,175.84,No barrel,0,14670,No home garden,0,7,62.4 +978,247.44,No barrel,0,16959,No home garden,0,2,70.5 +979,178.74,Barrel,1,17577,No home garden,0,6,73.3 +980,168.36,No barrel,0,8522,No home garden,0,6,63.6 +981,213.47,No barrel,0,9612,No home garden,0,8,75.8 +982,187.27,Barrel,1,23263,No home garden,0,5,69.4 +983,190.47,No barrel,0,16063,No home garden,0,7,66.6 +984,187.9,No barrel,0,18987,No home garden,0,7,59.4 +985,145.53,Barrel,1,21636,Home garden,1,9,65.6 +986,185.92,No barrel,0,18632,No home garden,0,5,64 +987,211.46,No barrel,0,11631,No home garden,0,8,70.2 +988,183.18,Barrel,1,20197,No home garden,0,6,66.3 +989,244.77,No barrel,0,23338,No home garden,0,6,72.1 +990,224.93,No barrel,0,17410,No home garden,0,3,69.6 +991,183.5,No barrel,0,9499,No home garden,0,3,60.8 +992,218.5,No barrel,0,21726,No home garden,0,5,65.9 +993,207.89,Barrel,1,18365,No home garden,0,3,75.1 +994,229.12,No barrel,0,15905,No home garden,0,5,70.6 +995,211.59,Barrel,1,19262,No home garden,0,4,74.8 +996,203.24,No barrel,0,5754,No home garden,0,7,65 +997,187.83,Barrel,1,17152,No home garden,0,4,69.8 +998,232.71,No barrel,0,32157,No home garden,0,5,69.1 +999,183.89,Barrel,1,20137,No home garden,0,3,74.8 +1000,255.38,No barrel,0,24143,No home garden,0,3,74.3 +1001,247.7,No barrel,0,17332,No home garden,0,5,78.1 +1002,238.39,No barrel,0,24896,Home garden,1,7,66.3 +1003,195.84,No barrel,0,25760,No home garden,0,6,66.4 +1004,192.77,No barrel,0,30962,No home garden,0,5,55.2 +1005,158.12,Barrel,1,9252,No home garden,0,6,72.1 +1006,213.2,No barrel,0,3750,No home garden,0,4,74.4 +1007,253.05,Barrel,1,25306,No home garden,0,5,73.6 +1008,234.32,No barrel,0,31372,No home garden,0,5,66.7 +1009,161.6,Barrel,1,15723,No home garden,0,3,68.6 +1010,213.04,No barrel,0,12614,No home garden,0,6,75.6 +1011,189.39,No barrel,0,14330,Home garden,1,9,62.1 +1012,191.8,Barrel,1,22121,No home garden,0,5,70.3 +1013,278.31,No barrel,0,29188,Home garden,1,6,70.1 +1014,183.72,Barrel,1,15760,No home garden,0,6,68.1 +1015,203.67,Barrel,1,24025,No home garden,0,3,70.4 +1016,205.19,Barrel,1,22898,No home garden,0,4,74.5 +1017,204.03,No barrel,0,14733,No home garden,0,8,67 +1018,274.01,No barrel,0,33228,No home garden,0,1,68.9 +1019,227.75,Barrel,1,21052,No home garden,0,5,78.3 +1020,202.15,Barrel,1,21863,No home garden,0,2,70.9 +1021,210,No barrel,0,21669,No home garden,0,6,70.1 +1022,185.2,No barrel,0,20772,Home garden,1,8,60.5 +1023,195.04,No barrel,0,15157,No home garden,0,7,63.8 +1024,142.43,Barrel,1,13206,Home garden,1,9,63.3 +1025,226.44,No barrel,0,29757,No home garden,0,6,65.5 +1026,258.56,No barrel,0,13091,No home garden,0,3,67.8 +1027,257.29,Barrel,1,32477,Home garden,1,8,80.8 +1028,223.79,No barrel,0,16371,No home garden,0,2,66.6 +1029,249.65,No barrel,0,12828,No home garden,0,4,72.2 +1030,208.08,No barrel,0,9805,No home garden,0,5,74 +1031,194.92,Barrel,1,16952,No home garden,0,6,75.6 +1032,156.54,Barrel,1,7986,Home garden,1,9,63.8 +1033,213.92,No barrel,0,23136,No home garden,0,4,65 +1034,289.87,No barrel,0,28484,No home garden,0,4,78.9 +1035,206.54,No barrel,0,17080,No home garden,0,6,66 +1036,234.18,Barrel,1,19544,No home garden,0,3,83 +1037,221.77,No barrel,0,27992,Home garden,1,9,72.3 +1038,214.94,Barrel,1,34266,No home garden,0,4,73.1 +1039,184.99,Barrel,1,18854,No home garden,0,2,68.5 +1040,259.47,No barrel,0,29605,No home garden,0,4,67.3 +1041,206.06,Barrel,1,14006,No home garden,0,4,73.7 +1042,191,No barrel,0,12591,No home garden,0,4,69.5 +1043,184.78,No barrel,0,6119,No home garden,0,5,65.5 +1044,186,No barrel,0,13450,No home garden,0,6,62.1 +1045,200.94,Barrel,1,27000,No home garden,0,3,67.6 +1046,206.38,Barrel,1,14410,No home garden,0,5,78.5 +1047,189.12,Barrel,1,8131,No home garden,0,6,77.8 +1048,208.03,No barrel,0,16159,No home garden,0,4,60.7 +1049,201.09,No barrel,0,16741,No home garden,0,7,62.1 +1050,173.58,Barrel,1,33445,Home garden,1,7,65.7 +1051,225.38,Barrel,1,22834,No home garden,0,3,77 +1052,214.01,Barrel,1,37069,No home garden,0,4,63.7 +1053,154.63,No barrel,0,7027,No home garden,0,5,63.3 +1054,201.55,No barrel,0,10845,No home garden,0,5,65.1 +1055,164.48,Barrel,1,11207,No home garden,0,6,72.3 +1056,225.52,No barrel,0,21747,No home garden,0,4,65.4 +1057,281.98,No barrel,0,35464,No home garden,0,2,68 +1058,189.34,Barrel,1,27188,Home garden,1,10,65.6 +1059,190.13,No barrel,0,10715,No home garden,0,8,69.3 +1060,250.17,No barrel,0,20218,No home garden,0,5,76.5 +1061,230.38,No barrel,0,5469,No home garden,0,5,77 +1062,282.42,No barrel,0,38515,No home garden,0,3,71.1 +1063,191.33,Barrel,1,19876,No home garden,0,4,66.5 +1064,171.01,No barrel,0,812,No home garden,0,4,66.7 +1065,229.47,No barrel,0,30257,Home garden,1,7,68 +1066,142.96,Barrel,1,4280,No home garden,0,5,67.5 +1067,282.57,No barrel,0,33649,Home garden,1,5,76.9 +1068,213.4,No barrel,0,16589,No home garden,0,3,68.6 +1069,192.65,Barrel,1,23615,Home garden,1,9,75.8 +1070,191.92,No barrel,0,18831,Home garden,1,8,66.4 +1071,201.44,Barrel,1,25388,No home garden,0,6,72.7 +1072,238.23,No barrel,0,14172,No home garden,0,2,72 +1073,225.12,No barrel,0,18390,No home garden,0,8,68.6 +1074,242.85,No barrel,0,23242,No home garden,0,5,62.4 +1075,238.93,No barrel,0,11722,No home garden,0,5,75.4 +1076,247.68,No barrel,0,29263,Home garden,1,6,69.9 +1077,202.81,No barrel,0,16039,No home garden,0,5,65.2 +1078,232.76,Barrel,1,36844,Home garden,1,8,72 +1079,168.96,No barrel,0,1490,No home garden,0,7,68.8 +1080,270.26,No barrel,0,38897,Home garden,1,8,64.4 +1081,190.58,Barrel,1,28530,No home garden,0,6,70.5 +1082,201.21,Barrel,1,32333,No home garden,0,4,66.9 +1083,159.5,Barrel,1,20838,No home garden,0,5,68.3 +1084,221.74,No barrel,0,22235,No home garden,0,5,71.3 +1085,249.21,No barrel,0,28199,No home garden,0,1,64.8 +1086,202.15,No barrel,0,1852,No home garden,0,5,74.7 +1087,168.22,Barrel,1,17425,Home garden,1,9,75 +1088,247.6,No barrel,0,25560,No home garden,0,5,71.2 +1089,192.87,Barrel,1,14659,No home garden,0,7,77.8 +1090,194.86,No barrel,0,17000,No home garden,0,6,66.7 +1091,260.18,No barrel,0,35508,No home garden,0,3,70.7 +1092,252.62,No barrel,0,26432,No home garden,0,4,63.6 +1093,188.49,No barrel,0,7226,No home garden,0,9,68.9 +1094,195.07,Barrel,1,19081,No home garden,0,6,78.3 +1095,208.19,Barrel,1,30303,Home garden,1,8,75.8 +1096,205.41,No barrel,0,6462,No home garden,0,5,72.4 +1097,221.4,Barrel,1,33116,Home garden,1,6,69.7 +1098,133.03,Barrel,1,6787,No home garden,0,7,67.3 +1099,208.32,No barrel,0,17606,No home garden,0,6,75.1 +1100,224.43,No barrel,0,20912,No home garden,0,5,72.2 +1101,192.35,No barrel,0,9554,No home garden,0,6,68 +1102,228.45,No barrel,0,20415,No home garden,0,7,68.2 +1103,229.51,No barrel,0,25247,No home garden,0,4,69.4 +1104,256.46,No barrel,0,18342,No home garden,0,2,73.4 +1105,138.86,Barrel,1,6949,No home garden,0,8,74.2 +1106,177.71,No barrel,0,20364,Home garden,1,8,58.6 +1107,230.6,No barrel,0,25972,No home garden,0,6,71.5 +1108,184.08,Barrel,1,17894,No home garden,0,6,74.2 +1109,164.85,Barrel,1,19135,No home garden,0,6,73.1 +1110,167.78,Barrel,1,17104,No home garden,0,6,74.6 +1111,190.2,Barrel,1,17532,No home garden,0,5,69.5 +1112,196.96,No barrel,0,5793,No home garden,0,5,70.2 +1113,176.95,Barrel,1,15662,No home garden,0,6,75 +1114,247.97,No barrel,0,26488,No home garden,0,4,74.7 +1115,222.52,No barrel,0,18915,No home garden,0,5,70.7 +1116,171.78,Barrel,1,18223,Home garden,1,10,65.8 +1117,233.51,Barrel,1,35356,No home garden,0,4,68.6 +1118,217.5,No barrel,0,16862,No home garden,0,2,68.1 +1119,198.36,No barrel,0,12841,No home garden,0,6,57.2 +1120,179.43,No barrel,0,14134,No home garden,0,8,66.3 +1121,259.39,No barrel,0,17161,No home garden,0,2,71 +1122,142.86,Barrel,1,6681,No home garden,0,6,67.9 +1123,223.5,No barrel,0,17329,No home garden,0,6,68.2 +1124,215.83,Barrel,1,23344,No home garden,0,5,70.8 +1125,205.54,No barrel,0,10890,No home garden,0,7,72.7 +1126,182.71,Barrel,1,9176,No home garden,0,5,77 +1127,207.19,No barrel,0,21292,No home garden,0,4,61.2 +1128,200.43,No barrel,0,11011,No home garden,0,9,63.1 +1129,299.66,No barrel,0,36433,No home garden,0,3,77.5 +1130,240.34,Barrel,1,36823,Home garden,1,9,73.5 +1131,140.73,Barrel,1,7203,No home garden,0,6,67.1 +1132,222.54,Barrel,1,23342,No home garden,0,3,72.2 +1133,208.41,No barrel,0,18494,No home garden,0,6,70.1 +1134,194.16,No barrel,0,23099,Home garden,1,10,67.2 +1135,181.65,No barrel,0,26037,Home garden,1,10,62.3 +1136,198.05,No barrel,0,12385,No home garden,0,3,69.3 +1137,193.87,Barrel,1,27213,Home garden,1,6,62.3 +1138,271.18,Barrel,1,30495,No home garden,0,3,80.8 +1139,224.09,No barrel,0,15881,No home garden,0,6,70.5 +1140,127.26,Barrel,1,7853,No home garden,0,6,68.6 +1141,190.49,No barrel,0,15889,No home garden,0,8,66.3 +1142,208.47,No barrel,0,17855,No home garden,0,4,67 +1143,195.23,Barrel,1,27079,Home garden,1,9,69.2 +1144,264.22,No barrel,0,31899,Home garden,1,8,74.9 +1145,282.15,No barrel,0,35073,Home garden,1,6,68 +1146,207.68,No barrel,0,13255,No home garden,0,5,68.6 +1147,239.91,No barrel,0,26485,No home garden,0,4,61.4 +1148,209.97,No barrel,0,26003,Home garden,1,6,58 +1149,268.55,No barrel,0,30258,Home garden,1,6,69.8 +1150,203.51,Barrel,1,16949,No home garden,0,7,76.7 +1151,194.85,No barrel,0,9033,No home garden,0,5,62.1 +1152,189.47,Barrel,1,31747,Home garden,1,6,75.1 +1153,214.85,Barrel,1,25924,No home garden,0,6,77.3 +1154,243.61,Barrel,1,37492,Home garden,1,5,75.2 +1155,198.8,No barrel,0,7541,No home garden,0,4,64.1 +1156,202.94,No barrel,0,27232,Home garden,1,7,59.7 +1157,236.01,No barrel,0,29722,Home garden,1,9,67.8 +1158,260.95,No barrel,0,26075,No home garden,0,2,65.9 +1159,239.17,No barrel,0,14384,No home garden,0,4,73.5 +1160,241.96,Barrel,1,29123,No home garden,0,4,81.7 +1161,233.16,No barrel,0,28459,Home garden,1,10,66.7 +1162,189.1,Barrel,1,22834,No home garden,0,5,69.2 +1163,255.35,No barrel,0,33570,Home garden,1,6,71.4 +1164,215.98,No barrel,0,22424,No home garden,0,4,61.7 +1165,201.79,Barrel,1,21779,No home garden,0,2,75.2 +1166,203.76,Barrel,1,21376,No home garden,0,4,64.1 +1167,264.42,No barrel,0,32310,Home garden,1,5,69.6 +1168,213.35,No barrel,0,15678,No home garden,0,4,73.7 +1169,220.01,No barrel,0,14919,No home garden,0,3,67.1 +1170,205.04,Barrel,1,24458,Home garden,1,9,69.9 +1171,234.22,No barrel,0,28436,No home garden,0,4,64.3 +1172,208.5,No barrel,0,16990,No home garden,0,5,66.9 +1173,249.38,No barrel,0,19676,No home garden,0,2,74.1 +1174,183.69,Barrel,1,25296,Home garden,1,9,75.3 +1175,264.78,No barrel,0,37279,Home garden,1,9,75.3 +1176,185.82,Barrel,1,20088,No home garden,0,7,60.3 +1177,221.92,Barrel,1,35177,Home garden,1,6,71.7 +1178,181.95,Barrel,1,13960,No home garden,0,6,75.8 +1179,253.64,No barrel,0,30159,Home garden,1,6,66.1 +1180,221.99,No barrel,0,24874,No home garden,0,6,67.2 +1181,257.1,No barrel,0,20654,No home garden,0,2,73 +1182,229.27,Barrel,1,31502,Home garden,1,7,77.5 +1183,229.71,Barrel,1,39137,Home garden,1,5,70.1 +1184,275.45,No barrel,0,25517,No home garden,0,4,79.3 +1185,274.7,Barrel,1,36472,No home garden,0,3,80.5 +1186,246.32,No barrel,0,36220,No home garden,0,3,58.9 +1187,220.97,Barrel,1,28104,No home garden,0,4,66.2 +1188,232.23,No barrel,0,29173,Home garden,1,7,71.5 +1189,226.82,No barrel,0,25607,No home garden,0,5,70.2 +1190,185.56,Barrel,1,18508,Home garden,1,9,78.1 +1191,200.29,No barrel,0,17968,No home garden,0,5,71.8 +1192,190.39,No barrel,0,20285,No home garden,0,2,61.6 +1193,218.75,Barrel,1,26344,No home garden,0,6,72.6 +1194,255.96,No barrel,0,31885,Home garden,1,7,71.2 +1195,216.08,Barrel,1,29816,No home garden,0,5,71.6 +1196,234.08,No barrel,0,22185,No home garden,0,4,69.5 +1197,224.64,No barrel,0,14517,No home garden,0,2,70.9 +1198,234.21,Barrel,1,36876,Home garden,1,5,77.7 +1199,258.38,No barrel,0,31655,No home garden,0,4,67.1 +1200,248.5,No barrel,0,13989,No home garden,0,5,73.2 +1201,221.24,No barrel,0,22183,No home garden,0,6,64.3 +1202,252.95,No barrel,0,17451,No home garden,0,6,69.7 +1203,222.28,No barrel,0,23782,No home garden,0,2,66.7 +1204,185.68,No barrel,0,2969,No home garden,0,5,71 +1205,249.85,No barrel,0,24186,No home garden,0,3,73.1 +1206,202.03,Barrel,1,21118,No home garden,0,6,65 +1207,211.35,No barrel,0,20995,No home garden,0,5,60 +1208,244.11,No barrel,0,25062,Home garden,1,8,75.2 +1209,227.8,No barrel,0,16219,No home garden,0,4,64.6 +1210,180.67,No barrel,0,19122,Home garden,1,8,60.4 +1211,169.63,No barrel,0,16677,Home garden,1,9,67.2 +1212,253.36,No barrel,0,23348,No home garden,0,4,74.2 +1213,180.24,Barrel,1,6868,No home garden,0,3,76 +1214,195.72,Barrel,1,11485,No home garden,0,3,77.4 +1215,178.1,Barrel,1,25572,Home garden,1,6,64.4 +1216,229.36,Barrel,1,28748,No home garden,0,4,70.2 +1217,208.4,No barrel,0,14181,No home garden,0,5,70.1 +1218,194.93,No barrel,0,9817,No home garden,0,3,64.2 +1219,160.82,Barrel,1,14859,No home garden,0,6,65 +1220,195.92,No barrel,0,10522,No home garden,0,4,70.6 +1221,211.45,No barrel,0,16007,No home garden,0,3,71 +1222,178.36,Barrel,1,24923,Home garden,1,8,68.3 +1223,255.21,No barrel,0,19859,No home garden,0,2,71 +1224,210.88,No barrel,0,9177,No home garden,0,2,72.6 +1225,199.99,No barrel,0,11933,No home garden,0,4,77.6 +1226,231.93,No barrel,0,25745,No home garden,0,2,69.6 +1227,225.27,No barrel,0,22408,No home garden,0,7,70.4 +1228,217.3,No barrel,0,18781,No home garden,0,5,73.5 +1229,270.4,No barrel,0,35488,No home garden,0,5,67.5 +1230,198.83,Barrel,1,22899,No home garden,0,6,69.1 +1231,230.57,No barrel,0,15576,No home garden,0,3,68.1 +1232,198.18,No barrel,0,19180,No home garden,0,7,67.1 +1233,210.29,Barrel,1,26335,No home garden,0,3,72.4 +1234,158.35,Barrel,1,9336,No home garden,0,4,71.6 +1235,261.36,No barrel,0,35610,No home garden,0,1,63 +1236,251.97,Barrel,1,29783,No home garden,0,5,70.5 +1237,208.3,No barrel,0,13387,No home garden,0,4,66.9 +1238,247.53,No barrel,0,22504,No home garden,0,3,72.7 +1239,218.15,Barrel,1,37900,Home garden,1,6,71.4 +1240,236.39,No barrel,0,23959,No home garden,0,4,70.2 +1241,271.18,No barrel,0,22785,No home garden,0,3,78.1 diff --git a/docs/_site/projects/problem-set-3/data/barrels_rct.csv b/docs/_site/projects/problem-set-3/data/barrels_rct.csv new file mode 100644 index 00000000..0e489d26 --- /dev/null +++ b/docs/_site/projects/problem-set-3/data/barrels_rct.csv @@ -0,0 +1,494 @@ +id,water_bill,barrel,barrel_num,yard_size,home_garden,home_garden_num,attitude_env,temperature +1,209.12,Barrel,1,25811,No home garden,0,3,68.5 +2,238.39,Barrel,1,39479,Home garden,1,7,77.4 +3,163.66,Barrel,1,13297,No home garden,0,7,65.1 +4,226,Barrel,1,28259,No home garden,0,2,65.7 +5,232.44,No barrel,0,21479,No home garden,0,5,65.7 +6,278.74,No barrel,0,28906,Home garden,1,8,76.9 +7,224.34,No barrel,0,7041,No home garden,0,3,70.9 +8,185.67,Barrel,1,29434,No home garden,0,4,56.1 +9,198.91,Barrel,1,24779,Home garden,1,8,70.1 +10,172.29,Barrel,1,29741,Home garden,1,9,62.2 +11,224.8,No barrel,0,16931,No home garden,0,8,73.3 +12,227.06,No barrel,0,10357,No home garden,0,9,81.8 +13,158.02,Barrel,1,16071,No home garden,0,6,67.2 +14,226.37,No barrel,0,14977,No home garden,0,6,70.5 +15,209.08,No barrel,0,13053,No home garden,0,3,71 +16,244.47,No barrel,0,24206,No home garden,0,5,71.3 +17,186.44,No barrel,0,14641,No home garden,0,9,67.6 +18,229.73,No barrel,0,15519,No home garden,0,3,70.7 +19,189.76,No barrel,0,6782,No home garden,0,9,67.4 +20,186.18,Barrel,1,19185,No home garden,0,5,72.2 +21,251.2,No barrel,0,26319,Home garden,1,7,73.4 +22,257.97,No barrel,0,35468,Home garden,1,8,66.2 +23,253.07,Barrel,1,35299,No home garden,0,3,70.4 +24,159.37,Barrel,1,8066,No home garden,0,9,77 +25,138.33,Barrel,1,9509,No home garden,0,6,64.3 +26,224.06,No barrel,0,21281,No home garden,0,2,61.8 +27,163.04,Barrel,1,20160,No home garden,0,2,54.4 +28,220.33,Barrel,1,28510,Home garden,1,7,75.9 +29,193.11,No barrel,0,3815,No home garden,0,6,68.2 +30,227.04,No barrel,0,11933,No home garden,0,4,76.1 +31,233.86,Barrel,1,36989,Home garden,1,6,66.5 +32,220.97,No barrel,0,13489,No home garden,0,5,76.8 +33,220.47,No barrel,0,17570,No home garden,0,3,74.5 +34,172.41,Barrel,1,17197,No home garden,0,3,65.3 +35,236.16,No barrel,0,37644,Home garden,1,6,66.8 +36,261.62,No barrel,0,33476,Home garden,1,8,72.4 +37,213.66,Barrel,1,24009,No home garden,0,1,73.8 +38,177.04,Barrel,1,10880,No home garden,0,4,72.1 +39,200.26,Barrel,1,31316,Home garden,1,7,71.8 +40,269.7,No barrel,0,34542,Home garden,1,6,72.5 +41,174.04,Barrel,1,14983,No home garden,0,5,73.3 +42,215.76,No barrel,0,27877,Home garden,1,9,64 +43,196.76,Barrel,1,27994,No home garden,0,5,69.9 +44,184.51,Barrel,1,15527,No home garden,0,2,67.8 +45,226.97,No barrel,0,13715,No home garden,0,8,75.2 +46,254.77,No barrel,0,28308,No home garden,0,2,70.9 +47,239.8,No barrel,0,26454,No home garden,0,5,65.1 +48,287.15,No barrel,0,29906,No home garden,0,4,79.1 +49,170.2,No barrel,0,18501,Home garden,1,9,63.8 +50,174.67,Barrel,1,26720,No home garden,0,5,65.2 +51,221.79,Barrel,1,35343,Home garden,1,6,65.8 +52,207.99,Barrel,1,12211,No home garden,0,6,83.8 +53,274.21,No barrel,0,28904,Home garden,1,7,71.3 +54,214,No barrel,0,13592,No home garden,0,6,66.8 +55,139.61,Barrel,1,12990,No home garden,0,4,69.4 +56,203.03,No barrel,0,9363,No home garden,0,7,69.2 +57,208.71,Barrel,1,27521,Home garden,1,7,68.5 +58,254,No barrel,0,24539,No home garden,0,4,68.4 +59,235.48,No barrel,0,26410,No home garden,0,4,65.7 +60,185.66,No barrel,0,12062,No home garden,0,6,67.9 +61,196.37,Barrel,1,32672,No home garden,0,4,64.6 +62,247.88,No barrel,0,34827,Home garden,1,6,75.7 +63,211.09,Barrel,1,24811,No home garden,0,3,70.1 +64,147.5,Barrel,1,13646,No home garden,0,6,65.9 +65,223.8,Barrel,1,20140,No home garden,0,3,74.4 +66,227.88,No barrel,0,24714,No home garden,0,4,68.2 +67,201.84,Barrel,1,11316,No home garden,0,8,76.3 +68,243.97,No barrel,0,23572,No home garden,0,4,70.6 +69,202.1,Barrel,1,29730,No home garden,0,5,68.4 +70,145.9,Barrel,1,12860,No home garden,0,6,62.4 +71,167.67,Barrel,1,13761,No home garden,0,6,78.3 +72,182.36,Barrel,1,25221,No home garden,0,4,61.9 +73,234.83,No barrel,0,31993,Home garden,1,6,70.2 +74,241.64,No barrel,0,31952,No home garden,0,5,68.5 +75,247.06,No barrel,0,36695,Home garden,1,5,61.8 +76,179.13,Barrel,1,16829,No home garden,0,1,65.9 +77,188.45,Barrel,1,26067,Home garden,1,8,68.8 +78,196.54,Barrel,1,23897,No home garden,0,7,63 +79,209.38,Barrel,1,34248,Home garden,1,7,67.6 +80,242.18,No barrel,0,28608,Home garden,1,7,73.1 +81,140.48,Barrel,1,4832,No home garden,0,8,67.8 +82,213.61,Barrel,1,24637,Home garden,1,7,68.4 +83,230.77,No barrel,0,29531,Home garden,1,6,66.1 +84,201.43,No barrel,0,18565,No home garden,0,5,66.7 +85,223.31,No barrel,0,19108,No home garden,0,1,70.8 +86,267.9,No barrel,0,30574,Home garden,1,6,66.2 +87,206.89,Barrel,1,20286,No home garden,0,4,76.9 +88,177.22,Barrel,1,16218,No home garden,0,4,71.4 +89,164.04,Barrel,1,18107,No home garden,0,7,63.8 +90,200.85,No barrel,0,23129,Home garden,1,8,71.8 +91,211.74,Barrel,1,17230,Home garden,1,9,75.4 +92,153.7,Barrel,1,24724,Home garden,1,8,61.4 +93,213.76,No barrel,0,12219,No home garden,0,2,69.6 +94,185.25,Barrel,1,27721,Home garden,1,6,71.2 +95,180.83,Barrel,1,18977,No home garden,0,4,73 +96,232.74,Barrel,1,25067,Home garden,1,7,79.4 +97,215.43,Barrel,1,27990,Home garden,1,6,71.9 +98,217.37,Barrel,1,16333,No home garden,0,6,79.2 +99,237.21,No barrel,0,26412,No home garden,0,6,65.9 +100,195.3,No barrel,0,6261,No home garden,0,6,63.2 +101,207.69,No barrel,0,22827,No home garden,0,3,65.6 +102,227.11,Barrel,1,28279,No home garden,0,4,69.2 +103,186.57,Barrel,1,18408,No home garden,0,7,69.6 +104,154.95,Barrel,1,11176,No home garden,0,6,66.5 +105,161.4,Barrel,1,10682,No home garden,0,7,73.4 +106,209.59,Barrel,1,25144,No home garden,0,4,75 +107,196.25,Barrel,1,22087,No home garden,0,6,69.2 +108,209.29,Barrel,1,33313,Home garden,1,8,65.8 +109,197.94,No barrel,0,26079,No home garden,0,5,54.7 +110,251.86,No barrel,0,21691,No home garden,0,5,68.5 +111,164.68,Barrel,1,24941,Home garden,1,10,65.8 +112,246.76,No barrel,0,28018,Home garden,1,8,74.9 +113,221.33,Barrel,1,26331,Home garden,1,8,73.7 +114,251.75,No barrel,0,32150,No home garden,0,4,70.1 +115,171.61,Barrel,1,27143,No home garden,0,5,67.6 +116,145.34,Barrel,1,15679,Home garden,1,9,70.7 +117,204,Barrel,1,34956,No home garden,0,3,71.3 +118,163.23,Barrel,1,23506,No home garden,0,4,63.8 +119,217.96,No barrel,0,21556,No home garden,0,4,62.2 +120,217.18,No barrel,0,11430,No home garden,0,2,66.9 +121,210.62,Barrel,1,19677,No home garden,0,5,73.1 +122,216.99,Barrel,1,28299,No home garden,0,4,70.4 +123,202,No barrel,0,14878,No home garden,0,5,71.4 +124,224.21,Barrel,1,19757,No home garden,0,5,76.2 +125,163.89,Barrel,1,24519,No home garden,0,5,65.2 +126,238.1,Barrel,1,27526,No home garden,0,6,74.7 +127,181.33,Barrel,1,22271,No home garden,0,6,76 +128,229.81,No barrel,0,17550,No home garden,0,3,72.7 +129,270.49,No barrel,0,22228,No home garden,0,3,72.5 +130,207.26,Barrel,1,18875,No home garden,0,2,70.3 +131,266.46,No barrel,0,28731,No home garden,0,3,74.8 +132,173.71,Barrel,1,19544,No home garden,0,7,70.9 +133,235.87,Barrel,1,28653,No home garden,0,4,76 +134,119.5,Barrel,1,14885,No home garden,0,7,62.9 +135,158.89,Barrel,1,27255,No home garden,0,5,55.2 +136,191.23,Barrel,1,22252,No home garden,0,5,68.3 +137,233.08,Barrel,1,16299,No home garden,0,3,79.8 +138,275.78,No barrel,0,28339,No home garden,0,4,74.2 +139,231.46,No barrel,0,31862,Home garden,1,6,66.7 +140,230.23,Barrel,1,25688,No home garden,0,5,74.9 +141,177.86,Barrel,1,23795,Home garden,1,10,72.6 +142,223.81,Barrel,1,26763,No home garden,0,5,79.4 +143,205.84,No barrel,0,20645,No home garden,0,6,74.5 +144,184.87,Barrel,1,11961,No home garden,0,4,68.8 +145,192.3,No barrel,0,17118,No home garden,0,8,64.9 +146,211.11,Barrel,1,28364,Home garden,1,6,70.8 +147,178.91,Barrel,1,7939,No home garden,0,7,74 +148,286.43,No barrel,0,32363,No home garden,0,2,79.8 +149,198.59,Barrel,1,20559,No home garden,0,3,73.2 +150,216.86,No barrel,0,22450,No home garden,0,7,70.2 +151,159.37,Barrel,1,21992,No home garden,0,4,68.1 +152,234.05,Barrel,1,27979,No home garden,0,2,69.9 +153,152.01,Barrel,1,6885,No home garden,0,7,70.6 +154,245.65,No barrel,0,30342,Home garden,1,7,71.7 +155,271.27,No barrel,0,18034,No home garden,0,5,79 +156,140.48,Barrel,1,3635,No home garden,0,4,75.4 +157,149.6,Barrel,1,13369,No home garden,0,2,63.5 +158,198.7,No barrel,0,20765,No home garden,0,7,66.3 +159,172.47,Barrel,1,20211,No home garden,0,5,66.6 +160,153.03,Barrel,1,6049,No home garden,0,6,71 +161,217.31,Barrel,1,28028,No home garden,0,6,74.4 +162,197.46,Barrel,1,24006,Home garden,1,8,70.2 +163,238.04,Barrel,1,22052,No home garden,0,4,77.3 +164,218.8,Barrel,1,27177,No home garden,0,6,76.4 +165,207.38,No barrel,0,20355,Home garden,1,8,64.1 +166,184.1,No barrel,0,9577,No home garden,0,9,64 +167,235.13,Barrel,1,34602,No home garden,0,4,80 +168,246.59,No barrel,0,24962,No home garden,0,5,69.1 +169,113.6,Barrel,1,7522,No home garden,0,9,67.4 +170,284.35,No barrel,0,30832,No home garden,0,3,77 +171,215.45,Barrel,1,33357,Home garden,1,8,73.2 +172,235.83,No barrel,0,28891,No home garden,0,4,64.2 +173,152.72,Barrel,1,7664,No home garden,0,7,67 +174,241.28,No barrel,0,22879,No home garden,0,1,65.7 +175,236,No barrel,0,32797,Home garden,1,9,70.7 +176,167.92,Barrel,1,6317,No home garden,0,3,71.5 +177,234.85,Barrel,1,38750,No home garden,0,4,69.4 +178,158.23,Barrel,1,10549,No home garden,0,6,74 +179,187.68,Barrel,1,16835,No home garden,0,2,68.4 +180,206.54,Barrel,1,29641,No home garden,0,5,57.8 +181,154.67,No barrel,0,1950,No home garden,0,7,63.2 +182,231.45,No barrel,0,21646,No home garden,0,4,71.3 +183,238.22,No barrel,0,31386,No home garden,0,5,61.1 +184,235.17,No barrel,0,23409,No home garden,0,5,67.9 +185,247.5,Barrel,1,36306,No home garden,0,3,83.1 +186,194.42,Barrel,1,14235,No home garden,0,8,77 +187,231.43,No barrel,0,19422,No home garden,0,3,66.3 +188,172.16,Barrel,1,19659,No home garden,0,5,72.3 +189,277.56,No barrel,0,24669,No home garden,0,5,76.7 +190,207.28,No barrel,0,14662,No home garden,0,5,71.9 +191,214.15,Barrel,1,24369,No home garden,0,4,74.5 +192,235.35,Barrel,1,36826,Home garden,1,7,76.9 +193,169.86,No barrel,0,17097,No home garden,0,6,63.7 +194,199.68,No barrel,0,14804,No home garden,0,5,69.3 +195,163.95,Barrel,1,20895,No home garden,0,7,64.6 +196,245.3,No barrel,0,23453,No home garden,0,4,73.7 +197,233.04,No barrel,0,15292,No home garden,0,4,71.2 +198,154.31,Barrel,1,11943,No home garden,0,4,64.5 +199,229.06,No barrel,0,39000,Home garden,1,4,62.7 +200,207.62,No barrel,0,24622,Home garden,1,7,66.1 +201,146.11,Barrel,1,12524,No home garden,0,4,66 +202,121.2,Barrel,1,7235,No home garden,0,9,66.4 +203,211.83,No barrel,0,19168,No home garden,0,6,68.7 +204,199.43,Barrel,1,28649,Home garden,1,8,74.5 +205,166.22,Barrel,1,17615,No home garden,0,3,67.3 +206,198.62,Barrel,1,24905,Home garden,1,8,76.3 +207,222.6,No barrel,0,29426,Home garden,1,7,71.7 +208,235.43,No barrel,0,22186,No home garden,0,5,69.7 +209,179.06,Barrel,1,24699,Home garden,1,8,72.1 +210,143.27,Barrel,1,16278,No home garden,0,8,65.4 +211,241.88,No barrel,0,30939,Home garden,1,9,67.3 +212,215.19,Barrel,1,28699,No home garden,0,6,69.6 +213,227.09,No barrel,0,22377,No home garden,0,5,69.9 +214,228.36,No barrel,0,25072,No home garden,0,5,67.2 +215,191,Barrel,1,17516,No home garden,0,7,72.8 +216,242.12,No barrel,0,24901,Home garden,1,9,75.9 +217,162.93,No barrel,0,3797,No home garden,0,7,65.2 +218,147.43,Barrel,1,12596,No home garden,0,5,68.6 +219,228.73,Barrel,1,29474,Home garden,1,7,74.3 +220,222.53,No barrel,0,20795,Home garden,1,8,69.1 +221,255.51,No barrel,0,21396,No home garden,0,5,72.6 +222,215,No barrel,0,11609,No home garden,0,7,73.5 +223,258.54,No barrel,0,26493,No home garden,0,4,76.8 +224,156.36,Barrel,1,12809,No home garden,0,7,65.5 +225,162.7,Barrel,1,13605,No home garden,0,7,66.8 +226,218.3,Barrel,1,26145,No home garden,0,5,70.7 +227,139.86,Barrel,1,572,No home garden,0,9,66.3 +228,247.65,No barrel,0,28862,No home garden,0,4,67 +229,266.93,No barrel,0,28305,No home garden,0,4,75.4 +230,170.07,Barrel,1,22778,Home garden,1,8,67.1 +231,246.68,No barrel,0,28042,No home garden,0,6,75.5 +232,213.98,Barrel,1,20065,No home garden,0,3,77 +233,184.08,No barrel,0,8463,No home garden,0,6,70.2 +234,211.87,Barrel,1,19207,No home garden,0,3,79.6 +235,167.48,Barrel,1,22067,Home garden,1,8,63.7 +236,170.19,Barrel,1,12730,No home garden,0,3,64 +237,177.81,Barrel,1,23102,No home garden,0,5,62.5 +238,198.47,Barrel,1,25148,Home garden,1,7,73.6 +239,254.68,No barrel,0,29420,No home garden,0,5,67.3 +240,267.82,No barrel,0,27732,No home garden,0,5,70.1 +241,223.48,Barrel,1,26237,No home garden,0,4,67.8 +242,184.77,Barrel,1,16245,No home garden,0,2,65.5 +243,205.78,Barrel,1,20156,No home garden,0,4,76.4 +244,196.29,Barrel,1,12116,No home garden,0,3,69.6 +245,177.52,Barrel,1,27499,No home garden,0,4,57.7 +246,251.84,Barrel,1,29061,No home garden,0,3,74.5 +247,173.98,Barrel,1,16866,No home garden,0,8,73.8 +248,181.66,Barrel,1,14483,No home garden,0,7,71.3 +249,205.85,No barrel,0,20120,No home garden,0,7,75.8 +250,164.38,Barrel,1,17426,No home garden,0,8,71.2 +251,231.16,No barrel,0,10322,No home garden,0,6,81.1 +252,167.63,Barrel,1,10334,No home garden,0,6,65.7 +253,249.36,No barrel,0,31526,Home garden,1,6,73.7 +254,195.66,No barrel,0,14850,No home garden,0,5,68.4 +255,184.56,Barrel,1,13115,No home garden,0,3,65.8 +256,208.42,Barrel,1,29775,No home garden,0,5,71.2 +257,213.56,No barrel,0,24220,No home garden,0,5,64.2 +258,233.57,No barrel,0,17341,No home garden,0,4,69.9 +259,240.53,No barrel,0,23242,No home garden,0,6,63.5 +260,286.79,No barrel,0,38900,Home garden,1,7,71 +261,171.92,Barrel,1,12636,No home garden,0,5,72.5 +262,206.97,Barrel,1,25900,Home garden,1,7,74.1 +263,205.2,Barrel,1,30876,Home garden,1,6,64.2 +264,244.36,Barrel,1,38559,Home garden,1,6,72.2 +265,143.54,Barrel,1,11182,No home garden,0,6,67.6 +266,237.98,No barrel,0,25847,No home garden,0,4,70.2 +267,259.23,No barrel,0,16846,No home garden,0,2,74.6 +268,202.09,Barrel,1,21089,No home garden,0,6,71.7 +269,151.88,Barrel,1,11424,No home garden,0,4,61.8 +270,236.68,Barrel,1,34542,No home garden,0,3,69.6 +271,211.02,No barrel,0,22464,Home garden,1,7,68.2 +272,211.26,No barrel,0,11423,No home garden,0,4,74.6 +273,205.76,No barrel,0,26701,No home garden,0,5,65.1 +274,185.18,Barrel,1,13528,No home garden,0,2,66.9 +275,202.92,Barrel,1,30111,Home garden,1,7,73.7 +276,180.99,No barrel,0,7301,No home garden,0,9,62.8 +277,202.46,Barrel,1,19713,No home garden,0,2,66.8 +278,220.91,No barrel,0,15397,No home garden,0,6,75.5 +279,199.05,No barrel,0,24008,Home garden,1,7,57.2 +280,251.89,Barrel,1,36530,No home garden,0,3,65.6 +281,242.46,No barrel,0,22268,Home garden,1,8,75.7 +282,175.14,Barrel,1,22842,No home garden,0,7,73.2 +283,194.89,No barrel,0,5676,No home garden,0,3,67 +284,207.72,No barrel,0,19227,No home garden,0,5,63.3 +285,247.36,No barrel,0,12084,No home garden,0,5,72.7 +286,221.84,No barrel,0,20179,No home garden,0,7,72.1 +287,188.49,No barrel,0,13680,No home garden,0,4,67.8 +288,205.89,Barrel,1,29663,Home garden,1,7,68.6 +289,200.66,Barrel,1,9402,No home garden,0,4,70.9 +290,111.58,Barrel,1,4957,No home garden,0,10,72.3 +291,161.16,Barrel,1,5772,No home garden,0,5,73.4 +292,187.42,Barrel,1,25044,Home garden,1,8,66.9 +293,209.99,No barrel,0,9163,No home garden,0,5,73.6 +294,191.23,No barrel,0,11746,No home garden,0,3,68.5 +295,252.14,Barrel,1,36012,No home garden,0,4,74.6 +296,177.33,No barrel,0,19909,No home garden,0,7,58.4 +297,167.03,Barrel,1,13791,No home garden,0,3,71.7 +298,187.81,No barrel,0,17166,Home garden,1,8,68.7 +299,198.57,Barrel,1,32059,No home garden,0,4,74.9 +300,231.49,No barrel,0,15538,No home garden,0,8,74 +301,232.52,No barrel,0,24576,No home garden,0,6,67.6 +302,208.64,Barrel,1,36060,Home garden,1,8,65.2 +303,162.41,Barrel,1,14428,No home garden,0,4,65.1 +304,101.26,Barrel,1,16403,No home garden,0,6,59.6 +305,194.97,Barrel,1,15809,No home garden,0,7,74.1 +306,193.42,Barrel,1,16009,No home garden,0,3,74.1 +307,213.12,No barrel,0,22192,Home garden,1,10,65.5 +308,266.1,No barrel,0,32695,Home garden,1,8,73 +309,234.76,No barrel,0,26563,Home garden,1,8,73.6 +310,253.2,No barrel,0,20250,No home garden,0,4,76.9 +311,210.04,No barrel,0,19129,No home garden,0,2,67.6 +312,267.01,No barrel,0,36691,Home garden,1,10,71.7 +313,145.63,Barrel,1,19936,Home garden,1,9,66.8 +314,275.26,No barrel,0,30956,No home garden,0,4,77.2 +315,192.9,No barrel,0,9035,No home garden,0,5,71.5 +316,207.12,Barrel,1,25321,No home garden,0,6,71.4 +317,185.11,Barrel,1,21845,No home garden,0,7,71.1 +318,142.82,Barrel,1,18141,No home garden,0,6,60 +319,210.66,No barrel,0,17294,Home garden,1,8,62.5 +320,182.06,Barrel,1,24703,Home garden,1,10,66.7 +321,206.6,No barrel,0,26873,Home garden,1,7,61.3 +322,178.8,Barrel,1,23680,Home garden,1,10,72.2 +323,237.5,Barrel,1,32314,No home garden,0,4,76.6 +324,252.24,No barrel,0,26245,No home garden,0,6,69.3 +325,204.38,No barrel,0,21201,No home garden,0,6,69.3 +326,227.1,Barrel,1,31968,No home garden,0,2,69.6 +327,249.2,No barrel,0,21966,No home garden,0,6,78.1 +328,238.55,No barrel,0,21619,No home garden,0,3,73.6 +329,262.91,No barrel,0,29348,No home garden,0,5,75.2 +330,228.45,No barrel,0,17334,No home garden,0,6,73.2 +331,221.84,No barrel,0,22451,Home garden,1,8,67.7 +332,177.4,Barrel,1,23481,Home garden,1,8,67.5 +333,189.1,Barrel,1,11152,No home garden,0,6,79.1 +334,189.52,Barrel,1,13522,No home garden,0,2,72.9 +335,275.7,No barrel,0,18675,No home garden,0,2,70.8 +336,218.46,No barrel,0,29744,Home garden,1,6,67.3 +337,188.22,Barrel,1,29141,Home garden,1,9,72.5 +338,151.03,Barrel,1,18130,No home garden,0,6,61.7 +339,200.19,No barrel,0,9674,No home garden,0,7,64.5 +340,170.18,Barrel,1,2995,No home garden,0,7,69.4 +341,170.78,Barrel,1,17610,No home garden,0,4,67.5 +342,145.01,Barrel,1,5752,No home garden,0,5,67 +343,157.96,Barrel,1,18593,No home garden,0,5,67.1 +344,255.89,Barrel,1,31806,No home garden,0,4,77.6 +345,150.54,Barrel,1,4582,No home garden,0,7,67.5 +346,253.99,Barrel,1,27107,Home garden,1,7,78.2 +347,212.76,Barrel,1,20361,No home garden,0,6,74.8 +348,167.34,Barrel,1,11789,No home garden,0,7,74.7 +349,239.61,No barrel,0,22098,No home garden,0,4,67.7 +350,162.49,Barrel,1,9797,No home garden,0,3,59.8 +351,241.19,Barrel,1,28685,Home garden,1,7,78.7 +352,221.59,Barrel,1,23137,No home garden,0,2,71.4 +353,186.52,Barrel,1,17442,No home garden,0,5,76.7 +354,138.14,Barrel,1,2082,No home garden,0,6,72.5 +355,163.98,Barrel,1,1886,No home garden,0,6,73.3 +356,192.42,Barrel,1,19408,No home garden,0,3,67.9 +357,204.77,Barrel,1,15740,No home garden,0,2,65.6 +358,139.69,Barrel,1,10330,No home garden,0,8,68.4 +359,243.61,No barrel,0,23610,Home garden,1,8,73.2 +360,150.08,Barrel,1,10932,No home garden,0,5,66.8 +361,210.29,No barrel,0,11705,No home garden,0,4,67.4 +362,279.24,No barrel,0,36420,Home garden,1,7,66.9 +363,282.31,No barrel,0,37060,Home garden,1,8,76.9 +364,234.9,No barrel,0,20577,No home garden,0,3,74.5 +365,194.45,No barrel,0,13606,No home garden,0,6,69.8 +366,186.22,Barrel,1,24182,No home garden,0,7,64.9 +367,164.49,Barrel,1,8218,No home garden,0,3,67 +368,235.68,No barrel,0,28461,Home garden,1,6,70.3 +369,150.77,Barrel,1,11640,No home garden,0,4,71.2 +370,151.53,Barrel,1,6801,No home garden,0,5,64.5 +371,186.93,Barrel,1,19448,No home garden,0,5,64.1 +372,178.4,Barrel,1,20970,No home garden,0,6,65.1 +373,193.37,Barrel,1,21163,No home garden,0,1,69 +374,175.72,Barrel,1,17070,No home garden,0,3,66.5 +375,141.2,Barrel,1,30536,Home garden,1,10,58.3 +376,191.69,No barrel,0,982,No home garden,0,7,72.8 +377,249,No barrel,0,19660,No home garden,0,3,70.1 +378,184.1,Barrel,1,22161,Home garden,1,9,81.1 +379,264.43,No barrel,0,31622,No home garden,0,4,65 +380,225.46,No barrel,0,8157,No home garden,0,7,70.9 +381,178.21,Barrel,1,13119,No home garden,0,5,73 +382,198.78,Barrel,1,24252,No home garden,0,5,73.1 +383,225.73,No barrel,0,17648,No home garden,0,5,75.3 +384,149.1,Barrel,1,3478,No home garden,0,4,61.6 +385,209.95,Barrel,1,27011,No home garden,0,4,69.7 +386,180.57,Barrel,1,16246,No home garden,0,3,66.3 +387,187.03,Barrel,1,13220,No home garden,0,3,71.3 +388,213.72,No barrel,0,29814,Home garden,1,10,68.7 +389,206.81,Barrel,1,32031,Home garden,1,7,72.1 +390,227.54,No barrel,0,19079,No home garden,0,3,63.3 +391,238.06,Barrel,1,31389,No home garden,0,3,76.8 +392,205,Barrel,1,16959,No home garden,0,3,74.5 +393,216.6,Barrel,1,34034,Home garden,1,9,71.1 +394,189.05,No barrel,0,14242,No home garden,0,7,65.4 +395,226.08,No barrel,0,7896,No home garden,0,4,75 +396,170.96,No barrel,0,15567,No home garden,0,8,60.5 +397,215.55,No barrel,0,11384,No home garden,0,5,72.5 +398,241.28,No barrel,0,12423,No home garden,0,2,67.3 +399,127.85,Barrel,1,11376,No home garden,0,6,66.7 +400,271.68,No barrel,0,27549,No home garden,0,4,74.7 +401,209.13,No barrel,0,22512,No home garden,0,5,65.4 +402,224.33,No barrel,0,21336,Home garden,1,9,70.7 +403,198.13,No barrel,0,12950,No home garden,0,3,64.3 +404,219.19,No barrel,0,26771,Home garden,1,7,68.3 +405,147.52,Barrel,1,12474,No home garden,0,6,65 +406,201.83,No barrel,0,15037,Home garden,1,10,73.1 +407,185.17,Barrel,1,21735,Home garden,1,8,71.2 +408,254.96,No barrel,0,33339,Home garden,1,7,75 +409,171.68,Barrel,1,21485,No home garden,0,6,69.7 +410,251.87,No barrel,0,19231,No home garden,0,6,76.1 +411,186.05,Barrel,1,11639,No home garden,0,4,69.9 +412,174.26,Barrel,1,23759,No home garden,0,4,59.8 +413,210.55,No barrel,0,19035,No home garden,0,7,63.1 +414,236.6,No barrel,0,12768,No home garden,0,4,68.5 +415,188.31,Barrel,1,14954,No home garden,0,5,73.6 +416,189.69,Barrel,1,23186,No home garden,0,6,77.3 +417,169.15,Barrel,1,18246,No home garden,0,6,72.9 +418,216.6,No barrel,0,12380,No home garden,0,6,72.7 +419,254.69,No barrel,0,30214,No home garden,0,5,77.2 +420,170.96,No barrel,0,9743,No home garden,0,8,61.1 +421,177.28,Barrel,1,14253,No home garden,0,6,74.1 +422,191.08,No barrel,0,16838,No home garden,0,5,64.1 +423,260.63,No barrel,0,21306,No home garden,0,5,76.1 +424,195.57,No barrel,0,12565,No home garden,0,6,65.2 +425,250.1,No barrel,0,29013,No home garden,0,5,70.4 +426,238.95,Barrel,1,28754,No home garden,0,1,64.2 +427,258.69,Barrel,1,33999,No home garden,0,3,72.7 +428,159.63,No barrel,0,4514,No home garden,0,5,68.4 +429,233.18,No barrel,0,28854,No home garden,0,5,68.9 +430,226.18,Barrel,1,32674,Home garden,1,8,70 +431,221.2,Barrel,1,25658,No home garden,0,1,68.7 +432,208.29,No barrel,0,9121,No home garden,0,3,73.3 +433,206.17,Barrel,1,20175,No home garden,0,7,70.4 +434,293.28,No barrel,0,33906,No home garden,0,4,74.1 +435,260.73,No barrel,0,14747,No home garden,0,2,72.7 +436,202.98,Barrel,1,27357,Home garden,1,7,76.3 +437,240.17,No barrel,0,19782,No home garden,0,3,66.7 +438,155.14,Barrel,1,3006,No home garden,0,9,75.6 +439,157.46,Barrel,1,4741,No home garden,0,5,64.4 +440,186.63,No barrel,0,6697,Home garden,1,10,65.7 +441,184.82,Barrel,1,19251,No home garden,0,7,66.5 +442,178.85,Barrel,1,16104,No home garden,0,7,65.7 +443,203.99,No barrel,0,4106,No home garden,0,6,74.2 +444,164.37,Barrel,1,11793,No home garden,0,2,64.3 +445,177.08,No barrel,0,11378,No home garden,0,9,72.8 +446,184.46,Barrel,1,14103,No home garden,0,2,67.7 +447,250.94,No barrel,0,30836,No home garden,0,5,71.4 +448,217.1,No barrel,0,20782,Home garden,1,7,70.2 +449,207.97,Barrel,1,31260,Home garden,1,9,73.8 +450,190.13,Barrel,1,20661,No home garden,0,2,71.4 +451,186.14,Barrel,1,13977,No home garden,0,4,68.8 +452,226.82,No barrel,0,17355,No home garden,0,2,70.2 +453,198.93,No barrel,0,21482,Home garden,1,8,66.8 +454,119.71,Barrel,1,13677,No home garden,0,8,65.2 +455,229.93,Barrel,1,26645,No home garden,0,4,74.4 +456,180.06,Barrel,1,11934,No home garden,0,4,66.3 +457,201.93,Barrel,1,21117,No home garden,0,5,68.5 +458,241.86,No barrel,0,22077,No home garden,0,3,64 +459,158.09,Barrel,1,16688,No home garden,0,6,64.9 +460,244.47,No barrel,0,38528,Home garden,1,6,59.5 +461,239.8,Barrel,1,18839,No home garden,0,3,76.2 +462,237.47,Barrel,1,31148,No home garden,0,4,78 +463,224.6,No barrel,0,17226,No home garden,0,5,72 +464,131.08,Barrel,1,3494,No home garden,0,5,62.7 +465,152.13,Barrel,1,19242,No home garden,0,8,65.9 +466,217.99,No barrel,0,17631,No home garden,0,5,77.8 +467,99.63,Barrel,1,7341,No home garden,0,6,54.3 +468,246.4,No barrel,0,36758,Home garden,1,6,71.6 +469,159.77,Barrel,1,16308,No home garden,0,3,61.5 +470,216.95,No barrel,0,12537,No home garden,0,5,67.3 +471,178.75,No barrel,0,3592,No home garden,0,6,72.2 +472,204.05,No barrel,0,13035,No home garden,0,3,68.4 +473,267.06,Barrel,1,32190,Home garden,1,6,81.8 +474,197.12,Barrel,1,18444,No home garden,0,4,66.3 +475,244.41,No barrel,0,33438,Home garden,1,5,73.8 +476,281.83,No barrel,0,33103,No home garden,0,2,70.7 +477,216.74,Barrel,1,21262,No home garden,0,2,66.9 +478,153.14,Barrel,1,17543,No home garden,0,6,63.1 +479,185.92,Barrel,1,18878,No home garden,0,4,61.2 +480,245.79,No barrel,0,20398,No home garden,0,2,60.3 +481,236.07,No barrel,0,33642,Home garden,1,7,59.4 +482,269.57,No barrel,0,37338,Home garden,1,6,67.4 +483,245.82,No barrel,0,27251,No home garden,0,6,66.5 +484,170.21,Barrel,1,24893,No home garden,0,6,65.6 +485,267.53,No barrel,0,19375,No home garden,0,2,70.9 +486,256.15,Barrel,1,28103,No home garden,0,4,82.1 +487,212.33,No barrel,0,15588,Home garden,1,8,72.2 +488,202.83,Barrel,1,25928,No home garden,0,5,68.7 +489,250.38,No barrel,0,31002,No home garden,0,4,60.9 +490,179.96,Barrel,1,8360,No home garden,0,5,71 +491,182.15,Barrel,1,20315,No home garden,0,7,66.5 +492,189.84,Barrel,1,21202,Home garden,1,10,74.5 +493,179.33,Barrel,1,17548,No home garden,0,6,71.3 diff --git a/docs/_site/projects/problem-set-3/problem-set-3.Rproj b/docs/_site/projects/problem-set-3/problem-set-3.Rproj new file mode 100755 index 00000000..254c1762 --- /dev/null +++ b/docs/_site/projects/problem-set-3/problem-set-3.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Yes + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/projects/problem-set-3/your-name_problem-set-3.Rmd b/docs/_site/projects/problem-set-3/your-name_problem-set-3.Rmd new file mode 100644 index 00000000..b2d6a12c --- /dev/null +++ b/docs/_site/projects/problem-set-3/your-name_problem-set-3.Rmd @@ -0,0 +1,140 @@ +--- +title: "Problem set 3: RCTs, matching, and inverse probability weighting" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +--- + +# Program overview + +The metropolitan Atlanta area is interested in helping residents become more environmentally conscious, reduce their water consumption, and save money on their monthly water bills. To do this, Fulton, DeKalb, Gwinnett, Cobb, and Clayton counties have jointly initiated a new program that provides free rain barrels to families who request them. These barrels collect rain water, and the reclaimed water can be used for non-potable purposes (like watering lawns and gardens). Officials hope that families that use the barrels will rely more on rain water and will subsequently use fewer county water resources, thus saving both the families and the counties money. + +Being evaluation-minded, the counties hired an evaluator (you!) before rolling out their program. You convinced them to fund and run a randomized controlled trial (RCT) during 2018, and the counties rolled out the program city-wide in 2019. You have two datasets: `barrels_rct.csv` with data from the RCT, and `barrels_obs.csv` with observational data from self-selected participants. + +These datasets contain the following variables: + +- `id`: A unique ID number for each household +- `water_bill`: The family's average monthly water bill, in dollars +- `barrel`: An indicator variable showing if the family participated in the program +- `barrel_num`: A 0/1 numeric version of `barrel` +- `yard_size`: The size of the family's yard, in square feet +- `home_garden`: An indicator variable showing if the family has a home garden +- `home_garden_num`: A 0/1 numeric version of `home_garden` +- `attitude_env`: The family's self-reported attitude toward the environment, on a scale of 1-10 (10 meaning highest regard for the environment) +- `temperature`: The average outside temperature (these get wildly unrealistic for the Atlanta area; just go with it) + + +# Your goal + +Your task in this problem set is to analyze these two datasets to find the causal effect (or average treatment effect (ATE)) of this hypothetical program. + +***Follow these two examples from class as guides:*** + +- [RCTs](https://evalsp22.classes.andrewheiss.com/example/rcts/) +- [Matching and IPW](https://evalsp22.classes.andrewheiss.com/example/matching-ipw/) + +As a reference, Figure 1 shows the DAG for the program: + +![Rain barrel program DAG](barrel-dag-observational.png) + +--- + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(patchwork) +library(MatchIt) + +barrels_rct <- read_csv("data/barrels_rct.csv") %>% + # This makes it so "No barrel" is the reference category + mutate(barrel = fct_relevel(barrel, "No barrel")) + +barrels_obs <- read_csv("data/barrels_observational.csv") %>% + # This makes it so "No barrel" is the reference category + mutate(barrel = fct_relevel(barrel, "No barrel")) +``` + +# 1. Finding causation from a randomized controlled trial + +## Modified DAG + +You remember from PMAP 8521 that when running an RCT, you can draw the DAG for the program like this (Figure 2). **Why?** + +![Rain barrel program DAG as an RCT](barrel-dag-rct.png) + + +## Check balance + +**Discuss the sample size for the RCT data and how many people were assigned to treatment/control. Are you happy with this randomization?** + +```{r} +# Check for balance of numbers in the treatment and control groups +``` + +**Check the balance of the main pre-treatment characteristics. Are you happy with the balance?** + +```{r} +# Insert as many chunks as you need to check the balance of the RCT across +# different pre-treatment characteristics like yard size, home garden, +# environmental attitudes, and average temperature. +``` + +## Estimate difference + +**What is the effect of the program on participants' water bills? How credible is this result?** + +```{r} +# Insert as many chunks as you need to measure the difference in water bills for +# those in the program and those not in the program. +``` + + +# 2. Finding causation from observational data + +## Naive difference in means + +**As a baseline measure, calculate the average difference in water bills for those in the program and those not in the program using the observational data. How much of an effect is there? How credible is this result? Why?** + +```{r} +# Find the naive difference in means +``` + + +## Adjustment with Mahalanobis nearest-neighbor matching + +**Use matching to make the proper adjustments and close the backdoor effects from the four main confounders: `yard_size`, `home_garden`, `attitude_env`, and `temperature`** + +```{r} +# Insert as many chunks as you need to close the backdoors by using nearest +# neighbor matching with Mahalanobis distance. +``` + + +## Adjustment with inverse probability weighting + +**Use inverse probability weighting to make the proper adjustments and close the backdoor effects from the four main confounders: `yard_size`, `home_garden`, `attitude_env`, and `temperature`** + +```{r} +# Insert as many chunks as you need to close the backdoors by using propensity +# scores and inverse probability weighting. +``` + + +# 3. Comparing results + +You just calculated a bunch of ATEs using experimental and observational data. **Put them all in a single table here:** + +```{r} +# Table with all model results side-by-side +``` + +**Which estimates do you believe? Why? Would observational ATEs be sufficient to prove program effect in this case? Why or why not? Should this program be rolled out throughout Georgia? Why or why not?** diff --git a/docs/_site/projects/problem-set-4/data/eitc.dta b/docs/_site/projects/problem-set-4/data/eitc.dta new file mode 100644 index 00000000..a1274f0c Binary files /dev/null and b/docs/_site/projects/problem-set-4/data/eitc.dta differ diff --git a/docs/_site/projects/problem-set-4/problem-set-4.Rproj b/docs/_site/projects/problem-set-4/problem-set-4.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/problem-set-4/problem-set-4.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/projects/problem-set-4/your-name_problem-set-4.Rmd b/docs/_site/projects/problem-set-4/your-name_problem-set-4.Rmd new file mode 100644 index 00000000..1c742602 --- /dev/null +++ b/docs/_site/projects/problem-set-4/your-name_problem-set-4.Rmd @@ -0,0 +1,230 @@ +--- +title: "Problem set 4: The EITC and diff-in-diff" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +--- + +In 1996, Nada Eissa and Jeffrey B. Liebman [published a now-classic study on the effect of the Earned Income Tax Credit (EITC) on employment](http://darp.lse.ac.uk/papersdb/Eissa-Liebman_(QJE96).pdf). The EITC is a special tax credit for low income workers that changes depending on (1) how much a family earns (the lowest earners and highest earners don't receive a huge credit, as the amount received phases in and out), and (2) the number of children a family has (more kids = higher credit). See [this brief explanation](https://www.cbpp.org/research/federal-tax/policy-basics-the-earned-income-tax-credit) for an interactive summary of how the EITC works. + +Eissa and Liebman's study looked at the effects of the EITC on women's employment and wages after it was initially substantially expanded in 1986. The credit was expanded substantially again in 1993. For this problem set, you'll measure the causal effect of this 1993 expansion on the employment levels and annual income for women. + +A family must have children in order to quality for the EITC, which means the presence of 1 or more kids in a family assigns low-income families to the EITC program (or "treatment"). We have annual data on earnings from 1991–1996, and because the expansion of EITC occurred in 1993, we also have data both before and after the expansion. This treatment/control before/after situation allows us to use a difference-in-differences approach to identify the causal effect of the EITC. + +The dataset I've provided (`eitc.dta`) is a Stata data file containing more than 13,000 observations. This is non-experimental data—the data comes from the US Census's Current Population Survey (CPS) and includes all women in the CPS sample between the ages of 20–54 with less than a high school education between 1991–1996. There are 11 variables: + +- `state`: The woman's state of residence. The numbers are Census/CPS state numbers: [http://unionstats.gsu.edu/State_Code.htm](http://unionstats.gsu.edu/State_Code.htm) +- `year`: The tax year +- `urate`: The unemployment rate in the woman's state of residence +- `children`: The number of children the woman has +- `nonwhite`: Binary variable indicating if the woman is not white (1 = Hispanic/Black) +- `finc`: The woman's family income in 1997 dollars +- `earn`: The woman's personal income in 1997 dollars +- `age`: The woman's age +- `ed`: The number of years of education the woman has +- `unearn`: The woman's family income minus her personal income, in *thousands* of 1997 dollars + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) # For ggplot, %>%, mutate, filter, group_by, and friends +library(haven) # For loading data from Stata +library(broom) # For showing models as data frames + +# This turns off this message that appears whenever you use summarize(): +# `summarise()` ungrouping output (override with `.groups` argument) +options(dplyr.summarise.inform = FALSE) + +# Load EITC data +eitc <- read_stata("data/eitc.dta") %>% + # case_when() is a fancy version of ifelse() that takes multiple conditions + # and outcomes. Here, we make a new variable named children_cat(egorical) + # with three different levels: 0, 1, and 2+ + mutate(children_cat = case_when( + children == 0 ~ "0", + children == 1 ~ "1", + children >= 2 ~ "2+" + )) +``` + +# 1. Exploratory data analysis + +Create a new variable that shows if women have 0 children, 1 child, or 2+ children (I did this for you already above). + +What is the average of `work`, `finc`, `earn`, `nonwhite`, `ed`, and `age` across each of these different levels of children? How are these groups different? Describe your findings in a paragraph. + +## Work + +```{r} +# Work +eitc %>% + group_by(children_cat) %>% + summarize(avg_work = mean(work)) + +# stat_summary() here is a little different from the geom_*() layers you've seen +# in the past. stat_summary() takes a function (here mean_se()) and runs it on +# each of the children_cat groups to get the average and standard error. It then +# plots those with geom_pointrange. The fun.args part of this lets us pass an +# argument to mean_se() so that we can multiply the standard error by 1.96, +# giving us the 95% confidence interval +ggplot(eitc, aes(x = children_cat, y = work)) + + stat_summary(geom = "pointrange", fun.data = "mean_se", fun.args = list(mult = 1.96)) +``` + +## Family income + +## Earnings + +## Race + +## Education + +## Age + +## General summary + +**Describe your findings in a paragraph. How do these women differ depending on the number of kids they have?** + + +# 2. Create treatment variables + +Create a new variable for treatment named `any_kids` (should be TRUE or 1 if `children` > 0) and a variable for the timing named `after_1993` (should be TRUE or 1 if `year` > 1993). + +Remember you can use the following syntax for creating a new binary variable based on a test: + +```r +new_dataset <- original_dataset %>% + mutate(new_variable = some_column > some_number) +``` + +```{r} +# Make new dataset here. You can either do something like: +# +# eitc_new <- eitc %>% whatever +# +# which would create a completely new data frame, or do something like: +# +# eitc <- eitc %>% whatever +# +# which would overwrite the original eitc data frame with the modified one. +# Either approach is fine. + +``` + + +# 3. Check pre- and post-treatment trends + +Create a new dataset that shows the average proportion of employed women (`work`) for every year in both the treatment and control groups (i.e. both with and without kids). (Hint: use `group_by()` and `summarize()`, and group by both `year` and `any_kids`.) + +```{r} +# Find average of work across year and any_kids +# Store this as a new object and then print it, like so: +# +# eitc_by_year_kids <- eitc %>% whatever +# print(eitc_by_year_kids) +``` + +Plot these trends using colored lines and points, with year on the x-axis, average employment on the y-axis. Add a vertical line at 1994 (hint: use `geom_vline(xintercept = SOMETHING)`. + +```{r} +# Add plot here, with x = year, y = average employment, and color = any_kids. +# Add a vertical line too. +``` + +**Do the pre-treatment trends appear to be similar?** + + +# 4. Difference-in-difference by hand-ish + +Calculate the average proportion of employed women in the treatment and control groups before and after the EITC expansion. (Hint: group by `any_kids` and `after_1993` and find the average of `work`.) + +```{r} +# Calculate average of work across any_kids and after_1993 +``` + +Calculate the difference-in-difference estimate given these numbers. (Recall from class that each cell has a letter (A, B, C, and D), and that the diff-in-diff estimate represents a special combination of these cells.) + +```{r} +# It might be helpful to pull these different cells out with filter() and pull() +# like in the in-class examples from 8. Store these as objects like cell_A, +# cell_B, etc. and do the math here (like cell_B - cell_A, etc.) +``` + + +| | Before 1993 | After 1993 | Difference | +|--------------------|-------------|------------|------------| +| Women with no kids | | | | +| Women with kids | | | | +| Difference | | | | + +**What is the difference-in-difference estimate? Discuss the result.** (Hint, these numbers are percents, so you can multiply them by 100 to make it easier to interpret. For instance, if the diff-in-diff number is 0.15 (it's not), you could say that the EITC caused the the proportion of mothers in the workplace to increase 15 percentage points.) + + +# 5. Difference-in-difference with regression + +Run a regression model to find the diff-in-diff estimate of the effect of the EITC on employment (`work`) (hint: remember that you'll be using an interaction term). + +```{r} +# Regression model here +``` + +**How does this value compare with what you found in part 4 earlier? What is the advantage of doing this instead of making a 2x2 table?** + + +# 6. Difference-in-difference with regression and controls + +Run a new regression model with demographic controls. Eissa and Liebman used the following in their original study: non-labor income (family income minus personal earnings, or the `unearn` column), number of children, race, age, age squared, education, and education squared. You'll need to make new variables for age squared and education squared. (These are squared because higher values of age and education might have a greater effect: someone with 4 years of education would have 16 squared years, while someone with 8 years (twice as much) would have 64 squared years (way more than twice as much).) + +```{r} +# Make new dataset with columns for age squared and education squared +# Regression model with demographic controls here +# +# R tends to put interaction terms last in regression tables, so you might not +# see the any_kids * after_1993 coefficient on the first page of the table here +``` + +**Does the treatment effect change? Interpret these findings.** + + +# 7. Varying treatment effects + +Make two new binary indicator variables showing if the woman has one child or not and two children or not. Name them `one_kid` and `two_plus_kids` (hint: use `mutate(BLAH = children == SOMETHING)`. + +```{r} +# Make new dataset with one_kid and two_plus_kids indicator variables +``` + +Rerun the regression model from part 6 (i.e. with all the demographic controls), but remove the `any_kids` and `any_kids * after_1993` terms and replace them with two new interaction terms: `one_kid * after_1993` and `two_plus_kids * after_1993`. + +```{r} +# Run regression with both of the new interaction terms instead of +# any_kids * after_1993 +``` + +**For which group of women is the EITC treatment the strongest for (i.e. which group sees the greatest change in employment)? Why do you think that is?** + + +# 8. Check parallel trends with fake treatment + +To make sure this effect isn't driven by any pre-treatment trends, we can pretend that the EITC was expanded in 1991 (starting in 1992) instead of 1993. + +Create a new dataset that only includes data from 1991–1993 (hint: use `filter()`). Create a new binary before/after indicator named `after_1991` (hint: `year >= 1992`). Use regression to find the diff-in-diff estimate of the EITC on `work` (don't worry about adding demographic controls). + +```{r} +eitc_fake_treatment <- eitc %>% + filter(year < 1994) %>% + mutate(after_1991 = year >= 1992) +# Make new dataset that only includes rows less than 1994 (with filter), and add +# a new binary indicator variable for after_1991 + +# Run simple regression with interaction term any_kids * after_1991 +``` + +**Is there a significant diff-in-diff effect? What does this mean for pre-treatment trends?** diff --git a/docs/_site/projects/problem-set-5/data/MonthlyPanel.dta b/docs/_site/projects/problem-set-5/data/MonthlyPanel.dta new file mode 100644 index 00000000..c93aef19 Binary files /dev/null and b/docs/_site/projects/problem-set-5/data/MonthlyPanel.dta differ diff --git a/docs/_site/projects/problem-set-5/problem-set-5.Rproj b/docs/_site/projects/problem-set-5/problem-set-5.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/problem-set-5/problem-set-5.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/projects/problem-set-5/your-name_problem-set-5.Rmd b/docs/_site/projects/problem-set-5/your-name_problem-set-5.Rmd new file mode 100644 index 00000000..0997d101 --- /dev/null +++ b/docs/_site/projects/problem-set-5/your-name_problem-set-5.Rmd @@ -0,0 +1,252 @@ +--- +title: "Problem set 5: Do police reduce car thefts?" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +--- + +In 2004, Rafael Di Tella and Ernesto Schargrodsky published a study that analyzed the effect of increased police presence on crime. You looked at this study previously in your threats to validity assignment. To measure this effect, Di Tella and Schargrodsky leveraged a quasi-experiment. Following a synagogue bombing in Buenos Aires, Argentina on July 18, 1994, extra municipal police were assigned to protect synagogues around the city. The increase of police patrols on some city blocks, but not others, means that there is arguably a treatment group and control group for increased police presence, which Di Tella and Schargrodsky used to measure the effect of extra police on car thefts. + +The dataset I've provided (`MonthlyPanel.dta`) is a Stata data file nearly 10,000 observations. It comes directly from [Di Tella and Schargrodsky's data appendix available at their study's *AER* webpage](https://www.aeaweb.org/articles?id=10.1257/000282804322970733). This is non-experimental data that includes counts of car thefts for every city block in Buenos Aires from April to December 1994. There are 12 variables: + +- `observ` (we'll rename to `block`): The ID number of the block +- `barrio`: The barrio (neighborhood) for the block +- `calle`: The street for the block +- `altura`: The street number +- `institu1` (we'll rename to `same_block`): Indicator variable marking if there's a Jewish institution on the block (1 if yes, 0 if no) +- `institu3`: Indicator variable marking if there's a Jewish institution within one block (1 if yes, 0 if no) +- `distanci` (we'll rename to `distance`): Distance to the nearest Jewish institution, measured in blocks +- `edpub`: Indicator variable marking if there's an educational building or embassy on the block (1 if yes, 0 if no) +- `estserv`: Indicator variable marking if there's a gas station on the block (1 if yes, 0 if no) +- `banco`: Indicator variable marking if there's a bank on the block (1 if yes, 0 if no) +- `totrob` (we'll rename to `car_theft`): Total number of car robberies +- `mes` (we'll rename to `month`): Month + +--- + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) # For ggplot, %>%, mutate, filter, group_by, and friends +library(haven) # For loading data from Stata +library(broom) # For showing models as data frames +library(fixest) # For fast, nice, fixed effects regression +library(modelsummary) # For side-by-side regression tables + +# This turns off this message that appears whenever you use summarize(): +# `summarise()` ungrouping output (override with `.groups` argument) +options(dplyr.summarise.inform = FALSE) + +# Load terror data +terror <- read_stata("data/MonthlyPanel.dta") %>% + # The attack happened on July 18. The authors omitted data from July 19-31, so + # all July observations are from before the attack. Make a new indicator + # variable `after` to mark if the row is from before or after the attack + mutate(after = mes > 7) %>% + # There are some weird months in the data like 73. Filter out anything > 12 + filter(mes <= 12) %>% + # Rename some columns to be more readable + rename(same_block = institu1, + distance = distanci, + car_theft = totrob, + month = mes, + block = observ) %>% + # Create indicator variables for the distance of each block to a synagogue + mutate(one_block_away = ifelse(distance == 1, 1, 0), + two_blocks_away = ifelse(distance == 2, 1, 0), + more_than_two_away = ifelse(distance > 2, 1, 0)) %>% + # Make these factors/categories + mutate(block = as.factor(block), + month = as.factor(month), + same_block_factor = as.factor(same_block)) +``` + +# 1. Research design + +**Imagine you went out and collected data on the presence of police in each city, and the amount of crime in each city, and found a positive relationship. Does this mean police *cause* crime? Explain.** + +Answer here. + + +Di Tella and Ernesto Schargrodsky explore this question with a difference-in-difference design. They collected data on both the presence of police and car robberies in Buenos Aires city blocks both before and after the attack. Their interest is in seeing whether the extra police reduced the amount of car theft. **How is this data suitable for a diff-in-diff design? What would we be comparing here? Be specific about the pre/post treatment/control groups.** + +Answer here. + + +**Why does it help the researchers that the police were dispatched to certain blocks *because of terrorist attacks?*** + +Answer here. + + + +# 2. Trends + +One of the most crucial assumptions for difference-in-differences designs is the idea that the trends in the treatment and control groups need to be parallel prior to the intervention or program. **Why?** + +Answer here. + + +Create a plot that shows the average number of car thefts per month for blocks with synagogues and blocks without (Hints: it'll be easiest if you make a smaller dataset using `group_by()` and `summarize()` and then plot that smaller dataset with `ggplot()` Make sure you group by `month` and `same_block_factor`. Add `group = same_block_factor` as an aesthetic so the line goes across the categorical months on the x-axis). Add a vertical line (`geom_vline(xintercept = "7")`) in the month where the terror attack happened. + +**What would you say about the parallel trends assumption here? Does it hold up? Maybe? Maybe not?** + +Answer here + +```{r plot-trends} +# Make a plot here +``` + + +# 3. Difference-in-differences by hand-ish + +Calculate the average number of car thefts in the treatment and control groups before and after the attack. (Hint: group by `same_block` and `after` and find the average of `car_theft`.) + +```{r manual-diff-diff} +# Calculate average of car_theft across same_block and after + +``` + +Calculate the difference-in-difference estimate given these numbers. + +| | Before attack | After attack | Difference | +|-------------------------|---------------|--------------|------------| +| Block without synagogue | | | | +| Block with synagogue | | | | +| Difference | | | | + +Answer these questions (you don't have to write your answers in list form---a paragraph is fine: + +- **How did car thefts change from before-to-after in blocks *without* synagogues?** +- **How did car thefts change from before-to-after in blocks *with* synagogues?** +- **What's the difference-in-differences?** +- **What does that mean? Interpret the finding.** + + +# 4. Difference-in-differences with regular OLS + +Run a regression model to find the diff-in-diff estimate of the effect of the increased police presence (`after`) on car thefts (`car_theft`) (hint: remember that you'll be using an interaction term). + +```{r simple-diff-diff-model} +# Code here +``` + +**How does this value compare with what you found in part 3 earlier? What is the advantage of doing this instead of making a table?** + +Answer here. + + +# 5. Difference-in-differences with fixed effects OLS + +The diff-in-diff coefficient you found in part 4 is accurate, but the standard errors and $R^2$ are wrong (run `glance()` on your model object to see how tiny the $R^2$ is)! This is because of a host of mathy reasons, but also because of the DAG. The effect of increased police presence is confounded by both month and block, but all we've really adjusted for binary before/after (for month) and binary synagogue/no synagogue (for block). By reducing these confounders to just binary variables, we lose a lot of the variation across months and blocks. + +To fix this, run a diff-in-diff model that includes two additional control variables: `block + month`. + +> ***Warning***: this will be *incredibly* slow! There are `r nrow(distinct(terror, block))` blocks and `nrow(distinct(terror, month))` months, and R is finding estimates for each block and month, and the math to do that is complex. Every time you knit this document, R will rerun the model, which takes 5-10 seconds, and the delay when knitting can be annoying. If you want to speed this up across knitting sessions, add the option `cache=TRUE` to the chunk options for this chunk. R will store the results in a temporary file and won't re-run the model if the data hasn't changed. + +**Don't use `tidy` to view the results**. You'll get a table with almost 900 rows and it'll take up pages and pages of your knitted document. If you really want to see the results, filter out the block and month rows (like this:). + +```r +tidy(name_of_model) %>% + filter(!str_starts(term, "month"), + !str_starts(term, "block")) +``` + +```{r really-slow-fe-model, cache=TRUE} +# Code here with block + month in the model +# DON'T RUN tidy() or modelsummary() without filtering out month and block coefficients +``` + +That slowness is miserable. You can get around that by using a different function for OLS that has built-in support for fixed effects (or indicator variables). The `feols()` (fixed-effects OLS) function from the **fixest** package lets you include indicator variables in regression in a more sophisticated way. The math is lighting fast, and the coefficients for each block and year are hidden by default (though you can still see them if you really want). + +The syntax for `feols()` is the same as `lm()`, but with a slight change to accommodate the fixed effects. Use the `|` character to specify a section of the formula that contains the fixed effects: + +```r +model_name <- feols(car_theft ~ same_block*after | block + month, + data = terror) +``` + +One more cool thing that `feols()` can do that normal `lm()` can't is provide robust standard errors. There is systematic variation within blocks and across time, and we can mathematically account for that variation in the standard errors of the regression. (If you've ever used Stata you do this with `reg y x, robust`). If you ever want to use robust and/or clustered standard errors with regular OLS regression in R, check out the [`lm_robust()` function in the **estimatr** package](https://declaredesign.org/r/estimatr/articles/getting-started.html#lm_robust). With `feols()`, you can add an argument to `tidy()` to get the robust standard errors. + +```r +# Stata's default robust SE algorithm is called "Huber-White standard errors", +# and we can get those same numbers here. Look at the documentation for +# summary.fixest() for more robustness and clustering options +tidy(model_name, se = "white") +``` + +Phew. Now that you know about `feols()` and robust standard errors, build a model that finds the diff-in-diff effect that includes fixed effects for block and month. Show the results with `tidy()` using Huber-White standard errors. + +```{r model-a, message=FALSE} +# Code for model A + use tidy() to show Huber-White robust standard errors +``` + +In the original study, the authors also considered the effect of two other treatment variables. Maybe the extra police presence in blocks with synagogues reduced car thefts not just for those blocks, but areas 1 block away or 2 blocks away. + +Run two more models. In the first, keep the `same_block*after` interaction term and add another diff-in-diff interaction for `one_block_away*after`. In the second, keep the same block and one block interaction terms and add one more diff-in-diff interaction for `two_blocks_away*after` + +```{r models-b-c, message=FALSE} +# Code for models B and C + use tidy() to show Huber-White robust standard errors +``` + +Recreate columns A, B, and C from Table 3 from the original article with `modelsummary()`. You'll need to show the results from your three `feols()` models (with one interaction term, with two interactions, and with three interactions). You can tell the table to show robust standard errors like the authors did in their original study by including the `se = "white"` argument, and you can control how many digits are used with the `fmt` (format) argument (the original article used 5 decimal points, so you can too). You can add significance stars by including `stars = TRUE`. + +```r +modelsummary(list(models, go, here), + se = "white", fmt = "%.5f", stars = TRUE) +``` + +```{r show-all-models} + +``` + +Answer these questions: (again, you don't have to keep this in list form when you answer): + +- **Does having extra police reduce thefts on the same block? Is the effect significant?** +- **Does having extra police reduce thefts one block away? Is the effect significant?** +- **Does having extra police reduce thefts two blocks away Is the effect significant?** + + +# 6. Translate results to something more interpretable + +According to the third model, having additional police on a block caused a reduction of 0.081 car thefts per month on average. What the heck does that even mean though? This whole outcome variable is weird anyway---it's the average number of thefts per block per month, and most block-months have 0 thefts. Having a number like 0.081 doesn't quite represent the proportion of crime or anything logically interpretable or anything. It's a little hard to talk about. + +To fix this, we can talk about percent changes instead. Recall from past classes (like microeconomics or GRE prep questions) that you can calculate the percent change (or growth) between two numbers with this formula: + +$$ +\text{percent change} = \frac{\text{new} - \text{old}}{\text{old}} +$$ + +You can remember this as **NOO**, for **n**ew minus **o**ld divided by **o**ld. With treatment and outcome groups, you can find the percent change because of a program or policy by using treatment as "new" and outcome as "old". + +Imagine if after some program, the treatment group had an outcome of 3 while the control group had an outcome of 6. The percent change in outcome because of the causal effect of the program is $\frac{3 - 6}{6}$, or -0.5: + +```{r example-pct-change} +(3 - 6) / 6 +``` + +This means that this fake program *caused* a 50% reduction in the outcome. + +--- + +Find the percent change in car thefts because of the increase police presence after the July terror attack *using the results from Model C*. To do this, you need two numbers: (1) the average number of thefts in control blocks after the attack, and (2) the average number of thefts in treatment blocks after the attack. Because you're using Model C, your control group includes blocks that don't have synagogues within two blocks. + +Use `group_by()` and `summarize()` to calculate the average number of thefts after the attack in control blocks (Hint: this will be just like the diff-in-diff by hand table you made in section 3, but instead of grouping by `same_block`, group by `more_than_two_away`). + +```{r terror-treatment-control} + +``` + +Subtract the diff-in-diff effect for "same_block × after" from Model C from the average in the control group to find the average number of car thefts in treatment blocks. (Note: It'll be really tempting to just look at the table for the average for treatment + after, but this won't be right! You need to use control + diff-in-diff, since that's the counterfactual.) + +Finally, calculate the percent change in car thefts after the terror attack across treatment and control blocks (hint: the answer is in the third full paragraph on p. 123 of the original article). + +```{r terror-pct-change} + +``` diff --git a/docs/_site/projects/problem-set-6/data/attendance_program.csv b/docs/_site/projects/problem-set-6/data/attendance_program.csv new file mode 100644 index 00000000..7adbf035 --- /dev/null +++ b/docs/_site/projects/problem-set-6/data/attendance_program.csv @@ -0,0 +1,1201 @@ +id,attendance,treatment,grade +1,91.69,FALSE,87.75 +2,69.55,TRUE,60.42 +3,47.98,TRUE,18.16 +4,98.37,FALSE,86.13 +5,66.1,TRUE,47.56 +6,64.24,TRUE,40.06 +7,84.5,FALSE,84.29 +8,84.11,FALSE,70.7 +9,84.36,FALSE,85.07 +10,88.44,FALSE,86.51 +11,83.12,FALSE,65.72 +12,89.63,FALSE,78.77 +13,87.11,FALSE,70.64 +14,73.95,TRUE,59.62 +15,51.83,TRUE,16.57 +16,77.21,TRUE,62.16 +17,83.61,FALSE,80.57 +18,88.68,FALSE,80.57 +19,87.83,FALSE,82.1 +20,72.57,TRUE,70.11 +21,83.32,FALSE,74.19 +22,82.58,FALSE,71.1 +23,65.37,TRUE,48.25 +24,86.08,FALSE,81.54 +25,93.72,FALSE,86.06 +26,62.52,TRUE,32.57 +27,89.9,FALSE,84.03 +28,75.48,TRUE,74.94 +29,88.96,FALSE,81.23 +30,47.42,TRUE,20.72 +31,83.1,FALSE,76.09 +32,86.28,FALSE,76.45 +33,83.47,FALSE,82.28 +34,95,FALSE,85.47 +35,91.32,FALSE,74.97 +36,97.81,FALSE,84.97 +37,92.86,FALSE,83.48 +38,80.33,FALSE,66.42 +39,82.96,FALSE,56.93 +40,90.36,FALSE,70.41 +41,88.05,FALSE,83.54 +42,80.11,FALSE,67.53 +43,89.59,FALSE,84.91 +44,89.31,FALSE,92.42 +45,90.74,FALSE,80.86 +46,92.1,FALSE,85.1 +47,83.79,FALSE,77.07 +48,83.41,FALSE,69.12 +49,96.08,FALSE,82.38 +50,84.6,FALSE,67.56 +51,90.76,FALSE,82.65 +52,89.81,FALSE,85.73 +53,78.13,TRUE,63.87 +54,62.82,TRUE,40.48 +55,29.04,TRUE,3.94 +56,87.07,FALSE,80.53 +57,91.23,FALSE,80.54 +58,75.84,TRUE,66.29 +59,85.77,FALSE,77.92 +60,75.33,TRUE,63.38 +61,91.05,FALSE,85.79 +62,68.23,TRUE,54.19 +63,75.06,TRUE,62.92 +64,82.8,FALSE,72.84 +65,81.46,FALSE,69.7 +66,60.62,TRUE,37.05 +67,77.97,TRUE,67.62 +68,93.27,FALSE,92.96 +69,80.69,FALSE,49.84 +70,78.39,TRUE,71.44 +71,78.26,TRUE,71.25 +72,93.12,FALSE,88.98 +73,78.32,TRUE,71.01 +74,55.05,TRUE,35.35 +75,59.31,TRUE,35.26 +76,63.15,TRUE,46.58 +77,82.02,FALSE,80.96 +78,78.63,TRUE,67.89 +79,91.58,FALSE,82.87 +80,76.18,TRUE,70.7 +81,70.03,TRUE,53.26 +82,27.03,TRUE,1.82 +83,50.56,TRUE,24.39 +84,83.39,FALSE,75.32 +85,91.01,FALSE,78.33 +86,51.43,TRUE,20.14 +87,66.44,TRUE,51.61 +88,83.09,FALSE,67.27 +89,73.92,TRUE,59.58 +90,83.49,FALSE,83.94 +91,71.89,TRUE,59.82 +92,88.51,FALSE,77.8 +93,71.87,TRUE,64.19 +94,67.82,TRUE,60.4 +95,76.16,TRUE,72.21 +96,78.7,TRUE,64.75 +97,85.5,FALSE,71.91 +98,90.77,FALSE,85.34 +99,55.08,TRUE,25.84 +100,74.77,TRUE,61.07 +101,55.6,TRUE,30.35 +102,92.03,FALSE,93.09 +103,71.85,TRUE,59.1 +104,59.96,TRUE,37.85 +105,75.68,TRUE,69.21 +106,78.62,TRUE,71.82 +107,87.17,FALSE,75.85 +108,57.87,TRUE,34.84 +109,73.65,TRUE,62.62 +110,85.26,FALSE,72.31 +111,94.2,FALSE,91.01 +112,85.33,FALSE,82.36 +113,70.65,TRUE,65.6 +114,50.18,TRUE,27.5 +115,70.08,TRUE,60.87 +116,91.37,FALSE,76.74 +117,60.08,TRUE,34.76 +118,95.14,FALSE,93.63 +119,81.45,FALSE,66.76 +120,80.68,FALSE,57.66 +121,96.81,FALSE,87.82 +122,53.01,TRUE,22.24 +123,85.15,FALSE,68.95 +124,80.96,FALSE,65.67 +125,60.93,TRUE,36.37 +126,77.18,TRUE,65.57 +127,64.05,TRUE,51.15 +128,66.8,TRUE,52.73 +129,69.58,TRUE,57.04 +130,64.24,TRUE,41.28 +131,67.98,TRUE,65.98 +132,81.63,FALSE,74.21 +133,73.3,TRUE,65.44 +134,72.82,TRUE,51.69 +135,79.35,TRUE,71.52 +136,90.2,FALSE,81.36 +137,88.21,FALSE,84.39 +138,81.83,FALSE,74.45 +139,87.95,FALSE,84.45 +140,79.78,TRUE,76.78 +141,82.19,FALSE,68.37 +142,78.48,TRUE,68.93 +143,66.61,TRUE,52.54 +144,61.24,TRUE,32.48 +145,27.99,TRUE,2.91 +146,76.46,TRUE,77.42 +147,80.75,FALSE,62.73 +148,74.37,TRUE,71.41 +149,80.94,FALSE,66.46 +150,96.16,FALSE,97.12 +151,37.21,TRUE,9.29 +152,87.84,FALSE,79.22 +153,90.9,FALSE,89.12 +154,70.46,TRUE,51.9 +155,75.81,TRUE,65.85 +156,99.28,FALSE,86.37 +157,77.03,TRUE,77.24 +158,66.45,TRUE,50.79 +159,53.24,TRUE,26.21 +160,45.28,TRUE,18.2 +161,83.58,FALSE,63.19 +162,59.13,TRUE,36.1 +163,78.74,TRUE,67.96 +164,83.99,FALSE,68 +165,99.48,FALSE,92.46 +166,87.27,FALSE,90.7 +167,64.69,TRUE,49.13 +168,64.37,TRUE,40.86 +169,61.36,TRUE,46.09 +170,89.28,FALSE,86.84 +171,71.98,TRUE,41.78 +172,97.4,FALSE,92.98 +173,64.75,TRUE,48.63 +174,59.33,TRUE,38.65 +175,71.51,TRUE,56.49 +176,59.22,TRUE,29.44 +177,68.79,TRUE,48.3 +178,57.59,TRUE,31.39 +179,47.1,TRUE,11.71 +180,74.57,TRUE,62.22 +181,90.81,FALSE,83.54 +182,66.36,TRUE,44.17 +183,81.98,FALSE,79.18 +184,34.38,TRUE,7.64 +185,94.86,FALSE,83.11 +186,82.21,FALSE,75.71 +187,66.26,TRUE,46.36 +188,77.94,TRUE,64.06 +189,84.93,FALSE,71.11 +190,80.49,FALSE,73.05 +191,61.11,TRUE,42.12 +192,60.31,TRUE,37.29 +193,69.32,TRUE,47.25 +194,85.64,FALSE,77.34 +195,59.85,TRUE,37.9 +196,85.95,FALSE,71.55 +197,71.49,TRUE,52.99 +198,80.81,FALSE,59.06 +199,80.01,FALSE,57.09 +200,88.93,FALSE,91.27 +201,72.91,TRUE,69.45 +202,68.62,TRUE,42.88 +203,90.45,FALSE,81.55 +204,79.69,TRUE,66.84 +205,74.63,TRUE,66.29 +206,62.03,TRUE,43.8 +207,74.06,TRUE,62.3 +208,66.47,TRUE,54.45 +209,90.65,FALSE,80.75 +210,58.94,TRUE,35.65 +211,58.73,TRUE,40.34 +212,70.11,TRUE,58.26 +213,39.04,TRUE,13.79 +214,66.67,TRUE,45.34 +215,69.83,TRUE,52.02 +216,69.75,TRUE,50.96 +217,65.91,TRUE,48.21 +218,48.74,TRUE,26.2 +219,65.55,TRUE,44.01 +220,60.23,TRUE,38.03 +221,91.03,FALSE,82.51 +222,81.53,FALSE,57.87 +223,91.84,FALSE,80.5 +224,69.97,TRUE,51.92 +225,66.66,TRUE,49.41 +226,51.34,TRUE,25.38 +227,81.19,FALSE,75.33 +228,72.07,TRUE,50.25 +229,95.83,FALSE,80.84 +230,68.19,TRUE,39.17 +231,85.73,FALSE,81.07 +232,79.42,TRUE,82.38 +233,67.13,TRUE,44.92 +234,60.14,TRUE,38.77 +235,80.49,FALSE,61.25 +236,60.03,TRUE,44.3 +237,85.52,FALSE,74.54 +238,56.24,TRUE,34.23 +239,75.31,TRUE,71.74 +240,68.63,TRUE,59.64 +241,65.11,TRUE,38.21 +242,86.17,FALSE,82.39 +243,56.1,TRUE,26.72 +244,87.53,FALSE,83.09 +245,68.62,TRUE,42.53 +246,87.94,FALSE,83.71 +247,79.54,TRUE,69.68 +248,94.48,FALSE,78.4 +249,72.68,TRUE,50.98 +250,51.05,TRUE,19.2 +251,71.56,TRUE,60.62 +252,95.85,FALSE,85.65 +253,85.12,FALSE,79.42 +254,91.39,FALSE,84.84 +255,81.47,FALSE,68.43 +256,67.85,TRUE,52.13 +257,68.62,TRUE,55.44 +258,84.57,FALSE,73.51 +259,89.15,FALSE,82.32 +260,78.42,TRUE,84.83 +261,50.3,TRUE,30.2 +262,74.74,TRUE,66.36 +263,85.5,FALSE,78.18 +264,83.51,FALSE,72.34 +265,82.68,FALSE,64.47 +266,57.51,TRUE,32.96 +267,35.13,TRUE,8.04 +268,65.75,TRUE,36.35 +269,82.3,FALSE,65.72 +270,75.94,TRUE,64.85 +271,83.34,FALSE,63.9 +272,77.9,TRUE,60.62 +273,84.32,FALSE,75.95 +274,85.47,FALSE,52.43 +275,72.38,TRUE,70.16 +276,74.73,TRUE,72.85 +277,83.51,FALSE,64.12 +278,94.68,FALSE,82.27 +279,74.62,TRUE,67.01 +280,86.37,FALSE,67.17 +281,48.04,TRUE,17.81 +282,89.14,FALSE,81.27 +283,46.65,TRUE,15.3 +284,85.5,FALSE,69.99 +285,69.22,TRUE,47.13 +286,53.64,TRUE,32.21 +287,83.72,FALSE,72.1 +288,63.04,TRUE,42.99 +289,76.81,TRUE,72.13 +290,91.02,FALSE,91.45 +291,79.93,TRUE,71.58 +292,79.01,TRUE,77.46 +293,87.6,FALSE,78.06 +294,76.2,TRUE,80.55 +295,68.38,TRUE,51.99 +296,51.96,TRUE,26.19 +297,46.09,TRUE,20.47 +298,73.24,TRUE,57.62 +299,45.42,TRUE,18.06 +300,86.96,FALSE,82.21 +301,98.36,FALSE,84.29 +302,83.04,FALSE,60.64 +303,83.68,FALSE,72.4 +304,98.27,FALSE,84.97 +305,62.83,TRUE,33.12 +306,87.2,FALSE,78.56 +307,79.21,TRUE,71.8 +308,94.72,FALSE,83.84 +309,88.31,FALSE,82.03 +310,77.25,TRUE,70.22 +311,52.6,TRUE,24.3 +312,20,TRUE,0.81 +313,75.29,TRUE,56.17 +314,77.95,TRUE,67.09 +315,83.59,FALSE,66.7 +316,36.41,TRUE,12.9 +317,92.39,FALSE,92.85 +318,68.89,TRUE,49.98 +319,76.06,TRUE,80.98 +320,84.95,FALSE,72.82 +321,94.17,FALSE,85.05 +322,70.51,TRUE,65.99 +323,75.93,TRUE,65.58 +324,87.86,FALSE,81.76 +325,72.6,TRUE,54.09 +326,80.02,FALSE,76.41 +327,85.88,FALSE,64.69 +328,64.37,TRUE,39.64 +329,80.92,FALSE,61.98 +330,96.23,FALSE,85.64 +331,99.13,FALSE,84.83 +332,84.58,FALSE,76.84 +333,55.4,TRUE,33.21 +334,51.14,TRUE,29.41 +335,68.7,TRUE,63.07 +336,94.16,FALSE,89.15 +337,71.09,TRUE,63.51 +338,30.79,TRUE,4.51 +339,100,FALSE,83.84 +340,87.17,FALSE,68.23 +341,47.41,TRUE,17.88 +342,63.68,TRUE,42.51 +343,56.78,TRUE,24.54 +344,65.43,TRUE,45.33 +345,63.43,TRUE,42.22 +346,74.91,TRUE,55.31 +347,88.74,FALSE,84.89 +348,91.87,FALSE,77.89 +349,74.5,TRUE,65.9 +350,82.3,FALSE,79.24 +351,88.55,FALSE,63.83 +352,66.37,TRUE,60.67 +353,72.17,TRUE,52.9 +354,90.88,FALSE,83.33 +355,83.7,FALSE,81.43 +356,76.58,TRUE,62.55 +357,93.4,FALSE,84.88 +358,80.17,FALSE,69.42 +359,86.26,FALSE,69.91 +360,97.68,FALSE,100.83 +361,80.16,FALSE,73.21 +362,83.93,FALSE,87.12 +363,84.9,FALSE,79.65 +364,62.96,TRUE,52.46 +365,72.39,TRUE,67.53 +366,91.96,FALSE,88.58 +367,67.38,TRUE,45.78 +368,77.14,TRUE,64.88 +369,71.91,TRUE,72.21 +370,60.36,TRUE,42.76 +371,72.97,TRUE,66.71 +372,31.21,TRUE,5.45 +373,72.94,TRUE,61.49 +374,92.11,FALSE,83.4 +375,91.84,FALSE,85.79 +376,96.67,FALSE,82.63 +377,87.51,FALSE,85.73 +378,86.72,FALSE,82.96 +379,84.94,FALSE,80.28 +380,58.54,TRUE,41.22 +381,92.29,FALSE,89.35 +382,74.75,TRUE,55.43 +383,64.7,TRUE,41.68 +384,77.68,TRUE,72.49 +385,71.8,TRUE,67.49 +386,89.05,FALSE,83.36 +387,92.41,FALSE,84.63 +388,69.77,TRUE,58.54 +389,82.1,FALSE,75.09 +390,68.49,TRUE,55.04 +391,67.64,TRUE,47.67 +392,38.69,TRUE,15.09 +393,82.09,FALSE,70.26 +394,57.53,TRUE,34.6 +395,85.52,FALSE,74.07 +396,93.91,FALSE,84.24 +397,91.64,FALSE,81.49 +398,77.89,TRUE,74.88 +399,73.16,TRUE,61.17 +400,87.43,FALSE,75.99 +401,70.56,TRUE,52.3 +402,59.3,TRUE,42.41 +403,92.47,FALSE,81.08 +404,96.78,FALSE,88.36 +405,92.25,FALSE,93.87 +406,88.41,FALSE,68.19 +407,80.29,FALSE,69.74 +408,53.94,TRUE,28.92 +409,69.64,TRUE,56.07 +410,84.39,FALSE,82.11 +411,75.94,TRUE,64.08 +412,83.51,FALSE,76.61 +413,48.78,TRUE,20.56 +414,47.57,TRUE,20.08 +415,91.31,FALSE,86.26 +416,86.75,FALSE,73.26 +417,95.37,FALSE,89.24 +418,66.32,TRUE,46.18 +419,70.5,TRUE,55.79 +420,87.88,FALSE,80.5 +421,59.94,TRUE,31.49 +422,93.56,FALSE,89.77 +423,90.8,FALSE,95.56 +424,76,TRUE,61.88 +425,64.23,TRUE,42.78 +426,58.42,TRUE,28.77 +427,51.07,TRUE,26.51 +428,91.85,FALSE,80.53 +429,58.98,TRUE,52.34 +430,77.19,TRUE,70.95 +431,79.5,TRUE,76.13 +432,94.3,FALSE,81.71 +433,64.59,TRUE,41.77 +434,67.83,TRUE,52.04 +435,75.52,TRUE,63.58 +436,90.24,FALSE,72.47 +437,87.85,FALSE,69.79 +438,75.43,TRUE,67.68 +439,49.43,TRUE,14.32 +440,81.43,FALSE,61.32 +441,88.23,FALSE,84.5 +442,64.53,TRUE,36.57 +443,66.14,TRUE,51.61 +444,40.66,TRUE,18.77 +445,35.3,TRUE,9.52 +446,77.79,TRUE,81.59 +447,75.17,TRUE,61.16 +448,85.85,FALSE,79.71 +449,87.96,FALSE,77.88 +450,81.16,FALSE,75.76 +451,70.62,TRUE,80.11 +452,75.7,TRUE,66.08 +453,71.19,TRUE,63.9 +454,71.23,TRUE,57.14 +455,58.85,TRUE,35.43 +456,79.98,TRUE,72.37 +457,29.47,TRUE,1.14 +458,65.89,TRUE,48.17 +459,91.57,FALSE,89.97 +460,80.04,FALSE,66.68 +461,64,TRUE,45.11 +462,82.14,FALSE,63.89 +463,68.04,TRUE,47.86 +464,40.85,TRUE,18.64 +465,85.53,FALSE,79.87 +466,75.51,TRUE,71.37 +467,84.4,FALSE,89.71 +468,90.94,FALSE,88.83 +469,96.31,FALSE,95.17 +470,71.3,TRUE,54.8 +471,61.84,TRUE,40.34 +472,60.86,TRUE,37.74 +473,93.26,FALSE,88.58 +474,90.96,FALSE,80.31 +475,91.07,FALSE,82.51 +476,86.01,FALSE,68.45 +477,71.83,TRUE,56.08 +478,62.02,TRUE,47.85 +479,52,TRUE,33.74 +480,61.48,TRUE,37.92 +481,86.17,FALSE,80.06 +482,90.41,FALSE,89.62 +483,80.42,FALSE,68.43 +484,73.09,TRUE,56.39 +485,58.61,TRUE,28.81 +486,87.97,FALSE,85.11 +487,69.25,TRUE,57.33 +488,39.82,TRUE,6.89 +489,88.57,FALSE,77.67 +490,79.15,TRUE,85.04 +491,95.88,FALSE,84.38 +492,69.33,TRUE,59.42 +493,85.39,FALSE,84.62 +494,88.84,FALSE,81.03 +495,87.15,FALSE,84.09 +496,65.73,TRUE,46.4 +497,97.74,FALSE,95.49 +498,82.36,FALSE,86.36 +499,89.79,FALSE,84.63 +500,89.24,FALSE,84.97 +501,65.01,TRUE,43.63 +502,67.89,TRUE,49.99 +503,77.15,TRUE,62.54 +504,63.46,TRUE,46.47 +505,84.87,FALSE,66.91 +506,97.16,FALSE,99.54 +507,79.29,TRUE,60.18 +508,81.44,FALSE,69.43 +509,72.09,TRUE,62.28 +510,66.17,TRUE,50.95 +511,52.8,TRUE,24.77 +512,74.31,TRUE,84.27 +513,83.51,FALSE,71.81 +514,80.43,FALSE,63.58 +515,55.84,TRUE,35.7 +516,87.98,FALSE,85.03 +517,89.15,FALSE,82.5 +518,68.75,TRUE,55.39 +519,61.56,TRUE,39.46 +520,56.91,TRUE,27.77 +521,74.97,TRUE,67.75 +522,78.45,TRUE,71.81 +523,47.27,TRUE,16.1 +524,91.13,FALSE,84.99 +525,50.25,TRUE,29.75 +526,85.27,FALSE,81.26 +527,72.6,TRUE,54.08 +528,64.85,TRUE,51.27 +529,72.59,TRUE,61.15 +530,83.54,FALSE,74.82 +531,71.77,TRUE,49.99 +532,87.82,FALSE,77.88 +533,85.59,FALSE,63.16 +534,48.82,TRUE,19.6 +535,68.02,TRUE,47.46 +536,88.52,FALSE,82.63 +537,75.07,TRUE,62.07 +538,61.96,TRUE,42.06 +539,88.35,FALSE,79.31 +540,81.67,FALSE,62.72 +541,50.72,TRUE,25.59 +542,82.86,FALSE,73.8 +543,95.2,FALSE,88.83 +544,66.22,TRUE,52.75 +545,93.49,FALSE,92.54 +546,93.84,FALSE,87.22 +547,73.84,TRUE,51.23 +548,74.1,TRUE,57.65 +549,75.8,TRUE,69.64 +550,69.16,TRUE,54.56 +551,85.81,FALSE,82.35 +552,72.86,TRUE,64.5 +553,83.66,FALSE,69.78 +554,76.45,TRUE,67.12 +555,91.14,FALSE,83.39 +556,77.3,TRUE,65.15 +557,73.19,TRUE,56.26 +558,86.18,FALSE,82.69 +559,74.4,TRUE,71.83 +560,85.49,FALSE,75.03 +561,85.43,FALSE,68.78 +562,78.85,TRUE,73.35 +563,64.61,TRUE,43.08 +564,78.86,TRUE,82.53 +565,71.4,TRUE,41.88 +566,51.51,TRUE,21.44 +567,80.18,FALSE,67.99 +568,77.09,TRUE,75.37 +569,64.11,TRUE,41.33 +570,92.15,FALSE,88.01 +571,63.3,TRUE,49.64 +572,83.95,FALSE,63.14 +573,91.04,FALSE,88.87 +574,95.86,FALSE,85.7 +575,86.35,FALSE,89.69 +576,91.35,FALSE,81.88 +577,91.43,FALSE,85.51 +578,91.74,FALSE,80.96 +579,63.27,TRUE,47.66 +580,88.38,FALSE,75.5 +581,84.99,FALSE,64.52 +582,82.13,FALSE,74.3 +583,71.41,TRUE,52.47 +584,81.18,FALSE,76.02 +585,55.72,TRUE,28.59 +586,80.3,FALSE,51.64 +587,97.75,FALSE,100 +588,76.96,TRUE,72.54 +589,96.33,FALSE,89 +590,52.48,TRUE,26.43 +591,86.75,FALSE,70.57 +592,90.82,FALSE,91.27 +593,84.73,FALSE,73.88 +594,62.26,TRUE,34.74 +595,70.06,TRUE,56.77 +596,89.35,FALSE,75.03 +597,75.35,TRUE,74.02 +598,62.65,TRUE,44.89 +599,34.06,TRUE,7.2 +600,72.67,TRUE,56.18 +601,86.17,FALSE,75.47 +602,80.47,FALSE,54.04 +603,56.27,TRUE,34.79 +604,52.69,TRUE,31.66 +605,65.48,TRUE,49.61 +606,78.92,TRUE,77.29 +607,91.91,FALSE,95.98 +608,81.37,FALSE,66.89 +609,84.12,FALSE,80.65 +610,68.43,TRUE,58.16 +611,59.76,TRUE,43.08 +612,91.29,FALSE,96.3 +613,82.71,FALSE,61.1 +614,72.45,TRUE,52.67 +615,81.57,FALSE,60.63 +616,91.69,FALSE,86.71 +617,99.15,FALSE,87.17 +618,75.66,TRUE,75.24 +619,75.83,TRUE,60.12 +620,29.23,TRUE,1.83 +621,97.04,FALSE,89.98 +622,85.67,FALSE,80.42 +623,54.19,TRUE,26.78 +624,68.1,TRUE,43.69 +625,72.82,TRUE,57.44 +626,85.12,FALSE,62.38 +627,71.19,TRUE,58.75 +628,79.37,TRUE,77 +629,72.98,TRUE,56.04 +630,84.54,FALSE,74.5 +631,39.73,TRUE,13.28 +632,81.47,FALSE,64.59 +633,80.49,FALSE,64.23 +634,81.21,FALSE,69.04 +635,80.41,FALSE,72.09 +636,73.3,TRUE,60.82 +637,67.21,TRUE,49.82 +638,59.83,TRUE,52.31 +639,79.9,TRUE,68.52 +640,88.86,FALSE,84.71 +641,93.55,FALSE,82.3 +642,74.38,TRUE,66.05 +643,74.18,TRUE,69.02 +644,73.06,TRUE,49.3 +645,77.01,TRUE,68.47 +646,73.18,TRUE,81.88 +647,73.38,TRUE,59.82 +648,86.81,FALSE,67.86 +649,66.9,TRUE,49.35 +650,90.59,FALSE,82.4 +651,93.79,FALSE,90.51 +652,77.43,TRUE,79.74 +653,90.68,FALSE,82.17 +654,62.37,TRUE,34.86 +655,77.86,TRUE,80.98 +656,86.98,FALSE,79.97 +657,77.21,TRUE,55.91 +658,36.85,TRUE,11.37 +659,77.27,TRUE,72.15 +660,80.88,FALSE,57.24 +661,67.39,TRUE,49.68 +662,49.68,TRUE,30.32 +663,90.01,FALSE,81.22 +664,78.49,TRUE,63.14 +665,48.19,TRUE,21.44 +666,68.12,TRUE,59.88 +667,78.56,TRUE,73.87 +668,92.54,FALSE,86.98 +669,80.07,FALSE,69.5 +670,78.51,TRUE,69.84 +671,76.7,TRUE,71.19 +672,30.27,TRUE,6.76 +673,82.9,FALSE,83.15 +674,94.65,FALSE,95.66 +675,64.48,TRUE,43.21 +676,77.24,TRUE,66.1 +677,78.84,TRUE,80.43 +678,60.96,TRUE,45.7 +679,99.56,FALSE,99.18 +680,84.21,FALSE,71.59 +681,77.97,TRUE,74.37 +682,61.74,TRUE,36.97 +683,79.79,TRUE,70.48 +684,89.7,FALSE,78.18 +685,67.41,TRUE,44.42 +686,74.82,TRUE,63.13 +687,73.04,TRUE,63.29 +688,45.68,TRUE,17.96 +689,84.05,FALSE,63.09 +690,92.07,FALSE,80.74 +691,92.34,FALSE,86.24 +692,89.9,FALSE,71.53 +693,93.24,FALSE,89.77 +694,76.11,TRUE,67.55 +695,77.02,TRUE,68.55 +696,57.12,TRUE,26.03 +697,90.7,FALSE,85.13 +698,79.13,TRUE,75.13 +699,62.74,TRUE,50.63 +700,81.29,FALSE,73.25 +701,56.9,TRUE,35.87 +702,59.4,TRUE,48.46 +703,85.28,FALSE,74.66 +704,87.05,FALSE,75.6 +705,78.64,TRUE,60.53 +706,75.07,TRUE,85.41 +707,76.21,TRUE,80.36 +708,84.41,FALSE,78.29 +709,88.86,FALSE,81.88 +710,91.02,FALSE,84.17 +711,53.19,TRUE,29.81 +712,89.5,FALSE,81.57 +713,37.36,TRUE,12.87 +714,77.72,TRUE,65.81 +715,84.01,FALSE,68.87 +716,90.46,FALSE,84.89 +717,75.54,TRUE,60.34 +718,79.32,TRUE,89.21 +719,72.11,TRUE,50.19 +720,84.9,FALSE,73.38 +721,61.13,TRUE,36.61 +722,58.86,TRUE,37.16 +723,48.25,TRUE,22.98 +724,71.25,TRUE,61.13 +725,84.51,FALSE,52.89 +726,76.62,TRUE,51.91 +727,94.99,FALSE,87.17 +728,72.65,TRUE,54.27 +729,82.36,FALSE,66.88 +730,66.64,TRUE,55.08 +731,79.91,TRUE,79.39 +732,93.19,FALSE,89.75 +733,74.49,TRUE,62.7 +734,92.96,FALSE,90.25 +735,53.69,TRUE,33.98 +736,96.2,FALSE,96.53 +737,77.77,TRUE,82.93 +738,65.41,TRUE,36.77 +739,94.25,FALSE,84.34 +740,88.39,FALSE,86.33 +741,83.54,FALSE,69.17 +742,71.97,TRUE,50.03 +743,81.01,FALSE,56.23 +744,90.02,FALSE,84.19 +745,66.56,TRUE,62.16 +746,83.8,FALSE,72.86 +747,64.23,TRUE,46.25 +748,83.52,FALSE,71.61 +749,89.19,FALSE,83.63 +750,76.93,TRUE,61.35 +751,60.59,TRUE,39.51 +752,70.31,TRUE,47.49 +753,76.29,TRUE,67.56 +754,96.81,FALSE,89.41 +755,75.94,TRUE,64.65 +756,88.15,FALSE,83.3 +757,78.8,TRUE,85.36 +758,69.9,TRUE,66.43 +759,94.24,FALSE,92.82 +760,58.77,TRUE,30.04 +761,70.21,TRUE,54.28 +762,51.03,TRUE,27.1 +763,83.99,FALSE,71.93 +764,83.31,FALSE,57.82 +765,89.6,FALSE,76.09 +766,81.39,FALSE,74.34 +767,52.29,TRUE,20.44 +768,52.76,TRUE,27.29 +769,96.21,FALSE,96.26 +770,55.86,TRUE,24.14 +771,49.49,TRUE,29.51 +772,61.43,TRUE,44.69 +773,88.04,FALSE,80.43 +774,48.61,TRUE,27.39 +775,58.44,TRUE,34.05 +776,60.24,TRUE,40.16 +777,81.69,FALSE,59.76 +778,55.18,TRUE,34.65 +779,73.02,TRUE,69.25 +780,76.45,TRUE,74.3 +781,34.6,TRUE,11.43 +782,57.68,TRUE,40 +783,82.38,FALSE,57.94 +784,94.01,FALSE,83.48 +785,62.17,TRUE,39.09 +786,82.62,FALSE,65.23 +787,53.56,TRUE,29.48 +788,65.17,TRUE,40.85 +789,74.77,TRUE,70.68 +790,76.76,TRUE,61.01 +791,81.38,FALSE,69.6 +792,71.22,TRUE,49.29 +793,90.75,FALSE,91.33 +794,59.97,TRUE,37.88 +795,81.89,FALSE,60.41 +796,86.71,FALSE,71.57 +797,80.83,FALSE,68.22 +798,95.8,FALSE,87.34 +799,81.19,FALSE,60.72 +800,73.12,TRUE,58.22 +801,83.98,FALSE,72.48 +802,82.15,FALSE,67.82 +803,67.19,TRUE,49.68 +804,70.73,TRUE,57.29 +805,85.82,FALSE,84.5 +806,62.71,TRUE,45.39 +807,71.63,TRUE,58.59 +808,59.61,TRUE,33.63 +809,92.75,FALSE,81.25 +810,78.65,TRUE,75.49 +811,83.86,FALSE,75.65 +812,89.99,FALSE,87.4 +813,57.28,TRUE,42.46 +814,65.23,TRUE,34.19 +815,91.86,FALSE,82.05 +816,93.25,FALSE,83.73 +817,95.63,FALSE,92.78 +818,73.21,TRUE,59.61 +819,91.07,FALSE,76.98 +820,81.63,FALSE,60.93 +821,81.19,FALSE,53.12 +822,68.54,TRUE,58.73 +823,90.91,FALSE,84.07 +824,76.95,TRUE,75.21 +825,86.74,FALSE,80.39 +826,70.98,TRUE,66.74 +827,87.97,FALSE,80.33 +828,74.64,TRUE,83.51 +829,61.79,TRUE,42.88 +830,89.59,FALSE,84.94 +831,78.96,TRUE,77.55 +832,68.06,TRUE,54.94 +833,76.84,TRUE,68.11 +834,96.89,FALSE,85.64 +835,57.71,TRUE,37.84 +836,74.92,TRUE,66.75 +837,77.01,TRUE,65.25 +838,66.3,TRUE,51.04 +839,79.08,TRUE,65.02 +840,89.54,FALSE,81.63 +841,85.59,FALSE,78.83 +842,74.12,TRUE,62.25 +843,71.45,TRUE,67.25 +844,89.43,FALSE,74 +845,82.55,FALSE,66.06 +846,87.75,FALSE,79.53 +847,92.05,FALSE,83.17 +848,85.82,FALSE,78.57 +849,72.31,TRUE,51.47 +850,69.42,TRUE,53.12 +851,62.15,TRUE,38.15 +852,70.87,TRUE,51.4 +853,72.14,TRUE,61.5 +854,52,TRUE,21.2 +855,78.19,TRUE,86.17 +856,70.03,TRUE,63.02 +857,88.53,FALSE,67.43 +858,96.11,FALSE,93.76 +859,79.05,TRUE,75.42 +860,63.15,TRUE,30.3 +861,64.81,TRUE,43.52 +862,57.58,TRUE,33.6 +863,82.66,FALSE,80.33 +864,91.68,FALSE,89.03 +865,69.02,TRUE,61.12 +866,94.39,FALSE,91.25 +867,60.96,TRUE,36.1 +868,59.16,TRUE,42.63 +869,52.45,TRUE,28.44 +870,79.18,TRUE,86.72 +871,85.82,FALSE,80.84 +872,65.7,TRUE,50.74 +873,31.91,TRUE,7.09 +874,91.63,FALSE,83.5 +875,82.54,FALSE,68.31 +876,72.32,TRUE,58.48 +877,73.92,TRUE,62.33 +878,82.65,FALSE,85.58 +879,98.36,FALSE,99.7 +880,80.07,FALSE,68.01 +881,91.46,FALSE,80.74 +882,74.56,TRUE,71.86 +883,87.84,FALSE,61.94 +884,77.34,TRUE,62.67 +885,86.68,FALSE,76.98 +886,82.1,FALSE,58.29 +887,81.64,FALSE,62.88 +888,40.02,TRUE,15.68 +889,58.8,TRUE,37.79 +890,79.31,TRUE,70.74 +891,91.87,FALSE,85.29 +892,49.14,TRUE,29.76 +893,93.63,FALSE,91.05 +894,91.46,FALSE,84.56 +895,87.11,FALSE,82.37 +896,89.35,FALSE,88.48 +897,88.6,FALSE,80.11 +898,41.4,TRUE,10.33 +899,77.14,TRUE,60.68 +900,86.36,FALSE,80.03 +901,60,TRUE,33.88 +902,71.26,TRUE,53.7 +903,91.81,FALSE,90.7 +904,84.31,FALSE,64.11 +905,63.56,TRUE,43.19 +906,55.41,TRUE,36.21 +907,75.44,TRUE,68.84 +908,95.61,FALSE,81.47 +909,86.55,FALSE,74.26 +910,79.03,TRUE,66.86 +911,64.63,TRUE,49.34 +912,74.05,TRUE,70.5 +913,74.07,TRUE,65.18 +914,67.07,TRUE,49.45 +915,80.1,FALSE,67.59 +916,82.41,FALSE,75.42 +917,73.34,TRUE,66.68 +918,87.55,FALSE,84.28 +919,80.22,FALSE,54.61 +920,83.86,FALSE,75.07 +921,88.25,FALSE,87.16 +922,52.54,TRUE,20.47 +923,92.32,FALSE,98.6 +924,83,FALSE,64.05 +925,68.77,TRUE,45.92 +926,77.18,TRUE,70.93 +927,70.12,TRUE,42.18 +928,92.65,FALSE,86.43 +929,82.43,FALSE,80.3 +930,95.48,FALSE,91.18 +931,87.89,FALSE,86.99 +932,45.95,TRUE,20.1 +933,70.08,TRUE,55.61 +934,73.54,TRUE,60.26 +935,88.93,FALSE,81.4 +936,84.25,FALSE,78.52 +937,89.82,FALSE,80.77 +938,74.17,TRUE,58.63 +939,57.46,TRUE,34.42 +940,69.07,TRUE,51.88 +941,85.08,FALSE,80.55 +942,63.08,TRUE,38.19 +943,67.06,TRUE,56.78 +944,55.25,TRUE,27.26 +945,82.59,FALSE,82.05 +946,91.43,FALSE,83.19 +947,76.75,TRUE,77.71 +948,68.99,TRUE,47.98 +949,76.48,TRUE,73.73 +950,66.14,TRUE,51.89 +951,76.73,TRUE,70.04 +952,79.31,TRUE,84.86 +953,77.52,TRUE,72.5 +954,75.6,TRUE,71.05 +955,72.99,TRUE,60.75 +956,84.37,FALSE,69.64 +957,73.63,TRUE,82.17 +958,86.1,FALSE,79.95 +959,90.63,FALSE,94.16 +960,56.36,TRUE,32.91 +961,60.4,TRUE,39.89 +962,84.41,FALSE,83.15 +963,41.88,TRUE,9.97 +964,78.64,TRUE,74.14 +965,80.16,FALSE,52.28 +966,89.15,FALSE,79.55 +967,75.65,TRUE,73.83 +968,77.68,TRUE,79.03 +969,73.89,TRUE,86.58 +970,65.71,TRUE,49.24 +971,53.41,TRUE,27.2 +972,68.44,TRUE,48.71 +973,50.83,TRUE,27.53 +974,48.58,TRUE,24.89 +975,81.41,FALSE,63.9 +976,62.65,TRUE,43.2 +977,90.86,FALSE,90.14 +978,89.23,FALSE,85.8 +979,69.63,TRUE,57 +980,82.6,FALSE,59.25 +981,95.64,FALSE,96.31 +982,53.43,TRUE,26.74 +983,87.88,FALSE,83.27 +984,67.1,TRUE,51.14 +985,66.49,TRUE,46.37 +986,33.42,TRUE,8.59 +987,71.28,TRUE,57.65 +988,60.16,TRUE,31.65 +989,82.07,FALSE,71.97 +990,95.17,FALSE,80.38 +991,72.39,TRUE,70.94 +992,93.39,FALSE,88.63 +993,76.31,TRUE,66.73 +994,73.26,TRUE,70.61 +995,81.2,FALSE,56.9 +996,36.76,TRUE,14.02 +997,31.71,TRUE,7.38 +998,89.3,FALSE,89.99 +999,57.62,TRUE,25.37 +1000,81.61,FALSE,65.44 +1001,89.47,FALSE,71.77 +1002,75.53,TRUE,63.71 +1003,56.72,TRUE,34.88 +1004,49.47,TRUE,19.13 +1005,86.1,FALSE,85.03 +1006,72.45,TRUE,62.15 +1007,45.11,TRUE,12.25 +1008,94.71,FALSE,87.66 +1009,81.06,FALSE,65.46 +1010,85.18,FALSE,69.95 +1011,80.61,FALSE,74.42 +1012,59.55,TRUE,40.98 +1013,72.47,TRUE,64.9 +1014,76.54,TRUE,64.26 +1015,78.81,TRUE,72.59 +1016,90.48,FALSE,92.12 +1017,70.14,TRUE,57.21 +1018,49.94,TRUE,21.43 +1019,48.69,TRUE,16.36 +1020,66.38,TRUE,49.77 +1021,91.27,FALSE,84.48 +1022,87.64,FALSE,81.6 +1023,86.42,FALSE,86.45 +1024,93.68,FALSE,93.38 +1025,74.43,TRUE,65.98 +1026,43.52,TRUE,18.63 +1027,98.65,FALSE,85.43 +1028,57.65,TRUE,51.34 +1029,78.82,TRUE,75.89 +1030,87.02,FALSE,79.72 +1031,57.32,TRUE,35.6 +1032,73.33,TRUE,59.29 +1033,88.78,FALSE,82.99 +1034,86.22,FALSE,81.88 +1035,94.92,FALSE,83.35 +1036,21.07,TRUE,0 +1037,78.01,TRUE,73.48 +1038,86.84,FALSE,74.77 +1039,82.42,FALSE,64.1 +1040,84.14,FALSE,69.54 +1041,93.36,FALSE,85.52 +1042,94.36,FALSE,92.95 +1043,62.14,TRUE,36.25 +1044,66.8,TRUE,51.98 +1045,72.35,TRUE,50.85 +1046,89.99,FALSE,80.24 +1047,85.5,FALSE,64.04 +1048,89.67,FALSE,84.62 +1049,78.19,TRUE,69.04 +1050,72.31,TRUE,81.4 +1051,61.82,TRUE,38.41 +1052,63.67,TRUE,46.72 +1053,61.95,TRUE,43.3 +1054,42.42,TRUE,16.47 +1055,47.57,TRUE,24.05 +1056,84.69,FALSE,67.54 +1057,57.84,TRUE,29.56 +1058,65.51,TRUE,50.74 +1059,72.87,TRUE,57.69 +1060,88.59,FALSE,83.12 +1061,62.19,TRUE,37.95 +1062,73.97,TRUE,50.79 +1063,81.28,FALSE,56.57 +1064,52.94,TRUE,28.27 +1065,50.84,TRUE,31.76 +1066,54.38,TRUE,34.71 +1067,88.53,FALSE,84.36 +1068,52.5,TRUE,21.24 +1069,86.73,FALSE,85.54 +1070,66.58,TRUE,44.99 +1071,71.56,TRUE,62.9 +1072,86.29,FALSE,65.01 +1073,76.27,TRUE,77.49 +1074,68.04,TRUE,49.94 +1075,41.88,TRUE,14.08 +1076,78.38,TRUE,82.59 +1077,69.26,TRUE,58.54 +1078,92.88,FALSE,80.52 +1079,61.02,TRUE,42.94 +1080,71.06,TRUE,50.01 +1081,60.86,TRUE,32.6 +1082,82.14,FALSE,75.87 +1083,77.73,TRUE,82.39 +1084,72.83,TRUE,61.23 +1085,77.13,TRUE,71.4 +1086,55.17,TRUE,36.86 +1087,87.01,FALSE,79.9 +1088,71.18,TRUE,59.79 +1089,62.53,TRUE,41.05 +1090,92.04,FALSE,83.6 +1091,70.62,TRUE,49.83 +1092,84.76,FALSE,74.96 +1093,59.11,TRUE,35.73 +1094,95.61,FALSE,85.37 +1095,70.83,TRUE,60.76 +1096,84.31,FALSE,76.85 +1097,81.3,FALSE,63.09 +1098,92.27,FALSE,81.34 +1099,67.1,TRUE,53 +1100,95.06,FALSE,89.76 +1101,77.74,TRUE,69.27 +1102,65.48,TRUE,41.94 +1103,73.58,TRUE,67.21 +1104,54.79,TRUE,24.24 +1105,74.22,TRUE,63.76 +1106,88.09,FALSE,84.29 +1107,94.91,FALSE,83.76 +1108,90.45,FALSE,82.18 +1109,88.57,FALSE,81.78 +1110,94.26,FALSE,84.63 +1111,49.57,TRUE,25.71 +1112,38.57,TRUE,11.62 +1113,84.96,FALSE,75.81 +1114,73.54,TRUE,65.03 +1115,48.73,TRUE,16.95 +1116,62.89,TRUE,46.88 +1117,72.08,TRUE,56.47 +1118,91.29,FALSE,89.73 +1119,68.83,TRUE,41.12 +1120,78.4,TRUE,63.68 +1121,85.57,FALSE,69.57 +1122,86.17,FALSE,87.16 +1123,70.3,TRUE,57.05 +1124,63.99,TRUE,49.83 +1125,67.53,TRUE,53.89 +1126,65.71,TRUE,48.07 +1127,83.29,FALSE,63.23 +1128,73.2,TRUE,54.8 +1129,60.07,TRUE,32.77 +1130,97.84,FALSE,92.32 +1131,76.95,TRUE,67.22 +1132,74.4,TRUE,63.67 +1133,79.42,TRUE,73.13 +1134,74.21,TRUE,62.93 +1135,97.02,FALSE,92.72 +1136,68.01,TRUE,42.65 +1137,75.13,TRUE,70.02 +1138,83.34,FALSE,64.49 +1139,99.5,FALSE,82.73 +1140,82.15,FALSE,65.01 +1141,72.89,TRUE,56.4 +1142,76.51,TRUE,71.22 +1143,68.57,TRUE,62.57 +1144,59.26,TRUE,37.59 +1145,55.75,TRUE,30.73 +1146,51.89,TRUE,24.91 +1147,56.52,TRUE,33.86 +1148,81.24,FALSE,68.94 +1149,75.66,TRUE,65.58 +1150,42.79,TRUE,10.47 +1151,61.6,TRUE,46.24 +1152,68,TRUE,50.38 +1153,41.66,TRUE,15.98 +1154,85.2,FALSE,83.31 +1155,74.71,TRUE,70.63 +1156,79.6,TRUE,84.3 +1157,72.55,TRUE,67.56 +1158,77.85,TRUE,71.75 +1159,43.16,TRUE,15.24 +1160,72.54,TRUE,63.18 +1161,73.9,TRUE,66.64 +1162,85.92,FALSE,74.69 +1163,82.26,FALSE,58.51 +1164,94.6,FALSE,90.52 +1165,66.55,TRUE,46.16 +1166,55.12,TRUE,27.08 +1167,92.83,FALSE,88.08 +1168,66.75,TRUE,46.04 +1169,68.4,TRUE,59.94 +1170,71.3,TRUE,56.87 +1171,73.82,TRUE,68.94 +1172,68.31,TRUE,40.55 +1173,37.53,TRUE,8.86 +1174,65.57,TRUE,49.21 +1175,64.7,TRUE,49.06 +1176,84.01,FALSE,69.01 +1177,76.3,TRUE,69.18 +1178,83.41,FALSE,85.47 +1179,67.19,TRUE,50.11 +1180,66.56,TRUE,46.8 +1181,58.6,TRUE,34.5 +1182,88.72,FALSE,90.2 +1183,77.69,TRUE,61.85 +1184,83.2,FALSE,82.38 +1185,81.3,FALSE,70.65 +1186,61.61,TRUE,36.68 +1187,84.92,FALSE,77.17 +1188,46.39,TRUE,13.5 +1189,66.25,TRUE,46.93 +1190,73.46,TRUE,66.32 +1191,94.75,FALSE,95.15 +1192,81.16,FALSE,63.76 +1193,80.19,FALSE,56.93 +1194,60.46,TRUE,37.18 +1195,94.75,FALSE,80.73 +1196,58.99,TRUE,39.46 +1197,35.9,TRUE,10.69 +1198,94.42,FALSE,92.4 +1199,55.17,TRUE,33.74 +1200,68.36,TRUE,54.71 diff --git a/docs/_site/projects/problem-set-6/problem-set-6.Rproj b/docs/_site/projects/problem-set-6/problem-set-6.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/problem-set-6/problem-set-6.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/projects/problem-set-6/your-name_problem-set-6.Rmd b/docs/_site/projects/problem-set-6/your-name_problem-set-6.Rmd new file mode 100644 index 00000000..dc0d97a8 --- /dev/null +++ b/docs/_site/projects/problem-set-6/your-name_problem-set-6.Rmd @@ -0,0 +1,203 @@ +--- +title: "Problem set 6: Mandatory school attendance program" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +--- + +There is substantial research and evidence that [class attendance has a positive and significant effect on student performance](http://graphics8.nytimes.com/packages/pdf/nyregion/20110617attendancereport.pdf). Because of this, state and local government agencies and school districts have designed programs and policies that incentivize students to not miss school days. Examples include tangible prizes like [colorful pendants and free tickets to events](https://www.nytimes.com/2011/06/17/nyregion/city-reduces-chronic-absenteeism-in-public-schools.html), [automated calls from celebrities](https://cityroom.blogs.nytimes.com/2011/02/10/schools-use-celebrity-robo-calls-to-battle-truancy/), or [class policies that mandate attendance](https://people.ucsc.edu/~cdobkin/Papers/2010%20Skipping%20class%20in%20college%20and%20exam%20performance%20Evidence%20from%20a%20regression%20discontinuity%20classroom%20experiment.pdf). + +Existing research has used a range of methods to test the relationship between attendance programs and student performance, including [simple regression analysis](https://dx.doi.org/10.1016/j.sbspro.2016.07.051), [randomized experiments](https://dx.doi.org/10.3200/JECE.39.3.213-227), and [regression discontinuity approaches](https://people.ucsc.edu/~cdobkin/Papers/2010%20Skipping%20class%20in%20college%20and%20exam%20performance%20Evidence%20from%20a%20regression%20discontinuity%20classroom%20experiment.pdf). + +In this assignment, you will use regression discontinuity approaches to measure the effect of a hypothetical program on hypothetical student grades (this data is 100% fake). + +In this simulated program, high school students who have less than 80% attendance during their junior year (11th grade) are assigned to a mandatory school attendance program during their senior year (12th grade). This program requires them to attend school and also provides them with additional support and tutoring to help them attend and remain in school. At the end of their senior year, students take a final test to assess their overall learning in high school. + +The dataset I've provided contains four columns: + +- `id`: A randomly assigned student ID number +- `attendance`: The proportion of days of school attended during a student's junior year (ranges from 0 to 100) +- `treatment`: Binary variable indicating if a student was assigned to the attendance program during their senior year +- `grade`: A student's final test grade at the end of their senior year + + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(rdrobust) +library(rddensity) +library(broom) +library(modelsummary) + +# This turns off this message that appears whenever you use summarize(): +# `summarise()` ungrouping output (override with `.groups` argument) +options(dplyr.summarise.inform = FALSE) + +program <- read_csv("data/attendance_program.csv") +``` + + +# Step 1: Determine if process of assigning treatment is rule-based + +**Was assignment to this program based on an arbitrary rule? Is it a good candidate for a regression discontinuity approach? Why or why not?** + + +# Step 2: Determine if the design is fuzzy or sharp + +Make a plot that shows the running variable (`attendance`) on the x-axis and the program indicator variable (`treatment`) on the y-axis. Show the relationship using points (`geom_point`) and color the points by `treatment`. + +**How strict was the application of the rule? Did any students with attendance above 80% get into the attendance program, or did any students with attendance under 80% not get into the program? Is there a sharp difference in treatment at the cutpoint?** + +```{r} +# Dot plot with attendance on the x-axis and treatment on the y-axis +``` + + +# Step 3: Check for discontinuity in running variable around cutpoint + +Next, you should check that there was no manipulation in the running variable. We don't want to see a ton of students with 81% or 79% attendance, since that could be a sign that administrators fudged the numbers to either push students into the program or out of the program. + +First, make a histogram of the running variable and see if there are any big jumps around the threshold. Fill the histogram by `treatment` and add a vertical line at 80 (`geom_vline(xintercept = 80)`) to show the cutoff. Use an approprite bin width. If the column near 80 is split into two different colors (it might be, since it might be showing 79 and 80 together), add `boundary = 80` inside `geom_histogram()` to force ggplot to start a bar at 80 and not include 79. + +**Does it look like there's an unexpected jump in the running variable around the cutoff?** + +```{r} +# Histogram of attendance +``` + +Next, conduct a McCrary density test with `rdplotdensity()` from the `rddensity` library. Refer to the in-class example for the syntax (you'll need to specify `rdd`, `X` (note that it's capitalized), and `type = "both"`). Also, if you don't want two plots to show up when you knit, make sure you assign the output of `rdplotdensity()` to a variable. + +**Is there a substantial jump at the cutpoint?** + +```{r} +# McCrary test +``` + + +# Step 4: Check for discontinuity in outcome across running variable + +Make a scatterplot with the running variable on the x-axis (`attendance`) and the outcome variable on the y-axis (`grade`), with the points colored by treatment (`treatment`). Make the points small (`size = 0.5` or something similar) and semitransparent (`alpha = 0.5` or something similar) since there are a lot of them. Add a vertical line at the cutoff point. Add two `geom_smooth()` lines: one using data before the cutoff and one using data after the cutoff. Make sure both lines use `method = "lm"`. Refer to the example for the code you need to do this. + +**Based on this graph, does the program have an effect? Is there a discontinuity in outcome around the cutpoint? Interpret the effect (or non-effect) of the program.** + +```{r} +# Graph showing discontinuity in grades across levels of attendance +``` + + +# Step 5: Measure the size of the effect + +Now you need to measure the size and statistical significance of the discontinuity. If there's a jump because of the program, how big is it and how much can we trust it? You'll do this two ways: (1) parametrically with linear regression and (2) nonparametrically with curvy lines and fancy econometrics algorithms built in to the `rdrobust()` function. + +## Parametric estimation + +Create a new dataset based on `program` that has a new variable in it named `attendance_centered`. This will be the value of `attendance` minus 80. This centers student attendance around the cutpoint (if a student had 85% attendance, they'd have a value of 5; if they had 70% attendance, they'd have a value of 10; etc.) and makes it easier to interpret the intercept coefficient in linear models since it shifts the y-intercept up to the cutpoint instead of zero. + +```{r} +# Add column to program that centers attendance +``` + +Run a regression model explaining `grade` with `attendance_centered + treatment`: + +$$ +\text{Grade} = \beta_0 + \beta_1 \text{Attendance (centered)} + \beta_2 \text{Program} + \epsilon +$$ + +Make sure you use the data frame that has your new `attendance_centered` variable. + +**Interpret the three coefficients. How big is the effect of the program? Is it statistically significant?** + +```{r} +# Linear model +``` + +Now make two new datasets based on the one you made previously with the `attendance_centered` variable. Filter one so that it only contains observations where `attendance_centered` is between -5 and 5, and filter the other so that it only contains observations where `attendance_centered` is between -10 and 10. + +Run the same model (`grade ~ attendance_centered + program`) using each of these data frames. Interpret the coefficients. Are they different from the model that uses the complete data? + +```{r} +# Data and model with bandwidth = 5 +``` + +```{r} +# Data and model with bandwidth = 10 +``` + +**Put all three models in a side-by-side table with `modelsummary()`. How does the coefficient for `program` change across the model specifications? How does the number of observations change? What advantages and disadvantages are there to restricting the data to ±5 or ±10 around the cutpoint? Which program effect do you believe the most? Why?** + +```{r} +# All three models +``` + + +## Nonparametric estimation + +Next you'll use nonparametric estimation to figure out the size of the gap around the cutpoint. Remember from class that this means we're not using straight lines anymore---we're using curvy lines that don't really have neat $y = mx + b$ equations behind them, so we can't use `lm()` and regular coefficients. Instead, we can use `rdrobust` to measure the size of the gap. + +Use `rdrobust` with all its default options to find the effect of the program. You'll need to specify `y`, `x`, and `c`. Recall from the in-class example that you'll need to type the name of the variables slighlty differently. To refer to the grade column in the program data frame, you'll have to type `program$grade`. Also, make sure you pipe the output of `rdrobust()` to `summary()`, otherwise you won't see the actual program effect (so make sure you type `rdrobust(...) %>% summary()`). + +**How big of an effect does the program have at the cutpoint? Is the effect statistically significant?** Important: if you see a negative number, you can pretend that it's positive. It's negative because the change in trend goes down. + +```{r} +# rdrobust() +# Note: You don't need to use attendance_centered anymore; that was just for lm() +``` + +Make a plot of the effect using `rdplot()`. You'll use the same `y`, `x`, and `c` that you did in `rdrobust()` above. + +```{r} +# Plot +``` + +## Nonparametric sensitivity checks + +Now that we have an effect, we can adjust some of the default options to see how robust the effect size is. + +First we'll play with the bandwidth. Find the ideal bandwidth with with `rdbwselect()`, then run `rdrobust` with twice that bandwidth and half that bandwidth (hint: use `h = SOMETHING`). + +```{r} +# Find the ideal bandwidth. Make sure rdbwselect() pipes into summary() so you +# can see the results: rdbwselect() %>% summary() +# +# You'll use the same y, x, and c as before +``` + +```{r} +# rdrobust() with half bandwidth + +# rdrobust() with two times the bandwidth +``` + +Next we'll play with the kernel. Use the default ideal bandwidth and adjust the kernel to change how heavily weighted the observations right by the cutoff are. You already used a triangular kernel---that was the first `rdrobust()` model you ran, since triangular is the default. Try using Epanechnikov and uniform kernels (look at the help file for `rdrobust` or look at the in-class example to see how to specify different kernels): + +```{r} +# rdrobust() with an Epanechnikov kernel + +# rdrobust() with a uniform kernel +``` + + +# Step 6: Compare all the effects + +**Make a list of all the effects you found. Which one do you trust the most? Why?** + +Write them in this table if it's helpful: + +| Method | Bandwidth | Kernel | Estimate | +|:-------------:|:---------:|:--------------------:|:--------:| +| Parametric | Full data | Unweighted | | +| Parametric | 10 | Unweighted | | +| Parametric | 5 | Unweighted | | +| Nonparametric | ??? | Triangular | | +| etc | | etc | | + + +**Does the program have an effect? Should it be rolled out to all schools? Why or why not?** diff --git a/docs/_site/projects/problem-set-7/data/public_housing.csv b/docs/_site/projects/problem-set-7/data/public_housing.csv new file mode 100644 index 00000000..48db5c10 --- /dev/null +++ b/docs/_site/projects/problem-set-7/data/public_housing.csv @@ -0,0 +1,1001 @@ +PublicHousing,HealthStatus,Supply,WaitingTime,HealthBehavior,Stamp,ParentsHealthStatus,Age,Race,Education,MaritalStatus,Race_4,Race_2,Race_1,Race_3,MaritalStatus_4,MaritalStatus_1,MaritalStatus_2,MaritalStatus_3 +22,10,5,19,12,183,15,45,4,2,4,1,0,0,0,1,0,0,0 +32,11,6,34,9,224,14,50,2,1,1,0,1,0,0,0,1,0,0 +31,10,6,35,9,234,11,41,2,1,2,0,1,0,0,0,0,1,0 +33,13,6,18,17,242,17,46,1,2,1,0,0,1,0,0,1,0,0 +38,12,5,35,12,206,8,41,4,2,3,1,0,0,0,0,0,0,1 +30,12,4,17,17,208,14,43,1,3,4,0,0,1,0,1,0,0,0 +31,11,8,20,16,195,10,37,1,3,4,0,0,1,0,1,0,0,0 +32,12,4,23,16,215,10,39,3,3,2,0,0,0,1,0,0,1,0 +31,12,4,28,12,213,13,52,2,1,1,0,1,0,0,0,1,0,0 +16,6,0,26,7,241,17,49,3,2,4,0,0,0,1,1,0,0,0 +37,15,5,19,19,172,17,52,2,4,4,0,1,0,0,1,0,0,0 +26,9,6,31,7,233,12,47,4,1,4,1,0,0,0,1,0,0,0 +32,10,5,31,13,192,16,29,2,2,1,0,1,0,0,0,1,0,0 +41,15,7,26,17,234,11,44,4,4,3,1,0,0,0,0,0,0,1 +30,10,2,32,10,150,7,43,2,3,3,0,1,0,0,0,0,0,1 +21,8,5,15,13,140,10,45,4,3,1,1,0,0,0,0,1,0,0 +40,15,5,24,19,224,14,39,3,2,3,0,0,0,1,0,0,0,1 +28,10,6,25,11,164,9,43,3,2,4,0,0,0,1,1,0,0,0 +19,9,3,19,10,231,11,52,1,3,3,0,0,1,0,0,0,0,1 +25,8,5,28,10,191,17,35,1,4,2,0,0,1,0,0,0,1,0 +28,11,8,21,13,208,13,49,3,3,1,0,0,0,1,0,1,0,0 +47,17,6,25,21,243,16,48,2,2,4,0,1,0,0,1,0,0,0 +19,9,7,12,12,157,13,55,4,1,3,1,0,0,0,0,0,0,1 +45,16,4,31,18,207,10,40,4,2,2,1,0,0,0,0,0,1,0 +42,15,5,33,15,166,11,43,4,4,4,1,0,0,0,1,0,0,0 +14,6,3,18,9,243,8,51,4,1,1,1,0,0,0,0,1,0,0 +27,9,4,30,10,206,14,42,2,1,3,0,1,0,0,0,0,0,1 +41,15,5,29,17,192,13,46,4,3,2,1,0,0,0,0,0,1,0 +4,4,2,13,6,192,13,43,2,2,2,0,1,0,0,0,0,1,0 +15,6,5,25,5,187,10,46,1,1,4,0,0,1,0,1,0,0,0 +39,13,7,32,13,188,11,44,3,1,3,0,0,0,1,0,0,0,1 +45,16,3,27,20,144,18,39,2,1,4,0,1,0,0,1,0,0,0 +41,13,6,35,14,153,11,40,4,2,3,1,0,0,0,0,0,0,1 +14,4,3,31,3,125,8,42,4,2,1,1,0,0,0,0,1,0,0 +17,7,5,22,7,223,12,43,2,1,2,0,1,0,0,0,0,1,0 +28,9,6,26,12,221,11,37,2,3,4,0,1,0,0,1,0,0,0 +28,9,5,32,8,201,12,49,2,4,4,0,1,0,0,1,0,0,0 +24,8,1,32,8,166,10,44,4,3,2,1,0,0,0,0,0,1,0 +30,11,3,26,12,162,11,54,1,1,3,0,0,1,0,0,0,0,1 +23,9,7,21,10,147,11,54,4,3,4,1,0,0,0,1,0,0,0 +29,10,6,29,10,203,7,43,1,4,2,0,0,1,0,0,0,1,0 +29,11,5,21,14,199,9,45,2,3,1,0,1,0,0,0,1,0,0 +33,11,5,27,14,197,10,44,1,3,1,0,0,1,0,0,1,0,0 +41,15,5,30,16,201,10,43,4,3,2,1,0,0,0,0,0,1,0 +33,13,5,19,17,222,12,47,3,4,1,0,0,0,1,0,1,0,0 +32,13,5,24,14,218,4,47,3,1,1,0,0,0,1,0,1,0,0 +24,8,4,30,8,197,9,42,1,4,3,0,0,1,0,0,0,0,1 +33,12,6,28,13,205,9,46,4,1,3,1,0,0,0,0,0,0,1 +43,15,7,22,21,219,11,30,2,4,3,0,1,0,0,0,0,0,1 +9,3,4,20,5,173,10,40,4,2,4,1,0,0,0,1,0,0,0 +25,10,4,15,15,212,10,44,2,2,3,0,1,0,0,0,0,0,1 +35,12,5,32,12,180,11,52,3,1,2,0,0,0,1,0,0,1,0 +40,14,4,27,18,177,13,41,4,1,1,1,0,0,0,0,1,0,0 +31,12,6,18,17,224,16,42,3,1,1,0,0,0,1,0,1,0,0 +45,15,6,31,18,239,6,38,2,2,3,0,1,0,0,0,0,0,1 +49,17,7,38,16,179,16,42,1,4,1,0,0,1,0,0,1,0,0 +28,11,5,18,15,165,15,43,4,2,2,1,0,0,0,0,0,1,0 +33,13,4,20,17,166,16,42,2,3,2,0,1,0,0,0,0,1,0 +24,8,4,28,9,164,11,41,4,2,4,1,0,0,0,1,0,0,0 +38,13,6,33,13,209,11,37,2,2,1,0,1,0,0,0,1,0,0 +24,9,5,24,11,174,9,34,1,3,4,0,0,1,0,1,0,0,0 +17,7,4,15,12,153,11,34,1,1,1,0,0,1,0,0,1,0,0 +57,18,9,35,21,163,8,40,1,2,4,0,0,1,0,1,0,0,0 +20,7,4,22,10,221,9,39,1,3,2,0,0,1,0,0,0,1,0 +27,9,10,22,11,222,12,45,1,2,1,0,0,1,0,0,1,0,0 +26,9,6,26,10,188,10,41,4,3,2,1,0,0,0,0,0,1,0 +36,12,7,25,16,194,13,41,2,3,1,0,1,0,0,0,1,0,0 +34,12,7,29,12,218,16,51,4,1,1,1,0,0,0,0,1,0,0 +23,8,5,27,8,207,6,49,2,4,2,0,1,0,0,0,0,1,0 +55,18,7,35,21,207,13,36,4,1,1,1,0,0,0,0,1,0,0 +32,12,4,26,13,215,8,55,1,4,4,0,0,1,0,1,0,0,0 +11,5,6,18,7,200,15,40,3,4,3,0,0,0,1,0,0,0,1 +40,14,6,29,16,168,10,39,1,3,3,0,0,1,0,0,0,0,1 +23,8,7,28,7,169,13,55,4,4,2,1,0,0,0,0,0,1,0 +22,9,10,15,12,205,16,46,1,3,3,0,0,1,0,0,0,0,1 +41,14,8,22,20,230,13,38,1,4,2,0,0,1,0,0,0,1,0 +31,12,6,23,14,229,14,46,2,3,4,0,1,0,0,1,0,0,0 +20,8,3,22,10,255,8,45,2,2,1,0,1,0,0,0,1,0,0 +48,18,6,25,21,203,14,43,2,1,2,0,1,0,0,0,0,1,0 +31,11,5,23,15,148,7,37,1,3,3,0,0,1,0,0,0,0,1 +34,11,7,32,11,157,13,39,2,2,1,0,1,0,0,0,1,0,0 +24,9,6,23,11,200,11,38,4,3,2,1,0,0,0,0,0,1,0 +23,6,7,32,6,208,12,29,2,2,3,0,1,0,0,0,0,0,1 +12,3,4,33,1,198,10,36,1,3,1,0,0,1,0,0,1,0,0 +20,7,3,25,9,197,12,41,3,3,2,0,0,0,1,0,0,1,0 +31,11,5,30,11,176,8,45,4,2,2,1,0,0,0,0,0,1,0 +22,8,5,28,7,202,12,49,2,1,1,0,1,0,0,0,1,0,0 +19,6,7,21,9,256,3,41,1,4,3,0,0,1,0,0,0,0,1 +31,11,5,30,11,140,7,47,1,3,2,0,0,1,0,0,0,1,0 +27,10,4,20,14,213,11,52,1,3,2,0,0,1,0,0,0,1,0 +46,17,7,24,21,243,9,45,2,4,3,0,1,0,0,0,0,0,1 +35,12,4,28,15,226,8,40,4,4,3,1,0,0,0,0,0,0,1 +41,15,3,30,17,210,9,42,2,4,4,0,1,0,0,1,0,0,0 +18,6,6,25,7,212,6,43,4,3,3,1,0,0,0,0,0,0,1 +45,17,5,23,21,194,15,47,2,3,3,0,1,0,0,0,0,0,1 +37,14,3,25,17,202,17,47,2,3,1,0,1,0,0,0,1,0,0 +21,8,5,22,10,155,10,43,1,1,1,0,0,1,0,0,1,0,0 +31,12,4,19,16,210,15,51,2,1,3,0,1,0,0,0,0,0,1 +32,9,6,37,8,188,10,41,4,1,4,1,0,0,0,1,0,0,0 +31,10,7,35,8,181,7,42,2,4,4,0,1,0,0,1,0,0,0 +30,11,4,30,12,237,7,41,3,2,1,0,0,0,1,0,1,0,0 +41,15,5,31,16,194,6,44,3,2,3,0,0,0,1,0,0,0,1 +38,14,4,31,15,230,11,44,3,2,2,0,0,0,1,0,0,1,0 +35,14,4,21,17,192,15,57,1,4,1,0,0,1,0,0,1,0,0 +20,8,4,17,12,186,15,38,1,1,2,0,0,1,0,0,0,1,0 +45,16,6,29,18,247,10,55,3,4,1,0,0,0,1,0,1,0,0 +19,7,7,20,9,181,13,50,1,2,4,0,0,1,0,1,0,0,0 +39,13,5,29,16,184,13,40,4,3,2,1,0,0,0,0,0,1,0 +31,13,5,19,16,184,12,51,4,2,1,1,0,0,0,0,1,0,0 +48,16,5,35,17,183,11,44,4,2,1,1,0,0,0,0,1,0,0 +39,15,6,22,19,203,11,51,4,4,1,1,0,0,0,0,1,0,0 +51,17,8,34,18,209,7,50,4,1,1,1,0,0,0,0,1,0,0 +42,16,4,28,18,245,14,47,1,3,2,0,0,1,0,0,0,1,0 +46,16,5,32,18,227,11,40,3,1,4,0,0,0,1,1,0,0,0 +32,12,5,22,15,161,10,44,1,3,3,0,0,1,0,0,0,0,1 +13,4,4,23,6,193,9,35,3,1,4,0,0,0,1,1,0,0,0 +29,9,6,32,9,232,11,42,4,1,4,1,0,0,0,1,0,0,0 +43,15,3,26,21,244,13,36,3,3,2,0,0,0,1,0,0,1,0 +25,8,5,32,7,194,13,45,1,1,1,0,0,1,0,0,1,0,0 +34,12,5,32,12,227,11,42,2,1,2,0,1,0,0,0,0,1,0 +32,12,4,29,12,190,16,55,3,4,1,0,0,0,1,0,1,0,0 +50,16,4,39,17,192,13,42,3,4,3,0,0,0,1,0,0,0,1 +24,10,6,14,15,246,9,44,4,1,2,1,0,0,0,0,0,1,0 +40,15,6,22,19,195,15,48,2,4,1,0,1,0,0,0,1,0,0 +21,10,3,16,13,205,10,53,4,4,2,1,0,0,0,0,0,1,0 +11,3,4,31,1,187,13,36,1,1,3,0,0,1,0,0,0,0,1 +8,3,4,24,2,166,14,45,4,2,4,1,0,0,0,1,0,0,0 +28,9,6,30,9,247,8,42,4,2,2,1,0,0,0,0,0,1,0 +13,5,5,22,6,193,11,45,2,3,2,0,1,0,0,0,0,1,0 +24,8,6,26,9,209,15,44,2,3,3,0,1,0,0,0,0,0,1 +39,13,5,30,15,213,13,47,4,3,4,1,0,0,0,1,0,0,0 +35,13,5,26,14,219,11,55,1,1,3,0,0,1,0,0,0,0,1 +31,11,8,22,14,193,10,44,3,1,1,0,0,0,1,0,1,0,0 +10,2,3,33,0,181,14,41,1,2,3,0,0,1,0,0,0,0,1 +35,12,3,23,17,174,9,38,4,1,1,1,0,0,0,0,1,0,0 +26,11,4,13,16,191,10,51,1,2,4,0,0,1,0,1,0,0,0 +22,8,3,26,10,194,7,39,1,3,1,0,0,1,0,0,1,0,0 +34,12,3,26,15,191,14,47,4,4,4,1,0,0,0,1,0,0,0 +33,12,6,24,15,153,10,46,2,1,1,0,1,0,0,0,1,0,0 +19,8,3,19,11,228,8,46,4,3,2,1,0,0,0,0,0,1,0 +17,7,5,22,8,199,12,48,2,4,2,0,1,0,0,0,0,1,0 +33,12,6,24,14,203,10,52,2,2,1,0,1,0,0,0,1,0,0 +31,13,3,18,17,204,5,54,1,3,3,0,0,1,0,0,0,0,1 +36,13,6,22,17,204,10,44,2,2,1,0,1,0,0,0,1,0,0 +39,15,4,19,20,134,15,46,1,4,3,0,0,1,0,0,0,0,1 +30,10,8,30,9,194,15,53,3,2,4,0,0,0,1,1,0,0,0 +45,16,3,30,19,168,12,46,2,2,4,0,1,0,0,1,0,0,0 +19,7,5,27,5,199,12,59,1,2,1,0,0,1,0,0,1,0,0 +19,7,6,22,9,185,10,41,2,2,3,0,1,0,0,0,0,0,1 +34,13,2,27,15,190,14,47,1,1,2,0,0,1,0,0,0,1,0 +23,9,6,17,13,241,5,39,2,2,2,0,1,0,0,0,0,1,0 +27,9,4,26,12,204,15,31,1,4,3,0,0,1,0,0,0,0,1 +5,3,4,21,1,185,4,59,3,3,2,0,0,0,1,0,0,1,0 +5,3,7,6,8,241,9,48,3,4,4,0,0,0,1,1,0,0,0 +43,14,3,33,17,226,13,35,1,4,1,0,0,1,0,0,1,0,0 +41,15,7,26,17,221,8,51,3,3,4,0,0,0,1,1,0,0,0 +33,13,4,16,19,197,11,44,2,1,3,0,1,0,0,0,0,0,1 +32,13,4,19,17,178,18,47,4,1,3,1,0,0,0,0,0,0,1 +27,9,5,25,12,149,13,40,1,4,1,0,0,1,0,0,1,0,0 +33,12,3,25,16,192,9,37,2,4,4,0,1,0,0,1,0,0,0 +37,12,6,32,13,198,8,45,3,3,1,0,0,0,1,0,1,0,0 +35,13,7,26,14,191,11,48,1,4,4,0,0,1,0,1,0,0,0 +27,11,4,18,15,216,14,49,1,4,1,0,0,1,0,0,1,0,0 +50,18,5,31,20,187,10,42,1,4,4,0,0,1,0,1,0,0,0 +25,9,4,25,12,137,12,33,2,1,2,0,1,0,0,0,0,1,0 +31,11,4,25,14,156,11,52,2,1,1,0,1,0,0,0,1,0,0 +32,11,5,25,14,231,9,39,3,4,2,0,0,0,1,0,0,1,0 +15,5,6,27,4,217,13,42,1,2,3,0,0,1,0,0,0,0,1 +40,15,6,26,17,175,9,52,2,4,4,0,1,0,0,1,0,0,0 +31,11,6,23,14,232,13,40,4,4,4,1,0,0,0,1,0,0,0 +24,8,2,30,9,220,4,42,2,2,4,0,1,0,0,1,0,0,0 +28,11,6,21,13,157,8,50,3,1,4,0,0,0,1,1,0,0,0 +23,9,4,24,10,217,15,45,2,2,1,0,1,0,0,0,1,0,0 +47,18,7,22,22,189,15,46,3,1,2,0,0,0,1,0,0,1,0 +39,14,6,25,17,174,11,44,4,2,3,1,0,0,0,0,0,0,1 +34,12,4,30,13,231,8,45,3,3,2,0,0,0,1,0,0,1,0 +46,15,5,33,17,254,11,46,2,2,3,0,1,0,0,0,0,0,1 +14,5,6,23,5,211,10,49,4,2,1,1,0,0,0,0,1,0,0 +5,4,5,12,6,259,12,50,1,2,1,0,0,1,0,0,1,0,0 +33,12,5,19,17,215,11,42,2,1,3,0,1,0,0,0,0,0,1 +44,16,7,33,16,141,9,47,1,1,1,0,0,1,0,0,1,0,0 +31,11,6,26,12,212,10,52,4,3,3,1,0,0,0,0,0,0,1 +59,19,3,42,21,173,9,45,3,1,1,0,0,0,1,0,1,0,0 +27,8,4,31,10,210,13,34,3,3,3,0,0,0,1,0,0,0,1 +35,13,6,19,18,215,13,47,2,3,3,0,1,0,0,0,0,0,1 +40,14,5,30,16,224,11,39,4,4,3,1,0,0,0,0,0,0,1 +51,17,5,38,17,160,14,48,3,2,3,0,0,0,1,0,0,0,1 +19,7,6,22,8,186,8,47,1,3,4,0,0,1,0,1,0,0,0 +39,13,4,35,14,194,16,43,3,3,1,0,0,0,1,0,1,0,0 +28,11,5,18,15,172,9,41,3,2,4,0,0,0,1,1,0,0,0 +26,10,4,28,10,181,6,47,3,4,3,0,0,0,1,0,0,0,1 +42,14,0,40,14,205,10,48,3,4,3,0,0,0,1,0,0,0,1 +33,12,6,22,15,176,9,51,4,1,3,1,0,0,0,0,0,0,1 +16,8,8,13,10,170,12,50,4,3,2,1,0,0,0,0,0,1,0 +26,11,6,15,15,216,11,48,3,4,2,0,0,0,1,0,0,1,0 +37,13,5,27,15,194,11,52,2,3,1,0,1,0,0,0,1,0,0 +30,12,6,18,16,137,4,45,1,2,1,0,0,1,0,0,1,0,0 +22,8,6,20,11,212,12,46,2,3,3,0,1,0,0,0,0,0,1 +27,10,7,21,13,209,17,44,1,4,2,0,0,1,0,0,0,1,0 +33,12,3,24,16,215,7,47,1,1,1,0,0,1,0,0,1,0,0 +22,8,4,25,9,220,6,43,1,2,2,0,0,1,0,0,0,1,0 +21,6,5,38,3,215,8,31,4,1,2,1,0,0,0,0,0,1,0 +24,9,2,23,12,158,14,47,1,2,1,0,0,1,0,0,1,0,0 +5,3,6,16,4,175,15,45,2,3,3,0,1,0,0,0,0,0,1 +30,11,4,18,17,205,10,39,4,4,1,1,0,0,0,0,1,0,0 +41,15,6,29,16,199,12,50,3,1,2,0,0,0,1,0,0,1,0 +19,10,3,11,14,220,8,58,4,2,1,1,0,0,0,0,1,0,0 +41,15,4,24,20,207,14,42,3,3,3,0,0,0,1,0,0,0,1 +25,9,5,23,10,175,14,51,2,1,3,0,1,0,0,0,0,0,1 +36,13,5,27,15,214,10,49,4,2,1,1,0,0,0,0,1,0,0 +18,8,3,17,11,176,11,48,1,1,2,0,0,1,0,0,0,1,0 +27,9,5,24,12,189,9,45,3,3,4,0,0,0,1,1,0,0,0 +39,13,10,23,17,229,10,35,4,3,3,1,0,0,0,0,0,0,1 +20,8,4,19,11,213,11,49,1,1,1,0,0,1,0,0,1,0,0 +40,13,3,32,15,156,8,50,1,2,3,0,0,1,0,0,0,0,1 +29,12,4,17,16,161,15,51,1,2,1,0,0,1,0,0,1,0,0 +48,17,4,27,22,193,13,42,3,4,4,0,0,0,1,1,0,0,0 +27,9,2,27,12,153,12,38,1,3,4,0,0,1,0,1,0,0,0 +37,14,6,20,18,226,13,52,1,1,1,0,0,1,0,0,1,0,0 +29,12,7,23,12,151,14,59,2,1,4,0,1,0,0,1,0,0,0 +32,12,6,25,13,213,13,53,3,4,2,0,0,0,1,0,0,1,0 +14,6,5,16,10,222,12,35,3,2,1,0,0,0,1,0,1,0,0 +10,3,6,23,3,230,14,36,1,3,4,0,0,1,0,1,0,0,0 +19,7,4,22,9,167,11,45,2,1,1,0,1,0,0,0,1,0,0 +15,6,2,25,6,183,11,46,4,2,1,1,0,0,0,0,1,0,0 +15,6,5,25,6,188,11,44,4,3,4,1,0,0,0,1,0,0,0 +13,5,7,19,6,178,12,40,2,1,3,0,1,0,0,0,0,0,1 +36,11,4,39,10,212,14,42,2,4,4,0,1,0,0,1,0,0,0 +25,9,4,24,12,193,11,40,3,3,4,0,0,0,1,1,0,0,0 +43,16,4,22,22,225,13,40,3,3,3,0,0,0,1,0,0,0,1 +34,12,6,27,14,165,19,44,1,3,3,0,0,1,0,0,0,0,1 +28,9,4,36,7,192,6,37,2,3,3,0,1,0,0,0,0,0,1 +42,14,7,30,16,203,14,42,2,1,4,0,1,0,0,1,0,0,0 +10,5,4,17,7,151,16,50,3,1,1,0,0,0,1,0,1,0,0 +16,7,3,22,8,192,14,49,4,3,3,1,0,0,0,0,0,0,1 +44,16,6,24,20,199,14,42,4,4,2,1,0,0,0,0,0,1,0 +27,12,6,17,14,213,10,58,2,2,2,0,1,0,0,0,0,1,0 +35,13,6,28,14,188,16,41,4,4,2,1,0,0,0,0,0,1,0 +31,11,2,25,15,251,10,38,2,4,1,0,1,0,0,0,1,0,0 +20,7,3,23,10,223,13,35,3,3,3,0,0,0,1,0,0,0,1 +56,18,10,37,19,182,13,40,3,4,4,0,0,0,1,1,0,0,0 +35,11,3,32,13,198,13,43,4,4,1,1,0,0,0,0,1,0,0 +46,16,7,32,17,166,13,50,4,4,2,1,0,0,0,0,0,1,0 +26,10,6,22,12,194,7,47,3,2,1,0,0,0,1,0,1,0,0 +31,11,4,26,13,214,16,43,4,4,2,1,0,0,0,0,0,1,0 +40,16,9,16,21,190,12,48,1,4,3,0,0,1,0,0,0,0,1 +23,9,9,19,10,235,10,52,2,1,2,0,1,0,0,0,0,1,0 +17,8,8,9,13,255,10,41,1,2,4,0,0,1,0,1,0,0,0 +25,11,3,13,17,201,9,44,2,3,4,0,1,0,0,1,0,0,0 +28,10,5,23,13,216,11,49,3,1,4,0,0,0,1,1,0,0,0 +29,11,4,26,11,185,10,56,3,2,3,0,0,0,1,0,0,0,1 +16,5,3,27,5,199,12,41,2,3,2,0,1,0,0,0,0,1,0 +21,8,7,21,9,217,8,46,3,1,1,0,0,0,1,0,1,0,0 +29,11,7,19,15,159,13,45,4,3,1,1,0,0,0,0,1,0,0 +38,12,8,28,15,180,14,36,4,4,3,1,0,0,0,0,0,0,1 +29,11,5,21,15,164,15,38,3,4,2,0,0,0,1,0,0,1,0 +22,7,7,24,9,190,8,39,4,1,1,1,0,0,0,0,1,0,0 +38,14,6,23,18,189,12,41,1,3,2,0,0,1,0,0,0,1,0 +22,9,7,19,11,198,5,48,1,4,3,0,0,1,0,0,0,0,1 +31,10,5,28,12,182,10,39,3,4,2,0,0,0,1,0,0,1,0 +17,7,6,18,9,227,7,45,4,3,3,1,0,0,0,0,0,0,1 +34,13,3,25,15,184,12,47,1,2,1,0,0,1,0,0,1,0,0 +17,5,4,29,5,180,10,40,4,2,4,1,0,0,0,1,0,0,0 +27,11,6,22,12,163,7,55,3,2,3,0,0,0,1,0,0,0,1 +23,8,4,27,9,225,8,47,4,4,3,1,0,0,0,0,0,0,1 +9,5,7,11,8,200,12,49,3,3,3,0,0,0,1,0,0,0,1 +28,11,6,21,13,191,16,48,1,1,2,0,0,1,0,0,0,1,0 +30,12,6,23,13,225,11,56,4,1,3,1,0,0,0,0,0,0,1 +19,6,7,26,6,159,10,43,2,1,1,0,1,0,0,0,1,0,0 +23,9,6,18,12,204,14,43,3,1,2,0,0,0,1,0,0,1,0 +47,16,5,32,18,195,12,51,3,4,1,0,0,0,1,0,1,0,0 +30,12,5,21,14,184,15,54,1,2,1,0,0,1,0,0,1,0,0 +20,6,2,32,6,214,12,40,2,2,2,0,1,0,0,0,0,1,0 +37,12,5,29,15,179,8,40,3,1,1,0,0,0,1,0,1,0,0 +25,8,2,28,10,215,10,40,3,1,3,0,0,0,1,0,0,0,1 +32,11,5,30,12,185,11,47,3,1,2,0,0,0,1,0,0,1,0 +24,9,4,20,12,174,8,46,4,4,3,1,0,0,0,0,0,0,1 +32,12,6,23,14,169,10,53,3,2,3,0,0,0,1,0,0,0,1 +13,6,8,9,11,171,10,38,1,2,3,0,0,1,0,0,0,0,1 +25,11,7,11,16,165,9,39,2,2,2,0,1,0,0,0,0,1,0 +24,9,5,22,11,170,13,46,3,1,3,0,0,0,1,0,0,0,1 +36,14,3,18,21,230,15,37,1,3,4,0,0,1,0,1,0,0,0 +44,16,4,28,19,194,12,50,3,2,2,0,0,0,1,0,0,1,0 +43,15,5,29,18,231,10,36,3,3,2,0,0,0,1,0,0,1,0 +27,11,6,18,15,188,11,40,4,4,1,1,0,0,0,0,1,0,0 +27,10,3,23,13,204,16,43,2,3,2,0,1,0,0,0,0,1,0 +49,16,7,38,15,151,14,47,3,2,4,0,0,0,1,1,0,0,0 +27,9,8,29,9,199,14,47,1,4,1,0,0,1,0,0,1,0,0 +37,12,7,32,13,194,16,44,4,3,3,1,0,0,0,0,0,0,1 +16,6,3,27,5,176,7,48,1,1,1,0,0,1,0,0,1,0,0 +25,11,6,19,12,150,13,55,4,1,1,1,0,0,0,0,1,0,0 +51,19,5,21,25,192,12,56,3,2,1,0,0,0,1,0,1,0,0 +26,10,5,28,8,231,15,57,1,1,4,0,0,1,0,1,0,0,0 +7,4,5,14,6,183,6,50,3,3,1,0,0,0,1,0,1,0,0 +13,7,2,7,15,199,9,39,2,4,1,0,1,0,0,0,1,0,0 +38,14,5,28,16,142,12,41,4,3,4,1,0,0,0,1,0,0,0 +38,14,5,24,17,193,3,49,3,2,2,0,0,0,1,0,0,1,0 +35,12,7,30,12,156,11,39,3,2,4,0,0,0,1,1,0,0,0 +30,10,2,33,10,174,13,41,2,3,4,0,1,0,0,1,0,0,0 +29,11,3,23,15,217,16,40,2,3,1,0,1,0,0,0,1,0,0 +27,10,6,25,11,207,13,40,1,1,2,0,0,1,0,0,0,1,0 +44,15,3,29,19,193,11,40,4,4,1,1,0,0,0,0,1,0,0 +28,10,10,25,10,190,16,54,2,2,4,0,1,0,0,1,0,0,0 +21,8,5,23,9,209,9,48,4,3,1,1,0,0,0,0,1,0,0 +40,14,5,34,13,158,6,47,3,2,3,0,0,0,1,0,0,0,1 +50,18,3,33,19,219,9,51,3,2,4,0,0,0,1,1,0,0,0 +29,12,4,16,18,151,9,30,1,3,4,0,0,1,0,1,0,0,0 +20,7,7,27,7,200,15,42,2,2,1,0,1,0,0,0,1,0,0 +32,12,5,25,14,179,10,47,1,3,2,0,0,1,0,0,0,1,0 +14,6,5,17,8,265,9,47,4,1,2,1,0,0,0,0,0,1,0 +40,15,4,30,16,225,12,48,2,1,4,0,1,0,0,1,0,0,0 +22,9,4,23,9,185,8,55,1,4,2,0,0,1,0,0,0,1,0 +31,12,5,22,14,193,16,54,4,1,4,1,0,0,0,1,0,0,0 +25,10,5,15,15,251,10,46,3,2,4,0,0,0,1,1,0,0,0 +26,9,5,29,9,202,10,49,4,1,3,1,0,0,0,0,0,0,1 +45,16,5,28,19,222,8,53,4,4,2,1,0,0,0,0,0,1,0 +41,15,3,29,17,201,13,53,2,3,1,0,1,0,0,0,1,0,0 +33,12,4,30,12,188,17,45,3,3,4,0,0,0,1,1,0,0,0 +31,9,2,37,8,169,11,45,3,2,4,0,0,0,1,1,0,0,0 +42,15,3,34,16,228,12,42,3,4,2,0,0,0,1,0,0,1,0 +11,6,3,13,9,220,10,48,1,2,3,0,0,1,0,0,0,0,1 +24,9,5,23,10,178,9,45,1,2,3,0,0,1,0,0,0,0,1 +18,7,5,23,7,173,7,47,4,4,4,1,0,0,0,1,0,0,0 +29,10,9,23,12,264,15,40,3,2,2,0,0,0,1,0,0,1,0 +18,6,5,27,7,227,9,40,3,4,2,0,0,0,1,0,0,1,0 +36,13,4,21,19,211,18,36,1,4,3,0,0,1,0,0,0,0,1 +25,9,7,23,11,204,14,38,4,2,1,1,0,0,0,0,1,0,0 +36,13,7,23,17,191,14,39,4,1,3,1,0,0,0,0,0,0,1 +22,8,2,24,10,128,13,50,4,1,1,1,0,0,0,0,1,0,0 +30,11,3,31,11,164,11,45,2,4,1,0,1,0,0,0,1,0,0 +31,11,4,21,16,197,14,46,4,2,2,1,0,0,0,0,0,1,0 +37,12,5,35,11,208,11,52,3,2,1,0,0,0,1,0,1,0,0 +30,11,3,21,15,182,8,47,4,3,3,1,0,0,0,0,0,0,1 +26,9,1,30,10,214,13,50,2,4,2,0,1,0,0,0,0,1,0 +21,7,1,29,8,211,6,40,1,1,1,0,0,1,0,0,1,0,0 +34,11,4,31,13,216,6,36,1,4,4,0,0,1,0,1,0,0,0 +39,13,7,31,15,182,8,35,4,2,1,1,0,0,0,0,1,0,0 +38,12,4,30,16,160,16,32,2,3,1,0,1,0,0,0,1,0,0 +26,10,3,20,14,257,20,47,4,4,2,1,0,0,0,0,0,1,0 +33,13,5,19,17,206,9,45,3,1,3,0,0,0,1,0,0,0,1 +21,7,4,25,9,199,13,44,4,3,4,1,0,0,0,1,0,0,0 +41,16,4,19,21,194,12,59,4,1,1,1,0,0,0,0,1,0,0 +38,12,5,32,13,180,12,46,3,1,3,0,0,0,1,0,0,0,1 +45,18,5,23,21,205,7,58,1,4,3,0,0,1,0,0,0,0,1 +22,7,4,21,11,266,13,41,4,4,3,1,0,0,0,0,0,0,1 +42,15,4,33,15,175,14,49,3,1,4,0,0,0,1,1,0,0,0 +25,9,6,20,13,238,11,41,2,4,4,0,1,0,0,1,0,0,0 +45,15,6,33,16,170,13,48,3,2,2,0,0,0,1,0,0,1,0 +30,11,5,24,14,202,15,44,2,3,2,0,1,0,0,0,0,1,0 +34,10,5,31,12,181,13,40,2,3,3,0,1,0,0,0,0,0,1 +30,11,4,25,13,208,6,51,3,3,2,0,0,0,1,0,0,1,0 +55,20,5,31,23,227,14,41,3,2,2,0,0,0,1,0,0,1,0 +36,13,6,25,15,165,12,47,1,1,1,0,0,1,0,0,1,0,0 +33,13,5,16,19,176,8,48,1,2,1,0,0,1,0,0,1,0,0 +27,10,7,20,13,245,9,39,1,1,2,0,0,1,0,0,0,1,0 +45,16,5,28,20,191,14,42,1,1,1,0,0,1,0,0,1,0,0 +22,9,5,20,11,227,11,42,2,3,1,0,1,0,0,0,1,0,0 +21,9,6,16,12,185,13,47,2,1,2,0,1,0,0,0,0,1,0 +21,8,5,20,10,173,8,56,4,4,3,1,0,0,0,0,0,0,1 +34,11,5,32,12,221,14,41,1,1,2,0,0,1,0,0,0,1,0 +14,4,8,29,2,164,7,41,2,3,3,0,1,0,0,0,0,0,1 +22,10,4,16,13,137,11,47,2,3,1,0,1,0,0,0,1,0,0 +50,16,6,34,19,185,16,38,4,2,4,1,0,0,0,1,0,0,0 +42,14,2,28,18,150,12,46,3,3,2,0,0,0,1,0,0,1,0 +29,11,1,27,13,188,10,47,3,1,3,0,0,0,1,0,0,0,1 +46,18,3,22,23,196,10,50,2,1,3,0,1,0,0,0,0,0,1 +36,14,3,19,19,162,11,45,4,1,4,1,0,0,0,1,0,0,0 +31,13,6,12,19,237,11,40,3,1,4,0,0,0,1,1,0,0,0 +27,10,6,24,11,213,6,54,3,3,1,0,0,0,1,0,1,0,0 +46,16,9,29,18,204,17,49,4,1,4,1,0,0,0,1,0,0,0 +24,12,1,5,20,205,11,51,3,3,3,0,0,0,1,0,0,0,1 +31,11,7,21,14,165,14,45,2,3,3,0,1,0,0,0,0,0,1 +48,17,7,31,19,190,7,41,3,1,4,0,0,0,1,1,0,0,0 +28,10,5,22,13,222,6,46,3,1,3,0,0,0,1,0,0,0,1 +20,7,4,22,11,185,11,32,4,2,1,1,0,0,0,0,1,0,0 +34,11,4,32,12,177,9,35,2,4,2,0,1,0,0,0,0,1,0 +24,9,4,28,10,240,13,39,2,3,1,0,1,0,0,0,1,0,0 +21,8,1,20,13,240,10,33,4,2,4,1,0,0,0,1,0,0,0 +29,12,6,14,17,250,5,47,3,1,4,0,0,0,1,1,0,0,0 +31,11,3,32,10,173,8,56,4,1,4,1,0,0,0,1,0,0,0 +24,10,6,18,13,178,15,47,2,3,1,0,1,0,0,0,1,0,0 +24,9,4,20,12,224,10,46,1,1,3,0,0,1,0,0,0,0,1 +33,11,6,25,15,154,17,37,3,1,3,0,0,0,1,0,0,0,1 +35,12,8,31,12,226,6,41,4,3,2,1,0,0,0,0,0,1,0 +23,10,4,21,11,197,15,45,2,2,1,0,1,0,0,0,1,0,0 +35,13,4,23,16,194,14,51,3,2,4,0,0,0,1,1,0,0,0 +25,10,5,15,15,194,15,40,4,3,3,1,0,0,0,0,0,0,1 +53,18,5,31,22,193,14,39,4,1,1,1,0,0,0,0,1,0,0 +33,11,3,33,10,233,9,54,2,4,3,0,1,0,0,0,0,0,1 +13,6,5,20,6,191,13,51,1,4,2,0,0,1,0,0,0,1,0 +44,15,6,34,16,197,11,39,3,1,3,0,0,0,1,0,0,0,1 +37,14,2,25,17,168,13,44,3,1,2,0,0,0,1,0,0,1,0 +35,11,7,28,13,243,13,42,2,3,1,0,1,0,0,0,1,0,0 +35,12,5,28,14,173,9,44,1,1,4,0,0,1,0,1,0,0,0 +12,5,2,16,10,189,16,39,4,1,2,1,0,0,0,0,0,1,0 +42,15,3,32,16,136,10,46,1,4,3,0,0,1,0,0,0,0,1 +41,15,6,25,19,267,11,33,3,1,2,0,0,0,1,0,0,1,0 +27,10,4,25,12,165,10,39,4,3,1,1,0,0,0,0,1,0,0 +21,8,3,25,9,232,6,46,3,2,4,0,0,0,1,1,0,0,0 +34,12,3,25,16,210,13,40,4,1,4,1,0,0,0,1,0,0,0 +44,15,5,31,18,184,13,34,1,2,2,0,0,1,0,0,0,1,0 +35,14,3,19,19,124,16,43,2,4,2,0,1,0,0,0,0,1,0 +47,15,6,37,16,214,13,41,1,3,1,0,0,1,0,0,1,0,0 +34,11,4,31,12,208,10,42,3,1,4,0,0,0,1,1,0,0,0 +18,6,6,28,5,195,11,40,1,3,4,0,0,1,0,1,0,0,0 +24,10,3,22,12,223,8,46,2,2,1,0,1,0,0,0,1,0,0 +32,13,3,23,15,182,12,54,1,4,2,0,0,1,0,0,0,1,0 +26,11,3,18,15,225,14,46,3,1,3,0,0,0,1,0,0,0,1 +34,13,6,17,18,185,7,50,4,1,2,1,0,0,0,0,0,1,0 +34,11,7,29,13,188,9,40,4,3,2,1,0,0,0,0,0,1,0 +40,15,5,25,19,192,9,45,3,4,2,0,0,0,1,0,0,1,0 +33,11,4,32,12,173,10,36,3,4,1,0,0,0,1,0,1,0,0 +40,14,3,36,14,235,8,42,3,2,3,0,0,0,1,0,0,0,1 +43,15,5,26,20,185,18,34,2,3,2,0,1,0,0,0,0,1,0 +41,15,5,28,18,191,14,41,2,3,1,0,1,0,0,0,1,0,0 +45,17,3,24,21,180,12,54,3,3,2,0,0,0,1,0,0,1,0 +28,11,3,17,17,199,14,43,1,3,3,0,0,1,0,0,0,0,1 +52,17,6,38,17,191,12,48,1,1,4,0,0,1,0,1,0,0,0 +37,14,6,17,20,206,14,37,4,3,2,1,0,0,0,0,0,1,0 +25,9,5,25,11,167,6,44,3,4,1,0,0,0,1,0,1,0,0 +32,12,6,25,13,205,11,45,3,2,2,0,0,0,1,0,0,1,0 +28,11,3,22,15,189,12,41,2,4,1,0,1,0,0,0,1,0,0 +53,18,4,34,21,169,12,50,2,4,4,0,1,0,0,1,0,0,0 +34,13,4,19,17,183,8,56,3,2,3,0,0,0,1,0,0,0,1 +15,6,5,17,9,207,11,37,4,2,1,1,0,0,0,0,1,0,0 +28,12,6,16,16,196,12,48,3,2,2,0,0,0,1,0,0,1,0 +29,11,6,21,14,149,10,52,3,4,1,0,0,0,1,0,1,0,0 +24,8,5,29,8,218,15,40,1,3,4,0,0,1,0,1,0,0,0 +31,11,7,29,10,176,9,53,1,4,2,0,0,1,0,0,0,1,0 +18,8,8,16,9,179,17,49,3,3,4,0,0,0,1,1,0,0,0 +39,12,3,35,13,190,15,43,1,1,3,0,0,1,0,0,0,0,1 +23,8,3,26,9,137,9,52,2,4,3,0,1,0,0,0,0,0,1 +37,13,4,25,17,186,6,43,4,3,4,1,0,0,0,1,0,0,0 +51,17,8,36,18,210,9,35,2,4,2,0,1,0,0,0,0,1,0 +26,9,4,29,10,216,13,46,2,3,2,0,1,0,0,0,0,1,0 +37,12,5,28,16,223,11,32,1,3,4,0,0,1,0,1,0,0,0 +20,9,4,16,13,191,15,33,1,2,1,0,0,1,0,0,1,0,0 +30,11,2,28,13,120,10,44,2,3,4,0,1,0,0,1,0,0,0 +45,15,5,30,19,154,13,40,4,3,1,1,0,0,0,0,1,0,0 +31,11,5,23,15,225,9,34,1,2,3,0,0,1,0,0,0,0,1 +38,14,2,32,15,193,13,42,4,3,2,1,0,0,0,0,0,1,0 +36,12,6,30,14,232,12,33,1,2,4,0,0,1,0,1,0,0,0 +34,12,5,30,13,176,11,42,1,2,4,0,0,1,0,1,0,0,0 +32,12,6,24,14,175,19,49,2,1,2,0,1,0,0,0,0,1,0 +38,14,6,25,17,194,19,40,1,3,2,0,0,1,0,0,0,1,0 +35,14,6,24,14,219,10,63,3,1,4,0,0,0,1,1,0,0,0 +32,11,4,30,11,206,12,53,1,1,2,0,0,1,0,0,0,1,0 +28,10,5,29,10,184,10,44,2,3,1,0,1,0,0,0,1,0,0 +20,8,5,25,8,226,11,50,4,3,2,1,0,0,0,0,0,1,0 +23,9,7,16,13,202,8,40,1,2,3,0,0,1,0,0,0,0,1 +22,8,6,23,10,195,8,43,1,1,2,0,0,1,0,0,0,1,0 +37,12,4,33,13,180,11,39,4,2,4,1,0,0,0,1,0,0,0 +42,15,5,30,17,165,14,42,1,2,3,0,0,1,0,0,0,0,1 +27,9,7,29,9,185,5,50,4,2,1,1,0,0,0,0,1,0,0 +37,12,3,32,14,202,5,40,2,4,4,0,1,0,0,1,0,0,0 +44,15,4,32,18,204,12,39,2,2,1,0,1,0,0,0,1,0,0 +39,13,7,35,12,149,7,44,3,3,4,0,0,0,1,1,0,0,0 +13,6,5,7,14,228,7,28,4,1,4,1,0,0,0,1,0,0,0 +40,14,3,28,17,206,15,51,1,1,3,0,0,1,0,0,0,0,1 +38,14,4,26,16,178,10,52,1,1,3,0,0,1,0,0,0,0,1 +38,13,7,27,16,175,10,36,4,2,4,1,0,0,0,1,0,0,0 +23,7,4,30,7,195,13,50,4,1,2,1,0,0,0,0,0,1,0 +32,12,4,18,18,219,8,38,4,1,2,1,0,0,0,0,0,1,0 +46,17,4,26,20,193,12,57,4,2,2,1,0,0,0,0,0,1,0 +50,19,4,28,22,165,9,54,4,3,2,1,0,0,0,0,0,1,0 +24,9,3,24,11,178,14,42,4,1,2,1,0,0,0,0,0,1,0 +36,14,6,19,19,190,15,46,4,3,4,1,0,0,0,1,0,0,0 +29,13,4,19,16,213,13,56,3,4,1,0,0,0,1,0,1,0,0 +34,12,6,21,17,197,16,36,2,2,3,0,1,0,0,0,0,0,1 +34,13,2,20,19,220,15,41,1,4,4,0,0,1,0,1,0,0,0 +9,4,5,18,5,232,15,46,4,2,4,1,0,0,0,1,0,0,0 +29,11,7,24,12,203,15,46,1,3,4,0,0,1,0,1,0,0,0 +24,10,2,19,13,185,12,48,3,4,4,0,0,0,1,1,0,0,0 +42,15,4,27,19,204,17,34,4,1,3,1,0,0,0,0,0,0,1 +28,10,6,28,10,173,16,46,3,1,4,0,0,0,1,1,0,0,0 +45,15,5,34,16,220,11,46,2,1,3,0,1,0,0,0,0,0,1 +21,8,6,22,10,210,13,39,2,2,3,0,1,0,0,0,0,0,1 +31,12,7,22,14,185,12,56,3,1,1,0,0,0,1,0,1,0,0 +36,11,5,40,10,254,7,40,2,4,1,0,1,0,0,0,1,0,0 +23,10,5,18,13,201,11,43,1,2,4,0,0,1,0,1,0,0,0 +34,13,4,22,16,242,14,51,4,4,2,1,0,0,0,0,0,1,0 +38,14,6,26,16,158,12,46,4,2,4,1,0,0,0,1,0,0,0 +21,8,3,22,10,213,11,42,4,1,1,1,0,0,0,0,1,0,0 +30,12,5,21,15,233,7,45,3,2,1,0,0,0,1,0,1,0,0 +45,15,7,19,24,208,15,24,2,1,3,0,1,0,0,0,0,0,1 +47,17,5,32,19,182,12,47,4,2,1,1,0,0,0,0,1,0,0 +46,14,8,36,15,209,12,37,1,4,4,0,0,1,0,1,0,0,0 +27,10,6,24,13,163,13,33,1,4,4,0,0,1,0,1,0,0,0 +27,10,5,23,12,208,11,46,2,2,4,0,1,0,0,1,0,0,0 +16,7,7,20,7,193,6,52,3,2,2,0,0,0,1,0,0,1,0 +22,8,3,23,11,216,6,41,3,4,4,0,0,0,1,1,0,0,0 +41,13,6,35,14,203,8,40,4,2,2,1,0,0,0,0,0,1,0 +21,8,5,24,9,207,11,46,3,4,3,0,0,0,1,0,0,0,1 +29,9,3,35,8,176,13,46,2,3,3,0,1,0,0,0,0,0,1 +42,14,7,28,17,209,12,39,1,4,4,0,0,1,0,1,0,0,0 +38,15,6,19,19,258,6,42,4,2,2,1,0,0,0,0,0,1,0 +25,9,5,27,9,144,7,46,4,4,2,1,0,0,0,0,0,1,0 +24,9,5,27,9,235,12,45,2,1,2,0,1,0,0,0,0,1,0 +34,12,5,25,15,194,8,41,3,1,1,0,0,0,1,0,1,0,0 +45,16,8,33,16,210,9,45,4,1,3,1,0,0,0,0,0,0,1 +33,12,6,27,13,193,5,49,4,4,4,1,0,0,0,1,0,0,0 +27,9,3,27,11,201,12,45,2,4,1,0,1,0,0,0,1,0,0 +12,6,5,14,9,157,10,45,1,3,4,0,0,1,0,1,0,0,0 +24,9,5,25,10,171,11,44,2,3,3,0,1,0,0,0,0,0,1 +36,11,4,38,10,210,14,42,2,1,1,0,1,0,0,0,1,0,0 +34,12,6,31,12,194,8,40,1,2,3,0,0,1,0,0,0,0,1 +31,12,3,17,18,208,9,38,4,2,2,1,0,0,0,0,0,1,0 +23,9,5,20,11,149,13,45,1,4,4,0,0,1,0,1,0,0,0 +27,11,4,20,14,198,9,42,3,2,4,0,0,0,1,1,0,0,0 +38,11,7,34,13,190,17,31,3,3,3,0,0,0,1,0,0,0,1 +29,11,7,22,13,229,13,58,4,3,1,1,0,0,0,0,1,0,0 +7,3,6,19,4,229,18,41,2,4,3,0,1,0,0,0,0,0,1 +45,16,7,30,17,185,10,56,1,1,2,0,0,1,0,0,0,1,0 +29,10,6,31,9,194,8,50,4,1,4,1,0,0,0,1,0,0,0 +24,11,6,13,15,204,7,50,4,4,1,1,0,0,0,0,1,0,0 +30,12,4,30,11,178,11,51,3,4,4,0,0,0,1,1,0,0,0 +27,11,7,16,15,179,6,43,4,1,2,1,0,0,0,0,0,1,0 +10,4,4,19,6,191,13,40,2,4,2,0,1,0,0,0,0,1,0 +25,8,5,25,11,188,11,33,1,4,1,0,0,1,0,0,1,0,0 +11,4,5,22,4,170,13,46,1,4,3,0,0,1,0,0,0,0,1 +42,16,3,21,21,197,11,44,2,4,3,0,1,0,0,0,0,0,1 +32,11,6,30,11,168,13,50,4,4,1,1,0,0,0,0,1,0,0 +40,14,7,26,17,216,12,43,4,3,4,1,0,0,0,1,0,0,0 +17,7,3,28,5,220,1,54,4,2,4,1,0,0,0,1,0,0,0 +27,10,4,22,13,204,7,45,1,4,4,0,0,1,0,1,0,0,0 +18,7,4,16,11,215,10,43,1,4,4,0,0,1,0,1,0,0,0 +40,14,6,32,14,191,5,42,1,3,4,0,0,1,0,1,0,0,0 +12,5,7,24,3,300,9,50,1,1,1,0,0,1,0,0,1,0,0 +30,11,5,33,10,187,14,49,2,3,1,0,1,0,0,0,1,0,0 +19,8,6,17,11,215,9,45,4,1,1,1,0,0,0,0,1,0,0 +45,16,6,29,18,210,11,49,4,3,3,1,0,0,0,0,0,0,1 +54,20,7,24,25,166,14,49,1,3,3,0,0,1,0,0,0,0,1 +41,15,6,27,17,195,8,54,3,2,1,0,0,0,1,0,1,0,0 +48,16,3,37,18,195,15,46,1,4,2,0,0,1,0,0,0,1,0 +50,18,3,36,18,137,11,58,1,1,1,0,0,1,0,0,1,0,0 +36,13,4,24,17,216,9,45,2,1,1,0,1,0,0,0,1,0,0 +53,19,5,32,21,167,7,50,1,4,2,0,0,1,0,0,0,1,0 +34,13,5,25,14,159,9,55,4,2,1,1,0,0,0,0,1,0,0 +36,12,3,30,15,208,13,39,4,4,4,1,0,0,0,1,0,0,0 +27,9,5,27,11,151,7,48,2,2,3,0,1,0,0,0,0,0,1 +14,5,4,22,6,178,8,37,3,2,2,0,0,0,1,0,0,1,0 +40,14,6,34,13,149,8,46,2,3,4,0,1,0,0,1,0,0,0 +15,6,7,21,7,231,13,42,4,2,4,1,0,0,0,1,0,0,0 +28,10,3,29,11,216,14,42,4,1,1,1,0,0,0,0,1,0,0 +38,13,3,33,14,226,13,49,2,2,2,0,1,0,0,0,0,1,0 +38,14,6,25,16,184,12,53,1,1,1,0,0,1,0,0,1,0,0 +30,10,8,27,11,241,10,43,2,4,4,0,1,0,0,1,0,0,0 +35,11,5,35,11,213,8,39,2,4,3,0,1,0,0,0,0,0,1 +31,12,5,21,15,207,7,46,2,1,1,0,1,0,0,0,1,0,0 +22,8,6,23,10,130,15,42,2,3,1,0,1,0,0,0,1,0,0 +39,14,9,31,13,237,7,49,4,4,4,1,0,0,0,1,0,0,0 +32,10,5,28,13,195,14,43,2,2,3,0,1,0,0,0,0,0,1 +32,11,6,24,14,224,9,43,3,2,1,0,0,0,1,0,1,0,0 +37,12,5,32,13,239,13,51,3,3,3,0,0,0,1,0,0,0,1 +29,11,7,23,12,170,7,48,4,3,3,1,0,0,0,0,0,0,1 +42,14,8,30,16,148,6,46,1,2,3,0,0,1,0,0,0,0,1 +39,12,9,36,11,176,13,48,2,4,3,0,1,0,0,0,0,0,1 +50,17,6,29,21,160,15,46,1,2,3,0,0,1,0,0,0,0,1 +36,13,3,26,16,201,9,48,3,3,2,0,0,0,1,0,0,1,0 +41,14,3,28,18,222,11,33,4,1,1,1,0,0,0,0,1,0,0 +30,12,6,23,13,215,11,52,3,4,1,0,0,0,1,0,1,0,0 +40,13,6,36,12,192,13,45,3,1,4,0,0,0,1,1,0,0,0 +24,8,4,28,8,211,8,48,1,4,3,0,0,1,0,0,0,0,1 +14,5,5,30,3,246,9,44,2,3,1,0,1,0,0,0,1,0,0 +19,9,5,13,13,200,12,46,4,2,1,1,0,0,0,0,1,0,0 +23,9,5,16,14,219,10,41,4,1,3,1,0,0,0,0,0,0,1 +50,18,6,28,21,189,12,52,3,4,4,0,0,0,1,1,0,0,0 +50,18,6,33,18,232,7,57,3,2,2,0,0,0,1,0,0,1,0 +35,13,7,24,15,168,14,53,4,3,3,1,0,0,0,0,0,0,1 +32,10,6,31,11,175,8,41,4,2,2,1,0,0,0,0,0,1,0 +39,13,7,33,13,157,12,43,2,4,1,0,1,0,0,0,1,0,0 +42,14,6,30,17,231,15,41,2,3,4,0,1,0,0,1,0,0,0 +39,14,3,32,15,192,12,46,4,3,1,1,0,0,0,0,1,0,0 +12,5,6,15,8,193,8,43,4,1,2,1,0,0,0,0,0,1,0 +17,8,5,10,13,250,12,43,3,1,3,0,0,0,1,0,0,0,1 +31,11,5,27,13,196,6,40,3,4,3,0,0,0,1,0,0,0,1 +23,9,6,20,12,193,8,34,2,1,4,0,1,0,0,1,0,0,0 +31,11,7,25,13,194,13,33,2,1,3,0,1,0,0,0,0,0,1 +51,18,4,32,21,209,11,47,3,2,2,0,0,0,1,0,0,1,0 +27,9,6,28,10,165,13,38,2,3,3,0,1,0,0,0,0,0,1 +50,17,5,26,24,210,11,35,2,4,4,0,1,0,0,1,0,0,0 +29,12,4,18,15,249,12,49,2,2,1,0,1,0,0,0,1,0,0 +48,16,4,41,14,194,14,56,4,2,1,1,0,0,0,0,1,0,0 +19,8,8,18,10,159,14,47,4,4,4,1,0,0,0,1,0,0,0 +9,3,6,22,3,185,7,38,3,1,2,0,0,0,1,0,0,1,0 +36,13,4,27,16,183,12,42,4,4,3,1,0,0,0,0,0,0,1 +24,10,6,14,15,204,8,42,4,1,4,1,0,0,0,1,0,0,0 +19,8,5,24,7,160,11,56,3,3,3,0,0,0,1,0,0,0,1 +41,15,4,23,20,179,9,46,1,4,4,0,0,1,0,1,0,0,0 +23,8,4,24,10,173,15,44,2,4,4,0,1,0,0,1,0,0,0 +58,20,7,34,22,173,11,47,4,1,4,1,0,0,0,1,0,0,0 +12,4,5,22,5,270,10,43,2,2,2,0,1,0,0,0,0,1,0 +33,10,6,33,10,224,8,44,3,4,2,0,0,0,1,0,0,1,0 +27,11,6,19,13,249,13,52,3,3,3,0,0,0,1,0,0,0,1 +37,13,4,28,15,177,11,48,4,1,4,1,0,0,0,1,0,0,0 +37,13,2,31,15,207,12,41,1,4,2,0,0,1,0,0,0,1,0 +14,5,3,24,7,209,15,38,1,4,3,0,0,1,0,0,0,0,1 +30,12,3,22,15,187,9,48,3,4,2,0,0,0,1,0,0,1,0 +26,9,4,28,9,225,12,50,3,3,2,0,0,0,1,0,0,1,0 +23,9,3,23,11,188,14,43,1,1,3,0,0,1,0,0,0,0,1 +43,15,6,22,21,173,9,32,4,1,3,1,0,0,0,0,0,0,1 +44,15,8,23,20,215,10,39,1,4,2,0,0,1,0,0,0,1,0 +14,5,3,26,6,206,9,28,2,2,3,0,1,0,0,0,0,0,1 +0,1,5,17,1,202,6,48,2,2,1,0,1,0,0,0,1,0,0 +21,8,4,21,11,195,5,49,2,1,1,0,1,0,0,0,1,0,0 +16,6,3,23,8,191,14,36,1,2,1,0,0,1,0,0,1,0,0 +42,14,9,35,12,194,13,52,3,1,1,0,0,0,1,0,1,0,0 +30,11,7,22,13,186,15,46,4,4,4,1,0,0,0,1,0,0,0 +21,7,7,28,6,193,9,44,2,2,2,0,1,0,0,0,0,1,0 +18,6,5,27,5,220,11,56,1,3,2,0,0,1,0,0,0,1,0 +20,9,2,15,14,201,15,44,3,4,3,0,0,0,1,0,0,0,1 +17,7,6,16,10,186,10,42,1,1,3,0,0,1,0,0,0,0,1 +31,11,6,23,15,209,5,36,3,3,4,0,0,0,1,1,0,0,0 +44,18,5,18,23,175,12,47,3,1,4,0,0,0,1,1,0,0,0 +30,11,4,31,10,235,13,49,2,3,3,0,1,0,0,0,0,0,1 +43,15,5,27,19,246,7,38,2,1,3,0,1,0,0,0,0,0,1 +25,10,3,17,14,191,5,46,1,1,1,0,0,1,0,0,1,0,0 +37,13,5,30,14,191,11,45,3,4,2,0,0,0,1,0,0,1,0 +20,8,4,17,12,241,11,44,3,4,1,0,0,0,1,0,1,0,0 +36,12,6,33,13,159,14,37,3,2,3,0,0,0,1,0,0,0,1 +26,10,6,22,12,213,11,52,2,3,1,0,1,0,0,0,1,0,0 +28,11,4,28,11,218,11,48,1,3,1,0,0,1,0,0,1,0,0 +27,9,5,28,11,212,10,39,1,1,1,0,0,1,0,0,1,0,0 +37,12,6,29,14,189,6,45,2,2,2,0,1,0,0,0,0,1,0 +16,6,5,19,9,189,11,33,1,2,3,0,0,1,0,0,0,0,1 +36,12,2,29,15,172,8,43,3,4,4,0,0,0,1,1,0,0,0 +26,9,7,24,11,196,9,36,1,3,2,0,0,1,0,0,0,1,0 +46,14,6,38,15,225,11,37,4,1,4,1,0,0,0,1,0,0,0 +33,11,5,26,15,196,10,36,4,4,2,1,0,0,0,0,0,1,0 +24,9,1,28,10,195,13,46,4,4,2,1,0,0,0,0,0,1,0 +33,13,4,19,18,240,11,50,2,3,4,0,1,0,0,1,0,0,0 +60,19,4,46,19,181,6,35,3,2,2,0,0,0,1,0,0,1,0 +27,7,6,35,7,215,14,32,3,1,2,0,0,0,1,0,0,1,0 +30,12,4,21,15,217,12,49,1,2,4,0,0,1,0,1,0,0,0 +51,19,8,20,25,265,12,45,1,4,2,0,0,1,0,0,0,1,0 +24,9,8,22,10,235,14,44,1,1,4,0,0,1,0,1,0,0,0 +10,5,4,20,5,202,13,54,4,2,3,1,0,0,0,0,0,0,1 +47,17,7,27,20,222,9,46,3,1,3,0,0,0,1,0,0,0,1 +28,9,4,30,10,206,12,44,3,4,2,0,0,0,1,0,0,1,0 +31,12,4,24,14,223,13,47,4,1,1,1,0,0,0,0,1,0,0 +23,8,7,26,8,170,8,46,1,1,4,0,0,1,0,1,0,0,0 +38,13,7,32,13,206,8,55,1,3,2,0,0,1,0,0,0,1,0 +41,15,2,24,20,155,11,46,2,1,4,0,1,0,0,1,0,0,0 +20,7,4,25,8,181,13,40,1,3,4,0,0,1,0,1,0,0,0 +20,7,4,23,9,208,10,40,4,3,4,1,0,0,0,1,0,0,0 +43,16,4,22,21,221,5,45,4,1,3,1,0,0,0,0,0,0,1 +0,1,4,13,4,174,7,44,4,4,2,1,0,0,0,0,0,1,0 +17,6,5,27,6,225,10,41,1,3,1,0,0,1,0,0,1,0,0 +26,9,6,26,10,240,12,39,2,1,4,0,1,0,0,1,0,0,0 +33,12,5,26,13,204,12,47,2,1,2,0,1,0,0,0,0,1,0 +33,11,8,25,14,215,11,37,1,3,3,0,0,1,0,0,0,0,1 +31,11,7,25,13,198,16,45,3,4,3,0,0,0,1,0,0,0,1 +51,16,8,41,14,206,12,53,1,1,3,0,0,1,0,0,0,0,1 +38,15,6,21,18,203,7,49,1,2,3,0,0,1,0,0,0,0,1 +29,13,4,9,20,179,11,45,2,1,4,0,1,0,0,1,0,0,0 +30,12,3,25,13,150,13,54,2,3,2,0,1,0,0,0,0,1,0 +33,13,4,19,18,219,13,46,2,4,1,0,1,0,0,0,1,0,0 +34,12,5,23,16,197,10,42,3,2,2,0,0,0,1,0,0,1,0 +38,15,1,24,18,200,11,52,4,4,3,1,0,0,0,0,0,0,1 +15,5,5,27,4,208,10,41,4,1,4,1,0,0,0,1,0,0,0 +20,7,4,27,7,166,16,44,4,1,2,1,0,0,0,0,0,1,0 +48,16,5,37,16,228,11,38,3,1,4,0,0,0,1,1,0,0,0 +17,7,4,24,7,159,19,47,2,1,4,0,1,0,0,1,0,0,0 +27,9,3,30,10,199,13,45,3,2,1,0,0,0,1,0,1,0,0 +29,11,7,26,11,232,9,53,2,2,2,0,1,0,0,0,0,1,0 +19,9,5,12,13,194,10,45,3,2,3,0,0,0,1,0,0,0,1 +25,9,7,27,9,165,11,46,3,4,2,0,0,0,1,0,0,1,0 +20,7,5,25,8,180,6,46,4,2,3,1,0,0,0,0,0,0,1 +43,15,4,29,18,197,6,39,4,1,1,1,0,0,0,0,1,0,0 +30,12,9,13,17,191,13,46,1,3,1,0,0,1,0,0,1,0,0 +33,12,6,26,14,213,12,41,2,3,1,0,1,0,0,0,1,0,0 +35,12,6,26,15,229,13,38,3,1,2,0,0,0,1,0,0,1,0 +24,9,4,18,14,208,8,43,4,4,1,1,0,0,0,0,1,0,0 +27,9,4,24,12,200,10,36,1,3,3,0,0,1,0,0,0,0,1 +32,12,4,23,16,180,12,37,1,3,3,0,0,1,0,0,0,0,1 +31,11,5,27,13,146,14,45,3,4,2,0,0,0,1,0,0,1,0 +31,10,4,32,11,220,10,33,4,2,3,1,0,0,0,0,0,0,1 +29,11,9,24,11,198,18,42,2,1,2,0,1,0,0,0,0,1,0 +27,9,8,28,9,167,7,43,3,2,1,0,0,0,1,0,1,0,0 +44,15,5,31,18,240,11,32,3,2,4,0,0,0,1,1,0,0,0 +25,9,6,26,9,224,11,48,2,2,3,0,1,0,0,0,0,0,1 +24,9,4,26,9,248,12,57,1,4,4,0,0,1,0,1,0,0,0 +37,13,4,29,15,160,14,53,4,1,3,1,0,0,0,0,0,0,1 +41,14,3,34,15,142,6,52,4,1,1,1,0,0,0,0,1,0,0 +24,10,5,15,14,201,10,50,1,4,2,0,0,1,0,0,0,1,0 +21,8,6,15,13,178,15,36,2,2,1,0,1,0,0,0,1,0,0 +26,10,3,25,12,182,11,41,1,4,4,0,0,1,0,1,0,0,0 +33,12,3,29,12,186,13,54,3,4,3,0,0,0,1,0,0,0,1 +25,10,6,19,12,158,13,46,1,4,3,0,0,1,0,0,0,0,1 +37,14,2,27,16,207,14,50,1,2,4,0,0,1,0,1,0,0,0 +41,14,7,26,17,199,7,43,2,3,3,0,1,0,0,0,0,0,1 +30,11,6,24,13,164,10,45,3,3,3,0,0,0,1,0,0,0,1 +40,13,3,36,14,205,10,36,1,1,2,0,0,1,0,0,0,1,0 +49,17,6,33,18,143,14,53,3,2,3,0,0,0,1,0,0,0,1 +41,15,3,31,16,224,11,55,1,3,2,0,0,1,0,0,0,1,0 +27,9,6,29,9,201,11,43,2,2,4,0,1,0,0,1,0,0,0 +35,13,3,26,15,212,8,48,1,4,4,0,0,1,0,1,0,0,0 +36,13,6,24,17,187,10,39,3,4,1,0,0,0,1,0,1,0,0 +22,8,3,20,12,221,9,34,4,1,4,1,0,0,0,1,0,0,0 +21,7,3,20,13,202,13,20,4,1,4,1,0,0,0,1,0,0,0 +36,12,5,28,15,213,13,44,3,4,4,0,0,0,1,1,0,0,0 +28,11,6,19,14,235,15,45,3,4,1,0,0,0,1,0,1,0,0 +18,8,6,21,8,173,14,47,3,2,2,0,0,0,1,0,0,1,0 +41,16,5,23,20,193,13,46,1,2,4,0,0,1,0,1,0,0,0 +49,17,6,28,21,172,14,41,2,1,3,0,1,0,0,0,0,0,1 +25,10,7,20,11,194,7,48,1,2,2,0,0,1,0,0,0,1,0 +19,6,3,32,4,218,9,56,2,4,2,0,1,0,0,0,0,1,0 +35,12,5,26,16,205,7,40,4,4,2,1,0,0,0,0,0,1,0 +26,10,6,22,12,206,7,45,4,3,1,1,0,0,0,0,1,0,0 +40,15,3,24,20,173,10,45,1,4,3,0,0,1,0,0,0,0,1 +42,16,5,21,21,245,14,46,3,4,2,0,0,0,1,0,0,1,0 +19,8,3,16,13,205,15,34,3,2,1,0,0,0,1,0,1,0,0 +36,13,3,31,14,211,8,44,2,2,2,0,1,0,0,0,0,1,0 +35,14,5,15,20,279,10,35,2,3,4,0,1,0,0,1,0,0,0 +33,12,6,27,13,211,10,53,4,4,1,1,0,0,0,0,1,0,0 +35,12,4,28,15,157,13,43,1,4,2,0,0,1,0,0,0,1,0 +22,9,4,21,11,233,11,44,1,1,4,0,0,1,0,1,0,0,0 +7,4,5,17,5,171,4,43,1,2,2,0,0,1,0,0,0,1,0 +35,12,7,28,14,158,13,43,2,3,1,0,1,0,0,0,1,0,0 +35,12,7,28,14,211,12,41,4,2,2,1,0,0,0,0,0,1,0 +15,6,6,24,6,182,16,43,2,1,4,0,1,0,0,1,0,0,0 +28,10,4,25,13,226,12,37,1,4,4,0,0,1,0,1,0,0,0 +9,5,5,13,7,182,11,52,2,3,2,0,1,0,0,0,0,1,0 +43,15,5,32,17,188,13,44,2,3,3,0,1,0,0,0,0,0,1 +43,16,4,27,19,194,8,45,3,2,4,0,0,0,1,1,0,0,0 +31,11,3,28,14,218,17,38,2,4,1,0,1,0,0,0,1,0,0 +30,12,5,18,16,187,9,46,3,3,1,0,0,0,1,0,1,0,0 +28,11,6,17,15,179,12,43,1,1,4,0,0,1,0,1,0,0,0 +27,10,4,27,10,226,12,55,1,1,4,0,0,1,0,1,0,0,0 +44,15,4,34,16,202,11,47,1,2,2,0,0,1,0,0,0,1,0 +29,10,4,28,12,166,7,42,2,4,1,0,1,0,0,0,1,0,0 +35,12,4,29,13,181,11,58,3,3,4,0,0,0,1,1,0,0,0 +31,10,6,36,8,238,9,44,3,3,3,0,0,0,1,0,0,0,1 +36,12,6,26,16,240,9,35,1,2,3,0,0,1,0,0,0,0,1 +30,10,4,27,12,204,16,40,1,1,2,0,0,1,0,0,0,1,0 +44,18,8,16,22,147,10,50,3,2,3,0,0,0,1,0,0,0,1 +45,14,7,34,16,240,8,37,3,4,3,0,0,0,1,0,0,0,1 +46,15,6,34,16,193,13,44,4,2,3,1,0,0,0,0,0,0,1 +33,12,4,21,17,198,10,45,4,4,1,1,0,0,0,0,1,0,0 +48,17,6,28,21,236,9,38,4,4,3,1,0,0,0,0,0,0,1 +37,14,5,27,16,183,11,51,1,4,3,0,0,1,0,0,0,0,1 +29,10,8,28,9,245,6,48,2,3,3,0,1,0,0,0,0,0,1 +22,8,3,29,7,203,14,58,1,2,1,0,0,1,0,0,1,0,0 +26,10,4,18,14,170,9,40,4,1,3,1,0,0,0,0,0,0,1 +22,9,6,17,12,170,12,46,3,1,2,0,0,0,1,0,0,1,0 +10,5,4,14,9,171,10,37,3,3,3,0,0,0,1,0,0,0,1 +15,7,6,12,11,200,13,40,4,4,4,1,0,0,0,1,0,0,0 +33,12,7,25,14,147,12,42,1,3,2,0,0,1,0,0,0,1,0 +48,17,2,34,19,240,13,44,1,4,1,0,0,1,0,0,1,0,0 +31,12,9,21,14,263,14,43,3,3,2,0,0,0,1,0,0,1,0 +23,9,5,18,13,166,8,47,1,3,3,0,0,1,0,0,0,0,1 +47,17,6,33,17,199,12,55,1,4,3,0,0,1,0,0,0,0,1 +28,11,7,16,16,199,10,45,3,4,4,0,0,0,1,1,0,0,0 +19,8,6,13,14,250,9,31,2,3,2,0,1,0,0,0,0,1,0 +35,11,7,30,13,131,10,40,1,4,3,0,0,1,0,0,0,0,1 +49,17,4,29,21,215,8,49,2,1,1,0,1,0,0,0,1,0,0 +39,13,6,26,18,210,12,24,1,1,2,0,0,1,0,0,0,1,0 +30,13,4,13,19,236,11,47,3,2,2,0,0,0,1,0,0,1,0 +35,13,6,24,16,192,7,47,2,2,1,0,1,0,0,0,1,0,0 +25,10,5,19,13,183,16,39,3,2,1,0,0,0,1,0,1,0,0 +21,9,7,16,12,185,14,46,2,4,2,0,1,0,0,0,0,1,0 +42,14,5,30,16,186,17,42,4,1,4,1,0,0,0,1,0,0,0 +37,12,5,33,14,245,8,35,3,2,2,0,0,0,1,0,0,1,0 +32,11,4,30,12,183,9,44,3,1,1,0,0,0,1,0,1,0,0 +34,13,5,19,18,183,9,43,2,3,3,0,1,0,0,0,0,0,1 +25,10,5,14,16,181,7,44,1,1,1,0,0,1,0,0,1,0,0 +24,9,5,26,10,178,9,45,3,3,2,0,0,0,1,0,0,1,0 +16,7,5,15,11,166,8,35,4,1,2,1,0,0,0,0,0,1,0 +54,19,6,35,20,215,12,48,1,1,2,0,0,1,0,0,0,1,0 +25,10,6,19,13,206,14,39,4,2,4,1,0,0,0,1,0,0,0 +38,14,3,22,19,215,9,47,3,4,3,0,0,0,1,0,0,0,1 +29,11,5,23,13,231,13,53,2,2,1,0,1,0,0,0,1,0,0 +43,15,5,29,18,233,10,44,1,4,4,0,0,1,0,1,0,0,0 +41,14,5,28,17,239,7,41,4,2,4,1,0,0,0,1,0,0,0 +17,7,5,17,10,179,9,48,2,1,1,0,1,0,0,0,1,0,0 +29,11,6,22,14,183,9,39,4,2,2,1,0,0,0,0,0,1,0 +32,12,7,25,13,192,8,49,1,3,4,0,0,1,0,1,0,0,0 +47,16,3,38,16,225,14,50,2,1,4,0,1,0,0,1,0,0,0 +28,10,3,28,11,179,11,47,3,4,4,0,0,0,1,1,0,0,0 +31,12,6,21,15,174,13,47,2,3,4,0,1,0,0,1,0,0,0 +29,10,5,30,10,169,9,40,2,1,2,0,1,0,0,0,0,1,0 +45,17,5,29,18,208,11,51,2,1,2,0,1,0,0,0,0,1,0 +31,11,5,28,12,214,11,44,4,2,2,1,0,0,0,0,0,1,0 +41,14,4,34,15,255,11,39,2,1,3,0,1,0,0,0,0,0,1 +27,10,6,25,11,214,4,46,2,4,4,0,1,0,0,1,0,0,0 +31,12,5,18,16,204,8,56,4,4,4,1,0,0,0,1,0,0,0 +29,9,6,31,9,179,10,42,3,2,4,0,0,0,1,1,0,0,0 +23,9,2,23,12,210,11,37,1,1,2,0,0,1,0,0,0,1,0 +18,6,8,17,10,195,5,40,2,2,3,0,1,0,0,0,0,0,1 +22,9,5,17,12,226,10,49,2,3,3,0,1,0,0,0,0,0,1 +28,12,3,19,15,167,8,45,1,2,2,0,0,1,0,0,0,1,0 +12,6,2,10,12,183,14,45,3,1,4,0,0,0,1,1,0,0,0 +28,10,6,32,8,185,14,47,4,4,1,1,0,0,0,0,1,0,0 +12,4,5,22,6,180,8,36,1,4,3,0,0,1,0,0,0,0,1 +35,12,6,32,11,200,10,55,2,4,4,0,1,0,0,1,0,0,0 +26,9,6,24,11,190,13,44,4,4,2,1,0,0,0,0,0,1,0 +34,13,7,18,18,200,12,40,4,1,4,1,0,0,0,1,0,0,0 +38,13,5,33,14,204,10,48,4,4,3,1,0,0,0,0,0,0,1 +57,19,7,35,21,233,13,50,2,3,4,0,1,0,0,1,0,0,0 +17,8,4,17,11,192,10,44,1,1,1,0,0,1,0,0,1,0,0 +21,7,4,28,7,221,15,43,3,3,1,0,0,0,1,0,1,0,0 +40,14,3,29,17,214,14,44,3,4,1,0,0,0,1,0,1,0,0 +41,16,7,16,23,189,14,35,1,2,2,0,0,1,0,0,0,1,0 +42,15,5,26,18,173,11,55,3,4,1,0,0,0,1,0,1,0,0 +23,9,6,23,10,148,9,39,2,4,2,0,1,0,0,0,0,1,0 +39,13,6,28,17,225,10,33,3,1,3,0,0,0,1,0,0,0,1 +23,8,4,26,9,170,9,48,4,2,3,1,0,0,0,0,0,0,1 +38,13,6,37,10,197,13,60,1,1,4,0,0,1,0,1,0,0,0 +31,11,5,22,15,192,11,47,1,3,4,0,0,1,0,1,0,0,0 +31,11,8,27,12,186,11,46,4,2,2,1,0,0,0,0,0,1,0 +33,14,3,22,16,221,12,48,3,1,3,0,0,0,1,0,0,0,1 +23,9,4,19,13,186,5,42,2,3,1,0,1,0,0,0,1,0,0 +40,14,5,31,15,194,15,45,4,1,3,1,0,0,0,0,0,0,1 +23,9,5,27,8,178,11,50,3,3,2,0,0,0,1,0,0,1,0 +30,10,3,30,11,177,14,46,3,1,3,0,0,0,1,0,0,0,1 +31,13,2,23,15,201,11,52,4,3,4,1,0,0,0,1,0,0,0 +11,5,8,21,4,248,7,50,1,4,2,0,0,1,0,0,0,1,0 +34,13,6,16,19,235,11,45,3,2,2,0,0,0,1,0,0,1,0 +39,14,6,24,19,178,8,35,2,3,1,0,1,0,0,0,1,0,0 +21,8,5,22,10,164,10,42,2,3,3,0,1,0,0,0,0,0,1 +47,16,7,36,15,158,11,58,1,3,2,0,0,1,0,0,0,1,0 +27,10,4,27,10,223,15,50,4,1,2,1,0,0,0,0,0,1,0 +13,5,8,13,9,227,10,40,4,2,3,1,0,0,0,0,0,0,1 +31,11,7,25,13,165,13,44,4,4,2,1,0,0,0,0,0,1,0 +42,14,6,31,16,224,11,46,3,3,2,0,0,0,1,0,0,1,0 +44,16,8,29,18,153,15,41,3,3,2,0,0,0,1,0,0,1,0 +23,8,3,31,7,167,11,48,4,4,1,1,0,0,0,0,1,0,0 +28,11,6,22,13,228,15,50,3,4,4,0,0,0,1,1,0,0,0 +36,14,6,20,18,219,13,46,2,1,3,0,1,0,0,0,0,0,1 +36,13,6,26,15,177,11,46,2,3,1,0,1,0,0,0,1,0,0 +32,11,5,32,10,188,12,48,1,2,2,0,0,1,0,0,0,1,0 +35,12,4,31,14,222,12,32,3,1,1,0,0,0,1,0,1,0,0 +32,13,5,20,16,176,13,50,1,3,4,0,0,1,0,1,0,0,0 +31,11,4,32,10,232,11,63,3,4,3,0,0,0,1,0,0,0,1 +29,11,6,19,15,224,10,48,3,3,1,0,0,0,1,0,1,0,0 +34,13,5,23,16,238,11,44,2,3,2,0,1,0,0,0,0,1,0 +36,13,7,23,17,206,9,37,2,4,4,0,1,0,0,1,0,0,0 +40,15,5,27,17,195,9,42,4,4,2,1,0,0,0,0,0,1,0 +27,9,7,26,10,223,12,42,3,4,4,0,0,0,1,1,0,0,0 +40,15,2,23,20,203,14,42,4,2,4,1,0,0,0,1,0,0,0 +29,10,5,26,11,194,14,44,3,3,2,0,0,0,1,0,0,1,0 +31,12,5,20,16,238,11,44,3,2,3,0,0,0,1,0,0,0,1 +23,10,6,19,12,188,10,50,2,4,4,0,1,0,0,1,0,0,0 +35,12,7,23,16,219,12,42,2,4,3,0,1,0,0,0,0,0,1 +46,17,5,27,20,181,15,48,2,2,4,0,1,0,0,1,0,0,0 +19,7,5,26,7,266,8,44,1,3,4,0,0,1,0,1,0,0,0 +28,9,8,30,9,189,13,42,1,4,2,0,0,1,0,0,0,1,0 +29,11,4,22,14,191,11,45,2,1,1,0,1,0,0,0,1,0,0 +42,14,3,31,17,182,10,45,1,3,2,0,0,1,0,0,0,1,0 +43,15,4,34,15,171,13,48,1,2,4,0,0,1,0,1,0,0,0 +25,9,6,19,13,209,11,38,2,2,3,0,1,0,0,0,0,0,1 +42,16,4,28,18,228,14,46,3,1,3,0,0,0,1,0,0,0,1 +37,13,4,25,16,200,15,50,3,4,1,0,0,0,1,0,1,0,0 +24,11,6,17,14,197,10,47,1,3,4,0,0,1,0,1,0,0,0 +28,10,4,25,13,173,10,37,3,2,3,0,0,0,1,0,0,0,1 +29,11,3,19,16,184,8,43,3,4,3,0,0,0,1,0,0,0,1 +40,15,6,20,20,181,15,43,4,4,3,1,0,0,0,0,0,0,1 +32,10,8,26,13,194,10,40,2,1,1,0,1,0,0,0,1,0,0 +46,16,5,31,18,160,10,48,1,2,1,0,0,1,0,0,1,0,0 +33,12,6,26,14,184,10,42,1,1,4,0,0,1,0,1,0,0,0 +15,6,5,19,9,171,12,35,3,2,1,0,0,0,1,0,1,0,0 +21,8,5,17,12,216,10,36,1,2,4,0,0,1,0,1,0,0,0 +28,11,4,27,11,189,13,49,3,2,2,0,0,0,1,0,0,1,0 +38,13,7,28,15,167,11,44,3,2,1,0,0,0,1,0,1,0,0 +50,17,6,30,21,170,9,40,1,2,2,0,0,1,0,0,0,1,0 +35,14,2,21,19,184,11,48,1,4,1,0,0,1,0,0,1,0,0 +28,10,5,23,13,216,15,48,1,3,2,0,0,1,0,0,0,1,0 +34,13,5,24,15,185,9,47,3,1,1,0,0,0,1,0,1,0,0 +23,9,4,21,12,160,12,46,2,2,3,0,1,0,0,0,0,0,1 +31,12,5,25,13,186,16,52,2,2,2,0,1,0,0,0,0,1,0 +21,8,2,22,11,221,9,40,1,3,3,0,0,1,0,0,0,0,1 +24,10,3,20,13,146,10,44,1,3,3,0,0,1,0,0,0,0,1 +46,16,8,28,19,173,14,44,3,3,4,0,0,0,1,1,0,0,0 +34,13,8,28,13,145,10,47,4,1,2,1,0,0,0,0,0,1,0 +31,9,6,34,9,181,9,43,1,3,2,0,0,1,0,0,0,1,0 +25,8,4,29,9,146,8,44,2,4,1,0,1,0,0,0,1,0,0 +48,16,4,33,19,158,8,39,1,3,4,0,0,1,0,1,0,0,0 +20,9,5,18,10,194,9,50,2,1,4,0,1,0,0,1,0,0,0 +42,15,4,29,17,184,9,51,3,4,4,0,0,0,1,1,0,0,0 +11,6,6,16,8,170,14,44,4,4,2,1,0,0,0,0,0,1,0 +42,16,5,21,21,201,14,51,4,2,1,1,0,0,0,0,1,0,0 +24,10,6,22,11,193,15,48,4,2,4,1,0,0,0,1,0,0,0 +41,15,4,23,20,172,10,48,2,4,3,0,1,0,0,0,0,0,1 +41,16,5,27,18,163,14,49,3,2,1,0,0,0,1,0,1,0,0 +34,11,5,33,12,193,20,31,2,2,3,0,1,0,0,0,0,0,1 +58,20,4,34,23,215,10,42,3,2,4,0,0,0,1,1,0,0,0 +15,5,6,22,6,231,7,42,1,3,2,0,0,1,0,0,0,1,0 +44,14,5,34,16,233,9,39,3,3,2,0,0,0,1,0,0,1,0 +31,12,4,19,17,185,16,46,3,4,2,0,0,0,1,0,0,1,0 +47,17,5,27,21,173,9,48,4,4,3,1,0,0,0,0,0,0,1 +33,11,7,32,10,194,11,50,2,4,3,0,1,0,0,0,0,0,1 +21,9,5,16,12,183,8,48,4,4,1,1,0,0,0,0,1,0,0 +31,9,6,36,9,188,12,34,1,4,4,0,0,1,0,1,0,0,0 +16,6,5,20,8,193,12,42,3,2,3,0,0,0,1,0,0,0,1 +40,15,4,28,17,164,15,47,4,2,1,1,0,0,0,0,1,0,0 +23,9,6,23,10,130,12,51,1,3,2,0,0,1,0,0,0,1,0 +22,8,6,25,8,154,12,50,4,1,4,1,0,0,0,1,0,0,0 +37,14,9,19,19,223,8,40,2,3,1,0,1,0,0,0,1,0,0 +19,8,5,21,9,195,13,43,2,2,4,0,1,0,0,1,0,0,0 +15,4,2,33,2,172,10,48,2,3,1,0,1,0,0,0,1,0,0 +29,10,6,28,12,237,12,34,1,4,1,0,0,1,0,0,1,0,0 +21,8,5,23,9,157,12,51,4,2,4,1,0,0,0,1,0,0,0 +22,8,3,19,12,148,8,48,4,2,1,1,0,0,0,0,1,0,0 +25,9,6,26,10,192,12,38,3,1,1,0,0,0,1,0,1,0,0 +36,13,6,23,17,236,12,37,3,3,4,0,0,0,1,1,0,0,0 +22,8,3,26,9,196,12,44,1,3,4,0,0,1,0,1,0,0,0 +27,10,2,24,14,186,15,40,3,4,2,0,0,0,1,0,0,1,0 +38,13,5,33,13,196,11,44,1,4,4,0,0,1,0,1,0,0,0 +35,12,7,27,14,194,12,40,2,3,4,0,1,0,0,1,0,0,0 +29,11,2,24,14,204,12,47,3,3,4,0,0,0,1,1,0,0,0 +40,15,6,26,16,200,7,53,4,1,3,1,0,0,0,0,0,0,1 +31,10,4,30,12,239,6,37,4,1,2,1,0,0,0,0,0,1,0 +27,12,6,12,17,157,13,44,3,2,1,0,0,0,1,0,1,0,0 +7,4,7,9,8,214,10,43,4,3,3,1,0,0,0,0,0,0,1 +20,7,6,32,4,166,13,53,4,4,1,1,0,0,0,0,1,0,0 +48,16,5,37,16,181,4,48,1,3,2,0,0,1,0,0,0,1,0 +30,10,4,29,11,145,14,39,4,2,3,1,0,0,0,0,0,0,1 +22,9,6,21,10,202,15,45,1,2,1,0,0,1,0,0,1,0,0 +26,9,6,25,12,236,17,34,4,4,2,1,0,0,0,0,0,1,0 +53,18,6,39,18,215,14,47,4,3,1,1,0,0,0,0,1,0,0 +42,13,5,35,14,144,14,45,1,1,1,0,0,1,0,0,1,0,0 +26,9,3,32,9,198,8,43,4,4,1,1,0,0,0,0,1,0,0 +45,16,6,26,19,203,11,40,2,1,4,0,1,0,0,1,0,0,0 +27,10,7,21,13,186,7,49,2,4,2,0,1,0,0,0,0,1,0 +32,12,5,22,15,240,12,49,4,3,4,1,0,0,0,1,0,0,0 +21,7,5,30,6,202,12,50,1,2,3,0,0,1,0,0,0,0,1 +11,6,4,17,7,249,14,53,4,3,2,1,0,0,0,0,0,1,0 +23,9,3,15,14,270,13,43,1,1,3,0,0,1,0,0,0,0,1 +42,16,2,29,18,179,11,50,3,1,3,0,0,0,1,0,0,0,1 +15,7,7,21,6,211,11,51,2,1,1,0,1,0,0,0,1,0,0 +33,11,4,32,12,206,10,38,2,3,4,0,1,0,0,1,0,0,0 +22,8,3,27,8,177,13,43,1,2,1,0,0,1,0,0,1,0,0 +33,12,4,31,11,194,14,50,4,2,2,1,0,0,0,0,0,1,0 +28,9,9,26,11,183,11,27,2,4,2,0,1,0,0,0,0,1,0 +27,10,7,24,11,195,12,45,1,4,4,0,0,1,0,1,0,0,0 +14,5,7,19,7,157,11,44,1,3,3,0,0,1,0,0,0,0,1 +31,11,7,25,13,219,13,45,3,2,4,0,0,0,1,1,0,0,0 +53,18,7,30,22,211,7,37,2,2,3,0,1,0,0,0,0,0,1 +28,9,5,29,10,149,11,39,1,1,4,0,0,1,0,1,0,0,0 +32,13,4,18,17,235,12,53,2,4,1,0,1,0,0,0,1,0,0 +40,15,7,24,18,219,11,48,4,3,3,1,0,0,0,0,0,0,1 +36,13,7,30,12,213,13,54,3,4,3,0,0,0,1,0,0,0,1 +13,6,7,12,10,211,9,40,2,3,4,0,1,0,0,1,0,0,0 +30,11,6,20,15,235,3,48,3,4,4,0,0,0,1,1,0,0,0 +22,7,2,30,8,179,8,34,4,4,4,1,0,0,0,1,0,0,0 +41,15,8,22,19,216,11,47,4,2,1,1,0,0,0,0,1,0,0 +25,8,4,28,9,213,10,48,2,4,3,0,1,0,0,0,0,0,1 +23,9,2,20,13,233,4,38,2,1,2,0,1,0,0,0,0,1,0 +8,4,4,18,6,135,10,40,3,1,2,0,0,0,1,0,0,1,0 +15,6,6,22,6,232,12,48,1,3,3,0,0,1,0,0,0,0,1 +45,16,3,26,21,212,10,36,2,2,3,0,1,0,0,0,0,0,1 +31,12,6,20,15,234,8,43,2,2,4,0,1,0,0,1,0,0,0 +32,12,3,23,15,228,12,51,1,3,2,0,0,1,0,0,0,1,0 +41,14,5,35,14,161,11,52,1,2,2,0,0,1,0,0,0,1,0 +30,10,5,30,10,232,12,43,3,1,3,0,0,0,1,0,0,0,1 +40,13,7,36,12,233,10,43,2,2,1,0,1,0,0,0,1,0,0 +35,13,5,21,18,153,14,46,1,1,4,0,0,1,0,1,0,0,0 +28,11,6,21,13,180,12,57,2,3,3,0,1,0,0,0,0,0,1 +35,12,5,30,13,170,9,46,4,1,1,1,0,0,0,0,1,0,0 +11,5,4,18,7,187,12,36,1,4,2,0,0,1,0,0,0,1,0 +24,10,3,19,13,154,10,53,2,3,3,0,1,0,0,0,0,0,1 +27,8,5,34,8,252,15,34,2,3,4,0,1,0,0,1,0,0,0 +22,8,6,23,9,221,12,49,2,4,3,0,1,0,0,0,0,0,1 +39,14,4,21,20,160,12,44,3,3,1,0,0,0,1,0,1,0,0 +48,17,5,31,19,155,11,52,4,3,2,1,0,0,0,0,0,1,0 +32,12,5,25,14,248,11,51,2,4,3,0,1,0,0,0,0,0,1 +50,18,6,32,19,206,12,58,3,2,3,0,0,0,1,0,0,0,1 +22,8,6,22,10,227,11,43,3,3,4,0,0,0,1,1,0,0,0 +49,17,3,34,20,176,9,46,1,3,3,0,0,1,0,0,0,0,1 +26,9,6,25,11,184,9,35,4,3,2,1,0,0,0,0,0,1,0 +2,2,2,15,5,230,13,39,1,1,1,0,0,1,0,0,1,0,0 +30,10,4,31,10,160,9,48,1,2,3,0,0,1,0,0,0,0,1 +16,8,2,14,12,198,6,47,4,1,2,1,0,0,0,0,0,1,0 +39,15,8,23,18,257,14,45,2,4,1,0,1,0,0,0,1,0,0 +19,8,3,21,10,184,12,52,3,3,1,0,0,0,1,0,1,0,0 +16,6,5,18,9,175,15,38,4,3,3,1,0,0,0,0,0,0,1 +35,12,5,27,15,211,15,44,4,2,3,1,0,0,0,0,0,0,1 +42,15,4,27,19,236,13,44,4,3,1,1,0,0,0,0,1,0,0 +6,4,6,11,6,173,13,53,1,4,4,0,0,1,0,1,0,0,0 +35,12,6,23,16,209,7,29,2,1,2,0,1,0,0,0,0,1,0 +50,19,6,22,25,195,8,42,3,2,2,0,0,0,1,0,0,1,0 +10,4,5,20,5,232,10,43,3,4,4,0,0,0,1,1,0,0,0 +17,8,5,15,11,170,8,46,2,3,1,0,1,0,0,0,1,0,0 +31,11,5,26,13,220,12,42,2,3,3,0,1,0,0,0,0,0,1 +33,12,3,29,13,235,11,57,4,4,1,1,0,0,0,0,1,0,0 +37,13,6,24,17,241,7,46,2,2,4,0,1,0,0,1,0,0,0 +21,8,7,21,9,175,13,47,3,1,1,0,0,0,1,0,1,0,0 +53,18,7,28,22,213,14,43,3,3,2,0,0,0,1,0,0,1,0 +42,17,3,20,22,200,15,44,2,3,4,0,1,0,0,1,0,0,0 +48,17,6,27,21,219,10,44,3,2,1,0,0,0,1,0,1,0,0 +36,13,4,26,16,234,11,44,4,2,2,1,0,0,0,0,0,1,0 +25,10,5,23,11,203,8,54,2,1,4,0,1,0,0,1,0,0,0 +34,12,5,28,13,165,18,56,3,4,4,0,0,0,1,1,0,0,0 +47,17,3,30,20,173,11,43,3,3,4,0,0,0,1,1,0,0,0 +26,11,3,14,17,171,8,47,2,2,1,0,1,0,0,0,1,0,0 +26,10,2,21,15,187,5,36,3,4,3,0,0,0,1,0,0,0,1 +40,14,8,25,17,225,14,42,2,2,4,0,1,0,0,1,0,0,0 +27,10,5,28,10,181,10,45,1,4,2,0,0,1,0,0,0,1,0 +42,15,8,29,16,200,16,49,4,1,1,1,0,0,0,0,1,0,0 +28,11,3,25,11,170,14,56,1,2,4,0,0,1,0,1,0,0,0 diff --git a/docs/_site/projects/problem-set-7/data/wages.csv b/docs/_site/projects/problem-set-7/data/wages.csv new file mode 100644 index 00000000..72c03b8b --- /dev/null +++ b/docs/_site/projects/problem-set-7/data/wages.csv @@ -0,0 +1,527 @@ +wage,education,n_kids +3.1,11,2 +3.2,12,3 +3,11,2 +6,8,0 +5.3,12,1 +8.8,16,0 +11.2,18,0 +5,12,0 +3.6,12,2 +18.2,17,0 +6.2,16,0 +8.1,13,0 +8.8,12,2 +5.5,12,0 +22.2,12,1 +17.3,16,1 +7.5,12,0 +10.6,13,0 +3.6,12,3 +4.5,12,0 +6.9,12,0 +8.5,12,3 +6.3,16,0 +0.5,12,0 +6,11,0 +9.6,16,1 +7.8,16,1 +12.5,16,0 +12.5,15,2 +3.2,8,2 +13,14,2 +4.5,14,2 +9.7,13,0 +5,12,0 +4.7,12,0 +4.3,16,1 +6.2,12,1 +3.5,4,5 +3,14,0 +6.2,12,0 +7.8,12,0 +10,12,4 +4.5,14,1 +4,11,0 +6.4,13,0 +13.7,15,2 +1.7,10,1 +2.9,12,1 +3.7,14,0 +2.9,12,2 +1.6,12,2 +8.6,16,0 +5,12,1 +6,12,0 +2.5,12,2 +3.2,15,1 +3.4,16,1 +10,8,0 +21.6,18,0 +4.4,16,0 +11.7,13,0 +12.4,14,0 +6.2,10,0 +3.7,10,4 +7.8,14,0 +20,14,2 +6.2,16,3 +10,12,3 +5.7,16,1 +2,12,4 +5.7,16,0 +13.1,17,3 +4.9,12,2 +2.9,12,2 +3.8,12,0 +11.9,13,2 +4,12,1 +3.1,12,1 +8.4,12,4 +7.1,18,2 +4.5,9,4 +4.7,16,0 +2.9,10,1 +6.7,12,0 +3.5,12,1 +3.3,12,1 +3.2,12,1 +8,12,1 +9.9,8,2 +7.5,12,1 +5.9,12,2 +11.8,14,0 +3,12,2 +4.8,12,0 +6.5,12,0 +4,9,1 +3.5,13,1 +13.2,12,0 +4.2,14,2 +3.5,12,0 +5.1,15,0 +3.8,12,3 +4.5,12,0 +7.6,12,0 +15,14,1 +6.8,15,2 +13.3,12,2 +6.7,12,0 +2.5,12,0 +9.8,17,0 +3.4,11,0 +25,18,0 +5.4,12,0 +6.1,14,2 +4.2,14,0 +3.8,10,0 +3.5,14,0 +3.6,12,0 +3.8,15,1 +3,8,3 +5,16,0 +4.6,14,2 +3,15,0 +3.2,12,1 +3.9,18,2 +6.4,16,2 +5.5,10,0 +1.5,8,0 +2.9,10,2 +5,11,0 +8.9,18,0 +5,15,0 +3.5,12,0 +2.9,11,1 +4.5,12,3 +2.2,12,2 +5,14,4 +10,16,2 +3.8,2,0 +10,14,0 +10.9,16,4 +7.9,12,0 +4.7,12,0 +5.8,13,1 +3.8,12,3 +3.2,15,2 +2,10,5 +4.5,12,3 +11.6,16,3 +2.1,13,0 +2.4,9,5 +3.8,12,1 +5.5,13,0 +6.5,12,0 +3.1,12,1 +10,14,2 +6.6,16,0 +10,16,0 +2.3,9,5 +6.9,18,0 +2.8,10,4 +3.1,10,1 +8,13,1 +4.5,12,0 +8.6,18,0 +2,13,0 +4.8,12,0 +6.2,13,1 +6,13,2 +15.4,13,2 +14.6,18,0 +12.5,12,0 +5.2,12,2 +2.2,13,1 +7.1,12,0 +6.2,12,1 +9,12,0 +10,14,0 +5.8,10,0 +4,12,2 +8.8,16,1 +6.5,16,0 +7.6,12,0 +5,14,0 +5,12,0 +21.9,12,3 +8.6,12,0 +3.3,12,1 +4.4,12,0 +4.6,12,0 +3.5,12,0 +6.2,16,1 +3.8,16,0 +6.2,14,0 +2.9,11,3 +6.2,16,0 +6.2,12,0 +9.1,12,3 +10,17,0 +11.1,12,0 +6.9,12,3 +8.8,16,0 +10,8,0 +3,12,2 +3,12,0 +5.8,12,2 +4.1,16,0 +8,12,1 +6.2,12,0 +2.7,9,1 +2.8,13,1 +3,16,0 +3,14,0 +7.4,8,3 +7.5,14,1 +3.5,13,3 +8.1,12,1 +3.8,18,1 +3.2,9,1 +5.8,8,0 +3.5,8,3 +3.3,12,0 +4,14,0 +3.5,12,2 +6.2,16,0 +3,8,1 +5.7,13,0 +3,9,0 +22.9,16,2 +9,12,0 +8.3,15,1 +3,11,0 +5.8,14,0 +6.8,12,2 +10,12,2 +3,12,0 +3.5,18,0 +3.2,12,0 +4,12,0 +2.9,12,1 +3.1,12,3 +3.2,12,1 +4.8,12,3 +3,14,4 +18.2,16,1 +3.5,12,2 +4.1,14,0 +2,11,0 +4.3,12,0 +3,10,0 +6.4,12,0 +5.2,6,0 +4.5,13,0 +3.9,12,3 +3.5,10,2 +10.9,12,0 +4.1,14,0 +3,13,0 +5.9,12,2 +18,18,0 +4,12,0 +3,12,0 +3.5,12,1 +3,12,2 +8.8,12,0 +2.9,8,1 +6.3,13,0 +3.5,13,0 +4.6,14,0 +6,12,2 +2.9,10,1 +5.6,16,0 +4,12,0 +6,16,0 +4.5,12,2 +2.9,14,0 +4.3,18,0 +18.9,17,2 +4.3,13,2 +4.6,14,0 +6.2,15,2 +3,14,0 +8.8,12,0 +8.5,8,0 +3.8,12,4 +3.2,12,0 +5,8,0 +6.5,12,3 +2,9,3 +4.8,12,0 +5.8,16,2 +3.2,12,0 +4.7,16,0 +4.1,12,0 +2.9,12,0 +6,13,4 +3.6,10,0 +4,6,6 +7,12,1 +3,12,0 +6.1,16,0 +8.6,12,1 +3,8,0 +3.8,12,1 +2.9,6,0 +3,4,0 +6.2,11,0 +3.5,11,2 +3,7,3 +3.2,12,2 +8,18,1 +3.3,12,1 +5.2,16,0 +6.2,12,3 +3.5,14,1 +3,12,1 +3,10,2 +4.7,10,0 +3.7,9,1 +4,10,0 +4,12,2 +2.9,12,2 +3,12,1 +5.1,10,0 +13.9,16,0 +18.2,16,1 +6.2,16,0 +5.2,12,0 +4.8,12,3 +3.3,7,1 +3,8,1 +8.4,16,0 +5.7,16,0 +12,18,2 +3.5,13,0 +4.2,10,1 +7,16,1 +6,14,2 +12.2,16,0 +4.5,12,0 +3,9,2 +2.9,11,2 +15,11,0 +4,12,0 +5.2,11,2 +4,12,3 +3.3,12,2 +5.1,12,3 +3.6,12,0 +5,14,2 +4.6,14,0 +12.5,18,0 +3.5,12,0 +4.6,12,0 +10,12,0 +2.9,11,1 +4.5,12,0 +6.5,17,0 +7.5,16,0 +3.5,13,0 +4.2,13,2 +3.5,12,0 +4.5,14,0 +3.3,14,0 +2.9,11,2 +5.2,10,1 +4.1,8,0 +3.8,14,3 +3.4,12,1 +3,10,1 +6.3,17,1 +2.5,9,1 +4.5,12,1 +3.1,12,1 +6.4,14,0 +4.7,16,0 +6.8,12,2 +8.5,10,0 +4.2,0,0 +3.8,14,0 +11.1,15,2 +3.3,16,2 +9.1,12,3 +4.5,11,2 +3,11,1 +8.8,12,0 +4.1,13,0 +2.9,12,0 +3.3,13,2 +6.1,16,0 +3,15,0 +4.2,16,1 +5.6,15,2 +10,12,0 +12.5,18,1 +3.8,6,4 +3.1,6,5 +4.3,12,2 +10.9,12,0 +7.5,16,1 +4.1,9,1 +4.7,12,3 +5,11,0 +2.9,10,2 +8,12,1 +8.4,8,3 +2.9,9,0 +6.2,17,0 +6.2,16,2 +5.1,11,0 +4,10,1 +4.4,8,3 +6.9,13,0 +5.4,14,1 +3,13,1 +2.9,11,2 +6.2,7,0 +4.3,16,0 +3.2,12,2 +7.3,13,0 +6.3,14,2 +5.6,16,0 +8.8,14,1 +3.2,11,0 +3,8,0 +3,14,0 +12.5,17,3 +2.9,10,3 +3.3,12,0 +6.5,12,0 +10.4,18,1 +4.5,14,0 +10,18,0 +3.8,12,2 +8.8,16,0 +9.4,14,2 +6.3,12,2 +4,9,0 +2.9,12,0 +20,12,1 +11.2,17,1 +3.5,12,2 +6,15,2 +14.4,17,1 +6.4,16,1 +3.5,12,1 +3,15,0 +4.5,16,1 +6.6,12,0 +9.3,15,0 +3,12,2 +3.2,12,0 +1.5,12,2 +5.9,12,1 +8,16,0 +2.9,11,1 +3.3,14,0 +6.5,14,0 +4,13,1 +6,14,0 +4.1,12,0 +3.8,12,0 +3,8,0 +3.5,12,0 +2.9,3,0 +4.5,11,0 +3.3,15,2 +5.9,11,1 +8,12,2 +3,4,1 +5,9,6 +5.5,12,1 +2.7,12,0 +3,11,2 +4.5,12,0 +17.5,16,3 +8.2,13,0 +9.1,15,1 +11.8,16,0 +3.2,12,0 +4.5,12,0 +4.5,12,0 +3.7,9,2 +6.5,10,3 +2.9,12,0 +5.6,11,2 +2.2,8,4 +5,6,3 +8.3,16,0 +2.9,12,4 +6.2,12,3 +4.6,16,0 +3.3,12,0 +2.3,10,4 +3.3,13,0 +3.2,13,4 +12.5,14,0 +5.2,16,0 +3.1,10,2 +7.2,12,3 +2.9,12,0 +1.8,11,2 +2.9,0,2 +2.9,5,5 +17.7,16,1 +6.2,16,0 +2.6,9,1 +6.6,15,2 +3.5,12,1 +6.5,12,3 +3,12,0 +4.4,13,1 +10,12,1 +4.9,7,5 +9,17,2 +1.4,12,2 +3.1,12,0 +9.3,14,3 +7.5,12,2 +4.8,13,0 +5.7,12,0 +15,16,2 +2.3,10,3 +4.7,15,3 +11.6,16,0 +3.5,14,2 diff --git a/docs/_site/projects/problem-set-7/problem-set-7.Rproj b/docs/_site/projects/problem-set-7/problem-set-7.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/problem-set-7/problem-set-7.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/projects/problem-set-7/your-name_problem-set-7.Rmd b/docs/_site/projects/problem-set-7/your-name_problem-set-7.Rmd new file mode 100644 index 00000000..d5a93917 --- /dev/null +++ b/docs/_site/projects/problem-set-7/your-name_problem-set-7.Rmd @@ -0,0 +1,132 @@ +--- +title: "Problem set 7: Education and wages + public housing and health" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +--- + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) # For ggplot, mutate(), filter(), and friends +library(broom) # For converting models to data frames +library(estimatr) # For lm_robust() and iv_robust() +library(modelsummary) # For showing side-by-side regression tables +``` + + +# Task 1: Education, wages, and kids + +Let's look once again at the effect of education on earnings. You'll use data from the 1976 Current Population Survey run by the US Census. The data is available as `wage` in the **wooldridge** R package---here I've just taken a subset of variables and renamed them. There are three columns: + +| Variable name | Description | +| -------------- | ------------------------------------------ | +| `wage` | Average hourly earnings (in 1976 dollars) | +| `education` | Years of education | +| `n_kids` | Number of dependents living at home | + +You're interested in estimating $\beta_1$ in: + +$$ +\text{Wage}_i = \beta_0 + \beta_1 \text{Education}_i + \epsilon_i +$$ + +However, there is an issue with omitted variable bias and endogeneity. Instrumental variables can potentially help address the endogeneity. + +## Step 1 + +Load and look at the dataset + +```{r load-wage-data, message=FALSE} +wages <- read_csv("data/wages.csv") +``` + +## Step 2 + +We need an instrument for education, since part of it is endogenous. Do you think the variable `n_kids` (the number of children) would be a valid instrument? Does it meet the three requirements of a valid instrument? + +ANSWER HERE + +Explain why it passes or fails each of the three requirements for a valid instrument. Test the requirements where possible using scatterplots and regression. + +ANSWER HERE and include plots and regression + +## Step 3 + +Assume that the number of children is a valid instrument (regardless of whatever you concluded earlier). Using the number of children (`n_kids`) as an instrument for education (`education`), estimate the effect of education on wages via two-stage least squares (2SLS) instrumental variables (IV). + +Do this by hand: create a first stage model, extract the predicted education, and use predicted education in the second stage. + +Interpret the coefficient that gives the effect of education on wages ($\beta_1$) and its significance. + +DO ALL THAT HERE + +(Remember that you can also use the `iv_robust()` function from the **estimatr** package to run IV/2SLS models in one step with: `iv_robust(y ~ x | z, data = data)`, where `y` is the outcome, `x` is the policy/program, and `z` is the instrument. Try doing this to check your manual two-stage model.) + +## Step 4 + +Run a naive model predicting the effect of education on wages (i.e. without any instruments). How does this naive model compare with the IV model? + +Show the results side-by-side here: + +TABLE HERE + +## Step 6 + +Explain which estimates (OLS vs. IV/2SLS) you would trust more (or why you distrust both) + +ANSWER HERE + + +--- + + +# Task 2: Public housing and health + +[Economic research shows](https://dx.doi.org/10.1002/pam.20288) that there is a potential (albeit weak) connection between health outcomes and residency in public housing. You are interested in finding the effect of public housing assistance on health outcomes. In the absence of experimental data, you must use observational data collected by the Georgia Department of Public Health. You have access to a dataset of 1,000 rows with the following columns: + +| Variable name | Description | +| --------------------- | -------------------------------------------------------------------------------- | +| `HealthStatus` | Health status on a scale from 1 = poor to 20 = excellent | +| `HealthBehavior` | Omitted variable (you can't actually measure this!) | +| `PublicHousing` | Number of years spent in public housing | +| `Supply` | Number of available public housing units in the city per 100 eligible households | +| `ParentsHealthStatus` | Health status of parents on a scale from 1 = poor to 20 = excellent | +| `WaitingTime` | Average waiting time before obtaining public housing in the city (in months) | +| `Stamp` | Dollar amount of food stamps (SNAP) spent each month | +| `Age` | Age | +| `Race` | Race; 1 = White, 2 = Black, 3 = Hispanic, 4 = Other | +| `Education` | Education; 1 = Some high school, 2 = High school, 3 = Bachelor's, 4 = Master's | +| `MaritalStatus` | Marital status; 1 = Single, 2 = Married, 3 = Widow, 4 = Divorced | + +(This is simulated data, but it's based on analysis by [Angela R. Fertig and David A. Reingold](https://dx.doi.org/10.1002/pam.20288)) + +Your goal is to measure the effect of living in public housing (`PublicHousing`) on health (`HealthStatus`). There is omitted variable bias, though, since people who care more about their health might be more likely to self-select into public housing and report a better health status score. The magic variable `HealthBehavior` measures this omitted variable, and you can use it as reference to make sure you get the models right (this is the same as "ability" in the examples in class), but don't include it in any of your actual models, since it's not real. + +This data includes four potential instruments: + +- `Supply`: Number of available public housing units in the city per 100 eligible households +- `ParentsHealthStatus`: Health status of parents on a scale from 1 = poor to 5 = excellent +- `WaitingTime`: Average waiting time before obtaining public housing in the city (in months) +- `Stamp`: Dollar amount of food stamps (SNAP) spent each month + +You have three tasks: + +1. Evaluate the suitability of each of the four potential instruments. Check if they (1) have *relevance* with a scatterplot and model and F-test, (2) meet the *excludability* assumption, and (3) meet the *exogeneity* assumption. Choose one of these as your main instrument and justify why it's the best. Explain why the other three are not. + +2. Estimate a naive model of the effect of public housing on health status (i.e. without any instruments). You can include any control variables you feel appropriate (i.e. that fit in your causal model). If you use variables that are categorical like race, education, or marital status, make sure you wrap them with `as.factor()` to treat them as categories instead of numbers (e.g. `as.factor(education)`). + +3. Estimate the effect of public housing on health status using 2SLS IV. You can use `iv_robust()` to do it all in one step if you want (but you'll still need to run a first-stage model to find the F statistic). Compare the results with the naive model. Which model do you trust (if any), and why? + +```{r load-housing-data, message=FALSE} +housing <- read_csv("data/public_housing.csv") +``` + +DO ALL THAT HERE. diff --git a/docs/_site/projects/problem-set-8/data/evaluation.dta b/docs/_site/projects/problem-set-8/data/evaluation.dta new file mode 100644 index 00000000..16568337 Binary files /dev/null and b/docs/_site/projects/problem-set-8/data/evaluation.dta differ diff --git a/docs/_site/projects/problem-set-8/problem-set-8.Rproj b/docs/_site/projects/problem-set-8/problem-set-8.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/problem-set-8/problem-set-8.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/projects/problem-set-8/your-name_problem-set-8.Rmd b/docs/_site/projects/problem-set-8/your-name_problem-set-8.Rmd new file mode 100644 index 00000000..8227c51e --- /dev/null +++ b/docs/_site/projects/problem-set-8/your-name_problem-set-8.Rmd @@ -0,0 +1,241 @@ +--- +title: "Problem set 8: The Health Insurance Subsidy Program" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +--- + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) # For ggplot, mutate(), filter(), and friends +library(broom) # For converting models to data frames +library(estimatr) # For lm_robust() and iv_robust() +library(modelsummary) # For showing side-by-side regression tables +library(MatchIt) # For matching +library(rdrobust) # For nonparametric RD +library(rddensity) # For nonparametric RD density tests +library(haven) # For reading Stata files + +set.seed(1234) # Make any random stuff be the same every time you run this + +# Round everything to 3 digits by default +options("digits" = 3) + +# Turn off the message that happens when you use group_by() and summarize() +options(dplyr.summarise.inform = FALSE) + +# Load raw data +hisp_raw <- read_stata("data/evaluation.dta") + +# Make nice clean dataset to use for the rest of the assignment +hisp <- hisp_raw %>% + # Having a numeric 0/1 column is sometimes helpful for things that don't like + # categories, like matchit() + mutate(enrolled_num = enrolled) %>% + # Convert these 0/1 values to actual categories + mutate(eligible = factor(eligible, labels = c("Not eligible", "Eligible")), + enrolled = factor(enrolled, labels = c("Not enrolled", "Enrolled")), + round = factor(round, labels = c("Before", "After")), + treatment_locality = factor(treatment_locality, labels = c("Control", "Treatment")), + promotion_locality = factor(promotion_locality, labels = c("No promotion", "Promotion"))) %>% + # Get rid of this hospital column because (1) we're not using it, and (2) half + # of the households are missing data, and matchit() complains if any data is + # missing, even if you're not using it + select(-hospital) +``` + + +The World Bank's *Impact Evaluation in Practice* has used a hypothetical example of a health insurance program throughout the book. This Health Insurance Subsidy Program (HISP) provides subsidies for buying private health insurance to poorer households, with the goal of lowering personal health expenditures, since people can rely on insurance coverage instead of paying out-of-pocket. Think of the HISP as a version of the Affordable Care Act (ACA, commonly known as Obamacare). + +The dataset includes a number of important variables you'll use throughout this assignment: + +| Variable name | Description | +| --------------------- | ---------------------------------------------------------------- | +| `health_expenditures` | Out of pocket health expenditures (per person per year) | +| `eligible` | Household eligible to enroll in HISP | +| `enrolled` | Household enrolled in HISP | +| `round` | Indicator for before and after intervention | +| `treatment_locality` | Household is located in treatment community | +| `poverty_index` | 1-100 scale of poverty | +| `promotion_locality` | Household is located in community that received random promotion | +| `enrolled_rp` | Household enrolled in HISP following random promotion | + + +It also includes several demographic variables about the households. **Each of these are backdoor confounders between health expenditures participation in the HISP**: + +| Variable name | Description | +| ------------------- | --------------------------------------------------------- | +| `age_hh` | Age of the head of household (years) | +| `age_sp` | Age of the spouse (years) | +| `educ_hh` | Education of the head of household (years) | +| `educ_sp` | Education of the spouse (years) | +| `female_hh` | Head of household is a woman (1 = yes) | +| `indigenous` | Head of household speaks an indigenous language (1 = yes) | +| `hhsize` | Number of household members | +| `dirtfloor` | Home has a dirt floor (1 = yes) | +| `bathroom` | Home has a private bathroom (1 = yes) | +| `land` | Number of hectares of land owned by household | +| `hospital_distance` | Distance to closest hospital (km) | + + +You will use each of the five main econometric approaches for estimating causal effects to measure the effect of HISP on household health expenditures. **Don't worry about conducting in-depth baseline checks and robustness checks.** For the sake of this assignment, you'll do the minimum amount of work for each method to determine the causal effect of the program. + + +# Task 1: RCTs + +To measure the effect of HISP accurately, World Bank researchers randomly assigned different localities (villages, towns, cities, whatever) to treatment and control groups. Some localities were allowed to join HISP; others weren't. + +Here's what you should do: + +- Make a new dataset that only looks at eligible households (`filter(eligible == "Eligible")`) +- Make a new dataset that only looks at eligible households *after* the experiment (`filter(round == "After")`) +- Calculate the average health expenditures in treatment and control localities (`treatment_locality`) *before* the intervention (`round == "Before"`). Were expenditures fairly balanced across treatment and control groups before the intervention? +- Calculate the average health expenditures in treatment and control localities *after* the intervention (`round == "After"`) +- Determine the difference in average health expenditures across treatment and control *after* the intervention +- Using data *after* the intervention, use linear regression to determine the difference in means and statistical significance of the difference (hint: you'll want to use `health_expenditures ~ treatment_locality`). Use `lm_robust()` from the **estimatr** package and cluster by `locality_identifier` if you're feeling adventurous. +- Create another model that controls for the following variables: `age_hh + age_sp + educ_hh + educ_sp + female_hh + indigenous + hhsize + dirtfloor + bathroom + land + hospital_distance`. (Use `lm_robust()` again if you're brave.) Does the estimate of the causal effect change? +- Show the results from the two regressions in a side-by-side table if you want + +```{r} +# Do that here, either in one big chunk, or in smaller chunks with text in +# between where you answer the questions (preferred) +``` + + +# Task 2: Inverse probability weighting and/or matching + +Instead of using experimental data, we can estimate the causal effect using observational data alone by closing all the confounding backdoors. In this task, you should **choose one of two approaches**: inverse probability weighting or matching. **AGAIN: you only need to do one of these**. You can do both for fun, but you only need to do **one**. + +Do the following (for both approaches): + +- Make a dataset based on `hisp` that only includes observations from after the intervention (`round == "After"`). Even though you technically have a column that indicates if the household was in the treatment group (`treatment_locality`), you're going to pretend that you don't have it This is now observational data—all you know is that a bunch of households participated in HISP and a bunch didn't. +- Run a naive model that estimates the effect of HISP enrollment on health expenditures (`health_expenditures ~ enrolled`) using this after-only observational data. What is the effect? Is this accurate? Why or why not? + +```{r} +# Do that here, either in one big chunk, or in smaller chunks with text in +# between where you answer the questions (preferred) +``` + +***If you're using inverse probability weighting***, do the following: + +- Use logistic regression to model the probability of enrolling in the HISP. Hint: you'll need to use `glm()` (replace stuff in `<>` like `` with actual column names or dataset names). Also, note that this code below isn't in an actual R chunk, so don't try to run it. + +```r +model_logit <- glm(enrolled ~ COUNFOUNDER1 + COUNFOUNDER2 + ..., + data = NAME_OF_YOUR_AFTER_DATASET, + family = binomial(link = "logit")) +``` + +- Generate propensity scores for enrollment in the HISP using something like this code (again, this isn't a chunk; don't try to run it): + +```r +enrolled_propensities <- augment_columns(MODEL_NAME, NAME_OF_YOUR_AFTER_DATASET, + type.predict = "response") %>% + rename(p_enrolled = .fitted) +``` + +- Add a new column to `enrolled_propensities` with `mutate()` that calculates the inverse probability weights using this formula (hint: "propensity" will be `p_enrolled`; "Treatment" will be `treatment_num`): + +$$ +\frac{\text{Treatment}}{\text{Propensity}} + \frac{1 - \text{Treatment}}{1 - \text{Propensity}} +$$ + +- Run a model that estimates the effect of HISP enrollment on health expenditures (`health_expenditures ~ enrolled`) using the `enrolled_propensities` data, weighting by your new inverse probability weights column. What is the causal effect of HISP on health expenditures? How does this compare to the naive model? Which do you believe more? Why? +- Show the results from the two regressions in a side-by-side table if you want + +```{r} +# Do that here, either in one big chunk, or in smaller chunks with text in +# between where you answer the questions (preferred) +``` + + +***If you're using matching***, do the following: + +- Use `matchit()` to find the best matches for enrollment based on Mahalanobis nearest neighbor matching. The `matchit()` function can't work with categorical variables, so make sure you use `enrolled_num` instead of `enrolled`. Use code similar to this (replace stuff in `<>` like `` with actual column names or dataset names). Also, note that this code below isn't in an actual R chunk, so don't try to run it. + +```r +matched <- matchit(enrolled_num ~ COUNFOUNDER1 + COUNFOUNDER2 + ..., + data = NAME_OF_YOUR_AFTER_DATASET, + method = "nearest", distance = "mahalanobis", replace = TRUE) +``` + + It might take a minute to run the matching. If you include `cache=TRUE` in the chunk options, R will keep track of when the chunk changes; if you knit and there's been a change to the chunk, R will run the chunk, but if you knit and there's been no changes, R will use the previous output of the chunk and not actually run it. + +- Run `summary(matched)` and see how many rows were matched and how many will be discarded. +- Use `match.data()` to store the results of the match as a new dataset. +- Run a model that estimates the effect of HISP enrollment on health expenditures (`health_expenditures ~ enrolled`) using the matched data, weighting by the `weights` column that `matchit()` generated. What is the causal effect of HISP on health expenditures? How does this compare to the naive model? Which do you believe more? Why? +- Show the results from the two regressions in a side-by-side table if you want + +```{r} +# Do that here, either in one big chunk, or in smaller chunks with text in +# between where you answer the questions (preferred) +``` + + +# Task 3: Diff-in-diff + +Instead of using experimental data, we can estimate the causal effect using observational data alone with a difference-in-difference approach. We have data indicating if households were enrolled in the program (`enrolled`) and data indicating if they were surveyed before or after the intervention (`round`), which means we can find the differences between enrolled/not enrolled before and after the program. + +Do the following: + +- Make a new dataset based on `hisp` that only includes observations from the localities that were randomly chosen for treatment (`treatment_locality == "Treatment"`) +- Using that new dataset, run a regression model that estimates the difference-in-difference effect of being enrolled in the HISP program (huge hint: use `health_expenditures ~ enrolled + round + enrolled * round`). Use `lm_robust()` and cluster by `locality_identifier` if you're brave. What is the causal effect of HISP on health expenditures? +- Run a second model that estimates the difference-in-difference effect, but control for the following variables: `age_hh + age_sp + educ_hh + educ_sp + female_hh + indigenous + hhsize + dirtfloor + bathroom + land + hospital_distance`. (Again, cluster by `locality_identifier` if you're brave.) How does the causal effect change? +- Show the results from the two regressions in a side-by-side table if you want + +```{r} +# Do that here, either in one big chunk, or in smaller chunks with text in +# between where you answer the questions (preferred) +``` + + +# Task 4: RDD + +Eligibility for the HISP is determined by income. Households that have an income of less than 58 on a standardized 1-100 scale (`poverty_index`) qualify for the program and are automatically enrolled. Because we have an arbitrary cutoff in a running variable, we can use regression discontinuity to measure the effect of the program on health expenditures. + +Do the following: + +- Make a new dataset based on `hisp` that only includes observations from the localities that were randomly chosen for treatment (`treatment_locality == "Treatment"`) +- Use `mutate()` to add new variable that centers the poverty index variable at 58 +- Determine if the discontinuity is sharp or fuzzy. (Hint: create a scatterplot with `poverty_index` on the x-axis, `enrolled` on the y-axis, and a vertical line at 58.) +- Determine if the distribution of the running variable (`poverty_index`) has a jump near the cutoff (it shouldn't). (Hint: create a histogram with `poverty_index` on the x-axis and a vertical line at 58. Use a McCrary test to see if there's a significant break in the distribution at 58.) +- Visualize the jump in outcome at the cutoff with a scatterplot (Hint: create a scatterplot with `poverty_index` on the x-axis, `health_expenditures` on the y-xis, color by `enrolled`, add a vertical line at 58, and add trendlines with `geom_smooth(method = "lm")`. You might want to adjust the size and transparency of the points with `geom_point(alpha = 0.2, size = 0.2)` or something similar.) +- Graphically, does it look like the HISP reduces health expenditures? +- Build a parametric regression model to estimate the size of the gap at the cutoff. You'll want to use the centered policy index variable to make it easier to interpret. You probably want to create a new dataset that only includes observations within some bandwidth that you choose (`filter(poverty_index_centered >= SOMETHING & poverty_index_centered <= SOMETHING)`). How big is the effect? +- Use `rdrobust()` from the **rdrobust** library to estimate the size of the gap nonparametrically. For the sake of simplicity, just use the default (automatic) bandwidth and kernel. How big is the effect? + +```{r} +# Do that here, either in one big chunk, or in smaller chunks with text in +# between where you answer the questions (preferred) +``` + + +# Task 5: IVs/2SLS + +Finally, we can use an instrument to remove the endogeneity from the choice to enroll in the HISP and estimate the causal effect from observational data. As you read in chapter 5, World Bank evaluators randomly selected households to receive encouragement to enroll in HISP. You can use this encouragement as an instrument for enrollment. + +Do the following: + +- Create a dataset based on `hisp` that only includes observations from after the intervention (`round == "After"`) +- Build a naive regression model that estimates the effect of HISP enrollment on health expenditures. You'll need to use the `enrolled_rp` variable instead of `enrolled`, since we're measuring enrollment after the encouragement intervention. (Hint: you'll want to use `health_expenditures ~ enrolled_rp`.) What does this naive model tell us about the effect of enrolling in HISP? +- Check the relevance, exclusion, and exogeneity of promotion (`promotion_locality`) as an instrument. For relevance, you'll want to run a model that predicts enrollment based on promotion (hint: `enrolled_rp ~ promotion_locality`) and check (1) the significance of the coefficient and (2) the F-statistic. For exclusion and exogeneity, you'll have to tell a convincing story that proves promotion influences health expenditures *only through* HISP enrollment. +- Run a 2SLS regression model with promotion as the instrument. You can do this by hand if you want (i.e. run a first stage model, extract predicted enrollment, and use predicted enrollment as the second stage), *or* you can just use the `iv_robust()` function from the **estimatr** library. (Hint: you'll want to use `health_expenditures ~ enrolled_rp | promotion_locality` as the formula). After removing the endogeneity from enrollment, what is the casual effect of enrollment in the HISP on health expenditures? +- Show the results from the two regressions in a side-by-side table if you want + +```{r} +# Do that here, either in one big chunk, or in smaller chunks with text in +# between where you answer the questions (preferred) +``` + + +# Task 6: Summary + +You just calculated a bunch of causal effects. List them here. Which one do you trust the most? Why? diff --git a/docs/_site/projects/problem-set-9/problem-set-9.Rproj b/docs/_site/projects/problem-set-9/problem-set-9.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/problem-set-9/problem-set-9.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/projects/problem-set-9/your-name_problem-set-9.Rmd b/docs/_site/projects/problem-set-9/your-name_problem-set-9.Rmd new file mode 100644 index 00000000..3f8b6600 --- /dev/null +++ b/docs/_site/projects/problem-set-9/your-name_problem-set-9.Rmd @@ -0,0 +1,115 @@ +--- +title: "Problem set 9: Making fake data" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +--- + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) # For ggplot, mutate(), filter(), and friends +library(broom) # For converting models to data frames +library(ggdag) # For drawing DAGs +library(scales) # For rescaling data with rescale() +library(truncnorm) # For truncated normal distributions + +set.seed(1234) # Make any random stuff be the same every time you run this + +# Turn off the message that happens when you use group_by() and summarize() +options(dplyr.summarise.inform = FALSE) +``` + +Many MPA and MPP programs offer a brief math camp in the weeks before students begin their graduate degrees, with the hope that it will help students by more prepared in math-heavy classes like statistics and microeconomics. + +You're interested in evaluating the effectiveness of a hypothetical math camp program. Does attending math camp cause higher grades in statistics classes? + +This program is not randomized and it's not mandatory—anyone can decide to sign up (or not!), which means you have selection bias and confounding to worry about. + +You don't have any data for this, but that's okay! You can simulate some data and set up the infrastructure for answering this question later with real data. + +These two guides will be incredibly helpful for this assignment: + +- Generating random numbers: +- The ultimate guide to generating synthetic data for causal inference: + + +## 1: Draw a DAG that maps out how all the columns you care about are related + +For the sake of this example, we'll think about a DAG with just four nodes. Students' GRE scores and undergraduate GPAs confound both the choice to enroll in math camp and final class grades. Additionally, undergraduate degrees help cause GRE scores. + +```{r math-camp-dag, fig.width=6, fig.height=4, fig.align="center"} +math_camp_dag <- dagify(grade ~ camp + gpa + gre, + camp ~ gpa + gre, + gre ~ gpa, + outcome = "grade", + exposure = "camp", + coords = list(x = c(camp = 1, gpa = 2, gre = 3, grade = 4), + y = c(camp = 1, gpa = 2, gre = 2, grade = 1))) + +ggdag_status(math_camp_dag) + + theme_dag() + + guides(color = "none") # Turn off legend +``` + + +## 2: Specify how those nodes are measured + +Here's how these columns are measured: + +- **GPA**: Scale from 1.5 to 4.0 with two decimals (i.e. values like 3.54 are fine). Mostly clustered around 3.5, plus or minus some amount that you decide. You'll either want to scale down whatever values you create with `rescale()`, or use `rtruncnorm()` to constrain the values within the plausible range. +- **GRE**: Scale from 130 to 170 with no decimals (i.e. values like 145.32 are bad). Mostly clustered around 150, plus or minus some amount that you decide. You'll either want to scale down whatever values you create with `rescale()`, or use `rtruncnorm()` to constrain the values within the plausible range. +- **Math camp**: Binary variable. Roughly 50% of students enroll in math camp. +- **Final grade**: Final exam score in a student's statistics class. Scale from 0 to 100 with one decimal (i.e. values like 75.2 are fine), mostly clustered around 70 (it's a hard test), plus or minus some amount that you decide. + +## 3: Specify the relationships between the nodes based on the DAG equations + +In the DAG, there are three sets of relationships, or models: + +- **GPA is associated with GRE scores**: Every 1 point increase in GPA (i.e. moving from a 2.0 to a 3.0) increases GRE scores by 10, on average. +- **Math camp is associated with undergraduate GPA and GRE scores**: Math camp here is a binary variable, so you can't say things like "every 1 point increase in GRE scores changes math camp by X". Instead, you'll want to do something similar to [the example for creating an effect in an observational DAG](https://evalf21.classes.andrewheiss.com/example/synthetic-data/#creating-an-effect-in-an-observational-dag): create a column named `camp_score`, have GPA and GRE *decrease* that score (since people are less likely to enroll in math camp if they have higher GPAs and GRE scores), rescale that math camp score column to be between 0 and 1 to create a `camp_probability` column, and then randomly assign people to math camp based on those probabilities. I don't care what the size of the GPA and GRE effects are (since they'll be scaled down and binary-ized anyway)—just make it so that the probability of math camp goes down as GPA and GPA go up. +- **Final grade is caused by math camp, undergraduate GPA, and GRE scores**: Every 1 point increase in GPA increases final test scores by 10 points, on average. Every 1 point increase in GRE scores increase final test scores by 0.5 points. *Participating in math camp causes a boost of 10 points.* That's the causal effect you're building in. + +## 4: Generate data based on the DAG relationships + +Generate random columns that stand alone. Generate related columns using regression math. Consider adding random noise. This is an entirely trial and error process until you get numbers that look good. Rely heavily on plots as you try different coefficients and parameters. Optionally rescale any columns that go out of reasonable bounds. If you rescale, you'll need to tinker with the coefficients you used since the final effects will also get rescaled. + +Generate data for 2500 students. + +You'll probably want to rescale columns so you don't end up with GPAs like 6.3, etc. Rescaling distorts the causal effects you build in, so you probably won't do something like `10 * camp`—it'll likely need to be higher. + +```{r create-data} + +``` + + +## 5: Verify all relationships with plots and models + +Make sure the relationships look good. GPA and GRE should be related to each other. Higher values of GPA and GRE should decrease the likelihood of math camp. GPA, GRE, and math camp should all be positively related with final grades. + +Insert as many chunks as you need to here. + + +## 6: Try it out! + +See if you can find the effect. Run two models: + +- `grade ~ camp`: This is the naive, unadjusted, correlation-is-not-causation estimate. It's wrong. +- `grade ~ camp + gpa + gre`: This is the adjusted estimate. Backdoors have been closed and the coefficient for `camp` should be the causal effect. It should be around 10. +- (If you want to be super cool, adjust for GPA and GRE with inverse probability weighting too to see if the ATE for `camp` still holds. This is entirely optional.) + +Insert as many chunks as you need to here. + + +## 7: Save the data + +Make a version of your fake data that removes all the intermediate columns you made. Save the final clean data as a CSV file with `write_csv()`. + +Insert a chunk here to do that. diff --git a/docs/_site/projects/rcts-ipw/data/lalonde.csv b/docs/_site/projects/rcts-ipw/data/lalonde.csv new file mode 100644 index 00000000..075fed15 --- /dev/null +++ b/docs/_site/projects/rcts-ipw/data/lalonde.csv @@ -0,0 +1,615 @@ +treat,age,educ,race,married,nodegree,re74,re75,re78 +1,37,11,black,1,1,0,0,9930.046 +1,22,9,hispan,0,1,0,0,3595.894 +1,30,12,black,0,0,0,0,24909.45 +1,27,11,black,0,1,0,0,7506.146 +1,33,8,black,0,1,0,0,289.7899 +1,22,9,black,0,1,0,0,4056.494 +1,23,12,black,0,0,0,0,0 +1,32,11,black,0,1,0,0,8472.158 +1,22,16,black,0,0,0,0,2164.022 +1,33,12,white,1,0,0,0,12418.07 +1,19,9,black,0,1,0,0,8173.908 +1,21,13,black,0,0,0,0,17094.64 +1,18,8,black,0,1,0,0,0 +1,27,10,black,1,1,0,0,18739.93 +1,17,7,black,0,1,0,0,3023.879 +1,19,10,black,0,1,0,0,3228.503 +1,27,13,black,0,0,0,0,14581.86 +1,23,10,black,0,1,0,0,7693.4 +1,40,12,black,0,0,0,0,10804.32 +1,26,12,black,0,0,0,0,10747.35 +1,23,11,black,0,1,0,0,0 +1,41,14,white,0,0,0,0,5149.501 +1,38,9,white,0,1,0,0,6408.95 +1,24,11,black,0,1,0,0,1991.4 +1,18,10,black,0,1,0,0,11163.17 +1,29,11,black,1,1,0,0,9642.999 +1,25,11,black,0,1,0,0,9897.049 +1,27,10,hispan,0,1,0,0,11142.87 +1,17,10,black,0,1,0,0,16218.04 +1,24,11,black,0,1,0,0,995.7002 +1,17,10,black,0,1,0,0,0 +1,48,4,black,0,1,0,0,6551.592 +1,25,11,black,1,1,0,0,1574.424 +1,20,12,black,0,0,0,0,0 +1,25,12,black,0,0,0,0,3191.753 +1,42,14,black,0,0,0,0,20505.93 +1,25,5,black,0,1,0,0,6181.88 +1,23,12,black,1,0,0,0,5911.551 +1,46,8,black,1,1,0,0,3094.156 +1,24,10,black,0,1,0,0,0 +1,21,12,black,0,0,0,0,1254.582 +1,19,9,white,0,1,0,0,13188.83 +1,17,8,black,0,1,0,0,8061.485 +1,18,8,hispan,1,1,0,0,2787.96 +1,20,11,black,0,1,0,0,3972.54 +1,25,11,black,1,1,0,0,0 +1,17,8,black,0,1,0,0,0 +1,17,9,black,0,1,0,0,0 +1,25,5,black,0,1,0,0,12187.41 +1,23,12,black,0,0,0,0,4843.176 +1,28,8,black,0,1,0,0,0 +1,31,11,black,1,1,0,0,8087.487 +1,18,11,black,0,1,0,0,0 +1,25,12,black,0,0,0,0,2348.973 +1,30,11,black,1,1,0,0,590.7818 +1,17,10,black,0,1,0,0,0 +1,37,9,black,0,1,0,0,1067.506 +1,41,4,black,1,1,0,0,7284.986 +1,42,14,black,1,0,0,0,13167.52 +1,22,11,white,0,1,0,0,1048.432 +1,17,8,black,0,1,0,0,0 +1,29,8,black,0,1,0,0,1923.938 +1,35,10,black,0,1,0,0,4666.236 +1,27,11,black,0,1,0,0,549.2984 +1,29,4,black,0,1,0,0,762.9146 +1,28,9,black,0,1,0,0,10694.29 +1,27,11,black,0,1,0,0,0 +1,23,7,white,0,1,0,0,0 +1,45,5,black,1,1,0,0,8546.715 +1,29,13,black,0,0,0,0,7479.656 +1,27,9,black,0,1,0,0,0 +1,46,13,black,0,0,0,0,647.2046 +1,18,6,black,0,1,0,0,0 +1,25,12,black,0,0,0,0,11965.81 +1,28,15,black,0,0,0,0,9598.541 +1,25,11,white,0,1,0,0,18783.35 +1,22,12,black,0,0,0,0,18678.08 +1,21,9,black,0,1,0,0,0 +1,40,11,black,0,1,0,0,23005.6 +1,22,11,black,0,1,0,0,6456.697 +1,25,12,black,0,0,0,0,0 +1,18,12,black,0,0,0,0,2321.107 +1,38,12,white,0,0,0,0,4941.849 +1,27,13,black,0,0,0,0,0 +1,27,8,black,0,1,0,0,0 +1,38,11,black,0,1,0,0,0 +1,23,8,hispan,0,1,0,0,3881.284 +1,26,11,black,0,1,0,0,17230.96 +1,21,12,white,0,0,0,0,8048.603 +1,25,8,black,0,1,0,0,0 +1,31,11,black,1,1,0,0,14509.93 +1,17,10,black,0,1,0,0,0 +1,25,11,black,0,1,0,0,0 +1,21,12,black,0,0,0,0,9983.784 +1,44,11,black,0,1,0,0,0 +1,25,12,white,0,0,0,0,5587.503 +1,18,9,black,0,1,0,0,4482.845 +1,42,12,black,0,0,0,0,2456.153 +1,25,10,black,0,1,0,0,0 +1,31,9,hispan,0,1,0,0,26817.6 +1,24,10,black,0,1,0,0,0 +1,26,10,black,0,1,0,0,9265.788 +1,25,11,black,0,1,0,0,485.2298 +1,18,11,black,0,1,0,0,4814.627 +1,19,11,black,0,1,0,0,7458.105 +1,43,9,black,0,1,0,0,0 +1,27,13,black,0,0,0,0,34099.28 +1,17,9,black,0,1,0,0,1953.268 +1,30,11,black,0,1,0,0,0 +1,26,10,black,1,1,2027.999,0,0 +1,20,9,black,0,1,6083.994,0,8881.665 +1,17,9,hispan,0,1,445.1704,74.34345,6210.67 +1,20,12,black,0,0,989.2678,165.2077,0 +1,18,11,black,0,1,858.2543,214.5636,929.8839 +1,27,12,black,1,0,3670.872,334.0493,0 +1,21,12,white,0,0,3670.872,334.0494,12558.02 +1,27,12,black,0,0,2143.413,357.9499,22163.25 +1,20,12,black,0,0,0,377.5686,1652.637 +1,19,10,black,0,1,0,385.2741,8124.715 +1,23,12,black,0,0,5506.308,501.0741,671.3318 +1,29,14,black,0,0,0,679.6734,17814.98 +1,18,10,black,0,1,0,798.9079,9737.154 +1,19,9,black,0,1,0,798.9079,17685.18 +1,27,13,white,1,0,9381.566,853.7225,0 +1,18,11,white,0,1,3678.231,919.5579,4321.705 +1,27,9,black,1,1,0,934.4454,1773.423 +1,22,12,black,0,0,5605.852,936.1773,0 +1,23,10,black,1,1,0,936.4386,11233.26 +1,23,12,hispan,0,0,9385.74,1117.439,559.4432 +1,20,11,black,0,1,3637.498,1220.836,1085.44 +1,17,9,black,0,1,1716.509,1253.439,5445.2 +1,28,11,black,0,1,0,1284.079,60307.93 +1,26,11,black,1,1,0,1392.853,1460.36 +1,20,11,black,0,1,16318.62,1484.994,6943.342 +1,24,11,black,1,1,824.3886,1666.113,4032.708 +1,31,9,black,0,1,0,1698.607,10363.27 +1,23,8,white,1,1,0,1713.15,4232.309 +1,18,10,black,0,1,2143.411,1784.274,11141.39 +1,29,12,black,0,0,10881.94,1817.284,0 +1,26,11,white,0,1,0,2226.266,13385.86 +1,24,9,black,0,1,9154.7,2288.675,4849.559 +1,25,12,black,0,0,14426.79,2409.274,0 +1,24,10,black,0,1,4250.402,2421.947,1660.508 +1,46,8,black,0,1,3165.658,2594.723,0 +1,31,12,white,0,0,0,2611.218,2484.549 +1,19,11,black,0,1,2305.026,2615.276,4146.603 +1,19,8,black,0,1,0,2657.057,9970.681 +1,27,11,black,0,1,2206.94,2666.274,0 +1,26,11,black,1,1,0,2754.646,26372.28 +1,20,10,black,0,1,5005.731,2777.355,5615.189 +1,28,10,black,0,1,0,2836.506,3196.571 +1,24,12,black,0,0,13765.75,2842.764,6167.681 +1,19,8,black,0,1,2636.353,2937.264,7535.942 +1,23,12,black,0,0,6269.341,3039.96,8484.239 +1,42,9,black,1,1,0,3058.531,1294.409 +1,25,13,black,0,0,12362.93,3090.732,0 +1,18,9,black,0,1,0,3287.375,5010.342 +1,21,12,black,0,0,6473.683,3332.409,9371.037 +1,27,10,black,0,1,1001.146,3550.075,0 +1,21,8,black,0,1,989.2678,3695.897,4279.613 +1,22,9,black,0,1,2192.877,3836.986,3462.564 +1,31,4,black,0,1,8517.589,4023.211,7382.549 +1,24,10,black,1,1,11703.2,4078.152,0 +1,29,10,black,0,1,0,4398.95,0 +1,29,12,black,0,0,9748.387,4878.937,10976.51 +1,19,10,white,0,1,0,5324.109,13829.62 +1,19,11,hispan,1,1,5424.485,5463.803,6788.463 +1,31,9,black,0,1,10717.03,5517.841,9558.501 +1,22,10,black,1,1,1468.348,5588.664,13228.28 +1,21,9,black,0,1,6416.47,5749.331,743.6666 +1,17,10,black,0,1,1291.468,5793.852,5522.788 +1,26,12,black,1,0,8408.762,5794.831,1424.944 +1,20,9,hispan,0,1,12260.78,5875.049,1358.643 +1,19,10,black,0,1,4121.949,6056.754,0 +1,26,10,black,0,1,25929.68,6788.958,672.8773 +1,28,11,black,0,1,1929.029,6871.856,0 +1,22,12,hispan,1,0,492.2305,7055.702,10092.83 +1,33,11,black,0,1,0,7867.916,6281.433 +1,22,12,white,0,0,6759.994,8455.504,12590.71 +1,29,10,hispan,0,1,0,8853.674,5112.014 +1,33,12,black,1,0,20279.95,10941.35,15952.6 +1,25,14,black,1,0,35040.07,11536.57,36646.95 +1,35,9,black,1,1,13602.43,13830.64,12803.97 +1,35,8,black,1,1,13732.07,17976.15,3786.628 +1,33,11,black,1,1,14660.71,25142.24,4181.942 +0,30,12,white,1,0,20166.73,18347.23,25564.67 +0,26,12,white,1,0,25862.32,17806.55,25564.67 +0,25,16,white,1,0,25862.32,15316.21,25564.67 +0,42,11,white,1,1,21787.05,14265.29,15491.01 +0,25,9,black,1,1,14829.69,13776.53,0 +0,37,9,black,1,1,13685.48,12756.05,17833.2 +0,32,12,white,1,0,19067.58,12625.35,14146.28 +0,20,12,black,0,0,7392.314,12396.19,17765.23 +0,38,9,hispan,1,1,16826.18,12029.18,0 +0,39,10,white,1,1,16767.41,12022.02,4433.18 +0,41,5,white,1,1,10785.76,11991.58,19451.31 +0,31,14,white,1,0,17831.29,11563.69,22094.97 +0,34,8,white,1,1,8038.872,11404.35,5486.799 +0,29,12,white,1,0,14768.95,11146.55,6420.722 +0,22,14,black,1,0,748.4399,11105.37,18208.55 +0,42,0,hispan,1,1,2797.833,10929.92,9922.934 +0,25,9,hispan,0,1,5460.477,10589.76,7539.361 +0,28,9,white,1,1,11091.41,10357.02,15406.78 +0,40,13,white,1,0,3577.621,10301.52,11911.95 +0,35,9,white,1,1,11475.43,9397.403,11087.38 +0,27,10,hispan,1,1,15711.36,9098.419,17023.41 +0,27,6,hispan,1,1,7831.189,9071.565,5661.171 +0,36,12,white,1,0,25535.12,8695.597,21905.82 +0,47,8,black,1,1,9275.169,8543.419,0 +0,40,11,white,1,1,20666.35,8502.242,25564.67 +0,27,7,white,1,1,3064.293,8461.065,11149.45 +0,36,9,black,1,1,13256.4,8457.484,0 +0,39,6,hispan,1,1,13279.91,8441.371,25048.94 +0,21,9,white,1,1,11156.07,8441.371,1213.214 +0,29,12,white,1,0,11199.17,8081.516,0 +0,22,13,hispan,0,0,6404.843,7882.79,9453.017 +0,25,10,white,1,1,13634.54,7793.274,11688.82 +0,27,12,white,1,0,12270.89,7709.129,7806.829 +0,45,8,white,1,1,22415.97,7635.726,15931.37 +0,26,12,white,1,0,2345.242,7565.903,2838.713 +0,27,12,white,1,0,9788.497,7496.081,14038.4 +0,33,8,white,1,1,12312.03,7474.597,25514.43 +0,25,12,white,1,0,11381.38,7467.435,4162.756 +0,49,8,white,1,1,6459.703,7431.629,7503.896 +0,40,3,hispan,1,1,7576.485,7426.258,12104.06 +0,22,12,black,1,0,9729.719,7372.548,2231.367 +0,25,5,white,1,1,7891.927,7293.774,14617.67 +0,25,12,white,1,0,11516.57,7263.339,19588.74 +0,21,12,white,1,0,13601.23,7202.468,10746.03 +0,33,9,hispan,1,1,11959.36,7087.887,25564.67 +0,20,12,black,1,0,9555.344,7055.661,0 +0,19,11,white,1,1,4306.468,6978.677,837.871 +0,25,12,black,1,0,295.8493,6942.871,461.0507 +0,29,12,white,1,0,15303.83,6932.129,24290.87 +0,20,12,white,1,0,3558.029,6797.855,6680.802 +0,29,6,hispan,1,1,8542.403,6701.177,7196.528 +0,25,13,white,1,0,19259.59,6652.839,13015.82 +0,41,15,white,1,0,25862.32,6563.323,24647 +0,39,10,white,1,1,22745.13,6493.5,25564.67 +0,33,12,white,1,0,10819.07,6369.968,2936.243 +0,29,8,white,1,1,9169.369,6352.065,20575.86 +0,21,11,white,1,1,10679.96,6276.871,10923.35 +0,31,12,white,1,0,23652.27,6228.532,22403.81 +0,36,12,black,1,0,11040.47,6221.371,7215.739 +0,25,7,white,1,1,5597.625,6099.629,122.6513 +0,35,7,white,1,1,10715.23,6087.097,15177.73 +0,22,9,white,1,1,5683.833,6038.758,4742.025 +0,31,2,hispan,1,1,3262.179,5965.355,9732.307 +0,40,15,white,1,0,10907.24,5922.387,6238.962 +0,47,3,white,1,1,9047.894,5911.645,6145.865 +0,26,8,hispan,0,1,3168.134,5872.258,11136.15 +0,42,7,white,1,1,10971.89,5806.016,9241.702 +0,53,12,white,0,0,17104.4,5775.581,19965.56 +0,30,17,black,0,0,17827.37,5546.419,14421.13 +0,28,10,white,1,1,10415.46,5544.629,10289.41 +0,46,11,white,1,1,14753.28,5299.355,0 +0,28,12,white,0,0,8256.35,5279.661,21602.88 +0,27,12,hispan,1,0,17604.01,5222.371,25564.67 +0,25,10,white,1,1,4335.857,5181.194,12418.81 +0,38,8,white,1,1,11242.27,5174.032,0 +0,26,12,hispan,0,0,7968.338,5109.581,4181.966 +0,54,12,white,0,0,7165.039,5012.903,0 +0,38,8,hispan,1,1,22606.02,4978.887,8720.065 +0,23,17,white,0,0,0,4876.839,16747.08 +0,23,8,white,1,1,3595.255,4866.097,2782.559 +0,23,12,white,1,0,11690.95,4764.048,14065 +0,25,12,hispan,1,0,8746.167,4762.258,379.7757 +0,25,15,white,1,0,7386.436,4738.984,12705.49 +0,37,11,hispan,0,1,615.2098,4713.919,0 +0,40,12,white,1,0,18389.68,4688.855,21857.05 +0,19,10,white,0,1,5777.878,4672.742,135.9508 +0,48,7,white,1,1,13326.93,4636.935,0 +0,19,12,white,0,0,8530.648,4620.823,0 +0,16,9,white,0,1,2539.21,4579.645,0 +0,29,10,white,1,1,713.1731,4542.048,7781.708 +0,30,16,white,0,0,3093.682,4468.645,15538.29 +0,22,11,white,1,1,8761.841,4463.274,10642.59 +0,22,10,white,0,1,17268.98,4400.613,2453.026 +0,47,10,black,1,1,13311.26,4397.032,19330.14 +0,25,12,hispan,1,0,2266.872,4361.226,3020.473 +0,47,10,black,0,1,21918.32,4323.629,19438.02 +0,24,12,black,1,0,8573.752,4293.194,0 +0,20,12,black,1,0,2648.929,4273.5,0 +0,28,12,black,0,0,16722.34,4253.806,7314.747 +0,47,11,white,0,1,8060.424,4232.323,3358.873 +0,50,0,white,1,1,10162.72,4218,220.1813 +0,18,12,white,0,0,2217.89,4191.145,8957.978 +0,21,12,white,0,0,9665.063,4110.581,1687.564 +0,47,11,white,1,1,23924.61,4096.258,17358.85 +0,21,12,white,0,0,2827.222,4056.871,5937.505 +0,34,11,white,1,1,0,4010.323,18133.18 +0,19,12,white,1,0,5817.063,3919.016,1066.919 +0,44,13,white,1,0,8032.994,3881.419,3104.704 +0,21,15,white,1,0,6951.479,3879.629,0 +0,20,12,black,0,0,5099.971,3842.032,12718.79 +0,51,11,white,0,1,48.98167,3813.387,1525.014 +0,28,13,white,0,0,5260.631,3790.113,9253.524 +0,24,15,white,0,0,12746.99,3743.565,0 +0,28,8,hispan,1,1,8305.332,3718.5,0 +0,20,11,white,1,1,5822.941,3532.306,11075.56 +0,29,12,white,1,0,14288.93,3503.661,8133.407 +0,23,12,white,1,0,14347.71,3482.177,3818.445 +0,20,11,black,0,1,0,3480.387,5495.665 +0,42,7,white,1,1,4324.102,3457.113,9856.436 +0,43,12,white,1,0,14328.12,3453.532,18781.9 +0,27,13,white,0,0,16406.9,3426.677,5344.937 +0,27,4,hispan,1,1,626.9654,3410.565,3367.739 +0,25,12,white,1,0,21469.65,3405.194,7981.201 +0,18,12,white,0,0,4729.67,3328.21,12602.05 +0,31,16,white,1,0,25862.32,3254.806,25564.67 +0,27,12,white,1,0,4043.927,3231.532,7240.86 +0,18,11,white,0,1,0,3226.161,15814.63 +0,24,7,white,1,1,7860.578,3213.629,0 +0,23,12,white,1,0,7856.66,3213.629,5535.564 +0,50,12,white,1,0,19929.66,3190.355,18597.19 +0,19,12,white,0,0,99.92261,3172.452,15436.33 +0,23,10,white,1,1,15811.28,3145.597,6398.556 +0,51,12,white,1,0,21001.38,3140.226,16015.6 +0,19,11,black,0,1,5607.422,3054.29,94.5745 +0,20,10,white,1,1,3099.56,2970.145,21141.83 +0,20,11,hispan,0,1,2868.367,2968.355,7403.41 +0,21,12,white,0,0,8128.998,2939.71,0 +0,39,10,white,1,1,0,2886,18761.22 +0,36,5,white,0,1,3814.692,2873.468,2751.527 +0,19,9,black,0,1,1079.556,2873.468,14344.29 +0,42,6,hispan,1,1,2425.572,2832.29,1907.745 +0,20,7,white,0,1,1902.448,2792.903,6098.578 +0,23,12,white,1,0,4954.986,2771.419,0 +0,35,12,white,1,0,1469.45,2719.5,0 +0,18,12,white,0,0,881.6701,2696.226,12120.31 +0,43,8,white,1,1,18338.74,2674.742,6395.601 +0,37,14,white,1,0,18501.36,2638.935,13429.58 +0,24,10,white,1,1,4719.874,2565.532,2173.736 +0,51,12,white,0,0,20742.76,2538.677,1019.631 +0,22,11,hispan,0,1,7341.373,2535.097,14187.65 +0,19,12,white,0,0,336.9939,2518.984,7118.209 +0,52,0,hispan,1,1,773.9104,2506.452,0 +0,21,12,white,0,0,2903.633,2456.323,4787.834 +0,24,12,white,0,0,9784.578,2413.355,0 +0,35,8,white,1,1,2241.401,2399.032,9460.406 +0,20,13,white,0,0,0,2352.484,0 +0,17,7,black,0,1,1054.086,2286.242,1613.677 +0,18,10,black,0,1,311.5234,2284.452,8154.095 +0,28,12,black,0,0,6285.328,2255.806,7310.313 +0,25,14,hispan,1,0,1622.273,2239.694,1892.968 +0,40,12,hispan,0,0,13616.9,2228.952,876.2919 +0,50,3,white,1,1,3136.786,2203.887,13976.34 +0,48,8,white,1,1,16050.31,2116.161,11600.15 +0,17,7,hispan,0,1,0,2082.145,6460.621 +0,30,12,white,1,0,7347.251,2080.355,14475.81 +0,30,7,white,1,1,574.0652,2010.532,366.4762 +0,22,11,white,1,1,3030.986,1976.516,0 +0,27,12,white,1,0,11493.06,1906.694,13419.24 +0,25,9,white,1,1,23377.97,1901.323,1898.879 +0,21,14,white,0,0,80.32994,1890.581,6389.69 +0,17,10,white,0,1,0,1888.79,19993.64 +0,39,7,white,0,1,7786.126,1844.032,9206.237 +0,18,9,black,0,1,1183.397,1822.548,803.8833 +0,25,12,white,1,0,2721.422,1754.516,1037.364 +0,20,8,white,1,1,2360.916,1741.984,0 +0,19,13,white,0,0,2366.794,1709.758,0 +0,19,11,white,0,1,0,1693.645,9853.481 +0,22,12,white,0,0,10137.25,1679.323,25564.67 +0,18,11,black,0,1,2068.986,1623.823,20243.38 +0,21,10,white,0,1,1767.259,1555.79,7675.312 +0,24,12,white,1,0,7643.1,1546.839,3262.82 +0,18,11,white,0,1,1273.523,1532.516,12489.75 +0,17,10,white,0,1,568.1874,1525.355,6231.573 +0,17,10,white,0,1,0,1503.871,7843.773 +0,18,10,white,0,1,0,1491.339,237.914 +0,53,10,hispan,0,1,7878.212,1489.548,13170.98 +0,18,11,black,0,1,1191.234,1478.806,3683.972 +0,17,10,hispan,0,1,0,1453.742,6918.716 +0,26,12,black,0,0,0,1448.371,0 +0,39,5,white,1,1,13082.02,1434.048,18323.81 +0,18,12,black,0,0,1579.169,1408.984,3057.416 +0,23,13,white,0,0,601.4949,1394.661,4975.505 +0,18,8,white,0,1,5023.56,1391.081,6756.166 +0,28,10,white,1,1,7578.444,1383.919,2404.261 +0,32,4,white,1,1,0,1378.548,0 +0,18,11,black,0,1,0,1367.806,33.98771 +0,40,10,white,1,1,1543.902,1342.742,0 +0,21,14,white,0,0,8456.196,1330.21,16967.26 +0,29,10,hispan,0,1,3732.403,1323.048,6694.101 +0,31,6,white,0,1,2666.562,1321.258,0 +0,46,7,white,1,1,19171.43,1317.677,0 +0,20,9,hispan,1,1,0,1283.661,0 +0,36,18,white,1,0,3273.935,1269.339,18227.76 +0,45,12,white,1,0,16559.72,1265.758,7987.112 +0,16,10,white,0,1,1026.656,1224.581,6847.785 +0,18,12,white,0,0,818.9735,1208.468,2232.845 +0,40,12,hispan,0,0,11867.28,1195.935,3873.121 +0,16,9,white,0,1,0,1188.774,2451.548 +0,16,10,white,0,1,574.0652,1181.613,5578.418 +0,28,5,hispan,1,1,10967.98,1178.032,239.3917 +0,20,12,white,0,0,0,1147.597,15554.55 +0,19,8,white,1,1,39.18534,1136.855,5327.204 +0,16,8,white,0,1,0,1113.581,542.3257 +0,20,11,white,1,1,2547.047,1099.258,0 +0,35,10,white,1,1,4964.782,1086.726,1745.195 +0,32,6,hispan,1,1,979.6334,1036.597,0 +0,32,16,black,0,0,17135.75,1031.226,0 +0,17,9,black,0,1,0,981.0968,8900.347 +0,16,7,white,0,1,0,975.7258,4728.725 +0,32,15,white,0,0,489.8167,968.5645,7684.178 +0,19,12,white,0,0,815.055,964.9839,12059.73 +0,40,12,white,1,0,16851.65,961.4032,17717.94 +0,50,7,white,1,1,11473.47,956.0323,0 +0,39,11,white,0,1,0,930.9677,0 +0,18,8,hispan,0,1,0,902.3226,1306.31 +0,39,10,black,0,1,844.444,889.7903,701.9201 +0,17,11,hispan,0,1,0,873.6774,7759.542 +0,17,5,black,0,1,96.00407,868.3065,0 +0,19,12,white,0,0,2425.572,861.1452,2587.499 +0,27,15,white,0,0,0,857.5645,3392.86 +0,18,11,black,0,1,587.78,841.4516,7933.914 +0,20,14,white,1,0,0,805.6452,1454.083 +0,20,12,white,1,0,12145.49,791.3226,13683.75 +0,19,13,black,0,0,1714.358,785.9516,9067.33 +0,24,8,white,1,1,213.5601,760.8871,2340.719 +0,27,12,white,1,0,4222.22,751.9355,0 +0,19,9,white,0,1,773.9104,676.7419,5647.871 +0,52,8,black,1,1,5454.599,666,0 +0,18,11,hispan,0,1,0,630.1935,0 +0,16,10,hispan,0,1,0,630.1935,3892.332 +0,18,12,hispan,0,0,0,630.1935,4843.988 +0,45,12,white,0,0,4473.006,608.7097,0 +0,21,14,white,0,0,9708.167,594.3871,2256.488 +0,36,8,white,1,1,2715.544,585.4355,0 +0,21,13,white,0,0,513.3279,578.2742,0 +0,41,7,white,1,1,19573.08,565.7419,0 +0,18,7,white,0,1,491.776,558.5806,642.8111 +0,39,9,white,0,1,11230.52,537.0968,5752.79 +0,19,3,white,1,1,0,537.0968,0 +0,32,13,white,1,0,12553.02,524.5645,15353.58 +0,16,9,white,0,1,0,485.1774,4112.513 +0,16,7,white,0,1,658.3136,479.8065,6210.885 +0,21,9,black,0,1,1030.574,470.8548,1223.558 +0,22,12,white,1,0,12096.51,469.0645,14289.62 +0,23,11,hispan,1,1,8946.012,469.0645,4776.012 +0,17,8,black,0,1,0,451.1613,0 +0,21,8,white,1,1,5699.507,388.5,8844.194 +0,18,10,white,0,1,0,386.7097,0 +0,24,12,white,1,0,9051.813,327.629,8547.171 +0,24,12,black,1,0,4232.016,320.4677,1273.8 +0,16,9,white,0,1,0,320.4677,3707.616 +0,20,8,white,1,1,621.0876,306.1452,5551.819 +0,42,8,white,0,1,17925.33,300.7742,14116.72 +0,17,8,hispan,0,1,391.8534,300.7742,18891.26 +0,19,8,hispan,0,1,368.3422,300.7742,18510 +0,17,9,black,0,1,0,297.1935,54.67588 +0,21,14,white,0,0,107.7597,293.6129,7698.955 +0,16,9,black,0,1,0,277.5,3983.951 +0,23,13,black,0,0,172.4155,272.129,582.2243 +0,16,9,white,0,1,411.446,254.2258,1725.985 +0,17,11,hispan,0,1,803.2994,248.8548,5173.521 +0,46,7,white,0,1,1081.515,245.2742,0 +0,32,10,white,1,1,4145.809,238.1129,8245.714 +0,18,11,white,0,1,131.2709,218.4194,7503.896 +0,23,12,hispan,1,0,0,216.629,0 +0,18,10,white,1,1,0,211.2581,14053.18 +0,19,10,black,0,1,1056.045,205.8871,0 +0,16,7,black,0,1,133.2301,205.8871,6145.865 +0,26,7,white,1,1,1538.024,189.7742,650.1997 +0,16,10,white,0,1,0,189.7742,2136.793 +0,17,10,white,0,1,0,182.6129,6423.677 +0,17,10,white,0,1,0,171.871,1483.637 +0,23,8,white,1,1,33.30754,166.5,0 +0,29,12,white,1,0,14641.6,162.9194,9473.705 +0,17,10,white,0,1,0,152.1774,10301.23 +0,49,8,white,1,1,14684.7,136.0645,14963.46 +0,20,10,white,1,1,6563.544,134.2742,15363.92 +0,40,16,white,1,0,0,114.5806,0 +0,19,10,white,0,1,1933.796,112.7903,675.321 +0,18,11,white,0,1,1481.206,57.29032,1421.573 +0,16,6,black,0,1,0,44.75806,0 +0,22,8,white,1,1,105.8004,42.96774,209.8372 +0,31,12,black,1,0,0,42.96774,11023.84 +0,20,11,white,1,1,4478.884,39.3871,6280.338 +0,17,11,hispan,0,1,601.4949,10.74194,1913.656 +0,50,12,white,1,0,25862.32,0,25564.67 +0,49,14,white,1,0,25862.32,0,25564.67 +0,47,9,white,1,1,25862.32,0,25564.67 +0,34,11,hispan,1,1,22198.49,0,0 +0,22,8,black,1,1,16961.37,0,959.0445 +0,27,12,white,1,0,15509.56,0,12593.19 +0,30,10,white,1,1,14913.94,0,11563.21 +0,52,12,white,1,0,14780.71,0,25564.67 +0,43,12,white,1,0,13321.05,0,16860.86 +0,27,9,hispan,1,1,12829.28,0,0 +0,35,13,white,0,0,9537.711,0,11269.14 +0,45,12,white,1,0,9277.128,0,12108.49 +0,22,11,black,1,1,9049.853,0,9088.018 +0,22,12,white,1,0,9022.424,0,3342.618 +0,23,11,white,1,1,8910.745,0,4183.444 +0,55,7,white,1,1,8832.375,0,0 +0,26,14,white,0,0,8411.132,0,0 +0,34,12,white,0,0,8125.079,0,6032.08 +0,22,11,white,0,1,8013.401,0,5748.356 +0,31,12,white,0,0,6156.016,0,4094.78 +0,19,12,white,0,0,5797.47,0,2160.436 +0,24,10,white,1,1,5523.173,0,5040.525 +0,36,12,white,1,0,5374.269,0,0 +0,20,9,white,1,1,5229.283,0,15892.95 +0,23,8,white,1,1,4610.155,0,0 +0,35,11,white,1,1,3975.352,0,21963.45 +0,23,12,white,0,0,3893.063,0,16324.45 +0,29,10,white,0,1,3751.996,0,251.2135 +0,24,9,white,1,1,3438.513,0,818.6605 +0,18,10,white,0,1,3360.143,0,0 +0,45,8,black,0,1,3299.405,0,31.03226 +0,21,13,hispan,0,0,3015.312,0,17627.8 +0,29,13,white,1,0,2780.2,0,14339.86 +0,21,15,white,0,0,2629.336,0,1717.118 +0,22,16,black,0,0,2564.68,0,116.7404 +0,24,12,black,1,0,2355.039,0,2448.593 +0,20,14,white,0,0,2210.053,0,2813.591 +0,19,6,black,0,1,1955.348,0,14998.92 +0,19,9,hispan,0,1,1822.118,0,3372.172 +0,19,12,black,0,0,1681.051,0,0 +0,20,13,white,0,0,1657.54,0,913.235 +0,19,12,black,0,0,1655.58,0,0 +0,26,5,white,1,1,1573.291,0,3700.227 +0,26,9,hispan,0,1,1563.495,0,2862.356 +0,23,12,white,0,0,1504.717,0,0 +0,20,9,hispan,0,1,1500.798,0,12618.31 +0,20,10,white,0,1,1412.631,0,6290.682 +0,36,11,white,1,1,1404.794,0,0 +0,39,12,white,1,0,1289.198,0,1202.869 +0,17,9,black,0,1,1222.582,0,422.6298 +0,55,3,white,0,1,1208.868,0,0 +0,28,8,white,1,1,1202.99,0,19516.33 +0,19,12,hispan,0,0,1058.004,0,8923.991 +0,37,7,white,1,1,963.9593,0,0 +0,16,9,white,1,1,920.8554,0,15997.87 +0,17,10,white,0,1,646.558,0,9438.24 +0,24,12,black,0,0,566.2281,0,2284.565 +0,19,11,white,0,1,540.7576,0,3406.16 +0,50,5,black,1,1,411.446,0,9166.338 +0,19,9,black,0,1,384.0163,0,0 +0,36,1,black,0,1,348.7495,0,0 +0,18,11,white,0,1,321.3198,0,7722.599 +0,16,7,hispan,0,1,289.9715,0,7515.717 +0,21,11,white,1,1,246.8676,0,6708.879 +0,55,6,white,1,1,111.6782,0,0 +0,37,12,white,0,0,48.98167,0,877.7696 +0,26,12,hispan,1,0,47.0224,0,0 +0,54,12,white,1,0,0,0,0 +0,50,12,white,1,0,0,0,0 +0,16,8,white,0,1,0,0,2559.422 +0,16,9,hispan,0,1,0,0,0 +0,18,10,black,0,1,0,0,2281.61 +0,40,11,black,1,1,0,0,0 +0,16,8,white,0,1,0,0,0 +0,16,9,black,0,1,0,0,2158.959 +0,26,14,white,0,0,0,0,6717.745 +0,20,9,black,0,1,0,0,6083.8 +0,20,12,black,0,0,0,0,0 +0,18,11,black,0,1,0,0,0 +0,46,11,black,1,1,0,0,2820.98 +0,17,8,black,0,1,0,0,12760.17 +0,16,9,white,0,1,0,0,4974.028 +0,30,10,white,1,1,0,0,3151.991 +0,33,12,hispan,1,0,0,0,5841.453 +0,34,12,black,1,0,0,0,18716.88 +0,21,13,black,0,0,0,0,17941.08 +0,29,11,white,1,1,0,0,0 +0,19,12,white,0,0,0,0,0 +0,31,4,hispan,0,1,0,0,1161.493 +0,19,12,hispan,0,0,0,0,18573.55 +0,20,12,black,0,0,0,0,11594.24 +0,55,4,black,0,1,0,0,0 +0,19,11,black,0,1,0,0,16485.52 +0,18,11,black,0,1,0,0,7146.286 +0,48,13,white,1,0,0,0,0 +0,16,9,hispan,1,1,0,0,6821.186 +0,17,10,black,0,1,0,0,0 +0,38,12,white,1,0,0,0,18756.78 +0,34,8,white,1,1,0,0,2664.341 +0,53,12,white,0,0,0,0,0 +0,48,14,white,1,0,0,0,7236.427 +0,16,9,white,0,1,0,0,6494.608 +0,17,8,black,0,1,0,0,4520.366 +0,27,14,black,0,0,0,0,10122.43 +0,37,8,black,0,1,0,0,648.722 +0,17,10,black,0,1,0,0,1053.619 +0,16,8,white,0,1,0,0,0 +0,48,12,white,1,0,0,0,1491.026 +0,55,7,white,0,1,0,0,0 +0,21,15,white,0,0,0,0,0 +0,16,10,black,0,1,0,0,1730.418 +0,23,12,white,0,0,0,0,3902.676 +0,46,11,black,1,1,0,0,0 +0,17,10,white,0,1,0,0,14942.77 +0,42,16,white,0,0,0,0,23764.8 +0,18,10,black,0,1,0,0,5306.516 +0,53,12,black,0,0,0,0,0 +0,17,10,white,1,1,0,0,3859.822 +0,17,6,white,0,1,0,0,0 +0,43,6,white,1,1,0,0,0 +0,34,12,black,0,0,0,0,0 +0,16,8,hispan,0,1,0,0,12242.96 +0,27,12,white,1,0,0,0,1533.88 +0,51,4,black,0,1,0,0,0 +0,39,2,black,1,1,0,0,964.9555 +0,55,8,white,1,1,0,0,0 +0,16,9,white,0,1,0,0,5551.819 +0,27,10,black,0,1,0,0,7543.794 +0,25,14,white,0,0,0,0,0 +0,18,11,white,0,1,0,0,10150.5 +0,24,1,hispan,1,1,0,0,19464.61 +0,21,18,white,0,0,0,0,0 +0,32,5,black,1,1,0,0,187.6713 +0,16,9,white,0,1,0,0,1495.459 diff --git a/docs/_site/projects/rcts-ipw/data/nhefs.csv b/docs/_site/projects/rcts-ipw/data/nhefs.csv new file mode 100644 index 00000000..e476f965 --- /dev/null +++ b/docs/_site/projects/rcts-ipw/data/nhefs.csv @@ -0,0 +1,1567 @@ +seqn,qsmk,death,yrdth,modth,dadth,sbp,dbp,sex,age,race,income,marital,school,education,ht,wt71,wt82,wt82_71,birthplace,smokeintensity,smkintensity82_71,smokeyrs,asthma,bronch,tb,hf,hbp,pepticulcer,colitis,hepatitis,chroniccough,hayfever,diabetes,polio,tumor,nervousbreak,alcoholpy,alcoholfreq,alcoholtype,alcoholhowmuch,pica,headache,otherpain,weakheart,allergies,nerves,lackpep,hbpmed,boweltrouble,wtloss,infection,active,exercise,birthcontrol,pregnancies,cholesterol,hightax82,price71,price82,tax71,tax82,price71_82,tax71_82,id,censored,older +233,0,0,NA,NA,NA,175,96,0,42,1,19,2,7,1,174.1875,79.04,68.94604024,-10.093959760000004,47,30,-10,29,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,1,3,7,0,1,0,0,0,0,0,1,0,0,0,0,2,2,NA,197,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1,0,0 +235,0,0,NA,NA,NA,123,80,0,36,0,18,2,9,2,159.375,58.63,61.23496995,2.6049699499999974,42,20,-10,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,1,0,0,0,0,0,0,0,0,1,0,0,2,NA,301,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,2,0,0 +244,0,0,NA,NA,NA,115,75,1,56,1,15,3,11,2,168.5,56.81,66.22448602,9.414486019999998,51,20,-14,26,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,3,4,NA,0,1,1,0,0,1,0,0,0,0,0,0,2,0,2,157,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,3,0,1 +245,0,1,85,2,14,148,78,0,68,1,15,3,5,1,170.1875,59.42,64.41011654,4.9901165400000025,37,3,4,53,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,4,0,0,1,1,0,0,0,0,0,0,0,1,2,2,NA,174,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,4,0,1 +252,0,0,NA,NA,NA,118,77,0,40,0,18,2,11,2,181.875,87.09,92.07925111,4.989251109999998,42,20,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,0,0,1,0,0,1,1,2,NA,216,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,5,0,0 +257,0,0,NA,NA,NA,141,83,1,43,1,11,4,9,2,162.1875,99,103.41906036,4.419060360000003,34,10,10,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,212,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,6,0,0 +262,0,0,NA,NA,NA,132,69,1,56,0,19,2,12,3,161.5,63.05,58.9670081,-4.082991899999996,NA,20,0,39,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,3,4,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,205,NA,NA,NA,NA,NA,NA,NA,7,0,1 +266,0,0,NA,NA,NA,100,53,1,29,0,22,2,12,3,172.6875,58.74,58.9670081,0.22700809999999905,NA,2,1,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,1,0,1,0,0,0,1,0,0,0,0,0,0,2,0,2,166,NA,NA,NA,NA,NA,NA,NA,8,0,0 +419,0,1,84,10,13,163,79,0,51,0,18,2,10,2,166.875,64.86,62.142154690000005,-2.717845309999994,42,25,-10,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,1,1,0,0,0,0,0,0,0,0,2,2,2,NA,337,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,9,0,1 +420,0,1,86,10,17,184,106,0,43,0,16,2,11,2,175,62.26,72.12118683,9.861186830000001,42,20,-20,25,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,6,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,279,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,10,0,0 +428,1,0,NA,NA,NA,135,89,0,43,0,19,2,12,3,176.59375,63.96,79.83225712000001,15.872257120000008,42,30,-30,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,2,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,173,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,11,0,0 +431,0,1,92,11,28,118,69,0,34,0,18,2,12,3,186.875,85.28,83.46099608,-1.81900392,42,40,-10,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,6,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,150,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,12,0,0 +434,0,0,NA,NA,NA,127,80,1,54,0,16,3,8,1,156.78125,61.58,62.142154690000005,0.562154690000007,NA,20,-5,19,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,1,2,0,2,268,NA,NA,NA,NA,NA,NA,NA,13,0,1 +443,0,0,NA,NA,NA,168,105,1,51,1,NA,2,12,3,157.875,111.02,111.13013065000001,0.11013065000001632,42,10,0,38,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,1,0,0,0,0,0,0,1,1,0,NA,234,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,14,0,1 +446,1,1,88,1,3,141,79,1,71,0,17,2,0,1,147.09375,75.64,56.69904625,-18.94095375,NA,40,-40,41,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,1,0,0,1,1,0,15,229,NA,NA,NA,NA,NA,NA,NA,15,0,1 +455,0,0,NA,NA,NA,128,71,1,47,0,20,2,12,3,161.78125,64.07,69.39963261,5.329632610000004,42,10,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,269,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,16,0,0 +457,0,0,NA,NA,NA,126,68,0,56,0,19,2,12,3,169,76.66,77.1107029,0.45070290000001023,5,20,0,44,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,270,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,17,0,1 +596,1,0,NA,NA,NA,151,80,1,48,0,18,2,12,3,164,62.03,70.30681735,8.276817350000002,36,2,-2,30,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,3,225,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,18,0,0 +603,0,1,89,9,1,166,74,0,47,0,19,2,12,3,168,81.19,87.99691978,6.806919780000001,36,20,0,27,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,233,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,19,0,0 +604,0,0,NA,NA,NA,129,81,1,47,0,18,2,11,2,158.1875,65.54,69.39963261,3.8596326099999914,36,12,-2,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,1,1,0,0,0,0,1,1,1,0,4,285,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,20,0,0 +605,0,0,NA,NA,NA,114,63,0,25,0,18,2,12,3,179.875,73.48,74.38914868,0.9091486800000013,36,20,-5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,224,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,21,0,0 +616,0,0,NA,NA,NA,131,79,1,38,0,18,2,12,3,165.375,81.53,67.58526313,-13.94473687,50,20,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,234,0,2.099609375,1.69384765625,1.0498046875,0.43994140625,0.40594482421875,0.6099853515625,22,0,0 +618,1,0,NA,NA,NA,125,71,1,56,1,20,2,12,3,150.78125,60.78,70.76040972,9.980409719999997,NA,20,-20,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,0,4,230,NA,NA,NA,NA,NA,NA,NA,23,0,1 +619,0,0,NA,NA,NA,122,86,0,28,0,19,2,17,5,172.78125,70.87,77.1107029,6.240702900000002,NA,30,-10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,1,0,1,1,0,0,1,0,0,0,0,0,0,0,2,NA,161,NA,NA,NA,NA,NA,NA,NA,24,0,0 +620,0,0,NA,NA,NA,142,48,0,60,0,19,6,13,4,181.09375,62.48,60.781377580000004,-1.6986224199999924,NA,40,0,39,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,220,NA,NA,NA,NA,NA,NA,NA,25,0,1 +804,0,0,NA,NA,NA,119,72,1,27,0,14,6,10,2,175.5,131.54,126.09867886,-5.441321139999985,42,40,-20,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,14,0,1,1,0,0,1,0,0,0,1,1,2,2,1,1,129,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,26,0,0 +806,1,0,NA,NA,NA,144,76,0,47,0,22,2,17,5,179.78125,94.35,104.77983747,10.42983747000001,42,30,-30,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,328,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,27,0,0 +813,0,1,85,12,5,161,84,0,53,0,18,2,8,1,172.875,64.41,56.24545388,-8.164546119999997,42,20,0,38,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,1,3,0,0,0,0,0,1,0,0,0,0,1,0,1,2,NA,197,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,28,0,1 +816,0,0,NA,NA,NA,125,87,0,33,0,16,5,9,2,180.09375,64.41,77.56429527,13.154295270000006,42,30,-10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,196,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,29,0,0 +818,0,0,NA,NA,NA,131,82,0,41,0,21,2,15,4,182.28125,74.05,74.84274105,0.7927410500000036,42,60,0,21,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,2,3,1,0,0,1,0,1,0,0,0,1,0,0,1,1,2,NA,269,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,30,0,0 +825,0,1,91,2,13,156,92,0,52,0,20,2,12,3,184.78125,96.39,95.2543977,-1.1356023000000022,42,30,-27,35,0,1,0,0,1,0,0,0,1,0,0,0,0,0,1,0,1,4,0,1,1,0,0,0,0,0,0,0,0,2,1,2,NA,264,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,31,0,1 +828,1,1,85,1,22,126,83,0,57,0,NA,2,12,3,164.78125,81.87,76.20351816,-5.666481840000003,18,7,-7,35,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,0,0,1,0,0,0,2,2,2,NA,261,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,32,0,1 +831,0,0,NA,NA,NA,112,71,0,35,0,21,2,12,3,173.09375,70.76,79.37866475,8.618664749999994,42,30,-10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,196,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,33,0,0 +1094,0,0,NA,NA,NA,113,74,1,41,0,18,5,17,5,166.1875,58.17,64.41011654,6.2401165400000025,36,1,2,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,183,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,34,0,0 +1096,1,1,84,10,17,127,56,1,72,0,12,3,10,2,165.5,71.21,66.67807839000001,-4.5319216099999835,25,20,-20,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,0,0,0,0,0,0,0,0,0,1,2,0,4,260,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,35,0,1 +1101,0,0,NA,NA,NA,115,68,0,33,0,18,2,16,5,175,82.44,75.74992579,-6.690074209999992,25,20,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,182,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,36,0,0 +1103,0,0,NA,NA,NA,122,68,1,34,0,20,2,12,3,168.1875,61.23,65.77089365,4.540893650000008,25,20,10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,5,135,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,37,0,0 +1104,1,0,NA,NA,NA,140,88,1,35,0,20,2,12,3,161.1875,44.23,64.41011654,20.180116540000007,11,15,-15,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,5,171,0,1.769287109375,1.8984375,0.6298828125,0.46197509765625,-0.1292724609375,0.167999267578125,38,0,0 +1106,0,0,NA,NA,NA,116,85,1,28,0,20,2,16,5,167,56.47,59.420600470000004,2.950600470000005,25,30,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,0,1,1,1,3,203,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,39,0,0 +1109,0,0,NA,NA,NA,137,90,0,26,0,19,5,16,5,178.78125,70.87,79.37866475,8.508664749999994,9,35,-5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,6,0,0,0,0,0,0,0,0,0,0,0,2,0,2,NA,307,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,40,0,0 +1116,0,0,NA,NA,NA,130,71,0,64,0,18,2,12,3,178,79.15,78.92507238,-0.22492762000000255,25,17,-2,44,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,2,3,2,0,0,0,0,0,0,0,0,0,0,0,1,0,2,NA,262,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,41,0,1 +1120,0,0,NA,NA,NA,167,93,0,35,0,18,2,10,2,173.28125,85.62,84.82177319,-0.7982268100000027,25,30,10,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,12,0,1,1,0,0,0,0,0,0,0,0,0,0,2,NA,222,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,42,0,0 +1124,1,1,89,8,26,177,79,1,63,0,18,3,12,3,163.875,39.58,39.916128560000004,0.3361285600000059,25,20,-20,43,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,251,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,43,0,1 +1126,0,0,NA,NA,NA,121,80,1,45,0,18,2,12,3,153.875,63.84,66.22448602,2.384486019999997,25,3,2,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,1,0,0,0,0,0,0,0,0,0,2,0,5,202,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,44,0,0 +1129,0,1,88,10,4,142,62,1,69,0,15,2,8,1,156.6875,67.59,68.0388555,0.4488554999999934,25,20,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,7,199,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,46,0,1 +1133,0,0,NA,NA,NA,121,79,0,33,0,20,2,17,5,182.28125,74.5,79.37866475,4.878664749999999,39,20,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,1,0,2,NA,181,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,47,0,0 +1135,0,0,NA,NA,NA,183,101,0,45,0,20,2,12,3,170.6875,66.79,79.83225712000001,13.042257120000002,25,40,-20,28,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,5,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,274,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,48,0,0 +1148,0,0,NA,NA,NA,150,90,1,37,1,22,2,11,2,160.09375,66.56,68.49244787,1.9324478700000043,25,3,2,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,1,0,0,0,0,0,0,0,0,0,0,2,0,NA,258,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,49,0,0 +1476,1,1,83,8,1,NA,NA,0,49,1,18,2,10,2,184.28125,119.18,133.35615678000002,14.176156780000014,28,2,-2,32,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,331,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,50,0,0 +1480,0,0,NA,NA,NA,119,71,0,51,1,20,2,12,3,165,76.09,77.1107029,1.0207029000000034,47,10,-6,23,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,3,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,223,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,51,0,1 +1498,0,0,NA,NA,NA,105,60,1,28,0,19,2,10,2,167.1875,54.66,60.781377580000004,6.121377580000008,26,20,-5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,0,1,8,180,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,52,0,0 +1505,0,0,NA,NA,NA,117,78,1,36,1,13,2,12,3,158.6875,68.49,68.0388555,-0.45114449999999806,39,20,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,4,0,1,0,0,0,0,0,0,0,0,0,0,1,0,5,113,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,53,0,0 +1513,0,1,85,8,3,140,86,0,45,1,20,2,12,3,175.28125,71.44,83.91458845000001,12.474588450000013,47,15,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,6,0,0,1,0,0,0,0,0,0,0,0,0,2,2,NA,208,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,54,0,0 +1515,0,0,NA,NA,NA,121,90,1,47,1,19,2,11,2,159.6875,48.53,49.895160700000005,1.3651607000000041,1,8,-2,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,1,0,0,0,0,0,0,0,0,1,2,0,4,185,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,55,0,0 +1519,0,0,NA,NA,NA,127,83,1,57,1,18,2,10,2,149.78125,63.96,54.884676770000006,-9.075323229999995,22,20,-19,20,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,1,0,0,0,1,1,1,0,0,0,1,0,NA,263,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,56,0,1 +1523,0,0,NA,NA,NA,155,91,1,57,1,NA,2,9,2,157,73.94,67.13167076,-6.808329239999992,47,15,-6,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,0,1,0,0,0,0,0,0,0,0,0,2,0,NA,259,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,57,0,1 +1535,0,0,NA,NA,NA,116,70,1,35,0,18,2,8,1,162.6875,52.96,52.61671492,-0.34328508000000113,51,10,0,24,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,182,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,58,0,0 +1538,1,0,NA,NA,NA,160,83,0,50,0,20,2,10,2,183.1875,88.45,90.26488163,1.8148816300000021,26,30,-30,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,250,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,59,0,0 +1539,0,1,92,3,23,125,70,1,56,0,19,2,8,1,153.875,49.9,58.9670081,9.067008100000002,26,40,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,3,181,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,60,0,1 +1542,0,0,NA,NA,NA,116,75,1,55,1,NA,3,7,1,167,78.93,81.19303423000001,2.2630342300000024,51,10,5,26,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,3,4,0,1,0,0,0,0,0,0,1,0,0,0,2,0,2,343,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,61,0,1 +1762,0,1,87,8,29,176,108,1,64,0,19,2,15,4,155.09375,48.53,43.09127515,-5.43872485,50,10,2,38,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,3,1,0,1,1,0,0,0,0,0,1,0,0,1,1,0,3,306,0,2.099609375,1.69384765625,1.0498046875,0.43994140625,0.40594482421875,0.6099853515625,63,0,1 +1769,0,0,NA,NA,NA,110,75,1,25,1,18,6,12,3,158.375,50.8,88.45051215000001,37.65051215000001,18,30,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,1,1,0,0,0,1,0,0,1,0,1,0,2,0,1,232,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,64,0,0 +1776,0,1,90,11,24,155,70,1,32,1,15,2,9,2,164.78125,77,92.53284348000001,15.532843480000011,37,10,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,9,0,1,0,0,0,0,0,0,0,0,0,0,2,0,3,126,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,65,0,0 +1778,1,0,NA,NA,NA,133,85,0,34,1,18,2,11,2,171.5,68.83,74.38914868,5.559148680000007,13,20,-20,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,213,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,66,0,0 +1781,0,1,85,12,16,109,67,0,36,0,18,2,8,1,161.59375,67.36,70.76040972,3.400409719999999,NA,40,10,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,6,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,222,NA,NA,NA,NA,NA,NA,NA,67,0,0 +1789,1,0,NA,NA,NA,121,84,0,34,0,19,2,16,5,185.59375,109.09,108.40857643000001,-0.6814235699999927,34,30,-30,26,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,12,0,1,0,0,0,0,0,1,0,0,0,2,0,2,NA,212,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,68,0,0 +1793,0,0,NA,NA,NA,165,91,1,40,1,NA,2,8,1,151.59375,86.64,81.6466266,-4.993373399999996,NA,30,-16,15,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,2,3,3,0,0,1,0,0,0,0,0,0,0,0,1,2,0,11,200,NA,NA,NA,NA,NA,NA,NA,69,0,0 +1936,0,0,NA,NA,NA,128,62,1,47,0,NA,3,10,2,161.875,48.76,49.895160700000005,1.1351607000000072,42,30,-10,24,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,1,0,1,0,0,0,0,2,1,1,166,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,70,0,0 +1938,1,0,NA,NA,NA,140,73,1,54,0,18,4,9,2,157.78125,57.38,62.59574706,5.215747059999998,25,20,-20,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,218,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,71,0,1 +1939,0,0,NA,NA,NA,115,70,1,35,0,20,2,12,3,165.78125,56.25,56.69904625,0.4490462500000021,36,5,15,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,2,1,0,1,1,0,0,0,0,0,1,0,0,0,2,1,9,226,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,72,0,0 +1941,0,0,NA,NA,NA,NA,NA,1,48,0,16,3,12,3,159.1875,75.86,98.88313666,23.023136660000006,25,20,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,2,0,6,186,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,73,0,0 +1943,0,0,NA,NA,NA,134,90,0,33,0,13,2,7,1,177.875,72.12,77.1107029,4.990702900000002,25,20,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,174,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,74,0,0 +1951,0,0,NA,1,10,124,61,0,67,0,18,2,9,2,164.375,56.02,51.70953018,-4.310469820000002,25,20,-19,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,0,0,0,0,1,0,0,0,0,0,2,1,2,NA,207,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,76,0,1 +1964,0,0,NA,NA,NA,114,74,1,32,0,18,2,12,3,169.1875,53.86,56.24545388,2.38545388,25,3,4,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,4,NA,0,1,1,0,1,0,0,0,0,0,0,1,2,1,6,270,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,77,0,0 +1967,0,0,NA,NA,NA,102,76,1,37,0,21,2,12,3,155.5,50.69,54.4310844,3.7410844000000054,25,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,1,0,0,1,0,1,0,0,0,0,1,1,0,NA,195,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,78,0,0 +1968,0,1,85,9,11,142,69,0,65,0,16,2,12,3,179,69.63,69.39963261,-0.23036738999999784,25,5,0,47,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,3,1,0,1,0,1,0,0,0,0,1,0,0,1,1,2,NA,244,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,79,0,1 +2248,0,0,NA,NA,NA,152,82,1,51,1,18,3,10,2,165.78125,62.71,72.57477920000001,9.864779200000008,5,6,9,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,0,0,0,0,0,1,0,2,228,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,81,0,1 +2249,0,0,NA,NA,NA,140,80,0,33,1,18,3,15,4,188.28125,80.97,86.1825503,5.212550300000004,28,10,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,222,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,82,0,0 +2251,0,0,NA,NA,NA,124,103,0,34,1,18,2,12,3,163,67.13,73.48196394,6.3519639400000045,39,20,-12,18,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,1,0,0,0,0,0,1,2,NA,200,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,83,0,0 +2254,0,0,NA,NA,NA,137,77,1,53,0,17,4,10,2,161,81.42,60.32778521,-21.09221479,39,6,-1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,2,0,NA,252,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,84,0,1 +2255,0,0,NA,NA,NA,124,75,0,56,0,20,2,10,2,183.78125,88.68,95.2543977,6.574397699999992,39,20,10,49,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,207,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,85,0,1 +2259,0,0,NA,NA,NA,117,78,1,37,0,19,2,12,3,170.59375,74.16,68.49244787,-5.66755212999999,39,20,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,4,NA,0,0,1,0,1,1,0,0,0,0,1,1,2,0,9,206,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,86,0,0 +2260,1,0,NA,NA,NA,124,80,1,45,1,18,5,9,2,163.78125,89.47,90.26488163,0.7948816300000061,NA,5,-5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,1,1,0,1,0,0,0,1,1,0,0,1,0,5,144,NA,NA,NA,NA,NA,NA,NA,87,0,0 +2263,0,0,NA,NA,NA,128,76,0,55,1,18,2,11,2,173.375,76.88,69.39963261,-7.480367389999998,12,20,20,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,0,0,0,0,0,0,1,0,0,0,1,2,NA,188,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,88,0,1 +2267,0,0,NA,NA,NA,137,72,0,59,1,19,2,11,2,184.375,111.81,99.79032140000001,-12.019678599999992,42,40,0,40,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,255,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,89,0,1 +2273,0,0,NA,NA,NA,109,71,1,36,0,20,2,12,3,158.5,57.95,58.9670081,1.0170080999999982,39,30,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,0,0,0,0,0,0,0,0,0,0,0,1,1,0,NA,202,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,90,0,0 +2279,0,0,NA,NA,NA,156,60,1,35,0,20,4,12,3,173,71.44,75.29633342000001,3.856333420000013,39,12,18,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,2,0,1,0,0,0,0,0,0,0,0,0,2,1,0,NA,189,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,91,0,0 +2281,0,0,NA,NA,NA,123,85,1,39,0,19,2,12,3,172.78125,52.73,50.80234544,-1.9276545599999935,NA,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,2,0,1,0,0,0,0,0,0,0,0,0,0,1,0,3,223,NA,NA,NA,NA,NA,NA,NA,92,0,0 +2284,1,0,NA,NA,NA,116,80,1,30,0,18,2,12,3,168.375,65.54,81.19303423000001,15.653034230000003,39,13,-13,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,2,0,1,0,0,0,0,0,0,0,1,0,1,1,0,3,247,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,93,0,0 +2285,0,0,NA,NA,NA,129,79,1,32,1,13,6,9,2,164.375,56.47,63.502931800000006,7.032931800000007,39,10,-7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,2,1,1,0,0,0,1,0,0,0,0,0,0,1,0,5,156,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,94,0,0 +2286,0,1,87,8,24,132,88,1,45,1,12,2,12,3,161.59375,58.29,58.513415730000006,0.22341573000000636,26,8,2,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,2,1,2,0,0,0,0,0,0,0,0,1,0,0,1,0,0,4,191,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,95,0,0 +2287,0,0,NA,NA,NA,121,72,1,55,0,11,3,10,2,163.1875,66.9,59.420600470000004,-7.479399530000002,39,25,-5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,0,1,0,0,0,0,0,0,0,0,2,2,0,2,343,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,96,0,1 +2289,1,1,85,6,8,126,80,0,49,1,11,6,0,1,177.78125,89.24,85.728957930000007,-3.511042069999988,45,10,-10,34,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,0,1,1,2,NA,160,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,97,0,0 +2290,0,0,NA,NA,NA,100,74,0,30,1,18,6,11,2,178.375,93.67,108.40857643000001,14.738576430000009,39,20,20,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,12,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,202,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,98,0,0 +2293,0,0,NA,NA,NA,120,72,0,51,0,19,2,12,3,173.5,67.13,65.77089365,-1.3591063499999905,39,20,-16,33,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,159,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,99,0,1 +2295,0,1,91,11,19,138,68,1,49,0,17,5,10,2,162.78125,46.61,43.544867520000004,-3.0651324799999955,54,12,8,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,0,7,282,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,100,0,0 +2505,1,0,NA,NA,NA,123,71,1,54,0,18,2,8,1,160.5,50.24,60.32778521,10.08778521,26,10,-10,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,0,7,211,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,101,0,1 +2507,0,0,NA,NA,NA,125,77,0,52,0,16,2,5,1,167.78125,74.28,67.58526313,-6.69473687,55,6,4,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,1,0,0,0,0,2,NA,265,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,102,0,1 +2508,1,0,NA,NA,NA,140,82,0,43,0,19,2,13,4,177.28125,69.29,70.30681735,1.0168173499999966,26,1,-1,27,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,1,2,NA,221,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,103,0,0 +2510,1,0,NA,NA,NA,107,67,0,35,0,19,2,12,3,180.59375,85.16,87.08973504000001,1.9297350400000113,26,20,-20,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,184,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,104,0,0 +2511,1,0,NA,NA,NA,124,69,0,27,0,19,2,15,4,170.28125,106.25,118.84120094000001,12.591200940000007,26,40,-40,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,190,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,105,0,0 +2518,0,0,NA,NA,NA,113,83,1,29,0,19,2,12,3,161.875,53.18,59.874192840000006,6.694192840000007,26,30,-10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,1,0,0,2,172,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,106,0,0 +2522,0,0,NA,NA,NA,116,76,1,42,1,12,5,8,1,150.375,45.81,43.99845989,-1.8115401100000028,26,20,-5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,1,0,0,0,1,0,1,0,0,0,0,0,7,203,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,107,0,0 +2524,0,0,NA,NA,NA,96,63,1,39,0,19,5,12,3,162.59375,51.14,56.24545388,5.105453879999999,26,40,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,6,267,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,108,0,0 +2525,1,0,NA,NA,NA,127,77,0,50,0,NA,2,10,2,165.6875,72.35,81.6466266,9.29662660000001,26,20,-20,36,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,1,0,1,0,0,0,0,0,0,2,2,NA,227,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,109,0,0 +2528,0,0,NA,NA,NA,105,73,1,54,0,18,2,8,1,164.375,54.77,58.513415730000006,3.7434157300000024,26,7,-3,31,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,1,0,0,0,0,0,0,0,0,0,2,0,3,206,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,110,0,1 +2530,1,1,86,11,22,106,57,0,65,0,20,2,9,2,164.28125,71.44,72.12118683,0.6811868300000015,26,20,-20,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,2,NA,238,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,111,0,1 +2694,0,0,NA,NA,NA,118,67,0,27,0,17,2,6,1,161.28125,71.33,81.6466266,10.316626600000006,NA,2,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,1,0,0,0,0,0,2,2,NA,221,NA,NA,NA,NA,NA,NA,NA,112,0,0 +2700,0,0,NA,NA,NA,120,90,0,46,0,19,2,12,3,172.875,73.03,77.1107029,4.080702900000006,36,20,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,213,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,113,0,0 +2704,0,0,NA,NA,NA,144,96,1,32,0,20,2,10,2,158.1875,87.2,98.88313666,11.683136660000002,36,20,0,16,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,2,1,2,0,1,1,0,1,0,0,0,0,0,0,0,1,0,5,156,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,114,0,0 +2713,1,0,NA,NA,NA,142,69,1,43,1,18,6,6,1,163.59375,82.44,78.92507238,-3.5149276199999946,13,1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,3,2,1,0,1,0,0,0,0,0,1,0,0,1,2,0,5,194,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,115,0,0 +2716,1,0,NA,NA,NA,129,69,1,49,1,20,6,8,1,163.875,72.91,67.13167076,-5.778329239999991,51,20,-20,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,1,0,0,0,0,0,0,0,0,0,0,2,0,7,228,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,116,0,0 +2721,1,1,83,2,16,174,79,1,70,0,19,3,8,1,155.875,50.92,47.173606480000004,-3.746393519999998,NA,10,-10,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,1,0,1,0,0,1,2,0,4,255,NA,NA,NA,NA,NA,NA,NA,117,0,1 +2722,0,1,87,7,10,NA,NA,0,54,0,15,2,7,1,174,57.49,63.502931800000006,6.012931800000004,26,20,0,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,143,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,118,0,1 +2937,1,1,87,9,2,126,60,1,58,0,21,2,16,5,157,55.34,48.08079122,-7.259208780000002,42,10,-10,42,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,1,0,0,0,0,2,0,1,144,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,119,0,1 +2940,0,0,NA,NA,NA,123,83,0,32,0,18,5,10,2,175.78125,72.8,77.56429527,4.764295270000005,26,30,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,207,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,120,0,0 +2949,0,0,NA,NA,NA,116,58,1,50,0,18,2,9,2,149.875,68.72,58.9670081,-9.752991899999998,18,20,10,33,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,3,4,NA,0,1,0,0,0,1,0,0,1,0,0,0,0,0,6,237,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,121,0,0 +2955,0,0,NA,NA,NA,100,68,1,37,0,19,2,12,3,164,50.24,54.884676770000006,4.644676770000004,18,30,10,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,3,0,1,0,0,0,0,0,0,0,0,0,1,1,0,4,215,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,122,0,0 +3110,1,0,NA,NA,NA,137,89,0,26,0,18,2,12,3,172.09375,78.58,73.02837157,-5.551628429999994,18,20,-20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,200,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,123,0,0 +3121,0,0,NA,NA,NA,117,81,1,25,0,20,2,12,3,159.59375,51.48,54.884676770000006,3.404676770000009,37,10,-5,3,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,3,6,0,1,0,0,1,0,0,0,0,0,0,0,1,1,2,214,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,125,0,0 +3128,1,0,NA,NA,NA,127,64,0,45,0,22,2,17,5,166.875,62.6,70.30681735,7.7068173500000015,39,1,-1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,226,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,126,0,0 +3134,0,0,NA,NA,NA,120,83,0,40,0,19,2,12,3,178.5,72.8,73.48196394,0.6819639400000028,26,25,-10,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,0,1,1,0,1,0,0,0,0,0,0,2,0,2,NA,228,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,127,0,0 +3322,1,0,NA,NA,NA,114,73,0,38,0,19,2,5,1,173.59375,70.19,72.57477920000001,2.384779200000011,37,30,-30,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,317,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,128,0,0 +3332,0,0,NA,NA,NA,124,81,1,43,0,15,3,4,1,161.875,54.54,56.24545388,1.7054538800000003,37,10,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,1,0,0,1,0,1,0,2,0,NA,213,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,129,0,0 +3337,1,0,NA,NA,NA,NA,NA,1,56,0,16,3,12,3,167.78125,57.27,63.502931800000006,6.232931800000003,45,10,-10,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,1,0,1,0,0,0,0,0,0,1,0,1,0,1,0,NA,290,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,130,0,1 +3338,1,0,NA,NA,NA,163,85,0,58,0,16,2,8,1,188.28125,74.96,84.36818082,9.408180820000013,37,40,-40,38,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,176,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,131,0,1 +3353,0,0,NA,NA,NA,98,69,1,25,0,18,2,10,2,166.5,61.12,63.502931800000006,2.3829318000000086,37,4,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,3,175,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,132,0,0 +3356,0,0,NA,NA,NA,113,69,1,46,0,14,4,10,2,165.09375,60.89,53.523899660000005,-7.366100339999996,45,10,-4,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,1,0,0,1,1,0,NA,152,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,133,0,0 +3357,1,0,NA,NA,NA,129,78,0,45,0,19,2,17,5,173.5,88.56,101.15109851000001,12.591098510000009,51,30,-30,14,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,290,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,134,0,0 +3682,0,0,NA,NA,NA,127,78,1,42,0,16,2,13,4,162.28125,60.1,63.502931800000006,3.4029318000000046,6,5,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,1,1,0,0,1,0,0,0,0,0,1,2,0,8,157,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,135,0,0 +3683,0,0,NA,NA,NA,111,59,0,30,0,16,4,12,3,177.375,79.83,73.02837157,-6.801628429999994,6,2,-2,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,245,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,136,0,0 +3684,0,0,NA,NA,NA,151,78,0,54,0,19,2,12,3,183.375,102.51,99.79032140000001,-2.7196785999999946,29,40,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,326,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,137,0,1 +3696,0,0,NA,NA,NA,126,82,0,29,0,17,2,12,3,175.1875,58.51,68.94604024,10.436040240000004,48,20,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,6,0,0,0,0,0,1,0,0,0,0,0,2,2,2,NA,169,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,139,0,0 +3701,0,0,NA,NA,NA,134,80,0,45,1,19,2,12,3,190.875,90.04,92.07925111,2.039251109999995,48,5,-5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,4,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,237,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,140,0,0 +3706,0,0,NA,NA,NA,123,78,0,47,1,18,5,12,3,184.59375,80.06,71.66759446,-8.392405539999999,22,10,10,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,221,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,142,0,0 +3709,0,0,NA,NA,NA,116,79,0,28,0,22,2,8,1,181.09375,114.76,107.95498406,-6.805015940000004,42,15,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,5,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,254,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,143,0,0 +3713,0,0,NA,NA,NA,115,79,1,30,0,19,2,12,3,167.78125,70.76,83.91458845000001,13.154588450000006,26,20,25,14,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,3,3,2,0,1,1,0,0,0,0,0,0,1,0,0,0,0,1,321,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,144,0,0 +3717,0,0,NA,NA,NA,145,93,0,35,0,20,2,12,3,165.59375,68.04,74.84274105,6.8027410499999945,8,20,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,1,0,0,0,0,0,0,0,0,2,0,2,NA,230,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,145,0,0 +3721,0,0,NA,NA,NA,133,77,0,43,0,19,3,17,5,177,75.41,78.01788764,2.6078876400000013,6,30,-20,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,243,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,146,0,0 +3724,1,0,NA,NA,NA,126,80,1,48,0,NA,2,12,3,180,94.01,112.03731539,18.02731539,6,30,-30,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,5,0,0,1,0,0,1,0,0,0,0,0,0,2,0,2,261,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,147,0,0 +3731,0,0,NA,NA,NA,125,82,1,42,0,21,2,12,3,161.5,61.58,64.86370891,3.2837089100000014,39,4,16,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,NA,246,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,148,0,0 +3735,1,0,NA,NA,NA,157,76,1,54,0,19,2,16,5,159.6875,65.77,58.513415730000006,-7.2565842699999905,31,10,-10,32,0,0,0,0,1,0,0,0,0,1,0,0,1,0,1,0,2,1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,3,287,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,149,0,1 +3926,0,1,92,6,17,105,68,1,61,1,14,6,8,1,163.375,81.53,82.55381134000001,1.0238113400000088,22,15,-10,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,2,248,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,150,0,1 +3928,0,0,NA,NA,NA,148,98,0,36,1,17,2,7,1,160.375,59.19,65.77089365,6.580893650000007,13,20,-12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,164,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,151,0,0 +3934,0,1,89,12,16,126,74,0,34,1,20,2,16,5,177.1875,96.5,89.81128926000001,-6.6887107399999906,37,13,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,5,0,1,0,0,0,0,0,0,0,1,0,1,2,2,NA,391,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,152,0,0 +3944,1,1,86,3,18,109,65,1,70,1,12,2,6,1,175.09375,73.82,68.0388555,-5.781144499999996,13,2,-2,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,0,NA,336,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,153,0,1 +3947,1,0,NA,NA,NA,122,68,1,53,0,18,2,7,1,161.875,57.72,60.781377580000004,3.0613775800000056,1,5,-5,37,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,1,0,0,0,0,0,0,1,2,0,2,272,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,154,0,1 +3948,1,0,NA,NA,NA,144,72,0,53,0,18,2,11,2,167,60.44,78.92507238,18.485072380000005,13,28,-28,36,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,1,0,0,0,0,0,0,0,0,0,2,2,NA,207,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,155,0,1 +4234,0,0,NA,NA,NA,126,69,1,62,0,18,2,10,2,162.28125,65.54,68.49244787,2.9524478700000003,34,20,-10,37,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,3,1,0,0,0,0,0,0,0,0,0,0,0,1,2,0,2,315,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,156,0,1 +4236,0,1,88,9,8,150,85,0,67,0,13,2,8,1,165.5,62.71,61.23496995,-1.4750300500000009,17,20,-10,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,2,0,1,0,0,0,0,0,0,1,0,0,0,2,2,NA,241,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,157,0,1 +4237,1,1,84,12,6,142,81,1,60,0,17,5,16,5,156.875,71.33,71.66759446,0.33759446000000537,12,2,-2,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,318,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,158,0,1 +4244,1,0,NA,NA,NA,150,89,0,29,0,21,2,12,3,186.28125,101.04,91.17206637000001,-9.867933629999996,13,40,-40,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,1,0,0,0,0,0,0,1,2,NA,208,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,160,0,0 +4251,0,0,NA,NA,NA,137,67,1,50,0,18,2,12,3,160.59375,73.48,84.82177319,11.341773189999998,26,15,5,31,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,3,4,NA,0,0,0,0,0,0,0,0,1,0,0,1,2,0,7,348,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,162,0,0 +4257,0,0,NA,NA,NA,106,73,0,27,0,12,6,11,2,172.5,61.23,66.67807839000001,5.448078390000013,NA,15,-5,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,3,5,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,124,NA,NA,NA,NA,NA,NA,NA,163,0,0 +4270,1,0,NA,NA,NA,NA,NA,1,34,1,13,2,11,2,168.6875,59.65,56.69904625,-2.9509537499999965,12,2,-2,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,0,0,0,0,0,0,0,0,0,1,2,0,4,281,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,165,0,0 +4278,1,0,NA,NA,NA,115,79,0,33,0,19,2,13,4,188.375,82.33,89.81128926000001,7.481289260000011,36,20,-20,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,0,1,0,2,NA,308,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,166,0,0 +4281,1,0,NA,NA,NA,113,67,1,59,0,NA,2,12,3,157,58.74,58.9670081,0.22700809999999905,34,10,-10,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,3,0,0,0,0,0,0,0,0,0,0,0,1,1,0,2,199,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,167,0,1 +4286,0,0,NA,NA,NA,126,86,1,34,0,NA,2,12,3,168.875,68.27,63.502931800000006,-4.76706819999999,53,20,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,0,1,2,0,1,221,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,168,0,0 +4287,0,1,86,7,11,100,68,1,61,0,18,2,12,3,156.6875,60.44,38.10175908,-22.338240919999997,36,10,-9,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,2,1,0,NA,278,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,169,0,1 +4289,1,1,89,8,14,142,91,1,43,1,18,2,10,2,160,56.81,71.66759446,14.857594460000001,1,25,-25,32,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,2,0,12,156,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,170,0,0 +4528,1,0,NA,NA,NA,111,68,0,38,0,22,2,16,5,172,78.7,78.92507238,0.2250723800000003,25,60,-60,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,326,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,171,0,0 +4544,0,0,NA,NA,NA,113,68,1,40,0,19,2,12,3,163.375,53.52,54.884676770000006,1.3646767700000026,48,40,-20,21,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,4,NA,0,1,0,1,0,1,0,0,1,0,0,0,2,0,2,201,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,172,0,0 +4545,1,0,NA,NA,NA,137,74,1,55,0,18,2,12,3,159.09375,97.98,106.14061458,8.16061458,42,20,-20,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,259,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,173,0,1 +4546,0,0,NA,NA,NA,139,87,1,34,0,NA,2,8,1,156.59375,54.66,53.523899660000005,-1.1361003399999916,8,20,-16,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,3,0,1,0,0,0,0,0,0,0,0,0,1,2,0,6,222,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,174,0,0 +4548,0,1,87,3,15,142,74,0,56,0,20,2,17,5,170.78125,66.11,71.66759446,5.557594460000004,6,3,0,36,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,3,2,0,1,0,0,0,0,0,0,0,0,0,1,0,2,NA,188,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,175,0,1 +4556,1,1,86,9,5,109,85,1,54,0,19,2,12,3,164,66.56,74.38914868,7.829148680000003,19,5,-5,8,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,0,0,1,0,0,1,0,0,0,0,0,0,3,377,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,176,0,1 +4559,1,1,88,4,15,127,81,0,59,0,18,2,10,2,167.6875,63.62,59.874192840000006,-3.745807159999991,NA,50,-50,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,216,NA,NA,NA,NA,NA,NA,NA,177,0,1 +4561,0,0,NA,NA,NA,97,61,0,52,0,19,2,12,3,172.1875,81.19,86.1825503,4.992550300000005,42,20,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,213,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,178,0,1 +4562,0,0,NA,NA,NA,103,53,1,25,0,18,2,12,3,159,57.49,61.23496995,3.744969949999998,6,25,10,10,0,1,0,0,0,0,0,0,1,1,0,0,0,0,1,2,3,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3,168,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,179,0,0 +4566,1,1,88,2,23,185,NA,1,65,0,NA,3,15,4,162.5,60.33,66.67807839000001,6.348078390000012,17,1,-1,35,0,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,2,1,0,0,0,0,1,0,0,1,0,0,0,0,2,0,NA,282,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,180,0,1 +4567,0,1,85,6,8,153,71,1,63,0,NA,3,17,5,162,61.58,64.41011654,2.830116540000006,42,10,10,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,1,0,0,0,0,0,0,1,0,1,2,2,0,NA,263,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,181,0,1 +4944,0,0,NA,NA,NA,109,76,1,25,0,11,5,10,2,154.6875,68.15,74.38914868,6.23914868,48,3,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,6,0,1,0,0,0,0,0,0,0,0,0,0,2,0,2,216,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,182,0,0 +4946,0,0,NA,NA,NA,NA,NA,0,29,0,18,2,6,1,178.78125,74.5,83.46099608,8.960996080000001,NA,20,40,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,12,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,173,NA,NA,NA,NA,NA,NA,NA,183,0,0 +4958,0,0,NA,NA,NA,114,69,1,52,0,12,2,3,1,158.78125,75.75,69.85322498000001,-5.896775019999993,48,3,2,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,NA,211,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,184,0,1 +4959,0,0,NA,NA,NA,139,78,1,44,1,13,3,12,3,162.09375,74.62,78.01788764,3.3978876399999933,48,20,-10,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,1,0,0,0,0,0,2,0,7,275,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,185,0,0 +4966,1,0,NA,NA,NA,148,105,0,30,0,19,2,13,4,160.1875,67.13,67.13167076,0.0016707600000103184,48,1,-1,6,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,12,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,210,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,186,0,0 +4970,0,1,90,12,2,123,74,0,71,0,14,2,3,1,167.1875,53.18,43.09127515,-10.088724849999998,NA,4,-2,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,8,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,208,NA,NA,NA,NA,NA,NA,NA,187,0,1 +4971,1,0,NA,NA,NA,139,70,1,63,0,14,2,3,1,157.5,85.96,88.90410452,2.9441045200000104,NA,2,-2,23,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,1,1,1,0,0,1,0,0,8,314,NA,NA,NA,NA,NA,NA,NA,188,0,1 +4976,0,1,91,7,4,197,98,0,54,0,15,2,5,1,165.375,73.82,70.30681735,-3.5131826499999903,NA,3,7,34,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,243,NA,NA,NA,NA,NA,NA,NA,190,0,1 +4979,0,1,85,5,23,93,57,0,61,0,15,2,3,1,168.5,92.53,82.10021897,-10.429781030000001,48,20,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,221,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,191,0,1 +4986,1,0,NA,NA,NA,122,81,0,32,0,17,2,12,3,168.59375,84.25,94.80080533,10.550805330000003,48,10,-10,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,215,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,192,0,0 +4987,0,0,NA,NA,NA,123,73,0,58,0,18,6,2,1,170.1875,78.13,77.1107029,-1.0192970999999886,48,10,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,5,0,1,0,0,0,0,0,0,1,0,0,0,2,2,NA,216,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,193,0,1 +4988,0,0,NA,NA,NA,123,82,0,42,0,18,2,9,2,170.5,82.33,83.46099608,1.1309960800000027,48,20,20,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,12,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,206,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,194,0,0 +4990,0,0,NA,NA,NA,120,67,1,30,0,18,4,12,3,168.6875,58.63,60.781377580000004,2.151377580000002,48,15,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,0,1,0,0,1,0,0,0,0,0,1,1,2,0,NA,178,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,195,0,0 +4994,0,0,NA,NA,NA,152,93,0,54,0,17,2,0,1,175.875,79.38,81.6466266,2.2666266000000093,48,10,-5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,0,1,0,0,0,0,0,0,0,0,1,2,2,NA,252,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,196,0,1 +4999,1,0,NA,NA,NA,NA,NA,1,56,0,18,2,12,3,155.78125,49.78,56.24545388,6.465453879999998,48,20,-20,31,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,3,254,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,197,0,1 +5011,0,0,NA,NA,NA,112,88,1,30,1,13,6,11,2,166.875,80.51,92.07925111,11.569251109999996,48,15,0,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,2,1,2,0,0,0,0,0,0,0,0,0,0,0,1,2,0,7,157,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,198,0,0 +5014,1,1,85,6,14,121,82,1,62,0,15,2,7,1,148.5,80.4,58.9670081,-21.432991900000005,48,10,-10,12,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,1,0,0,0,0,0,0,0,0,1,2,0,5,254,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,199,0,1 +5015,0,0,NA,NA,NA,150,100,0,47,0,NA,2,6,1,172.59375,86.64,86.63614267,-0.0038573300000024346,48,20,-10,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,192,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,200,0,0 +5403,0,0,NA,NA,NA,163,90,0,56,1,11,2,1,1,173.875,68.38,68.0388555,-0.34114449999999863,1,20,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,2,2,2,NA,175,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,201,0,1 +5404,0,0,NA,NA,NA,125,80,1,35,1,15,2,11,2,169,88.34,83.46099608,-4.879003920000002,12,20,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,1,0,0,0,0,1,0,0,0,0,0,1,0,7,225,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,202,0,0 +5411,0,1,87,6,19,147,95,0,56,1,12,6,2,1,174.5,59.87,58.9670081,-0.9029918999999964,1,20,10,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,237,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,203,0,1 +5412,0,1,89,3,25,149,77,0,53,0,11,2,6,1,181.6875,135.62,106.59420695,-29.025793050000004,1,20,-12,38,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,180,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,204,0,1 +5415,0,1,84,7,28,123,81,1,32,1,11,4,6,1,172,73.03,107.04779932000001,34.01779932000001,1,20,-2,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,1,0,0,0,0,0,0,0,1,1,2,1,7,137,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,205,0,0 +5422,0,0,NA,NA,NA,121,67,0,54,1,12,2,1,1,182.78125,74.39,69.85322498000001,-4.536775019999993,1,15,-7,33,1,0,0,1,0,1,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,1,0,1,0,0,1,0,0,1,1,2,NA,189,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,206,0,1 +5423,0,0,NA,NA,NA,128,80,1,55,1,11,2,1,1,169.5,53.41,46.72001411,-6.6899858899999955,1,10,-5,32,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,1,0,0,0,0,2,0,1,233,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,207,0,1 +5431,0,0,NA,NA,NA,150,52,1,69,0,12,3,9,2,149.78125,60.21,50.34875307,-9.86124693,13,16,4,49,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,4,4,NA,0,1,1,0,0,1,0,0,1,0,0,1,0,0,12,249,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,208,0,1 +5432,0,0,NA,NA,NA,111,78,0,36,0,12,4,9,2,172.28125,74.05,83.91458845000001,9.864588450000014,1,35,-5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,10,0,1,0,0,0,1,0,0,0,0,0,1,1,2,NA,186,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,209,0,0 +5433,0,0,NA,NA,NA,114,70,0,51,0,19,2,5,1,168.1875,49.21,53.523899660000005,4.313899660000004,1,20,-10,37,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,197,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,210,0,1 +5443,0,0,NA,NA,NA,134,91,0,49,1,18,2,2,1,174.78125,99.22,97.97595192,-1.244048079999999,1,20,-13,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,8,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,238,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,211,0,0 +5454,1,1,89,11,15,NA,NA,0,58,1,11,2,2,1,176.59375,78.36,79.37866475,1.0186647499999992,1,10,-10,40,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,1,0,0,0,1,2,2,NA,184,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,212,0,1 +5464,0,0,NA,NA,NA,145,96,1,39,0,15,2,4,1,170.78125,57.49,91.17206637000001,33.68206637000001,1,40,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,1,0,0,0,0,0,0,2,0,6,296,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,213,0,0 +5469,0,0,NA,NA,NA,132,84,0,55,0,19,2,12,3,189.28125,95.71,92.07925111,-3.6307488899999925,1,15,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,79,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,214,0,1 +5477,1,0,NA,NA,NA,141,70,0,49,0,13,2,12,3,178.09375,84.94,81.6466266,-3.293373399999993,1,30,-30,27,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,3,1,12,0,0,0,0,0,1,0,0,0,0,0,1,2,2,NA,223,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,215,0,0 +5478,0,0,NA,NA,NA,116,69,1,25,0,14,5,12,3,174,60.21,62.59574706,2.38574706,1,30,10,7,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,3,1,2,0,1,0,0,0,0,0,0,0,0,1,0,2,1,1,215,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,216,0,0 +5480,1,0,NA,NA,NA,176,108,0,45,1,17,2,10,2,174.375,66,78.92507238,12.925072380000003,1,10,-10,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,0,0,0,0,0,0,0,1,0,0,0,2,2,NA,190,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,217,0,0 +5490,0,0,NA,NA,NA,113,83,0,50,0,17,2,3,1,173.5,63.39,60.781377580000004,-2.608622419999996,13,20,-15,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,8,0,1,0,0,0,1,0,0,0,0,0,1,0,2,NA,180,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,218,0,0 +5497,0,1,86,6,14,162,111,1,38,1,13,4,16,5,161.5,107.73,83.46099608,-24.269003920000003,1,12,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,1,4,184,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,219,0,0 +5739,1,0,NA,NA,NA,117,75,1,34,0,18,2,12,3,167.28125,69.74,70.30681735,0.566817350000008,6,1,-1,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,2,226,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,220,0,0 +5743,0,0,NA,NA,NA,108,71,0,32,0,20,2,12,3,175.78125,62.94,68.0388555,5.098855499999999,39,20,-13,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,1,0,0,0,0,0,0,0,1,0,1,2,NA,131,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,221,0,0 +5744,1,0,NA,NA,NA,133,85,0,32,0,18,2,13,4,176.1875,102.74,107.50139169,4.761391690000011,6,30,-30,14,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,1,1,2,2,NA,213,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,222,0,0 +5748,0,1,89,12,5,136,77,0,59,0,21,2,12,3,169.5,84.59,87.99691978,3.4069197799999955,9,25,-10,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,3,2,0,1,0,1,0,0,0,0,1,0,0,1,1,2,NA,335,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,223,0,1 +5761,0,1,88,5,1,119,83,0,68,0,14,2,8,1,170,78.7,64.41011654,-14.289883459999999,17,17,-6,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,3,0,1,1,0,0,0,0,0,0,0,1,1,1,2,NA,207,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,224,0,1 +5774,0,0,NA,NA,NA,119,64,0,47,0,19,2,12,3,173.28125,72.12,78.92507238,6.805072379999999,6,35,-15,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,1,0,0,0,0,0,0,0,0,0,2,2,2,NA,195,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,225,0,0 +6210,0,0,NA,NA,NA,125,76,1,35,0,12,2,7,1,167.59375,52.5,50.34875307,-2.1512469299999992,22,20,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,0,0,1,0,0,0,1,0,7,177,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,226,0,0 +6217,0,1,87,3,8,128,82,0,57,1,13,2,7,1,174,83.23,80.73944186,-2.4905581400000045,22,10,10,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,1,0,0,1,0,0,0,1,1,2,NA,241,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,227,0,1 +6220,0,1,85,12,19,126,73,0,54,0,14,2,6,1,157.5,53.98,61.23496995,7.254969950000003,22,20,-10,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,1,0,0,0,2,2,NA,243,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,228,0,1 +6222,0,1,84,1,18,168,92,1,46,0,13,2,11,2,166.375,61.23,55.791861510000004,-5.438138489999993,22,30,-15,26,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,3,1,0,1,1,0,0,1,1,0,1,0,0,0,2,0,3,258,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,229,0,0 +6227,1,0,NA,NA,NA,125,77,1,26,0,18,2,12,3,163.28125,52.73,55.791861510000004,3.061861510000007,22,10,-10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,0,1,0,2,159,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,230,0,0 +6237,0,1,91,8,5,164,103,0,39,0,18,2,7,1,173,81.08,94.80080533,13.720805330000005,22,40,-10,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,6,0,1,1,0,0,0,0,0,0,0,0,0,1,2,NA,175,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,231,0,0 +6249,0,1,84,7,4,149,68,0,61,0,19,5,0,1,163,74.05,75.29633342000001,1.2463334200000133,22,25,-5,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,1,0,0,0,0,0,0,0,2,2,NA,223,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,233,0,1 +6254,0,1,86,5,12,149,99,0,49,0,15,2,7,1,170.78125,55,49.44156833,-5.558431669999997,22,30,-10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,6,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,193,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,234,0,0 +6268,1,1,90,4,16,137,83,0,54,0,18,2,12,3,171.6875,92.53,87.54332741,-4.986672589999998,22,30,-30,9,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,3,0,0,0,0,0,1,0,1,1,0,0,2,2,2,NA,416,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,235,0,1 +6270,1,0,NA,NA,NA,109,73,0,41,0,19,2,16,5,173.5,78.02,79.37866475,1.3586647500000026,22,15,-15,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,191,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,236,0,0 +6272,0,1,92,12,12,130,105,1,44,0,16,5,12,3,165.59375,65.09,61.68856232,-3.401437680000001,22,4,-2,19,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,1,1,2,0,1,212,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,237,0,0 +6299,0,0,NA,NA,NA,128,76,0,60,0,17,2,8,1,180,79.72,72.57477920000001,-7.14522079999999,22,20,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,2,NA,216,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,239,0,1 +6309,0,0,NA,NA,NA,136,79,1,49,0,16,2,12,3,167.59375,69.97,68.0388555,-1.931144500000002,22,15,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,1,0,0,0,0,0,0,1,0,0,0,2,0,3,199,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,240,0,0 +6313,0,0,NA,NA,NA,166,95,0,44,0,15,4,8,1,175.5,81.19,87.54332741,6.353327410000006,22,20,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,1,0,0,2,NA,196,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,241,0,0 +6532,0,0,NA,NA,NA,99,75,1,38,1,12,6,10,2,165.28125,50.24,50.80234544,0.5623454400000014,45,4,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,1,0,0,0,0,0,0,0,0,2,215,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,242,0,0 +6534,0,1,83,5,30,177,81,0,61,1,14,2,8,1,171,60.33,56.69904625,-3.630953749999996,45,4,14,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,0,1,0,0,0,2,2,NA,213,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,243,0,1 +6537,0,0,NA,NA,NA,144,73,1,60,0,15,2,12,3,164.28125,68.38,73.48196394,5.1019639400000045,13,12,-5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,0,2,203,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,244,0,1 +6538,0,0,NA,NA,NA,NA,NA,1,34,0,19,2,12,3,159.1875,52.96,49.895160700000005,-3.0648392999999956,17,20,10,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,5,0,1,0,0,0,0,0,0,0,0,0,0,1,0,7,191,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,245,0,0 +6544,0,0,NA,NA,NA,131,83,1,41,0,18,2,11,2,158.59375,60.44,74.38914868,13.949148680000008,45,20,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,1,0,2,1,0,3,280,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,246,0,0 +6546,0,1,88,2,3,143,87,0,60,1,17,6,8,1,180.78125,83.8,80.73944186,-3.0605581399999977,45,20,-10,26,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,1,1,0,0,0,2,2,NA,142,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,247,0,1 +6549,1,0,NA,NA,NA,143,90,1,40,1,18,2,17,5,161.5,61.01,69.85322498000001,8.84322498000001,45,3,-3,18,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,1,0,0,0,0,1,0,4,159,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,248,0,0 +6551,1,0,NA,NA,NA,110,71,1,38,0,22,2,12,3,170.375,62.48,70.76040972,8.280409720000002,45,20,-20,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,0,0,0,0,0,1,2,0,NA,197,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,249,0,0 +6556,0,0,NA,NA,NA,115,74,0,49,1,12,6,1,1,170.875,62.6,67.58526313,4.98526313,45,20,-10,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,1,0,0,1,2,2,NA,182,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,250,0,0 +6560,0,0,NA,NA,NA,129,85,0,46,1,18,2,7,1,180.28125,82.21,95.70799007000001,13.497990070000014,45,20,-5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,8,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,194,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,251,0,0 +6561,0,1,92,7,21,148,89,0,48,0,18,2,6,1,179.28125,72.01,62.59574706,-9.414252940000004,45,40,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,0,2,NA,236,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,252,0,0 +6566,0,0,NA,NA,NA,106,61,0,32,0,19,2,12,3,176,81.31,82.55381134000001,1.2438113400000077,45,20,10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,1,0,0,1,2,2,NA,161,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,253,0,0 +6569,1,0,NA,NA,NA,137,83,0,48,1,16,2,5,1,172,67.13,77.56429527,10.434295270000007,45,10,-10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,265,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,254,0,0 +6917,1,0,NA,NA,NA,98,66,0,49,0,19,2,12,3,174.28125,57.72,62.142154690000005,4.422154690000006,6,10,-10,35,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,200,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,255,0,0 +6918,0,0,NA,NA,NA,133,73,1,60,0,18,2,12,3,153.78125,59.65,50.34875307,-9.301246929999998,NA,20,10,42,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,319,NA,NA,NA,NA,NA,NA,NA,256,0,1 +6924,0,0,NA,NA,NA,89,60,1,59,0,13,5,10,2,159.875,70.76,81.19303423000001,10.433034230000004,NA,20,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,0,2,218,NA,NA,NA,NA,NA,NA,NA,257,0,1 +6926,0,1,86,2,15,139,77,0,62,1,12,3,0,1,175.78125,78.36,76.20351816,-2.156481839999998,22,20,20,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,1,0,0,0,0,0,1,0,0,1,2,2,NA,191,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,258,0,1 +6927,0,0,NA,NA,NA,115,49,1,51,0,19,2,12,3,171,55.57,57.152638620000005,1.5826386200000044,46,20,5,18,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,219,0,2.052734375,1.7333984375,1.0498046875,0.5059814453125,0.31915283203125,0.5439453125,259,0,1 +6928,1,0,NA,NA,NA,136,92,0,42,0,16,2,12,3,173.28125,89.02,136.53130337000002,47.51130337000002,20,40,-40,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,2,3,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,196,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,260,0,0 +6932,0,0,NA,NA,NA,140,97,0,38,0,21,2,10,2,174.09375,67.36,74.84274105,7.482741050000001,41,30,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,1,0,0,0,0,0,0,1,2,2,NA,182,0,1.60107421875,1.803955078125,0.6298828125,0.593994140625,-0.20269775390625,0.0359954833984375,261,0,0 +6933,0,1,92,4,25,168,88,1,62,0,19,2,15,4,167.28125,69.74,63.502931800000006,-6.237068199999989,37,20,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,0,0,0,0,0,1,1,0,3,204,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,262,0,1 +6944,1,1,88,7,15,138,75,1,56,0,19,2,12,3,163.5,53.52,57.60623099,4.086230989999997,6,13,-13,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,1,0,0,0,1,0,0,1,0,0,1,1,0,1,200,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,263,0,1 +6952,1,1,90,3,13,136,77,0,50,0,19,2,17,5,177,87.09,85.728957930000007,-1.3610420699999963,6,10,-10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,3,0,0,0,0,0,1,0,0,0,0,0,2,2,2,NA,260,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,264,0,0 +6953,0,0,NA,NA,NA,136,78,1,44,0,19,2,15,4,165.78125,61.35,56.69904625,-4.650953749999999,36,30,-10,26,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,247,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,265,0,0 +6960,0,0,NA,NA,NA,120,69,0,38,1,11,2,10,2,163.59375,52.62,56.69904625,4.079046250000005,NA,20,-3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,5,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,218,NA,NA,NA,NA,NA,NA,NA,266,0,0 +6977,1,0,NA,NA,NA,164,106,0,39,0,NA,2,12,3,192.1875,136.98,136.53130337000002,-0.4486966299999722,6,40,-40,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,3,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,213,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,267,0,0 +6985,0,0,NA,NA,NA,128,81,0,25,0,21,2,12,3,169.78125,72.8,76.20351816,3.4035181600000044,NA,18,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,10,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,241,NA,NA,NA,NA,NA,NA,NA,268,0,0 +6986,0,0,NA,NA,NA,110,71,1,26,0,21,2,12,3,155.875,48.42,43.99845989,-4.421540110000002,6,20,0,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,2,2,0,1,1,0,0,0,0,0,0,0,0,1,2,1,2,149,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,269,0,0 +6994,1,1,85,3,10,126,55,0,65,0,NA,2,12,3,179.875,85.16,83.46099608,-1.6990039199999956,6,30,-30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,1,0,0,0,0,0,1,0,0,0,1,2,NA,258,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,270,0,1 +6997,1,1,83,10,29,NA,NA,0,58,0,19,2,12,3,169,75.75,61.23496995,-14.51503005,6,25,-25,40,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,243,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,271,0,1 +7306,0,0,NA,NA,NA,150,92,1,44,0,NA,2,8,1,168.875,59.19,67.58526313,8.395263130000004,28,20,-5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,4,NA,0,1,0,0,0,1,0,0,1,0,0,0,2,0,6,225,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,272,0,0 +7310,0,0,NA,NA,NA,177,116,0,46,1,14,2,10,2,172,109.2,92.53284348000001,-16.667156519999992,28,20,-2,28,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,3,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,187,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,273,0,0 +7312,0,0,NA,NA,NA,117,65,0,44,0,18,2,10,2,176.5,81.08,72.57477920000001,-8.50522079999999,28,40,-10,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,248,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,274,0,0 +7315,1,0,NA,NA,NA,153,67,0,57,0,18,2,8,1,176.78125,67.59,64.41011654,-3.179883459999999,28,20,-20,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,2,0,1,1,0,0,0,0,0,0,0,0,1,1,2,NA,207,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,275,0,1 +7326,0,0,NA,NA,NA,141,80,0,51,0,18,2,7,1,167.375,67.13,68.0388555,0.9088555000000014,28,20,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,4,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,221,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,276,0,1 +7335,0,0,NA,NA,NA,110,66,0,29,0,18,2,12,3,168.28125,58.29,65.77089365,7.480893650000006,45,30,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,156,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,277,0,0 +7337,0,1,85,6,23,117,71,0,53,1,12,4,4,1,180.875,104.55,89.35769689,-15.192303109999997,28,3,-1,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,223,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,278,0,1 +7345,1,1,90,4,12,175,72,0,58,0,11,2,4,1,167.1875,76.32,72.57477920000001,-3.7452207999999843,28,25,-25,50,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,2,3,16,0,1,0,0,0,0,0,0,0,0,1,1,2,2,NA,217,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,279,0,1 +7346,1,0,NA,1,15,159,66,0,65,0,12,2,4,1,183.5,92.76,79.37866475,-13.381335250000006,28,10,-10,58,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,3,3,6,0,1,1,0,0,0,0,0,0,0,0,0,1,2,NA,181,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,280,0,1 +7354,1,0,NA,NA,NA,147,79,1,53,0,15,2,9,2,163,70.31,96.61517481,26.305174809999997,28,30,-30,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,0,5,206,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,281,0,1 +7359,0,0,NA,NA,NA,122,79,0,30,0,19,2,11,2,181,54.88,60.781377580000004,5.901377580000002,28,10,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,191,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,282,0,0 +7629,0,0,NA,NA,NA,126,78,0,41,0,22,2,16,5,176.28125,68.49,68.0388555,-0.45114449999999806,36,45,-20,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,3,3,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,165,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,283,0,0 +7633,0,0,NA,NA,NA,109,71,1,47,1,12,6,8,1,157,72.01,72.57477920000001,0.5647792000000038,37,2,8,30,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,1,0,0,1,2,0,6,208,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,284,0,0 +7636,0,0,NA,NA,NA,127,80,1,35,1,17,2,12,3,170.78125,91.06,103.41906036,12.35906036,45,20,10,18,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,3,0,0,0,0,0,0,0,0,0,0,0,1,2,0,4,245,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,285,0,0 +7645,0,0,NA,NA,NA,141,81,0,56,1,NA,2,12,3,168,68.95,70.30681735,1.35681735,36,20,-10,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,243,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,286,0,1 +7646,0,1,86,6,12,157,70,1,54,1,NA,2,8,1,152.28125,62.94,52.163122550000004,-10.776877449999994,36,2,-2,24,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,0,0,1,2,2,0,4,167,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,287,0,1 +7648,0,0,NA,NA,NA,143,95,0,58,1,20,2,12,3,174.09375,69.06,76.20351816,7.143518159999999,NA,40,-10,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,7,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,244,NA,NA,NA,NA,NA,NA,NA,288,0,1 +7651,1,1,91,1,23,172,78,1,57,1,13,3,6,1,169.59375,76.32,92.98643585,16.666435850000013,37,3,-3,39,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,1,0,0,0,0,1,0,0,0,1,2,0,4,105,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,289,0,1 +7653,0,0,NA,NA,NA,116,74,1,34,1,NA,2,12,3,161.6875,47.63,49.895160700000005,2.2651607000000027,36,20,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,10,0,1,0,0,0,0,0,0,0,0,0,1,1,1,4,193,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,290,0,0 +7662,0,0,NA,NA,NA,138,80,1,54,0,15,3,4,1,142.875,46.72,51.70953018,4.989530180000003,NA,10,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,5,244,NA,NA,NA,NA,NA,NA,NA,291,0,1 +7667,1,0,NA,NA,NA,131,80,0,54,0,19,3,6,1,160.6875,65.77,69.85322498000001,4.083224980000011,NA,2,-2,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,183,NA,NA,NA,NA,NA,NA,NA,292,0,1 +7670,1,0,NA,NA,NA,110,73,1,35,0,22,2,17,5,161.78125,59.31,61.23496995,1.9249699499999977,36,12,-12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,1,0,0,0,0,0,0,0,2,0,6,238,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,293,0,0 +7677,1,1,83,8,15,129,70,0,64,0,18,2,10,2,175.375,70.31,63.95652417,-6.353475830000001,NA,30,-30,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,138,NA,NA,NA,NA,NA,NA,NA,294,0,1 +7682,0,1,89,2,21,144,80,0,55,0,18,2,10,2,180,85.05,78.47148001000001,-6.5785199899999895,NA,10,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,224,NA,NA,NA,NA,NA,NA,NA,295,0,1 +7891,0,0,NA,NA,NA,155,90,0,45,0,18,2,11,2,173.1875,72.35,76.20351816,3.8535181600000072,36,40,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,6,0,1,0,0,1,0,0,0,0,0,0,0,2,2,NA,201,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,296,0,0 +7892,0,0,NA,NA,NA,132,76,0,53,0,21,2,12,3,176.6875,80.06,74.84274105,-5.2172589500000015,20,8,7,32,0,1,0,0,0,1,0,0,1,0,0,0,1,0,1,2,3,2,0,0,0,0,0,0,0,0,1,0,0,0,1,2,NA,207,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,297,0,1 +7900,0,1,91,10,25,141,77,0,64,0,16,2,12,3,179.5,73.48,72.57477920000001,-0.905220799999995,17,16,-6,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,3,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,2,NA,205,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,298,0,1 +7902,1,0,NA,NA,NA,120,84,1,28,0,18,2,13,4,165.28125,91.85,114.30527724000001,22.455277240000015,45,4,-4,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,0,2,0,3,228,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,299,0,0 +7908,0,1,91,8,1,143,88,0,64,0,13,2,12,3,166.6875,71.33,74.84274105,3.5127410500000025,53,15,-10,38,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,208,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,300,0,1 +7922,0,0,NA,NA,NA,96,64,1,33,0,18,2,12,3,165.375,59.31,58.513415730000006,-0.7965842699999968,53,10,0,13,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,1,6,0,1,1,0,0,0,0,0,0,0,0,1,0,0,1,162,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,302,0,0 +7924,0,1,90,1,20,121,64,1,39,0,19,2,12,3,163.59375,85.96,92.07925111,6.1192511100000075,30,20,0,23,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,3,0,1,0,0,0,0,0,0,0,0,1,0,0,0,6,274,0,2.10498046875,1.6982421875,1.0498046875,0.43994140625,0.4068603515625,0.6099853515625,303,0,0 +7927,1,0,NA,NA,NA,142,79,1,52,0,20,2,10,2,163,75.18,83.00740371,7.827403709999999,38,10,-10,17,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,2,3,4,0,1,0,0,0,0,0,0,1,0,0,1,2,0,3,263,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,304,0,1 +7932,0,0,NA,NA,NA,133,85,0,44,0,19,2,12,3,173.6875,73.03,80.28584949,7.255849490000003,53,35,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,237,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,305,0,0 +7939,1,0,NA,NA,NA,122,75,0,46,0,14,2,8,1,194.5,95.48,102.05828325,6.578283249999998,53,20,-20,29,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,3,5,0,0,1,0,0,0,0,0,0,0,0,0,2,2,NA,169,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,306,0,0 +7941,1,0,NA,NA,NA,130,74,1,69,0,19,2,16,5,165.6875,64.86,65.77089365,0.9108936500000056,53,40,-40,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,178,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,307,0,1 +7942,1,1,86,2,14,128,90,1,57,0,14,2,12,3,150.28125,40.6,42.63768278,2.0376827799999973,53,40,-40,38,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,234,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,308,0,1 +8128,0,0,NA,NA,NA,134,79,0,47,0,20,2,13,4,184,74.28,74.38914868,0.1091486800000041,18,20,20,30,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,236,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,309,0,0 +8130,0,0,NA,NA,NA,125,69,0,25,0,18,4,12,3,169.78125,74.28,68.49244787,-5.787552129999995,29,30,-25,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,15,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,210,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,310,0,0 +8134,1,0,NA,NA,NA,162,81,0,44,0,18,2,7,1,175,68.49,87.99691978,19.506919780000004,20,20,-20,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,147,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,311,0,0 +8135,0,0,NA,NA,NA,109,69,1,46,0,15,5,12,3,156,70.53,81.6466266,11.116626600000004,29,10,10,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,1,0,0,1,2,0,9,228,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,312,0,0 +8137,0,0,NA,NA,NA,114,76,1,25,0,18,4,12,3,160.6875,43.54,48.534383590000004,4.994383590000005,29,10,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,0,0,0,0,0,0,0,1,0,0,0,2,0,NA,78,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,313,0,0 +8142,0,0,NA,NA,NA,95,70,1,37,0,14,5,10,2,167,61.58,72.57477920000001,10.99477920000001,29,40,15,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,6,0,0,1,0,0,0,0,0,0,0,0,2,2,0,5,250,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,314,0,0 +8151,0,0,NA,NA,NA,122,69,1,28,0,13,2,12,3,172.28125,69.74,94.80080533,25.060805330000008,29,40,-10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,2,1,3,193,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,315,0,0 +8165,0,1,88,3,8,122,71,1,72,0,19,2,12,3,159.1875,44.34,41.276905670000005,-3.0630943299999984,29,15,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,4,275,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,316,0,1 +8166,0,0,NA,NA,NA,130,80,1,49,0,15,2,12,3,161,92.65,95.2543977,2.6043976999999927,NA,10,5,30,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,1,0,1,1,0,NA,375,NA,NA,NA,NA,NA,NA,NA,317,0,0 +8368,0,0,NA,NA,NA,129,86,0,26,0,20,2,12,3,173.875,81.53,88.45051215000001,6.9205121500000075,25,5,-3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,1,0,0,0,0,0,0,0,0,0,1,0,2,NA,268,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,318,0,0 +8379,1,1,90,7,31,136,93,0,51,0,NA,2,16,5,172.5,78.24,82.55381134000001,4.313811340000015,56,20,-20,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,1,0,1,1,0,0,0,0,0,0,0,0,0,2,2,NA,247,0,1.805908203125,1.561767578125,0.8399658203125,0.35198974609375,0.243988037109375,0.48797607421875,320,0,1 +8388,0,0,NA,NA,NA,162,89,1,34,0,19,2,12,3,152.78125,58.97,63.502931800000006,4.532931800000007,24,20,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,4,0,1,0,0,0,0,0,0,0,0,0,1,2,0,4,157,0,1.80078125,1.647705078125,0.7349853515625,0.46197509765625,0.152984619140625,0.27294921875,321,0,0 +8402,0,0,NA,NA,NA,132,80,0,44,0,21,2,17,5,175.1875,95.03,102.05828325,7.028283250000001,25,20,10,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,227,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,323,0,0 +8403,0,0,NA,NA,NA,103,66,1,36,0,21,2,16,5,158.5,50.69,57.152638620000005,6.462638620000007,9,15,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,3,178,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,324,0,0 +8406,1,0,NA,NA,NA,114,75,0,50,0,19,2,8,1,168.28125,78.7,78.92507238,0.2250723800000003,23,20,-20,34,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,6,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,210,0,2.1787109375,1.773193359375,1.15478515625,0.5279541015625,0.40557861328125,0.626953125,325,0,0 +8412,0,0,NA,NA,NA,118,68,1,48,0,NA,2,16,5,164.28125,75.52,79.83225712000001,4.312257120000012,9,25,-5,27,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,3,4,0,1,0,0,0,0,0,0,0,1,0,2,2,0,2,248,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,326,0,0 +8620,0,0,NA,NA,NA,154,74,0,54,0,20,2,8,1,176.09375,78.81,81.19303423000001,2.383034230000007,46,40,-37,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,1,0,0,0,0,0,0,0,0,2,NA,242,0,2.052734375,1.7333984375,1.0498046875,0.5059814453125,0.31915283203125,0.5439453125,327,0,1 +8623,0,0,NA,NA,NA,136,95,0,32,0,19,2,12,3,170,77.22,80.28584949,3.065849490000005,53,30,10,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,236,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,328,0,0 +8626,1,0,NA,NA,NA,140,84,0,36,0,15,2,7,1,156.5,57.72,72.57477920000001,14.85477920000001,NA,5,-5,11,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,208,NA,NA,NA,NA,NA,NA,NA,329,0,0 +8627,0,0,NA,NA,NA,115,77,1,41,0,19,2,12,3,171.875,71.44,57.152638620000005,-14.287361379999993,30,12,8,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,200,0,2.10498046875,1.6982421875,1.0498046875,0.43994140625,0.4068603515625,0.6099853515625,330,0,0 +8633,0,1,85,11,16,141,53,1,55,0,12,2,8,1,159.1875,63.96,65.31730128000001,1.3573012800000086,53,20,0,40,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,4,4,NA,0,1,1,0,1,0,0,1,0,0,0,0,1,0,1,267,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,331,0,1 +8638,0,0,NA,NA,NA,128,88,0,31,0,19,2,11,2,165.875,66.45,78.47148001000001,12.021480010000005,27,20,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,201,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,333,0,0 +8644,0,0,NA,NA,NA,103,55,0,25,0,15,2,13,4,175.375,83.01,72.57477920000001,-10.435220799999996,53,20,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,4,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,185,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,334,0,0 +8649,0,0,NA,NA,NA,105,59,1,33,0,15,5,13,4,162.1875,49.44,48.98797596,-0.45202403999999774,53,40,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,7,0,1,1,0,0,0,0,0,0,0,1,1,0,1,2,217,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,335,0,0 +8655,0,0,NA,NA,NA,107,86,0,28,0,18,2,17,5,169.78125,94.46,118.84120094000001,24.381200940000014,53,20,-5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,6,0,1,0,0,0,0,0,0,0,0,0,2,2,2,NA,199,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,336,0,0 +8656,0,0,NA,NA,NA,125,78,1,35,0,NA,2,12,3,167.875,59.76,66.22448602,6.4644860200000025,16,5,10,7,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,2,0,1,0,0,0,0,0,1,0,0,0,1,2,0,4,152,0,1.769287109375,1.682861328125,0.7874755859375,0.37615966796875,0.0862884521484375,0.4112548828125,337,0,0 +8658,0,0,NA,NA,NA,123,69,1,61,0,21,2,12,3,164.78125,71.67,63.95652417,-7.71347583,20,15,1,46,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,3,3,0,1,0,0,0,0,0,0,0,0,0,0,1,0,NA,224,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,339,0,1 +8660,1,0,NA,NA,NA,161,97,0,49,0,NA,2,13,4,183.28125,75.86,83.46099608,7.600996080000002,18,30,-30,33,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,3,0,0,0,0,0,1,0,1,0,0,0,0,0,2,NA,244,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,340,0,0 +9007,0,0,NA,NA,NA,132,NA,1,56,1,16,6,10,2,153.28125,89.36,92.98643585,3.626435850000007,48,10,1,37,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,6,0,1,0,0,0,0,0,0,0,0,0,1,2,0,4,230,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,341,0,1 +9009,0,1,88,6,3,146,71,1,67,1,15,3,8,1,156.59375,59.99,68.49244787,8.502447870000005,47,3,3,36,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,1,0,0,1,0,0,1,0,1,0,0,0,1,2,0,1,232,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,342,0,1 +9011,0,0,NA,NA,NA,134,83,0,51,0,19,2,8,1,175,80.29,85.27536556,4.985365559999991,29,20,-2,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,305,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,343,0,1 +9012,1,1,91,8,11,165,81,1,62,0,19,2,12,3,159,56.59,50.80234544,-5.78765456,17,6,-6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,1,0,0,0,0,0,0,0,0,0,1,0,0,3,281,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,344,0,1 +9024,0,0,NA,NA,NA,134,83,1,57,0,19,2,9,2,164.5,63.84,66.22448602,2.384486019999997,17,40,-30,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,2,0,1,1,0,0,0,0,0,1,0,0,0,2,0,5,225,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,345,0,1 +9033,1,0,NA,NA,NA,112,76,1,25,1,18,4,13,4,167,62.82,77.1107029,14.290702900000007,17,6,-6,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,1,3,0,1,1,0,0,0,0,0,1,0,0,1,1,1,NA,195,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,346,0,0 +9051,0,0,NA,NA,NA,128,66,1,26,1,18,2,12,3,166.78125,73.48,74.38914868,0.9091486800000013,18,20,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,1,1,0,0,0,0,0,0,0,0,0,0,0,1,2,0,2,209,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,347,0,0 +9059,0,0,NA,NA,NA,128,83,1,34,1,16,2,12,3,170.09375,120.43,128.82023308,8.390233080000002,22,20,20,18,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,1,1,1,1,1,0,6,167,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,349,0,0 +9287,0,0,NA,NA,NA,150,84,1,46,0,20,2,12,3,154.375,53.52,58.9670081,5.447008099999998,42,15,-10,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,0,3,197,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,350,0,0 +9292,1,0,NA,NA,NA,130,88,0,57,0,18,2,8,1,173.59375,74.62,79.37866475,4.758664749999994,24,20,-20,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,183,0,1.80078125,1.647705078125,0.7349853515625,0.46197509765625,0.152984619140625,0.27294921875,351,0,1 +9295,1,1,91,11,26,140,88,1,54,0,19,2,12,3,161.78125,67.81,70.76040972,2.950409719999996,10,2,-2,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,3,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,2,195,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,352,0,1 +9308,1,0,NA,NA,NA,100,70,1,25,0,20,2,16,5,158.1875,52.39,58.05982336,5.669823360000002,42,2,-2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,0,0,0,1,0,1,0,0,0,NA,173,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,353,0,0 +9315,0,1,89,12,29,140,57,0,56,0,20,2,8,1,175.1875,85.39,83.46099608,-1.9290039199999995,51,40,-30,38,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,3,4,NA,0,1,0,0,0,1,0,0,1,0,0,1,2,2,NA,299,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,354,0,1 +9320,0,0,NA,NA,NA,130,85,0,39,0,13,2,11,2,175.28125,76.54,83.91458845000001,7.3745884500000045,42,40,-20,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,2,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,226,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,355,0,0 +9323,0,0,NA,NA,NA,126,78,1,36,0,18,2,12,3,157.6875,65.66,70.30681735,4.646817350000006,24,20,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,1,1,1,1,228,0,1.80078125,1.647705078125,0.7349853515625,0.46197509765625,0.152984619140625,0.27294921875,356,0,0 +9326,0,0,NA,NA,NA,115,65,1,43,0,21,2,17,5,166.78125,57.61,58.9670081,1.3570081000000016,NA,10,2,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,1,0,0,4,256,NA,NA,NA,NA,NA,NA,NA,357,0,0 +9327,0,1,86,10,6,140,70,0,72,0,15,3,12,3,169.6875,73.48,79.37866475,5.898664749999995,10,30,-10,52,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,1,0,0,0,0,1,2,NA,186,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,358,0,1 +9331,0,0,NA,NA,NA,114,75,1,39,0,17,5,10,2,154.1875,60.44,73.93555631000001,13.495556310000012,10,20,0,21,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,1,1,0,0,0,0,1,0,1,0,3,261,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,359,0,0 +9334,0,0,NA,NA,NA,111,70,1,26,0,18,2,9,2,158.375,60.89,72.12118683,11.231186829999999,10,3,7,11,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,3,1,0,1,1,0,0,0,0,0,0,0,1,0,0,0,4,169,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,360,0,0 +9336,0,0,NA,NA,NA,159,108,1,27,0,16,2,10,2,160.875,71.89,68.49244787,-3.397552129999994,10,20,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,183,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,361,0,0 +9339,0,0,NA,NA,NA,125,88,0,50,0,15,2,12,3,178.59375,72.12,78.92507238,6.805072379999999,29,1,5,31,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,0,2,NA,274,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,362,0,0 +9559,1,0,NA,NA,NA,149,95,0,60,0,19,2,17,5,174.5,69.63,70.76040972,1.130409720000003,19,12,-12,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,261,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,363,0,1 +9561,1,0,NA,NA,NA,131,88,1,50,0,14,3,8,1,158.375,63.62,83.91458845000001,20.294588450000013,19,12,-12,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,1,0,0,0,2,0,8,245,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,364,0,0 +9573,1,1,87,4,3,119,69,0,62,0,15,2,12,3,186,77.56,83.91458845000001,6.3545884500000085,19,10,-10,41,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,3,4,NA,0,1,1,0,0,1,0,0,0,0,0,0,2,2,NA,187,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,366,0,1 +9574,0,0,NA,NA,NA,125,77,0,43,0,16,2,13,4,177.28125,88.79,97.52235955,8.732359549999998,19,60,-20,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,4,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,159,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,367,0,0 +9579,0,0,NA,NA,NA,122,68,1,33,0,19,2,11,2,157.375,59.99,52.61671492,-7.373285080000002,19,30,10,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,2,0,1,0,0,0,0,0,0,0,0,0,0,2,0,3,215,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,368,0,0 +9585,0,0,NA,NA,NA,103,71,1,25,0,19,2,16,5,167.78125,56.81,54.4310844,-2.378915599999999,27,10,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,1,1,1,1,NA,238,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,370,0,0 +9587,0,1,91,6,7,139,74,1,67,0,20,3,13,4,171.59375,66.79,73.02837157,6.238371569999998,39,20,0,25,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,1,0,0,0,1,0,0,0,2,1,0,2,220,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,371,0,1 +9591,1,0,NA,NA,NA,124,63,1,26,0,19,2,12,3,155.5,92.65,72.57477920000001,-20.075220799999997,19,10,-10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,1,0,0,0,0,0,0,0,0,2,1,1,319,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,372,0,0 +9600,0,0,NA,NA,NA,119,81,0,25,0,17,2,12,3,178.5,73.6,76.65711053,3.0571105300000028,19,20,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,3,0,1,1,0,0,0,0,0,0,0,0,0,0,2,NA,166,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,373,0,0 +9608,0,0,NA,NA,NA,150,93,0,50,0,18,2,12,3,178.59375,73.6,79.37866475,5.778664750000004,31,20,-16,25,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,228,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,374,0,0 +9609,1,0,NA,NA,NA,140,74,0,51,0,20,2,12,3,167.6875,80.97,83.00740371,2.0374037100000066,19,30,-30,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,3,0,0,0,0,0,1,0,0,0,0,0,0,2,2,NA,287,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,375,0,1 +9846,1,0,NA,NA,NA,118,74,1,26,0,19,2,13,4,167.78125,53.07,58.9670081,5.897008100000001,11,13,-13,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,0,1,1,1,2,164,0,1.769287109375,1.8984375,0.6298828125,0.46197509765625,-0.1292724609375,0.167999267578125,376,0,0 +9854,1,0,NA,NA,NA,120,82,1,29,0,19,4,16,5,172.28125,62.14,63.502931800000006,1.3629318000000055,24,10,-10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,1,0,0,0,0,0,0,0,0,0,0,1,1,NA,202,0,1.80078125,1.647705078125,0.7349853515625,0.46197509765625,0.152984619140625,0.27294921875,377,0,0 +9857,1,0,NA,NA,NA,146,93,1,51,0,18,2,12,3,171.5,64.41,70.76040972,6.350409720000002,36,20,-20,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,0,7,234,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,378,0,1 +9870,0,0,NA,NA,NA,138,92,1,44,0,19,3,12,3,160.6875,62.03,58.9670081,-3.0629919,21,10,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,0,1,0,0,0,0,0,0,0,0,0,1,0,3,197,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,379,0,0 +9878,1,0,NA,NA,NA,138,88,1,61,1,17,3,8,1,159.875,74.96,70.30681735,-4.653182649999991,51,6,-6,32,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,2,3,2,0,0,1,0,0,1,0,0,1,0,0,0,2,0,2,161,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,380,0,1 +9883,1,0,NA,NA,NA,118,72,0,54,1,19,2,12,3,175.6875,61.69,68.0388555,6.348855499999999,24,10,-10,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,199,0,1.80078125,1.647705078125,0.7349853515625,0.46197509765625,0.152984619140625,0.27294921875,381,0,1 +9884,0,1,84,9,16,114,72,0,28,1,NA,6,10,2,171.09375,74.39,75.74992579,1.3599257900000055,37,45,-25,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,16,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,203,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,382,0,0 +9887,0,1,84,2,9,132,86,0,32,1,15,4,8,1,180.78125,72.46,69.39963261,-3.060367389999996,51,10,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,0,1,1,0,0,0,0,0,0,0,0,1,1,2,NA,214,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,383,0,0 +9892,0,0,NA,NA,NA,119,68,0,45,0,21,2,17,5,178.78125,72.57,74.38914868,1.819148680000012,39,20,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,1,0,1,1,0,0,0,0,0,0,0,1,1,0,2,NA,196,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,384,0,0 +10097,1,1,87,11,15,165,85,0,50,0,19,2,8,1,176.375,74.73,74.84274105,0.11274104999999679,55,30,-30,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,2,2,2,NA,193,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,385,0,0 +10099,0,0,NA,NA,NA,130,89,0,25,0,19,2,12,3,186.6875,95.14,93.89362059,-1.246379410000003,17,20,-5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,173,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,386,0,0 +10102,0,0,NA,NA,NA,122,65,0,59,0,22,2,12,3,185.375,80.63,79.83225712000001,-0.797742879999987,31,10,10,47,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,208,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,387,0,1 +10104,0,0,NA,NA,NA,122,77,1,52,0,18,2,12,3,162.78125,56.59,65.31730128000001,8.727301280000006,42,20,-16,35,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,6,0,1,0,0,0,0,0,0,0,0,0,0,2,0,7,187,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,388,0,1 +10106,0,0,NA,NA,NA,123,90,1,38,1,18,5,10,2,179.5,68.83,80.28584949,11.455849490000006,47,10,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,0,1,0,7,148,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,389,0,0 +10108,0,0,NA,NA,NA,121,76,0,31,0,19,2,12,3,179.1875,108.52,108.8621688,0.34216880000001026,55,20,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,6,0,0,0,0,0,0,0,0,0,0,0,2,2,2,NA,215,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,390,0,0 +10110,0,0,NA,NA,NA,129,74,1,29,0,19,4,12,3,169.875,73.37,73.48196394,0.11196393999999543,55,20,10,11,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,3,2,0,1,0,0,0,1,0,1,0,0,0,1,1,0,NA,210,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,391,0,0 +10113,1,1,91,11,30,144,78,0,58,0,19,2,8,1,165.59375,73.03,70.30681735,-2.7231826499999983,55,20,-20,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,223,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,393,0,1 +10122,0,0,NA,NA,NA,165,91,0,59,0,20,2,15,4,181.1875,84.37,83.46099608,-0.9090039200000035,27,40,-20,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,1,0,0,0,1,0,0,0,0,0,0,1,1,1,2,NA,214,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,394,0,1 +10367,0,0,NA,NA,NA,131,90,1,29,0,18,2,9,2,168.28125,85.73,76.65711053,-9.072889470000007,12,10,20,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,1,0,0,0,0,0,1,0,1,1,1,0,3,201,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,395,0,0 +10370,1,0,NA,NA,NA,120,82,0,25,0,18,2,12,3,165.6875,59.99,61.68856232,1.6985623200000006,36,10,-10,7,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,6,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,206,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,396,0,0 +10371,0,0,NA,NA,NA,98,61,1,26,0,18,2,12,3,165.59375,78.58,70.30681735,-8.273182649999995,36,15,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,0,1,0,0,0,0,0,0,0,0,1,0,1,1,4,262,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,397,0,0 +10376,0,1,86,1,28,133,89,1,66,0,11,3,11,2,160.09375,73.82,64.41011654,-9.409883459999989,36,15,-11,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,0,0,8,266,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,398,0,1 +10380,0,0,NA,NA,NA,164,94,0,43,0,20,2,10,2,172.375,84.94,87.54332741,2.6033274100000057,36,20,-5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,249,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,399,0,0 +10393,0,1,90,1,8,117,79,0,53,0,19,2,10,2,170,81.19,85.27536556,4.08536556,42,40,-10,21,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,3,0,1,1,0,0,0,0,0,0,0,0,0,0,2,NA,245,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,400,0,1 +10395,0,1,87,6,22,99,69,1,35,0,18,2,12,3,159.59375,47.85,48.98797596,1.1379759599999986,36,30,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,1,0,0,0,0,0,1,1,5,218,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,401,0,0 +10399,0,0,NA,NA,NA,102,67,1,43,0,21,2,12,3,168.59375,61.69,65.77089365,4.080893650000007,36,20,20,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,6,0,1,1,0,0,0,0,0,0,0,0,0,1,0,3,235,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,402,0,0 +10402,0,0,NA,NA,NA,111,66,1,45,0,19,2,12,3,150.5,40.82,48.98797596,8.16797596,36,20,10,13,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,6,191,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,403,0,0 +10403,0,0,NA,NA,NA,96,62,1,32,0,14,2,12,3,162.28125,60.78,66.22448602,5.444486019999999,36,20,-2,16,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,204,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,404,0,0 +10600,0,0,NA,NA,NA,135,72,0,30,1,19,6,11,2,171.6875,70.53,85.728957930000007,15.198957930000006,39,5,-1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,1,0,0,1,1,2,NA,211,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,405,0,0 +10605,1,0,NA,NA,NA,99,72,1,34,0,15,2,12,3,165.875,54.54,57.60623099,3.066230990000001,39,20,-20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,307,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,406,0,0 +10606,1,0,NA,NA,NA,141,89,0,56,0,15,2,12,3,175.5,110,121.56275516000001,11.562755160000009,39,7,-7,31,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,1,0,0,0,0,2,2,NA,228,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,407,0,1 +10607,0,1,86,6,8,171,82,0,50,0,15,5,10,2,173.5,70.42,70.30681735,-0.11318264999999883,39,20,0,36,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,1,0,0,0,1,0,0,0,1,2,2,NA,228,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,408,0,0 +10610,0,0,NA,NA,NA,128,86,0,30,0,18,2,12,3,178.375,115.55,114.30527724000001,-1.2447227599999877,39,40,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,10,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,190,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,409,0,0 +10614,0,0,NA,NA,NA,129,81,0,48,0,18,2,11,2,158.28125,57.61,61.23496995,3.6249699500000006,39,20,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,271,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,410,0,0 +10618,0,0,NA,NA,NA,151,75,1,49,0,17,3,9,2,167.375,72.35,78.92507238,6.575072380000009,54,20,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,1,0,0,0,0,0,1,2,0,5,303,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,411,0,0 +10619,1,0,NA,NA,NA,124,88,1,40,0,18,2,12,3,165.09375,70.76,83.46099608,12.700996079999996,39,1,-1,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,1,0,0,0,0,2,2,1,3,210,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,412,0,0 +10620,0,0,NA,NA,NA,137,75,0,39,0,18,2,10,2,180.78125,83.57,84.36818082,0.7981808200000131,39,40,-10,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,7,0,1,1,0,0,0,0,0,0,0,0,0,2,2,NA,232,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,413,0,0 +10625,0,0,NA,NA,NA,103,73,1,38,0,19,2,9,2,161.375,67.13,56.24545388,-10.884546119999996,39,20,0,21,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,2,3,3,0,1,1,0,0,0,0,0,0,0,0,2,2,0,4,247,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,414,0,0 +10626,0,0,NA,NA,NA,125,81,1,37,0,NA,2,11,2,158,50.92,51.255937810000006,0.33593781000000433,39,20,-10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,4,0,0,1,0,0,0,0,0,0,0,0,1,1,0,2,188,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,415,0,0 +10627,0,0,NA,NA,NA,131,79,1,61,0,12,3,8,1,146.1875,54.66,58.9670081,4.3070081000000044,39,7,3,22,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,1,0,0,0,0,0,0,0,0,1,2,0,3,267,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,416,0,1 +10634,0,0,NA,NA,NA,115,67,1,42,0,18,2,12,3,166.1875,79.04,86.1825503,7.142550299999996,39,20,-2,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,1,0,1,2,1,3,161,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,417,0,0 +10635,1,1,87,8,9,140,87,0,59,0,19,2,8,1,169.28125,56.36,74.38914868,18.029148680000006,39,40,-40,55,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,0,0,0,0,2,2,NA,179,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,418,0,1 +10636,0,0,NA,NA,NA,115,81,0,28,0,12,2,12,3,192,82.1,87.54332741,5.443327410000009,39,20,10,13,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,3,1,2,0,1,1,0,0,1,0,0,1,0,0,2,2,2,NA,194,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,419,0,0 +10970,0,0,NA,NA,NA,124,78,0,49,0,19,2,12,3,171.09375,72.57,71.66759446,-0.9024055399999895,46,15,5,32,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,3,7,0,0,0,0,0,0,0,0,0,0,0,2,2,2,NA,235,0,2.052734375,1.7333984375,1.0498046875,0.5059814453125,0.31915283203125,0.5439453125,420,0,0 +10981,0,0,NA,NA,NA,145,95,1,32,1,13,6,11,2,171.875,151.73,131.99537967,-19.734620329999984,31,5,15,14,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,1,0,2,0,5,180,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,421,0,0 +10990,0,0,NA,NA,NA,119,75,1,47,0,18,2,12,3,158.1875,53.75,51.70953018,-2.0404698199999984,31,2,1,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,1,1,0,NA,334,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,422,0,0 +10992,0,0,NA,NA,NA,97,69,0,30,0,19,2,12,3,178.6875,76.2,83.00740371,6.807403710000003,31,1,19,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,1,0,0,0,1,0,2,2,NA,209,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,423,0,0 +10995,1,0,NA,NA,NA,108,76,1,28,0,21,2,12,3,159,59.31,62.59574706,3.2857470599999985,31,20,-20,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,0,0,1,1,3,244,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,424,0,0 +11002,0,0,NA,NA,NA,140,81,1,47,0,18,2,10,2,154.1875,54.32,61.68856232,7.368562320000002,31,25,-5,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,3,0,1,1,0,0,0,0,0,0,0,1,1,1,0,3,196,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,425,0,0 +11004,0,0,NA,NA,NA,113,78,1,37,0,20,2,9,2,169.375,69.4,69.39963261,-3.673900000080721e-4,31,20,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,2,1,0,5,195,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,426,0,0 +11010,1,0,NA,NA,NA,132,96,0,31,0,18,2,12,3,178.1875,88.79,93.44002822,4.650028219999996,31,20,-20,12,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,6,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,223,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,427,0,0 +11011,1,0,NA,NA,NA,124,84,0,38,0,18,2,12,3,171.78125,71.78,82.10021897,10.320218969999999,19,30,-30,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,2,2,2,NA,224,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,428,0,0 +11325,0,0,NA,NA,NA,110,69,0,42,0,19,2,12,3,181.59375,69.63,74.84274105,5.212741050000005,54,30,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,0,0,0,0,1,1,1,2,NA,256,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,429,0,0 +11329,0,0,NA,NA,NA,145,83,0,51,0,16,4,7,1,177.59375,74.84,81.6466266,6.806626600000001,54,5,15,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,0,0,0,0,0,0,0,0,0,0,1,2,1,2,NA,254,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,430,0,1 +11330,0,0,NA,NA,NA,151,105,1,31,1,12,4,10,2,156.28125,46.61,55.33826914,8.728269140000002,54,10,10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,4,0,1,1,0,0,0,0,0,1,0,0,0,1,1,3,217,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,431,0,0 +11336,0,0,NA,NA,NA,123,78,1,48,1,16,3,12,3,164.28125,78.58,76.20351816,-2.3764818399999967,54,20,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,5,0,0,0,0,0,0,0,0,0,0,0,1,2,0,7,246,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,432,0,0 +11337,0,0,NA,NA,NA,142,72,1,46,0,13,3,8,1,162.1875,63.5,64.41011654,0.9101165400000042,54,40,0,34,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,2,0,2,286,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,433,0,0 +11338,0,0,NA,NA,NA,128,79,0,30,0,14,2,12,3,174.875,62.82,74.84274105,12.02274105,54,20,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,1,0,0,0,0,0,0,0,0,0,1,2,NA,217,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,434,0,0 +11340,0,0,NA,NA,NA,111,71,1,25,0,14,2,10,2,171,64.64,68.49244787,3.852447870000006,54,15,2,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,4,NA,0,1,0,0,1,0,0,0,0,0,0,1,1,1,2,147,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,435,0,0 +11348,1,0,NA,NA,NA,NA,NA,1,47,0,18,2,10,2,176.78125,105.57,97.52235955,-8.047640449999989,51,60,-60,26,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,4,4,NA,0,1,0,0,0,1,0,0,0,0,0,1,2,0,3,208,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,436,0,0 +11349,1,0,NA,NA,NA,131,91,0,61,0,18,2,12,3,180.5,62.71,58.9670081,-3.7429919,54,10,-10,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,223,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,437,0,1 +11351,0,1,84,2,16,159,89,0,68,0,15,2,8,1,176.5,66.68,72.57477920000001,5.894779200000002,54,25,-5,48,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,4,4,NA,0,1,1,1,0,0,0,0,0,0,1,1,2,2,NA,221,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,438,0,1 +11356,0,0,NA,NA,NA,125,84,0,27,0,16,4,9,2,156.5,64.3,62.59574706,-1.7042529399999964,54,8,12,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,1,7,0,1,0,0,1,0,0,0,0,0,0,0,1,2,NA,258,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,440,0,0 +11363,0,0,NA,NA,NA,115,71,0,28,0,18,2,12,3,168.1875,77.34,77.1107029,-0.2292970999999966,54,20,30,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,0,0,1,2,NA,208,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,441,0,0 +11366,0,0,NA,NA,NA,151,91,0,54,0,20,2,9,2,175.875,57.27,58.513415730000006,1.2434157300000024,54,20,-10,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,1,1,0,0,0,0,0,0,0,0,1,1,2,NA,189,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,442,0,1 +11368,0,1,89,3,18,121,83,0,25,0,16,2,10,2,182.1875,70.76,81.6466266,10.8866266,54,40,-20,16,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,4,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,273,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,443,0,0 +11376,0,0,NA,NA,NA,108,60,1,43,0,18,2,9,2,157.5,68.61,72.57477920000001,3.9647792000000095,54,40,0,34,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,0,0,0,0,4,173,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,444,0,0 +11377,0,1,88,7,2,138,101,0,36,0,12,2,9,2,168.6875,88.56,86.1825503,-2.3774496999999997,54,40,20,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,181,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,445,0,0 +11380,0,0,NA,NA,NA,123,69,1,33,0,16,2,8,1,167.375,62.37,70.30681735,7.936817350000005,54,10,10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,1,158,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,446,0,0 +11383,0,1,90,9,18,145,82,1,53,0,18,2,8,1,154.78125,44.79,45.81282937,1.0228293700000037,54,10,10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,0,5,276,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,447,0,1 +11384,0,0,NA,NA,NA,126,61,1,54,0,18,2,7,1,167.59375,60.89,58.9670081,-1.9229918999999995,54,30,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,0,0,0,0,1,1,0,2,329,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,448,0,1 +11385,0,0,NA,NA,NA,145,90,0,36,0,18,2,7,1,180.5,85.16,91.17206637000001,6.012066370000014,54,40,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,259,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,449,0,0 +11836,0,0,NA,NA,NA,151,89,0,60,0,18,2,4,1,182,81.65,72.57477920000001,-9.075220799999997,22,20,-10,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,0,0,1,0,1,0,0,2,NA,187,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,451,0,1 +11845,0,0,NA,NA,NA,120,63,0,25,0,18,2,15,4,174.78125,88.79,91.62565874,2.8356587399999995,22,20,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,1,0,0,2,NA,187,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,452,0,0 +11850,0,0,NA,NA,NA,138,80,1,48,0,13,2,5,1,150.6875,46.49,52.61671492,6.126714919999998,22,25,5,29,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,8,192,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,453,0,0 +11855,0,0,NA,NA,NA,117,72,1,48,0,18,2,9,2,156.5,52.5,56.24545388,3.7454538799999995,21,12,-2,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,1,0,0,1,0,1,1,2,0,6,198,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,454,0,0 +11864,0,1,91,10,9,171,113,0,40,0,NA,2,10,2,164.375,81.76,87.54332741,5.783327409999998,22,20,20,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,248,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,455,0,0 +11876,0,0,NA,NA,NA,95,64,1,26,1,11,4,12,3,169.6875,60.21,69.85322498000001,9.643224980000006,22,20,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,209,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,457,0,0 +11877,0,0,NA,NA,NA,124,89,0,37,0,21,2,16,5,183.875,129.5,127.00586360000001,-2.494136399999988,22,30,-10,16,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,1,0,0,1,2,2,2,NA,195,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,458,0,0 +11880,0,1,85,12,16,229,94,0,50,0,NA,2,5,1,171.59375,74.05,70.76040972,-3.2895902799999988,22,20,0,35,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,1,0,0,1,0,0,1,2,2,NA,351,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,459,0,0 +11886,0,1,84,5,10,115,68,0,50,0,19,2,17,5,173.5,119.52,121.56275516000001,2.042755160000013,22,40,-10,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,254,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,461,0,0 +11892,0,0,NA,NA,NA,142,80,1,53,0,18,2,12,3,159.5,65.09,72.57477920000001,7.4847792000000055,22,15,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,1,1,0,7,294,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,462,0,1 +11894,0,0,NA,NA,NA,114,68,0,29,1,13,2,12,3,170.875,70.99,72.12118683,1.1311868300000043,22,15,-7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,6,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,172,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,463,0,0 +11900,0,1,87,2,20,116,61,0,62,0,11,6,6,1,164.6875,60.44,57.60623099,-2.8337690099999975,22,20,-3,48,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,1,0,0,0,0,0,1,0,0,1,2,2,NA,237,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,464,0,1 +11908,0,1,89,5,14,122,78,0,68,0,12,4,7,1,163,53.98,53.97749203,-0.0025079699999963623,22,12,-7,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,2,NA,233,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,465,0,1 +12262,0,0,NA,NA,NA,144,86,1,28,1,18,4,12,3,165,70.19,62.142154690000005,-8.047845309999992,48,20,0,10,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,1,1,0,1,2,0,NA,263,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,466,0,0 +12263,0,0,NA,NA,NA,118,75,0,53,1,15,2,5,1,183.5,108.86,110.67653828,1.8165382800000032,48,20,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,1,0,0,1,2,2,NA,310,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,467,0,1 +12266,1,1,85,1,30,211,118,0,57,0,11,5,8,1,168.875,51.14,45.81282937,-5.327170629999998,42,20,-20,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,0,0,1,0,0,2,2,2,NA,258,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,468,0,1 +12268,0,0,NA,NA,NA,161,94,0,43,0,20,2,12,3,180,76.09,74.38914868,-1.7008513199999982,29,30,10,26,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,4,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,196,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,469,0,0 +12269,0,0,NA,NA,NA,128,89,1,43,0,19,2,12,3,164,103.76,114.75886961,10.99886961,NA,3,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,6,238,NA,NA,NA,NA,NA,NA,NA,470,0,0 +12271,1,0,NA,NA,NA,145,78,1,64,0,18,2,12,3,161.875,51.94,62.59574706,10.655747060000003,40,20,-20,28,0,1,0,0,0,1,0,0,1,0,0,0,0,0,1,0,3,2,0,1,0,0,0,0,0,0,0,0,0,0,1,0,3,275,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,471,0,1 +12273,0,0,NA,NA,NA,175,95,0,37,0,NA,5,10,2,171.375,70.42,90.718474,20.298474,48,10,10,23,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,12,0,0,1,0,0,0,0,0,0,0,0,0,2,2,NA,197,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,472,0,0 +12275,1,0,NA,NA,NA,115,58,1,55,0,19,2,11,2,154.6875,47.17,60.781377580000004,13.611377580000003,5,20,-20,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,0,2,162,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,473,0,1 +12277,1,0,NA,NA,NA,158,83,0,53,0,15,2,12,3,166.5,86.3,86.1825503,-0.11744969999999455,40,14,-14,37,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,3,4,NA,0,1,0,0,0,0,0,1,0,0,0,0,2,2,NA,218,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,474,0,1 +12279,0,0,NA,NA,NA,131,71,0,50,1,19,2,17,5,197.59375,71.21,68.94604024,-2.2639597599999917,48,15,0,36,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,0,0,0,0,0,1,0,0,0,0,2,2,NA,143,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,475,0,0 +12284,0,0,NA,NA,NA,152,98,0,39,0,20,2,17,5,182.375,94.12,89.35769689,-4.762303110000005,48,5,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,1,0,0,0,0,0,0,0,0,0,1,0,2,NA,266,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,476,0,0 +12285,0,0,NA,NA,NA,139,74,1,46,0,20,2,11,2,155.78125,52.16,60.781377580000004,8.621377580000008,48,20,-10,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,NA,244,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,477,0,0 +12290,0,0,NA,NA,NA,108,73,1,28,0,21,2,12,3,164.1875,54.66,58.513415730000006,3.853415730000009,48,30,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,232,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,478,0,0 +12299,0,0,NA,NA,NA,131,89,0,29,1,18,2,12,3,180.875,87.43,96.61517481,9.185174809999992,48,10,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,4,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,154,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,479,0,0 +12305,1,0,NA,NA,NA,116,73,0,26,0,18,2,12,3,176.875,69.97,77.1107029,7.140702900000008,48,20,-20,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,1,0,0,0,0,0,0,0,0,2,1,2,NA,262,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,480,0,0 +12312,0,0,NA,NA,NA,156,101,1,38,1,15,2,10,2,161.1875,85.62,95.70799007000001,10.087990070000004,48,15,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,1,1,0,0,0,0,0,0,0,0,0,1,1,0,1,236,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,481,0,0 +12314,0,0,NA,NA,NA,128,85,1,34,0,18,2,12,3,159.375,46.04,48.534383590000004,2.4943835900000053,48,15,15,14,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,3,159,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,482,0,0 +12318,0,0,NA,NA,NA,140,82,1,44,1,18,2,12,3,174,93.11,98.42954429000001,5.31954429000001,48,10,0,7,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,2,2,0,1,297,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,483,0,0 +12321,0,0,NA,NA,NA,137,75,0,52,0,20,2,13,4,183.875,84.37,85.728957930000007,1.3589579300000025,48,40,-10,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,1,0,0,0,0,0,0,0,1,0,1,2,NA,198,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,484,0,1 +12627,0,1,84,11,27,180,69,1,57,0,14,5,8,1,166.28125,78.13,79.83225712000001,1.702257120000013,47,20,10,27,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,1,1,0,0,1,2,0,8,231,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,485,0,1 +12634,1,1,85,11,15,147,88,0,53,1,15,6,10,2,176.28125,59.31,68.94604024,9.63604024,47,12,-12,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,5,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,199,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,486,0,1 +12639,0,0,NA,NA,NA,138,96,0,28,1,15,5,11,2,177.375,108.07,120.65557042,12.58557042000001,47,40,-10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,213,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,487,0,0 +12640,0,1,91,6,28,186,74,0,49,1,18,2,8,1,167.59375,92.42,98.88313666,6.4631366600000035,51,15,-5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,298,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,488,0,0 +12644,0,1,84,6,21,122,77,0,47,1,13,2,8,1,176.09375,63.5,63.502931800000006,0.002931800000006035,47,20,10,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,1,0,0,0,0,0,0,0,0,0,0,2,NA,202,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,489,0,0 +12648,0,0,NA,NA,NA,135,66,0,30,0,NA,2,12,3,181.1875,97.98,99.33672903,1.3567290299999968,47,20,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,224,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,490,0,0 +12650,1,1,86,5,13,116,68,0,50,0,18,2,12,3,166.6875,62.03,67.58526313,5.55526313,47,20,-20,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,1,0,1,2,NA,184,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,491,0,0 +12651,1,0,NA,NA,NA,133,66,1,65,0,18,2,8,1,164.375,75.75,77.56429527,1.8142952700000023,47,40,-40,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,2,0,2,247,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,492,0,1 +12654,0,0,NA,NA,NA,121,81,0,33,0,13,2,8,1,177.59375,79.61,87.99691978,8.38691978,47,20,10,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,137,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,493,0,0 +12667,1,1,88,2,26,120,54,0,66,0,14,2,3,1,169,68.38,72.12118683,3.7411868300000037,47,40,-40,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,1,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,191,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,494,0,1 +12673,0,0,NA,NA,NA,138,87,1,44,0,20,2,12,3,160.6875,49.44,50.80234544,1.3623454400000057,51,20,-2,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,1,4,180,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,495,0,0 +12675,0,0,NA,NA,NA,163,108,1,46,1,15,2,10,2,168.78125,97.41,122.92353227000001,25.513532270000013,37,20,-10,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,2,0,2,180,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,496,0,0 +12684,0,0,NA,NA,NA,125,86,0,49,0,17,2,9,2,173.28125,67.81,68.0388555,0.22885549999999455,47,40,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,6,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,165,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,497,0,0 +12685,1,0,NA,NA,NA,133,86,1,44,0,17,2,9,2,177.375,71.55,73.48196394,1.9319639400000028,47,25,-25,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,2,2,0,4,236,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,498,0,0 +12686,0,0,NA,NA,NA,114,69,0,28,0,17,2,17,5,175.1875,80.74,77.1107029,-3.629297099999988,47,20,-10,11,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,125,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,499,0,0 +12690,0,0,NA,NA,NA,112,76,1,40,0,20,2,13,4,162.5,71.21,78.01788764,6.807887640000004,47,60,20,17,0,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,10,0,1,0,0,0,1,0,0,0,0,0,2,2,0,4,176,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,500,0,0 +12926,0,1,88,5,6,169,70,1,42,1,15,2,0,1,171,103.19,100.24391377,-2.9460862299999917,28,20,-10,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,1,0,0,1,2,0,2,221,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,501,0,0 +12927,0,0,NA,NA,NA,118,75,0,39,1,14,2,12,3,177.59375,86.18,83.00740371,-3.1725962900000013,22,5,2,22,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,3,7,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,244,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,502,0,0 +12929,0,0,NA,NA,NA,118,77,1,33,0,20,2,12,3,160.375,59.19,59.420600470000004,0.23060047000000594,13,20,10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,1,0,0,0,0,0,0,0,0,0,0,2,0,4,199,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,503,0,0 +12944,1,1,89,1,4,127,77,0,55,0,20,2,17,5,178.1875,102.63,95.2543977,-7.375602299999997,22,40,-40,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,314,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,504,0,1 +12948,0,0,NA,NA,NA,110,74,1,25,0,18,4,16,5,175.875,57.72,56.69904625,-1.0209537499999968,22,15,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,0,0,0,0,0,1,0,0,0,0,1,0,1,1,NA,217,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,505,0,0 +12954,0,1,91,11,27,140,70,0,56,0,19,2,10,2,182.59375,75.64,85.27536556,9.635365559999997,5,20,5,41,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,4,0,1,0,0,0,0,1,0,0,0,0,0,0,2,NA,254,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,506,0,1 +12958,1,0,NA,NA,NA,133,70,1,39,1,20,2,16,5,161.1875,65.2,76.20351816,11.003518159999999,22,10,-10,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,NA,201,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,507,0,0 +13203,1,0,NA,NA,NA,138,80,0,57,0,19,2,9,2,179,84.03,81.6466266,-2.3833733999999964,4,25,-25,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,6,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,212,0,1.994873046875,1.77099609375,0.9449462890625,0.46197509765625,0.2239990234375,0.48297119140625,508,0,1 +13206,0,1,90,6,12,137,75,1,66,0,16,2,12,3,162.28125,56.25,43.99845989,-12.25154011,31,20,20,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,NA,166,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,509,0,1 +13211,1,0,NA,NA,NA,114,75,1,58,0,17,2,6,1,157.1875,64.64,58.9670081,-5.6729918999999995,4,2,-2,30,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,1,0,0,0,0,0,0,2,0,6,302,0,1.994873046875,1.77099609375,0.9449462890625,0.46197509765625,0.2239990234375,0.48297119140625,510,0,1 +13214,0,1,92,10,8,124,83,0,28,0,18,2,13,4,180.375,86.07,99.79032140000001,13.720321400000017,48,30,10,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,169,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,511,0,0 +13231,0,0,NA,NA,NA,161,97,1,62,0,13,2,10,2,166.875,66.22,58.9670081,-7.252991899999998,4,15,0,27,0,1,0,0,1,1,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,2,0,2,175,0,1.994873046875,1.77099609375,0.9449462890625,0.46197509765625,0.2239990234375,0.48297119140625,512,0,1 +13235,0,0,NA,NA,NA,119,83,0,31,0,20,2,13,4,173,67.47,69.39963261,1.9296326099999987,35,30,10,16,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,0,0,1,0,0,0,0,0,0,0,1,1,0,2,NA,244,0,2.2099609375,1.7509765625,1.0498046875,0.43994140625,0.45904541015625,0.6099853515625,513,0,0 +13236,0,0,NA,NA,NA,108,68,1,28,0,20,2,12,3,158.59375,53.86,60.32778521,6.467785210000002,4,20,-5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,0,0,0,1,0,1,1,2,0,1,172,0,1.994873046875,1.77099609375,0.9449462890625,0.46197509765625,0.2239990234375,0.48297119140625,514,0,0 +13250,0,0,NA,NA,NA,116,75,1,27,0,20,2,12,3,163.28125,48.76,53.97749203,5.2174920300000025,4,20,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,1,3,156,0,1.994873046875,1.77099609375,0.9449462890625,0.46197509765625,0.2239990234375,0.48297119140625,515,0,0 +13252,1,0,NA,NA,NA,130,73,1,58,0,18,2,12,3,159,86.18,87.54332741,1.3633274099999966,NA,3,-3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,0,1,2,0,4,328,NA,NA,NA,NA,NA,NA,NA,516,0,1 +13254,0,0,NA,NA,NA,91,73,1,27,0,18,2,9,2,157.1875,57.04,54.884676770000006,-2.1553232299999934,4,15,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,7,0,1,1,0,0,0,0,0,1,0,0,1,2,0,5,177,0,1.994873046875,1.77099609375,0.9449462890625,0.46197509765625,0.2239990234375,0.48297119140625,517,0,0 +13255,1,0,NA,NA,NA,116,87,0,27,0,14,2,12,3,160.28125,102.06,118.84120094000001,16.781200940000005,4,20,-20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,2,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,184,0,1.994873046875,1.77099609375,0.9449462890625,0.46197509765625,0.2239990234375,0.48297119140625,518,0,0 +13558,1,0,NA,NA,NA,135,72,0,46,0,20,2,13,4,184,56.13,66.67807839000001,10.548078390000008,37,6,-6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,1,0,0,0,0,0,0,0,0,0,1,2,NA,178,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,519,0,0 +13562,1,1,87,11,23,NA,NA,1,59,0,13,3,6,1,159.5,42.86,45.81282937,2.9528293700000035,1,5,-5,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,1,0,0,0,0,0,0,2,0,3,232,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,520,0,1 +13567,1,0,NA,NA,NA,111,80,0,41,0,18,4,16,5,168.78125,67.59,73.93555631000001,6.345556310000006,42,30,-30,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,1,0,1,2,NA,210,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,521,0,0 +13572,0,1,89,7,11,190,71,1,65,0,12,5,6,1,159.375,57.07,55.791861510000004,-1.2781384899999964,13,10,-4,56,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,2,0,0,1,0,0,1,0,1,0,0,0,1,1,0,5,259,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,522,0,1 +13575,0,0,NA,NA,NA,128,80,0,47,0,19,2,12,3,177.78125,67.47,68.94604024,1.4760402400000032,22,15,5,29,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,3,1,2,0,1,0,0,0,0,0,0,0,0,1,0,2,2,NA,199,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,523,0,0 +13578,0,0,NA,NA,NA,129,85,0,35,0,18,2,6,1,178,84.14,90.718474,6.578474,13,40,-10,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,2,0,1,0,0,0,1,0,0,0,0,1,0,1,2,NA,202,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,525,0,0 +13581,1,0,NA,NA,NA,115,83,1,41,0,19,2,12,3,166.5,67.59,56.69904625,-10.890953750000001,39,20,-20,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,3,0,0,0,0,0,1,0,1,0,0,0,2,2,1,3,181,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,526,0,0 +13593,0,1,85,6,29,125,66,1,60,0,NA,2,9,2,163.875,97.18,66.67807839000001,-30.501921609999997,17,25,5,46,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,3,0,0,1,0,1,0,0,0,0,0,1,1,1,0,1,232,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,527,0,1 +13595,0,0,NA,NA,NA,138,69,0,29,0,21,6,12,3,175,87.32,78.92507238,-8.39492761999999,12,30,-5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,4,0,1,0,0,0,0,0,0,0,0,1,1,2,2,NA,220,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,528,0,0 +13602,1,0,NA,NA,NA,116,73,1,36,0,19,2,12,3,169.5,75.98,61.68856232,-14.291437680000001,12,20,-20,15,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,3,4,NA,0,1,0,0,1,0,0,0,0,0,0,1,2,1,2,317,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,529,0,0 +13604,1,0,NA,NA,NA,164,100,1,43,0,14,5,10,2,169.875,61.58,78.92507238,17.345072380000005,12,15,-15,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,0,2,196,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,530,0,0 +13610,0,0,NA,NA,NA,115,72,1,52,0,20,2,12,3,169.375,56.36,59.874192840000006,3.514192840000007,42,15,-2,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,1,0,0,0,0,0,0,0,0,0,1,0,2,225,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,531,0,1 +13612,0,0,NA,NA,NA,156,98,0,39,0,18,2,6,1,160,57.38,62.59574706,5.215747059999998,12,20,0,25,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,10,0,0,1,0,0,0,0,0,0,0,0,0,2,2,NA,177,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,532,0,0 +13619,0,0,NA,NA,NA,134,68,1,64,0,13,3,13,4,158,54.43,54.884676770000006,0.45467677000000606,13,40,-20,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,2,242,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,533,0,1 +13627,0,0,NA,NA,NA,146,88,1,50,0,20,2,16,5,159.375,65.54,62.59574706,-2.9442529400000055,23,25,-16,26,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,1,3,2,0,0,0,1,0,1,0,0,0,0,0,1,2,0,1,294,0,2.1787109375,1.773193359375,1.15478515625,0.5279541015625,0.40557861328125,0.626953125,534,0,0 +13631,0,0,NA,NA,NA,114,77,0,29,0,19,5,10,2,186.6875,68.04,68.94604024,0.9060402399999958,26,20,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,141,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,535,0,0 +13632,0,1,88,11,18,135,73,1,54,0,20,2,9,2,164.1875,75.75,66.67807839000001,-9.07192160999999,1,20,0,36,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,0,0,0,1,1,0,4,285,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,536,0,1 +13634,0,0,NA,NA,NA,128,88,0,38,0,22,2,17,5,175.5,72.69,70.76040972,-1.9295902799999993,45,20,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,1,0,0,0,0,0,0,0,0,1,1,2,NA,208,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,537,0,0 +13636,0,0,NA,NA,NA,108,70,1,40,0,17,2,17,5,162.1875,56.36,55.791861510000004,-0.5681384899999955,39,1,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,1,0,0,0,0,0,0,1,0,4,178,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,539,0,0 +14009,1,0,NA,NA,NA,125,70,0,57,0,16,5,12,3,182.28125,78.93,86.1825503,7.252550299999996,47,8,-8,37,1,0,0,0,1,1,0,0,0,0,0,0,0,0,1,2,3,2,0,0,1,0,0,1,0,0,0,0,0,1,2,2,NA,222,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,540,0,1 +14025,0,0,NA,NA,NA,133,89,0,50,0,12,4,1,1,181,91.4,92.53284348000001,1.1328434800000053,47,1,3,38,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,122,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,542,0,0 +14028,0,1,90,1,18,155,86,1,51,1,17,2,12,3,159.375,70.42,70.30681735,-0.11318264999999883,47,15,0,16,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,2,0,9,192,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,543,0,1 +14032,0,0,NA,NA,NA,112,70,0,33,0,17,2,8,1,186.09375,91.06,93.44002822,2.38002822,47,12,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,178,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,544,0,0 +14037,0,0,NA,NA,NA,152,82,1,39,0,18,2,9,2,156.78125,45.36,53.523899660000005,8.163899660000006,47,10,10,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,0,3,153,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,545,0,0 +14038,0,0,NA,NA,NA,115,62,1,64,0,12,3,8,1,155.875,84.59,79.37866475,-5.211335250000005,47,2,8,34,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,2,0,1,0,0,0,0,1,0,1,0,0,0,2,0,7,255,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,546,0,1 +14039,0,1,86,10,22,122,82,0,42,0,12,5,11,2,171.6875,67.7,72.57477920000001,4.874779200000006,21,40,-20,36,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,1,3,0,1,1,0,0,1,1,0,0,0,1,0,2,2,NA,191,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,547,0,0 +14040,0,0,NA,NA,NA,148,82,0,58,0,12,4,10,2,175.6875,62.37,66.22448602,3.854486020000003,47,20,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,186,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,548,0,1 +14041,0,1,86,12,19,111,68,1,33,0,16,2,10,2,163,59.87,60.32778521,0.4577852100000044,47,40,-20,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,1,0,0,1,0,5,189,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,549,0,0 +14042,0,0,NA,NA,NA,171,102,1,49,0,19,2,7,1,160.28125,64.98,69.85322498000001,4.873224980000003,51,20,-10,35,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,310,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,550,0,0 +14047,1,0,NA,NA,NA,161,65,0,54,0,18,2,8,1,175.375,58.06,60.32778521,2.2677852099999996,48,20,-20,48,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,1,0,0,0,1,2,NA,154,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,551,0,1 +14051,1,0,NA,NA,NA,133,91,1,45,0,19,2,12,3,169.875,70.42,67.13167076,-3.288329239999996,51,20,-20,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,1,0,1,0,0,0,0,0,0,0,2,0,3,199,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,552,0,0 +14055,0,0,NA,NA,NA,132,90,1,37,0,18,2,13,4,163.5,83.46,90.718474,7.258474000000007,47,20,10,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,1,0,1,0,0,0,0,1,0,0,0,0,0,2,0,4,180,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,553,0,0 +14059,0,0,NA,NA,NA,121,80,1,37,0,16,5,12,3,162.875,54.66,51.70953018,-2.950469819999995,47,40,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,0,0,1,0,1,0,0,0,0,0,0,0,0,1,3,240,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,555,0,0 +14066,0,0,NA,NA,NA,108,84,0,56,0,12,2,6,1,174.375,67.7,66.22448602,-1.4755139800000023,47,10,0,46,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,280,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,556,0,1 +14067,1,1,84,10,31,140,72,1,56,0,13,2,7,1,156.78125,59.53,52.61671492,-6.913285080000001,47,18,-18,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,0,1,2,0,3,239,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,557,0,1 +14068,0,1,92,5,17,135,95,0,38,0,13,2,6,1,179.375,77.22,78.92507238,1.7050723800000043,47,40,20,22,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,4,NA,0,1,1,0,0,1,0,0,1,0,1,1,2,2,NA,270,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,558,0,0 +14074,0,0,NA,NA,NA,150,82,1,47,0,19,2,11,2,169.6875,64.07,67.13167076,3.0616707600000126,47,20,0,28,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,0,1,0,0,0,0,0,1,0,0,0,2,0,NA,207,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,559,0,0 +14076,0,0,NA,NA,NA,117,75,0,29,0,18,2,12,3,180.28125,89.36,87.08973504000001,-2.2702649599999916,47,20,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,209,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,560,0,0 +14077,0,0,NA,NA,NA,124,80,1,33,0,18,2,10,2,163.1875,63.84,63.95652417,0.11652416999999815,47,18,2,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,1,1,0,0,0,1,0,1,1,2,215,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,561,0,0 +14085,0,1,84,11,8,134,85,0,40,0,18,2,8,1,181.875,90.49,105.23342984,14.743429840000005,47,20,-10,21,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,208,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,562,0,0 +14086,0,0,NA,NA,NA,120,80,1,36,0,18,2,10,2,163.6875,53.64,61.23496995,7.594969949999999,47,10,10,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,1,0,0,1,0,0,0,2,1,4,239,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,563,0,0 +14088,0,0,NA,NA,NA,NA,NA,0,51,0,22,2,9,2,161.78125,71.1,74.38914868,3.289148680000011,47,5,1,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,199,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,564,0,1 +14092,0,1,91,10,24,118,76,0,56,0,22,2,8,1,174.5,81.31,78.92507238,-2.384927619999999,47,20,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,195,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,565,0,1 +14093,0,1,92,4,4,131,74,0,43,0,19,2,12,3,172.28125,93.78,96.16158244,2.3815824400000025,47,30,10,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,249,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,566,0,0 +14096,1,0,NA,NA,NA,102,64,1,44,0,19,2,2,1,171.09375,58.29,60.781377580000004,2.4913775800000053,45,20,-20,27,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,1,0,1,0,0,0,1,2,1,2,245,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,567,0,0 +14101,0,0,NA,NA,NA,109,71,0,30,0,14,2,8,1,178,72.46,82.55381134000001,10.093811340000016,47,20,-4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,231,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,568,0,0 +14442,0,1,91,10,10,142,81,0,51,0,19,2,12,3,175.09375,78.93,78.01788764,-0.912112360000009,42,5,1,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,207,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,569,0,1 +14444,0,0,NA,NA,NA,119,66,1,43,1,13,6,10,2,161.6875,89.81,81.6466266,-8.163373399999998,6,5,5,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,1,2,0,0,1,0,0,1,0,0,0,0,0,2,2,0,1,198,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,570,0,0 +14456,0,0,NA,NA,NA,105,72,1,38,0,18,2,12,3,174.5,65.88,66.67807839000001,0.7980783900000148,40,20,0,14,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,3,4,NA,0,1,1,0,0,1,0,0,0,0,1,1,2,0,1,271,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,571,0,0 +14460,1,0,NA,NA,NA,115,77,0,43,0,22,2,17,5,174,72.91,87.08973504000001,14.179735040000011,6,5,-5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,0,0,0,0,0,0,1,0,0,0,1,0,0,2,NA,174,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,572,0,0 +14461,0,0,NA,NA,NA,117,66,0,26,0,18,2,16,5,175.1875,79.95,78.47148001000001,-1.4785199899999952,6,20,-18,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,1,0,1,2,NA,272,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,573,0,0 +14469,0,0,NA,NA,NA,118,84,1,43,0,12,4,17,5,163.5,76.2,77.1107029,0.910702900000004,39,50,-10,15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,2,0,1,1,0,0,0,0,0,0,0,0,2,2,0,NA,158,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,574,0,0 +14470,0,0,NA,NA,NA,110,61,1,53,0,20,2,16,5,161.6875,64.41,64.86370891,0.45370891000000313,25,14,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,223,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,575,0,1 +14478,0,1,91,4,22,138,63,0,60,0,19,2,12,3,170.09375,65.32,60.32778521,-4.992214789999991,34,50,-10,35,0,1,0,0,1,1,0,0,1,0,0,0,0,0,1,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,2,NA,173,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,576,0,1 +14479,0,0,NA,NA,NA,121,74,1,30,0,19,2,12,3,158,55.34,52.163122550000004,-3.176877449999999,8,10,10,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,4,202,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,577,0,0 +14480,0,0,NA,NA,NA,137,87,1,26,0,18,2,12,3,163.5,60.44,62.142154690000005,1.7021546900000075,6,30,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,0,1,0,0,0,0,1,1,0,NA,254,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,578,0,0 +14486,0,1,89,6,28,136,69,1,59,0,14,3,10,2,162.6875,63.96,59.874192840000006,-4.0858071599999946,21,10,5,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,2,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,6,365,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,579,0,1 +14487,0,0,NA,NA,NA,114,78,1,28,1,18,2,10,2,159.875,70.31,73.02837157,2.718371570000002,5,10,0,12,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,2,2,1,0,1,0,0,0,1,0,0,0,0,0,0,1,0,5,312,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,580,0,0 +14488,0,0,NA,NA,NA,139,82,1,54,0,19,2,12,3,156.6875,49.44,60.32778521,10.887785210000004,6,10,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,2,0,2,219,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,581,0,1 +14494,0,0,NA,NA,NA,119,89,1,39,0,20,3,9,2,166.6875,60.67,69.85322498000001,9.183224980000006,42,40,-10,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,4,0,0,0,0,0,1,1,0,0,0,0,2,2,0,4,191,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,582,0,0 +14496,0,0,NA,NA,NA,103,59,0,39,1,21,2,12,3,177.1875,85.28,87.08973504000001,1.8097350400000067,5,20,10,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,185,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,583,0,0 +14515,0,0,NA,NA,NA,138,89,0,37,0,21,2,16,5,183.78125,55.91,62.142154690000005,6.232154690000009,17,60,-40,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,0,0,0,0,0,0,0,1,0,1,1,0,2,NA,158,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,584,0,0 +14516,0,0,NA,NA,NA,110,70,1,26,0,21,2,16,5,175.375,54.54,63.502931800000006,8.962931800000007,6,20,-10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,1,1,0,0,0,0,0,0,0,0,1,1,1,NA,182,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,585,0,0 +14967,1,0,NA,NA,NA,134,73,0,45,0,19,2,12,3,177.1875,79.38,78.92507238,-0.4549276199999923,45,40,-40,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,1,0,0,1,0,0,0,0,0,0,1,2,NA,202,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,586,0,0 +14970,0,0,NA,NA,NA,117,82,1,33,0,19,2,12,3,163.375,67.13,63.502931800000006,-3.6270681999999894,13,4,4,13,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,1,0,2,0,2,248,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,588,0,0 +14971,0,0,NA,NA,NA,151,84,0,45,0,13,2,7,1,176.6875,80.74,75.29633342000001,-5.443666579999984,13,20,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,10,0,0,1,0,0,0,0,0,0,0,1,1,2,2,NA,222,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,589,0,0 +14976,0,0,NA,NA,NA,180,97,0,62,0,22,2,16,5,173.375,77.68,88.90410452,11.224104519999997,13,6,4,46,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,3,1,0,1,0,0,0,0,0,0,0,0,1,0,0,2,NA,232,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,590,0,1 +14982,0,0,NA,NA,NA,145,83,1,32,1,18,2,11,2,172,82.67,92.53284348000001,9.86284348000001,13,1,2,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,1,0,0,0,0,0,0,0,0,1,1,0,0,2,1,5,180,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,591,0,0 +14983,1,0,NA,NA,NA,129,79,1,52,0,19,2,12,3,159.5,66.45,74.84274105,8.392741049999998,1,5,-5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,1,0,0,1,0,0,1,0,0,1,1,0,3,285,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,592,0,1 +14985,1,0,NA,NA,NA,110,70,0,56,0,19,2,12,3,173.6875,80.06,78.92507238,-1.1349276199999991,13,20,-20,36,0,1,0,0,1,0,0,0,0,0,0,0,1,0,1,2,1,2,0,1,1,0,0,0,0,0,0,0,0,1,2,2,NA,215,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,593,0,1 +14986,0,0,NA,NA,NA,125,79,0,50,0,20,2,17,5,184.59375,86.52,88.45051215000001,1.9305121500000126,13,20,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,1,0,0,0,0,0,0,0,0,1,1,2,NA,261,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,594,0,0 +14993,0,1,91,6,7,110,66,1,46,0,18,2,11,2,168.6875,52.84,49.44156833,-3.398431670000001,13,20,-14,28,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,1,0,0,0,0,1,0,2,0,4,154,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,596,0,0 +14997,0,0,NA,NA,NA,132,85,1,44,1,12,2,6,1,163.78125,80.74,83.00740371,2.2674037100000106,13,10,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,2,0,12,192,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,597,0,0 +15000,1,0,NA,NA,NA,150,88,0,46,0,19,2,9,2,171.5,59.19,66.22448602,7.034486020000003,13,35,-35,33,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,223,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,598,0,0 +15002,1,1,85,2,6,149,68,0,66,1,18,2,8,1,167.1875,58.17,50.34875307,-7.821246930000001,13,5,-5,48,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,0,0,0,0,0,1,1,2,2,NA,185,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,599,0,1 +15005,1,1,90,11,23,181,87,1,69,0,18,3,7,1,155.375,88.22,90.718474,2.4984740000000016,13,15,-15,13,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,1,0,1,1,0,0,0,0,0,1,0,1,1,2,0,7,264,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,600,0,1 +15010,1,0,NA,NA,NA,145,87,1,46,0,12,4,0,1,159.59375,60.67,63.95652417,3.28652417,13,10,-10,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,1,0,0,0,0,0,2,2,0,NA,244,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,601,0,0 +15011,1,0,NA,NA,NA,131,78,1,32,0,19,2,12,3,159.78125,65.2,69.85322498000001,4.6532249800000045,42,10,-10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,1,2,182,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,602,0,0 +15017,1,0,NA,NA,NA,114,76,0,50,0,19,2,12,3,180.1875,67.25,77.1107029,9.860702900000007,13,20,-20,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,1,0,1,2,NA,181,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,603,0,0 +15024,0,1,88,4,30,141,78,1,54,0,18,2,10,2,167.5,72.46,74.84274105,2.382741050000007,13,20,0,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,4,4,NA,0,1,1,0,1,0,0,0,1,0,1,0,1,0,4,302,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,604,0,1 +15028,0,0,NA,NA,NA,135,88,0,46,0,20,2,17,5,186.78125,77,84.82177319,7.821773190000002,13,30,-10,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,1,0,0,0,0,0,0,0,0,0,0,1,0,0,2,NA,276,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,606,0,0 +15031,0,0,NA,NA,NA,122,89,1,31,1,18,2,12,3,161.875,71.44,65.77089365,-5.669106349999993,13,20,-8,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,1,0,0,0,0,0,0,0,0,1,2,0,4,325,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,607,0,0 +15264,0,0,NA,NA,NA,130,76,0,33,0,19,2,12,3,170,86.41,87.99691978,1.5869197800000023,17,30,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,0,0,0,0,0,0,2,NA,228,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,609,0,0 +15267,1,0,NA,NA,NA,141,80,1,34,0,17,2,11,2,157,50.8,59.874192840000006,9.07419284000001,29,5,-5,17,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,1,0,0,0,0,1,1,1,4,259,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,610,0,0 +15272,0,0,NA,NA,NA,128,73,0,46,0,21,2,12,3,170,82.21,78.47148001000001,-3.738519989999986,29,20,3,30,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,9,0,1,0,0,0,0,0,1,0,0,0,1,1,2,NA,237,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,611,0,0 +15273,0,1,90,10,17,138,67,0,56,0,19,2,12,3,183,95.37,93.44002822,-1.9299717800000025,47,30,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,9,0,0,0,0,0,0,0,0,0,0,1,0,1,2,NA,246,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,612,0,1 +15274,1,0,NA,NA,NA,118,69,1,58,0,13,3,12,3,161,79.38,90.26488163,10.88488163000001,29,10,-10,44,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,189,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,613,0,1 +15276,0,0,NA,NA,NA,123,85,1,52,0,17,5,16,5,161.1875,68.49,67.58526313,-0.9047368699999936,NA,18,-8,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,2,2,0,2,219,NA,NA,NA,NA,NA,NA,NA,614,0,1 +15277,0,1,85,3,26,160,88,0,50,0,17,2,9,2,175.375,77,75.29633342000001,-1.7036665799999895,29,20,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,1,0,0,0,1,2,2,NA,291,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,615,0,0 +15281,0,0,NA,NA,NA,108,68,1,30,1,18,2,12,3,159.09375,77.11,81.6466266,4.536626600000005,17,10,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,4,184,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,616,0,0 +15283,0,1,89,9,10,132,78,0,60,0,20,2,12,3,172.6875,86.41,91.17206637000001,4.762066370000014,17,40,-20,42,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,244,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,617,0,1 +15284,0,0,NA,NA,NA,124,89,1,25,1,19,2,12,3,163.5,60.44,65.77089365,5.330893650000007,48,19,-9,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,1,0,0,0,1,1,1,1,4,169,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,618,0,0 +15289,0,0,NA,NA,NA,139,90,0,47,0,22,2,17,5,180.1875,81.87,83.91458845000001,2.044588450000006,29,20,0,26,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,3,2,0,1,0,0,0,0,0,0,0,0,1,1,2,2,NA,214,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,619,0,0 +15290,1,0,NA,NA,NA,152,107,0,34,0,19,2,12,3,183,71.21,82.10021897,10.890218970000006,NA,20,-20,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,2,0,2,NA,237,NA,NA,NA,NA,NA,NA,NA,620,0,0 +15300,0,0,NA,NA,NA,112,71,0,32,0,22,2,12,3,181.1875,81.65,89.81128926000001,8.161289260000004,47,20,0,16,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,1,0,0,0,0,1,0,0,2,NA,170,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,621,0,0 +15600,0,0,NA,NA,NA,150,90,0,47,0,16,5,13,4,171.78125,70.42,70.76040972,0.3404097199999967,36,36,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,4,0,0,0,0,0,1,1,0,0,0,0,1,1,2,NA,218,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,622,0,0 +15605,0,0,NA,NA,NA,111,74,1,34,0,19,2,12,3,172.375,76.77,73.93555631000001,-2.8344436899999863,26,30,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,1,1,2,0,2,127,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,623,0,0 +15611,0,0,NA,NA,NA,123,75,0,37,0,19,2,13,4,172.78125,86.41,89.81128926000001,3.401289260000013,39,20,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,0,1,1,0,0,0,0,0,0,0,0,1,1,2,NA,257,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,624,0,0 +15617,0,0,NA,NA,NA,123,81,1,32,0,19,2,12,3,157.28125,53.41,56.24545388,2.835453880000003,NA,1,1,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4,4,NA,0,1,0,0,0,1,0,0,0,0,0,0,1,0,4,179,NA,NA,NA,NA,NA,NA,NA,625,0,0 +15619,0,1,87,4,8,94,53,0,46,0,19,2,12,3,175.875,74.39,63.04933943,-11.340660569999997,6,20,-5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,160,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,626,0,0 +15624,0,0,NA,NA,NA,122,71,1,50,0,22,2,13,4,161.28125,72.23,79.83225712000001,7.602257120000004,34,20,-8,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,0,2,250,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,627,0,0 +15625,0,0,NA,NA,NA,121,74,1,29,0,20,2,8,1,166.875,82.55,84.36818082,1.8181808200000091,41,10,10,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1,1,0,4,291,0,1.60107421875,1.803955078125,0.6298828125,0.593994140625,-0.20269775390625,0.0359954833984375,628,0,0 +15628,0,0,NA,NA,NA,145,105,0,26,0,19,2,12,3,170.28125,90.15,110.22294591000001,20.07294591,6,1,-1,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,232,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,629,0,0 +15630,1,0,NA,NA,NA,135,75,0,44,0,19,2,12,3,187.5,101.83,104.32624510000001,2.49624510000001,55,40,-40,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,1,0,0,0,0,0,0,0,1,0,2,2,NA,385,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,630,0,0 +15632,1,0,NA,NA,NA,110,73,0,31,0,18,2,12,3,171.59375,63.28,81.6466266,18.366626600000004,42,20,-20,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,178,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,631,0,0 +15633,1,1,85,10,28,166,94,0,62,0,15,2,8,1,161.5,70.31,68.94604024,-1.3639597600000002,36,20,-20,52,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,1,2,0,1,1,0,0,0,0,0,0,0,1,2,2,2,NA,267,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,632,0,1 +15647,0,0,NA,NA,NA,100,66,1,39,0,18,5,10,2,161.375,60.55,66.22448602,5.674486020000003,6,20,-10,26,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,9,240,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,634,0,0 +15650,0,0,NA,NA,NA,122,79,0,27,0,19,2,12,3,184.09375,81.65,83.46099608,1.8109960799999953,6,20,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,200,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,635,0,0 +15652,0,0,NA,NA,NA,125,84,1,48,0,13,5,12,3,176.5,58.4,64.41011654,6.010116540000006,6,20,0,32,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,2,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,3,159,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,636,0,0 +15653,0,0,NA,NA,NA,113,68,1,52,0,19,2,11,2,164.78125,54.32,56.24545388,1.9254538799999992,38,20,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,1,0,NA,257,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,637,0,1 +15655,1,0,NA,NA,NA,135,92,0,47,0,19,2,10,2,179.28125,74.5,92.98643585,18.486435850000007,NA,40,-40,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,312,NA,NA,NA,NA,NA,NA,NA,638,0,0 +15839,0,1,86,8,11,148,88,0,57,1,19,2,8,1,179.5,62.71,60.781377580000004,-1.9286224199999964,45,20,-10,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,6,0,0,1,0,0,0,0,0,1,0,0,0,1,2,NA,229,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,639,0,1 +15842,1,1,86,1,10,138,91,0,42,0,19,2,10,2,177.09375,68.15,89.35769689,21.207696889999994,39,20,-20,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,12,0,1,0,0,0,0,0,0,0,0,1,0,1,2,NA,339,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,640,0,0 +15852,0,0,NA,NA,NA,116,81,1,39,1,18,2,13,4,167.78125,83.69,91.17206637000001,7.4820663700000125,13,15,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,2,0,0,1,0,0,1,0,0,0,0,0,0,1,0,10,243,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,642,0,0 +15853,0,1,91,1,1,NA,NA,0,63,0,21,2,12,3,171.78125,76.88,82.55381134000001,5.6738113400000145,42,20,-18,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,288,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,643,0,1 +15859,0,0,NA,NA,NA,118,73,1,56,0,18,3,12,3,158.6875,52.5,52.61671492,0.11671491999999972,34,20,-18,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,1,1,0,0,0,1,1,1,0,2,264,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,644,0,1 +15865,0,0,NA,NA,NA,128,96,0,26,0,22,4,12,3,163.78125,59.53,64.41011654,4.880116540000003,34,30,-10,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,48,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,173,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,645,0,0 +15874,0,0,NA,NA,NA,125,66,0,27,0,19,2,15,4,183,81.42,88.45051215000001,7.030512150000007,42,20,0,9,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,3,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,197,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,646,0,0 +16295,0,0,NA,NA,NA,126,89,0,40,0,19,2,12,3,175.09375,72.8,72.57477920000001,-0.22522079999998823,27,20,10,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,305,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,647,0,0 +16303,0,0,NA,NA,NA,117,77,0,30,0,18,2,12,3,180.09375,76.66,78.92507238,2.2650723800000065,27,20,15,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,223,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,648,0,0 +16304,0,0,NA,NA,NA,114,79,1,26,0,18,2,12,3,157,51.14,49.895160700000005,-1.2448392999999953,19,20,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,3,3,0,1,0,0,0,1,0,0,0,0,0,1,1,0,3,213,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,649,0,0 +16306,0,1,88,8,31,138,81,1,50,0,17,2,13,4,164.59375,60.89,62.142154690000005,1.2521546900000047,27,10,10,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,260,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,650,0,0 +16307,0,1,85,6,19,136,84,0,68,0,19,2,13,4,172.6875,99.68,95.2543977,-4.425602300000008,27,40,-40,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,230,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,651,0,1 +16317,1,1,84,6,16,111,NA,0,68,0,18,2,6,1,167.78125,68.15,63.502931800000006,-4.6470682,27,10,-10,48,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,3,2,0,0,0,0,0,0,0,0,0,0,1,0,2,2,NA,163,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,652,0,1 +16322,1,0,NA,NA,NA,115,60,0,33,0,14,4,17,5,183.6875,70.87,88.45051215000001,17.580512150000004,27,30,-30,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,165,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,653,0,0 +16333,0,0,NA,NA,NA,107,70,0,55,0,18,2,9,2,170,66.9,62.142154690000005,-4.75784531,19,20,5,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,2,NA,226,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,654,0,1 +16354,1,0,NA,NA,NA,121,89,0,34,0,19,2,10,2,180.09375,59.53,73.93555631000001,14.405556310000009,27,30,-30,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,206,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,655,0,0 +16363,0,0,NA,NA,NA,126,81,1,29,0,18,2,12,3,158.78125,62.48,64.41011654,1.9301165400000073,27,7,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,0,1,0,2,214,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,656,0,0 +16366,1,0,NA,NA,NA,140,88,1,42,0,18,2,12,3,159.28125,93.55,99.79032140000001,6.240321400000013,27,1,-1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,1,0,0,0,0,0,0,2,0,6,279,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,657,0,0 +16369,1,0,NA,NA,NA,NA,NA,1,39,0,18,2,10,2,162.5,78.02,78.01788764,-0.002112359999998148,27,2,-2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,1,0,0,0,0,0,0,1,1,8,218,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,658,0,0 +16377,0,1,85,5,14,135,89,0,43,0,18,2,12,3,193.375,99.9,99.33672903,-0.5632709700000049,27,10,10,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,1,0,1,0,0,0,0,0,0,0,1,1,2,NA,261,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,659,0,0 +16380,0,1,88,5,16,148,89,0,44,0,13,4,10,2,174,60.1,56.69904625,-3.4009537499999993,27,40,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,217,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,660,0,0 +16382,0,0,NA,NA,NA,115,64,0,47,0,14,2,8,1,171.1875,64.18,66.22448602,2.0444860199999937,27,20,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,220,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,661,0,0 +16393,1,1,90,10,7,144,76,0,69,0,11,2,12,3,169.375,78.81,76.65711053,-2.152889470000005,38,20,-20,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,231,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,662,0,1 +16395,0,0,NA,NA,NA,127,85,0,41,0,19,2,12,3,174.09375,68.15,79.37866475,11.228664749999993,55,20,10,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0,0,0,2,NA,232,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,663,0,0 +16696,1,0,NA,NA,NA,150,79,0,53,0,20,2,8,1,169.78125,76.88,99.79032140000001,22.910321400000015,15,10,-10,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,2,0,0,1,0,0,0,0,0,0,0,1,0,1,2,NA,241,1,1.9267578125,1.990966796875,0.8924560546875,0.60498046875,-0.0641937255859375,0.2874755859375,664,0,1 +16697,0,1,85,1,28,133,81,1,55,0,13,5,6,1,164.28125,57.15,53.07030729,-4.079692709999996,40,20,-10,34,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,3,0,1,1,0,0,1,1,0,1,0,1,2,2,0,1,179,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,665,0,1 +16698,0,0,NA,NA,NA,148,90,0,49,0,21,2,12,3,174.78125,79.27,78.01788764,-1.2521123599999981,49,20,20,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,199,0,1.952880859375,1.803955078125,0.8399658203125,0.43994140625,0.14898681640625,0.39996337890625,666,0,0 +16707,1,0,NA,NA,NA,132,75,0,68,0,20,2,12,3,173.375,65.2,64.86370891,-0.3362910900000031,6,40,-40,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,217,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,667,0,1 +16709,1,0,NA,NA,NA,110,81,0,39,0,22,2,16,5,175.78125,85.62,86.1825503,0.5625502999999981,6,20,-20,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,4,0,1,0,0,0,0,0,0,0,0,1,1,2,2,NA,226,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,668,0,0 +16715,0,0,NA,NA,NA,124,79,0,37,0,19,4,12,3,184.78125,101.04,101.60469088,0.5646908800000006,6,20,20,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,177,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,669,0,0 +16717,1,1,90,7,22,119,71,0,50,0,14,2,3,1,164.5,88.9,72.12118683,-16.778813170000006,NA,10,-10,35,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,2,1,9,0,0,0,0,0,0,0,1,0,0,0,0,1,2,NA,254,NA,NA,NA,NA,NA,NA,NA,670,0,0 +16725,0,0,NA,NA,NA,141,90,0,50,0,14,6,12,3,174.78125,66.45,78.92507238,12.47507238,6,30,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,217,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,671,0,0 +16729,0,0,NA,NA,NA,137,84,1,54,0,18,2,12,3,159.1875,48.87,45.359237,-3.510762999999997,NA,10,0,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1,2,0,2,270,NA,NA,NA,NA,NA,NA,NA,672,0,1 +16742,0,1,85,10,5,116,66,0,65,0,14,2,8,1,184.09375,121,97.52235955,-23.477640449999996,40,40,-30,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,278,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,674,0,1 +16747,0,1,91,2,28,138,68,1,55,0,18,2,8,1,161.28125,64.64,68.0388555,3.3988554999999963,NA,20,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,4,NA,0,0,0,0,0,0,1,0,0,0,1,0,1,0,6,253,NA,NA,NA,NA,NA,NA,NA,675,0,1 +16748,0,0,NA,NA,NA,105,59,1,36,0,22,2,12,3,170.6875,65.54,67.13167076,1.5916707599999995,6,20,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,0,1,0,0,1,0,1,0,0,0,0,0,1,0,3,202,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,676,0,0 +16749,0,0,NA,NA,NA,122,78,1,31,0,20,2,13,4,159.5,57.27,66.22448602,8.954486019999997,53,15,0,3,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,3,212,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,677,0,0 +17040,1,1,89,4,27,NA,NA,0,68,0,18,2,6,1,170.375,92.19,96.16158244,3.971582440000006,NA,3,-3,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,18,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,278,NA,NA,NA,NA,NA,NA,NA,678,0,1 +17041,1,1,91,3,4,132,69,0,53,0,19,2,12,3,174.5,69.17,73.48196394,4.311963939999998,44,10,-10,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,190,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,679,0,1 +17044,0,1,87,5,9,NA,NA,1,46,0,19,2,8,1,155.5,63.16,58.9670081,-4.1929918999999956,44,30,0,21,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,2,2,0,1,276,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,680,0,0 +17050,0,0,NA,NA,NA,124,70,0,38,0,20,2,12,3,170.78125,84.14,83.91458845000001,-0.2254115499999898,44,40,-10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,229,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,681,0,0 +17051,1,0,NA,NA,NA,120,58,0,51,0,19,2,10,2,171.375,58.51,58.9670081,0.457008100000003,44,20,-20,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,211,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,682,0,1 +17052,0,1,85,4,26,127,73,1,57,0,18,2,9,2,156.59375,74.16,72.57477920000001,-1.5852207999999877,9,20,10,40,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,3,1,0,1,0,0,1,0,0,0,0,0,1,0,1,0,3,244,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,683,0,1 +17053,1,0,NA,NA,NA,121,68,1,34,0,19,2,12,3,162.1875,68.61,58.9670081,-9.642991899999998,44,15,-15,13,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,1,0,0,0,0,0,0,0,0,1,1,2,0,5,205,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,684,0,0 +17055,0,0,NA,NA,NA,98,67,1,42,0,15,6,10,2,156.59375,71.67,68.94604024,-2.7239597599999996,44,20,-5,15,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,1,0,0,0,0,0,0,2,2,0,11,179,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,685,0,0 +17056,0,0,NA,NA,NA,110,79,0,39,0,22,2,11,2,173.5,76.2,72.57477920000001,-3.625220799999994,44,30,-27,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,4,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,235,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,686,0,0 +17068,0,0,NA,NA,NA,110,59,1,47,0,19,4,12,3,160.09375,60.1,58.9670081,-1.1329919000000004,44,18,2,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,0,0,0,0,0,1,0,1,0,1,0,2,0,NA,171,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,687,0,0 +17081,0,0,NA,NA,NA,118,75,0,31,0,20,2,16,5,171.28125,80.97,87.99691978,7.02691978,44,20,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,0,0,0,0,0,0,0,0,1,2,2,2,NA,235,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,688,0,0 +17083,0,0,NA,NA,NA,130,87,1,44,0,18,2,12,3,174.1875,75.64,73.02837157,-2.611628429999996,25,10,-4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,1,0,1,0,0,0,0,0,0,0,0,0,1,2,0,3,247,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,689,0,0 +17084,0,1,92,4,24,177,86,1,55,0,19,2,8,1,159.28125,54.43,54.4310844,0.001084400000003427,44,20,0,37,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,1,0,1,0,0,0,0,0,1,2,0,1,205,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,690,0,1 +17086,0,0,NA,NA,NA,130,80,1,29,0,15,2,10,2,161,74.5,87.08973504000001,12.589735040000008,44,17,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,1,0,0,0,1,0,0,0,0,0,1,2,0,3,220,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,691,0,0 +17087,1,0,NA,NA,NA,118,82,0,25,0,19,2,17,5,188,82.67,84.36818082,1.6981808200000046,44,20,-20,9,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,1,0,0,1,1,2,NA,169,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,692,0,0 +17089,1,0,NA,NA,NA,114,85,1,28,0,19,2,12,3,157.1875,60.44,64.41011654,3.9701165400000065,54,10,-10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,1,190,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,693,0,0 +17093,0,0,NA,NA,NA,106,67,1,27,0,19,2,12,3,159,46.61,54.4310844,7.821084400000004,44,30,-10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,2,0,1,0,0,0,0,0,0,0,0,0,1,1,0,NA,167,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,694,0,0 +17096,0,0,NA,NA,NA,159,90,1,49,0,21,2,12,3,154.875,69.74,54.4310844,-15.308915599999992,44,5,-5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,202,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,695,0,0 +17374,0,0,NA,NA,NA,114,79,0,43,1,19,2,8,1,167,107.84,108.40857643000001,0.5685764300000073,22,20,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,162,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,696,0,0 +17375,0,1,89,5,7,209,79,1,53,1,12,6,8,1,159.28125,52.05,54.4310844,2.381084400000006,28,10,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,6,0,0,1,0,0,0,0,0,0,0,1,1,2,0,5,206,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,697,0,1 +17376,1,0,NA,NA,NA,93,64,1,33,0,NA,2,12,3,156.28125,47.63,48.98797596,1.3579759599999974,17,5,-5,14,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,2,2,0,3,147,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,698,0,0 +17380,0,0,NA,NA,NA,132,68,1,57,0,15,2,12,3,164.375,52.96,59.874192840000006,6.9141928400000054,17,10,5,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,3,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,3,196,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,699,0,1 +17385,1,0,NA,NA,NA,146,73,0,61,0,18,3,12,3,177.5,73.03,84.82177319,11.79177319,20,10,-10,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,7,0,0,0,1,0,0,0,0,0,0,0,0,2,2,NA,217,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,700,0,1 +17393,1,1,90,2,28,191,96,1,55,0,18,3,8,1,160.875,102.06,102.51187562000001,0.4518756200000098,17,2,-2,37,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,4,178,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,701,0,1 +17399,0,0,NA,NA,NA,106,67,1,25,0,21,2,16,5,163.5,57.95,56.24545388,-1.7045461200000034,17,20,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,0,1,1,1,NA,174,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,702,0,0 +17401,0,0,NA,NA,NA,120,82,0,50,0,20,2,12,3,172.28125,78.02,85.728957930000007,7.708957930000011,18,30,10,35,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,3,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,208,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,703,0,0 +17407,0,0,NA,NA,NA,144,85,0,33,0,19,2,12,3,175.09375,77,76.20351816,-0.7964818399999984,5,30,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,192,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,704,0,0 +17408,0,0,NA,NA,NA,116,69,1,35,0,19,3,12,3,168.5,96.84,127.45945597000001,30.619455970000004,17,25,15,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,2,0,0,5,241,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,705,0,0 +17410,0,0,NA,NA,NA,118,92,0,50,0,20,2,12,3,167.6875,76.88,74.38914868,-2.49085131999999,17,10,-5,30,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,8,0,1,0,0,0,0,0,1,0,0,0,2,0,2,NA,269,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,706,0,0 +17414,1,0,NA,NA,NA,149,99,0,54,0,NA,2,12,3,182.28125,72.35,79.83225712000001,7.482257120000014,17,40,-40,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2,1,2,NA,238,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,707,0,1 +17416,1,1,86,4,2,158,75,0,57,0,NA,2,12,3,164.78125,72.8,86.1825503,13.382550300000005,17,5,-5,39,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,4,0,1,0,0,0,0,0,1,0,0,0,1,1,2,NA,216,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,708,0,1 +17419,1,0,NA,NA,NA,131,78,1,44,0,18,2,12,3,160.375,72.12,78.01788764,5.897887639999993,17,2,-2,9,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,1,1,1,7,287,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,709,0,0 +17420,0,0,NA,NA,NA,141,87,1,51,0,22,2,12,3,164.5,61.35,66.22448602,4.874486019999999,55,20,-10,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,0,1,0,0,0,0,0,0,0,0,0,0,1,0,2,253,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,710,0,1 +17421,1,0,NA,NA,NA,146,90,1,46,0,20,2,12,3,166.59375,69.51,73.48196394,3.971963939999995,29,3,-3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,3,0,1,0,0,0,1,0,0,0,0,0,0,1,0,4,227,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,711,0,0 +17422,0,0,NA,NA,NA,106,78,0,26,0,19,2,12,3,182.78125,89.02,83.91458845000001,-5.105411549999985,17,20,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,3,0,0,1,0,0,0,0,0,0,0,0,0,0,2,NA,170,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,712,0,0 +17424,1,0,NA,NA,NA,126,68,1,63,0,22,3,12,3,155.1875,56.36,55.791861510000004,-0.5681384899999955,17,20,-20,33,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,3,2,0,1,0,0,0,1,0,0,0,0,0,0,2,0,2,283,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,713,0,1 +17425,1,0,NA,NA,NA,119,77,1,31,0,21,2,12,3,162.6875,58.17,60.781377580000004,2.6113775800000028,42,15,-15,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,0,0,1,0,1,0,2,0,5,241,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,714,0,0 +17734,0,0,NA,NA,NA,128,63,0,56,0,18,2,10,2,169.28125,73.82,73.02837157,-0.7916284299999887,27,15,-5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,1,0,0,0,0,0,0,0,0,1,2,2,NA,319,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,715,0,1 +17738,1,1,88,1,8,160,96,0,70,0,19,2,9,2,173,69.51,66.22448602,-3.2855139800000046,27,1,-1,53,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,4,0,0,0,0,0,0,0,1,0,0,0,0,2,2,NA,239,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,716,0,1 +17744,0,0,NA,NA,NA,127,85,0,27,0,20,2,17,5,173.28125,77.45,73.02837157,-4.421628429999998,38,15,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,0,0,0,0,0,0,0,0,0,0,2,1,2,NA,190,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,717,0,0 +17755,0,0,NA,NA,NA,112,63,1,28,0,19,2,12,3,163.78125,55.34,52.163122550000004,-3.176877449999999,27,1,19,10,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,0,6,150,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,718,0,0 +17756,0,0,NA,NA,NA,118,65,0,46,0,19,2,12,3,177.875,65.2,72.57477920000001,7.374779200000006,27,20,0,32,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,176,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,719,0,0 +17757,0,0,NA,NA,NA,106,64,1,42,0,18,2,12,3,163,75.41,85.728957930000007,10.31895793000001,27,15,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,1,0,0,0,0,0,0,0,0,0,1,0,10,267,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,720,0,0 +17760,0,0,NA,NA,NA,103,65,1,25,0,19,2,16,5,163.375,51.26,58.05982336,6.799823360000005,19,20,-1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,148,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,721,0,0 +17768,0,0,NA,NA,NA,109,81,0,44,0,19,2,16,5,187.78125,90.61,97.06876718000001,6.4587671800000095,27,3,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,179,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,722,0,0 +17770,0,0,NA,NA,NA,127,72,0,58,0,20,2,8,1,180.6875,85.96,84.36818082,-1.5918191799999875,19,20,0,41,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,4,0,1,0,0,0,0,0,1,0,0,0,1,2,2,NA,238,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,723,0,1 +17776,1,0,NA,NA,NA,153,104,0,46,0,21,2,16,5,184.28125,111.47,125.64508649000001,14.175086490000012,19,30,-30,30,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,2,3,4,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,205,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,724,0,0 +17777,1,0,NA,NA,NA,119,87,0,33,0,19,2,17,5,179.59375,85.96,84.36818082,-1.5918191799999875,27,20,-20,14,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,288,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,725,0,0 +17779,1,0,NA,NA,NA,133,74,0,45,0,20,2,8,1,181.375,89.7,97.06876718000001,7.368767180000006,38,30,-30,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,8,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,203,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,726,0,0 +17785,0,0,NA,NA,NA,118,58,1,63,0,12,3,8,1,152.5,48.19,42.63768278,-5.552317219999999,27,20,0,10,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,1,1,0,NA,217,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,727,0,1 +17786,0,0,NA,NA,NA,144,94,1,54,0,20,2,12,3,158.5,98.32,97.06876718000001,-1.2512328199999843,38,2,8,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,5,0,1,0,0,0,1,0,0,0,0,0,0,2,0,3,260,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,728,0,1 +18059,0,0,NA,NA,NA,132,72,0,54,0,16,3,7,1,170.5,77.9,80.73944186,2.8394418599999938,42,40,-15,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,12,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,238,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,730,0,1 +18062,0,0,NA,NA,NA,139,91,0,45,0,18,2,9,2,178.1875,105.46,119.29479331,13.83479331000001,42,30,30,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,8,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,152,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,731,0,0 +18067,1,1,89,12,25,129,70,0,57,0,18,2,7,1,169.375,74.62,78.92507238,4.305072379999999,42,30,-30,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,2,1,2,NA,261,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,732,0,1 +18069,1,0,NA,NA,NA,123,77,1,62,0,18,4,12,3,155.6875,71.55,72.57477920000001,1.0247792000000118,42,2,-2,22,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,3,1,0,1,1,0,0,0,0,0,1,0,0,2,2,0,NA,245,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,733,0,1 +18073,0,0,NA,NA,NA,141,76,1,52,0,19,2,12,3,163,72.91,73.48196394,0.5719639400000034,42,20,-10,27,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,3,3,2,0,1,1,0,0,1,0,0,1,0,0,1,2,0,5,202,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,734,0,1 +18085,0,0,NA,NA,NA,135,85,1,40,0,18,2,10,2,161.6875,63.05,70.30681735,7.256817350000006,42,5,0,20,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,195,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,736,0,0 +18088,0,0,NA,NA,NA,125,74,1,58,0,18,2,8,1,156.1875,72.35,71.66759446,-0.6824055399999907,42,40,-10,36,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,5,290,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,737,0,1 +18091,0,0,NA,NA,NA,140,94,0,60,0,18,2,8,1,164.5,68.04,75.29633342000001,7.256333420000004,42,20,-17,40,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,2,0,1,0,0,0,0,0,1,0,0,0,0,1,2,NA,204,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,738,0,1 +18097,0,1,85,7,3,129,84,0,67,0,19,2,12,3,174.59375,55.34,54.4310844,-0.9089156000000003,42,20,-5,55,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,235,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,740,0,1 +18101,0,0,NA,NA,NA,134,76,1,50,0,15,2,11,2,162.09375,84.59,84.82177319,0.2317731899999984,42,40,0,33,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,0,4,219,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,741,0,0 +18102,0,1,85,1,13,138,66,1,62,0,14,3,10,2,159,78.7,70.30681735,-8.39318265,42,10,10,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,1,1,0,NA,238,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,742,0,1 +18103,1,0,NA,NA,NA,142,78,1,59,0,19,2,12,3,154.375,56.7,53.97749203,-2.7225079700000023,42,7,-7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,1,1,2,0,3,238,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,743,0,1 +18107,0,0,NA,NA,NA,149,93,0,29,0,19,2,12,3,170.5,62.94,68.0388555,5.098855499999999,42,20,20,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,6,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,224,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,744,0,0 +18108,0,0,NA,NA,NA,122,78,0,48,0,19,2,12,3,179.28125,67.7,65.77089365,-1.9291063499999979,42,40,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,233,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,745,0,0 +18109,1,1,90,5,26,134,71,0,66,0,20,2,13,4,180,76.2,77.1107029,0.910702900000004,42,60,-60,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,10,0,0,1,0,0,0,0,0,0,0,0,1,2,2,NA,219,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,746,0,1 +18314,0,0,NA,NA,NA,113,71,1,48,0,18,2,12,3,162,72.8,78.92507238,6.125072380000006,39,10,-3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,8,0,1,1,0,0,0,0,0,0,0,1,1,1,0,7,219,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,747,0,0 +18315,0,1,91,4,10,158,76,1,61,0,19,2,10,2,164.28125,78.13,86.1825503,8.052550300000007,39,20,0,45,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,1,0,0,1,0,0,0,0,0,1,2,0,NA,228,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,748,0,1 +18318,0,0,NA,NA,NA,157,85,0,37,0,19,2,12,3,171.09375,58.17,58.9670081,0.7970080999999993,21,20,20,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,2,NA,207,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,749,0,0 +18319,0,0,NA,NA,NA,115,68,1,27,0,20,2,15,4,166,56.36,58.05982336,1.6998233600000034,NA,20,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,0,2,0,2,184,NA,NA,NA,NA,NA,NA,NA,750,0,0 +18320,0,1,91,4,19,145,80,1,69,1,15,3,8,1,161.5,98.88,86.63614267,-12.243857329999997,54,10,-4,64,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,1,0,0,1,0,0,0,0,1,0,0,0,1,2,0,2,275,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,751,0,1 +18322,0,0,NA,NA,NA,102,71,1,28,0,21,2,12,3,159.78125,46.72,50.34875307,3.628753070000002,21,30,-24,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,1,2,240,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,752,0,0 +18325,1,0,NA,NA,NA,128,74,1,40,0,21,2,16,5,168.09375,65.88,71.21400209000001,5.334002090000013,39,10,-10,20,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,0,0,1,0,4,204,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,753,0,0 +18340,0,0,NA,NA,NA,137,79,1,54,0,19,5,11,2,149.59375,46.15,47.62719885,1.4771988500000006,39,20,-5,38,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,3,2,0,1,0,0,0,0,0,1,0,0,0,0,2,0,1,231,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,754,0,1 +18348,1,0,NA,NA,NA,156,89,0,39,0,20,2,11,2,177.6875,84.94,107.95498406,23.014984060000003,39,40,-40,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,6,0,0,0,0,0,1,0,1,0,0,0,0,2,2,NA,203,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,755,0,0 +18757,0,0,NA,NA,NA,128,68,0,29,0,18,2,12,3,186.6875,99.9,97.52235955,-2.3776404500000012,27,30,10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,12,0,0,0,0,0,0,1,0,0,0,0,0,0,2,NA,209,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,756,0,0 +18762,0,0,NA,NA,NA,127,78,1,39,0,19,2,12,3,164.78125,51.26,61.23496995,9.974969950000002,30,30,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,1,0,0,0,2,1,4,297,0,2.10498046875,1.6982421875,1.0498046875,0.43994140625,0.4068603515625,0.6099853515625,757,0,0 +18763,0,0,NA,NA,NA,141,80,0,48,0,19,2,8,1,183,88,97.52235955,9.522359550000004,30,30,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,227,0,2.10498046875,1.6982421875,1.0498046875,0.43994140625,0.4068603515625,0.6099853515625,758,0,0 +18766,0,0,NA,NA,NA,125,83,1,25,0,19,2,12,3,162.28125,100.81,103.41906036,2.609060360000001,27,20,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,6,0,1,0,0,0,0,1,0,1,0,0,2,2,1,2,271,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,759,0,0 +18772,1,0,NA,NA,NA,133,75,0,50,0,19,2,12,3,177.375,63.39,68.0388555,4.648855499999996,27,20,-20,31,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,242,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,760,0,0 +18779,0,1,91,10,18,145,78,1,66,0,20,2,16,5,172.6875,75.18,72.57477920000001,-2.605220799999998,38,6,1,44,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,3,3,0,0,0,0,0,0,0,1,0,0,0,1,1,0,4,312,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,761,0,1 +18783,0,0,NA,NA,NA,126,70,1,56,0,20,2,12,3,157.09375,61.69,64.41011654,2.7201165400000065,27,20,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,0,0,0,0,0,1,2,0,3,252,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,762,0,1 +18793,0,1,86,7,12,142,78,0,52,0,16,4,8,1,170.5,76.32,77.56429527,1.2442952700000092,NA,30,-10,36,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,206,NA,NA,NA,NA,NA,NA,NA,763,0,1 +18804,0,0,NA,NA,NA,130,67,1,70,0,12,2,6,1,151.1875,78.02,64.41011654,-13.609883459999992,27,10,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,2,3,3,0,0,0,0,0,0,0,0,0,0,0,0,2,0,13,232,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,764,0,1 +18810,1,1,92,5,26,138,84,0,60,1,14,2,7,1,176,82.78,87.99691978,5.216919779999998,31,15,-15,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,287,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,765,0,1 +18822,0,0,NA,NA,NA,133,63,0,45,0,19,2,12,3,170.28125,79.95,80.28584949,0.3358494900000011,17,10,-10,22,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,1,6,0,1,1,0,0,0,0,0,1,0,0,1,2,2,NA,190,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,766,0,0 +18825,0,0,NA,NA,NA,117,80,0,34,0,20,2,17,5,182.875,100.02,102.05828325,2.0382832500000063,27,20,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,3,3,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,233,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,767,0,0 +18826,0,0,NA,NA,NA,148,76,0,54,0,20,2,12,3,183.09375,82.67,83.91458845000001,1.244588450000009,27,20,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,202,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,768,0,1 +18849,0,0,NA,NA,NA,108,77,1,39,0,19,2,8,1,157.28125,50.01,56.24545388,6.2354538800000014,27,10,-2,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,0,0,2,0,8,172,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,769,0,0 +18867,0,0,NA,NA,NA,128,67,0,52,0,20,2,8,1,175.78125,80.74,82.55381134000001,1.813811340000015,27,40,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,189,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,770,0,1 +19117,0,1,92,6,1,111,60,1,65,0,12,6,10,2,164.59375,64.86,50.80234544,-14.057654559999996,25,20,-5,33,0,1,0,0,1,0,1,0,1,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,1,0,0,1,2,0,2,281,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,771,0,1 +19132,0,0,NA,NA,NA,129,61,0,55,0,19,2,10,2,171.28125,64.98,62.59574706,-2.384252940000003,36,15,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,1,0,0,0,0,0,0,2,NA,273,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,772,0,1 +19146,0,0,NA,NA,NA,141,83,1,52,0,21,2,12,3,154.6875,64.75,62.142154690000005,-2.6078453099999948,36,20,0,38,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,1,0,0,0,1,2,0,2,286,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,773,0,1 +19147,0,1,86,6,16,118,79,0,57,0,22,2,17,5,160.6875,59.19,63.95652417,4.766524170000004,36,5,1,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,1,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,287,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,774,0,1 +19153,0,0,NA,NA,NA,115,80,0,30,0,16,2,11,2,172.375,78.47,83.91458845000001,5.444588450000012,NA,40,-20,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,12,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,241,NA,NA,NA,NA,NA,NA,NA,775,0,0 +19154,0,0,NA,NA,NA,119,71,1,60,0,16,2,9,2,165.59375,68.04,75.29633342000001,7.256333420000004,42,20,-5,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,0,0,0,0,1,2,0,2,297,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,776,0,1 +19163,0,0,NA,NA,NA,119,78,1,48,0,18,2,4,1,158.78125,64.3,72.57477920000001,8.274779200000012,NA,15,-5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,2,2,0,4,222,NA,NA,NA,NA,NA,NA,NA,777,0,0 +19165,0,0,NA,NA,NA,128,78,0,49,0,18,4,13,4,166.09375,76.66,83.46099608,6.800996080000004,36,20,10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,5,0,1,1,0,0,0,1,0,0,0,1,1,1,2,NA,234,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,778,0,0 +19570,0,0,NA,NA,NA,128,83,0,41,0,21,2,12,3,180.5,76.09,79.83225712000001,3.742257120000005,42,4,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,215,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,779,0,0 +19576,0,0,NA,NA,NA,121,78,1,49,0,19,2,12,3,161.1875,75.98,85.27536556,9.295365559999993,42,15,5,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,4,NA,0,1,0,0,0,1,0,0,0,0,0,0,1,0,5,262,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,780,0,0 +19588,0,0,NA,NA,NA,132,79,0,38,0,18,2,12,3,174.375,78.13,82.10021897,3.970218970000005,42,40,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,1,0,2,2,NA,189,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,781,0,0 +19605,1,1,86,9,1,160,94,0,67,0,14,2,8,1,176.59375,74.96,81.6466266,6.686626600000011,42,20,-20,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,1,0,0,0,0,0,1,0,0,1,2,2,NA,191,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,782,0,1 +19611,0,0,NA,NA,NA,116,73,1,42,0,18,2,12,3,177.78125,76.09,77.1107029,1.0207029000000034,42,40,-10,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,0,5,223,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,783,0,0 +19616,0,0,NA,NA,NA,116,72,0,26,0,18,2,12,3,169.1875,67.7,75.29633342000001,7.596333420000008,42,20,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,277,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,784,0,0 +19622,0,0,NA,NA,NA,154,76,1,50,0,18,2,12,3,161.1875,56.47,46.72001411,-9.749985889999998,NA,40,-20,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,0,0,0,1,2,0,6,158,NA,NA,NA,NA,NA,NA,NA,785,0,0 +19633,0,0,NA,NA,NA,123,67,1,51,0,18,2,9,2,169.28125,60.21,62.142154690000005,1.9321546900000044,42,20,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,0,7,290,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,786,0,1 +19634,0,0,NA,NA,NA,117,80,0,36,0,19,2,12,3,172.09375,67.13,70.30681735,3.1768173500000074,42,15,15,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,159,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,787,0,0 +19638,0,0,NA,NA,NA,131,85,0,32,0,18,2,12,3,164.78125,69.74,69.85322498000001,0.11322498000001247,42,5,15,16,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,238,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,788,0,0 +19639,1,0,NA,NA,NA,164,85,1,53,0,19,2,12,3,166.375,56.81,54.884676770000006,-1.9253232299999965,42,6,-6,39,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,175,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,789,0,1 +19641,0,0,NA,NA,NA,117,75,0,29,0,19,2,10,2,164.375,57.95,68.49244787,10.542447870000004,42,20,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,191,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,790,0,0 +19863,1,1,87,2,7,135,86,1,39,0,21,2,13,4,157.375,55.11,62.59574706,7.485747060000001,27,30,-30,21,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,NA,203,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,791,0,0 +19867,0,0,NA,NA,NA,137,84,0,29,0,19,2,13,4,172.28125,68.49,73.93555631000001,5.445556310000015,27,20,20,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,6,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,231,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,792,0,0 +19877,1,0,NA,NA,NA,116,88,0,31,0,20,2,17,5,187.1875,74.05,77.1107029,3.0607029000000097,27,15,-15,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,2,2,0,1,1,0,1,0,0,0,1,0,0,1,0,2,NA,185,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,793,0,0 +19881,0,0,NA,NA,NA,151,85,0,50,0,18,2,11,2,176,80.06,82.55381134000001,2.4938113400000077,27,30,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,12,0,0,1,0,0,0,0,0,0,0,0,0,1,2,NA,244,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,794,0,0 +19885,1,0,NA,NA,NA,100,69,0,48,1,NA,2,7,1,177.09375,80.51,86.1825503,5.6725502999999975,NA,10,-10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,145,NA,NA,NA,NA,NA,NA,NA,795,0,0 +19894,0,0,NA,NA,NA,129,78,0,28,0,19,2,12,3,186,103.99,110.22294591000001,6.232945910000012,27,40,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,334,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,796,0,0 +20047,0,0,NA,NA,NA,108,69,1,31,0,20,2,12,3,163.875,48.76,50.34875307,1.5887530700000028,34,30,10,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,1,0,0,0,0,0,0,0,0,0,0,2,1,NA,260,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,797,0,0 +20049,0,0,NA,NA,NA,124,65,1,45,0,18,2,10,2,158.1875,63.16,62.59574706,-0.5642529399999958,36,40,-25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3,214,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,798,0,0 +20054,0,0,NA,NA,NA,106,72,1,29,0,14,5,15,4,162.28125,90.83,88.90410452,-1.925895479999994,36,40,0,14,0,1,0,0,1,1,1,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,1,1,0,0,1,1,2,0,1,216,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,799,0,0 +20055,0,0,NA,NA,NA,110,68,1,45,0,18,6,11,2,155,46.49,48.08079122,1.5907912199999998,36,30,-10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,5,0,1,0,0,0,0,0,0,0,0,0,0,1,0,2,142,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,800,0,0 +20057,0,0,NA,NA,NA,132,75,0,51,0,NA,2,10,2,171.1875,73.6,76.65711053,3.0571105300000028,NA,4,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,3,0,0,0,0,0,1,0,0,0,0,0,0,1,2,NA,230,NA,NA,NA,NA,NA,NA,NA,801,0,1 +20063,0,1,90,12,21,141,96,1,68,1,19,3,8,1,156.78125,66.22,51.70953018,-14.510469819999997,37,2,0,40,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,1,0,0,1,1,1,1,0,0,1,2,0,4,282,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,802,0,1 +20067,0,0,NA,NA,NA,101,75,0,41,0,22,2,12,3,173.28125,91.97,95.2543977,3.2843976999999995,NA,40,-30,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,1,0,0,0,0,1,1,1,2,NA,157,NA,NA,NA,NA,NA,NA,NA,803,0,0 +20068,1,0,NA,NA,NA,146,82,1,51,0,21,2,12,3,168.78125,75.52,81.6466266,6.126626600000009,36,30,-30,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,1,0,1,1,1,0,1,1,0,0,0,0,1,2,0,5,307,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,804,0,1 +20299,0,0,NA,NA,NA,148,68,1,58,0,18,2,10,2,168.1875,84.82,87.54332741,2.72332741000001,51,8,2,28,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,0,2,158,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,805,0,1 +20303,1,0,NA,NA,NA,NA,NA,0,55,1,13,5,8,1,171.6875,86.75,104.32624510000001,17.57624510000001,51,20,-20,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,1,0,1,1,2,2,NA,270,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,806,0,1 +20304,0,0,NA,NA,NA,118,80,0,56,0,18,2,9,2,174.6875,73.48,78.92507238,5.445072379999999,54,20,-10,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,261,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,807,0,1 +20306,0,0,NA,NA,NA,117,68,0,51,0,17,2,12,3,167.78125,60.78,68.94604024,8.166040240000001,51,16,4,36,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,4,NA,0,1,0,0,1,0,0,0,0,0,0,0,2,2,NA,177,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,808,0,1 +20308,0,1,89,12,26,147,88,1,50,0,20,2,12,3,168.1875,60.1,69.85322498000001,9.753224980000006,51,20,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,0,0,0,1,0,2,0,2,206,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,809,0,0 +20315,0,0,NA,NA,NA,110,70,0,34,0,18,2,12,3,182.6875,73.37,79.83225712000001,6.462257120000004,42,20,20,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,205,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,810,0,0 +20317,0,1,85,6,19,157,51,0,65,0,15,2,11,2,172.375,70.31,72.57477920000001,2.2647792000000067,51,20,-5,49,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,3,1,0,0,0,0,0,0,0,1,0,0,0,1,1,2,NA,252,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,811,0,1 +20318,0,0,NA,NA,NA,148,82,1,43,0,14,5,10,2,170.5,59.31,59.874192840000006,0.564192840000004,51,8,12,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,1,1,0,0,0,1,0,1,1,2,180,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,812,0,0 +20321,1,0,NA,NA,NA,142,76,1,45,0,18,2,12,3,158.375,50.12,69.85322498000001,19.73322498000001,51,25,-25,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,1,0,0,0,0,0,0,2,0,2,198,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,813,0,0 +20326,0,0,NA,NA,NA,112,70,0,62,0,19,2,10,2,180.875,80.17,74.38914868,-5.7808513199999965,51,20,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,1,0,0,0,0,0,0,0,0,0,1,2,NA,252,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,814,0,1 +20333,1,0,NA,NA,NA,126,74,0,34,0,20,2,13,4,185.5,83.8,96.16158244,12.361582440000006,51,20,-20,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,185,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,815,0,0 +20336,1,0,NA,NA,NA,138,86,0,40,0,19,2,12,3,184.5,97.07,95.2543977,-1.8156022999999948,51,6,-6,32,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,2,1,6,0,1,0,0,1,0,0,0,0,0,0,0,2,2,NA,192,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,816,0,0 +20337,0,1,83,10,18,120,70,0,56,0,21,2,16,5,177.375,68.38,64.41011654,-3.9698834599999913,51,20,-5,37,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,180,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,817,0,1 +20346,0,0,NA,NA,NA,120,80,0,33,0,18,2,15,4,167,66.11,70.76040972,4.650409719999999,51,20,-10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,1,1,1,2,NA,220,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,819,0,0 +20347,1,0,NA,NA,NA,112,68,1,29,0,18,2,12,3,167.875,52.84,58.05982336,5.2198233599999995,51,30,-30,10,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,0,0,0,0,0,1,0,3,156,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,820,0,0 +20681,0,0,NA,NA,NA,122,78,1,30,0,19,2,11,2,157,50.92,56.24545388,5.325453879999998,26,8,-3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,1,0,0,0,0,0,0,0,2,0,3,144,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,821,0,0 +20693,0,0,NA,NA,NA,120,70,1,50,0,19,2,12,3,155.5,89.7,92.53284348000001,2.832843480000008,26,30,0,32,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,2,0,4,221,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,822,0,0 +20699,0,0,NA,NA,NA,107,59,1,56,0,18,2,7,1,153.375,53.75,47.62719885,-6.122801150000001,1,15,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,0,0,0,0,2,0,2,250,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,823,0,1 +20701,0,0,NA,NA,NA,111,82,1,31,0,19,2,9,2,158.78125,56.59,60.781377580000004,4.191377580000001,17,55,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,6,0,1,0,0,0,0,0,0,0,0,0,0,1,0,6,147,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,824,0,0 +20702,0,0,NA,NA,NA,108,67,0,47,0,19,2,11,2,172,67.7,70.76040972,3.0604097199999956,26,20,-5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,0,1,0,2,NA,216,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,825,0,0 +20703,1,1,89,9,9,99,76,0,45,0,20,2,8,1,175.5,79.72,72.57477920000001,-7.14522079999999,5,40,-40,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,1,2,0,1,1,0,0,0,0,0,0,0,0,0,2,2,NA,178,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,826,0,0 +20706,0,0,NA,NA,NA,130,70,1,63,0,13,3,9,2,163.1875,62.26,61.23496995,-1.025030049999998,26,10,0,39,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,317,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,827,0,1 +20707,1,0,NA,NA,NA,128,56,1,48,0,19,2,12,3,159.1875,56.81,58.05982336,1.2498233600000006,26,20,-20,32,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,3,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,3,274,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,828,0,0 +20711,1,0,NA,NA,NA,112,62,1,35,0,19,2,12,3,156.78125,64.52,81.19303423000001,16.673034230000013,28,20,-20,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,1,1,1,0,4,261,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,829,0,0 +20715,0,1,87,7,6,173,83,1,54,0,15,2,12,3,167.1875,62.94,59.420600470000004,-3.519399529999994,18,20,-10,29,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,1,1,0,0,0,1,0,7,242,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,830,0,1 +20718,0,0,NA,NA,NA,131,90,0,42,0,20,2,17,5,177.59375,76.54,80.73944186,4.199441859999993,26,40,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,257,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,831,0,0 +20723,0,0,NA,NA,NA,138,80,0,34,0,19,2,12,3,177.28125,71.78,74.84274105,3.0627410499999996,39,50,10,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,1,8,0,1,1,0,0,0,0,0,0,0,0,0,2,2,NA,186,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,832,0,0 +20724,1,1,90,12,11,116,72,0,40,0,18,2,10,2,169.28125,73.82,69.85322498000001,-3.966775019999986,26,20,-20,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,231,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,833,0,0 +20727,0,1,88,7,25,127,71,0,48,0,19,2,12,3,180.78125,96.73,95.70799007000001,-1.0220099299999958,12,30,-5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,6,0,0,0,0,0,0,0,0,0,0,1,1,1,2,NA,233,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,834,0,0 +20730,0,1,88,2,8,137,69,1,48,0,18,3,8,1,164.375,87.54,81.19303423000001,-6.346965769999997,18,30,-10,30,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,3,0,1,1,0,0,1,0,0,0,0,1,1,2,0,7,288,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,835,0,0 +20740,0,0,NA,NA,NA,110,71,1,46,0,20,2,12,3,158.875,71.21,63.95652417,-7.253475829999992,26,40,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,1,2,0,6,206,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,836,0,0 +20742,0,0,NA,NA,NA,121,55,1,56,0,19,2,11,2,166,69.51,63.502931800000006,-6.007068199999999,18,30,-18,36,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4,4,NA,0,1,1,0,0,0,0,0,1,0,0,1,1,0,1,242,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,837,0,1 +20745,0,1,83,8,6,117,72,0,26,0,20,2,8,1,181,70.42,72.57477920000001,2.1547792000000072,26,10,20,3,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,2,3,2,0,1,0,0,1,1,0,0,0,0,1,0,1,2,NA,137,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,838,0,0 +20751,1,0,NA,NA,NA,120,68,0,51,0,19,2,16,5,182.09375,84.25,79.37866475,-4.871335250000001,36,46,-46,30,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,1,3,2,1,1,0,1,0,0,2,2,0,0,1,1,2,NA,256,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,839,0,1 +20755,1,0,NA,NA,NA,146,97,0,48,0,13,4,11,2,175.59375,88.22,101.15109851000001,12.931098510000012,36,10,-10,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,0,0,0,0,0,0,2,2,0,1,0,1,2,NA,209,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,840,0,0 +20756,0,0,NA,NA,NA,104,78,1,29,0,20,4,17,5,163.5,51.37,52.61671492,1.2467149200000023,36,8,-1,9,0,1,0,0,2,0,1,1,0,0,2,0,0,0,1,3,3,2,2,1,1,0,0,1,0,2,2,0,0,1,1,0,NA,206,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,841,0,0 +20760,1,0,NA,NA,NA,121,81,0,50,0,19,2,16,5,166,61.69,65.77089365,4.080893650000007,NA,20,-20,32,0,0,0,0,2,1,0,0,0,1,2,0,0,0,1,2,3,2,2,1,1,0,0,1,0,2,2,0,0,2,1,2,NA,221,NA,NA,NA,NA,NA,NA,NA,842,0,0 +20768,1,0,NA,NA,NA,128,90,0,45,0,20,2,8,1,165.78125,76.32,81.6466266,5.3266266000000115,NA,26,-26,26,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,0,2,2,2,0,1,0,0,0,0,2,2,0,0,1,2,2,NA,198,NA,NA,NA,NA,NA,NA,NA,843,0,0 +20771,0,0,NA,NA,NA,123,85,1,39,0,19,5,12,3,165.6875,76.88,92.98643585,16.10643585000001,34,20,0,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,1,0,0,0,0,0,2,2,1,0,0,1,1,1,194,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,844,0,0 +20781,0,1,92,10,18,113,82,1,35,0,20,5,16,5,168,62.37,57.152638620000005,-5.217361379999993,34,50,0,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,1,0,0,0,0,0,2,2,0,0,1,1,1,NA,203,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,845,0,0 +20783,0,1,91,12,25,NA,NA,0,52,0,22,2,17,5,178.375,88.22,73.93555631000001,-14.28444368999999,NA,35,-10,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,1,0,0,1,0,0,2,2,0,1,1,0,2,NA,205,NA,NA,NA,NA,NA,NA,NA,846,0,1 +20784,0,1,87,1,23,116,75,0,65,0,19,2,3,1,163.1875,71.1,67.13167076,-3.9683292399999885,NA,20,-11,51,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,2,2,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,219,NA,NA,NA,NA,NA,NA,NA,847,0,1 +20791,0,0,NA,NA,NA,115,71,0,26,0,22,2,17,5,178.5,76.88,77.1107029,0.23070290000001137,36,15,5,7,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,1,2,2,1,0,0,1,0,0,2,2,0,0,0,1,2,NA,175,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,848,0,0 +20794,0,1,84,5,8,120,70,0,58,0,17,2,12,3,160.6875,75.07,74.84274105,-0.2272589499999924,NA,40,0,42,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,1,2,0,0,0,0,0,0,2,2,0,0,2,2,2,NA,330,NA,NA,NA,NA,NA,NA,NA,849,0,1 +20826,1,0,NA,NA,NA,112,65,0,28,0,21,6,17,5,188.59375,79.38,88.45051215000001,9.070512150000013,9,20,-20,10,0,0,0,0,2,0,0,1,0,1,2,0,0,0,1,1,2,2,2,1,0,0,1,1,0,2,2,0,0,1,1,2,NA,146,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,850,0,0 +20834,0,0,NA,NA,NA,126,77,1,44,0,20,2,12,3,163.28125,53.52,58.05982336,4.53982336,NA,20,0,22,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,2,2,0,0,0,0,0,0,2,2,0,0,2,2,0,NA,218,NA,NA,NA,NA,NA,NA,NA,851,0,0 +20837,0,0,NA,NA,NA,126,81,1,50,0,17,3,12,3,155.875,60.78,62.142154690000005,1.362154690000004,24,20,-2,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,10,2,1,0,0,0,0,0,2,2,0,0,0,2,0,2,229,0,1.80078125,1.647705078125,0.7349853515625,0.46197509765625,0.152984619140625,0.27294921875,852,0,0 +20843,0,0,NA,NA,NA,136,84,0,39,0,22,2,15,4,183.375,81.87,91.17206637000001,9.302066370000006,36,5,-1,17,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,2,2,2,1,1,0,1,0,0,2,2,0,0,1,1,2,NA,233,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,853,0,0 +20848,1,0,NA,NA,NA,149,82,1,38,1,NA,2,12,3,157.5,72.35,83.00740371,10.657403710000011,51,6,-6,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,1,1,0,2,159,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,854,0,0 +20853,0,0,NA,NA,NA,142,79,1,54,0,20,2,12,3,158.1875,89.13,90.718474,1.588474000000005,36,40,0,40,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,0,0,0,0,0,0,2,2,0,0,2,2,0,2,228,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,855,0,1 +20857,1,0,NA,NA,NA,131,65,1,56,0,22,2,13,4,159.59375,59.65,63.502931800000006,3.8529318000000075,36,50,-50,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,3,2,1,0,0,0,0,0,2,2,0,0,0,2,0,7,NA,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,856,0,1 +20859,0,0,NA,NA,NA,105,72,1,32,0,17,4,9,2,174.6875,75.75,84.82177319,9.071773190000002,36,20,0,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,0,0,0,0,0,0,2,2,0,0,1,2,0,1,188,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,857,0,0 +20868,0,0,NA,NA,NA,135,89,0,33,0,14,5,12,3,184.375,77.22,84.36818082,7.148180820000007,36,30,5,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,164,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,858,0,0 +20869,0,0,NA,NA,NA,96,70,1,28,0,15,4,12,3,166.5,56.81,68.94604024,12.13604024,36,50,-20,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,6,2,0,0,0,0,0,0,2,2,0,1,2,1,0,NA,192,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,859,0,0 +20872,0,0,NA,NA,NA,142,80,1,28,0,18,2,11,2,161.1875,92.42,84.82177319,-7.59822681,36,40,20,14,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,1,1,0,5,219,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,860,0,0 +20874,0,0,NA,NA,NA,112,71,1,58,0,14,2,11,2,162.5,61.35,53.523899660000005,-7.826100339999996,36,11,-1,28,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,1,3,2,2,1,1,0,0,0,0,2,2,0,0,1,2,0,3,186,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,861,0,1 +20876,0,0,NA,NA,NA,110,80,1,26,0,12,2,10,2,152.59375,46.38,51.70953018,5.329530179999999,36,15,5,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,0,0,0,0,0,0,2,2,0,0,0,0,0,2,161,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,862,0,0 +20883,0,0,NA,NA,NA,134,82,0,49,0,20,2,12,3,181.375,73.14,78.47148001000001,5.331480010000007,36,20,0,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,237,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,863,0,0 +20885,0,0,NA,NA,NA,110,79,0,27,0,20,2,12,3,173.875,80.29,80.73944186,0.4494418599999932,36,5,25,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,208,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,864,0,0 +20888,0,0,NA,NA,NA,153,98,0,31,0,19,2,12,3,166.09375,90.72,96.16158244,5.441582440000005,36,12,18,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,0,0,2,2,0,1,0,0,2,NA,174,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,865,0,0 +20891,0,0,NA,NA,NA,96,70,1,26,0,20,2,11,2,174.875,71.67,74.84274105,3.172741049999999,36,20,0,9,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,0,1,239,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,866,0,0 +20894,0,0,NA,NA,NA,137,88,0,46,0,22,2,13,4,180,78.7,82.55381134000001,3.853811340000007,22,30,0,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,9,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,173,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,867,0,0 +20899,0,0,NA,NA,NA,100,65,1,27,0,20,2,12,3,162.375,48.65,54.4310844,5.781084400000005,42,10,10,5,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,1,0,0,0,0,1,2,2,0,0,1,1,0,2,201,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,868,0,0 +20900,0,0,NA,NA,NA,127,85,1,32,0,20,2,12,3,157.78125,69.17,74.38914868,5.2191486800000035,36,40,0,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,2,2,0,0,0,0,0,0,2,2,0,0,1,1,1,3,226,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,869,0,0 +20901,0,0,NA,NA,NA,137,63,1,58,0,19,2,12,3,161.375,51.03,53.523899660000005,2.493899660000004,34,4,-1,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,0,0,0,0,0,0,2,2,0,0,0,1,0,6,355,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,870,0,1 +20907,0,0,NA,NA,NA,130,90,1,27,0,20,2,16,5,163.375,62.6,60.32778521,-2.2722147899999996,42,20,0,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,0,0,0,0,0,0,2,2,0,0,0,0,0,1,168,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,871,0,0 +20908,0,0,NA,NA,NA,117,72,1,25,0,19,2,9,2,161.59375,43.77,46.72001411,2.950014109999998,36,20,10,5,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,0,4,172,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,872,0,0 +20909,1,0,NA,NA,NA,135,85,1,46,0,17,2,17,5,167.1875,46.49,65.31730128000001,18.827301280000007,36,20,-20,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,3,2,1,0,0,0,0,0,2,2,0,0,1,0,0,3,229,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,873,0,0 +20914,0,0,NA,NA,NA,124,75,0,45,0,20,2,12,3,162.1875,57.04,53.97749203,-3.0625079699999986,36,20,0,26,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,191,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,875,0,0 +20915,0,0,NA,NA,NA,174,95,1,48,0,22,2,12,3,163.875,63.84,53.07030729,-10.769692710000001,36,20,0,28,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,0,0,0,0,0,0,2,2,0,0,1,2,0,4,327,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,876,0,0 +20923,0,0,NA,NA,NA,132,88,1,47,0,20,2,12,3,171.1875,59.76,55.791861510000004,-3.968138489999994,36,10,-10,21,0,0,0,0,2,0,1,0,0,1,2,0,0,0,1,2,3,1,2,1,1,0,0,0,0,2,2,0,1,1,1,0,4,226,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,877,0,0 +20927,1,0,NA,NA,NA,130,83,1,32,0,18,2,11,2,167.6875,64.64,66.22448602,1.58448602,36,4,-4,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,6,2,1,0,0,0,0,0,2,2,0,1,1,1,0,2,179,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,878,0,0 +20938,0,0,NA,NA,NA,144,67,1,53,0,16,2,8,1,161.375,86.52,72.12118683,-14.398813169999997,36,8,2,33,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,2,1,0,7,262,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,879,0,1 +20940,0,0,NA,NA,NA,111,86,0,35,0,22,2,12,3,173.28125,76.54,71.21400209000001,-5.325997909999998,36,20,10,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,4,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,179,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,880,0,0 +20943,1,0,NA,NA,NA,127,84,1,29,0,12,5,9,2,163,57.04,67.13167076,10.091670760000007,36,20,-20,10,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,4,2,1,0,0,0,0,0,2,2,0,0,0,1,1,4,140,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,881,0,0 +20945,0,0,NA,NA,NA,133,76,1,43,0,19,2,9,2,157.78125,66.22,75.29633342000001,9.076333420000012,36,20,-10,27,0,1,0,0,2,0,1,0,1,0,2,0,0,0,1,2,2,2,2,0,0,0,0,0,0,2,2,0,1,0,0,0,4,260,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,882,0,0 +20947,1,0,NA,NA,NA,139,102,0,41,0,20,2,17,5,175.5,68.38,82.10021897,13.720218970000005,42,20,-20,22,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,4,2,0,0,0,0,0,0,2,2,0,0,2,1,2,NA,227,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,883,0,0 +20951,0,1,89,10,17,147,81,1,54,0,18,2,11,2,156.78125,70.19,83.00740371,12.817403710000008,NA,20,-5,40,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,0,1,0,4,217,NA,NA,NA,NA,NA,NA,NA,884,0,1 +20959,0,1,86,3,12,136,76,0,56,0,18,3,12,3,169.09375,59.65,68.94604024,9.296040240000004,36,50,-10,39,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,1,12,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,161,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,885,0,1 +20960,1,0,NA,NA,NA,149,87,1,36,0,15,2,8,1,160.375,106.82,99.79032140000001,-7.029678599999983,36,10,-10,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,1,6,171,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,886,0,0 +20961,0,0,NA,NA,NA,124,83,0,32,0,19,2,12,3,167.5,66.56,65.77089365,-0.7891063499999973,36,30,5,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,188,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,887,0,0 +20963,1,0,NA,NA,NA,127,79,0,62,0,18,2,8,1,181.875,96.62,94.80080533,-1.8191946700000017,36,20,-20,51,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,1,1,0,1,0,2,2,0,0,1,1,2,NA,205,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,888,0,1 +20964,0,0,NA,NA,NA,123,87,1,28,0,17,2,12,3,167.5,48.76,51.255937810000006,2.495937810000008,36,25,10,10,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,2,0,1,143,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,889,0,0 +20966,1,0,NA,NA,NA,166,99,0,38,0,18,2,12,3,180,78.7,78.01788764,-0.682112360000005,36,20,-20,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,187,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,890,0,0 +20969,0,0,NA,NA,NA,107,65,1,34,0,19,2,11,2,155.59375,58.29,57.60623099,-0.6837690099999989,36,20,0,22,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,1,0,0,5,174,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,891,0,0 +20972,0,1,92,4,7,159,94,1,64,0,20,2,16,5,161.375,56.93,51.255937810000006,-5.674062189999994,48,18,12,48,1,0,0,0,2,0,0,0,1,1,2,0,0,0,1,0,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,0,1,254,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,892,0,1 +20973,0,0,NA,NA,NA,132,89,0,34,0,18,2,10,2,166.78125,74.05,77.56429527,3.514295270000005,36,10,-6,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,238,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,893,0,0 +20976,0,0,NA,NA,NA,173,70,1,53,1,20,2,12,3,173.1875,73.14,71.66759446,-1.472405539999997,39,20,10,33,1,1,0,0,2,0,1,0,0,1,2,0,0,0,1,0,3,1,2,1,1,0,0,1,0,2,2,0,0,1,1,0,4,225,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,894,0,1 +20983,0,1,88,3,14,113,66,0,68,0,16,2,3,1,162.28125,64.52,57.152638620000005,-7.367361379999991,NA,20,0,54,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,8,2,0,0,0,0,0,0,2,2,0,0,1,2,2,NA,192,NA,NA,NA,NA,NA,NA,NA,895,0,1 +20984,0,1,87,5,18,120,82,1,50,0,22,2,16,5,152.6875,47.85,52.61671492,4.766714919999998,39,15,-9,32,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,0,3,1,2,1,1,0,0,0,0,2,2,0,0,1,1,0,3,236,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,896,0,0 +20990,0,0,NA,NA,NA,139,76,0,44,0,18,4,12,3,171.78125,70.53,68.0388555,-2.4911445000000043,39,40,0,26,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,1,0,2,2,0,0,2,1,2,NA,233,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,897,0,0 +20995,0,0,NA,NA,NA,107,84,1,35,0,21,2,13,4,165,47.29,48.98797596,1.6979759600000008,NA,20,0,19,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,2,2,2,1,0,0,0,0,0,2,2,0,0,1,2,0,4,229,NA,NA,NA,NA,NA,NA,NA,898,0,0 +21008,0,0,NA,NA,NA,124,75,0,34,0,19,2,10,2,177.375,90.15,110.67653828,20.526538279999997,39,40,20,18,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,1,2,1,0,0,0,0,0,2,2,0,0,2,2,2,NA,172,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,899,0,0 +21009,0,1,86,12,15,150,92,1,37,0,11,6,7,1,160.59375,42.98,42.18409041,-0.7959095899999937,54,40,-10,22,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,10,2,0,0,0,0,0,0,2,2,0,0,1,0,0,2,221,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,900,0,0 +21012,0,0,NA,NA,NA,90,76,0,39,0,20,2,12,3,183.875,66.22,69.85322498000001,3.6332249800000085,39,20,10,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,4,2,1,1,0,0,0,0,2,2,0,0,0,1,2,NA,176,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,902,0,0 +21017,1,0,NA,NA,NA,112,77,0,33,0,NA,2,12,3,175.78125,73.82,90.718474,16.898474000000007,21,20,-20,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,203,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,903,0,0 +21019,0,0,NA,NA,NA,95,62,1,30,0,14,5,8,1,172.28125,50.35,50.80234544,0.452345440000002,47,12,8,13,0,0,0,0,2,0,0,0,1,0,2,0,0,1,1,3,4,NA,2,1,1,0,0,1,0,2,2,0,0,1,1,0,3,NA,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,904,0,0 +21025,1,0,NA,NA,NA,116,87,1,33,0,20,2,17,5,156.59375,51.37,58.05982336,6.689823360000005,39,10,-10,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,0,0,0,0,0,0,2,2,0,0,1,1,1,5,167,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,905,0,0 +21030,1,0,NA,NA,NA,120,73,1,31,0,14,4,12,3,167.1875,77,83.46099608,6.460996080000001,39,1,-1,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,4,2,0,1,0,0,0,0,2,2,0,1,1,1,0,NA,212,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,907,0,0 +21035,0,0,NA,NA,NA,121,73,1,40,0,20,2,12,3,167.28125,60.1,64.41011654,4.310116540000003,39,25,5,21,0,0,0,0,2,1,1,0,0,0,2,0,0,0,1,3,3,2,2,1,0,0,0,0,0,2,2,0,0,0,0,0,2,243,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,908,0,0 +21038,1,1,85,1,25,127,75,1,53,0,18,3,11,2,143.59375,46.72,47.173606480000004,0.4536064800000048,39,20,-20,23,1,1,0,0,2,0,0,0,1,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,1,1,1,7,189,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,909,0,1 +21042,0,0,NA,NA,NA,122,77,1,31,0,20,2,15,4,162.375,50.35,55.791861510000004,5.4418615100000025,39,15,5,14,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,0,1,0,2,2,0,0,0,0,0,2,192,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,910,0,0 +21044,0,0,NA,NA,NA,129,97,0,25,0,NA,4,12,3,168,57.27,67.58526313,10.315263129999998,54,20,20,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,0,0,0,1,0,2,2,0,0,0,0,2,NA,133,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,911,0,0 +21057,0,0,NA,NA,NA,106,63,1,52,0,20,2,12,3,169.1875,65.54,68.94604024,3.406040239999996,39,5,0,32,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,0,1,0,5,223,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,912,0,1 +21058,0,0,NA,NA,NA,108,74,0,48,0,19,2,12,3,183.09375,97.64,79.83225712000001,-17.807742879999992,39,5,5,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,12,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,221,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,913,0,0 +21069,0,0,NA,NA,NA,102,74,0,43,0,19,2,12,3,175.375,57.61,56.24545388,-1.36454612,39,60,-40,23,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,0,1,6,2,0,0,0,0,0,1,2,2,0,0,0,2,2,NA,194,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,914,0,0 +21070,0,0,NA,NA,NA,137,79,0,43,0,21,2,12,3,175.375,84.71,83.91458845000001,-0.795411549999983,39,12,8,23,0,0,0,0,2,0,0,1,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,265,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,915,0,0 +21083,1,0,NA,NA,NA,106,65,0,27,0,19,2,12,3,178.09375,80.63,83.46099608,2.8309960800000056,21,20,-20,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,10,2,0,1,0,0,0,1,2,2,0,0,0,1,2,NA,181,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,916,0,0 +21094,0,0,NA,NA,NA,126,84,1,27,0,16,5,12,3,163.6875,62.94,67.13167076,4.191670760000008,9,30,0,10,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,2,3,9,2,1,0,0,0,0,0,2,2,0,0,1,0,1,2,187,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,917,0,0 +21101,0,0,NA,NA,NA,118,77,1,39,0,20,2,12,3,164.09375,51.26,52.61671492,1.3567149200000017,9,15,-5,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,1,2,1,0,0,0,0,0,2,2,0,0,0,0,1,4,NA,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,918,0,0 +21103,0,0,NA,NA,NA,100,62,1,40,0,16,2,12,3,164.09375,48.08,54.4310844,6.351084400000005,9,20,0,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,1,1,0,0,0,0,2,2,0,0,0,1,0,6,196,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,920,0,0 +21107,1,0,NA,NA,NA,125,80,1,47,0,20,2,12,3,169.5,64.75,78.01788764,13.267887639999998,34,15,-15,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,1,2,1,0,0,0,0,0,2,2,0,0,1,1,0,4,192,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,921,0,0 +21109,1,0,NA,NA,NA,158,89,1,45,0,19,2,13,4,167.875,64.52,72.57477920000001,8.054779200000013,9,10,-10,25,0,0,0,0,2,0,0,0,1,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,0,3,223,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,923,0,0 +21124,0,0,NA,NA,NA,113,80,1,28,0,19,2,10,2,168.78125,64.41,78.01788764,13.607887640000001,9,15,25,3,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,3,2,2,1,1,0,1,0,0,2,2,0,1,0,1,1,1,315,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,924,0,0 +21128,0,0,NA,NA,NA,135,88,1,70,0,18,2,16,5,161.59375,79.04,71.21400209000001,-7.825997909999998,39,30,-10,40,0,1,0,0,2,0,0,0,1,0,2,0,0,0,1,0,3,3,2,1,0,0,0,0,0,2,2,0,0,1,2,0,5,247,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,925,0,1 +21130,0,0,NA,NA,NA,104,76,1,25,0,12,6,10,2,160.5,58.97,63.502931800000006,4.532931800000007,36,10,30,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,1,1,0,2,129,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,926,0,0 +21134,0,0,NA,NA,NA,184,90,0,41,0,19,2,10,2,175.6875,79.61,81.6466266,2.0366266000000053,NA,20,10,23,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,3,2,2,1,1,0,0,0,0,2,2,0,0,1,1,2,NA,243,NA,NA,NA,NA,NA,NA,NA,927,0,0 +21139,0,0,NA,NA,NA,116,74,1,45,0,19,2,12,3,160.5,63.28,68.49244787,5.212447870000005,33,1,-1,15,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,1,1,2,1,0,0,0,1,0,2,2,0,0,2,2,0,4,208,0,1.895263671875,1.643310546875,0.97119140625,0.43994140625,0.25189208984375,0.53125,928,0,0 +21140,0,0,NA,NA,NA,112,78,1,25,0,20,2,11,2,176.1875,59.19,63.502931800000006,4.312931800000008,9,50,10,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,1,0,0,1,0,2,2,0,0,0,0,1,NA,236,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,929,0,0 +21151,0,0,NA,NA,NA,159,91,1,54,0,18,2,12,3,158.28125,69.51,73.02837157,3.5183715699999993,9,30,-10,37,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,1,0,1,1,0,2,258,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,930,0,1 +21157,1,0,NA,NA,NA,117,74,1,50,0,19,5,6,1,157,73.37,63.502931800000006,-9.867068199999999,NA,10,-10,4,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,3,5,2,1,0,0,0,1,0,2,2,0,0,0,0,0,2,231,NA,NA,NA,NA,NA,NA,NA,931,0,0 +21166,0,0,NA,NA,NA,109,66,1,27,0,19,2,12,3,166.28125,61.23,63.502931800000006,2.272931800000009,9,20,0,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,0,0,0,0,0,0,2,2,0,0,1,2,0,1,159,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,932,0,0 +21170,0,0,NA,NA,NA,158,96,0,26,0,20,2,9,2,179.59375,69.29,60.781377580000004,-8.508622420000002,23,30,-10,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,173,0,2.1787109375,1.773193359375,1.15478515625,0.5279541015625,0.40557861328125,0.626953125,933,0,0 +21173,1,0,NA,NA,NA,151,97,0,54,0,NA,2,12,3,171.78125,53.75,52.163122550000004,-1.5868774499999958,9,15,-15,32,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,2,1,2,1,0,0,1,1,0,2,2,0,0,2,2,2,NA,220,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,934,0,1 +21177,0,1,87,4,5,151,80,1,57,0,20,2,12,3,164,64.86,60.32778521,-4.532214789999998,9,10,0,38,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,0,2,0,1,309,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,935,0,1 +21185,1,0,NA,NA,NA,182,86,1,61,0,19,2,8,1,163.09375,63.5,63.502931800000006,0.002931800000006035,36,10,-10,41,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,0,0,0,0,0,0,2,2,0,0,0,1,0,NA,299,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,936,0,1 +21189,0,0,NA,NA,NA,100,61,1,28,0,18,2,12,3,160.875,56.47,54.4310844,-2.0389155999999957,NA,16,4,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,1,1,0,0,0,0,2,2,0,0,0,0,0,3,218,NA,NA,NA,NA,NA,NA,NA,937,0,0 +21215,0,0,NA,NA,NA,121,81,0,41,0,19,2,12,3,176,62.82,63.95652417,1.1365241700000013,19,40,0,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,0,0,0,1,0,0,2,2,0,0,0,0,2,NA,166,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,938,0,0 +21219,1,0,NA,NA,NA,118,83,0,25,0,18,2,16,5,172,75.52,75.29633342000001,-0.22366657999998552,27,4,-4,8,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,1,2,2,1,0,0,1,0,0,2,2,0,0,0,0,2,NA,218,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,939,0,0 +21221,0,0,NA,NA,NA,106,77,1,25,0,19,2,12,3,166,64.41,74.84274105,10.432741050000004,55,15,-5,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,0,0,0,0,0,2,2,0,0,1,1,1,2,295,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,940,0,0 +21224,1,1,86,10,30,142,85,1,61,0,14,2,11,2,163.375,73.48,56.69904625,-16.780953750000002,27,10,-10,44,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,0,2,2,0,2,240,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,941,0,1 +21227,0,1,84,10,20,162,77,0,70,0,16,2,3,1,160.78125,69.97,59.420600470000004,-10.549399529999995,21,30,-10,56,0,0,0,1,2,1,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,1,0,0,0,2,2,0,0,1,2,2,NA,231,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,942,0,1 +21233,0,0,NA,NA,NA,107,71,0,37,0,18,2,10,2,174.09375,77.11,88.45051215000001,11.34051215000001,19,22,-12,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,233,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,944,0,0 +21241,1,0,NA,NA,NA,113,86,0,28,0,19,2,12,3,181.875,91.63,99.33672903,7.706729030000005,55,20,-20,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,12,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,234,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,945,0,0 +21244,0,0,NA,NA,NA,131,88,0,41,0,16,2,9,2,192.59375,70.99,81.6466266,10.65662660000001,26,45,5,29,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,1,6,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,195,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,946,0,0 +21247,1,0,NA,NA,NA,99,64,1,31,0,17,2,12,3,164.78125,105.57,116.57323909,11.003239090000008,18,20,-20,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,1,0,0,0,0,0,2,2,0,1,2,2,1,3,201,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,947,0,0 +21255,0,1,87,3,11,125,80,1,47,0,19,5,12,3,164.5,77,99.33672903,22.33672903,51,20,0,27,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,2,3,2,2,1,0,0,0,1,1,2,2,0,0,1,1,1,4,228,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,948,0,0 +21259,1,0,NA,NA,NA,125,78,1,45,0,18,2,11,2,160.6875,50.92,52.163122550000004,1.2431225500000025,26,4,-4,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,0,2,251,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,949,0,0 +21260,0,1,87,6,28,113,70,1,58,0,18,2,11,2,161.5,66.11,70.76040972,4.650409719999999,55,10,5,40,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,0,0,0,0,0,0,2,2,0,0,0,2,0,3,278,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,950,0,1 +21261,0,0,NA,NA,NA,100,66,1,34,0,18,2,12,3,156.6875,58.17,61.23496995,3.0649699499999983,55,15,5,4,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,4,2,0,0,0,0,0,0,2,2,0,0,0,1,1,8,231,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,951,0,0 +21262,0,0,NA,NA,NA,103,59,0,30,0,14,2,11,2,181.5,66.79,72.57477920000001,5.784779200000003,17,30,10,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,2,5,4,NA,2,0,1,0,0,0,0,2,2,0,0,0,1,2,NA,197,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,952,0,0 +21265,1,0,NA,NA,NA,125,77,0,40,0,20,4,17,5,183,97.86,130.63460256000002,32.77460256000002,55,20,-20,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,174,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,953,0,0 +21266,0,0,NA,NA,NA,111,78,0,37,0,19,2,17,5,180.375,92.19,86.1825503,-6.007449699999995,26,30,0,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,3,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,366,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,954,0,0 +21271,1,0,NA,NA,NA,94,62,1,32,0,18,5,12,3,161.5,55.79,70.30681735,14.516817350000004,55,16,-16,13,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,0,0,2,2,0,0,0,0,0,5,201,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,955,0,0 +21275,1,1,85,9,6,129,73,0,55,0,21,2,12,3,179.09375,78.47,79.37866475,0.9086647499999998,46,15,-15,33,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,6,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,235,0,2.052734375,1.7333984375,1.0498046875,0.5059814453125,0.31915283203125,0.5439453125,956,0,1 +21276,0,0,NA,NA,NA,148,109,1,34,0,19,2,12,3,164,52.28,55.33826914,3.05826914,55,20,0,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,4,2,1,1,0,0,0,0,2,2,0,0,0,1,0,3,226,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,957,0,0 +21280,1,0,NA,NA,NA,141,89,0,37,0,18,2,12,3,168.59375,73.26,77.1107029,3.8507029000000017,27,30,-30,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,2,5,4,NA,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,183,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,958,0,0 +21281,0,0,NA,NA,NA,107,77,0,43,0,14,2,12,3,174.5,79.27,78.01788764,-1.2521123599999981,38,30,-10,28,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,1,2,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,224,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,959,0,0 +21291,0,1,83,7,1,142,90,1,39,0,13,5,12,3,167.59375,122.24,107.04779932000001,-15.192200679999985,55,20,0,22,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,1,2,0,2,197,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,960,0,0 +21296,0,0,NA,NA,NA,108,74,0,53,0,19,2,9,2,178.1875,88.11,99.79032140000001,11.680321400000011,55,20,0,37,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,10,2,0,0,0,0,0,0,2,2,0,0,0,2,2,NA,250,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,961,0,1 +21305,0,0,NA,NA,NA,117,69,1,34,0,12,2,13,4,152.5,42.52,47.173606480000004,4.6536064800000005,23,10,-5,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,0,0,2,0,8,172,0,2.1787109375,1.773193359375,1.15478515625,0.5279541015625,0.40557861328125,0.626953125,962,0,0 +21307,0,0,NA,NA,NA,158,79,1,55,0,11,2,10,2,164.875,78.92,70.30681735,-8.613182649999999,31,10,-3,35,0,1,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,1,1,0,4,231,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,963,0,1 +21309,0,0,NA,NA,NA,117,57,1,66,0,16,2,12,3,160.5,61.23,63.95652417,2.7265241700000047,19,20,-5,31,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,3,6,2,1,1,0,0,0,0,2,2,0,1,0,1,1,4,238,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,964,0,1 +21323,0,0,NA,NA,NA,120,68,1,46,0,17,5,9,2,159.1875,58.06,56.69904625,-1.3609537500000002,18,40,-25,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,4,2,1,0,0,0,0,0,2,2,0,1,0,1,0,4,201,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,966,0,0 +21325,0,0,NA,NA,NA,108,63,1,26,0,18,2,12,3,158.6875,56.93,58.05982336,1.1298233600000032,55,20,10,9,0,0,1,0,2,0,0,0,0,0,2,0,1,0,1,2,3,5,2,0,0,0,0,0,0,2,2,0,0,0,1,0,2,216,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,967,0,0 +21329,0,0,NA,NA,NA,141,83,0,49,0,18,4,8,1,182.78125,82.21,80.28584949,-1.9241505099999898,55,10,-4,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,5,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,206,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,968,0,0 +21331,1,1,89,12,12,124,86,0,51,0,18,2,13,4,175.78125,68.38,79.37866475,10.998664750000003,55,20,-20,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,1,1,0,0,0,0,2,2,0,0,0,2,2,NA,215,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,969,0,1 +21332,0,1,89,8,7,118,76,0,62,0,13,2,8,1,175.28125,78.92,86.1825503,7.262550300000001,26,20,0,49,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,1,10,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,188,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,970,0,1 +21339,1,0,NA,NA,NA,115,79,1,54,0,13,2,12,3,162.1875,48.31,50.34875307,2.0387530699999985,55,20,-20,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,0,6,228,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,971,0,1 +21350,1,0,NA,NA,NA,158,90,1,49,0,19,4,12,3,156.5,64.86,69.85322498000001,4.993224980000008,25,10,-10,20,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,3,4,2,0,0,0,0,0,0,2,2,0,0,1,1,0,4,241,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,972,0,0 +21354,1,1,88,9,4,120,70,0,47,0,19,2,12,3,183.6875,82.55,87.08973504000001,4.539735040000011,25,30,-30,31,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,0,1,6,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,280,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,974,0,0 +21365,0,0,NA,NA,NA,118,71,1,47,0,22,2,12,3,164.5,95.03,84.82177319,-10.20822681,25,20,0,28,0,0,0,0,2,0,0,0,0,0,2,0,1,0,1,1,3,8,2,1,0,0,0,1,0,2,2,0,0,1,1,0,2,306,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,975,0,0 +21366,1,0,NA,NA,NA,110,62,1,30,0,20,2,13,4,164.1875,52.5,55.791861510000004,3.291861510000004,25,10,-10,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,1,2,0,0,0,0,0,0,2,2,0,0,0,0,0,6,155,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,976,0,0 +21369,0,0,NA,NA,NA,118,79,1,25,0,18,4,16,5,167.09375,48.42,51.70953018,3.28953018,36,40,-10,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,3,2,1,0,0,0,0,0,2,2,0,0,0,1,1,NA,193,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,977,0,0 +21371,1,1,89,2,12,164,77,0,61,0,14,2,2,1,160.875,67.25,64.86370891,-2.3862910900000003,NA,2,-2,41,0,0,0,0,2,0,0,0,1,1,2,0,0,1,1,2,1,3,2,1,1,0,0,0,0,2,2,0,0,1,1,2,NA,226,NA,NA,NA,NA,NA,NA,NA,978,0,1 +21380,0,0,NA,NA,NA,128,80,1,48,0,21,2,12,3,157,57.15,53.523899660000005,-3.6261003399999936,25,20,0,26,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,2,2,1,1,0,0,0,0,2,2,0,0,1,2,0,4,306,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,979,0,0 +21382,1,0,NA,NA,NA,108,66,1,30,0,20,2,16,5,166.78125,55.34,60.781377580000004,5.441377580000001,36,20,-20,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,3,2,1,0,0,0,0,0,2,2,0,0,1,2,0,1,174,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,980,0,0 +21388,0,0,NA,NA,NA,136,70,1,51,0,19,2,16,5,155.875,67.13,67.58526313,0.45526313000000584,25,20,10,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,0,0,2,2,0,0,0,1,0,NA,183,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,981,0,1 +21391,0,0,NA,NA,NA,143,79,1,59,0,19,2,16,5,161.28125,61.35,68.0388555,6.688855499999995,9,20,0,37,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,0,1,0,0,0,0,2,2,0,0,1,1,0,3,244,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,982,0,1 +21392,0,0,NA,NA,NA,87,63,1,29,0,21,2,12,3,159.09375,54.66,60.32778521,5.667785210000005,25,10,0,11,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,3,3,3,2,0,0,0,0,0,0,2,2,1,0,1,1,1,NA,198,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,983,0,0 +21396,0,0,NA,NA,NA,162,101,1,46,0,19,2,12,3,167.1875,62.37,48.534383590000004,-13.835616409999993,25,3,7,25,1,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,3,2,2,0,0,0,0,0,0,2,2,0,1,0,0,0,3,214,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,984,0,0 +21398,0,0,NA,NA,NA,150,89,0,54,0,16,2,11,2,170.78125,64.3,85.27536556,20.97536556,25,30,0,38,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,185,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,985,0,1 +21401,1,0,NA,NA,NA,143,87,1,42,0,18,5,12,3,163.1875,54.54,60.781377580000004,6.241377580000005,25,20,-20,24,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,3,2,2,0,0,0,0,0,0,2,2,0,0,1,1,0,5,195,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,986,0,0 +21415,0,0,NA,NA,NA,126,84,1,34,0,20,2,12,3,155.375,55.57,58.05982336,2.4898233600000026,25,3,12,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,0,5,159,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,987,0,0 +21420,1,0,NA,NA,NA,109,73,0,28,0,19,2,16,5,173.78125,85.5,88.45051215000001,2.9505121500000087,25,5,-5,10,0,0,0,0,2,0,0,0,0,0,2,1,0,0,1,2,1,6,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,258,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,988,0,0 +21428,0,0,NA,NA,NA,110,72,1,35,0,22,2,12,3,165.6875,61.23,61.23496995,0.004969950000003109,25,20,10,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,0,2,216,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,989,0,0 +21429,0,0,NA,NA,NA,101,67,1,30,0,21,2,12,3,155.78125,48.19,48.08079122,-0.1092087799999959,17,30,-5,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,2,2,0,0,0,0,0,0,2,2,0,0,1,1,1,4,266,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,990,0,0 +21433,0,1,91,11,29,103,71,0,63,0,11,2,9,2,171.1875,76.77,69.85322498000001,-6.916775019999989,25,20,10,43,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,2,2,2,NA,190,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,991,0,1 +21463,0,0,NA,NA,NA,154,94,0,52,0,19,2,10,2,167.28125,77.79,74.84274105,-2.9472589500000055,18,20,0,40,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,202,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,992,0,1 +21468,0,0,NA,NA,NA,135,80,1,26,1,16,6,9,2,158.375,75.98,73.02837157,-2.9516284299999995,21,20,0,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,2,2,0,7,216,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,993,0,0 +21469,0,0,NA,NA,NA,107,65,0,28,0,19,2,15,4,169.375,72.01,70.76040972,-1.2495902800000067,18,20,-14,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,1,0,0,0,0,0,2,2,0,1,0,1,2,NA,287,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,994,0,0 +21475,0,0,NA,NA,NA,130,76,0,46,0,20,2,12,3,188.5,81.31,81.19303423000001,-0.11696576999999309,18,20,10,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,4,2,0,0,1,0,0,0,2,2,0,0,1,1,2,NA,187,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,995,0,0 +21490,1,0,NA,NA,NA,125,76,0,53,0,22,2,16,5,177.59375,66.45,77.1107029,10.660702900000004,18,30,-30,33,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,3,2,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,253,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,996,0,1 +21494,0,0,NA,NA,NA,114,75,1,27,0,18,2,15,4,170,71.78,64.41011654,-7.369883459999997,18,20,0,9,0,1,0,0,2,0,0,0,1,0,2,0,0,0,1,2,2,2,2,1,0,0,0,0,0,2,2,0,0,1,2,0,2,240,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,997,0,0 +21495,0,0,NA,NA,NA,135,78,1,54,1,12,2,11,2,161.5,62.14,63.502931800000006,1.3629318000000055,18,20,0,39,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,4,2,1,1,0,0,0,0,2,2,0,0,1,2,0,1,262,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,998,0,1 +21497,0,0,NA,NA,NA,101,58,0,47,0,19,2,15,4,176.5,70.76,69.85322498000001,-0.9067750199999978,54,30,10,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,193,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,999,0,0 +21501,0,1,86,1,26,124,83,1,36,0,13,2,10,2,171.5,79.38,88.90410452,9.524104520000009,18,20,0,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,1,0,3,328,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1000,0,0 +21513,1,0,NA,NA,NA,124,77,1,37,0,20,2,12,3,174.6875,62.26,65.77089365,3.510893650000007,18,20,-20,20,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,2,1,2,1,0,0,0,0,0,2,2,0,0,1,2,0,5,245,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1001,0,0 +21515,0,0,NA,NA,NA,90,57,1,41,0,18,2,12,3,173.09375,63.05,63.04933943,-6.605699999937542e-4,18,15,5,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,1,1,7,274,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1002,0,0 +21522,0,0,NA,NA,NA,115,77,0,48,0,22,2,16,5,180.28125,92.42,77.56429527,-14.85570473,42,25,-5,33,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,254,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1003,0,0 +21542,0,0,NA,NA,NA,124,82,0,33,0,19,4,16,5,172.28125,73.14,75.29633342000001,2.15633342000001,18,6,0,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,264,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1005,0,0 +21550,0,0,NA,NA,NA,96,66,0,31,0,21,2,10,2,170.6875,81.42,75.74992579,-5.670074209999996,18,4,1,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,211,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1006,0,0 +21561,0,0,NA,NA,NA,131,80,0,28,0,22,2,17,5,184.59375,93.67,89.81128926000001,-3.8587107399999923,17,30,10,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,299,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1007,0,0 +21578,0,0,NA,NA,NA,140,96,0,26,0,NA,4,16,5,174.1875,76.54,76.65711053,0.11711052999999083,18,10,10,4,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,208,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1008,0,0 +21580,1,0,NA,NA,NA,108,70,1,31,0,19,6,16,5,166.6875,52.39,53.523899660000005,1.1338996600000044,38,10,-10,15,1,0,0,0,2,0,0,0,0,1,2,0,0,0,1,3,4,NA,2,0,0,0,1,0,0,2,2,0,0,0,1,0,2,221,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,1009,0,0 +21581,0,0,NA,NA,NA,97,64,1,27,0,21,2,16,5,172.6875,53.41,56.69904625,3.2890462500000055,18,10,-3,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,4,2,1,0,0,0,0,0,2,2,0,0,1,2,1,NA,183,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1010,0,0 +21585,0,0,NA,NA,NA,131,88,0,28,0,19,4,13,4,178.375,100.58,108.40857643000001,7.8285764300000125,34,30,0,10,0,0,0,0,2,0,0,0,0,0,2,1,0,0,1,2,1,1,2,1,0,0,0,0,0,2,2,0,1,0,0,2,NA,214,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1011,0,0 +21589,0,0,NA,NA,NA,118,78,0,38,0,20,2,12,3,180.28125,81.42,86.1825503,4.762550300000001,34,30,-27,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,245,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1012,0,0 +21597,0,0,NA,NA,NA,114,77,1,46,0,20,2,12,3,161.875,63.84,68.49244787,4.652447870000003,34,20,0,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,1,2,1,1,0,0,0,0,2,2,0,0,0,1,0,4,242,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1013,0,0 +21602,1,0,NA,NA,NA,131,86,0,32,0,18,5,13,4,181,70.31,84.82177319,14.51177319,36,20,-20,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,1,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,154,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1014,0,0 +21608,1,0,NA,NA,NA,152,85,1,50,0,22,2,12,3,164.78125,55.11,56.69904625,1.5890462500000027,22,4,-4,28,0,0,0,0,2,1,0,0,0,1,2,0,0,0,1,2,2,1,2,1,1,0,1,0,0,2,2,0,1,1,1,0,1,211,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1015,0,0 +21610,0,0,NA,NA,NA,135,93,0,31,0,20,2,16,5,172.78125,64.98,72.57477920000001,7.594779200000005,34,40,-5,14,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,1,1,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,224,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1016,0,0 +21621,0,1,86,6,20,142,67,0,51,0,22,2,12,3,180.78125,97.3,97.52235955,0.2223595500000073,34,30,-5,34,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,310,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1017,0,1 +21623,0,0,NA,NA,NA,121,76,1,46,1,16,2,12,3,157.28125,80.63,78.92507238,-1.7049276199999923,37,20,20,33,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,0,0,0,0,0,0,2,2,0,0,1,1,0,12,174,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,1018,0,0 +21626,1,0,NA,NA,NA,104,80,0,48,0,21,2,17,5,173.09375,83.12,73.48196394,-9.638036060000005,34,40,-40,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,237,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1019,0,0 +21643,0,0,NA,NA,NA,134,88,1,41,0,22,2,11,2,160.78125,60.44,71.21400209000001,10.77400209000001,34,20,-10,25,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,2,3,2,2,0,0,0,0,1,0,2,2,0,0,2,2,0,7,224,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1020,0,0 +21692,0,0,NA,NA,NA,125,87,0,35,0,19,2,7,1,174.59375,66.56,77.1107029,10.550702900000005,34,60,-10,20,0,0,0,0,2,1,0,0,0,1,2,0,0,0,1,1,1,6,2,1,0,0,1,0,0,2,2,0,0,0,2,2,NA,232,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1021,0,0 +21697,0,0,NA,NA,NA,116,74,1,30,0,19,2,12,3,170,64.18,84.36818082,20.18818082,36,30,10,15,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,2,1,2,1,0,0,1,0,0,2,2,0,0,1,2,0,4,265,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1022,0,0 +21707,1,0,NA,NA,NA,155,68,0,50,0,19,4,12,3,169.875,75.41,74.38914868,-1.0208513199999913,NA,35,-35,28,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,5,2,0,0,0,0,0,0,2,2,0,0,1,2,2,NA,214,NA,NA,NA,NA,NA,NA,NA,1023,0,0 +21730,1,0,NA,NA,NA,135,72,1,45,0,14,2,12,3,157.875,83.57,79.37866475,-4.1913352499999945,20,2,-2,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,5,2,0,1,0,0,0,0,2,2,0,0,1,2,0,6,216,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1025,0,0 +21731,1,1,88,2,28,118,80,1,28,0,19,2,11,2,166.6875,60.89,63.502931800000006,2.6129318000000055,29,20,-20,10,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,3,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,0,2,231,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1026,0,0 +21733,0,0,NA,NA,NA,124,68,1,53,0,18,2,13,4,164.875,63.62,69.85322498000001,6.23322498000001,36,20,0,40,0,1,0,0,2,0,0,1,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,1,0,2,1,10,312,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1027,0,1 +21734,0,0,NA,NA,NA,106,65,1,42,0,21,2,11,2,161,47.85,51.70953018,3.85953018,20,20,0,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,0,1,0,2,230,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1028,0,0 +21735,0,1,86,2,24,129,83,1,41,1,11,3,10,2,159.375,43.77,50.80234544,7.03234544,29,20,0,25,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,5,2,1,1,0,0,0,0,2,2,0,0,2,2,0,2,182,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1029,0,0 +21740,0,1,88,7,28,173,86,1,57,0,19,2,12,3,168.875,57.72,60.781377580000004,3.0613775800000056,42,20,0,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,1,2,0,0,0,0,0,0,2,2,0,0,2,2,0,2,223,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1030,0,1 +21751,0,0,NA,NA,NA,126,89,1,31,0,19,2,12,3,163.375,69.4,54.884676770000006,-14.51532323,29,20,0,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,1,1,1,1,0,6,209,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1031,0,0 +21753,1,0,NA,NA,NA,95,73,0,25,0,19,4,15,4,172.59375,57.72,61.23496995,3.514969950000001,31,30,-30,9,1,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,1,6,2,1,0,0,0,0,0,2,2,0,1,1,0,2,NA,156,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1032,0,0 +21754,0,0,NA,NA,NA,115,71,1,37,1,21,2,15,4,168.875,51.94,53.07030729,1.1303072900000046,20,20,-8,19,1,1,0,0,2,0,0,0,0,1,2,0,0,0,1,1,1,3,2,0,1,0,0,0,0,2,2,0,0,0,1,0,2,177,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1033,0,0 +21760,0,0,NA,NA,NA,123,75,0,32,0,19,2,12,3,163.59375,62.94,63.04933943,0.10933943000000568,17,50,-10,17,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,1,3,2,0,0,0,0,0,0,2,2,0,0,1,2,2,NA,204,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1034,0,0 +21763,1,0,NA,NA,NA,NA,NA,0,54,0,17,2,8,1,181,94.35,96.16158244,1.8115824400000093,29,20,-20,44,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,3,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,211,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1035,0,1 +21765,0,0,NA,NA,NA,111,80,1,26,0,20,2,12,3,148.09375,54.77,57.60623099,2.836230989999997,29,30,-10,9,1,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,2,2,2,0,0,0,1,0,0,2,2,0,0,1,2,1,2,203,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1036,0,0 +21772,0,0,NA,NA,NA,126,71,1,51,1,19,2,12,3,162,64.52,61.68856232,-2.8314376799999934,20,5,2,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,1,2,0,5,234,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1037,0,1 +21777,0,0,NA,NA,NA,135,76,1,42,0,22,2,12,3,166.28125,67.13,68.0388555,0.9088555000000014,29,50,-10,19,0,1,0,0,2,0,0,0,1,0,2,0,0,0,1,1,3,3,2,1,0,0,0,0,0,2,2,0,0,1,2,1,2,237,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1038,0,0 +21782,0,1,91,3,16,113,66,1,47,1,19,2,12,3,158.6875,60.78,53.523899660000005,-7.256100339999996,20,20,5,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,1,0,0,0,1,0,2,2,0,0,1,2,0,4,216,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1039,0,0 +21792,1,0,NA,NA,NA,107,67,1,26,0,20,2,12,3,161.875,54.2,55.791861510000004,1.591861510000001,20,30,-30,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,1,2,1,1,1,290,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1041,0,0 +21795,0,0,NA,NA,NA,116,71,1,35,0,19,2,12,3,151.875,77.9,66.67807839000001,-11.221921609999995,29,5,7,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,0,1,2,0,3,235,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1042,0,0 +21796,0,1,91,7,13,144,84,0,62,1,19,2,13,4,173.59375,61.01,65.77089365,4.760893650000007,20,10,10,46,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,4,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,218,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1043,0,1 +21797,0,0,NA,NA,NA,145,78,1,49,1,12,5,12,3,165.1875,67.81,73.02837157,5.218371570000002,5,10,10,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,0,0,0,0,1,0,2,2,0,0,1,2,1,5,219,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,1044,0,0 +21798,1,0,NA,NA,NA,140,67,0,26,0,19,2,12,3,171.5,65.66,66.22448602,0.5644860200000039,20,15,-15,15,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,1,4,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,168,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1045,0,0 +21799,0,0,NA,NA,NA,134,82,0,49,0,21,2,13,4,179.5,74.96,83.00740371,8.047403710000012,29,30,0,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,216,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1046,0,0 +21800,0,0,NA,NA,NA,131,88,1,41,0,15,3,11,2,159.28125,65.54,76.65711053,11.11711052999999,5,3,1,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,0,6,227,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,1047,0,0 +21801,1,0,NA,NA,NA,122,72,1,39,0,18,5,12,3,169.78125,61.46,59.420600470000004,-2.039399529999997,29,20,-20,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,1,0,2,2,0,0,1,1,1,4,198,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1048,0,0 +21803,1,0,NA,NA,NA,154,95,1,54,0,NA,2,8,1,173.28125,68.72,72.57477920000001,3.85477920000001,5,10,-10,36,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,2,0,3,267,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,1049,0,1 +21819,0,0,NA,NA,NA,117,81,1,42,0,22,2,13,4,165.78125,62.94,61.68856232,-1.2514376799999951,31,30,-10,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,1,0,0,0,0,0,2,2,0,0,0,2,0,5,250,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1050,0,0 +21823,0,0,NA,NA,NA,NA,NA,1,50,0,15,5,7,1,153.5,59.42,74.38914868,14.969148680000004,20,40,-20,30,0,0,0,0,2,0,0,0,0,0,2,0,1,0,1,3,3,2,2,1,0,0,0,0,0,2,2,1,0,0,1,1,3,269,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1051,0,0 +21826,1,0,NA,NA,NA,NA,NA,1,25,0,19,2,16,5,180.1875,60.21,63.502931800000006,3.292931800000005,29,15,-15,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,1,0,0,0,0,0,2,2,0,1,1,1,1,NA,200,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1052,0,0 +21829,0,0,NA,NA,NA,97,66,1,40,0,13,5,10,2,170.78125,57.72,63.95652417,6.236524170000003,29,20,0,25,1,1,1,0,2,0,0,0,1,0,2,0,0,0,1,3,3,5,2,1,1,0,0,0,0,2,2,0,1,2,2,1,6,NA,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1053,0,0 +21830,0,1,85,9,25,148,92,0,48,0,18,4,12,3,182.5,62.71,70.30681735,7.596817350000002,29,20,0,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,1,2,2,0,0,1,1,2,NA,255,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1054,0,0 +21832,0,0,NA,NA,NA,120,74,1,29,0,19,2,10,2,161.78125,55.34,59.420600470000004,4.08060047,6,20,20,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,5,2,1,0,0,0,0,0,2,2,0,0,1,2,0,2,185,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1055,0,0 +21839,0,0,NA,NA,NA,172,73,1,65,0,19,2,17,5,160,56.47,57.152638620000005,0.6826386200000059,29,20,0,48,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,3,2,0,0,0,0,0,0,2,2,0,0,1,2,0,NA,302,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1056,0,1 +21849,0,0,NA,NA,NA,127,73,0,44,1,22,2,17,5,168.875,58.29,68.49244787,10.202447870000007,5,15,-3,22,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,1,0,0,0,0,2,2,0,1,0,2,2,NA,194,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,1057,0,0 +21851,0,1,90,8,31,122,78,1,48,0,18,5,13,4,174.59375,67.7,56.69904625,-11.00095375,29,15,5,28,1,1,0,0,2,0,0,0,0,1,2,0,0,1,1,2,3,3,2,1,0,0,0,0,0,2,2,0,0,0,1,1,8,232,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1058,0,0 +21861,0,0,NA,NA,NA,212,69,1,69,1,19,2,7,1,160.28125,67.47,62.59574706,-4.874252939999998,22,4,-2,39,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,4,2,1,0,0,0,0,0,2,2,0,0,0,2,0,1,227,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1059,0,1 +21862,1,0,NA,NA,NA,99,60,1,29,0,15,2,12,3,167.875,43.54,66.67807839000001,23.13807839000001,29,20,-20,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,1,0,0,0,0,2,2,0,0,0,1,1,3,189,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1060,0,0 +21863,0,0,NA,NA,NA,119,83,1,28,0,19,2,13,4,175.375,86.3,86.1825503,-0.11744969999999455,29,30,0,12,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,0,0,2,2,0,1,1,2,1,1,228,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1061,0,0 +21865,0,1,88,10,22,135,79,0,50,0,20,2,12,3,171.78125,78.47,72.12118683,-6.34881317,20,40,10,35,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,3,7,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,261,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1062,0,0 +21870,0,0,NA,NA,NA,143,89,1,43,0,15,4,12,3,161.28125,67.13,74.84274105,7.712741050000005,47,20,5,25,0,0,0,0,2,0,0,0,0,0,2,0,0,0,2,5,4,NA,2,1,1,0,0,0,0,2,2,0,0,1,2,2,NA,188,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1063,0,0 +21875,0,0,NA,NA,NA,143,77,1,45,0,14,3,0,1,158.1875,73.14,88.45051215000001,15.310512150000008,47,5,0,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,2,5,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,241,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1064,0,0 +21882,1,0,NA,NA,NA,132,82,1,56,0,19,3,10,2,165.28125,86.98,102.96546799000001,15.985467990000004,47,20,-20,36,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,0,0,2,2,2,261,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1065,0,1 +21884,0,0,NA,NA,NA,143,87,0,40,0,16,2,10,2,177.875,91.74,86.1825503,-5.557449699999992,47,15,0,25,1,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,199,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1066,0,0 +21897,0,0,NA,NA,NA,122,64,1,50,0,15,3,6,1,163.6875,106.71,80.73944186,-25.970558139999994,21,20,0,40,0,1,0,0,2,1,0,0,0,0,2,0,1,1,2,5,4,NA,2,0,1,0,0,0,0,2,2,0,0,2,2,2,NA,203,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1067,0,0 +21901,1,1,88,3,31,186,107,0,58,0,12,2,4,1,179.1875,66.45,76.20351816,9.753518159999999,47,5,-5,41,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,2,1,2,NA,280,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1068,0,1 +21908,0,0,NA,NA,NA,128,81,1,42,0,19,2,8,1,168.28125,70.53,63.502931800000006,-7.027068199999995,47,20,0,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,1,0,2,2,1,1,1,2,0,2,286,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1069,0,0 +21909,0,1,92,11,5,127,83,0,72,1,12,4,8,1,172.875,56.93,53.523899660000005,-3.4061003399999947,47,10,-5,52,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,1,6,2,0,1,1,0,0,0,2,2,0,0,2,2,2,NA,216,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1070,0,1 +21910,1,0,NA,NA,NA,116,72,1,51,0,13,2,7,1,164.28125,65.2,60.781377580000004,-4.418622419999998,47,15,-15,39,0,1,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,1,2,2,0,3,231,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1071,0,1 +21913,0,0,NA,NA,NA,129,87,0,45,0,17,2,8,1,183.09375,63.62,68.0388555,4.418855499999999,47,40,0,27,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,2,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,208,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1072,0,0 +21914,0,0,NA,NA,NA,114,79,1,41,0,15,2,7,1,166.375,67.7,68.0388555,0.338855499999994,54,30,10,15,0,0,0,0,2,0,0,0,0,0,2,0,0,1,0,4,4,NA,2,0,0,0,0,1,0,2,2,0,0,1,2,2,2,213,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1073,0,0 +21921,0,1,86,5,4,136,86,0,55,0,14,2,4,1,170.875,62.94,65.77089365,2.8308936500000073,47,20,0,38,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,0,0,1,2,NA,224,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1074,0,1 +21923,0,0,NA,NA,NA,131,83,0,33,0,15,2,7,1,172.28125,95.14,107.04779932000001,11.90779932000001,47,30,10,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,257,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1075,0,0 +21925,0,0,NA,NA,NA,116,73,0,38,1,20,4,17,5,176,87.43,77.1107029,-10.3192971,47,10,10,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,1,1,2,2,NA,155,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1076,0,0 +21929,0,0,NA,NA,NA,112,76,0,30,0,20,5,12,3,178,66.22,64.41011654,-1.8098834599999947,42,30,5,10,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,2,3,2,1,1,0,0,0,0,2,2,0,0,1,0,2,NA,202,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1077,0,0 +21931,0,0,NA,NA,NA,127,74,0,25,0,16,2,8,1,169.78125,64.18,68.0388555,3.85885549999999,47,12,3,10,1,1,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,1,0,0,0,0,2,2,0,0,0,1,2,NA,159,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1078,0,0 +21933,1,1,84,9,28,125,69,0,62,0,16,2,8,1,177.1875,79.15,89.81128926000001,10.661289260000004,47,40,-40,55,0,0,0,0,2,1,0,0,1,0,2,0,0,0,1,1,1,3,2,0,1,1,0,0,0,2,2,0,0,1,1,2,NA,161,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1079,0,1 +21936,0,0,NA,NA,NA,148,86,1,53,0,22,4,16,5,156.28125,54.66,46.72001411,-7.9399858899999955,47,30,-10,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,0,NA,169,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1080,0,1 +21940,0,0,NA,NA,NA,114,74,0,27,1,19,4,12,3,176,64.3,65.77089365,1.4708936500000078,47,10,15,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,4,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,223,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1081,0,0 +21951,0,0,NA,NA,NA,134,85,0,35,0,16,2,8,1,189.78125,67.59,67.13167076,-0.45832923999999764,47,20,5,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,6,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,220,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1082,0,0 +21960,0,0,NA,NA,NA,127,66,0,27,0,20,2,12,3,187,82.78,88.90410452,6.124104520000003,51,40,0,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,1,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,153,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,1083,0,0 +21965,0,1,86,12,13,222,81,0,59,0,16,2,5,1,166.59375,50.12,49.44156833,-0.6784316699999948,47,20,0,46,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,127,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1084,0,1 +21966,0,0,NA,NA,NA,145,97,0,31,0,17,2,13,4,176.875,79.95,78.01788764,-1.932112360000005,47,40,-10,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,3,2,1,0,0,0,0,1,2,2,0,0,1,1,2,NA,203,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1085,0,0 +21973,0,0,NA,NA,NA,128,72,1,26,0,11,2,12,3,163.78125,83.23,83.46099608,0.23099607999999705,47,10,-3,20,1,1,0,0,2,1,0,0,1,1,2,0,0,1,1,2,1,1,2,1,1,0,1,1,1,2,2,0,1,2,2,0,2,190,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1086,0,0 +21982,0,1,92,6,22,124,85,0,35,0,13,2,6,1,172.78125,76.54,89.35769689,12.817696889999993,47,35,-15,20,0,0,0,0,2,0,0,0,0,0,2,0,1,0,1,2,1,12,2,1,0,0,0,0,0,2,2,0,1,0,0,2,NA,233,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1087,0,0 +21983,0,0,NA,NA,NA,148,78,0,61,0,13,3,8,1,173.375,61.69,61.68856232,-0.0014376799999951118,47,3,-1,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,214,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1088,0,1 +22005,1,1,87,4,28,130,70,0,72,0,12,3,7,1,169.1875,86.52,78.47148001000001,-8.048519989999988,48,5,-5,58,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,4,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,189,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1089,0,1 +22007,0,0,NA,NA,NA,136,82,0,50,0,18,2,12,3,171.875,97.52,102.05828325,4.538283250000006,48,40,10,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,257,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1090,0,0 +22011,1,0,NA,NA,NA,129,88,1,49,0,14,3,12,3,160,104.67,115.66605435000001,10.996054350000009,48,20,-20,33,1,0,0,1,2,0,0,0,0,1,2,0,1,0,0,4,4,NA,2,1,1,1,0,1,1,2,2,0,0,2,2,0,4,273,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1091,0,0 +22017,0,0,NA,NA,NA,143,66,1,67,0,12,2,10,2,158.1875,60.1,58.05982336,-2.0401766399999985,22,14,-2,38,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,0,1,1,0,1,277,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1092,0,1 +22023,1,1,84,12,19,160,85,0,50,0,18,2,10,2,168.78125,73.82,77.1107029,3.2907029000000136,28,40,-40,29,1,1,0,0,2,0,0,0,0,1,2,0,0,0,1,1,1,2,2,1,1,0,1,1,0,2,2,0,1,2,2,2,NA,180,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,1093,0,0 +22025,1,0,NA,NA,NA,204,105,0,52,0,NA,4,3,1,175,61.92,91.17206637000001,29.25206637000001,48,35,-35,37,0,0,0,0,2,0,0,0,1,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,318,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1094,0,1 +22034,1,0,NA,NA,NA,130,85,1,45,1,19,2,9,2,158.28125,111.02,117.9340162,6.914016200000006,48,5,-5,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,0,0,7,212,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1095,0,0 +22035,0,1,84,6,1,134,68,1,58,0,12,6,9,2,167.875,70.99,72.12118683,1.1311868300000043,48,30,-10,30,0,0,0,1,2,0,0,0,0,0,2,0,0,1,1,3,4,NA,2,1,1,1,0,1,0,2,2,0,0,2,2,1,6,281,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1096,0,1 +22038,0,0,NA,NA,NA,116,68,1,50,0,18,2,8,1,166.28125,84.94,98.88313666,13.943136660000008,1,40,-10,31,0,0,0,0,2,0,0,0,0,1,2,0,0,0,0,4,4,NA,2,1,0,0,1,1,0,2,2,0,0,1,1,0,3,272,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1097,0,0 +22044,0,1,91,2,27,128,74,1,57,0,21,2,12,3,165.5,60.67,58.05982336,-2.610176639999999,48,10,0,39,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,1,2,225,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1098,0,1 +22046,1,0,NA,NA,NA,138,73,1,42,0,19,4,17,5,171.375,117.14,136.53130337000002,19.391303370000017,48,20,-20,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,3,2,1,0,0,0,1,0,2,2,1,0,1,2,0,NA,189,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1099,0,0 +22047,0,0,NA,NA,NA,127,86,0,40,0,19,2,12,3,173.78125,78.7,80.73944186,2.0394418599999966,48,15,5,26,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,246,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1100,0,0 +22065,0,1,89,7,31,121,70,1,45,0,14,2,11,2,171.1875,60.33,58.9670081,-1.3629918999999973,48,20,0,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,1,2,2,0,1,0,2,0,5,236,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1101,0,0 +22071,0,0,NA,NA,NA,139,84,0,25,0,18,4,7,1,174.5,65.54,58.9670081,-6.572991900000005,48,20,5,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,0,0,2,2,0,0,1,2,2,NA,224,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1102,0,0 +22075,1,0,NA,NA,NA,138,94,0,53,0,19,2,12,3,176.09375,65.32,68.0388555,2.7188555000000036,48,40,-40,32,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,2,1,2,1,0,0,0,0,1,2,2,0,0,0,1,2,NA,232,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1103,0,1 +22083,0,1,87,3,17,142,72,1,51,0,13,2,7,1,155.5,53.07,51.70953018,-1.3604698199999987,48,40,0,31,1,1,0,0,2,0,0,0,0,1,2,0,0,0,1,2,1,1,2,1,0,0,1,0,0,2,2,0,1,0,0,1,NA,304,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1104,0,1 +22129,0,0,NA,NA,NA,112,70,1,34,0,19,5,13,4,161.875,61.12,61.68856232,0.5685623200000052,NA,20,0,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,0,0,2,2,0,0,1,1,1,4,241,NA,NA,NA,NA,NA,NA,NA,1106,0,0 +22130,1,0,NA,NA,NA,110,68,0,26,0,20,2,11,2,170,54.54,67.13167076,12.591670760000007,45,15,-15,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,4,2,0,1,0,0,0,0,2,2,0,0,2,2,2,NA,222,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1107,0,0 +22131,0,0,NA,NA,NA,115,80,1,51,0,22,2,15,4,172.375,79.83,72.57477920000001,-7.255220799999989,18,20,0,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,1,1,0,0,0,0,2,2,0,0,1,2,0,6,245,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1108,0,1 +22133,0,0,NA,NA,NA,124,80,1,55,0,21,2,12,3,162.1875,85.96,90.26488163,4.304881630000011,45,10,0,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,1,1,0,5,236,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1109,0,1 +22139,0,0,NA,NA,NA,103,66,1,32,0,20,2,12,3,166.78125,74.16,63.502931800000006,-10.65706819999999,45,25,5,14,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,3,4,2,0,1,0,0,0,0,2,2,0,1,0,1,0,2,234,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1110,0,0 +22146,0,0,NA,NA,NA,110,74,1,34,0,18,6,12,3,165,58.74,62.59574706,3.855747059999999,45,20,10,19,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,1,3,2,2,0,1,0,0,0,0,2,2,1,1,0,0,0,1,176,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1111,0,0 +22148,1,1,84,11,23,132,61,0,59,0,17,2,8,1,175.875,47.97,43.544867520000004,-4.425132479999995,45,40,-40,45,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,2,3,4,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,251,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1112,0,1 +22155,0,0,NA,NA,NA,125,68,0,26,0,19,4,13,4,172.09375,130.29,126.09867886,-4.191321139999985,36,20,10,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,244,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1113,0,0 +22162,0,0,NA,NA,NA,111,80,0,29,0,21,2,16,5,184.1875,88.22,99.33672903,11.116729030000002,45,30,0,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,3,2,0,0,0,0,0,0,2,2,0,0,0,2,2,NA,212,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1114,0,0 +22164,0,0,NA,NA,NA,104,67,1,34,0,19,2,12,3,163.09375,57.27,60.32778521,3.0577852099999987,12,30,-5,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,2,2,1,1,0,0,0,0,2,2,0,1,1,1,0,3,257,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1115,0,0 +22165,0,0,NA,NA,NA,158,96,0,48,0,19,2,9,2,165,74.39,84.36818082,9.978180820000006,45,20,0,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,189,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1116,0,0 +22168,0,0,NA,NA,NA,100,78,0,26,0,19,2,12,3,175.78125,74.16,73.02837157,-1.1316284299999921,45,30,0,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,1,0,0,2,2,0,0,1,1,2,NA,165,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1117,0,0 +22169,0,0,NA,NA,NA,98,66,1,37,0,16,6,12,3,167.5,70.65,61.23496995,-9.415030050000006,45,20,-2,16,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,2,0,4,179,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1118,0,0 +22170,1,0,NA,NA,NA,112,74,1,40,0,18,2,12,3,170.59375,60.21,64.86370891,4.653708909999999,45,15,-15,20,0,0,1,0,2,0,0,0,0,0,2,0,0,0,1,2,2,1,2,1,1,0,0,0,0,2,2,0,1,1,1,1,4,259,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1119,0,0 +22173,0,0,NA,NA,NA,139,102,0,35,1,17,2,10,2,174.5,68.49,73.93555631000001,5.445556310000015,45,10,10,18,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,2,2,2,0,1,0,0,0,0,2,2,0,0,0,0,2,NA,161,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1120,0,0 +22174,0,0,NA,NA,NA,143,101,1,50,1,16,4,3,1,149.78125,72.46,59.874192840000006,-12.585807159999987,45,18,-8,37,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,9,2,1,0,0,0,0,0,2,2,0,0,1,2,0,NA,248,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1121,0,0 +22183,0,0,NA,NA,NA,117,78,0,37,0,19,2,12,3,168.1875,59.08,67.13167076,8.051670760000007,45,40,0,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,189,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1122,0,0 +22214,0,0,NA,NA,NA,101,68,1,48,0,21,2,16,5,164.59375,70.99,69.85322498000001,-1.1367750199999875,45,20,-5,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,1,0,4,233,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1123,0,0 +22215,0,0,NA,NA,NA,128,74,1,40,0,19,2,12,3,165.375,61.8,58.513415730000006,-3.2865842699999916,45,20,10,19,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,3,2,2,1,0,0,0,0,0,2,2,0,1,1,1,0,1,216,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1124,0,0 +22216,0,1,85,5,1,122,86,0,65,0,19,2,8,1,170.28125,61.92,68.49244787,6.572447870000005,45,20,-10,50,0,0,0,0,2,1,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,242,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1125,0,1 +22224,0,0,NA,NA,NA,165,112,1,33,1,20,2,12,3,164,78.24,87.08973504000001,8.849735040000013,45,2,0,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,1,2,1,0,0,0,0,0,2,2,0,0,1,1,0,2,190,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1126,0,0 +22244,1,0,NA,NA,NA,99,68,1,38,1,13,2,6,1,164.875,68.49,70.30681735,1.816817350000008,13,5,-5,22,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,2,0,6,214,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,1127,0,0 +22245,0,0,NA,NA,NA,137,79,0,43,1,19,2,9,2,184.375,60.33,62.142154690000005,1.812154690000007,45,7,3,28,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,177,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1128,0,0 +22271,1,0,NA,NA,NA,108,69,0,27,1,17,2,9,2,170.28125,56.81,73.48196394,16.671963939999998,NA,2,-2,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,4,2,1,1,0,0,0,0,2,2,0,1,0,2,2,NA,152,NA,NA,NA,NA,NA,NA,NA,1129,0,0 +22272,1,1,85,5,18,116,75,1,48,0,15,5,17,5,167.59375,57.72,53.07030729,-4.6496927099999965,53,6,-6,10,1,0,0,0,2,0,0,0,0,0,2,0,1,0,1,1,2,1,2,1,1,0,0,1,0,2,2,0,0,2,2,0,2,268,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1130,0,0 +22274,0,0,NA,NA,NA,116,72,1,37,1,20,2,12,3,153.1875,42.3,49.895160700000005,7.595160700000008,48,10,-5,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,1,2,1,6,251,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1131,0,0 +22277,0,0,NA,NA,NA,130,86,1,41,0,19,2,13,4,168,89.47,84.82177319,-4.648226809999997,26,13,7,16,0,0,0,0,2,1,0,0,0,0,2,0,0,1,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,0,10,263,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1132,0,0 +22283,0,0,NA,NA,NA,130,81,0,26,0,19,2,12,3,169.09375,77.68,78.47148001000001,0.7914800100000008,48,10,0,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,232,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1133,0,0 +22292,1,0,NA,NA,NA,140,86,0,53,0,21,2,12,3,190.5,100.02,114.75886961,14.738869610000009,6,30,-30,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,0,1,0,0,0,1,2,2,0,0,2,2,2,NA,157,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1134,0,1 +22294,0,0,NA,NA,NA,113,73,0,36,0,21,2,12,3,174.59375,68.38,73.48196394,5.1019639400000045,19,9,1,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,200,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,1135,0,0 +22300,0,0,NA,NA,NA,145,92,0,47,0,21,2,13,4,183.6875,89.36,87.08973504000001,-2.2702649599999916,6,25,5,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,1,1,0,0,0,0,2,2,0,1,0,2,2,NA,220,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1136,0,0 +22306,0,0,NA,NA,NA,126,83,1,30,0,NA,2,9,2,166.28125,67.02,79.83225712000001,12.812257120000012,54,9,-3,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,1,0,0,0,1,2,2,1,0,0,0,1,2,226,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1137,0,0 +22307,0,0,NA,NA,NA,123,80,1,28,0,19,2,12,3,178.1875,86.3,99.79032140000001,13.490321400000013,6,20,10,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,1,0,0,0,1,0,2,2,0,1,1,1,0,2,331,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1138,0,0 +22318,0,0,NA,NA,NA,102,49,0,34,0,20,2,17,5,186.28125,86.07,88.90410452,2.834104520000011,6,20,5,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,1,2,2,0,0,2,2,2,NA,198,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1139,0,0 +22321,1,0,NA,NA,NA,154,104,0,35,1,19,2,12,3,184.28125,93.78,100.69750614,6.91750614,22,11,-11,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,1,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,212,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1140,0,0 +22325,0,0,NA,NA,NA,105,69,0,25,0,18,4,17,5,170.1875,66.56,71.21400209000001,4.654002090000006,6,20,-5,5,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,3,2,1,1,0,0,0,0,2,2,0,1,2,1,2,NA,208,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1141,0,0 +22331,1,0,NA,NA,NA,98,76,1,30,0,19,5,10,2,163.375,55.22,62.59574706,7.375747060000002,38,20,-20,14,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,2,1,2,1,0,0,0,1,1,2,2,1,1,0,2,0,3,225,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,1142,0,0 +22336,0,0,NA,NA,NA,107,66,1,34,0,19,2,13,4,160,49.78,59.420600470000004,9.640600470000003,40,25,-5,14,0,1,1,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,1,0,2,2,0,1,0,0,1,5,NA,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1143,0,0 +22341,0,0,NA,NA,NA,135,86,1,50,0,20,2,17,5,161.28125,55.91,63.04933943,7.139339430000007,41,15,5,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,0,0,0,0,1,0,2,2,0,0,0,1,1,4,219,0,1.60107421875,1.803955078125,0.6298828125,0.593994140625,-0.20269775390625,0.0359954833984375,1144,0,0 +22342,0,0,NA,NA,NA,127,81,1,32,0,18,4,13,4,172.875,55.11,92.07925111,36.96925111,13,30,10,16,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,2,2,2,1,1,0,0,1,1,2,2,0,0,1,1,1,NA,205,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,1145,0,0 +22345,0,0,NA,NA,NA,119,55,0,53,1,19,2,12,3,180,79.27,84.82177319,5.551773190000006,48,50,-30,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,302,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1146,0,1 +22374,1,1,90,6,29,145,80,0,56,0,19,2,7,1,164,79.95,73.02837157,-6.921628429999998,39,15,-15,40,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,4,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,184,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1147,0,1 +22383,0,0,NA,NA,NA,114,68,0,29,1,19,4,13,4,164.5,69.29,79.83225712000001,10.542257120000002,NA,8,-2,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,2,2,1,1,0,0,0,0,2,2,0,0,1,1,2,NA,233,NA,NA,NA,NA,NA,NA,NA,1148,0,0 +22394,0,0,NA,NA,NA,120,61,1,60,0,20,2,12,3,160.6875,70.31,66.67807839000001,-3.631921609999992,28,20,0,40,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,3,3,1,2,0,0,0,0,0,0,2,2,0,0,1,2,0,3,250,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,1149,0,1 +22396,1,0,NA,NA,NA,110,70,0,61,0,16,2,9,2,182.1875,73.6,83.91458845000001,10.314588450000016,47,40,-40,44,0,1,0,0,2,0,0,0,1,1,2,0,0,0,0,4,4,NA,2,1,0,0,0,1,1,2,2,0,0,2,1,2,NA,203,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1150,0,1 +22400,0,0,NA,NA,NA,145,103,0,25,1,17,2,12,3,174.1875,62.03,68.0388555,6.008855499999996,1,25,-10,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,7,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,201,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1151,0,0 +22401,0,0,NA,NA,NA,119,76,1,30,0,19,2,13,4,159.78125,56.47,57.60623099,1.1362309900000014,53,15,15,7,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,3,1,2,1,1,0,1,0,0,2,2,0,1,1,1,0,2,181,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1152,0,0 +22402,0,0,NA,NA,NA,110,67,0,50,1,13,2,7,1,171.1875,48.87,55.33826914,6.468269140000004,13,40,-20,41,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,0,3,8,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,148,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,1153,0,0 +22408,0,0,NA,NA,NA,140,89,0,53,0,20,2,12,3,166.59375,69.06,74.38914868,5.329148680000003,1,20,0,34,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,199,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1154,0,1 +22412,0,0,NA,NA,NA,128,80,1,33,1,21,4,15,4,168.5,58.74,65.31730128000001,6.5773012800000075,1,10,0,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,2,2,0,0,0,0,0,0,2,2,0,0,0,1,0,NA,145,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1155,0,0 +22415,0,0,NA,NA,NA,98,64,1,47,0,21,2,12,3,163.375,56.25,57.152638620000005,0.9026386200000047,1,40,0,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,2,0,3,172,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1157,0,0 +22419,0,0,NA,NA,NA,101,NA,0,25,0,19,2,1,1,172.09375,62.14,63.95652417,1.816524170000001,1,20,0,1,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,180,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1158,0,0 +22428,0,0,NA,NA,NA,106,69,1,36,1,15,3,8,1,164.78125,53.07,55.33826914,2.268269140000001,1,12,-7,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,1,0,0,0,0,0,2,2,0,1,1,1,0,NA,236,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1159,0,0 +22431,0,0,NA,NA,NA,123,65,0,55,1,20,2,12,3,168.09375,66.68,63.502931800000006,-3.177068200000001,1,20,0,43,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,4,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,189,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1160,0,1 +22437,0,0,NA,NA,NA,117,70,0,28,0,21,2,15,4,186.5,91.29,97.52235955,6.232359549999998,1,50,-10,15,1,0,0,0,2,1,0,0,0,1,2,0,0,0,1,1,1,3,2,1,1,0,0,0,0,2,2,0,1,1,2,2,NA,225,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1161,0,0 +22446,0,0,NA,NA,NA,125,78,1,36,1,15,2,11,2,158.1875,61.92,68.94604024,7.02604024,1,10,-5,15,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,2,1,1,2,1,0,0,0,1,0,2,2,0,1,2,2,0,6,189,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1162,0,0 +22450,1,0,NA,NA,NA,107,70,1,32,0,15,5,10,2,159.09375,77.79,81.6466266,3.8566265999999985,1,10,-10,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,1,0,2,0,4,171,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1163,0,0 +22451,0,0,NA,NA,NA,117,70,1,30,1,14,5,12,3,164.5,57.83,69.85322498000001,12.023224980000009,1,5,3,5,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,1,0,0,0,0,2,2,0,1,1,1,1,1,207,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1164,0,0 +22456,0,0,NA,NA,NA,117,79,0,26,1,18,2,17,5,156.875,67.47,61.23496995,-6.235030049999999,1,10,-5,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,2,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,201,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1165,0,0 +22458,0,0,NA,NA,NA,150,90,0,28,1,15,2,12,3,164.5,67.13,71.66759446,4.537594460000008,1,20,0,11,1,1,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,3,2,0,0,0,0,0,0,2,2,0,0,0,2,2,NA,189,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1166,0,0 +22481,0,0,NA,NA,NA,113,68,1,31,0,19,2,12,3,166.5,57.61,54.884676770000006,-2.7253232299999937,1,20,0,13,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,3,2,2,1,1,0,0,0,0,2,2,1,0,0,1,0,NA,176,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1167,0,0 +22497,0,0,NA,NA,NA,157,95,0,62,1,19,3,17,5,182.5,87.32,83.91458845000001,-3.4054115499999824,1,2,-2,23,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,3,1,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,270,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1168,0,1 +22508,1,0,NA,NA,NA,169,61,0,42,0,21,2,17,5,184,103.08,102.05828325,-1.021716749999996,1,20,-20,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,260,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1169,0,0 +22516,0,0,NA,NA,NA,109,67,0,38,0,19,2,12,3,177.1875,58.51,60.781377580000004,2.2713775800000064,35,20,0,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,205,0,2.2099609375,1.7509765625,1.0498046875,0.43994140625,0.45904541015625,0.6099853515625,1170,0,0 +22519,0,1,86,12,29,115,70,1,64,0,13,3,12,3,168.59375,58.97,56.24545388,-2.7245461199999994,6,20,-5,43,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,1,1,0,0,0,0,2,2,0,0,2,2,0,NA,227,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1171,0,1 +22520,0,1,88,1,26,164,83,0,66,0,17,2,12,3,183.1875,73.6,76.65711053,3.0571105300000028,48,40,-10,48,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,1,0,0,0,0,2,2,0,0,1,2,2,NA,307,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1172,0,1 +22521,0,0,NA,NA,NA,117,64,0,46,0,19,2,13,4,175.78125,81.31,89.35769689,8.047696889999997,26,20,0,27,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,268,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1173,0,0 +22522,0,0,NA,NA,NA,124,88,0,49,0,19,2,8,1,169.78125,69.17,74.84274105,5.672741049999999,6,20,0,26,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,0,3,3,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,253,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1174,0,0 +22524,1,0,NA,NA,NA,149,93,0,35,0,19,2,12,3,169.09375,89.13,95.2543977,6.124397700000003,6,20,-20,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,3,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,236,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1175,0,0 +22528,0,0,NA,NA,NA,95,56,1,31,0,12,5,9,2,155.78125,57.15,65.77089365,8.620893650000006,6,20,-10,17,0,0,1,0,2,0,0,0,0,0,2,0,0,0,1,2,3,4,2,1,1,0,0,0,0,2,2,0,0,1,0,0,4,184,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1176,0,0 +22530,1,0,NA,NA,NA,135,83,0,43,0,20,2,15,4,179.6875,86.98,88.90410452,1.9241045200000002,42,10,-10,29,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,0,1,1,2,1,1,0,0,0,0,2,2,0,0,1,1,2,NA,259,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1177,0,0 +22533,0,0,NA,NA,NA,117,68,0,38,0,20,2,8,1,177,75.98,85.27536556,9.295365559999993,38,20,-12,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,3,2,0,0,0,0,0,0,2,2,0,0,2,1,2,NA,163,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,1178,0,0 +22535,0,0,NA,NA,NA,119,60,1,72,0,16,2,12,3,168.28125,70.65,66.67807839000001,-3.9719216099999954,6,8,12,27,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,0,2,3,2,0,1,0,0,0,0,2,2,0,0,1,1,1,2,260,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1179,0,1 +22536,0,0,NA,NA,NA,132,80,1,41,0,20,2,12,3,162.59375,65.09,67.13167076,2.0416707600000024,6,40,-10,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,1,2,1,0,0,0,0,0,2,2,1,1,1,1,1,1,320,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1180,0,0 +22544,0,0,NA,NA,NA,110,60,1,28,0,19,2,11,2,170.375,54.77,57.60623099,2.836230989999997,6,20,20,12,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,2,2,2,0,0,0,0,0,0,2,2,0,0,0,1,0,3,200,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1181,0,0 +22551,0,0,NA,NA,NA,144,90,1,47,0,21,2,12,3,168.875,59.87,52.61671492,-7.253285079999998,6,40,0,25,0,0,0,0,2,0,0,1,0,0,2,0,1,0,1,1,3,2,2,1,1,0,1,0,0,2,2,0,0,0,0,0,1,210,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1182,0,0 +22554,0,0,NA,NA,NA,92,58,1,26,0,13,2,13,4,157.6875,52.96,60.32778521,7.367785210000001,53,10,10,4,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,0,5,167,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1183,0,0 +22567,0,0,NA,NA,NA,123,76,0,34,0,20,5,17,5,174.875,76.88,70.30681735,-6.573182649999993,49,20,20,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,6,2,0,0,0,0,0,0,2,2,0,1,0,2,2,NA,290,0,1.952880859375,1.803955078125,0.8399658203125,0.43994140625,0.14898681640625,0.39996337890625,1184,0,0 +22568,0,0,NA,NA,NA,103,63,1,31,0,20,2,12,3,154.6875,70.87,76.20351816,5.333518159999997,8,10,5,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,1,1,1,1,3,256,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,1185,0,0 +22582,0,0,NA,NA,NA,123,79,1,43,0,20,2,12,3,164.1875,59.65,68.49244787,8.842447870000008,48,7,-1,25,0,0,0,0,2,0,0,0,0,0,2,0,1,0,1,0,3,2,2,1,1,0,0,1,1,2,2,0,0,1,2,1,4,237,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1186,0,0 +22583,1,0,NA,NA,NA,95,57,1,27,0,21,2,13,4,163.5,49.67,54.884676770000006,5.214676770000004,6,15,-15,7,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,2,3,2,0,0,0,1,0,0,2,2,0,0,0,0,0,1,143,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1187,0,0 +22585,1,0,NA,NA,NA,128,72,0,36,0,21,2,12,3,185.375,116.35,112.03731539,-4.312684609999991,6,30,-30,16,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,205,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1188,0,0 +22586,0,0,NA,NA,NA,122,77,0,49,0,20,5,12,3,170.5,82.33,82.10021897,-0.22978102999999805,6,25,-5,31,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,2,3,12,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,297,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1189,0,0 +22588,0,0,NA,NA,NA,118,68,1,69,0,20,2,10,2,152.6875,54.54,43.544867520000004,-10.995132479999995,30,20,40,24,0,0,0,0,2,0,0,0,0,0,2,0,1,0,1,3,3,2,2,0,0,0,0,1,0,2,2,0,0,0,0,1,2,376,0,2.10498046875,1.6982421875,1.0498046875,0.43994140625,0.4068603515625,0.6099853515625,1190,0,1 +22592,0,0,NA,NA,NA,124,70,1,31,0,20,2,13,4,163.59375,51.71,56.24545388,4.535453879999999,41,20,-5,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,6,2,1,0,1,0,0,0,2,2,0,0,1,1,0,NA,176,0,1.60107421875,1.803955078125,0.6298828125,0.593994140625,-0.20269775390625,0.0359954833984375,1191,0,0 +22604,0,0,NA,NA,NA,147,82,0,55,0,21,2,12,3,167.875,80.63,85.27536556,4.645365560000002,17,30,10,36,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,1,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,271,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1192,0,1 +22606,0,0,NA,NA,NA,101,62,1,28,0,22,2,13,4,166.1875,60.55,61.68856232,1.1385623200000055,6,10,20,9,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,3,3,2,1,0,0,0,0,0,2,2,0,0,1,1,0,NA,168,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1193,0,0 +22608,1,0,NA,NA,NA,142,83,0,62,0,19,2,12,3,176.375,82.44,87.54332741,5.103327410000006,39,15,-15,47,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,1,0,0,0,0,0,2,2,0,1,1,1,2,NA,177,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1194,0,1 +22615,0,0,NA,NA,NA,122,72,1,52,0,19,2,10,2,169.1875,56.81,56.24545388,-0.5645461200000028,NA,20,-10,37,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,1,1,1,9,230,NA,NA,NA,NA,NA,NA,NA,1195,0,1 +22625,0,0,NA,NA,NA,108,66,1,30,0,18,2,13,4,169.59375,61.8,73.02837157,11.228371570000007,56,20,20,16,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,1,4,2,1,0,0,0,0,0,2,2,0,0,2,2,0,4,181,0,1.805908203125,1.561767578125,0.8399658203125,0.35198974609375,0.243988037109375,0.48797607421875,1196,0,0 +22632,0,0,NA,NA,NA,147,78,1,52,0,18,2,10,2,155.375,50.58,60.781377580000004,10.201377580000006,42,20,0,34,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,1,0,0,1,0,2,2,0,0,1,2,0,3,244,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1197,0,1 +22635,0,0,NA,NA,NA,127,65,1,42,0,20,2,10,2,159.1875,53.75,63.95652417,10.206524170000002,12,20,0,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,0,0,1,0,5,235,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1198,0,0 +22641,0,0,NA,NA,NA,131,87,1,48,0,NA,2,10,2,158.28125,73.82,69.85322498000001,-3.966775019999986,12,1,1,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,1,0,2,2,0,1,0,1,0,5,245,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1199,0,0 +22642,0,0,NA,NA,NA,134,81,0,39,0,19,2,8,1,168.78125,88.68,105.23342984,16.553429839999993,12,20,10,26,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,6,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,240,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1200,0,0 +22643,0,0,NA,NA,NA,122,76,0,26,0,19,5,12,3,166.6875,59.19,69.39963261,10.20963261,39,20,20,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,1,0,0,0,0,0,2,2,0,1,1,0,2,NA,140,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1201,0,0 +22644,1,0,NA,NA,NA,150,77,1,60,0,16,2,11,2,158.78125,59.31,62.142154690000005,2.832154690000003,29,10,-10,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,0,2,297,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1202,0,1 +22658,1,1,84,9,25,128,61,0,72,1,13,2,0,1,174,77.79,64.41011654,-13.379883460000002,12,4,-4,60,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,1,0,0,1,0,2,2,0,0,1,2,2,NA,184,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1203,0,1 +22659,0,0,NA,NA,NA,133,82,1,41,0,15,6,10,2,166.09375,50.69,56.69904625,6.009046250000004,37,45,-25,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,2,2,0,9,266,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,1204,0,0 +22662,0,0,NA,NA,NA,130,85,0,49,0,17,2,10,2,178.09375,79.49,79.83225712000001,0.3422571200000135,12,20,0,29,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,12,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,353,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1205,0,0 +22668,1,0,NA,NA,NA,124,84,0,34,0,19,2,12,3,173.78125,57.83,72.12118683,14.291186830000001,NA,40,-40,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,0,1,0,0,0,0,2,2,0,0,2,2,2,NA,209,NA,NA,NA,NA,NA,NA,NA,1206,0,0 +22673,1,0,NA,NA,NA,145,91,1,54,0,17,2,8,1,168.875,58.06,61.23496995,3.1749699499999977,47,9,-9,37,1,1,0,0,2,0,0,0,0,0,2,0,1,0,0,4,4,NA,2,0,0,0,0,1,0,2,2,0,0,1,2,0,2,230,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1207,0,1 +22674,1,1,90,1,15,154,91,1,45,1,15,6,9,2,158.59375,90.15,90.718474,0.5684739999999948,13,5,-5,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,0,NA,230,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,1208,0,0 +22677,0,0,NA,NA,NA,143,92,0,55,1,17,2,10,2,175.1875,84.25,85.728957930000007,1.478957930000007,13,10,0,37,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,3,4,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,346,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,1209,0,1 +22678,0,0,NA,NA,NA,147,97,1,42,0,20,2,12,3,159.59375,55,59.420600470000004,4.420600470000004,25,10,2,17,1,0,0,0,2,0,0,0,0,1,2,1,0,0,1,0,1,4,2,0,0,0,0,0,0,2,2,0,0,0,1,0,1,193,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,1210,0,0 +22681,0,0,NA,NA,NA,127,73,1,53,0,13,2,12,3,161.5,54.54,63.502931800000006,8.962931800000007,39,10,10,28,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,1,1,1,0,NA,NA,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1211,0,1 +22685,0,0,NA,NA,NA,113,78,0,41,0,19,2,12,3,169,76.54,72.57477920000001,-3.9652207999999973,21,20,0,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,197,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1212,0,0 +22686,0,0,NA,NA,NA,111,77,1,50,0,20,2,10,2,164.875,71.55,82.55381134000001,11.003811340000013,45,4,-2,32,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,2,3,1,2,0,0,0,0,0,0,2,2,0,1,1,1,0,NA,312,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1213,0,0 +22688,0,1,86,4,27,131,70,0,61,0,17,2,12,3,181.375,80.06,85.728957930000007,5.668957930000005,17,20,0,42,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,1,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,200,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1214,0,1 +22694,0,0,NA,NA,NA,118,78,0,48,0,19,2,11,2,185.28125,72.12,74.84274105,2.7227410499999962,36,30,50,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,4,2,1,0,0,0,0,0,2,2,0,1,0,2,2,NA,207,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1215,0,0 +22695,0,1,84,9,21,150,89,0,66,0,16,2,16,5,170.375,71.44,63.95652417,-7.483475829999996,18,25,5,48,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,0,0,0,0,0,0,2,2,0,0,2,1,2,NA,175,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1216,0,1 +22698,0,1,88,2,27,127,77,0,42,0,21,2,12,3,178.6875,61.23,72.57477920000001,11.344779200000012,28,20,0,25,1,0,0,0,2,0,0,0,1,0,2,0,0,0,0,4,4,NA,2,1,0,0,1,0,0,2,2,0,0,0,0,2,NA,225,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,1217,0,0 +22701,0,1,90,1,13,105,77,1,27,0,19,2,12,3,149.1875,44.11,39.00894382,-5.1010561800000005,NA,10,10,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,0,1,2,2,0,1,0,0,0,NA,180,NA,NA,NA,NA,NA,NA,NA,1218,0,0 +22705,0,0,NA,NA,NA,115,73,0,44,1,18,2,5,1,169.875,88,87.54332741,-0.4566725899999966,12,3,17,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,6,2,1,0,0,0,0,0,2,2,0,0,2,0,2,NA,279,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1219,0,0 +22709,0,1,92,3,24,141,89,0,48,0,14,2,8,1,173.1875,60.33,66.67807839000001,6.348078390000012,12,25,-5,31,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,1,0,1,0,0,0,2,2,0,0,1,2,2,NA,157,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1220,0,0 +22718,0,0,NA,NA,NA,96,75,1,39,0,19,2,12,3,167.1875,64.07,56.24545388,-7.824546119999994,54,20,10,22,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,1,0,3,236,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1221,0,0 +22719,0,0,NA,NA,NA,NA,NA,1,57,0,20,2,12,3,160.875,57.95,60.781377580000004,2.8313775800000016,51,40,-20,45,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,3,2,2,1,0,0,0,1,0,2,2,0,0,2,1,0,4,252,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,1222,0,1 +22720,0,0,NA,NA,NA,111,70,1,49,0,16,2,12,3,169.875,64.07,68.0388555,3.9688555000000036,54,20,0,22,0,0,0,0,2,0,1,0,0,0,2,0,0,1,0,4,4,NA,2,0,0,0,0,1,0,2,2,0,0,1,1,1,NA,213,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1223,0,0 +22734,1,0,NA,NA,NA,136,67,0,55,0,12,2,8,1,163.28125,64.52,66.67807839000001,2.1580783900000142,34,24,-24,38,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,253,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1224,0,1 +22740,1,0,NA,NA,NA,109,78,1,33,0,22,2,17,5,162.59375,64.07,73.48196394,9.411963940000007,37,10,-10,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,0,0,2,2,0,0,0,1,0,NA,152,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,1225,0,0 +22759,1,1,89,12,11,113,71,0,66,0,18,2,10,2,186.375,78.13,76.20351816,-1.926481839999994,31,30,-30,48,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,3,2,0,0,0,0,0,0,2,2,0,0,2,1,2,NA,215,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1226,0,1 +22761,0,0,NA,NA,NA,157,81,0,56,0,19,2,12,3,171.59375,65.54,65.77089365,0.23089364999999873,19,40,0,38,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,NA,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,1227,0,1 +22764,0,0,NA,NA,NA,115,74,1,38,0,20,2,17,5,163.78125,52.28,54.4310844,2.151084400000002,39,10,3,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,2,2,1,0,0,0,0,0,2,2,0,0,1,1,0,3,215,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1228,0,0 +22773,0,0,NA,NA,NA,107,71,0,53,0,21,2,16,5,178.1875,70.99,67.13167076,-3.858329239999989,27,1,9,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,1,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,203,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,1229,0,1 +22778,0,0,NA,NA,NA,149,90,1,46,0,21,2,15,4,173.1875,86.86,97.52235955,10.662359550000005,6,15,-5,31,1,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,2,3,2,1,1,0,1,1,1,2,2,0,1,1,2,1,3,149,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1230,0,0 +22782,0,0,NA,NA,NA,129,85,1,46,1,20,2,12,3,152.1875,54.88,57.152638620000005,2.272638620000002,48,20,0,28,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,2,1,1,4,235,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1231,0,0 +22788,0,1,89,1,13,147,83,0,70,0,18,3,12,3,166.375,74.96,73.48196394,-1.4780360599999938,20,20,-5,58,0,0,0,0,2,1,1,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,2,2,NA,197,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1232,0,1 +22792,1,0,NA,NA,NA,128,77,1,41,0,19,2,10,2,168,65.54,73.02837157,7.488371569999998,38,20,-20,24,0,0,1,0,2,0,0,0,1,1,2,0,0,0,1,3,4,NA,2,1,0,0,1,0,0,2,2,0,0,1,2,1,7,219,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,1233,0,0 +22796,0,0,NA,NA,NA,113,73,1,56,0,18,5,12,3,158.5,53.98,55.791861510000004,1.811861510000007,55,20,-5,38,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,1,2,0,0,0,0,0,0,2,2,0,0,2,2,0,NA,237,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,1234,0,1 +22805,0,0,NA,NA,NA,109,69,0,35,0,17,6,17,5,179.59375,61.23,58.9670081,-2.262991899999996,6,20,0,18,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,2,1,2,1,0,0,1,0,0,2,2,0,0,1,0,2,NA,195,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1235,0,0 +22818,0,0,NA,NA,NA,121,63,1,28,0,20,2,12,3,164.6875,49.55,61.23496995,11.684969950000003,6,6,3,10,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,3,3,2,2,1,0,0,0,1,0,2,2,0,0,0,0,1,4,159,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1236,0,0 +22886,0,1,83,12,18,107,60,0,66,1,13,2,7,1,180.1875,92.76,79.37866475,-13.381335250000006,22,4,-4,51,0,0,0,0,2,0,0,0,1,1,2,0,0,0,1,2,3,6,2,1,1,0,0,0,0,2,2,0,0,1,2,2,NA,218,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1237,0,1 +22888,0,1,84,2,29,117,75,0,61,0,21,2,11,2,173,71.67,67.58526313,-4.08473687,54,40,-20,45,0,1,0,0,2,1,0,0,0,0,2,0,0,0,1,0,1,4,2,0,0,0,0,0,0,2,2,0,1,1,2,2,NA,203,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1238,0,1 +22890,0,1,88,12,6,146,72,1,48,1,11,4,4,1,149.78125,57.15,58.9670081,1.8170081000000025,22,20,0,26,0,0,0,0,2,0,0,0,0,0,2,0,1,0,1,1,1,4,2,1,0,0,0,1,0,2,2,0,0,2,2,0,4,214,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1239,0,0 +22892,1,0,NA,NA,NA,113,65,1,30,0,20,2,11,2,169.78125,50.24,61.23496995,10.994969949999998,22,7,-7,11,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,2,2,1,2,1,1,0,0,1,1,2,2,0,0,1,1,0,5,147,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1240,0,0 +22893,0,0,NA,NA,NA,129,84,1,35,1,15,2,12,3,157.09375,103.08,103.41906036,0.33906036000000483,22,30,-10,18,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,2,1,5,2,1,0,0,0,1,0,2,2,0,1,2,1,0,3,173,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1241,0,0 +22895,0,0,NA,NA,NA,145,92,1,55,1,19,2,7,1,162,73.37,68.0388555,-5.331144500000008,22,5,5,38,0,1,0,0,2,0,0,0,1,0,2,0,0,0,0,4,4,NA,2,1,0,1,0,0,0,2,2,0,1,2,2,0,7,231,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1242,0,1 +22903,0,0,NA,NA,NA,108,71,1,30,1,11,6,12,3,161.28125,50.35,53.97749203,3.627492029999999,22,20,-15,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,6,2,1,0,0,0,0,1,2,2,0,0,2,2,0,4,174,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1243,0,0 +22904,1,0,NA,NA,NA,133,92,1,40,1,18,2,11,2,156.78125,56.25,73.48196394,17.23196394,22,20,-20,20,1,1,0,0,2,0,0,0,0,1,2,0,0,0,1,2,3,1,2,1,1,0,0,1,0,2,2,0,0,1,1,1,6,211,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1244,0,0 +22908,0,0,NA,NA,NA,115,81,1,36,1,NA,2,10,2,162.59375,87.32,80.28584949,-7.034150509999989,22,30,10,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,0,2,1,6,227,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1245,0,0 +22910,0,0,NA,NA,NA,119,89,1,32,1,15,2,9,2,153.875,83.23,106.14061458,22.91061458,22,10,5,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,0,0,0,0,0,2,2,0,0,1,2,0,6,170,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1246,0,0 +22914,0,1,83,8,1,114,74,1,69,0,16,3,17,5,167.5,45.47,35.38020486,-10.08979514,29,20,20,42,0,1,0,0,2,0,0,1,1,1,2,0,0,0,1,2,3,1,2,1,0,0,0,0,0,2,2,0,0,1,2,0,1,236,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1247,0,1 +22915,0,0,NA,NA,NA,149,97,0,28,0,16,5,11,2,181.09375,81.99,88.45051215000001,6.460512150000014,22,20,20,7,1,1,0,0,2,0,0,0,1,0,2,0,0,0,1,0,1,3,2,1,0,0,1,0,0,2,2,0,0,0,2,2,NA,210,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1248,0,0 +22927,0,0,NA,NA,NA,102,73,1,31,0,20,2,13,4,160.28125,54.43,57.152638620000005,2.722638620000005,22,15,5,13,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,0,1,1,2,238,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1249,0,0 +22930,0,0,NA,NA,NA,171,88,1,52,1,18,2,5,1,165.5,103.31,92.53284348000001,-10.777156519999991,22,20,-10,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,2,0,5,350,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1250,0,1 +22933,0,0,NA,NA,NA,165,94,1,40,1,11,5,10,2,164.59375,65.09,65.31730128000001,0.22730128000000605,28,10,-6,10,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,1,6,2,1,1,0,0,0,0,2,2,0,0,1,2,0,2,243,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,1251,0,0 +22940,1,0,NA,NA,NA,139,89,0,59,0,NA,2,11,2,177.5,83.91,88.90410452,4.994104520000008,NA,20,-20,41,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,0,0,0,2,2,0,1,0,0,2,NA,255,NA,NA,NA,NA,NA,NA,NA,1252,0,1 +22941,0,0,NA,NA,NA,150,96,1,32,1,15,6,11,2,157.6875,81.76,82.55381134000001,0.7938113400000049,22,40,-5,15,0,0,0,1,2,0,0,0,0,1,2,0,0,0,1,1,3,15,2,1,0,1,0,0,0,2,2,1,0,0,1,0,2,206,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1253,0,0 +22946,1,0,NA,NA,NA,133,85,1,35,0,16,2,9,2,171.09375,71.78,76.20351816,4.42351816,22,20,-20,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,1,0,0,0,0,0,2,2,0,0,1,1,1,5,307,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1254,0,0 +22953,0,0,NA,NA,NA,111,70,1,33,0,NA,2,11,2,154.875,67.7,75.29633342000001,7.596333420000008,22,20,0,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,1,2,1,0,0,0,0,0,2,2,1,0,2,2,0,3,254,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1255,0,0 +22955,1,0,NA,NA,NA,101,73,1,32,0,20,2,12,3,160.6875,54.2,61.23496995,7.034969949999997,22,20,-20,14,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,3,4,2,1,0,0,1,0,0,2,2,0,0,1,1,0,3,183,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1256,0,0 +22957,0,0,NA,NA,NA,NA,NA,1,51,0,19,3,12,3,152.6875,46.72,51.70953018,4.989530180000003,36,10,-4,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,0,1,0,0,1,0,2,2,0,0,1,2,0,3,195,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1257,0,1 +22979,0,0,NA,NA,NA,126,75,1,46,0,NA,4,17,5,153.875,47.4,52.61671492,5.216714920000001,NA,8,2,21,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,3,3,1,2,1,1,0,0,0,0,2,2,0,0,0,2,0,NA,295,NA,NA,NA,NA,NA,NA,NA,1258,0,0 +22980,0,0,NA,NA,NA,157,92,0,42,0,18,2,10,2,168.875,79.27,86.1825503,6.912550300000007,37,40,0,26,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,30,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,165,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,1259,0,0 +22984,0,0,NA,NA,NA,140,80,1,46,0,21,2,12,3,165.09375,62.03,67.13167076,5.101670760000005,22,20,0,24,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,1,0,2,2,0,0,1,2,0,4,258,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1260,0,0 +23012,0,0,NA,NA,NA,133,82,1,34,0,20,2,13,4,161.28125,56.02,58.9670081,2.947008099999998,53,3,5,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,2,2,0,0,0,0,1,0,2,2,0,0,1,1,1,2,203,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1261,0,0 +23015,0,0,NA,NA,NA,127,72,1,38,0,19,2,8,1,160.875,44.68,49.44156833,4.761568330000003,53,20,0,20,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,3,4,2,1,1,0,0,0,0,2,2,0,0,0,2,2,2,283,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1262,0,0 +23016,1,0,NA,NA,NA,123,67,1,57,0,18,2,10,2,156.78125,56.25,54.884676770000006,-1.3653232299999942,41,6,-6,39,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,1,1,1,4,288,0,1.60107421875,1.803955078125,0.6298828125,0.593994140625,-0.20269775390625,0.0359954833984375,1263,0,1 +23020,1,0,NA,NA,NA,144,79,1,59,0,19,3,12,3,166.375,64.3,71.66759446,7.3675944600000065,6,20,-20,45,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,3,7,2,1,0,0,0,0,0,2,2,0,0,2,1,1,2,308,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1264,0,1 +23021,0,0,NA,NA,NA,100,73,1,25,0,18,2,12,3,156.6875,50.01,52.163122550000004,2.153122550000006,53,5,10,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,1,0,1,0,0,2,2,0,1,2,2,1,3,171,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1265,0,0 +23022,0,0,NA,NA,NA,119,70,0,43,0,21,2,16,5,178.375,68.27,74.38914868,6.119148680000009,31,30,-15,25,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,225,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1266,0,0 +23023,0,0,NA,NA,NA,137,83,1,47,0,15,2,12,3,153,64.3,61.23496995,-3.065030049999997,53,20,0,30,1,1,0,0,2,0,0,0,1,1,2,0,0,0,1,2,3,4,2,1,1,0,0,0,0,2,2,0,1,0,1,1,6,261,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1267,0,0 +23030,0,1,91,12,1,151,68,0,64,0,19,2,7,1,179.375,72.23,73.93555631000001,1.7055563100000057,53,20,0,42,0,0,0,0,2,0,1,0,0,0,2,0,1,0,1,2,3,1,2,1,0,0,0,0,1,2,2,0,0,1,1,2,NA,358,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1268,0,1 +23031,1,1,86,12,27,143,79,0,53,0,20,2,12,3,173.59375,68.61,83.46099608,14.850996080000002,30,2,-2,41,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,207,0,2.10498046875,1.6982421875,1.0498046875,0.43994140625,0.4068603515625,0.6099853515625,1269,0,1 +23038,1,0,NA,NA,NA,122,69,1,62,0,19,2,9,2,154.375,76.09,55.33826914,-20.751730860000002,40,20,-20,45,0,0,0,0,2,1,1,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,0,0,2,2,0,0,1,2,1,1,170,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1270,0,1 +23039,0,0,NA,NA,NA,120,80,0,36,0,21,5,16,5,182.875,95.82,110.67653828,14.85653828000001,1,3,37,11,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,4,2,1,0,0,0,0,0,2,2,0,1,0,0,2,NA,198,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1271,0,0 +23041,1,0,NA,NA,NA,175,86,1,60,0,22,2,12,3,156.1875,44.91,47.62719885,2.7171988500000026,53,10,-10,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,1,1,191,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1272,0,1 +23044,0,1,84,4,12,119,70,0,58,0,19,3,12,3,177.5,94.12,90.718474,-3.401526000000004,19,40,-10,40,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,0,1,6,2,0,0,0,0,0,0,2,2,0,0,1,2,2,NA,179,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,1273,0,1 +23045,0,0,NA,NA,NA,159,91,1,49,0,22,2,12,3,160.28125,47.29,53.07030729,5.780307290000003,30,20,0,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,0,1,0,2,2,0,0,2,1,0,4,279,0,2.10498046875,1.6982421875,1.0498046875,0.43994140625,0.4068603515625,0.6099853515625,1274,0,0 +23047,1,0,NA,NA,NA,131,85,1,43,0,22,2,12,3,160.5,56.36,68.94604024,12.586040240000003,53,40,-40,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,1,2,1,0,0,0,0,0,2,2,0,0,1,1,0,5,183,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1275,0,0 +23048,0,0,NA,NA,NA,138,86,0,48,0,19,2,11,2,161.375,57.15,57.152638620000005,0.002638620000006142,53,20,0,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,225,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1276,0,0 +23052,1,0,NA,NA,NA,185,113,0,45,0,22,2,17,5,174.375,87.2,96.61517481,9.415174809999996,16,10,-10,27,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,1,4,2,0,0,0,0,0,0,2,2,0,0,2,0,2,NA,313,0,1.769287109375,1.682861328125,0.7874755859375,0.37615966796875,0.0862884521484375,0.4112548828125,1277,0,0 +23053,0,0,NA,NA,NA,129,87,1,35,0,16,6,6,1,160.59375,48.08,61.23496995,13.154969950000002,53,10,8,22,0,0,0,0,2,0,0,0,0,0,2,1,0,0,1,2,1,12,2,1,0,0,1,0,0,2,2,0,0,0,1,0,7,202,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1278,0,0 +23054,0,0,NA,NA,NA,129,89,0,42,0,22,2,12,3,188.5,92.31,96.16158244,3.8515824400000014,53,30,5,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,171,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1279,0,0 +23055,0,0,NA,NA,NA,137,74,0,42,0,20,2,16,5,185.5,81.42,82.55381134000001,1.1338113400000083,53,20,3,21,0,0,0,0,2,0,0,0,0,0,2,1,0,0,1,2,1,6,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,249,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1280,0,0 +23057,0,0,NA,NA,NA,124,71,0,65,0,18,2,12,3,178.875,85.16,88.90410452,3.7441045200000076,NA,20,-2,48,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,0,0,0,0,0,0,2,2,0,0,0,2,2,NA,226,NA,NA,NA,NA,NA,NA,NA,1281,0,1 +23064,1,1,85,5,26,133,67,1,60,0,16,3,11,2,157.28125,57.27,86.1825503,28.9125503,31,20,-20,40,1,1,0,0,2,0,0,0,1,0,2,0,0,0,1,3,1,5,2,1,1,0,0,0,0,2,2,0,0,2,2,0,7,191,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1282,0,1 +23065,0,1,89,12,24,122,75,1,48,0,20,2,12,3,163.1875,75.86,77.1107029,1.2507029000000074,53,15,0,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,0,4,313,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1283,0,0 +23071,0,1,89,3,9,152,85,0,63,0,16,2,9,2,174.875,77.68,70.30681735,-7.373182650000004,53,20,-10,43,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,1,6,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,275,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1284,0,1 +23075,1,0,NA,NA,NA,96,67,0,27,0,19,2,12,3,186,66.9,68.94604024,2.0460402399999964,53,20,-20,12,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,1,0,2,2,NA,127,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1285,0,0 +23079,0,0,NA,NA,NA,99,78,0,45,0,21,2,8,1,184.78125,97.07,94.80080533,-2.2691946699999903,38,30,0,30,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,3,3,2,0,0,0,0,0,0,2,2,0,0,1,2,2,NA,303,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,1286,0,0 +23083,0,0,NA,NA,NA,119,75,1,39,0,20,2,11,2,165.375,58.06,57.60623099,-0.453769010000002,8,10,-2,23,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,2,3,1,2,0,1,0,0,0,0,2,2,0,0,0,2,1,4,278,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,1287,0,0 +23084,0,0,NA,NA,NA,141,91,0,35,0,19,2,12,3,177.78125,85.16,93.44002822,8.280028220000005,6,30,-15,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,213,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1288,0,0 +23086,0,0,NA,NA,NA,129,68,1,58,0,18,3,12,3,160.09375,58.17,62.59574706,4.425747059999999,53,20,-10,33,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,2,2,1,5,238,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1289,0,1 +23087,0,0,NA,NA,NA,107,66,1,33,0,19,2,10,2,160.6875,56.13,62.59574706,6.465747059999998,53,20,0,18,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,3,2,1,2,1,1,0,1,1,1,2,2,0,0,1,1,1,2,162,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1290,0,0 +23088,0,0,NA,NA,NA,133,86,0,46,0,21,2,16,5,173.78125,83.91,88.45051215000001,4.540512150000012,31,30,-10,25,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,1,0,0,0,0,2,2,0,1,0,1,2,NA,228,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1291,0,0 +23099,1,0,NA,NA,NA,114,68,1,25,0,13,4,16,5,156.5,56.59,58.9670081,2.3770080999999976,53,15,-15,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,5,2,1,0,0,0,0,0,2,2,0,0,1,1,0,NA,206,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1292,0,0 +23105,1,1,84,3,3,169,78,1,55,0,18,2,8,1,159,89.92,81.6466266,-8.273373399999997,40,20,-20,25,0,0,1,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,0,2,2,0,5,286,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1293,0,1 +23121,0,0,NA,NA,NA,110,73,1,36,0,19,2,12,3,163.1875,66.9,68.49244787,1.5924478700000009,NA,10,30,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,3,2,1,0,0,0,0,0,2,2,0,0,1,1,0,4,203,NA,NA,NA,NA,NA,NA,NA,1295,0,0 +23122,0,0,NA,NA,NA,131,83,0,25,0,12,4,12,3,188,95.14,102.05828325,6.918283250000002,53,20,0,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,5,2,1,1,0,0,0,0,2,2,0,0,0,1,2,NA,282,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1296,0,0 +23140,0,0,NA,NA,NA,123,81,0,48,1,15,2,7,1,187.59375,78.24,92.98643585,14.746435850000012,45,10,0,36,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,242,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1297,0,0 +23141,0,0,NA,NA,NA,143,84,0,29,0,22,2,12,3,177.09375,90.38,90.718474,0.33847400000000505,13,20,0,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,1,0,0,1,0,2,2,0,1,1,1,2,NA,137,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,1298,0,0 +23142,0,0,NA,NA,NA,127,78,1,41,1,19,2,10,2,173,83.69,83.46099608,-0.2290039199999967,22,10,0,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,3,2,1,0,0,0,0,0,2,2,0,0,1,2,0,3,276,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1299,0,0 +23155,1,0,NA,NA,NA,120,68,0,45,0,19,2,10,2,177.5,85.84,92.98643585,7.146435850000003,45,40,-40,26,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,1,2,0,0,0,0,0,0,2,2,0,0,1,2,2,NA,258,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1300,0,0 +23158,1,0,NA,NA,NA,147,61,0,48,0,21,2,16,5,182.875,92.08,92.53284348000001,0.45284348000001273,45,40,-40,31,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,3,1,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,230,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1301,0,0 +23166,0,0,NA,NA,NA,169,100,0,31,0,19,2,11,2,179.375,102.63,112.49090776,9.860907760000003,45,20,40,22,0,0,0,0,2,0,0,0,0,0,2,1,0,0,1,0,3,2,2,0,1,0,0,1,0,2,2,0,1,1,1,2,NA,205,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1302,0,0 +23169,0,1,90,1,28,136,59,1,59,0,18,2,9,2,161.78125,70.53,68.49244787,-2.0375521299999946,45,10,-3,41,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,0,NA,184,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1303,0,1 +23180,0,0,NA,NA,NA,139,96,0,34,1,16,6,12,3,168.09375,53.64,53.523899660000005,-0.11610033999999558,45,5,7,16,0,0,1,0,2,0,0,0,0,0,2,0,0,0,1,2,3,6,2,0,0,0,0,0,0,2,2,0,0,0,2,2,NA,182,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1304,0,0 +23193,1,1,91,8,5,126,74,1,52,0,21,2,12,3,160.5,77.56,66.67807839000001,-10.881921609999992,45,6,-6,30,0,0,0,0,2,0,1,0,1,0,2,0,0,0,1,3,3,2,2,1,1,0,0,0,0,2,2,0,1,0,1,0,4,234,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1305,0,1 +23201,1,0,NA,NA,NA,151,81,1,49,0,NA,2,8,1,160.59375,62.26,74.84274105,12.582741050000003,29,20,-20,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,0,2,0,5,269,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1306,0,0 +23206,0,0,NA,NA,NA,135,77,1,48,0,19,2,10,2,168.09375,60.55,58.9670081,-1.5829918999999961,45,5,15,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,1,0,2,299,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1307,0,0 +23214,0,0,NA,NA,NA,136,77,0,62,1,12,2,2,1,165.1875,74.16,72.57477920000001,-1.5852207999999877,45,10,0,48,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,1,0,0,1,0,2,2,0,0,1,2,2,NA,327,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1308,0,1 +23224,0,0,NA,NA,NA,153,97,1,36,1,15,2,10,2,149.875,75.41,74.38914868,-1.0208513199999913,45,5,0,1,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,0,2,148,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1309,0,0 +23238,0,0,NA,NA,NA,124,94,0,27,1,16,2,12,3,179.375,70.53,70.30681735,-0.22318264999999826,45,14,6,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,6,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,272,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1311,0,0 +23255,0,0,NA,NA,NA,175,109,1,42,1,13,2,5,1,161.78125,63.5,60.781377580000004,-2.7186224199999955,45,20,0,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,0,0,2,2,0,0,0,2,0,1,190,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1312,0,0 +23258,0,0,NA,NA,NA,110,69,1,45,0,18,2,8,1,158.5,58.06,66.22448602,8.164486019999998,20,20,0,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,0,0,0,0,1,0,2,2,0,0,1,1,0,3,298,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1313,0,0 +23261,1,0,NA,NA,NA,138,87,0,40,0,18,2,7,1,174.1875,89.24,104.32624510000001,15.086245100000014,8,40,-40,23,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,2,1,8,2,0,0,0,1,0,0,2,2,0,1,1,1,2,NA,220,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,1314,0,0 +23264,1,0,NA,NA,NA,146,87,0,51,0,17,2,8,1,171,81.53,87.08973504000001,5.559735040000007,8,10,-10,28,0,0,0,0,2,1,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,273,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,1315,0,1 +23269,0,0,NA,NA,NA,106,79,0,51,0,20,2,12,3,169.78125,80.29,78.01788764,-2.2721123600000084,46,20,-15,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,218,0,2.052734375,1.7333984375,1.0498046875,0.5059814453125,0.31915283203125,0.5439453125,1316,0,1 +23274,0,0,NA,NA,NA,127,81,1,48,0,19,2,9,2,162,61.8,57.152638620000005,-4.647361379999992,31,10,10,26,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,1,3,3,2,0,1,0,0,0,0,2,2,0,0,0,1,0,4,225,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1317,0,0 +23278,0,0,NA,NA,NA,139,92,1,30,0,19,2,12,3,158,50.92,43.544867520000004,-7.375132479999998,31,40,0,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,1,0,0,0,0,0,2,2,0,0,0,0,1,1,237,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1318,0,0 +23285,0,0,NA,NA,NA,127,69,0,46,0,18,5,0,1,177.28125,90.15,98.42954429000001,8.279544290000004,17,20,0,37,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,1,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,246,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1319,0,0 +23289,0,0,NA,NA,NA,118,76,1,46,0,19,2,12,3,173.6875,68.15,77.56429527,9.414295269999997,31,10,10,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,3,2,1,0,0,1,0,0,2,2,0,1,1,1,0,3,253,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1320,0,0 +23292,1,0,NA,NA,NA,115,72,1,47,0,20,2,12,3,169.09375,64.64,70.76040972,6.120409719999998,20,20,-20,26,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,0,0,2,2,0,0,1,1,0,4,251,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1321,0,0 +23296,1,0,NA,NA,NA,138,78,0,56,0,18,2,12,3,170.59375,85.28,83.00740371,-2.2725962899999956,17,20,-20,38,0,0,0,0,2,1,0,0,0,1,2,0,0,0,1,2,3,2,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,226,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1322,0,1 +23298,0,0,NA,NA,NA,143,70,0,25,0,19,5,16,5,168.5,67.81,72.12118683,4.311186829999997,15,40,0,5,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,5,2,1,0,0,0,0,0,2,2,0,0,2,1,2,NA,160,1,1.9267578125,1.990966796875,0.8924560546875,0.60498046875,-0.0641937255859375,0.2874755859375,1323,0,0 +23299,0,1,90,2,19,NA,NA,1,62,0,19,2,10,2,157.5,79.04,77.1107029,-1.9292970999999994,8,20,-5,50,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,2,2,1,0,0,0,0,0,2,2,0,0,1,2,0,4,343,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,1324,0,1 +23300,0,0,NA,NA,NA,133,90,0,45,0,19,2,11,2,183.5,69.74,64.86370891,-4.876291089999995,42,30,0,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,1,1,0,0,0,0,2,2,0,0,1,0,2,NA,NA,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1325,0,0 +23303,1,0,NA,NA,NA,115,71,1,26,0,20,8,16,5,167.875,56.36,61.68856232,5.328562320000003,27,20,-20,5,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,0,0,0,0,0,0,2,2,0,0,1,1,0,1,166,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,1326,0,0 +23310,1,0,NA,NA,NA,141,98,1,41,0,22,4,12,3,180.5,63.16,65.77089365,2.6108936500000084,29,6,-6,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,5,2,1,0,0,0,0,0,2,2,0,0,1,2,0,NA,184,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1327,0,0 +23321,0,0,NA,NA,NA,124,87,0,46,0,21,3,11,2,198.09375,92.99,51.70953018,-41.28046981999999,8,40,0,29,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,1,2,2,1,1,0,0,1,0,2,2,0,0,1,1,2,NA,216,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,1329,0,0 +23362,1,0,NA,NA,NA,149,71,1,38,0,20,2,15,4,164.59375,72.57,84.82177319,12.251773190000009,15,10,-10,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,1,2,0,0,0,0,0,0,2,2,0,0,0,1,0,5,222,1,1.9267578125,1.990966796875,0.8924560546875,0.60498046875,-0.0641937255859375,0.2874755859375,1330,0,0 +23375,0,0,NA,NA,NA,113,72,0,45,0,21,2,10,2,172.09375,77.22,78.47148001000001,1.2514800100000087,NA,20,10,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,182,NA,NA,NA,NA,NA,NA,NA,1331,0,0 +23376,0,1,90,1,6,152,89,0,55,0,20,2,13,4,177.78125,99.68,102.51187562000001,2.8318756200000053,34,2,13,43,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,3,2,1,1,0,0,0,0,2,2,0,0,1,1,2,NA,281,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1332,0,1 +23378,0,0,NA,NA,NA,96,64,1,25,0,21,2,15,4,161.875,54.66,56.24545388,1.5854538800000029,10,25,-5,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,10,2,1,1,0,0,0,0,2,2,0,0,2,0,1,1,204,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,1333,0,0 +23379,0,0,NA,NA,NA,105,64,0,28,0,19,2,12,3,173.09375,70.42,78.01788764,7.597887639999996,36,50,0,17,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,180,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1334,0,0 +23382,0,0,NA,NA,NA,110,69,0,30,0,19,2,12,3,179.875,65.88,74.38914868,8.50914868000001,6,40,10,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,3,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,200,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1335,0,0 +23383,0,0,NA,NA,NA,104,68,1,26,0,22,6,13,4,166.5,65.2,65.77089365,0.5708936500000021,24,5,-1,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,7,2,1,0,0,0,0,0,2,2,0,1,1,1,1,NA,193,0,1.80078125,1.647705078125,0.7349853515625,0.46197509765625,0.152984619140625,0.27294921875,1336,0,0 +23385,1,0,NA,NA,NA,140,90,1,32,0,19,2,12,3,164.375,63.28,73.93555631000001,10.655556310000009,42,12,-12,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,1,0,0,0,0,0,2,2,0,0,1,1,0,3,169,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1337,0,0 +23390,0,0,NA,NA,NA,146,88,0,49,0,19,2,12,3,166.1875,76.2,83.91458845000001,7.714588450000008,18,40,-10,37,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,0,2,2,2,NA,235,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1338,0,0 +23392,1,0,NA,NA,NA,126,73,1,39,0,21,2,12,3,162.1875,56.81,54.4310844,-2.378915599999999,42,1,-1,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,2,2,1,0,0,0,0,0,2,2,0,0,1,1,0,6,196,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1339,0,0 +23393,0,0,NA,NA,NA,120,80,1,35,0,19,2,12,3,170.28125,61.35,60.781377580000004,-0.568622419999997,NA,40,-10,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,2,2,1,1,0,1,1,0,2,2,0,0,1,1,0,2,238,NA,NA,NA,NA,NA,NA,NA,1340,0,0 +23398,1,0,NA,NA,NA,127,84,1,46,0,22,2,16,5,171.6875,64.52,64.41011654,-0.10988345999999183,NA,6,-6,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,0,0,0,2,2,0,0,0,0,0,5,277,NA,NA,NA,NA,NA,NA,NA,1341,0,0 +23406,0,0,NA,NA,NA,123,86,0,28,0,19,2,11,2,184.5,94.12,96.61517481,2.4951748099999946,34,20,-10,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,0,0,0,0,0,0,2,2,0,1,1,1,2,NA,204,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1342,0,0 +23407,0,0,NA,NA,NA,145,82,0,49,0,22,2,12,3,172.28125,71.33,75.74992579,4.419925790000008,NA,30,0,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,168,NA,NA,NA,NA,NA,NA,NA,1343,0,0 +23411,0,0,NA,NA,NA,132,93,1,40,0,13,5,12,3,158.875,65.88,71.66759446,5.787594460000008,NA,10,10,25,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,2,3,2,1,1,0,0,0,0,2,2,0,0,1,2,0,4,203,NA,NA,NA,NA,NA,NA,NA,1344,0,0 +23413,0,0,NA,NA,NA,126,73,0,32,0,20,2,12,3,184.1875,79.61,79.37866475,-0.23133525000000077,10,30,10,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,240,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,1345,0,0 +23415,1,0,NA,NA,NA,154,85,0,49,0,19,2,12,3,177.1875,83.35,87.99691978,4.646919780000005,34,20,-20,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,276,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1346,0,0 +23416,0,0,NA,NA,NA,130,82,0,53,0,22,2,17,5,177.1875,83.8,92.53284348000001,8.732843480000014,25,25,-15,39,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,2,2,2,NA,221,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,1347,0,1 +23417,0,0,NA,NA,NA,112,78,1,48,0,22,2,12,3,154.1875,55.91,62.142154690000005,6.232154690000009,42,40,0,33,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,0,0,0,0,0,0,2,2,0,0,1,1,0,2,309,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1348,0,0 +23420,0,0,NA,NA,NA,128,91,1,34,0,20,2,12,3,161.6875,87.2,74.84274105,-12.357258950000002,34,20,0,2,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,1,0,0,0,0,0,2,2,0,1,1,2,1,3,179,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1349,0,0 +23422,0,0,NA,NA,NA,114,69,0,33,0,21,2,15,4,177.1875,91.06,87.54332741,-3.516672589999999,34,40,5,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,0,0,0,0,0,0,2,2,1,0,0,0,2,NA,184,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1350,0,0 +23425,0,0,NA,NA,NA,121,81,0,53,0,19,2,12,3,173.09375,102.51,102.05828325,-0.4517167500000028,10,40,10,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,8,2,0,0,0,0,0,0,2,2,0,0,0,2,2,NA,228,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,1351,0,1 +23433,0,0,NA,NA,NA,120,79,0,27,0,19,4,12,3,178,63.39,63.502931800000006,0.11293180000000547,10,15,-8,9,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,1,2,2,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,184,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,1352,0,0 +23445,0,0,NA,NA,NA,143,82,1,32,0,20,2,15,4,157.1875,50.58,52.61671492,2.0367149200000014,36,15,-5,10,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,2,3,2,0,0,0,0,0,0,2,2,0,0,1,1,0,2,187,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1353,0,0 +23456,0,0,NA,NA,NA,129,78,1,43,1,19,2,12,3,152.28125,51.48,44.905644630000005,-6.574355369999992,10,20,0,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,1,0,0,0,0,0,2,2,0,0,0,2,0,12,201,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,1354,0,0 +23462,1,0,NA,NA,NA,166,110,0,55,1,19,2,10,2,179,78.24,80.73944186,2.4994418600000046,12,10,-10,22,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,4,2,0,1,0,0,0,0,2,2,0,0,0,0,2,NA,227,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1355,0,1 +23465,0,0,NA,NA,NA,127,81,0,32,1,22,2,17,5,176.5,89.24,92.07925111,2.8392511100000064,51,20,-10,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,1,0,0,0,0,0,2,2,0,1,0,2,2,NA,244,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,1356,0,0 +23486,1,1,84,1,6,132,47,1,74,0,12,3,12,3,162.6875,73.94,51.70953018,-22.230469819999996,10,5,-5,44,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,3,2,2,0,1,0,0,0,0,2,2,0,0,2,2,0,2,261,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,1357,0,1 +23493,0,0,NA,NA,NA,122,48,1,50,1,12,6,12,3,155.78125,44.45,45.81282937,1.36282937,10,6,-3,32,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,1,1,0,0,2,2,0,0,0,2,0,7,160,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,1358,0,0 +23495,0,0,NA,NA,NA,128,92,0,32,1,18,2,16,5,184.6875,99.45,95.70799007000001,-3.7420099299999947,42,15,-9,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,238,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1359,0,0 +23497,0,1,91,3,28,176,87,0,61,0,19,2,12,3,176.1875,80.85,84.36818082,3.518180820000012,40,20,0,45,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,3,2,0,0,0,1,0,0,2,2,0,0,1,1,2,NA,243,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1360,0,1 +23502,0,1,89,12,12,180,71,0,66,0,15,2,8,1,178.875,59.76,62.142154690000005,2.3821546900000072,29,60,-20,45,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,1,4,2,0,1,0,0,0,0,2,2,0,0,1,2,2,NA,202,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1361,0,1 +23508,0,0,NA,NA,NA,129,72,1,40,0,17,2,8,1,163,53.86,64.41011654,10.550116540000005,40,20,0,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,1,0,2,2,0,0,2,2,1,3,254,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1362,0,0 +23514,0,0,NA,NA,NA,108,70,1,46,0,19,2,13,4,163.1875,55.34,56.69904625,1.3590462499999987,40,20,10,26,1,1,0,0,2,0,0,0,0,1,2,0,0,0,1,2,3,3,2,1,0,0,1,0,0,2,2,0,0,0,0,1,3,280,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1363,0,0 +23519,0,0,NA,NA,NA,130,78,0,47,0,20,2,9,2,177.59375,72.69,72.57477920000001,-0.1152207999999888,48,40,-10,31,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,0,1,3,2,0,0,0,0,1,0,2,2,0,0,0,2,2,NA,234,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1364,0,0 +23520,0,0,NA,NA,NA,129,69,1,61,0,15,2,9,2,163.59375,47.06,45.359237,-1.700763000000002,40,20,0,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,1,0,2,196,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1365,0,1 +23521,0,0,NA,NA,NA,107,80,0,28,0,19,2,17,5,177.59375,73.82,86.63614267,12.816142670000005,20,25,25,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,6,2,1,0,0,0,0,0,2,2,0,1,2,0,2,NA,235,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1366,0,0 +23522,0,0,NA,NA,NA,144,69,0,41,0,20,2,12,3,197.5,71.21,119.74838568000001,48.53838568000002,40,15,10,27,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,203,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1367,0,0 +23525,1,0,NA,NA,NA,150,90,0,36,0,21,2,17,5,177.78125,84.03,89.35769689,5.327696889999999,26,50,-50,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,4,2,1,0,0,0,0,0,2,2,0,1,1,1,2,NA,306,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1368,0,0 +23533,1,0,NA,NA,NA,115,70,1,47,0,19,2,12,3,155.375,60.67,64.41011654,3.7401165400000025,35,20,-20,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,6,2,0,0,0,1,1,0,2,2,0,1,1,1,1,5,224,0,2.2099609375,1.7509765625,1.0498046875,0.43994140625,0.45904541015625,0.6099853515625,1369,0,0 +23535,0,0,NA,NA,NA,129,90,0,48,0,15,5,12,3,185.1875,76.66,86.1825503,9.522550300000006,40,10,10,27,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,3,1,2,1,0,0,0,1,0,2,2,0,0,1,1,2,NA,218,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1370,0,0 +23539,0,0,NA,NA,NA,135,86,0,46,0,22,2,12,3,170.28125,82.33,84.82177319,2.4917731900000035,42,45,15,29,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,186,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1371,0,0 +23541,1,0,NA,NA,NA,121,59,0,25,0,19,2,12,3,175.5,75.98,82.10021897,6.120218969999996,22,20,-20,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,1,0,0,0,0,0,2,2,0,1,0,1,2,NA,163,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1372,0,0 +23546,0,0,NA,NA,NA,144,96,0,44,0,19,2,12,3,175.1875,77.56,90.718474,13.158473999999998,40,20,0,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,1,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,NA,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1373,0,0 +23548,1,0,NA,NA,NA,122,86,0,34,0,19,2,16,5,183.09375,101.72,95.70799007000001,-6.012009929999991,20,11,-11,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,15,2,1,0,0,1,0,0,2,2,0,0,2,2,2,NA,247,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1374,0,0 +23549,0,0,NA,NA,NA,189,130,0,30,1,13,5,12,3,179.1875,92.08,113.85168487,21.77168487,40,20,-5,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,8,2,0,0,0,0,0,0,2,2,0,0,0,2,2,NA,217,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1375,0,0 +23550,1,0,NA,NA,NA,100,73,1,28,1,14,6,12,3,163.59375,95.48,87.08973504000001,-8.390264959999996,28,30,-30,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,0,0,0,0,1,0,2,2,0,0,1,1,1,1,199,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,1376,0,0 +23566,1,0,NA,NA,NA,119,76,1,43,0,19,5,16,5,169.28125,59.65,79.83225712000001,20.18225712000001,40,30,-30,18,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,1,0,1,0,0,2,2,0,0,1,2,0,2,330,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1377,0,0 +23572,1,0,NA,NA,NA,130,87,0,25,0,22,2,17,5,174.09375,75.86,86.63614267,10.776142669999999,40,25,-25,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,1,0,0,2,2,0,0,2,1,2,NA,172,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1378,0,0 +23575,0,0,NA,NA,NA,103,58,0,46,0,19,2,16,5,169.59375,64.41,59.420600470000004,-4.989399529999993,5,50,-20,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,259,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,1379,0,0 +23577,0,0,NA,NA,NA,132,64,0,55,0,20,2,16,5,177.5,83.12,83.46099608,0.3409960799999965,NA,40,-10,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,4,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,289,NA,NA,NA,NA,NA,NA,NA,1380,0,1 +23589,0,0,NA,NA,NA,138,85,1,46,1,15,5,11,2,158.28125,47.74,52.163122550000004,4.423122550000002,22,15,-7,26,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,1,5,2,0,0,0,0,0,0,2,2,0,0,1,1,0,3,196,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1381,0,0 +23590,0,0,NA,NA,NA,123,81,1,31,1,19,2,13,4,172.375,59.08,73.93555631000001,14.855556310000011,40,20,-2,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,3,2,1,0,0,0,0,0,2,2,0,0,2,2,1,5,260,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1382,0,0 +23591,0,0,NA,NA,NA,117,70,1,46,1,17,5,9,2,159.28125,70.53,70.76040972,0.23040971999999726,40,10,0,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,5,2,1,0,0,0,0,0,2,2,0,0,1,1,0,9,190,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1383,0,0 +23595,1,0,NA,NA,NA,124,79,1,54,0,22,2,12,3,159.875,62.37,71.66759446,9.297594460000006,17,20,-20,33,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,2,2,0,0,0,1,0,0,2,2,0,0,0,0,1,2,238,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1384,0,1 +23607,0,0,NA,NA,NA,120,69,0,37,0,18,2,12,3,185.5,77.34,80.28584949,2.9458494900000005,20,20,0,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,207,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1385,0,0 +23617,0,0,NA,NA,NA,113,71,1,39,0,20,2,17,5,167,61.46,61.23496995,-0.22503005000000087,13,20,0,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,1,2,1,0,0,0,0,0,2,2,0,0,1,1,0,3,171,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,1386,0,0 +23621,0,0,NA,NA,NA,176,76,1,58,0,18,5,12,3,152.875,72.57,74.84274105,2.2727410500000076,35,20,-5,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,0,0,0,0,0,0,2,2,1,0,1,1,0,2,216,0,2.2099609375,1.7509765625,1.0498046875,0.43994140625,0.45904541015625,0.6099853515625,1387,0,1 +23626,0,0,NA,NA,NA,107,73,1,29,0,19,2,13,4,165.1875,54.2,63.04933943,8.84933943,27,20,0,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,3,2,1,0,0,0,0,0,2,2,0,0,2,2,0,2,218,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,1388,0,0 +23627,0,0,NA,NA,NA,148,80,0,44,0,19,2,8,1,169,68.72,70.76040972,2.0404097199999995,42,10,5,26,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,6,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,224,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1389,0,0 +23628,0,0,NA,NA,NA,128,77,0,33,0,20,2,12,3,183.59375,100.13,98.88313666,-1.2468633399999902,42,40,-5,15,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,8,2,1,1,0,0,0,0,2,2,0,0,0,0,2,NA,198,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1390,0,0 +23630,0,0,NA,NA,NA,136,92,1,38,0,21,2,12,3,161.5,55.57,61.68856232,6.118562320000002,42,30,0,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,3,2,1,0,0,0,0,0,2,2,0,1,1,1,0,3,202,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1391,0,0 +23648,0,0,NA,NA,NA,123,78,1,47,0,19,2,10,2,165.6875,71.44,74.84274105,3.402741050000003,42,20,0,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,1,0,9,210,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1392,0,0 +23651,0,0,NA,NA,NA,144,96,0,68,0,11,4,17,5,179.6875,85.28,86.1825503,0.9025503000000015,NA,40,-20,40,0,0,0,0,2,1,1,0,0,0,2,0,0,0,1,0,2,1,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,209,NA,NA,NA,NA,NA,NA,NA,1393,0,1 +23662,0,0,NA,NA,NA,112,71,1,27,0,20,2,13,4,160.09375,56.36,57.60623099,1.2462309900000008,42,40,-10,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,0,0,0,0,0,0,2,2,0,0,1,1,1,2,217,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1394,0,0 +23666,1,0,NA,NA,NA,166,87,1,56,0,20,2,8,1,164.28125,73.14,77.1107029,3.9707029000000063,42,2,-2,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,1,0,0,0,0,2,2,1,0,0,1,0,3,277,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1395,0,1 +23675,0,0,NA,NA,NA,107,60,1,25,0,19,2,12,3,159.375,52.39,49.895160700000005,-2.4948392999999953,42,20,10,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,3,2,0,1,0,0,0,0,2,2,0,0,1,1,1,1,178,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1396,0,0 +23679,0,0,NA,NA,NA,127,77,1,29,0,18,2,10,2,158.875,84.82,73.48196394,-11.338036059999993,42,35,-15,15,0,0,1,0,2,0,0,0,0,0,2,0,0,1,1,3,4,NA,2,1,1,0,0,0,0,2,2,1,0,1,2,0,7,144,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1397,0,0 +23686,0,0,NA,NA,NA,108,68,0,25,0,18,2,12,3,170.78125,66.79,74.84274105,8.052741049999995,42,15,20,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,12,2,0,1,0,0,0,0,2,2,0,0,0,0,2,NA,176,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1398,0,0 +23696,0,0,NA,NA,NA,157,98,0,38,0,20,2,12,3,180.78125,72.8,79.37866475,6.5786647500000015,54,30,10,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,5,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,205,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1399,0,0 +23707,1,0,NA,NA,NA,131,90,0,26,1,19,2,12,3,188.875,70.42,76.20351816,5.78351816,42,10,-10,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,1,0,0,0,0,0,2,2,0,1,0,1,2,NA,167,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1400,0,0 +23716,1,0,NA,NA,NA,139,82,0,58,0,19,2,12,3,166.28125,74.84,70.76040972,-4.079590280000005,42,5,-5,38,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,5,2,0,1,0,0,0,0,2,2,0,1,2,2,2,NA,274,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1401,0,1 +23727,0,0,NA,NA,NA,103,69,1,56,0,17,3,11,2,150.78125,74.28,75.29633342000001,1.0163334200000094,42,30,0,44,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,0,0,0,0,0,0,2,2,0,1,2,2,0,1,293,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1402,0,1 +23729,0,1,92,7,25,133,75,1,55,0,15,3,12,3,155.375,57.04,66.22448602,9.184486020000001,42,20,20,37,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,2,0,1,263,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1403,0,1 +23733,1,0,NA,NA,NA,112,83,0,31,0,20,2,16,5,172.59375,73.37,71.66759446,-1.7024055400000009,42,30,-30,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,271,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1404,0,0 +23740,0,0,NA,NA,NA,133,77,1,37,0,19,2,12,3,159.875,64.3,68.94604024,4.646040240000005,42,40,0,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,4,2,1,1,0,0,0,0,2,2,0,0,1,0,1,4,239,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1405,0,0 +23753,0,0,NA,NA,NA,120,79,1,36,0,20,2,12,3,170.59375,72.69,72.12118683,-0.5688131699999985,31,30,0,26,0,0,0,0,2,1,0,0,0,1,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,1,0,1,0,3,319,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1406,0,0 +23758,1,0,NA,NA,NA,145,100,1,44,0,19,2,8,1,174.1875,64.86,70.30681735,5.4468173500000034,31,30,-30,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,8,2,1,0,0,0,0,0,2,2,0,0,1,1,0,1,280,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1407,0,0 +23773,0,0,NA,NA,NA,133,74,0,55,0,13,6,11,2,163.5,49.1,45.359237,-3.740763000000001,31,10,30,41,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,0,1,4,2,0,0,0,0,0,0,2,2,0,0,2,2,2,NA,156,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1408,0,1 +23774,0,0,NA,NA,NA,135,67,0,51,0,18,4,12,3,179.1875,87.77,92.98643585,5.2164358500000105,31,40,0,33,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,2,3,10,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,215,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1409,0,1 +23779,0,0,NA,NA,NA,113,71,1,30,0,19,2,12,3,161.1875,53.86,55.33826914,1.4782691400000019,6,18,2,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,1,2,1,0,0,0,0,0,2,2,0,0,0,0,0,1,193,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1410,0,0 +23800,1,0,NA,NA,NA,133,71,0,48,0,17,4,12,3,173.6875,57.83,62.59574706,4.7657470600000025,31,20,-20,30,0,0,0,0,2,0,0,0,0,0,2,0,1,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,235,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1411,0,0 +23803,0,1,92,5,25,124,65,0,65,0,18,2,8,1,183.375,75.18,82.55381134000001,7.373811340000003,31,20,-4,41,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,1,2,2,0,0,0,1,2,NA,224,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1412,0,1 +23804,1,0,NA,NA,NA,119,68,0,42,0,NA,4,12,3,171,79.49,87.54332741,8.053327410000009,31,20,-20,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,NA,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1413,0,0 +23807,0,0,NA,NA,NA,121,74,0,43,0,19,2,12,3,167.375,79.61,83.91458845000001,4.304588450000011,31,20,20,28,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,263,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1414,0,0 +23814,0,0,NA,NA,NA,99,64,0,56,0,16,4,8,1,173,75.07,76.65711053,1.587110530000004,31,20,5,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,177,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1415,0,1 +23826,0,0,NA,NA,NA,108,74,0,39,0,18,2,12,3,180.59375,80.74,75.29633342000001,-5.443666579999984,31,30,0,21,0,0,0,0,2,0,0,0,0,1,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,218,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1417,0,0 +23827,0,0,NA,NA,NA,146,76,1,47,0,NA,2,12,3,163.6875,47.74,47.173606480000004,-0.5663935199999983,31,30,0,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,5,2,0,0,0,0,1,0,2,2,0,0,1,2,0,6,262,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1418,0,0 +23828,0,0,NA,NA,NA,112,60,0,42,0,15,2,12,3,170,57.27,58.05982336,0.7898233599999998,31,20,0,22,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,205,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1419,0,0 +23829,0,0,NA,NA,NA,125,79,0,30,0,11,2,12,3,172.28125,99.11,102.51187562000001,3.4018756200000126,31,20,0,14,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,1,4,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,239,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1420,0,0 +23830,0,0,NA,NA,NA,113,58,1,27,0,22,2,12,3,165.6875,59.08,63.04933943,3.969339430000005,31,15,5,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,0,0,0,0,0,0,2,2,0,0,0,0,1,3,162,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1421,0,0 +23843,0,0,NA,NA,NA,113,69,0,28,0,18,2,12,3,197.5,89.58,87.99691978,-1.5830802199999994,31,20,5,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,162,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1422,0,0 +23846,0,0,NA,NA,NA,133,86,0,43,0,19,2,12,3,179.6875,94.46,98.42954429000001,3.969544290000016,31,30,0,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,6,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,248,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1423,0,0 +23856,0,0,NA,NA,NA,95,67,0,43,0,22,2,8,1,168.78125,57.49,60.781377580000004,3.2913775800000025,31,40,-20,26,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,5,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,229,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1424,0,0 +23866,1,1,85,12,28,158,79,0,65,0,19,2,9,2,169,57.38,56.69904625,-0.6809537500000005,42,14,-14,47,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,247,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1425,0,1 +23873,0,0,NA,NA,NA,119,83,0,26,0,21,6,12,3,193.59375,115.21,122.92353227000001,7.713532270000016,42,30,-10,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,4,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,194,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1426,0,0 +23875,1,0,NA,NA,NA,120,92,0,31,0,19,2,12,3,172.375,78.36,70.76040972,-7.599590280000001,42,50,-50,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,5,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,255,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1427,0,0 +23887,0,0,NA,NA,NA,114,75,1,27,0,21,2,16,5,160.78125,59.53,72.57477920000001,13.044779200000008,42,20,0,9,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,1,4,2,1,1,0,0,0,0,2,2,0,0,1,1,0,NA,174,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1428,0,0 +23897,1,0,NA,NA,NA,NA,NA,0,40,0,19,2,12,3,170.875,114.65,120.65557042,6.005570419999998,42,6,-6,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,1,1,0,0,2,NA,236,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1429,0,0 +23900,1,0,NA,NA,NA,109,78,1,34,0,21,2,12,3,160.6875,52.16,62.59574706,10.435747060000004,42,20,-20,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,1,0,0,2,2,0,0,0,1,0,3,185,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1430,0,0 +23923,0,0,NA,NA,NA,119,74,1,46,0,14,2,10,2,169.875,58.17,48.08079122,-10.08920878,42,20,0,28,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,1,1,2,2,0,0,1,2,0,7,208,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1431,0,0 +23938,1,0,NA,NA,NA,122,91,0,42,0,19,2,12,3,178,63.62,66.67807839000001,3.058078390000013,23,30,-30,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,0,0,0,2,NA,247,0,2.1787109375,1.773193359375,1.15478515625,0.5279541015625,0.40557861328125,0.626953125,1433,0,0 +23940,1,0,NA,NA,NA,115,77,0,32,0,19,2,12,3,181.1875,79.04,77.1107029,-1.9292970999999994,42,15,-15,16,1,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,0,0,0,2,NA,228,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1434,0,0 +23947,1,0,NA,NA,NA,110,83,0,31,0,20,2,16,5,174.375,80.29,100.24391377,19.95391377,42,20,-20,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,236,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1435,0,0 +23962,0,0,NA,NA,NA,130,68,0,26,0,20,4,16,5,172.375,78.36,77.1107029,-1.2492970999999926,42,20,0,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,10,2,1,0,0,1,0,0,2,2,0,1,1,1,2,NA,149,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1436,0,0 +23964,0,0,NA,NA,NA,97,62,1,28,0,18,4,15,4,163.875,56.13,59.420600470000004,3.290600470000001,42,10,2,4,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,3,2,1,0,0,0,0,0,2,2,0,0,0,1,1,NA,184,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1437,0,0 +23965,0,0,NA,NA,NA,140,92,0,44,0,19,2,12,3,169.6875,62.94,66.67807839000001,3.7380783900000125,42,40,0,28,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,1,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,233,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1438,0,0 +23973,0,0,NA,NA,NA,111,72,0,41,0,20,2,12,3,179.78125,85.62,92.98643585,7.366435850000002,42,15,5,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,3,2,1,1,0,0,0,0,2,2,0,1,0,0,2,NA,232,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1439,0,0 +23983,1,0,NA,NA,NA,132,84,0,33,0,21,2,15,4,176.78125,81.53,86.1825503,4.6525503000000015,NA,20,-20,20,0,0,1,0,2,0,0,0,0,1,2,0,0,0,1,1,1,4,2,1,0,0,1,0,0,2,2,0,0,1,0,2,NA,210,NA,NA,NA,NA,NA,NA,NA,1440,0,0 +23985,0,0,NA,NA,NA,113,78,1,43,0,19,2,12,3,148.78125,42.07,47.62719885,5.557198849999999,29,20,0,22,0,1,0,0,2,0,0,0,1,0,2,1,0,0,1,3,4,NA,2,1,0,0,0,1,1,2,2,0,1,0,1,1,4,190,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1441,0,0 +23990,0,1,90,12,27,139,86,0,67,0,22,2,12,3,168.6875,90.38,87.99691978,-2.3830802199999965,31,20,0,45,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,192,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1442,0,1 +24005,0,0,NA,NA,NA,131,80,0,26,0,20,2,13,4,176.5,60.67,68.49244787,7.822447870000005,20,25,5,12,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,0,1,6,2,0,0,0,0,1,0,2,2,0,1,1,2,2,NA,165,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1443,0,0 +24006,0,0,NA,NA,NA,125,78,0,34,0,20,2,12,3,172.1875,76.2,78.92507238,2.7250723800000003,29,40,0,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,268,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1444,0,0 +24007,0,0,NA,NA,NA,126,73,0,43,0,21,2,12,3,174,72.01,74.84274105,2.8327410499999957,29,20,20,27,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,0,3,2,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,241,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1445,0,0 +24009,0,0,NA,NA,NA,121,80,0,40,0,19,2,8,1,178.09375,75.98,80.73944186,4.7594418599999955,29,20,40,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,1,1,0,0,1,0,2,2,0,0,1,2,2,NA,247,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1446,0,0 +24011,0,0,NA,NA,NA,113,76,0,29,0,20,2,12,3,173.375,90.26,81.6466266,-8.6133734,20,30,5,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,12,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,190,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1447,0,0 +24013,0,0,NA,NA,NA,129,82,0,39,0,20,2,13,4,183.78125,99.79,93.89362059,-5.896379410000009,20,40,0,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,3,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,195,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1448,0,0 +24021,0,0,NA,NA,NA,111,60,1,28,0,14,2,11,2,151.6875,42.3,49.895160700000005,7.595160700000008,12,30,20,15,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,1,1,2,2,0,0,1,1,2,2,151,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1449,0,0 +24027,0,0,NA,NA,NA,129,73,0,51,0,19,2,8,1,171.375,80.29,84.36818082,4.07818082,29,40,-10,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,1,2,1,1,0,0,0,0,2,2,0,0,0,2,2,NA,208,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1450,0,1 +24032,1,1,88,7,5,125,70,0,50,0,22,2,12,3,167.28125,71.44,82.55381134000001,11.113811340000012,42,30,-30,33,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,3,4,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,282,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1451,0,0 +24034,1,1,84,2,18,104,66,0,44,0,19,5,10,2,165,46.95,38.10175908,-8.848240920000002,20,50,-50,28,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,4,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,205,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1452,0,0 +24035,0,0,NA,NA,NA,117,69,1,44,0,22,2,13,4,172,63.73,61.68856232,-2.0414376799999943,31,20,0,26,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,1,1,1,0,4,182,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1453,0,0 +24037,0,0,NA,NA,NA,95,68,1,26,0,19,2,12,3,163.09375,52.5,48.534383590000004,-3.9656164099999955,29,20,-5,7,0,0,0,0,2,0,1,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,1,0,0,0,3,181,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1454,0,0 +24039,0,0,NA,NA,NA,134,77,1,52,0,20,2,12,3,158.78125,59.19,46.72001411,-12.469985889999997,20,20,40,32,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,0,3,222,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1455,0,1 +24049,1,0,NA,NA,NA,110,67,0,57,0,NA,2,8,1,174.375,100.24,87.99691978,-12.243080219999996,5,25,-25,43,1,1,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,8,2,1,1,1,0,0,0,2,2,0,0,2,2,2,NA,231,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,1456,0,1 +24052,1,0,NA,NA,NA,127,82,0,44,0,21,2,12,3,178.1875,74.05,84.82177319,10.771773190000005,19,20,-20,28,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,0,1,6,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,158,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,1457,0,0 +24053,1,0,NA,NA,NA,119,85,0,39,0,NA,2,12,3,178.09375,72.57,86.63614267,14.066142670000005,29,20,-20,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,4,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,197,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1458,0,0 +24058,0,0,NA,NA,NA,120,74,1,41,1,14,5,12,3,158.28125,65.88,66.67807839000001,0.7980783900000148,20,10,10,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,0,0,0,0,0,0,2,2,0,0,0,2,0,2,201,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1459,0,0 +24059,0,0,NA,NA,NA,101,72,0,37,0,21,2,13,4,188.5,77,79.83225712000001,2.8322571200000084,29,40,-10,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,10,2,1,0,0,0,0,0,2,2,0,1,0,1,2,NA,197,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1460,0,0 +24061,0,0,NA,NA,NA,143,101,1,35,0,20,2,12,3,155.6875,52.5,56.24545388,3.7454538799999995,29,12,-2,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,4,2,0,0,0,0,0,0,2,2,0,0,0,0,0,2,153,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1461,0,0 +24065,1,0,NA,NA,NA,117,82,0,56,0,19,2,12,3,168,74.96,77.56429527,2.6042952700000086,29,20,-20,44,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,0,1,0,0,0,0,2,2,0,0,0,1,2,NA,204,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1462,0,1 +24067,0,0,NA,NA,NA,125,78,0,40,0,19,2,13,4,164,68.83,77.1107029,8.280702900000009,31,30,10,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,222,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1463,0,0 +24077,1,0,NA,NA,NA,131,85,0,34,0,19,2,12,3,175.5,71.55,81.6466266,10.096626600000008,20,15,-15,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,2,2,1,0,0,0,1,0,2,2,0,0,0,0,2,NA,183,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1464,0,0 +24078,0,0,NA,NA,NA,176,67,1,62,0,19,2,11,2,156.09375,74.28,72.57477920000001,-1.7052207999999922,29,20,0,41,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,1,0,0,0,1,2,2,0,0,0,1,0,NA,242,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1465,0,1 +24088,0,0,NA,NA,NA,131,76,0,52,0,22,2,12,3,175.875,69.17,70.30681735,1.1368173500000012,29,30,10,36,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,1,1,1,1,2,2,1,1,2,2,2,NA,235,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1466,0,1 +24091,0,0,NA,NA,NA,139,71,1,54,0,19,2,11,2,160.1875,58.97,61.68856232,2.7185623200000038,29,20,0,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,1,0,1,190,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1467,0,1 +24114,0,0,NA,NA,NA,107,72,0,49,0,21,2,12,3,177.375,88.45,91.62565874,3.175658740000003,36,60,0,17,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,2,1,1,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,288,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1468,0,0 +24118,0,1,88,1,7,156,78,0,56,0,19,2,17,5,178.5,74.84,73.48196394,-1.3580360600000034,36,30,-10,35,0,0,0,0,2,0,0,0,0,0,2,1,0,0,1,0,3,2,2,0,0,0,0,0,1,2,2,0,0,0,0,2,NA,241,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1469,0,1 +24122,0,1,85,4,8,104,60,0,68,0,18,2,8,1,160,74.28,57.60623099,-16.67376901,36,32,-12,54,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,5,2,0,0,1,0,0,0,2,2,0,0,1,2,2,NA,310,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1470,0,1 +24129,0,1,86,3,30,142,96,0,41,0,20,2,17,5,181.6875,104.78,102.51187562000001,-2.268124379999989,36,30,0,23,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,291,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1471,0,0 +24134,0,0,NA,NA,NA,111,80,1,30,0,20,2,13,4,158.875,60.1,68.49244787,8.392447870000005,36,2,1,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,1,0,2,2,0,0,1,1,0,3,176,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1472,0,0 +24135,0,0,NA,NA,NA,145,83,1,46,0,19,2,12,3,159.28125,54.32,58.05982336,3.7398233600000026,36,40,-10,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,1,1,0,0,1,0,2,2,0,0,1,0,0,2,297,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1473,0,0 +24140,0,0,NA,NA,NA,120,92,1,51,0,21,2,12,3,158.6875,57.04,60.781377580000004,3.7413775800000053,22,15,5,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,0,0,0,0,1,0,2,2,0,0,1,2,0,4,230,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1474,0,1 +24151,0,0,NA,NA,NA,125,80,0,25,0,20,2,16,5,170.28125,59.65,65.77089365,6.120893650000006,24,20,0,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,3,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,139,0,1.80078125,1.647705078125,0.7349853515625,0.46197509765625,0.152984619140625,0.27294921875,1475,0,0 +24162,0,0,NA,NA,NA,118,97,1,35,0,16,2,11,2,166.78125,118.16,120.20197805000001,2.0419780500000115,36,8,12,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,1,0,0,1,0,2,2,0,1,1,1,0,3,292,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1476,0,0 +24164,0,0,NA,NA,NA,115,71,1,43,0,19,3,12,3,167.28125,56.13,62.142154690000005,6.012154690000003,36,20,0,22,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,0,0,3,188,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1477,0,0 +24168,1,0,NA,NA,NA,126,77,1,62,0,13,2,9,2,156.09375,77.9,98.88313666,20.98313666,36,20,-20,44,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,1,0,0,1,0,2,2,0,0,2,2,0,6,214,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1478,0,1 +24171,0,0,NA,NA,NA,140,87,1,48,0,19,2,12,3,164.5,84.37,97.06876718000001,12.698767180000004,36,20,10,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,1,0,2,2,0,0,1,2,0,1,252,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1479,0,0 +24173,1,1,86,8,27,143,90,0,53,0,NA,2,13,4,172.6875,89.92,96.61517481,6.6951748099999975,36,5,-5,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,1,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,256,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1480,0,1 +24178,0,0,NA,NA,NA,104,52,1,49,0,19,3,16,5,170.1875,74.16,65.31730128000001,-8.842698719999987,12,30,0,29,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,0,3,4,2,1,1,0,0,0,0,2,2,0,0,0,1,0,2,246,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1481,0,0 +24180,1,0,NA,NA,NA,119,79,1,32,0,20,2,9,2,164.1875,53.18,62.142154690000005,8.962154690000006,36,30,-30,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,0,1,2,2,0,0,1,1,0,1,178,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1482,0,0 +24188,0,1,92,11,1,142,77,1,54,0,19,2,12,3,156.5,70.87,83.91458845000001,13.044588450000006,36,20,-15,38,1,1,0,0,2,0,0,0,1,1,2,0,0,0,1,3,4,NA,2,1,0,0,1,1,0,2,2,0,0,0,2,0,6,273,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1483,0,1 +24189,0,0,NA,NA,NA,126,91,0,39,0,21,2,10,2,174.875,86.07,88.90410452,2.834104520000011,42,30,10,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,3,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,257,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1484,0,0 +24198,0,0,NA,NA,NA,110,72,1,41,0,19,5,12,3,154.59375,59.19,70.30681735,11.116817350000005,36,20,0,21,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,3,4,2,1,0,0,1,0,0,2,2,0,1,2,1,0,1,197,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1485,0,0 +24203,0,0,NA,NA,NA,179,91,1,48,1,19,2,12,3,161.28125,49.55,52.163122550000004,2.613122550000007,36,8,12,26,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,0,3,1,2,1,1,0,0,1,0,2,2,0,0,2,2,0,3,229,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1486,0,0 +24214,1,1,86,9,4,131,77,0,47,0,21,3,16,5,185.28125,72.23,80.73944186,8.509441859999995,34,15,-15,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,3,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,179,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1488,0,0 +24215,1,0,NA,NA,NA,113,79,0,32,0,20,2,10,2,163.1875,83.46,87.08973504000001,3.629735040000014,36,40,-40,18,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,3,1,1,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,276,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1489,0,0 +24225,0,0,NA,NA,NA,98,65,1,37,0,20,2,11,2,160.1875,49.9,53.523899660000005,3.6238996600000064,26,40,-20,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,0,1,0,1,192,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1490,0,0 +24226,0,0,NA,NA,NA,133,67,1,47,0,19,2,12,3,154.78125,52.62,59.420600470000004,6.800600470000006,26,40,-20,31,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,1,0,5,171,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1491,0,0 +24233,0,0,NA,NA,NA,121,73,0,25,0,20,2,12,3,181.09375,69.06,73.48196394,4.421963939999998,26,20,0,5,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,1,6,2,0,0,0,1,0,0,2,2,0,0,1,0,2,NA,158,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1492,0,0 +24239,0,1,85,8,23,167,94,1,69,0,19,3,11,2,161.28125,67.93,53.97749203,-13.952507970000006,39,20,-10,34,0,0,0,1,2,0,0,0,0,1,2,0,0,0,1,3,4,NA,2,1,1,1,1,0,0,2,2,0,0,2,2,0,8,271,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1493,0,1 +24247,0,0,NA,NA,NA,124,68,0,42,1,19,2,11,2,179.6875,59.87,65.77089365,5.9008936500000075,26,20,0,28,0,1,0,0,2,0,0,0,1,0,2,0,0,0,1,0,3,4,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,206,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1494,0,0 +24248,1,1,91,3,23,129,86,1,50,0,14,2,12,3,155.875,64.41,71.66759446,7.257594460000007,26,30,-30,32,1,1,0,0,2,0,0,0,1,1,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,1,1,0,10,266,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1495,0,0 +24254,0,0,NA,NA,NA,141,91,1,32,0,19,2,12,3,164.1875,54.09,55.791861510000004,1.7018615100000005,54,20,0,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,1,1,3,NA,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1496,0,0 +24262,1,0,NA,NA,NA,120,80,1,28,0,19,2,12,3,155.1875,47.06,68.49244787,21.432447870000004,26,20,-20,13,0,1,0,0,2,0,1,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,1,1,2,0,4,212,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1497,0,0 +24272,0,1,92,7,14,126,75,1,42,0,20,2,12,3,165.78125,80.29,102.51187562000001,22.221875620000006,26,5,10,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,1,0,2,2,0,0,2,2,0,NA,223,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1498,0,0 +24275,1,0,NA,NA,NA,126,84,0,45,0,21,2,11,2,179.1875,94.91,98.88313666,3.9731366600000086,26,10,-10,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,253,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1499,0,0 +24280,0,0,NA,NA,NA,132,88,0,28,0,22,2,10,2,173.6875,82.78,85.27536556,2.495365559999996,NA,40,0,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,3,2,1,1,0,0,0,0,2,2,0,1,1,2,2,NA,236,NA,NA,NA,NA,NA,NA,NA,1500,0,0 +24300,0,0,NA,NA,NA,122,74,1,32,0,21,2,12,3,155,48.87,54.884676770000006,6.014676770000008,45,10,10,4,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,2,2,1,0,0,1,0,0,2,2,0,0,0,0,1,4,180,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1501,0,0 +24305,0,0,NA,NA,NA,119,82,1,42,0,20,2,12,3,161.78125,63.84,76.65711053,12.817110529999994,26,20,-10,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,0,0,0,0,0,0,2,2,1,0,2,1,0,3,237,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1502,0,0 +24306,1,0,NA,NA,NA,91,62,1,31,0,22,2,12,3,162.375,62.6,61.68856232,-0.9114376799999988,26,30,-30,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,0,0,2,2,1,1,0,0,1,2,183,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1503,0,0 +24313,0,0,NA,NA,NA,116,73,1,39,0,20,2,11,2,160,62.26,69.39963261,7.13963261,26,30,10,22,0,0,0,0,2,0,0,1,0,0,2,0,0,1,0,4,4,NA,2,0,0,0,0,1,0,2,2,0,0,1,1,0,6,153,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1504,0,0 +24315,0,0,NA,NA,NA,116,79,1,36,0,16,5,10,2,168.78125,61.58,53.523899660000005,-8.056100339999993,26,60,0,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,3,2,1,0,0,0,0,0,2,2,0,1,1,2,1,5,146,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1505,0,0 +24319,0,0,NA,NA,NA,114,69,1,29,0,21,2,12,3,157.59375,48.76,56.69904625,7.939046250000004,26,30,-10,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,0,0,1,1,134,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1506,0,0 +24334,0,0,NA,NA,NA,100,67,1,25,0,19,2,12,3,174.375,81.53,68.0388555,-13.491144500000004,26,4,-2,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,1,0,0,0,0,0,2,2,0,0,1,1,0,2,NA,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1507,0,0 +24336,0,0,NA,NA,NA,119,68,1,36,0,18,5,12,3,157.5,47.85,51.255937810000006,3.4059378100000046,NA,9,1,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,1,0,0,0,0,0,2,2,0,0,1,0,0,3,212,NA,NA,NA,NA,NA,NA,NA,1508,0,0 +24345,0,0,NA,NA,NA,137,70,0,51,0,14,2,15,4,186.1875,105.57,92.07925111,-13.490748889999992,39,20,0,35,1,1,0,0,2,0,0,0,1,0,2,0,0,0,0,4,4,NA,2,1,0,1,1,0,0,2,2,0,1,1,2,2,NA,153,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1509,0,1 +24347,0,0,NA,NA,NA,106,64,1,29,0,19,2,12,3,160.28125,64.75,63.502931800000006,-1.247068199999994,39,40,-10,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,1,0,5,254,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1510,0,0 +24354,1,0,NA,NA,NA,135,86,0,42,0,17,2,9,2,169.59375,81.19,91.17206637000001,9.982066370000013,39,20,-20,25,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,179,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1511,0,0 +24355,0,0,NA,NA,NA,108,77,0,30,0,18,2,7,1,172.375,65.43,62.59574706,-2.834252940000006,39,20,0,14,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,1,0,0,2,NA,117,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1512,0,0 +24358,0,0,NA,NA,NA,109,76,0,28,0,19,2,12,3,175.09375,82.1,77.1107029,-4.9892970999999875,39,3,17,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,211,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1513,0,0 +24362,0,0,NA,NA,NA,112,81,1,36,0,15,2,12,3,164.875,57.04,61.68856232,4.6485623200000035,39,20,0,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,0,2,219,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1514,0,0 +24363,0,0,NA,NA,NA,119,78,1,34,0,17,2,11,2,162.6875,105.8,75.74992579,-30.05007420999999,18,40,-20,4,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,1,0,2,2,0,1,1,2,0,4,112,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1515,0,0 +24364,0,0,NA,NA,NA,134,89,1,43,1,18,4,12,3,161.6875,84.25,88.45051215000001,4.200512150000009,39,20,0,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,0,NA,165,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1516,0,0 +24365,0,0,NA,NA,NA,123,78,0,40,0,16,2,12,3,174.1875,81.53,81.6466266,0.11662660000000358,39,20,0,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,141,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1517,0,0 +24374,0,0,NA,NA,NA,110,63,1,37,0,17,6,10,2,162.875,51.03,58.05982336,7.029823360000002,21,10,10,12,1,1,0,0,2,1,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,1,1,1,2,2,0,1,2,2,1,4,133,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1518,0,0 +24378,0,0,NA,NA,NA,104,60,1,34,0,20,2,11,2,161.1875,56.36,56.24545388,-0.11454611999999997,21,40,20,21,0,1,0,0,2,1,0,0,0,0,2,0,0,1,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,1,0,1,0,4,275,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1519,0,0 +24379,0,1,90,4,28,156,98,0,38,0,19,5,12,3,179.5,85.5,92.53284348000001,7.032843480000011,39,30,-5,22,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,5,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,207,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1520,0,0 +24380,1,0,NA,NA,NA,101,71,0,55,0,20,2,10,2,179.78125,72.12,89.35769689,17.237696889999995,21,20,-20,36,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,1,0,0,0,0,1,2,2,0,0,1,2,2,NA,191,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1521,0,1 +24384,0,0,NA,NA,NA,111,67,1,45,0,19,2,12,3,155.875,105.35,90.26488163,-15.08511836999999,39,20,-3,24,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,0,1,1,0,3,222,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1522,0,0 +24387,0,1,85,6,29,145,74,1,41,0,19,2,12,3,165,76.88,74.38914868,-2.49085131999999,21,2,15,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,1,0,2,2,0,0,1,0,0,5,210,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1523,0,0 +24391,0,0,NA,NA,NA,145,98,0,29,0,14,2,12,3,168.28125,60.78,67.13167076,6.351670760000005,39,15,5,12,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,225,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1524,0,0 +24396,0,0,NA,NA,NA,131,57,1,64,0,19,2,12,3,150.09375,56.02,58.9670081,2.947008099999998,39,15,5,40,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,1,1,1,0,1,218,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1525,0,1 +24397,0,0,NA,NA,NA,117,62,1,53,0,14,5,8,1,156,69.97,60.781377580000004,-9.188622419999994,21,20,10,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,1,0,NA,263,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1526,0,1 +24403,0,0,NA,2,9,149,90,0,55,0,16,6,10,2,163.78125,73.82,74.84274105,1.0227410500000076,39,40,-10,43,0,0,0,0,2,1,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,1,2,2,0,0,1,2,2,NA,196,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1527,0,1 +24423,1,0,NA,NA,NA,98,70,0,33,0,20,2,16,5,177.1875,78.24,78.47148001000001,0.23148001000001273,39,2,-2,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,3,2,0,0,0,0,0,0,2,2,0,1,1,1,2,NA,213,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1528,0,0 +24428,1,0,NA,NA,NA,NA,NA,0,40,0,17,2,9,2,187.375,104.1,108.8621688,4.762168800000012,39,40,-40,22,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,6,2,0,1,0,0,0,0,2,2,0,0,0,1,2,NA,177,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1529,0,0 +24430,0,1,90,9,29,153,71,0,50,0,22,2,8,1,166.6875,81.31,85.728957930000007,4.418957930000005,21,50,-20,34,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,244,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1530,0,0 +24440,0,0,NA,NA,NA,108,90,1,30,0,19,2,12,3,157.78125,84.82,89.81128926000001,4.991289260000016,39,30,10,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,5,2,1,0,0,0,0,0,2,2,1,0,1,0,0,2,237,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1531,0,0 +24443,0,0,NA,NA,NA,97,65,1,36,0,19,2,12,3,170.78125,59.53,72.57477920000001,13.044779200000008,NA,2,6,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,1,0,0,0,0,2,2,0,0,1,1,0,NA,223,NA,NA,NA,NA,NA,NA,NA,1532,0,0 +24446,0,0,NA,NA,NA,125,84,1,43,0,13,5,12,3,157,44.45,55.33826914,10.888269139999998,39,20,5,24,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,1,0,0,0,1,1,2,2,0,0,1,1,0,2,202,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1533,0,0 +24454,0,0,NA,NA,NA,116,70,0,26,0,NA,2,10,2,174.1875,66.79,63.502931800000006,-3.2870682,39,20,10,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,18,2,1,1,0,0,1,0,2,2,0,0,0,0,2,NA,178,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1534,0,0 +24457,0,0,NA,NA,NA,121,74,1,45,0,18,2,8,1,159.59375,86.3,101.15109851000001,14.851098510000014,21,20,-17,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,1,0,2,2,0,0,1,2,0,2,164,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1535,0,0 +24470,0,0,NA,NA,NA,115,75,0,35,1,21,2,8,1,175.5,75.52,82.55381134000001,7.033811340000014,28,20,-16,17,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,2,1,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,180,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,1536,0,0 +24499,0,0,NA,NA,NA,131,72,0,29,0,19,2,6,1,163.28125,75.86,72.57477920000001,-3.2852207999999905,NA,6,9,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,6,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,282,NA,NA,NA,NA,NA,NA,NA,1537,0,0 +24500,0,0,NA,NA,NA,100,56,1,44,0,20,5,16,5,165.6875,59.65,62.59574706,2.945747060000002,17,8,-2,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,4,2,0,0,0,0,0,0,2,2,1,0,1,1,0,5,110,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1538,0,0 +24501,0,0,NA,NA,NA,118,72,1,25,1,11,4,8,1,162.59375,60.78,65.77089365,4.990893650000004,17,8,12,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,1,1,0,0,0,0,2,2,0,0,0,2,1,5,148,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1539,0,0 +24502,0,0,NA,NA,NA,103,61,0,33,0,19,2,3,1,176.09375,73.03,74.38914868,1.359148680000004,NA,20,0,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,4,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,225,NA,NA,NA,NA,NA,NA,NA,1540,0,0 +24503,0,0,NA,NA,NA,142,76,1,48,1,20,2,12,3,171.59375,50.69,49.895160700000005,-0.7948392999999925,28,12,3,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,1,0,0,0,0,0,2,2,0,0,0,2,0,2,252,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,1541,0,0 +24533,0,1,86,11,14,140,83,0,57,1,17,2,6,1,174,93.55,95.2543977,1.7043977000000012,1,7,3,36,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,0,1,0,0,0,0,2,2,0,0,0,1,2,NA,265,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1542,0,1 +24546,0,0,NA,NA,NA,159,92,0,53,0,18,2,5,1,165.875,72.35,70.30681735,-2.0431826499999914,NA,8,-3,30,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,3,1,2,1,1,0,0,0,0,2,2,0,0,1,0,2,NA,162,NA,NA,NA,NA,NA,NA,NA,1543,0,1 +24552,1,0,NA,NA,NA,110,69,0,43,0,20,2,12,3,180.375,71.44,73.48196394,2.0419639400000023,17,40,-40,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,162,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1544,0,0 +24559,0,0,NA,NA,NA,103,69,1,45,0,15,2,12,3,173.875,91.63,77.1107029,-14.519297099999989,18,20,0,27,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,2,3,3,2,0,0,0,0,0,0,2,2,0,0,1,1,0,7,240,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1545,0,0 +24563,0,0,NA,NA,NA,121,71,1,39,0,20,2,8,1,161,64.3,63.04933943,-1.2506605699999938,17,30,-10,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,2,2,1,0,0,0,0,0,2,2,0,0,0,0,0,5,179,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1546,0,0 +24577,0,0,NA,NA,NA,134,75,1,45,0,22,2,12,3,166.09375,80.85,90.718474,9.868474000000006,NA,30,10,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,1,0,0,1,0,2,2,0,0,1,2,0,3,205,NA,NA,NA,NA,NA,NA,NA,1547,0,0 +24578,0,0,NA,NA,NA,117,86,1,32,1,16,4,11,2,162.1875,79.15,81.6466266,2.496626599999999,1,20,-11,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,5,2,0,0,0,0,0,0,2,2,0,0,1,2,0,5,156,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1548,0,0 +24580,0,0,NA,NA,NA,114,69,1,32,0,20,4,12,3,166.1875,62.94,70.30681735,7.366817350000005,26,50,40,11,0,1,0,0,2,0,0,0,1,0,2,0,0,0,1,3,3,3,2,1,0,0,1,0,0,2,2,0,0,1,2,0,NA,183,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1549,0,0 +24583,0,0,NA,NA,NA,109,69,1,25,0,21,4,16,5,159.28125,64.64,74.84274105,10.20274105,26,15,5,4,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,0,0,2,2,0,0,1,1,0,NA,188,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1550,0,0 +24584,1,0,NA,NA,NA,140,88,1,37,1,16,6,13,4,167.375,75.86,79.37866475,3.5186647499999992,36,20,-20,14,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,3,2,1,1,0,0,0,0,2,2,0,0,1,1,0,4,199,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1551,0,0 +24585,0,0,NA,NA,NA,144,74,1,50,0,19,2,7,1,169.59375,66.9,75.29633342000001,8.396333420000005,26,20,0,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,1,1,1,0,0,0,2,2,0,0,0,0,0,4,272,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1552,0,0 +24589,0,0,NA,NA,NA,127,73,1,34,0,22,2,17,5,161.1875,54.2,61.68856232,7.48856232,26,20,5,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,0,1,0,0,0,0,2,2,0,1,0,0,0,1,176,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1553,0,0 +24591,0,0,NA,NA,NA,109,69,1,31,0,19,2,12,3,162.28125,65.88,88.90410452,23.02410452000001,26,10,0,15,0,1,0,0,2,1,0,0,0,0,2,0,0,0,1,3,3,3,2,1,1,0,0,0,0,2,2,0,1,1,2,0,4,202,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1554,0,0 +24596,0,0,NA,NA,NA,89,58,1,37,0,22,2,16,5,168.59375,45.47,49.895160700000005,4.425160700000006,26,30,-10,17,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,2,2,1,0,0,1,0,0,2,2,0,1,1,1,1,NA,192,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1555,0,0 +24600,0,0,NA,NA,NA,120,72,1,48,0,22,2,16,5,156.28125,67.59,63.95652417,-3.633475830000002,39,20,-5,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,1,2,1,0,0,0,0,0,2,2,0,0,1,1,0,3,157,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1557,0,0 +24619,0,0,NA,NA,NA,96,72,1,25,0,13,2,12,3,156,75.18,80.73944186,5.559441859999993,26,40,-10,10,0,0,0,0,2,1,0,0,0,0,2,0,0,1,1,3,4,NA,2,1,0,0,0,1,1,2,2,1,0,0,1,0,5,149,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1558,0,0 +24638,0,1,86,6,30,104,60,1,57,0,14,3,11,2,163.78125,60.55,62.59574706,2.0457470600000036,26,40,0,39,0,1,0,0,2,1,0,0,1,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,1,0,2,2,0,1,2,2,0,2,327,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1559,0,1 +24652,1,0,NA,NA,NA,109,75,0,40,0,22,2,13,4,176.09375,80.74,78.47148001000001,-2.2685199899999873,26,35,-35,25,1,1,0,0,2,0,0,0,1,1,2,0,0,0,1,2,2,2,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,232,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1561,0,0 +24668,0,1,88,10,25,117,81,0,50,0,21,2,12,3,173.375,77.68,83.46099608,5.780996079999994,26,30,5,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,203,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1562,0,0 +24679,0,0,NA,NA,NA,127,71,1,51,0,20,2,13,4,162.6875,54.88,54.4310844,-0.4489155999999994,26,20,10,16,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,2,2,1,0,0,0,0,0,2,2,0,0,0,1,0,NA,169,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1563,0,1 +24690,1,0,NA,3,5,127,69,0,61,0,18,2,9,2,158.78125,71.33,74.84274105,3.5127410500000025,36,12,-12,49,0,1,0,0,2,1,0,0,1,0,2,0,0,0,1,3,1,1,2,1,1,0,0,0,0,2,2,0,0,1,2,2,NA,189,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1564,0,1 +24698,1,0,NA,NA,NA,179,81,0,67,0,21,2,17,5,176.6875,78.7,76.20351816,-2.4964818400000013,42,30,-30,51,0,0,0,0,2,0,0,0,0,0,2,1,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,185,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1565,0,1 +24705,1,1,83,10,4,122,78,0,74,0,16,2,10,2,158.09375,68.83,66.67807839000001,-2.151921609999988,42,10,-10,53,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,227,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1566,0,1 +24707,0,1,89,1,3,135,62,0,69,0,11,2,12,3,177.09375,79.49,77.56429527,-1.9257047299999925,34,40,-30,52,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,0,0,1,0,0,0,2,2,0,0,1,2,2,NA,193,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1567,0,1 +24710,0,0,NA,NA,NA,113,74,1,27,0,22,6,11,2,161.78125,66.11,74.38914868,8.279148680000006,42,40,-10,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,1,2,1,0,0,0,0,0,2,2,1,0,1,1,1,3,NA,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1568,0,0 +24713,0,0,NA,NA,NA,136,82,1,53,0,19,4,12,3,157.1875,60.44,92.53284348000001,32.09284348000001,42,20,30,37,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,0,NA,154,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1569,0,1 +24719,0,0,NA,NA,NA,127,69,0,34,0,NA,4,13,4,165.6875,62.48,63.04933943,0.5693394300000065,42,45,5,21,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,1,0,2,2,0,0,2,1,2,NA,285,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1570,0,0 +24721,1,1,90,2,23,127,56,0,63,0,21,2,9,2,162.09375,55.79,58.9670081,3.177008100000002,42,40,-40,44,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,216,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1571,0,1 +24722,0,0,NA,NA,NA,134,85,1,42,0,22,2,16,5,168.59375,66.56,65.31730128000001,-1.2426987199999928,42,20,0,25,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,1,0,0,2,2,0,0,1,1,1,2,225,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1572,0,0 +24723,0,0,NA,NA,NA,143,78,0,53,0,21,2,10,2,170.59375,79.38,79.83225712000001,0.45225712000001295,26,40,0,37,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,2,1,2,1,1,0,0,0,0,2,2,0,0,0,2,2,NA,151,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1573,0,1 +24724,0,0,NA,NA,NA,124,72,1,28,0,21,4,17,5,165,52.28,60.32778521,8.04778521,42,20,0,12,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,0,0,2,2,0,0,1,1,1,NA,NA,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1574,0,0 +24725,1,1,89,10,31,123,97,0,38,0,20,2,11,2,188.6875,121.9,136.53130337000002,14.631303370000012,42,30,-30,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,3,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,255,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1575,0,0 +24726,0,0,NA,NA,NA,129,73,1,59,0,18,3,12,3,159.59375,88.68,78.47148001000001,-10.20851999,42,20,10,38,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,1,0,2,2,0,0,1,1,0,3,257,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1576,0,1 +24729,0,0,NA,NA,NA,116,76,1,28,1,19,2,10,2,163.1875,57.49,57.60623099,0.11623098999999826,42,12,3,18,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,3,3,2,2,1,1,0,0,0,0,2,2,1,1,1,1,1,3,123,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1577,0,0 +24735,1,0,NA,NA,NA,NA,NA,1,27,0,19,5,16,5,162,53.52,58.05982336,4.53982336,42,10,-10,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,0,0,2,2,0,1,1,2,1,2,214,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1578,0,0 +24737,0,0,NA,NA,NA,125,81,0,33,0,21,2,17,5,176.78125,75.86,78.01788764,2.1578876399999984,42,20,5,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,1,2,2,NA,256,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1579,0,0 +24741,0,0,NA,NA,NA,106,61,1,54,0,19,2,12,3,161.09375,62.26,68.49244787,6.2324478700000085,42,10,-4,36,1,1,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,1,0,0,0,0,0,2,2,0,0,1,1,0,5,218,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1580,0,1 +24746,0,0,NA,NA,NA,161,57,0,54,0,22,2,15,4,175.5,86.86,86.1825503,-0.6774496999999968,42,30,10,36,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,2,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,200,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1581,0,1 +24770,0,0,NA,NA,NA,133,76,0,26,0,17,2,15,4,180.6875,111.58,114.75886961,3.1788696100000067,42,15,5,12,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,1,2,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,226,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1582,0,0 +24810,0,0,NA,NA,NA,155,82,1,32,0,19,2,12,3,158.1875,104.89,120.65557042,15.765570420000003,36,15,0,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,1,0,0,0,0,0,2,2,0,0,0,0,0,3,214,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1583,0,0 +24817,1,1,91,5,2,156,86,0,56,0,19,2,13,4,152.375,42.41,62.142154690000005,19.73215469000001,36,80,-80,38,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,0,0,0,0,0,0,2,2,0,1,0,2,2,NA,277,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1584,0,1 +24820,0,0,NA,NA,NA,110,80,1,33,0,20,2,12,3,159.375,79.04,81.6466266,2.6066265999999985,36,35,-5,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,4,2,1,1,0,0,0,0,2,2,0,0,0,1,0,3,177,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1585,0,0 +24823,0,0,NA,NA,NA,NA,NA,1,43,0,NA,2,11,2,171.875,61.8,66.22448602,4.424486020000003,36,40,0,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,0,1,0,0,0,0,2,2,0,0,0,2,0,NA,295,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1586,0,0 +24825,0,0,NA,NA,NA,168,80,0,50,1,21,2,12,3,169.28125,103.53,85.728957930000007,-17.801042069999994,36,10,0,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,0,0,0,0,0,0,2,2,0,0,2,2,2,NA,213,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1587,0,0 +24828,0,0,NA,NA,NA,116,70,1,29,1,22,2,12,3,169.375,55.22,64.86370891,9.64370891,39,20,0,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,0,0,1,0,NA,177,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1588,0,0 +24830,0,0,NA,NA,NA,129,79,0,32,0,21,2,10,2,181.375,90.95,99.79032140000001,8.840321400000008,NA,60,-20,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,218,NA,NA,NA,NA,NA,NA,NA,1589,0,0 +24834,1,0,NA,NA,NA,147,112,1,35,0,20,2,13,4,159.59375,65.54,90.718474,25.178473999999994,48,10,-10,13,0,0,0,0,2,0,1,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,0,2,204,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1590,0,0 +24837,0,0,NA,NA,NA,175,77,0,65,1,20,2,10,2,180.78125,83.8,86.63614267,2.836142670000001,51,20,1,40,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,157,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,1591,0,1 +24842,0,0,NA,NA,NA,110,59,1,49,0,NA,2,12,3,168.875,54.88,65.77089365,10.890893650000002,36,4,0,32,0,0,0,0,2,0,0,0,0,0,2,1,0,0,1,3,4,NA,2,0,1,0,0,0,0,2,2,0,0,1,1,0,3,208,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1592,0,0 +24844,0,0,NA,NA,NA,128,70,0,36,1,21,2,12,3,181.28125,87.09,90.718474,3.628473999999997,37,20,10,19,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,1,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,208,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,1593,0,0 +24845,1,0,NA,NA,NA,124,74,1,40,0,22,2,16,5,155.875,63.16,66.22448602,3.064486020000004,36,1,-1,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,1,0,0,2,2,0,1,0,0,0,4,203,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1594,0,0 +24847,0,0,NA,NA,NA,136,90,1,42,0,21,4,17,5,169.28125,56.13,64.41011654,8.280116540000002,47,4,-1,22,0,0,1,0,2,0,0,0,0,0,2,0,0,0,1,0,2,2,2,1,1,0,0,1,0,2,2,0,0,1,0,1,1,202,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1595,0,0 +24852,0,0,NA,NA,NA,133,70,0,31,0,22,2,17,5,180.28125,61.8,70.30681735,8.506817350000006,36,20,10,13,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,1,1,2,1,0,0,0,0,0,2,2,0,1,2,1,2,NA,161,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1596,0,0 +24859,0,0,NA,NA,NA,122,64,1,34,0,19,2,12,3,158.5,60.21,60.32778521,0.11778521000000097,36,15,5,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,4,2,1,0,0,0,0,0,2,2,0,0,0,1,0,4,162,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1597,0,0 +24860,0,0,NA,NA,NA,130,68,1,35,0,19,2,12,3,161.6875,45.25,58.05982336,12.809823360000003,36,20,0,15,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,1,2,2,0,0,0,0,0,4,218,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1598,0,0 +24878,0,0,NA,NA,NA,140,79,1,32,0,21,2,13,4,163.1875,53.07,58.05982336,4.989823360000003,NA,15,3,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,3,2,1,1,0,0,0,1,2,2,0,0,0,2,0,1,179,NA,NA,NA,NA,NA,NA,NA,1599,0,0 +24895,1,0,NA,NA,NA,117,80,1,36,0,19,6,12,3,164.375,56.81,64.86370891,8.053708909999997,36,5,-5,1,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,3,5,2,1,0,0,0,0,0,2,2,0,0,1,1,0,4,233,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1600,0,0 +24896,0,0,NA,NA,NA,143,84,0,39,0,22,2,16,5,184.09375,86.75,78.92507238,-7.824927619999997,36,50,-10,21,0,0,0,0,2,0,1,0,1,0,2,0,0,0,1,0,3,4,2,1,0,0,0,0,0,2,2,0,1,1,1,2,NA,216,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1601,0,0 +24927,0,1,86,5,19,122,72,1,53,0,19,3,10,2,163.59375,63.96,64.41011654,0.45011654000000334,21,20,0,33,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,1,0,0,2,2,0,0,1,2,0,2,187,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1602,0,1 +24936,0,0,NA,NA,NA,104,69,1,27,0,18,3,10,2,162.5,79.38,73.93555631000001,-5.444443689999986,54,20,-11,5,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,0,1,5,193,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1603,0,0 +24943,0,0,NA,NA,NA,126,77,0,25,0,16,2,8,1,171.6875,69.63,84.36818082,14.73818082000001,54,10,-5,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,164,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1604,0,0 +24948,0,0,NA,NA,NA,132,84,1,41,0,20,2,11,2,165.28125,51.14,64.41011654,13.270116540000004,54,10,10,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,0,7,168,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1605,0,0 +24949,1,0,NA,NA,NA,132,79,1,72,0,12,3,2,1,165.28125,93.67,72.57477920000001,-21.095220799999993,54,4,-4,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,1,0,0,0,0,0,2,2,0,0,2,2,0,10,210,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1606,0,1 +24952,1,0,NA,NA,NA,108,68,0,40,0,19,2,6,1,187.375,99.56,99.33672903,-0.2232709700000015,54,20,-20,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,188,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1607,0,0 +24953,0,0,NA,NA,NA,107,68,0,57,0,18,2,7,1,182.375,66.68,68.0388555,1.35885549999999,54,20,0,37,0,1,0,0,2,0,1,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,1,0,0,2,NA,213,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1608,0,1 +24959,0,0,NA,NA,NA,132,77,0,45,0,18,2,12,3,174.5,62.03,66.22448602,4.194486019999999,54,45,-15,33,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,6,2,1,0,0,0,0,0,2,2,0,1,0,1,2,NA,194,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1609,0,0 +24963,0,1,91,3,10,169,79,0,60,0,13,2,4,1,164.78125,56.36,58.9670081,2.6070081000000016,54,12,-8,50,0,1,1,0,2,0,0,0,1,0,2,0,0,0,1,2,1,2,2,1,1,0,0,0,0,2,2,0,0,2,1,2,NA,244,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1610,0,1 +24964,0,0,NA,NA,NA,117,90,1,36,0,17,2,8,1,163.375,49.9,53.07030729,3.1703072900000038,54,20,0,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,1,0,0,1,5,167,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1611,0,0 +24968,0,0,NA,NA,NA,125,76,1,47,0,19,2,12,3,160.5,55.91,64.41011654,8.500116540000008,54,20,0,28,0,1,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,1,0,2,2,0,0,2,2,0,1,134,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1612,0,0 +24969,0,0,NA,NA,NA,136,91,1,33,0,20,2,12,3,160.375,98.77,97.06876718000001,-1.701232819999987,37,40,0,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,1,1,0,0,1,0,2,2,0,0,1,1,0,3,199,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,1613,0,0 +24970,0,0,NA,NA,NA,137,80,0,39,0,17,2,7,1,175.78125,64.75,68.49244787,3.7424478700000066,54,30,30,26,0,1,0,0,2,0,0,0,1,0,2,0,0,0,1,0,1,12,2,1,1,0,0,1,0,2,2,0,0,1,1,2,NA,202,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1614,0,0 +24971,0,0,NA,NA,NA,109,90,1,39,0,19,2,13,4,166.5,56.47,55.33826914,-1.1317308599999976,54,40,-20,25,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,0,3,159,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1615,0,0 +24974,0,0,NA,NA,NA,117,69,0,31,0,15,2,11,2,180.6875,63.39,67.58526313,4.195263130000001,54,40,-20,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,6,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,218,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1616,0,0 +24983,0,0,NA,NA,NA,127,80,1,50,0,19,2,4,1,162,47.17,51.255937810000006,4.085937810000004,54,25,5,32,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,1,2,1,0,0,0,1,0,2,2,0,0,0,2,0,5,214,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1617,0,0 +24986,0,0,NA,NA,NA,169,74,1,55,0,13,3,6,1,155.5,59.42,65.31730128000001,5.897301280000008,54,20,0,39,1,0,0,0,2,0,0,0,1,0,2,0,0,0,1,2,3,3,2,1,0,0,0,1,0,2,2,0,0,0,1,0,5,225,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1618,0,1 +24995,0,0,NA,NA,NA,103,62,0,34,0,13,2,10,2,186.09375,66.68,67.58526313,0.9052631299999945,26,20,0,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,181,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1619,0,0 +24998,0,0,NA,NA,NA,142,73,1,69,0,12,2,8,1,151.78125,44.91,44.905644630000005,-0.004355369999991865,54,20,0,34,0,1,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,1,1,1,0,8,NA,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1620,0,1 +25001,0,0,NA,NA,NA,112,73,1,25,0,18,2,12,3,164.1875,63.96,59.874192840000006,-4.0858071599999946,54,15,5,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,0,1,2,263,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1621,0,0 +25005,0,0,NA,NA,NA,161,84,1,64,0,19,2,16,5,164.6875,51.03,48.08079122,-2.9492087799999993,54,6,0,30,1,0,0,0,2,0,0,0,0,1,2,0,0,1,1,3,1,1,2,0,0,0,1,0,0,2,2,0,0,0,1,0,2,232,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1622,0,1 +25010,0,0,NA,NA,NA,119,64,0,42,0,19,4,7,1,175.6875,54.54,56.69904625,2.159046250000003,54,8,2,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,1,0,2,2,0,0,0,1,2,NA,146,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1623,0,0 +25013,0,0,NA,NA,NA,125,77,1,47,0,16,5,8,1,167.1875,84.94,93.44002822,8.500028220000004,54,20,0,31,0,0,0,0,2,1,0,0,0,0,2,0,1,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,1,0,0,0,5,254,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1624,0,0 +25014,0,0,NA,NA,NA,115,66,0,45,0,16,4,0,1,172.09375,63.05,64.41011654,1.360116540000007,54,40,0,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,1,0,0,0,0,2,2,0,0,0,0,2,NA,NA,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1625,0,0 +25016,0,0,NA,NA,NA,124,80,1,47,0,18,2,8,1,170.09375,57.72,61.23496995,3.514969950000001,54,20,0,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,0,2,270,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1626,0,0 +25032,0,0,NA,NA,NA,171,77,0,68,0,13,2,6,1,162.59375,52.39,57.152638620000005,4.762638620000004,54,15,5,46,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,1,0,0,0,0,2,2,0,0,1,1,2,NA,223,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1628,0,1 +25061,1,0,NA,NA,NA,136,90,0,29,0,19,2,10,2,165.5,90.83,106.59420695,15.764206950000002,54,30,-30,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,6,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,243,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1629,0,0 diff --git a/docs/_site/projects/rcts-ipw/data/nhefs_codebook.csv b/docs/_site/projects/rcts-ipw/data/nhefs_codebook.csv new file mode 100644 index 00000000..1c2c1b20 --- /dev/null +++ b/docs/_site/projects/rcts-ipw/data/nhefs_codebook.csv @@ -0,0 +1,65 @@ +variable,description +active,"IN YOUR USUAL DAY, HOW ACTIVE ARE YOU? IN 1971, 0:very active, 1:moderately active, 2:inactive" +age,AGE IN 1971 +alcoholfreq,"HOW OFTEN DO YOU DRINK? IN 1971 0: Almost every day, 1: 2-3 times/week, 2: 1-4 times/month, 3: < 12 times/year, 4: No alcohol last year, 5: Unknown" +alcoholhowmuch,"WHEN YOU DRINK, HOW MUCH DO YOU DRINK? IN 1971" +alcoholpy,"HAVE YOU HAD 1 DRINK PAST YEAR? IN 1971, 1:EVER, 0:NEVER; 2:MISSING" +alcoholtype,"WHICH DO YOU MOST FREQUENTLY DRINK? IN 1971 1: BEER, 2: WINE, 3: LIQUOR, 4: OTHER/UNKNOWN" +allergies,"USE ALLERGIES MEDICATION IN 1971, 1:EVER, 0:NEVER" +asthma,"DX ASTHMA IN 1971, 1:EVER, 0:NEVER" +bithcontrol,"BIRTH CONTROL PILLS PAST 6 MONTHS? IN 1971 1:YES, 0:NO, 2:MISSING" +birthplace,CHECK STATE CODE - SECOND PAGE +boweltrouble,"USE BOWEL TROUBLE MEDICATION IN 1971, 1:EVER, 0:NEVER, ; 2:MISSING" +bronch,"DX CHRONIC BRONCHITIS/EMPHYSEMA IN 1971, 1:EVER, 0:NEVER" +cholesterol,SERUM CHOLESTEROL (MG/100ML) IN 1971 +chroniccough,"DX CHRONIC COUGH IN 1971, 1:EVER, 0:NEVER" +colitis,"DX COLITIS IN 1971, 1:EVER, 0:NEVER" +dadth,DAY OF DEATH +dbp,DIASTOLIC BLOOD PRESSURE IN 1982 +death,"DEATH BY 1992, 1:YES, 0:NO" +diabetes,"DX DIABETES IN 1971, 1:EVER, 0:NEVER, 2:MISSING" +education,"AMOUNT OF EDUCATION BY 1971: 1: 8TH GRADE OR LESS, 2: HS DROPOUT, 3: HS, 4:COLLEGE DROPOUT, 5: COLLEGE OR MORE" +exercise,"IN RECREATION, HOW MUCH EXERCISE? IN 1971, 0:much exercise,1:moderate exercise,2:little or no exercise" +hayfever,"DX HAY FEVER IN 1971, 1:EVER, 0:NEVER" +hbp,"DX HIGH BLOOD PRESSURE IN 1971, 1:EVER, 0:NEVER, 2:MISSING" +hbpmed,"USE HIGH BLOOD PRESSURE MEDICATION IN 1971, 1:EVER, 0:NEVER, ; 2:MISSING" +headache,"USE HEADACHE MEDICATION IN 1971, 1:EVER, 0:NEVER" +hepatitis,"DX HEPATITIS IN 1971, 1:EVER, 0:NEVER" +hf,"DX HEART FAILURE IN 1971, 1:EVER, 0:NEVER" +hightax82,"LIVING IN A HIGHLY TAXED STATE IN 1982, High taxed state of residence=1, 0 otherwise" +ht,HEIGHT IN CENTIMETERS IN 1971 +income,"TOTAL FAMILY INCOME IN 1971 11:<$1000, 12: 1000-1999, 13: 2000-2999, 14: 3000-3999, 15: 4000-4999, 16: 5000-5999, 17: 6000-6999, 18: 7000-9999, 19: 10000-14999, 20: 15000-19999, 21: 20000-24999, 22: 25000+" +infection,"USE INFECTION MEDICATION IN 1971, 1:EVER, 0:NEVER" +lackpep,"USELACK OF PEP MEDICATION IN 1971, 1:EVER, 0:NEVER" +marital,"MARITAL STATUS IN 1971 1: Under 17, 2: Married, 3: Widowed, 4: Never married, 5: Divorced, 6: Separated, 8: Unknown" +modth,MONTH OF DEATH +nerves,"USE NERVES MEDICATION IN 1971, 1:EVER, 0:NEVER" +nervousbreak,"DX NERVOUS BREAKDOWN IN 1971, 1:EVER, 0:NEVER" +otherpain,"USE OTHER PAINS MEDICATION IN 1971, 1:EVER, 0:NEVER" +pepticulcer,"DX PEPTIC ULCER IN 1971, 1:EVER, 0:NEVER" +pica,"DO YOU EAT DIRT OR CLAY, STARCH OR OTHER NON STANDARD FOOD? IN 1971 1:EVER, 0:NEVER; 2:MISSING" +polio,"DX POLIO IN 1971, 1:EVER, 0:NEVER" +pregnancies,TOTAL NUMBER OF PREGNANCIES? IN 1971 +price71,AVG TOBACCO PRICE IN STATE OF RESIDENCE 1971 (US$2008) +price71_82,DIFFERENCE IN AVG TOBACCO PRICE IN STATE OF RESIDENCE 1971-1982 (US$2008) +price82,AVG TOBACCO PRICE IN STATE OF RESIDENCE 1982 (US$2008) +qsmk,"QUIT SMOKING BETWEEN 1ST QUESTIONNAIRE AND 1982, 1:YES, 0:NO" +race,0: WHITE 1: BLACK OR OTHER IN 1971 +sbp,SYSTOLIC BLOOD PRESSURE IN 1982 +school,HIGHEST GRADE OF REGULAR SCHOOL EVER IN 1971 +seqn,UNIQUE PERSONAL IDENTIFIER +sex,0: MALE 1: FEMALE +smokeintensity,NUMBER OF CIGARETTES SMOKED PER DAY IN 1971 +smkintensity 82_71,INCREASE IN NUMBER OF CIGARETTES/DAY BETWEEN 1971 and 1982 +smokeyrs,YEARS OF SMOKING +tax71,TOBACCO TAX IN STATE OF RESIDENCE 1971 (US$2008) +tax71_82,DIFFERENCE IN TOBACCO TAX IN STATE OF RESIDENCE 1971-1982 (US$2008) +tax82,TOBACCO TAX IN STATE OF RESIDENCE 1971 (US$2008) +tb,"DX TUBERCULOSIS IN 1971, 1:EVER, 0:NEVER" +tumor,"DX MALIGNANT TUMOR/GROWTH IN 1971, 1:EVER, 0:NEVER" +weakheart,"USE WEAK HEART MEDICATION IN 1971, 1:EVER, 0:NEVER" +wt71,WEIGHT IN KILOGRAMS IN 1971 +wt82,WEIGHT IN KILOGRAMS IN 1982 +wt82_71,WEIGHT CHANGE IN KILOGRAMS +wtloss,"USE WEIGHT LOSS MEDICATION IN 1971, 1:EVER, 0:NEVER" +yrdth,YEAR OF DEATH diff --git a/docs/_site/projects/rcts-ipw/data/oregon.csv b/docs/_site/projects/rcts-ipw/data/oregon.csv new file mode 100644 index 00000000..b6ac878c --- /dev/null +++ b/docs/_site/projects/rcts-ipw/data/oregon.csv @@ -0,0 +1,23488 @@ +treatment,owe_medical_12 +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money diff --git a/docs/_site/projects/rcts-ipw/data/vaccines-readme.docx b/docs/_site/projects/rcts-ipw/data/vaccines-readme.docx new file mode 100644 index 00000000..08cd8e6e Binary files /dev/null and b/docs/_site/projects/rcts-ipw/data/vaccines-readme.docx differ diff --git a/docs/_site/projects/rcts-ipw/data/vaccines.dta b/docs/_site/projects/rcts-ipw/data/vaccines.dta new file mode 100644 index 00000000..e6b982fb Binary files /dev/null and b/docs/_site/projects/rcts-ipw/data/vaccines.dta differ diff --git a/docs/_site/projects/rcts-ipw/img/oregon-medicaid.jpg b/docs/_site/projects/rcts-ipw/img/oregon-medicaid.jpg new file mode 100644 index 00000000..e4e74382 Binary files /dev/null and b/docs/_site/projects/rcts-ipw/img/oregon-medicaid.jpg differ diff --git a/docs/_site/projects/rcts-ipw/ipw_job-training.Rmd b/docs/_site/projects/rcts-ipw/ipw_job-training.Rmd new file mode 100644 index 00000000..8d9fb741 --- /dev/null +++ b/docs/_site/projects/rcts-ipw/ipw_job-training.Rmd @@ -0,0 +1,106 @@ +--- +title: "IPW: Job training" +output: html_document +date: '2023-02-23' +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +# Did a job training program increase incomes? + +> The National Supported Work Demonstration project [was] a transitional, subsidized work experience program for four target groups of people with longstanding employment problems: ex-offenders, former drug addicts, women who were long-term recipients of welfare benefits, and school dropouts, many with criminal records. The program provided up to 12-18 months of employment to about 10,000 individuals at 15 locations across the country for four years. In ten of these sites -- Atlanta, Chicago, Hartford, Jersey City, Newark, New York, Philadelphia, Oakland, San Francisco, and Wisconsin, 6,600 eligible applicants were randomly assigned either to experimental groups (offered a job in supported work) or to control groups, and an evaluation was conducted on the effects of the Supported Work Program. ([See here](https://www.icpsr.umich.edu/web/ICPSR/studies/7865) for more details.) + +In 1986, Robert LaLonde [analyzed the results](https://www.jstor.org/stable/1806062) from this experiment and later compared it to observational data. We're going to use his data to see if participating in the job training program increased incomes. + + +## Load data + +```{r libraries-data, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(ggdag) + +lalonde <- read_csv("data/lalonde.csv") +``` + +**Causal variables**: + +- Treatment/exposure: `treat` (Individual was assigned to the job training program, 1 = yes, 0 = no) +- Outcome: `re78` (Individual's income in 1978, in US dollars) + +**Possible confounders**: + +- `age`: age in years +- `educ`: education in number of years of schooling +- `race`: the individual's race/ethnicity, (Black, Hispanic, or White) +- `married`: an indicator for marital status (1 = married, 0 = not married) +- `nodegree`: an indicator for whether the individual has a high school degree (1 = no degree, 0 = degree) +- `re74`: income in 1974, in US dollars +- `re75`: income in 1975, in US dollars + + +## Check difference in outcome across treatment status + +Is there a visual difference? + +```{r} +# Density plot +``` + +```{r} +# group_by + summarize +``` + +```{r} +# Naive model +``` + + +## Draw a DAG + +```{r fig.height=5, fig.width=7} +set.seed(1234) + +treat_income_dag <- dagify( + # Specify causes of job training program and 1978 income: + treat ~ educ + race + married + nodegree + re74 + re75, + re78 ~ educ + race + married + nodegree + re74 + re75, + # Specify causal question: + exposure = "treat", + outcome = "re78" +) + +ggdag_status(treat_income_dag) +``` + +## Treatment model + +```{r} +# Treatment model +``` + + +## Propensity scores and weights + +```{r} +# Propensity scores and weights +``` + +Investigate your weights. They should be clustered around 1 (with an average of 1), without any huge values. + +```{r} +# Check weights +``` + +```{r} +# Check average of weights +``` + + +## Outcome model + +```{r} +# Outcome model +``` diff --git a/docs/_site/projects/rcts-ipw/ipw_job-training_finished.Rmd b/docs/_site/projects/rcts-ipw/ipw_job-training_finished.Rmd new file mode 100644 index 00000000..be16d241 --- /dev/null +++ b/docs/_site/projects/rcts-ipw/ipw_job-training_finished.Rmd @@ -0,0 +1,196 @@ +--- +title: "IPW: Job training" +output: html_document +date: '2023-02-23' +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +# Did a job training program increase incomes? + +> The National Supported Work Demonstration project [was] a transitional, subsidized work experience program for four target groups of people with longstanding employment problems: ex-offenders, former drug addicts, women who were long-term recipients of welfare benefits, and school dropouts, many with criminal records. The program provided up to 12-18 months of employment to about 10,000 individuals at 15 locations across the country for four years. In ten of these sites -- Atlanta, Chicago, Hartford, Jersey City, Newark, New York, Philadelphia, Oakland, San Francisco, and Wisconsin, 6,600 eligible applicants were randomly assigned either to experimental groups (offered a job in supported work) or to control groups, and an evaluation was conducted on the effects of the Supported Work Program. ([See here](https://www.icpsr.umich.edu/web/ICPSR/studies/7865) for more details.) + +In 1986, Robert LaLonde [analyzed the results](https://www.jstor.org/stable/1806062) from this experiment and later compared it to observational data. We're going to use his data to see if participating in the job training program increased incomes. + + +## Load data + +```{r libraries-data, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(ggdag) + +lalonde <- read_csv("data/lalonde.csv") +``` + +**Causal variables**: + +- Treatment/exposure: `treat` (Individual was assigned to the job training program, 1 = yes, 0 = no) +- Outcome: `re78` (Individual's income in 1978, in US dollars) + +**Possible confounders**: + +- `age`: age in years +- `educ`: education in number of years of schooling +- `race`: the individual's race/ethnicity, (Black, Hispanic, or White) +- `married`: an indicator for marital status (1 = married, 0 = not married) +- `nodegree`: an indicator for whether the individual has a high school degree (1 = no degree, 0 = degree) +- `re74`: income in 1974, in US dollars +- `re75`: income in 1975, in US dollars + + +## Check difference in outcome across treatment status + +Is there a visual difference? + +```{r} +ggplot(lalonde, aes(x = re78, fill = factor(treat))) + + geom_density(alpha = 0.5) +``` + +```{r} +lalonde %>% + group_by(treat) %>% + summarize(avg_income = mean(re78)) +``` + +```{r} +model_naive <- lm(re78 ~ treat, data = lalonde) +tidy(model_naive, conf.int = TRUE) +``` + + +## Draw a DAG + +```{r fig.height=5, fig.width=7} +set.seed(1234) + +treat_income_dag <- dagify( + # Specify causes of job training program and 1978 income: + treat ~ educ + race + married + nodegree + re74 + re75, + re78 ~ educ + race + married + nodegree + re74 + re75, + # Specify causal question: + exposure = "treat", + outcome = "re78" +) + +ggdag_status(treat_income_dag) +``` + +## Treatment model + +```{r} +treatment_model <- glm(treat ~ age + educ + race + married + + nodegree + re74 + re75, + data = lalonde, + family = binomial(link = "logit")) +tidy(treatment_model) +``` + + +## Propensity scores and weights + +```{r} +lalonde_wts <- augment(treatment_model, lalonde, type.predict = "response") %>% + rename(propensity = .fitted) %>% + mutate(ipw = (treat / propensity) + ((1 - treat) / (1 - propensity))) +``` + +Investigate your weights. They should be clustered around 1 (with an average of 1), without any huge values. + +```{r} +ggplot(lalonde_wts, aes(x = ipw)) + + geom_density(fill = "darkred") +``` + +```{r} +lalonde_wts %>% summarize(avg_wt = mean(ipw)) +mean(lalonde_wts$ipw) +``` + + +## Outcome model + +```{r} +outcome_model <- lm(re78 ~ treat, data = lalonde_wts, weights = ipw) +tidy(outcome_model, conf.int = TRUE) +``` + +## Outcome model with bootstrapped standard errors and confidence intervals + +```{r} +fit_one_ipw <- function(split) { + # Work with just a sampled subset of the full data + current_data <- analysis(split) + + # Fit propensity score model + treatment_model <- glm(treat ~ age + educ + race + married + + nodegree + re74 + re75, + data = current_data, + family = binomial(link = "logit")) + + # Calculate inverse probability weights + lalonde_wts <- augment(treatment_model, current_data, type.predict = "response") %>% + rename(propensity = .fitted) %>% + mutate(ipw = (treat / propensity) + ((1 - treat) / (1 - propensity))) + + # Fit outcome model with IPWs + model_outcome <- lm(re78 ~ treat, data = lalonde_wts, weights = ipw) + + # Return a tidied version of the model results + return(tidy(model_outcome)) +} + +# Make 1000 copies of the data and run the IPW model on each one +library(rsample) + +ipw_bootstrap_stats <- bootstraps(lalonde, 1000, apparent = TRUE) %>% + mutate(results = map(splits, fit_one_ipw)) + +ipw_bootstrap_stats %>% + unnest(results) %>% + filter(term == "treat") + + +ipw_bootstrap_stats %>% + unnest(results) %>% + filter(term == "treat") %>% + summarize(avg_treat = mean(estimate), + avg_se = sqrt(mean(std.error^2) + var(estimate))) + +ipw_bootstrap_stats %>% + int_t(results) +``` + + +```{r warning=FALSE, message=FALSE, results="hide"} +library(brms) +library(broom.mixed) +library(tidybayes) + +outcome_bayes <- brm( + bf(re78 | weights(ipw) ~ treat), + data = lalonde_wts, + cores = 4 +) +``` + +```{r} +tidy(outcome_bayes) +``` + +```{r} +get_variables(outcome_bayes) + +outcome_draws <- outcome_bayes %>% + gather_draws(b_treat) + +ggplot(outcome_draws, aes(x = .value)) + + stat_halfeye() + + geom_vline(xintercept = 0) + +outcome_draws %>% + summarize(prob_gt_0 = sum(.value > 0) / n()) +``` diff --git a/docs/_site/projects/rcts-ipw/ipw_smoking.Rmd b/docs/_site/projects/rcts-ipw/ipw_smoking.Rmd new file mode 100644 index 00000000..48f2986d --- /dev/null +++ b/docs/_site/projects/rcts-ipw/ipw_smoking.Rmd @@ -0,0 +1,144 @@ +--- +title: "IPW: Smoking and weight gain" +output: html_document +date: '2023-02-23' +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +# Do people who quit smoking gain weight? + +The NHANES I Epidemiologic Follow-up Study (NHEFS) is a national longitudinal study that was jointly initiated by the National Center for Health Statistics and the National Institute on Aging in collaboration with other agencies of the Public Health Service. The NHEFS was designed to investigate the relationships between clinical, nutritional, and behavioral factors. ([See here](https://wwwn.cdc.gov/nchs/nhanes/nhefs/) for complete details.) + +You're going to use data from the NHEFS to find the causal effect of quitting smoking on weight gain. + + +## Load data + +```{r libraries-data, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(ggdag) + +# TODO: Use read_csv() to load data/nhefs.csv + +# TODO: Use read_csv() to load data/nhefs_codebook.csv (so you can know what the +# different columns are actually measuring) +``` + +**Causal variables**: + +- Treatment/exposure: `qsmk` (Respondent quit smoking between 1st questionnaire and 1982, 1 = yes, 0 = no) +- Outcome: `wt82_71` (Respondent weight change between 1971 and 1982 in kilograms) + +**Confounders**: + +- Demographics + - `age`: age + - `sex`: sex + - `race`: race + - `education`: education +- Health + - `wt71`: baseline weight in 1971 + - `active`: daily activity level + - `exercise`: exercise +- Smoking history + - `smokeintensity`: smoking intensity + - `smokeyrs`: years of smoking + + +## Check difference in outcome across treatment status + +Is there a visual difference? + +```{r} +# TODO: Make a density plot of wt82_71 that is filled by factor(qsmk) (so that +# the 0/1 is treated as a categorical variable) +``` + +```{r} +# TODO: Use group_by() and summarize() to find the average weight gain among +# smokers and nonsmokers +``` + +```{r} +# TODO: Use lm() to calculate a naive estimate of the "effect" of quitting +# smoking on weight gain +``` + + +## Draw a DAG + +```{r fig.height=5, fig.width=8} +set.seed(1234) + +smk_wt_dag <- dagify( + # Specify causes of quitting smoking and weight gain: + qsmk ~ sex + race + age + education + + smokeintensity + smokeyrs + exercise + active + wt71, + wt82_71 ~ qsmk + sex + race + age + education + + smokeintensity + smokeyrs + exercise + active + wt71, + # Specify causal question: + exposure = "qsmk", + outcome = "wt82_71" +) + +ggdag_status(smk_wt_dag) +``` + +## Treatment model + +```{r} +# TODO: Create a model that predicts quitting smoking (qsmk) based on all the +# confounders. For fun, try accounting for nonlinearities in age, +# smokeintensity, smokeyrs, and wt71 too (hint: include a term like I(age^2) in +# addition to age) +``` + + + +## Propensity scores and weights + +```{r} +# TODO: Plug the original dataset into the model using augment() and generate +# propensity scores for each observation +# +# TODO: Create a new column of inverse probability weights using this formula: +# +# (treatment / propensity) + ((1 - treatment) / (1 - propensity)) +# +# It should look something like this: +# mutate(ipw = (qsmk / propensity) + ((1 - qsmk) / (1 - propensity))) +``` + +Investigate your weights. They should be clustered around 1 (with an average of 1), without any huge values. + +```{r} +# Visualize the distribution of weights. +``` + +```{r} +# Calculate the average of your weights. It should be around 1 +``` + +## Outcome model + +```{r} +# TODO: Use lm() to estimate the effect of quitting smoking (qsmk) on weight +# gain (wt82_71) and incorporate the inverse probability weights. How much +# weight gain does quitting smoking *cause*? +# +# TODO: Is this effect significant? Interpret the confidence interval. +``` + +```{r} +# TODO: For bonus fun and games, run a Bayesian outcome model with the brms +# package so that you can talk about credible intervals. Specifying weights with +# brms is a little different than with lm(). There's no weights argument. +# Instead, you have to include the weights in the formula like this: +# +# brm(bf(outcome | weights(ipw) ~ treatment), +# data = whatever) +``` diff --git a/docs/_site/projects/rcts-ipw/rct_oregon.Rmd b/docs/_site/projects/rcts-ipw/rct_oregon.Rmd new file mode 100644 index 00000000..3df61bf0 --- /dev/null +++ b/docs/_site/projects/rcts-ipw/rct_oregon.Rmd @@ -0,0 +1,57 @@ +--- +title: "RCT: Medicaid and medical debt" +output: html_document +date: '2023-02-23' +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +# Does receiving Medicaid reduce medical debt? + +In 2008, in response to the ACA's mandate that states expand Medicaid eligibility, Oregon used a lottery to randomly assign people to receive Medicaid ([see here](https://www.nber.org/programs-projects/projects-and-centers/oregon-health-insurance-experiment) for more details). Researchers tracked (and continue to track) a whole host of health and financial outcomes as a result of receiving access to Medicaid. + +You're going to investigate the effect of Medicaid on one outcome: + +![Excerpt from Oregon Medicaid study codebook](img/oregon-medicaid.jpg) + +## Load data + +```{r libraries-data, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) + +# TODO: Use read_csv() to load data/oregon.csv +``` + + +## Clean data + +There are two categorical columns in this dataset. It will make it easier to calculate differences in proportions if we have numeric versions of the columns too. Use `mutate()` and `case_when()` (look at the dplyr cheatsheet) to add two new columns: + +- `treatment_num`: 0 if not treated, 1 if treated +- `outcome_num`: 0 if the person doesn't owe money, 1 if the person does owe money + +```{r} +# TODO: Add two new columns with numeric versions of treatment and outcome +``` + + +## Find the difference in outcome caused by treatment + +```{r} +# TODO: Use group_by() and summarize() (or just count()) to calculate the number +# of people in the treatment and control groups who do and don't have medical +# debt. Is there a difference? +``` + +```{r} +# TODO: Use lm() to calculate the exact difference in the proportion of people +# with medical debt across the treatment and control groups. Is the difference +# significant? +``` + +```{r} +# TODO: For bonus fun, try to visualize the difference in proportions +``` diff --git a/docs/_site/projects/rcts-ipw/rct_vaccine-payments.Rmd b/docs/_site/projects/rcts-ipw/rct_vaccine-payments.Rmd new file mode 100644 index 00000000..59649205 --- /dev/null +++ b/docs/_site/projects/rcts-ipw/rct_vaccine-payments.Rmd @@ -0,0 +1,123 @@ +--- +title: "RCT: Vaccine payments" +output: html_document +date: '2023-02-23' +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +# Does paying people cause people to get vaccinated against COVID-19? + +An RCT in Sweden found that giving people 200 Swedish kroner (≈$24 USD) increased vaccination rates by 4.2 percentage points. ([See here](https://www.science.org/doi/full/10.1126/science.abm0475) for full details.) + +We're going to re-analyze their data. + + +## Load and clean data + +```{r libraries-data, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(haven) # For reading Stata files + +vaccines_raw <- read_stata("data/vaccines.dta") +``` + +```{r} +print_labels(vaccines_raw$treatment) +``` + +```{r} +# Clean up treatment variable and check treatment assignment +``` + + +```{r} +# group_by + summarize to see averages of vaccinated and intention1 +``` + + +```{r} +# Basic model with lm +``` + + +```{r} +# Cleaner data +# vaccines_clean <- vaccines_raw %>% +# mutate(across(c(female, age_band, region, covid1_2, civilstatus, +# haschildren, education, occupation, +# mother, father, income), +# factor)) %>% +# filter(already_vacced == 0, !is.na(intention1)) +``` + + +```{r} +model_vacc <- lm(vaccinated ~ treat_pay + + treat_soc + treat_arg + treat_info + treat_min + + female + age_band*region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean) + +tidy(model_vacc) +``` + +```{r} +model_intent <- lm(intention1 ~ treat_pay + + treat_soc + treat_arg + treat_info + treat_min + + female + age_band*region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean) + +tidy(model_intent) +``` + +```{r} +model_vacc_nudge <- lm(vaccinated ~ treat_pay + nudge + treat_min + + female + age_band*region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean) + +tidy(model_vacc_nudge) + +model_intent_nudge <- lm(intention1 ~ treat_pay + nudge + treat_min + + female + age_band*region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean) + +tidy(model_intent_nudge) +``` + +```{r} +plot_stuff <- bind_rows(Uptake_Payment = tidy(model_vacc, conf.int = TRUE), + Intentions_Payment = tidy(model_intent, conf.int = TRUE), + Uptake_Nudges = tidy(model_vacc_nudge, conf.int = TRUE), + Intentions_Nudges = tidy(model_intent_nudge, conf.int = TRUE), + .id = "outcome") %>% + separate(outcome, into = c("outcome", "condition")) + +plot_filtered <- plot_stuff %>% + filter((condition == "Payment" & str_detect(term, "treat_")) | + (condition == "Nudges" & term == "nudge")) %>% + mutate(term = factor(term, levels = c("treat_pay", "nudge", "treat_soc", + "treat_arg", "treat_info", "treat_min"))) + + +ggplot(plot_filtered, aes(x = estimate, y = fct_rev(term), color = outcome)) + + geom_vline(xintercept = 0) + + geom_pointrange(aes(xmin = conf.low, xmax = conf.high), + position = position_dodge(width = 0.25)) +``` + +## Nicer way with `feols()` + +```{r} +# fixest::feols() with robust SEs +``` diff --git a/docs/_site/projects/rcts-ipw/rct_vaccine-payments_finished.Rmd b/docs/_site/projects/rcts-ipw/rct_vaccine-payments_finished.Rmd new file mode 100644 index 00000000..103f7a06 --- /dev/null +++ b/docs/_site/projects/rcts-ipw/rct_vaccine-payments_finished.Rmd @@ -0,0 +1,171 @@ +--- +title: "RCT: Vaccine payments" +output: html_document +date: '2023-02-23' +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +# Does paying people cause people to get vaccinated against COVID-19? + +An RCT in Sweden found that giving people 200 Swedish kroner (≈$24 USD) increased vaccination rates by 4.2 percentage points. ([See here](https://www.science.org/doi/full/10.1126/science.abm0475) for full details.) + +We're going to re-analyze their data. + + +## Load and clean data + +```{r libraries-data, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(haven) # For reading Stata files + +vaccines_raw <- read_stata("data/vaccines.dta") +``` + +```{r} +print_labels(vaccines_raw$treatment) +``` + +```{r} +vaccines_trt_ctrl <- vaccines_raw %>% + filter(treatment %in% c(0, 5)) %>% + mutate(treatment_nice = case_when( + treatment == 0 ~ "Received payment", + treatment == 5 ~ "Control group" + )) + +vaccines_trt_ctrl %>% + count(treatment_nice) +``` + + +```{r} +vaccines_trt_ctrl %>% + group_by(treatment_nice) %>% + summarize(vaccination = mean(vaccinated), + intention = mean(intention1)) +``` + + +```{r} +lm(vaccinated ~ treatment_nice, data = vaccines_trt_ctrl) %>% tidy() +``` + + +```{r} +vaccines_clean <- vaccines_raw %>% + mutate(across(c(female, age_band, region, covid1_2, civilstatus, + haschildren, education, occupation, + mother, father, income), + factor)) %>% + filter(already_vacced == 0, !is.na(intention1)) +``` + + +```{r} +model_vacc <- lm(vaccinated ~ treat_pay + + treat_soc + treat_arg + treat_info + treat_min + + female + age_band*region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean) + +tidy(model_vacc) +``` + +```{r} +model_intent <- lm(intention1 ~ treat_pay + + treat_soc + treat_arg + treat_info + treat_min + + female + age_band*region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean) + +tidy(model_intent) +``` + +```{r} +model_vacc_nudge <- lm(vaccinated ~ treat_pay + nudge + treat_min + + female + age_band*region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean) + +tidy(model_vacc_nudge) + +model_intent_nudge <- lm(intention1 ~ treat_pay + nudge + treat_min + + female + age_band*region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean) + +tidy(model_intent_nudge) +``` + +```{r} +plot_stuff <- bind_rows(Uptake_Payment = tidy(model_vacc, conf.int = TRUE), + Intentions_Payment = tidy(model_intent, conf.int = TRUE), + Uptake_Nudges = tidy(model_vacc_nudge, conf.int = TRUE), + Intentions_Nudges = tidy(model_intent_nudge, conf.int = TRUE), + .id = "outcome") %>% + separate(outcome, into = c("outcome", "condition")) + +plot_filtered <- plot_stuff %>% + filter((condition == "Payment" & str_detect(term, "treat_")) | + (condition == "Nudges" & term == "nudge")) %>% + mutate(term = factor(term, levels = c("treat_pay", "nudge", "treat_soc", + "treat_arg", "treat_info", "treat_min"))) + + +ggplot(plot_filtered, aes(x = estimate, y = fct_rev(term), color = outcome)) + + geom_vline(xintercept = 0) + + geom_pointrange(aes(xmin = conf.low, xmax = conf.high), + position = position_dodge(width = 0.25)) +``` + +## Nicer way with `feols()` + +```{r} +library(fixest) + +example_model <- feols(vaccinated ~ treat_pay + + treat_soc + treat_arg + treat_info + treat_min | + female + age_band^region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean, + vcov = "hetero") + +tidy(example_model) +``` + +# Bayesian stuff + +```{r warning=FALSE, message=FALSE, results="hide"} +library(brms) +library(tidybayes) + +model_bayes <- brm( + bf(vaccinated ~ treat_pay + treat_soc + treat_arg + treat_info + treat_min + + female + covid1_2 + civilstatus + haschildren), + data = vaccines_clean, + cores = 4 +) +``` + +```{r} +get_variables(model_bayes) + +model_draws <- model_bayes %>% + gather_draws(c(b_treat_pay, b_treat_min)) + +ggplot(model_draws, aes(x = .value, y = .variable)) + + stat_halfeye() + +model_draws %>% + filter(.variable == "b_treat_pay") %>% + summarize(prop_gt_0 = sum(.value > 0) / n()) +``` diff --git a/docs/_site/projects/rcts-ipw/rcts-ipw.Rproj b/docs/_site/projects/rcts-ipw/rcts-ipw.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/rcts-ipw/rcts-ipw.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/example/regression.qmd b/docs/_site/projects/regression-example/complete-regression-example.Rmd similarity index 83% rename from example/regression.qmd rename to docs/_site/projects/regression-example/complete-regression-example.Rmd index 1bbefe07..e4d4936c 100644 --- a/example/regression.qmd +++ b/docs/_site/projects/regression-example/complete-regression-example.Rmd @@ -1,35 +1,11 @@ --- -title: "Regression" +title: "SAT scores and college GPA" +output: + html_document: + toc: yes --- -If you want to follow along with this example, you can download the data below: - -- [{{< fa table >}} `sat_gpa.csv`](/files/data/external_data/sat_gpa.csv) - -You can also download a complete `.zip` file with a finished R Markdown file that you can knit and play with on your own: - -- [{{< fa file-archive >}} `regression-example.zip`](/projects/regression-example.zip) - - -## Live coding example - -
- -
- - -## Complete code - -*(This is a heavily cleaned up and annotated version of the code from the video.)* - -```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.width = 6, fig.height = 3.6, fig.align = "center", - fig.retina = 3, collapse = TRUE) -set.seed(1234) -options("digits" = 2, "width" = 150) -``` - -### Introduction +# Introduction SAT scores have long been a major factor in college admissions, under the assumption that students with higher test scores will perform better in college and receive a higher GPA. The SAT's popularity [has dropped in recent years](https://www.washingtonpost.com/news/answer-sheet/wp/2017/04/12/the-list-of-test-optional-colleges-and-universities-keeps-growing-despite-college-boards-latest-jab/), though, and this summer, the [University of Chicago announced that it would stop requiring SAT scores for all prospective undergraduates](http://www.chicagotribune.com/news/local/breaking/ct-university-chicago-sat-act-20180614-story.html). @@ -37,7 +13,7 @@ Educational Testing Service (ETS), the creator of the SAT, collected SAT scores, [^note]: This is real data about real students, [compiled and cleaned by a professor at Dartmouth.](https://www.dartmouth.edu/~chance/course/Syllabi/Princeton96/Class12.html) -You are a university admissions officer and you are curious if SAT scores really do predict college performance. You're also interested in other factors that could influence student performance. +You are a university admissions officer and you are curious if SAT scores really do predict college performance. You're also interested in other factors that could influence student performance. The data contains 6 variables: @@ -53,22 +29,16 @@ The data contains 6 variables: library(tidyverse) # This lets you create plots with ggplot, manipulate data, etc. library(broom) # This lets you convert regression models into nice tables library(modelsummary) # This lets you combine multiple regression models into a single table -``` -```{r load-data-fake, eval=FALSE} -# Load the data. +# Load the data. # It'd be a good idea to click on the "sat_gpa" object in the Environment panel # in RStudio to see what the data looks like after you load it. sat_gpa <- read_csv("data/sat_gpa.csv") ``` -```{r load-data-real, include=FALSE} -sat_gpa <- read_csv(here::here("files", "data", "external_data", "sat_gpa.csv")) -``` - -### Exploratory questions +# Exploratory questions -#### How well do SAT scores correlate with freshman GPA? +## How well do SAT scores correlate with freshman GPA? ```{r sat-gpa-correlation} # Note the syntax here with the $. That lets you access columns. The general @@ -76,35 +46,50 @@ sat_gpa <- read_csv(here::here("files", "data", "external_data", "sat_gpa.csv")) cor(sat_gpa$gpa_fy, sat_gpa$sat_total) ``` -SAT scores and first-year college GPA are moderately positively correlated (r = 0.46). As one goes up, the other also tends to go up. +SAT scores and first-year college GPA are moderately positively correlated (r = 0.46). As one goes up, the other also tends to go up. Here's what that relationship looks like: -```{r plot-sat-gpa-correlation, message=FALSE} +```{r plot-sat-gpa-correlation, fig.width=6, fig.height=4, fig.align='center'} +# Notice that I set a bunch of extra chunk options here, like fig.width and +# fig.height. You can do this by clicking on the little gear icon in the top +# right corner of chunks. ggplot(sat_gpa, aes(x = sat_total, y = gpa_fy)) + geom_point(size = 0.5) + geom_smooth(method = "lm", se = FALSE) + labs(x = "Total SAT score", y = "Freshman GPA") ``` -#### How well does high school GPA correlate with freshman GPA? +## How well does high school GPA correlate with freshman GPA? ```{r hs-gpa-correlation} -cor(sat_gpa$gpa_fy, sat_gpa$gpa_hs) +# We'll calculate another correlation, but we'll do something a little different +# this time. Notice how above, we calculated the correlation but then had to +# write the number manually in the text ("SAT scores and first-year college GPA +# are moderately positively correlated (r = 0.46)."). We don't need to manually +# type that 0.46. Instead, we can save it as a variable and use it later: +hs_gpa_cor <- cor(sat_gpa$gpa_fy, sat_gpa$gpa_hs) + +# After you run this, you won't see anything (except in the Environment panel in +# RStudio). If you want to see it, run the name of the object: +hs_gpa_cor + +# You can use this number in regular text with a special kind of syntax, +# essentially making an inline chunk of R code: `r put_r_code_here` ``` -High school and freshman GPAs are also moderately correlated (r = 0.54), but with a slightly stronger relationship. +High school and freshman GPAs are also moderately correlated (r = `r round(hs_gpa_cor, 2)`), but with a slightly stronger relationship. Here's what that relationship looks like: -```{r plot-hs-gpa-correlation, message=FALSE} +```{r plot-hs-gpa-correlation, message=FALSE, fig.width=6, fig.height=4, fig.align='center'} ggplot(sat_gpa, aes(x = gpa_hs, y = gpa_fy)) + geom_point(size = 0.5) + geom_smooth(method = "lm", se = FALSE) + - labs(x = "High school GPA", y = "Freshman GPA") + labs(x = "High school GPA", y = "Freshman GPA") ``` -#### Is the correlation between SAT scores and freshman GPA stronger for men or for women? +## Is the correlation between SAT scores and freshman GPA stronger for men or for women? ```{r sat-gpa-correlation-sex} # We can calculate the correlation for subgroups within the data with slightly @@ -112,8 +97,8 @@ ggplot(sat_gpa, aes(x = gpa_hs, y = gpa_fy)) + # like English. We can say "Take the sat_gpa data set, split it into groups # based on sex, and calculate the correlation between sat_total and gpa_fy in # each of the groups -sat_gpa %>% - group_by(sex) %>% +sat_gpa %>% + group_by(sex) %>% summarize(correlation = cor(sat_total, gpa_fy)) ``` @@ -121,7 +106,7 @@ We can calculate the correlation between SAT scores and freshman GPA for both se This is apparent visually if we include a trendline for each sex. The lines are essentially parallel: -```{r plot-sat-gpa-correlation-sex, message=FALSE} +```{r plot-sat-gpa-correlation-sex, message=FALSE, fig.width=6, fig.height=4, fig.align='center'} # The only difference between this graph and the earlier two is that it is # coloring by sex ggplot(sat_gpa, aes(x = gpa_hs, y = gpa_fy, color = sex)) + @@ -130,19 +115,19 @@ ggplot(sat_gpa, aes(x = gpa_hs, y = gpa_fy, color = sex)) + labs(x = "High school GPA", y = "Freshman GPA") ``` -#### Is the correlation between high school GPA and freshman GPA stronger for men or for women? +## Is the correlation between high school GPA and freshman GPA stronger for men or for women? ```{r hs-gpa-correlation-sex} -sat_gpa %>% - group_by(sex) %>% +sat_gpa %>% + group_by(sex) %>% summarize(correlation = cor(gpa_hs, gpa_fy)) ``` There is a noticeable difference between men and women in the correlation between high school and college GPA. For men, the two are moderately correlated (r = 0.48), while for women the relationship is much stronger (r = 0.60). High school grades might be a better predictor of college grades for women than for men. -### Models +# Models -#### Do SAT scores predict freshman GPAs? +## Do SAT scores predict freshman GPAs? We can build a model that predicts college GPAs (our outcome variable, or dependent variable) using SAT scores (our main explanatory variable): @@ -170,7 +155,7 @@ glance(model_sat_gpa) The $R^2$ here is 0.212, which means that SAT scores explain 21% of the variation in freshman GPA. It's not a fantastic model, but it explains some stuff. -#### Does a certain type of SAT score have a larger effect on freshman GPAs? +## Does a certain type of SAT score have a larger effect on freshman GPAs? The `sat_total` variable combines both `sat_math` and `sat_verbal`. We can disaggregate the total score to see the effect of each portion of the test on freshman GPA, using the following model: @@ -192,7 +177,7 @@ The adjusted $R^2$ (which we need to look at because we're using more than one e glance(model_sat_gpa_types) ``` -#### Do high school GPAs predict freshman GPAs? +## Do high school GPAs predict freshman GPAs? We can also use high school GPA to predict freshman GPA, using the following model: @@ -214,7 +199,7 @@ The $R^2$ value is 0.295, which means that nearly 30% of the variation in colleg glance(model_sat_gpa_hs) ``` -#### College GPA ~ SAT + sex +## College GPA ~ SAT + sex Next, we can see how both SAT scores and sex affect variation in college GPA with the following model: @@ -228,7 +213,7 @@ model_sat_sex <- lm(gpa_fy ~ sat_total + sex, data = sat_gpa) tidy(model_sat_sex, conf.int = TRUE) ``` -Here, stuff gets interesting. The intercept ($\beta_0$) is once again nonsensical—females with a 0 score on their SAT would have a -0.027 college GPA on average. There's a positive effect with our $\beta_1$ (or `sat_total`), since controlling for sex, a one percentile point increase in SAT scores is associated with a 0.026 point increase in freshman GPA, on average. If we control for SAT scores, males see an average drop of 0.274 points ($\beta_2$) in their college GPAs. +Here, stuff gets interesting. The intercept ($\beta_0$) is once again nonsensical—females with a 0 score on their SAT would have a -0.027 college GPA on average. There's a positive effect with our $\beta_1$ (or `sat_total`), since controlling for sex, a one percentile point increase in SAT scores is associated with a 0.026 point increase in freshman GPA, on average. If we control for SAT scores, males see an average drop of 0.274 points ($\beta_2$) in their college GPAs. The combination of these two variables, however, doesn't boost the model's explanatory power that much. The adjusted $R^2$ (which we must look at because we're using more than one explanatory variable) is 0.243, meaning that the model explains a little over 24% of the variation in college GPAs. @@ -236,7 +221,7 @@ The combination of these two variables, however, doesn't boost the model's expla glance(model_sat_sex) ``` -#### College GPA ~ SAT + high school GPA + sex +## College GPA ~ SAT + high school GPA + sex Finally we can see what the effect of SAT scores, high school GPA, and sex is on college GPAs all at the same time, using the following model: @@ -263,7 +248,7 @@ As always, the adjusted $R^2$ shows us how well the model fits overall (again, w glance(model_sat_hs_sex) ``` -#### Which model best predicts freshman GPA? How do you know? +## Which model best predicts freshman GPA? How do you know? As you've learned in previous stats classes, adjusted $R^2$ generally shows the strength of a model's fit, or how well the model will predict future values of the outcome variable. If we compare the adjusted $R^2$ for each of the models, we see that the "best" model is the last one. @@ -271,6 +256,6 @@ As you've learned in previous stats classes, adjusted $R^2$ generally shows the # The modelsummary() function takes a bunch of different regression models and # puts them in a neat side-by-side table. In a normal report or analysis, you'd # include all of these once instead of going one by one like we did above. -modelsummary(list(model_sat_gpa, model_sat_gpa_types, model_sat_gpa_hs, +modelsummary(list(model_sat_gpa, model_sat_gpa_types, model_sat_gpa_hs, model_sat_sex, model_sat_hs_sex)) ``` diff --git a/docs/_site/projects/regression-example/data/gapminder.csv b/docs/_site/projects/regression-example/data/gapminder.csv new file mode 100644 index 00000000..7e643799 --- /dev/null +++ b/docs/_site/projects/regression-example/data/gapminder.csv @@ -0,0 +1,1705 @@ +country,continent,year,lifeExp,pop,gdpPercap +Afghanistan,Asia,1952,28.801,8425333,779.4453145 +Afghanistan,Asia,1957,30.332,9240934,820.8530296 +Afghanistan,Asia,1962,31.997,10267083,853.10071 +Afghanistan,Asia,1967,34.02,11537966,836.1971382 +Afghanistan,Asia,1972,36.088,13079460,739.9811058 +Afghanistan,Asia,1977,38.438,14880372,786.11336 +Afghanistan,Asia,1982,39.854,12881816,978.0114388 +Afghanistan,Asia,1987,40.822,13867957,852.3959448 +Afghanistan,Asia,1992,41.674,16317921,649.3413952 +Afghanistan,Asia,1997,41.763,22227415,635.341351 +Afghanistan,Asia,2002,42.129,25268405,726.7340548 +Afghanistan,Asia,2007,43.828,31889923,974.5803384 +Albania,Europe,1952,55.23,1282697,1601.056136 +Albania,Europe,1957,59.28,1476505,1942.284244 +Albania,Europe,1962,64.82,1728137,2312.888958 +Albania,Europe,1967,66.22,1984060,2760.196931 +Albania,Europe,1972,67.69,2263554,3313.422188 +Albania,Europe,1977,68.93,2509048,3533.00391 +Albania,Europe,1982,70.42,2780097,3630.880722 +Albania,Europe,1987,72,3075321,3738.932735 +Albania,Europe,1992,71.581,3326498,2497.437901 +Albania,Europe,1997,72.95,3428038,3193.054604 +Albania,Europe,2002,75.651,3508512,4604.211737 +Albania,Europe,2007,76.423,3600523,5937.029526 +Algeria,Africa,1952,43.077,9279525,2449.008185 +Algeria,Africa,1957,45.685,10270856,3013.976023 +Algeria,Africa,1962,48.303,11000948,2550.81688 +Algeria,Africa,1967,51.407,12760499,3246.991771 +Algeria,Africa,1972,54.518,14760787,4182.663766 +Algeria,Africa,1977,58.014,17152804,4910.416756 +Algeria,Africa,1982,61.368,20033753,5745.160213 +Algeria,Africa,1987,65.799,23254956,5681.358539 +Algeria,Africa,1992,67.744,26298373,5023.216647 +Algeria,Africa,1997,69.152,29072015,4797.295051 +Algeria,Africa,2002,70.994,31287142,5288.040382 +Algeria,Africa,2007,72.301,33333216,6223.367465 +Angola,Africa,1952,30.015,4232095,3520.610273 +Angola,Africa,1957,31.999,4561361,3827.940465 +Angola,Africa,1962,34,4826015,4269.276742 +Angola,Africa,1967,35.985,5247469,5522.776375 +Angola,Africa,1972,37.928,5894858,5473.288005 +Angola,Africa,1977,39.483,6162675,3008.647355 +Angola,Africa,1982,39.942,7016384,2756.953672 +Angola,Africa,1987,39.906,7874230,2430.208311 +Angola,Africa,1992,40.647,8735988,2627.845685 +Angola,Africa,1997,40.963,9875024,2277.140884 +Angola,Africa,2002,41.003,10866106,2773.287312 +Angola,Africa,2007,42.731,12420476,4797.231267 +Argentina,Americas,1952,62.485,17876956,5911.315053 +Argentina,Americas,1957,64.399,19610538,6856.856212 +Argentina,Americas,1962,65.142,21283783,7133.166023 +Argentina,Americas,1967,65.634,22934225,8052.953021 +Argentina,Americas,1972,67.065,24779799,9443.038526 +Argentina,Americas,1977,68.481,26983828,10079.02674 +Argentina,Americas,1982,69.942,29341374,8997.897412 +Argentina,Americas,1987,70.774,31620918,9139.671389 +Argentina,Americas,1992,71.868,33958947,9308.41871 +Argentina,Americas,1997,73.275,36203463,10967.28195 +Argentina,Americas,2002,74.34,38331121,8797.640716 +Argentina,Americas,2007,75.32,40301927,12779.37964 +Australia,Oceania,1952,69.12,8691212,10039.59564 +Australia,Oceania,1957,70.33,9712569,10949.64959 +Australia,Oceania,1962,70.93,10794968,12217.22686 +Australia,Oceania,1967,71.1,11872264,14526.12465 +Australia,Oceania,1972,71.93,13177000,16788.62948 +Australia,Oceania,1977,73.49,14074100,18334.19751 +Australia,Oceania,1982,74.74,15184200,19477.00928 +Australia,Oceania,1987,76.32,16257249,21888.88903 +Australia,Oceania,1992,77.56,17481977,23424.76683 +Australia,Oceania,1997,78.83,18565243,26997.93657 +Australia,Oceania,2002,80.37,19546792,30687.75473 +Australia,Oceania,2007,81.235,20434176,34435.36744 +Austria,Europe,1952,66.8,6927772,6137.076492 +Austria,Europe,1957,67.48,6965860,8842.59803 +Austria,Europe,1962,69.54,7129864,10750.72111 +Austria,Europe,1967,70.14,7376998,12834.6024 +Austria,Europe,1972,70.63,7544201,16661.6256 +Austria,Europe,1977,72.17,7568430,19749.4223 +Austria,Europe,1982,73.18,7574613,21597.08362 +Austria,Europe,1987,74.94,7578903,23687.82607 +Austria,Europe,1992,76.04,7914969,27042.01868 +Austria,Europe,1997,77.51,8069876,29095.92066 +Austria,Europe,2002,78.98,8148312,32417.60769 +Austria,Europe,2007,79.829,8199783,36126.4927 +Bahrain,Asia,1952,50.939,120447,9867.084765 +Bahrain,Asia,1957,53.832,138655,11635.79945 +Bahrain,Asia,1962,56.923,171863,12753.27514 +Bahrain,Asia,1967,59.923,202182,14804.6727 +Bahrain,Asia,1972,63.3,230800,18268.65839 +Bahrain,Asia,1977,65.593,297410,19340.10196 +Bahrain,Asia,1982,69.052,377967,19211.14731 +Bahrain,Asia,1987,70.75,454612,18524.02406 +Bahrain,Asia,1992,72.601,529491,19035.57917 +Bahrain,Asia,1997,73.925,598561,20292.01679 +Bahrain,Asia,2002,74.795,656397,23403.55927 +Bahrain,Asia,2007,75.635,708573,29796.04834 +Bangladesh,Asia,1952,37.484,46886859,684.2441716 +Bangladesh,Asia,1957,39.348,51365468,661.6374577 +Bangladesh,Asia,1962,41.216,56839289,686.3415538 +Bangladesh,Asia,1967,43.453,62821884,721.1860862 +Bangladesh,Asia,1972,45.252,70759295,630.2336265 +Bangladesh,Asia,1977,46.923,80428306,659.8772322 +Bangladesh,Asia,1982,50.009,93074406,676.9818656 +Bangladesh,Asia,1987,52.819,103764241,751.9794035 +Bangladesh,Asia,1992,56.018,113704579,837.8101643 +Bangladesh,Asia,1997,59.412,123315288,972.7700352 +Bangladesh,Asia,2002,62.013,135656790,1136.39043 +Bangladesh,Asia,2007,64.062,150448339,1391.253792 +Belgium,Europe,1952,68,8730405,8343.105127 +Belgium,Europe,1957,69.24,8989111,9714.960623 +Belgium,Europe,1962,70.25,9218400,10991.20676 +Belgium,Europe,1967,70.94,9556500,13149.04119 +Belgium,Europe,1972,71.44,9709100,16672.14356 +Belgium,Europe,1977,72.8,9821800,19117.97448 +Belgium,Europe,1982,73.93,9856303,20979.84589 +Belgium,Europe,1987,75.35,9870200,22525.56308 +Belgium,Europe,1992,76.46,10045622,25575.57069 +Belgium,Europe,1997,77.53,10199787,27561.19663 +Belgium,Europe,2002,78.32,10311970,30485.88375 +Belgium,Europe,2007,79.441,10392226,33692.60508 +Benin,Africa,1952,38.223,1738315,1062.7522 +Benin,Africa,1957,40.358,1925173,959.6010805 +Benin,Africa,1962,42.618,2151895,949.4990641 +Benin,Africa,1967,44.885,2427334,1035.831411 +Benin,Africa,1972,47.014,2761407,1085.796879 +Benin,Africa,1977,49.19,3168267,1029.161251 +Benin,Africa,1982,50.904,3641603,1277.897616 +Benin,Africa,1987,52.337,4243788,1225.85601 +Benin,Africa,1992,53.919,4981671,1191.207681 +Benin,Africa,1997,54.777,6066080,1232.975292 +Benin,Africa,2002,54.406,7026113,1372.877931 +Benin,Africa,2007,56.728,8078314,1441.284873 +Bolivia,Americas,1952,40.414,2883315,2677.326347 +Bolivia,Americas,1957,41.89,3211738,2127.686326 +Bolivia,Americas,1962,43.428,3593918,2180.972546 +Bolivia,Americas,1967,45.032,4040665,2586.886053 +Bolivia,Americas,1972,46.714,4565872,2980.331339 +Bolivia,Americas,1977,50.023,5079716,3548.097832 +Bolivia,Americas,1982,53.859,5642224,3156.510452 +Bolivia,Americas,1987,57.251,6156369,2753.69149 +Bolivia,Americas,1992,59.957,6893451,2961.699694 +Bolivia,Americas,1997,62.05,7693188,3326.143191 +Bolivia,Americas,2002,63.883,8445134,3413.26269 +Bolivia,Americas,2007,65.554,9119152,3822.137084 +Bosnia and Herzegovina,Europe,1952,53.82,2791000,973.5331948 +Bosnia and Herzegovina,Europe,1957,58.45,3076000,1353.989176 +Bosnia and Herzegovina,Europe,1962,61.93,3349000,1709.683679 +Bosnia and Herzegovina,Europe,1967,64.79,3585000,2172.352423 +Bosnia and Herzegovina,Europe,1972,67.45,3819000,2860.16975 +Bosnia and Herzegovina,Europe,1977,69.86,4086000,3528.481305 +Bosnia and Herzegovina,Europe,1982,70.69,4172693,4126.613157 +Bosnia and Herzegovina,Europe,1987,71.14,4338977,4314.114757 +Bosnia and Herzegovina,Europe,1992,72.178,4256013,2546.781445 +Bosnia and Herzegovina,Europe,1997,73.244,3607000,4766.355904 +Bosnia and Herzegovina,Europe,2002,74.09,4165416,6018.975239 +Bosnia and Herzegovina,Europe,2007,74.852,4552198,7446.298803 +Botswana,Africa,1952,47.622,442308,851.2411407 +Botswana,Africa,1957,49.618,474639,918.2325349 +Botswana,Africa,1962,51.52,512764,983.6539764 +Botswana,Africa,1967,53.298,553541,1214.709294 +Botswana,Africa,1972,56.024,619351,2263.611114 +Botswana,Africa,1977,59.319,781472,3214.857818 +Botswana,Africa,1982,61.484,970347,4551.14215 +Botswana,Africa,1987,63.622,1151184,6205.88385 +Botswana,Africa,1992,62.745,1342614,7954.111645 +Botswana,Africa,1997,52.556,1536536,8647.142313 +Botswana,Africa,2002,46.634,1630347,11003.60508 +Botswana,Africa,2007,50.728,1639131,12569.85177 +Brazil,Americas,1952,50.917,56602560,2108.944355 +Brazil,Americas,1957,53.285,65551171,2487.365989 +Brazil,Americas,1962,55.665,76039390,3336.585802 +Brazil,Americas,1967,57.632,88049823,3429.864357 +Brazil,Americas,1972,59.504,100840058,4985.711467 +Brazil,Americas,1977,61.489,114313951,6660.118654 +Brazil,Americas,1982,63.336,128962939,7030.835878 +Brazil,Americas,1987,65.205,142938076,7807.095818 +Brazil,Americas,1992,67.057,155975974,6950.283021 +Brazil,Americas,1997,69.388,168546719,7957.980824 +Brazil,Americas,2002,71.006,179914212,8131.212843 +Brazil,Americas,2007,72.39,190010647,9065.800825 +Bulgaria,Europe,1952,59.6,7274900,2444.286648 +Bulgaria,Europe,1957,66.61,7651254,3008.670727 +Bulgaria,Europe,1962,69.51,8012946,4254.337839 +Bulgaria,Europe,1967,70.42,8310226,5577.0028 +Bulgaria,Europe,1972,70.9,8576200,6597.494398 +Bulgaria,Europe,1977,70.81,8797022,7612.240438 +Bulgaria,Europe,1982,71.08,8892098,8224.191647 +Bulgaria,Europe,1987,71.34,8971958,8239.854824 +Bulgaria,Europe,1992,71.19,8658506,6302.623438 +Bulgaria,Europe,1997,70.32,8066057,5970.38876 +Bulgaria,Europe,2002,72.14,7661799,7696.777725 +Bulgaria,Europe,2007,73.005,7322858,10680.79282 +Burkina Faso,Africa,1952,31.975,4469979,543.2552413 +Burkina Faso,Africa,1957,34.906,4713416,617.1834648 +Burkina Faso,Africa,1962,37.814,4919632,722.5120206 +Burkina Faso,Africa,1967,40.697,5127935,794.8265597 +Burkina Faso,Africa,1972,43.591,5433886,854.7359763 +Burkina Faso,Africa,1977,46.137,5889574,743.3870368 +Burkina Faso,Africa,1982,48.122,6634596,807.1985855 +Burkina Faso,Africa,1987,49.557,7586551,912.0631417 +Burkina Faso,Africa,1992,50.26,8878303,931.7527731 +Burkina Faso,Africa,1997,50.324,10352843,946.2949618 +Burkina Faso,Africa,2002,50.65,12251209,1037.645221 +Burkina Faso,Africa,2007,52.295,14326203,1217.032994 +Burundi,Africa,1952,39.031,2445618,339.2964587 +Burundi,Africa,1957,40.533,2667518,379.5646281 +Burundi,Africa,1962,42.045,2961915,355.2032273 +Burundi,Africa,1967,43.548,3330989,412.9775136 +Burundi,Africa,1972,44.057,3529983,464.0995039 +Burundi,Africa,1977,45.91,3834415,556.1032651 +Burundi,Africa,1982,47.471,4580410,559.603231 +Burundi,Africa,1987,48.211,5126023,621.8188189 +Burundi,Africa,1992,44.736,5809236,631.6998778 +Burundi,Africa,1997,45.326,6121610,463.1151478 +Burundi,Africa,2002,47.36,7021078,446.4035126 +Burundi,Africa,2007,49.58,8390505,430.0706916 +Cambodia,Asia,1952,39.417,4693836,368.4692856 +Cambodia,Asia,1957,41.366,5322536,434.0383364 +Cambodia,Asia,1962,43.415,6083619,496.9136476 +Cambodia,Asia,1967,45.415,6960067,523.4323142 +Cambodia,Asia,1972,40.317,7450606,421.6240257 +Cambodia,Asia,1977,31.22,6978607,524.9721832 +Cambodia,Asia,1982,50.957,7272485,624.4754784 +Cambodia,Asia,1987,53.914,8371791,683.8955732 +Cambodia,Asia,1992,55.803,10150094,682.3031755 +Cambodia,Asia,1997,56.534,11782962,734.28517 +Cambodia,Asia,2002,56.752,12926707,896.2260153 +Cambodia,Asia,2007,59.723,14131858,1713.778686 +Cameroon,Africa,1952,38.523,5009067,1172.667655 +Cameroon,Africa,1957,40.428,5359923,1313.048099 +Cameroon,Africa,1962,42.643,5793633,1399.607441 +Cameroon,Africa,1967,44.799,6335506,1508.453148 +Cameroon,Africa,1972,47.049,7021028,1684.146528 +Cameroon,Africa,1977,49.355,7959865,1783.432873 +Cameroon,Africa,1982,52.961,9250831,2367.983282 +Cameroon,Africa,1987,54.985,10780667,2602.664206 +Cameroon,Africa,1992,54.314,12467171,1793.163278 +Cameroon,Africa,1997,52.199,14195809,1694.337469 +Cameroon,Africa,2002,49.856,15929988,1934.011449 +Cameroon,Africa,2007,50.43,17696293,2042.09524 +Canada,Americas,1952,68.75,14785584,11367.16112 +Canada,Americas,1957,69.96,17010154,12489.95006 +Canada,Americas,1962,71.3,18985849,13462.48555 +Canada,Americas,1967,72.13,20819767,16076.58803 +Canada,Americas,1972,72.88,22284500,18970.57086 +Canada,Americas,1977,74.21,23796400,22090.88306 +Canada,Americas,1982,75.76,25201900,22898.79214 +Canada,Americas,1987,76.86,26549700,26626.51503 +Canada,Americas,1992,77.95,28523502,26342.88426 +Canada,Americas,1997,78.61,30305843,28954.92589 +Canada,Americas,2002,79.77,31902268,33328.96507 +Canada,Americas,2007,80.653,33390141,36319.23501 +Central African Republic,Africa,1952,35.463,1291695,1071.310713 +Central African Republic,Africa,1957,37.464,1392284,1190.844328 +Central African Republic,Africa,1962,39.475,1523478,1193.068753 +Central African Republic,Africa,1967,41.478,1733638,1136.056615 +Central African Republic,Africa,1972,43.457,1927260,1070.013275 +Central African Republic,Africa,1977,46.775,2167533,1109.374338 +Central African Republic,Africa,1982,48.295,2476971,956.7529907 +Central African Republic,Africa,1987,50.485,2840009,844.8763504 +Central African Republic,Africa,1992,49.396,3265124,747.9055252 +Central African Republic,Africa,1997,46.066,3696513,740.5063317 +Central African Republic,Africa,2002,43.308,4048013,738.6906068 +Central African Republic,Africa,2007,44.741,4369038,706.016537 +Chad,Africa,1952,38.092,2682462,1178.665927 +Chad,Africa,1957,39.881,2894855,1308.495577 +Chad,Africa,1962,41.716,3150417,1389.817618 +Chad,Africa,1967,43.601,3495967,1196.810565 +Chad,Africa,1972,45.569,3899068,1104.103987 +Chad,Africa,1977,47.383,4388260,1133.98495 +Chad,Africa,1982,49.517,4875118,797.9081006 +Chad,Africa,1987,51.051,5498955,952.386129 +Chad,Africa,1992,51.724,6429417,1058.0643 +Chad,Africa,1997,51.573,7562011,1004.961353 +Chad,Africa,2002,50.525,8835739,1156.18186 +Chad,Africa,2007,50.651,10238807,1704.063724 +Chile,Americas,1952,54.745,6377619,3939.978789 +Chile,Americas,1957,56.074,7048426,4315.622723 +Chile,Americas,1962,57.924,7961258,4519.094331 +Chile,Americas,1967,60.523,8858908,5106.654313 +Chile,Americas,1972,63.441,9717524,5494.024437 +Chile,Americas,1977,67.052,10599793,4756.763836 +Chile,Americas,1982,70.565,11487112,5095.665738 +Chile,Americas,1987,72.492,12463354,5547.063754 +Chile,Americas,1992,74.126,13572994,7596.125964 +Chile,Americas,1997,75.816,14599929,10118.05318 +Chile,Americas,2002,77.86,15497046,10778.78385 +Chile,Americas,2007,78.553,16284741,13171.63885 +China,Asia,1952,44,556263527,400.448611 +China,Asia,1957,50.54896,637408000,575.9870009 +China,Asia,1962,44.50136,665770000,487.6740183 +China,Asia,1967,58.38112,754550000,612.7056934 +China,Asia,1972,63.11888,862030000,676.9000921 +China,Asia,1977,63.96736,943455000,741.2374699 +China,Asia,1982,65.525,1000281000,962.4213805 +China,Asia,1987,67.274,1084035000,1378.904018 +China,Asia,1992,68.69,1164970000,1655.784158 +China,Asia,1997,70.426,1230075000,2289.234136 +China,Asia,2002,72.028,1280400000,3119.280896 +China,Asia,2007,72.961,1318683096,4959.114854 +Colombia,Americas,1952,50.643,12350771,2144.115096 +Colombia,Americas,1957,55.118,14485993,2323.805581 +Colombia,Americas,1962,57.863,17009885,2492.351109 +Colombia,Americas,1967,59.963,19764027,2678.729839 +Colombia,Americas,1972,61.623,22542890,3264.660041 +Colombia,Americas,1977,63.837,25094412,3815.80787 +Colombia,Americas,1982,66.653,27764644,4397.575659 +Colombia,Americas,1987,67.768,30964245,4903.2191 +Colombia,Americas,1992,68.421,34202721,5444.648617 +Colombia,Americas,1997,70.313,37657830,6117.361746 +Colombia,Americas,2002,71.682,41008227,5755.259962 +Colombia,Americas,2007,72.889,44227550,7006.580419 +Comoros,Africa,1952,40.715,153936,1102.990936 +Comoros,Africa,1957,42.46,170928,1211.148548 +Comoros,Africa,1962,44.467,191689,1406.648278 +Comoros,Africa,1967,46.472,217378,1876.029643 +Comoros,Africa,1972,48.944,250027,1937.577675 +Comoros,Africa,1977,50.939,304739,1172.603047 +Comoros,Africa,1982,52.933,348643,1267.100083 +Comoros,Africa,1987,54.926,395114,1315.980812 +Comoros,Africa,1992,57.939,454429,1246.90737 +Comoros,Africa,1997,60.66,527982,1173.618235 +Comoros,Africa,2002,62.974,614382,1075.811558 +Comoros,Africa,2007,65.152,710960,986.1478792 +"Congo, Dem. Rep.",Africa,1952,39.143,14100005,780.5423257 +"Congo, Dem. Rep.",Africa,1957,40.652,15577932,905.8602303 +"Congo, Dem. Rep.",Africa,1962,42.122,17486434,896.3146335 +"Congo, Dem. Rep.",Africa,1967,44.056,19941073,861.5932424 +"Congo, Dem. Rep.",Africa,1972,45.989,23007669,904.8960685 +"Congo, Dem. Rep.",Africa,1977,47.804,26480870,795.757282 +"Congo, Dem. Rep.",Africa,1982,47.784,30646495,673.7478181 +"Congo, Dem. Rep.",Africa,1987,47.412,35481645,672.774812 +"Congo, Dem. Rep.",Africa,1992,45.548,41672143,457.7191807 +"Congo, Dem. Rep.",Africa,1997,42.587,47798986,312.188423 +"Congo, Dem. Rep.",Africa,2002,44.966,55379852,241.1658765 +"Congo, Dem. Rep.",Africa,2007,46.462,64606759,277.5518587 +"Congo, Rep.",Africa,1952,42.111,854885,2125.621418 +"Congo, Rep.",Africa,1957,45.053,940458,2315.056572 +"Congo, Rep.",Africa,1962,48.435,1047924,2464.783157 +"Congo, Rep.",Africa,1967,52.04,1179760,2677.939642 +"Congo, Rep.",Africa,1972,54.907,1340458,3213.152683 +"Congo, Rep.",Africa,1977,55.625,1536769,3259.178978 +"Congo, Rep.",Africa,1982,56.695,1774735,4879.507522 +"Congo, Rep.",Africa,1987,57.47,2064095,4201.194937 +"Congo, Rep.",Africa,1992,56.433,2409073,4016.239529 +"Congo, Rep.",Africa,1997,52.962,2800947,3484.164376 +"Congo, Rep.",Africa,2002,52.97,3328795,3484.06197 +"Congo, Rep.",Africa,2007,55.322,3800610,3632.557798 +Costa Rica,Americas,1952,57.206,926317,2627.009471 +Costa Rica,Americas,1957,60.026,1112300,2990.010802 +Costa Rica,Americas,1962,62.842,1345187,3460.937025 +Costa Rica,Americas,1967,65.424,1588717,4161.727834 +Costa Rica,Americas,1972,67.849,1834796,5118.146939 +Costa Rica,Americas,1977,70.75,2108457,5926.876967 +Costa Rica,Americas,1982,73.45,2424367,5262.734751 +Costa Rica,Americas,1987,74.752,2799811,5629.915318 +Costa Rica,Americas,1992,75.713,3173216,6160.416317 +Costa Rica,Americas,1997,77.26,3518107,6677.045314 +Costa Rica,Americas,2002,78.123,3834934,7723.447195 +Costa Rica,Americas,2007,78.782,4133884,9645.06142 +Cote d'Ivoire,Africa,1952,40.477,2977019,1388.594732 +Cote d'Ivoire,Africa,1957,42.469,3300000,1500.895925 +Cote d'Ivoire,Africa,1962,44.93,3832408,1728.869428 +Cote d'Ivoire,Africa,1967,47.35,4744870,2052.050473 +Cote d'Ivoire,Africa,1972,49.801,6071696,2378.201111 +Cote d'Ivoire,Africa,1977,52.374,7459574,2517.736547 +Cote d'Ivoire,Africa,1982,53.983,9025951,2602.710169 +Cote d'Ivoire,Africa,1987,54.655,10761098,2156.956069 +Cote d'Ivoire,Africa,1992,52.044,12772596,1648.073791 +Cote d'Ivoire,Africa,1997,47.991,14625967,1786.265407 +Cote d'Ivoire,Africa,2002,46.832,16252726,1648.800823 +Cote d'Ivoire,Africa,2007,48.328,18013409,1544.750112 +Croatia,Europe,1952,61.21,3882229,3119.23652 +Croatia,Europe,1957,64.77,3991242,4338.231617 +Croatia,Europe,1962,67.13,4076557,5477.890018 +Croatia,Europe,1967,68.5,4174366,6960.297861 +Croatia,Europe,1972,69.61,4225310,9164.090127 +Croatia,Europe,1977,70.64,4318673,11305.38517 +Croatia,Europe,1982,70.46,4413368,13221.82184 +Croatia,Europe,1987,71.52,4484310,13822.58394 +Croatia,Europe,1992,72.527,4494013,8447.794873 +Croatia,Europe,1997,73.68,4444595,9875.604515 +Croatia,Europe,2002,74.876,4481020,11628.38895 +Croatia,Europe,2007,75.748,4493312,14619.22272 +Cuba,Americas,1952,59.421,6007797,5586.53878 +Cuba,Americas,1957,62.325,6640752,6092.174359 +Cuba,Americas,1962,65.246,7254373,5180.75591 +Cuba,Americas,1967,68.29,8139332,5690.268015 +Cuba,Americas,1972,70.723,8831348,5305.445256 +Cuba,Americas,1977,72.649,9537988,6380.494966 +Cuba,Americas,1982,73.717,9789224,7316.918107 +Cuba,Americas,1987,74.174,10239839,7532.924763 +Cuba,Americas,1992,74.414,10723260,5592.843963 +Cuba,Americas,1997,76.151,10983007,5431.990415 +Cuba,Americas,2002,77.158,11226999,6340.646683 +Cuba,Americas,2007,78.273,11416987,8948.102923 +Czech Republic,Europe,1952,66.87,9125183,6876.14025 +Czech Republic,Europe,1957,69.03,9513758,8256.343918 +Czech Republic,Europe,1962,69.9,9620282,10136.86713 +Czech Republic,Europe,1967,70.38,9835109,11399.44489 +Czech Republic,Europe,1972,70.29,9862158,13108.4536 +Czech Republic,Europe,1977,70.71,10161915,14800.16062 +Czech Republic,Europe,1982,70.96,10303704,15377.22855 +Czech Republic,Europe,1987,71.58,10311597,16310.4434 +Czech Republic,Europe,1992,72.4,10315702,14297.02122 +Czech Republic,Europe,1997,74.01,10300707,16048.51424 +Czech Republic,Europe,2002,75.51,10256295,17596.21022 +Czech Republic,Europe,2007,76.486,10228744,22833.30851 +Denmark,Europe,1952,70.78,4334000,9692.385245 +Denmark,Europe,1957,71.81,4487831,11099.65935 +Denmark,Europe,1962,72.35,4646899,13583.31351 +Denmark,Europe,1967,72.96,4838800,15937.21123 +Denmark,Europe,1972,73.47,4991596,18866.20721 +Denmark,Europe,1977,74.69,5088419,20422.9015 +Denmark,Europe,1982,74.63,5117810,21688.04048 +Denmark,Europe,1987,74.8,5127024,25116.17581 +Denmark,Europe,1992,75.33,5171393,26406.73985 +Denmark,Europe,1997,76.11,5283663,29804.34567 +Denmark,Europe,2002,77.18,5374693,32166.50006 +Denmark,Europe,2007,78.332,5468120,35278.41874 +Djibouti,Africa,1952,34.812,63149,2669.529475 +Djibouti,Africa,1957,37.328,71851,2864.969076 +Djibouti,Africa,1962,39.693,89898,3020.989263 +Djibouti,Africa,1967,42.074,127617,3020.050513 +Djibouti,Africa,1972,44.366,178848,3694.212352 +Djibouti,Africa,1977,46.519,228694,3081.761022 +Djibouti,Africa,1982,48.812,305991,2879.468067 +Djibouti,Africa,1987,50.04,311025,2880.102568 +Djibouti,Africa,1992,51.604,384156,2377.156192 +Djibouti,Africa,1997,53.157,417908,1895.016984 +Djibouti,Africa,2002,53.373,447416,1908.260867 +Djibouti,Africa,2007,54.791,496374,2082.481567 +Dominican Republic,Americas,1952,45.928,2491346,1397.717137 +Dominican Republic,Americas,1957,49.828,2923186,1544.402995 +Dominican Republic,Americas,1962,53.459,3453434,1662.137359 +Dominican Republic,Americas,1967,56.751,4049146,1653.723003 +Dominican Republic,Americas,1972,59.631,4671329,2189.874499 +Dominican Republic,Americas,1977,61.788,5302800,2681.9889 +Dominican Republic,Americas,1982,63.727,5968349,2861.092386 +Dominican Republic,Americas,1987,66.046,6655297,2899.842175 +Dominican Republic,Americas,1992,68.457,7351181,3044.214214 +Dominican Republic,Americas,1997,69.957,7992357,3614.101285 +Dominican Republic,Americas,2002,70.847,8650322,4563.808154 +Dominican Republic,Americas,2007,72.235,9319622,6025.374752 +Ecuador,Americas,1952,48.357,3548753,3522.110717 +Ecuador,Americas,1957,51.356,4058385,3780.546651 +Ecuador,Americas,1962,54.64,4681707,4086.114078 +Ecuador,Americas,1967,56.678,5432424,4579.074215 +Ecuador,Americas,1972,58.796,6298651,5280.99471 +Ecuador,Americas,1977,61.31,7278866,6679.62326 +Ecuador,Americas,1982,64.342,8365850,7213.791267 +Ecuador,Americas,1987,67.231,9545158,6481.776993 +Ecuador,Americas,1992,69.613,10748394,7103.702595 +Ecuador,Americas,1997,72.312,11911819,7429.455877 +Ecuador,Americas,2002,74.173,12921234,5773.044512 +Ecuador,Americas,2007,74.994,13755680,6873.262326 +Egypt,Africa,1952,41.893,22223309,1418.822445 +Egypt,Africa,1957,44.444,25009741,1458.915272 +Egypt,Africa,1962,46.992,28173309,1693.335853 +Egypt,Africa,1967,49.293,31681188,1814.880728 +Egypt,Africa,1972,51.137,34807417,2024.008147 +Egypt,Africa,1977,53.319,38783863,2785.493582 +Egypt,Africa,1982,56.006,45681811,3503.729636 +Egypt,Africa,1987,59.797,52799062,3885.46071 +Egypt,Africa,1992,63.674,59402198,3794.755195 +Egypt,Africa,1997,67.217,66134291,4173.181797 +Egypt,Africa,2002,69.806,73312559,4754.604414 +Egypt,Africa,2007,71.338,80264543,5581.180998 +El Salvador,Americas,1952,45.262,2042865,3048.3029 +El Salvador,Americas,1957,48.57,2355805,3421.523218 +El Salvador,Americas,1962,52.307,2747687,3776.803627 +El Salvador,Americas,1967,55.855,3232927,4358.595393 +El Salvador,Americas,1972,58.207,3790903,4520.246008 +El Salvador,Americas,1977,56.696,4282586,5138.922374 +El Salvador,Americas,1982,56.604,4474873,4098.344175 +El Salvador,Americas,1987,63.154,4842194,4140.442097 +El Salvador,Americas,1992,66.798,5274649,4444.2317 +El Salvador,Americas,1997,69.535,5783439,5154.825496 +El Salvador,Americas,2002,70.734,6353681,5351.568666 +El Salvador,Americas,2007,71.878,6939688,5728.353514 +Equatorial Guinea,Africa,1952,34.482,216964,375.6431231 +Equatorial Guinea,Africa,1957,35.983,232922,426.0964081 +Equatorial Guinea,Africa,1962,37.485,249220,582.8419714 +Equatorial Guinea,Africa,1967,38.987,259864,915.5960025 +Equatorial Guinea,Africa,1972,40.516,277603,672.4122571 +Equatorial Guinea,Africa,1977,42.024,192675,958.5668124 +Equatorial Guinea,Africa,1982,43.662,285483,927.8253427 +Equatorial Guinea,Africa,1987,45.664,341244,966.8968149 +Equatorial Guinea,Africa,1992,47.545,387838,1132.055034 +Equatorial Guinea,Africa,1997,48.245,439971,2814.480755 +Equatorial Guinea,Africa,2002,49.348,495627,7703.4959 +Equatorial Guinea,Africa,2007,51.579,551201,12154.08975 +Eritrea,Africa,1952,35.928,1438760,328.9405571 +Eritrea,Africa,1957,38.047,1542611,344.1618859 +Eritrea,Africa,1962,40.158,1666618,380.9958433 +Eritrea,Africa,1967,42.189,1820319,468.7949699 +Eritrea,Africa,1972,44.142,2260187,514.3242082 +Eritrea,Africa,1977,44.535,2512642,505.7538077 +Eritrea,Africa,1982,43.89,2637297,524.8758493 +Eritrea,Africa,1987,46.453,2915959,521.1341333 +Eritrea,Africa,1992,49.991,3668440,582.8585102 +Eritrea,Africa,1997,53.378,4058319,913.47079 +Eritrea,Africa,2002,55.24,4414865,765.3500015 +Eritrea,Africa,2007,58.04,4906585,641.3695236 +Ethiopia,Africa,1952,34.078,20860941,362.1462796 +Ethiopia,Africa,1957,36.667,22815614,378.9041632 +Ethiopia,Africa,1962,40.059,25145372,419.4564161 +Ethiopia,Africa,1967,42.115,27860297,516.1186438 +Ethiopia,Africa,1972,43.515,30770372,566.2439442 +Ethiopia,Africa,1977,44.51,34617799,556.8083834 +Ethiopia,Africa,1982,44.916,38111756,577.8607471 +Ethiopia,Africa,1987,46.684,42999530,573.7413142 +Ethiopia,Africa,1992,48.091,52088559,421.3534653 +Ethiopia,Africa,1997,49.402,59861301,515.8894013 +Ethiopia,Africa,2002,50.725,67946797,530.0535319 +Ethiopia,Africa,2007,52.947,76511887,690.8055759 +Finland,Europe,1952,66.55,4090500,6424.519071 +Finland,Europe,1957,67.49,4324000,7545.415386 +Finland,Europe,1962,68.75,4491443,9371.842561 +Finland,Europe,1967,69.83,4605744,10921.63626 +Finland,Europe,1972,70.87,4639657,14358.8759 +Finland,Europe,1977,72.52,4738902,15605.42283 +Finland,Europe,1982,74.55,4826933,18533.15761 +Finland,Europe,1987,74.83,4931729,21141.01223 +Finland,Europe,1992,75.7,5041039,20647.16499 +Finland,Europe,1997,77.13,5134406,23723.9502 +Finland,Europe,2002,78.37,5193039,28204.59057 +Finland,Europe,2007,79.313,5238460,33207.0844 +France,Europe,1952,67.41,42459667,7029.809327 +France,Europe,1957,68.93,44310863,8662.834898 +France,Europe,1962,70.51,47124000,10560.48553 +France,Europe,1967,71.55,49569000,12999.91766 +France,Europe,1972,72.38,51732000,16107.19171 +France,Europe,1977,73.83,53165019,18292.63514 +France,Europe,1982,74.89,54433565,20293.89746 +France,Europe,1987,76.34,55630100,22066.44214 +France,Europe,1992,77.46,57374179,24703.79615 +France,Europe,1997,78.64,58623428,25889.78487 +France,Europe,2002,79.59,59925035,28926.03234 +France,Europe,2007,80.657,61083916,30470.0167 +Gabon,Africa,1952,37.003,420702,4293.476475 +Gabon,Africa,1957,38.999,434904,4976.198099 +Gabon,Africa,1962,40.489,455661,6631.459222 +Gabon,Africa,1967,44.598,489004,8358.761987 +Gabon,Africa,1972,48.69,537977,11401.94841 +Gabon,Africa,1977,52.79,706367,21745.57328 +Gabon,Africa,1982,56.564,753874,15113.36194 +Gabon,Africa,1987,60.19,880397,11864.40844 +Gabon,Africa,1992,61.366,985739,13522.15752 +Gabon,Africa,1997,60.461,1126189,14722.84188 +Gabon,Africa,2002,56.761,1299304,12521.71392 +Gabon,Africa,2007,56.735,1454867,13206.48452 +Gambia,Africa,1952,30,284320,485.2306591 +Gambia,Africa,1957,32.065,323150,520.9267111 +Gambia,Africa,1962,33.896,374020,599.650276 +Gambia,Africa,1967,35.857,439593,734.7829124 +Gambia,Africa,1972,38.308,517101,756.0868363 +Gambia,Africa,1977,41.842,608274,884.7552507 +Gambia,Africa,1982,45.58,715523,835.8096108 +Gambia,Africa,1987,49.265,848406,611.6588611 +Gambia,Africa,1992,52.644,1025384,665.6244126 +Gambia,Africa,1997,55.861,1235767,653.7301704 +Gambia,Africa,2002,58.041,1457766,660.5855997 +Gambia,Africa,2007,59.448,1688359,752.7497265 +Germany,Europe,1952,67.5,69145952,7144.114393 +Germany,Europe,1957,69.1,71019069,10187.82665 +Germany,Europe,1962,70.3,73739117,12902.46291 +Germany,Europe,1967,70.8,76368453,14745.62561 +Germany,Europe,1972,71,78717088,18016.18027 +Germany,Europe,1977,72.5,78160773,20512.92123 +Germany,Europe,1982,73.8,78335266,22031.53274 +Germany,Europe,1987,74.847,77718298,24639.18566 +Germany,Europe,1992,76.07,80597764,26505.30317 +Germany,Europe,1997,77.34,82011073,27788.88416 +Germany,Europe,2002,78.67,82350671,30035.80198 +Germany,Europe,2007,79.406,82400996,32170.37442 +Ghana,Africa,1952,43.149,5581001,911.2989371 +Ghana,Africa,1957,44.779,6391288,1043.561537 +Ghana,Africa,1962,46.452,7355248,1190.041118 +Ghana,Africa,1967,48.072,8490213,1125.69716 +Ghana,Africa,1972,49.875,9354120,1178.223708 +Ghana,Africa,1977,51.756,10538093,993.2239571 +Ghana,Africa,1982,53.744,11400338,876.032569 +Ghana,Africa,1987,55.729,14168101,847.0061135 +Ghana,Africa,1992,57.501,16278738,925.060154 +Ghana,Africa,1997,58.556,18418288,1005.245812 +Ghana,Africa,2002,58.453,20550751,1111.984578 +Ghana,Africa,2007,60.022,22873338,1327.60891 +Greece,Europe,1952,65.86,7733250,3530.690067 +Greece,Europe,1957,67.86,8096218,4916.299889 +Greece,Europe,1962,69.51,8448233,6017.190733 +Greece,Europe,1967,71,8716441,8513.097016 +Greece,Europe,1972,72.34,8888628,12724.82957 +Greece,Europe,1977,73.68,9308479,14195.52428 +Greece,Europe,1982,75.24,9786480,15268.42089 +Greece,Europe,1987,76.67,9974490,16120.52839 +Greece,Europe,1992,77.03,10325429,17541.49634 +Greece,Europe,1997,77.869,10502372,18747.69814 +Greece,Europe,2002,78.256,10603863,22514.2548 +Greece,Europe,2007,79.483,10706290,27538.41188 +Guatemala,Americas,1952,42.023,3146381,2428.237769 +Guatemala,Americas,1957,44.142,3640876,2617.155967 +Guatemala,Americas,1962,46.954,4208858,2750.364446 +Guatemala,Americas,1967,50.016,4690773,3242.531147 +Guatemala,Americas,1972,53.738,5149581,4031.408271 +Guatemala,Americas,1977,56.029,5703430,4879.992748 +Guatemala,Americas,1982,58.137,6395630,4820.49479 +Guatemala,Americas,1987,60.782,7326406,4246.485974 +Guatemala,Americas,1992,63.373,8486949,4439.45084 +Guatemala,Americas,1997,66.322,9803875,4684.313807 +Guatemala,Americas,2002,68.978,11178650,4858.347495 +Guatemala,Americas,2007,70.259,12572928,5186.050003 +Guinea,Africa,1952,33.609,2664249,510.1964923 +Guinea,Africa,1957,34.558,2876726,576.2670245 +Guinea,Africa,1962,35.753,3140003,686.3736739 +Guinea,Africa,1967,37.197,3451418,708.7595409 +Guinea,Africa,1972,38.842,3811387,741.6662307 +Guinea,Africa,1977,40.762,4227026,874.6858643 +Guinea,Africa,1982,42.891,4710497,857.2503577 +Guinea,Africa,1987,45.552,5650262,805.5724718 +Guinea,Africa,1992,48.576,6990574,794.3484384 +Guinea,Africa,1997,51.455,8048834,869.4497668 +Guinea,Africa,2002,53.676,8807818,945.5835837 +Guinea,Africa,2007,56.007,9947814,942.6542111 +Guinea-Bissau,Africa,1952,32.5,580653,299.850319 +Guinea-Bissau,Africa,1957,33.489,601095,431.7904566 +Guinea-Bissau,Africa,1962,34.488,627820,522.0343725 +Guinea-Bissau,Africa,1967,35.492,601287,715.5806402 +Guinea-Bissau,Africa,1972,36.486,625361,820.2245876 +Guinea-Bissau,Africa,1977,37.465,745228,764.7259628 +Guinea-Bissau,Africa,1982,39.327,825987,838.1239671 +Guinea-Bissau,Africa,1987,41.245,927524,736.4153921 +Guinea-Bissau,Africa,1992,43.266,1050938,745.5398706 +Guinea-Bissau,Africa,1997,44.873,1193708,796.6644681 +Guinea-Bissau,Africa,2002,45.504,1332459,575.7047176 +Guinea-Bissau,Africa,2007,46.388,1472041,579.231743 +Haiti,Americas,1952,37.579,3201488,1840.366939 +Haiti,Americas,1957,40.696,3507701,1726.887882 +Haiti,Americas,1962,43.59,3880130,1796.589032 +Haiti,Americas,1967,46.243,4318137,1452.057666 +Haiti,Americas,1972,48.042,4698301,1654.456946 +Haiti,Americas,1977,49.923,4908554,1874.298931 +Haiti,Americas,1982,51.461,5198399,2011.159549 +Haiti,Americas,1987,53.636,5756203,1823.015995 +Haiti,Americas,1992,55.089,6326682,1456.309517 +Haiti,Americas,1997,56.671,6913545,1341.726931 +Haiti,Americas,2002,58.137,7607651,1270.364932 +Haiti,Americas,2007,60.916,8502814,1201.637154 +Honduras,Americas,1952,41.912,1517453,2194.926204 +Honduras,Americas,1957,44.665,1770390,2220.487682 +Honduras,Americas,1962,48.041,2090162,2291.156835 +Honduras,Americas,1967,50.924,2500689,2538.269358 +Honduras,Americas,1972,53.884,2965146,2529.842345 +Honduras,Americas,1977,57.402,3055235,3203.208066 +Honduras,Americas,1982,60.909,3669448,3121.760794 +Honduras,Americas,1987,64.492,4372203,3023.096699 +Honduras,Americas,1992,66.399,5077347,3081.694603 +Honduras,Americas,1997,67.659,5867957,3160.454906 +Honduras,Americas,2002,68.565,6677328,3099.72866 +Honduras,Americas,2007,70.198,7483763,3548.330846 +"Hong Kong, China",Asia,1952,60.96,2125900,3054.421209 +"Hong Kong, China",Asia,1957,64.75,2736300,3629.076457 +"Hong Kong, China",Asia,1962,67.65,3305200,4692.648272 +"Hong Kong, China",Asia,1967,70,3722800,6197.962814 +"Hong Kong, China",Asia,1972,72,4115700,8315.928145 +"Hong Kong, China",Asia,1977,73.6,4583700,11186.14125 +"Hong Kong, China",Asia,1982,75.45,5264500,14560.53051 +"Hong Kong, China",Asia,1987,76.2,5584510,20038.47269 +"Hong Kong, China",Asia,1992,77.601,5829696,24757.60301 +"Hong Kong, China",Asia,1997,80,6495918,28377.63219 +"Hong Kong, China",Asia,2002,81.495,6762476,30209.01516 +"Hong Kong, China",Asia,2007,82.208,6980412,39724.97867 +Hungary,Europe,1952,64.03,9504000,5263.673816 +Hungary,Europe,1957,66.41,9839000,6040.180011 +Hungary,Europe,1962,67.96,10063000,7550.359877 +Hungary,Europe,1967,69.5,10223422,9326.64467 +Hungary,Europe,1972,69.76,10394091,10168.65611 +Hungary,Europe,1977,69.95,10637171,11674.83737 +Hungary,Europe,1982,69.39,10705535,12545.99066 +Hungary,Europe,1987,69.58,10612740,12986.47998 +Hungary,Europe,1992,69.17,10348684,10535.62855 +Hungary,Europe,1997,71.04,10244684,11712.7768 +Hungary,Europe,2002,72.59,10083313,14843.93556 +Hungary,Europe,2007,73.338,9956108,18008.94444 +Iceland,Europe,1952,72.49,147962,7267.688428 +Iceland,Europe,1957,73.47,165110,9244.001412 +Iceland,Europe,1962,73.68,182053,10350.15906 +Iceland,Europe,1967,73.73,198676,13319.89568 +Iceland,Europe,1972,74.46,209275,15798.06362 +Iceland,Europe,1977,76.11,221823,19654.96247 +Iceland,Europe,1982,76.99,233997,23269.6075 +Iceland,Europe,1987,77.23,244676,26923.20628 +Iceland,Europe,1992,78.77,259012,25144.39201 +Iceland,Europe,1997,78.95,271192,28061.09966 +Iceland,Europe,2002,80.5,288030,31163.20196 +Iceland,Europe,2007,81.757,301931,36180.78919 +India,Asia,1952,37.373,372000000,546.5657493 +India,Asia,1957,40.249,409000000,590.061996 +India,Asia,1962,43.605,454000000,658.3471509 +India,Asia,1967,47.193,506000000,700.7706107 +India,Asia,1972,50.651,567000000,724.032527 +India,Asia,1977,54.208,634000000,813.337323 +India,Asia,1982,56.596,708000000,855.7235377 +India,Asia,1987,58.553,788000000,976.5126756 +India,Asia,1992,60.223,872000000,1164.406809 +India,Asia,1997,61.765,959000000,1458.817442 +India,Asia,2002,62.879,1034172547,1746.769454 +India,Asia,2007,64.698,1110396331,2452.210407 +Indonesia,Asia,1952,37.468,82052000,749.6816546 +Indonesia,Asia,1957,39.918,90124000,858.9002707 +Indonesia,Asia,1962,42.518,99028000,849.2897701 +Indonesia,Asia,1967,45.964,109343000,762.4317721 +Indonesia,Asia,1972,49.203,121282000,1111.107907 +Indonesia,Asia,1977,52.702,136725000,1382.702056 +Indonesia,Asia,1982,56.159,153343000,1516.872988 +Indonesia,Asia,1987,60.137,169276000,1748.356961 +Indonesia,Asia,1992,62.681,184816000,2383.140898 +Indonesia,Asia,1997,66.041,199278000,3119.335603 +Indonesia,Asia,2002,68.588,211060000,2873.91287 +Indonesia,Asia,2007,70.65,223547000,3540.651564 +Iran,Asia,1952,44.869,17272000,3035.326002 +Iran,Asia,1957,47.181,19792000,3290.257643 +Iran,Asia,1962,49.325,22874000,4187.329802 +Iran,Asia,1967,52.469,26538000,5906.731805 +Iran,Asia,1972,55.234,30614000,9613.818607 +Iran,Asia,1977,57.702,35480679,11888.59508 +Iran,Asia,1982,59.62,43072751,7608.334602 +Iran,Asia,1987,63.04,51889696,6642.881371 +Iran,Asia,1992,65.742,60397973,7235.653188 +Iran,Asia,1997,68.042,63327987,8263.590301 +Iran,Asia,2002,69.451,66907826,9240.761975 +Iran,Asia,2007,70.964,69453570,11605.71449 +Iraq,Asia,1952,45.32,5441766,4129.766056 +Iraq,Asia,1957,48.437,6248643,6229.333562 +Iraq,Asia,1962,51.457,7240260,8341.737815 +Iraq,Asia,1967,54.459,8519282,8931.459811 +Iraq,Asia,1972,56.95,10061506,9576.037596 +Iraq,Asia,1977,60.413,11882916,14688.23507 +Iraq,Asia,1982,62.038,14173318,14517.90711 +Iraq,Asia,1987,65.044,16543189,11643.57268 +Iraq,Asia,1992,59.461,17861905,3745.640687 +Iraq,Asia,1997,58.811,20775703,3076.239795 +Iraq,Asia,2002,57.046,24001816,4390.717312 +Iraq,Asia,2007,59.545,27499638,4471.061906 +Ireland,Europe,1952,66.91,2952156,5210.280328 +Ireland,Europe,1957,68.9,2878220,5599.077872 +Ireland,Europe,1962,70.29,2830000,6631.597314 +Ireland,Europe,1967,71.08,2900100,7655.568963 +Ireland,Europe,1972,71.28,3024400,9530.772896 +Ireland,Europe,1977,72.03,3271900,11150.98113 +Ireland,Europe,1982,73.1,3480000,12618.32141 +Ireland,Europe,1987,74.36,3539900,13872.86652 +Ireland,Europe,1992,75.467,3557761,17558.81555 +Ireland,Europe,1997,76.122,3667233,24521.94713 +Ireland,Europe,2002,77.783,3879155,34077.04939 +Ireland,Europe,2007,78.885,4109086,40675.99635 +Israel,Asia,1952,65.39,1620914,4086.522128 +Israel,Asia,1957,67.84,1944401,5385.278451 +Israel,Asia,1962,69.39,2310904,7105.630706 +Israel,Asia,1967,70.75,2693585,8393.741404 +Israel,Asia,1972,71.63,3095893,12786.93223 +Israel,Asia,1977,73.06,3495918,13306.61921 +Israel,Asia,1982,74.45,3858421,15367.0292 +Israel,Asia,1987,75.6,4203148,17122.47986 +Israel,Asia,1992,76.93,4936550,18051.52254 +Israel,Asia,1997,78.269,5531387,20896.60924 +Israel,Asia,2002,79.696,6029529,21905.59514 +Israel,Asia,2007,80.745,6426679,25523.2771 +Italy,Europe,1952,65.94,47666000,4931.404155 +Italy,Europe,1957,67.81,49182000,6248.656232 +Italy,Europe,1962,69.24,50843200,8243.58234 +Italy,Europe,1967,71.06,52667100,10022.40131 +Italy,Europe,1972,72.19,54365564,12269.27378 +Italy,Europe,1977,73.48,56059245,14255.98475 +Italy,Europe,1982,74.98,56535636,16537.4835 +Italy,Europe,1987,76.42,56729703,19207.23482 +Italy,Europe,1992,77.44,56840847,22013.64486 +Italy,Europe,1997,78.82,57479469,24675.02446 +Italy,Europe,2002,80.24,57926999,27968.09817 +Italy,Europe,2007,80.546,58147733,28569.7197 +Jamaica,Americas,1952,58.53,1426095,2898.530881 +Jamaica,Americas,1957,62.61,1535090,4756.525781 +Jamaica,Americas,1962,65.61,1665128,5246.107524 +Jamaica,Americas,1967,67.51,1861096,6124.703451 +Jamaica,Americas,1972,69,1997616,7433.889293 +Jamaica,Americas,1977,70.11,2156814,6650.195573 +Jamaica,Americas,1982,71.21,2298309,6068.05135 +Jamaica,Americas,1987,71.77,2326606,6351.237495 +Jamaica,Americas,1992,71.766,2378618,7404.923685 +Jamaica,Americas,1997,72.262,2531311,7121.924704 +Jamaica,Americas,2002,72.047,2664659,6994.774861 +Jamaica,Americas,2007,72.567,2780132,7320.880262 +Japan,Asia,1952,63.03,86459025,3216.956347 +Japan,Asia,1957,65.5,91563009,4317.694365 +Japan,Asia,1962,68.73,95831757,6576.649461 +Japan,Asia,1967,71.43,100825279,9847.788607 +Japan,Asia,1972,73.42,107188273,14778.78636 +Japan,Asia,1977,75.38,113872473,16610.37701 +Japan,Asia,1982,77.11,118454974,19384.10571 +Japan,Asia,1987,78.67,122091325,22375.94189 +Japan,Asia,1992,79.36,124329269,26824.89511 +Japan,Asia,1997,80.69,125956499,28816.58499 +Japan,Asia,2002,82,127065841,28604.5919 +Japan,Asia,2007,82.603,127467972,31656.06806 +Jordan,Asia,1952,43.158,607914,1546.907807 +Jordan,Asia,1957,45.669,746559,1886.080591 +Jordan,Asia,1962,48.126,933559,2348.009158 +Jordan,Asia,1967,51.629,1255058,2741.796252 +Jordan,Asia,1972,56.528,1613551,2110.856309 +Jordan,Asia,1977,61.134,1937652,2852.351568 +Jordan,Asia,1982,63.739,2347031,4161.415959 +Jordan,Asia,1987,65.869,2820042,4448.679912 +Jordan,Asia,1992,68.015,3867409,3431.593647 +Jordan,Asia,1997,69.772,4526235,3645.379572 +Jordan,Asia,2002,71.263,5307470,3844.917194 +Jordan,Asia,2007,72.535,6053193,4519.461171 +Kenya,Africa,1952,42.27,6464046,853.540919 +Kenya,Africa,1957,44.686,7454779,944.4383152 +Kenya,Africa,1962,47.949,8678557,896.9663732 +Kenya,Africa,1967,50.654,10191512,1056.736457 +Kenya,Africa,1972,53.559,12044785,1222.359968 +Kenya,Africa,1977,56.155,14500404,1267.613204 +Kenya,Africa,1982,58.766,17661452,1348.225791 +Kenya,Africa,1987,59.339,21198082,1361.936856 +Kenya,Africa,1992,59.285,25020539,1341.921721 +Kenya,Africa,1997,54.407,28263827,1360.485021 +Kenya,Africa,2002,50.992,31386842,1287.514732 +Kenya,Africa,2007,54.11,35610177,1463.249282 +"Korea, Dem. Rep.",Asia,1952,50.056,8865488,1088.277758 +"Korea, Dem. Rep.",Asia,1957,54.081,9411381,1571.134655 +"Korea, Dem. Rep.",Asia,1962,56.656,10917494,1621.693598 +"Korea, Dem. Rep.",Asia,1967,59.942,12617009,2143.540609 +"Korea, Dem. Rep.",Asia,1972,63.983,14781241,3701.621503 +"Korea, Dem. Rep.",Asia,1977,67.159,16325320,4106.301249 +"Korea, Dem. Rep.",Asia,1982,69.1,17647518,4106.525293 +"Korea, Dem. Rep.",Asia,1987,70.647,19067554,4106.492315 +"Korea, Dem. Rep.",Asia,1992,69.978,20711375,3726.063507 +"Korea, Dem. Rep.",Asia,1997,67.727,21585105,1690.756814 +"Korea, Dem. Rep.",Asia,2002,66.662,22215365,1646.758151 +"Korea, Dem. Rep.",Asia,2007,67.297,23301725,1593.06548 +"Korea, Rep.",Asia,1952,47.453,20947571,1030.592226 +"Korea, Rep.",Asia,1957,52.681,22611552,1487.593537 +"Korea, Rep.",Asia,1962,55.292,26420307,1536.344387 +"Korea, Rep.",Asia,1967,57.716,30131000,2029.228142 +"Korea, Rep.",Asia,1972,62.612,33505000,3030.87665 +"Korea, Rep.",Asia,1977,64.766,36436000,4657.22102 +"Korea, Rep.",Asia,1982,67.123,39326000,5622.942464 +"Korea, Rep.",Asia,1987,69.81,41622000,8533.088805 +"Korea, Rep.",Asia,1992,72.244,43805450,12104.27872 +"Korea, Rep.",Asia,1997,74.647,46173816,15993.52796 +"Korea, Rep.",Asia,2002,77.045,47969150,19233.98818 +"Korea, Rep.",Asia,2007,78.623,49044790,23348.13973 +Kuwait,Asia,1952,55.565,160000,108382.3529 +Kuwait,Asia,1957,58.033,212846,113523.1329 +Kuwait,Asia,1962,60.47,358266,95458.11176 +Kuwait,Asia,1967,64.624,575003,80894.88326 +Kuwait,Asia,1972,67.712,841934,109347.867 +Kuwait,Asia,1977,69.343,1140357,59265.47714 +Kuwait,Asia,1982,71.309,1497494,31354.03573 +Kuwait,Asia,1987,74.174,1891487,28118.42998 +Kuwait,Asia,1992,75.19,1418095,34932.91959 +Kuwait,Asia,1997,76.156,1765345,40300.619960000004 +Kuwait,Asia,2002,76.904,2111561,35110.10566 +Kuwait,Asia,2007,77.588,2505559,47306.98978 +Lebanon,Asia,1952,55.928,1439529,4834.804067 +Lebanon,Asia,1957,59.489,1647412,6089.786934 +Lebanon,Asia,1962,62.094,1886848,5714.560611 +Lebanon,Asia,1967,63.87,2186894,6006.983042 +Lebanon,Asia,1972,65.421,2680018,7486.384341 +Lebanon,Asia,1977,66.099,3115787,8659.696836 +Lebanon,Asia,1982,66.983,3086876,7640.519521 +Lebanon,Asia,1987,67.926,3089353,5377.091329 +Lebanon,Asia,1992,69.292,3219994,6890.806854 +Lebanon,Asia,1997,70.265,3430388,8754.96385 +Lebanon,Asia,2002,71.028,3677780,9313.93883 +Lebanon,Asia,2007,71.993,3921278,10461.05868 +Lesotho,Africa,1952,42.138,748747,298.8462121 +Lesotho,Africa,1957,45.047,813338,335.9971151 +Lesotho,Africa,1962,47.747,893143,411.8006266 +Lesotho,Africa,1967,48.492,996380,498.6390265 +Lesotho,Africa,1972,49.767,1116779,496.5815922 +Lesotho,Africa,1977,52.208,1251524,745.3695408 +Lesotho,Africa,1982,55.078,1411807,797.2631074 +Lesotho,Africa,1987,57.18,1599200,773.9932141 +Lesotho,Africa,1992,59.685,1803195,977.4862725 +Lesotho,Africa,1997,55.558,1982823,1186.147994 +Lesotho,Africa,2002,44.593,2046772,1275.184575 +Lesotho,Africa,2007,42.592,2012649,1569.331442 +Liberia,Africa,1952,38.48,863308,575.5729961 +Liberia,Africa,1957,39.486,975950,620.9699901 +Liberia,Africa,1962,40.502,1112796,634.1951625 +Liberia,Africa,1967,41.536,1279406,713.6036483 +Liberia,Africa,1972,42.614,1482628,803.0054535 +Liberia,Africa,1977,43.764,1703617,640.3224383 +Liberia,Africa,1982,44.852,1956875,572.1995694 +Liberia,Africa,1987,46.027,2269414,506.1138573 +Liberia,Africa,1992,40.802,1912974,636.6229191 +Liberia,Africa,1997,42.221,2200725,609.17395079999994 +Liberia,Africa,2002,43.753,2814651,531.4823679 +Liberia,Africa,2007,45.678,3193942,414.5073415 +Libya,Africa,1952,42.723,1019729,2387.54806 +Libya,Africa,1957,45.289,1201578,3448.284395 +Libya,Africa,1962,47.808,1441863,6757.030816 +Libya,Africa,1967,50.227,1759224,18772.75169 +Libya,Africa,1972,52.773,2183877,21011.49721 +Libya,Africa,1977,57.442,2721783,21951.21176 +Libya,Africa,1982,62.155,3344074,17364.27538 +Libya,Africa,1987,66.234,3799845,11770.5898 +Libya,Africa,1992,68.755,4364501,9640.138501 +Libya,Africa,1997,71.555,4759670,9467.446056 +Libya,Africa,2002,72.737,5368585,9534.677467 +Libya,Africa,2007,73.952,6036914,12057.49928 +Madagascar,Africa,1952,36.681,4762912,1443.011715 +Madagascar,Africa,1957,38.865,5181679,1589.20275 +Madagascar,Africa,1962,40.848,5703324,1643.38711 +Madagascar,Africa,1967,42.881,6334556,1634.047282 +Madagascar,Africa,1972,44.851,7082430,1748.562982 +Madagascar,Africa,1977,46.881,8007166,1544.228586 +Madagascar,Africa,1982,48.969,9171477,1302.878658 +Madagascar,Africa,1987,49.35,10568642,1155.441948 +Madagascar,Africa,1992,52.214,12210395,1040.67619 +Madagascar,Africa,1997,54.978,14165114,986.2958956 +Madagascar,Africa,2002,57.286,16473477,894.6370822 +Madagascar,Africa,2007,59.443,19167654,1044.770126 +Malawi,Africa,1952,36.256,2917802,369.1650802 +Malawi,Africa,1957,37.207,3221238,416.3698064 +Malawi,Africa,1962,38.41,3628608,427.9010856 +Malawi,Africa,1967,39.487,4147252,495.5147806 +Malawi,Africa,1972,41.766,4730997,584.6219709 +Malawi,Africa,1977,43.767,5637246,663.2236766 +Malawi,Africa,1982,45.642,6502825,632.8039209 +Malawi,Africa,1987,47.457,7824747,635.5173634 +Malawi,Africa,1992,49.42,10014249,563.2000145 +Malawi,Africa,1997,47.495,10419991,692.2758103 +Malawi,Africa,2002,45.009,11824495,665.4231186 +Malawi,Africa,2007,48.303,13327079,759.3499101 +Malaysia,Asia,1952,48.463,6748378,1831.132894 +Malaysia,Asia,1957,52.102,7739235,1810.066992 +Malaysia,Asia,1962,55.737,8906385,2036.884944 +Malaysia,Asia,1967,59.371,10154878,2277.742396 +Malaysia,Asia,1972,63.01,11441462,2849.09478 +Malaysia,Asia,1977,65.256,12845381,3827.921571 +Malaysia,Asia,1982,68,14441916,4920.355951 +Malaysia,Asia,1987,69.5,16331785,5249.802653 +Malaysia,Asia,1992,70.693,18319502,7277.912802 +Malaysia,Asia,1997,71.938,20476091,10132.90964 +Malaysia,Asia,2002,73.044,22662365,10206.97794 +Malaysia,Asia,2007,74.241,24821286,12451.6558 +Mali,Africa,1952,33.685,3838168,452.3369807 +Mali,Africa,1957,35.307,4241884,490.3821867 +Mali,Africa,1962,36.936,4690372,496.1743428 +Mali,Africa,1967,38.487,5212416,545.0098873 +Mali,Africa,1972,39.977,5828158,581.3688761 +Mali,Africa,1977,41.714,6491649,686.3952693 +Mali,Africa,1982,43.916,6998256,618.0140641 +Mali,Africa,1987,46.364,7634008,684.1715576 +Mali,Africa,1992,48.388,8416215,739.014375 +Mali,Africa,1997,49.903,9384984,790.2579846 +Mali,Africa,2002,51.818,10580176,951.4097518 +Mali,Africa,2007,54.467,12031795,1042.581557 +Mauritania,Africa,1952,40.543,1022556,743.1159097 +Mauritania,Africa,1957,42.338,1076852,846.1202613 +Mauritania,Africa,1962,44.248,1146757,1055.896036 +Mauritania,Africa,1967,46.289,1230542,1421.145193 +Mauritania,Africa,1972,48.437,1332786,1586.851781 +Mauritania,Africa,1977,50.852,1456688,1497.492223 +Mauritania,Africa,1982,53.599,1622136,1481.150189 +Mauritania,Africa,1987,56.145,1841240,1421.603576 +Mauritania,Africa,1992,58.333,2119465,1361.369784 +Mauritania,Africa,1997,60.43,2444741,1483.136136 +Mauritania,Africa,2002,62.247,2828858,1579.019543 +Mauritania,Africa,2007,64.164,3270065,1803.151496 +Mauritius,Africa,1952,50.986,516556,1967.955707 +Mauritius,Africa,1957,58.089,609816,2034.037981 +Mauritius,Africa,1962,60.246,701016,2529.067487 +Mauritius,Africa,1967,61.557,789309,2475.387562 +Mauritius,Africa,1972,62.944,851334,2575.484158 +Mauritius,Africa,1977,64.93,913025,3710.982963 +Mauritius,Africa,1982,66.711,992040,3688.037739 +Mauritius,Africa,1987,68.74,1042663,4783.586903 +Mauritius,Africa,1992,69.745,1096202,6058.253846 +Mauritius,Africa,1997,70.736,1149818,7425.705295 +Mauritius,Africa,2002,71.954,1200206,9021.815894 +Mauritius,Africa,2007,72.801,1250882,10956.99112 +Mexico,Americas,1952,50.789,30144317,3478.125529 +Mexico,Americas,1957,55.19,35015548,4131.546641 +Mexico,Americas,1962,58.299,41121485,4581.609385 +Mexico,Americas,1967,60.11,47995559,5754.733883 +Mexico,Americas,1972,62.361,55984294,6809.40669 +Mexico,Americas,1977,65.032,63759976,7674.929108 +Mexico,Americas,1982,67.405,71640904,9611.147541 +Mexico,Americas,1987,69.498,80122492,8688.156003 +Mexico,Americas,1992,71.455,88111030,9472.384295 +Mexico,Americas,1997,73.67,95895146,9767.29753 +Mexico,Americas,2002,74.902,102479927,10742.44053 +Mexico,Americas,2007,76.195,108700891,11977.57496 +Mongolia,Asia,1952,42.244,800663,786.5668575 +Mongolia,Asia,1957,45.248,882134,912.6626085 +Mongolia,Asia,1962,48.251,1010280,1056.353958 +Mongolia,Asia,1967,51.253,1149500,1226.04113 +Mongolia,Asia,1972,53.754,1320500,1421.741975 +Mongolia,Asia,1977,55.491,1528000,1647.511665 +Mongolia,Asia,1982,57.489,1756032,2000.603139 +Mongolia,Asia,1987,60.222,2015133,2338.008304 +Mongolia,Asia,1992,61.271,2312802,1785.402016 +Mongolia,Asia,1997,63.625,2494803,1902.2521 +Mongolia,Asia,2002,65.033,2674234,2140.739323 +Mongolia,Asia,2007,66.803,2874127,3095.772271 +Montenegro,Europe,1952,59.164,413834,2647.585601 +Montenegro,Europe,1957,61.448,442829,3682.259903 +Montenegro,Europe,1962,63.728,474528,4649.593785 +Montenegro,Europe,1967,67.178,501035,5907.850937 +Montenegro,Europe,1972,70.636,527678,7778.414017 +Montenegro,Europe,1977,73.066,560073,9595.929905 +Montenegro,Europe,1982,74.101,562548,11222.58762 +Montenegro,Europe,1987,74.865,569473,11732.51017 +Montenegro,Europe,1992,75.435,621621,7003.339037 +Montenegro,Europe,1997,75.445,692651,6465.613349 +Montenegro,Europe,2002,73.981,720230,6557.194282 +Montenegro,Europe,2007,74.543,684736,9253.896111 +Morocco,Africa,1952,42.873,9939217,1688.20357 +Morocco,Africa,1957,45.423,11406350,1642.002314 +Morocco,Africa,1962,47.924,13056604,1566.353493 +Morocco,Africa,1967,50.335,14770296,1711.04477 +Morocco,Africa,1972,52.862,16660670,1930.194975 +Morocco,Africa,1977,55.73,18396941,2370.619976 +Morocco,Africa,1982,59.65,20198730,2702.620356 +Morocco,Africa,1987,62.677,22987397,2755.046991 +Morocco,Africa,1992,65.393,25798239,2948.047252 +Morocco,Africa,1997,67.66,28529501,2982.101858 +Morocco,Africa,2002,69.615,31167783,3258.495584 +Morocco,Africa,2007,71.164,33757175,3820.17523 +Mozambique,Africa,1952,31.286,6446316,468.5260381 +Mozambique,Africa,1957,33.779,7038035,495.5868333 +Mozambique,Africa,1962,36.161,7788944,556.6863539 +Mozambique,Africa,1967,38.113,8680909,566.6691539 +Mozambique,Africa,1972,40.328,9809596,724.9178037 +Mozambique,Africa,1977,42.495,11127868,502.3197334 +Mozambique,Africa,1982,42.795,12587223,462.2114149 +Mozambique,Africa,1987,42.861,12891952,389.8761846 +Mozambique,Africa,1992,44.284,13160731,410.8968239 +Mozambique,Africa,1997,46.344,16603334,472.3460771 +Mozambique,Africa,2002,44.026,18473780,633.6179466 +Mozambique,Africa,2007,42.082,19951656,823.6856205 +Myanmar,Asia,1952,36.319,20092996,331 +Myanmar,Asia,1957,41.905,21731844,350 +Myanmar,Asia,1962,45.108,23634436,388 +Myanmar,Asia,1967,49.379,25870271,349 +Myanmar,Asia,1972,53.07,28466390,357 +Myanmar,Asia,1977,56.059,31528087,371 +Myanmar,Asia,1982,58.056,34680442,424 +Myanmar,Asia,1987,58.339,38028578,385 +Myanmar,Asia,1992,59.32,40546538,347 +Myanmar,Asia,1997,60.328,43247867,415 +Myanmar,Asia,2002,59.908,45598081,611 +Myanmar,Asia,2007,62.069,47761980,944 +Namibia,Africa,1952,41.725,485831,2423.780443 +Namibia,Africa,1957,45.226,548080,2621.448058 +Namibia,Africa,1962,48.386,621392,3173.215595 +Namibia,Africa,1967,51.159,706640,3793.694753 +Namibia,Africa,1972,53.867,821782,3746.080948 +Namibia,Africa,1977,56.437,977026,3876.485958 +Namibia,Africa,1982,58.968,1099010,4191.100511 +Namibia,Africa,1987,60.835,1278184,3693.731337 +Namibia,Africa,1992,61.999,1554253,3804.537999 +Namibia,Africa,1997,58.909,1774766,3899.52426 +Namibia,Africa,2002,51.479,1972153,4072.324751 +Namibia,Africa,2007,52.906,2055080,4811.060429 +Nepal,Asia,1952,36.157,9182536,545.8657229 +Nepal,Asia,1957,37.686,9682338,597.9363558 +Nepal,Asia,1962,39.393,10332057,652.3968593 +Nepal,Asia,1967,41.472,11261690,676.4422254 +Nepal,Asia,1972,43.971,12412593,674.7881296 +Nepal,Asia,1977,46.748,13933198,694.1124398 +Nepal,Asia,1982,49.594,15796314,718.3730947 +Nepal,Asia,1987,52.537,17917180,775.6324501 +Nepal,Asia,1992,55.727,20326209,897.7403604 +Nepal,Asia,1997,59.426,23001113,1010.892138 +Nepal,Asia,2002,61.34,25873917,1057.206311 +Nepal,Asia,2007,63.785,28901790,1091.359778 +Netherlands,Europe,1952,72.13,10381988,8941.571858 +Netherlands,Europe,1957,72.99,11026383,11276.19344 +Netherlands,Europe,1962,73.23,11805689,12790.84956 +Netherlands,Europe,1967,73.82,12596822,15363.25136 +Netherlands,Europe,1972,73.75,13329874,18794.74567 +Netherlands,Europe,1977,75.24,13852989,21209.0592 +Netherlands,Europe,1982,76.05,14310401,21399.46046 +Netherlands,Europe,1987,76.83,14665278,23651.32361 +Netherlands,Europe,1992,77.42,15174244,26790.94961 +Netherlands,Europe,1997,78.03,15604464,30246.13063 +Netherlands,Europe,2002,78.53,16122830,33724.75778 +Netherlands,Europe,2007,79.762,16570613,36797.93332 +New Zealand,Oceania,1952,69.39,1994794,10556.57566 +New Zealand,Oceania,1957,70.26,2229407,12247.39532 +New Zealand,Oceania,1962,71.24,2488550,13175.678 +New Zealand,Oceania,1967,71.52,2728150,14463.91893 +New Zealand,Oceania,1972,71.89,2929100,16046.03728 +New Zealand,Oceania,1977,72.22,3164900,16233.7177 +New Zealand,Oceania,1982,73.84,3210650,17632.4104 +New Zealand,Oceania,1987,74.32,3317166,19007.19129 +New Zealand,Oceania,1992,76.33,3437674,18363.32494 +New Zealand,Oceania,1997,77.55,3676187,21050.41377 +New Zealand,Oceania,2002,79.11,3908037,23189.80135 +New Zealand,Oceania,2007,80.204,4115771,25185.00911 +Nicaragua,Americas,1952,42.314,1165790,3112.363948 +Nicaragua,Americas,1957,45.432,1358828,3457.415947 +Nicaragua,Americas,1962,48.632,1590597,3634.364406 +Nicaragua,Americas,1967,51.884,1865490,4643.393534 +Nicaragua,Americas,1972,55.151,2182908,4688.593267 +Nicaragua,Americas,1977,57.47,2554598,5486.371089 +Nicaragua,Americas,1982,59.298,2979423,3470.338156 +Nicaragua,Americas,1987,62.008,3344353,2955.984375 +Nicaragua,Americas,1992,65.843,4017939,2170.151724 +Nicaragua,Americas,1997,68.426,4609572,2253.023004 +Nicaragua,Americas,2002,70.836,5146848,2474.548819 +Nicaragua,Americas,2007,72.899,5675356,2749.320965 +Niger,Africa,1952,37.444,3379468,761.879376 +Niger,Africa,1957,38.598,3692184,835.5234025 +Niger,Africa,1962,39.487,4076008,997.7661127 +Niger,Africa,1967,40.118,4534062,1054.384891 +Niger,Africa,1972,40.546,5060262,954.2092363 +Niger,Africa,1977,41.291,5682086,808.8970728 +Niger,Africa,1982,42.598,6437188,909.7221354 +Niger,Africa,1987,44.555,7332638,668.3000228 +Niger,Africa,1992,47.391,8392818,581.182725 +Niger,Africa,1997,51.313,9666252,580.3052092 +Niger,Africa,2002,54.496,11140655,601.0745012 +Niger,Africa,2007,56.867,12894865,619.6768924 +Nigeria,Africa,1952,36.324,33119096,1077.281856 +Nigeria,Africa,1957,37.802,37173340,1100.592563 +Nigeria,Africa,1962,39.36,41871351,1150.927478 +Nigeria,Africa,1967,41.04,47287752,1014.514104 +Nigeria,Africa,1972,42.821,53740085,1698.388838 +Nigeria,Africa,1977,44.514,62209173,1981.951806 +Nigeria,Africa,1982,45.826,73039376,1576.97375 +Nigeria,Africa,1987,46.886,81551520,1385.029563 +Nigeria,Africa,1992,47.472,93364244,1619.848217 +Nigeria,Africa,1997,47.464,106207839,1624.941275 +Nigeria,Africa,2002,46.608,119901274,1615.286395 +Nigeria,Africa,2007,46.859,135031164,2013.977305 +Norway,Europe,1952,72.67,3327728,10095.42172 +Norway,Europe,1957,73.44,3491938,11653.97304 +Norway,Europe,1962,73.47,3638919,13450.40151 +Norway,Europe,1967,74.08,3786019,16361.87647 +Norway,Europe,1972,74.34,3933004,18965.05551 +Norway,Europe,1977,75.37,4043205,23311.34939 +Norway,Europe,1982,75.97,4114787,26298.63531 +Norway,Europe,1987,75.89,4186147,31540.9748 +Norway,Europe,1992,77.32,4286357,33965.66115 +Norway,Europe,1997,78.32,4405672,41283.16433 +Norway,Europe,2002,79.05,4535591,44683.97525 +Norway,Europe,2007,80.196,4627926,49357.19017 +Oman,Asia,1952,37.578,507833,1828.230307 +Oman,Asia,1957,40.08,561977,2242.746551 +Oman,Asia,1962,43.165,628164,2924.638113 +Oman,Asia,1967,46.988,714775,4720.942687 +Oman,Asia,1972,52.143,829050,10618.03855 +Oman,Asia,1977,57.367,1004533,11848.34392 +Oman,Asia,1982,62.728,1301048,12954.79101 +Oman,Asia,1987,67.734,1593882,18115.22313 +Oman,Asia,1992,71.197,1915208,18616.70691 +Oman,Asia,1997,72.499,2283635,19702.05581 +Oman,Asia,2002,74.193,2713462,19774.83687 +Oman,Asia,2007,75.64,3204897,22316.19287 +Pakistan,Asia,1952,43.436,41346560,684.5971438 +Pakistan,Asia,1957,45.557,46679944,747.0835292 +Pakistan,Asia,1962,47.67,53100671,803.3427418 +Pakistan,Asia,1967,49.8,60641899,942.4082588 +Pakistan,Asia,1972,51.929,69325921,1049.938981 +Pakistan,Asia,1977,54.043,78152686,1175.921193 +Pakistan,Asia,1982,56.158,91462088,1443.429832 +Pakistan,Asia,1987,58.245,105186881,1704.686583 +Pakistan,Asia,1992,60.838,120065004,1971.829464 +Pakistan,Asia,1997,61.818,135564834,2049.350521 +Pakistan,Asia,2002,63.61,153403524,2092.712441 +Pakistan,Asia,2007,65.483,169270617,2605.94758 +Panama,Americas,1952,55.191,940080,2480.380334 +Panama,Americas,1957,59.201,1063506,2961.800905 +Panama,Americas,1962,61.817,1215725,3536.540301 +Panama,Americas,1967,64.071,1405486,4421.009084 +Panama,Americas,1972,66.216,1616384,5364.249663 +Panama,Americas,1977,68.681,1839782,5351.912144 +Panama,Americas,1982,70.472,2036305,7009.601598 +Panama,Americas,1987,71.523,2253639,7034.779161 +Panama,Americas,1992,72.462,2484997,6618.74305 +Panama,Americas,1997,73.738,2734531,7113.692252 +Panama,Americas,2002,74.712,2990875,7356.031934 +Panama,Americas,2007,75.537,3242173,9809.185636 +Paraguay,Americas,1952,62.649,1555876,1952.308701 +Paraguay,Americas,1957,63.196,1770902,2046.154706 +Paraguay,Americas,1962,64.361,2009813,2148.027146 +Paraguay,Americas,1967,64.951,2287985,2299.376311 +Paraguay,Americas,1972,65.815,2614104,2523.337977 +Paraguay,Americas,1977,66.353,2984494,3248.373311 +Paraguay,Americas,1982,66.874,3366439,4258.503604 +Paraguay,Americas,1987,67.378,3886512,3998.875695 +Paraguay,Americas,1992,68.225,4483945,4196.411078 +Paraguay,Americas,1997,69.4,5154123,4247.400261 +Paraguay,Americas,2002,70.755,5884491,3783.674243 +Paraguay,Americas,2007,71.752,6667147,4172.838464 +Peru,Americas,1952,43.902,8025700,3758.523437 +Peru,Americas,1957,46.263,9146100,4245.256698 +Peru,Americas,1962,49.096,10516500,4957.037982 +Peru,Americas,1967,51.445,12132200,5788.09333 +Peru,Americas,1972,55.448,13954700,5937.827283 +Peru,Americas,1977,58.447,15990099,6281.290855 +Peru,Americas,1982,61.406,18125129,6434.501797 +Peru,Americas,1987,64.134,20195924,6360.9434440000005 +Peru,Americas,1992,66.458,22430449,4446.380924 +Peru,Americas,1997,68.386,24748122,5838.347657 +Peru,Americas,2002,69.906,26769436,5909.020073 +Peru,Americas,2007,71.421,28674757,7408.905561 +Philippines,Asia,1952,47.752,22438691,1272.880995 +Philippines,Asia,1957,51.334,26072194,1547.944844 +Philippines,Asia,1962,54.757,30325264,1649.552153 +Philippines,Asia,1967,56.393,35356600,1814.12743 +Philippines,Asia,1972,58.065,40850141,1989.37407 +Philippines,Asia,1977,60.06,46850962,2373.204287 +Philippines,Asia,1982,62.082,53456774,2603.273765 +Philippines,Asia,1987,64.151,60017788,2189.634995 +Philippines,Asia,1992,66.458,67185766,2279.324017 +Philippines,Asia,1997,68.564,75012988,2536.534925 +Philippines,Asia,2002,70.303,82995088,2650.921068 +Philippines,Asia,2007,71.688,91077287,3190.481016 +Poland,Europe,1952,61.31,25730551,4029.329699 +Poland,Europe,1957,65.77,28235346,4734.253019 +Poland,Europe,1962,67.64,30329617,5338.752143 +Poland,Europe,1967,69.61,31785378,6557.152776 +Poland,Europe,1972,70.85,33039545,8006.506993 +Poland,Europe,1977,70.67,34621254,9508.141454 +Poland,Europe,1982,71.32,36227381,8451.531004 +Poland,Europe,1987,70.98,37740710,9082.351172 +Poland,Europe,1992,70.99,38370697,7738.881247 +Poland,Europe,1997,72.75,38654957,10159.58368 +Poland,Europe,2002,74.67,38625976,12002.23908 +Poland,Europe,2007,75.563,38518241,15389.92468 +Portugal,Europe,1952,59.82,8526050,3068.319867 +Portugal,Europe,1957,61.51,8817650,3774.571743 +Portugal,Europe,1962,64.39,9019800,4727.954889 +Portugal,Europe,1967,66.6,9103000,6361.517993 +Portugal,Europe,1972,69.26,8970450,9022.247417 +Portugal,Europe,1977,70.41,9662600,10172.48572 +Portugal,Europe,1982,72.77,9859650,11753.84291 +Portugal,Europe,1987,74.06,9915289,13039.30876 +Portugal,Europe,1992,74.86,9927680,16207.26663 +Portugal,Europe,1997,75.97,10156415,17641.03156 +Portugal,Europe,2002,77.29,10433867,19970.90787 +Portugal,Europe,2007,78.098,10642836,20509.64777 +Puerto Rico,Americas,1952,64.28,2227000,3081.959785 +Puerto Rico,Americas,1957,68.54,2260000,3907.156189 +Puerto Rico,Americas,1962,69.62,2448046,5108.34463 +Puerto Rico,Americas,1967,71.1,2648961,6929.277714 +Puerto Rico,Americas,1972,72.16,2847132,9123.041742 +Puerto Rico,Americas,1977,73.44,3080828,9770.524921 +Puerto Rico,Americas,1982,73.75,3279001,10330.98915 +Puerto Rico,Americas,1987,74.63,3444468,12281.34191 +Puerto Rico,Americas,1992,73.911,3585176,14641.58711 +Puerto Rico,Americas,1997,74.917,3759430,16999.4333 +Puerto Rico,Americas,2002,77.778,3859606,18855.60618 +Puerto Rico,Americas,2007,78.746,3942491,19328.70901 +Reunion,Africa,1952,52.724,257700,2718.885295 +Reunion,Africa,1957,55.09,308700,2769.451844 +Reunion,Africa,1962,57.666,358900,3173.72334 +Reunion,Africa,1967,60.542,414024,4021.175739 +Reunion,Africa,1972,64.274,461633,5047.658563 +Reunion,Africa,1977,67.064,492095,4319.804067 +Reunion,Africa,1982,69.885,517810,5267.219353 +Reunion,Africa,1987,71.913,562035,5303.377488 +Reunion,Africa,1992,73.615,622191,6101.255823 +Reunion,Africa,1997,74.772,684810,6071.941411 +Reunion,Africa,2002,75.744,743981,6316.1652 +Reunion,Africa,2007,76.442,798094,7670.122558 +Romania,Europe,1952,61.05,16630000,3144.613186 +Romania,Europe,1957,64.1,17829327,3943.370225 +Romania,Europe,1962,66.8,18680721,4734.997586 +Romania,Europe,1967,66.8,19284814,6470.866545 +Romania,Europe,1972,69.21,20662648,8011.414402 +Romania,Europe,1977,69.46,21658597,9356.39724 +Romania,Europe,1982,69.66,22356726,9605.314053 +Romania,Europe,1987,69.53,22686371,9696.273295 +Romania,Europe,1992,69.36,22797027,6598.409903 +Romania,Europe,1997,69.72,22562458,7346.547557 +Romania,Europe,2002,71.322,22404337,7885.360081 +Romania,Europe,2007,72.476,22276056,10808.47561 +Rwanda,Africa,1952,40,2534927,493.3238752 +Rwanda,Africa,1957,41.5,2822082,540.2893983 +Rwanda,Africa,1962,43,3051242,597.4730727 +Rwanda,Africa,1967,44.1,3451079,510.9637142 +Rwanda,Africa,1972,44.6,3992121,590.5806638 +Rwanda,Africa,1977,45,4657072,670.0806011 +Rwanda,Africa,1982,46.218,5507565,881.5706467 +Rwanda,Africa,1987,44.02,6349365,847.991217 +Rwanda,Africa,1992,23.599,7290203,737.0685949 +Rwanda,Africa,1997,36.087,7212583,589.9445051 +Rwanda,Africa,2002,43.413,7852401,785.6537648 +Rwanda,Africa,2007,46.242,8860588,863.0884639 +Sao Tome and Principe,Africa,1952,46.471,60011,879.5835855 +Sao Tome and Principe,Africa,1957,48.945,61325,860.7369026 +Sao Tome and Principe,Africa,1962,51.893,65345,1071.551119 +Sao Tome and Principe,Africa,1967,54.425,70787,1384.840593 +Sao Tome and Principe,Africa,1972,56.48,76595,1532.985254 +Sao Tome and Principe,Africa,1977,58.55,86796,1737.561657 +Sao Tome and Principe,Africa,1982,60.351,98593,1890.218117 +Sao Tome and Principe,Africa,1987,61.728,110812,1516.525457 +Sao Tome and Principe,Africa,1992,62.742,125911,1428.777814 +Sao Tome and Principe,Africa,1997,63.306,145608,1339.076036 +Sao Tome and Principe,Africa,2002,64.337,170372,1353.09239 +Sao Tome and Principe,Africa,2007,65.528,199579,1598.435089 +Saudi Arabia,Asia,1952,39.875,4005677,6459.554823 +Saudi Arabia,Asia,1957,42.868,4419650,8157.591248 +Saudi Arabia,Asia,1962,45.914,4943029,11626.41975 +Saudi Arabia,Asia,1967,49.901,5618198,16903.04886 +Saudi Arabia,Asia,1972,53.886,6472756,24837.42865 +Saudi Arabia,Asia,1977,58.69,8128505,34167.7626 +Saudi Arabia,Asia,1982,63.012,11254672,33693.17525 +Saudi Arabia,Asia,1987,66.295,14619745,21198.26136 +Saudi Arabia,Asia,1992,68.768,16945857,24841.61777 +Saudi Arabia,Asia,1997,70.533,21229759,20586.69019 +Saudi Arabia,Asia,2002,71.626,24501530,19014.54118 +Saudi Arabia,Asia,2007,72.777,27601038,21654.83194 +Senegal,Africa,1952,37.278,2755589,1450.356983 +Senegal,Africa,1957,39.329,3054547,1567.653006 +Senegal,Africa,1962,41.454,3430243,1654.988723 +Senegal,Africa,1967,43.563,3965841,1612.404632 +Senegal,Africa,1972,45.815,4588696,1597.712056 +Senegal,Africa,1977,48.879,5260855,1561.769116 +Senegal,Africa,1982,52.379,6147783,1518.479984 +Senegal,Africa,1987,55.769,7171347,1441.72072 +Senegal,Africa,1992,58.196,8307920,1367.899369 +Senegal,Africa,1997,60.187,9535314,1392.368347 +Senegal,Africa,2002,61.6,10870037,1519.635262 +Senegal,Africa,2007,63.062,12267493,1712.472136 +Serbia,Europe,1952,57.996,6860147,3581.459448 +Serbia,Europe,1957,61.685,7271135,4981.090891 +Serbia,Europe,1962,64.531,7616060,6289.629157 +Serbia,Europe,1967,66.914,7971222,7991.707066 +Serbia,Europe,1972,68.7,8313288,10522.06749 +Serbia,Europe,1977,70.3,8686367,12980.66956 +Serbia,Europe,1982,70.162,9032824,15181.0927 +Serbia,Europe,1987,71.218,9230783,15870.87851 +Serbia,Europe,1992,71.659,9826397,9325.068238 +Serbia,Europe,1997,72.232,10336594,7914.320304 +Serbia,Europe,2002,73.213,10111559,7236.075251 +Serbia,Europe,2007,74.002,10150265,9786.534714 +Sierra Leone,Africa,1952,30.331,2143249,879.7877358 +Sierra Leone,Africa,1957,31.57,2295678,1004.484437 +Sierra Leone,Africa,1962,32.767,2467895,1116.639877 +Sierra Leone,Africa,1967,34.113,2662190,1206.043465 +Sierra Leone,Africa,1972,35.4,2879013,1353.759762 +Sierra Leone,Africa,1977,36.788,3140897,1348.285159 +Sierra Leone,Africa,1982,38.445,3464522,1465.010784 +Sierra Leone,Africa,1987,40.006,3868905,1294.447788 +Sierra Leone,Africa,1992,38.333,4260884,1068.696278 +Sierra Leone,Africa,1997,39.897,4578212,574.6481576 +Sierra Leone,Africa,2002,41.012,5359092,699.489713 +Sierra Leone,Africa,2007,42.568,6144562,862.5407561 +Singapore,Asia,1952,60.396,1127000,2315.138227 +Singapore,Asia,1957,63.179,1445929,2843.104409 +Singapore,Asia,1962,65.798,1750200,3674.735572 +Singapore,Asia,1967,67.946,1977600,4977.41854 +Singapore,Asia,1972,69.521,2152400,8597.756202 +Singapore,Asia,1977,70.795,2325300,11210.08948 +Singapore,Asia,1982,71.76,2651869,15169.16112 +Singapore,Asia,1987,73.56,2794552,18861.53081 +Singapore,Asia,1992,75.788,3235865,24769.8912 +Singapore,Asia,1997,77.158,3802309,33519.4766 +Singapore,Asia,2002,78.77,4197776,36023.1054 +Singapore,Asia,2007,79.972,4553009,47143.17964 +Slovak Republic,Europe,1952,64.36,3558137,5074.659104 +Slovak Republic,Europe,1957,67.45,3844277,6093.26298 +Slovak Republic,Europe,1962,70.33,4237384,7481.107598 +Slovak Republic,Europe,1967,70.98,4442238,8412.902397 +Slovak Republic,Europe,1972,70.35,4593433,9674.167626 +Slovak Republic,Europe,1977,70.45,4827803,10922.66404 +Slovak Republic,Europe,1982,70.8,5048043,11348.54585 +Slovak Republic,Europe,1987,71.08,5199318,12037.26758 +Slovak Republic,Europe,1992,71.38,5302888,9498.467723 +Slovak Republic,Europe,1997,72.71,5383010,12126.23065 +Slovak Republic,Europe,2002,73.8,5410052,13638.77837 +Slovak Republic,Europe,2007,74.663,5447502,18678.31435 +Slovenia,Europe,1952,65.57,1489518,4215.041741 +Slovenia,Europe,1957,67.85,1533070,5862.276629 +Slovenia,Europe,1962,69.15,1582962,7402.303395 +Slovenia,Europe,1967,69.18,1646912,9405.489397 +Slovenia,Europe,1972,69.82,1694510,12383.4862 +Slovenia,Europe,1977,70.97,1746919,15277.03017 +Slovenia,Europe,1982,71.063,1861252,17866.72175 +Slovenia,Europe,1987,72.25,1945870,18678.53492 +Slovenia,Europe,1992,73.64,1999210,14214.71681 +Slovenia,Europe,1997,75.13,2011612,17161.10735 +Slovenia,Europe,2002,76.66,2011497,20660.01936 +Slovenia,Europe,2007,77.926,2009245,25768.25759 +Somalia,Africa,1952,32.978,2526994,1135.749842 +Somalia,Africa,1957,34.977,2780415,1258.147413 +Somalia,Africa,1962,36.981,3080153,1369.488336 +Somalia,Africa,1967,38.977,3428839,1284.73318 +Somalia,Africa,1972,40.973,3840161,1254.576127 +Somalia,Africa,1977,41.974,4353666,1450.992513 +Somalia,Africa,1982,42.955,5828892,1176.807031 +Somalia,Africa,1987,44.501,6921858,1093.244963 +Somalia,Africa,1992,39.658,6099799,926.9602964 +Somalia,Africa,1997,43.795,6633514,930.5964284 +Somalia,Africa,2002,45.936,7753310,882.0818218 +Somalia,Africa,2007,48.159,9118773,926.1410683 +South Africa,Africa,1952,45.009,14264935,4725.295531 +South Africa,Africa,1957,47.985,16151549,5487.104219 +South Africa,Africa,1962,49.951,18356657,5768.729717 +South Africa,Africa,1967,51.927,20997321,7114.477971 +South Africa,Africa,1972,53.696,23935810,7765.962636 +South Africa,Africa,1977,55.527,27129932,8028.651439 +South Africa,Africa,1982,58.161,31140029,8568.266228 +South Africa,Africa,1987,60.834,35933379,7825.823398 +South Africa,Africa,1992,61.888,39964159,7225.069258 +South Africa,Africa,1997,60.236,42835005,7479.188244 +South Africa,Africa,2002,53.365,44433622,7710.946444 +South Africa,Africa,2007,49.339,43997828,9269.657808 +Spain,Europe,1952,64.94,28549870,3834.034742 +Spain,Europe,1957,66.66,29841614,4564.80241 +Spain,Europe,1962,69.69,31158061,5693.843879 +Spain,Europe,1967,71.44,32850275,7993.512294 +Spain,Europe,1972,73.06,34513161,10638.75131 +Spain,Europe,1977,74.39,36439000,13236.92117 +Spain,Europe,1982,76.3,37983310,13926.16997 +Spain,Europe,1987,76.9,38880702,15764.98313 +Spain,Europe,1992,77.57,39549438,18603.06452 +Spain,Europe,1997,78.77,39855442,20445.29896 +Spain,Europe,2002,79.78,40152517,24835.47166 +Spain,Europe,2007,80.941,40448191,28821.0637 +Sri Lanka,Asia,1952,57.593,7982342,1083.53203 +Sri Lanka,Asia,1957,61.456,9128546,1072.546602 +Sri Lanka,Asia,1962,62.192,10421936,1074.47196 +Sri Lanka,Asia,1967,64.266,11737396,1135.514326 +Sri Lanka,Asia,1972,65.042,13016733,1213.39553 +Sri Lanka,Asia,1977,65.949,14116836,1348.775651 +Sri Lanka,Asia,1982,68.757,15410151,1648.079789 +Sri Lanka,Asia,1987,69.011,16495304,1876.766827 +Sri Lanka,Asia,1992,70.379,17587060,2153.739222 +Sri Lanka,Asia,1997,70.457,18698655,2664.477257 +Sri Lanka,Asia,2002,70.815,19576783,3015.378833 +Sri Lanka,Asia,2007,72.396,20378239,3970.095407 +Sudan,Africa,1952,38.635,8504667,1615.991129 +Sudan,Africa,1957,39.624,9753392,1770.337074 +Sudan,Africa,1962,40.87,11183227,1959.593767 +Sudan,Africa,1967,42.858,12716129,1687.997641 +Sudan,Africa,1972,45.083,14597019,1659.652775 +Sudan,Africa,1977,47.8,17104986,2202.988423 +Sudan,Africa,1982,50.338,20367053,1895.544073 +Sudan,Africa,1987,51.744,24725960,1507.819159 +Sudan,Africa,1992,53.556,28227588,1492.197043 +Sudan,Africa,1997,55.373,32160729,1632.210764 +Sudan,Africa,2002,56.369,37090298,1993.398314 +Sudan,Africa,2007,58.556,42292929,2602.394995 +Swaziland,Africa,1952,41.407,290243,1148.376626 +Swaziland,Africa,1957,43.424,326741,1244.708364 +Swaziland,Africa,1962,44.992,370006,1856.182125 +Swaziland,Africa,1967,46.633,420690,2613.101665 +Swaziland,Africa,1972,49.552,480105,3364.836625 +Swaziland,Africa,1977,52.537,551425,3781.410618 +Swaziland,Africa,1982,55.561,649901,3895.384018 +Swaziland,Africa,1987,57.678,779348,3984.839812 +Swaziland,Africa,1992,58.474,962344,3553.0224 +Swaziland,Africa,1997,54.289,1054486,3876.76846 +Swaziland,Africa,2002,43.869,1130269,4128.116943 +Swaziland,Africa,2007,39.613,1133066,4513.480643 +Sweden,Europe,1952,71.86,7124673,8527.844662 +Sweden,Europe,1957,72.49,7363802,9911.878226 +Sweden,Europe,1962,73.37,7561588,12329.44192 +Sweden,Europe,1967,74.16,7867931,15258.29697 +Sweden,Europe,1972,74.72,8122293,17832.02464 +Sweden,Europe,1977,75.44,8251648,18855.72521 +Sweden,Europe,1982,76.42,8325260,20667.38125 +Sweden,Europe,1987,77.19,8421403,23586.92927 +Sweden,Europe,1992,78.16,8718867,23880.01683 +Sweden,Europe,1997,79.39,8897619,25266.59499 +Sweden,Europe,2002,80.04,8954175,29341.63093 +Sweden,Europe,2007,80.884,9031088,33859.74835 +Switzerland,Europe,1952,69.62,4815000,14734.23275 +Switzerland,Europe,1957,70.56,5126000,17909.48973 +Switzerland,Europe,1962,71.32,5666000,20431.0927 +Switzerland,Europe,1967,72.77,6063000,22966.14432 +Switzerland,Europe,1972,73.78,6401400,27195.11304 +Switzerland,Europe,1977,75.39,6316424,26982.29052 +Switzerland,Europe,1982,76.21,6468126,28397.71512 +Switzerland,Europe,1987,77.41,6649942,30281.70459 +Switzerland,Europe,1992,78.03,6995447,31871.5303 +Switzerland,Europe,1997,79.37,7193761,32135.32301 +Switzerland,Europe,2002,80.62,7361757,34480.95771 +Switzerland,Europe,2007,81.701,7554661,37506.41907 +Syria,Asia,1952,45.883,3661549,1643.485354 +Syria,Asia,1957,48.284,4149908,2117.234893 +Syria,Asia,1962,50.305,4834621,2193.037133 +Syria,Asia,1967,53.655,5680812,1881.923632 +Syria,Asia,1972,57.296,6701172,2571.423014 +Syria,Asia,1977,61.195,7932503,3195.484582 +Syria,Asia,1982,64.59,9410494,3761.837715 +Syria,Asia,1987,66.974,11242847,3116.774285 +Syria,Asia,1992,69.249,13219062,3340.542768 +Syria,Asia,1997,71.527,15081016,4014.238972 +Syria,Asia,2002,73.053,17155814,4090.925331 +Syria,Asia,2007,74.143,19314747,4184.548089 +Taiwan,Asia,1952,58.5,8550362,1206.947913 +Taiwan,Asia,1957,62.4,10164215,1507.86129 +Taiwan,Asia,1962,65.2,11918938,1822.879028 +Taiwan,Asia,1967,67.5,13648692,2643.858681 +Taiwan,Asia,1972,69.39,15226039,4062.523897 +Taiwan,Asia,1977,70.59,16785196,5596.519826 +Taiwan,Asia,1982,72.16,18501390,7426.354774 +Taiwan,Asia,1987,73.4,19757799,11054.56175 +Taiwan,Asia,1992,74.26,20686918,15215.6579 +Taiwan,Asia,1997,75.25,21628605,20206.82098 +Taiwan,Asia,2002,76.99,22454239,23235.42329 +Taiwan,Asia,2007,78.4,23174294,28718.27684 +Tanzania,Africa,1952,41.215,8322925,716.6500721 +Tanzania,Africa,1957,42.974,9452826,698.5356073 +Tanzania,Africa,1962,44.246,10863958,722.0038073 +Tanzania,Africa,1967,45.757,12607312,848.2186575 +Tanzania,Africa,1972,47.62,14706593,915.9850592 +Tanzania,Africa,1977,49.919,17129565,962.4922932 +Tanzania,Africa,1982,50.608,19844382,874.2426069 +Tanzania,Africa,1987,51.535,23040630,831.8220794 +Tanzania,Africa,1992,50.44,26605473,825.682454 +Tanzania,Africa,1997,48.466,30686889,789.1862231 +Tanzania,Africa,2002,49.651,34593779,899.0742111 +Tanzania,Africa,2007,52.517,38139640,1107.482182 +Thailand,Asia,1952,50.848,21289402,757.7974177 +Thailand,Asia,1957,53.63,25041917,793.5774148 +Thailand,Asia,1962,56.061,29263397,1002.199172 +Thailand,Asia,1967,58.285,34024249,1295.46066 +Thailand,Asia,1972,60.405,39276153,1524.358936 +Thailand,Asia,1977,62.494,44148285,1961.224635 +Thailand,Asia,1982,64.597,48827160,2393.219781 +Thailand,Asia,1987,66.084,52910342,2982.653773 +Thailand,Asia,1992,67.298,56667095,4616.896545 +Thailand,Asia,1997,67.521,60216677,5852.625497 +Thailand,Asia,2002,68.564,62806748,5913.187529 +Thailand,Asia,2007,70.616,65068149,7458.396327 +Togo,Africa,1952,38.596,1219113,859.8086567 +Togo,Africa,1957,41.208,1357445,925.9083202 +Togo,Africa,1962,43.922,1528098,1067.53481 +Togo,Africa,1967,46.769,1735550,1477.59676 +Togo,Africa,1972,49.759,2056351,1649.660188 +Togo,Africa,1977,52.887,2308582,1532.776998 +Togo,Africa,1982,55.471,2644765,1344.577953 +Togo,Africa,1987,56.941,3154264,1202.201361 +Togo,Africa,1992,58.061,3747553,1034.298904 +Togo,Africa,1997,58.39,4320890,982.2869243 +Togo,Africa,2002,57.561,4977378,886.2205765 +Togo,Africa,2007,58.42,5701579,882.9699438 +Trinidad and Tobago,Americas,1952,59.1,662850,3023.271928 +Trinidad and Tobago,Americas,1957,61.8,764900,4100.3934 +Trinidad and Tobago,Americas,1962,64.9,887498,4997.523971 +Trinidad and Tobago,Americas,1967,65.4,960155,5621.368472 +Trinidad and Tobago,Americas,1972,65.9,975199,6619.551419 +Trinidad and Tobago,Americas,1977,68.3,1039009,7899.554209 +Trinidad and Tobago,Americas,1982,68.832,1116479,9119.528607 +Trinidad and Tobago,Americas,1987,69.582,1191336,7388.597823 +Trinidad and Tobago,Americas,1992,69.862,1183669,7370.990932 +Trinidad and Tobago,Americas,1997,69.465,1138101,8792.573126 +Trinidad and Tobago,Americas,2002,68.976,1101832,11460.60023 +Trinidad and Tobago,Americas,2007,69.819,1056608,18008.50924 +Tunisia,Africa,1952,44.6,3647735,1468.475631 +Tunisia,Africa,1957,47.1,3950849,1395.232468 +Tunisia,Africa,1962,49.579,4286552,1660.30321 +Tunisia,Africa,1967,52.053,4786986,1932.360167 +Tunisia,Africa,1972,55.602,5303507,2753.285994 +Tunisia,Africa,1977,59.837,6005061,3120.876811 +Tunisia,Africa,1982,64.048,6734098,3560.233174 +Tunisia,Africa,1987,66.894,7724976,3810.419296 +Tunisia,Africa,1992,70.001,8523077,4332.720164 +Tunisia,Africa,1997,71.973,9231669,4876.798614 +Tunisia,Africa,2002,73.042,9770575,5722.895655 +Tunisia,Africa,2007,73.923,10276158,7092.923025 +Turkey,Europe,1952,43.585,22235677,1969.10098 +Turkey,Europe,1957,48.079,25670939,2218.754257 +Turkey,Europe,1962,52.098,29788695,2322.869908 +Turkey,Europe,1967,54.336,33411317,2826.356387 +Turkey,Europe,1972,57.005,37492953,3450.69638 +Turkey,Europe,1977,59.507,42404033,4269.122326 +Turkey,Europe,1982,61.036,47328791,4241.356344 +Turkey,Europe,1987,63.108,52881328,5089.043686 +Turkey,Europe,1992,66.146,58179144,5678.348271 +Turkey,Europe,1997,68.835,63047647,6601.429915 +Turkey,Europe,2002,70.845,67308928,6508.085718 +Turkey,Europe,2007,71.777,71158647,8458.276384 +Uganda,Africa,1952,39.978,5824797,734.753484 +Uganda,Africa,1957,42.571,6675501,774.3710692 +Uganda,Africa,1962,45.344,7688797,767.2717398 +Uganda,Africa,1967,48.051,8900294,908.9185217 +Uganda,Africa,1972,51.016,10190285,950.735869 +Uganda,Africa,1977,50.35,11457758,843.7331372 +Uganda,Africa,1982,49.849,12939400,682.2662268 +Uganda,Africa,1987,51.509,15283050,617.7244065 +Uganda,Africa,1992,48.825,18252190,644.1707969 +Uganda,Africa,1997,44.578,21210254,816.559081 +Uganda,Africa,2002,47.813,24739869,927.7210018 +Uganda,Africa,2007,51.542,29170398,1056.380121 +United Kingdom,Europe,1952,69.18,50430000,9979.508487 +United Kingdom,Europe,1957,70.42,51430000,11283.17795 +United Kingdom,Europe,1962,70.76,53292000,12477.17707 +United Kingdom,Europe,1967,71.36,54959000,14142.85089 +United Kingdom,Europe,1972,72.01,56079000,15895.11641 +United Kingdom,Europe,1977,72.76,56179000,17428.74846 +United Kingdom,Europe,1982,74.04,56339704,18232.42452 +United Kingdom,Europe,1987,75.007,56981620,21664.78767 +United Kingdom,Europe,1992,76.42,57866349,22705.09254 +United Kingdom,Europe,1997,77.218,58808266,26074.53136 +United Kingdom,Europe,2002,78.471,59912431,29478.99919 +United Kingdom,Europe,2007,79.425,60776238,33203.26128 +United States,Americas,1952,68.44,157553000,13990.48208 +United States,Americas,1957,69.49,171984000,14847.12712 +United States,Americas,1962,70.21,186538000,16173.14586 +United States,Americas,1967,70.76,198712000,19530.36557 +United States,Americas,1972,71.34,209896000,21806.03594 +United States,Americas,1977,73.38,220239000,24072.63213 +United States,Americas,1982,74.65,232187835,25009.55914 +United States,Americas,1987,75.02,242803533,29884.35041 +United States,Americas,1992,76.09,256894189,32003.93224 +United States,Americas,1997,76.81,272911760,35767.43303 +United States,Americas,2002,77.31,287675526,39097.09955 +United States,Americas,2007,78.242,301139947,42951.65309 +Uruguay,Americas,1952,66.071,2252965,5716.766744 +Uruguay,Americas,1957,67.044,2424959,6150.772969 +Uruguay,Americas,1962,68.253,2598466,5603.357717 +Uruguay,Americas,1967,68.468,2748579,5444.61962 +Uruguay,Americas,1972,68.673,2829526,5703.408898 +Uruguay,Americas,1977,69.481,2873520,6504.339663 +Uruguay,Americas,1982,70.805,2953997,6920.223051 +Uruguay,Americas,1987,71.918,3045153,7452.398969 +Uruguay,Americas,1992,72.752,3149262,8137.004775 +Uruguay,Americas,1997,74.223,3262838,9230.240708 +Uruguay,Americas,2002,75.307,3363085,7727.002004 +Uruguay,Americas,2007,76.384,3447496,10611.46299 +Venezuela,Americas,1952,55.088,5439568,7689.799761 +Venezuela,Americas,1957,57.907,6702668,9802.466526 +Venezuela,Americas,1962,60.77,8143375,8422.974165 +Venezuela,Americas,1967,63.479,9709552,9541.474188 +Venezuela,Americas,1972,65.712,11515649,10505.25966 +Venezuela,Americas,1977,67.456,13503563,13143.95095 +Venezuela,Americas,1982,68.557,15620766,11152.41011 +Venezuela,Americas,1987,70.19,17910182,9883.584648 +Venezuela,Americas,1992,71.15,20265563,10733.92631 +Venezuela,Americas,1997,72.146,22374398,10165.49518 +Venezuela,Americas,2002,72.766,24287670,8605.047831 +Venezuela,Americas,2007,73.747,26084662,11415.80569 +Vietnam,Asia,1952,40.412,26246839,605.0664917 +Vietnam,Asia,1957,42.887,28998543,676.2854478 +Vietnam,Asia,1962,45.363,33796140,772.0491602 +Vietnam,Asia,1967,47.838,39463910,637.1232887 +Vietnam,Asia,1972,50.254,44655014,699.5016441 +Vietnam,Asia,1977,55.764,50533506,713.5371196 +Vietnam,Asia,1982,58.816,56142181,707.2357863 +Vietnam,Asia,1987,62.82,62826491,820.7994449 +Vietnam,Asia,1992,67.662,69940728,989.0231487 +Vietnam,Asia,1997,70.672,76048996,1385.896769 +Vietnam,Asia,2002,73.017,80908147,1764.456677 +Vietnam,Asia,2007,74.249,85262356,2441.576404 +West Bank and Gaza,Asia,1952,43.16,1030585,1515.592329 +West Bank and Gaza,Asia,1957,45.671,1070439,1827.067742 +West Bank and Gaza,Asia,1962,48.127,1133134,2198.956312 +West Bank and Gaza,Asia,1967,51.631,1142636,2649.715007 +West Bank and Gaza,Asia,1972,56.532,1089572,3133.409277 +West Bank and Gaza,Asia,1977,60.765,1261091,3682.831494 +West Bank and Gaza,Asia,1982,64.406,1425876,4336.032082 +West Bank and Gaza,Asia,1987,67.046,1691210,5107.197384 +West Bank and Gaza,Asia,1992,69.718,2104779,6017.654756 +West Bank and Gaza,Asia,1997,71.096,2826046,7110.667619 +West Bank and Gaza,Asia,2002,72.37,3389578,4515.487575 +West Bank and Gaza,Asia,2007,73.422,4018332,3025.349798 +"Yemen, Rep.",Asia,1952,32.548,4963829,781.7175761 +"Yemen, Rep.",Asia,1957,33.97,5498090,804.8304547 +"Yemen, Rep.",Asia,1962,35.18,6120081,825.6232006 +"Yemen, Rep.",Asia,1967,36.984,6740785,862.4421463 +"Yemen, Rep.",Asia,1972,39.848,7407075,1265.047031 +"Yemen, Rep.",Asia,1977,44.175,8403990,1829.765177 +"Yemen, Rep.",Asia,1982,49.113,9657618,1977.55701 +"Yemen, Rep.",Asia,1987,52.922,11219340,1971.741538 +"Yemen, Rep.",Asia,1992,55.599,13367997,1879.496673 +"Yemen, Rep.",Asia,1997,58.02,15826497,2117.484526 +"Yemen, Rep.",Asia,2002,60.308,18701257,2234.820827 +"Yemen, Rep.",Asia,2007,62.698,22211743,2280.769906 +Zambia,Africa,1952,42.038,2672000,1147.388831 +Zambia,Africa,1957,44.077,3016000,1311.956766 +Zambia,Africa,1962,46.023,3421000,1452.725766 +Zambia,Africa,1967,47.768,3900000,1777.077318 +Zambia,Africa,1972,50.107,4506497,1773.498265 +Zambia,Africa,1977,51.386,5216550,1588.688299 +Zambia,Africa,1982,51.821,6100407,1408.678565 +Zambia,Africa,1987,50.821,7272406,1213.315116 +Zambia,Africa,1992,46.1,8381163,1210.884633 +Zambia,Africa,1997,40.238,9417789,1071.353818 +Zambia,Africa,2002,39.193,10595811,1071.613938 +Zambia,Africa,2007,42.384,11746035,1271.211593 +Zimbabwe,Africa,1952,48.451,3080907,406.8841148 +Zimbabwe,Africa,1957,50.469,3646340,518.7642681 +Zimbabwe,Africa,1962,52.358,4277736,527.2721818 +Zimbabwe,Africa,1967,53.995,4995432,569.7950712 +Zimbabwe,Africa,1972,55.635,5861135,799.3621758 +Zimbabwe,Africa,1977,57.674,6642107,685.5876821 +Zimbabwe,Africa,1982,60.363,7636524,788.8550411 +Zimbabwe,Africa,1987,62.351,9216418,706.1573059 +Zimbabwe,Africa,1992,60.377,10704340,693.4207856 +Zimbabwe,Africa,1997,46.809,11404948,792.4499603 +Zimbabwe,Africa,2002,39.989,11926563,672.0386227 +Zimbabwe,Africa,2007,43.487,12311143,469.7092981 diff --git a/docs/_site/projects/regression-example/data/sat_gpa.csv b/docs/_site/projects/regression-example/data/sat_gpa.csv new file mode 100755 index 00000000..d1a4b7c5 --- /dev/null +++ b/docs/_site/projects/regression-example/data/sat_gpa.csv @@ -0,0 +1,1001 @@ +sex,sat_verbal,sat_math,sat_total,gpa_hs,gpa_fy +Male,65,62,127,3.4,3.18 +Female,58,64,122,4,3.33 +Female,56,60,116,3.75,3.25 +Male,42,53,95,3.75,2.42 +Male,55,52,107,4,2.63 +Female,55,56,111,4,2.91 +Male,57,65,122,2.8,2.83 +Male,53,62,115,3.8,2.51 +Female,67,77,144,4,3.82 +Male,41,44,85,2.6,2.54 +Male,58,70,128,3.75,3.38 +Female,45,57,102,3.75,3.02 +Female,43,45,88,2.8,2.6 +Female,50,58,108,3.75,3.81 +Male,54,66,120,3.5,3.02 +Female,55,57,112,3.75,3.48 +Female,44,53,97,3.2,2.15 +Male,53,68,121,4,3.8 +Female,54,49,103,3.75,3.13 +Female,47,55,102,4,3.4 +Male,64,76,140,4,3.59 +Female,39,33,72,3.25,1.62 +Male,52,65,117,3.9,3.61 +Male,49,58,107,3.5,2.54 +Male,46,40,86,3.5,2.51 +Female,43,49,92,2,0 +Male,63,72,135,4,3.72 +Female,46,45,91,2.3,0.87 +Male,45,53,98,3.5,2.79 +Male,35,45,80,3.5,2 +Female,54,53,107,4,3.69 +Female,66,66,132,3.75,3.48 +Male,40,50,90,3,2.49 +Female,53,67,120,4,3.92 +Male,64,62,126,2.8,3.05 +Male,44,39,83,2.75,2.4 +Male,69,64,133,3.5,2.71 +Female,47,60,107,3.75,1.58 +Male,33,48,81,2,1.38 +Male,61,63,124,3.75,2.52 +Female,40,42,82,2.75,2.16 +Male,52,62,114,3,2.57 +Male,56,61,117,2.25,2.64 +Male,38,49,87,3.5,2.47 +Male,54,47,101,3,1 +Male,33,43,76,3,2.73 +Female,36,45,81,2.67,2.42 +Female,36,47,83,3,2.3 +Female,64,60,124,3.8,3.33 +Male,49,42,91,3.1,2.37 +Male,57,66,123,3,2.11 +Male,50,60,110,3,2.91 +Female,48,49,97,3,3.29 +Female,54,55,109,3.25,2.67 +Male,64,66,130,3.2,2.78 +Female,57,50,107,3.8,3.13 +Female,49,55,104,2.5,2.94 +Female,64,68,132,4,4 +Male,66,57,123,3.75,2.9 +Female,43,46,89,3.5,2.92 +Male,46,50,96,2.9,1.91 +Male,41,51,92,2.9,3.11 +Male,62,64,126,2.3,2.02 +Male,43,63,106,2.8,2.51 +Female,52,52,104,4,3.51 +Female,45,54,99,4,3.24 +Female,45,59,104,3.8,2.02 +Female,71,59,130,4,2.65 +Female,43,52,95,3.25,1.74 +Male,55,54,109,2.7,1.54 +Male,40,62,102,3.5,2.34 +Female,66,61,127,3,2.49 +Male,54,62,116,3.25,2.49 +Male,45,60,105,2.75,2.08 +Male,57,56,113,3,2.19 +Female,37,51,88,2.5,1.8 +Female,35,40,75,2.8,2.22 +Male,61,59,120,3.5,2.95 +Female,50,51,101,3.25,2.67 +Male,50,56,106,4,2.89 +Male,44,57,101,3.5,2.66 +Male,58,50,108,3,2.18 +Female,53,56,109,3.5,2.81 +Male,42,52,94,3.75,2.06 +Male,60,57,117,4,2.8 +Male,39,53,92,3,2.59 +Male,49,50,99,3.5,2.33 +Male,45,65,110,4,3.55 +Male,60,67,127,4,2.75 +Female,50,43,93,3.75,3.59 +Male,29,50,79,3.25,1.54 +Male,48,60,108,3.75,2.98 +Female,34,40,74,3,1.28 +Male,49,47,96,2.5,1.24 +Female,50,67,117,4,2.93 +Female,53,52,105,3.75,2.48 +Male,62,63,125,4,2.98 +Female,53,56,109,2.7,1.17 +Male,46,55,101,3.5,2.04 +Female,63,57,120,3.2,2.37 +Female,44,64,108,3.5,3 +Female,63,57,120,2.75,2.98 +Female,49,58,107,3.4,2.55 +Male,42,55,97,2.8,1.86 +Male,58,56,114,2,2.09 +Male,63,73,136,4,2.89 +Female,62,64,126,4,3.38 +Female,57,60,117,3.9,3.94 +Male,45,71,116,3,2.28 +Male,59,72,131,3,2.43 +Female,45,64,109,4,2.77 +Female,52,52,104,2,3.33 +Male,43,64,107,3,2.39 +Female,43,46,89,3.7,2.37 +Male,60,68,128,4,3.82 +Male,50,77,127,3.75,3.63 +Male,61,58,119,2.5,1.78 +Male,48,59,107,3,3.22 +Male,71,70,141,3.5,2.42 +Male,54,71,125,4,3.82 +Female,53,54,107,4,3.6 +Female,45,46,91,3.75,1.84 +Male,55,68,123,3.5,3.3 +Male,63,66,129,3.8,3.7 +Male,51,59,110,3,2.89 +Male,43,39,82,2.3,2.38 +Female,50,49,99,3.75,2.97 +Female,51,50,101,4,3.37 +Male,57,64,121,3.75,3.18 +Female,42,44,86,3,1.33 +Male,57,64,121,4,3 +Male,58,66,124,4,3.75 +Male,40,57,97,2.6,2.24 +Female,49,44,93,2.75,2.44 +Male,52,73,125,2.5,2.72 +Male,62,58,120,2.5,1.69 +Female,52,59,111,3.75,3.19 +Female,35,50,85,3.5,3.1 +Female,54,59,113,4,2.71 +Female,67,70,137,4,3.45 +Female,52,45,97,3.25,3.36 +Female,45,53,98,3.2,1 +Male,51,73,124,3.75,3.08 +Female,53,51,104,2.75,3.16 +Male,67,66,133,3.75,3.66 +Female,59,63,122,4,3.82 +Male,64,70,134,3.75,3.94 +Female,58,58,116,3.75,3.79 +Female,46,57,103,3.25,2.91 +Male,39,56,95,3,2.33 +Female,45,55,100,3.5,3.06 +Male,48,54,102,3,1.91 +Female,41,58,99,3,2.47 +Female,54,60,114,3.5,2.96 +Male,54,55,109,3.67,2.13 +Female,38,32,70,2.4,1.98 +Female,57,66,123,3.5,3.64 +Female,44,59,103,2,0.6 +Female,35,52,87,3,2.39 +Male,60,53,113,3.5,1.95 +Male,53,62,115,4,3.37 +Female,41,52,93,4,3.02 +Male,44,44,88,3,1.03 +Female,51,54,105,4,3.42 +Female,54,69,123,4,3.31 +Male,68,69,137,3.5,2.31 +Male,56,67,123,4,2.61 +Male,41,49,90,2,0 +Male,62,71,133,3.7,3.24 +Female,55,57,112,4,3.48 +Female,34,37,71,2.8,2.26 +Female,49,43,92,3.25,2.4 +Female,49,62,111,3.75,3.76 +Female,49,61,110,2.75,1.14 +Male,42,65,107,2.25,1.47 +Male,49,48,97,3,2 +Female,57,45,102,2.25,1.13 +Female,43,47,90,2.5,1.7 +Male,40,46,86,2,1.14 +Male,49,54,103,3.2,2.54 +Male,56,46,102,2.5,1.64 +Male,38,50,88,2.5,2.95 +Male,58,64,122,3,3.17 +Female,41,47,88,4,1.12 +Female,42,51,93,2.5,1.72 +Male,53,51,104,2.3,1.91 +Female,53,41,94,2.9,3 +Female,53,59,112,2.75,3.2 +Male,62,69,131,3,3.25 +Female,59,69,128,3.2,2.26 +Female,45,45,90,3,2.73 +Male,58,57,115,3.4,2.47 +Female,62,57,119,4,3.19 +Female,37,55,92,3.5,1.38 +Female,53,56,109,3.25,2.8 +Male,50,63,113,3.4,2.52 +Female,45,63,108,2.75,2.53 +Female,35,41,76,2,2.24 +Female,35,32,67,2.25,1.43 +Female,44,41,85,2.5,2.06 +Female,52,53,105,3.5,3.52 +Male,41,43,84,2.25,1.58 +Female,32,38,70,2.2,0.82 +Male,65,64,129,2.5,2.21 +Male,50,48,98,2,1.18 +Male,58,57,115,2.5,3.64 +Male,42,50,92,2.7,2.37 +Male,39,43,82,2.25,1.18 +Male,53,70,123,4,3.19 +Male,49,54,103,3,1.59 +Male,52,66,118,3.75,3.14 +Male,51,56,107,2.75,3.63 +Male,58,57,115,3,3.13 +Male,56,64,120,4,3.09 +Male,40,58,98,2.75,2.21 +Female,63,56,119,4,2.86 +Male,48,53,101,2.67,1.16 +Female,53,62,115,4,3.89 +Female,73,60,133,4,3.89 +Male,47,41,88,3,1.45 +Male,57,49,106,3,2.69 +Female,44,56,100,2.6,2.27 +Female,49,54,103,3.33,2.25 +Female,62,57,119,4,3.36 +Male,50,68,118,3,2.32 +Female,61,49,110,4,2.91 +Female,64,59,123,4,3.77 +Male,48,64,112,3.8,3.04 +Male,36,53,89,2.75,1.44 +Female,42,60,102,3.8,2.07 +Male,54,61,115,3.25,2.69 +Female,49,51,100,3.75,2.67 +Male,54,51,105,3.5,1.97 +Male,43,49,92,2.25,1.08 +Male,31,46,77,2,0.92 +Female,39,33,72,3.5,1.7 +Female,55,59,114,3.25,3 +Female,53,57,110,3.75,3.34 +Male,47,45,92,3.75,1.69 +Male,69,61,130,4,3.37 +Female,55,38,93,2.75,1.52 +Male,44,55,99,3.75,2.73 +Female,53,50,103,3.25,1.91 +Female,68,62,130,3.7,2.98 +Female,39,35,74,3.1,2.33 +Male,40,45,85,3,1.79 +Male,44,54,98,3.75,3.48 +Female,52,52,104,3,1.63 +Female,59,49,108,3,2.33 +Female,63,54,117,3.75,3.35 +Male,62,71,133,4,3.43 +Male,48,41,89,2.3,1.71 +Male,52,52,104,3.75,3.19 +Male,43,50,93,2.5,1.69 +Male,47,64,111,4,3.08 +Female,33,32,65,3,1.43 +Female,67,54,121,3.25,2.79 +Female,51,41,92,3.5,1.7 +Female,43,52,95,4,3.23 +Female,40,42,82,3.5,2.12 +Male,50,58,108,4,3.67 +Female,76,57,133,4,3.94 +Female,47,50,97,3.5,1.4 +Female,45,49,94,3.4,1.9 +Female,41,38,79,3.6,1.56 +Male,56,54,110,4,1.85 +Male,57,58,115,3,3 +Male,36,52,88,3.4,2.37 +Male,38,50,88,3.75,2.31 +Male,59,66,125,4,3.77 +Female,40,51,91,3.8,2.35 +Male,58,62,120,4,3.79 +Female,52,52,104,3.75,2.54 +Female,64,53,117,3,2.19 +Female,42,47,89,3,2.36 +Male,41,52,93,2.2,2.05 +Female,38,49,87,3.25,2.19 +Female,50,55,105,3.25,1.8 +Female,66,52,118,2.8,3.23 +Female,41,59,100,3.3,0.48 +Male,46,62,108,2.1,2.02 +Female,59,51,110,3.4,2.44 +Male,45,49,94,2.4,1.77 +Male,46,58,104,3.7,3.2 +Female,50,58,108,2.7,2.15 +Male,50,60,110,3.5,2.6 +Female,58,57,115,3.6,3.38 +Male,56,50,106,2.5,0.55 +Male,46,57,103,4,3.76 +Female,47,48,95,3.25,3.06 +Female,45,51,96,3.1,1.7 +Male,55,65,120,2.1,2.62 +Female,53,56,109,2.8,1.65 +Female,51,55,106,3.5,1.89 +Female,42,39,81,3.1,0.77 +Male,50,65,115,2.9,3.24 +Male,46,57,103,2.8,2.93 +Female,69,55,124,4,3.57 +Female,55,53,108,2.8,2.72 +Female,48,53,101,3.3,2.4 +Male,52,46,98,2.5,2.03 +Male,53,52,105,2.7,2.21 +Male,58,60,118,2.3,2.15 +Female,50,48,98,2.6,1.75 +Female,44,50,94,2.75,2.04 +Female,39,51,90,2.75,1.15 +Female,45,53,98,2.5,1.79 +Female,63,64,127,3.8,3.63 +Female,47,47,94,2.7,2 +Female,62,56,118,3.25,3.13 +Female,44,57,101,2.3,2.67 +Male,39,38,77,3.2,2.24 +Female,42,42,84,2.9,3.04 +Female,48,43,91,2.8,3.27 +Male,41,45,86,3.4,3.28 +Male,50,59,109,2.5,2.56 +Male,48,63,111,3.8,2.85 +Female,50,62,112,3.3,3.38 +Male,57,62,119,3.2,2.84 +Female,47,55,102,3.3,3.22 +Male,57,66,123,2.6,2.24 +Male,36,56,92,3.1,2.08 +Male,42,51,93,3.1,2.67 +Female,49,38,87,3.2,2.13 +Male,62,75,137,3.8,3.55 +Male,42,66,108,3.3,1.5 +Male,47,53,100,2.8,2.54 +Female,49,58,107,3.5,1.19 +Male,45,53,98,2.2,2.08 +Female,39,42,81,2.75,0 +Male,43,50,93,3.25,1.69 +Male,39,50,89,3,2.26 +Female,54,56,110,3.7,3.13 +Female,47,46,93,2.9,1.73 +Female,38,43,81,2.7,2.58 +Female,39,63,102,2.8,2.09 +Male,55,70,125,3.7,3 +Female,54,61,115,3,2.04 +Male,65,60,125,3.5,2.94 +Female,44,43,87,4,2.31 +Male,56,59,115,3.75,2.63 +Female,51,61,112,3.5,2.79 +Male,40,58,98,2.9,1.9 +Female,47,50,97,3.5,3 +Female,52,51,103,2.8,1.83 +Male,48,54,102,2.8,2.33 +Male,50,58,108,3.2,3.24 +Male,53,59,112,3.2,2.7 +Male,54,44,98,2.7,1.5 +Male,51,42,93,3,3 +Male,53,59,112,2.4,2.34 +Female,58,66,124,4,3.44 +Female,48,60,108,3,1.88 +Male,57,60,117,2.1,2.86 +Female,40,34,74,2.75,2.56 +Male,41,40,81,2,1.49 +Male,49,57,106,2.8,2.5 +Female,49,50,99,2.9,1.83 +Male,55,57,112,2.5,2.38 +Male,37,40,77,3.1,1.82 +Male,43,46,89,2.8,2.12 +Male,47,59,106,3.1,2.59 +Male,53,57,110,3,2.59 +Female,40,50,90,3.1,2.02 +Female,45,48,93,3.7,2.93 +Female,46,47,93,2.9,2.24 +Male,54,54,108,2.5,2.19 +Male,41,60,101,3.4,1.95 +Male,64,64,128,4,3.54 +Female,62,61,123,3.75,2.86 +Male,48,56,104,3.8,2.17 +Female,46,49,95,3.4,2.3 +Male,36,64,100,3.5,2.48 +Female,40,48,88,3.5,3.02 +Female,46,60,106,3.5,3.14 +Male,55,60,115,2.7,2.22 +Male,51,36,87,2.9,3.27 +Female,42,35,77,2.5,2.47 +Female,50,53,103,2.8,2.85 +Female,50,52,102,4,3.77 +Male,41,50,91,2.7,2.91 +Male,50,53,103,3.5,2.61 +Female,50,53,103,4,3.78 +Male,46,54,100,2.9,1.19 +Female,60,62,122,3.2,2.37 +Male,49,65,114,3.7,3.69 +Male,43,59,102,2.7,1.73 +Female,50,47,97,2.7,2.48 +Female,49,60,109,3,2.35 +Male,52,50,102,3.5,1.95 +Female,62,52,114,3.2,3.46 +Female,47,56,103,2.8,2.27 +Female,41,57,98,2.5,2.14 +Male,43,64,107,2.5,3.34 +Female,46,48,94,3.3,2.42 +Male,52,67,119,3.3,3.22 +Male,47,71,118,2.4,1.3 +Male,47,61,108,3.2,1.79 +Female,32,54,86,3,2.8 +Female,45,45,90,2.6,2.8 +Male,59,59,118,2.4,0.8 +Female,52,40,92,3.5,2.45 +Female,46,56,102,3.7,2.33 +Male,31,51,82,2.7,1.76 +Female,35,48,83,3,2.88 +Male,45,57,102,3.1,2.52 +Male,54,53,107,3.2,1.54 +Female,43,47,90,3.7,2.66 +Female,52,50,102,3.9,3.16 +Male,49,58,107,3.8,1.94 +Female,45,49,94,3.1,2.91 +Female,62,51,113,2.9,2.37 +Male,61,64,125,4,3.67 +Male,50,59,109,4,4 +Male,46,53,99,2.6,2.94 +Female,39,64,103,2.9,1.37 +Male,42,46,88,2.75,2.13 +Female,46,57,103,3.3,2.68 +Male,40,62,102,2.7,2.71 +Male,45,35,80,2.4,1.57 +Male,53,56,109,2.5,2.38 +Female,67,59,126,3.4,1.16 +Female,59,58,117,3.9,2.81 +Female,47,58,105,3.4,2.52 +Female,39,45,84,2.5,1.72 +Female,39,53,92,2.9,2.23 +Male,54,58,112,3,1.43 +Male,46,52,98,2.5,1.54 +Female,59,56,115,3.8,3.24 +Male,48,60,108,3.6,2.18 +Male,43,51,94,2.3,1.77 +Male,48,62,110,3.4,2.16 +Female,34,53,87,3.5,2.49 +Female,54,61,115,4,3.74 +Male,46,57,103,2.8,3.29 +Female,36,43,79,2.9,1.37 +Male,53,59,112,4,3.83 +Female,64,66,130,3.7,2.9 +Male,54,58,112,2.8,2.2 +Male,57,55,112,2.7,2.11 +Female,51,33,84,2.5,3.15 +Female,46,53,99,3.4,2.65 +Female,45,43,88,3,1.98 +Female,55,58,113,3.8,2.93 +Female,49,55,104,3.7,3.1 +Female,46,50,96,3.7,3.34 +Female,49,62,111,3.6,2.75 +Female,50,52,102,3.4,2.9 +Male,57,58,115,4,2.06 +Female,42,40,82,3.2,1.87 +Male,55,48,103,3.2,2.8 +Female,54,40,94,2.6,1.38 +Female,50,62,112,3.9,2.37 +Male,29,58,87,2.7,0.9 +Male,39,58,97,2.5,2.38 +Female,39,38,77,2.6,1.62 +Male,43,43,86,2.9,1.42 +Female,34,40,74,2.8,1.52 +Female,49,57,106,3.7,2.65 +Male,38,60,98,2.9,1.92 +Female,54,53,107,3.3,0.66 +Male,43,68,111,3.8,1.85 +Male,49,55,104,2.2,2.36 +Male,44,57,101,3.3,1.86 +Male,46,44,90,2.7,1.35 +Female,47,57,104,2.9,2.8 +Male,56,53,109,2.8,2.24 +Female,43,51,94,3.8,2.17 +Male,57,57,114,3.3,3.22 +Female,39,49,88,3.1,2.02 +Female,41,52,93,2.9,1.52 +Male,33,57,90,2.8,2.27 +Female,39,49,88,2.6,2.85 +Male,36,59,95,2.9,2.62 +Female,42,59,101,3.5,2.54 +Female,58,51,109,3.8,3.76 +Male,41,57,98,2.9,1.71 +Male,41,59,100,3.3,1.88 +Female,46,55,101,3.3,2.54 +Female,50,57,107,3.2,2.25 +Male,39,49,88,2.9,1.32 +Female,44,33,77,3.5,2.71 +Female,57,59,116,3.3,2.67 +Male,55,57,112,3.4,2 +Female,44,58,102,3.7,3.26 +Female,37,38,75,2.9,1.51 +Female,47,48,95,2.7,2.33 +Male,53,60,113,3.8,2.82 +Female,43,58,101,3.8,3.51 +Male,45,47,92,3.7,1 +Female,48,49,97,3.75,3.27 +Male,49,54,103,2.8,0.73 +Male,49,55,104,4,3.17 +Female,47,54,101,4,2.69 +Female,32,57,89,2.7,0.52 +Male,37,50,87,2.2,1.77 +Male,40,57,97,3.7,2.35 +Male,55,55,110,2.9,2.06 +Male,53,57,110,3.4,2.23 +Female,47,47,94,2.6,1.67 +Female,58,71,129,4,3.16 +Male,35,53,88,3.9,2.24 +Female,47,46,93,3.7,2.71 +Male,52,64,116,3.9,3.98 +Male,36,48,84,2.8,2.2 +Female,38,47,85,2.5,2.88 +Male,54,57,111,3.4,3 +Female,41,44,85,3.7,1.55 +Male,45,58,103,3.9,2 +Male,24,29,53,2.47,2.19 +Female,59,62,121,3.5,3.86 +Male,45,55,100,2.8,1.47 +Female,59,62,121,4,3.94 +Male,37,58,95,2.4,1.37 +Male,44,59,103,3.5,3.08 +Male,54,64,118,3.8,1.95 +Female,59,62,121,3.8,3.52 +Male,48,55,103,3.2,1.74 +Female,44,59,103,3.2,3.17 +Female,61,56,117,3.5,2.67 +Male,49,55,104,2.3,2.14 +Male,53,52,105,3,2.54 +Female,55,49,104,2.3,1.98 +Female,46,45,91,2.3,2.04 +Male,49,57,106,2.1,1.7 +Male,53,62,115,3.7,1.8 +Male,70,74,144,4,4 +Female,48,52,100,3.9,4 +Female,36,41,77,3,0.61 +Female,49,57,106,3.8,3.34 +Female,48,56,104,3.7,2.92 +Male,53,62,115,3.8,3.62 +Male,66,67,133,3.2,3.07 +Female,41,57,98,3.4,3 +Male,42,62,104,3.2,2.43 +Female,38,45,83,3.4,3.11 +Male,43,57,100,3.1,1.5 +Female,49,54,103,3.7,2.58 +Female,53,40,93,3.33,2.24 +Male,40,55,95,2.1,1.96 +Male,45,56,101,2.5,2.23 +Female,53,51,104,2.8,2.24 +Male,43,57,100,2.9,2.76 +Female,49,52,101,3.1,2.59 +Male,41,52,93,2.1,1.68 +Female,38,47,85,3.1,2.92 +Male,55,56,111,2.8,2.31 +Male,41,57,98,3.5,2.56 +Female,39,55,94,3.8,2.73 +Female,63,49,112,3.4,3.11 +Female,43,44,87,2.8,1.83 +Male,47,47,94,2.6,2.88 +Male,39,57,96,3,3.14 +Male,46,51,97,2.6,1.87 +Female,45,52,97,3.1,2.27 +Female,51,55,106,3.4,2.56 +Male,40,44,84,3.1,2.35 +Female,42,55,97,3.4,3.02 +Male,50,60,110,3.8,2.44 +Male,50,58,108,3.7,1.33 +Male,56,52,108,3.25,1.13 +Male,54,52,106,3.4,3.4 +Female,48,36,84,2.7,1.96 +Male,53,49,102,3.5,1.96 +Male,48,58,106,3.8,3.17 +Female,45,58,103,3.2,1.6 +Female,50,52,102,3,2.37 +Male,52,53,105,3.5,1.43 +Female,62,48,110,3.2,2.74 +Male,46,48,94,3.2,1.95 +Male,42,50,92,3.1,2.42 +Female,48,52,100,3.6,3.04 +Male,51,59,110,2.5,3 +Female,50,42,92,3.5,3.73 +Female,55,48,103,3.1,3.17 +Male,56,63,119,3,1.57 +Male,52,60,112,3.2,1.71 +Male,51,57,108,2.5,2.09 +Female,41,49,90,2.6,3.4 +Male,33,38,71,3.5,2.1 +Female,47,43,90,2.6,1.66 +Female,54,49,103,3.5,3.16 +Male,55,56,111,3.7,2.09 +Female,49,57,106,3.7,3.6 +Male,45,57,102,2.7,0.85 +Male,57,59,116,3.3,1.88 +Male,45,54,99,3.5,2.53 +Male,60,60,120,3.7,1.82 +Male,41,52,93,2.7,1.33 +Female,47,51,98,2.56,2.81 +Male,44,43,87,1.8,1.49 +Female,49,55,104,3.5,2.51 +Female,68,51,119,3.1,1.61 +Female,39,41,80,2.7,1.65 +Female,33,37,70,2.8,1.7 +Female,50,54,104,3.6,3.13 +Female,46,58,104,3.5,2.6 +Female,35,40,75,3.25,1.87 +Male,26,50,76,3.2,2.24 +Female,36,55,91,2.8,1.6 +Female,51,54,105,3.7,2.98 +Female,47,51,98,3.9,3.6 +Male,47,50,97,3.1,1.43 +Male,44,62,106,3.7,3.02 +Male,50,50,100,3.1,3.15 +Male,34,52,86,3.3,2 +Female,33,46,79,2.6,1.57 +Female,38,34,72,2.8,1.78 +Female,46,59,105,3.6,2.77 +Male,42,56,98,3.8,3.25 +Male,59,55,114,3.5,3.3 +Male,42,37,79,4.5,1.13 +Female,50,53,103,3.9,3.17 +Female,41,55,96,3.4,2.04 +Female,42,53,95,3,1.69 +Male,41,65,106,2.5,1.8 +Female,52,62,114,3.5,2.29 +Male,62,67,129,4,3.41 +Female,36,38,74,3.5,2 +Female,47,56,103,4,3.11 +Male,38,58,96,2.7,2.38 +Male,45,63,108,3.3,2.62 +Female,63,63,126,3.8,3.71 +Male,44,50,94,3.8,3.27 +Male,42,61,103,2.5,2.4 +Male,51,63,114,2.5,3.25 +Male,57,59,116,3.3,1.98 +Male,49,61,110,3.5,3.04 +Male,37,64,101,4,2.8 +Male,62,71,133,4,4 +Male,47,59,106,2.5,1.78 +Male,55,65,120,3,2.54 +Female,43,42,85,2.8,1.92 +Male,56,74,130,4,3.48 +Female,52,48,100,2.74,1.62 +Male,47,60,107,3.5,2.56 +Female,51,50,101,3.3,3.35 +Male,41,66,107,2.7,2 +Female,43,42,85,3,1.97 +Male,58,51,109,3,3.21 +Male,47,37,84,2.6,0.67 +Male,41,57,98,3.5,2.38 +Male,42,50,92,2.3,1.86 +Female,50,43,93,2.3,2.53 +Male,55,55,110,4,1.44 +Male,45,59,104,3.5,2.19 +Female,35,42,77,2.8,1.44 +Male,43,50,93,3.4,2.36 +Male,48,44,92,3,2.21 +Female,40,57,97,3,2.6 +Male,44,58,102,3.25,0.36 +Male,47,61,108,3.3,2.47 +Female,43,47,90,3.5,2.16 +Female,39,53,92,2.7,1.63 +Male,47,57,104,2.8,1.83 +Female,34,69,103,2.1,2.66 +Female,49,48,97,3.3,3.04 +Female,47,45,92,2.4,2.54 +Female,43,53,96,2.6,2.02 +Male,61,49,110,2.2,1.49 +Male,48,55,103,3.8,1.13 +Female,37,46,83,3.1,2.02 +Female,51,50,101,3.7,2.9 +Female,35,60,95,2.75,1.81 +Female,47,67,114,3.6,4 +Male,41,37,78,2,2 +Female,43,42,85,2.75,2.54 +Female,49,48,97,4,2.65 +Male,58,77,135,4,3.43 +Female,47,45,92,3.7,2.91 +Male,47,53,100,4,3.21 +Male,37,52,89,2.5,1.75 +Male,36,36,72,2.3,3.12 +Female,56,58,114,3,2.09 +Female,47,58,105,3.5,2.11 +Male,56,50,106,3.3,2.56 +Female,43,54,97,3.2,2.56 +Female,45,48,93,3,1.24 +Male,55,60,115,3,2.8 +Male,55,35,90,2.6,2.17 +Female,46,47,93,3.4,2.42 +Female,39,51,90,3.6,3.56 +Female,50,58,108,3.3,3.24 +Female,45,57,102,3.6,3.42 +Male,52,66,118,3.8,2.53 +Female,47,47,94,2.8,2.38 +Male,48,47,95,2.4,2.24 +Male,35,53,88,2.7,2.12 +Female,46,58,104,2.8,2.63 +Female,54,47,101,2.5,1.98 +Female,50,50,100,3.2,1.69 +Male,58,59,117,4,2.47 +Male,49,60,109,4,2.34 +Female,43,47,90,2.67,2.58 +Male,42,52,94,3,2 +Male,46,51,97,2.7,1.63 +Female,52,55,107,3.5,3.37 +Male,45,46,91,2.8,1.64 +Male,62,60,122,3.8,2.88 +Female,58,62,120,4,3.12 +Female,57,55,112,4,2.33 +Female,60,59,119,3,2.45 +Male,43,51,94,2.5,2.22 +Male,51,65,116,3.5,2.17 +Male,37,55,92,2.3,2.44 +Male,49,48,97,3.1,2.98 +Female,44,54,98,2.7,2.29 +Female,44,52,96,3.5,2.56 +Female,27,38,65,2.5,1.8 +Male,48,55,103,3.1,2.43 +Male,41,59,100,3.5,2.61 +Female,35,58,93,3.1,3.09 +Male,46,54,100,2.6,2.53 +Male,52,64,116,2.7,2.48 +Male,61,60,121,3.5,3.94 +Male,48,64,112,3.4,2.86 +Female,58,58,116,2.9,2.31 +Male,44,40,84,2.6,2.18 +Male,49,57,106,3.25,3.07 +Male,40,45,85,2.1,1.64 +Female,52,60,112,3,2.7 +Male,36,50,86,3.5,2.08 +Female,57,55,112,4,3.51 +Female,48,62,110,4,3.63 +Male,39,44,83,3,1.63 +Female,54,61,115,4,3.76 +Female,57,47,104,2.8,2.96 +Male,40,48,88,3.25,2.83 +Male,35,40,75,3,1.36 +Male,61,65,126,3.8,2.91 +Male,50,57,107,3.2,2.65 +Female,41,52,93,3,2.56 +Male,49,68,117,3,1.89 +Male,50,57,107,2.8,2.04 +Male,60,64,124,3.25,2.67 +Male,54,72,126,3.75,3.29 +Male,41,56,97,2.6,1.74 +Male,44,41,85,2.8,2.98 +Male,44,55,99,2.5,2.28 +Female,50,42,92,2.4,1.21 +Male,40,52,92,2.5,1.24 +Female,55,54,109,3.5,3.47 +Female,47,44,91,3.1,2.37 +Female,38,57,95,4,3.49 +Male,56,47,103,2.7,1.41 +Female,49,52,101,4,2.04 +Male,58,60,118,3.7,3.49 +Male,51,64,115,2.6,1.7 +Male,42,53,95,2.5,1.19 +Female,52,49,101,3.6,3.63 +Female,48,51,99,3.9,2.98 +Male,48,62,110,3.4,2.35 +Female,53,52,105,3.6,2.38 +Female,57,57,114,3.8,2.38 +Male,44,57,101,3.2,2.4 +Female,29,60,89,2.5,1.92 +Male,54,45,99,3.7,2.86 +Male,41,63,104,3.25,2.9 +Female,42,59,101,3.7,3.44 +Female,53,65,118,2.9,1.88 +Female,49,38,87,2.8,2.52 +Male,48,54,102,4,1.17 +Male,60,65,125,2.9,3.16 +Male,45,57,102,3.25,1.64 +Female,46,44,90,2.75,2.17 +Female,31,41,72,2.67,1.62 +Male,49,60,109,3,2.37 +Male,47,43,90,3,3.19 +Male,50,50,100,3,2.29 +Female,59,69,128,4,3.41 +Male,58,61,119,4,3.24 +Female,48,60,108,3.3,2.64 +Male,52,57,109,3.5,3.35 +Male,47,50,97,2.75,1.87 +Female,45,55,100,2.7,1.5 +Female,37,59,96,4,2.98 +Male,56,65,121,3.1,2.95 +Female,52,52,104,2.8,2.2 +Female,65,57,122,3.8,3.11 +Female,42,49,91,4,3.12 +Female,48,51,99,3.3,2.69 +Female,45,58,103,4,2.91 +Male,52,62,114,2.6,2.67 +Male,51,57,108,3.2,2.49 +Male,46,65,111,2.5,2.98 +Male,50,72,122,3.1,3.06 +Male,52,61,113,3.1,2.18 +Male,52,68,120,4,3.5 +Female,45,50,95,2.8,2.1 +Female,54,50,104,3.4,3.8 +Female,50,60,110,3.25,1.8 +Male,41,63,104,4,2.14 +Female,44,54,98,3.3,3.4 +Female,45,48,93,2.8,2.66 +Female,41,64,105,3.5,2.36 +Male,45,43,88,2.9,1.98 +Male,45,49,94,3,1.62 +Male,56,53,109,3.2,2.03 +Female,54,53,107,2.3,1.84 +Male,50,67,117,3,2.02 +Male,58,63,121,3.5,3.15 +Male,51,35,86,2.75,1.54 +Female,48,45,93,2.8,2.6 +Female,41,50,91,3.8,2.58 +Female,51,61,112,3.5,3.11 +Female,39,34,73,2.7,1.19 +Female,54,53,107,3.5,2.23 +Female,44,53,97,2.2,1.78 +Female,52,44,96,3,2.24 +Female,53,37,90,3.3,2.29 +Male,37,67,104,2.9,2.38 +Male,35,48,83,2.2,0.95 +Male,45,53,98,2.4,2.05 +Female,43,47,90,3.1,2.49 +Male,49,59,108,3.3,1.12 +Female,37,43,80,2.03,1.31 +Female,41,43,84,3.3,2.38 +Female,40,45,85,3,2.74 +Male,48,64,112,3,4 +Male,44,59,103,3.8,2.66 +Male,54,60,114,3.5,2.96 +Female,63,42,105,2.1,1.88 +Male,47,55,102,2.7,1.4 +Female,56,52,108,3.5,3.31 +Female,50,50,100,3.75,3.3 +Male,64,64,128,4,3.21 +Female,42,59,101,3.25,3.22 +Male,43,48,91,2.8,2.28 +Male,43,49,92,3.2,2.52 +Male,52,52,104,4,2.62 +Female,34,50,84,2,2 +Female,44,45,89,3.6,2.02 +Female,42,43,85,2.4,2.24 +Female,47,48,95,4,3.12 +Male,52,52,104,2.75,2.28 +Female,49,59,108,3,2.13 +Female,38,48,86,2.7,1.55 +Female,62,56,118,3.7,2.4 +Male,61,45,106,2.6,1.59 +Male,44,55,99,3,2.94 +Female,55,61,116,3.2,2.29 +Male,47,66,113,3.5,2.98 +Female,44,44,88,3.1,3.66 +Male,41,56,97,2.9,0.38 +Female,62,59,121,3.7,2.65 +Female,60,68,128,3.7,1.95 +Female,44,60,104,3.2,3.06 +Female,63,58,121,3.7,3.87 +Male,45,58,103,2.4,2.64 +Male,43,55,98,2.4,2.54 +Male,36,45,81,2.5,2.42 +Female,58,53,111,3.3,3.44 +Female,62,68,130,4,3.91 +Male,41,61,102,4,2.46 +Male,58,59,117,3.75,2.79 +Female,46,43,89,2.7,1.79 +Female,45,61,106,4,3.22 +Male,40,41,81,2.3,0.57 +Male,63,68,131,4,3.48 +Female,53,54,107,3.5,2.13 +Female,57,72,129,4,3.18 +Male,39,56,95,3.75,3.81 +Male,45,66,111,2.7,2.49 +Male,52,67,119,3,1.87 +Male,55,53,108,3.5,2.63 +Male,44,48,92,2.2,1.91 +Female,56,45,101,3.8,3.1 +Male,64,62,126,4,3.12 +Female,46,51,97,3.1,2.19 +Male,64,61,125,3.6,3.21 +Male,60,66,126,2.7,3.4 +Male,52,60,112,3.1,2.37 +Female,46,61,107,3.75,2.67 +Female,58,58,116,3.5,3.59 +Female,34,42,76,3.1,1.93 +Female,54,64,118,3.8,3.17 +Female,50,33,83,2.75,2.04 +Male,59,63,122,3.2,1.96 +Female,49,45,94,3.7,2.07 +Male,37,42,79,2.2,2.35 +Female,55,55,110,3.75,3.06 +Male,32,66,98,2.9,2.48 +Male,41,68,109,3.3,2.58 +Female,47,53,100,2.8,2.15 +Female,49,41,90,2.7,2.42 +Male,53,68,121,3.2,2.09 +Female,55,57,112,2.5,2.27 +Male,43,52,95,2.7,2.31 +Female,43,56,99,3,2.24 +Female,50,53,103,3.5,1.92 +Male,44,41,85,2,1.73 +Male,64,59,123,2.5,3.38 +Female,49,48,97,3.8,3.02 +Male,49,55,104,3.2,2.29 +Male,43,45,88,2.5,1.33 +Male,64,71,135,3.3,2.83 +Female,54,57,111,3.33,3.34 +Female,40,47,87,3.2,1.51 +Female,50,53,103,3.2,1.16 +Female,57,64,121,3.75,1.94 +Male,49,59,108,3.8,1.74 +Male,50,55,105,3.2,2.17 +Female,53,62,115,3.3,2.28 +Male,54,59,113,3.5,2.75 +Male,51,56,107,3,2.8 +Female,38,40,78,3.8,2.53 +Male,61,65,126,3.7,2.43 +Female,44,44,88,2.7,1.84 +Male,56,61,117,3.7,2.05 +Male,48,63,111,3,2.48 +Male,55,67,122,3.3,2.75 +Male,61,51,112,2.3,3.24 +Male,46,44,90,3.6,2.69 +Male,51,66,117,3,2.21 +Female,67,70,137,3.8,3.49 +Male,49,40,89,2.3,2.24 +Male,63,50,113,2.9,2.85 +Female,40,50,90,2.5,1.62 +Female,53,65,118,3.7,3.03 +Female,48,42,90,3.6,3.1 +Female,43,43,86,2.5,1.59 +Male,46,63,109,2.8,2.21 +Male,67,60,127,3.3,2.43 +Male,46,60,106,3.5,2.46 +Female,58,58,116,4,2.96 +Female,43,61,104,2.8,2.2 +Male,46,43,89,2.8,2.31 +Male,49,49,98,3.25,2.35 +Female,59,64,123,2.75,2.57 +Male,39,55,94,2.8,3.04 +Female,39,52,91,3,2.14 +Female,67,52,119,4,2.27 +Female,55,54,109,3,1.83 +Male,57,61,118,3,2.75 +Female,51,52,103,2.5,1.87 +Male,52,67,119,3.5,3.22 +Male,59,48,107,2.5,3.1 +Male,45,64,109,2.9,2.29 +Female,48,50,98,2.8,2.1 +Male,52,52,104,3.5,2.96 +Female,41,56,97,2,0.47 +Female,47,48,95,3.5,2.88 +Female,52,70,122,4,3.83 +Male,49,57,106,3.4,1.6 +Male,38,53,91,2.5,2.23 +Male,44,50,94,2.5,3.07 +Male,56,67,123,3.8,2.6 +Male,45,58,103,2.75,1.15 +Male,59,67,126,3.5,2.88 +Male,53,72,125,3.7,3.71 +Female,53,38,91,4,3.41 +Female,66,66,132,3.5,3.65 +Female,36,35,71,2.3,1.65 +Female,57,54,111,3.7,2.15 +Female,51,51,102,3.5,2.57 +Female,76,68,144,4,3.66 +Male,60,66,126,4,3.31 +Male,46,52,98,3,2.84 +Male,54,50,104,2.7,1.83 +Female,55,64,119,3.6,3.35 +Male,54,63,117,3.3,1.35 +Female,52,43,95,3.4,3.1 +Female,51,59,110,3.7,3.1 +Male,49,51,100,3,2.19 +Female,41,50,91,3,3.35 +Female,57,59,116,4,3.91 +Male,54,52,106,2.7,1.83 +Female,32,38,70,2.2,1.29 +Female,68,74,142,4,2.55 +Female,49,51,100,3.25,2.68 +Female,41,45,86,3.5,2.96 +Female,47,48,95,3,2.45 +Male,51,54,105,3.25,2.7 +Male,57,59,116,3,2.24 +Male,36,38,74,2.9,2.04 +Male,44,59,103,3.67,2.38 +Male,47,55,102,2.5,1.79 +Male,47,44,91,3,2 +Male,44,54,98,3.04,2.24 +Male,43,46,89,2.5,1.63 +Female,39,31,70,2.3,1.13 +Male,49,48,97,2.5,1.73 +Male,60,53,113,2.2,1.36 +Male,50,60,110,3,2.81 +Female,40,48,88,3.1,1.17 +Female,60,59,119,3.5,2.48 +Male,61,57,118,3.2,1.98 +Male,42,57,99,2.8,1.72 +Male,46,56,102,3.5,2.69 +Female,50,56,106,4,2.98 +Female,44,57,101,4,3.4 +Male,68,73,141,4,3.48 +Female,43,45,88,2.5,2.15 +Male,54,60,114,3,2.4 +Male,49,55,104,3,2.42 +Female,50,50,100,3.7,2.19 +Male,54,54,108,3.3,1.5 +Male,56,58,114,3.5,3.17 +Male,55,65,120,2.3,1.94 +Male,49,44,93,2.7,2.38 diff --git a/docs/_site/projects/regression-example/example_gapminder.Rmd b/docs/_site/projects/regression-example/example_gapminder.Rmd new file mode 100644 index 00000000..0156b6c7 --- /dev/null +++ b/docs/_site/projects/regression-example/example_gapminder.Rmd @@ -0,0 +1,16 @@ +--- +title: "Health and wealth" +--- + +```{r libraries-data} +library(tidyverse) # This lets you create plots with ggplot, manipulate data, etc. +library(broom) # This lets you convert regression models into nice tables +library(modelsummary) # This lets you combine multiple regression models into a single table + +gapminder <- read_csv("data/gapminder.csv") + +# TODO: Make a new dataset called gapminder_2007 that: +# 1. Only contains rows for 2007 +# 2. Omits rows from Oceania + +``` diff --git a/docs/_site/projects/regression-example/example_sat-gpa.Rmd b/docs/_site/projects/regression-example/example_sat-gpa.Rmd new file mode 100644 index 00000000..b82b3a69 --- /dev/null +++ b/docs/_site/projects/regression-example/example_sat-gpa.Rmd @@ -0,0 +1,26 @@ +--- +title: "SAT scores and college GPA" +output: + html_document: + toc: yes +--- + +```{r libraries-data} +library(tidyverse) # This lets you create plots with ggplot, manipulate data, etc. +library(broom) # This lets you convert regression models into nice tables +library(modelsummary) # This lets you combine multiple regression models into a single table + +sat_gpa <- read_csv("data/sat_gpa.csv") +``` + +# Models + +## Do SAT scores predict freshman GPAs? + +## Does a certain type of SAT score have a larger effect on freshman GPAs? + +## Do high school GPAs predict freshman GPAs? + +## College GPA ~ SAT + sex + +## College GPA ~ SAT + high school GPA + sex diff --git a/docs/_site/projects/regression-example/regression.Rproj b/docs/_site/projects/regression-example/regression.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/regression-example/regression.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/projects/threats-validity/threats-validity.Rproj b/docs/_site/projects/threats-validity/threats-validity.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/threats-validity/threats-validity.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/projects/threats-validity/your-name_threats-to-validity.Rmd b/docs/_site/projects/threats-validity/your-name_threats-to-validity.Rmd new file mode 100644 index 00000000..a4748387 --- /dev/null +++ b/docs/_site/projects/threats-validity/your-name_threats-to-validity.Rmd @@ -0,0 +1,138 @@ +--- +title: "Threats to validity" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +**Feel free to remove any/all of the placeholder text and instructions here!** + +# Conditional cash transfers and education in Mexico + +## Internal validity + +1. **Selection**: +2. **Attrition**: +3. **Maturation**: +4. **Secular trends**: +5. **Seasonality**: +6. **Testing**: +7. **Regression to the mean**: +8. **Measurement error**: +9. **Time frame of study**: +10. **Hawthorne effects**: +11. **John Henry effects**: +12. **Spillovers**: +13. **Intervening events**: + +Final score: + +General summary: (i.e. is this an internally valid study?) + +## External validity + +Stuff goes here. + +## Construct validity + +Stuff goes here. + + +# *Sesame Street* and school readiness + +## Internal validity + +1. **Selection**: +2. **Attrition**: +3. **Maturation**: +4. **Secular trends**: +5. **Seasonality**: +6. **Testing**: +7. **Regression to the mean**: +8. **Measurement error**: +9. **Time frame of study**: +10. **Hawthorne effects**: +11. **John Henry effects**: +12. **Spillovers**: +13. **Intervening events**: + +Final score: + +General summary: (i.e. is this an internally valid study?) + +## External validity + +Stuff goes here. + +## Construct validity + +Stuff goes here. + + +# Police deployment and crime in Argentina + +## Internal validity + +1. **Selection**: +2. **Attrition**: +3. **Maturation**: +4. **Secular trends**: +5. **Seasonality**: +6. **Testing**: +7. **Regression to the mean**: +8. **Measurement error**: +9. **Time frame of study**: +10. **Hawthorne effects**: +11. **John Henry effects**: +12. **Spillovers**: +13. **Intervening events**: + +Final score: + +General summary: (i.e. is this an internally valid study?) + +## External validity + +Stuff goes here. + +## Construct validity + +Stuff goes here. + + +# Early childhood development and migration in Jamaica + +## Internal validity + +1. **Selection**: +2. **Attrition**: +3. **Maturation**: +4. **Secular trends**: +5. **Seasonality**: +6. **Testing**: +7. **Regression to the mean**: +8. **Measurement error**: +9. **Time frame of study**: +10. **Hawthorne effects**: +11. **John Henry effects**: +12. **Spillovers**: +13. **Intervening events**: + +Final score: + +General summary: (i.e. is this an internally valid study?) + +## External validity + +Stuff goes here. + +## Construct validity + +Stuff goes here. diff --git a/docs/_site/projects/week-10/data/nc_schools.dta b/docs/_site/projects/week-10/data/nc_schools.dta new file mode 100755 index 00000000..6af4790e Binary files /dev/null and b/docs/_site/projects/week-10/data/nc_schools.dta differ diff --git a/docs/_site/projects/week-10/schools-answers.Rmd b/docs/_site/projects/week-10/schools-answers.Rmd new file mode 100644 index 00000000..64b31fed --- /dev/null +++ b/docs/_site/projects/week-10/schools-answers.Rmd @@ -0,0 +1,188 @@ +--- +title: "Teacher salary bonuses" +date: '`r format(Sys.time(), "%B %e, %Y")`' +--- + +Teachers in North Carolina Public schools earn a bonus of \$750 if the students in their school meet a standard called "expected growth." A summary statistic called "average growth" is computed for each school; the expected growth standard is met when this summary measure exceeds zero. (This is based on [actual econometric research](https://my.vanderbilt.edu/performanceincentives/files/2012/10/200803_Vigdor_TeacherBonusesNC.pdf).) + +For this example, we'll use regression discontinuity techniques to see if failing to receive a bonus motivates teachers to improve their performance in the subsequent school year. + +- Running variable = `avgrow05` +- Treatment = `expgrow` +- Outcome = `avgrow06` + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(haven) +library(broom) +library(rdrobust) +library(rddensity) +library(modelsummary) + +schools <- read_stata("data/nc_schools.dta") +``` + +# Step 1: Rule based? + +Yep. + +# Step 2: Fuzzy or sharp? + +```{r} +ggplot(schools, aes(x = avgrow05, y = expgrow, color = avgrow05 > 0)) + + geom_point(size = 0.5, alpha = 0.5, + position = position_jitter(width = 0, height = 0.25, seed = 1234)) + + geom_vline(xintercept = 0) +``` + +```{r} +schools %>% + group_by(expgrow, avgrow05 > 0) %>% + summarize(count = n()) +``` + +```{r} +schools_clean <- schools %>% + filter(avgrow05 <= 0 & expgrow == 0 | + avgrow05 > 0 & expgrow == 1) +``` + + +# Step 3: Check for discontinuity in running variable around cutpoint + +```{r} +ggplot(schools_clean, aes(x = avgrow05, fill = factor(expgrow))) + + geom_histogram(binwidth = 0.05, color = "white", boundary = 0) + + geom_vline(xintercept = 0) + + labs(x = "Growth in 2005", y = "Count", fill = "Received bonus") + +``` + +```{r} +test_density <- rddensity(schools_clean$avgrow05, c = 0) +summary(test_density) +``` + +```{r} +plot_density_test <- rdplotdensity(rdd = test_density, + X = schools_clean$avgrow05, + type = "both") # This adds both points and lines +``` + +# Step 4: Check for discontinuity in outcome across running variable + +```{r} +ggplot(schools_clean, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + # Add a line based on a linear model for the people scoring 70 or less + geom_smooth(data = filter(schools_clean, avgrow05 <= 0), method = "lm") + + # Add a line based on a linear model for the people scoring more than 70 + geom_smooth(data = filter(schools_clean, avgrow05 > 0), method = "lm") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(xlim = c(-0.3, 0.3), ylim = c(-0.3, 0.3)) +``` + +# Step 5: Measure the size of the effect + +## Parametric estimation + +```{r} +summary(rdbwselect(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0)) +``` + +```{r} +schools_bw <- schools_clean %>% + filter(avgrow05 > -0.061 & avgrow05 < 0.061) + +ggplot(schools_bw, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + geom_smooth(data = filter(schools_bw, avgrow05 <= 0), method = "lm") + + geom_smooth(data = filter(schools_bw, avgrow05 > 0), method = "lm") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(ylim = c(-0.25, 0.25)) + +ggplot(schools_bw, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + geom_smooth(data = filter(schools_bw, avgrow05 <= 0), method = "loess") + + geom_smooth(data = filter(schools_bw, avgrow05 > 0), method = "loess") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(ylim = c(-0.25, 0.25)) +``` + +```{r} +model_simple <- lm(avgrow06 ~ avgrow05 + expgrow, + data = schools_bw) +tidy(model_simple, conf.int = TRUE) +``` + +## Nonparametric estimation + +```{r} +model_rdrobust <- rdrobust(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0) + +summary(model_rdrobust) +``` + +```{r} +rdplot(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0) +``` + + +# Step 6: Compare all the effects + +The **broom** package doesn't support `rdrobust` objects (yet), but it's possible to add `tidy()` and `glance()` functions that work with them, which means you can (1) use things like `tidy()` and (2) use things like `modelsummary()`. [Get the code here](https://github.com/tidymodels/broom/issues/777#issuecomment-643251123). + +```{r} +#' Tidy a `rdrobust` regression discontinuity design object +#' +#' @param x A `rdrobust` object +#' @param ... extra arguments (not used) +#' @examples +#' \dontrun{ +#' x <- runif(1000,-1,1) +#' y <- 3 * x + 2 * (x>=0) + rnorm(1000) +#' mod <- rdrobust(y,x) +#' +#' tidy(mod) +#' +#' glance(mod) +#' } +#' @export +tidy.rdrobust <- function(object, ...){ + ret <- tibble(term = row.names(object$coef), + estimate = object$coef[, 1], + std.error = object$se[, 1], + statistic = object$z[, 1], + p.value = object$pv[, 1], + conf.low = object$ci[,1], + conf.high = object$ci[, 2]) + ret +} + +#' Glance a `rdrobust` regression discontinuity design object +#' +#' @inheritParams tidy.rdrobust +#' @export +glance.rdrobust <- function(object, ...){ + ret <- tibble(nobs.left = object$N[1], + nobs.right = object$N[2], + nobs.effective.left = object$N_h[1], + nobs.effective.right = object$N_h[2], + cutoff = object$c, + order.regression = object$q, + order.bias = object$q, + kernel = object$kernel, + bwselect = object$bwselect) + ret +} + +``` + +```{r} +tidy(model_rdrobust) +modelsummary(list(model_simple, model_rdrobust)) +``` + diff --git a/docs/_site/projects/week-10/schools.Rmd b/docs/_site/projects/week-10/schools.Rmd new file mode 100644 index 00000000..791bca6b --- /dev/null +++ b/docs/_site/projects/week-10/schools.Rmd @@ -0,0 +1,41 @@ +--- +title: "Teacher salary bonuses" +date: '`r format(Sys.time(), "%B %e, %Y")`' +--- + +Teachers in North Carolina Public schools earn a bonus of \$750 if the students in their school meet a standard called "expected growth." A summary statistic called "average growth" is computed for each school; the expected growth standard is met when this summary measure exceeds zero. (This is based on [actual econometric research](https://my.vanderbilt.edu/performanceincentives/files/2012/10/200803_Vigdor_TeacherBonusesNC.pdf).) + +For this example, we'll use regression discontinuity techniques to see if failing to receive a bonus motivates teachers to improve their performance in the subsequent school year. + +- Running variable = `avgrow05` +- Treatment = `expgrow` +- Outcome = `avgrow06` + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(haven) +library(broom) +library(rdrobust) +library(rddensity) +library(modelsummary) + +schools <- read_stata("data/nc_schools.dta") +``` + +# Step 1: Rule based? + +Yep. + +# Step 2: Fuzzy or sharp? + +# Step 3: Check for discontinuity in running variable around cutpoint + +# Step 4: Check for discontinuity in outcome across running variable + +# Step 5: Measure the size of the effect + +## Parametric estimation + +## Nonparametric estimation + +# Step 6: Compare all the effects diff --git a/docs/_site/projects/week-10/week-10-rdd.Rproj b/docs/_site/projects/week-10/week-10-rdd.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/week-10/week-10-rdd.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/projects/week-11/data/Dee04.dta b/docs/_site/projects/week-11/data/Dee04.dta new file mode 100644 index 00000000..9ba7272b Binary files /dev/null and b/docs/_site/projects/week-11/data/Dee04.dta differ diff --git a/docs/_site/projects/week-11/data/nc_schools.dta b/docs/_site/projects/week-11/data/nc_schools.dta new file mode 100755 index 00000000..6af4790e Binary files /dev/null and b/docs/_site/projects/week-11/data/nc_schools.dta differ diff --git a/docs/_site/projects/week-11/education-and-voting.Rmd b/docs/_site/projects/week-11/education-and-voting.Rmd new file mode 100644 index 00000000..01ce01f2 --- /dev/null +++ b/docs/_site/projects/week-11/education-and-voting.Rmd @@ -0,0 +1,180 @@ +--- +title: "Does education increase civic engagement?" +date: '`r format(Sys.time(), "%B %e, %Y")`' +bibliography: references.bib +link-citations: true +--- + +Social scientists have long been interested in the causal effects of education. We've seen a ton of examples of economists looking at the causal effect of education on wages or income. Political scientists, not surprisingly, are less interested in income and more interested in the effect of education on civil behavior. For instance, does education make people vote more? + +For this example, we'll use a subset of data from @Dee:2004 (preprocessed and cleaned by @stevedata) to explore whether college education causes people to register to vote. ([See another version of this at Steve's website](http://post8000.svmiller.com/lab-scripts/instrumental-variables-lab.html#An_Application:_Are_There_Civics_Returns_to_Education)) + +- Treatment = `college`: A binary variable indicating if the person attended a junior, community, or 4-year college by 1984 +- Outcome = `register`: A binary variable indicating if the person is currently registered to vote +- Instrument = `distance`: Miles from respondent's high school to the nearest 2-year college + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(haven) +library(broom) +library(ggdag) +library(estimatr) +library(fixest) +library(modelsummary) + +voting <- read_stata("data/Dee04.dta") +``` + + +## Exploratory data analysis + +What proportion of college attendees are registered to vote? Group by `register` and `college`, summarize to get the number or rows in each group, then add a column that calculates the proportion. + +```{r} +# TODO +``` + +Visualize these proportions with `ggplot()` and `geom_col()` + +```{r} +# TODO +``` + + +## Naive model + +Run a super wrong and naive model that estimates the effect of college attendance on voter registration (`register ~ college`). + +```{r} +# TODO +``` + +For fun, make a scatterplot of this relationship: + +```{r} +# TODO +``` + +TODO: Interpret this finding. Why is this estimate wrong? + + +## Distance to college as an instrument + +We're stuck with endogeneity. There are things that cause both education and voter registration that confound the relationship, and we can't control for all of them. + +In his paper, @Dee:2004 uses distance to the nearest college as an instrument to help remove this exogeneity. He essentially creates this DAG (though without actually making a DAG): + +```{r iv-dag, fig.align="center", fig.width=6, fig.height=4.5, echo=FALSE} +distance_dag <- dagify(outcome ~ treatment + unmeasured, + treatment ~ unmeasured + instrument, + exposure = "treatment", + outcome = "outcome", + latent = "unmeasured", + coords = list(x = c(treatment = 1, outcome = 3, + unmeasured = 2, instrument = 0), + y = c(treatment = 1, outcome = 1, + unmeasured = 2, instrument = 1)), + labels = c(treatment = "College", outcome = "Registration", + unmeasured = "Other stuff", instrument = "Distance")) + +set.seed(1234) +ggdag_status(distance_dag, use_labels = "label", text = FALSE) + + guides(fill = "none", color = "none") + # Disable the legend + theme_dag() +``` + + +At first glance, this feels like it could be a good instrument: + +1. **Relevance** (Z → X *and* cor(Z, X) ≠ 0): Distance to college should be associated with college attendance. The closer a college is, the cheapter it is to attend, and the more opportunity there is to attend. +2. **Excludability** (Z → X → Y *and* Z not → Y *and* cor(Z, Y | X) = 0): Distance affects college attendance which affects voting registration. But distance should influence voting registration *only because* people go to college (and no other reason). +3. **Exogeneity** (U not → Z *and* Cor(Z, U) = 0): Colleges should exist before students exist; students and their voting patterns don't influence whether pre-existing colleges exist (i.e. there should be no arrows going into the instrument node). + +Let's check these conditions + +### Relevance + +See if there's correlation between the instrument (`distance`) and the treatment (`college`). Use the `cor()` function (and `cor.test()` if you want a p-value): + +```{r} +# TODO +``` + +Plot the relationship between the instrument and treatment: + +```{r} +# TODO +``` + +TODO: Is this relevant? + + +### Exclusion + +See if there's a relationship between the instrument (`distance`) and the outcome (`register`). + +```{r} +# TODO +``` + +To help check the "only through" condition, see if there's a relationship between `distance` and other possibly confounding variables (like `black`, `female`, `hispanic`, and so on). If it's related, that's a good sign that there's an arrow between those nodes, thus breaking the exclusion requirement. + +```{r} +# TODO +``` + +TODO: Does this meet the exclusion requirement? + + +### Exogeneity + +There's no statistical test here. Instead we have to tell a theoretical story that distance is uncorrelated with anything else in the DAG. + +TODO: Does this meet the exogeneity requirement? + + +## IV estimation + +Let's pretend that this is a good instrument, regardless of whatever we concluded above. + +### By hand, to make your life miserable + +Make a first stage model that predicts college attendance based on distance to college. Control for `black`, `hispanic`, and `female`, since they're potential confounders (and because Dee originally did that too). + +```{r} +# TODO +``` + +Plug the original dataset into the first stage model with `augment_columns()` to generate predicted values of `college` (or the exogenous part of `college`): + +```{r} +# TODO +``` + +Make a second stage model that estimates the effect of *predicted* college on voter registration, also controlling for `black`, `hispanic`, and `female`. + +What is the causal effect of attending college? + +```{r} +# TODO +``` + + +### All at once, to make your life wonderful + +Use `iv_robust()` to run a 2SLS model all at the same time: + +```{r} +# TODO +``` + +## Causal effect + +TODO: What is the final causal effect of college attendance on registering to vote? + +```{r} +# TODO: Use modelsummary() to show the results from your manual and automatic 2SLS regressions +``` + + +## References diff --git a/docs/_site/projects/week-11/education-and-voting_answers.Rmd b/docs/_site/projects/week-11/education-and-voting_answers.Rmd new file mode 100644 index 00000000..5a2a5460 --- /dev/null +++ b/docs/_site/projects/week-11/education-and-voting_answers.Rmd @@ -0,0 +1,250 @@ +--- +title: "Does education increase civic engagement?" +date: '`r format(Sys.time(), "%B %e, %Y")`' +bibliography: references.bib +link-citations: true +--- + +Social scientists have long been interested in the causal effects of education. We've seen a ton of examples of economists looking at the causal effect of education on wages or income. Political scientists, not surprisingly, are less interested in income and more interested in the effect of education on civil behavior. For instance, does education make people vote more? + +For this example, we'll use a subset of data from @Dee:2004 (preprocessed and cleaned by @stevedata) to explore whether college education causes people to register to vote. ([See another version of this at Steve's website](http://post8000.svmiller.com/lab-scripts/instrumental-variables-lab.html#An_Application:_Are_There_Civics_Returns_to_Education)) + +- Treatment = `college`: A binary variable indicating if the person attended a junior, community, or 4-year college by 1984 +- Outcome = `register`: A binary variable indicating if the person is currently registered to vote +- Instrument = `distance`: Miles from respondent's high school to the nearest 2-year college + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(haven) +library(broom) +library(ggdag) +library(estimatr) +library(fixest) +library(modelsummary) + +voting <- read_stata("data/Dee04.dta") +``` + + +## Exploratory data analysis + +What proportion of college attendees are registered to vote? Group by `register` and `college`, summarize to get the number or rows in each group, then add a column that calculates the proportion. + +```{r} +group_props <- voting %>% + group_by(register, college) %>% + summarize(total = n()) %>% + group_by(college) %>% + mutate(prop = total / sum(total)) +group_props +``` + +Visualize these proportions with `ggplot()` and `geom_col()` + +```{r} +ggplot(group_props, aes(x = factor(college), y = prop, fill = factor(register))) + + geom_col() +``` + + +## Naive model + +Run a super wrong and naive model that estimates the effect of college attendance on voter registration (`register ~ college`). + +```{r} +model_naive <- lm(register ~ college, data = voting) +tidy(model_naive) +``` + +For fun, make a scatterplot of this relationship: + +```{r} +ggplot(voting, aes(x = college, y = register)) + + geom_point(alpha = 0.05, position = position_jitter(width = 0.1, height = 0.1)) + + geom_smooth(method = "lm") +``` + +TODO: Interpret this finding. Why is this estimate wrong? + +### Bonus fun! Logistic regression + +```{r} +model_logit <- glm(register ~ college, family = binomial(link = "logit"), data = voting) +tidy(model_logit) +# College attendance is associated with a 0.805 increase in the log odds of registering to vote, whatever that means + +# Odds ratio +exp(0.805) +# College attendees are 2.23 times more likely to register to vote + +# plogis((intercept + coefficient)) - plogis(intercept) +plogis((0.298 + 0.805)) - plogis(0.298) +# College attendance leads to a 17.6 percentage point increase in the probability of registering to vote + +library(marginaleffects) +model_logit |> + comparisons(by = "college") + +# "Divide by 4" trick/rule +0.805 / 4 +``` + + +## Distance to college as an instrument + +We're stuck with endogeneity. There are things that cause both education and voter registration that confound the relationship, and we can't control for all of them. + +In his paper, @Dee:2004 uses distance to the nearest college as an instrument to help remove this exogeneity. He essentially creates this DAG (though without actually making a DAG): + +```{r iv-dag, fig.align="center", fig.width=6, fig.height=4.5, echo=FALSE} +distance_dag <- dagify(outcome ~ treatment + unmeasured, + treatment ~ unmeasured + instrument, + exposure = "treatment", + outcome = "outcome", + latent = "unmeasured", + coords = list(x = c(treatment = 1, outcome = 3, + unmeasured = 2, instrument = 0), + y = c(treatment = 1, outcome = 1, + unmeasured = 2, instrument = 1)), + labels = c(treatment = "College", outcome = "Registration", + unmeasured = "Other stuff", instrument = "Distance")) + +set.seed(1234) +ggdag_status(distance_dag, use_labels = "label", text = FALSE) + + guides(fill = "none", color = "none") + # Disable the legend + theme_dag() +``` + + +At first glance, this feels like it could be a good instrument: + +1. **Relevance** (Z → X *and* cor(Z, X) ≠ 0): Distance to college should be associated with college attendance. The closer a college is, the cheapter it is to attend, and the more opportunity there is to attend. +2. **Excludability** (Z → X → Y *and* Z not → Y *and* cor(Z, Y | X) = 0): Distance affects college attendance which affects voting registration. But distance should influence voting registration *only because* people go to college (and no other reason). +3. **Exogeneity** (U not → Z *and* Cor(Z, U) = 0): Colleges should exist before students exist; students and their voting patterns don't influence whether pre-existing colleges exist (i.e. there should be no arrows going into the instrument node). + +Let's check these conditions + +### Relevance + +See if there's correlation between the instrument (`distance`) and the treatment (`college`). Use the `cor()` function (and `cor.test()` if you want a p-value): + +```{r} +model_check_relevance <- lm(college ~ distance, data = voting) +tidy(model_check_relevance) + +voting %>% + summarize(relevance = cor(distance, college)) + +cor.test(voting$distance, voting$college) +``` + +Plot the relationship between the instrument and treatment: + +```{r} +ggplot(voting, aes(x = distance, y = college)) + + geom_point(alpha = 0.01) + + geom_smooth(method = "lm") +``` + +Yep! + + +### Exclusion + +See if there's a relationship between the instrument (`distance`) and the outcome (`register`). + +```{r} +model_check_exclusion <- lm(distance ~ register, data = voting) +tidy(model_check_exclusion) + +voting %>% + summarize(relevance = cor(distance, register)) + +cor.test(voting$distance, voting$register) +``` + +To help check the "only through" condition, see if there's a relationship between `distance` and other possibly confounding variables (like `black`, `female`, `hispanic`, and so on). If it's related, that's a good sign that there's an arrow between those nodes, thus breaking the exclusion requirement. + +```{r} +voting %>% + summarize(rel_black = cor(distance, black), + rel_female = cor(distance, female), + rel_hispanic = cor(distance, hispanic)) +``` + +Nope :( + +### Exogeneity + +There's no statistical test here. Instead we have to tell a theoretical story that distance is uncorrelated with anything else in the DAG. + +In theory, living closer to a college should explain or increase the likelihood of attending college, but shouldn't in turn influence outcomes as an adult, like the propensity to vote. + +But in real life, that's not the case! Black and Hispanic Americans are more likely to live in urban areas, and there are more colleges in urban areas, and race/ethnicity are correlated with voting patterns. + + +## IV estimation + +Let's pretend that this is a good instrument, regardless of whatever we concluded above. + +### By hand, to make your life miserable + +Make a first stage model that predicts college attendance based on distance to college. Control for `black`, `hispanic`, and `female`, since they're potential confounders (and because Dee originally did that too). + +```{r} +first_stage <- lm(college ~ distance + black + hispanic + female, + data = voting) +``` + +Plug the original dataset into the first stage model with `augment_columns()` to generate predicted values of `college` (or the exogenous part of `college`): + +```{r} +voting_with_prediction <- augment_columns(first_stage, voting) %>% + rename(college_hat = .fitted) +``` + +Make a second stage model that estimates the effect of *predicted* college on voter registration, also controlling for `black`, `hispanic`, and `female`. + +What is the causal effect of attending college? + +```{r} +second_stage <- lm(register ~ college_hat + black + hispanic + female, + data = voting_with_prediction) +tidy(second_stage) +``` + + +### All at once, to make your life wonderful + +Use `iv_robust()` to run a 2SLS model all at the same time: + +```{r} +model_all_at_once <- iv_robust(register ~ college + black + hispanic + female | + distance + black + hispanic + female, + data = voting, diagnostics = TRUE) +tidy(model_all_at_once) +summary(model_all_at_once) +``` + +Use `feols()` to run a 2SLS model all the same time: + +```{r} +# y ~ exogenous | fe | endogenous ~ instrument +model_feols <- feols(register ~ black + hispanic + female | college ~ distance, + data = voting) +tidy(model_feols) +# model_feols$iv_first_stage +# summary(model_feols, stage = 1) +``` + +## Causal effect + +TODO: What is the final causal effect of college attendance on registering to vote? + +```{r} +modelsummary(list(second_stage, model_all_at_once, model_feols)) +``` + +Assuming this is a good instrument, going to college causes a 22 percentage point increase in the probability of registering to vote. + +## References diff --git a/docs/_site/projects/week-11/references.bib b/docs/_site/projects/week-11/references.bib new file mode 100644 index 00000000..5c584e18 --- /dev/null +++ b/docs/_site/projects/week-11/references.bib @@ -0,0 +1,29 @@ +%% This BibTeX bibliography file was created using BibDesk. +%% https://bibdesk.sourceforge.io/ + +%% Created for Andrew Heiss at 2022-03-31 16:01:33 -0400 + + +%% Saved with string encoding Unicode (UTF-8) + +@Manual{stevedata, + title = {stevedata: Steve's Toy Data for Teaching About a Variety of Methodological, +Social, and Political Topics}, + author = {Steve Miller}, + year = {2021}, + note = {R package version 0.6.0}, + url = {https://CRAN.R-project.org/package=stevedata}, + } + +@article{Dee:2004, + author = {Thomas S. Dee}, + date-added = {2022-03-31 15:59:23 -0400}, + date-modified = {2022-03-31 16:00:25 -0400}, + doi = {10.1016/j.jpubeco.2003.11.002}, + journal = {Journal of Public Economics}, + month = {8}, + number = {9--10}, + pages = {1697--1720}, + title = {Are There Civics Returns to Education?}, + volume = {88}, + year = {2004}} diff --git a/docs/_site/projects/week-11/schools-answers.Rmd b/docs/_site/projects/week-11/schools-answers.Rmd new file mode 100644 index 00000000..64b31fed --- /dev/null +++ b/docs/_site/projects/week-11/schools-answers.Rmd @@ -0,0 +1,188 @@ +--- +title: "Teacher salary bonuses" +date: '`r format(Sys.time(), "%B %e, %Y")`' +--- + +Teachers in North Carolina Public schools earn a bonus of \$750 if the students in their school meet a standard called "expected growth." A summary statistic called "average growth" is computed for each school; the expected growth standard is met when this summary measure exceeds zero. (This is based on [actual econometric research](https://my.vanderbilt.edu/performanceincentives/files/2012/10/200803_Vigdor_TeacherBonusesNC.pdf).) + +For this example, we'll use regression discontinuity techniques to see if failing to receive a bonus motivates teachers to improve their performance in the subsequent school year. + +- Running variable = `avgrow05` +- Treatment = `expgrow` +- Outcome = `avgrow06` + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(haven) +library(broom) +library(rdrobust) +library(rddensity) +library(modelsummary) + +schools <- read_stata("data/nc_schools.dta") +``` + +# Step 1: Rule based? + +Yep. + +# Step 2: Fuzzy or sharp? + +```{r} +ggplot(schools, aes(x = avgrow05, y = expgrow, color = avgrow05 > 0)) + + geom_point(size = 0.5, alpha = 0.5, + position = position_jitter(width = 0, height = 0.25, seed = 1234)) + + geom_vline(xintercept = 0) +``` + +```{r} +schools %>% + group_by(expgrow, avgrow05 > 0) %>% + summarize(count = n()) +``` + +```{r} +schools_clean <- schools %>% + filter(avgrow05 <= 0 & expgrow == 0 | + avgrow05 > 0 & expgrow == 1) +``` + + +# Step 3: Check for discontinuity in running variable around cutpoint + +```{r} +ggplot(schools_clean, aes(x = avgrow05, fill = factor(expgrow))) + + geom_histogram(binwidth = 0.05, color = "white", boundary = 0) + + geom_vline(xintercept = 0) + + labs(x = "Growth in 2005", y = "Count", fill = "Received bonus") + +``` + +```{r} +test_density <- rddensity(schools_clean$avgrow05, c = 0) +summary(test_density) +``` + +```{r} +plot_density_test <- rdplotdensity(rdd = test_density, + X = schools_clean$avgrow05, + type = "both") # This adds both points and lines +``` + +# Step 4: Check for discontinuity in outcome across running variable + +```{r} +ggplot(schools_clean, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + # Add a line based on a linear model for the people scoring 70 or less + geom_smooth(data = filter(schools_clean, avgrow05 <= 0), method = "lm") + + # Add a line based on a linear model for the people scoring more than 70 + geom_smooth(data = filter(schools_clean, avgrow05 > 0), method = "lm") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(xlim = c(-0.3, 0.3), ylim = c(-0.3, 0.3)) +``` + +# Step 5: Measure the size of the effect + +## Parametric estimation + +```{r} +summary(rdbwselect(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0)) +``` + +```{r} +schools_bw <- schools_clean %>% + filter(avgrow05 > -0.061 & avgrow05 < 0.061) + +ggplot(schools_bw, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + geom_smooth(data = filter(schools_bw, avgrow05 <= 0), method = "lm") + + geom_smooth(data = filter(schools_bw, avgrow05 > 0), method = "lm") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(ylim = c(-0.25, 0.25)) + +ggplot(schools_bw, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + geom_smooth(data = filter(schools_bw, avgrow05 <= 0), method = "loess") + + geom_smooth(data = filter(schools_bw, avgrow05 > 0), method = "loess") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(ylim = c(-0.25, 0.25)) +``` + +```{r} +model_simple <- lm(avgrow06 ~ avgrow05 + expgrow, + data = schools_bw) +tidy(model_simple, conf.int = TRUE) +``` + +## Nonparametric estimation + +```{r} +model_rdrobust <- rdrobust(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0) + +summary(model_rdrobust) +``` + +```{r} +rdplot(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0) +``` + + +# Step 6: Compare all the effects + +The **broom** package doesn't support `rdrobust` objects (yet), but it's possible to add `tidy()` and `glance()` functions that work with them, which means you can (1) use things like `tidy()` and (2) use things like `modelsummary()`. [Get the code here](https://github.com/tidymodels/broom/issues/777#issuecomment-643251123). + +```{r} +#' Tidy a `rdrobust` regression discontinuity design object +#' +#' @param x A `rdrobust` object +#' @param ... extra arguments (not used) +#' @examples +#' \dontrun{ +#' x <- runif(1000,-1,1) +#' y <- 3 * x + 2 * (x>=0) + rnorm(1000) +#' mod <- rdrobust(y,x) +#' +#' tidy(mod) +#' +#' glance(mod) +#' } +#' @export +tidy.rdrobust <- function(object, ...){ + ret <- tibble(term = row.names(object$coef), + estimate = object$coef[, 1], + std.error = object$se[, 1], + statistic = object$z[, 1], + p.value = object$pv[, 1], + conf.low = object$ci[,1], + conf.high = object$ci[, 2]) + ret +} + +#' Glance a `rdrobust` regression discontinuity design object +#' +#' @inheritParams tidy.rdrobust +#' @export +glance.rdrobust <- function(object, ...){ + ret <- tibble(nobs.left = object$N[1], + nobs.right = object$N[2], + nobs.effective.left = object$N_h[1], + nobs.effective.right = object$N_h[2], + cutoff = object$c, + order.regression = object$q, + order.bias = object$q, + kernel = object$kernel, + bwselect = object$bwselect) + ret +} + +``` + +```{r} +tidy(model_rdrobust) +modelsummary(list(model_simple, model_rdrobust)) +``` + diff --git a/docs/_site/projects/week-11/week-11.Rproj b/docs/_site/projects/week-11/week-11.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/week-11/week-11.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/projects/week-12/data/nc_schools.dta b/docs/_site/projects/week-12/data/nc_schools.dta new file mode 100755 index 00000000..6af4790e Binary files /dev/null and b/docs/_site/projects/week-12/data/nc_schools.dta differ diff --git a/docs/_site/projects/week-12/iv_answers.R b/docs/_site/projects/week-12/iv_answers.R new file mode 100644 index 00000000..fc206e6b --- /dev/null +++ b/docs/_site/projects/week-12/iv_answers.R @@ -0,0 +1,79 @@ +library(tidyverse) +library(stevedata) +library(estimatr) +library(broom) +library(modelsummary) + + +data(Dee04) + +blah <- Dee04 %>% + group_by(register, college) %>% + summarize(total = n()) + +blah %>% + group_by(college) %>% + mutate(prop = total / sum(total)) + +ggplot(Dee04, aes(x = register)) + +naive_model <- lm(register ~ college, data = Dee04) +tidy(naive_model) + +# 1. Relevance +model_check_relevance <- lm(college ~ distance, data = Dee04) + +Dee04 %>% summarize(relevance = cor(distance, college)) + +cor.test(Dee04$distance, Dee04$college) + +ggplot(Dee04, aes(x = distance, y = college)) + + geom_point(alpha = 0.01) + + geom_smooth(method = "lm") + + +# 2. Exclusion +model_check_exclusion <- lm(distance ~ register, data = Dee04) +tidy(model_check_exclusion) + +Dee04 %>% summarize(relevance = cor(distance, register)) + +cor.test(Dee04$distance, Dee04$register) + +ggplot(Dee04, aes(x = register, y = college)) + + geom_point(alpha = 0.2, position = position_jitter()) + + geom_smooth(method = "lm") + +# 3. Exogeneity +# Tell a story that distance to college isn’t correlated with anything else in the model + +# IN THEORY, living closer to a college should explain or increase the likelihood of attending college, but shouldn't in turn influence outcomes as an adult, like the propensity to vote. + +# But in real life, that's not the case! Black and Hispanic Americans are more likely to live in urban areas, and there are more colleges in urban areas, and race/ethnicity are correlated with voting patterns + +# 2SLS manually +first_stage <- lm(college ~ distance, data = Dee04) + +predicted_college <- augment(first_stage, Dee04) %>% + rename(college_hat = .fitted) + +second_stage <- lm(register ~ college_hat, data = predicted_college) +tidy(second_stage) + +# 2SLS manually with controls +first_stage <- lm(college ~ distance + black + hispanic + female, data = Dee04) + +predicted_college <- augment(first_stage, Dee04) %>% + rename(college_hat = .fitted) + +second_stage <- lm(register ~ college_hat + black + hispanic + female, data = predicted_college) +tidy(second_stage) + +# 2SLS automatically +model_2sls <- iv_robust(register ~ college + black + hispanic + female | + distance + black + hispanic + female, + data = Dee04) +tidy(model_2sls) + + +modelsummary(list(second_stage, model_2sls)) diff --git a/docs/_site/projects/week-12/schools-answers.Rmd b/docs/_site/projects/week-12/schools-answers.Rmd new file mode 100644 index 00000000..64b31fed --- /dev/null +++ b/docs/_site/projects/week-12/schools-answers.Rmd @@ -0,0 +1,188 @@ +--- +title: "Teacher salary bonuses" +date: '`r format(Sys.time(), "%B %e, %Y")`' +--- + +Teachers in North Carolina Public schools earn a bonus of \$750 if the students in their school meet a standard called "expected growth." A summary statistic called "average growth" is computed for each school; the expected growth standard is met when this summary measure exceeds zero. (This is based on [actual econometric research](https://my.vanderbilt.edu/performanceincentives/files/2012/10/200803_Vigdor_TeacherBonusesNC.pdf).) + +For this example, we'll use regression discontinuity techniques to see if failing to receive a bonus motivates teachers to improve their performance in the subsequent school year. + +- Running variable = `avgrow05` +- Treatment = `expgrow` +- Outcome = `avgrow06` + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(haven) +library(broom) +library(rdrobust) +library(rddensity) +library(modelsummary) + +schools <- read_stata("data/nc_schools.dta") +``` + +# Step 1: Rule based? + +Yep. + +# Step 2: Fuzzy or sharp? + +```{r} +ggplot(schools, aes(x = avgrow05, y = expgrow, color = avgrow05 > 0)) + + geom_point(size = 0.5, alpha = 0.5, + position = position_jitter(width = 0, height = 0.25, seed = 1234)) + + geom_vline(xintercept = 0) +``` + +```{r} +schools %>% + group_by(expgrow, avgrow05 > 0) %>% + summarize(count = n()) +``` + +```{r} +schools_clean <- schools %>% + filter(avgrow05 <= 0 & expgrow == 0 | + avgrow05 > 0 & expgrow == 1) +``` + + +# Step 3: Check for discontinuity in running variable around cutpoint + +```{r} +ggplot(schools_clean, aes(x = avgrow05, fill = factor(expgrow))) + + geom_histogram(binwidth = 0.05, color = "white", boundary = 0) + + geom_vline(xintercept = 0) + + labs(x = "Growth in 2005", y = "Count", fill = "Received bonus") + +``` + +```{r} +test_density <- rddensity(schools_clean$avgrow05, c = 0) +summary(test_density) +``` + +```{r} +plot_density_test <- rdplotdensity(rdd = test_density, + X = schools_clean$avgrow05, + type = "both") # This adds both points and lines +``` + +# Step 4: Check for discontinuity in outcome across running variable + +```{r} +ggplot(schools_clean, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + # Add a line based on a linear model for the people scoring 70 or less + geom_smooth(data = filter(schools_clean, avgrow05 <= 0), method = "lm") + + # Add a line based on a linear model for the people scoring more than 70 + geom_smooth(data = filter(schools_clean, avgrow05 > 0), method = "lm") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(xlim = c(-0.3, 0.3), ylim = c(-0.3, 0.3)) +``` + +# Step 5: Measure the size of the effect + +## Parametric estimation + +```{r} +summary(rdbwselect(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0)) +``` + +```{r} +schools_bw <- schools_clean %>% + filter(avgrow05 > -0.061 & avgrow05 < 0.061) + +ggplot(schools_bw, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + geom_smooth(data = filter(schools_bw, avgrow05 <= 0), method = "lm") + + geom_smooth(data = filter(schools_bw, avgrow05 > 0), method = "lm") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(ylim = c(-0.25, 0.25)) + +ggplot(schools_bw, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + geom_smooth(data = filter(schools_bw, avgrow05 <= 0), method = "loess") + + geom_smooth(data = filter(schools_bw, avgrow05 > 0), method = "loess") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(ylim = c(-0.25, 0.25)) +``` + +```{r} +model_simple <- lm(avgrow06 ~ avgrow05 + expgrow, + data = schools_bw) +tidy(model_simple, conf.int = TRUE) +``` + +## Nonparametric estimation + +```{r} +model_rdrobust <- rdrobust(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0) + +summary(model_rdrobust) +``` + +```{r} +rdplot(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0) +``` + + +# Step 6: Compare all the effects + +The **broom** package doesn't support `rdrobust` objects (yet), but it's possible to add `tidy()` and `glance()` functions that work with them, which means you can (1) use things like `tidy()` and (2) use things like `modelsummary()`. [Get the code here](https://github.com/tidymodels/broom/issues/777#issuecomment-643251123). + +```{r} +#' Tidy a `rdrobust` regression discontinuity design object +#' +#' @param x A `rdrobust` object +#' @param ... extra arguments (not used) +#' @examples +#' \dontrun{ +#' x <- runif(1000,-1,1) +#' y <- 3 * x + 2 * (x>=0) + rnorm(1000) +#' mod <- rdrobust(y,x) +#' +#' tidy(mod) +#' +#' glance(mod) +#' } +#' @export +tidy.rdrobust <- function(object, ...){ + ret <- tibble(term = row.names(object$coef), + estimate = object$coef[, 1], + std.error = object$se[, 1], + statistic = object$z[, 1], + p.value = object$pv[, 1], + conf.low = object$ci[,1], + conf.high = object$ci[, 2]) + ret +} + +#' Glance a `rdrobust` regression discontinuity design object +#' +#' @inheritParams tidy.rdrobust +#' @export +glance.rdrobust <- function(object, ...){ + ret <- tibble(nobs.left = object$N[1], + nobs.right = object$N[2], + nobs.effective.left = object$N_h[1], + nobs.effective.right = object$N_h[2], + cutoff = object$c, + order.regression = object$q, + order.bias = object$q, + kernel = object$kernel, + bwselect = object$bwselect) + ret +} + +``` + +```{r} +tidy(model_rdrobust) +modelsummary(list(model_simple, model_rdrobust)) +``` + diff --git a/docs/_site/projects/week-12/schools.Rmd b/docs/_site/projects/week-12/schools.Rmd new file mode 100644 index 00000000..791bca6b --- /dev/null +++ b/docs/_site/projects/week-12/schools.Rmd @@ -0,0 +1,41 @@ +--- +title: "Teacher salary bonuses" +date: '`r format(Sys.time(), "%B %e, %Y")`' +--- + +Teachers in North Carolina Public schools earn a bonus of \$750 if the students in their school meet a standard called "expected growth." A summary statistic called "average growth" is computed for each school; the expected growth standard is met when this summary measure exceeds zero. (This is based on [actual econometric research](https://my.vanderbilt.edu/performanceincentives/files/2012/10/200803_Vigdor_TeacherBonusesNC.pdf).) + +For this example, we'll use regression discontinuity techniques to see if failing to receive a bonus motivates teachers to improve their performance in the subsequent school year. + +- Running variable = `avgrow05` +- Treatment = `expgrow` +- Outcome = `avgrow06` + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(haven) +library(broom) +library(rdrobust) +library(rddensity) +library(modelsummary) + +schools <- read_stata("data/nc_schools.dta") +``` + +# Step 1: Rule based? + +Yep. + +# Step 2: Fuzzy or sharp? + +# Step 3: Check for discontinuity in running variable around cutpoint + +# Step 4: Check for discontinuity in outcome across running variable + +# Step 5: Measure the size of the effect + +## Parametric estimation + +## Nonparametric estimation + +# Step 6: Compare all the effects diff --git a/docs/_site/projects/week-12/week-12.Rproj b/docs/_site/projects/week-12/week-12.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/week-12/week-12.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/projects/week-8/chicago-author-date.csl b/docs/_site/projects/week-8/chicago-author-date.csl new file mode 100644 index 00000000..32d0cab0 --- /dev/null +++ b/docs/_site/projects/week-8/chicago-author-date.csl @@ -0,0 +1,648 @@ + + diff --git a/docs/_site/projects/week-8/cholera.Rmd b/docs/_site/projects/week-8/cholera.Rmd new file mode 100644 index 00000000..ed5d7df7 --- /dev/null +++ b/docs/_site/projects/week-8/cholera.Rmd @@ -0,0 +1,51 @@ +--- +title: "Cholera" +output: html_document +--- + +```{r warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) + +# This way lets you specify tables row-wise (hence t*r*ibble) and is far easier to read +cholera <- tribble( + ~deaths, ~year, ~location, + 1349, 1849, "Southwark & Vauxhall", + 847, 1849, "Lambeth", + 1466, 1854, "Southwark & Vauxhall", + 193, 1854, "Lambeth" +) %>% + mutate(year = factor(year)) %>% + mutate(location = fct_relevel(location, "Southwark & Vauxhall")) + +model <- lm(deaths ~ year + location + year * location, data = cholera) +``` + +```{r} +tidy(model) +``` + +```{r} +results <- tidy(model) + +before_treatment <- results %>% filter(term == "(Intercept)") %>% pull(estimate) + + results %>% filter(term == "locationLambeth") %>% pull(estimate) + +year_effect <- results %>% filter(term == "year1854") %>% pull(estimate) + +after_treatment <- before_treatment + year_effect + +dd_effect <- results %>% filter(term == "year1854:locationLambeth") %>% pull(estimate) + +ggplot(cholera, aes(x = year, + y = deaths, + color = location)) + + geom_line(aes(group = location)) + + annotate(geom = "segment", x = "1849", xend = "1854", + y = before_treatment, yend = before_treatment + year_effect, + linetype = "dashed", color = "grey50") + + annotate(geom = "segment", x = "1854", xend = "1854", + y = after_treatment, yend = before_treatment + year_effect + dd_effect, + linetype = "dotted", color = "blue") +``` + diff --git a/docs/_site/projects/week-8/data/catholic.dta b/docs/_site/projects/week-8/data/catholic.dta new file mode 100644 index 00000000..67f92ba6 Binary files /dev/null and b/docs/_site/projects/week-8/data/catholic.dta differ diff --git a/docs/_site/projects/week-8/data/deaths.csv b/docs/_site/projects/week-8/data/deaths.csv new file mode 100644 index 00000000..34f24a30 --- /dev/null +++ b/docs/_site/projects/week-8/data/deaths.csv @@ -0,0 +1,24787 @@ +year,state,legal1820,dtype,agegr,count,pop,age,legal,beertaxa,beerpercap,winepercap,spiritpercap,totpercap,mrate +1970,1,0,all,15-17 yrs,224,213574,15.9783353805542,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,104.88168334960938 +1971,1,0,all,15-17 yrs,241,220026,15.98584270477295,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,109.53250885009766 +1972,1,0,all,15-17 yrs,270,224877,15.985733985900879,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,120.06563568115234 +1973,1,0,all,15-17 yrs,258,227256,15.992462158203125,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,113.52835845947266 +1974,1,0,all,15-17 yrs,224,229025,16.000776290893555,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,97.80591583251953 +1975,1,0.2939954102039337,all,15-17 yrs,207,229739,15.997954368591309,0,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,90.10224914550781 +1976,1,0.665070116519928,all,15-17 yrs,231,230696,15.998027801513672,0,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,100.13177490234375 +1977,1,0.6684675216674805,all,15-17 yrs,219,230086,16.001556396484375,0,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,95.18180084228516 +1978,1,0.667184591293335,all,15-17 yrs,234,229519,16.003128051757812,0,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,101.95234680175781 +1979,1,0.6680923700332642,all,15-17 yrs,176,227140,16.00298500061035,0,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,77.4852523803711 +1980,1,0.6722586154937744,all,15-17 yrs,196,222306,16.01129913330078,0,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,88.16676330566406 +1981,1,0.6792081594467163,all,15-17 yrs,170,214472,16.029743194580078,0,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,79.2644271850586 +1982,1,0.6759088635444641,all,15-17 yrs,142,203949,16.035680770874023,0,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,69.62525177001953 +1983,1,0.6796314120292664,all,15-17 yrs,140,194608,16.0230712890625,0,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,71.93949127197266 +1984,1,0.6895281076431274,all,15-17 yrs,131,191659,16.002525329589844,0,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,68.3505630493164 +1985,1,0.677747368812561,all,15-17 yrs,166,193865,15.985051155090332,0,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,85.62659454345703 +1986,1,0.42814481258392334,all,15-17 yrs,184,199857,15.979300498962402,0,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,92.065826416015625 +1987,1,0.09395354241132736,all,15-17 yrs,189,200549,16.008522033691406,0,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,94.2413101196289 +1988,1,0,all,15-17 yrs,170,195975,16.034530639648438,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,86.745758056640625 +1989,1,0,all,15-17 yrs,170,186770,16.025083541870117,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,91.02104187011719 +1990,1,0,all,15-17 yrs,177,180632,16.01837921142578,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,97.9892807006836 +1991,1,0,all,15-17 yrs,178,179323,16.022329330444336,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,99.26222229003906 +1992,1,0,all,15-17 yrs,169,181504,16.017372131347656,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,93.11089324951172 +1993,1,0,all,15-17 yrs,159,183019,16.0085506439209,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,86.87622833251953 +1994,1,0,all,15-17 yrs,198,186505,16.017988204956055,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,106.16337585449219 +1995,1,0,all,15-17 yrs,192,190670,16.00020408630371,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,100.69754028320312 +1996,1,0,all,15-17 yrs,162,192120,16.013309478759766,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,84.322296142578125 +1970,2,0.24151089787483215,all,15-17 yrs,31,16855,15.957876205444336,0,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,183.92169189453125 +1971,2,0.7000848054885864,all,15-17 yrs,32,18728,15.98547649383545,0,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,170.86715698242188 +1972,2,0.7017737030982971,all,15-17 yrs,40,20035,15.97519302368164,0,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,199.65060424804688 +1973,2,0.70670318603515625,all,15-17 yrs,31,20805,15.974141120910645,0,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,149.0026397705078 +1974,2,0.7087494730949402,all,15-17 yrs,31,21923,15.999544143676758,0,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,141.4040069580078 +1975,2,0.7029412984848022,all,15-17 yrs,29,23951,15.998747825622559,0,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,121.08053588867188 +1976,2,0.7082101702690125,all,15-17 yrs,25,25392,15.986333847045898,0,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,98.456207275390625 +1977,2,0.7183303236961365,all,15-17 yrs,31,25017,15.988287925720215,0,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,123.91574096679688 +1978,2,0.7218514680862427,all,15-17 yrs,43,24633,15.98705005645752,0,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,174.5625762939453 +1979,2,0.6399285197257996,all,15-17 yrs,29,23819,15.994122505187988,0,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,121.75154113769531 +1980,2,0.6909536123275757,all,15-17 yrs,31,22461,16.015270233154297,0,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,138.0170135498047 +1981,2,0.6593461632728577,all,15-17 yrs,24,22148,16.033140182495117,0,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,108.36193084716797 +1982,2,0.6774168610572815,all,15-17 yrs,35,22242,16.030122756958008,0,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,157.35995483398438 +1983,2,0.6980699300765991,all,15-17 yrs,28,22971,16.015541076660156,0,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,121.892822265625 +1984,2,0.5346471071243286,all,15-17 yrs,24,23702,15.984474182128906,0,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,101.25727844238281 +1985,2,0.1824607104063034,all,15-17 yrs,23,24921,15.954376220703125,0,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,92.29164123535156 +1986,2,0,all,15-17 yrs,33,26115,15.94937801361084,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,126.3641586303711 +1987,2,0,all,15-17 yrs,23,25717,15.976980209350586,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,89.43500518798828 +1988,2,0,all,15-17 yrs,28,24426,16.003889083862305,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,114.63195037841797 +1989,2,0,all,15-17 yrs,33,23049,15.999002456665039,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,143.17323303222656 +1990,2,0,all,15-17 yrs,26,22980,15.977110862731934,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,113.14186096191406 +1991,2,0,all,15-17 yrs,27,23818,15.983541488647461,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,113.3596420288086 +1992,2,0,all,15-17 yrs,22,25069,15.987833976745605,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,87.7577896118164 +1993,2,0,all,15-17 yrs,33,26057,15.988870620727539,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,126.64543151855469 +1994,2,0,all,15-17 yrs,24,27256,16.000659942626953,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,88.05400848388672 +1995,2,0,all,15-17 yrs,16,28194,15.999184608459473,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,56.749664306640625 +1996,2,0,all,15-17 yrs,37,29497,16.012136459350586,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,125.43648529052734 +1970,4,0,all,15-17 yrs,125,106770,15.97783088684082,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,117.07408142089844 +1971,4,0,all,15-17 yrs,150,115199,15.985528945922852,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,130.20945739746094 +1972,4,0.27738747000694275,all,15-17 yrs,128,123622,15.974583625793457,0,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,103.54144287109375 +1973,4,0.664995014667511,all,15-17 yrs,141,132101,15.97951602935791,0,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,106.73651123046875 +1974,4,0.6677368879318237,all,15-17 yrs,146,138723,15.994290351867676,0,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,105.2457046508789 +1975,4,0.6632464528083801,all,15-17 yrs,126,140615,15.992966651916504,0,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,89.60636901855469 +1976,4,0.6716262698173523,all,15-17 yrs,117,142776,15.987743377685547,0,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,81.94654846191406 +1977,4,0.678782045841217,all,15-17 yrs,156,144855,15.995443344116211,0,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,107.69390106201172 +1978,4,0.6793755888938904,all,15-17 yrs,167,145872,16.007780075073242,0,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,114.48393249511719 +1979,4,0.6786624193191528,all,15-17 yrs,152,146762,16.009151458740234,0,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,103.56904602050781 +1980,4,0.6830323338508606,all,15-17 yrs,139,146391,16.01795196533203,0,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,94.9511947631836 +1981,4,0.6847169995307922,all,15-17 yrs,124,142320,16.03657341003418,0,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,87.12760162353516 +1982,4,0.6810897588729858,all,15-17 yrs,104,138459,16.031604766845703,0,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,75.11248779296875 +1983,4,0.6871956586837769,all,15-17 yrs,101,135998,16.018815994262695,0,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,74.26580047607422 +1984,4,0.6938179135322571,all,15-17 yrs,113,138413,16.005468368530273,0,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,81.63973236083984 +1985,4,0.5194456577301025,all,15-17 yrs,131,143897,15.990500450134277,0,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,91.03733825683594 +1986,4,0.1716172993183136,all,15-17 yrs,149,150747,15.993074417114258,0,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,98.84110260009766 +1987,4,0,all,15-17 yrs,135,154385,16.027482986450195,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,87.4437255859375 +1988,4,0,all,15-17 yrs,136,152857,16.048824310302734,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,88.9720458984375 +1989,4,0,all,15-17 yrs,116,148929,16.022546768188477,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,77.88946533203125 +1990,4,0,all,15-17 yrs,118,149996,15.99155330657959,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,78.66876220703125 +1991,4,0,all,15-17 yrs,149,151389,15.995508193969727,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,98.42194366455078 +1992,4,0,all,15-17 yrs,120,156567,15.995094299316406,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,76.644500732421875 +1993,4,0,all,15-17 yrs,138,162176,15.986335754394531,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,85.09273529052734 +1994,4,0,all,15-17 yrs,147,169606,15.997960090637207,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,86.67146301269531 +1995,4,0,all,15-17 yrs,187,181010,15.978415489196777,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,103.30921173095703 +1996,4,0,all,15-17 yrs,149,190836,15.985799789428711,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,78.0775146484375 +1970,5,0,all,15-17 yrs,111,114329,15.977258682250977,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,97.088226318359375 +1971,5,0,all,15-17 yrs,110,118489,15.99081802368164,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,92.83562469482422 +1972,5,0,all,15-17 yrs,148,121659,15.986231803894043,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,121.65150451660156 +1973,5,0,all,15-17 yrs,119,124273,15.990094184875488,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,95.75691986083984 +1974,5,0,all,15-17 yrs,142,126534,15.997684478759766,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,112.2228012084961 +1975,5,0,all,15-17 yrs,115,129019,15.994837760925293,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,89.1341552734375 +1976,5,0,all,15-17 yrs,110,128565,15.993481636047363,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,85.5598373413086 +1977,5,0,all,15-17 yrs,119,129599,15.993888854980469,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,91.82169342041016 +1978,5,0,all,15-17 yrs,111,131023,15.991581916809082,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,84.71794891357422 +1979,5,0,all,15-17 yrs,109,130979,15.996602058410645,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,83.21944427490234 +1980,5,0,all,15-17 yrs,131,128751,16.01544761657715,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,101.74678039550781 +1981,5,0,all,15-17 yrs,92,122480,16.043476104736328,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,75.11430358886719 +1982,5,0,all,15-17 yrs,78,115033,16.04391860961914,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,67.80663299560547 +1983,5,0,all,15-17 yrs,77,109538,16.024028778076172,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,70.29524230957031 +1984,5,0,all,15-17 yrs,89,108606,16.006933212280273,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,81.94759368896484 +1985,5,0,all,15-17 yrs,96,109878,15.992018699645996,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,87.36962890625 +1986,5,0,all,15-17 yrs,95,112696,15.98781681060791,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,84.297576904296875 +1987,5,0,all,15-17 yrs,117,113147,16.01590919494629,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,103.40530395507812 +1988,5,0,all,15-17 yrs,107,110897,16.039928436279297,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,96.485931396484375 +1989,5,0,all,15-17 yrs,120,106585,16.023820877075195,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,112.58619689941406 +1990,5,0,all,15-17 yrs,109,105007,16.006399154663086,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,103.80260467529297 +1991,5,0,all,15-17 yrs,89,105146,16.012126922607422,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,84.64421081542969 +1992,5,0,all,15-17 yrs,86,107657,16.002479553222656,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,79.883331298828125 +1993,5,0,all,15-17 yrs,107,108859,15.999788284301758,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,98.29228973388672 +1994,5,0,all,15-17 yrs,113,111595,16.00596809387207,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,101.25901794433594 +1995,5,0,all,15-17 yrs,95,115159,15.982528686523438,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,82.49463653564453 +1996,5,0,all,15-17 yrs,99,117837,15.98902702331543,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,84.01435852050781 +1970,6,0,all,15-17 yrs,967,1112745,15.990154266357422,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,86.90221405029297 +1971,6,0,all,15-17 yrs,1047,1138589,15.991659164428711,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,91.95591735839844 +1972,6,0,all,15-17 yrs,1054,1165220,15.983013153076172,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,90.45502471923828 +1973,6,0,all,15-17 yrs,1041,1190568,15.989583015441895,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,87.437255859375 +1974,6,0,all,15-17 yrs,943,1211541,16.004695892333984,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,77.83475494384766 +1975,6,0,all,15-17 yrs,875,1219627,16.003028869628906,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,71.74324798583984 +1976,6,0,all,15-17 yrs,934,1241314,15.993949890136719,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,75.24285125732422 +1977,6,0,all,15-17 yrs,1063,1255913,16.00194549560547,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,84.639617919921875 +1978,6,0,all,15-17 yrs,1021,1265240,16.017555236816406,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,80.69615173339844 +1979,6,0,all,15-17 yrs,1029,1250089,16.018896102905273,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,82.31414031982422 +1980,6,0,all,15-17 yrs,1058,1227216,16.029788970947266,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,86.211395263671875 +1981,6,0,all,15-17 yrs,856,1184239,16.041053771972656,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,72.28270721435547 +1982,6,0,all,15-17 yrs,744,1148300,16.031482696533203,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,64.79142761230469 +1983,6,0,all,15-17 yrs,729,1131222,16.01761245727539,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,64.4435806274414 +1984,6,0,all,15-17 yrs,742,1141094,16.002052307128906,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,65.02531433105469 +1985,6,0,all,15-17 yrs,794,1173339,15.994568824768066,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,67.67012786865234 +1986,6,0,all,15-17 yrs,878,1215494,16.006755828857422,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,72.2340087890625 +1987,6,0,all,15-17 yrs,812,1214312,16.04643440246582,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,66.869140625 +1988,6,0,all,15-17 yrs,773,1186929,16.066904067993164,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,65.12605285644531 +1989,6,0,all,15-17 yrs,855,1152224,16.043724060058594,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,74.2043228149414 +1990,6,0,all,15-17 yrs,859,1170941,16.010555267333984,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,73.35980224609375 +1991,6,0,all,15-17 yrs,888,1160232,15.999171257019043,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,76.53641510009766 +1992,6,0,all,15-17 yrs,893,1178723,15.99530029296875,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,75.75995635986328 +1993,6,0,all,15-17 yrs,914,1186448,15.991765022277832,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,77.03666687011719 +1994,6,0,all,15-17 yrs,851,1212530,15.994898796081543,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,70.18383026123047 +1995,6,0,all,15-17 yrs,871,1245775,15.977025985717773,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,69.91632080078125 +1996,6,0,all,15-17 yrs,808,1292840,15.984362602233887,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,62.49806594848633 +1970,8,1,all,15-17 yrs,150,130002,15.984253883361816,0,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,115.38284301757812 +1971,8,1,all,15-17 yrs,173,137040,15.986660957336426,0,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,126.24051666259766 +1972,8,1,all,15-17 yrs,166,144498,15.977086067199707,0,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,114.88048553466797 +1973,8,1,all,15-17 yrs,134,151209,15.983949661254883,0,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,88.61906433105469 +1974,8,1,all,15-17 yrs,147,154594,15.993939399719238,0,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,95.08777618408203 +1975,8,1,all,15-17 yrs,117,155509,15.992527961730957,0,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,75.23680114746094 +1976,8,1,all,15-17 yrs,118,157587,15.98603343963623,0,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,74.8792724609375 +1977,8,1,all,15-17 yrs,152,159106,15.993249893188477,0,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,95.53379821777344 +1978,8,1,all,15-17 yrs,142,159178,16.010648727416992,0,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,89.20830535888672 +1979,8,1,all,15-17 yrs,118,156846,16.014263153076172,0,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,75.2330322265625 +1980,8,1,all,15-17 yrs,125,152154,16.025388717651367,0,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,82.15361022949219 +1981,8,1,all,15-17 yrs,105,146763,16.040752410888672,0,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,71.543914794921875 +1982,8,1,all,15-17 yrs,93,142536,16.028188705444336,0,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,65.246673583984375 +1983,8,1,all,15-17 yrs,98,140833,16.003976821899414,0,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,69.5859603881836 +1984,8,1,all,15-17 yrs,125,142486,15.986946105957031,0,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,87.72792053222656 +1985,8,1,all,15-17 yrs,104,145731,15.981019973754883,0,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,71.36436462402344 +1986,8,1,all,15-17 yrs,116,149438,15.989781379699707,0,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,77.6241683959961 +1987,8,0.7903138399124146,all,15-17 yrs,99,146920,16.02427101135254,0,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,67.38361358642578 +1988,8,0.3277689516544342,all,15-17 yrs,97,139361,16.049575805664062,0,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,69.60340118408203 +1989,8,0.041140116751194,all,15-17 yrs,82,130968,16.027456283569336,0,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,62.610713958740234 +1990,8,0,all,15-17 yrs,101,129829,15.993522644042969,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,77.79463958740234 +1991,8,0,all,15-17 yrs,98,131665,15.992511749267578,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,74.43132019042969 +1992,8,0,all,15-17 yrs,114,138253,15.989381790161133,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,82.45752716064453 +1993,8,0,all,15-17 yrs,108,143634,15.991025924682617,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,75.19110870361328 +1994,8,0,all,15-17 yrs,127,150459,15.999661445617676,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,84.40837860107422 +1995,8,0,all,15-17 yrs,112,158133,15.986796379089355,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,70.82645416259766 +1996,8,0,all,15-17 yrs,97,165947,15.997746467590332,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,58.452396392822266 +1970,9,0,all,15-17 yrs,117,167630,15.978243827819824,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,69.79657745361328 +1971,9,0,all,15-17 yrs,120,172137,15.98206615447998,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,69.7119140625 +1972,9,0.25205478072166443,all,15-17 yrs,112,175706,15.978896141052246,0,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,63.74284362792969 +1973,9,1,all,15-17 yrs,121,179637,15.97916316986084,0,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,67.358062744140625 +1974,9,1,all,15-17 yrs,88,181767,15.992693901062012,0,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,48.41362762451172 +1975,9,1,all,15-17 yrs,97,181276,16.006603240966797,0,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,53.50956726074219 +1976,9,1,all,15-17 yrs,90,180792,15.998058319091797,0,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,49.78096389770508 +1977,9,1,all,15-17 yrs,93,179130,15.998604774475098,0,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,51.9176025390625 +1978,9,1,all,15-17 yrs,112,178348,16.01217269897461,0,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,62.7985725402832 +1979,9,1,all,15-17 yrs,114,176332,16.003204345703125,0,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,64.65077209472656 +1980,9,1,all,15-17 yrs,119,175116,16.008176803588867,0,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,67.9549560546875 +1981,9,1,all,15-17 yrs,98,170696,16.02732276916504,0,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,57.41200637817383 +1982,9,0.8333890438079834,all,15-17 yrs,97,163058,16.036270141601562,0,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,59.488033294677734 +1983,9,0.6795986294746399,all,15-17 yrs,85,156222,16.033912658691406,0,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,54.409751892089844 +1984,9,0.6682621240615845,all,15-17 yrs,71,151833,16.018335342407227,0,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,46.76190185546875 +1985,9,0.4061198830604553,all,15-17 yrs,76,150692,16.004772186279297,0,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,50.433998107910156 +1986,9,0.07784590870141983,all,15-17 yrs,91,150544,16.012720108032227,0,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,60.447444915771484 +1987,9,0,all,15-17 yrs,65,144450,16.056407928466797,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,44.998268127441406 +1988,9,0,all,15-17 yrs,86,134381,16.081470489501953,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,63.99714279174805 +1989,9,0,all,15-17 yrs,85,123012,16.05392074584961,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,69.09895324707031 +1990,9,0,all,15-17 yrs,79,117329,16.020992279052734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,67.33203125 +1991,9,0,all,15-17 yrs,62,115109,16.012422561645508,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,53.86199188232422 +1992,9,0,all,15-17 yrs,65,115209,16.000537872314453,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,56.41920471191406 +1993,9,0,all,15-17 yrs,69,115598,15.987239837646484,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,59.689613342285156 +1994,9,0,all,15-17 yrs,77,118012,15.984755516052246,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,65.24760437011719 +1995,9,0,all,15-17 yrs,60,120270,15.973185539245605,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,49.887752532958984 +1996,9,0,all,15-17 yrs,57,121893,15.988908767700195,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,46.762325286865234 +1970,10,0,all,15-17 yrs,20,31730,15.97226619720459,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,63.031829833984375 +1971,10,0,all,15-17 yrs,20,33750,15.975258827209473,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,59.25925827026367 +1972,10,0.16134388744831085,all,15-17 yrs,32,35111,15.972970962524414,0,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,91.1395263671875 +1973,10,0.3258828818798065,all,15-17 yrs,37,36082,15.982816696166992,0,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,102.54420471191406 +1974,10,0.32573792338371277,all,15-17 yrs,39,36720,15.997440338134766,0,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,106.20915222167969 +1975,10,0.32366180419921875,all,15-17 yrs,28,36653,16.0039005279541,0,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,76.3921127319336 +1976,10,0.32357504963874817,all,15-17 yrs,24,36749,15.998339653015137,0,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,65.30789947509766 +1977,10,0.3318800628185272,all,15-17 yrs,27,36444,15.99758529663086,0,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,74.08626556396484 +1978,10,0.33196428418159485,all,15-17 yrs,37,36194,16.011493682861328,0,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,102.22689056396484 +1979,10,0.33138787746429443,all,15-17 yrs,23,35322,16.010021209716797,0,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,65.11522674560547 +1980,10,0.33141854405403137,all,15-17 yrs,31,34197,16.01988410949707,0,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,90.65122985839844 +1981,10,0.34862014651298523,all,15-17 yrs,21,32579,16.034408569335938,0,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,64.45870208740234 +1982,10,0.34909090399742126,all,15-17 yrs,17,30931,16.029678344726562,0,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,54.96104049682617 +1983,10,0.34485405683517456,all,15-17 yrs,15,29435,16.031017303466797,0,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,50.95974349975586 +1984,10,0.30926060676574707,all,15-17 yrs,14,28426,16.016357421875,0,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,49.25068664550781 +1985,10,0.043799988925457,all,15-17 yrs,19,28185,15.987724304199219,0,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,67.4117431640625 +1986,10,0,all,15-17 yrs,18,28676,15.986713409423828,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,62.770259857177734 +1987,10,0,all,15-17 yrs,20,28207,16.029531478881836,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,70.904388427734375 +1988,10,0,all,15-17 yrs,16,26911,16.062725067138672,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,59.45524215698242 +1989,10,0,all,15-17 yrs,11,25127,16.048831939697266,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,43.777610778808594 +1990,10,0,all,15-17 yrs,19,24608,16.008047103881836,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,77.210662841796875 +1991,10,0,all,15-17 yrs,10,24729,15.998139381408691,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,40.438350677490234 +1992,10,0,all,15-17 yrs,11,25451,15.995677947998047,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,43.220306396484375 +1993,10,0,all,15-17 yrs,14,25920,15.995100021362305,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,54.01234436035156 +1994,10,0,all,15-17 yrs,11,26867,15.994751930236816,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,40.942420959472656 +1995,10,0,all,15-17 yrs,16,27749,15.987639427185059,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,57.65973663330078 +1996,10,0,all,15-17 yrs,16,28624,16.005590438842773,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,55.89714813232422 +1970,11,1,all,15-17 yrs,49,35755,15.982352256774902,0,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,137.0437774658203 +1971,11,1,all,15-17 yrs,54,36399,15.988378524780273,0,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,148.35572814941406 +1972,11,1,all,15-17 yrs,40,36678,15.992610931396484,0,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,109.05719757080078 +1973,11,1,all,15-17 yrs,29,36823,15.995030403137207,0,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,78.755126953125 +1974,11,1,all,15-17 yrs,36,36760,16.000816345214844,0,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,97.93253326416016 +1975,11,1,all,15-17 yrs,29,36533,16.005064010620117,0,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,79.38028717041016 +1976,11,1,all,15-17 yrs,24,35798,16.01315689086914,0,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,67.04285430908203 +1977,11,1,all,15-17 yrs,29,34579,16.024465560913086,0,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,83.86592864990234 +1978,11,1,all,15-17 yrs,25,33496,16.020748138427734,0,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,74.63578033447266 +1979,11,1,all,15-17 yrs,32,32371,16.01535415649414,0,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,98.853912353515625 +1980,11,1,all,15-17 yrs,35,30116,16.033403396606445,0,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,116.21729278564453 +1981,11,1,all,15-17 yrs,28,28712,16.040748596191406,0,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,97.52020263671875 +1982,11,1,all,15-17 yrs,31,26952,16.038921356201172,0,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,115.01929473876953 +1983,11,1,all,15-17 yrs,27,25453,16.046634674072266,0,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,106.07786560058594 +1984,11,1,all,15-17 yrs,30,24583,16.034860610961914,0,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,122.03555297851562 +1985,11,1,all,15-17 yrs,18,24722,16.00452995300293,0,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,72.80964660644531 +1986,11,0.9906046390533447,all,15-17 yrs,35,25602,15.99668025970459,0,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,136.70806884765625 +1987,11,0.773251473903656,all,15-17 yrs,36,25350,16.046035766601562,0,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,142.0118408203125 +1988,11,0.42791441082954407,all,15-17 yrs,44,23703,16.095516204833984,0,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,185.63050842285156 +1989,11,0.09417500346899033,all,15-17 yrs,49,21361,16.091053009033203,0,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,229.3900146484375 +1990,11,0,all,15-17 yrs,50,17947,16.096227645874023,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,278.59808349609375 +1991,11,0,all,15-17 yrs,59,16406,16.042850494384766,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,359.6245422363281 +1992,11,0,all,15-17 yrs,50,15751,16.020442962646484,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,317.4401550292969 +1993,11,0,all,15-17 yrs,65,15376,16.00702476501465,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,422.7367248535156 +1994,11,0,all,15-17 yrs,54,15389,16.005264282226562,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,350.8999938964844 +1995,11,0,all,15-17 yrs,55,15429,15.991768836975098,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,356.4715881347656 +1996,11,0,all,15-17 yrs,47,15023,16.029088973999023,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,312.8536376953125 +1970,12,0,all,15-17 yrs,408,359545,15.975886344909668,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,113.47675323486328 +1971,12,0,all,15-17 yrs,435,386471,15.983964920043945,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,112.55696105957031 +1972,12,0,all,15-17 yrs,482,410250,15.981915473937988,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,117.48933410644531 +1973,12,0.5041095614433289,all,15-17 yrs,548,435923,15.987630844116211,0,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,125.71027374267578 +1974,12,1,all,15-17 yrs,456,457742,15.998842239379883,0,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,99.61943817138672 +1975,12,1,all,15-17 yrs,460,465242,15.998342514038086,0,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,98.87327575683594 +1976,12,1,all,15-17 yrs,389,468194,15.996150970458984,0,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,83.08522033691406 +1977,12,1,all,15-17 yrs,400,469667,16.002504348754883,0,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,85.1667251586914 +1978,12,1,all,15-17 yrs,412,471161,16.01017189025879,0,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,87.443572998046875 +1979,12,1,all,15-17 yrs,428,473759,16.00920867919922,0,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,90.34129333496094 +1980,12,0.9191416501998901,all,15-17 yrs,465,482560,16.019208908081055,0,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,96.36107635498047 +1981,12,0.6752321124076843,all,15-17 yrs,430,475462,16.041305541992188,0,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,90.4383544921875 +1982,12,0.6758331656455994,all,15-17 yrs,382,460090,16.042226791381836,0,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,83.02723693847656 +1983,12,0.6855270862579346,all,15-17 yrs,336,445870,16.032901763916016,0,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,75.35829162597656 +1984,12,0.6951020956039429,all,15-17 yrs,330,445062,16.017274856567383,0,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,74.14697265625 +1985,12,0.6483528017997742,all,15-17 yrs,342,454686,15.998745918273926,0,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,75.21674346923828 +1986,12,0.346679151058197,all,15-17 yrs,397,474927,15.995079040527344,0,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,83.591796875 +1987,12,0.0424189418554306,all,15-17 yrs,380,482185,16.02831268310547,0,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,78.80792999267578 +1988,12,0,all,15-17 yrs,459,476074,16.05687141418457,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,96.41358184814453 +1989,12,0,all,15-17 yrs,362,458107,16.041872024536133,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,79.020843505859375 +1990,12,0,all,15-17 yrs,349,464132,16.00023651123047,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,75.194122314453125 +1991,12,0,all,15-17 yrs,339,461056,16.005672454833984,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,73.52686309814453 +1992,12,0,all,15-17 yrs,305,469921,15.995871543884277,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,64.90452575683594 +1993,12,0,all,15-17 yrs,345,480257,15.980439186096191,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,71.83654022216797 +1994,12,0,all,15-17 yrs,359,498282,15.984410285949707,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,72.04755401611328 +1995,12,0,all,15-17 yrs,327,516526,15.97201919555664,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,63.307559967041016 +1996,12,0,all,15-17 yrs,329,535575,15.976797103881836,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,61.42930603027344 +1970,13,0,all,15-17 yrs,334,271635,15.980168342590332,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,122.95912170410156 +1971,13,0,all,15-17 yrs,322,283575,15.987030029296875,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,113.55020904541016 +1972,13,0.5041095614433289,all,15-17 yrs,312,293002,15.985467910766602,0,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,106.48391723632812 +1973,13,1,all,15-17 yrs,330,299916,15.992610931396484,0,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,110.03080749511719 +1974,13,1,all,15-17 yrs,353,305569,15.999561309814453,0,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,115.52218627929688 +1975,13,1,all,15-17 yrs,278,307024,15.997355461120605,0,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,90.54666900634766 +1976,13,1,all,15-17 yrs,262,309315,15.998709678649902,0,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,84.70329284667969 +1977,13,1,all,15-17 yrs,333,311595,16.001480102539062,0,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,106.86949157714844 +1978,13,1,all,15-17 yrs,265,312899,16.00360107421875,0,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,84.691864013671875 +1979,13,1,all,15-17 yrs,311,315841,16.001256942749023,0,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,98.46726989746094 +1980,13,0.8915311098098755,all,15-17 yrs,266,313673,16.011566162109375,0,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,84.80168914794922 +1981,13,0.6771506071090698,all,15-17 yrs,260,305506,16.027612686157227,0,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,85.1047134399414 +1982,13,0.6774499416351318,all,15-17 yrs,242,295010,16.029911041259766,0,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,82.03112030029297 +1983,13,0.6825763583183289,all,15-17 yrs,221,285094,16.02155113220215,0,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,77.51829528808594 +1984,13,0.6906901001930237,all,15-17 yrs,236,284042,16.004533767700195,0,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,83.0863037109375 +1985,13,0.5763688683509827,all,15-17 yrs,232,289967,15.987957000732422,0,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,80.00910186767578 +1986,13,0.23116761445999146,all,15-17 yrs,251,301528,15.985404014587402,0,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,83.24268341064453 +1987,13,0,all,15-17 yrs,273,304402,16.01702117919922,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,89.68403625488281 +1988,13,0,all,15-17 yrs,279,300066,16.0439395904541,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,92.97954559326172 +1989,13,0,all,15-17 yrs,251,287674,16.03108024597168,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,87.25154113769531 +1990,13,0,all,15-17 yrs,219,281711,16.01572608947754,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,77.73924255371094 +1991,13,0,all,15-17 yrs,232,278126,16.01972198486328,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,83.4154281616211 +1992,13,0,all,15-17 yrs,244,283244,16.004398345947266,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,86.144805908203125 +1993,13,0,all,15-17 yrs,213,290049,15.98702621459961,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,73.43586730957031 +1994,13,0,all,15-17 yrs,226,301543,15.996697425842285,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,74.9478530883789 +1995,13,0,all,15-17 yrs,255,313886,15.986281394958496,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,81.23968505859375 +1996,13,0,all,15-17 yrs,280,323983,15.996585845947266,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,86.424285888671875 +1970,15,0,all,15-17 yrs,36,44264,15.990127563476562,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,81.3302001953125 +1971,15,0,all,15-17 yrs,36,47061,15.994156837463379,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,76.4964599609375 +1972,15,0.8383561372756958,all,15-17 yrs,28,49061,15.997451782226562,0,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,57.071807861328125 +1973,15,1,all,15-17 yrs,23,50121,16.00542640686035,0,NA,1.25,0.3199999928474426,1.25,2.819999933242798,45.88895034790039 +1974,15,1,all,15-17 yrs,44,51313,16.008808135986328,0,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,85.74825286865234 +1975,15,1,all,15-17 yrs,23,51559,16.007816314697266,0,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,44.60908889770508 +1976,15,1,all,15-17 yrs,45,52070,16.011829376220703,0,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,86.42212677001953 +1977,15,1,all,15-17 yrs,24,51961,16.006484985351562,0,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,46.1884880065918 +1978,15,1,all,15-17 yrs,33,51318,16.005651473999023,0,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,64.30492401123047 +1979,15,1,all,15-17 yrs,29,51209,16.00761604309082,0,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,56.63066864013672 +1980,15,1,all,15-17 yrs,26,49619,16.019065856933594,0,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,52.39928436279297 +1981,15,1,all,15-17 yrs,25,48267,16.033023834228516,0,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,51.795223236083984 +1982,15,1,all,15-17 yrs,18,46344,16.029022216796875,0,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,38.83998107910156 +1983,15,1,all,15-17 yrs,20,44941,16.01780128479004,0,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,44.50279235839844 +1984,15,1,all,15-17 yrs,30,44518,15.990565299987793,0,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,67.38847351074219 +1985,15,1,all,15-17 yrs,29,45596,15.962672233581543,0,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,63.60206985473633 +1986,15,0.7479451894760132,all,15-17 yrs,32,46643,15.971613883972168,0,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,68.6062240600586 +1987,15,0,all,15-17 yrs,27,46348,16.01510238647461,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,58.254940032958984 +1988,15,0,all,15-17 yrs,31,44708,16.03426742553711,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,69.33882141113281 +1989,15,0,all,15-17 yrs,25,42867,16.020341873168945,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,58.31991958618164 +1990,15,0,all,15-17 yrs,20,41878,16.01270294189453,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,47.757774353027344 +1991,15,0,all,15-17 yrs,15,42208,16.01094627380371,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,35.53828811645508 +1992,15,0,all,15-17 yrs,19,43469,16.0011043548584,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,43.70930862426758 +1993,15,0,all,15-17 yrs,24,44215,15.997806549072266,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,54.28022003173828 +1994,15,0,all,15-17 yrs,27,45451,16.005962371826172,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,59.404632568359375 +1995,15,0,all,15-17 yrs,24,46321,15.990242004394531,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,51.81235122680664 +1996,15,0,all,15-17 yrs,25,47299,15.996490478515625,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,52.85523986816406 +1970,16,0.3033171594142914,all,15-17 yrs,65,46999,15.983233451843262,0,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,138.30081176757812 +1971,16,0.2985839247703552,all,15-17 yrs,59,48686,15.995193481445312,0,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,121.18473815917969 +1972,16,0.4767230749130249,all,15-17 yrs,58,49898,15.990460395812988,0,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,116.23712158203125 +1973,16,0.650275468826294,all,15-17 yrs,51,50820,15.992464065551758,0,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,100.35419464111328 +1974,16,0.6547979712486267,all,15-17 yrs,78,52106,15.995279312133789,0,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,149.69485473632812 +1975,16,0.6529050469398499,all,15-17 yrs,54,53119,15.990324020385742,0,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,101.65853881835938 +1976,16,0.6567410826683044,all,15-17 yrs,65,54390,15.985438346862793,0,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,119.50726318359375 +1977,16,0.6584513783454895,all,15-17 yrs,63,54940,15.997834205627441,0,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,114.67054748535156 +1978,16,0.6571633815765381,all,15-17 yrs,61,54729,16.015148162841797,0,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,111.4582748413086 +1979,16,0.6555962562561035,all,15-17 yrs,58,53099,16.018098831176758,0,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,109.22992706298828 +1980,16,0.669771134853363,all,15-17 yrs,45,50899,16.024263381958008,0,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,88.41038513183594 +1981,16,0.6823740601539612,all,15-17 yrs,48,49147,16.021934509277344,0,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,97.66618347167969 +1982,16,0.6812741160392761,all,15-17 yrs,48,47934,16.006216049194336,0,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,100.13768768310547 +1983,16,0.6819021105766296,all,15-17 yrs,32,47109,15.99893856048584,0,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,67.92757415771484 +1984,16,0.678615391254425,all,15-17 yrs,57,47478,15.989215850830078,0,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,120.05560302734375 +1985,16,0.668756902217865,all,15-17 yrs,34,48043,15.980101585388184,0,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,70.76993560791016 +1986,16,0.664462685585022,all,15-17 yrs,51,49201,15.973638534545898,0,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,103.65643310546875 +1987,16,0.5597094297409058,all,15-17 yrs,39,48719,16.00613784790039,0,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,80.0509033203125 +1988,16,0.23209723830223083,all,15-17 yrs,49,47920,16.029695510864258,0,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,102.25375366210938 +1989,16,0.009418897330760956,all,15-17 yrs,40,47184,16.002586364746094,0,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,84.77449798583984 +1990,16,0,all,15-17 yrs,44,48900,15.975460052490234,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,89.97955322265625 +1991,16,0,all,15-17 yrs,41,51047,15.98855972290039,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,80.3181381225586 +1992,16,0,all,15-17 yrs,47,54511,15.98613166809082,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,86.22113037109375 +1993,16,0,all,15-17 yrs,56,57415,15.988348007202148,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,97.53548431396484 +1994,16,0,all,15-17 yrs,62,61129,15.996761322021484,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,101.42485809326172 +1995,16,0,all,15-17 yrs,54,63598,15.991540908813477,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,84.90833282470703 +1996,16,0,all,15-17 yrs,51,65311,16.008651733398438,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,78.087921142578125 +1970,17,0,all,15-17 yrs,518,625458,15.979509353637695,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,82.8193130493164 +1971,17,0,all,15-17 yrs,554,640463,15.982205390930176,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,86.49992370605469 +1972,17,0,all,15-17 yrs,454,655932,15.97755241394043,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,69.21449279785156 +1973,17,0.16642415523529053,all,15-17 yrs,563,666729,15.979547500610352,0,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,84.442108154296875 +1974,17,0.6637871861457825,all,15-17 yrs,567,675634,15.993884086608887,0,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,83.921173095703125 +1975,17,0.6589059233665466,all,15-17 yrs,554,676163,15.998247146606445,0,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,81.93290710449219 +1976,17,0.6634537577629089,all,15-17 yrs,513,679154,15.993809700012207,0,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,75.53514862060547 +1977,17,0.6694338917732239,all,15-17 yrs,547,674794,16.00273323059082,0,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,81.06177520751953 +1978,17,0.6711009740829468,all,15-17 yrs,532,666532,16.0150203704834,0,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,79.81612396240234 +1979,17,0.6677207350730896,all,15-17 yrs,485,647218,16.012914657592773,0,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,74.93611145019531 +1980,17,0,all,15-17 yrs,432,626872,16.01911163330078,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,68.91358947753906 +1981,17,0,all,15-17 yrs,424,599538,16.029525756835938,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,70.72112274169922 +1982,17,0,all,15-17 yrs,352,571227,16.024639129638672,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,61.62173843383789 +1983,17,0,all,15-17 yrs,329,546861,16.014198303222656,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,60.16154098510742 +1984,17,0,all,15-17 yrs,291,537851,16.000595092773438,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,54.10420227050781 +1985,17,0,all,15-17 yrs,292,536655,15.983894348144531,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,54.4111213684082 +1986,17,0,all,15-17 yrs,343,545708,15.978099822998047,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,62.8541259765625 +1987,17,0,all,15-17 yrs,333,537397,16.014633178710938,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,61.965362548828125 +1988,17,0,all,15-17 yrs,318,513272,16.048954010009766,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,61.9554557800293 +1989,17,0,all,15-17 yrs,356,480541,16.038896560668945,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,74.08316802978516 +1990,17,0,all,15-17 yrs,333,462894,16.018341064453125,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,71.93871307373047 +1991,17,0,all,15-17 yrs,341,460050,16.00901222229004,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,74.12237548828125 +1992,17,0,all,15-17 yrs,338,468401,16.000764846801758,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,72.16039276123047 +1993,17,0,all,15-17 yrs,370,473653,15.998336791992188,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,78.11625671386719 +1994,17,0,all,15-17 yrs,403,485952,16.002336502075195,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,82.93000030517578 +1995,17,0,all,15-17 yrs,376,501192,15.982284545898438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,75.021148681640625 +1996,17,0,all,15-17 yrs,371,515197,15.991671562194824,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,72.01129150390625 +1970,18,0,all,15-17 yrs,302,309971,15.982178688049316,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,97.428466796875 +1971,18,0,all,15-17 yrs,260,314155,15.988581657409668,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,82.7616958618164 +1972,18,0,all,15-17 yrs,268,320036,15.98029613494873,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,83.7405776977539 +1973,18,0,all,15-17 yrs,309,324942,15.98159408569336,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,95.0938949584961 +1974,18,0,all,15-17 yrs,235,327924,15.997395515441895,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,71.66294860839844 +1975,18,0,all,15-17 yrs,262,324920,16.001169204711914,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,80.6352310180664 +1976,18,0,all,15-17 yrs,249,325138,15.99222183227539,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,76.5828628540039 +1977,18,0,all,15-17 yrs,268,324157,15.997655868530273,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,82.67598724365234 +1978,18,0,all,15-17 yrs,261,323668,16.010772705078125,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,80.63818359375 +1979,18,0,all,15-17 yrs,268,319125,16.005645751953125,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,83.97962951660156 +1980,18,0,all,15-17 yrs,224,308933,16.01490020751953,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,72.50762939453125 +1981,18,0,all,15-17 yrs,222,294200,16.034521102905273,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,75.45886993408203 +1982,18,0,all,15-17 yrs,158,278567,16.026966094970703,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,56.718849182128906 +1983,18,0,all,15-17 yrs,146,265042,16.017072677612305,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,55.085609436035156 +1984,18,0,all,15-17 yrs,173,260956,16.005510330200195,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,66.2947006225586 +1985,18,0,all,15-17 yrs,173,261359,15.985709190368652,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,66.1924819946289 +1986,18,0,all,15-17 yrs,183,267252,15.979580879211426,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,68.474700927734375 +1987,18,0,all,15-17 yrs,191,266138,16.01650619506836,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,71.76728057861328 +1988,18,0,all,15-17 yrs,217,257800,16.04970932006836,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,84.17377471923828 +1989,18,0,all,15-17 yrs,175,245031,16.03252601623535,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,71.4195327758789 +1990,18,0,all,15-17 yrs,166,237706,16.015880584716797,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,69.83416748046875 +1991,18,0,all,15-17 yrs,201,237648,16.017230987548828,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,84.57887268066406 +1992,18,0,all,15-17 yrs,175,241224,16.01272201538086,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,72.54667663574219 +1993,18,0,all,15-17 yrs,164,244349,16.00505828857422,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,67.11711883544922 +1994,18,0,all,15-17 yrs,194,251204,16.009096145629883,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,77.22807312011719 +1995,18,0,all,15-17 yrs,188,258691,15.995187759399414,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,72.67357635498047 +1996,18,0,all,15-17 yrs,188,263304,16.00756072998047,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,71.400360107421875 +1970,19,0,all,15-17 yrs,141,168398,15.990498542785645,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,83.73020935058594 +1971,19,0,all,15-17 yrs,157,170032,15.987784385681152,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,92.33556365966797 +1972,19,0.4960145950317383,all,15-17 yrs,154,171695,15.981776237487793,0,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,89.69393157958984 +1973,19,0.8298145532608032,all,15-17 yrs,178,173484,15.984431266784668,0,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,102.60311889648438 +1974,19,1,all,15-17 yrs,152,174591,15.991878509521484,0,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,87.06061553955078 +1975,19,1,all,15-17 yrs,152,175556,15.991353034973145,0,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,86.582061767578125 +1976,19,1,all,15-17 yrs,141,177350,15.986817359924316,0,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,79.5038070678711 +1977,19,1,all,15-17 yrs,133,176945,15.996382713317871,0,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,75.16459655761719 +1978,19,0.9573912024497986,all,15-17 yrs,128,173931,16.01287269592285,0,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,73.59239959716797 +1979,19,0.7068474292755127,all,15-17 yrs,141,168001,16.015363693237305,0,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,83.928070068359375 +1980,19,0.6759015917778015,all,15-17 yrs,113,159890,16.02406120300293,0,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,70.67359161376953 +1981,19,0.6856397390365601,all,15-17 yrs,97,151474,16.035701751708984,0,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,64.03739166259766 +1982,19,0.6818255186080933,all,15-17 yrs,108,142432,16.028968811035156,0,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,75.8256607055664 +1983,19,0.6865283846855164,all,15-17 yrs,79,135169,16.02018165588379,0,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,58.44535446166992 +1984,19,0.6910039186477661,all,15-17 yrs,83,132274,16.0044002532959,0,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,62.748538970947266 +1985,19,0.6857091188430786,all,15-17 yrs,84,131131,15.98906421661377,0,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,64.0580825805664 +1986,19,0.662397563457489,all,15-17 yrs,101,130949,15.992951393127441,0,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,77.12926483154297 +1987,19,0.38995814323425293,all,15-17 yrs,89,126462,16.034025192260742,0,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,70.37686920166016 +1988,19,0.07195916026830673,all,15-17 yrs,72,120011,16.065143585205078,0,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,59.99449920654297 +1989,19,0,all,15-17 yrs,89,113622,16.036216735839844,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,78.32990264892578 +1990,19,0,all,15-17 yrs,57,112816,15.994344711303711,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,50.524749755859375 +1991,19,0,all,15-17 yrs,88,115084,15.990589141845703,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,76.46588897705078 +1992,19,0,all,15-17 yrs,64,119159,15.996508598327637,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,53.709747314453125 +1993,19,0,all,15-17 yrs,84,122583,15.990692138671875,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,68.5250015258789 +1994,19,0,all,15-17 yrs,86,127063,15.995702743530273,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,67.6829605102539 +1995,19,0,all,15-17 yrs,86,131814,15.986602783203125,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,65.24344635009766 +1996,19,0,all,15-17 yrs,70,135251,16.00014877319336,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,51.75562286376953 +1970,20,1,all,15-17 yrs,119,131644,15.97906494140625,0,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,90.39530944824219 +1971,20,1,all,15-17 yrs,121,132129,15.994633674621582,0,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,91.5771713256836 +1972,20,1,all,15-17 yrs,100,133464,15.990507125854492,0,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,74.92657470703125 +1973,20,1,all,15-17 yrs,134,134228,15.989651679992676,0,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,99.83013916015625 +1974,20,1,all,15-17 yrs,121,134782,16.002107620239258,0,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,89.77459716796875 +1975,20,1,all,15-17 yrs,130,134230,15.999337196350098,0,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,96.84869384765625 +1976,20,1,all,15-17 yrs,110,135106,15.990762710571289,0,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,81.41755676269531 +1977,20,1,all,15-17 yrs,112,134482,16.00399398803711,0,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,83.28252410888672 +1978,20,1,all,15-17 yrs,119,132425,16.017799377441406,0,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,89.8621826171875 +1979,20,1,all,15-17 yrs,83,128174,16.017078399658203,0,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,64.75572204589844 +1980,20,1,all,15-17 yrs,87,122445,16.032333374023438,0,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,71.05230712890625 +1981,20,1,all,15-17 yrs,84,115597,16.04384994506836,0,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,72.66624450683594 +1982,20,1,all,15-17 yrs,54,108883,16.034046173095703,0,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,49.594520568847656 +1983,20,1,all,15-17 yrs,74,104144,16.018129348754883,0,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,71.05545806884766 +1984,20,1,all,15-17 yrs,69,103026,15.995059967041016,0,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,66.973388671875 +1985,20,0.9611555933952332,all,15-17 yrs,72,104359,15.978775024414062,0,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,68.99261474609375 +1986,20,0.6844111084938049,all,15-17 yrs,75,106548,15.986794471740723,0,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,70.39080810546875 +1987,20,0.339570015668869,all,15-17 yrs,78,105382,16.02483367919922,0,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,74.01643371582031 +1988,20,0.041027460247278214,all,15-17 yrs,74,102124,16.044231414794922,0,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,72.46092987060547 +1989,20,0,all,15-17 yrs,81,98150,16.014997482299805,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,82.52674102783203 +1990,20,0,all,15-17 yrs,68,98109,15.992304801940918,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,69.31066131591797 +1991,20,0,all,15-17 yrs,84,100347,15.992206573486328,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,83.70952606201172 +1992,20,0,all,15-17 yrs,95,104628,15.99193286895752,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,90.7978744506836 +1993,20,0,all,15-17 yrs,88,107605,15.991859436035156,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,81.78058624267578 +1994,20,0,all,15-17 yrs,85,111955,15.997794151306152,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,75.9233627319336 +1995,20,0,all,15-17 yrs,62,116395,15.982645034790039,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,53.26689147949219 +1996,20,0,all,15-17 yrs,86,120719,15.996603965759277,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,71.23982238769531 +1970,21,0,all,15-17 yrs,197,192615,15.98548412322998,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,102.27656555175781 +1971,21,0,all,15-17 yrs,206,198501,15.99260425567627,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,103.77781677246094 +1972,21,0,all,15-17 yrs,206,203455,15.988576889038086,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,101.25089263916016 +1973,21,0,all,15-17 yrs,220,206222,15.989923477172852,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,106.68115234375 +1974,21,0,all,15-17 yrs,198,209301,16.003450393676758,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,94.60060119628906 +1975,21,0,all,15-17 yrs,206,211200,16.004167556762695,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,97.53787994384766 +1976,21,0,all,15-17 yrs,211,213220,16.002925872802734,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,98.95882415771484 +1977,21,0,all,15-17 yrs,206,213505,16.00855255126953,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,96.48486328125 +1978,21,0,all,15-17 yrs,211,212882,16.0109920501709,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,99.1159439086914 +1979,21,0,all,15-17 yrs,177,211309,16.008878707885742,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,83.76358795166016 +1980,21,0,all,15-17 yrs,177,207107,16.018285751342773,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,85.46306610107422 +1981,21,0,all,15-17 yrs,164,197655,16.033836364746094,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,82.97285461425781 +1982,21,0,all,15-17 yrs,140,188359,16.03139305114746,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,74.32615661621094 +1983,21,0,all,15-17 yrs,165,179951,16.017932891845703,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,91.6916275024414 +1984,21,0,all,15-17 yrs,120,177396,16.000591278076172,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,67.64527130126953 +1985,21,0,all,15-17 yrs,138,177589,15.984565734863281,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,77.70751190185547 +1986,21,0,all,15-17 yrs,139,181573,15.975409507751465,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,76.55323028564453 +1987,21,0,all,15-17 yrs,142,180923,16.00432777404785,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,78.4864273071289 +1988,21,0,all,15-17 yrs,134,175559,16.040584564208984,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,76.3276138305664 +1989,21,0,all,15-17 yrs,130,166236,16.03237533569336,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,78.20207214355469 +1990,21,0,all,15-17 yrs,135,161383,16.013818740844727,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,83.65193176269531 +1991,21,0,all,15-17 yrs,136,161596,16.0120792388916,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,84.1604995727539 +1992,21,0,all,15-17 yrs,139,165944,16.003633499145508,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,83.76319885253906 +1993,21,0,all,15-17 yrs,138,168965,15.999544143676758,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,81.67372131347656 +1994,21,0,all,15-17 yrs,122,173355,16.008352279663086,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,70.37581634521484 +1995,21,0,all,15-17 yrs,139,176545,15.999631881713867,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,78.73346710205078 +1996,21,0,all,15-17 yrs,132,177695,16.012409210205078,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,74.28459167480469 +1970,22,1,all,15-17 yrs,228,231627,15.971946716308594,0,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,98.43412017822266 +1971,22,1,all,15-17 yrs,245,238830,15.986249923706055,0,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,102.58342742919922 +1972,22,1,all,15-17 yrs,262,244736,15.987112998962402,0,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,107.05413055419922 +1973,22,1,all,15-17 yrs,276,246271,15.988009452819824,0,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,112.07166290283203 +1974,22,1,all,15-17 yrs,244,248452,15.995335578918457,0,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,98.2081069946289 +1975,22,1,all,15-17 yrs,241,251221,15.992094993591309,0,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,95.93147277832031 +1976,22,1,all,15-17 yrs,259,254600,15.994866371154785,0,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,101.72820281982422 +1977,22,1,all,15-17 yrs,236,254694,16.003419876098633,0,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,92.66020965576172 +1978,22,1,all,15-17 yrs,244,252866,16.005271911621094,0,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,96.4937973022461 +1979,22,1,all,15-17 yrs,213,251949,16.00120735168457,0,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,84.5409164428711 +1980,22,1,all,15-17 yrs,257,250534,16.007883071899414,0,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,102.58088684082031 +1981,22,1,all,15-17 yrs,227,244951,16.028573989868164,0,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,92.67159271240234 +1982,22,1,all,15-17 yrs,198,237722,16.03030776977539,0,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,83.29056549072266 +1983,22,1,all,15-17 yrs,168,229558,16.020404815673828,0,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,73.18412017822266 +1984,22,1,all,15-17 yrs,185,225332,16.007455825805664,0,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,82.10107421875 +1985,22,1,all,15-17 yrs,154,224406,15.99256706237793,0,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,68.62561798095703 +1986,22,1,all,15-17 yrs,168,225543,15.990595817565918,0,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,74.486907958984375 +1987,22,0.32486844062805176,all,15-17 yrs,179,218960,16.011823654174805,0,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,81.750091552734375 +1988,22,0.004337656777352095,all,15-17 yrs,151,209159,16.029882431030273,0,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,72.193878173828125 +1989,22,0,all,15-17 yrs,188,198022,16.020078659057617,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,94.93894958496094 +1990,22,0,all,15-17 yrs,213,189244,16.013797760009766,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,112.55310821533203 +1991,22,0,all,15-17 yrs,177,191434,16.004837036132812,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,92.46006774902344 +1992,22,0,all,15-17 yrs,191,197643,15.999984741210938,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,96.638885498046875 +1993,22,0,all,15-17 yrs,230,201546,16.00074005126953,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,114.11786651611328 +1994,22,0,all,15-17 yrs,189,207584,16.00768280029297,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,91.04747772216797 +1995,22,0,all,15-17 yrs,187,214345,15.99261474609375,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,87.2425308227539 +1996,22,0,all,15-17 yrs,171,218708,16.00555992126465,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,78.18643951416016 +1970,23,0.3228622376918793,all,15-17 yrs,57,57907,15.979640007019043,0,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,98.4336929321289 +1971,23,0.3161870241165161,all,15-17 yrs,65,59507,15.992975234985352,0,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,109.23085021972656 +1972,23,0.7181807160377502,all,15-17 yrs,74,61103,15.982946395874023,0,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,121.10698699951172 +1973,23,1,all,15-17 yrs,58,62466,15.979092597961426,0,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,92.85050964355469 +1974,23,1,all,15-17 yrs,56,64125,15.990877151489258,0,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,87.329437255859375 +1975,23,1,all,15-17 yrs,64,64652,16.000123977661133,0,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,98.99152374267578 +1976,23,1,all,15-17 yrs,51,65606,15.99362850189209,0,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,77.7367935180664 +1977,23,0.8646739721298218,all,15-17 yrs,44,66025,15.993804931640625,0,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,66.64142608642578 +1978,23,0.3268018960952759,all,15-17 yrs,53,66346,16.002683639526367,0,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,79.884246826171875 +1979,23,0.3257346749305725,all,15-17 yrs,60,65552,16.007078170776367,0,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,91.53038787841797 +1980,23,0.32457977533340454,all,15-17 yrs,53,64028,16.01772689819336,0,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,82.77628326416016 +1981,23,0.33144843578338623,all,15-17 yrs,39,61694,16.026988983154297,0,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,63.21522521972656 +1982,23,0.33484622836112976,all,15-17 yrs,33,59350,16.022695541381836,0,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,55.602359771728516 +1983,23,0.33973491191864014,all,15-17 yrs,42,57252,16.019929885864258,0,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,73.3598861694336 +1984,23,0.34369754791259766,all,15-17 yrs,32,56173,16.015043258666992,0,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,56.96686935424805 +1985,23,0.2995818853378296,all,15-17 yrs,31,55803,15.996434211730957,0,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,55.55257034301758 +1986,23,0.041973989456892014,all,15-17 yrs,26,56396,15.989874839782715,0,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,46.102561950683594 +1987,23,0,all,15-17 yrs,29,56109,16.020566940307617,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,51.68511199951172 +1988,23,0,all,15-17 yrs,41,54479,16.051708221435547,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,75.25835418701172 +1989,23,0,all,15-17 yrs,33,51908,16.039203643798828,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,63.57401657104492 +1990,23,0,all,15-17 yrs,35,49980,16.021909713745117,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,70.02800750732422 +1991,23,0,all,15-17 yrs,28,49424,16.01234245300293,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,56.65263748168945 +1992,23,0,all,15-17 yrs,34,49779,16.002269744873047,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,68.30189514160156 +1993,23,0,all,15-17 yrs,28,50455,15.989951133728027,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,55.4949951171875 +1994,23,0,all,15-17 yrs,33,51848,15.989662170410156,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,63.647586822509766 +1995,23,0,all,15-17 yrs,23,52903,15.987410545349121,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,43.47579574584961 +1996,23,0,all,15-17 yrs,25,53639,15.998191833496094,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,46.607879638671875 +1970,24,0,all,15-17 yrs,171,222984,15.974495887756348,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,76.68711853027344 +1971,24,0,all,15-17 yrs,228,233156,15.983993530273438,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,97.788604736328125 +1972,24,0,all,15-17 yrs,232,241832,15.977653503417969,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,95.93436431884766 +1973,24,0,all,15-17 yrs,224,247673,15.977797508239746,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,90.44183349609375 +1974,24,0.5041095614433289,all,15-17 yrs,219,252783,15.99446964263916,0,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,86.63557434082031 +1975,24,1,all,15-17 yrs,228,253184,16.001752853393555,0,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,90.05308532714844 +1976,24,1,all,15-17 yrs,183,253518,15.994729995727539,0,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,72.1842269897461 +1977,24,1,all,15-17 yrs,177,252641,15.997450828552246,0,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,70.05989074707031 +1978,24,1,all,15-17 yrs,169,250914,16.009254455566406,0,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,67.35375213623047 +1979,24,1,all,15-17 yrs,147,247490,16.00149917602539,0,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,59.396339416503906 +1980,24,1,all,15-17 yrs,180,244876,16.00875473022461,0,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,73.506591796875 +1981,24,1,all,15-17 yrs,150,238358,16.031217575073242,0,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,62.93054962158203 +1982,24,0.9578590393066406,all,15-17 yrs,153,227539,16.032148361206055,0,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,67.24121856689453 +1983,24,0.6779505610466003,all,15-17 yrs,125,217562,16.025165557861328,0,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,57.45488739013672 +1984,24,0.34814271330833435,all,15-17 yrs,125,212893,16.01627540588379,0,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,58.714942932128906 +1985,24,0.043641477823257446,all,15-17 yrs,112,210353,16.007492065429688,0,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,53.243831634521484 +1986,24,0,all,15-17 yrs,145,210794,16.00784683227539,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,68.78753662109375 +1987,24,0,all,15-17 yrs,133,205832,16.03948402404785,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,64.61580657958984 +1988,24,0,all,15-17 yrs,135,196302,16.070640563964844,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,68.7715835571289 +1989,24,0,all,15-17 yrs,149,182074,16.057735443115234,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,81.8348617553711 +1990,24,0,all,15-17 yrs,128,175667,16.017715454101562,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,72.8651351928711 +1991,24,0,all,15-17 yrs,118,173322,16.00568962097168,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,68.08137512207031 +1992,24,0,all,15-17 yrs,135,176009,15.995437622070312,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,76.70062255859375 +1993,24,0,all,15-17 yrs,129,179274,15.982641220092773,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,71.95689392089844 +1994,24,0,all,15-17 yrs,112,184425,15.989567756652832,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,60.72929382324219 +1995,24,0,all,15-17 yrs,149,191058,15.976117134094238,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,77.986785888671875 +1996,24,0,all,15-17 yrs,124,195676,15.987739562988281,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,63.370059967041016 +1970,25,0,all,15-17 yrs,200,308110,15.983291625976562,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,64.91188049316406 +1971,25,0,all,15-17 yrs,242,315800,15.982504844665527,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,76.63077545166016 +1972,25,0,all,15-17 yrs,280,323739,15.977766036987305,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,86.48942565917969 +1973,25,0.8383561372756958,all,15-17 yrs,245,330887,15.981207847595215,0,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,74.04340362548828 +1974,25,1,all,15-17 yrs,226,335272,15.99420166015625,0,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,67.407958984375 +1975,25,1,all,15-17 yrs,216,333133,16.003196716308594,0,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,64.8389663696289 +1976,25,1,all,15-17 yrs,207,332580,15.995508193969727,0,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,62.240665435791016 +1977,25,1,all,15-17 yrs,199,330710,15.996002197265625,0,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,60.17356491088867 +1978,25,1,all,15-17 yrs,220,328631,16.011516571044922,0,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,66.94438171386719 +1979,25,0.5246357321739197,all,15-17 yrs,192,323885,16.008407592773438,0,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,59.28030014038086 +1980,25,0.3340226113796234,all,15-17 yrs,185,315713,16.0137882232666,0,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,58.5975227355957 +1981,25,0.35027989745140076,all,15-17 yrs,158,306296,16.026559829711914,0,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,51.58408737182617 +1982,25,0.3477925956249237,all,15-17 yrs,155,293437,16.027849197387695,0,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,52.822242736816406 +1983,25,0.33995914459228516,all,15-17 yrs,157,282491,16.024343490600586,0,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,55.57699203491211 +1984,25,0.3471851646900177,all,15-17 yrs,146,275760,16.01907730102539,0,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,52.94458770751953 +1985,25,0.2885448634624481,all,15-17 yrs,160,272230,16.009675979614258,0,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,58.77383041381836 +1986,25,0.029816845431923866,all,15-17 yrs,179,269988,16.00982666015625,0,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,66.29924011230469 +1987,25,0,all,15-17 yrs,136,259749,16.046594619750977,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,52.358238220214844 +1988,25,0,all,15-17 yrs,110,243451,16.07392120361328,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,45.183631896972656 +1989,25,0,all,15-17 yrs,116,224757,16.054534912109375,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,51.611297607421875 +1990,25,0,all,15-17 yrs,123,212826,16.03131103515625,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,57.7936897277832 +1991,25,0,all,15-17 yrs,87,206162,16.018203735351562,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,42.199825286865234 +1992,25,0,all,15-17 yrs,93,204563,16.007678985595703,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,45.4627685546875 +1993,25,0,all,15-17 yrs,106,205602,15.989946365356445,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,51.5559196472168 +1994,25,0,all,15-17 yrs,100,210902,15.987628936767578,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,47.41538619995117 +1995,25,0,all,15-17 yrs,101,216844,15.980345726013184,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,46.57726287841797 +1996,25,0,all,15-17 yrs,83,222082,15.991971015930176,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,37.37358093261719 +1970,26,0,all,15-17 yrs,436,544526,15.976740837097168,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,80.06964111328125 +1971,26,0,all,15-17 yrs,512,558080,15.982193946838379,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,91.74311828613281 +1972,26,1,all,15-17 yrs,468,570756,15.975553512573242,0,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,81.99651336669922 +1973,26,1,all,15-17 yrs,516,581358,15.981640815734863,0,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,88.75769805908203 +1974,26,1,all,15-17 yrs,515,586029,15.999245643615723,0,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,87.879608154296875 +1975,26,1,all,15-17 yrs,492,577164,16.006656646728516,0,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,85.24440002441406 +1976,26,1,all,15-17 yrs,445,571625,15.997565269470215,0,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,77.848236083984375 +1977,26,1,all,15-17 yrs,445,565412,16.0000057220459,0,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,78.70367431640625 +1978,26,0.9698629975318909,all,15-17 yrs,447,559750,16.013587951660156,0,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,79.8570785522461 +1979,26,0,all,15-17 yrs,426,549479,16.00739860534668,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,77.527984619140625 +1980,26,0,all,15-17 yrs,372,533996,16.01267433166504,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,69.66344451904297 +1981,26,0,all,15-17 yrs,283,511944,16.0252685546875,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,55.279483795166016 +1982,26,0,all,15-17 yrs,265,484871,16.01796531677246,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,54.65371322631836 +1983,26,0,all,15-17 yrs,303,464060,16.009286880493164,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,65.29328155517578 +1984,26,0,all,15-17 yrs,295,456940,16.001115798950195,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,64.55989837646484 +1985,26,0,all,15-17 yrs,329,457960,15.98704719543457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,71.84033203125 +1986,26,0,all,15-17 yrs,371,466047,15.987018585205078,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,79.60570526123047 +1987,26,0,all,15-17 yrs,367,458111,16.02957534790039,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,80.11158752441406 +1988,26,0,all,15-17 yrs,329,437508,16.058992385864258,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,75.19862365722656 +1989,26,0,all,15-17 yrs,317,409369,16.03847885131836,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,77.436248779296875 +1990,26,0,all,15-17 yrs,304,395649,16.017850875854492,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,76.835784912109375 +1991,26,0,all,15-17 yrs,284,391901,16.01518440246582,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,72.46727752685547 +1992,26,0,all,15-17 yrs,282,395613,16.006887435913086,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,71.28178405761719 +1993,26,0,all,15-17 yrs,286,400584,15.995356559753418,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,71.39575958251953 +1994,26,0,all,15-17 yrs,298,411841,15.998088836669922,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,72.35802459716797 +1995,26,0,all,15-17 yrs,283,425901,15.98646354675293,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,66.4473648071289 +1996,26,0,all,15-17 yrs,278,435794,16.002111434936523,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,63.79160690307617 +1970,27,0,all,15-17 yrs,202,232296,15.983245849609375,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,86.95801544189453 +1971,27,0,all,15-17 yrs,213,235004,15.988876342773438,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,90.63675689697266 +1972,27,0,all,15-17 yrs,192,237849,15.97900390625,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,80.7234878540039 +1973,27,0.5863013863563538,all,15-17 yrs,225,241797,15.977551460266113,0,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,93.05326080322266 +1974,27,1,all,15-17 yrs,208,245763,15.988000869750977,0,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,84.63438415527344 +1975,27,1,all,15-17 yrs,222,248316,15.991132736206055,0,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,89.40221405029297 +1976,27,0.9809041023254395,all,15-17 yrs,189,251287,15.988956451416016,0,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,75.21280670166016 +1977,27,0.7397071719169617,all,15-17 yrs,199,250294,16.00098991394043,0,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,79.506500244140625 +1978,27,0.6662825345993042,all,15-17 yrs,168,247492,16.01579475402832,0,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,67.8809814453125 +1979,27,0.6642908453941345,all,15-17 yrs,184,240797,16.0185546875,0,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,76.41291046142578 +1980,27,0.6759313941001892,all,15-17 yrs,139,232477,16.02994728088379,0,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,59.79085922241211 +1981,27,0.6791439056396484,all,15-17 yrs,145,219983,16.038280487060547,0,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,65.9141845703125 +1982,27,0.6817948222160339,all,15-17 yrs,96,207840,16.033655166625977,0,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,46.18937683105469 +1983,27,0.6879870295524597,all,15-17 yrs,85,198494,16.019577026367188,0,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,42.822452545166016 +1984,27,0.6908088326454163,all,15-17 yrs,126,194888,16.001266479492188,0,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,64.65251922607422 +1985,27,0.6872035264968872,all,15-17 yrs,106,195264,15.99453067779541,0,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,54.28548049926758 +1986,27,0.6605846881866455,all,15-17 yrs,153,196636,16.000925064086914,0,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,77.808746337890625 +1987,27,0.3895438313484192,all,15-17 yrs,137,190548,16.042593002319336,0,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,71.89789581298828 +1988,27,0.07282162457704544,all,15-17 yrs,131,182168,16.068025588989258,0,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,71.9116439819336 +1989,27,0,all,15-17 yrs,99,172191,16.033613204956055,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,57.494293212890625 +1990,27,0,all,15-17 yrs,101,172104,15.993945121765137,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,58.685447692871094 +1991,27,0,all,15-17 yrs,98,174899,15.991480827331543,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,56.0323371887207 +1992,27,0,all,15-17 yrs,105,182234,15.985420227050781,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,57.618228912353516 +1993,27,0,all,15-17 yrs,100,188627,15.974950790405273,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,53.014678955078125 +1994,27,0,all,15-17 yrs,103,198062,15.976456642150879,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,52.0039176940918 +1995,27,0,all,15-17 yrs,119,207881,15.967453002929688,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,57.24428939819336 +1996,27,0,all,15-17 yrs,126,216304,15.981276512145996,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,58.25135040283203 +1970,28,1,all,15-17 yrs,171,144157,15.969560623168945,0,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,118.62067413330078 +1971,28,1,all,15-17 yrs,189,150427,15.984989166259766,0,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,125.64234161376953 +1972,28,1,all,15-17 yrs,212,154350,15.991551399230957,0,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,137.3501739501953 +1973,28,1,all,15-17 yrs,173,156561,15.995739936828613,0,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,110.50006103515625 +1974,28,1,all,15-17 yrs,165,158080,16.001726150512695,0,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,104.37753295898438 +1975,28,1,all,15-17 yrs,138,158012,15.996943473815918,0,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,87.33513641357422 +1976,28,1,all,15-17 yrs,143,158191,16.000696182250977,0,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,90.39704895019531 +1977,28,1,all,15-17 yrs,163,158052,16.003284454345703,0,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,103.130615234375 +1978,28,1,all,15-17 yrs,120,157386,15.998710632324219,0,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,76.24566650390625 +1979,28,1,all,15-17 yrs,152,156305,16.000965118408203,0,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,97.24576568603516 +1980,28,1,all,15-17 yrs,131,152545,16.013301849365234,0,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,85.87629699707031 +1981,28,1,all,15-17 yrs,126,146507,16.03266716003418,0,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,86.002716064453125 +1982,28,1,all,15-17 yrs,118,140521,16.033077239990234,0,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,83.97321319580078 +1983,28,1,all,15-17 yrs,114,135098,16.014301300048828,0,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,84.38318634033203 +1984,28,1,all,15-17 yrs,103,134358,15.996278762817383,0,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,76.660858154296875 +1985,28,1,all,15-17 yrs,96,136521,15.978340148925781,0,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,70.31885528564453 +1986,28,0.7479451894760132,all,15-17 yrs,121,139776,15.978350639343262,0,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,86.56707763671875 +1987,28,0,all,15-17 yrs,104,139023,16.006855010986328,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,74.8077621459961 +1988,28,0,all,15-17 yrs,119,134918,16.030752182006836,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,88.20172119140625 +1989,28,0,all,15-17 yrs,106,128488,16.027753829956055,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,82.49797821044922 +1990,28,0,all,15-17 yrs,120,124300,16.021102905273438,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,96.5406265258789 +1991,28,0,all,15-17 yrs,130,124049,16.01687240600586,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,104.79729461669922 +1992,28,0,all,15-17 yrs,110,126792,16.006656646728516,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,86.75626373291016 +1993,28,0,all,15-17 yrs,143,128732,16.000892639160156,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,111.08348846435547 +1994,28,0,all,15-17 yrs,138,132171,16.00772476196289,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,104.41019439697266 +1995,28,0,all,15-17 yrs,143,135774,15.995095252990723,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,105.32208251953125 +1996,28,0,all,15-17 yrs,132,138059,16.00477409362793,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,95.611297607421875 +1970,29,0,all,15-17 yrs,271,262748,15.977225303649902,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,103.14065551757812 +1971,29,0,all,15-17 yrs,300,270772,15.983738899230957,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,110.79431915283203 +1972,29,0,all,15-17 yrs,320,278123,15.979635238647461,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,115.0570068359375 +1973,29,0,all,15-17 yrs,304,282960,15.985376358032227,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,107.43567657470703 +1974,29,0,all,15-17 yrs,268,285624,15.996075630187988,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,93.82965087890625 +1975,29,0,all,15-17 yrs,278,286124,15.995781898498535,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,97.160675048828125 +1976,29,0,all,15-17 yrs,297,288218,15.993494033813477,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,103.0469970703125 +1977,29,0,all,15-17 yrs,271,288168,16.000194549560547,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,94.04236602783203 +1978,29,0,all,15-17 yrs,257,285891,16.013591766357422,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,89.89440155029297 +1979,29,0,all,15-17 yrs,258,279058,16.01773452758789,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,92.45389556884766 +1980,29,0,all,15-17 yrs,266,267986,16.024179458618164,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,99.25891876220703 +1981,29,0,all,15-17 yrs,191,253676,16.03761100769043,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,75.29289245605469 +1982,29,0,all,15-17 yrs,207,239363,16.031082153320312,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,86.47953033447266 +1983,29,0,all,15-17 yrs,159,227424,16.019968032836914,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,69.91346740722656 +1984,29,0,all,15-17 yrs,171,224960,16.00177764892578,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,76.01351165771484 +1985,29,0,all,15-17 yrs,175,226828,15.97939395904541,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,77.150970458984375 +1986,29,0,all,15-17 yrs,217,232481,15.97917652130127,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,93.34095764160156 +1987,29,0,all,15-17 yrs,191,231137,16.01655387878418,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,82.63497161865234 +1988,29,0,all,15-17 yrs,175,223097,16.04422378540039,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,78.44121551513672 +1989,29,0,all,15-17 yrs,200,210281,16.03032684326172,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,95.11082458496094 +1990,29,0,all,15-17 yrs,168,206055,16.004959106445312,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,81.53163146972656 +1991,29,0,all,15-17 yrs,195,206993,16.00372886657715,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,94.206085205078125 +1992,29,0,all,15-17 yrs,203,212557,15.997101783752441,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,95.50379180908203 +1993,29,0,all,15-17 yrs,226,217769,15.986756324768066,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,103.77969360351562 +1994,29,0,all,15-17 yrs,242,225963,15.992813110351562,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,107.09718322753906 +1995,29,0,all,15-17 yrs,216,235367,15.978841781616211,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,91.771575927734375 +1996,29,0,all,15-17 yrs,211,243209,15.988713264465332,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,86.75666046142578 +1970,30,0,all,15-17 yrs,62,45231,15.985629081726074,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,137.07412719726562 +1971,30,0,all,15-17 yrs,54,46313,15.991471290588379,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,116.59793090820312 +1972,30,0,all,15-17 yrs,66,47296,15.979934692382812,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,139.54669189453125 +1973,30,0.5041095614433289,all,15-17 yrs,65,48252,15.979337692260742,0,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,134.70944213867188 +1974,30,1,all,15-17 yrs,60,49096,15.996232032775879,0,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,122.20954895019531 +1975,30,1,all,15-17 yrs,62,49444,15.99557113647461,0,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,125.3943862915039 +1976,30,1,all,15-17 yrs,57,49520,15.989276885986328,0,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,115.10501098632812 +1977,30,1,all,15-17 yrs,85,49514,15.99808120727539,0,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,171.6686248779297 +1978,30,1,all,15-17 yrs,54,48990,16.00826644897461,0,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,110.22657775878906 +1979,30,0.6680411696434021,all,15-17 yrs,70,46977,16.016582489013672,0,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,149.00909423828125 +1980,30,0.6707993149757385,all,15-17 yrs,55,44178,16.03289031982422,0,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,124.49635314941406 +1981,30,0.6678851842880249,all,15-17 yrs,44,41695,16.046695709228516,0,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,105.52824401855469 +1982,30,0.6753487586975098,all,15-17 yrs,64,39594,16.031064987182617,0,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,161.64065551757812 +1983,30,0.6863695979118347,all,15-17 yrs,36,38253,16.013986587524414,0,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,94.11026763916016 +1984,30,0.6898184418678284,all,15-17 yrs,49,38446,15.991494178771973,0,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,127.45149230957031 +1985,30,0.6761645078659058,all,15-17 yrs,32,38965,15.974617958068848,0,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,82.12498474121094 +1986,30,0.6679462194442749,all,15-17 yrs,36,39556,15.977171897888184,0,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,91.01021575927734 +1987,30,0.5584973692893982,all,15-17 yrs,36,38449,16.01604652404785,0,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,93.630523681640625 +1988,30,0.23278002440929413,all,15-17 yrs,39,36693,16.046112060546875,0,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,106.28730010986328 +1989,30,0.009624539874494076,all,15-17 yrs,30,34949,16.01410675048828,0,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,85.83936309814453 +1990,30,0,all,15-17 yrs,33,34864,15.9851713180542,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,94.65351104736328 +1991,30,0,all,15-17 yrs,33,35825,15.993691444396973,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,92.11444854736328 +1992,30,0,all,15-17 yrs,39,37829,15.988157272338867,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,103.09551239013672 +1993,30,0,all,15-17 yrs,34,39392,15.9859619140625,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,86.31194305419922 +1994,30,0,all,15-17 yrs,33,41235,15.996023178100586,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,80.02909851074219 +1995,30,0,all,15-17 yrs,46,42762,15.989944458007812,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,107.5721435546875 +1996,30,0,all,15-17 yrs,27,43762,16.01032829284668,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,61.697364807128906 +1970,31,0.31476378440856934,all,15-17 yrs,83,87254,15.987793922424316,0,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,95.12458038330078 +1971,31,0.32733622193336487,all,15-17 yrs,99,88934,15.988283157348633,0,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,111.3185043334961 +1972,31,0.5257138013839722,all,15-17 yrs,94,90446,15.982409477233887,0,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,103.92941284179688 +1973,31,0.6647167205810547,all,15-17 yrs,67,91680,15.989157676696777,0,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,73.08027648925781 +1974,31,0.6656310558319092,all,15-17 yrs,94,92802,15.992155075073242,0,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,101.29092407226562 +1975,31,0.6642671823501587,all,15-17 yrs,86,92739,15.990823745727539,0,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,92.733367919921875 +1976,31,0.6708330512046814,all,15-17 yrs,76,93721,15.988401412963867,0,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,81.09175109863281 +1977,31,0.6709693670272827,all,15-17 yrs,65,93485,15.995732307434082,0,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,69.52986907958984 +1978,31,0.6724247336387634,all,15-17 yrs,74,92208,16.013275146484375,0,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,80.25334167480469 +1979,31,0.6703671216964722,all,15-17 yrs,91,89065,16.017044067382812,0,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,102.17256927490234 +1980,31,0.5230341553688049,all,15-17 yrs,74,84331,16.0296688079834,0,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,87.74946594238281 +1981,31,0.34682348370552063,all,15-17 yrs,58,79528,16.044689178466797,0,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,72.93029022216797 +1982,31,0.3458697497844696,all,15-17 yrs,36,74697,16.03520965576172,0,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,48.194705963134766 +1983,31,0.34818771481513977,all,15-17 yrs,37,71232,16.02063751220703,0,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,51.94294738769531 +1984,31,0.3577482998371124,all,15-17 yrs,55,70211,16.001310348510742,0,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,78.3353042602539 +1985,31,0.1764204502105713,all,15-17 yrs,47,70546,15.98602294921875,0,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,66.623199462890625 +1986,31,0,all,15-17 yrs,51,71786,15.981222152709961,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,71.04449462890625 +1987,31,0,all,15-17 yrs,72,70836,16.01554298400879,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,101.64323425292969 +1988,31,0,all,15-17 yrs,57,68880,16.045717239379883,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,82.75261688232422 +1989,31,0,all,15-17 yrs,45,66173,16.02251625061035,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,68.0035629272461 +1990,31,0,all,15-17 yrs,52,65919,15.992703437805176,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,78.88468933105469 +1991,31,0,all,15-17 yrs,44,67073,15.997197151184082,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,65.60016632080078 +1992,31,0,all,15-17 yrs,43,69022,16.00139045715332,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,62.29897689819336 +1993,31,0,all,15-17 yrs,46,70536,15.99217414855957,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,65.21492767333984 +1994,31,0,all,15-17 yrs,57,73062,15.995305061340332,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,78.01593017578125 +1995,31,0,all,15-17 yrs,60,76095,15.982547760009766,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,78.84880828857422 +1996,31,0,all,15-17 yrs,58,78899,15.99178695678711,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,73.51170349121094 +1970,32,0,all,15-17 yrs,45,26104,15.963492393493652,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,172.3873748779297 +1971,32,0,all,15-17 yrs,45,28613,15.98189640045166,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,157.2711639404297 +1972,32,0,all,15-17 yrs,56,30608,15.973960876464844,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,182.95870971679688 +1973,32,0,all,15-17 yrs,43,32484,15.978851318359375,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,132.37286376953125 +1974,32,0,all,15-17 yrs,36,34529,15.998580932617188,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,104.26018524169922 +1975,32,0,all,15-17 yrs,33,35393,16.0012149810791,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,93.23877716064453 +1976,32,0,all,15-17 yrs,38,36867,15.989285469055176,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,103.07321166992188 +1977,32,0,all,15-17 yrs,52,38370,15.995908737182617,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,135.5225372314453 +1978,32,0,all,15-17 yrs,52,40146,16.014671325683594,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,129.5272216796875 +1979,32,0,all,15-17 yrs,59,41507,16.01512908935547,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,142.1446990966797 +1980,32,0,all,15-17 yrs,53,42300,16.020519256591797,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,125.2955093383789 +1981,32,0,all,15-17 yrs,46,42038,16.03106689453125,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,109.4248046875 +1982,32,0,all,15-17 yrs,40,41330,16.020275115966797,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,96.78199768066406 +1983,32,0,all,15-17 yrs,27,40190,16.012042999267578,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,67.18089294433594 +1984,32,0,all,15-17 yrs,33,39805,16.0019588470459,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,82.90415954589844 +1985,32,0,all,15-17 yrs,28,40498,15.983579635620117,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,69.13921356201172 +1986,32,0,all,15-17 yrs,33,41852,15.98867416381836,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,78.84928131103516 +1987,32,0,all,15-17 yrs,43,42688,16.02923583984375,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,100.73088836669922 +1988,32,0,all,15-17 yrs,36,42739,16.053932189941406,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,84.2322006225586 +1989,32,0,all,15-17 yrs,41,42082,16.039588928222656,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,97.4288330078125 +1990,32,0,all,15-17 yrs,41,45301,15.986953735351562,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,90.50572967529297 +1991,32,0,all,15-17 yrs,36,45798,15.994759559631348,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,78.6060562133789 +1992,32,0,all,15-17 yrs,41,47757,15.984420776367188,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,85.851287841796875 +1993,32,0,all,15-17 yrs,38,50279,15.968018531799316,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,75.5782699584961 +1994,32,0,all,15-17 yrs,47,54525,15.969023704528809,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,86.19898986816406 +1995,32,0,all,15-17 yrs,47,58590,15.959327697753906,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,80.21846771240234 +1996,32,0,all,15-17 yrs,60,62952,15.971041679382324,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,95.31071472167969 +1970,33,0,all,15-17 yrs,38,39957,15.977850914001465,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,95.10223388671875 +1971,33,0,all,15-17 yrs,36,41700,15.975707054138184,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,86.3309326171875 +1972,33,0,all,15-17 yrs,34,43596,15.96735954284668,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,77.98880767822266 +1973,33,0.5863013863563538,all,15-17 yrs,36,45394,15.973543167114258,0,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,79.305633544921875 +1974,33,1,all,15-17 yrs,41,46796,15.985169410705566,0,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,87.61432647705078 +1975,33,1,all,15-17 yrs,35,47411,15.983864784240723,0,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,73.8225326538086 +1976,33,1,all,15-17 yrs,29,48631,15.978819847106934,0,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,59.63274383544922 +1977,33,1,all,15-17 yrs,40,49921,15.983633995056152,0,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,80.12660217285156 +1978,33,1,all,15-17 yrs,45,50885,15.992630004882812,0,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,88.43470764160156 +1979,33,0.5892310738563538,all,15-17 yrs,46,50966,15.992073059082031,0,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,90.2562484741211 +1980,33,0.32997751235961914,all,15-17 yrs,35,50681,16.00372886657715,0,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,69.05941009521484 +1981,33,0.3544958829879761,all,15-17 yrs,33,49558,16.02368927001953,0,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,66.5886459350586 +1982,33,0.3479507267475128,all,15-17 yrs,35,48017,16.0240535736084,0,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,72.89085388183594 +1983,33,0.33515581488609314,all,15-17 yrs,28,46266,16.02010154724121,0,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,60.51960372924805 +1984,33,0.345766544342041,all,15-17 yrs,25,45761,16.01376724243164,0,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,54.63167190551758 +1985,33,0.28905436396598816,all,15-17 yrs,29,45812,16.004627227783203,0,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,63.30219268798828 +1986,33,0.02980305440723896,all,15-17 yrs,29,47171,15.997180938720703,0,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,61.478450775146484 +1987,33,0,all,15-17 yrs,41,47021,16.0355167388916,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,87.19508361816406 +1988,33,0,all,15-17 yrs,34,45815,16.069868087768555,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,74.21150207519531 +1989,33,0,all,15-17 yrs,27,43179,16.045856475830078,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,62.5303955078125 +1990,33,0,all,15-17 yrs,22,41361,16.016706466674805,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,53.19020462036133 +1991,33,0,all,15-17 yrs,21,40694,16.01123046875,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,51.60466003417969 +1992,33,0,all,15-17 yrs,22,41397,15.99294662475586,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,53.14394760131836 +1993,33,0,all,15-17 yrs,23,42315,15.969585418701172,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,54.354248046875 +1994,33,0,all,15-17 yrs,18,44399,15.970945358276367,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,40.54145431518555 +1995,33,0,all,15-17 yrs,26,46377,15.9631929397583,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,56.06227111816406 +1996,33,0,all,15-17 yrs,15,48278,15.971001625061035,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,31.070053100585938 +1970,34,0,all,15-17 yrs,231,392933,15.980271339416504,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,58.78864669799805 +1971,34,0,all,15-17 yrs,278,404827,15.984282493591309,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,68.67131042480469 +1972,34,0,all,15-17 yrs,268,416628,15.978811264038086,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,64.32596588134766 +1973,34,1,all,15-17 yrs,263,424102,15.979696273803711,0,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,62.01338195800781 +1974,34,1,all,15-17 yrs,218,430015,15.994067192077637,0,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,50.69590759277344 +1975,34,1,all,15-17 yrs,251,428848,16.00157356262207,0,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,58.52889633178711 +1976,34,1,all,15-17 yrs,229,428741,15.995116233825684,0,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,53.412200927734375 +1977,34,1,all,15-17 yrs,248,425417,15.997489929199219,0,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,58.29574203491211 +1978,34,1,all,15-17 yrs,217,423383,16.010009765625,0,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,51.25382995605469 +1979,34,1,all,15-17 yrs,229,417899,16.00501823425293,0,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,54.79792785644531 +1980,34,0.8299978375434875,all,15-17 yrs,233,411517,16.01235580444336,0,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,56.619773864746094 +1981,34,0.6595242619514465,all,15-17 yrs,201,399450,16.0271053314209,0,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,50.31918716430664 +1982,34,0.6682873964309692,all,15-17 yrs,185,382928,16.02984619140625,0,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,48.311954498291016 +1983,34,0.5085621476173401,all,15-17 yrs,162,367981,16.02837371826172,0,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,44.02401351928711 +1984,34,0.17286482453346252,all,15-17 yrs,173,360103,16.016698837280273,0,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,48.04180908203125 +1985,34,0,all,15-17 yrs,157,357689,16.002605438232422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,43.892879486083984 +1986,34,0,all,15-17 yrs,166,358932,16.00490951538086,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,46.248313903808594 +1987,34,0,all,15-17 yrs,159,347333,16.04474639892578,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,45.77739334106445 +1988,34,0,all,15-17 yrs,166,327211,16.068578720092773,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,50.73179244995117 +1989,34,0,all,15-17 yrs,139,303257,16.041622161865234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,45.83570861816406 +1990,34,0,all,15-17 yrs,130,292883,16.01715660095215,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,44.38632583618164 +1991,34,0,all,15-17 yrs,134,288485,16.012662887573242,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,46.449554443359375 +1992,34,0,all,15-17 yrs,153,291436,16.000635147094727,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,52.498661041259766 +1993,34,0,all,15-17 yrs,128,293757,15.989004135131836,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,43.573429107666016 +1994,34,0,all,15-17 yrs,132,300351,15.990687370300293,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,43.94858169555664 +1995,34,0,all,15-17 yrs,144,306114,15.978443145751953,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,47.041297912597656 +1996,34,0,all,15-17 yrs,130,309730,15.99007511138916,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,41.97203826904297 +1970,35,0,all,15-17 yrs,102,67631,15.974434852600098,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,150.8184051513672 +1971,35,0,all,15-17 yrs,93,70905,15.984782218933105,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,131.16140747070312 +1972,35,0,all,15-17 yrs,86,73357,15.977029800415039,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,117.23489379882812 +1973,35,0,all,15-17 yrs,105,75555,15.981986999511719,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,138.9716033935547 +1974,35,0,all,15-17 yrs,107,77838,15.992034912109375,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,137.46499633789062 +1975,35,0,all,15-17 yrs,105,79653,15.983654022216797,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,131.82177734375 +1976,35,0,all,15-17 yrs,114,81715,15.981826782226562,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,139.50927734375 +1977,35,0,all,15-17 yrs,123,82424,15.997391700744629,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,149.22837829589844 +1978,35,0,all,15-17 yrs,76,81630,16.006271362304688,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,93.10302734375 +1979,35,0,all,15-17 yrs,93,81628,16.009126663208008,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,113.9314956665039 +1980,35,0,all,15-17 yrs,82,78913,16.023113250732422,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,103.91190338134766 +1981,35,0,all,15-17 yrs,75,75765,16.0366268157959,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,98.99029541015625 +1982,35,0,all,15-17 yrs,75,72729,16.03253173828125,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,103.12255096435547 +1983,35,0,all,15-17 yrs,76,70253,16.017536163330078,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,108.18043518066406 +1984,35,0,all,15-17 yrs,50,70183,15.994115829467773,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,71.24232482910156 +1985,35,0,all,15-17 yrs,77,71456,15.978994369506836,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,107.75862121582031 +1986,35,0,all,15-17 yrs,84,73548,15.985275268554688,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,114.21112823486328 +1987,35,0,all,15-17 yrs,65,73234,16.01421546936035,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,88.756591796875 +1988,35,0,all,15-17 yrs,87,71600,16.025697708129883,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,121.50837707519531 +1989,35,0,all,15-17 yrs,70,69046,16.011180877685547,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,101.3816909790039 +1990,35,0,all,15-17 yrs,98,68717,15.995182991027832,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,142.61390686035156 +1991,35,0,all,15-17 yrs,61,69770,15.998839378356934,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,87.43013000488281 +1992,35,0,all,15-17 yrs,60,72505,15.990800857543945,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,82.75291442871094 +1993,35,0,all,15-17 yrs,51,75172,15.98550033569336,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,67.84441375732422 +1994,35,0,all,15-17 yrs,73,78685,15.991599082946777,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,92.77498626708984 +1995,35,0,all,15-17 yrs,85,81920,15.978137016296387,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,103.759765625 +1996,35,0,all,15-17 yrs,74,84762,15.994195938110352,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,87.30327606201172 +1970,36,1,all,15-17 yrs,772,964612,15.985573768615723,0,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,80.03218078613281 +1971,36,1,all,15-17 yrs,837,983150,15.985013008117676,0,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,85.13451385498047 +1972,36,1,all,15-17 yrs,838,1001011,15.981644630432129,0,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,83.715362548828125 +1973,36,1,all,15-17 yrs,781,1008519,15.983281135559082,0,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,77.4402847290039 +1974,36,1,all,15-17 yrs,712,1015463,15.993325233459473,0,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,70.11579895019531 +1975,36,1,all,15-17 yrs,646,1014138,15.999218940734863,0,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,63.69941711425781 +1976,36,1,all,15-17 yrs,656,1015025,15.99487018585205,0,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,64.62895202636719 +1977,36,1,all,15-17 yrs,643,1003486,15.998491287231445,0,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,64.076629638671875 +1978,36,1,all,15-17 yrs,652,993057,16.00788116455078,0,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,65.65584564208984 +1979,36,1,all,15-17 yrs,648,977008,16.00353240966797,0,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,66.32494354248047 +1980,36,1,all,15-17 yrs,635,957080,16.01145362854004,0,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,66.34764099121094 +1981,36,1,all,15-17 yrs,576,929788,16.02452850341797,0,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,61.94960403442383 +1982,36,0.9749115109443665,all,15-17 yrs,553,893792,16.028303146362305,0,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,61.871219635009766 +1983,36,0.6797694563865662,all,15-17 yrs,462,861748,16.026641845703125,0,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,53.611961364746094 +1984,36,0.6858195066452026,all,15-17 yrs,465,842182,16.01361656188965,0,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,55.21371841430664 +1985,36,0.628068208694458,all,15-17 yrs,425,836410,15.997977256774902,0,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,50.812400817871094 +1986,36,0,all,15-17 yrs,447,838292,16.000804901123047,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,53.32270812988281 +1987,36,0,all,15-17 yrs,465,807987,16.04490852355957,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,57.55043029785156 +1988,36,0,all,15-17 yrs,473,760971,16.068866729736328,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,62.15742874145508 +1989,36,0,all,15-17 yrs,423,706625,16.040904998779297,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,59.86201858520508 +1990,36,0,all,15-17 yrs,428,683467,16.017234802246094,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,62.62189865112305 +1991,36,0,all,15-17 yrs,429,675759,16.00876235961914,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,63.48417282104492 +1992,36,0,all,15-17 yrs,403,684364,16.001083374023438,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,58.88679122924805 +1993,36,0,all,15-17 yrs,387,687397,15.995163917541504,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,56.29934310913086 +1994,36,0,all,15-17 yrs,393,696294,16.00286293029785,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,56.44167709350586 +1995,36,0,all,15-17 yrs,341,701639,15.992555618286133,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,48.60049057006836 +1996,36,0,all,15-17 yrs,346,704661,16.00113296508789,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,49.10162353515625 +1970,37,1,all,15-17 yrs,341,306771,15.993304252624512,0,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,111.1578369140625 +1971,37,1,all,15-17 yrs,329,314251,15.995296478271484,0,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,104.6933822631836 +1972,37,1,all,15-17 yrs,378,320381,15.990998268127441,0,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,117.98452758789062 +1973,37,1,all,15-17 yrs,401,324021,15.998064994812012,0,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,123.75740814208984 +1974,37,1,all,15-17 yrs,339,326831,16.00562286376953,0,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,103.72332763671875 +1975,37,1,all,15-17 yrs,316,326986,15.999342918395996,0,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,96.64022064208984 +1976,37,1,all,15-17 yrs,288,328014,15.998784065246582,0,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,87.80113220214844 +1977,37,1,all,15-17 yrs,278,329670,16.000085830688477,0,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,84.326751708984375 +1978,37,1,all,15-17 yrs,284,329381,16.002368927001953,0,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,86.22233581542969 +1979,37,1,all,15-17 yrs,276,327926,16.004587173461914,0,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,84.16532897949219 +1980,37,1,all,15-17 yrs,294,321935,16.017351150512695,0,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,91.322784423828125 +1981,37,1,all,15-17 yrs,257,310786,16.03426170349121,0,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,82.69355773925781 +1982,37,1,all,15-17 yrs,230,299706,16.025941848754883,0,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,76.74187469482422 +1983,37,0.9221815466880798,all,15-17 yrs,222,291550,16.011484146118164,0,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,76.144744873046875 +1984,37,0.6991451978683472,all,15-17 yrs,224,291749,16.002107620239258,0,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,76.77832794189453 +1985,37,0.6938849091529846,all,15-17 yrs,223,296155,15.991754531860352,0,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,75.29840850830078 +1986,37,0.45934799313545227,all,15-17 yrs,238,304127,15.988846778869629,0,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,78.25678253173828 +1987,37,0,all,15-17 yrs,232,302886,16.023202896118164,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,76.59647369384766 +1988,37,0,all,15-17 yrs,217,293967,16.05336570739746,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,73.81781005859375 +1989,37,0,all,15-17 yrs,198,278405,16.040462493896484,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,71.119415283203125 +1990,37,0,all,15-17 yrs,215,271641,16.01762580871582,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,79.1485824584961 +1991,37,0,all,15-17 yrs,216,267195,16.01874351501465,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,80.83983612060547 +1992,37,0,all,15-17 yrs,216,271130,16.003448486328125,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,79.66658020019531 +1993,37,0,all,15-17 yrs,224,275840,15.989051818847656,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,81.20649719238281 +1994,37,0,all,15-17 yrs,224,284564,15.99604320526123,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,78.71691131591797 +1995,37,0,all,15-17 yrs,216,292288,15.985151290893555,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,73.89971160888672 +1996,37,0,all,15-17 yrs,218,298443,15.990540504455566,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,73.0457763671875 +1970,38,0,all,15-17 yrs,31,40489,15.989280700683594,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,76.56400299072266 +1971,38,0,all,15-17 yrs,47,41391,15.987533569335938,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,113.55125427246094 +1972,38,0,all,15-17 yrs,46,41953,15.992801666259766,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,109.6465072631836 +1973,38,0,all,15-17 yrs,54,42142,15.994044303894043,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,128.13819885253906 +1974,38,0,all,15-17 yrs,41,42344,15.99666976928711,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,96.82599639892578 +1975,38,0,all,15-17 yrs,31,42229,16.00366973876953,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,73.409271240234375 +1976,38,0,all,15-17 yrs,44,42176,16.00353240966797,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,104.32473754882812 +1977,38,0,all,15-17 yrs,42,41350,16.00957679748535,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,101.57194519042969 +1978,38,0,all,15-17 yrs,33,40056,16.02144432067871,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,82.38465881347656 +1979,38,0,all,15-17 yrs,38,38255,16.02428436279297,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,99.33341979980469 +1980,38,0,all,15-17 yrs,36,35819,16.031883239746094,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,100.50531768798828 +1981,38,0,all,15-17 yrs,30,33934,16.03795623779297,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,88.40690612792969 +1982,38,0,all,15-17 yrs,26,32371,16.03200340270996,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,80.31880187988281 +1983,38,0,all,15-17 yrs,28,30987,16.023622512817383,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,90.3604736328125 +1984,38,0,all,15-17 yrs,15,30541,15.99950885772705,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,49.11430358886719 +1985,38,0,all,15-17 yrs,17,30464,15.973345756530762,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,55.80356979370117 +1986,38,0,all,15-17 yrs,19,30526,15.985880851745605,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,62.24202346801758 +1987,38,0,all,15-17 yrs,28,29755,16.011560440063477,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,94.1018295288086 +1988,38,0,all,15-17 yrs,22,28470,16.02096939086914,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,77.274322509765625 +1989,38,0,all,15-17 yrs,17,27172,16.010231018066406,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,62.56440353393555 +1990,38,0,all,15-17 yrs,25,26268,16.006319046020508,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,95.17283630371094 +1991,38,0,all,15-17 yrs,16,26772,15.996077537536621,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,59.76393127441406 +1992,38,0,all,15-17 yrs,19,27714,15.99588680267334,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,68.55741119384766 +1993,38,0,all,15-17 yrs,22,28463,15.994379043579102,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,77.29332733154297 +1994,38,0,all,15-17 yrs,31,29406,16.00016975402832,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,105.42066192626953 +1995,38,0,all,15-17 yrs,20,30388,15.988285064697266,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,65.8154525756836 +1996,38,0,all,15-17 yrs,24,31055,16.0028018951416,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,77.28224182128906 +1970,39,1,all,15-17 yrs,542,631253,15.976747512817383,0,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,85.86097717285156 +1971,39,1,all,15-17 yrs,463,642521,15.983145713806152,0,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,72.05989837646484 +1972,39,1,all,15-17 yrs,578,654366,15.977584838867188,0,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,88.32977294921875 +1973,39,1,all,15-17 yrs,534,663944,15.979019165039062,0,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,80.428466796875 +1974,39,1,all,15-17 yrs,527,667151,15.998662948608398,0,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,78.99261474609375 +1975,39,1,all,15-17 yrs,465,657447,16.00786590576172,0,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,70.72813415527344 +1976,39,1,all,15-17 yrs,460,648359,15.997756004333496,0,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,70.94834899902344 +1977,39,1,all,15-17 yrs,458,639740,15.999889373779297,0,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,71.591583251953125 +1978,39,1,all,15-17 yrs,479,631543,16.01483917236328,0,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,75.84598541259766 +1979,39,1,all,15-17 yrs,493,615097,16.010480880737305,0,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,80.14996337890625 +1980,39,1,all,15-17 yrs,512,594405,16.015655517578125,0,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,86.13655853271484 +1981,39,1,all,15-17 yrs,340,568516,16.029964447021484,0,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,59.80482482910156 +1982,39,0.8798462152481079,all,15-17 yrs,354,541111,16.025062561035156,0,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,65.42095947265625 +1983,39,0.680864155292511,all,15-17 yrs,338,519561,16.014514923095703,0,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,65.05492401123047 +1984,39,0.686947226524353,all,15-17 yrs,310,513969,15.998275756835938,0,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,60.31492233276367 +1985,39,0.6815656423568726,all,15-17 yrs,299,515176,15.984182357788086,0,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,58.03841781616211 +1986,39,0.6782891750335693,all,15-17 yrs,335,525135,15.982406616210938,0,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,63.793121337890625 +1987,39,0.6388097405433655,all,15-17 yrs,341,517701,16.020334243774414,0,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,65.868133544921875 +1988,39,0.35447701811790466,all,15-17 yrs,333,496891,16.055429458618164,0,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,67.01670837402344 +1989,39,0.055193446576595306,all,15-17 yrs,269,465513,16.03733253479004,0,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,57.78571319580078 +1990,39,0,all,15-17 yrs,286,448373,16.014814376831055,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,63.78617858886719 +1991,39,0,all,15-17 yrs,292,446865,16.013221740722656,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,65.3441162109375 +1992,39,0,all,15-17 yrs,278,454368,16.006589889526367,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,61.18388748168945 +1993,39,0,all,15-17 yrs,260,459352,15.997187614440918,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,56.60147476196289 +1994,39,0,all,15-17 yrs,278,472191,15.998231887817383,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,58.874481201171875 +1995,39,0,all,15-17 yrs,298,485831,15.986480712890625,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,61.33820343017578 +1996,39,0,all,15-17 yrs,253,495898,16.00037384033203,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,51.0185546875 +1970,40,0,all,15-17 yrs,155,148384,15.983623504638672,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,104.45870208740234 +1971,40,0,all,15-17 yrs,159,152607,15.994790077209473,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,104.18919372558594 +1972,40,0,all,15-17 yrs,148,155621,15.987951278686523,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,95.10284423828125 +1973,40,0,all,15-17 yrs,145,157512,15.992254257202148,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,92.05648040771484 +1974,40,0,all,15-17 yrs,147,159422,16.002458572387695,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,92.208099365234375 +1975,40,0,all,15-17 yrs,165,160116,15.998088836669922,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,103.05028533935547 +1976,40,0.08493150770664215,all,15-17 yrs,150,162191,15.994247436523438,0,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,92.483551025390625 +1977,40,1,all,15-17 yrs,183,163406,15.998255729675293,0,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,111.9909896850586 +1978,40,1,all,15-17 yrs,193,164249,16.005016326904297,0,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,117.50452423095703 +1979,40,1,all,15-17 yrs,151,163023,16.01386833190918,0,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,92.624969482421875 +1980,40,1,all,15-17 yrs,149,159992,16.031471252441406,0,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,93.12965393066406 +1981,40,1,all,15-17 yrs,148,152676,16.04636001586914,0,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,96.93730163574219 +1982,40,1,all,15-17 yrs,138,148181,16.040935516357422,0,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,93.12934875488281 +1983,40,0.7232876420021057,all,15-17 yrs,112,146852,16.00967025756836,0,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,76.26726531982422 +1984,40,0,all,15-17 yrs,118,146599,15.986227989196777,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,80.49168395996094 +1985,40,0,all,15-17 yrs,112,148875,15.975234031677246,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,75.23089599609375 +1986,40,0,all,15-17 yrs,123,152340,15.976506233215332,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,80.740447998046875 +1987,40,0,all,15-17 yrs,102,150624,16.002004623413086,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,67.718292236328125 +1988,40,0,all,15-17 yrs,107,144327,16.032503128051758,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,74.13719940185547 +1989,40,0,all,15-17 yrs,131,136737,16.023841857910156,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,95.804351806640625 +1990,40,0,all,15-17 yrs,121,134649,15.99819564819336,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,89.86327362060547 +1991,40,0,all,15-17 yrs,132,135816,15.998806953430176,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,97.19031524658203 +1992,40,0,all,15-17 yrs,112,140003,15.998421669006348,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,79.99828338623047 +1993,40,0,all,15-17 yrs,111,141931,15.994025230407715,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,78.20701599121094 +1994,40,0,all,15-17 yrs,136,145794,15.993820190429688,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,93.28230285644531 +1995,40,0,all,15-17 yrs,122,150561,15.972894668579102,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,81.03028106689453 +1996,40,0,all,15-17 yrs,114,155181,15.984347343444824,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,73.46260070800781 +1970,41,0,all,15-17 yrs,133,128107,15.997713088989258,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,103.81946563720703 +1971,41,0,all,15-17 yrs,90,128728,16.000730514526367,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,69.91485595703125 +1972,41,0,all,15-17 yrs,138,130093,15.983988761901855,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,106.07795715332031 +1973,41,0,all,15-17 yrs,118,131868,15.989330291748047,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,89.4834213256836 +1974,41,0,all,15-17 yrs,138,132872,16.00151252746582,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,103.8593521118164 +1975,41,0,all,15-17 yrs,133,133033,15.995068550109863,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,99.9751968383789 +1976,41,0,all,15-17 yrs,130,135333,15.98007869720459,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,96.0593490600586 +1977,41,0,all,15-17 yrs,128,137732,15.991809844970703,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,92.9341049194336 +1978,41,0,all,15-17 yrs,116,138855,16.013769149780273,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,83.5403823852539 +1979,41,0,all,15-17 yrs,109,135474,16.021900177001953,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,80.45824432373047 +1980,41,0,all,15-17 yrs,112,132295,16.028209686279297,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,84.65928649902344 +1981,41,0,all,15-17 yrs,107,127138,16.022109985351562,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,84.16051483154297 +1982,41,0,all,15-17 yrs,84,121864,16.010700225830078,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,68.9292984008789 +1983,41,0,all,15-17 yrs,81,118149,16.001659393310547,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,68.55750274658203 +1984,41,0,all,15-17 yrs,96,118527,15.984366416931152,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,80.99420166015625 +1985,41,0,all,15-17 yrs,95,120454,15.972354888916016,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,78.86827850341797 +1986,41,0,all,15-17 yrs,112,122350,15.988581657409668,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,91.54066467285156 +1987,41,0,all,15-17 yrs,103,119258,16.033288955688477,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,86.36737060546875 +1988,41,0,all,15-17 yrs,115,114462,16.05076789855957,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,100.47002410888672 +1989,41,0,all,15-17 yrs,91,110512,16.021690368652344,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,82.34400177001953 +1990,41,0,all,15-17 yrs,96,113635,15.984837532043457,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,84.48101043701172 +1991,41,0,all,15-17 yrs,79,116636,15.98852825164795,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,67.732086181640625 +1992,41,0,all,15-17 yrs,83,122460,15.985447883605957,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,67.77723693847656 +1993,41,0,all,15-17 yrs,92,126347,15.989228248596191,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,72.815338134765625 +1994,41,0,all,15-17 yrs,78,131707,15.994852066040039,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,59.22236633300781 +1995,41,0,all,15-17 yrs,108,137071,15.981279373168945,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,78.7912826538086 +1996,41,0,all,15-17 yrs,82,141528,15.994757652282715,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,57.939064025878906 +1970,42,0,all,15-17 yrs,499,671304,15.986927032470703,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,74.33293914794922 +1971,42,0,all,15-17 yrs,522,679390,15.988808631896973,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,76.83363342285156 +1972,42,0,all,15-17 yrs,522,689894,15.979510307312012,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,75.6637954711914 +1973,42,0,all,15-17 yrs,573,697557,15.983109474182129,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,82.1438217163086 +1974,42,0,all,15-17 yrs,551,700688,15.999727249145508,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,78.636993408203125 +1975,42,0,all,15-17 yrs,507,694080,16.008426666259766,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,73.04633331298828 +1976,42,0,all,15-17 yrs,463,686709,16.001062393188477,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,67.42302703857422 +1977,42,0,all,15-17 yrs,456,674850,16.004150390625,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,67.57057189941406 +1978,42,0,all,15-17 yrs,483,664204,16.01622772216797,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,72.71862030029297 +1979,42,0,all,15-17 yrs,415,650809,16.007219314575195,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,63.766788482666016 +1980,42,0,all,15-17 yrs,400,635296,16.01129913330078,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,62.96277618408203 +1981,42,0,all,15-17 yrs,398,613574,16.028011322021484,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,64.86585235595703 +1982,42,0,all,15-17 yrs,313,586419,16.028074264526367,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,53.37480545043945 +1983,42,0,all,15-17 yrs,314,562238,16.021556854248047,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,55.848236083984375 +1984,42,0,all,15-17 yrs,300,548036,16.011940002441406,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,54.740928649902344 +1985,42,0,all,15-17 yrs,286,539584,16.00107765197754,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,53.0037956237793 +1986,42,0,all,15-17 yrs,350,542743,15.995447158813477,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,64.48724365234375 +1987,42,0,all,15-17 yrs,287,529281,16.028553009033203,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,54.22450637817383 +1988,42,0,all,15-17 yrs,302,504822,16.05953025817871,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,59.82306671142578 +1989,42,0,all,15-17 yrs,282,470688,16.04191017150879,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,59.91230010986328 +1990,42,0,all,15-17 yrs,253,452681,16.018842697143555,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,55.88924789428711 +1991,42,0,all,15-17 yrs,236,447318,16.01422882080078,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,52.758888244628906 +1992,42,0,all,15-17 yrs,274,453513,16.003036499023438,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,60.417232513427734 +1993,42,0,all,15-17 yrs,253,458848,15.992498397827148,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,55.138084411621094 +1994,42,0,all,15-17 yrs,268,470624,15.995162010192871,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,56.94567108154297 +1995,42,0,all,15-17 yrs,264,481733,15.98354721069336,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,54.80214309692383 +1996,42,0,all,15-17 yrs,275,489359,15.997049331665039,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,56.195960998535156 +1970,44,0,all,15-17 yrs,29,50018,15.9767484664917,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,57.9791259765625 +1971,44,0,all,15-17 yrs,31,52033,15.991178512573242,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,59.57757568359375 +1972,44,0.8383561372756958,all,15-17 yrs,52,53785,15.991968154907227,0,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,96.68122863769531 +1973,44,1,all,15-17 yrs,37,54401,15.988988876342773,0,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,68.013458251953125 +1974,44,1,all,15-17 yrs,32,53973,15.99699878692627,0,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,59.288902282714844 +1975,44,1,all,15-17 yrs,49,53134,16.002107620239258,0,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,92.21967315673828 +1976,44,1,all,15-17 yrs,23,53204,15.989042282104492,0,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,43.22983169555664 +1977,44,1,all,15-17 yrs,31,53144,15.992548942565918,0,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,58.33207702636719 +1978,44,1,all,15-17 yrs,23,52947,16.005685806274414,0,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,43.439666748046875 +1979,44,1,all,15-17 yrs,37,51847,15.99944019317627,0,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,71.36382293701172 +1980,44,0.842829704284668,all,15-17 yrs,27,50362,16.006473541259766,0,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,53.61185073852539 +1981,44,0.5324057340621948,all,15-17 yrs,26,49106,16.024253845214844,0,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,52.946685791015625 +1982,44,0.3565172851085663,all,15-17 yrs,10,47305,16.02781867980957,0,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,21.139413833618164 +1983,44,0.33735543489456177,all,15-17 yrs,19,45366,16.024158477783203,0,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,41.88158416748047 +1984,44,0.1724034696817398,all,15-17 yrs,24,43968,16.026838302612305,0,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,54.58515167236328 +1985,44,0,all,15-17 yrs,25,43327,16.01218605041504,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,57.700740814208984 +1986,44,0,all,15-17 yrs,12,43334,16.004131317138672,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,27.69188117980957 +1987,44,0,all,15-17 yrs,18,42424,16.04518699645996,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,42.42881393432617 +1988,44,0,all,15-17 yrs,22,40103,16.07370948791504,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,54.85873794555664 +1989,44,0,all,15-17 yrs,22,37187,16.05039405822754,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,59.160457611083984 +1990,44,0,all,15-17 yrs,23,35487,16.029024124145508,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,64.812469482421875 +1991,44,0,all,15-17 yrs,13,34573,16.019927978515625,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,37.60159683227539 +1992,44,0,all,15-17 yrs,18,34644,15.999018669128418,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,51.95705032348633 +1993,44,0,all,15-17 yrs,17,35214,15.975833892822266,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,48.27625274658203 +1994,44,0,all,15-17 yrs,10,36172,15.981505393981934,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,27.645692825317383 +1995,44,0,all,15-17 yrs,12,37050,15.973278999328613,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,32.38866424560547 +1996,44,0,all,15-17 yrs,11,37609,15.983434677124023,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,29.24831771850586 +1970,45,1,all,15-17 yrs,195,167616,15.989923477172852,0,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,116.33734130859375 +1971,45,1,all,15-17 yrs,186,171381,16.000139236450195,0,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,108.53012084960938 +1972,45,1,all,15-17 yrs,206,175449,15.997246742248535,0,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,117.41304016113281 +1973,45,1,all,15-17 yrs,197,178347,16.000017166137695,0,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,110.45882415771484 +1974,45,1,all,15-17 yrs,202,181282,16.01383399963379,0,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,111.42860412597656 +1975,45,1,all,15-17 yrs,170,182237,16.00672149658203,0,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,93.28511810302734 +1976,45,1,all,15-17 yrs,160,182784,16.0051326751709,0,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,87.5350112915039 +1977,45,1,all,15-17 yrs,188,183553,16.01102638244629,0,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,102.42273712158203 +1978,45,1,all,15-17 yrs,176,184328,16.008256912231445,0,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,95.481964111328125 +1979,45,1,all,15-17 yrs,145,184936,16.003536224365234,0,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,78.40550231933594 +1980,45,1,all,15-17 yrs,143,182470,16.0208740234375,0,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,78.369049072265625 +1981,45,1,all,15-17 yrs,130,175610,16.039844512939453,0,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,74.02767181396484 +1982,45,1,all,15-17 yrs,132,167127,16.036319732666016,0,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,78.98184967041016 +1983,45,1,all,15-17 yrs,122,160941,16.020492553710938,0,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,75.8041763305664 +1984,45,0.6990699172019958,all,15-17 yrs,109,159794,16.000518798828125,0,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,68.21282196044922 +1985,45,0.3554985225200653,all,15-17 yrs,124,161682,15.99156379699707,0,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,76.693756103515625 +1986,45,0.23250889778137207,all,15-17 yrs,150,166450,15.985112190246582,0,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,90.11714935302734 +1987,45,0,all,15-17 yrs,134,166819,16.010459899902344,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,80.32658386230469 +1988,45,0,all,15-17 yrs,139,164103,16.03814125061035,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,84.7029037475586 +1989,45,0,all,15-17 yrs,112,157392,16.031139373779297,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,71.15990447998047 +1990,45,0,all,15-17 yrs,133,153103,16.02163314819336,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,86.86962127685547 +1991,45,0,all,15-17 yrs,120,151649,16.023521423339844,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,79.130096435546875 +1992,45,0,all,15-17 yrs,111,153124,16.012643814086914,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,72.49027252197266 +1993,45,0,all,15-17 yrs,124,154325,16.006149291992188,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,80.34991455078125 +1994,45,0,all,15-17 yrs,119,158009,16.015100479125977,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,75.312164306640625 +1995,45,0,all,15-17 yrs,130,161273,16.003068923950195,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,80.60865783691406 +1996,45,0,all,15-17 yrs,149,164297,16.011606216430664,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,90.689422607421875 +1970,46,0.6334497332572937,all,15-17 yrs,53,43581,15.98758602142334,0,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,121.61263275146484 +1971,46,0.6512255072593689,all,15-17 yrs,55,44172,15.98922348022461,0,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,124.51326751708984 +1972,46,0.82924884557724,all,15-17 yrs,68,44793,15.989060401916504,0,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,151.80943298339844 +1973,46,1,all,15-17 yrs,45,44881,15.996435165405273,0,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,100.26514434814453 +1974,46,1,all,15-17 yrs,50,44607,16.003250122070312,0,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,112.09003448486328 +1975,46,1,all,15-17 yrs,51,44398,15.995135307312012,0,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,114.87004089355469 +1976,46,1,all,15-17 yrs,43,44569,15.992281913757324,0,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,96.4796142578125 +1977,46,1,all,15-17 yrs,30,44273,16.004043579101562,0,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,67.76139068603516 +1978,46,1,all,15-17 yrs,32,43201,16.013240814208984,0,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,74.072357177734375 +1979,46,1,all,15-17 yrs,52,41611,16.019128799438477,0,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,124.96695709228516 +1980,46,1,all,15-17 yrs,48,39311,16.03421401977539,0,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,122.10322570800781 +1981,46,1,all,15-17 yrs,41,36511,16.052532196044922,0,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,112.294921875 +1982,46,1,all,15-17 yrs,27,33823,16.042869567871094,0,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,79.82733917236328 +1983,46,1,all,15-17 yrs,30,31951,16.0242862701416,0,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,93.8937759399414 +1984,46,0.8492276668548584,all,15-17 yrs,26,31468,16.00009536743164,0,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,82.62361907958984 +1985,46,0.6924275755882263,all,15-17 yrs,24,31699,15.983627319335938,0,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,75.71216583251953 +1986,46,0.6819666028022766,all,15-17 yrs,31,32330,15.978719711303711,0,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,95.88617706298828 +1987,46,0.6698997616767883,all,15-17 yrs,22,31890,16.014768600463867,0,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,68.98714447021484 +1988,46,0.16567519307136536,all,15-17 yrs,26,31125,16.035083770751953,0,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,83.53413391113281 +1989,46,0,all,15-17 yrs,18,29987,16.00690269470215,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,60.0260124206543 +1990,46,0,all,15-17 yrs,32,29943,15.986040115356445,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,106.86972045898438 +1991,46,0,all,15-17 yrs,21,30836,15.987092971801758,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,68.10221862792969 +1992,46,0,all,15-17 yrs,25,32511,15.982159614562988,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,76.89704895019531 +1993,46,0,all,15-17 yrs,24,33574,15.983856201171875,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,71.48388671875 +1994,46,0,all,15-17 yrs,36,34996,15.99102783203125,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,102.868896484375 +1995,46,0,all,15-17 yrs,27,36427,15.98026180267334,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,74.12084197998047 +1996,46,0,all,15-17 yrs,35,37432,16.001922607421875,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,93.50288391113281 +1970,47,0,all,15-17 yrs,266,229255,15.975433349609375,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,116.02800750732422 +1971,47,0.6712328791618347,all,15-17 yrs,287,236863,15.99039077758789,0,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,121.1670913696289 +1972,47,1,all,15-17 yrs,284,243016,15.988066673278809,0,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,116.86473083496094 +1973,47,1,all,15-17 yrs,313,244767,15.993986129760742,0,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,127.87671661376953 +1974,47,1,all,15-17 yrs,279,247522,16.0015869140625,0,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,112.71725463867188 +1975,47,1,all,15-17 yrs,290,248883,15.996150970458984,0,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,116.52061462402344 +1976,47,1,all,15-17 yrs,270,251659,15.997241973876953,0,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,107.28804016113281 +1977,47,1,all,15-17 yrs,249,253299,16.00304412841797,0,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,98.30279541015625 +1978,47,1,all,15-17 yrs,248,254735,16.00359535217285,0,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,97.3560791015625 +1979,47,0.806653618812561,all,15-17 yrs,228,254860,16.000051498413086,0,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,89.46088409423828 +1980,47,0.6757730841636658,all,15-17 yrs,232,251175,16.012027740478516,0,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,92.36588287353516 +1981,47,0.6833317875862122,all,15-17 yrs,216,242403,16.03249168395996,0,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,89.1078109741211 +1982,47,0.6769021153450012,all,15-17 yrs,206,230933,16.03289222717285,0,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,89.20336151123047 +1983,47,0.6810385584831238,all,15-17 yrs,161,220708,16.020429611206055,0,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,72.94705963134766 +1984,47,0.6607020497322083,all,15-17 yrs,156,218579,16.000768661499023,0,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,71.37007904052734 +1985,47,0.3774188458919525,all,15-17 yrs,155,221123,15.984176635742188,0,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,70.09673309326172 +1986,47,0.05816126614809036,all,15-17 yrs,189,227805,15.98381519317627,0,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,82.96569061279297 +1987,47,0,all,15-17 yrs,217,227916,16.021732330322266,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,95.21051788330078 +1988,47,0,all,15-17 yrs,187,222502,16.048242568969727,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,84.044189453125 +1989,47,0,all,15-17 yrs,174,211724,16.033510208129883,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,82.182464599609375 +1990,47,0,all,15-17 yrs,196,205921,16.01730728149414,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,95.18213653564453 +1991,47,0,all,15-17 yrs,189,203493,16.021244049072266,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,92.87788391113281 +1992,47,0,all,15-17 yrs,181,206919,16.00677490234375,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,87.47383880615234 +1993,47,0,all,15-17 yrs,200,210786,15.991730690002441,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,94.882965087890625 +1994,47,0,all,15-17 yrs,236,218038,15.998894691467285,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,108.2380142211914 +1995,47,0,all,15-17 yrs,245,224598,15.990418434143066,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,109.08378601074219 +1996,47,0,all,15-17 yrs,219,228391,16.004596710205078,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,95.88819122314453 +1970,48,0,all,15-17 yrs,684,671961,15.983681678771973,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,101.79161834716797 +1971,48,0,all,15-17 yrs,635,692632,15.989805221557617,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,91.67927551269531 +1972,48,0,all,15-17 yrs,756,711619,15.983322143554688,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,106.23662567138672 +1973,48,0.4191780686378479,all,15-17 yrs,780,729145,15.987866401672363,0,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,106.974609375 +1974,48,1,all,15-17 yrs,675,743718,15.999521255493164,0,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,90.76020812988281 +1975,48,1,all,15-17 yrs,732,754088,15.996750831604004,0,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,97.0708999633789 +1976,48,1,all,15-17 yrs,671,770279,15.991451263427734,0,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,87.11128997802734 +1977,48,1,all,15-17 yrs,679,779287,15.997530937194824,0,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,87.13092803955078 +1978,48,1,all,15-17 yrs,729,785290,16.005325317382812,0,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,92.83194732666016 +1979,48,1,all,15-17 yrs,774,786527,16.008790969848633,0,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,98.40730285644531 +1980,48,1,all,15-17 yrs,695,785084,16.020444869995117,0,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,88.52555847167969 +1981,48,0.8943661451339722,all,15-17 yrs,654,767189,16.032798767089844,0,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,85.24626922607422 +1982,48,0.682551920413971,all,15-17 yrs,658,760429,16.02471351623535,0,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,86.53010559082031 +1983,48,0.687008261680603,all,15-17 yrs,616,752018,16.008176803588867,0,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,81.912933349609375 +1984,48,0.693396270275116,all,15-17 yrs,582,762192,15.991507530212402,0,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,76.35871124267578 +1985,48,0.6857057213783264,all,15-17 yrs,637,785149,15.978782653808594,0,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,81.13109588623047 +1986,48,0.4516404867172241,all,15-17 yrs,632,821172,15.978015899658203,0,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,76.96317291259766 +1987,48,0,all,15-17 yrs,576,821044,16.008358001708984,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,70.15458679199219 +1988,48,0,all,15-17 yrs,615,798584,16.032928466796875,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,77.01130676269531 +1989,48,0,all,15-17 yrs,617,762547,16.024349212646484,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,80.91304779052734 +1990,48,0,all,15-17 yrs,637,760356,16.001781463623047,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,83.77655029296875 +1991,48,0,all,15-17 yrs,628,764140,16.004154205322266,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,82.18389129638672 +1992,48,0,all,15-17 yrs,606,781481,16.002443313598633,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,77.545074462890625 +1993,48,0,all,15-17 yrs,636,795048,15.998381614685059,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,79.99517059326172 +1994,48,0,all,15-17 yrs,664,821431,15.999457359313965,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,80.83454132080078 +1995,48,0,all,15-17 yrs,672,854411,15.983749389648438,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,78.65067291259766 +1996,48,0,all,15-17 yrs,677,891280,15.992981910705566,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,75.95817565917969 +1970,49,0,all,15-17 yrs,73,71346,15.987357139587402,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,102.31828308105469 +1971,49,0,all,15-17 yrs,66,73395,15.992696762084961,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,89.92438507080078 +1972,49,0,all,15-17 yrs,84,75572,15.98074722290039,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,111.15227508544922 +1973,49,0,all,15-17 yrs,77,77698,15.988030433654785,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,99.10164642333984 +1974,49,0,all,15-17 yrs,80,78863,16.004894256591797,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,101.44174194335938 +1975,49,0,all,15-17 yrs,70,78993,16.004709243774414,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,88.615447998046875 +1976,49,0,all,15-17 yrs,68,80143,15.991277694702148,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,84.84833526611328 +1977,49,0,all,15-17 yrs,59,81049,15.998112678527832,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,72.79547119140625 +1978,49,0,all,15-17 yrs,75,81396,16.021425247192383,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,92.142120361328125 +1979,49,0,all,15-17 yrs,54,80043,16.026622772216797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,67.46373748779297 +1980,49,0,all,15-17 yrs,58,78025,16.02676010131836,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,74.33515167236328 +1981,49,0,all,15-17 yrs,66,76072,16.015300750732422,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,86.7599105834961 +1982,49,0,all,15-17 yrs,66,75519,15.993326187133789,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,87.39522552490234 +1983,49,0,all,15-17 yrs,53,76278,15.983717918395996,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,69.48268127441406 +1984,49,0,all,15-17 yrs,52,77932,15.9819974899292,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,66.72483825683594 +1985,49,0,all,15-17 yrs,50,80301,15.968207359313965,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,62.265724182128906 +1986,49,0,all,15-17 yrs,80,84593,15.965765953063965,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,94.57047271728516 +1987,49,0,all,15-17 yrs,71,87131,15.99332046508789,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,81.48649597167969 +1988,49,0,all,15-17 yrs,59,87653,16.013986587524414,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,67.31087493896484 +1989,49,0,all,15-17 yrs,68,87772,15.993721961975098,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,77.47345733642578 +1990,49,0,all,15-17 yrs,71,91178,15.976211547851562,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,77.869659423828125 +1991,49,0,all,15-17 yrs,59,96784,15.97475814819336,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,60.96049118041992 +1992,49,0,all,15-17 yrs,80,105195,15.967803001403809,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,76.04924011230469 +1993,49,0,all,15-17 yrs,79,112521,15.982492446899414,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,70.20911407470703 +1994,49,0,all,15-17 yrs,96,119037,16.008695602416992,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,80.6471939086914 +1995,49,0,all,15-17 yrs,84,122637,16.002300262451172,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,68.49482727050781 +1996,49,0,all,15-17 yrs,91,124932,16.01753044128418,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,72.8396224975586 +1970,50,0,all,15-17 yrs,21,25593,15.982378005981445,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,82.0536880493164 +1971,50,0.16712328791618347,all,15-17 yrs,33,26181,15.987128257751465,0,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,126.04560852050781 +1972,50,1,all,15-17 yrs,44,26748,15.977755546569824,0,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,164.49827575683594 +1973,50,1,all,15-17 yrs,30,27307,15.978650093078613,0,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,109.8619384765625 +1974,50,1,all,15-17 yrs,24,27682,15.990860939025879,0,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,86.69893646240234 +1975,50,1,all,15-17 yrs,31,27980,15.995067596435547,0,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,110.79342651367188 +1976,50,1,all,15-17 yrs,25,28459,15.978952407836914,0,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,87.845672607421875 +1977,50,1,all,15-17 yrs,23,28752,15.992870330810547,0,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,79.99443817138672 +1978,50,1,all,15-17 yrs,26,29023,16.00940704345703,0,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,89.58412170410156 +1979,50,1,all,15-17 yrs,25,28766,16.003198623657227,0,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,86.90815734863281 +1980,50,1,all,15-17 yrs,27,28624,16.016735076904297,0,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,94.3264389038086 +1981,50,1,all,15-17 yrs,19,27513,16.026859283447266,0,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,69.05826568603516 +1982,50,1,all,15-17 yrs,15,26333,16.024494171142578,0,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,56.962745666503906 +1983,50,1,all,15-17 yrs,24,25413,16.016054153442383,0,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,94.439849853515625 +1984,50,1,all,15-17 yrs,18,25176,15.996583938598633,0,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,71.49666595458984 +1985,50,1,all,15-17 yrs,13,25304,15.985179901123047,0,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,51.37527847290039 +1986,50,0.9589878916740417,all,15-17 yrs,19,25719,15.990241050720215,0,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,73.8753433227539 +1987,50,0.6660877466201782,all,15-17 yrs,22,25226,16.028661727905273,0,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,87.21160888671875 +1988,50,0.3230956196784973,all,15-17 yrs,21,24169,16.05862808227539,0,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,86.8881607055664 +1989,50,0.04008346050977707,all,15-17 yrs,8,22504,16.047325134277344,0,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,35.54923629760742 +1990,50,0,all,15-17 yrs,12,21959,16.014026641845703,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,54.64729690551758 +1991,50,0,all,15-17 yrs,12,21889,16.002878189086914,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,54.82205581665039 +1992,50,0,all,15-17 yrs,16,22379,15.99919605255127,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,71.49559783935547 +1993,50,0,all,15-17 yrs,9,22784,15.992319107055664,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,39.50140380859375 +1994,50,0,all,15-17 yrs,8,23669,15.989648818969727,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,33.79948425292969 +1995,50,0,all,15-17 yrs,13,24596,15.975198745727539,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,52.854122161865234 +1996,50,0,all,15-17 yrs,18,25444,15.989506721496582,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,70.74359130859375 +1970,51,0,all,15-17 yrs,249,266025,15.983468055725098,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,93.60022735595703 +1971,51,0,all,15-17 yrs,262,277332,15.991540908813477,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,94.47161102294922 +1972,51,0,all,15-17 yrs,258,286438,15.987397193908691,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,90.07184600830078 +1973,51,0,all,15-17 yrs,209,293676,15.990346908569336,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,71.16686248779297 +1974,51,0.5041095614433289,all,15-17 yrs,239,299798,16.002952575683594,0,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,79.72034454345703 +1975,51,1,all,15-17 yrs,224,300639,16.006813049316406,0,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,74.507965087890625 +1976,51,1,all,15-17 yrs,235,302502,16.003002166748047,0,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,77.68544006347656 +1977,51,1,all,15-17 yrs,248,302333,16.00210952758789,0,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,82.02875518798828 +1978,51,1,all,15-17 yrs,188,302661,16.00428581237793,0,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,62.115699768066406 +1979,51,1,all,15-17 yrs,211,299027,16.003986358642578,0,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,70.56218719482422 +1980,51,1,all,15-17 yrs,242,293727,16.017284393310547,0,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,82.3894271850586 +1981,51,1,all,15-17 yrs,166,284769,16.038660049438477,0,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,58.29286193847656 +1982,51,1,all,15-17 yrs,166,272613,16.033292770385742,0,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,60.892181396484375 +1983,51,0.8458024263381958,all,15-17 yrs,140,263647,16.01850128173828,0,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,53.1013069152832 +1984,51,0.7036128640174866,all,15-17 yrs,161,261822,16.004079818725586,0,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,61.492156982421875 +1985,51,0.6557776927947998,all,15-17 yrs,154,264851,15.992935180664062,0,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,58.14590072631836 +1986,51,0.35157930850982666,all,15-17 yrs,163,271750,15.993236541748047,0,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,59.98160171508789 +1987,51,0.043210454285144806,all,15-17 yrs,176,270989,16.026823043823242,0,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,64.9472885131836 +1988,51,0,all,15-17 yrs,176,261940,16.058940887451172,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,67.19095611572266 +1989,51,0,all,15-17 yrs,160,246624,16.04446029663086,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,64.87608337402344 +1990,51,0,all,15-17 yrs,172,239530,16.017520904541016,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,71.80728912353516 +1991,51,0,all,15-17 yrs,165,236752,16.014968872070312,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,69.69318389892578 +1992,51,0,all,15-17 yrs,142,240925,16.004270553588867,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,58.93950271606445 +1993,51,0,all,15-17 yrs,145,244123,15.996710777282715,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,59.39628982543945 +1994,51,0,all,15-17 yrs,162,250969,16.006553649902344,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,64.5498046875 +1995,51,0,all,15-17 yrs,156,258617,15.994133949279785,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,60.32086181640625 +1996,51,0,all,15-17 yrs,177,265057,16.00518035888672,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,66.77809143066406 +1970,53,0,all,15-17 yrs,150,202434,15.994758605957031,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,74.09822082519531 +1971,53,0,all,15-17 yrs,161,202671,15.992445945739746,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,79.43909454345703 +1972,53,0,all,15-17 yrs,194,204336,15.98132038116455,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,94.94166564941406 +1973,53,0,all,15-17 yrs,169,206141,15.98626708984375,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,81.98271942138672 +1974,53,0,all,15-17 yrs,200,209723,16.000852584838867,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,95.36388397216797 +1975,53,0,all,15-17 yrs,162,210516,15.999420166015625,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,76.95377349853516 +1976,53,0,all,15-17 yrs,161,213312,15.988486289978027,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,75.4762954711914 +1977,53,0,all,15-17 yrs,188,215106,15.99614143371582,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,87.398773193359375 +1978,53,0,all,15-17 yrs,203,217273,16.0112247467041,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,93.43084716796875 +1979,53,0,all,15-17 yrs,197,215740,16.015666961669922,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,91.3136215209961 +1980,53,0,all,15-17 yrs,191,213894,16.02942657470703,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,89.29656982421875 +1981,53,0,all,15-17 yrs,166,205911,16.036155700683594,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,80.61735534667969 +1982,53,0,all,15-17 yrs,150,197344,16.021455764770508,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,76.00940704345703 +1983,53,0,all,15-17 yrs,133,192416,16.002796173095703,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,69.1210708618164 +1984,53,0,all,15-17 yrs,123,193982,15.988035202026367,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,63.40794372558594 +1985,53,0,all,15-17 yrs,132,199026,15.984177589416504,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,66.32299041748047 +1986,53,0,all,15-17 yrs,159,203212,15.99858283996582,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,78.243408203125 +1987,53,0,all,15-17 yrs,162,199635,16.041105270385742,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,81.1480941772461 +1988,53,0,all,15-17 yrs,137,192393,16.065366744995117,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,71.20841217041016 +1989,53,0,all,15-17 yrs,125,184747,16.030441284179688,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,67.66009521484375 +1990,53,0,all,15-17 yrs,134,190382,15.985713005065918,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,70.38480377197266 +1991,53,0,all,15-17 yrs,129,194574,15.98969554901123,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,66.2986831665039 +1992,53,0,all,15-17 yrs,122,204575,15.984983444213867,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,59.63582992553711 +1993,53,0,all,15-17 yrs,154,211360,15.985607147216797,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,72.86146545410156 +1994,53,0,all,15-17 yrs,134,220678,15.992631912231445,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,60.72195816040039 +1995,53,0,all,15-17 yrs,140,230890,15.978145599365234,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,60.63493347167969 +1996,53,0,all,15-17 yrs,122,240865,15.988388061523438,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,50.650779724121094 +1970,54,1,all,15-17 yrs,116,106575,15.988974571228027,0,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,108.84353637695312 +1971,54,1,all,15-17 yrs,102,107024,15.995524406433105,0,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,95.30572509765625 +1972,54,1,all,15-17 yrs,120,108483,15.987159729003906,0,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,110.61640930175781 +1973,54,1,all,15-17 yrs,106,108544,15.986964225769043,0,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,97.65625 +1974,54,1,all,15-17 yrs,81,108360,16.001808166503906,0,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,74.7508316040039 +1975,54,1,all,15-17 yrs,101,107510,16.00828742980957,0,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,93.94474792480469 +1976,54,1,all,15-17 yrs,85,107076,16.005352020263672,0,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,79.38286590576172 +1977,54,1,all,15-17 yrs,104,105939,16.002803802490234,0,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,98.1697006225586 +1978,54,1,all,15-17 yrs,85,105043,16.001008987426758,0,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,80.91924285888672 +1979,54,1,all,15-17 yrs,91,104538,15.994863510131836,0,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,87.0496826171875 +1980,54,1,all,15-17 yrs,84,103328,16.00403594970703,0,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,81.29451751708984 +1981,54,1,all,15-17 yrs,80,100344,16.02621078491211,0,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,79.72574615478516 +1982,54,1,all,15-17 yrs,80,96446,16.026729583740234,0,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,82.947967529296875 +1983,54,0.9580891132354736,all,15-17 yrs,55,93445,16.007619857788086,0,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,58.858150482177734 +1984,54,0.7218395471572876,all,15-17 yrs,61,92556,15.992966651916504,0,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,65.90604400634766 +1985,54,0.6774379014968872,all,15-17 yrs,66,92272,15.988859176635742,0,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,71.52765655517578 +1986,54,0.6252062320709229,all,15-17 yrs,83,93347,15.981402397155762,0,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,88.9155502319336 +1987,54,0.3217933177947998,all,15-17 yrs,79,92200,16.0002384185791,0,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,85.68329620361328 +1988,54,0.03902164474129677,all,15-17 yrs,76,89392,16.027183532714844,0,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,85.01879119873047 +1989,54,0,all,15-17 yrs,74,84257,16.02919578552246,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,87.82653045654297 +1990,54,0,all,15-17 yrs,58,81205,16.014999389648438,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,71.4241714477539 +1991,54,0,all,15-17 yrs,68,80893,16.016725540161133,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,84.06166076660156 +1992,54,0,all,15-17 yrs,56,82445,16.009763717651367,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,67.924072265625 +1993,54,0,all,15-17 yrs,52,83380,16.002349853515625,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,62.365074157714844 +1994,54,0,all,15-17 yrs,57,84443,16.01774024963379,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,67.50115203857422 +1995,54,0,all,15-17 yrs,46,85014,16.005952835083008,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,54.108734130859375 +1996,54,0,all,15-17 yrs,59,83738,16.019954681396484,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,70.457855224609375 +1970,55,1,all,15-17 yrs,203,266258,15.980616569519043,0,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,76.2418441772461 +1971,55,1,all,15-17 yrs,210,270237,15.986823081970215,0,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,77.709564208984375 +1972,55,1,all,15-17 yrs,246,276026,15.980451583862305,0,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,89.122039794921875 +1973,55,1,all,15-17 yrs,237,280491,15.97945785522461,0,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,84.49468994140625 +1974,55,1,all,15-17 yrs,236,285204,15.990312576293945,0,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,82.74778747558594 +1975,55,1,all,15-17 yrs,250,287432,15.994002342224121,0,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,86.97709655761719 +1976,55,1,all,15-17 yrs,207,290087,15.986869812011719,0,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,71.35790252685547 +1977,55,1,all,15-17 yrs,201,289978,15.998096466064453,0,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,69.31560516357422 +1978,55,1,all,15-17 yrs,219,286786,16.01731300354004,0,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,76.36356353759766 +1979,55,1,all,15-17 yrs,196,279904,16.014230728149414,0,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,70.02400970458984 +1980,55,1,all,15-17 yrs,181,271668,16.01999855041504,0,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,66.62544250488281 +1981,55,1,all,15-17 yrs,160,259708,16.031404495239258,0,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,61.60765075683594 +1982,55,1,all,15-17 yrs,147,246909,16.028610229492188,0,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,59.53610610961914 +1983,55,1,all,15-17 yrs,134,233843,16.027732849121094,0,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,57.30340576171875 +1984,55,0.9601802229881287,all,15-17 yrs,133,227709,16.01608657836914,0,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,58.40787887573242 +1985,55,0.7235763072967529,all,15-17 yrs,132,225210,15.997056007385254,0,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,58.611961364746094 +1986,55,0.6408324241638184,all,15-17 yrs,133,226553,15.995193481445312,0,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,58.705909729003906 +1987,55,0.33809036016464233,all,15-17 yrs,122,220402,16.03533935546875,0,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,55.35340118408203 +1988,55,0.040593843907117844,all,15-17 yrs,145,210653,16.058807373046875,0,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,68.83358001708984 +1989,55,0,all,15-17 yrs,134,199540,16.02597427368164,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,67.15445709228516 +1990,55,0,all,15-17 yrs,134,199904,15.990760803222656,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,67.03217315673828 +1991,55,0,all,15-17 yrs,130,203529,15.995794296264648,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,63.872962951660156 +1992,55,0,all,15-17 yrs,145,210740,15.993517875671387,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,68.80516052246094 +1993,55,0,all,15-17 yrs,139,215777,15.988789558410645,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,64.4183578491211 +1994,55,0,all,15-17 yrs,143,224236,15.99183464050293,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,63.772098541259766 +1995,55,0,all,15-17 yrs,145,233341,15.97841739654541,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,62.14081573486328 +1996,55,0,all,15-17 yrs,137,240782,15.992864608764648,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,56.89794158935547 +1970,56,0,all,15-17 yrs,33,21248,15.984328269958496,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,155.30873107910156 +1971,56,0,all,15-17 yrs,27,21636,15.994961738586426,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,124.7920150756836 +1972,56,0,all,15-17 yrs,38,21871,15.984362602233887,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,173.74606323242188 +1973,56,0.4482218027114868,all,15-17 yrs,23,22051,15.994648933410645,0,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,104.30365753173828 +1974,56,0.670043408870697,all,15-17 yrs,33,22543,16.001331329345703,0,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,146.38690185546875 +1975,56,0.6681166291236877,all,15-17 yrs,36,23159,15.99205493927002,0,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,155.44712829589844 +1976,56,0.6792000532150269,all,15-17 yrs,35,23854,15.991070747375488,0,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,146.72592163085938 +1977,56,0.68210369348526,all,15-17 yrs,25,24497,16.001632690429688,0,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,102.05331420898438 +1978,56,0.68146151304245,all,15-17 yrs,35,24604,16.016216278076172,0,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,142.2532958984375 +1979,56,0.6841331124305725,all,15-17 yrs,28,24582,16.020339965820312,0,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,113.90447998046875 +1980,56,0.6908413171768188,all,15-17 yrs,39,24310,16.024887084960938,0,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,160.4278106689453 +1981,56,0.689250111579895,all,15-17 yrs,23,24106,16.027254104614258,0,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,95.41193389892578 +1982,56,0.6818512082099915,all,15-17 yrs,28,23715,16.015010833740234,0,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,118.06873321533203 +1983,56,0.6849671006202698,all,15-17 yrs,13,23574,15.987528800964355,0,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,55.14550018310547 +1984,56,0.6847256422042847,all,15-17 yrs,14,23478,15.96865177154541,0,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,59.63029098510742 +1985,56,0.6747925877571106,all,15-17 yrs,19,23775,15.961135864257812,0,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,79.91587829589844 +1986,56,0.6651237607002258,all,15-17 yrs,14,24533,15.960053443908691,0,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,57.06599426269531 +1987,56,0.6538363695144653,all,15-17 yrs,16,23697,15.988563537597656,0,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,67.51909637451172 +1988,56,0.32408419251441956,all,15-17 yrs,24,22435,16.019968032836914,0,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,106.9757080078125 +1989,56,0,all,15-17 yrs,12,21385,16.01108169555664,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,56.114097595214844 +1990,56,0,all,15-17 yrs,18,21278,15.986276626586914,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,84.59441375732422 +1991,56,0,all,15-17 yrs,20,21835,15.993725776672363,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,91.59606170654297 +1992,56,0,all,15-17 yrs,18,22743,15.992612838745117,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,79.145233154296875 +1993,56,0,all,15-17 yrs,24,23504,15.986682891845703,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,102.11028289794922 +1994,56,0,all,15-17 yrs,25,24574,15.997395515441895,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,101.73353576660156 +1995,56,0,all,15-17 yrs,26,25625,15.986029624938965,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,101.46341705322266 +1996,56,0,all,15-17 yrs,25,26278,16.001941680908203,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,95.1366195678711 +1970,1,0,MVA,15-17 yrs,84,213574,15.9783353805542,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,39.330631256103516 +1970,1,0,suicide,15-17 yrs,5,213574,15.9783353805542,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,2.341109037399292 +1970,1,0,homicide,15-17 yrs,19,213574,15.9783353805542,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,8.89621353149414 +1970,1,0,other external,15-17 yrs,49,213574,15.9783353805542,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,22.942867279052734 +1970,1,0,internal,15-17 yrs,67,213574,15.9783353805542,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,31.370859146118164 +1970,1,0,all,18-20 yrs,292,189770,18.969989776611328,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,153.87046813964844 +1970,1,0,MVA,18-20 yrs,118,189770,18.969989776611328,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,62.18053436279297 +1970,1,0,suicide,18-20 yrs,4,189770,18.969989776611328,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,2.1078147888183594 +1970,1,0,homicide,18-20 yrs,35,189770,18.969989776611328,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,18.443378448486328 +1970,1,0,other external,18-20 yrs,50,189770,18.969989776611328,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,26.347684860229492 +1970,1,0,internal,18-20 yrs,85,189770,18.969989776611328,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,44.79106140136719 +1970,1,0,all,21-24 yrs,369,213348,22.400096893310547,1,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,172.9568634033203 +1970,1,0,MVA,21-24 yrs,139,213348,22.400096893310547,1,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,65.15177154541016 +1970,1,0,suicide,21-24 yrs,17,213348,22.400096893310547,1,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,7.968202114105225 +1970,1,0,homicide,21-24 yrs,55,213348,22.400096893310547,1,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,25.779478073120117 +1970,1,0,other external,21-24 yrs,58,213348,22.400096893310547,1,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,27.185630798339844 +1970,1,0,internal,21-24 yrs,100,213348,22.400096893310547,1,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,46.87177658081055 +1971,1,0,MVA,15-17 yrs,92,220026,15.98584270477295,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,41.81324005126953 +1971,1,0,suicide,15-17 yrs,5,220026,15.98584270477295,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,2.272458791732788 +1971,1,0,homicide,15-17 yrs,15,220026,15.98584270477295,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,6.817376136779785 +1971,1,0,other external,15-17 yrs,61,220026,15.98584270477295,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,27.723997116088867 +1971,1,0,internal,15-17 yrs,68,220026,15.98584270477295,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,30.905439376831055 +1971,1,0,all,18-20 yrs,316,195623,18.97218132019043,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,161.5352020263672 +1971,1,0,MVA,18-20 yrs,122,195623,18.97218132019043,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,62.3648567199707 +1971,1,0,suicide,18-20 yrs,14,195623,18.97218132019043,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,7.156622886657715 +1971,1,0,homicide,18-20 yrs,37,195623,18.97218132019043,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,18.913930892944336 +1971,1,0,other external,18-20 yrs,57,195623,18.97218132019043,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,29.137678146362305 +1971,1,0,internal,18-20 yrs,86,195623,18.97218132019043,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,43.96211242675781 +1971,1,0,all,21-24 yrs,422,236421,22.508689880371094,1,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,178.49514770507812 +1971,1,0,MVA,21-24 yrs,139,236421,22.508689880371094,1,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,58.79342269897461 +1971,1,0,suicide,21-24 yrs,22,236421,22.508689880371094,1,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,9.305434226989746 +1971,1,0,homicide,21-24 yrs,73,236421,22.508689880371094,1,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,30.877120971679688 +1971,1,0,other external,21-24 yrs,64,236421,22.508689880371094,1,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,27.07035255432129 +1971,1,0,internal,21-24 yrs,124,236421,22.508689880371094,1,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,52.44881057739258 +1972,1,0,MVA,15-17 yrs,106,224877,15.985733985900879,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,47.136878967285156 +1972,1,0,suicide,15-17 yrs,6,224877,15.985733985900879,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,2.6681251525878906 +1972,1,0,homicide,15-17 yrs,18,224877,15.985733985900879,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,8.004375457763672 +1972,1,0,other external,15-17 yrs,64,224877,15.985733985900879,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,28.460002899169922 +1972,1,0,internal,15-17 yrs,76,224877,15.985733985900879,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,33.7962532043457 +1972,1,0,all,18-20 yrs,320,200988,18.974700927734375,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,159.21348571777344 +1972,1,0,MVA,18-20 yrs,148,200988,18.974700927734375,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,73.63623809814453 +1972,1,0,suicide,18-20 yrs,20,200988,18.974700927734375,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,9.95084285736084 +1972,1,0,homicide,18-20 yrs,28,200988,18.974700927734375,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,13.931180000305176 +1972,1,0,other external,18-20 yrs,52,200988,18.974700927734375,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,25.872190475463867 +1972,1,0,internal,18-20 yrs,72,200988,18.974700927734375,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,35.82303237915039 +1972,1,0,all,21-24 yrs,424,238373,22.485017776489258,1,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,177.87249755859375 +1972,1,0,MVA,21-24 yrs,156,238373,22.485017776489258,1,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,65.44365692138672 +1972,1,0,suicide,21-24 yrs,18,238373,22.485017776489258,1,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,7.5511908531188965 +1972,1,0,homicide,21-24 yrs,84,238373,22.485017776489258,1,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,35.2388916015625 +1972,1,0,other external,21-24 yrs,60,238373,22.485017776489258,1,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,25.170635223388672 +1972,1,0,internal,21-24 yrs,106,238373,22.485017776489258,1,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,44.46812438964844 +1973,1,0,MVA,15-17 yrs,108,227256,15.992462158203125,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,47.52349853515625 +1973,1,0,suicide,15-17 yrs,10,227256,15.992462158203125,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,4.400323867797852 +1973,1,0,homicide,15-17 yrs,15,227256,15.992462158203125,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,6.600485801696777 +1973,1,0,other external,15-17 yrs,72,227256,15.992462158203125,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,31.682331085205078 +1973,1,0,internal,15-17 yrs,53,227256,15.992462158203125,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,23.32171630859375 +1973,1,0,all,18-20 yrs,291,206550,18.970230102539062,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,140.885986328125 +1973,1,0,MVA,18-20 yrs,131,206550,18.970230102539062,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,63.42290115356445 +1973,1,0,suicide,18-20 yrs,15,206550,18.970230102539062,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,7.262164115905762 +1973,1,0,homicide,18-20 yrs,25,206550,18.970230102539062,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,12.103607177734375 +1973,1,0,other external,18-20 yrs,58,206550,18.970230102539062,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,28.080368041992188 +1973,1,0,internal,18-20 yrs,62,206550,18.970230102539062,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,30.016944885253906 +1973,1,0,all,21-24 yrs,365,244370,22.482215881347656,1,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,149.36366271972656 +1973,1,0,MVA,21-24 yrs,142,244370,22.482215881347656,1,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,58.108604431152344 +1973,1,0,suicide,21-24 yrs,24,244370,22.482215881347656,1,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,9.821172714233398 +1973,1,0,homicide,21-24 yrs,51,244370,22.482215881347656,1,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,20.869991302490234 +1973,1,0,other external,21-24 yrs,70,244370,22.482215881347656,1,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,28.64508819580078 +1973,1,0,internal,21-24 yrs,78,244370,22.482215881347656,1,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,31.918811798095703 +1974,1,0,MVA,15-17 yrs,78,229025,16.000776290893555,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,34.05741882324219 +1974,1,0,suicide,15-17 yrs,3,229025,16.000776290893555,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,1.3099006414413452 +1974,1,0,homicide,15-17 yrs,19,229025,16.000776290893555,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,8.296037673950195 +1974,1,0,other external,15-17 yrs,61,229025,16.000776290893555,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,26.634647369384766 +1974,1,0,internal,15-17 yrs,63,229025,16.000776290893555,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,27.50791358947754 +1974,1,0,all,18-20 yrs,306,213839,18.980138778686523,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,143.0983123779297 +1974,1,0,MVA,18-20 yrs,129,213839,18.980138778686523,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,60.32575988769531 +1974,1,0,suicide,18-20 yrs,12,213839,18.980138778686523,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,5.611698627471924 +1974,1,0,homicide,18-20 yrs,30,213839,18.980138778686523,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,14.02924633026123 +1974,1,0,other external,18-20 yrs,60,213839,18.980138778686523,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,28.05849266052246 +1974,1,0,internal,18-20 yrs,75,213839,18.980138778686523,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,35.073116302490234 +1974,1,0,all,21-24 yrs,419,248613,22.47471809387207,1,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,168.5350341796875 +1974,1,0,MVA,21-24 yrs,125,248613,22.47471809387207,1,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,50.27894592285156 +1974,1,0,suicide,21-24 yrs,27,248613,22.47471809387207,1,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,10.860252380371094 +1974,1,0,homicide,21-24 yrs,72,248613,22.47471809387207,1,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,28.960674285888672 +1974,1,0,other external,21-24 yrs,70,248613,22.47471809387207,1,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,28.15620994567871 +1974,1,0,internal,21-24 yrs,125,248613,22.47471809387207,1,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,50.27894592285156 +1975,1,0.2939954102039337,MVA,15-17 yrs,76,229739,15.997954368591309,0,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,33.081016540527344 +1975,1,0.2939954102039337,suicide,15-17 yrs,9,229739,15.997954368591309,0,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,3.9174890518188477 +1975,1,0.2939954102039337,homicide,15-17 yrs,17,229739,15.997954368591309,0,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,7.3997015953063965 +1975,1,0.2939954102039337,other external,15-17 yrs,38,229739,15.997954368591309,0,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,16.540508270263672 +1975,1,0.2939954102039337,internal,15-17 yrs,67,229739,15.997954368591309,0,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,29.163528442382812 +1975,1,0.2939954102039337,all,18-20 yrs,326,220358,18.981334686279297,0.2939954102039337,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,147.94107055664062 +1975,1,0.2939954102039337,MVA,18-20 yrs,110,220358,18.981334686279297,0.2939954102039337,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,49.91876983642578 +1975,1,0.2939954102039337,suicide,18-20 yrs,23,220358,18.981334686279297,0.2939954102039337,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,10.43756103515625 +1975,1,0.2939954102039337,homicide,18-20 yrs,43,220358,18.981334686279297,0.2939954102039337,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,19.513700485229492 +1975,1,0.2939954102039337,other external,18-20 yrs,65,220358,18.981334686279297,0.2939954102039337,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,29.497453689575195 +1975,1,0.2939954102039337,internal,18-20 yrs,85,220358,18.981334686279297,0.2939954102039337,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,38.57359313964844 +1975,1,0.2939954102039337,all,21-24 yrs,372,255903,22.462366104125977,1,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,145.36758422851562 +1975,1,0.2939954102039337,MVA,21-24 yrs,109,255903,22.462366104125977,1,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,42.59426498413086 +1975,1,0.2939954102039337,suicide,21-24 yrs,24,255903,22.462366104125977,1,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,9.37855339050293 +1975,1,0.2939954102039337,homicide,21-24 yrs,65,255903,22.462366104125977,1,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,25.400249481201172 +1975,1,0.2939954102039337,other external,21-24 yrs,78,255903,22.462366104125977,1,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,30.48029899597168 +1975,1,0.2939954102039337,internal,21-24 yrs,96,255903,22.462366104125977,1,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,37.51421356201172 +1976,1,0.665070116519928,MVA,15-17 yrs,101,230696,15.998027801513672,0,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,43.78055953979492 +1976,1,0.665070116519928,suicide,15-17 yrs,7,230696,15.998027801513672,0,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,3.0342962741851807 +1976,1,0.665070116519928,homicide,15-17 yrs,9,230696,15.998027801513672,0,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,3.901237964630127 +1976,1,0.665070116519928,other external,15-17 yrs,51,230696,15.998027801513672,0,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,22.10701560974121 +1976,1,0.665070116519928,internal,15-17 yrs,63,230696,15.998027801513672,0,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,27.308666229248047 +1976,1,0.665070116519928,all,18-20 yrs,299,225486,18.989099502563477,0.665070116519928,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,132.6024627685547 +1976,1,0.665070116519928,MVA,18-20 yrs,112,225486,18.989099502563477,0.665070116519928,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,49.67049026489258 +1976,1,0.665070116519928,suicide,18-20 yrs,19,225486,18.989099502563477,0.665070116519928,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,8.426243782043457 +1976,1,0.665070116519928,homicide,18-20 yrs,33,225486,18.989099502563477,0.665070116519928,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,14.635054588317871 +1976,1,0.665070116519928,other external,18-20 yrs,69,225486,18.989099502563477,0.665070116519928,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,30.600568771362305 +1976,1,0.665070116519928,internal,18-20 yrs,66,225486,18.989099502563477,0.665070116519928,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,29.270109176635742 +1976,1,0.665070116519928,all,21-24 yrs,372,265128,22.454025268554688,1,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,140.30958557128906 +1976,1,0.665070116519928,MVA,21-24 yrs,121,265128,22.454025268554688,1,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,45.63833236694336 +1976,1,0.665070116519928,suicide,21-24 yrs,31,265128,22.454025268554688,1,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,11.692465782165527 +1976,1,0.665070116519928,homicide,21-24 yrs,54,265128,22.454025268554688,1,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,20.367521286010742 +1976,1,0.665070116519928,other external,21-24 yrs,73,265128,22.454025268554688,1,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,27.533870697021484 +1976,1,0.665070116519928,internal,21-24 yrs,93,265128,22.454025268554688,1,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,35.077396392822266 +1977,1,0.6684675216674805,MVA,15-17 yrs,99,230086,16.001556396484375,0,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,43.02738952636719 +1977,1,0.6684675216674805,suicide,15-17 yrs,8,230086,16.001556396484375,0,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,3.4769608974456787 +1977,1,0.6684675216674805,homicide,15-17 yrs,18,230086,16.001556396484375,0,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,7.823161602020264 +1977,1,0.6684675216674805,other external,15-17 yrs,47,230086,16.001556396484375,0,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,20.42714500427246 +1977,1,0.6684675216674805,internal,15-17 yrs,47,230086,16.001556396484375,0,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,20.42714500427246 +1977,1,0.6684675216674805,all,18-20 yrs,332,227667,18.998506546020508,0.6684675216674805,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,145.8270263671875 +1977,1,0.6684675216674805,MVA,18-20 yrs,148,227667,18.998506546020508,0.6684675216674805,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,65.0072250366211 +1977,1,0.6684675216674805,suicide,18-20 yrs,29,227667,18.998506546020508,0.6684675216674805,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,12.737902641296387 +1977,1,0.6684675216674805,homicide,18-20 yrs,37,227667,18.998506546020508,0.6684675216674805,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,16.251806259155273 +1977,1,0.6684675216674805,other external,18-20 yrs,68,227667,18.998506546020508,0.6684675216674805,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,29.86818504333496 +1977,1,0.6684675216674805,internal,18-20 yrs,50,227667,18.998506546020508,0.6684675216674805,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,21.96190071105957 +1977,1,0.6684675216674805,all,21-24 yrs,403,271903,22.450624465942383,1,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,148.21461486816406 +1977,1,0.6684675216674805,MVA,21-24 yrs,146,271903,22.450624465942383,1,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,53.69561767578125 +1977,1,0.6684675216674805,suicide,21-24 yrs,27,271903,22.450624465942383,1,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,9.930011749267578 +1977,1,0.6684675216674805,homicide,21-24 yrs,55,271903,22.450624465942383,1,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,20.227802276611328 +1977,1,0.6684675216674805,other external,21-24 yrs,76,271903,22.450624465942383,1,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,27.95114517211914 +1977,1,0.6684675216674805,internal,21-24 yrs,99,271903,22.450624465942383,1,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,36.41004180908203 +1978,1,0.667184591293335,MVA,15-17 yrs,118,229519,16.003128051757812,0,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,51.411865234375 +1978,1,0.667184591293335,suicide,15-17 yrs,10,229519,16.003128051757812,0,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,4.356937885284424 +1978,1,0.667184591293335,homicide,15-17 yrs,13,229519,16.003128051757812,0,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,5.6640191078186035 +1978,1,0.667184591293335,other external,15-17 yrs,46,229519,16.003128051757812,0,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,20.041913986206055 +1978,1,0.667184591293335,internal,15-17 yrs,47,229519,16.003128051757812,0,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,20.47760772705078 +1978,1,0.667184591293335,all,18-20 yrs,317,228472,18.995040893554688,0.667184591293335,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,138.7478485107422 +1978,1,0.667184591293335,MVA,18-20 yrs,159,228472,18.995040893554688,0.667184591293335,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,69.5927734375 +1978,1,0.667184591293335,suicide,18-20 yrs,20,228472,18.995040893554688,0.667184591293335,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,8.75380802154541 +1978,1,0.667184591293335,homicide,18-20 yrs,31,228472,18.995040893554688,0.667184591293335,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,13.568402290344238 +1978,1,0.667184591293335,other external,18-20 yrs,49,228472,18.995040893554688,0.667184591293335,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,21.446828842163086 +1978,1,0.667184591293335,internal,18-20 yrs,58,228472,18.995040893554688,0.667184591293335,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,25.386043548583984 +1978,1,0.667184591293335,all,21-24 yrs,436,279791,22.455286026000977,1,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,155.83059692382812 +1978,1,0.667184591293335,MVA,21-24 yrs,157,279791,22.455286026000977,1,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,56.113311767578125 +1978,1,0.667184591293335,suicide,21-24 yrs,34,279791,22.455286026000977,1,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,12.151927947998047 +1978,1,0.667184591293335,homicide,21-24 yrs,68,279791,22.455286026000977,1,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,24.303855895996094 +1978,1,0.667184591293335,other external,21-24 yrs,82,279791,22.455286026000977,1,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,29.30759048461914 +1978,1,0.667184591293335,internal,21-24 yrs,95,279791,22.455286026000977,1,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,33.953914642333984 +1979,1,0.6680923700332642,MVA,15-17 yrs,77,227140,16.00298500061035,0,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,33.89979934692383 +1979,1,0.6680923700332642,suicide,15-17 yrs,10,227140,16.00298500061035,0,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,4.402571201324463 +1979,1,0.6680923700332642,homicide,15-17 yrs,10,227140,16.00298500061035,0,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,4.402571201324463 +1979,1,0.6680923700332642,other external,15-17 yrs,38,227140,16.00298500061035,0,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,16.72977066040039 +1979,1,0.6680923700332642,internal,15-17 yrs,41,227140,16.00298500061035,0,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,18.050540924072266 +1979,1,0.6680923700332642,all,18-20 yrs,309,228193,18.99471092224121,0.6680923700332642,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,135.4116973876953 +1979,1,0.6680923700332642,MVA,18-20 yrs,136,228193,18.99471092224121,0.6680923700332642,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,59.59867477416992 +1979,1,0.6680923700332642,suicide,18-20 yrs,22,228193,18.99471092224121,0.6680923700332642,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,9.640961647033691 +1979,1,0.6680923700332642,homicide,18-20 yrs,35,228193,18.99471092224121,0.6680923700332642,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,15.33789348602295 +1979,1,0.6680923700332642,other external,18-20 yrs,66,228193,18.99471092224121,0.6680923700332642,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,28.92288589477539 +1979,1,0.6680923700332642,internal,18-20 yrs,50,228193,18.99471092224121,0.6680923700332642,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,21.911277770996094 +1979,1,0.6680923700332642,all,21-24 yrs,425,283038,22.465484619140625,1,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,150.15650939941406 +1979,1,0.6680923700332642,MVA,21-24 yrs,152,283038,22.465484619140625,1,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,53.70303726196289 +1979,1,0.6680923700332642,suicide,21-24 yrs,36,283038,22.465484619140625,1,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,12.71914005279541 +1979,1,0.6680923700332642,homicide,21-24 yrs,74,283038,22.465484619140625,1,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,26.144899368286133 +1979,1,0.6680923700332642,other external,21-24 yrs,75,283038,22.465484619140625,1,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,26.49820899963379 +1979,1,0.6680923700332642,internal,21-24 yrs,88,283038,22.465484619140625,1,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,31.091232299804688 +1980,1,0.6722586154937744,MVA,15-17 yrs,77,222306,16.01129913330078,0,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,34.636940002441406 +1980,1,0.6722586154937744,suicide,15-17 yrs,10,222306,16.01129913330078,0,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,4.49830436706543 +1980,1,0.6722586154937744,homicide,15-17 yrs,8,222306,16.01129913330078,0,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,3.5986433029174805 +1980,1,0.6722586154937744,other external,15-17 yrs,54,222306,16.01129913330078,0,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,24.290842056274414 +1980,1,0.6722586154937744,internal,15-17 yrs,47,222306,16.01129913330078,0,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,21.14202880859375 +1980,1,0.6722586154937744,all,18-20 yrs,276,229794,19.00246238708496,0.6722586154937744,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,120.10757446289062 +1980,1,0.6722586154937744,MVA,18-20 yrs,97,229794,19.00246238708496,0.6722586154937744,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,42.21171951293945 +1980,1,0.6722586154937744,suicide,18-20 yrs,21,229794,19.00246238708496,0.6722586154937744,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,9.138619422912598 +1980,1,0.6722586154937744,homicide,18-20 yrs,34,229794,19.00246238708496,0.6722586154937744,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,14.795860290527344 +1980,1,0.6722586154937744,other external,18-20 yrs,57,229794,19.00246238708496,0.6722586154937744,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,24.804824829101562 +1980,1,0.6722586154937744,internal,18-20 yrs,67,229794,19.00246238708496,0.6722586154937744,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,29.15654945373535 +1980,1,0.6722586154937744,all,21-24 yrs,446,286664,22.47524642944336,1,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,155.5828399658203 +1980,1,0.6722586154937744,MVA,21-24 yrs,148,286664,22.47524642944336,1,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,51.628387451171875 +1980,1,0.6722586154937744,suicide,21-24 yrs,44,286664,22.47524642944336,1,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,15.348979949951172 +1980,1,0.6722586154937744,homicide,21-24 yrs,79,286664,22.47524642944336,1,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,27.558395385742188 +1980,1,0.6722586154937744,other external,21-24 yrs,63,286664,22.47524642944336,1,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,21.976947784423828 +1980,1,0.6722586154937744,internal,21-24 yrs,112,286664,22.47524642944336,1,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,39.07012939453125 +1981,1,0.6792081594467163,MVA,15-17 yrs,76,214472,16.029743194580078,0,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,35.43585968017578 +1981,1,0.6792081594467163,suicide,15-17 yrs,12,214472,16.029743194580078,0,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,5.5951361656188965 +1981,1,0.6792081594467163,homicide,15-17 yrs,14,214472,16.029743194580078,0,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,6.527658462524414 +1981,1,0.6792081594467163,other external,15-17 yrs,34,214472,16.029743194580078,0,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,15.852885246276855 +1981,1,0.6792081594467163,internal,15-17 yrs,34,214472,16.029743194580078,0,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,15.852885246276855 +1981,1,0.6792081594467163,all,18-20 yrs,242,228575,19.01866340637207,0.6792081594467163,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,105.87334442138672 +1981,1,0.6792081594467163,MVA,18-20 yrs,108,228575,19.01866340637207,0.6792081594467163,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,47.24925994873047 +1981,1,0.6792081594467163,suicide,18-20 yrs,24,228575,19.01866340637207,0.6792081594467163,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,10.499835968017578 +1981,1,0.6792081594467163,homicide,18-20 yrs,30,228575,19.01866340637207,0.6792081594467163,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,13.124794960021973 +1981,1,0.6792081594467163,other external,18-20 yrs,46,228575,19.01866340637207,0.6792081594467163,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,20.124685287475586 +1981,1,0.6792081594467163,internal,18-20 yrs,34,228575,19.01866340637207,0.6792081594467163,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,14.874767303466797 +1981,1,0.6792081594467163,all,21-24 yrs,374,290584,22.48599624633789,1,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,128.70632934570312 +1981,1,0.6792081594467163,MVA,21-24 yrs,134,290584,22.48599624633789,1,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,46.11403274536133 +1981,1,0.6792081594467163,suicide,21-24 yrs,30,290584,22.48599624633789,1,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,10.324037551879883 +1981,1,0.6792081594467163,homicide,21-24 yrs,60,290584,22.48599624633789,1,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,20.648075103759766 +1981,1,0.6792081594467163,other external,21-24 yrs,68,290584,22.48599624633789,1,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,23.401151657104492 +1981,1,0.6792081594467163,internal,21-24 yrs,82,290584,22.48599624633789,1,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,28.21903419494629 +1982,1,0.6759088635444641,MVA,15-17 yrs,58,203949,16.035680770874023,0,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,28.4384822845459 +1982,1,0.6759088635444641,suicide,15-17 yrs,12,203949,16.035680770874023,0,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,5.883823871612549 +1982,1,0.6759088635444641,homicide,15-17 yrs,6,203949,16.035680770874023,0,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,2.9419119358062744 +1982,1,0.6759088635444641,other external,15-17 yrs,38,203949,16.035680770874023,0,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,18.632108688354492 +1982,1,0.6759088635444641,internal,15-17 yrs,28,203949,16.035680770874023,0,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,13.728922843933105 +1982,1,0.6759088635444641,all,18-20 yrs,266,224838,19.015207290649414,0.6759088635444641,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,118.30740356445312 +1982,1,0.6759088635444641,MVA,18-20 yrs,108,224838,19.015207290649414,0.6759088635444641,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,48.034584045410156 +1982,1,0.6759088635444641,suicide,18-20 yrs,12,224838,19.015207290649414,0.6759088635444641,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,5.337176322937012 +1982,1,0.6759088635444641,homicide,18-20 yrs,48,224838,19.015207290649414,0.6759088635444641,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,21.348705291748047 +1982,1,0.6759088635444641,other external,18-20 yrs,32,224838,19.015207290649414,0.6759088635444641,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,14.23246955871582 +1982,1,0.6759088635444641,internal,18-20 yrs,66,224838,19.015207290649414,0.6759088635444641,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,29.354469299316406 +1982,1,0.6759088635444641,all,21-24 yrs,418,291794,22.478679656982422,1,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,143.25173950195312 +1982,1,0.6759088635444641,MVA,21-24 yrs,138,291794,22.478679656982422,1,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,47.29364013671875 +1982,1,0.6759088635444641,suicide,21-24 yrs,52,291794,22.478679656982422,1,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,17.820791244506836 +1982,1,0.6759088635444641,homicide,21-24 yrs,58,291794,22.478679656982422,1,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,19.877037048339844 +1982,1,0.6759088635444641,other external,21-24 yrs,66,291794,22.478679656982422,1,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,22.618696212768555 +1982,1,0.6759088635444641,internal,21-24 yrs,104,291794,22.478679656982422,1,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,35.64158248901367 +1983,1,0.6796314120292664,MVA,15-17 yrs,70,194608,16.0230712890625,0,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,35.96974563598633 +1983,1,0.6796314120292664,suicide,15-17 yrs,4,194608,16.0230712890625,0,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,2.0554139614105225 +1983,1,0.6796314120292664,homicide,15-17 yrs,10,194608,16.0230712890625,0,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,5.138535022735596 +1983,1,0.6796314120292664,other external,15-17 yrs,29,194608,16.0230712890625,0,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,14.901751518249512 +1983,1,0.6796314120292664,internal,15-17 yrs,27,194608,16.0230712890625,0,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,13.874044418334961 +1983,1,0.6796314120292664,all,18-20 yrs,283,220830,19.01704978942871,0.6796314120292664,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,128.1528778076172 +1983,1,0.6796314120292664,MVA,18-20 yrs,119,220830,19.01704978942871,0.6796314120292664,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,53.88760757446289 +1983,1,0.6796314120292664,suicide,18-20 yrs,25,220830,19.01704978942871,0.6796314120292664,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,11.32092571258545 +1983,1,0.6796314120292664,homicide,18-20 yrs,27,220830,19.01704978942871,0.6796314120292664,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,12.22659969329834 +1983,1,0.6796314120292664,other external,18-20 yrs,56,220830,19.01704978942871,0.6796314120292664,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,25.35887336730957 +1983,1,0.6796314120292664,internal,18-20 yrs,56,220830,19.01704978942871,0.6796314120292664,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,25.35887336730957 +1983,1,0.6796314120292664,all,21-24 yrs,347,291872,22.48135757446289,1,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,118.88773345947266 +1983,1,0.6796314120292664,MVA,21-24 yrs,131,291872,22.48135757446289,1,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,44.882686614990234 +1983,1,0.6796314120292664,suicide,21-24 yrs,35,291872,22.48135757446289,1,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,11.991558074951172 +1983,1,0.6796314120292664,homicide,21-24 yrs,43,291872,22.48135757446289,1,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,14.7324857711792 +1983,1,0.6796314120292664,other external,21-24 yrs,55,291872,22.48135757446289,1,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,18.843875885009766 +1983,1,0.6796314120292664,internal,21-24 yrs,83,291872,22.48135757446289,1,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,28.437122344970703 +1984,1,0.6895281076431274,MVA,15-17 yrs,57,191659,16.002525329589844,0,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,29.740320205688477 +1984,1,0.6895281076431274,suicide,15-17 yrs,14,191659,16.002525329589844,0,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,7.30463981628418 +1984,1,0.6895281076431274,homicide,15-17 yrs,8,191659,16.002525329589844,0,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,4.174079895019531 +1984,1,0.6895281076431274,other external,15-17 yrs,21,191659,16.002525329589844,0,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,10.95695972442627 +1984,1,0.6895281076431274,internal,15-17 yrs,31,191659,16.002525329589844,0,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,16.174560546875 +1984,1,0.6895281076431274,all,18-20 yrs,228,214976,19.035621643066406,0.6895281076431274,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,106.058349609375 +1984,1,0.6895281076431274,MVA,18-20 yrs,113,214976,19.035621643066406,0.6895281076431274,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,52.56400680541992 +1984,1,0.6895281076431274,suicide,18-20 yrs,13,214976,19.035621643066406,0.6895281076431274,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,6.047186851501465 +1984,1,0.6895281076431274,homicide,18-20 yrs,19,214976,19.035621643066406,0.6895281076431274,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,8.83819580078125 +1984,1,0.6895281076431274,other external,18-20 yrs,34,214976,19.035621643066406,0.6895281076431274,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,15.815718650817871 +1984,1,0.6895281076431274,internal,18-20 yrs,49,214976,19.035621643066406,0.6895281076431274,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,22.793241500854492 +1984,1,0.6895281076431274,all,21-24 yrs,353,289692,22.493268966674805,1,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,121.85355377197266 +1984,1,0.6895281076431274,MVA,21-24 yrs,131,289692,22.493268966674805,1,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,45.22043991088867 +1984,1,0.6895281076431274,suicide,21-24 yrs,39,289692,22.493268966674805,1,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,13.462574005126953 +1984,1,0.6895281076431274,homicide,21-24 yrs,54,289692,22.493268966674805,1,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,18.640487670898438 +1984,1,0.6895281076431274,other external,21-24 yrs,62,289692,22.493268966674805,1,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,21.402040481567383 +1984,1,0.6895281076431274,internal,21-24 yrs,67,289692,22.493268966674805,1,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,23.12801170349121 +1985,1,0.677747368812561,MVA,15-17 yrs,85,193865,15.985051155090332,0,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,43.84494400024414 +1985,1,0.677747368812561,suicide,15-17 yrs,14,193865,15.985051155090332,0,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,7.221519947052002 +1985,1,0.677747368812561,homicide,15-17 yrs,12,193865,15.985051155090332,0,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,6.189874172210693 +1985,1,0.677747368812561,other external,15-17 yrs,24,193865,15.985051155090332,0,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,12.379748344421387 +1985,1,0.677747368812561,internal,15-17 yrs,31,193865,15.985051155090332,0,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,15.990509033203125 +1985,1,0.677747368812561,all,18-20 yrs,221,206504,19.039321899414062,0.677747368812561,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,107.01972198486328 +1985,1,0.677747368812561,MVA,18-20 yrs,103,206504,19.039321899414062,0.677747368812561,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,49.877967834472656 +1985,1,0.677747368812561,suicide,18-20 yrs,24,206504,19.039321899414062,0.677747368812561,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,11.622051239013672 +1985,1,0.677747368812561,homicide,18-20 yrs,16,206504,19.039321899414062,0.677747368812561,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,7.7480340003967285 +1985,1,0.677747368812561,other external,18-20 yrs,29,206504,19.039321899414062,0.677747368812561,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,14.04331111907959 +1985,1,0.677747368812561,internal,18-20 yrs,49,206504,19.039321899414062,0.677747368812561,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,23.72835350036621 +1985,1,0.677747368812561,all,21-24 yrs,358,286510,22.500646591186523,1,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,124.95201110839844 +1985,1,0.677747368812561,MVA,21-24 yrs,122,286510,22.500646591186523,1,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,42.5814094543457 +1985,1,0.677747368812561,suicide,21-24 yrs,37,286510,22.500646591186523,1,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,12.914034843444824 +1985,1,0.677747368812561,homicide,21-24 yrs,56,286510,22.500646591186523,1,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,19.545564651489258 +1985,1,0.677747368812561,other external,21-24 yrs,52,286510,22.500646591186523,1,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,18.14945411682129 +1985,1,0.677747368812561,internal,21-24 yrs,91,286510,22.500646591186523,1,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,31.76154327392578 +1986,1,0.42814481258392334,MVA,15-17 yrs,92,199857,15.979300498962402,0,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,46.03291320800781 +1986,1,0.42814481258392334,suicide,15-17 yrs,16,199857,15.979300498962402,0,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,8.00572395324707 +1986,1,0.42814481258392334,homicide,15-17 yrs,8,199857,15.979300498962402,0,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,4.002861976623535 +1986,1,0.42814481258392334,other external,15-17 yrs,34,199857,15.979300498962402,0,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,17.012163162231445 +1986,1,0.42814481258392334,internal,15-17 yrs,34,199857,15.979300498962402,0,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,17.012163162231445 +1986,1,0.42814481258392334,all,18-20 yrs,238,198340,19.026857376098633,0.42814481258392334,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,119.99596405029297 +1986,1,0.42814481258392334,MVA,18-20 yrs,125,198340,19.026857376098633,0.42814481258392334,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,63.02309036254883 +1986,1,0.42814481258392334,suicide,18-20 yrs,17,198340,19.026857376098633,0.42814481258392334,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,8.57114028930664 +1986,1,0.42814481258392334,homicide,18-20 yrs,27,198340,19.026857376098633,0.42814481258392334,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,13.612987518310547 +1986,1,0.42814481258392334,other external,18-20 yrs,26,198340,19.026857376098633,0.42814481258392334,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,13.108802795410156 +1986,1,0.42814481258392334,internal,18-20 yrs,43,198340,19.026857376098633,0.42814481258392334,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,21.679943084716797 +1986,1,0.42814481258392334,all,21-24 yrs,317,279685,22.499032974243164,1,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,113.341796875 +1986,1,0.42814481258392334,MVA,21-24 yrs,130,279685,22.499032974243164,1,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,46.48086166381836 +1986,1,0.42814481258392334,suicide,21-24 yrs,34,279685,22.499032974243164,1,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,12.156533241271973 +1986,1,0.42814481258392334,homicide,21-24 yrs,46,279685,22.499032974243164,1,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,16.44707489013672 +1986,1,0.42814481258392334,other external,21-24 yrs,41,279685,22.499032974243164,1,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,14.659348487854004 +1986,1,0.42814481258392334,internal,21-24 yrs,66,279685,22.499032974243164,1,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,23.597976684570312 +1987,1,0.09395354241132736,MVA,15-17 yrs,100,200549,16.008522033691406,0,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,49.86312484741211 +1987,1,0.09395354241132736,suicide,15-17 yrs,14,200549,16.008522033691406,0,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,6.980837821960449 +1987,1,0.09395354241132736,homicide,15-17 yrs,11,200549,16.008522033691406,0,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,5.484943866729736 +1987,1,0.09395354241132736,other external,15-17 yrs,36,200549,16.008522033691406,0,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,17.950725555419922 +1987,1,0.09395354241132736,internal,15-17 yrs,28,200549,16.008522033691406,0,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,13.961675643920898 +1987,1,0.09395354241132736,all,18-20 yrs,253,196388,19.00566291809082,0.09395354241132736,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,128.8266143798828 +1987,1,0.09395354241132736,MVA,18-20 yrs,126,196388,19.00566291809082,0.09395354241132736,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,64.15870666503906 +1987,1,0.09395354241132736,suicide,18-20 yrs,21,196388,19.00566291809082,0.09395354241132736,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,10.69311809539795 +1987,1,0.09395354241132736,homicide,18-20 yrs,28,196388,19.00566291809082,0.09395354241132736,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,14.257490158081055 +1987,1,0.09395354241132736,other external,18-20 yrs,36,196388,19.00566291809082,0.09395354241132736,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,18.331058502197266 +1987,1,0.09395354241132736,internal,18-20 yrs,42,196388,19.00566291809082,0.09395354241132736,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,21.3862361907959 +1987,1,0.09395354241132736,all,21-24 yrs,349,269924,22.50893211364746,1,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,129.295654296875 +1987,1,0.09395354241132736,MVA,21-24 yrs,150,269924,22.50893211364746,1,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,55.571197509765625 +1987,1,0.09395354241132736,suicide,21-24 yrs,30,269924,22.50893211364746,1,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,11.114239692687988 +1987,1,0.09395354241132736,homicide,21-24 yrs,50,269924,22.50893211364746,1,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,18.523733139038086 +1987,1,0.09395354241132736,other external,21-24 yrs,44,269924,22.50893211364746,1,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,16.300884246826172 +1987,1,0.09395354241132736,internal,21-24 yrs,75,269924,22.50893211364746,1,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,27.785598754882812 +1988,1,0,MVA,15-17 yrs,82,195975,16.034530639648438,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,41.842071533203125 +1988,1,0,suicide,15-17 yrs,18,195975,16.034530639648438,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,9.184844970703125 +1988,1,0,homicide,15-17 yrs,8,195975,16.034530639648438,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,4.0821533203125 +1988,1,0,other external,15-17 yrs,25,195975,16.034530639648438,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,12.756729125976562 +1988,1,0,internal,15-17 yrs,37,195975,16.034530639648438,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,18.879959106445312 +1988,1,0,all,18-20 yrs,221,198494,18.98867416381836,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,111.33837890625 +1988,1,0,MVA,18-20 yrs,106,198494,18.98867416381836,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,53.40211868286133 +1988,1,0,suicide,18-20 yrs,17,198494,18.98867416381836,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,8.56449031829834 +1988,1,0,homicide,18-20 yrs,30,198494,18.98867416381836,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,15.11380672454834 +1988,1,0,other external,18-20 yrs,33,198494,18.98867416381836,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,16.625186920166016 +1988,1,0,internal,18-20 yrs,35,198494,18.98867416381836,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,17.632774353027344 +1988,1,0,all,21-24 yrs,360,258590,22.520742416381836,1,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,139.21652221679688 +1988,1,0,MVA,21-24 yrs,137,258590,22.520742416381836,1,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,52.97962188720703 +1988,1,0,suicide,21-24 yrs,32,258590,22.520742416381836,1,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,12.374801635742188 +1988,1,0,homicide,21-24 yrs,59,258590,22.520742416381836,1,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,22.8160400390625 +1988,1,0,other external,21-24 yrs,50,258590,22.520742416381836,1,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,19.335628509521484 +1988,1,0,internal,21-24 yrs,82,258590,22.520742416381836,1,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,31.710430145263672 +1989,1,0,MVA,15-17 yrs,76,186770,16.025083541870117,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,40.6917610168457 +1989,1,0,suicide,15-17 yrs,14,186770,16.025083541870117,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,7.495850563049316 +1989,1,0,homicide,15-17 yrs,17,186770,16.025083541870117,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,9.102104187011719 +1989,1,0,other external,15-17 yrs,26,186770,16.025083541870117,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,13.920865058898926 +1989,1,0,internal,15-17 yrs,37,186770,16.025083541870117,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,19.810462951660156 +1989,1,0,all,18-20 yrs,201,204098,18.984933853149414,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,98.48210144042969 +1989,1,0,MVA,18-20 yrs,80,204098,18.984933853149414,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,39.19685745239258 +1989,1,0,suicide,18-20 yrs,27,204098,18.984933853149414,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,13.228939056396484 +1989,1,0,homicide,18-20 yrs,38,204098,18.984933853149414,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,18.618507385253906 +1989,1,0,other external,18-20 yrs,21,204098,18.984933853149414,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,10.289175033569336 +1989,1,0,internal,18-20 yrs,35,204098,18.984933853149414,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,17.148624420166016 +1989,1,0,all,21-24 yrs,290,246060,22.51127052307129,1,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,117.85742950439453 +1989,1,0,MVA,21-24 yrs,109,246060,22.51127052307129,1,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,44.29813766479492 +1989,1,0,suicide,21-24 yrs,34,246060,22.51127052307129,1,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,13.817768096923828 +1989,1,0,homicide,21-24 yrs,50,246060,22.51127052307129,1,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,20.320247650146484 +1989,1,0,other external,21-24 yrs,32,246060,22.51127052307129,1,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,13.004958152770996 +1989,1,0,internal,21-24 yrs,65,246060,22.51127052307129,1,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,26.41632080078125 +1990,1,0,MVA,15-17 yrs,78,180632,16.01837921142578,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,43.18171691894531 +1990,1,0,suicide,15-17 yrs,20,180632,16.01837921142578,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,11.072235107421875 +1990,1,0,homicide,15-17 yrs,20,180632,16.01837921142578,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,11.072235107421875 +1990,1,0,other external,15-17 yrs,31,180632,16.01837921142578,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,17.161964416503906 +1990,1,0,internal,15-17 yrs,28,180632,16.01837921142578,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,15.501129150390625 +1990,1,0,all,18-20 yrs,299,206915,19.018259048461914,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,144.5037841796875 +1990,1,0,MVA,18-20 yrs,131,206915,19.018259048461914,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,63.31101989746094 +1990,1,0,suicide,18-20 yrs,21,206915,19.018259048461914,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,10.149094581604004 +1990,1,0,homicide,18-20 yrs,57,206915,19.018259048461914,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,27.547544479370117 +1990,1,0,other external,18-20 yrs,49,206915,19.018259048461914,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,23.68122100830078 +1990,1,0,internal,18-20 yrs,41,206915,19.018259048461914,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,19.814899444580078 +1990,1,0,all,21-24 yrs,360,241179,22.474971771240234,1,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,149.2667236328125 +1990,1,0,MVA,21-24 yrs,133,241179,22.474971771240234,1,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,55.1457633972168 +1990,1,0,suicide,21-24 yrs,49,241179,22.474971771240234,1,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,20.31686019897461 +1990,1,0,homicide,21-24 yrs,66,241179,22.474971771240234,1,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,27.36556625366211 +1990,1,0,other external,21-24 yrs,41,241179,22.474971771240234,1,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,16.99982261657715 +1990,1,0,internal,21-24 yrs,71,241179,22.474971771240234,1,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,29.4387149810791 +1991,1,0,MVA,15-17 yrs,80,179323,16.022329330444336,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,44.61223602294922 +1991,1,0,suicide,15-17 yrs,12,179323,16.022329330444336,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,6.691835403442383 +1991,1,0,homicide,15-17 yrs,21,179323,16.022329330444336,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,11.710711479187012 +1991,1,0,other external,15-17 yrs,23,179323,16.022329330444336,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,12.826017379760742 +1991,1,0,internal,15-17 yrs,42,179323,16.022329330444336,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,23.421422958374023 +1991,1,0,all,18-20 yrs,287,201670,19.050012588500977,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,142.3116912841797 +1991,1,0,MVA,18-20 yrs,114,201670,19.050012588500977,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,56.527992248535156 +1991,1,0,suicide,18-20 yrs,25,201670,19.050012588500977,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,12.396489143371582 +1991,1,0,homicide,18-20 yrs,65,201670,19.050012588500977,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,32.230873107910156 +1991,1,0,other external,18-20 yrs,33,201670,19.050012588500977,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,16.363365173339844 +1991,1,0,internal,18-20 yrs,50,201670,19.050012588500977,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,24.792978286743164 +1991,1,0,all,21-24 yrs,327,247367,22.44451332092285,1,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,132.19224548339844 +1991,1,0,MVA,21-24 yrs,102,247367,22.44451332092285,1,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,41.23427963256836 +1991,1,0,suicide,21-24 yrs,42,247367,22.44451332092285,1,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,16.97882080078125 +1991,1,0,homicide,21-24 yrs,62,247367,22.44451332092285,1,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,25.063974380493164 +1991,1,0,other external,21-24 yrs,44,247367,22.44451332092285,1,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,17.787336349487305 +1991,1,0,internal,21-24 yrs,77,247367,22.44451332092285,1,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,31.127838134765625 +1992,1,0,MVA,15-17 yrs,69,181504,16.017372131347656,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,38.015689849853516 +1992,1,0,suicide,15-17 yrs,19,181504,16.017372131347656,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,10.46808910369873 +1992,1,0,homicide,15-17 yrs,24,181504,16.017372131347656,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,13.222848892211914 +1992,1,0,other external,15-17 yrs,19,181504,16.017372131347656,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,10.46808910369873 +1992,1,0,internal,15-17 yrs,38,181504,16.017372131347656,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,20.93617820739746 +1992,1,0,all,18-20 yrs,244,193659,19.03826904296875,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,125.99465942382812 +1992,1,0,MVA,18-20 yrs,99,193659,19.03826904296875,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,51.120784759521484 +1992,1,0,suicide,18-20 yrs,21,193659,19.03826904296875,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,10.843802452087402 +1992,1,0,homicide,18-20 yrs,57,193659,19.03826904296875,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,29.43317985534668 +1992,1,0,other external,18-20 yrs,29,193659,19.03826904296875,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,14.974775314331055 +1992,1,0,internal,18-20 yrs,38,193659,19.03826904296875,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,19.622119903564453 +1992,1,0,all,21-24 yrs,328,257799,22.431608200073242,1,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,127.23090362548828 +1992,1,0,MVA,21-24 yrs,109,257799,22.431608200073242,1,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,42.281002044677734 +1992,1,0,suicide,21-24 yrs,44,257799,22.431608200073242,1,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,17.06756019592285 +1992,1,0,homicide,21-24 yrs,63,257799,22.431608200073242,1,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,24.43764305114746 +1992,1,0,other external,21-24 yrs,40,257799,22.431608200073242,1,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,15.515963554382324 +1992,1,0,internal,21-24 yrs,72,257799,22.431608200073242,1,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,27.928735733032227 +1993,1,0,MVA,15-17 yrs,79,183019,16.0085506439209,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,43.1649169921875 +1993,1,0,suicide,15-17 yrs,20,183019,16.0085506439209,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,10.927826881408691 +1993,1,0,homicide,15-17 yrs,20,183019,16.0085506439209,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,10.927826881408691 +1993,1,0,other external,15-17 yrs,24,183019,16.0085506439209,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,13.11339282989502 +1993,1,0,internal,15-17 yrs,16,183019,16.0085506439209,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,8.74226188659668 +1993,1,0,all,18-20 yrs,259,190968,19.011844635009766,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,135.62481689453125 +1993,1,0,MVA,18-20 yrs,85,190968,19.011844635009766,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,44.510074615478516 +1993,1,0,suicide,18-20 yrs,22,190968,19.011844635009766,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,11.520255088806152 +1993,1,0,homicide,18-20 yrs,66,190968,19.011844635009766,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,34.56076431274414 +1993,1,0,other external,18-20 yrs,41,190968,19.011844635009766,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,21.469566345214844 +1993,1,0,internal,18-20 yrs,45,190968,19.011844635009766,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,23.564157485961914 +1993,1,0,all,21-24 yrs,389,263802,22.471729278564453,1,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,147.45907592773438 +1993,1,0,MVA,21-24 yrs,128,263802,22.471729278564453,1,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,48.521240234375 +1993,1,0,suicide,21-24 yrs,52,263802,22.471729278564453,1,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,19.711753845214844 +1993,1,0,homicide,21-24 yrs,80,263802,22.471729278564453,1,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,30.325775146484375 +1993,1,0,other external,21-24 yrs,40,263802,22.471729278564453,1,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,15.162887573242188 +1993,1,0,internal,21-24 yrs,89,263802,22.471729278564453,1,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,33.737422943115234 +1994,1,0,MVA,15-17 yrs,80,186505,16.017988204956055,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,42.894290924072266 +1994,1,0,suicide,15-17 yrs,16,186505,16.017988204956055,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,8.578858375549316 +1994,1,0,homicide,15-17 yrs,39,186505,16.017988204956055,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,20.910966873168945 +1994,1,0,other external,15-17 yrs,28,186505,16.017988204956055,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,15.013002395629883 +1994,1,0,internal,15-17 yrs,35,186505,16.017988204956055,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,18.766252517700195 +1994,1,0,all,18-20 yrs,262,189699,19.014507293701172,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,138.11354064941406 +1994,1,0,MVA,18-20 yrs,82,189699,19.014507293701172,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,43.226375579833984 +1994,1,0,suicide,18-20 yrs,29,189699,19.014507293701172,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,15.287376403808594 +1994,1,0,homicide,18-20 yrs,65,189699,19.014507293701172,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,34.264808654785156 +1994,1,0,other external,18-20 yrs,31,189699,19.014507293701172,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,16.341678619384766 +1994,1,0,internal,18-20 yrs,55,189699,19.014507293701172,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,28.99329948425293 +1994,1,0,all,21-24 yrs,371,261724,22.524965286254883,1,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,141.75238037109375 +1994,1,0,MVA,21-24 yrs,110,261724,22.524965286254883,1,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,42.02900695800781 +1994,1,0,suicide,21-24 yrs,44,261724,22.524965286254883,1,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,16.811603546142578 +1994,1,0,homicide,21-24 yrs,92,261724,22.524965286254883,1,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,35.15153503417969 +1994,1,0,other external,21-24 yrs,44,261724,22.524965286254883,1,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,16.811603546142578 +1994,1,0,internal,21-24 yrs,81,261724,22.524965286254883,1,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,30.948633193969727 +1995,1,0,MVA,15-17 yrs,77,190670,16.00020408630371,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,40.3839111328125 +1995,1,0,suicide,15-17 yrs,28,190670,16.00020408630371,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,14.685057640075684 +1995,1,0,homicide,15-17 yrs,34,190670,16.00020408630371,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,17.83185577392578 +1995,1,0,other external,15-17 yrs,17,190670,16.00020408630371,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,8.91592788696289 +1995,1,0,internal,15-17 yrs,36,190670,16.00020408630371,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,18.880788803100586 +1995,1,0,all,18-20 yrs,243,190886,19.008302688598633,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,127.30110931396484 +1995,1,0,MVA,18-20 yrs,103,190886,19.008302688598633,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,53.95890808105469 +1995,1,0,suicide,18-20 yrs,22,190886,19.008302688598633,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,11.525203704833984 +1995,1,0,homicide,18-20 yrs,43,190886,19.008302688598633,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,22.526535034179688 +1995,1,0,other external,18-20 yrs,29,190886,19.008302688598633,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,15.192314147949219 +1995,1,0,internal,18-20 yrs,46,190886,19.008302688598633,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,24.09815216064453 +1995,1,0,all,21-24 yrs,362,253818,22.54361343383789,1,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,142.6218719482422 +1995,1,0,MVA,21-24 yrs,117,253818,22.54361343383789,1,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,46.09601974487305 +1995,1,0,suicide,21-24 yrs,40,253818,22.54361343383789,1,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,15.759324073791504 +1995,1,0,homicide,21-24 yrs,70,253818,22.54361343383789,1,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,27.578815460205078 +1995,1,0,other external,21-24 yrs,43,253818,22.54361343383789,1,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,16.941272735595703 +1995,1,0,internal,21-24 yrs,92,253818,22.54361343383789,1,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,36.24644470214844 +1996,1,0,MVA,15-17 yrs,71,192120,16.013309478759766,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,36.95606994628906 +1996,1,0,suicide,15-17 yrs,14,192120,16.013309478759766,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,7.287112236022949 +1996,1,0,homicide,15-17 yrs,21,192120,16.013309478759766,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,10.930667877197266 +1996,1,0,other external,15-17 yrs,21,192120,16.013309478759766,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,10.930667877197266 +1996,1,0,internal,15-17 yrs,35,192120,16.013309478759766,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,18.21778106689453 +1996,1,0,all,18-20 yrs,247,191695,18.999290466308594,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,128.85052490234375 +1996,1,0,MVA,18-20 yrs,103,191695,18.999290466308594,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,53.73118591308594 +1996,1,0,suicide,18-20 yrs,17,191695,18.999290466308594,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,8.868254661560059 +1996,1,0,homicide,18-20 yrs,53,191695,18.999290466308594,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,27.648086547851562 +1996,1,0,other external,18-20 yrs,27,191695,18.999290466308594,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,14.084874153137207 +1996,1,0,internal,18-20 yrs,47,191695,18.999290466308594,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,24.51811408996582 +1996,1,0,all,21-24 yrs,352,245726,22.509002685546875,1,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,143.2489776611328 +1996,1,0,MVA,21-24 yrs,123,245726,22.509002685546875,1,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,50.05575180053711 +1996,1,0,suicide,21-24 yrs,35,245726,22.509002685546875,1,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,14.243507385253906 +1996,1,0,homicide,21-24 yrs,67,245726,22.509002685546875,1,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,27.266141891479492 +1996,1,0,other external,21-24 yrs,31,245726,22.509002685546875,1,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,12.615677833557129 +1996,1,0,internal,21-24 yrs,96,245726,22.509002685546875,1,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,39.06790542602539 +1970,2,0.24151089787483215,MVA,15-17 yrs,15,16855,15.957876205444336,0,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,88.9943618774414 +1970,2,0.24151089787483215,suicide,15-17 yrs,0,16855,15.957876205444336,0,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,0 +1970,2,0.24151089787483215,homicide,15-17 yrs,1,16855,15.957876205444336,0,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,5.932957649230957 +1970,2,0.24151089787483215,other external,15-17 yrs,12,16855,15.957876205444336,0,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,71.19548797607422 +1970,2,0.24151089787483215,internal,15-17 yrs,3,16855,15.957876205444336,0,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,17.798871994018555 +1970,2,0.24151089787483215,all,18-20 yrs,53,17798,19.147377014160156,0.24151089787483215,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,297.7862548828125 +1970,2,0.24151089787483215,MVA,18-20 yrs,11,17798,19.147377014160156,0.24151089787483215,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,61.8046989440918 +1970,2,0.24151089787483215,suicide,18-20 yrs,4,17798,19.147377014160156,0.24151089787483215,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,22.474435806274414 +1970,2,0.24151089787483215,homicide,18-20 yrs,1,17798,19.147377014160156,0.24151089787483215,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,5.6186089515686035 +1970,2,0.24151089787483215,other external,18-20 yrs,28,17798,19.147377014160156,0.24151089787483215,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,157.321044921875 +1970,2,0.24151089787483215,internal,18-20 yrs,9,17798,19.147377014160156,0.24151089787483215,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,50.56747817993164 +1970,2,0.24151089787483215,all,21-24 yrs,86,29279,22.320228576660156,1,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,293.72589111328125 +1970,2,0.24151089787483215,MVA,21-24 yrs,21,29279,22.320228576660156,1,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,71.72376251220703 +1970,2,0.24151089787483215,suicide,21-24 yrs,7,29279,22.320228576660156,1,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,23.907920837402344 +1970,2,0.24151089787483215,homicide,21-24 yrs,5,29279,22.320228576660156,1,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,17.077085494995117 +1970,2,0.24151089787483215,other external,21-24 yrs,42,29279,22.320228576660156,1,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,143.44752502441406 +1970,2,0.24151089787483215,internal,21-24 yrs,11,29279,22.320228576660156,1,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,37.56958770751953 +1971,2,0.7000848054885864,MVA,15-17 yrs,5,18728,15.98547649383545,0,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,26.6979923248291 +1971,2,0.7000848054885864,suicide,15-17 yrs,2,18728,15.98547649383545,0,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,10.679197311401367 +1971,2,0.7000848054885864,homicide,15-17 yrs,2,18728,15.98547649383545,0,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,10.679197311401367 +1971,2,0.7000848054885864,other external,15-17 yrs,23,18728,15.98547649383545,0,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,122.8107681274414 +1971,2,0.7000848054885864,internal,15-17 yrs,0,18728,15.98547649383545,0,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,0 +1971,2,0.7000848054885864,all,18-20 yrs,47,18872,19.05765151977539,0.7000848054885864,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,249.04620361328125 +1971,2,0.7000848054885864,MVA,18-20 yrs,7,18872,19.05765151977539,0.7000848054885864,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,37.09198760986328 +1971,2,0.7000848054885864,suicide,18-20 yrs,5,18872,19.05765151977539,0.7000848054885864,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,26.494277954101562 +1971,2,0.7000848054885864,homicide,18-20 yrs,4,18872,19.05765151977539,0.7000848054885864,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,21.19542121887207 +1971,2,0.7000848054885864,other external,18-20 yrs,28,18872,19.05765151977539,0.7000848054885864,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,148.36795043945312 +1971,2,0.7000848054885864,internal,18-20 yrs,3,18872,19.05765151977539,0.7000848054885864,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,15.896566390991211 +1971,2,0.7000848054885864,all,21-24 yrs,62,26983,22.530519485473633,1,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,229.77430725097656 +1971,2,0.7000848054885864,MVA,21-24 yrs,8,26983,22.530519485473633,1,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,29.648296356201172 +1971,2,0.7000848054885864,suicide,21-24 yrs,5,26983,22.530519485473633,1,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,18.53018569946289 +1971,2,0.7000848054885864,homicide,21-24 yrs,3,26983,22.530519485473633,1,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,11.118111610412598 +1971,2,0.7000848054885864,other external,21-24 yrs,39,26983,22.530519485473633,1,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,144.5354461669922 +1971,2,0.7000848054885864,internal,21-24 yrs,7,26983,22.530519485473633,1,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,25.9422607421875 +1972,2,0.7017737030982971,MVA,15-17 yrs,14,20035,15.97519302368164,0,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,69.877716064453125 +1972,2,0.7017737030982971,suicide,15-17 yrs,2,20035,15.97519302368164,0,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,9.98253059387207 +1972,2,0.7017737030982971,homicide,15-17 yrs,0,20035,15.97519302368164,0,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,0 +1972,2,0.7017737030982971,other external,15-17 yrs,22,20035,15.97519302368164,0,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,109.8078384399414 +1972,2,0.7017737030982971,internal,15-17 yrs,2,20035,15.97519302368164,0,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,9.98253059387207 +1972,2,0.7017737030982971,all,18-20 yrs,42,20860,19.068647384643555,0.7017737030982971,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,201.34228515625 +1972,2,0.7017737030982971,MVA,18-20 yrs,10,20860,19.068647384643555,0.7017737030982971,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,47.938636779785156 +1972,2,0.7017737030982971,suicide,18-20 yrs,6,20860,19.068647384643555,0.7017737030982971,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,28.76318359375 +1972,2,0.7017737030982971,homicide,18-20 yrs,0,20860,19.068647384643555,0.7017737030982971,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,0 +1972,2,0.7017737030982971,other external,18-20 yrs,24,20860,19.068647384643555,0.7017737030982971,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,115.052734375 +1972,2,0.7017737030982971,internal,18-20 yrs,2,20860,19.068647384643555,0.7017737030982971,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,9.587727546691895 +1972,2,0.7017737030982971,all,21-24 yrs,64,24631,22.549591064453125,1,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,259.8351745605469 +1972,2,0.7017737030982971,MVA,21-24 yrs,12,24631,22.549591064453125,1,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,48.719093322753906 +1972,2,0.7017737030982971,suicide,21-24 yrs,14,24631,22.549591064453125,1,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,56.83894348144531 +1972,2,0.7017737030982971,homicide,21-24 yrs,4,24631,22.549591064453125,1,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,16.23969841003418 +1972,2,0.7017737030982971,other external,21-24 yrs,32,24631,22.549591064453125,1,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,129.91758728027344 +1972,2,0.7017737030982971,internal,21-24 yrs,2,24631,22.549591064453125,1,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,8.11984920501709 +1973,2,0.70670318603515625,MVA,15-17 yrs,6,20805,15.974141120910645,0,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,28.839221954345703 +1973,2,0.70670318603515625,suicide,15-17 yrs,3,20805,15.974141120910645,0,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,14.419610977172852 +1973,2,0.70670318603515625,homicide,15-17 yrs,0,20805,15.974141120910645,0,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,0 +1973,2,0.70670318603515625,other external,15-17 yrs,16,20805,15.974141120910645,0,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,76.90458679199219 +1973,2,0.70670318603515625,internal,15-17 yrs,6,20805,15.974141120910645,0,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,28.839221954345703 +1973,2,0.70670318603515625,all,18-20 yrs,51,22646,19.082353591918945,0.70670318603515625,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,225.20533752441406 +1973,2,0.70670318603515625,MVA,18-20 yrs,13,22646,19.082353591918945,0.70670318603515625,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,57.40528106689453 +1973,2,0.70670318603515625,suicide,18-20 yrs,10,22646,19.082353591918945,0.70670318603515625,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,44.15790939331055 +1973,2,0.70670318603515625,homicide,18-20 yrs,3,22646,19.082353591918945,0.70670318603515625,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,13.2473726272583 +1973,2,0.70670318603515625,other external,18-20 yrs,22,22646,19.082353591918945,0.70670318603515625,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,97.14739990234375 +1973,2,0.70670318603515625,internal,18-20 yrs,3,22646,19.082353591918945,0.70670318603515625,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,13.2473726272583 +1973,2,0.70670318603515625,all,21-24 yrs,64,24724,22.44038200378418,1,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,258.8577880859375 +1973,2,0.70670318603515625,MVA,21-24 yrs,9,24724,22.44038200378418,1,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,36.401878356933594 +1973,2,0.70670318603515625,suicide,21-24 yrs,10,24724,22.44038200378418,1,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,40.446529388427734 +1973,2,0.70670318603515625,homicide,21-24 yrs,5,24724,22.44038200378418,1,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,20.223264694213867 +1973,2,0.70670318603515625,other external,21-24 yrs,33,24724,22.44038200378418,1,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,133.47354125976562 +1973,2,0.70670318603515625,internal,21-24 yrs,7,24724,22.44038200378418,1,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,28.312570571899414 +1974,2,0.7087494730949402,MVA,15-17 yrs,10,21923,15.999544143676758,0,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,45.61419677734375 +1974,2,0.7087494730949402,suicide,15-17 yrs,1,21923,15.999544143676758,0,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,4.561419486999512 +1974,2,0.7087494730949402,homicide,15-17 yrs,0,21923,15.999544143676758,0,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,0 +1974,2,0.7087494730949402,other external,15-17 yrs,15,21923,15.999544143676758,0,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,68.421295166015625 +1974,2,0.7087494730949402,internal,15-17 yrs,5,21923,15.999544143676758,0,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,22.807098388671875 +1974,2,0.7087494730949402,all,18-20 yrs,56,23430,19.086214065551758,0.7087494730949402,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,239.0098114013672 +1974,2,0.7087494730949402,MVA,18-20 yrs,8,23430,19.086214065551758,0.7087494730949402,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,34.14426040649414 +1974,2,0.7087494730949402,suicide,18-20 yrs,9,23430,19.086214065551758,0.7087494730949402,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,38.41229248046875 +1974,2,0.7087494730949402,homicide,18-20 yrs,1,23430,19.086214065551758,0.7087494730949402,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,4.268032550811768 +1974,2,0.7087494730949402,other external,18-20 yrs,27,23430,19.086214065551758,0.7087494730949402,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,115.23687744140625 +1974,2,0.7087494730949402,internal,18-20 yrs,11,23430,19.086214065551758,0.7087494730949402,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,46.94835662841797 +1974,2,0.7087494730949402,all,21-24 yrs,71,25705,22.303871154785156,1,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,276.2108459472656 +1974,2,0.7087494730949402,MVA,21-24 yrs,7,25705,22.303871154785156,1,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,27.2320556640625 +1974,2,0.7087494730949402,suicide,21-24 yrs,12,25705,22.303871154785156,1,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,46.68352508544922 +1974,2,0.7087494730949402,homicide,21-24 yrs,1,25705,22.303871154785156,1,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,3.890293598175049 +1974,2,0.7087494730949402,other external,21-24 yrs,45,25705,22.303871154785156,1,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,175.06321716308594 +1974,2,0.7087494730949402,internal,21-24 yrs,6,25705,22.303871154785156,1,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,23.34176254272461 +1975,2,0.7029412984848022,MVA,15-17 yrs,11,23951,15.998747825622559,0,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,45.927101135253906 +1975,2,0.7029412984848022,suicide,15-17 yrs,2,23951,15.998747825622559,0,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,8.350381851196289 +1975,2,0.7029412984848022,homicide,15-17 yrs,3,23951,15.998747825622559,0,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,12.525572776794434 +1975,2,0.7029412984848022,other external,15-17 yrs,11,23951,15.998747825622559,0,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,45.927101135253906 +1975,2,0.7029412984848022,internal,15-17 yrs,2,23951,15.998747825622559,0,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,8.350381851196289 +1975,2,0.7029412984848022,all,18-20 yrs,60,25601,19.07753562927246,0.7029412984848022,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,234.3658447265625 +1975,2,0.7029412984848022,MVA,18-20 yrs,13,25601,19.07753562927246,0.7029412984848022,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,50.779266357421875 +1975,2,0.7029412984848022,suicide,18-20 yrs,15,25601,19.07753562927246,0.7029412984848022,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,58.591461181640625 +1975,2,0.7029412984848022,homicide,18-20 yrs,0,25601,19.07753562927246,0.7029412984848022,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,0 +1975,2,0.7029412984848022,other external,18-20 yrs,28,25601,19.07753562927246,0.7029412984848022,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,109.3707275390625 +1975,2,0.7029412984848022,internal,18-20 yrs,4,25601,19.07753562927246,0.7029412984848022,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,15.6243896484375 +1975,2,0.7029412984848022,all,21-24 yrs,103,30387,22.341691970825195,1,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,338.96075439453125 +1975,2,0.7029412984848022,MVA,21-24 yrs,28,30387,22.341691970825195,1,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,92.14466857910156 +1975,2,0.7029412984848022,suicide,21-24 yrs,17,30387,22.341691970825195,1,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,55.944976806640625 +1975,2,0.7029412984848022,homicide,21-24 yrs,5,30387,22.341691970825195,1,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,16.454404830932617 +1975,2,0.7029412984848022,other external,21-24 yrs,46,30387,22.341691970825195,1,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,151.38052368164062 +1975,2,0.7029412984848022,internal,21-24 yrs,7,30387,22.341691970825195,1,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,23.03616714477539 +1976,2,0.7082101702690125,MVA,15-17 yrs,6,25392,15.986333847045898,0,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,23.62948989868164 +1976,2,0.7082101702690125,suicide,15-17 yrs,3,25392,15.986333847045898,0,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,11.81474494934082 +1976,2,0.7082101702690125,homicide,15-17 yrs,3,25392,15.986333847045898,0,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,11.81474494934082 +1976,2,0.7082101702690125,other external,15-17 yrs,9,25392,15.986333847045898,0,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,35.44423294067383 +1976,2,0.7082101702690125,internal,15-17 yrs,4,25392,15.986333847045898,0,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,15.752992630004883 +1976,2,0.7082101702690125,all,18-20 yrs,80,27064,19.079479217529297,0.7082101702690125,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,295.5956115722656 +1976,2,0.7082101702690125,MVA,18-20 yrs,22,27064,19.079479217529297,0.7082101702690125,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,81.2887954711914 +1976,2,0.7082101702690125,suicide,18-20 yrs,10,27064,19.079479217529297,0.7082101702690125,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,36.9494514465332 +1976,2,0.7082101702690125,homicide,18-20 yrs,7,27064,19.079479217529297,0.7082101702690125,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,25.86461639404297 +1976,2,0.7082101702690125,other external,18-20 yrs,37,27064,19.079479217529297,0.7082101702690125,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,136.71298217773438 +1976,2,0.7082101702690125,internal,18-20 yrs,4,27064,19.079479217529297,0.7082101702690125,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,14.779781341552734 +1976,2,0.7082101702690125,all,21-24 yrs,101,35032,22.440168380737305,1,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,288.3078308105469 +1976,2,0.7082101702690125,MVA,21-24 yrs,28,35032,22.440168380737305,1,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,79.92692565917969 +1976,2,0.7082101702690125,suicide,21-24 yrs,17,35032,22.440168380737305,1,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,48.527061462402344 +1976,2,0.7082101702690125,homicide,21-24 yrs,7,35032,22.440168380737305,1,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,19.981731414794922 +1976,2,0.7082101702690125,other external,21-24 yrs,34,35032,22.440168380737305,1,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,97.05412292480469 +1976,2,0.7082101702690125,internal,21-24 yrs,15,35032,22.440168380737305,1,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,42.8179931640625 +1977,2,0.7183303236961365,MVA,15-17 yrs,9,25017,15.988287925720215,0,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,35.97553634643555 +1977,2,0.7183303236961365,suicide,15-17 yrs,5,25017,15.988287925720215,0,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,19.98641014099121 +1977,2,0.7183303236961365,homicide,15-17 yrs,1,25017,15.988287925720215,0,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,3.997281789779663 +1977,2,0.7183303236961365,other external,15-17 yrs,15,25017,15.988287925720215,0,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,59.959228515625 +1977,2,0.7183303236961365,internal,15-17 yrs,1,25017,15.988287925720215,0,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,3.997281789779663 +1977,2,0.7183303236961365,all,18-20 yrs,70,26808,19.104408264160156,0.7183303236961365,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,261.1160888671875 +1977,2,0.7183303236961365,MVA,18-20 yrs,20,26808,19.104408264160156,0.7183303236961365,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,74.60459899902344 +1977,2,0.7183303236961365,suicide,18-20 yrs,10,26808,19.104408264160156,0.7183303236961365,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,37.30229949951172 +1977,2,0.7183303236961365,homicide,18-20 yrs,0,26808,19.104408264160156,0.7183303236961365,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,0 +1977,2,0.7183303236961365,other external,18-20 yrs,29,26808,19.104408264160156,0.7183303236961365,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,108.17666625976562 +1977,2,0.7183303236961365,internal,18-20 yrs,11,26808,19.104408264160156,0.7183303236961365,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,41.032527923583984 +1977,2,0.7183303236961365,all,21-24 yrs,87,36721,22.49478530883789,1,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,236.92164611816406 +1977,2,0.7183303236961365,MVA,21-24 yrs,28,36721,22.49478530883789,1,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,76.25064849853516 +1977,2,0.7183303236961365,suicide,21-24 yrs,13,36721,22.49478530883789,1,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,35.40208435058594 +1977,2,0.7183303236961365,homicide,21-24 yrs,3,36721,22.49478530883789,1,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,8.16971206665039 +1977,2,0.7183303236961365,other external,21-24 yrs,39,36721,22.49478530883789,1,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,106.20626068115234 +1977,2,0.7183303236961365,internal,21-24 yrs,4,36721,22.49478530883789,1,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,10.892949104309082 +1978,2,0.7218514680862427,MVA,15-17 yrs,10,24633,15.98705005645752,0,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,40.595947265625 +1978,2,0.7218514680862427,suicide,15-17 yrs,4,24633,15.98705005645752,0,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,16.238378524780273 +1978,2,0.7218514680862427,homicide,15-17 yrs,3,24633,15.98705005645752,0,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,12.178784370422363 +1978,2,0.7218514680862427,other external,15-17 yrs,23,24633,15.98705005645752,0,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,93.37068176269531 +1978,2,0.7218514680862427,internal,15-17 yrs,3,24633,15.98705005645752,0,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,12.178784370422363 +1978,2,0.7218514680862427,all,18-20 yrs,76,25774,19.11321449279785,0.7218514680862427,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,294.87078857421875 +1978,2,0.7218514680862427,MVA,18-20 yrs,16,25774,19.11321449279785,0.7218514680862427,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,62.07806396484375 +1978,2,0.7218514680862427,suicide,18-20 yrs,8,25774,19.11321449279785,0.7218514680862427,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,31.039031982421875 +1978,2,0.7218514680862427,homicide,18-20 yrs,5,25774,19.11321449279785,0.7218514680862427,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,19.399394989013672 +1978,2,0.7218514680862427,other external,18-20 yrs,40,25774,19.11321449279785,0.7218514680862427,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,155.19515991210938 +1978,2,0.7218514680862427,internal,18-20 yrs,7,25774,19.11321449279785,0.7218514680862427,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,27.15915298461914 +1978,2,0.7218514680862427,all,21-24 yrs,108,37609,22.514265060424805,1,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,287.1653137207031 +1978,2,0.7218514680862427,MVA,21-24 yrs,26,37609,22.514265060424805,1,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,69.13238525390625 +1978,2,0.7218514680862427,suicide,21-24 yrs,10,37609,22.514265060424805,1,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,26.589380264282227 +1978,2,0.7218514680862427,homicide,21-24 yrs,15,37609,22.514265060424805,1,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,39.884071350097656 +1978,2,0.7218514680862427,other external,21-24 yrs,44,37609,22.514265060424805,1,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,116.99327087402344 +1978,2,0.7218514680862427,internal,21-24 yrs,13,37609,22.514265060424805,1,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,34.566192626953125 +1979,2,0.6399285197257996,MVA,15-17 yrs,11,23819,15.994122505187988,0,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,46.18162155151367 +1979,2,0.6399285197257996,suicide,15-17 yrs,3,23819,15.994122505187988,0,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,12.594986915588379 +1979,2,0.6399285197257996,homicide,15-17 yrs,2,23819,15.994122505187988,0,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,8.396657943725586 +1979,2,0.6399285197257996,other external,15-17 yrs,8,23819,15.994122505187988,0,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,33.586631774902344 +1979,2,0.6399285197257996,internal,15-17 yrs,5,23819,15.994122505187988,0,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,20.99164581298828 +1979,2,0.6399285197257996,all,18-20 yrs,65,19585,18.91585350036621,0.6399285197257996,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,331.88665771484375 +1979,2,0.6399285197257996,MVA,18-20 yrs,18,19585,18.91585350036621,0.6399285197257996,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,91.907073974609375 +1979,2,0.6399285197257996,suicide,18-20 yrs,6,19585,18.91585350036621,0.6399285197257996,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,30.635690689086914 +1979,2,0.6399285197257996,homicide,18-20 yrs,7,19585,18.91585350036621,0.6399285197257996,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,35.74163818359375 +1979,2,0.6399285197257996,other external,18-20 yrs,29,19585,18.91585350036621,0.6399285197257996,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,148.072509765625 +1979,2,0.6399285197257996,internal,18-20 yrs,5,19585,18.91585350036621,0.6399285197257996,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,25.529741287231445 +1979,2,0.6399285197257996,all,21-24 yrs,63,38120,22.527544021606445,1,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,165.267578125 +1979,2,0.6399285197257996,MVA,21-24 yrs,5,38120,22.527544021606445,1,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,13.116474151611328 +1979,2,0.6399285197257996,suicide,21-24 yrs,3,38120,22.527544021606445,1,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,7.869884490966797 +1979,2,0.6399285197257996,homicide,21-24 yrs,9,38120,22.527544021606445,1,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,23.60965347290039 +1979,2,0.6399285197257996,other external,21-24 yrs,44,38120,22.527544021606445,1,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,115.42497253417969 +1979,2,0.6399285197257996,internal,21-24 yrs,2,38120,22.527544021606445,1,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,5.246589660644531 +1980,2,0.6909536123275757,MVA,15-17 yrs,7,22461,16.015270233154297,0,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,31.165130615234375 +1980,2,0.6909536123275757,suicide,15-17 yrs,1,22461,16.015270233154297,0,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,4.4521613121032715 +1980,2,0.6909536123275757,homicide,15-17 yrs,2,22461,16.015270233154297,0,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,8.904322624206543 +1980,2,0.6909536123275757,other external,15-17 yrs,17,22461,16.015270233154297,0,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,75.6867446899414 +1980,2,0.6909536123275757,internal,15-17 yrs,4,22461,16.015270233154297,0,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,17.808645248413086 +1980,2,0.6909536123275757,all,18-20 yrs,51,23291,19.04422378540039,0.6909536123275757,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,218.9687042236328 +1980,2,0.6909536123275757,MVA,18-20 yrs,7,23291,19.04422378540039,0.6909536123275757,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,30.054527282714844 +1980,2,0.6909536123275757,suicide,18-20 yrs,8,23291,19.04422378540039,0.6909536123275757,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,34.34803009033203 +1980,2,0.6909536123275757,homicide,18-20 yrs,1,23291,19.04422378540039,0.6909536123275757,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,4.293503761291504 +1980,2,0.6909536123275757,other external,18-20 yrs,32,23291,19.04422378540039,0.6909536123275757,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,137.39212036132812 +1980,2,0.6909536123275757,internal,18-20 yrs,3,23291,19.04422378540039,0.6909536123275757,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,12.880512237548828 +1980,2,0.6909536123275757,all,21-24 yrs,92,36179,22.54777717590332,1,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,254.29116821289062 +1980,2,0.6909536123275757,MVA,21-24 yrs,24,36179,22.54777717590332,1,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,66.336822509765625 +1980,2,0.6909536123275757,suicide,21-24 yrs,12,36179,22.54777717590332,1,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,33.16841125488281 +1980,2,0.6909536123275757,homicide,21-24 yrs,4,36179,22.54777717590332,1,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,11.056137084960938 +1980,2,0.6909536123275757,other external,21-24 yrs,46,36179,22.54777717590332,1,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,127.14558410644531 +1980,2,0.6909536123275757,internal,21-24 yrs,6,36179,22.54777717590332,1,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,16.584205627441406 +1981,2,0.6593461632728577,MVA,15-17 yrs,5,22148,16.033140182495117,0,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,22.575401306152344 +1981,2,0.6593461632728577,suicide,15-17 yrs,0,22148,16.033140182495117,0,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,0 +1981,2,0.6593461632728577,homicide,15-17 yrs,2,22148,16.033140182495117,0,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,9.030160903930664 +1981,2,0.6593461632728577,other external,15-17 yrs,12,22148,16.033140182495117,0,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,54.180965423583984 +1981,2,0.6593461632728577,internal,15-17 yrs,5,22148,16.033140182495117,0,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,22.575401306152344 +1981,2,0.6593461632728577,all,18-20 yrs,49,24042,18.983736038208008,0.6593461632728577,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,203.80999755859375 +1981,2,0.6593461632728577,MVA,18-20 yrs,14,24042,18.983736038208008,0.6593461632728577,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,58.23143005371094 +1981,2,0.6593461632728577,suicide,18-20 yrs,9,24042,18.983736038208008,0.6593461632728577,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,37.43449020385742 +1981,2,0.6593461632728577,homicide,18-20 yrs,4,24042,18.983736038208008,0.6593461632728577,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,16.637550354003906 +1981,2,0.6593461632728577,other external,18-20 yrs,18,24042,18.983736038208008,0.6593461632728577,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,74.86898040771484 +1981,2,0.6593461632728577,internal,18-20 yrs,4,24042,18.983736038208008,0.6593461632728577,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,16.637550354003906 +1981,2,0.6593461632728577,all,21-24 yrs,103,33867,22.56349754333496,1,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,304.130859375 +1981,2,0.6593461632728577,MVA,21-24 yrs,20,33867,22.56349754333496,1,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,59.05453872680664 +1981,2,0.6593461632728577,suicide,21-24 yrs,10,33867,22.56349754333496,1,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,29.52726936340332 +1981,2,0.6593461632728577,homicide,21-24 yrs,8,33867,22.56349754333496,1,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,23.621814727783203 +1981,2,0.6593461632728577,other external,21-24 yrs,56,33867,22.56349754333496,1,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,165.3527069091797 +1981,2,0.6593461632728577,internal,21-24 yrs,9,33867,22.56349754333496,1,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,26.574541091918945 +1982,2,0.6774168610572815,MVA,15-17 yrs,3,22242,16.030122756958008,0,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,13.487996101379395 +1982,2,0.6774168610572815,suicide,15-17 yrs,1,22242,16.030122756958008,0,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,4.495998382568359 +1982,2,0.6774168610572815,homicide,15-17 yrs,5,22242,16.030122756958008,0,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,22.479991912841797 +1982,2,0.6774168610572815,other external,15-17 yrs,24,22242,16.030122756958008,0,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,107.90396881103516 +1982,2,0.6774168610572815,internal,15-17 yrs,2,22242,16.030122756958008,0,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,8.991996765136719 +1982,2,0.6774168610572815,all,18-20 yrs,56,25953,18.999074935913086,0.6774168610572815,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,215.77467346191406 +1982,2,0.6774168610572815,MVA,18-20 yrs,16,25953,18.999074935913086,0.6774168610572815,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,61.649906158447266 +1982,2,0.6774168610572815,suicide,18-20 yrs,9,25953,18.999074935913086,0.6774168610572815,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,34.678070068359375 +1982,2,0.6774168610572815,homicide,18-20 yrs,6,25953,18.999074935913086,0.6774168610572815,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,23.118715286254883 +1982,2,0.6774168610572815,other external,18-20 yrs,19,25953,18.999074935913086,0.6774168610572815,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,73.20926666259766 +1982,2,0.6774168610572815,internal,18-20 yrs,6,25953,18.999074935913086,0.6774168610572815,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,23.118715286254883 +1982,2,0.6774168610572815,all,21-24 yrs,86,33223,22.558137893676758,1,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,258.8568115234375 +1982,2,0.6774168610572815,MVA,21-24 yrs,11,33223,22.558137893676758,1,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,33.10959243774414 +1982,2,0.6774168610572815,suicide,21-24 yrs,10,33223,22.558137893676758,1,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,30.09963035583496 +1982,2,0.6774168610572815,homicide,21-24 yrs,9,33223,22.558137893676758,1,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,27.08966636657715 +1982,2,0.6774168610572815,other external,21-24 yrs,49,33223,22.558137893676758,1,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,147.48818969726562 +1982,2,0.6774168610572815,internal,21-24 yrs,7,33223,22.558137893676758,1,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,21.069740295410156 +1983,2,0.6980699300765991,MVA,15-17 yrs,11,22971,16.015541076660156,0,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,47.88646697998047 +1983,2,0.6980699300765991,suicide,15-17 yrs,2,22971,16.015541076660156,0,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,8.706629753112793 +1983,2,0.6980699300765991,homicide,15-17 yrs,0,22971,16.015541076660156,0,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,0 +1983,2,0.6980699300765991,other external,15-17 yrs,9,22971,16.015541076660156,0,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,39.17983627319336 +1983,2,0.6980699300765991,internal,15-17 yrs,6,22971,16.015541076660156,0,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,26.119890213012695 +1983,2,0.6980699300765991,all,18-20 yrs,59,27808,19.051280975341797,0.6980699300765991,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,212.16915893554688 +1983,2,0.6980699300765991,MVA,18-20 yrs,16,27808,19.051280975341797,0.6980699300765991,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,57.53739929199219 +1983,2,0.6980699300765991,suicide,18-20 yrs,8,27808,19.051280975341797,0.6980699300765991,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,28.768699645996094 +1983,2,0.6980699300765991,homicide,18-20 yrs,2,27808,19.051280975341797,0.6980699300765991,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,7.192174911499023 +1983,2,0.6980699300765991,other external,18-20 yrs,30,27808,19.051280975341797,0.6980699300765991,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,107.88262176513672 +1983,2,0.6980699300765991,internal,18-20 yrs,3,27808,19.051280975341797,0.6980699300765991,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,10.788262367248535 +1983,2,0.6980699300765991,all,21-24 yrs,101,33608,22.519309997558594,1,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,300.523681640625 +1983,2,0.6980699300765991,MVA,21-24 yrs,20,33608,22.519309997558594,1,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,59.509639739990234 +1983,2,0.6980699300765991,suicide,21-24 yrs,5,33608,22.519309997558594,1,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,14.877409934997559 +1983,2,0.6980699300765991,homicide,21-24 yrs,5,33608,22.519309997558594,1,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,14.877409934997559 +1983,2,0.6980699300765991,other external,21-24 yrs,61,33608,22.519309997558594,1,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,181.50440979003906 +1983,2,0.6980699300765991,internal,21-24 yrs,10,33608,22.519309997558594,1,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,29.754819869995117 +1984,2,0.5346471071243286,MVA,15-17 yrs,7,23702,15.984474182128906,0,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,29.53337287902832 +1984,2,0.5346471071243286,suicide,15-17 yrs,6,23702,15.984474182128906,0,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,25.314319610595703 +1984,2,0.5346471071243286,homicide,15-17 yrs,1,23702,15.984474182128906,0,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,4.219053268432617 +1984,2,0.5346471071243286,other external,15-17 yrs,8,23702,15.984474182128906,0,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,33.75242614746094 +1984,2,0.5346471071243286,internal,15-17 yrs,2,23702,15.984474182128906,0,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,8.438106536865234 +1984,2,0.5346471071243286,all,18-20 yrs,45,26997,19.07023048400879,0.5346471071243286,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,166.6851806640625 +1984,2,0.5346471071243286,MVA,18-20 yrs,14,26997,19.07023048400879,0.5346471071243286,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,51.85761260986328 +1984,2,0.5346471071243286,suicide,18-20 yrs,8,26997,19.07023048400879,0.5346471071243286,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,29.632923126220703 +1984,2,0.5346471071243286,homicide,18-20 yrs,4,26997,19.07023048400879,0.5346471071243286,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,14.816461563110352 +1984,2,0.5346471071243286,other external,18-20 yrs,18,26997,19.07023048400879,0.5346471071243286,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,66.674072265625 +1984,2,0.5346471071243286,internal,18-20 yrs,1,26997,19.07023048400879,0.5346471071243286,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,3.704115390777588 +1984,2,0.5346471071243286,all,21-24 yrs,93,34788,22.434459686279297,1,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,267.33355712890625 +1984,2,0.5346471071243286,MVA,21-24 yrs,21,34788,22.434459686279297,1,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,60.36564254760742 +1984,2,0.5346471071243286,suicide,21-24 yrs,10,34788,22.434459686279297,1,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,28.74554443359375 +1984,2,0.5346471071243286,homicide,21-24 yrs,9,34788,22.434459686279297,1,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,25.870990753173828 +1984,2,0.5346471071243286,other external,21-24 yrs,41,34788,22.434459686279297,1,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,117.85673522949219 +1984,2,0.5346471071243286,internal,21-24 yrs,12,34788,22.434459686279297,1,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,34.494651794433594 +1985,2,0.1824607104063034,MVA,15-17 yrs,6,24921,15.954376220703125,0,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,24.076080322265625 +1985,2,0.1824607104063034,suicide,15-17 yrs,5,24921,15.954376220703125,0,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,20.063400268554688 +1985,2,0.1824607104063034,homicide,15-17 yrs,0,24921,15.954376220703125,0,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,0 +1985,2,0.1824607104063034,other external,15-17 yrs,10,24921,15.954376220703125,0,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,40.126800537109375 +1985,2,0.1824607104063034,internal,15-17 yrs,2,24921,15.954376220703125,0,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,8.025360107421875 +1985,2,0.1824607104063034,all,18-20 yrs,47,25672,19.066259384155273,0.1824607104063034,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,183.07884216308594 +1985,2,0.1824607104063034,MVA,18-20 yrs,15,25672,19.066259384155273,0.1824607104063034,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,58.42941665649414 +1985,2,0.1824607104063034,suicide,18-20 yrs,8,25672,19.066259384155273,0.1824607104063034,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,31.162355422973633 +1985,2,0.1824607104063034,homicide,18-20 yrs,3,25672,19.066259384155273,0.1824607104063034,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,11.685883522033691 +1985,2,0.1824607104063034,other external,18-20 yrs,19,25672,19.066259384155273,0.1824607104063034,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,74.0105972290039 +1985,2,0.1824607104063034,internal,18-20 yrs,2,25672,19.066259384155273,0.1824607104063034,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,7.790588855743408 +1985,2,0.1824607104063034,all,21-24 yrs,78,35961,22.413782119750977,1,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,216.90164184570312 +1985,2,0.1824607104063034,MVA,21-24 yrs,20,35961,22.413782119750977,1,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,55.615806579589844 +1985,2,0.1824607104063034,suicide,21-24 yrs,7,35961,22.413782119750977,1,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,19.465532302856445 +1985,2,0.1824607104063034,homicide,21-24 yrs,3,35961,22.413782119750977,1,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,8.342370986938477 +1985,2,0.1824607104063034,other external,21-24 yrs,38,35961,22.413782119750977,1,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,105.67002868652344 +1985,2,0.1824607104063034,internal,21-24 yrs,10,35961,22.413782119750977,1,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,27.807903289794922 +1986,2,0,MVA,15-17 yrs,7,26115,15.94937801361084,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,26.80451774597168 +1986,2,0,suicide,15-17 yrs,2,26115,15.94937801361084,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,7.65843391418457 +1986,2,0,homicide,15-17 yrs,4,26115,15.94937801361084,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,15.31686782836914 +1986,2,0,other external,15-17 yrs,16,26115,15.94937801361084,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,61.26747131347656 +1986,2,0,internal,15-17 yrs,4,26115,15.94937801361084,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,15.31686782836914 +1986,2,0,all,18-20 yrs,49,24408,19.060636520385742,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,200.75384521484375 +1986,2,0,MVA,18-20 yrs,7,24408,19.060636520385742,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,28.679121017456055 +1986,2,0,suicide,18-20 yrs,6,24408,19.060636520385742,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,24.582103729248047 +1986,2,0,homicide,18-20 yrs,1,24408,19.060636520385742,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,4.097017288208008 +1986,2,0,other external,18-20 yrs,23,24408,19.060636520385742,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,94.23139953613281 +1986,2,0,internal,18-20 yrs,12,24408,19.060636520385742,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,49.164207458496094 +1986,2,0,all,21-24 yrs,77,37300,22.468900680541992,1,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,206.43431091308594 +1986,2,0,MVA,21-24 yrs,15,37300,22.468900680541992,1,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,40.2144775390625 +1986,2,0,suicide,21-24 yrs,12,37300,22.468900680541992,1,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,32.17158126831055 +1986,2,0,homicide,21-24 yrs,10,37300,22.468900680541992,1,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,26.80965232849121 +1986,2,0,other external,21-24 yrs,34,37300,22.468900680541992,1,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,91.15281677246094 +1986,2,0,internal,21-24 yrs,6,37300,22.468900680541992,1,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,16.085790634155273 +1987,2,0,MVA,15-17 yrs,6,25717,15.976980209350586,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,23.33087158203125 +1987,2,0,suicide,15-17 yrs,7,25717,15.976980209350586,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,27.219348907470703 +1987,2,0,homicide,15-17 yrs,1,25717,15.976980209350586,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,3.8884785175323486 +1987,2,0,other external,15-17 yrs,5,25717,15.976980209350586,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,19.442392349243164 +1987,2,0,internal,15-17 yrs,4,25717,15.976980209350586,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,15.553914070129395 +1987,2,0,all,18-20 yrs,27,23002,19.0406494140625,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,117.38109588623047 +1987,2,0,MVA,18-20 yrs,5,23002,19.0406494140625,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,21.737239837646484 +1987,2,0,suicide,18-20 yrs,6,23002,19.0406494140625,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,26.084688186645508 +1987,2,0,homicide,18-20 yrs,0,23002,19.0406494140625,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,0 +1987,2,0,other external,18-20 yrs,11,23002,19.0406494140625,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,47.821929931640625 +1987,2,0,internal,18-20 yrs,5,23002,19.0406494140625,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,21.737239837646484 +1987,2,0,all,21-24 yrs,70,36609,22.551149368286133,1,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,191.20980834960938 +1987,2,0,MVA,21-24 yrs,9,36609,22.551149368286133,1,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,24.584117889404297 +1987,2,0,suicide,21-24 yrs,15,36609,22.551149368286133,1,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,40.97352981567383 +1987,2,0,homicide,21-24 yrs,6,36609,22.551149368286133,1,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,16.38941192626953 +1987,2,0,other external,21-24 yrs,26,36609,22.551149368286133,1,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,71.02079010009766 +1987,2,0,internal,21-24 yrs,14,36609,22.551149368286133,1,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,38.24196243286133 +1988,2,0,MVA,15-17 yrs,5,24426,16.003889083862305,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,20.46999168395996 +1988,2,0,suicide,15-17 yrs,7,24426,16.003889083862305,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,28.657987594604492 +1988,2,0,homicide,15-17 yrs,1,24426,16.003889083862305,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,4.093998432159424 +1988,2,0,other external,15-17 yrs,9,24426,16.003889083862305,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,36.845985412597656 +1988,2,0,internal,15-17 yrs,6,24426,16.003889083862305,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,24.563989639282227 +1988,2,0,all,18-20 yrs,32,23059,19.0164794921875,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,138.77444458007812 +1988,2,0,MVA,18-20 yrs,12,23059,19.0164794921875,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,52.0404167175293 +1988,2,0,suicide,18-20 yrs,5,23059,19.0164794921875,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,21.683507919311523 +1988,2,0,homicide,18-20 yrs,1,23059,19.0164794921875,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,4.336701393127441 +1988,2,0,other external,18-20 yrs,12,23059,19.0164794921875,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,52.0404167175293 +1988,2,0,internal,18-20 yrs,2,23059,19.0164794921875,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,8.673402786254883 +1988,2,0,all,21-24 yrs,65,35392,22.573040008544922,1,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,183.65731811523438 +1988,2,0,MVA,21-24 yrs,12,35392,22.573040008544922,1,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,33.905967712402344 +1988,2,0,suicide,21-24 yrs,12,35392,22.573040008544922,1,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,33.905967712402344 +1988,2,0,homicide,21-24 yrs,6,35392,22.573040008544922,1,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,16.952983856201172 +1988,2,0,other external,21-24 yrs,25,35392,22.573040008544922,1,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,70.63743591308594 +1988,2,0,internal,21-24 yrs,10,35392,22.573040008544922,1,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,28.254972457885742 +1989,2,0,MVA,15-17 yrs,7,23049,15.999002456665039,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,30.370080947875977 +1989,2,0,suicide,15-17 yrs,10,23049,15.999002456665039,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,43.38582992553711 +1989,2,0,homicide,15-17 yrs,2,23049,15.999002456665039,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,8.677165985107422 +1989,2,0,other external,15-17 yrs,12,23049,15.999002456665039,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,52.06299591064453 +1989,2,0,internal,15-17 yrs,2,23049,15.999002456665039,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,8.677165985107422 +1989,2,0,all,18-20 yrs,45,23435,19.01958656311035,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,192.02047729492188 +1989,2,0,MVA,18-20 yrs,8,23435,19.01958656311035,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,34.1369743347168 +1989,2,0,suicide,18-20 yrs,9,23435,19.01958656311035,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,38.40409469604492 +1989,2,0,homicide,18-20 yrs,2,23435,19.01958656311035,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,8.5342435836792 +1989,2,0,other external,18-20 yrs,24,23435,19.01958656311035,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,102.41092681884766 +1989,2,0,internal,18-20 yrs,2,23435,19.01958656311035,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,8.5342435836792 +1989,2,0,all,21-24 yrs,64,34383,22.57054328918457,1,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,186.1385040283203 +1989,2,0,MVA,21-24 yrs,4,34383,22.57054328918457,1,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,11.63365650177002 +1989,2,0,suicide,21-24 yrs,15,34383,22.57054328918457,1,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,43.6262092590332 +1989,2,0,homicide,21-24 yrs,3,34383,22.57054328918457,1,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,8.725241661071777 +1989,2,0,other external,21-24 yrs,35,34383,22.57054328918457,1,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,101.79449462890625 +1989,2,0,internal,21-24 yrs,7,34383,22.57054328918457,1,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,20.358898162841797 +1990,2,0,MVA,15-17 yrs,5,22980,15.977110862731934,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,21.7580509185791 +1990,2,0,suicide,15-17 yrs,4,22980,15.977110862731934,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,17.40644073486328 +1990,2,0,homicide,15-17 yrs,2,22980,15.977110862731934,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,8.70322036743164 +1990,2,0,other external,15-17 yrs,11,22980,15.977110862731934,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,47.86771011352539 +1990,2,0,internal,15-17 yrs,4,22980,15.977110862731934,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,17.40644073486328 +1990,2,0,all,18-20 yrs,43,23158,19.0450382232666,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,185.68096923828125 +1990,2,0,MVA,18-20 yrs,5,23158,19.0450382232666,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,21.590810775756836 +1990,2,0,suicide,18-20 yrs,6,23158,19.0450382232666,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,25.908973693847656 +1990,2,0,homicide,18-20 yrs,3,23158,19.0450382232666,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,12.954486846923828 +1990,2,0,other external,18-20 yrs,24,23158,19.0450382232666,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,103.63589477539062 +1990,2,0,internal,18-20 yrs,5,23158,19.0450382232666,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,21.590810775756836 +1990,2,0,all,21-24 yrs,66,32844,22.54564094543457,1,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,200.949951171875 +1990,2,0,MVA,21-24 yrs,10,32844,22.54564094543457,1,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,30.44696044921875 +1990,2,0,suicide,21-24 yrs,15,32844,22.54564094543457,1,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,45.670440673828125 +1990,2,0,homicide,21-24 yrs,4,32844,22.54564094543457,1,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,12.178784370422363 +1990,2,0,other external,21-24 yrs,28,32844,22.54564094543457,1,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,85.251495361328125 +1990,2,0,internal,21-24 yrs,9,32844,22.54564094543457,1,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,27.402265548706055 +1991,2,0,MVA,15-17 yrs,3,23818,15.983541488647461,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,12.595516204833984 +1991,2,0,suicide,15-17 yrs,6,23818,15.983541488647461,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,25.19103240966797 +1991,2,0,homicide,15-17 yrs,3,23818,15.983541488647461,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,12.595516204833984 +1991,2,0,other external,15-17 yrs,13,23818,15.983541488647461,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,54.580570220947266 +1991,2,0,internal,15-17 yrs,2,23818,15.983541488647461,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,8.397010803222656 +1991,2,0,all,18-20 yrs,46,24137,19.011268615722656,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,190.5787811279297 +1991,2,0,MVA,18-20 yrs,12,24137,19.011268615722656,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,49.71620178222656 +1991,2,0,suicide,18-20 yrs,11,24137,19.011268615722656,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,45.573184967041016 +1991,2,0,homicide,18-20 yrs,3,24137,19.011268615722656,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,12.42905044555664 +1991,2,0,other external,18-20 yrs,12,24137,19.011268615722656,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,49.71620178222656 +1991,2,0,internal,18-20 yrs,8,24137,19.011268615722656,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,33.144134521484375 +1991,2,0,all,21-24 yrs,58,31821,22.505327224731445,1,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,182.2695770263672 +1991,2,0,MVA,21-24 yrs,13,31821,22.505327224731445,1,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,40.85352325439453 +1991,2,0,suicide,21-24 yrs,7,31821,22.505327224731445,1,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,21.998050689697266 +1991,2,0,homicide,21-24 yrs,5,31821,22.505327224731445,1,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,15.712894439697266 +1991,2,0,other external,21-24 yrs,26,31821,22.505327224731445,1,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,81.70704650878906 +1991,2,0,internal,21-24 yrs,7,31821,22.505327224731445,1,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,21.998050689697266 +1992,2,0,MVA,15-17 yrs,5,25069,15.987833976745605,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,19.9449520111084 +1992,2,0,suicide,15-17 yrs,6,25069,15.987833976745605,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,23.933942794799805 +1992,2,0,homicide,15-17 yrs,0,25069,15.987833976745605,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,0 +1992,2,0,other external,15-17 yrs,9,25069,15.987833976745605,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,35.90091323852539 +1992,2,0,internal,15-17 yrs,2,25069,15.987833976745605,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,7.977980613708496 +1992,2,0,all,18-20 yrs,52,26054,19.019920349121094,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,199.58547973632812 +1992,2,0,MVA,18-20 yrs,13,26054,19.019920349121094,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,49.89636993408203 +1992,2,0,suicide,18-20 yrs,7,26054,19.019920349121094,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,26.86727523803711 +1992,2,0,homicide,18-20 yrs,3,26054,19.019920349121094,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,11.514546394348145 +1992,2,0,other external,18-20 yrs,25,26054,19.019920349121094,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,95.954559326171875 +1992,2,0,internal,18-20 yrs,4,26054,19.019920349121094,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,15.352728843688965 +1992,2,0,all,21-24 yrs,73,31988,22.470239639282227,1,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,228.21058654785156 +1992,2,0,MVA,21-24 yrs,17,31988,22.470239639282227,1,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,53.144927978515625 +1992,2,0,suicide,21-24 yrs,13,31988,22.470239639282227,1,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,40.64023971557617 +1992,2,0,homicide,21-24 yrs,7,31988,22.470239639282227,1,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,21.88320541381836 +1992,2,0,other external,21-24 yrs,27,31988,22.470239639282227,1,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,84.40665435791016 +1992,2,0,internal,21-24 yrs,9,31988,22.470239639282227,1,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,28.13555145263672 +1993,2,0,MVA,15-17 yrs,8,26057,15.988870620727539,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,30.701923370361328 +1993,2,0,suicide,15-17 yrs,12,26057,15.988870620727539,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,46.05288314819336 +1993,2,0,homicide,15-17 yrs,1,26057,15.988870620727539,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,3.837740421295166 +1993,2,0,other external,15-17 yrs,9,26057,15.988870620727539,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,34.5396614074707 +1993,2,0,internal,15-17 yrs,3,26057,15.988870620727539,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,11.51322078704834 +1993,2,0,all,18-20 yrs,29,27584,19.029691696166992,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,105.13340759277344 +1993,2,0,MVA,18-20 yrs,4,27584,19.029691696166992,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,14.50115966796875 +1993,2,0,suicide,18-20 yrs,13,27584,19.029691696166992,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,47.12876892089844 +1993,2,0,homicide,18-20 yrs,3,27584,19.029691696166992,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,10.875869750976562 +1993,2,0,other external,18-20 yrs,7,27584,19.029691696166992,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,25.377029418945312 +1993,2,0,internal,18-20 yrs,2,27584,19.029691696166992,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,7.250579833984375 +1993,2,0,all,21-24 yrs,46,32438,22.449596405029297,1,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,141.80899047851562 +1993,2,0,MVA,21-24 yrs,12,32438,22.449596405029297,1,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,36.993648529052734 +1993,2,0,suicide,21-24 yrs,8,32438,22.449596405029297,1,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,24.662433624267578 +1993,2,0,homicide,21-24 yrs,2,32438,22.449596405029297,1,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,6.1656084060668945 +1993,2,0,other external,21-24 yrs,11,32438,22.449596405029297,1,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,33.91084671020508 +1993,2,0,internal,21-24 yrs,13,32438,22.449596405029297,1,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,40.076454162597656 +1994,2,0,MVA,15-17 yrs,3,27256,16.000659942626953,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,11.00675106048584 +1994,2,0,suicide,15-17 yrs,9,27256,16.000659942626953,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,33.0202522277832 +1994,2,0,homicide,15-17 yrs,3,27256,16.000659942626953,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,11.00675106048584 +1994,2,0,other external,15-17 yrs,8,27256,16.000659942626953,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,29.351335525512695 +1994,2,0,internal,15-17 yrs,1,27256,16.000659942626953,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,3.668916940689087 +1994,2,0,all,18-20 yrs,43,28077,19.026962280273438,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,153.1502685546875 +1994,2,0,MVA,18-20 yrs,11,28077,19.026962280273438,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,39.177974700927734 +1994,2,0,suicide,18-20 yrs,10,28077,19.026962280273438,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,35.61634063720703 +1994,2,0,homicide,18-20 yrs,5,28077,19.026962280273438,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,17.808170318603516 +1994,2,0,other external,18-20 yrs,10,28077,19.026962280273438,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,35.61634063720703 +1994,2,0,internal,18-20 yrs,7,28077,19.026962280273438,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,24.931438446044922 +1994,2,0,all,21-24 yrs,51,33023,22.418163299560547,1,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,154.4378204345703 +1994,2,0,MVA,21-24 yrs,6,33023,22.418163299560547,1,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,18.16915512084961 +1994,2,0,suicide,21-24 yrs,15,33023,22.418163299560547,1,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,45.42288589477539 +1994,2,0,homicide,21-24 yrs,5,33023,22.418163299560547,1,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,15.140962600708008 +1994,2,0,other external,21-24 yrs,16,33023,22.418163299560547,1,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,48.451080322265625 +1994,2,0,internal,21-24 yrs,9,33023,22.418163299560547,1,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,27.253732681274414 +1995,2,0,MVA,15-17 yrs,4,28194,15.999184608459473,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,14.187416076660156 +1995,2,0,suicide,15-17 yrs,5,28194,15.999184608459473,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,17.734270095825195 +1995,2,0,homicide,15-17 yrs,2,28194,15.999184608459473,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,7.093708038330078 +1995,2,0,other external,15-17 yrs,3,28194,15.999184608459473,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,10.640562057495117 +1995,2,0,internal,15-17 yrs,2,28194,15.999184608459473,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,7.093708038330078 +1995,2,0,all,18-20 yrs,33,28974,19.012563705444336,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,113.89521789550781 +1995,2,0,MVA,18-20 yrs,6,28974,19.012563705444336,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,20.708221435546875 +1995,2,0,suicide,18-20 yrs,7,28974,19.012563705444336,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,24.159591674804688 +1995,2,0,homicide,18-20 yrs,6,28974,19.012563705444336,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,20.708221435546875 +1995,2,0,other external,18-20 yrs,8,28974,19.012563705444336,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,27.6109619140625 +1995,2,0,internal,18-20 yrs,6,28974,19.012563705444336,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,20.708221435546875 +1995,2,0,all,21-24 yrs,49,33452,22.408466339111328,1,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,146.47853088378906 +1995,2,0,MVA,21-24 yrs,6,33452,22.408466339111328,1,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,17.936147689819336 +1995,2,0,suicide,21-24 yrs,12,33452,22.408466339111328,1,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,35.87229537963867 +1995,2,0,homicide,21-24 yrs,3,33452,22.408466339111328,1,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,8.968073844909668 +1995,2,0,other external,21-24 yrs,22,33452,22.408466339111328,1,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,65.76587677001953 +1995,2,0,internal,21-24 yrs,6,33452,22.408466339111328,1,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,17.936147689819336 +1996,2,0,MVA,15-17 yrs,10,29497,16.012136459350586,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,33.90175247192383 +1996,2,0,suicide,15-17 yrs,9,29497,16.012136459350586,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,30.511577606201172 +1996,2,0,homicide,15-17 yrs,3,29497,16.012136459350586,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,10.170525550842285 +1996,2,0,other external,15-17 yrs,10,29497,16.012136459350586,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,33.90175247192383 +1996,2,0,internal,15-17 yrs,5,29497,16.012136459350586,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,16.950876235961914 +1996,2,0,all,18-20 yrs,26,29919,19.004545211791992,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,86.90129852294922 +1996,2,0,MVA,18-20 yrs,4,29919,19.004545211791992,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,13.369430541992188 +1996,2,0,suicide,18-20 yrs,9,29919,19.004545211791992,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,30.081218719482422 +1996,2,0,homicide,18-20 yrs,2,29919,19.004545211791992,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,6.684715270996094 +1996,2,0,other external,18-20 yrs,9,29919,19.004545211791992,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,30.081218719482422 +1996,2,0,internal,18-20 yrs,2,29919,19.004545211791992,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,6.684715270996094 +1996,2,0,all,21-24 yrs,55,34763,22.419410705566406,1,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,158.2141876220703 +1996,2,0,MVA,21-24 yrs,10,34763,22.419410705566406,1,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,28.766216278076172 +1996,2,0,suicide,21-24 yrs,14,34763,22.419410705566406,1,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,40.272705078125 +1996,2,0,homicide,21-24 yrs,6,34763,22.419410705566406,1,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,17.259729385375977 +1996,2,0,other external,21-24 yrs,18,34763,22.419410705566406,1,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,51.77919006347656 +1996,2,0,internal,21-24 yrs,7,34763,22.419410705566406,1,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,20.1363525390625 +1970,4,0,MVA,15-17 yrs,40,106770,15.97783088684082,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,37.463706970214844 +1970,4,0,suicide,15-17 yrs,5,106770,15.97783088684082,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,4.6829633712768555 +1970,4,0,homicide,15-17 yrs,8,106770,15.97783088684082,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,7.492741584777832 +1970,4,0,other external,15-17 yrs,38,106770,15.97783088684082,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,35.59052276611328 +1970,4,0,internal,15-17 yrs,34,106770,15.97783088684082,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,31.84415054321289 +1970,4,0,all,18-20 yrs,178,96759,18.982017517089844,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,183.96221923828125 +1970,4,0,MVA,18-20 yrs,82,96759,18.982017517089844,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,84.74663543701172 +1970,4,0,suicide,18-20 yrs,14,96759,18.982017517089844,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,14.468937873840332 +1970,4,0,homicide,18-20 yrs,10,96759,18.982017517089844,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,10.334956169128418 +1970,4,0,other external,18-20 yrs,38,96759,18.982017517089844,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,39.272830963134766 +1970,4,0,internal,18-20 yrs,34,96759,18.982017517089844,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,35.138851165771484 +1970,4,0,all,21-24 yrs,242,115312,22.405136108398438,1,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,209.8654022216797 +1970,4,0,MVA,21-24 yrs,108,115312,22.405136108398438,1,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,93.65894317626953 +1970,4,0,suicide,21-24 yrs,26,115312,22.405136108398438,1,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,22.547523498535156 +1970,4,0,homicide,21-24 yrs,16,115312,22.405136108398438,1,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,13.875398635864258 +1970,4,0,other external,21-24 yrs,42,115312,22.405136108398438,1,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,36.42292404174805 +1970,4,0,internal,21-24 yrs,50,115312,22.405136108398438,1,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,43.36062240600586 +1971,4,0,MVA,15-17 yrs,69,115199,15.985528945922852,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,59.89635467529297 +1971,4,0,suicide,15-17 yrs,8,115199,15.985528945922852,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,6.944504737854004 +1971,4,0,homicide,15-17 yrs,5,115199,15.985528945922852,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,4.340315341949463 +1971,4,0,other external,15-17 yrs,34,115199,15.985528945922852,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,29.514144897460938 +1971,4,0,internal,15-17 yrs,34,115199,15.985528945922852,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,29.514144897460938 +1971,4,0,all,18-20 yrs,218,105461,18.997041702270508,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,206.71148681640625 +1971,4,0,MVA,18-20 yrs,86,105461,18.997041702270508,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,81.5467300415039 +1971,4,0,suicide,18-20 yrs,32,105461,18.997041702270508,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,30.34296989440918 +1971,4,0,homicide,18-20 yrs,9,105461,18.997041702270508,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,8.533960342407227 +1971,4,0,other external,18-20 yrs,45,105461,18.997041702270508,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,42.669803619384766 +1971,4,0,internal,18-20 yrs,46,105461,18.997041702270508,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,43.618019104003906 +1971,4,0,all,21-24 yrs,255,132223,22.519168853759766,1,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,192.8560028076172 +1971,4,0,MVA,21-24 yrs,90,132223,22.519168853759766,1,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,68.06682586669922 +1971,4,0,suicide,21-24 yrs,36,132223,22.519168853759766,1,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,27.226730346679688 +1971,4,0,homicide,21-24 yrs,16,132223,22.519168853759766,1,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,12.10076904296875 +1971,4,0,other external,21-24 yrs,48,132223,22.519168853759766,1,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,36.30230712890625 +1971,4,0,internal,21-24 yrs,65,132223,22.519168853759766,1,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,49.15937423706055 +1972,4,0.27738747000694275,MVA,15-17 yrs,48,123622,15.974583625793457,0,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,38.828041076660156 +1972,4,0.27738747000694275,suicide,15-17 yrs,14,123622,15.974583625793457,0,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,11.324845314025879 +1972,4,0.27738747000694275,homicide,15-17 yrs,8,123622,15.974583625793457,0,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,6.471340179443359 +1972,4,0.27738747000694275,other external,15-17 yrs,32,123622,15.974583625793457,0,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,25.885360717773438 +1972,4,0.27738747000694275,internal,15-17 yrs,26,123622,15.974583625793457,0,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,21.0318546295166 +1972,4,0.27738747000694275,all,18-20 yrs,220,113360,18.993375778198242,0.27738747000694275,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,194.0719757080078 +1972,4,0.27738747000694275,MVA,18-20 yrs,104,113360,18.993375778198242,0.27738747000694275,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,91.74311828613281 +1972,4,0.27738747000694275,suicide,18-20 yrs,16,113360,18.993375778198242,0.27738747000694275,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,14.114326477050781 +1972,4,0.27738747000694275,homicide,18-20 yrs,24,113360,18.993375778198242,0.27738747000694275,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,21.171489715576172 +1972,4,0.27738747000694275,other external,18-20 yrs,32,113360,18.993375778198242,0.27738747000694275,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,28.228652954101562 +1972,4,0.27738747000694275,internal,18-20 yrs,44,113360,18.993375778198242,0.27738747000694275,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,38.814395904541016 +1972,4,0.27738747000694275,all,21-24 yrs,264,138958,22.474899291992188,1,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,189.98545837402344 +1972,4,0.27738747000694275,MVA,21-24 yrs,84,138958,22.474899291992188,1,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,60.449920654296875 +1972,4,0.27738747000694275,suicide,21-24 yrs,42,138958,22.474899291992188,1,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,30.224960327148438 +1972,4,0.27738747000694275,homicide,21-24 yrs,14,138958,22.474899291992188,1,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,10.074986457824707 +1972,4,0.27738747000694275,other external,21-24 yrs,60,138958,22.474899291992188,1,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,43.17851257324219 +1972,4,0.27738747000694275,internal,21-24 yrs,64,138958,22.474899291992188,1,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,46.05708312988281 +1973,4,0.664995014667511,MVA,15-17 yrs,79,132101,15.97951602935791,0,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,59.80272674560547 +1973,4,0.664995014667511,suicide,15-17 yrs,3,132101,15.97951602935791,0,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,2.2709896564483643 +1973,4,0.664995014667511,homicide,15-17 yrs,5,132101,15.97951602935791,0,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,3.784982681274414 +1973,4,0.664995014667511,other external,15-17 yrs,29,132101,15.97951602935791,0,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,21.952899932861328 +1973,4,0.664995014667511,internal,15-17 yrs,25,132101,15.97951602935791,0,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,18.92491340637207 +1973,4,0.664995014667511,all,18-20 yrs,276,121437,18.993379592895508,0.664995014667511,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,227.27833557128906 +1973,4,0.664995014667511,MVA,18-20 yrs,130,121437,18.993379592895508,0.664995014667511,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,107.0513916015625 +1973,4,0.664995014667511,suicide,18-20 yrs,22,121437,18.993379592895508,0.664995014667511,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,18.116390228271484 +1973,4,0.664995014667511,homicide,18-20 yrs,22,121437,18.993379592895508,0.664995014667511,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,18.116390228271484 +1973,4,0.664995014667511,other external,18-20 yrs,57,121437,18.993379592895508,0.664995014667511,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,46.93791961669922 +1973,4,0.664995014667511,internal,18-20 yrs,45,121437,18.993379592895508,0.664995014667511,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,37.056251525878906 +1973,4,0.664995014667511,all,21-24 yrs,332,148254,22.46385955810547,1,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,223.94000244140625 +1973,4,0.664995014667511,MVA,21-24 yrs,133,148254,22.46385955810547,1,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,89.71089935302734 +1973,4,0.664995014667511,suicide,21-24 yrs,40,148254,22.46385955810547,1,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,26.980722427368164 +1973,4,0.664995014667511,homicide,21-24 yrs,28,148254,22.46385955810547,1,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,18.886505126953125 +1973,4,0.664995014667511,other external,21-24 yrs,68,148254,22.46385955810547,1,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,45.86722946166992 +1973,4,0.664995014667511,internal,21-24 yrs,63,148254,22.46385955810547,1,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,42.49463653564453 +1974,4,0.6677368879318237,MVA,15-17 yrs,51,138723,15.994290351867676,0,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,36.763912200927734 +1974,4,0.6677368879318237,suicide,15-17 yrs,15,138723,15.994290351867676,0,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,10.812914848327637 +1974,4,0.6677368879318237,homicide,15-17 yrs,9,138723,15.994290351867676,0,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,6.487749099731445 +1974,4,0.6677368879318237,other external,15-17 yrs,33,138723,15.994290351867676,0,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,23.78841209411621 +1974,4,0.6677368879318237,internal,15-17 yrs,38,138723,15.994290351867676,0,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,27.392717361450195 +1974,4,0.6677368879318237,all,18-20 yrs,277,128943,19.001745223999023,0.6677368879318237,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,214.8236083984375 +1974,4,0.6677368879318237,MVA,18-20 yrs,109,128943,19.001745223999023,0.6677368879318237,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,84.533477783203125 +1974,4,0.6677368879318237,suicide,18-20 yrs,26,128943,19.001745223999023,0.6677368879318237,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,20.16394805908203 +1974,4,0.6677368879318237,homicide,18-20 yrs,28,128943,19.001745223999023,0.6677368879318237,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,21.71502113342285 +1974,4,0.6677368879318237,other external,18-20 yrs,74,128943,19.001745223999023,0.6677368879318237,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,57.38969802856445 +1974,4,0.6677368879318237,internal,18-20 yrs,40,128943,19.001745223999023,0.6677368879318237,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,31.021459579467773 +1974,4,0.6677368879318237,all,21-24 yrs,323,156715,22.464780807495117,1,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,206.10662841796875 +1974,4,0.6677368879318237,MVA,21-24 yrs,100,156715,22.464780807495117,1,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,63.81010055541992 +1974,4,0.6677368879318237,suicide,21-24 yrs,52,156715,22.464780807495117,1,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,33.181251525878906 +1974,4,0.6677368879318237,homicide,21-24 yrs,33,156715,22.464780807495117,1,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,21.05733299255371 +1974,4,0.6677368879318237,other external,21-24 yrs,79,156715,22.464780807495117,1,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,50.40998077392578 +1974,4,0.6677368879318237,internal,21-24 yrs,59,156715,22.464780807495117,1,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,37.6479606628418 +1975,4,0.6632464528083801,MVA,15-17 yrs,53,140615,15.992966651916504,0,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,37.69157028198242 +1975,4,0.6632464528083801,suicide,15-17 yrs,10,140615,15.992966651916504,0,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,7.111616611480713 +1975,4,0.6632464528083801,homicide,15-17 yrs,9,140615,15.992966651916504,0,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,6.400454998016357 +1975,4,0.6632464528083801,other external,15-17 yrs,27,140615,15.992966651916504,0,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,19.201364517211914 +1975,4,0.6632464528083801,internal,15-17 yrs,27,140615,15.992966651916504,0,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,19.201364517211914 +1975,4,0.6632464528083801,all,18-20 yrs,245,134398,18.993623733520508,0.6632464528083801,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,182.29437255859375 +1975,4,0.6632464528083801,MVA,18-20 yrs,95,134398,18.993623733520508,0.6632464528083801,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,70.685577392578125 +1975,4,0.6632464528083801,suicide,18-20 yrs,34,134398,18.993623733520508,0.6632464528083801,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,25.29799461364746 +1975,4,0.6632464528083801,homicide,18-20 yrs,23,134398,18.993623733520508,0.6632464528083801,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,17.11334991455078 +1975,4,0.6632464528083801,other external,18-20 yrs,41,134398,18.993623733520508,0.6632464528083801,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,30.506406784057617 +1975,4,0.6632464528083801,internal,18-20 yrs,52,134398,18.993623733520508,0.6632464528083801,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,38.6910514831543 +1975,4,0.6632464528083801,all,21-24 yrs,322,164188,22.465557098388672,1,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,196.1166534423828 +1975,4,0.6632464528083801,MVA,21-24 yrs,85,164188,22.465557098388672,1,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,51.76992416381836 +1975,4,0.6632464528083801,suicide,21-24 yrs,48,164188,22.465557098388672,1,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,29.234779357910156 +1975,4,0.6632464528083801,homicide,21-24 yrs,30,164188,22.465557098388672,1,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,18.271738052368164 +1975,4,0.6632464528083801,other external,21-24 yrs,67,164188,22.465557098388672,1,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,40.806880950927734 +1975,4,0.6632464528083801,internal,21-24 yrs,92,164188,22.465557098388672,1,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,56.033329010009766 +1976,4,0.6716262698173523,MVA,15-17 yrs,58,142776,15.987743377685547,0,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,40.62307357788086 +1976,4,0.6716262698173523,suicide,15-17 yrs,6,142776,15.987743377685547,0,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,4.202386856079102 +1976,4,0.6716262698173523,homicide,15-17 yrs,5,142776,15.987743377685547,0,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,3.5019891262054443 +1976,4,0.6716262698173523,other external,15-17 yrs,25,142776,15.987743377685547,0,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,17.509944915771484 +1976,4,0.6716262698173523,internal,15-17 yrs,23,142776,15.987743377685547,0,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,16.109149932861328 +1976,4,0.6716262698173523,all,18-20 yrs,235,139527,19.002206802368164,0.6716262698173523,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,168.42617797851562 +1976,4,0.6716262698173523,MVA,18-20 yrs,101,139527,19.002206802368164,0.6716262698173523,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,72.387420654296875 +1976,4,0.6716262698173523,suicide,18-20 yrs,22,139527,19.002206802368164,0.6716262698173523,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,15.767557144165039 +1976,4,0.6716262698173523,homicide,18-20 yrs,20,139527,19.002206802368164,0.6716262698173523,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,14.33414363861084 +1976,4,0.6716262698173523,other external,18-20 yrs,44,139527,19.002206802368164,0.6716262698173523,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,31.535114288330078 +1976,4,0.6716262698173523,internal,18-20 yrs,48,139527,19.002206802368164,0.6716262698173523,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,34.40194320678711 +1976,4,0.6716262698173523,all,21-24 yrs,294,170883,22.464868545532227,1,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,172.04754638671875 +1976,4,0.6716262698173523,MVA,21-24 yrs,109,170883,22.464868545532227,1,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,63.78633499145508 +1976,4,0.6716262698173523,suicide,21-24 yrs,41,170883,22.464868545532227,1,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,23.993024826049805 +1976,4,0.6716262698173523,homicide,21-24 yrs,18,170883,22.464868545532227,1,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,10.533522605895996 +1976,4,0.6716262698173523,other external,21-24 yrs,68,170883,22.464868545532227,1,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,39.79330825805664 +1976,4,0.6716262698173523,internal,21-24 yrs,58,170883,22.464868545532227,1,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,33.94135284423828 +1977,4,0.678782045841217,MVA,15-17 yrs,69,144855,15.995443344116211,0,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,47.63384246826172 +1977,4,0.678782045841217,suicide,15-17 yrs,19,144855,15.995443344116211,0,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,13.116564750671387 +1977,4,0.678782045841217,homicide,15-17 yrs,21,144855,15.995443344116211,0,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,14.4972562789917 +1977,4,0.678782045841217,other external,15-17 yrs,23,144855,15.995443344116211,0,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,15.877946853637695 +1977,4,0.678782045841217,internal,15-17 yrs,24,144855,15.995443344116211,0,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,16.56829261779785 +1977,4,0.678782045841217,all,18-20 yrs,249,144142,19.020132064819336,0.678782045841217,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,172.74632263183594 +1977,4,0.678782045841217,MVA,18-20 yrs,120,144142,19.020132064819336,0.678782045841217,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,83.25123596191406 +1977,4,0.678782045841217,suicide,18-20 yrs,36,144142,19.020132064819336,0.678782045841217,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,24.975372314453125 +1977,4,0.678782045841217,homicide,18-20 yrs,20,144142,19.020132064819336,0.678782045841217,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,13.875205993652344 +1977,4,0.678782045841217,other external,18-20 yrs,34,144142,19.020132064819336,0.678782045841217,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,23.58785057067871 +1977,4,0.678782045841217,internal,18-20 yrs,39,144142,19.020132064819336,0.678782045841217,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,27.056652069091797 +1977,4,0.678782045841217,all,21-24 yrs,336,178578,22.46590805053711,1,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,188.153076171875 +1977,4,0.678782045841217,MVA,21-24 yrs,133,178578,22.46590805053711,1,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,74.47725677490234 +1977,4,0.678782045841217,suicide,21-24 yrs,57,178578,22.46590805053711,1,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,31.918825149536133 +1977,4,0.678782045841217,homicide,21-24 yrs,29,178578,22.46590805053711,1,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,16.239402770996094 +1977,4,0.678782045841217,other external,21-24 yrs,52,178578,22.46590805053711,1,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,29.118928909301758 +1977,4,0.678782045841217,internal,21-24 yrs,65,178578,22.46590805053711,1,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,36.398658752441406 +1978,4,0.6793755888938904,MVA,15-17 yrs,80,145872,16.007780075073242,0,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,54.84260177612305 +1978,4,0.6793755888938904,suicide,15-17 yrs,14,145872,16.007780075073242,0,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,9.597455024719238 +1978,4,0.6793755888938904,homicide,15-17 yrs,14,145872,16.007780075073242,0,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,9.597455024719238 +1978,4,0.6793755888938904,other external,15-17 yrs,31,145872,16.007780075073242,0,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,21.251508712768555 +1978,4,0.6793755888938904,internal,15-17 yrs,28,145872,16.007780075073242,0,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,19.194910049438477 +1978,4,0.6793755888938904,all,18-20 yrs,278,147718,19.021717071533203,0.6793755888938904,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,188.19642639160156 +1978,4,0.6793755888938904,MVA,18-20 yrs,139,147718,19.021717071533203,0.6793755888938904,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,94.09821319580078 +1978,4,0.6793755888938904,suicide,18-20 yrs,30,147718,19.021717071533203,0.6793755888938904,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,20.30896759033203 +1978,4,0.6793755888938904,homicide,18-20 yrs,22,147718,19.021717071533203,0.6793755888938904,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,14.893242835998535 +1978,4,0.6793755888938904,other external,18-20 yrs,45,147718,19.021717071533203,0.6793755888938904,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,30.463451385498047 +1978,4,0.6793755888938904,internal,18-20 yrs,42,147718,19.021717071533203,0.6793755888938904,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,28.432554244995117 +1978,4,0.6793755888938904,all,21-24 yrs,370,188868,22.463499069213867,1,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,195.90402221679688 +1978,4,0.6793755888938904,MVA,21-24 yrs,161,188868,22.463499069213867,1,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,85.244720458984375 +1978,4,0.6793755888938904,suicide,21-24 yrs,61,188868,22.463499069213867,1,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,32.29768753051758 +1978,4,0.6793755888938904,homicide,21-24 yrs,40,188868,22.463499069213867,1,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,21.17881202697754 +1978,4,0.6793755888938904,other external,21-24 yrs,48,188868,22.463499069213867,1,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,25.414575576782227 +1978,4,0.6793755888938904,internal,21-24 yrs,60,188868,22.463499069213867,1,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,31.768218994140625 +1979,4,0.6786624193191528,MVA,15-17 yrs,77,146762,16.009151458740234,0,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,52.46589660644531 +1979,4,0.6786624193191528,suicide,15-17 yrs,11,146762,16.009151458740234,0,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,7.495128154754639 +1979,4,0.6786624193191528,homicide,15-17 yrs,13,146762,16.009151458740234,0,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,8.857878684997559 +1979,4,0.6786624193191528,other external,15-17 yrs,25,146762,16.009151458740234,0,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,17.034381866455078 +1979,4,0.6786624193191528,internal,15-17 yrs,26,146762,16.009151458740234,0,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,17.715757369995117 +1979,4,0.6786624193191528,all,18-20 yrs,297,153888,19.019676208496094,0.6786624193191528,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,192.99749755859375 +1979,4,0.6786624193191528,MVA,18-20 yrs,158,153888,19.019676208496094,0.6786624193191528,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,102.67207336425781 +1979,4,0.6786624193191528,suicide,18-20 yrs,33,153888,19.019676208496094,0.6786624193191528,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,21.444168090820312 +1979,4,0.6786624193191528,homicide,18-20 yrs,26,153888,19.019676208496094,0.6786624193191528,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,16.895404815673828 +1979,4,0.6786624193191528,other external,18-20 yrs,40,153888,19.019676208496094,0.6786624193191528,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,25.992929458618164 +1979,4,0.6786624193191528,internal,18-20 yrs,40,153888,19.019676208496094,0.6786624193191528,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,25.992929458618164 +1979,4,0.6786624193191528,all,21-24 yrs,344,200477,22.465295791625977,1,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,171.59075927734375 +1979,4,0.6786624193191528,MVA,21-24 yrs,153,200477,22.465295791625977,1,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,76.31797790527344 +1979,4,0.6786624193191528,suicide,21-24 yrs,51,200477,22.465295791625977,1,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,25.439327239990234 +1979,4,0.6786624193191528,homicide,21-24 yrs,32,200477,22.465295791625977,1,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,15.961931228637695 +1979,4,0.6786624193191528,other external,21-24 yrs,58,200477,22.465295791625977,1,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,28.930999755859375 +1979,4,0.6786624193191528,internal,21-24 yrs,50,200477,22.465295791625977,1,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,24.94051742553711 +1980,4,0.6830323338508606,MVA,15-17 yrs,53,146391,16.01795196533203,0,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,36.204410552978516 +1980,4,0.6830323338508606,suicide,15-17 yrs,15,146391,16.01795196533203,0,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,10.24653148651123 +1980,4,0.6830323338508606,homicide,15-17 yrs,15,146391,16.01795196533203,0,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,10.24653148651123 +1980,4,0.6830323338508606,other external,15-17 yrs,27,146391,16.01795196533203,0,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,18.443756103515625 +1980,4,0.6830323338508606,internal,15-17 yrs,29,146391,16.01795196533203,0,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,19.809961318969727 +1980,4,0.6830323338508606,all,18-20 yrs,248,159704,19.02358055114746,0.6830323338508606,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,155.2872772216797 +1980,4,0.6830323338508606,MVA,18-20 yrs,109,159704,19.02358055114746,0.6830323338508606,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,68.25126647949219 +1980,4,0.6830323338508606,suicide,18-20 yrs,29,159704,19.02358055114746,0.6830323338508606,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,18.158594131469727 +1980,4,0.6830323338508606,homicide,18-20 yrs,28,159704,19.02358055114746,0.6830323338508606,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,17.532434463500977 +1980,4,0.6830323338508606,other external,18-20 yrs,45,159704,19.02358055114746,0.6830323338508606,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,28.177127838134766 +1980,4,0.6830323338508606,internal,18-20 yrs,37,159704,19.02358055114746,0.6830323338508606,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,23.16786003112793 +1980,4,0.6830323338508606,all,21-24 yrs,359,211366,22.48490333557129,1,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,169.84756469726562 +1980,4,0.6830323338508606,MVA,21-24 yrs,140,211366,22.48490333557129,1,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,66.2358169555664 +1980,4,0.6830323338508606,suicide,21-24 yrs,54,211366,22.48490333557129,1,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,25.5481014251709 +1980,4,0.6830323338508606,homicide,21-24 yrs,43,211366,22.48490333557129,1,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,20.34385871887207 +1980,4,0.6830323338508606,other external,21-24 yrs,59,211366,22.48490333557129,1,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,27.913665771484375 +1980,4,0.6830323338508606,internal,21-24 yrs,63,211366,22.48490333557129,1,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,29.80611801147461 +1981,4,0.6847169995307922,MVA,15-17 yrs,52,142320,16.03657341003418,0,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,36.53738021850586 +1981,4,0.6847169995307922,suicide,15-17 yrs,16,142320,16.03657341003418,0,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,11.242270469665527 +1981,4,0.6847169995307922,homicide,15-17 yrs,6,142320,16.03657341003418,0,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,4.215851783752441 +1981,4,0.6847169995307922,other external,15-17 yrs,26,142320,16.03657341003418,0,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,18.26869010925293 +1981,4,0.6847169995307922,internal,15-17 yrs,24,142320,16.03657341003418,0,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,16.863407135009766 +1981,4,0.6847169995307922,all,18-20 yrs,212,159406,19.03204345703125,0.6847169995307922,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,132.99374389648438 +1981,4,0.6847169995307922,MVA,18-20 yrs,88,159406,19.03204345703125,0.6847169995307922,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,55.20494842529297 +1981,4,0.6847169995307922,suicide,18-20 yrs,30,159406,19.03204345703125,0.6847169995307922,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,18.819868087768555 +1981,4,0.6847169995307922,homicide,18-20 yrs,6,159406,19.03204345703125,0.6847169995307922,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,3.7639737129211426 +1981,4,0.6847169995307922,other external,18-20 yrs,54,159406,19.03204345703125,0.6847169995307922,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,33.875762939453125 +1981,4,0.6847169995307922,internal,18-20 yrs,34,159406,19.03204345703125,0.6847169995307922,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,21.329185485839844 +1981,4,0.6847169995307922,all,21-24 yrs,346,218375,22.50511360168457,1,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,158.4430389404297 +1981,4,0.6847169995307922,MVA,21-24 yrs,144,218375,22.50511360168457,1,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,65.94161224365234 +1981,4,0.6847169995307922,suicide,21-24 yrs,56,218375,22.50511360168457,1,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,25.64396095275879 +1981,4,0.6847169995307922,homicide,21-24 yrs,54,218375,22.50511360168457,1,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,24.728105545043945 +1981,4,0.6847169995307922,other external,21-24 yrs,44,218375,22.50511360168457,1,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,20.148826599121094 +1981,4,0.6847169995307922,internal,21-24 yrs,48,218375,22.50511360168457,1,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,21.98053741455078 +1982,4,0.6810897588729858,MVA,15-17 yrs,42,138459,16.031604766845703,0,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,30.33388900756836 +1982,4,0.6810897588729858,suicide,15-17 yrs,14,138459,16.031604766845703,0,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,10.111296653747559 +1982,4,0.6810897588729858,homicide,15-17 yrs,6,138459,16.031604766845703,0,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,4.3334126472473145 +1982,4,0.6810897588729858,other external,15-17 yrs,16,138459,16.031604766845703,0,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,11.555767059326172 +1982,4,0.6810897588729858,internal,15-17 yrs,26,138459,16.031604766845703,0,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,18.778121948242188 +1982,4,0.6810897588729858,all,18-20 yrs,220,158750,19.02461814880371,0.6810897588729858,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,138.58267211914062 +1982,4,0.6810897588729858,MVA,18-20 yrs,100,158750,19.02461814880371,0.6810897588729858,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,62.99212646484375 +1982,4,0.6810897588729858,suicide,18-20 yrs,30,158750,19.02461814880371,0.6810897588729858,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,18.89763832092285 +1982,4,0.6810897588729858,homicide,18-20 yrs,26,158750,19.02461814880371,0.6810897588729858,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,16.377952575683594 +1982,4,0.6810897588729858,other external,18-20 yrs,26,158750,19.02461814880371,0.6810897588729858,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,16.377952575683594 +1982,4,0.6810897588729858,internal,18-20 yrs,38,158750,19.02461814880371,0.6810897588729858,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,23.937007904052734 +1982,4,0.6810897588729858,all,21-24 yrs,354,223160,22.51030731201172,1,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,158.63058471679688 +1982,4,0.6810897588729858,MVA,21-24 yrs,120,223160,22.51030731201172,1,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,53.77307891845703 +1982,4,0.6810897588729858,suicide,21-24 yrs,54,223160,22.51030731201172,1,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,24.197885513305664 +1982,4,0.6810897588729858,homicide,21-24 yrs,42,223160,22.51030731201172,1,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,18.82057762145996 +1982,4,0.6810897588729858,other external,21-24 yrs,54,223160,22.51030731201172,1,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,24.197885513305664 +1982,4,0.6810897588729858,internal,21-24 yrs,84,223160,22.51030731201172,1,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,37.64115524291992 +1983,4,0.6871956586837769,MVA,15-17 yrs,41,135998,16.018815994262695,0,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,30.147502899169922 +1983,4,0.6871956586837769,suicide,15-17 yrs,17,135998,16.018815994262695,0,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,12.500184059143066 +1983,4,0.6871956586837769,homicide,15-17 yrs,9,135998,16.018815994262695,0,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,6.617744445800781 +1983,4,0.6871956586837769,other external,15-17 yrs,11,135998,16.018815994262695,0,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,8.088354110717773 +1983,4,0.6871956586837769,internal,15-17 yrs,23,135998,16.018815994262695,0,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,16.91201400756836 +1983,4,0.6871956586837769,all,18-20 yrs,197,158134,19.031719207763672,0.6871956586837769,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,124.57788848876953 +1983,4,0.6871956586837769,MVA,18-20 yrs,87,158134,19.031719207763672,0.6871956586837769,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,55.016632080078125 +1983,4,0.6871956586837769,suicide,18-20 yrs,30,158134,19.031719207763672,0.6871956586837769,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,18.97125244140625 +1983,4,0.6871956586837769,homicide,18-20 yrs,18,158134,19.031719207763672,0.6871956586837769,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,11.38275146484375 +1983,4,0.6871956586837769,other external,18-20 yrs,22,158134,19.031719207763672,0.6871956586837769,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,13.912251472473145 +1983,4,0.6871956586837769,internal,18-20 yrs,40,158134,19.031719207763672,0.6871956586837769,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,25.29500389099121 +1983,4,0.6871956586837769,all,21-24 yrs,262,225253,22.522109985351562,1,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,116.31365966796875 +1983,4,0.6871956586837769,MVA,21-24 yrs,86,225253,22.522109985351562,1,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,38.179290771484375 +1983,4,0.6871956586837769,suicide,21-24 yrs,45,225253,22.522109985351562,1,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,19.977537155151367 +1983,4,0.6871956586837769,homicide,21-24 yrs,30,225253,22.522109985351562,1,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,13.318357467651367 +1983,4,0.6871956586837769,other external,21-24 yrs,34,225253,22.522109985351562,1,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,15.094138145446777 +1983,4,0.6871956586837769,internal,21-24 yrs,67,225253,22.522109985351562,1,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,29.74433135986328 +1984,4,0.6938179135322571,MVA,15-17 yrs,46,138413,16.005468368530273,0,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,33.23387145996094 +1984,4,0.6938179135322571,suicide,15-17 yrs,13,138413,16.005468368530273,0,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,9.392181396484375 +1984,4,0.6938179135322571,homicide,15-17 yrs,11,138413,16.005468368530273,0,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,7.947230339050293 +1984,4,0.6938179135322571,other external,15-17 yrs,19,138413,16.005468368530273,0,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,13.727034568786621 +1984,4,0.6938179135322571,internal,15-17 yrs,24,138413,16.005468368530273,0,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,17.339412689208984 +1984,4,0.6938179135322571,all,18-20 yrs,212,156371,19.0469913482666,0.6938179135322571,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,135.57501220703125 +1984,4,0.6938179135322571,MVA,18-20 yrs,123,156371,19.0469913482666,0.6938179135322571,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,78.659088134765625 +1984,4,0.6938179135322571,suicide,18-20 yrs,21,156371,19.0469913482666,0.6938179135322571,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,13.42959976196289 +1984,4,0.6938179135322571,homicide,18-20 yrs,24,156371,19.0469913482666,0.6938179135322571,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,15.348114013671875 +1984,4,0.6938179135322571,other external,18-20 yrs,18,156371,19.0469913482666,0.6938179135322571,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,11.511085510253906 +1984,4,0.6938179135322571,internal,18-20 yrs,26,156371,19.0469913482666,0.6938179135322571,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,16.627124786376953 +1984,4,0.6938179135322571,all,21-24 yrs,333,226864,22.533615112304688,1,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,146.7839813232422 +1984,4,0.6938179135322571,MVA,21-24 yrs,129,226864,22.533615112304688,1,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,56.86226272583008 +1984,4,0.6938179135322571,suicide,21-24 yrs,59,226864,22.533615112304688,1,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,26.006771087646484 +1984,4,0.6938179135322571,homicide,21-24 yrs,35,226864,22.533615112304688,1,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,15.42774486541748 +1984,4,0.6938179135322571,other external,21-24 yrs,51,226864,22.533615112304688,1,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,22.48042869567871 +1984,4,0.6938179135322571,internal,21-24 yrs,59,226864,22.533615112304688,1,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,26.006771087646484 +1985,4,0.5194456577301025,MVA,15-17 yrs,52,143897,15.990500450134277,0,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,36.136959075927734 +1985,4,0.5194456577301025,suicide,15-17 yrs,24,143897,15.990500450134277,0,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,16.67859649658203 +1985,4,0.5194456577301025,homicide,15-17 yrs,14,143897,15.990500450134277,0,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,9.729181289672852 +1985,4,0.5194456577301025,other external,15-17 yrs,16,143897,15.990500450134277,0,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,11.119064331054688 +1985,4,0.5194456577301025,internal,15-17 yrs,25,143897,15.990500450134277,0,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,17.373537063598633 +1985,4,0.5194456577301025,all,18-20 yrs,208,154987,19.039810180664062,0.5194456577301025,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,134.20480346679688 +1985,4,0.5194456577301025,MVA,18-20 yrs,99,154987,19.039810180664062,0.5194456577301025,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,63.87632369995117 +1985,4,0.5194456577301025,suicide,18-20 yrs,29,154987,19.039810180664062,0.5194456577301025,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,18.711246490478516 +1985,4,0.5194456577301025,homicide,18-20 yrs,16,154987,19.039810180664062,0.5194456577301025,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,10.323446273803711 +1985,4,0.5194456577301025,other external,18-20 yrs,18,154987,19.039810180664062,0.5194456577301025,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,11.613877296447754 +1985,4,0.5194456577301025,internal,18-20 yrs,46,154987,19.039810180664062,0.5194456577301025,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,29.679908752441406 +1985,4,0.5194456577301025,all,21-24 yrs,315,229244,22.53521156311035,1,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,137.40817260742188 +1985,4,0.5194456577301025,MVA,21-24 yrs,125,229244,22.53521156311035,1,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,54.52705383300781 +1985,4,0.5194456577301025,suicide,21-24 yrs,54,229244,22.53521156311035,1,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,23.555686950683594 +1985,4,0.5194456577301025,homicide,21-24 yrs,34,229244,22.53521156311035,1,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,14.831358909606934 +1985,4,0.5194456577301025,other external,21-24 yrs,45,229244,22.53521156311035,1,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,19.62973976135254 +1985,4,0.5194456577301025,internal,21-24 yrs,57,229244,22.53521156311035,1,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,24.864336013793945 +1986,4,0.1716172993183136,MVA,15-17 yrs,77,150747,15.993074417114258,0,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,51.07896041870117 +1986,4,0.1716172993183136,suicide,15-17 yrs,20,150747,15.993074417114258,0,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,13.26726245880127 +1986,4,0.1716172993183136,homicide,15-17 yrs,14,150747,15.993074417114258,0,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,9.287083625793457 +1986,4,0.1716172993183136,other external,15-17 yrs,18,150747,15.993074417114258,0,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,11.940536499023438 +1986,4,0.1716172993183136,internal,15-17 yrs,20,150747,15.993074417114258,0,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,13.26726245880127 +1986,4,0.1716172993183136,all,18-20 yrs,239,155905,19.027536392211914,0.1716172993183136,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,153.29847717285156 +1986,4,0.1716172993183136,MVA,18-20 yrs,111,155905,19.027536392211914,0.1716172993183136,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,71.19720458984375 +1986,4,0.1716172993183136,suicide,18-20 yrs,29,155905,19.027536392211914,0.1716172993183136,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,18.601070404052734 +1986,4,0.1716172993183136,homicide,18-20 yrs,32,155905,19.027536392211914,0.1716172993183136,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,20.525320053100586 +1986,4,0.1716172993183136,other external,18-20 yrs,26,155905,19.027536392211914,0.1716172993183136,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,16.676822662353516 +1986,4,0.1716172993183136,internal,18-20 yrs,41,155905,19.027536392211914,0.1716172993183136,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,26.298065185546875 +1986,4,0.1716172993183136,all,21-24 yrs,352,231200,22.53525161743164,1,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,152.24913024902344 +1986,4,0.1716172993183136,MVA,21-24 yrs,130,231200,22.53525161743164,1,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,56.22837448120117 +1986,4,0.1716172993183136,suicide,21-24 yrs,59,231200,22.53525161743164,1,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,25.519031524658203 +1986,4,0.1716172993183136,homicide,21-24 yrs,50,231200,22.53525161743164,1,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,21.626296997070312 +1986,4,0.1716172993183136,other external,21-24 yrs,44,231200,22.53525161743164,1,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,19.03114128112793 +1986,4,0.1716172993183136,internal,21-24 yrs,69,231200,22.53525161743164,1,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,29.844289779663086 +1987,4,0,MVA,15-17 yrs,49,154385,16.027482986450195,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,31.738834381103516 +1987,4,0,suicide,15-17 yrs,25,154385,16.027482986450195,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,16.193283081054688 +1987,4,0,homicide,15-17 yrs,14,154385,16.027482986450195,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,9.068238258361816 +1987,4,0,other external,15-17 yrs,21,154385,16.027482986450195,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,13.602357864379883 +1987,4,0,internal,15-17 yrs,26,154385,16.027482986450195,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,16.841014862060547 +1987,4,0,all,18-20 yrs,194,160147,19.015859603881836,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,121.13870239257812 +1987,4,0,MVA,18-20 yrs,102,160147,19.015859603881836,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,63.69148254394531 +1987,4,0,suicide,18-20 yrs,31,160147,19.015859603881836,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,19.357215881347656 +1987,4,0,homicide,18-20 yrs,17,160147,19.015859603881836,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,10.615246772766113 +1987,4,0,other external,18-20 yrs,21,160147,19.015859603881836,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,13.11295223236084 +1987,4,0,internal,18-20 yrs,23,160147,19.015859603881836,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,14.361804962158203 +1987,4,0,all,21-24 yrs,335,230859,22.54947853088379,1,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,145.11021423339844 +1987,4,0,MVA,21-24 yrs,134,230859,22.54947853088379,1,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,58.04408645629883 +1987,4,0,suicide,21-24 yrs,66,230859,22.54947853088379,1,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,28.588878631591797 +1987,4,0,homicide,21-24 yrs,40,230859,22.54947853088379,1,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,17.32659339904785 +1987,4,0,other external,21-24 yrs,34,230859,22.54947853088379,1,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,14.727603912353516 +1987,4,0,internal,21-24 yrs,61,230859,22.54947853088379,1,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,26.42305564880371 +1988,4,0,MVA,15-17 yrs,53,152857,16.048824310302734,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,34.67292785644531 +1988,4,0,suicide,15-17 yrs,20,152857,16.048824310302734,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,13.084124565124512 +1988,4,0,homicide,15-17 yrs,15,152857,16.048824310302734,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,9.813093185424805 +1988,4,0,other external,15-17 yrs,22,152857,16.048824310302734,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,14.392537117004395 +1988,4,0,internal,15-17 yrs,26,152857,16.048824310302734,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,17.009361267089844 +1988,4,0,all,18-20 yrs,214,165953,19.00166893005371,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,128.95217895507812 +1988,4,0,MVA,18-20 yrs,106,165953,19.00166893005371,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,63.873504638671875 +1988,4,0,suicide,18-20 yrs,41,165953,19.00166893005371,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,24.70578956604004 +1988,4,0,homicide,18-20 yrs,14,165953,19.00166893005371,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,8.436123847961426 +1988,4,0,other external,18-20 yrs,25,165953,19.00166893005371,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,15.064506530761719 +1988,4,0,internal,18-20 yrs,28,165953,19.00166893005371,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,16.87224769592285 +1988,4,0,all,21-24 yrs,312,228997,22.553417205810547,1,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,136.24632263183594 +1988,4,0,MVA,21-24 yrs,115,228997,22.553417205810547,1,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,50.218997955322266 +1988,4,0,suicide,21-24 yrs,69,228997,22.553417205810547,1,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,30.131399154663086 +1988,4,0,homicide,21-24 yrs,38,228997,22.553417205810547,1,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,16.594104766845703 +1988,4,0,other external,21-24 yrs,36,228997,22.553417205810547,1,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,15.72072982788086 +1988,4,0,internal,21-24 yrs,54,228997,22.553417205810547,1,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,23.58109474182129 +1989,4,0,MVA,15-17 yrs,41,148929,16.022546768188477,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,27.529897689819336 +1989,4,0,suicide,15-17 yrs,26,148929,16.022546768188477,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,17.457983016967773 +1989,4,0,homicide,15-17 yrs,6,148929,16.022546768188477,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,4.0287652015686035 +1989,4,0,other external,15-17 yrs,19,148929,16.022546768188477,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,12.757757186889648 +1989,4,0,internal,15-17 yrs,24,148929,16.022546768188477,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,16.115060806274414 +1989,4,0,all,18-20 yrs,227,172612,19.00164031982422,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,131.50881958007812 +1989,4,0,MVA,18-20 yrs,93,172612,19.00164031982422,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,53.8780632019043 +1989,4,0,suicide,18-20 yrs,32,172612,19.00164031982422,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,18.53868865966797 +1989,4,0,homicide,18-20 yrs,34,172612,19.00164031982422,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,19.697355270385742 +1989,4,0,other external,18-20 yrs,35,172612,19.00164031982422,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,20.276689529418945 +1989,4,0,internal,18-20 yrs,33,172612,19.00164031982422,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,19.11802101135254 +1989,4,0,all,21-24 yrs,320,224903,22.538450241088867,1,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,142.2835693359375 +1989,4,0,MVA,21-24 yrs,98,224903,22.538450241088867,1,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,43.5743408203125 +1989,4,0,suicide,21-24 yrs,55,224903,22.538450241088867,1,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,24.454986572265625 +1989,4,0,homicide,21-24 yrs,51,224903,22.538450241088867,1,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,22.676443099975586 +1989,4,0,other external,21-24 yrs,45,224903,22.538450241088867,1,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,20.008625030517578 +1989,4,0,internal,21-24 yrs,71,224903,22.538450241088867,1,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,31.56916618347168 +1990,4,0,MVA,15-17 yrs,43,149996,15.99155330657959,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,28.667430877685547 +1990,4,0,suicide,15-17 yrs,22,149996,15.99155330657959,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,14.667057991027832 +1990,4,0,homicide,15-17 yrs,16,149996,15.99155330657959,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,10.666951179504395 +1990,4,0,other external,15-17 yrs,19,149996,15.99155330657959,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,12.667004585266113 +1990,4,0,internal,15-17 yrs,18,149996,15.99155330657959,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,12.000320434570312 +1990,4,0,all,18-20 yrs,201,171103,19.042827606201172,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,117.47309875488281 +1990,4,0,MVA,18-20 yrs,84,171103,19.042827606201172,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,49.09323501586914 +1990,4,0,suicide,18-20 yrs,36,171103,19.042827606201172,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,21.039958953857422 +1990,4,0,homicide,18-20 yrs,28,171103,19.042827606201172,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,16.364412307739258 +1990,4,0,other external,18-20 yrs,22,171103,19.042827606201172,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,12.857752799987793 +1990,4,0,internal,18-20 yrs,31,171103,19.042827606201172,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,18.11774253845215 +1990,4,0,all,21-24 yrs,292,220330,22.508804321289062,1,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,132.52847290039062 +1990,4,0,MVA,21-24 yrs,114,220330,22.508804321289062,1,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,51.740570068359375 +1990,4,0,suicide,21-24 yrs,56,220330,22.508804321289062,1,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,25.416419982910156 +1990,4,0,homicide,21-24 yrs,42,220330,22.508804321289062,1,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,19.062314987182617 +1990,4,0,other external,21-24 yrs,34,220330,22.508804321289062,1,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,15.431398391723633 +1990,4,0,internal,21-24 yrs,46,220330,22.508804321289062,1,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,20.877775192260742 +1991,4,0,MVA,15-17 yrs,48,151389,15.995508193969727,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,31.706398010253906 +1991,4,0,suicide,15-17 yrs,29,151389,15.995508193969727,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,19.155948638916016 +1991,4,0,homicide,15-17 yrs,24,151389,15.995508193969727,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,15.853199005126953 +1991,4,0,other external,15-17 yrs,21,151389,15.995508193969727,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,13.871549606323242 +1991,4,0,internal,15-17 yrs,27,151389,15.995508193969727,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,17.834848403930664 +1991,4,0,all,18-20 yrs,198,165116,19.064239501953125,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,119.91569519042969 +1991,4,0,MVA,18-20 yrs,65,165116,19.064239501953125,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,39.36626434326172 +1991,4,0,suicide,18-20 yrs,37,165116,19.064239501953125,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,22.408489227294922 +1991,4,0,homicide,18-20 yrs,46,165116,19.064239501953125,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,27.859201431274414 +1991,4,0,other external,18-20 yrs,24,165116,19.064239501953125,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,14.535235404968262 +1991,4,0,internal,18-20 yrs,26,165116,19.064239501953125,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,15.746505737304688 +1991,4,0,all,21-24 yrs,264,223129,22.477737426757812,1,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,118.31720733642578 +1991,4,0,MVA,21-24 yrs,71,223129,22.477737426757812,1,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,31.820158004760742 +1991,4,0,suicide,21-24 yrs,53,223129,22.477737426757812,1,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,23.753074645996094 +1991,4,0,homicide,21-24 yrs,42,223129,22.477737426757812,1,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,18.823192596435547 +1991,4,0,other external,21-24 yrs,33,223129,22.477737426757812,1,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,14.789650917053223 +1991,4,0,internal,21-24 yrs,65,223129,22.477737426757812,1,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,29.13113021850586 +1992,4,0,MVA,15-17 yrs,36,156567,15.995094299316406,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,22.993350982666016 +1992,4,0,suicide,15-17 yrs,18,156567,15.995094299316406,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,11.496675491333008 +1992,4,0,homicide,15-17 yrs,24,156567,15.995094299316406,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,15.328900337219238 +1992,4,0,other external,15-17 yrs,20,156567,15.995094299316406,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,12.774084091186523 +1992,4,0,internal,15-17 yrs,22,156567,15.995094299316406,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,14.051492691040039 +1992,4,0,all,18-20 yrs,172,159867,19.040203094482422,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,107.58943176269531 +1992,4,0,MVA,18-20 yrs,59,159867,19.040203094482422,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,36.905677795410156 +1992,4,0,suicide,18-20 yrs,23,159867,19.040203094482422,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,14.386959075927734 +1992,4,0,homicide,18-20 yrs,38,159867,19.040203094482422,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,23.769758224487305 +1992,4,0,other external,18-20 yrs,25,159867,19.040203094482422,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,15.637999534606934 +1992,4,0,internal,18-20 yrs,27,159867,19.040203094482422,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,16.8890380859375 +1992,4,0,all,21-24 yrs,287,229900,22.466415405273438,1,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,124.83688354492188 +1992,4,0,MVA,21-24 yrs,90,229900,22.466415405273438,1,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,39.147457122802734 +1992,4,0,suicide,21-24 yrs,50,229900,22.466415405273438,1,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,21.748586654663086 +1992,4,0,homicide,21-24 yrs,48,229900,22.466415405273438,1,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,20.878643035888672 +1992,4,0,other external,21-24 yrs,40,229900,22.466415405273438,1,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,17.398868560791016 +1992,4,0,internal,21-24 yrs,59,229900,22.466415405273438,1,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,25.663331985473633 +1993,4,0,MVA,15-17 yrs,45,162176,15.986335754394531,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,27.74763298034668 +1993,4,0,suicide,15-17 yrs,23,162176,15.986335754394531,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,14.182123184204102 +1993,4,0,homicide,15-17 yrs,23,162176,15.986335754394531,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,14.182123184204102 +1993,4,0,other external,15-17 yrs,18,162176,15.986335754394531,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,11.099052429199219 +1993,4,0,internal,15-17 yrs,29,162176,15.986335754394531,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,17.881807327270508 +1993,4,0,all,18-20 yrs,223,161705,19.01003074645996,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,137.9054412841797 +1993,4,0,MVA,18-20 yrs,67,161705,19.01003074645996,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,41.433475494384766 +1993,4,0,suicide,18-20 yrs,51,161705,19.01003074645996,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,31.53891372680664 +1993,4,0,homicide,18-20 yrs,47,161705,19.01003074645996,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,29.06527328491211 +1993,4,0,other external,18-20 yrs,27,161705,19.01003074645996,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,16.697071075439453 +1993,4,0,internal,18-20 yrs,31,161705,19.01003074645996,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,19.170711517333984 +1993,4,0,all,21-24 yrs,277,233503,22.507633209228516,1,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,118.6280288696289 +1993,4,0,MVA,21-24 yrs,77,233503,22.507633209228516,1,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,32.97602081298828 +1993,4,0,suicide,21-24 yrs,62,233503,22.507633209228516,1,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,26.552122116088867 +1993,4,0,homicide,21-24 yrs,44,233503,22.507633209228516,1,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,18.843441009521484 +1993,4,0,other external,21-24 yrs,31,233503,22.507633209228516,1,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,13.276061058044434 +1993,4,0,internal,21-24 yrs,63,233503,22.507633209228516,1,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,26.98038101196289 +1994,4,0,MVA,15-17 yrs,56,169606,15.997960090637207,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,33.0177001953125 +1994,4,0,suicide,15-17 yrs,21,169606,15.997960090637207,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,12.381637573242188 +1994,4,0,homicide,15-17 yrs,31,169606,15.997960090637207,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,18.27765464782715 +1994,4,0,other external,15-17 yrs,12,169606,15.997960090637207,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,7.075221538543701 +1994,4,0,internal,15-17 yrs,27,169606,15.997960090637207,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,15.919248580932617 +1994,4,0,all,18-20 yrs,231,169001,19.012958526611328,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,136.68557739257812 +1994,4,0,MVA,18-20 yrs,66,169001,19.012958526611328,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,39.05302429199219 +1994,4,0,suicide,18-20 yrs,58,169001,19.012958526611328,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,34.3193244934082 +1994,4,0,homicide,18-20 yrs,53,169001,19.012958526611328,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,31.360761642456055 +1994,4,0,other external,18-20 yrs,26,169001,19.012958526611328,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,15.38452434539795 +1994,4,0,internal,18-20 yrs,28,169001,19.012958526611328,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,16.567949295043945 +1994,4,0,all,21-24 yrs,347,237441,22.5521240234375,1,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,146.14157104492188 +1994,4,0,MVA,21-24 yrs,103,237441,22.5521240234375,1,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,43.37919616699219 +1994,4,0,suicide,21-24 yrs,82,237441,22.5521240234375,1,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,34.53489685058594 +1994,4,0,homicide,21-24 yrs,69,237441,22.5521240234375,1,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,29.059850692749023 +1994,4,0,other external,21-24 yrs,47,237441,22.5521240234375,1,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,19.794391632080078 +1994,4,0,internal,21-24 yrs,46,237441,22.5521240234375,1,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,19.373233795166016 +1995,4,0,MVA,15-17 yrs,60,181010,15.978415489196777,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,33.1473388671875 +1995,4,0,suicide,15-17 yrs,26,181010,15.978415489196777,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,14.363847732543945 +1995,4,0,homicide,15-17 yrs,46,181010,15.978415489196777,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,25.412960052490234 +1995,4,0,other external,15-17 yrs,29,181010,15.978415489196777,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,16.02121353149414 +1995,4,0,internal,15-17 yrs,26,181010,15.978415489196777,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,14.363847732543945 +1995,4,0,all,18-20 yrs,232,177655,19.01148796081543,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,130.59019470214844 +1995,4,0,MVA,18-20 yrs,74,177655,19.01148796081543,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,41.65376663208008 +1995,4,0,suicide,18-20 yrs,31,177655,19.01148796081543,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,17.44955062866211 +1995,4,0,homicide,18-20 yrs,63,177655,19.01148796081543,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,35.46199035644531 +1995,4,0,other external,18-20 yrs,28,177655,19.01148796081543,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,15.760885238647461 +1995,4,0,internal,18-20 yrs,36,177655,19.01148796081543,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,20.263994216918945 +1995,4,0,all,21-24 yrs,353,236038,22.55314826965332,1,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,149.55218505859375 +1995,4,0,MVA,21-24 yrs,107,236038,22.55314826965332,1,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,45.33168411254883 +1995,4,0,suicide,21-24 yrs,55,236038,22.55314826965332,1,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,23.301332473754883 +1995,4,0,homicide,21-24 yrs,69,236038,22.55314826965332,1,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,29.232582092285156 +1995,4,0,other external,21-24 yrs,54,236038,22.55314826965332,1,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,22.87767219543457 +1995,4,0,internal,21-24 yrs,68,236038,22.55314826965332,1,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,28.80891990661621 +1996,4,0,MVA,15-17 yrs,55,190836,15.985799789428711,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,28.820558547973633 +1996,4,0,suicide,15-17 yrs,25,190836,15.985799789428711,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,13.10025405883789 +1996,4,0,homicide,15-17 yrs,29,190836,15.985799789428711,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,15.196293830871582 +1996,4,0,other external,15-17 yrs,16,190836,15.985799789428711,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,8.384161949157715 +1996,4,0,internal,15-17 yrs,24,190836,15.985799789428711,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,12.57624340057373 +1996,4,0,all,18-20 yrs,246,183260,19.005374908447266,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,134.2355194091797 +1996,4,0,MVA,18-20 yrs,71,183260,19.005374908447266,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,38.74277114868164 +1996,4,0,suicide,18-20 yrs,44,183260,19.005374908447266,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,24.00960350036621 +1996,4,0,homicide,18-20 yrs,56,183260,19.005374908447266,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,30.55767822265625 +1996,4,0,other external,18-20 yrs,34,183260,19.005374908447266,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,18.552875518798828 +1996,4,0,internal,18-20 yrs,41,183260,19.005374908447266,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,22.37258529663086 +1996,4,0,all,21-24 yrs,322,233882,22.50218963623047,1,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,137.67626953125 +1996,4,0,MVA,21-24 yrs,89,233882,22.50218963623047,1,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,38.05337905883789 +1996,4,0,suicide,21-24 yrs,66,233882,22.50218963623047,1,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,28.219358444213867 +1996,4,0,homicide,21-24 yrs,58,233882,22.50218963623047,1,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,24.798830032348633 +1996,4,0,other external,21-24 yrs,51,233882,22.50218963623047,1,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,21.80586814880371 +1996,4,0,internal,21-24 yrs,58,233882,22.50218963623047,1,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,24.798830032348633 +1970,5,0,MVA,15-17 yrs,37,114329,15.977258682250977,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,32.36274337768555 +1970,5,0,suicide,15-17 yrs,4,114329,15.977258682250977,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,3.4986748695373535 +1970,5,0,homicide,15-17 yrs,9,114329,15.977258682250977,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,7.872018337249756 +1970,5,0,other external,15-17 yrs,31,114329,15.977258682250977,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,27.114730834960938 +1970,5,0,internal,15-17 yrs,30,114329,15.977258682250977,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,26.240060806274414 +1970,5,0,all,18-20 yrs,166,98829,18.949630737304688,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,167.96688842773438 +1970,5,0,MVA,18-20 yrs,72,98829,18.949630737304688,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,72.85311126708984 +1970,5,0,suicide,18-20 yrs,14,98829,18.949630737304688,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,14.165882110595703 +1970,5,0,homicide,18-20 yrs,14,98829,18.949630737304688,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,14.165882110595703 +1970,5,0,other external,18-20 yrs,36,98829,18.949630737304688,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,36.42655563354492 +1970,5,0,internal,18-20 yrs,30,98829,18.949630737304688,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,30.3554630279541 +1970,5,0,all,21-24 yrs,168,112309,22.404972076416016,1,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,149.58729553222656 +1970,5,0,MVA,21-24 yrs,61,112309,22.404972076416016,1,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,54.31443786621094 +1970,5,0,suicide,21-24 yrs,9,112309,22.404972076416016,1,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,8.013605117797852 +1970,5,0,homicide,21-24 yrs,17,112309,22.404972076416016,1,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,15.136810302734375 +1970,5,0,other external,21-24 yrs,32,112309,22.404972076416016,1,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,28.49281883239746 +1970,5,0,internal,21-24 yrs,49,112309,22.404972076416016,1,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,43.6296272277832 +1971,5,0,MVA,15-17 yrs,47,118489,15.99081802368164,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,39.66613006591797 +1971,5,0,suicide,15-17 yrs,3,118489,15.99081802368164,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,2.5318806171417236 +1971,5,0,homicide,15-17 yrs,5,118489,15.99081802368164,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,4.21980094909668 +1971,5,0,other external,15-17 yrs,37,118489,15.99081802368164,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,31.22652816772461 +1971,5,0,internal,15-17 yrs,18,118489,15.99081802368164,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,15.191283226013184 +1971,5,0,all,18-20 yrs,166,102027,18.975065231323242,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,162.7020263671875 +1971,5,0,MVA,18-20 yrs,74,102027,18.975065231323242,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,72.52982330322266 +1971,5,0,suicide,18-20 yrs,6,102027,18.975065231323242,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,5.880796432495117 +1971,5,0,homicide,18-20 yrs,15,102027,18.975065231323242,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,14.701991081237793 +1971,5,0,other external,18-20 yrs,32,102027,18.975065231323242,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,31.364246368408203 +1971,5,0,internal,18-20 yrs,39,102027,18.975065231323242,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,38.22517395019531 +1971,5,0,all,21-24 yrs,205,126189,22.53006935119629,1,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,162.45472717285156 +1971,5,0,MVA,21-24 yrs,82,126189,22.53006935119629,1,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,64.98189544677734 +1971,5,0,suicide,21-24 yrs,12,126189,22.53006935119629,1,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,9.50954532623291 +1971,5,0,homicide,21-24 yrs,16,126189,22.53006935119629,1,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,12.679393768310547 +1971,5,0,other external,21-24 yrs,48,126189,22.53006935119629,1,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,38.03818130493164 +1971,5,0,internal,21-24 yrs,47,126189,22.53006935119629,1,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,37.24571990966797 +1972,5,0,MVA,15-17 yrs,72,121659,15.986231803894043,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,59.18181228637695 +1972,5,0,suicide,15-17 yrs,4,121659,15.986231803894043,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,3.2878785133361816 +1972,5,0,homicide,15-17 yrs,4,121659,15.986231803894043,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,3.2878785133361816 +1972,5,0,other external,15-17 yrs,42,121659,15.986231803894043,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,34.52272415161133 +1972,5,0,internal,15-17 yrs,26,121659,15.986231803894043,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,21.3712100982666 +1972,5,0,all,18-20 yrs,206,105761,18.973987579345703,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,194.77879333496094 +1972,5,0,MVA,18-20 yrs,98,105761,18.973987579345703,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,92.66175842285156 +1972,5,0,suicide,18-20 yrs,10,105761,18.973987579345703,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,9.455281257629395 +1972,5,0,homicide,18-20 yrs,4,105761,18.973987579345703,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,3.7821125984191895 +1972,5,0,other external,18-20 yrs,46,105761,18.973987579345703,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,43.494293212890625 +1972,5,0,internal,18-20 yrs,48,105761,18.973987579345703,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,45.38534927368164 +1972,5,0,all,21-24 yrs,200,130205,22.49545669555664,1,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,153.6039276123047 +1972,5,0,MVA,21-24 yrs,66,130205,22.49545669555664,1,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,50.68929672241211 +1972,5,0,suicide,21-24 yrs,6,130205,22.49545669555664,1,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,4.608118057250977 +1972,5,0,homicide,21-24 yrs,24,130205,22.49545669555664,1,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,18.432472229003906 +1972,5,0,other external,21-24 yrs,74,130205,22.49545669555664,1,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,56.83345413208008 +1972,5,0,internal,21-24 yrs,30,130205,22.49545669555664,1,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,23.040590286254883 +1973,5,0,MVA,15-17 yrs,49,124273,15.990094184875488,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,39.4293212890625 +1973,5,0,suicide,15-17 yrs,2,124273,15.990094184875488,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,1.6093599796295166 +1973,5,0,homicide,15-17 yrs,5,124273,15.990094184875488,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,4.02340030670166 +1973,5,0,other external,15-17 yrs,38,124273,15.990094184875488,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,30.57784080505371 +1973,5,0,internal,15-17 yrs,25,124273,15.990094184875488,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,20.117000579833984 +1973,5,0,all,18-20 yrs,181,108007,18.961631774902344,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,167.58172607421875 +1973,5,0,MVA,18-20 yrs,74,108007,18.961631774902344,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,68.51407623291016 +1973,5,0,suicide,18-20 yrs,8,108007,18.961631774902344,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,7.406927108764648 +1973,5,0,homicide,18-20 yrs,8,108007,18.961631774902344,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,7.406927108764648 +1973,5,0,other external,18-20 yrs,48,108007,18.961631774902344,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,44.44156265258789 +1973,5,0,internal,18-20 yrs,43,108007,18.961631774902344,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,39.812232971191406 +1973,5,0,all,21-24 yrs,205,133123,22.499929428100586,1,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,153.992919921875 +1973,5,0,MVA,21-24 yrs,68,133123,22.499929428100586,1,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,51.0805778503418 +1973,5,0,suicide,21-24 yrs,9,133123,22.499929428100586,1,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,6.760664939880371 +1973,5,0,homicide,21-24 yrs,27,133123,22.499929428100586,1,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,20.28199577331543 +1973,5,0,other external,21-24 yrs,50,133123,22.499929428100586,1,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,37.55924987792969 +1973,5,0,internal,21-24 yrs,51,133123,22.499929428100586,1,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,38.3104362487793 +1974,5,0,MVA,15-17 yrs,46,126534,15.997684478759766,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,36.35386657714844 +1974,5,0,suicide,15-17 yrs,6,126534,15.997684478759766,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,4.7418084144592285 +1974,5,0,homicide,15-17 yrs,9,126534,15.997684478759766,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,7.112712860107422 +1974,5,0,other external,15-17 yrs,50,126534,15.997684478759766,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,39.515071868896484 +1974,5,0,internal,15-17 yrs,31,126534,15.997684478759766,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,24.499343872070312 +1974,5,0,all,18-20 yrs,135,112858,18.97901725769043,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,119.61934661865234 +1974,5,0,MVA,18-20 yrs,43,112858,18.97901725769043,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,38.100975036621094 +1974,5,0,suicide,18-20 yrs,10,112858,18.97901725769043,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,8.860692024230957 +1974,5,0,homicide,18-20 yrs,19,112858,18.97901725769043,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,16.835315704345703 +1974,5,0,other external,18-20 yrs,30,112858,18.97901725769043,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,26.582077026367188 +1974,5,0,internal,18-20 yrs,33,112858,18.97901725769043,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,29.240283966064453 +1974,5,0,all,21-24 yrs,186,134601,22.496891021728516,1,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,138.18618774414062 +1974,5,0,MVA,21-24 yrs,48,134601,22.496891021728516,1,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,35.660953521728516 +1974,5,0,suicide,21-24 yrs,11,134601,22.496891021728516,1,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,8.17230224609375 +1974,5,0,homicide,21-24 yrs,25,134601,22.496891021728516,1,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,18.573413848876953 +1974,5,0,other external,21-24 yrs,42,134601,22.496891021728516,1,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,31.20333480834961 +1974,5,0,internal,21-24 yrs,60,134601,22.496891021728516,1,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,44.57619094848633 +1975,5,0,MVA,15-17 yrs,39,129019,15.994837760925293,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,30.228105545043945 +1975,5,0,suicide,15-17 yrs,7,129019,15.994837760925293,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,5.425557613372803 +1975,5,0,homicide,15-17 yrs,5,129019,15.994837760925293,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,3.8753981590270996 +1975,5,0,other external,15-17 yrs,43,129019,15.994837760925293,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,33.328426361083984 +1975,5,0,internal,15-17 yrs,21,129019,15.994837760925293,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,16.27667236328125 +1975,5,0,all,18-20 yrs,175,117492,18.975709915161133,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,148.94630432128906 +1975,5,0,MVA,18-20 yrs,61,117492,18.975709915161133,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,51.91843032836914 +1975,5,0,suicide,18-20 yrs,13,117492,18.975709915161133,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,11.064582824707031 +1975,5,0,homicide,18-20 yrs,22,117492,18.975709915161133,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,18.724679946899414 +1975,5,0,other external,18-20 yrs,50,117492,18.975709915161133,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,42.556087493896484 +1975,5,0,internal,18-20 yrs,29,117492,18.975709915161133,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,24.682531356811523 +1975,5,0,all,21-24 yrs,201,139462,22.486957550048828,1,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,144.12527465820312 +1975,5,0,MVA,21-24 yrs,68,139462,22.486957550048828,1,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,48.7588005065918 +1975,5,0,suicide,21-24 yrs,15,139462,22.486957550048828,1,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,10.75561809539795 +1975,5,0,homicide,21-24 yrs,21,139462,22.486957550048828,1,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,15.057865142822266 +1975,5,0,other external,21-24 yrs,52,139462,22.486957550048828,1,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,37.2861442565918 +1975,5,0,internal,21-24 yrs,45,139462,22.486957550048828,1,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,32.26685333251953 +1976,5,0,MVA,15-17 yrs,37,128565,15.993481636047363,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,28.779216766357422 +1976,5,0,suicide,15-17 yrs,10,128565,15.993481636047363,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,7.778166770935059 +1976,5,0,homicide,15-17 yrs,6,128565,15.993481636047363,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,4.666900157928467 +1976,5,0,other external,15-17 yrs,33,128565,15.993481636047363,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,25.667949676513672 +1976,5,0,internal,15-17 yrs,24,128565,15.993481636047363,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,18.667600631713867 +1976,5,0,all,18-20 yrs,163,118556,18.981966018676758,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,137.48776245117188 +1976,5,0,MVA,18-20 yrs,63,118556,18.981966018676758,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,53.13944625854492 +1976,5,0,suicide,18-20 yrs,17,118556,18.981966018676758,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,14.339215278625488 +1976,5,0,homicide,18-20 yrs,15,118556,18.981966018676758,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,12.65224838256836 +1976,5,0,other external,18-20 yrs,31,118556,18.981966018676758,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,26.147981643676758 +1976,5,0,internal,18-20 yrs,37,118556,18.981966018676758,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,31.208879470825195 +1976,5,0,all,21-24 yrs,188,140808,22.470022201538086,1,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,133.51513671875 +1976,5,0,MVA,21-24 yrs,67,140808,22.470022201538086,1,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,47.582523345947266 +1976,5,0,suicide,21-24 yrs,15,140808,22.470022201538086,1,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,10.652803421020508 +1976,5,0,homicide,21-24 yrs,22,140808,22.470022201538086,1,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,15.624112129211426 +1976,5,0,other external,21-24 yrs,47,140808,22.470022201538086,1,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,33.3787841796875 +1976,5,0,internal,21-24 yrs,37,140808,22.470022201538086,1,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,26.27691650390625 +1977,5,0,MVA,15-17 yrs,41,129599,15.993888854980469,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,31.63604736328125 +1977,5,0,suicide,15-17 yrs,7,129599,15.993888854980469,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,5.401276111602783 +1977,5,0,homicide,15-17 yrs,6,129599,15.993888854980469,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,4.629665374755859 +1977,5,0,other external,15-17 yrs,40,129599,15.993888854980469,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,30.86443519592285 +1977,5,0,internal,15-17 yrs,25,129599,15.993888854980469,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,19.290271759033203 +1977,5,0,all,18-20 yrs,135,121047,18.992002487182617,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,111.52692413330078 +1977,5,0,MVA,18-20 yrs,63,121047,18.992002487182617,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,52.0458984375 +1977,5,0,suicide,18-20 yrs,13,121047,18.992002487182617,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,10.739629745483398 +1977,5,0,homicide,18-20 yrs,9,121047,18.992002487182617,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,7.435128688812256 +1977,5,0,other external,18-20 yrs,32,121047,18.992002487182617,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,26.436012268066406 +1977,5,0,internal,18-20 yrs,18,121047,18.992002487182617,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,14.870257377624512 +1977,5,0,all,21-24 yrs,211,144148,22.460020065307617,1,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,146.37733459472656 +1977,5,0,MVA,21-24 yrs,73,144148,22.460020065307617,1,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,50.64239501953125 +1977,5,0,suicide,21-24 yrs,29,144148,22.460020065307617,1,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,20.11821174621582 +1977,5,0,homicide,21-24 yrs,21,144148,22.460020065307617,1,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,14.568360328674316 +1977,5,0,other external,21-24 yrs,39,144148,22.460020065307617,1,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,27.055526733398438 +1977,5,0,internal,21-24 yrs,49,144148,22.460020065307617,1,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,33.99283981323242 +1978,5,0,MVA,15-17 yrs,42,131023,15.991581916809082,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,32.05543899536133 +1978,5,0,suicide,15-17 yrs,4,131023,15.991581916809082,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,3.052899122238159 +1978,5,0,homicide,15-17 yrs,8,131023,15.991581916809082,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,6.105798244476318 +1978,5,0,other external,15-17 yrs,26,131023,15.991581916809082,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,19.843843460083008 +1978,5,0,internal,15-17 yrs,31,131023,15.991581916809082,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,23.65996742248535 +1978,5,0,all,18-20 yrs,173,122197,18.990196228027344,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,141.57467651367188 +1978,5,0,MVA,18-20 yrs,79,122197,18.990196228027344,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,64.64970397949219 +1978,5,0,suicide,18-20 yrs,12,122197,18.990196228027344,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,9.820208549499512 +1978,5,0,homicide,18-20 yrs,15,122197,18.990196228027344,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,12.275259971618652 +1978,5,0,other external,18-20 yrs,39,122197,18.990196228027344,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,31.915678024291992 +1978,5,0,internal,18-20 yrs,28,122197,18.990196228027344,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,22.913820266723633 +1978,5,0,all,21-24 yrs,210,148940,22.465442657470703,1,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,140.99636840820312 +1978,5,0,MVA,21-24 yrs,68,148940,22.465442657470703,1,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,45.655967712402344 +1978,5,0,suicide,21-24 yrs,25,148940,22.465442657470703,1,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,16.785282135009766 +1978,5,0,homicide,21-24 yrs,31,148940,22.465442657470703,1,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,20.813751220703125 +1978,5,0,other external,21-24 yrs,52,148940,22.465442657470703,1,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,34.913387298583984 +1978,5,0,internal,21-24 yrs,34,148940,22.465442657470703,1,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,22.827983856201172 +1979,5,0,MVA,15-17 yrs,53,130979,15.996602058410645,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,40.464500427246094 +1979,5,0,suicide,15-17 yrs,4,130979,15.996602058410645,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,3.053924560546875 +1979,5,0,homicide,15-17 yrs,9,130979,15.996602058410645,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,6.871330738067627 +1979,5,0,other external,15-17 yrs,24,130979,15.996602058410645,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,18.32354736328125 +1979,5,0,internal,15-17 yrs,19,130979,15.996602058410645,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,14.506142616271973 +1979,5,0,all,18-20 yrs,168,123179,18.989843368530273,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,136.3868865966797 +1979,5,0,MVA,18-20 yrs,70,123179,18.989843368530273,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,56.8278694152832 +1979,5,0,suicide,18-20 yrs,14,123179,18.989843368530273,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,11.36557388305664 +1979,5,0,homicide,18-20 yrs,14,123179,18.989843368530273,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,11.36557388305664 +1979,5,0,other external,18-20 yrs,39,123179,18.989843368530273,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,31.66124153137207 +1979,5,0,internal,18-20 yrs,31,123179,18.989843368530273,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,25.166627883911133 +1979,5,0,all,21-24 yrs,188,151079,22.47144889831543,1,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,124.4382095336914 +1979,5,0,MVA,21-24 yrs,50,151079,22.47144889831543,1,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,33.09526824951172 +1979,5,0,suicide,21-24 yrs,24,151079,22.47144889831543,1,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,15.88572883605957 +1979,5,0,homicide,21-24 yrs,33,151079,22.47144889831543,1,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,21.842876434326172 +1979,5,0,other external,21-24 yrs,38,151079,22.47144889831543,1,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,25.152402877807617 +1979,5,0,internal,21-24 yrs,43,151079,22.47144889831543,1,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,28.461931228637695 +1980,5,0,MVA,15-17 yrs,57,128751,16.01544761657715,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,44.27149963378906 +1980,5,0,suicide,15-17 yrs,9,128751,16.01544761657715,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,6.990236759185791 +1980,5,0,homicide,15-17 yrs,9,128751,16.01544761657715,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,6.990236759185791 +1980,5,0,other external,15-17 yrs,30,128751,16.01544761657715,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,23.300790786743164 +1980,5,0,internal,15-17 yrs,26,128751,16.01544761657715,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,20.19401741027832 +1980,5,0,all,18-20 yrs,173,125804,18.991382598876953,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,137.5155029296875 +1980,5,0,MVA,18-20 yrs,73,125804,18.991382598876953,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,58.026771545410156 +1980,5,0,suicide,18-20 yrs,16,125804,18.991382598876953,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,12.718196868896484 +1980,5,0,homicide,18-20 yrs,17,125804,18.991382598876953,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,13.513083457946777 +1980,5,0,other external,18-20 yrs,40,125804,18.991382598876953,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,31.79549217224121 +1980,5,0,internal,18-20 yrs,27,125804,18.991382598876953,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,21.461956024169922 +1980,5,0,all,21-24 yrs,210,153431,22.477510452270508,1,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,136.8693389892578 +1980,5,0,MVA,21-24 yrs,77,153431,22.477510452270508,1,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,50.1854248046875 +1980,5,0,suicide,21-24 yrs,17,153431,22.477510452270508,1,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,11.079898834228516 +1980,5,0,homicide,21-24 yrs,43,153431,22.477510452270508,1,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,28.02562713623047 +1980,5,0,other external,21-24 yrs,35,153431,22.477510452270508,1,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,22.81155776977539 +1980,5,0,internal,21-24 yrs,38,153431,22.477510452270508,1,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,24.76683235168457 +1981,5,0,MVA,15-17 yrs,48,122480,16.043476104736328,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,39.19007110595703 +1981,5,0,suicide,15-17 yrs,14,122480,16.043476104736328,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,11.430438041687012 +1981,5,0,homicide,15-17 yrs,6,122480,16.043476104736328,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,4.898758888244629 +1981,5,0,other external,15-17 yrs,14,122480,16.043476104736328,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,11.430438041687012 +1981,5,0,internal,15-17 yrs,10,122480,16.043476104736328,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,8.16459846496582 +1981,5,0,all,18-20 yrs,122,127239,18.997438430786133,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,95.88255310058594 +1981,5,0,MVA,18-20 yrs,56,127239,18.997438430786133,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,44.011661529541016 +1981,5,0,suicide,18-20 yrs,12,127239,18.997438430786133,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,9.431070327758789 +1981,5,0,homicide,18-20 yrs,6,127239,18.997438430786133,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,4.7155351638793945 +1981,5,0,other external,18-20 yrs,28,127239,18.997438430786133,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,22.005830764770508 +1981,5,0,internal,18-20 yrs,20,127239,18.997438430786133,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,15.718451499938965 +1981,5,0,all,21-24 yrs,222,154596,22.484249114990234,1,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,143.60009765625 +1981,5,0,MVA,21-24 yrs,78,154596,22.484249114990234,1,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,50.45408630371094 +1981,5,0,suicide,21-24 yrs,26,154596,22.484249114990234,1,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,16.818029403686523 +1981,5,0,homicide,21-24 yrs,36,154596,22.484249114990234,1,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,23.286500930786133 +1981,5,0,other external,21-24 yrs,30,154596,22.484249114990234,1,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,19.405418395996094 +1981,5,0,internal,21-24 yrs,52,154596,22.484249114990234,1,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,33.63605880737305 +1982,5,0,MVA,15-17 yrs,34,115033,16.04391860961914,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,29.55673599243164 +1982,5,0,suicide,15-17 yrs,4,115033,16.04391860961914,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,3.4772629737854004 +1982,5,0,homicide,15-17 yrs,6,115033,16.04391860961914,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,5.21589469909668 +1982,5,0,other external,15-17 yrs,18,115033,16.04391860961914,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,15.647684097290039 +1982,5,0,internal,15-17 yrs,16,115033,16.04391860961914,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,13.909051895141602 +1982,5,0,all,18-20 yrs,156,127345,19.000957489013672,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,122.50186157226562 +1982,5,0,MVA,18-20 yrs,64,127345,19.000957489013672,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,50.25717544555664 +1982,5,0,suicide,18-20 yrs,18,127345,19.000957489013672,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,14.134830474853516 +1982,5,0,homicide,18-20 yrs,22,127345,19.000957489013672,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,17.275903701782227 +1982,5,0,other external,18-20 yrs,22,127345,19.000957489013672,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,17.275903701782227 +1982,5,0,internal,18-20 yrs,30,127345,19.000957489013672,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,23.55805015563965 +1982,5,0,all,21-24 yrs,190,155632,22.473764419555664,1,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,122.0828628540039 +1982,5,0,MVA,21-24 yrs,58,155632,22.473764419555664,1,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,37.267398834228516 +1982,5,0,suicide,21-24 yrs,26,155632,22.473764419555664,1,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,16.70607566833496 +1982,5,0,homicide,21-24 yrs,14,155632,22.473764419555664,1,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,8.995579719543457 +1982,5,0,other external,21-24 yrs,48,155632,22.473764419555664,1,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,30.84198570251465 +1982,5,0,internal,21-24 yrs,44,155632,22.473764419555664,1,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,28.271820068359375 +1983,5,0,MVA,15-17 yrs,37,109538,16.024028778076172,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,33.77823257446289 +1983,5,0,suicide,15-17 yrs,12,109538,16.024028778076172,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,10.95510196685791 +1983,5,0,homicide,15-17 yrs,0,109538,16.024028778076172,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,0 +1983,5,0,other external,15-17 yrs,8,109538,16.024028778076172,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,7.303401470184326 +1983,5,0,internal,15-17 yrs,20,109538,16.024028778076172,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,18.258502960205078 +1983,5,0,all,18-20 yrs,139,126123,19.020139694213867,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,110.20987701416016 +1983,5,0,MVA,18-20 yrs,69,126123,19.020139694213867,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,54.708499908447266 +1983,5,0,suicide,18-20 yrs,18,126123,19.020139694213867,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,14.271781921386719 +1983,5,0,homicide,18-20 yrs,10,126123,19.020139694213867,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,7.928768157958984 +1983,5,0,other external,18-20 yrs,23,126123,19.020139694213867,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,18.23616600036621 +1983,5,0,internal,18-20 yrs,19,126123,19.020139694213867,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,15.064659118652344 +1983,5,0,all,21-24 yrs,197,157427,22.470382690429688,1,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,125.13736724853516 +1983,5,0,MVA,21-24 yrs,78,157427,22.470382690429688,1,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,49.546775817871094 +1983,5,0,suicide,21-24 yrs,20,157427,22.470382690429688,1,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,12.704300880432129 +1983,5,0,homicide,21-24 yrs,28,157427,22.470382690429688,1,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,17.786022186279297 +1983,5,0,other external,21-24 yrs,30,157427,22.470382690429688,1,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,19.05645179748535 +1983,5,0,internal,21-24 yrs,41,157427,22.470382690429688,1,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,26.0438175201416 +1984,5,0,MVA,15-17 yrs,35,108606,16.006933212280273,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,32.22658157348633 +1984,5,0,suicide,15-17 yrs,12,108606,16.006933212280273,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,11.049113273620605 +1984,5,0,homicide,15-17 yrs,3,108606,16.006933212280273,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,2.7622783184051514 +1984,5,0,other external,15-17 yrs,16,108606,16.006933212280273,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,14.73215103149414 +1984,5,0,internal,15-17 yrs,23,108606,16.006933212280273,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,21.177467346191406 +1984,5,0,all,18-20 yrs,136,121081,19.045969009399414,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,112.32150268554688 +1984,5,0,MVA,18-20 yrs,74,121081,19.045969009399414,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,61.116111755371094 +1984,5,0,suicide,18-20 yrs,16,121081,19.045969009399414,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,13.21429443359375 +1984,5,0,homicide,18-20 yrs,6,121081,19.045969009399414,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,4.955360412597656 +1984,5,0,other external,18-20 yrs,18,121081,19.045969009399414,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,14.866081237792969 +1984,5,0,internal,18-20 yrs,22,121081,19.045969009399414,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,18.169654846191406 +1984,5,0,all,21-24 yrs,182,159120,22.470123291015625,1,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,114.37908172607422 +1984,5,0,MVA,21-24 yrs,66,159120,22.470123291015625,1,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,41.47813034057617 +1984,5,0,suicide,21-24 yrs,23,159120,22.470123291015625,1,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,14.454500198364258 +1984,5,0,homicide,21-24 yrs,24,159120,22.470123291015625,1,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,15.082956314086914 +1984,5,0,other external,21-24 yrs,29,159120,22.470123291015625,1,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,18.225238800048828 +1984,5,0,internal,21-24 yrs,40,159120,22.470123291015625,1,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,25.138259887695312 +1985,5,0,MVA,15-17 yrs,47,109878,15.992018699645996,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,42.774715423583984 +1985,5,0,suicide,15-17 yrs,7,109878,15.992018699645996,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,6.370702266693115 +1985,5,0,homicide,15-17 yrs,4,109878,15.992018699645996,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,3.6404011249542236 +1985,5,0,other external,15-17 yrs,22,109878,15.992018699645996,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,20.022207260131836 +1985,5,0,internal,15-17 yrs,16,109878,15.992018699645996,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,14.561604499816895 +1985,5,0,all,18-20 yrs,125,114171,19.042558670043945,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,109.48489379882812 +1985,5,0,MVA,18-20 yrs,58,114171,19.042558670043945,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,50.80099105834961 +1985,5,0,suicide,18-20 yrs,12,114171,19.042558670043945,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,10.510549545288086 +1985,5,0,homicide,18-20 yrs,13,114171,19.042558670043945,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,11.386428833007812 +1985,5,0,other external,18-20 yrs,21,114171,19.042558670043945,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,18.393463134765625 +1985,5,0,internal,18-20 yrs,21,114171,19.042558670043945,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,18.393463134765625 +1985,5,0,all,21-24 yrs,188,159153,22.481103897094727,1,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,118.12532806396484 +1985,5,0,MVA,21-24 yrs,60,159153,22.481103897094727,1,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,37.6995735168457 +1985,5,0,suicide,21-24 yrs,31,159153,22.481103897094727,1,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,19.478113174438477 +1985,5,0,homicide,21-24 yrs,20,159153,22.481103897094727,1,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,12.566524505615234 +1985,5,0,other external,21-24 yrs,35,159153,22.481103897094727,1,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,21.991416931152344 +1985,5,0,internal,21-24 yrs,42,159153,22.481103897094727,1,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,26.389699935913086 +1986,5,0,MVA,15-17 yrs,47,112696,15.98781681060791,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,41.70512008666992 +1986,5,0,suicide,15-17 yrs,9,112696,15.98781681060791,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,7.986086368560791 +1986,5,0,homicide,15-17 yrs,4,112696,15.98781681060791,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,3.5493717193603516 +1986,5,0,other external,15-17 yrs,15,112696,15.98781681060791,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,13.310144424438477 +1986,5,0,internal,15-17 yrs,20,112696,15.98781681060791,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,17.746858596801758 +1986,5,0,all,18-20 yrs,135,108585,19.01854705810547,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,124.3265609741211 +1986,5,0,MVA,18-20 yrs,67,108585,19.01854705810547,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,61.70281219482422 +1986,5,0,suicide,18-20 yrs,7,108585,19.01854705810547,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,6.446562767028809 +1986,5,0,homicide,18-20 yrs,20,108585,19.01854705810547,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,18.418750762939453 +1986,5,0,other external,18-20 yrs,20,108585,19.01854705810547,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,18.418750762939453 +1986,5,0,internal,18-20 yrs,21,108585,19.01854705810547,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,19.33968734741211 +1986,5,0,all,21-24 yrs,200,156009,22.500093460083008,1,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,128.19773864746094 +1986,5,0,MVA,21-24 yrs,75,156009,22.500093460083008,1,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,48.07415008544922 +1986,5,0,suicide,21-24 yrs,27,156009,22.500093460083008,1,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,17.30669403076172 +1986,5,0,homicide,21-24 yrs,28,156009,22.500093460083008,1,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,17.947683334350586 +1986,5,0,other external,21-24 yrs,36,156009,22.500093460083008,1,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,23.075592041015625 +1986,5,0,internal,21-24 yrs,34,156009,22.500093460083008,1,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,21.793615341186523 +1987,5,0,MVA,15-17 yrs,57,113147,16.01590919494629,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,50.3769416809082 +1987,5,0,suicide,15-17 yrs,12,113147,16.01590919494629,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,10.605671882629395 +1987,5,0,homicide,15-17 yrs,4,113147,16.01590919494629,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,3.535224199295044 +1987,5,0,other external,15-17 yrs,20,113147,16.01590919494629,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,17.67612075805664 +1987,5,0,internal,15-17 yrs,24,113147,16.01590919494629,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,21.21134376525879 +1987,5,0,all,18-20 yrs,143,107251,18.999664306640625,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,133.33209228515625 +1987,5,0,MVA,18-20 yrs,74,107251,18.999664306640625,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,68.99702453613281 +1987,5,0,suicide,18-20 yrs,8,107251,18.999664306640625,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,7.459137916564941 +1987,5,0,homicide,18-20 yrs,9,107251,18.999664306640625,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,8.39153003692627 +1987,5,0,other external,18-20 yrs,22,107251,18.999664306640625,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,20.51262855529785 +1987,5,0,internal,18-20 yrs,30,107251,18.999664306640625,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,27.97176742553711 +1987,5,0,all,21-24 yrs,161,149586,22.53661346435547,1,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,107.6303939819336 +1987,5,0,MVA,21-24 yrs,71,149586,22.53661346435547,1,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,47.46433639526367 +1987,5,0,suicide,21-24 yrs,22,149586,22.53661346435547,1,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,14.707258224487305 +1987,5,0,homicide,21-24 yrs,18,149586,22.53661346435547,1,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,12.033211708068848 +1987,5,0,other external,21-24 yrs,17,149586,22.53661346435547,1,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,11.364700317382812 +1987,5,0,internal,21-24 yrs,33,149586,22.53661346435547,1,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,22.060888290405273 +1988,5,0,MVA,15-17 yrs,45,110897,16.039928436279297,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,40.57819366455078 +1988,5,0,suicide,15-17 yrs,15,110897,16.039928436279297,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,13.5260648727417 +1988,5,0,homicide,15-17 yrs,6,110897,16.039928436279297,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,5.410425662994385 +1988,5,0,other external,15-17 yrs,15,110897,16.039928436279297,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,13.5260648727417 +1988,5,0,internal,15-17 yrs,26,110897,16.039928436279297,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,23.445178985595703 +1988,5,0,all,18-20 yrs,129,107451,18.984989166259766,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,120.05472564697266 +1988,5,0,MVA,18-20 yrs,62,107451,18.984989166259766,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,57.70071792602539 +1988,5,0,suicide,18-20 yrs,10,107451,18.984989166259766,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,9.306567192077637 +1988,5,0,homicide,18-20 yrs,20,107451,18.984989166259766,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,18.613134384155273 +1988,5,0,other external,18-20 yrs,14,107451,18.984989166259766,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,13.029194831848145 +1988,5,0,internal,18-20 yrs,23,107451,18.984989166259766,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,21.405105590820312 +1988,5,0,all,21-24 yrs,173,140821,22.549406051635742,1,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,122.85099792480469 +1988,5,0,MVA,21-24 yrs,66,140821,22.549406051635742,1,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,46.868011474609375 +1988,5,0,suicide,21-24 yrs,21,140821,22.549406051635742,1,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,14.912549018859863 +1988,5,0,homicide,21-24 yrs,27,140821,22.549406051635742,1,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,19.173276901245117 +1988,5,0,other external,21-24 yrs,23,140821,22.549406051635742,1,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,16.33279037475586 +1988,5,0,internal,21-24 yrs,36,140821,22.549406051635742,1,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,25.564369201660156 +1989,5,0,MVA,15-17 yrs,52,106585,16.023820877075195,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,48.787353515625 +1989,5,0,suicide,15-17 yrs,13,106585,16.023820877075195,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,12.19683837890625 +1989,5,0,homicide,15-17 yrs,7,106585,16.023820877075195,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,6.567528247833252 +1989,5,0,other external,15-17 yrs,28,106585,16.023820877075195,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,26.270112991333008 +1989,5,0,internal,15-17 yrs,20,106585,16.023820877075195,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,18.764366149902344 +1989,5,0,all,18-20 yrs,130,109799,18.979854583740234,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,118.39816284179688 +1989,5,0,MVA,18-20 yrs,62,109799,18.979854583740234,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,56.46681594848633 +1989,5,0,suicide,18-20 yrs,10,109799,18.979854583740234,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,9.107550621032715 +1989,5,0,homicide,18-20 yrs,20,109799,18.979854583740234,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,18.21510124206543 +1989,5,0,other external,18-20 yrs,19,109799,18.979854583740234,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,17.304346084594727 +1989,5,0,internal,18-20 yrs,19,109799,18.979854583740234,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,17.304346084594727 +1989,5,0,all,21-24 yrs,173,132461,22.52884292602539,1,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,130.60447692871094 +1989,5,0,MVA,21-24 yrs,65,132461,22.52884292602539,1,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,49.071048736572266 +1989,5,0,suicide,21-24 yrs,20,132461,22.52884292602539,1,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,15.098783493041992 +1989,5,0,homicide,21-24 yrs,30,132461,22.52884292602539,1,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,22.648176193237305 +1989,5,0,other external,21-24 yrs,16,132461,22.52884292602539,1,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,12.07902717590332 +1989,5,0,internal,21-24 yrs,42,132461,22.52884292602539,1,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,31.70744514465332 +1990,5,0,MVA,15-17 yrs,43,105007,16.006399154663086,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,40.949649810791016 +1990,5,0,suicide,15-17 yrs,12,105007,16.006399154663086,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,11.427809715270996 +1990,5,0,homicide,15-17 yrs,6,105007,16.006399154663086,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,5.713904857635498 +1990,5,0,other external,15-17 yrs,22,105007,16.006399154663086,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,20.950984954833984 +1990,5,0,internal,15-17 yrs,26,105007,16.006399154663086,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,24.76025390625 +1990,5,0,all,18-20 yrs,140,110801,19.008520126342773,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,126.35265350341797 +1990,5,0,MVA,18-20 yrs,56,110801,19.008520126342773,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,50.54106140136719 +1990,5,0,suicide,18-20 yrs,19,110801,19.008520126342773,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,17.147859573364258 +1990,5,0,homicide,18-20 yrs,21,110801,19.008520126342773,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,18.952898025512695 +1990,5,0,other external,18-20 yrs,13,110801,19.008520126342773,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,11.732746124267578 +1990,5,0,internal,18-20 yrs,31,110801,19.008520126342773,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,27.978086471557617 +1990,5,0,all,21-24 yrs,163,128067,22.482162475585938,1,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,127.27713012695312 +1990,5,0,MVA,21-24 yrs,57,128067,22.482162475585938,1,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,44.50795364379883 +1990,5,0,suicide,21-24 yrs,27,128067,22.482162475585938,1,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,21.082714080810547 +1990,5,0,homicide,21-24 yrs,23,128067,22.482162475585938,1,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,17.959348678588867 +1990,5,0,other external,21-24 yrs,21,128067,22.482162475585938,1,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,16.397666931152344 +1990,5,0,internal,21-24 yrs,35,128067,22.482162475585938,1,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,27.329444885253906 +1991,5,0,MVA,15-17 yrs,41,105146,16.012126922607422,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,38.99340057373047 +1991,5,0,suicide,15-17 yrs,8,105146,16.012126922607422,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,7.608468055725098 +1991,5,0,homicide,15-17 yrs,11,105146,16.012126922607422,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,10.461644172668457 +1991,5,0,other external,15-17 yrs,14,105146,16.012126922607422,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,13.3148193359375 +1991,5,0,internal,15-17 yrs,15,105146,16.012126922607422,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,14.265877723693848 +1991,5,0,all,18-20 yrs,144,109744,19.02729034423828,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,131.21446228027344 +1991,5,0,MVA,18-20 yrs,62,109744,19.02729034423828,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,56.4951171875 +1991,5,0,suicide,18-20 yrs,14,109744,19.02729034423828,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,12.756961822509766 +1991,5,0,homicide,18-20 yrs,22,109744,19.02729034423828,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,20.046653747558594 +1991,5,0,other external,18-20 yrs,19,109744,19.02729034423828,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,17.313018798828125 +1991,5,0,internal,18-20 yrs,27,109744,19.02729034423828,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,24.602712631225586 +1991,5,0,all,21-24 yrs,182,130150,22.446584701538086,1,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,139.83865356445312 +1991,5,0,MVA,21-24 yrs,71,130150,22.446584701538086,1,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,54.55244064331055 +1991,5,0,suicide,21-24 yrs,22,130150,22.446584701538086,1,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,16.90357208251953 +1991,5,0,homicide,21-24 yrs,31,130150,22.446584701538086,1,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,23.81867027282715 +1991,5,0,other external,21-24 yrs,25,130150,22.446584701538086,1,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,19.20860481262207 +1991,5,0,internal,21-24 yrs,33,130150,22.446584701538086,1,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,25.35536003112793 +1992,5,0,MVA,15-17 yrs,42,107657,16.002479553222656,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,39.01279067993164 +1992,5,0,suicide,15-17 yrs,9,107657,16.002479553222656,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,8.359883308410645 +1992,5,0,homicide,15-17 yrs,13,107657,16.002479553222656,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,12.075387954711914 +1992,5,0,other external,15-17 yrs,12,107657,16.002479553222656,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,11.146512031555176 +1992,5,0,internal,15-17 yrs,10,107657,16.002479553222656,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,9.288759231567383 +1992,5,0,all,18-20 yrs,134,107546,19.016420364379883,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,124.59784698486328 +1992,5,0,MVA,18-20 yrs,56,107546,19.016420364379883,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,52.070743560791016 +1992,5,0,suicide,18-20 yrs,11,107546,19.016420364379883,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,10.228181838989258 +1992,5,0,homicide,18-20 yrs,28,107546,19.016420364379883,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,26.035371780395508 +1992,5,0,other external,18-20 yrs,21,107546,19.016420364379883,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,19.526527404785156 +1992,5,0,internal,18-20 yrs,18,107546,19.016420364379883,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,16.737024307250977 +1992,5,0,all,21-24 yrs,207,134125,22.430030822753906,1,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,154.33364868164062 +1992,5,0,MVA,21-24 yrs,74,134125,22.430030822753906,1,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,55.17241287231445 +1992,5,0,suicide,21-24 yrs,26,134125,22.430030822753906,1,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,19.384902954101562 +1992,5,0,homicide,21-24 yrs,45,134125,22.430030822753906,1,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,33.5507926940918 +1992,5,0,other external,21-24 yrs,20,134125,22.430030822753906,1,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,14.911462783813477 +1992,5,0,internal,21-24 yrs,42,134125,22.430030822753906,1,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,31.31407356262207 +1993,5,0,MVA,15-17 yrs,31,108859,15.999788284301758,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,28.477205276489258 +1993,5,0,suicide,15-17 yrs,17,108859,15.999788284301758,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,15.616531372070312 +1993,5,0,homicide,15-17 yrs,12,108859,15.999788284301758,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,11.023433685302734 +1993,5,0,other external,15-17 yrs,18,108859,15.999788284301758,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,16.5351505279541 +1993,5,0,internal,15-17 yrs,29,108859,15.999788284301758,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,26.639965057373047 +1993,5,0,all,18-20 yrs,133,108328,19.000747680664062,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,122.77527618408203 +1993,5,0,MVA,18-20 yrs,57,108328,19.000747680664062,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,52.61797332763672 +1993,5,0,suicide,18-20 yrs,16,108328,19.000747680664062,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,14.769957542419434 +1993,5,0,homicide,18-20 yrs,27,108328,19.000747680664062,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,24.92430305480957 +1993,5,0,other external,18-20 yrs,13,108328,19.000747680664062,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,12.000590324401855 +1993,5,0,internal,18-20 yrs,20,108328,19.000747680664062,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,18.462448120117188 +1993,5,0,all,21-24 yrs,196,137945,22.460981369018555,1,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,142.0856170654297 +1993,5,0,MVA,21-24 yrs,61,137945,22.460981369018555,1,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,44.220523834228516 +1993,5,0,suicide,21-24 yrs,30,137945,22.460981369018555,1,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,21.747798919677734 +1993,5,0,homicide,21-24 yrs,39,137945,22.460981369018555,1,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,28.272136688232422 +1993,5,0,other external,21-24 yrs,21,137945,22.460981369018555,1,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,15.223458290100098 +1993,5,0,internal,21-24 yrs,45,137945,22.460981369018555,1,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,32.62169647216797 +1994,5,0,MVA,15-17 yrs,50,111595,16.00596809387207,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,44.804874420166016 +1994,5,0,suicide,15-17 yrs,15,111595,16.00596809387207,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,13.441462516784668 +1994,5,0,homicide,15-17 yrs,18,111595,16.00596809387207,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,16.1297550201416 +1994,5,0,other external,15-17 yrs,12,111595,16.00596809387207,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,10.753170013427734 +1994,5,0,internal,15-17 yrs,18,111595,16.00596809387207,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,16.1297550201416 +1994,5,0,all,18-20 yrs,125,108711,19.006357192993164,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,114.9837646484375 +1994,5,0,MVA,18-20 yrs,48,108711,19.006357192993164,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,44.15376663208008 +1994,5,0,suicide,18-20 yrs,19,108711,19.006357192993164,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,17.47753143310547 +1994,5,0,homicide,18-20 yrs,22,108711,19.006357192993164,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,20.23714256286621 +1994,5,0,other external,18-20 yrs,17,108711,19.006357192993164,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,15.637791633605957 +1994,5,0,internal,18-20 yrs,19,108711,19.006357192993164,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,17.47753143310547 +1994,5,0,all,21-24 yrs,193,139121,22.497228622436523,1,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,138.72816467285156 +1994,5,0,MVA,21-24 yrs,63,139121,22.497228622436523,1,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,45.28432083129883 +1994,5,0,suicide,21-24 yrs,33,139121,22.497228622436523,1,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,23.72035789489746 +1994,5,0,homicide,21-24 yrs,36,139121,22.497228622436523,1,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,25.876754760742188 +1994,5,0,other external,21-24 yrs,23,139121,22.497228622436523,1,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,16.532371520996094 +1994,5,0,internal,21-24 yrs,38,139121,22.497228622436523,1,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,27.31435203552246 +1995,5,0,MVA,15-17 yrs,43,115159,15.982528686523438,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,37.33967971801758 +1995,5,0,suicide,15-17 yrs,13,115159,15.982528686523438,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,11.288740158081055 +1995,5,0,homicide,15-17 yrs,17,115159,15.982528686523438,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,14.762198448181152 +1995,5,0,other external,15-17 yrs,10,115159,15.982528686523438,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,8.683646202087402 +1995,5,0,internal,15-17 yrs,12,115159,15.982528686523438,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,10.420374870300293 +1995,5,0,all,18-20 yrs,158,110336,19.000707626342773,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,143.19895935058594 +1995,5,0,MVA,18-20 yrs,76,110336,19.000707626342773,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,68.88050842285156 +1995,5,0,suicide,18-20 yrs,22,110336,19.000707626342773,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,19.93909454345703 +1995,5,0,homicide,18-20 yrs,30,110336,19.000707626342773,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,27.189674377441406 +1995,5,0,other external,18-20 yrs,13,110336,19.000707626342773,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,11.78219223022461 +1995,5,0,internal,18-20 yrs,17,110336,19.000707626342773,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,15.407482147216797 +1995,5,0,all,21-24 yrs,169,138099,22.507368087768555,1,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,122.3759765625 +1995,5,0,MVA,21-24 yrs,52,138099,22.507368087768555,1,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,37.65414810180664 +1995,5,0,suicide,21-24 yrs,33,138099,22.507368087768555,1,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,23.89590072631836 +1995,5,0,homicide,21-24 yrs,30,138099,22.507368087768555,1,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,21.723546981811523 +1995,5,0,other external,21-24 yrs,18,138099,22.507368087768555,1,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,13.034127235412598 +1995,5,0,internal,21-24 yrs,36,138099,22.507368087768555,1,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,26.068254470825195 +1996,5,0,MVA,15-17 yrs,42,117837,15.98902702331543,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,35.6424560546875 +1996,5,0,suicide,15-17 yrs,15,117837,15.98902702331543,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,12.729448318481445 +1996,5,0,homicide,15-17 yrs,11,117837,15.98902702331543,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,9.334928512573242 +1996,5,0,other external,15-17 yrs,15,117837,15.98902702331543,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,12.729448318481445 +1996,5,0,internal,15-17 yrs,16,117837,15.98902702331543,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,13.578078269958496 +1996,5,0,all,18-20 yrs,144,110961,18.99646759033203,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,129.77532958984375 +1996,5,0,MVA,18-20 yrs,55,110961,18.99646759033203,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,49.56696319580078 +1996,5,0,suicide,18-20 yrs,22,110961,18.99646759033203,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,19.826786041259766 +1996,5,0,homicide,18-20 yrs,26,110961,18.99646759033203,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,23.431655883789062 +1996,5,0,other external,18-20 yrs,17,110961,18.99646759033203,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,15.320698738098145 +1996,5,0,internal,18-20 yrs,24,110961,18.99646759033203,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,21.629220962524414 +1996,5,0,all,21-24 yrs,186,136690,22.48309326171875,1,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,136.07432556152344 +1996,5,0,MVA,21-24 yrs,64,136690,22.48309326171875,1,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,46.82127380371094 +1996,5,0,suicide,21-24 yrs,27,136690,22.48309326171875,1,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,19.75272560119629 +1996,5,0,homicide,21-24 yrs,25,136690,22.48309326171875,1,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,18.289560317993164 +1996,5,0,other external,21-24 yrs,25,136690,22.48309326171875,1,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,18.289560317993164 +1996,5,0,internal,21-24 yrs,45,136690,22.48309326171875,1,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,32.921207427978516 +1970,6,0,MVA,15-17 yrs,341,1112745,15.990154266357422,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,30.64493751525879 +1970,6,0,suicide,15-17 yrs,85,1112745,15.990154266357422,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,7.638767242431641 +1970,6,0,homicide,15-17 yrs,67,1112745,15.990154266357422,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,6.021145820617676 +1970,6,0,other external,15-17 yrs,197,1112745,15.990154266357422,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,17.70396614074707 +1970,6,0,internal,15-17 yrs,277,1112745,15.990154266357422,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,24.893394470214844 +1970,6,0,all,18-20 yrs,1661,1067922,19.0050048828125,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,155.53570556640625 +1970,6,0,MVA,18-20 yrs,580,1067922,19.0050048828125,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,54.31108093261719 +1970,6,0,suicide,18-20 yrs,228,1067922,19.0050048828125,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,21.34987449645996 +1970,6,0,homicide,18-20 yrs,141,1067922,19.0050048828125,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,13.203211784362793 +1970,6,0,other external,18-20 yrs,354,1067922,19.0050048828125,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,33.14848709106445 +1970,6,0,internal,18-20 yrs,358,1067922,19.0050048828125,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,33.523048400878906 +1970,6,0,all,21-24 yrs,2131,1384349,22.4422607421875,1,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,153.93516540527344 +1970,6,0,MVA,21-24 yrs,689,1384349,22.4422607421875,1,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,49.770687103271484 +1970,6,0,suicide,21-24 yrs,329,1384349,22.4422607421875,1,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,23.765684127807617 +1970,6,0,homicide,21-24 yrs,194,1384349,22.4422607421875,1,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,14.01380729675293 +1970,6,0,other external,21-24 yrs,477,1384349,22.4422607421875,1,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,34.45663070678711 +1970,6,0,internal,21-24 yrs,442,1384349,22.4422607421875,1,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,31.92836570739746 +1971,6,0,MVA,15-17 yrs,395,1138589,15.991659164428711,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,34.69206237792969 +1971,6,0,suicide,15-17 yrs,81,1138589,15.991659164428711,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,7.114068508148193 +1971,6,0,homicide,15-17 yrs,89,1138589,15.991659164428711,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,7.816692352294922 +1971,6,0,other external,15-17 yrs,201,1138589,15.991659164428711,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,17.65342903137207 +1971,6,0,internal,15-17 yrs,281,1138589,15.991659164428711,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,24.679668426513672 +1971,6,0,all,18-20 yrs,1615,1127057,18.996286392211914,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,143.29354858398438 +1971,6,0,MVA,18-20 yrs,567,1127057,18.996286392211914,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,50.308013916015625 +1971,6,0,suicide,18-20 yrs,238,1127057,18.996286392211914,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,21.116945266723633 +1971,6,0,homicide,18-20 yrs,148,1127057,18.996286392211914,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,13.131545066833496 +1971,6,0,other external,18-20 yrs,354,1127057,18.996286392211914,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,31.409236907958984 +1971,6,0,internal,18-20 yrs,308,1127057,18.996286392211914,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,27.327810287475586 +1971,6,0,all,21-24 yrs,2283,1460248,22.55129051208496,1,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,156.3433074951172 +1971,6,0,MVA,21-24 yrs,643,1460248,22.55129051208496,1,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,44.03361511230469 +1971,6,0,suicide,21-24 yrs,349,1460248,22.55129051208496,1,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,23.900049209594727 +1971,6,0,homicide,21-24 yrs,254,1460248,22.55129051208496,1,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,17.394306182861328 +1971,6,0,other external,21-24 yrs,522,1460248,22.55129051208496,1,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,35.747352600097656 +1971,6,0,internal,21-24 yrs,515,1460248,22.55129051208496,1,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,35.267982482910156 +1972,6,0,MVA,15-17 yrs,454,1165220,15.983013153076172,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,38.96260070800781 +1972,6,0,suicide,15-17 yrs,94,1165220,15.983013153076172,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,8.067146301269531 +1972,6,0,homicide,15-17 yrs,72,1165220,15.983013153076172,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,6.17909049987793 +1972,6,0,other external,15-17 yrs,166,1165220,15.983013153076172,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,14.246236801147461 +1972,6,0,internal,15-17 yrs,268,1165220,15.983013153076172,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,22.999948501586914 +1972,6,0,all,18-20 yrs,1748,1168339,19.001752853393555,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,149.61410522460938 +1972,6,0,MVA,18-20 yrs,662,1168339,19.001752853393555,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,56.66163635253906 +1972,6,0,suicide,18-20 yrs,208,1168339,19.001752853393555,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,17.80305290222168 +1972,6,0,homicide,18-20 yrs,218,1168339,19.001752853393555,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,18.658967971801758 +1972,6,0,other external,18-20 yrs,312,1168339,19.001752853393555,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,26.704578399658203 +1972,6,0,internal,18-20 yrs,348,1168339,19.001752853393555,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,29.78587532043457 +1972,6,0,all,21-24 yrs,2284,1440046,22.492321014404297,1,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,158.60604858398438 +1972,6,0,MVA,21-24 yrs,692,1440046,22.492321014404297,1,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,48.054019927978516 +1972,6,0,suicide,21-24 yrs,360,1440046,22.492321014404297,1,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,24.99920082092285 +1972,6,0,homicide,21-24 yrs,280,1440046,22.492321014404297,1,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,19.443822860717773 +1972,6,0,other external,21-24 yrs,426,1440046,22.492321014404297,1,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,29.582387924194336 +1972,6,0,internal,21-24 yrs,526,1440046,22.492321014404297,1,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,36.526611328125 +1973,6,0,MVA,15-17 yrs,367,1190568,15.989583015441895,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,30.82562255859375 +1973,6,0,suicide,15-17 yrs,84,1190568,15.989583015441895,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,7.055455684661865 +1973,6,0,homicide,15-17 yrs,107,1190568,15.989583015441895,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,8.987306594848633 +1973,6,0,other external,15-17 yrs,208,1190568,15.989583015441895,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,17.470653533935547 +1973,6,0,internal,15-17 yrs,275,1190568,15.989583015441895,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,23.09821891784668 +1973,6,0,all,18-20 yrs,1688,1207953,19.017011642456055,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,139.74053955078125 +1973,6,0,MVA,18-20 yrs,663,1207953,19.017011642456055,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,54.8862419128418 +1973,6,0,suicide,18-20 yrs,194,1207953,19.017011642456055,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,16.06022834777832 +1973,6,0,homicide,18-20 yrs,211,1207953,19.017011642456055,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,17.467567443847656 +1973,6,0,other external,18-20 yrs,311,1207953,19.017011642456055,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,25.746034622192383 +1973,6,0,internal,18-20 yrs,309,1207953,19.017011642456055,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,25.58046531677246 +1973,6,0,all,21-24 yrs,2263,1476148,22.46976089477539,1,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,153.30441284179688 +1973,6,0,MVA,21-24 yrs,647,1476148,22.46976089477539,1,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,43.830291748046875 +1973,6,0,suicide,21-24 yrs,321,1476148,22.46976089477539,1,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,21.745786666870117 +1973,6,0,homicide,21-24 yrs,270,1476148,22.46976089477539,1,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,18.290849685668945 +1973,6,0,other external,21-24 yrs,517,1476148,22.46976089477539,1,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,35.023590087890625 +1973,6,0,internal,21-24 yrs,508,1476148,22.46976089477539,1,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,34.41389465332031 +1974,6,0,MVA,15-17 yrs,346,1211541,16.004695892333984,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,28.558670043945312 +1974,6,0,suicide,15-17 yrs,77,1211541,16.004695892333984,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,6.355542182922363 +1974,6,0,homicide,15-17 yrs,113,1211541,16.004695892333984,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,9.326964378356934 +1974,6,0,other external,15-17 yrs,191,1211541,16.004695892333984,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,15.765046119689941 +1974,6,0,internal,15-17 yrs,216,1211541,16.004695892333984,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,17.828533172607422 +1974,6,0,all,18-20 yrs,1631,1230473,19.01715850830078,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,132.5506591796875 +1974,6,0,MVA,18-20 yrs,558,1230473,19.01715850830078,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,45.34841537475586 +1974,6,0,suicide,18-20 yrs,186,1230473,19.01715850830078,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,15.116138458251953 +1974,6,0,homicide,18-20 yrs,211,1230473,19.01715850830078,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,17.147876739501953 +1974,6,0,other external,18-20 yrs,339,1230473,19.01715850830078,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,27.55038070678711 +1974,6,0,internal,18-20 yrs,337,1230473,19.01715850830078,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,27.387842178344727 +1974,6,0,all,21-24 yrs,2258,1541502,22.453895568847656,1,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,146.4805145263672 +1974,6,0,MVA,21-24 yrs,567,1541502,22.453895568847656,1,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,36.78230667114258 +1974,6,0,suicide,21-24 yrs,357,1541502,22.453895568847656,1,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,23.159231185913086 +1974,6,0,homicide,21-24 yrs,309,1541502,22.453895568847656,1,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,20.04538345336914 +1974,6,0,other external,21-24 yrs,564,1541502,22.453895568847656,1,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,36.58769226074219 +1974,6,0,internal,21-24 yrs,461,1541502,22.453895568847656,1,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,29.90589714050293 +1975,6,0,MVA,15-17 yrs,317,1219627,16.003028869628906,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,25.991552352905273 +1975,6,0,suicide,15-17 yrs,71,1219627,16.003028869628906,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,5.8214521408081055 +1975,6,0,homicide,15-17 yrs,104,1219627,16.003028869628906,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,8.527196884155273 +1975,6,0,other external,15-17 yrs,140,1219627,16.003028869628906,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,11.47891902923584 +1975,6,0,internal,15-17 yrs,243,1219627,16.003028869628906,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,19.924123764038086 +1975,6,0,all,18-20 yrs,1641,1263879,19.008333206176758,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,129.83837890625 +1975,6,0,MVA,18-20 yrs,563,1263879,19.008333206176758,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,44.54540252685547 +1975,6,0,suicide,18-20 yrs,175,1263879,19.008333206176758,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,13.846261978149414 +1975,6,0,homicide,18-20 yrs,232,1263879,19.008333206176758,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,18.35618782043457 +1975,6,0,other external,18-20 yrs,346,1263879,19.008333206176758,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,27.37603759765625 +1975,6,0,internal,18-20 yrs,325,1263879,19.008333206176758,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,25.714487075805664 +1975,6,0,all,21-24 yrs,2493,1616035,22.46440315246582,1,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,154.26646423339844 +1975,6,0,MVA,21-24 yrs,648,1616035,22.46440315246582,1,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,40.098140716552734 +1975,6,0,suicide,21-24 yrs,399,1616035,22.46440315246582,1,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,24.690059661865234 +1975,6,0,homicide,21-24 yrs,305,1616035,22.46440315246582,1,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,18.873353958129883 +1975,6,0,other external,21-24 yrs,599,1616035,22.46440315246582,1,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,37.0660285949707 +1975,6,0,internal,21-24 yrs,542,1616035,22.46440315246582,1,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,33.53887939453125 +1976,6,0,MVA,15-17 yrs,365,1241314,15.993949890136719,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,29.404325485229492 +1976,6,0,suicide,15-17 yrs,76,1241314,15.993949890136719,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,6.122544288635254 +1976,6,0,homicide,15-17 yrs,103,1241314,15.993949890136719,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,8.297658920288086 +1976,6,0,other external,15-17 yrs,156,1241314,15.993949890136719,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,12.567327499389648 +1976,6,0,internal,15-17 yrs,234,1241314,15.993949890136719,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,18.85099220275879 +1976,6,0,all,18-20 yrs,1641,1296096,19.01543426513672,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,126.61099243164062 +1976,6,0,MVA,18-20 yrs,616,1296096,19.01543426513672,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,47.52734375 +1976,6,0,suicide,18-20 yrs,180,1296096,19.01543426513672,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,13.887860298156738 +1976,6,0,homicide,18-20 yrs,229,1296096,19.01543426513672,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,17.66844367980957 +1976,6,0,other external,18-20 yrs,298,1296096,19.01543426513672,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,22.992124557495117 +1976,6,0,internal,18-20 yrs,318,1296096,19.01543426513672,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,24.535219192504883 +1976,6,0,all,21-24 yrs,2452,1683419,22.48097801208496,1,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,145.6559600830078 +1976,6,0,MVA,21-24 yrs,682,1683419,22.48097801208496,1,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,40.51279067993164 +1976,6,0,suicide,21-24 yrs,382,1683419,22.48097801208496,1,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,22.691913604736328 +1976,6,0,homicide,21-24 yrs,337,1683419,22.48097801208496,1,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,20.018783569335938 +1976,6,0,other external,21-24 yrs,560,1683419,22.48097801208496,1,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,33.26563262939453 +1976,6,0,internal,21-24 yrs,491,1683419,22.48097801208496,1,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,29.166831970214844 +1977,6,0,MVA,15-17 yrs,414,1255913,16.00194549560547,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,32.96406555175781 +1977,6,0,suicide,15-17 yrs,99,1255913,16.00194549560547,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,7.882711410522461 +1977,6,0,homicide,15-17 yrs,156,1255913,16.00194549560547,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,12.421242713928223 +1977,6,0,other external,15-17 yrs,156,1255913,16.00194549560547,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,12.421242713928223 +1977,6,0,internal,15-17 yrs,238,1255913,16.00194549560547,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,18.95035743713379 +1977,6,0,all,18-20 yrs,1801,1318737,19.03066635131836,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,136.570068359375 +1977,6,0,MVA,18-20 yrs,748,1318737,19.03066635131836,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,56.72093963623047 +1977,6,0,suicide,18-20 yrs,219,1318737,19.03066635131836,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,16.60679817199707 +1977,6,0,homicide,18-20 yrs,270,1318737,19.03066635131836,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,20.474136352539062 +1977,6,0,other external,18-20 yrs,247,1318737,19.03066635131836,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,18.73004150390625 +1977,6,0,internal,18-20 yrs,317,1318737,19.03066635131836,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,24.038150787353516 +1977,6,0,all,21-24 yrs,2536,1745918,22.498380661010742,1,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,145.2530975341797 +1977,6,0,MVA,21-24 yrs,842,1745918,22.498380661010742,1,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,48.22677993774414 +1977,6,0,suicide,21-24 yrs,476,1745918,22.498380661010742,1,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,27.263593673706055 +1977,6,0,homicide,21-24 yrs,366,1745918,22.498380661010742,1,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,20.963184356689453 +1977,6,0,other external,21-24 yrs,373,1745918,22.498380661010742,1,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,21.364118576049805 +1977,6,0,internal,21-24 yrs,479,1745918,22.498380661010742,1,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,27.435422897338867 +1978,6,0,MVA,15-17 yrs,398,1265240,16.017555236816406,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,31.45648193359375 +1978,6,0,suicide,15-17 yrs,75,1265240,16.017555236816406,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,5.92772912979126 +1978,6,0,homicide,15-17 yrs,143,1265240,16.017555236816406,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,11.302203178405762 +1978,6,0,other external,15-17 yrs,157,1265240,16.017555236816406,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,12.408713340759277 +1978,6,0,internal,15-17 yrs,248,1265240,16.017555236816406,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,19.601024627685547 +1978,6,0,all,18-20 yrs,1806,1332480,19.029855728149414,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,135.5367431640625 +1978,6,0,MVA,18-20 yrs,764,1332480,19.029855728149414,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,57.33669662475586 +1978,6,0,suicide,18-20 yrs,165,1332480,19.029855728149414,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,12.382925033569336 +1978,6,0,homicide,18-20 yrs,301,1332480,19.029855728149414,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,22.58945655822754 +1978,6,0,other external,18-20 yrs,267,1332480,19.029855728149414,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,20.037824630737305 +1978,6,0,internal,18-20 yrs,309,1332480,19.029855728149414,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,23.189842224121094 +1978,6,0,all,21-24 yrs,2580,1809004,22.490943908691406,1,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,142.6199188232422 +1978,6,0,MVA,21-24 yrs,889,1809004,22.490943908691406,1,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,49.143062591552734 +1978,6,0,suicide,21-24 yrs,378,1809004,22.490943908691406,1,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,20.895475387573242 +1978,6,0,homicide,21-24 yrs,398,1809004,22.490943908691406,1,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,22.001056671142578 +1978,6,0,other external,21-24 yrs,444,1809004,22.490943908691406,1,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,24.54389190673828 +1978,6,0,internal,21-24 yrs,471,1809004,22.490943908691406,1,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,26.036426544189453 +1979,6,0,MVA,15-17 yrs,466,1250089,16.018896102905273,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,37.277347564697266 +1979,6,0,suicide,15-17 yrs,84,1250089,16.018896102905273,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,6.719521522521973 +1979,6,0,homicide,15-17 yrs,164,1250089,16.018896102905273,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,13.11906623840332 +1979,6,0,other external,15-17 yrs,120,1250089,16.018896102905273,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,9.599316596984863 +1979,6,0,internal,15-17 yrs,195,1250089,16.018896102905273,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,15.598889350891113 +1979,6,0,all,18-20 yrs,1893,1354455,19.02154541015625,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,139.76101684570312 +1979,6,0,MVA,18-20 yrs,796,1354455,19.02154541015625,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,58.76902389526367 +1979,6,0,suicide,18-20 yrs,192,1354455,19.02154541015625,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,14.175443649291992 +1979,6,0,homicide,18-20 yrs,340,1354455,19.02154541015625,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,25.10234832763672 +1979,6,0,other external,18-20 yrs,261,1354455,19.02154541015625,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,19.269742965698242 +1979,6,0,internal,18-20 yrs,304,1354455,19.02154541015625,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,22.4444522857666 +1979,6,0,all,21-24 yrs,2639,1859166,22.49368667602539,1,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,141.94537353515625 +1979,6,0,MVA,21-24 yrs,895,1859166,22.49368667602539,1,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,48.13986587524414 +1979,6,0,suicide,21-24 yrs,346,1859166,22.49368667602539,1,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,18.61049461364746 +1979,6,0,homicide,21-24 yrs,487,1859166,22.49368667602539,1,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,26.194541931152344 +1979,6,0,other external,21-24 yrs,407,1859166,22.49368667602539,1,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,21.891536712646484 +1979,6,0,internal,21-24 yrs,504,1859166,22.49368667602539,1,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,27.108928680419922 +1980,6,0,MVA,15-17 yrs,412,1227216,16.029788970947266,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,33.571922302246094 +1980,6,0,suicide,15-17 yrs,77,1227216,16.029788970947266,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,6.274363994598389 +1980,6,0,homicide,15-17 yrs,201,1227216,16.029788970947266,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,16.3785343170166 +1980,6,0,other external,15-17 yrs,131,1227216,16.029788970947266,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,10.674567222595215 +1980,6,0,internal,15-17 yrs,237,1227216,16.029788970947266,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,19.31200408935547 +1980,6,0,all,18-20 yrs,1892,1366049,19.025144577026367,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,138.50161743164062 +1980,6,0,MVA,18-20 yrs,770,1366049,19.025144577026367,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,56.366939544677734 +1980,6,0,suicide,18-20 yrs,175,1366049,19.025144577026367,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,12.810667991638184 +1980,6,0,homicide,18-20 yrs,398,1366049,19.025144577026367,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,29.13511848449707 +1980,6,0,other external,18-20 yrs,252,1366049,19.025144577026367,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,18.44736099243164 +1980,6,0,internal,18-20 yrs,297,1366049,19.025144577026367,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,21.741533279418945 +1980,6,0,all,21-24 yrs,2562,1899962,22.51085662841797,1,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,134.8448028564453 +1980,6,0,MVA,21-24 yrs,875,1899962,22.51085662841797,1,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,46.05355453491211 +1980,6,0,suicide,21-24 yrs,301,1899962,22.51085662841797,1,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,15.842422485351562 +1980,6,0,homicide,21-24 yrs,534,1899962,22.51085662841797,1,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,28.105825424194336 +1980,6,0,other external,21-24 yrs,373,1899962,22.51085662841797,1,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,19.63197135925293 +1980,6,0,internal,21-24 yrs,479,1899962,22.51085662841797,1,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,25.211030960083008 +1981,6,0,MVA,15-17 yrs,340,1184239,16.041053771972656,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,28.710420608520508 +1981,6,0,suicide,15-17 yrs,74,1184239,16.041053771972656,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,6.248738765716553 +1981,6,0,homicide,15-17 yrs,172,1184239,16.041053771972656,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,14.52409553527832 +1981,6,0,other external,15-17 yrs,112,1184239,16.041053771972656,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,9.457550048828125 +1981,6,0,internal,15-17 yrs,158,1184239,16.041053771972656,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,13.341901779174805 +1981,6,0,all,18-20 yrs,1656,1368730,19.031978607177734,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,120.98806762695312 +1981,6,0,MVA,18-20 yrs,626,1368730,19.031978607177734,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,45.7358283996582 +1981,6,0,suicide,18-20 yrs,174,1368730,19.031978607177734,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,12.712514877319336 +1981,6,0,homicide,18-20 yrs,342,1368730,19.031978607177734,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,24.986665725708008 +1981,6,0,other external,18-20 yrs,228,1368730,19.031978607177734,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,16.657777786254883 +1981,6,0,internal,18-20 yrs,286,1368730,19.031978607177734,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,20.895282745361328 +1981,6,0,all,21-24 yrs,2458,1932758,22.5305233001709,1,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,127.17577362060547 +1981,6,0,MVA,21-24 yrs,846,1932758,22.5305233001709,1,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,43.77164840698242 +1981,6,0,suicide,21-24 yrs,336,1932758,22.5305233001709,1,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,17.384483337402344 +1981,6,0,homicide,21-24 yrs,470,1932758,22.5305233001709,1,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,24.317581176757812 +1981,6,0,other external,21-24 yrs,330,1932758,22.5305233001709,1,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,17.074047088623047 +1981,6,0,internal,21-24 yrs,476,1932758,22.5305233001709,1,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,24.628019332885742 +1982,6,0,MVA,15-17 yrs,270,1148300,16.031482696533203,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,23.513019561767578 +1982,6,0,suicide,15-17 yrs,66,1148300,16.031482696533203,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,5.747626781463623 +1982,6,0,homicide,15-17 yrs,106,1148300,16.031482696533203,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,9.231037139892578 +1982,6,0,other external,15-17 yrs,96,1148300,16.031482696533203,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,8.360184669494629 +1982,6,0,internal,15-17 yrs,206,1148300,16.031482696533203,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,17.939563751220703 +1982,6,0,all,18-20 yrs,1486,1358902,19.034954071044922,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,109.35298919677734 +1982,6,0,MVA,18-20 yrs,546,1358902,19.034954071044922,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,40.17949676513672 +1982,6,0,suicide,18-20 yrs,190,1358902,19.034954071044922,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,13.981876373291016 +1982,6,0,homicide,18-20 yrs,284,1358902,19.034954071044922,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,20.89922523498535 +1982,6,0,other external,18-20 yrs,196,1358902,19.034954071044922,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,14.423409461975098 +1982,6,0,internal,18-20 yrs,270,1358902,19.034954071044922,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,19.868982315063477 +1982,6,0,all,21-24 yrs,2422,1957131,22.52556800842285,1,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,123.75257110595703 +1982,6,0,MVA,21-24 yrs,742,1957131,22.52556800842285,1,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,37.91263961791992 +1982,6,0,suicide,21-24 yrs,338,1957131,22.52556800842285,1,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,17.270177841186523 +1982,6,0,homicide,21-24 yrs,458,1957131,22.52556800842285,1,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,23.401601791381836 +1982,6,0,other external,21-24 yrs,354,1957131,22.52556800842285,1,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,18.08769989013672 +1982,6,0,internal,21-24 yrs,530,1957131,22.52556800842285,1,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,27.080455780029297 +1983,6,0,MVA,15-17 yrs,241,1131222,16.01761245727539,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,21.304393768310547 +1983,6,0,suicide,15-17 yrs,82,1131222,16.01761245727539,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,7.248798370361328 +1983,6,0,homicide,15-17 yrs,112,1131222,16.01761245727539,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,9.900797843933105 +1983,6,0,other external,15-17 yrs,107,1131222,16.01761245727539,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,9.458797454833984 +1983,6,0,internal,15-17 yrs,187,1131222,16.01761245727539,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,16.53079605102539 +1983,6,0,all,18-20 yrs,1369,1340831,19.04937171936035,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,102.10086059570312 +1983,6,0,MVA,18-20 yrs,549,1340831,19.04937171936035,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,40.94475555419922 +1983,6,0,suicide,18-20 yrs,163,1340831,19.04937171936035,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,12.15664005279541 +1983,6,0,homicide,18-20 yrs,250,1340831,19.04937171936035,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,18.645153045654297 +1983,6,0,other external,18-20 yrs,173,1340831,19.04937171936035,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,12.902446746826172 +1983,6,0,internal,18-20 yrs,234,1340831,19.04937171936035,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,17.45186424255371 +1983,6,0,all,21-24 yrs,2257,1973813,22.526853561401367,1,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,114.34720611572266 +1983,6,0,MVA,21-24 yrs,730,1973813,22.526853561401367,1,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,36.9842529296875 +1983,6,0,suicide,21-24 yrs,292,1973813,22.526853561401367,1,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,14.793701171875 +1983,6,0,homicide,21-24 yrs,426,1973813,22.526853561401367,1,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,21.582592010498047 +1983,6,0,other external,21-24 yrs,340,1973813,22.526853561401367,1,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,17.225542068481445 +1983,6,0,internal,21-24 yrs,469,1973813,22.526853561401367,1,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,23.76111602783203 +1984,6,0,MVA,15-17 yrs,286,1141094,16.002052307128906,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,25.06366729736328 +1984,6,0,suicide,15-17 yrs,71,1141094,16.002052307128906,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,6.222099304199219 +1984,6,0,homicide,15-17 yrs,109,1141094,16.002052307128906,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,9.552236557006836 +1984,6,0,other external,15-17 yrs,113,1141094,16.002052307128906,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,9.902777671813965 +1984,6,0,internal,15-17 yrs,163,1141094,16.002052307128906,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,14.284537315368652 +1984,6,0,all,18-20 yrs,1469,1303776,19.060606002807617,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,112.6727294921875 +1984,6,0,MVA,18-20 yrs,631,1303776,19.060606002807617,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,48.397884368896484 +1984,6,0,suicide,18-20 yrs,161,1303776,19.060606002807617,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,12.348747253417969 +1984,6,0,homicide,18-20 yrs,247,1303776,19.060606002807617,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,18.94497299194336 +1984,6,0,other external,18-20 yrs,182,1303776,19.060606002807617,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,13.959453582763672 +1984,6,0,internal,18-20 yrs,248,1303776,19.060606002807617,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,19.02167320251465 +1984,6,0,all,21-24 yrs,2365,1994853,22.530471801757812,1,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,118.55509948730469 +1984,6,0,MVA,21-24 yrs,805,1994853,22.530471801757812,1,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,40.353851318359375 +1984,6,0,suicide,21-24 yrs,343,1994853,22.530471801757812,1,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,17.194250106811523 +1984,6,0,homicide,21-24 yrs,410,1994853,22.530471801757812,1,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,20.552892684936523 +1984,6,0,other external,21-24 yrs,336,1994853,22.530471801757812,1,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,16.843345642089844 +1984,6,0,internal,21-24 yrs,471,1994853,22.530471801757812,1,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,23.610761642456055 +1985,6,0,MVA,15-17 yrs,319,1173339,15.994568824768066,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,27.187368392944336 +1985,6,0,suicide,15-17 yrs,90,1173339,15.994568824768066,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,7.670417308807373 +1985,6,0,homicide,15-17 yrs,114,1173339,15.994568824768066,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,9.715862274169922 +1985,6,0,other external,15-17 yrs,82,1173339,15.994568824768066,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,6.988602638244629 +1985,6,0,internal,15-17 yrs,189,1173339,15.994568824768066,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,16.10787582397461 +1985,6,0,all,18-20 yrs,1414,1276315,19.052509307861328,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,110.7876968383789 +1985,6,0,MVA,18-20 yrs,576,1276315,19.052509307861328,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,45.12992477416992 +1985,6,0,suicide,18-20 yrs,152,1276315,19.052509307861328,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,11.909285545349121 +1985,6,0,homicide,18-20 yrs,257,1276315,19.052509307861328,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,20.13609504699707 +1985,6,0,other external,18-20 yrs,171,1276315,19.052509307861328,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,13.39794635772705 +1985,6,0,internal,18-20 yrs,258,1276315,19.052509307861328,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,20.214445114135742 +1985,6,0,all,21-24 yrs,2386,2019497,22.540454864501953,1,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,118.14823150634766 +1985,6,0,MVA,21-24 yrs,801,2019497,22.540454864501953,1,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,39.6633415222168 +1985,6,0,suicide,21-24 yrs,345,2019497,22.540454864501953,1,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,17.08346176147461 +1985,6,0,homicide,21-24 yrs,438,2019497,22.540454864501953,1,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,21.688568115234375 +1985,6,0,other external,21-24 yrs,337,2019497,22.540454864501953,1,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,16.68732452392578 +1985,6,0,internal,21-24 yrs,465,2019497,22.540454864501953,1,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,23.025535583496094 +1986,6,0,MVA,15-17 yrs,334,1215494,16.006755828857422,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,27.478540420532227 +1986,6,0,suicide,15-17 yrs,102,1215494,16.006755828857422,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,8.391650199890137 +1986,6,0,homicide,15-17 yrs,139,1215494,16.006755828857422,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,11.43567943572998 +1986,6,0,other external,15-17 yrs,110,1215494,16.006755828857422,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,9.04981803894043 +1986,6,0,internal,15-17 yrs,193,1215494,16.006755828857422,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,15.878317832946777 +1986,6,0,all,18-20 yrs,1491,1268400,19.040756225585938,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,117.54966735839844 +1986,6,0,MVA,18-20 yrs,600,1268400,19.040756225585938,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,47.303688049316406 +1986,6,0,suicide,18-20 yrs,149,1268400,19.040756225585938,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,11.747082710266113 +1986,6,0,homicide,18-20 yrs,317,1268400,19.040756225585938,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,24.992116928100586 +1986,6,0,other external,18-20 yrs,191,1268400,19.040756225585938,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,15.058341026306152 +1986,6,0,internal,18-20 yrs,234,1268400,19.040756225585938,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,18.44843864440918 +1986,6,0,all,21-24 yrs,2462,2023616,22.552724838256836,1,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,121.66339874267578 +1986,6,0,MVA,21-24 yrs,784,2023616,22.552724838256836,1,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,38.74252700805664 +1986,6,0,suicide,21-24 yrs,349,2023616,22.552724838256836,1,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,17.246355056762695 +1986,6,0,homicide,21-24 yrs,489,2023616,22.552724838256836,1,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,24.164663314819336 +1986,6,0,other external,21-24 yrs,316,2023616,22.552724838256836,1,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,15.61561107635498 +1986,6,0,internal,21-24 yrs,524,2023616,22.552724838256836,1,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,25.894241333007812 +1987,6,0,MVA,15-17 yrs,314,1214312,16.04643440246582,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,25.85826301574707 +1987,6,0,suicide,15-17 yrs,83,1214312,16.04643440246582,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,6.835145950317383 +1987,6,0,homicide,15-17 yrs,136,1214312,16.04643440246582,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,11.19975757598877 +1987,6,0,other external,15-17 yrs,75,1214312,16.04643440246582,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,6.176336765289307 +1987,6,0,internal,15-17 yrs,204,1214312,16.04643440246582,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,16.799636840820312 +1987,6,0,all,18-20 yrs,1442,1297529,19.024993896484375,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,111.13431549072266 +1987,6,0,MVA,18-20 yrs,604,1297529,19.024993896484375,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,46.550018310546875 +1987,6,0,suicide,18-20 yrs,157,1297529,19.024993896484375,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,12.099922180175781 +1987,6,0,homicide,18-20 yrs,286,1297529,19.024993896484375,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,22.04189682006836 +1987,6,0,other external,18-20 yrs,153,1297529,19.024993896484375,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,11.791644096374512 +1987,6,0,internal,18-20 yrs,242,1297529,19.024993896484375,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,18.650835037231445 +1987,6,0,all,21-24 yrs,2390,2016209,22.571163177490234,1,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,118.53929901123047 +1987,6,0,MVA,21-24 yrs,747,2016209,22.571163177490234,1,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,37.04973220825195 +1987,6,0,suicide,21-24 yrs,302,2016209,22.571163177490234,1,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,14.978606224060059 +1987,6,0,homicide,21-24 yrs,477,2016209,22.571163177490234,1,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,23.658262252807617 +1987,6,0,other external,21-24 yrs,280,2016209,22.571163177490234,1,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,13.887449264526367 +1987,6,0,internal,21-24 yrs,584,2016209,22.571163177490234,1,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,28.965251922607422 +1988,6,0,MVA,15-17 yrs,259,1186929,16.066904067993164,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,21.82101821899414 +1988,6,0,suicide,15-17 yrs,91,1186929,16.066904067993164,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,7.666844367980957 +1988,6,0,homicide,15-17 yrs,151,1186929,16.066904067993164,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,12.721906661987305 +1988,6,0,other external,15-17 yrs,80,1186929,16.066904067993164,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,6.74008321762085 +1988,6,0,internal,15-17 yrs,192,1186929,16.066904067993164,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,16.176198959350586 +1988,6,0,all,18-20 yrs,1549,1351955,19.01477813720703,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,114.57482147216797 +1988,6,0,MVA,18-20 yrs,601,1351955,19.01477813720703,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,44.45414352416992 +1988,6,0,suicide,18-20 yrs,166,1351955,19.01477813720703,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,12.278514862060547 +1988,6,0,homicide,18-20 yrs,340,1351955,19.01477813720703,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,25.148765563964844 +1988,6,0,other external,18-20 yrs,161,1351955,19.01477813720703,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,11.908679962158203 +1988,6,0,internal,18-20 yrs,281,1351955,19.01477813720703,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,20.78471565246582 +1988,6,0,all,21-24 yrs,2291,2004875,22.570758819580078,1,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,114.2714614868164 +1988,6,0,MVA,21-24 yrs,722,2004875,22.570758819580078,1,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,36.0122184753418 +1988,6,0,suicide,21-24 yrs,271,2004875,22.570758819580078,1,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,13.51705265045166 +1988,6,0,homicide,21-24 yrs,450,2004875,22.570758819580078,1,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,22.445289611816406 +1988,6,0,other external,21-24 yrs,256,2004875,22.570758819580078,1,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,12.768876075744629 +1988,6,0,internal,21-24 yrs,592,2004875,22.570758819580078,1,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,29.528024673461914 +1989,6,0,MVA,15-17 yrs,299,1152224,16.043724060058594,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,25.94981575012207 +1989,6,0,suicide,15-17 yrs,89,1152224,16.043724060058594,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,7.7241926193237305 +1989,6,0,homicide,15-17 yrs,204,1152224,16.043724060058594,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,17.704891204833984 +1989,6,0,other external,15-17 yrs,81,1152224,16.043724060058594,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,7.029882907867432 +1989,6,0,internal,15-17 yrs,182,1152224,16.043724060058594,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,15.795539855957031 +1989,6,0,all,18-20 yrs,1536,1418512,19.025630950927734,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,108.28247833251953 +1989,6,0,MVA,18-20 yrs,576,1418512,19.025630950927734,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,40.60593032836914 +1989,6,0,suicide,18-20 yrs,171,1418512,19.025630950927734,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,12.054885864257812 +1989,6,0,homicide,18-20 yrs,378,1418512,19.025630950927734,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,26.647642135620117 +1989,6,0,other external,18-20 yrs,160,1418512,19.025630950927734,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,11.279425621032715 +1989,6,0,internal,18-20 yrs,251,1418512,19.025630950927734,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,17.694599151611328 +1989,6,0,all,21-24 yrs,2284,2008333,22.55265998840332,1,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,113.72615814208984 +1989,6,0,MVA,21-24 yrs,715,2008333,22.55265998840332,1,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,35.60166549682617 +1989,6,0,suicide,21-24 yrs,280,2008333,22.55265998840332,1,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,13.941910743713379 +1989,6,0,homicide,21-24 yrs,462,2008333,22.55265998840332,1,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,23.004152297973633 +1989,6,0,other external,21-24 yrs,278,2008333,22.55265998840332,1,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,13.842326164245605 +1989,6,0,internal,21-24 yrs,549,2008333,22.55265998840332,1,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,27.336103439331055 +1990,6,0,MVA,15-17 yrs,237,1170941,16.010555267333984,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,20.240131378173828 +1990,6,0,suicide,15-17 yrs,88,1170941,16.010555267333984,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,7.515323162078857 +1990,6,0,homicide,15-17 yrs,250,1170941,16.010555267333984,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,21.35034942626953 +1990,6,0,other external,15-17 yrs,94,1170941,16.010555267333984,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,8.027731895446777 +1990,6,0,internal,15-17 yrs,190,1170941,16.010555267333984,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,16.22626495361328 +1990,6,0,all,18-20 yrs,1542,1414058,19.062978744506836,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,109.04785919189453 +1990,6,0,MVA,18-20 yrs,544,1414058,19.062978744506836,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,38.47084045410156 +1990,6,0,suicide,18-20 yrs,167,1414058,19.062978744506836,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,11.809982299804688 +1990,6,0,homicide,18-20 yrs,434,1414058,19.062978744506836,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,30.691810607910156 +1990,6,0,other external,18-20 yrs,143,1414058,19.062978744506836,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,10.112739562988281 +1990,6,0,internal,18-20 yrs,254,1414058,19.062978744506836,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,17.962488174438477 +1990,6,0,all,21-24 yrs,2404,2011112,22.525253295898438,1,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,119.53585815429688 +1990,6,0,MVA,21-24 yrs,735,2011112,22.525253295898438,1,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,36.54694366455078 +1990,6,0,suicide,21-24 yrs,267,2011112,22.525253295898438,1,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,13.276237487792969 +1990,6,0,homicide,21-24 yrs,612,2011112,22.525253295898438,1,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,30.430925369262695 +1990,6,0,other external,21-24 yrs,214,2011112,22.525253295898438,1,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,10.64087963104248 +1990,6,0,internal,21-24 yrs,576,2011112,22.525253295898438,1,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,28.640871047973633 +1991,6,0,MVA,15-17 yrs,235,1160232,15.999171257019043,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,20.25457000732422 +1991,6,0,suicide,15-17 yrs,81,1160232,15.999171257019043,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,6.981362342834473 +1991,6,0,homicide,15-17 yrs,320,1160232,15.999171257019043,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,27.580690383911133 +1991,6,0,other external,15-17 yrs,73,1160232,15.999171257019043,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,6.291844844818115 +1991,6,0,internal,15-17 yrs,179,1160232,15.999171257019043,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,15.427948951721191 +1991,6,0,all,18-20 yrs,1615,1338233,19.068429946899414,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,120.68152618408203 +1991,6,0,MVA,18-20 yrs,495,1338233,19.068429946899414,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,36.98907470703125 +1991,6,0,suicide,18-20 yrs,187,1338233,19.068429946899414,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,13.973649978637695 +1991,6,0,homicide,18-20 yrs,530,1338233,19.068429946899414,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,39.604461669921875 +1991,6,0,other external,18-20 yrs,146,1338233,19.068429946899414,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,10.90990924835205 +1991,6,0,internal,18-20 yrs,257,1338233,19.068429946899414,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,19.20442771911621 +1991,6,0,all,21-24 yrs,2270,1989313,22.509855270385742,1,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,114.10974884033203 +1991,6,0,MVA,21-24 yrs,630,1989313,22.509855270385742,1,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,31.66922378540039 +1991,6,0,suicide,21-24 yrs,237,1989313,22.509855270385742,1,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,11.913661003112793 +1991,6,0,homicide,21-24 yrs,657,1989313,22.509855270385742,1,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,33.0264778137207 +1991,6,0,other external,21-24 yrs,222,1989313,22.509855270385742,1,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,11.159631729125977 +1991,6,0,internal,21-24 yrs,524,1989313,22.509855270385742,1,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,26.34075164794922 +1992,6,0,MVA,15-17 yrs,218,1178723,15.99530029296875,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,18.494590759277344 +1992,6,0,suicide,15-17 yrs,84,1178723,15.99530029296875,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,7.12635612487793 +1992,6,0,homicide,15-17 yrs,313,1178723,15.99530029296875,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,26.554161071777344 +1992,6,0,other external,15-17 yrs,80,1178723,15.99530029296875,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,6.78700590133667 +1992,6,0,internal,15-17 yrs,198,1178723,15.99530029296875,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,16.797840118408203 +1992,6,0,all,18-20 yrs,1468,1272886,19.05402183532715,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,115.32847595214844 +1992,6,0,MVA,18-20 yrs,404,1272886,19.05402183532715,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,31.73889923095703 +1992,6,0,suicide,18-20 yrs,152,1272886,19.05402183532715,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,11.941368103027344 +1992,6,0,homicide,18-20 yrs,522,1272886,19.05402183532715,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,41.00917053222656 +1992,6,0,other external,18-20 yrs,142,1272886,19.05402183532715,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,11.15575122833252 +1992,6,0,internal,18-20 yrs,248,1272886,19.05402183532715,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,19.48328399658203 +1992,6,0,all,21-24 yrs,2179,1976783,22.511898040771484,1,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,110.22959899902344 +1992,6,0,MVA,21-24 yrs,498,1976783,22.511898040771484,1,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,25.192445755004883 +1992,6,0,suicide,21-24 yrs,245,1976783,22.511898040771484,1,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,12.393874168395996 +1992,6,0,homicide,21-24 yrs,699,1976783,22.511898040771484,1,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,35.36048126220703 +1992,6,0,other external,21-24 yrs,234,1976783,22.511898040771484,1,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,11.837414741516113 +1992,6,0,internal,21-24 yrs,503,1976783,22.511898040771484,1,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,25.445383071899414 +1993,6,0,MVA,15-17 yrs,207,1186448,15.991765022277832,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,17.44703483581543 +1993,6,0,suicide,15-17 yrs,103,1186448,15.991765022277832,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,8.681374549865723 +1993,6,0,homicide,15-17 yrs,328,1186448,15.991765022277832,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,27.645544052124023 +1993,6,0,other external,15-17 yrs,85,1186448,15.991765022277832,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,7.164241313934326 +1993,6,0,internal,15-17 yrs,191,1186448,15.991765022277832,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,16.098472595214844 +1993,6,0,all,18-20 yrs,1397,1246141,19.033023834228516,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,112.10609436035156 +1993,6,0,MVA,18-20 yrs,338,1246141,19.033023834228516,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,27.123737335205078 +1993,6,0,suicide,18-20 yrs,150,1246141,19.033023834228516,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,12.037160873413086 +1993,6,0,homicide,18-20 yrs,531,1246141,19.033023834228516,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,42.611549377441406 +1993,6,0,other external,18-20 yrs,123,1246141,19.033023834228516,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,9.870471954345703 +1993,6,0,internal,18-20 yrs,255,1246141,19.033023834228516,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,20.46317481994629 +1993,6,0,all,21-24 yrs,2220,1924247,22.54640769958496,1,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,115.36980438232422 +1993,6,0,MVA,21-24 yrs,518,1924247,22.54640769958496,1,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,26.919620513916016 +1993,6,0,suicide,21-24 yrs,263,1924247,22.54640769958496,1,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,13.667683601379395 +1993,6,0,homicide,21-24 yrs,705,1924247,22.54640769958496,1,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,36.6377067565918 +1993,6,0,other external,21-24 yrs,247,1924247,22.54640769958496,1,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,12.836190223693848 +1993,6,0,internal,21-24 yrs,487,1924247,22.54640769958496,1,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,25.30860137939453 +1994,6,0,MVA,15-17 yrs,218,1212530,15.994898796081543,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,17.97893714904785 +1994,6,0,suicide,15-17 yrs,82,1212530,15.994898796081543,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,6.76271915435791 +1994,6,0,homicide,15-17 yrs,316,1212530,15.994898796081543,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,26.06121063232422 +1994,6,0,other external,15-17 yrs,66,1212530,15.994898796081543,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,5.443164348602295 +1994,6,0,internal,15-17 yrs,169,1212530,15.994898796081543,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,13.937799453735352 +1994,6,0,all,18-20 yrs,1403,1229384,19.023168563842773,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,114.1221923828125 +1994,6,0,MVA,18-20 yrs,374,1229384,19.023168563842773,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,30.42173957824707 +1994,6,0,suicide,18-20 yrs,144,1229384,19.023168563842773,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,11.713183403015137 +1994,6,0,homicide,18-20 yrs,532,1229384,19.023168563842773,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,43.273704528808594 +1994,6,0,other external,18-20 yrs,115,1229384,19.023168563842773,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,9.354278564453125 +1994,6,0,internal,18-20 yrs,238,1229384,19.023168563842773,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,19.359289169311523 +1994,6,0,all,21-24 yrs,1961,1848174,22.570890426635742,1,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,106.10472869873047 +1994,6,0,MVA,21-24 yrs,402,1848174,22.570890426635742,1,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,21.751197814941406 +1994,6,0,suicide,21-24 yrs,291,1848174,22.570890426635742,1,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,15.745270729064941 +1994,6,0,homicide,21-24 yrs,577,1848174,22.570890426635742,1,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,31.22000503540039 +1994,6,0,other external,21-24 yrs,220,1848174,22.570890426635742,1,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,11.903640747070312 +1994,6,0,internal,21-24 yrs,471,1848174,22.570890426635742,1,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,25.4846134185791 +1995,6,0,MVA,15-17 yrs,211,1245775,15.977025985717773,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,16.93724822998047 +1995,6,0,suicide,15-17 yrs,80,1245775,15.977025985717773,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,6.42170524597168 +1995,6,0,homicide,15-17 yrs,324,1245775,15.977025985717773,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,26.007905960083008 +1995,6,0,other external,15-17 yrs,68,1245775,15.977025985717773,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,5.458449363708496 +1995,6,0,internal,15-17 yrs,188,1245775,15.977025985717773,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,15.091007232666016 +1995,6,0,all,18-20 yrs,1408,1250486,19.01661491394043,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,112.59622192382812 +1995,6,0,MVA,18-20 yrs,352,1250486,19.01661491394043,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,28.14905548095703 +1995,6,0,suicide,18-20 yrs,155,1250486,19.01661491394043,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,12.395180702209473 +1995,6,0,homicide,18-20 yrs,501,1250486,19.01661491394043,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,40.064422607421875 +1995,6,0,other external,18-20 yrs,138,1250486,19.01661491394043,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,11.035709381103516 +1995,6,0,internal,18-20 yrs,262,1250486,19.01661491394043,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,20.951854705810547 +1995,6,0,all,21-24 yrs,1908,1762637,22.569149017333984,1,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,108.24690246582031 +1995,6,0,MVA,21-24 yrs,437,1762637,22.569149017333984,1,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,24.79239845275879 +1995,6,0,suicide,21-24 yrs,255,1762637,22.569149017333984,1,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,14.466960906982422 +1995,6,0,homicide,21-24 yrs,526,1762637,22.569149017333984,1,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,29.841651916503906 +1995,6,0,other external,21-24 yrs,187,1762637,22.569149017333984,1,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,10.60910415649414 +1995,6,0,internal,21-24 yrs,503,1762637,22.569149017333984,1,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,28.536788940429688 +1996,6,0,MVA,15-17 yrs,204,1292840,15.984362602233887,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,15.779214859008789 +1996,6,0,suicide,15-17 yrs,88,1292840,15.984362602233887,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,6.80672025680542 +1996,6,0,homicide,15-17 yrs,243,1292840,15.984362602233887,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,18.79582977294922 +1996,6,0,other external,15-17 yrs,85,1292840,15.984362602233887,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,6.574672698974609 +1996,6,0,internal,15-17 yrs,188,1292840,15.984362602233887,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,14.54162883758545 +1996,6,0,all,18-20 yrs,1215,1271878,19.01201057434082,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,95.52803039550781 +1996,6,0,MVA,18-20 yrs,294,1271878,19.01201057434082,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,23.11542510986328 +1996,6,0,suicide,18-20 yrs,133,1271878,19.01201057434082,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,10.456977844238281 +1996,6,0,homicide,18-20 yrs,406,1271878,19.01201057434082,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,31.921300888061523 +1996,6,0,other external,18-20 yrs,127,1271878,19.01201057434082,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,9.985234260559082 +1996,6,0,internal,18-20 yrs,255,1271878,19.01201057434082,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,20.04909324645996 +1996,6,0,all,21-24 yrs,1608,1710637,22.530305862426758,1,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,94.00006866455078 +1996,6,0,MVA,21-24 yrs,381,1710637,22.530305862426758,1,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,22.27240562438965 +1996,6,0,suicide,21-24 yrs,187,1710637,22.530305862426758,1,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,10.931600570678711 +1996,6,0,homicide,21-24 yrs,399,1710637,22.530305862426758,1,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,23.324644088745117 +1996,6,0,other external,21-24 yrs,202,1710637,22.530305862426758,1,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,11.808466911315918 +1996,6,0,internal,21-24 yrs,439,1710637,22.530305862426758,1,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,25.662954330444336 +1970,8,1,MVA,15-17 yrs,64,130002,15.984253883361816,0,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,49.230010986328125 +1970,8,1,suicide,15-17 yrs,16,130002,15.984253883361816,0,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,12.307502746582031 +1970,8,1,homicide,15-17 yrs,6,130002,15.984253883361816,0,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,4.615313529968262 +1970,8,1,other external,15-17 yrs,29,130002,15.984253883361816,0,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,22.307348251342773 +1970,8,1,internal,15-17 yrs,35,130002,15.984253883361816,0,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,26.92266273498535 +1970,8,1,all,18-20 yrs,207,131830,18.999324798583984,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,157.02040100097656 +1970,8,1,MVA,18-20 yrs,79,131830,18.999324798583984,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,59.925662994384766 +1970,8,1,suicide,18-20 yrs,14,131830,18.999324798583984,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,10.61973762512207 +1970,8,1,homicide,18-20 yrs,12,131830,18.999324798583984,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,9.102632522583008 +1970,8,1,other external,18-20 yrs,45,131830,18.999324798583984,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,34.13487243652344 +1970,8,1,internal,18-20 yrs,57,131830,18.999324798583984,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,43.23750305175781 +1970,8,1,all,21-24 yrs,255,160664,22.378896713256836,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,158.71632385253906 +1970,8,1,MVA,21-24 yrs,91,160664,22.378896713256836,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,56.63994598388672 +1970,8,1,suicide,21-24 yrs,35,160664,22.378896713256836,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,21.78459358215332 +1970,8,1,homicide,21-24 yrs,16,160664,22.378896713256836,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,9.958671569824219 +1970,8,1,other external,21-24 yrs,36,160664,22.378896713256836,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,22.407011032104492 +1970,8,1,internal,21-24 yrs,77,160664,22.378896713256836,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,47.92610549926758 +1971,8,1,MVA,15-17 yrs,58,137040,15.986660957336426,0,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,42.32341003417969 +1971,8,1,suicide,15-17 yrs,12,137040,15.986660957336426,0,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,8.756567001342773 +1971,8,1,homicide,15-17 yrs,9,137040,15.986660957336426,0,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,6.567425727844238 +1971,8,1,other external,15-17 yrs,38,137040,15.986660957336426,0,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,27.729129791259766 +1971,8,1,internal,15-17 yrs,56,137040,15.986660957336426,0,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,40.863983154296875 +1971,8,1,all,18-20 yrs,181,139867,19.003761291503906,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,129.4086456298828 +1971,8,1,MVA,18-20 yrs,59,139867,19.003761291503906,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,42.18292999267578 +1971,8,1,suicide,18-20 yrs,31,139867,19.003761291503906,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,22.16391372680664 +1971,8,1,homicide,18-20 yrs,9,139867,19.003761291503906,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,6.4346842765808105 +1971,8,1,other external,18-20 yrs,38,139867,19.003761291503906,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,27.16866683959961 +1971,8,1,internal,18-20 yrs,44,139867,19.003761291503906,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,31.45845603942871 +1971,8,1,all,21-24 yrs,274,177283,22.519981384277344,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,154.55514526367188 +1971,8,1,MVA,21-24 yrs,91,177283,22.519981384277344,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,51.330360412597656 +1971,8,1,suicide,21-24 yrs,35,177283,22.519981384277344,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,19.74244499206543 +1971,8,1,homicide,21-24 yrs,20,177283,22.519981384277344,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,11.281397819519043 +1971,8,1,other external,21-24 yrs,46,177283,22.519981384277344,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,25.947214126586914 +1971,8,1,internal,21-24 yrs,82,177283,22.519981384277344,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,46.25373077392578 +1972,8,1,MVA,15-17 yrs,66,144498,15.977086067199707,0,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,45.67537307739258 +1972,8,1,suicide,15-17 yrs,12,144498,15.977086067199707,0,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,8.30461311340332 +1972,8,1,homicide,15-17 yrs,14,144498,15.977086067199707,0,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,9.688714981079102 +1972,8,1,other external,15-17 yrs,38,144498,15.977086067199707,0,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,26.297941207885742 +1972,8,1,internal,15-17 yrs,36,144498,15.977086067199707,0,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,24.91383934020996 +1972,8,1,all,18-20 yrs,242,149614,19.006122589111328,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,161.74957275390625 +1972,8,1,MVA,18-20 yrs,94,149614,19.006122589111328,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,62.828346252441406 +1972,8,1,suicide,18-20 yrs,30,149614,19.006122589111328,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,20.051599502563477 +1972,8,1,homicide,18-20 yrs,20,149614,19.006122589111328,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,13.367733001708984 +1972,8,1,other external,18-20 yrs,50,149614,19.006122589111328,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,33.41933059692383 +1972,8,1,internal,18-20 yrs,48,149614,19.006122589111328,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,32.082557678222656 +1972,8,1,all,21-24 yrs,306,185486,22.492095947265625,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,164.97201538085938 +1972,8,1,MVA,21-24 yrs,88,185486,22.492095947265625,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,47.44293212890625 +1972,8,1,suicide,21-24 yrs,54,185486,22.492095947265625,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,29.112709045410156 +1972,8,1,homicide,21-24 yrs,26,185486,22.492095947265625,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,14.017230033874512 +1972,8,1,other external,21-24 yrs,62,185486,22.492095947265625,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,33.42570495605469 +1972,8,1,internal,21-24 yrs,76,185486,22.492095947265625,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,40.97344207763672 +1973,8,1,MVA,15-17 yrs,46,151209,15.983949661254883,0,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,30.42146873474121 +1973,8,1,suicide,15-17 yrs,11,151209,15.983949661254883,0,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,7.2746992111206055 +1973,8,1,homicide,15-17 yrs,8,151209,15.983949661254883,0,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,5.2906904220581055 +1973,8,1,other external,15-17 yrs,31,151209,15.983949661254883,0,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,20.50142478942871 +1973,8,1,internal,15-17 yrs,38,151209,15.983949661254883,0,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,25.130779266357422 +1973,8,1,all,18-20 yrs,229,158029,19.014705657958984,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,144.9101104736328 +1973,8,1,MVA,18-20 yrs,75,158029,19.014705657958984,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,47.45964431762695 +1973,8,1,suicide,18-20 yrs,33,158029,19.014705657958984,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,20.88224220275879 +1973,8,1,homicide,18-20 yrs,16,158029,19.014705657958984,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,10.124724388122559 +1973,8,1,other external,18-20 yrs,50,158029,19.014705657958984,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,31.63976287841797 +1973,8,1,internal,18-20 yrs,55,158029,19.014705657958984,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,34.80373764038086 +1973,8,1,all,21-24 yrs,340,196006,22.489076614379883,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,173.46408081054688 +1973,8,1,MVA,21-24 yrs,124,196006,22.489076614379883,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,63.263370513916016 +1973,8,1,suicide,21-24 yrs,48,196006,22.489076614379883,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,24.489046096801758 +1973,8,1,homicide,21-24 yrs,32,196006,22.489076614379883,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,16.326030731201172 +1973,8,1,other external,21-24 yrs,54,196006,22.489076614379883,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,27.5501766204834 +1973,8,1,internal,21-24 yrs,82,196006,22.489076614379883,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,41.835453033447266 +1974,8,1,MVA,15-17 yrs,58,154594,15.993939399719238,0,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,37.51762771606445 +1974,8,1,suicide,15-17 yrs,14,154594,15.993939399719238,0,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,9.055978775024414 +1974,8,1,homicide,15-17 yrs,4,154594,15.993939399719238,0,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,2.5874226093292236 +1974,8,1,other external,15-17 yrs,33,154594,15.993939399719238,0,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,21.346235275268555 +1974,8,1,internal,15-17 yrs,38,154594,15.993939399719238,0,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,24.580514907836914 +1974,8,1,all,18-20 yrs,213,161336,19.015867233276367,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,132.02261352539062 +1974,8,1,MVA,18-20 yrs,88,161336,19.015867233276367,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,54.544551849365234 +1974,8,1,suicide,18-20 yrs,27,161336,19.015867233276367,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,16.735260009765625 +1974,8,1,homicide,18-20 yrs,16,161336,19.015867233276367,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,9.917191505432129 +1974,8,1,other external,18-20 yrs,39,161336,19.015867233276367,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,24.173154830932617 +1974,8,1,internal,18-20 yrs,43,161336,19.015867233276367,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,26.65245246887207 +1974,8,1,all,21-24 yrs,319,200560,22.467620849609375,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,159.0546417236328 +1974,8,1,MVA,21-24 yrs,109,200560,22.467620849609375,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,54.34782791137695 +1974,8,1,suicide,21-24 yrs,47,200560,22.467620849609375,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,23.434383392333984 +1974,8,1,homicide,21-24 yrs,20,200560,22.467620849609375,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,9.972078323364258 +1974,8,1,other external,21-24 yrs,65,200560,22.467620849609375,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,32.40925598144531 +1974,8,1,internal,21-24 yrs,78,200560,22.467620849609375,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,38.89110565185547 +1975,8,1,MVA,15-17 yrs,39,155509,15.992527961730957,0,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,25.078933715820312 +1975,8,1,suicide,15-17 yrs,12,155509,15.992527961730957,0,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,7.71659517288208 +1975,8,1,homicide,15-17 yrs,7,155509,15.992527961730957,0,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,4.501347064971924 +1975,8,1,other external,15-17 yrs,31,155509,15.992527961730957,0,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,19.934537887573242 +1975,8,1,internal,15-17 yrs,28,155509,15.992527961730957,0,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,18.005388259887695 +1975,8,1,all,18-20 yrs,209,165031,19.00602912902832,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,126.64287567138672 +1975,8,1,MVA,18-20 yrs,79,165031,19.00602912902832,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,47.86979293823242 +1975,8,1,suicide,18-20 yrs,18,165031,19.00602912902832,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,10.907041549682617 +1975,8,1,homicide,18-20 yrs,23,165031,19.00602912902832,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,13.936775207519531 +1975,8,1,other external,18-20 yrs,54,165031,19.00602912902832,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,32.721126556396484 +1975,8,1,internal,18-20 yrs,35,165031,19.00602912902832,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,21.20813751220703 +1975,8,1,all,21-24 yrs,316,208897,22.479154586791992,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,151.27072143554688 +1975,8,1,MVA,21-24 yrs,98,208897,22.479154586791992,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,46.91307067871094 +1975,8,1,suicide,21-24 yrs,54,208897,22.479154586791992,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,25.850059509277344 +1975,8,1,homicide,21-24 yrs,33,208897,22.479154586791992,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,15.797259330749512 +1975,8,1,other external,21-24 yrs,64,208897,22.479154586791992,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,30.637107849121094 +1975,8,1,internal,21-24 yrs,67,208897,22.479154586791992,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,32.07322311401367 +1976,8,1,MVA,15-17 yrs,44,157587,15.98603343963623,0,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,27.921085357666016 +1976,8,1,suicide,15-17 yrs,11,157587,15.98603343963623,0,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,6.980271339416504 +1976,8,1,homicide,15-17 yrs,5,157587,15.98603343963623,0,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,3.1728506088256836 +1976,8,1,other external,15-17 yrs,33,157587,15.98603343963623,0,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,20.940813064575195 +1976,8,1,internal,15-17 yrs,25,157587,15.98603343963623,0,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,15.864253044128418 +1976,8,1,all,18-20 yrs,218,168889,19.01399803161621,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,129.078857421875 +1976,8,1,MVA,18-20 yrs,88,168889,19.01399803161621,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,52.105228424072266 +1976,8,1,suicide,18-20 yrs,27,168889,19.01399803161621,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,15.986831665039062 +1976,8,1,homicide,18-20 yrs,18,168889,19.01399803161621,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,10.65788745880127 +1976,8,1,other external,18-20 yrs,40,168889,19.01399803161621,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,23.684194564819336 +1976,8,1,internal,18-20 yrs,45,168889,19.01399803161621,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,26.64472007751465 +1976,8,1,all,21-24 yrs,299,215715,22.490304946899414,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,138.6088104248047 +1976,8,1,MVA,21-24 yrs,93,215715,22.490304946899414,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,43.1124382019043 +1976,8,1,suicide,21-24 yrs,56,215715,22.490304946899414,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,25.96017837524414 +1976,8,1,homicide,21-24 yrs,22,215715,22.490304946899414,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,10.198641777038574 +1976,8,1,other external,21-24 yrs,73,215715,22.490304946899414,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,33.840946197509766 +1976,8,1,internal,21-24 yrs,55,215715,22.490304946899414,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,25.496604919433594 +1977,8,1,MVA,15-17 yrs,75,159106,15.993249893188477,0,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,47.13838577270508 +1977,8,1,suicide,15-17 yrs,16,159106,15.993249893188477,0,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,10.056188583374023 +1977,8,1,homicide,15-17 yrs,6,159106,15.993249893188477,0,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,3.771070957183838 +1977,8,1,other external,15-17 yrs,28,159106,15.993249893188477,0,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,17.598331451416016 +1977,8,1,internal,15-17 yrs,27,159106,15.993249893188477,0,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,16.969818115234375 +1977,8,1,all,18-20 yrs,204,171776,19.024572372436523,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,118.75931549072266 +1977,8,1,MVA,18-20 yrs,85,171776,19.024572372436523,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,49.48304748535156 +1977,8,1,suicide,18-20 yrs,16,171776,19.024572372436523,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,9.31445598602295 +1977,8,1,homicide,18-20 yrs,22,171776,19.024572372436523,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,12.807376861572266 +1977,8,1,other external,18-20 yrs,37,171776,19.024572372436523,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,21.53968048095703 +1977,8,1,internal,18-20 yrs,44,171776,19.024572372436523,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,25.61475372314453 +1977,8,1,all,21-24 yrs,302,222898,22.500099182128906,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,135.48797607421875 +1977,8,1,MVA,21-24 yrs,119,222898,22.500099182128906,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,53.38764953613281 +1977,8,1,suicide,21-24 yrs,64,222898,22.500099182128906,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,28.712684631347656 +1977,8,1,homicide,21-24 yrs,25,222898,22.500099182128906,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,11.215892791748047 +1977,8,1,other external,21-24 yrs,46,222898,22.500099182128906,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,20.63724136352539 +1977,8,1,internal,21-24 yrs,48,222898,22.500099182128906,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,21.534513473510742 +1978,8,1,MVA,15-17 yrs,59,159178,16.010648727416992,0,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,37.06542205810547 +1978,8,1,suicide,15-17 yrs,6,159178,16.010648727416992,0,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,3.769365072250366 +1978,8,1,homicide,15-17 yrs,11,159178,16.010648727416992,0,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,6.910502910614014 +1978,8,1,other external,15-17 yrs,30,159178,16.010648727416992,0,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,18.846824645996094 +1978,8,1,internal,15-17 yrs,36,159178,16.010648727416992,0,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,22.61618995666504 +1978,8,1,all,18-20 yrs,236,173784,19.024524688720703,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,135.80076599121094 +1978,8,1,MVA,18-20 yrs,101,173784,19.024524688720703,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,58.11812210083008 +1978,8,1,suicide,18-20 yrs,26,173784,19.024524688720703,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,14.961101531982422 +1978,8,1,homicide,18-20 yrs,15,173784,19.024524688720703,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,8.631404876708984 +1978,8,1,other external,18-20 yrs,45,173784,19.024524688720703,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,25.89421272277832 +1978,8,1,internal,18-20 yrs,49,173784,19.024524688720703,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,28.195920944213867 +1978,8,1,all,21-24 yrs,335,231493,22.49831771850586,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,144.71279907226562 +1978,8,1,MVA,21-24 yrs,118,231493,22.49831771850586,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,50.97346496582031 +1978,8,1,suicide,21-24 yrs,55,231493,22.49831771850586,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,23.758817672729492 +1978,8,1,homicide,21-24 yrs,29,231493,22.49831771850586,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,12.527376174926758 +1978,8,1,other external,21-24 yrs,61,231493,22.49831771850586,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,26.350688934326172 +1978,8,1,internal,21-24 yrs,72,231493,22.49831771850586,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,31.102453231811523 +1979,8,1,MVA,15-17 yrs,41,156846,16.014263153076172,0,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,26.140291213989258 +1979,8,1,suicide,15-17 yrs,13,156846,16.014263153076172,0,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,8.288384437561035 +1979,8,1,homicide,15-17 yrs,8,156846,16.014263153076172,0,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,5.100544452667236 +1979,8,1,other external,15-17 yrs,30,156846,16.014263153076172,0,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,19.12704086303711 +1979,8,1,internal,15-17 yrs,26,156846,16.014263153076172,0,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,16.57676887512207 +1979,8,1,all,18-20 yrs,244,177454,19.0184268951416,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,137.50042724609375 +1979,8,1,MVA,18-20 yrs,101,177454,19.0184268951416,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,56.91615676879883 +1979,8,1,suicide,18-20 yrs,31,177454,19.0184268951416,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,17.469316482543945 +1979,8,1,homicide,18-20 yrs,20,177454,19.0184268951416,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,11.270526885986328 +1979,8,1,other external,18-20 yrs,47,177454,19.0184268951416,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,26.485736846923828 +1979,8,1,internal,18-20 yrs,45,177454,19.0184268951416,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,25.358684539794922 +1979,8,1,all,21-24 yrs,345,238997,22.501785278320312,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,144.353271484375 +1979,8,1,MVA,21-24 yrs,129,238997,22.501785278320312,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,53.9755744934082 +1979,8,1,suicide,21-24 yrs,55,238997,22.501785278320312,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,23.012840270996094 +1979,8,1,homicide,21-24 yrs,26,238997,22.501785278320312,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,10.87879753112793 +1979,8,1,other external,21-24 yrs,74,238997,22.501785278320312,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,30.962732315063477 +1979,8,1,internal,21-24 yrs,61,238997,22.501785278320312,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,25.523332595825195 +1980,8,1,MVA,15-17 yrs,53,152154,16.025388717651367,0,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,34.8331298828125 +1980,8,1,suicide,15-17 yrs,17,152154,16.025388717651367,0,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,11.172890663146973 +1980,8,1,homicide,15-17 yrs,6,152154,16.025388717651367,0,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,3.943373203277588 +1980,8,1,other external,15-17 yrs,21,152154,16.025388717651367,0,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,13.801806449890137 +1980,8,1,internal,15-17 yrs,28,152154,16.025388717651367,0,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,18.402408599853516 +1980,8,1,all,18-20 yrs,206,175322,19.028398513793945,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,117.49809265136719 +1980,8,1,MVA,18-20 yrs,96,175322,19.028398513793945,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,54.75638961791992 +1980,8,1,suicide,18-20 yrs,28,175322,19.028398513793945,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,15.970614433288574 +1980,8,1,homicide,18-20 yrs,12,175322,19.028398513793945,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,6.84454870223999 +1980,8,1,other external,18-20 yrs,37,175322,19.028398513793945,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,21.10402488708496 +1980,8,1,internal,18-20 yrs,33,175322,19.028398513793945,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,18.822509765625 +1980,8,1,all,21-24 yrs,318,242883,22.513349533081055,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,130.92723083496094 +1980,8,1,MVA,21-24 yrs,119,242883,22.513349533081055,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,48.99478530883789 +1980,8,1,suicide,21-24 yrs,55,242883,22.513349533081055,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,22.6446475982666 +1980,8,1,homicide,21-24 yrs,32,242883,22.513349533081055,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,13.175067901611328 +1980,8,1,other external,21-24 yrs,50,242883,22.513349533081055,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,20.586044311523438 +1980,8,1,internal,21-24 yrs,62,242883,22.513349533081055,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,25.52669334411621 +1981,8,1,MVA,15-17 yrs,38,146763,16.040752410888672,0,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,25.8920841217041 +1981,8,1,suicide,15-17 yrs,12,146763,16.040752410888672,0,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,8.176447868347168 +1981,8,1,homicide,15-17 yrs,9,146763,16.040752410888672,0,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,6.132335662841797 +1981,8,1,other external,15-17 yrs,13,146763,16.040752410888672,0,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,8.857818603515625 +1981,8,1,internal,15-17 yrs,33,146763,16.040752410888672,0,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,22.485231399536133 +1981,8,1,all,18-20 yrs,217,172359,19.04529571533203,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,125.90000915527344 +1981,8,1,MVA,18-20 yrs,87,172359,19.04529571533203,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,50.47603988647461 +1981,8,1,suicide,18-20 yrs,33,172359,19.04529571533203,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,19.14608383178711 +1981,8,1,homicide,18-20 yrs,15,172359,19.04529571533203,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,8.702765464782715 +1981,8,1,other external,18-20 yrs,40,172359,19.04529571533203,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,23.207374572753906 +1981,8,1,internal,18-20 yrs,42,172359,19.04529571533203,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,24.36774444580078 +1981,8,1,all,21-24 yrs,366,243539,22.52341079711914,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,150.283935546875 +1981,8,1,MVA,21-24 yrs,142,243539,22.52341079711914,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,58.306884765625 +1981,8,1,suicide,21-24 yrs,57,243539,22.52341079711914,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,23.404874801635742 +1981,8,1,homicide,21-24 yrs,40,243539,22.52341079711914,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,16.424474716186523 +1981,8,1,other external,21-24 yrs,64,243539,22.52341079711914,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,26.279157638549805 +1981,8,1,internal,21-24 yrs,63,243539,22.52341079711914,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,25.868547439575195 +1982,8,1,MVA,15-17 yrs,27,142536,16.028188705444336,0,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,18.942583084106445 +1982,8,1,suicide,15-17 yrs,8,142536,16.028188705444336,0,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,5.612617015838623 +1982,8,1,homicide,15-17 yrs,10,142536,16.028188705444336,0,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,7.015771389007568 +1982,8,1,other external,15-17 yrs,24,142536,16.028188705444336,0,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,16.83785057067871 +1982,8,1,internal,15-17 yrs,24,142536,16.028188705444336,0,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,16.83785057067871 +1982,8,1,all,18-20 yrs,204,168001,19.038833618164062,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,121.42784881591797 +1982,8,1,MVA,18-20 yrs,97,168001,19.038833618164062,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,57.73775100708008 +1982,8,1,suicide,18-20 yrs,30,168001,19.038833618164062,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,17.857036590576172 +1982,8,1,homicide,18-20 yrs,14,168001,19.038833618164062,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,8.333283424377441 +1982,8,1,other external,18-20 yrs,33,168001,19.038833618164062,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,19.64274024963379 +1982,8,1,internal,18-20 yrs,30,168001,19.038833618164062,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,17.857036590576172 +1982,8,1,all,21-24 yrs,312,243766,22.516897201538086,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,127.9916000366211 +1982,8,1,MVA,21-24 yrs,110,243766,22.516897201538086,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,45.125244140625 +1982,8,1,suicide,21-24 yrs,55,243766,22.516897201538086,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,22.5626220703125 +1982,8,1,homicide,21-24 yrs,30,243766,22.516897201538086,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,12.306884765625 +1982,8,1,other external,21-24 yrs,59,243766,22.516897201538086,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,24.20353889465332 +1982,8,1,internal,21-24 yrs,58,243766,22.516897201538086,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,23.793310165405273 +1983,8,1,MVA,15-17 yrs,43,140833,16.003976821899414,0,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,30.532617568969727 +1983,8,1,suicide,15-17 yrs,9,140833,16.003976821899414,0,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,6.390547752380371 +1983,8,1,homicide,15-17 yrs,7,140833,16.003976821899414,0,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,4.970426082611084 +1983,8,1,other external,15-17 yrs,17,140833,16.003976821899414,0,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,12.07103443145752 +1983,8,1,internal,15-17 yrs,22,140833,16.003976821899414,0,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,15.621338844299316 +1983,8,1,all,18-20 yrs,180,162919,19.040393829345703,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,110.4843521118164 +1983,8,1,MVA,18-20 yrs,71,162919,19.040393829345703,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,43.57993698120117 +1983,8,1,suicide,18-20 yrs,27,162919,19.040393829345703,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,16.57265281677246 +1983,8,1,homicide,18-20 yrs,11,162919,19.040393829345703,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,6.751821517944336 +1983,8,1,other external,18-20 yrs,25,162919,19.040393829345703,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,15.345048904418945 +1983,8,1,internal,18-20 yrs,46,162919,19.040393829345703,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,28.23488998413086 +1983,8,1,all,21-24 yrs,291,241170,22.524869918823242,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,120.66177368164062 +1983,8,1,MVA,21-24 yrs,108,241170,22.524869918823242,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,44.78168869018555 +1983,8,1,suicide,21-24 yrs,56,241170,22.524869918823242,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,23.220134735107422 +1983,8,1,homicide,21-24 yrs,27,241170,22.524869918823242,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,11.195422172546387 +1983,8,1,other external,21-24 yrs,41,241170,22.524869918823242,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,17.000455856323242 +1983,8,1,internal,21-24 yrs,59,241170,22.524869918823242,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,24.46407127380371 +1984,8,1,MVA,15-17 yrs,61,142486,15.986946105957031,0,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,42.811222076416016 +1984,8,1,suicide,15-17 yrs,17,142486,15.986946105957031,0,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,11.930996894836426 +1984,8,1,homicide,15-17 yrs,7,142486,15.986946105957031,0,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,4.912763595581055 +1984,8,1,other external,15-17 yrs,16,142486,15.986946105957031,0,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,11.22917366027832 +1984,8,1,internal,15-17 yrs,24,142486,15.986946105957031,0,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,16.843759536743164 +1984,8,1,all,18-20 yrs,158,155191,19.055397033691406,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,101.81002807617188 +1984,8,1,MVA,18-20 yrs,78,155191,19.055397033691406,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,50.26064682006836 +1984,8,1,suicide,18-20 yrs,22,155191,19.055397033691406,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,14.176079750061035 +1984,8,1,homicide,18-20 yrs,14,155191,19.055397033691406,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,9.02114200592041 +1984,8,1,other external,18-20 yrs,19,155191,19.055397033691406,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,12.2429780960083 +1984,8,1,internal,18-20 yrs,25,155191,19.055397033691406,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,16.109182357788086 +1984,8,1,all,21-24 yrs,283,234592,22.54269027709961,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,120.63497161865234 +1984,8,1,MVA,21-24 yrs,104,234592,22.54269027709961,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,44.3322868347168 +1984,8,1,suicide,21-24 yrs,44,234592,22.54269027709961,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,18.75596809387207 +1984,8,1,homicide,21-24 yrs,16,234592,22.54269027709961,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,6.820352077484131 +1984,8,1,other external,21-24 yrs,55,234592,22.54269027709961,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,23.44495964050293 +1984,8,1,internal,21-24 yrs,64,234592,22.54269027709961,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,27.281408309936523 +1985,8,1,MVA,15-17 yrs,37,145731,15.981019973754883,0,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,25.389244079589844 +1985,8,1,suicide,15-17 yrs,24,145731,15.981019973754883,0,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,16.468698501586914 +1985,8,1,homicide,15-17 yrs,5,145731,15.981019973754883,0,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,3.430979013442993 +1985,8,1,other external,15-17 yrs,16,145731,15.981019973754883,0,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,10.979132652282715 +1985,8,1,internal,15-17 yrs,22,145731,15.981019973754883,0,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,15.096307754516602 +1985,8,1,all,18-20 yrs,147,149088,19.043027877807617,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,98.5994873046875 +1985,8,1,MVA,18-20 yrs,64,149088,19.043027877807617,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,42.92766571044922 +1985,8,1,suicide,18-20 yrs,31,149088,19.043027877807617,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,20.793088912963867 +1985,8,1,homicide,18-20 yrs,11,149088,19.043027877807617,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,7.378192901611328 +1985,8,1,other external,18-20 yrs,24,149088,19.043027877807617,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,16.097875595092773 +1985,8,1,internal,18-20 yrs,17,149088,19.043027877807617,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,11.402661323547363 +1985,8,1,all,21-24 yrs,299,228930,22.550132751464844,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,130.60760498046875 +1985,8,1,MVA,21-24 yrs,98,228930,22.550132751464844,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,42.80784606933594 +1985,8,1,suicide,21-24 yrs,54,228930,22.550132751464844,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,23.587995529174805 +1985,8,1,homicide,21-24 yrs,34,228930,22.550132751464844,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,14.851701736450195 +1985,8,1,other external,21-24 yrs,47,228930,22.550132751464844,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,20.530292510986328 +1985,8,1,internal,21-24 yrs,66,228930,22.550132751464844,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,28.82977294921875 +1986,8,1,MVA,15-17 yrs,54,149438,15.989781379699707,0,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,36.1353874206543 +1986,8,1,suicide,15-17 yrs,27,149438,15.989781379699707,0,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,18.06769371032715 +1986,8,1,homicide,15-17 yrs,4,149438,15.989781379699707,0,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,2.6766953468322754 +1986,8,1,other external,15-17 yrs,16,149438,15.989781379699707,0,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,10.706781387329102 +1986,8,1,internal,15-17 yrs,15,149438,15.989781379699707,0,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,10.037607192993164 +1986,8,1,all,18-20 yrs,185,144616,19.02077865600586,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,127.92498779296875 +1986,8,1,MVA,18-20 yrs,80,144616,19.02077865600586,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,55.318912506103516 +1986,8,1,suicide,18-20 yrs,31,144616,19.02077865600586,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,21.436079025268555 +1986,8,1,homicide,18-20 yrs,14,144616,19.02077865600586,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,9.68080997467041 +1986,8,1,other external,18-20 yrs,32,144616,19.02077865600586,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,22.127565383911133 +1986,8,1,internal,18-20 yrs,28,144616,19.02077865600586,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,19.36161994934082 +1986,8,1,all,21-24 yrs,289,218953,22.550899505615234,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,131.99179077148438 +1986,8,1,MVA,21-24 yrs,108,218953,22.550899505615234,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,49.325653076171875 +1986,8,1,suicide,21-24 yrs,47,218953,22.550899505615234,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,21.46579360961914 +1986,8,1,homicide,21-24 yrs,33,218953,22.550899505615234,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,15.071727752685547 +1986,8,1,other external,21-24 yrs,43,218953,22.550899505615234,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,19.638917922973633 +1986,8,1,internal,21-24 yrs,58,218953,22.550899505615234,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,26.489704132080078 +1987,8,0.7903138399124146,MVA,15-17 yrs,46,146920,16.02427101135254,0,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,31.30955696105957 +1987,8,0.7903138399124146,suicide,15-17 yrs,14,146920,16.02427101135254,0,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,9.528995513916016 +1987,8,0.7903138399124146,homicide,15-17 yrs,4,146920,16.02427101135254,0,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,2.7225701808929443 +1987,8,0.7903138399124146,other external,15-17 yrs,21,146920,16.02427101135254,0,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,14.293493270874023 +1987,8,0.7903138399124146,internal,15-17 yrs,14,146920,16.02427101135254,0,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,9.528995513916016 +1987,8,0.7903138399124146,all,18-20 yrs,126,145266,19.00313949584961,0.7903138399124146,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,86.73743438720703 +1987,8,0.7903138399124146,MVA,18-20 yrs,58,145266,19.00313949584961,0.7903138399124146,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,39.926753997802734 +1987,8,0.7903138399124146,suicide,18-20 yrs,20,145266,19.00313949584961,0.7903138399124146,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,13.76784610748291 +1987,8,0.7903138399124146,homicide,18-20 yrs,15,145266,19.00313949584961,0.7903138399124146,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,10.325884819030762 +1987,8,0.7903138399124146,other external,18-20 yrs,19,145266,19.00313949584961,0.7903138399124146,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,13.07945442199707 +1987,8,0.7903138399124146,internal,18-20 yrs,14,145266,19.00313949584961,0.7903138399124146,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,9.637492179870605 +1987,8,0.7903138399124146,all,21-24 yrs,236,207692,22.560903549194336,1,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,113.62979888916016 +1987,8,0.7903138399124146,MVA,21-24 yrs,65,207692,22.560903549194336,1,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,31.296342849731445 +1987,8,0.7903138399124146,suicide,21-24 yrs,54,207692,22.560903549194336,1,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,26.000038146972656 +1987,8,0.7903138399124146,homicide,21-24 yrs,31,207692,22.560903549194336,1,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,14.925948143005371 +1987,8,0.7903138399124146,other external,21-24 yrs,34,207692,22.560903549194336,1,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,16.370393753051758 +1987,8,0.7903138399124146,internal,21-24 yrs,52,207692,22.560903549194336,1,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,25.03707504272461 +1988,8,0.3277689516544342,MVA,15-17 yrs,38,139361,16.049575805664062,0,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,27.26731300354004 +1988,8,0.3277689516544342,suicide,15-17 yrs,24,139361,16.049575805664062,0,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,17.221460342407227 +1988,8,0.3277689516544342,homicide,15-17 yrs,8,139361,16.049575805664062,0,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,5.740487098693848 +1988,8,0.3277689516544342,other external,15-17 yrs,11,139361,16.049575805664062,0,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,7.893169403076172 +1988,8,0.3277689516544342,internal,15-17 yrs,16,139361,16.049575805664062,0,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,11.480974197387695 +1988,8,0.3277689516544342,all,18-20 yrs,133,147066,18.996076583862305,0.3277689516544342,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,90.43558502197266 +1988,8,0.3277689516544342,MVA,18-20 yrs,45,147066,18.996076583862305,0.3277689516544342,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,30.598506927490234 +1988,8,0.3277689516544342,suicide,18-20 yrs,36,147066,18.996076583862305,0.3277689516544342,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,24.478805541992188 +1988,8,0.3277689516544342,homicide,18-20 yrs,8,147066,18.996076583862305,0.3277689516544342,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,5.43973445892334 +1988,8,0.3277689516544342,other external,18-20 yrs,21,147066,18.996076583862305,0.3277689516544342,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,14.279303550720215 +1988,8,0.3277689516544342,internal,18-20 yrs,23,147066,18.996076583862305,0.3277689516544342,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,15.639236450195312 +1988,8,0.3277689516544342,all,21-24 yrs,210,197829,22.559478759765625,1,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,106.15228271484375 +1988,8,0.3277689516544342,MVA,21-24 yrs,75,197829,22.559478759765625,1,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,37.911529541015625 +1988,8,0.3277689516544342,suicide,21-24 yrs,48,197829,22.559478759765625,1,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,24.263378143310547 +1988,8,0.3277689516544342,homicide,21-24 yrs,23,197829,22.559478759765625,1,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,11.626202583312988 +1988,8,0.3277689516544342,other external,21-24 yrs,25,197829,22.559478759765625,1,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,12.637176513671875 +1988,8,0.3277689516544342,internal,21-24 yrs,39,197829,22.559478759765625,1,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,19.7139949798584 +1989,8,0.041140116751194,MVA,15-17 yrs,34,130968,16.027456283569336,0,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,25.960540771484375 +1989,8,0.041140116751194,suicide,15-17 yrs,19,130968,16.027456283569336,0,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,14.507360458374023 +1989,8,0.041140116751194,homicide,15-17 yrs,5,130968,16.027456283569336,0,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,3.8177263736724854 +1989,8,0.041140116751194,other external,15-17 yrs,10,130968,16.027456283569336,0,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,7.635452747344971 +1989,8,0.041140116751194,internal,15-17 yrs,14,130968,16.027456283569336,0,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,10.689634323120117 +1989,8,0.041140116751194,all,18-20 yrs,143,150036,19.00501251220703,0.041140116751194,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,95.310455322265625 +1989,8,0.041140116751194,MVA,18-20 yrs,55,150036,19.00501251220703,0.041140116751194,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,36.657867431640625 +1989,8,0.041140116751194,suicide,18-20 yrs,40,150036,19.00501251220703,0.041140116751194,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,26.660268783569336 +1989,8,0.041140116751194,homicide,18-20 yrs,14,150036,19.00501251220703,0.041140116751194,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,9.331093788146973 +1989,8,0.041140116751194,other external,18-20 yrs,10,150036,19.00501251220703,0.041140116751194,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,6.665067195892334 +1989,8,0.041140116751194,internal,18-20 yrs,24,150036,19.00501251220703,0.041140116751194,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,15.996160507202148 +1989,8,0.041140116751194,all,21-24 yrs,182,190502,22.53317642211914,1,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,95.53705596923828 +1989,8,0.041140116751194,MVA,21-24 yrs,64,190502,22.53317642211914,1,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,33.5954475402832 +1989,8,0.041140116751194,suicide,21-24 yrs,34,190502,22.53317642211914,1,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,17.84758186340332 +1989,8,0.041140116751194,homicide,21-24 yrs,12,190502,22.53317642211914,1,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,6.29914665222168 +1989,8,0.041140116751194,other external,21-24 yrs,31,190502,22.53317642211914,1,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,16.272794723510742 +1989,8,0.041140116751194,internal,21-24 yrs,41,190502,22.53317642211914,1,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,21.522083282470703 +1990,8,0,MVA,15-17 yrs,35,129829,15.993522644042969,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,26.958538055419922 +1990,8,0,suicide,15-17 yrs,19,129829,15.993522644042969,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,14.634634971618652 +1990,8,0,homicide,15-17 yrs,11,129829,15.993522644042969,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,8.47268295288086 +1990,8,0,other external,15-17 yrs,10,129829,15.993522644042969,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,7.702439308166504 +1990,8,0,internal,15-17 yrs,26,129829,15.993522644042969,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,20.026342391967773 +1990,8,0,all,18-20 yrs,139,147371,19.042165756225586,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,94.31977844238281 +1990,8,0,MVA,18-20 yrs,61,147371,19.042165756225586,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,41.39213180541992 +1990,8,0,suicide,18-20 yrs,28,147371,19.042165756225586,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,18.99966812133789 +1990,8,0,homicide,18-20 yrs,14,147371,19.042165756225586,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,9.499834060668945 +1990,8,0,other external,18-20 yrs,18,147371,19.042165756225586,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,12.214072227478027 +1990,8,0,internal,18-20 yrs,18,147371,19.042165756225586,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,12.214072227478027 +1990,8,0,all,21-24 yrs,187,187621,22.490148544311523,1,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,99.66901397705078 +1990,8,0,MVA,21-24 yrs,56,187621,22.490148544311523,1,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,29.84740447998047 +1990,8,0,suicide,21-24 yrs,42,187621,22.490148544311523,1,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,22.38555335998535 +1990,8,0,homicide,21-24 yrs,25,187621,22.490148544311523,1,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,13.324734687805176 +1990,8,0,other external,21-24 yrs,27,187621,22.490148544311523,1,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,14.39071273803711 +1990,8,0,internal,21-24 yrs,37,187621,22.490148544311523,1,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,19.72060775756836 +1991,8,0,MVA,15-17 yrs,35,131665,15.992511749267578,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,26.58261489868164 +1991,8,0,suicide,15-17 yrs,21,131665,15.992511749267578,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,15.949568748474121 +1991,8,0,homicide,15-17 yrs,10,131665,15.992511749267578,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,7.595032691955566 +1991,8,0,other external,15-17 yrs,16,131665,15.992511749267578,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,12.152052879333496 +1991,8,0,internal,15-17 yrs,16,131665,15.992511749267578,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,12.152052879333496 +1991,8,0,all,18-20 yrs,145,142855,19.056861877441406,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,101.50152587890625 +1991,8,0,MVA,18-20 yrs,62,142855,19.056861877441406,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,43.40065002441406 +1991,8,0,suicide,18-20 yrs,29,142855,19.056861877441406,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,20.300304412841797 +1991,8,0,homicide,18-20 yrs,23,142855,19.056861877441406,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,16.10024070739746 +1991,8,0,other external,18-20 yrs,17,142855,19.056861877441406,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,11.900178909301758 +1991,8,0,internal,18-20 yrs,14,142855,19.056861877441406,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,9.80014705657959 +1991,8,0,all,21-24 yrs,219,190861,22.465694427490234,1,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,114.7431869506836 +1991,8,0,MVA,21-24 yrs,60,190861,22.465694427490234,1,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,31.436491012573242 +1991,8,0,suicide,21-24 yrs,37,190861,22.465694427490234,1,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,19.385835647583008 +1991,8,0,homicide,21-24 yrs,31,190861,22.465694427490234,1,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,16.2421875 +1991,8,0,other external,21-24 yrs,29,190861,22.465694427490234,1,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,15.194303512573242 +1991,8,0,internal,21-24 yrs,62,190861,22.465694427490234,1,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,32.484375 +1992,8,0,MVA,15-17 yrs,35,138253,15.989381790161133,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,25.315906524658203 +1992,8,0,suicide,15-17 yrs,31,138253,15.989381790161133,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,22.42266082763672 +1992,8,0,homicide,15-17 yrs,15,138253,15.989381790161133,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,10.849674224853516 +1992,8,0,other external,15-17 yrs,17,138253,15.989381790161133,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,12.296297073364258 +1992,8,0,internal,15-17 yrs,16,138253,15.989381790161133,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,11.572985649108887 +1992,8,0,all,18-20 yrs,137,139421,19.038602828979492,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,98.26353454589844 +1992,8,0,MVA,18-20 yrs,55,139421,19.038602828979492,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,39.4488639831543 +1992,8,0,suicide,18-20 yrs,21,139421,19.038602828979492,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,15.06229305267334 +1992,8,0,homicide,18-20 yrs,23,139421,19.038602828979492,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,16.496797561645508 +1992,8,0,other external,18-20 yrs,13,139421,19.038602828979492,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,9.3242769241333 +1992,8,0,internal,18-20 yrs,25,139421,19.038602828979492,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,17.93130111694336 +1992,8,0,all,21-24 yrs,187,197023,22.465320587158203,1,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,94.91277313232422 +1992,8,0,MVA,21-24 yrs,52,197023,22.465320587158203,1,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,26.392858505249023 +1992,8,0,suicide,21-24 yrs,41,197023,22.465320587158203,1,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,20.80975341796875 +1992,8,0,homicide,21-24 yrs,23,197023,22.465320587158203,1,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,11.6737642288208 +1992,8,0,other external,21-24 yrs,26,197023,22.465320587158203,1,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,13.196429252624512 +1992,8,0,internal,21-24 yrs,45,197023,22.465320587158203,1,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,22.83997344970703 +1993,8,0,MVA,15-17 yrs,36,143634,15.991025924682617,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,25.063703536987305 +1993,8,0,suicide,15-17 yrs,15,143634,15.991025924682617,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,10.443209648132324 +1993,8,0,homicide,15-17 yrs,16,143634,15.991025924682617,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,11.139423370361328 +1993,8,0,other external,15-17 yrs,18,143634,15.991025924682617,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,12.531851768493652 +1993,8,0,internal,15-17 yrs,23,143634,15.991025924682617,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,16.012922286987305 +1993,8,0,all,18-20 yrs,146,141781,19.009733200073242,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,102.97571563720703 +1993,8,0,MVA,18-20 yrs,49,141781,19.009733200073242,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,34.56034469604492 +1993,8,0,suicide,18-20 yrs,33,141781,19.009733200073242,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,23.275333404541016 +1993,8,0,homicide,18-20 yrs,18,141781,19.009733200073242,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,12.695635795593262 +1993,8,0,other external,18-20 yrs,20,141781,19.009733200073242,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,14.10626220703125 +1993,8,0,internal,18-20 yrs,26,141781,19.009733200073242,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,18.3381404876709 +1993,8,0,all,21-24 yrs,207,200797,22.50568962097168,1,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,103.08918762207031 +1993,8,0,MVA,21-24 yrs,58,200797,22.50568962097168,1,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,28.8848934173584 +1993,8,0,suicide,21-24 yrs,46,200797,22.50568962097168,1,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,22.908708572387695 +1993,8,0,homicide,21-24 yrs,32,200797,22.50568962097168,1,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,15.936492919921875 +1993,8,0,other external,21-24 yrs,29,200797,22.50568962097168,1,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,14.4424467086792 +1993,8,0,internal,21-24 yrs,42,200797,22.50568962097168,1,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,20.91664695739746 +1994,8,0,MVA,15-17 yrs,43,150459,15.999661445617676,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,28.579214096069336 +1994,8,0,suicide,15-17 yrs,23,150459,15.999661445617676,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,15.286556243896484 +1994,8,0,homicide,15-17 yrs,15,150459,15.999661445617676,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,9.96949291229248 +1994,8,0,other external,15-17 yrs,16,150459,15.999661445617676,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,10.634126663208008 +1994,8,0,internal,15-17 yrs,30,150459,15.999661445617676,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,19.93898582458496 +1994,8,0,all,18-20 yrs,143,146316,19.004074096679688,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,97.733673095703125 +1994,8,0,MVA,18-20 yrs,60,146316,19.004074096679688,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,41.00713348388672 +1994,8,0,suicide,18-20 yrs,24,146316,19.004074096679688,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,16.402854919433594 +1994,8,0,homicide,18-20 yrs,18,146316,19.004074096679688,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,12.302140235900879 +1994,8,0,other external,18-20 yrs,16,146316,19.004074096679688,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,10.935235977172852 +1994,8,0,internal,18-20 yrs,25,146316,19.004074096679688,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,17.086305618286133 +1994,8,0,all,21-24 yrs,216,200604,22.541593551635742,1,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,107.67481994628906 +1994,8,0,MVA,21-24 yrs,61,200604,22.541593551635742,1,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,30.408166885375977 +1994,8,0,suicide,21-24 yrs,41,200604,22.541593551635742,1,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,20.438276290893555 +1994,8,0,homicide,21-24 yrs,31,200604,22.541593551635742,1,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,15.453330993652344 +1994,8,0,other external,21-24 yrs,29,200604,22.541593551635742,1,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,14.456341743469238 +1994,8,0,internal,21-24 yrs,54,200604,22.541593551635742,1,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,26.918704986572266 +1995,8,0,MVA,15-17 yrs,50,158133,15.986796379089355,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,31.618953704833984 +1995,8,0,suicide,15-17 yrs,14,158133,15.986796379089355,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,8.853306770324707 +1995,8,0,homicide,15-17 yrs,17,158133,15.986796379089355,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,10.750444412231445 +1995,8,0,other external,15-17 yrs,15,158133,15.986796379089355,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,9.485686302185059 +1995,8,0,internal,15-17 yrs,16,158133,15.986796379089355,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,10.118064880371094 +1995,8,0,all,18-20 yrs,163,153601,19.00050163269043,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,106.11910247802734 +1995,8,0,MVA,18-20 yrs,66,153601,19.00050163269043,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,42.96847152709961 +1995,8,0,suicide,18-20 yrs,34,153601,19.00050163269043,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,22.135272979736328 +1995,8,0,homicide,18-20 yrs,19,153601,19.00050163269043,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,12.369710922241211 +1995,8,0,other external,18-20 yrs,12,153601,19.00050163269043,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,7.812448978424072 +1995,8,0,internal,18-20 yrs,32,153601,19.00050163269043,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,20.83319854736328 +1995,8,0,all,21-24 yrs,219,197799,22.542449951171875,1,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,110.71846008300781 +1995,8,0,MVA,21-24 yrs,68,197799,22.542449951171875,1,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,34.378334045410156 +1995,8,0,suicide,21-24 yrs,49,197799,22.542449951171875,1,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,24.77262306213379 +1995,8,0,homicide,21-24 yrs,31,197799,22.542449951171875,1,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,15.672475814819336 +1995,8,0,other external,21-24 yrs,37,197799,22.542449951171875,1,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,18.70585823059082 +1995,8,0,internal,21-24 yrs,34,197799,22.542449951171875,1,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,17.189167022705078 +1996,8,0,MVA,15-17 yrs,48,165947,15.997746467590332,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,28.924898147583008 +1996,8,0,suicide,15-17 yrs,15,165947,15.997746467590332,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,9.039030075073242 +1996,8,0,homicide,15-17 yrs,10,165947,15.997746467590332,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,6.026020526885986 +1996,8,0,other external,15-17 yrs,8,165947,15.997746467590332,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,4.820816516876221 +1996,8,0,internal,15-17 yrs,16,165947,15.997746467590332,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,9.641633033752441 +1996,8,0,all,18-20 yrs,145,158885,18.996885299682617,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,91.26097869873047 +1996,8,0,MVA,18-20 yrs,49,158885,18.996885299682617,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,30.839916229248047 +1996,8,0,suicide,18-20 yrs,25,158885,18.996885299682617,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,15.734650611877441 +1996,8,0,homicide,18-20 yrs,19,158885,18.996885299682617,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,11.958334922790527 +1996,8,0,other external,18-20 yrs,30,158885,18.996885299682617,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,18.881580352783203 +1996,8,0,internal,18-20 yrs,22,158885,18.996885299682617,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,13.846492767333984 +1996,8,0,all,21-24 yrs,215,195362,22.498592376708984,1,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,110.05210876464844 +1996,8,0,MVA,21-24 yrs,67,195362,22.498592376708984,1,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,34.29530715942383 +1996,8,0,suicide,21-24 yrs,56,195362,22.498592376708984,1,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,28.664735794067383 +1996,8,0,homicide,21-24 yrs,30,195362,22.498592376708984,1,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,15.356107711791992 +1996,8,0,other external,21-24 yrs,33,195362,22.498592376708984,1,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,16.891719818115234 +1996,8,0,internal,21-24 yrs,29,195362,22.498592376708984,1,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,14.84423828125 +1970,9,0,MVA,15-17 yrs,45,167630,15.978243827819824,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,26.844837188720703 +1970,9,0,suicide,15-17 yrs,9,167630,15.978243827819824,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,5.368967533111572 +1970,9,0,homicide,15-17 yrs,6,167630,15.978243827819824,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,3.5793116092681885 +1970,9,0,other external,15-17 yrs,16,167630,15.978243827819824,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,9.544831275939941 +1970,9,0,internal,15-17 yrs,41,167630,15.978243827819824,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,24.458629608154297 +1970,9,0,all,18-20 yrs,135,142939,18.969987869262695,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,94.44588470458984 +1970,9,0,MVA,18-20 yrs,46,142939,18.969987869262695,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,32.18156051635742 +1970,9,0,suicide,18-20 yrs,10,142939,18.969987869262695,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,6.995991230010986 +1970,9,0,homicide,18-20 yrs,10,142939,18.969987869262695,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,6.995991230010986 +1970,9,0,other external,18-20 yrs,26,142939,18.969987869262695,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,18.189577102661133 +1970,9,0,internal,18-20 yrs,43,142939,18.969987869262695,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,30.082761764526367 +1970,9,0,all,21-24 yrs,185,183613,22.468660354614258,1,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,100.7553939819336 +1970,9,0,MVA,21-24 yrs,63,183613,22.468660354614258,1,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,34.31129455566406 +1970,9,0,suicide,21-24 yrs,18,183613,22.468660354614258,1,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,9.803227424621582 +1970,9,0,homicide,21-24 yrs,14,183613,22.468660354614258,1,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,7.624732494354248 +1970,9,0,other external,21-24 yrs,22,183613,22.468660354614258,1,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,11.981722831726074 +1970,9,0,internal,21-24 yrs,68,183613,22.468660354614258,1,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,37.03441619873047 +1971,9,0,MVA,15-17 yrs,43,172137,15.98206615447998,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,24.9801025390625 +1971,9,0,suicide,15-17 yrs,3,172137,15.98206615447998,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,1.7427978515625 +1971,9,0,homicide,15-17 yrs,5,172137,15.98206615447998,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,2.9046630859375 +1971,9,0,other external,15-17 yrs,27,172137,15.98206615447998,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,15.6851806640625 +1971,9,0,internal,15-17 yrs,42,172137,15.98206615447998,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,24.399169921875 +1971,9,0,all,18-20 yrs,150,150696,18.968360900878906,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,99.53813934326172 +1971,9,0,MVA,18-20 yrs,66,150696,18.968360900878906,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,43.796783447265625 +1971,9,0,suicide,18-20 yrs,8,150696,18.968360900878906,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,5.308701038360596 +1971,9,0,homicide,18-20 yrs,9,150696,18.968360900878906,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,5.972288608551025 +1971,9,0,other external,18-20 yrs,20,150696,18.968360900878906,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,13.27175235748291 +1971,9,0,internal,18-20 yrs,47,150696,18.968360900878906,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,31.188617706298828 +1971,9,0,all,21-24 yrs,212,193687,22.57193374633789,1,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,109.45494842529297 +1971,9,0,MVA,21-24 yrs,61,193687,22.57193374633789,1,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,31.494112014770508 +1971,9,0,suicide,21-24 yrs,26,193687,22.57193374633789,1,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,13.42371940612793 +1971,9,0,homicide,21-24 yrs,7,193687,22.57193374633789,1,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,3.6140782833099365 +1971,9,0,other external,21-24 yrs,29,193687,22.57193374633789,1,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,14.972610473632812 +1971,9,0,internal,21-24 yrs,89,193687,22.57193374633789,1,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,45.95042419433594 +1972,9,0.25205478072166443,MVA,15-17 yrs,32,175706,15.978896141052246,0,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,18.21224021911621 +1972,9,0.25205478072166443,suicide,15-17 yrs,2,175706,15.978896141052246,0,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,1.1382650136947632 +1972,9,0.25205478072166443,homicide,15-17 yrs,4,175706,15.978896141052246,0,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,2.2765300273895264 +1972,9,0.25205478072166443,other external,15-17 yrs,26,175706,15.978896141052246,0,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,14.797445297241211 +1972,9,0.25205478072166443,internal,15-17 yrs,48,175706,15.978896141052246,0,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,27.318361282348633 +1972,9,0.25205478072166443,all,18-20 yrs,112,156438,18.98273468017578,0.25205478072166443,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,71.59385681152344 +1972,9,0.25205478072166443,MVA,18-20 yrs,58,156438,18.98273468017578,0.25205478072166443,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,37.07538986206055 +1972,9,0.25205478072166443,suicide,18-20 yrs,4,156438,18.98273468017578,0.25205478072166443,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,2.5569236278533936 +1972,9,0.25205478072166443,homicide,18-20 yrs,2,156438,18.98273468017578,0.25205478072166443,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,1.2784618139266968 +1972,9,0.25205478072166443,other external,18-20 yrs,10,156438,18.98273468017578,0.25205478072166443,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,6.392308712005615 +1972,9,0.25205478072166443,internal,18-20 yrs,38,156438,18.98273468017578,0.25205478072166443,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,24.290773391723633 +1972,9,0.25205478072166443,all,21-24 yrs,198,189181,22.50897216796875,1,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,104.66167449951172 +1972,9,0.25205478072166443,MVA,21-24 yrs,78,189181,22.50897216796875,1,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,41.23035430908203 +1972,9,0.25205478072166443,suicide,21-24 yrs,20,189181,22.50897216796875,1,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,10.57188606262207 +1972,9,0.25205478072166443,homicide,21-24 yrs,12,189181,22.50897216796875,1,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,6.3431315422058105 +1972,9,0.25205478072166443,other external,21-24 yrs,18,189181,22.50897216796875,1,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,9.514698028564453 +1972,9,0.25205478072166443,internal,21-24 yrs,70,189181,22.50897216796875,1,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,37.00160217285156 +1973,9,1,MVA,15-17 yrs,57,179637,15.97916316986084,0,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,31.73065757751465 +1973,9,1,suicide,15-17 yrs,7,179637,15.97916316986084,0,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,3.896747350692749 +1973,9,1,homicide,15-17 yrs,7,179637,15.97916316986084,0,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,3.896747350692749 +1973,9,1,other external,15-17 yrs,20,179637,15.97916316986084,0,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,11.133563995361328 +1973,9,1,internal,15-17 yrs,30,179637,15.97916316986084,0,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,16.700345993041992 +1973,9,1,all,18-20 yrs,177,159831,18.986623764038086,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,110.74197387695312 +1973,9,1,MVA,18-20 yrs,102,159831,18.986623764038086,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,63.817405700683594 +1973,9,1,suicide,18-20 yrs,8,159831,18.986623764038086,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,5.005286693572998 +1973,9,1,homicide,18-20 yrs,6,159831,18.986623764038086,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,3.753965139389038 +1973,9,1,other external,18-20 yrs,24,159831,18.986623764038086,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,15.015860557556152 +1973,9,1,internal,18-20 yrs,37,159831,18.986623764038086,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,23.149452209472656 +1973,9,1,all,21-24 yrs,167,180988,22.4988956451416,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,92.27130889892578 +1973,9,1,MVA,21-24 yrs,64,180988,22.4988956451416,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,35.3614616394043 +1973,9,1,suicide,21-24 yrs,15,180988,22.4988956451416,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,8.287842750549316 +1973,9,1,homicide,21-24 yrs,12,180988,22.4988956451416,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,6.630273818969727 +1973,9,1,other external,21-24 yrs,22,180988,22.4988956451416,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,12.155502319335938 +1973,9,1,internal,21-24 yrs,54,180988,22.4988956451416,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,29.836233139038086 +1974,9,1,MVA,15-17 yrs,33,181767,15.992693901062012,0,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,18.15511131286621 +1974,9,1,suicide,15-17 yrs,8,181767,15.992693901062012,0,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,4.401238918304443 +1974,9,1,homicide,15-17 yrs,3,181767,15.992693901062012,0,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,1.650464653968811 +1974,9,1,other external,15-17 yrs,16,181767,15.992693901062012,0,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,8.802477836608887 +1974,9,1,internal,15-17 yrs,28,181767,15.992693901062012,0,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,15.404335975646973 +1974,9,1,all,18-20 yrs,139,162466,18.99127769470215,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,85.556365966796875 +1974,9,1,MVA,18-20 yrs,60,162466,18.99127769470215,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,36.93080520629883 +1974,9,1,suicide,18-20 yrs,15,162466,18.99127769470215,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,9.232701301574707 +1974,9,1,homicide,18-20 yrs,4,162466,18.99127769470215,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,2.4620535373687744 +1974,9,1,other external,18-20 yrs,22,162466,18.99127769470215,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,13.541295051574707 +1974,9,1,internal,18-20 yrs,38,162466,18.99127769470215,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,23.389509201049805 +1974,9,1,all,21-24 yrs,177,194401,22.460166931152344,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,91.04891204833984 +1974,9,1,MVA,21-24 yrs,57,194401,22.460166931152344,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,29.320837020874023 +1974,9,1,suicide,21-24 yrs,25,194401,22.460166931152344,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,12.860015869140625 +1974,9,1,homicide,21-24 yrs,17,194401,22.460166931152344,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,8.744811058044434 +1974,9,1,other external,21-24 yrs,31,194401,22.460166931152344,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,15.946419715881348 +1974,9,1,internal,21-24 yrs,47,194401,22.460166931152344,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,24.176830291748047 +1975,9,1,MVA,15-17 yrs,34,181276,16.006603240966797,0,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,18.755929946899414 +1975,9,1,suicide,15-17 yrs,6,181276,16.006603240966797,0,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,3.3098700046539307 +1975,9,1,homicide,15-17 yrs,6,181276,16.006603240966797,0,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,3.3098700046539307 +1975,9,1,other external,15-17 yrs,22,181276,16.006603240966797,0,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,12.136190414428711 +1975,9,1,internal,15-17 yrs,29,181276,16.006603240966797,0,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,15.997705459594727 +1975,9,1,all,18-20 yrs,172,166202,18.987262725830078,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,103.488525390625 +1975,9,1,MVA,18-20 yrs,65,166202,18.987262725830078,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,39.10903549194336 +1975,9,1,suicide,18-20 yrs,20,166202,18.987262725830078,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,12.033549308776855 +1975,9,1,homicide,18-20 yrs,7,166202,18.987262725830078,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,4.211742401123047 +1975,9,1,other external,18-20 yrs,22,166202,18.987262725830078,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,13.23690414428711 +1975,9,1,internal,18-20 yrs,58,166202,18.987262725830078,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,34.89729309082031 +1975,9,1,all,21-24 yrs,184,200226,22.46039390563965,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,91.89615631103516 +1975,9,1,MVA,21-24 yrs,51,200226,22.46039390563965,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,25.47121810913086 +1975,9,1,suicide,21-24 yrs,30,200226,22.46039390563965,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,14.98306941986084 +1975,9,1,homicide,21-24 yrs,20,200226,22.46039390563965,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,9.988712310791016 +1975,9,1,other external,21-24 yrs,20,200226,22.46039390563965,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,9.988712310791016 +1975,9,1,internal,21-24 yrs,63,200226,22.46039390563965,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,31.464445114135742 +1976,9,1,MVA,15-17 yrs,41,180792,15.998058319091797,0,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,22.677993774414062 +1976,9,1,suicide,15-17 yrs,6,180792,15.998058319091797,0,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,3.3187308311462402 +1976,9,1,homicide,15-17 yrs,4,180792,15.998058319091797,0,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,2.21248722076416 +1976,9,1,other external,15-17 yrs,12,180792,15.998058319091797,0,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,6.6374616622924805 +1976,9,1,internal,15-17 yrs,27,180792,15.998058319091797,0,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,14.93428897857666 +1976,9,1,all,18-20 yrs,143,168736,18.986825942993164,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,84.747772216796875 +1976,9,1,MVA,18-20 yrs,70,168736,18.986825942993164,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,41.48492431640625 +1976,9,1,suicide,18-20 yrs,14,168736,18.986825942993164,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,8.296984672546387 +1976,9,1,homicide,18-20 yrs,9,168736,18.986825942993164,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,5.333775997161865 +1976,9,1,other external,18-20 yrs,15,168736,18.986825942993164,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,8.889626502990723 +1976,9,1,internal,18-20 yrs,35,168736,18.986825942993164,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,20.742462158203125 +1976,9,1,all,21-24 yrs,177,205045,22.4705753326416,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,86.32251739501953 +1976,9,1,MVA,21-24 yrs,53,205045,22.4705753326416,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,25.847984313964844 +1976,9,1,suicide,21-24 yrs,30,205045,22.4705753326416,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,14.630934715270996 +1976,9,1,homicide,21-24 yrs,18,205045,22.4705753326416,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,8.778560638427734 +1976,9,1,other external,21-24 yrs,27,205045,22.4705753326416,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,13.167840957641602 +1976,9,1,internal,21-24 yrs,49,205045,22.4705753326416,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,23.897193908691406 +1977,9,1,MVA,15-17 yrs,40,179130,15.998604774475098,0,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,22.330150604248047 +1977,9,1,suicide,15-17 yrs,4,179130,15.998604774475098,0,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,2.2330150604248047 +1977,9,1,homicide,15-17 yrs,6,179130,15.998604774475098,0,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,3.349522590637207 +1977,9,1,other external,15-17 yrs,22,179130,15.998604774475098,0,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,12.281582832336426 +1977,9,1,internal,15-17 yrs,21,179130,15.998604774475098,0,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,11.723329544067383 +1977,9,1,all,18-20 yrs,154,170196,18.999723434448242,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,90.4839096069336 +1977,9,1,MVA,18-20 yrs,70,170196,18.999723434448242,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,41.129051208496094 +1977,9,1,suicide,18-20 yrs,14,170196,18.999723434448242,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,8.225810050964355 +1977,9,1,homicide,18-20 yrs,18,170196,18.999723434448242,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,10.576042175292969 +1977,9,1,other external,18-20 yrs,14,170196,18.999723434448242,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,8.225810050964355 +1977,9,1,internal,18-20 yrs,38,170196,18.999723434448242,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,22.327199935913086 +1977,9,1,all,21-24 yrs,207,208268,22.47745132446289,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,99.39116668701172 +1977,9,1,MVA,21-24 yrs,71,208268,22.47745132446289,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,34.09069061279297 +1977,9,1,suicide,21-24 yrs,30,208268,22.47745132446289,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,14.40451717376709 +1977,9,1,homicide,21-24 yrs,17,208268,22.47745132446289,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,8.162559509277344 +1977,9,1,other external,21-24 yrs,24,208268,22.47745132446289,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,11.523613929748535 +1977,9,1,internal,21-24 yrs,65,208268,22.47745132446289,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,31.209787368774414 +1978,9,1,MVA,15-17 yrs,50,178348,16.01217269897461,0,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,28.035078048706055 +1978,9,1,suicide,15-17 yrs,2,178348,16.01217269897461,0,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,1.1214030981063843 +1978,9,1,homicide,15-17 yrs,7,178348,16.01217269897461,0,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,3.9249107837677 +1978,9,1,other external,15-17 yrs,22,178348,16.01217269897461,0,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,12.335433959960938 +1978,9,1,internal,15-17 yrs,31,178348,16.01217269897461,0,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,17.38174819946289 +1978,9,1,all,18-20 yrs,177,168917,19.01266860961914,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,104.78518676757812 +1978,9,1,MVA,18-20 yrs,92,168917,19.01266860961914,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,54.46461868286133 +1978,9,1,suicide,18-20 yrs,21,168917,19.01266860961914,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,12.432141304016113 +1978,9,1,homicide,18-20 yrs,8,168917,19.01266860961914,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,4.736053943634033 +1978,9,1,other external,18-20 yrs,24,168917,19.01266860961914,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,14.208161354064941 +1978,9,1,internal,18-20 yrs,32,168917,19.01266860961914,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,18.944215774536133 +1978,9,1,all,21-24 yrs,233,212177,22.474363327026367,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,109.81397247314453 +1978,9,1,MVA,21-24 yrs,83,212177,22.474363327026367,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,39.118282318115234 +1978,9,1,suicide,21-24 yrs,37,212177,22.474363327026367,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,17.438270568847656 +1978,9,1,homicide,21-24 yrs,22,212177,22.474363327026367,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,10.368701934814453 +1978,9,1,other external,21-24 yrs,28,212177,22.474363327026367,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,13.196529388427734 +1978,9,1,internal,21-24 yrs,63,212177,22.474363327026367,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,29.692190170288086 +1979,9,1,MVA,15-17 yrs,61,176332,16.003204345703125,0,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,34.593833923339844 +1979,9,1,suicide,15-17 yrs,7,176332,16.003204345703125,0,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,3.9697842597961426 +1979,9,1,homicide,15-17 yrs,7,176332,16.003204345703125,0,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,3.9697842597961426 +1979,9,1,other external,15-17 yrs,13,176332,16.003204345703125,0,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,7.3724565505981445 +1979,9,1,internal,15-17 yrs,26,176332,16.003204345703125,0,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,14.744913101196289 +1979,9,1,all,18-20 yrs,207,168046,19.00368881225586,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,123.18055725097656 +1979,9,1,MVA,18-20 yrs,112,168046,19.00368881225586,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,66.6484146118164 +1979,9,1,suicide,18-20 yrs,22,168046,19.00368881225586,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,13.091653823852539 +1979,9,1,homicide,18-20 yrs,13,168046,19.00368881225586,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,7.7359771728515625 +1979,9,1,other external,18-20 yrs,30,168046,19.00368881225586,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,17.85225486755371 +1979,9,1,internal,18-20 yrs,30,168046,19.00368881225586,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,17.85225486755371 +1979,9,1,all,21-24 yrs,221,215616,22.47417640686035,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,102.49703216552734 +1979,9,1,MVA,21-24 yrs,87,215616,22.47417640686035,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,40.349510192871094 +1979,9,1,suicide,21-24 yrs,22,215616,22.47417640686035,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,10.203324317932129 +1979,9,1,homicide,21-24 yrs,13,215616,22.47417640686035,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,6.029237270355225 +1979,9,1,other external,21-24 yrs,28,215616,22.47417640686035,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,12.98604965209961 +1979,9,1,internal,21-24 yrs,71,215616,22.47417640686035,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,32.92890930175781 +1980,9,1,MVA,15-17 yrs,47,175116,16.008176803588867,0,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,26.839351654052734 +1980,9,1,suicide,15-17 yrs,4,175116,16.008176803588867,0,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,2.2842001914978027 +1980,9,1,homicide,15-17 yrs,5,175116,16.008176803588867,0,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,2.855250120162964 +1980,9,1,other external,15-17 yrs,31,175116,16.008176803588867,0,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,17.702550888061523 +1980,9,1,internal,15-17 yrs,32,175116,16.008176803588867,0,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,18.273601531982422 +1980,9,1,all,18-20 yrs,189,169024,18.994598388671875,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,111.81844329833984 +1980,9,1,MVA,18-20 yrs,97,169024,18.994598388671875,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,57.38829803466797 +1980,9,1,suicide,18-20 yrs,16,169024,18.994598388671875,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,9.466111183166504 +1980,9,1,homicide,18-20 yrs,9,169024,18.994598388671875,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,5.324687480926514 +1980,9,1,other external,18-20 yrs,24,169024,18.994598388671875,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,14.199167251586914 +1980,9,1,internal,18-20 yrs,43,169024,18.994598388671875,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,25.440174102783203 +1980,9,1,all,21-24 yrs,259,217877,22.4855899810791,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,118.8744125366211 +1980,9,1,MVA,21-24 yrs,101,217877,22.4855899810791,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,46.35643005371094 +1980,9,1,suicide,21-24 yrs,27,217877,22.4855899810791,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,12.392313003540039 +1980,9,1,homicide,21-24 yrs,23,217877,22.4855899810791,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,10.556414604187012 +1980,9,1,other external,21-24 yrs,40,217877,22.4855899810791,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,18.35898208618164 +1980,9,1,internal,21-24 yrs,68,217877,22.4855899810791,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,31.210269927978516 +1981,9,1,MVA,15-17 yrs,39,170696,16.02732276916504,0,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,22.84763526916504 +1981,9,1,suicide,15-17 yrs,9,170696,16.02732276916504,0,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,5.272531509399414 +1981,9,1,homicide,15-17 yrs,14,170696,16.02732276916504,0,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,8.201715469360352 +1981,9,1,other external,15-17 yrs,11,170696,16.02732276916504,0,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,6.444204807281494 +1981,9,1,internal,15-17 yrs,25,170696,16.02732276916504,0,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,14.645919799804688 +1981,9,1,all,18-20 yrs,170,172858,18.99656867980957,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,98.34661865234375 +1981,9,1,MVA,18-20 yrs,87,172858,18.99656867980957,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,50.33032989501953 +1981,9,1,suicide,18-20 yrs,19,172858,18.99656867980957,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,10.991681098937988 +1981,9,1,homicide,18-20 yrs,9,172858,18.99656867980957,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,5.206585884094238 +1981,9,1,other external,18-20 yrs,20,172858,18.99656867980957,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,11.5701904296875 +1981,9,1,internal,18-20 yrs,35,172858,18.99656867980957,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,20.247833251953125 +1981,9,1,all,21-24 yrs,215,219007,22.506946563720703,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,98.170379638671875 +1981,9,1,MVA,21-24 yrs,85,219007,22.506946563720703,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,38.811546325683594 +1981,9,1,suicide,21-24 yrs,24,219007,22.506946563720703,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,10.9585542678833 +1981,9,1,homicide,21-24 yrs,16,219007,22.506946563720703,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,7.3057026863098145 +1981,9,1,other external,21-24 yrs,27,219007,22.506946563720703,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,12.328372955322266 +1981,9,1,internal,21-24 yrs,63,219007,22.506946563720703,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,28.766202926635742 +1982,9,0.8333890438079834,MVA,15-17 yrs,32,163058,16.036270141601562,0,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,19.62491798400879 +1982,9,0.8333890438079834,suicide,15-17 yrs,4,163058,16.036270141601562,0,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,2.4531147480010986 +1982,9,0.8333890438079834,homicide,15-17 yrs,7,163058,16.036270141601562,0,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,4.2929511070251465 +1982,9,0.8333890438079834,other external,15-17 yrs,26,163058,16.036270141601562,0,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,15.945246696472168 +1982,9,0.8333890438079834,internal,15-17 yrs,28,163058,16.036270141601562,0,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,17.171804428100586 +1982,9,0.8333890438079834,all,18-20 yrs,171,174684,18.997888565063477,0.8333890438079834,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,97.89105224609375 +1982,9,0.8333890438079834,MVA,18-20 yrs,67,174684,18.997888565063477,0.8333890438079834,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,38.35497283935547 +1982,9,0.8333890438079834,suicide,18-20 yrs,14,174684,18.997888565063477,0.8333890438079834,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,8.014472007751465 +1982,9,0.8333890438079834,homicide,18-20 yrs,14,174684,18.997888565063477,0.8333890438079834,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,8.014472007751465 +1982,9,0.8333890438079834,other external,18-20 yrs,28,174684,18.997888565063477,0.8333890438079834,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,16.02894401550293 +1982,9,0.8333890438079834,internal,18-20 yrs,48,174684,18.997888565063477,0.8333890438079834,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,27.47818946838379 +1982,9,0.8333890438079834,all,21-24 yrs,239,218969,22.500322341918945,1,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,109.14787292480469 +1982,9,0.8333890438079834,MVA,21-24 yrs,83,218969,22.500322341918945,1,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,37.9049072265625 +1982,9,0.8333890438079834,suicide,21-24 yrs,22,218969,22.500322341918945,1,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,10.047083854675293 +1982,9,0.8333890438079834,homicide,21-24 yrs,24,218969,22.500322341918945,1,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,10.960455894470215 +1982,9,0.8333890438079834,other external,21-24 yrs,43,218969,22.500322341918945,1,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,19.637483596801758 +1982,9,0.8333890438079834,internal,21-24 yrs,67,218969,22.500322341918945,1,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,30.597938537597656 +1983,9,0.6795986294746399,MVA,15-17 yrs,27,156222,16.033912658691406,0,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,17.283096313476562 +1983,9,0.6795986294746399,suicide,15-17 yrs,9,156222,16.033912658691406,0,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,5.761032581329346 +1983,9,0.6795986294746399,homicide,15-17 yrs,6,156222,16.033912658691406,0,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,3.8406882286071777 +1983,9,0.6795986294746399,other external,15-17 yrs,12,156222,16.033912658691406,0,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,7.6813764572143555 +1983,9,0.6795986294746399,internal,15-17 yrs,31,156222,16.033912658691406,0,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,19.843555450439453 +1983,9,0.6795986294746399,all,18-20 yrs,135,175302,19.01601791381836,0.6795986294746399,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,77.00995635986328 +1983,9,0.6795986294746399,MVA,18-20 yrs,51,175302,19.01601791381836,0.6795986294746399,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,29.0926513671875 +1983,9,0.6795986294746399,suicide,18-20 yrs,23,175302,19.01601791381836,0.6795986294746399,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,13.12021541595459 +1983,9,0.6795986294746399,homicide,18-20 yrs,17,175302,19.01601791381836,0.6795986294746399,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,9.697550773620605 +1983,9,0.6795986294746399,other external,18-20 yrs,20,175302,19.01601791381836,0.6795986294746399,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,11.408883094787598 +1983,9,0.6795986294746399,internal,18-20 yrs,24,175302,19.01601791381836,0.6795986294746399,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,13.690659523010254 +1983,9,0.6795986294746399,all,21-24 yrs,211,220263,22.488847732543945,1,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,95.79457092285156 +1983,9,0.6795986294746399,MVA,21-24 yrs,79,220263,22.488847732543945,1,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,35.866214752197266 +1983,9,0.6795986294746399,suicide,21-24 yrs,18,220263,22.488847732543945,1,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,8.172048568725586 +1983,9,0.6795986294746399,homicide,21-24 yrs,23,220263,22.488847732543945,1,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,10.442062377929688 +1983,9,0.6795986294746399,other external,21-24 yrs,40,220263,22.488847732543945,1,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,18.16010856628418 +1983,9,0.6795986294746399,internal,21-24 yrs,51,220263,22.488847732543945,1,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,23.154138565063477 +1984,9,0.6682621240615845,MVA,15-17 yrs,28,151833,16.018335342407227,0,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,18.441314697265625 +1984,9,0.6682621240615845,suicide,15-17 yrs,6,151833,16.018335342407227,0,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,3.9517099857330322 +1984,9,0.6682621240615845,homicide,15-17 yrs,6,151833,16.018335342407227,0,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,3.9517099857330322 +1984,9,0.6682621240615845,other external,15-17 yrs,3,151833,16.018335342407227,0,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,1.9758549928665161 +1984,9,0.6682621240615845,internal,15-17 yrs,28,151833,16.018335342407227,0,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,18.441314697265625 +1984,9,0.6682621240615845,all,18-20 yrs,133,171503,19.033620834350586,0.6682621240615845,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,77.54966735839844 +1984,9,0.6682621240615845,MVA,18-20 yrs,62,171503,19.033620834350586,0.6682621240615845,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,36.150970458984375 +1984,9,0.6682621240615845,suicide,18-20 yrs,12,171503,19.033620834350586,0.6682621240615845,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,6.996962070465088 +1984,9,0.6682621240615845,homicide,18-20 yrs,12,171503,19.033620834350586,0.6682621240615845,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,6.996962070465088 +1984,9,0.6682621240615845,other external,18-20 yrs,14,171503,19.033620834350586,0.6682621240615845,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,8.163122177124023 +1984,9,0.6682621240615845,internal,18-20 yrs,33,171503,19.033620834350586,0.6682621240615845,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,19.24164581298828 +1984,9,0.6682621240615845,all,21-24 yrs,220,222416,22.471988677978516,1,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,98.91374969482422 +1984,9,0.6682621240615845,MVA,21-24 yrs,73,222416,22.471988677978516,1,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,32.821380615234375 +1984,9,0.6682621240615845,suicide,21-24 yrs,23,222416,22.471988677978516,1,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,10.340982437133789 +1984,9,0.6682621240615845,homicide,21-24 yrs,31,222416,22.471988677978516,1,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,13.937846183776855 +1984,9,0.6682621240615845,other external,21-24 yrs,24,222416,22.471988677978516,1,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,10.790590286254883 +1984,9,0.6682621240615845,internal,21-24 yrs,69,222416,22.471988677978516,1,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,31.022947311401367 +1985,9,0.4061198830604553,MVA,15-17 yrs,35,150692,16.004772186279297,0,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,23.22618293762207 +1985,9,0.4061198830604553,suicide,15-17 yrs,3,150692,16.004772186279297,0,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,1.9908157587051392 +1985,9,0.4061198830604553,homicide,15-17 yrs,7,150692,16.004772186279297,0,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,4.645236492156982 +1985,9,0.4061198830604553,other external,15-17 yrs,4,150692,16.004772186279297,0,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,2.654420852661133 +1985,9,0.4061198830604553,internal,15-17 yrs,27,150692,16.004772186279297,0,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,17.917341232299805 +1985,9,0.4061198830604553,all,18-20 yrs,140,164574,19.04013442993164,0.4061198830604553,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,85.068115234375 +1985,9,0.4061198830604553,MVA,18-20 yrs,57,164574,19.04013442993164,0.4061198830604553,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,34.6348762512207 +1985,9,0.4061198830604553,suicide,18-20 yrs,14,164574,19.04013442993164,0.4061198830604553,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,8.506811141967773 +1985,9,0.4061198830604553,homicide,18-20 yrs,17,164574,19.04013442993164,0.4061198830604553,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,10.329699516296387 +1985,9,0.4061198830604553,other external,18-20 yrs,18,164574,19.04013442993164,0.4061198830604553,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,10.937329292297363 +1985,9,0.4061198830604553,internal,18-20 yrs,34,164574,19.04013442993164,0.4061198830604553,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,20.659399032592773 +1985,9,0.4061198830604553,all,21-24 yrs,187,226085,22.47833824157715,1,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,82.7122573852539 +1985,9,0.4061198830604553,MVA,21-24 yrs,61,226085,22.47833824157715,1,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,26.981002807617188 +1985,9,0.4061198830604553,suicide,21-24 yrs,27,226085,22.47833824157715,1,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,11.942411422729492 +1985,9,0.4061198830604553,homicide,21-24 yrs,21,226085,22.47833824157715,1,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,9.288541793823242 +1985,9,0.4061198830604553,other external,21-24 yrs,17,226085,22.47833824157715,1,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,7.519295692443848 +1985,9,0.4061198830604553,internal,21-24 yrs,61,226085,22.47833824157715,1,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,26.981002807617188 +1986,9,0.07784590870141983,MVA,15-17 yrs,38,150544,16.012720108032227,0,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,25.241788864135742 +1986,9,0.07784590870141983,suicide,15-17 yrs,8,150544,16.012720108032227,0,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,5.314061164855957 +1986,9,0.07784590870141983,homicide,15-17 yrs,9,150544,16.012720108032227,0,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,5.978318691253662 +1986,9,0.07784590870141983,other external,15-17 yrs,12,150544,16.012720108032227,0,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,7.971091270446777 +1986,9,0.07784590870141983,internal,15-17 yrs,24,150544,16.012720108032227,0,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,15.942182540893555 +1986,9,0.07784590870141983,all,18-20 yrs,115,157600,19.037822723388672,0.07784590870141983,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,72.96954345703125 +1986,9,0.07784590870141983,MVA,18-20 yrs,53,157600,19.037822723388672,0.07784590870141983,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,33.62944030761719 +1986,9,0.07784590870141983,suicide,18-20 yrs,14,157600,19.037822723388672,0.07784590870141983,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,8.883248329162598 +1986,9,0.07784590870141983,homicide,18-20 yrs,6,157600,19.037822723388672,0.07784590870141983,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,3.8071064949035645 +1986,9,0.07784590870141983,other external,18-20 yrs,12,157600,19.037822723388672,0.07784590870141983,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,7.614212989807129 +1986,9,0.07784590870141983,internal,18-20 yrs,30,157600,19.037822723388672,0.07784590870141983,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,19.035533905029297 +1986,9,0.07784590870141983,all,21-24 yrs,210,227032,22.494035720825195,1,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,92.49797058105469 +1986,9,0.07784590870141983,MVA,21-24 yrs,59,227032,22.494035720825195,1,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,25.987525939941406 +1986,9,0.07784590870141983,suicide,21-24 yrs,35,227032,22.494035720825195,1,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,15.416329383850098 +1986,9,0.07784590870141983,homicide,21-24 yrs,23,227032,22.494035720825195,1,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,10.130730628967285 +1986,9,0.07784590870141983,other external,21-24 yrs,19,227032,22.494035720825195,1,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,8.368864059448242 +1986,9,0.07784590870141983,internal,21-24 yrs,74,227032,22.494035720825195,1,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,32.59452438354492 +1987,9,0,MVA,15-17 yrs,34,144450,16.056407928466797,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,23.537555694580078 +1987,9,0,suicide,15-17 yrs,4,144450,16.056407928466797,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,2.7691242694854736 +1987,9,0,homicide,15-17 yrs,11,144450,16.056407928466797,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,7.615091800689697 +1987,9,0,other external,15-17 yrs,5,144450,16.056407928466797,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,3.4614052772521973 +1987,9,0,internal,15-17 yrs,11,144450,16.056407928466797,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,7.615091800689697 +1987,9,0,all,18-20 yrs,116,153498,19.020326614379883,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,75.571014404296875 +1987,9,0,MVA,18-20 yrs,42,153498,19.020326614379883,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,27.361919403076172 +1987,9,0,suicide,18-20 yrs,12,153498,19.020326614379883,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,7.817691326141357 +1987,9,0,homicide,18-20 yrs,14,153498,19.020326614379883,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,9.12063980102539 +1987,9,0,other external,18-20 yrs,11,153498,19.020326614379883,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,7.16621732711792 +1987,9,0,internal,18-20 yrs,37,153498,19.020326614379883,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,24.104549407958984 +1987,9,0,all,21-24 yrs,193,224495,22.522844314575195,1,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,85.970733642578125 +1987,9,0,MVA,21-24 yrs,68,224495,22.522844314575195,1,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,30.290206909179688 +1987,9,0,suicide,21-24 yrs,25,224495,22.522844314575195,1,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,11.13610553741455 +1987,9,0,homicide,21-24 yrs,20,224495,22.522844314575195,1,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,8.908884048461914 +1987,9,0,other external,21-24 yrs,25,224495,22.522844314575195,1,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,11.13610553741455 +1987,9,0,internal,21-24 yrs,55,224495,22.522844314575195,1,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,24.499431610107422 +1988,9,0,MVA,15-17 yrs,34,134381,16.081470489501953,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,25.30119514465332 +1988,9,0,suicide,15-17 yrs,6,134381,16.081470489501953,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,4.464916706085205 +1988,9,0,homicide,15-17 yrs,9,134381,16.081470489501953,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,6.697375297546387 +1988,9,0,other external,15-17 yrs,14,134381,16.081470489501953,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,10.418139457702637 +1988,9,0,internal,15-17 yrs,23,134381,16.081470489501953,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,17.115514755249023 +1988,9,0,all,18-20 yrs,129,152702,19.006332397460938,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,84.47826385498047 +1988,9,0,MVA,18-20 yrs,55,152702,19.006332397460938,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,36.01786422729492 +1988,9,0,suicide,18-20 yrs,17,152702,19.006332397460938,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,11.132794380187988 +1988,9,0,homicide,18-20 yrs,21,152702,19.006332397460938,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,13.752275466918945 +1988,9,0,other external,18-20 yrs,10,152702,19.006332397460938,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,6.548702716827393 +1988,9,0,internal,18-20 yrs,26,152702,19.006332397460938,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,17.026626586914062 +1988,9,0,all,21-24 yrs,213,218435,22.543804168701172,1,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,97.51184844970703 +1988,9,0,MVA,21-24 yrs,71,218435,22.543804168701172,1,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,32.50394821166992 +1988,9,0,suicide,21-24 yrs,38,218435,22.543804168701172,1,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,17.3964786529541 +1988,9,0,homicide,21-24 yrs,33,218435,22.543804168701172,1,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,15.107468605041504 +1988,9,0,other external,21-24 yrs,12,218435,22.543804168701172,1,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,5.493625164031982 +1988,9,0,internal,21-24 yrs,59,218435,22.543804168701172,1,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,27.01032257080078 +1989,9,0,MVA,15-17 yrs,32,123012,16.05392074584961,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,26.013721466064453 +1989,9,0,suicide,15-17 yrs,5,123012,16.05392074584961,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,4.0646443367004395 +1989,9,0,homicide,15-17 yrs,13,123012,16.05392074584961,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,10.568074226379395 +1989,9,0,other external,15-17 yrs,9,123012,16.05392074584961,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,7.316359519958496 +1989,9,0,internal,15-17 yrs,26,123012,16.05392074584961,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,21.13614845275879 +1989,9,0,all,18-20 yrs,127,151673,19.015012741088867,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,83.7327651977539 +1989,9,0,MVA,18-20 yrs,49,151673,19.015012741088867,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,32.30634307861328 +1989,9,0,suicide,18-20 yrs,18,151673,19.015012741088867,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,11.867636680603027 +1989,9,0,homicide,18-20 yrs,15,151673,19.015012741088867,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,9.889697074890137 +1989,9,0,other external,18-20 yrs,13,151673,19.015012741088867,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,8.571070671081543 +1989,9,0,internal,18-20 yrs,32,151673,19.015012741088867,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,21.098020553588867 +1989,9,0,all,21-24 yrs,191,208716,22.54616355895996,1,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,91.51190948486328 +1989,9,0,MVA,21-24 yrs,60,208716,22.54616355895996,1,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,28.747196197509766 +1989,9,0,suicide,21-24 yrs,25,208716,22.54616355895996,1,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,11.977998733520508 +1989,9,0,homicide,21-24 yrs,30,208716,22.54616355895996,1,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,14.373598098754883 +1989,9,0,other external,21-24 yrs,17,208716,22.54616355895996,1,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,8.145039558410645 +1989,9,0,internal,21-24 yrs,59,208716,22.54616355895996,1,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,28.268077850341797 +1990,9,0,MVA,15-17 yrs,28,117329,16.020992279052734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,23.864517211914062 +1990,9,0,suicide,15-17 yrs,8,117329,16.020992279052734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,6.81843376159668 +1990,9,0,homicide,15-17 yrs,19,117329,16.020992279052734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,16.19377899169922 +1990,9,0,other external,15-17 yrs,9,117329,16.020992279052734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,7.6707377433776855 +1990,9,0,internal,15-17 yrs,15,117329,16.020992279052734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,12.784563064575195 +1990,9,0,all,18-20 yrs,94,145262,19.057613372802734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,64.710662841796875 +1990,9,0,MVA,18-20 yrs,36,145262,19.057613372802734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,24.782806396484375 +1990,9,0,suicide,18-20 yrs,14,145262,19.057613372802734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,9.637758255004883 +1990,9,0,homicide,18-20 yrs,18,145262,19.057613372802734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,12.391403198242188 +1990,9,0,other external,18-20 yrs,8,145262,19.057613372802734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,5.507290363311768 +1990,9,0,internal,18-20 yrs,18,145262,19.057613372802734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,12.391403198242188 +1990,9,0,all,21-24 yrs,176,199905,22.526460647583008,1,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,88.04181671142578 +1990,9,0,MVA,21-24 yrs,58,199905,22.526460647583008,1,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,29.01378059387207 +1990,9,0,suicide,21-24 yrs,22,199905,22.526460647583008,1,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,11.005227088928223 +1990,9,0,homicide,21-24 yrs,28,199905,22.526460647583008,1,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,14.00665283203125 +1990,9,0,other external,21-24 yrs,18,199905,22.526460647583008,1,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,9.004277229309082 +1990,9,0,internal,21-24 yrs,50,199905,22.526460647583008,1,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,25.01188087463379 +1991,9,0,MVA,15-17 yrs,18,115109,16.012422561645508,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,15.637351989746094 +1991,9,0,suicide,15-17 yrs,8,115109,16.012422561645508,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,6.949934482574463 +1991,9,0,homicide,15-17 yrs,17,115109,16.012422561645508,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,14.768610954284668 +1991,9,0,other external,15-17 yrs,7,115109,16.012422561645508,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,6.081192493438721 +1991,9,0,internal,15-17 yrs,12,115109,16.012422561645508,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,10.424901962280273 +1991,9,0,all,18-20 yrs,109,133955,19.072568893432617,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,81.37061309814453 +1991,9,0,MVA,18-20 yrs,38,133955,19.072568893432617,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,28.367734909057617 +1991,9,0,suicide,18-20 yrs,18,133955,19.072568893432617,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,13.437348365783691 +1991,9,0,homicide,18-20 yrs,23,133955,19.072568893432617,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,17.169944763183594 +1991,9,0,other external,18-20 yrs,6,133955,19.072568893432617,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,4.479115962982178 +1991,9,0,internal,18-20 yrs,24,133955,19.072568893432617,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,17.91646385192871 +1991,9,0,all,21-24 yrs,183,193232,22.49936294555664,1,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,94.7048110961914 +1991,9,0,MVA,21-24 yrs,52,193232,22.49936294555664,1,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,26.910655975341797 +1991,9,0,suicide,21-24 yrs,32,193232,22.49936294555664,1,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,16.56040382385254 +1991,9,0,homicide,21-24 yrs,33,193232,22.49936294555664,1,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,17.077917098999023 +1991,9,0,other external,21-24 yrs,13,193232,22.49936294555664,1,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,6.727663993835449 +1991,9,0,internal,21-24 yrs,53,193232,22.49936294555664,1,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,27.42816925048828 +1992,9,0,MVA,15-17 yrs,16,115209,16.000537872314453,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,13.88780403137207 +1992,9,0,suicide,15-17 yrs,6,115209,16.000537872314453,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,5.207926273345947 +1992,9,0,homicide,15-17 yrs,17,115209,16.000537872314453,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,14.755791664123535 +1992,9,0,other external,15-17 yrs,7,115209,16.000537872314453,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,6.07591438293457 +1992,9,0,internal,15-17 yrs,19,115209,16.000537872314453,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,16.49176788330078 +1992,9,0,all,18-20 yrs,80,122350,19.049455642700195,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,65.38618469238281 +1992,9,0,MVA,18-20 yrs,31,122350,19.049455642700195,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,25.337146759033203 +1992,9,0,suicide,18-20 yrs,5,122350,19.049455642700195,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,4.086636543273926 +1992,9,0,homicide,18-20 yrs,21,122350,19.049455642700195,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,17.16387367248535 +1992,9,0,other external,18-20 yrs,9,122350,19.049455642700195,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,7.355946063995361 +1992,9,0,internal,18-20 yrs,14,122350,19.049455642700195,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,11.442583084106445 +1992,9,0,all,21-24 yrs,159,186704,22.493000030517578,1,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,85.16153717041016 +1992,9,0,MVA,21-24 yrs,41,186704,22.493000030517578,1,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,21.95989418029785 +1992,9,0,suicide,21-24 yrs,29,186704,22.493000030517578,1,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,15.532608032226562 +1992,9,0,homicide,21-24 yrs,30,186704,22.493000030517578,1,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,16.068214416503906 +1992,9,0,other external,21-24 yrs,17,186704,22.493000030517578,1,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,9.105321884155273 +1992,9,0,internal,21-24 yrs,42,186704,22.493000030517578,1,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,22.495500564575195 +1993,9,0,MVA,15-17 yrs,25,115598,15.987239837646484,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,21.626670837402344 +1993,9,0,suicide,15-17 yrs,6,115598,15.987239837646484,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,5.190401077270508 +1993,9,0,homicide,15-17 yrs,12,115598,15.987239837646484,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,10.380802154541016 +1993,9,0,other external,15-17 yrs,7,115598,15.987239837646484,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,6.0554680824279785 +1993,9,0,internal,15-17 yrs,19,115598,15.987239837646484,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,16.436269760131836 +1993,9,0,all,18-20 yrs,101,116797,19.02175521850586,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,86.474822998046875 +1993,9,0,MVA,18-20 yrs,29,116797,19.02175521850586,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,24.829404830932617 +1993,9,0,suicide,18-20 yrs,11,116797,19.02175521850586,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,9.418049812316895 +1993,9,0,homicide,18-20 yrs,28,116797,19.02175521850586,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,23.97321891784668 +1993,9,0,other external,18-20 yrs,7,116797,19.02175521850586,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,5.99330472946167 +1993,9,0,internal,18-20 yrs,26,116797,19.02175521850586,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,22.260845184326172 +1993,9,0,all,21-24 yrs,168,178787,22.537416458129883,1,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,93.96656036376953 +1993,9,0,MVA,21-24 yrs,38,178787,22.537416458129883,1,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,21.25434112548828 +1993,9,0,suicide,21-24 yrs,24,178787,22.537416458129883,1,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,13.423794746398926 +1993,9,0,homicide,21-24 yrs,39,178787,22.537416458129883,1,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,21.81366729736328 +1993,9,0,other external,21-24 yrs,14,178787,22.537416458129883,1,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,7.830546855926514 +1993,9,0,internal,21-24 yrs,53,178787,22.537416458129883,1,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,29.64421272277832 +1994,9,0,MVA,15-17 yrs,20,118012,15.984755516052246,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,16.947429656982422 +1994,9,0,suicide,15-17 yrs,12,118012,15.984755516052246,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,10.16845703125 +1994,9,0,homicide,15-17 yrs,18,118012,15.984755516052246,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,15.252686500549316 +1994,9,0,other external,15-17 yrs,4,118012,15.984755516052246,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,3.3894858360290527 +1994,9,0,internal,15-17 yrs,23,118012,15.984755516052246,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,19.489543914794922 +1994,9,0,all,18-20 yrs,91,113533,19.016990661621094,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,80.15290832519531 +1994,9,0,MVA,18-20 yrs,22,113533,19.016990661621094,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,19.377626419067383 +1994,9,0,suicide,18-20 yrs,9,113533,19.016990661621094,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,7.927210807800293 +1994,9,0,homicide,18-20 yrs,34,113533,19.016990661621094,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,29.947240829467773 +1994,9,0,other external,18-20 yrs,16,113533,19.016990661621094,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,14.092819213867188 +1994,9,0,internal,18-20 yrs,10,113533,19.016990661621094,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,8.808012008666992 +1994,9,0,all,21-24 yrs,157,168676,22.57719612121582,1,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,93.077850341796875 +1994,9,0,MVA,21-24 yrs,36,168676,22.57719612121582,1,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,21.342693328857422 +1994,9,0,suicide,21-24 yrs,24,168676,22.57719612121582,1,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,14.228461265563965 +1994,9,0,homicide,21-24 yrs,34,168676,22.57719612121582,1,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,20.1569881439209 +1994,9,0,other external,21-24 yrs,11,168676,22.57719612121582,1,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,6.521378040313721 +1994,9,0,internal,21-24 yrs,52,168676,22.57719612121582,1,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,30.828332901000977 +1995,9,0,MVA,15-17 yrs,16,120270,15.973185539245605,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,13.303400993347168 +1995,9,0,suicide,15-17 yrs,4,120270,15.973185539245605,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,3.325850248336792 +1995,9,0,homicide,15-17 yrs,15,120270,15.973185539245605,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,12.471938133239746 +1995,9,0,other external,15-17 yrs,10,120270,15.973185539245605,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,8.31462574005127 +1995,9,0,internal,15-17 yrs,15,120270,15.973185539245605,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,12.471938133239746 +1995,9,0,all,18-20 yrs,91,113146,19.00839614868164,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,80.42705535888672 +1995,9,0,MVA,18-20 yrs,27,113146,19.00839614868164,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,23.862974166870117 +1995,9,0,suicide,18-20 yrs,16,113146,19.00839614868164,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,14.141021728515625 +1995,9,0,homicide,18-20 yrs,17,113146,19.00839614868164,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,15.024835586547852 +1995,9,0,other external,18-20 yrs,7,113146,19.00839614868164,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,6.186697006225586 +1995,9,0,internal,18-20 yrs,24,113146,19.00839614868164,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,21.211532592773438 +1995,9,0,all,21-24 yrs,137,157328,22.578269958496094,1,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,87.0792236328125 +1995,9,0,MVA,21-24 yrs,36,157328,22.578269958496094,1,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,22.882131576538086 +1995,9,0,suicide,21-24 yrs,18,157328,22.578269958496094,1,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,11.441065788269043 +1995,9,0,homicide,21-24 yrs,27,157328,22.578269958496094,1,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,17.161598205566406 +1995,9,0,other external,21-24 yrs,21,157328,22.578269958496094,1,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,13.347909927368164 +1995,9,0,internal,21-24 yrs,35,157328,22.578269958496094,1,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,22.246517181396484 +1996,9,0,MVA,15-17 yrs,16,121893,15.988908767700195,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,13.126266479492188 +1996,9,0,suicide,15-17 yrs,2,121893,15.988908767700195,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,1.6407833099365234 +1996,9,0,homicide,15-17 yrs,13,121893,15.988908767700195,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,10.665091514587402 +1996,9,0,other external,15-17 yrs,5,121893,15.988908767700195,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,4.101958274841309 +1996,9,0,internal,15-17 yrs,21,121893,15.988908767700195,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,17.228225708007812 +1996,9,0,all,18-20 yrs,79,113034,18.999319076538086,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,69.890472412109375 +1996,9,0,MVA,18-20 yrs,23,113034,18.999319076538086,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,20.34786033630371 +1996,9,0,suicide,18-20 yrs,14,113034,18.999319076538086,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,12.385653495788574 +1996,9,0,homicide,18-20 yrs,17,113034,18.999319076538086,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,15.039722442626953 +1996,9,0,other external,18-20 yrs,8,113034,18.999319076538086,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,7.077516555786133 +1996,9,0,internal,18-20 yrs,17,113034,18.999319076538086,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,15.039722442626953 +1996,9,0,all,21-24 yrs,130,148546,22.531835556030273,1,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,87.51497650146484 +1996,9,0,MVA,21-24 yrs,33,148546,22.531835556030273,1,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,22.215341567993164 +1996,9,0,suicide,21-24 yrs,23,148546,22.531835556030273,1,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,15.483419418334961 +1996,9,0,homicide,21-24 yrs,26,148546,22.531835556030273,1,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,17.50299644470215 +1996,9,0,other external,21-24 yrs,14,148546,22.531835556030273,1,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,9.424690246582031 +1996,9,0,internal,21-24 yrs,34,148546,22.531835556030273,1,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,22.888532638549805 +1970,10,0,MVA,15-17 yrs,7,31730,15.97226619720459,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,22.061140060424805 +1970,10,0,suicide,15-17 yrs,1,31730,15.97226619720459,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,3.1515915393829346 +1970,10,0,homicide,15-17 yrs,3,31730,15.97226619720459,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,9.454774856567383 +1970,10,0,other external,15-17 yrs,5,31730,15.97226619720459,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,15.757957458496094 +1970,10,0,internal,15-17 yrs,4,31730,15.97226619720459,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,12.606366157531738 +1970,10,0,all,18-20 yrs,36,28478,18.9528751373291,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,126.41336822509766 +1970,10,0,MVA,18-20 yrs,14,28478,18.9528751373291,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,49.1607551574707 +1970,10,0,suicide,18-20 yrs,3,28478,18.9528751373291,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,10.53444766998291 +1970,10,0,homicide,18-20 yrs,3,28478,18.9528751373291,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,10.53444766998291 +1970,10,0,other external,18-20 yrs,5,28478,18.9528751373291,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,17.55741310119629 +1970,10,0,internal,18-20 yrs,11,28478,18.9528751373291,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,38.62630844116211 +1970,10,0,all,21-24 yrs,40,34940,22.43528938293457,1,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,114.48197174072266 +1970,10,0,MVA,21-24 yrs,14,34940,22.43528938293457,1,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,40.068687438964844 +1970,10,0,suicide,21-24 yrs,7,34940,22.43528938293457,1,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,20.034343719482422 +1970,10,0,homicide,21-24 yrs,5,34940,22.43528938293457,1,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,14.310246467590332 +1970,10,0,other external,21-24 yrs,4,34940,22.43528938293457,1,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,11.448197364807129 +1970,10,0,internal,21-24 yrs,10,34940,22.43528938293457,1,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,28.620492935180664 +1971,10,0,MVA,15-17 yrs,10,33750,15.975258827209473,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,29.629629135131836 +1971,10,0,suicide,15-17 yrs,2,33750,15.975258827209473,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,5.9259257316589355 +1971,10,0,homicide,15-17 yrs,2,33750,15.975258827209473,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,5.9259257316589355 +1971,10,0,other external,15-17 yrs,5,33750,15.975258827209473,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,14.814814567565918 +1971,10,0,internal,15-17 yrs,1,33750,15.975258827209473,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,2.9629628658294678 +1971,10,0,all,18-20 yrs,28,31708,18.962596893310547,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,88.30579376220703 +1971,10,0,MVA,18-20 yrs,8,31708,18.962596893310547,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,25.230226516723633 +1971,10,0,suicide,18-20 yrs,1,31708,18.962596893310547,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,3.153778314590454 +1971,10,0,homicide,18-20 yrs,2,31708,18.962596893310547,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,6.307556629180908 +1971,10,0,other external,18-20 yrs,8,31708,18.962596893310547,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,25.230226516723633 +1971,10,0,internal,18-20 yrs,9,31708,18.962596893310547,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,28.384004592895508 +1971,10,0,all,21-24 yrs,40,37245,22.578144073486328,1,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,107.39696502685547 +1971,10,0,MVA,21-24 yrs,13,37245,22.578144073486328,1,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,34.904014587402344 +1971,10,0,suicide,21-24 yrs,4,37245,22.578144073486328,1,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,10.739696502685547 +1971,10,0,homicide,21-24 yrs,3,37245,22.578144073486328,1,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,8.05477237701416 +1971,10,0,other external,21-24 yrs,7,37245,22.578144073486328,1,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,18.794469833374023 +1971,10,0,internal,21-24 yrs,13,37245,22.578144073486328,1,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,34.904014587402344 +1972,10,0.16134388744831085,MVA,15-17 yrs,14,35111,15.972970962524414,0,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,39.87354278564453 +1972,10,0.16134388744831085,suicide,15-17 yrs,0,35111,15.972970962524414,0,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,0 +1972,10,0.16134388744831085,homicide,15-17 yrs,6,35111,15.972970962524414,0,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,17.088661193847656 +1972,10,0.16134388744831085,other external,15-17 yrs,8,35111,15.972970962524414,0,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,22.784881591796875 +1972,10,0.16134388744831085,internal,15-17 yrs,4,35111,15.972970962524414,0,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,11.392440795898438 +1972,10,0.16134388744831085,all,18-20 yrs,40,34272,18.980712890625,0.16134388744831085,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,116.71334838867188 +1972,10,0.16134388744831085,MVA,18-20 yrs,16,34272,18.980712890625,0.16134388744831085,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,46.685340881347656 +1972,10,0.16134388744831085,suicide,18-20 yrs,0,34272,18.980712890625,0.16134388744831085,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,0 +1972,10,0.16134388744831085,homicide,18-20 yrs,6,34272,18.980712890625,0.16134388744831085,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,17.507001876831055 +1972,10,0.16134388744831085,other external,18-20 yrs,8,34272,18.980712890625,0.16134388744831085,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,23.342670440673828 +1972,10,0.16134388744831085,internal,18-20 yrs,10,34272,18.980712890625,0.16134388744831085,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,29.17833709716797 +1972,10,0.16134388744831085,all,21-24 yrs,32,37290,22.497211456298828,1,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,85.81388854980469 +1972,10,0.16134388744831085,MVA,21-24 yrs,10,37290,22.497211456298828,1,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,26.81684112548828 +1972,10,0.16134388744831085,suicide,21-24 yrs,6,37290,22.497211456298828,1,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,16.090105056762695 +1972,10,0.16134388744831085,homicide,21-24 yrs,4,37290,22.497211456298828,1,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,10.726736068725586 +1972,10,0.16134388744831085,other external,21-24 yrs,4,37290,22.497211456298828,1,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,10.726736068725586 +1972,10,0.16134388744831085,internal,21-24 yrs,8,37290,22.497211456298828,1,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,21.453472137451172 +1973,10,0.3258828818798065,MVA,15-17 yrs,13,36082,15.982816696166992,0,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,36.02904510498047 +1973,10,0.3258828818798065,suicide,15-17 yrs,3,36082,15.982816696166992,0,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,8.3143949508667 +1973,10,0.3258828818798065,homicide,15-17 yrs,1,36082,15.982816696166992,0,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,2.7714650630950928 +1973,10,0.3258828818798065,other external,15-17 yrs,10,36082,15.982816696166992,0,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,27.714649200439453 +1973,10,0.3258828818798065,internal,15-17 yrs,10,36082,15.982816696166992,0,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,27.714649200439453 +1973,10,0.3258828818798065,all,18-20 yrs,45,35792,18.988740921020508,0.3258828818798065,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,125.7264175415039 +1973,10,0.3258828818798065,MVA,18-20 yrs,18,35792,18.988740921020508,0.3258828818798065,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,50.29056930541992 +1973,10,0.3258828818798065,suicide,18-20 yrs,10,35792,18.988740921020508,0.3258828818798065,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,27.939205169677734 +1973,10,0.3258828818798065,homicide,18-20 yrs,5,35792,18.988740921020508,0.3258828818798065,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,13.969602584838867 +1973,10,0.3258828818798065,other external,18-20 yrs,6,35792,18.988740921020508,0.3258828818798065,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,16.76352310180664 +1973,10,0.3258828818798065,internal,18-20 yrs,6,35792,18.988740921020508,0.3258828818798065,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,16.76352310180664 +1973,10,0.3258828818798065,all,21-24 yrs,58,37870,22.442487716674805,1,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,153.15553283691406 +1973,10,0.3258828818798065,MVA,21-24 yrs,21,37870,22.442487716674805,1,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,55.45286560058594 +1973,10,0.3258828818798065,suicide,21-24 yrs,6,37870,22.442487716674805,1,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,15.84367561340332 +1973,10,0.3258828818798065,homicide,21-24 yrs,3,37870,22.442487716674805,1,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,7.92183780670166 +1973,10,0.3258828818798065,other external,21-24 yrs,15,37870,22.442487716674805,1,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,39.609188079833984 +1973,10,0.3258828818798065,internal,21-24 yrs,13,37870,22.442487716674805,1,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,34.327964782714844 +1974,10,0.32573792338371277,MVA,15-17 yrs,12,36720,15.997440338134766,0,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,32.67973709106445 +1974,10,0.32573792338371277,suicide,15-17 yrs,1,36720,15.997440338134766,0,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,2.72331166267395 +1974,10,0.32573792338371277,homicide,15-17 yrs,1,36720,15.997440338134766,0,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,2.72331166267395 +1974,10,0.32573792338371277,other external,15-17 yrs,8,36720,15.997440338134766,0,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,21.7864933013916 +1974,10,0.32573792338371277,internal,15-17 yrs,17,36720,15.997440338134766,0,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,46.296295166015625 +1974,10,0.32573792338371277,all,18-20 yrs,35,36996,18.989458084106445,0.32573792338371277,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,94.60482025146484 +1974,10,0.32573792338371277,MVA,18-20 yrs,13,36996,18.989458084106445,0.32573792338371277,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,35.13893508911133 +1974,10,0.32573792338371277,suicide,18-20 yrs,3,36996,18.989458084106445,0.32573792338371277,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,8.10898494720459 +1974,10,0.32573792338371277,homicide,18-20 yrs,8,36996,18.989458084106445,0.32573792338371277,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,21.623958587646484 +1974,10,0.32573792338371277,other external,18-20 yrs,5,36996,18.989458084106445,0.32573792338371277,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,13.514974594116211 +1974,10,0.32573792338371277,internal,18-20 yrs,6,36996,18.989458084106445,0.32573792338371277,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,16.21796989440918 +1974,10,0.32573792338371277,all,21-24 yrs,56,39433,22.400604248046875,1,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,142.01303100585938 +1974,10,0.32573792338371277,MVA,21-24 yrs,22,39433,22.400604248046875,1,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,55.790836334228516 +1974,10,0.32573792338371277,suicide,21-24 yrs,3,39433,22.400604248046875,1,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,7.6078410148620605 +1974,10,0.32573792338371277,homicide,21-24 yrs,7,39433,22.400604248046875,1,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,17.751628875732422 +1974,10,0.32573792338371277,other external,21-24 yrs,11,39433,22.400604248046875,1,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,27.895418167114258 +1974,10,0.32573792338371277,internal,21-24 yrs,13,39433,22.400604248046875,1,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,32.96731185913086 +1975,10,0.32366180419921875,MVA,15-17 yrs,13,36653,16.0039005279541,0,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,35.46776580810547 +1975,10,0.32366180419921875,suicide,15-17 yrs,1,36653,16.0039005279541,0,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,2.7282896041870117 +1975,10,0.32366180419921875,homicide,15-17 yrs,3,36653,16.0039005279541,0,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,8.184868812561035 +1975,10,0.32366180419921875,other external,15-17 yrs,4,36653,16.0039005279541,0,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,10.913158416748047 +1975,10,0.32366180419921875,internal,15-17 yrs,7,36653,16.0039005279541,0,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,19.0980281829834 +1975,10,0.32366180419921875,all,18-20 yrs,35,38429,18.98321533203125,0.32366180419921875,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,91.0770492553711 +1975,10,0.32366180419921875,MVA,18-20 yrs,19,38429,18.98321533203125,0.32366180419921875,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,49.441829681396484 +1975,10,0.32366180419921875,suicide,18-20 yrs,2,38429,18.98321533203125,0.32366180419921875,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,5.204402923583984 +1975,10,0.32366180419921875,homicide,18-20 yrs,3,38429,18.98321533203125,0.32366180419921875,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,7.806604385375977 +1975,10,0.32366180419921875,other external,18-20 yrs,6,38429,18.98321533203125,0.32366180419921875,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,15.613208770751953 +1975,10,0.32366180419921875,internal,18-20 yrs,5,38429,18.98321533203125,0.32366180419921875,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,13.011007308959961 +1975,10,0.32366180419921875,all,21-24 yrs,39,41762,22.415353775024414,1,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,93.3863296508789 +1975,10,0.32366180419921875,MVA,21-24 yrs,12,41762,22.415353775024414,1,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,28.734256744384766 +1975,10,0.32366180419921875,suicide,21-24 yrs,5,41762,22.415353775024414,1,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,11.972606658935547 +1975,10,0.32366180419921875,homicide,21-24 yrs,6,41762,22.415353775024414,1,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,14.367128372192383 +1975,10,0.32366180419921875,other external,21-24 yrs,6,41762,22.415353775024414,1,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,14.367128372192383 +1975,10,0.32366180419921875,internal,21-24 yrs,10,41762,22.415353775024414,1,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,23.945213317871094 +1976,10,0.32357504963874817,MVA,15-17 yrs,13,36749,15.998339653015137,0,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,35.3751106262207 +1976,10,0.32357504963874817,suicide,15-17 yrs,2,36749,15.998339653015137,0,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,5.442325115203857 +1976,10,0.32357504963874817,homicide,15-17 yrs,3,36749,15.998339653015137,0,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,8.163487434387207 +1976,10,0.32357504963874817,other external,15-17 yrs,0,36749,15.998339653015137,0,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,0 +1976,10,0.32357504963874817,internal,15-17 yrs,6,36749,15.998339653015137,0,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,16.326974868774414 +1976,10,0.32357504963874817,all,18-20 yrs,48,39317,18.990970611572266,0.32357504963874817,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,122.0845947265625 +1976,10,0.32357504963874817,MVA,18-20 yrs,25,39317,18.990970611572266,0.32357504963874817,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,63.58572769165039 +1976,10,0.32357504963874817,suicide,18-20 yrs,6,39317,18.990970611572266,0.32357504963874817,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,15.260574340820312 +1976,10,0.32357504963874817,homicide,18-20 yrs,5,39317,18.990970611572266,0.32357504963874817,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,12.717144966125488 +1976,10,0.32357504963874817,other external,18-20 yrs,8,39317,18.990970611572266,0.32357504963874817,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,20.34743309020996 +1976,10,0.32357504963874817,internal,18-20 yrs,4,39317,18.990970611572266,0.32357504963874817,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,10.17371654510498 +1976,10,0.32357504963874817,all,21-24 yrs,50,43517,22.428659439086914,1,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,114.89762878417969 +1976,10,0.32357504963874817,MVA,21-24 yrs,19,43517,22.428659439086914,1,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,43.66109848022461 +1976,10,0.32357504963874817,suicide,21-24 yrs,5,43517,22.428659439086914,1,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,11.489762306213379 +1976,10,0.32357504963874817,homicide,21-24 yrs,6,43517,22.428659439086914,1,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,13.787714958190918 +1976,10,0.32357504963874817,other external,21-24 yrs,6,43517,22.428659439086914,1,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,13.787714958190918 +1976,10,0.32357504963874817,internal,21-24 yrs,14,43517,22.428659439086914,1,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,32.17133712768555 +1977,10,0.3318800628185272,MVA,15-17 yrs,8,36444,15.99758529663086,0,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,21.951486587524414 +1977,10,0.3318800628185272,suicide,15-17 yrs,4,36444,15.99758529663086,0,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,10.975743293762207 +1977,10,0.3318800628185272,homicide,15-17 yrs,1,36444,15.99758529663086,0,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,2.7439358234405518 +1977,10,0.3318800628185272,other external,15-17 yrs,8,36444,15.99758529663086,0,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,21.951486587524414 +1977,10,0.3318800628185272,internal,15-17 yrs,6,36444,15.99758529663086,0,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,16.46361541748047 +1977,10,0.3318800628185272,all,18-20 yrs,32,39451,19.0018253326416,0.3318800628185272,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,81.11328125 +1977,10,0.3318800628185272,MVA,18-20 yrs,10,39451,19.0018253326416,0.3318800628185272,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,25.347900390625 +1977,10,0.3318800628185272,suicide,18-20 yrs,4,39451,19.0018253326416,0.3318800628185272,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,10.13916015625 +1977,10,0.3318800628185272,homicide,18-20 yrs,0,39451,19.0018253326416,0.3318800628185272,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,0 +1977,10,0.3318800628185272,other external,18-20 yrs,13,39451,19.0018253326416,0.3318800628185272,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,32.9522705078125 +1977,10,0.3318800628185272,internal,18-20 yrs,5,39451,19.0018253326416,0.3318800628185272,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,12.6739501953125 +1977,10,0.3318800628185272,all,21-24 yrs,49,44429,22.440387725830078,1,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,110.28832244873047 +1977,10,0.3318800628185272,MVA,21-24 yrs,20,44429,22.440387725830078,1,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,45.01564407348633 +1977,10,0.3318800628185272,suicide,21-24 yrs,6,44429,22.440387725830078,1,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,13.504693031311035 +1977,10,0.3318800628185272,homicide,21-24 yrs,4,44429,22.440387725830078,1,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,9.003129005432129 +1977,10,0.3318800628185272,other external,21-24 yrs,5,44429,22.440387725830078,1,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,11.253911018371582 +1977,10,0.3318800628185272,internal,21-24 yrs,14,44429,22.440387725830078,1,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,31.510950088500977 +1978,10,0.33196428418159485,MVA,15-17 yrs,20,36194,16.011493682861328,0,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,55.25777816772461 +1978,10,0.33196428418159485,suicide,15-17 yrs,2,36194,16.011493682861328,0,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,5.525777816772461 +1978,10,0.33196428418159485,homicide,15-17 yrs,1,36194,16.011493682861328,0,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,2.7628889083862305 +1978,10,0.33196428418159485,other external,15-17 yrs,5,36194,16.011493682861328,0,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,13.814444541931152 +1978,10,0.33196428418159485,internal,15-17 yrs,9,36194,16.011493682861328,0,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,24.865999221801758 +1978,10,0.33196428418159485,all,18-20 yrs,51,39200,19.006019592285156,0.33196428418159485,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,130.10203552246094 +1978,10,0.33196428418159485,MVA,18-20 yrs,24,39200,19.006019592285156,0.33196428418159485,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,61.224491119384766 +1978,10,0.33196428418159485,suicide,18-20 yrs,8,39200,19.006019592285156,0.33196428418159485,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,20.40816307067871 +1978,10,0.33196428418159485,homicide,18-20 yrs,3,39200,19.006019592285156,0.33196428418159485,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,7.653061389923096 +1978,10,0.33196428418159485,other external,18-20 yrs,5,39200,19.006019592285156,0.33196428418159485,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,12.755102157592773 +1978,10,0.33196428418159485,internal,18-20 yrs,11,39200,19.006019592285156,0.33196428418159485,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,28.06122398376465 +1978,10,0.33196428418159485,all,21-24 yrs,53,45580,22.431724548339844,1,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,116.27906799316406 +1978,10,0.33196428418159485,MVA,21-24 yrs,16,45580,22.431724548339844,1,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,35.10311508178711 +1978,10,0.33196428418159485,suicide,21-24 yrs,10,45580,22.431724548339844,1,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,21.9394474029541 +1978,10,0.33196428418159485,homicide,21-24 yrs,7,45580,22.431724548339844,1,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,15.357612609863281 +1978,10,0.33196428418159485,other external,21-24 yrs,5,45580,22.431724548339844,1,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,10.96972370147705 +1978,10,0.33196428418159485,internal,21-24 yrs,15,45580,22.431724548339844,1,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,32.90917205810547 +1979,10,0.33138787746429443,MVA,15-17 yrs,10,35322,16.010021209716797,0,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,28.31096839904785 +1979,10,0.33138787746429443,suicide,15-17 yrs,1,35322,16.010021209716797,0,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,2.831096649169922 +1979,10,0.33138787746429443,homicide,15-17 yrs,0,35322,16.010021209716797,0,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,0 +1979,10,0.33138787746429443,other external,15-17 yrs,6,35322,16.010021209716797,0,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,16.98657989501953 +1979,10,0.33138787746429443,internal,15-17 yrs,6,35322,16.010021209716797,0,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,16.98657989501953 +1979,10,0.33138787746429443,all,18-20 yrs,29,38894,18.997892379760742,0.33138787746429443,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,74.56163024902344 +1979,10,0.33138787746429443,MVA,18-20 yrs,14,38894,18.997892379760742,0.33138787746429443,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,35.995269775390625 +1979,10,0.33138787746429443,suicide,18-20 yrs,6,38894,18.997892379760742,0.33138787746429443,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,15.426544189453125 +1979,10,0.33138787746429443,homicide,18-20 yrs,1,38894,18.997892379760742,0.33138787746429443,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,2.5710906982421875 +1979,10,0.33138787746429443,other external,18-20 yrs,4,38894,18.997892379760742,0.33138787746429443,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,10.28436279296875 +1979,10,0.33138787746429443,internal,18-20 yrs,4,38894,18.997892379760742,0.33138787746429443,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,10.28436279296875 +1979,10,0.33138787746429443,all,21-24 yrs,58,45895,22.439067840576172,1,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,126.37541961669922 +1979,10,0.33138787746429443,MVA,21-24 yrs,18,45895,22.439067840576172,1,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,39.2199592590332 +1979,10,0.33138787746429443,suicide,21-24 yrs,10,45895,22.439067840576172,1,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,21.78886604309082 +1979,10,0.33138787746429443,homicide,21-24 yrs,3,45895,22.439067840576172,1,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,6.5366597175598145 +1979,10,0.33138787746429443,other external,21-24 yrs,7,45895,22.439067840576172,1,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,15.252205848693848 +1979,10,0.33138787746429443,internal,21-24 yrs,20,45895,22.439067840576172,1,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,43.57773208618164 +1980,10,0.33141854405403137,MVA,15-17 yrs,15,34197,16.01988410949707,0,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,43.86349868774414 +1980,10,0.33141854405403137,suicide,15-17 yrs,1,34197,16.01988410949707,0,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,2.9242331981658936 +1980,10,0.33141854405403137,homicide,15-17 yrs,1,34197,16.01988410949707,0,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,2.9242331981658936 +1980,10,0.33141854405403137,other external,15-17 yrs,7,34197,16.01988410949707,0,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,20.46963119506836 +1980,10,0.33141854405403137,internal,15-17 yrs,7,34197,16.01988410949707,0,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,20.46963119506836 +1980,10,0.33141854405403137,all,18-20 yrs,48,37602,19.00813865661621,0.33141854405403137,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,127.65278625488281 +1980,10,0.33141854405403137,MVA,18-20 yrs,25,37602,19.00813865661621,0.33141854405403137,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,66.48582458496094 +1980,10,0.33141854405403137,suicide,18-20 yrs,6,37602,19.00813865661621,0.33141854405403137,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,15.956598281860352 +1980,10,0.33141854405403137,homicide,18-20 yrs,2,37602,19.00813865661621,0.33141854405403137,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,5.31886625289917 +1980,10,0.33141854405403137,other external,18-20 yrs,8,37602,19.00813865661621,0.33141854405403137,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,21.27546501159668 +1980,10,0.33141854405403137,internal,18-20 yrs,7,37602,19.00813865661621,0.33141854405403137,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,18.616031646728516 +1980,10,0.33141854405403137,all,21-24 yrs,73,46107,22.44366455078125,1,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,158.32736206054688 +1980,10,0.33141854405403137,MVA,21-24 yrs,31,46107,22.44366455078125,1,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,67.23490905761719 +1980,10,0.33141854405403137,suicide,21-24 yrs,7,46107,22.44366455078125,1,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,15.182076454162598 +1980,10,0.33141854405403137,homicide,21-24 yrs,11,46107,22.44366455078125,1,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,23.8575496673584 +1980,10,0.33141854405403137,other external,21-24 yrs,10,46107,22.44366455078125,1,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,21.68868064880371 +1980,10,0.33141854405403137,internal,21-24 yrs,14,46107,22.44366455078125,1,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,30.364152908325195 +1981,10,0.34862014651298523,MVA,15-17 yrs,7,32579,16.034408569335938,0,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,21.48623275756836 +1981,10,0.34862014651298523,suicide,15-17 yrs,2,32579,16.034408569335938,0,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,6.138923645019531 +1981,10,0.34862014651298523,homicide,15-17 yrs,3,32579,16.034408569335938,0,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,9.208385467529297 +1981,10,0.34862014651298523,other external,15-17 yrs,3,32579,16.034408569335938,0,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,9.208385467529297 +1981,10,0.34862014651298523,internal,15-17 yrs,6,32579,16.034408569335938,0,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,18.416770935058594 +1981,10,0.34862014651298523,all,18-20 yrs,35,37069,19.038820266723633,0.34862014651298523,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,94.41851806640625 +1981,10,0.34862014651298523,MVA,18-20 yrs,14,37069,19.038820266723633,0.34862014651298523,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,37.76740646362305 +1981,10,0.34862014651298523,suicide,18-20 yrs,11,37069,19.038820266723633,0.34862014651298523,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,29.67439079284668 +1981,10,0.34862014651298523,homicide,18-20 yrs,4,37069,19.038820266723633,0.34862014651298523,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,10.790687561035156 +1981,10,0.34862014651298523,other external,18-20 yrs,1,37069,19.038820266723633,0.34862014651298523,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,2.697671890258789 +1981,10,0.34862014651298523,internal,18-20 yrs,5,37069,19.038820266723633,0.34862014651298523,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,13.488359451293945 +1981,10,0.34862014651298523,all,21-24 yrs,45,47470,22.465219497680664,1,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,94.79671478271484 +1981,10,0.34862014651298523,MVA,21-24 yrs,17,47470,22.465219497680664,1,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,35.81209182739258 +1981,10,0.34862014651298523,suicide,21-24 yrs,10,47470,22.465219497680664,1,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,21.065937042236328 +1981,10,0.34862014651298523,homicide,21-24 yrs,5,47470,22.465219497680664,1,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,10.532968521118164 +1981,10,0.34862014651298523,other external,21-24 yrs,5,47470,22.465219497680664,1,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,10.532968521118164 +1981,10,0.34862014651298523,internal,21-24 yrs,8,47470,22.465219497680664,1,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,16.85274887084961 +1982,10,0.34909090399742126,MVA,15-17 yrs,4,30931,16.029678344726562,0,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,12.93200969696045 +1982,10,0.34909090399742126,suicide,15-17 yrs,4,30931,16.029678344726562,0,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,12.93200969696045 +1982,10,0.34909090399742126,homicide,15-17 yrs,1,30931,16.029678344726562,0,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,3.2330024242401123 +1982,10,0.34909090399742126,other external,15-17 yrs,4,30931,16.029678344726562,0,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,12.93200969696045 +1982,10,0.34909090399742126,internal,15-17 yrs,4,30931,16.029678344726562,0,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,12.93200969696045 +1982,10,0.34909090399742126,all,18-20 yrs,45,36025,19.034114837646484,0.34909090399742126,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,124.91325378417969 +1982,10,0.34909090399742126,MVA,18-20 yrs,26,36025,19.034114837646484,0.34909090399742126,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,72.17210388183594 +1982,10,0.34909090399742126,suicide,18-20 yrs,5,36025,19.034114837646484,0.34909090399742126,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,13.879250526428223 +1982,10,0.34909090399742126,homicide,18-20 yrs,4,36025,19.034114837646484,0.34909090399742126,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,11.103400230407715 +1982,10,0.34909090399742126,other external,18-20 yrs,3,36025,19.034114837646484,0.34909090399742126,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,8.327549934387207 +1982,10,0.34909090399742126,internal,18-20 yrs,7,36025,19.034114837646484,0.34909090399742126,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,19.430950164794922 +1982,10,0.34909090399742126,all,21-24 yrs,58,48654,22.47200584411621,1,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,119.2091064453125 +1982,10,0.34909090399742126,MVA,21-24 yrs,25,48654,22.47200584411621,1,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,51.383235931396484 +1982,10,0.34909090399742126,suicide,21-24 yrs,8,48654,22.47200584411621,1,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,16.442636489868164 +1982,10,0.34909090399742126,homicide,21-24 yrs,5,48654,22.47200584411621,1,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,10.276647567749023 +1982,10,0.34909090399742126,other external,21-24 yrs,11,48654,22.47200584411621,1,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,22.608623504638672 +1982,10,0.34909090399742126,internal,21-24 yrs,9,48654,22.47200584411621,1,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,18.49796485900879 +1983,10,0.34485405683517456,MVA,15-17 yrs,9,29435,16.031017303466797,0,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,30.57584571838379 +1983,10,0.34485405683517456,suicide,15-17 yrs,1,29435,16.031017303466797,0,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,3.3973162174224854 +1983,10,0.34485405683517456,homicide,15-17 yrs,0,29435,16.031017303466797,0,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,0 +1983,10,0.34485405683517456,other external,15-17 yrs,0,29435,16.031017303466797,0,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,0 +1983,10,0.34485405683517456,internal,15-17 yrs,5,29435,16.031017303466797,0,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,16.98657989501953 +1983,10,0.34485405683517456,all,18-20 yrs,23,35183,19.03584098815918,0.34485405683517456,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,65.37248229980469 +1983,10,0.34485405683517456,MVA,18-20 yrs,10,35183,19.03584098815918,0.34485405683517456,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,28.42281723022461 +1983,10,0.34485405683517456,suicide,18-20 yrs,1,35183,19.03584098815918,0.34485405683517456,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,2.8422818183898926 +1983,10,0.34485405683517456,homicide,18-20 yrs,1,35183,19.03584098815918,0.34485405683517456,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,2.8422818183898926 +1983,10,0.34485405683517456,other external,18-20 yrs,2,35183,19.03584098815918,0.34485405683517456,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,5.684563636779785 +1983,10,0.34485405683517456,internal,18-20 yrs,9,35183,19.03584098815918,0.34485405683517456,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,25.580535888671875 +1983,10,0.34485405683517456,all,21-24 yrs,51,49207,22.48387336730957,1,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,103.64379119873047 +1983,10,0.34485405683517456,MVA,21-24 yrs,19,49207,22.48387336730957,1,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,38.61239242553711 +1983,10,0.34485405683517456,suicide,21-24 yrs,5,49207,22.48387336730957,1,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,10.161155700683594 +1983,10,0.34485405683517456,homicide,21-24 yrs,4,49207,22.48387336730957,1,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,8.128924369812012 +1983,10,0.34485405683517456,other external,21-24 yrs,10,49207,22.48387336730957,1,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,20.322311401367188 +1983,10,0.34485405683517456,internal,21-24 yrs,13,49207,22.48387336730957,1,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,26.41900634765625 +1984,10,0.30926060676574707,MVA,15-17 yrs,9,28426,16.016357421875,0,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,31.661155700683594 +1984,10,0.30926060676574707,suicide,15-17 yrs,1,28426,16.016357421875,0,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,3.5179061889648438 +1984,10,0.30926060676574707,homicide,15-17 yrs,0,28426,16.016357421875,0,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,0 +1984,10,0.30926060676574707,other external,15-17 yrs,2,28426,16.016357421875,0,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,7.0358123779296875 +1984,10,0.30926060676574707,internal,15-17 yrs,2,28426,16.016357421875,0,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,7.0358123779296875 +1984,10,0.30926060676574707,all,18-20 yrs,34,34412,19.051435470581055,0.30926060676574707,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,98.80274200439453 +1984,10,0.30926060676574707,MVA,18-20 yrs,14,34412,19.051435470581055,0.30926060676574707,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,40.6834831237793 +1984,10,0.30926060676574707,suicide,18-20 yrs,4,34412,19.051435470581055,0.30926060676574707,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,11.623851776123047 +1984,10,0.30926060676574707,homicide,18-20 yrs,1,34412,19.051435470581055,0.30926060676574707,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,2.9059629440307617 +1984,10,0.30926060676574707,other external,18-20 yrs,3,34412,19.051435470581055,0.30926060676574707,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,8.717888832092285 +1984,10,0.30926060676574707,internal,18-20 yrs,12,34412,19.051435470581055,0.30926060676574707,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,34.87155532836914 +1984,10,0.30926060676574707,all,21-24 yrs,43,48860,22.503007888793945,1,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,88.00654602050781 +1984,10,0.30926060676574707,MVA,21-24 yrs,20,48860,22.503007888793945,1,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,40.93327713012695 +1984,10,0.30926060676574707,suicide,21-24 yrs,6,48860,22.503007888793945,1,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,12.279983520507812 +1984,10,0.30926060676574707,homicide,21-24 yrs,4,48860,22.503007888793945,1,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,8.18665599822998 +1984,10,0.30926060676574707,other external,21-24 yrs,5,48860,22.503007888793945,1,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,10.233319282531738 +1984,10,0.30926060676574707,internal,21-24 yrs,8,48860,22.503007888793945,1,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,16.37331199645996 +1985,10,0.043799988925457,MVA,15-17 yrs,10,28185,15.987724304199219,0,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,35.47986602783203 +1985,10,0.043799988925457,suicide,15-17 yrs,2,28185,15.987724304199219,0,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,7.095973014831543 +1985,10,0.043799988925457,homicide,15-17 yrs,0,28185,15.987724304199219,0,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,0 +1985,10,0.043799988925457,other external,15-17 yrs,2,28185,15.987724304199219,0,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,7.095973014831543 +1985,10,0.043799988925457,internal,15-17 yrs,5,28185,15.987724304199219,0,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,17.739933013916016 +1985,10,0.043799988925457,all,18-20 yrs,24,33268,19.05137062072754,0.043799988925457,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,72.14139556884766 +1985,10,0.043799988925457,MVA,18-20 yrs,10,33268,19.05137062072754,0.043799988925457,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,30.058916091918945 +1985,10,0.043799988925457,suicide,18-20 yrs,2,33268,19.05137062072754,0.043799988925457,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,6.011783123016357 +1985,10,0.043799988925457,homicide,18-20 yrs,1,33268,19.05137062072754,0.043799988925457,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,3.0058915615081787 +1985,10,0.043799988925457,other external,18-20 yrs,4,33268,19.05137062072754,0.043799988925457,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,12.023566246032715 +1985,10,0.043799988925457,internal,18-20 yrs,7,33268,19.05137062072754,0.043799988925457,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,21.041240692138672 +1985,10,0.043799988925457,all,21-24 yrs,44,48490,22.515548706054688,1,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,90.7403564453125 +1985,10,0.043799988925457,MVA,21-24 yrs,20,48490,22.515548706054688,1,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,41.2456169128418 +1985,10,0.043799988925457,suicide,21-24 yrs,2,48490,22.515548706054688,1,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,4.124561786651611 +1985,10,0.043799988925457,homicide,21-24 yrs,1,48490,22.515548706054688,1,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,2.0622808933258057 +1985,10,0.043799988925457,other external,21-24 yrs,5,48490,22.515548706054688,1,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,10.31140422821045 +1985,10,0.043799988925457,internal,21-24 yrs,16,48490,22.515548706054688,1,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,32.99649429321289 +1986,10,0,MVA,15-17 yrs,8,28676,15.986713409423828,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,27.89789390563965 +1986,10,0,suicide,15-17 yrs,1,28676,15.986713409423828,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,3.487236738204956 +1986,10,0,homicide,15-17 yrs,0,28676,15.986713409423828,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,0 +1986,10,0,other external,15-17 yrs,4,28676,15.986713409423828,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,13.948946952819824 +1986,10,0,internal,15-17 yrs,5,28676,15.986713409423828,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,17.43618392944336 +1986,10,0,all,18-20 yrs,33,32221,19.056671142578125,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,102.41767883300781 +1986,10,0,MVA,18-20 yrs,22,32221,19.056671142578125,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,68.27845001220703 +1986,10,0,suicide,18-20 yrs,4,32221,19.056671142578125,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,12.414263725280762 +1986,10,0,homicide,18-20 yrs,1,32221,19.056671142578125,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,3.1035659313201904 +1986,10,0,other external,18-20 yrs,1,32221,19.056671142578125,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,3.1035659313201904 +1986,10,0,internal,18-20 yrs,5,32221,19.056671142578125,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,15.517829895019531 +1986,10,0,all,21-24 yrs,58,47404,22.51215171813965,1,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,122.35254669189453 +1986,10,0,MVA,21-24 yrs,24,47404,22.51215171813965,1,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,50.628639221191406 +1986,10,0,suicide,21-24 yrs,9,47404,22.51215171813965,1,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,18.98573875427246 +1986,10,0,homicide,21-24 yrs,5,47404,22.51215171813965,1,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,10.547633171081543 +1986,10,0,other external,21-24 yrs,6,47404,22.51215171813965,1,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,12.657159805297852 +1986,10,0,internal,21-24 yrs,14,47404,22.51215171813965,1,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,29.53337287902832 +1987,10,0,MVA,15-17 yrs,9,28207,16.029531478881836,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,31.906972885131836 +1987,10,0,suicide,15-17 yrs,2,28207,16.029531478881836,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,7.090438365936279 +1987,10,0,homicide,15-17 yrs,0,28207,16.029531478881836,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,0 +1987,10,0,other external,15-17 yrs,1,28207,16.029531478881836,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,3.5452191829681396 +1987,10,0,internal,15-17 yrs,8,28207,16.029531478881836,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,28.361753463745117 +1987,10,0,all,18-20 yrs,21,31828,19.044206619262695,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,65.9796371459961 +1987,10,0,MVA,18-20 yrs,8,31828,19.044206619262695,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,25.135101318359375 +1987,10,0,suicide,18-20 yrs,4,31828,19.044206619262695,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,12.567550659179688 +1987,10,0,homicide,18-20 yrs,4,31828,19.044206619262695,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,12.567550659179688 +1987,10,0,other external,18-20 yrs,3,31828,19.044206619262695,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,9.425662994384766 +1987,10,0,internal,18-20 yrs,2,31828,19.044206619262695,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,6.283775329589844 +1987,10,0,all,21-24 yrs,54,46281,22.50923728942871,1,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,116.67855072021484 +1987,10,0,MVA,21-24 yrs,25,46281,22.50923728942871,1,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,54.01784896850586 +1987,10,0,suicide,21-24 yrs,11,46281,22.50923728942871,1,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,23.767852783203125 +1987,10,0,homicide,21-24 yrs,4,46281,22.50923728942871,1,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,8.642855644226074 +1987,10,0,other external,21-24 yrs,8,46281,22.50923728942871,1,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,17.28571128845215 +1987,10,0,internal,21-24 yrs,6,46281,22.50923728942871,1,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,12.964282989501953 +1988,10,0,MVA,15-17 yrs,9,26911,16.062725067138672,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,33.443572998046875 +1988,10,0,suicide,15-17 yrs,4,26911,16.062725067138672,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,14.863810539245605 +1988,10,0,homicide,15-17 yrs,0,26911,16.062725067138672,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,0 +1988,10,0,other external,15-17 yrs,1,26911,16.062725067138672,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,3.7159526348114014 +1988,10,0,internal,15-17 yrs,2,26911,16.062725067138672,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,7.431905269622803 +1988,10,0,all,18-20 yrs,35,32241,19.017990112304688,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,108.55742645263672 +1988,10,0,MVA,18-20 yrs,19,32241,19.017990112304688,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,58.931175231933594 +1988,10,0,suicide,18-20 yrs,5,32241,19.017990112304688,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,15.508203506469727 +1988,10,0,homicide,18-20 yrs,2,32241,19.017990112304688,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,6.203281402587891 +1988,10,0,other external,18-20 yrs,3,32241,19.017990112304688,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,9.304922103881836 +1988,10,0,internal,18-20 yrs,6,32241,19.017990112304688,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,18.609844207763672 +1988,10,0,all,21-24 yrs,50,45314,22.51555824279785,1,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,110.34117126464844 +1988,10,0,MVA,21-24 yrs,20,45314,22.51555824279785,1,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,44.136470794677734 +1988,10,0,suicide,21-24 yrs,9,45314,22.51555824279785,1,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,19.861412048339844 +1988,10,0,homicide,21-24 yrs,5,45314,22.51555824279785,1,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,11.034117698669434 +1988,10,0,other external,21-24 yrs,3,45314,22.51555824279785,1,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,6.6204705238342285 +1988,10,0,internal,21-24 yrs,13,45314,22.51555824279785,1,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,28.688705444335938 +1989,10,0,MVA,15-17 yrs,7,25127,16.048831939697266,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,27.858478546142578 +1989,10,0,suicide,15-17 yrs,2,25127,16.048831939697266,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,7.95956563949585 +1989,10,0,homicide,15-17 yrs,0,25127,16.048831939697266,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,0 +1989,10,0,other external,15-17 yrs,1,25127,16.048831939697266,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,3.979782819747925 +1989,10,0,internal,15-17 yrs,1,25127,16.048831939697266,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,3.979782819747925 +1989,10,0,all,18-20 yrs,20,33446,19.01895523071289,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,59.797882080078125 +1989,10,0,MVA,18-20 yrs,15,33446,19.01895523071289,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,44.848411560058594 +1989,10,0,suicide,18-20 yrs,0,33446,19.01895523071289,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,0 +1989,10,0,homicide,18-20 yrs,0,33446,19.01895523071289,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,0 +1989,10,0,other external,18-20 yrs,0,33446,19.01895523071289,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,0 +1989,10,0,internal,18-20 yrs,5,33446,19.01895523071289,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,14.949470520019531 +1989,10,0,all,21-24 yrs,47,43851,22.512554168701172,1,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,107.18113708496094 +1989,10,0,MVA,21-24 yrs,16,43851,22.512554168701172,1,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,36.4871940612793 +1989,10,0,suicide,21-24 yrs,9,43851,22.512554168701172,1,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,20.5240478515625 +1989,10,0,homicide,21-24 yrs,2,43851,22.512554168701172,1,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,4.560899257659912 +1989,10,0,other external,21-24 yrs,10,43851,22.512554168701172,1,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,22.80449676513672 +1989,10,0,internal,21-24 yrs,10,43851,22.512554168701172,1,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,22.80449676513672 +1990,10,0,MVA,15-17 yrs,7,24608,16.008047103881836,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,28.446033477783203 +1990,10,0,suicide,15-17 yrs,1,24608,16.008047103881836,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,4.063719272613525 +1990,10,0,homicide,15-17 yrs,3,24608,16.008047103881836,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,12.191157341003418 +1990,10,0,other external,15-17 yrs,3,24608,16.008047103881836,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,12.191157341003418 +1990,10,0,internal,15-17 yrs,5,24608,16.008047103881836,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,20.31859588623047 +1990,10,0,all,18-20 yrs,32,33256,19.068138122558594,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,96.223236083984375 +1990,10,0,MVA,18-20 yrs,13,33256,19.068138122558594,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,39.09069061279297 +1990,10,0,suicide,18-20 yrs,7,33256,19.068138122558594,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,21.0488338470459 +1990,10,0,homicide,18-20 yrs,3,33256,19.068138122558594,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,9.020928382873535 +1990,10,0,other external,18-20 yrs,2,33256,19.068138122558594,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,6.013952255249023 +1990,10,0,internal,18-20 yrs,7,33256,19.068138122558594,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,21.0488338470459 +1990,10,0,all,21-24 yrs,35,43023,22.49208641052246,1,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,81.351837158203125 +1990,10,0,MVA,21-24 yrs,14,43023,22.49208641052246,1,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,32.540733337402344 +1990,10,0,suicide,21-24 yrs,2,43023,22.49208641052246,1,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,4.64867639541626 +1990,10,0,homicide,21-24 yrs,6,43023,22.49208641052246,1,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,13.946028709411621 +1990,10,0,other external,21-24 yrs,4,43023,22.49208641052246,1,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,9.29735279083252 +1990,10,0,internal,21-24 yrs,9,43023,22.49208641052246,1,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,20.919042587280273 +1991,10,0,MVA,15-17 yrs,4,24729,15.998139381408691,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,16.17534065246582 +1991,10,0,suicide,15-17 yrs,1,24729,15.998139381408691,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,4.043835163116455 +1991,10,0,homicide,15-17 yrs,4,24729,15.998139381408691,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,16.17534065246582 +1991,10,0,other external,15-17 yrs,0,24729,15.998139381408691,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,0 +1991,10,0,internal,15-17 yrs,1,24729,15.998139381408691,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,4.043835163116455 +1991,10,0,all,18-20 yrs,19,30394,19.115385055541992,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,62.51233673095703 +1991,10,0,MVA,18-20 yrs,11,30394,19.115385055541992,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,36.19135284423828 +1991,10,0,suicide,18-20 yrs,1,30394,19.115385055541992,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,3.2901229858398438 +1991,10,0,homicide,18-20 yrs,2,30394,19.115385055541992,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,6.5802459716796875 +1991,10,0,other external,18-20 yrs,1,30394,19.115385055541992,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,3.2901229858398438 +1991,10,0,internal,18-20 yrs,4,30394,19.115385055541992,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,13.160491943359375 +1991,10,0,all,21-24 yrs,28,43992,22.46110725402832,1,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,63.6479377746582 +1991,10,0,MVA,21-24 yrs,8,43992,22.46110725402832,1,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,18.18512535095215 +1991,10,0,suicide,21-24 yrs,2,43992,22.46110725402832,1,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,4.546281337738037 +1991,10,0,homicide,21-24 yrs,6,43992,22.46110725402832,1,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,13.638843536376953 +1991,10,0,other external,21-24 yrs,4,43992,22.46110725402832,1,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,9.092562675476074 +1991,10,0,internal,21-24 yrs,8,43992,22.46110725402832,1,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,18.18512535095215 +1992,10,0,MVA,15-17 yrs,7,25451,15.995677947998047,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,27.503829956054688 +1992,10,0,suicide,15-17 yrs,0,25451,15.995677947998047,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,0 +1992,10,0,homicide,15-17 yrs,1,25451,15.995677947998047,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,3.9291186332702637 +1992,10,0,other external,15-17 yrs,1,25451,15.995677947998047,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,3.9291186332702637 +1992,10,0,internal,15-17 yrs,2,25451,15.995677947998047,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,7.858237266540527 +1992,10,0,all,18-20 yrs,22,27278,19.078121185302734,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,80.65107727050781 +1992,10,0,MVA,18-20 yrs,13,27278,19.078121185302734,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,47.65745162963867 +1992,10,0,suicide,18-20 yrs,4,27278,19.078121185302734,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,14.66383171081543 +1992,10,0,homicide,18-20 yrs,2,27278,19.078121185302734,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,7.331915855407715 +1992,10,0,other external,18-20 yrs,2,27278,19.078121185302734,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,7.331915855407715 +1992,10,0,internal,18-20 yrs,1,27278,19.078121185302734,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,3.6659579277038574 +1992,10,0,all,21-24 yrs,38,45031,22.46210479736328,1,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,84.38631439208984 +1992,10,0,MVA,21-24 yrs,21,45031,22.46210479736328,1,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,46.63454055786133 +1992,10,0,suicide,21-24 yrs,5,45031,22.46210479736328,1,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,11.103462219238281 +1992,10,0,homicide,21-24 yrs,4,45031,22.46210479736328,1,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,8.882769584655762 +1992,10,0,other external,21-24 yrs,2,45031,22.46210479736328,1,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,4.441384792327881 +1992,10,0,internal,21-24 yrs,6,45031,22.46210479736328,1,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,13.3241548538208 +1993,10,0,MVA,15-17 yrs,6,25920,15.995100021362305,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,23.148147583007812 +1993,10,0,suicide,15-17 yrs,3,25920,15.995100021362305,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,11.574073791503906 +1993,10,0,homicide,15-17 yrs,1,25920,15.995100021362305,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,3.8580245971679688 +1993,10,0,other external,15-17 yrs,0,25920,15.995100021362305,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,0 +1993,10,0,internal,15-17 yrs,4,25920,15.995100021362305,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,15.432098388671875 +1993,10,0,all,18-20 yrs,24,26138,19.0192813873291,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,91.8203353881836 +1993,10,0,MVA,18-20 yrs,8,26138,19.0192813873291,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,30.606779098510742 +1993,10,0,suicide,18-20 yrs,1,26138,19.0192813873291,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,3.8258473873138428 +1993,10,0,homicide,18-20 yrs,4,26138,19.0192813873291,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,15.303389549255371 +1993,10,0,other external,18-20 yrs,4,26138,19.0192813873291,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,15.303389549255371 +1993,10,0,internal,18-20 yrs,7,26138,19.0192813873291,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,26.78093147277832 +1993,10,0,all,21-24 yrs,34,44649,22.540908813476562,1,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,76.14952087402344 +1993,10,0,MVA,21-24 yrs,9,44649,22.540908813476562,1,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,20.1572265625 +1993,10,0,suicide,21-24 yrs,4,44649,22.540908813476562,1,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,8.95876693725586 +1993,10,0,homicide,21-24 yrs,4,44649,22.540908813476562,1,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,8.95876693725586 +1993,10,0,other external,21-24 yrs,4,44649,22.540908813476562,1,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,8.95876693725586 +1993,10,0,internal,21-24 yrs,13,44649,22.540908813476562,1,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,29.11599349975586 +1994,10,0,MVA,15-17 yrs,3,26867,15.994751930236816,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,11.166114807128906 +1994,10,0,suicide,15-17 yrs,0,26867,15.994751930236816,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,0 +1994,10,0,homicide,15-17 yrs,1,26867,15.994751930236816,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,3.7220382690429688 +1994,10,0,other external,15-17 yrs,1,26867,15.994751930236816,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,3.7220382690429688 +1994,10,0,internal,15-17 yrs,6,26867,15.994751930236816,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,22.332229614257812 +1994,10,0,all,18-20 yrs,23,26374,19.010236740112305,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,87.20709991455078 +1994,10,0,MVA,18-20 yrs,8,26374,19.010236740112305,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,30.332902908325195 +1994,10,0,suicide,18-20 yrs,4,26374,19.010236740112305,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,15.166451454162598 +1994,10,0,homicide,18-20 yrs,2,26374,19.010236740112305,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,7.583225727081299 +1994,10,0,other external,18-20 yrs,6,26374,19.010236740112305,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,22.749677658081055 +1994,10,0,internal,18-20 yrs,3,26374,19.010236740112305,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,11.374838829040527 +1994,10,0,all,21-24 yrs,46,42348,22.62272071838379,1,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,108.62378692626953 +1994,10,0,MVA,21-24 yrs,12,42348,22.62272071838379,1,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,28.336639404296875 +1994,10,0,suicide,21-24 yrs,8,42348,22.62272071838379,1,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,18.89109230041504 +1994,10,0,homicide,21-24 yrs,6,42348,22.62272071838379,1,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,14.168319702148438 +1994,10,0,other external,21-24 yrs,7,42348,22.62272071838379,1,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,16.529706954956055 +1994,10,0,internal,21-24 yrs,13,42348,22.62272071838379,1,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,30.698026657104492 +1995,10,0,MVA,15-17 yrs,5,27749,15.987639427185059,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,18.018667221069336 +1995,10,0,suicide,15-17 yrs,0,27749,15.987639427185059,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,0 +1995,10,0,homicide,15-17 yrs,2,27749,15.987639427185059,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,7.207467079162598 +1995,10,0,other external,15-17 yrs,3,27749,15.987639427185059,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,10.811200141906738 +1995,10,0,internal,15-17 yrs,6,27749,15.987639427185059,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,21.622400283813477 +1995,10,0,all,18-20 yrs,29,27408,19.008792877197266,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,105.80852508544922 +1995,10,0,MVA,18-20 yrs,8,27408,19.008792877197266,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,29.18855857849121 +1995,10,0,suicide,18-20 yrs,4,27408,19.008792877197266,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,14.594279289245605 +1995,10,0,homicide,18-20 yrs,4,27408,19.008792877197266,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,14.594279289245605 +1995,10,0,other external,18-20 yrs,5,27408,19.008792877197266,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,18.242849349975586 +1995,10,0,internal,18-20 yrs,8,27408,19.008792877197266,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,29.18855857849121 +1995,10,0,all,21-24 yrs,30,39643,22.635496139526367,1,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,75.67539978027344 +1995,10,0,MVA,21-24 yrs,12,39643,22.635496139526367,1,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,30.270160675048828 +1995,10,0,suicide,21-24 yrs,6,39643,22.635496139526367,1,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,15.135080337524414 +1995,10,0,homicide,21-24 yrs,2,39643,22.635496139526367,1,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,5.045026779174805 +1995,10,0,other external,21-24 yrs,3,39643,22.635496139526367,1,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,7.567540168762207 +1995,10,0,internal,21-24 yrs,7,39643,22.635496139526367,1,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,17.657594680786133 +1996,10,0,MVA,15-17 yrs,3,28624,16.005590438842773,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,10.48071575164795 +1996,10,0,suicide,15-17 yrs,3,28624,16.005590438842773,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,10.48071575164795 +1996,10,0,homicide,15-17 yrs,3,28624,16.005590438842773,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,10.48071575164795 +1996,10,0,other external,15-17 yrs,1,28624,16.005590438842773,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,3.4935717582702637 +1996,10,0,internal,15-17 yrs,6,28624,16.005590438842773,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,20.9614315032959 +1996,10,0,all,18-20 yrs,24,28123,19.00540542602539,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,85.33940124511719 +1996,10,0,MVA,18-20 yrs,14,28123,19.00540542602539,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,49.78131866455078 +1996,10,0,suicide,18-20 yrs,2,28123,19.00540542602539,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,7.111616611480713 +1996,10,0,homicide,18-20 yrs,2,28123,19.00540542602539,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,7.111616611480713 +1996,10,0,other external,18-20 yrs,3,28123,19.00540542602539,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,10.667425155639648 +1996,10,0,internal,18-20 yrs,3,28123,19.00540542602539,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,10.667425155639648 +1996,10,0,all,21-24 yrs,30,36984,22.55202293395996,1,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,81.11615753173828 +1996,10,0,MVA,21-24 yrs,11,36984,22.55202293395996,1,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,29.742591857910156 +1996,10,0,suicide,21-24 yrs,5,36984,22.55202293395996,1,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,13.519359588623047 +1996,10,0,homicide,21-24 yrs,2,36984,22.55202293395996,1,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,5.40774393081665 +1996,10,0,other external,21-24 yrs,5,36984,22.55202293395996,1,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,13.519359588623047 +1996,10,0,internal,21-24 yrs,7,36984,22.55202293395996,1,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,18.92710304260254 +1970,11,1,MVA,15-17 yrs,7,35755,15.982352256774902,0,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,19.577680587768555 +1970,11,1,suicide,15-17 yrs,0,35755,15.982352256774902,0,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,0 +1970,11,1,homicide,15-17 yrs,6,35755,15.982352256774902,0,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,16.78087043762207 +1970,11,1,other external,15-17 yrs,6,35755,15.982352256774902,0,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,16.78087043762207 +1970,11,1,internal,15-17 yrs,30,35755,15.982352256774902,0,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,83.90435028076172 +1970,11,1,all,18-20 yrs,100,46360,19.048856735229492,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,215.70318603515625 +1970,11,1,MVA,18-20 yrs,15,46360,19.048856735229492,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,32.3554801940918 +1970,11,1,suicide,18-20 yrs,3,46360,19.048856735229492,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,6.471095561981201 +1970,11,1,homicide,18-20 yrs,15,46360,19.048856735229492,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,32.3554801940918 +1970,11,1,other external,18-20 yrs,25,46360,19.048856735229492,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,53.92579650878906 +1970,11,1,internal,18-20 yrs,42,46360,19.048856735229492,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,90.59534454345703 +1970,11,1,all,21-24 yrs,155,63264,22.4316349029541,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,245.0050506591797 +1970,11,1,MVA,21-24 yrs,14,63264,22.4316349029541,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,22.12948989868164 +1970,11,1,suicide,21-24 yrs,7,63264,22.4316349029541,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,11.06474494934082 +1970,11,1,homicide,21-24 yrs,39,63264,22.4316349029541,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,61.64643478393555 +1970,11,1,other external,21-24 yrs,29,63264,22.4316349029541,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,45.839656829833984 +1970,11,1,internal,21-24 yrs,66,63264,22.4316349029541,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,104.32473754882812 +1971,11,1,MVA,15-17 yrs,6,36399,15.988378524780273,0,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,16.48396873474121 +1971,11,1,suicide,15-17 yrs,1,36399,15.988378524780273,0,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,2.747328281402588 +1971,11,1,homicide,15-17 yrs,15,36399,15.988378524780273,0,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,41.209922790527344 +1971,11,1,other external,15-17 yrs,9,36399,15.988378524780273,0,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,24.725954055786133 +1971,11,1,internal,15-17 yrs,23,36399,15.988378524780273,0,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,63.18854904174805 +1971,11,1,all,18-20 yrs,95,44698,19.052753448486328,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,212.5374755859375 +1971,11,1,MVA,18-20 yrs,9,44698,19.052753448486328,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,20.135129928588867 +1971,11,1,suicide,18-20 yrs,2,44698,19.052753448486328,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,4.474472999572754 +1971,11,1,homicide,18-20 yrs,20,44698,19.052753448486328,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,44.74473190307617 +1971,11,1,other external,18-20 yrs,26,44698,19.052753448486328,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,58.16815185546875 +1971,11,1,internal,18-20 yrs,38,44698,19.052753448486328,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,85.0149917602539 +1971,11,1,all,21-24 yrs,167,63636,22.545305252075195,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,262.4300842285156 +1971,11,1,MVA,21-24 yrs,18,63636,22.545305252075195,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,28.28587532043457 +1971,11,1,suicide,21-24 yrs,8,63636,22.545305252075195,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,12.571500778198242 +1971,11,1,homicide,21-24 yrs,38,63636,22.545305252075195,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,59.71462631225586 +1971,11,1,other external,21-24 yrs,26,63636,22.545305252075195,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,40.85737609863281 +1971,11,1,internal,21-24 yrs,77,63636,22.545305252075195,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,121.00069427490234 +1972,11,1,MVA,15-17 yrs,8,36678,15.992610931396484,0,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,21.811439514160156 +1972,11,1,suicide,15-17 yrs,2,36678,15.992610931396484,0,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,5.452859878540039 +1972,11,1,homicide,15-17 yrs,8,36678,15.992610931396484,0,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,21.811439514160156 +1972,11,1,other external,15-17 yrs,8,36678,15.992610931396484,0,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,21.811439514160156 +1972,11,1,internal,15-17 yrs,14,36678,15.992610931396484,0,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,38.170021057128906 +1972,11,1,all,18-20 yrs,96,44661,19.025951385498047,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,214.95263671875 +1972,11,1,MVA,18-20 yrs,8,44661,19.025951385498047,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,17.9127197265625 +1972,11,1,suicide,18-20 yrs,2,44661,19.025951385498047,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,4.478179931640625 +1972,11,1,homicide,18-20 yrs,20,44661,19.025951385498047,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,44.78179931640625 +1972,11,1,other external,18-20 yrs,22,44661,19.025951385498047,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,49.259979248046875 +1972,11,1,internal,18-20 yrs,44,44661,19.025951385498047,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,98.51995849609375 +1972,11,1,all,21-24 yrs,136,61185,22.513639450073242,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,222.27670288085938 +1972,11,1,MVA,21-24 yrs,8,61185,22.513639450073242,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,13.07509994506836 +1972,11,1,suicide,21-24 yrs,8,61185,22.513639450073242,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,13.07509994506836 +1972,11,1,homicide,21-24 yrs,30,61185,22.513639450073242,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,49.03162384033203 +1972,11,1,other external,21-24 yrs,46,61185,22.513639450073242,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,75.18182373046875 +1972,11,1,internal,21-24 yrs,44,61185,22.513639450073242,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,71.91304779052734 +1973,11,1,MVA,15-17 yrs,6,36823,15.995030403137207,0,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,16.294164657592773 +1973,11,1,suicide,15-17 yrs,1,36823,15.995030403137207,0,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,2.715693950653076 +1973,11,1,homicide,15-17 yrs,2,36823,15.995030403137207,0,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,5.431387901306152 +1973,11,1,other external,15-17 yrs,4,36823,15.995030403137207,0,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,10.862775802612305 +1973,11,1,internal,15-17 yrs,16,36823,15.995030403137207,0,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,43.45110321044922 +1973,11,1,all,18-20 yrs,69,44998,19.010801315307617,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,153.34014892578125 +1973,11,1,MVA,18-20 yrs,13,44998,19.010801315307617,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,28.890172958374023 +1973,11,1,suicide,18-20 yrs,1,44998,19.010801315307617,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,2.222321033477783 +1973,11,1,homicide,18-20 yrs,19,44998,19.010801315307617,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,42.224098205566406 +1973,11,1,other external,18-20 yrs,7,44998,19.010801315307617,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,15.556246757507324 +1973,11,1,internal,18-20 yrs,29,44998,19.010801315307617,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,64.44731140136719 +1973,11,1,all,21-24 yrs,117,58429,22.509096145629883,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,200.24302673339844 +1973,11,1,MVA,21-24 yrs,5,58429,22.509096145629883,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,8.557394027709961 +1973,11,1,suicide,21-24 yrs,12,58429,22.509096145629883,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,20.53774642944336 +1973,11,1,homicide,21-24 yrs,41,58429,22.509096145629883,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,70.1706314086914 +1973,11,1,other external,21-24 yrs,15,58429,22.509096145629883,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,25.672183990478516 +1973,11,1,internal,21-24 yrs,44,58429,22.509096145629883,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,75.30506896972656 +1974,11,1,MVA,15-17 yrs,6,36760,16.000816345214844,0,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,16.32209014892578 +1974,11,1,suicide,15-17 yrs,2,36760,16.000816345214844,0,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,5.4406962394714355 +1974,11,1,homicide,15-17 yrs,11,36760,16.000816345214844,0,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,29.923830032348633 +1974,11,1,other external,15-17 yrs,4,36760,16.000816345214844,0,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,10.881392478942871 +1974,11,1,internal,15-17 yrs,13,36760,16.000816345214844,0,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,35.364524841308594 +1974,11,1,all,18-20 yrs,58,45126,19.006824493408203,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,128.5290069580078 +1974,11,1,MVA,18-20 yrs,8,45126,19.006824493408203,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,17.728139877319336 +1974,11,1,suicide,18-20 yrs,6,45126,19.006824493408203,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,13.296104431152344 +1974,11,1,homicide,18-20 yrs,14,45126,19.006824493408203,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,31.024242401123047 +1974,11,1,other external,18-20 yrs,10,45126,19.006824493408203,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,22.160173416137695 +1974,11,1,internal,18-20 yrs,20,45126,19.006824493408203,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,44.32034683227539 +1974,11,1,all,21-24 yrs,131,55905,22.496789932250977,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,234.3260955810547 +1974,11,1,MVA,21-24 yrs,17,55905,22.496789932250977,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,30.408729553222656 +1974,11,1,suicide,21-24 yrs,9,55905,22.496789932250977,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,16.098739624023438 +1974,11,1,homicide,21-24 yrs,42,55905,22.496789932250977,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,75.12744903564453 +1974,11,1,other external,21-24 yrs,12,55905,22.496789932250977,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,21.464984893798828 +1974,11,1,internal,21-24 yrs,51,55905,22.496789932250977,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,91.22618865966797 +1975,11,1,MVA,15-17 yrs,2,36533,16.005064010620117,0,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,5.4745025634765625 +1975,11,1,suicide,15-17 yrs,1,36533,16.005064010620117,0,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,2.7372512817382812 +1975,11,1,homicide,15-17 yrs,7,36533,16.005064010620117,0,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,19.16075897216797 +1975,11,1,other external,15-17 yrs,3,36533,16.005064010620117,0,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,8.211753845214844 +1975,11,1,internal,15-17 yrs,16,36533,16.005064010620117,0,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,43.7960205078125 +1975,11,1,all,18-20 yrs,70,45582,19.00204086303711,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,153.56939697265625 +1975,11,1,MVA,18-20 yrs,6,45582,19.00204086303711,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,13.163090705871582 +1975,11,1,suicide,18-20 yrs,7,45582,19.00204086303711,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,15.356939315795898 +1975,11,1,homicide,18-20 yrs,16,45582,19.00204086303711,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,35.1015739440918 +1975,11,1,other external,18-20 yrs,9,45582,19.00204086303711,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,19.74463653564453 +1975,11,1,internal,18-20 yrs,32,45582,19.00204086303711,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,70.2031478881836 +1975,11,1,all,21-24 yrs,119,55396,22.4885196685791,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,214.81695556640625 +1975,11,1,MVA,21-24 yrs,10,55396,22.4885196685791,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,18.05184555053711 +1975,11,1,suicide,21-24 yrs,10,55396,22.4885196685791,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,18.05184555053711 +1975,11,1,homicide,21-24 yrs,35,55396,22.4885196685791,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,63.18145751953125 +1975,11,1,other external,21-24 yrs,17,55396,22.4885196685791,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,30.68813705444336 +1975,11,1,internal,21-24 yrs,47,55396,22.4885196685791,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,84.84367370605469 +1976,11,1,MVA,15-17 yrs,2,35798,16.01315689086914,0,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,5.586904525756836 +1976,11,1,suicide,15-17 yrs,1,35798,16.01315689086914,0,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,2.793452262878418 +1976,11,1,homicide,15-17 yrs,7,35798,16.01315689086914,0,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,19.55416488647461 +1976,11,1,other external,15-17 yrs,1,35798,16.01315689086914,0,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,2.793452262878418 +1976,11,1,internal,15-17 yrs,13,35798,16.01315689086914,0,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,36.314876556396484 +1976,11,1,all,18-20 yrs,50,45960,18.998672485351562,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,108.79025268554688 +1976,11,1,MVA,18-20 yrs,6,45960,18.998672485351562,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,13.054830551147461 +1976,11,1,suicide,18-20 yrs,3,45960,18.998672485351562,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,6.5274152755737305 +1976,11,1,homicide,18-20 yrs,17,45960,18.998672485351562,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,36.988685607910156 +1976,11,1,other external,18-20 yrs,6,45960,18.998672485351562,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,13.054830551147461 +1976,11,1,internal,18-20 yrs,18,45960,18.998672485351562,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,39.16448974609375 +1976,11,1,all,21-24 yrs,101,55157,22.467357635498047,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,183.11366271972656 +1976,11,1,MVA,21-24 yrs,8,55157,22.467357635498047,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,14.50405216217041 +1976,11,1,suicide,21-24 yrs,14,55157,22.467357635498047,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,25.382091522216797 +1976,11,1,homicide,21-24 yrs,29,55157,22.467357635498047,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,52.57719039916992 +1976,11,1,other external,21-24 yrs,7,55157,22.467357635498047,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,12.691045761108398 +1976,11,1,internal,21-24 yrs,43,55157,22.467357635498047,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,77.95928192138672 +1977,11,1,MVA,15-17 yrs,4,34579,16.024465560913086,0,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,11.56771469116211 +1977,11,1,suicide,15-17 yrs,2,34579,16.024465560913086,0,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,5.783857345581055 +1977,11,1,homicide,15-17 yrs,6,34579,16.024465560913086,0,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,17.351572036743164 +1977,11,1,other external,15-17 yrs,2,34579,16.024465560913086,0,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,5.783857345581055 +1977,11,1,internal,15-17 yrs,15,34579,16.024465560913086,0,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,43.378929138183594 +1977,11,1,all,18-20 yrs,65,45605,18.99776268005371,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,142.52822875976562 +1977,11,1,MVA,18-20 yrs,9,45605,18.99776268005371,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,19.734678268432617 +1977,11,1,suicide,18-20 yrs,8,45605,18.99776268005371,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,17.54193687438965 +1977,11,1,homicide,18-20 yrs,13,45605,18.99776268005371,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,28.505645751953125 +1977,11,1,other external,18-20 yrs,7,45605,18.99776268005371,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,15.349194526672363 +1977,11,1,internal,18-20 yrs,28,45605,18.99776268005371,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,61.39677810668945 +1977,11,1,all,21-24 yrs,88,55160,22.47075843811035,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,159.535888671875 +1977,11,1,MVA,21-24 yrs,5,55160,22.47075843811035,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,9.064539909362793 +1977,11,1,suicide,21-24 yrs,10,55160,22.47075843811035,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,18.129079818725586 +1977,11,1,homicide,21-24 yrs,23,55160,22.47075843811035,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,41.69688034057617 +1977,11,1,other external,21-24 yrs,11,55160,22.47075843811035,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,19.941986083984375 +1977,11,1,internal,21-24 yrs,39,55160,22.47075843811035,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,70.70340728759766 +1978,11,1,MVA,15-17 yrs,2,33496,16.020748138427734,0,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,5.97086238861084 +1978,11,1,suicide,15-17 yrs,0,33496,16.020748138427734,0,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,0 +1978,11,1,homicide,15-17 yrs,2,33496,16.020748138427734,0,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,5.97086238861084 +1978,11,1,other external,15-17 yrs,2,33496,16.020748138427734,0,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,5.97086238861084 +1978,11,1,internal,15-17 yrs,19,33496,16.020748138427734,0,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,56.72319030761719 +1978,11,1,all,18-20 yrs,37,45461,18.99520492553711,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,81.38844299316406 +1978,11,1,MVA,18-20 yrs,4,45461,18.99520492553711,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,8.798750877380371 +1978,11,1,suicide,18-20 yrs,1,45461,18.99520492553711,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,2.1996877193450928 +1978,11,1,homicide,18-20 yrs,9,45461,18.99520492553711,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,19.797189712524414 +1978,11,1,other external,18-20 yrs,3,45461,18.99520492553711,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,6.599062919616699 +1978,11,1,internal,18-20 yrs,20,45461,18.99520492553711,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,43.993751525878906 +1978,11,1,all,21-24 yrs,92,55636,22.478557586669922,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,165.36056518554688 +1978,11,1,MVA,21-24 yrs,7,55636,22.478557586669922,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,12.581781387329102 +1978,11,1,suicide,21-24 yrs,6,55636,22.478557586669922,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,10.784383773803711 +1978,11,1,homicide,21-24 yrs,20,55636,22.478557586669922,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,35.94794845581055 +1978,11,1,other external,21-24 yrs,7,55636,22.478557586669922,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,12.581781387329102 +1978,11,1,internal,21-24 yrs,52,55636,22.478557586669922,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,93.46466064453125 +1979,11,1,MVA,15-17 yrs,3,32371,16.01535415649414,0,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,9.26755428314209 +1979,11,1,suicide,15-17 yrs,0,32371,16.01535415649414,0,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,0 +1979,11,1,homicide,15-17 yrs,6,32371,16.01535415649414,0,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,18.53510856628418 +1979,11,1,other external,15-17 yrs,4,32371,16.01535415649414,0,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,12.356739044189453 +1979,11,1,internal,15-17 yrs,19,32371,16.01535415649414,0,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,58.69451141357422 +1979,11,1,all,18-20 yrs,50,44710,18.995616912841797,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,111.83180236816406 +1979,11,1,MVA,18-20 yrs,4,44710,18.995616912841797,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,8.946544647216797 +1979,11,1,suicide,18-20 yrs,3,44710,18.995616912841797,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,6.709908485412598 +1979,11,1,homicide,18-20 yrs,19,44710,18.995616912841797,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,42.49608612060547 +1979,11,1,other external,18-20 yrs,8,44710,18.995616912841797,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,17.893089294433594 +1979,11,1,internal,18-20 yrs,16,44710,18.995616912841797,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,35.78617858886719 +1979,11,1,all,21-24 yrs,79,55576,22.48501205444336,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,142.14768981933594 +1979,11,1,MVA,21-24 yrs,7,55576,22.48501205444336,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,12.595364570617676 +1979,11,1,suicide,21-24 yrs,8,55576,22.48501205444336,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,14.394702911376953 +1979,11,1,homicide,21-24 yrs,19,55576,22.48501205444336,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,34.18741989135742 +1979,11,1,other external,21-24 yrs,13,55576,22.48501205444336,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,23.39139175415039 +1979,11,1,internal,21-24 yrs,32,55576,22.48501205444336,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,57.57881164550781 +1980,11,1,MVA,15-17 yrs,3,30116,16.033403396606445,0,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,9.961482048034668 +1980,11,1,suicide,15-17 yrs,5,30116,16.033403396606445,0,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,16.60247039794922 +1980,11,1,homicide,15-17 yrs,9,30116,16.033403396606445,0,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,29.88444709777832 +1980,11,1,other external,15-17 yrs,5,30116,16.033403396606445,0,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,16.60247039794922 +1980,11,1,internal,15-17 yrs,13,30116,16.033403396606445,0,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,43.16642379760742 +1980,11,1,all,18-20 yrs,42,40707,19.04384994506836,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,103.17636108398438 +1980,11,1,MVA,18-20 yrs,6,40707,19.04384994506836,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,14.739480018615723 +1980,11,1,suicide,18-20 yrs,5,40707,19.04384994506836,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,12.282899856567383 +1980,11,1,homicide,18-20 yrs,19,40707,19.04384994506836,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,46.675018310546875 +1980,11,1,other external,18-20 yrs,3,40707,19.04384994506836,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,7.369740009307861 +1980,11,1,internal,18-20 yrs,9,40707,19.04384994506836,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,22.10921859741211 +1980,11,1,all,21-24 yrs,105,56117,22.49897575378418,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,187.10906982421875 +1980,11,1,MVA,21-24 yrs,12,56117,22.49897575378418,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,21.383893966674805 +1980,11,1,suicide,21-24 yrs,8,56117,22.49897575378418,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,14.255929946899414 +1980,11,1,homicide,21-24 yrs,31,56117,22.49897575378418,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,55.24172592163086 +1980,11,1,other external,21-24 yrs,7,56117,22.49897575378418,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,12.47393798828125 +1980,11,1,internal,21-24 yrs,47,56117,22.49897575378418,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,83.75358581542969 +1981,11,1,MVA,15-17 yrs,4,28712,16.040748596191406,0,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,13.93145751953125 +1981,11,1,suicide,15-17 yrs,0,28712,16.040748596191406,0,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,0 +1981,11,1,homicide,15-17 yrs,4,28712,16.040748596191406,0,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,13.93145751953125 +1981,11,1,other external,15-17 yrs,2,28712,16.040748596191406,0,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,6.965728759765625 +1981,11,1,internal,15-17 yrs,18,28712,16.040748596191406,0,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,62.691558837890625 +1981,11,1,all,18-20 yrs,63,38635,19.107622146606445,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,163.0645751953125 +1981,11,1,MVA,18-20 yrs,14,38635,19.107622146606445,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,36.236572265625 +1981,11,1,suicide,18-20 yrs,2,38635,19.107622146606445,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,5.1766533851623535 +1981,11,1,homicide,18-20 yrs,17,38635,19.107622146606445,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,44.00155258178711 +1981,11,1,other external,18-20 yrs,8,38635,19.107622146606445,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,20.706613540649414 +1981,11,1,internal,18-20 yrs,22,38635,19.107622146606445,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,56.94318771362305 +1981,11,1,all,21-24 yrs,103,57621,22.5150203704834,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,178.7542724609375 +1981,11,1,MVA,21-24 yrs,11,57621,22.5150203704834,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,19.090261459350586 +1981,11,1,suicide,21-24 yrs,7,57621,22.5150203704834,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,12.148348808288574 +1981,11,1,homicide,21-24 yrs,34,57621,22.5150203704834,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,59.006263732910156 +1981,11,1,other external,21-24 yrs,9,57621,22.5150203704834,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,15.619305610656738 +1981,11,1,internal,21-24 yrs,42,57621,22.5150203704834,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,72.89009094238281 +1982,11,1,MVA,15-17 yrs,7,26952,16.038921356201172,0,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,25.97209930419922 +1982,11,1,suicide,15-17 yrs,0,26952,16.038921356201172,0,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,0 +1982,11,1,homicide,15-17 yrs,5,26952,16.038921356201172,0,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,18.551498413085938 +1982,11,1,other external,15-17 yrs,4,26952,16.038921356201172,0,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,14.841198921203613 +1982,11,1,internal,15-17 yrs,15,26952,16.038921356201172,0,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,55.65449523925781 +1982,11,1,all,18-20 yrs,43,35701,19.080474853515625,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,120.44480895996094 +1982,11,1,MVA,18-20 yrs,4,35701,19.080474853515625,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,11.204168319702148 +1982,11,1,suicide,18-20 yrs,5,35701,19.080474853515625,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,14.005209922790527 +1982,11,1,homicide,18-20 yrs,16,35701,19.080474853515625,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,44.816673278808594 +1982,11,1,other external,18-20 yrs,5,35701,19.080474853515625,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,14.005209922790527 +1982,11,1,internal,18-20 yrs,13,35701,19.080474853515625,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,36.41354751586914 +1982,11,1,all,21-24 yrs,92,59210,22.498395919799805,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,155.37916564941406 +1982,11,1,MVA,21-24 yrs,3,59210,22.498395919799805,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,5.066711902618408 +1982,11,1,suicide,21-24 yrs,11,59210,22.498395919799805,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,18.577943801879883 +1982,11,1,homicide,21-24 yrs,25,59210,22.498395919799805,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,42.222599029541016 +1982,11,1,other external,21-24 yrs,14,59210,22.498395919799805,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,23.644655227661133 +1982,11,1,internal,21-24 yrs,39,59210,22.498395919799805,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,65.86724853515625 +1983,11,1,MVA,15-17 yrs,4,25453,16.046634674072266,0,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,15.715239524841309 +1983,11,1,suicide,15-17 yrs,2,25453,16.046634674072266,0,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,7.857619762420654 +1983,11,1,homicide,15-17 yrs,7,25453,16.046634674072266,0,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,27.50166893005371 +1983,11,1,other external,15-17 yrs,5,25453,16.046634674072266,0,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,19.64405059814453 +1983,11,1,internal,15-17 yrs,9,25453,16.046634674072266,0,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,35.359291076660156 +1983,11,1,all,18-20 yrs,58,33770,19.054574966430664,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,171.7500762939453 +1983,11,1,MVA,18-20 yrs,10,33770,19.054574966430664,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,29.61208152770996 +1983,11,1,suicide,18-20 yrs,2,33770,19.054574966430664,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,5.9224162101745605 +1983,11,1,homicide,18-20 yrs,17,33770,19.054574966430664,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,50.340538024902344 +1983,11,1,other external,18-20 yrs,7,33770,19.054574966430664,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,20.728456497192383 +1983,11,1,internal,18-20 yrs,22,33770,19.054574966430664,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,65.1465835571289 +1983,11,1,all,21-24 yrs,92,59246,22.542905807495117,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,155.2847442626953 +1983,11,1,MVA,21-24 yrs,11,59246,22.542905807495117,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,18.566654205322266 +1983,11,1,suicide,21-24 yrs,14,59246,22.542905807495117,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,23.630287170410156 +1983,11,1,homicide,21-24 yrs,30,59246,22.542905807495117,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,50.636329650878906 +1983,11,1,other external,21-24 yrs,14,59246,22.542905807495117,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,23.630287170410156 +1983,11,1,internal,21-24 yrs,23,59246,22.542905807495117,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,38.82118606567383 +1984,11,1,MVA,15-17 yrs,4,24583,16.034860610961914,0,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,16.271406173706055 +1984,11,1,suicide,15-17 yrs,2,24583,16.034860610961914,0,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,8.135703086853027 +1984,11,1,homicide,15-17 yrs,6,24583,16.034860610961914,0,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,24.4071102142334 +1984,11,1,other external,15-17 yrs,1,24583,16.034860610961914,0,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,4.067851543426514 +1984,11,1,internal,15-17 yrs,17,24583,16.034860610961914,0,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,69.15348052978516 +1984,11,1,all,18-20 yrs,62,33397,19.065933227539062,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,185.64541625976562 +1984,11,1,MVA,18-20 yrs,17,33397,19.065933227539062,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,50.902774810791016 +1984,11,1,suicide,18-20 yrs,5,33397,19.065933227539062,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,14.971405029296875 +1984,11,1,homicide,18-20 yrs,19,33397,19.065933227539062,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,56.89133834838867 +1984,11,1,other external,18-20 yrs,12,33397,19.065933227539062,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,35.93136978149414 +1984,11,1,internal,18-20 yrs,9,33397,19.065933227539062,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,26.948528289794922 +1984,11,1,all,21-24 yrs,100,57709,22.607755661010742,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,173.283203125 +1984,11,1,MVA,21-24 yrs,10,57709,22.607755661010742,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,17.328319549560547 +1984,11,1,suicide,21-24 yrs,13,57709,22.607755661010742,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,22.52681541442871 +1984,11,1,homicide,21-24 yrs,31,57709,22.607755661010742,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,53.71779251098633 +1984,11,1,other external,21-24 yrs,12,57709,22.607755661010742,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,20.793983459472656 +1984,11,1,internal,21-24 yrs,34,57709,22.607755661010742,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,58.91628646850586 +1985,11,1,MVA,15-17 yrs,3,24722,16.00452995300293,0,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,12.134940147399902 +1985,11,1,suicide,15-17 yrs,1,24722,16.00452995300293,0,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,4.044980049133301 +1985,11,1,homicide,15-17 yrs,4,24722,16.00452995300293,0,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,16.179920196533203 +1985,11,1,other external,15-17 yrs,1,24722,16.00452995300293,0,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,4.044980049133301 +1985,11,1,internal,15-17 yrs,9,24722,16.00452995300293,0,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,36.404823303222656 +1985,11,1,all,18-20 yrs,44,32679,19.060956954956055,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,134.64303588867188 +1985,11,1,MVA,18-20 yrs,12,32679,19.060956954956055,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,36.720829010009766 +1985,11,1,suicide,18-20 yrs,3,32679,19.060956954956055,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,9.180207252502441 +1985,11,1,homicide,18-20 yrs,14,32679,19.060956954956055,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,42.84096908569336 +1985,11,1,other external,18-20 yrs,5,32679,19.060956954956055,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,15.300345420837402 +1985,11,1,internal,18-20 yrs,10,32679,19.060956954956055,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,30.600690841674805 +1985,11,1,all,21-24 yrs,93,55532,22.633508682250977,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,167.47100830078125 +1985,11,1,MVA,21-24 yrs,14,55532,22.633508682250977,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,25.210689544677734 +1985,11,1,suicide,21-24 yrs,7,55532,22.633508682250977,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,12.605344772338867 +1985,11,1,homicide,21-24 yrs,20,55532,22.633508682250977,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,36.0152702331543 +1985,11,1,other external,21-24 yrs,15,55532,22.633508682250977,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,27.01145362854004 +1985,11,1,internal,21-24 yrs,37,55532,22.633508682250977,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,66.62825012207031 +1986,11,0.9906046390533447,MVA,15-17 yrs,2,25602,15.99668025970459,0,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,7.8118896484375 +1986,11,0.9906046390533447,suicide,15-17 yrs,2,25602,15.99668025970459,0,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,7.8118896484375 +1986,11,0.9906046390533447,homicide,15-17 yrs,8,25602,15.99668025970459,0,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,31.24755859375 +1986,11,0.9906046390533447,other external,15-17 yrs,4,25602,15.99668025970459,0,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,15.623779296875 +1986,11,0.9906046390533447,internal,15-17 yrs,19,25602,15.99668025970459,0,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,74.21295166015625 +1986,11,0.9906046390533447,all,18-20 yrs,48,32537,19.066692352294922,0.9906046390533447,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,147.52435302734375 +1986,11,0.9906046390533447,MVA,18-20 yrs,7,32537,19.066692352294922,0.9906046390533447,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,21.51396942138672 +1986,11,0.9906046390533447,suicide,18-20 yrs,6,32537,19.066692352294922,0.9906046390533447,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,18.44054412841797 +1986,11,0.9906046390533447,homicide,18-20 yrs,13,32537,19.066692352294922,0.9906046390533447,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,39.95451354980469 +1986,11,0.9906046390533447,other external,18-20 yrs,6,32537,19.066692352294922,0.9906046390533447,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,18.44054412841797 +1986,11,0.9906046390533447,internal,18-20 yrs,16,32537,19.066692352294922,0.9906046390533447,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,49.17478561401367 +1986,11,0.9906046390533447,all,21-24 yrs,105,52564,22.590499877929688,1,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,199.75648498535156 +1986,11,0.9906046390533447,MVA,21-24 yrs,9,52564,22.590499877929688,1,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,17.121984481811523 +1986,11,0.9906046390533447,suicide,21-24 yrs,10,52564,22.590499877929688,1,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,19.02442741394043 +1986,11,0.9906046390533447,homicide,21-24 yrs,28,52564,22.590499877929688,1,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,53.26839828491211 +1986,11,0.9906046390533447,other external,21-24 yrs,10,52564,22.590499877929688,1,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,19.02442741394043 +1986,11,0.9906046390533447,internal,21-24 yrs,48,52564,22.590499877929688,1,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,91.31725311279297 +1987,11,0.773251473903656,MVA,15-17 yrs,6,25350,16.046035766601562,0,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,23.668638229370117 +1987,11,0.773251473903656,suicide,15-17 yrs,2,25350,16.046035766601562,0,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,7.8895463943481445 +1987,11,0.773251473903656,homicide,15-17 yrs,12,25350,16.046035766601562,0,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,47.337276458740234 +1987,11,0.773251473903656,other external,15-17 yrs,2,25350,16.046035766601562,0,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,7.8895463943481445 +1987,11,0.773251473903656,internal,15-17 yrs,14,25350,16.046035766601562,0,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,55.22682571411133 +1987,11,0.773251473903656,all,18-20 yrs,61,32613,19.055959701538086,0.773251473903656,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,187.04197692871094 +1987,11,0.773251473903656,MVA,18-20 yrs,11,32613,19.055959701538086,0.773251473903656,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,33.7288818359375 +1987,11,0.773251473903656,suicide,18-20 yrs,2,32613,19.055959701538086,0.773251473903656,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,6.132524013519287 +1987,11,0.773251473903656,homicide,18-20 yrs,22,32613,19.055959701538086,0.773251473903656,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,67.457763671875 +1987,11,0.773251473903656,other external,18-20 yrs,2,32613,19.055959701538086,0.773251473903656,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,6.132524013519287 +1987,11,0.773251473903656,internal,18-20 yrs,24,32613,19.055959701538086,0.773251473903656,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,73.59028625488281 +1987,11,0.773251473903656,all,21-24 yrs,128,50433,22.55158233642578,1,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,253.8020782470703 +1987,11,0.773251473903656,MVA,21-24 yrs,13,50433,22.55158233642578,1,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,25.77677345275879 +1987,11,0.773251473903656,suicide,21-24 yrs,8,50433,22.55158233642578,1,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,15.862629890441895 +1987,11,0.773251473903656,homicide,21-24 yrs,41,50433,22.55158233642578,1,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,81.29597473144531 +1987,11,0.773251473903656,other external,21-24 yrs,14,50433,22.55158233642578,1,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,27.759601593017578 +1987,11,0.773251473903656,internal,21-24 yrs,52,50433,22.55158233642578,1,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,103.10709381103516 +1988,11,0.42791441082954407,MVA,15-17 yrs,10,23703,16.095516204833984,0,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,42.188751220703125 +1988,11,0.42791441082954407,suicide,15-17 yrs,0,23703,16.095516204833984,0,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,0 +1988,11,0.42791441082954407,homicide,15-17 yrs,18,23703,16.095516204833984,0,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,75.93975067138672 +1988,11,0.42791441082954407,other external,15-17 yrs,3,23703,16.095516204833984,0,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,12.656625747680664 +1988,11,0.42791441082954407,internal,15-17 yrs,13,23703,16.095516204833984,0,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,54.84537887573242 +1988,11,0.42791441082954407,all,18-20 yrs,80,33459,19.030275344848633,0.42791441082954407,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,239.09860229492188 +1988,11,0.42791441082954407,MVA,18-20 yrs,11,33459,19.030275344848633,0.42791441082954407,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,32.87605667114258 +1988,11,0.42791441082954407,suicide,18-20 yrs,2,33459,19.030275344848633,0.42791441082954407,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,5.9774651527404785 +1988,11,0.42791441082954407,homicide,18-20 yrs,42,33459,19.030275344848633,0.42791441082954407,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,125.52676391601562 +1988,11,0.42791441082954407,other external,18-20 yrs,5,33459,19.030275344848633,0.42791441082954407,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,14.943662643432617 +1988,11,0.42791441082954407,internal,18-20 yrs,20,33459,19.030275344848633,0.42791441082954407,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,59.77465057373047 +1988,11,0.42791441082954407,all,21-24 yrs,150,49495,22.55302619934082,1,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,303.0609130859375 +1988,11,0.42791441082954407,MVA,21-24 yrs,13,49495,22.55302619934082,1,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,26.26527976989746 +1988,11,0.42791441082954407,suicide,21-24 yrs,6,49495,22.55302619934082,1,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,12.1224365234375 +1988,11,0.42791441082954407,homicide,21-24 yrs,84,49495,22.55302619934082,1,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,169.714111328125 +1988,11,0.42791441082954407,other external,21-24 yrs,7,49495,22.55302619934082,1,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,14.142842292785645 +1988,11,0.42791441082954407,internal,21-24 yrs,40,49495,22.55302619934082,1,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,80.81624603271484 +1989,11,0.09417500346899033,MVA,15-17 yrs,5,21361,16.091053009033203,0,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,23.40714454650879 +1989,11,0.09417500346899033,suicide,15-17 yrs,2,21361,16.091053009033203,0,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,9.362857818603516 +1989,11,0.09417500346899033,homicide,15-17 yrs,33,21361,16.091053009033203,0,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,154.48715209960938 +1989,11,0.09417500346899033,other external,15-17 yrs,3,21361,16.091053009033203,0,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,14.044286727905273 +1989,11,0.09417500346899033,internal,15-17 yrs,6,21361,16.091053009033203,0,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,28.088573455810547 +1989,11,0.09417500346899033,all,18-20 yrs,100,35143,19.026777267456055,0.09417500346899033,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,284.55169677734375 +1989,11,0.09417500346899033,MVA,18-20 yrs,12,35143,19.026777267456055,0.09417500346899033,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,34.146202087402344 +1989,11,0.09417500346899033,suicide,18-20 yrs,2,35143,19.026777267456055,0.09417500346899033,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,5.691033840179443 +1989,11,0.09417500346899033,homicide,18-20 yrs,70,35143,19.026777267456055,0.09417500346899033,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,199.18618774414062 +1989,11,0.09417500346899033,other external,18-20 yrs,6,35143,19.026777267456055,0.09417500346899033,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,17.073101043701172 +1989,11,0.09417500346899033,internal,18-20 yrs,10,35143,19.026777267456055,0.09417500346899033,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,28.455169677734375 +1989,11,0.09417500346899033,all,21-24 yrs,148,48289,22.543601989746094,1,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,306.4880065917969 +1989,11,0.09417500346899033,MVA,21-24 yrs,12,48289,22.543601989746094,1,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,24.850379943847656 +1989,11,0.09417500346899033,suicide,21-24 yrs,5,48289,22.543601989746094,1,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,10.354325294494629 +1989,11,0.09417500346899033,homicide,21-24 yrs,72,48289,22.543601989746094,1,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,149.10227966308594 +1989,11,0.09417500346899033,other external,21-24 yrs,9,48289,22.543601989746094,1,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,18.637784957885742 +1989,11,0.09417500346899033,internal,21-24 yrs,50,48289,22.543601989746094,1,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,103.54325103759766 +1990,11,0,MVA,15-17 yrs,6,17947,16.096227645874023,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,33.43177032470703 +1990,11,0,suicide,15-17 yrs,1,17947,16.096227645874023,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,5.571961879730225 +1990,11,0,homicide,15-17 yrs,30,17947,16.096227645874023,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,167.1588592529297 +1990,11,0,other external,15-17 yrs,3,17947,16.096227645874023,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,16.715885162353516 +1990,11,0,internal,15-17 yrs,10,17947,16.096227645874023,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,55.71961975097656 +1990,11,0,all,18-20 yrs,116,34901,19.093435287475586,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,332.36871337890625 +1990,11,0,MVA,18-20 yrs,9,34901,19.093435287475586,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,25.787227630615234 +1990,11,0,suicide,18-20 yrs,2,34901,19.093435287475586,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,5.730494976043701 +1990,11,0,homicide,18-20 yrs,83,34901,19.093435287475586,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,237.81553649902344 +1990,11,0,other external,18-20 yrs,5,34901,19.093435287475586,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,14.326236724853516 +1990,11,0,internal,18-20 yrs,17,34901,19.093435287475586,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,48.709205627441406 +1990,11,0,all,21-24 yrs,145,47885,22.527576446533203,1,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,302.8088073730469 +1990,11,0,MVA,21-24 yrs,9,47885,22.527576446533203,1,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,18.79503059387207 +1990,11,0,suicide,21-24 yrs,3,47885,22.527576446533203,1,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,6.265009880065918 +1990,11,0,homicide,21-24 yrs,85,47885,22.527576446533203,1,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,177.5086212158203 +1990,11,0,other external,21-24 yrs,6,47885,22.527576446533203,1,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,12.530019760131836 +1990,11,0,internal,21-24 yrs,42,47885,22.527576446533203,1,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,87.71013641357422 +1991,11,0,MVA,15-17 yrs,7,16406,16.042850494384766,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,42.66731643676758 +1991,11,0,suicide,15-17 yrs,4,16406,16.042850494384766,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,24.381324768066406 +1991,11,0,homicide,15-17 yrs,36,16406,16.042850494384766,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,219.43191528320312 +1991,11,0,other external,15-17 yrs,4,16406,16.042850494384766,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,24.381324768066406 +1991,11,0,internal,15-17 yrs,8,16406,16.042850494384766,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,48.76264953613281 +1991,11,0,all,18-20 yrs,118,28980,19.1937198638916,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,407.1773681640625 +1991,11,0,MVA,18-20 yrs,9,28980,19.1937198638916,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,31.05590057373047 +1991,11,0,suicide,18-20 yrs,0,28980,19.1937198638916,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,0 +1991,11,0,homicide,18-20 yrs,87,28980,19.1937198638916,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,300.20703125 +1991,11,0,other external,18-20 yrs,7,28980,19.1937198638916,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,24.15458869934082 +1991,11,0,internal,18-20 yrs,15,28980,19.1937198638916,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,51.75983428955078 +1991,11,0,all,21-24 yrs,163,47081,22.48943328857422,1,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,346.21185302734375 +1991,11,0,MVA,21-24 yrs,13,47081,22.48943328857422,1,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,27.611988067626953 +1991,11,0,suicide,21-24 yrs,5,47081,22.48943328857422,1,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,10.6199951171875 +1991,11,0,homicide,21-24 yrs,97,47081,22.48943328857422,1,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,206.0279083251953 +1991,11,0,other external,21-24 yrs,6,47081,22.48943328857422,1,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,12.74399471282959 +1991,11,0,internal,21-24 yrs,42,47081,22.48943328857422,1,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,89.20796203613281 +1992,11,0,MVA,15-17 yrs,4,15751,16.020442962646484,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,25.395212173461914 +1992,11,0,suicide,15-17 yrs,1,15751,16.020442962646484,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,6.3488030433654785 +1992,11,0,homicide,15-17 yrs,32,15751,16.020442962646484,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,203.1616973876953 +1992,11,0,other external,15-17 yrs,2,15751,16.020442962646484,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,12.697606086730957 +1992,11,0,internal,15-17 yrs,11,15751,16.020442962646484,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,69.83683776855469 +1992,11,0,all,18-20 yrs,102,22805,19.179609298706055,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,447.27032470703125 +1992,11,0,MVA,18-20 yrs,7,22805,19.179609298706055,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,30.695022583007812 +1992,11,0,suicide,18-20 yrs,3,22805,19.179609298706055,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,13.155010223388672 +1992,11,0,homicide,18-20 yrs,68,22805,19.179609298706055,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,298.18023681640625 +1992,11,0,other external,18-20 yrs,5,22805,19.179609298706055,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,21.925016403198242 +1992,11,0,internal,18-20 yrs,19,22805,19.179609298706055,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,83.3150634765625 +1992,11,0,all,21-24 yrs,137,47258,22.473148345947266,1,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,289.89801025390625 +1992,11,0,MVA,21-24 yrs,7,47258,22.473148345947266,1,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,14.812307357788086 +1992,11,0,suicide,21-24 yrs,5,47258,22.473148345947266,1,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,10.580219268798828 +1992,11,0,homicide,21-24 yrs,79,47258,22.473148345947266,1,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,167.16746520996094 +1992,11,0,other external,21-24 yrs,6,47258,22.473148345947266,1,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,12.696263313293457 +1992,11,0,internal,21-24 yrs,40,47258,22.473148345947266,1,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,84.641754150390625 +1993,11,0,MVA,15-17 yrs,3,15376,16.00702476501465,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,19.51092529296875 +1993,11,0,suicide,15-17 yrs,0,15376,16.00702476501465,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,0 +1993,11,0,homicide,15-17 yrs,49,15376,16.00702476501465,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,318.678466796875 +1993,11,0,other external,15-17 yrs,3,15376,16.00702476501465,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,19.51092529296875 +1993,11,0,internal,15-17 yrs,10,15376,16.00702476501465,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,65.03642272949219 +1993,11,0,all,18-20 yrs,118,18940,19.09392738342285,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,623.02008056640625 +1993,11,0,MVA,18-20 yrs,5,18940,19.09392738342285,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,26.399154663085938 +1993,11,0,suicide,18-20 yrs,2,18940,19.09392738342285,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,10.559661865234375 +1993,11,0,homicide,18-20 yrs,90,18940,19.09392738342285,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,475.1847839355469 +1993,11,0,other external,18-20 yrs,4,18940,19.09392738342285,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,21.11932373046875 +1993,11,0,internal,18-20 yrs,17,18940,19.09392738342285,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,89.75712585449219 +1993,11,0,all,21-24 yrs,139,45444,22.564254760742188,1,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,305.8709716796875 +1993,11,0,MVA,21-24 yrs,13,45444,22.564254760742188,1,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,28.60663604736328 +1993,11,0,suicide,21-24 yrs,3,45444,22.564254760742188,1,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,6.601531505584717 +1993,11,0,homicide,21-24 yrs,89,45444,22.564254760742188,1,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,195.84544372558594 +1993,11,0,other external,21-24 yrs,2,45444,22.564254760742188,1,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,4.4010210037231445 +1993,11,0,internal,21-24 yrs,32,45444,22.564254760742188,1,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,70.41633605957031 +1994,11,0,MVA,15-17 yrs,7,15389,16.005264282226562,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,45.487037658691406 +1994,11,0,suicide,15-17 yrs,2,15389,16.005264282226562,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,12.996295928955078 +1994,11,0,homicide,15-17 yrs,31,15389,16.005264282226562,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,201.44259643554688 +1994,11,0,other external,15-17 yrs,1,15389,16.005264282226562,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,6.498147964477539 +1994,11,0,internal,15-17 yrs,13,15389,16.005264282226562,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,84.475921630859375 +1994,11,0,all,18-20 yrs,103,17336,19.062990188598633,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,594.13934326171875 +1994,11,0,MVA,18-20 yrs,12,17336,19.062990188598633,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,69.220123291015625 +1994,11,0,suicide,18-20 yrs,0,17336,19.062990188598633,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,0 +1994,11,0,homicide,18-20 yrs,77,17336,19.062990188598633,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,444.1624450683594 +1994,11,0,other external,18-20 yrs,2,17336,19.062990188598633,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,11.536686897277832 +1994,11,0,internal,18-20 yrs,12,17336,19.062990188598633,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,69.220123291015625 +1994,11,0,all,21-24 yrs,146,41060,22.714296340942383,1,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,355.57720947265625 +1994,11,0,MVA,21-24 yrs,15,41060,22.714296340942383,1,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,36.53190612792969 +1994,11,0,suicide,21-24 yrs,7,41060,22.714296340942383,1,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,17.048221588134766 +1994,11,0,homicide,21-24 yrs,81,41060,22.714296340942383,1,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,197.27227783203125 +1994,11,0,other external,21-24 yrs,4,41060,22.714296340942383,1,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,9.741841316223145 +1994,11,0,internal,21-24 yrs,39,41060,22.714296340942383,1,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,94.98294830322266 +1995,11,0,MVA,15-17 yrs,4,15429,15.991768836975098,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,25.92520523071289 +1995,11,0,suicide,15-17 yrs,1,15429,15.991768836975098,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,6.481301307678223 +1995,11,0,homicide,15-17 yrs,37,15429,15.991768836975098,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,239.8081512451172 +1995,11,0,other external,15-17 yrs,0,15429,15.991768836975098,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,0 +1995,11,0,internal,15-17 yrs,13,15429,15.991768836975098,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,84.25691986083984 +1995,11,0,all,18-20 yrs,95,16812,19.046812057495117,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,565.07257080078125 +1995,11,0,MVA,18-20 yrs,6,16812,19.046812057495117,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,35.68879318237305 +1995,11,0,suicide,18-20 yrs,3,16812,19.046812057495117,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,17.844396591186523 +1995,11,0,homicide,18-20 yrs,71,16812,19.046812057495117,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,422.3173828125 +1995,11,0,other external,18-20 yrs,0,16812,19.046812057495117,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,0 +1995,11,0,internal,18-20 yrs,15,16812,19.046812057495117,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,89.22198486328125 +1995,11,0,all,21-24 yrs,125,35063,22.789037704467773,1,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,356.50115966796875 +1995,11,0,MVA,21-24 yrs,10,35063,22.789037704467773,1,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,28.520092010498047 +1995,11,0,suicide,21-24 yrs,2,35063,22.789037704467773,1,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,5.704018592834473 +1995,11,0,homicide,21-24 yrs,82,35063,22.789037704467773,1,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,233.86476135253906 +1995,11,0,other external,21-24 yrs,3,35063,22.789037704467773,1,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,8.55602741241455 +1995,11,0,internal,21-24 yrs,28,35063,22.789037704467773,1,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,79.85626220703125 +1996,11,0,MVA,15-17 yrs,4,15023,16.029088973999023,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,26.62584114074707 +1996,11,0,suicide,15-17 yrs,1,15023,16.029088973999023,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,6.656460285186768 +1996,11,0,homicide,15-17 yrs,29,15023,16.029088973999023,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,193.03733825683594 +1996,11,0,other external,15-17 yrs,2,15023,16.029088973999023,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,13.312920570373535 +1996,11,0,internal,15-17 yrs,11,15023,16.029088973999023,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,73.22106170654297 +1996,11,0,all,18-20 yrs,82,16650,19.031831741333008,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,492.49249267578125 +1996,11,0,MVA,18-20 yrs,2,16650,19.031831741333008,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,12.012012481689453 +1996,11,0,suicide,18-20 yrs,2,16650,19.031831741333008,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,12.012012481689453 +1996,11,0,homicide,18-20 yrs,65,16650,19.031831741333008,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,390.390380859375 +1996,11,0,other external,18-20 yrs,0,16650,19.031831741333008,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,0 +1996,11,0,internal,18-20 yrs,13,16650,19.031831741333008,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,78.07807922363281 +1996,11,0,all,21-24 yrs,130,29151,22.712772369384766,1,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,445.9538269042969 +1996,11,0,MVA,21-24 yrs,8,29151,22.712772369384766,1,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,27.44331169128418 +1996,11,0,suicide,21-24 yrs,1,29151,22.712772369384766,1,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,3.4304139614105225 +1996,11,0,homicide,21-24 yrs,77,29151,22.712772369384766,1,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,264.1418762207031 +1996,11,0,other external,21-24 yrs,4,29151,22.712772369384766,1,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,13.72165584564209 +1996,11,0,internal,21-24 yrs,40,29151,22.712772369384766,1,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,137.21656799316406 +1970,12,0,MVA,15-17 yrs,150,359545,15.975886344909668,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,41.71939468383789 +1970,12,0,suicide,15-17 yrs,19,359545,15.975886344909668,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,5.284456729888916 +1970,12,0,homicide,15-17 yrs,36,359545,15.975886344909668,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,10.012655258178711 +1970,12,0,other external,15-17 yrs,98,359545,15.975886344909668,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,27.256671905517578 +1970,12,0,internal,15-17 yrs,105,359545,15.975886344909668,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,29.203577041625977 +1970,12,0,all,18-20 yrs,493,323676,18.98167610168457,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,152.31280517578125 +1970,12,0,MVA,18-20 yrs,180,323676,18.98167610168457,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,55.611167907714844 +1970,12,0,suicide,18-20 yrs,36,323676,18.98167610168457,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,11.122233390808105 +1970,12,0,homicide,18-20 yrs,56,323676,18.98167610168457,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,17.301252365112305 +1970,12,0,other external,18-20 yrs,113,323676,18.98167610168457,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,34.91145324707031 +1970,12,0,internal,18-20 yrs,108,323676,18.98167610168457,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,33.36669921875 +1970,12,0,all,21-24 yrs,670,391110,22.42682647705078,1,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,171.30731201171875 +1970,12,0,MVA,21-24 yrs,210,391110,22.42682647705078,1,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,53.69333267211914 +1970,12,0,suicide,21-24 yrs,57,391110,22.42682647705078,1,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,14.573904991149902 +1970,12,0,homicide,21-24 yrs,105,391110,22.42682647705078,1,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,26.84666633605957 +1970,12,0,other external,21-24 yrs,133,391110,22.42682647705078,1,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,34.00577926635742 +1970,12,0,internal,21-24 yrs,165,391110,22.42682647705078,1,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,42.187618255615234 +1971,12,0,MVA,15-17 yrs,180,386471,15.983964920043945,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,46.575294494628906 +1971,12,0,suicide,15-17 yrs,14,386471,15.983964920043945,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,3.6225228309631348 +1971,12,0,homicide,15-17 yrs,29,386471,15.983964920043945,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,7.5037970542907715 +1971,12,0,other external,15-17 yrs,105,386471,15.983964920043945,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,27.168920516967773 +1971,12,0,internal,15-17 yrs,107,386471,15.983964920043945,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,27.686424255371094 +1971,12,0,all,18-20 yrs,510,345911,18.98926544189453,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,147.436767578125 +1971,12,0,MVA,18-20 yrs,214,345911,18.98926544189453,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,61.865623474121094 +1971,12,0,suicide,18-20 yrs,34,345911,18.98926544189453,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,9.829117774963379 +1971,12,0,homicide,18-20 yrs,52,345911,18.98926544189453,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,15.032768249511719 +1971,12,0,other external,18-20 yrs,82,345911,18.98926544189453,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,23.70551872253418 +1971,12,0,internal,18-20 yrs,128,345911,18.98926544189453,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,37.00373840332031 +1971,12,0,all,21-24 yrs,720,432580,22.530847549438477,1,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,166.44320678710938 +1971,12,0,MVA,21-24 yrs,230,432580,22.530847549438477,1,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,53.16935729980469 +1971,12,0,suicide,21-24 yrs,67,432580,22.530847549438477,1,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,15.48846435546875 +1971,12,0,homicide,21-24 yrs,104,432580,22.530847549438477,1,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,24.04179573059082 +1971,12,0,other external,21-24 yrs,139,432580,22.530847549438477,1,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,32.13278579711914 +1971,12,0,internal,21-24 yrs,180,432580,22.530847549438477,1,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,41.610801696777344 +1972,12,0,MVA,15-17 yrs,198,410250,15.981915473937988,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,48.26325225830078 +1972,12,0,suicide,15-17 yrs,32,410250,15.981915473937988,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,7.800121784210205 +1972,12,0,homicide,15-17 yrs,30,410250,15.981915473937988,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,7.312614440917969 +1972,12,0,other external,15-17 yrs,102,410250,15.981915473937988,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,24.86288833618164 +1972,12,0,internal,15-17 yrs,120,410250,15.981915473937988,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,29.250457763671875 +1972,12,0,all,18-20 yrs,638,370912,18.988603591918945,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,172.00845336914062 +1972,12,0,MVA,18-20 yrs,254,370912,18.988603591918945,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,68.4798583984375 +1972,12,0,suicide,18-20 yrs,46,370912,18.988603591918945,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,12.401863098144531 +1972,12,0,homicide,18-20 yrs,68,370912,18.988603591918945,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,18.333189010620117 +1972,12,0,other external,18-20 yrs,144,370912,18.988603591918945,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,38.82322311401367 +1972,12,0,internal,18-20 yrs,126,370912,18.988603591918945,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,33.97032165527344 +1972,12,0,all,21-24 yrs,796,450769,22.473665237426758,1,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,176.58712768554688 +1972,12,0,MVA,21-24 yrs,262,450769,22.473665237426758,1,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,58.12289810180664 +1972,12,0,suicide,21-24 yrs,66,450769,22.473665237426758,1,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,14.641645431518555 +1972,12,0,homicide,21-24 yrs,114,450769,22.473665237426758,1,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,25.290115356445312 +1972,12,0,other external,21-24 yrs,180,450769,22.473665237426758,1,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,39.9317626953125 +1972,12,0,internal,21-24 yrs,174,450769,22.473665237426758,1,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,38.600704193115234 +1973,12,0.5041095614433289,MVA,15-17 yrs,236,435923,15.987630844116211,0,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,54.13800048828125 +1973,12,0.5041095614433289,suicide,15-17 yrs,17,435923,15.987630844116211,0,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,3.899771213531494 +1973,12,0.5041095614433289,homicide,15-17 yrs,58,435923,15.987630844116211,0,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,13.305102348327637 +1973,12,0.5041095614433289,other external,15-17 yrs,126,435923,15.987630844116211,0,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,28.90418815612793 +1973,12,0.5041095614433289,internal,15-17 yrs,111,435923,15.987630844116211,0,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,25.463212966918945 +1973,12,0.5041095614433289,all,18-20 yrs,672,396593,18.984561920166016,0.5041095614433289,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,169.4432373046875 +1973,12,0.5041095614433289,MVA,18-20 yrs,262,396593,18.984561920166016,0.5041095614433289,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,66.06269073486328 +1973,12,0.5041095614433289,suicide,18-20 yrs,57,396593,18.984561920166016,0.5041095614433289,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,14.372417449951172 +1973,12,0.5041095614433289,homicide,18-20 yrs,93,396593,18.984561920166016,0.5041095614433289,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,23.44973373413086 +1973,12,0.5041095614433289,other external,18-20 yrs,143,396593,18.984561920166016,0.5041095614433289,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,36.0571174621582 +1973,12,0.5041095614433289,internal,18-20 yrs,117,396593,18.984561920166016,0.5041095614433289,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,29.501277923583984 +1973,12,0.5041095614433289,all,21-24 yrs,849,478177,22.462060928344727,1,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,177.54931640625 +1973,12,0.5041095614433289,MVA,21-24 yrs,270,478177,22.462060928344727,1,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,56.464447021484375 +1973,12,0.5041095614433289,suicide,21-24 yrs,92,478177,22.462060928344727,1,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,19.23973846435547 +1973,12,0.5041095614433289,homicide,21-24 yrs,140,478177,22.462060928344727,1,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,29.277860641479492 +1973,12,0.5041095614433289,other external,21-24 yrs,171,478177,22.462060928344727,1,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,35.76081848144531 +1973,12,0.5041095614433289,internal,21-24 yrs,176,478177,22.462060928344727,1,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,36.806453704833984 +1974,12,1,MVA,15-17 yrs,180,457742,15.998842239379883,0,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,39.323463439941406 +1974,12,1,suicide,15-17 yrs,21,457742,15.998842239379883,0,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,4.587737083435059 +1974,12,1,homicide,15-17 yrs,46,457742,15.998842239379883,0,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,10.049328804016113 +1974,12,1,other external,15-17 yrs,98,457742,15.998842239379883,0,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,21.409440994262695 +1974,12,1,internal,15-17 yrs,111,457742,15.998842239379883,0,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,24.249467849731445 +1974,12,1,all,18-20 yrs,688,426586,18.9938907623291,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,161.28048706054688 +1974,12,1,MVA,18-20 yrs,261,426586,18.9938907623291,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,61.183441162109375 +1974,12,1,suicide,18-20 yrs,67,426586,18.9938907623291,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,15.706094741821289 +1974,12,1,homicide,18-20 yrs,98,426586,18.9938907623291,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,22.973093032836914 +1974,12,1,other external,18-20 yrs,122,426586,18.9938907623291,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,28.599157333374023 +1974,12,1,internal,18-20 yrs,140,426586,18.9938907623291,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,32.81870651245117 +1974,12,1,all,21-24 yrs,842,510649,22.462873458862305,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,164.88821411132812 +1974,12,1,MVA,21-24 yrs,216,510649,22.462873458862305,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,42.29911422729492 +1974,12,1,suicide,21-24 yrs,110,510649,22.462873458862305,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,21.541215896606445 +1974,12,1,homicide,21-24 yrs,165,510649,22.462873458862305,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,32.31182098388672 +1974,12,1,other external,21-24 yrs,161,510649,22.462873458862305,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,31.528505325317383 +1974,12,1,internal,21-24 yrs,190,510649,22.462873458862305,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,37.20755386352539 +1975,12,1,MVA,15-17 yrs,166,465242,15.998342514038086,0,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,35.680355072021484 +1975,12,1,suicide,15-17 yrs,30,465242,15.998342514038086,0,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,6.448256969451904 +1975,12,1,homicide,15-17 yrs,38,465242,15.998342514038086,0,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,8.167792320251465 +1975,12,1,other external,15-17 yrs,113,465242,15.998342514038086,0,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,24.288434982299805 +1975,12,1,internal,15-17 yrs,113,465242,15.998342514038086,0,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,24.288434982299805 +1975,12,1,all,18-20 yrs,630,443600,18.991884231567383,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,142.01983642578125 +1975,12,1,MVA,18-20 yrs,204,443600,18.991884231567383,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,45.98737716674805 +1975,12,1,suicide,18-20 yrs,71,443600,18.991884231567383,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,16.00541114807129 +1975,12,1,homicide,18-20 yrs,95,443600,18.991884231567383,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,21.41568946838379 +1975,12,1,other external,18-20 yrs,122,443600,18.991884231567383,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,27.502254486083984 +1975,12,1,internal,18-20 yrs,138,443600,18.991884231567383,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,31.109107971191406 +1975,12,1,all,21-24 yrs,831,534798,22.463848114013672,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,155.38577270507812 +1975,12,1,MVA,21-24 yrs,218,534798,22.463848114013672,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,40.76305389404297 +1975,12,1,suicide,21-24 yrs,120,534798,22.463848114013672,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,22.438379287719727 +1975,12,1,homicide,21-24 yrs,148,534798,22.463848114013672,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,27.673999786376953 +1975,12,1,other external,21-24 yrs,159,534798,22.463848114013672,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,29.730852127075195 +1975,12,1,internal,21-24 yrs,186,534798,22.463848114013672,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,34.77948760986328 +1976,12,1,MVA,15-17 yrs,163,468194,15.996150970458984,0,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,34.81462860107422 +1976,12,1,suicide,15-17 yrs,16,468194,15.996150970458984,0,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,3.417386770248413 +1976,12,1,homicide,15-17 yrs,34,468194,15.996150970458984,0,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,7.261947154998779 +1976,12,1,other external,15-17 yrs,67,468194,15.996150970458984,0,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,14.310307502746582 +1976,12,1,internal,15-17 yrs,109,468194,15.996150970458984,0,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,23.280946731567383 +1976,12,1,all,18-20 yrs,550,453381,18.999210357666016,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,121.31077575683594 +1976,12,1,MVA,18-20 yrs,223,453381,18.999210357666016,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,49.186004638671875 +1976,12,1,suicide,18-20 yrs,55,453381,18.999210357666016,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,12.131077766418457 +1976,12,1,homicide,18-20 yrs,68,453381,18.999210357666016,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,14.998422622680664 +1976,12,1,other external,18-20 yrs,97,453381,18.999210357666016,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,21.39480972290039 +1976,12,1,internal,18-20 yrs,107,453381,18.999210357666016,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,23.600460052490234 +1976,12,1,all,21-24 yrs,752,552896,22.461828231811523,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,136.0111083984375 +1976,12,1,MVA,21-24 yrs,193,552896,22.461828231811523,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,34.907108306884766 +1976,12,1,suicide,21-24 yrs,113,552896,22.461828231811523,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,20.43783950805664 +1976,12,1,homicide,21-24 yrs,113,552896,22.461828231811523,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,20.43783950805664 +1976,12,1,other external,21-24 yrs,142,552896,22.461828231811523,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,25.68294906616211 +1976,12,1,internal,21-24 yrs,191,552896,22.461828231811523,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,34.54537582397461 +1977,12,1,MVA,15-17 yrs,172,469667,16.002504348754883,0,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,36.6216926574707 +1977,12,1,suicide,15-17 yrs,25,469667,16.002504348754883,0,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,5.322920322418213 +1977,12,1,homicide,15-17 yrs,32,469667,16.002504348754883,0,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,6.813337802886963 +1977,12,1,other external,15-17 yrs,80,469667,16.002504348754883,0,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,17.033344268798828 +1977,12,1,internal,15-17 yrs,91,469667,16.002504348754883,0,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,19.375429153442383 +1977,12,1,all,18-20 yrs,598,460795,19.010950088500977,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,129.7757110595703 +1977,12,1,MVA,18-20 yrs,253,460795,19.010950088500977,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,54.90510940551758 +1977,12,1,suicide,18-20 yrs,67,460795,19.010950088500977,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,14.540088653564453 +1977,12,1,homicide,18-20 yrs,60,460795,19.010950088500977,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,13.020974159240723 +1977,12,1,other external,18-20 yrs,104,460795,19.010950088500977,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,22.56968879699707 +1977,12,1,internal,18-20 yrs,114,460795,19.010950088500977,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,24.739850997924805 +1977,12,1,all,21-24 yrs,787,572193,22.464426040649414,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,137.54100036621094 +1977,12,1,MVA,21-24 yrs,238,572193,22.464426040649414,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,41.594356536865234 +1977,12,1,suicide,21-24 yrs,154,572193,22.464426040649414,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,26.91399574279785 +1977,12,1,homicide,21-24 yrs,95,572193,22.464426040649414,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,16.6027889251709 +1977,12,1,other external,21-24 yrs,141,572193,22.464426040649414,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,24.64203453063965 +1977,12,1,internal,21-24 yrs,159,572193,22.464426040649414,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,27.787826538085938 +1978,12,1,MVA,15-17 yrs,182,471161,16.01017189025879,0,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,38.62798309326172 +1978,12,1,suicide,15-17 yrs,28,471161,16.01017189025879,0,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,5.942767143249512 +1978,12,1,homicide,15-17 yrs,40,471161,16.01017189025879,0,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,8.489666938781738 +1978,12,1,other external,15-17 yrs,75,471161,16.01017189025879,0,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,15.918126106262207 +1978,12,1,internal,15-17 yrs,87,471161,16.01017189025879,0,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,18.465024948120117 +1978,12,1,all,18-20 yrs,622,465321,19.01036834716797,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,133.67115783691406 +1978,12,1,MVA,18-20 yrs,262,465321,19.01036834716797,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,56.30521774291992 +1978,12,1,suicide,18-20 yrs,66,465321,19.01036834716797,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,14.183756828308105 +1978,12,1,homicide,18-20 yrs,78,465321,19.01036834716797,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,16.762622833251953 +1978,12,1,other external,18-20 yrs,107,465321,19.01036834716797,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,22.9948787689209 +1978,12,1,internal,18-20 yrs,109,465321,19.01036834716797,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,23.42469024658203 +1978,12,1,all,21-24 yrs,848,595180,22.47039031982422,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,142.4779052734375 +1978,12,1,MVA,21-24 yrs,269,595180,22.47039031982422,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,45.1964111328125 +1978,12,1,suicide,21-24 yrs,118,595180,22.47039031982422,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,19.82593536376953 +1978,12,1,homicide,21-24 yrs,120,595180,22.47039031982422,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,20.161968231201172 +1978,12,1,other external,21-24 yrs,160,595180,22.47039031982422,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,26.88262367248535 +1978,12,1,internal,21-24 yrs,181,595180,22.47039031982422,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,30.410968780517578 +1979,12,1,MVA,15-17 yrs,208,473759,16.00920867919922,0,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,43.904178619384766 +1979,12,1,suicide,15-17 yrs,25,473759,16.00920867919922,0,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,5.276944637298584 +1979,12,1,homicide,15-17 yrs,37,473759,16.00920867919922,0,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,7.809877872467041 +1979,12,1,other external,15-17 yrs,69,473759,16.00920867919922,0,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,14.564367294311523 +1979,12,1,internal,15-17 yrs,89,473759,16.00920867919922,0,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,18.78592300415039 +1979,12,1,all,18-20 yrs,741,476701,19.00863265991211,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,155.44334411621094 +1979,12,1,MVA,18-20 yrs,348,476701,19.00863265991211,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,73.0017318725586 +1979,12,1,suicide,18-20 yrs,71,476701,19.00863265991211,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,14.89403247833252 +1979,12,1,homicide,18-20 yrs,106,476701,19.00863265991211,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,22.236160278320312 +1979,12,1,other external,18-20 yrs,108,476701,19.00863265991211,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,22.655710220336914 +1979,12,1,internal,18-20 yrs,108,476701,19.00863265991211,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,22.655710220336914 +1979,12,1,all,21-24 yrs,939,620052,22.47918701171875,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,151.4389190673828 +1979,12,1,MVA,21-24 yrs,316,620052,22.47918701171875,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,50.96346664428711 +1979,12,1,suicide,21-24 yrs,131,620052,22.47918701171875,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,21.127260208129883 +1979,12,1,homicide,21-24 yrs,157,620052,22.47918701171875,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,25.320457458496094 +1979,12,1,other external,21-24 yrs,162,620052,22.47918701171875,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,26.126840591430664 +1979,12,1,internal,21-24 yrs,173,620052,22.47918701171875,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,27.90088653564453 +1980,12,0.9191416501998901,MVA,15-17 yrs,222,482560,16.019208908081055,0,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,46.004642486572266 +1980,12,0.9191416501998901,suicide,15-17 yrs,35,482560,16.019208908081055,0,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,7.252984046936035 +1980,12,0.9191416501998901,homicide,15-17 yrs,53,482560,16.019208908081055,0,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,10.9830904006958 +1980,12,0.9191416501998901,other external,15-17 yrs,66,482560,16.019208908081055,0,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,13.677055358886719 +1980,12,0.9191416501998901,internal,15-17 yrs,89,482560,16.019208908081055,0,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,18.443302154541016 +1980,12,0.9191416501998901,all,18-20 yrs,805,498326,19.009193420410156,0.9191416501998901,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,161.54083251953125 +1980,12,0.9191416501998901,MVA,18-20 yrs,348,498326,19.009193420410156,0.9191416501998901,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,69.83380126953125 +1980,12,0.9191416501998901,suicide,18-20 yrs,84,498326,19.009193420410156,0.9191416501998901,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,16.856435775756836 +1980,12,0.9191416501998901,homicide,18-20 yrs,113,498326,19.009193420410156,0.9191416501998901,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,22.675918579101562 +1980,12,0.9191416501998901,other external,18-20 yrs,142,498326,19.009193420410156,0.9191416501998901,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,28.495403289794922 +1980,12,0.9191416501998901,internal,18-20 yrs,118,498326,19.009193420410156,0.9191416501998901,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,23.679277420043945 +1980,12,0.9191416501998901,all,21-24 yrs,1163,653750,22.498876571655273,1,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,177.89674377441406 +1980,12,0.9191416501998901,MVA,21-24 yrs,395,653750,22.498876571655273,1,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,60.420650482177734 +1980,12,0.9191416501998901,suicide,21-24 yrs,148,653750,22.498876571655273,1,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,22.63862419128418 +1980,12,0.9191416501998901,homicide,21-24 yrs,226,653750,22.498876571655273,1,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,34.56978988647461 +1980,12,0.9191416501998901,other external,21-24 yrs,193,653750,22.498876571655273,1,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,29.521987915039062 +1980,12,0.9191416501998901,internal,21-24 yrs,201,653750,22.498876571655273,1,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,30.745697021484375 +1981,12,0.6752321124076843,MVA,15-17 yrs,202,475462,16.041305541992188,0,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,42.48499298095703 +1981,12,0.6752321124076843,suicide,15-17 yrs,28,475462,16.041305541992188,0,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,5.88900899887085 +1981,12,0.6752321124076843,homicide,15-17 yrs,42,475462,16.041305541992188,0,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,8.833513259887695 +1981,12,0.6752321124076843,other external,15-17 yrs,60,475462,16.041305541992188,0,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,12.619304656982422 +1981,12,0.6752321124076843,internal,15-17 yrs,98,475462,16.041305541992188,0,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,20.61153221130371 +1981,12,0.6752321124076843,all,18-20 yrs,758,513419,19.013994216918945,0.6752321124076843,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,147.6376953125 +1981,12,0.6752321124076843,MVA,18-20 yrs,320,513419,19.013994216918945,0.6752321124076843,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,62.3272590637207 +1981,12,0.6752321124076843,suicide,18-20 yrs,90,513419,19.013994216918945,0.6752321124076843,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,17.529542922973633 +1981,12,0.6752321124076843,homicide,18-20 yrs,134,513419,19.013994216918945,0.6752321124076843,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,26.09954071044922 +1981,12,0.6752321124076843,other external,18-20 yrs,110,513419,19.013994216918945,0.6752321124076843,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,21.42499542236328 +1981,12,0.6752321124076843,internal,18-20 yrs,104,513419,19.013994216918945,0.6752321124076843,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,20.256359100341797 +1981,12,0.6752321124076843,all,21-24 yrs,1182,680385,22.51418113708496,1,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,173.7251739501953 +1981,12,0.6752321124076843,MVA,21-24 yrs,412,680385,22.51418113708496,1,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,60.553951263427734 +1981,12,0.6752321124076843,suicide,21-24 yrs,136,680385,22.51418113708496,1,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,19.988683700561523 +1981,12,0.6752321124076843,homicide,21-24 yrs,210,680385,22.51418113708496,1,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,30.864877700805664 +1981,12,0.6752321124076843,other external,21-24 yrs,180,680385,22.51418113708496,1,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,26.455610275268555 +1981,12,0.6752321124076843,internal,21-24 yrs,244,680385,22.51418113708496,1,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,35.8620491027832 +1982,12,0.6758331656455994,MVA,15-17 yrs,174,460090,16.042226791381836,0,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,37.818687438964844 +1982,12,0.6758331656455994,suicide,15-17 yrs,28,460090,16.042226791381836,0,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,6.085765838623047 +1982,12,0.6758331656455994,homicide,15-17 yrs,30,460090,16.042226791381836,0,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,6.520463466644287 +1982,12,0.6758331656455994,other external,15-17 yrs,52,460090,16.042226791381836,0,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,11.302136421203613 +1982,12,0.6758331656455994,internal,15-17 yrs,98,460090,16.042226791381836,0,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,21.300180435180664 +1982,12,0.6758331656455994,all,18-20 yrs,694,519319,19.011940002441406,0.6758331656455994,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,133.6365509033203 +1982,12,0.6758331656455994,MVA,18-20 yrs,274,519319,19.011940002441406,0.6758331656455994,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,52.76140594482422 +1982,12,0.6758331656455994,suicide,18-20 yrs,80,519319,19.011940002441406,0.6758331656455994,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,15.404789924621582 +1982,12,0.6758331656455994,homicide,18-20 yrs,124,519319,19.011940002441406,0.6758331656455994,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,23.877424240112305 +1982,12,0.6758331656455994,other external,18-20 yrs,98,519319,19.011940002441406,0.6758331656455994,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,18.870866775512695 +1982,12,0.6758331656455994,internal,18-20 yrs,118,519319,19.011940002441406,0.6758331656455994,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,22.722064971923828 +1982,12,0.6758331656455994,all,21-24 yrs,974,695532,22.507164001464844,1,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,140.0366973876953 +1982,12,0.6758331656455994,MVA,21-24 yrs,302,695532,22.507164001464844,1,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,43.42000198364258 +1982,12,0.6758331656455994,suicide,21-24 yrs,162,695532,22.507164001464844,1,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,23.291522979736328 +1982,12,0.6758331656455994,homicide,21-24 yrs,208,695532,22.507164001464844,1,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,29.905166625976562 +1982,12,0.6758331656455994,other external,21-24 yrs,142,695532,22.507164001464844,1,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,20.416027069091797 +1982,12,0.6758331656455994,internal,21-24 yrs,160,695532,22.507164001464844,1,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,23.00397300720215 +1983,12,0.6855270862579346,MVA,15-17 yrs,139,445870,16.032901763916016,0,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,31.175006866455078 +1983,12,0.6855270862579346,suicide,15-17 yrs,19,445870,16.032901763916016,0,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,4.261331558227539 +1983,12,0.6855270862579346,homicide,15-17 yrs,34,445870,16.032901763916016,0,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,7.6255412101745605 +1983,12,0.6855270862579346,other external,15-17 yrs,61,445870,16.032901763916016,0,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,13.68111801147461 +1983,12,0.6855270862579346,internal,15-17 yrs,83,445870,16.032901763916016,0,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,18.615291595458984 +1983,12,0.6855270862579346,all,18-20 yrs,606,522805,19.02863311767578,0.6855270862579346,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,115.91320037841797 +1983,12,0.6855270862579346,MVA,18-20 yrs,279,522805,19.02863311767578,0.6855270862579346,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,53.3659782409668 +1983,12,0.6855270862579346,suicide,18-20 yrs,69,522805,19.02863311767578,0.6855270862579346,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,13.198037147521973 +1983,12,0.6855270862579346,homicide,18-20 yrs,85,522805,19.02863311767578,0.6855270862579346,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,16.258451461791992 +1983,12,0.6855270862579346,other external,18-20 yrs,65,522805,19.02863311767578,0.6855270862579346,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,12.432933807373047 +1983,12,0.6855270862579346,internal,18-20 yrs,108,522805,19.02863311767578,0.6855270862579346,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,20.657798767089844 +1983,12,0.6855270862579346,all,21-24 yrs,944,711595,22.5087947845459,1,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,132.65972900390625 +1983,12,0.6855270862579346,MVA,21-24 yrs,330,711595,22.5087947845459,1,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,46.37469482421875 +1983,12,0.6855270862579346,suicide,21-24 yrs,118,711595,22.5087947845459,1,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,16.58246612548828 +1983,12,0.6855270862579346,homicide,21-24 yrs,165,711595,22.5087947845459,1,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,23.187347412109375 +1983,12,0.6855270862579346,other external,21-24 yrs,151,711595,22.5087947845459,1,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,21.21993637084961 +1983,12,0.6855270862579346,internal,21-24 yrs,180,711595,22.5087947845459,1,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,25.2952880859375 +1984,12,0.6951020956039429,MVA,15-17 yrs,163,445062,16.017274856567383,0,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,36.62411117553711 +1984,12,0.6951020956039429,suicide,15-17 yrs,24,445062,16.017274856567383,0,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,5.392507076263428 +1984,12,0.6951020956039429,homicide,15-17 yrs,32,445062,16.017274856567383,0,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,7.190009593963623 +1984,12,0.6951020956039429,other external,15-17 yrs,47,445062,16.017274856567383,0,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,10.56032657623291 +1984,12,0.6951020956039429,internal,15-17 yrs,64,445062,16.017274856567383,0,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,14.380019187927246 +1984,12,0.6951020956039429,all,18-20 yrs,608,512706,19.049089431762695,0.6951020956039429,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,118.58647918701172 +1984,12,0.6951020956039429,MVA,18-20 yrs,271,512706,19.049089431762695,0.6951020956039429,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,52.85680389404297 +1984,12,0.6951020956039429,suicide,18-20 yrs,85,512706,19.049089431762695,0.6951020956039429,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,16.578702926635742 +1984,12,0.6951020956039429,homicide,18-20 yrs,85,512706,19.049089431762695,0.6951020956039429,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,16.578702926635742 +1984,12,0.6951020956039429,other external,18-20 yrs,61,512706,19.049089431762695,0.6951020956039429,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,11.897656440734863 +1984,12,0.6951020956039429,internal,18-20 yrs,106,512706,19.049089431762695,0.6951020956039429,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,20.67461585998535 +1984,12,0.6951020956039429,all,21-24 yrs,1009,727784,22.512351989746094,1,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,138.64002990722656 +1984,12,0.6951020956039429,MVA,21-24 yrs,355,727784,22.512351989746094,1,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,48.7782096862793 +1984,12,0.6951020956039429,suicide,21-24 yrs,147,727784,22.512351989746094,1,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,20.198301315307617 +1984,12,0.6951020956039429,homicide,21-24 yrs,170,727784,22.512351989746094,1,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,23.358579635620117 +1984,12,0.6951020956039429,other external,21-24 yrs,118,727784,22.512351989746094,1,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,16.21360206604004 +1984,12,0.6951020956039429,internal,21-24 yrs,219,727784,22.512351989746094,1,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,30.091344833374023 +1985,12,0.6483528017997742,MVA,15-17 yrs,149,454686,15.998745918273926,0,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,32.769866943359375 +1985,12,0.6483528017997742,suicide,15-17 yrs,39,454686,15.998745918273926,0,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,8.577347755432129 +1985,12,0.6483528017997742,homicide,15-17 yrs,36,454686,15.998745918273926,0,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,7.9175519943237305 +1985,12,0.6483528017997742,other external,15-17 yrs,38,454686,15.998745918273926,0,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,8.357416152954102 +1985,12,0.6483528017997742,internal,15-17 yrs,80,454686,15.998745918273926,0,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,17.594560623168945 +1985,12,0.6483528017997742,all,18-20 yrs,573,497298,19.047414779663086,0.6483528017997742,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,115.22266387939453 +1985,12,0.6483528017997742,MVA,18-20 yrs,262,497298,19.047414779663086,0.6483528017997742,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,52.68470764160156 +1985,12,0.6483528017997742,suicide,18-20 yrs,62,497298,19.047414779663086,0.6483528017997742,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,12.467373847961426 +1985,12,0.6483528017997742,homicide,18-20 yrs,81,497298,19.047414779663086,0.6483528017997742,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,16.288021087646484 +1985,12,0.6483528017997742,other external,18-20 yrs,57,497298,19.047414779663086,0.6483528017997742,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,11.46194076538086 +1985,12,0.6483528017997742,internal,18-20 yrs,111,497298,19.047414779663086,0.6483528017997742,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,22.320621490478516 +1985,12,0.6483528017997742,all,21-24 yrs,999,742107,22.52031707763672,1,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,134.61669921875 +1985,12,0.6483528017997742,MVA,21-24 yrs,357,742107,22.52031707763672,1,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,48.10626983642578 +1985,12,0.6483528017997742,suicide,21-24 yrs,137,742107,22.52031707763672,1,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,18.460948944091797 +1985,12,0.6483528017997742,homicide,21-24 yrs,160,742107,22.52031707763672,1,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,21.56023406982422 +1985,12,0.6483528017997742,other external,21-24 yrs,118,742107,22.52031707763672,1,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,15.90067195892334 +1985,12,0.6483528017997742,internal,21-24 yrs,227,742107,22.52031707763672,1,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,30.588581085205078 +1986,12,0.346679151058197,MVA,15-17 yrs,174,474927,15.995079040527344,0,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,36.637210845947266 +1986,12,0.346679151058197,suicide,15-17 yrs,48,474927,15.995079040527344,0,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,10.106816291809082 +1986,12,0.346679151058197,homicide,15-17 yrs,45,474927,15.995079040527344,0,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,9.475140571594238 +1986,12,0.346679151058197,other external,15-17 yrs,51,474927,15.995079040527344,0,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,10.738492012023926 +1986,12,0.346679151058197,internal,15-17 yrs,79,474927,15.995079040527344,0,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,16.634136199951172 +1986,12,0.346679151058197,all,18-20 yrs,606,483203,19.037212371826172,0.346679151058197,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,125.41313171386719 +1986,12,0.346679151058197,MVA,18-20 yrs,273,483203,19.037212371826172,0.346679151058197,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,56.49799346923828 +1986,12,0.346679151058197,suicide,18-20 yrs,56,483203,19.037212371826172,0.346679151058197,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,11.58933162689209 +1986,12,0.346679151058197,homicide,18-20 yrs,95,483203,19.037212371826172,0.346679151058197,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,19.66047477722168 +1986,12,0.346679151058197,other external,18-20 yrs,62,483203,19.037212371826172,0.346679151058197,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,12.831046104431152 +1986,12,0.346679151058197,internal,18-20 yrs,120,483203,19.037212371826172,0.346679151058197,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,24.83428382873535 +1986,12,0.346679151058197,all,21-24 yrs,1044,746824,22.53330421447754,1,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,139.79197692871094 +1986,12,0.346679151058197,MVA,21-24 yrs,362,746824,22.53330421447754,1,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,48.471927642822266 +1986,12,0.346679151058197,suicide,21-24 yrs,129,746824,22.53330421447754,1,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,17.27314567565918 +1986,12,0.346679151058197,homicide,21-24 yrs,183,746824,22.53330421447754,1,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,24.503765106201172 +1986,12,0.346679151058197,other external,21-24 yrs,130,746824,22.53330421447754,1,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,17.407047271728516 +1986,12,0.346679151058197,internal,21-24 yrs,240,746824,22.53330421447754,1,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,32.136085510253906 +1987,12,0.0424189418554306,MVA,15-17 yrs,168,482185,16.02831268310547,0,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,34.841400146484375 +1987,12,0.0424189418554306,suicide,15-17 yrs,35,482185,16.02831268310547,0,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,7.258625030517578 +1987,12,0.0424189418554306,homicide,15-17 yrs,54,482185,16.02831268310547,0,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,11.199021339416504 +1987,12,0.0424189418554306,other external,15-17 yrs,55,482185,16.02831268310547,0,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,11.406410217285156 +1987,12,0.0424189418554306,internal,15-17 yrs,68,482185,16.02831268310547,0,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,14.102471351623535 +1987,12,0.0424189418554306,all,18-20 yrs,588,484075,19.01919937133789,0.0424189418554306,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,121.46878051757812 +1987,12,0.0424189418554306,MVA,18-20 yrs,235,484075,19.01919937133789,0.0424189418554306,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,48.54619598388672 +1987,12,0.0424189418554306,suicide,18-20 yrs,58,484075,19.01919937133789,0.0424189418554306,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,11.981614112854004 +1987,12,0.0424189418554306,homicide,18-20 yrs,117,484075,19.01919937133789,0.0424189418554306,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,24.169809341430664 +1987,12,0.0424189418554306,other external,18-20 yrs,69,484075,19.01919937133789,0.0424189418554306,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,14.253989219665527 +1987,12,0.0424189418554306,internal,18-20 yrs,109,484075,19.01919937133789,0.0424189418554306,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,22.51717185974121 +1987,12,0.0424189418554306,all,21-24 yrs,1016,741879,22.564043045043945,1,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,136.94955444335938 +1987,12,0.0424189418554306,MVA,21-24 yrs,338,741879,22.564043045043945,1,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,45.55998992919922 +1987,12,0.0424189418554306,suicide,21-24 yrs,132,741879,22.564043045043945,1,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,17.792659759521484 +1987,12,0.0424189418554306,homicide,21-24 yrs,207,741879,22.564043045043945,1,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,27.902124404907227 +1987,12,0.0424189418554306,other external,21-24 yrs,114,741879,22.564043045043945,1,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,15.366387367248535 +1987,12,0.0424189418554306,internal,21-24 yrs,225,741879,22.564043045043945,1,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,30.32839584350586 +1988,12,0,MVA,15-17 yrs,194,476074,16.05687141418457,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,40.74996566772461 +1988,12,0,suicide,15-17 yrs,51,476074,16.05687141418457,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,10.712620735168457 +1988,12,0,homicide,15-17 yrs,74,476074,16.05687141418457,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,15.543802261352539 +1988,12,0,other external,15-17 yrs,47,476074,16.05687141418457,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,9.872414588928223 +1988,12,0,internal,15-17 yrs,93,476074,16.05687141418457,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,19.534778594970703 +1988,12,0,all,18-20 yrs,661,493381,18.998674392700195,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,133.97354125976562 +1988,12,0,MVA,18-20 yrs,286,493381,18.998674392700195,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,57.96737289428711 +1988,12,0,suicide,18-20 yrs,69,493381,18.998674392700195,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,13.985135078430176 +1988,12,0,homicide,18-20 yrs,148,493381,18.998674392700195,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,29.997100830078125 +1988,12,0,other external,18-20 yrs,56,493381,18.998674392700195,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,11.350255012512207 +1988,12,0,internal,18-20 yrs,102,493381,18.998674392700195,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,20.673677444458008 +1988,12,0,all,21-24 yrs,1067,725017,22.578977584838867,1,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,147.16896057128906 +1988,12,0,MVA,21-24 yrs,381,725017,22.578977584838867,1,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,52.55049133300781 +1988,12,0,suicide,21-24 yrs,112,725017,22.578977584838867,1,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,15.44791316986084 +1988,12,0,homicide,21-24 yrs,221,725017,22.578977584838867,1,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,30.482044219970703 +1988,12,0,other external,21-24 yrs,100,725017,22.578977584838867,1,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,13.792779922485352 +1988,12,0,internal,21-24 yrs,253,725017,22.578977584838867,1,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,34.89573287963867 +1989,12,0,MVA,15-17 yrs,134,458107,16.041872024536133,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,29.250808715820312 +1989,12,0,suicide,15-17 yrs,39,458107,16.041872024536133,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,8.51329517364502 +1989,12,0,homicide,15-17 yrs,53,458107,16.041872024536133,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,11.56934928894043 +1989,12,0,other external,15-17 yrs,58,458107,16.041872024536133,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,12.660797119140625 +1989,12,0,internal,15-17 yrs,78,458107,16.041872024536133,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,17.02659034729004 +1989,12,0,all,18-20 yrs,634,515457,18.998247146606445,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,122.99765014648438 +1989,12,0,MVA,18-20 yrs,237,515457,18.998247146606445,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,45.97861862182617 +1989,12,0,suicide,18-20 yrs,78,515457,18.998247146606445,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,15.132203102111816 +1989,12,0,homicide,18-20 yrs,133,515457,18.998247146606445,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,25.80234718322754 +1989,12,0,other external,18-20 yrs,66,515457,18.998247146606445,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,12.804171562194824 +1989,12,0,internal,18-20 yrs,120,515457,18.998247146606445,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,23.280311584472656 +1989,12,0,all,21-24 yrs,979,707432,22.572546005249023,1,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,138.3878631591797 +1989,12,0,MVA,21-24 yrs,345,707432,22.572546005249023,1,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,48.76793670654297 +1989,12,0,suicide,21-24 yrs,121,707432,22.572546005249023,1,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,17.10411834716797 +1989,12,0,homicide,21-24 yrs,201,707432,22.572546005249023,1,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,28.41262435913086 +1989,12,0,other external,21-24 yrs,88,707432,22.572546005249023,1,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,12.43935775756836 +1989,12,0,internal,21-24 yrs,224,707432,22.572546005249023,1,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,31.663820266723633 +1990,12,0,MVA,15-17 yrs,138,464132,16.00023651123047,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,29.732921600341797 +1990,12,0,suicide,15-17 yrs,40,464132,16.00023651123047,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,8.618237495422363 +1990,12,0,homicide,15-17 yrs,56,464132,16.00023651123047,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,12.065532684326172 +1990,12,0,other external,15-17 yrs,41,464132,16.00023651123047,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,8.833693504333496 +1990,12,0,internal,15-17 yrs,74,464132,16.00023651123047,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,15.943739891052246 +1990,12,0,all,18-20 yrs,609,520308,19.033363342285156,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,117.04605865478516 +1990,12,0,MVA,18-20 yrs,231,520308,19.033363342285156,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,44.39678192138672 +1990,12,0,suicide,18-20 yrs,71,520308,19.033363342285156,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,13.645763397216797 +1990,12,0,homicide,18-20 yrs,144,520308,19.033363342285156,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,27.675914764404297 +1990,12,0,other external,18-20 yrs,55,520308,19.033363342285156,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,10.570661544799805 +1990,12,0,internal,18-20 yrs,108,520308,19.033363342285156,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,20.75693702697754 +1990,12,0,all,21-24 yrs,895,691511,22.53966522216797,1,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,129.4267120361328 +1990,12,0,MVA,21-24 yrs,278,691511,22.53966522216797,1,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,40.201820373535156 +1990,12,0,suicide,21-24 yrs,104,691511,22.53966522216797,1,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,15.039529800415039 +1990,12,0,homicide,21-24 yrs,216,691511,22.53966522216797,1,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,31.235944747924805 +1990,12,0,other external,21-24 yrs,84,691511,22.53966522216797,1,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,12.14731216430664 +1990,12,0,internal,21-24 yrs,213,691511,22.53966522216797,1,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,30.802112579345703 +1991,12,0,MVA,15-17 yrs,112,461056,16.005672454833984,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,24.29206085205078 +1991,12,0,suicide,15-17 yrs,43,461056,16.005672454833984,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,9.326416015625 +1991,12,0,homicide,15-17 yrs,66,461056,16.005672454833984,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,14.314964294433594 +1991,12,0,other external,15-17 yrs,45,461056,16.005672454833984,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,9.760202407836914 +1991,12,0,internal,15-17 yrs,73,461056,16.005672454833984,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,15.83321762084961 +1991,12,0,all,18-20 yrs,550,510798,19.052860260009766,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,107.6746597290039 +1991,12,0,MVA,18-20 yrs,210,510798,19.052860260009766,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,41.11214065551758 +1991,12,0,suicide,18-20 yrs,65,510798,19.052860260009766,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,12.725187301635742 +1991,12,0,homicide,18-20 yrs,117,510798,19.052860260009766,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,22.905336380004883 +1991,12,0,other external,18-20 yrs,48,510798,19.052860260009766,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,9.397061347961426 +1991,12,0,internal,18-20 yrs,110,510798,19.052860260009766,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,21.534931182861328 +1991,12,0,all,21-24 yrs,859,690442,22.502151489257812,1,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,124.41305541992188 +1991,12,0,MVA,21-24 yrs,268,690442,22.502151489257812,1,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,38.81571578979492 +1991,12,0,suicide,21-24 yrs,125,690442,22.502151489257812,1,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,18.104345321655273 +1991,12,0,homicide,21-24 yrs,150,690442,22.502151489257812,1,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,21.7252140045166 +1991,12,0,other external,21-24 yrs,76,690442,22.502151489257812,1,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,11.007441520690918 +1991,12,0,internal,21-24 yrs,240,690442,22.502151489257812,1,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,34.76034164428711 +1992,12,0,MVA,15-17 yrs,113,469921,15.995871543884277,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,24.046594619750977 +1992,12,0,suicide,15-17 yrs,40,469921,15.995871543884277,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,8.512068748474121 +1992,12,0,homicide,15-17 yrs,54,469921,15.995871543884277,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,11.491292953491211 +1992,12,0,other external,15-17 yrs,32,469921,15.995871543884277,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,6.80965518951416 +1992,12,0,internal,15-17 yrs,66,469921,15.995871543884277,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,14.044914245605469 +1992,12,0,all,18-20 yrs,494,493296,19.04254722595215,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,100.14271545410156 +1992,12,0,MVA,18-20 yrs,181,493296,19.04254722595215,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,36.69196701049805 +1992,12,0,suicide,18-20 yrs,58,493296,19.04254722595215,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,11.757646560668945 +1992,12,0,homicide,18-20 yrs,127,493296,19.04254722595215,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,25.74519157409668 +1992,12,0,other external,18-20 yrs,40,493296,19.04254722595215,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,8.108721733093262 +1992,12,0,internal,18-20 yrs,88,493296,19.04254722595215,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,17.839187622070312 +1992,12,0,all,21-24 yrs,721,696733,22.475156784057617,1,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,103.48297119140625 +1992,12,0,MVA,21-24 yrs,183,696733,22.475156784057617,1,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,26.26544189453125 +1992,12,0,suicide,21-24 yrs,86,696733,22.475156784057617,1,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,12.34332275390625 +1992,12,0,homicide,21-24 yrs,173,696733,22.475156784057617,1,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,24.830171585083008 +1992,12,0,other external,21-24 yrs,70,696733,22.475156784057617,1,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,10.046890258789062 +1992,12,0,internal,21-24 yrs,209,696733,22.475156784057617,1,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,29.99714469909668 +1993,12,0,MVA,15-17 yrs,106,480257,15.980439186096191,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,22.071516036987305 +1993,12,0,suicide,15-17 yrs,52,480257,15.980439186096191,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,10.827535629272461 +1993,12,0,homicide,15-17 yrs,57,480257,15.980439186096191,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,11.868645668029785 +1993,12,0,other external,15-17 yrs,44,480257,15.980439186096191,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,9.161761283874512 +1993,12,0,internal,15-17 yrs,86,480257,15.980439186096191,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,17.907079696655273 +1993,12,0,all,18-20 yrs,527,484911,19.02215576171875,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,108.67974090576172 +1993,12,0,MVA,18-20 yrs,195,484911,19.02215576171875,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,40.213565826416016 +1993,12,0,suicide,18-20 yrs,64,484911,19.02215576171875,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,13.198298454284668 +1993,12,0,homicide,18-20 yrs,117,484911,19.02215576171875,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,24.12813949584961 +1993,12,0,other external,18-20 yrs,51,484911,19.02215576171875,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,10.517394065856934 +1993,12,0,internal,18-20 yrs,100,484911,19.02215576171875,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,20.62234115600586 +1993,12,0,all,21-24 yrs,846,695626,22.50128173828125,1,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,121.61707305908203 +1993,12,0,MVA,21-24 yrs,258,695626,22.50128173828125,1,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,37.08889389038086 +1993,12,0,suicide,21-24 yrs,129,695626,22.50128173828125,1,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,18.54444694519043 +1993,12,0,homicide,21-24 yrs,163,695626,22.50128173828125,1,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,23.432130813598633 +1993,12,0,other external,21-24 yrs,77,695626,22.50128173828125,1,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,11.06916618347168 +1993,12,0,internal,21-24 yrs,219,695626,22.50128173828125,1,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,31.48243522644043 +1994,12,0,MVA,15-17 yrs,150,498282,15.984410285949707,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,30.103435516357422 +1994,12,0,suicide,15-17 yrs,40,498282,15.984410285949707,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,8.027583122253418 +1994,12,0,homicide,15-17 yrs,67,498282,15.984410285949707,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,13.44620132446289 +1994,12,0,other external,15-17 yrs,36,498282,15.984410285949707,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,7.22482442855835 +1994,12,0,internal,15-17 yrs,66,498282,15.984410285949707,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,13.245512008666992 +1994,12,0,all,18-20 yrs,551,483341,19.02227210998535,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,113.9981918334961 +1994,12,0,MVA,18-20 yrs,205,483341,19.02227210998535,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,42.41312026977539 +1994,12,0,suicide,18-20 yrs,68,483341,19.02227210998535,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,14.068742752075195 +1994,12,0,homicide,18-20 yrs,115,483341,19.02227210998535,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,23.792726516723633 +1994,12,0,other external,18-20 yrs,44,483341,19.02227210998535,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,9.103303909301758 +1994,12,0,internal,18-20 yrs,119,483341,19.02227210998535,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,24.620298385620117 +1994,12,0,all,21-24 yrs,873,691429,22.538429260253906,1,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,126.26025390625 +1994,12,0,MVA,21-24 yrs,254,691429,22.538429260253906,1,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,36.73551559448242 +1994,12,0,suicide,21-24 yrs,104,691429,22.538429260253906,1,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,15.041313171386719 +1994,12,0,homicide,21-24 yrs,190,691429,22.538429260253906,1,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,27.47932243347168 +1994,12,0,other external,21-24 yrs,67,691429,22.538429260253906,1,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,9.69007682800293 +1994,12,0,internal,21-24 yrs,258,691429,22.538429260253906,1,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,37.31402587890625 +1995,12,0,MVA,15-17 yrs,129,516526,15.97201919555664,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,24.97454071044922 +1995,12,0,suicide,15-17 yrs,30,516526,15.97201919555664,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,5.808032989501953 +1995,12,0,homicide,15-17 yrs,55,516526,15.97201919555664,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,10.648059844970703 +1995,12,0,other external,15-17 yrs,36,516526,15.97201919555664,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,6.969639301300049 +1995,12,0,internal,15-17 yrs,77,516526,15.97201919555664,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,14.9072847366333 +1995,12,0,all,18-20 yrs,551,492283,19.013404846191406,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,111.927490234375 +1995,12,0,MVA,18-20 yrs,216,492283,19.013404846191406,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,43.877201080322266 +1995,12,0,suicide,18-20 yrs,69,492283,19.013404846191406,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,14.016327857971191 +1995,12,0,homicide,18-20 yrs,93,492283,19.013404846191406,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,18.891572952270508 +1995,12,0,other external,18-20 yrs,65,492283,19.013404846191406,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,13.203786849975586 +1995,12,0,internal,18-20 yrs,108,492283,19.013404846191406,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,21.938600540161133 +1995,12,0,all,21-24 yrs,880,678474,22.550514221191406,1,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,129.7028350830078 +1995,12,0,MVA,21-24 yrs,251,678474,22.550514221191406,1,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,36.99478530883789 +1995,12,0,suicide,21-24 yrs,127,678474,22.550514221191406,1,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,18.718477249145508 +1995,12,0,homicide,21-24 yrs,158,678474,22.550514221191406,1,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,23.287553787231445 +1995,12,0,other external,21-24 yrs,71,678474,22.550514221191406,1,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,10.46466064453125 +1995,12,0,internal,21-24 yrs,273,678474,22.550514221191406,1,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,40.23735427856445 +1996,12,0,MVA,15-17 yrs,134,535575,15.976797103881836,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,25.019838333129883 +1996,12,0,suicide,15-17 yrs,35,535575,15.976797103881836,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,6.535032272338867 +1996,12,0,homicide,15-17 yrs,47,535575,15.976797103881836,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,8.775614738464355 +1996,12,0,other external,15-17 yrs,35,535575,15.976797103881836,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,6.535032272338867 +1996,12,0,internal,15-17 yrs,78,535575,15.976797103881836,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,14.563786506652832 +1996,12,0,all,18-20 yrs,502,501584,19.00335121154785,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,100.08293914794922 +1996,12,0,MVA,18-20 yrs,172,501584,19.00335121154785,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,34.29136657714844 +1996,12,0,suicide,18-20 yrs,58,501584,19.00335121154785,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,11.563366889953613 +1996,12,0,homicide,18-20 yrs,112,501584,19.00335121154785,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,22.329261779785156 +1996,12,0,other external,18-20 yrs,61,501584,19.00335121154785,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,12.16147232055664 +1996,12,0,internal,18-20 yrs,99,501584,19.00335121154785,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,19.737472534179688 +1996,12,0,all,21-24 yrs,821,667402,22.52178955078125,1,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,123.01431274414062 +1996,12,0,MVA,21-24 yrs,230,667402,22.52178955078125,1,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,34.46198654174805 +1996,12,0,suicide,21-24 yrs,127,667402,22.52178955078125,1,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,19.029010772705078 +1996,12,0,homicide,21-24 yrs,142,667402,22.52178955078125,1,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,21.276531219482422 +1996,12,0,other external,21-24 yrs,90,667402,22.52178955078125,1,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,13.485125541687012 +1996,12,0,internal,21-24 yrs,232,667402,22.52178955078125,1,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,34.76165771484375 +1970,13,0,MVA,15-17 yrs,133,271635,15.980168342590332,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,48.96276092529297 +1970,13,0,suicide,15-17 yrs,10,271635,15.980168342590332,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,3.681410789489746 +1970,13,0,homicide,15-17 yrs,29,271635,15.980168342590332,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,10.676091194152832 +1970,13,0,other external,15-17 yrs,70,271635,15.980168342590332,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,25.769874572753906 +1970,13,0,internal,15-17 yrs,92,271635,15.980168342590332,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,33.868980407714844 +1970,13,0,all,18-20 yrs,458,260127,19.00575065612793,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,176.06784057617188 +1970,13,0,MVA,18-20 yrs,200,260127,19.00575065612793,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,76.8855209350586 +1970,13,0,suicide,18-20 yrs,17,260127,19.00575065612793,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,6.535269260406494 +1970,13,0,homicide,18-20 yrs,63,260127,19.00575065612793,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,24.21893882751465 +1970,13,0,other external,18-20 yrs,66,260127,19.00575065612793,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,25.372222900390625 +1970,13,0,internal,18-20 yrs,112,260127,19.00575065612793,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,43.05589294433594 +1970,13,0,all,21-24 yrs,598,328338,22.426429748535156,1,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,182.12939453125 +1970,13,0,MVA,21-24 yrs,216,328338,22.426429748535156,1,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,65.7858657836914 +1970,13,0,suicide,21-24 yrs,36,328338,22.426429748535156,1,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,10.964311599731445 +1970,13,0,homicide,21-24 yrs,112,328338,22.426429748535156,1,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,34.11119079589844 +1970,13,0,other external,21-24 yrs,88,328338,22.426429748535156,1,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,26.80164909362793 +1970,13,0,internal,21-24 yrs,146,328338,22.426429748535156,1,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,44.466373443603516 +1971,13,0,MVA,15-17 yrs,134,283575,15.987030029296875,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,47.253814697265625 +1971,13,0,suicide,15-17 yrs,12,283575,15.987030029296875,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,4.231684684753418 +1971,13,0,homicide,15-17 yrs,30,283575,15.987030029296875,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,10.579212188720703 +1971,13,0,other external,15-17 yrs,67,283575,15.987030029296875,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,23.626907348632812 +1971,13,0,internal,15-17 yrs,79,283575,15.987030029296875,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,27.858591079711914 +1971,13,0,all,18-20 yrs,471,269580,18.984445571899414,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,174.7162322998047 +1971,13,0,MVA,18-20 yrs,215,269580,18.984445571899414,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,79.753692626953125 +1971,13,0,suicide,18-20 yrs,24,269580,18.984445571899414,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,8.902737617492676 +1971,13,0,homicide,18-20 yrs,67,269580,18.984445571899414,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,24.85347557067871 +1971,13,0,other external,18-20 yrs,66,269580,18.984445571899414,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,24.482528686523438 +1971,13,0,internal,18-20 yrs,99,269580,18.984445571899414,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,36.723793029785156 +1971,13,0,all,21-24 yrs,657,348163,22.54509735107422,1,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,188.7047119140625 +1971,13,0,MVA,21-24 yrs,257,348163,22.54509735107422,1,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,73.81600189208984 +1971,13,0,suicide,21-24 yrs,44,348163,22.54509735107422,1,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,12.6377592086792 +1971,13,0,homicide,21-24 yrs,118,348163,22.54509735107422,1,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,33.89216995239258 +1971,13,0,other external,21-24 yrs,94,348163,22.54509735107422,1,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,26.99884796142578 +1971,13,0,internal,21-24 yrs,144,348163,22.54509735107422,1,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,41.35993957519531 +1972,13,0.5041095614433289,MVA,15-17 yrs,154,293002,15.985467910766602,0,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,52.55936813354492 +1972,13,0.5041095614433289,suicide,15-17 yrs,18,293002,15.985467910766602,0,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,6.143302917480469 +1972,13,0.5041095614433289,homicide,15-17 yrs,24,293002,15.985467910766602,0,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,8.191070556640625 +1972,13,0.5041095614433289,other external,15-17 yrs,68,293002,15.985467910766602,0,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,23.208032608032227 +1972,13,0.5041095614433289,internal,15-17 yrs,48,293002,15.985467910766602,0,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,16.38214111328125 +1972,13,0.5041095614433289,all,18-20 yrs,538,280212,18.983959197998047,0.5041095614433289,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,191.9974822998047 +1972,13,0.5041095614433289,MVA,18-20 yrs,238,280212,18.983959197998047,0.5041095614433289,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,84.9356918334961 +1972,13,0.5041095614433289,suicide,18-20 yrs,26,280212,18.983959197998047,0.5041095614433289,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,9.27868938446045 +1972,13,0.5041095614433289,homicide,18-20 yrs,72,280212,18.983959197998047,0.5041095614433289,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,25.69483184814453 +1972,13,0.5041095614433289,other external,18-20 yrs,96,280212,18.983959197998047,0.5041095614433289,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,34.25977325439453 +1972,13,0.5041095614433289,internal,18-20 yrs,106,280212,18.983959197998047,0.5041095614433289,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,37.8285026550293 +1972,13,0.5041095614433289,all,21-24 yrs,658,340038,22.508825302124023,1,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,193.50778198242188 +1972,13,0.5041095614433289,MVA,21-24 yrs,234,340038,22.508825302124023,1,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,68.81584167480469 +1972,13,0.5041095614433289,suicide,21-24 yrs,58,340038,22.508825302124023,1,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,17.056917190551758 +1972,13,0.5041095614433289,homicide,21-24 yrs,136,340038,22.508825302124023,1,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,39.99552917480469 +1972,13,0.5041095614433289,other external,21-24 yrs,70,340038,22.508825302124023,1,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,20.585933685302734 +1972,13,0.5041095614433289,internal,21-24 yrs,160,340038,22.508825302124023,1,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,47.053565979003906 +1973,13,1,MVA,15-17 yrs,146,299916,15.992610931396484,0,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,48.6802978515625 +1973,13,1,suicide,15-17 yrs,8,299916,15.992610931396484,0,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,2.6674134731292725 +1973,13,1,homicide,15-17 yrs,38,299916,15.992610931396484,0,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,12.670214653015137 +1973,13,1,other external,15-17 yrs,74,299916,15.992610931396484,0,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,24.673574447631836 +1973,13,1,internal,15-17 yrs,64,299916,15.992610931396484,0,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,21.33930778503418 +1973,13,1,all,18-20 yrs,450,291705,18.988786697387695,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,154.26544189453125 +1973,13,1,MVA,18-20 yrs,164,291705,18.988786697387695,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,56.22118377685547 +1973,13,1,suicide,18-20 yrs,38,291705,18.988786697387695,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,13.026859283447266 +1973,13,1,homicide,18-20 yrs,76,291705,18.988786697387695,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,26.05371856689453 +1973,13,1,other external,18-20 yrs,87,291705,18.988786697387695,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,29.82465171813965 +1973,13,1,internal,18-20 yrs,85,291705,18.988786697387695,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,29.139026641845703 +1973,13,1,all,21-24 yrs,624,344677,22.487436294555664,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,181.0390625 +1973,13,1,MVA,21-24 yrs,218,344677,22.487436294555664,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,63.24761962890625 +1973,13,1,suicide,21-24 yrs,55,344677,22.487436294555664,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,15.956968307495117 +1973,13,1,homicide,21-24 yrs,127,344677,22.487436294555664,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,36.846092224121094 +1973,13,1,other external,21-24 yrs,93,344677,22.487436294555664,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,26.981782913208008 +1973,13,1,internal,21-24 yrs,131,344677,22.487436294555664,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,38.006595611572266 +1974,13,1,MVA,15-17 yrs,142,305569,15.999561309814453,0,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,46.47068405151367 +1974,13,1,suicide,15-17 yrs,22,305569,15.999561309814453,0,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,7.19968318939209 +1974,13,1,homicide,15-17 yrs,30,305569,15.999561309814453,0,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,9.817749977111816 +1974,13,1,other external,15-17 yrs,80,305569,15.999561309814453,0,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,26.180665969848633 +1974,13,1,internal,15-17 yrs,79,305569,15.999561309814453,0,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,25.853408813476562 +1974,13,1,all,18-20 yrs,482,300027,18.99297332763672,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,160.65220642089844 +1974,13,1,MVA,18-20 yrs,193,300027,18.99297332763672,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,64.327545166015625 +1974,13,1,suicide,18-20 yrs,40,300027,18.99297332763672,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,13.332133293151855 +1974,13,1,homicide,18-20 yrs,69,300027,18.99297332763672,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,22.9979305267334 +1974,13,1,other external,18-20 yrs,76,300027,18.99297332763672,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,25.331052780151367 +1974,13,1,internal,18-20 yrs,104,300027,18.99297332763672,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,34.66354751586914 +1974,13,1,all,21-24 yrs,601,352698,22.467164993286133,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,170.40074157714844 +1974,13,1,MVA,21-24 yrs,181,352698,22.467164993286133,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,51.31869125366211 +1974,13,1,suicide,21-24 yrs,56,352698,22.467164993286133,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,15.877606391906738 +1974,13,1,homicide,21-24 yrs,129,352698,22.467164993286133,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,36.575199127197266 +1974,13,1,other external,21-24 yrs,95,352698,22.467164993286133,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,26.935224533081055 +1974,13,1,internal,21-24 yrs,140,352698,22.467164993286133,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,39.69401550292969 +1975,13,1,MVA,15-17 yrs,96,307024,15.997355461120605,0,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,31.267913818359375 +1975,13,1,suicide,15-17 yrs,20,307024,15.997355461120605,0,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,6.514148712158203 +1975,13,1,homicide,15-17 yrs,23,307024,15.997355461120605,0,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,7.491271018981934 +1975,13,1,other external,15-17 yrs,73,307024,15.997355461120605,0,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,23.776643753051758 +1975,13,1,internal,15-17 yrs,66,307024,15.997355461120605,0,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,21.49669075012207 +1975,13,1,all,18-20 yrs,400,306942,18.990034103393555,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,130.31777954101562 +1975,13,1,MVA,18-20 yrs,167,306942,18.990034103393555,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,54.40767288208008 +1975,13,1,suicide,18-20 yrs,28,306942,18.990034103393555,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,9.122244834899902 +1975,13,1,homicide,18-20 yrs,51,306942,18.990034103393555,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,16.615516662597656 +1975,13,1,other external,18-20 yrs,64,306942,18.990034103393555,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,20.850845336914062 +1975,13,1,internal,18-20 yrs,90,306942,18.990034103393555,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,29.321500778198242 +1975,13,1,all,21-24 yrs,559,363365,22.45606803894043,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,153.8397979736328 +1975,13,1,MVA,21-24 yrs,157,363365,22.45606803894043,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,43.207244873046875 +1975,13,1,suicide,21-24 yrs,83,363365,22.45606803894043,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,22.8420467376709 +1975,13,1,homicide,21-24 yrs,104,363365,22.45606803894043,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,28.62135887145996 +1975,13,1,other external,21-24 yrs,81,363365,22.45606803894043,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,22.291635513305664 +1975,13,1,internal,21-24 yrs,134,363365,22.45606803894043,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,36.87752151489258 +1976,13,1,MVA,15-17 yrs,100,309315,15.998709678649902,0,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,32.32950210571289 +1976,13,1,suicide,15-17 yrs,19,309315,15.998709678649902,0,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,6.142605304718018 +1976,13,1,homicide,15-17 yrs,23,309315,15.998709678649902,0,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,7.435785293579102 +1976,13,1,other external,15-17 yrs,63,309315,15.998709678649902,0,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,20.367586135864258 +1976,13,1,internal,15-17 yrs,57,309315,15.998709678649902,0,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,18.42781639099121 +1976,13,1,all,18-20 yrs,395,313648,18.996870040893555,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,125.9373550415039 +1976,13,1,MVA,18-20 yrs,165,313648,18.996870040893555,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,52.60674285888672 +1976,13,1,suicide,18-20 yrs,27,313648,18.996870040893555,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,8.608376502990723 +1976,13,1,homicide,18-20 yrs,57,313648,18.996870040893555,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,18.17323875427246 +1976,13,1,other external,18-20 yrs,67,313648,18.996870040893555,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,21.361526489257812 +1976,13,1,internal,18-20 yrs,79,313648,18.996870040893555,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,25.187471389770508 +1976,13,1,all,21-24 yrs,492,378082,22.461870193481445,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,130.1304931640625 +1976,13,1,MVA,21-24 yrs,149,378082,22.461870193481445,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,39.40943908691406 +1976,13,1,suicide,21-24 yrs,65,378082,22.461870193481445,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,17.19203758239746 +1976,13,1,homicide,21-24 yrs,88,378082,22.461870193481445,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,23.275373458862305 +1976,13,1,other external,21-24 yrs,80,378082,22.461870193481445,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,21.15943145751953 +1976,13,1,internal,21-24 yrs,110,378082,22.461870193481445,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,29.09421730041504 +1977,13,1,MVA,15-17 yrs,146,311595,16.001480102539062,0,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,46.85569381713867 +1977,13,1,suicide,15-17 yrs,33,311595,16.001480102539062,0,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,10.590670585632324 +1977,13,1,homicide,15-17 yrs,13,311595,16.001480102539062,0,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,4.172082424163818 +1977,13,1,other external,15-17 yrs,67,311595,16.001480102539062,0,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,21.502269744873047 +1977,13,1,internal,15-17 yrs,74,311595,16.001480102539062,0,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,23.748777389526367 +1977,13,1,all,18-20 yrs,431,317728,19.002586364746094,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,135.65061950683594 +1977,13,1,MVA,18-20 yrs,189,317728,19.002586364746094,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,59.48484420776367 +1977,13,1,suicide,18-20 yrs,34,317728,19.002586364746094,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,10.700977325439453 +1977,13,1,homicide,18-20 yrs,49,317728,19.002586364746094,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,15.421996116638184 +1977,13,1,other external,18-20 yrs,72,317728,19.002586364746094,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,22.660892486572266 +1977,13,1,internal,18-20 yrs,87,317728,19.002586364746094,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,27.381912231445312 +1977,13,1,all,21-24 yrs,536,390000,22.47296905517578,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,137.43589782714844 +1977,13,1,MVA,21-24 yrs,163,390000,22.47296905517578,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,41.79487228393555 +1977,13,1,suicide,21-24 yrs,68,390000,22.47296905517578,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,17.435897827148438 +1977,13,1,homicide,21-24 yrs,79,390000,22.47296905517578,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,20.256410598754883 +1977,13,1,other external,21-24 yrs,96,390000,22.47296905517578,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,24.615385055541992 +1977,13,1,internal,21-24 yrs,130,390000,22.47296905517578,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,33.33333206176758 +1978,13,1,MVA,15-17 yrs,113,312899,16.00360107421875,0,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,36.1138916015625 +1978,13,1,suicide,15-17 yrs,16,312899,16.00360107421875,0,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,5.113471031188965 +1978,13,1,homicide,15-17 yrs,15,312899,16.00360107421875,0,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,4.79387903213501 +1978,13,1,other external,15-17 yrs,50,312899,16.00360107421875,0,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,15.979597091674805 +1978,13,1,internal,15-17 yrs,71,312899,16.00360107421875,0,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,22.691028594970703 +1978,13,1,all,18-20 yrs,411,318453,18.99806785583496,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,129.06143188476562 +1978,13,1,MVA,18-20 yrs,188,318453,18.99806785583496,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,59.035400390625 +1978,13,1,suicide,18-20 yrs,33,318453,18.99806785583496,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,10.36259651184082 +1978,13,1,homicide,18-20 yrs,36,318453,18.99806785583496,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,11.304651260375977 +1978,13,1,other external,18-20 yrs,62,318453,18.99806785583496,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,19.4691219329834 +1978,13,1,internal,18-20 yrs,92,318453,18.99806785583496,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,28.889663696289062 +1978,13,1,all,21-24 yrs,598,398929,22.476688385009766,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,149.9013671875 +1978,13,1,MVA,21-24 yrs,213,398929,22.476688385009766,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,53.39295959472656 +1978,13,1,suicide,21-24 yrs,68,398929,22.476688385009766,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,17.045639038085938 +1978,13,1,homicide,21-24 yrs,87,398929,22.476688385009766,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,21.808391571044922 +1978,13,1,other external,21-24 yrs,93,398929,22.476688385009766,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,23.312419891357422 +1978,13,1,internal,21-24 yrs,137,398929,22.476688385009766,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,34.341949462890625 +1979,13,1,MVA,15-17 yrs,159,315841,16.001256942749023,0,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,50.3417854309082 +1979,13,1,suicide,15-17 yrs,17,315841,16.001256942749023,0,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,5.382454872131348 +1979,13,1,homicide,15-17 yrs,24,315841,16.001256942749023,0,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,7.59876012802124 +1979,13,1,other external,15-17 yrs,47,315841,16.001256942749023,0,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,14.880905151367188 +1979,13,1,internal,15-17 yrs,64,315841,16.001256942749023,0,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,20.26336097717285 +1979,13,1,all,18-20 yrs,428,322393,18.996742248535156,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,132.75721740722656 +1979,13,1,MVA,18-20 yrs,208,322393,18.996742248535156,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,64.51753234863281 +1979,13,1,suicide,18-20 yrs,35,322393,18.996742248535156,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,10.856314659118652 +1979,13,1,homicide,18-20 yrs,48,322393,18.996742248535156,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,14.888660430908203 +1979,13,1,other external,18-20 yrs,68,322393,18.996742248535156,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,21.092269897460938 +1979,13,1,internal,18-20 yrs,69,322393,18.996742248535156,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,21.402450561523438 +1979,13,1,all,21-24 yrs,581,406640,22.48574447631836,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,142.8782196044922 +1979,13,1,MVA,21-24 yrs,205,406640,22.48574447631836,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,50.413143157958984 +1979,13,1,suicide,21-24 yrs,70,406640,22.48574447631836,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,17.214242935180664 +1979,13,1,homicide,21-24 yrs,109,406640,22.48574447631836,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,26.805036544799805 +1979,13,1,other external,21-24 yrs,85,406640,22.48574447631836,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,20.90300941467285 +1979,13,1,internal,21-24 yrs,112,406640,22.48574447631836,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,27.542789459228516 +1980,13,0.8915311098098755,MVA,15-17 yrs,136,313673,16.011566162109375,0,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,43.35725402832031 +1980,13,0.8915311098098755,suicide,15-17 yrs,14,313673,16.011566162109375,0,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,4.463246822357178 +1980,13,0.8915311098098755,homicide,15-17 yrs,20,313673,16.011566162109375,0,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,6.3760666847229 +1980,13,0.8915311098098755,other external,15-17 yrs,42,313673,16.011566162109375,0,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,13.389739990234375 +1980,13,0.8915311098098755,internal,15-17 yrs,54,313673,16.011566162109375,0,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,17.21537971496582 +1980,13,0.8915311098098755,all,18-20 yrs,454,323668,19.002296447753906,0.8915311098098755,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,140.26718139648438 +1980,13,0.8915311098098755,MVA,18-20 yrs,205,323668,19.002296447753906,0.8915311098098755,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,63.33650588989258 +1980,13,0.8915311098098755,suicide,18-20 yrs,40,323668,19.002296447753906,0.8915311098098755,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,12.358342170715332 +1980,13,0.8915311098098755,homicide,18-20 yrs,46,323668,19.002296447753906,0.8915311098098755,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,14.2120943069458 +1980,13,0.8915311098098755,other external,18-20 yrs,80,323668,19.002296447753906,0.8915311098098755,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,24.716684341430664 +1980,13,0.8915311098098755,internal,18-20 yrs,83,323668,19.002296447753906,0.8915311098098755,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,25.6435604095459 +1980,13,0.8915311098098755,all,21-24 yrs,561,411511,22.494646072387695,1,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,136.3268585205078 +1980,13,0.8915311098098755,MVA,21-24 yrs,211,411511,22.494646072387695,1,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,51.27444839477539 +1980,13,0.8915311098098755,suicide,21-24 yrs,70,411511,22.494646072387695,1,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,17.010480880737305 +1980,13,0.8915311098098755,homicide,21-24 yrs,94,411511,22.494646072387695,1,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,22.8426456451416 +1980,13,0.8915311098098755,other external,21-24 yrs,84,411511,22.494646072387695,1,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,20.41257667541504 +1980,13,0.8915311098098755,internal,21-24 yrs,102,411511,22.494646072387695,1,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,24.786701202392578 +1981,13,0.6771506071090698,MVA,15-17 yrs,110,305506,16.027612686157227,0,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,36.00584030151367 +1981,13,0.6771506071090698,suicide,15-17 yrs,8,305506,16.027612686157227,0,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,2.6186065673828125 +1981,13,0.6771506071090698,homicide,15-17 yrs,22,305506,16.027612686157227,0,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,7.201168060302734 +1981,13,0.6771506071090698,other external,15-17 yrs,60,305506,16.027612686157227,0,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,19.639549255371094 +1981,13,0.6771506071090698,internal,15-17 yrs,60,305506,16.027612686157227,0,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,19.639549255371094 +1981,13,0.6771506071090698,all,18-20 yrs,422,326753,19.015005111694336,0.6771506071090698,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,129.1495361328125 +1981,13,0.6771506071090698,MVA,18-20 yrs,204,326753,19.015005111694336,0.6771506071090698,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,62.43247985839844 +1981,13,0.6771506071090698,suicide,18-20 yrs,46,326753,19.015005111694336,0.6771506071090698,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,14.077912330627441 +1981,13,0.6771506071090698,homicide,18-20 yrs,38,326753,19.015005111694336,0.6771506071090698,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,11.629579544067383 +1981,13,0.6771506071090698,other external,18-20 yrs,56,326753,19.015005111694336,0.6771506071090698,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,17.138328552246094 +1981,13,0.6771506071090698,internal,18-20 yrs,78,326753,19.015005111694336,0.6771506071090698,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,23.87124252319336 +1981,13,0.6771506071090698,all,21-24 yrs,536,416291,22.50463104248047,1,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,128.75608825683594 +1981,13,0.6771506071090698,MVA,21-24 yrs,166,416291,22.50463104248047,1,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,39.875953674316406 +1981,13,0.6771506071090698,suicide,21-24 yrs,72,416291,22.50463104248047,1,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,17.29559326171875 +1981,13,0.6771506071090698,homicide,21-24 yrs,92,416291,22.50463104248047,1,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,22.099925994873047 +1981,13,0.6771506071090698,other external,21-24 yrs,82,416291,22.50463104248047,1,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,19.6977596282959 +1981,13,0.6771506071090698,internal,21-24 yrs,124,416291,22.50463104248047,1,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,29.786855697631836 +1982,13,0.6774499416351318,MVA,15-17 yrs,120,295010,16.029911041259766,0,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,40.67658615112305 +1982,13,0.6774499416351318,suicide,15-17 yrs,24,295010,16.029911041259766,0,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,8.1353178024292 +1982,13,0.6774499416351318,homicide,15-17 yrs,20,295010,16.029911041259766,0,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,6.779431343078613 +1982,13,0.6774499416351318,other external,15-17 yrs,36,295010,16.029911041259766,0,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,12.20297622680664 +1982,13,0.6774499416351318,internal,15-17 yrs,42,295010,16.029911041259766,0,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,14.23680591583252 +1982,13,0.6774499416351318,all,18-20 yrs,324,326647,19.015840530395508,0.6774499416351318,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,99.18964385986328 +1982,13,0.6774499416351318,MVA,18-20 yrs,116,326647,19.015840530395508,0.6774499416351318,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,35.5123405456543 +1982,13,0.6774499416351318,suicide,18-20 yrs,28,326647,19.015840530395508,0.6774499416351318,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,8.571944236755371 +1982,13,0.6774499416351318,homicide,18-20 yrs,52,326647,19.015840530395508,0.6774499416351318,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,15.919325828552246 +1982,13,0.6774499416351318,other external,18-20 yrs,48,326647,19.015840530395508,0.6774499416351318,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,14.694762229919434 +1982,13,0.6774499416351318,internal,18-20 yrs,80,326647,19.015840530395508,0.6774499416351318,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,24.491270065307617 +1982,13,0.6774499416351318,all,21-24 yrs,534,422371,22.487001419067383,1,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,126.42913818359375 +1982,13,0.6774499416351318,MVA,21-24 yrs,168,422371,22.487001419067383,1,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,39.77545928955078 +1982,13,0.6774499416351318,suicide,21-24 yrs,62,422371,22.487001419067383,1,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,14.679038047790527 +1982,13,0.6774499416351318,homicide,21-24 yrs,80,422371,22.487001419067383,1,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,18.94069480895996 +1982,13,0.6774499416351318,other external,21-24 yrs,96,422371,22.487001419067383,1,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,22.728832244873047 +1982,13,0.6774499416351318,internal,21-24 yrs,128,422371,22.487001419067383,1,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,30.305110931396484 +1983,13,0.6825763583183289,MVA,15-17 yrs,102,285094,16.02155113220215,0,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,35.777671813964844 +1983,13,0.6825763583183289,suicide,15-17 yrs,12,285094,16.02155113220215,0,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,4.209137916564941 +1983,13,0.6825763583183289,homicide,15-17 yrs,12,285094,16.02155113220215,0,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,4.209137916564941 +1983,13,0.6825763583183289,other external,15-17 yrs,29,285094,16.02155113220215,0,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,10.172083854675293 +1983,13,0.6825763583183289,internal,15-17 yrs,66,285094,16.02155113220215,0,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,23.150259017944336 +1983,13,0.6825763583183289,all,18-20 yrs,331,324875,19.023303985595703,0.6825763583183289,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,101.88533782958984 +1983,13,0.6825763583183289,MVA,18-20 yrs,148,324875,19.023303985595703,0.6825763583183289,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,45.55598449707031 +1983,13,0.6825763583183289,suicide,18-20 yrs,33,324875,19.023303985595703,0.6825763583183289,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,10.157752990722656 +1983,13,0.6825763583183289,homicide,18-20 yrs,33,324875,19.023303985595703,0.6825763583183289,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,10.157752990722656 +1983,13,0.6825763583183289,other external,18-20 yrs,57,324875,19.023303985595703,0.6825763583183289,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,17.545209884643555 +1983,13,0.6825763583183289,internal,18-20 yrs,60,324875,19.023303985595703,0.6825763583183289,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,18.46864128112793 +1983,13,0.6825763583183289,all,21-24 yrs,475,428900,22.48553466796875,1,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,110.74842834472656 +1983,13,0.6825763583183289,MVA,21-24 yrs,162,428900,22.48553466796875,1,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,37.77104187011719 +1983,13,0.6825763583183289,suicide,21-24 yrs,59,428900,22.48553466796875,1,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,13.756120681762695 +1983,13,0.6825763583183289,homicide,21-24 yrs,72,428900,22.48553466796875,1,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,16.78713035583496 +1983,13,0.6825763583183289,other external,21-24 yrs,85,428900,22.48553466796875,1,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,19.818140029907227 +1983,13,0.6825763583183289,internal,21-24 yrs,97,428900,22.48553466796875,1,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,22.61599349975586 +1984,13,0.6906901001930237,MVA,15-17 yrs,117,284042,16.004533767700195,0,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,41.19108963012695 +1984,13,0.6906901001930237,suicide,15-17 yrs,18,284042,16.004533767700195,0,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,6.337090969085693 +1984,13,0.6906901001930237,homicide,15-17 yrs,14,284042,16.004533767700195,0,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,4.928848743438721 +1984,13,0.6906901001930237,other external,15-17 yrs,31,284042,16.004533767700195,0,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,10.91387939453125 +1984,13,0.6906901001930237,internal,15-17 yrs,56,284042,16.004533767700195,0,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,19.715394973754883 +1984,13,0.6906901001930237,all,18-20 yrs,335,319854,19.03921127319336,0.6906901001930237,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,104.73528289794922 +1984,13,0.6906901001930237,MVA,18-20 yrs,167,319854,19.03921127319336,0.6906901001930237,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,52.21132278442383 +1984,13,0.6906901001930237,suicide,18-20 yrs,29,319854,19.03921127319336,0.6906901001930237,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,9.06663703918457 +1984,13,0.6906901001930237,homicide,18-20 yrs,36,319854,19.03921127319336,0.6906901001930237,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,11.255135536193848 +1984,13,0.6906901001930237,other external,18-20 yrs,47,319854,19.03921127319336,0.6906901001930237,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,14.694204330444336 +1984,13,0.6906901001930237,internal,18-20 yrs,56,319854,19.03921127319336,0.6906901001930237,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,17.50798797607422 +1984,13,0.6906901001930237,all,21-24 yrs,509,437674,22.497089385986328,1,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,116.2966079711914 +1984,13,0.6906901001930237,MVA,21-24 yrs,171,437674,22.497089385986328,1,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,39.07017517089844 +1984,13,0.6906901001930237,suicide,21-24 yrs,54,437674,22.497089385986328,1,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,12.337949752807617 +1984,13,0.6906901001930237,homicide,21-24 yrs,98,437674,22.497089385986328,1,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,22.391094207763672 +1984,13,0.6906901001930237,other external,21-24 yrs,72,437674,22.497089385986328,1,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,16.450599670410156 +1984,13,0.6906901001930237,internal,21-24 yrs,114,437674,22.497089385986328,1,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,26.046783447265625 +1985,13,0.5763688683509827,MVA,15-17 yrs,105,289967,15.987957000732422,0,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,36.21101760864258 +1985,13,0.5763688683509827,suicide,15-17 yrs,26,289967,15.987957000732422,0,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,8.9665374755859375 +1985,13,0.5763688683509827,homicide,15-17 yrs,12,289967,15.987957000732422,0,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,4.138401985168457 +1985,13,0.5763688683509827,other external,15-17 yrs,37,289967,15.987957000732422,0,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,12.760072708129883 +1985,13,0.5763688683509827,internal,15-17 yrs,52,289967,15.987957000732422,0,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,17.933074951171875 +1985,13,0.5763688683509827,all,18-20 yrs,336,313131,19.041015625,0.5763688683509827,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,107.30332946777344 +1985,13,0.5763688683509827,MVA,18-20 yrs,152,313131,19.041015625,0.5763688683509827,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,48.54198455810547 +1985,13,0.5763688683509827,suicide,18-20 yrs,27,313131,19.041015625,0.5763688683509827,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,8.622589111328125 +1985,13,0.5763688683509827,homicide,18-20 yrs,53,313131,19.041015625,0.5763688683509827,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,16.925823211669922 +1985,13,0.5763688683509827,other external,18-20 yrs,39,313131,19.041015625,0.5763688683509827,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,12.454851150512695 +1985,13,0.5763688683509827,internal,18-20 yrs,65,313131,19.041015625,0.5763688683509827,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,20.758085250854492 +1985,13,0.5763688683509827,all,21-24 yrs,524,445992,22.511438369750977,1,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,117.49089813232422 +1985,13,0.5763688683509827,MVA,21-24 yrs,178,445992,22.511438369750977,1,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,39.91102981567383 +1985,13,0.5763688683509827,suicide,21-24 yrs,63,445992,22.511438369750977,1,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,14.125813484191895 +1985,13,0.5763688683509827,homicide,21-24 yrs,88,445992,22.511438369750977,1,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,19.73129653930664 +1985,13,0.5763688683509827,other external,21-24 yrs,61,445992,22.511438369750977,1,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,13.677375793457031 +1985,13,0.5763688683509827,internal,21-24 yrs,134,445992,22.511438369750977,1,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,30.045381546020508 +1986,13,0.23116761445999146,MVA,15-17 yrs,124,301528,15.985404014587402,0,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,41.12387466430664 +1986,13,0.23116761445999146,suicide,15-17 yrs,18,301528,15.985404014587402,0,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,5.969594955444336 +1986,13,0.23116761445999146,homicide,15-17 yrs,21,301528,15.985404014587402,0,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,6.964527130126953 +1986,13,0.23116761445999146,other external,15-17 yrs,34,301528,15.985404014587402,0,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,11.275901794433594 +1986,13,0.23116761445999146,internal,15-17 yrs,54,301528,15.985404014587402,0,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,17.908784866333008 +1986,13,0.23116761445999146,all,18-20 yrs,354,305869,19.033348083496094,0.23116761445999146,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,115.73582458496094 +1986,13,0.23116761445999146,MVA,18-20 yrs,157,305869,19.033348083496094,0.23116761445999146,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,51.32916259765625 +1986,13,0.23116761445999146,suicide,18-20 yrs,36,305869,19.033348083496094,0.23116761445999146,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,11.769744873046875 +1986,13,0.23116761445999146,homicide,18-20 yrs,52,305869,19.033348083496094,0.23116761445999146,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,17.000741958618164 +1986,13,0.23116761445999146,other external,18-20 yrs,43,305869,19.033348083496094,0.23116761445999146,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,14.058305740356445 +1986,13,0.23116761445999146,internal,18-20 yrs,66,305869,19.033348083496094,0.23116761445999146,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,21.577865600585938 +1986,13,0.23116761445999146,all,21-24 yrs,525,447680,22.51983070373535,1,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,117.2712631225586 +1986,13,0.23116761445999146,MVA,21-24 yrs,197,447680,22.51983070373535,1,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,44.00464630126953 +1986,13,0.23116761445999146,suicide,21-24 yrs,86,447680,22.51983070373535,1,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,19.21014976501465 +1986,13,0.23116761445999146,homicide,21-24 yrs,90,447680,22.51983070373535,1,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,20.10364532470703 +1986,13,0.23116761445999146,other external,21-24 yrs,53,447680,22.51983070373535,1,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,11.838813781738281 +1986,13,0.23116761445999146,internal,21-24 yrs,99,447680,22.51983070373535,1,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,22.114009857177734 +1987,13,0,MVA,15-17 yrs,113,304402,16.01702117919922,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,37.12196350097656 +1987,13,0,suicide,15-17 yrs,28,304402,16.01702117919922,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,9.198362350463867 +1987,13,0,homicide,15-17 yrs,26,304402,16.01702117919922,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,8.541337013244629 +1987,13,0,other external,15-17 yrs,49,304402,16.01702117919922,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,16.097135543823242 +1987,13,0,internal,15-17 yrs,57,304402,16.01702117919922,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,18.725238800048828 +1987,13,0,all,18-20 yrs,341,306311,19.014060974121094,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,111.32476806640625 +1987,13,0,MVA,18-20 yrs,149,306311,19.014060974121094,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,48.64337158203125 +1987,13,0,suicide,18-20 yrs,42,306311,19.014060974121094,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,13.711554527282715 +1987,13,0,homicide,18-20 yrs,46,306311,19.014060974121094,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,15.017416954040527 +1987,13,0,other external,18-20 yrs,44,306311,19.014060974121094,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,14.364485740661621 +1987,13,0,internal,18-20 yrs,60,306311,19.014060974121094,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,19.587934494018555 +1987,13,0,all,21-24 yrs,542,443143,22.53938102722168,1,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,122.30815124511719 +1987,13,0,MVA,21-24 yrs,191,443143,22.53938102722168,1,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,43.10121154785156 +1987,13,0,suicide,21-24 yrs,64,443143,22.53938102722168,1,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,14.442290306091309 +1987,13,0,homicide,21-24 yrs,101,443143,22.53938102722168,1,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,22.79174041748047 +1987,13,0,other external,21-24 yrs,62,443143,22.53938102722168,1,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,13.990968704223633 +1987,13,0,internal,21-24 yrs,124,443143,22.53938102722168,1,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,27.981937408447266 +1988,13,0,MVA,15-17 yrs,130,300066,16.0439395904541,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,43.32380294799805 +1988,13,0,suicide,15-17 yrs,25,300066,16.0439395904541,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,8.331500053405762 +1988,13,0,homicide,15-17 yrs,33,300066,16.0439395904541,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,10.997580528259277 +1988,13,0,other external,15-17 yrs,32,300066,16.0439395904541,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,10.664320945739746 +1988,13,0,internal,15-17 yrs,59,300066,16.0439395904541,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,19.66234016418457 +1988,13,0,all,18-20 yrs,399,312184,18.99704360961914,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,127.80924224853516 +1988,13,0,MVA,18-20 yrs,179,312184,18.99704360961914,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,57.33797836303711 +1988,13,0,suicide,18-20 yrs,51,312184,18.99704360961914,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,16.336519241333008 +1988,13,0,homicide,18-20 yrs,55,312184,18.99704360961914,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,17.617815017700195 +1988,13,0,other external,18-20 yrs,42,312184,18.99704360961914,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,13.453604698181152 +1988,13,0,internal,18-20 yrs,72,312184,18.99704360961914,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,23.063322067260742 +1988,13,0,all,21-24 yrs,574,434636,22.551958084106445,1,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,132.0645294189453 +1988,13,0,MVA,21-24 yrs,177,434636,22.551958084106445,1,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,40.723731994628906 +1988,13,0,suicide,21-24 yrs,70,434636,22.551958084106445,1,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,16.105430603027344 +1988,13,0,homicide,21-24 yrs,119,434636,22.551958084106445,1,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,27.37923240661621 +1988,13,0,other external,21-24 yrs,58,434636,22.551958084106445,1,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,13.344499588012695 +1988,13,0,internal,21-24 yrs,150,434636,22.551958084106445,1,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,34.51163864135742 +1989,13,0,MVA,15-17 yrs,111,287674,16.03108024597168,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,38.58534240722656 +1989,13,0,suicide,15-17 yrs,25,287674,16.03108024597168,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,8.69039249420166 +1989,13,0,homicide,15-17 yrs,36,287674,16.03108024597168,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,12.514164924621582 +1989,13,0,other external,15-17 yrs,25,287674,16.03108024597168,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,8.69039249420166 +1989,13,0,internal,15-17 yrs,54,287674,16.03108024597168,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,18.77124786376953 +1989,13,0,all,18-20 yrs,417,323287,18.994394302368164,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,128.987548828125 +1989,13,0,MVA,18-20 yrs,182,323287,18.994394302368164,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,56.29672622680664 +1989,13,0,suicide,18-20 yrs,56,323287,18.994394302368164,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,17.32206916809082 +1989,13,0,homicide,18-20 yrs,59,323287,18.994394302368164,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,18.250038146972656 +1989,13,0,other external,18-20 yrs,41,323287,18.994394302368164,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,12.682229995727539 +1989,13,0,internal,18-20 yrs,79,323287,18.994394302368164,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,24.436491012573242 +1989,13,0,all,21-24 yrs,567,422425,22.549875259399414,1,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,134.22500610351562 +1989,13,0,MVA,21-24 yrs,177,422425,22.549875259399414,1,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,41.90092849731445 +1989,13,0,suicide,21-24 yrs,61,422425,22.549875259399414,1,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,14.440433502197266 +1989,13,0,homicide,21-24 yrs,118,422425,22.549875259399414,1,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,27.93395233154297 +1989,13,0,other external,21-24 yrs,54,422425,22.549875259399414,1,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,12.783334732055664 +1989,13,0,internal,21-24 yrs,157,422425,22.549875259399414,1,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,37.16636276245117 +1990,13,0,MVA,15-17 yrs,102,281711,16.01572608947754,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,36.20731735229492 +1990,13,0,suicide,15-17 yrs,22,281711,16.01572608947754,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,7.809421539306641 +1990,13,0,homicide,15-17 yrs,24,281711,16.01572608947754,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,8.519369125366211 +1990,13,0,other external,15-17 yrs,27,281711,16.01572608947754,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,9.584290504455566 +1990,13,0,internal,15-17 yrs,44,281711,16.01572608947754,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,15.618843078613281 +1990,13,0,all,18-20 yrs,380,325945,19.02873420715332,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,116.5840835571289 +1990,13,0,MVA,18-20 yrs,141,325945,19.02873420715332,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,43.25883102416992 +1990,13,0,suicide,18-20 yrs,61,325945,19.02873420715332,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,18.714813232421875 +1990,13,0,homicide,18-20 yrs,69,325945,19.02873420715332,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,21.16921615600586 +1990,13,0,other external,18-20 yrs,47,325945,19.02873420715332,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,14.419610977172852 +1990,13,0,internal,18-20 yrs,62,325945,19.02873420715332,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,19.02161407470703 +1990,13,0,all,21-24 yrs,565,415093,22.51995086669922,1,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,136.11407470703125 +1990,13,0,MVA,21-24 yrs,165,415093,22.51995086669922,1,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,39.75012969970703 +1990,13,0,suicide,21-24 yrs,76,415093,22.51995086669922,1,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,18.30915069580078 +1990,13,0,homicide,21-24 yrs,124,415093,22.51995086669922,1,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,29.87282371520996 +1990,13,0,other external,21-24 yrs,58,415093,22.51995086669922,1,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,13.972772598266602 +1990,13,0,internal,21-24 yrs,142,415093,22.51995086669922,1,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,34.20920181274414 +1991,13,0,MVA,15-17 yrs,99,278126,16.01972198486328,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,35.59537887573242 +1991,13,0,suicide,15-17 yrs,23,278126,16.01972198486328,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,8.269633293151855 +1991,13,0,homicide,15-17 yrs,37,278126,16.01972198486328,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,13.303322792053223 +1991,13,0,other external,15-17 yrs,26,278126,16.01972198486328,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,9.348280906677246 +1991,13,0,internal,15-17 yrs,47,278126,16.01972198486328,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,16.898815155029297 +1991,13,0,all,18-20 yrs,374,318069,19.055158615112305,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,117.58454895019531 +1991,13,0,MVA,18-20 yrs,146,318069,19.055158615112305,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,45.9019889831543 +1991,13,0,suicide,18-20 yrs,47,318069,19.055158615112305,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,14.776667594909668 +1991,13,0,homicide,18-20 yrs,80,318069,19.055158615112305,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,25.151775360107422 +1991,13,0,other external,18-20 yrs,35,318069,19.055158615112305,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,11.003901481628418 +1991,13,0,internal,18-20 yrs,66,318069,19.055158615112305,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,20.750213623046875 +1991,13,0,all,21-24 yrs,518,415690,22.4851131439209,1,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,124.61209106445312 +1991,13,0,MVA,21-24 yrs,141,415690,22.4851131439209,1,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,33.91950607299805 +1991,13,0,suicide,21-24 yrs,62,415690,22.4851131439209,1,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,14.914960861206055 +1991,13,0,homicide,21-24 yrs,130,415690,22.4851131439209,1,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,31.273303985595703 +1991,13,0,other external,21-24 yrs,58,415690,22.4851131439209,1,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,13.952705383300781 +1991,13,0,internal,21-24 yrs,127,415690,22.4851131439209,1,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,30.551612854003906 +1992,13,0,MVA,15-17 yrs,83,283244,16.004398345947266,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,29.303356170654297 +1992,13,0,suicide,15-17 yrs,23,283244,16.004398345947266,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,8.120207786560059 +1992,13,0,homicide,15-17 yrs,46,283244,16.004398345947266,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,16.240415573120117 +1992,13,0,other external,15-17 yrs,32,283244,16.004398345947266,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,11.297679901123047 +1992,13,0,internal,15-17 yrs,60,283244,16.004398345947266,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,21.183149337768555 +1992,13,0,all,18-20 yrs,331,306703,19.044668197631836,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,107.9219970703125 +1992,13,0,MVA,18-20 yrs,117,306703,19.044668197631836,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,38.14765548706055 +1992,13,0,suicide,18-20 yrs,47,306703,19.044668197631836,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,15.324271202087402 +1992,13,0,homicide,18-20 yrs,67,306703,19.044668197631836,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,21.845237731933594 +1992,13,0,other external,18-20 yrs,34,306703,19.044668197631836,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,11.08564281463623 +1992,13,0,internal,18-20 yrs,66,306703,19.044668197631836,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,21.519189834594727 +1992,13,0,all,21-24 yrs,503,424306,22.458728790283203,1,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,118.54652404785156 +1992,13,0,MVA,21-24 yrs,132,424306,22.458728790283203,1,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,31.109622955322266 +1992,13,0,suicide,21-24 yrs,76,424306,22.458728790283203,1,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,17.911602020263672 +1992,13,0,homicide,21-24 yrs,108,424306,22.458728790283203,1,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,25.45332908630371 +1992,13,0,other external,21-24 yrs,42,424306,22.458728790283203,1,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,9.898516654968262 +1992,13,0,internal,21-24 yrs,145,424306,22.458728790283203,1,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,34.1734504699707 +1993,13,0,MVA,15-17 yrs,87,290049,15.98702621459961,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,29.994932174682617 +1993,13,0,suicide,15-17 yrs,25,290049,15.98702621459961,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,8.619233131408691 +1993,13,0,homicide,15-17 yrs,43,290049,15.98702621459961,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,14.825080871582031 +1993,13,0,other external,15-17 yrs,25,290049,15.98702621459961,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,8.619233131408691 +1993,13,0,internal,15-17 yrs,33,290049,15.98702621459961,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,11.377388000488281 +1993,13,0,all,18-20 yrs,357,301418,19.025108337402344,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,118.44017028808594 +1993,13,0,MVA,18-20 yrs,117,301418,19.025108337402344,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,38.8165283203125 +1993,13,0,suicide,18-20 yrs,44,301418,19.025108337402344,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,14.597668647766113 +1993,13,0,homicide,18-20 yrs,79,301418,19.025108337402344,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,26.209449768066406 +1993,13,0,other external,18-20 yrs,47,301418,19.025108337402344,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,15.592964172363281 +1993,13,0,internal,18-20 yrs,70,301418,19.025108337402344,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,23.22356414794922 +1993,13,0,all,21-24 yrs,522,429463,22.487268447875977,1,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,121.5471420288086 +1993,13,0,MVA,21-24 yrs,146,429463,22.487268447875977,1,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,33.99594497680664 +1993,13,0,suicide,21-24 yrs,65,429463,22.487268447875977,1,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,15.135180473327637 +1993,13,0,homicide,21-24 yrs,122,429463,22.487268447875977,1,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,28.407569885253906 +1993,13,0,other external,21-24 yrs,51,429463,22.487268447875977,1,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,11.875295639038086 +1993,13,0,internal,21-24 yrs,138,429463,22.487268447875977,1,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,32.13315200805664 +1994,13,0,MVA,15-17 yrs,69,301543,15.996697425842285,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,22.882308959960938 +1994,13,0,suicide,15-17 yrs,36,301543,15.996697425842285,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,11.93859577178955 +1994,13,0,homicide,15-17 yrs,49,301543,15.996697425842285,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,16.249755859375 +1994,13,0,other external,15-17 yrs,28,301543,15.996697425842285,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,9.285574913024902 +1994,13,0,internal,15-17 yrs,44,301543,15.996697425842285,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,14.591617584228516 +1994,13,0,all,18-20 yrs,350,300799,19.027626037597656,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,116.35677337646484 +1994,13,0,MVA,18-20 yrs,118,300799,19.027626037597656,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,39.22885513305664 +1994,13,0,suicide,18-20 yrs,52,300799,19.027626037597656,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,17.287290573120117 +1994,13,0,homicide,18-20 yrs,90,300799,19.027626037597656,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,29.920312881469727 +1994,13,0,other external,18-20 yrs,29,300799,19.027626037597656,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,9.640989303588867 +1994,13,0,internal,18-20 yrs,61,300799,19.027626037597656,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,20.27932357788086 +1994,13,0,all,21-24 yrs,495,431264,22.532590866088867,1,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,114.77888488769531 +1994,13,0,MVA,21-24 yrs,152,431264,22.532590866088867,1,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,35.24523162841797 +1994,13,0,suicide,21-24 yrs,68,431264,22.532590866088867,1,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,15.767603874206543 +1994,13,0,homicide,21-24 yrs,99,431264,22.532590866088867,1,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,22.95577621459961 +1994,13,0,other external,21-24 yrs,39,431264,22.532590866088867,1,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,9.043184280395508 +1994,13,0,internal,21-24 yrs,137,431264,22.532590866088867,1,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,31.7670841217041 +1995,13,0,MVA,15-17 yrs,104,313886,15.986281394958496,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,33.13304901123047 +1995,13,0,suicide,15-17 yrs,32,313886,15.986281394958496,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,10.194784164428711 +1995,13,0,homicide,15-17 yrs,37,313886,15.986281394958496,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,11.787718772888184 +1995,13,0,other external,15-17 yrs,31,313886,15.986281394958496,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,9.87619686126709 +1995,13,0,internal,15-17 yrs,51,313886,15.986281394958496,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,16.247936248779297 +1995,13,0,all,18-20 yrs,342,305844,19.013729095458984,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,111.82171630859375 +1995,13,0,MVA,18-20 yrs,109,305844,19.013729095458984,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,35.63908386230469 +1995,13,0,suicide,18-20 yrs,41,305844,19.013729095458984,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,13.405527114868164 +1995,13,0,homicide,18-20 yrs,80,305844,19.013729095458984,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,26.15712547302246 +1995,13,0,other external,18-20 yrs,34,305844,19.013729095458984,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,11.116778373718262 +1995,13,0,internal,18-20 yrs,78,305844,19.013729095458984,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,25.503198623657227 +1995,13,0,all,21-24 yrs,487,425083,22.551179885864258,1,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,114.56586456298828 +1995,13,0,MVA,21-24 yrs,158,425083,22.551179885864258,1,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,37.169212341308594 +1995,13,0,suicide,21-24 yrs,67,425083,22.551179885864258,1,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,15.761628150939941 +1995,13,0,homicide,21-24 yrs,80,425083,22.551179885864258,1,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,18.819854736328125 +1995,13,0,other external,21-24 yrs,46,425083,22.551179885864258,1,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,10.821415901184082 +1995,13,0,internal,21-24 yrs,136,425083,22.551179885864258,1,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,31.993751525878906 +1996,13,0,MVA,15-17 yrs,129,323983,15.996585845947266,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,39.81690216064453 +1996,13,0,suicide,15-17 yrs,30,323983,15.996585845947266,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,9.259744644165039 +1996,13,0,homicide,15-17 yrs,37,323983,15.996585845947266,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,11.4203519821167 +1996,13,0,other external,15-17 yrs,30,323983,15.996585845947266,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,9.259744644165039 +1996,13,0,internal,15-17 yrs,54,323983,15.996585845947266,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,16.66754150390625 +1996,13,0,all,18-20 yrs,396,312415,18.998428344726562,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,126.75447845458984 +1996,13,0,MVA,18-20 yrs,166,312415,18.998428344726562,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,53.13445281982422 +1996,13,0,suicide,18-20 yrs,37,312415,18.998428344726562,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,11.843221664428711 +1996,13,0,homicide,18-20 yrs,70,312415,18.998428344726562,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,22.40609359741211 +1996,13,0,other external,18-20 yrs,42,312415,18.998428344726562,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,13.443656921386719 +1996,13,0,internal,18-20 yrs,81,312415,18.998428344726562,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,25.927051544189453 +1996,13,0,all,21-24 yrs,517,416063,22.526609420776367,1,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,124.26002502441406 +1996,13,0,MVA,21-24 yrs,162,416063,22.526609420776367,1,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,38.9364128112793 +1996,13,0,suicide,21-24 yrs,72,416063,22.526609420776367,1,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,17.305070877075195 +1996,13,0,homicide,21-24 yrs,109,416063,22.526609420776367,1,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,26.197956085205078 +1996,13,0,other external,21-24 yrs,38,416063,22.526609420776367,1,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,9.133232116699219 +1996,13,0,internal,21-24 yrs,136,416063,22.526609420776367,1,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,32.68735885620117 +1970,15,0,MVA,15-17 yrs,9,44264,15.990127563476562,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,20.332550048828125 +1970,15,0,suicide,15-17 yrs,2,44264,15.990127563476562,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,4.518344402313232 +1970,15,0,homicide,15-17 yrs,2,44264,15.990127563476562,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,4.518344402313232 +1970,15,0,other external,15-17 yrs,7,44264,15.990127563476562,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,15.81420612335205 +1970,15,0,internal,15-17 yrs,16,44264,15.990127563476562,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,36.14675521850586 +1970,15,0,all,18-20 yrs,48,44468,19.067283630371094,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,107.94278717041016 +1970,15,0,MVA,18-20 yrs,14,44468,19.067283630371094,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,31.483314514160156 +1970,15,0,suicide,18-20 yrs,2,44468,19.067283630371094,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,4.497616291046143 +1970,15,0,homicide,18-20 yrs,3,44468,19.067283630371094,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,6.746424198150635 +1970,15,0,other external,18-20 yrs,10,44468,19.067283630371094,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,22.488080978393555 +1970,15,0,internal,18-20 yrs,19,44468,19.067283630371094,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,42.72735595703125 +1970,15,0,all,21-24 yrs,70,64993,22.37870216369629,1,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,107.70390319824219 +1970,15,0,MVA,21-24 yrs,32,64993,22.37870216369629,1,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,49.2360725402832 +1970,15,0,suicide,21-24 yrs,5,64993,22.37870216369629,1,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,7.693136215209961 +1970,15,0,homicide,21-24 yrs,3,64993,22.37870216369629,1,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,4.61588191986084 +1970,15,0,other external,21-24 yrs,18,64993,22.37870216369629,1,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,27.695289611816406 +1970,15,0,internal,21-24 yrs,12,64993,22.37870216369629,1,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,18.46352767944336 +1971,15,0,MVA,15-17 yrs,20,47061,15.994156837463379,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,42.4980354309082 +1971,15,0,suicide,15-17 yrs,3,47061,15.994156837463379,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,6.3747053146362305 +1971,15,0,homicide,15-17 yrs,2,47061,15.994156837463379,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,4.24980354309082 +1971,15,0,other external,15-17 yrs,5,47061,15.994156837463379,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,10.62450885772705 +1971,15,0,internal,15-17 yrs,6,47061,15.994156837463379,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,12.749410629272461 +1971,15,0,all,18-20 yrs,65,48760,19.044832229614258,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,133.3059844970703 +1971,15,0,MVA,18-20 yrs,19,48760,19.044832229614258,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,38.966365814208984 +1971,15,0,suicide,18-20 yrs,6,48760,19.044832229614258,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,12.305168151855469 +1971,15,0,homicide,18-20 yrs,6,48760,19.044832229614258,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,12.305168151855469 +1971,15,0,other external,18-20 yrs,18,48760,19.044832229614258,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,36.915504455566406 +1971,15,0,internal,18-20 yrs,16,48760,19.044832229614258,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,32.81378173828125 +1971,15,0,all,21-24 yrs,85,63934,22.520490646362305,1,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,132.94960021972656 +1971,15,0,MVA,21-24 yrs,26,63934,22.520490646362305,1,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,40.66693878173828 +1971,15,0,suicide,21-24 yrs,10,63934,22.520490646362305,1,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,15.641129493713379 +1971,15,0,homicide,21-24 yrs,8,63934,22.520490646362305,1,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,12.512904167175293 +1971,15,0,other external,21-24 yrs,19,63934,22.520490646362305,1,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,29.71814727783203 +1971,15,0,internal,21-24 yrs,22,63934,22.520490646362305,1,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,34.410484313964844 +1972,15,0.8383561372756958,MVA,15-17 yrs,10,49061,15.997451782226562,0,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,20.382789611816406 +1972,15,0.8383561372756958,suicide,15-17 yrs,0,49061,15.997451782226562,0,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,0 +1972,15,0.8383561372756958,homicide,15-17 yrs,4,49061,15.997451782226562,0,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,8.153115272521973 +1972,15,0.8383561372756958,other external,15-17 yrs,8,49061,15.997451782226562,0,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,16.306230545043945 +1972,15,0.8383561372756958,internal,15-17 yrs,6,49061,15.997451782226562,0,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,12.229673385620117 +1972,15,0.8383561372756958,all,18-20 yrs,44,52993,19.061216354370117,0.8383561372756958,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,83.02983093261719 +1972,15,0.8383561372756958,MVA,18-20 yrs,16,52993,19.061216354370117,0.8383561372756958,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,30.19266700744629 +1972,15,0.8383561372756958,suicide,18-20 yrs,8,52993,19.061216354370117,0.8383561372756958,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,15.096333503723145 +1972,15,0.8383561372756958,homicide,18-20 yrs,4,52993,19.061216354370117,0.8383561372756958,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,7.548166751861572 +1972,15,0.8383561372756958,other external,18-20 yrs,12,52993,19.061216354370117,0.8383561372756958,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,22.644500732421875 +1972,15,0.8383561372756958,internal,18-20 yrs,4,52993,19.061216354370117,0.8383561372756958,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,7.548166751861572 +1972,15,0.8383561372756958,all,21-24 yrs,76,62476,22.488636016845703,1,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,121.64671325683594 +1972,15,0.8383561372756958,MVA,21-24 yrs,28,62476,22.488636016845703,1,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,44.81721115112305 +1972,15,0.8383561372756958,suicide,21-24 yrs,8,62476,22.488636016845703,1,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,12.804917335510254 +1972,15,0.8383561372756958,homicide,21-24 yrs,8,62476,22.488636016845703,1,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,12.804917335510254 +1972,15,0.8383561372756958,other external,21-24 yrs,14,62476,22.488636016845703,1,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,22.408605575561523 +1972,15,0.8383561372756958,internal,21-24 yrs,18,62476,22.488636016845703,1,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,28.811063766479492 +1973,15,1,MVA,15-17 yrs,5,50121,16.00542640686035,0,NA,1.25,0.3199999928474426,1.25,2.819999933242798,9.975858688354492 +1973,15,1,suicide,15-17 yrs,0,50121,16.00542640686035,0,NA,1.25,0.3199999928474426,1.25,2.819999933242798,0 +1973,15,1,homicide,15-17 yrs,1,50121,16.00542640686035,0,NA,1.25,0.3199999928474426,1.25,2.819999933242798,1.9951716661453247 +1973,15,1,other external,15-17 yrs,7,50121,16.00542640686035,0,NA,1.25,0.3199999928474426,1.25,2.819999933242798,13.966201782226562 +1973,15,1,internal,15-17 yrs,10,50121,16.00542640686035,0,NA,1.25,0.3199999928474426,1.25,2.819999933242798,19.951717376708984 +1973,15,1,all,18-20 yrs,61,57509,19.07291030883789,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,106.07035064697266 +1973,15,1,MVA,18-20 yrs,20,57509,19.07291030883789,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,34.777164459228516 +1973,15,1,suicide,18-20 yrs,10,57509,19.07291030883789,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,17.388582229614258 +1973,15,1,homicide,18-20 yrs,2,57509,19.07291030883789,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,3.4777164459228516 +1973,15,1,other external,18-20 yrs,13,57509,19.07291030883789,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,22.60515785217285 +1973,15,1,internal,18-20 yrs,16,57509,19.07291030883789,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,27.821731567382812 +1973,15,1,all,21-24 yrs,78,65351,22.40504264831543,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,119.35548400878906 +1973,15,1,MVA,21-24 yrs,19,65351,22.40504264831543,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,29.07377052307129 +1973,15,1,suicide,21-24 yrs,11,65351,22.40504264831543,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,16.832183837890625 +1973,15,1,homicide,21-24 yrs,11,65351,22.40504264831543,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,16.832183837890625 +1973,15,1,other external,21-24 yrs,18,65351,22.40504264831543,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,27.54357147216797 +1973,15,1,internal,21-24 yrs,19,65351,22.40504264831543,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,29.07377052307129 +1974,15,1,MVA,15-17 yrs,18,51313,16.008808135986328,0,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,35.07883071899414 +1974,15,1,suicide,15-17 yrs,1,51313,16.008808135986328,0,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,1.9488239288330078 +1974,15,1,homicide,15-17 yrs,3,51313,16.008808135986328,0,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,5.846471786499023 +1974,15,1,other external,15-17 yrs,8,51313,16.008808135986328,0,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,15.590591430664062 +1974,15,1,internal,15-17 yrs,14,51313,16.008808135986328,0,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,27.28353500366211 +1974,15,1,all,18-20 yrs,50,58496,19.067337036132812,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,85.4759292602539 +1974,15,1,MVA,18-20 yrs,14,58496,19.067337036132812,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,23.933259963989258 +1974,15,1,suicide,18-20 yrs,9,58496,19.067337036132812,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,15.38566780090332 +1974,15,1,homicide,18-20 yrs,4,58496,19.067337036132812,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,6.838074207305908 +1974,15,1,other external,18-20 yrs,10,58496,19.067337036132812,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,17.095186233520508 +1974,15,1,internal,18-20 yrs,13,58496,19.067337036132812,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,22.22374153137207 +1974,15,1,all,21-24 yrs,80,67545,22.337167739868164,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,118.43955993652344 +1974,15,1,MVA,21-24 yrs,15,67545,22.337167739868164,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,22.207416534423828 +1974,15,1,suicide,21-24 yrs,14,67545,22.337167739868164,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,20.7269229888916 +1974,15,1,homicide,21-24 yrs,11,67545,22.337167739868164,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,16.285438537597656 +1974,15,1,other external,21-24 yrs,21,67545,22.337167739868164,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,31.090383529663086 +1974,15,1,internal,21-24 yrs,19,67545,22.337167739868164,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,28.12939453125 +1975,15,1,MVA,15-17 yrs,9,51559,16.007816314697266,0,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,17.455730438232422 +1975,15,1,suicide,15-17 yrs,2,51559,16.007816314697266,0,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,3.8790512084960938 +1975,15,1,homicide,15-17 yrs,2,51559,16.007816314697266,0,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,3.8790512084960938 +1975,15,1,other external,15-17 yrs,3,51559,16.007816314697266,0,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,5.818576812744141 +1975,15,1,internal,15-17 yrs,7,51559,16.007816314697266,0,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,13.576679229736328 +1975,15,1,all,18-20 yrs,51,59947,19.071813583374023,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,85.07514953613281 +1975,15,1,MVA,18-20 yrs,20,59947,19.071813583374023,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,33.3628044128418 +1975,15,1,suicide,18-20 yrs,7,59947,19.071813583374023,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,11.676980972290039 +1975,15,1,homicide,18-20 yrs,6,59947,19.071813583374023,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,10.008841514587402 +1975,15,1,other external,18-20 yrs,9,59947,19.071813583374023,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,15.013261795043945 +1975,15,1,internal,18-20 yrs,9,59947,19.071813583374023,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,15.013261795043945 +1975,15,1,all,21-24 yrs,87,72740,22.380630493164062,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,119.60407257080078 +1975,15,1,MVA,21-24 yrs,26,72740,22.380630493164062,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,35.743743896484375 +1975,15,1,suicide,21-24 yrs,7,72740,22.380630493164062,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,9.623315811157227 +1975,15,1,homicide,21-24 yrs,8,72740,22.380630493164062,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,10.998075485229492 +1975,15,1,other external,21-24 yrs,31,72740,22.380630493164062,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,42.6175422668457 +1975,15,1,internal,21-24 yrs,15,72740,22.380630493164062,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,20.62139129638672 +1976,15,1,MVA,15-17 yrs,8,52070,16.011829376220703,0,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,15.363933563232422 +1976,15,1,suicide,15-17 yrs,4,52070,16.011829376220703,0,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,7.681966781616211 +1976,15,1,homicide,15-17 yrs,4,52070,16.011829376220703,0,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,7.681966781616211 +1976,15,1,other external,15-17 yrs,14,52070,16.011829376220703,0,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,26.886882781982422 +1976,15,1,internal,15-17 yrs,15,52070,16.011829376220703,0,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,28.807374954223633 +1976,15,1,all,18-20 yrs,72,60607,19.084890365600586,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,118.79815673828125 +1976,15,1,MVA,18-20 yrs,24,60607,19.084890365600586,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,39.59938430786133 +1976,15,1,suicide,18-20 yrs,4,60607,19.084890365600586,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,6.599897861480713 +1976,15,1,homicide,18-20 yrs,1,60607,19.084890365600586,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,1.6499744653701782 +1976,15,1,other external,18-20 yrs,26,60607,19.084890365600586,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,42.89933395385742 +1976,15,1,internal,18-20 yrs,17,60607,19.084890365600586,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,28.049564361572266 +1976,15,1,all,21-24 yrs,108,77043,22.430564880371094,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,140.18145751953125 +1976,15,1,MVA,21-24 yrs,26,77043,22.430564880371094,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,33.74738693237305 +1976,15,1,suicide,21-24 yrs,10,77043,22.430564880371094,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,12.979764938354492 +1976,15,1,homicide,21-24 yrs,6,77043,22.430564880371094,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,7.787858963012695 +1976,15,1,other external,21-24 yrs,37,77043,22.430564880371094,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,48.02512741088867 +1976,15,1,internal,21-24 yrs,29,77043,22.430564880371094,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,37.64131546020508 +1977,15,1,MVA,15-17 yrs,9,51961,16.006484985351562,0,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,17.320682525634766 +1977,15,1,suicide,15-17 yrs,0,51961,16.006484985351562,0,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,0 +1977,15,1,homicide,15-17 yrs,3,51961,16.006484985351562,0,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,5.773561000823975 +1977,15,1,other external,15-17 yrs,4,51961,16.006484985351562,0,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,7.698081016540527 +1977,15,1,internal,15-17 yrs,8,51961,16.006484985351562,0,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,15.396162033081055 +1977,15,1,all,18-20 yrs,61,60010,19.091768264770508,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,101.64972686767578 +1977,15,1,MVA,18-20 yrs,19,60010,19.091768264770508,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,31.66139030456543 +1977,15,1,suicide,18-20 yrs,6,60010,19.091768264770508,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,9.998333930969238 +1977,15,1,homicide,18-20 yrs,6,60010,19.091768264770508,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,9.998333930969238 +1977,15,1,other external,18-20 yrs,18,60010,19.091768264770508,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,29.9950008392334 +1977,15,1,internal,18-20 yrs,12,60010,19.091768264770508,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,19.996667861938477 +1977,15,1,all,21-24 yrs,93,79508,22.448734283447266,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,116.9693603515625 +1977,15,1,MVA,21-24 yrs,28,79508,22.448734283447266,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,35.216583251953125 +1977,15,1,suicide,21-24 yrs,18,79508,22.448734283447266,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,22.639230728149414 +1977,15,1,homicide,21-24 yrs,8,79508,22.448734283447266,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,10.061880111694336 +1977,15,1,other external,21-24 yrs,21,79508,22.448734283447266,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,26.41243553161621 +1977,15,1,internal,21-24 yrs,18,79508,22.448734283447266,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,22.639230728149414 +1978,15,1,MVA,15-17 yrs,15,51318,16.005651473999023,0,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,29.229509353637695 +1978,15,1,suicide,15-17 yrs,3,51318,16.005651473999023,0,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,5.845901966094971 +1978,15,1,homicide,15-17 yrs,1,51318,16.005651473999023,0,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,1.9486340284347534 +1978,15,1,other external,15-17 yrs,3,51318,16.005651473999023,0,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,5.845901966094971 +1978,15,1,internal,15-17 yrs,11,51318,16.005651473999023,0,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,21.434974670410156 +1978,15,1,all,18-20 yrs,60,59671,19.100282669067383,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,100.55135345458984 +1978,15,1,MVA,18-20 yrs,22,59671,19.100282669067383,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,36.868831634521484 +1978,15,1,suicide,18-20 yrs,15,59671,19.100282669067383,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,25.13783836364746 +1978,15,1,homicide,18-20 yrs,5,59671,19.100282669067383,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,8.379280090332031 +1978,15,1,other external,18-20 yrs,8,59671,19.100282669067383,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,13.406847953796387 +1978,15,1,internal,18-20 yrs,10,59671,19.100282669067383,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,16.758560180664062 +1978,15,1,all,21-24 yrs,91,81672,22.454330444335938,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,111.42129516601562 +1978,15,1,MVA,21-24 yrs,40,81672,22.454330444335938,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,48.97639465332031 +1978,15,1,suicide,21-24 yrs,11,81672,22.454330444335938,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,13.468507766723633 +1978,15,1,homicide,21-24 yrs,14,81672,22.454330444335938,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,17.14173698425293 +1978,15,1,other external,21-24 yrs,11,81672,22.454330444335938,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,13.468507766723633 +1978,15,1,internal,21-24 yrs,15,81672,22.454330444335938,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,18.366147994995117 +1979,15,1,MVA,15-17 yrs,11,51209,16.00761604309082,0,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,21.48059844970703 +1979,15,1,suicide,15-17 yrs,3,51209,16.00761604309082,0,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,5.858345031738281 +1979,15,1,homicide,15-17 yrs,2,51209,16.00761604309082,0,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,3.9055635929107666 +1979,15,1,other external,15-17 yrs,5,51209,16.00761604309082,0,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,9.763908386230469 +1979,15,1,internal,15-17 yrs,8,51209,16.00761604309082,0,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,15.622254371643066 +1979,15,1,all,18-20 yrs,84,59557,19.109962463378906,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,141.04135131835938 +1979,15,1,MVA,18-20 yrs,43,59557,19.109962463378906,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,72.19974517822266 +1979,15,1,suicide,18-20 yrs,16,59557,19.109962463378906,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,26.865020751953125 +1979,15,1,homicide,18-20 yrs,9,59557,19.109962463378906,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,15.111574172973633 +1979,15,1,other external,18-20 yrs,7,59557,19.109962463378906,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,11.753446578979492 +1979,15,1,internal,18-20 yrs,9,59557,19.109962463378906,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,15.111574172973633 +1979,15,1,all,21-24 yrs,105,83604,22.46233367919922,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,125.59207916259766 +1979,15,1,MVA,21-24 yrs,37,83604,22.46233367919922,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,44.256256103515625 +1979,15,1,suicide,21-24 yrs,24,83604,22.46233367919922,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,28.70676040649414 +1979,15,1,homicide,21-24 yrs,11,83604,22.46233367919922,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,13.157265663146973 +1979,15,1,other external,21-24 yrs,14,83604,22.46233367919922,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,16.7456111907959 +1979,15,1,internal,21-24 yrs,19,83604,22.46233367919922,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,22.726184844970703 +1980,15,1,MVA,15-17 yrs,15,49619,16.019065856933594,0,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,30.230356216430664 +1980,15,1,suicide,15-17 yrs,0,49619,16.019065856933594,0,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,0 +1980,15,1,homicide,15-17 yrs,0,49619,16.019065856933594,0,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,0 +1980,15,1,other external,15-17 yrs,5,49619,16.019065856933594,0,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,10.07678508758545 +1980,15,1,internal,15-17 yrs,6,49619,16.019065856933594,0,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,12.092142105102539 +1980,15,1,all,18-20 yrs,66,58149,19.07028579711914,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,113.50151824951172 +1980,15,1,MVA,18-20 yrs,20,58149,19.07028579711914,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,34.39440155029297 +1980,15,1,suicide,18-20 yrs,7,58149,19.07028579711914,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,12.038040161132812 +1980,15,1,homicide,18-20 yrs,8,58149,19.07028579711914,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,13.757760047912598 +1980,15,1,other external,18-20 yrs,17,58149,19.07028579711914,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,29.235240936279297 +1980,15,1,internal,18-20 yrs,14,58149,19.07028579711914,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,24.076080322265625 +1980,15,1,all,21-24 yrs,107,83657,22.47405433654785,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,127.9032211303711 +1980,15,1,MVA,21-24 yrs,30,83657,22.47405433654785,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,35.8607177734375 +1980,15,1,suicide,21-24 yrs,16,83657,22.47405433654785,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,19.125715255737305 +1980,15,1,homicide,21-24 yrs,10,83657,22.47405433654785,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,11.953572273254395 +1980,15,1,other external,21-24 yrs,24,83657,22.47405433654785,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,28.688573837280273 +1980,15,1,internal,21-24 yrs,27,83657,22.47405433654785,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,32.2746467590332 +1981,15,1,MVA,15-17 yrs,11,48267,16.033023834228516,0,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,22.789897918701172 +1981,15,1,suicide,15-17 yrs,0,48267,16.033023834228516,0,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,0 +1981,15,1,homicide,15-17 yrs,2,48267,16.033023834228516,0,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,4.143617630004883 +1981,15,1,other external,15-17 yrs,6,48267,16.033023834228516,0,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,12.430853843688965 +1981,15,1,internal,15-17 yrs,6,48267,16.033023834228516,0,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,12.430853843688965 +1981,15,1,all,18-20 yrs,67,56428,19.027132034301758,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,118.73538208007812 +1981,15,1,MVA,18-20 yrs,20,56428,19.027132034301758,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,35.443397521972656 +1981,15,1,suicide,18-20 yrs,12,56428,19.027132034301758,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,21.26603889465332 +1981,15,1,homicide,18-20 yrs,4,56428,19.027132034301758,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,7.088679313659668 +1981,15,1,other external,18-20 yrs,16,56428,19.027132034301758,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,28.354717254638672 +1981,15,1,internal,18-20 yrs,15,56428,19.027132034301758,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,26.582548141479492 +1981,15,1,all,21-24 yrs,91,82518,22.495601654052734,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,110.27896881103516 +1981,15,1,MVA,21-24 yrs,24,82518,22.495601654052734,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,29.084564208984375 +1981,15,1,suicide,21-24 yrs,14,82518,22.495601654052734,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,16.96599578857422 +1981,15,1,homicide,21-24 yrs,9,82518,22.495601654052734,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,10.90671157836914 +1981,15,1,other external,21-24 yrs,23,82518,22.495601654052734,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,27.87270736694336 +1981,15,1,internal,21-24 yrs,21,82518,22.495601654052734,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,25.448993682861328 +1982,15,1,MVA,15-17 yrs,2,46344,16.029022216796875,0,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,4.315553188323975 +1982,15,1,suicide,15-17 yrs,4,46344,16.029022216796875,0,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,8.63110637664795 +1982,15,1,homicide,15-17 yrs,0,46344,16.029022216796875,0,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,0 +1982,15,1,other external,15-17 yrs,3,46344,16.029022216796875,0,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,6.473330020904541 +1982,15,1,internal,15-17 yrs,9,46344,16.029022216796875,0,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,19.41999053955078 +1982,15,1,all,18-20 yrs,65,55739,19.027019500732422,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,116.61493682861328 +1982,15,1,MVA,18-20 yrs,20,55739,19.027019500732422,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,35.88151931762695 +1982,15,1,suicide,18-20 yrs,8,55739,19.027019500732422,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,14.352607727050781 +1982,15,1,homicide,18-20 yrs,1,55739,19.027019500732422,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,1.7940759658813477 +1982,15,1,other external,18-20 yrs,15,55739,19.027019500732422,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,26.9111385345459 +1982,15,1,internal,18-20 yrs,21,55739,19.027019500732422,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,37.675594329833984 +1982,15,1,all,21-24 yrs,92,80238,22.53141975402832,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,114.65888977050781 +1982,15,1,MVA,21-24 yrs,24,80238,22.53141975402832,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,29.911014556884766 +1982,15,1,suicide,21-24 yrs,17,80238,22.53141975402832,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,21.186967849731445 +1982,15,1,homicide,21-24 yrs,9,80238,22.53141975402832,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,11.216630935668945 +1982,15,1,other external,21-24 yrs,16,80238,22.53141975402832,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,19.940675735473633 +1982,15,1,internal,21-24 yrs,26,80238,22.53141975402832,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,32.40359878540039 +1983,15,1,MVA,15-17 yrs,6,44941,16.01780128479004,0,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,13.350837707519531 +1983,15,1,suicide,15-17 yrs,5,44941,16.01780128479004,0,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,11.12569808959961 +1983,15,1,homicide,15-17 yrs,0,44941,16.01780128479004,0,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,0 +1983,15,1,other external,15-17 yrs,2,44941,16.01780128479004,0,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,4.450279235839844 +1983,15,1,internal,15-17 yrs,7,44941,16.01780128479004,0,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,15.575977325439453 +1983,15,1,all,18-20 yrs,50,55916,19.064220428466797,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,89.41984558105469 +1983,15,1,MVA,18-20 yrs,14,55916,19.064220428466797,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,25.037555694580078 +1983,15,1,suicide,18-20 yrs,3,55916,19.064220428466797,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,5.365190505981445 +1983,15,1,homicide,18-20 yrs,3,55916,19.064220428466797,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,5.365190505981445 +1983,15,1,other external,18-20 yrs,11,55916,19.064220428466797,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,19.672365188598633 +1983,15,1,internal,18-20 yrs,19,55916,19.064220428466797,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,33.97954177856445 +1983,15,1,all,21-24 yrs,84,78153,22.540401458740234,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,107.48147583007812 +1983,15,1,MVA,21-24 yrs,26,78153,22.540401458740234,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,33.2680778503418 +1983,15,1,suicide,21-24 yrs,6,78153,22.540401458740234,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,7.677248477935791 +1983,15,1,homicide,21-24 yrs,7,78153,22.540401458740234,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,8.95678997039795 +1983,15,1,other external,21-24 yrs,19,78153,22.540401458740234,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,24.31128692626953 +1983,15,1,internal,21-24 yrs,26,78153,22.540401458740234,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,33.2680778503418 +1984,15,1,MVA,15-17 yrs,7,44518,15.990565299987793,0,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,15.723977088928223 +1984,15,1,suicide,15-17 yrs,7,44518,15.990565299987793,0,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,15.723977088928223 +1984,15,1,homicide,15-17 yrs,1,44518,15.990565299987793,0,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,2.2462823390960693 +1984,15,1,other external,15-17 yrs,5,44518,15.990565299987793,0,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,11.231411933898926 +1984,15,1,internal,15-17 yrs,10,44518,15.990565299987793,0,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,22.46282386779785 +1984,15,1,all,18-20 yrs,53,53493,19.08563804626465,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,99.07838439941406 +1984,15,1,MVA,18-20 yrs,21,53493,19.08563804626465,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,39.25747299194336 +1984,15,1,suicide,18-20 yrs,7,53493,19.08563804626465,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,13.085824012756348 +1984,15,1,homicide,18-20 yrs,2,53493,19.08563804626465,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,3.738806962966919 +1984,15,1,other external,18-20 yrs,7,53493,19.08563804626465,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,13.085824012756348 +1984,15,1,internal,18-20 yrs,16,53493,19.08563804626465,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,29.91045570373535 +1984,15,1,all,21-24 yrs,72,77559,22.49349594116211,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,92.832550048828125 +1984,15,1,MVA,21-24 yrs,19,77559,22.49349594116211,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,24.497478485107422 +1984,15,1,suicide,21-24 yrs,16,77559,22.49349594116211,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,20.62945556640625 +1984,15,1,homicide,21-24 yrs,3,77559,22.49349594116211,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,3.868023157119751 +1984,15,1,other external,21-24 yrs,10,77559,22.49349594116211,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,12.893409729003906 +1984,15,1,internal,21-24 yrs,24,77559,22.49349594116211,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,30.944185256958008 +1985,15,1,MVA,15-17 yrs,11,45596,15.962672233581543,0,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,24.124923706054688 +1985,15,1,suicide,15-17 yrs,2,45596,15.962672233581543,0,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,4.386349678039551 +1985,15,1,homicide,15-17 yrs,2,45596,15.962672233581543,0,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,4.386349678039551 +1985,15,1,other external,15-17 yrs,4,45596,15.962672233581543,0,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,8.772699356079102 +1985,15,1,internal,15-17 yrs,10,45596,15.962672233581543,0,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,21.93174934387207 +1985,15,1,all,18-20 yrs,54,50658,19.087568283081055,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,106.59718322753906 +1985,15,1,MVA,18-20 yrs,22,50658,19.087568283081055,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,43.42848205566406 +1985,15,1,suicide,18-20 yrs,6,50658,19.087568283081055,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,11.844131469726562 +1985,15,1,homicide,18-20 yrs,1,50658,19.087568283081055,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,1.9740219116210938 +1985,15,1,other external,18-20 yrs,10,50658,19.087568283081055,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,19.740219116210938 +1985,15,1,internal,18-20 yrs,15,50658,19.087568283081055,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,29.610328674316406 +1985,15,1,all,21-24 yrs,58,76831,22.456314086914062,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,75.49036407470703 +1985,15,1,MVA,21-24 yrs,24,76831,22.456314086914062,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,31.237390518188477 +1985,15,1,suicide,21-24 yrs,11,76831,22.456314086914062,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,14.317137718200684 +1985,15,1,homicide,21-24 yrs,5,76831,22.456314086914062,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,6.507789611816406 +1985,15,1,other external,21-24 yrs,7,76831,22.456314086914062,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,9.110905647277832 +1985,15,1,internal,21-24 yrs,11,76831,22.456314086914062,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,14.317137718200684 +1986,15,0.7479451894760132,MVA,15-17 yrs,9,46643,15.971613883972168,0,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,19.295499801635742 +1986,15,0.7479451894760132,suicide,15-17 yrs,2,46643,15.971613883972168,0,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,4.287889003753662 +1986,15,0.7479451894760132,homicide,15-17 yrs,5,46643,15.971613883972168,0,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,10.719721794128418 +1986,15,0.7479451894760132,other external,15-17 yrs,4,46643,15.971613883972168,0,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,8.575778007507324 +1986,15,0.7479451894760132,internal,15-17 yrs,12,46643,15.971613883972168,0,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,25.727333068847656 +1986,15,0.7479451894760132,all,18-20 yrs,27,48494,19.086545944213867,0.7479451894760132,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,55.6769905090332 +1986,15,0.7479451894760132,MVA,18-20 yrs,6,48494,19.086545944213867,0.7479451894760132,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,12.372664451599121 +1986,15,0.7479451894760132,suicide,18-20 yrs,1,48494,19.086545944213867,0.7479451894760132,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,2.062110662460327 +1986,15,0.7479451894760132,homicide,18-20 yrs,1,48494,19.086545944213867,0.7479451894760132,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,2.062110662460327 +1986,15,0.7479451894760132,other external,18-20 yrs,10,48494,19.086545944213867,0.7479451894760132,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,20.62110710144043 +1986,15,0.7479451894760132,internal,18-20 yrs,9,48494,19.086545944213867,0.7479451894760132,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,18.558996200561523 +1986,15,0.7479451894760132,all,21-24 yrs,74,77836,22.473894119262695,1,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,95.071685791015625 +1986,15,0.7479451894760132,MVA,21-24 yrs,21,77836,22.473894119262695,1,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,26.97980308532715 +1986,15,0.7479451894760132,suicide,21-24 yrs,15,77836,22.473894119262695,1,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,19.27128791809082 +1986,15,0.7479451894760132,homicide,21-24 yrs,6,77836,22.473894119262695,1,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,7.708515167236328 +1986,15,0.7479451894760132,other external,21-24 yrs,12,77836,22.473894119262695,1,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,15.417030334472656 +1986,15,0.7479451894760132,internal,21-24 yrs,20,77836,22.473894119262695,1,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,25.695051193237305 +1987,15,0,MVA,15-17 yrs,12,46348,16.01510238647461,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,25.891084671020508 +1987,15,0,suicide,15-17 yrs,2,46348,16.01510238647461,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,4.315180778503418 +1987,15,0,homicide,15-17 yrs,3,46348,16.01510238647461,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,6.472771167755127 +1987,15,0,other external,15-17 yrs,4,46348,16.01510238647461,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,8.630361557006836 +1987,15,0,internal,15-17 yrs,6,46348,16.01510238647461,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,12.945542335510254 +1987,15,0,all,18-20 yrs,37,47537,19.07080841064453,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,77.8341064453125 +1987,15,0,MVA,18-20 yrs,11,47537,19.07080841064453,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,23.139869689941406 +1987,15,0,suicide,18-20 yrs,6,47537,19.07080841064453,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,12.621747016906738 +1987,15,0,homicide,18-20 yrs,3,47537,19.07080841064453,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,6.310873508453369 +1987,15,0,other external,18-20 yrs,8,47537,19.07080841064453,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,16.828996658325195 +1987,15,0,internal,18-20 yrs,9,47537,19.07080841064453,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,18.932621002197266 +1987,15,0,all,21-24 yrs,76,78666,22.52400016784668,1,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,96.6109848022461 +1987,15,0,MVA,21-24 yrs,24,78666,22.52400016784668,1,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,30.50873374938965 +1987,15,0,suicide,21-24 yrs,7,78666,22.52400016784668,1,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,8.898380279541016 +1987,15,0,homicide,21-24 yrs,9,78666,22.52400016784668,1,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,11.440774917602539 +1987,15,0,other external,21-24 yrs,15,78666,22.52400016784668,1,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,19.06795883178711 +1987,15,0,internal,21-24 yrs,21,78666,22.52400016784668,1,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,26.695140838623047 +1988,15,0,MVA,15-17 yrs,15,44708,16.03426742553711,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,33.55104064941406 +1988,15,0,suicide,15-17 yrs,4,44708,16.03426742553711,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,8.946944236755371 +1988,15,0,homicide,15-17 yrs,0,44708,16.03426742553711,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,0 +1988,15,0,other external,15-17 yrs,6,44708,16.03426742553711,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,13.420416831970215 +1988,15,0,internal,15-17 yrs,6,44708,16.03426742553711,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,13.420416831970215 +1988,15,0,all,18-20 yrs,47,47762,19.047653198242188,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,98.40458679199219 +1988,15,0,MVA,18-20 yrs,20,47762,19.047653198242188,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,41.87429428100586 +1988,15,0,suicide,18-20 yrs,9,47762,19.047653198242188,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,18.84343147277832 +1988,15,0,homicide,18-20 yrs,1,47762,19.047653198242188,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,2.093714714050293 +1988,15,0,other external,18-20 yrs,8,47762,19.047653198242188,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,16.749717712402344 +1988,15,0,internal,18-20 yrs,9,47762,19.047653198242188,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,18.84343147277832 +1988,15,0,all,21-24 yrs,60,76390,22.540058135986328,1,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,78.5443115234375 +1988,15,0,MVA,21-24 yrs,25,76390,22.540058135986328,1,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,32.7267951965332 +1988,15,0,suicide,21-24 yrs,6,76390,22.540058135986328,1,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,7.85443115234375 +1988,15,0,homicide,21-24 yrs,3,76390,22.540058135986328,1,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,3.927215576171875 +1988,15,0,other external,21-24 yrs,15,76390,22.540058135986328,1,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,19.636077880859375 +1988,15,0,internal,21-24 yrs,11,76390,22.540058135986328,1,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,14.39979076385498 +1989,15,0,MVA,15-17 yrs,4,42867,16.020341873168945,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,9.33118724822998 +1989,15,0,suicide,15-17 yrs,4,42867,16.020341873168945,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,9.33118724822998 +1989,15,0,homicide,15-17 yrs,0,42867,16.020341873168945,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,0 +1989,15,0,other external,15-17 yrs,9,42867,16.020341873168945,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,20.99517059326172 +1989,15,0,internal,15-17 yrs,8,42867,16.020341873168945,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,18.66237449645996 +1989,15,0,all,18-20 yrs,43,48534,19.053714752197266,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,88.597686767578125 +1989,15,0,MVA,18-20 yrs,18,48534,19.053714752197266,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,37.08740234375 +1989,15,0,suicide,18-20 yrs,9,48534,19.053714752197266,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,18.543701171875 +1989,15,0,homicide,18-20 yrs,7,48534,19.053714752197266,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,14.422879219055176 +1989,15,0,other external,18-20 yrs,3,48534,19.053714752197266,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,6.181233882904053 +1989,15,0,internal,18-20 yrs,6,48534,19.053714752197266,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,12.362467765808105 +1989,15,0,all,21-24 yrs,60,74785,22.53502655029297,1,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,80.22999572753906 +1989,15,0,MVA,21-24 yrs,13,74785,22.53502655029297,1,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,17.38316535949707 +1989,15,0,suicide,21-24 yrs,4,74785,22.53502655029297,1,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,5.348666191101074 +1989,15,0,homicide,21-24 yrs,6,74785,22.53502655029297,1,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,8.022998809814453 +1989,15,0,other external,21-24 yrs,13,74785,22.53502655029297,1,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,17.38316535949707 +1989,15,0,internal,21-24 yrs,24,74785,22.53502655029297,1,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,32.09199523925781 +1990,15,0,MVA,15-17 yrs,10,41878,16.01270294189453,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,23.878887176513672 +1990,15,0,suicide,15-17 yrs,3,41878,16.01270294189453,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,7.163665771484375 +1990,15,0,homicide,15-17 yrs,0,41878,16.01270294189453,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,0 +1990,15,0,other external,15-17 yrs,3,41878,16.01270294189453,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,7.163665771484375 +1990,15,0,internal,15-17 yrs,4,41878,16.01270294189453,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,9.551554679870605 +1990,15,0,all,18-20 yrs,51,48880,19.07868194580078,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,104.33715057373047 +1990,15,0,MVA,18-20 yrs,25,48880,19.07868194580078,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,51.14566421508789 +1990,15,0,suicide,18-20 yrs,8,48880,19.07868194580078,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,16.36661148071289 +1990,15,0,homicide,18-20 yrs,1,48880,19.07868194580078,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,2.0458264350891113 +1990,15,0,other external,18-20 yrs,3,48880,19.07868194580078,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,6.137479305267334 +1990,15,0,internal,18-20 yrs,14,48880,19.07868194580078,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,28.641571044921875 +1990,15,0,all,21-24 yrs,69,73369,22.518693923950195,1,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,94.045166015625 +1990,15,0,MVA,21-24 yrs,22,73369,22.518693923950195,1,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,29.985416412353516 +1990,15,0,suicide,21-24 yrs,17,73369,22.518693923950195,1,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,23.170549392700195 +1990,15,0,homicide,21-24 yrs,8,73369,22.518693923950195,1,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,10.903787612915039 +1990,15,0,other external,21-24 yrs,10,73369,22.518693923950195,1,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,13.629734992980957 +1990,15,0,internal,21-24 yrs,12,73369,22.518693923950195,1,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,16.355682373046875 +1991,15,0,MVA,15-17 yrs,4,42208,16.01094627380371,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,9.476876258850098 +1991,15,0,suicide,15-17 yrs,1,42208,16.01094627380371,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,2.3692190647125244 +1991,15,0,homicide,15-17 yrs,1,42208,16.01094627380371,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,2.3692190647125244 +1991,15,0,other external,15-17 yrs,3,42208,16.01094627380371,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,7.107657432556152 +1991,15,0,internal,15-17 yrs,6,42208,16.01094627380371,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,14.215314865112305 +1991,15,0,all,18-20 yrs,31,48337,19.04292869567871,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,64.13306427001953 +1991,15,0,MVA,18-20 yrs,11,48337,19.04292869567871,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,22.756895065307617 +1991,15,0,suicide,18-20 yrs,4,48337,19.04292869567871,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,8.27523422241211 +1991,15,0,homicide,18-20 yrs,9,48337,19.04292869567871,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,18.619277954101562 +1991,15,0,other external,18-20 yrs,2,48337,19.04292869567871,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,4.137617111206055 +1991,15,0,internal,18-20 yrs,5,48337,19.04292869567871,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,10.344042778015137 +1991,15,0,all,21-24 yrs,62,71010,22.507322311401367,1,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,87.3116455078125 +1991,15,0,MVA,21-24 yrs,16,71010,22.507322311401367,1,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,22.53203773498535 +1991,15,0,suicide,21-24 yrs,11,71010,22.507322311401367,1,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,15.490776062011719 +1991,15,0,homicide,21-24 yrs,8,71010,22.507322311401367,1,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,11.266018867492676 +1991,15,0,other external,21-24 yrs,12,71010,22.507322311401367,1,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,16.899028778076172 +1991,15,0,internal,21-24 yrs,15,71010,22.507322311401367,1,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,21.1237850189209 +1992,15,0,MVA,15-17 yrs,3,43469,16.0011043548584,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,6.901470184326172 +1992,15,0,suicide,15-17 yrs,4,43469,16.0011043548584,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,9.201959609985352 +1992,15,0,homicide,15-17 yrs,4,43469,16.0011043548584,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,9.201959609985352 +1992,15,0,other external,15-17 yrs,3,43469,16.0011043548584,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,6.901470184326172 +1992,15,0,internal,15-17 yrs,5,43469,16.0011043548584,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,11.502449989318848 +1992,15,0,all,18-20 yrs,44,49170,19.03758430480957,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,89.48545837402344 +1992,15,0,MVA,18-20 yrs,14,49170,19.03758430480957,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,28.472646713256836 +1992,15,0,suicide,18-20 yrs,5,49170,19.03758430480957,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,10.168802261352539 +1992,15,0,homicide,18-20 yrs,2,49170,19.03758430480957,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,4.067520618438721 +1992,15,0,other external,18-20 yrs,8,49170,19.03758430480957,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,16.270082473754883 +1992,15,0,internal,18-20 yrs,15,49170,19.03758430480957,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,30.506406784057617 +1992,15,0,all,21-24 yrs,64,68866,22.502351760864258,1,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,92.9341049194336 +1992,15,0,MVA,21-24 yrs,12,68866,22.502351760864258,1,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,17.42514419555664 +1992,15,0,suicide,21-24 yrs,15,68866,22.502351760864258,1,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,21.781431198120117 +1992,15,0,homicide,21-24 yrs,3,68866,22.502351760864258,1,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,4.35628604888916 +1992,15,0,other external,21-24 yrs,10,68866,22.502351760864258,1,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,14.520954132080078 +1992,15,0,internal,21-24 yrs,24,68866,22.502351760864258,1,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,34.85028839111328 +1993,15,0,MVA,15-17 yrs,11,44215,15.997806549072266,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,24.878435134887695 +1993,15,0,suicide,15-17 yrs,2,44215,15.997806549072266,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,4.523351669311523 +1993,15,0,homicide,15-17 yrs,1,44215,15.997806549072266,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,2.2616758346557617 +1993,15,0,other external,15-17 yrs,2,44215,15.997806549072266,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,4.523351669311523 +1993,15,0,internal,15-17 yrs,8,44215,15.997806549072266,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,18.093406677246094 +1993,15,0,all,18-20 yrs,34,50317,19.04976463317871,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,67.57159423828125 +1993,15,0,MVA,18-20 yrs,8,50317,19.04976463317871,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,15.899199485778809 +1993,15,0,suicide,18-20 yrs,8,50317,19.04976463317871,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,15.899199485778809 +1993,15,0,homicide,18-20 yrs,0,50317,19.04976463317871,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,0 +1993,15,0,other external,18-20 yrs,6,50317,19.04976463317871,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,11.924399375915527 +1993,15,0,internal,18-20 yrs,12,50317,19.04976463317871,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,23.848798751831055 +1993,15,0,all,21-24 yrs,76,66353,22.502538681030273,1,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,114.53890228271484 +1993,15,0,MVA,21-24 yrs,25,66353,22.502538681030273,1,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,37.67727279663086 +1993,15,0,suicide,21-24 yrs,8,66353,22.502538681030273,1,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,12.056726455688477 +1993,15,0,homicide,21-24 yrs,8,66353,22.502538681030273,1,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,12.056726455688477 +1993,15,0,other external,21-24 yrs,14,66353,22.502538681030273,1,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,21.099271774291992 +1993,15,0,internal,21-24 yrs,21,66353,22.502538681030273,1,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,31.648908615112305 +1994,15,0,MVA,15-17 yrs,8,45451,16.005962371826172,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,17.60137367248535 +1994,15,0,suicide,15-17 yrs,3,45451,16.005962371826172,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,6.600514888763428 +1994,15,0,homicide,15-17 yrs,0,45451,16.005962371826172,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,0 +1994,15,0,other external,15-17 yrs,3,45451,16.005962371826172,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,6.600514888763428 +1994,15,0,internal,15-17 yrs,13,45451,16.005962371826172,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,28.602230072021484 +1994,15,0,all,18-20 yrs,44,50363,19.049877166748047,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,87.36572265625 +1994,15,0,MVA,18-20 yrs,13,50363,19.049877166748047,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,25.81260108947754 +1994,15,0,suicide,18-20 yrs,13,50363,19.049877166748047,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,25.81260108947754 +1994,15,0,homicide,18-20 yrs,1,50363,19.049877166748047,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,1.9855846166610718 +1994,15,0,other external,18-20 yrs,5,50363,19.049877166748047,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,9.927923202514648 +1994,15,0,internal,18-20 yrs,12,50363,19.049877166748047,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,23.827014923095703 +1994,15,0,all,21-24 yrs,64,65606,22.466360092163086,1,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,97.55205535888672 +1994,15,0,MVA,21-24 yrs,27,65606,22.466360092163086,1,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,41.1547737121582 +1994,15,0,suicide,21-24 yrs,5,65606,22.466360092163086,1,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,7.621253967285156 +1994,15,0,homicide,21-24 yrs,5,65606,22.466360092163086,1,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,7.621253967285156 +1994,15,0,other external,21-24 yrs,9,65606,22.466360092163086,1,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,13.718257904052734 +1994,15,0,internal,21-24 yrs,18,65606,22.466360092163086,1,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,27.43651580810547 +1995,15,0,MVA,15-17 yrs,6,46321,15.990242004394531,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,12.95308780670166 +1995,15,0,suicide,15-17 yrs,1,46321,15.990242004394531,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,2.1588480472564697 +1995,15,0,homicide,15-17 yrs,2,46321,15.990242004394531,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,4.3176960945129395 +1995,15,0,other external,15-17 yrs,2,46321,15.990242004394531,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,4.3176960945129395 +1995,15,0,internal,15-17 yrs,13,46321,15.990242004394531,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,28.065025329589844 +1995,15,0,all,18-20 yrs,39,51006,19.03973960876465,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,76.46159362792969 +1995,15,0,MVA,18-20 yrs,14,51006,19.03973960876465,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,27.447751998901367 +1995,15,0,suicide,18-20 yrs,10,51006,19.03973960876465,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,19.60553741455078 +1995,15,0,homicide,18-20 yrs,2,51006,19.03973960876465,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,3.921107292175293 +1995,15,0,other external,18-20 yrs,4,51006,19.03973960876465,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,7.842214584350586 +1995,15,0,internal,18-20 yrs,9,51006,19.03973960876465,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,17.644983291625977 +1995,15,0,all,21-24 yrs,72,64815,22.44384765625,1,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,111.08539581298828 +1995,15,0,MVA,21-24 yrs,20,64815,22.44384765625,1,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,30.857053756713867 +1995,15,0,suicide,21-24 yrs,19,64815,22.44384765625,1,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,29.31420135498047 +1995,15,0,homicide,21-24 yrs,5,64815,22.44384765625,1,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,7.714263439178467 +1995,15,0,other external,21-24 yrs,7,64815,22.44384765625,1,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,10.799968719482422 +1995,15,0,internal,21-24 yrs,21,64815,22.44384765625,1,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,32.399906158447266 +1996,15,0,MVA,15-17 yrs,11,47299,15.996490478515625,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,23.256305694580078 +1996,15,0,suicide,15-17 yrs,2,47299,15.996490478515625,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,4.228419303894043 +1996,15,0,homicide,15-17 yrs,3,47299,15.996490478515625,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,6.3426289558410645 +1996,15,0,other external,15-17 yrs,2,47299,15.996490478515625,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,4.228419303894043 +1996,15,0,internal,15-17 yrs,7,47299,15.996490478515625,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,14.799467086791992 +1996,15,0,all,18-20 yrs,34,51306,19.03340721130371,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,66.26905059814453 +1996,15,0,MVA,18-20 yrs,15,51306,19.03340721130371,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,29.236347198486328 +1996,15,0,suicide,18-20 yrs,4,51306,19.03340721130371,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,7.796359062194824 +1996,15,0,homicide,18-20 yrs,5,51306,19.03340721130371,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,9.74544906616211 +1996,15,0,other external,18-20 yrs,5,51306,19.03340721130371,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,9.74544906616211 +1996,15,0,internal,18-20 yrs,5,51306,19.03340721130371,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,9.74544906616211 +1996,15,0,all,21-24 yrs,65,64860,22.4378662109375,1,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,100.21585083007812 +1996,15,0,MVA,21-24 yrs,15,64860,22.4378662109375,1,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,23.126733779907227 +1996,15,0,suicide,21-24 yrs,14,64860,22.4378662109375,1,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,21.584951400756836 +1996,15,0,homicide,21-24 yrs,4,64860,22.4378662109375,1,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,6.167129039764404 +1996,15,0,other external,21-24 yrs,14,64860,22.4378662109375,1,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,21.584951400756836 +1996,15,0,internal,21-24 yrs,18,64860,22.4378662109375,1,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,27.7520809173584 +1970,16,0.3033171594142914,MVA,15-17 yrs,31,46999,15.983233451843262,0,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,65.95884704589844 +1970,16,0.3033171594142914,suicide,15-17 yrs,4,46999,15.983233451843262,0,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,8.510819435119629 +1970,16,0.3033171594142914,homicide,15-17 yrs,0,46999,15.983233451843262,0,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,0 +1970,16,0.3033171594142914,other external,15-17 yrs,14,46999,15.983233451843262,0,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,29.78786849975586 +1970,16,0.3033171594142914,internal,15-17 yrs,16,46999,15.983233451843262,0,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,34.043277740478516 +1970,16,0.3033171594142914,all,18-20 yrs,66,38979,18.928089141845703,0.3033171594142914,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,169.3219451904297 +1970,16,0.3033171594142914,MVA,18-20 yrs,42,38979,18.928089141845703,0.3033171594142914,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,107.75032806396484 +1970,16,0.3033171594142914,suicide,18-20 yrs,6,38979,18.928089141845703,0.3033171594142914,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,15.392904281616211 +1970,16,0.3033171594142914,homicide,18-20 yrs,2,38979,18.928089141845703,0.3033171594142914,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,5.13096809387207 +1970,16,0.3033171594142914,other external,18-20 yrs,8,38979,18.928089141845703,0.3033171594142914,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,20.52387237548828 +1970,16,0.3033171594142914,internal,18-20 yrs,8,38979,18.928089141845703,0.3033171594142914,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,20.52387237548828 +1970,16,0.3033171594142914,all,21-24 yrs,68,41581,22.411943435668945,1,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,163.53622436523438 +1970,16,0.3033171594142914,MVA,21-24 yrs,28,41581,22.411943435668945,1,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,67.33844757080078 +1970,16,0.3033171594142914,suicide,21-24 yrs,8,41581,22.411943435668945,1,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,19.23955726623535 +1970,16,0.3033171594142914,homicide,21-24 yrs,3,41581,22.411943435668945,1,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,7.214833736419678 +1970,16,0.3033171594142914,other external,21-24 yrs,16,41581,22.411943435668945,1,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,38.4791145324707 +1970,16,0.3033171594142914,internal,21-24 yrs,13,41581,22.411943435668945,1,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,31.264278411865234 +1971,16,0.2985839247703552,MVA,15-17 yrs,23,48686,15.995193481445312,0,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,47.24150848388672 +1971,16,0.2985839247703552,suicide,15-17 yrs,8,48686,15.995193481445312,0,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,16.431827545166016 +1971,16,0.2985839247703552,homicide,15-17 yrs,2,48686,15.995193481445312,0,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,4.107956886291504 +1971,16,0.2985839247703552,other external,15-17 yrs,16,48686,15.995193481445312,0,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,32.86365509033203 +1971,16,0.2985839247703552,internal,15-17 yrs,10,48686,15.995193481445312,0,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,20.539785385131836 +1971,16,0.2985839247703552,all,18-20 yrs,72,42159,18.935386657714844,0.2985839247703552,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,170.78204345703125 +1971,16,0.2985839247703552,MVA,18-20 yrs,30,42159,18.935386657714844,0.2985839247703552,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,71.1591796875 +1971,16,0.2985839247703552,suicide,18-20 yrs,12,42159,18.935386657714844,0.2985839247703552,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,28.463672637939453 +1971,16,0.2985839247703552,homicide,18-20 yrs,1,42159,18.935386657714844,0.2985839247703552,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,2.3719727993011475 +1971,16,0.2985839247703552,other external,18-20 yrs,19,42159,18.935386657714844,0.2985839247703552,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,45.067481994628906 +1971,16,0.2985839247703552,internal,18-20 yrs,10,42159,18.935386657714844,0.2985839247703552,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,23.719728469848633 +1971,16,0.2985839247703552,all,21-24 yrs,92,47354,22.54466438293457,1,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,194.2813720703125 +1971,16,0.2985839247703552,MVA,21-24 yrs,45,47354,22.54466438293457,1,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,95.0289306640625 +1971,16,0.2985839247703552,suicide,21-24 yrs,12,47354,22.54466438293457,1,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,25.341049194335938 +1971,16,0.2985839247703552,homicide,21-24 yrs,1,47354,22.54466438293457,1,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,2.1117539405822754 +1971,16,0.2985839247703552,other external,21-24 yrs,18,47354,22.54466438293457,1,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,38.011573791503906 +1971,16,0.2985839247703552,internal,21-24 yrs,16,47354,22.54466438293457,1,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,33.788063049316406 +1972,16,0.4767230749130249,MVA,15-17 yrs,24,49898,15.990460395812988,0,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,48.098121643066406 +1972,16,0.4767230749130249,suicide,15-17 yrs,4,49898,15.990460395812988,0,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,8.016353607177734 +1972,16,0.4767230749130249,homicide,15-17 yrs,2,49898,15.990460395812988,0,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,4.008176803588867 +1972,16,0.4767230749130249,other external,15-17 yrs,12,49898,15.990460395812988,0,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,24.049060821533203 +1972,16,0.4767230749130249,internal,15-17 yrs,16,49898,15.990460395812988,0,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,32.06541442871094 +1972,16,0.4767230749130249,all,18-20 yrs,78,45312,18.95069694519043,0.4767230749130249,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,172.13983154296875 +1972,16,0.4767230749130249,MVA,18-20 yrs,42,45312,18.95069694519043,0.4767230749130249,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,92.69068145751953 +1972,16,0.4767230749130249,suicide,18-20 yrs,6,45312,18.95069694519043,0.4767230749130249,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,13.241525650024414 +1972,16,0.4767230749130249,homicide,18-20 yrs,2,45312,18.95069694519043,0.4767230749130249,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,4.413841724395752 +1972,16,0.4767230749130249,other external,18-20 yrs,20,45312,18.95069694519043,0.4767230749130249,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,44.1384162902832 +1972,16,0.4767230749130249,internal,18-20 yrs,8,45312,18.95069694519043,0.4767230749130249,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,17.655366897583008 +1972,16,0.4767230749130249,all,21-24 yrs,118,49368,22.524227142333984,1,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,239.02122497558594 +1972,16,0.4767230749130249,MVA,21-24 yrs,56,49368,22.524227142333984,1,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,113.43379974365234 +1972,16,0.4767230749130249,suicide,21-24 yrs,6,49368,22.524227142333984,1,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,12.153621673583984 +1972,16,0.4767230749130249,homicide,21-24 yrs,4,49368,22.524227142333984,1,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,8.10241413116455 +1972,16,0.4767230749130249,other external,21-24 yrs,32,49368,22.524227142333984,1,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,64.8193130493164 +1972,16,0.4767230749130249,internal,21-24 yrs,20,49368,22.524227142333984,1,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,40.5120735168457 +1973,16,0.650275468826294,MVA,15-17 yrs,25,50820,15.992464065551758,0,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,49.19322967529297 +1973,16,0.650275468826294,suicide,15-17 yrs,4,50820,15.992464065551758,0,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,7.870916843414307 +1973,16,0.650275468826294,homicide,15-17 yrs,2,50820,15.992464065551758,0,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,3.9354584217071533 +1973,16,0.650275468826294,other external,15-17 yrs,12,50820,15.992464065551758,0,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,23.612751007080078 +1973,16,0.650275468826294,internal,15-17 yrs,8,50820,15.992464065551758,0,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,15.741833686828613 +1973,16,0.650275468826294,all,18-20 yrs,93,46651,18.960493087768555,0.650275468826294,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,199.35264587402344 +1973,16,0.650275468826294,MVA,18-20 yrs,45,46651,18.960493087768555,0.650275468826294,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,96.46095275878906 +1973,16,0.650275468826294,suicide,18-20 yrs,7,46651,18.960493087768555,0.650275468826294,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,15.005037307739258 +1973,16,0.650275468826294,homicide,18-20 yrs,5,46651,18.960493087768555,0.650275468826294,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,10.717884063720703 +1973,16,0.650275468826294,other external,18-20 yrs,18,46651,18.960493087768555,0.650275468826294,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,38.584381103515625 +1973,16,0.650275468826294,internal,18-20 yrs,18,46651,18.960493087768555,0.650275468826294,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,38.584381103515625 +1973,16,0.650275468826294,all,21-24 yrs,83,51003,22.50598907470703,1,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,162.7355194091797 +1973,16,0.650275468826294,MVA,21-24 yrs,50,51003,22.50598907470703,1,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,98.033447265625 +1973,16,0.650275468826294,suicide,21-24 yrs,5,51003,22.50598907470703,1,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,9.8033447265625 +1973,16,0.650275468826294,homicide,21-24 yrs,1,51003,22.50598907470703,1,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,1.960668921470642 +1973,16,0.650275468826294,other external,21-24 yrs,17,51003,22.50598907470703,1,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,33.33137130737305 +1973,16,0.650275468826294,internal,21-24 yrs,10,51003,22.50598907470703,1,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,19.606689453125 +1974,16,0.6547979712486267,MVA,15-17 yrs,42,52106,15.995279312133789,0,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,80.60491943359375 +1974,16,0.6547979712486267,suicide,15-17 yrs,3,52106,15.995279312133789,0,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,5.7574944496154785 +1974,16,0.6547979712486267,homicide,15-17 yrs,1,52106,15.995279312133789,0,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,1.919164776802063 +1974,16,0.6547979712486267,other external,15-17 yrs,18,52106,15.995279312133789,0,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,34.54496765136719 +1974,16,0.6547979712486267,internal,15-17 yrs,14,52106,15.995279312133789,0,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,26.86830711364746 +1974,16,0.6547979712486267,all,18-20 yrs,68,48531,18.974407196044922,0.6547979712486267,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,140.1166229248047 +1974,16,0.6547979712486267,MVA,18-20 yrs,40,48531,18.974407196044922,0.6547979712486267,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,82.42154693603516 +1974,16,0.6547979712486267,suicide,18-20 yrs,7,48531,18.974407196044922,0.6547979712486267,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,14.4237699508667 +1974,16,0.6547979712486267,homicide,18-20 yrs,0,48531,18.974407196044922,0.6547979712486267,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,0 +1974,16,0.6547979712486267,other external,18-20 yrs,16,48531,18.974407196044922,0.6547979712486267,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,32.9686164855957 +1974,16,0.6547979712486267,internal,18-20 yrs,5,48531,18.974407196044922,0.6547979712486267,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,10.302693367004395 +1974,16,0.6547979712486267,all,21-24 yrs,90,53486,22.47146987915039,1,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,168.26832580566406 +1974,16,0.6547979712486267,MVA,21-24 yrs,32,53486,22.47146987915039,1,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,59.828739166259766 +1974,16,0.6547979712486267,suicide,21-24 yrs,10,53486,22.47146987915039,1,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,18.696481704711914 +1974,16,0.6547979712486267,homicide,21-24 yrs,7,53486,22.47146987915039,1,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,13.087536811828613 +1974,16,0.6547979712486267,other external,21-24 yrs,21,53486,22.47146987915039,1,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,39.262611389160156 +1974,16,0.6547979712486267,internal,21-24 yrs,20,53486,22.47146987915039,1,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,37.39296340942383 +1975,16,0.6529050469398499,MVA,15-17 yrs,23,53119,15.990324020385742,0,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,43.299007415771484 +1975,16,0.6529050469398499,suicide,15-17 yrs,4,53119,15.990324020385742,0,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,7.530262470245361 +1975,16,0.6529050469398499,homicide,15-17 yrs,0,53119,15.990324020385742,0,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,0 +1975,16,0.6529050469398499,other external,15-17 yrs,17,53119,15.990324020385742,0,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,32.00361633300781 +1975,16,0.6529050469398499,internal,15-17 yrs,10,53119,15.990324020385742,0,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,18.825654983520508 +1975,16,0.6529050469398499,all,18-20 yrs,70,49655,18.970516204833984,0.6529050469398499,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,140.97271728515625 +1975,16,0.6529050469398499,MVA,18-20 yrs,32,49655,18.970516204833984,0.6529050469398499,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,64.444671630859375 +1975,16,0.6529050469398499,suicide,18-20 yrs,11,49655,18.970516204833984,0.6529050469398499,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,22.152854919433594 +1975,16,0.6529050469398499,homicide,18-20 yrs,5,49655,18.970516204833984,0.6529050469398499,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,10.069478988647461 +1975,16,0.6529050469398499,other external,18-20 yrs,13,49655,18.970516204833984,0.6529050469398499,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,26.180646896362305 +1975,16,0.6529050469398499,internal,18-20 yrs,9,49655,18.970516204833984,0.6529050469398499,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,18.125062942504883 +1975,16,0.6529050469398499,all,21-24 yrs,92,57028,22.465087890625,1,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,161.3242645263672 +1975,16,0.6529050469398499,MVA,21-24 yrs,40,57028,22.465087890625,1,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,70.14098358154297 +1975,16,0.6529050469398499,suicide,21-24 yrs,14,57028,22.465087890625,1,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,24.549345016479492 +1975,16,0.6529050469398499,homicide,21-24 yrs,3,57028,22.465087890625,1,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,5.260573863983154 +1975,16,0.6529050469398499,other external,21-24 yrs,21,57028,22.465087890625,1,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,36.82401657104492 +1975,16,0.6529050469398499,internal,21-24 yrs,14,57028,22.465087890625,1,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,24.549345016479492 +1976,16,0.6567410826683044,MVA,15-17 yrs,31,54390,15.985438346862793,0,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,56.99576950073242 +1976,16,0.6567410826683044,suicide,15-17 yrs,7,54390,15.985438346862793,0,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,12.870013236999512 +1976,16,0.6567410826683044,homicide,15-17 yrs,4,54390,15.985438346862793,0,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,7.354292869567871 +1976,16,0.6567410826683044,other external,15-17 yrs,16,54390,15.985438346862793,0,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,29.417171478271484 +1976,16,0.6567410826683044,internal,15-17 yrs,7,54390,15.985438346862793,0,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,12.870013236999512 +1976,16,0.6567410826683044,all,18-20 yrs,85,50845,18.974824905395508,0.6567410826683044,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,167.17474365234375 +1976,16,0.6567410826683044,MVA,18-20 yrs,47,50845,18.974824905395508,0.6567410826683044,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,92.43779754638672 +1976,16,0.6567410826683044,suicide,18-20 yrs,9,50845,18.974824905395508,0.6567410826683044,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,17.700855255126953 +1976,16,0.6567410826683044,homicide,18-20 yrs,3,50845,18.974824905395508,0.6567410826683044,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,5.900285243988037 +1976,16,0.6567410826683044,other external,18-20 yrs,19,50845,18.974824905395508,0.6567410826683044,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,37.368473052978516 +1976,16,0.6567410826683044,internal,18-20 yrs,7,50845,18.974824905395508,0.6567410826683044,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,13.767332077026367 +1976,16,0.6567410826683044,all,21-24 yrs,101,60536,22.482059478759766,1,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,166.84286499023438 +1976,16,0.6567410826683044,MVA,21-24 yrs,38,60536,22.482059478759766,1,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,62.77256393432617 +1976,16,0.6567410826683044,suicide,21-24 yrs,20,60536,22.482059478759766,1,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,33.03819274902344 +1976,16,0.6567410826683044,homicide,21-24 yrs,7,60536,22.482059478759766,1,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,11.563366889953613 +1976,16,0.6567410826683044,other external,21-24 yrs,20,60536,22.482059478759766,1,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,33.03819274902344 +1976,16,0.6567410826683044,internal,21-24 yrs,16,60536,22.482059478759766,1,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,26.430553436279297 +1977,16,0.6584513783454895,MVA,15-17 yrs,26,54940,15.997834205627441,0,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,47.3243522644043 +1977,16,0.6584513783454895,suicide,15-17 yrs,5,54940,15.997834205627441,0,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,9.100837707519531 +1977,16,0.6584513783454895,homicide,15-17 yrs,0,54940,15.997834205627441,0,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,0 +1977,16,0.6584513783454895,other external,15-17 yrs,20,54940,15.997834205627441,0,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,36.403350830078125 +1977,16,0.6584513783454895,internal,15-17 yrs,12,54940,15.997834205627441,0,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,21.842008590698242 +1977,16,0.6584513783454895,all,18-20 yrs,96,51814,18.98006248474121,0.6584513783454895,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,185.27810668945312 +1977,16,0.6584513783454895,MVA,18-20 yrs,49,51814,18.98006248474121,0.6584513783454895,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,94.56903839111328 +1977,16,0.6584513783454895,suicide,18-20 yrs,7,51814,18.98006248474121,0.6584513783454895,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,13.509861946105957 +1977,16,0.6584513783454895,homicide,18-20 yrs,2,51814,18.98006248474121,0.6584513783454895,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,3.8599605560302734 +1977,16,0.6584513783454895,other external,18-20 yrs,27,51814,18.98006248474121,0.6584513783454895,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,52.10947036743164 +1977,16,0.6584513783454895,internal,18-20 yrs,11,51814,18.98006248474121,0.6584513783454895,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,21.22978401184082 +1977,16,0.6584513783454895,all,21-24 yrs,109,63361,22.494579315185547,1,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,172.0301055908203 +1977,16,0.6584513783454895,MVA,21-24 yrs,44,63361,22.494579315185547,1,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,69.44335174560547 +1977,16,0.6584513783454895,suicide,21-24 yrs,21,63361,22.494579315185547,1,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,33.14341735839844 +1977,16,0.6584513783454895,homicide,21-24 yrs,6,63361,22.494579315185547,1,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,9.469547271728516 +1977,16,0.6584513783454895,other external,21-24 yrs,27,63361,22.494579315185547,1,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,42.61296463012695 +1977,16,0.6584513783454895,internal,21-24 yrs,11,63361,22.494579315185547,1,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,17.360837936401367 +1978,16,0.6571633815765381,MVA,15-17 yrs,31,54729,16.015148162841797,0,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,56.642730712890625 +1978,16,0.6571633815765381,suicide,15-17 yrs,7,54729,16.015148162841797,0,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,12.79029369354248 +1978,16,0.6571633815765381,homicide,15-17 yrs,1,54729,16.015148162841797,0,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,1.8271849155426025 +1978,16,0.6571633815765381,other external,15-17 yrs,10,54729,16.015148162841797,0,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,18.271848678588867 +1978,16,0.6571633815765381,internal,15-17 yrs,12,54729,16.015148162841797,0,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,21.926218032836914 +1978,16,0.6571633815765381,all,18-20 yrs,75,52964,18.97698402404785,0.6571633815765381,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,141.60562133789062 +1978,16,0.6571633815765381,MVA,18-20 yrs,36,52964,18.97698402404785,0.6571633815765381,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,67.97069549560547 +1978,16,0.6571633815765381,suicide,18-20 yrs,12,52964,18.97698402404785,0.6571633815765381,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,22.656898498535156 +1978,16,0.6571633815765381,homicide,18-20 yrs,3,52964,18.97698402404785,0.6571633815765381,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,5.664224624633789 +1978,16,0.6571633815765381,other external,18-20 yrs,14,52964,18.97698402404785,0.6571633815765381,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,26.433048248291016 +1978,16,0.6571633815765381,internal,18-20 yrs,10,52964,18.97698402404785,0.6571633815765381,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,18.880748748779297 +1978,16,0.6571633815765381,all,21-24 yrs,96,66184,22.502477645874023,1,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,145.05015563964844 +1978,16,0.6571633815765381,MVA,21-24 yrs,47,66184,22.502477645874023,1,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,71.01414489746094 +1978,16,0.6571633815765381,suicide,21-24 yrs,11,66184,22.502477645874023,1,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,16.620330810546875 +1978,16,0.6571633815765381,homicide,21-24 yrs,1,66184,22.502477645874023,1,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,1.5109392404556274 +1978,16,0.6571633815765381,other external,21-24 yrs,19,66184,22.502477645874023,1,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,28.70784568786621 +1978,16,0.6571633815765381,internal,21-24 yrs,18,66184,22.502477645874023,1,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,27.1969051361084 +1979,16,0.6555962562561035,MVA,15-17 yrs,36,53099,16.018098831176758,0,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,67.79788970947266 +1979,16,0.6555962562561035,suicide,15-17 yrs,2,53099,16.018098831176758,0,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,3.7665493488311768 +1979,16,0.6555962562561035,homicide,15-17 yrs,0,53099,16.018098831176758,0,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,0 +1979,16,0.6555962562561035,other external,15-17 yrs,13,53099,16.018098831176758,0,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,24.48257064819336 +1979,16,0.6555962562561035,internal,15-17 yrs,7,53099,16.018098831176758,0,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,13.18292236328125 +1979,16,0.6555962562561035,all,18-20 yrs,90,53777,18.973186492919922,0.6555962562561035,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,167.3577880859375 +1979,16,0.6555962562561035,MVA,18-20 yrs,42,53777,18.973186492919922,0.6555962562561035,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,78.10030364990234 +1979,16,0.6555962562561035,suicide,18-20 yrs,7,53777,18.973186492919922,0.6555962562561035,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,13.016716957092285 +1979,16,0.6555962562561035,homicide,18-20 yrs,6,53777,18.973186492919922,0.6555962562561035,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,11.157186508178711 +1979,16,0.6555962562561035,other external,18-20 yrs,24,53777,18.973186492919922,0.6555962562561035,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,44.628746032714844 +1979,16,0.6555962562561035,internal,18-20 yrs,11,53777,18.973186492919922,0.6555962562561035,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,20.45484161376953 +1979,16,0.6555962562561035,all,21-24 yrs,99,67519,22.503236770629883,1,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,146.62539672851562 +1979,16,0.6555962562561035,MVA,21-24 yrs,41,67519,22.503236770629883,1,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,60.72364807128906 +1979,16,0.6555962562561035,suicide,21-24 yrs,14,67519,22.503236770629883,1,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,20.73490333557129 +1979,16,0.6555962562561035,homicide,21-24 yrs,6,67519,22.503236770629883,1,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,8.886387825012207 +1979,16,0.6555962562561035,other external,21-24 yrs,21,67519,22.503236770629883,1,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,31.10235595703125 +1979,16,0.6555962562561035,internal,21-24 yrs,17,67519,22.503236770629883,1,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,25.178098678588867 +1980,16,0.669771134853363,MVA,15-17 yrs,25,50899,16.024263381958008,0,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,49.116878509521484 +1980,16,0.669771134853363,suicide,15-17 yrs,5,50899,16.024263381958008,0,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,9.823375701904297 +1980,16,0.669771134853363,homicide,15-17 yrs,1,50899,16.024263381958008,0,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,1.9646751880645752 +1980,16,0.669771134853363,other external,15-17 yrs,10,50899,16.024263381958008,0,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,19.646751403808594 +1980,16,0.669771134853363,internal,15-17 yrs,4,50899,16.024263381958008,0,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,7.858700752258301 +1980,16,0.669771134853363,all,18-20 yrs,78,54438,18.99502182006836,0.669771134853363,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,143.2822723388672 +1980,16,0.669771134853363,MVA,18-20 yrs,40,54438,18.99502182006836,0.669771134853363,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,73.47808837890625 +1980,16,0.669771134853363,suicide,18-20 yrs,8,54438,18.99502182006836,0.669771134853363,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,14.695616722106934 +1980,16,0.669771134853363,homicide,18-20 yrs,4,54438,18.99502182006836,0.669771134853363,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,7.347808361053467 +1980,16,0.669771134853363,other external,18-20 yrs,14,54438,18.99502182006836,0.669771134853363,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,25.717329025268555 +1980,16,0.669771134853363,internal,18-20 yrs,12,54438,18.99502182006836,0.669771134853363,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,22.043424606323242 +1980,16,0.669771134853363,all,21-24 yrs,93,68579,22.495866775512695,1,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,135.6100311279297 +1980,16,0.669771134853363,MVA,21-24 yrs,38,68579,22.495866775512695,1,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,55.41054916381836 +1980,16,0.669771134853363,suicide,21-24 yrs,17,68579,22.495866775512695,1,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,24.788928985595703 +1980,16,0.669771134853363,homicide,21-24 yrs,4,68579,22.495866775512695,1,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,5.83268928527832 +1980,16,0.669771134853363,other external,21-24 yrs,18,68579,22.495866775512695,1,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,26.247102737426758 +1980,16,0.669771134853363,internal,21-24 yrs,16,68579,22.495866775512695,1,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,23.33075714111328 +1981,16,0.6823740601539612,MVA,15-17 yrs,22,49147,16.021934509277344,0,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,44.763668060302734 +1981,16,0.6823740601539612,suicide,15-17 yrs,6,49147,16.021934509277344,0,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,12.208272933959961 +1981,16,0.6823740601539612,homicide,15-17 yrs,0,49147,16.021934509277344,0,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,0 +1981,16,0.6823740601539612,other external,15-17 yrs,12,49147,16.021934509277344,0,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,24.416545867919922 +1981,16,0.6823740601539612,internal,15-17 yrs,8,49147,16.021934509277344,0,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,16.27769660949707 +1981,16,0.6823740601539612,all,18-20 yrs,82,54051,19.022533416748047,0.6823740601539612,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,151.7085723876953 +1981,16,0.6823740601539612,MVA,18-20 yrs,32,54051,19.022533416748047,0.6823740601539612,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,59.203346252441406 +1981,16,0.6823740601539612,suicide,18-20 yrs,22,54051,19.022533416748047,0.6823740601539612,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,40.702301025390625 +1981,16,0.6823740601539612,homicide,18-20 yrs,4,54051,19.022533416748047,0.6823740601539612,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,7.400418281555176 +1981,16,0.6823740601539612,other external,18-20 yrs,12,54051,19.022533416748047,0.6823740601539612,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,22.20125389099121 +1981,16,0.6823740601539612,internal,18-20 yrs,12,54051,19.022533416748047,0.6823740601539612,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,22.20125389099121 +1981,16,0.6823740601539612,all,21-24 yrs,88,68146,22.501819610595703,1,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,129.13450622558594 +1981,16,0.6823740601539612,MVA,21-24 yrs,44,68146,22.501819610595703,1,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,64.56725311279297 +1981,16,0.6823740601539612,suicide,21-24 yrs,16,68146,22.501819610595703,1,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,23.479000091552734 +1981,16,0.6823740601539612,homicide,21-24 yrs,6,68146,22.501819610595703,1,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,8.804625511169434 +1981,16,0.6823740601539612,other external,21-24 yrs,8,68146,22.501819610595703,1,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,11.739500045776367 +1981,16,0.6823740601539612,internal,21-24 yrs,14,68146,22.501819610595703,1,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,20.544126510620117 +1982,16,0.6812741160392761,MVA,15-17 yrs,28,47934,16.006216049194336,0,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,58.41365051269531 +1982,16,0.6812741160392761,suicide,15-17 yrs,4,47934,16.006216049194336,0,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,8.344807624816895 +1982,16,0.6812741160392761,homicide,15-17 yrs,2,47934,16.006216049194336,0,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,4.172403812408447 +1982,16,0.6812741160392761,other external,15-17 yrs,10,47934,16.006216049194336,0,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,20.862018585205078 +1982,16,0.6812741160392761,internal,15-17 yrs,4,47934,16.006216049194336,0,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,8.344807624816895 +1982,16,0.6812741160392761,all,18-20 yrs,40,52051,19.025360107421875,0.6812741160392761,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,76.84770965576172 +1982,16,0.6812741160392761,MVA,18-20 yrs,24,52051,19.025360107421875,0.6812741160392761,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,46.10862350463867 +1982,16,0.6812741160392761,suicide,18-20 yrs,4,52051,19.025360107421875,0.6812741160392761,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,7.684770584106445 +1982,16,0.6812741160392761,homicide,18-20 yrs,0,52051,19.025360107421875,0.6812741160392761,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,0 +1982,16,0.6812741160392761,other external,18-20 yrs,4,52051,19.025360107421875,0.6812741160392761,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,7.684770584106445 +1982,16,0.6812741160392761,internal,18-20 yrs,8,52051,19.025360107421875,0.6812741160392761,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,15.36954116821289 +1982,16,0.6812741160392761,all,21-24 yrs,68,67743,22.481111526489258,1,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,100.3793716430664 +1982,16,0.6812741160392761,MVA,21-24 yrs,40,67743,22.481111526489258,1,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,59.04669189453125 +1982,16,0.6812741160392761,suicide,21-24 yrs,10,67743,22.481111526489258,1,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,14.761672973632812 +1982,16,0.6812741160392761,homicide,21-24 yrs,4,67743,22.481111526489258,1,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,5.904669284820557 +1982,16,0.6812741160392761,other external,21-24 yrs,8,67743,22.481111526489258,1,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,11.809338569641113 +1982,16,0.6812741160392761,internal,21-24 yrs,6,67743,22.481111526489258,1,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,8.857003211975098 +1983,16,0.6819021105766296,MVA,15-17 yrs,13,47109,15.99893856048584,0,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,27.5955753326416 +1983,16,0.6819021105766296,suicide,15-17 yrs,4,47109,15.99893856048584,0,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,8.490946769714355 +1983,16,0.6819021105766296,homicide,15-17 yrs,2,47109,15.99893856048584,0,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,4.245473384857178 +1983,16,0.6819021105766296,other external,15-17 yrs,8,47109,15.99893856048584,0,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,16.98189353942871 +1983,16,0.6819021105766296,internal,15-17 yrs,5,47109,15.99893856048584,0,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,10.613682746887207 +1983,16,0.6819021105766296,all,18-20 yrs,70,49818,19.023164749145508,0.6819021105766296,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,140.51145935058594 +1983,16,0.6819021105766296,MVA,18-20 yrs,38,49818,19.023164749145508,0.6819021105766296,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,76.27764892578125 +1983,16,0.6819021105766296,suicide,18-20 yrs,11,49818,19.023164749145508,0.6819021105766296,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,22.080371856689453 +1983,16,0.6819021105766296,homicide,18-20 yrs,2,49818,19.023164749145508,0.6819021105766296,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,4.014613151550293 +1983,16,0.6819021105766296,other external,18-20 yrs,12,49818,19.023164749145508,0.6819021105766296,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,24.087678909301758 +1983,16,0.6819021105766296,internal,18-20 yrs,7,49818,19.023164749145508,0.6819021105766296,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,14.051146507263184 +1983,16,0.6819021105766296,all,21-24 yrs,93,67489,22.47794532775879,1,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,137.80023193359375 +1983,16,0.6819021105766296,MVA,21-24 yrs,35,67489,22.47794532775879,1,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,51.86030197143555 +1983,16,0.6819021105766296,suicide,21-24 yrs,12,67489,22.47794532775879,1,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,17.780675888061523 +1983,16,0.6819021105766296,homicide,21-24 yrs,2,67489,22.47794532775879,1,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,2.9634459018707275 +1983,16,0.6819021105766296,other external,21-24 yrs,21,67489,22.47794532775879,1,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,31.116182327270508 +1983,16,0.6819021105766296,internal,21-24 yrs,23,67489,22.47794532775879,1,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,34.079627990722656 +1984,16,0.678615391254425,MVA,15-17 yrs,26,47478,15.989215850830078,0,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,54.76220703125 +1984,16,0.678615391254425,suicide,15-17 yrs,7,47478,15.989215850830078,0,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,14.743670463562012 +1984,16,0.678615391254425,homicide,15-17 yrs,2,47478,15.989215850830078,0,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,4.212477207183838 +1984,16,0.678615391254425,other external,15-17 yrs,12,47478,15.989215850830078,0,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,25.274864196777344 +1984,16,0.678615391254425,internal,15-17 yrs,10,47478,15.989215850830078,0,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,21.062387466430664 +1984,16,0.678615391254425,all,18-20 yrs,53,47899,19.01945686340332,0.678615391254425,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,110.64949035644531 +1984,16,0.678615391254425,MVA,18-20 yrs,25,47899,19.01945686340332,0.678615391254425,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,52.19315719604492 +1984,16,0.678615391254425,suicide,18-20 yrs,9,47899,19.01945686340332,0.678615391254425,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,18.789535522460938 +1984,16,0.678615391254425,homicide,18-20 yrs,1,47899,19.01945686340332,0.678615391254425,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,2.087726354598999 +1984,16,0.678615391254425,other external,18-20 yrs,12,47899,19.01945686340332,0.678615391254425,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,25.052715301513672 +1984,16,0.678615391254425,internal,18-20 yrs,6,47899,19.01945686340332,0.678615391254425,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,12.526357650756836 +1984,16,0.678615391254425,all,21-24 yrs,77,66422,22.50279998779297,1,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,115.92544555664062 +1984,16,0.678615391254425,MVA,21-24 yrs,32,66422,22.50279998779297,1,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,48.17680740356445 +1984,16,0.678615391254425,suicide,21-24 yrs,22,66422,22.50279998779297,1,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,33.12155532836914 +1984,16,0.678615391254425,homicide,21-24 yrs,2,66422,22.50279998779297,1,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,3.0110504627227783 +1984,16,0.678615391254425,other external,21-24 yrs,11,66422,22.50279998779297,1,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,16.56077766418457 +1984,16,0.678615391254425,internal,21-24 yrs,10,66422,22.50279998779297,1,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,15.055253028869629 +1985,16,0.668756902217865,MVA,15-17 yrs,17,48043,15.980101585388184,0,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,35.38496780395508 +1985,16,0.668756902217865,suicide,15-17 yrs,5,48043,15.980101585388184,0,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,10.407343864440918 +1985,16,0.668756902217865,homicide,15-17 yrs,0,48043,15.980101585388184,0,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,0 +1985,16,0.668756902217865,other external,15-17 yrs,7,48043,15.980101585388184,0,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,14.570281028747559 +1985,16,0.668756902217865,internal,15-17 yrs,5,48043,15.980101585388184,0,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,10.407343864440918 +1985,16,0.668756902217865,all,18-20 yrs,59,46247,19.000864028930664,0.668756902217865,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,127.57584381103516 +1985,16,0.668756902217865,MVA,18-20 yrs,40,46247,19.000864028930664,0.668756902217865,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,86.492095947265625 +1985,16,0.668756902217865,suicide,18-20 yrs,4,46247,19.000864028930664,0.668756902217865,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,8.649209976196289 +1985,16,0.668756902217865,homicide,18-20 yrs,0,46247,19.000864028930664,0.668756902217865,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,0 +1985,16,0.668756902217865,other external,18-20 yrs,8,46247,19.000864028930664,0.668756902217865,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,17.298419952392578 +1985,16,0.668756902217865,internal,18-20 yrs,7,46247,19.000864028930664,0.668756902217865,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,15.136116981506348 +1985,16,0.668756902217865,all,21-24 yrs,73,64350,22.534513473510742,1,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,113.4421157836914 +1985,16,0.668756902217865,MVA,21-24 yrs,27,64350,22.534513473510742,1,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,41.95804214477539 +1985,16,0.668756902217865,suicide,21-24 yrs,19,64350,22.534513473510742,1,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,29.526029586791992 +1985,16,0.668756902217865,homicide,21-24 yrs,2,64350,22.534513473510742,1,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,3.1080031394958496 +1985,16,0.668756902217865,other external,21-24 yrs,14,64350,22.534513473510742,1,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,21.75602149963379 +1985,16,0.668756902217865,internal,21-24 yrs,11,64350,22.534513473510742,1,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,17.094017028808594 +1986,16,0.664462685585022,MVA,15-17 yrs,34,49201,15.973638534545898,0,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,69.10428619384766 +1986,16,0.664462685585022,suicide,15-17 yrs,4,49201,15.973638534545898,0,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,8.129916191101074 +1986,16,0.664462685585022,homicide,15-17 yrs,2,49201,15.973638534545898,0,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,4.064958095550537 +1986,16,0.664462685585022,other external,15-17 yrs,5,49201,15.973638534545898,0,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,10.162395477294922 +1986,16,0.664462685585022,internal,15-17 yrs,6,49201,15.973638534545898,0,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,12.194873809814453 +1986,16,0.664462685585022,all,18-20 yrs,61,44919,18.988758087158203,0.664462685585022,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,135.8000030517578 +1986,16,0.664462685585022,MVA,18-20 yrs,33,44919,18.988758087158203,0.664462685585022,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,73.46556854248047 +1986,16,0.664462685585022,suicide,18-20 yrs,11,44919,18.988758087158203,0.664462685585022,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,24.488523483276367 +1986,16,0.664462685585022,homicide,18-20 yrs,3,44919,18.988758087158203,0.664462685585022,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,6.6786885261535645 +1986,16,0.664462685585022,other external,18-20 yrs,8,44919,18.988758087158203,0.664462685585022,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,17.80983543395996 +1986,16,0.664462685585022,internal,18-20 yrs,6,44919,18.988758087158203,0.664462685585022,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,13.357377052307129 +1986,16,0.664462685585022,all,21-24 yrs,80,60435,22.54352569580078,1,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,132.37362670898438 +1986,16,0.664462685585022,MVA,21-24 yrs,35,60435,22.54352569580078,1,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,57.91345977783203 +1986,16,0.664462685585022,suicide,21-24 yrs,18,60435,22.54352569580078,1,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,29.78406524658203 +1986,16,0.664462685585022,homicide,21-24 yrs,2,60435,22.54352569580078,1,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,3.309340715408325 +1986,16,0.664462685585022,other external,21-24 yrs,10,60435,22.54352569580078,1,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,16.546703338623047 +1986,16,0.664462685585022,internal,21-24 yrs,15,60435,22.54352569580078,1,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,24.82005500793457 +1987,16,0.5597094297409058,MVA,15-17 yrs,22,48719,16.00613784790039,0,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,45.15692138671875 +1987,16,0.5597094297409058,suicide,15-17 yrs,5,48719,16.00613784790039,0,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,10.26293659210205 +1987,16,0.5597094297409058,homicide,15-17 yrs,1,48719,16.00613784790039,0,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,2.0525872707366943 +1987,16,0.5597094297409058,other external,15-17 yrs,6,48719,16.00613784790039,0,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,12.315524101257324 +1987,16,0.5597094297409058,internal,15-17 yrs,5,48719,16.00613784790039,0,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,10.26293659210205 +1987,16,0.5597094297409058,all,18-20 yrs,59,44531,18.97469139099121,0.5597094297409058,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,132.49197387695312 +1987,16,0.5597094297409058,MVA,18-20 yrs,34,44531,18.97469139099121,0.5597094297409058,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,76.35130310058594 +1987,16,0.5597094297409058,suicide,18-20 yrs,10,44531,18.97469139099121,0.5597094297409058,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,22.456266403198242 +1987,16,0.5597094297409058,homicide,18-20 yrs,3,44531,18.97469139099121,0.5597094297409058,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,6.736879825592041 +1987,16,0.5597094297409058,other external,18-20 yrs,6,44531,18.97469139099121,0.5597094297409058,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,13.473759651184082 +1987,16,0.5597094297409058,internal,18-20 yrs,6,44531,18.97469139099121,0.5597094297409058,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,13.473759651184082 +1987,16,0.5597094297409058,all,21-24 yrs,82,56356,22.535240173339844,1,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,145.5035858154297 +1987,16,0.5597094297409058,MVA,21-24 yrs,38,56356,22.535240173339844,1,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,67.4284896850586 +1987,16,0.5597094297409058,suicide,21-24 yrs,19,56356,22.535240173339844,1,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,33.7142448425293 +1987,16,0.5597094297409058,homicide,21-24 yrs,6,56356,22.535240173339844,1,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,10.64660358428955 +1987,16,0.5597094297409058,other external,21-24 yrs,11,56356,22.535240173339844,1,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,19.518774032592773 +1987,16,0.5597094297409058,internal,21-24 yrs,8,56356,22.535240173339844,1,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,14.19547176361084 +1988,16,0.23209723830223083,MVA,15-17 yrs,23,47920,16.029695510864258,0,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,47.99666213989258 +1988,16,0.23209723830223083,suicide,15-17 yrs,4,47920,16.029695510864258,0,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,8.347245216369629 +1988,16,0.23209723830223083,homicide,15-17 yrs,2,47920,16.029695510864258,0,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,4.1736226081848145 +1988,16,0.23209723830223083,other external,15-17 yrs,13,47920,16.029695510864258,0,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,27.12854766845703 +1988,16,0.23209723830223083,internal,15-17 yrs,7,47920,16.029695510864258,0,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,14.60767936706543 +1988,16,0.23209723830223083,all,18-20 yrs,60,44896,18.96021842956543,0.23209723830223083,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,133.64219665527344 +1988,16,0.23209723830223083,MVA,18-20 yrs,28,44896,18.96021842956543,0.23209723830223083,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,62.36635971069336 +1988,16,0.23209723830223083,suicide,18-20 yrs,11,44896,18.96021842956543,0.23209723830223083,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,24.501070022583008 +1988,16,0.23209723830223083,homicide,18-20 yrs,2,44896,18.96021842956543,0.23209723830223083,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,4.454740047454834 +1988,16,0.23209723830223083,other external,18-20 yrs,12,44896,18.96021842956543,0.23209723830223083,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,26.728439331054688 +1988,16,0.23209723830223083,internal,18-20 yrs,7,44896,18.96021842956543,0.23209723830223083,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,15.59158992767334 +1988,16,0.23209723830223083,all,21-24 yrs,72,53461,22.51830291748047,1,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,134.6776123046875 +1988,16,0.23209723830223083,MVA,21-24 yrs,32,53461,22.51830291748047,1,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,59.85671615600586 +1988,16,0.23209723830223083,suicide,21-24 yrs,15,53461,22.51830291748047,1,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,28.057836532592773 +1988,16,0.23209723830223083,homicide,21-24 yrs,2,53461,22.51830291748047,1,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,3.741044759750366 +1988,16,0.23209723830223083,other external,21-24 yrs,11,53461,22.51830291748047,1,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,20.575746536254883 +1988,16,0.23209723830223083,internal,21-24 yrs,12,53461,22.51830291748047,1,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,22.446269989013672 +1989,16,0.009418897330760956,MVA,15-17 yrs,22,47184,16.002586364746094,0,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,46.6259765625 +1989,16,0.009418897330760956,suicide,15-17 yrs,11,47184,16.002586364746094,0,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,23.31298828125 +1989,16,0.009418897330760956,homicide,15-17 yrs,0,47184,16.002586364746094,0,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,0 +1989,16,0.009418897330760956,other external,15-17 yrs,5,47184,16.002586364746094,0,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,10.59681224822998 +1989,16,0.009418897330760956,internal,15-17 yrs,2,47184,16.002586364746094,0,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,4.238725185394287 +1989,16,0.009418897330760956,all,18-20 yrs,44,46451,18.95098114013672,0.009418897330760956,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,94.72347259521484 +1989,16,0.009418897330760956,MVA,18-20 yrs,23,46451,18.95098114013672,0.009418897330760956,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,49.51454162597656 +1989,16,0.009418897330760956,suicide,18-20 yrs,7,46451,18.95098114013672,0.009418897330760956,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,15.069643020629883 +1989,16,0.009418897330760956,homicide,18-20 yrs,0,46451,18.95098114013672,0.009418897330760956,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,0 +1989,16,0.009418897330760956,other external,18-20 yrs,10,46451,18.95098114013672,0.009418897330760956,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,21.528060913085938 +1989,16,0.009418897330760956,internal,18-20 yrs,4,46451,18.95098114013672,0.009418897330760956,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,8.611225128173828 +1989,16,0.009418897330760956,all,21-24 yrs,59,51571,22.49607276916504,1,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,114.40538024902344 +1989,16,0.009418897330760956,MVA,21-24 yrs,20,51571,22.49607276916504,1,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,38.78148651123047 +1989,16,0.009418897330760956,suicide,21-24 yrs,16,51571,22.49607276916504,1,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,31.025188446044922 +1989,16,0.009418897330760956,homicide,21-24 yrs,0,51571,22.49607276916504,1,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,0 +1989,16,0.009418897330760956,other external,21-24 yrs,7,51571,22.49607276916504,1,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,13.573519706726074 +1989,16,0.009418897330760956,internal,21-24 yrs,16,51571,22.49607276916504,1,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,31.025188446044922 +1990,16,0,MVA,15-17 yrs,20,48900,15.975460052490234,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,40.89979553222656 +1990,16,0,suicide,15-17 yrs,12,48900,15.975460052490234,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,24.53987693786621 +1990,16,0,homicide,15-17 yrs,1,48900,15.975460052490234,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,2.044989824295044 +1990,16,0,other external,15-17 yrs,7,48900,15.975460052490234,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,14.31492805480957 +1990,16,0,internal,15-17 yrs,4,48900,15.975460052490234,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,8.179959297180176 +1990,16,0,all,18-20 yrs,62,47509,18.984676361083984,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,130.5015869140625 +1990,16,0,MVA,18-20 yrs,28,47509,18.984676361083984,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,58.93620300292969 +1990,16,0,suicide,18-20 yrs,13,47509,18.984676361083984,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,27.363237380981445 +1990,16,0,homicide,18-20 yrs,3,47509,18.984676361083984,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,6.3145928382873535 +1990,16,0,other external,18-20 yrs,10,47509,18.984676361083984,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,21.048643112182617 +1990,16,0,internal,18-20 yrs,8,47509,18.984676361083984,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,16.83891487121582 +1990,16,0,all,21-24 yrs,48,51283,22.469181060791016,1,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,93.5982666015625 +1990,16,0,MVA,21-24 yrs,21,51283,22.469181060791016,1,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,40.949241638183594 +1990,16,0,suicide,21-24 yrs,11,51283,22.469181060791016,1,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,21.449604034423828 +1990,16,0,homicide,21-24 yrs,2,51283,22.469181060791016,1,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,3.899927854537964 +1990,16,0,other external,21-24 yrs,10,51283,22.469181060791016,1,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,19.4996395111084 +1990,16,0,internal,21-24 yrs,4,51283,22.469181060791016,1,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,7.799855709075928 +1991,16,0,MVA,15-17 yrs,18,51047,15.98855972290039,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,35.26162338256836 +1991,16,0,suicide,15-17 yrs,11,51047,15.98855972290039,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,21.548768997192383 +1991,16,0,homicide,15-17 yrs,1,51047,15.98855972290039,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,1.9589790105819702 +1991,16,0,other external,15-17 yrs,8,51047,15.98855972290039,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,15.671832084655762 +1991,16,0,internal,15-17 yrs,3,51047,15.98855972290039,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,5.876936912536621 +1991,16,0,all,18-20 yrs,47,49564,19.01781463623047,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,94.82688903808594 +1991,16,0,MVA,18-20 yrs,27,49564,19.01781463623047,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,54.47502136230469 +1991,16,0,suicide,18-20 yrs,8,49564,19.01781463623047,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,16.1407470703125 +1991,16,0,homicide,18-20 yrs,1,49564,19.01781463623047,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,2.0175933837890625 +1991,16,0,other external,18-20 yrs,5,49564,19.01781463623047,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,10.087966918945312 +1991,16,0,internal,18-20 yrs,6,49564,19.01781463623047,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,12.105560302734375 +1991,16,0,all,21-24 yrs,66,53909,22.437644958496094,1,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,122.42853546142578 +1991,16,0,MVA,21-24 yrs,20,53909,22.437644958496094,1,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,37.09955596923828 +1991,16,0,suicide,21-24 yrs,20,53909,22.437644958496094,1,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,37.09955596923828 +1991,16,0,homicide,21-24 yrs,4,53909,22.437644958496094,1,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,7.4199113845825195 +1991,16,0,other external,21-24 yrs,10,53909,22.437644958496094,1,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,18.54977798461914 +1991,16,0,internal,21-24 yrs,12,53909,22.437644958496094,1,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,22.259733200073242 +1992,16,0,MVA,15-17 yrs,16,54511,15.98613166809082,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,29.35187339782715 +1992,16,0,suicide,15-17 yrs,7,54511,15.98613166809082,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,12.841444969177246 +1992,16,0,homicide,15-17 yrs,1,54511,15.98613166809082,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,1.8344920873641968 +1992,16,0,other external,15-17 yrs,10,54511,15.98613166809082,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,18.344921112060547 +1992,16,0,internal,15-17 yrs,13,54511,15.98613166809082,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,23.848398208618164 +1992,16,0,all,18-20 yrs,48,50383,19.005338668823242,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,95.270233154296875 +1992,16,0,MVA,18-20 yrs,22,50383,19.005338668823242,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,43.665523529052734 +1992,16,0,suicide,18-20 yrs,11,50383,19.005338668823242,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,21.832761764526367 +1992,16,0,homicide,18-20 yrs,3,50383,19.005338668823242,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,5.954389572143555 +1992,16,0,other external,18-20 yrs,7,50383,19.005338668823242,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,13.893575668334961 +1992,16,0,internal,18-20 yrs,5,50383,19.005338668823242,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,9.923982620239258 +1992,16,0,all,21-24 yrs,56,57729,22.39971160888672,1,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,97.004974365234375 +1992,16,0,MVA,21-24 yrs,21,57729,22.39971160888672,1,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,36.37686538696289 +1992,16,0,suicide,21-24 yrs,14,57729,22.39971160888672,1,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,24.251243591308594 +1992,16,0,homicide,21-24 yrs,5,57729,22.39971160888672,1,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,8.661158561706543 +1992,16,0,other external,21-24 yrs,11,57729,22.39971160888672,1,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,19.054548263549805 +1992,16,0,internal,21-24 yrs,5,57729,22.39971160888672,1,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,8.661158561706543 +1993,16,0,MVA,15-17 yrs,23,57415,15.988348007202148,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,40.05921936035156 +1993,16,0,suicide,15-17 yrs,15,57415,15.988348007202148,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,26.12557601928711 +1993,16,0,homicide,15-17 yrs,2,57415,15.988348007202148,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,3.483410358428955 +1993,16,0,other external,15-17 yrs,8,57415,15.988348007202148,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,13.93364143371582 +1993,16,0,internal,15-17 yrs,8,57415,15.988348007202148,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,13.93364143371582 +1993,16,0,all,18-20 yrs,47,53015,18.978025436401367,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,88.6541519165039 +1993,16,0,MVA,18-20 yrs,20,53015,18.978025436401367,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,37.72517395019531 +1993,16,0,suicide,18-20 yrs,6,53015,18.978025436401367,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,11.317551612854004 +1993,16,0,homicide,18-20 yrs,1,53015,18.978025436401367,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,1.886258602142334 +1993,16,0,other external,18-20 yrs,8,53015,18.978025436401367,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,15.090068817138672 +1993,16,0,internal,18-20 yrs,12,53015,18.978025436401367,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,22.635103225708008 +1993,16,0,all,21-24 yrs,61,61622,22.415403366088867,1,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,98.9906234741211 +1993,16,0,MVA,21-24 yrs,23,61622,22.415403366088867,1,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,37.32433319091797 +1993,16,0,suicide,21-24 yrs,20,61622,22.415403366088867,1,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,32.45594024658203 +1993,16,0,homicide,21-24 yrs,2,61622,22.415403366088867,1,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,3.245594024658203 +1993,16,0,other external,21-24 yrs,5,61622,22.415403366088867,1,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,8.113985061645508 +1993,16,0,internal,21-24 yrs,11,61622,22.415403366088867,1,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,17.850767135620117 +1994,16,0,MVA,15-17 yrs,23,61129,15.996761322021484,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,37.62535095214844 +1994,16,0,suicide,15-17 yrs,14,61129,15.996761322021484,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,22.902387619018555 +1994,16,0,homicide,15-17 yrs,4,61129,15.996761322021484,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,6.543539047241211 +1994,16,0,other external,15-17 yrs,12,61129,15.996761322021484,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,19.630617141723633 +1994,16,0,internal,15-17 yrs,9,61129,15.996761322021484,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,14.722963333129883 +1994,16,0,all,18-20 yrs,43,55976,18.981760025024414,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,76.818634033203125 +1994,16,0,MVA,18-20 yrs,16,55976,18.981760025024414,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,28.58367919921875 +1994,16,0,suicide,18-20 yrs,8,55976,18.981760025024414,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,14.291839599609375 +1994,16,0,homicide,18-20 yrs,3,55976,18.981760025024414,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,5.359439849853516 +1994,16,0,other external,18-20 yrs,9,55976,18.981760025024414,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,16.078319549560547 +1994,16,0,internal,18-20 yrs,7,55976,18.981760025024414,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,12.505359649658203 +1994,16,0,all,21-24 yrs,67,64449,22.459882736206055,1,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,103.95816802978516 +1994,16,0,MVA,21-24 yrs,19,64449,22.459882736206055,1,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,29.480674743652344 +1994,16,0,suicide,21-24 yrs,12,64449,22.459882736206055,1,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,18.619373321533203 +1994,16,0,homicide,21-24 yrs,4,64449,22.459882736206055,1,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,6.206457614898682 +1994,16,0,other external,21-24 yrs,18,64449,22.459882736206055,1,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,27.929059982299805 +1994,16,0,internal,21-24 yrs,14,64449,22.459882736206055,1,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,21.72260284423828 +1995,16,0,MVA,15-17 yrs,24,63598,15.991540908813477,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,37.737037658691406 +1995,16,0,suicide,15-17 yrs,6,63598,15.991540908813477,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,9.434259414672852 +1995,16,0,homicide,15-17 yrs,1,63598,15.991540908813477,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,1.5723764896392822 +1995,16,0,other external,15-17 yrs,14,63598,15.991540908813477,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,22.01327133178711 +1995,16,0,internal,15-17 yrs,9,63598,15.991540908813477,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,14.151388168334961 +1995,16,0,all,18-20 yrs,66,59827,18.978973388671875,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,110.31808471679688 +1995,16,0,MVA,18-20 yrs,34,59827,18.978973388671875,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,56.830528259277344 +1995,16,0,suicide,18-20 yrs,9,59827,18.978973388671875,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,15.043375015258789 +1995,16,0,homicide,18-20 yrs,5,59827,18.978973388671875,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,8.357430458068848 +1995,16,0,other external,18-20 yrs,10,59827,18.978973388671875,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,16.714860916137695 +1995,16,0,internal,18-20 yrs,8,59827,18.978973388671875,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,13.371889114379883 +1995,16,0,all,21-24 yrs,64,66608,22.48013687133789,1,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,96.08455657958984 +1995,16,0,MVA,21-24 yrs,26,66608,22.48013687133789,1,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,39.03435134887695 +1995,16,0,suicide,21-24 yrs,18,66608,22.48013687133789,1,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,27.023780822753906 +1995,16,0,homicide,21-24 yrs,2,66608,22.48013687133789,1,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,3.0026423931121826 +1995,16,0,other external,21-24 yrs,8,66608,22.48013687133789,1,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,12.01056957244873 +1995,16,0,internal,21-24 yrs,10,66608,22.48013687133789,1,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,15.013211250305176 +1996,16,0,MVA,15-17 yrs,24,65311,16.008651733398438,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,36.747257232666016 +1996,16,0,suicide,15-17 yrs,8,65311,16.008651733398438,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,12.249085426330566 +1996,16,0,homicide,15-17 yrs,4,65311,16.008651733398438,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,6.124542713165283 +1996,16,0,other external,15-17 yrs,8,65311,16.008651733398438,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,12.249085426330566 +1996,16,0,internal,15-17 yrs,7,65311,16.008651733398438,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,10.717949867248535 +1996,16,0,all,18-20 yrs,69,62120,18.980440139770508,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,111.0753402709961 +1996,16,0,MVA,18-20 yrs,32,62120,18.980440139770508,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,51.51319885253906 +1996,16,0,suicide,18-20 yrs,12,62120,18.980440139770508,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,19.31744956970215 +1996,16,0,homicide,18-20 yrs,10,62120,18.980440139770508,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,16.097875595092773 +1996,16,0,other external,18-20 yrs,9,62120,18.980440139770508,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,14.48808765411377 +1996,16,0,internal,18-20 yrs,6,62120,18.980440139770508,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,9.658724784851074 +1996,16,0,all,21-24 yrs,45,67908,22.44373321533203,1,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,66.26612854003906 +1996,16,0,MVA,21-24 yrs,20,67908,22.44373321533203,1,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,29.451610565185547 +1996,16,0,suicide,21-24 yrs,6,67908,22.44373321533203,1,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,8.83548355102539 +1996,16,0,homicide,21-24 yrs,2,67908,22.44373321533203,1,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,2.9451611042022705 +1996,16,0,other external,21-24 yrs,7,67908,22.44373321533203,1,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,10.308063507080078 +1996,16,0,internal,21-24 yrs,10,67908,22.44373321533203,1,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,14.725805282592773 +1970,17,0,MVA,15-17 yrs,158,625458,15.979509353637695,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,25.26148796081543 +1970,17,0,suicide,15-17 yrs,19,625458,15.979509353637695,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,3.037773847579956 +1970,17,0,homicide,15-17 yrs,69,625458,15.979509353637695,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,11.031915664672852 +1970,17,0,other external,15-17 yrs,113,625458,15.979509353637695,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,18.066761016845703 +1970,17,0,internal,15-17 yrs,159,625458,15.979509353637695,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,25.421371459960938 +1970,17,0,all,18-20 yrs,751,561631,18.959392547607422,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,133.7176971435547 +1970,17,0,MVA,18-20 yrs,255,561631,18.959392547607422,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,45.40347671508789 +1970,17,0,suicide,18-20 yrs,44,561631,18.959392547607422,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,7.834325313568115 +1970,17,0,homicide,18-20 yrs,114,561631,18.959392547607422,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,20.298025131225586 +1970,17,0,other external,18-20 yrs,144,561631,18.959392547607422,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,25.639610290527344 +1970,17,0,internal,18-20 yrs,194,561631,18.959392547607422,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,34.54225158691406 +1970,17,0,all,21-24 yrs,967,667832,22.455825805664062,1,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,144.79689025878906 +1970,17,0,MVA,21-24 yrs,274,667832,22.455825805664062,1,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,41.028282165527344 +1970,17,0,suicide,21-24 yrs,63,667832,22.455825805664062,1,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,9.433509826660156 +1970,17,0,homicide,21-24 yrs,146,667832,22.455825805664062,1,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,21.861785888671875 +1970,17,0,other external,21-24 yrs,181,667832,22.455825805664062,1,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,27.102624893188477 +1970,17,0,internal,21-24 yrs,303,667832,22.455825805664062,1,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,45.37069320678711 +1971,17,0,MVA,15-17 yrs,170,640463,15.982205390930176,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,26.543296813964844 +1971,17,0,suicide,15-17 yrs,26,640463,15.982205390930176,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,4.059563159942627 +1971,17,0,homicide,15-17 yrs,70,640463,15.982205390930176,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,10.929593086242676 +1971,17,0,other external,15-17 yrs,126,640463,15.982205390930176,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,19.673267364501953 +1971,17,0,internal,15-17 yrs,162,640463,15.982205390930176,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,25.294200897216797 +1971,17,0,all,18-20 yrs,767,586726,18.986282348632812,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,130.7254180908203 +1971,17,0,MVA,18-20 yrs,299,586726,18.986282348632812,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,50.96075439453125 +1971,17,0,suicide,18-20 yrs,34,586726,18.986282348632812,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,5.794868469238281 +1971,17,0,homicide,18-20 yrs,108,586726,18.986282348632812,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,18.407228469848633 +1971,17,0,other external,18-20 yrs,115,586726,18.986282348632812,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,19.600290298461914 +1971,17,0,internal,18-20 yrs,211,586726,18.986282348632812,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,35.96227264404297 +1971,17,0,all,21-24 yrs,967,716219,22.552352905273438,1,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,135.0145721435547 +1971,17,0,MVA,21-24 yrs,264,716219,22.552352905273438,1,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,36.860233306884766 +1971,17,0,suicide,21-24 yrs,62,716219,22.552352905273438,1,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,8.6565704345703125 +1971,17,0,homicide,21-24 yrs,150,716219,22.552352905273438,1,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,20.943315505981445 +1971,17,0,other external,21-24 yrs,162,716219,22.552352905273438,1,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,22.6187801361084 +1971,17,0,internal,21-24 yrs,329,716219,22.552352905273438,1,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,45.9356689453125 +1972,17,0,MVA,15-17 yrs,142,655932,15.97755241394043,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,21.64858627319336 +1972,17,0,suicide,15-17 yrs,26,655932,15.97755241394043,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,3.9638254642486572 +1972,17,0,homicide,15-17 yrs,64,655932,15.97755241394043,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,9.757108688354492 +1972,17,0,other external,15-17 yrs,114,655932,15.97755241394043,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,17.379850387573242 +1972,17,0,internal,15-17 yrs,108,655932,15.97755241394043,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,16.46512222290039 +1972,17,0,all,18-20 yrs,694,600403,18.992748260498047,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,115.58902740478516 +1972,17,0,MVA,18-20 yrs,242,600403,18.992748260498047,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,40.30625915527344 +1972,17,0,suicide,18-20 yrs,46,600403,18.992748260498047,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,7.661520481109619 +1972,17,0,homicide,18-20 yrs,116,600403,18.992748260498047,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,19.320356369018555 +1972,17,0,other external,18-20 yrs,120,600403,18.992748260498047,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,19.986576080322266 +1972,17,0,internal,18-20 yrs,170,600403,18.992748260498047,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,28.314315795898438 +1972,17,0,all,21-24 yrs,992,723030,22.474979400634766,1,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,137.2003936767578 +1972,17,0,MVA,21-24 yrs,280,723030,22.474979400634766,1,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,38.72591781616211 +1972,17,0,suicide,21-24 yrs,84,723030,22.474979400634766,1,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,11.617774963378906 +1972,17,0,homicide,21-24 yrs,176,723030,22.474979400634766,1,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,24.342004776000977 +1972,17,0,other external,21-24 yrs,180,723030,22.474979400634766,1,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,24.895233154296875 +1972,17,0,internal,21-24 yrs,272,723030,22.474979400634766,1,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,37.61946105957031 +1973,17,0.16642415523529053,MVA,15-17 yrs,176,666729,15.979547500610352,0,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,26.397531509399414 +1973,17,0.16642415523529053,suicide,15-17 yrs,31,666729,15.979547500610352,0,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,4.64956521987915 +1973,17,0.16642415523529053,homicide,15-17 yrs,54,666729,15.979547500610352,0,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,8.0992431640625 +1973,17,0.16642415523529053,other external,15-17 yrs,102,666729,15.979547500610352,0,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,15.298569679260254 +1973,17,0.16642415523529053,internal,15-17 yrs,200,666729,15.979547500610352,0,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,29.997196197509766 +1973,17,0.16642415523529053,all,18-20 yrs,877,608839,18.988616943359375,0.16642415523529053,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,144.04464721679688 +1973,17,0.16642415523529053,MVA,18-20 yrs,282,608839,18.988616943359375,0.16642415523529053,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,46.317665100097656 +1973,17,0.16642415523529053,suicide,18-20 yrs,55,608839,18.988616943359375,0.16642415523529053,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,9.033586502075195 +1973,17,0.16642415523529053,homicide,18-20 yrs,87,608839,18.988616943359375,0.16642415523529053,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,14.289491653442383 +1973,17,0.16642415523529053,other external,18-20 yrs,152,608839,18.988616943359375,0.16642415523529053,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,24.96554946899414 +1973,17,0.16642415523529053,internal,18-20 yrs,301,608839,18.988616943359375,0.16642415523529053,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,49.438358306884766 +1973,17,0.16642415523529053,all,21-24 yrs,1129,740641,22.457963943481445,1,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,152.43553161621094 +1973,17,0.16642415523529053,MVA,21-24 yrs,281,740641,22.457963943481445,1,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,37.94010925292969 +1973,17,0.16642415523529053,suicide,21-24 yrs,79,740641,22.457963943481445,1,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,10.666436195373535 +1973,17,0.16642415523529053,homicide,21-24 yrs,114,740641,22.457963943481445,1,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,15.392072677612305 +1973,17,0.16642415523529053,other external,21-24 yrs,182,740641,22.457963943481445,1,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,24.57330894470215 +1973,17,0.16642415523529053,internal,21-24 yrs,473,740641,22.457963943481445,1,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,63.86359786987305 +1974,17,0.6637871861457825,MVA,15-17 yrs,173,675634,15.993884086608887,0,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,25.605579376220703 +1974,17,0.6637871861457825,suicide,15-17 yrs,11,675634,15.993884086608887,0,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,1.6281003952026367 +1974,17,0.6637871861457825,homicide,15-17 yrs,64,675634,15.993884086608887,0,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,9.47258472442627 +1974,17,0.6637871861457825,other external,15-17 yrs,94,675634,15.993884086608887,0,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,13.912858009338379 +1974,17,0.6637871861457825,internal,15-17 yrs,225,675634,15.993884086608887,0,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,33.30205535888672 +1974,17,0.6637871861457825,all,18-20 yrs,827,621288,18.993389129638672,0.6637871861457825,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,133.11056518554688 +1974,17,0.6637871861457825,MVA,18-20 yrs,239,621288,18.993389129638672,0.6637871861457825,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,38.46847152709961 +1974,17,0.6637871861457825,suicide,18-20 yrs,42,621288,18.993389129638672,0.6637871861457825,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,6.760149955749512 +1974,17,0.6637871861457825,homicide,18-20 yrs,98,621288,18.993389129638672,0.6637871861457825,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,15.773682594299316 +1974,17,0.6637871861457825,other external,18-20 yrs,141,621288,18.993389129638672,0.6637871861457825,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,22.694787979125977 +1974,17,0.6637871861457825,internal,18-20 yrs,307,621288,18.993389129638672,0.6637871861457825,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,49.413475036621094 +1974,17,0.6637871861457825,all,21-24 yrs,1042,764248,22.471681594848633,1,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,136.34317016601562 +1974,17,0.6637871861457825,MVA,21-24 yrs,187,764248,22.471681594848633,1,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,24.468496322631836 +1974,17,0.6637871861457825,suicide,21-24 yrs,69,764248,22.471681594848633,1,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,9.028482437133789 +1974,17,0.6637871861457825,homicide,21-24 yrs,148,764248,22.471681594848633,1,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,19.365442276000977 +1974,17,0.6637871861457825,other external,21-24 yrs,164,764248,22.471681594848633,1,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,21.459003448486328 +1974,17,0.6637871861457825,internal,21-24 yrs,474,764248,22.471681594848633,1,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,62.021751403808594 +1975,17,0.6589059233665466,MVA,15-17 yrs,157,676163,15.998247146606445,0,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,23.219253540039062 +1975,17,0.6589059233665466,suicide,15-17 yrs,28,676163,15.998247146606445,0,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,4.141013145446777 +1975,17,0.6589059233665466,homicide,15-17 yrs,57,676163,15.998247146606445,0,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,8.429920196533203 +1975,17,0.6589059233665466,other external,15-17 yrs,122,676163,15.998247146606445,0,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,18.042985916137695 +1975,17,0.6589059233665466,internal,15-17 yrs,190,676163,15.998247146606445,0,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,28.099733352661133 +1975,17,0.6589059233665466,all,18-20 yrs,837,637355,18.98809051513672,0.6589059233665466,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,131.32398986816406 +1975,17,0.6589059233665466,MVA,18-20 yrs,250,637355,18.98809051513672,0.6589059233665466,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,39.224609375 +1975,17,0.6589059233665466,suicide,18-20 yrs,41,637355,18.98809051513672,0.6589059233665466,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,6.432835578918457 +1975,17,0.6589059233665466,homicide,18-20 yrs,107,637355,18.98809051513672,0.6589059233665466,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,16.788131713867188 +1975,17,0.6589059233665466,other external,18-20 yrs,144,637355,18.98809051513672,0.6589059233665466,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,22.593374252319336 +1975,17,0.6589059233665466,internal,18-20 yrs,295,637355,18.98809051513672,0.6589059233665466,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,46.285037994384766 +1975,17,0.6589059233665466,all,21-24 yrs,1157,786600,22.489301681518555,1,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,147.08872985839844 +1975,17,0.6589059233665466,MVA,21-24 yrs,222,786600,22.489301681518555,1,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,28.22273063659668 +1975,17,0.6589059233665466,suicide,21-24 yrs,81,786600,22.489301681518555,1,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,10.29748249053955 +1975,17,0.6589059233665466,homicide,21-24 yrs,164,786600,22.489301681518555,1,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,20.849224090576172 +1975,17,0.6589059233665466,other external,21-24 yrs,247,786600,22.489301681518555,1,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,31.40096664428711 +1975,17,0.6589059233665466,internal,21-24 yrs,443,786600,22.489301681518555,1,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,56.31833267211914 +1976,17,0.6634537577629089,MVA,15-17 yrs,180,679154,15.993809700012207,0,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,26.50356101989746 +1976,17,0.6634537577629089,suicide,15-17 yrs,27,679154,15.993809700012207,0,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,3.975534200668335 +1976,17,0.6634537577629089,homicide,15-17 yrs,68,679154,15.993809700012207,0,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,10.012456893920898 +1976,17,0.6634537577629089,other external,15-17 yrs,107,679154,15.993809700012207,0,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,15.754895210266113 +1976,17,0.6634537577629089,internal,15-17 yrs,131,679154,15.993809700012207,0,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,19.28870391845703 +1976,17,0.6634537577629089,all,18-20 yrs,809,650918,18.989543914794922,0.6634537577629089,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,124.2860107421875 +1976,17,0.6634537577629089,MVA,18-20 yrs,297,650918,18.989543914794922,0.6634537577629089,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,45.62786865234375 +1976,17,0.6634537577629089,suicide,18-20 yrs,51,650918,18.989543914794922,0.6634537577629089,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,7.83508825302124 +1976,17,0.6634537577629089,homicide,18-20 yrs,108,650918,18.989543914794922,0.6634537577629089,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,16.591951370239258 +1976,17,0.6634537577629089,other external,18-20 yrs,160,650918,18.989543914794922,0.6634537577629089,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,24.580669403076172 +1976,17,0.6634537577629089,internal,18-20 yrs,193,650918,18.989543914794922,0.6634537577629089,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,29.650432586669922 +1976,17,0.6634537577629089,all,21-24 yrs,1127,802741,22.485525131225586,1,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,140.39398193359375 +1976,17,0.6634537577629089,MVA,21-24 yrs,250,802741,22.485525131225586,1,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,31.143295288085938 +1976,17,0.6634537577629089,suicide,21-24 yrs,111,802741,22.485525131225586,1,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,13.82762336730957 +1976,17,0.6634537577629089,homicide,21-24 yrs,196,802741,22.485525131225586,1,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,24.416343688964844 +1976,17,0.6634537577629089,other external,21-24 yrs,252,802741,22.485525131225586,1,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,31.392440795898438 +1976,17,0.6634537577629089,internal,21-24 yrs,318,802741,22.485525131225586,1,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,39.61427307128906 +1977,17,0.6694338917732239,MVA,15-17 yrs,179,674794,16.00273323059082,0,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,26.526613235473633 +1977,17,0.6694338917732239,suicide,15-17 yrs,31,674794,16.00273323059082,0,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,4.593994617462158 +1977,17,0.6694338917732239,homicide,15-17 yrs,70,674794,16.00273323059082,0,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,10.373536109924316 +1977,17,0.6694338917732239,other external,15-17 yrs,105,674794,16.00273323059082,0,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,15.560304641723633 +1977,17,0.6694338917732239,internal,15-17 yrs,162,674794,16.00273323059082,0,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,24.007326126098633 +1977,17,0.6694338917732239,all,18-20 yrs,860,661069,19.00385093688965,0.6694338917732239,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,130.09231567382812 +1977,17,0.6694338917732239,MVA,18-20 yrs,305,661069,19.00385093688965,0.6694338917732239,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,46.137393951416016 +1977,17,0.6694338917732239,suicide,18-20 yrs,73,661069,19.00385093688965,0.6694338917732239,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,11.042719841003418 +1977,17,0.6694338917732239,homicide,18-20 yrs,138,661069,19.00385093688965,0.6694338917732239,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,20.87527847290039 +1977,17,0.6694338917732239,other external,18-20 yrs,166,661069,19.00385093688965,0.6694338917732239,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,25.110843658447266 +1977,17,0.6694338917732239,internal,18-20 yrs,178,661069,19.00385093688965,0.6694338917732239,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,26.926084518432617 +1977,17,0.6694338917732239,all,21-24 yrs,1104,816528,22.485370635986328,1,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,135.20663452148438 +1977,17,0.6694338917732239,MVA,21-24 yrs,297,816528,22.485370635986328,1,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,36.3735237121582 +1977,17,0.6694338917732239,suicide,21-24 yrs,120,816528,22.485370635986328,1,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,14.696372985839844 +1977,17,0.6694338917732239,homicide,21-24 yrs,186,816528,22.485370635986328,1,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,22.77937889099121 +1977,17,0.6694338917732239,other external,21-24 yrs,212,816528,22.485370635986328,1,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,25.963592529296875 +1977,17,0.6694338917732239,internal,21-24 yrs,289,816528,22.485370635986328,1,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,35.39376449584961 +1978,17,0.6711009740829468,MVA,15-17 yrs,194,666532,16.0150203704834,0,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,29.105878829956055 +1978,17,0.6711009740829468,suicide,15-17 yrs,31,666532,16.0150203704834,0,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,4.650939464569092 +1978,17,0.6711009740829468,homicide,15-17 yrs,69,666532,16.0150203704834,0,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,10.352090835571289 +1978,17,0.6711009740829468,other external,15-17 yrs,103,666532,16.0150203704834,0,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,15.453121185302734 +1978,17,0.6711009740829468,internal,15-17 yrs,135,666532,16.0150203704834,0,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,20.254091262817383 +1978,17,0.6711009740829468,all,18-20 yrs,879,660531,19.007322311401367,0.6711009740829468,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,133.0747528076172 +1978,17,0.6711009740829468,MVA,18-20 yrs,346,660531,19.007322311401367,0.6711009740829468,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,52.38209915161133 +1978,17,0.6711009740829468,suicide,18-20 yrs,56,660531,19.007322311401367,0.6711009740829468,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,8.47802734375 +1978,17,0.6711009740829468,homicide,18-20 yrs,125,660531,19.007322311401367,0.6711009740829468,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,18.92416763305664 +1978,17,0.6711009740829468,other external,18-20 yrs,176,660531,19.007322311401367,0.6711009740829468,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,26.64522933959961 +1978,17,0.6711009740829468,internal,18-20 yrs,176,660531,19.007322311401367,0.6711009740829468,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,26.64522933959961 +1978,17,0.6711009740829468,all,21-24 yrs,1085,835920,22.480491638183594,1,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,129.79710388183594 +1978,17,0.6711009740829468,MVA,21-24 yrs,316,835920,22.480491638183594,1,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,37.80266189575195 +1978,17,0.6711009740829468,suicide,21-24 yrs,120,835920,22.480491638183594,1,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,14.355441093444824 +1978,17,0.6711009740829468,homicide,21-24 yrs,200,835920,22.480491638183594,1,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,23.925735473632812 +1978,17,0.6711009740829468,other external,21-24 yrs,203,835920,22.480491638183594,1,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,24.28462028503418 +1978,17,0.6711009740829468,internal,21-24 yrs,246,835920,22.480491638183594,1,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,29.428653717041016 +1979,17,0.6677207350730896,MVA,15-17 yrs,175,647218,16.012914657592773,0,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,27.038803100585938 +1979,17,0.6677207350730896,suicide,15-17 yrs,30,647218,16.012914657592773,0,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,4.635223388671875 +1979,17,0.6677207350730896,homicide,15-17 yrs,66,647218,16.012914657592773,0,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,10.197491645812988 +1979,17,0.6677207350730896,other external,15-17 yrs,95,647218,16.012914657592773,0,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,14.678207397460938 +1979,17,0.6677207350730896,internal,15-17 yrs,119,647218,16.012914657592773,0,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,18.38638687133789 +1979,17,0.6677207350730896,all,18-20 yrs,789,659042,19.002548217773438,0.6677207350730896,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,119.71923065185547 +1979,17,0.6677207350730896,MVA,18-20 yrs,281,659042,19.002548217773438,0.6677207350730896,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,42.63764572143555 +1979,17,0.6677207350730896,suicide,18-20 yrs,68,659042,19.002548217773438,0.6677207350730896,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,10.318007469177246 +1979,17,0.6677207350730896,homicide,18-20 yrs,151,659042,19.002548217773438,0.6677207350730896,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,22.912044525146484 +1979,17,0.6677207350730896,other external,18-20 yrs,141,659042,19.002548217773438,0.6677207350730896,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,21.394691467285156 +1979,17,0.6677207350730896,internal,18-20 yrs,148,659042,19.002548217773438,0.6677207350730896,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,22.456838607788086 +1979,17,0.6677207350730896,all,21-24 yrs,1156,849883,22.48516845703125,1,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,136.0187225341797 +1979,17,0.6677207350730896,MVA,21-24 yrs,322,849883,22.48516845703125,1,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,37.887569427490234 +1979,17,0.6677207350730896,suicide,21-24 yrs,102,849883,22.48516845703125,1,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,12.001651763916016 +1979,17,0.6677207350730896,homicide,21-24 yrs,232,849883,22.48516845703125,1,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,27.297874450683594 +1979,17,0.6677207350730896,other external,21-24 yrs,229,849883,22.48516845703125,1,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,26.94488525390625 +1979,17,0.6677207350730896,internal,21-24 yrs,271,849883,22.48516845703125,1,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,31.886741638183594 +1980,17,0,MVA,15-17 yrs,154,626872,16.01911163330078,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,24.56641960144043 +1980,17,0,suicide,15-17 yrs,35,626872,16.01911163330078,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,5.583276748657227 +1980,17,0,homicide,15-17 yrs,66,626872,16.01911163330078,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,10.528465270996094 +1980,17,0,other external,15-17 yrs,64,626872,16.01911163330078,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,10.209421157836914 +1980,17,0,internal,15-17 yrs,113,626872,16.01911163330078,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,18.02600860595703 +1980,17,0,all,18-20 yrs,717,652692,19.00726318359375,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,109.85272979736328 +1980,17,0,MVA,18-20 yrs,254,652692,19.00726318359375,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,38.91575241088867 +1980,17,0,suicide,18-20 yrs,76,652692,19.00726318359375,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,11.644083023071289 +1980,17,0,homicide,18-20 yrs,134,652692,19.00726318359375,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,20.530357360839844 +1980,17,0,other external,18-20 yrs,110,652692,19.00726318359375,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,16.85327911376953 +1980,17,0,internal,18-20 yrs,143,652692,19.00726318359375,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,21.90926170349121 +1980,17,0,all,21-24 yrs,1086,854926,22.49736976623535,1,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,127.0285415649414 +1980,17,0,MVA,21-24 yrs,289,854926,22.49736976623535,1,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,33.80409622192383 +1980,17,0,suicide,21-24 yrs,126,854926,22.49736976623535,1,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,14.738117218017578 +1980,17,0,homicide,21-24 yrs,247,854926,22.49736976623535,1,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,28.891389846801758 +1980,17,0,other external,21-24 yrs,194,854926,22.49736976623535,1,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,22.6920223236084 +1980,17,0,internal,21-24 yrs,230,854926,22.49736976623535,1,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,26.90291404724121 +1981,17,0,MVA,15-17 yrs,118,599538,16.029525756835938,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,19.681821823120117 +1981,17,0,suicide,15-17 yrs,36,599538,16.029525756835938,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,6.0046234130859375 +1981,17,0,homicide,15-17 yrs,84,599538,16.029525756835938,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,14.010787963867188 +1981,17,0,other external,15-17 yrs,94,599538,16.029525756835938,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,15.678739547729492 +1981,17,0,internal,15-17 yrs,92,599538,16.029525756835938,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,15.345149040222168 +1981,17,0,all,18-20 yrs,686,645606,19.01641082763672,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,106.25675964355469 +1981,17,0,MVA,18-20 yrs,246,645606,19.01641082763672,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,38.103736877441406 +1981,17,0,suicide,18-20 yrs,66,645606,19.01641082763672,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,10.222952842712402 +1981,17,0,homicide,18-20 yrs,148,645606,19.01641082763672,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,22.924198150634766 +1981,17,0,other external,18-20 yrs,102,645606,19.01641082763672,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,15.79910945892334 +1981,17,0,internal,18-20 yrs,124,645606,19.01641082763672,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,19.20676040649414 +1981,17,0,all,21-24 yrs,1016,850665,22.512001037597656,1,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,119.43597412109375 +1981,17,0,MVA,21-24 yrs,256,850665,22.512001037597656,1,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,30.09410285949707 +1981,17,0,suicide,21-24 yrs,128,850665,22.512001037597656,1,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,15.047051429748535 +1981,17,0,homicide,21-24 yrs,226,850665,22.512001037597656,1,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,26.56744956970215 +1981,17,0,other external,21-24 yrs,188,850665,22.512001037597656,1,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,22.100357055664062 +1981,17,0,internal,21-24 yrs,218,850665,22.512001037597656,1,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,25.627010345458984 +1982,17,0,MVA,15-17 yrs,110,571227,16.024639129638672,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,19.256792068481445 +1982,17,0,suicide,15-17 yrs,22,571227,16.024639129638672,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,3.851358652114868 +1982,17,0,homicide,15-17 yrs,64,571227,16.024639129638672,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,11.203951835632324 +1982,17,0,other external,15-17 yrs,50,571227,16.024639129638672,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,8.753087997436523 +1982,17,0,internal,15-17 yrs,106,571227,16.024639129638672,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,18.55654525756836 +1982,17,0,all,18-20 yrs,640,629544,19.019865036010742,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,101.66088104248047 +1982,17,0,MVA,18-20 yrs,194,629544,19.019865036010742,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,30.815956115722656 +1982,17,0,suicide,18-20 yrs,46,629544,19.019865036010742,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,7.306876182556152 +1982,17,0,homicide,18-20 yrs,132,629544,19.019865036010742,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,20.967557907104492 +1982,17,0,other external,18-20 yrs,108,629544,19.019865036010742,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,17.1552734375 +1982,17,0,internal,18-20 yrs,160,629544,19.019865036010742,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,25.415220260620117 +1982,17,0,all,21-24 yrs,906,841233,22.505615234375,1,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,107.69905853271484 +1982,17,0,MVA,21-24 yrs,230,841233,22.505615234375,1,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,27.3408203125 +1982,17,0,suicide,21-24 yrs,98,841233,22.505615234375,1,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,11.649566650390625 +1982,17,0,homicide,21-24 yrs,168,841233,22.505615234375,1,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,19.970685958862305 +1982,17,0,other external,21-24 yrs,182,841233,22.505615234375,1,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,21.634910583496094 +1982,17,0,internal,21-24 yrs,228,841233,22.505615234375,1,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,27.103073120117188 +1983,17,0,MVA,15-17 yrs,97,546861,16.014198303222656,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,17.73759651184082 +1983,17,0,suicide,15-17 yrs,33,546861,16.014198303222656,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,6.034440040588379 +1983,17,0,homicide,15-17 yrs,55,546861,16.014198303222656,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,10.057400703430176 +1983,17,0,other external,15-17 yrs,46,546861,16.014198303222656,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,8.411643981933594 +1983,17,0,internal,15-17 yrs,98,546861,16.014198303222656,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,17.92045783996582 +1983,17,0,all,18-20 yrs,556,609238,19.02846336364746,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,91.26154327392578 +1983,17,0,MVA,18-20 yrs,185,609238,19.02846336364746,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,30.365800857543945 +1983,17,0,suicide,18-20 yrs,44,609238,19.02846336364746,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,7.222136497497559 +1983,17,0,homicide,18-20 yrs,104,609238,19.02846336364746,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,17.070505142211914 +1983,17,0,other external,18-20 yrs,88,609238,19.02846336364746,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,14.444272994995117 +1983,17,0,internal,18-20 yrs,135,609238,19.02846336364746,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,22.158828735351562 +1983,17,0,all,21-24 yrs,840,830719,22.502565383911133,1,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,101.11722564697266 +1983,17,0,MVA,21-24 yrs,194,830719,22.502565383911133,1,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,23.35326385498047 +1983,17,0,suicide,21-24 yrs,117,830719,22.502565383911133,1,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,14.084184646606445 +1983,17,0,homicide,21-24 yrs,176,830719,22.502565383911133,1,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,21.186466217041016 +1983,17,0,other external,21-24 yrs,133,830719,22.502565383911133,1,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,16.01022720336914 +1983,17,0,internal,21-24 yrs,220,830719,22.502565383911133,1,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,26.483081817626953 +1984,17,0,MVA,15-17 yrs,97,537851,16.000595092773438,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,18.03473472595215 +1984,17,0,suicide,15-17 yrs,26,537851,16.000595092773438,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,4.834052562713623 +1984,17,0,homicide,15-17 yrs,61,537851,16.000595092773438,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,11.3414306640625 +1984,17,0,other external,15-17 yrs,35,537851,16.000595092773438,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,6.507378578186035 +1984,17,0,internal,15-17 yrs,72,537851,16.000595092773438,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,13.38660717010498 +1984,17,0,all,18-20 yrs,487,582988,19.041030883789062,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,83.53516387939453 +1984,17,0,MVA,18-20 yrs,185,582988,19.041030883789062,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,31.73307228088379 +1984,17,0,suicide,18-20 yrs,49,582988,19.041030883789062,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,8.404975891113281 +1984,17,0,homicide,18-20 yrs,107,582988,19.041030883789062,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,18.353721618652344 +1984,17,0,other external,18-20 yrs,56,582988,19.041030883789062,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,9.60568618774414 +1984,17,0,internal,18-20 yrs,90,582988,19.041030883789062,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,15.437710762023926 +1984,17,0,all,21-24 yrs,777,822807,22.50856590270996,1,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,94.4328384399414 +1984,17,0,MVA,21-24 yrs,226,822807,22.50856590270996,1,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,27.466951370239258 +1984,17,0,suicide,21-24 yrs,109,822807,22.50856590270996,1,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,13.247335433959961 +1984,17,0,homicide,21-24 yrs,154,822807,22.50856590270996,1,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,18.716419219970703 +1984,17,0,other external,21-24 yrs,103,822807,22.50856590270996,1,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,12.518123626708984 +1984,17,0,internal,21-24 yrs,185,822807,22.50856590270996,1,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,22.4840087890625 +1985,17,0,MVA,15-17 yrs,78,536655,15.983894348144531,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,14.534477233886719 +1985,17,0,suicide,15-17 yrs,42,536655,15.983894348144531,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,7.826257228851318 +1985,17,0,homicide,15-17 yrs,43,536655,15.983894348144531,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,8.012596130371094 +1985,17,0,other external,15-17 yrs,40,536655,15.983894348144531,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,7.453577995300293 +1985,17,0,internal,15-17 yrs,89,536655,15.983894348144531,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,16.584211349487305 +1985,17,0,all,18-20 yrs,472,555778,19.036651611328125,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,84.925994873046875 +1985,17,0,MVA,18-20 yrs,158,555778,19.036651611328125,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,28.428617477416992 +1985,17,0,suicide,18-20 yrs,67,555778,19.036651611328125,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,12.05517292022705 +1985,17,0,homicide,18-20 yrs,89,555778,19.036651611328125,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,16.013587951660156 +1985,17,0,other external,18-20 yrs,44,555778,19.036651611328125,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,7.916830062866211 +1985,17,0,internal,18-20 yrs,114,555778,19.036651611328125,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,20.51178741455078 +1985,17,0,all,21-24 yrs,791,810844,22.52265167236328,1,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,97.55267333984375 +1985,17,0,MVA,21-24 yrs,234,810844,22.52265167236328,1,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,28.85881805419922 +1985,17,0,suicide,21-24 yrs,118,810844,22.52265167236328,1,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,14.55273723602295 +1985,17,0,homicide,21-24 yrs,145,810844,22.52265167236328,1,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,17.882600784301758 +1985,17,0,other external,21-24 yrs,112,810844,22.52265167236328,1,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,13.81276798248291 +1985,17,0,internal,21-24 yrs,182,810844,22.52265167236328,1,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,22.44574737548828 +1986,17,0,MVA,15-17 yrs,115,545708,15.978099822998047,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,21.07354164123535 +1986,17,0,suicide,15-17 yrs,37,545708,15.978099822998047,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,6.780182838439941 +1986,17,0,homicide,15-17 yrs,68,545708,15.978099822998047,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,12.46087646484375 +1986,17,0,other external,15-17 yrs,40,545708,15.978099822998047,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,7.329927444458008 +1986,17,0,internal,15-17 yrs,83,545708,15.978099822998047,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,15.209599494934082 +1986,17,0,all,18-20 yrs,508,531329,19.02638053894043,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,95.60931396484375 +1986,17,0,MVA,18-20 yrs,169,531329,19.02638053894043,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,31.807035446166992 +1986,17,0,suicide,18-20 yrs,64,531329,19.02638053894043,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,12.045268058776855 +1986,17,0,homicide,18-20 yrs,99,531329,19.02638053894043,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,18.632522583007812 +1986,17,0,other external,18-20 yrs,74,531329,19.02638053894043,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,13.927340507507324 +1986,17,0,internal,18-20 yrs,102,531329,19.02638053894043,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,19.197145462036133 +1986,17,0,all,21-24 yrs,851,787879,22.534629821777344,1,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,108.01151275634766 +1986,17,0,MVA,21-24 yrs,244,787879,22.534629821777344,1,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,30.969223022460938 +1986,17,0,suicide,21-24 yrs,105,787879,22.534629821777344,1,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,13.326919555664062 +1986,17,0,homicide,21-24 yrs,153,787879,22.534629821777344,1,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,19.419225692749023 +1986,17,0,other external,21-24 yrs,112,787879,22.534629821777344,1,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,14.215380668640137 +1986,17,0,internal,21-24 yrs,237,787879,22.534629821777344,1,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,30.080760955810547 +1987,17,0,MVA,15-17 yrs,113,537397,16.014633178710938,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,21.027284622192383 +1987,17,0,suicide,15-17 yrs,44,537397,16.014633178710938,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,8.187615394592285 +1987,17,0,homicide,15-17 yrs,46,537397,16.014633178710938,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,8.55978012084961 +1987,17,0,other external,15-17 yrs,40,537397,16.014633178710938,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,7.443286895751953 +1987,17,0,internal,15-17 yrs,90,537397,16.014633178710938,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,16.747394561767578 +1987,17,0,all,18-20 yrs,464,521913,19.014341354370117,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,88.9037094116211 +1987,17,0,MVA,18-20 yrs,154,521913,19.014341354370117,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,29.506834030151367 +1987,17,0,suicide,18-20 yrs,57,521913,19.014341354370117,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,10.92136001586914 +1987,17,0,homicide,18-20 yrs,96,521913,19.014341354370117,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,18.393869400024414 +1987,17,0,other external,18-20 yrs,51,521913,19.014341354370117,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,9.7717437744140625 +1987,17,0,internal,18-20 yrs,106,521913,19.014341354370117,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,20.309898376464844 +1987,17,0,all,21-24 yrs,769,758718,22.552461624145508,1,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,101.35517883300781 +1987,17,0,MVA,21-24 yrs,232,758718,22.552461624145508,1,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,30.577896118164062 +1987,17,0,suicide,21-24 yrs,96,758718,22.552461624145508,1,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,12.652922630310059 +1987,17,0,homicide,21-24 yrs,158,758718,22.552461624145508,1,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,20.824602127075195 +1987,17,0,other external,21-24 yrs,85,758718,22.552461624145508,1,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,11.203108787536621 +1987,17,0,internal,21-24 yrs,198,758718,22.552461624145508,1,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,26.09665298461914 +1988,17,0,MVA,15-17 yrs,112,513272,16.048954010009766,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,21.820789337158203 +1988,17,0,suicide,15-17 yrs,46,513272,16.048954010009766,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,8.962109565734863 +1988,17,0,homicide,15-17 yrs,56,513272,16.048954010009766,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,10.910394668579102 +1988,17,0,other external,15-17 yrs,34,513272,16.048954010009766,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,6.6241679191589355 +1988,17,0,internal,15-17 yrs,70,513272,16.048954010009766,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,13.637992858886719 +1988,17,0,all,18-20 yrs,557,522711,18.997966766357422,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,106.5598373413086 +1988,17,0,MVA,18-20 yrs,215,522711,18.997966766357422,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,41.1317138671875 +1988,17,0,suicide,18-20 yrs,58,522711,18.997966766357422,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,11.09599781036377 +1988,17,0,homicide,18-20 yrs,105,522711,18.997966766357422,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,20.087581634521484 +1988,17,0,other external,18-20 yrs,57,522711,18.997966766357422,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,10.90468692779541 +1988,17,0,internal,18-20 yrs,122,522711,18.997966766357422,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,23.33985710144043 +1988,17,0,all,21-24 yrs,775,730860,22.555818557739258,1,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,106.03945922851562 +1988,17,0,MVA,21-24 yrs,222,730860,22.555818557739258,1,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,30.375173568725586 +1988,17,0,suicide,21-24 yrs,97,730860,22.555818557739258,1,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,13.272035598754883 +1988,17,0,homicide,21-24 yrs,154,730860,22.555818557739258,1,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,21.071067810058594 +1988,17,0,other external,21-24 yrs,121,730860,22.555818557739258,1,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,16.555837631225586 +1988,17,0,internal,21-24 yrs,181,730860,22.555818557739258,1,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,24.765344619750977 +1989,17,0,MVA,15-17 yrs,119,480541,16.038896560668945,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,24.763755798339844 +1989,17,0,suicide,15-17 yrs,36,480541,16.038896560668945,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,7.491556167602539 +1989,17,0,homicide,15-17 yrs,80,480541,16.038896560668945,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,16.647903442382812 +1989,17,0,other external,15-17 yrs,36,480541,16.038896560668945,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,7.491556167602539 +1989,17,0,internal,15-17 yrs,85,480541,16.038896560668945,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,17.688396453857422 +1989,17,0,all,18-20 yrs,497,533362,18.993501663208008,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,93.1824951171875 +1989,17,0,MVA,18-20 yrs,180,533362,18.993501663208008,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,33.74818420410156 +1989,17,0,suicide,18-20 yrs,57,533362,18.993501663208008,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,10.686925888061523 +1989,17,0,homicide,18-20 yrs,117,533362,18.993501663208008,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,21.936321258544922 +1989,17,0,other external,18-20 yrs,49,533362,18.993501663208008,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,9.187005996704102 +1989,17,0,internal,18-20 yrs,94,533362,18.993501663208008,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,17.624052047729492 +1989,17,0,all,21-24 yrs,709,703006,22.54749870300293,1,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,100.85262298583984 +1989,17,0,MVA,21-24 yrs,192,703006,22.54749870300293,1,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,27.311288833618164 +1989,17,0,suicide,21-24 yrs,95,703006,22.54749870300293,1,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,13.513398170471191 +1989,17,0,homicide,21-24 yrs,161,703006,22.54749870300293,1,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,22.901653289794922 +1989,17,0,other external,21-24 yrs,77,703006,22.54749870300293,1,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,10.952964782714844 +1989,17,0,internal,21-24 yrs,184,703006,22.54749870300293,1,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,26.17331886291504 +1990,17,0,MVA,15-17 yrs,110,462894,16.018341064453125,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,23.763540267944336 +1990,17,0,suicide,15-17 yrs,29,462894,16.018341064453125,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,6.264933109283447 +1990,17,0,homicide,15-17 yrs,106,462894,16.018341064453125,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,22.899410247802734 +1990,17,0,other external,15-17 yrs,30,462894,16.018341064453125,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,6.480965614318848 +1990,17,0,internal,15-17 yrs,58,462894,16.018341064453125,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,12.529866218566895 +1990,17,0,all,18-20 yrs,542,533132,19.027400970458984,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,101.66337585449219 +1990,17,0,MVA,18-20 yrs,133,533132,19.027400970458984,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,24.946916580200195 +1990,17,0,suicide,18-20 yrs,63,533132,19.027400970458984,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,11.816961288452148 +1990,17,0,homicide,18-20 yrs,179,533132,19.027400970458984,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,33.57517623901367 +1990,17,0,other external,18-20 yrs,59,533132,19.027400970458984,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,11.066678047180176 +1990,17,0,internal,18-20 yrs,108,533132,19.027400970458984,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,20.257646560668945 +1990,17,0,all,21-24 yrs,703,685109,22.52198600769043,1,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,102.61141204833984 +1990,17,0,MVA,21-24 yrs,177,685109,22.52198600769043,1,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,25.835304260253906 +1990,17,0,suicide,21-24 yrs,94,685109,22.52198600769043,1,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,13.720444679260254 +1990,17,0,homicide,21-24 yrs,191,685109,22.52198600769043,1,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,27.878774642944336 +1990,17,0,other external,21-24 yrs,65,685109,22.52198600769043,1,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,9.487541198730469 +1990,17,0,internal,21-24 yrs,176,685109,22.52198600769043,1,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,25.689342498779297 +1991,17,0,MVA,15-17 yrs,76,460050,16.00901222229004,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,16.519943237304688 +1991,17,0,suicide,15-17 yrs,35,460050,16.00901222229004,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,7.607868671417236 +1991,17,0,homicide,15-17 yrs,107,460050,16.00901222229004,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,23.25834083557129 +1991,17,0,other external,15-17 yrs,38,460050,16.00901222229004,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,8.259971618652344 +1991,17,0,internal,15-17 yrs,85,460050,16.00901222229004,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,18.476253509521484 +1991,17,0,all,18-20 yrs,595,513882,19.05067253112793,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,115.78533935546875 +1991,17,0,MVA,18-20 yrs,155,513882,19.05067253112793,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,30.162567138671875 +1991,17,0,suicide,18-20 yrs,70,513882,19.05067253112793,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,13.621804237365723 +1991,17,0,homicide,18-20 yrs,204,513882,19.05067253112793,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,39.69783020019531 +1991,17,0,other external,18-20 yrs,58,513882,19.05067253112793,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,11.286638259887695 +1991,17,0,internal,18-20 yrs,108,513882,19.05067253112793,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,21.016498565673828 +1991,17,0,all,21-24 yrs,745,676606,22.4919490814209,1,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,110.10839080810547 +1991,17,0,MVA,21-24 yrs,180,676606,22.4919490814209,1,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,26.603370666503906 +1991,17,0,suicide,21-24 yrs,94,676606,22.4919490814209,1,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,13.892870903015137 +1991,17,0,homicide,21-24 yrs,192,676606,22.4919490814209,1,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,28.376928329467773 +1991,17,0,other external,21-24 yrs,99,676606,22.4919490814209,1,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,14.631854057312012 +1991,17,0,internal,21-24 yrs,180,676606,22.4919490814209,1,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,26.603370666503906 +1992,17,0,MVA,15-17 yrs,92,468401,16.000764846801758,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,19.64129066467285 +1992,17,0,suicide,15-17 yrs,27,468401,16.000764846801758,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,5.764291763305664 +1992,17,0,homicide,15-17 yrs,121,468401,16.000764846801758,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,25.83256721496582 +1992,17,0,other external,15-17 yrs,28,468401,16.000764846801758,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,5.977784156799316 +1992,17,0,internal,15-17 yrs,70,468401,16.000764846801758,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,14.944459915161133 +1992,17,0,all,18-20 yrs,492,489261,19.0407772064209,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,100.55982208251953 +1992,17,0,MVA,18-20 yrs,115,489261,19.0407772064209,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,23.504837036132812 +1992,17,0,suicide,18-20 yrs,51,489261,19.0407772064209,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,10.423884391784668 +1992,17,0,homicide,18-20 yrs,186,489261,19.0407772064209,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,38.016517639160156 +1992,17,0,other external,18-20 yrs,37,489261,19.0407772064209,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,7.56242561340332 +1992,17,0,internal,18-20 yrs,103,489261,19.0407772064209,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,21.05215835571289 +1992,17,0,all,21-24 yrs,757,679326,22.468589782714844,1,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,111.4339828491211 +1992,17,0,MVA,21-24 yrs,149,679326,22.468589782714844,1,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,21.933504104614258 +1992,17,0,suicide,21-24 yrs,83,679326,22.468589782714844,1,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,12.217992782592773 +1992,17,0,homicide,21-24 yrs,226,679326,22.468589782714844,1,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,33.26826858520508 +1992,17,0,other external,21-24 yrs,86,679326,22.468589782714844,1,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,12.65960693359375 +1992,17,0,internal,21-24 yrs,213,679326,22.468589782714844,1,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,31.35460662841797 +1993,17,0,MVA,15-17 yrs,96,473653,15.998336791992188,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,20.268001556396484 +1993,17,0,suicide,15-17 yrs,28,473653,15.998336791992188,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,5.911500453948975 +1993,17,0,homicide,15-17 yrs,142,473653,15.998336791992188,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,29.979753494262695 +1993,17,0,other external,15-17 yrs,38,473653,15.998336791992188,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,8.0227508544921875 +1993,17,0,internal,15-17 yrs,66,473653,15.998336791992188,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,13.93425178527832 +1993,17,0,all,18-20 yrs,551,478574,19.01644515991211,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,115.13371276855469 +1993,17,0,MVA,18-20 yrs,121,478574,19.01644515991211,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,25.283445358276367 +1993,17,0,suicide,18-20 yrs,55,478574,19.01644515991211,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,11.492475509643555 +1993,17,0,homicide,18-20 yrs,200,478574,19.01644515991211,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,41.79082107543945 +1993,17,0,other external,18-20 yrs,62,478574,19.01644515991211,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,12.955154418945312 +1993,17,0,internal,18-20 yrs,113,478574,19.01644515991211,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,23.611812591552734 +1993,17,0,all,21-24 yrs,737,677159,22.49498176574707,1,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,108.83706665039062 +1993,17,0,MVA,21-24 yrs,151,677159,22.49498176574707,1,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,22.29904556274414 +1993,17,0,suicide,21-24 yrs,81,677159,22.49498176574707,1,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,11.961740493774414 +1993,17,0,homicide,21-24 yrs,202,677159,22.49498176574707,1,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,29.83051300048828 +1993,17,0,other external,21-24 yrs,99,677159,22.49498176574707,1,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,14.619904518127441 +1993,17,0,internal,21-24 yrs,204,677159,22.49498176574707,1,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,30.125864028930664 +1994,17,0,MVA,15-17 yrs,121,485952,16.002336502075195,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,24.899578094482422 +1994,17,0,suicide,15-17 yrs,35,485952,16.002336502075195,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,7.202357292175293 +1994,17,0,homicide,15-17 yrs,160,485952,16.002336502075195,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,32.92506408691406 +1994,17,0,other external,15-17 yrs,30,485952,16.002336502075195,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,6.1734490394592285 +1994,17,0,internal,15-17 yrs,57,485952,16.002336502075195,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,11.72955322265625 +1994,17,0,all,18-20 yrs,549,474749,19.00945472717285,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,115.64005279541016 +1994,17,0,MVA,18-20 yrs,143,474749,19.00945472717285,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,30.121179580688477 +1994,17,0,suicide,18-20 yrs,52,474749,19.00945472717285,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,10.953156471252441 +1994,17,0,homicide,18-20 yrs,209,474749,19.00945472717285,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,44.02326202392578 +1994,17,0,other external,18-20 yrs,42,474749,19.00945472717285,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,8.846779823303223 +1994,17,0,internal,18-20 yrs,103,474749,19.00945472717285,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,21.695674896240234 +1994,17,0,all,21-24 yrs,769,665942,22.5360164642334,1,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,115.47552490234375 +1994,17,0,MVA,21-24 yrs,184,665942,22.5360164642334,1,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,27.630033493041992 +1994,17,0,suicide,21-24 yrs,81,665942,22.5360164642334,1,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,12.16322135925293 +1994,17,0,homicide,21-24 yrs,231,665942,22.5360164642334,1,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,34.687705993652344 +1994,17,0,other external,21-24 yrs,76,665942,22.5360164642334,1,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,11.412405014038086 +1994,17,0,internal,21-24 yrs,197,665942,22.5360164642334,1,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,29.582155227661133 +1995,17,0,MVA,15-17 yrs,107,501192,15.982284545898438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,21.349103927612305 +1995,17,0,suicide,15-17 yrs,42,501192,15.982284545898438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,8.380022048950195 +1995,17,0,homicide,15-17 yrs,129,501192,15.982284545898438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,25.73863983154297 +1995,17,0,other external,15-17 yrs,24,501192,15.982284545898438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,4.788584232330322 +1995,17,0,internal,15-17 yrs,74,501192,15.982284545898438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,14.764801025390625 +1995,17,0,all,18-20 yrs,508,482664,19.001571655273438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,105.24919891357422 +1995,17,0,MVA,18-20 yrs,149,482664,19.001571655273438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,30.870336532592773 +1995,17,0,suicide,18-20 yrs,48,482664,19.001571655273438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,9.944806098937988 +1995,17,0,homicide,18-20 yrs,180,482664,19.001571655273438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,37.29302215576172 +1995,17,0,other external,18-20 yrs,41,482664,19.001571655273438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,8.4945220947265625 +1995,17,0,internal,18-20 yrs,90,482664,19.001571655273438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,18.64651107788086 +1995,17,0,all,21-24 yrs,703,645035,22.55268096923828,1,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,108.98633575439453 +1995,17,0,MVA,21-24 yrs,166,645035,22.55268096923828,1,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,25.735036849975586 +1995,17,0,suicide,21-24 yrs,88,645035,22.55268096923828,1,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,13.642670631408691 +1995,17,0,homicide,21-24 yrs,192,645035,22.55268096923828,1,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,29.765827178955078 +1995,17,0,other external,21-24 yrs,57,645035,22.55268096923828,1,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,8.836730003356934 +1995,17,0,internal,21-24 yrs,200,645035,22.55268096923828,1,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,31.00606918334961 +1996,17,0,MVA,15-17 yrs,86,515197,15.991671562194824,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,16.692644119262695 +1996,17,0,suicide,15-17 yrs,30,515197,15.991671562194824,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,5.823015213012695 +1996,17,0,homicide,15-17 yrs,124,515197,15.991671562194824,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,24.068462371826172 +1996,17,0,other external,15-17 yrs,30,515197,15.991671562194824,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,5.823015213012695 +1996,17,0,internal,15-17 yrs,101,515197,15.991671562194824,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,19.604150772094727 +1996,17,0,all,18-20 yrs,480,487609,18.998472213745117,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,98.43952941894531 +1996,17,0,MVA,18-20 yrs,114,487609,18.998472213745117,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,23.3793888092041 +1996,17,0,suicide,18-20 yrs,35,487609,18.998472213745117,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,7.177882194519043 +1996,17,0,homicide,18-20 yrs,189,487609,18.998472213745117,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,38.760562896728516 +1996,17,0,other external,18-20 yrs,36,487609,18.998472213745117,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,7.382964611053467 +1996,17,0,internal,18-20 yrs,106,487609,18.998472213745117,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,21.73872947692871 +1996,17,0,all,21-24 yrs,672,623697,22.52062225341797,1,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,107.74462890625 +1996,17,0,MVA,21-24 yrs,163,623697,22.52062225341797,1,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,26.134485244750977 +1996,17,0,suicide,21-24 yrs,64,623697,22.52062225341797,1,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,10.261392593383789 +1996,17,0,homicide,21-24 yrs,213,623697,22.52062225341797,1,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,34.15119934082031 +1996,17,0,other external,21-24 yrs,62,623697,22.52062225341797,1,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,9.94072437286377 +1996,17,0,internal,21-24 yrs,170,623697,22.52062225341797,1,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,27.256824493408203 +1970,18,0,MVA,15-17 yrs,139,309971,15.982178688049316,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,44.84290313720703 +1970,18,0,suicide,15-17 yrs,13,309971,15.982178688049316,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,4.19394063949585 +1970,18,0,homicide,15-17 yrs,17,309971,15.982178688049316,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,5.484384059906006 +1970,18,0,other external,15-17 yrs,59,309971,15.982178688049316,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,19.034038543701172 +1970,18,0,internal,15-17 yrs,74,309971,15.982178688049316,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,23.873201370239258 +1970,18,0,all,18-20 yrs,382,281817,18.95769500732422,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,135.5489501953125 +1970,18,0,MVA,18-20 yrs,171,281817,18.95769500732422,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,60.67767333984375 +1970,18,0,suicide,18-20 yrs,22,281817,18.95769500732422,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,7.806484222412109 +1970,18,0,homicide,18-20 yrs,22,281817,18.95769500732422,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,7.806484222412109 +1970,18,0,other external,18-20 yrs,60,281817,18.95769500732422,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,21.2904109954834 +1970,18,0,internal,18-20 yrs,107,281817,18.95769500732422,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,37.967899322509766 +1970,18,0,all,21-24 yrs,457,326183,22.42549705505371,1,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,140.10540771484375 +1970,18,0,MVA,21-24 yrs,183,326183,22.42549705505371,1,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,56.103477478027344 +1970,18,0,suicide,21-24 yrs,39,326183,22.42549705505371,1,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,11.956478118896484 +1970,18,0,homicide,21-24 yrs,35,326183,22.42549705505371,1,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,10.730173110961914 +1970,18,0,other external,21-24 yrs,66,326183,22.42549705505371,1,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,20.234041213989258 +1970,18,0,internal,21-24 yrs,134,326183,22.42549705505371,1,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,41.081233978271484 +1971,18,0,MVA,15-17 yrs,120,314155,15.988581657409668,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,38.19770431518555 +1971,18,0,suicide,15-17 yrs,8,314155,15.988581657409668,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,2.546513557434082 +1971,18,0,homicide,15-17 yrs,10,314155,15.988581657409668,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,3.1831421852111816 +1971,18,0,other external,15-17 yrs,55,314155,15.988581657409668,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,17.507282257080078 +1971,18,0,internal,15-17 yrs,67,314155,15.988581657409668,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,21.327051162719727 +1971,18,0,all,18-20 yrs,397,293825,18.969985961914062,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,135.11444091796875 +1971,18,0,MVA,18-20 yrs,185,293825,18.969985961914062,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,62.962646484375 +1971,18,0,suicide,18-20 yrs,23,293825,18.969985961914062,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,7.827788829803467 +1971,18,0,homicide,18-20 yrs,24,293825,18.969985961914062,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,8.168127059936523 +1971,18,0,other external,18-20 yrs,52,293825,18.969985961914062,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,17.697608947753906 +1971,18,0,internal,18-20 yrs,113,293825,18.969985961914062,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,38.45826721191406 +1971,18,0,all,21-24 yrs,444,355681,22.54938316345215,1,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,124.8309555053711 +1971,18,0,MVA,21-24 yrs,169,355681,22.54938316345215,1,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,47.51448440551758 +1971,18,0,suicide,21-24 yrs,46,355681,22.54938316345215,1,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,12.932936668395996 +1971,18,0,homicide,21-24 yrs,40,355681,22.54938316345215,1,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,11.24603271484375 +1971,18,0,other external,21-24 yrs,54,355681,22.54938316345215,1,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,15.182143211364746 +1971,18,0,internal,21-24 yrs,135,355681,22.54938316345215,1,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,37.955360412597656 +1972,18,0,MVA,15-17 yrs,96,320036,15.98029613494873,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,29.996625900268555 +1972,18,0,suicide,15-17 yrs,8,320036,15.98029613494873,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,2.49971866607666 +1972,18,0,homicide,15-17 yrs,20,320036,15.98029613494873,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,6.249297142028809 +1972,18,0,other external,15-17 yrs,62,320036,15.98029613494873,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,19.372819900512695 +1972,18,0,internal,15-17 yrs,82,320036,15.98029613494873,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,25.62211799621582 +1972,18,0,all,18-20 yrs,342,304902,18.984092712402344,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,112.16719055175781 +1972,18,0,MVA,18-20 yrs,174,304902,18.984092712402344,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,57.0675163269043 +1972,18,0,suicide,18-20 yrs,16,304902,18.984092712402344,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,5.24758768081665 +1972,18,0,homicide,18-20 yrs,22,304902,18.984092712402344,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,7.215433120727539 +1972,18,0,other external,18-20 yrs,46,304902,18.984092712402344,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,15.086814880371094 +1972,18,0,internal,18-20 yrs,84,304902,18.984092712402344,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,27.549835205078125 +1972,18,0,all,21-24 yrs,388,356942,22.499479293823242,1,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,108.70113372802734 +1972,18,0,MVA,21-24 yrs,176,356942,22.499479293823242,1,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,49.30773162841797 +1972,18,0,suicide,21-24 yrs,22,356942,22.499479293823242,1,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,6.163466453552246 +1972,18,0,homicide,21-24 yrs,42,356942,22.499479293823242,1,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,11.766617774963379 +1972,18,0,other external,21-24 yrs,62,356942,22.499479293823242,1,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,17.369768142700195 +1972,18,0,internal,21-24 yrs,86,356942,22.499479293823242,1,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,24.093549728393555 +1973,18,0,MVA,15-17 yrs,135,324942,15.98159408569336,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,41.545875549316406 +1973,18,0,suicide,15-17 yrs,14,324942,15.98159408569336,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,4.3084611892700195 +1973,18,0,homicide,15-17 yrs,23,324942,15.98159408569336,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,7.07818603515625 +1973,18,0,other external,15-17 yrs,63,324942,15.98159408569336,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,19.38807487487793 +1973,18,0,internal,15-17 yrs,74,324942,15.98159408569336,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,22.77329444885254 +1973,18,0,all,18-20 yrs,428,310580,18.98857879638672,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,137.8066864013672 +1973,18,0,MVA,18-20 yrs,194,310580,18.98857879638672,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,62.463775634765625 +1973,18,0,suicide,18-20 yrs,35,310580,18.98857879638672,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,11.269238471984863 +1973,18,0,homicide,18-20 yrs,27,310580,18.98857879638672,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,8.693412780761719 +1973,18,0,other external,18-20 yrs,74,310580,18.98857879638672,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,23.82638931274414 +1973,18,0,internal,18-20 yrs,98,310580,18.98857879638672,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,31.55386734008789 +1973,18,0,all,21-24 yrs,479,363604,22.480484008789062,1,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,131.73672485351562 +1973,18,0,MVA,21-24 yrs,193,363604,22.480484008789062,1,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,53.0797233581543 +1973,18,0,suicide,21-24 yrs,47,363604,22.480484008789062,1,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,12.92615032196045 +1973,18,0,homicide,21-24 yrs,49,363604,22.480484008789062,1,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,13.47619915008545 +1973,18,0,other external,21-24 yrs,67,363604,22.480484008789062,1,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,18.426639556884766 +1973,18,0,internal,21-24 yrs,123,363604,22.480484008789062,1,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,33.82801055908203 +1974,18,0,MVA,15-17 yrs,104,327924,15.997395515441895,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,31.71466636657715 +1974,18,0,suicide,15-17 yrs,11,327924,15.997395515441895,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,3.354435682296753 +1974,18,0,homicide,15-17 yrs,15,327924,15.997395515441895,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,4.574230670928955 +1974,18,0,other external,15-17 yrs,50,327924,15.997395515441895,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,15.247435569763184 +1974,18,0,internal,15-17 yrs,55,327924,15.997395515441895,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,16.772178649902344 +1974,18,0,all,18-20 yrs,354,316079,18.997066497802734,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,111.997314453125 +1974,18,0,MVA,18-20 yrs,143,316079,18.997066497802734,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,45.24185562133789 +1974,18,0,suicide,18-20 yrs,23,316079,18.997066497802734,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,7.2766618728637695 +1974,18,0,homicide,18-20 yrs,30,316079,18.997066497802734,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,9.491297721862793 +1974,18,0,other external,18-20 yrs,73,316079,18.997066497802734,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,23.095491409301758 +1974,18,0,internal,18-20 yrs,85,316079,18.997066497802734,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,26.892011642456055 +1974,18,0,all,21-24 yrs,453,371086,22.4605770111084,1,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,122.07412719726562 +1974,18,0,MVA,21-24 yrs,151,371086,22.4605770111084,1,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,40.691375732421875 +1974,18,0,suicide,21-24 yrs,40,371086,22.4605770111084,1,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,10.779172897338867 +1974,18,0,homicide,21-24 yrs,62,371086,22.4605770111084,1,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,16.707717895507812 +1974,18,0,other external,21-24 yrs,83,371086,22.4605770111084,1,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,22.366783142089844 +1974,18,0,internal,21-24 yrs,117,371086,22.4605770111084,1,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,31.52907943725586 +1975,18,0,MVA,15-17 yrs,100,324920,16.001169204711914,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,30.776805877685547 +1975,18,0,suicide,15-17 yrs,12,324920,16.001169204711914,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,3.6932168006896973 +1975,18,0,homicide,15-17 yrs,19,324920,16.001169204711914,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,5.847593307495117 +1975,18,0,other external,15-17 yrs,64,324920,16.001169204711914,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,19.69715690612793 +1975,18,0,internal,15-17 yrs,67,324920,16.001169204711914,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,20.620460510253906 +1975,18,0,all,18-20 yrs,368,320335,18.98792266845703,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,114.8797378540039 +1975,18,0,MVA,18-20 yrs,147,320335,18.98792266845703,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,45.88945770263672 +1975,18,0,suicide,18-20 yrs,28,320335,18.98792266845703,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,8.740849494934082 +1975,18,0,homicide,18-20 yrs,45,320335,18.98792266845703,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,14.0477933883667 +1975,18,0,other external,18-20 yrs,80,320335,18.98792266845703,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,24.97385597229004 +1975,18,0,internal,18-20 yrs,68,320335,18.98792266845703,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,21.2277774810791 +1975,18,0,all,21-24 yrs,450,379251,22.461673736572266,1,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,118.6549301147461 +1975,18,0,MVA,21-24 yrs,141,379251,22.461673736572266,1,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,37.17854309082031 +1975,18,0,suicide,21-24 yrs,50,379251,22.461673736572266,1,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,13.183880805969238 +1975,18,0,homicide,21-24 yrs,71,379251,22.461673736572266,1,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,18.721111297607422 +1975,18,0,other external,21-24 yrs,75,379251,22.461673736572266,1,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,19.775821685791016 +1975,18,0,internal,21-24 yrs,113,379251,22.461673736572266,1,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,29.795570373535156 +1976,18,0,MVA,15-17 yrs,97,325138,15.99222183227539,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,29.833486557006836 +1976,18,0,suicide,15-17 yrs,15,325138,15.99222183227539,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,4.6134257316589355 +1976,18,0,homicide,15-17 yrs,10,325138,15.99222183227539,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,3.0756170749664307 +1976,18,0,other external,15-17 yrs,56,325138,15.99222183227539,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,17.22345542907715 +1976,18,0,internal,15-17 yrs,71,325138,15.99222183227539,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,21.836881637573242 +1976,18,0,all,18-20 yrs,385,324431,18.98786163330078,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,118.66930389404297 +1976,18,0,MVA,18-20 yrs,181,324431,18.98786163330078,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,55.789981842041016 +1976,18,0,suicide,18-20 yrs,27,324431,18.98786163330078,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,8.32226276397705 +1976,18,0,homicide,18-20 yrs,28,324431,18.98786163330078,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,8.630495071411133 +1976,18,0,other external,18-20 yrs,67,324431,18.98786163330078,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,20.651540756225586 +1976,18,0,internal,18-20 yrs,82,324431,18.98786163330078,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,25.275020599365234 +1976,18,0,all,21-24 yrs,461,387028,22.467687606811523,1,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,119.11283111572266 +1976,18,0,MVA,21-24 yrs,190,387028,22.467687606811523,1,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,49.09205627441406 +1976,18,0,suicide,21-24 yrs,44,387028,22.467687606811523,1,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,11.36868667602539 +1976,18,0,homicide,21-24 yrs,45,387028,22.467687606811523,1,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,11.627065658569336 +1976,18,0,other external,21-24 yrs,78,387028,22.467687606811523,1,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,20.153579711914062 +1976,18,0,internal,21-24 yrs,104,387028,22.467687606811523,1,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,26.871440887451172 +1977,18,0,MVA,15-17 yrs,143,324157,15.997655868530273,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,44.11442565917969 +1977,18,0,suicide,15-17 yrs,14,324157,15.997655868530273,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,4.318894863128662 +1977,18,0,homicide,15-17 yrs,17,324157,15.997655868530273,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,5.244372367858887 +1977,18,0,other external,15-17 yrs,33,324157,15.997655868530273,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,10.180252075195312 +1977,18,0,internal,15-17 yrs,61,324157,15.997655868530273,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,18.818042755126953 +1977,18,0,all,18-20 yrs,408,329260,19.00397300720215,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,123.91423034667969 +1977,18,0,MVA,18-20 yrs,170,329260,19.00397300720215,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,51.63093185424805 +1977,18,0,suicide,18-20 yrs,39,329260,19.00397300720215,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,11.844742774963379 +1977,18,0,homicide,18-20 yrs,37,329260,19.00397300720215,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,11.237319946289062 +1977,18,0,other external,18-20 yrs,86,329260,19.00397300720215,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,26.119176864624023 +1977,18,0,internal,18-20 yrs,76,329260,19.00397300720215,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,23.082063674926758 +1977,18,0,all,21-24 yrs,476,393615,22.474252700805664,1,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,120.93035125732422 +1977,18,0,MVA,21-24 yrs,190,393615,22.474252700805664,1,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,48.2705192565918 +1977,18,0,suicide,21-24 yrs,60,393615,22.474252700805664,1,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,15.243321418762207 +1977,18,0,homicide,21-24 yrs,56,393615,22.474252700805664,1,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,14.227100372314453 +1977,18,0,other external,21-24 yrs,76,393615,22.474252700805664,1,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,19.30820655822754 +1977,18,0,internal,21-24 yrs,94,393615,22.474252700805664,1,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,23.88120460510254 +1978,18,0,MVA,15-17 yrs,126,323668,16.010772705078125,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,38.92877960205078 +1978,18,0,suicide,15-17 yrs,21,323668,16.010772705078125,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,6.488129615783691 +1978,18,0,homicide,15-17 yrs,15,323668,16.010772705078125,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,4.634378433227539 +1978,18,0,other external,15-17 yrs,46,323668,16.010772705078125,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,14.2120943069458 +1978,18,0,internal,15-17 yrs,53,323668,16.010772705078125,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,16.37480354309082 +1978,18,0,all,18-20 yrs,390,329699,19.006797790527344,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,118.28971099853516 +1978,18,0,MVA,18-20 yrs,187,329699,19.006797790527344,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,56.71839904785156 +1978,18,0,suicide,18-20 yrs,31,329699,19.006797790527344,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,9.402515411376953 +1978,18,0,homicide,18-20 yrs,31,329699,19.006797790527344,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,9.402515411376953 +1978,18,0,other external,18-20 yrs,72,329699,19.006797790527344,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,21.83810043334961 +1978,18,0,internal,18-20 yrs,69,329699,19.006797790527344,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,20.928180694580078 +1978,18,0,all,21-24 yrs,494,402969,22.46630096435547,1,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,122.59007263183594 +1978,18,0,MVA,21-24 yrs,196,402969,22.46630096435547,1,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,48.63897705078125 +1978,18,0,suicide,21-24 yrs,65,402969,22.46630096435547,1,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,16.130273818969727 +1978,18,0,homicide,21-24 yrs,62,402969,22.46630096435547,1,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,15.385798454284668 +1978,18,0,other external,21-24 yrs,80,402969,22.46630096435547,1,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,19.852643966674805 +1978,18,0,internal,21-24 yrs,91,402969,22.46630096435547,1,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,22.582382202148438 +1979,18,0,MVA,15-17 yrs,132,319125,16.005645751953125,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,41.363101959228516 +1979,18,0,suicide,15-17 yrs,12,319125,16.005645751953125,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,3.760282039642334 +1979,18,0,homicide,15-17 yrs,13,319125,16.005645751953125,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,4.073638916015625 +1979,18,0,other external,15-17 yrs,54,319125,16.005645751953125,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,16.921268463134766 +1979,18,0,internal,15-17 yrs,57,319125,16.005645751953125,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,17.861339569091797 +1979,18,0,all,18-20 yrs,384,331034,18.997478485107422,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,116.00016784667969 +1979,18,0,MVA,18-20 yrs,175,331034,18.997478485107422,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,52.864662170410156 +1979,18,0,suicide,18-20 yrs,41,331034,18.997478485107422,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,12.385435104370117 +1979,18,0,homicide,18-20 yrs,37,331034,18.997478485107422,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,11.177099227905273 +1979,18,0,other external,18-20 yrs,79,331034,18.997478485107422,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,23.8646183013916 +1979,18,0,internal,18-20 yrs,52,331034,18.997478485107422,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,15.708355903625488 +1979,18,0,all,21-24 yrs,518,409096,22.465303421020508,1,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,126.62064361572266 +1979,18,0,MVA,21-24 yrs,195,409096,22.465303421020508,1,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,47.666072845458984 +1979,18,0,suicide,21-24 yrs,66,409096,22.465303421020508,1,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,16.133132934570312 +1979,18,0,homicide,21-24 yrs,64,409096,22.465303421020508,1,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,15.64424991607666 +1979,18,0,other external,21-24 yrs,80,409096,22.465303421020508,1,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,19.555313110351562 +1979,18,0,internal,21-24 yrs,113,409096,22.465303421020508,1,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,27.621877670288086 +1980,18,0,MVA,15-17 yrs,89,308933,16.01490020751953,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,28.808835983276367 +1980,18,0,suicide,15-17 yrs,19,308933,16.01490020751953,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,6.150200843811035 +1980,18,0,homicide,15-17 yrs,19,308933,16.01490020751953,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,6.150200843811035 +1980,18,0,other external,15-17 yrs,39,308933,16.01490020751953,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,12.624096870422363 +1980,18,0,internal,15-17 yrs,58,308933,16.01490020751953,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,18.7742977142334 +1980,18,0,all,18-20 yrs,331,325012,19.00868034362793,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,101.84239196777344 +1980,18,0,MVA,18-20 yrs,151,325012,19.00868034362793,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,46.45982360839844 +1980,18,0,suicide,18-20 yrs,30,325012,19.00868034362793,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,9.230428695678711 +1980,18,0,homicide,18-20 yrs,30,325012,19.00868034362793,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,9.230428695678711 +1980,18,0,other external,18-20 yrs,52,325012,19.00868034362793,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,15.999409675598145 +1980,18,0,internal,18-20 yrs,68,325012,19.00868034362793,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,20.922304153442383 +1980,18,0,all,21-24 yrs,476,411573,22.468769073486328,1,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,115.65384674072266 +1980,18,0,MVA,21-24 yrs,181,411573,22.468769073486328,1,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,43.97761917114258 +1980,18,0,suicide,21-24 yrs,49,411573,22.468769073486328,1,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,11.905543327331543 +1980,18,0,homicide,21-24 yrs,65,411573,22.468769073486328,1,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,15.79306697845459 +1980,18,0,other external,21-24 yrs,78,411573,22.468769073486328,1,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,18.95168113708496 +1980,18,0,internal,21-24 yrs,103,411573,22.468769073486328,1,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,25.025936126708984 +1981,18,0,MVA,15-17 yrs,100,294200,16.034521102905273,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,33.990482330322266 +1981,18,0,suicide,15-17 yrs,18,294200,16.034521102905273,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,6.118287086486816 +1981,18,0,homicide,15-17 yrs,8,294200,16.034521102905273,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,2.719238519668579 +1981,18,0,other external,15-17 yrs,34,294200,16.034521102905273,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,11.556763648986816 +1981,18,0,internal,15-17 yrs,62,294200,16.034521102905273,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,21.074098587036133 +1981,18,0,all,18-20 yrs,302,318064,19.027164459228516,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,94.94944763183594 +1981,18,0,MVA,18-20 yrs,138,318064,19.027164459228516,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,43.38749313354492 +1981,18,0,suicide,18-20 yrs,28,318064,19.027164459228516,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,8.80325984954834 +1981,18,0,homicide,18-20 yrs,30,318064,19.027164459228516,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,9.432064056396484 +1981,18,0,other external,18-20 yrs,52,318064,19.027164459228516,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,16.34891128540039 +1981,18,0,internal,18-20 yrs,54,318064,19.027164459228516,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,16.97771453857422 +1981,18,0,all,21-24 yrs,490,413928,22.486663818359375,1,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,118.3780746459961 +1981,18,0,MVA,21-24 yrs,182,413928,22.486663818359375,1,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,43.968997955322266 +1981,18,0,suicide,21-24 yrs,76,413928,22.486663818359375,1,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,18.360681533813477 +1981,18,0,homicide,21-24 yrs,64,413928,22.486663818359375,1,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,15.461626052856445 +1981,18,0,other external,21-24 yrs,68,413928,22.486663818359375,1,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,16.427978515625 +1981,18,0,internal,21-24 yrs,100,413928,22.486663818359375,1,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,24.158790588378906 +1982,18,0,MVA,15-17 yrs,60,278567,16.026966094970703,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,21.538803100585938 +1982,18,0,suicide,15-17 yrs,12,278567,16.026966094970703,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,4.307760715484619 +1982,18,0,homicide,15-17 yrs,6,278567,16.026966094970703,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,2.1538803577423096 +1982,18,0,other external,15-17 yrs,30,278567,16.026966094970703,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,10.769401550292969 +1982,18,0,internal,15-17 yrs,50,278567,16.026966094970703,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,17.949003219604492 +1982,18,0,all,18-20 yrs,306,309365,19.017494201660156,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,98.91228485107422 +1982,18,0,MVA,18-20 yrs,122,309365,19.017494201660156,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,39.43561935424805 +1982,18,0,suicide,18-20 yrs,54,309365,19.017494201660156,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,17.455110549926758 +1982,18,0,homicide,18-20 yrs,30,309365,19.017494201660156,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,9.697282791137695 +1982,18,0,other external,18-20 yrs,42,309365,19.017494201660156,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,13.576196670532227 +1982,18,0,internal,18-20 yrs,58,309365,19.017494201660156,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,18.74808120727539 +1982,18,0,all,21-24 yrs,420,413635,22.485780715942383,1,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,101.5387954711914 +1982,18,0,MVA,21-24 yrs,142,413635,22.485780715942383,1,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,34.32978439331055 +1982,18,0,suicide,21-24 yrs,64,413635,22.485780715942383,1,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,15.472578048706055 +1982,18,0,homicide,21-24 yrs,52,413635,22.485780715942383,1,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,12.571470260620117 +1982,18,0,other external,21-24 yrs,52,413635,22.485780715942383,1,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,12.571470260620117 +1982,18,0,internal,21-24 yrs,110,413635,22.485780715942383,1,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,26.593494415283203 +1983,18,0,MVA,15-17 yrs,66,265042,16.017072677612305,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,24.901714324951172 +1983,18,0,suicide,15-17 yrs,20,265042,16.017072677612305,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,7.545973777770996 +1983,18,0,homicide,15-17 yrs,8,265042,16.017072677612305,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,3.0183894634246826 +1983,18,0,other external,15-17 yrs,15,265042,16.017072677612305,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,5.659480571746826 +1983,18,0,internal,15-17 yrs,37,265042,16.017072677612305,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,13.960051536560059 +1983,18,0,all,18-20 yrs,315,299907,19.02311134338379,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,105.03256225585938 +1983,18,0,MVA,18-20 yrs,141,299907,19.02311134338379,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,47.01457595825195 +1983,18,0,suicide,18-20 yrs,32,299907,19.02311134338379,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,10.669974327087402 +1983,18,0,homicide,18-20 yrs,31,299907,19.02311134338379,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,10.33653736114502 +1983,18,0,other external,18-20 yrs,32,299907,19.02311134338379,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,10.669974327087402 +1983,18,0,internal,18-20 yrs,79,299907,19.02311134338379,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,26.34149932861328 +1983,18,0,all,21-24 yrs,417,407699,22.49557113647461,1,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,102.28134155273438 +1983,18,0,MVA,21-24 yrs,154,407699,22.49557113647461,1,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,37.77296447753906 +1983,18,0,suicide,21-24 yrs,51,407699,22.49557113647461,1,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,12.509228706359863 +1983,18,0,homicide,21-24 yrs,52,407699,22.49557113647461,1,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,12.754508018493652 +1983,18,0,other external,21-24 yrs,53,407699,22.49557113647461,1,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,12.999786376953125 +1983,18,0,internal,21-24 yrs,107,407699,22.49557113647461,1,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,26.24485206604004 +1984,18,0,MVA,15-17 yrs,81,260956,16.005510330200195,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,31.039714813232422 +1984,18,0,suicide,15-17 yrs,21,260956,16.005510330200195,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,8.047333717346191 +1984,18,0,homicide,15-17 yrs,11,260956,16.005510330200195,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,4.215270042419434 +1984,18,0,other external,15-17 yrs,28,260956,16.005510330200195,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,10.729778289794922 +1984,18,0,internal,15-17 yrs,32,260956,16.005510330200195,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,12.262603759765625 +1984,18,0,all,18-20 yrs,256,289757,19.043081283569336,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,88.34989166259766 +1984,18,0,MVA,18-20 yrs,107,289757,19.043081283569336,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,36.927494049072266 +1984,18,0,suicide,18-20 yrs,35,289757,19.043081283569336,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,12.079087257385254 +1984,18,0,homicide,18-20 yrs,22,289757,19.043081283569336,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,7.592568874359131 +1984,18,0,other external,18-20 yrs,34,289757,19.043081283569336,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,11.733970642089844 +1984,18,0,internal,18-20 yrs,58,289757,19.043081283569336,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,20.016773223876953 +1984,18,0,all,21-24 yrs,353,399431,22.505939483642578,1,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,88.37571716308594 +1984,18,0,MVA,21-24 yrs,140,399431,22.505939483642578,1,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,35.04985809326172 +1984,18,0,suicide,21-24 yrs,50,399431,22.505939483642578,1,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,12.517807006835938 +1984,18,0,homicide,21-24 yrs,39,399431,22.505939483642578,1,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,9.76388931274414 +1984,18,0,other external,21-24 yrs,43,399431,22.505939483642578,1,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,10.765314102172852 +1984,18,0,internal,21-24 yrs,81,399431,22.505939483642578,1,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,20.278846740722656 +1985,18,0,MVA,15-17 yrs,78,261359,15.985709190368652,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,29.84400749206543 +1985,18,0,suicide,15-17 yrs,18,261359,15.985709190368652,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,6.887078762054443 +1985,18,0,homicide,15-17 yrs,14,261359,15.985709190368652,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,5.356616973876953 +1985,18,0,other external,15-17 yrs,32,261359,15.985709190368652,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,12.243695259094238 +1985,18,0,internal,15-17 yrs,31,261359,15.985709190368652,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,11.861080169677734 +1985,18,0,all,18-20 yrs,244,277326,19.035160064697266,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,87.98309326171875 +1985,18,0,MVA,18-20 yrs,117,277326,19.035160064697266,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,42.18861389160156 +1985,18,0,suicide,18-20 yrs,34,277326,19.035160064697266,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,12.259939193725586 +1985,18,0,homicide,18-20 yrs,23,277326,19.035160064697266,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,8.293488502502441 +1985,18,0,other external,18-20 yrs,31,277326,19.035160064697266,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,11.178179740905762 +1985,18,0,internal,18-20 yrs,39,277326,19.035160064697266,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,14.062871932983398 +1985,18,0,all,21-24 yrs,396,391550,22.509784698486328,1,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,101.13650512695312 +1985,18,0,MVA,21-24 yrs,148,391550,22.509784698486328,1,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,37.798492431640625 +1985,18,0,suicide,21-24 yrs,65,391550,22.509784698486328,1,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,16.600688934326172 +1985,18,0,homicide,21-24 yrs,35,391550,22.509784698486328,1,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,8.938833236694336 +1985,18,0,other external,21-24 yrs,51,391550,22.509784698486328,1,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,13.025156021118164 +1985,18,0,internal,21-24 yrs,97,391550,22.509784698486328,1,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,24.77333641052246 +1986,18,0,MVA,15-17 yrs,84,267252,15.979580879211426,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,31.43100929260254 +1986,18,0,suicide,15-17 yrs,23,267252,15.979580879211426,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,8.606109619140625 +1986,18,0,homicide,15-17 yrs,13,267252,15.979580879211426,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,4.864322662353516 +1986,18,0,other external,15-17 yrs,25,267252,15.979580879211426,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,9.354467391967773 +1986,18,0,internal,15-17 yrs,38,267252,15.979580879211426,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,14.218790054321289 +1986,18,0,all,18-20 yrs,268,266881,19.024112701416016,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,100.4192886352539 +1986,18,0,MVA,18-20 yrs,123,266881,19.024112701416016,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,46.087955474853516 +1986,18,0,suicide,18-20 yrs,34,266881,19.024112701416016,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,12.739760398864746 +1986,18,0,homicide,18-20 yrs,22,266881,19.024112701416016,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,8.243374824523926 +1986,18,0,other external,18-20 yrs,30,266881,19.024112701416016,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,11.240964889526367 +1986,18,0,internal,18-20 yrs,59,266881,19.024112701416016,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,22.10723114013672 +1986,18,0,all,21-24 yrs,377,377056,22.506608963012695,1,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,99.98514556884766 +1986,18,0,MVA,21-24 yrs,145,377056,22.506608963012695,1,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,38.45582580566406 +1986,18,0,suicide,21-24 yrs,57,377056,22.506608963012695,1,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,15.117117881774902 +1986,18,0,homicide,21-24 yrs,40,377056,22.506608963012695,1,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,10.608503341674805 +1986,18,0,other external,21-24 yrs,42,377056,22.506608963012695,1,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,11.13892936706543 +1986,18,0,internal,21-24 yrs,93,377056,22.506608963012695,1,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,24.664772033691406 +1987,18,0,MVA,15-17 yrs,100,266138,16.01650619506836,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,37.57448959350586 +1987,18,0,suicide,15-17 yrs,20,266138,16.01650619506836,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,7.514898300170898 +1987,18,0,homicide,15-17 yrs,9,266138,16.01650619506836,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,3.381704330444336 +1987,18,0,other external,15-17 yrs,23,266138,16.01650619506836,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,8.642132759094238 +1987,18,0,internal,15-17 yrs,39,266138,16.01650619506836,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,14.654051780700684 +1987,18,0,all,18-20 yrs,229,265332,19.012218475341797,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,86.30696868896484 +1987,18,0,MVA,18-20 yrs,109,265332,19.012218475341797,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,41.08060836791992 +1987,18,0,suicide,18-20 yrs,34,265332,19.012218475341797,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,12.81413459777832 +1987,18,0,homicide,18-20 yrs,15,265332,19.012218475341797,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,5.653294563293457 +1987,18,0,other external,18-20 yrs,34,265332,19.012218475341797,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,12.81413459777832 +1987,18,0,internal,18-20 yrs,37,265332,19.012218475341797,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,13.944793701171875 +1987,18,0,all,21-24 yrs,357,361611,22.517295837402344,1,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,98.7248764038086 +1987,18,0,MVA,21-24 yrs,115,361611,22.517295837402344,1,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,31.8021297454834 +1987,18,0,suicide,21-24 yrs,60,361611,22.517295837402344,1,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,16.59241485595703 +1987,18,0,homicide,21-24 yrs,40,361611,22.517295837402344,1,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,11.061610221862793 +1987,18,0,other external,21-24 yrs,44,361611,22.517295837402344,1,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,12.167771339416504 +1987,18,0,internal,21-24 yrs,98,361611,22.517295837402344,1,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,27.1009464263916 +1988,18,0,MVA,15-17 yrs,90,257800,16.04970932006836,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,34.91078186035156 +1988,18,0,suicide,15-17 yrs,29,257800,16.04970932006836,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,11.249030113220215 +1988,18,0,homicide,15-17 yrs,16,257800,16.04970932006836,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,6.206361293792725 +1988,18,0,other external,15-17 yrs,25,257800,16.04970932006836,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,9.697440147399902 +1988,18,0,internal,15-17 yrs,57,257800,16.04970932006836,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,22.11016273498535 +1988,18,0,all,18-20 yrs,285,268632,18.993717193603516,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,106.09309387207031 +1988,18,0,MVA,18-20 yrs,138,268632,18.993717193603516,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,51.37139129638672 +1988,18,0,suicide,18-20 yrs,33,268632,18.993717193603516,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,12.284463882446289 +1988,18,0,homicide,18-20 yrs,22,268632,18.993717193603516,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,8.189641952514648 +1988,18,0,other external,18-20 yrs,31,268632,18.993717193603516,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,11.539950370788574 +1988,18,0,internal,18-20 yrs,61,268632,18.993717193603516,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,22.707645416259766 +1988,18,0,all,21-24 yrs,361,348611,22.51918601989746,1,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,103.55381774902344 +1988,18,0,MVA,21-24 yrs,141,348611,22.51918601989746,1,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,40.44622802734375 +1988,18,0,suicide,21-24 yrs,52,348611,22.51918601989746,1,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,14.916339874267578 +1988,18,0,homicide,21-24 yrs,42,348611,22.51918601989746,1,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,12.047812461853027 +1988,18,0,other external,21-24 yrs,47,348611,22.51918601989746,1,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,13.482075691223145 +1988,18,0,internal,21-24 yrs,79,348611,22.51918601989746,1,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,22.661361694335938 +1989,18,0,MVA,15-17 yrs,79,245031,16.03252601623535,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,32.24081802368164 +1989,18,0,suicide,15-17 yrs,24,245031,16.03252601623535,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,9.794678688049316 +1989,18,0,homicide,15-17 yrs,15,245031,16.03252601623535,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,6.121674537658691 +1989,18,0,other external,15-17 yrs,22,245031,16.03252601623535,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,8.978455543518066 +1989,18,0,internal,15-17 yrs,35,245031,16.03252601623535,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,14.283906936645508 +1989,18,0,all,18-20 yrs,226,278034,18.98851203918457,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,81.28501892089844 +1989,18,0,MVA,18-20 yrs,88,278034,18.98851203918457,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,31.65080451965332 +1989,18,0,suicide,18-20 yrs,36,278034,18.98851203918457,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,12.948057174682617 +1989,18,0,homicide,18-20 yrs,28,278034,18.98851203918457,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,10.070711135864258 +1989,18,0,other external,18-20 yrs,26,278034,18.98851203918457,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,9.351374626159668 +1989,18,0,internal,18-20 yrs,48,278034,18.98851203918457,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,17.264076232910156 +1989,18,0,all,21-24 yrs,326,333377,22.501495361328125,1,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,97.78719329833984 +1989,18,0,MVA,21-24 yrs,109,333377,22.501495361328125,1,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,32.695716857910156 +1989,18,0,suicide,21-24 yrs,58,333377,22.501495361328125,1,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,17.397720336914062 +1989,18,0,homicide,21-24 yrs,37,333377,22.501495361328125,1,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,11.098546028137207 +1989,18,0,other external,21-24 yrs,44,333377,22.501495361328125,1,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,13.198270797729492 +1989,18,0,internal,21-24 yrs,78,333377,22.501495361328125,1,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,23.396934509277344 +1990,18,0,MVA,15-17 yrs,64,237706,16.015880584716797,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,26.924015045166016 +1990,18,0,suicide,15-17 yrs,23,237706,16.015880584716797,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,9.67581844329834 +1990,18,0,homicide,15-17 yrs,16,237706,16.015880584716797,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,6.731003761291504 +1990,18,0,other external,15-17 yrs,21,237706,16.015880584716797,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,8.834442138671875 +1990,18,0,internal,15-17 yrs,42,237706,16.015880584716797,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,17.66888427734375 +1990,18,0,all,18-20 yrs,264,281557,19.028179168701172,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,93.76432037353516 +1990,18,0,MVA,18-20 yrs,111,281557,19.028179168701172,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,39.42363357543945 +1990,18,0,suicide,18-20 yrs,42,281557,19.028179168701172,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,14.9170503616333 +1990,18,0,homicide,18-20 yrs,26,281557,19.028179168701172,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,9.23436450958252 +1990,18,0,other external,18-20 yrs,33,281557,19.028179168701172,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,11.720540046691895 +1990,18,0,internal,18-20 yrs,52,281557,19.028179168701172,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,18.46872901916504 +1990,18,0,all,21-24 yrs,306,329244,22.46671485900879,1,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,92.94019317626953 +1990,18,0,MVA,21-24 yrs,116,329244,22.46671485900879,1,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,35.23222732543945 +1990,18,0,suicide,21-24 yrs,53,329244,22.46671485900879,1,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,16.097484588623047 +1990,18,0,homicide,21-24 yrs,32,329244,22.46671485900879,1,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,9.71923542022705 +1990,18,0,other external,21-24 yrs,26,329244,22.46671485900879,1,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,7.896878719329834 +1990,18,0,internal,21-24 yrs,79,329244,22.46671485900879,1,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,23.99436378479004 +1991,18,0,MVA,15-17 yrs,79,237648,16.017230987548828,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,33.2424430847168 +1991,18,0,suicide,15-17 yrs,30,237648,16.017230987548828,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,12.623712539672852 +1991,18,0,homicide,15-17 yrs,17,237648,16.017230987548828,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,7.15343713760376 +1991,18,0,other external,15-17 yrs,29,237648,16.017230987548828,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,12.202921867370605 +1991,18,0,internal,15-17 yrs,46,237648,16.017230987548828,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,19.356359481811523 +1991,18,0,all,18-20 yrs,280,268967,19.064260482788086,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,104.10198974609375 +1991,18,0,MVA,18-20 yrs,98,268967,19.064260482788086,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,36.43569564819336 +1991,18,0,suicide,18-20 yrs,48,268967,19.064260482788086,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,17.84605598449707 +1991,18,0,homicide,18-20 yrs,42,268967,19.064260482788086,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,15.6152982711792 +1991,18,0,other external,18-20 yrs,28,268967,19.064260482788086,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,10.410199165344238 +1991,18,0,internal,18-20 yrs,64,268967,19.064260482788086,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,23.794740676879883 +1991,18,0,all,21-24 yrs,309,338083,22.439592361450195,1,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,91.397674560546875 +1991,18,0,MVA,21-24 yrs,96,338083,22.439592361450195,1,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,28.39539337158203 +1991,18,0,suicide,21-24 yrs,48,338083,22.439592361450195,1,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,14.197696685791016 +1991,18,0,homicide,21-24 yrs,55,338083,22.439592361450195,1,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,16.2681941986084 +1991,18,0,other external,21-24 yrs,32,338083,22.439592361450195,1,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,9.465131759643555 +1991,18,0,internal,21-24 yrs,78,338083,22.439592361450195,1,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,23.071258544921875 +1992,18,0,MVA,15-17 yrs,71,241224,16.01272201538086,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,29.433223724365234 +1992,18,0,suicide,15-17 yrs,22,241224,16.01272201538086,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,9.120153427124023 +1992,18,0,homicide,15-17 yrs,16,241224,16.01272201538086,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,6.632839202880859 +1992,18,0,other external,15-17 yrs,27,241224,16.01272201538086,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,11.192915916442871 +1992,18,0,internal,15-17 yrs,39,241224,16.01272201538086,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,16.167545318603516 +1992,18,0,all,18-20 yrs,222,253565,19.041337966918945,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,87.551513671875 +1992,18,0,MVA,18-20 yrs,87,253565,19.041337966918945,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,34.31072998046875 +1992,18,0,suicide,18-20 yrs,31,253565,19.041337966918945,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,12.225662231445312 +1992,18,0,homicide,18-20 yrs,42,253565,19.041337966918945,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,16.563800811767578 +1992,18,0,other external,18-20 yrs,18,253565,19.041337966918945,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,7.098771572113037 +1992,18,0,internal,18-20 yrs,44,253565,19.041337966918945,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,17.35255241394043 +1992,18,0,all,21-24 yrs,331,350204,22.433744430541992,1,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,94.51634216308594 +1992,18,0,MVA,21-24 yrs,103,350204,22.433744430541992,1,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,29.411428451538086 +1992,18,0,suicide,21-24 yrs,52,350204,22.433744430541992,1,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,14.848487854003906 +1992,18,0,homicide,21-24 yrs,55,350204,22.433744430541992,1,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,15.705131530761719 +1992,18,0,other external,21-24 yrs,36,350204,22.433744430541992,1,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,10.279722213745117 +1992,18,0,internal,21-24 yrs,85,350204,22.433744430541992,1,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,24.271568298339844 +1993,18,0,MVA,15-17 yrs,68,244349,16.00505828857422,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,27.82904815673828 +1993,18,0,suicide,15-17 yrs,18,244349,16.00505828857422,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,7.366512775421143 +1993,18,0,homicide,15-17 yrs,27,244349,16.00505828857422,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,11.049769401550293 +1993,18,0,other external,15-17 yrs,14,244349,16.00505828857422,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,5.7295098304748535 +1993,18,0,internal,15-17 yrs,37,244349,16.00505828857422,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,15.1422758102417 +1993,18,0,all,18-20 yrs,218,248082,19.00597381591797,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,87.8741683959961 +1993,18,0,MVA,18-20 yrs,80,248082,19.00597381591797,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,32.24740219116211 +1993,18,0,suicide,18-20 yrs,30,248082,19.00597381591797,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,12.092775344848633 +1993,18,0,homicide,18-20 yrs,39,248082,19.00597381591797,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,15.720608711242676 +1993,18,0,other external,18-20 yrs,21,248082,19.00597381591797,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,8.464942932128906 +1993,18,0,internal,18-20 yrs,48,248082,19.00597381591797,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,19.34844207763672 +1993,18,0,all,21-24 yrs,320,354110,22.4854679107666,1,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,90.367401123046875 +1993,18,0,MVA,21-24 yrs,89,354110,22.4854679107666,1,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,25.133432388305664 +1993,18,0,suicide,21-24 yrs,63,354110,22.4854679107666,1,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,17.79108238220215 +1993,18,0,homicide,21-24 yrs,56,354110,22.4854679107666,1,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,15.814294815063477 +1993,18,0,other external,21-24 yrs,29,354110,22.4854679107666,1,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,8.189545631408691 +1993,18,0,internal,21-24 yrs,83,354110,22.4854679107666,1,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,23.439044952392578 +1994,18,0,MVA,15-17 yrs,67,251204,16.009096145629883,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,26.671550750732422 +1994,18,0,suicide,15-17 yrs,39,251204,16.009096145629883,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,15.525230407714844 +1994,18,0,homicide,15-17 yrs,28,251204,16.009096145629883,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,11.146319389343262 +1994,18,0,other external,15-17 yrs,17,251204,16.009096145629883,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,6.76740837097168 +1994,18,0,internal,15-17 yrs,43,251204,16.009096145629883,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,17.11756134033203 +1994,18,0,all,18-20 yrs,250,247456,19.007104873657227,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,101.02806091308594 +1994,18,0,MVA,18-20 yrs,95,247456,19.007104873657227,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,38.390663146972656 +1994,18,0,suicide,18-20 yrs,33,247456,19.007104873657227,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,13.33570384979248 +1994,18,0,homicide,18-20 yrs,54,247456,19.007104873657227,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,21.82206153869629 +1994,18,0,other external,18-20 yrs,17,247456,19.007104873657227,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,6.869908332824707 +1994,18,0,internal,18-20 yrs,51,247456,19.007104873657227,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,20.609724044799805 +1994,18,0,all,21-24 yrs,335,345240,22.54827308654785,1,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,97.03395080566406 +1994,18,0,MVA,21-24 yrs,99,345240,22.54827308654785,1,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,28.675703048706055 +1994,18,0,suicide,21-24 yrs,59,345240,22.54827308654785,1,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,17.089561462402344 +1994,18,0,homicide,21-24 yrs,63,345240,22.54827308654785,1,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,18.2481746673584 +1994,18,0,other external,21-24 yrs,30,345240,22.54827308654785,1,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,8.689607620239258 +1994,18,0,internal,21-24 yrs,84,345240,22.54827308654785,1,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,24.330900192260742 +1995,18,0,MVA,15-17 yrs,61,258691,15.995187759399414,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,23.58025550842285 +1995,18,0,suicide,15-17 yrs,22,258691,15.995187759399414,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,8.504354476928711 +1995,18,0,homicide,15-17 yrs,37,258691,15.995187759399414,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,14.302778244018555 +1995,18,0,other external,15-17 yrs,28,258691,15.995187759399414,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,10.823723793029785 +1995,18,0,internal,15-17 yrs,40,258691,15.995187759399414,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,15.46246337890625 +1995,18,0,all,18-20 yrs,255,251054,19.000932693481445,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,101.57176971435547 +1995,18,0,MVA,18-20 yrs,86,251054,19.000932693481445,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,34.255577087402344 +1995,18,0,suicide,18-20 yrs,40,251054,19.000932693481445,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,15.93282699584961 +1995,18,0,homicide,18-20 yrs,56,251054,19.000932693481445,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,22.305957794189453 +1995,18,0,other external,18-20 yrs,24,251054,19.000932693481445,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,9.559696197509766 +1995,18,0,internal,18-20 yrs,49,251054,19.000932693481445,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,19.51771354675293 +1995,18,0,all,21-24 yrs,384,331454,22.56148338317871,1,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,115.85317993164062 +1995,18,0,MVA,21-24 yrs,114,331454,22.56148338317871,1,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,34.39391326904297 +1995,18,0,suicide,21-24 yrs,66,331454,22.56148338317871,1,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,19.91226577758789 +1995,18,0,homicide,21-24 yrs,72,331454,22.56148338317871,1,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,21.722471237182617 +1995,18,0,other external,21-24 yrs,38,331454,22.56148338317871,1,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,11.464637756347656 +1995,18,0,internal,21-24 yrs,94,331454,22.56148338317871,1,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,28.359893798828125 +1996,18,0,MVA,15-17 yrs,84,263304,16.00756072998047,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,31.90228843688965 +1996,18,0,suicide,15-17 yrs,24,263304,16.00756072998047,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,9.11493968963623 +1996,18,0,homicide,15-17 yrs,24,263304,16.00756072998047,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,9.11493968963623 +1996,18,0,other external,15-17 yrs,17,263304,16.00756072998047,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,6.456415176391602 +1996,18,0,internal,15-17 yrs,39,263304,16.00756072998047,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,14.811776161193848 +1996,18,0,all,18-20 yrs,254,253887,18.993261337280273,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,100.04450988769531 +1996,18,0,MVA,18-20 yrs,101,253887,18.993261337280273,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,39.78147888183594 +1996,18,0,suicide,18-20 yrs,37,253887,18.993261337280273,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,14.573412895202637 +1996,18,0,homicide,18-20 yrs,41,253887,18.993261337280273,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,16.148916244506836 +1996,18,0,other external,18-20 yrs,26,253887,18.993261337280273,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,10.240776062011719 +1996,18,0,internal,18-20 yrs,49,253887,18.993261337280273,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,19.299924850463867 +1996,18,0,all,21-24 yrs,307,317633,22.512248992919922,1,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,96.65242767333984 +1996,18,0,MVA,21-24 yrs,77,317633,22.512248992919922,1,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,24.24181365966797 +1996,18,0,suicide,21-24 yrs,56,317633,22.512248992919922,1,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,17.630409240722656 +1996,18,0,homicide,21-24 yrs,70,317633,22.512248992919922,1,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,22.03801155090332 +1996,18,0,other external,21-24 yrs,25,317633,22.512248992919922,1,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,7.870718955993652 +1996,18,0,internal,21-24 yrs,79,317633,22.512248992919922,1,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,24.871471405029297 +1970,19,0,MVA,15-17 yrs,71,168398,15.990498542785645,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,42.16202163696289 +1970,19,0,suicide,15-17 yrs,6,168398,15.990498542785645,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,3.5629875659942627 +1970,19,0,homicide,15-17 yrs,1,168398,15.990498542785645,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,0.5938313007354736 +1970,19,0,other external,15-17 yrs,31,168398,15.990498542785645,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,18.408769607543945 +1970,19,0,internal,15-17 yrs,32,168398,15.990498542785645,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,19.002601623535156 +1970,19,0,all,18-20 yrs,219,150575,18.93042755126953,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,145.44247436523438 +1970,19,0,MVA,18-20 yrs,127,150575,18.93042755126953,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,84.343353271484375 +1970,19,0,suicide,18-20 yrs,9,150575,18.93042755126953,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,5.97708797454834 +1970,19,0,homicide,18-20 yrs,4,150575,18.93042755126953,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,2.6564834117889404 +1970,19,0,other external,18-20 yrs,35,150575,18.93042755126953,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,23.244230270385742 +1970,19,0,internal,18-20 yrs,44,150575,18.93042755126953,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,29.2213191986084 +1970,19,0,all,21-24 yrs,206,158580,22.4058780670166,1,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,129.90289306640625 +1970,19,0,MVA,21-24 yrs,103,158580,22.4058780670166,1,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,64.951446533203125 +1970,19,0,suicide,21-24 yrs,11,158580,22.4058780670166,1,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,6.9365620613098145 +1970,19,0,homicide,21-24 yrs,4,158580,22.4058780670166,1,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,2.522386074066162 +1970,19,0,other external,21-24 yrs,24,158580,22.4058780670166,1,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,15.134317398071289 +1970,19,0,internal,21-24 yrs,64,158580,22.4058780670166,1,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,40.358177185058594 +1971,19,0,MVA,15-17 yrs,80,170032,15.987784385681152,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,47.04996871948242 +1971,19,0,suicide,15-17 yrs,6,170032,15.987784385681152,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,3.52874755859375 +1971,19,0,homicide,15-17 yrs,3,170032,15.987784385681152,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,1.764373779296875 +1971,19,0,other external,15-17 yrs,32,170032,15.987784385681152,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,18.81998634338379 +1971,19,0,internal,15-17 yrs,36,170032,15.987784385681152,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,21.1724853515625 +1971,19,0,all,18-20 yrs,195,155910,18.97466468811035,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,125.07215881347656 +1971,19,0,MVA,18-20 yrs,102,155910,18.97466468811035,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,65.42235565185547 +1971,19,0,suicide,18-20 yrs,10,155910,18.97466468811035,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,6.413956642150879 +1971,19,0,homicide,18-20 yrs,2,155910,18.97466468811035,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,1.2827913761138916 +1971,19,0,other external,18-20 yrs,33,155910,18.97466468811035,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,21.166057586669922 +1971,19,0,internal,18-20 yrs,48,155910,18.97466468811035,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,30.7869930267334 +1971,19,0,all,21-24 yrs,217,180329,22.52444076538086,1,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,120.33560943603516 +1971,19,0,MVA,21-24 yrs,104,180329,22.52444076538086,1,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,57.672367095947266 +1971,19,0,suicide,21-24 yrs,26,180329,22.52444076538086,1,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,14.418091773986816 +1971,19,0,homicide,21-24 yrs,7,180329,22.52444076538086,1,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,3.881793737411499 +1971,19,0,other external,21-24 yrs,26,180329,22.52444076538086,1,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,14.418091773986816 +1971,19,0,internal,21-24 yrs,54,180329,22.52444076538086,1,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,29.945266723632812 +1972,19,0.4960145950317383,MVA,15-17 yrs,76,171695,15.981776237487793,0,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,44.2645378112793 +1972,19,0.4960145950317383,suicide,15-17 yrs,8,171695,15.981776237487793,0,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,4.659425258636475 +1972,19,0.4960145950317383,homicide,15-17 yrs,0,171695,15.981776237487793,0,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,0 +1972,19,0.4960145950317383,other external,15-17 yrs,32,171695,15.981776237487793,0,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,18.6377010345459 +1972,19,0.4960145950317383,internal,15-17 yrs,38,171695,15.981776237487793,0,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,22.13226890563965 +1972,19,0.4960145950317383,all,18-20 yrs,206,157171,18.98702621459961,0.4960145950317383,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,131.0674285888672 +1972,19,0.4960145950317383,MVA,18-20 yrs,140,157171,18.98702621459961,0.4960145950317383,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,89.07495880126953 +1972,19,0.4960145950317383,suicide,18-20 yrs,12,157171,18.98702621459961,0.4960145950317383,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,7.63499641418457 +1972,19,0.4960145950317383,homicide,18-20 yrs,2,157171,18.98702621459961,0.4960145950317383,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,1.2724993228912354 +1972,19,0.4960145950317383,other external,18-20 yrs,18,157171,18.98702621459961,0.4960145950317383,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,11.452494621276855 +1972,19,0.4960145950317383,internal,18-20 yrs,34,157171,18.98702621459961,0.4960145950317383,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,21.632490158081055 +1972,19,0.4960145950317383,all,21-24 yrs,196,186137,22.484289169311523,1,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,105.29878234863281 +1972,19,0.4960145950317383,MVA,21-24 yrs,94,186137,22.484289169311523,1,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,50.50043869018555 +1972,19,0.4960145950317383,suicide,21-24 yrs,14,186137,22.484289169311523,1,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,7.521341800689697 +1972,19,0.4960145950317383,homicide,21-24 yrs,12,186137,22.484289169311523,1,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,6.446864604949951 +1972,19,0.4960145950317383,other external,21-24 yrs,16,186137,22.484289169311523,1,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,8.595819473266602 +1972,19,0.4960145950317383,internal,21-24 yrs,60,186137,22.484289169311523,1,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,32.23432159423828 +1973,19,0.8298145532608032,MVA,15-17 yrs,98,173484,15.984431266784668,0,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,56.48936080932617 +1973,19,0.8298145532608032,suicide,15-17 yrs,5,173484,15.984431266784668,0,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,2.882110118865967 +1973,19,0.8298145532608032,homicide,15-17 yrs,5,173484,15.984431266784668,0,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,2.882110118865967 +1973,19,0.8298145532608032,other external,15-17 yrs,34,173484,15.984431266784668,0,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,19.59834861755371 +1973,19,0.8298145532608032,internal,15-17 yrs,36,173484,15.984431266784668,0,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,20.75119400024414 +1973,19,0.8298145532608032,all,18-20 yrs,191,156484,18.978361129760742,0.8298145532608032,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,122.05720520019531 +1973,19,0.8298145532608032,MVA,18-20 yrs,112,156484,18.978361129760742,0.8298145532608032,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,71.57281494140625 +1973,19,0.8298145532608032,suicide,18-20 yrs,10,156484,18.978361129760742,0.8298145532608032,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,6.390429496765137 +1973,19,0.8298145532608032,homicide,18-20 yrs,7,156484,18.978361129760742,0.8298145532608032,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,4.473300933837891 +1973,19,0.8298145532608032,other external,18-20 yrs,32,156484,18.978361129760742,0.8298145532608032,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,20.44937515258789 +1973,19,0.8298145532608032,internal,18-20 yrs,30,156484,18.978361129760742,0.8298145532608032,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,19.171289443969727 +1973,19,0.8298145532608032,all,21-24 yrs,250,191818,22.483631134033203,1,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,130.33187866210938 +1973,19,0.8298145532608032,MVA,21-24 yrs,126,191818,22.483631134033203,1,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,65.68726348876953 +1973,19,0.8298145532608032,suicide,21-24 yrs,26,191818,22.483631134033203,1,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,13.55451488494873 +1973,19,0.8298145532608032,homicide,21-24 yrs,7,191818,22.483631134033203,1,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,3.649292469024658 +1973,19,0.8298145532608032,other external,21-24 yrs,40,191818,22.483631134033203,1,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,20.853099822998047 +1973,19,0.8298145532608032,internal,21-24 yrs,51,191818,22.483631134033203,1,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,26.587703704833984 +1974,19,1,MVA,15-17 yrs,73,174591,15.991878509521484,0,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,41.812007904052734 +1974,19,1,suicide,15-17 yrs,9,174591,15.991878509521484,0,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,5.154904842376709 +1974,19,1,homicide,15-17 yrs,4,174591,15.991878509521484,0,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,2.2910687923431396 +1974,19,1,other external,15-17 yrs,27,174591,15.991878509521484,0,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,15.464715003967285 +1974,19,1,internal,15-17 yrs,39,174591,15.991878509521484,0,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,22.337921142578125 +1974,19,1,all,18-20 yrs,232,159176,18.98309326171875,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,145.7506103515625 +1974,19,1,MVA,18-20 yrs,101,159176,18.98309326171875,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,63.451778411865234 +1974,19,1,suicide,18-20 yrs,22,159176,18.98309326171875,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,13.821179389953613 +1974,19,1,homicide,18-20 yrs,11,159176,18.98309326171875,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,6.910589694976807 +1974,19,1,other external,18-20 yrs,43,159176,18.98309326171875,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,27.014122009277344 +1974,19,1,internal,18-20 yrs,55,159176,18.98309326171875,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,34.552947998046875 +1974,19,1,all,21-24 yrs,236,194140,22.492406845092773,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,121.56175994873047 +1974,19,1,MVA,21-24 yrs,109,194140,22.492406845092773,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,56.145050048828125 +1974,19,1,suicide,21-24 yrs,23,194140,22.492406845092773,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,11.84712028503418 +1974,19,1,homicide,21-24 yrs,5,194140,22.492406845092773,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,2.575460910797119 +1974,19,1,other external,21-24 yrs,46,194140,22.492406845092773,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,23.69424057006836 +1974,19,1,internal,21-24 yrs,53,194140,22.492406845092773,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,27.29988670349121 +1975,19,1,MVA,15-17 yrs,72,175556,15.991353034973145,0,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,41.01255416870117 +1975,19,1,suicide,15-17 yrs,9,175556,15.991353034973145,0,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,5.1265692710876465 +1975,19,1,homicide,15-17 yrs,3,175556,15.991353034973145,0,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,1.708856463432312 +1975,19,1,other external,15-17 yrs,35,175556,15.991353034973145,0,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,19.93665885925293 +1975,19,1,internal,15-17 yrs,33,175556,15.991353034973145,0,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,18.797420501708984 +1975,19,1,all,18-20 yrs,225,162791,18.979305267333984,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,138.2140350341797 +1975,19,1,MVA,18-20 yrs,107,162791,18.979305267333984,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,65.72844696044922 +1975,19,1,suicide,18-20 yrs,13,162791,18.979305267333984,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,7.985699653625488 +1975,19,1,homicide,18-20 yrs,10,162791,18.979305267333984,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,6.142845630645752 +1975,19,1,other external,18-20 yrs,46,162791,18.979305267333984,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,28.257089614868164 +1975,19,1,internal,18-20 yrs,49,162791,18.979305267333984,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,30.099943161010742 +1975,19,1,all,21-24 yrs,245,198377,22.50421714782715,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,123.5022201538086 +1975,19,1,MVA,21-24 yrs,118,198377,22.50421714782715,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,59.48270034790039 +1975,19,1,suicide,21-24 yrs,25,198377,22.50421714782715,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,12.602267265319824 +1975,19,1,homicide,21-24 yrs,6,198377,22.50421714782715,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,3.0245442390441895 +1975,19,1,other external,21-24 yrs,47,198377,22.50421714782715,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,23.692262649536133 +1975,19,1,internal,21-24 yrs,49,198377,22.50421714782715,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,24.700443267822266 +1976,19,1,MVA,15-17 yrs,78,177350,15.986817359924316,0,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,43.98082733154297 +1976,19,1,suicide,15-17 yrs,7,177350,15.986817359924316,0,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,3.9469974040985107 +1976,19,1,homicide,15-17 yrs,3,177350,15.986817359924316,0,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,1.6915702819824219 +1976,19,1,other external,15-17 yrs,28,177350,15.986817359924316,0,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,15.787989616394043 +1976,19,1,internal,15-17 yrs,25,177350,15.986817359924316,0,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,14.096419334411621 +1976,19,1,all,18-20 yrs,229,166809,18.98387336730957,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,137.2827606201172 +1976,19,1,MVA,18-20 yrs,128,166809,18.98387336730957,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,76.734466552734375 +1976,19,1,suicide,18-20 yrs,17,166809,18.98387336730957,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,10.191296577453613 +1976,19,1,homicide,18-20 yrs,9,166809,18.98387336730957,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,5.395392417907715 +1976,19,1,other external,18-20 yrs,40,166809,18.98387336730957,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,23.979520797729492 +1976,19,1,internal,18-20 yrs,35,166809,18.98387336730957,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,20.982080459594727 +1976,19,1,all,21-24 yrs,238,201400,22.496807098388672,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,118.17279052734375 +1976,19,1,MVA,21-24 yrs,98,201400,22.496807098388672,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,48.659385681152344 +1976,19,1,suicide,21-24 yrs,42,201400,22.496807098388672,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,20.854021072387695 +1976,19,1,homicide,21-24 yrs,5,201400,22.496807098388672,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,2.482621669769287 +1976,19,1,other external,21-24 yrs,40,201400,22.496807098388672,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,19.860973358154297 +1976,19,1,internal,21-24 yrs,53,201400,22.496807098388672,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,26.3157901763916 +1977,19,1,MVA,15-17 yrs,61,176945,15.996382713317871,0,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,34.4739875793457 +1977,19,1,suicide,15-17 yrs,6,176945,15.996382713317871,0,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,3.3908841609954834 +1977,19,1,homicide,15-17 yrs,3,176945,15.996382713317871,0,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,1.6954420804977417 +1977,19,1,other external,15-17 yrs,29,176945,15.996382713317871,0,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,16.389272689819336 +1977,19,1,internal,15-17 yrs,34,176945,15.996382713317871,0,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,19.215009689331055 +1977,19,1,all,18-20 yrs,188,169333,18.994295120239258,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,111.02384185791016 +1977,19,1,MVA,18-20 yrs,95,169333,18.994295120239258,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,56.102474212646484 +1977,19,1,suicide,18-20 yrs,32,169333,18.994295120239258,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,18.897674560546875 +1977,19,1,homicide,18-20 yrs,4,169333,18.994295120239258,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,2.3622093200683594 +1977,19,1,other external,18-20 yrs,28,169333,18.994295120239258,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,16.535465240478516 +1977,19,1,internal,18-20 yrs,29,169333,18.994295120239258,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,17.126018524169922 +1977,19,1,all,21-24 yrs,233,203351,22.480209350585938,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,114.58020782470703 +1977,19,1,MVA,21-24 yrs,98,203351,22.480209350585938,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,48.192535400390625 +1977,19,1,suicide,21-24 yrs,35,203351,22.480209350585938,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,17.211618423461914 +1977,19,1,homicide,21-24 yrs,8,203351,22.480209350585938,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,3.934084415435791 +1977,19,1,other external,21-24 yrs,41,203351,22.480209350585938,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,20.162181854248047 +1977,19,1,internal,21-24 yrs,51,203351,22.480209350585938,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,25.079788208007812 +1978,19,0.9573912024497986,MVA,15-17 yrs,62,173931,16.01287269592285,0,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,35.64632034301758 +1978,19,0.9573912024497986,suicide,15-17 yrs,9,173931,16.01287269592285,0,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,5.174465656280518 +1978,19,0.9573912024497986,homicide,15-17 yrs,6,173931,16.01287269592285,0,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,3.449643850326538 +1978,19,0.9573912024497986,other external,15-17 yrs,20,173931,16.01287269592285,0,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,11.498812675476074 +1978,19,0.9573912024497986,internal,15-17 yrs,31,173931,16.01287269592285,0,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,17.82316017150879 +1978,19,0.9573912024497986,all,18-20 yrs,195,170753,18.99518585205078,0.9573912024497986,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,114.20004272460938 +1978,19,0.9573912024497986,MVA,18-20 yrs,106,170753,18.99518585205078,0.9573912024497986,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,62.077972412109375 +1978,19,0.9573912024497986,suicide,18-20 yrs,20,170753,18.99518585205078,0.9573912024497986,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,11.712824821472168 +1978,19,0.9573912024497986,homicide,18-20 yrs,3,170753,18.99518585205078,0.9573912024497986,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,1.756923794746399 +1978,19,0.9573912024497986,other external,18-20 yrs,30,170753,18.99518585205078,0.9573912024497986,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,17.569236755371094 +1978,19,0.9573912024497986,internal,18-20 yrs,36,170753,18.99518585205078,0.9573912024497986,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,21.083084106445312 +1978,19,0.9573912024497986,all,21-24 yrs,198,207755,22.473283767700195,1,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,95.3045654296875 +1978,19,0.9573912024497986,MVA,21-24 yrs,95,207755,22.473283767700195,1,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,45.72693634033203 +1978,19,0.9573912024497986,suicide,21-24 yrs,30,207755,22.473283767700195,1,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,14.440085411071777 +1978,19,0.9573912024497986,homicide,21-24 yrs,7,207755,22.473283767700195,1,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,3.3693532943725586 +1978,19,0.9573912024497986,other external,21-24 yrs,27,207755,22.473283767700195,1,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,12.996077537536621 +1978,19,0.9573912024497986,internal,21-24 yrs,39,207755,22.473283767700195,1,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,18.772111892700195 +1979,19,0.7068474292755127,MVA,15-17 yrs,73,168001,16.015363693237305,0,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,43.45212173461914 +1979,19,0.7068474292755127,suicide,15-17 yrs,10,168001,16.015363693237305,0,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,5.952345371246338 +1979,19,0.7068474292755127,homicide,15-17 yrs,2,168001,16.015363693237305,0,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,1.1904691457748413 +1979,19,0.7068474292755127,other external,15-17 yrs,27,168001,16.015363693237305,0,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,16.071332931518555 +1979,19,0.7068474292755127,internal,15-17 yrs,29,168001,16.015363693237305,0,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,17.261802673339844 +1979,19,0.7068474292755127,all,18-20 yrs,194,172121,18.99233055114746,0.7068474292755127,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,112.7114028930664 +1979,19,0.7068474292755127,MVA,18-20 yrs,102,172121,18.99233055114746,0.7068474292755127,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,59.26063537597656 +1979,19,0.7068474292755127,suicide,18-20 yrs,14,172121,18.99233055114746,0.7068474292755127,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,8.13381290435791 +1979,19,0.7068474292755127,homicide,18-20 yrs,7,172121,18.99233055114746,0.7068474292755127,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,4.066906452178955 +1979,19,0.7068474292755127,other external,18-20 yrs,35,172121,18.99233055114746,0.7068474292755127,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,20.334531784057617 +1979,19,0.7068474292755127,internal,18-20 yrs,36,172121,18.99233055114746,0.7068474292755127,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,20.915517807006836 +1979,19,0.7068474292755127,all,21-24 yrs,249,211165,22.472753524780273,1,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,117.91726684570312 +1979,19,0.7068474292755127,MVA,21-24 yrs,110,211165,22.472753524780273,1,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,52.09196472167969 +1979,19,0.7068474292755127,suicide,21-24 yrs,27,211165,22.472753524780273,1,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,12.786210060119629 +1979,19,0.7068474292755127,homicide,21-24 yrs,13,211165,22.472753524780273,1,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,6.156323432922363 +1979,19,0.7068474292755127,other external,21-24 yrs,44,211165,22.472753524780273,1,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,20.8367862701416 +1979,19,0.7068474292755127,internal,21-24 yrs,55,211165,22.472753524780273,1,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,26.045982360839844 +1980,19,0.6759015917778015,MVA,15-17 yrs,65,159890,16.02406120300293,0,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,40.652950286865234 +1980,19,0.6759015917778015,suicide,15-17 yrs,7,159890,16.02406120300293,0,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,4.378009796142578 +1980,19,0.6759015917778015,homicide,15-17 yrs,3,159890,16.02406120300293,0,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,1.876289963722229 +1980,19,0.6759015917778015,other external,15-17 yrs,17,159890,16.02406120300293,0,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,10.632309913635254 +1980,19,0.6759015917778015,internal,15-17 yrs,21,159890,16.02406120300293,0,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,13.134029388427734 +1980,19,0.6759015917778015,all,18-20 yrs,213,172858,19.00791358947754,0.6759015917778015,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,123.22252655029297 +1980,19,0.6759015917778015,MVA,18-20 yrs,112,172858,19.00791358947754,0.6759015917778015,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,64.7930679321289 +1980,19,0.6759015917778015,suicide,18-20 yrs,16,172858,19.00791358947754,0.6759015917778015,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,9.256152153015137 +1980,19,0.6759015917778015,homicide,18-20 yrs,8,172858,19.00791358947754,0.6759015917778015,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,4.628076076507568 +1980,19,0.6759015917778015,other external,18-20 yrs,49,172858,19.00791358947754,0.6759015917778015,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,28.346967697143555 +1980,19,0.6759015917778015,internal,18-20 yrs,28,172858,19.00791358947754,0.6759015917778015,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,16.198266983032227 +1980,19,0.6759015917778015,all,21-24 yrs,207,215141,22.474618911743164,1,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,96.215972900390625 +1980,19,0.6759015917778015,MVA,21-24 yrs,99,215141,22.474618911743164,1,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,46.016334533691406 +1980,19,0.6759015917778015,suicide,21-24 yrs,28,215141,22.474618911743164,1,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,13.014720916748047 +1980,19,0.6759015917778015,homicide,21-24 yrs,16,215141,22.474618911743164,1,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,7.436983108520508 +1980,19,0.6759015917778015,other external,21-24 yrs,23,215141,22.474618911743164,1,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,10.69066333770752 +1980,19,0.6759015917778015,internal,21-24 yrs,41,215141,22.474618911743164,1,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,19.057270050048828 +1981,19,0.6856397390365601,MVA,15-17 yrs,48,151474,16.035701751708984,0,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,31.68860626220703 +1981,19,0.6856397390365601,suicide,15-17 yrs,9,151474,16.035701751708984,0,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,5.941613674163818 +1981,19,0.6856397390365601,homicide,15-17 yrs,1,151474,16.035701751708984,0,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,0.6601793169975281 +1981,19,0.6856397390365601,other external,15-17 yrs,16,151474,16.035701751708984,0,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,10.56286907196045 +1981,19,0.6856397390365601,internal,15-17 yrs,23,151474,16.035701751708984,0,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,15.184123992919922 +1981,19,0.6856397390365601,all,18-20 yrs,180,168590,19.031448364257812,0.6856397390365601,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,106.76789855957031 +1981,19,0.6856397390365601,MVA,18-20 yrs,110,168590,19.031448364257812,0.6856397390365601,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,65.2470474243164 +1981,19,0.6856397390365601,suicide,18-20 yrs,23,168590,19.031448364257812,0.6856397390365601,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,13.64256477355957 +1981,19,0.6856397390365601,homicide,18-20 yrs,4,168590,19.031448364257812,0.6856397390365601,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,2.372619867324829 +1981,19,0.6856397390365601,other external,18-20 yrs,18,168590,19.031448364257812,0.6856397390365601,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,10.676790237426758 +1981,19,0.6856397390365601,internal,18-20 yrs,25,168590,19.031448364257812,0.6856397390365601,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,14.828874588012695 +1981,19,0.6856397390365601,all,21-24 yrs,200,216456,22.479320526123047,1,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,92.39752960205078 +1981,19,0.6856397390365601,MVA,21-24 yrs,100,216456,22.479320526123047,1,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,46.19876480102539 +1981,19,0.6856397390365601,suicide,21-24 yrs,23,216456,22.479320526123047,1,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,10.625716209411621 +1981,19,0.6856397390365601,homicide,21-24 yrs,17,216456,22.479320526123047,1,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,7.853790283203125 +1981,19,0.6856397390365601,other external,21-24 yrs,25,216456,22.479320526123047,1,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,11.549691200256348 +1981,19,0.6856397390365601,internal,21-24 yrs,35,216456,22.479320526123047,1,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,16.169567108154297 +1982,19,0.6818255186080933,MVA,15-17 yrs,51,142432,16.028968811035156,0,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,35.80656051635742 +1982,19,0.6818255186080933,suicide,15-17 yrs,8,142432,16.028968811035156,0,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,5.616715431213379 +1982,19,0.6818255186080933,homicide,15-17 yrs,1,142432,16.028968811035156,0,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,0.7020894289016724 +1982,19,0.6818255186080933,other external,15-17 yrs,18,142432,16.028968811035156,0,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,12.637609481811523 +1982,19,0.6818255186080933,internal,15-17 yrs,30,142432,16.028968811035156,0,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,21.06268310546875 +1982,19,0.6818255186080933,all,18-20 yrs,127,161446,19.027345657348633,0.6818255186080933,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,78.66407012939453 +1982,19,0.6818255186080933,MVA,18-20 yrs,60,161446,19.027345657348633,0.6818255186080933,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,37.164127349853516 +1982,19,0.6818255186080933,suicide,18-20 yrs,20,161446,19.027345657348633,0.6818255186080933,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,12.388043403625488 +1982,19,0.6818255186080933,homicide,18-20 yrs,8,161446,19.027345657348633,0.6818255186080933,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,4.955217361450195 +1982,19,0.6818255186080933,other external,18-20 yrs,21,161446,19.027345657348633,0.6818255186080933,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,13.007445335388184 +1982,19,0.6818255186080933,internal,18-20 yrs,18,161446,19.027345657348633,0.6818255186080933,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,11.149238586425781 +1982,19,0.6818255186080933,all,21-24 yrs,181,215605,22.471696853637695,1,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,83.94981384277344 +1982,19,0.6818255186080933,MVA,21-24 yrs,65,215605,22.471696853637695,1,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,30.147724151611328 +1982,19,0.6818255186080933,suicide,21-24 yrs,28,215605,22.471696853637695,1,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,12.986711502075195 +1982,19,0.6818255186080933,homicide,21-24 yrs,10,215605,22.471696853637695,1,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,4.638111591339111 +1982,19,0.6818255186080933,other external,21-24 yrs,34,215605,22.471696853637695,1,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,15.76957893371582 +1982,19,0.6818255186080933,internal,21-24 yrs,44,215605,22.471696853637695,1,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,20.407690048217773 +1983,19,0.6865283846855164,MVA,15-17 yrs,38,135169,16.02018165588379,0,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,28.11295509338379 +1983,19,0.6865283846855164,suicide,15-17 yrs,15,135169,16.02018165588379,0,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,11.097219467163086 +1983,19,0.6865283846855164,homicide,15-17 yrs,3,135169,16.02018165588379,0,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,2.2194437980651855 +1983,19,0.6865283846855164,other external,15-17 yrs,13,135169,16.02018165588379,0,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,9.617589950561523 +1983,19,0.6865283846855164,internal,15-17 yrs,10,135169,16.02018165588379,0,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,7.398146152496338 +1983,19,0.6865283846855164,all,18-20 yrs,159,153998,19.029611587524414,0.6865283846855164,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,103.24809265136719 +1983,19,0.6865283846855164,MVA,18-20 yrs,77,153998,19.029611587524414,0.6865283846855164,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,50.000648498535156 +1983,19,0.6865283846855164,suicide,18-20 yrs,27,153998,19.029611587524414,0.6865283846855164,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,17.532695770263672 +1983,19,0.6865283846855164,homicide,18-20 yrs,7,153998,19.029611587524414,0.6865283846855164,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,4.54551362991333 +1983,19,0.6865283846855164,other external,18-20 yrs,19,153998,19.029611587524414,0.6865283846855164,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,12.337822914123535 +1983,19,0.6865283846855164,internal,18-20 yrs,29,153998,19.029611587524414,0.6865283846855164,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,18.83141326904297 +1983,19,0.6865283846855164,all,21-24 yrs,172,212637,22.481605529785156,1,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,80.88903045654297 +1983,19,0.6865283846855164,MVA,21-24 yrs,70,212637,22.481605529785156,1,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,32.919952392578125 +1983,19,0.6865283846855164,suicide,21-24 yrs,28,212637,22.481605529785156,1,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,13.167981147766113 +1983,19,0.6865283846855164,homicide,21-24 yrs,8,212637,22.481605529785156,1,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,3.762280225753784 +1983,19,0.6865283846855164,other external,21-24 yrs,34,212637,22.481605529785156,1,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,15.989691734313965 +1983,19,0.6865283846855164,internal,21-24 yrs,32,212637,22.481605529785156,1,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,15.049120903015137 +1984,19,0.6910039186477661,MVA,15-17 yrs,32,132274,16.0044002532959,0,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,24.19220733642578 +1984,19,0.6910039186477661,suicide,15-17 yrs,19,132274,16.0044002532959,0,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,14.364123344421387 +1984,19,0.6910039186477661,homicide,15-17 yrs,3,132274,16.0044002532959,0,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,2.268019437789917 +1984,19,0.6910039186477661,other external,15-17 yrs,13,132274,16.0044002532959,0,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,9.828083992004395 +1984,19,0.6910039186477661,internal,15-17 yrs,16,132274,16.0044002532959,0,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,12.09610366821289 +1984,19,0.6910039186477661,all,18-20 yrs,152,146853,19.04134750366211,0.6910039186477661,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,103.50486755371094 +1984,19,0.6910039186477661,MVA,18-20 yrs,62,146853,19.04134750366211,0.6910039186477661,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,42.21908950805664 +1984,19,0.6910039186477661,suicide,18-20 yrs,24,146853,19.04134750366211,0.6910039186477661,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,16.342872619628906 +1984,19,0.6910039186477661,homicide,18-20 yrs,10,146853,19.04134750366211,0.6910039186477661,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,6.809530735015869 +1984,19,0.6910039186477661,other external,18-20 yrs,24,146853,19.04134750366211,0.6910039186477661,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,16.342872619628906 +1984,19,0.6910039186477661,internal,18-20 yrs,32,146853,19.04134750366211,0.6910039186477661,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,21.790498733520508 +1984,19,0.6910039186477661,all,21-24 yrs,163,206837,22.504581451416016,1,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,78.80601501464844 +1984,19,0.6910039186477661,MVA,21-24 yrs,53,206837,22.504581451416016,1,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,25.624042510986328 +1984,19,0.6910039186477661,suicide,21-24 yrs,32,206837,22.504581451416016,1,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,15.47111988067627 +1984,19,0.6910039186477661,homicide,21-24 yrs,8,206837,22.504581451416016,1,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,3.8677799701690674 +1984,19,0.6910039186477661,other external,21-24 yrs,33,206837,22.504581451416016,1,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,15.95459270477295 +1984,19,0.6910039186477661,internal,21-24 yrs,37,206837,22.504581451416016,1,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,17.88848304748535 +1985,19,0.6857091188430786,MVA,15-17 yrs,35,131131,15.98906421661377,0,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,26.690866470336914 +1985,19,0.6857091188430786,suicide,15-17 yrs,18,131131,15.98906421661377,0,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,13.726731300354004 +1985,19,0.6857091188430786,homicide,15-17 yrs,0,131131,15.98906421661377,0,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,0 +1985,19,0.6857091188430786,other external,15-17 yrs,18,131131,15.98906421661377,0,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,13.726731300354004 +1985,19,0.6857091188430786,internal,15-17 yrs,13,131131,15.98906421661377,0,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,9.913750648498535 +1985,19,0.6857091188430786,all,18-20 yrs,134,138340,19.03322982788086,0.6857091188430786,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,96.86280059814453 +1985,19,0.6857091188430786,MVA,18-20 yrs,67,138340,19.03322982788086,0.6857091188430786,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,48.431400299072266 +1985,19,0.6857091188430786,suicide,18-20 yrs,20,138340,19.03322982788086,0.6857091188430786,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,14.457134246826172 +1985,19,0.6857091188430786,homicide,18-20 yrs,8,138340,19.03322982788086,0.6857091188430786,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,5.782853603363037 +1985,19,0.6857091188430786,other external,18-20 yrs,17,138340,19.03322982788086,0.6857091188430786,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,12.288564682006836 +1985,19,0.6857091188430786,internal,18-20 yrs,22,138340,19.03322982788086,0.6857091188430786,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,15.902848243713379 +1985,19,0.6857091188430786,all,21-24 yrs,159,198120,22.516460418701172,1,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,80.25439453125 +1985,19,0.6857091188430786,MVA,21-24 yrs,71,198120,22.516460418701172,1,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,35.83686828613281 +1985,19,0.6857091188430786,suicide,21-24 yrs,32,198120,22.516460418701172,1,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,16.151826858520508 +1985,19,0.6857091188430786,homicide,21-24 yrs,6,198120,22.516460418701172,1,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,3.0284676551818848 +1985,19,0.6857091188430786,other external,21-24 yrs,25,198120,22.516460418701172,1,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,12.61861515045166 +1985,19,0.6857091188430786,internal,21-24 yrs,25,198120,22.516460418701172,1,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,12.61861515045166 +1986,19,0.662397563457489,MVA,15-17 yrs,48,130949,15.992951393127441,0,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,36.65549087524414 +1986,19,0.662397563457489,suicide,15-17 yrs,17,130949,15.992951393127441,0,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,12.982152938842773 +1986,19,0.662397563457489,homicide,15-17 yrs,5,130949,15.992951393127441,0,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,3.8182804584503174 +1986,19,0.662397563457489,other external,15-17 yrs,12,130949,15.992951393127441,0,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,9.163872718811035 +1986,19,0.662397563457489,internal,15-17 yrs,19,130949,15.992951393127441,0,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,14.509465217590332 +1986,19,0.662397563457489,all,18-20 yrs,127,131197,19.021982192993164,0.662397563457489,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,96.800994873046875 +1986,19,0.662397563457489,MVA,18-20 yrs,63,131197,19.021982192993164,0.662397563457489,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,48.01939010620117 +1986,19,0.662397563457489,suicide,18-20 yrs,19,131197,19.021982192993164,0.662397563457489,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,14.482038497924805 +1986,19,0.662397563457489,homicide,18-20 yrs,6,131197,19.021982192993164,0.662397563457489,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,4.573275089263916 +1986,19,0.662397563457489,other external,18-20 yrs,16,131197,19.021982192993164,0.662397563457489,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,12.195401191711426 +1986,19,0.662397563457489,internal,18-20 yrs,23,131197,19.021982192993164,0.662397563457489,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,17.5308895111084 +1986,19,0.662397563457489,all,21-24 yrs,150,185552,22.515094757080078,1,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,80.839874267578125 +1986,19,0.662397563457489,MVA,21-24 yrs,52,185552,22.515094757080078,1,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,28.02448844909668 +1986,19,0.662397563457489,suicide,21-24 yrs,34,185552,22.515094757080078,1,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,18.32370376586914 +1986,19,0.662397563457489,homicide,21-24 yrs,7,185552,22.515094757080078,1,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,3.7725274562835693 +1986,19,0.662397563457489,other external,21-24 yrs,25,185552,22.515094757080078,1,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,13.473312377929688 +1986,19,0.662397563457489,internal,21-24 yrs,32,185552,22.515094757080078,1,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,17.245840072631836 +1987,19,0.38995814323425293,MVA,15-17 yrs,41,126462,16.034025192260742,0,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,32.420806884765625 +1987,19,0.38995814323425293,suicide,15-17 yrs,12,126462,16.034025192260742,0,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,9.48901653289795 +1987,19,0.38995814323425293,homicide,15-17 yrs,1,126462,16.034025192260742,0,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,0.7907513976097107 +1987,19,0.38995814323425293,other external,15-17 yrs,15,126462,16.034025192260742,0,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,11.861270904541016 +1987,19,0.38995814323425293,internal,15-17 yrs,20,126462,16.034025192260742,0,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,15.815027236938477 +1987,19,0.38995814323425293,all,18-20 yrs,118,128658,19.00493621826172,0.38995814323425293,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,91.71601867675781 +1987,19,0.38995814323425293,MVA,18-20 yrs,53,128658,19.00493621826172,0.38995814323425293,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,41.19448471069336 +1987,19,0.38995814323425293,suicide,18-20 yrs,19,128658,19.00493621826172,0.38995814323425293,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,14.767833709716797 +1987,19,0.38995814323425293,homicide,18-20 yrs,5,128658,19.00493621826172,0.38995814323425293,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,3.8862721920013428 +1987,19,0.38995814323425293,other external,18-20 yrs,12,128658,19.00493621826172,0.38995814323425293,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,9.32705307006836 +1987,19,0.38995814323425293,internal,18-20 yrs,29,128658,19.00493621826172,0.38995814323425293,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,22.54037857055664 +1987,19,0.38995814323425293,all,21-24 yrs,133,173584,22.514436721801758,1,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,76.619964599609375 +1987,19,0.38995814323425293,MVA,21-24 yrs,55,173584,22.514436721801758,1,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,31.684947967529297 +1987,19,0.38995814323425293,suicide,21-24 yrs,26,173584,22.514436721801758,1,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,14.978339195251465 +1987,19,0.38995814323425293,homicide,21-24 yrs,5,173584,22.514436721801758,1,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,2.8804497718811035 +1987,19,0.38995814323425293,other external,21-24 yrs,16,173584,22.514436721801758,1,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,9.217439651489258 +1987,19,0.38995814323425293,internal,21-24 yrs,31,173584,22.514436721801758,1,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,17.858789443969727 +1988,19,0.07195916026830673,MVA,15-17 yrs,38,120011,16.065143585205078,0,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,31.66376495361328 +1988,19,0.07195916026830673,suicide,15-17 yrs,11,120011,16.065143585205078,0,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,9.165826797485352 +1988,19,0.07195916026830673,homicide,15-17 yrs,1,120011,16.065143585205078,0,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,0.8332569599151611 +1988,19,0.07195916026830673,other external,15-17 yrs,7,120011,16.065143585205078,0,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,5.832798480987549 +1988,19,0.07195916026830673,internal,15-17 yrs,15,120011,16.065143585205078,0,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,12.498854637145996 +1988,19,0.07195916026830673,all,18-20 yrs,114,130001,18.99031639099121,0.07195916026830673,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,87.69163513183594 +1988,19,0.07195916026830673,MVA,18-20 yrs,63,130001,18.99031639099121,0.07195916026830673,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,48.46116638183594 +1988,19,0.07195916026830673,suicide,18-20 yrs,19,130001,18.99031639099121,0.07195916026830673,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,14.615272521972656 +1988,19,0.07195916026830673,homicide,18-20 yrs,3,130001,18.99031639099121,0.07195916026830673,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,2.3076746463775635 +1988,19,0.07195916026830673,other external,18-20 yrs,16,130001,18.99031639099121,0.07195916026830673,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,12.307597160339355 +1988,19,0.07195916026830673,internal,18-20 yrs,13,130001,18.99031639099121,0.07195916026830673,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,9.999922752380371 +1988,19,0.07195916026830673,all,21-24 yrs,150,165287,22.510107040405273,1,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,90.75123596191406 +1988,19,0.07195916026830673,MVA,21-24 yrs,75,165287,22.510107040405273,1,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,45.37561798095703 +1988,19,0.07195916026830673,suicide,21-24 yrs,27,165287,22.510107040405273,1,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,16.335222244262695 +1988,19,0.07195916026830673,homicide,21-24 yrs,4,165287,22.510107040405273,1,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,2.4200329780578613 +1988,19,0.07195916026830673,other external,21-24 yrs,18,165287,22.510107040405273,1,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,10.890149116516113 +1988,19,0.07195916026830673,internal,21-24 yrs,26,165287,22.510107040405273,1,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,15.730215072631836 +1989,19,0,MVA,15-17 yrs,39,113622,16.036216735839844,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,34.324337005615234 +1989,19,0,suicide,15-17 yrs,18,113622,16.036216735839844,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,15.842002868652344 +1989,19,0,homicide,15-17 yrs,2,113622,16.036216735839844,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,1.7602224349975586 +1989,19,0,other external,15-17 yrs,10,113622,16.036216735839844,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,8.801112174987793 +1989,19,0,internal,15-17 yrs,20,113622,16.036216735839844,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,17.602224349975586 +1989,19,0,all,18-20 yrs,113,132369,18.993797302246094,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,85.36741638183594 +1989,19,0,MVA,18-20 yrs,69,132369,18.993797302246094,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,52.127010345458984 +1989,19,0,suicide,18-20 yrs,14,132369,18.993797302246094,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,10.576494216918945 +1989,19,0,homicide,18-20 yrs,6,132369,18.993797302246094,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,4.532783508300781 +1989,19,0,other external,18-20 yrs,7,132369,18.993797302246094,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,5.288247108459473 +1989,19,0,internal,18-20 yrs,17,132369,18.993797302246094,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,12.842885971069336 +1989,19,0,all,21-24 yrs,126,156328,22.488351821899414,1,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,80.599761962890625 +1989,19,0,MVA,21-24 yrs,45,156328,22.488351821899414,1,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,28.785629272460938 +1989,19,0,suicide,21-24 yrs,17,156328,22.488351821899414,1,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,10.874571800231934 +1989,19,0,homicide,21-24 yrs,10,156328,22.488351821899414,1,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,6.396806716918945 +1989,19,0,other external,21-24 yrs,18,156328,22.488351821899414,1,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,11.514251708984375 +1989,19,0,internal,21-24 yrs,36,156328,22.488351821899414,1,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,23.02850341796875 +1990,19,0,MVA,15-17 yrs,28,112816,15.994344711303711,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,24.81917381286621 +1990,19,0,suicide,15-17 yrs,7,112816,15.994344711303711,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,6.204793453216553 +1990,19,0,homicide,15-17 yrs,2,112816,15.994344711303711,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,1.7727981805801392 +1990,19,0,other external,15-17 yrs,8,112816,15.994344711303711,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,7.091192722320557 +1990,19,0,internal,15-17 yrs,12,112816,15.994344711303711,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,10.636789321899414 +1990,19,0,all,18-20 yrs,125,131240,19.034189224243164,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,95.24535369873047 +1990,19,0,MVA,18-20 yrs,62,131240,19.034189224243164,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,47.241695404052734 +1990,19,0,suicide,18-20 yrs,28,131240,19.034189224243164,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,21.334959030151367 +1990,19,0,homicide,18-20 yrs,3,131240,19.034189224243164,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,2.285888433456421 +1990,19,0,other external,18-20 yrs,17,131240,19.034189224243164,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,12.953368186950684 +1990,19,0,internal,18-20 yrs,15,131240,19.034189224243164,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,11.429442405700684 +1990,19,0,all,21-24 yrs,131,153188,22.454030990600586,1,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,85.515838623046875 +1990,19,0,MVA,21-24 yrs,61,153188,22.454030990600586,1,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,39.820350646972656 +1990,19,0,suicide,21-24 yrs,29,153188,22.454030990600586,1,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,18.930986404418945 +1990,19,0,homicide,21-24 yrs,5,153188,22.454030990600586,1,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,3.263963222503662 +1990,19,0,other external,21-24 yrs,14,153188,22.454030990600586,1,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,9.139097213745117 +1990,19,0,internal,21-24 yrs,22,153188,22.454030990600586,1,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,14.361437797546387 +1991,19,0,MVA,15-17 yrs,41,115084,15.990589141845703,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,35.62615203857422 +1991,19,0,suicide,15-17 yrs,14,115084,15.990589141845703,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,12.165027618408203 +1991,19,0,homicide,15-17 yrs,8,115084,15.990589141845703,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,6.951444149017334 +1991,19,0,other external,15-17 yrs,13,115084,15.990589141845703,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,11.296096801757812 +1991,19,0,internal,15-17 yrs,12,115084,15.990589141845703,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,10.427165985107422 +1991,19,0,all,18-20 yrs,113,124032,19.068675994873047,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,91.10552215576172 +1991,19,0,MVA,18-20 yrs,51,124032,19.068675994873047,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,41.1184196472168 +1991,19,0,suicide,18-20 yrs,19,124032,19.068675994873047,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,15.31862735748291 +1991,19,0,homicide,18-20 yrs,6,124032,19.068675994873047,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,4.837461471557617 +1991,19,0,other external,18-20 yrs,12,124032,19.068675994873047,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,9.674922943115234 +1991,19,0,internal,18-20 yrs,25,124032,19.068675994873047,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,20.15608787536621 +1991,19,0,all,21-24 yrs,130,157958,22.433095932006836,1,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,82.30036163330078 +1991,19,0,MVA,21-24 yrs,50,157958,22.433095932006836,1,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,31.65398406982422 +1991,19,0,suicide,21-24 yrs,26,157958,22.433095932006836,1,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,16.460071563720703 +1991,19,0,homicide,21-24 yrs,7,157958,22.433095932006836,1,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,4.431557655334473 +1991,19,0,other external,21-24 yrs,12,157958,22.433095932006836,1,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,7.596956253051758 +1991,19,0,internal,21-24 yrs,35,157958,22.433095932006836,1,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,22.15778923034668 +1992,19,0,MVA,15-17 yrs,23,119159,15.996508598327637,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,19.30194091796875 +1992,19,0,suicide,15-17 yrs,14,119159,15.996508598327637,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,11.749007225036621 +1992,19,0,homicide,15-17 yrs,3,119159,15.996508598327637,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,2.5176444053649902 +1992,19,0,other external,15-17 yrs,6,119159,15.996508598327637,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,5.0352888107299805 +1992,19,0,internal,15-17 yrs,18,119159,15.996508598327637,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,15.105867385864258 +1992,19,0,all,18-20 yrs,97,116748,19.03914451599121,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,83.0849380493164 +1992,19,0,MVA,18-20 yrs,50,116748,19.03914451599121,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,42.82728576660156 +1992,19,0,suicide,18-20 yrs,15,116748,19.03914451599121,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,12.848185539245605 +1992,19,0,homicide,18-20 yrs,3,116748,19.03914451599121,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,2.5696370601654053 +1992,19,0,other external,18-20 yrs,9,116748,19.03914451599121,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,7.708911418914795 +1992,19,0,internal,18-20 yrs,20,116748,19.03914451599121,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,17.13091468811035 +1992,19,0,all,21-24 yrs,117,164038,22.435636520385742,1,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,71.32493591308594 +1992,19,0,MVA,21-24 yrs,43,164038,22.435636520385742,1,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,26.213438034057617 +1992,19,0,suicide,21-24 yrs,30,164038,22.435636520385742,1,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,18.28844451904297 +1992,19,0,homicide,21-24 yrs,7,164038,22.435636520385742,1,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,4.267303943634033 +1992,19,0,other external,21-24 yrs,15,164038,22.435636520385742,1,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,9.144222259521484 +1992,19,0,internal,21-24 yrs,22,164038,22.435636520385742,1,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,13.411526679992676 +1993,19,0,MVA,15-17 yrs,42,122583,15.990692138671875,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,34.26250076293945 +1993,19,0,suicide,15-17 yrs,14,122583,15.990692138671875,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,11.420833587646484 +1993,19,0,homicide,15-17 yrs,4,122583,15.990692138671875,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,3.2630951404571533 +1993,19,0,other external,15-17 yrs,7,122583,15.990692138671875,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,5.710416793823242 +1993,19,0,internal,15-17 yrs,17,122583,15.990692138671875,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,13.868154525756836 +1993,19,0,all,18-20 yrs,89,115322,18.98956871032715,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,77.17521667480469 +1993,19,0,MVA,18-20 yrs,41,115322,18.98956871032715,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,35.55262756347656 +1993,19,0,suicide,18-20 yrs,17,115322,18.98956871032715,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,14.7413330078125 +1993,19,0,homicide,18-20 yrs,6,115322,18.98956871032715,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,5.202823162078857 +1993,19,0,other external,18-20 yrs,5,115322,18.98956871032715,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,4.335686206817627 +1993,19,0,internal,18-20 yrs,20,115322,18.98956871032715,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,17.342744827270508 +1993,19,0,all,21-24 yrs,132,164099,22.493330001831055,1,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,80.43924713134766 +1993,19,0,MVA,21-24 yrs,56,164099,22.493330001831055,1,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,34.12574005126953 +1993,19,0,suicide,21-24 yrs,23,164099,22.493330001831055,1,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,14.015929222106934 +1993,19,0,homicide,21-24 yrs,6,164099,22.493330001831055,1,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,3.656329393386841 +1993,19,0,other external,21-24 yrs,20,164099,22.493330001831055,1,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,12.187765121459961 +1993,19,0,internal,21-24 yrs,27,164099,22.493330001831055,1,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,16.453481674194336 +1994,19,0,MVA,15-17 yrs,39,127063,15.995702743530273,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,30.693435668945312 +1994,19,0,suicide,15-17 yrs,18,127063,15.995702743530273,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,14.166200637817383 +1994,19,0,homicide,15-17 yrs,3,127063,15.995702743530273,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,2.3610334396362305 +1994,19,0,other external,15-17 yrs,8,127063,15.995702743530273,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,6.296089172363281 +1994,19,0,internal,15-17 yrs,18,127063,15.995702743530273,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,14.166200637817383 +1994,19,0,all,18-20 yrs,105,117587,18.985891342163086,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,89.29558563232422 +1994,19,0,MVA,18-20 yrs,42,117587,18.985891342163086,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,35.71823501586914 +1994,19,0,suicide,18-20 yrs,28,117587,18.985891342163086,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,23.812156677246094 +1994,19,0,homicide,18-20 yrs,5,117587,18.985891342163086,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,4.252170562744141 +1994,19,0,other external,18-20 yrs,5,117587,18.985891342163086,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,4.252170562744141 +1994,19,0,internal,18-20 yrs,25,117587,18.985891342163086,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,21.260852813720703 +1994,19,0,all,21-24 yrs,146,158447,22.55709457397461,1,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,92.144378662109375 +1994,19,0,MVA,21-24 yrs,53,158447,22.55709457397461,1,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,33.44967269897461 +1994,19,0,suicide,21-24 yrs,27,158447,22.55709457397461,1,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,17.04039764404297 +1994,19,0,homicide,21-24 yrs,7,158447,22.55709457397461,1,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,4.417881011962891 +1994,19,0,other external,21-24 yrs,20,158447,22.55709457397461,1,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,12.622517585754395 +1994,19,0,internal,21-24 yrs,39,158447,22.55709457397461,1,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,24.613908767700195 +1995,19,0,MVA,15-17 yrs,45,131814,15.986602783203125,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,34.139015197753906 +1995,19,0,suicide,15-17 yrs,14,131814,15.986602783203125,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,10.621026992797852 +1995,19,0,homicide,15-17 yrs,3,131814,15.986602783203125,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,2.2759342193603516 +1995,19,0,other external,15-17 yrs,7,131814,15.986602783203125,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,5.310513496398926 +1995,19,0,internal,15-17 yrs,17,131814,15.986602783203125,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,12.896961212158203 +1995,19,0,all,18-20 yrs,103,122206,18.98772621154785,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,84.2839126586914 +1995,19,0,MVA,18-20 yrs,44,122206,18.98772621154785,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,36.00477981567383 +1995,19,0,suicide,18-20 yrs,23,122206,18.98772621154785,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,18.820680618286133 +1995,19,0,homicide,18-20 yrs,6,122206,18.98772621154785,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,4.90974235534668 +1995,19,0,other external,18-20 yrs,14,122206,18.98772621154785,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,11.456066131591797 +1995,19,0,internal,18-20 yrs,16,122206,18.98772621154785,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,13.092646598815918 +1995,19,0,all,21-24 yrs,129,150882,22.56162452697754,1,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,85.49727630615234 +1995,19,0,MVA,21-24 yrs,62,150882,22.56162452697754,1,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,41.091712951660156 +1995,19,0,suicide,21-24 yrs,21,150882,22.56162452697754,1,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,13.918161392211914 +1995,19,0,homicide,21-24 yrs,9,150882,22.56162452697754,1,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,5.964926242828369 +1995,19,0,other external,21-24 yrs,9,150882,22.56162452697754,1,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,5.964926242828369 +1995,19,0,internal,21-24 yrs,28,150882,22.56162452697754,1,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,18.55754852294922 +1996,19,0,MVA,15-17 yrs,33,135251,16.00014877319336,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,24.399080276489258 +1996,19,0,suicide,15-17 yrs,8,135251,16.00014877319336,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,5.914928436279297 +1996,19,0,homicide,15-17 yrs,6,135251,16.00014877319336,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,4.436196327209473 +1996,19,0,other external,15-17 yrs,10,135251,16.00014877319336,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,7.393660545349121 +1996,19,0,internal,15-17 yrs,13,135251,16.00014877319336,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,9.611759185791016 +1996,19,0,all,18-20 yrs,113,124963,18.982803344726562,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,90.42676544189453 +1996,19,0,MVA,18-20 yrs,53,124963,18.982803344726562,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,42.41255569458008 +1996,19,0,suicide,18-20 yrs,23,124963,18.982803344726562,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,18.40544891357422 +1996,19,0,homicide,18-20 yrs,5,124963,18.982803344726562,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,4.001184463500977 +1996,19,0,other external,18-20 yrs,9,124963,18.982803344726562,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,7.202131748199463 +1996,19,0,internal,18-20 yrs,23,124963,18.982803344726562,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,18.40544891357422 +1996,19,0,all,21-24 yrs,107,144361,22.489439010620117,1,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,74.11974334716797 +1996,19,0,MVA,21-24 yrs,47,144361,22.489439010620117,1,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,32.55727005004883 +1996,19,0,suicide,21-24 yrs,24,144361,22.489439010620117,1,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,16.624988555908203 +1996,19,0,homicide,21-24 yrs,5,144361,22.489439010620117,1,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,3.4635393619537354 +1996,19,0,other external,21-24 yrs,5,144361,22.489439010620117,1,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,3.4635393619537354 +1996,19,0,internal,21-24 yrs,26,144361,22.489439010620117,1,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,18.010404586791992 +1970,20,1,MVA,15-17 yrs,57,131644,15.97906494140625,0,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,43.29859161376953 +1970,20,1,suicide,15-17 yrs,5,131644,15.97906494140625,0,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,3.7981221675872803 +1970,20,1,homicide,15-17 yrs,4,131644,15.97906494140625,0,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,3.0384976863861084 +1970,20,1,other external,15-17 yrs,29,131644,15.97906494140625,0,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,22.02910804748535 +1970,20,1,internal,15-17 yrs,24,131644,15.97906494140625,0,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,18.230987548828125 +1970,20,1,all,18-20 yrs,190,127923,18.984819412231445,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,148.52685546875 +1970,20,1,MVA,18-20 yrs,103,127923,18.984819412231445,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,80.5171890258789 +1970,20,1,suicide,18-20 yrs,8,127923,18.984819412231445,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,6.253762245178223 +1970,20,1,homicide,18-20 yrs,5,127923,18.984819412231445,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,3.9086012840270996 +1970,20,1,other external,18-20 yrs,37,127923,18.984819412231445,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,28.923648834228516 +1970,20,1,internal,18-20 yrs,37,127923,18.984819412231445,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,28.923648834228516 +1970,20,1,all,21-24 yrs,180,146667,22.3602237701416,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,122.72699737548828 +1970,20,1,MVA,21-24 yrs,77,146667,22.3602237701416,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,52.499881744384766 +1970,20,1,suicide,21-24 yrs,19,146667,22.3602237701416,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,12.954516410827637 +1970,20,1,homicide,21-24 yrs,11,146667,22.3602237701416,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,7.499982833862305 +1970,20,1,other external,21-24 yrs,30,146667,22.3602237701416,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,20.454498291015625 +1970,20,1,internal,21-24 yrs,43,146667,22.3602237701416,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,29.318115234375 +1971,20,1,MVA,15-17 yrs,71,132129,15.994633674621582,0,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,53.7353630065918 +1971,20,1,suicide,15-17 yrs,3,132129,15.994633674621582,0,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,2.270508289337158 +1971,20,1,homicide,15-17 yrs,4,132129,15.994633674621582,0,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,3.0273444652557373 +1971,20,1,other external,15-17 yrs,16,132129,15.994633674621582,0,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,12.10937786102295 +1971,20,1,internal,15-17 yrs,27,132129,15.994633674621582,0,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,20.4345760345459 +1971,20,1,all,18-20 yrs,186,131559,18.989290237426758,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,141.38143920898438 +1971,20,1,MVA,18-20 yrs,100,131559,18.989290237426758,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,76.01152038574219 +1971,20,1,suicide,18-20 yrs,7,131559,18.989290237426758,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,5.320806503295898 +1971,20,1,homicide,18-20 yrs,11,131559,18.989290237426758,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,8.361268043518066 +1971,20,1,other external,18-20 yrs,24,131559,18.989290237426758,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,18.242765426635742 +1971,20,1,internal,18-20 yrs,44,131559,18.989290237426758,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,33.445072174072266 +1971,20,1,all,21-24 yrs,190,158988,22.507051467895508,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,119.50587463378906 +1971,20,1,MVA,21-24 yrs,82,158988,22.507051467895508,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,51.57622146606445 +1971,20,1,suicide,21-24 yrs,12,158988,22.507051467895508,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,7.547739505767822 +1971,20,1,homicide,21-24 yrs,16,158988,22.507051467895508,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,10.063652992248535 +1971,20,1,other external,21-24 yrs,29,158988,22.507051467895508,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,18.24036979675293 +1971,20,1,internal,21-24 yrs,51,158988,22.507051467895508,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,32.0778923034668 +1972,20,1,MVA,15-17 yrs,46,133464,15.990507125854492,0,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,34.466224670410156 +1972,20,1,suicide,15-17 yrs,8,133464,15.990507125854492,0,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,5.994125843048096 +1972,20,1,homicide,15-17 yrs,0,133464,15.990507125854492,0,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,0 +1972,20,1,other external,15-17 yrs,26,133464,15.990507125854492,0,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,19.48090934753418 +1972,20,1,internal,15-17 yrs,20,133464,15.990507125854492,0,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,14.98531436920166 +1972,20,1,all,18-20 yrs,182,136067,18.991783142089844,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,133.75762939453125 +1972,20,1,MVA,18-20 yrs,90,136067,18.991783142089844,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,66.14388275146484 +1972,20,1,suicide,18-20 yrs,20,136067,18.991783142089844,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,14.698640823364258 +1972,20,1,homicide,18-20 yrs,6,136067,18.991783142089844,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,4.409592151641846 +1972,20,1,other external,18-20 yrs,32,136067,18.991783142089844,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,23.517826080322266 +1972,20,1,internal,18-20 yrs,34,136067,18.991783142089844,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,24.987689971923828 +1972,20,1,all,21-24 yrs,190,159066,22.492834091186523,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,119.44727325439453 +1972,20,1,MVA,21-24 yrs,78,159066,22.492834091186523,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,49.03624725341797 +1972,20,1,suicide,21-24 yrs,26,159066,22.492834091186523,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,16.345417022705078 +1972,20,1,homicide,21-24 yrs,16,159066,22.492834091186523,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,10.058717727661133 +1972,20,1,other external,21-24 yrs,32,159066,22.492834091186523,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,20.117435455322266 +1972,20,1,internal,21-24 yrs,38,159066,22.492834091186523,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,23.889453887939453 +1973,20,1,MVA,15-17 yrs,60,134228,15.989651679992676,0,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,44.7000617980957 +1973,20,1,suicide,15-17 yrs,7,134228,15.989651679992676,0,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,5.215007305145264 +1973,20,1,homicide,15-17 yrs,4,134228,15.989651679992676,0,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,2.980004072189331 +1973,20,1,other external,15-17 yrs,37,134228,15.989651679992676,0,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,27.565038681030273 +1973,20,1,internal,15-17 yrs,26,134228,15.989651679992676,0,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,19.370027542114258 +1973,20,1,all,18-20 yrs,184,139256,18.99694061279297,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,132.13075256347656 +1973,20,1,MVA,18-20 yrs,86,139256,18.99694061279297,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,61.75676345825195 +1973,20,1,suicide,18-20 yrs,16,139256,18.99694061279297,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,11.489630699157715 +1973,20,1,homicide,18-20 yrs,9,139256,18.99694061279297,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,6.462917327880859 +1973,20,1,other external,18-20 yrs,46,139256,18.99694061279297,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,33.03268814086914 +1973,20,1,internal,18-20 yrs,27,139256,18.99694061279297,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,19.388751983642578 +1973,20,1,all,21-24 yrs,176,160083,22.486854553222656,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,109.9429702758789 +1973,20,1,MVA,21-24 yrs,74,160083,22.486854553222656,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,46.22602081298828 +1973,20,1,suicide,21-24 yrs,18,160083,22.486854553222656,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,11.24416732788086 +1973,20,1,homicide,21-24 yrs,16,160083,22.486854553222656,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,9.9948148727417 +1973,20,1,other external,21-24 yrs,34,160083,22.486854553222656,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,21.238983154296875 +1973,20,1,internal,21-24 yrs,34,160083,22.486854553222656,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,21.238983154296875 +1974,20,1,MVA,15-17 yrs,57,134782,16.002107620239258,0,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,42.29051208496094 +1974,20,1,suicide,15-17 yrs,6,134782,16.002107620239258,0,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,4.451632976531982 +1974,20,1,homicide,15-17 yrs,4,134782,16.002107620239258,0,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,2.9677553176879883 +1974,20,1,other external,15-17 yrs,23,134782,16.002107620239258,0,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,17.064592361450195 +1974,20,1,internal,15-17 yrs,31,134782,16.002107620239258,0,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,23.000102996826172 +1974,20,1,all,18-20 yrs,158,140132,19.008270263671875,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,112.7508316040039 +1974,20,1,MVA,18-20 yrs,55,140132,19.008270263671875,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,39.24870681762695 +1974,20,1,suicide,18-20 yrs,9,140132,19.008270263671875,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,6.422515869140625 +1974,20,1,homicide,18-20 yrs,12,140132,19.008270263671875,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,8.5633544921875 +1974,20,1,other external,18-20 yrs,53,140132,19.008270263671875,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,37.82148361206055 +1974,20,1,internal,18-20 yrs,29,140132,19.008270263671875,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,20.694772720336914 +1974,20,1,all,21-24 yrs,205,160451,22.451839447021484,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,127.76486206054688 +1974,20,1,MVA,21-24 yrs,71,160451,22.451839447021484,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,44.25027084350586 +1974,20,1,suicide,21-24 yrs,21,160451,22.451839447021484,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,13.08810806274414 +1974,20,1,homicide,21-24 yrs,17,160451,22.451839447021484,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,10.595134735107422 +1974,20,1,other external,21-24 yrs,45,160451,22.451839447021484,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,28.04594612121582 +1974,20,1,internal,21-24 yrs,51,160451,22.451839447021484,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,31.785404205322266 +1975,20,1,MVA,15-17 yrs,49,134230,15.999337196350098,0,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,36.50450897216797 +1975,20,1,suicide,15-17 yrs,17,134230,15.999337196350098,0,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,12.66482925415039 +1975,20,1,homicide,15-17 yrs,3,134230,15.999337196350098,0,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,2.2349698543548584 +1975,20,1,other external,15-17 yrs,35,134230,15.999337196350098,0,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,26.074647903442383 +1975,20,1,internal,15-17 yrs,26,134230,15.999337196350098,0,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,19.36973762512207 +1975,20,1,all,18-20 yrs,155,141594,19.004180908203125,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,109.4679183959961 +1975,20,1,MVA,18-20 yrs,62,141594,19.004180908203125,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,43.787166595458984 +1975,20,1,suicide,18-20 yrs,10,141594,19.004180908203125,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,7.062446117401123 +1975,20,1,homicide,18-20 yrs,10,141594,19.004180908203125,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,7.062446117401123 +1975,20,1,other external,18-20 yrs,37,141594,19.004180908203125,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,26.13105010986328 +1975,20,1,internal,18-20 yrs,36,141594,19.004180908203125,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,25.424806594848633 +1975,20,1,all,21-24 yrs,206,165407,22.449310302734375,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,124.5412826538086 +1975,20,1,MVA,21-24 yrs,80,165407,22.449310302734375,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,48.36554718017578 +1975,20,1,suicide,21-24 yrs,18,165407,22.449310302734375,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,10.882247924804688 +1975,20,1,homicide,21-24 yrs,13,165407,22.449310302734375,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,7.859401226043701 +1975,20,1,other external,21-24 yrs,48,165407,22.449310302734375,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,29.01932716369629 +1975,20,1,internal,21-24 yrs,47,165407,22.449310302734375,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,28.414758682250977 +1976,20,1,MVA,15-17 yrs,61,135106,15.990762710571289,0,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,45.14973449707031 +1976,20,1,suicide,15-17 yrs,3,135106,15.990762710571289,0,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,2.2204787731170654 +1976,20,1,homicide,15-17 yrs,2,135106,15.990762710571289,0,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,1.4803191423416138 +1976,20,1,other external,15-17 yrs,19,135106,15.990762710571289,0,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,14.063032150268555 +1976,20,1,internal,15-17 yrs,25,135106,15.990762710571289,0,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,18.503990173339844 +1976,20,1,all,18-20 yrs,165,143259,19.00522804260254,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,115.17601013183594 +1976,20,1,MVA,18-20 yrs,80,143259,19.00522804260254,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,55.84291458129883 +1976,20,1,suicide,18-20 yrs,22,143259,19.00522804260254,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,15.35680103302002 +1976,20,1,homicide,18-20 yrs,4,143259,19.00522804260254,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,2.7921457290649414 +1976,20,1,other external,18-20 yrs,36,143259,19.00522804260254,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,25.129310607910156 +1976,20,1,internal,18-20 yrs,23,143259,19.00522804260254,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,16.054838180541992 +1976,20,1,all,21-24 yrs,231,171509,22.455398559570312,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,134.6868133544922 +1976,20,1,MVA,21-24 yrs,88,171509,22.455398559570312,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,51.309261322021484 +1976,20,1,suicide,21-24 yrs,27,171509,22.455398559570312,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,15.742613792419434 +1976,20,1,homicide,21-24 yrs,19,171509,22.455398559570312,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,11.07813549041748 +1976,20,1,other external,21-24 yrs,44,171509,22.455398559570312,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,25.654630661010742 +1976,20,1,internal,21-24 yrs,53,171509,22.455398559570312,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,30.90216827392578 +1977,20,1,MVA,15-17 yrs,49,134482,16.00399398803711,0,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,36.43610382080078 +1977,20,1,suicide,15-17 yrs,5,134482,16.00399398803711,0,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,3.7179696559906006 +1977,20,1,homicide,15-17 yrs,4,134482,16.00399398803711,0,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,2.9743757247924805 +1977,20,1,other external,15-17 yrs,28,134482,16.00399398803711,0,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,20.82063102722168 +1977,20,1,internal,15-17 yrs,26,134482,16.00399398803711,0,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,19.33344268798828 +1977,20,1,all,18-20 yrs,203,144571,19.01972770690918,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,140.41543579101562 +1977,20,1,MVA,18-20 yrs,100,144571,19.01972770690918,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,69.170166015625 +1977,20,1,suicide,18-20 yrs,18,144571,19.01972770690918,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,12.450630187988281 +1977,20,1,homicide,18-20 yrs,20,144571,19.01972770690918,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,13.834033012390137 +1977,20,1,other external,18-20 yrs,31,144571,19.01972770690918,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,21.442750930786133 +1977,20,1,internal,18-20 yrs,34,144571,19.01972770690918,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,23.51785659790039 +1977,20,1,all,21-24 yrs,227,176239,22.472919464111328,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,128.8023681640625 +1977,20,1,MVA,21-24 yrs,86,176239,22.472919464111328,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,48.79737091064453 +1977,20,1,suicide,21-24 yrs,40,176239,22.472919464111328,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,22.69645118713379 +1977,20,1,homicide,21-24 yrs,22,176239,22.472919464111328,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,12.483048439025879 +1977,20,1,other external,21-24 yrs,40,176239,22.472919464111328,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,22.69645118713379 +1977,20,1,internal,21-24 yrs,39,176239,22.472919464111328,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,22.129039764404297 +1978,20,1,MVA,15-17 yrs,51,132425,16.017799377441406,0,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,38.512367248535156 +1978,20,1,suicide,15-17 yrs,6,132425,16.017799377441406,0,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,4.530866622924805 +1978,20,1,homicide,15-17 yrs,3,132425,16.017799377441406,0,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,2.2654333114624023 +1978,20,1,other external,15-17 yrs,25,132425,16.017799377441406,0,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,18.878610610961914 +1978,20,1,internal,15-17 yrs,34,132425,16.017799377441406,0,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,25.674909591674805 +1978,20,1,all,18-20 yrs,184,144245,19.0189266204834,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,127.56074523925781 +1978,20,1,MVA,18-20 yrs,82,144245,19.0189266204834,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,56.84772491455078 +1978,20,1,suicide,18-20 yrs,23,144245,19.0189266204834,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,15.945093154907227 +1978,20,1,homicide,18-20 yrs,10,144245,19.0189266204834,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,6.9326491355896 +1978,20,1,other external,18-20 yrs,35,144245,19.0189266204834,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,24.264272689819336 +1978,20,1,internal,18-20 yrs,34,144245,19.0189266204834,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,23.571006774902344 +1978,20,1,all,21-24 yrs,222,180223,22.475677490234375,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,123.18072509765625 +1978,20,1,MVA,21-24 yrs,82,180223,22.475677490234375,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,45.49918746948242 +1978,20,1,suicide,21-24 yrs,30,180223,22.475677490234375,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,16.64604377746582 +1978,20,1,homicide,21-24 yrs,20,180223,22.475677490234375,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,11.097362518310547 +1978,20,1,other external,21-24 yrs,45,180223,22.475677490234375,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,24.969066619873047 +1978,20,1,internal,21-24 yrs,45,180223,22.475677490234375,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,24.969066619873047 +1979,20,1,MVA,15-17 yrs,48,128174,16.017078399658203,0,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,37.449092864990234 +1979,20,1,suicide,15-17 yrs,5,128174,16.017078399658203,0,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,3.900947093963623 +1979,20,1,homicide,15-17 yrs,2,128174,16.017078399658203,0,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,1.560378909111023 +1979,20,1,other external,15-17 yrs,9,128174,16.017078399658203,0,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,7.02170467376709 +1979,20,1,internal,15-17 yrs,19,128174,16.017078399658203,0,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,14.823598861694336 +1979,20,1,all,18-20 yrs,190,144932,19.011653900146484,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,131.09596252441406 +1979,20,1,MVA,18-20 yrs,85,144932,19.011653900146484,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,58.648193359375 +1979,20,1,suicide,18-20 yrs,19,144932,19.011653900146484,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,13.109596252441406 +1979,20,1,homicide,18-20 yrs,22,144932,19.011653900146484,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,15.179532051086426 +1979,20,1,other external,18-20 yrs,34,144932,19.011653900146484,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,23.459278106689453 +1979,20,1,internal,18-20 yrs,30,144932,19.011653900146484,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,20.69936180114746 +1979,20,1,all,21-24 yrs,231,182697,22.479055404663086,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,126.43885803222656 +1979,20,1,MVA,21-24 yrs,89,182697,22.479055404663086,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,48.71453857421875 +1979,20,1,suicide,21-24 yrs,29,182697,22.479055404663086,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,15.873276710510254 +1979,20,1,homicide,21-24 yrs,23,182697,22.479055404663086,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,12.589150428771973 +1979,20,1,other external,21-24 yrs,44,182697,22.479055404663086,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,24.08359146118164 +1979,20,1,internal,21-24 yrs,46,182697,22.479055404663086,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,25.178300857543945 +1980,20,1,MVA,15-17 yrs,49,122445,16.032333374023438,0,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,40.017967224121094 +1980,20,1,suicide,15-17 yrs,3,122445,16.032333374023438,0,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,2.4500796794891357 +1980,20,1,homicide,15-17 yrs,5,122445,16.032333374023438,0,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,4.083466053009033 +1980,20,1,other external,15-17 yrs,10,122445,16.032333374023438,0,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,8.166932106018066 +1980,20,1,internal,15-17 yrs,20,122445,16.032333374023438,0,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,16.333864212036133 +1980,20,1,all,18-20 yrs,188,142146,19.031700134277344,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,132.2583770751953 +1980,20,1,MVA,18-20 yrs,83,142146,19.031700134277344,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,58.39066696166992 +1980,20,1,suicide,18-20 yrs,26,142146,19.031700134277344,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,18.291053771972656 +1980,20,1,homicide,18-20 yrs,16,142146,19.031700134277344,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,11.256032943725586 +1980,20,1,other external,18-20 yrs,38,142146,19.031700134277344,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,26.733078002929688 +1980,20,1,internal,18-20 yrs,25,142146,19.031700134277344,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,17.58755111694336 +1980,20,1,all,21-24 yrs,245,184761,22.479110717773438,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,132.60374450683594 +1980,20,1,MVA,21-24 yrs,96,184761,22.479110717773438,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,51.95901870727539 +1980,20,1,suicide,21-24 yrs,34,184761,22.479110717773438,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,18.402151107788086 +1980,20,1,homicide,21-24 yrs,29,184761,22.479110717773438,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,15.695953369140625 +1980,20,1,other external,21-24 yrs,42,184761,22.479110717773438,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,22.732070922851562 +1980,20,1,internal,21-24 yrs,44,184761,22.479110717773438,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,23.814550399780273 +1981,20,1,MVA,15-17 yrs,38,115597,16.04384994506836,0,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,32.872825622558594 +1981,20,1,suicide,15-17 yrs,8,115597,16.04384994506836,0,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,6.920594692230225 +1981,20,1,homicide,15-17 yrs,2,115597,16.04384994506836,0,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,1.7301486730575562 +1981,20,1,other external,15-17 yrs,15,115597,16.04384994506836,0,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,12.976115226745605 +1981,20,1,internal,15-17 yrs,21,115597,16.04384994506836,0,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,18.166561126708984 +1981,20,1,all,18-20 yrs,167,137921,19.04805564880371,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,121.08380889892578 +1981,20,1,MVA,18-20 yrs,80,137921,19.04805564880371,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,58.00421905517578 +1981,20,1,suicide,18-20 yrs,14,137921,19.04805564880371,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,10.150738716125488 +1981,20,1,homicide,18-20 yrs,12,137921,19.04805564880371,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,8.70063304901123 +1981,20,1,other external,18-20 yrs,37,137921,19.04805564880371,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,26.82695198059082 +1981,20,1,internal,18-20 yrs,24,137921,19.04805564880371,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,17.40126609802246 +1981,20,1,all,21-24 yrs,212,187736,22.48662567138672,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,112.92453002929688 +1981,20,1,MVA,21-24 yrs,81,187736,22.48662567138672,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,43.145694732666016 +1981,20,1,suicide,21-24 yrs,28,187736,22.48662567138672,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,14.91456127166748 +1981,20,1,homicide,21-24 yrs,22,187736,22.48662567138672,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,11.718583106994629 +1981,20,1,other external,21-24 yrs,36,187736,22.48662567138672,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,19.17586326599121 +1981,20,1,internal,21-24 yrs,45,187736,22.48662567138672,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,23.969829559326172 +1982,20,1,MVA,15-17 yrs,27,108883,16.034046173095703,0,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,24.797260284423828 +1982,20,1,suicide,15-17 yrs,1,108883,16.034046173095703,0,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,0.9184170365333557 +1982,20,1,homicide,15-17 yrs,5,108883,16.034046173095703,0,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,4.592084884643555 +1982,20,1,other external,15-17 yrs,6,108883,16.034046173095703,0,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,5.510501861572266 +1982,20,1,internal,15-17 yrs,15,108883,16.034046173095703,0,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,13.77625560760498 +1982,20,1,all,18-20 yrs,136,132108,19.041534423828125,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,102.94607543945312 +1982,20,1,MVA,18-20 yrs,63,132108,19.041534423828125,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,47.688255310058594 +1982,20,1,suicide,18-20 yrs,16,132108,19.041534423828125,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,12.111303329467773 +1982,20,1,homicide,18-20 yrs,7,132108,19.041534423828125,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,5.298695087432861 +1982,20,1,other external,18-20 yrs,24,132108,19.041534423828125,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,18.166954040527344 +1982,20,1,internal,18-20 yrs,26,132108,19.041534423828125,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,19.680866241455078 +1982,20,1,all,21-24 yrs,189,188757,22.48824691772461,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,100.12873840332031 +1982,20,1,MVA,21-24 yrs,83,188757,22.48824691772461,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,43.97187805175781 +1982,20,1,suicide,21-24 yrs,26,188757,22.48824691772461,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,13.774323463439941 +1982,20,1,homicide,21-24 yrs,17,188757,22.48824691772461,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,9.006288528442383 +1982,20,1,other external,21-24 yrs,29,188757,22.48824691772461,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,15.363668441772461 +1982,20,1,internal,21-24 yrs,34,188757,22.48824691772461,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,18.012577056884766 +1983,20,1,MVA,15-17 yrs,30,104144,16.018129348754883,0,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,28.8062686920166 +1983,20,1,suicide,15-17 yrs,6,104144,16.018129348754883,0,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,5.761253833770752 +1983,20,1,homicide,15-17 yrs,6,104144,16.018129348754883,0,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,5.761253833770752 +1983,20,1,other external,15-17 yrs,11,104144,16.018129348754883,0,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,10.562298774719238 +1983,20,1,internal,15-17 yrs,21,104144,16.018129348754883,0,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,20.16438865661621 +1983,20,1,all,18-20 yrs,144,126871,19.051240921020508,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,113.50111389160156 +1983,20,1,MVA,18-20 yrs,66,126871,19.051240921020508,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,52.02134323120117 +1983,20,1,suicide,18-20 yrs,24,126871,19.051240921020508,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,18.916852951049805 +1983,20,1,homicide,18-20 yrs,14,126871,19.051240921020508,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,11.034831047058105 +1983,20,1,other external,18-20 yrs,17,126871,19.051240921020508,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,13.399436950683594 +1983,20,1,internal,18-20 yrs,23,126871,19.051240921020508,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,18.128650665283203 +1983,20,1,all,21-24 yrs,157,187114,22.511009216308594,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,83.90606689453125 +1983,20,1,MVA,21-24 yrs,63,187114,22.511009216308594,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,33.669315338134766 +1983,20,1,suicide,21-24 yrs,23,187114,22.511009216308594,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,12.291972160339355 +1983,20,1,homicide,21-24 yrs,14,187114,22.511009216308594,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,7.482069969177246 +1983,20,1,other external,21-24 yrs,29,187114,22.511009216308594,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,15.498573303222656 +1983,20,1,internal,21-24 yrs,28,187114,22.511009216308594,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,14.964139938354492 +1984,20,1,MVA,15-17 yrs,35,103026,15.995059967041016,0,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,33.972007751464844 +1984,20,1,suicide,15-17 yrs,8,103026,15.995059967041016,0,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,7.765030384063721 +1984,20,1,homicide,15-17 yrs,1,103026,15.995059967041016,0,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,0.9706287980079651 +1984,20,1,other external,15-17 yrs,12,103026,15.995059967041016,0,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,11.647544860839844 +1984,20,1,internal,15-17 yrs,13,103026,15.995059967041016,0,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,12.618173599243164 +1984,20,1,all,18-20 yrs,136,120070,19.06404685974121,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,113.26725769042969 +1984,20,1,MVA,18-20 yrs,69,120070,19.06404685974121,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,57.46647644042969 +1984,20,1,suicide,18-20 yrs,15,120070,19.06404685974121,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,12.49271297454834 +1984,20,1,homicide,18-20 yrs,6,120070,19.06404685974121,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,4.997085094451904 +1984,20,1,other external,18-20 yrs,15,120070,19.06404685974121,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,12.49271297454834 +1984,20,1,internal,18-20 yrs,31,120070,19.06404685974121,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,25.818273544311523 +1984,20,1,all,21-24 yrs,170,182270,22.535188674926758,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,93.26822662353516 +1984,20,1,MVA,21-24 yrs,70,182270,22.535188674926758,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,38.404563903808594 +1984,20,1,suicide,21-24 yrs,24,182270,22.535188674926758,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,13.167279243469238 +1984,20,1,homicide,21-24 yrs,16,182270,22.535188674926758,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,8.778185844421387 +1984,20,1,other external,21-24 yrs,28,182270,22.535188674926758,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,15.361825942993164 +1984,20,1,internal,21-24 yrs,32,182270,22.535188674926758,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,17.556371688842773 +1985,20,0.9611555933952332,MVA,15-17 yrs,28,104359,15.978775024414062,0,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,26.830459594726562 +1985,20,0.9611555933952332,suicide,15-17 yrs,10,104359,15.978775024414062,0,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,9.582306861877441 +1985,20,0.9611555933952332,homicide,15-17 yrs,4,104359,15.978775024414062,0,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,3.83292293548584 +1985,20,0.9611555933952332,other external,15-17 yrs,12,104359,15.978775024414062,0,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,11.49876880645752 +1985,20,0.9611555933952332,internal,15-17 yrs,18,104359,15.978775024414062,0,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,17.248153686523438 +1985,20,0.9611555933952332,all,18-20 yrs,111,113265,19.056001663208008,0.9611555933952332,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,98.0002670288086 +1985,20,0.9611555933952332,MVA,18-20 yrs,62,113265,19.056001663208008,0.9611555933952332,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,54.738887786865234 +1985,20,0.9611555933952332,suicide,18-20 yrs,10,113265,19.056001663208008,0.9611555933952332,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,8.828852653503418 +1985,20,0.9611555933952332,homicide,18-20 yrs,7,113265,19.056001663208008,0.9611555933952332,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,6.180196762084961 +1985,20,0.9611555933952332,other external,18-20 yrs,14,113265,19.056001663208008,0.9611555933952332,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,12.360393524169922 +1985,20,0.9611555933952332,internal,18-20 yrs,18,113265,19.056001663208008,0.9611555933952332,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,15.891934394836426 +1985,20,0.9611555933952332,all,21-24 yrs,177,175473,22.5413761138916,1,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,100.8702163696289 +1985,20,0.9611555933952332,MVA,21-24 yrs,69,175473,22.5413761138916,1,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,39.322288513183594 +1985,20,0.9611555933952332,suicide,21-24 yrs,25,175473,22.5413761138916,1,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,14.24720573425293 +1985,20,0.9611555933952332,homicide,21-24 yrs,12,175473,22.5413761138916,1,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,6.838658809661865 +1985,20,0.9611555933952332,other external,21-24 yrs,26,175473,22.5413761138916,1,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,14.817094802856445 +1985,20,0.9611555933952332,internal,21-24 yrs,45,175473,22.5413761138916,1,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,25.64497184753418 +1986,20,0.6844111084938049,MVA,15-17 yrs,40,106548,15.986794471740723,0,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,37.54176712036133 +1986,20,0.6844111084938049,suicide,15-17 yrs,6,106548,15.986794471740723,0,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,5.631264686584473 +1986,20,0.6844111084938049,homicide,15-17 yrs,3,106548,15.986794471740723,0,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,2.8156323432922363 +1986,20,0.6844111084938049,other external,15-17 yrs,10,106548,15.986794471740723,0,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,9.385441780090332 +1986,20,0.6844111084938049,internal,15-17 yrs,16,106548,15.986794471740723,0,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,15.016706466674805 +1986,20,0.6844111084938049,all,18-20 yrs,131,108941,19.04094886779785,0.6844111084938049,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,120.24857330322266 +1986,20,0.6844111084938049,MVA,18-20 yrs,67,108941,19.04094886779785,0.6844111084938049,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,61.50117874145508 +1986,20,0.6844111084938049,suicide,18-20 yrs,26,108941,19.04094886779785,0.6844111084938049,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,23.86612892150879 +1986,20,0.6844111084938049,homicide,18-20 yrs,4,108941,19.04094886779785,0.6844111084938049,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,3.6717121601104736 +1986,20,0.6844111084938049,other external,18-20 yrs,13,108941,19.04094886779785,0.6844111084938049,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,11.933064460754395 +1986,20,0.6844111084938049,internal,18-20 yrs,21,108941,19.04094886779785,0.6844111084938049,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,19.2764892578125 +1986,20,0.6844111084938049,all,21-24 yrs,154,166963,22.540376663208008,1,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,92.23600769042969 +1986,20,0.6844111084938049,MVA,21-24 yrs,60,166963,22.540376663208008,1,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,35.93610382080078 +1986,20,0.6844111084938049,suicide,21-24 yrs,24,166963,22.540376663208008,1,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,14.374442100524902 +1986,20,0.6844111084938049,homicide,21-24 yrs,16,166963,22.540376663208008,1,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,9.582961082458496 +1986,20,0.6844111084938049,other external,21-24 yrs,23,166963,22.540376663208008,1,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,13.775506973266602 +1986,20,0.6844111084938049,internal,21-24 yrs,31,166963,22.540376663208008,1,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,18.566987991333008 +1987,20,0.339570015668869,MVA,15-17 yrs,40,105382,16.02483367919922,0,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,37.95714569091797 +1987,20,0.339570015668869,suicide,15-17 yrs,14,105382,16.02483367919922,0,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,13.285000801086426 +1987,20,0.339570015668869,homicide,15-17 yrs,6,105382,16.02483367919922,0,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,5.693572044372559 +1987,20,0.339570015668869,other external,15-17 yrs,5,105382,16.02483367919922,0,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,4.744643211364746 +1987,20,0.339570015668869,internal,15-17 yrs,13,105382,16.02483367919922,0,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,12.33607292175293 +1987,20,0.339570015668869,all,18-20 yrs,117,108414,19.01800537109375,0.339570015668869,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,107.91963958740234 +1987,20,0.339570015668869,MVA,18-20 yrs,61,108414,19.01800537109375,0.339570015668869,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,56.26579666137695 +1987,20,0.339570015668869,suicide,18-20 yrs,18,108414,19.01800537109375,0.339570015668869,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,16.6030216217041 +1987,20,0.339570015668869,homicide,18-20 yrs,8,108414,19.01800537109375,0.339570015668869,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,7.379120826721191 +1987,20,0.339570015668869,other external,18-20 yrs,14,108414,19.01800537109375,0.339570015668869,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,12.913461685180664 +1987,20,0.339570015668869,internal,18-20 yrs,16,108414,19.01800537109375,0.339570015668869,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,14.758241653442383 +1987,20,0.339570015668869,all,21-24 yrs,168,158373,22.550472259521484,1,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,106.07868957519531 +1987,20,0.339570015668869,MVA,21-24 yrs,74,158373,22.550472259521484,1,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,46.725135803222656 +1987,20,0.339570015668869,suicide,21-24 yrs,26,158373,22.550472259521484,1,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,16.416940689086914 +1987,20,0.339570015668869,homicide,21-24 yrs,11,158373,22.550472259521484,1,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,6.9456281661987305 +1987,20,0.339570015668869,other external,21-24 yrs,23,158373,22.550472259521484,1,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,14.522677421569824 +1987,20,0.339570015668869,internal,21-24 yrs,34,158373,22.550472259521484,1,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,21.468305587768555 +1988,20,0.041027460247278214,MVA,15-17 yrs,34,102124,16.044231414794922,0,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,33.2928581237793 +1988,20,0.041027460247278214,suicide,15-17 yrs,13,102124,16.044231414794922,0,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,12.729622840881348 +1988,20,0.041027460247278214,homicide,15-17 yrs,3,102124,16.044231414794922,0,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,2.937605381011963 +1988,20,0.041027460247278214,other external,15-17 yrs,9,102124,16.044231414794922,0,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,8.81281566619873 +1988,20,0.041027460247278214,internal,15-17 yrs,15,102124,16.044231414794922,0,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,14.688026428222656 +1988,20,0.041027460247278214,all,18-20 yrs,124,111153,19.004533767700195,0.041027460247278214,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,111.55794525146484 +1988,20,0.041027460247278214,MVA,18-20 yrs,59,111153,19.004533767700195,0.041027460247278214,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,53.07999038696289 +1988,20,0.041027460247278214,suicide,18-20 yrs,23,111153,19.004533767700195,0.041027460247278214,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,20.69219970703125 +1988,20,0.041027460247278214,homicide,18-20 yrs,6,111153,19.004533767700195,0.041027460247278214,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,5.397964954376221 +1988,20,0.041027460247278214,other external,18-20 yrs,14,111153,19.004533767700195,0.041027460247278214,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,12.59525203704834 +1988,20,0.041027460247278214,internal,18-20 yrs,22,111153,19.004533767700195,0.041027460247278214,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,19.792537689208984 +1988,20,0.041027460247278214,all,21-24 yrs,144,151311,22.54942512512207,1,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,95.16822814941406 +1988,20,0.041027460247278214,MVA,21-24 yrs,54,151311,22.54942512512207,1,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,35.688087463378906 +1988,20,0.041027460247278214,suicide,21-24 yrs,25,151311,22.54942512512207,1,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,16.522262573242188 +1988,20,0.041027460247278214,homicide,21-24 yrs,18,151311,22.54942512512207,1,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,11.896028518676758 +1988,20,0.041027460247278214,other external,21-24 yrs,19,151311,22.54942512512207,1,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,12.55691909790039 +1988,20,0.041027460247278214,internal,21-24 yrs,28,151311,22.54942512512207,1,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,18.504934310913086 +1989,20,0,MVA,15-17 yrs,34,98150,16.014997482299805,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,34.6408576965332 +1989,20,0,suicide,15-17 yrs,12,98150,16.014997482299805,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,12.226184844970703 +1989,20,0,homicide,15-17 yrs,7,98150,16.014997482299805,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,7.131940841674805 +1989,20,0,other external,15-17 yrs,11,98150,16.014997482299805,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,11.207335472106934 +1989,20,0,internal,15-17 yrs,17,98150,16.014997482299805,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,17.3204288482666 +1989,20,0,all,18-20 yrs,116,114503,19.01077651977539,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,101.30738830566406 +1989,20,0,MVA,18-20 yrs,49,114503,19.01077651977539,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,42.79364013671875 +1989,20,0,suicide,18-20 yrs,15,114503,19.01077651977539,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,13.100093841552734 +1989,20,0,homicide,18-20 yrs,14,114503,19.01077651977539,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,12.226754188537598 +1989,20,0,other external,18-20 yrs,11,114503,19.01077651977539,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,9.6067352294921875 +1989,20,0,internal,18-20 yrs,27,114503,19.01077651977539,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,23.580167770385742 +1989,20,0,all,21-24 yrs,127,144114,22.52425765991211,1,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,88.12467956542969 +1989,20,0,MVA,21-24 yrs,49,144114,22.52425765991211,1,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,34.00086212158203 +1989,20,0,suicide,21-24 yrs,20,144114,22.52425765991211,1,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,13.877902030944824 +1989,20,0,homicide,21-24 yrs,12,144114,22.52425765991211,1,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,8.326741218566895 +1989,20,0,other external,21-24 yrs,16,144114,22.52425765991211,1,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,11.10232162475586 +1989,20,0,internal,21-24 yrs,30,144114,22.52425765991211,1,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,20.816852569580078 +1990,20,0,MVA,15-17 yrs,34,98109,15.992304801940918,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,34.655330657958984 +1990,20,0,suicide,15-17 yrs,9,98109,15.992304801940918,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,9.173470497131348 +1990,20,0,homicide,15-17 yrs,5,98109,15.992304801940918,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,5.096372604370117 +1990,20,0,other external,15-17 yrs,7,98109,15.992304801940918,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,7.134921550750732 +1990,20,0,internal,15-17 yrs,13,98109,15.992304801940918,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,13.250568389892578 +1990,20,0,all,18-20 yrs,104,113645,19.051942825317383,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,91.51304626464844 +1990,20,0,MVA,18-20 yrs,49,113645,19.051942825317383,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,43.116722106933594 +1990,20,0,suicide,18-20 yrs,17,113645,19.051942825317383,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,14.958863258361816 +1990,20,0,homicide,18-20 yrs,14,113645,19.051942825317383,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,12.319064140319824 +1990,20,0,other external,18-20 yrs,13,113645,19.051942825317383,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,11.439130783081055 +1990,20,0,internal,18-20 yrs,11,113645,19.051942825317383,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,9.679264068603516 +1990,20,0,all,21-24 yrs,117,141557,22.481225967407227,1,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,82.65221405029297 +1990,20,0,MVA,21-24 yrs,48,141557,22.481225967407227,1,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,33.90860366821289 +1990,20,0,suicide,21-24 yrs,22,141557,22.481225967407227,1,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,15.54144287109375 +1990,20,0,homicide,21-24 yrs,9,141557,22.481225967407227,1,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,6.357862949371338 +1990,20,0,other external,21-24 yrs,14,141557,22.481225967407227,1,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,9.890008926391602 +1990,20,0,internal,21-24 yrs,24,141557,22.481225967407227,1,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,16.954301834106445 +1991,20,0,MVA,15-17 yrs,29,100347,15.992206573486328,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,28.899717330932617 +1991,20,0,suicide,15-17 yrs,15,100347,15.992206573486328,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,14.948129653930664 +1991,20,0,homicide,15-17 yrs,9,100347,15.992206573486328,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,8.968877792358398 +1991,20,0,other external,15-17 yrs,12,100347,15.992206573486328,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,11.958503723144531 +1991,20,0,internal,15-17 yrs,19,100347,15.992206573486328,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,18.934297561645508 +1991,20,0,all,18-20 yrs,111,107739,19.067134857177734,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,103.0267562866211 +1991,20,0,MVA,18-20 yrs,43,107739,19.067134857177734,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,39.9112663269043 +1991,20,0,suicide,18-20 yrs,20,107739,19.067134857177734,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,18.563379287719727 +1991,20,0,homicide,18-20 yrs,13,107739,19.067134857177734,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,12.066197395324707 +1991,20,0,other external,18-20 yrs,12,107739,19.067134857177734,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,11.138028144836426 +1991,20,0,internal,18-20 yrs,23,107739,19.067134857177734,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,21.34788703918457 +1991,20,0,all,21-24 yrs,146,143730,22.44979476928711,1,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,101.57935333251953 +1991,20,0,MVA,21-24 yrs,42,143730,22.44979476928711,1,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,29.22145652770996 +1991,20,0,suicide,21-24 yrs,25,143730,22.44979476928711,1,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,17.39372444152832 +1991,20,0,homicide,21-24 yrs,20,143730,22.44979476928711,1,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,13.914979934692383 +1991,20,0,other external,21-24 yrs,20,143730,22.44979476928711,1,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,13.914979934692383 +1991,20,0,internal,21-24 yrs,39,143730,22.44979476928711,1,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,27.13421058654785 +1992,20,0,MVA,15-17 yrs,47,104628,15.99193286895752,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,44.92105484008789 +1992,20,0,suicide,15-17 yrs,14,104628,15.99193286895752,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,13.380739212036133 +1992,20,0,homicide,15-17 yrs,6,104628,15.99193286895752,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,5.734602451324463 +1992,20,0,other external,15-17 yrs,12,104628,15.99193286895752,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,11.469204902648926 +1992,20,0,internal,15-17 yrs,16,104628,15.99193286895752,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,15.29227352142334 +1992,20,0,all,18-20 yrs,102,103899,19.032272338867188,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,98.1722640991211 +1992,20,0,MVA,18-20 yrs,41,103899,19.032272338867188,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,39.46139907836914 +1992,20,0,suicide,18-20 yrs,18,103899,19.032272338867188,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,17.32451629638672 +1992,20,0,homicide,18-20 yrs,15,103899,19.032272338867188,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,14.437097549438477 +1992,20,0,other external,18-20 yrs,11,103899,19.032272338867188,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,10.587204933166504 +1992,20,0,internal,18-20 yrs,17,103899,19.032272338867188,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,16.362043380737305 +1992,20,0,all,21-24 yrs,129,147288,22.449453353881836,1,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,87.58351135253906 +1992,20,0,MVA,21-24 yrs,33,147288,22.449453353881836,1,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,22.40508460998535 +1992,20,0,suicide,21-24 yrs,30,147288,22.449453353881836,1,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,20.368257522583008 +1992,20,0,homicide,21-24 yrs,23,147288,22.449453353881836,1,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,15.6156644821167 +1992,20,0,other external,21-24 yrs,13,147288,22.449453353881836,1,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,8.826245307922363 +1992,20,0,internal,21-24 yrs,30,147288,22.449453353881836,1,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,20.368257522583008 +1993,20,0,MVA,15-17 yrs,30,107605,15.991859436035156,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,27.879745483398438 +1993,20,0,suicide,15-17 yrs,18,107605,15.991859436035156,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,16.727848052978516 +1993,20,0,homicide,15-17 yrs,15,107605,15.991859436035156,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,13.939872741699219 +1993,20,0,other external,15-17 yrs,9,107605,15.991859436035156,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,8.363924026489258 +1993,20,0,internal,15-17 yrs,16,107605,15.991859436035156,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,14.869197845458984 +1993,20,0,all,18-20 yrs,100,104714,19.000343322753906,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,95.49821472167969 +1993,20,0,MVA,18-20 yrs,31,104714,19.000343322753906,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,29.604446411132812 +1993,20,0,suicide,18-20 yrs,14,104714,19.000343322753906,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,13.369750022888184 +1993,20,0,homicide,18-20 yrs,27,104714,19.000343322753906,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,25.784517288208008 +1993,20,0,other external,18-20 yrs,10,104714,19.000343322753906,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,9.549821853637695 +1993,20,0,internal,18-20 yrs,18,104714,19.000343322753906,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,17.189678192138672 +1993,20,0,all,21-24 yrs,127,146870,22.504371643066406,1,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,86.47103118896484 +1993,20,0,MVA,21-24 yrs,39,146870,22.504371643066406,1,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,26.554096221923828 +1993,20,0,suicide,21-24 yrs,30,146870,22.504371643066406,1,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,20.426227569580078 +1993,20,0,homicide,21-24 yrs,23,146870,22.504371643066406,1,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,15.660107612609863 +1993,20,0,other external,21-24 yrs,16,146870,22.504371643066406,1,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,10.893987655639648 +1993,20,0,internal,21-24 yrs,19,146870,22.504371643066406,1,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,12.936610221862793 +1994,20,0,MVA,15-17 yrs,34,111955,15.997794151306152,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,30.36934471130371 +1994,20,0,suicide,15-17 yrs,11,111955,15.997794151306152,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,9.825376510620117 +1994,20,0,homicide,15-17 yrs,14,111955,15.997794151306152,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,12.505023956298828 +1994,20,0,other external,15-17 yrs,7,111955,15.997794151306152,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,6.252511978149414 +1994,20,0,internal,15-17 yrs,19,111955,15.997794151306152,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,16.97110366821289 +1994,20,0,all,18-20 yrs,123,107590,19.002416610717773,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,114.32289123535156 +1994,20,0,MVA,18-20 yrs,58,107590,19.002416610717773,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,53.908355712890625 +1994,20,0,suicide,18-20 yrs,18,107590,19.002416610717773,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,16.730178833007812 +1994,20,0,homicide,18-20 yrs,16,107590,19.002416610717773,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,14.871270179748535 +1994,20,0,other external,18-20 yrs,10,107590,19.002416610717773,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,9.294544219970703 +1994,20,0,internal,18-20 yrs,21,107590,19.002416610717773,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,19.518543243408203 +1994,20,0,all,21-24 yrs,143,143728,22.549224853515625,1,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,99.49348449707031 +1994,20,0,MVA,21-24 yrs,43,143728,22.549224853515625,1,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,29.917621612548828 +1994,20,0,suicide,21-24 yrs,20,143728,22.549224853515625,1,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,13.915173530578613 +1994,20,0,homicide,21-24 yrs,29,143728,22.549224853515625,1,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,20.177001953125 +1994,20,0,other external,21-24 yrs,17,143728,22.549224853515625,1,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,11.827897071838379 +1994,20,0,internal,21-24 yrs,34,143728,22.549224853515625,1,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,23.655794143676758 +1995,20,0,MVA,15-17 yrs,21,116395,15.982645034790039,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,18.042011260986328 +1995,20,0,suicide,15-17 yrs,11,116395,15.982645034790039,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,9.450577735900879 +1995,20,0,homicide,15-17 yrs,10,116395,15.982645034790039,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,8.591434478759766 +1995,20,0,other external,15-17 yrs,8,116395,15.982645034790039,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,6.873147487640381 +1995,20,0,internal,15-17 yrs,12,116395,15.982645034790039,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,10.309720993041992 +1995,20,0,all,18-20 yrs,114,112013,18.99848175048828,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,101.7739028930664 +1995,20,0,MVA,18-20 yrs,35,112013,18.99848175048828,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,31.246374130249023 +1995,20,0,suicide,18-20 yrs,27,112013,18.99848175048828,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,24.104345321655273 +1995,20,0,homicide,18-20 yrs,21,112013,18.99848175048828,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,18.74782371520996 +1995,20,0,other external,18-20 yrs,9,112013,18.99848175048828,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,8.034781455993652 +1995,20,0,internal,18-20 yrs,22,112013,18.99848175048828,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,19.64057731628418 +1995,20,0,all,21-24 yrs,144,139098,22.535104751586914,1,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,103.52413177490234 +1995,20,0,MVA,21-24 yrs,48,139098,22.535104751586914,1,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,34.5080451965332 +1995,20,0,suicide,21-24 yrs,25,139098,22.535104751586914,1,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,17.97294044494629 +1995,20,0,homicide,21-24 yrs,25,139098,22.535104751586914,1,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,17.97294044494629 +1995,20,0,other external,21-24 yrs,13,139098,22.535104751586914,1,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,9.345929145812988 +1995,20,0,internal,21-24 yrs,33,139098,22.535104751586914,1,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,23.724281311035156 +1996,20,0,MVA,15-17 yrs,44,120719,15.996603965759277,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,36.448280334472656 +1996,20,0,suicide,15-17 yrs,12,120719,15.996603965759277,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,9.94044017791748 +1996,20,0,homicide,15-17 yrs,13,120719,15.996603965759277,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,10.768810272216797 +1996,20,0,other external,15-17 yrs,10,120719,15.996603965759277,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,8.283699989318848 +1996,20,0,internal,15-17 yrs,7,120719,15.996603965759277,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,5.798590183258057 +1996,20,0,all,18-20 yrs,121,114553,18.995643615722656,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,105.62796020507812 +1996,20,0,MVA,18-20 yrs,47,114553,18.995643615722656,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,41.02904510498047 +1996,20,0,suicide,18-20 yrs,26,114553,18.995643615722656,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,22.696918487548828 +1996,20,0,homicide,18-20 yrs,16,114553,18.995643615722656,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,13.967333793640137 +1996,20,0,other external,18-20 yrs,10,114553,18.995643615722656,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,8.729583740234375 +1996,20,0,internal,18-20 yrs,22,114553,18.995643615722656,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,19.2050838470459 +1996,20,0,all,21-24 yrs,137,135191,22.474225997924805,1,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,101.33810424804688 +1996,20,0,MVA,21-24 yrs,55,135191,22.474225997924805,1,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,40.68318176269531 +1996,20,0,suicide,21-24 yrs,17,135191,22.474225997924805,1,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,12.574801445007324 +1996,20,0,homicide,21-24 yrs,19,135191,22.474225997924805,1,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,14.054189682006836 +1996,20,0,other external,21-24 yrs,16,135191,22.474225997924805,1,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,11.835107803344727 +1996,20,0,internal,21-24 yrs,30,135191,22.474225997924805,1,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,22.190826416015625 +1970,21,0,MVA,15-17 yrs,104,192615,15.98548412322998,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,53.993717193603516 +1970,21,0,suicide,15-17 yrs,0,192615,15.98548412322998,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,0 +1970,21,0,homicide,15-17 yrs,10,192615,15.98548412322998,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,5.191703796386719 +1970,21,0,other external,15-17 yrs,40,192615,15.98548412322998,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,20.766815185546875 +1970,21,0,internal,15-17 yrs,43,192615,15.98548412322998,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,22.324325561523438 +1970,21,0,all,18-20 yrs,273,186231,18.98223114013672,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,146.59213256835938 +1970,21,0,MVA,18-20 yrs,131,186231,18.98223114013672,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,70.342742919921875 +1970,21,0,suicide,18-20 yrs,9,186231,18.98223114013672,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,4.83270788192749 +1970,21,0,homicide,18-20 yrs,17,186231,18.98223114013672,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,9.128447532653809 +1970,21,0,other external,18-20 yrs,44,186231,18.98223114013672,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,23.626571655273438 +1970,21,0,internal,18-20 yrs,72,186231,18.98223114013672,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,38.66166305541992 +1970,21,0,all,21-24 yrs,335,205914,22.39618492126465,1,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,162.6892852783203 +1970,21,0,MVA,21-24 yrs,131,205914,22.39618492126465,1,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,63.61879348754883 +1970,21,0,suicide,21-24 yrs,18,205914,22.39618492126465,1,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,8.7415132522583 +1970,21,0,homicide,21-24 yrs,32,205914,22.39618492126465,1,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,15.540468215942383 +1970,21,0,other external,21-24 yrs,66,205914,22.39618492126465,1,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,32.052215576171875 +1970,21,0,internal,21-24 yrs,88,205914,22.39618492126465,1,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,42.73628616333008 +1971,21,0,MVA,15-17 yrs,76,198501,15.99260425567627,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,38.28696060180664 +1971,21,0,suicide,15-17 yrs,11,198501,15.99260425567627,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,5.541533946990967 +1971,21,0,homicide,15-17 yrs,17,198501,15.99260425567627,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,8.564188957214355 +1971,21,0,other external,15-17 yrs,58,198501,15.99260425567627,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,29.218996047973633 +1971,21,0,internal,15-17 yrs,44,198501,15.99260425567627,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,22.166135787963867 +1971,21,0,all,18-20 yrs,251,192080,19.0079402923584,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,130.67471313476562 +1971,21,0,MVA,18-20 yrs,109,192080,19.0079402923584,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,56.747188568115234 +1971,21,0,suicide,18-20 yrs,17,192080,19.0079402923584,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,8.8504791259765625 +1971,21,0,homicide,18-20 yrs,25,192080,19.0079402923584,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,13.015410423278809 +1971,21,0,other external,18-20 yrs,40,192080,19.0079402923584,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,20.824655532836914 +1971,21,0,internal,18-20 yrs,60,192080,19.0079402923584,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,31.236984252929688 +1971,21,0,all,21-24 yrs,346,231188,22.500207901000977,1,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,149.6617431640625 +1971,21,0,MVA,21-24 yrs,127,231188,22.500207901000977,1,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,54.93364715576172 +1971,21,0,suicide,21-24 yrs,27,231188,22.500207901000977,1,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,11.678807258605957 +1971,21,0,homicide,21-24 yrs,38,231188,22.500207901000977,1,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,16.436840057373047 +1971,21,0,other external,21-24 yrs,58,231188,22.500207901000977,1,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,25.087806701660156 +1971,21,0,internal,21-24 yrs,96,231188,22.500207901000977,1,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,41.5246467590332 +1972,21,0,MVA,15-17 yrs,92,203455,15.988576889038086,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,45.21884536743164 +1972,21,0,suicide,15-17 yrs,8,203455,15.988576889038086,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,3.9320733547210693 +1972,21,0,homicide,15-17 yrs,10,203455,15.988576889038086,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,4.9150919914245605 +1972,21,0,other external,15-17 yrs,34,203455,15.988576889038086,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,16.71131134033203 +1972,21,0,internal,15-17 yrs,62,203455,15.988576889038086,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,30.473569869995117 +1972,21,0,all,18-20 yrs,264,190349,18.98782730102539,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,138.69261169433594 +1972,21,0,MVA,18-20 yrs,136,190349,18.98782730102539,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,71.44770812988281 +1972,21,0,suicide,18-20 yrs,16,190349,18.98782730102539,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,8.40561294555664 +1972,21,0,homicide,18-20 yrs,24,190349,18.98782730102539,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,12.608419418334961 +1972,21,0,other external,18-20 yrs,28,190349,18.98782730102539,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,14.709822654724121 +1972,21,0,internal,18-20 yrs,60,190349,18.98782730102539,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,31.521047592163086 +1972,21,0,all,21-24 yrs,292,233531,22.45677947998047,1,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,125.03693389892578 +1972,21,0,MVA,21-24 yrs,134,233531,22.45677947998047,1,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,57.37996292114258 +1972,21,0,suicide,21-24 yrs,18,233531,22.45677947998047,1,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,7.707756042480469 +1972,21,0,homicide,21-24 yrs,30,233531,22.45677947998047,1,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,12.846260070800781 +1972,21,0,other external,21-24 yrs,48,233531,22.45677947998047,1,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,20.55401611328125 +1972,21,0,internal,21-24 yrs,62,233531,22.45677947998047,1,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,26.548938751220703 +1973,21,0,MVA,15-17 yrs,103,206222,15.989923477172852,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,49.94617462158203 +1973,21,0,suicide,15-17 yrs,4,206222,15.989923477172852,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,1.939657211303711 +1973,21,0,homicide,15-17 yrs,13,206222,15.989923477172852,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,6.3038859367370605 +1973,21,0,other external,15-17 yrs,57,206222,15.989923477172852,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,27.64011573791504 +1973,21,0,internal,15-17 yrs,43,206222,15.989923477172852,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,20.851316452026367 +1973,21,0,all,18-20 yrs,277,194349,18.982954025268555,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,142.527099609375 +1973,21,0,MVA,18-20 yrs,133,194349,18.982954025268555,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,68.43359375 +1973,21,0,suicide,18-20 yrs,17,194349,18.982954025268555,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,8.747150421142578 +1973,21,0,homicide,18-20 yrs,24,194349,18.982954025268555,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,12.348918914794922 +1973,21,0,other external,18-20 yrs,47,194349,18.982954025268555,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,24.183300018310547 +1973,21,0,internal,18-20 yrs,56,194349,18.982954025268555,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,28.814144134521484 +1973,21,0,all,21-24 yrs,353,239862,22.476482391357422,1,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,147.16795349121094 +1973,21,0,MVA,21-24 yrs,143,239862,22.476482391357422,1,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,59.61761474609375 +1973,21,0,suicide,21-24 yrs,37,239862,22.476482391357422,1,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,15.425536155700684 +1973,21,0,homicide,21-24 yrs,33,239862,22.476482391357422,1,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,13.75791072845459 +1973,21,0,other external,21-24 yrs,75,239862,22.476482391357422,1,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,31.26797866821289 +1973,21,0,internal,21-24 yrs,65,239862,22.476482391357422,1,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,27.098915100097656 +1974,21,0,MVA,15-17 yrs,73,209301,16.003450393676758,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,34.87799835205078 +1974,21,0,suicide,15-17 yrs,11,209301,16.003450393676758,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,5.255589008331299 +1974,21,0,homicide,15-17 yrs,13,209301,16.003450393676758,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,6.211150646209717 +1974,21,0,other external,15-17 yrs,53,209301,16.003450393676758,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,25.3223819732666 +1974,21,0,internal,15-17 yrs,48,209301,16.003450393676758,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,22.93347930908203 +1974,21,0,all,18-20 yrs,248,200733,18.99078369140625,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,123.54720306396484 +1974,21,0,MVA,18-20 yrs,101,200733,18.99078369140625,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,50.31559371948242 +1974,21,0,suicide,18-20 yrs,15,200733,18.99078369140625,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,7.4726128578186035 +1974,21,0,homicide,18-20 yrs,25,200733,18.99078369140625,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,12.454355239868164 +1974,21,0,other external,18-20 yrs,54,200733,18.99078369140625,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,26.90140724182129 +1974,21,0,internal,18-20 yrs,53,200733,18.99078369140625,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,26.40323257446289 +1974,21,0,all,21-24 yrs,277,245826,22.492095947265625,1,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,112.68132781982422 +1974,21,0,MVA,21-24 yrs,100,245826,22.492095947265625,1,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,40.67918014526367 +1974,21,0,suicide,21-24 yrs,17,245826,22.492095947265625,1,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,6.915460586547852 +1974,21,0,homicide,21-24 yrs,26,245826,22.492095947265625,1,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,10.576586723327637 +1974,21,0,other external,21-24 yrs,57,245826,22.492095947265625,1,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,23.187131881713867 +1974,21,0,internal,21-24 yrs,77,245826,22.492095947265625,1,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,31.322967529296875 +1975,21,0,MVA,15-17 yrs,79,211200,16.004167556762695,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,37.405303955078125 +1975,21,0,suicide,15-17 yrs,11,211200,16.004167556762695,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,5.208333492279053 +1975,21,0,homicide,15-17 yrs,11,211200,16.004167556762695,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,5.208333492279053 +1975,21,0,other external,15-17 yrs,46,211200,16.004167556762695,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,21.780303955078125 +1975,21,0,internal,15-17 yrs,59,211200,16.004167556762695,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,27.935606002807617 +1975,21,0,all,18-20 yrs,271,206479,18.98724365234375,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,131.2482147216797 +1975,21,0,MVA,18-20 yrs,112,206479,18.98724365234375,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,54.24280548095703 +1975,21,0,suicide,18-20 yrs,26,206479,18.98724365234375,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,12.592079162597656 +1975,21,0,homicide,18-20 yrs,21,206479,18.98724365234375,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,10.170525550842285 +1975,21,0,other external,18-20 yrs,67,206479,18.98724365234375,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,32.448822021484375 +1975,21,0,internal,18-20 yrs,45,206479,18.98724365234375,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,21.793983459472656 +1975,21,0,all,21-24 yrs,350,250841,22.4974308013916,1,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,139.53062438964844 +1975,21,0,MVA,21-24 yrs,101,250841,22.4974308013916,1,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,40.264549255371094 +1975,21,0,suicide,21-24 yrs,37,250841,22.4974308013916,1,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,14.75037956237793 +1975,21,0,homicide,21-24 yrs,44,250841,22.4974308013916,1,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,17.540992736816406 +1975,21,0,other external,21-24 yrs,72,250841,22.4974308013916,1,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,28.703441619873047 +1975,21,0,internal,21-24 yrs,96,250841,22.4974308013916,1,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,38.27125549316406 +1976,21,0,MVA,15-17 yrs,91,213220,16.002925872802734,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,42.678924560546875 +1976,21,0,suicide,15-17 yrs,14,213220,16.002925872802734,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,6.565988063812256 +1976,21,0,homicide,15-17 yrs,18,213220,16.002925872802734,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,8.441985130310059 +1976,21,0,other external,15-17 yrs,46,213220,16.002925872802734,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,21.57396125793457 +1976,21,0,internal,15-17 yrs,42,213220,16.002925872802734,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,19.69796371459961 +1976,21,0,all,18-20 yrs,275,212990,18.989219665527344,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,129.11404418945312 +1976,21,0,MVA,18-20 yrs,123,212990,18.989219665527344,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,57.74919128417969 +1976,21,0,suicide,18-20 yrs,17,212990,18.989219665527344,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,7.981595516204834 +1976,21,0,homicide,18-20 yrs,24,212990,18.989219665527344,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,11.268135070800781 +1976,21,0,other external,18-20 yrs,50,212990,18.989219665527344,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,23.47528076171875 +1976,21,0,internal,18-20 yrs,61,212990,18.989219665527344,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,28.639842987060547 +1976,21,0,all,21-24 yrs,335,255811,22.4716796875,1,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,130.9560546875 +1976,21,0,MVA,21-24 yrs,113,255811,22.4716796875,1,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,44.17323684692383 +1976,21,0,suicide,21-24 yrs,34,255811,22.4716796875,1,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,13.291062355041504 +1976,21,0,homicide,21-24 yrs,28,255811,22.4716796875,1,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,10.94558048248291 +1976,21,0,other external,21-24 yrs,84,255811,22.4716796875,1,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,32.83674240112305 +1976,21,0,internal,21-24 yrs,76,255811,22.4716796875,1,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,29.709434509277344 +1977,21,0,MVA,15-17 yrs,101,213505,16.00855255126953,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,47.30568313598633 +1977,21,0,suicide,15-17 yrs,5,213505,16.00855255126953,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,2.3418655395507812 +1977,21,0,homicide,15-17 yrs,13,213505,16.00855255126953,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,6.088850498199463 +1977,21,0,other external,15-17 yrs,45,213505,16.00855255126953,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,21.07678985595703 +1977,21,0,internal,15-17 yrs,42,213505,16.00855255126953,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,19.67167091369629 +1977,21,0,all,18-20 yrs,288,216016,19.001625061035156,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,133.32345581054688 +1977,21,0,MVA,18-20 yrs,123,216016,19.001625061035156,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,56.94022750854492 +1977,21,0,suicide,18-20 yrs,26,216016,19.001625061035156,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,12.036145210266113 +1977,21,0,homicide,18-20 yrs,26,216016,19.001625061035156,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,12.036145210266113 +1977,21,0,other external,18-20 yrs,63,216016,19.001625061035156,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,29.164506912231445 +1977,21,0,internal,18-20 yrs,50,216016,19.001625061035156,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,23.146432876586914 +1977,21,0,all,21-24 yrs,371,260641,22.46969223022461,1,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,142.3413848876953 +1977,21,0,MVA,21-24 yrs,131,260641,22.46969223022461,1,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,50.260704040527344 +1977,21,0,suicide,21-24 yrs,40,260641,22.46969223022461,1,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,15.346779823303223 +1977,21,0,homicide,21-24 yrs,38,260641,22.46969223022461,1,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,14.57944107055664 +1977,21,0,other external,21-24 yrs,89,260641,22.46969223022461,1,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,34.146583557128906 +1977,21,0,internal,21-24 yrs,73,260641,22.46969223022461,1,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,28.00787353515625 +1978,21,0,MVA,15-17 yrs,97,212882,16.0109920501709,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,45.565147399902344 +1978,21,0,suicide,15-17 yrs,16,212882,16.0109920501709,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,7.515900611877441 +1978,21,0,homicide,15-17 yrs,6,212882,16.0109920501709,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,2.81846284866333 +1978,21,0,other external,15-17 yrs,39,212882,16.0109920501709,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,18.32000732421875 +1978,21,0,internal,15-17 yrs,53,212882,16.0109920501709,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,24.896421432495117 +1978,21,0,all,18-20 yrs,290,216465,19.001386642456055,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,133.97085571289062 +1978,21,0,MVA,18-20 yrs,122,216465,19.001386642456055,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,56.36014938354492 +1978,21,0,suicide,18-20 yrs,23,216465,19.001386642456055,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,10.625274658203125 +1978,21,0,homicide,18-20 yrs,26,216465,19.001386642456055,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,12.01117992401123 +1978,21,0,other external,18-20 yrs,54,216465,19.001386642456055,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,24.94629669189453 +1978,21,0,internal,18-20 yrs,65,216465,19.001386642456055,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,30.0279483795166 +1978,21,0,all,21-24 yrs,342,266254,22.467693328857422,1,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,128.4487762451172 +1978,21,0,MVA,21-24 yrs,112,266254,22.467693328857422,1,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,42.065093994140625 +1978,21,0,suicide,21-24 yrs,39,266254,22.467693328857422,1,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,14.647666931152344 +1978,21,0,homicide,21-24 yrs,52,266254,22.467693328857422,1,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,19.530223846435547 +1978,21,0,other external,21-24 yrs,63,266254,22.467693328857422,1,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,23.661617279052734 +1978,21,0,internal,21-24 yrs,76,266254,22.467693328857422,1,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,28.544172286987305 +1979,21,0,MVA,15-17 yrs,87,211309,16.008878707885742,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,41.171932220458984 +1979,21,0,suicide,15-17 yrs,21,211309,16.008878707885742,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,9.938053131103516 +1979,21,0,homicide,15-17 yrs,7,211309,16.008878707885742,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,3.3126842975616455 +1979,21,0,other external,15-17 yrs,33,211309,16.008878707885742,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,15.61694049835205 +1979,21,0,internal,15-17 yrs,29,211309,16.008878707885742,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,13.723978042602539 +1979,21,0,all,18-20 yrs,277,217118,18.99962615966797,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,127.58039093017578 +1979,21,0,MVA,18-20 yrs,125,217118,18.99962615966797,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,57.57238006591797 +1979,21,0,suicide,18-20 yrs,26,217118,18.99962615966797,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,11.975054740905762 +1979,21,0,homicide,18-20 yrs,27,217118,18.99962615966797,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,12.435633659362793 +1979,21,0,other external,18-20 yrs,51,217118,18.99962615966797,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,23.489530563354492 +1979,21,0,internal,18-20 yrs,48,217118,18.99962615966797,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,22.1077938079834 +1979,21,0,all,21-24 yrs,314,271142,22.46954345703125,1,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,115.80648040771484 +1979,21,0,MVA,21-24 yrs,126,271142,22.46954345703125,1,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,46.470115661621094 +1979,21,0,suicide,21-24 yrs,32,271142,22.46954345703125,1,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,11.801934242248535 +1979,21,0,homicide,21-24 yrs,34,271142,22.46954345703125,1,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,12.539554595947266 +1979,21,0,other external,21-24 yrs,59,271142,22.46954345703125,1,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,21.759815216064453 +1979,21,0,internal,21-24 yrs,63,271142,22.46954345703125,1,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,23.235057830810547 +1980,21,0,MVA,15-17 yrs,65,207107,16.018285751342773,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,31.384742736816406 +1980,21,0,suicide,15-17 yrs,10,207107,16.018285751342773,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,4.8284220695495605 +1980,21,0,homicide,15-17 yrs,14,207107,16.018285751342773,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,6.759790897369385 +1980,21,0,other external,15-17 yrs,50,207107,16.018285751342773,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,24.14211082458496 +1980,21,0,internal,15-17 yrs,38,207107,16.018285751342773,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,18.348003387451172 +1980,21,0,all,18-20 yrs,293,218133,19.00695037841797,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,134.32171630859375 +1980,21,0,MVA,18-20 yrs,115,218133,19.00695037841797,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,52.720130920410156 +1980,21,0,suicide,18-20 yrs,32,218133,19.00695037841797,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,14.669949531555176 +1980,21,0,homicide,18-20 yrs,30,218133,19.00695037841797,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,13.753077507019043 +1980,21,0,other external,18-20 yrs,66,218133,19.00695037841797,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,30.25676918029785 +1980,21,0,internal,18-20 yrs,50,218133,19.00695037841797,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,22.921794891357422 +1980,21,0,all,21-24 yrs,359,274028,22.475914001464844,1,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,131.00851440429688 +1980,21,0,MVA,21-24 yrs,125,274028,22.475914001464844,1,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,45.61577606201172 +1980,21,0,suicide,21-24 yrs,36,274028,22.475914001464844,1,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,13.137343406677246 +1980,21,0,homicide,21-24 yrs,45,274028,22.475914001464844,1,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,16.421680450439453 +1980,21,0,other external,21-24 yrs,85,274028,22.475914001464844,1,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,31.018728256225586 +1980,21,0,internal,21-24 yrs,68,274028,22.475914001464844,1,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,24.81498146057129 +1981,21,0,MVA,15-17 yrs,88,197655,16.033836364746094,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,44.52202224731445 +1981,21,0,suicide,15-17 yrs,14,197655,16.033836364746094,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,7.0830488204956055 +1981,21,0,homicide,15-17 yrs,4,197655,16.033836364746094,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,2.023728132247925 +1981,21,0,other external,15-17 yrs,44,197655,16.033836364746094,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,22.261011123657227 +1981,21,0,internal,15-17 yrs,14,197655,16.033836364746094,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,7.0830488204956055 +1981,21,0,all,18-20 yrs,258,216214,19.01816177368164,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,119.32622528076172 +1981,21,0,MVA,18-20 yrs,130,216214,19.01816177368164,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,60.12561798095703 +1981,21,0,suicide,18-20 yrs,16,216214,19.01816177368164,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,7.400075912475586 +1981,21,0,homicide,18-20 yrs,14,216214,19.01816177368164,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,6.475066184997559 +1981,21,0,other external,18-20 yrs,42,216214,19.01816177368164,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,19.425199508666992 +1981,21,0,internal,18-20 yrs,56,216214,19.01816177368164,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,25.900264739990234 +1981,21,0,all,21-24 yrs,316,274773,22.48797035217285,1,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,115.00402069091797 +1981,21,0,MVA,21-24 yrs,102,274773,22.48797035217285,1,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,37.121551513671875 +1981,21,0,suicide,21-24 yrs,40,274773,22.48797035217285,1,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,14.55747127532959 +1981,21,0,homicide,21-24 yrs,42,274773,22.48797035217285,1,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,15.285345077514648 +1981,21,0,other external,21-24 yrs,60,274773,22.48797035217285,1,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,21.836206436157227 +1981,21,0,internal,21-24 yrs,72,274773,22.48797035217285,1,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,26.203447341918945 +1982,21,0,MVA,15-17 yrs,60,188359,16.03139305114746,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,31.854066848754883 +1982,21,0,suicide,15-17 yrs,14,188359,16.03139305114746,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,7.432615280151367 +1982,21,0,homicide,15-17 yrs,12,188359,16.03139305114746,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,6.370813369750977 +1982,21,0,other external,15-17 yrs,28,188359,16.03139305114746,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,14.865230560302734 +1982,21,0,internal,15-17 yrs,26,188359,16.03139305114746,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,13.803428649902344 +1982,21,0,all,18-20 yrs,220,212521,19.021875381469727,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,103.51918029785156 +1982,21,0,MVA,18-20 yrs,96,212521,19.021875381469727,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,45.17200469970703 +1982,21,0,suicide,18-20 yrs,24,212521,19.021875381469727,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,11.293001174926758 +1982,21,0,homicide,18-20 yrs,22,212521,19.021875381469727,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,10.35191822052002 +1982,21,0,other external,18-20 yrs,44,212521,19.021875381469727,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,20.70383644104004 +1982,21,0,internal,18-20 yrs,34,212521,19.021875381469727,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,15.998418807983398 +1982,21,0,all,21-24 yrs,352,275831,22.481555938720703,1,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,127.61437225341797 +1982,21,0,MVA,21-24 yrs,136,275831,22.481555938720703,1,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,49.3055534362793 +1982,21,0,suicide,21-24 yrs,44,275831,22.481555938720703,1,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,15.951796531677246 +1982,21,0,homicide,21-24 yrs,38,275831,22.481555938720703,1,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,13.776551246643066 +1982,21,0,other external,21-24 yrs,80,275831,22.481555938720703,1,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,29.003267288208008 +1982,21,0,internal,21-24 yrs,54,275831,22.481555938720703,1,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,19.577205657958984 +1983,21,0,MVA,15-17 yrs,75,179951,16.017932891845703,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,41.67801284790039 +1983,21,0,suicide,15-17 yrs,14,179951,16.017932891845703,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,7.779895782470703 +1983,21,0,homicide,15-17 yrs,5,179951,16.017932891845703,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,2.778534173965454 +1983,21,0,other external,15-17 yrs,35,179951,16.017932891845703,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,19.449739456176758 +1983,21,0,internal,15-17 yrs,36,179951,16.017932891845703,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,20.00544548034668 +1983,21,0,all,18-20 yrs,239,207661,19.029640197753906,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,115.09142303466797 +1983,21,0,MVA,18-20 yrs,95,207661,19.029640197753906,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,45.74763488769531 +1983,21,0,suicide,18-20 yrs,31,207661,19.029640197753906,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,14.928175926208496 +1983,21,0,homicide,18-20 yrs,20,207661,19.029640197753906,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,9.631081581115723 +1983,21,0,other external,18-20 yrs,47,207661,19.029640197753906,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,22.633041381835938 +1983,21,0,internal,18-20 yrs,46,207661,19.029640197753906,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,22.151487350463867 +1983,21,0,all,21-24 yrs,287,275644,22.48299217224121,1,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,104.11980438232422 +1983,21,0,MVA,21-24 yrs,99,275644,22.48299217224121,1,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,35.915889739990234 +1983,21,0,suicide,21-24 yrs,32,275644,22.48299217224121,1,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,11.609176635742188 +1983,21,0,homicide,21-24 yrs,34,275644,22.48299217224121,1,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,12.334750175476074 +1983,21,0,other external,21-24 yrs,62,275644,22.48299217224121,1,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,22.492780685424805 +1983,21,0,internal,21-24 yrs,60,275644,22.48299217224121,1,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,21.7672061920166 +1984,21,0,MVA,15-17 yrs,58,177396,16.000591278076172,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,32.695213317871094 +1984,21,0,suicide,15-17 yrs,14,177396,16.000591278076172,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,7.8919477462768555 +1984,21,0,homicide,15-17 yrs,4,177396,16.000591278076172,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,2.2548422813415527 +1984,21,0,other external,15-17 yrs,16,177396,16.000591278076172,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,9.019369125366211 +1984,21,0,internal,15-17 yrs,28,177396,16.000591278076172,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,15.783895492553711 +1984,21,0,all,18-20 yrs,217,197881,19.045724868774414,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,109.661865234375 +1984,21,0,MVA,18-20 yrs,89,197881,19.045724868774414,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,44.97652816772461 +1984,21,0,suicide,18-20 yrs,28,197881,19.045724868774414,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,14.149918556213379 +1984,21,0,homicide,18-20 yrs,11,197881,19.045724868774414,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,5.558896541595459 +1984,21,0,other external,18-20 yrs,51,197881,19.045724868774414,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,25.7730655670166 +1984,21,0,internal,18-20 yrs,38,197881,19.045724868774414,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,19.203460693359375 +1984,21,0,all,21-24 yrs,294,272188,22.492063522338867,1,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,108.01358032226562 +1984,21,0,MVA,21-24 yrs,108,272188,22.492063522338867,1,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,39.67845916748047 +1984,21,0,suicide,21-24 yrs,38,272188,22.492063522338867,1,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,13.960938453674316 +1984,21,0,homicide,21-24 yrs,27,272188,22.492063522338867,1,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,9.919614791870117 +1984,21,0,other external,21-24 yrs,56,272188,22.492063522338867,1,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,20.57401466369629 +1984,21,0,internal,21-24 yrs,65,272188,22.492063522338867,1,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,23.880552291870117 +1985,21,0,MVA,15-17 yrs,64,177589,15.984565734863281,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,36.03826904296875 +1985,21,0,suicide,15-17 yrs,14,177589,15.984565734863281,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,7.883371353149414 +1985,21,0,homicide,15-17 yrs,8,177589,15.984565734863281,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,4.504783630371094 +1985,21,0,other external,15-17 yrs,21,177589,15.984565734863281,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,11.825057029724121 +1985,21,0,internal,15-17 yrs,31,177589,15.984565734863281,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,17.456035614013672 +1985,21,0,all,18-20 yrs,189,188592,19.04378318786621,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,100.21633911132812 +1985,21,0,MVA,18-20 yrs,84,188592,19.04378318786621,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,44.54059600830078 +1985,21,0,suicide,18-20 yrs,27,188592,19.04378318786621,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,14.316619873046875 +1985,21,0,homicide,18-20 yrs,15,188592,19.04378318786621,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,7.953677654266357 +1985,21,0,other external,18-20 yrs,34,188592,19.04378318786621,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,18.028335571289062 +1985,21,0,internal,18-20 yrs,29,188592,19.04378318786621,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,15.377110481262207 +1985,21,0,all,21-24 yrs,267,268078,22.505020141601562,1,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,99.5978775024414 +1985,21,0,MVA,21-24 yrs,95,268078,22.505020141601562,1,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,35.43744659423828 +1985,21,0,suicide,21-24 yrs,46,268078,22.505020141601562,1,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,17.1591854095459 +1985,21,0,homicide,21-24 yrs,27,268078,22.505020141601562,1,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,10.071695327758789 +1985,21,0,other external,21-24 yrs,44,268078,22.505020141601562,1,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,16.41313362121582 +1985,21,0,internal,21-24 yrs,55,268078,22.505020141601562,1,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,20.516416549682617 +1986,21,0,MVA,15-17 yrs,55,181573,15.975409507751465,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,30.290847778320312 +1986,21,0,suicide,15-17 yrs,17,181573,15.975409507751465,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,9.3626251220703125 +1986,21,0,homicide,15-17 yrs,8,181573,15.975409507751465,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,4.405941486358643 +1986,21,0,other external,15-17 yrs,24,181573,15.975409507751465,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,13.21782398223877 +1986,21,0,internal,15-17 yrs,35,181573,15.975409507751465,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,19.27599334716797 +1986,21,0,all,18-20 yrs,193,179726,19.028839111328125,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,107.38568878173828 +1986,21,0,MVA,18-20 yrs,90,179726,19.028839111328125,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,50.07622528076172 +1986,21,0,suicide,18-20 yrs,20,179726,19.028839111328125,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,11.128050804138184 +1986,21,0,homicide,18-20 yrs,17,179726,19.028839111328125,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,9.458843231201172 +1986,21,0,other external,18-20 yrs,34,179726,19.028839111328125,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,18.917686462402344 +1986,21,0,internal,18-20 yrs,32,179726,19.028839111328125,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,17.804880142211914 +1986,21,0,all,21-24 yrs,279,259411,22.513227462768555,1,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,107.55133819580078 +1986,21,0,MVA,21-24 yrs,109,259411,22.513227462768555,1,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,42.01826477050781 +1986,21,0,suicide,21-24 yrs,47,259411,22.513227462768555,1,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,18.11796760559082 +1986,21,0,homicide,21-24 yrs,24,259411,22.513227462768555,1,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,9.251728057861328 +1986,21,0,other external,21-24 yrs,42,259411,22.513227462768555,1,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,16.190523147583008 +1986,21,0,internal,21-24 yrs,57,259411,22.513227462768555,1,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,21.972854614257812 +1987,21,0,MVA,15-17 yrs,75,180923,16.00432777404785,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,41.454097747802734 +1987,21,0,suicide,15-17 yrs,14,180923,16.00432777404785,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,7.738098621368408 +1987,21,0,homicide,15-17 yrs,4,180923,16.00432777404785,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,2.2108852863311768 +1987,21,0,other external,15-17 yrs,18,180923,16.00432777404785,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,9.948984146118164 +1987,21,0,internal,15-17 yrs,31,180923,16.00432777404785,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,17.134361267089844 +1987,21,0,all,18-20 yrs,182,176688,19.014171600341797,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,103.00643157958984 +1987,21,0,MVA,18-20 yrs,83,176688,19.014171600341797,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,46.975460052490234 +1987,21,0,suicide,18-20 yrs,19,176688,19.014171600341797,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,10.753418922424316 +1987,21,0,homicide,18-20 yrs,21,176688,19.014171600341797,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,11.885356903076172 +1987,21,0,other external,18-20 yrs,23,176688,19.014171600341797,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,13.017295837402344 +1987,21,0,internal,18-20 yrs,36,176688,19.014171600341797,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,20.37489891052246 +1987,21,0,all,21-24 yrs,300,247858,22.53203773498535,1,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,121.03704833984375 +1987,21,0,MVA,21-24 yrs,114,247858,22.53203773498535,1,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,45.994075775146484 +1987,21,0,suicide,21-24 yrs,44,247858,22.53203773498535,1,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,17.752099990844727 +1987,21,0,homicide,21-24 yrs,25,247858,22.53203773498535,1,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,10.086420059204102 +1987,21,0,other external,21-24 yrs,54,247858,22.53203773498535,1,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,21.78666877746582 +1987,21,0,internal,21-24 yrs,63,247858,22.53203773498535,1,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,25.41777992248535 +1988,21,0,MVA,15-17 yrs,75,175559,16.040584564208984,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,42.720680236816406 +1988,21,0,suicide,15-17 yrs,16,175559,16.040584564208984,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,9.11374568939209 +1988,21,0,homicide,15-17 yrs,3,175559,16.040584564208984,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,1.708827257156372 +1988,21,0,other external,15-17 yrs,20,175559,16.040584564208984,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,11.392181396484375 +1988,21,0,internal,15-17 yrs,20,175559,16.040584564208984,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,11.392181396484375 +1988,21,0,all,18-20 yrs,176,177217,18.99862289428711,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,99.31327056884766 +1988,21,0,MVA,18-20 yrs,89,177217,18.99862289428711,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,50.220916748046875 +1988,21,0,suicide,18-20 yrs,24,177217,18.99862289428711,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,13.542718887329102 +1988,21,0,homicide,18-20 yrs,15,177217,18.99862289428711,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,8.46419906616211 +1988,21,0,other external,18-20 yrs,24,177217,18.99862289428711,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,13.542718887329102 +1988,21,0,internal,18-20 yrs,24,177217,18.99862289428711,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,13.542718887329102 +1988,21,0,all,21-24 yrs,256,236388,22.535953521728516,1,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,108.2965316772461 +1988,21,0,MVA,21-24 yrs,107,236388,22.535953521728516,1,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,45.264564514160156 +1988,21,0,suicide,21-24 yrs,34,236388,22.535953521728516,1,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,14.383132934570312 +1988,21,0,homicide,21-24 yrs,16,236388,22.535953521728516,1,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,6.768533229827881 +1988,21,0,other external,21-24 yrs,37,236388,22.535953521728516,1,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,15.652233123779297 +1988,21,0,internal,21-24 yrs,62,236388,22.535953521728516,1,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,26.228065490722656 +1989,21,0,MVA,15-17 yrs,64,166236,16.03237533569336,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,38.499481201171875 +1989,21,0,suicide,15-17 yrs,8,166236,16.03237533569336,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,4.812435150146484 +1989,21,0,homicide,15-17 yrs,4,166236,16.03237533569336,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,2.406217575073242 +1989,21,0,other external,15-17 yrs,26,166236,16.03237533569336,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,15.64041519165039 +1989,21,0,internal,15-17 yrs,28,166236,16.03237533569336,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,16.843523025512695 +1989,21,0,all,18-20 yrs,179,181336,18.989538192749023,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,98.71178436279297 +1989,21,0,MVA,18-20 yrs,80,181336,18.989538192749023,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,44.11699676513672 +1989,21,0,suicide,18-20 yrs,24,181336,18.989538192749023,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,13.235099792480469 +1989,21,0,homicide,18-20 yrs,7,181336,18.989538192749023,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,3.8602373600006104 +1989,21,0,other external,18-20 yrs,30,181336,18.989538192749023,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,16.543874740600586 +1989,21,0,internal,18-20 yrs,38,181336,18.989538192749023,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,20.95557403564453 +1989,21,0,all,21-24 yrs,238,224781,22.523874282836914,1,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,105.8808364868164 +1989,21,0,MVA,21-24 yrs,85,224781,22.523874282836914,1,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,37.81458282470703 +1989,21,0,suicide,21-24 yrs,29,224781,22.523874282836914,1,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,12.901446342468262 +1989,21,0,homicide,21-24 yrs,23,224781,22.523874282836914,1,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,10.232181549072266 +1989,21,0,other external,21-24 yrs,36,224781,22.523874282836914,1,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,16.015588760375977 +1989,21,0,internal,21-24 yrs,65,224781,22.523874282836914,1,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,28.917034149169922 +1990,21,0,MVA,15-17 yrs,72,161383,16.013818740844727,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,44.61436462402344 +1990,21,0,suicide,15-17 yrs,19,161383,16.013818740844727,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,11.773235321044922 +1990,21,0,homicide,15-17 yrs,2,161383,16.013818740844727,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,1.2392878532409668 +1990,21,0,other external,15-17 yrs,20,161383,16.013818740844727,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,12.392879486083984 +1990,21,0,internal,15-17 yrs,22,161383,16.013818740844727,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,13.632166862487793 +1990,21,0,all,18-20 yrs,189,184779,19.01854705810547,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,102.28434753417969 +1990,21,0,MVA,18-20 yrs,98,184779,19.01854705810547,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,53.03633117675781 +1990,21,0,suicide,18-20 yrs,19,184779,19.01854705810547,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,10.282553672790527 +1990,21,0,homicide,18-20 yrs,12,184779,19.01854705810547,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,6.494244575500488 +1990,21,0,other external,18-20 yrs,24,184779,19.01854705810547,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,12.988489151000977 +1990,21,0,internal,18-20 yrs,36,184779,19.01854705810547,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,19.48273277282715 +1990,21,0,all,21-24 yrs,262,219584,22.48676109313965,1,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,119.3165283203125 +1990,21,0,MVA,21-24 yrs,83,219584,22.48676109313965,1,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,37.79874801635742 +1990,21,0,suicide,21-24 yrs,44,219584,22.48676109313965,1,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,20.03788948059082 +1990,21,0,homicide,21-24 yrs,29,219584,22.48676109313965,1,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,13.206790924072266 +1990,21,0,other external,21-24 yrs,46,219584,22.48676109313965,1,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,20.94870376586914 +1990,21,0,internal,21-24 yrs,60,219584,22.48676109313965,1,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,27.32439613342285 +1991,21,0,MVA,15-17 yrs,70,161596,16.0120792388916,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,43.31790542602539 +1991,21,0,suicide,15-17 yrs,22,161596,16.0120792388916,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,13.614198684692383 +1991,21,0,homicide,15-17 yrs,2,161596,16.0120792388916,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,1.237654447555542 +1991,21,0,other external,15-17 yrs,15,161596,16.0120792388916,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,9.282407760620117 +1991,21,0,internal,15-17 yrs,27,161596,16.0120792388916,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,16.70833396911621 +1991,21,0,all,18-20 yrs,191,179928,19.050809860229492,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,106.15357208251953 +1991,21,0,MVA,18-20 yrs,87,179928,19.050809860229492,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,48.3526725769043 +1991,21,0,suicide,18-20 yrs,29,179928,19.050809860229492,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,16.117557525634766 +1991,21,0,homicide,18-20 yrs,11,179928,19.050809860229492,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,6.113556385040283 +1991,21,0,other external,18-20 yrs,31,179928,19.050809860229492,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,17.229114532470703 +1991,21,0,internal,18-20 yrs,33,179928,19.050809860229492,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,18.340669631958008 +1991,21,0,all,21-24 yrs,237,221550,22.454713821411133,1,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,106.97359466552734 +1991,21,0,MVA,21-24 yrs,97,221550,22.454713821411133,1,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,43.782440185546875 +1991,21,0,suicide,21-24 yrs,31,221550,22.454713821411133,1,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,13.992326736450195 +1991,21,0,homicide,21-24 yrs,23,221550,22.454713821411133,1,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,10.381403923034668 +1991,21,0,other external,21-24 yrs,42,221550,22.454713821411133,1,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,18.957345962524414 +1991,21,0,internal,21-24 yrs,44,221550,22.454713821411133,1,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,19.860076904296875 +1992,21,0,MVA,15-17 yrs,62,165944,16.003633499145508,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,37.362003326416016 +1992,21,0,suicide,15-17 yrs,11,165944,16.003633499145508,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,6.628742218017578 +1992,21,0,homicide,15-17 yrs,10,165944,16.003633499145508,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,6.026129245758057 +1992,21,0,other external,15-17 yrs,20,165944,16.003633499145508,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,12.052258491516113 +1992,21,0,internal,15-17 yrs,36,165944,16.003633499145508,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,21.69406509399414 +1992,21,0,all,18-20 yrs,181,173519,19.040071487426758,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,104.31134033203125 +1992,21,0,MVA,18-20 yrs,83,173519,19.040071487426758,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,47.833377838134766 +1992,21,0,suicide,18-20 yrs,28,173519,19.040071487426758,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,16.13656234741211 +1992,21,0,homicide,18-20 yrs,8,173519,19.040071487426758,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,4.610445976257324 +1992,21,0,other external,18-20 yrs,27,173519,19.040071487426758,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,15.560256004333496 +1992,21,0,internal,18-20 yrs,35,173519,19.040071487426758,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,20.17070198059082 +1992,21,0,all,21-24 yrs,251,228386,22.43228530883789,1,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,109.90165710449219 +1992,21,0,MVA,21-24 yrs,95,228386,22.43228530883789,1,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,41.59624481201172 +1992,21,0,suicide,21-24 yrs,44,228386,22.43228530883789,1,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,19.265628814697266 +1992,21,0,homicide,21-24 yrs,22,228386,22.43228530883789,1,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,9.632814407348633 +1992,21,0,other external,21-24 yrs,36,228386,22.43228530883789,1,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,15.762787818908691 +1992,21,0,internal,21-24 yrs,54,228386,22.43228530883789,1,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,23.644182205200195 +1993,21,0,MVA,15-17 yrs,67,168965,15.999544143676758,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,39.65318298339844 +1993,21,0,suicide,15-17 yrs,8,168965,15.999544143676758,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,4.734708309173584 +1993,21,0,homicide,15-17 yrs,7,168965,15.999544143676758,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,4.14286994934082 +1993,21,0,other external,15-17 yrs,27,168965,15.999544143676758,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,15.97964096069336 +1993,21,0,internal,15-17 yrs,29,168965,15.999544143676758,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,17.163318634033203 +1993,21,0,all,18-20 yrs,173,171096,19.012203216552734,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,101.11282348632812 +1993,21,0,MVA,18-20 yrs,86,171096,19.012203216552734,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,50.26417922973633 +1993,21,0,suicide,18-20 yrs,17,171096,19.012203216552734,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,9.935942649841309 +1993,21,0,homicide,18-20 yrs,14,171096,19.012203216552734,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,8.1825408935546875 +1993,21,0,other external,18-20 yrs,24,171096,19.012203216552734,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,14.027213096618652 +1993,21,0,internal,18-20 yrs,32,171096,19.012203216552734,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,18.70294952392578 +1993,21,0,all,21-24 yrs,239,232451,22.461740493774414,1,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,102.81736755371094 +1993,21,0,MVA,21-24 yrs,106,232451,22.461740493774414,1,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,45.601009368896484 +1993,21,0,suicide,21-24 yrs,38,232451,22.461740493774414,1,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,16.347530364990234 +1993,21,0,homicide,21-24 yrs,26,232451,22.461740493774414,1,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,11.185153007507324 +1993,21,0,other external,21-24 yrs,31,232451,22.461740493774414,1,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,13.336143493652344 +1993,21,0,internal,21-24 yrs,38,232451,22.461740493774414,1,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,16.347530364990234 +1994,21,0,MVA,15-17 yrs,54,173355,16.008352279663086,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,31.149951934814453 +1994,21,0,suicide,15-17 yrs,18,173355,16.008352279663086,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,10.383316993713379 +1994,21,0,homicide,15-17 yrs,7,173355,16.008352279663086,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,4.037956714630127 +1994,21,0,other external,15-17 yrs,15,173355,16.008352279663086,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,8.652764320373535 +1994,21,0,internal,15-17 yrs,28,173355,16.008352279663086,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,16.151826858520508 +1994,21,0,all,18-20 yrs,167,171292,19.010812759399414,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,97.49433898925781 +1994,21,0,MVA,18-20 yrs,69,171292,19.010812759399414,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,40.2820930480957 +1994,21,0,suicide,18-20 yrs,18,171292,19.010812759399414,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,10.508371353149414 +1994,21,0,homicide,18-20 yrs,22,171292,19.010812759399414,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,12.843564987182617 +1994,21,0,other external,18-20 yrs,28,171292,19.010812759399414,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,16.346355438232422 +1994,21,0,internal,18-20 yrs,30,171292,19.010812759399414,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,17.513952255249023 +1994,21,0,all,21-24 yrs,245,230929,22.51265525817871,1,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,106.09321594238281 +1994,21,0,MVA,21-24 yrs,89,230929,22.51265525817871,1,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,38.53998565673828 +1994,21,0,suicide,21-24 yrs,34,230929,22.51265525817871,1,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,14.723139762878418 +1994,21,0,homicide,21-24 yrs,27,230929,22.51265525817871,1,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,11.69190502166748 +1994,21,0,other external,21-24 yrs,31,230929,22.51265525817871,1,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,13.424039840698242 +1994,21,0,internal,21-24 yrs,64,230929,22.51265525817871,1,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,27.71414566040039 +1995,21,0,MVA,15-17 yrs,69,176545,15.999631881713867,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,39.083518981933594 +1995,21,0,suicide,15-17 yrs,17,176545,15.999631881713867,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,9.629273414611816 +1995,21,0,homicide,15-17 yrs,10,176545,15.999631881713867,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,5.664278030395508 +1995,21,0,other external,15-17 yrs,19,176545,15.999631881713867,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,10.762128829956055 +1995,21,0,internal,15-17 yrs,24,176545,15.999631881713867,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,13.594267845153809 +1995,21,0,all,18-20 yrs,165,174881,19.00336265563965,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,94.34986877441406 +1995,21,0,MVA,18-20 yrs,84,174881,19.00336265563965,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,48.03266143798828 +1995,21,0,suicide,18-20 yrs,23,174881,19.00336265563965,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,13.151800155639648 +1995,21,0,homicide,18-20 yrs,15,174881,19.00336265563965,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,8.577260971069336 +1995,21,0,other external,18-20 yrs,14,174881,19.00336265563965,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,8.005443572998047 +1995,21,0,internal,18-20 yrs,29,174881,19.00336265563965,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,16.582704544067383 +1995,21,0,all,21-24 yrs,219,226367,22.531896591186523,1,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,96.74555206298828 +1995,21,0,MVA,21-24 yrs,82,226367,22.531896591186523,1,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,36.224361419677734 +1995,21,0,suicide,21-24 yrs,37,226367,22.531896591186523,1,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,16.345138549804688 +1995,21,0,homicide,21-24 yrs,26,226367,22.531896591186523,1,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,11.485773086547852 +1995,21,0,other external,21-24 yrs,29,226367,22.531896591186523,1,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,12.811054229736328 +1995,21,0,internal,21-24 yrs,45,226367,22.531896591186523,1,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,19.879222869873047 +1996,21,0,MVA,15-17 yrs,67,177695,16.012409210205078,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,37.705055236816406 +1996,21,0,suicide,15-17 yrs,15,177695,16.012409210205078,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,8.44143009185791 +1996,21,0,homicide,15-17 yrs,10,177695,16.012409210205078,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,5.627620220184326 +1996,21,0,other external,15-17 yrs,17,177695,16.012409210205078,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,9.566954612731934 +1996,21,0,internal,15-17 yrs,23,177695,16.012409210205078,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,12.943527221679688 +1996,21,0,all,18-20 yrs,181,177122,18.998830795288086,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,102.189453125 +1996,21,0,MVA,18-20 yrs,73,177122,18.998830795288086,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,41.21453094482422 +1996,21,0,suicide,18-20 yrs,22,177122,18.998830795288086,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,12.420817375183105 +1996,21,0,homicide,18-20 yrs,23,177122,18.998830795288086,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,12.985400199890137 +1996,21,0,other external,18-20 yrs,28,177122,18.998830795288086,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,15.808313369750977 +1996,21,0,internal,18-20 yrs,35,177122,18.998830795288086,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,19.760391235351562 +1996,21,0,all,21-24 yrs,185,220079,22.49996566772461,1,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,84.06072235107422 +1996,21,0,MVA,21-24 yrs,81,220079,22.49996566772461,1,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,36.80496597290039 +1996,21,0,suicide,21-24 yrs,29,220079,22.49996566772461,1,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,13.17708683013916 +1996,21,0,homicide,21-24 yrs,18,220079,22.49996566772461,1,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,8.178881645202637 +1996,21,0,other external,21-24 yrs,21,220079,22.49996566772461,1,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,9.542028427124023 +1996,21,0,internal,21-24 yrs,36,220079,22.49996566772461,1,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,16.357763290405273 +1970,22,1,MVA,15-17 yrs,70,231627,15.971946716308594,0,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,30.22100257873535 +1970,22,1,suicide,15-17 yrs,4,231627,15.971946716308594,0,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,1.726914405822754 +1970,22,1,homicide,15-17 yrs,16,231627,15.971946716308594,0,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,6.907657623291016 +1970,22,1,other external,15-17 yrs,64,231627,15.971946716308594,0,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,27.630630493164062 +1970,22,1,internal,15-17 yrs,74,231627,15.971946716308594,0,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,31.94791603088379 +1970,22,1,all,18-20 yrs,341,213507,18.97421646118164,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,159.71372985839844 +1970,22,1,MVA,18-20 yrs,130,213507,18.97421646118164,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,60.88793182373047 +1970,22,1,suicide,18-20 yrs,12,213507,18.97421646118164,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,5.620424747467041 +1970,22,1,homicide,18-20 yrs,52,213507,18.97421646118164,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,24.355173110961914 +1970,22,1,other external,18-20 yrs,75,213507,18.97421646118164,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,35.127655029296875 +1970,22,1,internal,18-20 yrs,72,213507,18.97421646118164,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,33.72254943847656 +1970,22,1,all,21-24 yrs,429,232153,22.408403396606445,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,184.79193115234375 +1970,22,1,MVA,21-24 yrs,144,232153,22.408403396606445,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,62.02806091308594 +1970,22,1,suicide,21-24 yrs,26,232153,22.408403396606445,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,11.19951057434082 +1970,22,1,homicide,21-24 yrs,74,232153,22.408403396606445,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,31.875530242919922 +1970,22,1,other external,21-24 yrs,76,232153,22.408403396606445,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,32.737030029296875 +1970,22,1,internal,21-24 yrs,109,232153,22.408403396606445,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,46.9517936706543 +1971,22,1,MVA,15-17 yrs,81,238830,15.986249923706055,0,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,33.91533660888672 +1971,22,1,suicide,15-17 yrs,8,238830,15.986249923706055,0,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,3.349663019180298 +1971,22,1,homicide,15-17 yrs,21,238830,15.986249923706055,0,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,8.792864799499512 +1971,22,1,other external,15-17 yrs,70,238830,15.986249923706055,0,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,29.309551239013672 +1971,22,1,internal,15-17 yrs,65,238830,15.986249923706055,0,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,27.21601104736328 +1971,22,1,all,18-20 yrs,314,219656,18.996776580810547,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,142.95079040527344 +1971,22,1,MVA,18-20 yrs,116,219656,18.996776580810547,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,52.80984878540039 +1971,22,1,suicide,18-20 yrs,14,219656,18.996776580810547,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,6.373602390289307 +1971,22,1,homicide,18-20 yrs,41,219656,18.996776580810547,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,18.665550231933594 +1971,22,1,other external,18-20 yrs,66,219656,18.996776580810547,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,30.046981811523438 +1971,22,1,internal,18-20 yrs,77,219656,18.996776580810547,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,35.054813385009766 +1971,22,1,all,21-24 yrs,448,260021,22.498809814453125,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,172.2937774658203 +1971,22,1,MVA,21-24 yrs,132,260021,22.498809814453125,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,50.76512908935547 +1971,22,1,suicide,21-24 yrs,22,260021,22.498809814453125,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,8.460855484008789 +1971,22,1,homicide,21-24 yrs,81,260021,22.498809814453125,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,31.151330947875977 +1971,22,1,other external,21-24 yrs,80,260021,22.498809814453125,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,30.766746520996094 +1971,22,1,internal,21-24 yrs,133,260021,22.498809814453125,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,51.149715423583984 +1972,22,1,MVA,15-17 yrs,96,244736,15.987112998962402,0,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,39.2259407043457 +1972,22,1,suicide,15-17 yrs,12,244736,15.987112998962402,0,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,4.903242588043213 +1972,22,1,homicide,15-17 yrs,16,244736,15.987112998962402,0,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,6.537656784057617 +1972,22,1,other external,15-17 yrs,72,244736,15.987112998962402,0,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,29.419456481933594 +1972,22,1,internal,15-17 yrs,66,244736,15.987112998962402,0,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,26.96783447265625 +1972,22,1,all,18-20 yrs,336,222241,18.98526382446289,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,151.18722534179688 +1972,22,1,MVA,18-20 yrs,118,222241,18.98526382446289,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,53.09551239013672 +1972,22,1,suicide,18-20 yrs,16,222241,18.98526382446289,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,7.199391841888428 +1972,22,1,homicide,18-20 yrs,50,222241,18.98526382446289,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,22.498098373413086 +1972,22,1,other external,18-20 yrs,64,222241,18.98526382446289,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,28.79756736755371 +1972,22,1,internal,18-20 yrs,88,222241,18.98526382446289,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,39.59665298461914 +1972,22,1,all,21-24 yrs,404,265194,22.449909210205078,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,152.34130859375 +1972,22,1,MVA,21-24 yrs,110,265194,22.449909210205078,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,41.479068756103516 +1972,22,1,suicide,21-24 yrs,26,265194,22.449909210205078,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,9.804142951965332 +1972,22,1,homicide,21-24 yrs,86,265194,22.449909210205078,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,32.4290885925293 +1972,22,1,other external,21-24 yrs,86,265194,22.449909210205078,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,32.4290885925293 +1972,22,1,internal,21-24 yrs,96,265194,22.449909210205078,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,36.199913024902344 +1973,22,1,MVA,15-17 yrs,105,246271,15.988009452819824,0,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,42.63595962524414 +1973,22,1,suicide,15-17 yrs,11,246271,15.988009452819824,0,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,4.4666242599487305 +1973,22,1,homicide,15-17 yrs,13,246271,15.988009452819824,0,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,5.278737545013428 +1973,22,1,other external,15-17 yrs,82,246271,15.988009452819824,0,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,33.296653747558594 +1973,22,1,internal,15-17 yrs,65,246271,15.988009452819824,0,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,26.393688201904297 +1973,22,1,all,18-20 yrs,401,226482,18.972354888916016,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,177.05601501464844 +1973,22,1,MVA,18-20 yrs,153,226482,18.972354888916016,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,67.55503845214844 +1973,22,1,suicide,18-20 yrs,20,226482,18.972354888916016,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,8.830723762512207 +1973,22,1,homicide,18-20 yrs,59,226482,18.972354888916016,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,26.050636291503906 +1973,22,1,other external,18-20 yrs,87,226482,18.972354888916016,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,38.41365051269531 +1973,22,1,internal,18-20 yrs,82,226482,18.972354888916016,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,36.20596694946289 +1973,22,1,all,21-24 yrs,476,272762,22.46184539794922,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,174.5111083984375 +1973,22,1,MVA,21-24 yrs,125,272762,22.46184539794922,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,45.82749938964844 +1973,22,1,suicide,21-24 yrs,38,272762,22.46184539794922,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,13.931559562683105 +1973,22,1,homicide,21-24 yrs,104,272762,22.46184539794922,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,38.12847900390625 +1973,22,1,other external,21-24 yrs,93,272762,22.46184539794922,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,34.09565734863281 +1973,22,1,internal,21-24 yrs,116,272762,22.46184539794922,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,42.52791976928711 +1974,22,1,MVA,15-17 yrs,75,248452,15.995335578918457,0,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,30.186918258666992 +1974,22,1,suicide,15-17 yrs,11,248452,15.995335578918457,0,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,4.427414417266846 +1974,22,1,homicide,15-17 yrs,28,248452,15.995335578918457,0,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,11.269782066345215 +1974,22,1,other external,15-17 yrs,65,248452,15.995335578918457,0,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,26.16199493408203 +1974,22,1,internal,15-17 yrs,65,248452,15.995335578918457,0,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,26.16199493408203 +1974,22,1,all,18-20 yrs,358,233788,18.987462997436523,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,153.13018798828125 +1974,22,1,MVA,18-20 yrs,100,233788,18.987462997436523,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,42.77379608154297 +1974,22,1,suicide,18-20 yrs,20,233788,18.987462997436523,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,8.55475902557373 +1974,22,1,homicide,18-20 yrs,62,233788,18.987462997436523,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,26.519752502441406 +1974,22,1,other external,18-20 yrs,97,233788,18.987462997436523,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,41.49058151245117 +1974,22,1,internal,18-20 yrs,79,233788,18.987462997436523,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,33.791297912597656 +1974,22,1,all,21-24 yrs,486,280120,22.485698699951172,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,173.4970703125 +1974,22,1,MVA,21-24 yrs,99,280120,22.485698699951172,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,35.34199523925781 +1974,22,1,suicide,21-24 yrs,38,280120,22.485698699951172,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,13.565614700317383 +1974,22,1,homicide,21-24 yrs,100,280120,22.485698699951172,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,35.6989860534668 +1974,22,1,other external,21-24 yrs,126,280120,22.485698699951172,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,44.9807243347168 +1974,22,1,internal,21-24 yrs,123,280120,22.485698699951172,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,43.909751892089844 +1975,22,1,MVA,15-17 yrs,86,251221,15.992094993591309,0,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,34.23280715942383 +1975,22,1,suicide,15-17 yrs,10,251221,15.992094993591309,0,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,3.9805588722229004 +1975,22,1,homicide,15-17 yrs,19,251221,15.992094993591309,0,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,7.5630621910095215 +1975,22,1,other external,15-17 yrs,70,251221,15.992094993591309,0,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,27.86391258239746 +1975,22,1,internal,15-17 yrs,56,251221,15.992094993591309,0,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,22.29113006591797 +1975,22,1,all,18-20 yrs,373,243291,18.99108123779297,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,153.31434631347656 +1975,22,1,MVA,18-20 yrs,112,243291,18.99108123779297,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,46.03540802001953 +1975,22,1,suicide,18-20 yrs,30,243291,18.99108123779297,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,12.330912590026855 +1975,22,1,homicide,18-20 yrs,56,243291,18.99108123779297,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,23.017704010009766 +1975,22,1,other external,18-20 yrs,81,243291,18.99108123779297,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,33.29346466064453 +1975,22,1,internal,18-20 yrs,94,243291,18.99108123779297,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,38.63685989379883 +1975,22,1,all,21-24 yrs,462,290408,22.482858657836914,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,159.08653259277344 +1975,22,1,MVA,21-24 yrs,108,290408,22.482858657836914,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,37.189056396484375 +1975,22,1,suicide,21-24 yrs,46,290408,22.482858657836914,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,15.839783668518066 +1975,22,1,homicide,21-24 yrs,100,290408,22.482858657836914,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,34.4343147277832 +1975,22,1,other external,21-24 yrs,99,290408,22.482858657836914,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,34.089969635009766 +1975,22,1,internal,21-24 yrs,109,290408,22.482858657836914,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,37.53340148925781 +1976,22,1,MVA,15-17 yrs,99,254600,15.994866371154785,0,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,38.884525299072266 +1976,22,1,suicide,15-17 yrs,8,254600,15.994866371154785,0,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,3.142183780670166 +1976,22,1,homicide,15-17 yrs,21,254600,15.994866371154785,0,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,8.2482328414917 +1976,22,1,other external,15-17 yrs,63,254600,15.994866371154785,0,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,24.74469757080078 +1976,22,1,internal,15-17 yrs,68,254600,15.994866371154785,0,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,26.70856285095215 +1976,22,1,all,18-20 yrs,367,246382,18.991910934448242,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,148.9556884765625 +1976,22,1,MVA,18-20 yrs,126,246382,18.991910934448242,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,51.140098571777344 +1976,22,1,suicide,18-20 yrs,31,246382,18.991910934448242,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,12.582087516784668 +1976,22,1,homicide,18-20 yrs,49,246382,18.991910934448242,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,19.8878173828125 +1976,22,1,other external,18-20 yrs,91,246382,18.991910934448242,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,36.93451690673828 +1976,22,1,internal,18-20 yrs,70,246382,18.991910934448242,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,28.41116714477539 +1976,22,1,all,21-24 yrs,450,296912,22.463029861450195,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,151.56005859375 +1976,22,1,MVA,21-24 yrs,116,296912,22.463029861450195,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,39.06881332397461 +1976,22,1,suicide,21-24 yrs,39,296912,22.463029861450195,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,13.135205268859863 +1976,22,1,homicide,21-24 yrs,74,296912,22.463029861450195,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,24.92321014404297 +1976,22,1,other external,21-24 yrs,106,296912,22.463029861450195,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,35.70081329345703 +1976,22,1,internal,21-24 yrs,115,296912,22.463029861450195,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,38.73201370239258 +1977,22,1,MVA,15-17 yrs,86,254694,16.003419876098633,0,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,33.76601028442383 +1977,22,1,suicide,15-17 yrs,13,254694,16.003419876098633,0,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,5.104164123535156 +1977,22,1,homicide,15-17 yrs,26,254694,16.003419876098633,0,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,10.208328247070312 +1977,22,1,other external,15-17 yrs,58,254694,16.003419876098633,0,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,22.772424697875977 +1977,22,1,internal,15-17 yrs,53,254694,16.003419876098633,0,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,20.809284210205078 +1977,22,1,all,18-20 yrs,408,252446,19.001096725463867,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,161.6187286376953 +1977,22,1,MVA,18-20 yrs,144,252446,19.001096725463867,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,57.041900634765625 +1977,22,1,suicide,18-20 yrs,29,252446,19.001096725463867,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,11.487605094909668 +1977,22,1,homicide,18-20 yrs,62,252446,19.001096725463867,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,24.559707641601562 +1977,22,1,other external,18-20 yrs,95,252446,19.001096725463867,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,37.63180923461914 +1977,22,1,internal,18-20 yrs,78,252446,19.001096725463867,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,30.89769744873047 +1977,22,1,all,21-24 yrs,492,306304,22.4595890045166,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,160.62474060058594 +1977,22,1,MVA,21-24 yrs,129,306304,22.4595890045166,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,42.11502456665039 +1977,22,1,suicide,21-24 yrs,64,306304,22.4595890045166,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,20.894275665283203 +1977,22,1,homicide,21-24 yrs,86,306304,22.4595890045166,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,28.07668113708496 +1977,22,1,other external,21-24 yrs,119,306304,22.4595890045166,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,38.85029220581055 +1977,22,1,internal,21-24 yrs,94,306304,22.4595890045166,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,30.688467025756836 +1978,22,1,MVA,15-17 yrs,89,252866,16.005271911621094,0,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,35.19650650024414 +1978,22,1,suicide,15-17 yrs,15,252866,16.005271911621094,0,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,5.931995391845703 +1978,22,1,homicide,15-17 yrs,23,252866,16.005271911621094,0,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,9.09572696685791 +1978,22,1,other external,15-17 yrs,60,252866,16.005271911621094,0,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,23.727981567382812 +1978,22,1,internal,15-17 yrs,57,252866,16.005271911621094,0,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,22.541584014892578 +1978,22,1,all,18-20 yrs,427,256013,18.99859046936035,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,166.7884063720703 +1978,22,1,MVA,18-20 yrs,156,256013,18.99859046936035,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,60.93440628051758 +1978,22,1,suicide,18-20 yrs,33,256013,18.99859046936035,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,12.889970779418945 +1978,22,1,homicide,18-20 yrs,65,256013,18.99859046936035,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,25.38933563232422 +1978,22,1,other external,18-20 yrs,96,256013,18.99859046936035,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,37.49809646606445 +1978,22,1,internal,18-20 yrs,77,256013,18.99859046936035,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,30.076597213745117 +1978,22,1,all,21-24 yrs,552,317469,22.465417861938477,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,173.875244140625 +1978,22,1,MVA,21-24 yrs,180,317469,22.465417861938477,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,56.698448181152344 +1978,22,1,suicide,21-24 yrs,59,317469,22.465417861938477,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,18.584491729736328 +1978,22,1,homicide,21-24 yrs,99,317469,22.465417861938477,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,31.184146881103516 +1978,22,1,other external,21-24 yrs,98,317469,22.465417861938477,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,30.869155883789062 +1978,22,1,internal,21-24 yrs,116,317469,22.465417861938477,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,36.53900146484375 +1979,22,1,MVA,15-17 yrs,73,251949,16.00120735168457,0,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,28.974117279052734 +1979,22,1,suicide,15-17 yrs,15,251949,16.00120735168457,0,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,5.953585624694824 +1979,22,1,homicide,15-17 yrs,21,251949,16.00120735168457,0,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,8.335020065307617 +1979,22,1,other external,15-17 yrs,60,251949,16.00120735168457,0,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,23.814342498779297 +1979,22,1,internal,15-17 yrs,44,251949,16.00120735168457,0,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,17.463851928710938 +1979,22,1,all,18-20 yrs,416,259911,19.003150939941406,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,160.05479431152344 +1979,22,1,MVA,18-20 yrs,167,259911,19.003150939941406,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,64.25276184082031 +1979,22,1,suicide,18-20 yrs,41,259911,19.003150939941406,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,15.774630546569824 +1979,22,1,homicide,18-20 yrs,71,259911,19.003150939941406,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,27.31704330444336 +1979,22,1,other external,18-20 yrs,82,259911,19.003150939941406,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,31.54926109313965 +1979,22,1,internal,18-20 yrs,55,259911,19.003150939941406,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,21.161088943481445 +1979,22,1,all,21-24 yrs,551,326182,22.47557830810547,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,168.92410278320312 +1979,22,1,MVA,21-24 yrs,167,326182,22.47557830810547,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,51.19841003417969 +1979,22,1,suicide,21-24 yrs,67,326182,22.47557830810547,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,20.540679931640625 +1979,22,1,homicide,21-24 yrs,115,326182,22.47557830810547,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,35.25638961791992 +1979,22,1,other external,21-24 yrs,91,326182,22.47557830810547,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,27.898534774780273 +1979,22,1,internal,21-24 yrs,111,326182,22.47557830810547,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,34.03008270263672 +1980,22,1,MVA,15-17 yrs,94,250534,16.007883071899414,0,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,37.519859313964844 +1980,22,1,suicide,15-17 yrs,20,250534,16.007883071899414,0,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,7.982948303222656 +1980,22,1,homicide,15-17 yrs,26,250534,16.007883071899414,0,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,10.377833366394043 +1980,22,1,other external,15-17 yrs,66,250534,16.007883071899414,0,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,26.34372901916504 +1980,22,1,internal,15-17 yrs,51,250534,16.007883071899414,0,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,20.356517791748047 +1980,22,1,all,18-20 yrs,421,263840,19.012678146362305,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,159.56640625 +1980,22,1,MVA,18-20 yrs,163,263840,19.012678146362305,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,61.77986526489258 +1980,22,1,suicide,18-20 yrs,48,263840,19.012678146362305,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,18.19284439086914 +1980,22,1,homicide,18-20 yrs,62,263840,19.012678146362305,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,23.49909019470215 +1980,22,1,other external,18-20 yrs,91,263840,19.012678146362305,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,34.4906005859375 +1980,22,1,internal,18-20 yrs,57,263840,19.012678146362305,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,21.604001998901367 +1980,22,1,all,21-24 yrs,597,333709,22.47844886779785,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,178.89837646484375 +1980,22,1,MVA,21-24 yrs,210,333709,22.47844886779785,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,62.9290771484375 +1980,22,1,suicide,21-24 yrs,54,333709,22.47844886779785,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,16.1817626953125 +1980,22,1,homicide,21-24 yrs,100,333709,22.47844886779785,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,29.966228485107422 +1980,22,1,other external,21-24 yrs,117,333709,22.47844886779785,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,35.06048583984375 +1980,22,1,internal,21-24 yrs,116,333709,22.47844886779785,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,34.760826110839844 +1981,22,1,MVA,15-17 yrs,96,244951,16.028573989868164,0,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,39.19151306152344 +1981,22,1,suicide,15-17 yrs,14,244951,16.028573989868164,0,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,5.715428829193115 +1981,22,1,homicide,15-17 yrs,16,244951,16.028573989868164,0,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,6.531918525695801 +1981,22,1,other external,15-17 yrs,58,244951,16.028573989868164,0,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,23.678205490112305 +1981,22,1,internal,15-17 yrs,43,244951,16.028573989868164,0,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,17.55453109741211 +1981,22,1,all,18-20 yrs,393,263130,19.02460289001465,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,149.3558349609375 +1981,22,1,MVA,18-20 yrs,167,263130,19.02460289001465,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,63.46672821044922 +1981,22,1,suicide,18-20 yrs,31,263130,19.02460289001465,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,11.781249046325684 +1981,22,1,homicide,18-20 yrs,64,263130,19.02460289001465,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,24.32257843017578 +1981,22,1,other external,18-20 yrs,78,263130,19.02460289001465,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,29.643142700195312 +1981,22,1,internal,18-20 yrs,53,263130,19.02460289001465,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,20.142135620117188 +1981,22,1,all,21-24 yrs,595,340024,22.48410415649414,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,174.98764038085938 +1981,22,1,MVA,21-24 yrs,181,340024,22.48410415649414,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,53.231536865234375 +1981,22,1,suicide,21-24 yrs,57,340024,22.48410415649414,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,16.76352310180664 +1981,22,1,homicide,21-24 yrs,135,340024,22.48410415649414,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,39.70307922363281 +1981,22,1,other external,21-24 yrs,115,340024,22.48410415649414,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,33.82114028930664 +1981,22,1,internal,21-24 yrs,107,340024,22.48410415649414,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,31.468366622924805 +1982,22,1,MVA,15-17 yrs,64,237722,16.03030776977539,0,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,26.922203063964844 +1982,22,1,suicide,15-17 yrs,22,237722,16.03030776977539,0,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,9.254507064819336 +1982,22,1,homicide,15-17 yrs,30,237722,16.03030776977539,0,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,12.619782447814941 +1982,22,1,other external,15-17 yrs,47,237722,16.03030776977539,0,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,19.770992279052734 +1982,22,1,internal,15-17 yrs,35,237722,16.03030776977539,0,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,14.723079681396484 +1982,22,1,all,18-20 yrs,353,261874,19.017446517944336,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,134.7976531982422 +1982,22,1,MVA,18-20 yrs,152,261874,19.017446517944336,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,58.043182373046875 +1982,22,1,suicide,18-20 yrs,28,261874,19.017446517944336,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,10.69216537475586 +1982,22,1,homicide,18-20 yrs,58,261874,19.017446517944336,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,22.148056030273438 +1982,22,1,other external,18-20 yrs,67,261874,19.017446517944336,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,25.584823608398438 +1982,22,1,internal,18-20 yrs,48,261874,19.017446517944336,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,18.329425811767578 +1982,22,1,all,21-24 yrs,607,344900,22.480741500854492,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,175.9930419921875 +1982,22,1,MVA,21-24 yrs,180,344900,22.480741500854492,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,52.18904113769531 +1982,22,1,suicide,21-24 yrs,74,344900,22.480741500854492,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,21.455493927001953 +1982,22,1,homicide,21-24 yrs,126,344900,22.480741500854492,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,36.53232955932617 +1982,22,1,other external,21-24 yrs,112,344900,22.480741500854492,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,32.47317886352539 +1982,22,1,internal,21-24 yrs,115,344900,22.480741500854492,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,33.34299850463867 +1983,22,1,MVA,15-17 yrs,69,229558,16.020404815673828,0,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,30.057764053344727 +1983,22,1,suicide,15-17 yrs,15,229558,16.020404815673828,0,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,6.53429651260376 +1983,22,1,homicide,15-17 yrs,15,229558,16.020404815673828,0,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,6.53429651260376 +1983,22,1,other external,15-17 yrs,31,229558,16.020404815673828,0,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,13.504212379455566 +1983,22,1,internal,15-17 yrs,38,229558,16.020404815673828,0,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,16.553550720214844 +1983,22,1,all,18-20 yrs,353,257854,19.015981674194336,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,136.899169921875 +1983,22,1,MVA,18-20 yrs,126,257854,19.015981674194336,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,48.86486053466797 +1983,22,1,suicide,18-20 yrs,41,257854,19.015981674194336,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,15.900470733642578 +1983,22,1,homicide,18-20 yrs,62,257854,19.015981674194336,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,24.044614791870117 +1983,22,1,other external,18-20 yrs,59,257854,19.015981674194336,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,22.88116455078125 +1983,22,1,internal,18-20 yrs,65,257854,19.015981674194336,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,25.20806312561035 +1983,22,1,all,21-24 yrs,522,343038,22.48987579345703,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,152.1697235107422 +1983,22,1,MVA,21-24 yrs,149,343038,22.48987579345703,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,43.435420989990234 +1983,22,1,suicide,21-24 yrs,61,343038,22.48987579345703,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,17.782285690307617 +1983,22,1,homicide,21-24 yrs,111,343038,22.48987579345703,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,32.357933044433594 +1983,22,1,other external,21-24 yrs,92,343038,22.48987579345703,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,26.81918716430664 +1983,22,1,internal,21-24 yrs,109,343038,22.48987579345703,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,31.774906158447266 +1984,22,1,MVA,15-17 yrs,73,225332,16.007455825805664,0,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,32.39664077758789 +1984,22,1,suicide,15-17 yrs,17,225332,16.007455825805664,0,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,7.5444231033325195 +1984,22,1,homicide,15-17 yrs,21,225332,16.007455825805664,0,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,9.319581985473633 +1984,22,1,other external,15-17 yrs,34,225332,16.007455825805664,0,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,15.088846206665039 +1984,22,1,internal,15-17 yrs,40,225332,16.007455825805664,0,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,17.751585006713867 +1984,22,1,all,18-20 yrs,305,249175,19.035537719726562,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,122.4039306640625 +1984,22,1,MVA,18-20 yrs,120,249175,19.035537719726562,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,48.1589241027832 +1984,22,1,suicide,18-20 yrs,27,249175,19.035537719726562,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,10.835758209228516 +1984,22,1,homicide,18-20 yrs,50,249175,19.035537719726562,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,20.066219329833984 +1984,22,1,other external,18-20 yrs,53,249175,19.035537719726562,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,21.270191192626953 +1984,22,1,internal,18-20 yrs,55,249175,19.035537719726562,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,22.072839736938477 +1984,22,1,all,21-24 yrs,479,335982,22.502925872802734,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,142.56715393066406 +1984,22,1,MVA,21-24 yrs,154,335982,22.502925872802734,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,45.83578872680664 +1984,22,1,suicide,21-24 yrs,62,335982,22.502925872802734,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,18.453369140625 +1984,22,1,homicide,21-24 yrs,67,335982,22.502925872802734,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,19.941543579101562 +1984,22,1,other external,21-24 yrs,81,335982,22.502925872802734,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,24.108434677124023 +1984,22,1,internal,21-24 yrs,115,335982,22.502925872802734,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,34.228023529052734 +1985,22,1,MVA,15-17 yrs,63,224406,15.99256706237793,0,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,28.074115753173828 +1985,22,1,suicide,15-17 yrs,16,224406,15.99256706237793,0,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,7.129934310913086 +1985,22,1,homicide,15-17 yrs,16,224406,15.99256706237793,0,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,7.129934310913086 +1985,22,1,other external,15-17 yrs,30,224406,15.99256706237793,0,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,13.368626594543457 +1985,22,1,internal,15-17 yrs,29,224406,15.99256706237793,0,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,12.923006057739258 +1985,22,1,all,18-20 yrs,306,238359,19.034757614135742,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,128.37777709960938 +1985,22,1,MVA,18-20 yrs,130,238359,19.034757614135742,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,54.539581298828125 +1985,22,1,suicide,18-20 yrs,37,238359,19.034757614135742,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,15.522804260253906 +1985,22,1,homicide,18-20 yrs,43,238359,19.034757614135742,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,18.040016174316406 +1985,22,1,other external,18-20 yrs,44,238359,19.034757614135742,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,18.459550857543945 +1985,22,1,internal,18-20 yrs,52,238359,19.034757614135742,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,21.815832138061523 +1985,22,1,all,21-24 yrs,448,328114,22.503232955932617,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,136.5379180908203 +1985,22,1,MVA,21-24 yrs,147,328114,22.503232955932617,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,44.8015022277832 +1985,22,1,suicide,21-24 yrs,56,328114,22.503232955932617,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,17.06723976135254 +1985,22,1,homicide,21-24 yrs,64,328114,22.503232955932617,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,19.505414962768555 +1985,22,1,other external,21-24 yrs,93,328114,22.503232955932617,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,28.343807220458984 +1985,22,1,internal,21-24 yrs,88,328114,22.503232955932617,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,26.8199462890625 +1986,22,1,MVA,15-17 yrs,60,225543,15.990595817565918,0,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,26.602466583251953 +1986,22,1,suicide,15-17 yrs,19,225543,15.990595817565918,0,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,8.424114227294922 +1986,22,1,homicide,15-17 yrs,19,225543,15.990595817565918,0,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,8.424114227294922 +1986,22,1,other external,15-17 yrs,35,225543,15.990595817565918,0,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,15.518105506896973 +1986,22,1,internal,15-17 yrs,35,225543,15.990595817565918,0,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,15.518105506896973 +1986,22,1,all,18-20 yrs,293,226778,19.023101806640625,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,129.2012481689453 +1986,22,1,MVA,18-20 yrs,112,226778,19.023101806640625,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,49.387508392333984 +1986,22,1,suicide,18-20 yrs,30,226778,19.023101806640625,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,13.228796005249023 +1986,22,1,homicide,18-20 yrs,58,226778,19.023101806640625,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,25.575674057006836 +1986,22,1,other external,18-20 yrs,43,226778,19.023101806640625,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,18.961275100708008 +1986,22,1,internal,18-20 yrs,50,226778,19.023101806640625,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,22.04799461364746 +1986,22,1,all,21-24 yrs,461,316341,22.49858856201172,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,145.72882080078125 +1986,22,1,MVA,21-24 yrs,148,316341,22.49858856201172,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,46.78495788574219 +1986,22,1,suicide,21-24 yrs,62,316341,22.49858856201172,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,19.599103927612305 +1986,22,1,homicide,21-24 yrs,90,316341,22.49858856201172,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,28.4503116607666 +1986,22,1,other external,21-24 yrs,63,316341,22.49858856201172,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,19.915218353271484 +1986,22,1,internal,21-24 yrs,98,316341,22.49858856201172,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,30.979228973388672 +1987,22,0.32486844062805176,MVA,15-17 yrs,59,218960,16.011823654174805,0,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,26.945560455322266 +1987,22,0.32486844062805176,suicide,15-17 yrs,21,218960,16.011823654174805,0,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,9.590792655944824 +1987,22,0.32486844062805176,homicide,15-17 yrs,25,218960,16.011823654174805,0,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,11.417610168457031 +1987,22,0.32486844062805176,other external,15-17 yrs,31,218960,16.011823654174805,0,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,14.1578369140625 +1987,22,0.32486844062805176,internal,15-17 yrs,43,218960,16.011823654174805,0,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,19.638290405273438 +1987,22,0.32486844062805176,all,18-20 yrs,239,218232,19.010351181030273,0.32486844062805176,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,109.5164794921875 +1987,22,0.32486844062805176,MVA,18-20 yrs,82,218232,19.010351181030273,0.32486844062805176,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,37.57469177246094 +1987,22,0.32486844062805176,suicide,18-20 yrs,38,218232,19.010351181030273,0.32486844062805176,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,17.412662506103516 +1987,22,0.32486844062805176,homicide,18-20 yrs,43,218232,19.010351181030273,0.32486844062805176,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,19.70380210876465 +1987,22,0.32486844062805176,other external,18-20 yrs,36,218232,19.010351181030273,0.32486844062805176,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,16.496206283569336 +1987,22,0.32486844062805176,internal,18-20 yrs,40,218232,19.010351181030273,0.32486844062805176,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,18.329116821289062 +1987,22,0.32486844062805176,all,21-24 yrs,389,298119,22.510732650756836,1,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,130.48480224609375 +1987,22,0.32486844062805176,MVA,21-24 yrs,128,298119,22.510732650756836,1,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,42.935874938964844 +1987,22,0.32486844062805176,suicide,21-24 yrs,43,298119,22.510732650756836,1,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,14.4237699508667 +1987,22,0.32486844062805176,homicide,21-24 yrs,69,298119,22.510732650756836,1,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,23.14512062072754 +1987,22,0.32486844062805176,other external,21-24 yrs,53,298119,22.510732650756836,1,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,17.778135299682617 +1987,22,0.32486844062805176,internal,21-24 yrs,96,298119,22.510732650756836,1,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,32.201904296875 +1988,22,0.004337656777352095,MVA,15-17 yrs,58,209159,16.029882431030273,0,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,27.730100631713867 +1988,22,0.004337656777352095,suicide,15-17 yrs,15,209159,16.029882431030273,0,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,7.171577453613281 +1988,22,0.004337656777352095,homicide,15-17 yrs,29,209159,16.029882431030273,0,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,13.865050315856934 +1988,22,0.004337656777352095,other external,15-17 yrs,21,209159,16.029882431030273,0,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,10.04020881652832 +1988,22,0.004337656777352095,internal,15-17 yrs,28,209159,16.029882431030273,0,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,13.386944770812988 +1988,22,0.004337656777352095,all,18-20 yrs,272,213294,18.996122360229492,0.004337656777352095,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,127.52351379394531 +1988,22,0.004337656777352095,MVA,18-20 yrs,111,213294,18.996122360229492,0.004337656777352095,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,52.04084396362305 +1988,22,0.004337656777352095,suicide,18-20 yrs,32,213294,18.996122360229492,0.004337656777352095,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,15.002766609191895 +1988,22,0.004337656777352095,homicide,18-20 yrs,50,213294,18.996122360229492,0.004337656777352095,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,23.441822052001953 +1988,22,0.004337656777352095,other external,18-20 yrs,42,213294,18.996122360229492,0.004337656777352095,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,19.691129684448242 +1988,22,0.004337656777352095,internal,18-20 yrs,37,213294,18.996122360229492,0.004337656777352095,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,17.346948623657227 +1988,22,0.004337656777352095,all,21-24 yrs,425,281606,22.521047592163086,1,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,150.92007446289062 +1988,22,0.004337656777352095,MVA,21-24 yrs,112,281606,22.521047592163086,1,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,39.771881103515625 +1988,22,0.004337656777352095,suicide,21-24 yrs,56,281606,22.521047592163086,1,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,19.885940551757812 +1988,22,0.004337656777352095,homicide,21-24 yrs,96,281606,22.521047592163086,1,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,34.09018325805664 +1988,22,0.004337656777352095,other external,21-24 yrs,64,281606,22.521047592163086,1,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,22.726787567138672 +1988,22,0.004337656777352095,internal,21-24 yrs,97,281606,22.521047592163086,1,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,34.445289611816406 +1989,22,0,MVA,15-17 yrs,59,198022,16.020078659057617,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,29.79467010498047 +1989,22,0,suicide,15-17 yrs,22,198022,16.020078659057617,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,11.10987663269043 +1989,22,0,homicide,15-17 yrs,45,198022,16.020078659057617,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,22.724748611450195 +1989,22,0,other external,15-17 yrs,29,198022,16.020078659057617,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,14.644837379455566 +1989,22,0,internal,15-17 yrs,33,198022,16.020078659057617,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,16.66481590270996 +1989,22,0,all,18-20 yrs,242,212765,18.994487762451172,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,113.74050903320312 +1989,22,0,MVA,18-20 yrs,71,212765,18.994487762451172,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,33.37015151977539 +1989,22,0,suicide,18-20 yrs,27,212765,18.994487762451172,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,12.690056800842285 +1989,22,0,homicide,18-20 yrs,64,212765,18.994487762451172,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,30.080135345458984 +1989,22,0,other external,18-20 yrs,34,212765,18.994487762451172,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,15.980072021484375 +1989,22,0,internal,18-20 yrs,46,212765,18.994487762451172,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,21.620098114013672 +1989,22,0,all,21-24 yrs,412,266055,22.514934539794922,1,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,154.85519409179688 +1989,22,0,MVA,21-24 yrs,111,266055,22.514934539794922,1,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,41.72069549560547 +1989,22,0,suicide,21-24 yrs,40,266055,22.514934539794922,1,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,15.034485816955566 +1989,22,0,homicide,21-24 yrs,97,266055,22.514934539794922,1,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,36.45862579345703 +1989,22,0,other external,21-24 yrs,48,266055,22.514934539794922,1,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,18.0413818359375 +1989,22,0,internal,21-24 yrs,116,266055,22.514934539794922,1,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,43.600006103515625 +1990,22,0,MVA,15-17 yrs,82,189244,16.013797760009766,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,43.33030319213867 +1990,22,0,suicide,15-17 yrs,24,189244,16.013797760009766,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,12.682040214538574 +1990,22,0,homicide,15-17 yrs,50,189244,16.013797760009766,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,26.420917510986328 +1990,22,0,other external,15-17 yrs,31,189244,16.013797760009766,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,16.38096809387207 +1990,22,0,internal,15-17 yrs,26,189244,16.013797760009766,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,13.738876342773438 +1990,22,0,all,18-20 yrs,309,211814,19.01914405822754,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,145.88270568847656 +1990,22,0,MVA,18-20 yrs,112,211814,19.01914405822754,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,52.87657928466797 +1990,22,0,suicide,18-20 yrs,35,211814,19.01914405822754,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,16.5239315032959 +1990,22,0,homicide,18-20 yrs,87,211814,19.01914405822754,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,41.07377243041992 +1990,22,0,other external,18-20 yrs,39,211814,19.01914405822754,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,18.41238021850586 +1990,22,0,internal,18-20 yrs,36,211814,19.01914405822754,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,16.996044158935547 +1990,22,0,all,21-24 yrs,472,257964,22.487668991088867,1,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,182.9712677001953 +1990,22,0,MVA,21-24 yrs,114,257964,22.487668991088867,1,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,44.19221115112305 +1990,22,0,suicide,21-24 yrs,61,257964,22.487668991088867,1,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,23.646709442138672 +1990,22,0,homicide,21-24 yrs,130,257964,22.487668991088867,1,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,50.394630432128906 +1990,22,0,other external,21-24 yrs,59,257964,22.487668991088867,1,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,22.871408462524414 +1990,22,0,internal,21-24 yrs,108,257964,22.487668991088867,1,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,41.86630630493164 +1991,22,0,MVA,15-17 yrs,56,191434,16.004837036132812,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,29.252901077270508 +1991,22,0,suicide,15-17 yrs,21,191434,16.004837036132812,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,10.96983814239502 +1991,22,0,homicide,15-17 yrs,45,191434,16.004837036132812,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,23.50679588317871 +1991,22,0,other external,15-17 yrs,34,191434,16.004837036132812,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,17.760690689086914 +1991,22,0,internal,15-17 yrs,21,191434,16.004837036132812,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,10.96983814239502 +1991,22,0,all,18-20 yrs,278,206563,19.040456771850586,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,134.58363342285156 +1991,22,0,MVA,18-20 yrs,85,206563,19.040456771850586,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,41.14967346191406 +1991,22,0,suicide,18-20 yrs,30,206563,19.040456771850586,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,14.523414611816406 +1991,22,0,homicide,18-20 yrs,96,206563,19.040456771850586,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,46.47492599487305 +1991,22,0,other external,18-20 yrs,27,206563,19.040456771850586,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,13.071072578430176 +1991,22,0,internal,18-20 yrs,40,206563,19.040456771850586,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,19.364551544189453 +1991,22,0,all,21-24 yrs,439,258841,22.46625518798828,1,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,169.60218811035156 +1991,22,0,MVA,21-24 yrs,101,258841,22.46625518798828,1,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,39.02009201049805 +1991,22,0,suicide,21-24 yrs,58,258841,22.46625518798828,1,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,22.407577514648438 +1991,22,0,homicide,21-24 yrs,141,258841,22.46625518798828,1,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,54.473594665527344 +1991,22,0,other external,21-24 yrs,42,258841,22.46625518798828,1,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,16.226177215576172 +1991,22,0,internal,21-24 yrs,97,258841,22.46625518798828,1,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,37.4747428894043 +1992,22,0,MVA,15-17 yrs,63,197643,15.999984741210938,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,31.875654220581055 +1992,22,0,suicide,15-17 yrs,25,197643,15.999984741210938,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,12.649068832397461 +1992,22,0,homicide,15-17 yrs,47,197643,15.999984741210938,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,23.780250549316406 +1992,22,0,other external,15-17 yrs,27,197643,15.999984741210938,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,13.660994529724121 +1992,22,0,internal,15-17 yrs,29,197643,15.999984741210938,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,14.672920227050781 +1992,22,0,all,18-20 yrs,279,200208,19.029748916625977,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,139.35507202148438 +1992,22,0,MVA,18-20 yrs,79,200208,19.029748916625977,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,39.458961486816406 +1992,22,0,suicide,18-20 yrs,27,200208,19.029748916625977,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,13.485974311828613 +1992,22,0,homicide,18-20 yrs,101,200208,19.029748916625977,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,50.44753646850586 +1992,22,0,other external,18-20 yrs,35,200208,19.029748916625977,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,17.48181915283203 +1992,22,0,internal,18-20 yrs,37,200208,19.029748916625977,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,18.48077964782715 +1992,22,0,all,21-24 yrs,408,262331,22.448936462402344,1,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,155.52870178222656 +1992,22,0,MVA,21-24 yrs,94,262331,22.448936462402344,1,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,35.83259201049805 +1992,22,0,suicide,21-24 yrs,44,262331,22.448936462402344,1,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,16.772703170776367 +1992,22,0,homicide,21-24 yrs,133,262331,22.448936462402344,1,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,50.69930648803711 +1992,22,0,other external,21-24 yrs,44,262331,22.448936462402344,1,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,16.772703170776367 +1992,22,0,internal,21-24 yrs,93,262331,22.448936462402344,1,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,35.45139694213867 +1993,22,0,MVA,15-17 yrs,74,201546,16.00074005126953,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,36.716182708740234 +1993,22,0,suicide,15-17 yrs,22,201546,16.00074005126953,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,10.91562271118164 +1993,22,0,homicide,15-17 yrs,66,201546,16.00074005126953,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,32.74686813354492 +1993,22,0,other external,15-17 yrs,27,201546,16.00074005126953,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,13.396445274353027 +1993,22,0,internal,15-17 yrs,41,201546,16.00074005126953,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,20.342750549316406 +1993,22,0,all,18-20 yrs,319,198506,19.003713607788086,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,160.700439453125 +1993,22,0,MVA,18-20 yrs,80,198506,19.003713607788086,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,40.301048278808594 +1993,22,0,suicide,18-20 yrs,37,198506,19.003713607788086,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,18.63923454284668 +1993,22,0,homicide,18-20 yrs,127,198506,19.003713607788086,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,63.9779167175293 +1993,22,0,other external,18-20 yrs,37,198506,19.003713607788086,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,18.63923454284668 +1993,22,0,internal,18-20 yrs,38,198506,19.003713607788086,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,19.14299774169922 +1993,22,0,all,21-24 yrs,451,262519,22.471942901611328,1,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,171.79708862304688 +1993,22,0,MVA,21-24 yrs,99,262519,22.471942901611328,1,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,37.71155548095703 +1993,22,0,suicide,21-24 yrs,59,262519,22.471942901611328,1,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,22.474563598632812 +1993,22,0,homicide,21-24 yrs,170,262519,22.471942901611328,1,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,64.75721740722656 +1993,22,0,other external,21-24 yrs,39,262519,22.471942901611328,1,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,14.856067657470703 +1993,22,0,internal,21-24 yrs,84,262519,22.471942901611328,1,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,31.997684478759766 +1994,22,0,MVA,15-17 yrs,60,207584,16.00768280029297,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,28.903961181640625 +1994,22,0,suicide,15-17 yrs,24,207584,16.00768280029297,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,11.56158447265625 +1994,22,0,homicide,15-17 yrs,46,207584,16.00768280029297,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,22.159704208374023 +1994,22,0,other external,15-17 yrs,27,207584,16.00768280029297,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,13.006782531738281 +1994,22,0,internal,15-17 yrs,32,207584,16.00768280029297,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,15.415446281433105 +1994,22,0,all,18-20 yrs,318,200504,18.9971866607666,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,158.60032653808594 +1994,22,0,MVA,18-20 yrs,82,200504,18.9971866607666,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,40.89693832397461 +1994,22,0,suicide,18-20 yrs,41,200504,18.9971866607666,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,20.448469161987305 +1994,22,0,homicide,18-20 yrs,126,200504,18.9971866607666,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,62.84164047241211 +1994,22,0,other external,18-20 yrs,28,200504,18.9971866607666,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,13.964808464050293 +1994,22,0,internal,18-20 yrs,41,200504,18.9971866607666,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,20.448469161987305 +1994,22,0,all,21-24 yrs,432,259675,22.506845474243164,1,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,166.36180114746094 +1994,22,0,MVA,21-24 yrs,101,259675,22.506845474243164,1,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,38.894771575927734 +1994,22,0,suicide,21-24 yrs,46,259675,22.506845474243164,1,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,17.71445083618164 +1994,22,0,homicide,21-24 yrs,157,259675,22.506845474243164,1,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,60.46018981933594 +1994,22,0,other external,21-24 yrs,41,259675,22.506845474243164,1,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,15.78896713256836 +1994,22,0,internal,21-24 yrs,87,259675,22.506845474243164,1,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,33.50341796875 +1995,22,0,MVA,15-17 yrs,65,214345,15.99261474609375,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,30.32494354248047 +1995,22,0,suicide,15-17 yrs,15,214345,15.99261474609375,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,6.998064041137695 +1995,22,0,homicide,15-17 yrs,47,214345,15.99261474609375,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,21.92726707458496 +1995,22,0,other external,15-17 yrs,23,214345,15.99261474609375,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,10.730364799499512 +1995,22,0,internal,15-17 yrs,37,214345,15.99261474609375,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,17.261890411376953 +1995,22,0,all,18-20 yrs,291,206620,18.99195098876953,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,140.8382568359375 +1995,22,0,MVA,18-20 yrs,95,206620,18.99195098876953,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,45.97812271118164 +1995,22,0,suicide,18-20 yrs,25,206620,18.99195098876953,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,12.099506378173828 +1995,22,0,homicide,18-20 yrs,109,206620,18.99195098876953,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,52.753849029541016 +1995,22,0,other external,18-20 yrs,23,206620,18.99195098876953,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,11.131546020507812 +1995,22,0,internal,18-20 yrs,39,206620,18.99195098876953,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,18.87523078918457 +1995,22,0,all,21-24 yrs,384,254047,22.51630210876465,1,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,151.15313720703125 +1995,22,0,MVA,21-24 yrs,91,254047,22.51630210876465,1,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,35.82014465332031 +1995,22,0,suicide,21-24 yrs,45,254047,22.51630210876465,1,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,17.7132568359375 +1995,22,0,homicide,21-24 yrs,129,254047,22.51630210876465,1,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,50.77800750732422 +1995,22,0,other external,21-24 yrs,39,254047,22.51630210876465,1,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,15.351490020751953 +1995,22,0,internal,21-24 yrs,80,254047,22.51630210876465,1,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,31.490236282348633 +1996,22,0,MVA,15-17 yrs,54,218708,16.00555992126465,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,24.690454483032227 +1996,22,0,suicide,15-17 yrs,24,218708,16.00555992126465,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,10.973535537719727 +1996,22,0,homicide,15-17 yrs,45,218708,16.00555992126465,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,20.57537841796875 +1996,22,0,other external,15-17 yrs,19,218708,16.00555992126465,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,8.687382698059082 +1996,22,0,internal,15-17 yrs,29,218708,16.00555992126465,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,13.259688377380371 +1996,22,0,all,18-20 yrs,290,211128,18.99077796936035,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,137.35743713378906 +1996,22,0,MVA,18-20 yrs,78,211128,18.99077796936035,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,36.94441223144531 +1996,22,0,suicide,18-20 yrs,36,211128,18.99077796936035,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,17.051267623901367 +1996,22,0,homicide,18-20 yrs,120,211128,18.99077796936035,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,56.83755874633789 +1996,22,0,other external,18-20 yrs,26,211128,18.99077796936035,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,12.314804077148438 +1996,22,0,internal,18-20 yrs,30,211128,18.99077796936035,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,14.209389686584473 +1996,22,0,all,21-24 yrs,381,248677,22.482295989990234,1,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,153.21078491210938 +1996,22,0,MVA,21-24 yrs,98,248677,22.482295989990234,1,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,39.40855026245117 +1996,22,0,suicide,21-24 yrs,36,248677,22.482295989990234,1,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,14.47661018371582 +1996,22,0,homicide,21-24 yrs,128,248677,22.482295989990234,1,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,51.47239303588867 +1996,22,0,other external,21-24 yrs,35,248677,22.482295989990234,1,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,14.074481964111328 +1996,22,0,internal,21-24 yrs,84,248677,22.482295989990234,1,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,33.77875900268555 +1970,23,0.3228622376918793,MVA,15-17 yrs,26,57907,15.979640007019043,0,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,44.89958190917969 +1970,23,0.3228622376918793,suicide,15-17 yrs,2,57907,15.979640007019043,0,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,3.4538137912750244 +1970,23,0.3228622376918793,homicide,15-17 yrs,0,57907,15.979640007019043,0,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,0 +1970,23,0.3228622376918793,other external,15-17 yrs,12,57907,15.979640007019043,0,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,20.722883224487305 +1970,23,0.3228622376918793,internal,15-17 yrs,17,57907,15.979640007019043,0,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,29.357418060302734 +1970,23,0.3228622376918793,all,18-20 yrs,75,52812,18.969703674316406,0.3228622376918793,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,142.01318359375 +1970,23,0.3228622376918793,MVA,18-20 yrs,38,52812,18.969703674316406,0.3228622376918793,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,71.9533462524414 +1970,23,0.3228622376918793,suicide,18-20 yrs,6,52812,18.969703674316406,0.3228622376918793,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,11.361054420471191 +1970,23,0.3228622376918793,homicide,18-20 yrs,1,52812,18.969703674316406,0.3228622376918793,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,1.893509030342102 +1970,23,0.3228622376918793,other external,18-20 yrs,9,52812,18.969703674316406,0.3228622376918793,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,17.041582107543945 +1970,23,0.3228622376918793,internal,18-20 yrs,21,52812,18.969703674316406,0.3228622376918793,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,39.76369094848633 +1970,23,0.3228622376918793,all,21-24 yrs,93,59074,22.369131088256836,1,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,157.42965698242188 +1970,23,0.3228622376918793,MVA,21-24 yrs,48,59074,22.369131088256836,1,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,81.25402069091797 +1970,23,0.3228622376918793,suicide,21-24 yrs,8,59074,22.369131088256836,1,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,13.542336463928223 +1970,23,0.3228622376918793,homicide,21-24 yrs,3,59074,22.369131088256836,1,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,5.078376293182373 +1970,23,0.3228622376918793,other external,21-24 yrs,19,59074,22.369131088256836,1,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,32.16305160522461 +1970,23,0.3228622376918793,internal,21-24 yrs,15,59074,22.369131088256836,1,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,25.391881942749023 +1971,23,0.3161870241165161,MVA,15-17 yrs,28,59507,15.992975234985352,0,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,47.053287506103516 +1971,23,0.3161870241165161,suicide,15-17 yrs,4,59507,15.992975234985352,0,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,6.721898078918457 +1971,23,0.3161870241165161,homicide,15-17 yrs,0,59507,15.992975234985352,0,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,0 +1971,23,0.3161870241165161,other external,15-17 yrs,18,59507,15.992975234985352,0,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,30.24854278564453 +1971,23,0.3161870241165161,internal,15-17 yrs,15,59507,15.992975234985352,0,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,25.20711898803711 +1971,23,0.3161870241165161,all,18-20 yrs,61,54278,18.967924118041992,0.3161870241165161,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,112.38439178466797 +1971,23,0.3161870241165161,MVA,18-20 yrs,29,54278,18.967924118041992,0.3161870241165161,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,53.428646087646484 +1971,23,0.3161870241165161,suicide,18-20 yrs,8,54278,18.967924118041992,0.3161870241165161,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,14.738936424255371 +1971,23,0.3161870241165161,homicide,18-20 yrs,1,54278,18.967924118041992,0.3161870241165161,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,1.8423670530319214 +1971,23,0.3161870241165161,other external,18-20 yrs,11,54278,18.967924118041992,0.3161870241165161,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,20.266036987304688 +1971,23,0.3161870241165161,internal,18-20 yrs,12,54278,18.967924118041992,0.3161870241165161,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,22.1084041595459 +1971,23,0.3161870241165161,all,21-24 yrs,88,66986,22.526960372924805,1,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,131.3707275390625 +1971,23,0.3161870241165161,MVA,21-24 yrs,42,66986,22.526960372924805,1,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,62.699668884277344 +1971,23,0.3161870241165161,suicide,21-24 yrs,11,66986,22.526960372924805,1,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,16.421340942382812 +1971,23,0.3161870241165161,homicide,21-24 yrs,4,66986,22.526960372924805,1,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,5.9713969230651855 +1971,23,0.3161870241165161,other external,21-24 yrs,17,66986,22.526960372924805,1,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,25.378437042236328 +1971,23,0.3161870241165161,internal,21-24 yrs,14,66986,22.526960372924805,1,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,20.89988899230957 +1972,23,0.7181807160377502,MVA,15-17 yrs,28,61103,15.982946395874023,0,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,45.82426452636719 +1972,23,0.7181807160377502,suicide,15-17 yrs,10,61103,15.982946395874023,0,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,16.365808486938477 +1972,23,0.7181807160377502,homicide,15-17 yrs,0,61103,15.982946395874023,0,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,0 +1972,23,0.7181807160377502,other external,15-17 yrs,16,61103,15.982946395874023,0,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,26.185293197631836 +1972,23,0.7181807160377502,internal,15-17 yrs,20,61103,15.982946395874023,0,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,32.73161697387695 +1972,23,0.7181807160377502,all,18-20 yrs,80,56349,18.969919204711914,0.7181807160377502,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,141.97235107421875 +1972,23,0.7181807160377502,MVA,18-20 yrs,50,56349,18.969919204711914,0.7181807160377502,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,88.73271942138672 +1972,23,0.7181807160377502,suicide,18-20 yrs,6,56349,18.969919204711914,0.7181807160377502,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,10.647926330566406 +1972,23,0.7181807160377502,homicide,18-20 yrs,0,56349,18.969919204711914,0.7181807160377502,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,0 +1972,23,0.7181807160377502,other external,18-20 yrs,10,56349,18.969919204711914,0.7181807160377502,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,17.746543884277344 +1972,23,0.7181807160377502,internal,18-20 yrs,14,56349,18.969919204711914,0.7181807160377502,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,24.84516143798828 +1972,23,0.7181807160377502,all,21-24 yrs,62,67714,22.52367401123047,1,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,91.56156921386719 +1972,23,0.7181807160377502,MVA,21-24 yrs,34,67714,22.52367401123047,1,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,50.211181640625 +1972,23,0.7181807160377502,suicide,21-24 yrs,4,67714,22.52367401123047,1,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,5.907197952270508 +1972,23,0.7181807160377502,homicide,21-24 yrs,6,67714,22.52367401123047,1,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,8.860796928405762 +1972,23,0.7181807160377502,other external,21-24 yrs,6,67714,22.52367401123047,1,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,8.860796928405762 +1972,23,0.7181807160377502,internal,21-24 yrs,12,67714,22.52367401123047,1,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,17.721593856811523 +1973,23,1,MVA,15-17 yrs,28,62466,15.979092597961426,0,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,44.82438278198242 +1973,23,1,suicide,15-17 yrs,4,62466,15.979092597961426,0,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,6.4034833908081055 +1973,23,1,homicide,15-17 yrs,3,62466,15.979092597961426,0,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,4.802612781524658 +1973,23,1,other external,15-17 yrs,14,62466,15.979092597961426,0,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,22.41219139099121 +1973,23,1,internal,15-17 yrs,9,62466,15.979092597961426,0,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,14.407837867736816 +1973,23,1,all,18-20 yrs,79,57624,18.972579956054688,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,137.0956573486328 +1973,23,1,MVA,18-20 yrs,43,57624,18.972579956054688,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,74.62168884277344 +1973,23,1,suicide,18-20 yrs,10,57624,18.972579956054688,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,17.353879928588867 +1973,23,1,homicide,18-20 yrs,3,57624,18.972579956054688,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,5.2061638832092285 +1973,23,1,other external,18-20 yrs,12,57624,18.972579956054688,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,20.824655532836914 +1973,23,1,internal,18-20 yrs,11,57624,18.972579956054688,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,19.08926773071289 +1973,23,1,all,21-24 yrs,78,68107,22.523778915405273,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,114.52567291259766 +1973,23,1,MVA,21-24 yrs,28,68107,22.523778915405273,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,41.111778259277344 +1973,23,1,suicide,21-24 yrs,11,68107,22.523778915405273,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,16.15105628967285 +1973,23,1,homicide,21-24 yrs,2,68107,22.523778915405273,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,2.9365556240081787 +1973,23,1,other external,21-24 yrs,17,68107,22.523778915405273,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,24.960723876953125 +1973,23,1,internal,21-24 yrs,20,68107,22.523778915405273,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,29.365556716918945 +1974,23,1,MVA,15-17 yrs,22,64125,15.990877151489258,0,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,34.30799102783203 +1974,23,1,suicide,15-17 yrs,1,64125,15.990877151489258,0,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,1.5594542026519775 +1974,23,1,homicide,15-17 yrs,0,64125,15.990877151489258,0,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,0 +1974,23,1,other external,15-17 yrs,12,64125,15.990877151489258,0,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,18.713449478149414 +1974,23,1,internal,15-17 yrs,21,64125,15.990877151489258,0,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,32.748538970947266 +1974,23,1,all,18-20 yrs,82,58840,18.984891891479492,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,139.36097717285156 +1974,23,1,MVA,18-20 yrs,42,58840,18.984891891479492,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,71.38001251220703 +1974,23,1,suicide,18-20 yrs,5,58840,18.984891891479492,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,8.497620582580566 +1974,23,1,homicide,18-20 yrs,3,58840,18.984891891479492,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,5.098572254180908 +1974,23,1,other external,18-20 yrs,24,58840,18.984891891479492,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,40.788578033447266 +1974,23,1,internal,18-20 yrs,8,58840,18.984891891479492,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,13.596193313598633 +1974,23,1,all,21-24 yrs,71,67887,22.495853424072266,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,104.58556365966797 +1974,23,1,MVA,21-24 yrs,27,67887,22.495853424072266,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,39.77197265625 +1974,23,1,suicide,21-24 yrs,8,67887,22.495853424072266,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,11.78428840637207 +1974,23,1,homicide,21-24 yrs,3,67887,22.495853424072266,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,4.4191083908081055 +1974,23,1,other external,21-24 yrs,15,67887,22.495853424072266,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,22.09554100036621 +1974,23,1,internal,21-24 yrs,18,67887,22.495853424072266,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,26.5146484375 +1975,23,1,MVA,15-17 yrs,32,64652,16.000123977661133,0,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,49.49576187133789 +1975,23,1,suicide,15-17 yrs,4,64652,16.000123977661133,0,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,6.186970233917236 +1975,23,1,homicide,15-17 yrs,0,64652,16.000123977661133,0,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,0 +1975,23,1,other external,15-17 yrs,14,64652,16.000123977661133,0,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,21.654396057128906 +1975,23,1,internal,15-17 yrs,14,64652,16.000123977661133,0,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,21.654396057128906 +1975,23,1,all,18-20 yrs,76,60323,18.975067138671875,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,125.9884262084961 +1975,23,1,MVA,18-20 yrs,33,60323,18.975067138671875,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,54.705501556396484 +1975,23,1,suicide,18-20 yrs,10,60323,18.975067138671875,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,16.577425003051758 +1975,23,1,homicide,18-20 yrs,3,60323,18.975067138671875,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,4.973227500915527 +1975,23,1,other external,18-20 yrs,14,60323,18.975067138671875,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,23.20839500427246 +1975,23,1,internal,18-20 yrs,16,60323,18.975067138671875,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,26.523880004882812 +1975,23,1,all,21-24 yrs,80,69547,22.47500228881836,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,115.03012084960938 +1975,23,1,MVA,21-24 yrs,36,69547,22.47500228881836,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,51.76355743408203 +1975,23,1,suicide,21-24 yrs,12,69547,22.47500228881836,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,17.254518508911133 +1975,23,1,homicide,21-24 yrs,4,69547,22.47500228881836,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,5.751506328582764 +1975,23,1,other external,21-24 yrs,18,69547,22.47500228881836,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,25.881778717041016 +1975,23,1,internal,21-24 yrs,10,69547,22.47500228881836,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,14.378765106201172 +1976,23,1,MVA,15-17 yrs,26,65606,15.99362850189209,0,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,39.63051986694336 +1976,23,1,suicide,15-17 yrs,2,65606,15.99362850189209,0,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,3.04850172996521 +1976,23,1,homicide,15-17 yrs,1,65606,15.99362850189209,0,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,1.524250864982605 +1976,23,1,other external,15-17 yrs,6,65606,15.99362850189209,0,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,9.14550495147705 +1976,23,1,internal,15-17 yrs,16,65606,15.99362850189209,0,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,24.38801383972168 +1976,23,1,all,18-20 yrs,70,61987,18.970815658569336,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,112.9269027709961 +1976,23,1,MVA,18-20 yrs,39,61987,18.970815658569336,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,62.91641616821289 +1976,23,1,suicide,18-20 yrs,5,61987,18.970815658569336,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,8.0662078857421875 +1976,23,1,homicide,18-20 yrs,1,61987,18.970815658569336,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,1.61324143409729 +1976,23,1,other external,18-20 yrs,17,61987,18.970815658569336,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,27.425106048583984 +1976,23,1,internal,18-20 yrs,8,61987,18.970815658569336,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,12.90593147277832 +1976,23,1,all,21-24 yrs,93,71656,22.474224090576172,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,129.78675842285156 +1976,23,1,MVA,21-24 yrs,34,71656,22.474224090576172,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,47.44892120361328 +1976,23,1,suicide,21-24 yrs,21,71656,22.474224090576172,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,29.30668830871582 +1976,23,1,homicide,21-24 yrs,0,71656,22.474224090576172,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,0 +1976,23,1,other external,21-24 yrs,29,71656,22.474224090576172,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,40.47113800048828 +1976,23,1,internal,21-24 yrs,9,71656,22.474224090576172,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,12.560009002685547 +1977,23,0.8646739721298218,MVA,15-17 yrs,18,66025,15.993804931640625,0,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,27.262399673461914 +1977,23,0.8646739721298218,suicide,15-17 yrs,4,66025,15.993804931640625,0,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,6.058311462402344 +1977,23,0.8646739721298218,homicide,15-17 yrs,3,66025,15.993804931640625,0,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,4.543733596801758 +1977,23,0.8646739721298218,other external,15-17 yrs,6,66025,15.993804931640625,0,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,9.087467193603516 +1977,23,0.8646739721298218,internal,15-17 yrs,13,66025,15.993804931640625,0,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,19.689512252807617 +1977,23,0.8646739721298218,all,18-20 yrs,83,63633,18.983814239501953,0.8646739721298218,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,130.4354705810547 +1977,23,0.8646739721298218,MVA,18-20 yrs,53,63633,18.983814239501953,0.8646739721298218,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,83.29011535644531 +1977,23,0.8646739721298218,suicide,18-20 yrs,11,63633,18.983814239501953,0.8646739721298218,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,17.28662872314453 +1977,23,0.8646739721298218,homicide,18-20 yrs,2,63633,18.983814239501953,0.8646739721298218,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,3.1430232524871826 +1977,23,0.8646739721298218,other external,18-20 yrs,7,63633,18.983814239501953,0.8646739721298218,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,11.000581741333008 +1977,23,0.8646739721298218,internal,18-20 yrs,10,63633,18.983814239501953,0.8646739721298218,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,15.715116500854492 +1977,23,0.8646739721298218,all,21-24 yrs,82,73596,22.481847763061523,1,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,111.41909790039062 +1977,23,0.8646739721298218,MVA,21-24 yrs,22,73596,22.481847763061523,1,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,29.892929077148438 +1977,23,0.8646739721298218,suicide,21-24 yrs,13,73596,22.481847763061523,1,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,17.664003372192383 +1977,23,0.8646739721298218,homicide,21-24 yrs,2,73596,22.481847763061523,1,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,2.717539072036743 +1977,23,0.8646739721298218,other external,21-24 yrs,20,73596,22.481847763061523,1,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,27.175390243530273 +1977,23,0.8646739721298218,internal,21-24 yrs,25,73596,22.481847763061523,1,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,33.96923828125 +1978,23,0.3268018960952759,MVA,15-17 yrs,20,66346,16.002683639526367,0,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,30.144996643066406 +1978,23,0.3268018960952759,suicide,15-17 yrs,4,66346,16.002683639526367,0,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,6.028999328613281 +1978,23,0.3268018960952759,homicide,15-17 yrs,1,66346,16.002683639526367,0,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,1.5072498321533203 +1978,23,0.3268018960952759,other external,15-17 yrs,11,66346,16.002683639526367,0,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,16.579748153686523 +1978,23,0.3268018960952759,internal,15-17 yrs,17,66346,16.002683639526367,0,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,25.623247146606445 +1978,23,0.3268018960952759,all,18-20 yrs,91,63641,18.991106033325195,0.3268018960952759,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,142.9895782470703 +1978,23,0.3268018960952759,MVA,18-20 yrs,60,63641,18.991106033325195,0.3268018960952759,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,94.27884674072266 +1978,23,0.3268018960952759,suicide,18-20 yrs,9,63641,18.991106033325195,0.3268018960952759,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,14.141826629638672 +1978,23,0.3268018960952759,homicide,18-20 yrs,3,63641,18.991106033325195,0.3268018960952759,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,4.713942050933838 +1978,23,0.3268018960952759,other external,18-20 yrs,5,63641,18.991106033325195,0.3268018960952759,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,7.856570243835449 +1978,23,0.3268018960952759,internal,18-20 yrs,14,63641,18.991106033325195,0.3268018960952759,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,21.998397827148438 +1978,23,0.3268018960952759,all,21-24 yrs,92,75164,22.482770919799805,1,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,122.39901733398438 +1978,23,0.3268018960952759,MVA,21-24 yrs,42,75164,22.482770919799805,1,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,55.87781524658203 +1978,23,0.3268018960952759,suicide,21-24 yrs,6,75164,22.482770919799805,1,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,7.982544898986816 +1978,23,0.3268018960952759,homicide,21-24 yrs,2,75164,22.482770919799805,1,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,2.660848379135132 +1978,23,0.3268018960952759,other external,21-24 yrs,21,75164,22.482770919799805,1,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,27.938907623291016 +1978,23,0.3268018960952759,internal,21-24 yrs,21,75164,22.482770919799805,1,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,27.938907623291016 +1979,23,0.3257346749305725,MVA,15-17 yrs,30,65552,16.007078170776367,0,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,45.765193939208984 +1979,23,0.3257346749305725,suicide,15-17 yrs,6,65552,16.007078170776367,0,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,9.15303897857666 +1979,23,0.3257346749305725,homicide,15-17 yrs,2,65552,16.007078170776367,0,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,3.0510129928588867 +1979,23,0.3257346749305725,other external,15-17 yrs,13,65552,16.007078170776367,0,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,19.831584930419922 +1979,23,0.3257346749305725,internal,15-17 yrs,9,65552,16.007078170776367,0,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,13.729557991027832 +1979,23,0.3257346749305725,all,18-20 yrs,77,63871,18.984092712402344,0.3257346749305725,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,120.55549621582031 +1979,23,0.3257346749305725,MVA,18-20 yrs,47,63871,18.984092712402344,0.3257346749305725,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,73.58582305908203 +1979,23,0.3257346749305725,suicide,18-20 yrs,7,63871,18.984092712402344,0.3257346749305725,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,10.959589958190918 +1979,23,0.3257346749305725,homicide,18-20 yrs,2,63871,18.984092712402344,0.3257346749305725,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,3.1313116550445557 +1979,23,0.3257346749305725,other external,18-20 yrs,16,63871,18.984092712402344,0.3257346749305725,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,25.050493240356445 +1979,23,0.3257346749305725,internal,18-20 yrs,5,63871,18.984092712402344,0.3257346749305725,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,7.8282790184021 +1979,23,0.3257346749305725,all,21-24 yrs,84,76470,22.47722053527832,1,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,109.84700012207031 +1979,23,0.3257346749305725,MVA,21-24 yrs,40,76470,22.47722053527832,1,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,52.3080940246582 +1979,23,0.3257346749305725,suicide,21-24 yrs,11,76470,22.47722053527832,1,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,14.384725570678711 +1979,23,0.3257346749305725,homicide,21-24 yrs,4,76470,22.47722053527832,1,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,5.230809688568115 +1979,23,0.3257346749305725,other external,21-24 yrs,10,76470,22.47722053527832,1,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,13.07702350616455 +1979,23,0.3257346749305725,internal,21-24 yrs,19,76470,22.47722053527832,1,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,24.846345901489258 +1980,23,0.32457977533340454,MVA,15-17 yrs,29,64028,16.01772689819336,0,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,45.29268264770508 +1980,23,0.32457977533340454,suicide,15-17 yrs,4,64028,16.01772689819336,0,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,6.24726676940918 +1980,23,0.32457977533340454,homicide,15-17 yrs,3,64028,16.01772689819336,0,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,4.685450077056885 +1980,23,0.32457977533340454,other external,15-17 yrs,9,64028,16.01772689819336,0,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,14.056350708007812 +1980,23,0.32457977533340454,internal,15-17 yrs,8,64028,16.01772689819336,0,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,12.49453353881836 +1980,23,0.32457977533340454,all,18-20 yrs,96,64012,18.990751266479492,0.32457977533340454,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,149.9718780517578 +1980,23,0.32457977533340454,MVA,18-20 yrs,54,64012,18.990751266479492,0.32457977533340454,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,84.35918426513672 +1980,23,0.32457977533340454,suicide,18-20 yrs,9,64012,18.990751266479492,0.32457977533340454,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,14.059864044189453 +1980,23,0.32457977533340454,homicide,18-20 yrs,4,64012,18.990751266479492,0.32457977533340454,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,6.248828411102295 +1980,23,0.32457977533340454,other external,18-20 yrs,16,64012,18.990751266479492,0.32457977533340454,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,24.99531364440918 +1980,23,0.32457977533340454,internal,18-20 yrs,13,64012,18.990751266479492,0.32457977533340454,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,20.308692932128906 +1980,23,0.32457977533340454,all,21-24 yrs,86,77993,22.47105598449707,1,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,110.26630401611328 +1980,23,0.32457977533340454,MVA,21-24 yrs,41,77993,22.47105598449707,1,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,52.56882095336914 +1980,23,0.32457977533340454,suicide,21-24 yrs,12,77993,22.47105598449707,1,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,15.385995864868164 +1980,23,0.32457977533340454,homicide,21-24 yrs,2,77993,22.47105598449707,1,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,2.5643327236175537 +1980,23,0.32457977533340454,other external,21-24 yrs,13,77993,22.47105598449707,1,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,16.668163299560547 +1980,23,0.32457977533340454,internal,21-24 yrs,18,77993,22.47105598449707,1,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,23.078994750976562 +1981,23,0.33144843578338623,MVA,15-17 yrs,21,61694,16.026988983154297,0,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,34.03896713256836 +1981,23,0.33144843578338623,suicide,15-17 yrs,6,61694,16.026988983154297,0,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,9.725419044494629 +1981,23,0.33144843578338623,homicide,15-17 yrs,2,61694,16.026988983154297,0,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,3.2418062686920166 +1981,23,0.33144843578338623,other external,15-17 yrs,6,61694,16.026988983154297,0,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,9.725419044494629 +1981,23,0.33144843578338623,internal,15-17 yrs,4,61694,16.026988983154297,0,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,6.483612537384033 +1981,23,0.33144843578338623,all,18-20 yrs,75,64725,19.002687454223633,0.33144843578338623,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,115.8748550415039 +1981,23,0.33144843578338623,MVA,18-20 yrs,39,64725,19.002687454223633,0.33144843578338623,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,60.25492477416992 +1981,23,0.33144843578338623,suicide,18-20 yrs,11,64725,19.002687454223633,0.33144843578338623,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,16.994977951049805 +1981,23,0.33144843578338623,homicide,18-20 yrs,1,64725,19.002687454223633,0.33144843578338623,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,1.544998049736023 +1981,23,0.33144843578338623,other external,18-20 yrs,8,64725,19.002687454223633,0.33144843578338623,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,12.359984397888184 +1981,23,0.33144843578338623,internal,18-20 yrs,16,64725,19.002687454223633,0.33144843578338623,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,24.719968795776367 +1981,23,0.33144843578338623,all,21-24 yrs,91,78724,22.48027229309082,1,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,115.59371948242188 +1981,23,0.33144843578338623,MVA,21-24 yrs,40,78724,22.48027229309082,1,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,50.8104248046875 +1981,23,0.33144843578338623,suicide,21-24 yrs,9,78724,22.48027229309082,1,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,11.43234634399414 +1981,23,0.33144843578338623,homicide,21-24 yrs,4,78724,22.48027229309082,1,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,5.081042766571045 +1981,23,0.33144843578338623,other external,21-24 yrs,20,78724,22.48027229309082,1,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,25.40521240234375 +1981,23,0.33144843578338623,internal,21-24 yrs,18,78724,22.48027229309082,1,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,22.86469268798828 +1982,23,0.33484622836112976,MVA,15-17 yrs,13,59350,16.022695541381836,0,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,21.903959274291992 +1982,23,0.33484622836112976,suicide,15-17 yrs,5,59350,16.022695541381836,0,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,8.424599647521973 +1982,23,0.33484622836112976,homicide,15-17 yrs,0,59350,16.022695541381836,0,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,0 +1982,23,0.33484622836112976,other external,15-17 yrs,5,59350,16.022695541381836,0,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,8.424599647521973 +1982,23,0.33484622836112976,internal,15-17 yrs,10,59350,16.022695541381836,0,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,16.849199295043945 +1982,23,0.33484622836112976,all,18-20 yrs,57,63895,19.010360717773438,0.33484622836112976,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,89.20885467529297 +1982,23,0.33484622836112976,MVA,18-20 yrs,27,63895,19.010360717773438,0.33484622836112976,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,42.25682830810547 +1982,23,0.33484622836112976,suicide,18-20 yrs,9,63895,19.010360717773438,0.33484622836112976,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,14.085609436035156 +1982,23,0.33484622836112976,homicide,18-20 yrs,1,63895,19.010360717773438,0.33484622836112976,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,1.5650676488876343 +1982,23,0.33484622836112976,other external,18-20 yrs,10,63895,19.010360717773438,0.33484622836112976,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,15.650676727294922 +1982,23,0.33484622836112976,internal,18-20 yrs,10,63895,19.010360717773438,0.33484622836112976,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,15.650676727294922 +1982,23,0.33484622836112976,all,21-24 yrs,67,78924,22.4744815826416,1,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,84.89179229736328 +1982,23,0.33484622836112976,MVA,21-24 yrs,18,78924,22.4744815826416,1,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,22.806751251220703 +1982,23,0.33484622836112976,suicide,21-24 yrs,17,78924,22.4744815826416,1,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,21.539709091186523 +1982,23,0.33484622836112976,homicide,21-24 yrs,3,78924,22.4744815826416,1,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,3.8011250495910645 +1982,23,0.33484622836112976,other external,21-24 yrs,8,78924,22.4744815826416,1,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,10.136333465576172 +1982,23,0.33484622836112976,internal,21-24 yrs,21,78924,22.4744815826416,1,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,26.60787582397461 +1983,23,0.33973491191864014,MVA,15-17 yrs,21,57252,16.019929885864258,0,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,36.6799430847168 +1983,23,0.33973491191864014,suicide,15-17 yrs,7,57252,16.019929885864258,0,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,12.22664737701416 +1983,23,0.33973491191864014,homicide,15-17 yrs,2,57252,16.019929885864258,0,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,3.4933278560638428 +1983,23,0.33973491191864014,other external,15-17 yrs,7,57252,16.019929885864258,0,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,12.22664737701416 +1983,23,0.33973491191864014,internal,15-17 yrs,5,57252,16.019929885864258,0,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,8.733319282531738 +1983,23,0.33973491191864014,all,18-20 yrs,63,62693,19.020401000976562,0.33973491191864014,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,100.48968505859375 +1983,23,0.33973491191864014,MVA,18-20 yrs,34,62693,19.020401000976562,0.33973491191864014,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,54.23252868652344 +1983,23,0.33973491191864014,suicide,18-20 yrs,11,62693,19.020401000976562,0.33973491191864014,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,17.545818328857422 +1983,23,0.33973491191864014,homicide,18-20 yrs,1,62693,19.020401000976562,0.33973491191864014,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,1.5950744152069092 +1983,23,0.33973491191864014,other external,18-20 yrs,10,62693,19.020401000976562,0.33973491191864014,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,15.950743675231934 +1983,23,0.33973491191864014,internal,18-20 yrs,7,62693,19.020401000976562,0.33973491191864014,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,11.165520668029785 +1983,23,0.33973491191864014,all,21-24 yrs,87,79426,22.472389221191406,1,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,109.53591918945312 +1983,23,0.33973491191864014,MVA,21-24 yrs,42,79426,22.472389221191406,1,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,52.87940979003906 +1983,23,0.33973491191864014,suicide,21-24 yrs,22,79426,22.472389221191406,1,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,27.69873809814453 +1983,23,0.33973491191864014,homicide,21-24 yrs,3,79426,22.472389221191406,1,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,3.7771008014678955 +1983,23,0.33973491191864014,other external,21-24 yrs,9,79426,22.472389221191406,1,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,11.33130168914795 +1983,23,0.33973491191864014,internal,21-24 yrs,11,79426,22.472389221191406,1,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,13.849369049072266 +1984,23,0.34369754791259766,MVA,15-17 yrs,15,56173,16.015043258666992,0,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,26.70322036743164 +1984,23,0.34369754791259766,suicide,15-17 yrs,8,56173,16.015043258666992,0,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,14.241717338562012 +1984,23,0.34369754791259766,homicide,15-17 yrs,0,56173,16.015043258666992,0,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,0 +1984,23,0.34369754791259766,other external,15-17 yrs,4,56173,16.015043258666992,0,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,7.120858669281006 +1984,23,0.34369754791259766,internal,15-17 yrs,5,56173,16.015043258666992,0,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,8.901073455810547 +1984,23,0.34369754791259766,all,18-20 yrs,75,60754,19.028079986572266,0.34369754791259766,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,123.44866180419922 +1984,23,0.34369754791259766,MVA,18-20 yrs,42,60754,19.028079986572266,0.34369754791259766,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,69.1312484741211 +1984,23,0.34369754791259766,suicide,18-20 yrs,16,60754,19.028079986572266,0.34369754791259766,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,26.33571434020996 +1984,23,0.34369754791259766,homicide,18-20 yrs,0,60754,19.028079986572266,0.34369754791259766,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,0 +1984,23,0.34369754791259766,other external,18-20 yrs,10,60754,19.028079986572266,0.34369754791259766,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,16.459821701049805 +1984,23,0.34369754791259766,internal,18-20 yrs,7,60754,19.028079986572266,0.34369754791259766,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,11.521875381469727 +1984,23,0.34369754791259766,all,21-24 yrs,66,79564,22.47549057006836,1,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,82.95208740234375 +1984,23,0.34369754791259766,MVA,21-24 yrs,23,79564,22.47549057006836,1,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,28.907546997070312 +1984,23,0.34369754791259766,suicide,21-24 yrs,11,79564,22.47549057006836,1,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,13.825347900390625 +1984,23,0.34369754791259766,homicide,21-24 yrs,5,79564,22.47549057006836,1,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,6.284249305725098 +1984,23,0.34369754791259766,other external,21-24 yrs,5,79564,22.47549057006836,1,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,6.284249305725098 +1984,23,0.34369754791259766,internal,21-24 yrs,22,79564,22.47549057006836,1,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,27.65069580078125 +1985,23,0.2995818853378296,MVA,15-17 yrs,19,55803,15.996434211730957,0,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,34.04834747314453 +1985,23,0.2995818853378296,suicide,15-17 yrs,2,55803,15.996434211730957,0,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,3.5840365886688232 +1985,23,0.2995818853378296,homicide,15-17 yrs,1,55803,15.996434211730957,0,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,1.7920182943344116 +1985,23,0.2995818853378296,other external,15-17 yrs,4,55803,15.996434211730957,0,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,7.1680731773376465 +1985,23,0.2995818853378296,internal,15-17 yrs,5,55803,15.996434211730957,0,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,8.960091590881348 +1985,23,0.2995818853378296,all,18-20 yrs,58,58557,19.024335861206055,0.2995818853378296,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,99.04878997802734 +1985,23,0.2995818853378296,MVA,18-20 yrs,32,58557,19.024335861206055,0.2995818853378296,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,54.64760971069336 +1985,23,0.2995818853378296,suicide,18-20 yrs,9,58557,19.024335861206055,0.2995818853378296,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,15.36963939666748 +1985,23,0.2995818853378296,homicide,18-20 yrs,2,58557,19.024335861206055,0.2995818853378296,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,3.415475606918335 +1985,23,0.2995818853378296,other external,18-20 yrs,8,58557,19.024335861206055,0.2995818853378296,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,13.66190242767334 +1985,23,0.2995818853378296,internal,18-20 yrs,7,58557,19.024335861206055,0.2995818853378296,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,11.954164505004883 +1985,23,0.2995818853378296,all,21-24 yrs,76,79139,22.49463653564453,1,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,96.03356170654297 +1985,23,0.2995818853378296,MVA,21-24 yrs,23,79139,22.49463653564453,1,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,29.062788009643555 +1985,23,0.2995818853378296,suicide,21-24 yrs,20,79139,22.49463653564453,1,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,25.271989822387695 +1985,23,0.2995818853378296,homicide,21-24 yrs,5,79139,22.49463653564453,1,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,6.317997455596924 +1985,23,0.2995818853378296,other external,21-24 yrs,13,79139,22.49463653564453,1,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,16.426794052124023 +1985,23,0.2995818853378296,internal,21-24 yrs,15,79139,22.49463653564453,1,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,18.95399284362793 +1986,23,0.041973989456892014,MVA,15-17 yrs,13,56396,15.989874839782715,0,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,23.051280975341797 +1986,23,0.041973989456892014,suicide,15-17 yrs,4,56396,15.989874839782715,0,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,7.092701435089111 +1986,23,0.041973989456892014,homicide,15-17 yrs,1,56396,15.989874839782715,0,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,1.7731753587722778 +1986,23,0.041973989456892014,other external,15-17 yrs,4,56396,15.989874839782715,0,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,7.092701435089111 +1986,23,0.041973989456892014,internal,15-17 yrs,4,56396,15.989874839782715,0,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,7.092701435089111 +1986,23,0.041973989456892014,all,18-20 yrs,44,56388,19.020305633544922,0.041973989456892014,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,78.0307846069336 +1986,23,0.041973989456892014,MVA,18-20 yrs,26,56388,19.020305633544922,0.041973989456892014,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,46.109100341796875 +1986,23,0.041973989456892014,suicide,18-20 yrs,9,56388,19.020305633544922,0.041973989456892014,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,15.960843086242676 +1986,23,0.041973989456892014,homicide,18-20 yrs,0,56388,19.020305633544922,0.041973989456892014,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,0 +1986,23,0.041973989456892014,other external,18-20 yrs,4,56388,19.020305633544922,0.041973989456892014,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,7.093708038330078 +1986,23,0.041973989456892014,internal,18-20 yrs,5,56388,19.020305633544922,0.041973989456892014,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,8.867135047912598 +1986,23,0.041973989456892014,all,21-24 yrs,71,77334,22.510150909423828,1,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,91.80955505371094 +1986,23,0.041973989456892014,MVA,21-24 yrs,38,77334,22.510150909423828,1,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,49.137508392333984 +1986,23,0.041973989456892014,suicide,21-24 yrs,7,77334,22.510150909423828,1,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,9.05164623260498 +1986,23,0.041973989456892014,homicide,21-24 yrs,2,77334,22.510150909423828,1,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,2.586184501647949 +1986,23,0.041973989456892014,other external,21-24 yrs,8,77334,22.510150909423828,1,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,10.344738006591797 +1986,23,0.041973989456892014,internal,21-24 yrs,16,77334,22.510150909423828,1,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,20.689476013183594 +1987,23,0,MVA,15-17 yrs,12,56109,16.020566940307617,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,21.386943817138672 +1987,23,0,suicide,15-17 yrs,3,56109,16.020566940307617,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,5.346735954284668 +1987,23,0,homicide,15-17 yrs,1,56109,16.020566940307617,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,1.7822452783584595 +1987,23,0,other external,15-17 yrs,6,56109,16.020566940307617,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,10.693471908569336 +1987,23,0,internal,15-17 yrs,7,56109,16.020566940307617,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,12.475716590881348 +1987,23,0,all,18-20 yrs,60,55496,19.01297378540039,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,108.11589813232422 +1987,23,0,MVA,18-20 yrs,35,55496,19.01297378540039,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,63.06760787963867 +1987,23,0,suicide,18-20 yrs,10,55496,19.01297378540039,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,18.019317626953125 +1987,23,0,homicide,18-20 yrs,1,55496,19.01297378540039,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,1.801931619644165 +1987,23,0,other external,18-20 yrs,7,55496,19.01297378540039,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,12.613521575927734 +1987,23,0,internal,18-20 yrs,7,55496,19.01297378540039,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,12.613521575927734 +1987,23,0,all,21-24 yrs,64,74996,22.523855209350586,1,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,85.33788299560547 +1987,23,0,MVA,21-24 yrs,26,74996,22.523855209350586,1,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,34.668514251708984 +1987,23,0,suicide,21-24 yrs,11,74996,22.523855209350586,1,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,14.667448997497559 +1987,23,0,homicide,21-24 yrs,6,74996,22.523855209350586,1,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,8.000426292419434 +1987,23,0,other external,21-24 yrs,10,74996,22.523855209350586,1,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,13.334044456481934 +1987,23,0,internal,21-24 yrs,11,74996,22.523855209350586,1,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,14.667448997497559 +1988,23,0,MVA,15-17 yrs,22,54479,16.051708221435547,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,40.38253402709961 +1988,23,0,suicide,15-17 yrs,4,54479,16.051708221435547,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,7.342278480529785 +1988,23,0,homicide,15-17 yrs,0,54479,16.051708221435547,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,0 +1988,23,0,other external,15-17 yrs,6,54479,16.051708221435547,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,11.013418197631836 +1988,23,0,internal,15-17 yrs,9,54479,16.051708221435547,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,16.520126342773438 +1988,23,0,all,18-20 yrs,61,55843,18.994287490844727,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,109.23481750488281 +1988,23,0,MVA,18-20 yrs,29,55843,18.994287490844727,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,51.93130874633789 +1988,23,0,suicide,18-20 yrs,12,55843,18.994287490844727,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,21.48881721496582 +1988,23,0,homicide,18-20 yrs,0,55843,18.994287490844727,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,0 +1988,23,0,other external,18-20 yrs,9,55843,18.994287490844727,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,16.116613388061523 +1988,23,0,internal,18-20 yrs,11,55843,18.994287490844727,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,19.698081970214844 +1988,23,0,all,21-24 yrs,69,72822,22.523344039916992,1,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,94.7515869140625 +1988,23,0,MVA,21-24 yrs,30,72822,22.523344039916992,1,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,41.19634246826172 +1988,23,0,suicide,21-24 yrs,16,72822,22.523344039916992,1,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,21.97138214111328 +1988,23,0,homicide,21-24 yrs,4,72822,22.523344039916992,1,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,5.49284553527832 +1988,23,0,other external,21-24 yrs,9,72822,22.523344039916992,1,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,12.358902931213379 +1988,23,0,internal,21-24 yrs,10,72822,22.523344039916992,1,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,13.7321138381958 +1989,23,0,MVA,15-17 yrs,10,51908,16.039203643798828,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,19.26485252380371 +1989,23,0,suicide,15-17 yrs,9,51908,16.039203643798828,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,17.338367462158203 +1989,23,0,homicide,15-17 yrs,2,51908,16.039203643798828,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,3.852970600128174 +1989,23,0,other external,15-17 yrs,4,51908,16.039203643798828,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,7.705941200256348 +1989,23,0,internal,15-17 yrs,8,51908,16.039203643798828,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,15.411882400512695 +1989,23,0,all,18-20 yrs,51,56788,18.987531661987305,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,89.807708740234375 +1989,23,0,MVA,18-20 yrs,20,56788,18.987531661987305,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,35.21870803833008 +1989,23,0,suicide,18-20 yrs,7,56788,18.987531661987305,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,12.326547622680664 +1989,23,0,homicide,18-20 yrs,1,56788,18.987531661987305,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,1.7609354257583618 +1989,23,0,other external,18-20 yrs,7,56788,18.987531661987305,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,12.326547622680664 +1989,23,0,internal,18-20 yrs,16,56788,18.987531661987305,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,28.17496681213379 +1989,23,0,all,21-24 yrs,75,69929,22.517826080322266,1,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,107.25164031982422 +1989,23,0,MVA,21-24 yrs,27,69929,22.517826080322266,1,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,38.610591888427734 +1989,23,0,suicide,21-24 yrs,21,69929,22.517826080322266,1,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,30.030460357666016 +1989,23,0,homicide,21-24 yrs,1,69929,22.517826080322266,1,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,1.43002188205719 +1989,23,0,other external,21-24 yrs,11,69929,22.517826080322266,1,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,15.730240821838379 +1989,23,0,internal,21-24 yrs,15,69929,22.517826080322266,1,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,21.450328826904297 +1990,23,0,MVA,15-17 yrs,18,49980,16.021909713745117,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,36.014404296875 +1990,23,0,suicide,15-17 yrs,5,49980,16.021909713745117,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,10.00400161743164 +1990,23,0,homicide,15-17 yrs,1,49980,16.021909713745117,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,2.000800371170044 +1990,23,0,other external,15-17 yrs,6,49980,16.021909713745117,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,12.004801750183105 +1990,23,0,internal,15-17 yrs,5,49980,16.021909713745117,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,10.00400161743164 +1990,23,0,all,18-20 yrs,39,56858,19.017324447631836,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,68.59193420410156 +1990,23,0,MVA,18-20 yrs,19,56858,19.017324447631836,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,33.41658020019531 +1990,23,0,suicide,18-20 yrs,8,56858,19.017324447631836,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,14.07013988494873 +1990,23,0,homicide,18-20 yrs,3,56858,19.017324447631836,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,5.276302337646484 +1990,23,0,other external,18-20 yrs,4,56858,19.017324447631836,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,7.035069942474365 +1990,23,0,internal,18-20 yrs,5,56858,19.017324447631836,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,8.793837547302246 +1990,23,0,all,21-24 yrs,56,67752,22.496442794799805,1,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,82.654388427734375 +1990,23,0,MVA,21-24 yrs,19,67752,22.496442794799805,1,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,28.043453216552734 +1990,23,0,suicide,21-24 yrs,14,67752,22.496442794799805,1,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,20.663597106933594 +1990,23,0,homicide,21-24 yrs,3,67752,22.496442794799805,1,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,4.427913665771484 +1990,23,0,other external,21-24 yrs,6,67752,22.496442794799805,1,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,8.855827331542969 +1990,23,0,internal,21-24 yrs,14,67752,22.496442794799805,1,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,20.663597106933594 +1991,23,0,MVA,15-17 yrs,18,49424,16.01234245300293,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,36.419551849365234 +1991,23,0,suicide,15-17 yrs,2,49424,16.01234245300293,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,4.046617031097412 +1991,23,0,homicide,15-17 yrs,1,49424,16.01234245300293,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,2.023308515548706 +1991,23,0,other external,15-17 yrs,3,49424,16.01234245300293,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,6.069925308227539 +1991,23,0,internal,15-17 yrs,4,49424,16.01234245300293,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,8.093234062194824 +1991,23,0,all,18-20 yrs,58,54968,19.043134689331055,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,105.51593780517578 +1991,23,0,MVA,18-20 yrs,27,54968,19.043134689331055,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,49.11948776245117 +1991,23,0,suicide,18-20 yrs,13,54968,19.043134689331055,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,23.650123596191406 +1991,23,0,homicide,18-20 yrs,1,54968,19.043134689331055,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,1.8192403316497803 +1991,23,0,other external,18-20 yrs,7,54968,19.043134689331055,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,12.734682083129883 +1991,23,0,internal,18-20 yrs,10,54968,19.043134689331055,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,18.19240379333496 +1991,23,0,all,21-24 yrs,54,67678,22.456707000732422,1,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,79.78958892822266 +1991,23,0,MVA,21-24 yrs,25,67678,22.456707000732422,1,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,36.93962478637695 +1991,23,0,suicide,21-24 yrs,15,67678,22.456707000732422,1,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,22.163776397705078 +1991,23,0,homicide,21-24 yrs,2,67678,22.456707000732422,1,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,2.955170154571533 +1991,23,0,other external,21-24 yrs,6,67678,22.456707000732422,1,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,8.865509986877441 +1991,23,0,internal,21-24 yrs,6,67678,22.456707000732422,1,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,8.865509986877441 +1992,23,0,MVA,15-17 yrs,21,49779,16.002269744873047,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,42.18646240234375 +1992,23,0,suicide,15-17 yrs,6,49779,16.002269744873047,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,12.053275108337402 +1992,23,0,homicide,15-17 yrs,0,49779,16.002269744873047,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,0 +1992,23,0,other external,15-17 yrs,3,49779,16.002269744873047,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,6.026637554168701 +1992,23,0,internal,15-17 yrs,4,49779,16.002269744873047,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,8.035516738891602 +1992,23,0,all,18-20 yrs,34,51929,19.037166595458984,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,65.47401428222656 +1992,23,0,MVA,18-20 yrs,16,51929,19.037166595458984,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,30.81130027770996 +1992,23,0,suicide,18-20 yrs,7,51929,19.037166595458984,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,13.479944229125977 +1992,23,0,homicide,18-20 yrs,1,51929,19.037166595458984,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,1.9257062673568726 +1992,23,0,other external,18-20 yrs,3,51929,19.037166595458984,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,5.777118682861328 +1992,23,0,internal,18-20 yrs,7,51929,19.037166595458984,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,13.479944229125977 +1992,23,0,all,21-24 yrs,62,68046,22.437969207763672,1,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,91.114837646484375 +1992,23,0,MVA,21-24 yrs,17,68046,22.437969207763672,1,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,24.98309898376465 +1992,23,0,suicide,21-24 yrs,11,68046,22.437969207763672,1,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,16.16553497314453 +1992,23,0,homicide,21-24 yrs,2,68046,22.437969207763672,1,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,2.939188241958618 +1992,23,0,other external,21-24 yrs,11,68046,22.437969207763672,1,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,16.16553497314453 +1992,23,0,internal,21-24 yrs,21,68046,22.437969207763672,1,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,30.86147689819336 +1993,23,0,MVA,15-17 yrs,16,50455,15.989951133728027,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,31.71142578125 +1993,23,0,suicide,15-17 yrs,6,50455,15.989951133728027,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,11.89178466796875 +1993,23,0,homicide,15-17 yrs,0,50455,15.989951133728027,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,0 +1993,23,0,other external,15-17 yrs,5,50455,15.989951133728027,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,9.909820556640625 +1993,23,0,internal,15-17 yrs,1,50455,15.989951133728027,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,1.981964111328125 +1993,23,0,all,18-20 yrs,50,50193,19.014883041381836,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,99.61548614501953 +1993,23,0,MVA,18-20 yrs,28,50193,19.014883041381836,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,55.784671783447266 +1993,23,0,suicide,18-20 yrs,4,50193,19.014883041381836,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,7.969238758087158 +1993,23,0,homicide,18-20 yrs,1,50193,19.014883041381836,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,1.9923096895217896 +1993,23,0,other external,18-20 yrs,9,50193,19.014883041381836,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,17.930788040161133 +1993,23,0,internal,18-20 yrs,8,50193,19.014883041381836,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,15.938477516174316 +1993,23,0,all,21-24 yrs,58,68244,22.46782112121582,1,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,84.9891586303711 +1993,23,0,MVA,21-24 yrs,12,68244,22.46782112121582,1,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,17.58396339416504 +1993,23,0,suicide,21-24 yrs,16,68244,22.46782112121582,1,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,23.445283889770508 +1993,23,0,homicide,21-24 yrs,1,68244,22.46782112121582,1,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,1.4653302431106567 +1993,23,0,other external,21-24 yrs,12,68244,22.46782112121582,1,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,17.58396339416504 +1993,23,0,internal,21-24 yrs,17,68244,22.46782112121582,1,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,24.910614013671875 +1994,23,0,MVA,15-17 yrs,15,51848,15.989662170410156,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,28.930721282958984 +1994,23,0,suicide,15-17 yrs,6,51848,15.989662170410156,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,11.572288513183594 +1994,23,0,homicide,15-17 yrs,1,51848,15.989662170410156,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,1.9287147521972656 +1994,23,0,other external,15-17 yrs,5,51848,15.989662170410156,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,9.643573760986328 +1994,23,0,internal,15-17 yrs,6,51848,15.989662170410156,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,11.572288513183594 +1994,23,0,all,18-20 yrs,37,48907,19.005172729492188,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,75.65379333496094 +1994,23,0,MVA,18-20 yrs,19,48907,19.005172729492188,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,38.8492431640625 +1994,23,0,suicide,18-20 yrs,5,48907,19.005172729492188,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,10.223484992980957 +1994,23,0,homicide,18-20 yrs,0,48907,19.005172729492188,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,0 +1994,23,0,other external,18-20 yrs,3,48907,19.005172729492188,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,6.134091377258301 +1994,23,0,internal,18-20 yrs,10,48907,19.005172729492188,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,20.446969985961914 +1994,23,0,all,21-24 yrs,40,66475,22.51820945739746,1,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,60.172996520996094 +1994,23,0,MVA,21-24 yrs,13,66475,22.51820945739746,1,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,19.556224822998047 +1994,23,0,suicide,21-24 yrs,14,66475,22.51820945739746,1,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,21.060548782348633 +1994,23,0,homicide,21-24 yrs,1,66475,22.51820945739746,1,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,1.5043249130249023 +1994,23,0,other external,21-24 yrs,3,66475,22.51820945739746,1,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,4.512974739074707 +1994,23,0,internal,21-24 yrs,9,66475,22.51820945739746,1,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,13.538924217224121 +1995,23,0,MVA,15-17 yrs,6,52903,15.987410545349121,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,11.341511726379395 +1995,23,0,suicide,15-17 yrs,4,52903,15.987410545349121,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,7.561007976531982 +1995,23,0,homicide,15-17 yrs,0,52903,15.987410545349121,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,0 +1995,23,0,other external,15-17 yrs,3,52903,15.987410545349121,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,5.670755863189697 +1995,23,0,internal,15-17 yrs,10,52903,15.987410545349121,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,18.90251922607422 +1995,23,0,all,18-20 yrs,32,48994,18.995346069335938,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,65.314117431640625 +1995,23,0,MVA,18-20 yrs,17,48994,18.995346069335938,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,34.69812774658203 +1995,23,0,suicide,18-20 yrs,4,48994,18.995346069335938,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,8.164264678955078 +1995,23,0,homicide,18-20 yrs,1,48994,18.995346069335938,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,2.0410661697387695 +1995,23,0,other external,18-20 yrs,6,48994,18.995346069335938,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,12.246397972106934 +1995,23,0,internal,18-20 yrs,4,48994,18.995346069335938,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,8.164264678955078 +1995,23,0,all,21-24 yrs,49,63870,22.53900146484375,1,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,76.71833038330078 +1995,23,0,MVA,21-24 yrs,23,63870,22.53900146484375,1,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,36.01064682006836 +1995,23,0,suicide,21-24 yrs,9,63870,22.53900146484375,1,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,14.0911226272583 +1995,23,0,homicide,21-24 yrs,2,63870,22.53900146484375,1,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,3.1313605308532715 +1995,23,0,other external,21-24 yrs,6,63870,22.53900146484375,1,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,9.394082069396973 +1995,23,0,internal,21-24 yrs,9,63870,22.53900146484375,1,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,14.0911226272583 +1996,23,0,MVA,15-17 yrs,16,53639,15.998191833496094,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,29.829042434692383 +1996,23,0,suicide,15-17 yrs,3,53639,15.998191833496094,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,5.592945575714111 +1996,23,0,homicide,15-17 yrs,0,53639,15.998191833496094,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,0 +1996,23,0,other external,15-17 yrs,1,53639,15.998191833496094,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,1.864315152168274 +1996,23,0,internal,15-17 yrs,5,53639,15.998191833496094,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,9.321576118469238 +1996,23,0,all,18-20 yrs,35,49539,18.984880447387695,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,70.65140533447266 +1996,23,0,MVA,18-20 yrs,16,49539,18.984880447387695,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,32.297786712646484 +1996,23,0,suicide,18-20 yrs,3,49539,18.984880447387695,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,6.055834770202637 +1996,23,0,homicide,18-20 yrs,1,49539,18.984880447387695,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,2.0186116695404053 +1996,23,0,other external,18-20 yrs,8,49539,18.984880447387695,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,16.148893356323242 +1996,23,0,internal,18-20 yrs,7,49539,18.984880447387695,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,14.130281448364258 +1996,23,0,all,21-24 yrs,40,61416,22.515777587890625,1,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,65.129608154296875 +1996,23,0,MVA,21-24 yrs,14,61416,22.515777587890625,1,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,22.79536247253418 +1996,23,0,suicide,21-24 yrs,6,61416,22.515777587890625,1,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,9.769441604614258 +1996,23,0,homicide,21-24 yrs,5,61416,22.515777587890625,1,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,8.14120101928711 +1996,23,0,other external,21-24 yrs,1,61416,22.515777587890625,1,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,1.6282402276992798 +1996,23,0,internal,21-24 yrs,14,61416,22.515777587890625,1,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,22.79536247253418 +1970,24,0,MVA,15-17 yrs,47,222984,15.974495887756348,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,21.07774543762207 +1970,24,0,suicide,15-17 yrs,2,222984,15.974495887756348,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,0.8969253301620483 +1970,24,0,homicide,15-17 yrs,17,222984,15.974495887756348,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,7.623865604400635 +1970,24,0,other external,15-17 yrs,40,222984,15.974495887756348,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,17.938507080078125 +1970,24,0,internal,15-17 yrs,65,222984,15.974495887756348,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,29.150074005126953 +1970,24,0,all,18-20 yrs,258,198205,18.98193359375,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,130.1682586669922 +1970,24,0,MVA,18-20 yrs,76,198205,18.98193359375,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,38.344139099121094 +1970,24,0,suicide,18-20 yrs,18,198205,18.98193359375,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,9.081506729125977 +1970,24,0,homicide,18-20 yrs,30,198205,18.98193359375,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,15.135844230651855 +1970,24,0,other external,18-20 yrs,43,198205,18.98193359375,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,21.69470977783203 +1970,24,0,internal,18-20 yrs,91,198205,18.98193359375,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,45.91205978393555 +1970,24,0,all,21-24 yrs,376,260936,22.45195770263672,1,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,144.0966339111328 +1970,24,0,MVA,21-24 yrs,90,260936,22.45195770263672,1,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,34.491214752197266 +1970,24,0,suicide,21-24 yrs,31,260936,22.45195770263672,1,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,11.880308151245117 +1970,24,0,homicide,21-24 yrs,56,260936,22.45195770263672,1,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,21.461200714111328 +1970,24,0,other external,21-24 yrs,56,260936,22.45195770263672,1,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,21.461200714111328 +1970,24,0,internal,21-24 yrs,143,260936,22.45195770263672,1,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,54.802711486816406 +1971,24,0,MVA,15-17 yrs,49,233156,15.983993530273438,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,21.015972137451172 +1971,24,0,suicide,15-17 yrs,12,233156,15.983993530273438,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,5.146768569946289 +1971,24,0,homicide,15-17 yrs,24,233156,15.983993530273438,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,10.293537139892578 +1971,24,0,other external,15-17 yrs,55,233156,15.983993530273438,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,23.589357376098633 +1971,24,0,internal,15-17 yrs,88,233156,15.983993530273438,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,37.74296951293945 +1971,24,0,all,18-20 yrs,291,214695,18.98020362854004,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,135.54112243652344 +1971,24,0,MVA,18-20 yrs,78,214695,18.98020362854004,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,36.33060836791992 +1971,24,0,suicide,18-20 yrs,23,214695,18.98020362854004,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,10.712871551513672 +1971,24,0,homicide,18-20 yrs,44,214695,18.98020362854004,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,20.494190216064453 +1971,24,0,other external,18-20 yrs,43,214695,18.98020362854004,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,20.028411865234375 +1971,24,0,internal,18-20 yrs,103,214695,18.98020362854004,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,47.975032806396484 +1971,24,0,all,21-24 yrs,406,272841,22.578502655029297,1,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,148.8046112060547 +1971,24,0,MVA,21-24 yrs,103,272841,22.578502655029297,1,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,37.75092315673828 +1971,24,0,suicide,21-24 yrs,26,272841,22.578502655029297,1,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,9.529359817504883 +1971,24,0,homicide,21-24 yrs,68,272841,22.578502655029297,1,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,24.922941207885742 +1971,24,0,other external,21-24 yrs,59,272841,22.578502655029297,1,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,21.62431526184082 +1971,24,0,internal,21-24 yrs,150,272841,22.578502655029297,1,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,54.977073669433594 +1972,24,0,MVA,15-17 yrs,70,241832,15.977653503417969,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,28.945714950561523 +1972,24,0,suicide,15-17 yrs,14,241832,15.977653503417969,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,5.789143085479736 +1972,24,0,homicide,15-17 yrs,10,241832,15.977653503417969,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,4.135102272033691 +1972,24,0,other external,15-17 yrs,46,241832,15.977653503417969,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,19.021469116210938 +1972,24,0,internal,15-17 yrs,92,241832,15.977653503417969,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,38.042938232421875 +1972,24,0,all,18-20 yrs,286,224533,18.984567642211914,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,127.37548828125 +1972,24,0,MVA,18-20 yrs,76,224533,18.984567642211914,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,33.84803009033203 +1972,24,0,suicide,18-20 yrs,6,224533,18.984567642211914,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,2.672213077545166 +1972,24,0,homicide,18-20 yrs,50,224533,18.984567642211914,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,22.268442153930664 +1972,24,0,other external,18-20 yrs,60,224533,18.984567642211914,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,26.722129821777344 +1972,24,0,internal,18-20 yrs,94,224533,18.984567642211914,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,41.86466979980469 +1972,24,0,all,21-24 yrs,466,263875,22.506515502929688,1,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,176.59877014160156 +1972,24,0,MVA,21-24 yrs,136,263875,22.506515502929688,1,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,51.539554595947266 +1972,24,0,suicide,21-24 yrs,54,263875,22.506515502929688,1,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,20.464235305786133 +1972,24,0,homicide,21-24 yrs,84,263875,22.506515502929688,1,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,31.833253860473633 +1972,24,0,other external,21-24 yrs,52,263875,22.506515502929688,1,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,19.706300735473633 +1972,24,0,internal,21-24 yrs,140,263875,22.506515502929688,1,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,53.055423736572266 +1973,24,0,MVA,15-17 yrs,76,247673,15.977797508239746,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,30.68562126159668 +1973,24,0,suicide,15-17 yrs,7,247673,15.977797508239746,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,2.8263072967529297 +1973,24,0,homicide,15-17 yrs,18,247673,15.977797508239746,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,7.2676472663879395 +1973,24,0,other external,15-17 yrs,56,247673,15.977797508239746,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,22.610458374023438 +1973,24,0,internal,15-17 yrs,67,247673,15.977797508239746,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,27.05179786682129 +1973,24,0,all,18-20 yrs,306,232895,18.99537467956543,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,131.38967895507812 +1973,24,0,MVA,18-20 yrs,99,232895,18.99537467956543,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,42.508426666259766 +1973,24,0,suicide,18-20 yrs,28,232895,18.99537467956543,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,12.022584915161133 +1973,24,0,homicide,18-20 yrs,43,232895,18.99537467956543,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,18.4632568359375 +1973,24,0,other external,18-20 yrs,55,232895,18.99537467956543,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,23.615793228149414 +1973,24,0,internal,18-20 yrs,81,232895,18.99537467956543,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,34.77962112426758 +1973,24,0,all,21-24 yrs,371,266433,22.458208084106445,1,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,139.24700927734375 +1973,24,0,MVA,21-24 yrs,88,266433,22.458208084106445,1,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,33.0289421081543 +1973,24,0,suicide,21-24 yrs,43,266433,22.458208084106445,1,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,16.139141082763672 +1973,24,0,homicide,21-24 yrs,65,266433,22.458208084106445,1,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,24.396377563476562 +1973,24,0,other external,21-24 yrs,51,266433,22.458208084106445,1,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,19.141773223876953 +1973,24,0,internal,21-24 yrs,124,266433,22.458208084106445,1,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,46.5407829284668 +1974,24,0.5041095614433289,MVA,15-17 yrs,71,252783,15.99446964263916,0,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,28.087331771850586 +1974,24,0.5041095614433289,suicide,15-17 yrs,15,252783,15.99446964263916,0,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,5.933943271636963 +1974,24,0.5041095614433289,homicide,15-17 yrs,20,252783,15.99446964263916,0,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,7.911924362182617 +1974,24,0.5041095614433289,other external,15-17 yrs,47,252783,15.99446964263916,0,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,18.5930233001709 +1974,24,0.5041095614433289,internal,15-17 yrs,66,252783,15.99446964263916,0,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,26.109350204467773 +1974,24,0.5041095614433289,all,18-20 yrs,330,236828,19.000823974609375,0.5041095614433289,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,139.3416290283203 +1974,24,0.5041095614433289,MVA,18-20 yrs,126,236828,19.000823974609375,0.5041095614433289,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,53.20316696166992 +1974,24,0.5041095614433289,suicide,18-20 yrs,29,236828,19.000823974609375,0.5041095614433289,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,12.245173454284668 +1974,24,0.5041095614433289,homicide,18-20 yrs,43,236828,19.000823974609375,0.5041095614433289,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,18.15663719177246 +1974,24,0.5041095614433289,other external,18-20 yrs,41,236828,19.000823974609375,0.5041095614433289,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,17.31214141845703 +1974,24,0.5041095614433289,internal,18-20 yrs,91,236828,19.000823974609375,0.5041095614433289,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,38.42451095581055 +1974,24,0.5041095614433289,all,21-24 yrs,394,275571,22.433622360229492,1,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,142.97586059570312 +1974,24,0.5041095614433289,MVA,21-24 yrs,83,275571,22.433622360229492,1,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,30.119279861450195 +1974,24,0.5041095614433289,suicide,21-24 yrs,47,275571,22.433622360229492,1,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,17.055496215820312 +1974,24,0.5041095614433289,homicide,21-24 yrs,71,275571,22.433622360229492,1,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,25.764684677124023 +1974,24,0.5041095614433289,other external,21-24 yrs,60,275571,22.433622360229492,1,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,21.772974014282227 +1974,24,0.5041095614433289,internal,21-24 yrs,133,275571,22.433622360229492,1,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,48.263423919677734 +1975,24,1,MVA,15-17 yrs,70,253184,16.001752853393555,0,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,27.647876739501953 +1975,24,1,suicide,15-17 yrs,11,253184,16.001752853393555,0,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,4.344666481018066 +1975,24,1,homicide,15-17 yrs,38,253184,16.001752853393555,0,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,15.0088472366333 +1975,24,1,other external,15-17 yrs,43,253184,16.001752853393555,0,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,16.98369598388672 +1975,24,1,internal,15-17 yrs,66,253184,16.001752853393555,0,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,26.0679988861084 +1975,24,1,all,18-20 yrs,268,241210,18.993379592895508,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,111.10650634765625 +1975,24,1,MVA,18-20 yrs,93,241210,18.993379592895508,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,38.55561447143555 +1975,24,1,suicide,18-20 yrs,19,241210,18.993379592895508,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,7.876953601837158 +1975,24,1,homicide,18-20 yrs,42,241210,18.993379592895508,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,17.412214279174805 +1975,24,1,other external,18-20 yrs,52,241210,18.993379592895508,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,21.5579776763916 +1975,24,1,internal,18-20 yrs,62,241210,18.993379592895508,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,25.70374298095703 +1975,24,1,all,21-24 yrs,380,287419,22.4462890625,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,132.21116638183594 +1975,24,1,MVA,21-24 yrs,103,287419,22.4462890625,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,35.836181640625 +1975,24,1,suicide,21-24 yrs,43,287419,22.4462890625,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,14.960737228393555 +1975,24,1,homicide,21-24 yrs,71,287419,22.4462890625,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,24.702611923217773 +1975,24,1,other external,21-24 yrs,67,287419,22.4462890625,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,23.310914993286133 +1975,24,1,internal,21-24 yrs,96,287419,22.4462890625,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,33.40071487426758 +1976,24,1,MVA,15-17 yrs,60,253518,15.994729995727539,0,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,23.66695785522461 +1976,24,1,suicide,15-17 yrs,17,253518,15.994729995727539,0,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,6.705638408660889 +1976,24,1,homicide,15-17 yrs,11,253518,15.994729995727539,0,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,4.338942527770996 +1976,24,1,other external,15-17 yrs,32,253518,15.994729995727539,0,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,12.6223783493042 +1976,24,1,internal,15-17 yrs,63,253518,15.994729995727539,0,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,24.850305557250977 +1976,24,1,all,18-20 yrs,276,244601,18.992849349975586,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,112.83682250976562 +1976,24,1,MVA,18-20 yrs,104,244601,18.992849349975586,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,42.51822280883789 +1976,24,1,suicide,18-20 yrs,37,244601,18.992849349975586,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,15.126675605773926 +1976,24,1,homicide,18-20 yrs,17,244601,18.992849349975586,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,6.950094223022461 +1976,24,1,other external,18-20 yrs,45,244601,18.992849349975586,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,18.397308349609375 +1976,24,1,internal,18-20 yrs,73,244601,18.992849349975586,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,29.84452247619629 +1976,24,1,all,21-24 yrs,341,296974,22.461463928222656,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,114.82486724853516 +1976,24,1,MVA,21-24 yrs,97,296974,22.461463928222656,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,32.66279220581055 +1976,24,1,suicide,21-24 yrs,36,296974,22.461463928222656,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,12.122273445129395 +1976,24,1,homicide,21-24 yrs,66,296974,22.461463928222656,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,22.224166870117188 +1976,24,1,other external,21-24 yrs,59,296974,22.461463928222656,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,19.8670597076416 +1976,24,1,internal,21-24 yrs,83,296974,22.461463928222656,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,27.94857406616211 +1977,24,1,MVA,15-17 yrs,76,252641,15.997450828552246,0,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,30.082212448120117 +1977,24,1,suicide,15-17 yrs,14,252641,15.997450828552246,0,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,5.541460037231445 +1977,24,1,homicide,15-17 yrs,12,252641,15.997450828552246,0,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,4.749823093414307 +1977,24,1,other external,15-17 yrs,31,252641,15.997450828552246,0,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,12.270376205444336 +1977,24,1,internal,15-17 yrs,44,252641,15.997450828552246,0,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,17.416017532348633 +1977,24,1,all,18-20 yrs,276,246096,19.008167266845703,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,112.15135192871094 +1977,24,1,MVA,18-20 yrs,93,246096,19.008167266845703,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,37.790130615234375 +1977,24,1,suicide,18-20 yrs,47,246096,19.008167266845703,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,19.098237991333008 +1977,24,1,homicide,18-20 yrs,25,246096,19.008167266845703,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,10.158637046813965 +1977,24,1,other external,18-20 yrs,43,246096,19.008167266845703,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,17.472856521606445 +1977,24,1,internal,18-20 yrs,68,246096,19.008167266845703,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,27.631492614746094 +1977,24,1,all,21-24 yrs,373,303287,22.4813232421875,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,122.9858169555664 +1977,24,1,MVA,21-24 yrs,104,303287,22.4813232421875,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,34.290950775146484 +1977,24,1,suicide,21-24 yrs,52,303287,22.4813232421875,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,17.145475387573242 +1977,24,1,homicide,21-24 yrs,49,303287,22.4813232421875,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,16.156314849853516 +1977,24,1,other external,21-24 yrs,64,303287,22.4813232421875,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,21.10212516784668 +1977,24,1,internal,21-24 yrs,104,303287,22.4813232421875,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,34.290950775146484 +1978,24,1,MVA,15-17 yrs,80,250914,16.009254455566406,0,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,31.883434295654297 +1978,24,1,suicide,15-17 yrs,15,250914,16.009254455566406,0,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,5.978143692016602 +1978,24,1,homicide,15-17 yrs,13,250914,16.009254455566406,0,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,5.181057929992676 +1978,24,1,other external,15-17 yrs,23,250914,16.009254455566406,0,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,9.166487693786621 +1978,24,1,internal,15-17 yrs,38,250914,16.009254455566406,0,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,15.144631385803223 +1978,24,1,all,18-20 yrs,285,243407,19.014768600463867,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,117.08783721923828 +1978,24,1,MVA,18-20 yrs,112,243407,19.014768600463867,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,46.013465881347656 +1978,24,1,suicide,18-20 yrs,27,243407,19.014768600463867,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,11.09253215789795 +1978,24,1,homicide,18-20 yrs,37,243407,19.014768600463867,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,15.20087718963623 +1978,24,1,other external,18-20 yrs,41,243407,19.014768600463867,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,16.844215393066406 +1978,24,1,internal,18-20 yrs,68,243407,19.014768600463867,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,27.936748504638672 +1978,24,1,all,21-24 yrs,376,308550,22.479265213012695,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,121.86031341552734 +1978,24,1,MVA,21-24 yrs,116,308550,22.479265213012695,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,37.5952033996582 +1978,24,1,suicide,21-24 yrs,63,308550,22.479265213012695,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,20.4180850982666 +1978,24,1,homicide,21-24 yrs,41,308550,22.479265213012695,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,13.287960052490234 +1978,24,1,other external,21-24 yrs,58,308550,22.479265213012695,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,18.7976016998291 +1978,24,1,internal,21-24 yrs,98,308550,22.479265213012695,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,31.761465072631836 +1979,24,1,MVA,15-17 yrs,56,247490,16.00149917602539,0,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,22.62717628479004 +1979,24,1,suicide,15-17 yrs,16,247490,16.00149917602539,0,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,6.464907646179199 +1979,24,1,homicide,15-17 yrs,15,247490,16.00149917602539,0,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,6.060851097106934 +1979,24,1,other external,15-17 yrs,21,247490,16.00149917602539,0,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,8.485191345214844 +1979,24,1,internal,15-17 yrs,39,247490,16.00149917602539,0,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,15.758212089538574 +1979,24,1,all,18-20 yrs,243,241050,19.007173538208008,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,100.8089599609375 +1979,24,1,MVA,18-20 yrs,98,241050,19.007173538208008,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,40.65546417236328 +1979,24,1,suicide,18-20 yrs,23,241050,19.007173538208008,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,9.54158878326416 +1979,24,1,homicide,18-20 yrs,36,241050,19.007173538208008,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,14.934660911560059 +1979,24,1,other external,18-20 yrs,24,241050,19.007173538208008,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,9.956440925598145 +1979,24,1,internal,18-20 yrs,62,241050,19.007173538208008,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,25.72080421447754 +1979,24,1,all,21-24 yrs,379,312035,22.480361938476562,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,121.46073150634766 +1979,24,1,MVA,21-24 yrs,109,312035,22.480361938476562,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,34.93198013305664 +1979,24,1,suicide,21-24 yrs,57,312035,22.480361938476562,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,18.267181396484375 +1979,24,1,homicide,21-24 yrs,51,312035,22.480361938476562,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,16.34432029724121 +1979,24,1,other external,21-24 yrs,60,312035,22.480361938476562,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,19.228612899780273 +1979,24,1,internal,21-24 yrs,102,312035,22.480361938476562,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,32.68864059448242 +1980,24,1,MVA,15-17 yrs,73,244876,16.00875473022461,0,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,29.811006546020508 +1980,24,1,suicide,15-17 yrs,14,244876,16.00875473022461,0,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,5.717179298400879 +1980,24,1,homicide,15-17 yrs,21,244876,16.00875473022461,0,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,8.575769424438477 +1980,24,1,other external,15-17 yrs,25,244876,16.00875473022461,0,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,10.209248542785645 +1980,24,1,internal,15-17 yrs,47,244876,16.00875473022461,0,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,19.193387985229492 +1980,24,1,all,18-20 yrs,281,240174,19.001998901367188,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,116.9985122680664 +1980,24,1,MVA,18-20 yrs,111,240174,19.001998901367188,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,46.21649169921875 +1980,24,1,suicide,18-20 yrs,22,240174,19.001998901367188,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,9.160025596618652 +1980,24,1,homicide,18-20 yrs,41,240174,19.001998901367188,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,17.07095718383789 +1980,24,1,other external,18-20 yrs,35,240174,19.001998901367188,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,14.572768211364746 +1980,24,1,internal,18-20 yrs,72,240174,19.001998901367188,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,29.9782657623291 +1980,24,1,all,21-24 yrs,405,312906,22.49138069152832,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,129.4318389892578 +1980,24,1,MVA,21-24 yrs,124,312906,22.49138069152832,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,39.62851333618164 +1980,24,1,suicide,21-24 yrs,49,312906,22.49138069152832,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,15.65965461730957 +1980,24,1,homicide,21-24 yrs,61,312906,22.49138069152832,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,19.494672775268555 +1980,24,1,other external,21-24 yrs,41,312906,22.49138069152832,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,13.10297679901123 +1980,24,1,internal,21-24 yrs,130,312906,22.49138069152832,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,41.546024322509766 +1981,24,1,MVA,15-17 yrs,59,238358,16.031217575073242,0,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,24.752683639526367 +1981,24,1,suicide,15-17 yrs,9,238358,16.031217575073242,0,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,3.7758328914642334 +1981,24,1,homicide,15-17 yrs,15,238358,16.031217575073242,0,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,6.293055057525635 +1981,24,1,other external,15-17 yrs,24,238358,16.031217575073242,0,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,10.068887710571289 +1981,24,1,internal,15-17 yrs,43,238358,16.031217575073242,0,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,18.040090560913086 +1981,24,1,all,18-20 yrs,284,242688,18.99752426147461,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,117.0226821899414 +1981,24,1,MVA,18-20 yrs,110,242688,18.99752426147461,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,45.325687408447266 +1981,24,1,suicide,18-20 yrs,23,242688,18.99752426147461,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,9.477189064025879 +1981,24,1,homicide,18-20 yrs,45,242688,18.99752426147461,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,18.542325973510742 +1981,24,1,other external,18-20 yrs,35,242688,18.99752426147461,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,14.421809196472168 +1981,24,1,internal,18-20 yrs,71,242688,18.99752426147461,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,29.25567054748535 +1981,24,1,all,21-24 yrs,401,312867,22.51283073425293,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,128.1694793701172 +1981,24,1,MVA,21-24 yrs,122,312867,22.51283073425293,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,38.994205474853516 +1981,24,1,suicide,21-24 yrs,49,312867,22.51283073425293,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,15.661606788635254 +1981,24,1,homicide,21-24 yrs,65,312867,22.51283073425293,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,20.77560043334961 +1981,24,1,other external,21-24 yrs,43,312867,22.51283073425293,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,13.74385929107666 +1981,24,1,internal,21-24 yrs,122,312867,22.51283073425293,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,38.994205474853516 +1982,24,0.9578590393066406,MVA,15-17 yrs,61,227539,16.032148361206055,0,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,26.808591842651367 +1982,24,0.9578590393066406,suicide,15-17 yrs,16,227539,16.032148361206055,0,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,7.031761646270752 +1982,24,0.9578590393066406,homicide,15-17 yrs,15,227539,16.032148361206055,0,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,6.592276573181152 +1982,24,0.9578590393066406,other external,15-17 yrs,16,227539,16.032148361206055,0,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,7.031761646270752 +1982,24,0.9578590393066406,internal,15-17 yrs,45,227539,16.032148361206055,0,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,19.77682876586914 +1982,24,0.9578590393066406,all,18-20 yrs,252,244012,18.999147415161133,0.9578590393066406,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,103.27361297607422 +1982,24,0.9578590393066406,MVA,18-20 yrs,94,244012,18.999147415161133,0.9578590393066406,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,38.52269744873047 +1982,24,0.9578590393066406,suicide,18-20 yrs,24,244012,18.999147415161133,0.9578590393066406,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,9.83558177947998 +1982,24,0.9578590393066406,homicide,18-20 yrs,46,244012,18.999147415161133,0.9578590393066406,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,18.851531982421875 +1982,24,0.9578590393066406,other external,18-20 yrs,33,244012,18.999147415161133,0.9578590393066406,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,13.523924827575684 +1982,24,0.9578590393066406,internal,18-20 yrs,55,244012,18.999147415161133,0.9578590393066406,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,22.539875030517578 +1982,24,0.9578590393066406,all,21-24 yrs,381,310322,22.510446548461914,1,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,122.77569580078125 +1982,24,0.9578590393066406,MVA,21-24 yrs,100,310322,22.510446548461914,1,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,32.22459411621094 +1982,24,0.9578590393066406,suicide,21-24 yrs,55,310322,22.510446548461914,1,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,17.723526000976562 +1982,24,0.9578590393066406,homicide,21-24 yrs,66,310322,22.510446548461914,1,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,21.268230438232422 +1982,24,0.9578590393066406,other external,21-24 yrs,51,310322,22.510446548461914,1,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,16.434541702270508 +1982,24,0.9578590393066406,internal,21-24 yrs,109,310322,22.510446548461914,1,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,35.12480545043945 +1983,24,0.6779505610466003,MVA,15-17 yrs,45,217562,16.025165557861328,0,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,20.683759689331055 +1983,24,0.6779505610466003,suicide,15-17 yrs,15,217562,16.025165557861328,0,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,6.894586563110352 +1983,24,0.6779505610466003,homicide,15-17 yrs,17,217562,16.025165557861328,0,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,7.813864707946777 +1983,24,0.6779505610466003,other external,15-17 yrs,9,217562,16.025165557861328,0,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,4.136751651763916 +1983,24,0.6779505610466003,internal,15-17 yrs,39,217562,16.025165557861328,0,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,17.92592430114746 +1983,24,0.6779505610466003,all,18-20 yrs,220,243588,19.02094841003418,0.6779505610466003,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,90.316436767578125 +1983,24,0.6779505610466003,MVA,18-20 yrs,71,243588,19.02094841003418,0.6779505610466003,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,29.1475772857666 +1983,24,0.6779505610466003,suicide,18-20 yrs,28,243588,19.02094841003418,0.6779505610466003,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,11.494818687438965 +1983,24,0.6779505610466003,homicide,18-20 yrs,31,243588,19.02094841003418,0.6779505610466003,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,12.726407051086426 +1983,24,0.6779505610466003,other external,18-20 yrs,32,243588,19.02094841003418,0.6779505610466003,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,13.13693618774414 +1983,24,0.6779505610466003,internal,18-20 yrs,58,243588,19.02094841003418,0.6779505610466003,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,23.810697555541992 +1983,24,0.6779505610466003,all,21-24 yrs,354,310963,22.498489379882812,1,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,113.83991241455078 +1983,24,0.6779505610466003,MVA,21-24 yrs,107,310963,22.498489379882812,1,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,34.409236907958984 +1983,24,0.6779505610466003,suicide,21-24 yrs,49,310963,22.498489379882812,1,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,15.757501602172852 +1983,24,0.6779505610466003,homicide,21-24 yrs,57,310963,22.498489379882812,1,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,18.330154418945312 +1983,24,0.6779505610466003,other external,21-24 yrs,43,310963,22.498489379882812,1,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,13.828011512756348 +1983,24,0.6779505610466003,internal,21-24 yrs,98,310963,22.498489379882812,1,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,31.515003204345703 +1984,24,0.34814271330833435,MVA,15-17 yrs,48,212893,16.01627540588379,0,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,22.546537399291992 +1984,24,0.34814271330833435,suicide,15-17 yrs,12,212893,16.01627540588379,0,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,5.636634349822998 +1984,24,0.34814271330833435,homicide,15-17 yrs,17,212893,16.01627540588379,0,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,7.985231876373291 +1984,24,0.34814271330833435,other external,15-17 yrs,11,212893,16.01627540588379,0,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,5.166914939880371 +1984,24,0.34814271330833435,internal,15-17 yrs,37,212893,16.01627540588379,0,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,17.379623413085938 +1984,24,0.34814271330833435,all,18-20 yrs,204,237032,19.043170928955078,0.34814271330833435,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,86.0643310546875 +1984,24,0.34814271330833435,MVA,18-20 yrs,62,237032,19.043170928955078,0.34814271330833435,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,26.15680503845215 +1984,24,0.34814271330833435,suicide,18-20 yrs,30,237032,19.043170928955078,0.34814271330833435,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,12.656518936157227 +1984,24,0.34814271330833435,homicide,18-20 yrs,30,237032,19.043170928955078,0.34814271330833435,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,12.656518936157227 +1984,24,0.34814271330833435,other external,18-20 yrs,18,237032,19.043170928955078,0.34814271330833435,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,7.593911170959473 +1984,24,0.34814271330833435,internal,18-20 yrs,64,237032,19.043170928955078,0.34814271330833435,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,27.000574111938477 +1984,24,0.34814271330833435,all,21-24 yrs,351,315136,22.486392974853516,1,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,111.38048553466797 +1984,24,0.34814271330833435,MVA,21-24 yrs,106,315136,22.486392974853516,1,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,33.63627243041992 +1984,24,0.34814271330833435,suicide,21-24 yrs,49,315136,22.486392974853516,1,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,15.548842430114746 +1984,24,0.34814271330833435,homicide,21-24 yrs,66,315136,22.486392974853516,1,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,20.94333839416504 +1984,24,0.34814271330833435,other external,21-24 yrs,28,315136,22.486392974853516,1,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,8.885052680969238 +1984,24,0.34814271330833435,internal,21-24 yrs,102,315136,22.486392974853516,1,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,32.36697769165039 +1985,24,0.043641477823257446,MVA,15-17 yrs,38,210353,16.007492065429688,0,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,18.06487274169922 +1985,24,0.043641477823257446,suicide,15-17 yrs,15,210353,16.007492065429688,0,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,7.130870342254639 +1985,24,0.043641477823257446,homicide,15-17 yrs,14,210353,16.007492065429688,0,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,6.6554789543151855 +1985,24,0.043641477823257446,other external,15-17 yrs,14,210353,16.007492065429688,0,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,6.6554789543151855 +1985,24,0.043641477823257446,internal,15-17 yrs,31,210353,16.007492065429688,0,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,14.73713207244873 +1985,24,0.043641477823257446,all,18-20 yrs,222,226784,19.04317855834961,0.043641477823257446,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,97.8905029296875 +1985,24,0.043641477823257446,MVA,18-20 yrs,93,226784,19.04317855834961,0.043641477823257446,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,41.008182525634766 +1985,24,0.043641477823257446,suicide,18-20 yrs,23,226784,19.04317855834961,0.043641477823257446,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,10.14180850982666 +1985,24,0.043641477823257446,homicide,18-20 yrs,44,226784,19.04317855834961,0.043641477823257446,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,19.401721954345703 +1985,24,0.043641477823257446,other external,18-20 yrs,28,226784,19.04317855834961,0.043641477823257446,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,12.346549987792969 +1985,24,0.043641477823257446,internal,18-20 yrs,34,226784,19.04317855834961,0.043641477823257446,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,14.992238998413086 +1985,24,0.043641477823257446,all,21-24 yrs,370,319966,22.489055633544922,1,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,115.63728332519531 +1985,24,0.043641477823257446,MVA,21-24 yrs,130,319966,22.489055633544922,1,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,40.62931823730469 +1985,24,0.043641477823257446,suicide,21-24 yrs,52,319966,22.489055633544922,1,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,16.251726150512695 +1985,24,0.043641477823257446,homicide,21-24 yrs,47,319966,22.489055633544922,1,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,14.689061164855957 +1985,24,0.043641477823257446,other external,21-24 yrs,35,319966,22.489055633544922,1,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,10.9386625289917 +1985,24,0.043641477823257446,internal,21-24 yrs,106,319966,22.489055633544922,1,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,33.12852096557617 +1986,24,0,MVA,15-17 yrs,58,210794,16.00784683227539,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,27.5150146484375 +1986,24,0,suicide,15-17 yrs,16,210794,16.00784683227539,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,7.590348720550537 +1986,24,0,homicide,15-17 yrs,18,210794,16.00784683227539,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,8.539142608642578 +1986,24,0,other external,15-17 yrs,11,210794,16.00784683227539,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,5.218364715576172 +1986,24,0,internal,15-17 yrs,42,210794,16.00784683227539,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,19.924665451049805 +1986,24,0,all,18-20 yrs,207,218856,19.037120819091797,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,94.5827407836914 +1986,24,0,MVA,18-20 yrs,83,218856,19.037120819091797,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,37.92448043823242 +1986,24,0,suicide,18-20 yrs,26,218856,19.037120819091797,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,11.87995719909668 +1986,24,0,homicide,18-20 yrs,34,218856,19.037120819091797,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,15.53532886505127 +1986,24,0,other external,18-20 yrs,17,218856,19.037120819091797,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,7.767664432525635 +1986,24,0,internal,18-20 yrs,47,218856,19.037120819091797,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,21.47530746459961 +1986,24,0,all,21-24 yrs,375,324302,22.51060676574707,1,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,115.6329574584961 +1986,24,0,MVA,21-24 yrs,130,324302,22.51060676574707,1,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,40.08609390258789 +1986,24,0,suicide,21-24 yrs,49,324302,22.51060676574707,1,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,15.109373092651367 +1986,24,0,homicide,21-24 yrs,69,324302,22.51060676574707,1,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,21.276464462280273 +1986,24,0,other external,21-24 yrs,34,324302,22.51060676574707,1,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,10.484054565429688 +1986,24,0,internal,21-24 yrs,93,324302,22.51060676574707,1,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,28.676973342895508 +1987,24,0,MVA,15-17 yrs,45,205832,16.03948402404785,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,21.862489700317383 +1987,24,0,suicide,15-17 yrs,22,205832,16.03948402404785,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,10.688328742980957 +1987,24,0,homicide,15-17 yrs,15,205832,16.03948402404785,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,7.287496566772461 +1987,24,0,other external,15-17 yrs,19,205832,16.03948402404785,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,9.230829238891602 +1987,24,0,internal,15-17 yrs,32,205832,16.03948402404785,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,15.546659469604492 +1987,24,0,all,18-20 yrs,224,214555,19.029027938842773,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,104.40213775634766 +1987,24,0,MVA,18-20 yrs,99,214555,19.029027938842773,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,46.14201354980469 +1987,24,0,suicide,18-20 yrs,22,214555,19.029027938842773,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,10.25378131866455 +1987,24,0,homicide,18-20 yrs,46,214555,19.029027938842773,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,21.43972396850586 +1987,24,0,other external,18-20 yrs,20,214555,19.029027938842773,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,9.321619033813477 +1987,24,0,internal,18-20 yrs,37,214555,19.029027938842773,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,17.2449951171875 +1987,24,0,all,21-24 yrs,369,323067,22.54707145690918,1,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,114.2177963256836 +1987,24,0,MVA,21-24 yrs,111,323067,22.54707145690918,1,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,34.35819625854492 +1987,24,0,suicide,21-24 yrs,57,323067,22.54707145690918,1,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,17.64339828491211 +1987,24,0,homicide,21-24 yrs,66,323067,22.54707145690918,1,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,20.42919921875 +1987,24,0,other external,21-24 yrs,44,323067,22.54707145690918,1,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,13.619465827941895 +1987,24,0,internal,21-24 yrs,91,323067,22.54707145690918,1,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,28.167531967163086 +1988,24,0,MVA,15-17 yrs,45,196302,16.070640563964844,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,22.92386245727539 +1988,24,0,suicide,15-17 yrs,18,196302,16.070640563964844,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,9.16954517364502 +1988,24,0,homicide,15-17 yrs,29,196302,16.070640563964844,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,14.773155212402344 +1988,24,0,other external,15-17 yrs,10,196302,16.070640563964844,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,5.094191551208496 +1988,24,0,internal,15-17 yrs,33,196302,16.070640563964844,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,16.810832977294922 +1988,24,0,all,18-20 yrs,238,213332,19.01883888244629,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,111.56319427490234 +1988,24,0,MVA,18-20 yrs,81,213332,19.01883888244629,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,37.96898651123047 +1988,24,0,suicide,18-20 yrs,36,213332,19.01883888244629,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,16.875104904174805 +1988,24,0,homicide,18-20 yrs,59,213332,19.01883888244629,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,27.656423568725586 +1988,24,0,other external,18-20 yrs,19,213332,19.01883888244629,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,8.906305313110352 +1988,24,0,internal,18-20 yrs,43,213332,19.01883888244629,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,20.156375885009766 +1988,24,0,all,21-24 yrs,366,317361,22.567935943603516,1,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,115.32608032226562 +1988,24,0,MVA,21-24 yrs,95,317361,22.567935943603516,1,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,29.934364318847656 +1988,24,0,suicide,21-24 yrs,46,317361,22.567935943603516,1,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,14.494534492492676 +1988,24,0,homicide,21-24 yrs,63,317361,22.567935943603516,1,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,19.85120964050293 +1988,24,0,other external,21-24 yrs,62,317361,22.567935943603516,1,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,19.53611183166504 +1988,24,0,internal,21-24 yrs,100,317361,22.567935943603516,1,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,31.509857177734375 +1989,24,0,MVA,15-17 yrs,52,182074,16.057735443115234,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,28.559816360473633 +1989,24,0,suicide,15-17 yrs,13,182074,16.057735443115234,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,7.139954090118408 +1989,24,0,homicide,15-17 yrs,33,182074,16.057735443115234,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,18.12449836730957 +1989,24,0,other external,15-17 yrs,15,182074,16.057735443115234,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,8.238408088684082 +1989,24,0,internal,15-17 yrs,36,182074,16.057735443115234,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,19.772180557250977 +1989,24,0,all,18-20 yrs,239,213020,19.017759323120117,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,112.19603729248047 +1989,24,0,MVA,18-20 yrs,72,213020,19.017759323120117,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,33.799644470214844 +1989,24,0,suicide,18-20 yrs,19,213020,19.017759323120117,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,8.919350624084473 +1989,24,0,homicide,18-20 yrs,64,213020,19.017759323120117,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,30.044126510620117 +1989,24,0,other external,18-20 yrs,24,213020,19.017759323120117,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,11.266548156738281 +1989,24,0,internal,18-20 yrs,60,213020,19.017759323120117,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,28.16636848449707 +1989,24,0,all,21-24 yrs,358,306952,22.567047119140625,1,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,116.630615234375 +1989,24,0,MVA,21-24 yrs,91,306952,22.567047119140625,1,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,29.646329879760742 +1989,24,0,suicide,21-24 yrs,49,306952,22.567047119140625,1,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,15.963407516479492 +1989,24,0,homicide,21-24 yrs,90,306952,22.567047119140625,1,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,29.320545196533203 +1989,24,0,other external,21-24 yrs,38,306952,22.567047119140625,1,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,12.379785537719727 +1989,24,0,internal,21-24 yrs,90,306952,22.567047119140625,1,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,29.320545196533203 +1990,24,0,MVA,15-17 yrs,41,175667,16.017715454101562,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,23.339614868164062 +1990,24,0,suicide,15-17 yrs,13,175667,16.017715454101562,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,7.400365352630615 +1990,24,0,homicide,15-17 yrs,26,175667,16.017715454101562,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,14.80073070526123 +1990,24,0,other external,15-17 yrs,10,175667,16.017715454101562,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,5.692588806152344 +1990,24,0,internal,15-17 yrs,38,175667,16.017715454101562,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,21.631837844848633 +1990,24,0,all,18-20 yrs,258,208230,19.04610252380371,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,123.90145874023438 +1990,24,0,MVA,18-20 yrs,81,208230,19.04610252380371,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,38.899295806884766 +1990,24,0,suicide,18-20 yrs,27,208230,19.04610252380371,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,12.966431617736816 +1990,24,0,homicide,18-20 yrs,95,208230,19.04610252380371,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,45.62262725830078 +1990,24,0,other external,18-20 yrs,11,208230,19.04610252380371,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,5.282619953155518 +1990,24,0,internal,18-20 yrs,44,208230,19.04610252380371,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,21.13047981262207 +1990,24,0,all,21-24 yrs,322,296185,22.550273895263672,1,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,108.71583557128906 +1990,24,0,MVA,21-24 yrs,84,296185,22.550273895263672,1,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,28.360652923583984 +1990,24,0,suicide,21-24 yrs,31,296185,22.550273895263672,1,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,10.466431617736816 +1990,24,0,homicide,21-24 yrs,98,296185,22.550273895263672,1,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,33.08742904663086 +1990,24,0,other external,21-24 yrs,23,296185,22.550273895263672,1,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,7.765417098999023 +1990,24,0,internal,21-24 yrs,86,296185,22.550273895263672,1,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,29.035905838012695 +1991,24,0,MVA,15-17 yrs,42,173322,16.00568962097168,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,24.23235321044922 +1991,24,0,suicide,15-17 yrs,10,173322,16.00568962097168,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,5.769608020782471 +1991,24,0,homicide,15-17 yrs,32,173322,16.00568962097168,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,18.462745666503906 +1991,24,0,other external,15-17 yrs,14,173322,16.00568962097168,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,8.0774507522583 +1991,24,0,internal,15-17 yrs,20,173322,16.00568962097168,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,11.539216041564941 +1991,24,0,all,18-20 yrs,216,198521,19.057666778564453,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,108.80461120605469 +1991,24,0,MVA,18-20 yrs,71,198521,19.057666778564453,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,35.76447677612305 +1991,24,0,suicide,18-20 yrs,14,198521,19.057666778564453,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,7.052150726318359 +1991,24,0,homicide,18-20 yrs,73,198521,19.057666778564453,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,36.77192687988281 +1991,24,0,other external,18-20 yrs,10,198521,19.057666778564453,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,5.037250518798828 +1991,24,0,internal,18-20 yrs,48,198521,19.057666778564453,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,24.178802490234375 +1991,24,0,all,21-24 yrs,331,286047,22.526823043823242,1,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,115.71524810791016 +1991,24,0,MVA,21-24 yrs,76,286047,22.526823043823242,1,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,26.569061279296875 +1991,24,0,suicide,21-24 yrs,43,286047,22.526823043823242,1,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,15.03249454498291 +1991,24,0,homicide,21-24 yrs,97,286047,22.526823043823242,1,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,33.9105110168457 +1991,24,0,other external,21-24 yrs,20,286047,22.526823043823242,1,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,6.991858005523682 +1991,24,0,internal,21-24 yrs,95,286047,22.526823043823242,1,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,33.211326599121094 +1992,24,0,MVA,15-17 yrs,45,176009,15.995437622070312,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,25.56687355041504 +1992,24,0,suicide,15-17 yrs,15,176009,15.995437622070312,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,8.52229118347168 +1992,24,0,homicide,15-17 yrs,28,176009,15.995437622070312,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,15.90827751159668 +1992,24,0,other external,15-17 yrs,12,176009,15.995437622070312,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,6.817832946777344 +1992,24,0,internal,15-17 yrs,35,176009,15.995437622070312,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,19.885347366333008 +1992,24,0,all,18-20 yrs,176,187383,19.050100326538086,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,93.92527770996094 +1992,24,0,MVA,18-20 yrs,43,187383,19.050100326538086,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,22.94765281677246 +1992,24,0,suicide,18-20 yrs,13,187383,19.050100326538086,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,6.937662601470947 +1992,24,0,homicide,18-20 yrs,71,187383,19.050100326538086,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,37.89030838012695 +1992,24,0,other external,18-20 yrs,12,187383,19.050100326538086,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,6.403995990753174 +1992,24,0,internal,18-20 yrs,37,187383,19.050100326538086,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,19.745655059814453 +1992,24,0,all,21-24 yrs,322,278771,22.50731658935547,1,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,115.50699615478516 +1992,24,0,MVA,21-24 yrs,62,278771,22.50731658935547,1,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,22.240476608276367 +1992,24,0,suicide,21-24 yrs,31,278771,22.50731658935547,1,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,11.120238304138184 +1992,24,0,homicide,21-24 yrs,115,278771,22.50731658935547,1,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,41.252498626708984 +1992,24,0,other external,21-24 yrs,28,278771,22.50731658935547,1,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,10.044086456298828 +1992,24,0,internal,21-24 yrs,86,278771,22.50731658935547,1,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,30.849693298339844 +1993,24,0,MVA,15-17 yrs,28,179274,15.982641220092773,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,15.618550300598145 +1993,24,0,suicide,15-17 yrs,10,179274,15.982641220092773,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,5.5780534744262695 +1993,24,0,homicide,15-17 yrs,33,179274,15.982641220092773,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,18.407577514648438 +1993,24,0,other external,15-17 yrs,18,179274,15.982641220092773,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,10.040496826171875 +1993,24,0,internal,15-17 yrs,40,179274,15.982641220092773,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,22.312213897705078 +1993,24,0,all,18-20 yrs,215,181567,19.02922248840332,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,118.41358947753906 +1993,24,0,MVA,18-20 yrs,53,181567,19.02922248840332,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,29.190326690673828 +1993,24,0,suicide,18-20 yrs,22,181567,19.02922248840332,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,12.116739273071289 +1993,24,0,homicide,18-20 yrs,75,181567,19.02922248840332,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,41.307064056396484 +1993,24,0,other external,18-20 yrs,30,181567,19.02922248840332,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,16.5228271484375 +1993,24,0,internal,18-20 yrs,35,181567,19.02922248840332,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,19.276630401611328 +1993,24,0,all,21-24 yrs,361,270449,22.526872634887695,1,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,133.4817352294922 +1993,24,0,MVA,21-24 yrs,78,270449,22.526872634887695,1,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,28.840927124023438 +1993,24,0,suicide,21-24 yrs,52,270449,22.526872634887695,1,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,19.227285385131836 +1993,24,0,homicide,21-24 yrs,114,270449,22.526872634887695,1,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,42.15212631225586 +1993,24,0,other external,21-24 yrs,30,270449,22.526872634887695,1,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,11.09266471862793 +1993,24,0,internal,21-24 yrs,87,270449,22.526872634887695,1,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,32.16872787475586 +1994,24,0,MVA,15-17 yrs,43,184425,15.989567756652832,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,23.315710067749023 +1994,24,0,suicide,15-17 yrs,12,184425,15.989567756652832,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,6.506710052490234 +1994,24,0,homicide,15-17 yrs,24,184425,15.989567756652832,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,13.013420104980469 +1994,24,0,other external,15-17 yrs,7,184425,15.989567756652832,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,3.7955808639526367 +1994,24,0,internal,15-17 yrs,26,184425,15.989567756652832,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,14.097871780395508 +1994,24,0,all,18-20 yrs,181,178843,19.018156051635742,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,101.20608520507812 +1994,24,0,MVA,18-20 yrs,40,178843,19.018156051635742,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,22.365985870361328 +1994,24,0,suicide,18-20 yrs,20,178843,19.018156051635742,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,11.182992935180664 +1994,24,0,homicide,18-20 yrs,77,178843,19.018156051635742,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,43.05452346801758 +1994,24,0,other external,18-20 yrs,13,178843,19.018156051635742,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,7.268945217132568 +1994,24,0,internal,18-20 yrs,31,178843,19.018156051635742,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,17.33363914489746 +1994,24,0,all,21-24 yrs,316,262470,22.55295753479004,1,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,120.39471435546875 +1994,24,0,MVA,21-24 yrs,51,262470,22.55295753479004,1,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,19.4307918548584 +1994,24,0,suicide,21-24 yrs,44,262470,22.55295753479004,1,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,16.76382064819336 +1994,24,0,homicide,21-24 yrs,117,262470,22.55295753479004,1,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,44.57652282714844 +1994,24,0,other external,21-24 yrs,28,262470,22.55295753479004,1,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,10.667885780334473 +1994,24,0,internal,21-24 yrs,76,262470,22.55295753479004,1,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,28.955690383911133 +1995,24,0,MVA,15-17 yrs,47,191058,15.976117134094238,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,24.5998592376709 +1995,24,0,suicide,15-17 yrs,16,191058,15.976117134094238,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,8.374420166015625 +1995,24,0,homicide,15-17 yrs,48,191058,15.976117134094238,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,25.123260498046875 +1995,24,0,other external,15-17 yrs,11,191058,15.976117134094238,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,5.757413864135742 +1995,24,0,internal,15-17 yrs,27,191058,15.976117134094238,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,14.131834030151367 +1995,24,0,all,18-20 yrs,212,181172,19.008676528930664,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,117.01587677001953 +1995,24,0,MVA,18-20 yrs,57,181172,19.008676528930664,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,31.461814880371094 +1995,24,0,suicide,18-20 yrs,20,181172,19.008676528930664,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,11.039233207702637 +1995,24,0,homicide,18-20 yrs,80,181172,19.008676528930664,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,44.15693283081055 +1995,24,0,other external,18-20 yrs,16,181172,19.008676528930664,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,8.83138656616211 +1995,24,0,internal,18-20 yrs,39,181172,19.008676528930664,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,21.526504516601562 +1995,24,0,all,21-24 yrs,285,251344,22.56391716003418,1,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,113.39041137695312 +1995,24,0,MVA,21-24 yrs,57,251344,22.56391716003418,1,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,22.678083419799805 +1995,24,0,suicide,21-24 yrs,33,251344,22.56391716003418,1,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,13.129416465759277 +1995,24,0,homicide,21-24 yrs,89,251344,22.56391716003418,1,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,35.409637451171875 +1995,24,0,other external,21-24 yrs,25,251344,22.56391716003418,1,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,9.946527481079102 +1995,24,0,internal,21-24 yrs,81,251344,22.56391716003418,1,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,32.226749420166016 +1996,24,0,MVA,15-17 yrs,30,195676,15.987739562988281,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,15.331466674804688 +1996,24,0,suicide,15-17 yrs,9,195676,15.987739562988281,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,4.599440097808838 +1996,24,0,homicide,15-17 yrs,48,195676,15.987739562988281,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,24.530345916748047 +1996,24,0,other external,15-17 yrs,17,195676,15.987739562988281,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,8.687830924987793 +1996,24,0,internal,15-17 yrs,20,195676,15.987739562988281,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,10.220977783203125 +1996,24,0,all,18-20 yrs,207,184480,18.99785804748535,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,112.20728302001953 +1996,24,0,MVA,18-20 yrs,56,184480,18.99785804748535,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,30.355594635009766 +1996,24,0,suicide,18-20 yrs,16,184480,18.99785804748535,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,8.673027038574219 +1996,24,0,homicide,18-20 yrs,72,184480,18.99785804748535,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,39.028621673583984 +1996,24,0,other external,18-20 yrs,26,184480,18.99785804748535,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,14.093668937683105 +1996,24,0,internal,18-20 yrs,37,184480,18.99785804748535,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,20.05637550354004 +1996,24,0,all,21-24 yrs,283,242998,22.5346622467041,1,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,116.46186065673828 +1996,24,0,MVA,21-24 yrs,56,242998,22.5346622467041,1,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,23.04545783996582 +1996,24,0,suicide,21-24 yrs,37,242998,22.5346622467041,1,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,15.226462364196777 +1996,24,0,homicide,21-24 yrs,93,242998,22.5346622467041,1,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,38.27191925048828 +1996,24,0,other external,21-24 yrs,33,242998,22.5346622467041,1,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,13.580358505249023 +1996,24,0,internal,21-24 yrs,64,242998,22.5346622467041,1,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,26.337665557861328 +1970,25,0,MVA,15-17 yrs,80,308110,15.983291625976562,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,25.964752197265625 +1970,25,0,suicide,15-17 yrs,7,308110,15.983291625976562,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,2.271915912628174 +1970,25,0,homicide,15-17 yrs,6,308110,15.983291625976562,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,1.9473564624786377 +1970,25,0,other external,15-17 yrs,36,308110,15.983291625976562,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,11.684139251708984 +1970,25,0,internal,15-17 yrs,71,308110,15.983291625976562,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,23.043718338012695 +1970,25,0,all,18-20 yrs,298,305591,18.979944229125977,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,97.515960693359375 +1970,25,0,MVA,18-20 yrs,119,305591,18.979944229125977,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,38.94093704223633 +1970,25,0,suicide,18-20 yrs,24,305591,18.979944229125977,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,7.853634357452393 +1970,25,0,homicide,18-20 yrs,16,305591,18.979944229125977,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,5.2357563972473145 +1970,25,0,other external,18-20 yrs,48,305591,18.979944229125977,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,15.707268714904785 +1970,25,0,internal,18-20 yrs,91,305591,18.979944229125977,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,29.778364181518555 +1970,25,0,all,21-24 yrs,384,365796,22.42169952392578,1,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,104.97654724121094 +1970,25,0,MVA,21-24 yrs,102,365796,22.42169952392578,1,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,27.8843936920166 +1970,25,0,suicide,21-24 yrs,39,365796,22.42169952392578,1,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,10.661680221557617 +1970,25,0,homicide,21-24 yrs,29,365796,22.42169952392578,1,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,7.927916049957275 +1970,25,0,other external,21-24 yrs,62,365796,22.42169952392578,1,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,16.949337005615234 +1970,25,0,internal,21-24 yrs,152,365796,22.42169952392578,1,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,41.55321502685547 +1971,25,0,MVA,15-17 yrs,99,315800,15.982504844665527,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,31.348955154418945 +1971,25,0,suicide,15-17 yrs,9,315800,15.982504844665527,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,2.849905014038086 +1971,25,0,homicide,15-17 yrs,9,315800,15.982504844665527,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,2.849905014038086 +1971,25,0,other external,15-17 yrs,37,315800,15.982504844665527,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,11.716276168823242 +1971,25,0,internal,15-17 yrs,88,315800,15.982504844665527,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,27.865737915039062 +1971,25,0,all,18-20 yrs,361,314630,18.993541717529297,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,114.73794555664062 +1971,25,0,MVA,18-20 yrs,138,314630,18.993541717529297,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,43.86104202270508 +1971,25,0,suicide,18-20 yrs,27,314630,18.993541717529297,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,8.58150863647461 +1971,25,0,homicide,18-20 yrs,23,314630,18.993541717529297,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,7.310173988342285 +1971,25,0,other external,18-20 yrs,50,314630,18.993541717529297,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,15.891682624816895 +1971,25,0,internal,18-20 yrs,123,314630,18.993541717529297,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,39.09354019165039 +1971,25,0,all,21-24 yrs,379,394759,22.550918579101562,1,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,96.00794219970703 +1971,25,0,MVA,21-24 yrs,110,394759,22.550918579101562,1,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,27.865102767944336 +1971,25,0,suicide,21-24 yrs,34,394759,22.550918579101562,1,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,8.612850189208984 +1971,25,0,homicide,21-24 yrs,33,394759,22.550918579101562,1,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,8.359530448913574 +1971,25,0,other external,21-24 yrs,59,394759,22.550918579101562,1,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,14.94582748413086 +1971,25,0,internal,21-24 yrs,143,394759,22.550918579101562,1,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,36.224632263183594 +1972,25,0,MVA,15-17 yrs,106,323739,15.977766036987305,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,32.74242401123047 +1972,25,0,suicide,15-17 yrs,6,323739,15.977766036987305,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,1.8533447980880737 +1972,25,0,homicide,15-17 yrs,10,323739,15.977766036987305,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,3.0889079570770264 +1972,25,0,other external,15-17 yrs,56,323739,15.977766036987305,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,17.29788589477539 +1972,25,0,internal,15-17 yrs,102,323739,15.977766036987305,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,31.50686264038086 +1972,25,0,all,18-20 yrs,356,321488,18.99459457397461,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,110.7350845336914 +1972,25,0,MVA,18-20 yrs,132,321488,18.99459457397461,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,41.05907440185547 +1972,25,0,suicide,18-20 yrs,28,321488,18.99459457397461,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,8.709501266479492 +1972,25,0,homicide,18-20 yrs,14,321488,18.99459457397461,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,4.354750633239746 +1972,25,0,other external,18-20 yrs,62,321488,18.99459457397461,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,19.285324096679688 +1972,25,0,internal,18-20 yrs,120,321488,18.99459457397461,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,37.32643127441406 +1972,25,0,all,21-24 yrs,408,389880,22.503280639648438,1,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,104.6475830078125 +1972,25,0,MVA,21-24 yrs,122,389880,22.503280639648438,1,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,31.29167938232422 +1972,25,0,suicide,21-24 yrs,50,389880,22.503280639648438,1,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,12.824459075927734 +1972,25,0,homicide,21-24 yrs,30,389880,22.503280639648438,1,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,7.694675445556641 +1972,25,0,other external,21-24 yrs,58,389880,22.503280639648438,1,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,14.876372337341309 +1972,25,0,internal,21-24 yrs,148,389880,22.503280639648438,1,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,37.96039962768555 +1973,25,0.8383561372756958,MVA,15-17 yrs,86,330887,15.981207847595215,0,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,25.990745544433594 +1973,25,0.8383561372756958,suicide,15-17 yrs,11,330887,15.981207847595215,0,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,3.3243978023529053 +1973,25,0.8383561372756958,homicide,15-17 yrs,16,330887,15.981207847595215,0,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,4.8354878425598145 +1973,25,0.8383561372756958,other external,15-17 yrs,54,330887,15.981207847595215,0,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,16.31977081298828 +1973,25,0.8383561372756958,internal,15-17 yrs,78,330887,15.981207847595215,0,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,23.573001861572266 +1973,25,0.8383561372756958,all,18-20 yrs,399,328926,18.995248794555664,0.8383561372756958,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,121.30387878417969 +1973,25,0.8383561372756958,MVA,18-20 yrs,184,328926,18.995248794555664,0.8383561372756958,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,55.939632415771484 +1973,25,0.8383561372756958,suicide,18-20 yrs,33,328926,18.995248794555664,0.8383561372756958,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,10.032651901245117 +1973,25,0.8383561372756958,homicide,18-20 yrs,22,328926,18.995248794555664,0.8383561372756958,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,6.688434600830078 +1973,25,0.8383561372756958,other external,18-20 yrs,64,328926,18.995248794555664,0.8383561372756958,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,19.457263946533203 +1973,25,0.8383561372756958,internal,18-20 yrs,96,328926,18.995248794555664,0.8383561372756958,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,29.185895919799805 +1973,25,0.8383561372756958,all,21-24 yrs,412,398213,22.484569549560547,1,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,103.46221923828125 +1973,25,0.8383561372756958,MVA,21-24 yrs,117,398213,22.484569549560547,1,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,29.38125991821289 +1973,25,0.8383561372756958,suicide,21-24 yrs,53,398213,22.484569549560547,1,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,13.309459686279297 +1973,25,0.8383561372756958,homicide,21-24 yrs,33,398213,22.484569549560547,1,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,8.287022590637207 +1973,25,0.8383561372756958,other external,21-24 yrs,62,398213,22.484569549560547,1,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,15.569557189941406 +1973,25,0.8383561372756958,internal,21-24 yrs,147,398213,22.484569549560547,1,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,36.9149169921875 +1974,25,1,MVA,15-17 yrs,98,335272,15.99420166015625,0,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,29.229997634887695 +1974,25,1,suicide,15-17 yrs,11,335272,15.99420166015625,0,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,3.2809181213378906 +1974,25,1,homicide,15-17 yrs,8,335272,15.99420166015625,0,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,2.386122226715088 +1974,25,1,other external,15-17 yrs,34,335272,15.99420166015625,0,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,10.141019821166992 +1974,25,1,internal,15-17 yrs,75,335272,15.99420166015625,0,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,22.369895935058594 +1974,25,1,all,18-20 yrs,364,334918,18.99567413330078,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,108.68331909179688 +1974,25,1,MVA,18-20 yrs,175,334918,18.99567413330078,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,52.25159454345703 +1974,25,1,suicide,18-20 yrs,25,334918,18.99567413330078,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,7.464513778686523 +1974,25,1,homicide,18-20 yrs,21,334918,18.99567413330078,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,6.270191669464111 +1974,25,1,other external,18-20 yrs,56,334918,18.99567413330078,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,16.720510482788086 +1974,25,1,internal,18-20 yrs,87,334918,18.99567413330078,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,25.97650718688965 +1974,25,1,all,21-24 yrs,445,393998,22.473825454711914,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,112.94473266601562 +1974,25,1,MVA,21-24 yrs,142,393998,22.473825454711914,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,36.04079055786133 +1974,25,1,suicide,21-24 yrs,53,393998,22.473825454711914,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,13.451845169067383 +1974,25,1,homicide,21-24 yrs,35,393998,22.473825454711914,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,8.883294105529785 +1974,25,1,other external,21-24 yrs,59,393998,22.473825454711914,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,14.974695205688477 +1974,25,1,internal,21-24 yrs,156,393998,22.473825454711914,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,39.59410858154297 +1975,25,1,MVA,15-17 yrs,91,333133,16.003196716308594,0,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,27.316417694091797 +1975,25,1,suicide,15-17 yrs,10,333133,16.003196716308594,0,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,3.0018041133880615 +1975,25,1,homicide,15-17 yrs,16,333133,16.003196716308594,0,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,4.802886486053467 +1975,25,1,other external,15-17 yrs,35,333133,16.003196716308594,0,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,10.506314277648926 +1975,25,1,internal,15-17 yrs,64,333133,16.003196716308594,0,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,19.211545944213867 +1975,25,1,all,18-20 yrs,328,342141,18.9894962310791,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,95.86690521240234 +1975,25,1,MVA,18-20 yrs,131,342141,18.9894962310791,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,38.288307189941406 +1975,25,1,suicide,18-20 yrs,29,342141,18.9894962310791,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,8.476037979125977 +1975,25,1,homicide,18-20 yrs,23,342141,18.9894962310791,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,6.72237491607666 +1975,25,1,other external,18-20 yrs,57,342141,18.9894962310791,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,16.65979766845703 +1975,25,1,internal,18-20 yrs,88,342141,18.9894962310791,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,25.72039031982422 +1975,25,1,all,21-24 yrs,434,400074,22.474388122558594,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,108.47993469238281 +1975,25,1,MVA,21-24 yrs,139,400074,22.474388122558594,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,34.74357223510742 +1975,25,1,suicide,21-24 yrs,57,400074,22.474388122558594,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,14.247364044189453 +1975,25,1,homicide,21-24 yrs,25,400074,22.474388122558594,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,6.248844146728516 +1975,25,1,other external,21-24 yrs,71,400074,22.474388122558594,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,17.74671745300293 +1975,25,1,internal,21-24 yrs,142,400074,22.474388122558594,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,35.49343490600586 +1976,25,1,MVA,15-17 yrs,89,332580,15.995508193969727,0,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,26.760478973388672 +1976,25,1,suicide,15-17 yrs,9,332580,15.995508193969727,0,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,2.70611572265625 +1976,25,1,homicide,15-17 yrs,10,332580,15.995508193969727,0,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,3.0067954063415527 +1976,25,1,other external,15-17 yrs,36,332580,15.995508193969727,0,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,10.824462890625 +1976,25,1,internal,15-17 yrs,63,332580,15.995508193969727,0,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,18.94281005859375 +1976,25,1,all,18-20 yrs,331,348371,18.990991592407227,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,95.0136489868164 +1976,25,1,MVA,18-20 yrs,154,348371,18.990991592407227,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,44.205745697021484 +1976,25,1,suicide,18-20 yrs,35,348371,18.990991592407227,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,10.046760559082031 +1976,25,1,homicide,18-20 yrs,20,348371,18.990991592407227,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,5.741005897521973 +1976,25,1,other external,18-20 yrs,39,348371,18.990991592407227,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,11.194961547851562 +1976,25,1,internal,18-20 yrs,83,348371,18.990991592407227,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,23.82517433166504 +1976,25,1,all,21-24 yrs,421,405567,22.46990203857422,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,103.80529022216797 +1976,25,1,MVA,21-24 yrs,123,405567,22.46990203857422,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,30.327911376953125 +1976,25,1,suicide,21-24 yrs,62,405567,22.46990203857422,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,15.287240028381348 +1976,25,1,homicide,21-24 yrs,32,405567,22.46990203857422,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,7.890188217163086 +1976,25,1,other external,21-24 yrs,66,405567,22.46990203857422,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,16.273513793945312 +1976,25,1,internal,21-24 yrs,138,405567,22.46990203857422,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,34.02643585205078 +1977,25,1,MVA,15-17 yrs,89,330710,15.996002197265625,0,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,26.91179656982422 +1977,25,1,suicide,15-17 yrs,13,330710,15.996002197265625,0,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,3.930936574935913 +1977,25,1,homicide,15-17 yrs,6,330710,15.996002197265625,0,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,1.8142783641815186 +1977,25,1,other external,15-17 yrs,27,330710,15.996002197265625,0,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,8.164252281188965 +1977,25,1,internal,15-17 yrs,64,330710,15.996002197265625,0,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,19.35230255126953 +1977,25,1,all,18-20 yrs,309,352660,19.003326416015625,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,87.61980438232422 +1977,25,1,MVA,18-20 yrs,131,352660,19.003326416015625,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,37.14625930786133 +1977,25,1,suicide,18-20 yrs,40,352660,19.003326416015625,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,11.342369079589844 +1977,25,1,homicide,18-20 yrs,15,352660,19.003326416015625,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,4.253388404846191 +1977,25,1,other external,18-20 yrs,45,352660,19.003326416015625,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,12.760165214538574 +1977,25,1,internal,18-20 yrs,78,352660,19.003326416015625,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,22.11762046813965 +1977,25,1,all,21-24 yrs,378,412424,22.471750259399414,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,91.65325164794922 +1977,25,1,MVA,21-24 yrs,118,412424,22.471750259399414,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,28.611331939697266 +1977,25,1,suicide,21-24 yrs,54,412424,22.471750259399414,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,13.093321800231934 +1977,25,1,homicide,21-24 yrs,24,412424,22.471750259399414,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,5.819253921508789 +1977,25,1,other external,21-24 yrs,64,412424,22.471750259399414,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,15.518010139465332 +1977,25,1,internal,21-24 yrs,118,412424,22.471750259399414,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,28.611331939697266 +1978,25,1,MVA,15-17 yrs,103,328631,16.011516571044922,0,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,31.342144012451172 +1978,25,1,suicide,15-17 yrs,13,328631,16.011516571044922,0,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,3.9558045864105225 +1978,25,1,homicide,15-17 yrs,9,328631,16.011516571044922,0,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,2.738633871078491 +1978,25,1,other external,15-17 yrs,31,328631,16.011516571044922,0,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,9.433072090148926 +1978,25,1,internal,15-17 yrs,64,328631,16.011516571044922,0,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,19.474729537963867 +1978,25,1,all,18-20 yrs,330,351749,19.01060676574707,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,93.81689453125 +1978,25,1,MVA,18-20 yrs,154,351749,19.01060676574707,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,43.781219482421875 +1978,25,1,suicide,18-20 yrs,23,351749,19.01060676574707,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,6.538753509521484 +1978,25,1,homicide,18-20 yrs,14,351749,19.01060676574707,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,3.9801108837127686 +1978,25,1,other external,18-20 yrs,56,351749,19.01060676574707,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,15.920443534851074 +1978,25,1,internal,18-20 yrs,83,351749,19.01060676574707,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,23.596370697021484 +1978,25,1,all,21-24 yrs,407,421532,22.46518325805664,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,96.55257415771484 +1978,25,1,MVA,21-24 yrs,155,421532,22.46518325805664,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,36.77063751220703 +1978,25,1,suicide,21-24 yrs,57,421532,22.46518325805664,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,13.52210521697998 +1978,25,1,homicide,21-24 yrs,37,421532,22.46518325805664,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,8.777506828308105 +1978,25,1,other external,21-24 yrs,55,421532,22.46518325805664,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,13.047645568847656 +1978,25,1,internal,21-24 yrs,103,421532,22.46518325805664,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,24.434680938720703 +1979,25,0.5246357321739197,MVA,15-17 yrs,98,323885,16.008407592773438,0,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,30.257652282714844 +1979,25,0.5246357321739197,suicide,15-17 yrs,10,323885,16.008407592773438,0,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,3.0875155925750732 +1979,25,0.5246357321739197,homicide,15-17 yrs,15,323885,16.008407592773438,0,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,4.63127326965332 +1979,25,0.5246357321739197,other external,15-17 yrs,29,323885,16.008407592773438,0,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,8.953795433044434 +1979,25,0.5246357321739197,internal,15-17 yrs,40,323885,16.008407592773438,0,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,12.350062370300293 +1979,25,0.5246357321739197,all,18-20 yrs,368,352878,19.002153396606445,0.5246357321739197,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,104.28533172607422 +1979,25,0.5246357321739197,MVA,18-20 yrs,190,352878,19.002153396606445,0.5246357321739197,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,53.84297180175781 +1979,25,0.5246357321739197,suicide,18-20 yrs,32,352878,19.002153396606445,0.5246357321739197,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,9.068289756774902 +1979,25,0.5246357321739197,homicide,18-20 yrs,27,352878,19.002153396606445,0.5246357321739197,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,7.651369571685791 +1979,25,0.5246357321739197,other external,18-20 yrs,43,352878,19.002153396606445,0.5246357321739197,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,12.185514450073242 +1979,25,0.5246357321739197,internal,18-20 yrs,76,352878,19.002153396606445,0.5246357321739197,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,21.537187576293945 +1979,25,0.5246357321739197,all,21-24 yrs,402,430924,22.467164993286133,1,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,93.28791046142578 +1979,25,0.5246357321739197,MVA,21-24 yrs,145,430924,22.467164993286133,1,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,33.648624420166016 +1979,25,0.5246357321739197,suicide,21-24 yrs,56,430924,22.467164993286133,1,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,12.995330810546875 +1979,25,0.5246357321739197,homicide,21-24 yrs,31,430924,22.467164993286133,1,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,7.193843841552734 +1979,25,0.5246357321739197,other external,21-24 yrs,54,430924,22.467164993286133,1,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,12.531211853027344 +1979,25,0.5246357321739197,internal,21-24 yrs,116,430924,22.467164993286133,1,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,26.918899536132812 +1980,25,0.3340226113796234,MVA,15-17 yrs,85,315713,16.0137882232666,0,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,26.923187255859375 +1980,25,0.3340226113796234,suicide,15-17 yrs,7,315713,16.0137882232666,0,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,2.2172036170959473 +1980,25,0.3340226113796234,homicide,15-17 yrs,11,315713,16.0137882232666,0,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,3.4841771125793457 +1980,25,0.3340226113796234,other external,15-17 yrs,24,315713,16.0137882232666,0,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,7.601840972900391 +1980,25,0.3340226113796234,internal,15-17 yrs,58,315713,16.0137882232666,0,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,18.37111473083496 +1980,25,0.3340226113796234,all,18-20 yrs,303,345779,19.01309585571289,0.3340226113796234,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,87.62822723388672 +1980,25,0.3340226113796234,MVA,18-20 yrs,139,345779,19.01309585571289,0.3340226113796234,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,40.1990852355957 +1980,25,0.3340226113796234,suicide,18-20 yrs,32,345779,19.01309585571289,0.3340226113796234,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,9.25446605682373 +1980,25,0.3340226113796234,homicide,18-20 yrs,13,345779,19.01309585571289,0.3340226113796234,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,3.759626865386963 +1980,25,0.3340226113796234,other external,18-20 yrs,40,345779,19.01309585571289,0.3340226113796234,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,11.568082809448242 +1980,25,0.3340226113796234,internal,18-20 yrs,79,345779,19.01309585571289,0.3340226113796234,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,22.84696388244629 +1980,25,0.3340226113796234,all,21-24 yrs,450,441270,22.473773956298828,1,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,101.97837829589844 +1980,25,0.3340226113796234,MVA,21-24 yrs,181,441270,22.473773956298828,1,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,41.01797103881836 +1980,25,0.3340226113796234,suicide,21-24 yrs,57,441270,22.473773956298828,1,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,12.917261123657227 +1980,25,0.3340226113796234,homicide,21-24 yrs,30,441270,22.473773956298828,1,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,6.798558712005615 +1980,25,0.3340226113796234,other external,21-24 yrs,68,441270,22.473773956298828,1,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,15.410066604614258 +1980,25,0.3340226113796234,internal,21-24 yrs,114,441270,22.473773956298828,1,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,25.834522247314453 +1981,25,0.35027989745140076,MVA,15-17 yrs,62,306296,16.026559829711914,0,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,20.241857528686523 +1981,25,0.35027989745140076,suicide,15-17 yrs,9,306296,16.026559829711914,0,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,2.9383342266082764 +1981,25,0.35027989745140076,homicide,15-17 yrs,13,306296,16.026559829711914,0,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,4.244260311126709 +1981,25,0.35027989745140076,other external,15-17 yrs,21,306296,16.026559829711914,0,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,6.856112957000732 +1981,25,0.35027989745140076,internal,15-17 yrs,53,306296,16.026559829711914,0,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,17.303524017333984 +1981,25,0.35027989745140076,all,18-20 yrs,294,341387,19.040441513061523,0.35027989745140076,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,86.11927032470703 +1981,25,0.35027989745140076,MVA,18-20 yrs,131,341387,19.040441513061523,0.35027989745140076,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,38.37287139892578 +1981,25,0.35027989745140076,suicide,18-20 yrs,31,341387,19.040441513061523,0.35027989745140076,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,9.08060359954834 +1981,25,0.35027989745140076,homicide,18-20 yrs,25,341387,19.040441513061523,0.35027989745140076,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,7.3230671882629395 +1981,25,0.35027989745140076,other external,18-20 yrs,41,341387,19.040441513061523,0.35027989745140076,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,12.009830474853516 +1981,25,0.35027989745140076,internal,18-20 yrs,66,341387,19.040441513061523,0.35027989745140076,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,19.332897186279297 +1981,25,0.35027989745140076,all,21-24 yrs,354,452940,22.49026107788086,1,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,78.15604400634766 +1981,25,0.35027989745140076,MVA,21-24 yrs,118,452940,22.49026107788086,1,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,26.05201530456543 +1981,25,0.35027989745140076,suicide,21-24 yrs,52,452940,22.49026107788086,1,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,11.480548858642578 +1981,25,0.35027989745140076,homicide,21-24 yrs,25,452940,22.49026107788086,1,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,5.519495010375977 +1981,25,0.35027989745140076,other external,21-24 yrs,53,452940,22.49026107788086,1,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,11.701329231262207 +1981,25,0.35027989745140076,internal,21-24 yrs,106,452940,22.49026107788086,1,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,23.402658462524414 +1982,25,0.3477925956249237,MVA,15-17 yrs,80,293437,16.027849197387695,0,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,27.263092041015625 +1982,25,0.3477925956249237,suicide,15-17 yrs,7,293437,16.027849197387695,0,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,2.3855204582214355 +1982,25,0.3477925956249237,homicide,15-17 yrs,10,293437,16.027849197387695,0,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,3.407886505126953 +1982,25,0.3477925956249237,other external,15-17 yrs,23,293437,16.027849197387695,0,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,7.838139057159424 +1982,25,0.3477925956249237,internal,15-17 yrs,35,293437,16.027849197387695,0,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,11.927602767944336 +1982,25,0.3477925956249237,all,18-20 yrs,258,332451,19.02967071533203,0.3477925956249237,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,77.60542297363281 +1982,25,0.3477925956249237,MVA,18-20 yrs,97,332451,19.02967071533203,0.3477925956249237,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,29.17723274230957 +1982,25,0.3477925956249237,suicide,18-20 yrs,26,332451,19.02967071533203,0.3477925956249237,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,7.820701599121094 +1982,25,0.3477925956249237,homicide,18-20 yrs,28,332451,19.02967071533203,0.3477925956249237,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,8.422293663024902 +1982,25,0.3477925956249237,other external,18-20 yrs,31,332451,19.02967071533203,0.3477925956249237,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,9.324682235717773 +1982,25,0.3477925956249237,internal,18-20 yrs,76,332451,19.02967071533203,0.3477925956249237,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,22.860511779785156 +1982,25,0.3477925956249237,all,21-24 yrs,339,460910,22.488359451293945,1,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,73.5501480102539 +1982,25,0.3477925956249237,MVA,21-24 yrs,112,460910,22.488359451293945,1,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,24.299755096435547 +1982,25,0.3477925956249237,suicide,21-24 yrs,53,460910,22.488359451293945,1,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,11.498991012573242 +1982,25,0.3477925956249237,homicide,21-24 yrs,28,460910,22.488359451293945,1,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,6.074938774108887 +1982,25,0.3477925956249237,other external,21-24 yrs,53,460910,22.488359451293945,1,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,11.498991012573242 +1982,25,0.3477925956249237,internal,21-24 yrs,93,460910,22.488359451293945,1,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,20.177474975585938 +1983,25,0.33995914459228516,MVA,15-17 yrs,64,282491,16.024343490600586,0,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,22.655588150024414 +1983,25,0.33995914459228516,suicide,15-17 yrs,18,282491,16.024343490600586,0,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,6.371884346008301 +1983,25,0.33995914459228516,homicide,15-17 yrs,7,282491,16.024343490600586,0,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,2.4779551029205322 +1983,25,0.33995914459228516,other external,15-17 yrs,24,282491,16.024343490600586,0,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,8.495845794677734 +1983,25,0.33995914459228516,internal,15-17 yrs,44,282491,16.024343490600586,0,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,15.57571792602539 +1983,25,0.33995914459228516,all,18-20 yrs,256,326954,19.023107528686523,0.33995914459228516,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,78.29847717285156 +1983,25,0.33995914459228516,MVA,18-20 yrs,99,326954,19.023107528686523,0.33995914459228516,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,30.279489517211914 +1983,25,0.33995914459228516,suicide,18-20 yrs,34,326954,19.023107528686523,0.33995914459228516,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,10.399016380310059 +1983,25,0.33995914459228516,homicide,18-20 yrs,18,326954,19.023107528686523,0.33995914459228516,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,5.505361557006836 +1983,25,0.33995914459228516,other external,18-20 yrs,37,326954,19.023107528686523,0.33995914459228516,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,11.316576957702637 +1983,25,0.33995914459228516,internal,18-20 yrs,68,326954,19.023107528686523,0.33995914459228516,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,20.798032760620117 +1983,25,0.33995914459228516,all,21-24 yrs,355,464888,22.50465965270996,1,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,76.36248016357422 +1983,25,0.33995914459228516,MVA,21-24 yrs,112,464888,22.50465965270996,1,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,24.09182357788086 +1983,25,0.33995914459228516,suicide,21-24 yrs,54,464888,22.50465965270996,1,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,11.615700721740723 +1983,25,0.33995914459228516,homicide,21-24 yrs,33,464888,22.50465965270996,1,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,7.098484039306641 +1983,25,0.33995914459228516,other external,21-24 yrs,56,464888,22.50465965270996,1,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,12.04591178894043 +1983,25,0.33995914459228516,internal,21-24 yrs,100,464888,22.50465965270996,1,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,21.510557174682617 +1984,25,0.3471851646900177,MVA,15-17 yrs,64,275760,16.01907730102539,0,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,23.208587646484375 +1984,25,0.3471851646900177,suicide,15-17 yrs,9,275760,16.01907730102539,0,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,3.2637076377868652 +1984,25,0.3471851646900177,homicide,15-17 yrs,11,275760,16.01907730102539,0,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,3.988976001739502 +1984,25,0.3471851646900177,other external,15-17 yrs,17,275760,16.01907730102539,0,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,6.164781093597412 +1984,25,0.3471851646900177,internal,15-17 yrs,45,275760,16.01907730102539,0,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,16.318538665771484 +1984,25,0.3471851646900177,all,18-20 yrs,265,323928,19.036733627319336,0.3471851646900177,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,81.80830383300781 +1984,25,0.3471851646900177,MVA,18-20 yrs,117,323928,19.036733627319336,0.3471851646900177,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,36.119136810302734 +1984,25,0.3471851646900177,suicide,18-20 yrs,29,323928,19.036733627319336,0.3471851646900177,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,8.952607154846191 +1984,25,0.3471851646900177,homicide,18-20 yrs,20,323928,19.036733627319336,0.3471851646900177,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,6.174211502075195 +1984,25,0.3471851646900177,other external,18-20 yrs,38,323928,19.036733627319336,0.3471851646900177,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,11.731001853942871 +1984,25,0.3471851646900177,internal,18-20 yrs,61,323928,19.036733627319336,0.3471851646900177,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,18.831344604492188 +1984,25,0.3471851646900177,all,21-24 yrs,379,461957,22.528820037841797,1,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,82.042266845703125 +1984,25,0.3471851646900177,MVA,21-24 yrs,123,461957,22.528820037841797,1,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,26.6258544921875 +1984,25,0.3471851646900177,suicide,21-24 yrs,50,461957,22.528820037841797,1,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,10.823517799377441 +1984,25,0.3471851646900177,homicide,21-24 yrs,30,461957,22.528820037841797,1,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,6.494111061096191 +1984,25,0.3471851646900177,other external,21-24 yrs,59,461957,22.528820037841797,1,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,12.771751403808594 +1984,25,0.3471851646900177,internal,21-24 yrs,117,461957,22.528820037841797,1,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,25.3270320892334 +1985,25,0.2885448634624481,MVA,15-17 yrs,68,272230,16.009675979614258,0,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,24.978878021240234 +1985,25,0.2885448634624481,suicide,15-17 yrs,22,272230,16.009675979614258,0,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,8.081401824951172 +1985,25,0.2885448634624481,homicide,15-17 yrs,8,272230,16.009675979614258,0,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,2.9386916160583496 +1985,25,0.2885448634624481,other external,15-17 yrs,11,272230,16.009675979614258,0,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,4.040700912475586 +1985,25,0.2885448634624481,internal,15-17 yrs,51,272230,16.009675979614258,0,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,18.734159469604492 +1985,25,0.2885448634624481,all,18-20 yrs,250,317347,19.03770637512207,0.2885448634624481,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,78.77812194824219 +1985,25,0.2885448634624481,MVA,18-20 yrs,103,317347,19.03770637512207,0.2885448634624481,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,32.45658493041992 +1985,25,0.2885448634624481,suicide,18-20 yrs,32,317347,19.03770637512207,0.2885448634624481,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,10.083599090576172 +1985,25,0.2885448634624481,homicide,18-20 yrs,16,317347,19.03770637512207,0.2885448634624481,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,5.041799545288086 +1985,25,0.2885448634624481,other external,18-20 yrs,33,317347,19.03770637512207,0.2885448634624481,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,10.398712158203125 +1985,25,0.2885448634624481,internal,18-20 yrs,66,317347,19.03770637512207,0.2885448634624481,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,20.79742431640625 +1985,25,0.2885448634624481,all,21-24 yrs,340,458265,22.539363861083984,1,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,74.19287872314453 +1985,25,0.2885448634624481,MVA,21-24 yrs,112,458265,22.539363861083984,1,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,24.44000816345215 +1985,25,0.2885448634624481,suicide,21-24 yrs,55,458265,22.539363861083984,1,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,12.001789093017578 +1985,25,0.2885448634624481,homicide,21-24 yrs,33,458265,22.539363861083984,1,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,7.20107364654541 +1985,25,0.2885448634624481,other external,21-24 yrs,44,458265,22.539363861083984,1,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,9.601431846618652 +1985,25,0.2885448634624481,internal,21-24 yrs,96,458265,22.539363861083984,1,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,20.948577880859375 +1986,25,0.029816845431923866,MVA,15-17 yrs,79,269988,16.00982666015625,0,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,29.26055908203125 +1986,25,0.029816845431923866,suicide,15-17 yrs,16,269988,16.00982666015625,0,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,5.926189422607422 +1986,25,0.029816845431923866,homicide,15-17 yrs,11,269988,16.00982666015625,0,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,4.074254989624023 +1986,25,0.029816845431923866,other external,15-17 yrs,25,269988,16.00982666015625,0,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,9.259671211242676 +1986,25,0.029816845431923866,internal,15-17 yrs,48,269988,16.00982666015625,0,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,17.778568267822266 +1986,25,0.029816845431923866,all,18-20 yrs,208,309819,19.034542083740234,0.029816845431923866,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,67.13597106933594 +1986,25,0.029816845431923866,MVA,18-20 yrs,76,309819,19.034542083740234,0.029816845431923866,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,24.53045082092285 +1986,25,0.029816845431923866,suicide,18-20 yrs,26,309819,19.034542083740234,0.029816845431923866,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,8.391996383666992 +1986,25,0.029816845431923866,homicide,18-20 yrs,25,309819,19.034542083740234,0.029816845431923866,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,8.06922721862793 +1986,25,0.029816845431923866,other external,18-20 yrs,29,309819,19.034542083740234,0.029816845431923866,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,9.36030387878418 +1986,25,0.029816845431923866,internal,18-20 yrs,52,309819,19.034542083740234,0.029816845431923866,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,16.783992767333984 +1986,25,0.029816845431923866,all,21-24 yrs,333,446775,22.52711296081543,1,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,74.53416442871094 +1986,25,0.029816845431923866,MVA,21-24 yrs,113,446775,22.52711296081543,1,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,25.292373657226562 +1986,25,0.029816845431923866,suicide,21-24 yrs,50,446775,22.52711296081543,1,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,11.191315650939941 +1986,25,0.029816845431923866,homicide,21-24 yrs,31,446775,22.52711296081543,1,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,6.938615798950195 +1986,25,0.029816845431923866,other external,21-24 yrs,34,446775,22.52711296081543,1,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,7.6100945472717285 +1986,25,0.029816845431923866,internal,21-24 yrs,105,446775,22.52711296081543,1,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,23.50176239013672 +1987,25,0,MVA,15-17 yrs,57,259749,16.046594619750977,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,21.94426155090332 +1987,25,0,suicide,15-17 yrs,14,259749,16.046594619750977,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,5.3898186683654785 +1987,25,0,homicide,15-17 yrs,10,259749,16.046594619750977,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,3.849870443344116 +1987,25,0,other external,15-17 yrs,15,259749,16.046594619750977,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,5.774805545806885 +1987,25,0,internal,15-17 yrs,40,259749,16.046594619750977,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,15.399481773376465 +1987,25,0,all,18-20 yrs,216,306653,19.028560638427734,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,70.43791961669922 +1987,25,0,MVA,18-20 yrs,93,306653,19.028560638427734,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,30.327438354492188 +1987,25,0,suicide,18-20 yrs,31,306653,19.028560638427734,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,10.109146118164062 +1987,25,0,homicide,18-20 yrs,18,306653,19.028560638427734,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,5.869826793670654 +1987,25,0,other external,18-20 yrs,27,306653,19.028560638427734,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,8.804739952087402 +1987,25,0,internal,18-20 yrs,47,306653,19.028560638427734,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,15.326769828796387 +1987,25,0,all,21-24 yrs,334,435470,22.52214241027832,1,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,76.69873809814453 +1987,25,0,MVA,21-24 yrs,92,435470,22.52214241027832,1,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,21.126598358154297 +1987,25,0,suicide,21-24 yrs,56,435470,22.52214241027832,1,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,12.859668731689453 +1987,25,0,homicide,21-24 yrs,22,435470,22.52214241027832,1,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,5.052012920379639 +1987,25,0,other external,21-24 yrs,56,435470,22.52214241027832,1,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,12.859668731689453 +1987,25,0,internal,21-24 yrs,108,435470,22.52214241027832,1,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,24.800790786743164 +1988,25,0,MVA,15-17 yrs,48,243451,16.07392120361328,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,19.716493606567383 +1988,25,0,suicide,15-17 yrs,13,243451,16.07392120361328,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,5.339883804321289 +1988,25,0,homicide,15-17 yrs,7,243451,16.07392120361328,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,2.875321865081787 +1988,25,0,other external,15-17 yrs,12,243451,16.07392120361328,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,4.929123401641846 +1988,25,0,internal,15-17 yrs,30,243451,16.07392120361328,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,12.322808265686035 +1988,25,0,all,18-20 yrs,244,308610,19.01994514465332,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,79.06419372558594 +1988,25,0,MVA,18-20 yrs,92,308610,19.01994514465332,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,29.81108856201172 +1988,25,0,suicide,18-20 yrs,41,308610,19.01994514465332,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,13.28537654876709 +1988,25,0,homicide,18-20 yrs,22,308610,19.01994514465332,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,7.1287384033203125 +1988,25,0,other external,18-20 yrs,40,308610,19.01994514465332,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,12.961342811584473 +1988,25,0,internal,18-20 yrs,49,308610,19.01994514465332,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,15.877644538879395 +1988,25,0,all,21-24 yrs,326,429931,22.52949333190918,1,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,75.82611846923828 +1988,25,0,MVA,21-24 yrs,87,429931,22.52949333190918,1,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,20.23580551147461 +1988,25,0,suicide,21-24 yrs,43,429931,22.52949333190918,1,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,10.001605033874512 +1988,25,0,homicide,21-24 yrs,42,429931,22.52949333190918,1,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,9.769009590148926 +1988,25,0,other external,21-24 yrs,44,429931,22.52949333190918,1,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,10.234200477600098 +1988,25,0,internal,21-24 yrs,110,429931,22.52949333190918,1,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,25.585500717163086 +1989,25,0,MVA,15-17 yrs,43,224757,16.054534912109375,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,19.131772994995117 +1989,25,0,suicide,15-17 yrs,10,224757,16.054534912109375,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,4.449249744415283 +1989,25,0,homicide,15-17 yrs,15,224757,16.054534912109375,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,6.673874378204346 +1989,25,0,other external,15-17 yrs,15,224757,16.054534912109375,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,6.673874378204346 +1989,25,0,internal,15-17 yrs,33,224757,16.054534912109375,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,14.682523727416992 +1989,25,0,all,18-20 yrs,223,311088,19.021398544311523,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,71.68389892578125 +1989,25,0,MVA,18-20 yrs,90,311088,19.021398544311523,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,28.930721282958984 +1989,25,0,suicide,18-20 yrs,30,311088,19.021398544311523,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,9.643573760986328 +1989,25,0,homicide,18-20 yrs,20,311088,19.021398544311523,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,6.429049015045166 +1989,25,0,other external,18-20 yrs,19,311088,19.021398544311523,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,6.107596397399902 +1989,25,0,internal,18-20 yrs,64,311088,19.021398544311523,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,20.572956085205078 +1989,25,0,all,21-24 yrs,321,419170,22.524768829345703,1,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,76.57991027832031 +1989,25,0,MVA,21-24 yrs,86,419170,22.524768829345703,1,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,20.516735076904297 +1989,25,0,suicide,21-24 yrs,39,419170,22.524768829345703,1,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,9.30410099029541 +1989,25,0,homicide,21-24 yrs,34,419170,22.524768829345703,1,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,8.11126708984375 +1989,25,0,other external,21-24 yrs,41,419170,22.524768829345703,1,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,9.7812347412109375 +1989,25,0,internal,21-24 yrs,121,419170,22.524768829345703,1,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,28.86656951904297 +1990,25,0,MVA,15-17 yrs,45,212826,16.03131103515625,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,21.144033432006836 +1990,25,0,suicide,15-17 yrs,7,212826,16.03131103515625,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,3.289071798324585 +1990,25,0,homicide,15-17 yrs,20,212826,16.03131103515625,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,9.397348403930664 +1990,25,0,other external,15-17 yrs,9,212826,16.03131103515625,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,4.228806495666504 +1990,25,0,internal,15-17 yrs,42,212826,16.03131103515625,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,19.73443031311035 +1990,25,0,all,18-20 yrs,205,300886,19.067787170410156,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,68.13211822509766 +1990,25,0,MVA,18-20 yrs,77,300886,19.067787170410156,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,25.591087341308594 +1990,25,0,suicide,18-20 yrs,26,300886,19.067787170410156,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,8.641146659851074 +1990,25,0,homicide,18-20 yrs,40,300886,19.067787170410156,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,13.294071197509766 +1990,25,0,other external,18-20 yrs,18,300886,19.067787170410156,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,5.982332229614258 +1990,25,0,internal,18-20 yrs,44,300886,19.067787170410156,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,14.623478889465332 +1990,25,0,all,21-24 yrs,281,409315,22.50937271118164,1,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,68.65128326416016 +1990,25,0,MVA,21-24 yrs,75,409315,22.50937271118164,1,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,18.32329559326172 +1990,25,0,suicide,21-24 yrs,46,409315,22.50937271118164,1,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,11.238287925720215 +1990,25,0,homicide,21-24 yrs,42,409315,22.50937271118164,1,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,10.261045455932617 +1990,25,0,other external,21-24 yrs,37,409315,22.50937271118164,1,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,9.0394926071167 +1990,25,0,internal,21-24 yrs,81,409315,22.50937271118164,1,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,19.789159774780273 +1991,25,0,MVA,15-17 yrs,28,206162,16.018203735351562,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,13.581552505493164 +1991,25,0,suicide,15-17 yrs,9,206162,16.018203735351562,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,4.365499019622803 +1991,25,0,homicide,15-17 yrs,17,206162,16.018203735351562,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,8.245942115783691 +1991,25,0,other external,15-17 yrs,8,206162,16.018203735351562,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,3.880443572998047 +1991,25,0,internal,15-17 yrs,25,206162,16.018203735351562,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,12.126385688781738 +1991,25,0,all,18-20 yrs,188,266954,19.116413116455078,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,70.42411804199219 +1991,25,0,MVA,18-20 yrs,73,266954,19.116413116455078,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,27.345535278320312 +1991,25,0,suicide,18-20 yrs,26,266954,19.116413116455078,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,9.739505767822266 +1991,25,0,homicide,18-20 yrs,37,266954,19.116413116455078,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,13.860065460205078 +1991,25,0,other external,18-20 yrs,15,266954,19.116413116455078,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,5.618945598602295 +1991,25,0,internal,18-20 yrs,37,266954,19.116413116455078,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,13.860065460205078 +1991,25,0,all,21-24 yrs,281,400819,22.489299774169922,1,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,70.10646057128906 +1991,25,0,MVA,21-24 yrs,68,400819,22.489299774169922,1,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,16.96526336669922 +1991,25,0,suicide,21-24 yrs,32,400819,22.489299774169922,1,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,7.983653545379639 +1991,25,0,homicide,21-24 yrs,45,400819,22.489299774169922,1,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,11.227012634277344 +1991,25,0,other external,21-24 yrs,33,400819,22.489299774169922,1,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,8.233142852783203 +1991,25,0,internal,21-24 yrs,103,400819,22.489299774169922,1,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,25.697383880615234 +1992,25,0,MVA,15-17 yrs,31,204563,16.007678985595703,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,15.154255867004395 +1992,25,0,suicide,15-17 yrs,10,204563,16.007678985595703,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,4.888469696044922 +1992,25,0,homicide,15-17 yrs,15,204563,16.007678985595703,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,7.332704544067383 +1992,25,0,other external,15-17 yrs,7,204563,16.007678985595703,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,3.421928644180298 +1992,25,0,internal,15-17 yrs,30,204563,16.007678985595703,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,14.665409088134766 +1992,25,0,all,18-20 yrs,119,234026,19.087589263916016,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,50.84905242919922 +1992,25,0,MVA,18-20 yrs,36,234026,19.087589263916016,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,15.382905960083008 +1992,25,0,suicide,18-20 yrs,16,234026,19.087589263916016,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,6.836847305297852 +1992,25,0,homicide,18-20 yrs,28,234026,19.087589263916016,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,11.964482307434082 +1992,25,0,other external,18-20 yrs,11,234026,19.087589263916016,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,4.7003326416015625 +1992,25,0,internal,18-20 yrs,28,234026,19.087589263916016,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,11.964482307434082 +1992,25,0,all,21-24 yrs,258,397280,22.48894500732422,1,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,64.94160461425781 +1992,25,0,MVA,21-24 yrs,58,397280,22.48894500732422,1,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,14.599274635314941 +1992,25,0,suicide,21-24 yrs,54,397280,22.48894500732422,1,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,13.592428207397461 +1992,25,0,homicide,21-24 yrs,41,397280,22.48894500732422,1,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,10.32017707824707 +1992,25,0,other external,21-24 yrs,32,397280,22.48894500732422,1,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,8.05477237701416 +1992,25,0,internal,21-24 yrs,73,397280,22.48894500732422,1,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,18.374950408935547 +1993,25,0,MVA,15-17 yrs,29,205602,15.989946365356445,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,14.104921340942383 +1993,25,0,suicide,15-17 yrs,8,205602,15.989946365356445,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,3.891012668609619 +1993,25,0,homicide,15-17 yrs,20,205602,15.989946365356445,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,9.727531433105469 +1993,25,0,other external,15-17 yrs,15,205602,15.989946365356445,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,7.29564905166626 +1993,25,0,internal,15-17 yrs,34,205602,15.989946365356445,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,16.53680419921875 +1993,25,0,all,18-20 yrs,141,216089,19.032894134521484,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,65.25089263916016 +1993,25,0,MVA,18-20 yrs,42,216089,19.032894134521484,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,19.43643569946289 +1993,25,0,suicide,18-20 yrs,23,216089,19.032894134521484,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,10.643762588500977 +1993,25,0,homicide,18-20 yrs,24,216089,19.032894134521484,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,11.106534957885742 +1993,25,0,other external,18-20 yrs,15,216089,19.032894134521484,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,6.94158411026001 +1993,25,0,internal,18-20 yrs,37,216089,19.032894134521484,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,17.122573852539062 +1993,25,0,all,21-24 yrs,210,383271,22.550796508789062,1,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,54.79151916503906 +1993,25,0,MVA,21-24 yrs,51,383271,22.550796508789062,1,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,13.306511878967285 +1993,25,0,suicide,21-24 yrs,28,383271,22.550796508789062,1,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,7.305535793304443 +1993,25,0,homicide,21-24 yrs,33,383271,22.550796508789062,1,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,8.610095977783203 +1993,25,0,other external,21-24 yrs,40,383271,22.550796508789062,1,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,10.436479568481445 +1993,25,0,internal,21-24 yrs,58,383271,22.550796508789062,1,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,15.132895469665527 +1994,25,0,MVA,15-17 yrs,26,210902,15.987628936767578,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,12.328001022338867 +1994,25,0,suicide,15-17 yrs,12,210902,15.987628936767578,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,5.689846515655518 +1994,25,0,homicide,15-17 yrs,19,210902,15.987628936767578,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,9.008923530578613 +1994,25,0,other external,15-17 yrs,11,210902,15.987628936767578,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,5.215692520141602 +1994,25,0,internal,15-17 yrs,32,210902,15.987628936767578,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,15.172924041748047 +1994,25,0,all,18-20 yrs,138,210258,19.026439666748047,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,65.63365173339844 +1994,25,0,MVA,18-20 yrs,40,210258,19.026439666748047,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,19.024246215820312 +1994,25,0,suicide,18-20 yrs,19,210258,19.026439666748047,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,9.036517143249512 +1994,25,0,homicide,18-20 yrs,33,210258,19.026439666748047,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,15.695003509521484 +1994,25,0,other external,18-20 yrs,16,210258,19.026439666748047,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,7.60969877243042 +1994,25,0,internal,18-20 yrs,30,210258,19.026439666748047,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,14.268184661865234 +1994,25,0,all,21-24 yrs,238,357088,22.630752563476562,1,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,66.650238037109375 +1994,25,0,MVA,21-24 yrs,49,357088,22.630752563476562,1,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,13.722107887268066 +1994,25,0,suicide,21-24 yrs,34,357088,22.630752563476562,1,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,9.521462440490723 +1994,25,0,homicide,21-24 yrs,38,357088,22.630752563476562,1,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,10.641634941101074 +1994,25,0,other external,21-24 yrs,32,357088,22.630752563476562,1,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,8.961376190185547 +1994,25,0,internal,21-24 yrs,85,357088,22.630752563476562,1,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,23.80365562438965 +1995,25,0,MVA,15-17 yrs,31,216844,15.980345726013184,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,14.295991897583008 +1995,25,0,suicide,15-17 yrs,13,216844,15.980345726013184,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,5.99509334564209 +1995,25,0,homicide,15-17 yrs,16,216844,15.980345726013184,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,7.378576278686523 +1995,25,0,other external,15-17 yrs,6,216844,15.980345726013184,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,2.7669661045074463 +1995,25,0,internal,15-17 yrs,35,216844,15.980345726013184,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,16.140636444091797 +1995,25,0,all,18-20 yrs,128,210879,19.017108917236328,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,60.69831466674805 +1995,25,0,MVA,18-20 yrs,24,210879,19.017108917236328,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,11.38093376159668 +1995,25,0,suicide,18-20 yrs,21,210879,19.017108917236328,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,9.958317756652832 +1995,25,0,homicide,18-20 yrs,27,210879,19.017108917236328,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,12.803550720214844 +1995,25,0,other external,18-20 yrs,17,210879,19.017108917236328,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,8.061494827270508 +1995,25,0,internal,18-20 yrs,39,210879,19.017108917236328,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,18.4940185546875 +1995,25,0,all,21-24 yrs,223,327723,22.651037216186523,1,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,68.04527282714844 +1995,25,0,MVA,21-24 yrs,45,327723,22.651037216186523,1,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,13.731108665466309 +1995,25,0,suicide,21-24 yrs,39,327723,22.651037216186523,1,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,11.900294303894043 +1995,25,0,homicide,21-24 yrs,30,327723,22.651037216186523,1,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,9.154071807861328 +1995,25,0,other external,21-24 yrs,26,327723,22.651037216186523,1,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,7.933529376983643 +1995,25,0,internal,21-24 yrs,83,327723,22.651037216186523,1,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,25.32626724243164 +1996,25,0,MVA,15-17 yrs,23,222082,15.991971015930176,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,10.356534957885742 +1996,25,0,suicide,15-17 yrs,12,222082,15.991971015930176,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,5.403409481048584 +1996,25,0,homicide,15-17 yrs,10,222082,15.991971015930176,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,4.502841472625732 +1996,25,0,other external,15-17 yrs,8,222082,15.991971015930176,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,3.6022729873657227 +1996,25,0,internal,15-17 yrs,30,222082,15.991971015930176,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,13.508523941040039 +1996,25,0,all,18-20 yrs,168,211964,19.003684997558594,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,79.25874328613281 +1996,25,0,MVA,18-20 yrs,49,211964,19.003684997558594,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,23.11713218688965 +1996,25,0,suicide,18-20 yrs,23,211964,19.003684997558594,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,10.850898742675781 +1996,25,0,homicide,18-20 yrs,34,211964,19.003684997558594,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,16.04046058654785 +1996,25,0,other external,18-20 yrs,20,211964,19.003684997558594,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,9.435564994812012 +1996,25,0,internal,18-20 yrs,42,211964,19.003684997558594,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,19.814685821533203 +1996,25,0,all,21-24 yrs,179,299158,22.584243774414062,1,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,59.83460235595703 +1996,25,0,MVA,21-24 yrs,41,299158,22.584243774414062,1,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,13.705132484436035 +1996,25,0,suicide,21-24 yrs,21,299158,22.584243774414062,1,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,7.019701957702637 +1996,25,0,homicide,21-24 yrs,27,299158,22.584243774414062,1,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,9.025331497192383 +1996,25,0,other external,21-24 yrs,20,299158,22.584243774414062,1,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,6.685430526733398 +1996,25,0,internal,21-24 yrs,70,299158,22.584243774414062,1,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,23.399005889892578 +1970,26,0,MVA,15-17 yrs,160,544526,15.976740837097168,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,29.38335418701172 +1970,26,0,suicide,15-17 yrs,30,544526,15.976740837097168,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,5.509378910064697 +1970,26,0,homicide,15-17 yrs,35,544526,15.976740837097168,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,6.427608489990234 +1970,26,0,other external,15-17 yrs,89,544526,15.976740837097168,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,16.34449005126953 +1970,26,0,internal,15-17 yrs,122,544526,15.976740837097168,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,22.404808044433594 +1970,26,0,all,18-20 yrs,635,476588,18.947208404541016,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,133.23876953125 +1970,26,0,MVA,18-20 yrs,230,476588,18.947208404541016,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,48.25971221923828 +1970,26,0,suicide,18-20 yrs,46,476588,18.947208404541016,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,9.651942253112793 +1970,26,0,homicide,18-20 yrs,100,476588,18.947208404541016,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,20.98248291015625 +1970,26,0,other external,18-20 yrs,79,476588,18.947208404541016,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,16.576162338256836 +1970,26,0,internal,18-20 yrs,180,476588,18.947208404541016,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,37.768470764160156 +1970,26,0,all,21-24 yrs,834,556086,22.42807960510254,1,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,149.976806640625 +1970,26,0,MVA,21-24 yrs,290,556086,22.42807960510254,1,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,52.15020751953125 +1970,26,0,suicide,21-24 yrs,73,556086,22.42807960510254,1,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,13.127466201782227 +1970,26,0,homicide,21-24 yrs,106,556086,22.42807960510254,1,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,19.061800003051758 +1970,26,0,other external,21-24 yrs,101,556086,22.42807960510254,1,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,18.16265869140625 +1970,26,0,internal,21-24 yrs,264,556086,22.42807960510254,1,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,47.47467041015625 +1971,26,0,MVA,15-17 yrs,189,558080,15.982193946838379,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,33.866111755371094 +1971,26,0,suicide,15-17 yrs,24,558080,15.982193946838379,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,4.300458908081055 +1971,26,0,homicide,15-17 yrs,55,558080,15.982193946838379,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,9.855217933654785 +1971,26,0,other external,15-17 yrs,89,558080,15.982193946838379,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,15.947534561157227 +1971,26,0,internal,15-17 yrs,155,558080,15.982193946838379,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,27.77379608154297 +1971,26,0,all,18-20 yrs,657,503159,18.971900939941406,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,130.5750274658203 +1971,26,0,MVA,18-20 yrs,249,503159,18.971900939941406,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,49.48733901977539 +1971,26,0,suicide,18-20 yrs,45,503159,18.971900939941406,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,8.94349479675293 +1971,26,0,homicide,18-20 yrs,100,503159,18.971900939941406,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,19.874433517456055 +1971,26,0,other external,18-20 yrs,83,503159,18.971900939941406,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,16.495779037475586 +1971,26,0,internal,18-20 yrs,180,503159,18.971900939941406,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,35.77397918701172 +1971,26,0,all,21-24 yrs,923,607596,22.553302764892578,1,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,151.91015625 +1971,26,0,MVA,21-24 yrs,289,607596,22.553302764892578,1,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,47.56449890136719 +1971,26,0,suicide,21-24 yrs,93,607596,22.553302764892578,1,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,15.306222915649414 +1971,26,0,homicide,21-24 yrs,153,607596,22.553302764892578,1,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,25.18120574951172 +1971,26,0,other external,21-24 yrs,103,607596,22.553302764892578,1,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,16.95205307006836 +1971,26,0,internal,21-24 yrs,285,607596,22.553302764892578,1,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,46.906166076660156 +1972,26,1,MVA,15-17 yrs,188,570756,15.975553512573242,0,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,32.93877029418945 +1972,26,1,suicide,15-17 yrs,38,570756,15.975553512573242,0,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,6.657836437225342 +1972,26,1,homicide,15-17 yrs,46,570756,15.975553512573242,0,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,8.059486389160156 +1972,26,1,other external,15-17 yrs,106,570756,15.975553512573242,0,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,18.57185935974121 +1972,26,1,internal,15-17 yrs,90,570756,15.975553512573242,0,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,15.768559455871582 +1972,26,1,all,18-20 yrs,798,520287,18.981861114501953,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,153.37689208984375 +1972,26,1,MVA,18-20 yrs,336,520287,18.981861114501953,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,64.579742431640625 +1972,26,1,suicide,18-20 yrs,60,520287,18.981861114501953,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,11.532096862792969 +1972,26,1,homicide,18-20 yrs,86,520287,18.981861114501953,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,16.529338836669922 +1972,26,1,other external,18-20 yrs,96,520287,18.981861114501953,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,18.45135498046875 +1972,26,1,internal,18-20 yrs,220,520287,18.981861114501953,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,42.28435516357422 +1972,26,1,all,21-24 yrs,986,609601,22.49683952331543,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,161.74514770507812 +1972,26,1,MVA,21-24 yrs,260,609601,22.49683952331543,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,42.650848388671875 +1972,26,1,suicide,21-24 yrs,104,609601,22.49683952331543,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,17.060338973999023 +1972,26,1,homicide,21-24 yrs,208,609601,22.49683952331543,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,34.12067794799805 +1972,26,1,other external,21-24 yrs,136,609601,22.49683952331543,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,22.309675216674805 +1972,26,1,internal,21-24 yrs,278,609601,22.49683952331543,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,45.603599548339844 +1973,26,1,MVA,15-17 yrs,186,581358,15.981640815734863,0,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,31.994054794311523 +1973,26,1,suicide,15-17 yrs,33,581358,15.981640815734863,0,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,5.676364421844482 +1973,26,1,homicide,15-17 yrs,39,581358,15.981640815734863,0,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,6.708430767059326 +1973,26,1,other external,15-17 yrs,116,581358,15.981640815734863,0,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,19.95328140258789 +1973,26,1,internal,15-17 yrs,142,581358,15.981640815734863,0,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,24.425569534301758 +1973,26,1,all,18-20 yrs,826,531811,18.984643936157227,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,155.31834411621094 +1973,26,1,MVA,18-20 yrs,289,531811,18.984643936157227,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,54.342613220214844 +1973,26,1,suicide,18-20 yrs,70,531811,18.984643936157227,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,13.16257095336914 +1973,26,1,homicide,18-20 yrs,106,531811,18.984643936157227,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,19.93189239501953 +1973,26,1,other external,18-20 yrs,144,531811,18.984643936157227,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,27.077289581298828 +1973,26,1,internal,18-20 yrs,217,531811,18.984643936157227,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,40.80397033691406 +1973,26,1,all,21-24 yrs,963,623469,22.471942901611328,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,154.45835876464844 +1973,26,1,MVA,21-24 yrs,262,623469,22.471942901611328,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,42.0229377746582 +1973,26,1,suicide,21-24 yrs,118,623469,22.471942901611328,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,18.926361083984375 +1973,26,1,homicide,21-24 yrs,180,623469,22.471942901611328,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,28.8707218170166 +1973,26,1,other external,21-24 yrs,154,623469,22.471942901611328,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,24.70050621032715 +1973,26,1,internal,21-24 yrs,249,623469,22.471942901611328,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,39.93783187866211 +1974,26,1,MVA,15-17 yrs,217,586029,15.999245643615723,0,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,37.02888488769531 +1974,26,1,suicide,15-17 yrs,42,586029,15.999245643615723,0,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,7.1668806076049805 +1974,26,1,homicide,15-17 yrs,46,586029,15.999245643615723,0,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,7.849441051483154 +1974,26,1,other external,15-17 yrs,107,586029,15.999245643615723,0,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,18.258481979370117 +1974,26,1,internal,15-17 yrs,103,586029,15.999245643615723,0,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,17.5759220123291 +1974,26,1,all,18-20 yrs,766,543737,18.99169921875,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,140.87693786621094 +1974,26,1,MVA,18-20 yrs,267,543737,18.99169921875,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,49.10462188720703 +1974,26,1,suicide,18-20 yrs,69,543737,18.99169921875,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,12.689958572387695 +1974,26,1,homicide,18-20 yrs,130,543737,18.99169921875,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,23.90861701965332 +1974,26,1,other external,18-20 yrs,135,543737,18.99169921875,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,24.82818031311035 +1974,26,1,internal,18-20 yrs,165,543737,18.99169921875,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,30.345552444458008 +1974,26,1,all,21-24 yrs,977,637907,22.460243225097656,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,153.15711975097656 +1974,26,1,MVA,21-24 yrs,228,637907,22.460243225097656,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,35.741886138916016 +1974,26,1,suicide,21-24 yrs,111,637907,22.460243225097656,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,17.40065574645996 +1974,26,1,homicide,21-24 yrs,209,637907,22.460243225097656,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,32.763397216796875 +1974,26,1,other external,21-24 yrs,146,637907,22.460243225097656,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,22.887348175048828 +1974,26,1,internal,21-24 yrs,283,637907,22.460243225097656,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,44.363834381103516 +1975,26,1,MVA,15-17 yrs,177,577164,16.006656646728516,0,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,30.667192459106445 +1975,26,1,suicide,15-17 yrs,40,577164,16.006656646728516,0,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,6.930438995361328 +1975,26,1,homicide,15-17 yrs,62,577164,16.006656646728516,0,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,10.742180824279785 +1975,26,1,other external,15-17 yrs,98,577164,16.006656646728516,0,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,16.979576110839844 +1975,26,1,internal,15-17 yrs,115,577164,16.006656646728516,0,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,19.925012588500977 +1975,26,1,all,18-20 yrs,764,553499,18.984601974487305,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,138.0309600830078 +1975,26,1,MVA,18-20 yrs,282,553499,18.984601974487305,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,50.94860076904297 +1975,26,1,suicide,18-20 yrs,74,553499,18.984601974487305,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,13.369491577148438 +1975,26,1,homicide,18-20 yrs,89,553499,18.984601974487305,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,16.07952308654785 +1975,26,1,other external,18-20 yrs,132,553499,18.984601974487305,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,23.848281860351562 +1975,26,1,internal,18-20 yrs,187,553499,18.984601974487305,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,33.785064697265625 +1975,26,1,all,21-24 yrs,1072,656065,22.467391967773438,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,163.3984375 +1975,26,1,MVA,21-24 yrs,265,656065,22.467391967773438,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,40.392337799072266 +1975,26,1,suicide,21-24 yrs,125,656065,22.467391967773438,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,19.052989959716797 +1975,26,1,homicide,21-24 yrs,199,656065,22.467391967773438,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,30.332361221313477 +1975,26,1,other external,21-24 yrs,154,656065,22.467391967773438,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,23.473283767700195 +1975,26,1,internal,21-24 yrs,329,656065,22.467391967773438,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,50.14746856689453 +1976,26,1,MVA,15-17 yrs,195,571625,15.997565269470215,0,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,34.11327362060547 +1976,26,1,suicide,15-17 yrs,36,571625,15.997565269470215,0,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,6.297835350036621 +1976,26,1,homicide,15-17 yrs,52,571625,15.997565269470215,0,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,9.09687328338623 +1976,26,1,other external,15-17 yrs,65,571625,15.997565269470215,0,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,11.37109088897705 +1976,26,1,internal,15-17 yrs,97,571625,15.997565269470215,0,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,16.969167709350586 +1976,26,1,all,18-20 yrs,737,561056,18.99004364013672,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,131.35943603515625 +1976,26,1,MVA,18-20 yrs,295,561056,18.99004364013672,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,52.57942199707031 +1976,26,1,suicide,18-20 yrs,83,561056,18.99004364013672,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,14.793532371520996 +1976,26,1,homicide,18-20 yrs,94,561056,18.99004364013672,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,16.754119873046875 +1976,26,1,other external,18-20 yrs,113,561056,18.99004364013672,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,20.140592575073242 +1976,26,1,internal,18-20 yrs,152,561056,18.99004364013672,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,27.09177017211914 +1976,26,1,all,21-24 yrs,983,669680,22.470664978027344,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,146.78652954101562 +1976,26,1,MVA,21-24 yrs,274,669680,22.470664978027344,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,40.91506576538086 +1976,26,1,suicide,21-24 yrs,145,669680,22.470664978027344,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,21.652132034301758 +1976,26,1,homicide,21-24 yrs,175,669680,22.470664978027344,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,26.13188362121582 +1976,26,1,other external,21-24 yrs,124,669680,22.470664978027344,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,18.516305923461914 +1976,26,1,internal,21-24 yrs,265,669680,22.470664978027344,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,39.57114028930664 +1977,26,1,MVA,15-17 yrs,197,565412,16.0000057220459,0,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,34.84185028076172 +1977,26,1,suicide,15-17 yrs,50,565412,16.0000057220459,0,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,8.843109130859375 +1977,26,1,homicide,15-17 yrs,33,565412,16.0000057220459,0,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,5.836452007293701 +1977,26,1,other external,15-17 yrs,71,565412,16.0000057220459,0,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,12.557214736938477 +1977,26,1,internal,15-17 yrs,94,565412,16.0000057220459,0,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,16.625045776367188 +1977,26,1,all,18-20 yrs,713,564797,19.008214950561523,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,126.24004364013672 +1977,26,1,MVA,18-20 yrs,323,564797,19.008214950561523,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,57.188690185546875 +1977,26,1,suicide,18-20 yrs,78,564797,19.008214950561523,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,13.810271263122559 +1977,26,1,homicide,18-20 yrs,91,564797,19.008214950561523,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,16.111984252929688 +1977,26,1,other external,18-20 yrs,87,564797,19.008214950561523,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,15.403764724731445 +1977,26,1,internal,18-20 yrs,134,564797,19.008214950561523,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,23.725337982177734 +1977,26,1,all,21-24 yrs,844,681936,22.47255516052246,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,123.7652816772461 +1977,26,1,MVA,21-24 yrs,244,681936,22.47255516052246,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,35.78048324584961 +1977,26,1,suicide,21-24 yrs,128,681936,22.47255516052246,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,18.770090103149414 +1977,26,1,homicide,21-24 yrs,140,681936,22.47255516052246,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,20.52978515625 +1977,26,1,other external,21-24 yrs,123,681936,22.47255516052246,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,18.036882400512695 +1977,26,1,internal,21-24 yrs,209,681936,22.47255516052246,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,30.64803695678711 +1978,26,0.9698629975318909,MVA,15-17 yrs,184,559750,16.013587951660156,0,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,32.87181854248047 +1978,26,0.9698629975318909,suicide,15-17 yrs,37,559750,16.013587951660156,0,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,6.610093593597412 +1978,26,0.9698629975318909,homicide,15-17 yrs,50,559750,16.013587951660156,0,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,8.9325590133667 +1978,26,0.9698629975318909,other external,15-17 yrs,69,559750,16.013587951660156,0,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,12.326931953430176 +1978,26,0.9698629975318909,internal,15-17 yrs,107,559750,16.013587951660156,0,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,19.115676879882812 +1978,26,0.9698629975318909,all,18-20 yrs,674,557771,19.014747619628906,0.9698629975318909,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,120.83811950683594 +1978,26,0.9698629975318909,MVA,18-20 yrs,269,557771,19.014747619628906,0.9698629975318909,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,48.22767639160156 +1978,26,0.9698629975318909,suicide,18-20 yrs,86,557771,19.014747619628906,0.9698629975318909,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,15.418514251708984 +1978,26,0.9698629975318909,homicide,18-20 yrs,71,557771,19.014747619628906,0.9698629975318909,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,12.729238510131836 +1978,26,0.9698629975318909,other external,18-20 yrs,101,557771,19.014747619628906,0.9698629975318909,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,18.107789993286133 +1978,26,0.9698629975318909,internal,18-20 yrs,147,557771,19.014747619628906,0.9698629975318909,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,26.354902267456055 +1978,26,0.9698629975318909,all,21-24 yrs,911,698163,22.46852684020996,1,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,130.48529052734375 +1978,26,0.9698629975318909,MVA,21-24 yrs,294,698163,22.46852684020996,1,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,42.110511779785156 +1978,26,0.9698629975318909,suicide,21-24 yrs,138,698163,22.46852684020996,1,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,19.766157150268555 +1978,26,0.9698629975318909,homicide,21-24 yrs,137,698163,22.46852684020996,1,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,19.6229248046875 +1978,26,0.9698629975318909,other external,21-24 yrs,111,698163,22.46852684020996,1,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,15.898865699768066 +1978,26,0.9698629975318909,internal,21-24 yrs,231,698163,22.46852684020996,1,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,33.086830139160156 +1979,26,0,MVA,15-17 yrs,184,549479,16.00739860534668,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,33.48626708984375 +1979,26,0,suicide,15-17 yrs,40,549479,16.00739860534668,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,7.279623031616211 +1979,26,0,homicide,15-17 yrs,41,549479,16.00739860534668,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,7.461613655090332 +1979,26,0,other external,15-17 yrs,55,549479,16.00739860534668,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,10.009481430053711 +1979,26,0,internal,15-17 yrs,106,549479,16.00739860534668,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,19.291000366210938 +1979,26,0,all,18-20 yrs,570,554076,19.00558090209961,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,102.87397766113281 +1979,26,0,MVA,18-20 yrs,241,554076,19.00558090209961,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,43.4958381652832 +1979,26,0,suicide,18-20 yrs,71,554076,19.00558090209961,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,12.814126968383789 +1979,26,0,homicide,18-20 yrs,63,554076,19.00558090209961,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,11.370281219482422 +1979,26,0,other external,18-20 yrs,88,554076,19.00558090209961,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,15.88229751586914 +1979,26,0,internal,18-20 yrs,107,554076,19.00558090209961,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,19.311429977416992 +1979,26,0,all,21-24 yrs,840,710076,22.47182846069336,1,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,118.29719543457031 +1979,26,0,MVA,21-24 yrs,250,710076,22.47182846069336,1,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,35.20750045776367 +1979,26,0,suicide,21-24 yrs,143,710076,22.47182846069336,1,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,20.138689041137695 +1979,26,0,homicide,21-24 yrs,131,710076,22.47182846069336,1,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,18.448728561401367 +1979,26,0,other external,21-24 yrs,112,710076,22.47182846069336,1,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,15.77295970916748 +1979,26,0,internal,21-24 yrs,204,710076,22.47182846069336,1,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,28.729318618774414 +1980,26,0,MVA,15-17 yrs,162,533996,16.01267433166504,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,30.337305068969727 +1980,26,0,suicide,15-17 yrs,33,533996,16.01267433166504,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,6.179821491241455 +1980,26,0,homicide,15-17 yrs,34,533996,16.01267433166504,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,6.367088794708252 +1980,26,0,other external,15-17 yrs,58,533996,16.01267433166504,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,10.861504554748535 +1980,26,0,internal,15-17 yrs,85,533996,16.01267433166504,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,15.917722702026367 +1980,26,0,all,18-20 yrs,535,543470,19.006940841674805,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,98.441497802734375 +1980,26,0,MVA,18-20 yrs,213,543470,19.006940841674805,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,39.192596435546875 +1980,26,0,suicide,18-20 yrs,64,543470,19.006940841674805,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,11.776179313659668 +1980,26,0,homicide,18-20 yrs,78,543470,19.006940841674805,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,14.352218627929688 +1980,26,0,other external,18-20 yrs,65,543470,19.006940841674805,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,11.960182189941406 +1980,26,0,internal,18-20 yrs,115,543470,19.006940841674805,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,21.160322189331055 +1980,26,0,all,21-24 yrs,859,710659,22.484960556030273,1,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,120.87372589111328 +1980,26,0,MVA,21-24 yrs,280,710659,22.484960556030273,1,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,39.40005111694336 +1980,26,0,suicide,21-24 yrs,109,710659,22.484960556030273,1,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,15.337876319885254 +1980,26,0,homicide,21-24 yrs,161,710659,22.484960556030273,1,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,22.655029296875 +1980,26,0,other external,21-24 yrs,102,710659,22.484960556030273,1,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,14.352875709533691 +1980,26,0,internal,21-24 yrs,207,710659,22.484960556030273,1,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,29.127893447875977 +1981,26,0,MVA,15-17 yrs,118,511944,16.0252685546875,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,23.049396514892578 +1981,26,0,suicide,15-17 yrs,27,511944,16.0252685546875,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,5.274014472961426 +1981,26,0,homicide,15-17 yrs,31,511944,16.0252685546875,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,6.055349826812744 +1981,26,0,other external,15-17 yrs,40,511944,16.0252685546875,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,7.8133544921875 +1981,26,0,internal,15-17 yrs,67,511944,16.0252685546875,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,13.087368965148926 +1981,26,0,all,18-20 yrs,480,530656,19.013139724731445,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,90.4540786743164 +1981,26,0,MVA,18-20 yrs,174,530656,19.013139724731445,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,32.78960418701172 +1981,26,0,suicide,18-20 yrs,63,530656,19.013139724731445,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,11.872097969055176 +1981,26,0,homicide,18-20 yrs,76,530656,19.013139724731445,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,14.321895599365234 +1981,26,0,other external,18-20 yrs,51,530656,19.013139724731445,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,9.610746383666992 +1981,26,0,internal,18-20 yrs,116,530656,19.013139724731445,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,21.8597354888916 +1981,26,0,all,21-24 yrs,725,701105,22.50847816467285,1,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,103.40818786621094 +1981,26,0,MVA,21-24 yrs,217,701105,22.50847816467285,1,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,30.951141357421875 +1981,26,0,suicide,21-24 yrs,116,701105,22.50847816467285,1,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,16.545310974121094 +1981,26,0,homicide,21-24 yrs,113,701105,22.50847816467285,1,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,16.117414474487305 +1981,26,0,other external,21-24 yrs,84,701105,22.50847816467285,1,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,11.981086730957031 +1981,26,0,internal,21-24 yrs,195,701105,22.50847816467285,1,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,27.8132381439209 +1982,26,0,MVA,15-17 yrs,94,484871,16.01796531677246,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,19.386600494384766 +1982,26,0,suicide,15-17 yrs,24,484871,16.01796531677246,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,4.949769973754883 +1982,26,0,homicide,15-17 yrs,35,484871,16.01796531677246,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,7.218414783477783 +1982,26,0,other external,15-17 yrs,35,484871,16.01796531677246,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,7.218414783477783 +1982,26,0,internal,15-17 yrs,77,484871,16.01796531677246,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,15.880512237548828 +1982,26,0,all,18-20 yrs,497,515521,19.007797241210938,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,96.4073257446289 +1982,26,0,MVA,18-20 yrs,188,515521,19.007797241210938,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,36.467960357666016 +1982,26,0,suicide,18-20 yrs,80,515521,19.007797241210938,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,15.518281936645508 +1982,26,0,homicide,18-20 yrs,57,515521,19.007797241210938,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,11.05677604675293 +1982,26,0,other external,18-20 yrs,67,515521,19.007797241210938,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,12.996561050415039 +1982,26,0,internal,18-20 yrs,105,515521,19.007797241210938,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,20.36774444580078 +1982,26,0,all,21-24 yrs,656,683599,22.506418228149414,1,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,95.96269226074219 +1982,26,0,MVA,21-24 yrs,171,683599,22.506418228149414,1,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,25.014665603637695 +1982,26,0,suicide,21-24 yrs,99,683599,22.506418228149414,1,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,14.48217487335205 +1982,26,0,homicide,21-24 yrs,125,683599,22.506418228149414,1,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,18.285573959350586 +1982,26,0,other external,21-24 yrs,74,683599,22.506418228149414,1,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,10.82505989074707 +1982,26,0,internal,21-24 yrs,187,683599,22.506418228149414,1,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,27.3552188873291 +1983,26,0,MVA,15-17 yrs,111,464060,16.009286880493164,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,23.919321060180664 +1983,26,0,suicide,15-17 yrs,36,464060,16.009286880493164,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,7.757617473602295 +1983,26,0,homicide,15-17 yrs,48,464060,16.009286880493164,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,10.343489646911621 +1983,26,0,other external,15-17 yrs,34,464060,16.009286880493164,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,7.326638698577881 +1983,26,0,internal,15-17 yrs,74,464060,16.009286880493164,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,15.946213722229004 +1983,26,0,all,18-20 yrs,476,498427,19.017919540405273,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,95.50044250488281 +1983,26,0,MVA,18-20 yrs,169,498427,19.017919540405273,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,33.90666961669922 +1983,26,0,suicide,18-20 yrs,51,498427,19.017919540405273,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,10.232190132141113 +1983,26,0,homicide,18-20 yrs,85,498427,19.017919540405273,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,17.05364990234375 +1983,26,0,other external,18-20 yrs,67,498427,19.017919540405273,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,13.442289352416992 +1983,26,0,internal,18-20 yrs,104,498427,19.017919540405273,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,20.865642547607422 +1983,26,0,all,21-24 yrs,683,665015,22.504581451416016,1,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,102.70445251464844 +1983,26,0,MVA,21-24 yrs,187,665015,22.504581451416016,1,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,28.119667053222656 +1983,26,0,suicide,21-24 yrs,123,665015,22.504581451416016,1,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,18.49582290649414 +1983,26,0,homicide,21-24 yrs,122,665015,22.504581451416016,1,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,18.34545135498047 +1983,26,0,other external,21-24 yrs,78,665015,22.504581451416016,1,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,11.729059219360352 +1983,26,0,internal,21-24 yrs,173,665015,22.504581451416016,1,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,26.014450073242188 +1984,26,0,MVA,15-17 yrs,121,456940,16.001115798950195,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,26.480501174926758 +1984,26,0,suicide,15-17 yrs,40,456940,16.001115798950195,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,8.753884315490723 +1984,26,0,homicide,15-17 yrs,33,456940,16.001115798950195,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,7.221954822540283 +1984,26,0,other external,15-17 yrs,35,456940,16.001115798950195,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,7.659648895263672 +1984,26,0,internal,15-17 yrs,66,456940,16.001115798950195,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,14.443909645080566 +1984,26,0,all,18-20 yrs,468,480806,19.032556533813477,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,97.33655548095703 +1984,26,0,MVA,18-20 yrs,176,480806,19.032556533813477,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,36.605201721191406 +1984,26,0,suicide,18-20 yrs,60,480806,19.032556533813477,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,12.479045867919922 +1984,26,0,homicide,18-20 yrs,87,480806,19.032556533813477,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,18.094615936279297 +1984,26,0,other external,18-20 yrs,41,480806,19.032556533813477,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,8.527347564697266 +1984,26,0,internal,18-20 yrs,104,480806,19.032556533813477,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,21.630346298217773 +1984,26,0,all,21-24 yrs,676,652571,22.50289535522461,1,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,103.59026336669922 +1984,26,0,MVA,21-24 yrs,197,652571,22.50289535522461,1,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,30.18828582763672 +1984,26,0,suicide,21-24 yrs,109,652571,22.50289535522461,1,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,16.703163146972656 +1984,26,0,homicide,21-24 yrs,125,652571,22.50289535522461,1,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,19.155004501342773 +1984,26,0,other external,21-24 yrs,70,652571,22.50289535522461,1,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,10.726801872253418 +1984,26,0,internal,21-24 yrs,175,652571,22.50289535522461,1,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,26.817005157470703 +1985,26,0,MVA,15-17 yrs,108,457960,15.98704719543457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,23.58284568786621 +1985,26,0,suicide,15-17 yrs,40,457960,15.98704719543457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,8.734387397766113 +1985,26,0,homicide,15-17 yrs,58,457960,15.98704719543457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,12.664861679077148 +1985,26,0,other external,15-17 yrs,42,457960,15.98704719543457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,9.171106338500977 +1985,26,0,internal,15-17 yrs,81,457960,15.98704719543457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,17.6871337890625 +1985,26,0,all,18-20 yrs,475,462132,19.02366828918457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,102.78448486328125 +1985,26,0,MVA,18-20 yrs,173,462132,19.02366828918457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,37.4351921081543 +1985,26,0,suicide,18-20 yrs,72,462132,19.02366828918457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,15.579964637756348 +1985,26,0,homicide,18-20 yrs,107,462132,19.02366828918457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,23.1535587310791 +1985,26,0,other external,18-20 yrs,46,462132,19.02366828918457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,9.953866004943848 +1985,26,0,internal,18-20 yrs,77,462132,19.02366828918457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,16.66190528869629 +1985,26,0,all,21-24 yrs,672,644811,22.50504493713379,1,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,104.21658325195312 +1985,26,0,MVA,21-24 yrs,193,644811,22.50504493713379,1,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,29.931251525878906 +1985,26,0,suicide,21-24 yrs,89,644811,22.50504493713379,1,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,13.802494049072266 +1985,26,0,homicide,21-24 yrs,135,644811,22.50504493713379,1,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,20.93636703491211 +1985,26,0,other external,21-24 yrs,79,644811,22.50504493713379,1,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,12.251651763916016 +1985,26,0,internal,21-24 yrs,176,644811,22.50504493713379,1,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,27.294818878173828 +1986,26,0,MVA,15-17 yrs,148,466047,15.987018585205078,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,31.756454467773438 +1986,26,0,suicide,15-17 yrs,45,466047,15.987018585205078,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,9.655678749084473 +1986,26,0,homicide,15-17 yrs,68,466047,15.987018585205078,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,14.590803146362305 +1986,26,0,other external,15-17 yrs,35,466047,15.987018585205078,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,7.509972095489502 +1986,26,0,internal,15-17 yrs,75,466047,15.987018585205078,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,16.092798233032227 +1986,26,0,all,18-20 yrs,488,449387,19.014245986938477,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,108.59236907958984 +1986,26,0,MVA,18-20 yrs,187,449387,19.014245986938477,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,41.612239837646484 +1986,26,0,suicide,18-20 yrs,58,449387,19.014245986938477,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,12.90647029876709 +1986,26,0,homicide,18-20 yrs,106,449387,19.014245986938477,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,23.58768653869629 +1986,26,0,other external,18-20 yrs,48,449387,19.014245986938477,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,10.681217193603516 +1986,26,0,internal,18-20 yrs,89,449387,19.014245986938477,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,19.80475616455078 +1986,26,0,all,21-24 yrs,707,632098,22.511646270751953,1,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,111.84974670410156 +1986,26,0,MVA,21-24 yrs,200,632098,22.511646270751953,1,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,31.640663146972656 +1986,26,0,suicide,21-24 yrs,90,632098,22.511646270751953,1,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,14.238298416137695 +1986,26,0,homicide,21-24 yrs,166,632098,22.511646270751953,1,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,26.261751174926758 +1986,26,0,other external,21-24 yrs,79,632098,22.511646270751953,1,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,12.498062133789062 +1986,26,0,internal,21-24 yrs,172,632098,22.511646270751953,1,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,27.210969924926758 +1987,26,0,MVA,15-17 yrs,137,458111,16.02957534790039,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,29.90541648864746 +1987,26,0,suicide,15-17 yrs,40,458111,16.02957534790039,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,8.731508255004883 +1987,26,0,homicide,15-17 yrs,77,458111,16.02957534790039,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,16.80815315246582 +1987,26,0,other external,15-17 yrs,29,458111,16.02957534790039,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,6.330343723297119 +1987,26,0,internal,15-17 yrs,84,458111,16.02957534790039,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,18.33616828918457 +1987,26,0,all,18-20 yrs,515,446311,19.00412940979004,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,115.39038848876953 +1987,26,0,MVA,18-20 yrs,173,446311,19.00412940979004,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,38.76220703125 +1987,26,0,suicide,18-20 yrs,74,446311,19.00412940979004,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,16.580366134643555 +1987,26,0,homicide,18-20 yrs,138,446311,19.00412940979004,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,30.920143127441406 +1987,26,0,other external,18-20 yrs,42,446311,19.00412940979004,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,9.410478591918945 +1987,26,0,internal,18-20 yrs,88,446311,19.00412940979004,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,19.717193603515625 +1987,26,0,all,21-24 yrs,665,613512,22.527263641357422,1,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,108.39234161376953 +1987,26,0,MVA,21-24 yrs,187,613512,22.527263641357422,1,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,30.48025131225586 +1987,26,0,suicide,21-24 yrs,89,613512,22.527263641357422,1,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,14.506643295288086 +1987,26,0,homicide,21-24 yrs,148,613512,22.527263641357422,1,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,24.1234073638916 +1987,26,0,other external,21-24 yrs,91,613512,22.527263641357422,1,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,14.832635879516602 +1987,26,0,internal,21-24 yrs,150,613512,22.527263641357422,1,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,24.449399948120117 +1988,26,0,MVA,15-17 yrs,117,437508,16.058992385864258,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,26.742368698120117 +1988,26,0,suicide,15-17 yrs,50,437508,16.058992385864258,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,11.428362846374512 +1988,26,0,homicide,15-17 yrs,59,437508,16.058992385864258,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,13.485467910766602 +1988,26,0,other external,15-17 yrs,39,437508,16.058992385864258,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,8.914122581481934 +1988,26,0,internal,15-17 yrs,64,437508,16.058992385864258,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,14.628303527832031 +1988,26,0,all,18-20 yrs,504,447533,18.98893928527832,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,112.61739349365234 +1988,26,0,MVA,18-20 yrs,185,447533,18.98893928527832,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,41.33773422241211 +1988,26,0,suicide,18-20 yrs,69,447533,18.98893928527832,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,15.41785717010498 +1988,26,0,homicide,18-20 yrs,113,447533,18.98893928527832,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,25.249534606933594 +1988,26,0,other external,18-20 yrs,40,447533,18.98893928527832,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,8.937888145446777 +1988,26,0,internal,18-20 yrs,97,447533,18.98893928527832,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,21.674379348754883 +1988,26,0,all,21-24 yrs,596,592440,22.529983520507812,1,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,100.60090637207031 +1988,26,0,MVA,21-24 yrs,192,592440,22.529983520507812,1,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,32.40834426879883 +1988,26,0,suicide,21-24 yrs,80,592440,22.529983520507812,1,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,13.503477096557617 +1988,26,0,homicide,21-24 yrs,121,592440,22.529983520507812,1,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,20.424009323120117 +1988,26,0,other external,21-24 yrs,58,592440,22.529983520507812,1,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,9.790020942687988 +1988,26,0,internal,21-24 yrs,145,592440,22.529983520507812,1,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,24.475051879882812 +1989,26,0,MVA,15-17 yrs,121,409369,16.03847885131836,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,29.55768585205078 +1989,26,0,suicide,15-17 yrs,36,409369,16.03847885131836,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,8.7940216064453125 +1989,26,0,homicide,15-17 yrs,81,409369,16.03847885131836,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,19.786548614501953 +1989,26,0,other external,15-17 yrs,21,409369,16.03847885131836,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,5.129846096038818 +1989,26,0,internal,15-17 yrs,58,409369,16.03847885131836,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,14.168146133422852 +1989,26,0,all,18-20 yrs,465,454671,18.986486434936523,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,102.2717514038086 +1989,26,0,MVA,18-20 yrs,175,454671,18.986486434936523,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,38.4893684387207 +1989,26,0,suicide,18-20 yrs,73,454671,18.986486434936523,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,16.055564880371094 +1989,26,0,homicide,18-20 yrs,100,454671,18.986486434936523,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,21.993925094604492 +1989,26,0,other external,18-20 yrs,31,454671,18.986486434936523,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,6.818116664886475 +1989,26,0,internal,18-20 yrs,86,454671,18.986486434936523,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,18.914775848388672 +1989,26,0,all,21-24 yrs,575,567796,22.515682220458984,1,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,101.26876831054688 +1989,26,0,MVA,21-24 yrs,166,567796,22.515682220458984,1,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,29.23585319519043 +1989,26,0,suicide,21-24 yrs,85,567796,22.515682220458984,1,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,14.970165252685547 +1989,26,0,homicide,21-24 yrs,130,567796,22.515682220458984,1,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,22.89554786682129 +1989,26,0,other external,21-24 yrs,45,567796,22.515682220458984,1,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,7.925381660461426 +1989,26,0,internal,21-24 yrs,149,567796,22.515682220458984,1,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,26.241819381713867 +1990,26,0,MVA,15-17 yrs,99,395649,16.017850875854492,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,25.022178649902344 +1990,26,0,suicide,15-17 yrs,34,395649,16.017850875854492,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,8.593475341796875 +1990,26,0,homicide,15-17 yrs,77,395649,16.017850875854492,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,19.461694717407227 +1990,26,0,other external,15-17 yrs,31,395649,16.017850875854492,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,7.8352274894714355 +1990,26,0,internal,15-17 yrs,63,395649,16.017850875854492,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,15.92320442199707 +1990,26,0,all,18-20 yrs,470,451164,19.025699615478516,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,104.17498016357422 +1990,26,0,MVA,18-20 yrs,153,451164,19.025699615478516,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,33.91228103637695 +1990,26,0,suicide,18-20 yrs,54,451164,19.025699615478516,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,11.969039916992188 +1990,26,0,homicide,18-20 yrs,128,451164,19.025699615478516,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,28.371057510375977 +1990,26,0,other external,18-20 yrs,42,451164,19.025699615478516,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,9.309253692626953 +1990,26,0,internal,18-20 yrs,93,451164,19.025699615478516,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,20.613346099853516 +1990,26,0,all,21-24 yrs,596,555676,22.491596221923828,1,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,107.25674438476562 +1990,26,0,MVA,21-24 yrs,180,555676,22.491596221923828,1,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,32.39297866821289 +1990,26,0,suicide,21-24 yrs,78,555676,22.491596221923828,1,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,14.036956787109375 +1990,26,0,homicide,21-24 yrs,150,555676,22.491596221923828,1,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,26.99414825439453 +1990,26,0,other external,21-24 yrs,48,555676,22.491596221923828,1,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,8.638127326965332 +1990,26,0,internal,21-24 yrs,140,555676,22.491596221923828,1,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,25.194538116455078 +1991,26,0,MVA,15-17 yrs,95,391901,16.01518440246582,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,24.240816116333008 +1991,26,0,suicide,15-17 yrs,28,391901,16.01518440246582,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,7.1446614265441895 +1991,26,0,homicide,15-17 yrs,61,391901,16.01518440246582,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,15.565155029296875 +1991,26,0,other external,15-17 yrs,33,391901,16.01518440246582,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,8.420494079589844 +1991,26,0,internal,15-17 yrs,67,391901,16.01518440246582,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,17.096155166625977 +1991,26,0,all,18-20 yrs,497,435314,19.048133850097656,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,114.17046356201172 +1991,26,0,MVA,18-20 yrs,139,435314,19.048133850097656,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,31.930973052978516 +1991,26,0,suicide,18-20 yrs,62,435314,19.048133850097656,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,14.242592811584473 +1991,26,0,homicide,18-20 yrs,161,435314,19.048133850097656,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,36.984798431396484 +1991,26,0,other external,18-20 yrs,51,435314,19.048133850097656,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,11.715681076049805 +1991,26,0,internal,18-20 yrs,84,435314,19.048133850097656,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,19.296415328979492 +1991,26,0,all,21-24 yrs,567,559387,22.469993591308594,1,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,101.36095428466797 +1991,26,0,MVA,21-24 yrs,136,559387,22.469993591308594,1,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,24.312328338623047 +1991,26,0,suicide,21-24 yrs,82,559387,22.469993591308594,1,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,14.658903121948242 +1991,26,0,homicide,21-24 yrs,160,559387,22.469993591308594,1,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,28.602737426757812 +1991,26,0,other external,21-24 yrs,51,559387,22.469993591308594,1,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,9.117122650146484 +1991,26,0,internal,21-24 yrs,138,559387,22.469993591308594,1,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,24.669862747192383 +1992,26,0,MVA,15-17 yrs,81,395613,16.006887435913086,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,20.47455406188965 +1992,26,0,suicide,15-17 yrs,42,395613,16.006887435913086,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,10.616436004638672 +1992,26,0,homicide,15-17 yrs,58,395613,16.006887435913086,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,14.660792350769043 +1992,26,0,other external,15-17 yrs,35,395613,16.006887435913086,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,8.847029685974121 +1992,26,0,internal,15-17 yrs,66,395613,16.006887435913086,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,16.68297004699707 +1992,26,0,all,18-20 yrs,377,414780,19.03543472290039,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,90.89155578613281 +1992,26,0,MVA,18-20 yrs,91,414780,19.03543472290039,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,21.939340591430664 +1992,26,0,suicide,18-20 yrs,47,414780,19.03543472290039,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,11.331308364868164 +1992,26,0,homicide,18-20 yrs,125,414780,19.03543472290039,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,30.136457443237305 +1992,26,0,other external,18-20 yrs,38,414780,19.03543472290039,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,9.161482810974121 +1992,26,0,internal,18-20 yrs,76,414780,19.03543472290039,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,18.322965621948242 +1992,26,0,all,21-24 yrs,616,566655,22.457454681396484,1,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,108.70812225341797 +1992,26,0,MVA,21-24 yrs,154,566655,22.457454681396484,1,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,27.177030563354492 +1992,26,0,suicide,21-24 yrs,89,566655,22.457454681396484,1,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,15.706205368041992 +1992,26,0,homicide,21-24 yrs,169,566655,22.457454681396484,1,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,29.82414436340332 +1992,26,0,other external,21-24 yrs,50,566655,22.457454681396484,1,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,8.823711395263672 +1992,26,0,internal,21-24 yrs,154,566655,22.457454681396484,1,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,27.177030563354492 +1993,26,0,MVA,15-17 yrs,89,400584,15.995356559753418,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,22.217561721801758 +1993,26,0,suicide,15-17 yrs,33,400584,15.995356559753418,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,8.237972259521484 +1993,26,0,homicide,15-17 yrs,68,400584,15.995356559753418,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,16.975215911865234 +1993,26,0,other external,15-17 yrs,23,400584,15.995356559753418,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,5.741617202758789 +1993,26,0,internal,15-17 yrs,73,400584,15.995356559753418,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,18.2233943939209 +1993,26,0,all,18-20 yrs,418,403759,19.013301849365234,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,103.52710723876953 +1993,26,0,MVA,18-20 yrs,114,403759,19.013301849365234,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,28.234664916992188 +1993,26,0,suicide,18-20 yrs,53,403759,19.013301849365234,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,13.126642227172852 +1993,26,0,homicide,18-20 yrs,125,403759,19.013301849365234,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,30.959062576293945 +1993,26,0,other external,18-20 yrs,42,403759,19.013301849365234,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,10.402244567871094 +1993,26,0,internal,18-20 yrs,84,403759,19.013301849365234,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,20.804489135742188 +1993,26,0,all,21-24 yrs,589,564113,22.49117088317871,1,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,104.41170501708984 +1993,26,0,MVA,21-24 yrs,160,564113,22.49117088317871,1,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,28.36311149597168 +1993,26,0,suicide,21-24 yrs,86,564113,22.49117088317871,1,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,15.245172500610352 +1993,26,0,homicide,21-24 yrs,159,564113,22.49117088317871,1,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,28.185842514038086 +1993,26,0,other external,21-24 yrs,47,564113,22.49117088317871,1,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,8.331664085388184 +1993,26,0,internal,21-24 yrs,137,564113,22.49117088317871,1,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,24.285913467407227 +1994,26,0,MVA,15-17 yrs,108,411841,15.998088836669922,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,26.223712921142578 +1994,26,0,suicide,15-17 yrs,29,411841,15.998088836669922,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,7.041552543640137 +1994,26,0,homicide,15-17 yrs,63,411841,15.998088836669922,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,15.297165870666504 +1994,26,0,other external,15-17 yrs,31,411841,15.998088836669922,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,7.527176856994629 +1994,26,0,internal,15-17 yrs,67,411841,15.998088836669922,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,16.268413543701172 +1994,26,0,all,18-20 yrs,456,398642,19.010229110717773,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,114.38835144042969 +1994,26,0,MVA,18-20 yrs,136,398642,19.010229110717773,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,34.115821838378906 +1994,26,0,suicide,18-20 yrs,64,398642,19.010229110717773,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,16.05450439453125 +1994,26,0,homicide,18-20 yrs,130,398642,19.010229110717773,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,32.610713958740234 +1994,26,0,other external,18-20 yrs,34,398642,19.010229110717773,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,8.528955459594727 +1994,26,0,internal,18-20 yrs,92,398642,19.010229110717773,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,23.078350067138672 +1994,26,0,all,21-24 yrs,596,552227,22.533763885498047,1,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,107.92662811279297 +1994,26,0,MVA,21-24 yrs,150,552227,22.533763885498047,1,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,27.162742614746094 +1994,26,0,suicide,21-24 yrs,94,552227,22.533763885498047,1,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,17.02198600769043 +1994,26,0,homicide,21-24 yrs,162,552227,22.533763885498047,1,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,29.33576202392578 +1994,26,0,other external,21-24 yrs,50,552227,22.533763885498047,1,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,9.054247856140137 +1994,26,0,internal,21-24 yrs,140,552227,22.533763885498047,1,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,25.351892471313477 +1995,26,0,MVA,15-17 yrs,95,425901,15.98646354675293,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,22.305652618408203 +1995,26,0,suicide,15-17 yrs,30,425901,15.98646354675293,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,7.043890476226807 +1995,26,0,homicide,15-17 yrs,64,425901,15.98646354675293,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,15.026966094970703 +1995,26,0,other external,15-17 yrs,25,425901,15.98646354675293,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,5.869908809661865 +1995,26,0,internal,15-17 yrs,69,425901,15.98646354675293,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,16.20094871520996 +1995,26,0,all,18-20 yrs,390,402603,18.999887466430664,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,96.86962127685547 +1995,26,0,MVA,18-20 yrs,137,402603,18.999887466430664,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,34.028560638427734 +1995,26,0,suicide,18-20 yrs,57,402603,18.999887466430664,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,14.157867431640625 +1995,26,0,homicide,18-20 yrs,99,402603,18.999887466430664,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,24.589981079101562 +1995,26,0,other external,18-20 yrs,31,402603,18.999887466430664,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,7.699892997741699 +1995,26,0,internal,18-20 yrs,66,402603,18.999887466430664,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,16.393320083618164 +1995,26,0,all,21-24 yrs,555,532732,22.546003341674805,1,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,104.17996215820312 +1995,26,0,MVA,21-24 yrs,156,532732,22.546003341674805,1,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,29.283016204833984 +1995,26,0,suicide,21-24 yrs,65,532732,22.546003341674805,1,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,12.20125675201416 +1995,26,0,homicide,21-24 yrs,145,532732,22.546003341674805,1,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,27.218189239501953 +1995,26,0,other external,21-24 yrs,33,532732,22.546003341674805,1,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,6.194484233856201 +1995,26,0,internal,21-24 yrs,156,532732,22.546003341674805,1,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,29.283016204833984 +1996,26,0,MVA,15-17 yrs,112,435794,16.002111434936523,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,25.70021629333496 +1996,26,0,suicide,15-17 yrs,24,435794,16.002111434936523,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,5.5071892738342285 +1996,26,0,homicide,15-17 yrs,51,435794,16.002111434936523,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,11.702776908874512 +1996,26,0,other external,15-17 yrs,29,435794,16.002111434936523,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,6.654520034790039 +1996,26,0,internal,15-17 yrs,62,435794,16.002111434936523,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,14.226905822753906 +1996,26,0,all,18-20 yrs,363,407890,18.990041732788086,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,88.99458312988281 +1996,26,0,MVA,18-20 yrs,141,407890,18.990041732788086,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,34.56814193725586 +1996,26,0,suicide,18-20 yrs,52,407890,18.990041732788086,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,12.74853515625 +1996,26,0,homicide,18-20 yrs,81,407890,18.990041732788086,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,19.858295440673828 +1996,26,0,other external,18-20 yrs,23,407890,18.990041732788086,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,5.63877534866333 +1996,26,0,internal,18-20 yrs,66,407890,18.990041732788086,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,16.18083381652832 +1996,26,0,all,21-24 yrs,482,514060,22.514066696166992,1,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,93.76337432861328 +1996,26,0,MVA,21-24 yrs,127,514060,22.514066696166992,1,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,24.70528793334961 +1996,26,0,suicide,21-24 yrs,78,514060,22.514066696166992,1,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,15.17332649230957 +1996,26,0,homicide,21-24 yrs,107,514060,22.514066696166992,1,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,20.8146915435791 +1996,26,0,other external,21-24 yrs,36,514060,22.514066696166992,1,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,7.003073692321777 +1996,26,0,internal,21-24 yrs,134,514060,22.514066696166992,1,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,26.06699562072754 +1970,27,0,MVA,15-17 yrs,87,232296,15.983245849609375,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,37.45221710205078 +1970,27,0,suicide,15-17 yrs,5,232296,15.983245849609375,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,2.152426242828369 +1970,27,0,homicide,15-17 yrs,5,232296,15.983245849609375,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,2.152426242828369 +1970,27,0,other external,15-17 yrs,47,232296,15.983245849609375,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,20.232807159423828 +1970,27,0,internal,15-17 yrs,58,232296,15.983245849609375,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,24.968143463134766 +1970,27,0,all,18-20 yrs,259,203827,18.93842887878418,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,127.06854248046875 +1970,27,0,MVA,18-20 yrs,116,203827,18.93842887878418,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,56.911006927490234 +1970,27,0,suicide,18-20 yrs,17,203827,18.93842887878418,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,8.34040641784668 +1970,27,0,homicide,18-20 yrs,7,203827,18.93842887878418,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,3.4342849254608154 +1970,27,0,other external,18-20 yrs,54,203827,18.93842887878418,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,26.49305534362793 +1970,27,0,internal,18-20 yrs,65,203827,18.93842887878418,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,31.889789581298828 +1970,27,0,all,21-24 yrs,288,229803,22.429216384887695,1,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,125.32473754882812 +1970,27,0,MVA,21-24 yrs,130,229803,22.429216384887695,1,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,56.570194244384766 +1970,27,0,suicide,21-24 yrs,26,229803,22.429216384887695,1,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,11.314038276672363 +1970,27,0,homicide,21-24 yrs,8,229803,22.429216384887695,1,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,3.4812426567077637 +1970,27,0,other external,21-24 yrs,44,229803,22.429216384887695,1,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,19.146835327148438 +1970,27,0,internal,21-24 yrs,80,229803,22.429216384887695,1,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,34.81242752075195 +1971,27,0,MVA,15-17 yrs,104,235004,15.988876342773438,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,44.25456619262695 +1971,27,0,suicide,15-17 yrs,8,235004,15.988876342773438,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,3.4041974544525146 +1971,27,0,homicide,15-17 yrs,2,235004,15.988876342773438,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,0.8510493636131287 +1971,27,0,other external,15-17 yrs,43,235004,15.988876342773438,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,18.297561645507812 +1971,27,0,internal,15-17 yrs,56,235004,15.988876342773438,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,23.829381942749023 +1971,27,0,all,18-20 yrs,295,216827,18.961530685424805,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,136.05316162109375 +1971,27,0,MVA,18-20 yrs,141,216827,18.961530685424805,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,65.02880096435547 +1971,27,0,suicide,18-20 yrs,25,216827,18.961530685424805,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,11.529929161071777 +1971,27,0,homicide,18-20 yrs,9,216827,18.961530685424805,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,4.1507744789123535 +1971,27,0,other external,18-20 yrs,56,216827,18.961530685424805,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,25.827041625976562 +1971,27,0,internal,18-20 yrs,64,216827,18.961530685424805,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,29.516618728637695 +1971,27,0,all,21-24 yrs,319,253268,22.550310134887695,1,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,125.95353698730469 +1971,27,0,MVA,21-24 yrs,131,253268,22.550310134887695,1,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,51.7238655090332 +1971,27,0,suicide,21-24 yrs,36,253268,22.550310134887695,1,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,14.214192390441895 +1971,27,0,homicide,21-24 yrs,11,253268,22.550310134887695,1,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,4.343225479125977 +1971,27,0,other external,21-24 yrs,62,253268,22.550310134887695,1,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,24.479997634887695 +1971,27,0,internal,21-24 yrs,79,253268,22.550310134887695,1,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,31.1922550201416 +1972,27,0,MVA,15-17 yrs,98,237849,15.97900390625,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,41.20261001586914 +1972,27,0,suicide,15-17 yrs,8,237849,15.97900390625,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,3.363478422164917 +1972,27,0,homicide,15-17 yrs,6,237849,15.97900390625,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,2.522608995437622 +1972,27,0,other external,15-17 yrs,32,237849,15.97900390625,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,13.453913688659668 +1972,27,0,internal,15-17 yrs,48,237849,15.97900390625,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,20.180871963500977 +1972,27,0,all,18-20 yrs,264,223956,18.981714248657227,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,117.88029479980469 +1972,27,0,MVA,18-20 yrs,112,223956,18.981714248657227,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,50.009822845458984 +1972,27,0,suicide,18-20 yrs,26,223956,18.981714248657227,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,11.609423637390137 +1972,27,0,homicide,18-20 yrs,4,223956,18.981714248657227,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,1.7860651016235352 +1972,27,0,other external,18-20 yrs,60,223956,18.981714248657227,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,26.790977478027344 +1972,27,0,internal,18-20 yrs,62,223956,18.981714248657227,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,27.684009552001953 +1972,27,0,all,21-24 yrs,352,255233,22.49814796447754,1,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,137.9132080078125 +1972,27,0,MVA,21-24 yrs,152,255233,22.49814796447754,1,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,59.553428649902344 +1972,27,0,suicide,21-24 yrs,26,255233,22.49814796447754,1,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,10.18677043914795 +1972,27,0,homicide,21-24 yrs,18,255233,22.49814796447754,1,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,7.052379608154297 +1972,27,0,other external,21-24 yrs,80,255233,22.49814796447754,1,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,31.343910217285156 +1972,27,0,internal,21-24 yrs,76,255233,22.49814796447754,1,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,29.776714324951172 +1973,27,0.5863013863563538,MVA,15-17 yrs,89,241797,15.977551460266113,0,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,36.807735443115234 +1973,27,0.5863013863563538,suicide,15-17 yrs,20,241797,15.977551460266113,0,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,8.271401405334473 +1973,27,0.5863013863563538,homicide,15-17 yrs,3,241797,15.977551460266113,0,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,1.2407101392745972 +1973,27,0.5863013863563538,other external,15-17 yrs,59,241797,15.977551460266113,0,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,24.400632858276367 +1973,27,0.5863013863563538,internal,15-17 yrs,54,241797,15.977551460266113,0,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,22.332782745361328 +1973,27,0.5863013863563538,all,18-20 yrs,297,227035,18.98887825012207,0.5863013863563538,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,130.81683349609375 +1973,27,0.5863013863563538,MVA,18-20 yrs,151,227035,18.98887825012207,0.5863013863563538,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,66.50956726074219 +1973,27,0.5863013863563538,suicide,18-20 yrs,27,227035,18.98887825012207,0.5863013863563538,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,11.892439842224121 +1973,27,0.5863013863563538,homicide,18-20 yrs,6,227035,18.98887825012207,0.5863013863563538,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,2.6427643299102783 +1973,27,0.5863013863563538,other external,18-20 yrs,51,227035,18.98887825012207,0.5863013863563538,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,22.463497161865234 +1973,27,0.5863013863563538,internal,18-20 yrs,62,227035,18.98887825012207,0.5863013863563538,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,27.308565139770508 +1973,27,0.5863013863563538,all,21-24 yrs,312,263479,22.47348403930664,1,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,118.41551208496094 +1973,27,0.5863013863563538,MVA,21-24 yrs,122,263479,22.47348403930664,1,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,46.30350112915039 +1973,27,0.5863013863563538,suicide,21-24 yrs,47,263479,22.47348403930664,1,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,17.838233947753906 +1973,27,0.5863013863563538,homicide,21-24 yrs,16,263479,22.47348403930664,1,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,6.072590351104736 +1973,27,0.5863013863563538,other external,21-24 yrs,58,263479,22.47348403930664,1,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,22.013139724731445 +1973,27,0.5863013863563538,internal,21-24 yrs,69,263479,22.47348403930664,1,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,26.188045501708984 +1974,27,1,MVA,15-17 yrs,79,245763,15.988000869750977,0,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,32.14479064941406 +1974,27,1,suicide,15-17 yrs,20,245763,15.988000869750977,0,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,8.137921333312988 +1974,27,1,homicide,15-17 yrs,9,245763,15.988000869750977,0,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,3.662064790725708 +1974,27,1,other external,15-17 yrs,50,245763,15.988000869750977,0,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,20.344802856445312 +1974,27,1,internal,15-17 yrs,50,245763,15.988000869750977,0,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,20.344802856445312 +1974,27,1,all,18-20 yrs,294,229500,18.996557235717773,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,128.1045684814453 +1974,27,1,MVA,18-20 yrs,143,229500,18.996557235717773,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,62.30936813354492 +1974,27,1,suicide,18-20 yrs,41,229500,18.996557235717773,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,17.86492347717285 +1974,27,1,homicide,18-20 yrs,15,229500,18.996557235717773,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,6.535947799682617 +1974,27,1,other external,18-20 yrs,54,229500,18.996557235717773,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,23.52941131591797 +1974,27,1,internal,18-20 yrs,41,229500,18.996557235717773,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,17.86492347717285 +1974,27,1,all,21-24 yrs,331,271678,22.459047317504883,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,121.83541107177734 +1974,27,1,MVA,21-24 yrs,124,271678,22.459047317504883,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,45.642269134521484 +1974,27,1,suicide,21-24 yrs,40,271678,22.459047317504883,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,14.723312377929688 +1974,27,1,homicide,21-24 yrs,23,271678,22.459047317504883,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,8.465904235839844 +1974,27,1,other external,21-24 yrs,63,271678,22.459047317504883,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,23.18921661376953 +1974,27,1,internal,21-24 yrs,81,271678,22.459047317504883,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,29.814706802368164 +1975,27,1,MVA,15-17 yrs,101,248316,15.991132736206055,0,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,40.673980712890625 +1975,27,1,suicide,15-17 yrs,15,248316,15.991132736206055,0,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,6.040689945220947 +1975,27,1,homicide,15-17 yrs,10,248316,15.991132736206055,0,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,4.027126789093018 +1975,27,1,other external,15-17 yrs,47,248316,15.991132736206055,0,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,18.9274959564209 +1975,27,1,internal,15-17 yrs,49,248316,15.991132736206055,0,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,19.732921600341797 +1975,27,1,all,18-20 yrs,295,233598,18.98580551147461,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,126.28532409667969 +1975,27,1,MVA,18-20 yrs,132,233598,18.98580551147461,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,56.50733184814453 +1975,27,1,suicide,18-20 yrs,36,233598,18.98580551147461,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,15.411090850830078 +1975,27,1,homicide,18-20 yrs,15,233598,18.98580551147461,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,6.421288013458252 +1975,27,1,other external,18-20 yrs,50,233598,18.98580551147461,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,21.404293060302734 +1975,27,1,internal,18-20 yrs,62,233598,18.98580551147461,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,26.541322708129883 +1975,27,1,all,21-24 yrs,313,282806,22.473215103149414,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,110.67657470703125 +1975,27,1,MVA,21-24 yrs,101,282806,22.473215103149414,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,35.71352767944336 +1975,27,1,suicide,21-24 yrs,52,282806,22.473215103149414,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,18.387163162231445 +1975,27,1,homicide,21-24 yrs,17,282806,22.473215103149414,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,6.01118803024292 +1975,27,1,other external,21-24 yrs,64,282806,22.473215103149414,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,22.630353927612305 +1975,27,1,internal,21-24 yrs,79,282806,22.473215103149414,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,27.934343338012695 +1976,27,0.9809041023254395,MVA,15-17 yrs,67,251287,15.988956451416016,0,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,26.66274070739746 +1976,27,0.9809041023254395,suicide,15-17 yrs,18,251287,15.988956451416016,0,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,7.163124084472656 +1976,27,0.9809041023254395,homicide,15-17 yrs,9,251287,15.988956451416016,0,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,3.581562042236328 +1976,27,0.9809041023254395,other external,15-17 yrs,41,251287,15.988956451416016,0,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,16.31600570678711 +1976,27,0.9809041023254395,internal,15-17 yrs,54,251287,15.988956451416016,0,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,21.48937225341797 +1976,27,0.9809041023254395,all,18-20 yrs,299,238407,18.98313331604004,0.9809041023254395,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,125.41577911376953 +1976,27,0.9809041023254395,MVA,18-20 yrs,149,238407,18.98313331604004,0.9809041023254395,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,62.498165130615234 +1976,27,0.9809041023254395,suicide,18-20 yrs,34,238407,18.98313331604004,0.9809041023254395,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,14.26132583618164 +1976,27,0.9809041023254395,homicide,18-20 yrs,8,238407,18.98313331604004,0.9809041023254395,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,3.3556060791015625 +1976,27,0.9809041023254395,other external,18-20 yrs,46,238407,18.98313331604004,0.9809041023254395,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,19.294734954833984 +1976,27,0.9809041023254395,internal,18-20 yrs,62,238407,18.98313331604004,0.9809041023254395,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,26.00594711303711 +1976,27,0.9809041023254395,all,21-24 yrs,301,291387,22.489572525024414,1,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,103.2990493774414 +1976,27,0.9809041023254395,MVA,21-24 yrs,116,291387,22.489572525024414,1,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,39.809600830078125 +1976,27,0.9809041023254395,suicide,21-24 yrs,36,291387,22.489572525024414,1,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,12.354703903198242 +1976,27,0.9809041023254395,homicide,21-24 yrs,13,291387,22.489572525024414,1,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,4.46142053604126 +1976,27,0.9809041023254395,other external,21-24 yrs,61,291387,22.489572525024414,1,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,20.934358596801758 +1976,27,0.9809041023254395,internal,21-24 yrs,75,291387,22.489572525024414,1,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,25.73896598815918 +1977,27,0.7397071719169617,MVA,15-17 yrs,90,250294,16.00098991394043,0,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,35.95771408081055 +1977,27,0.7397071719169617,suicide,15-17 yrs,21,250294,16.00098991394043,0,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,8.390132904052734 +1977,27,0.7397071719169617,homicide,15-17 yrs,7,250294,16.00098991394043,0,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,2.796710968017578 +1977,27,0.7397071719169617,other external,15-17 yrs,28,250294,16.00098991394043,0,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,11.186843872070312 +1977,27,0.7397071719169617,internal,15-17 yrs,53,250294,16.00098991394043,0,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,21.175098419189453 +1977,27,0.7397071719169617,all,18-20 yrs,290,243001,18.993757247924805,0.7397071719169617,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,119.34107208251953 +1977,27,0.7397071719169617,MVA,18-20 yrs,146,243001,18.993757247924805,0.7397071719169617,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,60.08205795288086 +1977,27,0.7397071719169617,suicide,18-20 yrs,35,243001,18.993757247924805,0.7397071719169617,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,14.40323257446289 +1977,27,0.7397071719169617,homicide,18-20 yrs,10,243001,18.993757247924805,0.7397071719169617,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,4.115209579467773 +1977,27,0.7397071719169617,other external,18-20 yrs,52,243001,18.993757247924805,0.7397071719169617,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,21.399089813232422 +1977,27,0.7397071719169617,internal,18-20 yrs,47,243001,18.993757247924805,0.7397071719169617,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,19.34148406982422 +1977,27,0.7397071719169617,all,21-24 yrs,328,295554,22.499319076538086,1,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,110.97802734375 +1977,27,0.7397071719169617,MVA,21-24 yrs,107,295554,22.499319076538086,1,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,36.20319747924805 +1977,27,0.7397071719169617,suicide,21-24 yrs,61,295554,22.499319076538086,1,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,20.639205932617188 +1977,27,0.7397071719169617,homicide,21-24 yrs,11,295554,22.499319076538086,1,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,3.7218241691589355 +1977,27,0.7397071719169617,other external,21-24 yrs,67,295554,22.499319076538086,1,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,22.669292449951172 +1977,27,0.7397071719169617,internal,21-24 yrs,82,295554,22.499319076538086,1,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,27.7445068359375 +1978,27,0.6662825345993042,MVA,15-17 yrs,91,247492,16.01579475402832,0,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,36.768863677978516 +1978,27,0.6662825345993042,suicide,15-17 yrs,14,247492,16.01579475402832,0,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,5.656748294830322 +1978,27,0.6662825345993042,homicide,15-17 yrs,4,247492,16.01579475402832,0,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,1.6162137985229492 +1978,27,0.6662825345993042,other external,15-17 yrs,29,247492,16.01579475402832,0,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,11.717550277709961 +1978,27,0.6662825345993042,internal,15-17 yrs,30,247492,16.01579475402832,0,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,12.121603965759277 +1978,27,0.6662825345993042,all,18-20 yrs,331,244719,18.995166778564453,0.6662825345993042,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,135.25717163085938 +1978,27,0.6662825345993042,MVA,18-20 yrs,160,244719,18.995166778564453,0.6662825345993042,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,65.38111114501953 +1978,27,0.6662825345993042,suicide,18-20 yrs,35,244719,18.995166778564453,0.6662825345993042,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,14.302118301391602 +1978,27,0.6662825345993042,homicide,18-20 yrs,10,244719,18.995166778564453,0.6662825345993042,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,4.086319446563721 +1978,27,0.6662825345993042,other external,18-20 yrs,63,244719,18.995166778564453,0.6662825345993042,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,25.743812561035156 +1978,27,0.6662825345993042,internal,18-20 yrs,63,244719,18.995166778564453,0.6662825345993042,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,25.743812561035156 +1978,27,0.6662825345993042,all,21-24 yrs,327,300665,22.492910385131836,1,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,108.75891876220703 +1978,27,0.6662825345993042,MVA,21-24 yrs,140,300665,22.492910385131836,1,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,46.56344985961914 +1978,27,0.6662825345993042,suicide,21-24 yrs,51,300665,22.492910385131836,1,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,16.962400436401367 +1978,27,0.6662825345993042,homicide,21-24 yrs,10,300665,22.492910385131836,1,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,3.325960874557495 +1978,27,0.6662825345993042,other external,21-24 yrs,54,300665,22.492910385131836,1,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,17.960187911987305 +1978,27,0.6662825345993042,internal,21-24 yrs,72,300665,22.492910385131836,1,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,23.946918487548828 +1979,27,0.6642908453941345,MVA,15-17 yrs,84,240797,16.0185546875,0,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,34.8841552734375 +1979,27,0.6642908453941345,suicide,15-17 yrs,16,240797,16.0185546875,0,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,6.644600868225098 +1979,27,0.6642908453941345,homicide,15-17 yrs,1,240797,16.0185546875,0,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,0.4152875542640686 +1979,27,0.6642908453941345,other external,15-17 yrs,34,240797,16.0185546875,0,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,14.11977767944336 +1979,27,0.6642908453941345,internal,15-17 yrs,49,240797,16.0185546875,0,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,20.349090576171875 +1979,27,0.6642908453941345,all,18-20 yrs,327,247917,18.99242401123047,0.6642908453941345,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,131.89898681640625 +1979,27,0.6642908453941345,MVA,18-20 yrs,179,247917,18.99242401123047,0.6642908453941345,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,72.20158386230469 +1979,27,0.6642908453941345,suicide,18-20 yrs,37,247917,18.99242401123047,0.6642908453941345,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,14.924349784851074 +1979,27,0.6642908453941345,homicide,18-20 yrs,8,247917,18.99242401123047,0.6642908453941345,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,3.226886510848999 +1979,27,0.6642908453941345,other external,18-20 yrs,42,247917,18.99242401123047,0.6642908453941345,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,16.94115447998047 +1979,27,0.6642908453941345,internal,18-20 yrs,61,247917,18.99242401123047,0.6642908453941345,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,24.605009078979492 +1979,27,0.6642908453941345,all,21-24 yrs,304,306569,22.488435745239258,1,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,99.162017822265625 +1979,27,0.6642908453941345,MVA,21-24 yrs,121,306569,22.488435745239258,1,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,39.469093322753906 +1979,27,0.6642908453941345,suicide,21-24 yrs,46,306569,22.488435745239258,1,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,15.004778861999512 +1979,27,0.6642908453941345,homicide,21-24 yrs,18,306569,22.488435745239258,1,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,5.871435165405273 +1979,27,0.6642908453941345,other external,21-24 yrs,48,306569,22.488435745239258,1,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,15.657160758972168 +1979,27,0.6642908453941345,internal,21-24 yrs,71,306569,22.488435745239258,1,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,23.159549713134766 +1980,27,0.6759313941001892,MVA,15-17 yrs,62,232477,16.02994728088379,0,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,26.6693058013916 +1980,27,0.6759313941001892,suicide,15-17 yrs,17,232477,16.02994728088379,0,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,7.312551498413086 +1980,27,0.6759313941001892,homicide,15-17 yrs,3,232477,16.02994728088379,0,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,1.2904502153396606 +1980,27,0.6759313941001892,other external,15-17 yrs,22,232477,16.02994728088379,0,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,9.463301658630371 +1980,27,0.6759313941001892,internal,15-17 yrs,35,232477,16.02994728088379,0,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,15.055253028869629 +1980,27,0.6759313941001892,all,18-20 yrs,279,246670,19.00809669494629,0.6759313941001892,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,113.10658264160156 +1980,27,0.6759313941001892,MVA,18-20 yrs,147,246670,19.00809669494629,0.6759313941001892,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,59.593788146972656 +1980,27,0.6759313941001892,suicide,18-20 yrs,28,246670,19.00809669494629,0.6759313941001892,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,11.351198196411133 +1980,27,0.6759313941001892,homicide,18-20 yrs,8,246670,19.00809669494629,0.6759313941001892,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,3.243199348449707 +1980,27,0.6759313941001892,other external,18-20 yrs,39,246670,19.00809669494629,0.6759313941001892,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,15.81059741973877 +1980,27,0.6759313941001892,internal,18-20 yrs,57,246670,19.00809669494629,0.6759313941001892,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,23.10779571533203 +1980,27,0.6759313941001892,all,21-24 yrs,359,312719,22.486494064331055,1,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,114.79954528808594 +1980,27,0.6759313941001892,MVA,21-24 yrs,141,312719,22.486494064331055,1,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,45.088401794433594 +1980,27,0.6759313941001892,suicide,21-24 yrs,58,312719,22.486494064331055,1,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,18.5470027923584 +1980,27,0.6759313941001892,homicide,21-24 yrs,22,312719,22.486494064331055,1,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,7.035069942474365 +1980,27,0.6759313941001892,other external,21-24 yrs,53,312719,22.486494064331055,1,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,16.948122024536133 +1980,27,0.6759313941001892,internal,21-24 yrs,85,312719,22.486494064331055,1,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,27.180952072143555 +1981,27,0.6791439056396484,MVA,15-17 yrs,72,219983,16.038280487060547,0,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,32.729801177978516 +1981,27,0.6791439056396484,suicide,15-17 yrs,17,219983,16.038280487060547,0,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,7.727869987487793 +1981,27,0.6791439056396484,homicide,15-17 yrs,4,219983,16.038280487060547,0,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,1.8183223009109497 +1981,27,0.6791439056396484,other external,15-17 yrs,20,219983,16.038280487060547,0,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,9.091611862182617 +1981,27,0.6791439056396484,internal,15-17 yrs,32,219983,16.038280487060547,0,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,14.546578407287598 +1981,27,0.6791439056396484,all,18-20 yrs,240,243670,19.02106475830078,0.6791439056396484,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,98.493865966796875 +1981,27,0.6791439056396484,MVA,18-20 yrs,106,243670,19.02106475830078,0.6791439056396484,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,43.50145721435547 +1981,27,0.6791439056396484,suicide,18-20 yrs,37,243670,19.02106475830078,0.6791439056396484,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,15.184471130371094 +1981,27,0.6791439056396484,homicide,18-20 yrs,7,243670,19.02106475830078,0.6791439056396484,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,2.8727376461029053 +1981,27,0.6791439056396484,other external,18-20 yrs,42,243670,19.02106475830078,0.6791439056396484,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,17.236425399780273 +1981,27,0.6791439056396484,internal,18-20 yrs,48,243670,19.02106475830078,0.6791439056396484,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,19.698772430419922 +1981,27,0.6791439056396484,all,21-24 yrs,308,315904,22.497182846069336,1,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,97.49797058105469 +1981,27,0.6791439056396484,MVA,21-24 yrs,131,315904,22.497182846069336,1,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,41.46829605102539 +1981,27,0.6791439056396484,suicide,21-24 yrs,50,315904,22.497182846069336,1,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,15.827592849731445 +1981,27,0.6791439056396484,homicide,21-24 yrs,7,315904,22.497182846069336,1,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,2.215862989425659 +1981,27,0.6791439056396484,other external,21-24 yrs,49,315904,22.497182846069336,1,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,15.511041641235352 +1981,27,0.6791439056396484,internal,21-24 yrs,71,315904,22.497182846069336,1,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,22.475181579589844 +1982,27,0.6817948222160339,MVA,15-17 yrs,33,207840,16.033655166625977,0,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,15.87759780883789 +1982,27,0.6817948222160339,suicide,15-17 yrs,9,207840,16.033655166625977,0,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,4.330254077911377 +1982,27,0.6817948222160339,homicide,15-17 yrs,2,207840,16.033655166625977,0,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,0.9622786641120911 +1982,27,0.6817948222160339,other external,15-17 yrs,17,207840,16.033655166625977,0,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,8.17936897277832 +1982,27,0.6817948222160339,internal,15-17 yrs,35,207840,16.033655166625977,0,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,16.839876174926758 +1982,27,0.6817948222160339,all,18-20 yrs,191,235719,19.023550033569336,0.6817948222160339,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,81.02867889404297 +1982,27,0.6817948222160339,MVA,18-20 yrs,67,235719,19.023550033569336,0.6817948222160339,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,28.423673629760742 +1982,27,0.6817948222160339,suicide,18-20 yrs,46,235719,19.023550033569336,0.6817948222160339,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,19.514760971069336 +1982,27,0.6817948222160339,homicide,18-20 yrs,11,235719,19.023550033569336,0.6817948222160339,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,4.666573524475098 +1982,27,0.6817948222160339,other external,18-20 yrs,21,235719,19.023550033569336,0.6817948222160339,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,8.908912658691406 +1982,27,0.6817948222160339,internal,18-20 yrs,46,235719,19.023550033569336,0.6817948222160339,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,19.514760971069336 +1982,27,0.6817948222160339,all,21-24 yrs,282,316355,22.491178512573242,1,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,89.14036560058594 +1982,27,0.6817948222160339,MVA,21-24 yrs,98,316355,22.491178512573242,1,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,30.97785758972168 +1982,27,0.6817948222160339,suicide,21-24 yrs,52,316355,22.491178512573242,1,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,16.437231063842773 +1982,27,0.6817948222160339,homicide,21-24 yrs,12,316355,22.491178512573242,1,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,3.7932069301605225 +1982,27,0.6817948222160339,other external,21-24 yrs,59,316355,22.491178512573242,1,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,18.649934768676758 +1982,27,0.6817948222160339,internal,21-24 yrs,61,316355,22.491178512573242,1,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,19.282135009765625 +1983,27,0.6879870295524597,MVA,15-17 yrs,38,198494,16.019577026367188,0,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,19.144155502319336 +1983,27,0.6879870295524597,suicide,15-17 yrs,11,198494,16.019577026367188,0,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,5.54172945022583 +1983,27,0.6879870295524597,homicide,15-17 yrs,1,198494,16.019577026367188,0,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,0.5037935376167297 +1983,27,0.6879870295524597,other external,15-17 yrs,13,198494,16.019577026367188,0,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,6.54931640625 +1983,27,0.6879870295524597,internal,15-17 yrs,22,198494,16.019577026367188,0,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,11.08345890045166 +1983,27,0.6879870295524597,all,18-20 yrs,193,225481,19.035598754882812,0.6879870295524597,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,85.59479522705078 +1983,27,0.6879870295524597,MVA,18-20 yrs,76,225481,19.035598754882812,0.6879870295524597,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,33.70572280883789 +1983,27,0.6879870295524597,suicide,18-20 yrs,27,225481,19.035598754882812,0.6879870295524597,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,11.974401473999023 +1983,27,0.6879870295524597,homicide,18-20 yrs,5,225481,19.035598754882812,0.6879870295524597,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,2.217481851577759 +1983,27,0.6879870295524597,other external,18-20 yrs,37,225481,19.035598754882812,0.6879870295524597,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,16.409364700317383 +1983,27,0.6879870295524597,internal,18-20 yrs,48,225481,19.035598754882812,0.6879870295524597,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,21.287824630737305 +1983,27,0.6879870295524597,all,21-24 yrs,239,313902,22.50126075744629,1,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,76.13841247558594 +1983,27,0.6879870295524597,MVA,21-24 yrs,89,313902,22.50126075744629,1,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,28.352798461914062 +1983,27,0.6879870295524597,suicide,21-24 yrs,32,313902,22.50126075744629,1,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,10.19426441192627 +1983,27,0.6879870295524597,homicide,21-24 yrs,7,313902,22.50126075744629,1,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,2.2299952507019043 +1983,27,0.6879870295524597,other external,21-24 yrs,40,313902,22.50126075744629,1,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,12.742830276489258 +1983,27,0.6879870295524597,internal,21-24 yrs,71,313902,22.50126075744629,1,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,22.6185245513916 +1984,27,0.6908088326454163,MVA,15-17 yrs,49,194888,16.001266479492188,0,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,25.14264678955078 +1984,27,0.6908088326454163,suicide,15-17 yrs,16,194888,16.001266479492188,0,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,8.209843635559082 +1984,27,0.6908088326454163,homicide,15-17 yrs,1,194888,16.001266479492188,0,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,0.5131152272224426 +1984,27,0.6908088326454163,other external,15-17 yrs,18,194888,16.001266479492188,0,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,9.236074447631836 +1984,27,0.6908088326454163,internal,15-17 yrs,42,194888,16.001266479492188,0,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,21.550840377807617 +1984,27,0.6908088326454163,all,18-20 yrs,212,213651,19.04311180114746,0.6908088326454163,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,99.22724151611328 +1984,27,0.6908088326454163,MVA,18-20 yrs,97,213651,19.04311180114746,0.6908088326454163,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,45.401145935058594 +1984,27,0.6908088326454163,suicide,18-20 yrs,28,213651,19.04311180114746,0.6908088326454163,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,13.105484962463379 +1984,27,0.6908088326454163,homicide,18-20 yrs,3,213651,19.04311180114746,0.6908088326454163,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,1.4041590690612793 +1984,27,0.6908088326454163,other external,18-20 yrs,35,213651,19.04311180114746,0.6908088326454163,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,16.38185691833496 +1984,27,0.6908088326454163,internal,18-20 yrs,49,213651,19.04311180114746,0.6908088326454163,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,22.934598922729492 +1984,27,0.6908088326454163,all,21-24 yrs,247,310639,22.51847267150879,1,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,79.513519287109375 +1984,27,0.6908088326454163,MVA,21-24 yrs,82,310639,22.51847267150879,1,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,26.397201538085938 +1984,27,0.6908088326454163,suicide,21-24 yrs,49,310639,22.51847267150879,1,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,15.773937225341797 +1984,27,0.6908088326454163,homicide,21-24 yrs,5,310639,22.51847267150879,1,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,1.6095854043960571 +1984,27,0.6908088326454163,other external,21-24 yrs,54,310639,22.51847267150879,1,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,17.383522033691406 +1984,27,0.6908088326454163,internal,21-24 yrs,57,310639,22.51847267150879,1,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,18.349273681640625 +1985,27,0.6872035264968872,MVA,15-17 yrs,49,195264,15.99453067779541,0,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,25.09423065185547 +1985,27,0.6872035264968872,suicide,15-17 yrs,21,195264,15.99453067779541,0,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,10.754670143127441 +1985,27,0.6872035264968872,homicide,15-17 yrs,6,195264,15.99453067779541,0,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,3.072762966156006 +1985,27,0.6872035264968872,other external,15-17 yrs,9,195264,15.99453067779541,0,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,4.609144687652588 +1985,27,0.6872035264968872,internal,15-17 yrs,21,195264,15.99453067779541,0,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,10.754670143127441 +1985,27,0.6872035264968872,all,18-20 yrs,174,202384,19.037992477416992,0.6872035264968872,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,85.97517395019531 +1985,27,0.6872035264968872,MVA,18-20 yrs,80,202384,19.037992477416992,0.6872035264968872,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,39.52881622314453 +1985,27,0.6872035264968872,suicide,18-20 yrs,29,202384,19.037992477416992,0.6872035264968872,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,14.329195976257324 +1985,27,0.6872035264968872,homicide,18-20 yrs,3,202384,19.037992477416992,0.6872035264968872,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,1.482330560684204 +1985,27,0.6872035264968872,other external,18-20 yrs,23,202384,19.037992477416992,0.6872035264968872,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,11.364534378051758 +1985,27,0.6872035264968872,internal,18-20 yrs,39,202384,19.037992477416992,0.6872035264968872,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,19.27029800415039 +1985,27,0.6872035264968872,all,21-24 yrs,244,304949,22.538660049438477,1,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,80.01338195800781 +1985,27,0.6872035264968872,MVA,21-24 yrs,83,304949,22.538660049438477,1,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,27.217666625976562 +1985,27,0.6872035264968872,suicide,21-24 yrs,47,304949,22.538660049438477,1,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,15.412413597106934 +1985,27,0.6872035264968872,homicide,21-24 yrs,12,304949,22.538660049438477,1,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,3.935084342956543 +1985,27,0.6872035264968872,other external,21-24 yrs,31,304949,22.538660049438477,1,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,10.165634155273438 +1985,27,0.6872035264968872,internal,21-24 yrs,71,304949,22.538660049438477,1,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,23.282581329345703 +1986,27,0.6605846881866455,MVA,15-17 yrs,52,196636,16.000925064086914,0,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,26.444801330566406 +1986,27,0.6605846881866455,suicide,15-17 yrs,40,196636,16.000925064086914,0,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,20.34215545654297 +1986,27,0.6605846881866455,homicide,15-17 yrs,5,196636,16.000925064086914,0,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,2.542769432067871 +1986,27,0.6605846881866455,other external,15-17 yrs,18,196636,16.000925064086914,0,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,9.153969764709473 +1986,27,0.6605846881866455,internal,15-17 yrs,38,196636,16.000925064086914,0,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,19.32504653930664 +1986,27,0.6605846881866455,all,18-20 yrs,217,193983,19.02317237854004,0.6605846881866455,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,111.86547088623047 +1986,27,0.6605846881866455,MVA,18-20 yrs,91,193983,19.02317237854004,0.6605846881866455,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,46.91132736206055 +1986,27,0.6605846881866455,suicide,18-20 yrs,46,193983,19.02317237854004,0.6605846881866455,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,23.71341896057129 +1986,27,0.6605846881866455,homicide,18-20 yrs,11,193983,19.02317237854004,0.6605846881866455,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,5.670599937438965 +1986,27,0.6605846881866455,other external,18-20 yrs,35,193983,19.02317237854004,0.6605846881866455,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,18.042818069458008 +1986,27,0.6605846881866455,internal,18-20 yrs,34,193983,19.02317237854004,0.6605846881866455,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,17.52730941772461 +1986,27,0.6605846881866455,all,21-24 yrs,229,293327,22.552066802978516,1,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,78.06986999511719 +1986,27,0.6605846881866455,MVA,21-24 yrs,66,293327,22.552066802978516,1,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,22.500486373901367 +1986,27,0.6605846881866455,suicide,21-24 yrs,49,293327,22.552066802978516,1,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,16.704906463623047 +1986,27,0.6605846881866455,homicide,21-24 yrs,9,293327,22.552066802978516,1,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,3.0682480335235596 +1986,27,0.6605846881866455,other external,21-24 yrs,42,293327,22.552066802978516,1,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,14.318490982055664 +1986,27,0.6605846881866455,internal,21-24 yrs,63,293327,22.552066802978516,1,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,21.47773551940918 +1987,27,0.3895438313484192,MVA,15-17 yrs,57,190548,16.042593002319336,0,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,29.91372299194336 +1987,27,0.3895438313484192,suicide,15-17 yrs,33,190548,16.042593002319336,0,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,17.318470001220703 +1987,27,0.3895438313484192,homicide,15-17 yrs,1,190548,16.042593002319336,0,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,0.5248021483421326 +1987,27,0.3895438313484192,other external,15-17 yrs,9,190548,16.042593002319336,0,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,4.723219394683838 +1987,27,0.3895438313484192,internal,15-17 yrs,37,190548,16.042593002319336,0,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,19.417678833007812 +1987,27,0.3895438313484192,all,18-20 yrs,153,191425,19.002769470214844,0.3895438313484192,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,79.92686462402344 +1987,27,0.3895438313484192,MVA,18-20 yrs,62,191425,19.002769470214844,0.3895438313484192,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,32.38866424560547 +1987,27,0.3895438313484192,suicide,18-20 yrs,34,191425,19.002769470214844,0.3895438313484192,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,17.761526107788086 +1987,27,0.3895438313484192,homicide,18-20 yrs,10,191425,19.002769470214844,0.3895438313484192,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,5.223978042602539 +1987,27,0.3895438313484192,other external,18-20 yrs,21,191425,19.002769470214844,0.3895438313484192,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,10.970354080200195 +1987,27,0.3895438313484192,internal,18-20 yrs,26,191425,19.002769470214844,0.3895438313484192,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,13.582343101501465 +1987,27,0.3895438313484192,all,21-24 yrs,206,279979,22.568084716796875,1,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,73.57695007324219 +1987,27,0.3895438313484192,MVA,21-24 yrs,61,279979,22.568084716796875,1,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,21.7873477935791 +1987,27,0.3895438313484192,suicide,21-24 yrs,51,279979,22.568084716796875,1,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,18.215652465820312 +1987,27,0.3895438313484192,homicide,21-24 yrs,10,279979,22.568084716796875,1,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,3.5716965198516846 +1987,27,0.3895438313484192,other external,21-24 yrs,37,279979,22.568084716796875,1,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,13.215276718139648 +1987,27,0.3895438313484192,internal,21-24 yrs,47,279979,22.568084716796875,1,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,16.78697395324707 +1988,27,0.07282162457704544,MVA,15-17 yrs,45,182168,16.068025588989258,0,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,24.702472686767578 +1988,27,0.07282162457704544,suicide,15-17 yrs,37,182168,16.068025588989258,0,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,20.310922622680664 +1988,27,0.07282162457704544,homicide,15-17 yrs,6,182168,16.068025588989258,0,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,3.2936630249023438 +1988,27,0.07282162457704544,other external,15-17 yrs,18,182168,16.068025588989258,0,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,9.880989074707031 +1988,27,0.07282162457704544,internal,15-17 yrs,25,182168,16.068025588989258,0,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,13.72359561920166 +1988,27,0.07282162457704544,all,18-20 yrs,171,194090,18.99506378173828,0.07282162457704544,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,88.10345458984375 +1988,27,0.07282162457704544,MVA,18-20 yrs,90,194090,18.99506378173828,0.07282162457704544,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,46.3702392578125 +1988,27,0.07282162457704544,suicide,18-20 yrs,29,194090,18.99506378173828,0.07282162457704544,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,14.941521644592285 +1988,27,0.07282162457704544,homicide,18-20 yrs,10,194090,18.99506378173828,0.07282162457704544,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,5.152248859405518 +1988,27,0.07282162457704544,other external,18-20 yrs,17,194090,18.99506378173828,0.07282162457704544,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,8.75882339477539 +1988,27,0.07282162457704544,internal,18-20 yrs,25,194090,18.99506378173828,0.07282162457704544,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,12.880622863769531 +1988,27,0.07282162457704544,all,21-24 yrs,232,268400,22.56944465637207,1,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,86.43814849853516 +1988,27,0.07282162457704544,MVA,21-24 yrs,82,268400,22.56944465637207,1,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,30.551416397094727 +1988,27,0.07282162457704544,suicide,21-24 yrs,48,268400,22.56944465637207,1,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,17.88375473022461 +1988,27,0.07282162457704544,homicide,21-24 yrs,12,268400,22.56944465637207,1,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,4.470938682556152 +1988,27,0.07282162457704544,other external,21-24 yrs,31,268400,22.56944465637207,1,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,11.549925804138184 +1988,27,0.07282162457704544,internal,21-24 yrs,59,268400,22.56944465637207,1,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,21.98211669921875 +1989,27,0,MVA,15-17 yrs,32,172191,16.033613204956055,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,18.584014892578125 +1989,27,0,suicide,15-17 yrs,29,172191,16.033613204956055,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,16.84176254272461 +1989,27,0,homicide,15-17 yrs,7,172191,16.033613204956055,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,4.065253257751465 +1989,27,0,other external,15-17 yrs,6,172191,16.033613204956055,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,3.4845027923583984 +1989,27,0,internal,15-17 yrs,25,172191,16.033613204956055,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,14.518760681152344 +1989,27,0,all,18-20 yrs,190,196728,18.999832153320312,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,96.580047607421875 +1989,27,0,MVA,18-20 yrs,89,196728,18.999832153320312,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,45.24012756347656 +1989,27,0,suicide,18-20 yrs,40,196728,18.999832153320312,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,20.3326416015625 +1989,27,0,homicide,18-20 yrs,6,196728,18.999832153320312,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,3.049896240234375 +1989,27,0,other external,18-20 yrs,18,196728,18.999832153320312,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,9.149688720703125 +1989,27,0,internal,18-20 yrs,37,196728,18.999832153320312,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,18.807693481445312 +1989,27,0,all,21-24 yrs,196,256197,22.551427841186523,1,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,76.503631591796875 +1989,27,0,MVA,21-24 yrs,71,256197,22.551427841186523,1,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,27.713048934936523 +1989,27,0,suicide,21-24 yrs,38,256197,22.551427841186523,1,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,14.83233642578125 +1989,27,0,homicide,21-24 yrs,9,256197,22.551427841186523,1,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,3.5129218101501465 +1989,27,0,other external,21-24 yrs,30,256197,22.551427841186523,1,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,11.709738731384277 +1989,27,0,internal,21-24 yrs,48,256197,22.551427841186523,1,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,18.73558235168457 +1990,27,0,MVA,15-17 yrs,37,172104,15.993945121765137,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,21.498628616333008 +1990,27,0,suicide,15-17 yrs,14,172104,15.993945121765137,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,8.134615898132324 +1990,27,0,homicide,15-17 yrs,8,172104,15.993945121765137,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,4.648352146148682 +1990,27,0,other external,15-17 yrs,16,172104,15.993945121765137,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,9.296704292297363 +1990,27,0,internal,15-17 yrs,26,172104,15.993945121765137,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,15.107144355773926 +1990,27,0,all,18-20 yrs,188,192710,19.03853416442871,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,97.55591583251953 +1990,27,0,MVA,18-20 yrs,74,192710,19.03853416442871,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,38.3996696472168 +1990,27,0,suicide,18-20 yrs,45,192710,19.03853416442871,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,23.35114860534668 +1990,27,0,homicide,18-20 yrs,11,192710,19.03853416442871,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,5.708058834075928 +1990,27,0,other external,18-20 yrs,18,192710,19.03853416442871,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,9.340459823608398 +1990,27,0,internal,18-20 yrs,40,192710,19.03853416442871,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,20.756576538085938 +1990,27,0,all,21-24 yrs,216,249277,22.517696380615234,1,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,86.65059661865234 +1990,27,0,MVA,21-24 yrs,85,249277,22.517696380615234,1,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,34.09861373901367 +1990,27,0,suicide,21-24 yrs,47,249277,22.517696380615234,1,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,18.85452651977539 +1990,27,0,homicide,21-24 yrs,11,249277,22.517696380615234,1,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,4.412761688232422 +1990,27,0,other external,21-24 yrs,23,249277,22.517696380615234,1,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,9.226683616638184 +1990,27,0,internal,21-24 yrs,50,249277,22.517696380615234,1,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,20.058008193969727 +1991,27,0,MVA,15-17 yrs,33,174899,15.991480827331543,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,18.868032455444336 +1991,27,0,suicide,15-17 yrs,24,174899,15.991480827331543,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,13.72220516204834 +1991,27,0,homicide,15-17 yrs,5,174899,15.991480827331543,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,2.858792781829834 +1991,27,0,other external,15-17 yrs,7,174899,15.991480827331543,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,4.002309799194336 +1991,27,0,internal,15-17 yrs,29,174899,15.991480827331543,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,16.580997467041016 +1991,27,0,all,18-20 yrs,161,184108,19.05491828918457,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,87.44866943359375 +1991,27,0,MVA,18-20 yrs,80,184108,19.05491828918457,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,43.452754974365234 +1991,27,0,suicide,18-20 yrs,24,184108,19.05491828918457,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,13.035826683044434 +1991,27,0,homicide,18-20 yrs,15,184108,19.05491828918457,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,8.147391319274902 +1991,27,0,other external,18-20 yrs,19,184108,19.05491828918457,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,10.320029258728027 +1991,27,0,internal,18-20 yrs,23,184108,19.05491828918457,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,12.492667198181152 +1991,27,0,all,21-24 yrs,198,247247,22.485551834106445,1,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,80.08186340332031 +1991,27,0,MVA,21-24 yrs,62,247247,22.485551834106445,1,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,25.07613754272461 +1991,27,0,suicide,21-24 yrs,53,247247,22.485551834106445,1,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,21.436054229736328 +1991,27,0,homicide,21-24 yrs,16,247247,22.485551834106445,1,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,6.471261501312256 +1991,27,0,other external,21-24 yrs,23,247247,22.485551834106445,1,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,9.302438735961914 +1991,27,0,internal,21-24 yrs,44,247247,22.485551834106445,1,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,17.795969009399414 +1992,27,0,MVA,15-17 yrs,41,182234,15.985420227050781,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,22.498546600341797 +1992,27,0,suicide,15-17 yrs,21,182234,15.985420227050781,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,11.523645401000977 +1992,27,0,homicide,15-17 yrs,7,182234,15.985420227050781,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,3.841215133666992 +1992,27,0,other external,15-17 yrs,8,182234,15.985420227050781,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,4.389960289001465 +1992,27,0,internal,15-17 yrs,28,182234,15.985420227050781,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,15.364860534667969 +1992,27,0,all,18-20 yrs,142,175379,19.02821922302246,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,80.9675064086914 +1992,27,0,MVA,18-20 yrs,55,175379,19.02821922302246,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,31.360652923583984 +1992,27,0,suicide,18-20 yrs,29,175379,19.02821922302246,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,16.53561782836914 +1992,27,0,homicide,18-20 yrs,9,175379,19.02821922302246,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,5.131743431091309 +1992,27,0,other external,18-20 yrs,19,175379,19.02821922302246,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,10.833680152893066 +1992,27,0,internal,18-20 yrs,30,175379,19.02821922302246,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,17.105810165405273 +1992,27,0,all,21-24 yrs,201,247611,22.470136642456055,1,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,81.17571258544922 +1992,27,0,MVA,21-24 yrs,74,247611,22.470136642456055,1,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,29.88558578491211 +1992,27,0,suicide,21-24 yrs,44,247611,22.470136642456055,1,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,17.769807815551758 +1992,27,0,homicide,21-24 yrs,17,247611,22.470136642456055,1,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,6.865607738494873 +1992,27,0,other external,21-24 yrs,16,247611,22.470136642456055,1,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,6.4617486000061035 +1992,27,0,internal,21-24 yrs,50,247611,22.470136642456055,1,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,20.192964553833008 +1993,27,0,MVA,15-17 yrs,33,188627,15.974950790405273,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,17.494844436645508 +1993,27,0,suicide,15-17 yrs,18,188627,15.974950790405273,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,9.542642593383789 +1993,27,0,homicide,15-17 yrs,9,188627,15.974950790405273,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,4.7713212966918945 +1993,27,0,other external,15-17 yrs,9,188627,15.974950790405273,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,4.7713212966918945 +1993,27,0,internal,15-17 yrs,31,188627,15.974950790405273,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,16.434551239013672 +1993,27,0,all,18-20 yrs,127,175739,18.996084213256836,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,72.2662582397461 +1993,27,0,MVA,18-20 yrs,47,175739,18.996084213256836,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,26.744205474853516 +1993,27,0,suicide,18-20 yrs,29,175739,18.996084213256836,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,16.50174331665039 +1993,27,0,homicide,18-20 yrs,19,175739,18.996084213256836,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,10.811487197875977 +1993,27,0,other external,18-20 yrs,12,175739,18.996084213256836,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,6.82830810546875 +1993,27,0,internal,18-20 yrs,20,175739,18.996084213256836,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,11.380513191223145 +1993,27,0,all,21-24 yrs,186,245794,22.511493682861328,1,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,75.673126220703125 +1993,27,0,MVA,21-24 yrs,51,245794,22.511493682861328,1,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,20.749082565307617 +1993,27,0,suicide,21-24 yrs,48,245794,22.511493682861328,1,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,19.528549194335938 +1993,27,0,homicide,21-24 yrs,16,245794,22.511493682861328,1,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,6.50951623916626 +1993,27,0,other external,21-24 yrs,25,245794,22.511493682861328,1,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,10.17111873626709 +1993,27,0,internal,21-24 yrs,46,245794,22.511493682861328,1,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,18.714859008789062 +1994,27,0,MVA,15-17 yrs,42,198062,15.976456642150879,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,21.205480575561523 +1994,27,0,suicide,15-17 yrs,11,198062,15.976456642150879,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,5.553816318511963 +1994,27,0,homicide,15-17 yrs,8,198062,15.976456642150879,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,4.039139270782471 +1994,27,0,other external,15-17 yrs,6,198062,15.976456642150879,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,3.0293543338775635 +1994,27,0,internal,15-17 yrs,36,198062,15.976456642150879,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,18.17612648010254 +1994,27,0,all,18-20 yrs,161,178800,18.99422836303711,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,90.04474639892578 +1994,27,0,MVA,18-20 yrs,63,178800,18.99422836303711,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,35.23489761352539 +1994,27,0,suicide,18-20 yrs,24,178800,18.99422836303711,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,13.422819137573242 +1994,27,0,homicide,18-20 yrs,19,178800,18.99422836303711,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,10.626398086547852 +1994,27,0,other external,18-20 yrs,21,178800,18.99422836303711,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,11.744966506958008 +1994,27,0,internal,18-20 yrs,34,178800,18.99422836303711,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,19.01565933227539 +1994,27,0,all,21-24 yrs,210,240067,22.55109214782715,1,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,87.47557830810547 +1994,27,0,MVA,21-24 yrs,68,240067,22.55109214782715,1,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,28.32542610168457 +1994,27,0,suicide,21-24 yrs,46,240067,22.55109214782715,1,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,19.161317825317383 +1994,27,0,homicide,21-24 yrs,24,240067,22.55109214782715,1,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,9.997209548950195 +1994,27,0,other external,21-24 yrs,17,240067,22.55109214782715,1,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,7.081356525421143 +1994,27,0,internal,21-24 yrs,55,240067,22.55109214782715,1,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,22.91027069091797 +1995,27,0,MVA,15-17 yrs,41,207881,15.967453002929688,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,19.722822189331055 +1995,27,0,suicide,15-17 yrs,22,207881,15.967453002929688,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,10.582977294921875 +1995,27,0,homicide,15-17 yrs,15,207881,15.967453002929688,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,7.215666770935059 +1995,27,0,other external,15-17 yrs,16,207881,15.967453002929688,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,7.69671106338501 +1995,27,0,internal,15-17 yrs,25,207881,15.967453002929688,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,12.026110649108887 +1995,27,0,all,18-20 yrs,133,185398,18.991687774658203,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,71.73755645751953 +1995,27,0,MVA,18-20 yrs,52,185398,18.991687774658203,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,28.047767639160156 +1995,27,0,suicide,18-20 yrs,21,185398,18.991687774658203,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,11.326983451843262 +1995,27,0,homicide,18-20 yrs,19,185398,18.991687774658203,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,10.248222351074219 +1995,27,0,other external,18-20 yrs,9,185398,18.991687774658203,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,4.854421138763428 +1995,27,0,internal,18-20 yrs,32,185398,18.991687774658203,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,17.260164260864258 +1995,27,0,all,21-24 yrs,216,232084,22.54832649230957,1,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,93.06974792480469 +1995,27,0,MVA,21-24 yrs,78,232084,22.54832649230957,1,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,33.6085205078125 +1995,27,0,suicide,21-24 yrs,37,232084,22.54832649230957,1,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,15.942503929138184 +1995,27,0,homicide,21-24 yrs,25,232084,22.54832649230957,1,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,10.77196216583252 +1995,27,0,other external,21-24 yrs,27,232084,22.54832649230957,1,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,11.633718490600586 +1995,27,0,internal,21-24 yrs,49,232084,22.54832649230957,1,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,21.11304473876953 +1996,27,0,MVA,15-17 yrs,51,216304,15.981276512145996,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,23.577926635742188 +1996,27,0,suicide,15-17 yrs,17,216304,15.981276512145996,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,7.859309196472168 +1996,27,0,homicide,15-17 yrs,10,216304,15.981276512145996,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,4.6231231689453125 +1996,27,0,other external,15-17 yrs,18,216304,15.981276512145996,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,8.321621894836426 +1996,27,0,internal,15-17 yrs,30,216304,15.981276512145996,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,13.869369506835938 +1996,27,0,all,18-20 yrs,156,191310,18.98212242126465,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,81.54304504394531 +1996,27,0,MVA,18-20 yrs,59,191310,18.98212242126465,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,30.839998245239258 +1996,27,0,suicide,18-20 yrs,24,191310,18.98212242126465,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,12.545083999633789 +1996,27,0,homicide,18-20 yrs,20,191310,18.98212242126465,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,10.45423698425293 +1996,27,0,other external,18-20 yrs,21,191310,18.98212242126465,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,10.976948738098145 +1996,27,0,internal,18-20 yrs,32,191310,18.98212242126465,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,16.726778030395508 +1996,27,0,all,21-24 yrs,166,227014,22.491718292236328,1,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,73.12324523925781 +1996,27,0,MVA,21-24 yrs,57,227014,22.491718292236328,1,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,25.108583450317383 +1996,27,0,suicide,21-24 yrs,36,227014,22.491718292236328,1,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,15.858053207397461 +1996,27,0,homicide,21-24 yrs,17,227014,22.491718292236328,1,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,7.488524913787842 +1996,27,0,other external,21-24 yrs,17,227014,22.491718292236328,1,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,7.488524913787842 +1996,27,0,internal,21-24 yrs,39,227014,22.491718292236328,1,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,17.17955780029297 +1970,28,1,MVA,15-17 yrs,71,144157,15.969560623168945,0,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,49.25185775756836 +1970,28,1,suicide,15-17 yrs,4,144157,15.969560623168945,0,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,2.774752616882324 +1970,28,1,homicide,15-17 yrs,11,144157,15.969560623168945,0,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,7.6305694580078125 +1970,28,1,other external,15-17 yrs,39,144157,15.969560623168945,0,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,27.053836822509766 +1970,28,1,internal,15-17 yrs,46,144157,15.969560623168945,0,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,31.90965461730957 +1970,28,1,all,18-20 yrs,214,130240,18.963336944580078,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,164.31204223632812 +1970,28,1,MVA,18-20 yrs,105,130240,18.963336944580078,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,80.620391845703125 +1970,28,1,suicide,18-20 yrs,7,130240,18.963336944580078,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,5.374692916870117 +1970,28,1,homicide,18-20 yrs,15,130240,18.963336944580078,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,11.51719856262207 +1970,28,1,other external,18-20 yrs,38,130240,18.963336944580078,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,29.176904678344727 +1970,28,1,internal,18-20 yrs,49,130240,18.963336944580078,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,37.62284851074219 +1970,28,1,all,21-24 yrs,264,132203,22.382896423339844,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,199.69290161132812 +1970,28,1,MVA,21-24 yrs,108,132203,22.382896423339844,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,81.69255065917969 +1970,28,1,suicide,21-24 yrs,10,132203,22.382896423339844,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,7.564125061035156 +1970,28,1,homicide,21-24 yrs,31,132203,22.382896423339844,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,23.448787689208984 +1970,28,1,other external,21-24 yrs,53,132203,22.382896423339844,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,40.08986282348633 +1970,28,1,internal,21-24 yrs,62,132203,22.382896423339844,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,46.89757537841797 +1971,28,1,MVA,15-17 yrs,90,150427,15.984989166259766,0,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,59.82968521118164 +1971,28,1,suicide,15-17 yrs,8,150427,15.984989166259766,0,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,5.318194389343262 +1971,28,1,homicide,15-17 yrs,5,150427,15.984989166259766,0,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,3.323871374130249 +1971,28,1,other external,15-17 yrs,50,150427,15.984989166259766,0,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,33.238712310791016 +1971,28,1,internal,15-17 yrs,36,150427,15.984989166259766,0,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,23.931873321533203 +1971,28,1,all,18-20 yrs,221,133651,18.998571395874023,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,165.3560333251953 +1971,28,1,MVA,18-20 yrs,106,133651,18.998571395874023,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,79.31104278564453 +1971,28,1,suicide,18-20 yrs,12,133651,18.998571395874023,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,8.978608131408691 +1971,28,1,homicide,18-20 yrs,21,133651,18.998571395874023,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,15.712564468383789 +1971,28,1,other external,18-20 yrs,38,133651,18.998571395874023,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,28.432260513305664 +1971,28,1,internal,18-20 yrs,44,133651,18.998571395874023,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,32.921566009521484 +1971,28,1,all,21-24 yrs,296,151369,22.460491180419922,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,195.5486297607422 +1971,28,1,MVA,21-24 yrs,119,151369,22.460491180419922,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,78.61582946777344 +1971,28,1,suicide,21-24 yrs,12,151369,22.460491180419922,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,7.927647113800049 +1971,28,1,homicide,21-24 yrs,48,151369,22.460491180419922,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,31.710588455200195 +1971,28,1,other external,21-24 yrs,38,151369,22.460491180419922,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,25.104215621948242 +1971,28,1,internal,21-24 yrs,79,151369,22.460491180419922,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,52.19034194946289 +1972,28,1,MVA,15-17 yrs,78,154350,15.991551399230957,0,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,50.53450012207031 +1972,28,1,suicide,15-17 yrs,8,154350,15.991551399230957,0,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,5.183025360107422 +1972,28,1,homicide,15-17 yrs,10,154350,15.991551399230957,0,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,6.4787821769714355 +1972,28,1,other external,15-17 yrs,64,154350,15.991551399230957,0,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,41.464202880859375 +1972,28,1,internal,15-17 yrs,52,154350,15.991551399230957,0,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,33.689666748046875 +1972,28,1,all,18-20 yrs,224,136379,18.98509979248047,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,164.2481689453125 +1972,28,1,MVA,18-20 yrs,98,136379,18.98509979248047,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,71.85857391357422 +1972,28,1,suicide,18-20 yrs,16,136379,18.98509979248047,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,11.732011795043945 +1972,28,1,homicide,18-20 yrs,24,136379,18.98509979248047,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,17.5980167388916 +1972,28,1,other external,18-20 yrs,42,136379,18.98509979248047,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,30.79652976989746 +1972,28,1,internal,18-20 yrs,44,136379,18.98509979248047,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,32.263031005859375 +1972,28,1,all,21-24 yrs,322,159276,22.41996955871582,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,202.164794921875 +1972,28,1,MVA,21-24 yrs,108,159276,22.41996955871582,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,67.80682373046875 +1972,28,1,suicide,21-24 yrs,18,159276,22.41996955871582,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,11.301137924194336 +1972,28,1,homicide,21-24 yrs,64,159276,22.41996955871582,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,40.18182373046875 +1972,28,1,other external,21-24 yrs,68,159276,22.41996955871582,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,42.69318771362305 +1972,28,1,internal,21-24 yrs,64,159276,22.41996955871582,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,40.18182373046875 +1973,28,1,MVA,15-17 yrs,63,156561,15.995739936828613,0,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,40.239906311035156 +1973,28,1,suicide,15-17 yrs,7,156561,15.995739936828613,0,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,4.471100807189941 +1973,28,1,homicide,15-17 yrs,7,156561,15.995739936828613,0,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,4.471100807189941 +1973,28,1,other external,15-17 yrs,60,156561,15.995739936828613,0,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,38.3237190246582 +1973,28,1,internal,15-17 yrs,36,156561,15.995739936828613,0,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,22.994232177734375 +1973,28,1,all,18-20 yrs,252,141593,18.96112060546875,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,177.9748992919922 +1973,28,1,MVA,18-20 yrs,100,141593,18.96112060546875,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,70.62496185302734 +1973,28,1,suicide,18-20 yrs,12,141593,18.96112060546875,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,8.474995613098145 +1973,28,1,homicide,18-20 yrs,33,141593,18.96112060546875,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,23.306236267089844 +1973,28,1,other external,18-20 yrs,56,141593,18.96112060546875,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,39.54997634887695 +1973,28,1,internal,18-20 yrs,51,141593,18.96112060546875,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,36.01873016357422 +1973,28,1,all,21-24 yrs,283,167269,22.43941879272461,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,169.1885528564453 +1973,28,1,MVA,21-24 yrs,107,167269,22.43941879272461,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,63.968814849853516 +1973,28,1,suicide,21-24 yrs,17,167269,22.43941879272461,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,10.163269996643066 +1973,28,1,homicide,21-24 yrs,33,167269,22.43941879272461,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,19.728700637817383 +1973,28,1,other external,21-24 yrs,58,167269,22.43941879272461,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,34.674686431884766 +1973,28,1,internal,21-24 yrs,68,167269,22.43941879272461,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,40.653079986572266 +1974,28,1,MVA,15-17 yrs,53,158080,16.001726150512695,0,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,33.52732849121094 +1974,28,1,suicide,15-17 yrs,6,158080,16.001726150512695,0,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,3.795546531677246 +1974,28,1,homicide,15-17 yrs,14,158080,16.001726150512695,0,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,8.85627555847168 +1974,28,1,other external,15-17 yrs,45,158080,16.001726150512695,0,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,28.466598510742188 +1974,28,1,internal,15-17 yrs,47,158080,16.001726150512695,0,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,29.731781005859375 +1974,28,1,all,18-20 yrs,202,146051,18.972702026367188,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,138.30784606933594 +1974,28,1,MVA,18-20 yrs,70,146051,18.972702026367188,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,47.928462982177734 +1974,28,1,suicide,18-20 yrs,9,146051,18.972702026367188,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,6.162230968475342 +1974,28,1,homicide,18-20 yrs,21,146051,18.972702026367188,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,14.378539085388184 +1974,28,1,other external,18-20 yrs,54,146051,18.972702026367188,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,36.973384857177734 +1974,28,1,internal,18-20 yrs,48,146051,18.972702026367188,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,32.865230560302734 +1974,28,1,all,21-24 yrs,265,168343,22.48244285583496,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,157.4167022705078 +1974,28,1,MVA,21-24 yrs,78,168343,22.48244285583496,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,46.3339729309082 +1974,28,1,suicide,21-24 yrs,17,168343,22.48244285583496,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,10.098429679870605 +1974,28,1,homicide,21-24 yrs,47,168343,22.48244285583496,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,27.919189453125 +1974,28,1,other external,21-24 yrs,45,168343,22.48244285583496,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,26.731138229370117 +1974,28,1,internal,21-24 yrs,78,168343,22.48244285583496,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,46.3339729309082 +1975,28,1,MVA,15-17 yrs,53,158012,15.996943473815918,0,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,33.54175567626953 +1975,28,1,suicide,15-17 yrs,4,158012,15.996943473815918,0,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,2.5314533710479736 +1975,28,1,homicide,15-17 yrs,5,158012,15.996943473815918,0,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,3.1643166542053223 +1975,28,1,other external,15-17 yrs,47,158012,15.996943473815918,0,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,29.74457550048828 +1975,28,1,internal,15-17 yrs,29,158012,15.996943473815918,0,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,18.353036880493164 +1975,28,1,all,18-20 yrs,186,149862,18.979040145874023,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,124.11418151855469 +1975,28,1,MVA,18-20 yrs,63,149862,18.979040145874023,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,42.03867721557617 +1975,28,1,suicide,18-20 yrs,10,149862,18.979040145874023,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,6.6728057861328125 +1975,28,1,homicide,18-20 yrs,21,149862,18.979040145874023,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,14.01289176940918 +1975,28,1,other external,18-20 yrs,44,149862,18.979040145874023,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,29.36034393310547 +1975,28,1,internal,18-20 yrs,48,149862,18.979040145874023,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,32.02946853637695 +1975,28,1,all,21-24 yrs,214,169792,22.47975730895996,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,126.03656005859375 +1975,28,1,MVA,21-24 yrs,44,169792,22.47975730895996,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,25.914058685302734 +1975,28,1,suicide,21-24 yrs,19,169792,22.47975730895996,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,11.19016170501709 +1975,28,1,homicide,21-24 yrs,39,169792,22.47975730895996,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,22.969280242919922 +1975,28,1,other external,21-24 yrs,65,169792,22.47975730895996,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,38.282135009765625 +1975,28,1,internal,21-24 yrs,47,169792,22.47975730895996,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,27.680927276611328 +1976,28,1,MVA,15-17 yrs,57,158191,16.000696182250977,0,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,36.03239059448242 +1976,28,1,suicide,15-17 yrs,8,158191,16.000696182250977,0,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,5.057177543640137 +1976,28,1,homicide,15-17 yrs,8,158191,16.000696182250977,0,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,5.057177543640137 +1976,28,1,other external,15-17 yrs,38,158191,16.000696182250977,0,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,24.021595001220703 +1976,28,1,internal,15-17 yrs,32,158191,16.000696182250977,0,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,20.228710174560547 +1976,28,1,all,18-20 yrs,201,151995,18.983552932739258,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,132.24119567871094 +1976,28,1,MVA,18-20 yrs,80,151995,18.983552932739258,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,52.63330841064453 +1976,28,1,suicide,18-20 yrs,10,151995,18.983552932739258,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,6.579163551330566 +1976,28,1,homicide,18-20 yrs,21,151995,18.983552932739258,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,13.816244125366211 +1976,28,1,other external,18-20 yrs,48,151995,18.983552932739258,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,31.579986572265625 +1976,28,1,internal,18-20 yrs,42,151995,18.983552932739258,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,27.632488250732422 +1976,28,1,all,21-24 yrs,244,171905,22.445972442626953,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,141.93885803222656 +1976,28,1,MVA,21-24 yrs,73,171905,22.445972442626953,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,42.46531677246094 +1976,28,1,suicide,21-24 yrs,24,171905,22.445972442626953,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,13.961199760437012 +1976,28,1,homicide,21-24 yrs,38,171905,22.445972442626953,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,22.10523223876953 +1976,28,1,other external,21-24 yrs,47,171905,22.445972442626953,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,27.340682983398438 +1976,28,1,internal,21-24 yrs,62,171905,22.445972442626953,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,36.06643295288086 +1977,28,1,MVA,15-17 yrs,72,158052,16.003284454345703,0,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,45.55462646484375 +1977,28,1,suicide,15-17 yrs,7,158052,16.003284454345703,0,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,4.428922176361084 +1977,28,1,homicide,15-17 yrs,8,158052,16.003284454345703,0,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,5.0616254806518555 +1977,28,1,other external,15-17 yrs,46,158052,16.003284454345703,0,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,29.104345321655273 +1977,28,1,internal,15-17 yrs,30,158052,16.003284454345703,0,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,18.981094360351562 +1977,28,1,all,18-20 yrs,216,153372,18.990741729736328,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,140.83404541015625 +1977,28,1,MVA,18-20 yrs,81,153372,18.990741729736328,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,52.81277084350586 +1977,28,1,suicide,18-20 yrs,10,153372,18.990741729736328,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,6.520094871520996 +1977,28,1,homicide,18-20 yrs,30,153372,18.990741729736328,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,19.560285568237305 +1977,28,1,other external,18-20 yrs,50,153372,18.990741729736328,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,32.6004753112793 +1977,28,1,internal,18-20 yrs,45,153372,18.990741729736328,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,29.34042739868164 +1977,28,1,all,21-24 yrs,277,174503,22.426881790161133,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,158.7365264892578 +1977,28,1,MVA,21-24 yrs,86,174503,22.426881790161133,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,49.28282165527344 +1977,28,1,suicide,21-24 yrs,19,174503,22.426881790161133,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,10.888065338134766 +1977,28,1,homicide,21-24 yrs,51,174503,22.426881790161133,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,29.225858688354492 +1977,28,1,other external,21-24 yrs,58,174503,22.426881790161133,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,33.23725128173828 +1977,28,1,internal,21-24 yrs,63,174503,22.426881790161133,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,36.10253143310547 +1978,28,1,MVA,15-17 yrs,59,157386,15.998710632324219,0,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,37.487449645996094 +1978,28,1,suicide,15-17 yrs,9,157386,15.998710632324219,0,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,5.7184247970581055 +1978,28,1,homicide,15-17 yrs,9,157386,15.998710632324219,0,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,5.7184247970581055 +1978,28,1,other external,15-17 yrs,28,157386,15.998710632324219,0,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,17.7906551361084 +1978,28,1,internal,15-17 yrs,15,157386,15.998710632324219,0,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,9.530708312988281 +1978,28,1,all,18-20 yrs,228,154134,18.986194610595703,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,147.92323303222656 +1978,28,1,MVA,18-20 yrs,112,154134,18.986194610595703,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,72.66404724121094 +1978,28,1,suicide,18-20 yrs,15,154134,18.986194610595703,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,9.731791496276855 +1978,28,1,homicide,18-20 yrs,24,154134,18.986194610595703,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,15.570866584777832 +1978,28,1,other external,18-20 yrs,46,154134,18.986194610595703,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,29.844161987304688 +1978,28,1,internal,18-20 yrs,31,154134,18.986194610595703,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,20.112369537353516 +1978,28,1,all,21-24 yrs,298,179531,22.439149856567383,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,165.98805236816406 +1978,28,1,MVA,21-24 yrs,125,179531,22.439149856567383,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,69.62586212158203 +1978,28,1,suicide,21-24 yrs,25,179531,22.439149856567383,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,13.925171852111816 +1978,28,1,homicide,21-24 yrs,39,179531,22.439149856567383,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,21.723268508911133 +1978,28,1,other external,21-24 yrs,55,179531,22.439149856567383,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,30.635377883911133 +1978,28,1,internal,21-24 yrs,54,179531,22.439149856567383,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,30.078371047973633 +1979,28,1,MVA,15-17 yrs,65,156305,16.000965118408203,0,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,41.58536148071289 +1979,28,1,suicide,15-17 yrs,4,156305,16.000965118408203,0,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,2.5590991973876953 +1979,28,1,homicide,15-17 yrs,12,156305,16.000965118408203,0,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,7.677297592163086 +1979,28,1,other external,15-17 yrs,35,156305,16.000965118408203,0,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,22.392118453979492 +1979,28,1,internal,15-17 yrs,36,156305,16.000965118408203,0,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,23.031892776489258 +1979,28,1,all,18-20 yrs,201,153684,18.989933013916016,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,130.78785705566406 +1979,28,1,MVA,18-20 yrs,84,153684,18.989933013916016,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,54.65760803222656 +1979,28,1,suicide,18-20 yrs,15,153684,18.989933013916016,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,9.760287284851074 +1979,28,1,homicide,18-20 yrs,24,153684,18.989933013916016,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,15.616459846496582 +1979,28,1,other external,18-20 yrs,42,153684,18.989933013916016,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,27.32880401611328 +1979,28,1,internal,18-20 yrs,36,153684,18.989933013916016,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,23.42469024658203 +1979,28,1,all,21-24 yrs,299,181296,22.453182220458984,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,164.9236602783203 +1979,28,1,MVA,21-24 yrs,103,181296,22.453182220458984,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,56.813167572021484 +1979,28,1,suicide,21-24 yrs,22,181296,22.453182220458984,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,12.134851455688477 +1979,28,1,homicide,21-24 yrs,48,181296,22.453182220458984,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,26.47603988647461 +1979,28,1,other external,21-24 yrs,61,181296,22.453182220458984,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,33.64663314819336 +1979,28,1,internal,21-24 yrs,65,181296,22.453182220458984,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,35.852970123291016 +1980,28,1,MVA,15-17 yrs,55,152545,16.013301849365234,0,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,36.054935455322266 +1980,28,1,suicide,15-17 yrs,6,152545,16.013301849365234,0,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,3.9332656860351562 +1980,28,1,homicide,15-17 yrs,8,152545,16.013301849365234,0,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,5.244354248046875 +1980,28,1,other external,15-17 yrs,39,152545,16.013301849365234,0,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,25.566226959228516 +1980,28,1,internal,15-17 yrs,23,152545,16.013301849365234,0,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,15.077518463134766 +1980,28,1,all,18-20 yrs,230,156958,18.994558334350586,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,146.5360107421875 +1980,28,1,MVA,18-20 yrs,100,156958,18.994558334350586,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,63.71131134033203 +1980,28,1,suicide,18-20 yrs,13,156958,18.994558334350586,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,8.282470703125 +1980,28,1,homicide,18-20 yrs,23,156958,18.994558334350586,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,14.65360164642334 +1980,28,1,other external,18-20 yrs,48,156958,18.994558334350586,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,30.58142852783203 +1980,28,1,internal,18-20 yrs,46,156958,18.994558334350586,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,29.30720329284668 +1980,28,1,all,21-24 yrs,307,183660,22.46027946472168,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,167.15670776367188 +1980,28,1,MVA,21-24 yrs,109,183660,22.46027946472168,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,59.34879684448242 +1980,28,1,suicide,21-24 yrs,32,183660,22.46027946472168,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,17.423500061035156 +1980,28,1,homicide,21-24 yrs,54,183660,22.46027946472168,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,29.402156829833984 +1980,28,1,other external,21-24 yrs,58,183660,22.46027946472168,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,31.580093383789062 +1980,28,1,internal,21-24 yrs,54,183660,22.46027946472168,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,29.402156829833984 +1981,28,1,MVA,15-17 yrs,50,146507,16.03266716003418,0,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,34.1280632019043 +1981,28,1,suicide,15-17 yrs,6,146507,16.03266716003418,0,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,4.095367431640625 +1981,28,1,homicide,15-17 yrs,3,146507,16.03266716003418,0,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,2.0476837158203125 +1981,28,1,other external,15-17 yrs,36,146507,16.03266716003418,0,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,24.57220458984375 +1981,28,1,internal,15-17 yrs,31,146507,16.03266716003418,0,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,21.159399032592773 +1981,28,1,all,18-20 yrs,215,158356,19.011201858520508,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,135.77003479003906 +1981,28,1,MVA,18-20 yrs,93,158356,19.011201858520508,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,58.72843551635742 +1981,28,1,suicide,18-20 yrs,15,158356,19.011201858520508,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,9.472328186035156 +1981,28,1,homicide,18-20 yrs,21,158356,19.011201858520508,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,13.261259078979492 +1981,28,1,other external,18-20 yrs,48,158356,19.011201858520508,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,30.311450958251953 +1981,28,1,internal,18-20 yrs,38,158356,19.011201858520508,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,23.996564865112305 +1981,28,1,all,21-24 yrs,286,187518,22.459043502807617,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,152.51869201660156 +1981,28,1,MVA,21-24 yrs,114,187518,22.459043502807617,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,60.79416275024414 +1981,28,1,suicide,21-24 yrs,34,187518,22.459043502807617,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,18.131591796875 +1981,28,1,homicide,21-24 yrs,38,187518,22.459043502807617,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,20.264720916748047 +1981,28,1,other external,21-24 yrs,44,187518,22.459043502807617,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,23.464414596557617 +1981,28,1,internal,21-24 yrs,56,187518,22.459043502807617,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,29.863800048828125 +1982,28,1,MVA,15-17 yrs,48,140521,16.033077239990234,0,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,34.15859603881836 +1982,28,1,suicide,15-17 yrs,6,140521,16.033077239990234,0,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,4.269824504852295 +1982,28,1,homicide,15-17 yrs,11,140521,16.033077239990234,0,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,7.828011512756348 +1982,28,1,other external,15-17 yrs,28,140521,16.033077239990234,0,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,19.92584800720215 +1982,28,1,internal,15-17 yrs,25,140521,16.033077239990234,0,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,17.790935516357422 +1982,28,1,all,18-20 yrs,195,157378,19.015657424926758,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,123.90550231933594 +1982,28,1,MVA,18-20 yrs,84,157378,19.015657424926758,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,53.37467575073242 +1982,28,1,suicide,18-20 yrs,13,157378,19.015657424926758,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,8.260366439819336 +1982,28,1,homicide,18-20 yrs,29,157378,19.015657424926758,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,18.426971435546875 +1982,28,1,other external,18-20 yrs,39,157378,19.015657424926758,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,24.78110122680664 +1982,28,1,internal,18-20 yrs,30,157378,19.015657424926758,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,19.06238555908203 +1982,28,1,all,21-24 yrs,282,191115,22.444690704345703,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,147.5551300048828 +1982,28,1,MVA,21-24 yrs,109,191115,22.444690704345703,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,57.033721923828125 +1982,28,1,suicide,21-24 yrs,22,191115,22.444690704345703,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,11.511393547058105 +1982,28,1,homicide,21-24 yrs,62,191115,22.444690704345703,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,32.441200256347656 +1982,28,1,other external,21-24 yrs,46,191115,22.444690704345703,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,24.069276809692383 +1982,28,1,internal,21-24 yrs,43,191115,22.444690704345703,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,22.499542236328125 +1983,28,1,MVA,15-17 yrs,45,135098,16.014301300048828,0,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,33.30915451049805 +1983,28,1,suicide,15-17 yrs,9,135098,16.014301300048828,0,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,6.661830902099609 +1983,28,1,homicide,15-17 yrs,6,135098,16.014301300048828,0,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,4.441220283508301 +1983,28,1,other external,15-17 yrs,33,135098,16.014301300048828,0,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,24.426712036132812 +1983,28,1,internal,15-17 yrs,21,135098,16.014301300048828,0,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,15.544271469116211 +1983,28,1,all,18-20 yrs,192,154465,19.016132354736328,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,124.30000305175781 +1983,28,1,MVA,18-20 yrs,81,154465,19.016132354736328,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,52.439064025878906 +1983,28,1,suicide,18-20 yrs,21,154465,19.016132354736328,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,13.59531307220459 +1983,28,1,homicide,18-20 yrs,21,154465,19.016132354736328,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,13.59531307220459 +1983,28,1,other external,18-20 yrs,30,154465,19.016132354736328,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,19.421875 +1983,28,1,internal,18-20 yrs,39,154465,19.016132354736328,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,25.248437881469727 +1983,28,1,all,21-24 yrs,251,193476,22.448314666748047,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,129.7318572998047 +1983,28,1,MVA,21-24 yrs,95,193476,22.448314666748047,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,49.1016960144043 +1983,28,1,suicide,21-24 yrs,22,193476,22.448314666748047,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,11.370919227600098 +1983,28,1,homicide,21-24 yrs,33,193476,22.448314666748047,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,17.056379318237305 +1983,28,1,other external,21-24 yrs,53,193476,22.448314666748047,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,27.393579483032227 +1983,28,1,internal,21-24 yrs,48,193476,22.448314666748047,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,24.80927848815918 +1984,28,1,MVA,15-17 yrs,39,134358,15.996278762817383,0,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,29.026927947998047 +1984,28,1,suicide,15-17 yrs,6,134358,15.996278762817383,0,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,4.465681076049805 +1984,28,1,homicide,15-17 yrs,3,134358,15.996278762817383,0,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,2.2328405380249023 +1984,28,1,other external,15-17 yrs,27,134358,15.996278762817383,0,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,20.095565795898438 +1984,28,1,internal,15-17 yrs,28,134358,15.996278762817383,0,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,20.839845657348633 +1984,28,1,all,18-20 yrs,177,149171,19.032981872558594,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,118.65576934814453 +1984,28,1,MVA,18-20 yrs,82,149171,19.032981872558594,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,54.9704704284668 +1984,28,1,suicide,18-20 yrs,10,149171,19.032981872558594,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,6.703715801239014 +1984,28,1,homicide,18-20 yrs,21,149171,19.032981872558594,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,14.077803611755371 +1984,28,1,other external,18-20 yrs,27,149171,19.032981872558594,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,18.100032806396484 +1984,28,1,internal,18-20 yrs,37,149171,19.032981872558594,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,24.803749084472656 +1984,28,1,all,21-24 yrs,226,193359,22.466676712036133,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,116.88103485107422 +1984,28,1,MVA,21-24 yrs,75,193359,22.466676712036133,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,38.7879524230957 +1984,28,1,suicide,21-24 yrs,30,193359,22.466676712036133,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,15.515181541442871 +1984,28,1,homicide,21-24 yrs,35,193359,22.466676712036133,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,18.101045608520508 +1984,28,1,other external,21-24 yrs,37,193359,22.466676712036133,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,19.135391235351562 +1984,28,1,internal,21-24 yrs,49,193359,22.466676712036133,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,25.341463088989258 +1985,28,1,MVA,15-17 yrs,37,136521,15.978340148925781,0,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,27.10205841064453 +1985,28,1,suicide,15-17 yrs,8,136521,15.978340148925781,0,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,5.8599042892456055 +1985,28,1,homicide,15-17 yrs,8,136521,15.978340148925781,0,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,5.8599042892456055 +1985,28,1,other external,15-17 yrs,21,136521,15.978340148925781,0,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,15.382248878479004 +1985,28,1,internal,15-17 yrs,22,136521,15.978340148925781,0,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,16.114736557006836 +1985,28,1,all,18-20 yrs,170,143099,19.02985382080078,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,118.79887390136719 +1985,28,1,MVA,18-20 yrs,70,143099,19.02985382080078,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,48.91718292236328 +1985,28,1,suicide,18-20 yrs,15,143099,19.02985382080078,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,10.482253074645996 +1985,28,1,homicide,18-20 yrs,21,143099,19.02985382080078,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,14.675154685974121 +1985,28,1,other external,18-20 yrs,34,143099,19.02985382080078,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,23.759775161743164 +1985,28,1,internal,18-20 yrs,30,143099,19.02985382080078,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,20.964506149291992 +1985,28,1,all,21-24 yrs,248,190409,22.48297691345215,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,130.24594116210938 +1985,28,1,MVA,21-24 yrs,102,190409,22.48297691345215,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,53.56889724731445 +1985,28,1,suicide,21-24 yrs,29,190409,22.48297691345215,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,15.230372428894043 +1985,28,1,homicide,21-24 yrs,29,190409,22.48297691345215,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,15.230372428894043 +1985,28,1,other external,21-24 yrs,32,190409,22.48297691345215,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,16.80592918395996 +1985,28,1,internal,21-24 yrs,56,190409,22.48297691345215,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,29.41037368774414 +1986,28,0.7479451894760132,MVA,15-17 yrs,53,139776,15.978350639343262,0,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,37.91781234741211 +1986,28,0.7479451894760132,suicide,15-17 yrs,9,139776,15.978350639343262,0,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,6.438873767852783 +1986,28,0.7479451894760132,homicide,15-17 yrs,11,139776,15.978350639343262,0,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,7.869734287261963 +1986,28,0.7479451894760132,other external,15-17 yrs,20,139776,15.978350639343262,0,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,14.308608055114746 +1986,28,0.7479451894760132,internal,15-17 yrs,28,139776,15.978350639343262,0,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,20.03205108642578 +1986,28,0.7479451894760132,all,18-20 yrs,173,138016,19.011201858520508,0.7479451894760132,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,125.34778594970703 +1986,28,0.7479451894760132,MVA,18-20 yrs,82,138016,19.011201858520508,0.7479451894760132,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,59.41340255737305 +1986,28,0.7479451894760132,suicide,18-20 yrs,14,138016,19.011201858520508,0.7479451894760132,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,10.14375114440918 +1986,28,0.7479451894760132,homicide,18-20 yrs,25,138016,19.011201858520508,0.7479451894760132,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,18.113842010498047 +1986,28,0.7479451894760132,other external,18-20 yrs,25,138016,19.011201858520508,0.7479451894760132,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,18.113842010498047 +1986,28,0.7479451894760132,internal,18-20 yrs,27,138016,19.011201858520508,0.7479451894760132,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,19.562950134277344 +1986,28,0.7479451894760132,all,21-24 yrs,257,185440,22.487558364868164,1,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,138.58929443359375 +1986,28,0.7479451894760132,MVA,21-24 yrs,94,185440,22.487558364868164,1,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,50.690250396728516 +1986,28,0.7479451894760132,suicide,21-24 yrs,32,185440,22.487558364868164,1,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,17.256256103515625 +1986,28,0.7479451894760132,homicide,21-24 yrs,41,185440,22.487558364868164,1,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,22.109577178955078 +1986,28,0.7479451894760132,other external,21-24 yrs,36,185440,22.487558364868164,1,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,19.413288116455078 +1986,28,0.7479451894760132,internal,21-24 yrs,54,185440,22.487558364868164,1,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,29.119930267333984 +1987,28,0,MVA,15-17 yrs,52,139023,16.006855010986328,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,37.40388107299805 +1987,28,0,suicide,15-17 yrs,11,139023,16.006855010986328,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,7.912359714508057 +1987,28,0,homicide,15-17 yrs,4,139023,16.006855010986328,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,2.8772218227386475 +1987,28,0,other external,15-17 yrs,15,139023,16.006855010986328,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,10.789581298828125 +1987,28,0,internal,15-17 yrs,22,139023,16.006855010986328,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,15.824719429016113 +1987,28,0,all,18-20 yrs,158,136863,18.99264144897461,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,115.44390869140625 +1987,28,0,MVA,18-20 yrs,82,136863,18.99264144897461,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,59.9139289855957 +1987,28,0,suicide,18-20 yrs,7,136863,18.99264144897461,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,5.114603519439697 +1987,28,0,homicide,18-20 yrs,21,136863,18.99264144897461,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,15.34381103515625 +1987,28,0,other external,18-20 yrs,20,136863,18.99264144897461,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,14.613153457641602 +1987,28,0,internal,18-20 yrs,28,136863,18.99264144897461,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,20.45841407775879 +1987,28,0,all,21-24 yrs,234,176076,22.500869750976562,1,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,132.89715576171875 +1987,28,0,MVA,21-24 yrs,98,176076,22.500869750976562,1,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,55.65778350830078 +1987,28,0,suicide,21-24 yrs,17,176076,22.500869750976562,1,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,9.654921531677246 +1987,28,0,homicide,21-24 yrs,33,176076,22.500869750976562,1,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,18.741907119750977 +1987,28,0,other external,21-24 yrs,38,176076,22.500869750976562,1,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,21.58159065246582 +1987,28,0,internal,21-24 yrs,48,176076,22.500869750976562,1,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,27.260955810546875 +1988,28,0,MVA,15-17 yrs,53,134918,16.030752182006836,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,39.283119201660156 +1988,28,0,suicide,15-17 yrs,17,134918,16.030752182006836,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,12.60024642944336 +1988,28,0,homicide,15-17 yrs,7,134918,16.030752182006836,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,5.1883368492126465 +1988,28,0,other external,15-17 yrs,17,134918,16.030752182006836,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,12.60024642944336 +1988,28,0,internal,15-17 yrs,25,134918,16.030752182006836,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,18.529773712158203 +1988,28,0,all,18-20 yrs,155,138218,18.973628997802734,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,112.14168548583984 +1988,28,0,MVA,18-20 yrs,74,138218,18.973628997802734,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,53.538612365722656 +1988,28,0,suicide,18-20 yrs,15,138218,18.973628997802734,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,10.852421760559082 +1988,28,0,homicide,18-20 yrs,18,138218,18.973628997802734,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,13.022906303405762 +1988,28,0,other external,18-20 yrs,18,138218,18.973628997802734,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,13.022906303405762 +1988,28,0,internal,18-20 yrs,30,138218,18.973628997802734,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,21.704843521118164 +1988,28,0,all,21-24 yrs,215,166599,22.50385093688965,1,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,129.05239868164062 +1988,28,0,MVA,21-24 yrs,91,166599,22.50385093688965,1,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,54.62217712402344 +1988,28,0,suicide,21-24 yrs,13,166599,22.50385093688965,1,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,7.803168296813965 +1988,28,0,homicide,21-24 yrs,26,166599,22.50385093688965,1,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,15.60633659362793 +1988,28,0,other external,21-24 yrs,37,166599,22.50385093688965,1,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,22.209016799926758 +1988,28,0,internal,21-24 yrs,48,166599,22.50385093688965,1,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,28.811697006225586 +1989,28,0,MVA,15-17 yrs,43,128488,16.027753829956055,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,33.46615982055664 +1989,28,0,suicide,15-17 yrs,8,128488,16.027753829956055,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,6.22626256942749 +1989,28,0,homicide,15-17 yrs,7,128488,16.027753829956055,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,5.44797945022583 +1989,28,0,other external,15-17 yrs,20,128488,16.027753829956055,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,15.565655708312988 +1989,28,0,internal,15-17 yrs,28,128488,16.027753829956055,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,21.79191780090332 +1989,28,0,all,18-20 yrs,168,141493,18.971786499023438,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,118.7337875366211 +1989,28,0,MVA,18-20 yrs,88,141493,18.971786499023438,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,62.19388961791992 +1989,28,0,suicide,18-20 yrs,19,141493,18.971786499023438,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,13.428226470947266 +1989,28,0,homicide,18-20 yrs,20,141493,18.971786499023438,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,14.134974479675293 +1989,28,0,other external,18-20 yrs,20,141493,18.971786499023438,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,14.134974479675293 +1989,28,0,internal,18-20 yrs,21,141493,18.971786499023438,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,14.841723442077637 +1989,28,0,all,21-24 yrs,207,157730,22.48860740661621,1,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,131.23692321777344 +1989,28,0,MVA,21-24 yrs,87,157730,22.48860740661621,1,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,55.15754699707031 +1989,28,0,suicide,21-24 yrs,24,157730,22.48860740661621,1,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,15.215875625610352 +1989,28,0,homicide,21-24 yrs,32,157730,22.48860740661621,1,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,20.28783416748047 +1989,28,0,other external,21-24 yrs,25,157730,22.48860740661621,1,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,15.849869728088379 +1989,28,0,internal,21-24 yrs,39,157730,22.48860740661621,1,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,24.725797653198242 +1990,28,0,MVA,15-17 yrs,56,124300,16.021102905273438,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,45.05229187011719 +1990,28,0,suicide,15-17 yrs,9,124300,16.021102905273438,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,7.240547180175781 +1990,28,0,homicide,15-17 yrs,11,124300,16.021102905273438,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,8.849557876586914 +1990,28,0,other external,15-17 yrs,27,124300,16.021102905273438,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,21.721641540527344 +1990,28,0,internal,15-17 yrs,17,124300,16.021102905273438,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,13.676589012145996 +1990,28,0,all,18-20 yrs,195,143544,19.006568908691406,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,135.8468475341797 +1990,28,0,MVA,18-20 yrs,93,143544,19.006568908691406,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,64.78849792480469 +1990,28,0,suicide,18-20 yrs,16,143544,19.006568908691406,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,11.146408081054688 +1990,28,0,homicide,18-20 yrs,34,143544,19.006568908691406,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,23.68611717224121 +1990,28,0,other external,18-20 yrs,25,143544,19.006568908691406,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,17.416261672973633 +1990,28,0,internal,18-20 yrs,27,143544,19.006568908691406,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,18.80956268310547 +1990,28,0,all,21-24 yrs,250,154467,22.445783615112305,1,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,161.84686279296875 +1990,28,0,MVA,21-24 yrs,107,154467,22.445783615112305,1,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,69.27046203613281 +1990,28,0,suicide,21-24 yrs,21,154467,22.445783615112305,1,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,13.595136642456055 +1990,28,0,homicide,21-24 yrs,46,154467,22.445783615112305,1,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,29.779823303222656 +1990,28,0,other external,21-24 yrs,21,154467,22.445783615112305,1,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,13.595136642456055 +1990,28,0,internal,21-24 yrs,55,154467,22.445783615112305,1,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,35.6063117980957 +1991,28,0,MVA,15-17 yrs,58,124049,16.01687240600586,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,46.75571823120117 +1991,28,0,suicide,15-17 yrs,14,124049,16.01687240600586,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,11.285862922668457 +1991,28,0,homicide,15-17 yrs,17,124049,16.01687240600586,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,13.704261779785156 +1991,28,0,other external,15-17 yrs,20,124049,16.01687240600586,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,16.122661590576172 +1991,28,0,internal,15-17 yrs,21,124049,16.01687240600586,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,16.928794860839844 +1991,28,0,all,18-20 yrs,195,139821,19.050514221191406,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,139.4640350341797 +1991,28,0,MVA,18-20 yrs,90,139821,19.050514221191406,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,64.368011474609375 +1991,28,0,suicide,18-20 yrs,11,139821,19.050514221191406,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,7.867201805114746 +1991,28,0,homicide,18-20 yrs,44,139821,19.050514221191406,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,31.468807220458984 +1991,28,0,other external,18-20 yrs,25,139821,19.050514221191406,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,17.880002975463867 +1991,28,0,internal,18-20 yrs,25,139821,19.050514221191406,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,17.880002975463867 +1991,28,0,all,21-24 yrs,225,159957,22.4105224609375,1,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,140.6627960205078 +1991,28,0,MVA,21-24 yrs,79,159957,22.4105224609375,1,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,49.38827133178711 +1991,28,0,suicide,21-24 yrs,22,159957,22.4105224609375,1,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,13.75369644165039 +1991,28,0,homicide,21-24 yrs,42,159957,22.4105224609375,1,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,26.257057189941406 +1991,28,0,other external,21-24 yrs,25,159957,22.4105224609375,1,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,15.629199981689453 +1991,28,0,internal,21-24 yrs,57,159957,22.4105224609375,1,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,35.63457489013672 +1992,28,0,MVA,15-17 yrs,45,126792,16.006656646728516,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,35.4911994934082 +1992,28,0,suicide,15-17 yrs,7,126792,16.006656646728516,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,5.520853042602539 +1992,28,0,homicide,15-17 yrs,19,126792,16.006656646728516,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,14.985172271728516 +1992,28,0,other external,15-17 yrs,15,126792,16.006656646728516,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,11.830399513244629 +1992,28,0,internal,15-17 yrs,24,126792,16.006656646728516,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,18.928638458251953 +1992,28,0,all,18-20 yrs,198,132785,19.042285919189453,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,149.1132354736328 +1992,28,0,MVA,18-20 yrs,83,132785,19.042285919189453,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,62.50706100463867 +1992,28,0,suicide,18-20 yrs,25,132785,19.042285919189453,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,18.82742691040039 +1992,28,0,homicide,18-20 yrs,46,132785,19.042285919189453,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,34.6424674987793 +1992,28,0,other external,18-20 yrs,20,132785,19.042285919189453,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,15.061942100524902 +1992,28,0,internal,18-20 yrs,24,132785,19.042285919189453,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,18.074331283569336 +1992,28,0,all,21-24 yrs,270,167997,22.397071838378906,1,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,160.7171630859375 +1992,28,0,MVA,21-24 yrs,91,167997,22.397071838378906,1,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,54.167633056640625 +1992,28,0,suicide,21-24 yrs,28,167997,22.397071838378906,1,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,16.666963577270508 +1992,28,0,homicide,21-24 yrs,77,167997,22.397071838378906,1,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,45.83415222167969 +1992,28,0,other external,21-24 yrs,28,167997,22.397071838378906,1,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,16.666963577270508 +1992,28,0,internal,21-24 yrs,46,167997,22.397071838378906,1,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,27.381441116333008 +1993,28,0,MVA,15-17 yrs,59,128732,16.000892639160156,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,45.83164978027344 +1993,28,0,suicide,15-17 yrs,18,128732,16.000892639160156,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,13.982537269592285 +1993,28,0,homicide,15-17 yrs,26,128732,16.000892639160156,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,20.196998596191406 +1993,28,0,other external,15-17 yrs,16,128732,16.000892639160156,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,12.428921699523926 +1993,28,0,internal,15-17 yrs,24,128732,16.000892639160156,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,18.643383026123047 +1993,28,0,all,18-20 yrs,187,129856,19.01005744934082,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,144.0056610107422 +1993,28,0,MVA,18-20 yrs,82,129856,19.01005744934082,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,63.14686965942383 +1993,28,0,suicide,18-20 yrs,24,129856,19.01005744934082,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,18.482011795043945 +1993,28,0,homicide,18-20 yrs,46,129856,19.01005744934082,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,35.42385482788086 +1993,28,0,other external,18-20 yrs,18,129856,19.01005744934082,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,13.8615083694458 +1993,28,0,internal,18-20 yrs,17,129856,19.01005744934082,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,13.091423988342285 +1993,28,0,all,21-24 yrs,285,174519,22.438329696655273,1,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,163.30599975585938 +1993,28,0,MVA,21-24 yrs,94,174519,22.438329696655273,1,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,53.86233139038086 +1993,28,0,suicide,21-24 yrs,26,174519,22.438329696655273,1,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,14.898091316223145 +1993,28,0,homicide,21-24 yrs,81,174519,22.438329696655273,1,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,46.41328430175781 +1993,28,0,other external,21-24 yrs,24,174519,22.438329696655273,1,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,13.752084732055664 +1993,28,0,internal,21-24 yrs,60,174519,22.438329696655273,1,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,34.380210876464844 +1994,28,0,MVA,15-17 yrs,52,132171,16.00772476196289,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,39.34297180175781 +1994,28,0,suicide,15-17 yrs,13,132171,16.00772476196289,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,9.835742950439453 +1994,28,0,homicide,15-17 yrs,30,132171,16.00772476196289,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,22.69786834716797 +1994,28,0,other external,15-17 yrs,20,132171,16.00772476196289,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,15.131912231445312 +1994,28,0,internal,15-17 yrs,23,132171,16.00772476196289,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,17.40169906616211 +1994,28,0,all,18-20 yrs,190,129938,19.006988525390625,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,146.2235870361328 +1994,28,0,MVA,18-20 yrs,85,129938,19.006988525390625,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,65.41581726074219 +1994,28,0,suicide,18-20 yrs,15,129938,19.006988525390625,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,11.543967247009277 +1994,28,0,homicide,18-20 yrs,54,129938,19.006988525390625,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,41.55828094482422 +1994,28,0,other external,18-20 yrs,18,129938,19.006988525390625,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,13.852760314941406 +1994,28,0,internal,18-20 yrs,18,129938,19.006988525390625,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,13.852760314941406 +1994,28,0,all,21-24 yrs,278,174638,22.506343841552734,1,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,159.18643188476562 +1994,28,0,MVA,21-24 yrs,93,174638,22.506343841552734,1,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,53.253013610839844 +1994,28,0,suicide,21-24 yrs,32,174638,22.506343841552734,1,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,18.323617935180664 +1994,28,0,homicide,21-24 yrs,54,174638,22.506343841552734,1,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,30.921104431152344 +1994,28,0,other external,21-24 yrs,29,174638,22.506343841552734,1,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,16.60577964782715 +1994,28,0,internal,21-24 yrs,70,174638,22.506343841552734,1,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,40.082916259765625 +1995,28,0,MVA,15-17 yrs,62,135774,15.995095252990723,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,45.664119720458984 +1995,28,0,suicide,15-17 yrs,14,135774,15.995095252990723,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,10.31125259399414 +1995,28,0,homicide,15-17 yrs,25,135774,15.995095252990723,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,18.41295051574707 +1995,28,0,other external,15-17 yrs,17,135774,15.995095252990723,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,12.520806312561035 +1995,28,0,internal,15-17 yrs,25,135774,15.995095252990723,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,18.41295051574707 +1995,28,0,all,18-20 yrs,172,132454,19.000022888183594,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,129.8563995361328 +1995,28,0,MVA,18-20 yrs,68,132454,19.000022888183594,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,51.33857727050781 +1995,28,0,suicide,18-20 yrs,21,132454,19.000022888183594,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,15.854560852050781 +1995,28,0,homicide,18-20 yrs,34,132454,19.000022888183594,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,25.669288635253906 +1995,28,0,other external,18-20 yrs,26,132454,19.000022888183594,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,19.62945556640625 +1995,28,0,internal,18-20 yrs,23,132454,19.000022888183594,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,17.364519119262695 +1995,28,0,all,21-24 yrs,245,170972,22.536632537841797,1,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,143.29832458496094 +1995,28,0,MVA,21-24 yrs,99,170972,22.536632537841797,1,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,57.90421676635742 +1995,28,0,suicide,21-24 yrs,28,170972,22.536632537841797,1,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,16.376951217651367 +1995,28,0,homicide,21-24 yrs,50,170972,22.536632537841797,1,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,29.24455451965332 +1995,28,0,other external,21-24 yrs,29,170972,22.536632537841797,1,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,16.961841583251953 +1995,28,0,internal,21-24 yrs,39,170972,22.536632537841797,1,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,22.810752868652344 +1996,28,0,MVA,15-17 yrs,55,138059,16.00477409362793,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,39.83803939819336 +1996,28,0,suicide,15-17 yrs,5,138059,16.00477409362793,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,3.6216399669647217 +1996,28,0,homicide,15-17 yrs,21,138059,16.00477409362793,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,15.210887908935547 +1996,28,0,other external,15-17 yrs,24,138059,16.00477409362793,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,17.383872985839844 +1996,28,0,internal,15-17 yrs,27,138059,16.00477409362793,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,19.556856155395508 +1996,28,0,all,18-20 yrs,206,133996,18.99472427368164,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,153.73593139648438 +1996,28,0,MVA,18-20 yrs,94,133996,18.99472427368164,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,70.1513442993164 +1996,28,0,suicide,18-20 yrs,16,133996,18.99472427368164,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,11.940654754638672 +1996,28,0,homicide,18-20 yrs,40,133996,18.99472427368164,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,29.85163688659668 +1996,28,0,other external,18-20 yrs,25,133996,18.99472427368164,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,18.65727424621582 +1996,28,0,internal,18-20 yrs,31,133996,18.99472427368164,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,23.135019302368164 +1996,28,0,all,21-24 yrs,230,165035,22.504608154296875,1,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,139.3643798828125 +1996,28,0,MVA,21-24 yrs,94,165035,22.504608154296875,1,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,56.95761489868164 +1996,28,0,suicide,21-24 yrs,25,165035,22.504608154296875,1,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,15.14830207824707 +1996,28,0,homicide,21-24 yrs,52,165035,22.504608154296875,1,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,31.508468627929688 +1996,28,0,other external,21-24 yrs,19,165035,22.504608154296875,1,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,11.512709617614746 +1996,28,0,internal,21-24 yrs,40,165035,22.504608154296875,1,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,24.23728370666504 +1970,29,0,MVA,15-17 yrs,100,262748,15.977225303649902,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,38.05928039550781 +1970,29,0,suicide,15-17 yrs,15,262748,15.977225303649902,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,5.708892345428467 +1970,29,0,homicide,15-17 yrs,24,262748,15.977225303649902,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,9.134227752685547 +1970,29,0,other external,15-17 yrs,56,262748,15.977225303649902,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,21.31319808959961 +1970,29,0,internal,15-17 yrs,76,262748,15.977225303649902,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,28.9250545501709 +1970,29,0,all,18-20 yrs,394,243679,18.96086311340332,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,161.68812561035156 +1970,29,0,MVA,18-20 yrs,181,243679,18.96086311340332,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,74.278045654296875 +1970,29,0,suicide,18-20 yrs,23,243679,18.96086311340332,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,9.43864631652832 +1970,29,0,homicide,18-20 yrs,42,243679,18.96086311340332,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,17.235790252685547 +1970,29,0,other external,18-20 yrs,57,243679,18.96086311340332,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,23.391427993774414 +1970,29,0,internal,18-20 yrs,91,243679,18.96086311340332,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,37.34421157836914 +1970,29,0,all,21-24 yrs,456,278627,22.430492401123047,1,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,163.65965270996094 +1970,29,0,MVA,21-24 yrs,168,278627,22.430492401123047,1,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,60.2956657409668 +1970,29,0,suicide,21-24 yrs,25,278627,22.430492401123047,1,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,8.972569465637207 +1970,29,0,homicide,21-24 yrs,60,278627,22.430492401123047,1,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,21.53416633605957 +1970,29,0,other external,21-24 yrs,65,278627,22.430492401123047,1,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,23.32868003845215 +1970,29,0,internal,21-24 yrs,138,278627,22.430492401123047,1,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,49.52857971191406 +1971,29,0,MVA,15-17 yrs,119,270772,15.983738899230957,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,43.94841384887695 +1971,29,0,suicide,15-17 yrs,12,270772,15.983738899230957,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,4.431772708892822 +1971,29,0,homicide,15-17 yrs,27,270772,15.983738899230957,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,9.971488952636719 +1971,29,0,other external,15-17 yrs,68,270772,15.983738899230957,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,25.113380432128906 +1971,29,0,internal,15-17 yrs,74,270772,15.983738899230957,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,27.329265594482422 +1971,29,0,all,18-20 yrs,341,253868,18.983932495117188,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,134.32177734375 +1971,29,0,MVA,18-20 yrs,163,253868,18.983932495117188,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,64.20659637451172 +1971,29,0,suicide,18-20 yrs,19,253868,18.983932495117188,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,7.484204292297363 +1971,29,0,homicide,18-20 yrs,26,253868,18.983932495117188,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,10.24154281616211 +1971,29,0,other external,18-20 yrs,50,253868,18.983932495117188,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,19.695274353027344 +1971,29,0,internal,18-20 yrs,83,253868,18.983932495117188,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,32.694156646728516 +1971,29,0,all,21-24 yrs,457,305992,22.541017532348633,1,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,149.35031127929688 +1971,29,0,MVA,21-24 yrs,177,305992,22.541017532348633,1,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,57.84465026855469 +1971,29,0,suicide,21-24 yrs,33,305992,22.541017532348633,1,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,10.784595489501953 +1971,29,0,homicide,21-24 yrs,54,305992,22.541017532348633,1,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,17.647520065307617 +1971,29,0,other external,21-24 yrs,76,305992,22.541017532348633,1,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,24.837249755859375 +1971,29,0,internal,21-24 yrs,117,305992,22.541017532348633,1,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,38.23629379272461 +1972,29,0,MVA,15-17 yrs,140,278123,15.979635238647461,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,50.337440490722656 +1972,29,0,suicide,15-17 yrs,18,278123,15.979635238647461,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,6.471956729888916 +1972,29,0,homicide,15-17 yrs,28,278123,15.979635238647461,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,10.067487716674805 +1972,29,0,other external,15-17 yrs,74,278123,15.979635238647461,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,26.60693359375 +1972,29,0,internal,15-17 yrs,60,278123,15.979635238647461,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,21.57318878173828 +1972,29,0,all,18-20 yrs,358,257658,18.977548599243164,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,138.94387817382812 +1972,29,0,MVA,18-20 yrs,188,257658,18.977548599243164,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,72.964935302734375 +1972,29,0,suicide,18-20 yrs,16,257658,18.977548599243164,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,6.209782123565674 +1972,29,0,homicide,18-20 yrs,42,257658,18.977548599243164,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,16.300678253173828 +1972,29,0,other external,18-20 yrs,52,257658,18.977548599243164,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,20.181791305541992 +1972,29,0,internal,18-20 yrs,60,257658,18.977548599243164,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,23.28668212890625 +1972,29,0,all,21-24 yrs,396,304003,22.492385864257812,1,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,130.26187133789062 +1972,29,0,MVA,21-24 yrs,142,304003,22.492385864257812,1,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,46.71006393432617 +1972,29,0,suicide,21-24 yrs,38,304003,22.492385864257812,1,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,12.499876976013184 +1972,29,0,homicide,21-24 yrs,52,304003,22.492385864257812,1,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,17.10509490966797 +1972,29,0,other external,21-24 yrs,68,304003,22.492385864257812,1,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,22.368200302124023 +1972,29,0,internal,21-24 yrs,96,304003,22.492385864257812,1,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,31.578636169433594 +1973,29,0,MVA,15-17 yrs,137,282960,15.985376358032227,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,48.4167366027832 +1973,29,0,suicide,15-17 yrs,8,282960,15.985376358032227,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,2.8272547721862793 +1973,29,0,homicide,15-17 yrs,27,282960,15.985376358032227,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,9.541984558105469 +1973,29,0,other external,15-17 yrs,58,282960,15.985376358032227,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,20.497596740722656 +1973,29,0,internal,15-17 yrs,74,282960,15.985376358032227,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,26.15210723876953 +1973,29,0,all,18-20 yrs,396,263951,18.977230072021484,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,150.02784729003906 +1973,29,0,MVA,18-20 yrs,182,263951,18.977230072021484,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,68.95219421386719 +1973,29,0,suicide,18-20 yrs,32,263951,18.977230072021484,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,12.123462677001953 +1973,29,0,homicide,18-20 yrs,39,263951,18.977230072021484,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,14.775469779968262 +1973,29,0,other external,18-20 yrs,66,263951,18.977230072021484,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,25.004640579223633 +1973,29,0,internal,18-20 yrs,77,263951,18.977230072021484,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,29.172080993652344 +1973,29,0,all,21-24 yrs,444,309430,22.48242950439453,1,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,143.48963928222656 +1973,29,0,MVA,21-24 yrs,152,309430,22.48242950439453,1,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,49.122581481933594 +1973,29,0,suicide,21-24 yrs,39,309430,22.48242950439453,1,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,12.603819847106934 +1973,29,0,homicide,21-24 yrs,67,309430,22.48242950439453,1,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,21.6527156829834 +1973,29,0,other external,21-24 yrs,76,309430,22.48242950439453,1,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,24.561290740966797 +1973,29,0,internal,21-24 yrs,110,309430,22.48242950439453,1,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,35.54923629760742 +1974,29,0,MVA,15-17 yrs,99,285624,15.996075630187988,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,34.660953521728516 +1974,29,0,suicide,15-17 yrs,15,285624,15.996075630187988,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,5.251659393310547 +1974,29,0,homicide,15-17 yrs,28,285624,15.996075630187988,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,9.80309772491455 +1974,29,0,other external,15-17 yrs,61,285624,15.996075630187988,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,21.356748580932617 +1974,29,0,internal,15-17 yrs,65,285624,15.996075630187988,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,22.757190704345703 +1974,29,0,all,18-20 yrs,325,271941,18.985464096069336,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,119.51121520996094 +1974,29,0,MVA,18-20 yrs,125,271941,18.985464096069336,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,45.96585464477539 +1974,29,0,suicide,18-20 yrs,23,271941,18.985464096069336,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,8.457716941833496 +1974,29,0,homicide,18-20 yrs,43,271941,18.985464096069336,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,15.81225299835205 +1974,29,0,other external,18-20 yrs,71,271941,18.985464096069336,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,26.108604431152344 +1974,29,0,internal,18-20 yrs,63,271941,18.985464096069336,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,23.166790008544922 +1974,29,0,all,21-24 yrs,454,315673,22.47670555114746,1,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,143.81971740722656 +1974,29,0,MVA,21-24 yrs,121,315673,22.47670555114746,1,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,38.33080291748047 +1974,29,0,suicide,21-24 yrs,55,315673,22.47670555114746,1,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,17.423093795776367 +1974,29,0,homicide,21-24 yrs,73,315673,22.47670555114746,1,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,23.12519645690918 +1974,29,0,other external,21-24 yrs,83,315673,22.47670555114746,1,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,26.293031692504883 +1974,29,0,internal,21-24 yrs,122,315673,22.47670555114746,1,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,38.647586822509766 +1975,29,0,MVA,15-17 yrs,88,286124,15.995781898498535,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,30.755895614624023 +1975,29,0,suicide,15-17 yrs,19,286124,15.995781898498535,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,6.640477657318115 +1975,29,0,homicide,15-17 yrs,32,286124,15.995781898498535,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,11.183961868286133 +1975,29,0,other external,15-17 yrs,62,286124,15.995781898498535,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,21.668926239013672 +1975,29,0,internal,15-17 yrs,77,286124,15.995781898498535,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,26.911409378051758 +1975,29,0,all,18-20 yrs,384,277456,18.98080825805664,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,138.40032958984375 +1975,29,0,MVA,18-20 yrs,148,277456,18.98080825805664,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,53.34178924560547 +1975,29,0,suicide,18-20 yrs,25,277456,18.98080825805664,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,9.010437965393066 +1975,29,0,homicide,18-20 yrs,54,277456,18.98080825805664,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,19.46254539489746 +1975,29,0,other external,18-20 yrs,67,277456,18.98080825805664,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,24.147972106933594 +1975,29,0,internal,18-20 yrs,90,277456,18.98080825805664,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,32.43757629394531 +1975,29,0,all,21-24 yrs,436,323066,22.477195739746094,1,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,134.95693969726562 +1975,29,0,MVA,21-24 yrs,134,323066,22.477195739746094,1,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,41.47759246826172 +1975,29,0,suicide,21-24 yrs,37,323066,22.477195739746094,1,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,11.452768325805664 +1975,29,0,homicide,21-24 yrs,82,323066,22.477195739746094,1,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,25.381811141967773 +1975,29,0,other external,21-24 yrs,69,323066,22.477195739746094,1,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,21.357864379882812 +1975,29,0,internal,21-24 yrs,114,323066,22.477195739746094,1,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,35.28690719604492 +1976,29,0,MVA,15-17 yrs,132,288218,15.993494033813477,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,45.798667907714844 +1976,29,0,suicide,15-17 yrs,20,288218,15.993494033813477,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,6.939191818237305 +1976,29,0,homicide,15-17 yrs,28,288218,15.993494033813477,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,9.714868545532227 +1976,29,0,other external,15-17 yrs,54,288218,15.993494033813477,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,18.73581886291504 +1976,29,0,internal,15-17 yrs,63,288218,15.993494033813477,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,21.85845375061035 +1976,29,0,all,18-20 yrs,386,283067,18.98546600341797,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,136.3634796142578 +1976,29,0,MVA,18-20 yrs,171,283067,18.98546600341797,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,60.409725189208984 +1976,29,0,suicide,18-20 yrs,29,283067,18.98546600341797,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,10.244924545288086 +1976,29,0,homicide,18-20 yrs,60,283067,18.98546600341797,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,21.196395874023438 +1976,29,0,other external,18-20 yrs,47,283067,18.98546600341797,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,16.603843688964844 +1976,29,0,internal,18-20 yrs,79,283067,18.98546600341797,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,27.908586502075195 +1976,29,0,all,21-24 yrs,465,330605,22.468414306640625,1,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,140.65122985839844 +1976,29,0,MVA,21-24 yrs,159,330605,22.468414306640625,1,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,48.09364700317383 +1976,29,0,suicide,21-24 yrs,45,330605,22.468414306640625,1,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,13.611409187316895 +1976,29,0,homicide,21-24 yrs,68,330605,22.468414306640625,1,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,20.56835174560547 +1976,29,0,other external,21-24 yrs,81,330605,22.468414306640625,1,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,24.50053596496582 +1976,29,0,internal,21-24 yrs,112,330605,22.468414306640625,1,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,33.87728500366211 +1977,29,0,MVA,15-17 yrs,123,288168,16.000194549560547,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,42.683433532714844 +1977,29,0,suicide,15-17 yrs,15,288168,16.000194549560547,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,5.205296993255615 +1977,29,0,homicide,15-17 yrs,22,288168,16.000194549560547,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,7.634435653686523 +1977,29,0,other external,15-17 yrs,40,288168,16.000194549560547,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,13.880791664123535 +1977,29,0,internal,15-17 yrs,71,288168,16.000194549560547,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,24.638404846191406 +1977,29,0,all,18-20 yrs,374,285150,18.99419593811035,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,131.15904235839844 +1977,29,0,MVA,18-20 yrs,142,285150,18.99419593811035,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,49.7983512878418 +1977,29,0,suicide,18-20 yrs,35,285150,18.99419593811035,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,12.27424144744873 +1977,29,0,homicide,18-20 yrs,61,285150,18.99419593811035,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,21.392250061035156 +1977,29,0,other external,18-20 yrs,66,285150,18.99419593811035,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,23.14571189880371 +1977,29,0,internal,18-20 yrs,70,285150,18.99419593811035,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,24.54848289489746 +1977,29,0,all,21-24 yrs,478,336738,22.471153259277344,1,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,141.9501190185547 +1977,29,0,MVA,21-24 yrs,166,336738,22.471153259277344,1,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,49.296485900878906 +1977,29,0,suicide,21-24 yrs,65,336738,22.471153259277344,1,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,19.302841186523438 +1977,29,0,homicide,21-24 yrs,72,336738,22.471153259277344,1,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,21.381608963012695 +1977,29,0,other external,21-24 yrs,59,336738,22.471153259277344,1,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,17.521039962768555 +1977,29,0,internal,21-24 yrs,116,336738,22.471153259277344,1,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,34.44814682006836 +1978,29,0,MVA,15-17 yrs,119,285891,16.013591766357422,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,41.6242561340332 +1978,29,0,suicide,15-17 yrs,16,285891,16.013591766357422,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,5.596538543701172 +1978,29,0,homicide,15-17 yrs,23,285891,16.013591766357422,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,8.045023918151855 +1978,29,0,other external,15-17 yrs,52,285891,16.013591766357422,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,18.188749313354492 +1978,29,0,internal,15-17 yrs,47,285891,16.013591766357422,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,16.43983268737793 +1978,29,0,all,18-20 yrs,386,284946,18.990949630737305,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,135.46426391601562 +1978,29,0,MVA,18-20 yrs,173,284946,18.990949630737305,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,60.7132568359375 +1978,29,0,suicide,18-20 yrs,38,284946,18.990949630737305,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,13.335860252380371 +1978,29,0,homicide,18-20 yrs,43,284946,18.990949630737305,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,15.09057903289795 +1978,29,0,other external,18-20 yrs,66,284946,18.990949630737305,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,23.162282943725586 +1978,29,0,internal,18-20 yrs,66,284946,18.990949630737305,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,23.162282943725586 +1978,29,0,all,21-24 yrs,468,344060,22.47334098815918,1,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,136.0227813720703 +1978,29,0,MVA,21-24 yrs,138,344060,22.47334098815918,1,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,40.109283447265625 +1978,29,0,suicide,21-24 yrs,55,344060,22.47334098815918,1,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,15.985584259033203 +1978,29,0,homicide,21-24 yrs,92,344060,22.47334098815918,1,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,26.73952293395996 +1978,29,0,other external,21-24 yrs,94,344060,22.47334098815918,1,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,27.320816040039062 +1978,29,0,internal,21-24 yrs,89,344060,22.47334098815918,1,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,25.86758041381836 +1979,29,0,MVA,15-17 yrs,129,279058,16.01773452758789,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,46.22694778442383 +1979,29,0,suicide,15-17 yrs,14,279058,16.01773452758789,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,5.016878128051758 +1979,29,0,homicide,15-17 yrs,17,279058,16.01773452758789,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,6.091923713684082 +1979,29,0,other external,15-17 yrs,41,279058,16.01773452758789,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,14.692286491394043 +1979,29,0,internal,15-17 yrs,57,279058,16.01773452758789,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,20.425861358642578 +1979,29,0,all,18-20 yrs,406,286471,18.9873104095459,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,141.72463989257812 +1979,29,0,MVA,18-20 yrs,158,286471,18.9873104095459,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,55.15392303466797 +1979,29,0,suicide,18-20 yrs,37,286471,18.9873104095459,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,12.915792465209961 +1979,29,0,homicide,18-20 yrs,68,286471,18.9873104095459,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,23.737133026123047 +1979,29,0,other external,18-20 yrs,61,286471,18.9873104095459,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,21.293603897094727 +1979,29,0,internal,18-20 yrs,82,286471,18.9873104095459,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,28.624189376831055 +1979,29,0,all,21-24 yrs,508,349537,22.47931480407715,1,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,145.33511352539062 +1979,29,0,MVA,21-24 yrs,164,349537,22.47931480407715,1,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,46.91920852661133 +1979,29,0,suicide,21-24 yrs,62,349537,22.47931480407715,1,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,17.737751007080078 +1979,29,0,homicide,21-24 yrs,104,349537,22.47931480407715,1,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,29.753644943237305 +1979,29,0,other external,21-24 yrs,81,349537,22.47931480407715,1,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,23.173511505126953 +1979,29,0,internal,21-24 yrs,97,349537,22.47931480407715,1,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,27.750995635986328 +1980,29,0,MVA,15-17 yrs,127,267986,16.024179458618164,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,47.390533447265625 +1980,29,0,suicide,15-17 yrs,21,267986,16.024179458618164,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,7.836230278015137 +1980,29,0,homicide,15-17 yrs,26,267986,16.024179458618164,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,9.70199966430664 +1980,29,0,other external,15-17 yrs,40,267986,16.024179458618164,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,14.926153182983398 +1980,29,0,internal,15-17 yrs,52,267986,16.024179458618164,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,19.40399932861328 +1980,29,0,all,18-20 yrs,413,283663,19.001014709472656,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,145.59530639648438 +1980,29,0,MVA,18-20 yrs,178,283663,19.001014709472656,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,62.750518798828125 +1980,29,0,suicide,18-20 yrs,38,283663,19.001014709472656,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,13.396178245544434 +1980,29,0,homicide,18-20 yrs,59,283663,19.001014709472656,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,20.799327850341797 +1980,29,0,other external,18-20 yrs,57,283663,19.001014709472656,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,20.094266891479492 +1980,29,0,internal,18-20 yrs,81,283663,19.001014709472656,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,28.555009841918945 +1980,29,0,all,21-24 yrs,489,353505,22.484909057617188,1,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,138.3290252685547 +1980,29,0,MVA,21-24 yrs,157,353505,22.484909057617188,1,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,44.412384033203125 +1980,29,0,suicide,21-24 yrs,57,353505,22.484909057617188,1,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,16.12424087524414 +1980,29,0,homicide,21-24 yrs,99,353505,22.484909057617188,1,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,28.00526237487793 +1980,29,0,other external,21-24 yrs,67,353505,22.484909057617188,1,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,18.95305633544922 +1980,29,0,internal,21-24 yrs,109,353505,22.484909057617188,1,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,30.834075927734375 +1981,29,0,MVA,15-17 yrs,82,253676,16.03761100769043,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,32.32469940185547 +1981,29,0,suicide,15-17 yrs,16,253676,16.03761100769043,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,6.307258129119873 +1981,29,0,homicide,15-17 yrs,18,253676,16.03761100769043,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,7.095665454864502 +1981,29,0,other external,15-17 yrs,33,253676,16.03761100769043,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,13.008719444274902 +1981,29,0,internal,15-17 yrs,42,253676,16.03761100769043,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,16.55655288696289 +1981,29,0,all,18-20 yrs,300,281077,19.021677017211914,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,106.7323226928711 +1981,29,0,MVA,18-20 yrs,140,281077,19.021677017211914,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,49.808414459228516 +1981,29,0,suicide,18-20 yrs,24,281077,19.021677017211914,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,8.538585662841797 +1981,29,0,homicide,18-20 yrs,43,281077,19.021677017211914,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,15.298298835754395 +1981,29,0,other external,18-20 yrs,48,281077,19.021677017211914,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,17.077171325683594 +1981,29,0,internal,18-20 yrs,45,281077,19.021677017211914,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,16.00984764099121 +1981,29,0,all,21-24 yrs,462,356774,22.491539001464844,1,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,129.49374389648438 +1981,29,0,MVA,21-24 yrs,139,356774,22.491539001464844,1,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,38.96023941040039 +1981,29,0,suicide,21-24 yrs,60,356774,22.491539001464844,1,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,16.81736946105957 +1981,29,0,homicide,21-24 yrs,89,356774,22.491539001464844,1,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,24.945764541625977 +1981,29,0,other external,21-24 yrs,75,356774,22.491539001464844,1,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,21.021711349487305 +1981,29,0,internal,21-24 yrs,99,356774,22.491539001464844,1,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,27.748659133911133 +1982,29,0,MVA,15-17 yrs,81,239363,16.031082153320312,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,33.83981704711914 +1982,29,0,suicide,15-17 yrs,14,239363,16.031082153320312,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,5.848857402801514 +1982,29,0,homicide,15-17 yrs,21,239363,16.031082153320312,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,8.773285865783691 +1982,29,0,other external,15-17 yrs,30,239363,16.031082153320312,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,12.533265113830566 +1982,29,0,internal,15-17 yrs,61,239363,16.031082153320312,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,25.48430633544922 +1982,29,0,all,18-20 yrs,305,272358,19.02532386779785,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,111.9849624633789 +1982,29,0,MVA,18-20 yrs,119,272358,19.02532386779785,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,43.6924934387207 +1982,29,0,suicide,18-20 yrs,33,272358,19.02532386779785,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,12.116405487060547 +1982,29,0,homicide,18-20 yrs,50,272358,19.02532386779785,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,18.358190536499023 +1982,29,0,other external,18-20 yrs,49,272358,19.02532386779785,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,17.991025924682617 +1982,29,0,internal,18-20 yrs,54,272358,19.02532386779785,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,19.826845169067383 +1982,29,0,all,21-24 yrs,406,357845,22.479263305664062,1,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,113.45694732666016 +1982,29,0,MVA,21-24 yrs,128,357845,22.479263305664062,1,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,35.769676208496094 +1982,29,0,suicide,21-24 yrs,48,357845,22.479263305664062,1,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,13.413628578186035 +1982,29,0,homicide,21-24 yrs,72,357845,22.479263305664062,1,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,20.12044334411621 +1982,29,0,other external,21-24 yrs,60,357845,22.479263305664062,1,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,16.76703643798828 +1982,29,0,internal,21-24 yrs,98,357845,22.479263305664062,1,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,27.386157989501953 +1983,29,0,MVA,15-17 yrs,66,227424,16.019968032836914,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,29.02068328857422 +1983,29,0,suicide,15-17 yrs,8,227424,16.019968032836914,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,3.5176587104797363 +1983,29,0,homicide,15-17 yrs,17,227424,16.019968032836914,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,7.475024700164795 +1983,29,0,other external,15-17 yrs,27,227424,16.019968032836914,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,11.872097969055176 +1983,29,0,internal,15-17 yrs,41,227424,16.019968032836914,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,18.027999877929688 +1983,29,0,all,18-20 yrs,262,262352,19.029441833496094,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,99.86582946777344 +1983,29,0,MVA,18-20 yrs,115,262352,19.029441833496094,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,43.83423614501953 +1983,29,0,suicide,18-20 yrs,30,262352,19.029441833496094,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,11.435018539428711 +1983,29,0,homicide,18-20 yrs,25,262352,19.029441833496094,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,9.529182434082031 +1983,29,0,other external,18-20 yrs,39,262352,19.029441833496094,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,14.865524291992188 +1983,29,0,internal,18-20 yrs,53,262352,19.029441833496094,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,20.201866149902344 +1983,29,0,all,21-24 yrs,392,358808,22.485742568969727,1,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,109.2506332397461 +1983,29,0,MVA,21-24 yrs,115,358808,22.485742568969727,1,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,32.050567626953125 +1983,29,0,suicide,21-24 yrs,67,358808,22.485742568969727,1,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,18.67293930053711 +1983,29,0,homicide,21-24 yrs,73,358808,22.485742568969727,1,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,20.345142364501953 +1983,29,0,other external,21-24 yrs,59,358808,22.485742568969727,1,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,16.443334579467773 +1983,29,0,internal,21-24 yrs,78,358808,22.485742568969727,1,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,21.738645553588867 +1984,29,0,MVA,15-17 yrs,70,224960,16.00177764892578,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,31.11664390563965 +1984,29,0,suicide,15-17 yrs,16,224960,16.00177764892578,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,7.112375736236572 +1984,29,0,homicide,15-17 yrs,8,224960,16.00177764892578,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,3.556187868118286 +1984,29,0,other external,15-17 yrs,29,224960,16.00177764892578,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,12.891180992126465 +1984,29,0,internal,15-17 yrs,48,224960,16.00177764892578,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,21.337125778198242 +1984,29,0,all,18-20 yrs,276,250478,19.044158935546875,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,110.18931579589844 +1984,29,0,MVA,18-20 yrs,129,250478,19.044158935546875,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,51.501529693603516 +1984,29,0,suicide,18-20 yrs,37,250478,19.044158935546875,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,14.771756172180176 +1984,29,0,homicide,18-20 yrs,30,250478,19.044158935546875,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,11.977099418640137 +1984,29,0,other external,18-20 yrs,27,250478,19.044158935546875,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,10.779389381408691 +1984,29,0,internal,18-20 yrs,53,250478,19.044158935546875,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,21.159542083740234 +1984,29,0,all,21-24 yrs,418,357372,22.50710105895996,1,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,116.96495819091797 +1984,29,0,MVA,21-24 yrs,145,357372,22.50710105895996,1,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,40.57396697998047 +1984,29,0,suicide,21-24 yrs,53,357372,22.50710105895996,1,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,14.830484390258789 +1984,29,0,homicide,21-24 yrs,61,357372,22.50710105895996,1,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,17.069047927856445 +1984,29,0,other external,21-24 yrs,52,357372,22.50710105895996,1,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,14.550663948059082 +1984,29,0,internal,21-24 yrs,107,357372,22.50710105895996,1,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,29.9407901763916 +1985,29,0,MVA,15-17 yrs,71,226828,15.97939395904541,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,31.301250457763672 +1985,29,0,suicide,15-17 yrs,27,226828,15.97939395904541,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,11.903292655944824 +1985,29,0,homicide,15-17 yrs,7,226828,15.97939395904541,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,3.086038827896118 +1985,29,0,other external,15-17 yrs,26,226828,15.97939395904541,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,11.462430000305176 +1985,29,0,internal,15-17 yrs,44,226828,15.97939395904541,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,19.397958755493164 +1985,29,0,all,18-20 yrs,256,238210,19.037479400634766,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,107.46820068359375 +1985,29,0,MVA,18-20 yrs,110,238210,19.037479400634766,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,46.17774200439453 +1985,29,0,suicide,18-20 yrs,26,238210,19.037479400634766,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,10.914738655090332 +1985,29,0,homicide,18-20 yrs,35,238210,19.037479400634766,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,14.692917823791504 +1985,29,0,other external,18-20 yrs,33,238210,19.037479400634766,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,13.853322982788086 +1985,29,0,internal,18-20 yrs,52,238210,19.037479400634766,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,21.829477310180664 +1985,29,0,all,21-24 yrs,415,351942,22.5295352935791,1,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,117.91716003417969 +1985,29,0,MVA,21-24 yrs,138,351942,22.5295352935791,1,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,39.21100616455078 +1985,29,0,suicide,21-24 yrs,69,351942,22.5295352935791,1,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,19.60550308227539 +1985,29,0,homicide,21-24 yrs,60,351942,22.5295352935791,1,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,17.048263549804688 +1985,29,0,other external,21-24 yrs,59,351942,22.5295352935791,1,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,16.76412582397461 +1985,29,0,internal,21-24 yrs,89,351942,22.5295352935791,1,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,25.288257598876953 +1986,29,0,MVA,15-17 yrs,94,232481,15.97917652130127,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,40.43341064453125 +1986,29,0,suicide,15-17 yrs,18,232481,15.97917652130127,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,7.742568016052246 +1986,29,0,homicide,15-17 yrs,16,232481,15.97917652130127,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,6.882282733917236 +1986,29,0,other external,15-17 yrs,40,232481,15.97917652130127,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,17.205707550048828 +1986,29,0,internal,15-17 yrs,49,232481,15.97917652130127,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,21.07699203491211 +1986,29,0,all,18-20 yrs,289,227685,19.023162841796875,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,126.92974853515625 +1986,29,0,MVA,18-20 yrs,144,227685,19.023162841796875,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,63.24527359008789 +1986,29,0,suicide,18-20 yrs,40,227685,19.023162841796875,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,17.568130493164062 +1986,29,0,homicide,18-20 yrs,48,227685,19.023162841796875,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,21.081758499145508 +1986,29,0,other external,18-20 yrs,23,227685,19.023162841796875,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,10.101675987243652 +1986,29,0,internal,18-20 yrs,34,227685,19.023162841796875,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,14.93291187286377 +1986,29,0,all,21-24 yrs,419,340032,22.540313720703125,1,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,123.22369384765625 +1986,29,0,MVA,21-24 yrs,160,340032,22.540313720703125,1,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,47.05439376831055 +1986,29,0,suicide,21-24 yrs,47,340032,22.540313720703125,1,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,13.82222843170166 +1986,29,0,homicide,21-24 yrs,64,340032,22.540313720703125,1,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,18.821758270263672 +1986,29,0,other external,21-24 yrs,51,340032,22.540313720703125,1,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,14.998588562011719 +1986,29,0,internal,21-24 yrs,97,340032,22.540313720703125,1,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,28.5267276763916 +1987,29,0,MVA,15-17 yrs,94,231137,16.01655387878418,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,40.668521881103516 +1987,29,0,suicide,15-17 yrs,28,231137,16.01655387878418,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,12.114027976989746 +1987,29,0,homicide,15-17 yrs,11,231137,16.01655387878418,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,4.759082317352295 +1987,29,0,other external,15-17 yrs,24,231137,16.01655387878418,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,10.383452415466309 +1987,29,0,internal,15-17 yrs,34,231137,16.01655387878418,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,14.709890365600586 +1987,29,0,all,18-20 yrs,266,225464,19.005788803100586,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,117.97891998291016 +1987,29,0,MVA,18-20 yrs,101,225464,19.005788803100586,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,44.7965087890625 +1987,29,0,suicide,18-20 yrs,49,225464,19.005788803100586,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,21.732959747314453 +1987,29,0,homicide,18-20 yrs,37,225464,19.005788803100586,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,16.410602569580078 +1987,29,0,other external,18-20 yrs,35,225464,19.005788803100586,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,15.523542404174805 +1987,29,0,internal,18-20 yrs,44,225464,19.005788803100586,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,19.515310287475586 +1987,29,0,all,21-24 yrs,384,324156,22.55508804321289,1,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,118.46147918701172 +1987,29,0,MVA,21-24 yrs,135,324156,22.55508804321289,1,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,41.64661407470703 +1987,29,0,suicide,21-24 yrs,58,324156,22.55508804321289,1,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,17.892620086669922 +1987,29,0,homicide,21-24 yrs,71,324156,22.55508804321289,1,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,21.903034210205078 +1987,29,0,other external,21-24 yrs,42,324156,22.55508804321289,1,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,12.956724166870117 +1987,29,0,internal,21-24 yrs,78,324156,22.55508804321289,1,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,24.062488555908203 +1988,29,0,MVA,15-17 yrs,71,223097,16.04422378540039,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,31.824722290039062 +1988,29,0,suicide,15-17 yrs,22,223097,16.04422378540039,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,9.861181259155273 +1988,29,0,homicide,15-17 yrs,17,223097,16.04422378540039,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,7.620003700256348 +1988,29,0,other external,15-17 yrs,27,223097,16.04422378540039,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,12.1023588180542 +1988,29,0,internal,15-17 yrs,38,223097,16.04422378540039,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,17.032949447631836 +1988,29,0,all,18-20 yrs,278,227836,18.983896255493164,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,122.01759338378906 +1988,29,0,MVA,18-20 yrs,126,227836,18.983896255493164,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,55.30293655395508 +1988,29,0,suicide,18-20 yrs,41,227836,18.983896255493164,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,17.995399475097656 +1988,29,0,homicide,18-20 yrs,36,227836,18.983896255493164,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,15.8008394241333 +1988,29,0,other external,18-20 yrs,35,227836,18.983896255493164,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,15.361927032470703 +1988,29,0,internal,18-20 yrs,40,227836,18.983896255493164,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,17.556488037109375 +1988,29,0,all,21-24 yrs,378,309017,22.556550979614258,1,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,122.3233642578125 +1988,29,0,MVA,21-24 yrs,159,309017,22.556550979614258,1,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,51.4534797668457 +1988,29,0,suicide,21-24 yrs,47,309017,22.556550979614258,1,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,15.209519386291504 +1988,29,0,homicide,21-24 yrs,43,309017,22.556550979614258,1,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,13.915092468261719 +1988,29,0,other external,21-24 yrs,41,309017,22.556550979614258,1,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,13.267878532409668 +1988,29,0,internal,21-24 yrs,88,309017,22.556550979614258,1,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,28.477397918701172 +1989,29,0,MVA,15-17 yrs,87,210281,16.03032684326172,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,41.37321090698242 +1989,29,0,suicide,15-17 yrs,21,210281,16.03032684326172,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,9.986637115478516 +1989,29,0,homicide,15-17 yrs,26,210281,16.03032684326172,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,12.364407539367676 +1989,29,0,other external,15-17 yrs,22,210281,16.03032684326172,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,10.462190628051758 +1989,29,0,internal,15-17 yrs,44,210281,16.03032684326172,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,20.924381256103516 +1989,29,0,all,18-20 yrs,280,233995,18.983978271484375,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,119.66067504882812 +1989,29,0,MVA,18-20 yrs,116,233995,18.983978271484375,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,49.573707580566406 +1989,29,0,suicide,18-20 yrs,38,233995,18.983978271484375,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,16.23966407775879 +1989,29,0,homicide,18-20 yrs,47,233995,18.983978271484375,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,20.085899353027344 +1989,29,0,other external,18-20 yrs,31,233995,18.983978271484375,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,13.248146057128906 +1989,29,0,internal,18-20 yrs,48,233995,18.983978271484375,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,20.51325798034668 +1989,29,0,all,21-24 yrs,345,293092,22.543193817138672,1,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,117.71047973632812 +1989,29,0,MVA,21-24 yrs,127,293092,22.543193817138672,1,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,43.33110427856445 +1989,29,0,suicide,21-24 yrs,51,293092,22.543193817138672,1,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,17.400680541992188 +1989,29,0,homicide,21-24 yrs,61,293092,22.543193817138672,1,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,20.812578201293945 +1989,29,0,other external,21-24 yrs,39,293092,22.543193817138672,1,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,13.306402206420898 +1989,29,0,internal,21-24 yrs,67,293092,22.543193817138672,1,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,22.859716415405273 +1990,29,0,MVA,15-17 yrs,85,206055,16.004959106445312,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,41.251121520996094 +1990,29,0,suicide,15-17 yrs,13,206055,16.004959106445312,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,6.308995246887207 +1990,29,0,homicide,15-17 yrs,22,206055,16.004959106445312,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,10.67676067352295 +1990,29,0,other external,15-17 yrs,22,206055,16.004959106445312,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,10.67676067352295 +1990,29,0,internal,15-17 yrs,26,206055,16.004959106445312,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,12.617990493774414 +1990,29,0,all,18-20 yrs,307,234551,19.023780822753906,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,130.8883819580078 +1990,29,0,MVA,18-20 yrs,124,234551,19.023780822753906,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,52.866966247558594 +1990,29,0,suicide,18-20 yrs,42,234551,19.023780822753906,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,17.906553268432617 +1990,29,0,homicide,18-20 yrs,48,234551,19.023780822753906,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,20.464632034301758 +1990,29,0,other external,18-20 yrs,32,234551,19.023780822753906,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,13.643088340759277 +1990,29,0,internal,18-20 yrs,61,234551,19.023780822753906,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,26.007137298583984 +1990,29,0,all,21-24 yrs,335,284356,22.5045223236084,1,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,117.81006622314453 +1990,29,0,MVA,21-24 yrs,133,284356,22.5045223236084,1,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,46.77235412597656 +1990,29,0,suicide,21-24 yrs,34,284356,22.5045223236084,1,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,11.956842422485352 +1990,29,0,homicide,21-24 yrs,55,284356,22.5045223236084,1,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,19.341951370239258 +1990,29,0,other external,21-24 yrs,36,284356,22.5045223236084,1,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,12.660186767578125 +1990,29,0,internal,21-24 yrs,77,284356,22.5045223236084,1,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,27.078731536865234 +1991,29,0,MVA,15-17 yrs,71,206993,16.00372886657715,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,34.30067825317383 +1991,29,0,suicide,15-17 yrs,25,206993,16.00372886657715,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,12.077703475952148 +1991,29,0,homicide,15-17 yrs,42,206993,16.00372886657715,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,20.29054069519043 +1991,29,0,other external,15-17 yrs,23,206993,16.00372886657715,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,11.111486434936523 +1991,29,0,internal,15-17 yrs,34,206993,16.00372886657715,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,16.425676345825195 +1991,29,0,all,18-20 yrs,304,225442,19.054807662963867,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,134.84620666503906 +1991,29,0,MVA,18-20 yrs,138,225442,19.054807662963867,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,61.21308517456055 +1991,29,0,suicide,18-20 yrs,32,225442,19.054807662963867,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,14.194337844848633 +1991,29,0,homicide,18-20 yrs,57,225442,19.054807662963867,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,25.28366470336914 +1991,29,0,other external,18-20 yrs,27,225442,19.054807662963867,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,11.976472854614258 +1991,29,0,internal,18-20 yrs,50,225442,19.054807662963867,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,22.178653717041016 +1991,29,0,all,21-24 yrs,356,285368,22.464887619018555,1,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,124.7511978149414 +1991,29,0,MVA,21-24 yrs,128,285368,22.464887619018555,1,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,44.85436248779297 +1991,29,0,suicide,21-24 yrs,45,285368,22.464887619018555,1,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,15.769112586975098 +1991,29,0,homicide,21-24 yrs,81,285368,22.464887619018555,1,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,28.384401321411133 +1991,29,0,other external,21-24 yrs,32,285368,22.464887619018555,1,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,11.213590621948242 +1991,29,0,internal,21-24 yrs,70,285368,22.464887619018555,1,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,24.52972984313965 +1992,29,0,MVA,15-17 yrs,77,212557,15.997101783752441,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,36.22557830810547 +1992,29,0,suicide,15-17 yrs,22,212557,15.997101783752441,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,10.350165367126465 +1992,29,0,homicide,15-17 yrs,40,212557,15.997101783752441,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,18.8184814453125 +1992,29,0,other external,15-17 yrs,28,212557,15.997101783752441,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,13.172937393188477 +1992,29,0,internal,15-17 yrs,36,212557,15.997101783752441,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,16.936634063720703 +1992,29,0,all,18-20 yrs,266,214374,19.037845611572266,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,124.08221435546875 +1992,29,0,MVA,18-20 yrs,75,214374,19.037845611572266,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,34.9855842590332 +1992,29,0,suicide,18-20 yrs,38,214374,19.037845611572266,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,17.726030349731445 +1992,29,0,homicide,18-20 yrs,86,214374,19.037845611572266,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,40.11680603027344 +1992,29,0,other external,18-20 yrs,29,214374,19.037845611572266,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,13.527759552001953 +1992,29,0,internal,18-20 yrs,38,214374,19.037845611572266,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,17.726030349731445 +1992,29,0,all,21-24 yrs,367,291257,22.441383361816406,1,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,126.00555419921875 +1992,29,0,MVA,21-24 yrs,116,291257,22.441383361816406,1,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,39.827369689941406 +1992,29,0,suicide,21-24 yrs,44,291257,22.441383361816406,1,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,15.106932640075684 +1992,29,0,homicide,21-24 yrs,91,291257,22.441383361816406,1,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,31.243885040283203 +1992,29,0,other external,21-24 yrs,39,291257,22.441383361816406,1,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,13.390235900878906 +1992,29,0,internal,21-24 yrs,77,291257,22.441383361816406,1,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,26.4371337890625 +1993,29,0,MVA,15-17 yrs,81,217769,15.986756324768066,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,37.195377349853516 +1993,29,0,suicide,15-17 yrs,19,217769,15.986756324768066,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,8.724841117858887 +1993,29,0,homicide,15-17 yrs,58,217769,15.986756324768066,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,26.633726119995117 +1993,29,0,other external,15-17 yrs,27,217769,15.986756324768066,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,12.398458480834961 +1993,29,0,internal,15-17 yrs,41,217769,15.986756324768066,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,18.827289581298828 +1993,29,0,all,18-20 yrs,283,211131,19.002756118774414,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,134.04000854492188 +1993,29,0,MVA,18-20 yrs,97,211131,19.002756118774414,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,45.94303894042969 +1993,29,0,suicide,18-20 yrs,37,211131,19.002756118774414,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,17.5246639251709 +1993,29,0,homicide,18-20 yrs,79,211131,19.002756118774414,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,37.41752624511719 +1993,29,0,other external,18-20 yrs,29,211131,19.002756118774414,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,13.73554801940918 +1993,29,0,internal,18-20 yrs,41,211131,19.002756118774414,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,19.41922378540039 +1993,29,0,all,21-24 yrs,373,293761,22.48052406311035,1,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,126.97396850585938 +1993,29,0,MVA,21-24 yrs,104,293761,22.48052406311035,1,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,35.402931213378906 +1993,29,0,suicide,21-24 yrs,51,293761,22.48052406311035,1,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,17.361051559448242 +1993,29,0,homicide,21-24 yrs,89,293761,22.48052406311035,1,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,30.296737670898438 +1993,29,0,other external,21-24 yrs,48,293761,22.48052406311035,1,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,16.339813232421875 +1993,29,0,internal,21-24 yrs,81,293761,22.48052406311035,1,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,27.573434829711914 +1994,29,0,MVA,15-17 yrs,102,225963,15.992813110351562,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,45.140132904052734 +1994,29,0,suicide,15-17 yrs,17,225963,15.992813110351562,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,7.523355484008789 +1994,29,0,homicide,15-17 yrs,61,225963,15.992813110351562,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,26.995569229125977 +1994,29,0,other external,15-17 yrs,34,225963,15.992813110351562,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,15.046710968017578 +1994,29,0,internal,15-17 yrs,28,225963,15.992813110351562,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,12.391408920288086 +1994,29,0,all,18-20 yrs,309,212614,19.002065658569336,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,145.33380126953125 +1994,29,0,MVA,18-20 yrs,143,212614,19.002065658569336,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,67.2580337524414 +1994,29,0,suicide,18-20 yrs,40,212614,19.002065658569336,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,18.81343650817871 +1994,29,0,homicide,18-20 yrs,61,212614,19.002065658569336,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,28.69049072265625 +1994,29,0,other external,18-20 yrs,23,212614,19.002065658569336,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,10.817726135253906 +1994,29,0,internal,18-20 yrs,42,212614,19.002065658569336,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,19.754108428955078 +1994,29,0,all,21-24 yrs,377,290008,22.537309646606445,1,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,129.9964141845703 +1994,29,0,MVA,21-24 yrs,103,290008,22.537309646606445,1,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,35.51626205444336 +1994,29,0,suicide,21-24 yrs,51,290008,22.537309646606445,1,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,17.585721969604492 +1994,29,0,homicide,21-24 yrs,103,290008,22.537309646606445,1,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,35.51626205444336 +1994,29,0,other external,21-24 yrs,37,290008,22.537309646606445,1,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,12.758268356323242 +1994,29,0,internal,21-24 yrs,83,290008,22.537309646606445,1,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,28.61989974975586 +1995,29,0,MVA,15-17 yrs,87,235367,15.978841781616211,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,36.96355056762695 +1995,29,0,suicide,15-17 yrs,23,235367,15.978841781616211,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,9.77197265625 +1995,29,0,homicide,15-17 yrs,42,235367,15.978841781616211,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,17.844472885131836 +1995,29,0,other external,15-17 yrs,22,235367,15.978841781616211,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,9.347105026245117 +1995,29,0,internal,15-17 yrs,42,235367,15.978841781616211,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,17.844472885131836 +1995,29,0,all,18-20 yrs,285,218113,18.996910095214844,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,130.6662139892578 +1995,29,0,MVA,18-20 yrs,106,218113,18.996910095214844,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,48.598663330078125 +1995,29,0,suicide,18-20 yrs,40,218113,18.996910095214844,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,18.3391170501709 +1995,29,0,homicide,18-20 yrs,58,218113,18.996910095214844,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,26.591720581054688 +1995,29,0,other external,18-20 yrs,23,218113,18.996910095214844,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,10.544992446899414 +1995,29,0,internal,18-20 yrs,58,218113,18.996910095214844,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,26.591720581054688 +1995,29,0,all,21-24 yrs,367,281284,22.550621032714844,1,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,130.47311401367188 +1995,29,0,MVA,21-24 yrs,113,281284,22.550621032714844,1,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,40.17292022705078 +1995,29,0,suicide,21-24 yrs,62,281284,22.550621032714844,1,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,22.041780471801758 +1995,29,0,homicide,21-24 yrs,68,281284,22.550621032714844,1,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,24.174856185913086 +1995,29,0,other external,21-24 yrs,38,281284,22.550621032714844,1,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,13.509477615356445 +1995,29,0,internal,21-24 yrs,86,281284,22.550621032714844,1,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,30.574081420898438 +1996,29,0,MVA,15-17 yrs,100,243209,15.988713264465332,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,41.11689758300781 +1996,29,0,suicide,15-17 yrs,21,243209,15.988713264465332,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,8.634549140930176 +1996,29,0,homicide,15-17 yrs,32,243209,15.988713264465332,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,13.157407760620117 +1996,29,0,other external,15-17 yrs,23,243209,15.988713264465332,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,9.456887245178223 +1996,29,0,internal,15-17 yrs,35,243209,15.988713264465332,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,14.390914916992188 +1996,29,0,all,18-20 yrs,265,222520,18.988229751586914,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,119.09041595458984 +1996,29,0,MVA,18-20 yrs,107,222520,18.988229751586914,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,48.08556365966797 +1996,29,0,suicide,18-20 yrs,43,222520,18.988229751586914,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,19.324106216430664 +1996,29,0,homicide,18-20 yrs,47,222520,18.988229751586914,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,21.12169647216797 +1996,29,0,other external,18-20 yrs,23,222520,18.988229751586914,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,10.336149215698242 +1996,29,0,internal,18-20 yrs,45,222520,18.988229751586914,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,20.222900390625 +1996,29,0,all,21-24 yrs,344,273095,22.505142211914062,1,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,125.96349334716797 +1996,29,0,MVA,21-24 yrs,114,273095,22.505142211914062,1,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,41.743717193603516 +1996,29,0,suicide,21-24 yrs,60,273095,22.505142211914062,1,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,21.97037696838379 +1996,29,0,homicide,21-24 yrs,58,273095,22.505142211914062,1,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,21.2380313873291 +1996,29,0,other external,21-24 yrs,46,273095,22.505142211914062,1,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,16.843955993652344 +1996,29,0,internal,21-24 yrs,66,273095,22.505142211914062,1,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,24.16741371154785 +1970,30,0,MVA,15-17 yrs,27,45231,15.985629081726074,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,59.693572998046875 +1970,30,0,suicide,15-17 yrs,4,45231,15.985629081726074,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,8.84349250793457 +1970,30,0,homicide,15-17 yrs,0,45231,15.985629081726074,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,0 +1970,30,0,other external,15-17 yrs,21,45231,15.985629081726074,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,46.4283332824707 +1970,30,0,internal,15-17 yrs,10,45231,15.985629081726074,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,22.10873031616211 +1970,30,0,all,18-20 yrs,75,36455,18.940420150756836,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,205.73309326171875 +1970,30,0,MVA,18-20 yrs,42,36455,18.940420150756836,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,115.21053314208984 +1970,30,0,suicide,18-20 yrs,3,36455,18.940420150756836,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,8.229323387145996 +1970,30,0,homicide,18-20 yrs,4,36455,18.940420150756836,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,10.972432136535645 +1970,30,0,other external,18-20 yrs,18,36455,18.940420150756836,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,49.37594223022461 +1970,30,0,internal,18-20 yrs,8,36455,18.940420150756836,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,21.94486427307129 +1970,30,0,all,21-24 yrs,78,40230,22.388267517089844,1,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,193.88516235351562 +1970,30,0,MVA,21-24 yrs,39,40230,22.388267517089844,1,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,96.94258117675781 +1970,30,0,suicide,21-24 yrs,6,40230,22.388267517089844,1,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,14.9142427444458 +1970,30,0,homicide,21-24 yrs,3,40230,22.388267517089844,1,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,7.4571213722229 +1970,30,0,other external,21-24 yrs,13,40230,22.388267517089844,1,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,32.31419372558594 +1970,30,0,internal,21-24 yrs,17,40230,22.388267517089844,1,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,42.257022857666016 +1971,30,0,MVA,15-17 yrs,24,46313,15.991471290588379,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,51.82130432128906 +1971,30,0,suicide,15-17 yrs,3,46313,15.991471290588379,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,6.477663040161133 +1971,30,0,homicide,15-17 yrs,1,46313,15.991471290588379,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,2.1592209339141846 +1971,30,0,other external,15-17 yrs,14,46313,15.991471290588379,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,30.229093551635742 +1971,30,0,internal,15-17 yrs,12,46313,15.991471290588379,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,25.91065216064453 +1971,30,0,all,18-20 yrs,74,38765,18.95805549621582,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,190.8938446044922 +1971,30,0,MVA,18-20 yrs,40,38765,18.95805549621582,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,103.18586730957031 +1971,30,0,suicide,18-20 yrs,8,38765,18.95805549621582,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,20.63717269897461 +1971,30,0,homicide,18-20 yrs,3,38765,18.95805549621582,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,7.7389397621154785 +1971,30,0,other external,18-20 yrs,14,38765,18.95805549621582,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,36.11505126953125 +1971,30,0,internal,18-20 yrs,9,38765,18.95805549621582,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,23.216819763183594 +1971,30,0,all,21-24 yrs,95,45840,22.510929107666016,1,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,207.24258422851562 +1971,30,0,MVA,21-24 yrs,54,45840,22.510929107666016,1,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,117.8010482788086 +1971,30,0,suicide,21-24 yrs,9,45840,22.510929107666016,1,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,19.633508682250977 +1971,30,0,homicide,21-24 yrs,3,45840,22.510929107666016,1,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,6.5445027351379395 +1971,30,0,other external,21-24 yrs,17,45840,22.510929107666016,1,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,37.085514068603516 +1971,30,0,internal,21-24 yrs,12,45840,22.510929107666016,1,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,26.178010940551758 +1972,30,0,MVA,15-17 yrs,38,47296,15.979934692382812,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,80.345062255859375 +1972,30,0,suicide,15-17 yrs,0,47296,15.979934692382812,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,0 +1972,30,0,homicide,15-17 yrs,2,47296,15.979934692382812,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,4.228687286376953 +1972,30,0,other external,15-17 yrs,12,47296,15.979934692382812,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,25.37212371826172 +1972,30,0,internal,15-17 yrs,14,47296,15.979934692382812,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,29.600811004638672 +1972,30,0,all,18-20 yrs,82,39933,18.975208282470703,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,205.3439483642578 +1972,30,0,MVA,18-20 yrs,50,39933,18.975208282470703,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,125.20972442626953 +1972,30,0,suicide,18-20 yrs,6,39933,18.975208282470703,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,15.025167465209961 +1972,30,0,homicide,18-20 yrs,2,39933,18.975208282470703,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,5.008388996124268 +1972,30,0,other external,18-20 yrs,12,39933,18.975208282470703,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,30.050334930419922 +1972,30,0,internal,18-20 yrs,12,39933,18.975208282470703,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,30.050334930419922 +1972,30,0,all,21-24 yrs,96,47287,22.4906005859375,1,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,203.015625 +1972,30,0,MVA,21-24 yrs,54,47287,22.4906005859375,1,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,114.1962890625 +1972,30,0,suicide,21-24 yrs,16,47287,22.4906005859375,1,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,33.8359375 +1972,30,0,homicide,21-24 yrs,8,47287,22.4906005859375,1,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,16.91796875 +1972,30,0,other external,21-24 yrs,12,47287,22.4906005859375,1,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,25.376953125 +1972,30,0,internal,21-24 yrs,6,47287,22.4906005859375,1,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,12.6884765625 +1973,30,0.5041095614433289,MVA,15-17 yrs,25,48252,15.979337692260742,0,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,51.81132507324219 +1973,30,0.5041095614433289,suicide,15-17 yrs,7,48252,15.979337692260742,0,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,14.507170677185059 +1973,30,0.5041095614433289,homicide,15-17 yrs,1,48252,15.979337692260742,0,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,2.072453022003174 +1973,30,0.5041095614433289,other external,15-17 yrs,24,48252,15.979337692260742,0,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,49.73887252807617 +1973,30,0.5041095614433289,internal,15-17 yrs,8,48252,15.979337692260742,0,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,16.57962417602539 +1973,30,0.5041095614433289,all,18-20 yrs,72,40612,18.972766876220703,0.5041095614433289,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,177.28750610351562 +1973,30,0.5041095614433289,MVA,18-20 yrs,41,40612,18.972766876220703,0.5041095614433289,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,100.95538330078125 +1973,30,0.5041095614433289,suicide,18-20 yrs,6,40612,18.972766876220703,0.5041095614433289,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,14.773958206176758 +1973,30,0.5041095614433289,homicide,18-20 yrs,0,40612,18.972766876220703,0.5041095614433289,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,0 +1973,30,0.5041095614433289,other external,18-20 yrs,19,40612,18.972766876220703,0.5041095614433289,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,46.784202575683594 +1973,30,0.5041095614433289,internal,18-20 yrs,6,40612,18.972766876220703,0.5041095614433289,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,14.773958206176758 +1973,30,0.5041095614433289,all,21-24 yrs,95,49149,22.477933883666992,1,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,193.289794921875 +1973,30,0.5041095614433289,MVA,21-24 yrs,40,49149,22.477933883666992,1,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,81.38517761230469 +1973,30,0.5041095614433289,suicide,21-24 yrs,8,49149,22.477933883666992,1,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,16.277034759521484 +1973,30,0.5041095614433289,homicide,21-24 yrs,9,49149,22.477933883666992,1,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,18.311664581298828 +1973,30,0.5041095614433289,other external,21-24 yrs,25,49149,22.477933883666992,1,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,50.8657341003418 +1973,30,0.5041095614433289,internal,21-24 yrs,13,49149,22.477933883666992,1,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,26.45018196105957 +1974,30,1,MVA,15-17 yrs,23,49096,15.996232032775879,0,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,46.84699249267578 +1974,30,1,suicide,15-17 yrs,4,49096,15.996232032775879,0,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,8.147303581237793 +1974,30,1,homicide,15-17 yrs,2,49096,15.996232032775879,0,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,4.0736517906188965 +1974,30,1,other external,15-17 yrs,18,49096,15.996232032775879,0,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,36.662864685058594 +1974,30,1,internal,15-17 yrs,13,49096,15.996232032775879,0,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,26.478734970092773 +1974,30,1,all,18-20 yrs,103,41513,18.983474731445312,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,248.11505126953125 +1974,30,1,MVA,18-20 yrs,47,41513,18.983474731445312,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,113.21754455566406 +1974,30,1,suicide,18-20 yrs,10,41513,18.983474731445312,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,24.08884048461914 +1974,30,1,homicide,18-20 yrs,5,41513,18.983474731445312,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,12.04442024230957 +1974,30,1,other external,18-20 yrs,25,41513,18.983474731445312,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,60.22209930419922 +1974,30,1,internal,18-20 yrs,16,41513,18.983474731445312,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,38.542144775390625 +1974,30,1,all,21-24 yrs,95,50391,22.47325897216797,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,188.52572631835938 +1974,30,1,MVA,21-24 yrs,38,50391,22.47325897216797,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,75.41029357910156 +1974,30,1,suicide,21-24 yrs,14,50391,22.47325897216797,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,27.782739639282227 +1974,30,1,homicide,21-24 yrs,1,50391,22.47325897216797,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,1.9844813346862793 +1974,30,1,other external,21-24 yrs,27,50391,22.47325897216797,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,53.580997467041016 +1974,30,1,internal,21-24 yrs,15,50391,22.47325897216797,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,29.76721954345703 +1975,30,1,MVA,15-17 yrs,18,49444,15.99557113647461,0,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,36.404823303222656 +1975,30,1,suicide,15-17 yrs,10,49444,15.99557113647461,0,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,20.22490119934082 +1975,30,1,homicide,15-17 yrs,0,49444,15.99557113647461,0,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,0 +1975,30,1,other external,15-17 yrs,26,49444,15.99557113647461,0,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,52.58474349975586 +1975,30,1,internal,15-17 yrs,8,49444,15.99557113647461,0,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,16.179920196533203 +1975,30,1,all,18-20 yrs,93,42796,18.975955963134766,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,217.31002807617188 +1975,30,1,MVA,18-20 yrs,45,42796,18.975955963134766,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,105.15001678466797 +1975,30,1,suicide,18-20 yrs,3,42796,18.975955963134766,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,7.010000705718994 +1975,30,1,homicide,18-20 yrs,6,42796,18.975955963134766,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,14.020001411437988 +1975,30,1,other external,18-20 yrs,24,42796,18.975955963134766,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,56.08000564575195 +1975,30,1,internal,18-20 yrs,15,42796,18.975955963134766,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,35.05000305175781 +1975,30,1,all,21-24 yrs,92,52380,22.479724884033203,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,175.63955688476562 +1975,30,1,MVA,21-24 yrs,45,52380,22.479724884033203,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,85.91065216064453 +1975,30,1,suicide,21-24 yrs,9,52380,22.479724884033203,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,17.182130813598633 +1975,30,1,homicide,21-24 yrs,5,52380,22.479724884033203,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,9.545628547668457 +1975,30,1,other external,21-24 yrs,20,52380,22.479724884033203,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,38.18251419067383 +1975,30,1,internal,21-24 yrs,13,52380,22.479724884033203,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,24.818632125854492 +1976,30,1,MVA,15-17 yrs,29,49520,15.989276885986328,0,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,58.562198638916016 +1976,30,1,suicide,15-17 yrs,6,49520,15.989276885986328,0,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,12.116316795349121 +1976,30,1,homicide,15-17 yrs,0,49520,15.989276885986328,0,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,0 +1976,30,1,other external,15-17 yrs,15,49520,15.989276885986328,0,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,30.29079246520996 +1976,30,1,internal,15-17 yrs,7,49520,15.989276885986328,0,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,14.135703086853027 +1976,30,1,all,18-20 yrs,94,43765,18.979389190673828,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,214.78350830078125 +1976,30,1,MVA,18-20 yrs,45,43765,18.979389190673828,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,102.82189178466797 +1976,30,1,suicide,18-20 yrs,10,43765,18.979389190673828,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,22.849308013916016 +1976,30,1,homicide,18-20 yrs,4,43765,18.979389190673828,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,9.139723777770996 +1976,30,1,other external,18-20 yrs,20,43765,18.979389190673828,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,45.69861602783203 +1976,30,1,internal,18-20 yrs,15,43765,18.979389190673828,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,34.273963928222656 +1976,30,1,all,21-24 yrs,88,53992,22.487071990966797,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,162.9871063232422 +1976,30,1,MVA,21-24 yrs,40,53992,22.487071990966797,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,74.085052490234375 +1976,30,1,suicide,21-24 yrs,15,53992,22.487071990966797,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,27.781892776489258 +1976,30,1,homicide,21-24 yrs,2,53992,22.487071990966797,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,3.7042524814605713 +1976,30,1,other external,21-24 yrs,19,53992,22.487071990966797,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,35.190399169921875 +1976,30,1,internal,21-24 yrs,12,53992,22.487071990966797,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,22.225515365600586 +1977,30,1,MVA,15-17 yrs,45,49514,15.99808120727539,0,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,90.88338470458984 +1977,30,1,suicide,15-17 yrs,5,49514,15.99808120727539,0,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,10.098154067993164 +1977,30,1,homicide,15-17 yrs,3,49514,15.99808120727539,0,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,6.058892250061035 +1977,30,1,other external,15-17 yrs,22,49514,15.99808120727539,0,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,44.43187713623047 +1977,30,1,internal,15-17 yrs,10,49514,15.99808120727539,0,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,20.196308135986328 +1977,30,1,all,18-20 yrs,92,44645,19.00125503540039,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,206.0701141357422 +1977,30,1,MVA,18-20 yrs,51,44645,19.00125503540039,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,114.2345199584961 +1977,30,1,suicide,18-20 yrs,15,44645,19.00125503540039,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,33.598388671875 +1977,30,1,homicide,18-20 yrs,2,44645,19.00125503540039,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,4.479784965515137 +1977,30,1,other external,18-20 yrs,18,44645,19.00125503540039,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,40.31806564331055 +1977,30,1,internal,18-20 yrs,6,44645,19.00125503540039,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,13.43935489654541 +1977,30,1,all,21-24 yrs,96,55341,22.48504638671875,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,173.46994018554688 +1977,30,1,MVA,21-24 yrs,48,55341,22.48504638671875,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,86.73497009277344 +1977,30,1,suicide,21-24 yrs,11,55341,22.48504638671875,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,19.87676429748535 +1977,30,1,homicide,21-24 yrs,8,55341,22.48504638671875,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,14.455828666687012 +1977,30,1,other external,21-24 yrs,18,55341,22.48504638671875,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,32.52561569213867 +1977,30,1,internal,21-24 yrs,11,55341,22.48504638671875,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,19.87676429748535 +1978,30,1,MVA,15-17 yrs,24,48990,16.00826644897461,0,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,48.98958969116211 +1978,30,1,suicide,15-17 yrs,7,48990,16.00826644897461,0,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,14.288630485534668 +1978,30,1,homicide,15-17 yrs,1,48990,16.00826644897461,0,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,2.0412328243255615 +1978,30,1,other external,15-17 yrs,14,48990,16.00826644897461,0,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,28.577260971069336 +1978,30,1,internal,15-17 yrs,8,48990,16.00826644897461,0,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,16.329862594604492 +1978,30,1,all,18-20 yrs,80,45106,19.0048770904541,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,177.36000061035156 +1978,30,1,MVA,18-20 yrs,39,45106,19.0048770904541,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,86.46299743652344 +1978,30,1,suicide,18-20 yrs,8,45106,19.0048770904541,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,17.736000061035156 +1978,30,1,homicide,18-20 yrs,2,45106,19.0048770904541,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,4.434000015258789 +1978,30,1,other external,18-20 yrs,16,45106,19.0048770904541,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,35.47200012207031 +1978,30,1,internal,18-20 yrs,15,45106,19.0048770904541,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,33.255001068115234 +1978,30,1,all,21-24 yrs,102,57572,22.48009490966797,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,177.16946411132812 +1978,30,1,MVA,21-24 yrs,44,57572,22.48009490966797,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,76.42604064941406 +1978,30,1,suicide,21-24 yrs,15,57572,22.48009490966797,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,26.054332733154297 +1978,30,1,homicide,21-24 yrs,5,57572,22.48009490966797,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,8.68477725982666 +1978,30,1,other external,21-24 yrs,26,57572,22.48009490966797,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,45.16084289550781 +1978,30,1,internal,21-24 yrs,12,57572,22.48009490966797,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,20.84346580505371 +1979,30,0.6680411696434021,MVA,15-17 yrs,37,46977,16.016582489013672,0,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,78.76194763183594 +1979,30,0.6680411696434021,suicide,15-17 yrs,7,46977,16.016582489013672,0,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,14.900909423828125 +1979,30,0.6680411696434021,homicide,15-17 yrs,3,46977,16.016582489013672,0,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,6.386103630065918 +1979,30,0.6680411696434021,other external,15-17 yrs,13,46977,16.016582489013672,0,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,27.67311668395996 +1979,30,0.6680411696434021,internal,15-17 yrs,10,46977,16.016582489013672,0,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,21.287012100219727 +1979,30,0.6680411696434021,all,18-20 yrs,89,44864,19.0028076171875,0.6680411696434021,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,198.3773193359375 +1979,30,0.6680411696434021,MVA,18-20 yrs,61,44864,19.0028076171875,0.6680411696434021,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,135.9664764404297 +1979,30,0.6680411696434021,suicide,18-20 yrs,5,44864,19.0028076171875,0.6680411696434021,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,11.144793510437012 +1979,30,0.6680411696434021,homicide,18-20 yrs,5,44864,19.0028076171875,0.6680411696434021,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,11.144793510437012 +1979,30,0.6680411696434021,other external,18-20 yrs,10,44864,19.0028076171875,0.6680411696434021,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,22.289587020874023 +1979,30,0.6680411696434021,internal,18-20 yrs,8,44864,19.0028076171875,0.6680411696434021,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,17.831668853759766 +1979,30,0.6680411696434021,all,21-24 yrs,110,58805,22.48043441772461,1,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,187.05892944335938 +1979,30,0.6680411696434021,MVA,21-24 yrs,53,58805,22.48043441772461,1,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,90.128387451171875 +1979,30,0.6680411696434021,suicide,21-24 yrs,11,58805,22.48043441772461,1,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,18.70589256286621 +1979,30,0.6680411696434021,homicide,21-24 yrs,9,58805,22.48043441772461,1,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,15.304821014404297 +1979,30,0.6680411696434021,other external,21-24 yrs,24,58805,22.48043441772461,1,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,40.8128547668457 +1979,30,0.6680411696434021,internal,21-24 yrs,13,58805,22.48043441772461,1,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,22.106964111328125 +1980,30,0.6707993149757385,MVA,15-17 yrs,29,44178,16.03289031982422,0,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,65.6435317993164 +1980,30,0.6707993149757385,suicide,15-17 yrs,4,44178,16.03289031982422,0,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,9.054280281066895 +1980,30,0.6707993149757385,homicide,15-17 yrs,2,44178,16.03289031982422,0,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,4.527140140533447 +1980,30,0.6707993149757385,other external,15-17 yrs,13,44178,16.03289031982422,0,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,29.426410675048828 +1980,30,0.6707993149757385,internal,15-17 yrs,7,44178,16.03289031982422,0,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,15.844990730285645 +1980,30,0.6707993149757385,all,18-20 yrs,112,45088,19.003128051757812,0.6707993149757385,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,248.4031219482422 +1980,30,0.6707993149757385,MVA,18-20 yrs,58,45088,19.003128051757812,0.6707993149757385,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,128.6373291015625 +1980,30,0.6707993149757385,suicide,18-20 yrs,15,45088,19.003128051757812,0.6707993149757385,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,33.26827621459961 +1980,30,0.6707993149757385,homicide,18-20 yrs,6,45088,19.003128051757812,0.6707993149757385,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,13.307310104370117 +1980,30,0.6707993149757385,other external,18-20 yrs,18,45088,19.003128051757812,0.6707993149757385,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,39.921932220458984 +1980,30,0.6707993149757385,internal,18-20 yrs,15,45088,19.003128051757812,0.6707993149757385,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,33.26827621459961 +1980,30,0.6707993149757385,all,21-24 yrs,88,58762,22.494945526123047,1,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,149.75665283203125 +1980,30,0.6707993149757385,MVA,21-24 yrs,39,58762,22.494945526123047,1,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,66.36942291259766 +1980,30,0.6707993149757385,suicide,21-24 yrs,11,58762,22.494945526123047,1,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,18.719581604003906 +1980,30,0.6707993149757385,homicide,21-24 yrs,4,58762,22.494945526123047,1,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,6.807120323181152 +1980,30,0.6707993149757385,other external,21-24 yrs,18,58762,22.494945526123047,1,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,30.632041931152344 +1980,30,0.6707993149757385,internal,21-24 yrs,16,58762,22.494945526123047,1,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,27.22848129272461 +1981,30,0.6678851842880249,MVA,15-17 yrs,22,41695,16.046695709228516,0,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,52.764122009277344 +1981,30,0.6678851842880249,suicide,15-17 yrs,6,41695,16.046695709228516,0,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,14.390214920043945 +1981,30,0.6678851842880249,homicide,15-17 yrs,2,41695,16.046695709228516,0,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,4.796738147735596 +1981,30,0.6678851842880249,other external,15-17 yrs,4,41695,16.046695709228516,0,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,9.593476295471191 +1981,30,0.6678851842880249,internal,15-17 yrs,10,41695,16.046695709228516,0,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,23.98369026184082 +1981,30,0.6678851842880249,all,18-20 yrs,98,44864,18.998329162597656,0.6678851842880249,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,218.4379425048828 +1981,30,0.6678851842880249,MVA,18-20 yrs,62,44864,18.998329162597656,0.6678851842880249,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,138.1954345703125 +1981,30,0.6678851842880249,suicide,18-20 yrs,10,44864,18.998329162597656,0.6678851842880249,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,22.289587020874023 +1981,30,0.6678851842880249,homicide,18-20 yrs,0,44864,18.998329162597656,0.6678851842880249,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,0 +1981,30,0.6678851842880249,other external,18-20 yrs,20,44864,18.998329162597656,0.6678851842880249,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,44.57917404174805 +1981,30,0.6678851842880249,internal,18-20 yrs,6,44864,18.998329162597656,0.6678851842880249,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,13.373751640319824 +1981,30,0.6678851842880249,all,21-24 yrs,120,57874,22.505720138549805,1,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,207.3470001220703 +1981,30,0.6678851842880249,MVA,21-24 yrs,52,57874,22.505720138549805,1,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,89.8503646850586 +1981,30,0.6678851842880249,suicide,21-24 yrs,22,57874,22.505720138549805,1,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,38.013614654541016 +1981,30,0.6678851842880249,homicide,21-24 yrs,6,57874,22.505720138549805,1,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,10.367349624633789 +1981,30,0.6678851842880249,other external,21-24 yrs,14,57874,22.505720138549805,1,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,24.19048309326172 +1981,30,0.6678851842880249,internal,21-24 yrs,26,57874,22.505720138549805,1,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,44.9251823425293 +1982,30,0.6753487586975098,MVA,15-17 yrs,32,39594,16.031064987182617,0,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,80.82032775878906 +1982,30,0.6753487586975098,suicide,15-17 yrs,4,39594,16.031064987182617,0,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,10.102540969848633 +1982,30,0.6753487586975098,homicide,15-17 yrs,2,39594,16.031064987182617,0,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,5.051270484924316 +1982,30,0.6753487586975098,other external,15-17 yrs,18,39594,16.031064987182617,0,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,45.46143341064453 +1982,30,0.6753487586975098,internal,15-17 yrs,8,39594,16.031064987182617,0,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,20.205081939697266 +1982,30,0.6753487586975098,all,18-20 yrs,78,44229,19.00861358642578,0.6753487586975098,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,176.35487365722656 +1982,30,0.6753487586975098,MVA,18-20 yrs,44,44229,19.00861358642578,0.6753487586975098,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,99.48223876953125 +1982,30,0.6753487586975098,suicide,18-20 yrs,6,44229,19.00861358642578,0.6753487586975098,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,13.565759658813477 +1982,30,0.6753487586975098,homicide,18-20 yrs,6,44229,19.00861358642578,0.6753487586975098,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,13.565759658813477 +1982,30,0.6753487586975098,other external,18-20 yrs,14,44229,19.00861358642578,0.6753487586975098,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,31.653440475463867 +1982,30,0.6753487586975098,internal,18-20 yrs,8,44229,19.00861358642578,0.6753487586975098,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,18.08768081665039 +1982,30,0.6753487586975098,all,21-24 yrs,90,56847,22.504722595214844,1,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,158.3197021484375 +1982,30,0.6753487586975098,MVA,21-24 yrs,46,56847,22.504722595214844,1,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,80.91896057128906 +1982,30,0.6753487586975098,suicide,21-24 yrs,14,56847,22.504722595214844,1,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,24.62750816345215 +1982,30,0.6753487586975098,homicide,21-24 yrs,0,56847,22.504722595214844,1,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,0 +1982,30,0.6753487586975098,other external,21-24 yrs,10,56847,22.504722595214844,1,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,17.59107780456543 +1982,30,0.6753487586975098,internal,21-24 yrs,20,56847,22.504722595214844,1,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,35.18215560913086 +1983,30,0.6863695979118347,MVA,15-17 yrs,18,38253,16.013986587524414,0,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,47.05513381958008 +1983,30,0.6863695979118347,suicide,15-17 yrs,4,38253,16.013986587524414,0,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,10.456696510314941 +1983,30,0.6863695979118347,homicide,15-17 yrs,1,38253,16.013986587524414,0,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,2.6141741275787354 +1983,30,0.6863695979118347,other external,15-17 yrs,6,38253,16.013986587524414,0,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,15.685044288635254 +1983,30,0.6863695979118347,internal,15-17 yrs,7,38253,16.013986587524414,0,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,18.299219131469727 +1983,30,0.6863695979118347,all,18-20 yrs,64,42684,19.03204917907715,0.6863695979118347,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,149.9390869140625 +1983,30,0.6863695979118347,MVA,18-20 yrs,34,42684,19.03204917907715,0.6863695979118347,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,79.65514373779297 +1983,30,0.6863695979118347,suicide,18-20 yrs,7,42684,19.03204917907715,0.6863695979118347,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,16.399587631225586 +1983,30,0.6863695979118347,homicide,18-20 yrs,1,42684,19.03204917907715,0.6863695979118347,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,2.3427982330322266 +1983,30,0.6863695979118347,other external,18-20 yrs,14,42684,19.03204917907715,0.6863695979118347,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,32.79917526245117 +1983,30,0.6863695979118347,internal,18-20 yrs,8,42684,19.03204917907715,0.6863695979118347,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,18.742385864257812 +1983,30,0.6863695979118347,all,21-24 yrs,104,55991,22.494792938232422,1,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,185.744140625 +1983,30,0.6863695979118347,MVA,21-24 yrs,53,55991,22.494792938232422,1,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,94.65807342529297 +1983,30,0.6863695979118347,suicide,21-24 yrs,15,55991,22.494792938232422,1,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,26.790019989013672 +1983,30,0.6863695979118347,homicide,21-24 yrs,8,55991,22.494792938232422,1,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,14.288010597229004 +1983,30,0.6863695979118347,other external,21-24 yrs,18,55991,22.494792938232422,1,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,32.14802551269531 +1983,30,0.6863695979118347,internal,21-24 yrs,10,55991,22.494792938232422,1,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,17.860013961791992 +1984,30,0.6898184418678284,MVA,15-17 yrs,19,38446,15.991494178771973,0,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,49.41996383666992 +1984,30,0.6898184418678284,suicide,15-17 yrs,12,38446,15.991494178771973,0,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,31.212610244750977 +1984,30,0.6898184418678284,homicide,15-17 yrs,1,38446,15.991494178771973,0,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,2.601050853729248 +1984,30,0.6898184418678284,other external,15-17 yrs,12,38446,15.991494178771973,0,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,31.212610244750977 +1984,30,0.6898184418678284,internal,15-17 yrs,5,38446,15.991494178771973,0,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,13.005253791809082 +1984,30,0.6898184418678284,all,18-20 yrs,66,39709,19.04303741455078,0.6898184418678284,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,166.20916748046875 +1984,30,0.6898184418678284,MVA,18-20 yrs,40,39709,19.04303741455078,0.6898184418678284,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,100.73283386230469 +1984,30,0.6898184418678284,suicide,18-20 yrs,8,39709,19.04303741455078,0.6898184418678284,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,20.14656639099121 +1984,30,0.6898184418678284,homicide,18-20 yrs,0,39709,19.04303741455078,0.6898184418678284,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,0 +1984,30,0.6898184418678284,other external,18-20 yrs,8,39709,19.04303741455078,0.6898184418678284,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,20.14656639099121 +1984,30,0.6898184418678284,internal,18-20 yrs,10,39709,19.04303741455078,0.6898184418678284,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,25.183208465576172 +1984,30,0.6898184418678284,all,21-24 yrs,68,54927,22.485862731933594,1,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,123.8006820678711 +1984,30,0.6898184418678284,MVA,21-24 yrs,26,54927,22.485862731933594,1,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,47.33555603027344 +1984,30,0.6898184418678284,suicide,21-24 yrs,9,54927,22.485862731933594,1,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,16.38538360595703 +1984,30,0.6898184418678284,homicide,21-24 yrs,6,54927,22.485862731933594,1,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,10.923589706420898 +1984,30,0.6898184418678284,other external,21-24 yrs,16,54927,22.485862731933594,1,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,29.12957191467285 +1984,30,0.6898184418678284,internal,21-24 yrs,11,54927,22.485862731933594,1,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,20.026580810546875 +1985,30,0.6761645078659058,MVA,15-17 yrs,15,38965,15.974617958068848,0,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,38.49608612060547 +1985,30,0.6761645078659058,suicide,15-17 yrs,6,38965,15.974617958068848,0,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,15.39843463897705 +1985,30,0.6761645078659058,homicide,15-17 yrs,1,38965,15.974617958068848,0,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,2.566405773162842 +1985,30,0.6761645078659058,other external,15-17 yrs,8,38965,15.974617958068848,0,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,20.531246185302734 +1985,30,0.6761645078659058,internal,15-17 yrs,2,38965,15.974617958068848,0,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,5.132811546325684 +1985,30,0.6761645078659058,all,18-20 yrs,52,36710,19.02280044555664,0.6761645078659058,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,141.65077209472656 +1985,30,0.6761645078659058,MVA,18-20 yrs,22,36710,19.02280044555664,0.6761645078659058,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,59.929176330566406 +1985,30,0.6761645078659058,suicide,18-20 yrs,12,36710,19.02280044555664,0.6761645078659058,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,32.68864059448242 +1985,30,0.6761645078659058,homicide,18-20 yrs,4,36710,19.02280044555664,0.6761645078659058,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,10.89621353149414 +1985,30,0.6761645078659058,other external,18-20 yrs,8,36710,19.02280044555664,0.6761645078659058,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,21.79242706298828 +1985,30,0.6761645078659058,internal,18-20 yrs,6,36710,19.02280044555664,0.6761645078659058,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,16.34432029724121 +1985,30,0.6761645078659058,all,21-24 yrs,69,53084,22.498701095581055,1,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,129.982666015625 +1985,30,0.6761645078659058,MVA,21-24 yrs,27,53084,22.498701095581055,1,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,50.86278533935547 +1985,30,0.6761645078659058,suicide,21-24 yrs,10,53084,22.498701095581055,1,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,18.83806800842285 +1985,30,0.6761645078659058,homicide,21-24 yrs,5,53084,22.498701095581055,1,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,9.419034004211426 +1985,30,0.6761645078659058,other external,21-24 yrs,15,53084,22.498701095581055,1,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,28.25710105895996 +1985,30,0.6761645078659058,internal,21-24 yrs,12,53084,22.498701095581055,1,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,22.605682373046875 +1986,30,0.6679462194442749,MVA,15-17 yrs,18,39556,15.977171897888184,0,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,45.50510787963867 +1986,30,0.6679462194442749,suicide,15-17 yrs,3,39556,15.977171897888184,0,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,7.584184646606445 +1986,30,0.6679462194442749,homicide,15-17 yrs,5,39556,15.977171897888184,0,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,12.640307426452637 +1986,30,0.6679462194442749,other external,15-17 yrs,6,39556,15.977171897888184,0,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,15.16836929321289 +1986,30,0.6679462194442749,internal,15-17 yrs,4,39556,15.977171897888184,0,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,10.112245559692383 +1986,30,0.6679462194442749,all,18-20 yrs,61,34127,19.00052833557129,0.6679462194442749,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,178.74411010742188 +1986,30,0.6679462194442749,MVA,18-20 yrs,29,34127,19.00052833557129,0.6679462194442749,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,84.9767074584961 +1986,30,0.6679462194442749,suicide,18-20 yrs,7,34127,19.00052833557129,0.6679462194442749,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,20.51161766052246 +1986,30,0.6679462194442749,homicide,18-20 yrs,3,34127,19.00052833557129,0.6679462194442749,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,8.790693283081055 +1986,30,0.6679462194442749,other external,18-20 yrs,13,34127,19.00052833557129,0.6679462194442749,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,38.0930061340332 +1986,30,0.6679462194442749,internal,18-20 yrs,9,34127,19.00052833557129,0.6679462194442749,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,26.372079849243164 +1986,30,0.6679462194442749,all,21-24 yrs,74,49826,22.53162956237793,1,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,148.516845703125 +1986,30,0.6679462194442749,MVA,21-24 yrs,27,49826,22.53162956237793,1,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,54.188575744628906 +1986,30,0.6679462194442749,suicide,21-24 yrs,17,49826,22.53162956237793,1,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,34.11873245239258 +1986,30,0.6679462194442749,homicide,21-24 yrs,4,49826,22.53162956237793,1,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,8.027936935424805 +1986,30,0.6679462194442749,other external,21-24 yrs,15,49826,22.53162956237793,1,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,30.104764938354492 +1986,30,0.6679462194442749,internal,21-24 yrs,11,49826,22.53162956237793,1,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,22.076828002929688 +1987,30,0.5584973692893982,MVA,15-17 yrs,17,38449,16.01604652404785,0,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,44.214412689208984 +1987,30,0.5584973692893982,suicide,15-17 yrs,6,38449,16.01604652404785,0,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,15.605087280273438 +1987,30,0.5584973692893982,homicide,15-17 yrs,2,38449,16.01604652404785,0,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,5.201695919036865 +1987,30,0.5584973692893982,other external,15-17 yrs,6,38449,16.01604652404785,0,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,15.605087280273438 +1987,30,0.5584973692893982,internal,15-17 yrs,5,38449,16.01604652404785,0,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,13.004239082336426 +1987,30,0.5584973692893982,all,18-20 yrs,45,33097,18.97603988647461,0.5584973692893982,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,135.9639892578125 +1987,30,0.5584973692893982,MVA,18-20 yrs,27,33097,18.97603988647461,0.5584973692893982,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,81.5783920288086 +1987,30,0.5584973692893982,suicide,18-20 yrs,8,33097,18.97603988647461,0.5584973692893982,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,24.171375274658203 +1987,30,0.5584973692893982,homicide,18-20 yrs,1,33097,18.97603988647461,0.5584973692893982,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,3.0214219093322754 +1987,30,0.5584973692893982,other external,18-20 yrs,5,33097,18.97603988647461,0.5584973692893982,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,15.107109069824219 +1987,30,0.5584973692893982,internal,18-20 yrs,4,33097,18.97603988647461,0.5584973692893982,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,12.085687637329102 +1987,30,0.5584973692893982,all,21-24 yrs,66,45811,22.564821243286133,1,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,144.07020568847656 +1987,30,0.5584973692893982,MVA,21-24 yrs,34,45811,22.564821243286133,1,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,74.21797943115234 +1987,30,0.5584973692893982,suicide,21-24 yrs,12,45811,22.564821243286133,1,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,26.194581985473633 +1987,30,0.5584973692893982,homicide,21-24 yrs,5,45811,22.564821243286133,1,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,10.914409637451172 +1987,30,0.5584973692893982,other external,21-24 yrs,8,45811,22.564821243286133,1,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,17.463054656982422 +1987,30,0.5584973692893982,internal,21-24 yrs,7,45811,22.564821243286133,1,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,15.280173301696777 +1988,30,0.23278002440929413,MVA,15-17 yrs,19,36693,16.046112060546875,0,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,51.7809944152832 +1988,30,0.23278002440929413,suicide,15-17 yrs,4,36693,16.046112060546875,0,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,10.901262283325195 +1988,30,0.23278002440929413,homicide,15-17 yrs,0,36693,16.046112060546875,0,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,0 +1988,30,0.23278002440929413,other external,15-17 yrs,8,36693,16.046112060546875,0,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,21.80252456665039 +1988,30,0.23278002440929413,internal,15-17 yrs,8,36693,16.046112060546875,0,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,21.80252456665039 +1988,30,0.23278002440929413,all,18-20 yrs,36,32777,18.958507537841797,0.23278002440929413,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,109.83311462402344 +1988,30,0.23278002440929413,MVA,18-20 yrs,16,32777,18.958507537841797,0.23278002440929413,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,48.81471633911133 +1988,30,0.23278002440929413,suicide,18-20 yrs,10,32777,18.958507537841797,0.23278002440929413,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,30.509199142456055 +1988,30,0.23278002440929413,homicide,18-20 yrs,3,32777,18.958507537841797,0.23278002440929413,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,9.152759552001953 +1988,30,0.23278002440929413,other external,18-20 yrs,3,32777,18.958507537841797,0.23278002440929413,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,9.152759552001953 +1988,30,0.23278002440929413,internal,18-20 yrs,4,32777,18.958507537841797,0.23278002440929413,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,12.203679084777832 +1988,30,0.23278002440929413,all,21-24 yrs,52,42022,22.558326721191406,1,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,123.74470520019531 +1988,30,0.23278002440929413,MVA,21-24 yrs,21,42022,22.558326721191406,1,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,49.97382354736328 +1988,30,0.23278002440929413,suicide,21-24 yrs,8,42022,22.558326721191406,1,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,19.037647247314453 +1988,30,0.23278002440929413,homicide,21-24 yrs,4,42022,22.558326721191406,1,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,9.518823623657227 +1988,30,0.23278002440929413,other external,21-24 yrs,10,42022,22.558326721191406,1,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,23.79705810546875 +1988,30,0.23278002440929413,internal,21-24 yrs,9,42022,22.558326721191406,1,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,21.4173526763916 +1989,30,0.009624539874494076,MVA,15-17 yrs,14,34949,16.01410675048828,0,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,40.058372497558594 +1989,30,0.009624539874494076,suicide,15-17 yrs,6,34949,16.01410675048828,0,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,17.16787338256836 +1989,30,0.009624539874494076,homicide,15-17 yrs,2,34949,16.01410675048828,0,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,5.7226243019104 +1989,30,0.009624539874494076,other external,15-17 yrs,3,34949,16.01410675048828,0,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,8.58393669128418 +1989,30,0.009624539874494076,internal,15-17 yrs,5,34949,16.01410675048828,0,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,14.306560516357422 +1989,30,0.009624539874494076,all,18-20 yrs,39,33329,18.95877456665039,0.009624539874494076,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,117.01521301269531 +1989,30,0.009624539874494076,MVA,18-20 yrs,19,33329,18.95877456665039,0.009624539874494076,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,57.00741195678711 +1989,30,0.009624539874494076,suicide,18-20 yrs,5,33329,18.95877456665039,0.009624539874494076,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,15.00195026397705 +1989,30,0.009624539874494076,homicide,18-20 yrs,2,33329,18.95877456665039,0.009624539874494076,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,6.00078010559082 +1989,30,0.009624539874494076,other external,18-20 yrs,8,33329,18.95877456665039,0.009624539874494076,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,24.00312042236328 +1989,30,0.009624539874494076,internal,18-20 yrs,5,33329,18.95877456665039,0.009624539874494076,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,15.00195026397705 +1989,30,0.009624539874494076,all,21-24 yrs,39,38938,22.52989387512207,1,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,100.15922546386719 +1989,30,0.009624539874494076,MVA,21-24 yrs,11,38938,22.52989387512207,1,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,28.250038146972656 +1989,30,0.009624539874494076,suicide,21-24 yrs,11,38938,22.52989387512207,1,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,28.250038146972656 +1989,30,0.009624539874494076,homicide,21-24 yrs,5,38938,22.52989387512207,1,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,12.840926170349121 +1989,30,0.009624539874494076,other external,21-24 yrs,6,38938,22.52989387512207,1,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,15.409111976623535 +1989,30,0.009624539874494076,internal,21-24 yrs,6,38938,22.52989387512207,1,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,15.409111976623535 +1990,30,0,MVA,15-17 yrs,9,34864,15.9851713180542,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,25.814594268798828 +1990,30,0,suicide,15-17 yrs,12,34864,15.9851713180542,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,34.41946029663086 +1990,30,0,homicide,15-17 yrs,0,34864,15.9851713180542,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,0 +1990,30,0,other external,15-17 yrs,5,34864,15.9851713180542,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,14.34144115447998 +1990,30,0,internal,15-17 yrs,7,34864,15.9851713180542,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,20.078018188476562 +1990,30,0,all,18-20 yrs,62,33065,18.98932456970215,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,187.5094451904297 +1990,30,0,MVA,18-20 yrs,31,33065,18.98932456970215,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,93.75472259521484 +1990,30,0,suicide,18-20 yrs,5,33065,18.98932456970215,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,15.121729850769043 +1990,30,0,homicide,18-20 yrs,6,33065,18.98932456970215,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,18.146076202392578 +1990,30,0,other external,18-20 yrs,11,33065,18.98932456970215,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,33.26780700683594 +1990,30,0,internal,18-20 yrs,9,33065,18.98932456970215,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,27.219114303588867 +1990,30,0,all,21-24 yrs,57,37259,22.480796813964844,1,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,152.98316955566406 +1990,30,0,MVA,21-24 yrs,25,37259,22.480796813964844,1,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,67.09788513183594 +1990,30,0,suicide,21-24 yrs,16,37259,22.480796813964844,1,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,42.94264602661133 +1990,30,0,homicide,21-24 yrs,5,37259,22.480796813964844,1,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,13.419576644897461 +1990,30,0,other external,21-24 yrs,4,37259,22.480796813964844,1,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,10.735661506652832 +1990,30,0,internal,21-24 yrs,7,37259,22.480796813964844,1,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,18.78740692138672 +1991,30,0,MVA,15-17 yrs,9,35825,15.993691444396973,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,25.122121810913086 +1991,30,0,suicide,15-17 yrs,8,35825,15.993691444396973,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,22.330774307250977 +1991,30,0,homicide,15-17 yrs,0,35825,15.993691444396973,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,0 +1991,30,0,other external,15-17 yrs,6,35825,15.993691444396973,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,16.74808120727539 +1991,30,0,internal,15-17 yrs,10,35825,15.993691444396973,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,27.913467407226562 +1991,30,0,all,18-20 yrs,49,33885,19.00041389465332,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,144.6067657470703 +1991,30,0,MVA,18-20 yrs,22,33885,19.00041389465332,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,64.92548370361328 +1991,30,0,suicide,18-20 yrs,10,33885,19.00041389465332,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,29.51158332824707 +1991,30,0,homicide,18-20 yrs,1,33885,19.00041389465332,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,2.951158285140991 +1991,30,0,other external,18-20 yrs,7,33885,19.00041389465332,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,20.65810775756836 +1991,30,0,internal,18-20 yrs,9,33885,19.00041389465332,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,26.5604248046875 +1991,30,0,all,21-24 yrs,55,37885,22.446666717529297,1,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,145.1761932373047 +1991,30,0,MVA,21-24 yrs,25,37885,22.446666717529297,1,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,65.98918151855469 +1991,30,0,suicide,21-24 yrs,11,37885,22.446666717529297,1,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,29.03523826599121 +1991,30,0,homicide,21-24 yrs,4,37885,22.446666717529297,1,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,10.558268547058105 +1991,30,0,other external,21-24 yrs,7,37885,22.446666717529297,1,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,18.476970672607422 +1991,30,0,internal,21-24 yrs,8,37885,22.446666717529297,1,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,21.11653709411621 +1992,30,0,MVA,15-17 yrs,17,37829,15.988157272338867,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,44.93906784057617 +1992,30,0,suicide,15-17 yrs,7,37829,15.988157272338867,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,18.504322052001953 +1992,30,0,homicide,15-17 yrs,3,37829,15.988157272338867,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,7.930423736572266 +1992,30,0,other external,15-17 yrs,5,37829,15.988157272338867,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,13.21737289428711 +1992,30,0,internal,15-17 yrs,7,37829,15.988157272338867,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,18.504322052001953 +1992,30,0,all,18-20 yrs,42,34629,18.99205780029297,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,121.28562927246094 +1992,30,0,MVA,18-20 yrs,20,34629,18.99205780029297,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,57.755062103271484 +1992,30,0,suicide,18-20 yrs,6,34629,18.99205780029297,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,17.326519012451172 +1992,30,0,homicide,18-20 yrs,1,34629,18.99205780029297,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,2.8877530097961426 +1992,30,0,other external,18-20 yrs,9,34629,18.99205780029297,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,25.989776611328125 +1992,30,0,internal,18-20 yrs,6,34629,18.99205780029297,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,17.326519012451172 +1992,30,0,all,21-24 yrs,57,39445,22.421142578125,1,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,144.5050048828125 +1992,30,0,MVA,21-24 yrs,20,39445,22.421142578125,1,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,50.70351028442383 +1992,30,0,suicide,21-24 yrs,11,39445,22.421142578125,1,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,27.886930465698242 +1992,30,0,homicide,21-24 yrs,3,39445,22.421142578125,1,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,7.605526447296143 +1992,30,0,other external,21-24 yrs,13,39445,22.421142578125,1,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,32.95728302001953 +1992,30,0,internal,21-24 yrs,10,39445,22.421142578125,1,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,25.351755142211914 +1993,30,0,MVA,15-17 yrs,16,39392,15.9859619140625,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,40.61738586425781 +1993,30,0,suicide,15-17 yrs,10,39392,15.9859619140625,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,25.3858642578125 +1993,30,0,homicide,15-17 yrs,2,39392,15.9859619140625,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,5.077173233032227 +1993,30,0,other external,15-17 yrs,5,39392,15.9859619140625,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,12.69293212890625 +1993,30,0,internal,15-17 yrs,1,39392,15.9859619140625,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,2.5385866165161133 +1993,30,0,all,18-20 yrs,49,36312,18.981769561767578,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,134.94161987304688 +1993,30,0,MVA,18-20 yrs,28,36312,18.981769561767578,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,77.1094970703125 +1993,30,0,suicide,18-20 yrs,10,36312,18.981769561767578,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,27.539106369018555 +1993,30,0,homicide,18-20 yrs,1,36312,18.981769561767578,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,2.753910541534424 +1993,30,0,other external,18-20 yrs,6,36312,18.981769561767578,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,16.52346420288086 +1993,30,0,internal,18-20 yrs,4,36312,18.981769561767578,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,11.015642166137695 +1993,30,0,all,21-24 yrs,55,41333,22.433551788330078,1,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,133.06558227539062 +1993,30,0,MVA,21-24 yrs,29,41333,22.433551788330078,1,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,70.16185760498047 +1993,30,0,suicide,21-24 yrs,11,41333,22.433551788330078,1,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,26.613117218017578 +1993,30,0,homicide,21-24 yrs,1,41333,22.433551788330078,1,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,2.419374465942383 +1993,30,0,other external,21-24 yrs,7,41333,22.433551788330078,1,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,16.93562126159668 +1993,30,0,internal,21-24 yrs,7,41333,22.433551788330078,1,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,16.93562126159668 +1994,30,0,MVA,15-17 yrs,15,41235,15.996023178100586,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,36.37686538696289 +1994,30,0,suicide,15-17 yrs,5,41235,15.996023178100586,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,12.125621795654297 +1994,30,0,homicide,15-17 yrs,1,41235,15.996023178100586,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,2.425124406814575 +1994,30,0,other external,15-17 yrs,8,41235,15.996023178100586,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,19.4009952545166 +1994,30,0,internal,15-17 yrs,4,41235,15.996023178100586,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,9.7004976272583 +1994,30,0,all,18-20 yrs,51,37705,18.987136840820312,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,135.2605743408203 +1994,30,0,MVA,18-20 yrs,23,37705,18.987136840820312,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,60.9998664855957 +1994,30,0,suicide,18-20 yrs,8,37705,18.987136840820312,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,21.217344284057617 +1994,30,0,homicide,18-20 yrs,1,37705,18.987136840820312,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,2.652168035507202 +1994,30,0,other external,18-20 yrs,12,37705,18.987136840820312,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,31.826017379760742 +1994,30,0,internal,18-20 yrs,7,37705,18.987136840820312,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,18.56517791748047 +1994,30,0,all,21-24 yrs,42,42839,22.45071029663086,1,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,98.04150390625 +1994,30,0,MVA,21-24 yrs,15,42839,22.45071029663086,1,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,35.01482391357422 +1994,30,0,suicide,21-24 yrs,11,42839,22.45071029663086,1,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,25.677536010742188 +1994,30,0,homicide,21-24 yrs,1,42839,22.45071029663086,1,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,2.3343214988708496 +1994,30,0,other external,21-24 yrs,9,42839,22.45071029663086,1,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,21.008893966674805 +1994,30,0,internal,21-24 yrs,6,42839,22.45071029663086,1,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,14.005928993225098 +1995,30,0,MVA,15-17 yrs,14,42762,15.989944458007812,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,32.739349365234375 +1995,30,0,suicide,15-17 yrs,12,42762,15.989944458007812,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,28.062297821044922 +1995,30,0,homicide,15-17 yrs,6,42762,15.989944458007812,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,14.031148910522461 +1995,30,0,other external,15-17 yrs,3,42762,15.989944458007812,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,7.0155744552612305 +1995,30,0,internal,15-17 yrs,11,42762,15.989944458007812,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,25.723773956298828 +1995,30,0,all,18-20 yrs,39,39644,18.982872009277344,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,98.37554168701172 +1995,30,0,MVA,18-20 yrs,18,39644,18.982872009277344,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,45.40409469604492 +1995,30,0,suicide,18-20 yrs,12,39644,18.982872009277344,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,30.269397735595703 +1995,30,0,homicide,18-20 yrs,0,39644,18.982872009277344,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,0 +1995,30,0,other external,18-20 yrs,6,39644,18.982872009277344,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,15.134698867797852 +1995,30,0,internal,18-20 yrs,3,39644,18.982872009277344,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,7.567349433898926 +1995,30,0,all,21-24 yrs,50,44031,22.455474853515625,1,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,113.55635833740234 +1995,30,0,MVA,21-24 yrs,15,44031,22.455474853515625,1,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,34.0669059753418 +1995,30,0,suicide,21-24 yrs,15,44031,22.455474853515625,1,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,34.0669059753418 +1995,30,0,homicide,21-24 yrs,3,44031,22.455474853515625,1,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,6.813381671905518 +1995,30,0,other external,21-24 yrs,8,44031,22.455474853515625,1,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,18.169017791748047 +1995,30,0,internal,21-24 yrs,9,44031,22.455474853515625,1,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,20.440143585205078 +1996,30,0,MVA,15-17 yrs,10,43762,16.01032829284668,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,22.850875854492188 +1996,30,0,suicide,15-17 yrs,6,43762,16.01032829284668,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,13.710525512695312 +1996,30,0,homicide,15-17 yrs,3,43762,16.01032829284668,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,6.855262756347656 +1996,30,0,other external,15-17 yrs,5,43762,16.01032829284668,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,11.425437927246094 +1996,30,0,internal,15-17 yrs,3,43762,16.01032829284668,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,6.855262756347656 +1996,30,0,all,18-20 yrs,47,40746,18.97972869873047,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,115.34874725341797 +1996,30,0,MVA,18-20 yrs,21,40746,18.97972869873047,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,51.53880310058594 +1996,30,0,suicide,18-20 yrs,10,40746,18.97972869873047,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,24.542285919189453 +1996,30,0,homicide,18-20 yrs,1,40746,18.97972869873047,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,2.454228639602661 +1996,30,0,other external,18-20 yrs,9,40746,18.97972869873047,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,22.088058471679688 +1996,30,0,internal,18-20 yrs,6,40746,18.97972869873047,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,14.725371360778809 +1996,30,0,all,21-24 yrs,62,44792,22.432241439819336,1,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,138.41757202148438 +1996,30,0,MVA,21-24 yrs,22,44792,22.432241439819336,1,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,49.11591339111328 +1996,30,0,suicide,21-24 yrs,14,44792,22.432241439819336,1,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,31.25558090209961 +1996,30,0,homicide,21-24 yrs,0,44792,22.432241439819336,1,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,0 +1996,30,0,other external,21-24 yrs,12,44792,22.432241439819336,1,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,26.790498733520508 +1996,30,0,internal,21-24 yrs,14,44792,22.432241439819336,1,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,31.25558090209961 +1970,31,0.31476378440856934,MVA,15-17 yrs,45,87254,15.987793922424316,0,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,51.57356643676758 +1970,31,0.31476378440856934,suicide,15-17 yrs,1,87254,15.987793922424316,0,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,1.1460793018341064 +1970,31,0.31476378440856934,homicide,15-17 yrs,2,87254,15.987793922424316,0,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,2.292158603668213 +1970,31,0.31476378440856934,other external,15-17 yrs,20,87254,15.987793922424316,0,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,22.921585083007812 +1970,31,0.31476378440856934,internal,15-17 yrs,15,87254,15.987793922424316,0,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,17.19118881225586 +1970,31,0.31476378440856934,all,18-20 yrs,126,81998,18.96125602722168,0.31476378440856934,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,153.6622772216797 +1970,31,0.31476378440856934,MVA,18-20 yrs,59,81998,18.96125602722168,0.31476378440856934,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,71.952972412109375 +1970,31,0.31476378440856934,suicide,18-20 yrs,4,81998,18.96125602722168,0.31476378440856934,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,4.878167629241943 +1970,31,0.31476378440856934,homicide,18-20 yrs,4,81998,18.96125602722168,0.31476378440856934,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,4.878167629241943 +1970,31,0.31476378440856934,other external,18-20 yrs,34,81998,18.96125602722168,0.31476378440856934,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,41.46442413330078 +1970,31,0.31476378440856934,internal,18-20 yrs,25,81998,18.96125602722168,0.31476378440856934,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,30.488548278808594 +1970,31,0.31476378440856934,all,21-24 yrs,117,89133,22.394567489624023,1,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,131.26451110839844 +1970,31,0.31476378440856934,MVA,21-24 yrs,47,89133,22.394567489624023,1,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,52.73019027709961 +1970,31,0.31476378440856934,suicide,21-24 yrs,8,89133,22.394567489624023,1,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,8.975351333618164 +1970,31,0.31476378440856934,homicide,21-24 yrs,7,89133,22.394567489624023,1,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,7.853432655334473 +1970,31,0.31476378440856934,other external,21-24 yrs,24,89133,22.394567489624023,1,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,26.926054000854492 +1970,31,0.31476378440856934,internal,21-24 yrs,31,89133,22.394567489624023,1,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,34.77948760986328 +1971,31,0.32733622193336487,MVA,15-17 yrs,51,88934,15.988283157348633,0,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,57.34589767456055 +1971,31,0.32733622193336487,suicide,15-17 yrs,2,88934,15.988283157348633,0,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,2.248858690261841 +1971,31,0.32733622193336487,homicide,15-17 yrs,0,88934,15.988283157348633,0,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,0 +1971,31,0.32733622193336487,other external,15-17 yrs,20,88934,15.988283157348633,0,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,22.48858642578125 +1971,31,0.32733622193336487,internal,15-17 yrs,26,88934,15.988283157348633,0,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,29.23516273498535 +1971,31,0.32733622193336487,all,18-20 yrs,115,84763,18.99039649963379,0.32733622193336487,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,135.6724090576172 +1971,31,0.32733622193336487,MVA,18-20 yrs,66,84763,18.99039649963379,0.32733622193336487,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,77.8641586303711 +1971,31,0.32733622193336487,suicide,18-20 yrs,13,84763,18.99039649963379,0.32733622193336487,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,15.336880683898926 +1971,31,0.32733622193336487,homicide,18-20 yrs,2,84763,18.99039649963379,0.32733622193336487,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,2.3595199584960938 +1971,31,0.32733622193336487,other external,18-20 yrs,16,84763,18.99039649963379,0.32733622193336487,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,18.87615966796875 +1971,31,0.32733622193336487,internal,18-20 yrs,18,84763,18.99039649963379,0.32733622193336487,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,21.235681533813477 +1971,31,0.32733622193336487,all,21-24 yrs,106,99972,22.50463104248047,1,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,106.0296859741211 +1971,31,0.32733622193336487,MVA,21-24 yrs,48,99972,22.50463104248047,1,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,48.01344299316406 +1971,31,0.32733622193336487,suicide,21-24 yrs,6,99972,22.50463104248047,1,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,6.001680374145508 +1971,31,0.32733622193336487,homicide,21-24 yrs,8,99972,22.50463104248047,1,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,8.002240180969238 +1971,31,0.32733622193336487,other external,21-24 yrs,17,99972,22.50463104248047,1,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,17.0047607421875 +1971,31,0.32733622193336487,internal,21-24 yrs,27,99972,22.50463104248047,1,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,27.0075626373291 +1972,31,0.5257138013839722,MVA,15-17 yrs,46,90446,15.982409477233887,0,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,50.85907745361328 +1972,31,0.5257138013839722,suicide,15-17 yrs,4,90446,15.982409477233887,0,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,4.422528266906738 +1972,31,0.5257138013839722,homicide,15-17 yrs,4,90446,15.982409477233887,0,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,4.422528266906738 +1972,31,0.5257138013839722,other external,15-17 yrs,18,90446,15.982409477233887,0,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,19.901376724243164 +1972,31,0.5257138013839722,internal,15-17 yrs,22,90446,15.982409477233887,0,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,24.32390594482422 +1972,31,0.5257138013839722,all,18-20 yrs,112,86413,18.994110107421875,0.5257138013839722,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,129.61012268066406 +1972,31,0.5257138013839722,MVA,18-20 yrs,68,86413,18.994110107421875,0.5257138013839722,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,78.691864013671875 +1972,31,0.5257138013839722,suicide,18-20 yrs,4,86413,18.994110107421875,0.5257138013839722,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,4.628932952880859 +1972,31,0.5257138013839722,homicide,18-20 yrs,2,86413,18.994110107421875,0.5257138013839722,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,2.3144664764404297 +1972,31,0.5257138013839722,other external,18-20 yrs,12,86413,18.994110107421875,0.5257138013839722,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,13.886799812316895 +1972,31,0.5257138013839722,internal,18-20 yrs,26,86413,18.994110107421875,0.5257138013839722,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,30.08806610107422 +1972,31,0.5257138013839722,all,21-24 yrs,166,102852,22.466262817382812,1,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,161.39695739746094 +1972,31,0.5257138013839722,MVA,21-24 yrs,70,102852,22.466262817382812,1,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,68.0589599609375 +1972,31,0.5257138013839722,suicide,21-24 yrs,10,102852,22.466262817382812,1,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,9.722708702087402 +1972,31,0.5257138013839722,homicide,21-24 yrs,6,102852,22.466262817382812,1,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,5.833624839782715 +1972,31,0.5257138013839722,other external,21-24 yrs,36,102852,22.466262817382812,1,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,35.00175094604492 +1972,31,0.5257138013839722,internal,21-24 yrs,44,102852,22.466262817382812,1,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,42.7799186706543 +1973,31,0.6647167205810547,MVA,15-17 yrs,29,91680,15.989157676696777,0,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,31.631763458251953 +1973,31,0.6647167205810547,suicide,15-17 yrs,4,91680,15.989157676696777,0,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,4.363001823425293 +1973,31,0.6647167205810547,homicide,15-17 yrs,5,91680,15.989157676696777,0,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,5.453752040863037 +1973,31,0.6647167205810547,other external,15-17 yrs,11,91680,15.989157676696777,0,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,11.998254776000977 +1973,31,0.6647167205810547,internal,15-17 yrs,18,91680,15.989157676696777,0,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,19.633508682250977 +1973,31,0.6647167205810547,all,18-20 yrs,103,87353,18.9925594329834,0.6647167205810547,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,117.9123764038086 +1973,31,0.6647167205810547,MVA,18-20 yrs,49,87353,18.9925594329834,0.6647167205810547,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,56.09423828125 +1973,31,0.6647167205810547,suicide,18-20 yrs,8,87353,18.9925594329834,0.6647167205810547,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,9.158243179321289 +1973,31,0.6647167205810547,homicide,18-20 yrs,5,87353,18.9925594329834,0.6647167205810547,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,5.723901748657227 +1973,31,0.6647167205810547,other external,18-20 yrs,11,87353,18.9925594329834,0.6647167205810547,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,12.592583656311035 +1973,31,0.6647167205810547,internal,18-20 yrs,30,87353,18.9925594329834,0.6647167205810547,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,34.34341049194336 +1973,31,0.6647167205810547,all,21-24 yrs,130,105839,22.46831512451172,1,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,122.82807159423828 +1973,31,0.6647167205810547,MVA,21-24 yrs,59,105839,22.46831512451172,1,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,55.74504852294922 +1973,31,0.6647167205810547,suicide,21-24 yrs,6,105839,22.46831512451172,1,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,5.66898775100708 +1973,31,0.6647167205810547,homicide,21-24 yrs,5,105839,22.46831512451172,1,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,4.724156379699707 +1973,31,0.6647167205810547,other external,21-24 yrs,27,105839,22.46831512451172,1,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,25.51044464111328 +1973,31,0.6647167205810547,internal,21-24 yrs,33,105839,22.46831512451172,1,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,31.179433822631836 +1974,31,0.6656310558319092,MVA,15-17 yrs,32,92802,15.992155075073242,0,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,34.48201370239258 +1974,31,0.6656310558319092,suicide,15-17 yrs,6,92802,15.992155075073242,0,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,6.4653778076171875 +1974,31,0.6656310558319092,homicide,15-17 yrs,5,92802,15.992155075073242,0,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,5.387814998626709 +1974,31,0.6656310558319092,other external,15-17 yrs,24,92802,15.992155075073242,0,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,25.86151123046875 +1974,31,0.6656310558319092,internal,15-17 yrs,27,92802,15.992155075073242,0,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,29.094200134277344 +1974,31,0.6656310558319092,all,18-20 yrs,121,89159,18.996803283691406,0.6656310558319092,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,135.7126007080078 +1974,31,0.6656310558319092,MVA,18-20 yrs,65,89159,18.996803283691406,0.6656310558319092,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,72.9034652709961 +1974,31,0.6656310558319092,suicide,18-20 yrs,13,89159,18.996803283691406,0.6656310558319092,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,14.580693244934082 +1974,31,0.6656310558319092,homicide,18-20 yrs,4,89159,18.996803283691406,0.6656310558319092,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,4.486367225646973 +1974,31,0.6656310558319092,other external,18-20 yrs,14,89159,18.996803283691406,0.6656310558319092,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,15.702284812927246 +1974,31,0.6656310558319092,internal,18-20 yrs,25,89159,18.996803283691406,0.6656310558319092,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,28.039794921875 +1974,31,0.6656310558319092,all,21-24 yrs,139,107900,22.475811004638672,1,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,128.82298278808594 +1974,31,0.6656310558319092,MVA,21-24 yrs,47,107900,22.475811004638672,1,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,43.5588493347168 +1974,31,0.6656310558319092,suicide,21-24 yrs,25,107900,22.475811004638672,1,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,23.169601440429688 +1974,31,0.6656310558319092,homicide,21-24 yrs,7,107900,22.475811004638672,1,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,6.487488269805908 +1974,31,0.6656310558319092,other external,21-24 yrs,25,107900,22.475811004638672,1,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,23.169601440429688 +1974,31,0.6656310558319092,internal,21-24 yrs,35,107900,22.475811004638672,1,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,32.437442779541016 +1975,31,0.6642671823501587,MVA,15-17 yrs,36,92739,15.990823745727539,0,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,38.81861877441406 +1975,31,0.6642671823501587,suicide,15-17 yrs,5,92739,15.990823745727539,0,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,5.391475200653076 +1975,31,0.6642671823501587,homicide,15-17 yrs,3,92739,15.990823745727539,0,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,3.2348849773406982 +1975,31,0.6642671823501587,other external,15-17 yrs,15,92739,15.990823745727539,0,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,16.17442512512207 +1975,31,0.6642671823501587,internal,15-17 yrs,27,92739,15.990823745727539,0,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,29.113964080810547 +1975,31,0.6642671823501587,all,18-20 yrs,149,90715,18.992679595947266,0.6642671823501587,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,164.25067138671875 +1975,31,0.6642671823501587,MVA,18-20 yrs,77,90715,18.992679595947266,0.6642671823501587,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,84.88121795654297 +1975,31,0.6642671823501587,suicide,18-20 yrs,10,90715,18.992679595947266,0.6642671823501587,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,11.023534774780273 +1975,31,0.6642671823501587,homicide,18-20 yrs,6,90715,18.992679595947266,0.6642671823501587,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,6.614120960235596 +1975,31,0.6642671823501587,other external,18-20 yrs,27,90715,18.992679595947266,0.6642671823501587,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,29.763545989990234 +1975,31,0.6642671823501587,internal,18-20 yrs,29,90715,18.992679595947266,0.6642671823501587,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,31.968252182006836 +1975,31,0.6642671823501587,all,21-24 yrs,145,110187,22.483341217041016,1,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,131.59446716308594 +1975,31,0.6642671823501587,MVA,21-24 yrs,59,110187,22.483341217041016,1,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,53.54533767700195 +1975,31,0.6642671823501587,suicide,21-24 yrs,16,110187,22.483341217041016,1,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,14.520769119262695 +1975,31,0.6642671823501587,homicide,21-24 yrs,11,110187,22.483341217041016,1,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,9.983028411865234 +1975,31,0.6642671823501587,other external,21-24 yrs,27,110187,22.483341217041016,1,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,24.50379753112793 +1975,31,0.6642671823501587,internal,21-24 yrs,32,110187,22.483341217041016,1,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,29.04153823852539 +1976,31,0.6708330512046814,MVA,15-17 yrs,32,93721,15.988401412963867,0,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,34.14389419555664 +1976,31,0.6708330512046814,suicide,15-17 yrs,8,93721,15.988401412963867,0,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,8.53597354888916 +1976,31,0.6708330512046814,homicide,15-17 yrs,2,93721,15.988401412963867,0,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,2.13399338722229 +1976,31,0.6708330512046814,other external,15-17 yrs,21,93721,15.988401412963867,0,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,22.406930923461914 +1976,31,0.6708330512046814,internal,15-17 yrs,13,93721,15.988401412963867,0,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,13.870957374572754 +1976,31,0.6708330512046814,all,18-20 yrs,104,91926,19.000925064086914,0.6708330512046814,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,113.13447570800781 +1976,31,0.6708330512046814,MVA,18-20 yrs,55,91926,19.000925064086914,0.6708330512046814,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,59.83073425292969 +1976,31,0.6708330512046814,suicide,18-20 yrs,5,91926,19.000925064086914,0.6708330512046814,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,5.439157485961914 +1976,31,0.6708330512046814,homicide,18-20 yrs,5,91926,19.000925064086914,0.6708330512046814,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,5.439157485961914 +1976,31,0.6708330512046814,other external,18-20 yrs,24,91926,19.000925064086914,0.6708330512046814,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,26.107955932617188 +1976,31,0.6708330512046814,internal,18-20 yrs,15,91926,19.000925064086914,0.6708330512046814,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,16.317472457885742 +1976,31,0.6708330512046814,all,21-24 yrs,137,111555,22.481395721435547,1,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,122.80937957763672 +1976,31,0.6708330512046814,MVA,21-24 yrs,58,111555,22.481395721435547,1,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,51.99229049682617 +1976,31,0.6708330512046814,suicide,21-24 yrs,16,111555,22.481395721435547,1,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,14.342700958251953 +1976,31,0.6708330512046814,homicide,21-24 yrs,6,111555,22.481395721435547,1,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,5.378512859344482 +1976,31,0.6708330512046814,other external,21-24 yrs,30,111555,22.481395721435547,1,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,26.89256477355957 +1976,31,0.6708330512046814,internal,21-24 yrs,27,111555,22.481395721435547,1,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,24.20330810546875 +1977,31,0.6709693670272827,MVA,15-17 yrs,31,93485,15.995732307434082,0,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,33.160400390625 +1977,31,0.6709693670272827,suicide,15-17 yrs,4,93485,15.995732307434082,0,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,4.278761386871338 +1977,31,0.6709693670272827,homicide,15-17 yrs,2,93485,15.995732307434082,0,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,2.139380693435669 +1977,31,0.6709693670272827,other external,15-17 yrs,14,93485,15.995732307434082,0,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,14.975664138793945 +1977,31,0.6709693670272827,internal,15-17 yrs,14,93485,15.995732307434082,0,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,14.975664138793945 +1977,31,0.6709693670272827,all,18-20 yrs,123,92888,19.00566291809082,0.6709693670272827,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,132.41754150390625 +1977,31,0.6709693670272827,MVA,18-20 yrs,65,92888,19.00566291809082,0.6709693670272827,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,69.97674560546875 +1977,31,0.6709693670272827,suicide,18-20 yrs,12,92888,19.00566291809082,0.6709693670272827,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,12.918784141540527 +1977,31,0.6709693670272827,homicide,18-20 yrs,4,92888,19.00566291809082,0.6709693670272827,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,4.3062615394592285 +1977,31,0.6709693670272827,other external,18-20 yrs,24,92888,19.00566291809082,0.6709693670272827,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,25.837568283081055 +1977,31,0.6709693670272827,internal,18-20 yrs,18,92888,19.00566291809082,0.6709693670272827,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,19.378175735473633 +1977,31,0.6709693670272827,all,21-24 yrs,147,113123,22.47738265991211,1,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,129.94705200195312 +1977,31,0.6709693670272827,MVA,21-24 yrs,54,113123,22.47738265991211,1,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,47.73564910888672 +1977,31,0.6709693670272827,suicide,21-24 yrs,17,113123,22.47738265991211,1,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,15.0278902053833 +1977,31,0.6709693670272827,homicide,21-24 yrs,11,113123,22.47738265991211,1,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,9.723928451538086 +1977,31,0.6709693670272827,other external,21-24 yrs,27,113123,22.47738265991211,1,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,23.86782455444336 +1977,31,0.6709693670272827,internal,21-24 yrs,38,113123,22.47738265991211,1,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,33.59175491333008 +1978,31,0.6724247336387634,MVA,15-17 yrs,40,92208,16.013275146484375,0,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,43.380184173583984 +1978,31,0.6724247336387634,suicide,15-17 yrs,6,92208,16.013275146484375,0,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,6.507027626037598 +1978,31,0.6724247336387634,homicide,15-17 yrs,0,92208,16.013275146484375,0,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,0 +1978,31,0.6724247336387634,other external,15-17 yrs,15,92208,16.013275146484375,0,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,16.267568588256836 +1978,31,0.6724247336387634,internal,15-17 yrs,13,92208,16.013275146484375,0,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,14.098559379577637 +1978,31,0.6724247336387634,all,18-20 yrs,103,92797,19.004148483276367,0.6724247336387634,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,110.99496459960938 +1978,31,0.6724247336387634,MVA,18-20 yrs,57,92797,19.004148483276367,0.6724247336387634,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,61.424400329589844 +1978,31,0.6724247336387634,suicide,18-20 yrs,5,92797,19.004148483276367,0.6724247336387634,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,5.388105392456055 +1978,31,0.6724247336387634,homicide,18-20 yrs,4,92797,19.004148483276367,0.6724247336387634,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,4.310484409332275 +1978,31,0.6724247336387634,other external,18-20 yrs,16,92797,19.004148483276367,0.6724247336387634,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,17.2419376373291 +1978,31,0.6724247336387634,internal,18-20 yrs,21,92797,19.004148483276367,0.6724247336387634,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,22.630041122436523 +1978,31,0.6724247336387634,all,21-24 yrs,102,114999,22.477596282958984,1,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,88.69642639160156 +1978,31,0.6724247336387634,MVA,21-24 yrs,42,114999,22.477596282958984,1,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,36.522056579589844 +1978,31,0.6724247336387634,suicide,21-24 yrs,14,114999,22.477596282958984,1,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,12.174018859863281 +1978,31,0.6724247336387634,homicide,21-24 yrs,4,114999,22.477596282958984,1,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,3.4782910346984863 +1978,31,0.6724247336387634,other external,21-24 yrs,18,114999,22.477596282958984,1,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,15.652310371398926 +1978,31,0.6724247336387634,internal,21-24 yrs,24,114999,22.477596282958984,1,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,20.869747161865234 +1979,31,0.6703671216964722,MVA,15-17 yrs,45,89065,16.017044067382812,0,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,50.524898529052734 +1979,31,0.6703671216964722,suicide,15-17 yrs,11,89065,16.017044067382812,0,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,12.350530624389648 +1979,31,0.6703671216964722,homicide,15-17 yrs,2,89065,16.017044067382812,0,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,2.245551109313965 +1979,31,0.6703671216964722,other external,15-17 yrs,13,89065,16.017044067382812,0,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,14.596081733703613 +1979,31,0.6703671216964722,internal,15-17 yrs,20,89065,16.017044067382812,0,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,22.455509185791016 +1979,31,0.6703671216964722,all,18-20 yrs,96,93592,19.00319480895996,0.6703671216964722,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,102.57286834716797 +1979,31,0.6703671216964722,MVA,18-20 yrs,44,93592,19.00319480895996,0.6703671216964722,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,47.01256561279297 +1979,31,0.6703671216964722,suicide,18-20 yrs,7,93592,19.00319480895996,0.6703671216964722,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,7.47927188873291 +1979,31,0.6703671216964722,homicide,18-20 yrs,2,93592,19.00319480895996,0.6703671216964722,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,2.136934757232666 +1979,31,0.6703671216964722,other external,18-20 yrs,25,93592,19.00319480895996,0.6703671216964722,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,26.711685180664062 +1979,31,0.6703671216964722,internal,18-20 yrs,18,93592,19.00319480895996,0.6703671216964722,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,19.232412338256836 +1979,31,0.6703671216964722,all,21-24 yrs,127,116245,22.482885360717773,1,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,109.25201416015625 +1979,31,0.6703671216964722,MVA,21-24 yrs,39,116245,22.482885360717773,1,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,33.54983139038086 +1979,31,0.6703671216964722,suicide,21-24 yrs,19,116245,22.482885360717773,1,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,16.344789505004883 +1979,31,0.6703671216964722,homicide,21-24 yrs,11,116245,22.482885360717773,1,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,9.462772369384766 +1979,31,0.6703671216964722,other external,21-24 yrs,28,116245,22.482885360717773,1,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,24.08705711364746 +1979,31,0.6703671216964722,internal,21-24 yrs,30,116245,22.482885360717773,1,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,25.80756187438965 +1980,31,0.5230341553688049,MVA,15-17 yrs,38,84331,16.0296688079834,0,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,45.0605354309082 +1980,31,0.5230341553688049,suicide,15-17 yrs,4,84331,16.0296688079834,0,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,4.743214130401611 +1980,31,0.5230341553688049,homicide,15-17 yrs,1,84331,16.0296688079834,0,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,1.1858035326004028 +1980,31,0.5230341553688049,other external,15-17 yrs,14,84331,16.0296688079834,0,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,16.60124969482422 +1980,31,0.5230341553688049,internal,15-17 yrs,17,84331,16.0296688079834,0,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,20.158660888671875 +1980,31,0.5230341553688049,all,18-20 yrs,112,92686,19.013011932373047,0.5230341553688049,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,120.83809661865234 +1980,31,0.5230341553688049,MVA,18-20 yrs,63,92686,19.013011932373047,0.5230341553688049,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,67.97142791748047 +1980,31,0.5230341553688049,suicide,18-20 yrs,7,92686,19.013011932373047,0.5230341553688049,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,7.5523810386657715 +1980,31,0.5230341553688049,homicide,18-20 yrs,9,92686,19.013011932373047,0.5230341553688049,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,9.710204124450684 +1980,31,0.5230341553688049,other external,18-20 yrs,16,92686,19.013011932373047,0.5230341553688049,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,17.262584686279297 +1980,31,0.5230341553688049,internal,18-20 yrs,17,92686,19.013011932373047,0.5230341553688049,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,18.34149742126465 +1980,31,0.5230341553688049,all,21-24 yrs,139,117988,22.489084243774414,1,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,117.80859375 +1980,31,0.5230341553688049,MVA,21-24 yrs,58,117988,22.489084243774414,1,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,49.15754318237305 +1980,31,0.5230341553688049,suicide,21-24 yrs,16,117988,22.489084243774414,1,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,13.560701370239258 +1980,31,0.5230341553688049,homicide,21-24 yrs,13,117988,22.489084243774414,1,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,11.01806926727295 +1980,31,0.5230341553688049,other external,21-24 yrs,17,117988,22.489084243774414,1,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,14.408245086669922 +1980,31,0.5230341553688049,internal,21-24 yrs,35,117988,22.489084243774414,1,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,29.664033889770508 +1981,31,0.34682348370552063,MVA,15-17 yrs,34,79528,16.044689178466797,0,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,42.75223922729492 +1981,31,0.34682348370552063,suicide,15-17 yrs,6,79528,16.044689178466797,0,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,7.544512748718262 +1981,31,0.34682348370552063,homicide,15-17 yrs,3,79528,16.044689178466797,0,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,3.772256374359131 +1981,31,0.34682348370552063,other external,15-17 yrs,9,79528,16.044689178466797,0,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,11.316768646240234 +1981,31,0.34682348370552063,internal,15-17 yrs,6,79528,16.044689178466797,0,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,7.544512748718262 +1981,31,0.34682348370552063,all,18-20 yrs,116,90807,19.03211212158203,0.34682348370552063,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,127.74345397949219 +1981,31,0.34682348370552063,MVA,18-20 yrs,64,90807,19.03211212158203,0.34682348370552063,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,70.4791488647461 +1981,31,0.34682348370552063,suicide,18-20 yrs,6,90807,19.03211212158203,0.34682348370552063,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,6.607419967651367 +1981,31,0.34682348370552063,homicide,18-20 yrs,8,90807,19.03211212158203,0.34682348370552063,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,8.809893608093262 +1981,31,0.34682348370552063,other external,18-20 yrs,23,90807,19.03211212158203,0.34682348370552063,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,25.32844352722168 +1981,31,0.34682348370552063,internal,18-20 yrs,15,90807,19.03211212158203,0.34682348370552063,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,16.518550872802734 +1981,31,0.34682348370552063,all,21-24 yrs,120,118446,22.492849349975586,1,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,101.3119888305664 +1981,31,0.34682348370552063,MVA,21-24 yrs,58,118446,22.492849349975586,1,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,48.96746063232422 +1981,31,0.34682348370552063,suicide,21-24 yrs,15,118446,22.492849349975586,1,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,12.6639986038208 +1981,31,0.34682348370552063,homicide,21-24 yrs,7,118446,22.492849349975586,1,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,5.9098663330078125 +1981,31,0.34682348370552063,other external,21-24 yrs,20,118446,22.492849349975586,1,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,16.885332107543945 +1981,31,0.34682348370552063,internal,21-24 yrs,20,118446,22.492849349975586,1,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,16.885332107543945 +1982,31,0.3458697497844696,MVA,15-17 yrs,15,74697,16.03520965576172,0,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,20.081127166748047 +1982,31,0.3458697497844696,suicide,15-17 yrs,5,74697,16.03520965576172,0,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,6.693709373474121 +1982,31,0.3458697497844696,homicide,15-17 yrs,1,74697,16.03520965576172,0,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,1.3387418985366821 +1982,31,0.3458697497844696,other external,15-17 yrs,7,74697,16.03520965576172,0,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,9.371192932128906 +1982,31,0.3458697497844696,internal,15-17 yrs,8,74697,16.03520965576172,0,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,10.709935188293457 +1982,31,0.3458697497844696,all,18-20 yrs,81,87319,19.029340744018555,0.3458697497844696,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,92.76331329345703 +1982,31,0.3458697497844696,MVA,18-20 yrs,36,87319,19.029340744018555,0.3458697497844696,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,41.22814178466797 +1982,31,0.3458697497844696,suicide,18-20 yrs,12,87319,19.029340744018555,0.3458697497844696,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,13.742713928222656 +1982,31,0.3458697497844696,homicide,18-20 yrs,6,87319,19.029340744018555,0.3458697497844696,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,6.871356964111328 +1982,31,0.3458697497844696,other external,18-20 yrs,10,87319,19.029340744018555,0.3458697497844696,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,11.452260971069336 +1982,31,0.3458697497844696,internal,18-20 yrs,17,87319,19.029340744018555,0.3458697497844696,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,19.468843460083008 +1982,31,0.3458697497844696,all,21-24 yrs,97,118322,22.48280906677246,1,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,81.97968292236328 +1982,31,0.3458697497844696,MVA,21-24 yrs,29,118322,22.48280906677246,1,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,24.509389877319336 +1982,31,0.3458697497844696,suicide,21-24 yrs,14,118322,22.48280906677246,1,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,11.83211898803711 +1982,31,0.3458697497844696,homicide,21-24 yrs,4,118322,22.48280906677246,1,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,3.380605459213257 +1982,31,0.3458697497844696,other external,21-24 yrs,22,118322,22.48280906677246,1,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,18.59333038330078 +1982,31,0.3458697497844696,internal,21-24 yrs,28,118322,22.48280906677246,1,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,23.66423797607422 +1983,31,0.34818771481513977,MVA,15-17 yrs,17,71232,16.02063751220703,0,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,23.865678787231445 +1983,31,0.34818771481513977,suicide,15-17 yrs,5,71232,16.02063751220703,0,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,7.019317150115967 +1983,31,0.34818771481513977,homicide,15-17 yrs,1,71232,16.02063751220703,0,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,1.4038634300231934 +1983,31,0.34818771481513977,other external,15-17 yrs,6,71232,16.02063751220703,0,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,8.42318058013916 +1983,31,0.34818771481513977,internal,15-17 yrs,8,71232,16.02063751220703,0,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,11.230907440185547 +1983,31,0.34818771481513977,all,18-20 yrs,79,83320,19.03925895690918,0.34818771481513977,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,94.81517028808594 +1983,31,0.34818771481513977,MVA,18-20 yrs,41,83320,19.03925895690918,0.34818771481513977,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,49.2078742980957 +1983,31,0.34818771481513977,suicide,18-20 yrs,6,83320,19.03925895690918,0.34818771481513977,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,7.201152324676514 +1983,31,0.34818771481513977,homicide,18-20 yrs,4,83320,19.03925895690918,0.34818771481513977,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,4.80076789855957 +1983,31,0.34818771481513977,other external,18-20 yrs,12,83320,19.03925895690918,0.34818771481513977,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,14.402304649353027 +1983,31,0.34818771481513977,internal,18-20 yrs,16,83320,19.03925895690918,0.34818771481513977,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,19.20307159423828 +1983,31,0.34818771481513977,all,21-24 yrs,116,117198,22.496143341064453,1,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,98.97779846191406 +1983,31,0.34818771481513977,MVA,21-24 yrs,43,117198,22.496143341064453,1,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,36.69004440307617 +1983,31,0.34818771481513977,suicide,21-24 yrs,15,117198,22.496143341064453,1,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,12.798852920532227 +1983,31,0.34818771481513977,homicide,21-24 yrs,8,117198,22.496143341064453,1,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,6.82605504989624 +1983,31,0.34818771481513977,other external,21-24 yrs,18,117198,22.496143341064453,1,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,15.358623504638672 +1983,31,0.34818771481513977,internal,21-24 yrs,32,117198,22.496143341064453,1,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,27.30422019958496 +1984,31,0.3577482998371124,MVA,15-17 yrs,26,70211,16.001310348510742,0,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,37.03123474121094 +1984,31,0.3577482998371124,suicide,15-17 yrs,6,70211,16.001310348510742,0,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,8.5456695556640625 +1984,31,0.3577482998371124,homicide,15-17 yrs,3,70211,16.001310348510742,0,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,4.272834777832031 +1984,31,0.3577482998371124,other external,15-17 yrs,11,70211,16.001310348510742,0,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,15.667060852050781 +1984,31,0.3577482998371124,internal,15-17 yrs,9,70211,16.001310348510742,0,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,12.818504333496094 +1984,31,0.3577482998371124,all,18-20 yrs,69,78927,19.053911209106445,0.3577482998371124,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,87.42255401611328 +1984,31,0.3577482998371124,MVA,18-20 yrs,26,78927,19.053911209106445,0.3577482998371124,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,32.94183349609375 +1984,31,0.3577482998371124,suicide,18-20 yrs,11,78927,19.053911209106445,0.3577482998371124,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,13.936928749084473 +1984,31,0.3577482998371124,homicide,18-20 yrs,6,78927,19.053911209106445,0.3577482998371124,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,7.601961135864258 +1984,31,0.3577482998371124,other external,18-20 yrs,10,78927,19.053911209106445,0.3577482998371124,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,12.66993522644043 +1984,31,0.3577482998371124,internal,18-20 yrs,16,78927,19.053911209106445,0.3577482998371124,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,20.271896362304688 +1984,31,0.3577482998371124,all,21-24 yrs,100,115415,22.51854705810547,1,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,86.64385223388672 +1984,31,0.3577482998371124,MVA,21-24 yrs,36,115415,22.51854705810547,1,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,31.19178581237793 +1984,31,0.3577482998371124,suicide,21-24 yrs,16,115415,22.51854705810547,1,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,13.863016128540039 +1984,31,0.3577482998371124,homicide,21-24 yrs,6,115415,22.51854705810547,1,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,5.1986308097839355 +1984,31,0.3577482998371124,other external,21-24 yrs,20,115415,22.51854705810547,1,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,17.32876968383789 +1984,31,0.3577482998371124,internal,21-24 yrs,22,115415,22.51854705810547,1,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,19.061647415161133 +1985,31,0.1764204502105713,MVA,15-17 yrs,18,70546,15.98602294921875,0,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,25.51526641845703 +1985,31,0.1764204502105713,suicide,15-17 yrs,5,70546,15.98602294921875,0,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,7.087574005126953 +1985,31,0.1764204502105713,homicide,15-17 yrs,0,70546,15.98602294921875,0,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,0 +1985,31,0.1764204502105713,other external,15-17 yrs,11,70546,15.98602294921875,0,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,15.592662811279297 +1985,31,0.1764204502105713,internal,15-17 yrs,13,70546,15.98602294921875,0,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,18.427692413330078 +1985,31,0.1764204502105713,all,18-20 yrs,68,73709,19.042545318603516,0.1764204502105713,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,92.25467681884766 +1985,31,0.1764204502105713,MVA,18-20 yrs,33,73709,19.042545318603516,0.1764204502105713,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,44.770652770996094 +1985,31,0.1764204502105713,suicide,18-20 yrs,8,73709,19.042545318603516,0.1764204502105713,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,10.85349178314209 +1985,31,0.1764204502105713,homicide,18-20 yrs,2,73709,19.042545318603516,0.1764204502105713,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,2.7133729457855225 +1985,31,0.1764204502105713,other external,18-20 yrs,14,73709,19.042545318603516,0.1764204502105713,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,18.993610382080078 +1985,31,0.1764204502105713,internal,18-20 yrs,11,73709,19.042545318603516,0.1764204502105713,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,14.923550605773926 +1985,31,0.1764204502105713,all,21-24 yrs,82,111327,22.534847259521484,1,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,73.6568832397461 +1985,31,0.1764204502105713,MVA,21-24 yrs,31,111327,22.534847259521484,1,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,27.845895767211914 +1985,31,0.1764204502105713,suicide,21-24 yrs,18,111327,22.534847259521484,1,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,16.1685848236084 +1985,31,0.1764204502105713,homicide,21-24 yrs,6,111327,22.534847259521484,1,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,5.389528274536133 +1985,31,0.1764204502105713,other external,21-24 yrs,10,111327,22.534847259521484,1,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,8.98254680633545 +1985,31,0.1764204502105713,internal,21-24 yrs,17,111327,22.534847259521484,1,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,15.270329475402832 +1986,31,0,MVA,15-17 yrs,25,71786,15.981222152709961,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,34.82573318481445 +1986,31,0,suicide,15-17 yrs,6,71786,15.981222152709961,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,8.358175277709961 +1986,31,0,homicide,15-17 yrs,1,71786,15.981222152709961,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,1.3930293321609497 +1986,31,0,other external,15-17 yrs,9,71786,15.981222152709961,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,12.537263870239258 +1986,31,0,internal,15-17 yrs,10,71786,15.981222152709961,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,13.930293083190918 +1986,31,0,all,18-20 yrs,82,69729,19.026517868041992,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,117.59812927246094 +1986,31,0,MVA,18-20 yrs,44,69729,19.026517868041992,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,63.101436614990234 +1986,31,0,suicide,18-20 yrs,10,69729,19.026517868041992,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,14.341235160827637 +1986,31,0,homicide,18-20 yrs,3,69729,19.026517868041992,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,4.302370548248291 +1986,31,0,other external,18-20 yrs,10,69729,19.026517868041992,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,14.341235160827637 +1986,31,0,internal,18-20 yrs,15,69729,19.026517868041992,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,21.511852264404297 +1986,31,0,all,21-24 yrs,125,104919,22.543495178222656,1,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,119.1395263671875 +1986,31,0,MVA,21-24 yrs,47,104919,22.543495178222656,1,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,44.79646301269531 +1986,31,0,suicide,21-24 yrs,17,104919,22.543495178222656,1,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,16.20297622680664 +1986,31,0,homicide,21-24 yrs,17,104919,22.543495178222656,1,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,16.20297622680664 +1986,31,0,other external,21-24 yrs,19,104919,22.543495178222656,1,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,18.109207153320312 +1986,31,0,internal,21-24 yrs,25,104919,22.543495178222656,1,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,23.827905654907227 +1987,31,0,MVA,15-17 yrs,36,70836,16.01554298400879,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,50.821617126464844 +1987,31,0,suicide,15-17 yrs,9,70836,16.01554298400879,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,12.705404281616211 +1987,31,0,homicide,15-17 yrs,6,70836,16.01554298400879,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,8.470269203186035 +1987,31,0,other external,15-17 yrs,11,70836,16.01554298400879,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,15.528826713562012 +1987,31,0,internal,15-17 yrs,10,70836,16.01554298400879,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,14.11711597442627 +1987,31,0,all,18-20 yrs,65,68262,19.007076263427734,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,95.22135162353516 +1987,31,0,MVA,18-20 yrs,34,68262,19.007076263427734,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,49.8080940246582 +1987,31,0,suicide,18-20 yrs,8,68262,19.007076263427734,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,11.719551086425781 +1987,31,0,homicide,18-20 yrs,5,68262,19.007076263427734,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,7.324719429016113 +1987,31,0,other external,18-20 yrs,4,68262,19.007076263427734,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,5.859775543212891 +1987,31,0,internal,18-20 yrs,14,68262,19.007076263427734,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,20.509214401245117 +1987,31,0,all,21-24 yrs,84,98388,22.557384490966797,1,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,85.37626647949219 +1987,31,0,MVA,21-24 yrs,40,98388,22.557384490966797,1,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,40.655364990234375 +1987,31,0,suicide,21-24 yrs,13,98388,22.557384490966797,1,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,13.212993621826172 +1987,31,0,homicide,21-24 yrs,6,98388,22.557384490966797,1,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,6.098304748535156 +1987,31,0,other external,21-24 yrs,6,98388,22.557384490966797,1,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,6.098304748535156 +1987,31,0,internal,21-24 yrs,19,98388,22.557384490966797,1,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,19.311298370361328 +1988,31,0,MVA,15-17 yrs,25,68880,16.045717239379883,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,36.295005798339844 +1988,31,0,suicide,15-17 yrs,14,68880,16.045717239379883,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,20.32520294189453 +1988,31,0,homicide,15-17 yrs,3,68880,16.045717239379883,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,4.355400562286377 +1988,31,0,other external,15-17 yrs,3,68880,16.045717239379883,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,4.355400562286377 +1988,31,0,internal,15-17 yrs,12,68880,16.045717239379883,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,17.421602249145508 +1988,31,0,all,18-20 yrs,95,68938,18.99163055419922,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,137.8049774169922 +1988,31,0,MVA,18-20 yrs,40,68938,18.99163055419922,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,58.02315139770508 +1988,31,0,suicide,18-20 yrs,14,68938,18.99163055419922,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,20.308103561401367 +1988,31,0,homicide,18-20 yrs,8,68938,18.99163055419922,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,11.604630470275879 +1988,31,0,other external,18-20 yrs,15,68938,18.99163055419922,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,21.758682250976562 +1988,31,0,internal,18-20 yrs,18,68938,18.99163055419922,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,26.11041831970215 +1988,31,0,all,21-24 yrs,81,93071,22.558895111083984,1,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,87.03033447265625 +1988,31,0,MVA,21-24 yrs,22,93071,22.558895111083984,1,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,23.637866973876953 +1988,31,0,suicide,21-24 yrs,11,93071,22.558895111083984,1,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,11.818933486938477 +1988,31,0,homicide,21-24 yrs,5,93071,22.558895111083984,1,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,5.3722429275512695 +1988,31,0,other external,21-24 yrs,17,93071,22.558895111083984,1,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,18.265625 +1988,31,0,internal,21-24 yrs,26,93071,22.558895111083984,1,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,27.93566131591797 +1989,31,0,MVA,15-17 yrs,18,66173,16.02251625061035,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,27.201427459716797 +1989,31,0,suicide,15-17 yrs,8,66173,16.02251625061035,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,12.089523315429688 +1989,31,0,homicide,15-17 yrs,1,66173,16.02251625061035,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,1.511190414428711 +1989,31,0,other external,15-17 yrs,4,66173,16.02251625061035,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,6.044761657714844 +1989,31,0,internal,15-17 yrs,14,66173,16.02251625061035,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,21.156665802001953 +1989,31,0,all,18-20 yrs,63,70602,18.98753547668457,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,89.23259735107422 +1989,31,0,MVA,18-20 yrs,32,70602,18.98753547668457,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,45.324493408203125 +1989,31,0,suicide,18-20 yrs,11,70602,18.98753547668457,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,15.58029556274414 +1989,31,0,homicide,18-20 yrs,4,70602,18.98753547668457,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,5.665561676025391 +1989,31,0,other external,18-20 yrs,5,70602,18.98753547668457,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,7.0819525718688965 +1989,31,0,internal,18-20 yrs,11,70602,18.98753547668457,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,15.58029556274414 +1989,31,0,all,21-24 yrs,86,87856,22.535114288330078,1,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,97.887451171875 +1989,31,0,MVA,21-24 yrs,32,87856,22.535114288330078,1,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,36.42323684692383 +1989,31,0,suicide,21-24 yrs,13,87856,22.535114288330078,1,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,14.796940803527832 +1989,31,0,homicide,21-24 yrs,5,87856,22.535114288330078,1,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,5.691131114959717 +1989,31,0,other external,21-24 yrs,11,87856,22.535114288330078,1,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,12.520487785339355 +1989,31,0,internal,21-24 yrs,25,87856,22.535114288330078,1,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,28.45565414428711 +1990,31,0,MVA,15-17 yrs,23,65919,15.992703437805176,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,34.89130783081055 +1990,31,0,suicide,15-17 yrs,12,65919,15.992703437805176,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,18.204158782958984 +1990,31,0,homicide,15-17 yrs,3,65919,15.992703437805176,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,4.551039695739746 +1990,31,0,other external,15-17 yrs,4,65919,15.992703437805176,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,6.068053245544434 +1990,31,0,internal,15-17 yrs,10,65919,15.992703437805176,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,15.170132637023926 +1990,31,0,all,18-20 yrs,75,71015,19.01915168762207,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,105.61148834228516 +1990,31,0,MVA,18-20 yrs,24,71015,19.01915168762207,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,33.795677185058594 +1990,31,0,suicide,18-20 yrs,24,71015,19.01915168762207,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,33.795677185058594 +1990,31,0,homicide,18-20 yrs,2,71015,19.01915168762207,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,2.8163063526153564 +1990,31,0,other external,18-20 yrs,10,71015,19.01915168762207,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,14.08153247833252 +1990,31,0,internal,18-20 yrs,15,71015,19.01915168762207,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,21.122297286987305 +1990,31,0,all,21-24 yrs,88,85476,22.496841430664062,1,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,102.95287322998047 +1990,31,0,MVA,21-24 yrs,35,85476,22.496841430664062,1,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,40.947166442871094 +1990,31,0,suicide,21-24 yrs,14,85476,22.496841430664062,1,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,16.37886619567871 +1990,31,0,homicide,21-24 yrs,5,85476,22.496841430664062,1,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,5.849595069885254 +1990,31,0,other external,21-24 yrs,7,85476,22.496841430664062,1,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,8.189433097839355 +1990,31,0,internal,21-24 yrs,27,85476,22.496841430664062,1,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,31.587814331054688 +1991,31,0,MVA,15-17 yrs,18,67073,15.997197151184082,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,26.8364315032959 +1991,31,0,suicide,15-17 yrs,7,67073,15.997197151184082,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,10.436389923095703 +1991,31,0,homicide,15-17 yrs,3,67073,15.997197151184082,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,4.472738742828369 +1991,31,0,other external,15-17 yrs,6,67073,15.997197151184082,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,8.945477485656738 +1991,31,0,internal,15-17 yrs,10,67073,15.997197151184082,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,14.90912914276123 +1991,31,0,all,18-20 yrs,76,69667,19.039989471435547,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,109.09038543701172 +1991,31,0,MVA,18-20 yrs,33,69667,19.039989471435547,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,47.368194580078125 +1991,31,0,suicide,18-20 yrs,16,69667,19.039989471435547,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,22.966398239135742 +1991,31,0,homicide,18-20 yrs,4,69667,19.039989471435547,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,5.7415995597839355 +1991,31,0,other external,18-20 yrs,10,69667,19.039989471435547,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,14.353998184204102 +1991,31,0,internal,18-20 yrs,13,69667,19.039989471435547,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,18.660198211669922 +1991,31,0,all,21-24 yrs,82,86042,22.460159301757812,1,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,95.30229187011719 +1991,31,0,MVA,21-24 yrs,29,86042,22.460159301757812,1,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,33.704471588134766 +1991,31,0,suicide,21-24 yrs,11,86042,22.460159301757812,1,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,12.784454345703125 +1991,31,0,homicide,21-24 yrs,8,86042,22.460159301757812,1,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,9.297784805297852 +1991,31,0,other external,21-24 yrs,11,86042,22.460159301757812,1,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,12.784454345703125 +1991,31,0,internal,21-24 yrs,23,86042,22.460159301757812,1,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,26.731130599975586 +1992,31,0,MVA,15-17 yrs,23,69022,16.00139045715332,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,33.32270812988281 +1992,31,0,suicide,15-17 yrs,4,69022,16.00139045715332,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,5.795253753662109 +1992,31,0,homicide,15-17 yrs,2,69022,16.00139045715332,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,2.8976268768310547 +1992,31,0,other external,15-17 yrs,6,69022,16.00139045715332,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,8.692880630493164 +1992,31,0,internal,15-17 yrs,8,69022,16.00139045715332,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,11.590507507324219 +1992,31,0,all,18-20 yrs,70,68284,19.0241641998291,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,102.51303100585938 +1992,31,0,MVA,18-20 yrs,27,68284,19.0241641998291,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,39.540740966796875 +1992,31,0,suicide,18-20 yrs,9,68284,19.0241641998291,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,13.18024730682373 +1992,31,0,homicide,18-20 yrs,5,68284,19.0241641998291,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,7.322359561920166 +1992,31,0,other external,18-20 yrs,8,68284,19.0241641998291,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,11.715775489807129 +1992,31,0,internal,18-20 yrs,21,68284,19.0241641998291,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,30.753910064697266 +1992,31,0,all,21-24 yrs,78,88096,22.43721580505371,1,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,88.5397720336914 +1992,31,0,MVA,21-24 yrs,27,88096,22.43721580505371,1,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,30.64838409423828 +1992,31,0,suicide,21-24 yrs,16,88096,22.43721580505371,1,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,18.162004470825195 +1992,31,0,homicide,21-24 yrs,6,88096,22.43721580505371,1,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,6.810751914978027 +1992,31,0,other external,21-24 yrs,9,88096,22.43721580505371,1,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,10.216127395629883 +1992,31,0,internal,21-24 yrs,20,88096,22.43721580505371,1,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,22.70250701904297 +1993,31,0,MVA,15-17 yrs,19,70536,15.99217414855957,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,26.936599731445312 +1993,31,0,suicide,15-17 yrs,4,70536,15.99217414855957,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,5.670863151550293 +1993,31,0,homicide,15-17 yrs,2,70536,15.99217414855957,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,2.8354315757751465 +1993,31,0,other external,15-17 yrs,7,70536,15.99217414855957,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,9.924010276794434 +1993,31,0,internal,15-17 yrs,14,70536,15.99217414855957,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,19.848020553588867 +1993,31,0,all,18-20 yrs,56,68699,18.99492073059082,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,81.5150146484375 +1993,31,0,MVA,18-20 yrs,25,68699,18.99492073059082,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,36.39063262939453 +1993,31,0,suicide,18-20 yrs,8,68699,18.99492073059082,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,11.645002365112305 +1993,31,0,homicide,18-20 yrs,5,68699,18.99492073059082,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,7.278126239776611 +1993,31,0,other external,18-20 yrs,9,68699,18.99492073059082,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,13.100626945495605 +1993,31,0,internal,18-20 yrs,9,68699,18.99492073059082,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,13.100626945495605 +1993,31,0,all,21-24 yrs,90,89110,22.466501235961914,1,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,100.99876403808594 +1993,31,0,MVA,21-24 yrs,31,89110,22.466501235961914,1,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,34.7884635925293 +1993,31,0,suicide,21-24 yrs,16,89110,22.466501235961914,1,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,17.95533561706543 +1993,31,0,homicide,21-24 yrs,8,89110,22.466501235961914,1,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,8.977667808532715 +1993,31,0,other external,21-24 yrs,10,89110,22.466501235961914,1,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,11.222084999084473 +1993,31,0,internal,21-24 yrs,25,89110,22.466501235961914,1,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,28.055212020874023 +1994,31,0,MVA,15-17 yrs,31,73062,15.995305061340332,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,42.429718017578125 +1994,31,0,suicide,15-17 yrs,10,73062,15.995305061340332,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,13.687005996704102 +1994,31,0,homicide,15-17 yrs,4,73062,15.995305061340332,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,5.474802017211914 +1994,31,0,other external,15-17 yrs,4,73062,15.995305061340332,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,5.474802017211914 +1994,31,0,internal,15-17 yrs,8,73062,15.995305061340332,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,10.949604034423828 +1994,31,0,all,18-20 yrs,62,69809,18.999526977539062,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,88.81376647949219 +1994,31,0,MVA,18-20 yrs,29,69809,18.999526977539062,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,41.54191970825195 +1994,31,0,suicide,18-20 yrs,10,69809,18.999526977539062,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,14.324800491333008 +1994,31,0,homicide,18-20 yrs,4,69809,18.999526977539062,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,5.729920387268066 +1994,31,0,other external,18-20 yrs,10,69809,18.999526977539062,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,14.324800491333008 +1994,31,0,internal,18-20 yrs,9,69809,18.999526977539062,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,12.89232063293457 +1994,31,0,all,21-24 yrs,74,88825,22.506084442138672,1,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,83.30987548828125 +1994,31,0,MVA,21-24 yrs,28,88825,22.506084442138672,1,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,31.52265739440918 +1994,31,0,suicide,21-24 yrs,11,88825,22.506084442138672,1,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,12.38390064239502 +1994,31,0,homicide,21-24 yrs,8,88825,22.506084442138672,1,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,9.006473541259766 +1994,31,0,other external,21-24 yrs,10,88825,22.506084442138672,1,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,11.258091926574707 +1994,31,0,internal,21-24 yrs,17,88825,22.506084442138672,1,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,19.138755798339844 +1995,31,0,MVA,15-17 yrs,25,76095,15.982547760009766,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,32.853668212890625 +1995,31,0,suicide,15-17 yrs,9,76095,15.982547760009766,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,11.82732105255127 +1995,31,0,homicide,15-17 yrs,4,76095,15.982547760009766,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,5.256587028503418 +1995,31,0,other external,15-17 yrs,8,76095,15.982547760009766,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,10.513174057006836 +1995,31,0,internal,15-17 yrs,14,76095,15.982547760009766,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,18.398054122924805 +1995,31,0,all,18-20 yrs,64,72170,19.0002498626709,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,88.67950439453125 +1995,31,0,MVA,18-20 yrs,26,72170,19.0002498626709,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,36.02605056762695 +1995,31,0,suicide,18-20 yrs,10,72170,19.0002498626709,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,13.856172561645508 +1995,31,0,homicide,18-20 yrs,11,72170,19.0002498626709,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,15.241789817810059 +1995,31,0,other external,18-20 yrs,5,72170,19.0002498626709,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,6.928086280822754 +1995,31,0,internal,18-20 yrs,12,72170,19.0002498626709,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,16.62740707397461 +1995,31,0,all,21-24 yrs,82,87996,22.510910034179688,1,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,93.18605041503906 +1995,31,0,MVA,21-24 yrs,32,87996,22.510910034179688,1,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,36.36528778076172 +1995,31,0,suicide,21-24 yrs,12,87996,22.510910034179688,1,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,13.636983871459961 +1995,31,0,homicide,21-24 yrs,5,87996,22.510910034179688,1,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,5.682076454162598 +1995,31,0,other external,21-24 yrs,6,87996,22.510910034179688,1,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,6.8184919357299805 +1995,31,0,internal,21-24 yrs,27,87996,22.510910034179688,1,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,30.683212280273438 +1996,31,0,MVA,15-17 yrs,26,78899,15.99178695678711,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,32.953521728515625 +1996,31,0,suicide,15-17 yrs,10,78899,15.99178695678711,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,12.674431800842285 +1996,31,0,homicide,15-17 yrs,4,78899,15.99178695678711,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,5.069772720336914 +1996,31,0,other external,15-17 yrs,4,78899,15.99178695678711,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,5.069772720336914 +1996,31,0,internal,15-17 yrs,14,78899,15.99178695678711,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,17.744205474853516 +1996,31,0,all,18-20 yrs,53,73779,18.992015838623047,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,71.8361587524414 +1996,31,0,MVA,18-20 yrs,16,73779,18.992015838623047,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,21.68638801574707 +1996,31,0,suicide,18-20 yrs,13,73779,18.992015838623047,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,17.620189666748047 +1996,31,0,homicide,18-20 yrs,5,73779,18.992015838623047,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,6.77699613571167 +1996,31,0,other external,18-20 yrs,5,73779,18.992015838623047,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,6.77699613571167 +1996,31,0,internal,18-20 yrs,14,73779,18.992015838623047,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,18.975589752197266 +1996,31,0,all,21-24 yrs,72,87619,22.470172882080078,1,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,82.17395782470703 +1996,31,0,MVA,21-24 yrs,20,87619,22.470172882080078,1,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,22.826099395751953 +1996,31,0,suicide,21-24 yrs,16,87619,22.470172882080078,1,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,18.260879516601562 +1996,31,0,homicide,21-24 yrs,10,87619,22.470172882080078,1,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,11.413049697875977 +1996,31,0,other external,21-24 yrs,4,87619,22.470172882080078,1,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,4.565219879150391 +1996,31,0,internal,21-24 yrs,22,87619,22.470172882080078,1,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,25.10870933532715 +1970,32,0,MVA,15-17 yrs,23,26104,15.963492393493652,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,88.109100341796875 +1970,32,0,suicide,15-17 yrs,2,26104,15.963492393493652,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,7.661661148071289 +1970,32,0,homicide,15-17 yrs,3,26104,15.963492393493652,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,11.492491722106934 +1970,32,0,other external,15-17 yrs,10,26104,15.963492393493652,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,38.30830383300781 +1970,32,0,internal,15-17 yrs,7,26104,15.963492393493652,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,26.815813064575195 +1970,32,0,all,18-20 yrs,58,21514,19.006275177001953,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,269.5918884277344 +1970,32,0,MVA,18-20 yrs,31,21514,19.006275177001953,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,144.09222412109375 +1970,32,0,suicide,18-20 yrs,3,21514,19.006275177001953,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,13.944408416748047 +1970,32,0,homicide,18-20 yrs,6,21514,19.006275177001953,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,27.888816833496094 +1970,32,0,other external,18-20 yrs,9,21514,19.006275177001953,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,41.83322525024414 +1970,32,0,internal,18-20 yrs,9,21514,19.006275177001953,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,41.83322525024414 +1970,32,0,all,21-24 yrs,63,31673,22.457929611206055,1,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,198.9075927734375 +1970,32,0,MVA,21-24 yrs,29,31673,22.457929611206055,1,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,91.560638427734375 +1970,32,0,suicide,21-24 yrs,8,31673,22.457929611206055,1,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,25.258106231689453 +1970,32,0,homicide,21-24 yrs,4,31673,22.457929611206055,1,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,12.629053115844727 +1970,32,0,other external,21-24 yrs,15,31673,22.457929611206055,1,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,47.35894775390625 +1970,32,0,internal,21-24 yrs,7,31673,22.457929611206055,1,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,22.10084342956543 +1971,32,0,MVA,15-17 yrs,24,28613,15.98189640045166,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,83.877960205078125 +1971,32,0,suicide,15-17 yrs,2,28613,15.98189640045166,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,6.989830017089844 +1971,32,0,homicide,15-17 yrs,7,28613,15.98189640045166,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,24.464405059814453 +1971,32,0,other external,15-17 yrs,5,28613,15.98189640045166,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,17.47457504272461 +1971,32,0,internal,15-17 yrs,7,28613,15.98189640045166,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,24.464405059814453 +1971,32,0,all,18-20 yrs,62,24221,18.998018264770508,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,255.97621154785156 +1971,32,0,MVA,18-20 yrs,28,24221,18.998018264770508,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,115.60216522216797 +1971,32,0,suicide,18-20 yrs,6,24221,18.998018264770508,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,24.771892547607422 +1971,32,0,homicide,18-20 yrs,2,24221,18.998018264770508,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,8.25729751586914 +1971,32,0,other external,18-20 yrs,17,24221,18.998018264770508,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,70.18702697753906 +1971,32,0,internal,18-20 yrs,9,24221,18.998018264770508,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,37.1578369140625 +1971,32,0,all,21-24 yrs,66,33521,22.606813430786133,1,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,196.89149475097656 +1971,32,0,MVA,21-24 yrs,34,33521,22.606813430786133,1,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,101.428955078125 +1971,32,0,suicide,21-24 yrs,7,33521,22.606813430786133,1,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,20.882431030273438 +1971,32,0,homicide,21-24 yrs,7,33521,22.606813430786133,1,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,20.882431030273438 +1971,32,0,other external,21-24 yrs,10,33521,22.606813430786133,1,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,29.832046508789062 +1971,32,0,internal,21-24 yrs,8,33521,22.606813430786133,1,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,23.865636825561523 +1972,32,0,MVA,15-17 yrs,18,30608,15.973960876464844,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,58.80815505981445 +1972,32,0,suicide,15-17 yrs,6,30608,15.973960876464844,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,19.602718353271484 +1972,32,0,homicide,15-17 yrs,4,30608,15.973960876464844,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,13.06847858428955 +1972,32,0,other external,15-17 yrs,16,30608,15.973960876464844,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,52.2739143371582 +1972,32,0,internal,15-17 yrs,12,30608,15.973960876464844,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,39.20543670654297 +1972,32,0,all,18-20 yrs,80,27201,19.009889602661133,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,294.1068420410156 +1972,32,0,MVA,18-20 yrs,46,27201,19.009889602661133,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,169.11143493652344 +1972,32,0,suicide,18-20 yrs,10,27201,19.009889602661133,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,36.76335525512695 +1972,32,0,homicide,18-20 yrs,4,27201,19.009889602661133,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,14.705341339111328 +1972,32,0,other external,18-20 yrs,8,27201,19.009889602661133,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,29.410682678222656 +1972,32,0,internal,18-20 yrs,12,27201,19.009889602661133,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,44.116024017333984 +1972,32,0,all,21-24 yrs,76,33839,22.53875732421875,1,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,224.59292602539062 +1972,32,0,MVA,21-24 yrs,36,33839,22.53875732421875,1,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,106.38612365722656 +1972,32,0,suicide,21-24 yrs,12,33839,22.53875732421875,1,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,35.462039947509766 +1972,32,0,homicide,21-24 yrs,8,33839,22.53875732421875,1,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,23.641361236572266 +1972,32,0,other external,21-24 yrs,10,33839,22.53875732421875,1,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,29.551700592041016 +1972,32,0,internal,21-24 yrs,10,33839,22.53875732421875,1,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,29.551700592041016 +1973,32,0,MVA,15-17 yrs,23,32484,15.978851318359375,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,70.80408477783203 +1973,32,0,suicide,15-17 yrs,4,32484,15.978851318359375,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,12.313754081726074 +1973,32,0,homicide,15-17 yrs,4,32484,15.978851318359375,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,12.313754081726074 +1973,32,0,other external,15-17 yrs,6,32484,15.978851318359375,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,18.470632553100586 +1973,32,0,internal,15-17 yrs,6,32484,15.978851318359375,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,18.470632553100586 +1973,32,0,all,18-20 yrs,75,28873,19.017074584960938,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,259.75823974609375 +1973,32,0,MVA,18-20 yrs,39,28873,19.017074584960938,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,135.0742950439453 +1973,32,0,suicide,18-20 yrs,5,28873,19.017074584960938,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,17.317216873168945 +1973,32,0,homicide,18-20 yrs,7,28873,19.017074584960938,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,24.244104385375977 +1973,32,0,other external,18-20 yrs,16,28873,19.017074584960938,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,55.41509246826172 +1973,32,0,internal,18-20 yrs,8,28873,19.017074584960938,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,27.70754623413086 +1973,32,0,all,21-24 yrs,75,34468,22.476152420043945,1,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,217.59312438964844 +1973,32,0,MVA,21-24 yrs,35,34468,22.476152420043945,1,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,101.54345703125 +1973,32,0,suicide,21-24 yrs,7,34468,22.476152420043945,1,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,20.308692932128906 +1973,32,0,homicide,21-24 yrs,5,34468,22.476152420043945,1,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,14.506208419799805 +1973,32,0,other external,21-24 yrs,14,34468,22.476152420043945,1,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,40.61738586425781 +1973,32,0,internal,21-24 yrs,14,34468,22.476152420043945,1,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,40.61738586425781 +1974,32,0,MVA,15-17 yrs,13,34529,15.998580932617188,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,37.649513244628906 +1974,32,0,suicide,15-17 yrs,4,34529,15.998580932617188,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,11.584465026855469 +1974,32,0,homicide,15-17 yrs,3,34529,15.998580932617188,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,8.688348770141602 +1974,32,0,other external,15-17 yrs,10,34529,15.998580932617188,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,28.961162567138672 +1974,32,0,internal,15-17 yrs,6,34529,15.998580932617188,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,17.376697540283203 +1974,32,0,all,18-20 yrs,78,30996,19.029682159423828,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,251.64537048339844 +1974,32,0,MVA,18-20 yrs,27,30996,19.029682159423828,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,87.10801696777344 +1974,32,0,suicide,18-20 yrs,9,30996,19.029682159423828,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,29.0360050201416 +1974,32,0,homicide,18-20 yrs,14,30996,19.029682159423828,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,45.167118072509766 +1974,32,0,other external,18-20 yrs,13,30996,19.029682159423828,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,41.940895080566406 +1974,32,0,internal,18-20 yrs,15,30996,19.029682159423828,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,48.393341064453125 +1974,32,0,all,21-24 yrs,85,37087,22.43047523498535,1,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,229.19082641601562 +1974,32,0,MVA,21-24 yrs,33,37087,22.43047523498535,1,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,88.97996520996094 +1974,32,0,suicide,21-24 yrs,15,37087,22.43047523498535,1,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,40.445438385009766 +1974,32,0,homicide,21-24 yrs,12,37087,22.43047523498535,1,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,32.35634994506836 +1974,32,0,other external,21-24 yrs,12,37087,22.43047523498535,1,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,32.35634994506836 +1974,32,0,internal,21-24 yrs,13,37087,22.43047523498535,1,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,35.05271530151367 +1975,32,0,MVA,15-17 yrs,18,35393,16.0012149810791,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,50.857513427734375 +1975,32,0,suicide,15-17 yrs,0,35393,16.0012149810791,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,0 +1975,32,0,homicide,15-17 yrs,2,35393,16.0012149810791,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,5.650835037231445 +1975,32,0,other external,15-17 yrs,6,35393,16.0012149810791,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,16.952505111694336 +1975,32,0,internal,15-17 yrs,7,35393,16.0012149810791,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,19.777921676635742 +1975,32,0,all,18-20 yrs,56,32803,19.022375106811523,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,170.71609497070312 +1975,32,0,MVA,18-20 yrs,31,32803,19.022375106811523,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,94.50355529785156 +1975,32,0,suicide,18-20 yrs,7,32803,19.022375106811523,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,21.33951187133789 +1975,32,0,homicide,18-20 yrs,3,32803,19.022375106811523,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,9.14550495147705 +1975,32,0,other external,18-20 yrs,8,32803,19.022375106811523,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,24.38801383972168 +1975,32,0,internal,18-20 yrs,7,32803,19.022375106811523,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,21.33951187133789 +1975,32,0,all,21-24 yrs,103,41015,22.43754768371582,1,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,251.1276397705078 +1975,32,0,MVA,21-24 yrs,36,41015,22.43754768371582,1,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,87.77276611328125 +1975,32,0,suicide,21-24 yrs,18,41015,22.43754768371582,1,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,43.886383056640625 +1975,32,0,homicide,21-24 yrs,7,41015,22.43754768371582,1,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,17.066926956176758 +1975,32,0,other external,21-24 yrs,21,41015,22.43754768371582,1,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,51.20077896118164 +1975,32,0,internal,21-24 yrs,21,41015,22.43754768371582,1,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,51.20077896118164 +1976,32,0,MVA,15-17 yrs,17,36867,15.989285469055176,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,46.111698150634766 +1976,32,0,suicide,15-17 yrs,7,36867,15.989285469055176,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,18.98716926574707 +1976,32,0,homicide,15-17 yrs,1,36867,15.989285469055176,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,2.7124528884887695 +1976,32,0,other external,15-17 yrs,9,36867,15.989285469055176,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,24.41207504272461 +1976,32,0,internal,15-17 yrs,4,36867,15.989285469055176,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,10.849811553955078 +1976,32,0,all,18-20 yrs,81,34861,19.03095054626465,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,232.35133361816406 +1976,32,0,MVA,18-20 yrs,33,34861,19.03095054626465,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,94.66165924072266 +1976,32,0,suicide,18-20 yrs,12,34861,19.03095054626465,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,34.422420501708984 +1976,32,0,homicide,18-20 yrs,12,34861,19.03095054626465,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,34.422420501708984 +1976,32,0,other external,18-20 yrs,14,34861,19.03095054626465,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,40.159488677978516 +1976,32,0,internal,18-20 yrs,10,34861,19.03095054626465,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,28.68535041809082 +1976,32,0,all,21-24 yrs,83,45288,22.46800422668457,1,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,183.27149963378906 +1976,32,0,MVA,21-24 yrs,29,45288,22.46800422668457,1,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,64.03462219238281 +1976,32,0,suicide,21-24 yrs,19,45288,22.46800422668457,1,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,41.95372009277344 +1976,32,0,homicide,21-24 yrs,7,45288,22.46800422668457,1,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,15.456633567810059 +1976,32,0,other external,21-24 yrs,14,45288,22.46800422668457,1,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,30.913267135620117 +1976,32,0,internal,21-24 yrs,14,45288,22.46800422668457,1,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,30.913267135620117 +1977,32,0,MVA,15-17 yrs,27,38370,15.995908737182617,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,70.36747741699219 +1977,32,0,suicide,15-17 yrs,6,38370,15.995908737182617,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,15.637216567993164 +1977,32,0,homicide,15-17 yrs,2,38370,15.995908737182617,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,5.212405681610107 +1977,32,0,other external,15-17 yrs,11,38370,15.995908737182617,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,28.668230056762695 +1977,32,0,internal,15-17 yrs,6,38370,15.995908737182617,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,15.637216567993164 +1977,32,0,all,18-20 yrs,85,36841,19.05379867553711,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,230.72120666503906 +1977,32,0,MVA,18-20 yrs,36,36841,19.05379867553711,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,97.71721649169922 +1977,32,0,suicide,18-20 yrs,14,36841,19.05379867553711,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,38.00114059448242 +1977,32,0,homicide,18-20 yrs,7,36841,19.05379867553711,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,19.00057029724121 +1977,32,0,other external,18-20 yrs,16,36841,19.05379867553711,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,43.429874420166016 +1977,32,0,internal,18-20 yrs,12,36841,19.05379867553711,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,32.57240676879883 +1977,32,0,all,21-24 yrs,101,49605,22.491905212402344,1,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,203.60850524902344 +1977,32,0,MVA,21-24 yrs,32,49605,22.491905212402344,1,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,64.50962829589844 +1977,32,0,suicide,21-24 yrs,27,49605,22.491905212402344,1,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,54.429996490478516 +1977,32,0,homicide,21-24 yrs,16,49605,22.491905212402344,1,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,32.25481414794922 +1977,32,0,other external,21-24 yrs,12,49605,22.491905212402344,1,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,24.191110610961914 +1977,32,0,internal,21-24 yrs,14,49605,22.491905212402344,1,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,28.22296142578125 +1978,32,0,MVA,15-17 yrs,30,40146,16.014671325683594,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,74.72724914550781 +1978,32,0,suicide,15-17 yrs,3,40146,16.014671325683594,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,7.472724437713623 +1978,32,0,homicide,15-17 yrs,3,40146,16.014671325683594,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,7.472724437713623 +1978,32,0,other external,15-17 yrs,8,40146,16.014671325683594,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,19.927265167236328 +1978,32,0,internal,15-17 yrs,8,40146,16.014671325683594,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,19.927265167236328 +1978,32,0,all,18-20 yrs,72,38512,19.057903289794922,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,186.9547119140625 +1978,32,0,MVA,18-20 yrs,37,38512,19.057903289794922,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,96.0739517211914 +1978,32,0,suicide,18-20 yrs,9,38512,19.057903289794922,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,23.369338989257812 +1978,32,0,homicide,18-20 yrs,8,38512,19.057903289794922,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,20.772747039794922 +1978,32,0,other external,18-20 yrs,9,38512,19.057903289794922,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,23.369338989257812 +1978,32,0,internal,18-20 yrs,9,38512,19.057903289794922,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,23.369338989257812 +1978,32,0,all,21-24 yrs,128,54441,22.50298500061035,1,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,235.11691284179688 +1978,32,0,MVA,21-24 yrs,60,54441,22.50298500061035,1,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,110.21105194091797 +1978,32,0,suicide,21-24 yrs,18,54441,22.50298500061035,1,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,33.063316345214844 +1978,32,0,homicide,21-24 yrs,13,54441,22.50298500061035,1,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,23.87906265258789 +1978,32,0,other external,21-24 yrs,27,54441,22.50298500061035,1,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,49.594974517822266 +1978,32,0,internal,21-24 yrs,10,54441,22.50298500061035,1,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,18.36850929260254 +1979,32,0,MVA,15-17 yrs,36,41507,16.01512908935547,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,86.73236083984375 +1979,32,0,suicide,15-17 yrs,5,41507,16.01512908935547,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,12.046160697937012 +1979,32,0,homicide,15-17 yrs,1,41507,16.01512908935547,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,2.4092321395874023 +1979,32,0,other external,15-17 yrs,8,41507,16.01512908935547,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,19.27385711669922 +1979,32,0,internal,15-17 yrs,9,41507,16.01512908935547,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,21.683090209960938 +1979,32,0,all,18-20 yrs,93,40783,19.047569274902344,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,228.03619384765625 +1979,32,0,MVA,18-20 yrs,43,40783,19.047569274902344,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,105.43608856201172 +1979,32,0,suicide,18-20 yrs,14,40783,19.047569274902344,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,34.32802963256836 +1979,32,0,homicide,18-20 yrs,18,40783,19.047569274902344,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,44.13603591918945 +1979,32,0,other external,18-20 yrs,10,40783,19.047569274902344,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,24.520021438598633 +1979,32,0,internal,18-20 yrs,8,40783,19.047569274902344,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,19.616016387939453 +1979,32,0,all,21-24 yrs,139,59228,22.50945472717285,1,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,234.68629455566406 +1979,32,0,MVA,21-24 yrs,81,59228,22.50945472717285,1,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,136.7596435546875 +1979,32,0,suicide,21-24 yrs,19,59228,22.50945472717285,1,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,32.07942199707031 +1979,32,0,homicide,21-24 yrs,12,59228,22.50945472717285,1,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,20.26068687438965 +1979,32,0,other external,21-24 yrs,15,59228,22.50945472717285,1,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,25.32585906982422 +1979,32,0,internal,21-24 yrs,12,59228,22.50945472717285,1,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,20.26068687438965 +1980,32,0,MVA,15-17 yrs,26,42300,16.020519256591797,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,61.465721130371094 +1980,32,0,suicide,15-17 yrs,5,42300,16.020519256591797,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,11.820330619812012 +1980,32,0,homicide,15-17 yrs,6,42300,16.020519256591797,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,14.184396743774414 +1980,32,0,other external,15-17 yrs,9,42300,16.020519256591797,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,21.276596069335938 +1980,32,0,internal,15-17 yrs,7,42300,16.020519256591797,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,16.548463821411133 +1980,32,0,all,18-20 yrs,94,43053,19.024017333984375,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,218.33554077148438 +1980,32,0,MVA,18-20 yrs,46,43053,19.024017333984375,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,106.84505462646484 +1980,32,0,suicide,18-20 yrs,8,43053,19.024017333984375,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,18.581748962402344 +1980,32,0,homicide,18-20 yrs,7,43053,19.024017333984375,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,16.259029388427734 +1980,32,0,other external,18-20 yrs,21,43053,19.024017333984375,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,48.7770881652832 +1980,32,0,internal,18-20 yrs,12,43053,19.024017333984375,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,27.872621536254883 +1980,32,0,all,21-24 yrs,151,62987,22.535158157348633,1,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,239.7320098876953 +1980,32,0,MVA,21-24 yrs,49,62987,22.535158157348633,1,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,77.79383087158203 +1980,32,0,suicide,21-24 yrs,30,62987,22.535158157348633,1,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,47.628875732421875 +1980,32,0,homicide,21-24 yrs,24,62987,22.535158157348633,1,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,38.10309982299805 +1980,32,0,other external,21-24 yrs,28,62987,22.535158157348633,1,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,44.453617095947266 +1980,32,0,internal,21-24 yrs,20,62987,22.535158157348633,1,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,31.75258445739746 +1981,32,0,MVA,15-17 yrs,18,42038,16.03106689453125,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,42.81840133666992 +1981,32,0,suicide,15-17 yrs,5,42038,16.03106689453125,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,11.894001007080078 +1981,32,0,homicide,15-17 yrs,5,42038,16.03106689453125,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,11.894001007080078 +1981,32,0,other external,15-17 yrs,8,42038,16.03106689453125,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,19.0304012298584 +1981,32,0,internal,15-17 yrs,10,42038,16.03106689453125,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,23.788002014160156 +1981,32,0,all,18-20 yrs,89,44378,19.005407333374023,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,200.54981994628906 +1981,32,0,MVA,18-20 yrs,38,44378,19.005407333374023,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,85.62801361083984 +1981,32,0,suicide,18-20 yrs,11,44378,19.005407333374023,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,24.78705596923828 +1981,32,0,homicide,18-20 yrs,12,44378,19.005407333374023,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,27.04042625427246 +1981,32,0,other external,18-20 yrs,16,44378,19.005407333374023,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,36.05390167236328 +1981,32,0,internal,18-20 yrs,12,44378,19.005407333374023,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,27.04042625427246 +1981,32,0,all,21-24 yrs,132,63704,22.561832427978516,1,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,207.20834350585938 +1981,32,0,MVA,21-24 yrs,48,63704,22.561832427978516,1,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,75.3484878540039 +1981,32,0,suicide,21-24 yrs,33,63704,22.561832427978516,1,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,51.802085876464844 +1981,32,0,homicide,21-24 yrs,19,63704,22.561832427978516,1,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,29.825443267822266 +1981,32,0,other external,21-24 yrs,17,63704,22.561832427978516,1,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,26.685922622680664 +1981,32,0,internal,21-24 yrs,15,63704,22.561832427978516,1,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,23.546401977539062 +1982,32,0,MVA,15-17 yrs,13,41330,16.020275115966797,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,31.45414924621582 +1982,32,0,suicide,15-17 yrs,8,41330,16.020275115966797,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,19.356399536132812 +1982,32,0,homicide,15-17 yrs,3,41330,16.020275115966797,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,7.258649826049805 +1982,32,0,other external,15-17 yrs,8,41330,16.020275115966797,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,19.356399536132812 +1982,32,0,internal,15-17 yrs,8,41330,16.020275115966797,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,19.356399536132812 +1982,32,0,all,18-20 yrs,83,45239,19.006343841552734,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,183.4700164794922 +1982,32,0,MVA,18-20 yrs,44,45239,19.006343841552734,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,97.26121520996094 +1982,32,0,suicide,18-20 yrs,9,45239,19.006343841552734,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,19.894338607788086 +1982,32,0,homicide,18-20 yrs,11,45239,19.006343841552734,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,24.315303802490234 +1982,32,0,other external,18-20 yrs,8,45239,19.006343841552734,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,17.683856964111328 +1982,32,0,internal,18-20 yrs,11,45239,19.006343841552734,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,24.315303802490234 +1982,32,0,all,21-24 yrs,163,63384,22.553421020507812,1,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,257.1626892089844 +1982,32,0,MVA,21-24 yrs,54,63384,22.553421020507812,1,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,85.19499969482422 +1982,32,0,suicide,21-24 yrs,32,63384,22.553421020507812,1,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,50.48592758178711 +1982,32,0,homicide,21-24 yrs,13,63384,22.553421020507812,1,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,20.50990867614746 +1982,32,0,other external,21-24 yrs,42,63384,22.553421020507812,1,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,66.26277923583984 +1982,32,0,internal,21-24 yrs,22,63384,22.553421020507812,1,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,34.709075927734375 +1983,32,0,MVA,15-17 yrs,13,40190,16.012042999267578,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,32.34635543823242 +1983,32,0,suicide,15-17 yrs,2,40190,16.012042999267578,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,4.976362228393555 +1983,32,0,homicide,15-17 yrs,2,40190,16.012042999267578,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,4.976362228393555 +1983,32,0,other external,15-17 yrs,6,40190,16.012042999267578,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,14.929086685180664 +1983,32,0,internal,15-17 yrs,4,40190,16.012042999267578,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,9.95272445678711 +1983,32,0,all,18-20 yrs,74,45161,19.04169464111328,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,163.8582000732422 +1983,32,0,MVA,18-20 yrs,34,45161,19.04169464111328,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,75.28620147705078 +1983,32,0,suicide,18-20 yrs,16,45161,19.04169464111328,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,35.42879867553711 +1983,32,0,homicide,18-20 yrs,10,45161,19.04169464111328,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,22.14299964904785 +1983,32,0,other external,18-20 yrs,7,45161,19.04169464111328,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,15.500099182128906 +1983,32,0,internal,18-20 yrs,7,45161,19.04169464111328,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,15.500099182128906 +1983,32,0,all,21-24 yrs,93,62605,22.538408279418945,1,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,148.55043029785156 +1983,32,0,MVA,21-24 yrs,37,62605,22.538408279418945,1,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,59.100711822509766 +1983,32,0,suicide,21-24 yrs,14,62605,22.538408279418945,1,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,22.362430572509766 +1983,32,0,homicide,21-24 yrs,13,62605,22.538408279418945,1,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,20.765113830566406 +1983,32,0,other external,21-24 yrs,19,62605,22.538408279418945,1,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,30.349014282226562 +1983,32,0,internal,21-24 yrs,10,62605,22.538408279418945,1,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,15.973165512084961 +1984,32,0,MVA,15-17 yrs,14,39805,16.0019588470459,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,35.17145919799805 +1984,32,0,suicide,15-17 yrs,7,39805,16.0019588470459,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,17.585729598999023 +1984,32,0,homicide,15-17 yrs,2,39805,16.0019588470459,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,5.024494647979736 +1984,32,0,other external,15-17 yrs,6,39805,16.0019588470459,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,15.07348346710205 +1984,32,0,internal,15-17 yrs,4,39805,16.0019588470459,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,10.048989295959473 +1984,32,0,all,18-20 yrs,65,43645,19.054691314697266,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,148.92886352539062 +1984,32,0,MVA,18-20 yrs,36,43645,19.054691314697266,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,82.483673095703125 +1984,32,0,suicide,18-20 yrs,6,43645,19.054691314697266,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,13.747279167175293 +1984,32,0,homicide,18-20 yrs,6,43645,19.054691314697266,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,13.747279167175293 +1984,32,0,other external,18-20 yrs,10,43645,19.054691314697266,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,22.912132263183594 +1984,32,0,internal,18-20 yrs,7,43645,19.054691314697266,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,16.03849220275879 +1984,32,0,all,21-24 yrs,125,63603,22.512475967407227,1,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,196.5316162109375 +1984,32,0,MVA,21-24 yrs,38,63603,22.512475967407227,1,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,59.745609283447266 +1984,32,0,suicide,21-24 yrs,28,63603,22.512475967407227,1,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,44.02307891845703 +1984,32,0,homicide,21-24 yrs,15,63603,22.512475967407227,1,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,23.58379364013672 +1984,32,0,other external,21-24 yrs,22,63603,22.512475967407227,1,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,34.58956527709961 +1984,32,0,internal,21-24 yrs,22,63603,22.512475967407227,1,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,34.58956527709961 +1985,32,0,MVA,15-17 yrs,15,40498,15.983579635620117,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,37.03886795043945 +1985,32,0,suicide,15-17 yrs,2,40498,15.983579635620117,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,4.938515663146973 +1985,32,0,homicide,15-17 yrs,1,40498,15.983579635620117,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,2.4692578315734863 +1985,32,0,other external,15-17 yrs,4,40498,15.983579635620117,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,9.877031326293945 +1985,32,0,internal,15-17 yrs,6,40498,15.983579635620117,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,14.815546035766602 +1985,32,0,all,18-20 yrs,57,42151,19.04899024963379,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,135.2281036376953 +1985,32,0,MVA,18-20 yrs,23,42151,19.04899024963379,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,54.56572723388672 +1985,32,0,suicide,18-20 yrs,14,42151,19.04899024963379,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,33.21392059326172 +1985,32,0,homicide,18-20 yrs,6,42151,19.04899024963379,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,14.234538078308105 +1985,32,0,other external,18-20 yrs,8,42151,19.04899024963379,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,18.97938346862793 +1985,32,0,internal,18-20 yrs,6,42151,19.04899024963379,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,14.234538078308105 +1985,32,0,all,21-24 yrs,131,65259,22.507822036743164,1,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,200.7386016845703 +1985,32,0,MVA,21-24 yrs,45,65259,22.507822036743164,1,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,68.95600891113281 +1985,32,0,suicide,21-24 yrs,30,65259,22.507822036743164,1,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,45.970672607421875 +1985,32,0,homicide,21-24 yrs,14,65259,22.507822036743164,1,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,21.452980041503906 +1985,32,0,other external,21-24 yrs,24,65259,22.507822036743164,1,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,36.77653503417969 +1985,32,0,internal,21-24 yrs,18,65259,22.507822036743164,1,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,27.5824031829834 +1986,32,0,MVA,15-17 yrs,14,41852,15.98867416381836,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,33.451210021972656 +1986,32,0,suicide,15-17 yrs,5,41852,15.98867416381836,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,11.946860313415527 +1986,32,0,homicide,15-17 yrs,1,41852,15.98867416381836,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,2.3893721103668213 +1986,32,0,other external,15-17 yrs,5,41852,15.98867416381836,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,11.946860313415527 +1986,32,0,internal,15-17 yrs,8,41852,15.98867416381836,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,19.11497688293457 +1986,32,0,all,18-20 yrs,63,41137,19.044631958007812,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,153.1468048095703 +1986,32,0,MVA,18-20 yrs,33,41137,19.044631958007812,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,80.219757080078125 +1986,32,0,suicide,18-20 yrs,11,41137,19.044631958007812,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,26.739917755126953 +1986,32,0,homicide,18-20 yrs,8,41137,19.044631958007812,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,19.44721221923828 +1986,32,0,other external,18-20 yrs,6,41137,19.044631958007812,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,14.585410118103027 +1986,32,0,internal,18-20 yrs,5,41137,19.044631958007812,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,12.154507637023926 +1986,32,0,all,21-24 yrs,108,66710,22.5323486328125,1,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,161.894775390625 +1986,32,0,MVA,21-24 yrs,37,66710,22.5323486328125,1,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,55.46394729614258 +1986,32,0,suicide,21-24 yrs,27,66710,22.5323486328125,1,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,40.47369384765625 +1986,32,0,homicide,21-24 yrs,11,66710,22.5323486328125,1,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,16.489282608032227 +1986,32,0,other external,21-24 yrs,14,66710,22.5323486328125,1,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,20.986358642578125 +1986,32,0,internal,21-24 yrs,19,66710,22.5323486328125,1,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,28.481487274169922 +1987,32,0,MVA,15-17 yrs,18,42688,16.02923583984375,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,42.16641616821289 +1987,32,0,suicide,15-17 yrs,11,42688,16.02923583984375,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,25.76836585998535 +1987,32,0,homicide,15-17 yrs,3,42688,16.02923583984375,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,7.027736186981201 +1987,32,0,other external,15-17 yrs,4,42688,16.02923583984375,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,9.370314598083496 +1987,32,0,internal,15-17 yrs,7,42688,16.02923583984375,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,16.39805030822754 +1987,32,0,all,18-20 yrs,52,41638,19.030405044555664,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,124.88592529296875 +1987,32,0,MVA,18-20 yrs,28,41638,19.030405044555664,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,67.24626922607422 +1987,32,0,suicide,18-20 yrs,4,41638,19.030405044555664,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,9.606609344482422 +1987,32,0,homicide,18-20 yrs,8,41638,19.030405044555664,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,19.213218688964844 +1987,32,0,other external,18-20 yrs,6,41638,19.030405044555664,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,14.409914016723633 +1987,32,0,internal,18-20 yrs,6,41638,19.030405044555664,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,14.409914016723633 +1987,32,0,all,21-24 yrs,79,68543,22.576980590820312,1,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,115.25611877441406 +1987,32,0,MVA,21-24 yrs,34,68543,22.576980590820312,1,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,49.60389709472656 +1987,32,0,suicide,21-24 yrs,24,68543,22.576980590820312,1,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,35.0145149230957 +1987,32,0,homicide,21-24 yrs,4,68543,22.576980590820312,1,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,5.835752964019775 +1987,32,0,other external,21-24 yrs,5,68543,22.576980590820312,1,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,7.29469108581543 +1987,32,0,internal,21-24 yrs,12,68543,22.576980590820312,1,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,17.50725746154785 +1988,32,0,MVA,15-17 yrs,12,42739,16.053932189941406,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,28.07740020751953 +1988,32,0,suicide,15-17 yrs,8,42739,16.053932189941406,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,18.7182674407959 +1988,32,0,homicide,15-17 yrs,6,42739,16.053932189941406,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,14.038700103759766 +1988,32,0,other external,15-17 yrs,5,42739,16.053932189941406,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,11.6989164352417 +1988,32,0,internal,15-17 yrs,5,42739,16.053932189941406,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,11.6989164352417 +1988,32,0,all,18-20 yrs,54,43314,19.008495330810547,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,124.67100524902344 +1988,32,0,MVA,18-20 yrs,28,43314,19.008495330810547,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,64.64422607421875 +1988,32,0,suicide,18-20 yrs,7,43314,19.008495330810547,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,16.161056518554688 +1988,32,0,homicide,18-20 yrs,5,43314,19.008495330810547,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,11.543611526489258 +1988,32,0,other external,18-20 yrs,6,43314,19.008495330810547,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,13.852334022521973 +1988,32,0,internal,18-20 yrs,8,43314,19.008495330810547,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,18.469778060913086 +1988,32,0,all,21-24 yrs,119,69082,22.586143493652344,1,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,172.25904846191406 +1988,32,0,MVA,21-24 yrs,46,69082,22.586143493652344,1,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,66.58753204345703 +1988,32,0,suicide,21-24 yrs,23,69082,22.586143493652344,1,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,33.293766021728516 +1988,32,0,homicide,21-24 yrs,15,69082,22.586143493652344,1,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,21.71332550048828 +1988,32,0,other external,21-24 yrs,9,69082,22.586143493652344,1,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,13.027996063232422 +1988,32,0,internal,21-24 yrs,26,69082,22.586143493652344,1,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,37.63643264770508 +1989,32,0,MVA,15-17 yrs,21,42082,16.039588928222656,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,49.90257263183594 +1989,32,0,suicide,15-17 yrs,6,42082,16.039588928222656,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,14.257877349853516 +1989,32,0,homicide,15-17 yrs,6,42082,16.039588928222656,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,14.257877349853516 +1989,32,0,other external,15-17 yrs,3,42082,16.039588928222656,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,7.128938674926758 +1989,32,0,internal,15-17 yrs,5,42082,16.039588928222656,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,11.881564140319824 +1989,32,0,all,18-20 yrs,67,46490,19.013593673706055,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,144.1170196533203 +1989,32,0,MVA,18-20 yrs,29,46490,19.013593673706055,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,62.379005432128906 +1989,32,0,suicide,18-20 yrs,14,46490,19.013593673706055,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,30.114002227783203 +1989,32,0,homicide,18-20 yrs,9,46490,19.013593673706055,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,19.35900115966797 +1989,32,0,other external,18-20 yrs,8,46490,19.013593673706055,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,17.2080020904541 +1989,32,0,internal,18-20 yrs,7,46490,19.013593673706055,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,15.057001113891602 +1989,32,0,all,21-24 yrs,97,70509,22.575925827026367,1,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,137.5710906982422 +1989,32,0,MVA,21-24 yrs,35,70509,22.575925827026367,1,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,49.63905334472656 +1989,32,0,suicide,21-24 yrs,14,70509,22.575925827026367,1,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,19.855621337890625 +1989,32,0,homicide,21-24 yrs,16,70509,22.575925827026367,1,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,22.692138671875 +1989,32,0,other external,21-24 yrs,13,70509,22.575925827026367,1,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,18.437362670898438 +1989,32,0,internal,21-24 yrs,19,70509,22.575925827026367,1,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,26.946914672851562 +1990,32,0,MVA,15-17 yrs,23,45301,15.986953735351562,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,50.771507263183594 +1990,32,0,suicide,15-17 yrs,5,45301,15.986953735351562,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,11.037283897399902 +1990,32,0,homicide,15-17 yrs,6,45301,15.986953735351562,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,13.24474048614502 +1990,32,0,other external,15-17 yrs,3,45301,15.986953735351562,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,6.62237024307251 +1990,32,0,internal,15-17 yrs,4,45301,15.986953735351562,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,8.829827308654785 +1990,32,0,all,18-20 yrs,78,47870,19.044578552246094,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,162.94129943847656 +1990,32,0,MVA,18-20 yrs,39,47870,19.044578552246094,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,81.47064971923828 +1990,32,0,suicide,18-20 yrs,15,47870,19.044578552246094,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,31.33486557006836 +1990,32,0,homicide,18-20 yrs,12,47870,19.044578552246094,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,25.06789207458496 +1990,32,0,other external,18-20 yrs,4,47870,19.044578552246094,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,8.355963706970215 +1990,32,0,internal,18-20 yrs,8,47870,19.044578552246094,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,16.71192741394043 +1990,32,0,all,21-24 yrs,102,71017,22.56072425842285,1,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,143.62757873535156 +1990,32,0,MVA,21-24 yrs,48,71017,22.56072425842285,1,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,67.589447021484375 +1990,32,0,suicide,21-24 yrs,19,71017,22.56072425842285,1,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,26.75415802001953 +1990,32,0,homicide,21-24 yrs,16,71017,22.56072425842285,1,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,22.529817581176758 +1990,32,0,other external,21-24 yrs,7,71017,22.56072425842285,1,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,9.856795310974121 +1990,32,0,internal,21-24 yrs,12,71017,22.56072425842285,1,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,16.897361755371094 +1991,32,0,MVA,15-17 yrs,13,45798,15.994759559631348,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,28.38551902770996 +1991,32,0,suicide,15-17 yrs,9,45798,15.994759559631348,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,19.651514053344727 +1991,32,0,homicide,15-17 yrs,9,45798,15.994759559631348,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,19.651514053344727 +1991,32,0,other external,15-17 yrs,3,45798,15.994759559631348,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,6.550504207611084 +1991,32,0,internal,15-17 yrs,2,45798,15.994759559631348,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,4.367002964019775 +1991,32,0,all,18-20 yrs,69,48834,19.035959243774414,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,141.2949981689453 +1991,32,0,MVA,18-20 yrs,25,48834,19.035959243774414,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,51.19384002685547 +1991,32,0,suicide,18-20 yrs,13,48834,19.035959243774414,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,26.62079620361328 +1991,32,0,homicide,18-20 yrs,18,48834,19.035959243774414,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,36.85956573486328 +1991,32,0,other external,18-20 yrs,5,48834,19.035959243774414,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,10.238767623901367 +1991,32,0,internal,18-20 yrs,8,48834,19.035959243774414,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,16.382028579711914 +1991,32,0,all,21-24 yrs,118,72111,22.548141479492188,1,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,163.63661193847656 +1991,32,0,MVA,21-24 yrs,39,72111,22.548141479492188,1,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,54.083290100097656 +1991,32,0,suicide,21-24 yrs,23,72111,22.548141479492188,1,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,31.895273208618164 +1991,32,0,homicide,21-24 yrs,30,72111,22.548141479492188,1,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,41.6025276184082 +1991,32,0,other external,21-24 yrs,11,72111,22.548141479492188,1,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,15.254261016845703 +1991,32,0,internal,21-24 yrs,15,72111,22.548141479492188,1,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,20.8012638092041 +1992,32,0,MVA,15-17 yrs,18,47757,15.984420776367188,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,37.69081115722656 +1992,32,0,suicide,15-17 yrs,5,47757,15.984420776367188,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,10.469669342041016 +1992,32,0,homicide,15-17 yrs,9,47757,15.984420776367188,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,18.84540557861328 +1992,32,0,other external,15-17 yrs,6,47757,15.984420776367188,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,12.563603401184082 +1992,32,0,internal,15-17 yrs,3,47757,15.984420776367188,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,6.281801700592041 +1992,32,0,all,18-20 yrs,62,48489,19.0327091217041,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,127.86405181884766 +1992,32,0,MVA,18-20 yrs,19,48489,19.0327091217041,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,39.18414306640625 +1992,32,0,suicide,18-20 yrs,11,48489,19.0327091217041,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,22.685558319091797 +1992,32,0,homicide,18-20 yrs,18,48489,19.0327091217041,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,37.121822357177734 +1992,32,0,other external,18-20 yrs,4,48489,19.0327091217041,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,8.249293327331543 +1992,32,0,internal,18-20 yrs,10,48489,19.0327091217041,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,20.623233795166016 +1992,32,0,all,21-24 yrs,100,71365,22.538597106933594,1,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,140.1247100830078 +1992,32,0,MVA,21-24 yrs,31,71365,22.538597106933594,1,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,43.43865966796875 +1992,32,0,suicide,21-24 yrs,24,71365,22.538597106933594,1,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,33.62993240356445 +1992,32,0,homicide,21-24 yrs,13,71365,22.538597106933594,1,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,18.21621322631836 +1992,32,0,other external,21-24 yrs,9,71365,22.538597106933594,1,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,12.611224174499512 +1992,32,0,internal,21-24 yrs,23,71365,22.538597106933594,1,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,32.22868347167969 +1993,32,0,MVA,15-17 yrs,15,50279,15.968018531799316,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,29.833528518676758 +1993,32,0,suicide,15-17 yrs,3,50279,15.968018531799316,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,5.966705799102783 +1993,32,0,homicide,15-17 yrs,8,50279,15.968018531799316,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,15.911215782165527 +1993,32,0,other external,15-17 yrs,8,50279,15.968018531799316,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,15.911215782165527 +1993,32,0,internal,15-17 yrs,4,50279,15.968018531799316,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,7.955607891082764 +1993,32,0,all,18-20 yrs,53,49144,19.025272369384766,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,107.84632873535156 +1993,32,0,MVA,18-20 yrs,13,49144,19.025272369384766,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,26.45287322998047 +1993,32,0,suicide,18-20 yrs,14,49144,19.025272369384766,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,28.487709045410156 +1993,32,0,homicide,18-20 yrs,12,49144,19.025272369384766,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,24.41803741455078 +1993,32,0,other external,18-20 yrs,4,49144,19.025272369384766,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,8.139345169067383 +1993,32,0,internal,18-20 yrs,10,49144,19.025272369384766,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,20.348363876342773 +1993,32,0,all,21-24 yrs,129,70702,22.54575538635254,1,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,182.45594787597656 +1993,32,0,MVA,21-24 yrs,33,70702,22.54575538635254,1,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,46.674774169921875 +1993,32,0,suicide,21-24 yrs,36,70702,22.54575538635254,1,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,50.917938232421875 +1993,32,0,homicide,21-24 yrs,22,70702,22.54575538635254,1,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,31.116518020629883 +1993,32,0,other external,21-24 yrs,17,70702,22.54575538635254,1,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,24.04458236694336 +1993,32,0,internal,21-24 yrs,21,70702,22.54575538635254,1,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,29.702129364013672 +1994,32,0,MVA,15-17 yrs,14,54525,15.969023704528809,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,25.676294326782227 +1994,32,0,suicide,15-17 yrs,9,54525,15.969023704528809,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,16.506189346313477 +1994,32,0,homicide,15-17 yrs,6,54525,15.969023704528809,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,11.00412654876709 +1994,32,0,other external,15-17 yrs,7,54525,15.969023704528809,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,12.838147163391113 +1994,32,0,internal,15-17 yrs,11,54525,15.969023704528809,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,20.174232482910156 +1994,32,0,all,18-20 yrs,85,51057,19.019996643066406,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,166.48060607910156 +1994,32,0,MVA,18-20 yrs,23,51057,19.019996643066406,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,45.047691345214844 +1994,32,0,suicide,18-20 yrs,17,51057,19.019996643066406,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,33.296119689941406 +1994,32,0,homicide,18-20 yrs,23,51057,19.019996643066406,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,45.047691345214844 +1994,32,0,other external,18-20 yrs,9,51057,19.019996643066406,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,17.627357482910156 +1994,32,0,internal,18-20 yrs,13,51057,19.019996643066406,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,25.46173858642578 +1994,32,0,all,21-24 yrs,119,72797,22.54145050048828,1,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,163.46827697753906 +1994,32,0,MVA,21-24 yrs,37,72797,22.54145050048828,1,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,50.826271057128906 +1994,32,0,suicide,21-24 yrs,32,72797,22.54145050048828,1,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,43.957855224609375 +1994,32,0,homicide,21-24 yrs,18,72797,22.54145050048828,1,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,24.726293563842773 +1994,32,0,other external,21-24 yrs,13,72797,22.54145050048828,1,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,17.857879638671875 +1994,32,0,internal,21-24 yrs,19,72797,22.54145050048828,1,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,26.099977493286133 +1995,32,0,MVA,15-17 yrs,13,58590,15.959327697753906,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,22.188087463378906 +1995,32,0,suicide,15-17 yrs,16,58590,15.959327697753906,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,27.308414459228516 +1995,32,0,homicide,15-17 yrs,9,58590,15.959327697753906,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,15.360982894897461 +1995,32,0,other external,15-17 yrs,1,58590,15.959327697753906,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,1.7067759037017822 +1995,32,0,internal,15-17 yrs,8,58590,15.959327697753906,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,13.654207229614258 +1995,32,0,all,18-20 yrs,81,54124,19.011676788330078,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,149.65634155273438 +1995,32,0,MVA,18-20 yrs,34,54124,19.011676788330078,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,62.8187141418457 +1995,32,0,suicide,18-20 yrs,9,54124,19.011676788330078,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,16.628482818603516 +1995,32,0,homicide,18-20 yrs,16,54124,19.011676788330078,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,29.56174659729004 +1995,32,0,other external,18-20 yrs,14,54124,19.011676788330078,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,25.86652946472168 +1995,32,0,internal,18-20 yrs,8,54124,19.011676788330078,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,14.78087329864502 +1995,32,0,all,21-24 yrs,119,74127,22.538414001464844,1,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,160.53529357910156 +1995,32,0,MVA,21-24 yrs,24,74127,22.538414001464844,1,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,32.37686538696289 +1995,32,0,suicide,21-24 yrs,40,74127,22.538414001464844,1,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,53.96144485473633 +1995,32,0,homicide,21-24 yrs,28,74127,22.538414001464844,1,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,37.77301025390625 +1995,32,0,other external,21-24 yrs,15,74127,22.538414001464844,1,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,20.23554229736328 +1995,32,0,internal,21-24 yrs,12,74127,22.538414001464844,1,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,16.188432693481445 +1996,32,0,MVA,15-17 yrs,20,62952,15.971041679382324,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,31.77023696899414 +1996,32,0,suicide,15-17 yrs,8,62952,15.971041679382324,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,12.708094596862793 +1996,32,0,homicide,15-17 yrs,12,62952,15.971041679382324,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,19.062143325805664 +1996,32,0,other external,15-17 yrs,8,62952,15.971041679382324,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,12.708094596862793 +1996,32,0,internal,15-17 yrs,12,62952,15.971041679382324,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,19.062143325805664 +1996,32,0,all,18-20 yrs,75,57026,19.002471923828125,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,131.51895141601562 +1996,32,0,MVA,18-20 yrs,27,57026,19.002471923828125,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,47.346824645996094 +1996,32,0,suicide,18-20 yrs,13,57026,19.002471923828125,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,22.796619415283203 +1996,32,0,homicide,18-20 yrs,18,57026,19.002471923828125,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,31.564550399780273 +1996,32,0,other external,18-20 yrs,9,57026,19.002471923828125,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,15.782275199890137 +1996,32,0,internal,18-20 yrs,8,57026,19.002471923828125,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,14.028688430786133 +1996,32,0,all,21-24 yrs,117,76080,22.521175384521484,1,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,153.78549194335938 +1996,32,0,MVA,21-24 yrs,31,76080,22.521175384521484,1,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,40.74658203125 +1996,32,0,suicide,21-24 yrs,29,76080,22.521175384521484,1,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,38.11777114868164 +1996,32,0,homicide,21-24 yrs,26,76080,22.521175384521484,1,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,34.17455291748047 +1996,32,0,other external,21-24 yrs,12,76080,22.521175384521484,1,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,15.772871017456055 +1996,32,0,internal,21-24 yrs,19,76080,22.521175384521484,1,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,24.973711013793945 +1970,33,0,MVA,15-17 yrs,25,39957,15.977850914001465,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,62.5672607421875 +1970,33,0,suicide,15-17 yrs,1,39957,15.977850914001465,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,2.502690315246582 +1970,33,0,homicide,15-17 yrs,0,39957,15.977850914001465,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,0 +1970,33,0,other external,15-17 yrs,8,39957,15.977850914001465,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,20.021522521972656 +1970,33,0,internal,15-17 yrs,4,39957,15.977850914001465,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,10.010761260986328 +1970,33,0,all,18-20 yrs,45,40180,18.970930099487305,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,111.99601745605469 +1970,33,0,MVA,18-20 yrs,24,40180,18.970930099487305,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,59.73120880126953 +1970,33,0,suicide,18-20 yrs,1,40180,18.970930099487305,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,2.488800287246704 +1970,33,0,homicide,18-20 yrs,1,40180,18.970930099487305,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,2.488800287246704 +1970,33,0,other external,18-20 yrs,11,40180,18.970930099487305,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,27.37680435180664 +1970,33,0,internal,18-20 yrs,8,40180,18.970930099487305,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,19.910402297973633 +1970,33,0,all,21-24 yrs,55,45707,22.39149284362793,1,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,120.33168029785156 +1970,33,0,MVA,21-24 yrs,20,45707,22.39149284362793,1,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,43.75697326660156 +1970,33,0,suicide,21-24 yrs,7,45707,22.39149284362793,1,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,15.314940452575684 +1970,33,0,homicide,21-24 yrs,1,45707,22.39149284362793,1,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,2.1878488063812256 +1970,33,0,other external,21-24 yrs,9,45707,22.39149284362793,1,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,19.690637588500977 +1970,33,0,internal,21-24 yrs,18,45707,22.39149284362793,1,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,39.38127517700195 +1971,33,0,MVA,15-17 yrs,21,41700,15.975707054138184,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,50.359710693359375 +1971,33,0,suicide,15-17 yrs,2,41700,15.975707054138184,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,4.796163082122803 +1971,33,0,homicide,15-17 yrs,0,41700,15.975707054138184,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,0 +1971,33,0,other external,15-17 yrs,9,41700,15.975707054138184,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,21.582733154296875 +1971,33,0,internal,15-17 yrs,4,41700,15.975707054138184,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,9.592326164245605 +1971,33,0,all,18-20 yrs,61,40655,19.011978149414062,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,150.0430450439453 +1971,33,0,MVA,18-20 yrs,29,40655,19.011978149414062,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,71.331939697265625 +1971,33,0,suicide,18-20 yrs,7,40655,19.011978149414062,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,17.218053817749023 +1971,33,0,homicide,18-20 yrs,2,40655,19.011978149414062,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,4.9194440841674805 +1971,33,0,other external,18-20 yrs,15,40655,19.011978149414062,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,36.89583206176758 +1971,33,0,internal,18-20 yrs,8,40655,19.011978149414062,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,19.677776336669922 +1971,33,0,all,21-24 yrs,68,52973,22.528457641601562,1,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,128.36727905273438 +1971,33,0,MVA,21-24 yrs,26,52973,22.528457641601562,1,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,49.081607818603516 +1971,33,0,suicide,21-24 yrs,10,52973,22.528457641601562,1,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,18.877540588378906 +1971,33,0,homicide,21-24 yrs,0,52973,22.528457641601562,1,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,0 +1971,33,0,other external,21-24 yrs,14,52973,22.528457641601562,1,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,26.428558349609375 +1971,33,0,internal,21-24 yrs,18,52973,22.528457641601562,1,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,33.979576110839844 +1972,33,0,MVA,15-17 yrs,12,43596,15.96735954284668,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,27.525461196899414 +1972,33,0,suicide,15-17 yrs,4,43596,15.96735954284668,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,9.175153732299805 +1972,33,0,homicide,15-17 yrs,0,43596,15.96735954284668,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,0 +1972,33,0,other external,15-17 yrs,8,43596,15.96735954284668,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,18.35030746459961 +1972,33,0,internal,15-17 yrs,10,43596,15.96735954284668,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,22.937883377075195 +1972,33,0,all,18-20 yrs,48,41171,19.0059757232666,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,116.58692169189453 +1972,33,0,MVA,18-20 yrs,18,41171,19.0059757232666,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,43.7200927734375 +1972,33,0,suicide,18-20 yrs,8,41171,19.0059757232666,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,19.43115234375 +1972,33,0,homicide,18-20 yrs,4,41171,19.0059757232666,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,9.715576171875 +1972,33,0,other external,18-20 yrs,10,41171,19.0059757232666,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,24.2889404296875 +1972,33,0,internal,18-20 yrs,8,41171,19.0059757232666,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,19.43115234375 +1972,33,0,all,21-24 yrs,48,54891,22.50775146484375,1,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,87.44602966308594 +1972,33,0,MVA,21-24 yrs,24,54891,22.50775146484375,1,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,43.72301483154297 +1972,33,0,suicide,21-24 yrs,2,54891,22.50775146484375,1,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,3.6435844898223877 +1972,33,0,homicide,21-24 yrs,2,54891,22.50775146484375,1,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,3.6435844898223877 +1972,33,0,other external,21-24 yrs,8,54891,22.50775146484375,1,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,14.57433795928955 +1972,33,0,internal,21-24 yrs,12,54891,22.50775146484375,1,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,21.861507415771484 +1973,33,0.5863013863563538,MVA,15-17 yrs,15,45394,15.973543167114258,0,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,33.04401397705078 +1973,33,0.5863013863563538,suicide,15-17 yrs,5,45394,15.973543167114258,0,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,11.014671325683594 +1973,33,0.5863013863563538,homicide,15-17 yrs,1,45394,15.973543167114258,0,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,2.2029342651367188 +1973,33,0.5863013863563538,other external,15-17 yrs,11,45394,15.973543167114258,0,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,24.232276916503906 +1973,33,0.5863013863563538,internal,15-17 yrs,4,45394,15.973543167114258,0,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,8.811737060546875 +1973,33,0.5863013863563538,all,18-20 yrs,48,42079,18.9803466796875,0.5863013863563538,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,114.07115173339844 +1973,33,0.5863013863563538,MVA,18-20 yrs,25,42079,18.9803466796875,0.5863013863563538,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,59.41205978393555 +1973,33,0.5863013863563538,suicide,18-20 yrs,6,42079,18.9803466796875,0.5863013863563538,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,14.258893966674805 +1973,33,0.5863013863563538,homicide,18-20 yrs,2,42079,18.9803466796875,0.5863013863563538,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,4.752964496612549 +1973,33,0.5863013863563538,other external,18-20 yrs,11,42079,18.9803466796875,0.5863013863563538,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,26.141305923461914 +1973,33,0.5863013863563538,internal,18-20 yrs,4,42079,18.9803466796875,0.5863013863563538,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,9.505928993225098 +1973,33,0.5863013863563538,all,21-24 yrs,61,56242,22.52556800842285,1,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,108.45986938476562 +1973,33,0.5863013863563538,MVA,21-24 yrs,17,56242,22.52556800842285,1,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,30.226520538330078 +1973,33,0.5863013863563538,suicide,21-24 yrs,10,56242,22.52556800842285,1,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,17.780305862426758 +1973,33,0.5863013863563538,homicide,21-24 yrs,4,56242,22.52556800842285,1,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,7.112122535705566 +1973,33,0.5863013863563538,other external,21-24 yrs,12,56242,22.52556800842285,1,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,21.336368560791016 +1973,33,0.5863013863563538,internal,21-24 yrs,18,56242,22.52556800842285,1,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,32.00455093383789 +1974,33,1,MVA,15-17 yrs,21,46796,15.985169410705566,0,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,44.87562942504883 +1974,33,1,suicide,15-17 yrs,0,46796,15.985169410705566,0,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,0 +1974,33,1,homicide,15-17 yrs,1,46796,15.985169410705566,0,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,2.136934757232666 +1974,33,1,other external,15-17 yrs,9,46796,15.985169410705566,0,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,19.232412338256836 +1974,33,1,internal,15-17 yrs,10,46796,15.985169410705566,0,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,21.369348526000977 +1974,33,1,all,18-20 yrs,66,44189,18.98422622680664,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,149.3584442138672 +1974,33,1,MVA,18-20 yrs,31,44189,18.98422622680664,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,70.15320587158203 +1974,33,1,suicide,18-20 yrs,12,44189,18.98422622680664,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,27.15608024597168 +1974,33,1,homicide,18-20 yrs,4,44189,18.98422622680664,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,9.052026748657227 +1974,33,1,other external,18-20 yrs,9,44189,18.98422622680664,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,20.3670597076416 +1974,33,1,internal,18-20 yrs,10,44189,18.98422622680664,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,22.63006591796875 +1974,33,1,all,21-24 yrs,49,55902,22.535633087158203,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,87.65339660644531 +1974,33,1,MVA,21-24 yrs,23,55902,22.535633087158203,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,41.143428802490234 +1974,33,1,suicide,21-24 yrs,8,55902,22.535633087158203,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,14.310757637023926 +1974,33,1,homicide,21-24 yrs,2,55902,22.535633087158203,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,3.5776894092559814 +1974,33,1,other external,21-24 yrs,4,55902,22.535633087158203,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,7.155378818511963 +1974,33,1,internal,21-24 yrs,12,55902,22.535633087158203,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,21.466136932373047 +1975,33,1,MVA,15-17 yrs,14,47411,15.983864784240723,0,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,29.52901268005371 +1975,33,1,suicide,15-17 yrs,3,47411,15.983864784240723,0,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,6.327645301818848 +1975,33,1,homicide,15-17 yrs,1,47411,15.983864784240723,0,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,2.109215259552002 +1975,33,1,other external,15-17 yrs,11,47411,15.983864784240723,0,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,23.201366424560547 +1975,33,1,internal,15-17 yrs,6,47411,15.983864784240723,0,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,12.655290603637695 +1975,33,1,all,18-20 yrs,44,46218,18.97637367248535,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,95.20100402832031 +1975,33,1,MVA,18-20 yrs,18,46218,18.97637367248535,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,38.945865631103516 +1975,33,1,suicide,18-20 yrs,8,46218,18.97637367248535,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,17.30927276611328 +1975,33,1,homicide,18-20 yrs,1,46218,18.97637367248535,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,2.16365909576416 +1975,33,1,other external,18-20 yrs,9,46218,18.97637367248535,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,19.472932815551758 +1975,33,1,internal,18-20 yrs,8,46218,18.97637367248535,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,17.30927276611328 +1975,33,1,all,21-24 yrs,74,55865,22.5323543548584,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,132.46218872070312 +1975,33,1,MVA,21-24 yrs,28,55865,22.5323543548584,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,50.120826721191406 +1975,33,1,suicide,21-24 yrs,19,55865,22.5323543548584,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,34.010562896728516 +1975,33,1,homicide,21-24 yrs,1,55865,22.5323543548584,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,1.790029525756836 +1975,33,1,other external,21-24 yrs,13,55865,22.5323543548584,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,23.270383834838867 +1975,33,1,internal,21-24 yrs,13,55865,22.5323543548584,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,23.270383834838867 +1976,33,1,MVA,15-17 yrs,19,48631,15.978819847106934,0,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,39.06972885131836 +1976,33,1,suicide,15-17 yrs,0,48631,15.978819847106934,0,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,0 +1976,33,1,homicide,15-17 yrs,0,48631,15.978819847106934,0,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,0 +1976,33,1,other external,15-17 yrs,3,48631,15.978819847106934,0,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,6.168904781341553 +1976,33,1,internal,15-17 yrs,7,48631,15.978819847106934,0,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,14.394110679626465 +1976,33,1,all,18-20 yrs,56,48202,18.98271942138672,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,116.17774963378906 +1976,33,1,MVA,18-20 yrs,30,48202,18.98271942138672,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,62.23808288574219 +1976,33,1,suicide,18-20 yrs,3,48202,18.98271942138672,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,6.223808288574219 +1976,33,1,homicide,18-20 yrs,2,48202,18.98271942138672,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,4.149205207824707 +1976,33,1,other external,18-20 yrs,10,48202,18.98271942138672,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,20.74602699279785 +1976,33,1,internal,18-20 yrs,11,48202,18.98271942138672,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,22.820629119873047 +1976,33,1,all,21-24 yrs,56,56166,22.49909210205078,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,99.7044448852539 +1976,33,1,MVA,21-24 yrs,23,56166,22.49909210205078,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,40.950042724609375 +1976,33,1,suicide,21-24 yrs,8,56166,22.49909210205078,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,14.243492126464844 +1976,33,1,homicide,21-24 yrs,1,56166,22.49909210205078,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,1.7804365158081055 +1976,33,1,other external,21-24 yrs,10,56166,22.49909210205078,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,17.804365158081055 +1976,33,1,internal,21-24 yrs,14,56166,22.49909210205078,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,24.926111221313477 +1977,33,1,MVA,15-17 yrs,21,49921,15.983633995056152,0,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,42.066463470458984 +1977,33,1,suicide,15-17 yrs,0,49921,15.983633995056152,0,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,0 +1977,33,1,homicide,15-17 yrs,0,49921,15.983633995056152,0,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,0 +1977,33,1,other external,15-17 yrs,11,49921,15.983633995056152,0,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,22.034814834594727 +1977,33,1,internal,15-17 yrs,8,49921,15.983633995056152,0,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,16.025320053100586 +1977,33,1,all,18-20 yrs,69,50655,18.99573516845703,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,136.215576171875 +1977,33,1,MVA,18-20 yrs,33,50655,18.99573516845703,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,65.1465835571289 +1977,33,1,suicide,18-20 yrs,10,50655,18.99573516845703,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,19.74138832092285 +1977,33,1,homicide,18-20 yrs,2,50655,18.99573516845703,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,3.948277473449707 +1977,33,1,other external,18-20 yrs,16,50655,18.99573516845703,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,31.586219787597656 +1977,33,1,internal,18-20 yrs,8,50655,18.99573516845703,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,15.793109893798828 +1977,33,1,all,21-24 yrs,44,58039,22.468908309936523,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,75.81109619140625 +1977,33,1,MVA,21-24 yrs,16,58039,22.468908309936523,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,27.567670822143555 +1977,33,1,suicide,21-24 yrs,12,58039,22.468908309936523,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,20.675752639770508 +1977,33,1,homicide,21-24 yrs,2,58039,22.468908309936523,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,3.4459588527679443 +1977,33,1,other external,21-24 yrs,6,58039,22.468908309936523,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,10.337876319885254 +1977,33,1,internal,21-24 yrs,8,58039,22.468908309936523,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,13.783835411071777 +1978,33,1,MVA,15-17 yrs,23,50885,15.992630004882812,0,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,45.19995880126953 +1978,33,1,suicide,15-17 yrs,6,50885,15.992630004882812,0,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,11.79129409790039 +1978,33,1,homicide,15-17 yrs,1,50885,15.992630004882812,0,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,1.9652156829833984 +1978,33,1,other external,15-17 yrs,9,50885,15.992630004882812,0,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,17.686941146850586 +1978,33,1,internal,15-17 yrs,6,50885,15.992630004882812,0,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,11.79129409790039 +1978,33,1,all,18-20 yrs,51,52320,18.994895935058594,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,97.47706604003906 +1978,33,1,MVA,18-20 yrs,22,52320,18.994895935058594,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,42.04893112182617 +1978,33,1,suicide,18-20 yrs,7,52320,18.994895935058594,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,13.379204750061035 +1978,33,1,homicide,18-20 yrs,2,52320,18.994895935058594,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,3.822629928588867 +1978,33,1,other external,18-20 yrs,10,52320,18.994895935058594,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,19.113149642944336 +1978,33,1,internal,18-20 yrs,10,52320,18.994895935058594,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,19.113149642944336 +1978,33,1,all,21-24 yrs,66,61193,22.45784568786621,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,107.85547637939453 +1978,33,1,MVA,21-24 yrs,33,61193,22.45784568786621,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,53.927738189697266 +1978,33,1,suicide,21-24 yrs,9,61193,22.45784568786621,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,14.707564353942871 +1978,33,1,homicide,21-24 yrs,0,61193,22.45784568786621,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,0 +1978,33,1,other external,21-24 yrs,10,61193,22.45784568786621,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,16.341737747192383 +1978,33,1,internal,21-24 yrs,14,61193,22.45784568786621,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,22.878433227539062 +1979,33,0.5892310738563538,MVA,15-17 yrs,26,50966,15.992073059082031,0,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,51.014400482177734 +1979,33,0.5892310738563538,suicide,15-17 yrs,2,50966,15.992073059082031,0,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,3.924184799194336 +1979,33,0.5892310738563538,homicide,15-17 yrs,0,50966,15.992073059082031,0,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,0 +1979,33,0.5892310738563538,other external,15-17 yrs,7,50966,15.992073059082031,0,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,13.734646797180176 +1979,33,0.5892310738563538,internal,15-17 yrs,11,50966,15.992073059082031,0,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,21.58301544189453 +1979,33,0.5892310738563538,all,18-20 yrs,54,54082,18.991199493408203,0.5892310738563538,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,99.84838104248047 +1979,33,0.5892310738563538,MVA,18-20 yrs,22,54082,18.991199493408203,0.5892310738563538,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,40.67897033691406 +1979,33,0.5892310738563538,suicide,18-20 yrs,7,54082,18.991199493408203,0.5892310738563538,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,12.943307876586914 +1979,33,0.5892310738563538,homicide,18-20 yrs,0,54082,18.991199493408203,0.5892310738563538,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,0 +1979,33,0.5892310738563538,other external,18-20 yrs,15,54082,18.991199493408203,0.5892310738563538,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,27.735660552978516 +1979,33,0.5892310738563538,internal,18-20 yrs,10,54082,18.991199493408203,0.5892310738563538,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,18.490440368652344 +1979,33,0.5892310738563538,all,21-24 yrs,64,63780,22.46331214904785,1,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,100.34493255615234 +1979,33,0.5892310738563538,MVA,21-24 yrs,27,63780,22.46331214904785,1,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,42.3330192565918 +1979,33,0.5892310738563538,suicide,21-24 yrs,14,63780,22.46331214904785,1,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,21.950454711914062 +1979,33,0.5892310738563538,homicide,21-24 yrs,2,63780,22.46331214904785,1,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,3.1357791423797607 +1979,33,0.5892310738563538,other external,21-24 yrs,7,63780,22.46331214904785,1,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,10.975227355957031 +1979,33,0.5892310738563538,internal,21-24 yrs,14,63780,22.46331214904785,1,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,21.950454711914062 +1980,33,0.32997751235961914,MVA,15-17 yrs,17,50681,16.00372886657715,0,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,33.54314422607422 +1980,33,0.32997751235961914,suicide,15-17 yrs,4,50681,16.00372886657715,0,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,7.8925042152404785 +1980,33,0.32997751235961914,homicide,15-17 yrs,0,50681,16.00372886657715,0,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,0 +1980,33,0.32997751235961914,other external,15-17 yrs,8,50681,16.00372886657715,0,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,15.785008430480957 +1980,33,0.32997751235961914,internal,15-17 yrs,6,50681,16.00372886657715,0,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,11.838756561279297 +1980,33,0.32997751235961914,all,18-20 yrs,62,54731,19.00811195373535,0.32997751235961914,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,113.28131866455078 +1980,33,0.32997751235961914,MVA,18-20 yrs,39,54731,19.00811195373535,0.32997751235961914,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,71.25760650634766 +1980,33,0.32997751235961914,suicide,18-20 yrs,8,54731,19.00811195373535,0.32997751235961914,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,14.616944313049316 +1980,33,0.32997751235961914,homicide,18-20 yrs,1,54731,19.00811195373535,0.32997751235961914,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,1.8271180391311646 +1980,33,0.32997751235961914,other external,18-20 yrs,8,54731,19.00811195373535,0.32997751235961914,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,14.616944313049316 +1980,33,0.32997751235961914,internal,18-20 yrs,6,54731,19.00811195373535,0.32997751235961914,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,10.962708473205566 +1980,33,0.32997751235961914,all,21-24 yrs,79,66366,22.465599060058594,1,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,119.03685760498047 +1980,33,0.32997751235961914,MVA,21-24 yrs,37,66366,22.465599060058594,1,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,55.75143814086914 +1980,33,0.32997751235961914,suicide,21-24 yrs,11,66366,22.465599060058594,1,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,16.574752807617188 +1980,33,0.32997751235961914,homicide,21-24 yrs,6,66366,22.465599060058594,1,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,9.04077434539795 +1980,33,0.32997751235961914,other external,21-24 yrs,16,66366,22.465599060058594,1,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,24.10873031616211 +1980,33,0.32997751235961914,internal,21-24 yrs,9,66366,22.465599060058594,1,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,13.561161041259766 +1981,33,0.3544958829879761,MVA,15-17 yrs,12,49558,16.02368927001953,0,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,24.214052200317383 +1981,33,0.3544958829879761,suicide,15-17 yrs,4,49558,16.02368927001953,0,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,8.071351051330566 +1981,33,0.3544958829879761,homicide,15-17 yrs,0,49558,16.02368927001953,0,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,0 +1981,33,0.3544958829879761,other external,15-17 yrs,8,49558,16.02368927001953,0,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,16.142702102661133 +1981,33,0.3544958829879761,internal,15-17 yrs,9,49558,16.02368927001953,0,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,18.160539627075195 +1981,33,0.3544958829879761,all,18-20 yrs,63,53727,19.046661376953125,0.3544958829879761,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,117.25947570800781 +1981,33,0.3544958829879761,MVA,18-20 yrs,31,53727,19.046661376953125,0.3544958829879761,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,57.6991081237793 +1981,33,0.3544958829879761,suicide,18-20 yrs,12,53727,19.046661376953125,0.3544958829879761,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,22.33513832092285 +1981,33,0.3544958829879761,homicide,18-20 yrs,1,53727,19.046661376953125,0.3544958829879761,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,1.8612616062164307 +1981,33,0.3544958829879761,other external,18-20 yrs,12,53727,19.046661376953125,0.3544958829879761,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,22.33513832092285 +1981,33,0.3544958829879761,internal,18-20 yrs,7,53727,19.046661376953125,0.3544958829879761,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,13.028830528259277 +1981,33,0.3544958829879761,all,21-24 yrs,65,68661,22.46843147277832,1,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,94.66800689697266 +1981,33,0.3544958829879761,MVA,21-24 yrs,29,68661,22.46843147277832,1,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,42.23649597167969 +1981,33,0.3544958829879761,suicide,21-24 yrs,12,68661,22.46843147277832,1,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,17.477170944213867 +1981,33,0.3544958829879761,homicide,21-24 yrs,5,68661,22.46843147277832,1,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,7.282154560089111 +1981,33,0.3544958829879761,other external,21-24 yrs,10,68661,22.46843147277832,1,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,14.564309120178223 +1981,33,0.3544958829879761,internal,21-24 yrs,9,68661,22.46843147277832,1,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,13.107877731323242 +1982,33,0.3479507267475128,MVA,15-17 yrs,19,48017,16.0240535736084,0,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,39.56932067871094 +1982,33,0.3479507267475128,suicide,15-17 yrs,2,48017,16.0240535736084,0,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,4.165191650390625 +1982,33,0.3479507267475128,homicide,15-17 yrs,0,48017,16.0240535736084,0,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,0 +1982,33,0.3479507267475128,other external,15-17 yrs,4,48017,16.0240535736084,0,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,8.33038330078125 +1982,33,0.3479507267475128,internal,15-17 yrs,10,48017,16.0240535736084,0,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,20.825958251953125 +1982,33,0.3479507267475128,all,18-20 yrs,53,51970,19.02484130859375,0.3479507267475128,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,101.9819107055664 +1982,33,0.3479507267475128,MVA,18-20 yrs,28,51970,19.02484130859375,0.3479507267475128,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,53.877235412597656 +1982,33,0.3479507267475128,suicide,18-20 yrs,7,51970,19.02484130859375,0.3479507267475128,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,13.469308853149414 +1982,33,0.3479507267475128,homicide,18-20 yrs,2,51970,19.02484130859375,0.3479507267475128,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,3.848374128341675 +1982,33,0.3479507267475128,other external,18-20 yrs,6,51970,19.02484130859375,0.3479507267475128,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,11.545122146606445 +1982,33,0.3479507267475128,internal,18-20 yrs,10,51970,19.02484130859375,0.3479507267475128,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,19.241870880126953 +1982,33,0.3479507267475128,all,21-24 yrs,63,70747,22.463298797607422,1,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,89.049713134765625 +1982,33,0.3479507267475128,MVA,21-24 yrs,30,70747,22.463298797607422,1,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,42.404624938964844 +1982,33,0.3479507267475128,suicide,21-24 yrs,9,70747,22.463298797607422,1,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,12.72138786315918 +1982,33,0.3479507267475128,homicide,21-24 yrs,4,70747,22.463298797607422,1,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,5.653950214385986 +1982,33,0.3479507267475128,other external,21-24 yrs,13,70747,22.463298797607422,1,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,18.375337600708008 +1982,33,0.3479507267475128,internal,21-24 yrs,7,70747,22.463298797607422,1,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,9.89441204071045 +1983,33,0.33515581488609314,MVA,15-17 yrs,18,46266,16.02010154724121,0,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,38.905460357666016 +1983,33,0.33515581488609314,suicide,15-17 yrs,2,46266,16.02010154724121,0,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,4.322828769683838 +1983,33,0.33515581488609314,homicide,15-17 yrs,0,46266,16.02010154724121,0,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,0 +1983,33,0.33515581488609314,other external,15-17 yrs,3,46266,16.02010154724121,0,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,6.484243392944336 +1983,33,0.33515581488609314,internal,15-17 yrs,5,46266,16.02010154724121,0,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,10.807071685791016 +1983,33,0.33515581488609314,all,18-20 yrs,56,51212,19.01183319091797,0.33515581488609314,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,109.34937286376953 +1983,33,0.33515581488609314,MVA,18-20 yrs,30,51212,19.01183319091797,0.33515581488609314,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,58.580020904541016 +1983,33,0.33515581488609314,suicide,18-20 yrs,3,51212,19.01183319091797,0.33515581488609314,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,5.858002185821533 +1983,33,0.33515581488609314,homicide,18-20 yrs,1,51212,19.01183319091797,0.33515581488609314,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,1.9526673555374146 +1983,33,0.33515581488609314,other external,18-20 yrs,11,51212,19.01183319091797,0.33515581488609314,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,21.479341506958008 +1983,33,0.33515581488609314,internal,18-20 yrs,11,51212,19.01183319091797,0.33515581488609314,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,21.479341506958008 +1983,33,0.33515581488609314,all,21-24 yrs,65,71646,22.49205780029297,1,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,90.72383880615234 +1983,33,0.33515581488609314,MVA,21-24 yrs,26,71646,22.49205780029297,1,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,36.28953552246094 +1983,33,0.33515581488609314,suicide,21-24 yrs,17,71646,22.49205780029297,1,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,23.727771759033203 +1983,33,0.33515581488609314,homicide,21-24 yrs,4,71646,22.49205780029297,1,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,5.583005428314209 +1983,33,0.33515581488609314,other external,21-24 yrs,9,71646,22.49205780029297,1,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,12.561761856079102 +1983,33,0.33515581488609314,internal,21-24 yrs,9,71646,22.49205780029297,1,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,12.561761856079102 +1984,33,0.345766544342041,MVA,15-17 yrs,12,45761,16.01376724243164,0,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,26.223203659057617 +1984,33,0.345766544342041,suicide,15-17 yrs,2,45761,16.01376724243164,0,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,4.3705339431762695 +1984,33,0.345766544342041,homicide,15-17 yrs,0,45761,16.01376724243164,0,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,0 +1984,33,0.345766544342041,other external,15-17 yrs,7,45761,16.01376724243164,0,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,15.296868324279785 +1984,33,0.345766544342041,internal,15-17 yrs,4,45761,16.01376724243164,0,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,8.741067886352539 +1984,33,0.345766544342041,all,18-20 yrs,41,51341,19.032041549682617,0.345766544342041,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,79.85820007324219 +1984,33,0.345766544342041,MVA,18-20 yrs,25,51341,19.032041549682617,0.345766544342041,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,48.694026947021484 +1984,33,0.345766544342041,suicide,18-20 yrs,4,51341,19.032041549682617,0.345766544342041,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,7.791044235229492 +1984,33,0.345766544342041,homicide,18-20 yrs,1,51341,19.032041549682617,0.345766544342041,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,1.947761058807373 +1984,33,0.345766544342041,other external,18-20 yrs,5,51341,19.032041549682617,0.345766544342041,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,9.738804817199707 +1984,33,0.345766544342041,internal,18-20 yrs,6,51341,19.032041549682617,0.345766544342041,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,11.686566352844238 +1984,33,0.345766544342041,all,21-24 yrs,69,71425,22.533077239990234,1,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,96.604827880859375 +1984,33,0.345766544342041,MVA,21-24 yrs,36,71425,22.533077239990234,1,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,50.40251922607422 +1984,33,0.345766544342041,suicide,21-24 yrs,13,71425,22.533077239990234,1,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,18.200910568237305 +1984,33,0.345766544342041,homicide,21-24 yrs,1,71425,22.533077239990234,1,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,1.4000699520111084 +1984,33,0.345766544342041,other external,21-24 yrs,12,71425,22.533077239990234,1,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,16.800840377807617 +1984,33,0.345766544342041,internal,21-24 yrs,7,71425,22.533077239990234,1,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,9.800490379333496 +1985,33,0.28905436396598816,MVA,15-17 yrs,14,45812,16.004627227783203,0,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,30.55967903137207 +1985,33,0.28905436396598816,suicide,15-17 yrs,7,45812,16.004627227783203,0,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,15.279839515686035 +1985,33,0.28905436396598816,homicide,15-17 yrs,1,45812,16.004627227783203,0,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,2.1828341484069824 +1985,33,0.28905436396598816,other external,15-17 yrs,4,45812,16.004627227783203,0,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,8.73133659362793 +1985,33,0.28905436396598816,internal,15-17 yrs,3,45812,16.004627227783203,0,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,6.548502445220947 +1985,33,0.28905436396598816,all,18-20 yrs,56,50772,19.034448623657227,0.28905436396598816,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,110.29701232910156 +1985,33,0.28905436396598816,MVA,18-20 yrs,24,50772,19.034448623657227,0.28905436396598816,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,47.27014923095703 +1985,33,0.28905436396598816,suicide,18-20 yrs,13,50772,19.034448623657227,0.28905436396598816,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,25.604663848876953 +1985,33,0.28905436396598816,homicide,18-20 yrs,0,50772,19.034448623657227,0.28905436396598816,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,0 +1985,33,0.28905436396598816,other external,18-20 yrs,7,50772,19.034448623657227,0.28905436396598816,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,13.787126541137695 +1985,33,0.28905436396598816,internal,18-20 yrs,12,50772,19.034448623657227,0.28905436396598816,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,23.635074615478516 +1985,33,0.28905436396598816,all,21-24 yrs,83,71020,22.54248046875,1,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,116.86848449707031 +1985,33,0.28905436396598816,MVA,21-24 yrs,36,71020,22.54248046875,1,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,50.689945220947266 +1985,33,0.28905436396598816,suicide,21-24 yrs,11,71020,22.54248046875,1,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,15.488595008850098 +1985,33,0.28905436396598816,homicide,21-24 yrs,2,71020,22.54248046875,1,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,2.816108226776123 +1985,33,0.28905436396598816,other external,21-24 yrs,18,71020,22.54248046875,1,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,25.344972610473633 +1985,33,0.28905436396598816,internal,21-24 yrs,16,71020,22.54248046875,1,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,22.528865814208984 +1986,33,0.02980305440723896,MVA,15-17 yrs,16,47171,15.997180938720703,0,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,33.91914367675781 +1986,33,0.02980305440723896,suicide,15-17 yrs,3,47171,15.997180938720703,0,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,6.359839916229248 +1986,33,0.02980305440723896,homicide,15-17 yrs,0,47171,15.997180938720703,0,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,0 +1986,33,0.02980305440723896,other external,15-17 yrs,2,47171,15.997180938720703,0,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,4.239892959594727 +1986,33,0.02980305440723896,internal,15-17 yrs,8,47171,15.997180938720703,0,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,16.959571838378906 +1986,33,0.02980305440723896,all,18-20 yrs,52,50485,19.030067443847656,0.02980305440723896,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,103.00089263916016 +1986,33,0.02980305440723896,MVA,18-20 yrs,26,50485,19.030067443847656,0.02980305440723896,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,51.50044631958008 +1986,33,0.02980305440723896,suicide,18-20 yrs,10,50485,19.030067443847656,0.02980305440723896,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,19.807863235473633 +1986,33,0.02980305440723896,homicide,18-20 yrs,2,50485,19.030067443847656,0.02980305440723896,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,3.9615726470947266 +1986,33,0.02980305440723896,other external,18-20 yrs,9,50485,19.030067443847656,0.02980305440723896,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,17.827077865600586 +1986,33,0.02980305440723896,internal,18-20 yrs,5,50485,19.030067443847656,0.02980305440723896,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,9.903931617736816 +1986,33,0.02980305440723896,all,21-24 yrs,60,70030,22.515350341796875,1,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,85.67756652832031 +1986,33,0.02980305440723896,MVA,21-24 yrs,22,70030,22.515350341796875,1,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,31.41510772705078 +1986,33,0.02980305440723896,suicide,21-24 yrs,19,70030,22.515350341796875,1,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,27.131229400634766 +1986,33,0.02980305440723896,homicide,21-24 yrs,0,70030,22.515350341796875,1,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,0 +1986,33,0.02980305440723896,other external,21-24 yrs,6,70030,22.515350341796875,1,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,8.567756652832031 +1986,33,0.02980305440723896,internal,21-24 yrs,13,70030,22.515350341796875,1,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,18.563472747802734 +1987,33,0,MVA,15-17 yrs,23,47021,16.0355167388916,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,48.91431427001953 +1987,33,0,suicide,15-17 yrs,7,47021,16.0355167388916,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,14.88696575164795 +1987,33,0,homicide,15-17 yrs,4,47021,16.0355167388916,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,8.506837844848633 +1987,33,0,other external,15-17 yrs,1,47021,16.0355167388916,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,2.126709461212158 +1987,33,0,internal,15-17 yrs,6,47021,16.0355167388916,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,12.760255813598633 +1987,33,0,all,18-20 yrs,34,51018,19.021894454956055,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,66.64314270019531 +1987,33,0,MVA,18-20 yrs,14,51018,19.021894454956055,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,27.441295623779297 +1987,33,0,suicide,18-20 yrs,8,51018,19.021894454956055,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,15.680740356445312 +1987,33,0,homicide,18-20 yrs,1,51018,19.021894454956055,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,1.960092544555664 +1987,33,0,other external,18-20 yrs,5,51018,19.021894454956055,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,9.80046272277832 +1987,33,0,internal,18-20 yrs,6,51018,19.021894454956055,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,11.760555267333984 +1987,33,0,all,21-24 yrs,69,69133,22.5063419342041,1,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,99.8076171875 +1987,33,0,MVA,21-24 yrs,28,69133,22.5063419342041,1,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,40.50164031982422 +1987,33,0,suicide,21-24 yrs,16,69133,22.5063419342041,1,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,23.143795013427734 +1987,33,0,homicide,21-24 yrs,3,69133,22.5063419342041,1,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,4.339461803436279 +1987,33,0,other external,21-24 yrs,15,69133,22.5063419342041,1,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,21.697307586669922 +1987,33,0,internal,21-24 yrs,7,69133,22.5063419342041,1,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,10.125410079956055 +1988,33,0,MVA,15-17 yrs,13,45815,16.069868087768555,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,28.37498664855957 +1988,33,0,suicide,15-17 yrs,5,45815,16.069868087768555,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,10.913455963134766 +1988,33,0,homicide,15-17 yrs,2,45815,16.069868087768555,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,4.365382671356201 +1988,33,0,other external,15-17 yrs,3,45815,16.069868087768555,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,6.548073768615723 +1988,33,0,internal,15-17 yrs,11,45815,16.069868087768555,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,24.00960350036621 +1988,33,0,all,18-20 yrs,59,51981,19.011754989624023,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,113.50301361083984 +1988,33,0,MVA,18-20 yrs,29,51981,19.011754989624023,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,55.789615631103516 +1988,33,0,suicide,18-20 yrs,13,51981,19.011754989624023,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,25.009138107299805 +1988,33,0,homicide,18-20 yrs,1,51981,19.011754989624023,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,1.923779845237732 +1988,33,0,other external,18-20 yrs,8,51981,19.011754989624023,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,15.390238761901855 +1988,33,0,internal,18-20 yrs,8,51981,19.011754989624023,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,15.390238761901855 +1988,33,0,all,21-24 yrs,62,68803,22.517593383789062,1,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,90.11235046386719 +1988,33,0,MVA,21-24 yrs,31,68803,22.517593383789062,1,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,45.056175231933594 +1988,33,0,suicide,21-24 yrs,10,68803,22.517593383789062,1,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,14.534250259399414 +1988,33,0,homicide,21-24 yrs,1,68803,22.517593383789062,1,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,1.4534250497817993 +1988,33,0,other external,21-24 yrs,9,68803,22.517593383789062,1,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,13.080824851989746 +1988,33,0,internal,21-24 yrs,11,68803,22.517593383789062,1,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,15.987674713134766 +1989,33,0,MVA,15-17 yrs,17,43179,16.045856475830078,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,39.37099075317383 +1989,33,0,suicide,15-17 yrs,3,43179,16.045856475830078,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,6.947822093963623 +1989,33,0,homicide,15-17 yrs,4,43179,16.045856475830078,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,9.263762474060059 +1989,33,0,other external,15-17 yrs,2,43179,16.045856475830078,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,4.631881237030029 +1989,33,0,internal,15-17 yrs,1,43179,16.045856475830078,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,2.3159406185150146 +1989,33,0,all,18-20 yrs,46,53582,19.005674362182617,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,85.84972381591797 +1989,33,0,MVA,18-20 yrs,21,53582,19.005674362182617,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,39.192264556884766 +1989,33,0,suicide,18-20 yrs,13,53582,19.005674362182617,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,24.261878967285156 +1989,33,0,homicide,18-20 yrs,0,53582,19.005674362182617,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,0 +1989,33,0,other external,18-20 yrs,4,53582,19.005674362182617,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,7.465193748474121 +1989,33,0,internal,18-20 yrs,8,53582,19.005674362182617,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,14.930387496948242 +1989,33,0,all,21-24 yrs,59,67423,22.51259994506836,1,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,87.507232666015625 +1989,33,0,MVA,21-24 yrs,27,67423,22.51259994506836,1,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,40.04568099975586 +1989,33,0,suicide,21-24 yrs,12,67423,22.51259994506836,1,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,17.798080444335938 +1989,33,0,homicide,21-24 yrs,3,67423,22.51259994506836,1,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,4.449520111083984 +1989,33,0,other external,21-24 yrs,5,67423,22.51259994506836,1,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,7.415866851806641 +1989,33,0,internal,21-24 yrs,12,67423,22.51259994506836,1,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,17.798080444335938 +1990,33,0,MVA,15-17 yrs,10,41361,16.016706466674805,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,24.177364349365234 +1990,33,0,suicide,15-17 yrs,6,41361,16.016706466674805,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,14.50641918182373 +1990,33,0,homicide,15-17 yrs,1,41361,16.016706466674805,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,2.417736530303955 +1990,33,0,other external,15-17 yrs,1,41361,16.016706466674805,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,2.417736530303955 +1990,33,0,internal,15-17 yrs,4,41361,16.016706466674805,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,9.67094612121582 +1990,33,0,all,18-20 yrs,34,52459,19.04513931274414,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,64.8125228881836 +1990,33,0,MVA,18-20 yrs,18,52459,19.04513931274414,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,34.3125114440918 +1990,33,0,suicide,18-20 yrs,6,52459,19.04513931274414,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,11.437503814697266 +1990,33,0,homicide,18-20 yrs,0,52459,19.04513931274414,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,0 +1990,33,0,other external,18-20 yrs,7,52459,19.04513931274414,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,13.343753814697266 +1990,33,0,internal,18-20 yrs,3,52459,19.04513931274414,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,5.718751907348633 +1990,33,0,all,21-24 yrs,40,65565,22.487668991088867,1,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,61.00815963745117 +1990,33,0,MVA,21-24 yrs,11,65565,22.487668991088867,1,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,16.777244567871094 +1990,33,0,suicide,21-24 yrs,10,65565,22.487668991088867,1,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,15.252039909362793 +1990,33,0,homicide,21-24 yrs,3,65565,22.487668991088867,1,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,4.5756120681762695 +1990,33,0,other external,21-24 yrs,9,65565,22.487668991088867,1,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,13.726836204528809 +1990,33,0,internal,21-24 yrs,7,65565,22.487668991088867,1,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,10.676427841186523 +1991,33,0,MVA,15-17 yrs,7,40694,16.01123046875,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,17.201553344726562 +1991,33,0,suicide,15-17 yrs,7,40694,16.01123046875,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,17.201553344726562 +1991,33,0,homicide,15-17 yrs,0,40694,16.01123046875,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,0 +1991,33,0,other external,15-17 yrs,3,40694,16.01123046875,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,7.37209415435791 +1991,33,0,internal,15-17 yrs,4,40694,16.01123046875,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,9.829459190368652 +1991,33,0,all,18-20 yrs,39,47124,19.082294464111328,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,82.7603759765625 +1991,33,0,MVA,18-20 yrs,15,47124,19.082294464111328,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,31.830913543701172 +1991,33,0,suicide,18-20 yrs,10,47124,19.082294464111328,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,21.220609664916992 +1991,33,0,homicide,18-20 yrs,3,47124,19.082294464111328,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,6.366182804107666 +1991,33,0,other external,18-20 yrs,3,47124,19.082294464111328,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,6.366182804107666 +1991,33,0,internal,18-20 yrs,8,47124,19.082294464111328,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,16.97648811340332 +1991,33,0,all,21-24 yrs,56,63774,22.45750617980957,1,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,87.8100814819336 +1991,33,0,MVA,21-24 yrs,21,63774,22.45750617980957,1,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,32.92877960205078 +1991,33,0,suicide,21-24 yrs,12,63774,22.45750617980957,1,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,18.81644630432129 +1991,33,0,homicide,21-24 yrs,4,63774,22.45750617980957,1,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,6.272148609161377 +1991,33,0,other external,21-24 yrs,9,63774,22.45750617980957,1,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,14.112334251403809 +1991,33,0,internal,21-24 yrs,10,63774,22.45750617980957,1,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,15.680371284484863 +1992,33,0,MVA,15-17 yrs,8,41397,15.99294662475586,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,19.325071334838867 +1992,33,0,suicide,15-17 yrs,5,41397,15.99294662475586,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,12.078169822692871 +1992,33,0,homicide,15-17 yrs,0,41397,15.99294662475586,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,0 +1992,33,0,other external,15-17 yrs,3,41397,15.99294662475586,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,7.246901988983154 +1992,33,0,internal,15-17 yrs,6,41397,15.99294662475586,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,14.493803977966309 +1992,33,0,all,18-20 yrs,27,42590,19.05602264404297,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,63.395164489746094 +1992,33,0,MVA,18-20 yrs,11,42590,19.05602264404297,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,25.827659606933594 +1992,33,0,suicide,18-20 yrs,6,42590,19.05602264404297,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,14.087814331054688 +1992,33,0,homicide,18-20 yrs,3,42590,19.05602264404297,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,7.043907165527344 +1992,33,0,other external,18-20 yrs,1,42590,19.05602264404297,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,2.3479690551757812 +1992,33,0,internal,18-20 yrs,6,42590,19.05602264404297,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,14.087814331054688 +1992,33,0,all,21-24 yrs,42,64092,22.461898803710938,1,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,65.53079986572266 +1992,33,0,MVA,21-24 yrs,13,64092,22.461898803710938,1,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,20.283342361450195 +1992,33,0,suicide,21-24 yrs,13,64092,22.461898803710938,1,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,20.283342361450195 +1992,33,0,homicide,21-24 yrs,1,64092,22.461898803710938,1,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,1.560257077217102 +1992,33,0,other external,21-24 yrs,4,64092,22.461898803710938,1,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,6.241028308868408 +1992,33,0,internal,21-24 yrs,11,64092,22.461898803710938,1,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,17.16282844543457 +1993,33,0,MVA,15-17 yrs,7,42315,15.969585418701172,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,16.5425968170166 +1993,33,0,suicide,15-17 yrs,8,42315,15.969585418701172,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,18.905824661254883 +1993,33,0,homicide,15-17 yrs,1,42315,15.969585418701172,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,2.3632280826568604 +1993,33,0,other external,15-17 yrs,0,42315,15.969585418701172,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,0 +1993,33,0,internal,15-17 yrs,7,42315,15.969585418701172,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,16.5425968170166 +1993,33,0,all,18-20 yrs,18,40457,19.006772994995117,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,44.49168395996094 +1993,33,0,MVA,18-20 yrs,10,40457,19.006772994995117,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,24.717601776123047 +1993,33,0,suicide,18-20 yrs,2,40457,19.006772994995117,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,4.9435200691223145 +1993,33,0,homicide,18-20 yrs,1,40457,19.006772994995117,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,2.4717600345611572 +1993,33,0,other external,18-20 yrs,0,40457,19.006772994995117,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,0 +1993,33,0,internal,18-20 yrs,5,40457,19.006772994995117,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,12.358800888061523 +1993,33,0,all,21-24 yrs,35,63149,22.52339744567871,1,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,55.42447280883789 +1993,33,0,MVA,21-24 yrs,12,63149,22.52339744567871,1,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,19.002676010131836 +1993,33,0,suicide,21-24 yrs,9,63149,22.52339744567871,1,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,14.252007484436035 +1993,33,0,homicide,21-24 yrs,2,63149,22.52339744567871,1,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,3.1671125888824463 +1993,33,0,other external,21-24 yrs,5,63149,22.52339744567871,1,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,7.917781829833984 +1993,33,0,internal,21-24 yrs,7,63149,22.52339744567871,1,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,11.084894180297852 +1994,33,0,MVA,15-17 yrs,9,44399,15.970945358276367,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,20.270727157592773 +1994,33,0,suicide,15-17 yrs,3,44399,15.970945358276367,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,6.756908893585205 +1994,33,0,homicide,15-17 yrs,1,44399,15.970945358276367,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,2.252302885055542 +1994,33,0,other external,15-17 yrs,2,44399,15.970945358276367,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,4.504605770111084 +1994,33,0,internal,15-17 yrs,3,44399,15.970945358276367,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,6.756908893585205 +1994,33,0,all,18-20 yrs,30,39754,19.00840187072754,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,75.46410369873047 +1994,33,0,MVA,18-20 yrs,9,39754,19.00840187072754,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,22.639230728149414 +1994,33,0,suicide,18-20 yrs,9,39754,19.00840187072754,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,22.639230728149414 +1994,33,0,homicide,18-20 yrs,0,39754,19.00840187072754,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,0 +1994,33,0,other external,18-20 yrs,5,39754,19.00840187072754,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,12.577350616455078 +1994,33,0,internal,18-20 yrs,7,39754,19.00840187072754,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,17.608291625976562 +1994,33,0,all,21-24 yrs,46,59864,22.59391212463379,1,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,76.84083557128906 +1994,33,0,MVA,21-24 yrs,19,59864,22.59391212463379,1,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,31.73860740661621 +1994,33,0,suicide,21-24 yrs,12,59864,22.59391212463379,1,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,20.04543685913086 +1994,33,0,homicide,21-24 yrs,0,59864,22.59391212463379,1,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,0 +1994,33,0,other external,21-24 yrs,6,59864,22.59391212463379,1,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,10.02271842956543 +1994,33,0,internal,21-24 yrs,9,59864,22.59391212463379,1,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,15.034077644348145 +1995,33,0,MVA,15-17 yrs,10,46377,15.9631929397583,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,21.56241226196289 +1995,33,0,suicide,15-17 yrs,8,46377,15.9631929397583,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,17.249929428100586 +1995,33,0,homicide,15-17 yrs,1,46377,15.9631929397583,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,2.1562411785125732 +1995,33,0,other external,15-17 yrs,3,46377,15.9631929397583,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,6.468723773956299 +1995,33,0,internal,15-17 yrs,4,46377,15.9631929397583,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,8.624964714050293 +1995,33,0,all,18-20 yrs,30,40339,18.99595832824707,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,74.369720458984375 +1995,33,0,MVA,18-20 yrs,9,40339,18.99595832824707,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,22.310914993286133 +1995,33,0,suicide,18-20 yrs,11,40339,18.99595832824707,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,27.268896102905273 +1995,33,0,homicide,18-20 yrs,3,40339,18.99595832824707,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,7.436971664428711 +1995,33,0,other external,18-20 yrs,4,40339,18.99595832824707,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,9.915962219238281 +1995,33,0,internal,18-20 yrs,3,40339,18.99595832824707,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,7.436971664428711 +1995,33,0,all,21-24 yrs,38,56209,22.609102249145508,1,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,67.6048355102539 +1995,33,0,MVA,21-24 yrs,13,56209,22.609102249145508,1,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,23.12796974182129 +1995,33,0,suicide,21-24 yrs,15,56209,22.609102249145508,1,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,26.68611717224121 +1995,33,0,homicide,21-24 yrs,2,56209,22.609102249145508,1,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,3.5581490993499756 +1995,33,0,other external,21-24 yrs,0,56209,22.609102249145508,1,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,0 +1995,33,0,internal,21-24 yrs,8,56209,22.609102249145508,1,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,14.232596397399902 +1996,33,0,MVA,15-17 yrs,8,48278,15.971001625061035,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,16.570693969726562 +1996,33,0,suicide,15-17 yrs,2,48278,15.971001625061035,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,4.142673492431641 +1996,33,0,homicide,15-17 yrs,1,48278,15.971001625061035,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,2.0713367462158203 +1996,33,0,other external,15-17 yrs,2,48278,15.971001625061035,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,4.142673492431641 +1996,33,0,internal,15-17 yrs,2,48278,15.971001625061035,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,4.142673492431641 +1996,33,0,all,18-20 yrs,32,41242,18.976675033569336,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,77.59080505371094 +1996,33,0,MVA,18-20 yrs,9,41242,18.976675033569336,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,21.82241439819336 +1996,33,0,suicide,18-20 yrs,10,41242,18.976675033569336,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,24.247127532958984 +1996,33,0,homicide,18-20 yrs,0,41242,18.976675033569336,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,0 +1996,33,0,other external,18-20 yrs,5,41242,18.976675033569336,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,12.123563766479492 +1996,33,0,internal,18-20 yrs,8,41242,18.976675033569336,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,19.397701263427734 +1996,33,0,all,21-24 yrs,42,53115,22.5506534576416,1,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,79.0737075805664 +1996,33,0,MVA,21-24 yrs,16,53115,22.5506534576416,1,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,30.12331771850586 +1996,33,0,suicide,21-24 yrs,11,53115,22.5506534576416,1,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,20.709779739379883 +1996,33,0,homicide,21-24 yrs,1,53115,22.5506534576416,1,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,1.8827073574066162 +1996,33,0,other external,21-24 yrs,5,53115,22.5506534576416,1,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,9.41353702545166 +1996,33,0,internal,21-24 yrs,9,53115,22.5506534576416,1,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,16.944366455078125 +1970,34,0,MVA,15-17 yrs,67,392933,15.980271339416504,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,17.051252365112305 +1970,34,0,suicide,15-17 yrs,9,392933,15.980271339416504,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,2.290466785430908 +1970,34,0,homicide,15-17 yrs,11,392933,15.980271339416504,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,2.799459457397461 +1970,34,0,other external,15-17 yrs,55,392933,15.980271339416504,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,13.997297286987305 +1970,34,0,internal,15-17 yrs,89,392933,15.980271339416504,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,22.650171279907227 +1970,34,0,all,18-20 yrs,330,322957,18.966989517211914,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,102.1807861328125 +1970,34,0,MVA,18-20 yrs,95,322957,18.966989517211914,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,29.415679931640625 +1970,34,0,suicide,18-20 yrs,14,322957,18.966989517211914,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,4.33494234085083 +1970,34,0,homicide,18-20 yrs,31,322957,18.966989517211914,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,9.5988006591796875 +1970,34,0,other external,18-20 yrs,72,322957,18.966989517211914,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,22.293989181518555 +1970,34,0,internal,18-20 yrs,118,322957,18.966989517211914,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,36.53737258911133 +1970,34,0,all,21-24 yrs,502,406182,22.466615676879883,1,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,123.58992004394531 +1970,34,0,MVA,21-24 yrs,136,406182,22.466615676879883,1,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,33.48252868652344 +1970,34,0,suicide,21-24 yrs,31,406182,22.466615676879883,1,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,7.632046699523926 +1970,34,0,homicide,21-24 yrs,68,406182,22.466615676879883,1,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,16.74126434326172 +1970,34,0,other external,21-24 yrs,92,406182,22.466615676879883,1,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,22.649944305419922 +1970,34,0,internal,21-24 yrs,175,406182,22.466615676879883,1,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,43.08413314819336 +1971,34,0,MVA,15-17 yrs,95,404827,15.984282493591309,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,23.466814041137695 +1971,34,0,suicide,15-17 yrs,9,404827,15.984282493591309,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,2.2231719493865967 +1971,34,0,homicide,15-17 yrs,17,404827,15.984282493591309,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,4.199324607849121 +1971,34,0,other external,15-17 yrs,44,404827,15.984282493591309,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,10.868840217590332 +1971,34,0,internal,15-17 yrs,113,404827,15.984282493591309,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,27.913158416748047 +1971,34,0,all,18-20 yrs,405,346116,18.971067428588867,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,117.0127944946289 +1971,34,0,MVA,18-20 yrs,131,346116,18.971067428588867,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,37.84858322143555 +1971,34,0,suicide,18-20 yrs,30,346116,18.971067428588867,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,8.667613983154297 +1971,34,0,homicide,18-20 yrs,32,346116,18.971067428588867,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,9.245455741882324 +1971,34,0,other external,18-20 yrs,80,346116,18.971067428588867,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,23.113637924194336 +1971,34,0,internal,18-20 yrs,132,346116,18.971067428588867,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,38.13750457763672 +1971,34,0,all,21-24 yrs,538,434420,22.564943313598633,1,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,123.8432846069336 +1971,34,0,MVA,21-24 yrs,149,434420,22.564943313598633,1,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,34.298606872558594 +1971,34,0,suicide,21-24 yrs,22,434420,22.564943313598633,1,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,5.064223766326904 +1971,34,0,homicide,21-24 yrs,57,434420,22.564943313598633,1,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,13.120943069458008 +1971,34,0,other external,21-24 yrs,91,434420,22.564943313598633,1,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,20.94746971130371 +1971,34,0,internal,21-24 yrs,219,434420,22.564943313598633,1,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,50.412044525146484 +1972,34,0,MVA,15-17 yrs,84,416628,15.978811264038086,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,20.1618709564209 +1972,34,0,suicide,15-17 yrs,2,416628,15.978811264038086,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,0.48004454374313354 +1972,34,0,homicide,15-17 yrs,14,416628,15.978811264038086,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,3.36031174659729 +1972,34,0,other external,15-17 yrs,58,416628,15.978811264038086,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,13.921292304992676 +1972,34,0,internal,15-17 yrs,110,416628,15.978811264038086,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,26.402450561523438 +1972,34,0,all,18-20 yrs,368,356780,18.980079650878906,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,103.1447982788086 +1972,34,0,MVA,18-20 yrs,114,356780,18.980079650878906,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,31.952463150024414 +1972,34,0,suicide,18-20 yrs,22,356780,18.980079650878906,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,6.16626501083374 +1972,34,0,homicide,18-20 yrs,30,356780,18.980079650878906,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,8.40854263305664 +1972,34,0,other external,18-20 yrs,72,356780,18.980079650878906,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,20.180503845214844 +1972,34,0,internal,18-20 yrs,130,356780,18.980079650878906,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,36.43701934814453 +1972,34,0,all,21-24 yrs,484,427939,22.493467330932617,1,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,113.10023498535156 +1972,34,0,MVA,21-24 yrs,130,427939,22.493467330932617,1,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,30.37816047668457 +1972,34,0,suicide,21-24 yrs,52,427939,22.493467330932617,1,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,12.151264190673828 +1972,34,0,homicide,21-24 yrs,74,427939,22.493467330932617,1,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,17.292184829711914 +1972,34,0,other external,21-24 yrs,70,427939,22.493467330932617,1,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,16.357471466064453 +1972,34,0,internal,21-24 yrs,158,427939,22.493467330932617,1,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,36.92115020751953 +1973,34,1,MVA,15-17 yrs,98,424102,15.979696273803711,0,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,23.107648849487305 +1973,34,1,suicide,15-17 yrs,14,424102,15.979696273803711,0,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,3.3010926246643066 +1973,34,1,homicide,15-17 yrs,18,424102,15.979696273803711,0,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,4.244262218475342 +1973,34,1,other external,15-17 yrs,51,424102,15.979696273803711,0,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,12.025408744812012 +1973,34,1,internal,15-17 yrs,82,424102,15.979696273803711,0,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,19.334970474243164 +1973,34,1,all,18-20 yrs,430,361033,18.9813232421875,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,119.1026840209961 +1973,34,1,MVA,18-20 yrs,165,361033,18.9813232421875,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,45.70219421386719 +1973,34,1,suicide,18-20 yrs,27,361033,18.9813232421875,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,7.478540897369385 +1973,34,1,homicide,18-20 yrs,36,361033,18.9813232421875,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,9.97138786315918 +1973,34,1,other external,18-20 yrs,80,361033,18.9813232421875,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,22.158639907836914 +1973,34,1,internal,18-20 yrs,122,361033,18.9813232421875,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,33.79192352294922 +1973,34,1,all,21-24 yrs,520,431811,22.46824836730957,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,120.42305755615234 +1973,34,1,MVA,21-24 yrs,150,431811,22.46824836730957,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,34.73741912841797 +1973,34,1,suicide,21-24 yrs,37,431811,22.46824836730957,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,8.568563461303711 +1973,34,1,homicide,21-24 yrs,77,431811,22.46824836730957,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,17.83187484741211 +1973,34,1,other external,21-24 yrs,81,431811,22.46824836730957,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,18.758207321166992 +1973,34,1,internal,21-24 yrs,175,431811,22.46824836730957,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,40.5269889831543 +1974,34,1,MVA,15-17 yrs,65,430015,15.994067192077637,0,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,15.115752220153809 +1974,34,1,suicide,15-17 yrs,10,430015,15.994067192077637,0,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,2.325500249862671 +1974,34,1,homicide,15-17 yrs,19,430015,15.994067192077637,0,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,4.418450355529785 +1974,34,1,other external,15-17 yrs,41,430015,15.994067192077637,0,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,9.534550666809082 +1974,34,1,internal,15-17 yrs,83,430015,15.994067192077637,0,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,19.301652908325195 +1974,34,1,all,18-20 yrs,427,365441,18.985925674438477,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,116.84512329101562 +1974,34,1,MVA,18-20 yrs,141,365441,18.985925674438477,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,38.583518981933594 +1974,34,1,suicide,18-20 yrs,26,365441,18.985925674438477,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,7.114691734313965 +1974,34,1,homicide,18-20 yrs,42,365441,18.985925674438477,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,11.492962837219238 +1974,34,1,other external,18-20 yrs,74,365441,18.985925674438477,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,20.2495059967041 +1974,34,1,internal,18-20 yrs,144,365441,18.985925674438477,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,39.40444564819336 +1974,34,1,all,21-24 yrs,497,443783,22.465635299682617,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,111.99166870117188 +1974,34,1,MVA,21-24 yrs,119,443783,22.465635299682617,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,26.81490707397461 +1974,34,1,suicide,21-24 yrs,48,443783,22.465635299682617,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,10.816097259521484 +1974,34,1,homicide,21-24 yrs,54,443783,22.465635299682617,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,12.168108940124512 +1974,34,1,other external,21-24 yrs,89,443783,22.465635299682617,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,20.054845809936523 +1974,34,1,internal,21-24 yrs,187,443783,22.465635299682617,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,42.13771057128906 +1975,34,1,MVA,15-17 yrs,83,428848,16.00157356262207,0,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,19.354177474975586 +1975,34,1,suicide,15-17 yrs,18,428848,16.00157356262207,0,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,4.197291374206543 +1975,34,1,homicide,15-17 yrs,32,428848,16.00157356262207,0,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,7.461851119995117 +1975,34,1,other external,15-17 yrs,51,428848,16.00157356262207,0,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,11.892325401306152 +1975,34,1,internal,15-17 yrs,67,428848,16.00157356262207,0,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,15.623250961303711 +1975,34,1,all,18-20 yrs,424,372021,18.980173110961914,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,113.97206115722656 +1975,34,1,MVA,18-20 yrs,174,372021,18.980173110961914,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,46.77155303955078 +1975,34,1,suicide,18-20 yrs,30,372021,18.980173110961914,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,8.064061164855957 +1975,34,1,homicide,18-20 yrs,44,372021,18.980173110961914,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,11.827289581298828 +1975,34,1,other external,18-20 yrs,65,372021,18.980173110961914,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,17.472131729125977 +1975,34,1,internal,18-20 yrs,111,372021,18.980173110961914,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,29.837024688720703 +1975,34,1,all,21-24 yrs,493,455464,22.476224899291992,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,108.24126434326172 +1975,34,1,MVA,21-24 yrs,129,455464,22.476224899291992,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,28.322765350341797 +1975,34,1,suicide,21-24 yrs,51,455464,22.476224899291992,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,11.197372436523438 +1975,34,1,homicide,21-24 yrs,53,455464,22.476224899291992,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,11.63648509979248 +1975,34,1,other external,21-24 yrs,75,455464,22.476224899291992,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,16.466724395751953 +1975,34,1,internal,21-24 yrs,185,455464,22.476224899291992,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,40.617919921875 +1976,34,1,MVA,15-17 yrs,95,428741,15.995116233825684,0,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,22.157899856567383 +1976,34,1,suicide,15-17 yrs,11,428741,15.995116233825684,0,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,2.5656514167785645 +1976,34,1,homicide,15-17 yrs,13,428741,15.995116233825684,0,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,3.0321335792541504 +1976,34,1,other external,15-17 yrs,42,428741,15.995116233825684,0,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,9.796124458312988 +1976,34,1,internal,15-17 yrs,68,428741,15.995116233825684,0,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,15.860391616821289 +1976,34,1,all,18-20 yrs,375,377849,18.982311248779297,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,99.2459945678711 +1976,34,1,MVA,18-20 yrs,138,377849,18.982311248779297,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,36.522525787353516 +1976,34,1,suicide,18-20 yrs,42,377849,18.982311248779297,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,11.115550994873047 +1976,34,1,homicide,18-20 yrs,36,377849,18.982311248779297,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,9.527615547180176 +1976,34,1,other external,18-20 yrs,47,377849,18.982311248779297,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,12.438831329345703 +1976,34,1,internal,18-20 yrs,112,377849,18.982311248779297,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,29.641469955444336 +1976,34,1,all,21-24 yrs,460,466362,22.482433319091797,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,98.63582611083984 +1976,34,1,MVA,21-24 yrs,131,466362,22.482433319091797,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,28.089767456054688 +1976,34,1,suicide,21-24 yrs,47,466362,22.482433319091797,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,10.078007698059082 +1976,34,1,homicide,21-24 yrs,46,466362,22.482433319091797,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,9.863582611083984 +1976,34,1,other external,21-24 yrs,70,466362,22.482433319091797,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,15.009799003601074 +1976,34,1,internal,21-24 yrs,166,466362,22.482433319091797,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,35.59466552734375 +1977,34,1,MVA,15-17 yrs,98,425417,15.997489929199219,0,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,23.03622055053711 +1977,34,1,suicide,15-17 yrs,14,425417,15.997489929199219,0,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,3.290888786315918 +1977,34,1,homicide,15-17 yrs,15,425417,15.997489929199219,0,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,3.525952100753784 +1977,34,1,other external,15-17 yrs,41,425417,15.997489929199219,0,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,9.637602806091309 +1977,34,1,internal,15-17 yrs,80,425417,15.997489929199219,0,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,18.805078506469727 +1977,34,1,all,18-20 yrs,391,380597,18.997291564941406,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,102.73333740234375 +1977,34,1,MVA,18-20 yrs,172,380597,18.997291564941406,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,45.19215774536133 +1977,34,1,suicide,18-20 yrs,31,380597,18.997291564941406,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,8.145098686218262 +1977,34,1,homicide,18-20 yrs,31,380597,18.997291564941406,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,8.145098686218262 +1977,34,1,other external,18-20 yrs,56,380597,18.997291564941406,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,14.713726043701172 +1977,34,1,internal,18-20 yrs,101,380597,18.997291564941406,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,26.537256240844727 +1977,34,1,all,21-24 yrs,477,472319,22.48990249633789,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,100.9910659790039 +1977,34,1,MVA,21-24 yrs,126,472319,22.48990249633789,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,26.6768856048584 +1977,34,1,suicide,21-24 yrs,56,472319,22.48990249633789,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,11.856393814086914 +1977,34,1,homicide,21-24 yrs,40,472319,22.48990249633789,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,8.468852996826172 +1977,34,1,other external,21-24 yrs,70,472319,22.48990249633789,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,14.820491790771484 +1977,34,1,internal,21-24 yrs,185,472319,22.48990249633789,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,39.16844177246094 +1978,34,1,MVA,15-17 yrs,90,423383,16.010009765625,0,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,21.257349014282227 +1978,34,1,suicide,15-17 yrs,15,423383,16.010009765625,0,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,3.542891502380371 +1978,34,1,homicide,15-17 yrs,8,423383,16.010009765625,0,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,1.8895421028137207 +1978,34,1,other external,15-17 yrs,32,423383,16.010009765625,0,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,7.558168411254883 +1978,34,1,internal,15-17 yrs,72,423383,16.010009765625,0,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,17.005878448486328 +1978,34,1,all,18-20 yrs,349,377580,19.004899978637695,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,92.43074035644531 +1978,34,1,MVA,18-20 yrs,142,377580,19.004899978637695,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,37.60792541503906 +1978,34,1,suicide,18-20 yrs,24,377580,19.004899978637695,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,6.356268882751465 +1978,34,1,homicide,18-20 yrs,31,377580,19.004899978637695,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,8.210180282592773 +1978,34,1,other external,18-20 yrs,59,377580,19.004899978637695,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,15.62582778930664 +1978,34,1,internal,18-20 yrs,93,377580,19.004899978637695,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,24.630542755126953 +1978,34,1,all,21-24 yrs,503,480953,22.483896255493164,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,104.58402252197266 +1978,34,1,MVA,21-24 yrs,152,480953,22.483896255493164,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,31.603919982910156 +1978,34,1,suicide,21-24 yrs,48,480953,22.483896255493164,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,9.980185508728027 +1978,34,1,homicide,21-24 yrs,54,480953,22.483896255493164,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,11.227707862854004 +1978,34,1,other external,21-24 yrs,84,480953,22.483896255493164,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,17.46532440185547 +1978,34,1,internal,21-24 yrs,165,480953,22.483896255493164,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,34.306884765625 +1979,34,1,MVA,15-17 yrs,90,417899,16.00501823425293,0,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,21.536304473876953 +1979,34,1,suicide,15-17 yrs,12,417899,16.00501823425293,0,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,2.871507167816162 +1979,34,1,homicide,15-17 yrs,23,417899,16.00501823425293,0,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,5.503722190856934 +1979,34,1,other external,15-17 yrs,48,417899,16.00501823425293,0,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,11.486028671264648 +1979,34,1,internal,15-17 yrs,56,417899,16.00501823425293,0,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,13.40036678314209 +1979,34,1,all,18-20 yrs,392,377821,18.9991455078125,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,103.75283813476562 +1979,34,1,MVA,18-20 yrs,168,377821,18.9991455078125,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,44.46549987792969 +1979,34,1,suicide,18-20 yrs,29,377821,18.9991455078125,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,7.675592422485352 +1979,34,1,homicide,18-20 yrs,39,377821,18.9991455078125,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,10.322348594665527 +1979,34,1,other external,18-20 yrs,59,377821,18.9991455078125,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,15.615859985351562 +1979,34,1,internal,18-20 yrs,97,377821,18.9991455078125,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,25.673532485961914 +1979,34,1,all,21-24 yrs,495,490132,22.486188888549805,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,100.99320220947266 +1979,34,1,MVA,21-24 yrs,146,490132,22.486188888549805,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,29.787893295288086 +1979,34,1,suicide,21-24 yrs,50,490132,22.486188888549805,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,10.201333045959473 +1979,34,1,homicide,21-24 yrs,54,490132,22.486188888549805,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,11.017439842224121 +1979,34,1,other external,21-24 yrs,81,490132,22.486188888549805,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,16.526161193847656 +1979,34,1,internal,21-24 yrs,164,490132,22.486188888549805,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,33.46037292480469 +1980,34,0.8299978375434875,MVA,15-17 yrs,87,411517,16.01235580444336,0,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,21.14128875732422 +1980,34,0.8299978375434875,suicide,15-17 yrs,15,411517,16.01235580444336,0,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,3.645049810409546 +1980,34,0.8299978375434875,homicide,15-17 yrs,25,411517,16.01235580444336,0,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,6.075083255767822 +1980,34,0.8299978375434875,other external,15-17 yrs,49,411517,16.01235580444336,0,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,11.9071626663208 +1980,34,0.8299978375434875,internal,15-17 yrs,57,411517,16.01235580444336,0,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,13.851189613342285 +1980,34,0.8299978375434875,all,18-20 yrs,402,385532,18.98618507385254,0.8299978375434875,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,104.27149963378906 +1980,34,0.8299978375434875,MVA,18-20 yrs,163,385532,18.98618507385254,0.8299978375434875,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,42.279239654541016 +1980,34,0.8299978375434875,suicide,18-20 yrs,44,385532,18.98618507385254,0.8299978375434875,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,11.412800788879395 +1980,34,0.8299978375434875,homicide,18-20 yrs,40,385532,18.98618507385254,0.8299978375434875,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,10.375273704528809 +1980,34,0.8299978375434875,other external,18-20 yrs,61,385532,18.98618507385254,0.8299978375434875,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,15.82229232788086 +1980,34,0.8299978375434875,internal,18-20 yrs,94,385532,18.98618507385254,0.8299978375434875,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,24.381893157958984 +1980,34,0.8299978375434875,all,21-24 yrs,531,490975,22.49715805053711,1,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,108.15214538574219 +1980,34,0.8299978375434875,MVA,21-24 yrs,166,490975,22.49715805053711,1,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,33.81027603149414 +1980,34,0.8299978375434875,suicide,21-24 yrs,64,490975,22.49715805053711,1,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,13.035286903381348 +1980,34,0.8299978375434875,homicide,21-24 yrs,57,490975,22.49715805053711,1,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,11.609552383422852 +1980,34,0.8299978375434875,other external,21-24 yrs,77,490975,22.49715805053711,1,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,15.683079719543457 +1980,34,0.8299978375434875,internal,21-24 yrs,167,490975,22.49715805053711,1,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,34.01395034790039 +1981,34,0.6595242619514465,MVA,15-17 yrs,100,399450,16.0271053314209,0,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,25.034421920776367 +1981,34,0.6595242619514465,suicide,15-17 yrs,12,399450,16.0271053314209,0,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,3.0041306018829346 +1981,34,0.6595242619514465,homicide,15-17 yrs,20,399450,16.0271053314209,0,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,5.006884574890137 +1981,34,0.6595242619514465,other external,15-17 yrs,20,399450,16.0271053314209,0,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,5.006884574890137 +1981,34,0.6595242619514465,internal,15-17 yrs,49,399450,16.0271053314209,0,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,12.266866683959961 +1981,34,0.6595242619514465,all,18-20 yrs,360,397438,18.9821834564209,0.6595242619514465,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,90.580169677734375 +1981,34,0.6595242619514465,MVA,18-20 yrs,162,397438,18.9821834564209,0.6595242619514465,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,40.76107406616211 +1981,34,0.6595242619514465,suicide,18-20 yrs,29,397438,18.9821834564209,0.6595242619514465,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,7.296735763549805 +1981,34,0.6595242619514465,homicide,18-20 yrs,46,397438,18.9821834564209,0.6595242619514465,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,11.574131965637207 +1981,34,0.6595242619514465,other external,18-20 yrs,55,397438,18.9821834564209,0.6595242619514465,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,13.83863639831543 +1981,34,0.6595242619514465,internal,18-20 yrs,68,397438,18.9821834564209,0.6595242619514465,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,17.109586715698242 +1981,34,0.6595242619514465,all,21-24 yrs,475,490989,22.514436721801758,1,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,96.74351501464844 +1981,34,0.6595242619514465,MVA,21-24 yrs,140,490989,22.514436721801758,1,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,28.513877868652344 +1981,34,0.6595242619514465,suicide,21-24 yrs,53,490989,22.514436721801758,1,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,10.794539451599121 +1981,34,0.6595242619514465,homicide,21-24 yrs,69,490989,22.514436721801758,1,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,14.053268432617188 +1981,34,0.6595242619514465,other external,21-24 yrs,89,490989,22.514436721801758,1,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,18.126678466796875 +1981,34,0.6595242619514465,internal,21-24 yrs,124,490989,22.514436721801758,1,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,25.25514793395996 +1982,34,0.6682873964309692,MVA,15-17 yrs,77,382928,16.02984619140625,0,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,20.108219146728516 +1982,34,0.6682873964309692,suicide,15-17 yrs,16,382928,16.02984619140625,0,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,4.17833137512207 +1982,34,0.6682873964309692,homicide,15-17 yrs,18,382928,16.02984619140625,0,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,4.70062255859375 +1982,34,0.6682873964309692,other external,15-17 yrs,26,382928,16.02984619140625,0,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,6.789788246154785 +1982,34,0.6682873964309692,internal,15-17 yrs,48,382928,16.02984619140625,0,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,12.534993171691895 +1982,34,0.6682873964309692,all,18-20 yrs,317,403931,18.99373435974121,0.6682873964309692,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,78.47875213623047 +1982,34,0.6682873964309692,MVA,18-20 yrs,140,403931,18.99373435974121,0.6682873964309692,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,34.659385681152344 +1982,34,0.6682873964309692,suicide,18-20 yrs,29,403931,18.99373435974121,0.6682873964309692,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,7.179443836212158 +1982,34,0.6682873964309692,homicide,18-20 yrs,42,403931,18.99373435974121,0.6682873964309692,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,10.397815704345703 +1982,34,0.6682873964309692,other external,18-20 yrs,36,403931,18.99373435974121,0.6682873964309692,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,8.912413597106934 +1982,34,0.6682873964309692,internal,18-20 yrs,70,403931,18.99373435974121,0.6682873964309692,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,17.329692840576172 +1982,34,0.6682873964309692,all,21-24 yrs,488,490246,22.500240325927734,1,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,99.54186248779297 +1982,34,0.6682873964309692,MVA,21-24 yrs,146,490246,22.500240325927734,1,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,29.780967712402344 +1982,34,0.6682873964309692,suicide,21-24 yrs,54,490246,22.500240325927734,1,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,11.014878273010254 +1982,34,0.6682873964309692,homicide,21-24 yrs,61,490246,22.500240325927734,1,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,12.442732810974121 +1982,34,0.6682873964309692,other external,21-24 yrs,61,490246,22.500240325927734,1,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,12.442732810974121 +1982,34,0.6682873964309692,internal,21-24 yrs,166,490246,22.500240325927734,1,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,33.86054992675781 +1983,34,0.5085621476173401,MVA,15-17 yrs,58,367981,16.02837371826172,0,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,15.761683464050293 +1983,34,0.5085621476173401,suicide,15-17 yrs,13,367981,16.02837371826172,0,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,3.5327911376953125 +1983,34,0.5085621476173401,homicide,15-17 yrs,19,367981,16.02837371826172,0,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,5.1633100509643555 +1983,34,0.5085621476173401,other external,15-17 yrs,28,367981,16.02837371826172,0,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,7.60908842086792 +1983,34,0.5085621476173401,internal,15-17 yrs,44,367981,16.02837371826172,0,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,11.957139015197754 +1983,34,0.5085621476173401,all,18-20 yrs,293,402264,19.018056869506836,0.5085621476173401,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,72.837738037109375 +1983,34,0.5085621476173401,MVA,18-20 yrs,113,402264,19.018056869506836,0.5085621476173401,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,28.091005325317383 +1983,34,0.5085621476173401,suicide,18-20 yrs,30,402264,19.018056869506836,0.5085621476173401,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,7.457788944244385 +1983,34,0.5085621476173401,homicide,18-20 yrs,33,402264,19.018056869506836,0.5085621476173401,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,8.2035675048828125 +1983,34,0.5085621476173401,other external,18-20 yrs,43,402264,19.018056869506836,0.5085621476173401,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,10.689496994018555 +1983,34,0.5085621476173401,internal,18-20 yrs,74,402264,19.018056869506836,0.5085621476173401,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,18.3958797454834 +1983,34,0.5085621476173401,all,21-24 yrs,442,494600,22.480690002441406,1,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,89.365142822265625 +1983,34,0.5085621476173401,MVA,21-24 yrs,142,494600,22.480690002441406,1,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,28.71006965637207 +1983,34,0.5085621476173401,suicide,21-24 yrs,47,494600,22.480690002441406,1,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,9.502628326416016 +1983,34,0.5085621476173401,homicide,21-24 yrs,47,494600,22.480690002441406,1,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,9.502628326416016 +1983,34,0.5085621476173401,other external,21-24 yrs,63,494600,22.480690002441406,1,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,12.737565994262695 +1983,34,0.5085621476173401,internal,21-24 yrs,143,494600,22.480690002441406,1,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,28.91225242614746 +1984,34,0.17286482453346252,MVA,15-17 yrs,60,360103,16.016698837280273,0,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,16.66189956665039 +1984,34,0.17286482453346252,suicide,15-17 yrs,21,360103,16.016698837280273,0,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,5.8316650390625 +1984,34,0.17286482453346252,homicide,15-17 yrs,15,360103,16.016698837280273,0,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,4.165474891662598 +1984,34,0.17286482453346252,other external,15-17 yrs,37,360103,16.016698837280273,0,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,10.2748384475708 +1984,34,0.17286482453346252,internal,15-17 yrs,40,360103,16.016698837280273,0,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,11.107933044433594 +1984,34,0.17286482453346252,all,18-20 yrs,272,390026,19.031505584716797,0.17286482453346252,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,69.73893737792969 +1984,34,0.17286482453346252,MVA,18-20 yrs,105,390026,19.031505584716797,0.17286482453346252,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,26.921281814575195 +1984,34,0.17286482453346252,suicide,18-20 yrs,22,390026,19.031505584716797,0.17286482453346252,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,5.640649795532227 +1984,34,0.17286482453346252,homicide,18-20 yrs,34,390026,19.031505584716797,0.17286482453346252,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,8.717367172241211 +1984,34,0.17286482453346252,other external,18-20 yrs,41,390026,19.031505584716797,0.17286482453346252,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,10.51211929321289 +1984,34,0.17286482453346252,internal,18-20 yrs,70,390026,19.031505584716797,0.17286482453346252,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,17.947521209716797 +1984,34,0.17286482453346252,all,21-24 yrs,406,506470,22.463687896728516,1,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,80.1626968383789 +1984,34,0.17286482453346252,MVA,21-24 yrs,126,506470,22.463687896728516,1,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,24.87807846069336 +1984,34,0.17286482453346252,suicide,21-24 yrs,51,506470,22.463687896728516,1,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,10.069698333740234 +1984,34,0.17286482453346252,homicide,21-24 yrs,56,506470,22.463687896728516,1,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,11.056923866271973 +1984,34,0.17286482453346252,other external,21-24 yrs,53,506470,22.463687896728516,1,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,10.464588165283203 +1984,34,0.17286482453346252,internal,21-24 yrs,120,506470,22.463687896728516,1,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,23.69340705871582 +1985,34,0,MVA,15-17 yrs,52,357689,16.002605438232422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,14.537769317626953 +1985,34,0,suicide,15-17 yrs,14,357689,16.002605438232422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,3.9140145778656006 +1985,34,0,homicide,15-17 yrs,11,357689,16.002605438232422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,3.0752973556518555 +1985,34,0,other external,15-17 yrs,31,357689,16.002605438232422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,8.666747093200684 +1985,34,0,internal,15-17 yrs,49,357689,16.002605438232422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,13.699051856994629 +1985,34,0,all,18-20 yrs,264,373287,19.03142547607422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,70.72306060791016 +1985,34,0,MVA,18-20 yrs,101,373287,19.03142547607422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,27.056928634643555 +1985,34,0,suicide,18-20 yrs,32,373287,19.03142547607422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,8.572492599487305 +1985,34,0,homicide,18-20 yrs,37,373287,19.03142547607422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,9.911944389343262 +1985,34,0,other external,18-20 yrs,32,373287,19.03142547607422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,8.572492599487305 +1985,34,0,internal,18-20 yrs,62,373287,19.03142547607422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,16.609203338623047 +1985,34,0,all,21-24 yrs,411,517973,22.478689193725586,1,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,79.34776306152344 +1985,34,0,MVA,21-24 yrs,120,517973,22.478689193725586,1,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,23.1672306060791 +1985,34,0,suicide,21-24 yrs,50,517973,22.478689193725586,1,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,9.653013229370117 +1985,34,0,homicide,21-24 yrs,44,517973,22.478689193725586,1,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,8.494650840759277 +1985,34,0,other external,21-24 yrs,60,517973,22.478689193725586,1,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,11.58361530303955 +1985,34,0,internal,21-24 yrs,137,517973,22.478689193725586,1,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,26.449254989624023 +1986,34,0,MVA,15-17 yrs,69,358932,16.00490951538086,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,19.223697662353516 +1986,34,0,suicide,15-17 yrs,16,358932,16.00490951538086,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,4.457668781280518 +1986,34,0,homicide,15-17 yrs,19,358932,16.00490951538086,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,5.293481826782227 +1986,34,0,other external,15-17 yrs,21,358932,16.00490951538086,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,5.8506903648376465 +1986,34,0,internal,15-17 yrs,41,358932,16.00490951538086,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,11.422776222229004 +1986,34,0,all,18-20 yrs,248,357721,19.027734756469727,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,69.32777404785156 +1986,34,0,MVA,18-20 yrs,96,357721,19.027734756469727,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,26.836557388305664 +1986,34,0,suicide,18-20 yrs,30,357721,19.027734756469727,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,8.38642406463623 +1986,34,0,homicide,18-20 yrs,30,357721,19.027734756469727,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,8.38642406463623 +1986,34,0,other external,18-20 yrs,35,357721,19.027734756469727,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,9.784161567687988 +1986,34,0,internal,18-20 yrs,57,357721,19.027734756469727,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,15.934206008911133 +1986,34,0,all,21-24 yrs,460,522036,22.510560989379883,1,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,88.11653137207031 +1986,34,0,MVA,21-24 yrs,134,522036,22.510560989379883,1,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,25.66872787475586 +1986,34,0,suicide,21-24 yrs,45,522036,22.510560989379883,1,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,8.620095252990723 +1986,34,0,homicide,21-24 yrs,54,522036,22.510560989379883,1,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,10.344114303588867 +1986,34,0,other external,21-24 yrs,58,522036,22.510560989379883,1,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,11.110344886779785 +1986,34,0,internal,21-24 yrs,169,522036,22.510560989379883,1,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,32.37324523925781 +1987,34,0,MVA,15-17 yrs,64,347333,16.04474639892578,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,18.42612075805664 +1987,34,0,suicide,15-17 yrs,12,347333,16.04474639892578,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,3.45489764213562 +1987,34,0,homicide,15-17 yrs,17,347333,16.04474639892578,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,4.89443826675415 +1987,34,0,other external,15-17 yrs,25,347333,16.04474639892578,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,7.197703838348389 +1987,34,0,internal,15-17 yrs,41,347333,16.04474639892578,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,11.80423355102539 +1987,34,0,all,18-20 yrs,245,347153,19.01527214050293,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,70.574066162109375 +1987,34,0,MVA,18-20 yrs,99,347153,19.01527214050293,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,28.517684936523438 +1987,34,0,suicide,18-20 yrs,26,347153,19.01527214050293,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,7.489492893218994 +1987,34,0,homicide,18-20 yrs,27,347153,19.01527214050293,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,7.77755069732666 +1987,34,0,other external,18-20 yrs,29,347153,19.01527214050293,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,8.353665351867676 +1987,34,0,internal,18-20 yrs,64,347153,19.01527214050293,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,18.4356746673584 +1987,34,0,all,21-24 yrs,442,514555,22.546768188476562,1,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,85.89946746826172 +1987,34,0,MVA,21-24 yrs,124,514555,22.546768188476562,1,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,24.098493576049805 +1987,34,0,suicide,21-24 yrs,50,514555,22.546768188476562,1,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,9.717134475708008 +1987,34,0,homicide,21-24 yrs,38,514555,22.546768188476562,1,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,7.385022163391113 +1987,34,0,other external,21-24 yrs,46,514555,22.546768188476562,1,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,8.939763069152832 +1987,34,0,internal,21-24 yrs,184,514555,22.546768188476562,1,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,35.75905227661133 +1988,34,0,MVA,15-17 yrs,65,327211,16.068578720092773,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,19.864858627319336 +1988,34,0,suicide,15-17 yrs,13,327211,16.068578720092773,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,3.9729716777801514 +1988,34,0,homicide,15-17 yrs,20,327211,16.068578720092773,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,6.112264156341553 +1988,34,0,other external,15-17 yrs,13,327211,16.068578720092773,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,3.9729716777801514 +1988,34,0,internal,15-17 yrs,55,327211,16.068578720092773,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,16.808725357055664 +1988,34,0,all,18-20 yrs,288,342387,19.00057601928711,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,84.11534118652344 +1988,34,0,MVA,18-20 yrs,111,342387,19.00057601928711,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,32.419456481933594 +1988,34,0,suicide,18-20 yrs,25,342387,19.00057601928711,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,7.3016791343688965 +1988,34,0,homicide,18-20 yrs,43,342387,19.00057601928711,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,12.55888843536377 +1988,34,0,other external,18-20 yrs,26,342387,19.00057601928711,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,7.593746185302734 +1988,34,0,internal,18-20 yrs,83,342387,19.00057601928711,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,24.241575241088867 +1988,34,0,all,21-24 yrs,456,498120,22.56089210510254,1,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,91.54420471191406 +1988,34,0,MVA,21-24 yrs,139,498120,22.56089210510254,1,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,27.904922485351562 +1988,34,0,suicide,21-24 yrs,46,498120,22.56089210510254,1,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,9.234722137451172 +1988,34,0,homicide,21-24 yrs,46,498120,22.56089210510254,1,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,9.234722137451172 +1988,34,0,other external,21-24 yrs,60,498120,22.56089210510254,1,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,12.045289993286133 +1988,34,0,internal,21-24 yrs,165,498120,22.56089210510254,1,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,33.124549865722656 +1989,34,0,MVA,15-17 yrs,39,303257,16.041622161865234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,12.860379219055176 +1989,34,0,suicide,15-17 yrs,7,303257,16.041622161865234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,2.3082730770111084 +1989,34,0,homicide,15-17 yrs,22,303257,16.041622161865234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,7.254572868347168 +1989,34,0,other external,15-17 yrs,24,303257,16.041622161865234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,7.914079666137695 +1989,34,0,internal,15-17 yrs,47,303257,16.041622161865234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,15.498405456542969 +1989,34,0,all,18-20 yrs,229,338982,19.002071380615234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,67.555206298828125 +1989,34,0,MVA,18-20 yrs,79,338982,19.002071380615234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,23.305072784423828 +1989,34,0,suicide,18-20 yrs,30,338982,19.002071380615234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,8.850027084350586 +1989,34,0,homicide,18-20 yrs,33,338982,19.002071380615234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,9.735030174255371 +1989,34,0,other external,18-20 yrs,21,338982,19.002071380615234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,6.195019245147705 +1989,34,0,internal,18-20 yrs,66,338982,19.002071380615234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,19.470060348510742 +1989,34,0,all,21-24 yrs,395,475113,22.56143569946289,1,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,83.13811492919922 +1989,34,0,MVA,21-24 yrs,86,475113,22.56143569946289,1,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,18.1009578704834 +1989,34,0,suicide,21-24 yrs,39,475113,22.56143569946289,1,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,8.208573341369629 +1989,34,0,homicide,21-24 yrs,63,475113,22.56143569946289,1,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,13.260003089904785 +1989,34,0,other external,21-24 yrs,39,475113,22.56143569946289,1,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,8.208573341369629 +1989,34,0,internal,21-24 yrs,168,475113,22.56143569946289,1,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,35.360008239746094 +1990,34,0,MVA,15-17 yrs,50,292883,16.01715660095215,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,17.07166290283203 +1990,34,0,suicide,15-17 yrs,9,292883,16.01715660095215,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,3.072899341583252 +1990,34,0,homicide,15-17 yrs,20,292883,16.01715660095215,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,6.828665256500244 +1990,34,0,other external,15-17 yrs,18,292883,16.01715660095215,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,6.145798683166504 +1990,34,0,internal,15-17 yrs,33,292883,16.01715660095215,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,11.267297744750977 +1990,34,0,all,18-20 yrs,206,328361,19.03657341003418,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,62.73583221435547 +1990,34,0,MVA,18-20 yrs,70,328361,19.03657341003418,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,21.31800079345703 +1990,34,0,suicide,18-20 yrs,19,328361,19.03657341003418,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,5.786314487457275 +1990,34,0,homicide,18-20 yrs,24,328361,19.03657341003418,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,7.309028625488281 +1990,34,0,other external,18-20 yrs,24,328361,19.03657341003418,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,7.309028625488281 +1990,34,0,internal,18-20 yrs,69,328361,19.03657341003418,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,21.013458251953125 +1990,34,0,all,21-24 yrs,377,455020,22.54656219482422,1,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,82.85350036621094 +1990,34,0,MVA,21-24 yrs,101,455020,22.54656219482422,1,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,22.196826934814453 +1990,34,0,suicide,21-24 yrs,36,455020,22.54656219482422,1,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,7.911740303039551 +1990,34,0,homicide,21-24 yrs,59,455020,22.54656219482422,1,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,12.966463088989258 +1990,34,0,other external,21-24 yrs,32,455020,22.54656219482422,1,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,7.032658100128174 +1990,34,0,internal,21-24 yrs,149,455020,22.54656219482422,1,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,32.74581527709961 +1991,34,0,MVA,15-17 yrs,37,288485,16.012662887573242,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,12.825623512268066 +1991,34,0,suicide,15-17 yrs,6,288485,16.012662887573242,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,2.0798308849334717 +1991,34,0,homicide,15-17 yrs,18,288485,16.012662887573242,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,6.239492416381836 +1991,34,0,other external,15-17 yrs,24,288485,16.012662887573242,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,8.319323539733887 +1991,34,0,internal,15-17 yrs,49,288485,16.012662887573242,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,16.98528480529785 +1991,34,0,all,18-20 yrs,207,315096,19.038772583007812,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,65.69426727294922 +1991,34,0,MVA,18-20 yrs,47,315096,19.038772583007812,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,14.916089057922363 +1991,34,0,suicide,18-20 yrs,25,315096,19.038772583007812,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,7.9340901374816895 +1991,34,0,homicide,18-20 yrs,32,315096,19.038772583007812,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,10.155634880065918 +1991,34,0,other external,18-20 yrs,31,315096,19.038772583007812,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,9.838271141052246 +1991,34,0,internal,18-20 yrs,72,315096,19.038772583007812,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,22.85017967224121 +1991,34,0,all,21-24 yrs,319,435937,22.520875930786133,1,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,73.17571258544922 +1991,34,0,MVA,21-24 yrs,70,435937,22.520875930786133,1,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,16.05736541748047 +1991,34,0,suicide,21-24 yrs,24,435937,22.520875930786133,1,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,5.505382537841797 +1991,34,0,homicide,21-24 yrs,53,435937,22.520875930786133,1,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,12.157719612121582 +1991,34,0,other external,21-24 yrs,39,435937,22.520875930786133,1,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,8.946247100830078 +1991,34,0,internal,21-24 yrs,133,435937,22.520875930786133,1,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,30.508995056152344 +1992,34,0,MVA,15-17 yrs,55,291436,16.000635147094727,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,18.872068405151367 +1992,34,0,suicide,15-17 yrs,14,291436,16.000635147094727,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,4.803799152374268 +1992,34,0,homicide,15-17 yrs,29,291436,16.000635147094727,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,9.950726509094238 +1992,34,0,other external,15-17 yrs,17,291436,16.000635147094727,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,5.833184719085693 +1992,34,0,internal,15-17 yrs,38,291436,16.000635147094727,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,13.038883209228516 +1992,34,0,all,18-20 yrs,185,302059,19.02925682067871,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,61.24631118774414 +1992,34,0,MVA,18-20 yrs,54,302059,19.02925682067871,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,17.877302169799805 +1992,34,0,suicide,18-20 yrs,16,302059,19.02925682067871,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,5.29697847366333 +1992,34,0,homicide,18-20 yrs,35,302059,19.02925682067871,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,11.587140083312988 +1992,34,0,other external,18-20 yrs,26,302059,19.02925682067871,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,8.6075897216796875 +1992,34,0,internal,18-20 yrs,54,302059,19.02925682067871,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,17.877302169799805 +1992,34,0,all,21-24 yrs,356,422613,22.499412536621094,1,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,84.237823486328125 +1992,34,0,MVA,21-24 yrs,79,422613,22.499412536621094,1,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,18.693225860595703 +1992,34,0,suicide,21-24 yrs,34,422613,22.499412536621094,1,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,8.045185089111328 +1992,34,0,homicide,21-24 yrs,50,422613,22.499412536621094,1,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,11.831154823303223 +1992,34,0,other external,21-24 yrs,32,422613,22.499412536621094,1,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,7.571939468383789 +1992,34,0,internal,21-24 yrs,161,422613,22.499412536621094,1,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,38.09632110595703 +1993,34,0,MVA,15-17 yrs,42,293757,15.989004135131836,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,14.297532081604004 +1993,34,0,suicide,15-17 yrs,13,293757,15.989004135131836,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,4.425426483154297 +1993,34,0,homicide,15-17 yrs,21,293757,15.989004135131836,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,7.148766040802002 +1993,34,0,other external,15-17 yrs,17,293757,15.989004135131836,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,5.78709602355957 +1993,34,0,internal,15-17 yrs,35,293757,15.989004135131836,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,11.914609909057617 +1993,34,0,all,18-20 yrs,207,296537,19.01819610595703,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,69.80579376220703 +1993,34,0,MVA,18-20 yrs,57,296537,19.01819610595703,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,19.22188377380371 +1993,34,0,suicide,18-20 yrs,28,296537,19.01819610595703,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,9.442329406738281 +1993,34,0,homicide,18-20 yrs,43,296537,19.01819610595703,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,14.500720024108887 +1993,34,0,other external,18-20 yrs,24,296537,19.01819610595703,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,8.093424797058105 +1993,34,0,internal,18-20 yrs,55,296537,19.01819610595703,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,18.54743194580078 +1993,34,0,all,21-24 yrs,346,410780,22.513919830322266,1,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,84.2300033569336 +1993,34,0,MVA,21-24 yrs,66,410780,22.513919830322266,1,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,16.066993713378906 +1993,34,0,suicide,21-24 yrs,31,410780,22.513919830322266,1,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,7.546618461608887 +1993,34,0,homicide,21-24 yrs,53,410780,22.513919830322266,1,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,12.902283668518066 +1993,34,0,other external,21-24 yrs,43,410780,22.513919830322266,1,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,10.467890739440918 +1993,34,0,internal,21-24 yrs,153,410780,22.513919830322266,1,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,37.2462158203125 +1994,34,0,MVA,15-17 yrs,38,300351,15.990687370300293,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,12.651864051818848 +1994,34,0,suicide,15-17 yrs,8,300351,15.990687370300293,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,2.66355037689209 +1994,34,0,homicide,15-17 yrs,28,300351,15.990687370300293,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,9.322425842285156 +1994,34,0,other external,15-17 yrs,18,300351,15.990687370300293,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,5.992988109588623 +1994,34,0,internal,15-17 yrs,40,300351,15.990687370300293,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,13.31775188446045 +1994,34,0,all,18-20 yrs,166,290803,19.016124725341797,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,57.083316802978516 +1994,34,0,MVA,18-20 yrs,56,290803,19.016124725341797,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,19.257022857666016 +1994,34,0,suicide,18-20 yrs,11,290803,19.016124725341797,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,3.7826294898986816 +1994,34,0,homicide,18-20 yrs,38,290803,19.016124725341797,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,13.067265510559082 +1994,34,0,other external,18-20 yrs,22,290803,19.016124725341797,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,7.565258979797363 +1994,34,0,internal,18-20 yrs,39,290803,19.016124725341797,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,13.411140441894531 +1994,34,0,all,21-24 yrs,346,399942,22.529376983642578,1,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,86.512542724609375 +1994,34,0,MVA,21-24 yrs,78,399942,22.529376983642578,1,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,19.50282859802246 +1994,34,0,suicide,21-24 yrs,45,399942,22.529376983642578,1,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,11.251631736755371 +1994,34,0,homicide,21-24 yrs,53,399942,22.529376983642578,1,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,13.251921653747559 +1994,34,0,other external,21-24 yrs,47,399942,22.529376983642578,1,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,11.751704216003418 +1994,34,0,internal,21-24 yrs,123,399942,22.529376983642578,1,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,30.754459381103516 +1995,34,0,MVA,15-17 yrs,45,306114,15.978443145751953,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,14.700406074523926 +1995,34,0,suicide,15-17 yrs,19,306114,15.978443145751953,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,6.206838130950928 +1995,34,0,homicide,15-17 yrs,21,306114,15.978443145751953,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,6.860189437866211 +1995,34,0,other external,15-17 yrs,13,306114,15.978443145751953,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,4.24678373336792 +1995,34,0,internal,15-17 yrs,46,306114,15.978443145751953,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,15.027081489562988 +1995,34,0,all,18-20 yrs,184,291846,19.00739860534668,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,63.04695129394531 +1995,34,0,MVA,18-20 yrs,54,291846,19.00739860534668,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,18.50290870666504 +1995,34,0,suicide,18-20 yrs,22,291846,19.00739860534668,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,7.538222312927246 +1995,34,0,homicide,18-20 yrs,35,291846,19.00739860534668,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,11.992626190185547 +1995,34,0,other external,18-20 yrs,25,291846,19.00739860534668,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,8.566161155700684 +1995,34,0,internal,18-20 yrs,48,291846,19.00739860534668,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,16.447031021118164 +1995,34,0,all,21-24 yrs,301,386645,22.53049087524414,1,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,77.84918975830078 +1995,34,0,MVA,21-24 yrs,65,386645,22.53049087524414,1,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,16.81128692626953 +1995,34,0,suicide,21-24 yrs,38,386645,22.53049087524414,1,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,9.828137397766113 +1995,34,0,homicide,21-24 yrs,67,386645,22.53049087524414,1,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,17.32855796813965 +1995,34,0,other external,21-24 yrs,44,386645,22.53049087524414,1,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,11.379947662353516 +1995,34,0,internal,21-24 yrs,87,386645,22.53049087524414,1,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,22.50126075744629 +1996,34,0,MVA,15-17 yrs,41,309730,15.99007511138916,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,13.237336158752441 +1996,34,0,suicide,15-17 yrs,11,309730,15.99007511138916,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,3.551480293273926 +1996,34,0,homicide,15-17 yrs,23,309730,15.99007511138916,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,7.4258222579956055 +1996,34,0,other external,15-17 yrs,14,309730,15.99007511138916,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,4.520065784454346 +1996,34,0,internal,15-17 yrs,41,309730,15.99007511138916,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,13.237336158752441 +1996,34,0,all,18-20 yrs,198,292259,18.998741149902344,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,67.74813079833984 +1996,34,0,MVA,18-20 yrs,51,292259,18.998741149902344,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,17.450275421142578 +1996,34,0,suicide,18-20 yrs,14,292259,18.998741149902344,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,4.790271759033203 +1996,34,0,homicide,18-20 yrs,52,292259,18.998741149902344,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,17.792436599731445 +1996,34,0,other external,18-20 yrs,31,292259,18.998741149902344,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,10.607029914855957 +1996,34,0,internal,18-20 yrs,50,292259,18.998741149902344,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,17.108112335205078 +1996,34,0,all,21-24 yrs,298,376194,22.507658004760742,1,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,79.214447021484375 +1996,34,0,MVA,21-24 yrs,80,376194,22.507658004760742,1,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,21.265623092651367 +1996,34,0,suicide,21-24 yrs,38,376194,22.507658004760742,1,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,10.101171493530273 +1996,34,0,homicide,21-24 yrs,52,376194,22.507658004760742,1,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,13.82265567779541 +1996,34,0,other external,21-24 yrs,39,376194,22.507658004760742,1,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,10.36699104309082 +1996,34,0,internal,21-24 yrs,89,376194,22.507658004760742,1,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,23.65800666809082 +1970,35,0,MVA,15-17 yrs,39,67631,15.974434852600098,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,57.665863037109375 +1970,35,0,suicide,15-17 yrs,10,67631,15.974434852600098,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,14.786118507385254 +1970,35,0,homicide,15-17 yrs,5,67631,15.974434852600098,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,7.393059253692627 +1970,35,0,other external,15-17 yrs,19,67631,15.974434852600098,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,28.093626022338867 +1970,35,0,internal,15-17 yrs,29,67631,15.974434852600098,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,42.87974548339844 +1970,35,0,all,18-20 yrs,118,55387,18.960477828979492,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,213.04638671875 +1970,35,0,MVA,18-20 yrs,61,55387,18.960477828979492,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,110.13414764404297 +1970,35,0,suicide,18-20 yrs,5,55387,18.960477828979492,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,9.0273895263671875 +1970,35,0,homicide,18-20 yrs,6,55387,18.960477828979492,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,10.832866668701172 +1970,35,0,other external,18-20 yrs,22,55387,18.960477828979492,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,39.72051239013672 +1970,35,0,internal,18-20 yrs,24,55387,18.960477828979492,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,43.33146667480469 +1970,35,0,all,21-24 yrs,180,65099,22.398807525634766,1,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,276.501953125 +1970,35,0,MVA,21-24 yrs,83,65099,22.398807525634766,1,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,127.49811553955078 +1970,35,0,suicide,21-24 yrs,20,65099,22.398807525634766,1,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,30.72243881225586 +1970,35,0,homicide,21-24 yrs,7,65099,22.398807525634766,1,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,10.752853393554688 +1970,35,0,other external,21-24 yrs,39,65099,22.398807525634766,1,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,59.908756256103516 +1970,35,0,internal,21-24 yrs,31,65099,22.398807525634766,1,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,47.61977767944336 +1971,35,0,MVA,15-17 yrs,53,70905,15.984782218933105,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,74.7479019165039 +1971,35,0,suicide,15-17 yrs,4,70905,15.984782218933105,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,5.641351222991943 +1971,35,0,homicide,15-17 yrs,3,70905,15.984782218933105,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,4.231013298034668 +1971,35,0,other external,15-17 yrs,14,70905,15.984782218933105,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,19.744728088378906 +1971,35,0,internal,15-17 yrs,19,70905,15.984782218933105,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,26.796417236328125 +1971,35,0,all,18-20 yrs,146,60360,18.953413009643555,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,241.8820343017578 +1971,35,0,MVA,18-20 yrs,74,60360,18.953413009643555,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,122.59774780273438 +1971,35,0,suicide,18-20 yrs,11,60360,18.953413009643555,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,18.223989486694336 +1971,35,0,homicide,18-20 yrs,17,60360,18.953413009643555,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,28.16434669494629 +1971,35,0,other external,18-20 yrs,27,60360,18.953413009643555,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,44.73160934448242 +1971,35,0,internal,18-20 yrs,17,60360,18.953413009643555,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,28.16434669494629 +1971,35,0,all,21-24 yrs,167,71557,22.53041648864746,1,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,233.38038635253906 +1971,35,0,MVA,21-24 yrs,70,71557,22.53041648864746,1,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,97.82411193847656 +1971,35,0,suicide,21-24 yrs,19,71557,22.53041648864746,1,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,26.55225944519043 +1971,35,0,homicide,21-24 yrs,16,71557,22.53041648864746,1,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,22.35979652404785 +1971,35,0,other external,21-24 yrs,29,71557,22.53041648864746,1,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,40.52713394165039 +1971,35,0,internal,21-24 yrs,33,71557,22.53041648864746,1,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,46.11708068847656 +1972,35,0,MVA,15-17 yrs,44,73357,15.977029800415039,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,59.98064422607422 +1972,35,0,suicide,15-17 yrs,6,73357,15.977029800415039,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,8.179178237915039 +1972,35,0,homicide,15-17 yrs,4,73357,15.977029800415039,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,5.452785491943359 +1972,35,0,other external,15-17 yrs,18,73357,15.977029800415039,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,24.537534713745117 +1972,35,0,internal,15-17 yrs,14,73357,15.977029800415039,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,19.084749221801758 +1972,35,0,all,18-20 yrs,120,64226,18.965465545654297,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,186.84022521972656 +1972,35,0,MVA,18-20 yrs,48,64226,18.965465545654297,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,74.73609161376953 +1972,35,0,suicide,18-20 yrs,14,64226,18.965465545654297,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,21.798025131225586 +1972,35,0,homicide,18-20 yrs,14,64226,18.965465545654297,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,21.798025131225586 +1972,35,0,other external,18-20 yrs,20,64226,18.965465545654297,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,31.140037536621094 +1972,35,0,internal,18-20 yrs,24,64226,18.965465545654297,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,37.368045806884766 +1972,35,0,all,21-24 yrs,166,72019,22.493494033813477,1,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,230.49473571777344 +1972,35,0,MVA,21-24 yrs,78,72019,22.493494033813477,1,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,108.30475616455078 +1972,35,0,suicide,21-24 yrs,14,72019,22.493494033813477,1,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,19.439313888549805 +1972,35,0,homicide,21-24 yrs,14,72019,22.493494033813477,1,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,19.439313888549805 +1972,35,0,other external,21-24 yrs,32,72019,22.493494033813477,1,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,44.43272018432617 +1972,35,0,internal,21-24 yrs,28,72019,22.493494033813477,1,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,38.87862777709961 +1973,35,0,MVA,15-17 yrs,49,75555,15.981986999511719,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,64.8534164428711 +1973,35,0,suicide,15-17 yrs,10,75555,15.981986999511719,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,13.235391616821289 +1973,35,0,homicide,15-17 yrs,2,75555,15.981986999511719,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,2.647078275680542 +1973,35,0,other external,15-17 yrs,25,75555,15.981986999511719,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,33.088478088378906 +1973,35,0,internal,15-17 yrs,19,75555,15.981986999511719,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,25.14724349975586 +1973,35,0,all,18-20 yrs,158,67565,18.978376388549805,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,233.84889221191406 +1973,35,0,MVA,18-20 yrs,77,67565,18.978376388549805,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,113.9643325805664 +1973,35,0,suicide,18-20 yrs,15,67565,18.978376388549805,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,22.200843811035156 +1973,35,0,homicide,18-20 yrs,14,67565,18.978376388549805,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,20.720787048339844 +1973,35,0,other external,18-20 yrs,32,67565,18.978376388549805,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,47.36180114746094 +1973,35,0,internal,18-20 yrs,20,67565,18.978376388549805,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,29.601125717163086 +1973,35,0,all,21-24 yrs,203,74769,22.459962844848633,1,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,271.5028991699219 +1973,35,0,MVA,21-24 yrs,87,74769,22.459962844848633,1,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,116.35838317871094 +1973,35,0,suicide,21-24 yrs,18,74769,22.459962844848633,1,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,24.074148178100586 +1973,35,0,homicide,21-24 yrs,28,74769,22.459962844848633,1,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,37.44867706298828 +1973,35,0,other external,21-24 yrs,31,74769,22.459962844848633,1,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,41.46103286743164 +1973,35,0,internal,21-24 yrs,39,74769,22.459962844848633,1,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,52.1606559753418 +1974,35,0,MVA,15-17 yrs,50,77838,15.992034912109375,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,64.23597717285156 +1974,35,0,suicide,15-17 yrs,11,77838,15.992034912109375,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,14.131915092468262 +1974,35,0,homicide,15-17 yrs,6,77838,15.992034912109375,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,7.708317279815674 +1974,35,0,other external,15-17 yrs,19,77838,15.992034912109375,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,24.409671783447266 +1974,35,0,internal,15-17 yrs,21,77838,15.992034912109375,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,26.979110717773438 +1974,35,0,all,18-20 yrs,160,69090,18.984817504882812,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,231.58200073242188 +1974,35,0,MVA,18-20 yrs,71,69090,18.984817504882812,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,102.76451110839844 +1974,35,0,suicide,18-20 yrs,23,69090,18.984817504882812,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,33.289913177490234 +1974,35,0,homicide,18-20 yrs,11,69090,18.984817504882812,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,15.92126178741455 +1974,35,0,other external,18-20 yrs,23,69090,18.984817504882812,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,33.289913177490234 +1974,35,0,internal,18-20 yrs,32,69090,18.984817504882812,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,46.31639862060547 +1974,35,0,all,21-24 yrs,201,77228,22.429262161254883,1,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,260.268310546875 +1974,35,0,MVA,21-24 yrs,82,77228,22.429262161254883,1,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,106.17910766601562 +1974,35,0,suicide,21-24 yrs,18,77228,22.429262161254883,1,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,23.30760955810547 +1974,35,0,homicide,21-24 yrs,13,77228,22.429262161254883,1,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,16.83327293395996 +1974,35,0,other external,21-24 yrs,33,77228,22.429262161254883,1,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,42.73061752319336 +1974,35,0,internal,21-24 yrs,55,77228,22.429262161254883,1,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,71.21768951416016 +1975,35,0,MVA,15-17 yrs,46,79653,15.983654022216797,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,57.750492095947266 +1975,35,0,suicide,15-17 yrs,10,79653,15.983654022216797,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,12.554454803466797 +1975,35,0,homicide,15-17 yrs,7,79653,15.983654022216797,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,8.788118362426758 +1975,35,0,other external,15-17 yrs,21,79653,15.983654022216797,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,26.364355087280273 +1975,35,0,internal,15-17 yrs,21,79653,15.983654022216797,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,26.364355087280273 +1975,35,0,all,18-20 yrs,147,71584,18.978179931640625,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,205.3531494140625 +1975,35,0,MVA,18-20 yrs,69,71584,18.978179931640625,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,96.39025115966797 +1975,35,0,suicide,18-20 yrs,18,71584,18.978179931640625,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,25.14528465270996 +1975,35,0,homicide,18-20 yrs,14,71584,18.978179931640625,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,19.557443618774414 +1975,35,0,other external,18-20 yrs,25,71584,18.978179931640625,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,34.92400360107422 +1975,35,0,internal,18-20 yrs,21,71584,18.978179931640625,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,29.336164474487305 +1975,35,0,all,21-24 yrs,173,82381,22.4285945892334,1,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,209.9998779296875 +1975,35,0,MVA,21-24 yrs,73,82381,22.4285945892334,1,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,88.61266326904297 +1975,35,0,suicide,21-24 yrs,22,82381,22.4285945892334,1,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,26.70518684387207 +1975,35,0,homicide,21-24 yrs,25,82381,22.4285945892334,1,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,30.346803665161133 +1975,35,0,other external,21-24 yrs,21,82381,22.4285945892334,1,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,25.491313934326172 +1975,35,0,internal,21-24 yrs,32,82381,22.4285945892334,1,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,38.84390640258789 +1976,35,0,MVA,15-17 yrs,65,81715,15.981826782226562,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,79.54476165771484 +1976,35,0,suicide,15-17 yrs,11,81715,15.981826782226562,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,13.461421012878418 +1976,35,0,homicide,15-17 yrs,6,81715,15.981826782226562,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,7.342593193054199 +1976,35,0,other external,15-17 yrs,21,81715,15.981826782226562,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,25.69907569885254 +1976,35,0,internal,15-17 yrs,11,81715,15.981826782226562,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,13.461421012878418 +1976,35,0,all,18-20 yrs,113,73623,18.984582901000977,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,153.48464965820312 +1976,35,0,MVA,18-20 yrs,59,73623,18.984582901000977,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,80.13800048828125 +1976,35,0,suicide,18-20 yrs,11,73623,18.984582901000977,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,14.940982818603516 +1976,35,0,homicide,18-20 yrs,16,73623,18.984582901000977,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,21.73233985900879 +1976,35,0,other external,18-20 yrs,9,73623,18.984582901000977,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,12.224440574645996 +1976,35,0,internal,18-20 yrs,18,73623,18.984582901000977,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,24.448881149291992 +1976,35,0,all,21-24 yrs,215,87366,22.448549270629883,1,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,246.09115600585938 +1976,35,0,MVA,21-24 yrs,86,87366,22.448549270629883,1,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,98.43646240234375 +1976,35,0,suicide,21-24 yrs,38,87366,22.448549270629883,1,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,43.495182037353516 +1976,35,0,homicide,21-24 yrs,10,87366,22.448549270629883,1,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,11.446100234985352 +1976,35,0,other external,21-24 yrs,43,87366,22.448549270629883,1,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,49.218231201171875 +1976,35,0,internal,21-24 yrs,38,87366,22.448549270629883,1,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,43.495182037353516 +1977,35,0,MVA,15-17 yrs,62,82424,15.997391700744629,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,75.22080993652344 +1977,35,0,suicide,15-17 yrs,17,82424,15.997391700744629,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,20.62506103515625 +1977,35,0,homicide,15-17 yrs,5,82424,15.997391700744629,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,6.066194534301758 +1977,35,0,other external,15-17 yrs,22,82424,15.997391700744629,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,26.691255569458008 +1977,35,0,internal,15-17 yrs,17,82424,15.997391700744629,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,20.62506103515625 +1977,35,0,all,18-20 yrs,151,74960,18.997304916381836,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,201.44076538085938 +1977,35,0,MVA,18-20 yrs,85,74960,18.997304916381836,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,113.39380645751953 +1977,35,0,suicide,18-20 yrs,15,74960,18.997304916381836,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,20.010671615600586 +1977,35,0,homicide,18-20 yrs,15,74960,18.997304916381836,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,20.010671615600586 +1977,35,0,other external,18-20 yrs,15,74960,18.997304916381836,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,20.010671615600586 +1977,35,0,internal,18-20 yrs,21,74960,18.997304916381836,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,28.014942169189453 +1977,35,0,all,21-24 yrs,193,91086,22.465967178344727,1,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,211.88766479492188 +1977,35,0,MVA,21-24 yrs,92,91086,22.465967178344727,1,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,101.00344848632812 +1977,35,0,suicide,21-24 yrs,40,91086,22.465967178344727,1,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,43.91454315185547 +1977,35,0,homicide,21-24 yrs,14,91086,22.465967178344727,1,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,15.370089530944824 +1977,35,0,other external,21-24 yrs,21,91086,22.465967178344727,1,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,23.055133819580078 +1977,35,0,internal,21-24 yrs,26,91086,22.465967178344727,1,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,28.544452667236328 +1978,35,0,MVA,15-17 yrs,39,81630,16.006271362304688,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,47.776554107666016 +1978,35,0,suicide,15-17 yrs,8,81630,16.006271362304688,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,9.800318717956543 +1978,35,0,homicide,15-17 yrs,9,81630,16.006271362304688,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,11.025358200073242 +1978,35,0,other external,15-17 yrs,9,81630,16.006271362304688,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,11.025358200073242 +1978,35,0,internal,15-17 yrs,11,81630,16.006271362304688,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,13.475438117980957 +1978,35,0,all,18-20 yrs,152,75387,18.989665985107422,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,201.62628173828125 +1978,35,0,MVA,18-20 yrs,81,75387,18.989665985107422,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,107.4455795288086 +1978,35,0,suicide,18-20 yrs,16,75387,18.989665985107422,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,21.223817825317383 +1978,35,0,homicide,18-20 yrs,17,75387,18.989665985107422,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,22.55030632019043 +1978,35,0,other external,18-20 yrs,20,75387,18.989665985107422,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,26.529773712158203 +1978,35,0,internal,18-20 yrs,18,75387,18.989665985107422,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,23.876794815063477 +1978,35,0,all,21-24 yrs,241,93862,22.467985153198242,1,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,256.7599182128906 +1978,35,0,MVA,21-24 yrs,113,93862,22.467985153198242,1,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,120.38951110839844 +1978,35,0,suicide,21-24 yrs,30,93862,22.467985153198242,1,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,31.961816787719727 +1978,35,0,homicide,21-24 yrs,23,93862,22.467985153198242,1,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,24.504058837890625 +1978,35,0,other external,21-24 yrs,39,93862,22.467985153198242,1,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,41.55036163330078 +1978,35,0,internal,21-24 yrs,36,93862,22.467985153198242,1,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,38.35417938232422 +1979,35,0,MVA,15-17 yrs,47,81628,16.009126663208008,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,57.57828140258789 +1979,35,0,suicide,15-17 yrs,11,81628,16.009126663208008,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,13.475768089294434 +1979,35,0,homicide,15-17 yrs,7,81628,16.009126663208008,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,8.575489044189453 +1979,35,0,other external,15-17 yrs,13,81628,16.009126663208008,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,15.925908088684082 +1979,35,0,internal,15-17 yrs,15,81628,16.009126663208008,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,18.376047134399414 +1979,35,0,all,18-20 yrs,165,78175,18.989215850830078,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,211.06491088867188 +1979,35,0,MVA,18-20 yrs,92,78175,18.989215850830078,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,117.68468475341797 +1979,35,0,suicide,18-20 yrs,22,78175,18.989215850830078,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,28.14198875427246 +1979,35,0,homicide,18-20 yrs,13,78175,18.989215850830078,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,16.629356384277344 +1979,35,0,other external,18-20 yrs,25,78175,18.989215850830078,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,31.97953224182129 +1979,35,0,internal,18-20 yrs,13,78175,18.989215850830078,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,16.629356384277344 +1979,35,0,all,21-24 yrs,242,98446,22.473447799682617,1,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,245.82003784179688 +1979,35,0,MVA,21-24 yrs,106,98446,22.473447799682617,1,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,107.6732406616211 +1979,35,0,suicide,21-24 yrs,37,98446,22.473447799682617,1,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,37.58405685424805 +1979,35,0,homicide,21-24 yrs,22,98446,22.473447799682617,1,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,22.34727668762207 +1979,35,0,other external,21-24 yrs,46,98446,22.473447799682617,1,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,46.72612380981445 +1979,35,0,internal,21-24 yrs,31,98446,22.473447799682617,1,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,31.489343643188477 +1980,35,0,MVA,15-17 yrs,44,78913,16.023113250732422,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,55.757606506347656 +1980,35,0,suicide,15-17 yrs,6,78913,16.023113250732422,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,7.6033101081848145 +1980,35,0,homicide,15-17 yrs,5,78913,16.023113250732422,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,6.3360915184021 +1980,35,0,other external,15-17 yrs,16,78913,16.023113250732422,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,20.275493621826172 +1980,35,0,internal,15-17 yrs,11,78913,16.023113250732422,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,13.939401626586914 +1980,35,0,all,18-20 yrs,165,79220,18.999696731567383,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,208.28073120117188 +1980,35,0,MVA,18-20 yrs,73,79220,18.999696731567383,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,92.14844512939453 +1980,35,0,suicide,18-20 yrs,15,79220,18.999696731567383,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,18.934612274169922 +1980,35,0,homicide,18-20 yrs,22,79220,18.999696731567383,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,27.77076530456543 +1980,35,0,other external,18-20 yrs,33,79220,18.999696731567383,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,41.65614700317383 +1980,35,0,internal,18-20 yrs,22,79220,18.999696731567383,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,27.77076530456543 +1980,35,0,all,21-24 yrs,236,99740,22.487768173217773,1,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,236.61520385742188 +1980,35,0,MVA,21-24 yrs,78,99740,22.487768173217773,1,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,78.20333099365234 +1980,35,0,suicide,21-24 yrs,41,99740,22.487768173217773,1,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,41.106876373291016 +1980,35,0,homicide,21-24 yrs,41,99740,22.487768173217773,1,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,41.106876373291016 +1980,35,0,other external,21-24 yrs,38,99740,22.487768173217773,1,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,38.099056243896484 +1980,35,0,internal,21-24 yrs,38,99740,22.487768173217773,1,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,38.099056243896484 +1981,35,0,MVA,15-17 yrs,31,75765,16.0366268157959,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,40.91598892211914 +1981,35,0,suicide,15-17 yrs,11,75765,16.0366268157959,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,14.518577575683594 +1981,35,0,homicide,15-17 yrs,7,75765,16.0366268157959,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,9.239094734191895 +1981,35,0,other external,15-17 yrs,12,75765,16.0366268157959,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,15.838447570800781 +1981,35,0,internal,15-17 yrs,14,75765,16.0366268157959,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,18.47818946838379 +1981,35,0,all,18-20 yrs,145,80342,18.998966217041016,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,180.47845458984375 +1981,35,0,MVA,18-20 yrs,59,80342,18.998966217041016,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,73.4360580444336 +1981,35,0,suicide,18-20 yrs,25,80342,18.998966217041016,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,31.116975784301758 +1981,35,0,homicide,18-20 yrs,15,80342,18.998966217041016,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,18.670185089111328 +1981,35,0,other external,18-20 yrs,14,80342,18.998966217041016,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,17.425506591796875 +1981,35,0,internal,18-20 yrs,32,80342,18.998966217041016,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,39.82972717285156 +1981,35,0,all,21-24 yrs,219,100248,22.50322151184082,1,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,218.45822143554688 +1981,35,0,MVA,21-24 yrs,75,100248,22.50322151184082,1,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,74.81446075439453 +1981,35,0,suicide,21-24 yrs,28,100248,22.50322151184082,1,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,27.93073272705078 +1981,35,0,homicide,21-24 yrs,27,100248,22.50322151184082,1,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,26.93320655822754 +1981,35,0,other external,21-24 yrs,39,100248,22.50322151184082,1,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,38.90351867675781 +1981,35,0,internal,21-24 yrs,50,100248,22.50322151184082,1,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,49.87630844116211 +1982,35,0,MVA,15-17 yrs,40,72729,16.03253173828125,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,54.998695373535156 +1982,35,0,suicide,15-17 yrs,8,72729,16.03253173828125,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,10.999738693237305 +1982,35,0,homicide,15-17 yrs,4,72729,16.03253173828125,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,5.499869346618652 +1982,35,0,other external,15-17 yrs,12,72729,16.03253173828125,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,16.499608993530273 +1982,35,0,internal,15-17 yrs,11,72729,16.03253173828125,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,15.124640464782715 +1982,35,0,all,18-20 yrs,149,80739,19.004966735839844,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,184.54525756835938 +1982,35,0,MVA,18-20 yrs,76,80739,19.004966735839844,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,94.1304702758789 +1982,35,0,suicide,18-20 yrs,30,80739,19.004966735839844,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,37.15676498413086 +1982,35,0,homicide,18-20 yrs,8,80739,19.004966735839844,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,9.908470153808594 +1982,35,0,other external,18-20 yrs,14,80739,19.004966735839844,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,17.33982276916504 +1982,35,0,internal,18-20 yrs,21,80739,19.004966735839844,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,26.009735107421875 +1982,35,0,all,21-24 yrs,192,101353,22.484464645385742,1,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,189.43692016601562 +1982,35,0,MVA,21-24 yrs,90,101353,22.484464645385742,1,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,88.798553466796875 +1982,35,0,suicide,21-24 yrs,33,101353,22.484464645385742,1,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,32.559471130371094 +1982,35,0,homicide,21-24 yrs,20,101353,22.484464645385742,1,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,19.733013153076172 +1982,35,0,other external,21-24 yrs,24,101353,22.484464645385742,1,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,23.679615020751953 +1982,35,0,internal,21-24 yrs,25,101353,22.484464645385742,1,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,24.6662654876709 +1983,35,0,MVA,15-17 yrs,26,70253,16.017536163330078,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,37.00909423828125 +1983,35,0,suicide,15-17 yrs,16,70253,16.017536163330078,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,22.77482795715332 +1983,35,0,homicide,15-17 yrs,3,70253,16.017536163330078,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,4.270280361175537 +1983,35,0,other external,15-17 yrs,12,70253,16.017536163330078,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,17.08112144470215 +1983,35,0,internal,15-17 yrs,19,70253,16.017536163330078,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,27.045108795166016 +1983,35,0,all,18-20 yrs,123,80207,19.02863883972168,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,153.3531951904297 +1983,35,0,MVA,18-20 yrs,67,80207,19.02863883972168,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,83.53385925292969 +1983,35,0,suicide,18-20 yrs,19,80207,19.02863883972168,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,23.688705444335938 +1983,35,0,homicide,18-20 yrs,7,80207,19.02863883972168,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,8.727417945861816 +1983,35,0,other external,18-20 yrs,11,80207,19.02863883972168,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,13.714513778686523 +1983,35,0,internal,18-20 yrs,19,80207,19.02863883972168,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,23.688705444335938 +1983,35,0,all,21-24 yrs,172,102894,22.479124069213867,1,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,167.16232299804688 +1983,35,0,MVA,21-24 yrs,67,102894,22.479124069213867,1,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,65.11555480957031 +1983,35,0,suicide,21-24 yrs,29,102894,22.479124069213867,1,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,28.184345245361328 +1983,35,0,homicide,21-24 yrs,23,102894,22.479124069213867,1,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,22.35310173034668 +1983,35,0,other external,21-24 yrs,28,102894,22.479124069213867,1,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,27.21247100830078 +1983,35,0,internal,21-24 yrs,25,102894,22.479124069213867,1,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,24.29684829711914 +1984,35,0,MVA,15-17 yrs,18,70183,15.994115829467773,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,25.647235870361328 +1984,35,0,suicide,15-17 yrs,11,70183,15.994115829467773,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,15.673311233520508 +1984,35,0,homicide,15-17 yrs,5,70183,15.994115829467773,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,7.124232292175293 +1984,35,0,other external,15-17 yrs,8,70183,15.994115829467773,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,11.398772239685059 +1984,35,0,internal,15-17 yrs,8,70183,15.994115829467773,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,11.398772239685059 +1984,35,0,all,18-20 yrs,127,76146,19.042430877685547,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,166.7848663330078 +1984,35,0,MVA,18-20 yrs,53,76146,19.042430877685547,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,69.60313415527344 +1984,35,0,suicide,18-20 yrs,19,76146,19.042430877685547,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,24.95206642150879 +1984,35,0,homicide,18-20 yrs,9,76146,19.042430877685547,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,11.8193998336792 +1984,35,0,other external,18-20 yrs,24,76146,19.042430877685547,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,31.51839828491211 +1984,35,0,internal,18-20 yrs,22,76146,19.042430877685547,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,28.891864776611328 +1984,35,0,all,21-24 yrs,193,104029,22.478116989135742,1,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,185.5251922607422 +1984,35,0,MVA,21-24 yrs,86,104029,22.478116989135742,1,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,82.66925811767578 +1984,35,0,suicide,21-24 yrs,37,104029,22.478116989135742,1,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,35.5670051574707 +1984,35,0,homicide,21-24 yrs,18,104029,22.478116989135742,1,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,17.302867889404297 +1984,35,0,other external,21-24 yrs,27,104029,22.478116989135742,1,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,25.954301834106445 +1984,35,0,internal,21-24 yrs,25,104029,22.478116989135742,1,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,24.031761169433594 +1985,35,0,MVA,15-17 yrs,39,71456,15.978994369506836,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,54.57904052734375 +1985,35,0,suicide,15-17 yrs,8,71456,15.978994369506836,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,11.195700645446777 +1985,35,0,homicide,15-17 yrs,6,71456,15.978994369506836,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,8.396775245666504 +1985,35,0,other external,15-17 yrs,12,71456,15.978994369506836,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,16.793550491333008 +1985,35,0,internal,15-17 yrs,12,71456,15.978994369506836,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,16.793550491333008 +1985,35,0,all,18-20 yrs,115,72037,19.035982131958008,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,159.6401824951172 +1985,35,0,MVA,18-20 yrs,60,72037,19.035982131958008,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,83.29053497314453 +1985,35,0,suicide,18-20 yrs,15,72037,19.035982131958008,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,20.822633743286133 +1985,35,0,homicide,18-20 yrs,8,72037,19.035982131958008,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,11.105403900146484 +1985,35,0,other external,18-20 yrs,13,72037,19.035982131958008,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,18.046281814575195 +1985,35,0,internal,18-20 yrs,19,72037,19.035982131958008,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,26.375335693359375 +1985,35,0,all,21-24 yrs,197,104172,22.495708465576172,1,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,189.11032104492188 +1985,35,0,MVA,21-24 yrs,84,104172,22.495708465576172,1,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,80.63587188720703 +1985,35,0,suicide,21-24 yrs,38,104172,22.495708465576172,1,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,36.47813415527344 +1985,35,0,homicide,21-24 yrs,24,104172,22.495708465576172,1,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,23.038820266723633 +1985,35,0,other external,21-24 yrs,25,104172,22.495708465576172,1,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,23.99877166748047 +1985,35,0,internal,21-24 yrs,26,104172,22.495708465576172,1,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,24.958721160888672 +1986,35,0,MVA,15-17 yrs,33,73548,15.985275268554688,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,44.868656158447266 +1986,35,0,suicide,15-17 yrs,11,73548,15.985275268554688,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,14.956218719482422 +1986,35,0,homicide,15-17 yrs,12,73548,15.985275268554688,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,16.315876007080078 +1986,35,0,other external,15-17 yrs,14,73548,15.985275268554688,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,19.035188674926758 +1986,35,0,internal,15-17 yrs,14,73548,15.985275268554688,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,19.035188674926758 +1986,35,0,all,18-20 yrs,133,68981,19.01665687561035,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,192.8067169189453 +1986,35,0,MVA,18-20 yrs,63,68981,19.01665687561035,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,91.329498291015625 +1986,35,0,suicide,18-20 yrs,21,68981,19.01665687561035,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,30.443164825439453 +1986,35,0,homicide,18-20 yrs,19,68981,19.01665687561035,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,27.54381561279297 +1986,35,0,other external,18-20 yrs,15,68981,19.01665687561035,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,21.745119094848633 +1986,35,0,internal,18-20 yrs,15,68981,19.01665687561035,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,21.745119094848633 +1986,35,0,all,21-24 yrs,181,102652,22.518898010253906,1,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,176.32388305664062 +1986,35,0,MVA,21-24 yrs,66,102652,22.518898010253906,1,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,64.2948989868164 +1986,35,0,suicide,21-24 yrs,37,102652,22.518898010253906,1,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,36.04410934448242 +1986,35,0,homicide,21-24 yrs,18,102652,22.518898010253906,1,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,17.53497314453125 +1986,35,0,other external,21-24 yrs,30,102652,22.518898010253906,1,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,29.22495460510254 +1986,35,0,internal,21-24 yrs,30,102652,22.518898010253906,1,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,29.22495460510254 +1987,35,0,MVA,15-17 yrs,35,73234,16.01421546936035,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,47.79200744628906 +1987,35,0,suicide,15-17 yrs,13,73234,16.01421546936035,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,17.751317977905273 +1987,35,0,homicide,15-17 yrs,4,73234,16.01421546936035,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,5.461944103240967 +1987,35,0,other external,15-17 yrs,4,73234,16.01421546936035,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,5.461944103240967 +1987,35,0,internal,15-17 yrs,9,73234,16.01421546936035,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,12.289373397827148 +1987,35,0,all,18-20 yrs,113,67734,18.9925594329834,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,166.82907104492188 +1987,35,0,MVA,18-20 yrs,56,67734,18.9925594329834,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,82.67635345458984 +1987,35,0,suicide,18-20 yrs,15,67734,18.9925594329834,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,22.145450592041016 +1987,35,0,homicide,18-20 yrs,14,67734,18.9925594329834,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,20.66908836364746 +1987,35,0,other external,18-20 yrs,12,67734,18.9925594329834,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,17.71636199951172 +1987,35,0,internal,18-20 yrs,16,67734,18.9925594329834,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,23.621814727783203 +1987,35,0,all,21-24 yrs,169,98517,22.55718231201172,1,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,171.5439910888672 +1987,35,0,MVA,21-24 yrs,75,98517,22.55718231201172,1,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,76.12899017333984 +1987,35,0,suicide,21-24 yrs,34,98517,22.55718231201172,1,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,34.511810302734375 +1987,35,0,homicide,21-24 yrs,15,98517,22.55718231201172,1,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,15.225798606872559 +1987,35,0,other external,21-24 yrs,19,98517,22.55718231201172,1,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,19.2860107421875 +1987,35,0,internal,21-24 yrs,26,98517,22.55718231201172,1,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,26.39138412475586 +1988,35,0,MVA,15-17 yrs,31,71600,16.025697708129883,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,43.29608917236328 +1988,35,0,suicide,15-17 yrs,21,71600,16.025697708129883,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,29.329608917236328 +1988,35,0,homicide,15-17 yrs,14,71600,16.025697708129883,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,19.553071975708008 +1988,35,0,other external,15-17 yrs,10,71600,16.025697708129883,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,13.966480255126953 +1988,35,0,internal,15-17 yrs,11,71600,16.025697708129883,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,15.363128662109375 +1988,35,0,all,18-20 yrs,96,67674,18.974199295043945,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,141.85655212402344 +1988,35,0,MVA,18-20 yrs,47,67674,18.974199295043945,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,69.45059967041016 +1988,35,0,suicide,18-20 yrs,22,67674,18.974199295043945,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,32.508792877197266 +1988,35,0,homicide,18-20 yrs,11,67674,18.974199295043945,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,16.254396438598633 +1988,35,0,other external,18-20 yrs,10,67674,18.974199295043945,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,14.776723861694336 +1988,35,0,internal,18-20 yrs,6,67674,18.974199295043945,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,8.866034507751465 +1988,35,0,all,21-24 yrs,153,92446,22.56427574157715,1,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,165.5020294189453 +1988,35,0,MVA,21-24 yrs,62,92446,22.56427574157715,1,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,67.06617736816406 +1988,35,0,suicide,21-24 yrs,34,92446,22.56427574157715,1,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,36.778228759765625 +1988,35,0,homicide,21-24 yrs,13,92446,22.56427574157715,1,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,14.062263488769531 +1988,35,0,other external,21-24 yrs,21,92446,22.56427574157715,1,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,22.71596336364746 +1988,35,0,internal,21-24 yrs,23,92446,22.56427574157715,1,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,24.8793888092041 +1989,35,0,MVA,15-17 yrs,32,69046,16.011180877685547,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,46.34591293334961 +1989,35,0,suicide,15-17 yrs,13,69046,16.011180877685547,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,18.828027725219727 +1989,35,0,homicide,15-17 yrs,2,69046,16.011180877685547,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,2.8966195583343506 +1989,35,0,other external,15-17 yrs,14,69046,16.011180877685547,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,20.276336669921875 +1989,35,0,internal,15-17 yrs,9,69046,16.011180877685547,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,13.034788131713867 +1989,35,0,all,18-20 yrs,103,68557,18.976865768432617,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,150.2399444580078 +1989,35,0,MVA,18-20 yrs,53,68557,18.976865768432617,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,77.30792999267578 +1989,35,0,suicide,18-20 yrs,21,68557,18.976865768432617,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,30.631444931030273 +1989,35,0,homicide,18-20 yrs,12,68557,18.976865768432617,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,17.50368309020996 +1989,35,0,other external,18-20 yrs,7,68557,18.976865768432617,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,10.210481643676758 +1989,35,0,internal,18-20 yrs,10,68557,18.976865768432617,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,14.586402893066406 +1989,35,0,all,21-24 yrs,172,87258,22.548992156982422,1,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,197.11659240722656 +1989,35,0,MVA,21-24 yrs,75,87258,22.548992156982422,1,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,85.9520034790039 +1989,35,0,suicide,21-24 yrs,33,87258,22.548992156982422,1,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,37.81888198852539 +1989,35,0,homicide,21-24 yrs,20,87258,22.548992156982422,1,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,22.920534133911133 +1989,35,0,other external,21-24 yrs,13,87258,22.548992156982422,1,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,14.898347854614258 +1989,35,0,internal,21-24 yrs,31,87258,22.548992156982422,1,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,35.52682876586914 +1990,35,0,MVA,15-17 yrs,44,68717,15.995182991027832,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,64.030731201171875 +1990,35,0,suicide,15-17 yrs,13,68717,15.995182991027832,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,18.918170928955078 +1990,35,0,homicide,15-17 yrs,9,68717,15.995182991027832,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,13.097195625305176 +1990,35,0,other external,15-17 yrs,17,68717,15.995182991027832,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,24.739147186279297 +1990,35,0,internal,15-17 yrs,15,68717,15.995182991027832,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,21.828659057617188 +1990,35,0,all,18-20 yrs,115,68403,19.004619598388672,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,168.12127685546875 +1990,35,0,MVA,18-20 yrs,55,68403,19.004619598388672,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,80.40583038330078 +1990,35,0,suicide,18-20 yrs,18,68403,19.004619598388672,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,26.31463623046875 +1990,35,0,homicide,18-20 yrs,11,68403,19.004619598388672,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,16.081165313720703 +1990,35,0,other external,18-20 yrs,17,68403,19.004619598388672,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,24.852710723876953 +1990,35,0,internal,18-20 yrs,14,68403,19.004619598388672,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,20.466938018798828 +1990,35,0,all,21-24 yrs,143,83714,22.510499954223633,1,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,170.8197021484375 +1990,35,0,MVA,21-24 yrs,63,83714,22.510499954223633,1,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,75.25623321533203 +1990,35,0,suicide,21-24 yrs,26,83714,22.510499954223633,1,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,31.05812644958496 +1990,35,0,homicide,21-24 yrs,18,83714,22.510499954223633,1,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,21.501779556274414 +1990,35,0,other external,21-24 yrs,12,83714,22.510499954223633,1,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,14.33452033996582 +1990,35,0,internal,21-24 yrs,24,83714,22.510499954223633,1,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,28.66904067993164 +1991,35,0,MVA,15-17 yrs,19,69770,15.998839378356934,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,27.23233413696289 +1991,35,0,suicide,15-17 yrs,16,69770,15.998839378356934,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,22.932493209838867 +1991,35,0,homicide,15-17 yrs,7,69770,15.998839378356934,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,10.032965660095215 +1991,35,0,other external,15-17 yrs,10,69770,15.998839378356934,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,14.332807540893555 +1991,35,0,internal,15-17 yrs,9,69770,15.998839378356934,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,12.899526596069336 +1991,35,0,all,18-20 yrs,108,69632,19.011001586914062,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,155.10110473632812 +1991,35,0,MVA,18-20 yrs,54,69632,19.011001586914062,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,77.55055236816406 +1991,35,0,suicide,18-20 yrs,17,69632,19.011001586914062,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,24.4140625 +1991,35,0,homicide,18-20 yrs,21,69632,19.011001586914062,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,30.15854835510254 +1991,35,0,other external,18-20 yrs,6,69632,19.011001586914062,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,8.616727828979492 +1991,35,0,internal,18-20 yrs,10,69632,19.011001586914062,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,14.361213684082031 +1991,35,0,all,21-24 yrs,149,83557,22.47711181640625,1,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,178.32138061523438 +1991,35,0,MVA,21-24 yrs,50,83557,22.47711181640625,1,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,59.83938980102539 +1991,35,0,suicide,21-24 yrs,23,83557,22.47711181640625,1,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,27.526119232177734 +1991,35,0,homicide,21-24 yrs,26,83557,22.47711181640625,1,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,31.116483688354492 +1991,35,0,other external,21-24 yrs,21,83557,22.47711181640625,1,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,25.132543563842773 +1991,35,0,internal,21-24 yrs,29,83557,22.47711181640625,1,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,34.70684814453125 +1992,35,0,MVA,15-17 yrs,20,72505,15.990800857543945,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,27.584304809570312 +1992,35,0,suicide,15-17 yrs,12,72505,15.990800857543945,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,16.550582885742188 +1992,35,0,homicide,15-17 yrs,8,72505,15.990800857543945,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,11.033721923828125 +1992,35,0,other external,15-17 yrs,7,72505,15.990800857543945,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,9.65450668334961 +1992,35,0,internal,15-17 yrs,13,72505,15.990800857543945,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,17.929798126220703 +1992,35,0,all,18-20 yrs,100,70656,19.00847816467285,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,141.53079223632812 +1992,35,0,MVA,18-20 yrs,31,70656,19.00847816467285,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,43.87454605102539 +1992,35,0,suicide,18-20 yrs,19,70656,19.00847816467285,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,26.890851974487305 +1992,35,0,homicide,18-20 yrs,20,70656,19.00847816467285,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,28.30615997314453 +1992,35,0,other external,18-20 yrs,18,70656,19.00847816467285,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,25.475543975830078 +1992,35,0,internal,18-20 yrs,12,70656,19.00847816467285,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,16.98369598388672 +1992,35,0,all,21-24 yrs,137,85187,22.4464054107666,1,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,160.82266235351562 +1992,35,0,MVA,21-24 yrs,51,85187,22.4464054107666,1,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,59.868289947509766 +1992,35,0,suicide,21-24 yrs,36,85187,22.4464054107666,1,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,42.25996780395508 +1992,35,0,homicide,21-24 yrs,13,85187,22.4464054107666,1,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,15.260544776916504 +1992,35,0,other external,21-24 yrs,15,85187,22.4464054107666,1,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,17.608320236206055 +1992,35,0,internal,21-24 yrs,22,85187,22.4464054107666,1,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,25.825536727905273 +1993,35,0,MVA,15-17 yrs,21,75172,15.98550033569336,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,27.93593406677246 +1993,35,0,suicide,15-17 yrs,8,75172,15.98550033569336,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,10.642260551452637 +1993,35,0,homicide,15-17 yrs,8,75172,15.98550033569336,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,10.642260551452637 +1993,35,0,other external,15-17 yrs,3,75172,15.98550033569336,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,3.990847587585449 +1993,35,0,internal,15-17 yrs,11,75172,15.98550033569336,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,14.633108139038086 +1993,35,0,all,18-20 yrs,109,72174,19.002687454223633,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,151.02391052246094 +1993,35,0,MVA,18-20 yrs,44,72174,19.002687454223633,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,60.963783264160156 +1993,35,0,suicide,18-20 yrs,22,72174,19.002687454223633,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,30.481891632080078 +1993,35,0,homicide,18-20 yrs,18,72174,19.002687454223633,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,24.939729690551758 +1993,35,0,other external,18-20 yrs,11,72174,19.002687454223633,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,15.240945816040039 +1993,35,0,internal,18-20 yrs,14,72174,19.002687454223633,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,19.397567749023438 +1993,35,0,all,21-24 yrs,144,86833,22.450565338134766,1,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,165.8355712890625 +1993,35,0,MVA,21-24 yrs,52,86833,22.450565338134766,1,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,59.885066986083984 +1993,35,0,suicide,21-24 yrs,29,86833,22.450565338134766,1,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,33.39744186401367 +1993,35,0,homicide,21-24 yrs,20,86833,22.450565338134766,1,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,23.032718658447266 +1993,35,0,other external,21-24 yrs,13,86833,22.450565338134766,1,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,14.971266746520996 +1993,35,0,internal,21-24 yrs,30,86833,22.450565338134766,1,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,34.549076080322266 +1994,35,0,MVA,15-17 yrs,22,78685,15.991599082946777,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,27.959585189819336 +1994,35,0,suicide,15-17 yrs,19,78685,15.991599082946777,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,24.146915435791016 +1994,35,0,homicide,15-17 yrs,18,78685,15.991599082946777,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,22.87602424621582 +1994,35,0,other external,15-17 yrs,5,78685,15.991599082946777,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,6.3544511795043945 +1994,35,0,internal,15-17 yrs,9,78685,15.991599082946777,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,11.43801212310791 +1994,35,0,all,18-20 yrs,98,74062,19.004037857055664,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,132.32156372070312 +1994,35,0,MVA,18-20 yrs,45,74062,19.004037857055664,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,60.75990295410156 +1994,35,0,suicide,18-20 yrs,15,74062,19.004037857055664,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,20.2533016204834 +1994,35,0,homicide,18-20 yrs,8,74062,19.004037857055664,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,10.80176067352295 +1994,35,0,other external,18-20 yrs,13,74062,19.004037857055664,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,17.552860260009766 +1994,35,0,internal,18-20 yrs,17,74062,19.004037857055664,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,22.9537410736084 +1994,35,0,all,21-24 yrs,139,89613,22.462142944335938,1,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,155.11141967773438 +1994,35,0,MVA,21-24 yrs,59,89613,22.462142944335938,1,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,65.83866119384766 +1994,35,0,suicide,21-24 yrs,23,89613,22.462142944335938,1,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,25.665918350219727 +1994,35,0,homicide,21-24 yrs,24,89613,22.462142944335938,1,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,26.781827926635742 +1994,35,0,other external,21-24 yrs,13,89613,22.462142944335938,1,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,14.506823539733887 +1994,35,0,internal,21-24 yrs,20,89613,22.462142944335938,1,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,22.31818962097168 +1995,35,0,MVA,15-17 yrs,37,81920,15.978137016296387,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,45.166015625 +1995,35,0,suicide,15-17 yrs,11,81920,15.978137016296387,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,13.427734375 +1995,35,0,homicide,15-17 yrs,13,81920,15.978137016296387,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,15.869140625 +1995,35,0,other external,15-17 yrs,5,81920,15.978137016296387,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,6.103515625 +1995,35,0,internal,15-17 yrs,19,81920,15.978137016296387,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,23.193359375 +1995,35,0,all,18-20 yrs,113,76551,18.9945011138916,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,147.614013671875 +1995,35,0,MVA,18-20 yrs,51,76551,18.9945011138916,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,66.62225341796875 +1995,35,0,suicide,18-20 yrs,17,76551,18.9945011138916,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,22.207416534423828 +1995,35,0,homicide,18-20 yrs,15,76551,18.9945011138916,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,19.59477996826172 +1995,35,0,other external,18-20 yrs,13,76551,18.9945011138916,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,16.98214340209961 +1995,35,0,internal,18-20 yrs,17,76551,18.9945011138916,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,22.207416534423828 +1995,35,0,all,21-24 yrs,127,90754,22.46913719177246,1,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,139.93873596191406 +1995,35,0,MVA,21-24 yrs,45,90754,22.46913719177246,1,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,49.584590911865234 +1995,35,0,suicide,21-24 yrs,22,90754,22.46913719177246,1,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,24.241355895996094 +1995,35,0,homicide,21-24 yrs,17,90754,22.46913719177246,1,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,18.731956481933594 +1995,35,0,other external,21-24 yrs,23,90754,22.46913719177246,1,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,25.34323501586914 +1995,35,0,internal,21-24 yrs,20,90754,22.46913719177246,1,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,22.037595748901367 +1996,35,0,MVA,15-17 yrs,34,84762,15.994195938110352,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,40.1123161315918 +1996,35,0,suicide,15-17 yrs,6,84762,15.994195938110352,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,7.078643798828125 +1996,35,0,homicide,15-17 yrs,12,84762,15.994195938110352,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,14.15728759765625 +1996,35,0,other external,15-17 yrs,7,84762,15.994195938110352,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,8.258418083190918 +1996,35,0,internal,15-17 yrs,15,84762,15.994195938110352,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,17.696609497070312 +1996,35,0,all,18-20 yrs,137,78309,18.99193000793457,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,174.94796752929688 +1996,35,0,MVA,18-20 yrs,54,78309,18.99193000793457,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,68.95758819580078 +1996,35,0,suicide,18-20 yrs,22,78309,18.99193000793457,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,28.093833923339844 +1996,35,0,homicide,18-20 yrs,23,78309,18.99193000793457,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,29.370826721191406 +1996,35,0,other external,18-20 yrs,18,78309,18.99193000793457,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,22.985864639282227 +1996,35,0,internal,18-20 yrs,20,78309,18.99193000793457,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,25.53984832763672 +1996,35,0,all,21-24 yrs,147,91561,22.457475662231445,1,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,160.5487060546875 +1996,35,0,MVA,21-24 yrs,60,91561,22.457475662231445,1,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,65.53008270263672 +1996,35,0,suicide,21-24 yrs,20,91561,22.457475662231445,1,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,21.843360900878906 +1996,35,0,homicide,21-24 yrs,23,91561,22.457475662231445,1,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,25.11986541748047 +1996,35,0,other external,21-24 yrs,23,91561,22.457475662231445,1,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,25.11986541748047 +1996,35,0,internal,21-24 yrs,21,91561,22.457475662231445,1,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,22.935529708862305 +1970,36,1,MVA,15-17 yrs,183,964612,15.985573768615723,0,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,18.971359252929688 +1970,36,1,suicide,15-17 yrs,27,964612,15.985573768615723,0,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,2.7990529537200928 +1970,36,1,homicide,15-17 yrs,46,964612,15.985573768615723,0,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,4.768756866455078 +1970,36,1,other external,15-17 yrs,188,964612,15.985573768615723,0,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,19.489702224731445 +1970,36,1,internal,15-17 yrs,328,964612,15.985573768615723,0,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,34.0033073425293 +1970,36,1,all,18-20 yrs,1205,886289,18.9753475189209,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,135.9601593017578 +1970,36,1,MVA,18-20 yrs,328,886289,18.9753475189209,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,37.008243560791016 +1970,36,1,suicide,18-20 yrs,51,886289,18.9753475189209,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,5.754330635070801 +1970,36,1,homicide,18-20 yrs,125,886289,18.9753475189209,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,14.103752136230469 +1970,36,1,other external,18-20 yrs,280,886289,18.9753475189209,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,31.592403411865234 +1970,36,1,internal,18-20 yrs,421,886289,18.9753475189209,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,47.501434326171875 +1970,36,1,all,21-24 yrs,1596,1097782,22.46368408203125,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,145.38406372070312 +1970,36,1,MVA,21-24 yrs,320,1097782,22.46368408203125,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,29.14968490600586 +1970,36,1,suicide,21-24 yrs,96,1097782,22.46368408203125,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,8.744905471801758 +1970,36,1,homicide,21-24 yrs,193,1097782,22.46368408203125,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,17.580904006958008 +1970,36,1,other external,21-24 yrs,391,1097782,22.46368408203125,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,35.617271423339844 +1970,36,1,internal,21-24 yrs,596,1097782,22.46368408203125,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,54.291290283203125 +1971,36,1,MVA,15-17 yrs,197,983150,15.985013008117676,0,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,20.037633895874023 +1971,36,1,suicide,15-17 yrs,29,983150,15.985013008117676,0,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,2.949702501296997 +1971,36,1,homicide,15-17 yrs,63,983150,15.985013008117676,0,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,6.4079742431640625 +1971,36,1,other external,15-17 yrs,164,983150,15.985013008117676,0,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,16.681076049804688 +1971,36,1,internal,15-17 yrs,384,983150,15.985013008117676,0,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,39.058128356933594 +1971,36,1,all,18-20 yrs,1315,912868,18.986722946166992,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,144.05149841308594 +1971,36,1,MVA,18-20 yrs,333,912868,18.986722946166992,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,36.47843933105469 +1971,36,1,suicide,18-20 yrs,61,912868,18.986722946166992,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,6.682236671447754 +1971,36,1,homicide,18-20 yrs,129,912868,18.986722946166992,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,14.131287574768066 +1971,36,1,other external,18-20 yrs,218,912868,18.986722946166992,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,23.880779266357422 +1971,36,1,internal,18-20 yrs,574,912868,18.986722946166992,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,62.87874984741211 +1971,36,1,all,21-24 yrs,1796,1169285,22.552759170532227,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,153.59814453125 +1971,36,1,MVA,21-24 yrs,344,1169285,22.552759170532227,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,29.419687271118164 +1971,36,1,suicide,21-24 yrs,98,1169285,22.552759170532227,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,8.381190299987793 +1971,36,1,homicide,21-24 yrs,269,1169285,22.552759170532227,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,23.005512237548828 +1971,36,1,other external,21-24 yrs,281,1169285,22.552759170532227,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,24.031780242919922 +1971,36,1,internal,21-24 yrs,804,1169285,22.552759170532227,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,68.75997161865234 +1972,36,1,MVA,15-17 yrs,188,1001011,15.981644630432129,0,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,18.7810115814209 +1972,36,1,suicide,15-17 yrs,34,1001011,15.981644630432129,0,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,3.396566152572632 +1972,36,1,homicide,15-17 yrs,112,1001011,15.981644630432129,0,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,11.188688278198242 +1972,36,1,other external,15-17 yrs,162,1001011,15.981644630432129,0,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,16.183637619018555 +1972,36,1,internal,15-17 yrs,342,1001011,15.981644630432129,0,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,34.16545867919922 +1972,36,1,all,18-20 yrs,1292,925101,18.992116928100586,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,139.66043090820312 +1972,36,1,MVA,18-20 yrs,346,925101,18.992116928100586,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,37.40132141113281 +1972,36,1,suicide,18-20 yrs,74,925101,18.992116928100586,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,7.999126434326172 +1972,36,1,homicide,18-20 yrs,154,925101,18.992116928100586,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,16.646831512451172 +1972,36,1,other external,18-20 yrs,202,925101,18.992116928100586,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,21.835453033447266 +1972,36,1,internal,18-20 yrs,516,925101,18.992116928100586,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,55.77769470214844 +1972,36,1,all,21-24 yrs,1794,1154971,22.496858596801758,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,155.32858276367188 +1972,36,1,MVA,21-24 yrs,388,1154971,22.496858596801758,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,33.59391784667969 +1972,36,1,suicide,21-24 yrs,84,1154971,22.496858596801758,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,7.272910118103027 +1972,36,1,homicide,21-24 yrs,314,1154971,22.496858596801758,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,27.186830520629883 +1972,36,1,other external,21-24 yrs,242,1154971,22.496858596801758,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,20.95290756225586 +1972,36,1,internal,21-24 yrs,766,1154971,22.496858596801758,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,66.32201385498047 +1973,36,1,MVA,15-17 yrs,201,1008519,15.983281135559082,0,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,19.930213928222656 +1973,36,1,suicide,15-17 yrs,29,1008519,15.983281135559082,0,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,2.8755035400390625 +1973,36,1,homicide,15-17 yrs,95,1008519,15.983281135559082,0,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,9.419753074645996 +1973,36,1,other external,15-17 yrs,158,1008519,15.983281135559082,0,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,15.666536331176758 +1973,36,1,internal,15-17 yrs,298,1008519,15.983281135559082,0,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,29.54827880859375 +1973,36,1,all,18-20 yrs,1239,928442,18.989463806152344,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,133.44937133789062 +1973,36,1,MVA,18-20 yrs,326,928442,18.989463806152344,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,35.112586975097656 +1973,36,1,suicide,18-20 yrs,57,928442,18.989463806152344,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,6.139317035675049 +1973,36,1,homicide,18-20 yrs,142,928442,18.989463806152344,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,15.294439315795898 +1973,36,1,other external,18-20 yrs,197,928442,18.989463806152344,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,21.218341827392578 +1973,36,1,internal,18-20 yrs,517,928442,18.989463806152344,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,55.68468475341797 +1973,36,1,all,21-24 yrs,1747,1154070,22.48872947692871,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,151.37730407714844 +1973,36,1,MVA,21-24 yrs,319,1154070,22.48872947692871,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,27.64130401611328 +1973,36,1,suicide,21-24 yrs,121,1154070,22.48872947692871,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,10.48463249206543 +1973,36,1,homicide,21-24 yrs,293,1154070,22.48872947692871,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,25.388408660888672 +1973,36,1,other external,21-24 yrs,260,1154070,22.48872947692871,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,22.528963088989258 +1973,36,1,internal,21-24 yrs,754,1154070,22.48872947692871,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,65.33399200439453 +1974,36,1,MVA,15-17 yrs,151,1015463,15.993325233459473,0,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,14.870063781738281 +1974,36,1,suicide,15-17 yrs,24,1015463,15.993325233459473,0,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,2.3634538650512695 +1974,36,1,homicide,15-17 yrs,89,1015463,15.993325233459473,0,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,8.764474868774414 +1974,36,1,other external,15-17 yrs,136,1015463,15.993325233459473,0,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,13.392905235290527 +1974,36,1,internal,15-17 yrs,312,1015463,15.993325233459473,0,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,30.72490119934082 +1974,36,1,all,18-20 yrs,1154,937282,18.991844177246094,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,123.12196350097656 +1974,36,1,MVA,18-20 yrs,309,937282,18.991844177246094,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,32.96766662597656 +1974,36,1,suicide,18-20 yrs,71,937282,18.991844177246094,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,7.575094699859619 +1974,36,1,homicide,18-20 yrs,142,937282,18.991844177246094,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,15.150189399719238 +1974,36,1,other external,18-20 yrs,181,937282,18.991844177246094,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,19.3111572265625 +1974,36,1,internal,18-20 yrs,451,937282,18.991844177246094,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,48.117855072021484 +1974,36,1,all,21-24 yrs,1675,1157213,22.485565185546875,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,144.7443084716797 +1974,36,1,MVA,21-24 yrs,279,1157213,22.485565185546875,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,24.109649658203125 +1974,36,1,suicide,21-24 yrs,105,1157213,22.485565185546875,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,9.073524475097656 +1974,36,1,homicide,21-24 yrs,237,1157213,22.485565185546875,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,20.480239868164062 +1974,36,1,other external,21-24 yrs,266,1157213,22.485565185546875,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,22.98626136779785 +1974,36,1,internal,21-24 yrs,788,1157213,22.485565185546875,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,68.094635009765625 +1975,36,1,MVA,15-17 yrs,170,1014138,15.999218940734863,0,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,16.763004302978516 +1975,36,1,suicide,15-17 yrs,28,1014138,15.999218940734863,0,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,2.760965585708618 +1975,36,1,homicide,15-17 yrs,59,1014138,15.999218940734863,0,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,5.817748546600342 +1975,36,1,other external,15-17 yrs,146,1014138,15.999218940734863,0,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,14.396462440490723 +1975,36,1,internal,15-17 yrs,243,1014138,15.999218940734863,0,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,23.96123695373535 +1975,36,1,all,18-20 yrs,1071,954275,18.987728118896484,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,112.23179626464844 +1975,36,1,MVA,18-20 yrs,307,954275,18.987728118896484,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,32.1710205078125 +1975,36,1,suicide,18-20 yrs,74,954275,18.987728118896484,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,7.754578113555908 +1975,36,1,homicide,18-20 yrs,140,954275,18.987728118896484,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,14.670823097229004 +1975,36,1,other external,18-20 yrs,196,954275,18.987728118896484,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,20.539152145385742 +1975,36,1,internal,18-20 yrs,354,954275,18.987728118896484,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,37.09622573852539 +1975,36,1,all,21-24 yrs,1548,1167811,22.488122940063477,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,132.55569458007812 +1975,36,1,MVA,21-24 yrs,270,1167811,22.488122940063477,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,23.120180130004883 +1975,36,1,suicide,21-24 yrs,120,1167811,22.488122940063477,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,10.275635719299316 +1975,36,1,homicide,21-24 yrs,261,1167811,22.488122940063477,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,22.349506378173828 +1975,36,1,other external,21-24 yrs,270,1167811,22.488122940063477,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,23.120180130004883 +1975,36,1,internal,21-24 yrs,627,1167811,22.488122940063477,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,53.69019317626953 +1976,36,1,MVA,15-17 yrs,184,1015025,15.99487018585205,0,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,18.12763214111328 +1976,36,1,suicide,15-17 yrs,35,1015025,15.99487018585205,0,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,3.448190927505493 +1976,36,1,homicide,15-17 yrs,70,1015025,15.99487018585205,0,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,6.896381855010986 +1976,36,1,other external,15-17 yrs,124,1015025,15.99487018585205,0,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,12.216447830200195 +1976,36,1,internal,15-17 yrs,243,1015025,15.99487018585205,0,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,23.940296173095703 +1976,36,1,all,18-20 yrs,987,966259,18.988428115844727,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,102.14652252197266 +1976,36,1,MVA,18-20 yrs,295,966259,18.988428115844727,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,30.53011703491211 +1976,36,1,suicide,18-20 yrs,84,966259,18.988428115844727,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,8.693321228027344 +1976,36,1,homicide,18-20 yrs,164,966259,18.988428115844727,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,16.972675323486328 +1976,36,1,other external,18-20 yrs,176,966259,18.988428115844727,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,18.21457862854004 +1976,36,1,internal,18-20 yrs,268,966259,18.988428115844727,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,27.7358341217041 +1976,36,1,all,21-24 yrs,1531,1176435,22.48148536682129,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,130.13893127441406 +1976,36,1,MVA,21-24 yrs,227,1176435,22.48148536682129,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,19.295583724975586 +1976,36,1,suicide,21-24 yrs,169,1176435,22.48148536682129,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,14.365434646606445 +1976,36,1,homicide,21-24 yrs,267,1176435,22.48148536682129,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,22.69568634033203 +1976,36,1,other external,21-24 yrs,247,1176435,22.48148536682129,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,20.995635986328125 +1976,36,1,internal,21-24 yrs,621,1176435,22.48148536682129,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,52.786598205566406 +1977,36,1,MVA,15-17 yrs,191,1003486,15.998491287231445,0,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,19.033649444580078 +1977,36,1,suicide,15-17 yrs,43,1003486,15.998491287231445,0,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,4.285062313079834 +1977,36,1,homicide,15-17 yrs,84,1003486,15.998491287231445,0,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,8.370819091796875 +1977,36,1,other external,15-17 yrs,114,1003486,15.998491287231445,0,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,11.360397338867188 +1977,36,1,internal,15-17 yrs,211,1003486,15.998491287231445,0,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,21.026700973510742 +1977,36,1,all,18-20 yrs,1064,970274,18.99814796447754,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,109.65974426269531 +1977,36,1,MVA,18-20 yrs,328,970274,18.99814796447754,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,33.80488586425781 +1977,36,1,suicide,18-20 yrs,88,970274,18.99814796447754,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,9.069602966308594 +1977,36,1,homicide,18-20 yrs,173,970274,18.99814796447754,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,17.830015182495117 +1977,36,1,other external,18-20 yrs,150,970274,18.99814796447754,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,15.459550857543945 +1977,36,1,internal,18-20 yrs,325,970274,18.99814796447754,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,33.49569320678711 +1977,36,1,all,21-24 yrs,1441,1178411,22.48021125793457,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,122.28330993652344 +1977,36,1,MVA,21-24 yrs,285,1178411,22.48021125793457,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,24.185110092163086 +1977,36,1,suicide,21-24 yrs,153,1178411,22.48021125793457,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,12.983585357666016 +1977,36,1,homicide,21-24 yrs,247,1178411,22.48021125793457,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,20.96042823791504 +1977,36,1,other external,21-24 yrs,206,1178411,22.48021125793457,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,17.48116683959961 +1977,36,1,internal,21-24 yrs,550,1178411,22.48021125793457,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,46.67301940917969 +1978,36,1,MVA,15-17 yrs,208,993057,16.00788116455078,0,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,20.945423126220703 +1978,36,1,suicide,15-17 yrs,37,993057,16.00788116455078,0,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,3.7258687019348145 +1978,36,1,homicide,15-17 yrs,75,993057,16.00788116455078,0,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,7.552436351776123 +1978,36,1,other external,15-17 yrs,104,993057,16.00788116455078,0,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,10.472711563110352 +1978,36,1,internal,15-17 yrs,228,993057,16.00788116455078,0,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,22.959407806396484 +1978,36,1,all,18-20 yrs,1021,961465,19.002702713012695,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,106.1921157836914 +1978,36,1,MVA,18-20 yrs,346,961465,19.002702713012695,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,35.98674774169922 +1978,36,1,suicide,18-20 yrs,93,961465,19.002702713012695,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,9.672739028930664 +1978,36,1,homicide,18-20 yrs,141,961465,19.002702713012695,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,14.665120124816895 +1978,36,1,other external,18-20 yrs,170,961465,19.002702713012695,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,17.681350708007812 +1978,36,1,internal,18-20 yrs,271,961465,19.002702713012695,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,28.186153411865234 +1978,36,1,all,21-24 yrs,1387,1187507,22.473941802978516,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,116.79930877685547 +1978,36,1,MVA,21-24 yrs,296,1187507,22.473941802978516,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,24.92616844177246 +1978,36,1,suicide,21-24 yrs,167,1187507,22.473941802978516,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,14.063075065612793 +1978,36,1,homicide,21-24 yrs,242,1187507,22.473941802978516,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,20.378828048706055 +1978,36,1,other external,21-24 yrs,232,1187507,22.473941802978516,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,19.536725997924805 +1978,36,1,internal,21-24 yrs,450,1187507,22.473941802978516,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,37.89451217651367 +1979,36,1,MVA,15-17 yrs,224,977008,16.00353240966797,0,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,22.927141189575195 +1979,36,1,suicide,15-17 yrs,40,977008,16.00353240966797,0,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,4.094132423400879 +1979,36,1,homicide,15-17 yrs,95,977008,16.00353240966797,0,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,9.723564147949219 +1979,36,1,other external,15-17 yrs,98,977008,16.00353240966797,0,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,10.030624389648438 +1979,36,1,internal,15-17 yrs,191,977008,16.00353240966797,0,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,19.549482345581055 +1979,36,1,all,18-20 yrs,1047,959533,18.99789810180664,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,109.1155776977539 +1979,36,1,MVA,18-20 yrs,326,959533,18.99789810180664,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,33.97486114501953 +1979,36,1,suicide,18-20 yrs,97,959533,18.99789810180664,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,10.109084129333496 +1979,36,1,homicide,18-20 yrs,221,959533,18.99789810180664,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,23.03203773498535 +1979,36,1,other external,18-20 yrs,144,959533,18.99789810180664,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,15.00730037689209 +1979,36,1,internal,18-20 yrs,259,959533,18.99789810180664,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,26.992298126220703 +1979,36,1,all,21-24 yrs,1449,1199499,22.477062225341797,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,120.8004379272461 +1979,36,1,MVA,21-24 yrs,339,1199499,22.477062225341797,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,28.261798858642578 +1979,36,1,suicide,21-24 yrs,158,1199499,22.477062225341797,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,13.172165870666504 +1979,36,1,homicide,21-24 yrs,304,1199499,22.477062225341797,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,25.343914031982422 +1979,36,1,other external,21-24 yrs,224,1199499,22.477062225341797,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,18.674463272094727 +1979,36,1,internal,21-24 yrs,424,1199499,22.477062225341797,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,35.34809112548828 +1980,36,1,MVA,15-17 yrs,198,957080,16.01145362854004,0,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,20.687925338745117 +1980,36,1,suicide,15-17 yrs,42,957080,16.01145362854004,0,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,4.38834810256958 +1980,36,1,homicide,15-17 yrs,119,957080,16.01145362854004,0,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,12.4336519241333 +1980,36,1,other external,15-17 yrs,81,957080,16.01145362854004,0,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,8.463242530822754 +1980,36,1,internal,15-17 yrs,195,957080,16.01145362854004,0,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,20.37447166442871 +1980,36,1,all,18-20 yrs,1065,954593,18.999536514282227,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,111.56587219238281 +1980,36,1,MVA,18-20 yrs,359,954593,18.999536514282227,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,37.60765075683594 +1980,36,1,suicide,18-20 yrs,94,954593,18.999536514282227,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,9.847128868103027 +1980,36,1,homicide,18-20 yrs,195,954593,18.999536514282227,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,20.427553176879883 +1980,36,1,other external,18-20 yrs,151,954593,18.999536514282227,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,15.818260192871094 +1980,36,1,internal,18-20 yrs,266,954593,18.999536514282227,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,27.865278244018555 +1980,36,1,all,21-24 yrs,1492,1210885,22.48475456237793,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,123.21566772460938 +1980,36,1,MVA,21-24 yrs,369,1210885,22.48475456237793,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,30.47357940673828 +1980,36,1,suicide,21-24 yrs,160,1210885,22.48475456237793,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,13.213476181030273 +1980,36,1,homicide,21-24 yrs,310,1210885,22.48475456237793,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,25.601110458374023 +1980,36,1,other external,21-24 yrs,188,1210885,22.48475456237793,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,15.525834083557129 +1980,36,1,internal,21-24 yrs,465,1210885,22.48475456237793,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,38.40166473388672 +1981,36,1,MVA,15-17 yrs,171,929788,16.02452850341797,0,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,18.39128875732422 +1981,36,1,suicide,15-17 yrs,38,929788,16.02452850341797,0,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,4.086953163146973 +1981,36,1,homicide,15-17 yrs,96,929788,16.02452850341797,0,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,10.324934005737305 +1981,36,1,other external,15-17 yrs,83,929788,16.02452850341797,0,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,8.926766395568848 +1981,36,1,internal,15-17 yrs,188,929788,16.02452850341797,0,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,20.219663619995117 +1981,36,1,all,18-20 yrs,999,960633,19.00762176513672,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,103.99392700195312 +1981,36,1,MVA,18-20 yrs,327,960633,19.00762176513672,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,34.04005432128906 +1981,36,1,suicide,18-20 yrs,81,960633,19.00762176513672,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,8.431940078735352 +1981,36,1,homicide,18-20 yrs,195,960633,19.00762176513672,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,20.299116134643555 +1981,36,1,other external,18-20 yrs,132,960633,19.00762176513672,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,13.740939140319824 +1981,36,1,internal,18-20 yrs,264,960633,19.00762176513672,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,27.48187828063965 +1981,36,1,all,21-24 yrs,1444,1223814,22.496427536010742,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,117.99178314208984 +1981,36,1,MVA,21-24 yrs,345,1223814,22.496427536010742,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,28.1905574798584 +1981,36,1,suicide,21-24 yrs,150,1223814,22.496427536010742,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,12.25676441192627 +1981,36,1,homicide,21-24 yrs,320,1223814,22.496427536010742,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,26.147764205932617 +1981,36,1,other external,21-24 yrs,184,1223814,22.496427536010742,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,15.034964561462402 +1981,36,1,internal,21-24 yrs,445,1223814,22.496427536010742,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,36.36173629760742 +1982,36,0.9749115109443665,MVA,15-17 yrs,140,893792,16.028303146362305,0,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,15.663599967956543 +1982,36,0.9749115109443665,suicide,15-17 yrs,37,893792,16.028303146362305,0,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,4.139665603637695 +1982,36,0.9749115109443665,homicide,15-17 yrs,96,893792,16.028303146362305,0,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,10.740754127502441 +1982,36,0.9749115109443665,other external,15-17 yrs,85,893792,16.028303146362305,0,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,9.510042190551758 +1982,36,0.9749115109443665,internal,15-17 yrs,195,893792,16.028303146362305,0,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,21.817155838012695 +1982,36,0.9749115109443665,all,18-20 yrs,920,960020,19.007125854492188,0.9749115109443665,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,95.83133697509766 +1982,36,0.9749115109443665,MVA,18-20 yrs,286,960020,19.007125854492188,0.9749115109443665,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,29.791046142578125 +1982,36,0.9749115109443665,suicide,18-20 yrs,81,960020,19.007125854492188,0.9749115109443665,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,8.437324523925781 +1982,36,0.9749115109443665,homicide,18-20 yrs,192,960020,19.007125854492188,0.9749115109443665,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,19.999584197998047 +1982,36,0.9749115109443665,other external,18-20 yrs,132,960020,19.007125854492188,0.9749115109443665,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,13.749713897705078 +1982,36,0.9749115109443665,internal,18-20 yrs,229,960020,19.007125854492188,0.9749115109443665,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,23.853670120239258 +1982,36,0.9749115109443665,all,21-24 yrs,1351,1235942,22.492664337158203,1,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,109.30933380126953 +1982,36,0.9749115109443665,MVA,21-24 yrs,296,1235942,22.492664337158203,1,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,23.949344635009766 +1982,36,0.9749115109443665,suicide,21-24 yrs,129,1235942,22.492664337158203,1,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,10.437382698059082 +1982,36,0.9749115109443665,homicide,21-24 yrs,256,1235942,22.492664337158203,1,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,20.71294593811035 +1982,36,0.9749115109443665,other external,21-24 yrs,198,1235942,22.492664337158203,1,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,16.02016830444336 +1982,36,0.9749115109443665,internal,21-24 yrs,472,1235942,22.492664337158203,1,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,38.18949508666992 +1983,36,0.6797694563865662,MVA,15-17 yrs,124,861748,16.026641845703125,0,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,14.389357566833496 +1983,36,0.6797694563865662,suicide,15-17 yrs,38,861748,16.026641845703125,0,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,4.409641742706299 +1983,36,0.6797694563865662,homicide,15-17 yrs,79,861748,16.026641845703125,0,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,9.167412757873535 +1983,36,0.6797694563865662,other external,15-17 yrs,71,861748,16.026641845703125,0,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,8.239068031311035 +1983,36,0.6797694563865662,internal,15-17 yrs,150,861748,16.026641845703125,0,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,17.40648078918457 +1983,36,0.6797694563865662,all,18-20 yrs,894,956589,19.018016815185547,0.6797694563865662,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,93.457061767578125 +1983,36,0.6797694563865662,MVA,18-20 yrs,276,956589,19.018016815185547,0.6797694563865662,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,28.852516174316406 +1983,36,0.6797694563865662,suicide,18-20 yrs,63,956589,19.018016815185547,0.6797694563865662,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,6.58590030670166 +1983,36,0.6797694563865662,homicide,18-20 yrs,187,956589,19.018016815185547,0.6797694563865662,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,19.548625946044922 +1983,36,0.6797694563865662,other external,18-20 yrs,124,956589,19.018016815185547,0.6797694563865662,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,12.962724685668945 +1983,36,0.6797694563865662,internal,18-20 yrs,244,956589,19.018016815185547,0.6797694563865662,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,25.50729751586914 +1983,36,0.6797694563865662,all,21-24 yrs,1291,1249623,22.49276351928711,1,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,103.3111572265625 +1983,36,0.6797694563865662,MVA,21-24 yrs,249,1249623,22.49276351928711,1,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,19.926010131835938 +1983,36,0.6797694563865662,suicide,21-24 yrs,109,1249623,22.49276351928711,1,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,8.722630500793457 +1983,36,0.6797694563865662,homicide,21-24 yrs,285,1249623,22.49276351928711,1,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,22.8068790435791 +1983,36,0.6797694563865662,other external,21-24 yrs,195,1249623,22.49276351928711,1,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,15.604706764221191 +1983,36,0.6797694563865662,internal,21-24 yrs,453,1249623,22.49276351928711,1,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,36.25093460083008 +1984,36,0.6858195066452026,MVA,15-17 yrs,121,842182,16.01361656188965,0,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,14.367441177368164 +1984,36,0.6858195066452026,suicide,15-17 yrs,34,842182,16.01361656188965,0,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,4.037132263183594 +1984,36,0.6858195066452026,homicide,15-17 yrs,70,842182,16.01361656188965,0,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,8.311742782592773 +1984,36,0.6858195066452026,other external,15-17 yrs,70,842182,16.01361656188965,0,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,8.311742782592773 +1984,36,0.6858195066452026,internal,15-17 yrs,170,842182,16.01361656188965,0,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,20.18566131591797 +1984,36,0.6858195066452026,all,18-20 yrs,824,937512,19.03163719177246,0.6858195066452026,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,87.8922119140625 +1984,36,0.6858195066452026,MVA,18-20 yrs,243,937512,19.03163719177246,0.6858195066452026,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,25.919668197631836 +1984,36,0.6858195066452026,suicide,18-20 yrs,81,937512,19.03163719177246,0.6858195066452026,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,8.63988971710205 +1984,36,0.6858195066452026,homicide,18-20 yrs,175,937512,19.03163719177246,0.6858195066452026,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,18.666427612304688 +1984,36,0.6858195066452026,other external,18-20 yrs,100,937512,19.03163719177246,0.6858195066452026,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,10.66653060913086 +1984,36,0.6858195066452026,internal,18-20 yrs,225,937512,19.03163719177246,0.6858195066452026,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,23.999692916870117 +1984,36,0.6858195066452026,all,21-24 yrs,1326,1256705,22.492900848388672,1,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,105.51402282714844 +1984,36,0.6858195066452026,MVA,21-24 yrs,249,1256705,22.492900848388672,1,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,19.813718795776367 +1984,36,0.6858195066452026,suicide,21-24 yrs,137,1256705,22.492900848388672,1,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,10.901524543762207 +1984,36,0.6858195066452026,homicide,21-24 yrs,257,1256705,22.492900848388672,1,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,20.45030403137207 +1984,36,0.6858195066452026,other external,21-24 yrs,218,1256705,22.492900848388672,1,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,17.34695053100586 +1984,36,0.6858195066452026,internal,21-24 yrs,465,1256705,22.492900848388672,1,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,37.001522064208984 +1985,36,0.628068208694458,MVA,15-17 yrs,127,836410,15.997977256774902,0,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,15.183940887451172 +1985,36,0.628068208694458,suicide,15-17 yrs,21,836410,15.997977256774902,0,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,2.510730266571045 +1985,36,0.628068208694458,homicide,15-17 yrs,75,836410,15.997977256774902,0,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,8.966894149780273 +1985,36,0.628068208694458,other external,15-17 yrs,59,836410,15.997977256774902,0,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,7.053956985473633 +1985,36,0.628068208694458,internal,15-17 yrs,143,836410,15.997977256774902,0,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,17.096878051757812 +1985,36,0.628068208694458,all,18-20 yrs,756,905579,19.034549713134766,0.628068208694458,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,83.48249816894531 +1985,36,0.628068208694458,MVA,18-20 yrs,216,905579,19.034549713134766,0.628068208694458,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,23.852142333984375 +1985,36,0.628068208694458,suicide,18-20 yrs,72,905579,19.034549713134766,0.628068208694458,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,7.950714588165283 +1985,36,0.628068208694458,homicide,18-20 yrs,140,905579,19.034549713134766,0.628068208694458,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,15.459722518920898 +1985,36,0.628068208694458,other external,18-20 yrs,98,905579,19.034549713134766,0.628068208694458,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,10.821805953979492 +1985,36,0.628068208694458,internal,18-20 yrs,230,905579,19.034549713134766,0.628068208694458,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,25.398115158081055 +1985,36,0.628068208694458,all,21-24 yrs,1284,1262780,22.50145721435547,1,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,101.680419921875 +1985,36,0.628068208694458,MVA,21-24 yrs,271,1262780,22.50145721435547,1,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,21.460586547851562 +1985,36,0.628068208694458,suicide,21-24 yrs,120,1262780,22.50145721435547,1,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,9.502842903137207 +1985,36,0.628068208694458,homicide,21-24 yrs,261,1262780,22.50145721435547,1,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,20.668684005737305 +1985,36,0.628068208694458,other external,21-24 yrs,183,1262780,22.50145721435547,1,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,14.491835594177246 +1985,36,0.628068208694458,internal,21-24 yrs,449,1262780,22.50145721435547,1,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,35.55646896362305 +1986,36,0,MVA,15-17 yrs,146,838292,16.000804901123047,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,17.416366577148438 +1986,36,0,suicide,15-17 yrs,29,838292,16.000804901123047,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,3.4594151973724365 +1986,36,0,homicide,15-17 yrs,46,838292,16.000804901123047,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,5.4873480796813965 +1986,36,0,other external,15-17 yrs,61,838292,16.000804901123047,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,7.276700496673584 +1986,36,0,internal,15-17 yrs,165,838292,16.000804901123047,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,19.682878494262695 +1986,36,0,all,18-20 yrs,810,873453,19.032962799072266,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,92.735382080078125 +1986,36,0,MVA,18-20 yrs,249,873453,19.032962799072266,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,28.507543563842773 +1986,36,0,suicide,18-20 yrs,79,873453,19.032962799072266,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,9.044562339782715 +1986,36,0,homicide,18-20 yrs,172,873453,19.032962799072266,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,19.691957473754883 +1986,36,0,other external,18-20 yrs,96,873453,19.032962799072266,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,10.990859985351562 +1986,36,0,internal,18-20 yrs,214,873453,19.032962799072266,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,24.500459671020508 +1986,36,0,all,21-24 yrs,1421,1253351,22.510372161865234,1,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,113.37606048583984 +1986,36,0,MVA,21-24 yrs,261,1253351,22.510372161865234,1,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,20.824174880981445 +1986,36,0,suicide,21-24 yrs,114,1253351,22.510372161865234,1,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,9.095616340637207 +1986,36,0,homicide,21-24 yrs,315,1253351,22.510372161865234,1,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,25.13262367248535 +1986,36,0,other external,21-24 yrs,169,1253351,22.510372161865234,1,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,13.48385238647461 +1986,36,0,internal,21-24 yrs,562,1253351,22.510372161865234,1,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,44.83979415893555 +1987,36,0,MVA,15-17 yrs,158,807987,16.04490852355957,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,19.55476951599121 +1987,36,0,suicide,15-17 yrs,30,807987,16.04490852355957,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,3.712930917739868 +1987,36,0,homicide,15-17 yrs,84,807987,16.04490852355957,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,10.396206855773926 +1987,36,0,other external,15-17 yrs,61,807987,16.04490852355957,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,7.549626350402832 +1987,36,0,internal,15-17 yrs,132,807987,16.04490852355957,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,16.336896896362305 +1987,36,0,all,18-20 yrs,816,854496,19.020009994506836,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,95.49488830566406 +1987,36,0,MVA,18-20 yrs,243,854496,19.020009994506836,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,28.437816619873047 +1987,36,0,suicide,18-20 yrs,60,854496,19.020009994506836,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,7.0216827392578125 +1987,36,0,homicide,18-20 yrs,219,854496,19.020009994506836,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,25.62914276123047 +1987,36,0,other external,18-20 yrs,84,854496,19.020009994506836,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,9.83035659790039 +1987,36,0,internal,18-20 yrs,210,854496,19.020009994506836,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,24.575889587402344 +1987,36,0,all,21-24 yrs,1405,1229345,22.52711296081543,1,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,114.28850555419922 +1987,36,0,MVA,21-24 yrs,312,1229345,22.52711296081543,1,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,25.37936782836914 +1987,36,0,suicide,21-24 yrs,106,1229345,22.52711296081543,1,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,8.622477531433105 +1987,36,0,homicide,21-24 yrs,319,1229345,22.52711296081543,1,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,25.94877815246582 +1987,36,0,other external,21-24 yrs,144,1229345,22.52711296081543,1,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,11.713554382324219 +1987,36,0,internal,21-24 yrs,524,1229345,22.52711296081543,1,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,42.624324798583984 +1988,36,0,MVA,15-17 yrs,137,760971,16.068866729736328,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,18.003314971923828 +1988,36,0,suicide,15-17 yrs,29,760971,16.068866729736328,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,3.810920476913452 +1988,36,0,homicide,15-17 yrs,114,760971,16.068866729736328,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,14.980859756469727 +1988,36,0,other external,15-17 yrs,65,760971,16.068866729736328,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,8.541718482971191 +1988,36,0,internal,15-17 yrs,128,760971,16.068866729736328,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,16.820613861083984 +1988,36,0,all,18-20 yrs,836,854637,19.005155563354492,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,97.819305419921875 +1988,36,0,MVA,18-20 yrs,225,854637,19.005155563354492,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,26.326967239379883 +1988,36,0,suicide,18-20 yrs,57,854637,19.005155563354492,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,6.669498443603516 +1988,36,0,homicide,18-20 yrs,238,854637,19.005155563354492,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,27.848079681396484 +1988,36,0,other external,18-20 yrs,107,854637,19.005155563354492,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,12.519935607910156 +1988,36,0,internal,18-20 yrs,209,854637,19.005155563354492,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,24.45482635498047 +1988,36,0,all,21-24 yrs,1411,1201513,22.539505004882812,1,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,117.43526458740234 +1988,36,0,MVA,21-24 yrs,280,1201513,22.539505004882812,1,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,23.303951263427734 +1988,36,0,suicide,21-24 yrs,85,1201513,22.539505004882812,1,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,7.074413776397705 +1988,36,0,homicide,21-24 yrs,365,1201513,22.539505004882812,1,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,30.37836456298828 +1988,36,0,other external,21-24 yrs,172,1201513,22.539505004882812,1,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,14.31528377532959 +1988,36,0,internal,21-24 yrs,509,1201513,22.539505004882812,1,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,42.36325454711914 +1989,36,0,MVA,15-17 yrs,110,706625,16.040904998779297,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,15.56695556640625 +1989,36,0,suicide,15-17 yrs,38,706625,16.040904998779297,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,5.377675533294678 +1989,36,0,homicide,15-17 yrs,119,706625,16.040904998779297,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,16.84061622619629 +1989,36,0,other external,15-17 yrs,41,706625,16.040904998779297,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,5.802228927612305 +1989,36,0,internal,15-17 yrs,115,706625,16.040904998779297,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,16.27454376220703 +1989,36,0,all,18-20 yrs,750,861773,19.007810592651367,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,87.029876708984375 +1989,36,0,MVA,18-20 yrs,193,861773,19.007810592651367,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,22.395689010620117 +1989,36,0,suicide,18-20 yrs,59,861773,19.007810592651367,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,6.84635066986084 +1989,36,0,homicide,18-20 yrs,238,861773,19.007810592651367,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,27.617481231689453 +1989,36,0,other external,18-20 yrs,53,861773,19.007810592651367,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,6.150111675262451 +1989,36,0,internal,18-20 yrs,207,861773,19.007810592651367,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,24.020246505737305 +1989,36,0,all,21-24 yrs,1307,1159278,22.539752960205078,1,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,112.74258422851562 +1989,36,0,MVA,21-24 yrs,242,1159278,22.539752960205078,1,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,20.87506103515625 +1989,36,0,suicide,21-24 yrs,136,1159278,22.539752960205078,1,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,11.731439590454102 +1989,36,0,homicide,21-24 yrs,346,1159278,22.539752960205078,1,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,29.846162796020508 +1989,36,0,other external,21-24 yrs,119,1159278,22.539752960205078,1,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,10.265009880065918 +1989,36,0,internal,21-24 yrs,464,1159278,22.539752960205078,1,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,40.0249137878418 +1990,36,0,MVA,15-17 yrs,105,683467,16.017234802246094,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,15.362848281860352 +1990,36,0,suicide,15-17 yrs,32,683467,16.017234802246094,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,4.682011127471924 +1990,36,0,homicide,15-17 yrs,143,683467,16.017234802246094,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,20.92273712158203 +1990,36,0,other external,15-17 yrs,36,683467,16.017234802246094,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,5.2672624588012695 +1990,36,0,internal,15-17 yrs,112,683467,16.017234802246094,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,16.387039184570312 +1990,36,0,all,18-20 yrs,844,838111,19.052751541137695,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,100.70265197753906 +1990,36,0,MVA,18-20 yrs,230,838111,19.052751541137695,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,27.442665100097656 +1990,36,0,suicide,18-20 yrs,74,838111,19.052751541137695,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,8.829379081726074 +1990,36,0,homicide,18-20 yrs,284,838111,19.052751541137695,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,33.88572692871094 +1990,36,0,other external,18-20 yrs,53,838111,19.052751541137695,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,6.323744773864746 +1990,36,0,internal,18-20 yrs,203,838111,19.052751541137695,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,24.22113609313965 +1990,36,0,all,21-24 yrs,1259,1125568,22.520700454711914,1,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,111.8546371459961 +1990,36,0,MVA,21-24 yrs,226,1125568,22.520700454711914,1,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,20.078750610351562 +1990,36,0,suicide,21-24 yrs,119,1125568,22.520700454711914,1,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,10.572440147399902 +1990,36,0,homicide,21-24 yrs,411,1125568,22.520700454711914,1,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,36.514896392822266 +1990,36,0,other external,21-24 yrs,92,1125568,22.520700454711914,1,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,8.173650741577148 +1990,36,0,internal,21-24 yrs,411,1125568,22.520700454711914,1,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,36.514896392822266 +1991,36,0,MVA,15-17 yrs,100,675759,16.00876235961914,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,14.798174858093262 +1991,36,0,suicide,15-17 yrs,28,675759,16.00876235961914,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,4.143488883972168 +1991,36,0,homicide,15-17 yrs,147,675759,16.00876235961914,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,21.75331687927246 +1991,36,0,other external,15-17 yrs,43,675759,16.00876235961914,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,6.363215446472168 +1991,36,0,internal,15-17 yrs,111,675759,16.00876235961914,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,16.425973892211914 +1991,36,0,all,18-20 yrs,769,779184,19.074079513549805,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,98.6929931640625 +1991,36,0,MVA,18-20 yrs,176,779184,19.074079513549805,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,22.587732315063477 +1991,36,0,suicide,18-20 yrs,73,779184,19.074079513549805,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,9.368775367736816 +1991,36,0,homicide,18-20 yrs,289,779184,19.074079513549805,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,37.090084075927734 +1991,36,0,other external,18-20 yrs,64,779184,19.074079513549805,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,8.21372127532959 +1991,36,0,internal,18-20 yrs,167,779184,19.074079513549805,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,21.43267822265625 +1991,36,0,all,21-24 yrs,1236,1104212,22.49063491821289,1,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,111.93502807617188 +1991,36,0,MVA,21-24 yrs,251,1104212,22.49063491821289,1,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,22.731142044067383 +1991,36,0,suicide,21-24 yrs,113,1104212,22.49063491821289,1,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,10.233542442321777 +1991,36,0,homicide,21-24 yrs,409,1104212,22.49063491821289,1,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,37.03998947143555 +1991,36,0,other external,21-24 yrs,112,1104212,22.49063491821289,1,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,10.142979621887207 +1991,36,0,internal,21-24 yrs,351,1104212,22.49063491821289,1,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,31.78737449645996 +1992,36,0,MVA,15-17 yrs,99,684364,16.001083374023438,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,14.465986251831055 +1992,36,0,suicide,15-17 yrs,44,684364,16.001083374023438,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,6.429327011108398 +1992,36,0,homicide,15-17 yrs,145,684364,16.001083374023438,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,21.18755531311035 +1992,36,0,other external,15-17 yrs,32,684364,16.001083374023438,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,4.67587423324585 +1992,36,0,internal,15-17 yrs,83,684364,16.001083374023438,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,12.12804889678955 +1992,36,0,all,18-20 yrs,647,720000,19.04899787902832,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,89.861114501953125 +1992,36,0,MVA,18-20 yrs,129,720000,19.04899787902832,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,17.91666603088379 +1992,36,0,suicide,18-20 yrs,72,720000,19.04899787902832,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,10 +1992,36,0,homicide,18-20 yrs,251,720000,19.04899787902832,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,34.86111068725586 +1992,36,0,other external,18-20 yrs,45,720000,19.04899787902832,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,6.25 +1992,36,0,internal,18-20 yrs,150,720000,19.04899787902832,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,20.83333396911621 +1992,36,0,all,21-24 yrs,1212,1095308,22.48435401916504,1,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,110.65380859375 +1992,36,0,MVA,21-24 yrs,201,1095308,22.48435401916504,1,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,18.351001739501953 +1992,36,0,suicide,21-24 yrs,124,1095308,22.48435401916504,1,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,11.321016311645508 +1992,36,0,homicide,21-24 yrs,404,1095308,22.48435401916504,1,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,36.88460159301758 +1992,36,0,other external,21-24 yrs,109,1095308,22.48435401916504,1,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,9.951539039611816 +1992,36,0,internal,21-24 yrs,374,1095308,22.48435401916504,1,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,34.14564514160156 +1993,36,0,MVA,15-17 yrs,83,687397,15.995163917541504,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,12.074536323547363 +1993,36,0,suicide,15-17 yrs,27,687397,15.995163917541504,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,3.927861213684082 +1993,36,0,homicide,15-17 yrs,136,687397,15.995163917541504,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,19.78478240966797 +1993,36,0,other external,15-17 yrs,42,687397,15.995163917541504,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,6.110006332397461 +1993,36,0,internal,15-17 yrs,99,687397,15.995163917541504,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,14.4021577835083 +1993,36,0,all,18-20 yrs,664,697877,19.017518997192383,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,95.14570617675781 +1993,36,0,MVA,18-20 yrs,116,697877,19.017518997192383,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,16.62183952331543 +1993,36,0,suicide,18-20 yrs,68,697877,19.017518997192383,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,9.743837356567383 +1993,36,0,homicide,18-20 yrs,266,697877,19.017518997192383,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,38.1156005859375 +1993,36,0,other external,18-20 yrs,52,697877,19.017518997192383,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,7.451169967651367 +1993,36,0,internal,18-20 yrs,162,697877,19.017518997192383,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,23.213258743286133 +1993,36,0,all,21-24 yrs,1178,1068399,22.53204345703125,1,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,110.25843048095703 +1993,36,0,MVA,21-24 yrs,206,1068399,22.53204345703125,1,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,19.281187057495117 +1993,36,0,suicide,21-24 yrs,97,1068399,22.53204345703125,1,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,9.079005241394043 +1993,36,0,homicide,21-24 yrs,382,1068399,22.53204345703125,1,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,35.754432678222656 +1993,36,0,other external,21-24 yrs,126,1068399,22.53204345703125,1,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,11.793346405029297 +1993,36,0,internal,21-24 yrs,367,1068399,22.53204345703125,1,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,34.3504638671875 +1994,36,0,MVA,15-17 yrs,88,696294,16.00286293029785,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,12.63833999633789 +1994,36,0,suicide,15-17 yrs,42,696294,16.00286293029785,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,6.03193473815918 +1994,36,0,homicide,15-17 yrs,110,696294,16.00286293029785,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,15.797924041748047 +1994,36,0,other external,15-17 yrs,35,696294,16.00286293029785,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,5.026612281799316 +1994,36,0,internal,15-17 yrs,118,696294,16.00286293029785,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,16.94686508178711 +1994,36,0,all,18-20 yrs,657,687889,19.0123291015625,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,95.50959777832031 +1994,36,0,MVA,18-20 yrs,147,687889,19.0123291015625,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,21.369726181030273 +1994,36,0,suicide,18-20 yrs,74,687889,19.0123291015625,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,10.757549285888672 +1994,36,0,homicide,18-20 yrs,230,687889,19.0123291015625,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,33.43562698364258 +1994,36,0,other external,18-20 yrs,57,687889,19.0123291015625,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,8.28622055053711 +1994,36,0,internal,18-20 yrs,149,687889,19.0123291015625,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,21.660470962524414 +1994,36,0,all,21-24 yrs,1020,1018100,22.578248977661133,1,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,100.1866226196289 +1994,36,0,MVA,21-24 yrs,176,1018100,22.578248977661133,1,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,17.2871036529541 +1994,36,0,suicide,21-24 yrs,125,1018100,22.578248977661133,1,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,12.277771949768066 +1994,36,0,homicide,21-24 yrs,301,1018100,22.578248977661133,1,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,29.564876556396484 +1994,36,0,other external,21-24 yrs,86,1018100,22.578248977661133,1,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,8.447107315063477 +1994,36,0,internal,21-24 yrs,332,1018100,22.578248977661133,1,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,32.609764099121094 +1995,36,0,MVA,15-17 yrs,74,701639,15.992555618286133,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,10.546733856201172 +1995,36,0,suicide,15-17 yrs,36,701639,15.992555618286133,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,5.130843639373779 +1995,36,0,homicide,15-17 yrs,85,701639,15.992555618286133,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,12.11449146270752 +1995,36,0,other external,15-17 yrs,39,701639,15.992555618286133,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,5.558413982391357 +1995,36,0,internal,15-17 yrs,107,701639,15.992555618286133,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,15.250007629394531 +1995,36,0,all,18-20 yrs,575,693452,19.006786346435547,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,82.91850280761719 +1995,36,0,MVA,18-20 yrs,136,693452,19.006786346435547,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,19.612028121948242 +1995,36,0,suicide,18-20 yrs,56,693452,19.006786346435547,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,8.075540542602539 +1995,36,0,homicide,18-20 yrs,167,693452,19.006786346435547,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,24.082416534423828 +1995,36,0,other external,18-20 yrs,64,693452,19.006786346435547,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,9.2291898727417 +1995,36,0,internal,18-20 yrs,152,693452,19.006786346435547,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,21.91932487487793 +1995,36,0,all,21-24 yrs,902,955964,22.582103729248047,1,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,94.35501861572266 +1995,36,0,MVA,21-24 yrs,155,955964,22.582103729248047,1,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,16.213998794555664 +1995,36,0,suicide,21-24 yrs,104,955964,22.582103729248047,1,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,10.879071235656738 +1995,36,0,homicide,21-24 yrs,228,955964,22.582103729248047,1,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,23.850271224975586 +1995,36,0,other external,21-24 yrs,96,955964,22.582103729248047,1,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,10.042219161987305 +1995,36,0,internal,21-24 yrs,319,955964,22.582103729248047,1,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,33.36945724487305 +1996,36,0,MVA,15-17 yrs,84,704661,16.00113296508789,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,11.920625686645508 +1996,36,0,suicide,15-17 yrs,37,704661,16.00113296508789,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,5.250751972198486 +1996,36,0,homicide,15-17 yrs,80,704661,16.00113296508789,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,11.35297679901123 +1996,36,0,other external,15-17 yrs,47,704661,16.00113296508789,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,6.6698737144470215 +1996,36,0,internal,15-17 yrs,98,704661,16.00113296508789,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,13.90739631652832 +1996,36,0,all,18-20 yrs,524,696190,19.001689910888672,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,75.26680755615234 +1996,36,0,MVA,18-20 yrs,122,696190,19.001689910888672,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,17.52395248413086 +1996,36,0,suicide,18-20 yrs,47,696190,19.001689910888672,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,6.751030445098877 +1996,36,0,homicide,18-20 yrs,157,696190,19.001689910888672,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,22.551315307617188 +1996,36,0,other external,18-20 yrs,58,696190,19.001689910888672,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,8.331059455871582 +1996,36,0,internal,18-20 yrs,140,696190,19.001689910888672,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,20.109453201293945 +1996,36,0,all,21-24 yrs,782,906015,22.527637481689453,1,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,86.3120346069336 +1996,36,0,MVA,21-24 yrs,153,906015,22.527637481689453,1,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,16.88713836669922 +1996,36,0,suicide,21-24 yrs,81,906015,22.527637481689453,1,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,8.9402494430542 +1996,36,0,homicide,21-24 yrs,180,906015,22.527637481689453,1,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,19.867219924926758 +1996,36,0,other external,21-24 yrs,101,906015,22.527637481689453,1,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,11.14771842956543 +1996,36,0,internal,21-24 yrs,267,906015,22.527637481689453,1,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,29.469711303710938 +1970,37,1,MVA,15-17 yrs,142,306771,15.993304252624512,0,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,46.28860092163086 +1970,37,1,suicide,15-17 yrs,10,306771,15.993304252624512,0,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,3.259760618209839 +1970,37,1,homicide,15-17 yrs,22,306771,15.993304252624512,0,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,7.171473026275635 +1970,37,1,other external,15-17 yrs,75,306771,15.993304252624512,0,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,24.448204040527344 +1970,37,1,internal,15-17 yrs,92,306771,15.993304252624512,0,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,29.989797592163086 +1970,37,1,all,18-20 yrs,472,319497,18.99605941772461,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,147.7322235107422 +1970,37,1,MVA,18-20 yrs,214,319497,18.99605941772461,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,66.98028564453125 +1970,37,1,suicide,18-20 yrs,22,319497,18.99605941772461,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,6.885823726654053 +1970,37,1,homicide,18-20 yrs,38,319497,18.99605941772461,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,11.893695831298828 +1970,37,1,other external,18-20 yrs,83,319497,18.99605941772461,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,25.978334426879883 +1970,37,1,internal,18-20 yrs,115,319497,18.99605941772461,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,35.99407958984375 +1970,37,1,all,21-24 yrs,583,358226,22.37844467163086,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,162.74642944335938 +1970,37,1,MVA,21-24 yrs,215,358226,22.37844467163086,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,60.01797866821289 +1970,37,1,suicide,21-24 yrs,24,358226,22.37844467163086,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,6.699681282043457 +1970,37,1,homicide,21-24 yrs,79,358226,22.37844467163086,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,22.053117752075195 +1970,37,1,other external,21-24 yrs,117,358226,22.37844467163086,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,32.660945892333984 +1970,37,1,internal,21-24 yrs,148,358226,22.37844467163086,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,41.314701080322266 +1971,37,1,MVA,15-17 yrs,147,314251,15.995296478271484,0,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,46.77789306640625 +1971,37,1,suicide,15-17 yrs,12,314251,15.995296478271484,0,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,3.818603515625 +1971,37,1,homicide,15-17 yrs,23,314251,15.995296478271484,0,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,7.318990230560303 +1971,37,1,other external,15-17 yrs,70,314251,15.995296478271484,0,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,22.275188446044922 +1971,37,1,internal,15-17 yrs,77,314251,15.995296478271484,0,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,24.50270652770996 +1971,37,1,all,18-20 yrs,503,326326,19.009634017944336,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,154.1403350830078 +1971,37,1,MVA,18-20 yrs,235,326326,19.009634017944336,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,72.01387786865234 +1971,37,1,suicide,18-20 yrs,25,326326,19.009634017944336,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,7.661050796508789 +1971,37,1,homicide,18-20 yrs,46,326326,19.009634017944336,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,14.096333503723145 +1971,37,1,other external,18-20 yrs,89,326326,19.009634017944336,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,27.273340225219727 +1971,37,1,internal,18-20 yrs,108,326326,19.009634017944336,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,33.09573745727539 +1971,37,1,all,21-24 yrs,628,390672,22.48404312133789,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,160.7486572265625 +1971,37,1,MVA,21-24 yrs,262,390672,22.48404312133789,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,67.063934326171875 +1971,37,1,suicide,21-24 yrs,33,390672,22.48404312133789,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,8.446983337402344 +1971,37,1,homicide,21-24 yrs,94,390672,22.48404312133789,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,24.061105728149414 +1971,37,1,other external,21-24 yrs,87,390672,22.48404312133789,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,22.26932144165039 +1971,37,1,internal,21-24 yrs,152,390672,22.48404312133789,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,38.907318115234375 +1972,37,1,MVA,15-17 yrs,154,320381,15.990998268127441,0,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,48.06776809692383 +1972,37,1,suicide,15-17 yrs,14,320381,15.990998268127441,0,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,4.369797229766846 +1972,37,1,homicide,15-17 yrs,24,320381,15.990998268127441,0,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,7.4910807609558105 +1972,37,1,other external,15-17 yrs,94,320381,15.990998268127441,0,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,29.34006690979004 +1972,37,1,internal,15-17 yrs,92,320381,15.990998268127441,0,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,28.715810775756836 +1972,37,1,all,18-20 yrs,502,332761,19.007240295410156,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,150.85902404785156 +1972,37,1,MVA,18-20 yrs,278,332761,19.007240295410156,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,83.54344177246094 +1972,37,1,suicide,18-20 yrs,18,332761,19.007240295410156,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,5.409287929534912 +1972,37,1,homicide,18-20 yrs,52,332761,19.007240295410156,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,15.6268310546875 +1972,37,1,other external,18-20 yrs,86,332761,19.007240295410156,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,25.844375610351562 +1972,37,1,internal,18-20 yrs,68,332761,19.007240295410156,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,20.435087203979492 +1972,37,1,all,21-24 yrs,704,398886,22.45625877380371,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,176.4915313720703 +1972,37,1,MVA,21-24 yrs,272,398886,22.45625877380371,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,68.189910888671875 +1972,37,1,suicide,21-24 yrs,42,398886,22.45625877380371,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,10.529324531555176 +1972,37,1,homicide,21-24 yrs,106,398886,22.45625877380371,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,26.57400894165039 +1972,37,1,other external,21-24 yrs,100,398886,22.45625877380371,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,25.0698184967041 +1972,37,1,internal,21-24 yrs,184,398886,22.45625877380371,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,46.12846755981445 +1973,37,1,MVA,15-17 yrs,185,324021,15.998064994812012,0,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,57.09506607055664 +1973,37,1,suicide,15-17 yrs,14,324021,15.998064994812012,0,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,4.32070779800415 +1973,37,1,homicide,15-17 yrs,27,324021,15.998064994812012,0,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,8.332793235778809 +1973,37,1,other external,15-17 yrs,85,324021,15.998064994812012,0,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,26.232868194580078 +1973,37,1,internal,15-17 yrs,90,324021,15.998064994812012,0,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,27.775978088378906 +1973,37,1,all,18-20 yrs,525,339943,19.00482177734375,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,154.43765258789062 +1973,37,1,MVA,18-20 yrs,243,339943,19.00482177734375,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,71.482574462890625 +1973,37,1,suicide,18-20 yrs,40,339943,19.00482177734375,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,11.766678810119629 +1973,37,1,homicide,18-20 yrs,58,339943,19.00482177734375,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,17.061683654785156 +1973,37,1,other external,18-20 yrs,94,339943,19.00482177734375,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,27.651695251464844 +1973,37,1,internal,18-20 yrs,90,339943,19.00482177734375,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,26.475027084350586 +1973,37,1,all,21-24 yrs,634,410981,22.460636138916016,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,154.26504516601562 +1973,37,1,MVA,21-24 yrs,233,410981,22.460636138916016,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,56.69361877441406 +1973,37,1,suicide,21-24 yrs,46,410981,22.460636138916016,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,11.192731857299805 +1973,37,1,homicide,21-24 yrs,104,410981,22.460636138916016,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,25.30530548095703 +1973,37,1,other external,21-24 yrs,102,410981,22.460636138916016,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,24.818666458129883 +1973,37,1,internal,21-24 yrs,149,410981,22.460636138916016,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,36.25471878051758 +1974,37,1,MVA,15-17 yrs,145,326831,16.00562286376953,0,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,44.36543655395508 +1974,37,1,suicide,15-17 yrs,18,326831,16.00562286376953,0,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,5.5074334144592285 +1974,37,1,homicide,15-17 yrs,23,326831,16.00562286376953,0,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,7.037276268005371 +1974,37,1,other external,15-17 yrs,88,326831,16.00562286376953,0,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,26.925230026245117 +1974,37,1,internal,15-17 yrs,65,326831,16.00562286376953,0,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,19.887954711914062 +1974,37,1,all,18-20 yrs,479,347822,19.007055282592773,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,137.714111328125 +1974,37,1,MVA,18-20 yrs,211,347822,19.007055282592773,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,60.663211822509766 +1974,37,1,suicide,18-20 yrs,26,347822,19.007055282592773,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,7.475087642669678 +1974,37,1,homicide,18-20 yrs,56,347822,19.007055282592773,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,16.100189208984375 +1974,37,1,other external,18-20 yrs,84,347822,19.007055282592773,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,24.150283813476562 +1974,37,1,internal,18-20 yrs,102,347822,19.007055282592773,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,29.32534408569336 +1974,37,1,all,21-24 yrs,590,418421,22.45990753173828,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,141.0063018798828 +1974,37,1,MVA,21-24 yrs,200,418421,22.45990753173828,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,47.79874801635742 +1974,37,1,suicide,21-24 yrs,50,418421,22.45990753173828,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,11.949687004089355 +1974,37,1,homicide,21-24 yrs,90,418421,22.45990753173828,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,21.509437561035156 +1974,37,1,other external,21-24 yrs,108,418421,22.45990753173828,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,25.811323165893555 +1974,37,1,internal,21-24 yrs,142,418421,22.45990753173828,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,33.937110900878906 +1975,37,1,MVA,15-17 yrs,120,326986,15.999342918395996,0,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,36.69881820678711 +1975,37,1,suicide,15-17 yrs,22,326986,15.999342918395996,0,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,6.728116989135742 +1975,37,1,homicide,15-17 yrs,26,326986,15.999342918395996,0,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,7.95141077041626 +1975,37,1,other external,15-17 yrs,76,326986,15.999342918395996,0,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,23.242586135864258 +1975,37,1,internal,15-17 yrs,72,326986,15.999342918395996,0,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,22.019290924072266 +1975,37,1,all,18-20 yrs,476,355609,19.0036563873291,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,133.85487365722656 +1975,37,1,MVA,18-20 yrs,207,355609,19.0036563873291,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,58.209999084472656 +1975,37,1,suicide,18-20 yrs,50,355609,19.0036563873291,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,14.060386657714844 +1975,37,1,homicide,18-20 yrs,41,355609,19.0036563873291,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,11.52951717376709 +1975,37,1,other external,18-20 yrs,79,355609,19.0036563873291,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,22.215410232543945 +1975,37,1,internal,18-20 yrs,99,355609,19.0036563873291,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,27.83956527709961 +1975,37,1,all,21-24 yrs,585,427345,22.463830947875977,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,136.89173889160156 +1975,37,1,MVA,21-24 yrs,186,427345,22.463830947875977,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,43.52455139160156 +1975,37,1,suicide,21-24 yrs,52,427345,22.463830947875977,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,12.1681547164917 +1975,37,1,homicide,21-24 yrs,115,427345,22.463830947875977,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,26.910341262817383 +1975,37,1,other external,21-24 yrs,88,427345,22.463830947875977,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,20.592262268066406 +1975,37,1,internal,21-24 yrs,144,427345,22.463830947875977,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,33.69642639160156 +1976,37,1,MVA,15-17 yrs,149,328014,15.998784065246582,0,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,45.424888610839844 +1976,37,1,suicide,15-17 yrs,19,328014,15.998784065246582,0,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,5.792435646057129 +1976,37,1,homicide,15-17 yrs,13,328014,15.998784065246582,0,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,3.963245391845703 +1976,37,1,other external,15-17 yrs,49,328014,15.998784065246582,0,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,14.938386917114258 +1976,37,1,internal,15-17 yrs,58,328014,15.998784065246582,0,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,17.682172775268555 +1976,37,1,all,18-20 yrs,503,359208,19.01186180114746,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,140.03028869628906 +1976,37,1,MVA,18-20 yrs,229,359208,19.01186180114746,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,63.751365661621094 +1976,37,1,suicide,18-20 yrs,40,359208,19.01186180114746,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,11.13560962677002 +1976,37,1,homicide,18-20 yrs,60,359208,19.01186180114746,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,16.703414916992188 +1976,37,1,other external,18-20 yrs,73,359208,19.01186180114746,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,20.322486877441406 +1976,37,1,internal,18-20 yrs,101,359208,19.01186180114746,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,28.117414474487305 +1976,37,1,all,21-24 yrs,581,431595,22.459211349487305,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,134.616943359375 +1976,37,1,MVA,21-24 yrs,190,431595,22.459211349487305,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,44.02275466918945 +1976,37,1,suicide,21-24 yrs,56,431595,22.459211349487305,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,12.975127220153809 +1976,37,1,homicide,21-24 yrs,83,431595,22.459211349487305,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,19.23099136352539 +1976,37,1,other external,21-24 yrs,112,431595,22.459211349487305,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,25.950254440307617 +1976,37,1,internal,21-24 yrs,140,431595,22.459211349487305,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,32.43781661987305 +1977,37,1,MVA,15-17 yrs,118,329670,16.000085830688477,0,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,35.79336929321289 +1977,37,1,suicide,15-17 yrs,17,329670,16.000085830688477,0,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,5.15667200088501 +1977,37,1,homicide,15-17 yrs,17,329670,16.000085830688477,0,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,5.15667200088501 +1977,37,1,other external,15-17 yrs,55,329670,16.000085830688477,0,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,16.683349609375 +1977,37,1,internal,15-17 yrs,71,329670,16.000085830688477,0,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,21.53668785095215 +1977,37,1,all,18-20 yrs,454,361820,19.01980209350586,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,125.47675323486328 +1977,37,1,MVA,18-20 yrs,197,361820,19.01980209350586,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,54.446964263916016 +1977,37,1,suicide,18-20 yrs,47,361820,19.01980209350586,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,12.989884376525879 +1977,37,1,homicide,18-20 yrs,44,361820,19.01980209350586,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,12.16074275970459 +1977,37,1,other external,18-20 yrs,91,361820,19.01980209350586,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,25.15062713623047 +1977,37,1,internal,18-20 yrs,75,361820,19.01980209350586,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,20.728538513183594 +1977,37,1,all,21-24 yrs,591,437893,22.453514099121094,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,134.9644775390625 +1977,37,1,MVA,21-24 yrs,209,437893,22.453514099121094,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,47.728553771972656 +1977,37,1,suicide,21-24 yrs,66,437893,22.453514099121094,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,15.072175025939941 +1977,37,1,homicide,21-24 yrs,87,437893,22.453514099121094,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,19.86786651611328 +1977,37,1,other external,21-24 yrs,85,437893,22.453514099121094,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,19.411134719848633 +1977,37,1,internal,21-24 yrs,144,437893,22.453514099121094,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,32.88474655151367 +1978,37,1,MVA,15-17 yrs,131,329381,16.002368927001953,0,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,39.77157211303711 +1978,37,1,suicide,15-17 yrs,16,329381,16.002368927001953,0,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,4.857596397399902 +1978,37,1,homicide,15-17 yrs,9,329381,16.002368927001953,0,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,2.73239803314209 +1978,37,1,other external,15-17 yrs,68,329381,16.002368927001953,0,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,20.644784927368164 +1978,37,1,internal,15-17 yrs,60,329381,16.002368927001953,0,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,18.215986251831055 +1978,37,1,all,18-20 yrs,468,363652,19.01510238647461,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,128.69447326660156 +1978,37,1,MVA,18-20 yrs,233,363652,19.01510238647461,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,64.0722427368164 +1978,37,1,suicide,18-20 yrs,31,363652,19.01510238647461,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,8.524633407592773 +1978,37,1,homicide,18-20 yrs,45,363652,19.01510238647461,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,12.374467849731445 +1978,37,1,other external,18-20 yrs,80,363652,19.01510238647461,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,21.999053955078125 +1978,37,1,internal,18-20 yrs,79,363652,19.01510238647461,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,21.72406578063965 +1978,37,1,all,21-24 yrs,564,446652,22.4483699798584,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,126.2728042602539 +1978,37,1,MVA,21-24 yrs,194,446652,22.4483699798584,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,43.434261322021484 +1978,37,1,suicide,21-24 yrs,55,446652,22.4483699798584,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,12.313837051391602 +1978,37,1,homicide,21-24 yrs,107,446652,22.4483699798584,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,23.956010818481445 +1978,37,1,other external,21-24 yrs,86,446652,22.4483699798584,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,19.254364013671875 +1978,37,1,internal,21-24 yrs,122,446652,22.4483699798584,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,27.314329147338867 +1979,37,1,MVA,15-17 yrs,124,327926,16.004587173461914,0,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,37.81340789794922 +1979,37,1,suicide,15-17 yrs,22,327926,16.004587173461914,0,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,6.708830833435059 +1979,37,1,homicide,15-17 yrs,14,327926,16.004587173461914,0,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,4.269255638122559 +1979,37,1,other external,15-17 yrs,57,327926,16.004587173461914,0,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,17.381969451904297 +1979,37,1,internal,15-17 yrs,59,327926,16.004587173461914,0,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,17.991863250732422 +1979,37,1,all,18-20 yrs,442,364561,19.014732360839844,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,121.24171447753906 +1979,37,1,MVA,18-20 yrs,211,364561,19.014732360839844,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,57.877830505371094 +1979,37,1,suicide,18-20 yrs,36,364561,19.014732360839844,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,9.874890327453613 +1979,37,1,homicide,18-20 yrs,48,364561,19.014732360839844,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,13.166521072387695 +1979,37,1,other external,18-20 yrs,76,364561,19.014732360839844,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,20.84699058532715 +1979,37,1,internal,18-20 yrs,71,364561,19.014732360839844,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,19.475479125976562 +1979,37,1,all,21-24 yrs,586,449051,22.451929092407227,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,130.49742126464844 +1979,37,1,MVA,21-24 yrs,230,449051,22.451929092407227,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,51.2191276550293 +1979,37,1,suicide,21-24 yrs,61,449051,22.451929092407227,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,13.584202766418457 +1979,37,1,homicide,21-24 yrs,72,449051,22.451929092407227,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,16.0338134765625 +1979,37,1,other external,21-24 yrs,93,449051,22.451929092407227,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,20.710342407226562 +1979,37,1,internal,21-24 yrs,130,449051,22.451929092407227,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,28.949941635131836 +1980,37,1,MVA,15-17 yrs,135,321935,16.017351150512695,0,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,41.933929443359375 +1980,37,1,suicide,15-17 yrs,23,321935,16.017351150512695,0,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,7.144299507141113 +1980,37,1,homicide,15-17 yrs,12,321935,16.017351150512695,0,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,3.7274606227874756 +1980,37,1,other external,15-17 yrs,49,321935,16.017351150512695,0,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,15.220463752746582 +1980,37,1,internal,15-17 yrs,75,321935,16.017351150512695,0,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,23.296628952026367 +1980,37,1,all,18-20 yrs,477,366378,19.025978088378906,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,130.1934051513672 +1980,37,1,MVA,18-20 yrs,225,366378,19.025978088378906,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,61.411983489990234 +1980,37,1,suicide,18-20 yrs,48,366378,19.025978088378906,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,13.10122299194336 +1980,37,1,homicide,18-20 yrs,47,366378,19.025978088378906,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,12.82828140258789 +1980,37,1,other external,18-20 yrs,77,366378,19.025978088378906,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,21.01654624938965 +1980,37,1,internal,18-20 yrs,80,366378,19.025978088378906,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,21.835372924804688 +1980,37,1,all,21-24 yrs,606,459008,22.455810546875,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,132.0238494873047 +1980,37,1,MVA,21-24 yrs,223,459008,22.455810546875,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,48.583030700683594 +1980,37,1,suicide,21-24 yrs,61,459008,22.455810546875,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,13.289528846740723 +1980,37,1,homicide,21-24 yrs,83,459008,22.455810546875,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,18.082473754882812 +1980,37,1,other external,21-24 yrs,109,459008,22.455810546875,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,23.746862411499023 +1980,37,1,internal,21-24 yrs,130,459008,22.455810546875,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,28.32194709777832 +1981,37,1,MVA,15-17 yrs,117,310786,16.03426170349121,0,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,37.646484375 +1981,37,1,suicide,15-17 yrs,22,310786,16.03426170349121,0,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,7.078825950622559 +1981,37,1,homicide,15-17 yrs,16,310786,16.03426170349121,0,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,5.148237228393555 +1981,37,1,other external,15-17 yrs,39,310786,16.03426170349121,0,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,12.548828125 +1981,37,1,internal,15-17 yrs,63,310786,16.03426170349121,0,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,20.271183013916016 +1981,37,1,all,18-20 yrs,432,359303,19.04633331298828,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,120.23278045654297 +1981,37,1,MVA,18-20 yrs,206,359303,19.04633331298828,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,57.33322525024414 +1981,37,1,suicide,18-20 yrs,40,359303,19.04633331298828,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,11.132665634155273 +1981,37,1,homicide,18-20 yrs,36,359303,19.04633331298828,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,10.01939868927002 +1981,37,1,other external,18-20 yrs,59,359303,19.04633331298828,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,16.42068099975586 +1981,37,1,internal,18-20 yrs,91,359303,19.04633331298828,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,25.326812744140625 +1981,37,1,all,21-24 yrs,550,474301,22.46593475341797,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,115.96012115478516 +1981,37,1,MVA,21-24 yrs,235,474301,22.46593475341797,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,49.54659652709961 +1981,37,1,suicide,21-24 yrs,62,474301,22.46593475341797,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,13.071867942810059 +1981,37,1,homicide,21-24 yrs,84,474301,22.46593475341797,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,17.71027183532715 +1981,37,1,other external,21-24 yrs,66,474301,22.46593475341797,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,13.915214538574219 +1981,37,1,internal,21-24 yrs,103,474301,22.46593475341797,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,21.716167449951172 +1982,37,1,MVA,15-17 yrs,100,299706,16.025941848754883,0,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,33.366031646728516 +1982,37,1,suicide,15-17 yrs,29,299706,16.025941848754883,0,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,9.676149368286133 +1982,37,1,homicide,15-17 yrs,24,299706,16.025941848754883,0,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,8.007847785949707 +1982,37,1,other external,15-17 yrs,29,299706,16.025941848754883,0,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,9.676149368286133 +1982,37,1,internal,15-17 yrs,48,299706,16.025941848754883,0,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,16.015695571899414 +1982,37,1,all,18-20 yrs,381,349426,19.036170959472656,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,109.03596496582031 +1982,37,1,MVA,18-20 yrs,173,349426,19.036170959472656,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,49.509765625 +1982,37,1,suicide,18-20 yrs,45,349426,19.036170959472656,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,12.878263473510742 +1982,37,1,homicide,18-20 yrs,39,349426,19.036170959472656,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,11.161161422729492 +1982,37,1,other external,18-20 yrs,48,349426,19.036170959472656,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,13.736814498901367 +1982,37,1,internal,18-20 yrs,76,349426,19.036170959472656,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,21.749956130981445 +1982,37,1,all,21-24 yrs,501,485124,22.473342895507812,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,103.27256774902344 +1982,37,1,MVA,21-24 yrs,185,485124,22.473342895507812,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,38.134578704833984 +1982,37,1,suicide,21-24 yrs,74,485124,22.473342895507812,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,15.25383186340332 +1982,37,1,homicide,21-24 yrs,66,485124,22.473342895507812,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,13.604768753051758 +1982,37,1,other external,21-24 yrs,74,485124,22.473342895507812,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,15.25383186340332 +1982,37,1,internal,21-24 yrs,102,485124,22.473342895507812,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,21.02555274963379 +1983,37,0.9221815466880798,MVA,15-17 yrs,111,291550,16.011484146118164,0,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,38.07237243652344 +1983,37,0.9221815466880798,suicide,15-17 yrs,11,291550,16.011484146118164,0,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,3.772937774658203 +1983,37,0.9221815466880798,homicide,15-17 yrs,6,291550,16.011484146118164,0,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,2.0579659938812256 +1983,37,0.9221815466880798,other external,15-17 yrs,48,291550,16.011484146118164,0,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,16.463727951049805 +1983,37,0.9221815466880798,internal,15-17 yrs,46,291550,16.011484146118164,0,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,15.777739524841309 +1983,37,0.9221815466880798,all,18-20 yrs,320,342898,19.037797927856445,0.9221815466880798,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,93.32221221923828 +1983,37,0.9221815466880798,MVA,18-20 yrs,160,342898,19.037797927856445,0.9221815466880798,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,46.66110610961914 +1983,37,0.9221815466880798,suicide,18-20 yrs,26,342898,19.037797927856445,0.9221815466880798,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,7.582429885864258 +1983,37,0.9221815466880798,homicide,18-20 yrs,39,342898,19.037797927856445,0.9221815466880798,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,11.373644828796387 +1983,37,0.9221815466880798,other external,18-20 yrs,38,342898,19.037797927856445,0.9221815466880798,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,11.082013130187988 +1983,37,0.9221815466880798,internal,18-20 yrs,57,342898,19.037797927856445,0.9221815466880798,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,16.623018264770508 +1983,37,0.9221815466880798,all,21-24 yrs,484,488957,22.498249053955078,1,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,98.9862060546875 +1983,37,0.9221815466880798,MVA,21-24 yrs,176,488957,22.498249053955078,1,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,35.9949836730957 +1983,37,0.9221815466880798,suicide,21-24 yrs,74,488957,22.498249053955078,1,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,15.134255409240723 +1983,37,0.9221815466880798,homicide,21-24 yrs,56,488957,22.498249053955078,1,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,11.452949523925781 +1983,37,0.9221815466880798,other external,21-24 yrs,73,488957,22.498249053955078,1,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,14.92973804473877 +1983,37,0.9221815466880798,internal,21-24 yrs,105,488957,22.498249053955078,1,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,21.474281311035156 +1984,37,0.6991451978683472,MVA,15-17 yrs,101,291749,16.002107620239258,0,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,34.618797302246094 +1984,37,0.6991451978683472,suicide,15-17 yrs,22,291749,16.002107620239258,0,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,7.540728569030762 +1984,37,0.6991451978683472,homicide,15-17 yrs,12,291749,16.002107620239258,0,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,4.113124847412109 +1984,37,0.6991451978683472,other external,15-17 yrs,39,291749,16.002107620239258,0,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,13.367654800415039 +1984,37,0.6991451978683472,internal,15-17 yrs,50,291749,16.002107620239258,0,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,17.138019561767578 +1984,37,0.6991451978683472,all,18-20 yrs,316,336797,19.05579948425293,0.6991451978683472,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,93.82506561279297 +1984,37,0.6991451978683472,MVA,18-20 yrs,147,336797,19.05579948425293,0.6991451978683472,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,43.64646911621094 +1984,37,0.6991451978683472,suicide,18-20 yrs,44,336797,19.05579948425293,0.6991451978683472,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,13.064249038696289 +1984,37,0.6991451978683472,homicide,18-20 yrs,23,336797,19.05579948425293,0.6991451978683472,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,6.829039573669434 +1984,37,0.6991451978683472,other external,18-20 yrs,39,336797,19.05579948425293,0.6991451978683472,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,11.579675674438477 +1984,37,0.6991451978683472,internal,18-20 yrs,63,336797,19.05579948425293,0.6991451978683472,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,18.705629348754883 +1984,37,0.6991451978683472,all,21-24 yrs,551,486533,22.520008087158203,1,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,113.25028228759766 +1984,37,0.6991451978683472,MVA,21-24 yrs,222,486533,22.520008087158203,1,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,45.628971099853516 +1984,37,0.6991451978683472,suicide,21-24 yrs,63,486533,22.520008087158203,1,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,12.948761940002441 +1984,37,0.6991451978683472,homicide,21-24 yrs,71,486533,22.520008087158203,1,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,14.593049049377441 +1984,37,0.6991451978683472,other external,21-24 yrs,86,486533,22.520008087158203,1,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,17.676088333129883 +1984,37,0.6991451978683472,internal,21-24 yrs,109,486533,22.520008087158203,1,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,22.403413772583008 +1985,37,0.6938849091529846,MVA,15-17 yrs,104,296155,15.991754531860352,0,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,35.11674499511719 +1985,37,0.6938849091529846,suicide,15-17 yrs,28,296155,15.991754531860352,0,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,9.454508781433105 +1985,37,0.6938849091529846,homicide,15-17 yrs,14,296155,15.991754531860352,0,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,4.727254390716553 +1985,37,0.6938849091529846,other external,15-17 yrs,32,296155,15.991754531860352,0,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,10.805152893066406 +1985,37,0.6938849091529846,internal,15-17 yrs,45,296155,15.991754531860352,0,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,15.194746017456055 +1985,37,0.6938849091529846,all,18-20 yrs,380,330281,19.050390243530273,0.6938849091529846,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,115.05354309082031 +1985,37,0.6938849091529846,MVA,18-20 yrs,178,330281,19.050390243530273,0.6938849091529846,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,53.89350128173828 +1985,37,0.6938849091529846,suicide,18-20 yrs,36,330281,19.050390243530273,0.6938849091529846,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,10.899809837341309 +1985,37,0.6938849091529846,homicide,18-20 yrs,30,330281,19.050390243530273,0.6938849091529846,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,9.083174705505371 +1985,37,0.6938849091529846,other external,18-20 yrs,64,330281,19.050390243530273,0.6938849091529846,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,19.377439498901367 +1985,37,0.6938849091529846,internal,18-20 yrs,72,330281,19.050390243530273,0.6938849091529846,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,21.799619674682617 +1985,37,0.6938849091529846,all,21-24 yrs,567,482566,22.520814895629883,1,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,117.49687957763672 +1985,37,0.6938849091529846,MVA,21-24 yrs,247,482566,22.520814895629883,1,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,51.18470764160156 +1985,37,0.6938849091529846,suicide,21-24 yrs,64,482566,22.520814895629883,1,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,13.262434959411621 +1985,37,0.6938849091529846,homicide,21-24 yrs,69,482566,22.520814895629883,1,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,14.298562049865723 +1985,37,0.6938849091529846,other external,21-24 yrs,85,482566,22.520814895629883,1,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,17.61417007446289 +1985,37,0.6938849091529846,internal,21-24 yrs,102,482566,22.520814895629883,1,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,21.137004852294922 +1986,37,0.45934799313545227,MVA,15-17 yrs,121,304127,15.988846778869629,0,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,39.7860107421875 +1986,37,0.45934799313545227,suicide,15-17 yrs,23,304127,15.988846778869629,0,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,7.5626301765441895 +1986,37,0.45934799313545227,homicide,15-17 yrs,10,304127,15.988846778869629,0,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,3.288100004196167 +1986,37,0.45934799313545227,other external,15-17 yrs,27,304127,15.988846778869629,0,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,8.877870559692383 +1986,37,0.45934799313545227,internal,15-17 yrs,57,304127,15.988846778869629,0,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,18.742170333862305 +1986,37,0.45934799313545227,all,18-20 yrs,369,323627,19.03837776184082,0.45934799313545227,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,114.02014923095703 +1986,37,0.45934799313545227,MVA,18-20 yrs,181,323627,19.03837776184082,0.45934799313545227,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,55.928585052490234 +1986,37,0.45934799313545227,suicide,18-20 yrs,43,323627,19.03837776184082,0.45934799313545227,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,13.286901473999023 +1986,37,0.45934799313545227,homicide,18-20 yrs,36,323627,19.03837776184082,0.45934799313545227,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,11.123917579650879 +1986,37,0.45934799313545227,other external,18-20 yrs,57,323627,19.03837776184082,0.45934799313545227,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,17.612869262695312 +1986,37,0.45934799313545227,internal,18-20 yrs,52,323627,19.03837776184082,0.45934799313545227,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,16.067880630493164 +1986,37,0.45934799313545227,all,21-24 yrs,567,468446,22.51096534729004,1,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,121.03849792480469 +1986,37,0.45934799313545227,MVA,21-24 yrs,242,468446,22.51096534729004,1,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,51.66017150878906 +1986,37,0.45934799313545227,suicide,21-24 yrs,51,468446,22.51096534729004,1,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,10.887060165405273 +1986,37,0.45934799313545227,homicide,21-24 yrs,89,468446,22.51096534729004,1,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,18.998987197875977 +1986,37,0.45934799313545227,other external,21-24 yrs,69,468446,22.51096534729004,1,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,14.729552268981934 +1986,37,0.45934799313545227,internal,21-24 yrs,116,468446,22.51096534729004,1,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,24.762725830078125 +1987,37,0,MVA,15-17 yrs,129,302886,16.023202896118164,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,42.59028244018555 +1987,37,0,suicide,15-17 yrs,23,302886,16.023202896118164,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,7.593616008758545 +1987,37,0,homicide,15-17 yrs,13,302886,16.023202896118164,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,4.292043685913086 +1987,37,0,other external,15-17 yrs,21,302886,16.023202896118164,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,6.9333014488220215 +1987,37,0,internal,15-17 yrs,46,302886,16.023202896118164,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,15.18723201751709 +1987,37,0,all,18-20 yrs,337,326731,19.028987884521484,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,103.14295196533203 +1987,37,0,MVA,18-20 yrs,166,326731,19.028987884521484,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,50.80632019042969 +1987,37,0,suicide,18-20 yrs,34,326731,19.028987884521484,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,10.406113624572754 +1987,37,0,homicide,18-20 yrs,42,326731,19.028987884521484,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,12.85461139678955 +1987,37,0,other external,18-20 yrs,39,326731,19.028987884521484,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,11.93642520904541 +1987,37,0,internal,18-20 yrs,56,326731,19.028987884521484,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,17.139482498168945 +1987,37,0,all,21-24 yrs,529,456424,22.5142879486084,1,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,115.9010009765625 +1987,37,0,MVA,21-24 yrs,230,456424,22.5142879486084,1,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,50.39174270629883 +1987,37,0,suicide,21-24 yrs,65,456424,22.5142879486084,1,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,14.241144180297852 +1987,37,0,homicide,21-24 yrs,72,456424,22.5142879486084,1,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,15.774806022644043 +1987,37,0,other external,21-24 yrs,62,456424,22.5142879486084,1,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,13.583860397338867 +1987,37,0,internal,21-24 yrs,100,456424,22.5142879486084,1,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,21.909452438354492 +1988,37,0,MVA,15-17 yrs,102,293967,16.05336570739746,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,34.69777297973633 +1988,37,0,suicide,15-17 yrs,17,293967,16.05336570739746,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,5.782961845397949 +1988,37,0,homicide,15-17 yrs,14,293967,16.05336570739746,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,4.762439250946045 +1988,37,0,other external,15-17 yrs,41,293967,16.05336570739746,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,13.9471435546875 +1988,37,0,internal,15-17 yrs,43,293967,16.05336570739746,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,14.62749195098877 +1988,37,0,all,18-20 yrs,327,333803,19.018436431884766,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,97.96197509765625 +1988,37,0,MVA,18-20 yrs,180,333803,19.018436431884766,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,53.92402267456055 +1988,37,0,suicide,18-20 yrs,29,333803,19.018436431884766,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,8.6877593994140625 +1988,37,0,homicide,18-20 yrs,33,333803,19.018436431884766,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,9.886070251464844 +1988,37,0,other external,18-20 yrs,31,333803,19.018436431884766,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,9.286914825439453 +1988,37,0,internal,18-20 yrs,54,333803,19.018436431884766,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,16.17720603942871 +1988,37,0,all,21-24 yrs,493,446245,22.5148868560791,1,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,110.47742462158203 +1988,37,0,MVA,21-24 yrs,190,446245,22.5148868560791,1,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,42.57750701904297 +1988,37,0,suicide,21-24 yrs,49,446245,22.5148868560791,1,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,10.980515480041504 +1988,37,0,homicide,21-24 yrs,54,446245,22.5148868560791,1,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,12.10097599029541 +1988,37,0,other external,21-24 yrs,76,446245,22.5148868560791,1,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,17.031003952026367 +1988,37,0,internal,21-24 yrs,124,446245,22.5148868560791,1,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,27.787425994873047 +1989,37,0,MVA,15-17 yrs,86,278405,16.040462493896484,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,30.890249252319336 +1989,37,0,suicide,15-17 yrs,21,278405,16.040462493896484,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,7.542967796325684 +1989,37,0,homicide,15-17 yrs,25,278405,16.040462493896484,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,8.979723930358887 +1989,37,0,other external,15-17 yrs,25,278405,16.040462493896484,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,8.979723930358887 +1989,37,0,internal,15-17 yrs,41,278405,16.040462493896484,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,14.726746559143066 +1989,37,0,all,18-20 yrs,354,346045,19.01780128479004,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,102.29883575439453 +1989,37,0,MVA,18-20 yrs,167,346045,19.01780128479004,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,48.259620666503906 +1989,37,0,suicide,18-20 yrs,48,346045,19.01780128479004,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,13.871027946472168 +1989,37,0,homicide,18-20 yrs,34,346045,19.01780128479004,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,9.825311660766602 +1989,37,0,other external,18-20 yrs,36,346045,19.01780128479004,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,10.403271675109863 +1989,37,0,internal,18-20 yrs,69,346045,19.01780128479004,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,19.939603805541992 +1989,37,0,all,21-24 yrs,508,437833,22.495567321777344,1,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,116.02597045898438 +1989,37,0,MVA,21-24 yrs,190,437833,22.495567321777344,1,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,43.39554214477539 +1989,37,0,suicide,21-24 yrs,66,437833,22.495567321777344,1,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,15.074240684509277 +1989,37,0,homicide,21-24 yrs,94,437833,22.495567321777344,1,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,21.46937370300293 +1989,37,0,other external,21-24 yrs,50,437833,22.495567321777344,1,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,11.419878959655762 +1989,37,0,internal,21-24 yrs,108,437833,22.495567321777344,1,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,24.66693878173828 +1990,37,0,MVA,15-17 yrs,93,271641,16.01762580871582,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,34.23636245727539 +1990,37,0,suicide,15-17 yrs,31,271641,16.01762580871582,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,11.412120819091797 +1990,37,0,homicide,15-17 yrs,30,271641,16.01762580871582,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,11.043988227844238 +1990,37,0,other external,15-17 yrs,22,271641,16.01762580871582,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,8.09892463684082 +1990,37,0,internal,15-17 yrs,39,271641,16.01762580871582,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,14.357184410095215 +1990,37,0,all,18-20 yrs,373,349081,19.056087493896484,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,106.85198974609375 +1990,37,0,MVA,18-20 yrs,156,349081,19.056087493896484,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,44.68877029418945 +1990,37,0,suicide,18-20 yrs,40,349081,19.056087493896484,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,11.458658218383789 +1990,37,0,homicide,18-20 yrs,64,349081,19.056087493896484,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,18.33385467529297 +1990,37,0,other external,18-20 yrs,48,349081,19.056087493896484,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,13.75039005279541 +1990,37,0,internal,18-20 yrs,65,349081,19.056087493896484,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,18.620319366455078 +1990,37,0,all,21-24 yrs,506,436495,22.464252471923828,1,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,115.9234390258789 +1990,37,0,MVA,21-24 yrs,151,436495,22.464252471923828,1,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,34.593753814697266 +1990,37,0,suicide,21-24 yrs,74,436495,22.464252471923828,1,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,16.953229904174805 +1990,37,0,homicide,21-24 yrs,92,436495,22.464252471923828,1,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,21.076988220214844 +1990,37,0,other external,21-24 yrs,51,436495,22.464252471923828,1,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,11.683982849121094 +1990,37,0,internal,21-24 yrs,138,436495,22.464252471923828,1,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,31.615482330322266 +1991,37,0,MVA,15-17 yrs,90,267195,16.01874351501465,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,33.683265686035156 +1991,37,0,suicide,15-17 yrs,23,267195,16.01874351501465,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,8.607945442199707 +1991,37,0,homicide,15-17 yrs,40,267195,16.01874351501465,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,14.97033977508545 +1991,37,0,other external,15-17 yrs,24,267195,16.01874351501465,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,8.98220443725586 +1991,37,0,internal,15-17 yrs,39,267195,16.01874351501465,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,14.596081733703613 +1991,37,0,all,18-20 yrs,360,328162,19.08997344970703,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,109.70191192626953 +1991,37,0,MVA,18-20 yrs,126,328162,19.08997344970703,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,38.39567184448242 +1991,37,0,suicide,18-20 yrs,45,328162,19.08997344970703,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,13.712738990783691 +1991,37,0,homicide,18-20 yrs,91,328162,19.08997344970703,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,27.730205535888672 +1991,37,0,other external,18-20 yrs,36,328162,19.08997344970703,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,10.970191955566406 +1991,37,0,internal,18-20 yrs,62,328162,19.08997344970703,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,18.893108367919922 +1991,37,0,all,21-24 yrs,489,448854,22.44797134399414,1,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,108.9441146850586 +1991,37,0,MVA,21-24 yrs,147,448854,22.44797134399414,1,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,32.75006866455078 +1991,37,0,suicide,21-24 yrs,56,448854,22.44797134399414,1,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,12.476217269897461 +1991,37,0,homicide,21-24 yrs,135,448854,22.44797134399414,1,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,30.076595306396484 +1991,37,0,other external,21-24 yrs,39,448854,22.44797134399414,1,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,8.688794136047363 +1991,37,0,internal,21-24 yrs,112,448854,22.44797134399414,1,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,24.952434539794922 +1992,37,0,MVA,15-17 yrs,91,271130,16.003448486328125,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,33.563236236572266 +1992,37,0,suicide,15-17 yrs,28,271130,16.003448486328125,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,10.327149391174316 +1992,37,0,homicide,15-17 yrs,32,271130,16.003448486328125,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,11.802456855773926 +1992,37,0,other external,15-17 yrs,25,271130,16.003448486328125,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,9.22066879272461 +1992,37,0,internal,15-17 yrs,40,271130,16.003448486328125,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,14.753070831298828 +1992,37,0,all,18-20 yrs,334,303342,19.067594528198242,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,110.10674285888672 +1992,37,0,MVA,18-20 yrs,125,303342,19.067594528198242,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,41.20761489868164 +1992,37,0,suicide,18-20 yrs,39,303342,19.067594528198242,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,12.856775283813477 +1992,37,0,homicide,18-20 yrs,78,303342,19.067594528198242,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,25.713550567626953 +1992,37,0,other external,18-20 yrs,31,303342,19.067594528198242,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,10.219488143920898 +1992,37,0,internal,18-20 yrs,61,303342,19.067594528198242,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,20.109315872192383 +1992,37,0,all,21-24 yrs,491,459245,22.45246124267578,1,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,106.91461181640625 +1992,37,0,MVA,21-24 yrs,151,459245,22.45246124267578,1,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,32.88005447387695 +1992,37,0,suicide,21-24 yrs,65,459245,22.45246124267578,1,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,14.153665542602539 +1992,37,0,homicide,21-24 yrs,112,459245,22.45246124267578,1,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,24.387853622436523 +1992,37,0,other external,21-24 yrs,46,459245,22.45246124267578,1,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,10.016440391540527 +1992,37,0,internal,21-24 yrs,117,459245,22.45246124267578,1,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,25.47659683227539 +1993,37,0,MVA,15-17 yrs,84,275840,15.989051818847656,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,30.452436447143555 +1993,37,0,suicide,15-17 yrs,25,275840,15.989051818847656,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,9.063224792480469 +1993,37,0,homicide,15-17 yrs,36,275840,15.989051818847656,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,13.051044464111328 +1993,37,0,other external,15-17 yrs,35,275840,15.989051818847656,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,12.688514709472656 +1993,37,0,internal,15-17 yrs,44,275840,15.989051818847656,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,15.951275825500488 +1993,37,0,all,18-20 yrs,347,293241,19.033357620239258,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,118.33270263671875 +1993,37,0,MVA,18-20 yrs,137,293241,19.033357620239258,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,46.7192497253418 +1993,37,0,suicide,18-20 yrs,41,293241,19.033357620239258,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,13.981674194335938 +1993,37,0,homicide,18-20 yrs,81,293241,19.033357620239258,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,27.622331619262695 +1993,37,0,other external,18-20 yrs,38,293241,19.033357620239258,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,12.958624839782715 +1993,37,0,internal,18-20 yrs,50,293241,19.033357620239258,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,17.05082130432129 +1993,37,0,all,21-24 yrs,517,458596,22.509260177612305,1,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,112.73538970947266 +1993,37,0,MVA,21-24 yrs,174,458596,22.509260177612305,1,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,37.941890716552734 +1993,37,0,suicide,21-24 yrs,57,458596,22.509260177612305,1,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,12.429240226745605 +1993,37,0,homicide,21-24 yrs,123,458596,22.509260177612305,1,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,26.820993423461914 +1993,37,0,other external,21-24 yrs,52,458596,22.509260177612305,1,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,11.338955879211426 +1993,37,0,internal,21-24 yrs,111,458596,22.509260177612305,1,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,24.20431137084961 +1994,37,0,MVA,15-17 yrs,88,284564,15.99604320526123,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,30.924501419067383 +1994,37,0,suicide,15-17 yrs,35,284564,15.99604320526123,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,12.299517631530762 +1994,37,0,homicide,15-17 yrs,35,284564,15.99604320526123,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,12.299517631530762 +1994,37,0,other external,15-17 yrs,24,284564,15.99604320526123,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,8.433955192565918 +1994,37,0,internal,15-17 yrs,42,284564,15.99604320526123,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,14.759421348571777 +1994,37,0,all,18-20 yrs,374,289663,19.033296585083008,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,129.1155548095703 +1994,37,0,MVA,18-20 yrs,147,289663,19.033296585083008,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,50.748626708984375 +1994,37,0,suicide,18-20 yrs,55,289663,19.033296585083008,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,18.987581253051758 +1994,37,0,homicide,18-20 yrs,72,289663,19.033296585083008,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,24.85647201538086 +1994,37,0,other external,18-20 yrs,37,289663,19.033296585083008,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,12.77346420288086 +1994,37,0,internal,18-20 yrs,63,289663,19.033296585083008,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,21.749412536621094 +1994,37,0,all,21-24 yrs,554,443115,22.569377899169922,1,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,125.02397918701172 +1994,37,0,MVA,21-24 yrs,162,443115,22.569377899169922,1,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,36.559356689453125 +1994,37,0,suicide,21-24 yrs,80,443115,22.569377899169922,1,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,18.054004669189453 +1994,37,0,homicide,21-24 yrs,134,443115,22.569377899169922,1,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,30.24045753479004 +1994,37,0,other external,21-24 yrs,56,443115,22.569377899169922,1,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,12.637803077697754 +1994,37,0,internal,21-24 yrs,122,443115,22.569377899169922,1,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,27.53235626220703 +1995,37,0,MVA,15-17 yrs,90,292288,15.985151290893555,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,30.791547775268555 +1995,37,0,suicide,15-17 yrs,30,292288,15.985151290893555,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,10.263849258422852 +1995,37,0,homicide,15-17 yrs,30,292288,15.985151290893555,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,10.263849258422852 +1995,37,0,other external,15-17 yrs,23,292288,15.985151290893555,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,7.868951320648193 +1995,37,0,internal,15-17 yrs,43,292288,15.985151290893555,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,14.711517333984375 +1995,37,0,all,18-20 yrs,367,293767,19.023624420166016,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,124.92893981933594 +1995,37,0,MVA,18-20 yrs,136,293767,19.023624420166016,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,46.29519271850586 +1995,37,0,suicide,18-20 yrs,51,293767,19.023624420166016,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,17.36069679260254 +1995,37,0,homicide,18-20 yrs,74,293767,19.023624420166016,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,25.190031051635742 +1995,37,0,other external,18-20 yrs,42,293767,19.023624420166016,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,14.29704475402832 +1995,37,0,internal,18-20 yrs,64,293767,19.023624420166016,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,21.785972595214844 +1995,37,0,all,21-24 yrs,476,423049,22.58163070678711,1,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,112.51651763916016 +1995,37,0,MVA,21-24 yrs,150,423049,22.58163070678711,1,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,35.456886291503906 +1995,37,0,suicide,21-24 yrs,64,423049,22.58163070678711,1,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,15.128271102905273 +1995,37,0,homicide,21-24 yrs,103,423049,22.58163070678711,1,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,24.347061157226562 +1995,37,0,other external,21-24 yrs,36,423049,22.58163070678711,1,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,8.509652137756348 +1995,37,0,internal,21-24 yrs,123,423049,22.58163070678711,1,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,29.07464599609375 +1996,37,0,MVA,15-17 yrs,91,298443,15.990540504455566,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,30.49158477783203 +1996,37,0,suicide,15-17 yrs,28,298443,15.990540504455566,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,9.382025718688965 +1996,37,0,homicide,15-17 yrs,23,298443,15.990540504455566,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,7.706664085388184 +1996,37,0,other external,15-17 yrs,22,298443,15.990540504455566,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,7.371592044830322 +1996,37,0,internal,15-17 yrs,54,298443,15.990540504455566,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,18.093908309936523 +1996,37,0,all,18-20 yrs,331,297182,19.011777877807617,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,111.37956237792969 +1996,37,0,MVA,18-20 yrs,139,297182,19.011777877807617,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,46.77268600463867 +1996,37,0,suicide,18-20 yrs,41,297182,19.011777877807617,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,13.796259880065918 +1996,37,0,homicide,18-20 yrs,73,297182,19.011777877807617,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,24.564071655273438 +1996,37,0,other external,18-20 yrs,33,297182,19.011777877807617,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,11.1043062210083 +1996,37,0,internal,18-20 yrs,45,297182,19.011777877807617,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,15.14223575592041 +1996,37,0,all,21-24 yrs,482,402295,22.53197479248047,1,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,119.81257629394531 +1996,37,0,MVA,21-24 yrs,164,402295,22.53197479248047,1,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,40.76610565185547 +1996,37,0,suicide,21-24 yrs,68,402295,22.53197479248047,1,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,16.903018951416016 +1996,37,0,homicide,21-24 yrs,89,402295,22.53197479248047,1,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,22.123069763183594 +1996,37,0,other external,21-24 yrs,46,402295,22.53197479248047,1,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,11.434394836425781 +1996,37,0,internal,21-24 yrs,115,402295,22.53197479248047,1,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,28.585987091064453 +1970,38,0,MVA,15-17 yrs,13,40489,15.989280700683594,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,32.107486724853516 +1970,38,0,suicide,15-17 yrs,0,40489,15.989280700683594,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,0 +1970,38,0,homicide,15-17 yrs,0,40489,15.989280700683594,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,0 +1970,38,0,other external,15-17 yrs,9,40489,15.989280700683594,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,22.228260040283203 +1970,38,0,internal,15-17 yrs,9,40489,15.989280700683594,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,22.228260040283203 +1970,38,0,all,18-20 yrs,51,35662,18.958078384399414,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,143.00936889648438 +1970,38,0,MVA,18-20 yrs,24,35662,18.958078384399414,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,67.29852294921875 +1970,38,0,suicide,18-20 yrs,6,35662,18.958078384399414,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,16.824630737304688 +1970,38,0,homicide,18-20 yrs,2,35662,18.958078384399414,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,5.608210563659668 +1970,38,0,other external,18-20 yrs,9,35662,18.958078384399414,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,25.23694610595703 +1970,38,0,internal,18-20 yrs,10,35662,18.958078384399414,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,28.041051864624023 +1970,38,0,all,21-24 yrs,47,37439,22.356340408325195,1,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,125.53754425048828 +1970,38,0,MVA,21-24 yrs,25,37439,22.356340408325195,1,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,66.7752914428711 +1970,38,0,suicide,21-24 yrs,1,37439,22.356340408325195,1,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,2.671011447906494 +1970,38,0,homicide,21-24 yrs,0,37439,22.356340408325195,1,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,0 +1970,38,0,other external,21-24 yrs,10,37439,22.356340408325195,1,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,26.710115432739258 +1970,38,0,internal,21-24 yrs,11,37439,22.356340408325195,1,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,29.381126403808594 +1971,38,0,MVA,15-17 yrs,25,41391,15.987533569335938,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,60.39960479736328 +1971,38,0,suicide,15-17 yrs,3,41391,15.987533569335938,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,7.247952461242676 +1971,38,0,homicide,15-17 yrs,1,41391,15.987533569335938,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,2.4159841537475586 +1971,38,0,other external,15-17 yrs,9,41391,15.987533569335938,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,21.74385643005371 +1971,38,0,internal,15-17 yrs,9,41391,15.987533569335938,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,21.74385643005371 +1971,38,0,all,18-20 yrs,51,37520,18.988407135009766,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,135.92750549316406 +1971,38,0,MVA,18-20 yrs,39,37520,18.988407135009766,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,103.94456481933594 +1971,38,0,suicide,18-20 yrs,1,37520,18.988407135009766,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,2.665245294570923 +1971,38,0,homicide,18-20 yrs,1,37520,18.988407135009766,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,2.665245294570923 +1971,38,0,other external,18-20 yrs,5,37520,18.988407135009766,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,13.326226234436035 +1971,38,0,internal,18-20 yrs,5,37520,18.988407135009766,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,13.326226234436035 +1971,38,0,all,21-24 yrs,49,42717,22.457359313964844,1,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,114.70842742919922 +1971,38,0,MVA,21-24 yrs,25,42717,22.457359313964844,1,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,58.52470779418945 +1971,38,0,suicide,21-24 yrs,6,42717,22.457359313964844,1,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,14.045929908752441 +1971,38,0,homicide,21-24 yrs,1,42717,22.457359313964844,1,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,2.3409883975982666 +1971,38,0,other external,21-24 yrs,12,42717,22.457359313964844,1,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,28.091859817504883 +1971,38,0,internal,21-24 yrs,5,42717,22.457359313964844,1,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,11.704941749572754 +1972,38,0,MVA,15-17 yrs,28,41953,15.992801666259766,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,66.7413558959961 +1972,38,0,suicide,15-17 yrs,2,41953,15.992801666259766,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,4.767239570617676 +1972,38,0,homicide,15-17 yrs,2,41953,15.992801666259766,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,4.767239570617676 +1972,38,0,other external,15-17 yrs,8,41953,15.992801666259766,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,19.068958282470703 +1972,38,0,internal,15-17 yrs,6,41953,15.992801666259766,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,14.301718711853027 +1972,38,0,all,18-20 yrs,72,38354,19.002607345581055,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,187.72488403320312 +1972,38,0,MVA,18-20 yrs,30,38354,19.002607345581055,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,78.21869659423828 +1972,38,0,suicide,18-20 yrs,6,38354,19.002607345581055,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,15.643739700317383 +1972,38,0,homicide,18-20 yrs,0,38354,19.002607345581055,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,0 +1972,38,0,other external,18-20 yrs,20,38354,19.002607345581055,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,52.14580154418945 +1972,38,0,internal,18-20 yrs,16,38354,19.002607345581055,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,41.71664047241211 +1972,38,0,all,21-24 yrs,50,44688,22.438753128051758,1,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,111.8868637084961 +1972,38,0,MVA,21-24 yrs,22,44688,22.438753128051758,1,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,49.23021697998047 +1972,38,0,suicide,21-24 yrs,4,44688,22.438753128051758,1,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,8.950948715209961 +1972,38,0,homicide,21-24 yrs,0,44688,22.438753128051758,1,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,0 +1972,38,0,other external,21-24 yrs,14,44688,22.438753128051758,1,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,31.32832145690918 +1972,38,0,internal,21-24 yrs,10,44688,22.438753128051758,1,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,22.37737274169922 +1973,38,0,MVA,15-17 yrs,25,42142,15.994044303894043,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,59.3232421875 +1973,38,0,suicide,15-17 yrs,5,42142,15.994044303894043,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,11.86464786529541 +1973,38,0,homicide,15-17 yrs,1,42142,15.994044303894043,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,2.372929573059082 +1973,38,0,other external,15-17 yrs,12,42142,15.994044303894043,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,28.475154876708984 +1973,38,0,internal,15-17 yrs,11,42142,15.994044303894043,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,26.10222625732422 +1973,38,0,all,18-20 yrs,59,38887,18.9885311126709,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,151.72164916992188 +1973,38,0,MVA,18-20 yrs,29,38887,18.9885311126709,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,74.5750503540039 +1973,38,0,suicide,18-20 yrs,4,38887,18.9885311126709,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,10.286213874816895 +1973,38,0,homicide,18-20 yrs,1,38887,18.9885311126709,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,2.5715534687042236 +1973,38,0,other external,18-20 yrs,11,38887,18.9885311126709,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,28.28708839416504 +1973,38,0,internal,18-20 yrs,14,38887,18.9885311126709,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,36.001747131347656 +1973,38,0,all,21-24 yrs,67,46617,22.43602180480957,1,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,143.72439575195312 +1973,38,0,MVA,21-24 yrs,36,46617,22.43602180480957,1,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,77.22504425048828 +1973,38,0,suicide,21-24 yrs,8,46617,22.43602180480957,1,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,17.161121368408203 +1973,38,0,homicide,21-24 yrs,1,46617,22.43602180480957,1,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,2.1451401710510254 +1973,38,0,other external,21-24 yrs,11,46617,22.43602180480957,1,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,23.596542358398438 +1973,38,0,internal,21-24 yrs,11,46617,22.43602180480957,1,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,23.596542358398438 +1974,38,0,MVA,15-17 yrs,16,42344,15.99666976928711,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,37.7857551574707 +1974,38,0,suicide,15-17 yrs,4,42344,15.99666976928711,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,9.446438789367676 +1974,38,0,homicide,15-17 yrs,0,42344,15.99666976928711,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,0 +1974,38,0,other external,15-17 yrs,11,42344,15.99666976928711,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,25.977706909179688 +1974,38,0,internal,15-17 yrs,10,42344,15.99666976928711,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,23.61609649658203 +1974,38,0,all,18-20 yrs,51,39832,18.992368698120117,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,128.0377655029297 +1974,38,0,MVA,18-20 yrs,23,39832,18.992368698120117,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,57.74251937866211 +1974,38,0,suicide,18-20 yrs,4,39832,18.992368698120117,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,10.042177200317383 +1974,38,0,homicide,18-20 yrs,3,39832,18.992368698120117,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,7.531632900238037 +1974,38,0,other external,18-20 yrs,10,39832,18.992368698120117,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,25.10544204711914 +1974,38,0,internal,18-20 yrs,11,39832,18.992368698120117,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,27.61598777770996 +1974,38,0,all,21-24 yrs,66,47592,22.45127296447754,1,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,138.67877197265625 +1974,38,0,MVA,21-24 yrs,31,47592,22.45127296447754,1,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,65.13700103759766 +1974,38,0,suicide,21-24 yrs,9,47592,22.45127296447754,1,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,18.910741806030273 +1974,38,0,homicide,21-24 yrs,2,47592,22.45127296447754,1,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,4.202386856079102 +1974,38,0,other external,21-24 yrs,16,47592,22.45127296447754,1,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,33.61909484863281 +1974,38,0,internal,21-24 yrs,8,47592,22.45127296447754,1,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,16.809547424316406 +1975,38,0,MVA,15-17 yrs,13,42229,16.00366973876953,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,30.78453254699707 +1975,38,0,suicide,15-17 yrs,3,42229,16.00366973876953,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,7.104122638702393 +1975,38,0,homicide,15-17 yrs,1,42229,16.00366973876953,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,2.3680410385131836 +1975,38,0,other external,15-17 yrs,9,42229,16.00366973876953,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,21.312368392944336 +1975,38,0,internal,15-17 yrs,5,42229,16.00366973876953,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,11.840204238891602 +1975,38,0,all,18-20 yrs,66,40901,19.002029418945312,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,161.36524963378906 +1975,38,0,MVA,18-20 yrs,28,40901,19.002029418945312,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,68.4579849243164 +1975,38,0,suicide,18-20 yrs,7,40901,19.002029418945312,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,17.1144962310791 +1975,38,0,homicide,18-20 yrs,0,40901,19.002029418945312,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,0 +1975,38,0,other external,18-20 yrs,19,40901,19.002029418945312,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,46.45363235473633 +1975,38,0,internal,18-20 yrs,12,40901,19.002029418945312,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,29.339136123657227 +1975,38,0,all,21-24 yrs,60,48822,22.466716766357422,1,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,122.89541625976562 +1975,38,0,MVA,21-24 yrs,24,48822,22.466716766357422,1,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,49.158164978027344 +1975,38,0,suicide,21-24 yrs,5,48822,22.466716766357422,1,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,10.241284370422363 +1975,38,0,homicide,21-24 yrs,1,48822,22.466716766357422,1,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,2.0482568740844727 +1975,38,0,other external,21-24 yrs,14,48822,22.466716766357422,1,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,28.675596237182617 +1975,38,0,internal,21-24 yrs,16,48822,22.466716766357422,1,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,32.77210998535156 +1976,38,0,MVA,15-17 yrs,21,42176,16.00353240966797,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,49.791351318359375 +1976,38,0,suicide,15-17 yrs,6,42176,16.00353240966797,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,14.226099967956543 +1976,38,0,homicide,15-17 yrs,2,42176,16.00353240966797,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,4.7420334815979 +1976,38,0,other external,15-17 yrs,9,42176,16.00353240966797,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,21.339149475097656 +1976,38,0,internal,15-17 yrs,6,42176,16.00353240966797,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,14.226099967956543 +1976,38,0,all,18-20 yrs,49,41990,19.010026931762695,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,116.69445037841797 +1976,38,0,MVA,18-20 yrs,30,41990,19.010026931762695,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,71.4455795288086 +1976,38,0,suicide,18-20 yrs,2,41990,19.010026931762695,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,4.763038635253906 +1976,38,0,homicide,18-20 yrs,1,41990,19.010026931762695,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,2.381519317626953 +1976,38,0,other external,18-20 yrs,9,41990,19.010026931762695,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,21.433673858642578 +1976,38,0,internal,18-20 yrs,7,41990,19.010026931762695,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,16.670635223388672 +1976,38,0,all,21-24 yrs,62,50300,22.46109390258789,1,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,123.26043701171875 +1976,38,0,MVA,21-24 yrs,25,50300,22.46109390258789,1,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,49.70178985595703 +1976,38,0,suicide,21-24 yrs,9,50300,22.46109390258789,1,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,17.89264488220215 +1976,38,0,homicide,21-24 yrs,2,50300,22.46109390258789,1,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,3.9761431217193604 +1976,38,0,other external,21-24 yrs,15,50300,22.46109390258789,1,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,29.821073532104492 +1976,38,0,internal,21-24 yrs,11,50300,22.46109390258789,1,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,21.86878776550293 +1977,38,0,MVA,15-17 yrs,19,41350,16.00957679748535,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,45.949214935302734 +1977,38,0,suicide,15-17 yrs,5,41350,16.00957679748535,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,12.091897964477539 +1977,38,0,homicide,15-17 yrs,0,41350,16.00957679748535,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,0 +1977,38,0,other external,15-17 yrs,11,41350,16.00957679748535,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,26.602176666259766 +1977,38,0,internal,15-17 yrs,7,41350,16.00957679748535,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,16.92865753173828 +1977,38,0,all,18-20 yrs,64,42580,19.01862335205078,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,150.30531311035156 +1977,38,0,MVA,18-20 yrs,36,42580,19.01862335205078,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,84.54673767089844 +1977,38,0,suicide,18-20 yrs,10,42580,19.01862335205078,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,23.485204696655273 +1977,38,0,homicide,18-20 yrs,1,42580,19.01862335205078,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,2.348520517349243 +1977,38,0,other external,18-20 yrs,8,42580,19.01862335205078,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,18.788164138793945 +1977,38,0,internal,18-20 yrs,9,42580,19.01862335205078,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,21.13668441772461 +1977,38,0,all,21-24 yrs,54,51447,22.4415225982666,1,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,104.96238708496094 +1977,38,0,MVA,21-24 yrs,25,51447,22.4415225982666,1,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,48.59369659423828 +1977,38,0,suicide,21-24 yrs,11,51447,22.4415225982666,1,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,21.381227493286133 +1977,38,0,homicide,21-24 yrs,0,51447,22.4415225982666,1,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,0 +1977,38,0,other external,21-24 yrs,13,51447,22.4415225982666,1,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,25.268722534179688 +1977,38,0,internal,21-24 yrs,5,51447,22.4415225982666,1,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,9.71873950958252 +1978,38,0,MVA,15-17 yrs,18,40056,16.02144432067871,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,44.93708801269531 +1978,38,0,suicide,15-17 yrs,3,40056,16.02144432067871,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,7.4895148277282715 +1978,38,0,homicide,15-17 yrs,0,40056,16.02144432067871,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,0 +1978,38,0,other external,15-17 yrs,8,40056,16.02144432067871,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,19.97203826904297 +1978,38,0,internal,15-17 yrs,4,40056,16.02144432067871,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,9.986019134521484 +1978,38,0,all,18-20 yrs,47,42637,19.031381607055664,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,110.23289489746094 +1978,38,0,MVA,18-20 yrs,28,42637,19.031381607055664,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,65.67066192626953 +1978,38,0,suicide,18-20 yrs,3,42637,19.031381607055664,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,7.036142349243164 +1978,38,0,homicide,18-20 yrs,0,42637,19.031381607055664,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,0 +1978,38,0,other external,18-20 yrs,7,42637,19.031381607055664,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,16.417665481567383 +1978,38,0,internal,18-20 yrs,9,42637,19.031381607055664,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,21.108427047729492 +1978,38,0,all,21-24 yrs,76,52856,22.4455509185791,1,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,143.78689575195312 +1978,38,0,MVA,21-24 yrs,33,52856,22.4455509185791,1,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,62.433780670166016 +1978,38,0,suicide,21-24 yrs,8,52856,22.4455509185791,1,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,15.135462760925293 +1978,38,0,homicide,21-24 yrs,2,52856,22.4455509185791,1,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,3.7838656902313232 +1978,38,0,other external,21-24 yrs,17,52856,22.4455509185791,1,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,32.16285705566406 +1978,38,0,internal,21-24 yrs,16,52856,22.4455509185791,1,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,30.270925521850586 +1979,38,0,MVA,15-17 yrs,17,38255,16.02428436279297,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,44.438636779785156 +1979,38,0,suicide,15-17 yrs,2,38255,16.02428436279297,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,5.228074550628662 +1979,38,0,homicide,15-17 yrs,1,38255,16.02428436279297,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,2.614037275314331 +1979,38,0,other external,15-17 yrs,9,38255,16.02428436279297,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,23.526336669921875 +1979,38,0,internal,15-17 yrs,9,38255,16.02428436279297,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,23.526336669921875 +1979,38,0,all,18-20 yrs,55,42512,19.03615379333496,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,129.37522888183594 +1979,38,0,MVA,18-20 yrs,29,42512,19.03615379333496,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,68.216033935546875 +1979,38,0,suicide,18-20 yrs,8,42512,19.03615379333496,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,18.81821632385254 +1979,38,0,homicide,18-20 yrs,1,42512,19.03615379333496,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,2.3522770404815674 +1979,38,0,other external,18-20 yrs,3,42512,19.03615379333496,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,7.056830883026123 +1979,38,0,internal,18-20 yrs,14,42512,19.03615379333496,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,32.93187713623047 +1979,38,0,all,21-24 yrs,49,54129,22.454118728637695,1,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,90.52449035644531 +1979,38,0,MVA,21-24 yrs,18,54129,22.454118728637695,1,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,33.2538948059082 +1979,38,0,suicide,21-24 yrs,15,54129,22.454118728637695,1,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,27.711578369140625 +1979,38,0,homicide,21-24 yrs,1,54129,22.454118728637695,1,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,1.8474385738372803 +1979,38,0,other external,21-24 yrs,5,54129,22.454118728637695,1,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,9.23719310760498 +1979,38,0,internal,21-24 yrs,10,54129,22.454118728637695,1,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,18.47438621520996 +1980,38,0,MVA,15-17 yrs,20,35819,16.031883239746094,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,55.83628845214844 +1980,38,0,suicide,15-17 yrs,1,35819,16.031883239746094,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,2.7918143272399902 +1980,38,0,homicide,15-17 yrs,1,35819,16.031883239746094,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,2.7918143272399902 +1980,38,0,other external,15-17 yrs,5,35819,16.031883239746094,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,13.95907211303711 +1980,38,0,internal,15-17 yrs,9,35819,16.031883239746094,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,25.12632942199707 +1980,38,0,all,18-20 yrs,73,42208,19.03676986694336,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,172.95298767089844 +1980,38,0,MVA,18-20 yrs,34,42208,19.03676986694336,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,80.55345153808594 +1980,38,0,suicide,18-20 yrs,14,42208,19.03676986694336,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,33.1690673828125 +1980,38,0,homicide,18-20 yrs,2,42208,19.03676986694336,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,4.738438129425049 +1980,38,0,other external,18-20 yrs,12,42208,19.03676986694336,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,28.43062973022461 +1980,38,0,internal,18-20 yrs,11,42208,19.03676986694336,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,26.061410903930664 +1980,38,0,all,21-24 yrs,69,54983,22.466835021972656,1,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,125.49333190917969 +1980,38,0,MVA,21-24 yrs,37,54983,22.466835021972656,1,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,67.29352569580078 +1980,38,0,suicide,21-24 yrs,11,54983,22.466835021972656,1,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,20.006183624267578 +1980,38,0,homicide,21-24 yrs,2,54983,22.466835021972656,1,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,3.6374878883361816 +1980,38,0,other external,21-24 yrs,12,54983,22.466835021972656,1,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,21.824928283691406 +1980,38,0,internal,21-24 yrs,7,54983,22.466835021972656,1,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,12.731207847595215 +1981,38,0,MVA,15-17 yrs,16,33934,16.03795623779297,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,47.150352478027344 +1981,38,0,suicide,15-17 yrs,0,33934,16.03795623779297,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,0 +1981,38,0,homicide,15-17 yrs,0,33934,16.03795623779297,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,0 +1981,38,0,other external,15-17 yrs,0,33934,16.03795623779297,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,0 +1981,38,0,internal,15-17 yrs,14,33934,16.03795623779297,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,41.25655746459961 +1981,38,0,all,18-20 yrs,58,40897,19.049636840820312,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,141.81968688964844 +1981,38,0,MVA,18-20 yrs,26,40897,19.049636840820312,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,63.574344635009766 +1981,38,0,suicide,18-20 yrs,10,40897,19.049636840820312,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,24.451671600341797 +1981,38,0,homicide,18-20 yrs,6,40897,19.049636840820312,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,14.671002388000488 +1981,38,0,other external,18-20 yrs,10,40897,19.049636840820312,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,24.451671600341797 +1981,38,0,internal,18-20 yrs,6,40897,19.049636840820312,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,14.671002388000488 +1981,38,0,all,21-24 yrs,80,55723,22.475692749023438,1,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,143.56729125976562 +1981,38,0,MVA,21-24 yrs,34,55723,22.475692749023438,1,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,61.01609802246094 +1981,38,0,suicide,21-24 yrs,6,55723,22.475692749023438,1,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,10.767546653747559 +1981,38,0,homicide,21-24 yrs,2,55723,22.475692749023438,1,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,3.589182138442993 +1981,38,0,other external,21-24 yrs,20,55723,22.475692749023438,1,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,35.891822814941406 +1981,38,0,internal,21-24 yrs,18,55723,22.475692749023438,1,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,32.30263900756836 +1982,38,0,MVA,15-17 yrs,16,32371,16.03200340270996,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,49.42695617675781 +1982,38,0,suicide,15-17 yrs,0,32371,16.03200340270996,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,0 +1982,38,0,homicide,15-17 yrs,0,32371,16.03200340270996,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,0 +1982,38,0,other external,15-17 yrs,6,32371,16.03200340270996,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,18.53510856628418 +1982,38,0,internal,15-17 yrs,4,32371,16.03200340270996,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,12.356739044189453 +1982,38,0,all,18-20 yrs,36,39504,19.045818328857422,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,91.13001251220703 +1982,38,0,MVA,18-20 yrs,18,39504,19.045818328857422,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,45.565006256103516 +1982,38,0,suicide,18-20 yrs,6,39504,19.045818328857422,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,15.188335418701172 +1982,38,0,homicide,18-20 yrs,2,39504,19.045818328857422,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,5.062778472900391 +1982,38,0,other external,18-20 yrs,6,39504,19.045818328857422,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,15.188335418701172 +1982,38,0,internal,18-20 yrs,4,39504,19.045818328857422,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,10.125556945800781 +1982,38,0,all,21-24 yrs,66,56531,22.48249626159668,1,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,116.7500991821289 +1982,38,0,MVA,21-24 yrs,36,56531,22.48249626159668,1,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,63.6818733215332 +1982,38,0,suicide,21-24 yrs,10,56531,22.48249626159668,1,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,17.689409255981445 +1982,38,0,homicide,21-24 yrs,0,56531,22.48249626159668,1,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,0 +1982,38,0,other external,21-24 yrs,14,56531,22.48249626159668,1,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,24.765172958374023 +1982,38,0,internal,21-24 yrs,6,56531,22.48249626159668,1,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,10.613645553588867 +1983,38,0,MVA,15-17 yrs,13,30987,16.023622512817383,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,41.95307540893555 +1983,38,0,suicide,15-17 yrs,4,30987,16.023622512817383,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,12.908638954162598 +1983,38,0,homicide,15-17 yrs,0,30987,16.023622512817383,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,0 +1983,38,0,other external,15-17 yrs,2,30987,16.023622512817383,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,6.454319477081299 +1983,38,0,internal,15-17 yrs,9,30987,16.023622512817383,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,29.044437408447266 +1983,38,0,all,18-20 yrs,32,38237,19.052722930908203,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,83.6885757446289 +1983,38,0,MVA,18-20 yrs,11,38237,19.052722930908203,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,28.767948150634766 +1983,38,0,suicide,18-20 yrs,4,38237,19.052722930908203,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,10.461071968078613 +1983,38,0,homicide,18-20 yrs,1,38237,19.052722930908203,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,2.6152679920196533 +1983,38,0,other external,18-20 yrs,9,38237,19.052722930908203,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,23.537410736083984 +1983,38,0,internal,18-20 yrs,7,38237,19.052722930908203,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,18.306875228881836 +1983,38,0,all,21-24 yrs,69,55852,22.502721786499023,1,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,123.54078674316406 +1983,38,0,MVA,21-24 yrs,28,55852,22.502721786499023,1,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,50.13249206542969 +1983,38,0,suicide,21-24 yrs,8,55852,22.502721786499023,1,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,14.323569297790527 +1983,38,0,homicide,21-24 yrs,4,55852,22.502721786499023,1,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,7.161784648895264 +1983,38,0,other external,21-24 yrs,16,55852,22.502721786499023,1,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,28.647138595581055 +1983,38,0,internal,21-24 yrs,13,55852,22.502721786499023,1,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,23.275800704956055 +1984,38,0,MVA,15-17 yrs,7,30541,15.99950885772705,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,22.92000961303711 +1984,38,0,suicide,15-17 yrs,1,30541,15.99950885772705,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,3.274286985397339 +1984,38,0,homicide,15-17 yrs,0,30541,15.99950885772705,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,0 +1984,38,0,other external,15-17 yrs,3,30541,15.99950885772705,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,9.8228607177734375 +1984,38,0,internal,15-17 yrs,4,30541,15.99950885772705,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,13.097147941589355 +1984,38,0,all,18-20 yrs,33,36362,19.06275749206543,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,90.75408172607422 +1984,38,0,MVA,18-20 yrs,17,36362,19.06275749206543,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,46.752105712890625 +1984,38,0,suicide,18-20 yrs,9,36362,19.06275749206543,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,24.751113891601562 +1984,38,0,homicide,18-20 yrs,0,36362,19.06275749206543,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,0 +1984,38,0,other external,18-20 yrs,4,36362,19.06275749206543,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,11.000494956970215 +1984,38,0,internal,18-20 yrs,3,36362,19.06275749206543,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,8.250370979309082 +1984,38,0,all,21-24 yrs,58,54212,22.516748428344727,1,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,106.98738098144531 +1984,38,0,MVA,21-24 yrs,20,54212,22.516748428344727,1,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,36.8922004699707 +1984,38,0,suicide,21-24 yrs,9,54212,22.516748428344727,1,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,16.601490020751953 +1984,38,0,homicide,21-24 yrs,1,54212,22.516748428344727,1,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,1.8446100950241089 +1984,38,0,other external,21-24 yrs,18,54212,22.516748428344727,1,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,33.202980041503906 +1984,38,0,internal,21-24 yrs,10,54212,22.516748428344727,1,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,18.44610023498535 +1985,38,0,MVA,15-17 yrs,8,30464,15.973345756530762,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,26.2605037689209 +1985,38,0,suicide,15-17 yrs,2,30464,15.973345756530762,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,6.565125942230225 +1985,38,0,homicide,15-17 yrs,0,30464,15.973345756530762,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,0 +1985,38,0,other external,15-17 yrs,2,30464,15.973345756530762,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,6.565125942230225 +1985,38,0,internal,15-17 yrs,5,30464,15.973345756530762,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,16.41281509399414 +1985,38,0,all,18-20 yrs,30,34235,19.05637550354004,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,87.6296157836914 +1985,38,0,MVA,18-20 yrs,14,34235,19.05637550354004,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,40.893821716308594 +1985,38,0,suicide,18-20 yrs,5,34235,19.05637550354004,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,14.604936599731445 +1985,38,0,homicide,18-20 yrs,0,34235,19.05637550354004,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,0 +1985,38,0,other external,18-20 yrs,5,34235,19.05637550354004,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,14.604936599731445 +1985,38,0,internal,18-20 yrs,6,34235,19.05637550354004,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,17.525924682617188 +1985,38,0,all,21-24 yrs,39,51305,22.520437240600586,1,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,76.01598358154297 +1985,38,0,MVA,21-24 yrs,17,51305,22.520437240600586,1,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,33.13517379760742 +1985,38,0,suicide,21-24 yrs,7,51305,22.520437240600586,1,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,13.64389419555664 +1985,38,0,homicide,21-24 yrs,2,51305,22.520437240600586,1,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,3.8982555866241455 +1985,38,0,other external,21-24 yrs,5,51305,22.520437240600586,1,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,9.745638847351074 +1985,38,0,internal,21-24 yrs,8,51305,22.520437240600586,1,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,15.593022346496582 +1986,38,0,MVA,15-17 yrs,9,30526,15.985880851745605,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,29.483062744140625 +1986,38,0,suicide,15-17 yrs,1,30526,15.985880851745605,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,3.2758960723876953 +1986,38,0,homicide,15-17 yrs,0,30526,15.985880851745605,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,0 +1986,38,0,other external,15-17 yrs,3,30526,15.985880851745605,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,9.827688217163086 +1986,38,0,internal,15-17 yrs,6,30526,15.985880851745605,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,19.655376434326172 +1986,38,0,all,18-20 yrs,28,32098,19.049535751342773,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,87.23284912109375 +1986,38,0,MVA,18-20 yrs,10,32098,19.049535751342773,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,31.15458869934082 +1986,38,0,suicide,18-20 yrs,8,32098,19.049535751342773,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,24.92367172241211 +1986,38,0,homicide,18-20 yrs,0,32098,19.049535751342773,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,0 +1986,38,0,other external,18-20 yrs,6,32098,19.049535751342773,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,18.692752838134766 +1986,38,0,internal,18-20 yrs,4,32098,19.049535751342773,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,12.461835861206055 +1986,38,0,all,21-24 yrs,42,47704,22.51129913330078,1,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,88.04293060302734 +1986,38,0,MVA,21-24 yrs,14,47704,22.51129913330078,1,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,29.34764289855957 +1986,38,0,suicide,21-24 yrs,9,47704,22.51129913330078,1,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,18.866342544555664 +1986,38,0,homicide,21-24 yrs,1,47704,22.51129913330078,1,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,2.0962603092193604 +1986,38,0,other external,21-24 yrs,8,47704,22.51129913330078,1,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,16.770082473754883 +1986,38,0,internal,21-24 yrs,10,47704,22.51129913330078,1,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,20.962602615356445 +1987,38,0,MVA,15-17 yrs,10,29755,16.011560440063477,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,33.60779571533203 +1987,38,0,suicide,15-17 yrs,6,29755,16.011560440063477,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,20.1646785736084 +1987,38,0,homicide,15-17 yrs,2,29755,16.011560440063477,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,6.721559524536133 +1987,38,0,other external,15-17 yrs,4,29755,16.011560440063477,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,13.443119049072266 +1987,38,0,internal,15-17 yrs,6,29755,16.011560440063477,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,20.1646785736084 +1987,38,0,all,18-20 yrs,31,31095,19.030712127685547,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,99.6944808959961 +1987,38,0,MVA,18-20 yrs,11,31095,19.030712127685547,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,35.37546157836914 +1987,38,0,suicide,18-20 yrs,6,31095,19.030712127685547,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,19.295705795288086 +1987,38,0,homicide,18-20 yrs,3,31095,19.030712127685547,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,9.647852897644043 +1987,38,0,other external,18-20 yrs,2,31095,19.030712127685547,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,6.4319024085998535 +1987,38,0,internal,18-20 yrs,9,31095,19.030712127685547,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,28.943559646606445 +1987,38,0,all,21-24 yrs,35,44442,22.515165328979492,1,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,78.75433349609375 +1987,38,0,MVA,21-24 yrs,15,44442,22.515165328979492,1,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,33.75185775756836 +1987,38,0,suicide,21-24 yrs,5,44442,22.515165328979492,1,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,11.250618934631348 +1987,38,0,homicide,21-24 yrs,2,44442,22.515165328979492,1,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,4.500247478485107 +1987,38,0,other external,21-24 yrs,8,44442,22.515165328979492,1,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,18.00098991394043 +1987,38,0,internal,21-24 yrs,5,44442,22.515165328979492,1,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,11.250618934631348 +1988,38,0,MVA,15-17 yrs,7,28470,16.02096939086914,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,24.587284088134766 +1988,38,0,suicide,15-17 yrs,5,28470,16.02096939086914,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,17.562345504760742 +1988,38,0,homicide,15-17 yrs,1,28470,16.02096939086914,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,3.5124692916870117 +1988,38,0,other external,15-17 yrs,5,28470,16.02096939086914,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,17.562345504760742 +1988,38,0,internal,15-17 yrs,4,28470,16.02096939086914,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,14.049877166748047 +1988,38,0,all,18-20 yrs,23,31120,19.005815505981445,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,73.90745544433594 +1988,38,0,MVA,18-20 yrs,11,31120,19.005815505981445,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,35.347042083740234 +1988,38,0,suicide,18-20 yrs,6,31120,19.005815505981445,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,19.28020477294922 +1988,38,0,homicide,18-20 yrs,0,31120,19.005815505981445,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,0 +1988,38,0,other external,18-20 yrs,3,31120,19.005815505981445,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,9.64010238647461 +1988,38,0,internal,18-20 yrs,3,31120,19.005815505981445,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,9.64010238647461 +1988,38,0,all,21-24 yrs,47,41707,22.506534576416016,1,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,112.69091796875 +1988,38,0,MVA,21-24 yrs,21,41707,22.506534576416016,1,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,50.351261138916016 +1988,38,0,suicide,21-24 yrs,8,41707,22.506534576416016,1,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,19.181432723999023 +1988,38,0,homicide,21-24 yrs,2,41707,22.506534576416016,1,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,4.795358180999756 +1988,38,0,other external,21-24 yrs,3,41707,22.506534576416016,1,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,7.193037033081055 +1988,38,0,internal,21-24 yrs,13,41707,22.506534576416016,1,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,31.169828414916992 +1989,38,0,MVA,15-17 yrs,8,27172,16.010231018066406,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,29.44207191467285 +1989,38,0,suicide,15-17 yrs,2,27172,16.010231018066406,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,7.360517978668213 +1989,38,0,homicide,15-17 yrs,0,27172,16.010231018066406,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,0 +1989,38,0,other external,15-17 yrs,1,27172,16.010231018066406,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,3.6802589893341064 +1989,38,0,internal,15-17 yrs,6,27172,16.010231018066406,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,22.081554412841797 +1989,38,0,all,18-20 yrs,20,31319,19.01915740966797,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,63.85900115966797 +1989,38,0,MVA,18-20 yrs,10,31319,19.01915740966797,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,31.929500579833984 +1989,38,0,suicide,18-20 yrs,5,31319,19.01915740966797,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,15.964750289916992 +1989,38,0,homicide,18-20 yrs,0,31319,19.01915740966797,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,0 +1989,38,0,other external,18-20 yrs,4,31319,19.01915740966797,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,12.77180004119873 +1989,38,0,internal,18-20 yrs,1,31319,19.01915740966797,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,3.1929500102996826 +1989,38,0,all,21-24 yrs,32,38965,22.492006301879883,1,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,82.12498474121094 +1989,38,0,MVA,21-24 yrs,12,38965,22.492006301879883,1,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,30.7968692779541 +1989,38,0,suicide,21-24 yrs,7,38965,22.492006301879883,1,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,17.964839935302734 +1989,38,0,homicide,21-24 yrs,3,38965,22.492006301879883,1,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,7.699217319488525 +1989,38,0,other external,21-24 yrs,2,38965,22.492006301879883,1,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,5.132811546325684 +1989,38,0,internal,21-24 yrs,8,38965,22.492006301879883,1,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,20.531246185302734 +1990,38,0,MVA,15-17 yrs,12,26268,16.006319046020508,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,45.682960510253906 +1990,38,0,suicide,15-17 yrs,3,26268,16.006319046020508,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,11.420740127563477 +1990,38,0,homicide,15-17 yrs,0,26268,16.006319046020508,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,0 +1990,38,0,other external,15-17 yrs,4,26268,16.006319046020508,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,15.227653503417969 +1990,38,0,internal,15-17 yrs,6,26268,16.006319046020508,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,22.841480255126953 +1990,38,0,all,18-20 yrs,31,31025,19.051700592041016,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,99.91941833496094 +1990,38,0,MVA,18-20 yrs,16,31025,19.051700592041016,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,51.571311950683594 +1990,38,0,suicide,18-20 yrs,6,31025,19.051700592041016,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,19.339242935180664 +1990,38,0,homicide,18-20 yrs,1,31025,19.051700592041016,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,3.2232069969177246 +1990,38,0,other external,18-20 yrs,2,31025,19.051700592041016,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,6.446413993835449 +1990,38,0,internal,18-20 yrs,6,31025,19.051700592041016,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,19.339242935180664 +1990,38,0,all,21-24 yrs,41,37697,22.45685386657715,1,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,108.76197052001953 +1990,38,0,MVA,21-24 yrs,16,37697,22.45685386657715,1,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,42.443695068359375 +1990,38,0,suicide,21-24 yrs,12,37697,22.45685386657715,1,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,31.83277130126953 +1990,38,0,homicide,21-24 yrs,1,37697,22.45685386657715,1,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,2.652730941772461 +1990,38,0,other external,21-24 yrs,2,37697,22.45685386657715,1,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,5.305461883544922 +1990,38,0,internal,21-24 yrs,10,37697,22.45685386657715,1,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,26.52730941772461 +1991,38,0,MVA,15-17 yrs,9,26772,15.996077537536621,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,33.617210388183594 +1991,38,0,suicide,15-17 yrs,3,26772,15.996077537536621,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,11.205737113952637 +1991,38,0,homicide,15-17 yrs,0,26772,15.996077537536621,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,0 +1991,38,0,other external,15-17 yrs,1,26772,15.996077537536621,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,3.735245704650879 +1991,38,0,internal,15-17 yrs,3,26772,15.996077537536621,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,11.205737113952637 +1991,38,0,all,18-20 yrs,27,29067,19.06412696838379,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,92.88883972167969 +1991,38,0,MVA,18-20 yrs,10,29067,19.06412696838379,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,34.40327453613281 +1991,38,0,suicide,18-20 yrs,10,29067,19.06412696838379,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,34.40327453613281 +1991,38,0,homicide,18-20 yrs,0,29067,19.06412696838379,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,0 +1991,38,0,other external,18-20 yrs,2,29067,19.06412696838379,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,6.880654811859131 +1991,38,0,internal,18-20 yrs,5,29067,19.06412696838379,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,17.201637268066406 +1991,38,0,all,21-24 yrs,41,38167,22.436450958251953,1,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,107.42264556884766 +1991,38,0,MVA,21-24 yrs,10,38167,22.436450958251953,1,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,26.200645446777344 +1991,38,0,suicide,21-24 yrs,11,38167,22.436450958251953,1,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,28.820709228515625 +1991,38,0,homicide,21-24 yrs,1,38167,22.436450958251953,1,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,2.6200644969940186 +1991,38,0,other external,21-24 yrs,10,38167,22.436450958251953,1,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,26.200645446777344 +1991,38,0,internal,21-24 yrs,9,38167,22.436450958251953,1,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,23.58057975769043 +1992,38,0,MVA,15-17 yrs,5,27714,15.99588680267334,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,18.041423797607422 +1992,38,0,suicide,15-17 yrs,6,27714,15.99588680267334,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,21.649707794189453 +1992,38,0,homicide,15-17 yrs,2,27714,15.99588680267334,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,7.216569423675537 +1992,38,0,other external,15-17 yrs,3,27714,15.99588680267334,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,10.824853897094727 +1992,38,0,internal,15-17 yrs,3,27714,15.99588680267334,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,10.824853897094727 +1992,38,0,all,18-20 yrs,20,27773,19.031469345092773,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,72.01238250732422 +1992,38,0,MVA,18-20 yrs,12,27773,19.031469345092773,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,43.20743179321289 +1992,38,0,suicide,18-20 yrs,3,27773,19.031469345092773,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,10.801857948303223 +1992,38,0,homicide,18-20 yrs,0,27773,19.031469345092773,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,0 +1992,38,0,other external,18-20 yrs,1,27773,19.031469345092773,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,3.600619316101074 +1992,38,0,internal,18-20 yrs,4,27773,19.031469345092773,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,14.402477264404297 +1992,38,0,all,21-24 yrs,25,38884,22.441389083862305,1,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,64.2938003540039 +1992,38,0,MVA,21-24 yrs,11,38884,22.441389083862305,1,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,28.289270401000977 +1992,38,0,suicide,21-24 yrs,7,38884,22.441389083862305,1,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,18.00226402282715 +1992,38,0,homicide,21-24 yrs,0,38884,22.441389083862305,1,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,0 +1992,38,0,other external,21-24 yrs,3,38884,22.441389083862305,1,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,7.7152557373046875 +1992,38,0,internal,21-24 yrs,4,38884,22.441389083862305,1,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,10.287007331848145 +1993,38,0,MVA,15-17 yrs,9,28463,15.994379043579102,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,31.619997024536133 +1993,38,0,suicide,15-17 yrs,5,28463,15.994379043579102,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,17.566665649414062 +1993,38,0,homicide,15-17 yrs,2,28463,15.994379043579102,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,7.026666164398193 +1993,38,0,other external,15-17 yrs,3,28463,15.994379043579102,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,10.539999008178711 +1993,38,0,internal,15-17 yrs,3,28463,15.994379043579102,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,10.539999008178711 +1993,38,0,all,18-20 yrs,16,27916,19.003868103027344,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,57.31480026245117 +1993,38,0,MVA,18-20 yrs,6,27916,19.003868103027344,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,21.493051528930664 +1993,38,0,suicide,18-20 yrs,2,27916,19.003868103027344,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,7.1643500328063965 +1993,38,0,homicide,18-20 yrs,2,27916,19.003868103027344,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,7.1643500328063965 +1993,38,0,other external,18-20 yrs,4,27916,19.003868103027344,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,14.328700065612793 +1993,38,0,internal,18-20 yrs,2,27916,19.003868103027344,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,7.1643500328063965 +1993,38,0,all,21-24 yrs,40,38652,22.495990753173828,1,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,103.4875259399414 +1993,38,0,MVA,21-24 yrs,16,38652,22.495990753173828,1,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,41.39501190185547 +1993,38,0,suicide,21-24 yrs,9,38652,22.495990753173828,1,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,23.28469467163086 +1993,38,0,homicide,21-24 yrs,2,38652,22.495990753173828,1,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,5.174376487731934 +1993,38,0,other external,21-24 yrs,4,38652,22.495990753173828,1,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,10.348752975463867 +1993,38,0,internal,21-24 yrs,9,38652,22.495990753173828,1,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,23.28469467163086 +1994,38,0,MVA,15-17 yrs,12,29406,16.00016975402832,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,40.80799865722656 +1994,38,0,suicide,15-17 yrs,8,29406,16.00016975402832,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,27.205331802368164 +1994,38,0,homicide,15-17 yrs,0,29406,16.00016975402832,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,0 +1994,38,0,other external,15-17 yrs,6,29406,16.00016975402832,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,20.40399932861328 +1994,38,0,internal,15-17 yrs,5,29406,16.00016975402832,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,17.003332138061523 +1994,38,0,all,18-20 yrs,27,28610,19.001468658447266,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,94.37259674072266 +1994,38,0,MVA,18-20 yrs,15,28610,19.001468658447266,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,52.429222106933594 +1994,38,0,suicide,18-20 yrs,6,28610,19.001468658447266,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,20.97168731689453 +1994,38,0,homicide,18-20 yrs,2,28610,19.001468658447266,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,6.990562915802002 +1994,38,0,other external,18-20 yrs,3,28610,19.001468658447266,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,10.485843658447266 +1994,38,0,internal,18-20 yrs,1,28610,19.001468658447266,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,3.495281457901001 +1994,38,0,all,21-24 yrs,38,37758,22.536256790161133,1,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,100.64092254638672 +1994,38,0,MVA,21-24 yrs,9,37758,22.536256790161133,1,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,23.836008071899414 +1994,38,0,suicide,21-24 yrs,10,37758,22.536256790161133,1,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,26.484453201293945 +1994,38,0,homicide,21-24 yrs,2,37758,22.536256790161133,1,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,5.296890735626221 +1994,38,0,other external,21-24 yrs,3,37758,22.536256790161133,1,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,7.945335865020752 +1994,38,0,internal,21-24 yrs,14,37758,22.536256790161133,1,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,37.0782356262207 +1995,38,0,MVA,15-17 yrs,8,30388,15.988285064697266,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,26.326181411743164 +1995,38,0,suicide,15-17 yrs,6,30388,15.988285064697266,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,19.74463653564453 +1995,38,0,homicide,15-17 yrs,0,30388,15.988285064697266,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,0 +1995,38,0,other external,15-17 yrs,1,30388,15.988285064697266,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,3.2907726764678955 +1995,38,0,internal,15-17 yrs,5,30388,15.988285064697266,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,16.4538631439209 +1995,38,0,all,18-20 yrs,23,29686,19.00205421447754,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,77.47760009765625 +1995,38,0,MVA,18-20 yrs,6,29686,19.00205421447754,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,20.2115478515625 +1995,38,0,suicide,18-20 yrs,9,29686,19.00205421447754,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,30.31732177734375 +1995,38,0,homicide,18-20 yrs,0,29686,19.00205421447754,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,0 +1995,38,0,other external,18-20 yrs,0,29686,19.00205421447754,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,0 +1995,38,0,internal,18-20 yrs,8,29686,19.00205421447754,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,26.94873046875 +1995,38,0,all,21-24 yrs,36,36491,22.521635055541992,1,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,98.65446472167969 +1995,38,0,MVA,21-24 yrs,14,36491,22.521635055541992,1,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,38.365623474121094 +1995,38,0,suicide,21-24 yrs,11,36491,22.521635055541992,1,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,30.144418716430664 +1995,38,0,homicide,21-24 yrs,1,36491,22.521635055541992,1,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,2.7404017448425293 +1995,38,0,other external,21-24 yrs,4,36491,22.521635055541992,1,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,10.961606979370117 +1995,38,0,internal,21-24 yrs,6,36491,22.521635055541992,1,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,16.44240951538086 +1996,38,0,MVA,15-17 yrs,8,31055,16.0028018951416,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,25.7607479095459 +1996,38,0,suicide,15-17 yrs,8,31055,16.0028018951416,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,25.7607479095459 +1996,38,0,homicide,15-17 yrs,0,31055,16.0028018951416,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,0 +1996,38,0,other external,15-17 yrs,4,31055,16.0028018951416,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,12.88037395477295 +1996,38,0,internal,15-17 yrs,4,31055,16.0028018951416,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,12.88037395477295 +1996,38,0,all,18-20 yrs,23,30541,19.001243591308594,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,75.30860137939453 +1996,38,0,MVA,18-20 yrs,13,30541,19.001243591308594,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,42.565731048583984 +1996,38,0,suicide,18-20 yrs,5,30541,19.001243591308594,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,16.371435165405273 +1996,38,0,homicide,18-20 yrs,0,30541,19.001243591308594,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,0 +1996,38,0,other external,18-20 yrs,1,30541,19.001243591308594,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,3.274286985397339 +1996,38,0,internal,18-20 yrs,4,30541,19.001243591308594,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,13.097147941589355 +1996,38,0,all,21-24 yrs,24,35731,22.461000442504883,1,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,67.16856384277344 +1996,38,0,MVA,21-24 yrs,10,35731,22.461000442504883,1,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,27.986902236938477 +1996,38,0,suicide,21-24 yrs,4,35731,22.461000442504883,1,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,11.194761276245117 +1996,38,0,homicide,21-24 yrs,0,35731,22.461000442504883,1,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,0 +1996,38,0,other external,21-24 yrs,4,35731,22.461000442504883,1,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,11.194761276245117 +1996,38,0,internal,21-24 yrs,6,35731,22.461000442504883,1,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,16.79214096069336 +1970,39,1,MVA,15-17 yrs,215,631253,15.976747512817383,0,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,34.059242248535156 +1970,39,1,suicide,15-17 yrs,25,631253,15.976747512817383,0,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,3.9603772163391113 +1970,39,1,homicide,15-17 yrs,34,631253,15.976747512817383,0,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,5.386113166809082 +1970,39,1,other external,15-17 yrs,94,631253,15.976747512817383,0,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,14.89101791381836 +1970,39,1,internal,15-17 yrs,174,631253,15.976747512817383,0,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,27.564226150512695 +1970,39,1,all,18-20 yrs,710,557960,18.956127166748047,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,127.249267578125 +1970,39,1,MVA,18-20 yrs,308,557960,18.956127166748047,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,55.201087951660156 +1970,39,1,suicide,18-20 yrs,44,557960,18.956127166748047,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,7.885869979858398 +1970,39,1,homicide,18-20 yrs,58,557960,18.956127166748047,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,10.395009994506836 +1970,39,1,other external,18-20 yrs,97,557960,18.956127166748047,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,17.38475799560547 +1970,39,1,internal,18-20 yrs,203,557960,18.956127166748047,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,36.382537841796875 +1970,39,1,all,21-24 yrs,887,658888,22.422847747802734,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,134.62075805664062 +1970,39,1,MVA,21-24 yrs,296,658888,22.422847747802734,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,44.92417526245117 +1970,39,1,suicide,21-24 yrs,85,658888,22.422847747802734,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,12.90052318572998 +1970,39,1,homicide,21-24 yrs,98,658888,22.422847747802734,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,14.873544692993164 +1970,39,1,other external,21-24 yrs,109,658888,22.422847747802734,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,16.54302406311035 +1970,39,1,internal,21-24 yrs,299,658888,22.422847747802734,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,45.379486083984375 +1971,39,1,MVA,15-17 yrs,150,642521,15.983145713806152,0,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,23.34554100036621 +1971,39,1,suicide,15-17 yrs,37,642521,15.983145713806152,0,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,5.758566856384277 +1971,39,1,homicide,15-17 yrs,32,642521,15.983145713806152,0,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,4.980381965637207 +1971,39,1,other external,15-17 yrs,82,642521,15.983145713806152,0,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,12.762228965759277 +1971,39,1,internal,15-17 yrs,162,642521,15.983145713806152,0,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,25.213184356689453 +1971,39,1,all,18-20 yrs,681,582988,18.964847564697266,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,116.81201171875 +1971,39,1,MVA,18-20 yrs,253,582988,18.964847564697266,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,43.39712142944336 +1971,39,1,suicide,18-20 yrs,54,582988,18.964847564697266,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,9.262626647949219 +1971,39,1,homicide,18-20 yrs,50,582988,18.964847564697266,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,8.576505661010742 +1971,39,1,other external,18-20 yrs,116,582988,18.964847564697266,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,19.897493362426758 +1971,39,1,internal,18-20 yrs,208,582988,18.964847564697266,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,35.67826461791992 +1971,39,1,all,21-24 yrs,872,719086,22.564191818237305,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,121.26505279541016 +1971,39,1,MVA,21-24 yrs,272,719086,22.564191818237305,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,37.8257942199707 +1971,39,1,suicide,21-24 yrs,81,719086,22.564191818237305,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,11.264299392700195 +1971,39,1,homicide,21-24 yrs,106,719086,22.564191818237305,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,14.740935325622559 +1971,39,1,other external,21-24 yrs,110,719086,22.564191818237305,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,15.297196388244629 +1971,39,1,internal,21-24 yrs,303,719086,22.564191818237305,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,42.13682556152344 +1972,39,1,MVA,15-17 yrs,184,654366,15.977584838867188,0,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,28.118820190429688 +1972,39,1,suicide,15-17 yrs,36,654366,15.977584838867188,0,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,5.5015082359313965 +1972,39,1,homicide,15-17 yrs,36,654366,15.977584838867188,0,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,5.5015082359313965 +1972,39,1,other external,15-17 yrs,96,654366,15.977584838867188,0,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,14.67068862915039 +1972,39,1,internal,15-17 yrs,226,654366,15.977584838867188,0,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,34.53724670410156 +1972,39,1,all,18-20 yrs,650,599641,18.97724723815918,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,108.398193359375 +1972,39,1,MVA,18-20 yrs,262,599641,18.97724723815918,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,43.69281005859375 +1972,39,1,suicide,18-20 yrs,46,599641,18.97724723815918,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,7.6712565422058105 +1972,39,1,homicide,18-20 yrs,70,599641,18.97724723815918,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,11.673651695251465 +1972,39,1,other external,18-20 yrs,78,599641,18.97724723815918,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,13.007782936096191 +1972,39,1,internal,18-20 yrs,194,599641,18.97724723815918,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,32.352691650390625 +1972,39,1,all,21-24 yrs,910,708436,22.517261505126953,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,128.45196533203125 +1972,39,1,MVA,21-24 yrs,276,708436,22.517261505126953,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,38.95906066894531 +1972,39,1,suicide,21-24 yrs,102,708436,22.517261505126953,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,14.397912979125977 +1972,39,1,homicide,21-24 yrs,116,708436,22.517261505126953,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,16.37409782409668 +1972,39,1,other external,21-24 yrs,108,708436,22.517261505126953,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,15.24484920501709 +1972,39,1,internal,21-24 yrs,308,708436,22.517261505126953,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,43.476051330566406 +1973,39,1,MVA,15-17 yrs,205,663944,15.979019165039062,0,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,30.8760986328125 +1973,39,1,suicide,15-17 yrs,31,663944,15.979019165039062,0,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,4.669068336486816 +1973,39,1,homicide,15-17 yrs,35,663944,15.979019165039062,0,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,5.271528720855713 +1973,39,1,other external,15-17 yrs,100,663944,15.979019165039062,0,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,15.061511039733887 +1973,39,1,internal,15-17 yrs,163,663944,15.979019165039062,0,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,24.550262451171875 +1973,39,1,all,18-20 yrs,730,612488,18.981264114379883,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,119.1860122680664 +1973,39,1,MVA,18-20 yrs,295,612488,18.981264114379883,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,48.164207458496094 +1973,39,1,suicide,18-20 yrs,51,612488,18.981264114379883,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,8.326693534851074 +1973,39,1,homicide,18-20 yrs,57,612488,18.981264114379883,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,9.306304931640625 +1973,39,1,other external,18-20 yrs,113,612488,18.981264114379883,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,18.4493408203125 +1973,39,1,internal,18-20 yrs,214,612488,18.981264114379883,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,34.93946075439453 +1973,39,1,all,21-24 yrs,929,714550,22.49353790283203,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,130.01190185546875 +1973,39,1,MVA,21-24 yrs,254,714550,22.49353790283203,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,35.54684829711914 +1973,39,1,suicide,21-24 yrs,119,714550,22.49353790283203,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,16.653837203979492 +1973,39,1,homicide,21-24 yrs,118,714550,22.49353790283203,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,16.51388931274414 +1973,39,1,other external,21-24 yrs,138,714550,22.49353790283203,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,19.312854766845703 +1973,39,1,internal,21-24 yrs,300,714550,22.49353790283203,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,41.984466552734375 +1974,39,1,MVA,15-17 yrs,177,667151,15.998662948608398,0,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,26.530725479125977 +1974,39,1,suicide,15-17 yrs,26,667151,15.998662948608398,0,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,3.8971686363220215 +1974,39,1,homicide,15-17 yrs,36,667151,15.998662948608398,0,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,5.3960795402526855 +1974,39,1,other external,15-17 yrs,112,667151,15.998662948608398,0,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,16.787803649902344 +1974,39,1,internal,15-17 yrs,176,667151,15.998662948608398,0,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,26.380834579467773 +1974,39,1,all,18-20 yrs,730,622401,18.989843368530273,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,117.28772735595703 +1974,39,1,MVA,18-20 yrs,238,622401,18.989843368530273,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,38.239013671875 +1974,39,1,suicide,18-20 yrs,75,622401,18.989843368530273,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,12.050108909606934 +1974,39,1,homicide,18-20 yrs,70,622401,18.989843368530273,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,11.246768951416016 +1974,39,1,other external,18-20 yrs,137,622401,18.989843368530273,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,22.011531829833984 +1974,39,1,internal,18-20 yrs,210,622401,18.989843368530273,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,33.74030685424805 +1974,39,1,all,21-24 yrs,898,724934,22.467926025390625,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,123.87334442138672 +1974,39,1,MVA,21-24 yrs,219,724934,22.467926025390625,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,30.209646224975586 +1974,39,1,suicide,21-24 yrs,110,724934,22.467926025390625,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,15.173794746398926 +1974,39,1,homicide,21-24 yrs,139,724934,22.467926025390625,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,19.17416000366211 +1974,39,1,other external,21-24 yrs,139,724934,22.467926025390625,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,19.17416000366211 +1974,39,1,internal,21-24 yrs,291,724934,22.467926025390625,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,40.14158630371094 +1975,39,1,MVA,15-17 yrs,146,657447,16.00786590576172,0,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,22.20711326599121 +1975,39,1,suicide,15-17 yrs,38,657447,16.00786590576172,0,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,5.779933452606201 +1975,39,1,homicide,15-17 yrs,42,657447,16.00786590576172,0,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,6.388347625732422 +1975,39,1,other external,15-17 yrs,88,657447,16.00786590576172,0,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,13.385108947753906 +1975,39,1,internal,15-17 yrs,151,657447,16.00786590576172,0,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,22.96763038635254 +1975,39,1,all,18-20 yrs,719,634722,18.983943939208984,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,113.27793884277344 +1975,39,1,MVA,18-20 yrs,225,634722,18.983943939208984,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,35.44858932495117 +1975,39,1,suicide,18-20 yrs,84,634722,18.983943939208984,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,13.234140396118164 +1975,39,1,homicide,18-20 yrs,88,634722,18.983943939208984,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,13.864337921142578 +1975,39,1,other external,18-20 yrs,130,634722,18.983943939208984,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,20.481407165527344 +1975,39,1,internal,18-20 yrs,192,634722,18.983943939208984,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,30.24946403503418 +1975,39,1,all,21-24 yrs,862,744111,22.466869354248047,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,115.84293365478516 +1975,39,1,MVA,21-24 yrs,194,744111,22.466869354248047,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,26.071378707885742 +1975,39,1,suicide,21-24 yrs,120,744111,22.466869354248047,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,16.12662696838379 +1975,39,1,homicide,21-24 yrs,111,744111,22.466869354248047,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,14.917129516601562 +1975,39,1,other external,21-24 yrs,145,744111,22.466869354248047,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,19.486339569091797 +1975,39,1,internal,21-24 yrs,292,744111,22.466869354248047,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,39.241458892822266 +1976,39,1,MVA,15-17 yrs,191,648359,15.997756004333496,0,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,29.458988189697266 +1976,39,1,suicide,15-17 yrs,35,648359,15.997756004333496,0,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,5.3982439041137695 +1976,39,1,homicide,15-17 yrs,22,648359,15.997756004333496,0,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,3.393181800842285 +1976,39,1,other external,15-17 yrs,78,648359,15.997756004333496,0,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,12.03037166595459 +1976,39,1,internal,15-17 yrs,134,648359,15.997756004333496,0,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,20.66756248474121 +1976,39,1,all,18-20 yrs,710,640222,18.984041213989258,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,110.89903259277344 +1976,39,1,MVA,18-20 yrs,266,640222,18.984041213989258,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,41.54808807373047 +1976,39,1,suicide,18-20 yrs,63,640222,18.984041213989258,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,9.840336799621582 +1976,39,1,homicide,18-20 yrs,85,640222,18.984041213989258,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,13.276644706726074 +1976,39,1,other external,18-20 yrs,101,640222,18.984041213989258,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,15.775777816772461 +1976,39,1,internal,18-20 yrs,195,640222,18.984041213989258,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,30.45818519592285 +1976,39,1,all,21-24 yrs,875,760023,22.470199584960938,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,115.12809753417969 +1976,39,1,MVA,21-24 yrs,229,760023,22.470199584960938,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,30.130666732788086 +1976,39,1,suicide,21-24 yrs,125,760023,22.470199584960938,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,16.446870803833008 +1976,39,1,homicide,21-24 yrs,101,760023,22.470199584960938,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,13.289071083068848 +1976,39,1,other external,21-24 yrs,144,760023,22.470199584960938,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,18.946794509887695 +1976,39,1,internal,21-24 yrs,276,760023,22.470199584960938,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,36.31468963623047 +1977,39,1,MVA,15-17 yrs,166,639740,15.999889373779297,0,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,25.948041915893555 +1977,39,1,suicide,15-17 yrs,43,639740,15.999889373779297,0,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,6.721480369567871 +1977,39,1,homicide,15-17 yrs,24,639740,15.999889373779297,0,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,3.751523971557617 +1977,39,1,other external,15-17 yrs,87,639740,15.999889373779297,0,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,13.599274635314941 +1977,39,1,internal,15-17 yrs,138,639740,15.999889373779297,0,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,21.571264266967773 +1977,39,1,all,18-20 yrs,733,643413,19.003664016723633,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,113.92371368408203 +1977,39,1,MVA,18-20 yrs,259,643413,19.003664016723633,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,40.25408172607422 +1977,39,1,suicide,18-20 yrs,82,643413,19.003664016723633,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,12.744535446166992 +1977,39,1,homicide,18-20 yrs,73,643413,19.003664016723633,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,11.345745086669922 +1977,39,1,other external,18-20 yrs,109,643413,19.003664016723633,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,16.940906524658203 +1977,39,1,internal,18-20 yrs,210,643413,19.003664016723633,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,32.63844680786133 +1977,39,1,all,21-24 yrs,906,772983,22.4804744720459,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,117.20826721191406 +1977,39,1,MVA,21-24 yrs,245,772983,22.4804744720459,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,31.695392608642578 +1977,39,1,suicide,21-24 yrs,132,772983,22.4804744720459,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,17.076702117919922 +1977,39,1,homicide,21-24 yrs,100,772983,22.4804744720459,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,12.936895370483398 +1977,39,1,other external,21-24 yrs,117,772983,22.4804744720459,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,15.136167526245117 +1977,39,1,internal,21-24 yrs,312,772983,22.4804744720459,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,40.36311340332031 +1978,39,1,MVA,15-17 yrs,192,631543,16.01483917236328,0,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,30.401729583740234 +1978,39,1,suicide,15-17 yrs,45,631543,16.01483917236328,0,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,7.125405788421631 +1978,39,1,homicide,15-17 yrs,25,631543,16.01483917236328,0,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,3.9585585594177246 +1978,39,1,other external,15-17 yrs,67,631543,16.01483917236328,0,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,10.60893726348877 +1978,39,1,internal,15-17 yrs,150,631543,16.01483917236328,0,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,23.751352310180664 +1978,39,1,all,18-20 yrs,706,633762,19.011123657226562,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,111.39828491210938 +1978,39,1,MVA,18-20 yrs,284,633762,19.011123657226562,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,44.81177520751953 +1978,39,1,suicide,18-20 yrs,69,633762,19.011123657226562,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,10.887368202209473 +1978,39,1,homicide,18-20 yrs,66,633762,19.011123657226562,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,10.4140043258667 +1978,39,1,other external,18-20 yrs,112,633762,19.011123657226562,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,17.67224884033203 +1978,39,1,internal,18-20 yrs,175,633762,19.011123657226562,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,27.612890243530273 +1978,39,1,all,21-24 yrs,972,788687,22.475608825683594,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,123.24280548095703 +1978,39,1,MVA,21-24 yrs,322,788687,22.475608825683594,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,40.82735061645508 +1978,39,1,suicide,21-24 yrs,147,788687,22.475608825683594,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,18.638572692871094 +1978,39,1,homicide,21-24 yrs,111,788687,22.475608825683594,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,14.074024200439453 +1978,39,1,other external,21-24 yrs,134,788687,22.475608825683594,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,16.990262985229492 +1978,39,1,internal,21-24 yrs,258,788687,22.475608825683594,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,32.71259689331055 +1979,39,1,MVA,15-17 yrs,210,615097,16.010480880737305,0,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,34.14095687866211 +1979,39,1,suicide,15-17 yrs,30,615097,16.010480880737305,0,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,4.877279281616211 +1979,39,1,homicide,15-17 yrs,33,615097,16.010480880737305,0,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,5.365007400512695 +1979,39,1,other external,15-17 yrs,77,615097,16.010480880737305,0,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,12.518350601196289 +1979,39,1,internal,15-17 yrs,143,615097,16.010480880737305,0,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,23.24836540222168 +1979,39,1,all,18-20 yrs,767,625798,19.000411987304688,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,122.56351470947266 +1979,39,1,MVA,18-20 yrs,313,625798,19.000411987304688,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,50.01613998413086 +1979,39,1,suicide,18-20 yrs,72,625798,19.000411987304688,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,11.50531005859375 +1979,39,1,homicide,18-20 yrs,78,625798,19.000411987304688,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,12.464085578918457 +1979,39,1,other external,18-20 yrs,116,625798,19.000411987304688,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,18.536333084106445 +1979,39,1,internal,18-20 yrs,188,625798,19.000411987304688,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,30.041643142700195 +1979,39,1,all,21-24 yrs,995,799886,22.479482650756836,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,124.3927230834961 +1979,39,1,MVA,21-24 yrs,324,799886,22.479482650756836,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,40.50577163696289 +1979,39,1,suicide,21-24 yrs,138,799886,22.479482650756836,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,17.252458572387695 +1979,39,1,homicide,21-24 yrs,125,799886,22.479482650756836,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,15.627226829528809 +1979,39,1,other external,21-24 yrs,130,799886,22.479482650756836,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,16.252315521240234 +1979,39,1,internal,21-24 yrs,278,799886,22.479482650756836,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,34.75495147705078 +1980,39,1,MVA,15-17 yrs,183,594405,16.015655517578125,0,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,30.787090301513672 +1980,39,1,suicide,15-17 yrs,38,594405,16.015655517578125,0,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,6.392947673797607 +1980,39,1,homicide,15-17 yrs,28,594405,16.015655517578125,0,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,4.710592746734619 +1980,39,1,other external,15-17 yrs,83,594405,16.015655517578125,0,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,13.963542938232422 +1980,39,1,internal,15-17 yrs,180,594405,16.015655517578125,0,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,30.28238296508789 +1980,39,1,all,18-20 yrs,650,610712,19.005292892456055,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,106.43314361572266 +1980,39,1,MVA,18-20 yrs,262,610712,19.005292892456055,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,42.9007453918457 +1980,39,1,suicide,18-20 yrs,79,610712,19.005292892456055,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,12.935721397399902 +1980,39,1,homicide,18-20 yrs,66,610712,19.005292892456055,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,10.807058334350586 +1980,39,1,other external,18-20 yrs,79,610712,19.005292892456055,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,12.935721397399902 +1980,39,1,internal,18-20 yrs,164,610712,19.005292892456055,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,26.853900909423828 +1980,39,1,all,21-24 yrs,959,801463,22.488182067871094,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,119.65618133544922 +1980,39,1,MVA,21-24 yrs,295,801463,22.488182067871094,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,36.80768966674805 +1980,39,1,suicide,21-24 yrs,127,801463,22.488182067871094,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,15.84602165222168 +1980,39,1,homicide,21-24 yrs,119,801463,22.488182067871094,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,14.847846984863281 +1980,39,1,other external,21-24 yrs,114,801463,22.488182067871094,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,14.223987579345703 +1980,39,1,internal,21-24 yrs,304,801463,22.488182067871094,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,37.930633544921875 +1981,39,1,MVA,15-17 yrs,140,568516,16.029964447021484,0,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,24.625516891479492 +1981,39,1,suicide,15-17 yrs,34,568516,16.029964447021484,0,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,5.980482578277588 +1981,39,1,homicide,15-17 yrs,8,568516,16.029964447021484,0,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,1.4071723222732544 +1981,39,1,other external,15-17 yrs,44,568516,16.029964447021484,0,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,7.739448070526123 +1981,39,1,internal,15-17 yrs,114,568516,16.029964447021484,0,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,20.05220603942871 +1981,39,1,all,18-20 yrs,580,600759,19.01632308959961,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,96.54454040527344 +1981,39,1,MVA,18-20 yrs,212,600759,19.01632308959961,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,35.288692474365234 +1981,39,1,suicide,18-20 yrs,74,600759,19.01632308959961,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,12.317750930786133 +1981,39,1,homicide,18-20 yrs,54,600759,19.01632308959961,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,8.988629341125488 +1981,39,1,other external,18-20 yrs,76,600759,19.01632308959961,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,12.650663375854492 +1981,39,1,internal,18-20 yrs,164,600759,19.01632308959961,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,27.298799514770508 +1981,39,1,all,21-24 yrs,850,797457,22.512237548828125,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,106.58882141113281 +1981,39,1,MVA,21-24 yrs,256,797457,22.512237548828125,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,32.10204315185547 +1981,39,1,suicide,21-24 yrs,112,797457,22.512237548828125,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,14.044644355773926 +1981,39,1,homicide,21-24 yrs,88,797457,22.512237548828125,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,11.035078048706055 +1981,39,1,other external,21-24 yrs,100,797457,22.512237548828125,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,12.539860725402832 +1981,39,1,internal,21-24 yrs,294,797457,22.512237548828125,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,36.867191314697266 +1982,39,0.8798462152481079,MVA,15-17 yrs,130,541111,16.025062561035156,0,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,24.02464485168457 +1982,39,0.8798462152481079,suicide,15-17 yrs,34,541111,16.025062561035156,0,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,6.283369064331055 +1982,39,0.8798462152481079,homicide,15-17 yrs,18,541111,16.025062561035156,0,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,3.3264894485473633 +1982,39,0.8798462152481079,other external,15-17 yrs,48,541111,16.025062561035156,0,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,8.870638847351074 +1982,39,0.8798462152481079,internal,15-17 yrs,124,541111,16.025062561035156,0,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,22.915815353393555 +1982,39,0.8798462152481079,all,18-20 yrs,532,585578,19.01342010498047,0.8798462152481079,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,90.85041046142578 +1982,39,0.8798462152481079,MVA,18-20 yrs,178,585578,19.01342010498047,0.8798462152481079,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,30.397315979003906 +1982,39,0.8798462152481079,suicide,18-20 yrs,86,585578,19.01342010498047,0.8798462152481079,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,14.686344146728516 +1982,39,0.8798462152481079,homicide,18-20 yrs,46,585578,19.01342010498047,0.8798462152481079,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,7.8554863929748535 +1982,39,0.8798462152481079,other external,18-20 yrs,60,585578,19.01342010498047,0.8798462152481079,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,10.246286392211914 +1982,39,0.8798462152481079,internal,18-20 yrs,162,585578,19.01342010498047,0.8798462152481079,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,27.664974212646484 +1982,39,0.8798462152481079,all,21-24 yrs,812,784933,22.50885009765625,1,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,103.44831848144531 +1982,39,0.8798462152481079,MVA,21-24 yrs,216,784933,22.50885009765625,1,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,27.518272399902344 +1982,39,0.8798462152481079,suicide,21-24 yrs,128,784933,22.50885009765625,1,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,16.307125091552734 +1982,39,0.8798462152481079,homicide,21-24 yrs,90,784933,22.50885009765625,1,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,11.465947151184082 +1982,39,0.8798462152481079,other external,21-24 yrs,100,784933,22.50885009765625,1,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,12.739940643310547 +1982,39,0.8798462152481079,internal,21-24 yrs,278,784933,22.50885009765625,1,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,35.41703414916992 +1983,39,0.680864155292511,MVA,15-17 yrs,120,519561,16.014514923095703,0,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,23.09642219543457 +1983,39,0.680864155292511,suicide,15-17 yrs,33,519561,16.014514923095703,0,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,6.351515769958496 +1983,39,0.680864155292511,homicide,15-17 yrs,16,519561,16.014514923095703,0,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,3.0795228481292725 +1983,39,0.680864155292511,other external,15-17 yrs,39,519561,16.014514923095703,0,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,7.5063371658325195 +1983,39,0.680864155292511,internal,15-17 yrs,130,519561,16.014514923095703,0,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,25.0211238861084 +1983,39,0.680864155292511,all,18-20 yrs,510,567401,19.02084732055664,0.680864155292511,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,89.8835220336914 +1983,39,0.680864155292511,MVA,18-20 yrs,192,567401,19.02084732055664,0.680864155292511,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,33.8385009765625 +1983,39,0.680864155292511,suicide,18-20 yrs,62,567401,19.02084732055664,0.680864155292511,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,10.927016258239746 +1983,39,0.680864155292511,homicide,18-20 yrs,33,567401,19.02084732055664,0.680864155292511,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,5.81599235534668 +1983,39,0.680864155292511,other external,18-20 yrs,58,567401,19.02084732055664,0.680864155292511,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,10.222047805786133 +1983,39,0.680864155292511,internal,18-20 yrs,165,567401,19.02084732055664,0.680864155292511,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,29.07996368408203 +1983,39,0.680864155292511,all,21-24 yrs,750,768461,22.504751205444336,1,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,97.59766387939453 +1983,39,0.680864155292511,MVA,21-24 yrs,224,768461,22.504751205444336,1,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,29.149169921875 +1983,39,0.680864155292511,suicide,21-24 yrs,111,768461,22.504751205444336,1,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,14.444454193115234 +1983,39,0.680864155292511,homicide,21-24 yrs,68,768461,22.504751205444336,1,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,8.848855018615723 +1983,39,0.680864155292511,other external,21-24 yrs,104,768461,22.504751205444336,1,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,13.53354263305664 +1983,39,0.680864155292511,internal,21-24 yrs,243,768461,22.504751205444336,1,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,31.62164306640625 +1984,39,0.686947226524353,MVA,15-17 yrs,127,513969,15.998275756835938,0,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,24.70966148376465 +1984,39,0.686947226524353,suicide,15-17 yrs,41,513969,15.998275756835938,0,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,7.977134704589844 +1984,39,0.686947226524353,homicide,15-17 yrs,14,513969,15.998275756835938,0,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,2.7238996028900146 +1984,39,0.686947226524353,other external,15-17 yrs,36,513969,15.998275756835938,0,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,7.0043134689331055 +1984,39,0.686947226524353,internal,15-17 yrs,92,513969,15.998275756835938,0,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,17.899911880493164 +1984,39,0.686947226524353,all,18-20 yrs,486,545563,19.03496551513672,0.686947226524353,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,89.08229064941406 +1984,39,0.686947226524353,MVA,18-20 yrs,191,545563,19.03496551513672,0.686947226524353,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,35.00970458984375 +1984,39,0.686947226524353,suicide,18-20 yrs,63,545563,19.03496551513672,0.686947226524353,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,11.547703742980957 +1984,39,0.686947226524353,homicide,18-20 yrs,41,545563,19.03496551513672,0.686947226524353,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,7.515172481536865 +1984,39,0.686947226524353,other external,18-20 yrs,51,545563,19.03496551513672,0.686947226524353,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,9.34814167022705 +1984,39,0.686947226524353,internal,18-20 yrs,140,545563,19.03496551513672,0.686947226524353,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,25.661563873291016 +1984,39,0.686947226524353,all,21-24 yrs,711,752968,22.506858825683594,1,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,94.42632293701172 +1984,39,0.686947226524353,MVA,21-24 yrs,215,752968,22.506858825683594,1,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,28.55367088317871 +1984,39,0.686947226524353,suicide,21-24 yrs,113,752968,22.506858825683594,1,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,15.007277488708496 +1984,39,0.686947226524353,homicide,21-24 yrs,64,752968,22.506858825683594,1,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,8.499696731567383 +1984,39,0.686947226524353,other external,21-24 yrs,93,752968,22.506858825683594,1,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,12.351122856140137 +1984,39,0.686947226524353,internal,21-24 yrs,226,752968,22.506858825683594,1,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,30.014554977416992 +1985,39,0.6815656423568726,MVA,15-17 yrs,113,515176,15.984182357788086,0,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,21.93425178527832 +1985,39,0.6815656423568726,suicide,15-17 yrs,30,515176,15.984182357788086,0,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,5.8232526779174805 +1985,39,0.6815656423568726,homicide,15-17 yrs,16,515176,15.984182357788086,0,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,3.1057348251342773 +1985,39,0.6815656423568726,other external,15-17 yrs,36,515176,15.984182357788086,0,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,6.987903118133545 +1985,39,0.6815656423568726,internal,15-17 yrs,104,515176,15.984182357788086,0,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,20.187274932861328 +1985,39,0.6815656423568726,all,18-20 yrs,485,521803,19.02897071838379,0.6815656423568726,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,92.94695281982422 +1985,39,0.6815656423568726,MVA,18-20 yrs,203,521803,19.02897071838379,0.6815656423568726,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,38.90357208251953 +1985,39,0.6815656423568726,suicide,18-20 yrs,67,521803,19.02897071838379,0.6815656423568726,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,12.840094566345215 +1985,39,0.6815656423568726,homicide,18-20 yrs,37,521803,19.02897071838379,0.6815656423568726,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,7.090798854827881 +1985,39,0.6815656423568726,other external,18-20 yrs,49,521803,19.02897071838379,0.6815656423568726,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,9.390517234802246 +1985,39,0.6815656423568726,internal,18-20 yrs,129,521803,19.02897071838379,0.6815656423568726,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,24.721973419189453 +1985,39,0.6815656423568726,all,21-24 yrs,679,739508,22.514404296875,1,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,91.81780242919922 +1985,39,0.6815656423568726,MVA,21-24 yrs,202,739508,22.514404296875,1,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,27.315458297729492 +1985,39,0.6815656423568726,suicide,21-24 yrs,114,739508,22.514404296875,1,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,15.415655136108398 +1985,39,0.6815656423568726,homicide,21-24 yrs,68,739508,22.514404296875,1,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,9.195302963256836 +1985,39,0.6815656423568726,other external,21-24 yrs,86,739508,22.514404296875,1,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,11.629353523254395 +1985,39,0.6815656423568726,internal,21-24 yrs,209,739508,22.514404296875,1,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,28.262033462524414 +1986,39,0.6782891750335693,MVA,15-17 yrs,128,525135,15.982406616210938,0,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,24.374685287475586 +1986,39,0.6782891750335693,suicide,15-17 yrs,38,525135,15.982406616210938,0,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,7.236234664916992 +1986,39,0.6782891750335693,homicide,15-17 yrs,15,525135,15.982406616210938,0,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,2.8564083576202393 +1986,39,0.6782891750335693,other external,15-17 yrs,48,525135,15.982406616210938,0,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,9.140506744384766 +1986,39,0.6782891750335693,internal,15-17 yrs,106,525135,15.982406616210938,0,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,20.185285568237305 +1986,39,0.6782891750335693,all,18-20 yrs,469,502588,19.018856048583984,0.6782891750335693,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,93.3169937133789 +1986,39,0.6782891750335693,MVA,18-20 yrs,193,502588,19.018856048583984,0.6782891750335693,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,38.4012336730957 +1986,39,0.6782891750335693,suicide,18-20 yrs,55,502588,19.018856048583984,0.6782891750335693,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,10.943357467651367 +1986,39,0.6782891750335693,homicide,18-20 yrs,38,502588,19.018856048583984,0.6782891750335693,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,7.5608649253845215 +1986,39,0.6782891750335693,other external,18-20 yrs,47,502588,19.018856048583984,0.6782891750335693,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,9.351595878601074 +1986,39,0.6782891750335693,internal,18-20 yrs,136,502588,19.018856048583984,0.6782891750335693,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,27.059938430786133 +1986,39,0.6782891750335693,all,21-24 yrs,712,717453,22.51958465576172,1,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,99.23995208740234 +1986,39,0.6782891750335693,MVA,21-24 yrs,269,717453,22.51958465576172,1,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,37.493743896484375 +1986,39,0.6782891750335693,suicide,21-24 yrs,100,717453,22.51958465576172,1,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,13.93819522857666 +1986,39,0.6782891750335693,homicide,21-24 yrs,61,717453,22.51958465576172,1,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,8.502299308776855 +1986,39,0.6782891750335693,other external,21-24 yrs,77,717453,22.51958465576172,1,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,10.732410430908203 +1986,39,0.6782891750335693,internal,21-24 yrs,205,717453,22.51958465576172,1,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,28.573299407958984 +1987,39,0.6388097405433655,MVA,15-17 yrs,153,517701,16.020334243774414,0,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,29.55373764038086 +1987,39,0.6388097405433655,suicide,15-17 yrs,41,517701,16.020334243774414,0,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,7.919629096984863 +1987,39,0.6388097405433655,homicide,15-17 yrs,21,517701,16.020334243774414,0,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,4.056395530700684 +1987,39,0.6388097405433655,other external,15-17 yrs,36,517701,16.020334243774414,0,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,6.953820705413818 +1987,39,0.6388097405433655,internal,15-17 yrs,90,517701,16.020334243774414,0,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,17.384552001953125 +1987,39,0.6388097405433655,all,18-20 yrs,476,498357,19.003782272338867,0.6388097405433655,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,95.51385498046875 +1987,39,0.6388097405433655,MVA,18-20 yrs,198,498357,19.003782272338867,0.6388097405433655,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,39.73055648803711 +1987,39,0.6388097405433655,suicide,18-20 yrs,56,498357,19.003782272338867,0.6388097405433655,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,11.236924171447754 +1987,39,0.6388097405433655,homicide,18-20 yrs,28,498357,19.003782272338867,0.6388097405433655,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,5.618462085723877 +1987,39,0.6388097405433655,other external,18-20 yrs,52,498357,19.003782272338867,0.6388097405433655,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,10.434287071228027 +1987,39,0.6388097405433655,internal,18-20 yrs,142,498357,19.003782272338867,0.6388097405433655,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,28.493629455566406 +1987,39,0.6388097405433655,all,21-24 yrs,681,690752,22.532060623168945,1,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,98.58820343017578 +1987,39,0.6388097405433655,MVA,21-24 yrs,216,690752,22.532060623168945,1,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,31.270267486572266 +1987,39,0.6388097405433655,suicide,21-24 yrs,72,690752,22.532060623168945,1,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,10.423422813415527 +1987,39,0.6388097405433655,homicide,21-24 yrs,58,690752,22.532060623168945,1,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,8.396645545959473 +1987,39,0.6388097405433655,other external,21-24 yrs,79,690752,22.532060623168945,1,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,11.436810493469238 +1987,39,0.6388097405433655,internal,21-24 yrs,256,690752,22.532060623168945,1,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,37.061058044433594 +1988,39,0.35447701811790466,MVA,15-17 yrs,128,496891,16.055429458618164,0,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,25.760177612304688 +1988,39,0.35447701811790466,suicide,15-17 yrs,51,496891,16.055429458618164,0,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,10.26382064819336 +1988,39,0.35447701811790466,homicide,15-17 yrs,15,496891,16.055429458618164,0,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,3.018770694732666 +1988,39,0.35447701811790466,other external,15-17 yrs,38,496891,16.055429458618164,0,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,7.647552490234375 +1988,39,0.35447701811790466,internal,15-17 yrs,101,496891,16.055429458618164,0,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,20.32638931274414 +1988,39,0.35447701811790466,all,18-20 yrs,440,502551,18.990276336669922,0.35447701811790466,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,87.55330657958984 +1988,39,0.35447701811790466,MVA,18-20 yrs,218,502551,18.990276336669922,0.35447701811790466,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,43.37868118286133 +1988,39,0.35447701811790466,suicide,18-20 yrs,52,502551,18.990276336669922,0.35447701811790466,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,10.347208976745605 +1988,39,0.35447701811790466,homicide,18-20 yrs,27,502551,18.990276336669922,0.35447701811790466,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,5.372589111328125 +1988,39,0.35447701811790466,other external,18-20 yrs,36,502551,18.990276336669922,0.35447701811790466,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,7.1634521484375 +1988,39,0.35447701811790466,internal,18-20 yrs,107,502551,18.990276336669922,0.35447701811790466,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,21.291372299194336 +1988,39,0.35447701811790466,all,21-24 yrs,618,666806,22.534263610839844,1,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,92.680633544921875 +1988,39,0.35447701811790466,MVA,21-24 yrs,198,666806,22.534263610839844,1,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,29.69379425048828 +1988,39,0.35447701811790466,suicide,21-24 yrs,81,666806,22.534263610839844,1,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,12.1474609375 +1988,39,0.35447701811790466,homicide,21-24 yrs,70,666806,22.534263610839844,1,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,10.49780559539795 +1988,39,0.35447701811790466,other external,21-24 yrs,56,666806,22.534263610839844,1,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,8.398244857788086 +1988,39,0.35447701811790466,internal,21-24 yrs,213,666806,22.534263610839844,1,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,31.943323135375977 +1989,39,0.055193446576595306,MVA,15-17 yrs,115,465513,16.03733253479004,0,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,24.703927993774414 +1989,39,0.055193446576595306,suicide,15-17 yrs,39,465513,16.03733253479004,0,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,8.377854347229004 +1989,39,0.055193446576595306,homicide,15-17 yrs,15,465513,16.03733253479004,0,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,3.2222516536712646 +1989,39,0.055193446576595306,other external,15-17 yrs,30,465513,16.03733253479004,0,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,6.444503307342529 +1989,39,0.055193446576595306,internal,15-17 yrs,70,465513,16.03733253479004,0,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,15.037174224853516 +1989,39,0.055193446576595306,all,18-20 yrs,476,514859,18.988279342651367,0.055193446576595306,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,92.45249938964844 +1989,39,0.055193446576595306,MVA,18-20 yrs,200,514859,18.988279342651367,0.055193446576595306,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,38.84558868408203 +1989,39,0.055193446576595306,suicide,18-20 yrs,66,514859,18.988279342651367,0.055193446576595306,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,12.81904411315918 +1989,39,0.055193446576595306,homicide,18-20 yrs,57,514859,18.988279342651367,0.055193446576595306,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,11.070992469787598 +1989,39,0.055193446576595306,other external,18-20 yrs,35,514859,18.988279342651367,0.055193446576595306,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,6.797977924346924 +1989,39,0.055193446576595306,internal,18-20 yrs,118,514859,18.988279342651367,0.055193446576595306,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,22.918895721435547 +1989,39,0.055193446576595306,all,21-24 yrs,650,639158,22.521038055419922,1,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,101.69629669189453 +1989,39,0.055193446576595306,MVA,21-24 yrs,220,639158,22.521038055419922,1,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,34.420284271240234 +1989,39,0.055193446576595306,suicide,21-24 yrs,106,639158,22.521038055419922,1,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,16.584318161010742 +1989,39,0.055193446576595306,homicide,21-24 yrs,70,639158,22.521038055419922,1,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,10.951909065246582 +1989,39,0.055193446576595306,other external,21-24 yrs,65,639158,22.521038055419922,1,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,10.169629096984863 +1989,39,0.055193446576595306,internal,21-24 yrs,189,639158,22.521038055419922,1,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,29.570152282714844 +1990,39,0,MVA,15-17 yrs,103,448373,16.014814376831055,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,22.97194480895996 +1990,39,0,suicide,15-17 yrs,25,448373,16.014814376831055,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,5.575715065002441 +1990,39,0,homicide,15-17 yrs,38,448373,16.014814376831055,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,8.475086212158203 +1990,39,0,other external,15-17 yrs,43,448373,16.014814376831055,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,9.590229988098145 +1990,39,0,internal,15-17 yrs,77,448373,16.014814376831055,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,17.173202514648438 +1990,39,0,all,18-20 yrs,469,514349,19.024606704711914,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,91.1832275390625 +1990,39,0,MVA,18-20 yrs,181,514349,19.024606704711914,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,35.19011306762695 +1990,39,0,suicide,18-20 yrs,66,514349,19.024606704711914,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,12.831754684448242 +1990,39,0,homicide,18-20 yrs,63,514349,19.024606704711914,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,12.248493194580078 +1990,39,0,other external,18-20 yrs,39,514349,19.024606704711914,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,7.582400321960449 +1990,39,0,internal,18-20 yrs,120,514349,19.024606704711914,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,23.330461502075195 +1990,39,0,all,21-24 yrs,568,628583,22.490293502807617,1,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,90.36197662353516 +1990,39,0,MVA,21-24 yrs,166,628583,22.490293502807617,1,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,26.408605575561523 +1990,39,0,suicide,21-24 yrs,87,628583,22.490293502807617,1,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,13.840654373168945 +1990,39,0,homicide,21-24 yrs,85,628583,22.490293502807617,1,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,13.522478103637695 +1990,39,0,other external,21-24 yrs,54,628583,22.490293502807617,1,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,8.590750694274902 +1990,39,0,internal,21-24 yrs,176,628583,22.490293502807617,1,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,27.99948501586914 +1991,39,0,MVA,15-17 yrs,110,446865,16.013221740722656,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,24.615936279296875 +1991,39,0,suicide,15-17 yrs,40,446865,16.013221740722656,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,8.951249122619629 +1991,39,0,homicide,15-17 yrs,35,446865,16.013221740722656,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,7.832343101501465 +1991,39,0,other external,15-17 yrs,29,446865,16.013221740722656,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,6.489655494689941 +1991,39,0,internal,15-17 yrs,78,446865,16.013221740722656,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,17.454936981201172 +1991,39,0,all,18-20 yrs,447,494404,19.0520076751709,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,90.4118881225586 +1991,39,0,MVA,18-20 yrs,158,494404,19.0520076751709,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,31.957670211791992 +1991,39,0,suicide,18-20 yrs,53,494404,19.0520076751709,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,10.719978332519531 +1991,39,0,homicide,18-20 yrs,79,494404,19.0520076751709,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,15.978835105895996 +1991,39,0,other external,18-20 yrs,33,494404,19.0520076751709,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,6.674703121185303 +1991,39,0,internal,18-20 yrs,124,494404,19.0520076751709,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,25.080703735351562 +1991,39,0,all,21-24 yrs,616,633721,22.466842651367188,1,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,97.20365905761719 +1991,39,0,MVA,21-24 yrs,184,633721,22.466842651367188,1,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,29.03485870361328 +1991,39,0,suicide,21-24 yrs,99,633721,22.466842651367188,1,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,15.622016906738281 +1991,39,0,homicide,21-24 yrs,81,633721,22.466842651367188,1,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,12.781649589538574 +1991,39,0,other external,21-24 yrs,53,633721,22.466842651367188,1,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,8.363302230834961 +1991,39,0,internal,21-24 yrs,199,633721,22.466842651367188,1,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,31.401830673217773 +1992,39,0,MVA,15-17 yrs,96,454368,16.006589889526367,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,21.12824821472168 +1992,39,0,suicide,15-17 yrs,40,454368,16.006589889526367,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,8.803437232971191 +1992,39,0,homicide,15-17 yrs,26,454368,16.006589889526367,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,5.722233772277832 +1992,39,0,other external,15-17 yrs,25,454368,16.006589889526367,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,5.502148151397705 +1992,39,0,internal,15-17 yrs,91,454368,16.006589889526367,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,20.02781867980957 +1992,39,0,all,18-20 yrs,446,469446,19.036439895629883,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,95.00559997558594 +1992,39,0,MVA,18-20 yrs,132,469446,19.036439895629883,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,28.118249893188477 +1992,39,0,suicide,18-20 yrs,62,469446,19.036439895629883,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,13.207056999206543 +1992,39,0,homicide,18-20 yrs,76,469446,19.036439895629883,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,16.189294815063477 +1992,39,0,other external,18-20 yrs,50,469446,19.036439895629883,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,10.65085220336914 +1992,39,0,internal,18-20 yrs,126,469446,19.036439895629883,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,26.840147018432617 +1992,39,0,all,21-24 yrs,572,644907,22.454425811767578,1,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,88.69496154785156 +1992,39,0,MVA,21-24 yrs,147,644907,22.454425811767578,1,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,22.793983459472656 +1992,39,0,suicide,21-24 yrs,67,644907,22.454425811767578,1,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,10.389095306396484 +1992,39,0,homicide,21-24 yrs,87,644907,22.454425811767578,1,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,13.490317344665527 +1992,39,0,other external,21-24 yrs,56,644907,22.454425811767578,1,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,8.683423042297363 +1992,39,0,internal,21-24 yrs,215,644907,22.454425811767578,1,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,33.338138580322266 +1993,39,0,MVA,15-17 yrs,106,459352,15.997187614440918,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,23.075984954833984 +1993,39,0,suicide,15-17 yrs,22,459352,15.997187614440918,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,4.789355278015137 +1993,39,0,homicide,15-17 yrs,36,459352,15.997187614440918,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,7.837127208709717 +1993,39,0,other external,15-17 yrs,28,459352,15.997187614440918,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,6.095543384552002 +1993,39,0,internal,15-17 yrs,68,459352,15.997187614440918,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,14.803462028503418 +1993,39,0,all,18-20 yrs,451,459605,19.007246017456055,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,98.12773895263672 +1993,39,0,MVA,18-20 yrs,164,459605,19.007246017456055,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,35.68281555175781 +1993,39,0,suicide,18-20 yrs,60,459605,19.007246017456055,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,13.054688453674316 +1993,39,0,homicide,18-20 yrs,80,459605,19.007246017456055,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,17.406251907348633 +1993,39,0,other external,18-20 yrs,37,459605,19.007246017456055,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,8.05039119720459 +1993,39,0,internal,18-20 yrs,110,459605,19.007246017456055,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,23.933595657348633 +1993,39,0,all,21-24 yrs,540,645592,22.49144172668457,1,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,83.64415740966797 +1993,39,0,MVA,21-24 yrs,148,645592,22.49144172668457,1,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,22.92469596862793 +1993,39,0,suicide,21-24 yrs,89,645592,22.49144172668457,1,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,13.785796165466309 +1993,39,0,homicide,21-24 yrs,92,645592,22.49144172668457,1,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,14.250486373901367 +1993,39,0,other external,21-24 yrs,48,645592,22.49144172668457,1,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,7.4350361824035645 +1993,39,0,internal,21-24 yrs,163,645592,22.49144172668457,1,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,25.248144149780273 +1994,39,0,MVA,15-17 yrs,94,472191,15.998231887817383,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,19.907197952270508 +1994,39,0,suicide,15-17 yrs,43,472191,15.998231887817383,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,9.106484413146973 +1994,39,0,homicide,15-17 yrs,33,472191,15.998231887817383,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,6.988697528839111 +1994,39,0,other external,15-17 yrs,33,472191,15.998231887817383,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,6.988697528839111 +1994,39,0,internal,15-17 yrs,75,472191,15.998231887817383,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,15.883402824401855 +1994,39,0,all,18-20 yrs,367,456191,19.006492614746094,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,80.448760986328125 +1994,39,0,MVA,18-20 yrs,111,456191,19.006492614746094,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,24.331912994384766 +1994,39,0,suicide,18-20 yrs,55,456191,19.006492614746094,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,12.056353569030762 +1994,39,0,homicide,18-20 yrs,55,456191,19.006492614746094,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,12.056353569030762 +1994,39,0,other external,18-20 yrs,25,456191,19.006492614746094,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,5.480160713195801 +1994,39,0,internal,18-20 yrs,121,456191,19.006492614746094,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,26.523977279663086 +1994,39,0,all,21-24 yrs,520,630775,22.53951644897461,1,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,82.43827056884766 +1994,39,0,MVA,21-24 yrs,124,630775,22.53951644897461,1,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,19.658357620239258 +1994,39,0,suicide,21-24 yrs,64,630775,22.53951644897461,1,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,10.146248817443848 +1994,39,0,homicide,21-24 yrs,80,630775,22.53951644897461,1,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,12.68281078338623 +1994,39,0,other external,21-24 yrs,47,630775,22.53951644897461,1,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,7.451151371002197 +1994,39,0,internal,21-24 yrs,205,630775,22.53951644897461,1,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,32.49970245361328 +1995,39,0,MVA,15-17 yrs,114,485831,15.986480712890625,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,23.464950561523438 +1995,39,0,suicide,15-17 yrs,30,485831,15.986480712890625,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,6.174986839294434 +1995,39,0,homicide,15-17 yrs,32,485831,15.986480712890625,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,6.586652755737305 +1995,39,0,other external,15-17 yrs,31,485831,15.986480712890625,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,6.380819797515869 +1995,39,0,internal,15-17 yrs,91,485831,15.986480712890625,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,18.730792999267578 +1995,39,0,all,18-20 yrs,414,462232,19.000947952270508,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,89.56541442871094 +1995,39,0,MVA,18-20 yrs,133,462232,19.000947952270508,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,28.77342987060547 +1995,39,0,suicide,18-20 yrs,59,462232,19.000947952270508,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,12.764153480529785 +1995,39,0,homicide,18-20 yrs,54,462232,19.000947952270508,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,11.682445526123047 +1995,39,0,other external,18-20 yrs,36,462232,19.000947952270508,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,7.788296699523926 +1995,39,0,internal,18-20 yrs,132,462232,19.000947952270508,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,28.55708885192871 +1995,39,0,all,21-24 yrs,537,608436,22.5524845123291,1,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,88.25907897949219 +1995,39,0,MVA,21-24 yrs,135,608436,22.5524845123291,1,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,22.18803596496582 +1995,39,0,suicide,21-24 yrs,81,608436,22.5524845123291,1,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,13.312821388244629 +1995,39,0,homicide,21-24 yrs,67,608436,22.5524845123291,1,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,11.011839866638184 +1995,39,0,other external,21-24 yrs,55,608436,22.5524845123291,1,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,9.039569854736328 +1995,39,0,internal,21-24 yrs,199,608436,22.5524845123291,1,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,32.706809997558594 +1996,39,0,MVA,15-17 yrs,99,495898,16.00037384033203,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,19.963783264160156 +1996,39,0,suicide,15-17 yrs,22,495898,16.00037384033203,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,4.43639612197876 +1996,39,0,homicide,15-17 yrs,34,495898,16.00037384033203,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,6.85624885559082 +1996,39,0,other external,15-17 yrs,24,495898,16.00037384033203,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,4.839704990386963 +1996,39,0,internal,15-17 yrs,74,495898,16.00037384033203,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,14.922423362731934 +1996,39,0,all,18-20 yrs,362,465904,18.992340087890625,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,77.69841003417969 +1996,39,0,MVA,18-20 yrs,127,465904,18.992340087890625,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,27.258834838867188 +1996,39,0,suicide,18-20 yrs,37,465904,18.992340087890625,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,7.941550254821777 +1996,39,0,homicide,18-20 yrs,59,465904,18.992340087890625,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,12.663553237915039 +1996,39,0,other external,18-20 yrs,35,465904,18.992340087890625,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,7.512277126312256 +1996,39,0,internal,18-20 yrs,104,465904,18.992340087890625,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,22.322195053100586 +1996,39,0,all,21-24 yrs,447,586148,22.512250900268555,1,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,76.26060485839844 +1996,39,0,MVA,21-24 yrs,144,586148,22.512250900268555,1,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,24.567174911499023 +1996,39,0,suicide,21-24 yrs,50,586148,22.512250900268555,1,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,8.530268669128418 +1996,39,0,homicide,21-24 yrs,62,586148,22.512250900268555,1,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,10.577533721923828 +1996,39,0,other external,21-24 yrs,32,586148,22.512250900268555,1,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,5.459372043609619 +1996,39,0,internal,21-24 yrs,159,586148,22.512250900268555,1,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,27.12625503540039 +1970,40,0,MVA,15-17 yrs,59,148384,15.983623504638672,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,39.76169967651367 +1970,40,0,suicide,15-17 yrs,4,148384,15.983623504638672,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,2.6957085132598877 +1970,40,0,homicide,15-17 yrs,8,148384,15.983623504638672,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,5.391417026519775 +1970,40,0,other external,15-17 yrs,41,148384,15.983623504638672,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,27.631011962890625 +1970,40,0,internal,15-17 yrs,43,148384,15.983623504638672,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,28.978866577148438 +1970,40,0,all,18-20 yrs,184,138265,18.98031997680664,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,133.07778930664062 +1970,40,0,MVA,18-20 yrs,84,138265,18.98031997680664,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,60.75290298461914 +1970,40,0,suicide,18-20 yrs,9,138265,18.98031997680664,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,6.509239673614502 +1970,40,0,homicide,18-20 yrs,3,138265,18.98031997680664,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,2.1697463989257812 +1970,40,0,other external,18-20 yrs,40,138265,18.98031997680664,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,28.92995262145996 +1970,40,0,internal,18-20 yrs,48,138265,18.98031997680664,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,34.7159423828125 +1970,40,0,all,21-24 yrs,248,162635,22.405454635620117,1,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,152.48870849609375 +1970,40,0,MVA,21-24 yrs,96,162635,22.405454635620117,1,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,59.02788543701172 +1970,40,0,suicide,21-24 yrs,13,162635,22.405454635620117,1,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,7.993359565734863 +1970,40,0,homicide,21-24 yrs,19,162635,22.405454635620117,1,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,11.682601928710938 +1970,40,0,other external,21-24 yrs,41,162635,22.405454635620117,1,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,25.20982551574707 +1970,40,0,internal,21-24 yrs,79,162635,22.405454635620117,1,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,48.57503128051758 +1971,40,0,MVA,15-17 yrs,58,152607,15.994790077209473,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,38.00611877441406 +1971,40,0,suicide,15-17 yrs,10,152607,15.994790077209473,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,6.552779197692871 +1971,40,0,homicide,15-17 yrs,1,152607,15.994790077209473,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,0.6552779078483582 +1971,40,0,other external,15-17 yrs,45,152607,15.994790077209473,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,29.487506866455078 +1971,40,0,internal,15-17 yrs,45,152607,15.994790077209473,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,29.487506866455078 +1971,40,0,all,18-20 yrs,206,144759,18.977825164794922,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,142.30548095703125 +1971,40,0,MVA,18-20 yrs,78,144759,18.977825164794922,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,53.882659912109375 +1971,40,0,suicide,18-20 yrs,11,144759,18.977825164794922,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,7.598836898803711 +1971,40,0,homicide,18-20 yrs,10,144759,18.977825164794922,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,6.90803337097168 +1971,40,0,other external,18-20 yrs,46,144759,18.977825164794922,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,31.776952743530273 +1971,40,0,internal,18-20 yrs,61,144759,18.977825164794922,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,42.13900375366211 +1971,40,0,all,21-24 yrs,242,179151,22.537446975708008,1,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,135.08157348632812 +1971,40,0,MVA,21-24 yrs,83,179151,22.537446975708008,1,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,46.32963180541992 +1971,40,0,suicide,21-24 yrs,21,179151,22.537446975708008,1,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,11.721955299377441 +1971,40,0,homicide,21-24 yrs,16,179151,22.537446975708008,1,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,8.931013107299805 +1971,40,0,other external,21-24 yrs,49,179151,22.537446975708008,1,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,27.351228713989258 +1971,40,0,internal,21-24 yrs,73,179151,22.537446975708008,1,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,40.74774932861328 +1972,40,0,MVA,15-17 yrs,58,155621,15.987951278686523,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,37.27003479003906 +1972,40,0,suicide,15-17 yrs,10,155621,15.987951278686523,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,6.425868034362793 +1972,40,0,homicide,15-17 yrs,10,155621,15.987951278686523,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,6.425868034362793 +1972,40,0,other external,15-17 yrs,36,155621,15.987951278686523,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,23.13312530517578 +1972,40,0,internal,15-17 yrs,34,155621,15.987951278686523,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,21.847951889038086 +1972,40,0,all,18-20 yrs,184,149462,18.975252151489258,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,123.10821533203125 +1972,40,0,MVA,18-20 yrs,70,149462,18.975252151489258,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,46.83464813232422 +1972,40,0,suicide,18-20 yrs,8,149462,18.975252151489258,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,5.3525309562683105 +1972,40,0,homicide,18-20 yrs,12,149462,18.975252151489258,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,8.028796195983887 +1972,40,0,other external,18-20 yrs,50,149462,18.975252151489258,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,33.45331954956055 +1972,40,0,internal,18-20 yrs,44,149462,18.975252151489258,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,29.438920974731445 +1972,40,0,all,21-24 yrs,224,178135,22.508636474609375,1,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,125.74732971191406 +1972,40,0,MVA,21-24 yrs,58,178135,22.508636474609375,1,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,32.559574127197266 +1972,40,0,suicide,21-24 yrs,26,178135,22.508636474609375,1,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,14.595671653747559 +1972,40,0,homicide,21-24 yrs,22,178135,22.508636474609375,1,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,12.350183486938477 +1972,40,0,other external,21-24 yrs,50,178135,22.508636474609375,1,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,28.068599700927734 +1972,40,0,internal,21-24 yrs,68,178135,22.508636474609375,1,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,38.17329406738281 +1973,40,0,MVA,15-17 yrs,61,157512,15.992254257202148,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,38.72720718383789 +1973,40,0,suicide,15-17 yrs,8,157512,15.992254257202148,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,5.078978061676025 +1973,40,0,homicide,15-17 yrs,5,157512,15.992254257202148,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,3.174361228942871 +1973,40,0,other external,15-17 yrs,39,157512,15.992254257202148,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,24.76001739501953 +1973,40,0,internal,15-17 yrs,32,157512,15.992254257202148,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,20.3159122467041 +1973,40,0,all,18-20 yrs,221,155178,18.987537384033203,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,142.41709899902344 +1973,40,0,MVA,18-20 yrs,97,155178,18.987537384033203,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,62.50886154174805 +1973,40,0,suicide,18-20 yrs,24,155178,18.987537384033203,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,15.466110229492188 +1973,40,0,homicide,18-20 yrs,11,155178,18.987537384033203,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,7.0886335372924805 +1973,40,0,other external,18-20 yrs,45,155178,18.987537384033203,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,28.99895668029785 +1973,40,0,internal,18-20 yrs,44,155178,18.987537384033203,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,28.354534149169922 +1973,40,0,all,21-24 yrs,225,181713,22.502351760864258,1,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,123.8216323852539 +1973,40,0,MVA,21-24 yrs,78,181713,22.502351760864258,1,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,42.92483139038086 +1973,40,0,suicide,21-24 yrs,23,181713,22.502351760864258,1,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,12.65732192993164 +1973,40,0,homicide,21-24 yrs,25,181713,22.502351760864258,1,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,13.757959365844727 +1973,40,0,other external,21-24 yrs,41,181713,22.502351760864258,1,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,22.563053131103516 +1973,40,0,internal,21-24 yrs,58,181713,22.502351760864258,1,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,31.91846466064453 +1974,40,0,MVA,15-17 yrs,73,159422,16.002458572387695,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,45.7904167175293 +1974,40,0,suicide,15-17 yrs,9,159422,16.002458572387695,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,5.6453938484191895 +1974,40,0,homicide,15-17 yrs,5,159422,16.002458572387695,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,3.1363298892974854 +1974,40,0,other external,15-17 yrs,27,159422,16.002458572387695,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,16.936182022094727 +1974,40,0,internal,15-17 yrs,33,159422,16.002458572387695,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,20.699777603149414 +1974,40,0,all,18-20 yrs,225,159571,18.999135971069336,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,141.00306701660156 +1974,40,0,MVA,18-20 yrs,80,159571,18.999135971069336,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,50.134422302246094 +1974,40,0,suicide,18-20 yrs,31,159571,18.999135971069336,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,19.42708969116211 +1974,40,0,homicide,18-20 yrs,17,159571,18.999135971069336,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,10.653564453125 +1974,40,0,other external,18-20 yrs,49,159571,18.999135971069336,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,30.707334518432617 +1974,40,0,internal,18-20 yrs,48,159571,18.999135971069336,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,30.08065414428711 +1974,40,0,all,21-24 yrs,236,185724,22.471187591552734,1,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,127.07027435302734 +1974,40,0,MVA,21-24 yrs,71,185724,22.471187591552734,1,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,38.2287712097168 +1974,40,0,suicide,21-24 yrs,33,185724,22.471187591552734,1,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,17.768301010131836 +1974,40,0,homicide,21-24 yrs,36,185724,22.471187591552734,1,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,19.383602142333984 +1974,40,0,other external,21-24 yrs,44,185724,22.471187591552734,1,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,23.691068649291992 +1974,40,0,internal,21-24 yrs,52,185724,22.471187591552734,1,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,27.99853515625 +1975,40,0,MVA,15-17 yrs,65,160116,15.998088836669922,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,40.5955696105957 +1975,40,0,suicide,15-17 yrs,15,160116,15.998088836669922,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,9.368207931518555 +1975,40,0,homicide,15-17 yrs,16,160116,15.998088836669922,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,9.992754936218262 +1975,40,0,other external,15-17 yrs,29,160116,15.998088836669922,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,18.11186981201172 +1975,40,0,internal,15-17 yrs,40,160116,15.998088836669922,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,24.981887817382812 +1975,40,0,all,18-20 yrs,199,162971,18.99363136291504,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,122.10761260986328 +1975,40,0,MVA,18-20 yrs,93,162971,18.99363136291504,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,57.06536865234375 +1975,40,0,suicide,18-20 yrs,29,162971,18.99363136291504,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,17.79457664489746 +1975,40,0,homicide,18-20 yrs,17,162971,18.99363136291504,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,10.431303977966309 +1975,40,0,other external,18-20 yrs,28,162971,18.99363136291504,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,17.180971145629883 +1975,40,0,internal,18-20 yrs,32,162971,18.99363136291504,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,19.635395050048828 +1975,40,0,all,21-24 yrs,290,192538,22.460521697998047,1,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,150.61961364746094 +1975,40,0,MVA,21-24 yrs,87,192538,22.460521697998047,1,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,45.18588638305664 +1975,40,0,suicide,21-24 yrs,39,192538,22.460521697998047,1,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,20.255741119384766 +1975,40,0,homicide,21-24 yrs,36,192538,22.460521697998047,1,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,18.697607040405273 +1975,40,0,other external,21-24 yrs,55,192538,22.460521697998047,1,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,28.5657901763916 +1975,40,0,internal,21-24 yrs,73,192538,22.460521697998047,1,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,37.91459274291992 +1976,40,0.08493150770664215,MVA,15-17 yrs,86,162191,15.994247436523438,0,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,53.023902893066406 +1976,40,0.08493150770664215,suicide,15-17 yrs,7,162191,15.994247436523438,0,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,4.31589937210083 +1976,40,0.08493150770664215,homicide,15-17 yrs,2,162191,15.994247436523438,0,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,1.2331140041351318 +1976,40,0.08493150770664215,other external,15-17 yrs,26,162191,15.994247436523438,0,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,16.03048324584961 +1976,40,0.08493150770664215,internal,15-17 yrs,29,162191,15.994247436523438,0,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,17.88015365600586 +1976,40,0.08493150770664215,all,18-20 yrs,217,167640,19.00019645690918,0.08493150770664215,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,129.4440460205078 +1976,40,0.08493150770664215,MVA,18-20 yrs,94,167640,19.00019645690918,0.08493150770664215,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,56.07253646850586 +1976,40,0.08493150770664215,suicide,18-20 yrs,20,167640,19.00019645690918,0.08493150770664215,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,11.930326461791992 +1976,40,0.08493150770664215,homicide,18-20 yrs,14,167640,19.00019645690918,0.08493150770664215,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,8.351228713989258 +1976,40,0.08493150770664215,other external,18-20 yrs,40,167640,19.00019645690918,0.08493150770664215,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,23.860652923583984 +1976,40,0.08493150770664215,internal,18-20 yrs,49,167640,19.00019645690918,0.08493150770664215,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,29.22930145263672 +1976,40,0.08493150770664215,all,21-24 yrs,273,201430,22.459951400756836,1,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,135.5309600830078 +1976,40,0.08493150770664215,MVA,21-24 yrs,86,201430,22.459951400756836,1,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,42.694732666015625 +1976,40,0.08493150770664215,suicide,21-24 yrs,33,201430,22.459951400756836,1,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,16.382862091064453 +1976,40,0.08493150770664215,homicide,21-24 yrs,41,201430,22.459951400756836,1,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,20.35446548461914 +1976,40,0.08493150770664215,other external,21-24 yrs,47,201430,22.459951400756836,1,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,23.333168029785156 +1976,40,0.08493150770664215,internal,21-24 yrs,66,201430,22.459951400756836,1,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,32.765724182128906 +1977,40,1,MVA,15-17 yrs,89,163406,15.998255729675293,0,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,54.4655647277832 +1977,40,1,suicide,15-17 yrs,14,163406,15.998255729675293,0,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,8.56761646270752 +1977,40,1,homicide,15-17 yrs,10,163406,15.998255729675293,0,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,6.119726181030273 +1977,40,1,other external,15-17 yrs,32,163406,15.998255729675293,0,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,19.5831241607666 +1977,40,1,internal,15-17 yrs,38,163406,15.998255729675293,0,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,23.254959106445312 +1977,40,1,all,18-20 yrs,251,169510,19.0111083984375,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,148.0738525390625 +1977,40,1,MVA,18-20 yrs,117,169510,19.0111083984375,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,69.02247619628906 +1977,40,1,suicide,18-20 yrs,29,169510,19.0111083984375,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,17.108135223388672 +1977,40,1,homicide,18-20 yrs,20,169510,19.0111083984375,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,11.798713684082031 +1977,40,1,other external,18-20 yrs,47,169510,19.0111083984375,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,27.726978302001953 +1977,40,1,internal,18-20 yrs,38,169510,19.0111083984375,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,22.417556762695312 +1977,40,1,all,21-24 yrs,285,207647,22.475330352783203,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,137.25216674804688 +1977,40,1,MVA,21-24 yrs,111,207647,22.475330352783203,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,53.45610427856445 +1977,40,1,suicide,21-24 yrs,38,207647,22.475330352783203,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,18.300289154052734 +1977,40,1,homicide,21-24 yrs,31,207647,22.475330352783203,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,14.929183006286621 +1977,40,1,other external,21-24 yrs,47,207647,22.475330352783203,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,22.634567260742188 +1977,40,1,internal,21-24 yrs,58,207647,22.475330352783203,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,27.93202018737793 +1978,40,1,MVA,15-17 yrs,103,164249,16.005016326904297,0,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,62.70966720581055 +1978,40,1,suicide,15-17 yrs,9,164249,16.005016326904297,0,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,5.479485511779785 +1978,40,1,homicide,15-17 yrs,14,164249,16.005016326904297,0,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,8.52364444732666 +1978,40,1,other external,15-17 yrs,33,164249,16.005016326904297,0,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,20.091445922851562 +1978,40,1,internal,15-17 yrs,34,164249,16.005016326904297,0,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,20.70027732849121 +1978,40,1,all,18-20 yrs,241,170667,19.007423400878906,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,141.21066284179688 +1978,40,1,MVA,18-20 yrs,118,170667,19.007423400878906,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,69.14048767089844 +1978,40,1,suicide,18-20 yrs,30,170667,19.007423400878906,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,17.57809066772461 +1978,40,1,homicide,18-20 yrs,31,170667,19.007423400878906,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,18.164026260375977 +1978,40,1,other external,18-20 yrs,26,170667,19.007423400878906,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,15.234345436096191 +1978,40,1,internal,18-20 yrs,36,170667,19.007423400878906,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,21.093708038330078 +1978,40,1,all,21-24 yrs,371,213767,22.47678565979004,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,173.55345153808594 +1978,40,1,MVA,21-24 yrs,139,213767,22.47678565979004,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,65.0240707397461 +1978,40,1,suicide,21-24 yrs,65,213767,22.47678565979004,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,30.406938552856445 +1978,40,1,homicide,21-24 yrs,40,213767,22.47678565979004,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,18.71196174621582 +1978,40,1,other external,21-24 yrs,68,213767,22.47678565979004,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,31.810335159301758 +1978,40,1,internal,21-24 yrs,59,213767,22.47678565979004,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,27.600143432617188 +1979,40,1,MVA,15-17 yrs,80,163023,16.01386833190918,0,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,49.07283020019531 +1979,40,1,suicide,15-17 yrs,16,163023,16.01386833190918,0,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,9.814565658569336 +1979,40,1,homicide,15-17 yrs,10,163023,16.01386833190918,0,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,6.134103775024414 +1979,40,1,other external,15-17 yrs,17,163023,16.01386833190918,0,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,10.427976608276367 +1979,40,1,internal,15-17 yrs,28,163023,16.01386833190918,0,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,17.175491333007812 +1979,40,1,all,18-20 yrs,249,174241,19.00463104248047,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,142.905517578125 +1979,40,1,MVA,18-20 yrs,121,174241,19.00463104248047,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,69.44404602050781 +1979,40,1,suicide,18-20 yrs,30,174241,19.00463104248047,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,17.217531204223633 +1979,40,1,homicide,18-20 yrs,23,174241,19.00463104248047,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,13.20010757446289 +1979,40,1,other external,18-20 yrs,36,174241,19.00463104248047,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,20.661039352416992 +1979,40,1,internal,18-20 yrs,39,174241,19.00463104248047,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,22.38279151916504 +1979,40,1,all,21-24 yrs,322,219563,22.47903823852539,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,146.6549530029297 +1979,40,1,MVA,21-24 yrs,121,219563,22.47903823852539,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,55.109466552734375 +1979,40,1,suicide,21-24 yrs,44,219563,22.47903823852539,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,20.039806365966797 +1979,40,1,homicide,21-24 yrs,41,219563,22.47903823852539,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,18.6734561920166 +1979,40,1,other external,21-24 yrs,59,219563,22.47903823852539,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,26.871559143066406 +1979,40,1,internal,21-24 yrs,57,219563,22.47903823852539,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,25.96065902709961 +1980,40,1,MVA,15-17 yrs,73,159992,16.031471252441406,0,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,45.627281188964844 +1980,40,1,suicide,15-17 yrs,10,159992,16.031471252441406,0,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,6.250312328338623 +1980,40,1,homicide,15-17 yrs,14,159992,16.031471252441406,0,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,8.75043773651123 +1980,40,1,other external,15-17 yrs,32,159992,16.031471252441406,0,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,20.000999450683594 +1980,40,1,internal,15-17 yrs,20,159992,16.031471252441406,0,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,12.500624656677246 +1980,40,1,all,18-20 yrs,267,177432,19.01637840270996,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,150.4801788330078 +1980,40,1,MVA,18-20 yrs,137,177432,19.01637840270996,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,77.212677001953125 +1980,40,1,suicide,18-20 yrs,28,177432,19.01637840270996,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,15.780693054199219 +1980,40,1,homicide,18-20 yrs,24,177432,19.01637840270996,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,13.5263090133667 +1980,40,1,other external,18-20 yrs,38,177432,19.01637840270996,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,21.416654586791992 +1980,40,1,internal,18-20 yrs,40,177432,19.01637840270996,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,22.543848037719727 +1980,40,1,all,21-24 yrs,336,226409,22.481266021728516,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,148.40399169921875 +1980,40,1,MVA,21-24 yrs,140,226409,22.481266021728516,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,61.834999084472656 +1980,40,1,suicide,21-24 yrs,43,226409,22.481266021728516,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,18.992177963256836 +1980,40,1,homicide,21-24 yrs,35,226409,22.481266021728516,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,15.458749771118164 +1980,40,1,other external,21-24 yrs,48,226409,22.481266021728516,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,21.200571060180664 +1980,40,1,internal,21-24 yrs,70,226409,22.481266021728516,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,30.917499542236328 +1981,40,1,MVA,15-17 yrs,74,152676,16.04636001586914,0,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,48.468650817871094 +1981,40,1,suicide,15-17 yrs,12,152676,16.04636001586914,0,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,7.859781265258789 +1981,40,1,homicide,15-17 yrs,6,152676,16.04636001586914,0,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,3.9298906326293945 +1981,40,1,other external,15-17 yrs,24,152676,16.04636001586914,0,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,15.719562530517578 +1981,40,1,internal,15-17 yrs,32,152676,16.04636001586914,0,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,20.95941734313965 +1981,40,1,all,18-20 yrs,252,177369,19.031272888183594,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,142.07669067382812 +1981,40,1,MVA,18-20 yrs,124,177369,19.031272888183594,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,69.91075134277344 +1981,40,1,suicide,18-20 yrs,28,177369,19.031272888183594,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,15.786298751831055 +1981,40,1,homicide,18-20 yrs,28,177369,19.031272888183594,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,15.786298751831055 +1981,40,1,other external,18-20 yrs,34,177369,19.031272888183594,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,19.169076919555664 +1981,40,1,internal,18-20 yrs,38,177369,19.031272888183594,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,21.42426300048828 +1981,40,1,all,21-24 yrs,364,231780,22.491798400878906,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,157.04547119140625 +1981,40,1,MVA,21-24 yrs,144,231780,22.491798400878906,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,62.12788009643555 +1981,40,1,suicide,21-24 yrs,54,231780,22.491798400878906,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,23.297954559326172 +1981,40,1,homicide,21-24 yrs,40,231780,22.491798400878906,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,17.25774383544922 +1981,40,1,other external,21-24 yrs,60,231780,22.491798400878906,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,25.886615753173828 +1981,40,1,internal,21-24 yrs,66,231780,22.491798400878906,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,28.475278854370117 +1982,40,1,MVA,15-17 yrs,72,148181,16.040935516357422,0,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,48.58922576904297 +1982,40,1,suicide,15-17 yrs,8,148181,16.040935516357422,0,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,5.398802757263184 +1982,40,1,homicide,15-17 yrs,10,148181,16.040935516357422,0,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,6.748503684997559 +1982,40,1,other external,15-17 yrs,12,148181,16.040935516357422,0,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,8.098204612731934 +1982,40,1,internal,15-17 yrs,36,148181,16.040935516357422,0,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,24.294612884521484 +1982,40,1,all,18-20 yrs,302,178308,19.03374481201172,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,169.36985778808594 +1982,40,1,MVA,18-20 yrs,144,178308,19.03374481201172,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,80.7591323852539 +1982,40,1,suicide,18-20 yrs,30,178308,19.03374481201172,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,16.824819564819336 +1982,40,1,homicide,18-20 yrs,32,178308,19.03374481201172,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,17.946474075317383 +1982,40,1,other external,18-20 yrs,54,178308,19.03374481201172,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,30.28467559814453 +1982,40,1,internal,18-20 yrs,42,178308,19.03374481201172,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,23.55474853515625 +1982,40,1,all,21-24 yrs,452,241412,22.48295021057129,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,187.23178100585938 +1982,40,1,MVA,21-24 yrs,212,241412,22.48295021057129,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,87.816680908203125 +1982,40,1,suicide,21-24 yrs,48,241412,22.48295021057129,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,19.88302230834961 +1982,40,1,homicide,21-24 yrs,58,241412,22.48295021057129,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,24.025318145751953 +1982,40,1,other external,21-24 yrs,66,241412,22.48295021057129,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,27.339155197143555 +1982,40,1,internal,21-24 yrs,68,241412,22.48295021057129,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,28.167613983154297 +1983,40,0.7232876420021057,MVA,15-17 yrs,44,146852,16.00967025756836,0,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,29.962139129638672 +1983,40,0.7232876420021057,suicide,15-17 yrs,9,146852,16.00967025756836,0,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,6.128619194030762 +1983,40,0.7232876420021057,homicide,15-17 yrs,4,146852,16.00967025756836,0,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,2.7238306999206543 +1983,40,0.7232876420021057,other external,15-17 yrs,26,146852,16.00967025756836,0,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,17.70490074157715 +1983,40,0.7232876420021057,internal,15-17 yrs,29,146852,16.00967025756836,0,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,19.747774124145508 +1983,40,0.7232876420021057,all,18-20 yrs,223,174707,19.044776916503906,0.7232876420021057,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,127.64228057861328 +1983,40,0.7232876420021057,MVA,18-20 yrs,92,174707,19.044776916503906,0.7232876420021057,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,52.65959548950195 +1983,40,0.7232876420021057,suicide,18-20 yrs,28,174707,19.044776916503906,0.7232876420021057,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,16.026832580566406 +1983,40,0.7232876420021057,homicide,18-20 yrs,20,174707,19.044776916503906,0.7232876420021057,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,11.447738647460938 +1983,40,0.7232876420021057,other external,18-20 yrs,40,174707,19.044776916503906,0.7232876420021057,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,22.895477294921875 +1983,40,0.7232876420021057,internal,18-20 yrs,43,174707,19.044776916503906,0.7232876420021057,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,24.61263656616211 +1983,40,0.7232876420021057,all,21-24 yrs,313,244507,22.49201011657715,1,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,128.0126953125 +1983,40,0.7232876420021057,MVA,21-24 yrs,112,244507,22.49201011657715,1,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,45.806461334228516 +1983,40,0.7232876420021057,suicide,21-24 yrs,45,244507,22.49201011657715,1,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,18.404380798339844 +1983,40,0.7232876420021057,homicide,21-24 yrs,38,244507,22.49201011657715,1,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,15.54147720336914 +1983,40,0.7232876420021057,other external,21-24 yrs,51,244507,22.49201011657715,1,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,20.858299255371094 +1983,40,0.7232876420021057,internal,21-24 yrs,67,244507,22.49201011657715,1,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,27.40207862854004 +1984,40,0,MVA,15-17 yrs,53,146599,15.986227989196777,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,36.15304183959961 +1984,40,0,suicide,15-17 yrs,12,146599,15.986227989196777,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,8.18559455871582 +1984,40,0,homicide,15-17 yrs,8,146599,15.986227989196777,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,5.4570631980896 +1984,40,0,other external,15-17 yrs,19,146599,15.986227989196777,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,12.960524559020996 +1984,40,0,internal,15-17 yrs,26,146599,15.986227989196777,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,17.735454559326172 +1984,40,0,all,18-20 yrs,176,163586,19.0598087310791,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,107.58866882324219 +1984,40,0,MVA,18-20 yrs,81,163586,19.0598087310791,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,49.51523971557617 +1984,40,0,suicide,18-20 yrs,24,163586,19.0598087310791,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,14.671181678771973 +1984,40,0,homicide,18-20 yrs,24,163586,19.0598087310791,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,14.671181678771973 +1984,40,0,other external,18-20 yrs,25,163586,19.0598087310791,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,15.28248119354248 +1984,40,0,internal,18-20 yrs,22,163586,19.0598087310791,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,13.448583602905273 +1984,40,0,all,21-24 yrs,292,239474,22.509553909301758,1,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,121.93390655517578 +1984,40,0,MVA,21-24 yrs,94,239474,22.509553909301758,1,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,39.2526969909668 +1984,40,0,suicide,21-24 yrs,35,239474,22.509553909301758,1,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,14.615365028381348 +1984,40,0,homicide,21-24 yrs,41,239474,22.509553909301758,1,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,17.12085723876953 +1984,40,0,other external,21-24 yrs,50,239474,22.509553909301758,1,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,20.879093170166016 +1984,40,0,internal,21-24 yrs,72,239474,22.509553909301758,1,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,30.065895080566406 +1985,40,0,MVA,15-17 yrs,46,148875,15.975234031677246,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,30.898405075073242 +1985,40,0,suicide,15-17 yrs,17,148875,15.975234031677246,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,11.418975830078125 +1985,40,0,homicide,15-17 yrs,4,148875,15.975234031677246,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,2.6868178844451904 +1985,40,0,other external,15-17 yrs,20,148875,15.975234031677246,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,13.434088706970215 +1985,40,0,internal,15-17 yrs,25,148875,15.975234031677246,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,16.792612075805664 +1985,40,0,all,18-20 yrs,179,152844,19.049245834350586,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,117.11287689208984 +1985,40,0,MVA,18-20 yrs,84,152844,19.049245834350586,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,54.9579963684082 +1985,40,0,suicide,18-20 yrs,23,152844,19.049245834350586,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,15.048023223876953 +1985,40,0,homicide,18-20 yrs,12,152844,19.049245834350586,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,7.851142406463623 +1985,40,0,other external,18-20 yrs,29,152844,19.049245834350586,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,18.973594665527344 +1985,40,0,internal,18-20 yrs,31,152844,19.049245834350586,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,20.28211784362793 +1985,40,0,all,21-24 yrs,245,230657,22.525983810424805,1,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,106.21832275390625 +1985,40,0,MVA,21-24 yrs,84,230657,22.525983810424805,1,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,36.41770935058594 +1985,40,0,suicide,21-24 yrs,47,230657,22.525983810424805,1,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,20.376577377319336 +1985,40,0,homicide,21-24 yrs,22,230657,22.525983810424805,1,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,9.537971496582031 +1985,40,0,other external,21-24 yrs,39,230657,22.525983810424805,1,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,16.908222198486328 +1985,40,0,internal,21-24 yrs,53,230657,22.525983810424805,1,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,22.977842330932617 +1986,40,0,MVA,15-17 yrs,52,152340,15.976506233215332,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,34.13417434692383 +1986,40,0,suicide,15-17 yrs,19,152340,15.976506233215332,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,12.472102165222168 +1986,40,0,homicide,15-17 yrs,8,152340,15.976506233215332,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,5.251411437988281 +1986,40,0,other external,15-17 yrs,15,152340,15.976506233215332,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,9.846396446228027 +1986,40,0,internal,15-17 yrs,29,152340,15.976506233215332,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,19.036365509033203 +1986,40,0,all,18-20 yrs,152,145716,19.02250862121582,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,104.3125 +1986,40,0,MVA,18-20 yrs,64,145716,19.02250862121582,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,43.921051025390625 +1986,40,0,suicide,18-20 yrs,25,145716,19.02250862121582,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,17.156660079956055 +1986,40,0,homicide,18-20 yrs,8,145716,19.02250862121582,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,5.490131378173828 +1986,40,0,other external,18-20 yrs,14,145716,19.02250862121582,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,9.6077299118042 +1986,40,0,internal,18-20 yrs,41,145716,19.02250862121582,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,28.136924743652344 +1986,40,0,all,21-24 yrs,248,218375,22.535377502441406,1,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,113.56611633300781 +1986,40,0,MVA,21-24 yrs,98,218375,22.535377502441406,1,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,44.876930236816406 +1986,40,0,suicide,21-24 yrs,33,218375,22.535377502441406,1,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,15.11161994934082 +1986,40,0,homicide,21-24 yrs,37,218375,22.535377502441406,1,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,16.943330764770508 +1986,40,0,other external,21-24 yrs,33,218375,22.535377502441406,1,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,15.11161994934082 +1986,40,0,internal,21-24 yrs,47,218375,22.535377502441406,1,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,21.52260971069336 +1987,40,0,MVA,15-17 yrs,44,150624,16.002004623413086,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,29.21181297302246 +1987,40,0,suicide,15-17 yrs,14,150624,16.002004623413086,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,9.29466724395752 +1987,40,0,homicide,15-17 yrs,7,150624,16.002004623413086,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,4.64733362197876 +1987,40,0,other external,15-17 yrs,13,150624,16.002004623413086,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,8.630763053894043 +1987,40,0,internal,15-17 yrs,24,150624,16.002004623413086,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,15.9337158203125 +1987,40,0,all,18-20 yrs,150,143034,19.001306533813477,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,104.87017059326172 +1987,40,0,MVA,18-20 yrs,57,143034,19.001306533813477,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,39.85066604614258 +1987,40,0,suicide,18-20 yrs,30,143034,19.001306533813477,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,20.97403335571289 +1987,40,0,homicide,18-20 yrs,17,143034,19.001306533813477,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,11.885286331176758 +1987,40,0,other external,18-20 yrs,15,143034,19.001306533813477,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,10.487016677856445 +1987,40,0,internal,18-20 yrs,31,143034,19.001306533813477,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,21.673168182373047 +1987,40,0,all,21-24 yrs,215,202180,22.554218292236328,1,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,106.34088134765625 +1987,40,0,MVA,21-24 yrs,72,202180,22.554218292236328,1,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,35.61183166503906 +1987,40,0,suicide,21-24 yrs,41,202180,22.554218292236328,1,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,20.278959274291992 +1987,40,0,homicide,21-24 yrs,32,202180,22.554218292236328,1,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,15.82748031616211 +1987,40,0,other external,21-24 yrs,30,202180,22.554218292236328,1,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,14.838262557983398 +1987,40,0,internal,21-24 yrs,40,202180,22.554218292236328,1,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,19.784351348876953 +1988,40,0,MVA,15-17 yrs,43,144327,16.032503128051758,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,29.793455123901367 +1988,40,0,suicide,15-17 yrs,11,144327,16.032503128051758,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,7.621581554412842 +1988,40,0,homicide,15-17 yrs,10,144327,16.032503128051758,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,6.928710460662842 +1988,40,0,other external,15-17 yrs,16,144327,16.032503128051758,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,11.085936546325684 +1988,40,0,internal,15-17 yrs,27,144327,16.032503128051758,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,18.707517623901367 +1988,40,0,all,18-20 yrs,157,143797,18.991168975830078,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,109.18169403076172 +1988,40,0,MVA,18-20 yrs,70,143797,18.991168975830078,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,48.67973709106445 +1988,40,0,suicide,18-20 yrs,22,143797,18.991168975830078,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,15.299345970153809 +1988,40,0,homicide,18-20 yrs,16,143797,18.991168975830078,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,11.12679672241211 +1988,40,0,other external,18-20 yrs,18,143797,18.991168975830078,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,12.517646789550781 +1988,40,0,internal,18-20 yrs,31,143797,18.991168975830078,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,21.558168411254883 +1988,40,0,all,21-24 yrs,187,187614,22.550981521606445,1,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,99.6727294921875 +1988,40,0,MVA,21-24 yrs,74,187614,22.550981521606445,1,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,39.442684173583984 +1988,40,0,suicide,21-24 yrs,33,187614,22.550981521606445,1,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,17.589305877685547 +1988,40,0,homicide,21-24 yrs,20,187614,22.550981521606445,1,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,10.660184860229492 +1988,40,0,other external,21-24 yrs,20,187614,22.550981521606445,1,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,10.660184860229492 +1988,40,0,internal,21-24 yrs,40,187614,22.550981521606445,1,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,21.320369720458984 +1989,40,0,MVA,15-17 yrs,61,136737,16.023841857910156,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,44.61118698120117 +1989,40,0,suicide,15-17 yrs,22,136737,16.023841857910156,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,16.08928108215332 +1989,40,0,homicide,15-17 yrs,9,136737,16.023841857910156,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,6.5819783210754395 +1989,40,0,other external,15-17 yrs,10,136737,16.023841857910156,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,7.313309669494629 +1989,40,0,internal,15-17 yrs,29,136737,16.023841857910156,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,21.20859718322754 +1989,40,0,all,18-20 yrs,153,147902,18.99098777770996,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,103.4468765258789 +1989,40,0,MVA,18-20 yrs,83,147902,18.99098777770996,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,56.11824035644531 +1989,40,0,suicide,18-20 yrs,17,147902,18.99098777770996,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,11.494097709655762 +1989,40,0,homicide,18-20 yrs,16,147902,18.99098777770996,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,10.817974090576172 +1989,40,0,other external,18-20 yrs,15,147902,18.99098777770996,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,10.141850471496582 +1989,40,0,internal,18-20 yrs,22,147902,18.99098777770996,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,14.874713897705078 +1989,40,0,all,21-24 yrs,193,177899,22.51968765258789,1,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,108.488525390625 +1989,40,0,MVA,21-24 yrs,65,177899,22.51968765258789,1,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,36.5375862121582 +1989,40,0,suicide,21-24 yrs,29,177899,22.51968765258789,1,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,16.30138397216797 +1989,40,0,homicide,21-24 yrs,22,177899,22.51968765258789,1,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,12.366567611694336 +1989,40,0,other external,21-24 yrs,26,177899,22.51968765258789,1,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,14.615034103393555 +1989,40,0,internal,21-24 yrs,51,177899,22.51968765258789,1,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,28.667951583862305 +1990,40,0,MVA,15-17 yrs,40,134649,15.99819564819336,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,29.706867218017578 +1990,40,0,suicide,15-17 yrs,19,134649,15.99819564819336,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,14.110761642456055 +1990,40,0,homicide,15-17 yrs,17,134649,15.99819564819336,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,12.625418663024902 +1990,40,0,other external,15-17 yrs,19,134649,15.99819564819336,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,14.110761642456055 +1990,40,0,internal,15-17 yrs,26,134649,15.99819564819336,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,19.309463500976562 +1990,40,0,all,18-20 yrs,158,148572,19.02150535583496,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,106.34574127197266 +1990,40,0,MVA,18-20 yrs,73,148572,19.02150535583496,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,49.13442611694336 +1990,40,0,suicide,18-20 yrs,24,148572,19.02150535583496,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,16.153783798217773 +1990,40,0,homicide,18-20 yrs,22,148572,19.02150535583496,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,14.807635307312012 +1990,40,0,other external,18-20 yrs,14,148572,19.02150535583496,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,9.423040390014648 +1990,40,0,internal,18-20 yrs,25,148572,19.02150535583496,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,16.826858520507812 +1990,40,0,all,21-24 yrs,192,173871,22.469715118408203,1,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,110.42669677734375 +1990,40,0,MVA,21-24 yrs,68,173871,22.469715118408203,1,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,39.10945510864258 +1990,40,0,suicide,21-24 yrs,30,173871,22.469715118408203,1,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,17.25417137145996 +1990,40,0,homicide,21-24 yrs,31,173871,22.469715118408203,1,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,17.829309463500977 +1990,40,0,other external,21-24 yrs,15,173871,22.469715118408203,1,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,8.62708568572998 +1990,40,0,internal,21-24 yrs,48,173871,22.469715118408203,1,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,27.606674194335938 +1991,40,0,MVA,15-17 yrs,67,135816,15.998806953430176,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,49.33144760131836 +1991,40,0,suicide,15-17 yrs,15,135816,15.998806953430176,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,11.044354438781738 +1991,40,0,homicide,15-17 yrs,13,135816,15.998806953430176,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,9.571773529052734 +1991,40,0,other external,15-17 yrs,13,135816,15.998806953430176,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,9.571773529052734 +1991,40,0,internal,15-17 yrs,24,135816,15.998806953430176,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,17.67096710205078 +1991,40,0,all,18-20 yrs,187,145153,19.04522132873535,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,128.82957458496094 +1991,40,0,MVA,18-20 yrs,72,145153,19.04522132873535,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,49.60283279418945 +1991,40,0,suicide,18-20 yrs,27,145153,19.04522132873535,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,18.601062774658203 +1991,40,0,homicide,18-20 yrs,31,145153,19.04522132873535,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,21.356775283813477 +1991,40,0,other external,18-20 yrs,25,145153,19.04522132873535,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,17.22320556640625 +1991,40,0,internal,18-20 yrs,32,145153,19.04522132873535,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,22.045703887939453 +1991,40,0,all,21-24 yrs,179,177231,22.439054489135742,1,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,100.99813079833984 +1991,40,0,MVA,21-24 yrs,61,177231,22.439054489135742,1,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,34.418357849121094 +1991,40,0,suicide,21-24 yrs,21,177231,22.439054489135742,1,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,11.848942756652832 +1991,40,0,homicide,21-24 yrs,27,177231,22.439054489135742,1,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,15.234354972839355 +1991,40,0,other external,21-24 yrs,31,177231,22.439054489135742,1,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,17.491296768188477 +1991,40,0,internal,21-24 yrs,39,177231,22.439054489135742,1,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,22.00518035888672 +1992,40,0,MVA,15-17 yrs,52,140003,15.998421669006348,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,37.14206314086914 +1992,40,0,suicide,15-17 yrs,16,140003,15.998421669006348,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,11.428326606750488 +1992,40,0,homicide,15-17 yrs,14,140003,15.998421669006348,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,9.999785423278809 +1992,40,0,other external,15-17 yrs,9,140003,15.998421669006348,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,6.428433895111084 +1992,40,0,internal,15-17 yrs,21,140003,15.998421669006348,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,14.999678611755371 +1992,40,0,all,18-20 yrs,149,141663,19.035097122192383,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,105.17919158935547 +1992,40,0,MVA,18-20 yrs,67,141663,19.035097122192383,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,47.29534149169922 +1992,40,0,suicide,18-20 yrs,26,141663,19.035097122192383,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,18.353416442871094 +1992,40,0,homicide,18-20 yrs,16,141663,19.035097122192383,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,11.29440975189209 +1992,40,0,other external,18-20 yrs,10,141663,19.035097122192383,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,7.059006214141846 +1992,40,0,internal,18-20 yrs,30,141663,19.035097122192383,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,21.177019119262695 +1992,40,0,all,21-24 yrs,186,184668,22.428422927856445,1,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,100.72129821777344 +1992,40,0,MVA,21-24 yrs,47,184668,22.428422927856445,1,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,25.451080322265625 +1992,40,0,suicide,21-24 yrs,38,184668,22.428422927856445,1,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,20.577468872070312 +1992,40,0,homicide,21-24 yrs,27,184668,22.428422927856445,1,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,14.620833396911621 +1992,40,0,other external,21-24 yrs,29,184668,22.428422927856445,1,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,15.703857421875 +1992,40,0,internal,21-24 yrs,45,184668,22.428422927856445,1,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,24.36805534362793 +1993,40,0,MVA,15-17 yrs,45,141931,15.994025230407715,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,31.705547332763672 +1993,40,0,suicide,15-17 yrs,14,141931,15.994025230407715,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,9.863947868347168 +1993,40,0,homicide,15-17 yrs,13,141931,15.994025230407715,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,9.159379959106445 +1993,40,0,other external,15-17 yrs,14,141931,15.994025230407715,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,9.863947868347168 +1993,40,0,internal,15-17 yrs,25,141931,15.994025230407715,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,17.614192962646484 +1993,40,0,all,18-20 yrs,200,141391,19.00724220275879,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,141.45172119140625 +1993,40,0,MVA,18-20 yrs,90,141391,19.00724220275879,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,63.65327453613281 +1993,40,0,suicide,18-20 yrs,26,141391,19.00724220275879,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,18.388723373413086 +1993,40,0,homicide,18-20 yrs,24,141391,19.00724220275879,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,16.974206924438477 +1993,40,0,other external,18-20 yrs,23,141391,19.00724220275879,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,16.26694679260254 +1993,40,0,internal,18-20 yrs,37,141391,19.00724220275879,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,26.168567657470703 +1993,40,0,all,21-24 yrs,201,188322,22.46373176574707,1,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,106.73208618164062 +1993,40,0,MVA,21-24 yrs,65,188322,22.46373176574707,1,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,34.515350341796875 +1993,40,0,suicide,21-24 yrs,42,188322,22.46373176574707,1,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,22.302227020263672 +1993,40,0,homicide,21-24 yrs,34,188322,22.46373176574707,1,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,18.054183959960938 +1993,40,0,other external,21-24 yrs,25,188322,22.46373176574707,1,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,13.275135040283203 +1993,40,0,internal,21-24 yrs,35,188322,22.46373176574707,1,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,18.585189819335938 +1994,40,0,MVA,15-17 yrs,55,145794,15.993820190429688,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,37.72446060180664 +1994,40,0,suicide,15-17 yrs,15,145794,15.993820190429688,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,10.28848934173584 +1994,40,0,homicide,15-17 yrs,23,145794,15.993820190429688,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,15.775683403015137 +1994,40,0,other external,15-17 yrs,24,145794,15.993820190429688,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,16.46158218383789 +1994,40,0,internal,15-17 yrs,19,145794,15.993820190429688,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,13.032086372375488 +1994,40,0,all,18-20 yrs,158,142187,19.008052825927734,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,111.12126922607422 +1994,40,0,MVA,18-20 yrs,59,142187,19.008052825927734,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,41.494651794433594 +1994,40,0,suicide,18-20 yrs,24,142187,19.008052825927734,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,16.879180908203125 +1994,40,0,homicide,18-20 yrs,22,142187,19.008052825927734,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,15.47258186340332 +1994,40,0,other external,18-20 yrs,20,142187,19.008052825927734,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,14.065983772277832 +1994,40,0,internal,18-20 yrs,33,142187,19.008052825927734,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,23.208873748779297 +1994,40,0,all,21-24 yrs,220,187060,22.506725311279297,1,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,117.60932159423828 +1994,40,0,MVA,21-24 yrs,80,187060,22.506725311279297,1,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,42.767024993896484 +1994,40,0,suicide,21-24 yrs,45,187060,22.506725311279297,1,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,24.05645179748535 +1994,40,0,homicide,21-24 yrs,21,187060,22.506725311279297,1,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,11.226344108581543 +1994,40,0,other external,21-24 yrs,20,187060,22.506725311279297,1,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,10.691756248474121 +1994,40,0,internal,21-24 yrs,54,187060,22.506725311279297,1,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,28.86774253845215 +1995,40,0,MVA,15-17 yrs,50,150561,15.972894668579102,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,33.209129333496094 +1995,40,0,suicide,15-17 yrs,14,150561,15.972894668579102,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,9.298556327819824 +1995,40,0,homicide,15-17 yrs,10,150561,15.972894668579102,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,6.641826152801514 +1995,40,0,other external,15-17 yrs,12,150561,15.972894668579102,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,7.970191478729248 +1995,40,0,internal,15-17 yrs,36,150561,15.972894668579102,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,23.910573959350586 +1995,40,0,all,18-20 yrs,164,145330,19.009138107299805,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,112.84662628173828 +1995,40,0,MVA,18-20 yrs,57,145330,19.009138107299805,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,39.22108459472656 +1995,40,0,suicide,18-20 yrs,28,145330,19.009138107299805,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,19.266496658325195 +1995,40,0,homicide,18-20 yrs,25,145330,19.009138107299805,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,17.202228546142578 +1995,40,0,other external,18-20 yrs,21,145330,19.009138107299805,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,14.449872970581055 +1995,40,0,internal,18-20 yrs,33,145330,19.009138107299805,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,22.70694351196289 +1995,40,0,all,21-24 yrs,216,183666,22.51852798461914,1,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,117.60478210449219 +1995,40,0,MVA,21-24 yrs,65,183666,22.51852798461914,1,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,35.39032745361328 +1995,40,0,suicide,21-24 yrs,53,183666,22.51852798461914,1,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,28.85672950744629 +1995,40,0,homicide,21-24 yrs,28,183666,22.51852798461914,1,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,15.245064735412598 +1995,40,0,other external,21-24 yrs,27,183666,22.51852798461914,1,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,14.700597763061523 +1995,40,0,internal,21-24 yrs,43,183666,22.51852798461914,1,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,23.412063598632812 +1996,40,0,MVA,15-17 yrs,58,155181,15.984347343444824,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,37.375709533691406 +1996,40,0,suicide,15-17 yrs,13,155181,15.984347343444824,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,8.377314567565918 +1996,40,0,homicide,15-17 yrs,17,155181,15.984347343444824,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,10.954949378967285 +1996,40,0,other external,15-17 yrs,10,155181,15.984347343444824,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,6.444087982177734 +1996,40,0,internal,15-17 yrs,16,155181,15.984347343444824,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,10.310540199279785 +1996,40,0,all,18-20 yrs,165,147089,19.006145477294922,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,112.1769790649414 +1996,40,0,MVA,18-20 yrs,72,147089,19.006145477294922,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,48.949954986572266 +1996,40,0,suicide,18-20 yrs,23,147089,19.006145477294922,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,15.636791229248047 +1996,40,0,homicide,18-20 yrs,25,147089,19.006145477294922,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,16.996511459350586 +1996,40,0,other external,18-20 yrs,17,147089,19.006145477294922,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,11.557628631591797 +1996,40,0,internal,18-20 yrs,28,147089,19.006145477294922,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,19.036094665527344 +1996,40,0,all,21-24 yrs,184,181382,22.48172950744629,1,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,101.443359375 +1996,40,0,MVA,21-24 yrs,61,181382,22.48172950744629,1,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,33.630680084228516 +1996,40,0,suicide,21-24 yrs,38,181382,22.48172950744629,1,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,20.950260162353516 +1996,40,0,homicide,21-24 yrs,29,181382,22.48172950744629,1,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,15.98835563659668 +1996,40,0,other external,21-24 yrs,19,181382,22.48172950744629,1,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,10.475130081176758 +1996,40,0,internal,21-24 yrs,37,181382,22.48172950744629,1,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,20.398937225341797 +1970,41,0,MVA,15-17 yrs,66,128107,15.997713088989258,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,51.519432067871094 +1970,41,0,suicide,15-17 yrs,4,128107,15.997713088989258,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,3.122389793395996 +1970,41,0,homicide,15-17 yrs,2,128107,15.997713088989258,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,1.561194896697998 +1970,41,0,other external,15-17 yrs,36,128107,15.997713088989258,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,28.10150909423828 +1970,41,0,internal,15-17 yrs,25,128107,15.997713088989258,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,19.514936447143555 +1970,41,0,all,18-20 yrs,147,109616,18.950044631958008,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,134.10450744628906 +1970,41,0,MVA,18-20 yrs,67,109616,18.950044631958008,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,61.12246322631836 +1970,41,0,suicide,18-20 yrs,13,109616,18.950044631958008,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,11.859582901000977 +1970,41,0,homicide,18-20 yrs,7,109616,18.950044631958008,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,6.385929107666016 +1970,41,0,other external,18-20 yrs,28,109616,18.950044631958008,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,25.543716430664062 +1970,41,0,internal,18-20 yrs,32,109616,18.950044631958008,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,29.19281768798828 +1970,41,0,all,21-24 yrs,189,128558,22.43486213684082,1,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,147.01535034179688 +1970,41,0,MVA,21-24 yrs,90,128558,22.43486213684082,1,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,70.00730895996094 +1970,41,0,suicide,21-24 yrs,15,128558,22.43486213684082,1,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,11.667885780334473 +1970,41,0,homicide,21-24 yrs,10,128558,22.43486213684082,1,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,7.778590202331543 +1970,41,0,other external,21-24 yrs,27,128558,22.43486213684082,1,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,21.002193450927734 +1970,41,0,internal,21-24 yrs,47,128558,22.43486213684082,1,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,36.55937576293945 +1971,41,0,MVA,15-17 yrs,35,128728,16.000730514526367,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,27.189111709594727 +1971,41,0,suicide,15-17 yrs,5,128728,16.000730514526367,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,3.8841588497161865 +1971,41,0,homicide,15-17 yrs,0,128728,16.000730514526367,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,0 +1971,41,0,other external,15-17 yrs,28,128728,16.000730514526367,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,21.75128936767578 +1971,41,0,internal,15-17 yrs,22,128728,16.000730514526367,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,17.090299606323242 +1971,41,0,all,18-20 yrs,186,117825,18.945240020751953,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,157.86123657226562 +1971,41,0,MVA,18-20 yrs,81,117825,18.945240020751953,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,68.74602508544922 +1971,41,0,suicide,18-20 yrs,10,117825,18.945240020751953,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,8.487163543701172 +1971,41,0,homicide,18-20 yrs,6,117825,18.945240020751953,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,5.0922980308532715 +1971,41,0,other external,18-20 yrs,49,117825,18.945240020751953,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,41.587100982666016 +1971,41,0,internal,18-20 yrs,40,117825,18.945240020751953,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,33.94865417480469 +1971,41,0,all,21-24 yrs,239,144250,22.570045471191406,1,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,165.6845703125 +1971,41,0,MVA,21-24 yrs,105,144250,22.570045471191406,1,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,72.79029083251953 +1971,41,0,suicide,21-24 yrs,30,144250,22.570045471191406,1,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,20.79722785949707 +1971,41,0,homicide,21-24 yrs,11,144250,22.570045471191406,1,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,7.625649929046631 +1971,41,0,other external,21-24 yrs,48,144250,22.570045471191406,1,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,33.27556228637695 +1971,41,0,internal,21-24 yrs,45,144250,22.570045471191406,1,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,31.19584083557129 +1972,41,0,MVA,15-17 yrs,58,130093,15.983988761901855,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,44.58348846435547 +1972,41,0,suicide,15-17 yrs,10,130093,15.983988761901855,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,7.6868085861206055 +1972,41,0,homicide,15-17 yrs,8,130093,15.983988761901855,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,6.149446964263916 +1972,41,0,other external,15-17 yrs,28,130093,15.983988761901855,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,21.52306365966797 +1972,41,0,internal,15-17 yrs,34,130093,15.983988761901855,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,26.135149002075195 +1972,41,0,all,18-20 yrs,180,123862,18.968528747558594,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,145.32301330566406 +1972,41,0,MVA,18-20 yrs,70,123862,18.968528747558594,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,56.51450729370117 +1972,41,0,suicide,18-20 yrs,18,123862,18.968528747558594,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,14.532301902770996 +1972,41,0,homicide,18-20 yrs,6,123862,18.968528747558594,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,4.844100475311279 +1972,41,0,other external,18-20 yrs,48,123862,18.968528747558594,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,38.752803802490234 +1972,41,0,internal,18-20 yrs,38,123862,18.968528747558594,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,30.679304122924805 +1972,41,0,all,21-24 yrs,222,146100,22.534038543701172,1,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,151.95071411132812 +1972,41,0,MVA,21-24 yrs,108,146100,22.534038543701172,1,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,73.9219741821289 +1972,41,0,suicide,21-24 yrs,18,146100,22.534038543701172,1,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,12.320328712463379 +1972,41,0,homicide,21-24 yrs,20,146100,22.534038543701172,1,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,13.689253807067871 +1972,41,0,other external,21-24 yrs,36,146100,22.534038543701172,1,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,24.640657424926758 +1972,41,0,internal,21-24 yrs,40,146100,22.534038543701172,1,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,27.378507614135742 +1973,41,0,MVA,15-17 yrs,49,131868,15.989330291748047,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,37.15837097167969 +1973,41,0,suicide,15-17 yrs,7,131868,15.989330291748047,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,5.308338642120361 +1973,41,0,homicide,15-17 yrs,3,131868,15.989330291748047,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,2.2750022411346436 +1973,41,0,other external,15-17 yrs,29,131868,15.989330291748047,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,21.991687774658203 +1973,41,0,internal,15-17 yrs,30,131868,15.989330291748047,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,22.750022888183594 +1973,41,0,all,18-20 yrs,171,126211,18.997774124145508,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,135.48739624023438 +1973,41,0,MVA,18-20 yrs,75,126211,18.997774124145508,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,59.42429733276367 +1973,41,0,suicide,18-20 yrs,18,126211,18.997774124145508,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,14.261831283569336 +1973,41,0,homicide,18-20 yrs,5,126211,18.997774124145508,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,3.9616198539733887 +1973,41,0,other external,18-20 yrs,33,126211,18.997774124145508,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,26.146690368652344 +1973,41,0,internal,18-20 yrs,40,126211,18.997774124145508,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,31.69295883178711 +1973,41,0,all,21-24 yrs,220,150825,22.51891326904297,1,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,145.86441040039062 +1973,41,0,MVA,21-24 yrs,94,150825,22.51891326904297,1,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,62.32388687133789 +1973,41,0,suicide,21-24 yrs,33,150825,22.51891326904297,1,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,21.879661560058594 +1973,41,0,homicide,21-24 yrs,8,150825,22.51891326904297,1,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,5.3041605949401855 +1973,41,0,other external,21-24 yrs,51,150825,22.51891326904297,1,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,33.814022064208984 +1973,41,0,internal,21-24 yrs,34,150825,22.51891326904297,1,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,22.542682647705078 +1974,41,0,MVA,15-17 yrs,71,132872,16.00151252746582,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,53.43488311767578 +1974,41,0,suicide,15-17 yrs,9,132872,16.00151252746582,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,6.773436069488525 +1974,41,0,homicide,15-17 yrs,4,132872,16.00151252746582,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,3.010416030883789 +1974,41,0,other external,15-17 yrs,26,132872,16.00151252746582,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,19.567705154418945 +1974,41,0,internal,15-17 yrs,28,132872,16.00151252746582,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,21.072912216186523 +1974,41,0,all,18-20 yrs,197,127011,19.005353927612305,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,155.10467529296875 +1974,41,0,MVA,18-20 yrs,75,127011,19.005353927612305,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,59.05000305175781 +1974,41,0,suicide,18-20 yrs,22,127011,19.005353927612305,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,17.321334838867188 +1974,41,0,homicide,18-20 yrs,12,127011,19.005353927612305,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,9.44800090789795 +1974,41,0,other external,18-20 yrs,55,127011,19.005353927612305,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,43.30333709716797 +1974,41,0,internal,18-20 yrs,33,127011,19.005353927612305,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,25.98200225830078 +1974,41,0,all,21-24 yrs,254,156851,22.479639053344727,1,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,161.93711853027344 +1974,41,0,MVA,21-24 yrs,101,156851,22.479639053344727,1,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,64.39231872558594 +1974,41,0,suicide,21-24 yrs,36,156851,22.479639053344727,1,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,22.951719284057617 +1974,41,0,homicide,21-24 yrs,18,156851,22.479639053344727,1,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,11.475859642028809 +1974,41,0,other external,21-24 yrs,57,156851,22.479639053344727,1,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,36.3402214050293 +1974,41,0,internal,21-24 yrs,42,156851,22.479639053344727,1,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,26.77700424194336 +1975,41,0,MVA,15-17 yrs,68,133033,15.995068550109863,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,51.115135192871094 +1975,41,0,suicide,15-17 yrs,7,133033,15.995068550109863,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,5.261852264404297 +1975,41,0,homicide,15-17 yrs,6,133033,15.995068550109863,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,4.510159015655518 +1975,41,0,other external,15-17 yrs,34,133033,15.995068550109863,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,25.557567596435547 +1975,41,0,internal,15-17 yrs,18,133033,15.995068550109863,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,13.530477523803711 +1975,41,0,all,18-20 yrs,174,128077,18.989295959472656,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,135.85577392578125 +1975,41,0,MVA,18-20 yrs,77,128077,18.989295959472656,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,60.12008285522461 +1975,41,0,suicide,18-20 yrs,17,128077,18.989295959472656,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,13.27326488494873 +1975,41,0,homicide,18-20 yrs,11,128077,18.989295959472656,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,8.588582992553711 +1975,41,0,other external,18-20 yrs,35,128077,18.989295959472656,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,27.32731056213379 +1975,41,0,internal,18-20 yrs,34,128077,18.989295959472656,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,26.54652976989746 +1975,41,0,all,21-24 yrs,238,164983,22.480783462524414,1,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,144.25729370117188 +1975,41,0,MVA,21-24 yrs,82,164983,22.480783462524414,1,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,49.702091217041016 +1975,41,0,suicide,21-24 yrs,40,164983,22.480783462524414,1,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,24.244922637939453 +1975,41,0,homicide,21-24 yrs,14,164983,22.480783462524414,1,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,8.485722541809082 +1975,41,0,other external,21-24 yrs,50,164983,22.480783462524414,1,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,30.30615234375 +1975,41,0,internal,21-24 yrs,52,164983,22.480783462524414,1,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,31.51839828491211 +1976,41,0,MVA,15-17 yrs,60,135333,15.98007869720459,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,44.3350830078125 +1976,41,0,suicide,15-17 yrs,5,135333,15.98007869720459,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,3.6945903301239014 +1976,41,0,homicide,15-17 yrs,3,135333,15.98007869720459,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,2.216754198074341 +1976,41,0,other external,15-17 yrs,34,135333,15.98007869720459,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,25.123214721679688 +1976,41,0,internal,15-17 yrs,28,135333,15.98007869720459,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,20.689706802368164 +1976,41,0,all,18-20 yrs,188,129657,18.99549674987793,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,144.99795532226562 +1976,41,0,MVA,18-20 yrs,95,129657,18.99549674987793,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,73.2702407836914 +1976,41,0,suicide,18-20 yrs,20,129657,18.99549674987793,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,15.425314903259277 +1976,41,0,homicide,18-20 yrs,6,129657,18.99549674987793,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,4.627594470977783 +1976,41,0,other external,18-20 yrs,36,129657,18.99549674987793,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,27.765565872192383 +1976,41,0,internal,18-20 yrs,31,129657,18.99549674987793,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,23.909236907958984 +1976,41,0,all,21-24 yrs,201,171787,22.511638641357422,1,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,117.00536346435547 +1976,41,0,MVA,21-24 yrs,78,171787,22.511638641357422,1,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,45.405067443847656 +1976,41,0,suicide,21-24 yrs,28,171787,22.511638641357422,1,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,16.299253463745117 +1976,41,0,homicide,21-24 yrs,17,171787,22.511638641357422,1,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,9.895976066589355 +1976,41,0,other external,21-24 yrs,44,171787,22.511638641357422,1,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,25.613113403320312 +1976,41,0,internal,21-24 yrs,34,171787,22.511638641357422,1,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,19.79195213317871 +1977,41,0,MVA,15-17 yrs,62,137732,15.991809844970703,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,45.014957427978516 +1977,41,0,suicide,15-17 yrs,10,137732,15.991809844970703,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,7.260477066040039 +1977,41,0,homicide,15-17 yrs,5,137732,15.991809844970703,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,3.6302385330200195 +1977,41,0,other external,15-17 yrs,22,137732,15.991809844970703,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,15.97304916381836 +1977,41,0,internal,15-17 yrs,29,137732,15.991809844970703,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,21.055383682250977 +1977,41,0,all,18-20 yrs,201,131842,19.01031494140625,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,152.45521545410156 +1977,41,0,MVA,18-20 yrs,96,131842,19.01031494140625,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,72.8144302368164 +1977,41,0,suicide,18-20 yrs,19,131842,19.01031494140625,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,14.411189079284668 +1977,41,0,homicide,18-20 yrs,10,131842,19.01031494140625,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,7.584836483001709 +1977,41,0,other external,18-20 yrs,44,131842,19.01031494140625,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,33.3732795715332 +1977,41,0,internal,18-20 yrs,32,131842,19.01031494140625,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,24.27147674560547 +1977,41,0,all,21-24 yrs,274,178271,22.53957748413086,1,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,153.69857788085938 +1977,41,0,MVA,21-24 yrs,105,178271,22.53957748413086,1,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,58.89909362792969 +1977,41,0,suicide,21-24 yrs,38,178271,22.53957748413086,1,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,21.31586265563965 +1977,41,0,homicide,21-24 yrs,20,178271,22.53957748413086,1,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,11.21887493133545 +1977,41,0,other external,21-24 yrs,57,178271,22.53957748413086,1,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,31.973793029785156 +1977,41,0,internal,21-24 yrs,54,178271,22.53957748413086,1,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,30.29096221923828 +1978,41,0,MVA,15-17 yrs,63,138855,16.013769149780273,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,45.371070861816406 +1978,41,0,suicide,15-17 yrs,7,138855,16.013769149780273,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,5.041230201721191 +1978,41,0,homicide,15-17 yrs,4,138855,16.013769149780273,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,2.8807029724121094 +1978,41,0,other external,15-17 yrs,28,138855,16.013769149780273,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,20.164920806884766 +1978,41,0,internal,15-17 yrs,14,138855,16.013769149780273,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,10.082460403442383 +1978,41,0,all,18-20 yrs,209,133067,19.003524780273438,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,157.06373596191406 +1978,41,0,MVA,18-20 yrs,104,133067,19.003524780273438,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,78.15612030029297 +1978,41,0,suicide,18-20 yrs,21,133067,19.003524780273438,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,15.781523704528809 +1978,41,0,homicide,18-20 yrs,10,133067,19.003524780273438,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,7.515011310577393 +1978,41,0,other external,18-20 yrs,46,133067,19.003524780273438,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,34.56904983520508 +1978,41,0,internal,18-20 yrs,28,133067,19.003524780273438,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,21.04203224182129 +1978,41,0,all,21-24 yrs,250,183483,22.532943725585938,1,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,136.25241088867188 +1978,41,0,MVA,21-24 yrs,93,183483,22.532943725585938,1,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,50.68589401245117 +1978,41,0,suicide,21-24 yrs,37,183483,22.532943725585938,1,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,20.165355682373047 +1978,41,0,homicide,21-24 yrs,18,183483,22.532943725585938,1,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,9.810173034667969 +1978,41,0,other external,21-24 yrs,63,183483,22.532943725585938,1,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,34.33560562133789 +1978,41,0,internal,21-24 yrs,39,183483,22.532943725585938,1,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,21.255374908447266 +1979,41,0,MVA,15-17 yrs,53,135474,16.021900177001953,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,39.12189865112305 +1979,41,0,suicide,15-17 yrs,9,135474,16.021900177001953,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,6.643341064453125 +1979,41,0,homicide,15-17 yrs,3,135474,16.021900177001953,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,2.214447021484375 +1979,41,0,other external,15-17 yrs,28,135474,16.021900177001953,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,20.66817283630371 +1979,41,0,internal,15-17 yrs,16,135474,16.021900177001953,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,11.810384750366211 +1979,41,0,all,18-20 yrs,162,136425,18.989707946777344,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,118.74656677246094 +1979,41,0,MVA,18-20 yrs,76,136425,18.989707946777344,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,55.7082633972168 +1979,41,0,suicide,18-20 yrs,21,136425,18.989707946777344,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,15.393073081970215 +1979,41,0,homicide,18-20 yrs,14,136425,18.989707946777344,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,10.262048721313477 +1979,41,0,other external,18-20 yrs,30,136425,18.989707946777344,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,21.99010467529297 +1979,41,0,internal,18-20 yrs,21,136425,18.989707946777344,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,15.393073081970215 +1979,41,0,all,21-24 yrs,271,187358,22.529979705810547,1,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,144.64288330078125 +1979,41,0,MVA,21-24 yrs,115,187358,22.529979705810547,1,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,61.379817962646484 +1979,41,0,suicide,21-24 yrs,42,187358,22.529979705810547,1,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,22.416976928710938 +1979,41,0,homicide,21-24 yrs,10,187358,22.529979705810547,1,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,5.337375640869141 +1979,41,0,other external,21-24 yrs,62,187358,22.529979705810547,1,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,33.09172821044922 +1979,41,0,internal,21-24 yrs,42,187358,22.529979705810547,1,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,22.416976928710938 +1980,41,0,MVA,15-17 yrs,54,132295,16.028209686279297,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,40.817867279052734 +1980,41,0,suicide,15-17 yrs,13,132295,16.028209686279297,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,9.826523780822754 +1980,41,0,homicide,15-17 yrs,4,132295,16.028209686279297,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,3.023545980453491 +1980,41,0,other external,15-17 yrs,22,132295,16.028209686279297,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,16.629501342773438 +1980,41,0,internal,15-17 yrs,19,132295,16.028209686279297,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,14.36184310913086 +1980,41,0,all,18-20 yrs,187,138497,19.004541397094727,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,135.02098083496094 +1980,41,0,MVA,18-20 yrs,86,138497,19.004541397094727,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,62.09520721435547 +1980,41,0,suicide,18-20 yrs,24,138497,19.004541397094727,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,17.328895568847656 +1980,41,0,homicide,18-20 yrs,13,138497,19.004541397094727,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,9.38648509979248 +1980,41,0,other external,18-20 yrs,36,138497,19.004541397094727,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,25.993343353271484 +1980,41,0,internal,18-20 yrs,28,138497,19.004541397094727,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,20.217044830322266 +1980,41,0,all,21-24 yrs,234,190910,22.53504753112793,1,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,122.57084655761719 +1980,41,0,MVA,21-24 yrs,96,190910,22.53504753112793,1,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,50.28547668457031 +1980,41,0,suicide,21-24 yrs,35,190910,22.53504753112793,1,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,18.3332462310791 +1980,41,0,homicide,21-24 yrs,21,190910,22.53504753112793,1,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,10.999947547912598 +1980,41,0,other external,21-24 yrs,41,190910,22.53504753112793,1,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,21.47608757019043 +1980,41,0,internal,21-24 yrs,41,190910,22.53504753112793,1,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,21.47608757019043 +1981,41,0,MVA,15-17 yrs,46,127138,16.022109985351562,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,36.181156158447266 +1981,41,0,suicide,15-17 yrs,11,127138,16.022109985351562,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,8.652015686035156 +1981,41,0,homicide,15-17 yrs,4,127138,16.022109985351562,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,3.1461875438690186 +1981,41,0,other external,15-17 yrs,26,127138,16.022109985351562,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,20.450220108032227 +1981,41,0,internal,15-17 yrs,20,127138,16.022109985351562,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,15.730937957763672 +1981,41,0,all,18-20 yrs,155,136778,19.01627540588379,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,113.32231903076172 +1981,41,0,MVA,18-20 yrs,63,136778,19.01627540588379,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,46.06003952026367 +1981,41,0,suicide,18-20 yrs,22,136778,19.01627540588379,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,16.084457397460938 +1981,41,0,homicide,18-20 yrs,10,136778,19.01627540588379,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,7.311117172241211 +1981,41,0,other external,18-20 yrs,33,136778,19.01627540588379,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,24.126686096191406 +1981,41,0,internal,18-20 yrs,27,136778,19.01627540588379,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,19.74001693725586 +1981,41,0,all,21-24 yrs,227,186090,22.54213523864746,1,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,121.9839859008789 +1981,41,0,MVA,21-24 yrs,96,186090,22.54213523864746,1,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,51.58794021606445 +1981,41,0,suicide,21-24 yrs,32,186090,22.54213523864746,1,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,17.195980072021484 +1981,41,0,homicide,21-24 yrs,19,186090,22.54213523864746,1,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,10.210113525390625 +1981,41,0,other external,21-24 yrs,32,186090,22.54213523864746,1,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,17.195980072021484 +1981,41,0,internal,21-24 yrs,48,186090,22.54213523864746,1,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,25.793970108032227 +1982,41,0,MVA,15-17 yrs,31,121864,16.010700225830078,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,25.438194274902344 +1982,41,0,suicide,15-17 yrs,12,121864,16.010700225830078,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,9.84704303741455 +1982,41,0,homicide,15-17 yrs,6,121864,16.010700225830078,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,4.923521518707275 +1982,41,0,other external,15-17 yrs,15,121864,16.010700225830078,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,12.30880355834961 +1982,41,0,internal,15-17 yrs,20,121864,16.010700225830078,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,16.4117374420166 +1982,41,0,all,18-20 yrs,135,131297,19.022430419921875,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,102.82032012939453 +1982,41,0,MVA,18-20 yrs,64,131297,19.022430419921875,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,48.744449615478516 +1982,41,0,suicide,18-20 yrs,15,131297,19.022430419921875,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,11.424480438232422 +1982,41,0,homicide,18-20 yrs,10,131297,19.022430419921875,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,7.6163201332092285 +1982,41,0,other external,18-20 yrs,23,131297,19.022430419921875,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,17.517536163330078 +1982,41,0,internal,18-20 yrs,23,131297,19.022430419921875,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,17.517536163330078 +1982,41,0,all,21-24 yrs,174,179996,22.519695281982422,1,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,96.66881561279297 +1982,41,0,MVA,21-24 yrs,66,179996,22.519695281982422,1,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,36.66748046875 +1982,41,0,suicide,21-24 yrs,29,179996,22.519695281982422,1,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,16.111469268798828 +1982,41,0,homicide,21-24 yrs,18,179996,22.519695281982422,1,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,10.000222206115723 +1982,41,0,other external,21-24 yrs,26,179996,22.519695281982422,1,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,14.444765090942383 +1982,41,0,internal,21-24 yrs,35,179996,22.519695281982422,1,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,19.444875717163086 +1983,41,0,MVA,15-17 yrs,33,118149,16.001659393310547,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,27.93083381652832 +1983,41,0,suicide,15-17 yrs,6,118149,16.001659393310547,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,5.078333377838135 +1983,41,0,homicide,15-17 yrs,5,118149,16.001659393310547,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,4.231944561004639 +1983,41,0,other external,15-17 yrs,17,118149,16.001659393310547,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,14.38861083984375 +1983,41,0,internal,15-17 yrs,20,118149,16.001659393310547,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,16.927778244018555 +1983,41,0,all,18-20 yrs,141,124219,19.030799865722656,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,113.50920867919922 +1983,41,0,MVA,18-20 yrs,64,124219,19.030799865722656,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,51.521907806396484 +1983,41,0,suicide,18-20 yrs,19,124219,19.030799865722656,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,15.29556655883789 +1983,41,0,homicide,18-20 yrs,8,124219,19.030799865722656,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,6.4402384757995605 +1983,41,0,other external,18-20 yrs,20,124219,19.030799865722656,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,16.100597381591797 +1983,41,0,internal,18-20 yrs,30,124219,19.030799865722656,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,24.150894165039062 +1983,41,0,all,21-24 yrs,206,174255,22.510540008544922,1,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,118.2175521850586 +1983,41,0,MVA,21-24 yrs,82,174255,22.510540008544922,1,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,47.057472229003906 +1983,41,0,suicide,21-24 yrs,36,174255,22.510540008544922,1,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,20.659378051757812 +1983,41,0,homicide,21-24 yrs,9,174255,22.510540008544922,1,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,5.164844512939453 +1983,41,0,other external,21-24 yrs,38,174255,22.510540008544922,1,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,21.80712127685547 +1983,41,0,internal,21-24 yrs,41,174255,22.510540008544922,1,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,23.528736114501953 +1984,41,0,MVA,15-17 yrs,50,118527,15.984366416931152,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,42.18448257446289 +1984,41,0,suicide,15-17 yrs,8,118527,15.984366416931152,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,6.74951696395874 +1984,41,0,homicide,15-17 yrs,2,118527,15.984366416931152,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,1.687379240989685 +1984,41,0,other external,15-17 yrs,16,118527,15.984366416931152,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,13.49903392791748 +1984,41,0,internal,15-17 yrs,20,118527,15.984366416931152,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,16.87379264831543 +1984,41,0,all,18-20 yrs,139,118698,19.02667236328125,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,117.10391235351562 +1984,41,0,MVA,18-20 yrs,67,118698,19.02667236328125,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,56.445770263671875 +1984,41,0,suicide,18-20 yrs,19,118698,19.02667236328125,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,16.007009506225586 +1984,41,0,homicide,18-20 yrs,13,118698,19.02667236328125,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,10.952164649963379 +1984,41,0,other external,18-20 yrs,21,118698,19.02667236328125,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,17.691957473754883 +1984,41,0,internal,18-20 yrs,19,118698,19.02667236328125,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,16.007009506225586 +1984,41,0,all,21-24 yrs,229,171175,22.51659393310547,1,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,133.78121948242188 +1984,41,0,MVA,21-24 yrs,91,171175,22.51659393310547,1,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,53.16196823120117 +1984,41,0,suicide,21-24 yrs,32,171175,22.51659393310547,1,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,18.694318771362305 +1984,41,0,homicide,21-24 yrs,14,171175,22.51659393310547,1,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,8.178764343261719 +1984,41,0,other external,21-24 yrs,43,171175,22.51659393310547,1,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,25.12049102783203 +1984,41,0,internal,21-24 yrs,49,171175,22.51659393310547,1,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,28.625675201416016 +1985,41,0,MVA,15-17 yrs,43,120454,15.972354888916016,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,35.69827651977539 +1985,41,0,suicide,15-17 yrs,14,120454,15.972354888916016,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,11.62269401550293 +1985,41,0,homicide,15-17 yrs,2,120454,15.972354888916016,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,1.6603848934173584 +1985,41,0,other external,15-17 yrs,16,120454,15.972354888916016,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,13.283079147338867 +1985,41,0,internal,15-17 yrs,20,120454,15.972354888916016,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,16.603849411010742 +1985,41,0,all,18-20 yrs,130,114050,19.014545440673828,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,113.98509216308594 +1985,41,0,MVA,18-20 yrs,60,114050,19.014545440673828,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,52.60850524902344 +1985,41,0,suicide,18-20 yrs,19,114050,19.014545440673828,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,16.659358978271484 +1985,41,0,homicide,18-20 yrs,7,114050,19.014545440673828,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,6.137659072875977 +1985,41,0,other external,18-20 yrs,26,114050,19.014545440673828,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,22.79701805114746 +1985,41,0,internal,18-20 yrs,18,114050,19.014545440673828,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,15.782551765441895 +1985,41,0,all,21-24 yrs,180,166848,22.538904190063477,1,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,107.88262176513672 +1985,41,0,MVA,21-24 yrs,78,166848,22.538904190063477,1,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,46.74913787841797 +1985,41,0,suicide,21-24 yrs,28,166848,22.538904190063477,1,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,16.781742095947266 +1985,41,0,homicide,21-24 yrs,16,166848,22.538904190063477,1,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,9.589566230773926 +1985,41,0,other external,21-24 yrs,25,166848,22.538904190063477,1,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,14.983697891235352 +1985,41,0,internal,21-24 yrs,33,166848,22.538904190063477,1,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,19.778480529785156 +1986,41,0,MVA,15-17 yrs,53,122350,15.988581657409668,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,43.3183479309082 +1986,41,0,suicide,15-17 yrs,16,122350,15.988581657409668,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,13.077237129211426 +1986,41,0,homicide,15-17 yrs,5,122350,15.988581657409668,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,4.086636543273926 +1986,41,0,other external,15-17 yrs,23,122350,15.988581657409668,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,18.79852867126465 +1986,41,0,internal,15-17 yrs,15,122350,15.988581657409668,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,12.259909629821777 +1986,41,0,all,18-20 yrs,126,111590,19.005924224853516,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,112.91334533691406 +1986,41,0,MVA,18-20 yrs,61,111590,19.005924224853516,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,54.664398193359375 +1986,41,0,suicide,18-20 yrs,22,111590,19.005924224853516,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,19.715028762817383 +1986,41,0,homicide,18-20 yrs,12,111590,19.005924224853516,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,10.75365161895752 +1986,41,0,other external,18-20 yrs,15,111590,19.005924224853516,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,13.44206428527832 +1986,41,0,internal,18-20 yrs,16,111590,19.005924224853516,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,14.338202476501465 +1986,41,0,all,21-24 yrs,193,160631,22.552465438842773,1,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,120.15115356445312 +1986,41,0,MVA,21-24 yrs,73,160631,22.552465438842773,1,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,45.44577407836914 +1986,41,0,suicide,21-24 yrs,29,160631,22.552465438842773,1,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,18.053800582885742 +1986,41,0,homicide,21-24 yrs,12,160631,22.552465438842773,1,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,7.470538139343262 +1986,41,0,other external,21-24 yrs,40,160631,22.552465438842773,1,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,24.90179443359375 +1986,41,0,internal,21-24 yrs,39,160631,22.552465438842773,1,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,24.27924919128418 +1987,41,0,MVA,15-17 yrs,55,119258,16.033288955688477,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,46.118499755859375 +1987,41,0,suicide,15-17 yrs,9,119258,16.033288955688477,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,7.546663761138916 +1987,41,0,homicide,15-17 yrs,6,119258,16.033288955688477,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,5.031108856201172 +1987,41,0,other external,15-17 yrs,13,119258,16.033288955688477,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,10.900735855102539 +1987,41,0,internal,15-17 yrs,20,119258,16.033288955688477,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,16.770362854003906 +1987,41,0,all,18-20 yrs,146,112193,18.987789154052734,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,130.1328887939453 +1987,41,0,MVA,18-20 yrs,81,112193,18.987789154052734,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,72.19701385498047 +1987,41,0,suicide,18-20 yrs,20,112193,18.987789154052734,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,17.82642364501953 +1987,41,0,homicide,18-20 yrs,3,112193,18.987789154052734,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,2.6739635467529297 +1987,41,0,other external,18-20 yrs,23,112193,18.987789154052734,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,20.50038719177246 +1987,41,0,internal,18-20 yrs,19,112193,18.987789154052734,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,16.935102462768555 +1987,41,0,all,21-24 yrs,171,154278,22.55484962463379,1,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,110.83887481689453 +1987,41,0,MVA,21-24 yrs,79,154278,22.55484962463379,1,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,51.20626449584961 +1987,41,0,suicide,21-24 yrs,29,154278,22.55484962463379,1,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,18.7972354888916 +1987,41,0,homicide,21-24 yrs,16,154278,22.55484962463379,1,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,10.370888710021973 +1987,41,0,other external,21-24 yrs,21,154278,22.55484962463379,1,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,13.611791610717773 +1987,41,0,internal,21-24 yrs,26,154278,22.55484962463379,1,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,16.852693557739258 +1988,41,0,MVA,15-17 yrs,65,114462,16.05076789855957,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,56.78740692138672 +1988,41,0,suicide,15-17 yrs,11,114462,16.05076789855957,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,9.610176086425781 +1988,41,0,homicide,15-17 yrs,5,114462,16.05076789855957,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,4.368261814117432 +1988,41,0,other external,15-17 yrs,20,114462,16.05076789855957,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,17.473047256469727 +1988,41,0,internal,15-17 yrs,14,114462,16.05076789855957,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,12.231133460998535 +1988,41,0,all,18-20 yrs,145,116044,18.976551055908203,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,124.95260620117188 +1988,41,0,MVA,18-20 yrs,85,116044,18.976551055908203,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,73.248077392578125 +1988,41,0,suicide,18-20 yrs,24,116044,18.976551055908203,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,20.68181037902832 +1988,41,0,homicide,18-20 yrs,3,116044,18.976551055908203,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,2.58522629737854 +1988,41,0,other external,18-20 yrs,14,116044,18.976551055908203,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,12.0643892288208 +1988,41,0,internal,18-20 yrs,19,116044,18.976551055908203,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,16.37310028076172 +1988,41,0,all,21-24 yrs,181,150572,22.539775848388672,1,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,120.2082748413086 +1988,41,0,MVA,21-24 yrs,73,150572,22.539775848388672,1,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,48.481788635253906 +1988,41,0,suicide,21-24 yrs,30,150572,22.539775848388672,1,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,19.924022674560547 +1988,41,0,homicide,21-24 yrs,21,150572,22.539775848388672,1,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,13.946816444396973 +1988,41,0,other external,21-24 yrs,21,150572,22.539775848388672,1,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,13.946816444396973 +1988,41,0,internal,21-24 yrs,36,150572,22.539775848388672,1,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,23.90882682800293 +1989,41,0,MVA,15-17 yrs,50,110512,16.021690368652344,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,45.243953704833984 +1989,41,0,suicide,15-17 yrs,13,110512,16.021690368652344,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,11.763428688049316 +1989,41,0,homicide,15-17 yrs,2,110512,16.021690368652344,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,1.809758186340332 +1989,41,0,other external,15-17 yrs,7,110512,16.021690368652344,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,6.334153652191162 +1989,41,0,internal,15-17 yrs,19,110512,16.021690368652344,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,17.192703247070312 +1989,41,0,all,18-20 yrs,128,119721,18.991788864135742,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,106.91524505615234 +1989,41,0,MVA,18-20 yrs,56,119721,18.991788864135742,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,46.775421142578125 +1989,41,0,suicide,18-20 yrs,20,119721,18.991788864135742,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,16.705507278442383 +1989,41,0,homicide,18-20 yrs,5,119721,18.991788864135742,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,4.176376819610596 +1989,41,0,other external,18-20 yrs,25,119721,18.991788864135742,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,20.88188362121582 +1989,41,0,internal,18-20 yrs,22,119721,18.991788864135742,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,18.37605857849121 +1989,41,0,all,21-24 yrs,175,147582,22.519832611083984,1,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,118.5781478881836 +1989,41,0,MVA,21-24 yrs,64,147582,22.519832611083984,1,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,43.36572265625 +1989,41,0,suicide,21-24 yrs,40,147582,22.519832611083984,1,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,27.10357666015625 +1989,41,0,homicide,21-24 yrs,15,147582,22.519832611083984,1,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,10.163841247558594 +1989,41,0,other external,21-24 yrs,20,147582,22.519832611083984,1,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,13.551788330078125 +1989,41,0,internal,21-24 yrs,36,147582,22.519832611083984,1,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,24.393218994140625 +1990,41,0,MVA,15-17 yrs,50,113635,15.984837532043457,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,44.000526428222656 +1990,41,0,suicide,15-17 yrs,16,113635,15.984837532043457,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,14.080168724060059 +1990,41,0,homicide,15-17 yrs,4,113635,15.984837532043457,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,3.5200421810150146 +1990,41,0,other external,15-17 yrs,11,113635,15.984837532043457,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,9.680115699768066 +1990,41,0,internal,15-17 yrs,15,113635,15.984837532043457,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,13.20015811920166 +1990,41,0,all,18-20 yrs,128,119422,19.033126831054688,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,107.18292999267578 +1990,41,0,MVA,18-20 yrs,61,119422,19.033126831054688,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,51.07936477661133 +1990,41,0,suicide,18-20 yrs,20,119422,19.033126831054688,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,16.747333526611328 +1990,41,0,homicide,18-20 yrs,12,119422,19.033126831054688,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,10.048399925231934 +1990,41,0,other external,18-20 yrs,17,119422,19.033126831054688,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,14.235233306884766 +1990,41,0,internal,18-20 yrs,18,119422,19.033126831054688,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,15.072599411010742 +1990,41,0,all,21-24 yrs,168,148499,22.492023468017578,1,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,113.13207244873047 +1990,41,0,MVA,21-24 yrs,72,148499,22.492023468017578,1,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,48.48517608642578 +1990,41,0,suicide,21-24 yrs,30,148499,22.492023468017578,1,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,20.20215606689453 +1990,41,0,homicide,21-24 yrs,14,148499,22.492023468017578,1,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,9.42767333984375 +1990,41,0,other external,21-24 yrs,29,148499,22.492023468017578,1,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,19.528751373291016 +1990,41,0,internal,21-24 yrs,23,148499,22.492023468017578,1,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,15.488319396972656 +1991,41,0,MVA,15-17 yrs,24,116636,15.98852825164795,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,20.57683753967285 +1991,41,0,suicide,15-17 yrs,15,116636,15.98852825164795,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,12.860523223876953 +1991,41,0,homicide,15-17 yrs,6,116636,15.98852825164795,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,5.144209384918213 +1991,41,0,other external,15-17 yrs,15,116636,15.98852825164795,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,12.860523223876953 +1991,41,0,internal,15-17 yrs,19,116636,15.98852825164795,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,16.289997100830078 +1991,41,0,all,18-20 yrs,145,117327,19.037382125854492,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,123.58621978759766 +1991,41,0,MVA,18-20 yrs,63,117327,19.037382125854492,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,53.69607925415039 +1991,41,0,suicide,18-20 yrs,26,117327,19.037382125854492,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,22.160287857055664 +1991,41,0,homicide,18-20 yrs,10,117327,19.037382125854492,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,8.523187637329102 +1991,41,0,other external,18-20 yrs,20,117327,19.037382125854492,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,17.046375274658203 +1991,41,0,internal,18-20 yrs,26,117327,19.037382125854492,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,22.160287857055664 +1991,41,0,all,21-24 yrs,172,152699,22.466768264770508,1,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,112.63990020751953 +1991,41,0,MVA,21-24 yrs,62,152699,22.466768264770508,1,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,40.602752685546875 +1991,41,0,suicide,21-24 yrs,30,152699,22.466768264770508,1,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,19.646493911743164 +1991,41,0,homicide,21-24 yrs,13,152699,22.466768264770508,1,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,8.513481140136719 +1991,41,0,other external,21-24 yrs,32,152699,22.466768264770508,1,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,20.956260681152344 +1991,41,0,internal,21-24 yrs,35,152699,22.466768264770508,1,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,22.920909881591797 +1992,41,0,MVA,15-17 yrs,29,122460,15.985447883605957,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,23.681201934814453 +1992,41,0,suicide,15-17 yrs,20,122460,15.985447883605957,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,16.331863403320312 +1992,41,0,homicide,15-17 yrs,4,122460,15.985447883605957,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,3.2663726806640625 +1992,41,0,other external,15-17 yrs,12,122460,15.985447883605957,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,9.7991180419921875 +1992,41,0,internal,15-17 yrs,18,122460,15.985447883605957,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,14.698677062988281 +1992,41,0,all,18-20 yrs,105,114960,19.013492584228516,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,91.33612060546875 +1992,41,0,MVA,18-20 yrs,35,114960,19.013492584228516,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,30.445371627807617 +1992,41,0,suicide,18-20 yrs,20,114960,19.013492584228516,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,17.397356033325195 +1992,41,0,homicide,18-20 yrs,12,114960,19.013492584228516,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,10.438413619995117 +1992,41,0,other external,18-20 yrs,16,114960,19.013492584228516,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,13.917884826660156 +1992,41,0,internal,18-20 yrs,22,114960,19.013492584228516,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,19.1370906829834 +1992,41,0,all,21-24 yrs,159,156315,22.46697998046875,1,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,101.71768188476562 +1992,41,0,MVA,21-24 yrs,41,156315,22.46697998046875,1,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,26.229087829589844 +1992,41,0,suicide,21-24 yrs,37,156315,22.46697998046875,1,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,23.67015266418457 +1992,41,0,homicide,21-24 yrs,19,156315,22.46697998046875,1,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,12.154943466186523 +1992,41,0,other external,21-24 yrs,33,156315,22.46697998046875,1,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,21.111217498779297 +1992,41,0,internal,21-24 yrs,29,156315,22.46697998046875,1,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,18.552282333374023 +1993,41,0,MVA,15-17 yrs,30,126347,15.989228248596191,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,23.74413299560547 +1993,41,0,suicide,15-17 yrs,15,126347,15.989228248596191,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,11.872066497802734 +1993,41,0,homicide,15-17 yrs,11,126347,15.989228248596191,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,8.706182479858398 +1993,41,0,other external,15-17 yrs,12,126347,15.989228248596191,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,9.497653007507324 +1993,41,0,internal,15-17 yrs,24,126347,15.989228248596191,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,18.99530601501465 +1993,41,0,all,18-20 yrs,103,118180,18.990962982177734,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,87.15518951416016 +1993,41,0,MVA,18-20 yrs,45,118180,18.990962982177734,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,38.07750701904297 +1993,41,0,suicide,18-20 yrs,10,118180,18.990962982177734,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,8.461668968200684 +1993,41,0,homicide,18-20 yrs,11,118180,18.990962982177734,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,9.307835578918457 +1993,41,0,other external,18-20 yrs,15,118180,18.990962982177734,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,12.692502975463867 +1993,41,0,internal,18-20 yrs,22,118180,18.990962982177734,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,18.615671157836914 +1993,41,0,all,21-24 yrs,155,158492,22.510032653808594,1,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,97.79673767089844 +1993,41,0,MVA,21-24 yrs,47,158492,22.510032653808594,1,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,29.65449333190918 +1993,41,0,suicide,21-24 yrs,33,158492,22.510032653808594,1,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,20.821239471435547 +1993,41,0,homicide,21-24 yrs,17,158492,22.510032653808594,1,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,10.726093292236328 +1993,41,0,other external,21-24 yrs,24,158492,22.510032653808594,1,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,15.142720222473145 +1993,41,0,internal,21-24 yrs,34,158492,22.510032653808594,1,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,21.452186584472656 +1994,41,0,MVA,15-17 yrs,30,131707,15.994852066040039,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,22.77783203125 +1994,41,0,suicide,15-17 yrs,15,131707,15.994852066040039,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,11.388916015625 +1994,41,0,homicide,15-17 yrs,6,131707,15.994852066040039,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,4.555566310882568 +1994,41,0,other external,15-17 yrs,12,131707,15.994852066040039,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,9.111132621765137 +1994,41,0,internal,15-17 yrs,15,131707,15.994852066040039,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,11.388916015625 +1994,41,0,all,18-20 yrs,112,121717,18.989648818969727,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,92.0167236328125 +1994,41,0,MVA,18-20 yrs,38,121717,18.989648818969727,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,31.219961166381836 +1994,41,0,suicide,18-20 yrs,24,121717,18.989648818969727,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,19.717870712280273 +1994,41,0,homicide,18-20 yrs,19,121717,18.989648818969727,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,15.609980583190918 +1994,41,0,other external,18-20 yrs,16,121717,18.989648818969727,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,13.145246505737305 +1994,41,0,internal,18-20 yrs,15,121717,18.989648818969727,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,12.323668479919434 +1994,41,0,all,21-24 yrs,160,157705,22.539348602294922,1,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,101.45524597167969 +1994,41,0,MVA,21-24 yrs,41,157705,22.539348602294922,1,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,25.997907638549805 +1994,41,0,suicide,21-24 yrs,37,157705,22.539348602294922,1,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,23.46152687072754 +1994,41,0,homicide,21-24 yrs,16,157705,22.539348602294922,1,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,10.145524978637695 +1994,41,0,other external,21-24 yrs,31,157705,22.539348602294922,1,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,19.656953811645508 +1994,41,0,internal,21-24 yrs,35,157705,22.539348602294922,1,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,22.193336486816406 +1995,41,0,MVA,15-17 yrs,35,137071,15.981279373168945,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,25.534212112426758 +1995,41,0,suicide,15-17 yrs,19,137071,15.981279373168945,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,13.861429214477539 +1995,41,0,homicide,15-17 yrs,12,137071,15.981279373168945,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,8.754587173461914 +1995,41,0,other external,15-17 yrs,22,137071,15.981279373168945,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,16.05007553100586 +1995,41,0,internal,15-17 yrs,20,137071,15.981279373168945,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,14.590978622436523 +1995,41,0,all,18-20 yrs,139,127482,18.988908767700195,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,109.03500366210938 +1995,41,0,MVA,18-20 yrs,54,127482,18.988908767700195,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,42.35892105102539 +1995,41,0,suicide,18-20 yrs,26,127482,18.988908767700195,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,20.395036697387695 +1995,41,0,homicide,18-20 yrs,12,127482,18.988908767700195,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,9.413093566894531 +1995,41,0,other external,18-20 yrs,21,127482,18.988908767700195,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,16.47291374206543 +1995,41,0,internal,18-20 yrs,26,127482,18.988908767700195,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,20.395036697387695 +1995,41,0,all,21-24 yrs,150,155508,22.528165817260742,1,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,96.45806121826172 +1995,41,0,MVA,21-24 yrs,49,155508,22.528165817260742,1,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,31.509632110595703 +1995,41,0,suicide,21-24 yrs,39,155508,22.528165817260742,1,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,25.0790958404541 +1995,41,0,homicide,21-24 yrs,23,155508,22.528165817260742,1,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,14.79023551940918 +1995,41,0,other external,21-24 yrs,18,155508,22.528165817260742,1,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,11.574967384338379 +1995,41,0,internal,21-24 yrs,21,155508,22.528165817260742,1,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,13.504128456115723 +1996,41,0,MVA,15-17 yrs,33,141528,15.994757652282715,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,23.316940307617188 +1996,41,0,suicide,15-17 yrs,13,141528,15.994757652282715,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,9.18546199798584 +1996,41,0,homicide,15-17 yrs,5,141528,15.994757652282715,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,3.532869815826416 +1996,41,0,other external,15-17 yrs,12,141528,15.994757652282715,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,8.478887557983398 +1996,41,0,internal,15-17 yrs,19,141528,15.994757652282715,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,13.424905776977539 +1996,41,0,all,18-20 yrs,137,131886,18.98978614807129,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,103.87759399414062 +1996,41,0,MVA,18-20 yrs,57,131886,18.98978614807129,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,43.21914291381836 +1996,41,0,suicide,18-20 yrs,21,131886,18.98978614807129,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,15.922842025756836 +1996,41,0,homicide,18-20 yrs,14,131886,18.98978614807129,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,10.615228652954102 +1996,41,0,other external,18-20 yrs,19,131886,18.98978614807129,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,14.406381607055664 +1996,41,0,internal,18-20 yrs,26,131886,18.98978614807129,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,19.7139949798584 +1996,41,0,all,21-24 yrs,167,155755,22.480016708374023,1,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,107.21967315673828 +1996,41,0,MVA,21-24 yrs,49,155755,22.480016708374023,1,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,31.45966339111328 +1996,41,0,suicide,21-24 yrs,36,155755,22.480016708374023,1,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,23.113222122192383 +1996,41,0,homicide,21-24 yrs,15,155755,22.480016708374023,1,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,9.630509376525879 +1996,41,0,other external,21-24 yrs,31,155755,22.480016708374023,1,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,19.903053283691406 +1996,41,0,internal,21-24 yrs,36,155755,22.480016708374023,1,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,23.113222122192383 +1970,42,0,MVA,15-17 yrs,168,671304,15.986927032470703,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,25.02591896057129 +1970,42,0,suicide,15-17 yrs,34,671304,15.986927032470703,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,5.064769268035889 +1970,42,0,homicide,15-17 yrs,35,671304,15.986927032470703,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,5.213733196258545 +1970,42,0,other external,15-17 yrs,94,671304,15.986927032470703,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,14.00259780883789 +1970,42,0,internal,15-17 yrs,168,671304,15.986927032470703,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,25.02591896057129 +1970,42,0,all,18-20 yrs,678,587880,18.94813346862793,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,115.32965850830078 +1970,42,0,MVA,18-20 yrs,260,587880,18.94813346862793,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,44.22671127319336 +1970,42,0,suicide,18-20 yrs,44,587880,18.94813346862793,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,7.484520435333252 +1970,42,0,homicide,18-20 yrs,59,587880,18.94813346862793,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,10.036062240600586 +1970,42,0,other external,18-20 yrs,115,587880,18.94813346862793,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,19.56181526184082 +1970,42,0,internal,18-20 yrs,200,587880,18.94813346862793,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,34.02054977416992 +1970,42,0,all,21-24 yrs,855,671684,22.420522689819336,1,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,127.29199981689453 +1970,42,0,MVA,21-24 yrs,284,671684,22.420522689819336,1,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,42.28178787231445 +1970,42,0,suicide,21-24 yrs,91,671684,22.420522689819336,1,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,13.5480375289917 +1970,42,0,homicide,21-24 yrs,69,671684,22.420522689819336,1,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,10.272687911987305 +1970,42,0,other external,21-24 yrs,124,671684,22.420522689819336,1,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,18.461061477661133 +1970,42,0,internal,21-24 yrs,287,671684,22.420522689819336,1,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,42.728424072265625 +1971,42,0,MVA,15-17 yrs,151,679390,15.988808631896973,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,22.225820541381836 +1971,42,0,suicide,15-17 yrs,18,679390,15.988808631896973,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,2.649435520172119 +1971,42,0,homicide,15-17 yrs,49,679390,15.988808631896973,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,7.212352275848389 +1971,42,0,other external,15-17 yrs,106,679390,15.988808631896973,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,15.6022310256958 +1971,42,0,internal,15-17 yrs,198,679390,15.988808631896973,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,29.14379119873047 +1971,42,0,all,18-20 yrs,667,616309,18.96628189086914,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,108.22492980957031 +1971,42,0,MVA,18-20 yrs,252,616309,18.96628189086914,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,40.888580322265625 +1971,42,0,suicide,18-20 yrs,43,616309,18.96628189086914,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,6.977019786834717 +1971,42,0,homicide,18-20 yrs,63,616309,18.96628189086914,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,10.222145080566406 +1971,42,0,other external,18-20 yrs,128,616309,18.96628189086914,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,20.768802642822266 +1971,42,0,internal,18-20 yrs,181,616309,18.96628189086914,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,29.368385314941406 +1971,42,0,all,21-24 yrs,979,745407,22.550127029418945,1,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,131.337646484375 +1971,42,0,MVA,21-24 yrs,328,745407,22.550127029418945,1,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,44.0028076171875 +1971,42,0,suicide,21-24 yrs,85,745407,22.550127029418945,1,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,11.403166770935059 +1971,42,0,homicide,21-24 yrs,105,745407,22.550127029418945,1,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,14.086264610290527 +1971,42,0,other external,21-24 yrs,172,745407,22.550127029418945,1,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,23.074642181396484 +1971,42,0,internal,21-24 yrs,289,745407,22.550127029418945,1,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,38.77076721191406 +1972,42,0,MVA,15-17 yrs,180,689894,15.979510307312012,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,26.090965270996094 +1972,42,0,suicide,15-17 yrs,40,689894,15.979510307312012,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,5.79799222946167 +1972,42,0,homicide,15-17 yrs,40,689894,15.979510307312012,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,5.79799222946167 +1972,42,0,other external,15-17 yrs,100,689894,15.979510307312012,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,14.494980812072754 +1972,42,0,internal,15-17 yrs,162,689894,15.979510307312012,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,23.481868743896484 +1972,42,0,all,18-20 yrs,682,632209,18.98011016845703,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,107.87571716308594 +1972,42,0,MVA,18-20 yrs,252,632209,18.98011016845703,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,39.86023712158203 +1972,42,0,suicide,18-20 yrs,66,632209,18.98011016845703,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,10.43958568572998 +1972,42,0,homicide,18-20 yrs,44,632209,18.98011016845703,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,6.959723949432373 +1972,42,0,other external,18-20 yrs,130,632209,18.98011016845703,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,20.562820434570312 +1972,42,0,internal,18-20 yrs,190,632209,18.98011016845703,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,30.05335235595703 +1972,42,0,all,21-24 yrs,880,747108,22.501781463623047,1,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,117.78752136230469 +1972,42,0,MVA,21-24 yrs,258,747108,22.501781463623047,1,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,34.53316116333008 +1972,42,0,suicide,21-24 yrs,104,747108,22.501781463623047,1,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,13.920343399047852 +1972,42,0,homicide,21-24 yrs,108,747108,22.501781463623047,1,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,14.455740928649902 +1972,42,0,other external,21-24 yrs,148,747108,22.501781463623047,1,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,19.80971908569336 +1972,42,0,internal,21-24 yrs,262,747108,22.501781463623047,1,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,35.06855773925781 +1973,42,0,MVA,15-17 yrs,212,697557,15.983109474182129,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,30.391780853271484 +1973,42,0,suicide,15-17 yrs,27,697557,15.983109474182129,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,3.8706514835357666 +1973,42,0,homicide,15-17 yrs,58,697557,15.983109474182129,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,8.314732551574707 +1973,42,0,other external,15-17 yrs,104,697557,15.983109474182129,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,14.909175872802734 +1973,42,0,internal,15-17 yrs,172,697557,15.983109474182129,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,24.65748405456543 +1973,42,0,all,18-20 yrs,726,638858,18.983999252319336,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,113.64027404785156 +1973,42,0,MVA,18-20 yrs,286,638858,18.983999252319336,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,44.76738357543945 +1973,42,0,suicide,18-20 yrs,66,638858,18.983999252319336,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,10.330934524536133 +1973,42,0,homicide,18-20 yrs,68,638858,18.983999252319336,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,10.64399242401123 +1973,42,0,other external,18-20 yrs,126,638858,18.983999252319336,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,19.722692489624023 +1973,42,0,internal,18-20 yrs,180,638858,18.983999252319336,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,28.175275802612305 +1973,42,0,all,21-24 yrs,889,758402,22.487316131591797,1,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,117.22015380859375 +1973,42,0,MVA,21-24 yrs,281,758402,22.487316131591797,1,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,37.05158996582031 +1973,42,0,suicide,21-24 yrs,97,758402,22.487316131591797,1,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,12.790050506591797 +1973,42,0,homicide,21-24 yrs,104,758402,22.487316131591797,1,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,13.713044166564941 +1973,42,0,other external,21-24 yrs,156,758402,22.487316131591797,1,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,20.56956672668457 +1973,42,0,internal,21-24 yrs,251,758402,22.487316131591797,1,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,33.09590530395508 +1974,42,0,MVA,15-17 yrs,203,700688,15.999727249145508,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,28.971525192260742 +1974,42,0,suicide,15-17 yrs,20,700688,15.999727249145508,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,2.854337453842163 +1974,42,0,homicide,15-17 yrs,69,700688,15.999727249145508,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,9.847464561462402 +1974,42,0,other external,15-17 yrs,94,700688,15.999727249145508,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,13.415386199951172 +1974,42,0,internal,15-17 yrs,165,700688,15.999727249145508,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,23.54828453063965 +1974,42,0,all,18-20 yrs,732,647831,18.989845275878906,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,112.992431640625 +1974,42,0,MVA,18-20 yrs,289,647831,18.989845275878906,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,44.61040115356445 +1974,42,0,suicide,18-20 yrs,59,647831,18.989845275878906,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,9.10731315612793 +1974,42,0,homicide,18-20 yrs,86,647831,18.989845275878906,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,13.275067329406738 +1974,42,0,other external,18-20 yrs,136,647831,18.989845275878906,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,20.99312973022461 +1974,42,0,internal,18-20 yrs,162,647831,18.989845275878906,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,25.006521224975586 +1974,42,0,all,21-24 yrs,877,767013,22.472028732299805,1,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,114.33965301513672 +1974,42,0,MVA,21-24 yrs,260,767013,22.472028732299805,1,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,33.89773178100586 +1974,42,0,suicide,21-24 yrs,113,767013,22.472028732299805,1,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,14.732475280761719 +1974,42,0,homicide,21-24 yrs,96,767013,22.472028732299805,1,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,12.516084671020508 +1974,42,0,other external,21-24 yrs,153,767013,22.472028732299805,1,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,19.947509765625 +1974,42,0,internal,21-24 yrs,255,767013,22.472028732299805,1,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,33.245849609375 +1975,42,0,MVA,15-17 yrs,157,694080,16.008426666259766,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,22.619871139526367 +1975,42,0,suicide,15-17 yrs,40,694080,16.008426666259766,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,5.76302433013916 +1975,42,0,homicide,15-17 yrs,47,694080,16.008426666259766,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,6.7715535163879395 +1975,42,0,other external,15-17 yrs,98,694080,16.008426666259766,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,14.119409561157227 +1975,42,0,internal,15-17 yrs,165,694080,16.008426666259766,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,23.772476196289062 +1975,42,0,all,18-20 yrs,702,663306,18.980966567993164,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,105.83350372314453 +1975,42,0,MVA,18-20 yrs,255,663306,18.980966567993164,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,38.44379425048828 +1975,42,0,suicide,18-20 yrs,71,663306,18.980966567993164,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,10.703958511352539 +1975,42,0,homicide,18-20 yrs,72,663306,18.980966567993164,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,10.854718208312988 +1975,42,0,other external,18-20 yrs,128,663306,18.980966567993164,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,19.297277450561523 +1975,42,0,internal,18-20 yrs,176,663306,18.980966567993164,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,26.533756256103516 +1975,42,0,all,21-24 yrs,902,785634,22.473485946655273,1,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,114.81172943115234 +1975,42,0,MVA,21-24 yrs,273,785634,22.473485946655273,1,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,34.74900436401367 +1975,42,0,suicide,21-24 yrs,134,785634,22.473485946655273,1,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,17.05628776550293 +1975,42,0,homicide,21-24 yrs,88,785634,22.473485946655273,1,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,11.201144218444824 +1975,42,0,other external,21-24 yrs,162,785634,22.473485946655273,1,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,20.620288848876953 +1975,42,0,internal,21-24 yrs,245,785634,22.473485946655273,1,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,31.18500518798828 +1976,42,0,MVA,15-17 yrs,176,686709,16.001062393188477,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,25.629487991333008 +1976,42,0,suicide,15-17 yrs,26,686709,16.001062393188477,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,3.7861742973327637 +1976,42,0,homicide,15-17 yrs,45,686709,16.001062393188477,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,6.552994251251221 +1976,42,0,other external,15-17 yrs,87,686709,16.001062393188477,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,12.669121742248535 +1976,42,0,internal,15-17 yrs,129,686709,16.001062393188477,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,18.785249710083008 +1976,42,0,all,18-20 yrs,691,674158,18.984649658203125,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,102.49822998046875 +1976,42,0,MVA,18-20 yrs,261,674158,18.984649658203125,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,38.71495819091797 +1976,42,0,suicide,18-20 yrs,74,674158,18.984649658203125,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,10.976655006408691 +1976,42,0,homicide,18-20 yrs,62,674158,18.984649658203125,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,9.196657180786133 +1976,42,0,other external,18-20 yrs,124,674158,18.984649658203125,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,18.393314361572266 +1976,42,0,internal,18-20 yrs,170,674158,18.984649658203125,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,25.21664047241211 +1976,42,0,all,21-24 yrs,883,797136,22.474496841430664,1,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,110.77156066894531 +1976,42,0,MVA,21-24 yrs,291,797136,22.474496841430664,1,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,36.50569152832031 +1976,42,0,suicide,21-24 yrs,116,797136,22.474496841430664,1,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,14.552096366882324 +1976,42,0,homicide,21-24 yrs,102,797136,22.474496841430664,1,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,12.795808792114258 +1976,42,0,other external,21-24 yrs,147,797136,22.474496841430664,1,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,18.44101905822754 +1976,42,0,internal,21-24 yrs,227,797136,22.474496841430664,1,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,28.476947784423828 +1977,42,0,MVA,15-17 yrs,174,674850,16.004150390625,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,25.78350830078125 +1977,42,0,suicide,15-17 yrs,36,674850,16.004150390625,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,5.334518909454346 +1977,42,0,homicide,15-17 yrs,33,674850,16.004150390625,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,4.889975547790527 +1977,42,0,other external,15-17 yrs,96,674850,16.004150390625,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,14.225383758544922 +1977,42,0,internal,15-17 yrs,117,674850,16.004150390625,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,17.337186813354492 +1977,42,0,all,18-20 yrs,704,680289,19.002521514892578,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,103.48542785644531 +1977,42,0,MVA,18-20 yrs,286,680289,19.002521514892578,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,42.04095458984375 +1977,42,0,suicide,18-20 yrs,91,680289,19.002521514892578,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,13.376667976379395 +1977,42,0,homicide,18-20 yrs,49,680289,19.002521514892578,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,7.202821254730225 +1977,42,0,other external,18-20 yrs,134,680289,19.002521514892578,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,19.697511672973633 +1977,42,0,internal,18-20 yrs,144,680289,19.002521514892578,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,21.1674747467041 +1977,42,0,all,21-24 yrs,899,805200,22.47405433654785,1,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,111.64927673339844 +1977,42,0,MVA,21-24 yrs,293,805200,22.47405433654785,1,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,36.38847351074219 +1977,42,0,suicide,21-24 yrs,143,805200,22.47405433654785,1,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,17.759563446044922 +1977,42,0,homicide,21-24 yrs,78,805200,22.47405433654785,1,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,9.687034606933594 +1977,42,0,other external,21-24 yrs,178,805200,22.47405433654785,1,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,22.10630989074707 +1977,42,0,internal,21-24 yrs,207,805200,22.47405433654785,1,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,25.70789909362793 +1978,42,0,MVA,15-17 yrs,188,664204,16.01622772216797,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,28.30455780029297 +1978,42,0,suicide,15-17 yrs,34,664204,16.01622772216797,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,5.1189093589782715 +1978,42,0,homicide,15-17 yrs,45,664204,16.01622772216797,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,6.775026798248291 +1978,42,0,other external,15-17 yrs,74,664204,16.01622772216797,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,11.141155242919922 +1978,42,0,internal,15-17 yrs,142,664204,16.01622772216797,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,21.37897300720215 +1978,42,0,all,18-20 yrs,676,671428,19.010568618774414,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,100.68093872070312 +1978,42,0,MVA,18-20 yrs,315,671428,19.010568618774414,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,46.91493225097656 +1978,42,0,suicide,18-20 yrs,74,671428,19.010568618774414,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,11.021286010742188 +1978,42,0,homicide,18-20 yrs,70,671428,19.010568618774414,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,10.425540924072266 +1978,42,0,other external,18-20 yrs,89,671428,19.010568618774414,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,13.255330085754395 +1978,42,0,internal,18-20 yrs,128,671428,19.010568618774414,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,19.063846588134766 +1978,42,0,all,21-24 yrs,904,817566,22.46339225769043,1,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,110.57211303710938 +1978,42,0,MVA,21-24 yrs,291,817566,22.46339225769043,1,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,35.59345626831055 +1978,42,0,suicide,21-24 yrs,134,817566,22.46339225769043,1,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,16.390113830566406 +1978,42,0,homicide,21-24 yrs,87,817566,22.46339225769043,1,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,10.641343116760254 +1978,42,0,other external,21-24 yrs,160,817566,22.46339225769043,1,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,19.57028579711914 +1978,42,0,internal,21-24 yrs,232,817566,22.46339225769043,1,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,28.37691307067871 +1979,42,0,MVA,15-17 yrs,177,650809,16.007219314575195,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,27.19692039489746 +1979,42,0,suicide,15-17 yrs,34,650809,16.007219314575195,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,5.22426700592041 +1979,42,0,homicide,15-17 yrs,25,650809,16.007219314575195,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,3.8413727283477783 +1979,42,0,other external,15-17 yrs,68,650809,16.007219314575195,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,10.44853401184082 +1979,42,0,internal,15-17 yrs,111,650809,16.007219314575195,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,17.055694580078125 +1979,42,0,all,18-20 yrs,691,667852,19.003633499145508,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,103.46603393554688 +1979,42,0,MVA,18-20 yrs,320,667852,19.003633499145508,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,47.9148063659668 +1979,42,0,suicide,18-20 yrs,76,667852,19.003633499145508,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,11.379766464233398 +1979,42,0,homicide,18-20 yrs,57,667852,19.003633499145508,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,8.534825325012207 +1979,42,0,other external,18-20 yrs,100,667852,19.003633499145508,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,14.973377227783203 +1979,42,0,internal,18-20 yrs,138,667852,19.003633499145508,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,20.66326141357422 +1979,42,0,all,21-24 yrs,930,830305,22.46209716796875,1,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,112.00703430175781 +1979,42,0,MVA,21-24 yrs,349,830305,22.46209716796875,1,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,42.032745361328125 +1979,42,0,suicide,21-24 yrs,134,830305,22.46209716796875,1,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,16.138647079467773 +1979,42,0,homicide,21-24 yrs,93,830305,22.46209716796875,1,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,11.200703620910645 +1979,42,0,other external,21-24 yrs,135,830305,22.46209716796875,1,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,16.259084701538086 +1979,42,0,internal,21-24 yrs,219,830305,22.46209716796875,1,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,26.375850677490234 +1980,42,0,MVA,15-17 yrs,161,635296,16.01129913330078,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,25.342517852783203 +1980,42,0,suicide,15-17 yrs,44,635296,16.01129913330078,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,6.925905227661133 +1980,42,0,homicide,15-17 yrs,30,635296,16.01129913330078,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,4.722208023071289 +1980,42,0,other external,15-17 yrs,57,635296,16.01129913330078,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,8.972195625305176 +1980,42,0,internal,15-17 yrs,108,635296,16.01129913330078,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,16.999950408935547 +1980,42,0,all,18-20 yrs,697,661201,19.009387969970703,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,105.41423797607422 +1980,42,0,MVA,18-20 yrs,309,661201,19.009387969970703,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,46.7331428527832 +1980,42,0,suicide,18-20 yrs,82,661201,19.009387969970703,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,12.4016752243042 +1980,42,0,homicide,18-20 yrs,69,661201,19.009387969970703,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,10.435555458068848 +1980,42,0,other external,18-20 yrs,97,661201,19.009387969970703,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,14.670273780822754 +1980,42,0,internal,18-20 yrs,140,661201,19.009387969970703,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,21.17359161376953 +1980,42,0,all,21-24 yrs,1014,842438,22.467500686645508,1,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,120.36494445800781 +1980,42,0,MVA,21-24 yrs,359,842438,22.467500686645508,1,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,42.614410400390625 +1980,42,0,suicide,21-24 yrs,139,842438,22.467500686645508,1,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,16.499731063842773 +1980,42,0,homicide,21-24 yrs,132,842438,22.467500686645508,1,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,15.668808937072754 +1980,42,0,other external,21-24 yrs,156,842438,22.467500686645508,1,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,18.517683029174805 +1980,42,0,internal,21-24 yrs,228,842438,22.467500686645508,1,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,27.064306259155273 +1981,42,0,MVA,15-17 yrs,153,613574,16.028011322021484,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,24.935867309570312 +1981,42,0,suicide,15-17 yrs,47,613574,16.028011322021484,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,7.660037517547607 +1981,42,0,homicide,15-17 yrs,38,613574,16.028011322021484,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,6.1932220458984375 +1981,42,0,other external,15-17 yrs,51,613574,16.028011322021484,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,8.311955451965332 +1981,42,0,internal,15-17 yrs,109,613574,16.028011322021484,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,17.764768600463867 +1981,42,0,all,18-20 yrs,631,651001,19.024517059326172,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,96.92765808105469 +1981,42,0,MVA,18-20 yrs,253,651001,19.024517059326172,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,38.86322784423828 +1981,42,0,suicide,18-20 yrs,75,651001,19.024517059326172,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,11.520719528198242 +1981,42,0,homicide,18-20 yrs,59,651001,19.024517059326172,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,9.062966346740723 +1981,42,0,other external,18-20 yrs,83,651001,19.024517059326172,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,12.74959659576416 +1981,42,0,internal,18-20 yrs,161,651001,19.024517059326172,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,24.731143951416016 +1981,42,0,all,21-24 yrs,844,851607,22.48700714111328,1,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,99.10675048828125 +1981,42,0,MVA,21-24 yrs,281,851607,22.48700714111328,1,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,32.99644088745117 +1981,42,0,suicide,21-24 yrs,112,851607,22.48700714111328,1,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,13.151606559753418 +1981,42,0,homicide,21-24 yrs,110,851607,22.48700714111328,1,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,12.916756629943848 +1981,42,0,other external,21-24 yrs,142,851607,22.48700714111328,1,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,16.674358367919922 +1981,42,0,internal,21-24 yrs,199,851607,22.48700714111328,1,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,23.367586135864258 +1982,42,0,MVA,15-17 yrs,128,586419,16.028074264526367,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,21.827396392822266 +1982,42,0,suicide,15-17 yrs,25,586419,16.028074264526367,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,4.2631635665893555 +1982,42,0,homicide,15-17 yrs,19,586419,16.028074264526367,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,3.240004062652588 +1982,42,0,other external,15-17 yrs,49,586419,16.028074264526367,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,8.35580062866211 +1982,42,0,internal,15-17 yrs,92,586419,16.028074264526367,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,15.688441276550293 +1982,42,0,all,18-20 yrs,580,638780,19.0148868560791,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,90.79808044433594 +1982,42,0,MVA,18-20 yrs,227,638780,19.0148868560791,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,35.53649139404297 +1982,42,0,suicide,18-20 yrs,68,638780,19.0148868560791,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,10.645292282104492 +1982,42,0,homicide,18-20 yrs,62,638780,19.0148868560791,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,9.706002235412598 +1982,42,0,other external,18-20 yrs,95,638780,19.0148868560791,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,14.872099876403809 +1982,42,0,internal,18-20 yrs,128,638780,19.0148868560791,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,20.038198471069336 +1982,42,0,all,21-24 yrs,835,852829,22.489656448364258,1,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,97.90943145751953 +1982,42,0,MVA,21-24 yrs,272,852829,22.489656448364258,1,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,31.893850326538086 +1982,42,0,suicide,21-24 yrs,143,852829,22.489656448364258,1,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,16.767723083496094 +1982,42,0,homicide,21-24 yrs,99,852829,22.489656448364258,1,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,11.608423233032227 +1982,42,0,other external,21-24 yrs,123,852829,22.489656448364258,1,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,14.422586441040039 +1982,42,0,internal,21-24 yrs,198,852829,22.489656448364258,1,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,23.216846466064453 +1983,42,0,MVA,15-17 yrs,109,562238,16.021556854248047,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,19.386808395385742 +1983,42,0,suicide,15-17 yrs,38,562238,16.021556854248047,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,6.758703708648682 +1983,42,0,homicide,15-17 yrs,27,562238,16.021556854248047,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,4.802236557006836 +1983,42,0,other external,15-17 yrs,40,562238,16.021556854248047,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,7.114424705505371 +1983,42,0,internal,15-17 yrs,100,562238,16.021556854248047,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,17.786062240600586 +1983,42,0,all,18-20 yrs,529,626230,19.017898559570312,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,84.4737548828125 +1983,42,0,MVA,18-20 yrs,223,626230,19.017898559570312,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,35.609920501708984 +1983,42,0,suicide,18-20 yrs,62,626230,19.017898559570312,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,9.90051555633545 +1983,42,0,homicide,18-20 yrs,52,626230,19.017898559570312,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,8.303658485412598 +1983,42,0,other external,18-20 yrs,81,626230,19.017898559570312,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,12.934544563293457 +1983,42,0,internal,18-20 yrs,111,626230,19.017898559570312,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,17.725116729736328 +1983,42,0,all,21-24 yrs,765,842306,22.498924255371094,1,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,90.82209777832031 +1983,42,0,MVA,21-24 yrs,250,842306,22.498924255371094,1,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,29.6804256439209 +1983,42,0,suicide,21-24 yrs,136,842306,22.498924255371094,1,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,16.146150588989258 +1983,42,0,homicide,21-24 yrs,73,842306,22.498924255371094,1,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,8.6666841506958 +1983,42,0,other external,21-24 yrs,116,842306,22.498924255371094,1,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,13.771717071533203 +1983,42,0,internal,21-24 yrs,190,842306,22.498924255371094,1,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,22.5571231842041 +1984,42,0,MVA,15-17 yrs,118,548036,16.011940002441406,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,21.53143310546875 +1984,42,0,suicide,15-17 yrs,35,548036,16.011940002441406,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,6.386441707611084 +1984,42,0,homicide,15-17 yrs,10,548036,16.011940002441406,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,1.8246976137161255 +1984,42,0,other external,15-17 yrs,48,548036,16.011940002441406,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,8.758548736572266 +1984,42,0,internal,15-17 yrs,89,548036,16.011940002441406,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,16.239809036254883 +1984,42,0,all,18-20 yrs,482,609852,19.0355281829834,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,79.03556823730469 +1984,42,0,MVA,18-20 yrs,195,609852,19.0355281829834,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,31.974971771240234 +1984,42,0,suicide,18-20 yrs,69,609852,19.0355281829834,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,11.314220428466797 +1984,42,0,homicide,18-20 yrs,47,609852,19.0355281829834,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,7.706788063049316 +1984,42,0,other external,18-20 yrs,65,609852,19.0355281829834,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,10.658323287963867 +1984,42,0,internal,18-20 yrs,106,609852,19.0355281829834,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,17.38126564025879 +1984,42,0,all,21-24 yrs,762,822533,22.503873825073242,1,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,92.64066314697266 +1984,42,0,MVA,21-24 yrs,244,822533,22.503873825073242,1,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,29.66446304321289 +1984,42,0,suicide,21-24 yrs,144,822533,22.503873825073242,1,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,17.50689697265625 +1984,42,0,homicide,21-24 yrs,85,822533,22.503873825073242,1,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,10.333931922912598 +1984,42,0,other external,21-24 yrs,115,822533,22.503873825073242,1,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,13.981202125549316 +1984,42,0,internal,21-24 yrs,174,822533,22.503873825073242,1,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,21.15416717529297 +1985,42,0,MVA,15-17 yrs,111,539584,16.00107765197754,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,20.57140350341797 +1985,42,0,suicide,15-17 yrs,42,539584,16.00107765197754,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,7.783774375915527 +1985,42,0,homicide,15-17 yrs,12,539584,16.00107765197754,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,2.22393536567688 +1985,42,0,other external,15-17 yrs,35,539584,16.00107765197754,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,6.486478328704834 +1985,42,0,internal,15-17 yrs,86,539584,16.00107765197754,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,15.938203811645508 +1985,42,0,all,18-20 yrs,444,584180,19.034353256225586,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,76.00397491455078 +1985,42,0,MVA,18-20 yrs,183,584180,19.034353256225586,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,31.32596206665039 +1985,42,0,suicide,18-20 yrs,68,584180,19.034353256225586,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,11.64024829864502 +1985,42,0,homicide,18-20 yrs,37,584180,19.034353256225586,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,6.333664417266846 +1985,42,0,other external,18-20 yrs,57,584180,19.034353256225586,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,9.757266998291016 +1985,42,0,internal,18-20 yrs,99,584180,19.034353256225586,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,16.94683074951172 +1985,42,0,all,21-24 yrs,733,802253,22.50407600402832,1,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,91.36768341064453 +1985,42,0,MVA,21-24 yrs,269,802253,22.50407600402832,1,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,33.53057098388672 +1985,42,0,suicide,21-24 yrs,121,802253,22.50407600402832,1,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,15.082524299621582 +1985,42,0,homicide,21-24 yrs,47,802253,22.50407600402832,1,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,5.858500957489014 +1985,42,0,other external,21-24 yrs,112,802253,22.50407600402832,1,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,13.96068286895752 +1985,42,0,internal,21-24 yrs,184,802253,22.50407600402832,1,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,22.935407638549805 +1986,42,0,MVA,15-17 yrs,141,542743,15.995447158813477,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,25.97914695739746 +1986,42,0,suicide,15-17 yrs,45,542743,15.995447158813477,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,8.291216850280762 +1986,42,0,homicide,15-17 yrs,22,542743,15.995447158813477,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,4.053483963012695 +1986,42,0,other external,15-17 yrs,41,542743,15.995447158813477,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,7.554219722747803 +1986,42,0,internal,15-17 yrs,101,542743,15.995447158813477,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,18.609176635742188 +1986,42,0,all,18-20 yrs,497,563401,19.027565002441406,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,88.2142562866211 +1986,42,0,MVA,18-20 yrs,220,563401,19.027565002441406,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,39.04856491088867 +1986,42,0,suicide,18-20 yrs,63,563401,19.027565002441406,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,11.182088851928711 +1986,42,0,homicide,18-20 yrs,50,563401,19.027565002441406,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,8.874673843383789 +1986,42,0,other external,18-20 yrs,57,563401,19.027565002441406,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,10.117128372192383 +1986,42,0,internal,18-20 yrs,107,563401,19.027565002441406,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,18.991802215576172 +1986,42,0,all,21-24 yrs,772,777407,22.497140884399414,1,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,99.30448150634766 +1986,42,0,MVA,21-24 yrs,287,777407,22.497140884399414,1,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,36.917598724365234 +1986,42,0,suicide,21-24 yrs,108,777407,22.497140884399414,1,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,13.89233684539795 +1986,42,0,homicide,21-24 yrs,73,777407,22.497140884399414,1,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,9.390191078186035 +1986,42,0,other external,21-24 yrs,105,777407,22.497140884399414,1,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,13.506438255310059 +1986,42,0,internal,21-24 yrs,199,777407,22.497140884399414,1,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,25.597917556762695 +1987,42,0,MVA,15-17 yrs,114,529281,16.028553009033203,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,21.538654327392578 +1987,42,0,suicide,15-17 yrs,52,529281,16.028553009033203,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,9.8246488571167 +1987,42,0,homicide,15-17 yrs,19,529281,16.028553009033203,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,3.589775562286377 +1987,42,0,other external,15-17 yrs,18,529281,16.028553009033203,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,3.4008400440216064 +1987,42,0,internal,15-17 yrs,84,529281,16.028553009033203,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,15.870586395263672 +1987,42,0,all,18-20 yrs,505,554909,19.018165588378906,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,91.00591278076172 +1987,42,0,MVA,18-20 yrs,215,554909,19.018165588378906,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,38.74509048461914 +1987,42,0,suicide,18-20 yrs,72,554909,19.018165588378906,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,12.97510051727295 +1987,42,0,homicide,18-20 yrs,50,554909,19.018165588378906,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,9.010486602783203 +1987,42,0,other external,18-20 yrs,62,554909,19.018165588378906,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,11.173003196716309 +1987,42,0,internal,18-20 yrs,106,554909,19.018165588378906,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,19.102231979370117 +1987,42,0,all,21-24 yrs,798,750868,22.502931594848633,1,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,106.2770004272461 +1987,42,0,MVA,21-24 yrs,275,750868,22.502931594848633,1,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,36.6242790222168 +1987,42,0,suicide,21-24 yrs,117,750868,22.502931594848633,1,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,15.581966400146484 +1987,42,0,homicide,21-24 yrs,89,750868,22.502931594848633,1,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,11.852949142456055 +1987,42,0,other external,21-24 yrs,102,750868,22.502931594848633,1,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,13.584278106689453 +1987,42,0,internal,21-24 yrs,215,750868,22.502931594848633,1,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,28.633527755737305 +1988,42,0,MVA,15-17 yrs,114,504822,16.05953025817871,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,22.582216262817383 +1988,42,0,suicide,15-17 yrs,40,504822,16.05953025817871,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,7.923584938049316 +1988,42,0,homicide,15-17 yrs,33,504822,16.05953025817871,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,6.536957740783691 +1988,42,0,other external,15-17 yrs,47,504822,16.05953025817871,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,9.310212135314941 +1988,42,0,internal,15-17 yrs,68,504822,16.05953025817871,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,13.470094680786133 +1988,42,0,all,18-20 yrs,494,553723,19.00836181640625,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,89.21427917480469 +1988,42,0,MVA,18-20 yrs,212,553723,19.00836181640625,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,38.286293029785156 +1988,42,0,suicide,18-20 yrs,57,553723,19.00836181640625,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,10.29395580291748 +1988,42,0,homicide,18-20 yrs,61,553723,19.00836181640625,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,11.016338348388672 +1988,42,0,other external,18-20 yrs,60,553723,19.00836181640625,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,10.835742950439453 +1988,42,0,internal,18-20 yrs,104,553723,19.00836181640625,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,18.781953811645508 +1988,42,0,all,21-24 yrs,774,726778,22.50952911376953,1,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,106.49744415283203 +1988,42,0,MVA,21-24 yrs,260,726778,22.50952911376953,1,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,35.77433395385742 +1988,42,0,suicide,21-24 yrs,135,726778,22.50952911376953,1,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,18.575136184692383 +1988,42,0,homicide,21-24 yrs,85,726778,22.50952911376953,1,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,11.695455551147461 +1988,42,0,other external,21-24 yrs,89,726778,22.50952911376953,1,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,12.245830535888672 +1988,42,0,internal,21-24 yrs,205,726778,22.50952911376953,1,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,28.206687927246094 +1989,42,0,MVA,15-17 yrs,100,470688,16.04191017150879,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,21.24549674987793 +1989,42,0,suicide,15-17 yrs,35,470688,16.04191017150879,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,7.4359235763549805 +1989,42,0,homicide,15-17 yrs,31,470688,16.04191017150879,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,6.586103916168213 +1989,42,0,other external,15-17 yrs,42,470688,16.04191017150879,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,8.923108100891113 +1989,42,0,internal,15-17 yrs,74,470688,16.04191017150879,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,15.721667289733887 +1989,42,0,all,18-20 yrs,510,559542,19.00397491455078,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,91.1459732055664 +1989,42,0,MVA,18-20 yrs,197,559542,19.00397491455078,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,35.207366943359375 +1989,42,0,suicide,18-20 yrs,76,559542,19.00397491455078,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,13.582536697387695 +1989,42,0,homicide,18-20 yrs,89,559542,19.00397491455078,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,15.905865669250488 +1989,42,0,other external,18-20 yrs,53,559542,19.00397491455078,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,9.47203254699707 +1989,42,0,internal,18-20 yrs,95,559542,19.00397491455078,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,16.978172302246094 +1989,42,0,all,21-24 yrs,739,694946,22.4996280670166,1,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,106.33919525146484 +1989,42,0,MVA,21-24 yrs,255,694946,22.4996280670166,1,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,36.69349670410156 +1989,42,0,suicide,21-24 yrs,105,694946,22.4996280670166,1,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,15.109087944030762 +1989,42,0,homicide,21-24 yrs,109,694946,22.4996280670166,1,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,15.684672355651855 +1989,42,0,other external,21-24 yrs,85,694946,22.4996280670166,1,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,12.231165885925293 +1989,42,0,internal,21-24 yrs,185,694946,22.4996280670166,1,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,26.620773315429688 +1990,42,0,MVA,15-17 yrs,95,452681,16.018842697143555,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,20.986080169677734 +1990,42,0,suicide,15-17 yrs,35,452681,16.018842697143555,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,7.731713771820068 +1990,42,0,homicide,15-17 yrs,43,452681,16.018842697143555,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,9.49896240234375 +1990,42,0,other external,15-17 yrs,21,452681,16.018842697143555,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,4.639028549194336 +1990,42,0,internal,15-17 yrs,59,452681,16.018842697143555,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,13.03346061706543 +1990,42,0,all,18-20 yrs,451,551864,19.039936065673828,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,81.72303009033203 +1990,42,0,MVA,18-20 yrs,159,551864,19.039936065673828,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,28.811447143554688 +1990,42,0,suicide,18-20 yrs,79,551864,19.039936065673828,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,14.315120697021484 +1990,42,0,homicide,18-20 yrs,70,551864,19.039936065673828,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,12.684284210205078 +1990,42,0,other external,18-20 yrs,47,551864,19.039936065673828,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,8.51659107208252 +1990,42,0,internal,18-20 yrs,96,551864,19.039936065673828,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,17.39558982849121 +1990,42,0,all,21-24 yrs,663,679181,22.473045349121094,1,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,97.61756896972656 +1990,42,0,MVA,21-24 yrs,199,679181,22.473045349121094,1,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,29.29999542236328 +1990,42,0,suicide,21-24 yrs,103,679181,22.473045349121094,1,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,15.165324211120605 +1990,42,0,homicide,21-24 yrs,122,679181,22.473045349121094,1,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,17.962810516357422 +1990,42,0,other external,21-24 yrs,68,679181,22.473045349121094,1,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,10.01205825805664 +1990,42,0,internal,21-24 yrs,171,679181,22.473045349121094,1,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,25.177383422851562 +1991,42,0,MVA,15-17 yrs,92,447318,16.01422882080078,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,20.56702423095703 +1991,42,0,suicide,15-17 yrs,18,447318,16.01422882080078,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,4.023983001708984 +1991,42,0,homicide,15-17 yrs,31,447318,16.01422882080078,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,6.930192947387695 +1991,42,0,other external,15-17 yrs,31,447318,16.01422882080078,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,6.930192947387695 +1991,42,0,internal,15-17 yrs,64,447318,16.01422882080078,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,14.3074951171875 +1991,42,0,all,18-20 yrs,453,518251,19.071346282958984,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,87.40938568115234 +1991,42,0,MVA,18-20 yrs,184,518251,19.071346282958984,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,35.504032135009766 +1991,42,0,suicide,18-20 yrs,50,518251,19.071346282958984,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,9.647834777832031 +1991,42,0,homicide,18-20 yrs,77,518251,19.071346282958984,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,14.857665061950684 +1991,42,0,other external,18-20 yrs,40,518251,19.071346282958984,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,7.718267917633057 +1991,42,0,internal,18-20 yrs,102,518251,19.071346282958984,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,19.681583404541016 +1991,42,0,all,21-24 yrs,689,688193,22.45252227783203,1,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,100.11726379394531 +1991,42,0,MVA,21-24 yrs,221,688193,22.45252227783203,1,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,32.11308288574219 +1991,42,0,suicide,21-24 yrs,115,688193,22.45252227783203,1,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,16.71042823791504 +1991,42,0,homicide,21-24 yrs,100,688193,22.45252227783203,1,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,14.530807495117188 +1991,42,0,other external,21-24 yrs,80,688193,22.45252227783203,1,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,11.624646186828613 +1991,42,0,internal,21-24 yrs,173,688193,22.45252227783203,1,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,25.138296127319336 +1992,42,0,MVA,15-17 yrs,90,453513,16.003036499023438,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,19.845075607299805 +1992,42,0,suicide,15-17 yrs,35,453513,16.003036499023438,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,7.717529773712158 +1992,42,0,homicide,15-17 yrs,49,453513,16.003036499023438,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,10.80454158782959 +1992,42,0,other external,15-17 yrs,23,453513,16.003036499023438,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,5.071519374847412 +1992,42,0,internal,15-17 yrs,77,453513,16.003036499023438,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,16.978565216064453 +1992,42,0,all,18-20 yrs,418,478785,19.050443649291992,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,87.3043212890625 +1992,42,0,MVA,18-20 yrs,122,478785,19.050443649291992,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,25.481164932250977 +1992,42,0,suicide,18-20 yrs,71,478785,19.050443649291992,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,14.829202651977539 +1992,42,0,homicide,18-20 yrs,89,478785,19.050443649291992,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,18.58871841430664 +1992,42,0,other external,18-20 yrs,43,478785,19.050443649291992,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,8.981066703796387 +1992,42,0,internal,18-20 yrs,93,478785,19.050443649291992,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,19.42416763305664 +1992,42,0,all,21-24 yrs,674,697799,22.456432342529297,1,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,96.58941650390625 +1992,42,0,MVA,21-24 yrs,187,697799,22.456432342529297,1,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,26.798547744750977 +1992,42,0,suicide,21-24 yrs,105,697799,22.456432342529297,1,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,15.04731273651123 +1992,42,0,homicide,21-24 yrs,116,697799,22.456432342529297,1,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,16.62369728088379 +1992,42,0,other external,21-24 yrs,78,697799,22.456432342529297,1,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,11.178004264831543 +1992,42,0,internal,21-24 yrs,188,697799,22.456432342529297,1,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,26.941856384277344 +1993,42,0,MVA,15-17 yrs,61,458848,15.992498397827148,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,13.29416275024414 +1993,42,0,suicide,15-17 yrs,37,458848,15.992498397827148,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,8.063672065734863 +1993,42,0,homicide,15-17 yrs,57,458848,15.992498397827148,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,12.422414779663086 +1993,42,0,other external,15-17 yrs,28,458848,15.992498397827148,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,6.102238655090332 +1993,42,0,internal,15-17 yrs,70,458848,15.992498397827148,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,15.255596160888672 +1993,42,0,all,18-20 yrs,429,459524,19.01413345336914,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,93.35747528076172 +1993,42,0,MVA,18-20 yrs,120,459524,19.01413345336914,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,26.11397933959961 +1993,42,0,suicide,18-20 yrs,56,459524,19.01413345336914,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,12.1865234375 +1993,42,0,homicide,18-20 yrs,114,459524,19.01413345336914,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,24.808279037475586 +1993,42,0,other external,18-20 yrs,42,459524,19.01413345336914,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,9.139892578125 +1993,42,0,internal,18-20 yrs,97,459524,19.01413345336914,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,21.10879898071289 +1993,42,0,all,21-24 yrs,705,689550,22.510284423828125,1,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,102.24059295654297 +1993,42,0,MVA,21-24 yrs,184,689550,22.510284423828125,1,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,26.68406867980957 +1993,42,0,suicide,21-24 yrs,109,689550,22.510284423828125,1,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,15.80741024017334 +1993,42,0,homicide,21-24 yrs,150,689550,22.510284423828125,1,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,21.75331687927246 +1993,42,0,other external,21-24 yrs,88,689550,22.510284423828125,1,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,12.761945724487305 +1993,42,0,internal,21-24 yrs,174,689550,22.510284423828125,1,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,25.233848571777344 +1994,42,0,MVA,15-17 yrs,86,470624,15.995162010192871,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,18.273611068725586 +1994,42,0,suicide,15-17 yrs,31,470624,15.995162010192871,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,6.586999416351318 +1994,42,0,homicide,15-17 yrs,44,470624,15.995162010192871,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,9.349289894104004 +1994,42,0,other external,15-17 yrs,40,470624,15.995162010192871,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,8.499354362487793 +1994,42,0,internal,15-17 yrs,67,470624,15.995162010192871,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,14.236417770385742 +1994,42,0,all,18-20 yrs,378,452489,19.00953483581543,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,83.5379409790039 +1994,42,0,MVA,18-20 yrs,95,452489,19.00953483581543,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,20.994985580444336 +1994,42,0,suicide,18-20 yrs,58,452489,19.00953483581543,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,12.817991256713867 +1994,42,0,homicide,18-20 yrs,75,452489,19.00953483581543,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,16.574989318847656 +1994,42,0,other external,18-20 yrs,47,452489,19.00953483581543,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,10.386992454528809 +1994,42,0,internal,18-20 yrs,103,452489,19.00953483581543,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,22.762985229492188 +1994,42,0,all,21-24 yrs,631,659433,22.5662784576416,1,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,95.688262939453125 +1994,42,0,MVA,21-24 yrs,141,659433,22.5662784576416,1,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,21.38200569152832 +1994,42,0,suicide,21-24 yrs,115,659433,22.5662784576416,1,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,17.439224243164062 +1994,42,0,homicide,21-24 yrs,111,659433,22.5662784576416,1,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,16.832643508911133 +1994,42,0,other external,21-24 yrs,90,659433,22.5662784576416,1,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,13.648088455200195 +1994,42,0,internal,21-24 yrs,174,659433,22.5662784576416,1,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,26.38630485534668 +1995,42,0,MVA,15-17 yrs,90,481733,15.98354721069336,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,18.68254852294922 +1995,42,0,suicide,15-17 yrs,33,481733,15.98354721069336,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,6.8502678871154785 +1995,42,0,homicide,15-17 yrs,42,481733,15.98354721069336,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,8.718522071838379 +1995,42,0,other external,15-17 yrs,33,481733,15.98354721069336,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,6.8502678871154785 +1995,42,0,internal,15-17 yrs,66,481733,15.98354721069336,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,13.700535774230957 +1995,42,0,all,18-20 yrs,422,455492,19.00039291381836,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,92.6470718383789 +1995,42,0,MVA,18-20 yrs,119,455492,19.00039291381836,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,26.12559700012207 +1995,42,0,suicide,18-20 yrs,54,455492,19.00039291381836,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,11.85531234741211 +1995,42,0,homicide,18-20 yrs,90,455492,19.00039291381836,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,19.758853912353516 +1995,42,0,other external,18-20 yrs,49,455492,19.00039291381836,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,10.757597923278809 +1995,42,0,internal,18-20 yrs,110,455492,19.00039291381836,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,24.149709701538086 +1995,42,0,all,21-24 yrs,612,619450,22.57814598083496,1,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,98.79731750488281 +1995,42,0,MVA,21-24 yrs,158,619450,22.57814598083496,1,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,25.506498336791992 +1995,42,0,suicide,21-24 yrs,105,619450,22.57814598083496,1,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,16.95052146911621 +1995,42,0,homicide,21-24 yrs,116,619450,22.57814598083496,1,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,18.726289749145508 +1995,42,0,other external,21-24 yrs,75,619450,22.57814598083496,1,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,12.107514381408691 +1995,42,0,internal,21-24 yrs,158,619450,22.57814598083496,1,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,25.506498336791992 +1996,42,0,MVA,15-17 yrs,84,489359,15.997049331665039,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,17.165311813354492 +1996,42,0,suicide,15-17 yrs,48,489359,15.997049331665039,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,9.80875015258789 +1996,42,0,homicide,15-17 yrs,45,489359,15.997049331665039,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,9.19570255279541 +1996,42,0,other external,15-17 yrs,37,489359,15.997049331665039,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,7.560911178588867 +1996,42,0,internal,15-17 yrs,61,489359,15.997049331665039,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,12.465286254882812 +1996,42,0,all,18-20 yrs,446,457580,18.991586685180664,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,97.46929168701172 +1996,42,0,MVA,18-20 yrs,120,457580,18.991586685180664,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,26.22492218017578 +1996,42,0,suicide,18-20 yrs,77,457580,18.991586685180664,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,16.82765769958496 +1996,42,0,homicide,18-20 yrs,109,457580,18.991586685180664,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,23.82097053527832 +1996,42,0,other external,18-20 yrs,42,457580,18.991586685180664,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,9.178722381591797 +1996,42,0,internal,18-20 yrs,98,457580,18.991586685180664,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,21.417020797729492 +1996,42,0,all,21-24 yrs,542,581839,22.52828025817871,1,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,93.15291595458984 +1996,42,0,MVA,21-24 yrs,145,581839,22.52828025817871,1,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,24.920982360839844 +1996,42,0,suicide,21-24 yrs,92,581839,22.52828025817871,1,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,15.811934471130371 +1996,42,0,homicide,21-24 yrs,102,581839,22.52828025817871,1,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,17.530622482299805 +1996,42,0,other external,21-24 yrs,79,581839,22.52828025817871,1,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,13.57763957977295 +1996,42,0,internal,21-24 yrs,124,581839,22.52828025817871,1,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,21.311737060546875 +1970,44,0,MVA,15-17 yrs,7,50018,15.9767484664917,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,13.994961738586426 +1970,44,0,suicide,15-17 yrs,1,50018,15.9767484664917,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,1.9992802143096924 +1970,44,0,homicide,15-17 yrs,0,50018,15.9767484664917,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,0 +1970,44,0,other external,15-17 yrs,11,50018,15.9767484664917,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,21.992082595825195 +1970,44,0,internal,15-17 yrs,10,50018,15.9767484664917,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,19.992801666259766 +1970,44,0,all,18-20 yrs,49,56025,19.041677474975586,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,87.46095275878906 +1970,44,0,MVA,18-20 yrs,16,56025,19.041677474975586,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,28.558679580688477 +1970,44,0,suicide,18-20 yrs,5,56025,19.041677474975586,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,8.92458724975586 +1970,44,0,homicide,18-20 yrs,3,56025,19.041677474975586,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,5.354752540588379 +1970,44,0,other external,18-20 yrs,8,56025,19.041677474975586,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,14.279339790344238 +1970,44,0,internal,18-20 yrs,17,56025,19.041677474975586,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,30.343597412109375 +1970,44,0,all,21-24 yrs,50,68168,22.33760643005371,1,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,73.34819793701172 +1970,44,0,MVA,21-24 yrs,16,68168,22.33760643005371,1,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,23.471424102783203 +1970,44,0,suicide,21-24 yrs,5,68168,22.33760643005371,1,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,7.334819793701172 +1970,44,0,homicide,21-24 yrs,4,68168,22.33760643005371,1,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,5.867856025695801 +1970,44,0,other external,21-24 yrs,7,68168,22.33760643005371,1,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,10.268747329711914 +1970,44,0,internal,21-24 yrs,18,68168,22.33760643005371,1,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,26.405351638793945 +1971,44,0,MVA,15-17 yrs,10,52033,15.991178512573242,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,19.21857261657715 +1971,44,0,suicide,15-17 yrs,0,52033,15.991178512573242,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,0 +1971,44,0,homicide,15-17 yrs,2,52033,15.991178512573242,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,3.843714475631714 +1971,44,0,other external,15-17 yrs,5,52033,15.991178512573242,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,9.609286308288574 +1971,44,0,internal,15-17 yrs,14,52033,15.991178512573242,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,26.906002044677734 +1971,44,0,all,18-20 yrs,63,56136,19.039316177368164,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,112.22744750976562 +1971,44,0,MVA,18-20 yrs,27,56136,19.039316177368164,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,48.097476959228516 +1971,44,0,suicide,18-20 yrs,5,56136,19.039316177368164,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,8.906940460205078 +1971,44,0,homicide,18-20 yrs,2,56136,19.039316177368164,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,3.5627760887145996 +1971,44,0,other external,18-20 yrs,8,56136,19.039316177368164,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,14.251104354858398 +1971,44,0,internal,18-20 yrs,21,56136,19.039316177368164,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,37.409149169921875 +1971,44,0,all,21-24 yrs,66,73787,22.478309631347656,1,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,89.44664764404297 +1971,44,0,MVA,21-24 yrs,22,73787,22.478309631347656,1,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,29.815549850463867 +1971,44,0,suicide,21-24 yrs,8,73787,22.478309631347656,1,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,10.842018127441406 +1971,44,0,homicide,21-24 yrs,9,73787,22.478309631347656,1,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,12.197270393371582 +1971,44,0,other external,21-24 yrs,6,73787,22.478309631347656,1,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,8.131513595581055 +1971,44,0,internal,21-24 yrs,21,73787,22.478309631347656,1,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,28.460298538208008 +1972,44,0.8383561372756958,MVA,15-17 yrs,16,53785,15.991968154907227,0,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,29.748071670532227 +1972,44,0.8383561372756958,suicide,15-17 yrs,2,53785,15.991968154907227,0,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,3.7185089588165283 +1972,44,0.8383561372756958,homicide,15-17 yrs,0,53785,15.991968154907227,0,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,0 +1972,44,0.8383561372756958,other external,15-17 yrs,14,53785,15.991968154907227,0,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,26.02956199645996 +1972,44,0.8383561372756958,internal,15-17 yrs,20,53785,15.991968154907227,0,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,37.185089111328125 +1972,44,0.8383561372756958,all,18-20 yrs,54,57433,19.02019691467285,0.8383561372756958,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,94.02259826660156 +1972,44,0.8383561372756958,MVA,18-20 yrs,18,57433,19.02019691467285,0.8383561372756958,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,31.340866088867188 +1972,44,0.8383561372756958,suicide,18-20 yrs,6,57433,19.02019691467285,0.8383561372756958,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,10.446955680847168 +1972,44,0.8383561372756958,homicide,18-20 yrs,2,57433,19.02019691467285,0.8383561372756958,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,3.482318639755249 +1972,44,0.8383561372756958,other external,18-20 yrs,10,57433,19.02019691467285,0.8383561372756958,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,17.411592483520508 +1972,44,0.8383561372756958,internal,18-20 yrs,18,57433,19.02019691467285,0.8383561372756958,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,31.340866088867188 +1972,44,0.8383561372756958,all,21-24 yrs,46,73170,22.468360900878906,1,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,62.86729431152344 +1972,44,0.8383561372756958,MVA,21-24 yrs,12,73170,22.468360900878906,1,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,16.400163650512695 +1972,44,0.8383561372756958,suicide,21-24 yrs,6,73170,22.468360900878906,1,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,8.200081825256348 +1972,44,0.8383561372756958,homicide,21-24 yrs,2,73170,22.468360900878906,1,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,2.733360767364502 +1972,44,0.8383561372756958,other external,21-24 yrs,8,73170,22.468360900878906,1,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,10.933443069458008 +1972,44,0.8383561372756958,internal,21-24 yrs,18,73170,22.468360900878906,1,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,24.60024642944336 +1973,44,1,MVA,15-17 yrs,10,54401,15.988988876342773,0,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,18.382015228271484 +1973,44,1,suicide,15-17 yrs,1,54401,15.988988876342773,0,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,1.8382015228271484 +1973,44,1,homicide,15-17 yrs,1,54401,15.988988876342773,0,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,1.8382015228271484 +1973,44,1,other external,15-17 yrs,10,54401,15.988988876342773,0,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,18.382015228271484 +1973,44,1,internal,15-17 yrs,15,54401,15.988988876342773,0,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,27.573022842407227 +1973,44,1,all,18-20 yrs,57,59199,19.003311157226562,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,96.28540802001953 +1973,44,1,MVA,18-20 yrs,25,59199,19.003311157226562,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,42.23044204711914 +1973,44,1,suicide,18-20 yrs,5,59199,19.003311157226562,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,8.446088790893555 +1973,44,1,homicide,18-20 yrs,2,59199,19.003311157226562,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,3.3784353733062744 +1973,44,1,other external,18-20 yrs,16,59199,19.003311157226562,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,27.027482986450195 +1973,44,1,internal,18-20 yrs,9,59199,19.003311157226562,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,15.202959060668945 +1973,44,1,all,21-24 yrs,67,72549,22.476051330566406,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,92.35137939453125 +1973,44,1,MVA,21-24 yrs,17,72549,22.476051330566406,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,23.432437896728516 +1973,44,1,suicide,21-24 yrs,11,72549,22.476051330566406,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,15.162166595458984 +1973,44,1,homicide,21-24 yrs,5,72549,22.476051330566406,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,6.8918938636779785 +1973,44,1,other external,21-24 yrs,20,72549,22.476051330566406,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,27.567575454711914 +1973,44,1,internal,21-24 yrs,14,72549,22.476051330566406,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,19.29730224609375 +1974,44,1,MVA,15-17 yrs,13,53973,15.99699878692627,0,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,24.086116790771484 +1974,44,1,suicide,15-17 yrs,1,53973,15.99699878692627,0,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,1.8527781963348389 +1974,44,1,homicide,15-17 yrs,2,53973,15.99699878692627,0,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,3.7055563926696777 +1974,44,1,other external,15-17 yrs,7,53973,15.99699878692627,0,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,12.96944808959961 +1974,44,1,internal,15-17 yrs,9,53973,15.99699878692627,0,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,16.675004959106445 +1974,44,1,all,18-20 yrs,48,55519,19.000810623168945,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,86.4568862915039 +1974,44,1,MVA,18-20 yrs,19,55519,19.000810623168945,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,34.22251892089844 +1974,44,1,suicide,18-20 yrs,6,55519,19.000810623168945,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,10.807110786437988 +1974,44,1,homicide,18-20 yrs,3,55519,19.000810623168945,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,5.403555393218994 +1974,44,1,other external,18-20 yrs,11,55519,19.000810623168945,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,19.813037872314453 +1974,44,1,internal,18-20 yrs,9,55519,19.000810623168945,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,16.21066665649414 +1974,44,1,all,21-24 yrs,59,65639,22.484878540039062,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,89.885589599609375 +1974,44,1,MVA,21-24 yrs,13,65639,22.484878540039062,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,19.8052978515625 +1974,44,1,suicide,21-24 yrs,8,65639,22.484878540039062,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,12.187875747680664 +1974,44,1,homicide,21-24 yrs,7,65639,22.484878540039062,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,10.66439151763916 +1974,44,1,other external,21-24 yrs,11,65639,22.484878540039062,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,16.758329391479492 +1974,44,1,internal,21-24 yrs,20,65639,22.484878540039062,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,30.469690322875977 +1975,44,1,MVA,15-17 yrs,19,53134,16.002107620239258,0,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,35.75864791870117 +1975,44,1,suicide,15-17 yrs,8,53134,16.002107620239258,0,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,15.056272506713867 +1975,44,1,homicide,15-17 yrs,4,53134,16.002107620239258,0,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,7.528136253356934 +1975,44,1,other external,15-17 yrs,6,53134,16.002107620239258,0,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,11.292204856872559 +1975,44,1,internal,15-17 yrs,12,53134,16.002107620239258,0,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,22.584409713745117 +1975,44,1,all,18-20 yrs,48,56090,19,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,85.576751708984375 +1975,44,1,MVA,18-20 yrs,18,56090,19,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,32.09128189086914 +1975,44,1,suicide,18-20 yrs,5,56090,19,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,8.914244651794434 +1975,44,1,homicide,18-20 yrs,2,56090,19,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,3.5656979084014893 +1975,44,1,other external,18-20 yrs,9,56090,19,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,16.04564094543457 +1975,44,1,internal,18-20 yrs,14,56090,19,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,24.95988655090332 +1975,44,1,all,21-24 yrs,57,64640,22.466739654541016,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,88.180694580078125 +1975,44,1,MVA,21-24 yrs,16,64640,22.466739654541016,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,24.75247573852539 +1975,44,1,suicide,21-24 yrs,6,64640,22.466739654541016,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,9.282177925109863 +1975,44,1,homicide,21-24 yrs,6,64640,22.466739654541016,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,9.282177925109863 +1975,44,1,other external,21-24 yrs,12,64640,22.466739654541016,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,18.564355850219727 +1975,44,1,internal,21-24 yrs,17,64640,22.466739654541016,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,26.29950523376465 +1976,44,1,MVA,15-17 yrs,7,53204,15.989042282104492,0,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,13.156905174255371 +1976,44,1,suicide,15-17 yrs,2,53204,15.989042282104492,0,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,3.7591159343719482 +1976,44,1,homicide,15-17 yrs,1,53204,15.989042282104492,0,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,1.8795579671859741 +1976,44,1,other external,15-17 yrs,5,53204,15.989042282104492,0,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,9.39778995513916 +1976,44,1,internal,15-17 yrs,8,53204,15.989042282104492,0,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,15.036463737487793 +1976,44,1,all,18-20 yrs,51,57791,18.99896240234375,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,88.24903869628906 +1976,44,1,MVA,18-20 yrs,25,57791,18.99896240234375,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,43.25933074951172 +1976,44,1,suicide,18-20 yrs,7,57791,18.99896240234375,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,12.1126127243042 +1976,44,1,homicide,18-20 yrs,6,57791,18.99896240234375,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,10.38223934173584 +1976,44,1,other external,18-20 yrs,3,57791,18.99896240234375,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,5.19111967086792 +1976,44,1,internal,18-20 yrs,10,57791,18.99896240234375,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,17.30373191833496 +1976,44,1,all,21-24 yrs,53,66089,22.439952850341797,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,80.19488525390625 +1976,44,1,MVA,21-24 yrs,14,66089,22.439952850341797,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,21.183555603027344 +1976,44,1,suicide,21-24 yrs,14,66089,22.439952850341797,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,21.183555603027344 +1976,44,1,homicide,21-24 yrs,4,66089,22.439952850341797,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,6.0524444580078125 +1976,44,1,other external,21-24 yrs,6,66089,22.439952850341797,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,9.078666687011719 +1976,44,1,internal,21-24 yrs,15,66089,22.439952850341797,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,22.696666717529297 +1977,44,1,MVA,15-17 yrs,13,53144,15.992548942565918,0,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,24.46183967590332 +1977,44,1,suicide,15-17 yrs,4,53144,15.992548942565918,0,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,7.52672004699707 +1977,44,1,homicide,15-17 yrs,3,53144,15.992548942565918,0,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,5.645040035247803 +1977,44,1,other external,15-17 yrs,3,53144,15.992548942565918,0,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,5.645040035247803 +1977,44,1,internal,15-17 yrs,8,53144,15.992548942565918,0,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,15.05344009399414 +1977,44,1,all,18-20 yrs,52,58968,19.014856338500977,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,88.18341827392578 +1977,44,1,MVA,18-20 yrs,20,58968,19.014856338500977,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,33.91670227050781 +1977,44,1,suicide,18-20 yrs,13,58968,19.014856338500977,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,22.045854568481445 +1977,44,1,homicide,18-20 yrs,1,58968,19.014856338500977,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,1.695834994316101 +1977,44,1,other external,18-20 yrs,13,58968,19.014856338500977,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,22.045854568481445 +1977,44,1,internal,18-20 yrs,5,58968,19.014856338500977,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,8.479175567626953 +1977,44,1,all,21-24 yrs,69,67327,22.43297576904297,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,102.4848861694336 +1977,44,1,MVA,21-24 yrs,20,67327,22.43297576904297,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,29.705764770507812 +1977,44,1,suicide,21-24 yrs,12,67327,22.43297576904297,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,17.823457717895508 +1977,44,1,homicide,21-24 yrs,4,67327,22.43297576904297,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,5.941153049468994 +1977,44,1,other external,21-24 yrs,14,67327,22.43297576904297,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,20.794034957885742 +1977,44,1,internal,21-24 yrs,19,67327,22.43297576904297,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,28.220476150512695 +1978,44,1,MVA,15-17 yrs,11,52947,16.005685806274414,0,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,20.77549171447754 +1978,44,1,suicide,15-17 yrs,1,52947,16.005685806274414,0,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,1.888681173324585 +1978,44,1,homicide,15-17 yrs,2,52947,16.005685806274414,0,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,3.77736234664917 +1978,44,1,other external,15-17 yrs,3,52947,16.005685806274414,0,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,5.666043281555176 +1978,44,1,internal,15-17 yrs,6,52947,16.005685806274414,0,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,11.332086563110352 +1978,44,1,all,18-20 yrs,46,59017,19.02094268798828,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,77.94364166259766 +1978,44,1,MVA,18-20 yrs,25,59017,19.02094268798828,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,42.36067581176758 +1978,44,1,suicide,18-20 yrs,3,59017,19.02094268798828,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,5.08328104019165 +1978,44,1,homicide,18-20 yrs,0,59017,19.02094268798828,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,0 +1978,44,1,other external,18-20 yrs,3,59017,19.02094268798828,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,5.08328104019165 +1978,44,1,internal,18-20 yrs,15,59017,19.02094268798828,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,25.416404724121094 +1978,44,1,all,21-24 yrs,71,69062,22.434856414794922,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,102.8061752319336 +1978,44,1,MVA,21-24 yrs,24,69062,22.434856414794922,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,34.751380920410156 +1978,44,1,suicide,21-24 yrs,14,69062,22.434856414794922,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,20.27164077758789 +1978,44,1,homicide,21-24 yrs,8,69062,22.434856414794922,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,11.583794593811035 +1978,44,1,other external,21-24 yrs,12,69062,22.434856414794922,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,17.375690460205078 +1978,44,1,internal,21-24 yrs,13,69062,22.434856414794922,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,18.823665618896484 +1979,44,1,MVA,15-17 yrs,20,51847,15.99944019317627,0,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,38.57503890991211 +1979,44,1,suicide,15-17 yrs,3,51847,15.99944019317627,0,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,5.786255836486816 +1979,44,1,homicide,15-17 yrs,1,51847,15.99944019317627,0,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,1.9287519454956055 +1979,44,1,other external,15-17 yrs,8,51847,15.99944019317627,0,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,15.430015563964844 +1979,44,1,internal,15-17 yrs,5,51847,15.99944019317627,0,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,9.643759727478027 +1979,44,1,all,18-20 yrs,47,59632,19.009809494018555,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,78.816741943359375 +1979,44,1,MVA,18-20 yrs,23,59632,19.009809494018555,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,38.56989669799805 +1979,44,1,suicide,18-20 yrs,5,59632,19.009809494018555,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,8.384759902954102 +1979,44,1,homicide,18-20 yrs,6,59632,19.009809494018555,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,10.061712265014648 +1979,44,1,other external,18-20 yrs,5,59632,19.009809494018555,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,8.384759902954102 +1979,44,1,internal,18-20 yrs,8,59632,19.009809494018555,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,13.415616035461426 +1979,44,1,all,21-24 yrs,64,70587,22.436864852905273,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,90.66825103759766 +1979,44,1,MVA,21-24 yrs,19,70587,22.436864852905273,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,26.917137145996094 +1979,44,1,suicide,21-24 yrs,14,70587,22.436864852905273,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,19.833681106567383 +1979,44,1,homicide,21-24 yrs,7,70587,22.436864852905273,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,9.916840553283691 +1979,44,1,other external,21-24 yrs,11,70587,22.436864852905273,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,15.583605766296387 +1979,44,1,internal,21-24 yrs,13,70587,22.436864852905273,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,18.416988372802734 +1980,44,0.842829704284668,MVA,15-17 yrs,11,50362,16.006473541259766,0,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,21.84186553955078 +1980,44,0.842829704284668,suicide,15-17 yrs,4,50362,16.006473541259766,0,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,7.942496299743652 +1980,44,0.842829704284668,homicide,15-17 yrs,2,50362,16.006473541259766,0,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,3.971248149871826 +1980,44,0.842829704284668,other external,15-17 yrs,4,50362,16.006473541259766,0,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,7.942496299743652 +1980,44,0.842829704284668,internal,15-17 yrs,6,50362,16.006473541259766,0,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,11.913744926452637 +1980,44,0.842829704284668,all,18-20 yrs,54,58568,19.023237228393555,0.842829704284668,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,92.20051574707031 +1980,44,0.842829704284668,MVA,18-20 yrs,22,58568,19.023237228393555,0.842829704284668,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,37.563175201416016 +1980,44,0.842829704284668,suicide,18-20 yrs,5,58568,19.023237228393555,0.842829704284668,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,8.53708553314209 +1980,44,0.842829704284668,homicide,18-20 yrs,7,58568,19.023237228393555,0.842829704284668,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,11.951919555664062 +1980,44,0.842829704284668,other external,18-20 yrs,9,58568,19.023237228393555,0.842829704284668,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,15.366753578186035 +1980,44,0.842829704284668,internal,18-20 yrs,11,58568,19.023237228393555,0.842829704284668,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,18.781587600708008 +1980,44,0.842829704284668,all,21-24 yrs,68,71577,22.442012786865234,1,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,95.0025863647461 +1980,44,0.842829704284668,MVA,21-24 yrs,17,71577,22.442012786865234,1,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,23.750646591186523 +1980,44,0.842829704284668,suicide,21-24 yrs,13,71577,22.442012786865234,1,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,18.16225814819336 +1980,44,0.842829704284668,homicide,21-24 yrs,7,71577,22.442012786865234,1,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,9.779677391052246 +1980,44,0.842829704284668,other external,21-24 yrs,10,71577,22.442012786865234,1,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,13.970968246459961 +1980,44,0.842829704284668,internal,21-24 yrs,21,71577,22.442012786865234,1,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,29.339033126831055 +1981,44,0.5324057340621948,MVA,15-17 yrs,10,49106,16.024253845214844,0,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,20.364110946655273 +1981,44,0.5324057340621948,suicide,15-17 yrs,6,49106,16.024253845214844,0,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,12.218465805053711 +1981,44,0.5324057340621948,homicide,15-17 yrs,2,49106,16.024253845214844,0,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,4.072822093963623 +1981,44,0.5324057340621948,other external,15-17 yrs,4,49106,16.024253845214844,0,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,8.145644187927246 +1981,44,0.5324057340621948,internal,15-17 yrs,4,49106,16.024253845214844,0,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,8.145644187927246 +1981,44,0.5324057340621948,all,18-20 yrs,30,57171,19.067604064941406,0.5324057340621948,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,52.47415542602539 +1981,44,0.5324057340621948,MVA,18-20 yrs,16,57171,19.067604064941406,0.5324057340621948,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,27.986217498779297 +1981,44,0.5324057340621948,suicide,18-20 yrs,2,57171,19.067604064941406,0.5324057340621948,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,3.498277187347412 +1981,44,0.5324057340621948,homicide,18-20 yrs,4,57171,19.067604064941406,0.5324057340621948,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,6.996554374694824 +1981,44,0.5324057340621948,other external,18-20 yrs,6,57171,19.067604064941406,0.5324057340621948,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,10.494831085205078 +1981,44,0.5324057340621948,internal,18-20 yrs,2,57171,19.067604064941406,0.5324057340621948,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,3.498277187347412 +1981,44,0.5324057340621948,all,21-24 yrs,42,74836,22.450143814086914,1,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,56.12272262573242 +1981,44,0.5324057340621948,MVA,21-24 yrs,18,74836,22.450143814086914,1,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,24.052595138549805 +1981,44,0.5324057340621948,suicide,21-24 yrs,12,74836,22.450143814086914,1,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,16.035062789916992 +1981,44,0.5324057340621948,homicide,21-24 yrs,4,74836,22.450143814086914,1,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,5.3450212478637695 +1981,44,0.5324057340621948,other external,21-24 yrs,2,74836,22.450143814086914,1,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,2.6725106239318848 +1981,44,0.5324057340621948,internal,21-24 yrs,6,74836,22.450143814086914,1,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,8.017531394958496 +1982,44,0.3565172851085663,MVA,15-17 yrs,8,47305,16.02781867980957,0,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,16.911531448364258 +1982,44,0.3565172851085663,suicide,15-17 yrs,0,47305,16.02781867980957,0,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,0 +1982,44,0.3565172851085663,homicide,15-17 yrs,2,47305,16.02781867980957,0,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,4.2278828620910645 +1982,44,0.3565172851085663,other external,15-17 yrs,0,47305,16.02781867980957,0,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,0 +1982,44,0.3565172851085663,internal,15-17 yrs,0,47305,16.02781867980957,0,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,0 +1982,44,0.3565172851085663,all,18-20 yrs,50,54808,19.04238510131836,0.3565172851085663,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,91.22755432128906 +1982,44,0.3565172851085663,MVA,18-20 yrs,18,54808,19.04238510131836,0.3565172851085663,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,32.841922760009766 +1982,44,0.3565172851085663,suicide,18-20 yrs,10,54808,19.04238510131836,0.3565172851085663,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,18.245512008666992 +1982,44,0.3565172851085663,homicide,18-20 yrs,4,54808,19.04238510131836,0.3565172851085663,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,7.29820442199707 +1982,44,0.3565172851085663,other external,18-20 yrs,10,54808,19.04238510131836,0.3565172851085663,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,18.245512008666992 +1982,44,0.3565172851085663,internal,18-20 yrs,8,54808,19.04238510131836,0.3565172851085663,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,14.59640884399414 +1982,44,0.3565172851085663,all,21-24 yrs,44,77413,22.454652786254883,1,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,56.83799743652344 +1982,44,0.3565172851085663,MVA,21-24 yrs,14,77413,22.454652786254883,1,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,18.08481788635254 +1982,44,0.3565172851085663,suicide,21-24 yrs,10,77413,22.454652786254883,1,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,12.91772747039795 +1982,44,0.3565172851085663,homicide,21-24 yrs,6,77413,22.454652786254883,1,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,7.750636100769043 +1982,44,0.3565172851085663,other external,21-24 yrs,2,77413,22.454652786254883,1,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,2.583545446395874 +1982,44,0.3565172851085663,internal,21-24 yrs,12,77413,22.454652786254883,1,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,15.501272201538086 +1983,44,0.33735543489456177,MVA,15-17 yrs,7,45366,16.024158477783203,0,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,15.430057525634766 +1983,44,0.33735543489456177,suicide,15-17 yrs,2,45366,16.024158477783203,0,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,4.40858793258667 +1983,44,0.33735543489456177,homicide,15-17 yrs,3,45366,16.024158477783203,0,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,6.612881660461426 +1983,44,0.33735543489456177,other external,15-17 yrs,2,45366,16.024158477783203,0,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,4.40858793258667 +1983,44,0.33735543489456177,internal,15-17 yrs,5,45366,16.024158477783203,0,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,11.021470069885254 +1983,44,0.33735543489456177,all,18-20 yrs,35,53869,19.018564224243164,0.33735543489456177,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,64.9724349975586 +1983,44,0.33735543489456177,MVA,18-20 yrs,13,53869,19.018564224243164,0.33735543489456177,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,24.132617950439453 +1983,44,0.33735543489456177,suicide,18-20 yrs,5,53869,19.018564224243164,0.33735543489456177,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,9.281776428222656 +1983,44,0.33735543489456177,homicide,18-20 yrs,2,53869,19.018564224243164,0.33735543489456177,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,3.712710380554199 +1983,44,0.33735543489456177,other external,18-20 yrs,4,53869,19.018564224243164,0.33735543489456177,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,7.425420761108398 +1983,44,0.33735543489456177,internal,18-20 yrs,11,53869,19.018564224243164,0.33735543489456177,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,20.419906616210938 +1983,44,0.33735543489456177,all,21-24 yrs,58,77682,22.492095947265625,1,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,74.66336822509766 +1983,44,0.33735543489456177,MVA,21-24 yrs,20,77682,22.492095947265625,1,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,25.745990753173828 +1983,44,0.33735543489456177,suicide,21-24 yrs,13,77682,22.492095947265625,1,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,16.734893798828125 +1983,44,0.33735543489456177,homicide,21-24 yrs,5,77682,22.492095947265625,1,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,6.436497688293457 +1983,44,0.33735543489456177,other external,21-24 yrs,9,77682,22.492095947265625,1,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,11.585695266723633 +1983,44,0.33735543489456177,internal,21-24 yrs,11,77682,22.492095947265625,1,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,14.160294532775879 +1984,44,0.1724034696817398,MVA,15-17 yrs,8,43968,16.026838302612305,0,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,18.195051193237305 +1984,44,0.1724034696817398,suicide,15-17 yrs,2,43968,16.026838302612305,0,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,4.548762798309326 +1984,44,0.1724034696817398,homicide,15-17 yrs,0,43968,16.026838302612305,0,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,0 +1984,44,0.1724034696817398,other external,15-17 yrs,5,43968,16.026838302612305,0,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,11.371907234191895 +1984,44,0.1724034696817398,internal,15-17 yrs,9,43968,16.026838302612305,0,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,20.469432830810547 +1984,44,0.1724034696817398,all,18-20 yrs,43,54183,19.037004470825195,0.1724034696817398,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,79.360687255859375 +1984,44,0.1724034696817398,MVA,18-20 yrs,10,54183,19.037004470825195,0.1724034696817398,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,18.45597267150879 +1984,44,0.1724034696817398,suicide,18-20 yrs,8,54183,19.037004470825195,0.1724034696817398,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,14.764779090881348 +1984,44,0.1724034696817398,homicide,18-20 yrs,6,54183,19.037004470825195,0.1724034696817398,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,11.073583602905273 +1984,44,0.1724034696817398,other external,18-20 yrs,6,54183,19.037004470825195,0.1724034696817398,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,11.073583602905273 +1984,44,0.1724034696817398,internal,18-20 yrs,13,54183,19.037004470825195,0.1724034696817398,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,23.992765426635742 +1984,44,0.1724034696817398,all,21-24 yrs,58,75815,22.533679962158203,1,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,76.50201416015625 +1984,44,0.1724034696817398,MVA,21-24 yrs,22,75815,22.533679962158203,1,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,29.018003463745117 +1984,44,0.1724034696817398,suicide,21-24 yrs,8,75815,22.533679962158203,1,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,10.552001953125 +1984,44,0.1724034696817398,homicide,21-24 yrs,8,75815,22.533679962158203,1,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,10.552001953125 +1984,44,0.1724034696817398,other external,21-24 yrs,4,75815,22.533679962158203,1,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,5.2760009765625 +1984,44,0.1724034696817398,internal,21-24 yrs,16,75815,22.533679962158203,1,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,21.10400390625 +1985,44,0,MVA,15-17 yrs,10,43327,16.01218605041504,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,23.08029556274414 +1985,44,0,suicide,15-17 yrs,3,43327,16.01218605041504,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,6.924088954925537 +1985,44,0,homicide,15-17 yrs,0,43327,16.01218605041504,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,0 +1985,44,0,other external,15-17 yrs,1,43327,16.01218605041504,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,2.3080296516418457 +1985,44,0,internal,15-17 yrs,11,43327,16.01218605041504,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,25.38832664489746 +1985,44,0,all,18-20 yrs,40,53951,19.042261123657227,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,74.14134979248047 +1985,44,0,MVA,18-20 yrs,18,53951,19.042261123657227,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,33.363609313964844 +1985,44,0,suicide,18-20 yrs,9,53951,19.042261123657227,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,16.681804656982422 +1985,44,0,homicide,18-20 yrs,4,53951,19.042261123657227,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,7.414134979248047 +1985,44,0,other external,18-20 yrs,2,53951,19.042261123657227,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,3.7070674896240234 +1985,44,0,internal,18-20 yrs,7,53951,19.042261123657227,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,12.974736213684082 +1985,44,0,all,21-24 yrs,73,74110,22.536163330078125,1,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,98.502227783203125 +1985,44,0,MVA,21-24 yrs,27,74110,22.536163330078125,1,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,36.43233108520508 +1985,44,0,suicide,21-24 yrs,11,74110,22.536163330078125,1,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,14.842801094055176 +1985,44,0,homicide,21-24 yrs,7,74110,22.536163330078125,1,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,9.4454193115234375 +1985,44,0,other external,21-24 yrs,7,74110,22.536163330078125,1,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,9.4454193115234375 +1985,44,0,internal,21-24 yrs,21,74110,22.536163330078125,1,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,28.33625602722168 +1986,44,0,MVA,15-17 yrs,7,43334,16.004131317138672,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,16.153596878051758 +1986,44,0,suicide,15-17 yrs,1,43334,16.004131317138672,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,2.307656764984131 +1986,44,0,homicide,15-17 yrs,0,43334,16.004131317138672,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,0 +1986,44,0,other external,15-17 yrs,1,43334,16.004131317138672,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,2.307656764984131 +1986,44,0,internal,15-17 yrs,3,43334,16.004131317138672,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,6.922970294952393 +1986,44,0,all,18-20 yrs,49,53345,19.039291381835938,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,91.85490417480469 +1986,44,0,MVA,18-20 yrs,22,53345,19.039291381835938,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,41.2409782409668 +1986,44,0,suicide,18-20 yrs,9,53345,19.039291381835938,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,16.871309280395508 +1986,44,0,homicide,18-20 yrs,5,53345,19.039291381835938,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,9.372949600219727 +1986,44,0,other external,18-20 yrs,6,53345,19.039291381835938,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,11.247539520263672 +1986,44,0,internal,18-20 yrs,7,53345,19.039291381835938,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,13.122129440307617 +1986,44,0,all,21-24 yrs,55,71476,22.49197006225586,1,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,76.94890594482422 +1986,44,0,MVA,21-24 yrs,18,71476,22.49197006225586,1,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,25.183279037475586 +1986,44,0,suicide,21-24 yrs,11,71476,22.49197006225586,1,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,15.38978099822998 +1986,44,0,homicide,21-24 yrs,3,71476,22.49197006225586,1,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,4.197213172912598 +1986,44,0,other external,21-24 yrs,8,71476,22.49197006225586,1,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,11.192567825317383 +1986,44,0,internal,21-24 yrs,15,71476,22.49197006225586,1,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,20.986064910888672 +1987,44,0,MVA,15-17 yrs,9,42424,16.04518699645996,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,21.214406967163086 +1987,44,0,suicide,15-17 yrs,2,42424,16.04518699645996,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,4.714312553405762 +1987,44,0,homicide,15-17 yrs,2,42424,16.04518699645996,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,4.714312553405762 +1987,44,0,other external,15-17 yrs,1,42424,16.04518699645996,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,2.357156276702881 +1987,44,0,internal,15-17 yrs,4,42424,16.04518699645996,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,9.428625106811523 +1987,44,0,all,18-20 yrs,34,53481,19.03973388671875,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,63.573978424072266 +1987,44,0,MVA,18-20 yrs,16,53481,19.03973388671875,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,29.91716766357422 +1987,44,0,suicide,18-20 yrs,6,53481,19.03973388671875,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,11.218937873840332 +1987,44,0,homicide,18-20 yrs,1,53481,19.03973388671875,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,1.8698229789733887 +1987,44,0,other external,18-20 yrs,3,53481,19.03973388671875,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,5.609468936920166 +1987,44,0,internal,18-20 yrs,8,53481,19.03973388671875,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,14.95858383178711 +1987,44,0,all,21-24 yrs,63,69774,22.46828269958496,1,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,90.29151153564453 +1987,44,0,MVA,21-24 yrs,25,69774,22.46828269958496,1,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,35.82996368408203 +1987,44,0,suicide,21-24 yrs,11,69774,22.46828269958496,1,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,15.76518440246582 +1987,44,0,homicide,21-24 yrs,5,69774,22.46828269958496,1,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,7.1659932136535645 +1987,44,0,other external,21-24 yrs,7,69774,22.46828269958496,1,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,10.032390594482422 +1987,44,0,internal,21-24 yrs,15,69774,22.46828269958496,1,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,21.49798011779785 +1988,44,0,MVA,15-17 yrs,10,40103,16.07370948791504,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,24.935791015625 +1988,44,0,suicide,15-17 yrs,3,40103,16.07370948791504,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,7.480737209320068 +1988,44,0,homicide,15-17 yrs,3,40103,16.07370948791504,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,7.480737209320068 +1988,44,0,other external,15-17 yrs,3,40103,16.07370948791504,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,7.480737209320068 +1988,44,0,internal,15-17 yrs,3,40103,16.07370948791504,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,7.480737209320068 +1988,44,0,all,18-20 yrs,39,54069,19.025300979614258,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,72.13005828857422 +1988,44,0,MVA,18-20 yrs,15,54069,19.025300979614258,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,27.742328643798828 +1988,44,0,suicide,18-20 yrs,5,54069,19.025300979614258,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,9.247443199157715 +1988,44,0,homicide,18-20 yrs,6,54069,19.025300979614258,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,11.096931457519531 +1988,44,0,other external,18-20 yrs,5,54069,19.025300979614258,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,9.247443199157715 +1988,44,0,internal,18-20 yrs,8,54069,19.025300979614258,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,14.79590892791748 +1988,44,0,all,21-24 yrs,50,68913,22.473989486694336,1,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,72.55525207519531 +1988,44,0,MVA,21-24 yrs,17,68913,22.473989486694336,1,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,24.668785095214844 +1988,44,0,suicide,21-24 yrs,12,68913,22.473989486694336,1,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,17.413259506225586 +1988,44,0,homicide,21-24 yrs,7,68913,22.473989486694336,1,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,10.157734870910645 +1988,44,0,other external,21-24 yrs,5,68913,22.473989486694336,1,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,7.2555251121521 +1988,44,0,internal,21-24 yrs,9,68913,22.473989486694336,1,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,13.059945106506348 +1989,44,0,MVA,15-17 yrs,8,37187,16.05039405822754,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,21.512893676757812 +1989,44,0,suicide,15-17 yrs,4,37187,16.05039405822754,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,10.756446838378906 +1989,44,0,homicide,15-17 yrs,4,37187,16.05039405822754,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,10.756446838378906 +1989,44,0,other external,15-17 yrs,1,37187,16.05039405822754,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,2.6891117095947266 +1989,44,0,internal,15-17 yrs,5,37187,16.05039405822754,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,13.445558547973633 +1989,44,0,all,18-20 yrs,38,55163,19.018707275390625,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,68.88675689697266 +1989,44,0,MVA,18-20 yrs,15,55163,19.018707275390625,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,27.192140579223633 +1989,44,0,suicide,18-20 yrs,11,55163,19.018707275390625,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,19.940902709960938 +1989,44,0,homicide,18-20 yrs,5,55163,19.018707275390625,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,9.064046859741211 +1989,44,0,other external,18-20 yrs,2,55163,19.018707275390625,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,3.6256186962127686 +1989,44,0,internal,18-20 yrs,5,55163,19.018707275390625,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,9.064046859741211 +1989,44,0,all,21-24 yrs,55,67242,22.468442916870117,1,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,81.79411315917969 +1989,44,0,MVA,21-24 yrs,16,67242,22.468442916870117,1,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,23.794652938842773 +1989,44,0,suicide,21-24 yrs,9,67242,22.468442916870117,1,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,13.384491920471191 +1989,44,0,homicide,21-24 yrs,7,67242,22.468442916870117,1,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,10.410160064697266 +1989,44,0,other external,21-24 yrs,7,67242,22.468442916870117,1,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,10.410160064697266 +1989,44,0,internal,21-24 yrs,16,67242,22.468442916870117,1,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,23.794652938842773 +1990,44,0,MVA,15-17 yrs,10,35487,16.029024124145508,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,28.179332733154297 +1990,44,0,suicide,15-17 yrs,2,35487,16.029024124145508,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,5.635866641998291 +1990,44,0,homicide,15-17 yrs,6,35487,16.029024124145508,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,16.90760040283203 +1990,44,0,other external,15-17 yrs,0,35487,16.029024124145508,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,0 +1990,44,0,internal,15-17 yrs,5,35487,16.029024124145508,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,14.089666366577148 +1990,44,0,all,18-20 yrs,39,54328,19.075265884399414,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,71.78618621826172 +1990,44,0,MVA,18-20 yrs,11,54328,19.075265884399414,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,20.247386932373047 +1990,44,0,suicide,18-20 yrs,9,54328,19.075265884399414,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,16.566043853759766 +1990,44,0,homicide,18-20 yrs,4,54328,19.075265884399414,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,7.362685680389404 +1990,44,0,other external,18-20 yrs,6,54328,19.075265884399414,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,11.044029235839844 +1990,44,0,internal,18-20 yrs,9,54328,19.075265884399414,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,16.566043853759766 +1990,44,0,all,21-24 yrs,52,66465,22.450101852416992,1,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,78.236663818359375 +1990,44,0,MVA,21-24 yrs,14,66465,22.450101852416992,1,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,21.063716888427734 +1990,44,0,suicide,21-24 yrs,11,66465,22.450101852416992,1,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,16.550064086914062 +1990,44,0,homicide,21-24 yrs,5,66465,22.450101852416992,1,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,7.522756099700928 +1990,44,0,other external,21-24 yrs,7,66465,22.450101852416992,1,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,10.531858444213867 +1990,44,0,internal,21-24 yrs,15,66465,22.450101852416992,1,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,22.568269729614258 +1991,44,0,MVA,15-17 yrs,4,34573,16.019927978515625,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,11.569722175598145 +1991,44,0,suicide,15-17 yrs,1,34573,16.019927978515625,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,2.892430543899536 +1991,44,0,homicide,15-17 yrs,3,34573,16.019927978515625,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,8.6772918701171875 +1991,44,0,other external,15-17 yrs,1,34573,16.019927978515625,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,2.892430543899536 +1991,44,0,internal,15-17 yrs,4,34573,16.019927978515625,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,11.569722175598145 +1991,44,0,all,18-20 yrs,23,47640,19.146095275878906,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,48.27875900268555 +1991,44,0,MVA,18-20 yrs,5,47640,19.146095275878906,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,10.495382308959961 +1991,44,0,suicide,18-20 yrs,6,47640,19.146095275878906,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,12.59445858001709 +1991,44,0,homicide,18-20 yrs,3,47640,19.146095275878906,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,6.297229290008545 +1991,44,0,other external,18-20 yrs,3,47640,19.146095275878906,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,6.297229290008545 +1991,44,0,internal,18-20 yrs,6,47640,19.146095275878906,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,12.59445858001709 +1991,44,0,all,21-24 yrs,50,68453,22.425094604492188,1,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,73.042816162109375 +1991,44,0,MVA,21-24 yrs,17,68453,22.425094604492188,1,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,24.834558486938477 +1991,44,0,suicide,21-24 yrs,4,68453,22.425094604492188,1,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,5.843425273895264 +1991,44,0,homicide,21-24 yrs,9,68453,22.425094604492188,1,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,13.147706985473633 +1991,44,0,other external,21-24 yrs,6,68453,22.425094604492188,1,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,8.765137672424316 +1991,44,0,internal,21-24 yrs,14,68453,22.425094604492188,1,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,20.451988220214844 +1992,44,0,MVA,15-17 yrs,9,34644,15.999018669128418,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,25.978525161743164 +1992,44,0,suicide,15-17 yrs,1,34644,15.999018669128418,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,2.886502742767334 +1992,44,0,homicide,15-17 yrs,0,34644,15.999018669128418,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,0 +1992,44,0,other external,15-17 yrs,2,34644,15.999018669128418,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,5.773005485534668 +1992,44,0,internal,15-17 yrs,6,34644,15.999018669128418,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,17.319015502929688 +1992,44,0,all,18-20 yrs,23,40498,19.108598709106445,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,56.79292678833008 +1992,44,0,MVA,18-20 yrs,8,40498,19.108598709106445,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,19.75406265258789 +1992,44,0,suicide,18-20 yrs,3,40498,19.108598709106445,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,7.407773017883301 +1992,44,0,homicide,18-20 yrs,6,40498,19.108598709106445,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,14.815546035766602 +1992,44,0,other external,18-20 yrs,1,40498,19.108598709106445,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,2.4692578315734863 +1992,44,0,internal,18-20 yrs,5,40498,19.108598709106445,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,12.346288681030273 +1992,44,0,all,21-24 yrs,38,69986,22.440874099731445,1,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,54.296573638916016 +1992,44,0,MVA,21-24 yrs,9,69986,22.440874099731445,1,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,12.85971450805664 +1992,44,0,suicide,21-24 yrs,3,69986,22.440874099731445,1,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,4.286571502685547 +1992,44,0,homicide,21-24 yrs,6,69986,22.440874099731445,1,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,8.573143005371094 +1992,44,0,other external,21-24 yrs,7,69986,22.440874099731445,1,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,10.00200080871582 +1992,44,0,internal,21-24 yrs,13,69986,22.440874099731445,1,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,18.575143814086914 +1993,44,0,MVA,15-17 yrs,2,35214,15.975833892822266,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,5.679559230804443 +1993,44,0,suicide,15-17 yrs,2,35214,15.975833892822266,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,5.679559230804443 +1993,44,0,homicide,15-17 yrs,6,35214,15.975833892822266,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,17.038677215576172 +1993,44,0,other external,15-17 yrs,2,35214,15.975833892822266,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,5.679559230804443 +1993,44,0,internal,15-17 yrs,5,35214,15.975833892822266,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,14.198898315429688 +1993,44,0,all,18-20 yrs,18,36447,19.03374671936035,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,49.38677978515625 +1993,44,0,MVA,18-20 yrs,3,36447,19.03374671936035,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,8.231130599975586 +1993,44,0,suicide,18-20 yrs,2,36447,19.03374671936035,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,5.487420082092285 +1993,44,0,homicide,18-20 yrs,5,36447,19.03374671936035,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,13.718550682067871 +1993,44,0,other external,18-20 yrs,4,36447,19.03374671936035,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,10.97484016418457 +1993,44,0,internal,18-20 yrs,4,36447,19.03374671936035,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,10.97484016418457 +1993,44,0,all,21-24 yrs,41,67997,22.532655715942383,1,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,60.29677963256836 +1993,44,0,MVA,21-24 yrs,9,67997,22.532655715942383,1,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,13.235877990722656 +1993,44,0,suicide,21-24 yrs,7,67997,22.532655715942383,1,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,10.294571876525879 +1993,44,0,homicide,21-24 yrs,4,67997,22.532655715942383,1,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,5.882612705230713 +1993,44,0,other external,21-24 yrs,5,67997,22.532655715942383,1,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,7.353265762329102 +1993,44,0,internal,21-24 yrs,16,67997,22.532655715942383,1,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,23.53045082092285 +1994,44,0,MVA,15-17 yrs,3,36172,15.981505393981934,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,8.293707847595215 +1994,44,0,suicide,15-17 yrs,0,36172,15.981505393981934,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,0 +1994,44,0,homicide,15-17 yrs,0,36172,15.981505393981934,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,0 +1994,44,0,other external,15-17 yrs,1,36172,15.981505393981934,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,2.7645692825317383 +1994,44,0,internal,15-17 yrs,6,36172,15.981505393981934,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,16.58741569519043 +1994,44,0,all,18-20 yrs,22,35306,19.029088973999023,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,62.312355041503906 +1994,44,0,MVA,18-20 yrs,3,35306,19.029088973999023,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,8.497138977050781 +1994,44,0,suicide,18-20 yrs,1,35306,19.029088973999023,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,2.8323798179626465 +1994,44,0,homicide,18-20 yrs,4,35306,19.029088973999023,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,11.329519271850586 +1994,44,0,other external,18-20 yrs,4,35306,19.029088973999023,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,11.329519271850586 +1994,44,0,internal,18-20 yrs,10,35306,19.029088973999023,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,28.32379722595215 +1994,44,0,all,21-24 yrs,47,62246,22.649471282958984,1,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,75.5068588256836 +1994,44,0,MVA,21-24 yrs,13,62246,22.649471282958984,1,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,20.884876251220703 +1994,44,0,suicide,21-24 yrs,8,62246,22.649471282958984,1,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,12.8522310256958 +1994,44,0,homicide,21-24 yrs,10,62246,22.649471282958984,1,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,16.065288543701172 +1994,44,0,other external,21-24 yrs,6,62246,22.649471282958984,1,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,9.63917350769043 +1994,44,0,internal,21-24 yrs,10,62246,22.649471282958984,1,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,16.065288543701172 +1995,44,0,MVA,15-17 yrs,4,37050,15.973278999328613,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,10.796221733093262 +1995,44,0,suicide,15-17 yrs,1,37050,15.973278999328613,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,2.6990554332733154 +1995,44,0,homicide,15-17 yrs,3,37050,15.973278999328613,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,8.097166061401367 +1995,44,0,other external,15-17 yrs,3,37050,15.973278999328613,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,8.097166061401367 +1995,44,0,internal,15-17 yrs,1,37050,15.973278999328613,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,2.6990554332733154 +1995,44,0,all,18-20 yrs,22,35262,19.012676239013672,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,62.39011001586914 +1995,44,0,MVA,18-20 yrs,6,35262,19.012676239013672,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,17.015483856201172 +1995,44,0,suicide,18-20 yrs,1,35262,19.012676239013672,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,2.835913896560669 +1995,44,0,homicide,18-20 yrs,9,35262,19.012676239013672,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,25.523225784301758 +1995,44,0,other external,18-20 yrs,1,35262,19.012676239013672,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,2.835913896560669 +1995,44,0,internal,18-20 yrs,5,35262,19.012676239013672,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,14.179570198059082 +1995,44,0,all,21-24 yrs,29,55352,22.67569351196289,1,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,52.391963958740234 +1995,44,0,MVA,21-24 yrs,4,55352,22.67569351196289,1,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,7.22647762298584 +1995,44,0,suicide,21-24 yrs,6,55352,22.67569351196289,1,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,10.839716911315918 +1995,44,0,homicide,21-24 yrs,5,55352,22.67569351196289,1,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,9.033097267150879 +1995,44,0,other external,21-24 yrs,4,55352,22.67569351196289,1,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,7.22647762298584 +1995,44,0,internal,21-24 yrs,10,55352,22.67569351196289,1,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,18.066194534301758 +1996,44,0,MVA,15-17 yrs,2,37609,15.983434677124023,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,5.317875862121582 +1996,44,0,suicide,15-17 yrs,3,37609,15.983434677124023,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,7.976814270019531 +1996,44,0,homicide,15-17 yrs,3,37609,15.983434677124023,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,7.976814270019531 +1996,44,0,other external,15-17 yrs,0,37609,15.983434677124023,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,0 +1996,44,0,internal,15-17 yrs,3,37609,15.983434677124023,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,7.976814270019531 +1996,44,0,all,18-20 yrs,17,35738,18.997089385986328,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,47.56841278076172 +1996,44,0,MVA,18-20 yrs,7,35738,18.997089385986328,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,19.586994171142578 +1996,44,0,suicide,18-20 yrs,2,35738,18.997089385986328,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,5.596283912658691 +1996,44,0,homicide,18-20 yrs,2,35738,18.997089385986328,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,5.596283912658691 +1996,44,0,other external,18-20 yrs,2,35738,18.997089385986328,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,5.596283912658691 +1996,44,0,internal,18-20 yrs,4,35738,18.997089385986328,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,11.192567825317383 +1996,44,0,all,21-24 yrs,42,49117,22.588960647583008,1,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,85.5101089477539 +1996,44,0,MVA,21-24 yrs,10,49117,22.588960647583008,1,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,20.35955047607422 +1996,44,0,suicide,21-24 yrs,11,49117,22.588960647583008,1,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,22.395503997802734 +1996,44,0,homicide,21-24 yrs,5,49117,22.588960647583008,1,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,10.17977523803711 +1996,44,0,other external,21-24 yrs,5,49117,22.588960647583008,1,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,10.17977523803711 +1996,44,0,internal,21-24 yrs,11,49117,22.588960647583008,1,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,22.395503997802734 +1970,45,1,MVA,15-17 yrs,71,167616,15.989923477172852,0,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,42.358726501464844 +1970,45,1,suicide,15-17 yrs,3,167616,15.989923477172852,0,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,1.789805293083191 +1970,45,1,homicide,15-17 yrs,16,167616,15.989923477172852,0,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,9.545628547668457 +1970,45,1,other external,15-17 yrs,59,167616,15.989923477172852,0,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,35.19950485229492 +1970,45,1,internal,15-17 yrs,46,167616,15.989923477172852,0,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,27.443681716918945 +1970,45,1,all,18-20 yrs,250,168116,18.990251541137695,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,148.70684814453125 +1970,45,1,MVA,18-20 yrs,122,168116,18.990251541137695,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,72.568939208984375 +1970,45,1,suicide,18-20 yrs,10,168116,18.990251541137695,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,5.948273658752441 +1970,45,1,homicide,18-20 yrs,34,168116,18.990251541137695,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,20.224130630493164 +1970,45,1,other external,18-20 yrs,33,168116,18.990251541137695,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,19.629302978515625 +1970,45,1,internal,18-20 yrs,51,168116,18.990251541137695,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,30.336196899414062 +1970,45,1,all,21-24 yrs,348,183637,22.387502670288086,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,189.50428771972656 +1970,45,1,MVA,21-24 yrs,134,183637,22.387502670288086,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,72.97004699707031 +1970,45,1,suicide,21-24 yrs,17,183637,22.387502670288086,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,9.257393836975098 +1970,45,1,homicide,21-24 yrs,42,183637,22.387502670288086,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,22.87120819091797 +1970,45,1,other external,21-24 yrs,57,183637,22.387502670288086,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,31.03949546813965 +1970,45,1,internal,21-24 yrs,98,183637,22.387502670288086,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,53.36614990234375 +1971,45,1,MVA,15-17 yrs,72,171381,16.000139236450195,0,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,42.01165771484375 +1971,45,1,suicide,15-17 yrs,4,171381,16.000139236450195,0,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,2.3339810371398926 +1971,45,1,homicide,15-17 yrs,14,171381,16.000139236450195,0,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,8.168933868408203 +1971,45,1,other external,15-17 yrs,38,171381,16.000139236450195,0,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,22.172819137573242 +1971,45,1,internal,15-17 yrs,58,171381,16.000139236450195,0,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,33.84272384643555 +1971,45,1,all,18-20 yrs,232,176266,19.022789001464844,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,131.6192626953125 +1971,45,1,MVA,18-20 yrs,101,176266,19.022789001464844,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,57.29976272583008 +1971,45,1,suicide,18-20 yrs,7,176266,19.022789001464844,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,3.971270799636841 +1971,45,1,homicide,18-20 yrs,34,176266,19.022789001464844,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,19.28902816772461 +1971,45,1,other external,18-20 yrs,40,176266,19.022789001464844,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,22.692975997924805 +1971,45,1,internal,18-20 yrs,50,176266,19.022789001464844,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,28.36621856689453 +1971,45,1,all,21-24 yrs,346,205552,22.468231201171875,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,168.32723999023438 +1971,45,1,MVA,21-24 yrs,127,205552,22.468231201171875,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,61.78485107421875 +1971,45,1,suicide,21-24 yrs,17,205552,22.468231201171875,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,8.270413398742676 +1971,45,1,homicide,21-24 yrs,75,205552,22.468231201171875,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,36.487117767333984 +1971,45,1,other external,21-24 yrs,54,205552,22.468231201171875,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,26.27072525024414 +1971,45,1,internal,21-24 yrs,73,205552,22.468231201171875,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,35.514129638671875 +1972,45,1,MVA,15-17 yrs,108,175449,15.997246742248535,0,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,61.55635070800781 +1972,45,1,suicide,15-17 yrs,8,175449,15.997246742248535,0,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,4.55972957611084 +1972,45,1,homicide,15-17 yrs,10,175449,15.997246742248535,0,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,5.699662208557129 +1972,45,1,other external,15-17 yrs,26,175449,15.997246742248535,0,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,14.819121360778809 +1972,45,1,internal,15-17 yrs,54,175449,15.997246742248535,0,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,30.778175354003906 +1972,45,1,all,18-20 yrs,294,178111,19.006473541259766,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,165.0655975341797 +1972,45,1,MVA,18-20 yrs,122,178111,19.006473541259766,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,68.496612548828125 +1972,45,1,suicide,18-20 yrs,20,178111,19.006473541259766,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,11.228952407836914 +1972,45,1,homicide,18-20 yrs,20,178111,19.006473541259766,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,11.228952407836914 +1972,45,1,other external,18-20 yrs,66,178111,19.006473541259766,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,37.055545806884766 +1972,45,1,internal,18-20 yrs,66,178111,19.006473541259766,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,37.055545806884766 +1972,45,1,all,21-24 yrs,364,211671,22.418025970458984,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,171.96498107910156 +1972,45,1,MVA,21-24 yrs,154,211671,22.418025970458984,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,72.7544174194336 +1972,45,1,suicide,21-24 yrs,28,211671,22.418025970458984,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,13.228075981140137 +1972,45,1,homicide,21-24 yrs,52,211671,22.418025970458984,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,24.566425323486328 +1972,45,1,other external,21-24 yrs,52,211671,22.418025970458984,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,24.566425323486328 +1972,45,1,internal,21-24 yrs,78,211671,22.418025970458984,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,36.849639892578125 +1973,45,1,MVA,15-17 yrs,77,178347,16.000017166137695,0,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,43.17426300048828 +1973,45,1,suicide,15-17 yrs,12,178347,16.000017166137695,0,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,6.728456497192383 +1973,45,1,homicide,15-17 yrs,9,178347,16.000017166137695,0,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,5.046342372894287 +1973,45,1,other external,15-17 yrs,55,178347,16.000017166137695,0,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,30.83875846862793 +1973,45,1,internal,15-17 yrs,44,178347,16.000017166137695,0,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,24.67100715637207 +1973,45,1,all,18-20 yrs,266,181692,18.99652671813965,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,146.40159606933594 +1973,45,1,MVA,18-20 yrs,113,181692,18.99652671813965,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,62.19316101074219 +1973,45,1,suicide,18-20 yrs,15,181692,18.99652671813965,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,8.255729675292969 +1973,45,1,homicide,18-20 yrs,31,181692,18.99652671813965,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,17.061840057373047 +1973,45,1,other external,18-20 yrs,54,181692,18.99652671813965,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,29.720626831054688 +1973,45,1,internal,18-20 yrs,53,181692,18.99652671813965,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,29.170244216918945 +1973,45,1,all,21-24 yrs,369,217979,22.4296875,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,169.28236389160156 +1973,45,1,MVA,21-24 yrs,135,217979,22.4296875,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,61.93257141113281 +1973,45,1,suicide,21-24 yrs,23,217979,22.4296875,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,10.551475524902344 +1973,45,1,homicide,21-24 yrs,60,217979,22.4296875,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,27.52558708190918 +1973,45,1,other external,21-24 yrs,58,217979,22.4296875,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,26.608068466186523 +1973,45,1,internal,21-24 yrs,93,217979,22.4296875,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,42.6646614074707 +1974,45,1,MVA,15-17 yrs,81,181282,16.01383399963379,0,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,44.681766510009766 +1974,45,1,suicide,15-17 yrs,9,181282,16.01383399963379,0,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,4.9646406173706055 +1974,45,1,homicide,15-17 yrs,9,181282,16.01383399963379,0,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,4.9646406173706055 +1974,45,1,other external,15-17 yrs,64,181282,16.01383399963379,0,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,35.30411148071289 +1974,45,1,internal,15-17 yrs,39,181282,16.01383399963379,0,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,21.513442993164062 +1974,45,1,all,18-20 yrs,249,188690,19.002405166625977,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,131.9624786376953 +1974,45,1,MVA,18-20 yrs,94,188690,19.002405166625977,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,49.817161560058594 +1974,45,1,suicide,18-20 yrs,17,188690,19.002405166625977,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,9.009486198425293 +1974,45,1,homicide,18-20 yrs,34,188690,19.002405166625977,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,18.018972396850586 +1974,45,1,other external,18-20 yrs,48,188690,19.002405166625977,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,25.43855094909668 +1974,45,1,internal,18-20 yrs,56,188690,19.002405166625977,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,29.678308486938477 +1974,45,1,all,21-24 yrs,378,227447,22.455078125,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,166.19256591796875 +1974,45,1,MVA,21-24 yrs,118,227447,22.455078125,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,51.880218505859375 +1974,45,1,suicide,21-24 yrs,24,227447,22.455078125,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,10.551908493041992 +1974,45,1,homicide,21-24 yrs,73,227447,22.455078125,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,32.09539031982422 +1974,45,1,other external,21-24 yrs,83,227447,22.455078125,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,36.49201965332031 +1974,45,1,internal,21-24 yrs,80,227447,22.455078125,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,35.173030853271484 +1975,45,1,MVA,15-17 yrs,62,182237,16.00672149658203,0,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,34.021629333496094 +1975,45,1,suicide,15-17 yrs,8,182237,16.00672149658203,0,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,4.389887809753418 +1975,45,1,homicide,15-17 yrs,17,182237,16.00672149658203,0,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,9.328512191772461 +1975,45,1,other external,15-17 yrs,52,182237,16.00672149658203,0,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,28.534271240234375 +1975,45,1,internal,15-17 yrs,31,182237,16.00672149658203,0,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,17.010814666748047 +1975,45,1,all,18-20 yrs,244,193929,18.998886108398438,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,125.81924438476562 +1975,45,1,MVA,18-20 yrs,89,193929,18.998886108398438,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,45.89308547973633 +1975,45,1,suicide,18-20 yrs,19,193929,18.998886108398438,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,9.79740047454834 +1975,45,1,homicide,18-20 yrs,30,193929,18.998886108398438,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,15.469578742980957 +1975,45,1,other external,18-20 yrs,56,193929,18.998886108398438,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,28.87654685974121 +1975,45,1,internal,18-20 yrs,50,193929,18.998886108398438,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,25.782630920410156 +1975,45,1,all,21-24 yrs,323,233242,22.469881057739258,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,138.48277282714844 +1975,45,1,MVA,21-24 yrs,102,233242,22.469881057739258,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,43.73140335083008 +1975,45,1,suicide,21-24 yrs,32,233242,22.469881057739258,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,13.719655990600586 +1975,45,1,homicide,21-24 yrs,50,233242,22.469881057739258,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,21.436962127685547 +1975,45,1,other external,21-24 yrs,70,233242,22.469881057739258,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,30.011747360229492 +1975,45,1,internal,21-24 yrs,69,233242,22.469881057739258,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,29.5830078125 +1976,45,1,MVA,15-17 yrs,77,182784,16.0051326751709,0,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,42.126224517822266 +1976,45,1,suicide,15-17 yrs,4,182784,16.0051326751709,0,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,2.188375234603882 +1976,45,1,homicide,15-17 yrs,8,182784,16.0051326751709,0,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,4.376750469207764 +1976,45,1,other external,15-17 yrs,37,182784,16.0051326751709,0,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,20.24247169494629 +1976,45,1,internal,15-17 yrs,34,182784,16.0051326751709,0,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,18.6011905670166 +1976,45,1,all,18-20 yrs,228,197044,19.004186630249023,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,115.71019744873047 +1976,45,1,MVA,18-20 yrs,92,197044,19.004186630249023,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,46.69007873535156 +1976,45,1,suicide,18-20 yrs,12,197044,19.004186630249023,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,6.090010166168213 +1976,45,1,homicide,18-20 yrs,31,197044,19.004186630249023,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,15.732526779174805 +1976,45,1,other external,18-20 yrs,46,197044,19.004186630249023,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,23.34503936767578 +1976,45,1,internal,18-20 yrs,47,197044,19.004186630249023,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,23.852540969848633 +1976,45,1,all,21-24 yrs,310,235648,22.4517879486084,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,131.55213928222656 +1976,45,1,MVA,21-24 yrs,107,235648,22.4517879486084,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,45.406707763671875 +1976,45,1,suicide,21-24 yrs,29,235648,22.4517879486084,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,12.306490898132324 +1976,45,1,homicide,21-24 yrs,34,235648,22.4517879486084,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,14.428299903869629 +1976,45,1,other external,21-24 yrs,67,235648,22.4517879486084,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,28.43223762512207 +1976,45,1,internal,21-24 yrs,73,235648,22.4517879486084,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,30.978408813476562 +1977,45,1,MVA,15-17 yrs,77,183553,16.01102638244629,0,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,41.949737548828125 +1977,45,1,suicide,15-17 yrs,11,183553,16.01102638244629,0,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,5.992819309234619 +1977,45,1,homicide,15-17 yrs,8,183553,16.01102638244629,0,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,4.358414173126221 +1977,45,1,other external,15-17 yrs,44,183553,16.01102638244629,0,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,23.971277236938477 +1977,45,1,internal,15-17 yrs,48,183553,16.01102638244629,0,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,26.15048599243164 +1977,45,1,all,18-20 yrs,280,198267,19.015897750854492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,141.2237091064453 +1977,45,1,MVA,18-20 yrs,132,198267,19.015897750854492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,66.57688903808594 +1977,45,1,suicide,18-20 yrs,20,198267,19.015897750854492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,10.087407112121582 +1977,45,1,homicide,18-20 yrs,24,198267,19.015897750854492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,12.104888916015625 +1977,45,1,other external,18-20 yrs,55,198267,19.015897750854492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,27.74036979675293 +1977,45,1,internal,18-20 yrs,49,198267,19.015897750854492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,24.714147567749023 +1977,45,1,all,21-24 yrs,361,238942,22.448514938354492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,151.0826873779297 +1977,45,1,MVA,21-24 yrs,119,238942,22.448514938354492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,49.802879333496094 +1977,45,1,suicide,21-24 yrs,44,238942,22.448514938354492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,18.41451072692871 +1977,45,1,homicide,21-24 yrs,50,238942,22.448514938354492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,20.925580978393555 +1977,45,1,other external,21-24 yrs,65,238942,22.448514938354492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,27.20325469970703 +1977,45,1,internal,21-24 yrs,83,238942,22.448514938354492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,34.7364616394043 +1978,45,1,MVA,15-17 yrs,97,184328,16.008256912231445,0,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,52.62358474731445 +1978,45,1,suicide,15-17 yrs,10,184328,16.008256912231445,0,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,5.425111770629883 +1978,45,1,homicide,15-17 yrs,7,184328,16.008256912231445,0,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,3.7975783348083496 +1978,45,1,other external,15-17 yrs,32,184328,16.008256912231445,0,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,17.3603572845459 +1978,45,1,internal,15-17 yrs,30,184328,16.008256912231445,0,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,16.27533531188965 +1978,45,1,all,18-20 yrs,240,198619,19.009077072143555,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,120.83435821533203 +1978,45,1,MVA,18-20 yrs,112,198619,19.009077072143555,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,56.38936996459961 +1978,45,1,suicide,18-20 yrs,25,198619,19.009077072143555,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,12.586912155151367 +1978,45,1,homicide,18-20 yrs,18,198619,19.009077072143555,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,9.062577247619629 +1978,45,1,other external,18-20 yrs,41,198619,19.009077072143555,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,20.642536163330078 +1978,45,1,internal,18-20 yrs,44,198619,19.009077072143555,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,22.152965545654297 +1978,45,1,all,21-24 yrs,327,243817,22.446556091308594,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,134.11697387695312 +1978,45,1,MVA,21-24 yrs,102,243817,22.446556091308594,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,41.83465576171875 +1978,45,1,suicide,21-24 yrs,43,243817,22.446556091308594,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,17.63617706298828 +1978,45,1,homicide,21-24 yrs,42,243817,22.446556091308594,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,17.22603416442871 +1978,45,1,other external,21-24 yrs,51,243817,22.446556091308594,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,20.917327880859375 +1978,45,1,internal,21-24 yrs,89,243817,22.446556091308594,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,36.50278854370117 +1979,45,1,MVA,15-17 yrs,63,184936,16.003536224365234,0,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,34.06583786010742 +1979,45,1,suicide,15-17 yrs,7,184936,16.003536224365234,0,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,3.785093307495117 +1979,45,1,homicide,15-17 yrs,10,184936,16.003536224365234,0,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,5.407276153564453 +1979,45,1,other external,15-17 yrs,33,184936,16.003536224365234,0,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,17.844011306762695 +1979,45,1,internal,15-17 yrs,32,184936,16.003536224365234,0,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,17.30328369140625 +1979,45,1,all,18-20 yrs,238,199538,19.006790161132812,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,119.27552795410156 +1979,45,1,MVA,18-20 yrs,106,199538,19.006790161132812,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,53.12271499633789 +1979,45,1,suicide,18-20 yrs,26,199538,19.006790161132812,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,13.030099868774414 +1979,45,1,homicide,18-20 yrs,24,199538,19.006790161132812,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,12.02778434753418 +1979,45,1,other external,18-20 yrs,41,199538,19.006790161132812,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,20.54746437072754 +1979,45,1,internal,18-20 yrs,41,199538,19.006790161132812,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,20.54746437072754 +1979,45,1,all,21-24 yrs,322,246536,22.45070457458496,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,130.60972595214844 +1979,45,1,MVA,21-24 yrs,118,246536,22.45070457458496,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,47.86319351196289 +1979,45,1,suicide,21-24 yrs,29,246536,22.45070457458496,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,11.762988090515137 +1979,45,1,homicide,21-24 yrs,48,246536,22.45070457458496,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,19.469772338867188 +1979,45,1,other external,21-24 yrs,59,246536,22.45070457458496,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,23.931596755981445 +1979,45,1,internal,21-24 yrs,68,246536,22.45070457458496,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,27.582178115844727 +1980,45,1,MVA,15-17 yrs,67,182470,16.0208740234375,0,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,36.71836471557617 +1980,45,1,suicide,15-17 yrs,6,182470,16.0208740234375,0,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,3.2882118225097656 +1980,45,1,homicide,15-17 yrs,8,182470,16.0208740234375,0,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,4.384282112121582 +1980,45,1,other external,15-17 yrs,36,182470,16.0208740234375,0,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,19.729270935058594 +1980,45,1,internal,15-17 yrs,26,182470,16.0208740234375,0,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,14.248917579650879 +1980,45,1,all,18-20 yrs,245,201485,19.014001846313477,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,121.59713745117188 +1980,45,1,MVA,18-20 yrs,112,201485,19.014001846313477,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,55.58726501464844 +1980,45,1,suicide,18-20 yrs,27,201485,19.014001846313477,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,13.400501251220703 +1980,45,1,homicide,18-20 yrs,21,201485,19.014001846313477,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,10.422612190246582 +1980,45,1,other external,18-20 yrs,38,201485,19.014001846313477,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,18.85996437072754 +1980,45,1,internal,18-20 yrs,47,201485,19.014001846313477,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,23.326799392700195 +1980,45,1,all,21-24 yrs,366,249019,22.4613094329834,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,146.9767303466797 +1980,45,1,MVA,21-24 yrs,122,249019,22.4613094329834,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,48.992244720458984 +1980,45,1,suicide,21-24 yrs,26,249019,22.4613094329834,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,10.440970420837402 +1980,45,1,homicide,21-24 yrs,61,249019,22.4613094329834,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,24.496122360229492 +1980,45,1,other external,21-24 yrs,65,249019,22.4613094329834,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,26.102426528930664 +1980,45,1,internal,21-24 yrs,92,249019,22.4613094329834,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,36.94497299194336 +1981,45,1,MVA,15-17 yrs,56,175610,16.039844512939453,0,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,31.888845443725586 +1981,45,1,suicide,15-17 yrs,12,175610,16.039844512939453,0,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,6.833323955535889 +1981,45,1,homicide,15-17 yrs,6,175610,16.039844512939453,0,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,3.4166619777679443 +1981,45,1,other external,15-17 yrs,25,175610,16.039844512939453,0,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,14.236091613769531 +1981,45,1,internal,15-17 yrs,31,175610,16.039844512939453,0,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,17.652753829956055 +1981,45,1,all,18-20 yrs,199,202875,19.03302001953125,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,98.08995819091797 +1981,45,1,MVA,18-20 yrs,95,202875,19.03302001953125,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,46.82686233520508 +1981,45,1,suicide,18-20 yrs,24,202875,19.03302001953125,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,11.829944610595703 +1981,45,1,homicide,18-20 yrs,16,202875,19.03302001953125,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,7.886629581451416 +1981,45,1,other external,18-20 yrs,27,202875,19.03302001953125,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,13.308687210083008 +1981,45,1,internal,18-20 yrs,37,202875,19.03302001953125,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,18.237831115722656 +1981,45,1,all,21-24 yrs,336,257526,22.47157096862793,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,130.47225952148438 +1981,45,1,MVA,21-24 yrs,132,257526,22.47157096862793,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,51.256961822509766 +1981,45,1,suicide,21-24 yrs,35,257526,22.47157096862793,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,13.590860366821289 +1981,45,1,homicide,21-24 yrs,42,257526,22.47157096862793,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,16.309032440185547 +1981,45,1,other external,21-24 yrs,45,257526,22.47157096862793,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,17.47396469116211 +1981,45,1,internal,21-24 yrs,82,257526,22.47157096862793,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,31.841445922851562 +1982,45,1,MVA,15-17 yrs,60,167127,16.036319732666016,0,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,35.900840759277344 +1982,45,1,suicide,15-17 yrs,11,167127,16.036319732666016,0,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,6.581820964813232 +1982,45,1,homicide,15-17 yrs,4,167127,16.036319732666016,0,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,2.3933894634246826 +1982,45,1,other external,15-17 yrs,24,167127,16.036319732666016,0,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,14.360336303710938 +1982,45,1,internal,15-17 yrs,33,167127,16.036319732666016,0,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,19.74546241760254 +1982,45,1,all,18-20 yrs,197,198633,19.030508041381836,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,99.1778793334961 +1982,45,1,MVA,18-20 yrs,72,198633,19.030508041381836,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,36.24775314331055 +1982,45,1,suicide,18-20 yrs,25,198633,19.030508041381836,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,12.58602523803711 +1982,45,1,homicide,18-20 yrs,17,198633,19.030508041381836,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,8.558497428894043 +1982,45,1,other external,18-20 yrs,36,198633,19.030508041381836,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,18.123876571655273 +1982,45,1,internal,18-20 yrs,47,198633,19.030508041381836,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,23.661727905273438 +1982,45,1,all,21-24 yrs,297,260975,22.468175888061523,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,113.80400085449219 +1982,45,1,MVA,21-24 yrs,107,260975,22.468175888061523,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,41.00009536743164 +1982,45,1,suicide,21-24 yrs,35,260975,22.468175888061523,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,13.411246299743652 +1982,45,1,homicide,21-24 yrs,47,260975,22.468175888061523,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,18.009387969970703 +1982,45,1,other external,21-24 yrs,46,260975,22.468175888061523,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,17.626209259033203 +1982,45,1,internal,21-24 yrs,62,260975,22.468175888061523,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,23.757064819335938 +1983,45,1,MVA,15-17 yrs,57,160941,16.020492553710938,0,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,35.41670608520508 +1983,45,1,suicide,15-17 yrs,6,160941,16.020492553710938,0,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,3.728074312210083 +1983,45,1,homicide,15-17 yrs,3,160941,16.020492553710938,0,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,1.8640371561050415 +1983,45,1,other external,15-17 yrs,28,160941,16.020492553710938,0,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,17.397680282592773 +1983,45,1,internal,15-17 yrs,28,160941,16.020492553710938,0,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,17.397680282592773 +1983,45,1,all,18-20 yrs,217,193757,19.036840438842773,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,111.99595642089844 +1983,45,1,MVA,18-20 yrs,94,193757,19.036840438842773,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,48.51437759399414 +1983,45,1,suicide,18-20 yrs,22,193757,19.036840438842773,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,11.3544282913208 +1983,45,1,homicide,18-20 yrs,22,193757,19.036840438842773,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,11.3544282913208 +1983,45,1,other external,18-20 yrs,39,193757,19.036840438842773,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,20.128305435180664 +1983,45,1,internal,18-20 yrs,40,193757,19.036840438842773,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,20.6444149017334 +1983,45,1,all,21-24 yrs,313,261564,22.478334426879883,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,119.66478729248047 +1983,45,1,MVA,21-24 yrs,128,261564,22.478334426879883,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,48.936397552490234 +1983,45,1,suicide,21-24 yrs,31,261564,22.478334426879883,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,11.851783752441406 +1983,45,1,homicide,21-24 yrs,33,261564,22.478334426879883,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,12.616415023803711 +1983,45,1,other external,21-24 yrs,57,261564,22.478334426879883,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,21.791990280151367 +1983,45,1,internal,21-24 yrs,64,261564,22.478334426879883,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,24.468198776245117 +1984,45,0.6990699172019958,MVA,15-17 yrs,54,159794,16.000518798828125,0,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,33.79351043701172 +1984,45,0.6990699172019958,suicide,15-17 yrs,8,159794,16.000518798828125,0,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,5.00644588470459 +1984,45,0.6990699172019958,homicide,15-17 yrs,9,159794,16.000518798828125,0,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,5.632251739501953 +1984,45,0.6990699172019958,other external,15-17 yrs,17,159794,16.000518798828125,0,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,10.638697624206543 +1984,45,0.6990699172019958,internal,15-17 yrs,21,159794,16.000518798828125,0,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,13.14192008972168 +1984,45,0.6990699172019958,all,18-20 yrs,175,188160,19.055320739746094,0.6990699172019958,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,93.005950927734375 +1984,45,0.6990699172019958,MVA,18-20 yrs,80,188160,19.055320739746094,0.6990699172019958,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,42.517005920410156 +1984,45,0.6990699172019958,suicide,18-20 yrs,16,188160,19.055320739746094,0.6990699172019958,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,8.503401756286621 +1984,45,0.6990699172019958,homicide,18-20 yrs,17,188160,19.055320739746094,0.6990699172019958,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,9.034863471984863 +1984,45,0.6990699172019958,other external,18-20 yrs,27,188160,19.055320739746094,0.6990699172019958,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,14.34949016571045 +1984,45,0.6990699172019958,internal,18-20 yrs,35,188160,19.055320739746094,0.6990699172019958,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,18.6011905670166 +1984,45,0.6990699172019958,all,21-24 yrs,293,261996,22.495615005493164,1,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,111.83377075195312 +1984,45,0.6990699172019958,MVA,21-24 yrs,135,261996,22.495615005493164,1,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,51.527503967285156 +1984,45,0.6990699172019958,suicide,21-24 yrs,29,261996,22.495615005493164,1,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,11.06887149810791 +1984,45,0.6990699172019958,homicide,21-24 yrs,19,261996,22.495615005493164,1,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,7.252018928527832 +1984,45,0.6990699172019958,other external,21-24 yrs,56,261996,22.495615005493164,1,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,21.374372482299805 +1984,45,0.6990699172019958,internal,21-24 yrs,54,261996,22.495615005493164,1,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,20.61100196838379 +1985,45,0.3554985225200653,MVA,15-17 yrs,53,161682,15.99156379699707,0,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,32.7803955078125 +1985,45,0.3554985225200653,suicide,15-17 yrs,15,161682,15.99156379699707,0,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,9.277470588684082 +1985,45,0.3554985225200653,homicide,15-17 yrs,14,161682,15.99156379699707,0,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,8.65897274017334 +1985,45,0.3554985225200653,other external,15-17 yrs,17,161682,15.99156379699707,0,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,10.514466285705566 +1985,45,0.3554985225200653,internal,15-17 yrs,25,161682,15.99156379699707,0,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,15.462450981140137 +1985,45,0.3554985225200653,all,18-20 yrs,208,179666,19.04930877685547,0.3554985225200653,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,115.77037048339844 +1985,45,0.3554985225200653,MVA,18-20 yrs,115,179666,19.04930877685547,0.3554985225200653,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,64.007659912109375 +1985,45,0.3554985225200653,suicide,18-20 yrs,23,179666,19.04930877685547,0.3554985225200653,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,12.801531791687012 +1985,45,0.3554985225200653,homicide,18-20 yrs,20,179666,19.04930877685547,0.3554985225200653,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,11.131766319274902 +1985,45,0.3554985225200653,other external,18-20 yrs,28,179666,19.04930877685547,0.3554985225200653,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,15.584473609924316 +1985,45,0.3554985225200653,internal,18-20 yrs,22,179666,19.04930877685547,0.3554985225200653,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,12.244943618774414 +1985,45,0.3554985225200653,all,21-24 yrs,297,257449,22.506927490234375,1,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,115.36265563964844 +1985,45,0.3554985225200653,MVA,21-24 yrs,129,257449,22.506927490234375,1,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,50.10700988769531 +1985,45,0.3554985225200653,suicide,21-24 yrs,40,257449,22.506927490234375,1,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,15.537057876586914 +1985,45,0.3554985225200653,homicide,21-24 yrs,33,257449,22.506927490234375,1,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,12.818072319030762 +1985,45,0.3554985225200653,other external,21-24 yrs,37,257449,22.506927490234375,1,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,14.37177848815918 +1985,45,0.3554985225200653,internal,21-24 yrs,58,257449,22.506927490234375,1,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,22.52873420715332 +1986,45,0.23250889778137207,MVA,15-17 yrs,67,166450,15.985112190246582,0,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,40.25232696533203 +1986,45,0.23250889778137207,suicide,15-17 yrs,9,166450,15.985112190246582,0,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,5.407029151916504 +1986,45,0.23250889778137207,homicide,15-17 yrs,14,166450,15.985112190246582,0,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,8.4109344482421875 +1986,45,0.23250889778137207,other external,15-17 yrs,32,166450,15.985112190246582,0,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,19.224992752075195 +1986,45,0.23250889778137207,internal,15-17 yrs,28,166450,15.985112190246582,0,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,16.821868896484375 +1986,45,0.23250889778137207,all,18-20 yrs,200,175274,19.03824234008789,0.23250889778137207,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,114.1070556640625 +1986,45,0.23250889778137207,MVA,18-20 yrs,93,175274,19.03824234008789,0.23250889778137207,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,53.05978012084961 +1986,45,0.23250889778137207,suicide,18-20 yrs,19,175274,19.03824234008789,0.23250889778137207,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,10.840169906616211 +1986,45,0.23250889778137207,homicide,18-20 yrs,25,175274,19.03824234008789,0.23250889778137207,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,14.263381958007812 +1986,45,0.23250889778137207,other external,18-20 yrs,25,175274,19.03824234008789,0.23250889778137207,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,14.263381958007812 +1986,45,0.23250889778137207,internal,18-20 yrs,38,175274,19.03824234008789,0.23250889778137207,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,21.680339813232422 +1986,45,0.23250889778137207,all,21-24 yrs,325,252987,22.509607315063477,1,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,128.46510314941406 +1986,45,0.23250889778137207,MVA,21-24 yrs,159,252987,22.509607315063477,1,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,62.84907913208008 +1986,45,0.23250889778137207,suicide,21-24 yrs,33,252987,22.509607315063477,1,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,13.044148445129395 +1986,45,0.23250889778137207,homicide,21-24 yrs,33,252987,22.509607315063477,1,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,13.044148445129395 +1986,45,0.23250889778137207,other external,21-24 yrs,40,252987,22.509607315063477,1,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,15.811089515686035 +1986,45,0.23250889778137207,internal,21-24 yrs,60,252987,22.509607315063477,1,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,23.716632843017578 +1987,45,0,MVA,15-17 yrs,71,166819,16.010459899902344,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,42.561100006103516 +1987,45,0,suicide,15-17 yrs,19,166819,16.010459899902344,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,11.3895902633667 +1987,45,0,homicide,15-17 yrs,6,166819,16.010459899902344,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,3.596712589263916 +1987,45,0,other external,15-17 yrs,18,166819,16.010459899902344,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,10.790138244628906 +1987,45,0,internal,15-17 yrs,20,166819,16.010459899902344,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,11.989042282104492 +1987,45,0,all,18-20 yrs,224,175075,19.019939422607422,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,127.9451675415039 +1987,45,0,MVA,18-20 yrs,132,175075,19.019939422607422,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,75.39625549316406 +1987,45,0,suicide,18-20 yrs,22,175075,19.019939422607422,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,12.56604290008545 +1987,45,0,homicide,18-20 yrs,23,175075,19.019939422607422,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,13.137227058410645 +1987,45,0,other external,18-20 yrs,16,175075,19.019939422607422,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,9.138940811157227 +1987,45,0,internal,18-20 yrs,31,175075,19.019939422607422,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,17.706697463989258 +1987,45,0,all,21-24 yrs,329,244759,22.52243995666504,1,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,134.41793823242188 +1987,45,0,MVA,21-24 yrs,142,244759,22.52243995666504,1,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,58.01625442504883 +1987,45,0,suicide,21-24 yrs,31,244759,22.52243995666504,1,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,12.665519714355469 +1987,45,0,homicide,21-24 yrs,39,244759,22.52243995666504,1,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,15.934041023254395 +1987,45,0,other external,21-24 yrs,55,244759,22.52243995666504,1,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,22.471084594726562 +1987,45,0,internal,21-24 yrs,62,244759,22.52243995666504,1,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,25.331039428710938 +1988,45,0,MVA,15-17 yrs,76,164103,16.03814125061035,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,46.3123779296875 +1988,45,0,suicide,15-17 yrs,11,164103,16.03814125061035,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,6.7031073570251465 +1988,45,0,homicide,15-17 yrs,9,164103,16.03814125061035,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,5.484360218048096 +1988,45,0,other external,15-17 yrs,20,164103,16.03814125061035,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,12.187467575073242 +1988,45,0,internal,15-17 yrs,23,164103,16.03814125061035,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,14.01558780670166 +1988,45,0,all,18-20 yrs,200,177227,19.007848739624023,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,112.84962463378906 +1988,45,0,MVA,18-20 yrs,100,177227,19.007848739624023,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,56.42481231689453 +1988,45,0,suicide,18-20 yrs,19,177227,19.007848739624023,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,10.720714569091797 +1988,45,0,homicide,18-20 yrs,32,177227,19.007848739624023,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,18.055938720703125 +1988,45,0,other external,18-20 yrs,26,177227,19.007848739624023,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,14.670451164245605 +1988,45,0,internal,18-20 yrs,23,177227,19.007848739624023,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,12.977706909179688 +1988,45,0,all,21-24 yrs,304,234316,22.530317306518555,1,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,129.73931884765625 +1988,45,0,MVA,21-24 yrs,131,234316,22.530317306518555,1,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,55.907405853271484 +1988,45,0,suicide,21-24 yrs,28,234316,22.530317306518555,1,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,11.949674606323242 +1988,45,0,homicide,21-24 yrs,37,234316,22.530317306518555,1,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,15.790641784667969 +1988,45,0,other external,21-24 yrs,45,234316,22.530317306518555,1,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,19.204833984375 +1988,45,0,internal,21-24 yrs,63,234316,22.530317306518555,1,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,26.886768341064453 +1989,45,0,MVA,15-17 yrs,49,157392,16.031139373779297,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,31.13245964050293 +1989,45,0,suicide,15-17 yrs,11,157392,16.031139373779297,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,6.988919258117676 +1989,45,0,homicide,15-17 yrs,6,157392,16.031139373779297,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,3.8121378421783447 +1989,45,0,other external,15-17 yrs,22,157392,16.031139373779297,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,13.977838516235352 +1989,45,0,internal,15-17 yrs,24,157392,16.031139373779297,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,15.248551368713379 +1989,45,0,all,18-20 yrs,215,183943,19.004518508911133,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,116.884033203125 +1989,45,0,MVA,18-20 yrs,98,183943,19.004518508911133,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,53.277374267578125 +1989,45,0,suicide,18-20 yrs,20,183943,19.004518508911133,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,10.872933387756348 +1989,45,0,homicide,18-20 yrs,29,183943,19.004518508911133,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,15.765753746032715 +1989,45,0,other external,18-20 yrs,32,183943,19.004518508911133,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,17.39669418334961 +1989,45,0,internal,18-20 yrs,36,183943,19.004518508911133,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,19.571279525756836 +1989,45,0,all,21-24 yrs,289,226700,22.51187515258789,1,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,127.48125457763672 +1989,45,0,MVA,21-24 yrs,116,226700,22.51187515258789,1,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,51.1689453125 +1989,45,0,suicide,21-24 yrs,39,226700,22.51187515258789,1,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,17.203351974487305 +1989,45,0,homicide,21-24 yrs,29,226700,22.51187515258789,1,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,12.792236328125 +1989,45,0,other external,21-24 yrs,41,226700,22.51187515258789,1,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,18.085575103759766 +1989,45,0,internal,21-24 yrs,64,226700,22.51187515258789,1,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,28.231142044067383 +1990,45,0,MVA,15-17 yrs,60,153103,16.02163314819336,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,39.18930435180664 +1990,45,0,suicide,15-17 yrs,15,153103,16.02163314819336,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,9.79732608795166 +1990,45,0,homicide,15-17 yrs,13,153103,16.02163314819336,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,8.491015434265137 +1990,45,0,other external,15-17 yrs,16,153103,16.02163314819336,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,10.450481414794922 +1990,45,0,internal,15-17 yrs,29,153103,16.02163314819336,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,18.941497802734375 +1990,45,0,all,18-20 yrs,204,186356,19.03474998474121,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,109.46790313720703 +1990,45,0,MVA,18-20 yrs,110,186356,19.03474998474121,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,59.02680969238281 +1990,45,0,suicide,18-20 yrs,23,186356,19.03474998474121,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,12.34196949005127 +1990,45,0,homicide,18-20 yrs,23,186356,19.03474998474121,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,12.34196949005127 +1990,45,0,other external,18-20 yrs,18,186356,19.03474998474121,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,9.65893268585205 +1990,45,0,internal,18-20 yrs,30,186356,19.03474998474121,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,16.098220825195312 +1990,45,0,all,21-24 yrs,281,223918,22.474044799804688,1,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,125.49237060546875 +1990,45,0,MVA,21-24 yrs,96,223918,22.474044799804688,1,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,42.87283706665039 +1990,45,0,suicide,21-24 yrs,32,223918,22.474044799804688,1,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,14.290946006774902 +1990,45,0,homicide,21-24 yrs,46,223918,22.474044799804688,1,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,20.54323387145996 +1990,45,0,other external,21-24 yrs,42,223918,22.474044799804688,1,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,18.756866455078125 +1990,45,0,internal,21-24 yrs,65,223918,22.474044799804688,1,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,29.028484344482422 +1991,45,0,MVA,15-17 yrs,49,151649,16.023521423339844,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,32.31145477294922 +1991,45,0,suicide,15-17 yrs,11,151649,16.023521423339844,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,7.253592014312744 +1991,45,0,homicide,15-17 yrs,15,151649,16.023521423339844,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,9.89126205444336 +1991,45,0,other external,15-17 yrs,28,151649,16.023521423339844,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,18.46368980407715 +1991,45,0,internal,15-17 yrs,17,151649,16.023521423339844,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,11.210097312927246 +1991,45,0,all,18-20 yrs,245,180409,19.067867279052734,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,135.8025360107422 +1991,45,0,MVA,18-20 yrs,104,180409,19.067867279052734,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,57.64678955078125 +1991,45,0,suicide,18-20 yrs,23,180409,19.067867279052734,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,12.748809814453125 +1991,45,0,homicide,18-20 yrs,52,180409,19.067867279052734,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,28.823394775390625 +1991,45,0,other external,18-20 yrs,25,180409,19.067867279052734,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,13.857401847839355 +1991,45,0,internal,18-20 yrs,41,180409,19.067867279052734,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,22.726139068603516 +1991,45,0,all,21-24 yrs,288,230296,22.44466209411621,1,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,125.05644989013672 +1991,45,0,MVA,21-24 yrs,98,230296,22.44466209411621,1,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,42.553932189941406 +1991,45,0,suicide,21-24 yrs,34,230296,22.44466209411621,1,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,14.763608932495117 +1991,45,0,homicide,21-24 yrs,60,230296,22.44466209411621,1,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,26.05342674255371 +1991,45,0,other external,21-24 yrs,39,230296,22.44466209411621,1,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,16.93472671508789 +1991,45,0,internal,21-24 yrs,57,230296,22.44466209411621,1,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,24.750755310058594 +1992,45,0,MVA,15-17 yrs,41,153124,16.012643814086914,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,26.775684356689453 +1992,45,0,suicide,15-17 yrs,14,153124,16.012643814086914,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,9.142916679382324 +1992,45,0,homicide,15-17 yrs,16,153124,16.012643814086914,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,10.449048042297363 +1992,45,0,other external,15-17 yrs,21,153124,16.012643814086914,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,13.714375495910645 +1992,45,0,internal,15-17 yrs,19,153124,16.012643814086914,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,12.408244132995605 +1992,45,0,all,18-20 yrs,200,170886,19.054855346679688,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,117.0370864868164 +1992,45,0,MVA,18-20 yrs,81,170886,19.054855346679688,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,47.400020599365234 +1992,45,0,suicide,18-20 yrs,22,170886,19.054855346679688,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,12.874079704284668 +1992,45,0,homicide,18-20 yrs,33,170886,19.054855346679688,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,19.311119079589844 +1992,45,0,other external,18-20 yrs,23,170886,19.054855346679688,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,13.45926570892334 +1992,45,0,internal,18-20 yrs,41,170886,19.054855346679688,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,23.992603302001953 +1992,45,0,all,21-24 yrs,270,238029,22.434267044067383,1,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,113.43155670166016 +1992,45,0,MVA,21-24 yrs,90,238029,22.434267044067383,1,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,37.81052017211914 +1992,45,0,suicide,21-24 yrs,43,238029,22.434267044067383,1,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,18.065025329589844 +1992,45,0,homicide,21-24 yrs,52,238029,22.434267044067383,1,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,21.84607696533203 +1992,45,0,other external,21-24 yrs,27,238029,22.434267044067383,1,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,11.343155860900879 +1992,45,0,internal,21-24 yrs,58,238029,22.434267044067383,1,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,24.366779327392578 +1993,45,0,MVA,15-17 yrs,43,154325,16.006149291992188,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,27.8632755279541 +1993,45,0,suicide,15-17 yrs,20,154325,16.006149291992188,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,12.959663391113281 +1993,45,0,homicide,15-17 yrs,22,154325,16.006149291992188,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,14.255629539489746 +1993,45,0,other external,15-17 yrs,19,154325,16.006149291992188,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,12.31167984008789 +1993,45,0,internal,15-17 yrs,20,154325,16.006149291992188,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,12.959663391113281 +1993,45,0,all,18-20 yrs,185,165335,19.026025772094727,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,111.89403533935547 +1993,45,0,MVA,18-20 yrs,64,165335,19.026025772094727,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,38.709285736083984 +1993,45,0,suicide,18-20 yrs,25,165335,19.026025772094727,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,15.12081527709961 +1993,45,0,homicide,18-20 yrs,38,165335,19.026025772094727,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,22.983638763427734 +1993,45,0,other external,18-20 yrs,21,165335,19.026025772094727,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,12.701484680175781 +1993,45,0,internal,18-20 yrs,37,165335,19.026025772094727,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,22.378807067871094 +1993,45,0,all,21-24 yrs,295,239528,22.47895050048828,1,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,123.15888214111328 +1993,45,0,MVA,21-24 yrs,95,239528,22.47895050048828,1,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,39.66133499145508 +1993,45,0,suicide,21-24 yrs,37,239528,22.47895050048828,1,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,15.447046279907227 +1993,45,0,homicide,21-24 yrs,64,239528,22.47895050048828,1,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,26.719215393066406 +1993,45,0,other external,21-24 yrs,29,239528,22.47895050048828,1,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,12.107144355773926 +1993,45,0,internal,21-24 yrs,70,239528,22.47895050048828,1,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,29.224140167236328 +1994,45,0,MVA,15-17 yrs,50,158009,16.015100479125977,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,31.643766403198242 +1994,45,0,suicide,15-17 yrs,8,158009,16.015100479125977,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,5.063002586364746 +1994,45,0,homicide,15-17 yrs,23,158009,16.015100479125977,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,14.556133270263672 +1994,45,0,other external,15-17 yrs,16,158009,16.015100479125977,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,10.126005172729492 +1994,45,0,internal,15-17 yrs,22,158009,16.015100479125977,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,13.923257827758789 +1994,45,0,all,18-20 yrs,198,162574,19.023637771606445,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,121.79069519042969 +1994,45,0,MVA,18-20 yrs,91,162574,19.023637771606445,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,55.974510192871094 +1994,45,0,suicide,18-20 yrs,15,162574,19.023637771606445,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,9.226567268371582 +1994,45,0,homicide,18-20 yrs,38,162574,19.023637771606445,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,23.373971939086914 +1994,45,0,other external,18-20 yrs,19,162574,19.023637771606445,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,11.686985969543457 +1994,45,0,internal,18-20 yrs,35,162574,19.023637771606445,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,21.528657913208008 +1994,45,0,all,21-24 yrs,288,234258,22.53670310974121,1,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,122.94137573242188 +1994,45,0,MVA,21-24 yrs,96,234258,22.53670310974121,1,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,40.9804573059082 +1994,45,0,suicide,21-24 yrs,43,234258,22.53670310974121,1,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,18.3558292388916 +1994,45,0,homicide,21-24 yrs,45,234258,22.53670310974121,1,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,19.2095890045166 +1994,45,0,other external,21-24 yrs,33,234258,22.53670310974121,1,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,14.087032318115234 +1994,45,0,internal,21-24 yrs,71,234258,22.53670310974121,1,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,30.30846405029297 +1995,45,0,MVA,15-17 yrs,59,161273,16.003068923950195,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,36.58393096923828 +1995,45,0,suicide,15-17 yrs,12,161273,16.003068923950195,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,7.440799236297607 +1995,45,0,homicide,15-17 yrs,15,161273,16.003068923950195,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,9.30099868774414 +1995,45,0,other external,15-17 yrs,14,161273,16.003068923950195,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,8.68093204498291 +1995,45,0,internal,15-17 yrs,30,161273,16.003068923950195,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,18.60199737548828 +1995,45,0,all,18-20 yrs,167,163960,19.01030731201172,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,101.85411071777344 +1995,45,0,MVA,18-20 yrs,73,163960,19.01030731201172,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,44.52305603027344 +1995,45,0,suicide,18-20 yrs,18,163960,19.01030731201172,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,10.978287696838379 +1995,45,0,homicide,18-20 yrs,23,163960,19.01030731201172,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,14.027812004089355 +1995,45,0,other external,18-20 yrs,18,163960,19.01030731201172,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,10.978287696838379 +1995,45,0,internal,18-20 yrs,35,163960,19.01030731201172,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,21.346670150756836 +1995,45,0,all,21-24 yrs,261,225520,22.557188034057617,1,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,115.73252868652344 +1995,45,0,MVA,21-24 yrs,85,225520,22.557188034057617,1,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,37.690670013427734 +1995,45,0,suicide,21-24 yrs,41,225520,22.557188034057617,1,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,18.180206298828125 +1995,45,0,homicide,21-24 yrs,37,225520,22.557188034057617,1,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,16.406526565551758 +1995,45,0,other external,21-24 yrs,25,225520,22.557188034057617,1,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,11.085491180419922 +1995,45,0,internal,21-24 yrs,73,225520,22.557188034057617,1,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,32.369632720947266 +1996,45,0,MVA,15-17 yrs,69,164297,16.011606216430664,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,41.99711608886719 +1996,45,0,suicide,15-17 yrs,17,164297,16.011606216430664,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,10.347115516662598 +1996,45,0,homicide,15-17 yrs,17,164297,16.011606216430664,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,10.347115516662598 +1996,45,0,other external,15-17 yrs,23,164297,16.011606216430664,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,13.999038696289062 +1996,45,0,internal,15-17 yrs,23,164297,16.011606216430664,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,13.999038696289062 +1996,45,0,all,18-20 yrs,184,165403,19.00221824645996,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,111.24344635009766 +1996,45,0,MVA,18-20 yrs,73,165403,19.00221824645996,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,44.13462829589844 +1996,45,0,suicide,18-20 yrs,27,165403,19.00221824645996,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,16.323766708374023 +1996,45,0,homicide,18-20 yrs,26,165403,19.00221824645996,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,15.719182968139648 +1996,45,0,other external,18-20 yrs,12,165403,19.00221824645996,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,7.255007266998291 +1996,45,0,internal,18-20 yrs,46,165403,19.00221824645996,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,27.810861587524414 +1996,45,0,all,21-24 yrs,266,216269,22.522783279418945,1,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,122.9949722290039 +1996,45,0,MVA,21-24 yrs,98,216269,22.522783279418945,1,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,45.31393814086914 +1996,45,0,suicide,21-24 yrs,36,216269,22.522783279418945,1,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,16.645936965942383 +1996,45,0,homicide,21-24 yrs,44,216269,22.522783279418945,1,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,20.345033645629883 +1996,45,0,other external,21-24 yrs,16,216269,22.522783279418945,1,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,7.398193836212158 +1996,45,0,internal,21-24 yrs,72,216269,22.522783279418945,1,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,33.291873931884766 +1970,46,0.6334497332572937,MVA,15-17 yrs,26,43581,15.98758602142334,0,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,59.659027099609375 +1970,46,0.6334497332572937,suicide,15-17 yrs,3,43581,15.98758602142334,0,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,6.883733749389648 +1970,46,0.6334497332572937,homicide,15-17 yrs,1,43581,15.98758602142334,0,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,2.2945778369903564 +1970,46,0.6334497332572937,other external,15-17 yrs,9,43581,15.98758602142334,0,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,20.651201248168945 +1970,46,0.6334497332572937,internal,15-17 yrs,14,43581,15.98758602142334,0,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,32.12409210205078 +1970,46,0.6334497332572937,all,18-20 yrs,61,38374,18.941627502441406,0.6334497332572937,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,158.9617919921875 +1970,46,0.6334497332572937,MVA,18-20 yrs,35,38374,18.941627502441406,0.6334497332572937,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,91.20758819580078 +1970,46,0.6334497332572937,suicide,18-20 yrs,4,38374,18.941627502441406,0.6334497332572937,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,10.423724174499512 +1970,46,0.6334497332572937,homicide,18-20 yrs,0,38374,18.941627502441406,0.6334497332572937,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,0 +1970,46,0.6334497332572937,other external,18-20 yrs,12,38374,18.941627502441406,0.6334497332572937,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,31.27117347717285 +1970,46,0.6334497332572937,internal,18-20 yrs,10,38374,18.941627502441406,0.6334497332572937,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,26.059310913085938 +1970,46,0.6334497332572937,all,21-24 yrs,55,37108,22.337852478027344,1,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,148.2160186767578 +1970,46,0.6334497332572937,MVA,21-24 yrs,26,37108,22.337852478027344,1,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,70.06575775146484 +1970,46,0.6334497332572937,suicide,21-24 yrs,2,37108,22.337852478027344,1,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,5.389673233032227 +1970,46,0.6334497332572937,homicide,21-24 yrs,5,37108,22.337852478027344,1,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,13.474183082580566 +1970,46,0.6334497332572937,other external,21-24 yrs,12,37108,22.337852478027344,1,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,32.33803939819336 +1970,46,0.6334497332572937,internal,21-24 yrs,10,37108,22.337852478027344,1,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,26.948366165161133 +1971,46,0.6512255072593689,MVA,15-17 yrs,28,44172,15.98922348022461,0,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,63.388572692871094 +1971,46,0.6512255072593689,suicide,15-17 yrs,6,44172,15.98922348022461,0,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,13.58326530456543 +1971,46,0.6512255072593689,homicide,15-17 yrs,1,44172,15.98922348022461,0,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,2.2638776302337646 +1971,46,0.6512255072593689,other external,15-17 yrs,6,44172,15.98922348022461,0,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,13.58326530456543 +1971,46,0.6512255072593689,internal,15-17 yrs,14,44172,15.98922348022461,0,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,31.694286346435547 +1971,46,0.6512255072593689,all,18-20 yrs,63,40066,18.963634490966797,0.6512255072593689,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,157.2405548095703 +1971,46,0.6512255072593689,MVA,18-20 yrs,38,40066,18.963634490966797,0.6512255072593689,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,94.843505859375 +1971,46,0.6512255072593689,suicide,18-20 yrs,1,40066,18.963634490966797,0.6512255072593689,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,2.4958817958831787 +1971,46,0.6512255072593689,homicide,18-20 yrs,1,40066,18.963634490966797,0.6512255072593689,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,2.4958817958831787 +1971,46,0.6512255072593689,other external,18-20 yrs,11,40066,18.963634490966797,0.6512255072593689,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,27.454700469970703 +1971,46,0.6512255072593689,internal,18-20 yrs,12,40066,18.963634490966797,0.6512255072593689,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,29.950580596923828 +1971,46,0.6512255072593689,all,21-24 yrs,76,43109,22.45728302001953,1,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,176.2972869873047 +1971,46,0.6512255072593689,MVA,21-24 yrs,35,43109,22.45728302001953,1,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,81.189544677734375 +1971,46,0.6512255072593689,suicide,21-24 yrs,6,43109,22.45728302001953,1,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,13.918207168579102 +1971,46,0.6512255072593689,homicide,21-24 yrs,0,43109,22.45728302001953,1,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,0 +1971,46,0.6512255072593689,other external,21-24 yrs,22,43109,22.45728302001953,1,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,51.03342819213867 +1971,46,0.6512255072593689,internal,21-24 yrs,13,43109,22.45728302001953,1,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,30.156116485595703 +1972,46,0.82924884557724,MVA,15-17 yrs,40,44793,15.989060401916504,0,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,89.29966735839844 +1972,46,0.82924884557724,suicide,15-17 yrs,2,44793,15.989060401916504,0,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,4.4649834632873535 +1972,46,0.82924884557724,homicide,15-17 yrs,0,44793,15.989060401916504,0,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,0 +1972,46,0.82924884557724,other external,15-17 yrs,20,44793,15.989060401916504,0,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,44.64983367919922 +1972,46,0.82924884557724,internal,15-17 yrs,6,44793,15.989060401916504,0,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,13.394949913024902 +1972,46,0.82924884557724,all,18-20 yrs,66,41367,18.976768493652344,0.82924884557724,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,159.54747009277344 +1972,46,0.82924884557724,MVA,18-20 yrs,38,41367,18.976768493652344,0.82924884557724,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,91.86066436767578 +1972,46,0.82924884557724,suicide,18-20 yrs,0,41367,18.976768493652344,0.82924884557724,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,0 +1972,46,0.82924884557724,homicide,18-20 yrs,0,41367,18.976768493652344,0.82924884557724,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,0 +1972,46,0.82924884557724,other external,18-20 yrs,22,41367,18.976768493652344,0.82924884557724,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,53.18248748779297 +1972,46,0.82924884557724,internal,18-20 yrs,6,41367,18.976768493652344,0.82924884557724,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,14.504315376281738 +1972,46,0.82924884557724,all,21-24 yrs,96,45222,22.456768035888672,1,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,212.2860565185547 +1972,46,0.82924884557724,MVA,21-24 yrs,42,45222,22.456768035888672,1,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,92.875152587890625 +1972,46,0.82924884557724,suicide,21-24 yrs,12,45222,22.456768035888672,1,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,26.535757064819336 +1972,46,0.82924884557724,homicide,21-24 yrs,0,45222,22.456768035888672,1,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,0 +1972,46,0.82924884557724,other external,21-24 yrs,34,45222,22.456768035888672,1,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,75.18464660644531 +1972,46,0.82924884557724,internal,21-24 yrs,8,45222,22.456768035888672,1,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,17.69050407409668 +1973,46,1,MVA,15-17 yrs,28,44881,15.996435165405273,0,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,62.387203216552734 +1973,46,1,suicide,15-17 yrs,2,44881,15.996435165405273,0,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,4.456228733062744 +1973,46,1,homicide,15-17 yrs,0,44881,15.996435165405273,0,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,0 +1973,46,1,other external,15-17 yrs,10,44881,15.996435165405273,0,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,22.281143188476562 +1973,46,1,internal,15-17 yrs,5,44881,15.996435165405273,0,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,11.140571594238281 +1973,46,1,all,18-20 yrs,67,41839,18.977031707763672,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,160.13766479492188 +1973,46,1,MVA,18-20 yrs,40,41839,18.977031707763672,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,95.60457611083984 +1973,46,1,suicide,18-20 yrs,4,41839,18.977031707763672,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,9.560458183288574 +1973,46,1,homicide,18-20 yrs,2,41839,18.977031707763672,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,4.780229091644287 +1973,46,1,other external,18-20 yrs,11,41839,18.977031707763672,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,26.291259765625 +1973,46,1,internal,18-20 yrs,10,41839,18.977031707763672,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,23.90114402770996 +1973,46,1,all,21-24 yrs,71,46509,22.45782470703125,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,152.65863037109375 +1973,46,1,MVA,21-24 yrs,36,46509,22.45782470703125,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,77.40437316894531 +1973,46,1,suicide,21-24 yrs,3,46509,22.45782470703125,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,6.450364589691162 +1973,46,1,homicide,21-24 yrs,6,46509,22.45782470703125,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,12.900729179382324 +1973,46,1,other external,21-24 yrs,16,46509,22.45782470703125,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,34.40194320678711 +1973,46,1,internal,21-24 yrs,10,46509,22.45782470703125,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,21.5012149810791 +1974,46,1,MVA,15-17 yrs,26,44607,16.003250122070312,0,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,58.28681564331055 +1974,46,1,suicide,15-17 yrs,2,44607,16.003250122070312,0,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,4.483601093292236 +1974,46,1,homicide,15-17 yrs,1,44607,16.003250122070312,0,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,2.241800546646118 +1974,46,1,other external,15-17 yrs,14,44607,16.003250122070312,0,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,31.385208129882812 +1974,46,1,internal,15-17 yrs,7,44607,16.003250122070312,0,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,15.692604064941406 +1974,46,1,all,18-20 yrs,61,42495,18.983104705810547,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,143.54629516601562 +1974,46,1,MVA,18-20 yrs,37,42495,18.983104705810547,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,87.0690689086914 +1974,46,1,suicide,18-20 yrs,6,42495,18.983104705810547,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,14.119308471679688 +1974,46,1,homicide,18-20 yrs,2,42495,18.983104705810547,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,4.7064361572265625 +1974,46,1,other external,18-20 yrs,7,42495,18.983104705810547,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,16.47252655029297 +1974,46,1,internal,18-20 yrs,9,42495,18.983104705810547,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,21.17896270751953 +1974,46,1,all,21-24 yrs,63,46971,22.447872161865234,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,134.12530517578125 +1974,46,1,MVA,21-24 yrs,28,46971,22.447872161865234,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,59.61124801635742 +1974,46,1,suicide,21-24 yrs,8,46971,22.447872161865234,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,17.03178596496582 +1974,46,1,homicide,21-24 yrs,0,46971,22.447872161865234,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,0 +1974,46,1,other external,21-24 yrs,11,46971,22.447872161865234,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,23.418704986572266 +1974,46,1,internal,21-24 yrs,16,46971,22.447872161865234,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,34.06357192993164 +1975,46,1,MVA,15-17 yrs,25,44398,15.995135307312012,0,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,56.308841705322266 +1975,46,1,suicide,15-17 yrs,1,44398,15.995135307312012,0,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,2.2523536682128906 +1975,46,1,homicide,15-17 yrs,1,44398,15.995135307312012,0,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,2.2523536682128906 +1975,46,1,other external,15-17 yrs,16,44398,15.995135307312012,0,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,36.03765869140625 +1975,46,1,internal,15-17 yrs,8,44398,15.995135307312012,0,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,18.018829345703125 +1975,46,1,all,18-20 yrs,72,42990,18.984996795654297,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,167.48080444335938 +1975,46,1,MVA,18-20 yrs,34,42990,18.984996795654297,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,79.0881576538086 +1975,46,1,suicide,18-20 yrs,9,42990,18.984996795654297,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,20.935100555419922 +1975,46,1,homicide,18-20 yrs,4,42990,18.984996795654297,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,9.3044891357421875 +1975,46,1,other external,18-20 yrs,17,42990,18.984996795654297,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,39.5440788269043 +1975,46,1,internal,18-20 yrs,8,42990,18.984996795654297,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,18.608978271484375 +1975,46,1,all,21-24 yrs,59,47908,22.44539451599121,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,123.1527099609375 +1975,46,1,MVA,21-24 yrs,27,47908,22.44539451599121,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,56.3580207824707 +1975,46,1,suicide,21-24 yrs,2,47908,22.44539451599121,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,4.174668312072754 +1975,46,1,homicide,21-24 yrs,6,47908,22.44539451599121,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,12.524003982543945 +1975,46,1,other external,21-24 yrs,14,47908,22.44539451599121,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,29.22267723083496 +1975,46,1,internal,21-24 yrs,10,47908,22.44539451599121,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,20.873340606689453 +1976,46,1,MVA,15-17 yrs,25,44569,15.992281913757324,0,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,56.09280014038086 +1976,46,1,suicide,15-17 yrs,0,44569,15.992281913757324,0,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,0 +1976,46,1,homicide,15-17 yrs,2,44569,15.992281913757324,0,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,4.487423896789551 +1976,46,1,other external,15-17 yrs,8,44569,15.992281913757324,0,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,17.949695587158203 +1976,46,1,internal,15-17 yrs,8,44569,15.992281913757324,0,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,17.949695587158203 +1976,46,1,all,18-20 yrs,59,43531,18.99506187438965,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,135.5355987548828 +1976,46,1,MVA,18-20 yrs,40,43531,18.99506187438965,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,91.88854217529297 +1976,46,1,suicide,18-20 yrs,4,43531,18.99506187438965,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,9.188854217529297 +1976,46,1,homicide,18-20 yrs,1,43531,18.99506187438965,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,2.297213554382324 +1976,46,1,other external,18-20 yrs,6,43531,18.99506187438965,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,13.783281326293945 +1976,46,1,internal,18-20 yrs,8,43531,18.99506187438965,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,18.377708435058594 +1976,46,1,all,21-24 yrs,62,49211,22.445327758789062,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,125.98809051513672 +1976,46,1,MVA,21-24 yrs,26,49211,22.445327758789062,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,52.833717346191406 +1976,46,1,suicide,21-24 yrs,12,49211,22.445327758789062,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,24.38479232788086 +1976,46,1,homicide,21-24 yrs,2,49211,22.445327758789062,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,4.064132213592529 +1976,46,1,other external,21-24 yrs,11,49211,22.445327758789062,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,22.352725982666016 +1976,46,1,internal,21-24 yrs,11,49211,22.445327758789062,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,22.352725982666016 +1977,46,1,MVA,15-17 yrs,15,44273,16.004043579101562,0,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,33.88069534301758 +1977,46,1,suicide,15-17 yrs,1,44273,16.004043579101562,0,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,2.2587130069732666 +1977,46,1,homicide,15-17 yrs,1,44273,16.004043579101562,0,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,2.2587130069732666 +1977,46,1,other external,15-17 yrs,10,44273,16.004043579101562,0,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,22.587129592895508 +1977,46,1,internal,15-17 yrs,3,44273,16.004043579101562,0,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,6.776138782501221 +1977,46,1,all,18-20 yrs,61,43379,19.004772186279297,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,140.62103271484375 +1977,46,1,MVA,18-20 yrs,35,43379,19.004772186279297,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,80.6842041015625 +1977,46,1,suicide,18-20 yrs,7,43379,19.004772186279297,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,16.1368408203125 +1977,46,1,homicide,18-20 yrs,1,43379,19.004772186279297,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,2.305262804031372 +1977,46,1,other external,18-20 yrs,11,43379,19.004772186279297,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,25.357892990112305 +1977,46,1,internal,18-20 yrs,7,43379,19.004772186279297,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,16.1368408203125 +1977,46,1,all,21-24 yrs,77,50089,22.441354751586914,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,153.7263641357422 +1977,46,1,MVA,21-24 yrs,38,50089,22.441354751586914,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,75.864959716796875 +1977,46,1,suicide,21-24 yrs,5,50089,22.441354751586914,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,9.982232093811035 +1977,46,1,homicide,21-24 yrs,3,50089,22.441354751586914,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,5.9893388748168945 +1977,46,1,other external,21-24 yrs,13,50089,22.441354751586914,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,25.95380210876465 +1977,46,1,internal,21-24 yrs,18,50089,22.441354751586914,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,35.93603515625 +1978,46,1,MVA,15-17 yrs,19,43201,16.013240814208984,0,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,43.980464935302734 +1978,46,1,suicide,15-17 yrs,2,43201,16.013240814208984,0,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,4.629522323608398 +1978,46,1,homicide,15-17 yrs,0,43201,16.013240814208984,0,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,0 +1978,46,1,other external,15-17 yrs,7,43201,16.013240814208984,0,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,16.20332908630371 +1978,46,1,internal,15-17 yrs,4,43201,16.013240814208984,0,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,9.259044647216797 +1978,46,1,all,18-20 yrs,52,43310,18.999422073364258,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,120.06465148925781 +1978,46,1,MVA,18-20 yrs,25,43310,18.999422073364258,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,57.723388671875 +1978,46,1,suicide,18-20 yrs,5,43310,18.999422073364258,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,11.544677734375 +1978,46,1,homicide,18-20 yrs,3,43310,18.999422073364258,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,6.926806926727295 +1978,46,1,other external,18-20 yrs,11,43310,18.999422073364258,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,25.398290634155273 +1978,46,1,internal,18-20 yrs,8,43310,18.999422073364258,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,18.471485137939453 +1978,46,1,all,21-24 yrs,58,51022,22.4434757232666,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,113.67645263671875 +1978,46,1,MVA,21-24 yrs,20,51022,22.4434757232666,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,39.19877624511719 +1978,46,1,suicide,21-24 yrs,7,51022,22.4434757232666,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,13.719572067260742 +1978,46,1,homicide,21-24 yrs,1,51022,22.4434757232666,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,1.959938883781433 +1978,46,1,other external,21-24 yrs,18,51022,22.4434757232666,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,35.278900146484375 +1978,46,1,internal,21-24 yrs,12,51022,22.4434757232666,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,23.51926612854004 +1979,46,1,MVA,15-17 yrs,24,41611,16.019128799438477,0,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,57.67705535888672 +1979,46,1,suicide,15-17 yrs,6,41611,16.019128799438477,0,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,14.41926383972168 +1979,46,1,homicide,15-17 yrs,3,41611,16.019128799438477,0,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,7.20963191986084 +1979,46,1,other external,15-17 yrs,8,41611,16.019128799438477,0,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,19.225685119628906 +1979,46,1,internal,15-17 yrs,11,41611,16.019128799438477,0,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,26.435317993164062 +1979,46,1,all,18-20 yrs,55,43115,18.998422622680664,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,127.56581115722656 +1979,46,1,MVA,18-20 yrs,27,43115,18.998422622680664,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,62.62321853637695 +1979,46,1,suicide,18-20 yrs,6,43115,18.998422622680664,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,13.91627025604248 +1979,46,1,homicide,18-20 yrs,4,43115,18.998422622680664,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,9.27751350402832 +1979,46,1,other external,18-20 yrs,8,43115,18.998422622680664,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,18.55502700805664 +1979,46,1,internal,18-20 yrs,10,43115,18.998422622680664,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,23.193784713745117 +1979,46,1,all,21-24 yrs,78,51260,22.451852798461914,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,152.16543579101562 +1979,46,1,MVA,21-24 yrs,38,51260,22.451852798461914,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,74.13187408447266 +1979,46,1,suicide,21-24 yrs,9,51260,22.451852798461914,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,17.55755043029785 +1979,46,1,homicide,21-24 yrs,1,51260,22.451852798461914,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,1.9508388042449951 +1979,46,1,other external,21-24 yrs,18,51260,22.451852798461914,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,35.1151008605957 +1979,46,1,internal,21-24 yrs,12,51260,22.451852798461914,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,23.410066604614258 +1980,46,1,MVA,15-17 yrs,28,39311,16.03421401977539,0,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,71.22688293457031 +1980,46,1,suicide,15-17 yrs,5,39311,16.03421401977539,0,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,12.719086647033691 +1980,46,1,homicide,15-17 yrs,3,39311,16.03421401977539,0,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,7.631451606750488 +1980,46,1,other external,15-17 yrs,8,39311,16.03421401977539,0,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,20.35053825378418 +1980,46,1,internal,15-17 yrs,4,39311,16.03421401977539,0,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,10.17526912689209 +1980,46,1,all,18-20 yrs,56,43036,19.017148971557617,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,130.1236114501953 +1980,46,1,MVA,18-20 yrs,26,43036,19.017148971557617,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,60.41453552246094 +1980,46,1,suicide,18-20 yrs,9,43036,19.017148971557617,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,20.912723541259766 +1980,46,1,homicide,18-20 yrs,0,43036,19.017148971557617,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,0 +1980,46,1,other external,18-20 yrs,11,43036,19.017148971557617,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,25.559995651245117 +1980,46,1,internal,18-20 yrs,10,43036,19.017148971557617,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,23.236360549926758 +1980,46,1,all,21-24 yrs,63,52296,22.461660385131836,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,120.46810150146484 +1980,46,1,MVA,21-24 yrs,32,52296,22.461660385131836,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,61.190147399902344 +1980,46,1,suicide,21-24 yrs,5,52296,22.461660385131836,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,9.56096076965332 +1980,46,1,homicide,21-24 yrs,4,52296,22.461660385131836,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,7.648768424987793 +1980,46,1,other external,21-24 yrs,12,52296,22.461660385131836,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,22.946306228637695 +1980,46,1,internal,21-24 yrs,10,52296,22.461660385131836,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,19.12192153930664 +1981,46,1,MVA,15-17 yrs,22,36511,16.052532196044922,0,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,60.25581359863281 +1981,46,1,suicide,15-17 yrs,3,36511,16.052532196044922,0,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,8.21670150756836 +1981,46,1,homicide,15-17 yrs,1,36511,16.052532196044922,0,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,2.738900661468506 +1981,46,1,other external,15-17 yrs,5,36511,16.052532196044922,0,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,13.694502830505371 +1981,46,1,internal,15-17 yrs,10,36511,16.052532196044922,0,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,27.389005661010742 +1981,46,1,all,18-20 yrs,44,41792,19.029191970825195,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,105.28330993652344 +1981,46,1,MVA,18-20 yrs,24,41792,19.029191970825195,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,57.4272575378418 +1981,46,1,suicide,18-20 yrs,5,41792,19.029191970825195,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,11.964012145996094 +1981,46,1,homicide,18-20 yrs,3,41792,19.029191970825195,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,7.178407192230225 +1981,46,1,other external,18-20 yrs,6,41792,19.029191970825195,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,14.35681438446045 +1981,46,1,internal,18-20 yrs,6,41792,19.029191970825195,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,14.35681438446045 +1981,46,1,all,21-24 yrs,68,53088,22.46087646484375,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,128.08920288085938 +1981,46,1,MVA,21-24 yrs,33,53088,22.46087646484375,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,62.16094207763672 +1981,46,1,suicide,21-24 yrs,10,53088,22.46087646484375,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,18.83664894104004 +1981,46,1,homicide,21-24 yrs,5,53088,22.46087646484375,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,9.41832447052002 +1981,46,1,other external,21-24 yrs,8,53088,22.46087646484375,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,15.069318771362305 +1981,46,1,internal,21-24 yrs,12,53088,22.46087646484375,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,22.603979110717773 +1982,46,1,MVA,15-17 yrs,8,33823,16.042869567871094,0,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,23.652544021606445 +1982,46,1,suicide,15-17 yrs,6,33823,16.042869567871094,0,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,17.739408493041992 +1982,46,1,homicide,15-17 yrs,3,33823,16.042869567871094,0,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,8.869704246520996 +1982,46,1,other external,15-17 yrs,8,33823,16.042869567871094,0,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,23.652544021606445 +1982,46,1,internal,15-17 yrs,2,33823,16.042869567871094,0,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,5.913136005401611 +1982,46,1,all,18-20 yrs,43,40146,19.02361297607422,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,107.10905456542969 +1982,46,1,MVA,18-20 yrs,16,40146,19.02361297607422,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,39.854530334472656 +1982,46,1,suicide,18-20 yrs,3,40146,19.02361297607422,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,7.472724437713623 +1982,46,1,homicide,18-20 yrs,4,40146,19.02361297607422,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,9.963632583618164 +1982,46,1,other external,18-20 yrs,12,40146,19.02361297607422,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,29.890897750854492 +1982,46,1,internal,18-20 yrs,8,40146,19.02361297607422,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,19.927265167236328 +1982,46,1,all,21-24 yrs,60,53732,22.465606689453125,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,111.66529846191406 +1982,46,1,MVA,21-24 yrs,30,53732,22.465606689453125,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,55.83264923095703 +1982,46,1,suicide,21-24 yrs,10,53732,22.465606689453125,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,18.610883712768555 +1982,46,1,homicide,21-24 yrs,4,53732,22.465606689453125,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,7.4443535804748535 +1982,46,1,other external,21-24 yrs,7,53732,22.465606689453125,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,13.027618408203125 +1982,46,1,internal,21-24 yrs,9,53732,22.465606689453125,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,16.74979591369629 +1983,46,1,MVA,15-17 yrs,11,31951,16.0242862701416,0,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,34.42771911621094 +1983,46,1,suicide,15-17 yrs,6,31951,16.0242862701416,0,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,18.77875518798828 +1983,46,1,homicide,15-17 yrs,1,31951,16.0242862701416,0,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,3.1297924518585205 +1983,46,1,other external,15-17 yrs,2,31951,16.0242862701416,0,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,6.259584903717041 +1983,46,1,internal,15-17 yrs,10,31951,16.0242862701416,0,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,31.297924041748047 +1983,46,1,all,18-20 yrs,36,38426,19.042783737182617,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,93.68656921386719 +1983,46,1,MVA,18-20 yrs,13,38426,19.042783737182617,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,33.831260681152344 +1983,46,1,suicide,18-20 yrs,6,38426,19.042783737182617,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,15.61442756652832 +1983,46,1,homicide,18-20 yrs,0,38426,19.042783737182617,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,0 +1983,46,1,other external,18-20 yrs,9,38426,19.042783737182617,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,23.421642303466797 +1983,46,1,internal,18-20 yrs,8,38426,19.042783737182617,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,20.819236755371094 +1983,46,1,all,21-24 yrs,45,53489,22.48858642578125,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,84.12944793701172 +1983,46,1,MVA,21-24 yrs,21,53489,22.48858642578125,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,39.26041030883789 +1983,46,1,suicide,21-24 yrs,5,53489,22.48858642578125,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,9.347716331481934 +1983,46,1,homicide,21-24 yrs,2,53489,22.48858642578125,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,3.739086627960205 +1983,46,1,other external,21-24 yrs,10,53489,22.48858642578125,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,18.695432662963867 +1983,46,1,internal,21-24 yrs,7,53489,22.48858642578125,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,13.08680248260498 +1984,46,0.8492276668548584,MVA,15-17 yrs,12,31468,16.00009536743164,0,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,38.133975982666016 +1984,46,0.8492276668548584,suicide,15-17 yrs,5,31468,16.00009536743164,0,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,15.88915729522705 +1984,46,0.8492276668548584,homicide,15-17 yrs,0,31468,16.00009536743164,0,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,0 +1984,46,0.8492276668548584,other external,15-17 yrs,6,31468,16.00009536743164,0,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,19.066987991333008 +1984,46,0.8492276668548584,internal,15-17 yrs,3,31468,16.00009536743164,0,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,9.533493995666504 +1984,46,0.8492276668548584,all,18-20 yrs,44,36070,19.060077667236328,0.8492276668548584,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,121.98503112792969 +1984,46,0.8492276668548584,MVA,18-20 yrs,19,36070,19.060077667236328,0.8492276668548584,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,52.67535400390625 +1984,46,0.8492276668548584,suicide,18-20 yrs,6,36070,19.060077667236328,0.8492276668548584,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,16.634321212768555 +1984,46,0.8492276668548584,homicide,18-20 yrs,3,36070,19.060077667236328,0.8492276668548584,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,8.317160606384277 +1984,46,0.8492276668548584,other external,18-20 yrs,11,36070,19.060077667236328,0.8492276668548584,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,30.496257781982422 +1984,46,0.8492276668548584,internal,18-20 yrs,5,36070,19.060077667236328,0.8492276668548584,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,13.861934661865234 +1984,46,0.8492276668548584,all,21-24 yrs,46,52796,22.511554718017578,1,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,87.12781524658203 +1984,46,0.8492276668548584,MVA,21-24 yrs,22,52796,22.511554718017578,1,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,41.669822692871094 +1984,46,0.8492276668548584,suicide,21-24 yrs,11,52796,22.511554718017578,1,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,20.834911346435547 +1984,46,0.8492276668548584,homicide,21-24 yrs,0,52796,22.511554718017578,1,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,0 +1984,46,0.8492276668548584,other external,21-24 yrs,7,52796,22.511554718017578,1,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,13.258580207824707 +1984,46,0.8492276668548584,internal,21-24 yrs,6,52796,22.511554718017578,1,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,11.364497184753418 +1985,46,0.6924275755882263,MVA,15-17 yrs,10,31699,15.983627319335938,0,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,31.546735763549805 +1985,46,0.6924275755882263,suicide,15-17 yrs,5,31699,15.983627319335938,0,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,15.773367881774902 +1985,46,0.6924275755882263,homicide,15-17 yrs,0,31699,15.983627319335938,0,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,0 +1985,46,0.6924275755882263,other external,15-17 yrs,4,31699,15.983627319335938,0,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,12.618694305419922 +1985,46,0.6924275755882263,internal,15-17 yrs,5,31699,15.983627319335938,0,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,15.773367881774902 +1985,46,0.6924275755882263,all,18-20 yrs,29,33371,19.049863815307617,0.6924275755882263,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,86.90180206298828 +1985,46,0.6924275755882263,MVA,18-20 yrs,8,33371,19.049863815307617,0.6924275755882263,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,23.972909927368164 +1985,46,0.6924275755882263,suicide,18-20 yrs,5,33371,19.049863815307617,0.6924275755882263,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,14.98306941986084 +1985,46,0.6924275755882263,homicide,18-20 yrs,4,33371,19.049863815307617,0.6924275755882263,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,11.986454963684082 +1985,46,0.6924275755882263,other external,18-20 yrs,8,33371,19.049863815307617,0.6924275755882263,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,23.972909927368164 +1985,46,0.6924275755882263,internal,18-20 yrs,4,33371,19.049863815307617,0.6924275755882263,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,11.986454963684082 +1985,46,0.6924275755882263,all,21-24 yrs,58,50980,22.52079200744629,1,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,113.77010345458984 +1985,46,0.6924275755882263,MVA,21-24 yrs,24,50980,22.52079200744629,1,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,47.07728576660156 +1985,46,0.6924275755882263,suicide,21-24 yrs,11,50980,22.52079200744629,1,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,21.577089309692383 +1985,46,0.6924275755882263,homicide,21-24 yrs,2,50980,22.52079200744629,1,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,3.923107147216797 +1985,46,0.6924275755882263,other external,21-24 yrs,10,50980,22.52079200744629,1,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,19.615535736083984 +1985,46,0.6924275755882263,internal,21-24 yrs,11,50980,22.52079200744629,1,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,21.577089309692383 +1986,46,0.6819666028022766,MVA,15-17 yrs,7,32330,15.978719711303711,0,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,21.651716232299805 +1986,46,0.6819666028022766,suicide,15-17 yrs,11,32330,15.978719711303711,0,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,34.02412796020508 +1986,46,0.6819666028022766,homicide,15-17 yrs,1,32330,15.978719711303711,0,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,3.09310245513916 +1986,46,0.6819666028022766,other external,15-17 yrs,5,32330,15.978719711303711,0,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,15.4655122756958 +1986,46,0.6819666028022766,internal,15-17 yrs,7,32330,15.978719711303711,0,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,21.651716232299805 +1986,46,0.6819666028022766,all,18-20 yrs,38,31242,19.028583526611328,0.6819666028022766,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,121.63113403320312 +1986,46,0.6819666028022766,MVA,18-20 yrs,14,31242,19.028583526611328,0.6819666028022766,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,44.81147003173828 +1986,46,0.6819666028022766,suicide,18-20 yrs,10,31242,19.028583526611328,0.6819666028022766,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,32.00819396972656 +1986,46,0.6819666028022766,homicide,18-20 yrs,0,31242,19.028583526611328,0.6819666028022766,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,0 +1986,46,0.6819666028022766,other external,18-20 yrs,5,31242,19.028583526611328,0.6819666028022766,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,16.00409698486328 +1986,46,0.6819666028022766,internal,18-20 yrs,9,31242,19.028583526611328,0.6819666028022766,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,28.807374954223633 +1986,46,0.6819666028022766,all,21-24 yrs,54,47780,22.530284881591797,1,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,113.01799774169922 +1986,46,0.6819666028022766,MVA,21-24 yrs,22,47780,22.530284881591797,1,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,46.044368743896484 +1986,46,0.6819666028022766,suicide,21-24 yrs,12,47780,22.530284881591797,1,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,25.115110397338867 +1986,46,0.6819666028022766,homicide,21-24 yrs,7,47780,22.530284881591797,1,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,14.650481224060059 +1986,46,0.6819666028022766,other external,21-24 yrs,6,47780,22.530284881591797,1,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,12.557555198669434 +1986,46,0.6819666028022766,internal,21-24 yrs,7,47780,22.530284881591797,1,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,14.650481224060059 +1987,46,0.6698997616767883,MVA,15-17 yrs,9,31890,16.014768600463867,0,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,28.222013473510742 +1987,46,0.6698997616767883,suicide,15-17 yrs,4,31890,16.014768600463867,0,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,12.543116569519043 +1987,46,0.6698997616767883,homicide,15-17 yrs,1,31890,16.014768600463867,0,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,3.1357791423797607 +1987,46,0.6698997616767883,other external,15-17 yrs,1,31890,16.014768600463867,0,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,3.1357791423797607 +1987,46,0.6698997616767883,internal,15-17 yrs,7,31890,16.014768600463867,0,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,21.950454711914062 +1987,46,0.6698997616767883,all,18-20 yrs,36,30621,19.005159378051758,0.6698997616767883,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,117.56637573242188 +1987,46,0.6698997616767883,MVA,18-20 yrs,15,30621,19.005159378051758,0.6698997616767883,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,48.98598861694336 +1987,46,0.6698997616767883,suicide,18-20 yrs,8,30621,19.005159378051758,0.6698997616767883,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,26.12586212158203 +1987,46,0.6698997616767883,homicide,18-20 yrs,1,30621,19.005159378051758,0.6698997616767883,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,3.265732765197754 +1987,46,0.6698997616767883,other external,18-20 yrs,5,30621,19.005159378051758,0.6698997616767883,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,16.328662872314453 +1987,46,0.6698997616767883,internal,18-20 yrs,7,30621,19.005159378051758,0.6698997616767883,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,22.86012840270996 +1987,46,0.6698997616767883,all,21-24 yrs,34,44854,22.553329467773438,1,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,75.8014907836914 +1987,46,0.6698997616767883,MVA,21-24 yrs,17,44854,22.553329467773438,1,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,37.9007453918457 +1987,46,0.6698997616767883,suicide,21-24 yrs,10,44854,22.553329467773438,1,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,22.2945556640625 +1987,46,0.6698997616767883,homicide,21-24 yrs,2,44854,22.553329467773438,1,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,4.458910942077637 +1987,46,0.6698997616767883,other external,21-24 yrs,3,44854,22.553329467773438,1,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,6.688366889953613 +1987,46,0.6698997616767883,internal,21-24 yrs,2,44854,22.553329467773438,1,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,4.458910942077637 +1988,46,0.16567519307136536,MVA,15-17 yrs,12,31125,16.035083770751953,0,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,38.55421829223633 +1988,46,0.16567519307136536,suicide,15-17 yrs,7,31125,16.035083770751953,0,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,22.489959716796875 +1988,46,0.16567519307136536,homicide,15-17 yrs,1,31125,16.035083770751953,0,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,3.2128515243530273 +1988,46,0.16567519307136536,other external,15-17 yrs,6,31125,16.035083770751953,0,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,19.277109146118164 +1988,46,0.16567519307136536,internal,15-17 yrs,0,31125,16.035083770751953,0,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,0 +1988,46,0.16567519307136536,all,18-20 yrs,35,30765,18.99008560180664,0.16567519307136536,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,113.76564025878906 +1988,46,0.16567519307136536,MVA,18-20 yrs,18,30765,18.99008560180664,0.16567519307136536,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,58.5080451965332 +1988,46,0.16567519307136536,suicide,18-20 yrs,5,30765,18.99008560180664,0.16567519307136536,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,16.252235412597656 +1988,46,0.16567519307136536,homicide,18-20 yrs,4,30765,18.99008560180664,0.16567519307136536,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,13.001788139343262 +1988,46,0.16567519307136536,other external,18-20 yrs,5,30765,18.99008560180664,0.16567519307136536,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,16.252235412597656 +1988,46,0.16567519307136536,internal,18-20 yrs,3,30765,18.99008560180664,0.16567519307136536,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,9.751340866088867 +1988,46,0.16567519307136536,all,21-24 yrs,46,41730,22.556745529174805,1,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,110.2324447631836 +1988,46,0.16567519307136536,MVA,21-24 yrs,18,41730,22.556745529174805,1,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,43.134437561035156 +1988,46,0.16567519307136536,suicide,21-24 yrs,9,41730,22.556745529174805,1,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,21.567218780517578 +1988,46,0.16567519307136536,homicide,21-24 yrs,8,41730,22.556745529174805,1,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,19.170860290527344 +1988,46,0.16567519307136536,other external,21-24 yrs,5,41730,22.556745529174805,1,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,11.98178768157959 +1988,46,0.16567519307136536,internal,21-24 yrs,6,41730,22.556745529174805,1,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,14.378145217895508 +1989,46,0,MVA,15-17 yrs,8,29987,16.00690269470215,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,26.678226470947266 +1989,46,0,suicide,15-17 yrs,6,29987,16.00690269470215,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,20.008670806884766 +1989,46,0,homicide,15-17 yrs,0,29987,16.00690269470215,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,0 +1989,46,0,other external,15-17 yrs,1,29987,16.00690269470215,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,3.334778308868408 +1989,46,0,internal,15-17 yrs,3,29987,16.00690269470215,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,10.004335403442383 +1989,46,0,all,18-20 yrs,42,31270,18.987239837646484,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,134.3140411376953 +1989,46,0,MVA,18-20 yrs,20,31270,18.987239837646484,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,63.95906448364258 +1989,46,0,suicide,18-20 yrs,8,31270,18.987239837646484,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,25.58362579345703 +1989,46,0,homicide,18-20 yrs,0,31270,18.987239837646484,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,0 +1989,46,0,other external,18-20 yrs,8,31270,18.987239837646484,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,25.58362579345703 +1989,46,0,internal,18-20 yrs,6,31270,18.987239837646484,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,19.187719345092773 +1989,46,0,all,21-24 yrs,39,38691,22.52585792541504,1,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,100.79863739013672 +1989,46,0,MVA,21-24 yrs,16,38691,22.52585792541504,1,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,41.35328674316406 +1989,46,0,suicide,21-24 yrs,8,38691,22.52585792541504,1,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,20.67664337158203 +1989,46,0,homicide,21-24 yrs,1,38691,22.52585792541504,1,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,2.584580421447754 +1989,46,0,other external,21-24 yrs,8,38691,22.52585792541504,1,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,20.67664337158203 +1989,46,0,internal,21-24 yrs,6,38691,22.52585792541504,1,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,15.507482528686523 +1990,46,0,MVA,15-17 yrs,13,29943,15.986040115356445,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,43.41582489013672 +1990,46,0,suicide,15-17 yrs,6,29943,15.986040115356445,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,20.03807258605957 +1990,46,0,homicide,15-17 yrs,0,29943,15.986040115356445,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,0 +1990,46,0,other external,15-17 yrs,8,29943,15.986040115356445,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,26.717430114746094 +1990,46,0,internal,15-17 yrs,5,29943,15.986040115356445,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,16.698392868041992 +1990,46,0,all,18-20 yrs,40,31211,19.018102645874023,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,128.15994262695312 +1990,46,0,MVA,18-20 yrs,19,31211,19.018102645874023,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,60.875972747802734 +1990,46,0,suicide,18-20 yrs,8,31211,19.018102645874023,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,25.631988525390625 +1990,46,0,homicide,18-20 yrs,1,31211,19.018102645874023,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,3.203998565673828 +1990,46,0,other external,18-20 yrs,3,31211,19.018102645874023,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,9.611995697021484 +1990,46,0,internal,18-20 yrs,9,31211,19.018102645874023,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,28.835987091064453 +1990,46,0,all,21-24 yrs,34,37094,22.48150634765625,1,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,91.659027099609375 +1990,46,0,MVA,21-24 yrs,9,37094,22.48150634765625,1,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,24.262683868408203 +1990,46,0,suicide,21-24 yrs,14,37094,22.48150634765625,1,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,37.74195098876953 +1990,46,0,homicide,21-24 yrs,3,37094,22.48150634765625,1,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,8.08756160736084 +1990,46,0,other external,21-24 yrs,2,37094,22.48150634765625,1,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,5.391707420349121 +1990,46,0,internal,21-24 yrs,6,37094,22.48150634765625,1,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,16.17512321472168 +1991,46,0,MVA,15-17 yrs,6,30836,15.987092971801758,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,19.45777702331543 +1991,46,0,suicide,15-17 yrs,5,30836,15.987092971801758,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,16.214813232421875 +1991,46,0,homicide,15-17 yrs,0,30836,15.987092971801758,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,0 +1991,46,0,other external,15-17 yrs,3,30836,15.987092971801758,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,9.728888511657715 +1991,46,0,internal,15-17 yrs,7,30836,15.987092971801758,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,22.70073890686035 +1991,46,0,all,18-20 yrs,27,30813,19.032583236694336,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,87.62535095214844 +1991,46,0,MVA,18-20 yrs,8,30813,19.032583236694336,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,25.96306800842285 +1991,46,0,suicide,18-20 yrs,9,30813,19.032583236694336,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,29.208450317382812 +1991,46,0,homicide,18-20 yrs,2,30813,19.032583236694336,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,6.490767002105713 +1991,46,0,other external,18-20 yrs,4,30813,19.032583236694336,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,12.981534004211426 +1991,46,0,internal,18-20 yrs,4,30813,19.032583236694336,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,12.981534004211426 +1991,46,0,all,21-24 yrs,57,37567,22.45121955871582,1,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,151.72891235351562 +1991,46,0,MVA,21-24 yrs,23,37567,22.45121955871582,1,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,61.22394561767578 +1991,46,0,suicide,21-24 yrs,13,37567,22.45121955871582,1,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,34.60483932495117 +1991,46,0,homicide,21-24 yrs,2,37567,22.45121955871582,1,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,5.323821544647217 +1991,46,0,other external,21-24 yrs,9,37567,22.45121955871582,1,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,23.957197189331055 +1991,46,0,internal,21-24 yrs,10,37567,22.45121955871582,1,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,26.61910629272461 +1992,46,0,MVA,15-17 yrs,10,32511,15.982159614562988,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,30.758819580078125 +1992,46,0,suicide,15-17 yrs,6,32511,15.982159614562988,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,18.455291748046875 +1992,46,0,homicide,15-17 yrs,1,32511,15.982159614562988,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,3.0758819580078125 +1992,46,0,other external,15-17 yrs,4,32511,15.982159614562988,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,12.30352783203125 +1992,46,0,internal,15-17 yrs,4,32511,15.982159614562988,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,12.30352783203125 +1992,46,0,all,18-20 yrs,35,30357,19.013076782226562,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,115.29466247558594 +1992,46,0,MVA,18-20 yrs,19,30357,19.013076782226562,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,62.588531494140625 +1992,46,0,suicide,18-20 yrs,8,30357,19.013076782226562,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,26.353065490722656 +1992,46,0,homicide,18-20 yrs,0,30357,19.013076782226562,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,0 +1992,46,0,other external,18-20 yrs,7,30357,19.013076782226562,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,23.058931350708008 +1992,46,0,internal,18-20 yrs,1,30357,19.013076782226562,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,3.294133186340332 +1992,46,0,all,21-24 yrs,35,38363,22.434402465820312,1,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,91.2337417602539 +1992,46,0,MVA,21-24 yrs,14,38363,22.434402465820312,1,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,36.49349594116211 +1992,46,0,suicide,21-24 yrs,9,38363,22.434402465820312,1,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,23.46010398864746 +1992,46,0,homicide,21-24 yrs,4,38363,22.434402465820312,1,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,10.426712989807129 +1992,46,0,other external,21-24 yrs,4,38363,22.434402465820312,1,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,10.426712989807129 +1992,46,0,internal,21-24 yrs,4,38363,22.434402465820312,1,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,10.426712989807129 +1993,46,0,MVA,15-17 yrs,12,33574,15.983856201171875,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,35.741943359375 +1993,46,0,suicide,15-17 yrs,5,33574,15.983856201171875,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,14.892476081848145 +1993,46,0,homicide,15-17 yrs,2,33574,15.983856201171875,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,5.956990718841553 +1993,46,0,other external,15-17 yrs,3,33574,15.983856201171875,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,8.93548583984375 +1993,46,0,internal,15-17 yrs,2,33574,15.983856201171875,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,5.956990718841553 +1993,46,0,all,18-20 yrs,30,31168,18.98771095275879,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,96.2525634765625 +1993,46,0,MVA,18-20 yrs,11,31168,18.98771095275879,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,35.292606353759766 +1993,46,0,suicide,18-20 yrs,7,31168,18.98771095275879,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,22.458932876586914 +1993,46,0,homicide,18-20 yrs,2,31168,18.98771095275879,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,6.416837692260742 +1993,46,0,other external,18-20 yrs,6,31168,18.98771095275879,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,19.250513076782227 +1993,46,0,internal,18-20 yrs,4,31168,18.98771095275879,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,12.833675384521484 +1993,46,0,all,21-24 yrs,49,38987,22.46397590637207,1,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,125.68292236328125 +1993,46,0,MVA,21-24 yrs,18,38987,22.46397590637207,1,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,46.16923522949219 +1993,46,0,suicide,21-24 yrs,12,38987,22.46397590637207,1,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,30.779491424560547 +1993,46,0,homicide,21-24 yrs,2,38987,22.46397590637207,1,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,5.129915237426758 +1993,46,0,other external,21-24 yrs,8,38987,22.46397590637207,1,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,20.51966094970703 +1993,46,0,internal,21-24 yrs,9,38987,22.46397590637207,1,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,23.084617614746094 +1994,46,0,MVA,15-17 yrs,18,34996,15.99102783203125,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,51.4344482421875 +1994,46,0,suicide,15-17 yrs,6,34996,15.99102783203125,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,17.144817352294922 +1994,46,0,homicide,15-17 yrs,0,34996,15.99102783203125,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,0 +1994,46,0,other external,15-17 yrs,4,34996,15.99102783203125,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,11.429877281188965 +1994,46,0,internal,15-17 yrs,8,34996,15.99102783203125,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,22.85975456237793 +1994,46,0,all,18-20 yrs,35,32271,18.987667083740234,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,108.45651245117188 +1994,46,0,MVA,18-20 yrs,21,32271,18.987667083740234,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,65.07390594482422 +1994,46,0,suicide,18-20 yrs,8,32271,18.987667083740234,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,24.79006004333496 +1994,46,0,homicide,18-20 yrs,0,32271,18.987667083740234,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,0 +1994,46,0,other external,18-20 yrs,2,32271,18.987667083740234,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,6.19751501083374 +1994,46,0,internal,18-20 yrs,4,32271,18.987667083740234,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,12.39503002166748 +1994,46,0,all,21-24 yrs,49,39075,22.493947982788086,1,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,125.39987182617188 +1994,46,0,MVA,21-24 yrs,18,39075,22.493947982788086,1,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,46.06525802612305 +1994,46,0,suicide,21-24 yrs,15,39075,22.493947982788086,1,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,38.38771438598633 +1994,46,0,homicide,21-24 yrs,3,39075,22.493947982788086,1,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,7.6775431632995605 +1994,46,0,other external,21-24 yrs,8,39075,22.493947982788086,1,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,20.473447799682617 +1994,46,0,internal,21-24 yrs,5,39075,22.493947982788086,1,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,12.795905113220215 +1995,46,0,MVA,15-17 yrs,10,36427,15.98026180267334,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,27.452163696289062 +1995,46,0,suicide,15-17 yrs,7,36427,15.98026180267334,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,19.216514587402344 +1995,46,0,homicide,15-17 yrs,0,36427,15.98026180267334,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,0 +1995,46,0,other external,15-17 yrs,7,36427,15.98026180267334,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,19.216514587402344 +1995,46,0,internal,15-17 yrs,3,36427,15.98026180267334,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,8.235649108886719 +1995,46,0,all,18-20 yrs,24,33782,18.986886978149414,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,71.04375457763672 +1995,46,0,MVA,18-20 yrs,9,33782,18.986886978149414,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,26.641407012939453 +1995,46,0,suicide,18-20 yrs,5,33782,18.986886978149414,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,14.80078125 +1995,46,0,homicide,18-20 yrs,0,33782,18.986886978149414,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,0 +1995,46,0,other external,18-20 yrs,6,33782,18.986886978149414,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,17.76093864440918 +1995,46,0,internal,18-20 yrs,4,33782,18.986886978149414,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,11.840624809265137 +1995,46,0,all,21-24 yrs,41,38817,22.490764617919922,1,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,105.62382507324219 +1995,46,0,MVA,21-24 yrs,19,38817,22.490764617919922,1,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,48.94762420654297 +1995,46,0,suicide,21-24 yrs,6,38817,22.490764617919922,1,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,15.457144737243652 +1995,46,0,homicide,21-24 yrs,2,38817,22.490764617919922,1,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,5.152381896972656 +1995,46,0,other external,21-24 yrs,8,38817,22.490764617919922,1,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,20.609527587890625 +1995,46,0,internal,21-24 yrs,6,38817,22.490764617919922,1,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,15.457144737243652 +1996,46,0,MVA,15-17 yrs,18,37432,16.001922607421875,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,48.087196350097656 +1996,46,0,suicide,15-17 yrs,6,37432,16.001922607421875,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,16.02906608581543 +1996,46,0,homicide,15-17 yrs,2,37432,16.001922607421875,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,5.343021869659424 +1996,46,0,other external,15-17 yrs,5,37432,16.001922607421875,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,13.357555389404297 +1996,46,0,internal,15-17 yrs,4,37432,16.001922607421875,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,10.686043739318848 +1996,46,0,all,18-20 yrs,32,34753,18.984634399414062,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,92.07838439941406 +1996,46,0,MVA,18-20 yrs,15,34753,18.984634399414062,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,43.1617431640625 +1996,46,0,suicide,18-20 yrs,8,34753,18.984634399414062,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,23.019596099853516 +1996,46,0,homicide,18-20 yrs,2,34753,18.984634399414062,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,5.754899024963379 +1996,46,0,other external,18-20 yrs,6,34753,18.984634399414062,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,17.26469612121582 +1996,46,0,internal,18-20 yrs,1,34753,18.984634399414062,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,2.8774495124816895 +1996,46,0,all,21-24 yrs,28,38668,22.446001052856445,1,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,72.41129302978516 +1996,46,0,MVA,21-24 yrs,13,38668,22.446001052856445,1,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,33.619529724121094 +1996,46,0,suicide,21-24 yrs,8,38668,22.446001052856445,1,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,20.688941955566406 +1996,46,0,homicide,21-24 yrs,1,38668,22.446001052856445,1,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,2.586117744445801 +1996,46,0,other external,21-24 yrs,2,38668,22.446001052856445,1,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,5.172235488891602 +1996,46,0,internal,21-24 yrs,4,38668,22.446001052856445,1,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,10.344470977783203 +1970,47,0,MVA,15-17 yrs,125,229255,15.975433349609375,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,54.524436950683594 +1970,47,0,suicide,15-17 yrs,8,229255,15.975433349609375,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,3.4895639419555664 +1970,47,0,homicide,15-17 yrs,8,229255,15.975433349609375,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,3.4895639419555664 +1970,47,0,other external,15-17 yrs,49,229255,15.975433349609375,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,21.373579025268555 +1970,47,0,internal,15-17 yrs,76,229255,15.975433349609375,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,33.15085983276367 +1970,47,0,all,18-20 yrs,349,220094,18.971284866333008,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,158.56861877441406 +1970,47,0,MVA,18-20 yrs,165,220094,18.971284866333008,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,74.96797180175781 +1970,47,0,suicide,18-20 yrs,16,220094,18.971284866333008,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,7.2696213722229 +1970,47,0,homicide,18-20 yrs,24,220094,18.971284866333008,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,10.904431343078613 +1970,47,0,other external,18-20 yrs,50,220094,18.971284866333008,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,22.717565536499023 +1970,47,0,internal,18-20 yrs,94,220094,18.971284866333008,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,42.709022521972656 +1970,47,0,all,21-24 yrs,447,251278,22.416973114013672,1,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,177.890625 +1970,47,0,MVA,21-24 yrs,191,251278,22.416973114013672,1,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,76.01142883300781 +1970,47,0,suicide,21-24 yrs,27,251278,22.416973114013672,1,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,10.745071411132812 +1970,47,0,homicide,21-24 yrs,46,251278,22.416973114013672,1,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,18.30641746520996 +1970,47,0,other external,21-24 yrs,55,251278,22.416973114013672,1,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,21.888107299804688 +1970,47,0,internal,21-24 yrs,128,251278,22.416973114013672,1,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,50.939598083496094 +1971,47,0.6712328791618347,MVA,15-17 yrs,131,236863,15.99039077758789,0,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,55.30623245239258 +1971,47,0.6712328791618347,suicide,15-17 yrs,10,236863,15.99039077758789,0,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,4.2218499183654785 +1971,47,0.6712328791618347,homicide,15-17 yrs,14,236863,15.99039077758789,0,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,5.910589694976807 +1971,47,0.6712328791618347,other external,15-17 yrs,55,236863,15.99039077758789,0,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,23.220172882080078 +1971,47,0.6712328791618347,internal,15-17 yrs,77,236863,15.99039077758789,0,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,32.508243560791016 +1971,47,0.6712328791618347,all,18-20 yrs,364,223043,19.00408935546875,0.6712328791618347,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,163.19723510742188 +1971,47,0.6712328791618347,MVA,18-20 yrs,181,223043,19.00408935546875,0.6712328791618347,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,81.1502685546875 +1971,47,0.6712328791618347,suicide,18-20 yrs,19,223043,19.00408935546875,0.6712328791618347,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,8.518536567687988 +1971,47,0.6712328791618347,homicide,18-20 yrs,24,223043,19.00408935546875,0.6712328791618347,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,10.76025676727295 +1971,47,0.6712328791618347,other external,18-20 yrs,58,223043,19.00408935546875,0.6712328791618347,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,26.00395393371582 +1971,47,0.6712328791618347,internal,18-20 yrs,82,223043,19.00408935546875,0.6712328791618347,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,36.76420974731445 +1971,47,0.6712328791618347,all,21-24 yrs,470,281548,22.523378372192383,1,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,166.93423461914062 +1971,47,0.6712328791618347,MVA,21-24 yrs,171,281548,22.523378372192383,1,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,60.73564910888672 +1971,47,0.6712328791618347,suicide,21-24 yrs,30,281548,22.523378372192383,1,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,10.655376434326172 +1971,47,0.6712328791618347,homicide,21-24 yrs,66,281548,22.523378372192383,1,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,23.441829681396484 +1971,47,0.6712328791618347,other external,21-24 yrs,71,281548,22.523378372192383,1,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,25.21772575378418 +1971,47,0.6712328791618347,internal,21-24 yrs,132,281548,22.523378372192383,1,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,46.88365936279297 +1972,47,1,MVA,15-17 yrs,110,243016,15.988066673278809,0,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,45.26451110839844 +1972,47,1,suicide,15-17 yrs,12,243016,15.988066673278809,0,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,4.937946319580078 +1972,47,1,homicide,15-17 yrs,14,243016,15.988066673278809,0,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,5.760937690734863 +1972,47,1,other external,15-17 yrs,66,243016,15.988066673278809,0,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,27.15870475769043 +1972,47,1,internal,15-17 yrs,82,243016,15.988066673278809,0,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,33.74263381958008 +1972,47,1,all,18-20 yrs,390,226853,18.991456985473633,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,171.91749572753906 +1972,47,1,MVA,18-20 yrs,194,226853,18.991456985473633,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,85.51793670654297 +1972,47,1,suicide,18-20 yrs,30,226853,18.991456985473633,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,13.224422454833984 +1972,47,1,homicide,18-20 yrs,32,226853,18.991456985473633,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,14.106051445007324 +1972,47,1,other external,18-20 yrs,70,226853,18.991456985473633,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,30.85698699951172 +1972,47,1,internal,18-20 yrs,64,226853,18.991456985473633,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,28.21210289001465 +1972,47,1,all,21-24 yrs,472,287434,22.480316162109375,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,164.21160888671875 +1972,47,1,MVA,21-24 yrs,198,287434,22.480316162109375,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,68.8853759765625 +1972,47,1,suicide,21-24 yrs,26,287434,22.480316162109375,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,9.045555114746094 +1972,47,1,homicide,21-24 yrs,80,287434,22.480316162109375,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,27.832475662231445 +1972,47,1,other external,21-24 yrs,76,287434,22.480316162109375,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,26.440853118896484 +1972,47,1,internal,21-24 yrs,92,287434,22.480316162109375,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,32.007347106933594 +1973,47,1,MVA,15-17 yrs,157,244767,15.993986129760742,0,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,64.14263153076172 +1973,47,1,suicide,15-17 yrs,8,244767,15.993986129760742,0,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,3.2684144973754883 +1973,47,1,homicide,15-17 yrs,17,244767,15.993986129760742,0,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,6.945380687713623 +1973,47,1,other external,15-17 yrs,57,244767,15.993986129760742,0,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,23.287452697753906 +1973,47,1,internal,15-17 yrs,74,244767,15.993986129760742,0,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,30.232833862304688 +1973,47,1,all,18-20 yrs,385,231267,18.976654052734375,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,166.4742431640625 +1973,47,1,MVA,18-20 yrs,173,231267,18.976654052734375,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,74.80531311035156 +1973,47,1,suicide,18-20 yrs,23,231267,18.976654052734375,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,9.945215225219727 +1973,47,1,homicide,18-20 yrs,33,231267,18.976654052734375,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,14.269221305847168 +1973,47,1,other external,18-20 yrs,63,231267,18.976654052734375,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,27.241241455078125 +1973,47,1,internal,18-20 yrs,93,231267,18.976654052734375,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,40.213260650634766 +1973,47,1,all,21-24 yrs,475,293964,22.486297607421875,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,161.58441162109375 +1973,47,1,MVA,21-24 yrs,155,293964,22.486297607421875,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,52.72754669189453 +1973,47,1,suicide,21-24 yrs,41,293964,22.486297607421875,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,13.947285652160645 +1973,47,1,homicide,21-24 yrs,64,293964,22.486297607421875,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,21.771373748779297 +1973,47,1,other external,21-24 yrs,97,293964,22.486297607421875,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,32.99723815917969 +1973,47,1,internal,21-24 yrs,118,293964,22.486297607421875,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,40.140968322753906 +1974,47,1,MVA,15-17 yrs,145,247522,16.0015869140625,0,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,58.580650329589844 +1974,47,1,suicide,15-17 yrs,12,247522,16.0015869140625,0,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,4.848053932189941 +1974,47,1,homicide,15-17 yrs,11,247522,16.0015869140625,0,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,4.44404935836792 +1974,47,1,other external,15-17 yrs,61,247522,16.0015869140625,0,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,24.64427375793457 +1974,47,1,internal,15-17 yrs,50,247522,16.0015869140625,0,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,20.200223922729492 +1974,47,1,all,18-20 yrs,362,240762,18.992141723632812,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,150.35595703125 +1974,47,1,MVA,18-20 yrs,156,240762,18.992141723632812,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,64.794281005859375 +1974,47,1,suicide,18-20 yrs,24,240762,18.992141723632812,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,9.968350410461426 +1974,47,1,homicide,18-20 yrs,41,240762,18.992141723632812,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,17.029266357421875 +1974,47,1,other external,18-20 yrs,57,240762,18.992141723632812,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,23.674833297729492 +1974,47,1,internal,18-20 yrs,84,240762,18.992141723632812,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,34.889225006103516 +1974,47,1,all,21-24 yrs,477,297486,22.504894256591797,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,160.3436737060547 +1974,47,1,MVA,21-24 yrs,147,297486,22.504894256591797,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,49.41408920288086 +1974,47,1,suicide,21-24 yrs,47,297486,22.504894256591797,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,15.799062728881836 +1974,47,1,homicide,21-24 yrs,77,297486,22.504894256591797,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,25.88357162475586 +1974,47,1,other external,21-24 yrs,79,297486,22.504894256591797,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,26.555871963500977 +1974,47,1,internal,21-24 yrs,127,297486,22.504894256591797,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,42.69108581542969 +1975,47,1,MVA,15-17 yrs,123,248883,15.996150970458984,0,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,49.42081069946289 +1975,47,1,suicide,15-17 yrs,15,248883,15.996150970458984,0,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,6.026928424835205 +1975,47,1,homicide,15-17 yrs,17,248883,15.996150970458984,0,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,6.83051872253418 +1975,47,1,other external,15-17 yrs,66,248883,15.996150970458984,0,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,26.518484115600586 +1975,47,1,internal,15-17 yrs,69,248883,15.996150970458984,0,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,27.72386932373047 +1975,47,1,all,18-20 yrs,403,247701,18.99039077758789,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,162.69615173339844 +1975,47,1,MVA,18-20 yrs,181,247701,18.99039077758789,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,73.07196807861328 +1975,47,1,suicide,18-20 yrs,30,247701,18.99039077758789,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,12.11137580871582 +1975,47,1,homicide,18-20 yrs,42,247701,18.99039077758789,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,16.9559268951416 +1975,47,1,other external,18-20 yrs,72,247701,18.99039077758789,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,29.067302703857422 +1975,47,1,internal,18-20 yrs,78,247701,18.99039077758789,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,31.489578247070312 +1975,47,1,all,21-24 yrs,443,302873,22.49691390991211,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,146.26593017578125 +1975,47,1,MVA,21-24 yrs,131,302873,22.49691390991211,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,43.2524528503418 +1975,47,1,suicide,21-24 yrs,51,302873,22.49691390991211,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,16.838741302490234 +1975,47,1,homicide,21-24 yrs,73,302873,22.49691390991211,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,24.10251235961914 +1975,47,1,other external,21-24 yrs,80,302873,22.49691390991211,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,26.413711547851562 +1975,47,1,internal,21-24 yrs,108,302873,22.49691390991211,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,35.658512115478516 +1976,47,1,MVA,15-17 yrs,125,251659,15.997241973876953,0,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,49.670387268066406 +1976,47,1,suicide,15-17 yrs,11,251659,15.997241973876953,0,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,4.3709940910339355 +1976,47,1,homicide,15-17 yrs,13,251659,15.997241973876953,0,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,5.165720462799072 +1976,47,1,other external,15-17 yrs,47,251659,15.997241973876953,0,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,18.67606544494629 +1976,47,1,internal,15-17 yrs,74,251659,15.997241973876953,0,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,29.404869079589844 +1976,47,1,all,18-20 yrs,369,253120,18.996065139770508,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,145.78065490722656 +1976,47,1,MVA,18-20 yrs,165,253120,18.996065139770508,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,65.18647003173828 +1976,47,1,suicide,18-20 yrs,32,253120,18.996065139770508,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,12.64222526550293 +1976,47,1,homicide,18-20 yrs,39,253120,18.996065139770508,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,15.40771198272705 +1976,47,1,other external,18-20 yrs,59,253120,18.996065139770508,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,23.30910301208496 +1976,47,1,internal,18-20 yrs,74,253120,18.996065139770508,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,29.235145568847656 +1976,47,1,all,21-24 yrs,434,308606,22.473173141479492,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,140.63238525390625 +1976,47,1,MVA,21-24 yrs,141,308606,22.473173141479492,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,45.689327239990234 +1976,47,1,suicide,21-24 yrs,45,308606,22.473173141479492,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,14.58169937133789 +1976,47,1,homicide,21-24 yrs,59,308606,22.473173141479492,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,19.118228912353516 +1976,47,1,other external,21-24 yrs,89,308606,22.473173141479492,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,28.8393611907959 +1976,47,1,internal,21-24 yrs,100,308606,22.473173141479492,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,32.403778076171875 +1977,47,1,MVA,15-17 yrs,117,253299,16.00304412841797,0,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,46.19047164916992 +1977,47,1,suicide,15-17 yrs,16,253299,16.00304412841797,0,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,6.316645622253418 +1977,47,1,homicide,15-17 yrs,17,253299,16.00304412841797,0,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,6.711435794830322 +1977,47,1,other external,15-17 yrs,37,253299,16.00304412841797,0,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,14.607242584228516 +1977,47,1,internal,15-17 yrs,62,253299,16.00304412841797,0,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,24.477001190185547 +1977,47,1,all,18-20 yrs,372,257999,19.003917694091797,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,144.1865997314453 +1977,47,1,MVA,18-20 yrs,170,257999,19.003917694091797,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,65.89173126220703 +1977,47,1,suicide,18-20 yrs,27,257999,19.003917694091797,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,10.465156555175781 +1977,47,1,homicide,18-20 yrs,37,257999,19.003917694091797,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,14.341140747070312 +1977,47,1,other external,18-20 yrs,73,257999,19.003917694091797,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,28.2946834564209 +1977,47,1,internal,18-20 yrs,65,257999,19.003917694091797,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,25.19389533996582 +1977,47,1,all,21-24 yrs,481,315539,22.461668014526367,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,152.4375762939453 +1977,47,1,MVA,21-24 yrs,177,315539,22.461668014526367,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,56.0944938659668 +1977,47,1,suicide,21-24 yrs,49,315539,22.461668014526367,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,15.528984069824219 +1977,47,1,homicide,21-24 yrs,67,315539,22.461668014526367,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,21.233509063720703 +1977,47,1,other external,21-24 yrs,86,315539,22.461668014526367,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,27.25495147705078 +1977,47,1,internal,21-24 yrs,102,315539,22.461668014526367,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,32.32563781738281 +1978,47,1,MVA,15-17 yrs,110,254735,16.00359535217285,0,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,43.18212890625 +1978,47,1,suicide,15-17 yrs,16,254735,16.00359535217285,0,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,6.281037330627441 +1978,47,1,homicide,15-17 yrs,13,254735,16.00359535217285,0,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,5.103342533111572 +1978,47,1,other external,15-17 yrs,39,254735,16.00359535217285,0,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,15.310028076171875 +1978,47,1,internal,15-17 yrs,70,254735,16.00359535217285,0,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,27.479537963867188 +1978,47,1,all,18-20 yrs,424,260801,18.996824264526367,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,162.57606506347656 +1978,47,1,MVA,18-20 yrs,191,260801,18.996824264526367,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,73.23591613769531 +1978,47,1,suicide,18-20 yrs,29,260801,18.996824264526367,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,11.119588851928711 +1978,47,1,homicide,18-20 yrs,32,260801,18.996824264526367,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,12.269891738891602 +1978,47,1,other external,18-20 yrs,80,260801,18.996824264526367,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,30.674728393554688 +1978,47,1,internal,18-20 yrs,92,260801,18.996824264526367,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,35.27593994140625 +1978,47,1,all,21-24 yrs,496,325989,22.470273971557617,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,152.15237426757812 +1978,47,1,MVA,21-24 yrs,196,325989,22.470273971557617,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,60.12472915649414 +1978,47,1,suicide,21-24 yrs,45,325989,22.470273971557617,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,13.804146766662598 +1978,47,1,homicide,21-24 yrs,62,325989,22.470273971557617,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,19.019046783447266 +1978,47,1,other external,21-24 yrs,88,325989,22.470273971557617,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,26.994775772094727 +1978,47,1,internal,21-24 yrs,105,325989,22.470273971557617,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,32.20967483520508 +1979,47,0.806653618812561,MVA,15-17 yrs,96,254860,16.000051498413086,0,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,37.66773986816406 +1979,47,0.806653618812561,suicide,15-17 yrs,17,254860,16.000051498413086,0,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,6.670328617095947 +1979,47,0.806653618812561,homicide,15-17 yrs,16,254860,16.000051498413086,0,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,6.277956485748291 +1979,47,0.806653618812561,other external,15-17 yrs,43,254860,16.000051498413086,0,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,16.872007369995117 +1979,47,0.806653618812561,internal,15-17 yrs,56,254860,16.000051498413086,0,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,21.97284698486328 +1979,47,0.806653618812561,all,18-20 yrs,412,264021,18.997663497924805,0.806653618812561,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,156.04818725585938 +1979,47,0.806653618812561,MVA,18-20 yrs,174,264021,18.997663497924805,0.806653618812561,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,65.90384674072266 +1979,47,0.806653618812561,suicide,18-20 yrs,36,264021,18.997663497924805,0.806653618812561,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,13.635278701782227 +1979,47,0.806653618812561,homicide,18-20 yrs,38,264021,18.997663497924805,0.806653618812561,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,14.392794609069824 +1979,47,0.806653618812561,other external,18-20 yrs,63,264021,18.997663497924805,0.806653618812561,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,23.861738204956055 +1979,47,0.806653618812561,internal,18-20 yrs,101,264021,18.997663497924805,0.806653618812561,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,38.25453186035156 +1979,47,0.806653618812561,all,21-24 yrs,495,331436,22.47899055480957,1,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,149.35009765625 +1979,47,0.806653618812561,MVA,21-24 yrs,189,331436,22.47899055480957,1,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,57.02458572387695 +1979,47,0.806653618812561,suicide,21-24 yrs,62,331436,22.47899055480957,1,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,18.706478118896484 +1979,47,0.806653618812561,homicide,21-24 yrs,62,331436,22.47899055480957,1,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,18.706478118896484 +1979,47,0.806653618812561,other external,21-24 yrs,82,331436,22.47899055480957,1,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,24.740825653076172 +1979,47,0.806653618812561,internal,21-24 yrs,100,331436,22.47899055480957,1,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,30.171737670898438 +1980,47,0.6757730841636658,MVA,15-17 yrs,105,251175,16.012027740478516,0,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,41.803524017333984 +1980,47,0.6757730841636658,suicide,15-17 yrs,9,251175,16.012027740478516,0,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,3.5831592082977295 +1980,47,0.6757730841636658,homicide,15-17 yrs,11,251175,16.012027740478516,0,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,4.3794169425964355 +1980,47,0.6757730841636658,other external,15-17 yrs,50,251175,16.012027740478516,0,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,19.90643882751465 +1980,47,0.6757730841636658,internal,15-17 yrs,57,251175,16.012027740478516,0,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,22.693342208862305 +1980,47,0.6757730841636658,all,18-20 yrs,371,265527,19.008146286010742,0.6757730841636658,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,139.72213745117188 +1980,47,0.6757730841636658,MVA,18-20 yrs,174,265527,19.008146286010742,0.6757730841636658,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,65.530059814453125 +1980,47,0.6757730841636658,suicide,18-20 yrs,32,265527,19.008146286010742,0.6757730841636658,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,12.051505088806152 +1980,47,0.6757730841636658,homicide,18-20 yrs,45,265527,19.008146286010742,0.6757730841636658,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,16.947429656982422 +1980,47,0.6757730841636658,other external,18-20 yrs,65,265527,19.008146286010742,0.6757730841636658,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,24.4796199798584 +1980,47,0.6757730841636658,internal,18-20 yrs,55,265527,19.008146286010742,0.6757730841636658,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,20.713523864746094 +1980,47,0.6757730841636658,all,21-24 yrs,510,336614,22.487138748168945,1,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,151.50885009765625 +1980,47,0.6757730841636658,MVA,21-24 yrs,184,336614,22.487138748168945,1,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,54.662017822265625 +1980,47,0.6757730841636658,suicide,21-24 yrs,52,336614,22.487138748168945,1,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,15.44796085357666 +1980,47,0.6757730841636658,homicide,21-24 yrs,87,336614,22.487138748168945,1,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,25.845626831054688 +1980,47,0.6757730841636658,other external,21-24 yrs,89,336614,22.487138748168945,1,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,26.43977928161621 +1980,47,0.6757730841636658,internal,21-24 yrs,98,336614,22.487138748168945,1,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,29.11346435546875 +1981,47,0.6833317875862122,MVA,15-17 yrs,106,242403,16.03249168395996,0,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,43.72883224487305 +1981,47,0.6833317875862122,suicide,15-17 yrs,18,242403,16.03249168395996,0,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,7.425650596618652 +1981,47,0.6833317875862122,homicide,15-17 yrs,18,242403,16.03249168395996,0,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,7.425650596618652 +1981,47,0.6833317875862122,other external,15-17 yrs,36,242403,16.03249168395996,0,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,14.851301193237305 +1981,47,0.6833317875862122,internal,15-17 yrs,38,242403,16.03249168395996,0,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,15.676373481750488 +1981,47,0.6833317875862122,all,18-20 yrs,316,262104,19.027477264404297,0.6833317875862122,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,120.56282806396484 +1981,47,0.6833317875862122,MVA,18-20 yrs,152,262104,19.027477264404297,0.6833317875862122,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,57.99224853515625 +1981,47,0.6833317875862122,suicide,18-20 yrs,30,262104,19.027477264404297,0.6833317875862122,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,11.44583797454834 +1981,47,0.6833317875862122,homicide,18-20 yrs,28,262104,19.027477264404297,0.6833317875862122,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,10.682782173156738 +1981,47,0.6833317875862122,other external,18-20 yrs,36,262104,19.027477264404297,0.6833317875862122,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,13.735006332397461 +1981,47,0.6833317875862122,internal,18-20 yrs,70,262104,19.027477264404297,0.6833317875862122,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,26.70695686340332 +1981,47,0.6833317875862122,all,21-24 yrs,414,340727,22.49422836303711,1,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,121.50489807128906 +1981,47,0.6833317875862122,MVA,21-24 yrs,154,340727,22.49422836303711,1,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,45.19747543334961 +1981,47,0.6833317875862122,suicide,21-24 yrs,60,340727,22.49422836303711,1,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,17.609405517578125 +1981,47,0.6833317875862122,homicide,21-24 yrs,68,340727,22.49422836303711,1,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,19.957326889038086 +1981,47,0.6833317875862122,other external,21-24 yrs,40,340727,22.49422836303711,1,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,11.739603996276855 +1981,47,0.6833317875862122,internal,21-24 yrs,92,340727,22.49422836303711,1,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,27.001089096069336 +1982,47,0.6769021153450012,MVA,15-17 yrs,102,230933,16.03289222717285,0,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,44.16865539550781 +1982,47,0.6769021153450012,suicide,15-17 yrs,6,230933,16.03289222717285,0,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,2.598156213760376 +1982,47,0.6769021153450012,homicide,15-17 yrs,14,230933,16.03289222717285,0,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,6.06236457824707 +1982,47,0.6769021153450012,other external,15-17 yrs,36,230933,16.03289222717285,0,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,15.588936805725098 +1982,47,0.6769021153450012,internal,15-17 yrs,48,230933,16.03289222717285,0,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,20.785249710083008 +1982,47,0.6769021153450012,all,18-20 yrs,326,256461,19.018705368041992,0.6769021153450012,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,127.1148452758789 +1982,47,0.6769021153450012,MVA,18-20 yrs,160,256461,19.018705368041992,0.6769021153450012,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,62.38765335083008 +1982,47,0.6769021153450012,suicide,18-20 yrs,26,256461,19.018705368041992,0.6769021153450012,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,10.137993812561035 +1982,47,0.6769021153450012,homicide,18-20 yrs,32,256461,19.018705368041992,0.6769021153450012,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,12.477530479431152 +1982,47,0.6769021153450012,other external,18-20 yrs,48,256461,19.018705368041992,0.6769021153450012,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,18.71629524230957 +1982,47,0.6769021153450012,internal,18-20 yrs,60,256461,19.018705368041992,0.6769021153450012,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,23.395370483398438 +1982,47,0.6769021153450012,all,21-24 yrs,436,343046,22.485057830810547,1,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,127.0966567993164 +1982,47,0.6769021153450012,MVA,21-24 yrs,152,343046,22.485057830810547,1,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,44.30892562866211 +1982,47,0.6769021153450012,suicide,21-24 yrs,40,343046,22.485057830810547,1,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,11.66024398803711 +1982,47,0.6769021153450012,homicide,21-24 yrs,64,343046,22.485057830810547,1,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,18.656389236450195 +1982,47,0.6769021153450012,other external,21-24 yrs,74,343046,22.485057830810547,1,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,21.57145118713379 +1982,47,0.6769021153450012,internal,21-24 yrs,106,343046,22.485057830810547,1,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,30.899646759033203 +1983,47,0.6810385584831238,MVA,15-17 yrs,62,220708,16.020429611206055,0,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,28.091415405273438 +1983,47,0.6810385584831238,suicide,15-17 yrs,17,220708,16.020429611206055,0,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,7.702484607696533 +1983,47,0.6810385584831238,homicide,15-17 yrs,4,220708,16.020429611206055,0,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,1.8123493194580078 +1983,47,0.6810385584831238,other external,15-17 yrs,31,220708,16.020429611206055,0,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,14.045707702636719 +1983,47,0.6810385584831238,internal,15-17 yrs,47,220708,16.020429611206055,0,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,21.29510498046875 +1983,47,0.6810385584831238,all,18-20 yrs,336,250535,19.0189266204834,0.6810385584831238,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,134.1129913330078 +1983,47,0.6810385584831238,MVA,18-20 yrs,176,250535,19.0189266204834,0.6810385584831238,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,70.249664306640625 +1983,47,0.6810385584831238,suicide,18-20 yrs,30,250535,19.0189266204834,0.6810385584831238,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,11.974374771118164 +1983,47,0.6810385584831238,homicide,18-20 yrs,37,250535,19.0189266204834,0.6810385584831238,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,14.76839542388916 +1983,47,0.6810385584831238,other external,18-20 yrs,39,250535,19.0189266204834,0.6810385584831238,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,15.56668758392334 +1983,47,0.6810385584831238,internal,18-20 yrs,54,250535,19.0189266204834,0.6810385584831238,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,21.553874969482422 +1983,47,0.6810385584831238,all,21-24 yrs,423,342728,22.49477195739746,1,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,123.4214859008789 +1983,47,0.6810385584831238,MVA,21-24 yrs,148,342728,22.49477195739746,1,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,43.18293380737305 +1983,47,0.6810385584831238,suicide,21-24 yrs,52,342728,22.49477195739746,1,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,15.172381401062012 +1983,47,0.6810385584831238,homicide,21-24 yrs,64,342728,22.49477195739746,1,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,18.6737003326416 +1983,47,0.6810385584831238,other external,21-24 yrs,71,342728,22.49477195739746,1,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,20.716136932373047 +1983,47,0.6810385584831238,internal,21-24 yrs,88,342728,22.49477195739746,1,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,25.67633819580078 +1984,47,0.6607020497322083,MVA,15-17 yrs,68,218579,16.000768661499023,0,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,31.11003303527832 +1984,47,0.6607020497322083,suicide,15-17 yrs,8,218579,16.000768661499023,0,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,3.660003900527954 +1984,47,0.6607020497322083,homicide,15-17 yrs,11,218579,16.000768661499023,0,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,5.032505512237549 +1984,47,0.6607020497322083,other external,15-17 yrs,25,218579,16.000768661499023,0,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,11.437512397766113 +1984,47,0.6607020497322083,internal,15-17 yrs,44,218579,16.000768661499023,0,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,20.130022048950195 +1984,47,0.6607020497322083,all,18-20 yrs,330,243446,19.03953742980957,0.6607020497322083,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,135.55368041992188 +1984,47,0.6607020497322083,MVA,18-20 yrs,170,243446,19.03953742980957,0.6607020497322083,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,69.83068084716797 +1984,47,0.6607020497322083,suicide,18-20 yrs,37,243446,19.03953742980957,0.6607020497322083,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,15.198442459106445 +1984,47,0.6607020497322083,homicide,18-20 yrs,25,243446,19.03953742980957,0.6607020497322083,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,10.269217491149902 +1984,47,0.6607020497322083,other external,18-20 yrs,37,243446,19.03953742980957,0.6607020497322083,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,15.198442459106445 +1984,47,0.6607020497322083,internal,18-20 yrs,61,243446,19.03953742980957,0.6607020497322083,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,25.05689239501953 +1984,47,0.6607020497322083,all,21-24 yrs,438,340011,22.516033172607422,1,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,128.81936645507812 +1984,47,0.6607020497322083,MVA,21-24 yrs,173,340011,22.516033172607422,1,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,50.880706787109375 +1984,47,0.6607020497322083,suicide,21-24 yrs,70,340011,22.516033172607422,1,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,20.587568283081055 +1984,47,0.6607020497322083,homicide,21-24 yrs,48,340011,22.516033172607422,1,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,14.11719036102295 +1984,47,0.6607020497322083,other external,21-24 yrs,63,340011,22.516033172607422,1,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,18.528812408447266 +1984,47,0.6607020497322083,internal,21-24 yrs,84,340011,22.516033172607422,1,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,24.7050838470459 +1985,47,0.3774188458919525,MVA,15-17 yrs,66,221123,15.984176635742188,0,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,29.847640991210938 +1985,47,0.3774188458919525,suicide,15-17 yrs,16,221123,15.984176635742188,0,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,7.2357916831970215 +1985,47,0.3774188458919525,homicide,15-17 yrs,12,221123,15.984176635742188,0,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,5.426844120025635 +1985,47,0.3774188458919525,other external,15-17 yrs,22,221123,15.984176635742188,0,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,9.949213981628418 +1985,47,0.3774188458919525,internal,15-17 yrs,39,221123,15.984176635742188,0,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,17.637243270874023 +1985,47,0.3774188458919525,all,18-20 yrs,302,234205,19.039363861083984,0.3774188458919525,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,128.94686889648438 +1985,47,0.3774188458919525,MVA,18-20 yrs,130,234205,19.039363861083984,0.3774188458919525,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,55.506927490234375 +1985,47,0.3774188458919525,suicide,18-20 yrs,39,234205,19.039363861083984,0.3774188458919525,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,16.65207862854004 +1985,47,0.3774188458919525,homicide,18-20 yrs,26,234205,19.039363861083984,0.3774188458919525,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,11.101385116577148 +1985,47,0.3774188458919525,other external,18-20 yrs,41,234205,19.039363861083984,0.3774188458919525,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,17.506031036376953 +1985,47,0.3774188458919525,internal,18-20 yrs,66,234205,19.039363861083984,0.3774188458919525,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,28.18044090270996 +1985,47,0.3774188458919525,all,21-24 yrs,436,337330,22.52351188659668,1,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,129.2502899169922 +1985,47,0.3774188458919525,MVA,21-24 yrs,190,337330,22.52351188659668,1,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,56.324668884277344 +1985,47,0.3774188458919525,suicide,21-24 yrs,41,337330,22.52351188659668,1,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,12.15427017211914 +1985,47,0.3774188458919525,homicide,21-24 yrs,50,337330,22.52351188659668,1,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,14.822280883789062 +1985,47,0.3774188458919525,other external,21-24 yrs,53,337330,22.52351188659668,1,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,15.711617469787598 +1985,47,0.3774188458919525,internal,21-24 yrs,102,337330,22.52351188659668,1,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,30.23745346069336 +1986,47,0.05816126614809036,MVA,15-17 yrs,99,227805,15.98381519317627,0,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,43.458221435546875 +1986,47,0.05816126614809036,suicide,15-17 yrs,10,227805,15.98381519317627,0,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,4.389719486236572 +1986,47,0.05816126614809036,homicide,15-17 yrs,10,227805,15.98381519317627,0,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,4.389719486236572 +1986,47,0.05816126614809036,other external,15-17 yrs,30,227805,15.98381519317627,0,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,13.169157981872559 +1986,47,0.05816126614809036,internal,15-17 yrs,40,227805,15.98381519317627,0,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,17.55887794494629 +1986,47,0.05816126614809036,all,18-20 yrs,341,225170,19.0250301361084,0.05816126614809036,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,151.44113159179688 +1986,47,0.05816126614809036,MVA,18-20 yrs,161,225170,19.0250301361084,0.05816126614809036,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,71.50153350830078 +1986,47,0.05816126614809036,suicide,18-20 yrs,32,225170,19.0250301361084,0.05816126614809036,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,14.211484909057617 +1986,47,0.05816126614809036,homicide,18-20 yrs,47,225170,19.0250301361084,0.05816126614809036,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,20.873117446899414 +1986,47,0.05816126614809036,other external,18-20 yrs,53,225170,19.0250301361084,0.05816126614809036,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,23.537771224975586 +1986,47,0.05816126614809036,internal,18-20 yrs,48,225170,19.0250301361084,0.05816126614809036,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,21.31722640991211 +1986,47,0.05816126614809036,all,21-24 yrs,491,328339,22.521116256713867,1,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,149.5405731201172 +1986,47,0.05816126614809036,MVA,21-24 yrs,190,328339,22.521116256713867,1,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,57.86702346801758 +1986,47,0.05816126614809036,suicide,21-24 yrs,50,328339,22.521116256713867,1,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,15.228163719177246 +1986,47,0.05816126614809036,homicide,21-24 yrs,83,328339,22.521116256713867,1,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,25.278751373291016 +1986,47,0.05816126614809036,other external,21-24 yrs,70,328339,22.521116256713867,1,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,21.319429397583008 +1986,47,0.05816126614809036,internal,21-24 yrs,98,328339,22.521116256713867,1,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,29.847200393676758 +1987,47,0,MVA,15-17 yrs,109,227916,16.021732330322266,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,47.82463836669922 +1987,47,0,suicide,15-17 yrs,18,227916,16.021732330322266,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,7.897646427154541 +1987,47,0,homicide,15-17 yrs,16,227916,16.021732330322266,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,7.020130157470703 +1987,47,0,other external,15-17 yrs,31,227916,16.021732330322266,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,13.601502418518066 +1987,47,0,internal,15-17 yrs,43,227916,16.021732330322266,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,18.866600036621094 +1987,47,0,all,18-20 yrs,331,225029,19.00492286682129,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,147.09214782714844 +1987,47,0,MVA,18-20 yrs,159,225029,19.00492286682129,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,70.657562255859375 +1987,47,0,suicide,18-20 yrs,33,225029,19.00492286682129,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,14.664776802062988 +1987,47,0,homicide,18-20 yrs,41,225029,19.00492286682129,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,18.219873428344727 +1987,47,0,other external,18-20 yrs,47,225029,19.00492286682129,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,20.88619613647461 +1987,47,0,internal,18-20 yrs,51,225029,19.00492286682129,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,22.663745880126953 +1987,47,0,all,21-24 yrs,423,318961,22.53263282775879,1,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,132.6180877685547 +1987,47,0,MVA,21-24 yrs,168,318961,22.53263282775879,1,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,52.671016693115234 +1987,47,0,suicide,21-24 yrs,44,318961,22.53263282775879,1,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,13.794790267944336 +1987,47,0,homicide,21-24 yrs,74,318961,22.53263282775879,1,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,23.200328826904297 +1987,47,0,other external,21-24 yrs,46,318961,22.53263282775879,1,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,14.421825408935547 +1987,47,0,internal,21-24 yrs,91,318961,22.53263282775879,1,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,28.530134201049805 +1988,47,0,MVA,15-17 yrs,83,222502,16.048242568969727,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,37.303035736083984 +1988,47,0,suicide,15-17 yrs,21,222502,16.048242568969727,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,9.438117027282715 +1988,47,0,homicide,15-17 yrs,8,222502,16.048242568969727,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,3.595473289489746 +1988,47,0,other external,15-17 yrs,28,222502,16.048242568969727,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,12.58415699005127 +1988,47,0,internal,15-17 yrs,47,222502,16.048242568969727,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,21.12340545654297 +1988,47,0,all,18-20 yrs,321,229277,18.986234664916992,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,140.0053253173828 +1988,47,0,MVA,18-20 yrs,181,229277,18.986234664916992,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,78.94380950927734 +1988,47,0,suicide,18-20 yrs,20,229277,18.986234664916992,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,8.72307300567627 +1988,47,0,homicide,18-20 yrs,38,229277,18.986234664916992,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,16.57383918762207 +1988,47,0,other external,18-20 yrs,35,229277,18.986234664916992,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,15.26537799835205 +1988,47,0,internal,18-20 yrs,47,229277,18.986234664916992,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,20.499221801757812 +1988,47,0,all,21-24 yrs,433,308625,22.545970916748047,1,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,140.29971313476562 +1988,47,0,MVA,21-24 yrs,173,308625,22.545970916748047,1,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,56.055084228515625 +1988,47,0,suicide,21-24 yrs,56,308625,22.545970916748047,1,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,18.14499855041504 +1988,47,0,homicide,21-24 yrs,57,308625,22.545970916748047,1,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,18.46901512145996 +1988,47,0,other external,21-24 yrs,63,308625,22.545970916748047,1,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,20.413122177124023 +1988,47,0,internal,21-24 yrs,84,308625,22.545970916748047,1,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,27.217496871948242 +1989,47,0,MVA,15-17 yrs,68,211724,16.033510208129883,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,32.11728286743164 +1989,47,0,suicide,15-17 yrs,22,211724,16.033510208129883,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,10.390886306762695 +1989,47,0,homicide,15-17 yrs,9,211724,16.033510208129883,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,4.25081729888916 +1989,47,0,other external,15-17 yrs,30,211724,16.033510208129883,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,14.169390678405762 +1989,47,0,internal,15-17 yrs,45,211724,16.033510208129883,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,21.254085540771484 +1989,47,0,all,18-20 yrs,304,237479,18.985868453979492,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,128.01132202148438 +1989,47,0,MVA,18-20 yrs,156,237479,18.985868453979492,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,65.69001770019531 +1989,47,0,suicide,18-20 yrs,29,237479,18.985868453979492,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,12.2116060256958 +1989,47,0,homicide,18-20 yrs,35,237479,18.985868453979492,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,14.738144874572754 +1989,47,0,other external,18-20 yrs,34,237479,18.985868453979492,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,14.317055702209473 +1989,47,0,internal,18-20 yrs,50,237479,18.985868453979492,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,21.054492950439453 +1989,47,0,all,21-24 yrs,370,296557,22.535259246826172,1,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,124.76522064208984 +1989,47,0,MVA,21-24 yrs,127,296557,22.535259246826172,1,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,42.8248176574707 +1989,47,0,suicide,21-24 yrs,45,296557,22.535259246826172,1,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,15.174148559570312 +1989,47,0,homicide,21-24 yrs,48,296557,22.535259246826172,1,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,16.185758590698242 +1989,47,0,other external,21-24 yrs,54,296557,22.535259246826172,1,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,18.2089786529541 +1989,47,0,internal,21-24 yrs,96,296557,22.535259246826172,1,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,32.371517181396484 +1990,47,0,MVA,15-17 yrs,72,205921,16.01730728149414,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,34.964866638183594 +1990,47,0,suicide,15-17 yrs,26,205921,16.01730728149414,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,12.626201629638672 +1990,47,0,homicide,15-17 yrs,18,205921,16.01730728149414,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,8.741216659545898 +1990,47,0,other external,15-17 yrs,32,205921,16.01730728149414,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,15.539939880371094 +1990,47,0,internal,15-17 yrs,48,205921,16.01730728149414,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,23.30990982055664 +1990,47,0,all,18-20 yrs,304,239602,19.02564239501953,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,126.87706756591797 +1990,47,0,MVA,18-20 yrs,136,239602,19.02564239501953,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,56.76079559326172 +1990,47,0,suicide,18-20 yrs,31,239602,19.02564239501953,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,12.938122749328613 +1990,47,0,homicide,18-20 yrs,47,239602,19.02564239501953,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,19.615863800048828 +1990,47,0,other external,18-20 yrs,36,239602,19.02564239501953,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,15.024916648864746 +1990,47,0,internal,18-20 yrs,54,239602,19.02564239501953,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,22.53737449645996 +1990,47,0,all,21-24 yrs,400,290720,22.497957229614258,1,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,137.5894317626953 +1990,47,0,MVA,21-24 yrs,142,290720,22.497957229614258,1,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,48.8442497253418 +1990,47,0,suicide,21-24 yrs,55,290720,22.497957229614258,1,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,18.918546676635742 +1990,47,0,homicide,21-24 yrs,70,290720,22.497957229614258,1,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,24.07815170288086 +1990,47,0,other external,21-24 yrs,44,290720,22.497957229614258,1,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,15.134838104248047 +1990,47,0,internal,21-24 yrs,89,290720,22.497957229614258,1,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,30.613649368286133 +1991,47,0,MVA,15-17 yrs,79,203493,16.021244049072266,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,38.82197570800781 +1991,47,0,suicide,15-17 yrs,16,203493,16.021244049072266,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,7.862678527832031 +1991,47,0,homicide,15-17 yrs,21,203493,16.021244049072266,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,10.319765090942383 +1991,47,0,other external,15-17 yrs,31,203493,16.021244049072266,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,15.233939170837402 +1991,47,0,internal,15-17 yrs,42,203493,16.021244049072266,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,20.639530181884766 +1991,47,0,all,18-20 yrs,301,232081,19.057113647460938,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,129.6960906982422 +1991,47,0,MVA,18-20 yrs,122,232081,19.057113647460938,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,52.56785202026367 +1991,47,0,suicide,18-20 yrs,29,232081,19.057113647460938,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,12.495636940002441 +1991,47,0,homicide,18-20 yrs,59,232081,19.057113647460938,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,25.42215919494629 +1991,47,0,other external,18-20 yrs,42,232081,19.057113647460938,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,18.097129821777344 +1991,47,0,internal,18-20 yrs,49,232081,19.057113647460938,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,21.113317489624023 +1991,47,0,all,21-24 yrs,408,294255,22.461450576782227,1,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,138.65524291992188 +1991,47,0,MVA,21-24 yrs,147,294255,22.461450576782227,1,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,49.956668853759766 +1991,47,0,suicide,21-24 yrs,45,294255,22.461450576782227,1,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,15.292858123779297 +1991,47,0,homicide,21-24 yrs,73,294255,22.461450576782227,1,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,24.808414459228516 +1991,47,0,other external,21-24 yrs,51,294255,22.461450576782227,1,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,17.331905364990234 +1991,47,0,internal,21-24 yrs,92,294255,22.461450576782227,1,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,31.265399932861328 +1992,47,0,MVA,15-17 yrs,87,206919,16.00677490234375,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,42.04543685913086 +1992,47,0,suicide,15-17 yrs,14,206919,16.00677490234375,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,6.765932559967041 +1992,47,0,homicide,15-17 yrs,26,206919,16.00677490234375,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,12.565303802490234 +1992,47,0,other external,15-17 yrs,12,206919,16.00677490234375,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,5.799370765686035 +1992,47,0,internal,15-17 yrs,42,206919,16.00677490234375,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,20.29779815673828 +1992,47,0,all,18-20 yrs,303,221106,19.04306983947754,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,137.03834533691406 +1992,47,0,MVA,18-20 yrs,111,221106,19.04306983947754,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,50.20216369628906 +1992,47,0,suicide,18-20 yrs,41,221106,19.04306983947754,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,18.543142318725586 +1992,47,0,homicide,18-20 yrs,69,221106,19.04306983947754,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,31.206750869750977 +1992,47,0,other external,18-20 yrs,32,221106,19.04306983947754,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,14.472696304321289 +1992,47,0,internal,18-20 yrs,50,221106,19.04306983947754,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,22.613588333129883 +1992,47,0,all,21-24 yrs,387,302300,22.442293167114258,1,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,128.01852416992188 +1992,47,0,MVA,21-24 yrs,127,302300,22.442293167114258,1,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,42.01124572753906 +1992,47,0,suicide,21-24 yrs,49,302300,22.442293167114258,1,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,16.209064483642578 +1992,47,0,homicide,21-24 yrs,78,302300,22.442293167114258,1,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,25.802183151245117 +1992,47,0,other external,21-24 yrs,43,302300,22.442293167114258,1,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,14.22428035736084 +1992,47,0,internal,21-24 yrs,90,302300,22.442293167114258,1,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,29.77174949645996 +1993,47,0,MVA,15-17 yrs,89,210786,15.991730690002441,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,42.22291946411133 +1993,47,0,suicide,15-17 yrs,29,210786,15.991730690002441,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,13.75802993774414 +1993,47,0,homicide,15-17 yrs,16,210786,15.991730690002441,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,7.590636730194092 +1993,47,0,other external,15-17 yrs,30,210786,15.991730690002441,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,14.232443809509277 +1993,47,0,internal,15-17 yrs,36,210786,15.991730690002441,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,17.078933715820312 +1993,47,0,all,18-20 yrs,287,216229,19.01795768737793,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,132.72964477539062 +1993,47,0,MVA,18-20 yrs,120,216229,19.01795768737793,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,55.49671936035156 +1993,47,0,suicide,18-20 yrs,34,216229,19.01795768737793,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,15.72407054901123 +1993,47,0,homicide,18-20 yrs,57,216229,19.01795768737793,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,26.36094093322754 +1993,47,0,other external,18-20 yrs,31,216229,19.01795768737793,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,14.336652755737305 +1993,47,0,internal,18-20 yrs,45,216229,19.01795768737793,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,20.811269760131836 +1993,47,0,all,21-24 yrs,421,306586,22.480533599853516,1,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,137.3187255859375 +1993,47,0,MVA,21-24 yrs,138,306586,22.480533599853516,1,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,45.0118408203125 +1993,47,0,suicide,21-24 yrs,57,306586,22.480533599853516,1,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,18.591846466064453 +1993,47,0,homicide,21-24 yrs,91,306586,22.480533599853516,1,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,29.681720733642578 +1993,47,0,other external,21-24 yrs,40,306586,22.480533599853516,1,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,13.046910285949707 +1993,47,0,internal,21-24 yrs,95,306586,22.480533599853516,1,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,30.986412048339844 +1994,47,0,MVA,15-17 yrs,103,218038,15.998894691467285,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,47.239471435546875 +1994,47,0,suicide,15-17 yrs,24,218038,15.998894691467285,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,11.007255554199219 +1994,47,0,homicide,15-17 yrs,35,218038,15.998894691467285,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,16.052248001098633 +1994,47,0,other external,15-17 yrs,22,218038,15.998894691467285,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,10.089983940124512 +1994,47,0,internal,15-17 yrs,52,218038,15.998894691467285,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,23.84905433654785 +1994,47,0,all,18-20 yrs,299,214924,19.02048683166504,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,139.1189422607422 +1994,47,0,MVA,18-20 yrs,125,214924,19.02048683166504,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,58.16009521484375 +1994,47,0,suicide,18-20 yrs,32,214924,19.02048683166504,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,14.888983726501465 +1994,47,0,homicide,18-20 yrs,44,214924,19.02048683166504,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,20.472352981567383 +1994,47,0,other external,18-20 yrs,34,214924,19.02048683166504,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,15.81954574584961 +1994,47,0,internal,18-20 yrs,64,214924,19.02048683166504,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,29.77796745300293 +1994,47,0,all,21-24 yrs,435,304729,22.535400390625,1,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,142.74978637695312 +1994,47,0,MVA,21-24 yrs,143,304729,22.535400390625,1,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,46.92694091796875 +1994,47,0,suicide,21-24 yrs,61,304729,22.535400390625,1,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,20.017786026000977 +1994,47,0,homicide,21-24 yrs,68,304729,22.535400390625,1,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,22.314908981323242 +1994,47,0,other external,21-24 yrs,44,304729,22.535400390625,1,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,14.439059257507324 +1994,47,0,internal,21-24 yrs,119,304729,22.535400390625,1,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,39.051090240478516 +1995,47,0,MVA,15-17 yrs,111,224598,15.990418434143066,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,49.421634674072266 +1995,47,0,suicide,15-17 yrs,26,224598,15.990418434143066,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,11.576238632202148 +1995,47,0,homicide,15-17 yrs,34,224598,15.990418434143066,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,15.138157844543457 +1995,47,0,other external,15-17 yrs,32,224598,15.990418434143066,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,14.24767780303955 +1995,47,0,internal,15-17 yrs,42,224598,15.990418434143066,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,18.700077056884766 +1995,47,0,all,18-20 yrs,300,218181,19.008895874023438,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,137.50051879882812 +1995,47,0,MVA,18-20 yrs,114,218181,19.008895874023438,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,52.25019454956055 +1995,47,0,suicide,18-20 yrs,23,218181,19.008895874023438,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,10.541706085205078 +1995,47,0,homicide,18-20 yrs,66,218181,19.008895874023438,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,30.250112533569336 +1995,47,0,other external,18-20 yrs,37,218181,19.008895874023438,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,16.958396911621094 +1995,47,0,internal,18-20 yrs,60,218181,19.008895874023438,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,27.500102996826172 +1995,47,0,all,21-24 yrs,402,297846,22.553638458251953,1,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,134.9690704345703 +1995,47,0,MVA,21-24 yrs,150,297846,22.553638458251953,1,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,50.361595153808594 +1995,47,0,suicide,21-24 yrs,62,297846,22.553638458251953,1,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,20.816125869750977 +1995,47,0,homicide,21-24 yrs,58,297846,22.553638458251953,1,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,19.4731502532959 +1995,47,0,other external,21-24 yrs,50,297846,22.553638458251953,1,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,16.787199020385742 +1995,47,0,internal,21-24 yrs,82,297846,22.553638458251953,1,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,27.531005859375 +1996,47,0,MVA,15-17 yrs,100,228391,16.004596710205078,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,43.78456115722656 +1996,47,0,suicide,15-17 yrs,21,228391,16.004596710205078,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,9.194758415222168 +1996,47,0,homicide,15-17 yrs,31,228391,16.004596710205078,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,13.573214530944824 +1996,47,0,other external,15-17 yrs,30,228391,16.004596710205078,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,13.135368347167969 +1996,47,0,internal,15-17 yrs,37,228391,16.004596710205078,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,16.200288772583008 +1996,47,0,all,18-20 yrs,278,221653,18.996427536010742,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,125.4212646484375 +1996,47,0,MVA,18-20 yrs,117,221653,18.996427536010742,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,52.78520965576172 +1996,47,0,suicide,18-20 yrs,26,221653,18.996427536010742,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,11.730046272277832 +1996,47,0,homicide,18-20 yrs,51,221653,18.996427536010742,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,23.00893783569336 +1996,47,0,other external,18-20 yrs,37,221653,18.996427536010742,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,16.692758560180664 +1996,47,0,internal,18-20 yrs,47,221653,18.996427536010742,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,21.204315185546875 +1996,47,0,all,21-24 yrs,375,288985,22.521207809448242,1,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,129.7645263671875 +1996,47,0,MVA,21-24 yrs,130,288985,22.521207809448242,1,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,44.98503494262695 +1996,47,0,suicide,21-24 yrs,45,288985,22.521207809448242,1,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,15.571742057800293 +1996,47,0,homicide,21-24 yrs,60,288985,22.521207809448242,1,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,20.7623233795166 +1996,47,0,other external,21-24 yrs,53,288985,22.521207809448242,1,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,18.340051651000977 +1996,47,0,internal,21-24 yrs,87,288985,22.521207809448242,1,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,30.105369567871094 +1970,48,0,MVA,15-17 yrs,249,671961,15.983681678771973,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,37.055721282958984 +1970,48,0,suicide,15-17 yrs,32,671961,15.983681678771973,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,4.762181282043457 +1970,48,0,homicide,15-17 yrs,54,671961,15.983681678771973,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,8.03618049621582 +1970,48,0,other external,15-17 yrs,142,671961,15.983681678771973,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,21.132179260253906 +1970,48,0,internal,15-17 yrs,207,671961,15.983681678771973,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,30.80535888671875 +1970,48,0,all,18-20 yrs,993,627744,18.98757553100586,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,158.1855010986328 +1970,48,0,MVA,18-20 yrs,362,627744,18.98757553100586,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,57.66682052612305 +1970,48,0,suicide,18-20 yrs,56,627744,18.98757553100586,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,8.920833587646484 +1970,48,0,homicide,18-20 yrs,115,627744,18.98757553100586,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,18.319570541381836 +1970,48,0,other external,18-20 yrs,196,627744,18.98757553100586,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,31.222919464111328 +1970,48,0,internal,18-20 yrs,264,627744,18.98757553100586,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,42.05535888671875 +1970,48,0,all,21-24 yrs,1231,752767,22.419647216796875,1,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,163.53001403808594 +1970,48,0,MVA,21-24 yrs,391,752767,22.419647216796875,1,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,51.94170379638672 +1970,48,0,suicide,21-24 yrs,100,752767,22.419647216796875,1,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,13.284322738647461 +1970,48,0,homicide,21-24 yrs,173,752767,22.419647216796875,1,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,22.98187828063965 +1970,48,0,other external,21-24 yrs,225,752767,22.419647216796875,1,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,29.889726638793945 +1970,48,0,internal,21-24 yrs,342,752767,22.419647216796875,1,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,45.4323844909668 +1971,48,0,MVA,15-17 yrs,240,692632,15.989805221557617,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,34.65043640136719 +1971,48,0,suicide,15-17 yrs,36,692632,15.989805221557617,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,5.197565078735352 +1971,48,0,homicide,15-17 yrs,44,692632,15.989805221557617,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,6.352579593658447 +1971,48,0,other external,15-17 yrs,130,692632,15.989805221557617,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,18.768985748291016 +1971,48,0,internal,15-17 yrs,185,692632,15.989805221557617,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,26.7097110748291 +1971,48,0,all,18-20 yrs,998,666222,18.987348556518555,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,149.79991149902344 +1971,48,0,MVA,18-20 yrs,389,666222,18.987348556518555,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,58.388946533203125 +1971,48,0,suicide,18-20 yrs,66,666222,18.987348556518555,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,9.906607627868652 +1971,48,0,homicide,18-20 yrs,124,666222,18.987348556518555,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,18.612415313720703 +1971,48,0,other external,18-20 yrs,172,666222,18.987348556518555,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,25.81722068786621 +1971,48,0,internal,18-20 yrs,247,666222,18.987348556518555,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,37.074729919433594 +1971,48,0,all,21-24 yrs,1256,825289,22.531579971313477,1,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,152.18911743164062 +1971,48,0,MVA,21-24 yrs,432,825289,22.531579971313477,1,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,52.345298767089844 +1971,48,0,suicide,21-24 yrs,105,825289,22.531579971313477,1,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,12.72281551361084 +1971,48,0,homicide,21-24 yrs,218,825289,22.531579971313477,1,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,26.414989471435547 +1971,48,0,other external,21-24 yrs,182,825289,22.531579971313477,1,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,22.052881240844727 +1971,48,0,internal,21-24 yrs,319,825289,22.531579971313477,1,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,38.65312576293945 +1972,48,0,MVA,15-17 yrs,300,711619,15.983322143554688,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,42.15739059448242 +1972,48,0,suicide,15-17 yrs,40,711619,15.983322143554688,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,5.620985507965088 +1972,48,0,homicide,15-17 yrs,36,711619,15.983322143554688,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,5.058887004852295 +1972,48,0,other external,15-17 yrs,162,711619,15.983322143554688,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,22.764991760253906 +1972,48,0,internal,15-17 yrs,218,711619,15.983322143554688,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,30.634370803833008 +1972,48,0,all,18-20 yrs,964,695893,18.9895076751709,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,138.52703857421875 +1972,48,0,MVA,18-20 yrs,396,695893,18.9895076751709,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,56.90530014038086 +1972,48,0,suicide,18-20 yrs,62,695893,18.9895076751709,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,8.909415245056152 +1972,48,0,homicide,18-20 yrs,98,695893,18.9895076751709,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,14.082624435424805 +1972,48,0,other external,18-20 yrs,162,695893,18.9895076751709,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,23.279441833496094 +1972,48,0,internal,18-20 yrs,246,695893,18.9895076751709,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,35.35026168823242 +1972,48,0,all,21-24 yrs,1376,834016,22.485595703125,1,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,164.98484802246094 +1972,48,0,MVA,21-24 yrs,432,834016,22.485595703125,1,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,51.797569274902344 +1972,48,0,suicide,21-24 yrs,156,834016,22.485595703125,1,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,18.70467758178711 +1972,48,0,homicide,21-24 yrs,190,834016,22.485595703125,1,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,22.78133773803711 +1972,48,0,other external,21-24 yrs,236,834016,22.485595703125,1,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,28.29681968688965 +1972,48,0,internal,21-24 yrs,362,834016,22.485595703125,1,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,43.404441833496094 +1973,48,0.4191780686378479,MVA,15-17 yrs,300,729145,15.987866401672363,0,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,41.144081115722656 +1973,48,0.4191780686378479,suicide,15-17 yrs,40,729145,15.987866401672363,0,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,5.485877513885498 +1973,48,0.4191780686378479,homicide,15-17 yrs,68,729145,15.987866401672363,0,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,9.3259916305542 +1973,48,0.4191780686378479,other external,15-17 yrs,167,729145,15.987866401672363,0,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,22.90353775024414 +1973,48,0.4191780686378479,internal,15-17 yrs,205,729145,15.987866401672363,0,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,28.115121841430664 +1973,48,0.4191780686378479,all,18-20 yrs,1092,724506,19.000396728515625,0.4191780686378479,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,150.723388671875 +1973,48,0.4191780686378479,MVA,18-20 yrs,419,724506,19.000396728515625,0.4191780686378479,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,57.8325080871582 +1973,48,0.4191780686378479,suicide,18-20 yrs,79,724506,19.000396728515625,0.4191780686378479,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,10.90398120880127 +1973,48,0.4191780686378479,homicide,18-20 yrs,120,724506,19.000396728515625,0.4191780686378479,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,16.56300926208496 +1973,48,0.4191780686378479,other external,18-20 yrs,217,724506,19.000396728515625,0.4191780686378479,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,29.95144271850586 +1973,48,0.4191780686378479,internal,18-20 yrs,257,724506,19.000396728515625,0.4191780686378479,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,35.47244644165039 +1973,48,0.4191780686378479,all,21-24 yrs,1413,862630,22.475664138793945,1,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,163.8013916015625 +1973,48,0.4191780686378479,MVA,21-24 yrs,440,862630,22.475664138793945,1,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,51.006805419921875 +1973,48,0.4191780686378479,suicide,21-24 yrs,158,862630,22.475664138793945,1,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,18.31608009338379 +1973,48,0.4191780686378479,homicide,21-24 yrs,216,862630,22.475664138793945,1,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,25.039703369140625 +1973,48,0.4191780686378479,other external,21-24 yrs,251,862630,22.475664138793945,1,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,29.097063064575195 +1973,48,0.4191780686378479,internal,21-24 yrs,348,862630,22.475664138793945,1,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,40.34174728393555 +1974,48,1,MVA,15-17 yrs,247,743718,15.999521255493164,0,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,33.21151351928711 +1974,48,1,suicide,15-17 yrs,37,743718,15.999521255493164,0,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,4.975004196166992 +1974,48,1,homicide,15-17 yrs,62,743718,15.999521255493164,0,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,8.336493492126465 +1974,48,1,other external,15-17 yrs,143,743718,15.999521255493164,0,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,19.227718353271484 +1974,48,1,internal,15-17 yrs,186,743718,15.999521255493164,0,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,25.009479522705078 +1974,48,1,all,18-20 yrs,1077,744516,19.00564193725586,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,144.65773010253906 +1974,48,1,MVA,18-20 yrs,404,744516,19.00564193725586,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,54.2634391784668 +1974,48,1,suicide,18-20 yrs,88,744516,19.00564193725586,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,11.819759368896484 +1974,48,1,homicide,18-20 yrs,149,744516,19.00564193725586,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,20.013002395629883 +1974,48,1,other external,18-20 yrs,198,744516,19.00564193725586,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,26.594459533691406 +1974,48,1,internal,18-20 yrs,238,744516,19.00564193725586,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,31.967077255249023 +1974,48,1,all,21-24 yrs,1368,898300,22.463014602661133,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,152.28765869140625 +1974,48,1,MVA,21-24 yrs,369,898300,22.463014602661133,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,41.07759094238281 +1974,48,1,suicide,21-24 yrs,169,898300,22.463014602661133,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,18.81331443786621 +1974,48,1,homicide,21-24 yrs,252,898300,22.463014602661133,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,28.052988052368164 +1974,48,1,other external,21-24 yrs,265,898300,22.463014602661133,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,29.500167846679688 +1974,48,1,internal,21-24 yrs,313,898300,22.463014602661133,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,34.84359359741211 +1975,48,1,MVA,15-17 yrs,270,754088,15.996750831604004,0,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,35.804840087890625 +1975,48,1,suicide,15-17 yrs,52,754088,15.996750831604004,0,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,6.89574670791626 +1975,48,1,homicide,15-17 yrs,66,754088,15.996750831604004,0,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,8.752294540405273 +1975,48,1,other external,15-17 yrs,143,754088,15.996750831604004,0,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,18.96330451965332 +1975,48,1,internal,15-17 yrs,201,754088,15.996750831604004,0,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,26.654714584350586 +1975,48,1,all,18-20 yrs,1137,768811,18.999221801757812,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,147.8907012939453 +1975,48,1,MVA,18-20 yrs,444,768811,18.999221801757812,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,57.75151443481445 +1975,48,1,suicide,18-20 yrs,81,768811,18.999221801757812,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,10.535749435424805 +1975,48,1,homicide,18-20 yrs,150,768811,18.999221801757812,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,19.51064682006836 +1975,48,1,other external,18-20 yrs,231,768811,18.999221801757812,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,30.046396255493164 +1975,48,1,internal,18-20 yrs,231,768811,18.999221801757812,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,30.046396255493164 +1975,48,1,all,21-24 yrs,1381,944853,22.466657638549805,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,146.16030883789062 +1975,48,1,MVA,21-24 yrs,403,944853,22.466657638549805,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,42.652137756347656 +1975,48,1,suicide,21-24 yrs,170,944853,22.466657638549805,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,17.992216110229492 +1975,48,1,homicide,21-24 yrs,223,944853,22.466657638549805,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,23.60155487060547 +1975,48,1,other external,21-24 yrs,260,944853,22.466657638549805,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,27.517507553100586 +1975,48,1,internal,21-24 yrs,325,944853,22.466657638549805,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,34.39688491821289 +1976,48,1,MVA,15-17 yrs,256,770279,15.991451263427734,0,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,33.234710693359375 +1976,48,1,suicide,15-17 yrs,42,770279,15.991451263427734,0,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,5.452569961547852 +1976,48,1,homicide,15-17 yrs,65,770279,15.991451263427734,0,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,8.43850040435791 +1976,48,1,other external,15-17 yrs,138,770279,15.991451263427734,0,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,17.915586471557617 +1976,48,1,internal,15-17 yrs,170,770279,15.991451263427734,0,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,22.06992530822754 +1976,48,1,all,18-20 yrs,1133,794105,19.004634857177734,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,142.6763458251953 +1976,48,1,MVA,18-20 yrs,451,794105,19.004634857177734,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,56.793495178222656 +1976,48,1,suicide,18-20 yrs,126,794105,19.004634857177734,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,15.86691951751709 +1976,48,1,homicide,18-20 yrs,134,794105,19.004634857177734,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,16.87434196472168 +1976,48,1,other external,18-20 yrs,188,794105,19.004634857177734,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,23.67445182800293 +1976,48,1,internal,18-20 yrs,234,794105,19.004634857177734,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,29.46713638305664 +1976,48,1,all,21-24 yrs,1331,991487,22.474716186523438,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,134.24281311035156 +1976,48,1,MVA,21-24 yrs,412,991487,22.474716186523438,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,41.55374526977539 +1976,48,1,suicide,21-24 yrs,159,991487,22.474716186523438,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,16.036518096923828 +1976,48,1,homicide,21-24 yrs,214,991487,22.474716186523438,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,21.583742141723633 +1976,48,1,other external,21-24 yrs,219,991487,22.474716186523438,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,22.088035583496094 +1976,48,1,internal,21-24 yrs,327,991487,22.474716186523438,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,32.98076629638672 +1977,48,1,MVA,15-17 yrs,273,779287,15.997530937194824,0,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,35.03202438354492 +1977,48,1,suicide,15-17 yrs,52,779287,15.997530937194824,0,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,6.672766208648682 +1977,48,1,homicide,15-17 yrs,59,779287,15.997530937194824,0,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,7.571023464202881 +1977,48,1,other external,15-17 yrs,132,779287,15.997530937194824,0,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,16.938560485839844 +1977,48,1,internal,15-17 yrs,163,779287,15.997530937194824,0,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,20.916555404663086 +1977,48,1,all,18-20 yrs,1163,809557,19.016963958740234,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,143.6588134765625 +1977,48,1,MVA,18-20 yrs,477,809557,19.016963958740234,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,58.921112060546875 +1977,48,1,suicide,18-20 yrs,128,809557,19.016963958740234,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,15.811116218566895 +1977,48,1,homicide,18-20 yrs,130,809557,19.016963958740234,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,16.058164596557617 +1977,48,1,other external,18-20 yrs,208,809557,19.016963958740234,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,25.693063735961914 +1977,48,1,internal,18-20 yrs,220,809557,19.016963958740234,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,27.175355911254883 +1977,48,1,all,21-24 yrs,1569,1029844,22.490686416625977,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,152.35316467285156 +1977,48,1,MVA,21-24 yrs,520,1029844,22.490686416625977,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,50.49308395385742 +1977,48,1,suicide,21-24 yrs,203,1029844,22.490686416625977,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,19.71172332763672 +1977,48,1,homicide,21-24 yrs,288,1029844,22.490686416625977,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,27.96540069580078 +1977,48,1,other external,21-24 yrs,244,1029844,22.490686416625977,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,23.692909240722656 +1977,48,1,internal,21-24 yrs,314,1029844,22.490686416625977,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,30.490055084228516 +1978,48,1,MVA,15-17 yrs,306,785290,16.005325317382812,0,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,38.966495513916016 +1978,48,1,suicide,15-17 yrs,40,785290,16.005325317382812,0,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,5.0936598777771 +1978,48,1,homicide,15-17 yrs,67,785290,16.005325317382812,0,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,8.531880378723145 +1978,48,1,other external,15-17 yrs,134,785290,16.005325317382812,0,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,17.06376075744629 +1978,48,1,internal,15-17 yrs,182,785290,16.005325317382812,0,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,23.176151275634766 +1978,48,1,all,18-20 yrs,1204,820410,19.014984130859375,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,146.75588989257812 +1978,48,1,MVA,18-20 yrs,519,820410,19.014984130859375,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,63.261051177978516 +1978,48,1,suicide,18-20 yrs,115,820410,19.014984130859375,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,14.01738166809082 +1978,48,1,homicide,18-20 yrs,171,820410,19.014984130859375,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,20.843236923217773 +1978,48,1,other external,18-20 yrs,186,820410,19.014984130859375,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,22.67159080505371 +1978,48,1,internal,18-20 yrs,213,820410,19.014984130859375,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,25.962629318237305 +1978,48,1,all,21-24 yrs,1718,1067692,22.48978614807129,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,160.90782165527344 +1978,48,1,MVA,21-24 yrs,586,1067692,22.48978614807129,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,54.884742736816406 +1978,48,1,suicide,21-24 yrs,201,1067692,22.48978614807129,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,18.825653076171875 +1978,48,1,homicide,21-24 yrs,333,1067692,22.48978614807129,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,31.188770294189453 +1978,48,1,other external,21-24 yrs,259,1067692,22.48978614807129,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,24.257932662963867 +1978,48,1,internal,21-24 yrs,339,1067692,22.48978614807129,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,31.750730514526367 +1979,48,1,MVA,15-17 yrs,309,786527,16.008790969848633,0,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,39.28663635253906 +1979,48,1,suicide,15-17 yrs,50,786527,16.008790969848633,0,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,6.35706090927124 +1979,48,1,homicide,15-17 yrs,88,786527,16.008790969848633,0,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,11.188426971435547 +1979,48,1,other external,15-17 yrs,156,786527,16.008790969848633,0,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,19.834030151367188 +1979,48,1,internal,15-17 yrs,171,786527,16.008790969848633,0,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,21.741147994995117 +1979,48,1,all,18-20 yrs,1282,839840,19.009923934936523,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,152.6481170654297 +1979,48,1,MVA,18-20 yrs,563,839840,19.009923934936523,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,67.03657531738281 +1979,48,1,suicide,18-20 yrs,103,839840,19.009923934936523,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,12.264241218566895 +1979,48,1,homicide,18-20 yrs,224,839840,19.009923934936523,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,26.6717472076416 +1979,48,1,other external,18-20 yrs,198,839840,19.009923934936523,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,23.57592010498047 +1979,48,1,internal,18-20 yrs,194,839840,19.009923934936523,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,23.099637985229492 +1979,48,1,all,21-24 yrs,1756,1103804,22.494274139404297,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,159.08621215820312 +1979,48,1,MVA,21-24 yrs,580,1103804,22.494274139404297,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,52.54555892944336 +1979,48,1,suicide,21-24 yrs,208,1103804,22.494274139404297,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,18.84392547607422 +1979,48,1,homicide,21-24 yrs,367,1103804,22.494274139404297,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,33.2486572265625 +1979,48,1,other external,21-24 yrs,276,1103804,22.494274139404297,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,25.004438400268555 +1979,48,1,internal,21-24 yrs,325,1103804,22.494274139404297,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,29.443634033203125 +1980,48,1,MVA,15-17 yrs,292,785084,16.020444869995117,0,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,37.19347381591797 +1980,48,1,suicide,15-17 yrs,53,785084,16.020444869995117,0,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,6.7508697509765625 +1980,48,1,homicide,15-17 yrs,80,785084,16.020444869995117,0,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,10.18999195098877 +1980,48,1,other external,15-17 yrs,120,785084,16.020444869995117,0,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,15.284988403320312 +1980,48,1,internal,15-17 yrs,150,785084,16.020444869995117,0,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,19.10623550415039 +1980,48,1,all,18-20 yrs,1400,854834,19.018468856811523,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,163.7744903564453 +1980,48,1,MVA,18-20 yrs,557,854834,19.018468856811523,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,65.15885162353516 +1980,48,1,suicide,18-20 yrs,127,854834,19.018468856811523,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,14.856685638427734 +1980,48,1,homicide,18-20 yrs,250,854834,19.018468856811523,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,29.24544334411621 +1980,48,1,other external,18-20 yrs,235,854834,19.018468856811523,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,27.4907169342041 +1980,48,1,internal,18-20 yrs,231,854834,19.018468856811523,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,27.022790908813477 +1980,48,1,all,21-24 yrs,1854,1140011,22.506010055541992,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,162.6300048828125 +1980,48,1,MVA,21-24 yrs,618,1140011,22.506010055541992,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,54.21000289916992 +1980,48,1,suicide,21-24 yrs,209,1140011,22.506010055541992,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,18.33315658569336 +1980,48,1,homicide,21-24 yrs,388,1140011,22.506010055541992,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,34.034759521484375 +1980,48,1,other external,21-24 yrs,291,1140011,22.506010055541992,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,25.52606964111328 +1980,48,1,internal,21-24 yrs,348,1140011,22.506010055541992,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,30.52602195739746 +1981,48,0.8943661451339722,MVA,15-17 yrs,288,767189,16.032798767089844,0,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,37.539642333984375 +1981,48,0.8943661451339722,suicide,15-17 yrs,58,767189,16.032798767089844,0,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,7.5600666999816895 +1981,48,0.8943661451339722,homicide,15-17 yrs,66,767189,16.032798767089844,0,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,8.602834701538086 +1981,48,0.8943661451339722,other external,15-17 yrs,100,767189,16.032798767089844,0,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,13.034597396850586 +1981,48,0.8943661451339722,internal,15-17 yrs,142,767189,16.032798767089844,0,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,18.50912857055664 +1981,48,0.8943661451339722,all,18-20 yrs,1366,856536,19.03035545349121,0.8943661451339722,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,159.47958374023438 +1981,48,0.8943661451339722,MVA,18-20 yrs,612,856536,19.03035545349121,0.8943661451339722,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,71.4505844116211 +1981,48,0.8943661451339722,suicide,18-20 yrs,106,856536,19.03035545349121,0.8943661451339722,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,12.375428199768066 +1981,48,0.8943661451339722,homicide,18-20 yrs,256,856536,19.03035545349121,0.8943661451339722,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,29.887826919555664 +1981,48,0.8943661451339722,other external,18-20 yrs,174,856536,19.03035545349121,0.8943661451339722,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,20.314382553100586 +1981,48,0.8943661451339722,internal,18-20 yrs,218,856536,19.03035545349121,0.8943661451339722,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,25.451353073120117 +1981,48,0.8943661451339722,all,21-24 yrs,1990,1163384,22.518911361694336,1,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,171.05271911621094 +1981,48,0.8943661451339722,MVA,21-24 yrs,710,1163384,22.518911361694336,1,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,61.02886199951172 +1981,48,0.8943661451339722,suicide,21-24 yrs,228,1163384,22.518911361694336,1,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,19.597999572753906 +1981,48,0.8943661451339722,homicide,21-24 yrs,406,1163384,22.518911361694336,1,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,34.898193359375 +1981,48,0.8943661451339722,other external,21-24 yrs,294,1163384,22.518911361694336,1,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,25.27110481262207 +1981,48,0.8943661451339722,internal,21-24 yrs,352,1163384,22.518911361694336,1,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,30.256561279296875 +1982,48,0.682551920413971,MVA,15-17 yrs,300,760429,16.02471351623535,0,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,39.451416015625 +1982,48,0.682551920413971,suicide,15-17 yrs,60,760429,16.02471351623535,0,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,7.890283107757568 +1982,48,0.682551920413971,homicide,15-17 yrs,80,760429,16.02471351623535,0,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,10.520377159118652 +1982,48,0.682551920413971,other external,15-17 yrs,92,760429,16.02471351623535,0,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,12.098433494567871 +1982,48,0.682551920413971,internal,15-17 yrs,126,760429,16.02471351623535,0,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,16.56959342956543 +1982,48,0.682551920413971,all,18-20 yrs,1334,859876,19.0264949798584,0.682551920413971,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,155.13864135742188 +1982,48,0.682551920413971,MVA,18-20 yrs,512,859876,19.0264949798584,0.682551920413971,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,59.5434684753418 +1982,48,0.682551920413971,suicide,18-20 yrs,142,859876,19.0264949798584,0.682551920413971,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,16.514009475708008 +1982,48,0.682551920413971,homicide,18-20 yrs,244,859876,19.0264949798584,0.682551920413971,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,28.376184463500977 +1982,48,0.682551920413971,other external,18-20 yrs,220,859876,19.0264949798584,0.682551920413971,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,25.585084915161133 +1982,48,0.682551920413971,internal,18-20 yrs,216,859876,19.0264949798584,0.682551920413971,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,25.119901657104492 +1982,48,0.682551920413971,all,21-24 yrs,1944,1197031,22.507051467895508,1,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,162.4018096923828 +1982,48,0.682551920413971,MVA,21-24 yrs,694,1197031,22.507051467895508,1,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,57.976776123046875 +1982,48,0.682551920413971,suicide,21-24 yrs,196,1197031,22.507051467895508,1,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,16.373844146728516 +1982,48,0.682551920413971,homicide,21-24 yrs,400,1197031,22.507051467895508,1,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,33.416011810302734 +1982,48,0.682551920413971,other external,21-24 yrs,288,1197031,22.507051467895508,1,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,24.059526443481445 +1982,48,0.682551920413971,internal,21-24 yrs,366,1197031,22.507051467895508,1,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,30.57564926147461 +1983,48,0.687008261680603,MVA,15-17 yrs,220,752018,16.008176803588867,0,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,29.254619598388672 +1983,48,0.687008261680603,suicide,15-17 yrs,79,752018,16.008176803588867,0,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,10.505067825317383 +1983,48,0.687008261680603,homicide,15-17 yrs,70,752018,16.008176803588867,0,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,9.308287620544434 +1983,48,0.687008261680603,other external,15-17 yrs,94,752018,16.008176803588867,0,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,12.499700546264648 +1983,48,0.687008261680603,internal,15-17 yrs,153,752018,16.008176803588867,0,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,20.345256805419922 +1983,48,0.687008261680603,all,18-20 yrs,1115,854326,19.032955169677734,0.687008261680603,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,130.51223754882812 +1983,48,0.687008261680603,MVA,18-20 yrs,473,854326,19.032955169677734,0.687008261680603,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,55.36528396606445 +1983,48,0.687008261680603,suicide,18-20 yrs,133,854326,19.032955169677734,0.687008261680603,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,15.567828178405762 +1983,48,0.687008261680603,homicide,18-20 yrs,181,854326,19.032955169677734,0.687008261680603,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,21.18629264831543 +1983,48,0.687008261680603,other external,18-20 yrs,165,854326,19.032955169677734,0.687008261680603,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,19.3134708404541 +1983,48,0.687008261680603,internal,18-20 yrs,163,854326,19.032955169677734,0.687008261680603,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,19.079368591308594 +1983,48,0.687008261680603,all,21-24 yrs,1743,1214130,22.513023376464844,1,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,143.55958557128906 +1983,48,0.687008261680603,MVA,21-24 yrs,603,1214130,22.513023376464844,1,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,49.665191650390625 +1983,48,0.687008261680603,suicide,21-24 yrs,214,1214130,22.513023376464844,1,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,17.625789642333984 +1983,48,0.687008261680603,homicide,21-24 yrs,345,1214130,22.513023376464844,1,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,28.415409088134766 +1983,48,0.687008261680603,other external,21-24 yrs,239,1214130,22.513023376464844,1,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,19.684877395629883 +1983,48,0.687008261680603,internal,21-24 yrs,342,1214130,22.513023376464844,1,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,28.168317794799805 +1984,48,0.693396270275116,MVA,15-17 yrs,231,762192,15.991507530212402,0,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,30.307323455810547 +1984,48,0.693396270275116,suicide,15-17 yrs,67,762192,15.991507530212402,0,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,8.790435791015625 +1984,48,0.693396270275116,homicide,15-17 yrs,56,762192,15.991507530212402,0,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,7.347229957580566 +1984,48,0.693396270275116,other external,15-17 yrs,98,762192,15.991507530212402,0,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,12.85765266418457 +1984,48,0.693396270275116,internal,15-17 yrs,130,762192,15.991507530212402,0,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,17.05607032775879 +1984,48,0.693396270275116,all,18-20 yrs,1092,825626,19.046009063720703,0.693396270275116,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,132.26327514648438 +1984,48,0.693396270275116,MVA,18-20 yrs,472,825626,19.046009063720703,0.693396270275116,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,57.16874313354492 +1984,48,0.693396270275116,suicide,18-20 yrs,116,825626,19.046009063720703,0.693396270275116,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,14.049944877624512 +1984,48,0.693396270275116,homicide,18-20 yrs,165,825626,19.046009063720703,0.693396270275116,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,19.98483657836914 +1984,48,0.693396270275116,other external,18-20 yrs,155,825626,19.046009063720703,0.693396270275116,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,18.77363395690918 +1984,48,0.693396270275116,internal,18-20 yrs,184,825626,19.046009063720703,0.693396270275116,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,22.28611946105957 +1984,48,0.693396270275116,all,21-24 yrs,1763,1212181,22.529891967773438,1,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,145.44032287597656 +1984,48,0.693396270275116,MVA,21-24 yrs,604,1212181,22.529891967773438,1,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,49.82754135131836 +1984,48,0.693396270275116,suicide,21-24 yrs,245,1212181,22.529891967773438,1,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,20.211503982543945 +1984,48,0.693396270275116,homicide,21-24 yrs,328,1212181,22.529891967773438,1,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,27.058666229248047 +1984,48,0.693396270275116,other external,21-24 yrs,233,1212181,22.529891967773438,1,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,19.2215518951416 +1984,48,0.693396270275116,internal,21-24 yrs,353,1212181,22.529891967773438,1,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,29.121063232421875 +1985,48,0.6857057213783264,MVA,15-17 yrs,267,785149,15.978782653808594,0,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,34.006282806396484 +1985,48,0.6857057213783264,suicide,15-17 yrs,68,785149,15.978782653808594,0,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,8.660776138305664 +1985,48,0.6857057213783264,homicide,15-17 yrs,76,785149,15.978782653808594,0,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,9.679691314697266 +1985,48,0.6857057213783264,other external,15-17 yrs,107,785149,15.978782653808594,0,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,13.627986907958984 +1985,48,0.6857057213783264,internal,15-17 yrs,119,785149,15.978782653808594,0,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,15.15635871887207 +1985,48,0.6857057213783264,all,18-20 yrs,1050,800495,19.037723541259766,0.6857057213783264,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,131.16883850097656 +1985,48,0.6857057213783264,MVA,18-20 yrs,403,800495,19.037723541259766,0.6857057213783264,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,50.343849182128906 +1985,48,0.6857057213783264,suicide,18-20 yrs,138,800495,19.037723541259766,0.6857057213783264,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,17.239334106445312 +1985,48,0.6857057213783264,homicide,18-20 yrs,180,800495,19.037723541259766,0.6857057213783264,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,22.486085891723633 +1985,48,0.6857057213783264,other external,18-20 yrs,152,800495,19.037723541259766,0.6857057213783264,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,18.988250732421875 +1985,48,0.6857057213783264,internal,18-20 yrs,177,800495,19.037723541259766,0.6857057213783264,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,22.111318588256836 +1985,48,0.6857057213783264,all,21-24 yrs,1691,1204387,22.541841506958008,1,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,140.40338134765625 +1985,48,0.6857057213783264,MVA,21-24 yrs,551,1204387,22.541841506958008,1,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,45.749412536621094 +1985,48,0.6857057213783264,suicide,21-24 yrs,212,1204387,22.541841506958008,1,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,17.60231590270996 +1985,48,0.6857057213783264,homicide,21-24 yrs,334,1204387,22.541841506958008,1,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,27.731950759887695 +1985,48,0.6857057213783264,other external,21-24 yrs,267,1204387,22.541841506958008,1,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,22.168954849243164 +1985,48,0.6857057213783264,internal,21-24 yrs,327,1204387,22.541841506958008,1,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,27.150741577148438 +1986,48,0.4516404867172241,MVA,15-17 yrs,287,821172,15.978015899658203,0,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,34.95004653930664 +1986,48,0.4516404867172241,suicide,15-17 yrs,71,821172,15.978015899658203,0,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,8.64617919921875 +1986,48,0.4516404867172241,homicide,15-17 yrs,68,821172,15.978015899658203,0,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,8.280847549438477 +1986,48,0.4516404867172241,other external,15-17 yrs,81,821172,15.978015899658203,0,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,9.863950729370117 +1986,48,0.4516404867172241,internal,15-17 yrs,125,821172,15.978015899658203,0,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,15.222146034240723 +1986,48,0.4516404867172241,all,18-20 yrs,1107,784758,19.019123077392578,0.4516404867172241,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,141.06259155273438 +1986,48,0.4516404867172241,MVA,18-20 yrs,438,784758,19.019123077392578,0.4516404867172241,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,55.813385009765625 +1986,48,0.4516404867172241,suicide,18-20 yrs,129,784758,19.019123077392578,0.4516404867172241,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,16.438188552856445 +1986,48,0.4516404867172241,homicide,18-20 yrs,186,784758,19.019123077392578,0.4516404867172241,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,23.701574325561523 +1986,48,0.4516404867172241,other external,18-20 yrs,171,784758,19.019123077392578,0.4516404867172241,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,21.790157318115234 +1986,48,0.4516404867172241,internal,18-20 yrs,183,784758,19.019123077392578,0.4516404867172241,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,23.319290161132812 +1986,48,0.4516404867172241,all,21-24 yrs,1665,1180723,22.545459747314453,1,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,141.01528930664062 +1986,48,0.4516404867172241,MVA,21-24 yrs,509,1180723,22.545459747314453,1,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,43.10918045043945 +1986,48,0.4516404867172241,suicide,21-24 yrs,232,1180723,22.545459747314453,1,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,19.648977279663086 +1986,48,0.4516404867172241,homicide,21-24 yrs,360,1180723,22.545459747314453,1,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,30.48979377746582 +1986,48,0.4516404867172241,other external,21-24 yrs,236,1180723,22.545459747314453,1,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,19.98775291442871 +1986,48,0.4516404867172241,internal,21-24 yrs,328,1180723,22.545459747314453,1,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,27.77958869934082 +1987,48,0,MVA,15-17 yrs,235,821044,16.008358001708984,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,28.622095108032227 +1987,48,0,suicide,15-17 yrs,65,821044,16.008358001708984,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,7.916749954223633 +1987,48,0,homicide,15-17 yrs,56,821044,16.008358001708984,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,6.820584297180176 +1987,48,0,other external,15-17 yrs,77,821044,16.008358001708984,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,9.378303527832031 +1987,48,0,internal,15-17 yrs,143,821044,16.008358001708984,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,17.41684913635254 +1987,48,0,all,18-20 yrs,967,783144,19.002737045288086,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,123.47665405273438 +1987,48,0,MVA,18-20 yrs,396,783144,19.002737045288086,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,50.56541442871094 +1987,48,0,suicide,18-20 yrs,111,783144,19.002737045288086,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,14.173638343811035 +1987,48,0,homicide,18-20 yrs,127,783144,19.002737045288086,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,16.216686248779297 +1987,48,0,other external,18-20 yrs,148,783144,19.002737045288086,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,18.898183822631836 +1987,48,0,internal,18-20 yrs,185,783144,19.002737045288086,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,23.622730255126953 +1987,48,0,all,21-24 yrs,1517,1133571,22.562267303466797,1,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,133.8248748779297 +1987,48,0,MVA,21-24 yrs,457,1133571,22.562267303466797,1,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,40.3150749206543 +1987,48,0,suicide,21-24 yrs,188,1133571,22.562267303466797,1,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,16.58475685119629 +1987,48,0,homicide,21-24 yrs,295,1133571,22.562267303466797,1,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,26.023954391479492 +1987,48,0,other external,21-24 yrs,205,1133571,22.562267303466797,1,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,18.084442138671875 +1987,48,0,internal,21-24 yrs,372,1133571,22.562267303466797,1,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,32.816646575927734 +1988,48,0,MVA,15-17 yrs,262,798584,16.032928466796875,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,32.80807113647461 +1988,48,0,suicide,15-17 yrs,82,798584,16.032928466796875,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,10.26817512512207 +1988,48,0,homicide,15-17 yrs,77,798584,16.032928466796875,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,9.64206600189209 +1988,48,0,other external,15-17 yrs,78,798584,16.032928466796875,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,9.7672882080078125 +1988,48,0,internal,15-17 yrs,116,798584,16.032928466796875,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,14.525710105895996 +1988,48,0,all,18-20 yrs,943,796179,18.989200592041016,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,118.44070434570312 +1988,48,0,MVA,18-20 yrs,403,796179,18.989200592041016,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,50.616756439208984 +1988,48,0,suicide,18-20 yrs,130,796179,18.989200592041016,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,16.327985763549805 +1988,48,0,homicide,18-20 yrs,143,796179,18.989200592041016,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,17.960784912109375 +1988,48,0,other external,18-20 yrs,108,796179,18.989200592041016,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,13.564788818359375 +1988,48,0,internal,18-20 yrs,159,796179,18.989200592041016,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,19.970382690429688 +1988,48,0,all,21-24 yrs,1451,1090728,22.563636779785156,1,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,133.03041076660156 +1988,48,0,MVA,21-24 yrs,424,1090728,22.563636779785156,1,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,38.87311935424805 +1988,48,0,suicide,21-24 yrs,215,1090728,22.563636779785156,1,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,19.711605072021484 +1988,48,0,homicide,21-24 yrs,320,1090728,22.563636779785156,1,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,29.33820343017578 +1988,48,0,other external,21-24 yrs,177,1090728,22.563636779785156,1,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,16.227693557739258 +1988,48,0,internal,21-24 yrs,315,1090728,22.563636779785156,1,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,28.879793167114258 +1989,48,0,MVA,15-17 yrs,236,762547,16.024349212646484,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,30.948911666870117 +1989,48,0,suicide,15-17 yrs,90,762547,16.024349212646484,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,11.80255126953125 +1989,48,0,homicide,15-17 yrs,82,762547,16.024349212646484,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,10.753435134887695 +1989,48,0,other external,15-17 yrs,83,762547,16.024349212646484,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,10.884574890136719 +1989,48,0,internal,15-17 yrs,126,762547,16.024349212646484,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,16.523571014404297 +1989,48,0,all,18-20 yrs,988,828824,18.99053955078125,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,119.20503997802734 +1989,48,0,MVA,18-20 yrs,390,828824,18.99053955078125,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,47.054622650146484 +1989,48,0,suicide,18-20 yrs,141,828824,18.99053955078125,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,17.012056350708008 +1989,48,0,homicide,18-20 yrs,165,828824,18.99053955078125,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,19.907724380493164 +1989,48,0,other external,18-20 yrs,112,828824,18.99053955078125,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,13.51312255859375 +1989,48,0,internal,18-20 yrs,180,828824,18.99053955078125,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,21.717517852783203 +1989,48,0,all,21-24 yrs,1341,1067813,22.54599380493164,1,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,125.58378601074219 +1989,48,0,MVA,21-24 yrs,379,1067813,22.54599380493164,1,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,35.493106842041016 +1989,48,0,suicide,21-24 yrs,187,1067813,22.54599380493164,1,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,17.51243019104004 +1989,48,0,homicide,21-24 yrs,285,1067813,22.54599380493164,1,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,26.690067291259766 +1989,48,0,other external,21-24 yrs,157,1067813,22.54599380493164,1,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,14.702948570251465 +1989,48,0,internal,21-24 yrs,333,1067813,22.54599380493164,1,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,31.18523597717285 +1990,48,0,MVA,15-17 yrs,192,760356,16.001781463623047,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,25.25132942199707 +1990,48,0,suicide,15-17 yrs,93,760356,16.001781463623047,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,12.231112480163574 +1990,48,0,homicide,15-17 yrs,138,760356,16.001781463623047,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,18.14939308166504 +1990,48,0,other external,15-17 yrs,83,760356,16.001781463623047,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,10.915939331054688 +1990,48,0,internal,15-17 yrs,131,760356,16.001781463623047,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,17.228771209716797 +1990,48,0,all,18-20 yrs,1032,836384,19.024921417236328,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,123.38829803466797 +1990,48,0,MVA,18-20 yrs,374,836384,19.024921417236328,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,44.71630096435547 +1990,48,0,suicide,18-20 yrs,116,836384,19.024921417236328,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,13.869227409362793 +1990,48,0,homicide,18-20 yrs,236,836384,19.024921417236328,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,28.216703414916992 +1990,48,0,other external,18-20 yrs,133,836384,19.024921417236328,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,15.901786804199219 +1990,48,0,internal,18-20 yrs,173,836384,19.024921417236328,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,20.68427848815918 +1990,48,0,all,21-24 yrs,1305,1055998,22.510578155517578,1,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,123.57978057861328 +1990,48,0,MVA,21-24 yrs,374,1055998,22.510578155517578,1,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,35.41673278808594 +1990,48,0,suicide,21-24 yrs,176,1055998,22.510578155517578,1,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,16.666698455810547 +1990,48,0,homicide,21-24 yrs,306,1055998,22.510578155517578,1,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,28.977327346801758 +1990,48,0,other external,21-24 yrs,155,1055998,22.510578155517578,1,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,14.678057670593262 +1990,48,0,internal,21-24 yrs,294,1055998,22.510578155517578,1,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,27.840961456298828 +1991,48,0,MVA,15-17 yrs,181,764140,16.004154205322266,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,23.686758041381836 +1991,48,0,suicide,15-17 yrs,90,764140,16.004154205322266,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,11.777946472167969 +1991,48,0,homicide,15-17 yrs,168,764140,16.004154205322266,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,21.98550033569336 +1991,48,0,other external,15-17 yrs,70,764140,16.004154205322266,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,9.160625457763672 +1991,48,0,internal,15-17 yrs,119,764140,16.004154205322266,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,15.573062896728516 +1991,48,0,all,18-20 yrs,1014,822658,19.042787551879883,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,123.25899505615234 +1991,48,0,MVA,18-20 yrs,337,822658,19.042787551879883,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,40.96477508544922 +1991,48,0,suicide,18-20 yrs,121,822658,19.042787551879883,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,14.708420753479004 +1991,48,0,homicide,18-20 yrs,272,822658,19.042787551879883,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,33.06355667114258 +1991,48,0,other external,18-20 yrs,106,822658,19.042787551879883,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,12.885063171386719 +1991,48,0,internal,18-20 yrs,178,822658,19.042787551879883,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,21.63718032836914 +1991,48,0,all,21-24 yrs,1493,1059670,22.4810733795166,1,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,140.89291381835938 +1991,48,0,MVA,21-24 yrs,425,1059670,22.4810733795166,1,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,40.10682678222656 +1991,48,0,suicide,21-24 yrs,206,1059670,22.4810733795166,1,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,19.440013885498047 +1991,48,0,homicide,21-24 yrs,396,1059670,22.4810733795166,1,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,37.37012481689453 +1991,48,0,other external,21-24 yrs,140,1059670,22.4810733795166,1,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,13.211660385131836 +1991,48,0,internal,21-24 yrs,326,1059670,22.4810733795166,1,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,30.764293670654297 +1992,48,0,MVA,15-17 yrs,178,781481,16.002443313598633,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,22.777265548706055 +1992,48,0,suicide,15-17 yrs,80,781481,16.002443313598633,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,10.23697280883789 +1992,48,0,homicide,15-17 yrs,154,781481,16.002443313598633,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,19.706172943115234 +1992,48,0,other external,15-17 yrs,63,781481,16.002443313598633,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,8.061615943908691 +1992,48,0,internal,15-17 yrs,131,781481,16.002443313598633,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,16.763044357299805 +1992,48,0,all,18-20 yrs,1001,804867,19.032548904418945,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,124.36837768554688 +1992,48,0,MVA,18-20 yrs,316,804867,19.032548904418945,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,39.261146545410156 +1992,48,0,suicide,18-20 yrs,138,804867,19.032548904418945,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,17.145689010620117 +1992,48,0,homicide,18-20 yrs,265,804867,19.032548904418945,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,32.9246940612793 +1992,48,0,other external,18-20 yrs,105,804867,19.032548904418945,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,13.045633316040039 +1992,48,0,internal,18-20 yrs,177,804867,19.032548904418945,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,21.9912109375 +1992,48,0,all,21-24 yrs,1400,1079954,22.460309982299805,1,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,129.63514709472656 +1992,48,0,MVA,21-24 yrs,409,1079954,22.460309982299805,1,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,37.87198257446289 +1992,48,0,suicide,21-24 yrs,197,1079954,22.460309982299805,1,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,18.241518020629883 +1992,48,0,homicide,21-24 yrs,319,1079954,22.460309982299805,1,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,29.53829574584961 +1992,48,0,other external,21-24 yrs,151,1079954,22.460309982299805,1,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,13.982076644897461 +1992,48,0,internal,21-24 yrs,324,1079954,22.460309982299805,1,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,30.001277923583984 +1993,48,0,MVA,15-17 yrs,191,795048,15.998381614685059,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,24.023706436157227 +1993,48,0,suicide,15-17 yrs,77,795048,15.998381614685059,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,9.68494987487793 +1993,48,0,homicide,15-17 yrs,164,795048,15.998381614685059,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,20.627685546875 +1993,48,0,other external,15-17 yrs,78,795048,15.998381614685059,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,9.810728073120117 +1993,48,0,internal,15-17 yrs,126,795048,15.998381614685059,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,15.848099708557129 +1993,48,0,all,18-20 yrs,926,809043,19.012039184570312,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,114.45621490478516 +1993,48,0,MVA,18-20 yrs,282,809043,19.012039184570312,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,34.855995178222656 +1993,48,0,suicide,18-20 yrs,119,809043,19.012039184570312,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,14.708736419677734 +1993,48,0,homicide,18-20 yrs,257,809043,19.012039184570312,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,31.765926361083984 +1993,48,0,other external,18-20 yrs,97,809043,19.012039184570312,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,11.989474296569824 +1993,48,0,internal,18-20 yrs,171,809043,19.012039184570312,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,21.136083602905273 +1993,48,0,all,21-24 yrs,1392,1098787,22.48291015625,1,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,126.68515014648438 +1993,48,0,MVA,21-24 yrs,365,1098787,22.48291015625,1,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,33.218448638916016 +1993,48,0,suicide,21-24 yrs,244,1098787,22.48291015625,1,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,22.20630645751953 +1993,48,0,homicide,21-24 yrs,320,1098787,22.48291015625,1,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,29.123023986816406 +1993,48,0,other external,21-24 yrs,140,1098787,22.48291015625,1,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,12.74132251739502 +1993,48,0,internal,21-24 yrs,323,1098787,22.48291015625,1,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,29.39605140686035 +1994,48,0,MVA,15-17 yrs,209,821431,15.999457359313965,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,25.443403244018555 +1994,48,0,suicide,15-17 yrs,87,821431,15.999457359313965,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,10.591273307800293 +1994,48,0,homicide,15-17 yrs,157,821431,15.999457359313965,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,19.112987518310547 +1994,48,0,other external,15-17 yrs,69,821431,15.999457359313965,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,8.399974822998047 +1994,48,0,internal,15-17 yrs,142,821431,15.999457359313965,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,17.28690528869629 +1994,48,0,all,18-20 yrs,942,819696,19.012916564941406,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,114.920654296875 +1994,48,0,MVA,18-20 yrs,292,819696,19.012916564941406,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,35.622962951660156 +1994,48,0,suicide,18-20 yrs,123,819696,19.012916564941406,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,15.005562782287598 +1994,48,0,homicide,18-20 yrs,255,819696,19.012916564941406,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,31.109094619750977 +1994,48,0,other external,18-20 yrs,98,819696,19.012916564941406,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,11.955652236938477 +1994,48,0,internal,18-20 yrs,174,819696,19.012916564941406,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,21.22738265991211 +1994,48,0,all,21-24 yrs,1320,1104686,22.516685485839844,1,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,119.490966796875 +1994,48,0,MVA,21-24 yrs,377,1104686,22.516685485839844,1,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,34.12734603881836 +1994,48,0,suicide,21-24 yrs,212,1104686,22.516685485839844,1,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,19.19097328186035 +1994,48,0,homicide,21-24 yrs,291,1104686,22.516685485839844,1,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,26.342327117919922 +1994,48,0,other external,21-24 yrs,125,1104686,22.516685485839844,1,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,11.31543254852295 +1994,48,0,internal,21-24 yrs,315,1104686,22.516685485839844,1,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,28.514890670776367 +1995,48,0,MVA,15-17 yrs,217,854411,15.983749389648438,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,25.397613525390625 +1995,48,0,suicide,15-17 yrs,82,854411,15.983749389648438,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,9.597254753112793 +1995,48,0,homicide,15-17 yrs,146,854411,15.983749389648438,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,17.08779525756836 +1995,48,0,other external,15-17 yrs,70,854411,15.983749389648438,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,8.192778587341309 +1995,48,0,internal,15-17 yrs,157,854411,15.983749389648438,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,18.37523078918457 +1995,48,0,all,18-20 yrs,864,843692,19.01058006286621,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,102.40703582763672 +1995,48,0,MVA,18-20 yrs,259,843692,19.01058006286621,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,30.698406219482422 +1995,48,0,suicide,18-20 yrs,113,843692,19.01058006286621,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,13.393513679504395 +1995,48,0,homicide,18-20 yrs,216,843692,19.01058006286621,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,25.60175895690918 +1995,48,0,other external,18-20 yrs,93,843692,19.01058006286621,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,11.022979736328125 +1995,48,0,internal,18-20 yrs,183,843692,19.01058006286621,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,21.690380096435547 +1995,48,0,all,21-24 yrs,1250,1099668,22.525766372680664,1,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,113.67066955566406 +1995,48,0,MVA,21-24 yrs,349,1099668,22.525766372680664,1,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,31.73685073852539 +1995,48,0,suicide,21-24 yrs,177,1099668,22.525766372680664,1,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,16.095767974853516 +1995,48,0,homicide,21-24 yrs,243,1099668,22.525766372680664,1,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,22.097578048706055 +1995,48,0,other external,21-24 yrs,144,1099668,22.525766372680664,1,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,13.094861030578613 +1995,48,0,internal,21-24 yrs,337,1099668,22.525766372680664,1,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,30.645612716674805 +1996,48,0,MVA,15-17 yrs,279,891280,15.992981910705566,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,31.303293228149414 +1996,48,0,suicide,15-17 yrs,81,891280,15.992981910705566,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,9.088052749633789 +1996,48,0,homicide,15-17 yrs,107,891280,15.992981910705566,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,12.005206108093262 +1996,48,0,other external,15-17 yrs,57,891280,15.992981910705566,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,6.395296573638916 +1996,48,0,internal,15-17 yrs,153,891280,15.992981910705566,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,17.166322708129883 +1996,48,0,all,18-20 yrs,914,857559,19.005157470703125,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,106.58158874511719 +1996,48,0,MVA,18-20 yrs,350,857559,19.005157470703125,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,40.81351852416992 +1996,48,0,suicide,18-20 yrs,130,857559,19.005157470703125,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,15.159306526184082 +1996,48,0,homicide,18-20 yrs,166,857559,19.005157470703125,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,19.357269287109375 +1996,48,0,other external,18-20 yrs,96,857559,19.005157470703125,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,11.194564819335938 +1996,48,0,internal,18-20 yrs,172,857559,19.005157470703125,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,20.056928634643555 +1996,48,0,all,21-24 yrs,1139,1089558,22.496822357177734,1,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,104.53780364990234 +1996,48,0,MVA,21-24 yrs,385,1089558,22.496822357177734,1,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,35.33543014526367 +1996,48,0,suicide,21-24 yrs,152,1089558,22.496822357177734,1,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,13.950611114501953 +1996,48,0,homicide,21-24 yrs,198,1089558,22.496822357177734,1,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,18.17250633239746 +1996,48,0,other external,21-24 yrs,124,1089558,22.496822357177734,1,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,11.380762100219727 +1996,48,0,internal,21-24 yrs,280,1089558,22.496822357177734,1,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,25.69849395751953 +1970,49,0,MVA,15-17 yrs,30,71346,15.987357139587402,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,42.048606872558594 +1970,49,0,suicide,15-17 yrs,8,71346,15.987357139587402,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,11.21296215057373 +1970,49,0,homicide,15-17 yrs,1,71346,15.987357139587402,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,1.4016202688217163 +1970,49,0,other external,15-17 yrs,19,71346,15.987357139587402,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,26.63078498840332 +1970,49,0,internal,15-17 yrs,15,71346,15.987357139587402,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,21.024303436279297 +1970,49,0,all,18-20 yrs,103,65106,18.936717987060547,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,158.20355224609375 +1970,49,0,MVA,18-20 yrs,46,65106,18.936717987060547,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,70.65400695800781 +1970,49,0,suicide,18-20 yrs,11,65106,18.936717987060547,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,16.895524978637695 +1970,49,0,homicide,18-20 yrs,3,65106,18.936717987060547,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,4.607870101928711 +1970,49,0,other external,18-20 yrs,22,65106,18.936717987060547,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,33.79104995727539 +1970,49,0,internal,18-20 yrs,21,65106,18.936717987060547,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,32.25509262084961 +1970,49,0,all,21-24 yrs,123,78127,22.394933700561523,1,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,157.43597412109375 +1970,49,0,MVA,21-24 yrs,50,78127,22.394933700561523,1,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,63.99836349487305 +1970,49,0,suicide,21-24 yrs,13,78127,22.394933700561523,1,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,16.63957405090332 +1970,49,0,homicide,21-24 yrs,8,78127,22.394933700561523,1,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,10.239737510681152 +1970,49,0,other external,21-24 yrs,19,78127,22.394933700561523,1,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,24.319377899169922 +1970,49,0,internal,21-24 yrs,33,78127,22.394933700561523,1,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,42.23891830444336 +1971,49,0,MVA,15-17 yrs,25,73395,15.992696762084961,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,34.0622673034668 +1971,49,0,suicide,15-17 yrs,4,73395,15.992696762084961,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,5.449962615966797 +1971,49,0,homicide,15-17 yrs,1,73395,15.992696762084961,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,1.3624906539916992 +1971,49,0,other external,15-17 yrs,17,73395,15.992696762084961,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,23.16234016418457 +1971,49,0,internal,15-17 yrs,19,73395,15.992696762084961,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,25.88732147216797 +1971,49,0,all,18-20 yrs,80,72923,18.953060150146484,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,109.70475769042969 +1971,49,0,MVA,18-20 yrs,29,72923,18.953060150146484,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,39.767974853515625 +1971,49,0,suicide,18-20 yrs,9,72923,18.953060150146484,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,12.341785430908203 +1971,49,0,homicide,18-20 yrs,5,72923,18.953060150146484,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,6.8565473556518555 +1971,49,0,other external,18-20 yrs,19,72923,18.953060150146484,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,26.054880142211914 +1971,49,0,internal,18-20 yrs,18,72923,18.953060150146484,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,24.683570861816406 +1971,49,0,all,21-24 yrs,102,84680,22.572330474853516,1,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,120.4534683227539 +1971,49,0,MVA,21-24 yrs,40,84680,22.572330474853516,1,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,47.236656188964844 +1971,49,0,suicide,21-24 yrs,14,84680,22.572330474853516,1,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,16.53282928466797 +1971,49,0,homicide,21-24 yrs,4,84680,22.572330474853516,1,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,4.723665714263916 +1971,49,0,other external,21-24 yrs,15,84680,22.572330474853516,1,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,17.7137451171875 +1971,49,0,internal,21-24 yrs,29,84680,22.572330474853516,1,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,34.24657440185547 +1972,49,0,MVA,15-17 yrs,42,75572,15.98074722290039,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,55.57613754272461 +1972,49,0,suicide,15-17 yrs,6,75572,15.98074722290039,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,7.939448356628418 +1972,49,0,homicide,15-17 yrs,6,75572,15.98074722290039,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,7.939448356628418 +1972,49,0,other external,15-17 yrs,14,75572,15.98074722290039,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,18.525379180908203 +1972,49,0,internal,15-17 yrs,16,75572,15.98074722290039,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,21.17186164855957 +1972,49,0,all,18-20 yrs,104,78669,18.9780216217041,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,132.199462890625 +1972,49,0,MVA,18-20 yrs,66,78669,18.9780216217041,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,83.89581298828125 +1972,49,0,suicide,18-20 yrs,2,78669,18.9780216217041,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,2.54229736328125 +1972,49,0,homicide,18-20 yrs,2,78669,18.9780216217041,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,2.54229736328125 +1972,49,0,other external,18-20 yrs,10,78669,18.9780216217041,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,12.711487770080566 +1972,49,0,internal,18-20 yrs,24,78669,18.9780216217041,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,30.507570266723633 +1972,49,0,all,21-24 yrs,94,85452,22.519718170166016,1,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,110.0032730102539 +1972,49,0,MVA,21-24 yrs,38,85452,22.519718170166016,1,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,44.46940994262695 +1972,49,0,suicide,21-24 yrs,14,85452,22.519718170166016,1,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,16.383466720581055 +1972,49,0,homicide,21-24 yrs,4,85452,22.519718170166016,1,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,4.680990695953369 +1972,49,0,other external,21-24 yrs,12,85452,22.519718170166016,1,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,14.04297161102295 +1972,49,0,internal,21-24 yrs,26,85452,22.519718170166016,1,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,30.426437377929688 +1973,49,0,MVA,15-17 yrs,26,77698,15.988030433654785,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,33.462894439697266 +1973,49,0,suicide,15-17 yrs,4,77698,15.988030433654785,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,5.14813756942749 +1973,49,0,homicide,15-17 yrs,1,77698,15.988030433654785,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,1.2870343923568726 +1973,49,0,other external,15-17 yrs,25,77698,15.988030433654785,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,32.17586135864258 +1973,49,0,internal,15-17 yrs,21,77698,15.988030433654785,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,27.02772331237793 +1973,49,0,all,18-20 yrs,115,81715,18.99694061279297,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,140.7330322265625 +1973,49,0,MVA,18-20 yrs,60,81715,18.99694061279297,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,73.425933837890625 +1973,49,0,suicide,18-20 yrs,5,81715,18.99694061279297,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,6.118827819824219 +1973,49,0,homicide,18-20 yrs,4,81715,18.99694061279297,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,4.89506196975708 +1973,49,0,other external,18-20 yrs,26,81715,18.99694061279297,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,31.817903518676758 +1973,49,0,internal,18-20 yrs,20,81715,18.99694061279297,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,24.475311279296875 +1973,49,0,all,21-24 yrs,108,88329,22.44578742980957,1,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,122.27014923095703 +1973,49,0,MVA,21-24 yrs,50,88329,22.44578742980957,1,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,56.60655212402344 +1973,49,0,suicide,21-24 yrs,7,88329,22.44578742980957,1,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,7.924917221069336 +1973,49,0,homicide,21-24 yrs,5,88329,22.44578742980957,1,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,5.6606550216674805 +1973,49,0,other external,21-24 yrs,19,88329,22.44578742980957,1,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,21.510488510131836 +1973,49,0,internal,21-24 yrs,27,88329,22.44578742980957,1,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,30.567537307739258 +1974,49,0,MVA,15-17 yrs,35,78863,16.004894256591797,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,44.380760192871094 +1974,49,0,suicide,15-17 yrs,4,78863,16.004894256591797,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,5.072086811065674 +1974,49,0,homicide,15-17 yrs,2,78863,16.004894256591797,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,2.536043405532837 +1974,49,0,other external,15-17 yrs,22,78863,16.004894256591797,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,27.8964786529541 +1974,49,0,internal,15-17 yrs,17,78863,16.004894256591797,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,21.55636978149414 +1974,49,0,all,18-20 yrs,78,83238,18.99878692626953,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,93.70719909667969 +1974,49,0,MVA,18-20 yrs,33,83238,18.99878692626953,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,39.645355224609375 +1974,49,0,suicide,18-20 yrs,5,83238,18.99878692626953,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,6.006871700286865 +1974,49,0,homicide,18-20 yrs,7,83238,18.99878692626953,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,8.40962028503418 +1974,49,0,other external,18-20 yrs,21,83238,18.99878692626953,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,25.228862762451172 +1974,49,0,internal,18-20 yrs,12,83238,18.99878692626953,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,14.416492462158203 +1974,49,0,all,21-24 yrs,100,93693,22.390220642089844,1,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,106.73155975341797 +1974,49,0,MVA,21-24 yrs,28,93693,22.390220642089844,1,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,29.884836196899414 +1974,49,0,suicide,21-24 yrs,12,93693,22.390220642089844,1,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,12.80778694152832 +1974,49,0,homicide,21-24 yrs,6,93693,22.390220642089844,1,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,6.40389347076416 +1974,49,0,other external,21-24 yrs,21,93693,22.390220642089844,1,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,22.41362762451172 +1974,49,0,internal,21-24 yrs,33,93693,22.390220642089844,1,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,35.22141647338867 +1975,49,0,MVA,15-17 yrs,19,78993,16.004709243774414,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,24.052764892578125 +1975,49,0,suicide,15-17 yrs,11,78993,16.004709243774414,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,13.925284385681152 +1975,49,0,homicide,15-17 yrs,2,78993,16.004709243774414,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,2.531869888305664 +1975,49,0,other external,15-17 yrs,13,78993,16.004709243774414,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,16.457155227661133 +1975,49,0,internal,15-17 yrs,25,78993,16.004709243774414,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,31.648374557495117 +1975,49,0,all,18-20 yrs,91,85270,18.981868743896484,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,106.71983337402344 +1975,49,0,MVA,18-20 yrs,27,85270,18.981868743896484,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,31.664125442504883 +1975,49,0,suicide,18-20 yrs,14,85270,18.981868743896484,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,16.41843605041504 +1975,49,0,homicide,18-20 yrs,2,85270,18.981868743896484,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,2.3454906940460205 +1975,49,0,other external,18-20 yrs,21,85270,18.981868743896484,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,24.627653121948242 +1975,49,0,internal,18-20 yrs,27,85270,18.981868743896484,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,31.664125442504883 +1975,49,0,all,21-24 yrs,144,101940,22.418560028076172,1,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,141.2595672607422 +1975,49,0,MVA,21-24 yrs,42,101940,22.418560028076172,1,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,41.200706481933594 +1975,49,0,suicide,21-24 yrs,13,101940,22.418560028076172,1,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,12.752599716186523 +1975,49,0,homicide,21-24 yrs,2,101940,22.418560028076172,1,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,1.9619383811950684 +1975,49,0,other external,21-24 yrs,33,101940,22.418560028076172,1,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,32.37198257446289 +1975,49,0,internal,21-24 yrs,54,101940,22.418560028076172,1,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,52.97233581542969 +1976,49,0,MVA,15-17 yrs,24,80143,15.991277694702148,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,29.946470260620117 +1976,49,0,suicide,15-17 yrs,5,80143,15.991277694702148,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,6.2388482093811035 +1976,49,0,homicide,15-17 yrs,5,80143,15.991277694702148,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,6.2388482093811035 +1976,49,0,other external,15-17 yrs,11,80143,15.991277694702148,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,13.725465774536133 +1976,49,0,internal,15-17 yrs,23,80143,15.991277694702148,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,28.698701858520508 +1976,49,0,all,18-20 yrs,84,87241,18.98516845703125,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,96.285003662109375 +1976,49,0,MVA,18-20 yrs,36,87241,18.98516845703125,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,41.2650032043457 +1976,49,0,suicide,18-20 yrs,8,87241,18.98516845703125,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,9.170000076293945 +1976,49,0,homicide,18-20 yrs,5,87241,18.98516845703125,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,5.731250286102295 +1976,49,0,other external,18-20 yrs,18,87241,18.98516845703125,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,20.63250160217285 +1976,49,0,internal,18-20 yrs,17,87241,18.98516845703125,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,19.486249923706055 +1976,49,0,all,21-24 yrs,114,108754,22.459789276123047,1,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,104.82373046875 +1976,49,0,MVA,21-24 yrs,33,108754,22.459789276123047,1,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,30.343711853027344 +1976,49,0,suicide,21-24 yrs,12,108754,22.459789276123047,1,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,11.034076690673828 +1976,49,0,homicide,21-24 yrs,10,108754,22.459789276123047,1,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,9.195064544677734 +1976,49,0,other external,21-24 yrs,20,108754,22.459789276123047,1,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,18.39012908935547 +1976,49,0,internal,21-24 yrs,39,108754,22.459789276123047,1,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,35.860748291015625 +1977,49,0,MVA,15-17 yrs,28,81049,15.998112678527832,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,34.547000885009766 +1977,49,0,suicide,15-17 yrs,3,81049,15.998112678527832,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,3.7014646530151367 +1977,49,0,homicide,15-17 yrs,1,81049,15.998112678527832,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,1.2338215112686157 +1977,49,0,other external,15-17 yrs,15,81049,15.998112678527832,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,18.507322311401367 +1977,49,0,internal,15-17 yrs,12,81049,15.998112678527832,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,14.805858612060547 +1977,49,0,all,18-20 yrs,115,88750,18.998682022094727,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,129.5774688720703 +1977,49,0,MVA,18-20 yrs,50,88750,18.998682022094727,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,56.33802795410156 +1977,49,0,suicide,18-20 yrs,15,88750,18.998682022094727,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,16.901409149169922 +1977,49,0,homicide,18-20 yrs,4,88750,18.998682022094727,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,4.507042407989502 +1977,49,0,other external,18-20 yrs,19,88750,18.998682022094727,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,21.408451080322266 +1977,49,0,internal,18-20 yrs,27,88750,18.998682022094727,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,30.422534942626953 +1977,49,0,all,21-24 yrs,131,114137,22.48911476135254,1,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,114.77435302734375 +1977,49,0,MVA,21-24 yrs,47,114137,22.48911476135254,1,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,41.178585052490234 +1977,49,0,suicide,21-24 yrs,22,114137,22.48911476135254,1,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,19.275081634521484 +1977,49,0,homicide,21-24 yrs,5,114137,22.48911476135254,1,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,4.380700588226318 +1977,49,0,other external,21-24 yrs,35,114137,22.48911476135254,1,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,30.66490364074707 +1977,49,0,internal,21-24 yrs,22,114137,22.48911476135254,1,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,19.275081634521484 +1978,49,0,MVA,15-17 yrs,44,81396,16.021425247192383,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,54.05670928955078 +1978,49,0,suicide,15-17 yrs,3,81396,16.021425247192383,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,3.6856849193573 +1978,49,0,homicide,15-17 yrs,4,81396,16.021425247192383,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,4.914246559143066 +1978,49,0,other external,15-17 yrs,14,81396,16.021425247192383,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,17.199861526489258 +1978,49,0,internal,15-17 yrs,10,81396,16.021425247192383,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,12.285615921020508 +1978,49,0,all,18-20 yrs,97,89057,18.99409294128418,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,108.91900634765625 +1978,49,0,MVA,18-20 yrs,52,89057,18.99409294128418,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,58.38957214355469 +1978,49,0,suicide,18-20 yrs,10,89057,18.99409294128418,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,11.228763580322266 +1978,49,0,homicide,18-20 yrs,4,89057,18.99409294128418,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,4.4915056228637695 +1978,49,0,other external,18-20 yrs,15,89057,18.99409294128418,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,16.8431453704834 +1978,49,0,internal,18-20 yrs,16,89057,18.99409294128418,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,17.966022491455078 +1978,49,0,all,21-24 yrs,148,118955,22.484283447265625,1,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,124.41679382324219 +1978,49,0,MVA,21-24 yrs,53,118955,22.484283447265625,1,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,44.554664611816406 +1978,49,0,suicide,21-24 yrs,25,118955,22.484283447265625,1,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,21.01634979248047 +1978,49,0,homicide,21-24 yrs,8,118955,22.484283447265625,1,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,6.725232124328613 +1978,49,0,other external,21-24 yrs,34,118955,22.484283447265625,1,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,28.582237243652344 +1978,49,0,internal,21-24 yrs,28,118955,22.484283447265625,1,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,23.538312911987305 +1979,49,0,MVA,15-17 yrs,25,80043,16.026622772216797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,31.233211517333984 +1979,49,0,suicide,15-17 yrs,8,80043,16.026622772216797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,9.994627952575684 +1979,49,0,homicide,15-17 yrs,3,80043,16.026622772216797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,3.747985363006592 +1979,49,0,other external,15-17 yrs,4,80043,16.026622772216797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,4.997313976287842 +1979,49,0,internal,15-17 yrs,14,80043,16.026622772216797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,17.490598678588867 +1979,49,0,all,18-20 yrs,102,90698,18.976085662841797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,112.46113586425781 +1979,49,0,MVA,18-20 yrs,46,90698,18.976085662841797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,50.71776580810547 +1979,49,0,suicide,18-20 yrs,11,90698,18.976085662841797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,12.128161430358887 +1979,49,0,homicide,18-20 yrs,5,90698,18.976085662841797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,5.512800693511963 +1979,49,0,other external,18-20 yrs,21,90698,18.976085662841797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,23.153762817382812 +1979,49,0,internal,18-20 yrs,19,90698,18.976085662841797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,20.94864273071289 +1979,49,0,all,21-24 yrs,140,123074,22.488534927368164,1,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,113.75270080566406 +1979,49,0,MVA,21-24 yrs,53,123074,22.488534927368164,1,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,43.06352233886719 +1979,49,0,suicide,21-24 yrs,23,123074,22.488534927368164,1,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,18.687944412231445 +1979,49,0,homicide,21-24 yrs,14,123074,22.488534927368164,1,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,11.375269889831543 +1979,49,0,other external,21-24 yrs,27,123074,22.488534927368164,1,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,21.938020706176758 +1979,49,0,internal,21-24 yrs,23,123074,22.488534927368164,1,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,18.687944412231445 +1980,49,0,MVA,15-17 yrs,27,78025,16.02676010131836,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,34.60429382324219 +1980,49,0,suicide,15-17 yrs,2,78025,16.02676010131836,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,2.5632810592651367 +1980,49,0,homicide,15-17 yrs,1,78025,16.02676010131836,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,1.2816405296325684 +1980,49,0,other external,15-17 yrs,11,78025,16.02676010131836,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,14.098045349121094 +1980,49,0,internal,15-17 yrs,17,78025,16.02676010131836,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,21.787887573242188 +1980,49,0,all,18-20 yrs,95,89151,18.99763298034668,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,106.56077575683594 +1980,49,0,MVA,18-20 yrs,46,89151,18.99763298034668,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,51.59785079956055 +1980,49,0,suicide,18-20 yrs,13,89151,18.99763298034668,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,14.582001686096191 +1980,49,0,homicide,18-20 yrs,9,89151,18.99763298034668,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,10.095232009887695 +1980,49,0,other external,18-20 yrs,10,89151,18.99763298034668,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,11.216923713684082 +1980,49,0,internal,18-20 yrs,17,89151,18.99763298034668,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,19.068771362304688 +1980,49,0,all,21-24 yrs,140,126830,22.5115909576416,1,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,110.38397979736328 +1980,49,0,MVA,21-24 yrs,51,126830,22.5115909576416,1,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,40.211307525634766 +1980,49,0,suicide,21-24 yrs,24,126830,22.5115909576416,1,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,18.9229679107666 +1980,49,0,homicide,21-24 yrs,7,126830,22.5115909576416,1,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,5.519198894500732 +1980,49,0,other external,21-24 yrs,28,126830,22.5115909576416,1,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,22.07679557800293 +1980,49,0,internal,21-24 yrs,30,126830,22.5115909576416,1,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,23.653709411621094 +1981,49,0,MVA,15-17 yrs,23,76072,16.015300750732422,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,30.234514236450195 +1981,49,0,suicide,15-17 yrs,8,76072,16.015300750732422,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,10.516352653503418 +1981,49,0,homicide,15-17 yrs,4,76072,16.015300750732422,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,5.258176326751709 +1981,49,0,other external,15-17 yrs,10,76072,16.015300750732422,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,13.145441055297852 +1981,49,0,internal,15-17 yrs,21,76072,16.015300750732422,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,27.605426788330078 +1981,49,0,all,18-20 yrs,100,88040,19.046478271484375,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,113.58473205566406 +1981,49,0,MVA,18-20 yrs,48,88040,19.046478271484375,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,54.52067184448242 +1981,49,0,suicide,18-20 yrs,12,88040,19.046478271484375,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,13.630167961120605 +1981,49,0,homicide,18-20 yrs,5,88040,19.046478271484375,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,5.679236888885498 +1981,49,0,other external,18-20 yrs,15,88040,19.046478271484375,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,17.037710189819336 +1981,49,0,internal,18-20 yrs,20,88040,19.046478271484375,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,22.716947555541992 +1981,49,0,all,21-24 yrs,138,125235,22.566247940063477,1,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,110.19284057617188 +1981,49,0,MVA,21-24 yrs,57,125235,22.566247940063477,1,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,45.51443099975586 +1981,49,0,suicide,21-24 yrs,22,125235,22.566247940063477,1,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,17.566974639892578 +1981,49,0,homicide,21-24 yrs,7,125235,22.566247940063477,1,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,5.589491844177246 +1981,49,0,other external,21-24 yrs,26,125235,22.566247940063477,1,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,20.760969161987305 +1981,49,0,internal,21-24 yrs,26,125235,22.566247940063477,1,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,20.760969161987305 +1982,49,0,MVA,15-17 yrs,29,75519,15.993326187133789,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,38.40093231201172 +1982,49,0,suicide,15-17 yrs,9,75519,15.993326187133789,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,11.91753101348877 +1982,49,0,homicide,15-17 yrs,2,75519,15.993326187133789,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,2.6483402252197266 +1982,49,0,other external,15-17 yrs,13,75519,15.993326187133789,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,17.214210510253906 +1982,49,0,internal,15-17 yrs,13,75519,15.993326187133789,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,17.214210510253906 +1982,49,0,all,18-20 yrs,84,84528,19.04894256591797,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,99.37535858154297 +1982,49,0,MVA,18-20 yrs,37,84528,19.04894256591797,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,43.77247619628906 +1982,49,0,suicide,18-20 yrs,11,84528,19.04894256591797,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,13.013439178466797 +1982,49,0,homicide,18-20 yrs,8,84528,19.04894256591797,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,9.464319229125977 +1982,49,0,other external,18-20 yrs,13,84528,19.04894256591797,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,15.37951946258545 +1982,49,0,internal,18-20 yrs,15,84528,19.04894256591797,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,17.7455997467041 +1982,49,0,all,21-24 yrs,142,125049,22.53965950012207,1,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,113.55548858642578 +1982,49,0,MVA,21-24 yrs,48,125049,22.53965950012207,1,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,38.384952545166016 +1982,49,0,suicide,21-24 yrs,23,125049,22.53965950012207,1,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,18.392789840698242 +1982,49,0,homicide,21-24 yrs,8,125049,22.53965950012207,1,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,6.397492408752441 +1982,49,0,other external,21-24 yrs,31,125049,22.53965950012207,1,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,24.790281295776367 +1982,49,0,internal,21-24 yrs,32,125049,22.53965950012207,1,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,25.589969635009766 +1983,49,0,MVA,15-17 yrs,26,76278,15.983717918395996,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,34.08584213256836 +1983,49,0,suicide,15-17 yrs,8,76278,15.983717918395996,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,10.48795223236084 +1983,49,0,homicide,15-17 yrs,3,76278,15.983717918395996,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,3.9329819679260254 +1983,49,0,other external,15-17 yrs,8,76278,15.983717918395996,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,10.48795223236084 +1983,49,0,internal,15-17 yrs,8,76278,15.983717918395996,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,10.48795223236084 +1983,49,0,all,18-20 yrs,80,80160,19.03251075744629,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,99.80039978027344 +1983,49,0,MVA,18-20 yrs,31,80160,19.03251075744629,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,38.67265319824219 +1983,49,0,suicide,18-20 yrs,11,80160,19.03251075744629,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,13.722555160522461 +1983,49,0,homicide,18-20 yrs,4,80160,19.03251075744629,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,4.990019798278809 +1983,49,0,other external,18-20 yrs,15,80160,19.03251075744629,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,18.712574005126953 +1983,49,0,internal,18-20 yrs,19,80160,19.03251075744629,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,23.702594757080078 +1983,49,0,all,21-24 yrs,110,123607,22.514266967773438,1,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,88.9917221069336 +1983,49,0,MVA,21-24 yrs,31,123607,22.514266967773438,1,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,25.079484939575195 +1983,49,0,suicide,21-24 yrs,25,123607,22.514266967773438,1,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,20.225391387939453 +1983,49,0,homicide,21-24 yrs,10,123607,22.514266967773438,1,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,8.090156555175781 +1983,49,0,other external,21-24 yrs,17,123607,22.514266967773438,1,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,13.753266334533691 +1983,49,0,internal,21-24 yrs,27,123607,22.514266967773438,1,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,21.84342384338379 +1984,49,0,MVA,15-17 yrs,28,77932,15.9819974899292,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,35.92875671386719 +1984,49,0,suicide,15-17 yrs,11,77932,15.9819974899292,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,14.114869117736816 +1984,49,0,homicide,15-17 yrs,1,77932,15.9819974899292,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,1.2831699848175049 +1984,49,0,other external,15-17 yrs,6,77932,15.9819974899292,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,7.699019432067871 +1984,49,0,internal,15-17 yrs,6,77932,15.9819974899292,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,7.699019432067871 +1984,49,0,all,18-20 yrs,74,78087,19.0244083404541,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,94.76609802246094 +1984,49,0,MVA,18-20 yrs,36,78087,19.0244083404541,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,46.10242462158203 +1984,49,0,suicide,18-20 yrs,8,78087,19.0244083404541,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,10.244982719421387 +1984,49,0,homicide,18-20 yrs,3,78087,19.0244083404541,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,3.8418686389923096 +1984,49,0,other external,18-20 yrs,16,78087,19.0244083404541,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,20.489965438842773 +1984,49,0,internal,18-20 yrs,11,78087,19.0244083404541,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,14.086852073669434 +1984,49,0,all,21-24 yrs,128,121785,22.53301239013672,1,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,105.10325622558594 +1984,49,0,MVA,21-24 yrs,34,121785,22.53301239013672,1,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,27.918052673339844 +1984,49,0,suicide,21-24 yrs,30,121785,22.53301239013672,1,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,24.633575439453125 +1984,49,0,homicide,21-24 yrs,9,121785,22.53301239013672,1,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,7.390072822570801 +1984,49,0,other external,21-24 yrs,27,121785,22.53301239013672,1,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,22.170217514038086 +1984,49,0,internal,21-24 yrs,28,121785,22.53301239013672,1,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,22.991336822509766 +1985,49,0,MVA,15-17 yrs,19,80301,15.968207359313965,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,23.66097640991211 +1985,49,0,suicide,15-17 yrs,11,80301,15.968207359313965,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,13.69845962524414 +1985,49,0,homicide,15-17 yrs,1,80301,15.968207359313965,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,1.2453144788742065 +1985,49,0,other external,15-17 yrs,7,80301,15.968207359313965,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,8.717201232910156 +1985,49,0,internal,15-17 yrs,12,80301,15.968207359313965,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,14.943774223327637 +1985,49,0,all,18-20 yrs,69,77409,18.997907638549805,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,89.13692474365234 +1985,49,0,MVA,18-20 yrs,29,77409,18.997907638549805,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,37.46334457397461 +1985,49,0,suicide,18-20 yrs,13,77409,18.997907638549805,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,16.793912887573242 +1985,49,0,homicide,18-20 yrs,5,77409,18.997907638549805,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,6.459197044372559 +1985,49,0,other external,18-20 yrs,9,77409,18.997907638549805,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,11.626555442810059 +1985,49,0,internal,18-20 yrs,13,77409,18.997907638549805,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,16.793912887573242 +1985,49,0,all,21-24 yrs,119,120285,22.58066177368164,1,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,98.93170166015625 +1985,49,0,MVA,21-24 yrs,45,120285,22.58066177368164,1,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,37.41114807128906 +1985,49,0,suicide,21-24 yrs,22,120285,22.58066177368164,1,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,18.289894104003906 +1985,49,0,homicide,21-24 yrs,7,120285,22.58066177368164,1,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,5.819511890411377 +1985,49,0,other external,21-24 yrs,26,120285,22.58066177368164,1,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,21.61532974243164 +1985,49,0,internal,21-24 yrs,19,120285,22.58066177368164,1,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,15.795818328857422 +1986,49,0,MVA,15-17 yrs,34,84593,15.965765953063965,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,40.19245147705078 +1986,49,0,suicide,15-17 yrs,18,84593,15.965765953063965,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,21.278356552124023 +1986,49,0,homicide,15-17 yrs,1,84593,15.965765953063965,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,1.1821309328079224 +1986,49,0,other external,15-17 yrs,12,84593,15.965765953063965,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,14.18557071685791 +1986,49,0,internal,15-17 yrs,15,84593,15.965765953063965,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,17.731964111328125 +1986,49,0,all,18-20 yrs,92,77984,18.98802375793457,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,117.97291564941406 +1986,49,0,MVA,18-20 yrs,44,77984,18.98802375793457,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,56.42182922363281 +1986,49,0,suicide,18-20 yrs,17,77984,18.98802375793457,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,21.79934310913086 +1986,49,0,homicide,18-20 yrs,5,77984,18.98802375793457,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,6.411571502685547 +1986,49,0,other external,18-20 yrs,11,77984,18.98802375793457,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,14.105457305908203 +1986,49,0,internal,18-20 yrs,15,77984,18.98802375793457,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,19.23471450805664 +1986,49,0,all,21-24 yrs,114,115396,22.58312225341797,1,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,98.790252685546875 +1986,49,0,MVA,21-24 yrs,40,115396,22.58312225341797,1,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,34.663246154785156 +1986,49,0,suicide,21-24 yrs,26,115396,22.58312225341797,1,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,22.531110763549805 +1986,49,0,homicide,21-24 yrs,5,115396,22.58312225341797,1,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,4.3329057693481445 +1986,49,0,other external,21-24 yrs,14,115396,22.58312225341797,1,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,12.132136344909668 +1986,49,0,internal,21-24 yrs,29,115396,22.58312225341797,1,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,25.1308536529541 +1987,49,0,MVA,15-17 yrs,38,87131,15.99332046508789,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,43.612491607666016 +1987,49,0,suicide,15-17 yrs,14,87131,15.99332046508789,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,16.067760467529297 +1987,49,0,homicide,15-17 yrs,0,87131,15.99332046508789,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,0 +1987,49,0,other external,15-17 yrs,5,87131,15.99332046508789,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,5.738485813140869 +1987,49,0,internal,15-17 yrs,14,87131,15.99332046508789,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,16.067760467529297 +1987,49,0,all,18-20 yrs,89,79608,18.97873306274414,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,111.79780578613281 +1987,49,0,MVA,18-20 yrs,36,79608,18.97873306274414,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,45.22158432006836 +1987,49,0,suicide,18-20 yrs,18,79608,18.97873306274414,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,22.61079216003418 +1987,49,0,homicide,18-20 yrs,7,79608,18.97873306274414,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,8.793086051940918 +1987,49,0,other external,18-20 yrs,15,79608,18.97873306274414,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,18.842327117919922 +1987,49,0,internal,18-20 yrs,13,79608,18.97873306274414,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,16.33001708984375 +1987,49,0,all,21-24 yrs,114,109496,22.55719757080078,1,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,104.11339569091797 +1987,49,0,MVA,21-24 yrs,35,109496,22.55719757080078,1,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,31.964637756347656 +1987,49,0,suicide,21-24 yrs,20,109496,22.55719757080078,1,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,18.265506744384766 +1987,49,0,homicide,21-24 yrs,7,109496,22.55719757080078,1,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,6.392927646636963 +1987,49,0,other external,21-24 yrs,25,109496,22.55719757080078,1,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,22.831884384155273 +1987,49,0,internal,21-24 yrs,27,109496,22.55719757080078,1,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,24.658435821533203 +1988,49,0,MVA,15-17 yrs,29,87653,16.013986587524414,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,33.08500671386719 +1988,49,0,suicide,15-17 yrs,11,87653,16.013986587524414,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,12.549485206604004 +1988,49,0,homicide,15-17 yrs,2,87653,16.013986587524414,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,2.281724452972412 +1988,49,0,other external,15-17 yrs,5,87653,16.013986587524414,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,5.704311370849609 +1988,49,0,internal,15-17 yrs,12,87653,16.013986587524414,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,13.690346717834473 +1988,49,0,all,18-20 yrs,71,82573,18.958667755126953,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,85.9845199584961 +1988,49,0,MVA,18-20 yrs,21,82573,18.958667755126953,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,25.43204116821289 +1988,49,0,suicide,18-20 yrs,19,82573,18.958667755126953,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,23.00994300842285 +1988,49,0,homicide,18-20 yrs,3,82573,18.958667755126953,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,3.6331489086151123 +1988,49,0,other external,18-20 yrs,13,82573,18.958667755126953,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,15.743644714355469 +1988,49,0,internal,18-20 yrs,15,82573,18.958667755126953,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,18.16574478149414 +1988,49,0,all,21-24 yrs,81,107628,22.528579711914062,1,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,75.25922393798828 +1988,49,0,MVA,21-24 yrs,34,107628,22.528579711914062,1,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,31.59029197692871 +1988,49,0,suicide,21-24 yrs,16,107628,22.528579711914062,1,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,14.866020202636719 +1988,49,0,homicide,21-24 yrs,5,107628,22.528579711914062,1,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,4.645631313323975 +1988,49,0,other external,21-24 yrs,12,107628,22.528579711914062,1,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,11.149515151977539 +1988,49,0,internal,21-24 yrs,14,107628,22.528579711914062,1,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,13.007767677307129 +1989,49,0,MVA,15-17 yrs,28,87772,15.993721961975098,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,31.900833129882812 +1989,49,0,suicide,15-17 yrs,12,87772,15.993721961975098,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,13.671786308288574 +1989,49,0,homicide,15-17 yrs,2,87772,15.993721961975098,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,2.2786309719085693 +1989,49,0,other external,15-17 yrs,11,87772,15.993721961975098,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,12.532470703125 +1989,49,0,internal,15-17 yrs,15,87772,15.993721961975098,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,17.089733123779297 +1989,49,0,all,18-20 yrs,89,87876,18.950702667236328,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,101.2790756225586 +1989,49,0,MVA,18-20 yrs,43,87876,18.950702667236328,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,48.932586669921875 +1989,49,0,suicide,18-20 yrs,13,87876,18.950702667236328,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,14.793572425842285 +1989,49,0,homicide,18-20 yrs,5,87876,18.950702667236328,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,5.689835548400879 +1989,49,0,other external,18-20 yrs,11,87876,18.950702667236328,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,12.517638206481934 +1989,49,0,internal,18-20 yrs,17,87876,18.950702667236328,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,19.345441818237305 +1989,49,0,all,21-24 yrs,90,107587,22.504568099975586,1,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,83.653228759765625 +1989,49,0,MVA,21-24 yrs,32,107587,22.504568099975586,1,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,29.743370056152344 +1989,49,0,suicide,21-24 yrs,15,107587,22.504568099975586,1,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,13.942204475402832 +1989,49,0,homicide,21-24 yrs,6,107587,22.504568099975586,1,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,5.5768818855285645 +1989,49,0,other external,21-24 yrs,14,107587,22.504568099975586,1,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,13.012724876403809 +1989,49,0,internal,21-24 yrs,23,107587,22.504568099975586,1,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,21.378047943115234 +1990,49,0,MVA,15-17 yrs,35,91178,15.976211547851562,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,38.386451721191406 +1990,49,0,suicide,15-17 yrs,19,91178,15.976211547851562,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,20.838359832763672 +1990,49,0,homicide,15-17 yrs,1,91178,15.976211547851562,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,1.0967557430267334 +1990,49,0,other external,15-17 yrs,7,91178,15.976211547851562,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,7.677290439605713 +1990,49,0,internal,15-17 yrs,9,91178,15.976211547851562,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,9.87080192565918 +1990,49,0,all,18-20 yrs,79,91960,18.989484786987305,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,85.90691375732422 +1990,49,0,MVA,18-20 yrs,37,91960,18.989484786987305,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,40.234886169433594 +1990,49,0,suicide,18-20 yrs,18,91960,18.989484786987305,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,19.573728561401367 +1990,49,0,homicide,18-20 yrs,5,91960,18.989484786987305,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,5.4371466636657715 +1990,49,0,other external,18-20 yrs,4,91960,18.989484786987305,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,4.349717140197754 +1990,49,0,internal,18-20 yrs,15,91960,18.989484786987305,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,16.311439514160156 +1990,49,0,all,21-24 yrs,94,110212,22.491535186767578,1,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,85.29016876220703 +1990,49,0,MVA,21-24 yrs,29,110212,22.491535186767578,1,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,26.312923431396484 +1990,49,0,suicide,21-24 yrs,32,110212,22.491535186767578,1,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,29.034950256347656 +1990,49,0,homicide,21-24 yrs,4,110212,22.491535186767578,1,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,3.629368782043457 +1990,49,0,other external,21-24 yrs,8,110212,22.491535186767578,1,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,7.258737564086914 +1990,49,0,internal,21-24 yrs,21,110212,22.491535186767578,1,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,19.05418586730957 +1991,49,0,MVA,15-17 yrs,22,96784,15.97475814819336,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,22.731029510498047 +1991,49,0,suicide,15-17 yrs,14,96784,15.97475814819336,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,14.465200424194336 +1991,49,0,homicide,15-17 yrs,3,96784,15.97475814819336,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,3.0996859073638916 +1991,49,0,other external,15-17 yrs,9,96784,15.97475814819336,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,9.299057960510254 +1991,49,0,internal,15-17 yrs,11,96784,15.97475814819336,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,11.365514755249023 +1991,49,0,all,18-20 yrs,70,94467,19.030221939086914,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,74.0999526977539 +1991,49,0,MVA,18-20 yrs,28,94467,19.030221939086914,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,29.63998031616211 +1991,49,0,suicide,18-20 yrs,16,94467,19.030221939086914,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,16.937131881713867 +1991,49,0,homicide,18-20 yrs,5,94467,19.030221939086914,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,5.292853355407715 +1991,49,0,other external,18-20 yrs,7,94467,19.030221939086914,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,7.409995079040527 +1991,49,0,internal,18-20 yrs,14,94467,19.030221939086914,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,14.819990158081055 +1991,49,0,all,21-24 yrs,94,113306,22.492021560668945,1,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,82.961181640625 +1991,49,0,MVA,21-24 yrs,33,113306,22.492021560668945,1,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,29.124671936035156 +1991,49,0,suicide,21-24 yrs,36,113306,22.492021560668945,1,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,31.772369384765625 +1991,49,0,homicide,21-24 yrs,6,113306,22.492021560668945,1,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,5.2953948974609375 +1991,49,0,other external,21-24 yrs,7,113306,22.492021560668945,1,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,6.177960395812988 +1991,49,0,internal,21-24 yrs,12,113306,22.492021560668945,1,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,10.590789794921875 +1992,49,0,MVA,15-17 yrs,30,105195,15.967803001403809,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,28.518465042114258 +1992,49,0,suicide,15-17 yrs,20,105195,15.967803001403809,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,19.012310028076172 +1992,49,0,homicide,15-17 yrs,4,105195,15.967803001403809,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,3.802462100982666 +1992,49,0,other external,15-17 yrs,10,105195,15.967803001403809,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,9.506155014038086 +1992,49,0,internal,15-17 yrs,16,105195,15.967803001403809,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,15.209848403930664 +1992,49,0,all,18-20 yrs,69,96335,19.019763946533203,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,71.62506103515625 +1992,49,0,MVA,18-20 yrs,25,96335,19.019763946533203,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,25.951108932495117 +1992,49,0,suicide,18-20 yrs,24,96335,19.019763946533203,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,24.913063049316406 +1992,49,0,homicide,18-20 yrs,2,96335,19.019763946533203,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,2.0760886669158936 +1992,49,0,other external,18-20 yrs,6,96335,19.019763946533203,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,6.228265762329102 +1992,49,0,internal,18-20 yrs,12,96335,19.019763946533203,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,12.456531524658203 +1992,49,0,all,21-24 yrs,85,118678,22.451507568359375,1,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,71.62237548828125 +1992,49,0,MVA,21-24 yrs,24,118678,22.451507568359375,1,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,20.222787857055664 +1992,49,0,suicide,21-24 yrs,24,118678,22.451507568359375,1,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,20.222787857055664 +1992,49,0,homicide,21-24 yrs,5,118678,22.451507568359375,1,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,4.213080883026123 +1992,49,0,other external,21-24 yrs,12,118678,22.451507568359375,1,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,10.111393928527832 +1992,49,0,internal,21-24 yrs,20,118678,22.451507568359375,1,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,16.852323532104492 +1993,49,0,MVA,15-17 yrs,28,112521,15.982492446899414,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,24.88424301147461 +1993,49,0,suicide,15-17 yrs,19,112521,15.982492446899414,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,16.8857364654541 +1993,49,0,homicide,15-17 yrs,2,112521,15.982492446899414,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,1.7774460315704346 +1993,49,0,other external,15-17 yrs,10,112521,15.982492446899414,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,8.887229919433594 +1993,49,0,internal,15-17 yrs,20,112521,15.982492446899414,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,17.774459838867188 +1993,49,0,all,18-20 yrs,99,100571,18.983882904052734,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,98.43791961669922 +1993,49,0,MVA,18-20 yrs,39,100571,18.983882904052734,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,38.7785758972168 +1993,49,0,suicide,18-20 yrs,25,100571,18.983882904052734,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,24.858060836791992 +1993,49,0,homicide,18-20 yrs,5,100571,18.983882904052734,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,4.971611976623535 +1993,49,0,other external,18-20 yrs,16,100571,18.983882904052734,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,15.909158706665039 +1993,49,0,internal,18-20 yrs,14,100571,18.983882904052734,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,13.920514106750488 +1993,49,0,all,21-24 yrs,113,124430,22.44076919555664,1,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,90.8141098022461 +1993,49,0,MVA,21-24 yrs,47,124430,22.44076919555664,1,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,37.772239685058594 +1993,49,0,suicide,21-24 yrs,23,124430,22.44076919555664,1,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,18.484289169311523 +1993,49,0,homicide,21-24 yrs,6,124430,22.44076919555664,1,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,4.821988105773926 +1993,49,0,other external,21-24 yrs,14,124430,22.44076919555664,1,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,11.25130558013916 +1993,49,0,internal,21-24 yrs,23,124430,22.44076919555664,1,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,18.484289169311523 +1994,49,0,MVA,15-17 yrs,38,119037,16.008695602416992,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,31.922847747802734 +1994,49,0,suicide,15-17 yrs,20,119037,16.008695602416992,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,16.801498413085938 +1994,49,0,homicide,15-17 yrs,7,119037,16.008695602416992,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,5.880524635314941 +1994,49,0,other external,15-17 yrs,9,119037,16.008695602416992,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,7.56067419052124 +1994,49,0,internal,15-17 yrs,22,119037,16.008695602416992,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,18.48164939880371 +1994,49,0,all,18-20 yrs,103,108366,18.982070922851562,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,95.04826354980469 +1994,49,0,MVA,18-20 yrs,45,108366,18.982070922851562,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,41.52593994140625 +1994,49,0,suicide,18-20 yrs,20,108366,18.982070922851562,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,18.45597267150879 +1994,49,0,homicide,18-20 yrs,7,108366,18.982070922851562,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,6.459590435028076 +1994,49,0,other external,18-20 yrs,8,108366,18.982070922851562,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,7.382389545440674 +1994,49,0,internal,18-20 yrs,23,108366,18.982070922851562,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,21.224369049072266 +1994,49,0,all,21-24 yrs,123,129684,22.475879669189453,1,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,94.84593200683594 +1994,49,0,MVA,21-24 yrs,41,129684,22.475879669189453,1,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,31.615310668945312 +1994,49,0,suicide,21-24 yrs,29,129684,22.475879669189453,1,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,22.362049102783203 +1994,49,0,homicide,21-24 yrs,5,129684,22.475879669189453,1,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,3.8555257320404053 +1994,49,0,other external,21-24 yrs,17,129684,22.475879669189453,1,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,13.108787536621094 +1994,49,0,internal,21-24 yrs,31,129684,22.475879669189453,1,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,23.904258728027344 +1995,49,0,MVA,15-17 yrs,23,122637,16.002300262451172,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,18.754535675048828 +1995,49,0,suicide,15-17 yrs,16,122637,16.002300262451172,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,13.04663372039795 +1995,49,0,homicide,15-17 yrs,6,122637,16.002300262451172,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,4.892487525939941 +1995,49,0,other external,15-17 yrs,13,122637,16.002300262451172,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,10.60038948059082 +1995,49,0,internal,15-17 yrs,26,122637,16.002300262451172,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,21.20077896118164 +1995,49,0,all,18-20 yrs,133,118261,18.973905563354492,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,112.4631118774414 +1995,49,0,MVA,18-20 yrs,42,118261,18.973905563354492,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,35.51466751098633 +1995,49,0,suicide,18-20 yrs,35,118261,18.973905563354492,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,29.595556259155273 +1995,49,0,homicide,18-20 yrs,9,118261,18.973905563354492,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,7.610285758972168 +1995,49,0,other external,18-20 yrs,16,118261,18.973905563354492,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,13.529397010803223 +1995,49,0,internal,18-20 yrs,31,118261,18.973905563354492,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,26.213207244873047 +1995,49,0,all,21-24 yrs,119,134913,22.49485206604004,1,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,88.20499420166016 +1995,49,0,MVA,21-24 yrs,34,134913,22.49485206604004,1,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,25.201425552368164 +1995,49,0,suicide,21-24 yrs,29,134913,22.49485206604004,1,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,21.49533462524414 +1995,49,0,homicide,21-24 yrs,11,134913,22.49485206604004,1,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,8.153402328491211 +1995,49,0,other external,21-24 yrs,16,134913,22.49485206604004,1,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,11.85949420928955 +1995,49,0,internal,21-24 yrs,29,134913,22.49485206604004,1,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,21.49533462524414 +1996,49,0,MVA,15-17 yrs,23,124932,16.01753044128418,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,18.410015106201172 +1996,49,0,suicide,15-17 yrs,30,124932,16.01753044128418,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,24.013063430786133 +1996,49,0,homicide,15-17 yrs,4,124932,16.01753044128418,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,3.2017416954040527 +1996,49,0,other external,15-17 yrs,12,124932,16.01753044128418,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,9.605225563049316 +1996,49,0,internal,15-17 yrs,22,124932,16.01753044128418,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,17.60957908630371 +1996,49,0,all,18-20 yrs,116,126028,18.98954200744629,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,92.04303741455078 +1996,49,0,MVA,18-20 yrs,45,126028,18.98954200744629,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,35.70635223388672 +1996,49,0,suicide,18-20 yrs,18,126028,18.98954200744629,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,14.282540321350098 +1996,49,0,homicide,18-20 yrs,12,126028,18.98954200744629,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,9.521693229675293 +1996,49,0,other external,18-20 yrs,23,126028,18.98954200744629,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,18.24991226196289 +1996,49,0,internal,18-20 yrs,18,126028,18.98954200744629,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,14.282540321350098 +1996,49,0,all,21-24 yrs,121,139685,22.46005630493164,1,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,86.62347412109375 +1996,49,0,MVA,21-24 yrs,40,139685,22.46005630493164,1,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,28.6358585357666 +1996,49,0,suicide,21-24 yrs,22,139685,22.46005630493164,1,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,15.749722480773926 +1996,49,0,homicide,21-24 yrs,7,139685,22.46005630493164,1,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,5.011275291442871 +1996,49,0,other external,21-24 yrs,18,139685,22.46005630493164,1,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,12.886137008666992 +1996,49,0,internal,21-24 yrs,34,139685,22.46005630493164,1,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,24.34048080444336 +1970,50,0,MVA,15-17 yrs,10,25593,15.982378005981445,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,39.073184967041016 +1970,50,0,suicide,15-17 yrs,3,25593,15.982378005981445,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,11.721955299377441 +1970,50,0,homicide,15-17 yrs,0,25593,15.982378005981445,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,0 +1970,50,0,other external,15-17 yrs,4,25593,15.982378005981445,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,15.629273414611816 +1970,50,0,internal,15-17 yrs,4,25593,15.982378005981445,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,15.629273414611816 +1970,50,0,all,18-20 yrs,37,27034,18.94529151916504,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,136.86468505859375 +1970,50,0,MVA,18-20 yrs,16,27034,18.94529151916504,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,59.184730529785156 +1970,50,0,suicide,18-20 yrs,2,27034,18.94529151916504,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,7.3980913162231445 +1970,50,0,homicide,18-20 yrs,0,27034,18.94529151916504,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,0 +1970,50,0,other external,18-20 yrs,11,27034,18.94529151916504,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,40.68950271606445 +1970,50,0,internal,18-20 yrs,8,27034,18.94529151916504,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,29.592365264892578 +1970,50,0,all,21-24 yrs,43,27893,22.379880905151367,1,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,154.16053771972656 +1970,50,0,MVA,21-24 yrs,22,27893,22.379880905151367,1,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,78.872833251953125 +1970,50,0,suicide,21-24 yrs,4,27893,22.379880905151367,1,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,14.34051513671875 +1970,50,0,homicide,21-24 yrs,1,27893,22.379880905151367,1,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,3.5851287841796875 +1970,50,0,other external,21-24 yrs,7,27893,22.379880905151367,1,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,25.095901489257812 +1970,50,0,internal,21-24 yrs,9,27893,22.379880905151367,1,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,32.26615905761719 +1971,50,0.16712328791618347,MVA,15-17 yrs,14,26181,15.987128257751465,0,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,53.47389221191406 +1971,50,0.16712328791618347,suicide,15-17 yrs,1,26181,15.987128257751465,0,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,3.819563865661621 +1971,50,0.16712328791618347,homicide,15-17 yrs,1,26181,15.987128257751465,0,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,3.819563865661621 +1971,50,0.16712328791618347,other external,15-17 yrs,8,26181,15.987128257751465,0,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,30.55651092529297 +1971,50,0.16712328791618347,internal,15-17 yrs,9,26181,15.987128257751465,0,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,34.376075744628906 +1971,50,0.16712328791618347,all,18-20 yrs,39,27113,18.934717178344727,0.16712328791618347,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,143.84243774414062 +1971,50,0.16712328791618347,MVA,18-20 yrs,25,27113,18.934717178344727,0.16712328791618347,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,92.2066879272461 +1971,50,0.16712328791618347,suicide,18-20 yrs,7,27113,18.934717178344727,0.16712328791618347,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,25.817873001098633 +1971,50,0.16712328791618347,homicide,18-20 yrs,0,27113,18.934717178344727,0.16712328791618347,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,0 +1971,50,0.16712328791618347,other external,18-20 yrs,3,27113,18.934717178344727,0.16712328791618347,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,11.064803123474121 +1971,50,0.16712328791618347,internal,18-20 yrs,4,27113,18.934717178344727,0.16712328791618347,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,14.753070831298828 +1971,50,0.16712328791618347,all,21-24 yrs,42,32054,22.507768630981445,1,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,131.0288848876953 +1971,50,0.16712328791618347,MVA,21-24 yrs,16,32054,22.507768630981445,1,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,49.915767669677734 +1971,50,0.16712328791618347,suicide,21-24 yrs,4,32054,22.507768630981445,1,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,12.478941917419434 +1971,50,0.16712328791618347,homicide,21-24 yrs,1,32054,22.507768630981445,1,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,3.1197354793548584 +1971,50,0.16712328791618347,other external,21-24 yrs,14,32054,22.507768630981445,1,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,43.67629623413086 +1971,50,0.16712328791618347,internal,21-24 yrs,7,32054,22.507768630981445,1,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,21.83814811706543 +1972,50,1,MVA,15-17 yrs,20,26748,15.977755546569824,0,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,74.771942138671875 +1972,50,1,suicide,15-17 yrs,4,26748,15.977755546569824,0,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,14.954389572143555 +1972,50,1,homicide,15-17 yrs,0,26748,15.977755546569824,0,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,0 +1972,50,1,other external,15-17 yrs,12,26748,15.977755546569824,0,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,44.86316680908203 +1972,50,1,internal,15-17 yrs,8,26748,15.977755546569824,0,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,29.90877914428711 +1972,50,1,all,18-20 yrs,36,28218,18.928911209106445,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,127.57814025878906 +1972,50,1,MVA,18-20 yrs,24,28218,18.928911209106445,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,85.052093505859375 +1972,50,1,suicide,18-20 yrs,2,28218,18.928911209106445,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,7.087674617767334 +1972,50,1,homicide,18-20 yrs,2,28218,18.928911209106445,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,7.087674617767334 +1972,50,1,other external,18-20 yrs,6,28218,18.928911209106445,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,21.263023376464844 +1972,50,1,internal,18-20 yrs,2,28218,18.928911209106445,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,7.087674617767334 +1972,50,1,all,21-24 yrs,34,32818,22.52596092224121,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,103.6016845703125 +1972,50,1,MVA,21-24 yrs,14,32818,22.52596092224121,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,42.659515380859375 +1972,50,1,suicide,21-24 yrs,4,32818,22.52596092224121,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,12.188433647155762 +1972,50,1,homicide,21-24 yrs,0,32818,22.52596092224121,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,0 +1972,50,1,other external,21-24 yrs,8,32818,22.52596092224121,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,24.376867294311523 +1972,50,1,internal,21-24 yrs,8,32818,22.52596092224121,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,24.376867294311523 +1973,50,1,MVA,15-17 yrs,14,27307,15.978650093078613,0,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,51.26890563964844 +1973,50,1,suicide,15-17 yrs,4,27307,15.978650093078613,0,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,14.648259162902832 +1973,50,1,homicide,15-17 yrs,2,27307,15.978650093078613,0,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,7.324129581451416 +1973,50,1,other external,15-17 yrs,5,27307,15.978650093078613,0,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,18.31032371520996 +1973,50,1,internal,15-17 yrs,5,27307,15.978650093078613,0,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,18.31032371520996 +1973,50,1,all,18-20 yrs,48,29167,18.95128059387207,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,164.56954956054688 +1973,50,1,MVA,18-20 yrs,23,29167,18.95128059387207,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,78.85623931884766 +1973,50,1,suicide,18-20 yrs,3,29167,18.95128059387207,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,10.28559684753418 +1973,50,1,homicide,18-20 yrs,0,29167,18.95128059387207,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,0 +1973,50,1,other external,18-20 yrs,16,29167,18.95128059387207,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,54.85651779174805 +1973,50,1,internal,18-20 yrs,6,29167,18.95128059387207,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,20.57119369506836 +1973,50,1,all,21-24 yrs,41,32788,22.56581687927246,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,125.04574584960938 +1973,50,1,MVA,21-24 yrs,14,32788,22.56581687927246,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,42.69854736328125 +1973,50,1,suicide,21-24 yrs,6,32788,22.56581687927246,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,18.29937744140625 +1973,50,1,homicide,21-24 yrs,1,32788,22.56581687927246,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,3.049896240234375 +1973,50,1,other external,21-24 yrs,12,32788,22.56581687927246,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,36.5987548828125 +1973,50,1,internal,21-24 yrs,8,32788,22.56581687927246,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,24.399169921875 +1974,50,1,MVA,15-17 yrs,10,27682,15.990860939025879,0,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,36.12455749511719 +1974,50,1,suicide,15-17 yrs,2,27682,15.990860939025879,0,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,7.224911689758301 +1974,50,1,homicide,15-17 yrs,1,27682,15.990860939025879,0,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,3.6124558448791504 +1974,50,1,other external,15-17 yrs,8,27682,15.990860939025879,0,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,28.899646759033203 +1974,50,1,internal,15-17 yrs,3,27682,15.990860939025879,0,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,10.837367057800293 +1974,50,1,all,18-20 yrs,35,29732,18.956880569458008,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,117.7182846069336 +1974,50,1,MVA,18-20 yrs,23,29732,18.956880569458008,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,77.35772705078125 +1974,50,1,suicide,18-20 yrs,2,29732,18.956880569458008,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,6.72675895690918 +1974,50,1,homicide,18-20 yrs,1,29732,18.956880569458008,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,3.36337947845459 +1974,50,1,other external,18-20 yrs,3,29732,18.956880569458008,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,10.09013843536377 +1974,50,1,internal,18-20 yrs,6,29732,18.956880569458008,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,20.18027687072754 +1974,50,1,all,21-24 yrs,35,32562,22.508874893188477,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,107.48725128173828 +1974,50,1,MVA,21-24 yrs,17,32562,22.508874893188477,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,52.20809555053711 +1974,50,1,suicide,21-24 yrs,7,32562,22.508874893188477,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,21.497451782226562 +1974,50,1,homicide,21-24 yrs,1,32562,22.508874893188477,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,3.0710644721984863 +1974,50,1,other external,21-24 yrs,5,32562,22.508874893188477,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,15.355321884155273 +1974,50,1,internal,21-24 yrs,5,32562,22.508874893188477,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,15.355321884155273 +1975,50,1,MVA,15-17 yrs,18,27980,15.995067596435547,0,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,64.3316650390625 +1975,50,1,suicide,15-17 yrs,1,27980,15.995067596435547,0,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,3.573981523513794 +1975,50,1,homicide,15-17 yrs,0,27980,15.995067596435547,0,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,0 +1975,50,1,other external,15-17 yrs,7,27980,15.995067596435547,0,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,25.01786994934082 +1975,50,1,internal,15-17 yrs,5,27980,15.995067596435547,0,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,17.86990737915039 +1975,50,1,all,18-20 yrs,47,30416,18.945159912109375,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,154.52394104003906 +1975,50,1,MVA,18-20 yrs,25,30416,18.945159912109375,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,82.1935806274414 +1975,50,1,suicide,18-20 yrs,4,30416,18.945159912109375,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,13.150973320007324 +1975,50,1,homicide,18-20 yrs,0,30416,18.945159912109375,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,0 +1975,50,1,other external,18-20 yrs,10,30416,18.945159912109375,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,32.87743377685547 +1975,50,1,internal,18-20 yrs,8,30416,18.945159912109375,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,26.30194664001465 +1975,50,1,all,21-24 yrs,49,33046,22.45218849182129,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,148.2781524658203 +1975,50,1,MVA,21-24 yrs,18,33046,22.45218849182129,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,54.46952819824219 +1975,50,1,suicide,21-24 yrs,7,33046,22.45218849182129,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,21.182594299316406 +1975,50,1,homicide,21-24 yrs,1,33046,22.45218849182129,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,3.0260848999023438 +1975,50,1,other external,21-24 yrs,13,33046,22.45218849182129,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,39.33910369873047 +1975,50,1,internal,21-24 yrs,10,33046,22.45218849182129,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,30.260848999023438 +1976,50,1,MVA,15-17 yrs,13,28459,15.978952407836914,0,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,45.67974853515625 +1976,50,1,suicide,15-17 yrs,2,28459,15.978952407836914,0,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,7.027653694152832 +1976,50,1,homicide,15-17 yrs,1,28459,15.978952407836914,0,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,3.513826847076416 +1976,50,1,other external,15-17 yrs,6,28459,15.978952407836914,0,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,21.082962036132812 +1976,50,1,internal,15-17 yrs,3,28459,15.978952407836914,0,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,10.541481018066406 +1976,50,1,all,18-20 yrs,32,31157,18.943511962890625,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,102.70565032958984 +1976,50,1,MVA,18-20 yrs,14,31157,18.943511962890625,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,44.93372344970703 +1976,50,1,suicide,18-20 yrs,5,31157,18.943511962890625,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,16.047758102416992 +1976,50,1,homicide,18-20 yrs,2,31157,18.943511962890625,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,6.419103145599365 +1976,50,1,other external,18-20 yrs,9,31157,18.943511962890625,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,28.88596534729004 +1976,50,1,internal,18-20 yrs,2,31157,18.943511962890625,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,6.419103145599365 +1976,50,1,all,21-24 yrs,48,33873,22.443037033081055,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,141.70578002929688 +1976,50,1,MVA,21-24 yrs,13,33873,22.443037033081055,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,38.3786506652832 +1976,50,1,suicide,21-24 yrs,9,33873,22.443037033081055,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,26.569833755493164 +1976,50,1,homicide,21-24 yrs,4,33873,22.443037033081055,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,11.808815002441406 +1976,50,1,other external,21-24 yrs,10,33873,22.443037033081055,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,29.522037506103516 +1976,50,1,internal,21-24 yrs,12,33873,22.443037033081055,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,35.42644500732422 +1977,50,1,MVA,15-17 yrs,7,28752,15.992870330810547,0,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,24.346132278442383 +1977,50,1,suicide,15-17 yrs,2,28752,15.992870330810547,0,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,6.956037998199463 +1977,50,1,homicide,15-17 yrs,2,28752,15.992870330810547,0,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,6.956037998199463 +1977,50,1,other external,15-17 yrs,6,28752,15.992870330810547,0,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,20.868114471435547 +1977,50,1,internal,15-17 yrs,6,28752,15.992870330810547,0,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,20.868114471435547 +1977,50,1,all,18-20 yrs,35,31861,18.95511817932129,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,109.8521728515625 +1977,50,1,MVA,18-20 yrs,22,31861,18.95511817932129,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,69.04993438720703 +1977,50,1,suicide,18-20 yrs,6,31861,18.95511817932129,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,18.83180046081543 +1977,50,1,homicide,18-20 yrs,1,31861,18.95511817932129,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,3.1386334896087646 +1977,50,1,other external,18-20 yrs,3,31861,18.95511817932129,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,9.415900230407715 +1977,50,1,internal,18-20 yrs,3,31861,18.95511817932129,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,9.415900230407715 +1977,50,1,all,21-24 yrs,54,35197,22.46356201171875,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,153.4221649169922 +1977,50,1,MVA,21-24 yrs,22,35197,22.46356201171875,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,62.50532531738281 +1977,50,1,suicide,21-24 yrs,7,35197,22.46356201171875,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,19.888057708740234 +1977,50,1,homicide,21-24 yrs,2,35197,22.46356201171875,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,5.682302474975586 +1977,50,1,other external,21-24 yrs,11,35197,22.46356201171875,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,31.252662658691406 +1977,50,1,internal,21-24 yrs,12,35197,22.46356201171875,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,34.093814849853516 +1978,50,1,MVA,15-17 yrs,12,29023,16.00940704345703,0,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,41.346519470214844 +1978,50,1,suicide,15-17 yrs,2,29023,16.00940704345703,0,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,6.891086578369141 +1978,50,1,homicide,15-17 yrs,0,29023,16.00940704345703,0,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,0 +1978,50,1,other external,15-17 yrs,8,29023,16.00940704345703,0,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,27.564346313476562 +1978,50,1,internal,15-17 yrs,4,29023,16.00940704345703,0,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,13.782173156738281 +1978,50,1,all,18-20 yrs,42,32194,18.955333709716797,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,130.45909118652344 +1978,50,1,MVA,18-20 yrs,21,32194,18.955333709716797,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,65.22954559326172 +1978,50,1,suicide,18-20 yrs,5,32194,18.955333709716797,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,15.530844688415527 +1978,50,1,homicide,18-20 yrs,2,32194,18.955333709716797,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,6.212337493896484 +1978,50,1,other external,18-20 yrs,8,32194,18.955333709716797,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,24.849349975585938 +1978,50,1,internal,18-20 yrs,6,32194,18.955333709716797,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,18.637012481689453 +1978,50,1,all,21-24 yrs,58,36027,22.455326080322266,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,160.99037170410156 +1978,50,1,MVA,21-24 yrs,24,36027,22.455326080322266,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,66.61670684814453 +1978,50,1,suicide,21-24 yrs,10,36027,22.455326080322266,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,27.756959915161133 +1978,50,1,homicide,21-24 yrs,2,36027,22.455326080322266,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,5.551392078399658 +1978,50,1,other external,21-24 yrs,12,36027,22.455326080322266,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,33.308353424072266 +1978,50,1,internal,21-24 yrs,10,36027,22.455326080322266,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,27.756959915161133 +1979,50,1,MVA,15-17 yrs,13,28766,16.003198623657227,0,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,45.19224166870117 +1979,50,1,suicide,15-17 yrs,3,28766,16.003198623657227,0,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,10.42897891998291 +1979,50,1,homicide,15-17 yrs,0,28766,16.003198623657227,0,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,0 +1979,50,1,other external,15-17 yrs,7,28766,16.003198623657227,0,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,24.33428382873535 +1979,50,1,internal,15-17 yrs,2,28766,16.003198623657227,0,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,6.952652454376221 +1979,50,1,all,18-20 yrs,47,33069,18.937402725219727,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,142.1270751953125 +1979,50,1,MVA,18-20 yrs,23,33069,18.937402725219727,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,69.551544189453125 +1979,50,1,suicide,18-20 yrs,9,33069,18.937402725219727,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,27.215822219848633 +1979,50,1,homicide,18-20 yrs,0,33069,18.937402725219727,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,0 +1979,50,1,other external,18-20 yrs,8,33069,18.937402725219727,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,24.19184112548828 +1979,50,1,internal,18-20 yrs,7,33069,18.937402725219727,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,21.167861938476562 +1979,50,1,all,21-24 yrs,49,36948,22.44354248046875,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,132.6188201904297 +1979,50,1,MVA,21-24 yrs,25,36948,22.44354248046875,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,67.66265869140625 +1979,50,1,suicide,21-24 yrs,8,36948,22.44354248046875,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,21.65205192565918 +1979,50,1,homicide,21-24 yrs,1,36948,22.44354248046875,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,2.7065064907073975 +1979,50,1,other external,21-24 yrs,9,36948,22.44354248046875,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,24.358558654785156 +1979,50,1,internal,21-24 yrs,6,36948,22.44354248046875,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,16.239038467407227 +1980,50,1,MVA,15-17 yrs,13,28624,16.016735076904297,0,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,45.41643524169922 +1980,50,1,suicide,15-17 yrs,4,28624,16.016735076904297,0,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,13.974287033081055 +1980,50,1,homicide,15-17 yrs,1,28624,16.016735076904297,0,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,3.4935717582702637 +1980,50,1,other external,15-17 yrs,5,28624,16.016735076904297,0,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,17.467859268188477 +1980,50,1,internal,15-17 yrs,4,28624,16.016735076904297,0,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,13.974287033081055 +1980,50,1,all,18-20 yrs,39,32920,19.00762367248535,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,118.4690170288086 +1980,50,1,MVA,18-20 yrs,20,32920,19.00762367248535,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,60.75334167480469 +1980,50,1,suicide,18-20 yrs,5,32920,19.00762367248535,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,15.188335418701172 +1980,50,1,homicide,18-20 yrs,1,32920,19.00762367248535,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,3.0376670360565186 +1980,50,1,other external,18-20 yrs,8,32920,19.00762367248535,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,24.30133628845215 +1980,50,1,internal,18-20 yrs,5,32920,19.00762367248535,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,15.188335418701172 +1980,50,1,all,21-24 yrs,39,38451,22.43223762512207,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,101.42778778076172 +1980,50,1,MVA,21-24 yrs,20,38451,22.43223762512207,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,52.014251708984375 +1980,50,1,suicide,21-24 yrs,8,38451,22.43223762512207,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,20.805700302124023 +1980,50,1,homicide,21-24 yrs,1,38451,22.43223762512207,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,2.600712537765503 +1980,50,1,other external,21-24 yrs,8,38451,22.43223762512207,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,20.805700302124023 +1980,50,1,internal,21-24 yrs,2,38451,22.43223762512207,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,5.201425075531006 +1981,50,1,MVA,15-17 yrs,7,27513,16.026859283447266,0,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,25.44251823425293 +1981,50,1,suicide,15-17 yrs,3,27513,16.026859283447266,0,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,10.903936386108398 +1981,50,1,homicide,15-17 yrs,1,27513,16.026859283447266,0,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,3.634645462036133 +1981,50,1,other external,15-17 yrs,5,27513,16.026859283447266,0,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,18.173227310180664 +1981,50,1,internal,15-17 yrs,3,27513,16.026859283447266,0,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,10.903936386108398 +1981,50,1,all,18-20 yrs,28,31914,19.065113067626953,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,87.73578643798828 +1981,50,1,MVA,18-20 yrs,14,31914,19.065113067626953,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,43.86789321899414 +1981,50,1,suicide,18-20 yrs,6,31914,19.065113067626953,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,18.800525665283203 +1981,50,1,homicide,18-20 yrs,0,31914,19.065113067626953,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,0 +1981,50,1,other external,18-20 yrs,5,31914,19.065113067626953,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,15.667105674743652 +1981,50,1,internal,18-20 yrs,3,31914,19.065113067626953,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,9.400262832641602 +1981,50,1,all,21-24 yrs,43,40062,22.433303833007812,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,107.33363342285156 +1981,50,1,MVA,21-24 yrs,24,40062,22.433303833007812,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,59.907142639160156 +1981,50,1,suicide,21-24 yrs,7,40062,22.433303833007812,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,17.472917556762695 +1981,50,1,homicide,21-24 yrs,2,40062,22.433303833007812,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,4.99226188659668 +1981,50,1,other external,21-24 yrs,6,40062,22.433303833007812,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,14.976785659790039 +1981,50,1,internal,21-24 yrs,4,40062,22.433303833007812,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,9.98452377319336 +1982,50,1,MVA,15-17 yrs,6,26333,16.024494171142578,0,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,22.785099029541016 +1982,50,1,suicide,15-17 yrs,4,26333,16.024494171142578,0,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,15.190065383911133 +1982,50,1,homicide,15-17 yrs,0,26333,16.024494171142578,0,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,0 +1982,50,1,other external,15-17 yrs,3,26333,16.024494171142578,0,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,11.392549514770508 +1982,50,1,internal,15-17 yrs,2,26333,16.024494171142578,0,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,7.595032691955566 +1982,50,1,all,18-20 yrs,39,30190,19.0423641204834,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,129.18185424804688 +1982,50,1,MVA,18-20 yrs,25,30190,19.0423641204834,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,82.80887603759766 +1982,50,1,suicide,18-20 yrs,4,30190,19.0423641204834,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,13.249420166015625 +1982,50,1,homicide,18-20 yrs,1,30190,19.0423641204834,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,3.3123550415039062 +1982,50,1,other external,18-20 yrs,4,30190,19.0423641204834,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,13.249420166015625 +1982,50,1,internal,18-20 yrs,5,30190,19.0423641204834,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,16.56177520751953 +1982,50,1,all,21-24 yrs,35,42080,22.434505462646484,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,83.1749038696289 +1982,50,1,MVA,21-24 yrs,11,42080,22.434505462646484,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,26.140684127807617 +1982,50,1,suicide,21-24 yrs,10,42080,22.434505462646484,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,23.764259338378906 +1982,50,1,homicide,21-24 yrs,1,42080,22.434505462646484,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,2.3764257431030273 +1982,50,1,other external,21-24 yrs,10,42080,22.434505462646484,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,23.764259338378906 +1982,50,1,internal,21-24 yrs,3,42080,22.434505462646484,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,7.12927770614624 +1983,50,1,MVA,15-17 yrs,10,25413,16.016054153442383,0,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,39.349937438964844 +1983,50,1,suicide,15-17 yrs,1,25413,16.016054153442383,0,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,3.9349939823150635 +1983,50,1,homicide,15-17 yrs,0,25413,16.016054153442383,0,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,0 +1983,50,1,other external,15-17 yrs,10,25413,16.016054153442383,0,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,39.349937438964844 +1983,50,1,internal,15-17 yrs,3,25413,16.016054153442383,0,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,11.804981231689453 +1983,50,1,all,18-20 yrs,39,29065,19.019094467163086,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,134.1820068359375 +1983,50,1,MVA,18-20 yrs,19,29065,19.019094467163086,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,65.37071990966797 +1983,50,1,suicide,18-20 yrs,6,29065,19.019094467163086,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,20.64338493347168 +1983,50,1,homicide,18-20 yrs,1,29065,19.019094467163086,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,3.4405641555786133 +1983,50,1,other external,18-20 yrs,5,29065,19.019094467163086,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,17.202821731567383 +1983,50,1,internal,18-20 yrs,8,29065,19.019094467163086,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,27.524513244628906 +1983,50,1,all,21-24 yrs,46,42621,22.477535247802734,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,107.92801666259766 +1983,50,1,MVA,21-24 yrs,21,42621,22.477535247802734,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,49.271484375 +1983,50,1,suicide,21-24 yrs,9,42621,22.477535247802734,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,21.116350173950195 +1983,50,1,homicide,21-24 yrs,1,42621,22.477535247802734,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,2.3462612628936768 +1983,50,1,other external,21-24 yrs,5,42621,22.477535247802734,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,11.731306076049805 +1983,50,1,internal,21-24 yrs,10,42621,22.477535247802734,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,23.46261215209961 +1984,50,1,MVA,15-17 yrs,9,25176,15.996583938598633,0,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,35.74833297729492 +1984,50,1,suicide,15-17 yrs,0,25176,15.996583938598633,0,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,0 +1984,50,1,homicide,15-17 yrs,1,25176,15.996583938598633,0,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,3.972036838531494 +1984,50,1,other external,15-17 yrs,6,25176,15.996583938598633,0,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,23.83222198486328 +1984,50,1,internal,15-17 yrs,2,25176,15.996583938598633,0,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,7.944073677062988 +1984,50,1,all,18-20 yrs,36,28533,19.030351638793945,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,126.1697006225586 +1984,50,1,MVA,18-20 yrs,21,28533,19.030351638793945,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,73.59899139404297 +1984,50,1,suicide,18-20 yrs,5,28533,19.030351638793945,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,17.523569107055664 +1984,50,1,homicide,18-20 yrs,2,28533,19.030351638793945,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,7.009427547454834 +1984,50,1,other external,18-20 yrs,2,28533,19.030351638793945,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,7.009427547454834 +1984,50,1,internal,18-20 yrs,6,28533,19.030351638793945,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,21.028282165527344 +1984,50,1,all,21-24 yrs,36,41192,22.527069091796875,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,87.3956069946289 +1984,50,1,MVA,21-24 yrs,15,41192,22.527069091796875,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,36.41483688354492 +1984,50,1,suicide,21-24 yrs,8,41192,22.527069091796875,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,19.421247482299805 +1984,50,1,homicide,21-24 yrs,0,41192,22.527069091796875,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,0 +1984,50,1,other external,21-24 yrs,4,41192,22.527069091796875,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,9.710623741149902 +1984,50,1,internal,21-24 yrs,9,41192,22.527069091796875,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,21.848901748657227 +1985,50,1,MVA,15-17 yrs,7,25304,15.985179901123047,0,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,27.663610458374023 +1985,50,1,suicide,15-17 yrs,1,25304,15.985179901123047,0,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,3.951944351196289 +1985,50,1,homicide,15-17 yrs,0,25304,15.985179901123047,0,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,0 +1985,50,1,other external,15-17 yrs,1,25304,15.985179901123047,0,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,3.951944351196289 +1985,50,1,internal,15-17 yrs,4,25304,15.985179901123047,0,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,15.807777404785156 +1985,50,1,all,18-20 yrs,34,27818,19.02782440185547,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,122.2230224609375 +1985,50,1,MVA,18-20 yrs,14,27818,19.02782440185547,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,50.327125549316406 +1985,50,1,suicide,18-20 yrs,6,27818,19.02782440185547,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,21.568767547607422 +1985,50,1,homicide,18-20 yrs,2,27818,19.02782440185547,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,7.189589500427246 +1985,50,1,other external,18-20 yrs,9,27818,19.02782440185547,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,32.353153228759766 +1985,50,1,internal,18-20 yrs,3,27818,19.02782440185547,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,10.784383773803711 +1985,50,1,all,21-24 yrs,40,39684,22.54802894592285,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,100.7962875366211 +1985,50,1,MVA,21-24 yrs,16,39684,22.54802894592285,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,40.31851577758789 +1985,50,1,suicide,21-24 yrs,5,39684,22.54802894592285,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,12.599535942077637 +1985,50,1,homicide,21-24 yrs,2,39684,22.54802894592285,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,5.039814472198486 +1985,50,1,other external,21-24 yrs,9,39684,22.54802894592285,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,22.67916488647461 +1985,50,1,internal,21-24 yrs,8,39684,22.54802894592285,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,20.159257888793945 +1986,50,0.9589878916740417,MVA,15-17 yrs,7,25719,15.990241050720215,0,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,27.21723175048828 +1986,50,0.9589878916740417,suicide,15-17 yrs,4,25719,15.990241050720215,0,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,15.552703857421875 +1986,50,0.9589878916740417,homicide,15-17 yrs,1,25719,15.990241050720215,0,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,3.8881759643554688 +1986,50,0.9589878916740417,other external,15-17 yrs,5,25719,15.990241050720215,0,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,19.440879821777344 +1986,50,0.9589878916740417,internal,15-17 yrs,2,25719,15.990241050720215,0,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,7.7763519287109375 +1986,50,0.9589878916740417,all,18-20 yrs,35,27325,19.01763916015625,0.9589878916740417,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,128.08782958984375 +1986,50,0.9589878916740417,MVA,18-20 yrs,13,27325,19.01763916015625,0.9589878916740417,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,47.57548141479492 +1986,50,0.9589878916740417,suicide,18-20 yrs,7,27325,19.01763916015625,0.9589878916740417,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,25.61756706237793 +1986,50,0.9589878916740417,homicide,18-20 yrs,2,27325,19.01763916015625,0.9589878916740417,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,7.319304466247559 +1986,50,0.9589878916740417,other external,18-20 yrs,11,27325,19.01763916015625,0.9589878916740417,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,40.25617599487305 +1986,50,0.9589878916740417,internal,18-20 yrs,2,27325,19.01763916015625,0.9589878916740417,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,7.319304466247559 +1986,50,0.9589878916740417,all,21-24 yrs,40,37315,22.510465621948242,1,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,107.19549560546875 +1986,50,0.9589878916740417,MVA,21-24 yrs,18,37315,22.510465621948242,1,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,48.237972259521484 +1986,50,0.9589878916740417,suicide,21-24 yrs,13,37315,22.510465621948242,1,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,34.83853530883789 +1986,50,0.9589878916740417,homicide,21-24 yrs,0,37315,22.510465621948242,1,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,0 +1986,50,0.9589878916740417,other external,21-24 yrs,4,37315,22.510465621948242,1,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,10.719550132751465 +1986,50,0.9589878916740417,internal,21-24 yrs,5,37315,22.510465621948242,1,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,13.399436950683594 +1987,50,0.6660877466201782,MVA,15-17 yrs,11,25226,16.028661727905273,0,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,43.605804443359375 +1987,50,0.6660877466201782,suicide,15-17 yrs,5,25226,16.028661727905273,0,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,19.820819854736328 +1987,50,0.6660877466201782,homicide,15-17 yrs,0,25226,16.028661727905273,0,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,0 +1987,50,0.6660877466201782,other external,15-17 yrs,3,25226,16.028661727905273,0,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,11.892492294311523 +1987,50,0.6660877466201782,internal,15-17 yrs,3,25226,16.028661727905273,0,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,11.892492294311523 +1987,50,0.6660877466201782,all,18-20 yrs,38,27645,18.998661041259766,0.6660877466201782,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,137.45704650878906 +1987,50,0.6660877466201782,MVA,18-20 yrs,20,27645,18.998661041259766,0.6660877466201782,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,72.34580993652344 +1987,50,0.6660877466201782,suicide,18-20 yrs,5,27645,18.998661041259766,0.6660877466201782,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,18.08645248413086 +1987,50,0.6660877466201782,homicide,18-20 yrs,2,27645,18.998661041259766,0.6660877466201782,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,7.234581470489502 +1987,50,0.6660877466201782,other external,18-20 yrs,5,27645,18.998661041259766,0.6660877466201782,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,18.08645248413086 +1987,50,0.6660877466201782,internal,18-20 yrs,6,27645,18.998661041259766,0.6660877466201782,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,21.70374298095703 +1987,50,0.6660877466201782,all,21-24 yrs,52,35476,22.479169845581055,1,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,146.57797241210938 +1987,50,0.6660877466201782,MVA,21-24 yrs,25,35476,22.479169845581055,1,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,70.47017669677734 +1987,50,0.6660877466201782,suicide,21-24 yrs,6,35476,22.479169845581055,1,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,16.912841796875 +1987,50,0.6660877466201782,homicide,21-24 yrs,1,35476,22.479169845581055,1,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,2.8188071250915527 +1987,50,0.6660877466201782,other external,21-24 yrs,3,35476,22.479169845581055,1,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,8.4564208984375 +1987,50,0.6660877466201782,internal,21-24 yrs,17,35476,22.479169845581055,1,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,47.91971969604492 +1988,50,0.3230956196784973,MVA,15-17 yrs,12,24169,16.05862808227539,0,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,49.6503791809082 +1988,50,0.3230956196784973,suicide,15-17 yrs,3,24169,16.05862808227539,0,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,12.41259479522705 +1988,50,0.3230956196784973,homicide,15-17 yrs,1,24169,16.05862808227539,0,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,4.137531757354736 +1988,50,0.3230956196784973,other external,15-17 yrs,2,24169,16.05862808227539,0,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,8.275063514709473 +1988,50,0.3230956196784973,internal,15-17 yrs,3,24169,16.05862808227539,0,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,12.41259479522705 +1988,50,0.3230956196784973,all,18-20 yrs,27,28713,18.987810134887695,0.3230956196784973,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,94.0340576171875 +1988,50,0.3230956196784973,MVA,18-20 yrs,19,28713,18.987810134887695,0.3230956196784973,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,66.172119140625 +1988,50,0.3230956196784973,suicide,18-20 yrs,5,28713,18.987810134887695,0.3230956196784973,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,17.413715362548828 +1988,50,0.3230956196784973,homicide,18-20 yrs,0,28713,18.987810134887695,0.3230956196784973,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,0 +1988,50,0.3230956196784973,other external,18-20 yrs,0,28713,18.987810134887695,0.3230956196784973,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,0 +1988,50,0.3230956196784973,internal,18-20 yrs,3,28713,18.987810134887695,0.3230956196784973,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,10.44822883605957 +1988,50,0.3230956196784973,all,21-24 yrs,35,34769,22.47519302368164,1,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,100.66438293457031 +1988,50,0.3230956196784973,MVA,21-24 yrs,15,34769,22.47519302368164,1,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,43.14188003540039 +1988,50,0.3230956196784973,suicide,21-24 yrs,4,34769,22.47519302368164,1,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,11.504501342773438 +1988,50,0.3230956196784973,homicide,21-24 yrs,2,34769,22.47519302368164,1,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,5.752250671386719 +1988,50,0.3230956196784973,other external,21-24 yrs,5,34769,22.47519302368164,1,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,14.380626678466797 +1988,50,0.3230956196784973,internal,21-24 yrs,9,34769,22.47519302368164,1,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,25.885128021240234 +1989,50,0.04008346050977707,MVA,15-17 yrs,4,22504,16.047325134277344,0,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,17.77461814880371 +1989,50,0.04008346050977707,suicide,15-17 yrs,1,22504,16.047325134277344,0,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,4.443654537200928 +1989,50,0.04008346050977707,homicide,15-17 yrs,0,22504,16.047325134277344,0,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,0 +1989,50,0.04008346050977707,other external,15-17 yrs,1,22504,16.047325134277344,0,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,4.443654537200928 +1989,50,0.04008346050977707,internal,15-17 yrs,2,22504,16.047325134277344,0,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,8.887309074401855 +1989,50,0.04008346050977707,all,18-20 yrs,22,29971,18.993793487548828,0.04008346050977707,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,73.40428924560547 +1989,50,0.04008346050977707,MVA,18-20 yrs,12,29971,18.993793487548828,0.04008346050977707,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,40.03870391845703 +1989,50,0.04008346050977707,suicide,18-20 yrs,2,29971,18.993793487548828,0.04008346050977707,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,6.673117160797119 +1989,50,0.04008346050977707,homicide,18-20 yrs,0,29971,18.993793487548828,0.04008346050977707,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,0 +1989,50,0.04008346050977707,other external,18-20 yrs,6,29971,18.993793487548828,0.04008346050977707,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,20.019351959228516 +1989,50,0.04008346050977707,internal,18-20 yrs,2,29971,18.993793487548828,0.04008346050977707,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,6.673117160797119 +1989,50,0.04008346050977707,all,21-24 yrs,49,33883,22.45403289794922,1,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,144.61529541015625 +1989,50,0.04008346050977707,MVA,21-24 yrs,19,33883,22.45403289794922,1,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,56.0753173828125 +1989,50,0.04008346050977707,suicide,21-24 yrs,11,33883,22.45403289794922,1,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,32.464656829833984 +1989,50,0.04008346050977707,homicide,21-24 yrs,2,33883,22.45403289794922,1,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,5.902665138244629 +1989,50,0.04008346050977707,other external,21-24 yrs,3,33883,22.45403289794922,1,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,8.853997230529785 +1989,50,0.04008346050977707,internal,21-24 yrs,14,33883,22.45403289794922,1,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,41.31865692138672 +1990,50,0,MVA,15-17 yrs,7,21959,16.014026641845703,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,31.87759017944336 +1990,50,0,suicide,15-17 yrs,2,21959,16.014026641845703,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,9.107882499694824 +1990,50,0,homicide,15-17 yrs,0,21959,16.014026641845703,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,0 +1990,50,0,other external,15-17 yrs,1,21959,16.014026641845703,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,4.553941249847412 +1990,50,0,internal,15-17 yrs,2,21959,16.014026641845703,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,9.107882499694824 +1990,50,0,all,18-20 yrs,27,29690,19.04715347290039,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,90.93971252441406 +1990,50,0,MVA,18-20 yrs,10,29690,19.04715347290039,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,33.681373596191406 +1990,50,0,suicide,18-20 yrs,7,29690,19.04715347290039,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,23.576961517333984 +1990,50,0,homicide,18-20 yrs,0,29690,19.04715347290039,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,0 +1990,50,0,other external,18-20 yrs,4,29690,19.04715347290039,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,13.472549438476562 +1990,50,0,internal,18-20 yrs,6,29690,19.04715347290039,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,20.208824157714844 +1990,50,0,all,21-24 yrs,34,33912,22.417139053344727,1,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,100.2594985961914 +1990,50,0,MVA,21-24 yrs,14,33912,22.417139053344727,1,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,41.283321380615234 +1990,50,0,suicide,21-24 yrs,8,33912,22.417139053344727,1,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,23.590469360351562 +1990,50,0,homicide,21-24 yrs,1,33912,22.417139053344727,1,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,2.9488086700439453 +1990,50,0,other external,21-24 yrs,7,33912,22.417139053344727,1,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,20.641660690307617 +1990,50,0,internal,21-24 yrs,4,33912,22.417139053344727,1,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,11.795234680175781 +1991,50,0,MVA,15-17 yrs,4,21889,16.002878189086914,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,18.274019241333008 +1991,50,0,suicide,15-17 yrs,2,21889,16.002878189086914,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,9.137009620666504 +1991,50,0,homicide,15-17 yrs,2,21889,16.002878189086914,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,9.137009620666504 +1991,50,0,other external,15-17 yrs,2,21889,16.002878189086914,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,9.137009620666504 +1991,50,0,internal,15-17 yrs,2,21889,16.002878189086914,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,9.137009620666504 +1991,50,0,all,18-20 yrs,23,26888,19.111759185791016,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,85.5400161743164 +1991,50,0,MVA,18-20 yrs,14,26888,19.111759185791016,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,52.06783676147461 +1991,50,0,suicide,18-20 yrs,4,26888,19.111759185791016,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,14.876524925231934 +1991,50,0,homicide,18-20 yrs,0,26888,19.111759185791016,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,0 +1991,50,0,other external,18-20 yrs,1,26888,19.111759185791016,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,3.7191312313079834 +1991,50,0,internal,18-20 yrs,4,26888,19.111759185791016,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,14.876524925231934 +1991,50,0,all,21-24 yrs,28,35325,22.40237808227539,1,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,79.26397705078125 +1991,50,0,MVA,21-24 yrs,14,35325,22.40237808227539,1,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,39.631988525390625 +1991,50,0,suicide,21-24 yrs,7,35325,22.40237808227539,1,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,19.815994262695312 +1991,50,0,homicide,21-24 yrs,3,35325,22.40237808227539,1,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,8.4925689697265625 +1991,50,0,other external,21-24 yrs,4,35325,22.40237808227539,1,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,11.32342529296875 +1991,50,0,internal,21-24 yrs,0,35325,22.40237808227539,1,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,0 +1992,50,0,MVA,15-17 yrs,5,22379,15.99919605255127,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,22.342374801635742 +1992,50,0,suicide,15-17 yrs,2,22379,15.99919605255127,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,8.936949729919434 +1992,50,0,homicide,15-17 yrs,1,22379,15.99919605255127,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,4.468474864959717 +1992,50,0,other external,15-17 yrs,7,22379,15.99919605255127,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,31.27932357788086 +1992,50,0,internal,15-17 yrs,1,22379,15.99919605255127,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,4.468474864959717 +1992,50,0,all,18-20 yrs,21,23717,19.081249237060547,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,88.54408264160156 +1992,50,0,MVA,18-20 yrs,11,23717,19.081249237060547,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,46.38023376464844 +1992,50,0,suicide,18-20 yrs,5,23717,19.081249237060547,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,21.081924438476562 +1992,50,0,homicide,18-20 yrs,1,23717,19.081249237060547,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,4.2163848876953125 +1992,50,0,other external,18-20 yrs,1,23717,19.081249237060547,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,4.2163848876953125 +1992,50,0,internal,18-20 yrs,3,23717,19.081249237060547,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,12.649154663085938 +1992,50,0,all,21-24 yrs,28,36950,22.426738739013672,1,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,75.778076171875 +1992,50,0,MVA,21-24 yrs,6,36950,22.426738739013672,1,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,16.2381591796875 +1992,50,0,suicide,21-24 yrs,6,36950,22.426738739013672,1,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,16.2381591796875 +1992,50,0,homicide,21-24 yrs,1,36950,22.426738739013672,1,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,2.70635986328125 +1992,50,0,other external,21-24 yrs,6,36950,22.426738739013672,1,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,16.2381591796875 +1992,50,0,internal,21-24 yrs,9,36950,22.426738739013672,1,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,24.35723876953125 +1993,50,0,MVA,15-17 yrs,6,22784,15.992319107055664,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,26.334270477294922 +1993,50,0,suicide,15-17 yrs,0,22784,15.992319107055664,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,0 +1993,50,0,homicide,15-17 yrs,0,22784,15.992319107055664,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,0 +1993,50,0,other external,15-17 yrs,2,22784,15.992319107055664,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,8.77808952331543 +1993,50,0,internal,15-17 yrs,1,22784,15.992319107055664,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,4.389044761657715 +1993,50,0,all,18-20 yrs,23,22164,19.0079402923584,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,103.77188110351562 +1993,50,0,MVA,18-20 yrs,9,22164,19.0079402923584,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,40.606388092041016 +1993,50,0,suicide,18-20 yrs,8,22164,19.0079402923584,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,36.094566345214844 +1993,50,0,homicide,18-20 yrs,0,22164,19.0079402923584,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,0 +1993,50,0,other external,18-20 yrs,3,22164,19.0079402923584,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,13.535463333129883 +1993,50,0,internal,18-20 yrs,3,22164,19.0079402923584,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,13.535463333129883 +1993,50,0,all,21-24 yrs,33,36746,22.511566162109375,1,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,89.805694580078125 +1993,50,0,MVA,21-24 yrs,9,36746,22.511566162109375,1,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,24.492462158203125 +1993,50,0,suicide,21-24 yrs,4,36746,22.511566162109375,1,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,10.885538101196289 +1993,50,0,homicide,21-24 yrs,4,36746,22.511566162109375,1,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,10.885538101196289 +1993,50,0,other external,21-24 yrs,9,36746,22.511566162109375,1,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,24.492462158203125 +1993,50,0,internal,21-24 yrs,7,36746,22.511566162109375,1,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,19.049692153930664 +1994,50,0,MVA,15-17 yrs,5,23669,15.989648818969727,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,21.124677658081055 +1994,50,0,suicide,15-17 yrs,2,23669,15.989648818969727,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,8.449871063232422 +1994,50,0,homicide,15-17 yrs,0,23669,15.989648818969727,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,0 +1994,50,0,other external,15-17 yrs,0,23669,15.989648818969727,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,0 +1994,50,0,internal,15-17 yrs,1,23669,15.989648818969727,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,4.224935531616211 +1994,50,0,all,18-20 yrs,21,22124,18.99837303161621,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,94.91954803466797 +1994,50,0,MVA,18-20 yrs,10,22124,18.99837303161621,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,45.19978332519531 +1994,50,0,suicide,18-20 yrs,6,22124,18.99837303161621,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,27.119869232177734 +1994,50,0,homicide,18-20 yrs,0,22124,18.99837303161621,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,0 +1994,50,0,other external,18-20 yrs,3,22124,18.99837303161621,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,13.559934616088867 +1994,50,0,internal,18-20 yrs,2,22124,18.99837303161621,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,9.039957046508789 +1994,50,0,all,21-24 yrs,28,34406,22.60730743408203,1,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,81.38115692138672 +1994,50,0,MVA,21-24 yrs,8,34406,22.60730743408203,1,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,23.251758575439453 +1994,50,0,suicide,21-24 yrs,7,34406,22.60730743408203,1,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,20.34528923034668 +1994,50,0,homicide,21-24 yrs,1,34406,22.60730743408203,1,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,2.9064698219299316 +1994,50,0,other external,21-24 yrs,8,34406,22.60730743408203,1,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,23.251758575439453 +1994,50,0,internal,21-24 yrs,4,34406,22.60730743408203,1,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,11.625879287719727 +1995,50,0,MVA,15-17 yrs,4,24596,15.975198745727539,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,16.262807846069336 +1995,50,0,suicide,15-17 yrs,4,24596,15.975198745727539,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,16.262807846069336 +1995,50,0,homicide,15-17 yrs,0,24596,15.975198745727539,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,0 +1995,50,0,other external,15-17 yrs,1,24596,15.975198745727539,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,4.065701961517334 +1995,50,0,internal,15-17 yrs,4,24596,15.975198745727539,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,16.262807846069336 +1995,50,0,all,18-20 yrs,23,22672,18.99545669555664,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,101.44671630859375 +1995,50,0,MVA,18-20 yrs,14,22672,18.99545669555664,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,61.75017547607422 +1995,50,0,suicide,18-20 yrs,1,22672,18.99545669555664,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,4.410727024078369 +1995,50,0,homicide,18-20 yrs,0,22672,18.99545669555664,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,0 +1995,50,0,other external,18-20 yrs,4,22672,18.99545669555664,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,17.642908096313477 +1995,50,0,internal,18-20 yrs,4,22672,18.99545669555664,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,17.642908096313477 +1995,50,0,all,21-24 yrs,27,31568,22.63538932800293,1,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,85.52964782714844 +1995,50,0,MVA,21-24 yrs,14,31568,22.63538932800293,1,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,44.34870910644531 +1995,50,0,suicide,21-24 yrs,6,31568,22.63538932800293,1,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,19.006589889526367 +1995,50,0,homicide,21-24 yrs,0,31568,22.63538932800293,1,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,0 +1995,50,0,other external,21-24 yrs,3,31568,22.63538932800293,1,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,9.503294944763184 +1995,50,0,internal,21-24 yrs,4,31568,22.63538932800293,1,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,12.671059608459473 +1996,50,0,MVA,15-17 yrs,11,25444,15.989506721496582,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,43.23219680786133 +1996,50,0,suicide,15-17 yrs,2,25444,15.989506721496582,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,7.86039924621582 +1996,50,0,homicide,15-17 yrs,0,25444,15.989506721496582,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,0 +1996,50,0,other external,15-17 yrs,4,25444,15.989506721496582,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,15.72079849243164 +1996,50,0,internal,15-17 yrs,1,25444,15.989506721496582,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,3.93019962310791 +1996,50,0,all,18-20 yrs,17,23042,18.990798950195312,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,73.7783203125 +1996,50,0,MVA,18-20 yrs,6,23042,18.990798950195312,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,26.039405822753906 +1996,50,0,suicide,18-20 yrs,3,23042,18.990798950195312,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,13.019702911376953 +1996,50,0,homicide,18-20 yrs,1,23042,18.990798950195312,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,4.339900970458984 +1996,50,0,other external,18-20 yrs,3,23042,18.990798950195312,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,13.019702911376953 +1996,50,0,internal,18-20 yrs,4,23042,18.990798950195312,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,17.359603881835938 +1996,50,0,all,21-24 yrs,26,28870,22.5512638092041,1,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,90.05888366699219 +1996,50,0,MVA,21-24 yrs,14,28870,22.5512638092041,1,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,48.49324417114258 +1996,50,0,suicide,21-24 yrs,6,28870,22.5512638092041,1,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,20.782819747924805 +1996,50,0,homicide,21-24 yrs,0,28870,22.5512638092041,1,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,0 +1996,50,0,other external,21-24 yrs,3,28870,22.5512638092041,1,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,10.391409873962402 +1996,50,0,internal,21-24 yrs,3,28870,22.5512638092041,1,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,10.391409873962402 +1970,51,0,MVA,15-17 yrs,100,266025,15.983468055725098,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,37.590450286865234 +1970,51,0,suicide,15-17 yrs,13,266025,15.983468055725098,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,4.886758804321289 +1970,51,0,homicide,15-17 yrs,13,266025,15.983468055725098,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,4.886758804321289 +1970,51,0,other external,15-17 yrs,58,266025,15.983468055725098,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,21.802461624145508 +1970,51,0,internal,15-17 yrs,65,266025,15.983468055725098,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,24.433794021606445 +1970,51,0,all,18-20 yrs,346,269122,19.0230712890625,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,128.56622314453125 +1970,51,0,MVA,18-20 yrs,165,269122,19.0230712890625,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,61.310482025146484 +1970,51,0,suicide,18-20 yrs,30,269122,19.0230712890625,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,11.147360801696777 +1970,51,0,homicide,18-20 yrs,29,269122,19.0230712890625,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,10.775781631469727 +1970,51,0,other external,18-20 yrs,54,269122,19.0230712890625,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,20.065248489379883 +1970,51,0,internal,18-20 yrs,68,269122,19.0230712890625,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,25.267351150512695 +1970,51,0,all,21-24 yrs,471,346681,22.40041732788086,1,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,135.85977172851562 +1970,51,0,MVA,21-24 yrs,181,346681,22.40041732788086,1,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,52.209381103515625 +1970,51,0,suicide,21-24 yrs,40,346681,22.40041732788086,1,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,11.537984848022461 +1970,51,0,homicide,21-24 yrs,59,346681,22.40041732788086,1,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,17.01852798461914 +1970,51,0,other external,21-24 yrs,74,346681,22.40041732788086,1,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,21.345272064208984 +1970,51,0,internal,21-24 yrs,117,346681,22.40041732788086,1,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,33.74860382080078 +1971,51,0,MVA,15-17 yrs,91,277332,15.991540908813477,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,32.81265640258789 +1971,51,0,suicide,15-17 yrs,14,277332,15.991540908813477,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,5.048101425170898 +1971,51,0,homicide,15-17 yrs,17,277332,15.991540908813477,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,6.1298370361328125 +1971,51,0,other external,15-17 yrs,63,277332,15.991540908813477,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,22.716455459594727 +1971,51,0,internal,15-17 yrs,77,277332,15.991540908813477,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,27.764556884765625 +1971,51,0,all,18-20 yrs,355,280923,19.0159969329834,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,126.36914825439453 +1971,51,0,MVA,18-20 yrs,139,280923,19.0159969329834,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,49.47975158691406 +1971,51,0,suicide,18-20 yrs,25,280923,19.0159969329834,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,8.899235725402832 +1971,51,0,homicide,18-20 yrs,33,280923,19.0159969329834,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,11.746991157531738 +1971,51,0,other external,18-20 yrs,73,280923,19.0159969329834,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,25.985769271850586 +1971,51,0,internal,18-20 yrs,85,280923,19.0159969329834,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,30.257402420043945 +1971,51,0,all,21-24 yrs,472,357068,22.51750373840332,1,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,132.18771362304688 +1971,51,0,MVA,21-24 yrs,175,357068,22.51750373840332,1,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,49.01027297973633 +1971,51,0,suicide,21-24 yrs,40,357068,22.51750373840332,1,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,11.202347755432129 +1971,51,0,homicide,21-24 yrs,50,357068,22.51750373840332,1,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,14.002935409545898 +1971,51,0,other external,21-24 yrs,88,357068,22.51750373840332,1,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,24.645166397094727 +1971,51,0,internal,21-24 yrs,119,357068,22.51750373840332,1,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,33.32698440551758 +1972,51,0,MVA,15-17 yrs,94,286438,15.987397193908691,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,32.81687545776367 +1972,51,0,suicide,15-17 yrs,26,286438,15.987397193908691,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,9.077008247375488 +1972,51,0,homicide,15-17 yrs,18,286438,15.987397193908691,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,6.284082412719727 +1972,51,0,other external,15-17 yrs,60,286438,15.987397193908691,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,20.946941375732422 +1972,51,0,internal,15-17 yrs,60,286438,15.987397193908691,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,20.946941375732422 +1972,51,0,all,18-20 yrs,324,289572,19.00955581665039,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,111.88927459716797 +1972,51,0,MVA,18-20 yrs,150,289572,19.00955581665039,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,51.80058670043945 +1972,51,0,suicide,18-20 yrs,36,289572,19.00955581665039,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,12.432141304016113 +1972,51,0,homicide,18-20 yrs,24,289572,19.00955581665039,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,8.288094520568848 +1972,51,0,other external,18-20 yrs,46,289572,19.00955581665039,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,15.885514259338379 +1972,51,0,internal,18-20 yrs,68,289572,19.00955581665039,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,23.482933044433594 +1972,51,0,all,21-24 yrs,488,346127,22.46190071105957,1,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,140.98870849609375 +1972,51,0,MVA,21-24 yrs,176,346127,22.46190071105957,1,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,50.848388671875 +1972,51,0,suicide,21-24 yrs,60,346127,22.46190071105957,1,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,17.334678649902344 +1972,51,0,homicide,21-24 yrs,72,346127,22.46190071105957,1,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,20.801612854003906 +1972,51,0,other external,21-24 yrs,70,346127,22.46190071105957,1,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,20.223791122436523 +1972,51,0,internal,21-24 yrs,110,346127,22.46190071105957,1,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,31.780242919921875 +1973,51,0,MVA,15-17 yrs,82,293676,15.990346908569336,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,27.92192840576172 +1973,51,0,suicide,15-17 yrs,21,293676,15.990346908569336,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,7.150737762451172 +1973,51,0,homicide,15-17 yrs,14,293676,15.990346908569336,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,4.767158508300781 +1973,51,0,other external,15-17 yrs,44,293676,15.990346908569336,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,14.982498168945312 +1973,51,0,internal,15-17 yrs,48,293676,15.990346908569336,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,16.34454345703125 +1973,51,0,all,18-20 yrs,382,301213,19.011394500732422,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,126.820556640625 +1973,51,0,MVA,18-20 yrs,166,301213,19.011394500732422,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,55.110504150390625 +1973,51,0,suicide,18-20 yrs,35,301213,19.011394500732422,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,11.619684219360352 +1973,51,0,homicide,18-20 yrs,29,301213,19.011394500732422,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,9.627738952636719 +1973,51,0,other external,18-20 yrs,84,301213,19.011394500732422,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,27.887243270874023 +1973,51,0,internal,18-20 yrs,68,301213,19.011394500732422,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,22.57538604736328 +1973,51,0,all,21-24 yrs,474,352644,22.429014205932617,1,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,134.41317749023438 +1973,51,0,MVA,21-24 yrs,180,352644,22.429014205932617,1,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,51.04297637939453 +1973,51,0,suicide,21-24 yrs,55,352644,22.429014205932617,1,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,15.596465110778809 +1973,51,0,homicide,21-24 yrs,62,352644,22.429014205932617,1,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,17.581470489501953 +1973,51,0,other external,21-24 yrs,76,352644,22.429014205932617,1,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,21.55147933959961 +1973,51,0,internal,21-24 yrs,101,352644,22.429014205932617,1,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,28.64078140258789 +1974,51,0.5041095614433289,MVA,15-17 yrs,96,299798,16.002952575683594,0,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,32.02156066894531 +1974,51,0.5041095614433289,suicide,15-17 yrs,18,299798,16.002952575683594,0,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,6.004042625427246 +1974,51,0.5041095614433289,homicide,15-17 yrs,15,299798,16.002952575683594,0,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,5.003368854522705 +1974,51,0.5041095614433289,other external,15-17 yrs,53,299798,16.002952575683594,0,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,17.678569793701172 +1974,51,0.5041095614433289,internal,15-17 yrs,57,299798,16.002952575683594,0,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,19.012802124023438 +1974,51,0.5041095614433289,all,18-20 yrs,371,308897,19.01285171508789,0.5041095614433289,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,120.1047592163086 +1974,51,0.5041095614433289,MVA,18-20 yrs,160,308897,19.01285171508789,0.5041095614433289,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,51.79719924926758 +1974,51,0.5041095614433289,suicide,18-20 yrs,32,308897,19.01285171508789,0.5041095614433289,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,10.359439849853516 +1974,51,0.5041095614433289,homicide,18-20 yrs,35,308897,19.01285171508789,0.5041095614433289,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,11.33063793182373 +1974,51,0.5041095614433289,other external,18-20 yrs,83,308897,19.01285171508789,0.5041095614433289,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,26.86979866027832 +1974,51,0.5041095614433289,internal,18-20 yrs,61,308897,19.01285171508789,0.5041095614433289,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,19.747682571411133 +1974,51,0.5041095614433289,all,21-24 yrs,458,365211,22.4202938079834,1,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,125.4069595336914 +1974,51,0.5041095614433289,MVA,21-24 yrs,143,365211,22.4202938079834,1,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,39.15544891357422 +1974,51,0.5041095614433289,suicide,21-24 yrs,57,365211,22.4202938079834,1,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,15.607416152954102 +1974,51,0.5041095614433289,homicide,21-24 yrs,77,365211,22.4202938079834,1,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,21.083702087402344 +1974,51,0.5041095614433289,other external,21-24 yrs,81,365211,22.4202938079834,1,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,22.178958892822266 +1974,51,0.5041095614433289,internal,21-24 yrs,100,365211,22.4202938079834,1,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,27.381431579589844 +1975,51,1,MVA,15-17 yrs,80,300639,16.006813049316406,0,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,26.609987258911133 +1975,51,1,suicide,15-17 yrs,18,300639,16.006813049316406,0,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,5.987246990203857 +1975,51,1,homicide,15-17 yrs,15,300639,16.006813049316406,0,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,4.989372730255127 +1975,51,1,other external,15-17 yrs,60,300639,16.006813049316406,0,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,19.957490921020508 +1975,51,1,internal,15-17 yrs,51,300639,16.006813049316406,0,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,16.9638671875 +1975,51,1,all,18-20 yrs,397,317825,19.00943374633789,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,124.91150665283203 +1975,51,1,MVA,18-20 yrs,160,317825,19.00943374633789,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,50.34217071533203 +1975,51,1,suicide,18-20 yrs,42,317825,19.00943374633789,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,13.21481990814209 +1975,51,1,homicide,18-20 yrs,47,317825,19.00943374633789,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,14.788012504577637 +1975,51,1,other external,18-20 yrs,85,317825,19.00943374633789,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,26.744277954101562 +1975,51,1,internal,18-20 yrs,63,317825,19.00943374633789,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,19.822229385375977 +1975,51,1,all,21-24 yrs,473,381188,22.432228088378906,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,124.08575439453125 +1975,51,1,MVA,21-24 yrs,135,381188,22.432228088378906,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,35.41559600830078 +1975,51,1,suicide,21-24 yrs,83,381188,22.432228088378906,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,21.774032592773438 +1975,51,1,homicide,21-24 yrs,71,381188,22.432228088378906,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,18.625980377197266 +1975,51,1,other external,21-24 yrs,89,381188,22.432228088378906,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,23.348058700561523 +1975,51,1,internal,21-24 yrs,95,381188,22.432228088378906,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,24.92208480834961 +1976,51,1,MVA,15-17 yrs,108,302502,16.003002166748047,0,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,35.70224380493164 +1976,51,1,suicide,15-17 yrs,20,302502,16.003002166748047,0,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,6.6115264892578125 +1976,51,1,homicide,15-17 yrs,19,302502,16.003002166748047,0,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,6.28095006942749 +1976,51,1,other external,15-17 yrs,35,302502,16.003002166748047,0,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,11.570171356201172 +1976,51,1,internal,15-17 yrs,53,302502,16.003002166748047,0,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,17.520545959472656 +1976,51,1,all,18-20 yrs,334,323826,19.01424217224121,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,103.14180755615234 +1976,51,1,MVA,18-20 yrs,149,323826,19.01424217224121,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,46.01236343383789 +1976,51,1,suicide,18-20 yrs,38,323826,19.01424217224121,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,11.734697341918945 +1976,51,1,homicide,18-20 yrs,28,323826,19.01424217224121,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,8.646618843078613 +1976,51,1,other external,18-20 yrs,55,323826,19.01424217224121,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,16.98443031311035 +1976,51,1,internal,18-20 yrs,64,323826,19.01424217224121,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,19.763700485229492 +1976,51,1,all,21-24 yrs,398,394175,22.44515037536621,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,100.97038269042969 +1976,51,1,MVA,21-24 yrs,103,394175,22.44515037536621,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,26.130525588989258 +1976,51,1,suicide,21-24 yrs,68,394175,22.44515037536621,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,17.251220703125 +1976,51,1,homicide,21-24 yrs,54,394175,22.44515037536621,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,13.699499130249023 +1976,51,1,other external,21-24 yrs,72,394175,22.44515037536621,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,18.26599884033203 +1976,51,1,internal,21-24 yrs,101,394175,22.44515037536621,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,25.623136520385742 +1977,51,1,MVA,15-17 yrs,103,302333,16.00210952758789,0,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,34.06839370727539 +1977,51,1,suicide,15-17 yrs,25,302333,16.00210952758789,0,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,8.2690277099609375 +1977,51,1,homicide,15-17 yrs,15,302333,16.00210952758789,0,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,4.961416721343994 +1977,51,1,other external,15-17 yrs,51,302333,16.00210952758789,0,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,16.868816375732422 +1977,51,1,internal,15-17 yrs,54,302333,16.00210952758789,0,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,17.861099243164062 +1977,51,1,all,18-20 yrs,402,326903,19.026460647583008,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,122.97225952148438 +1977,51,1,MVA,18-20 yrs,188,326903,19.026460647583008,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,57.50941467285156 +1977,51,1,suicide,18-20 yrs,44,326903,19.026460647583008,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,13.459650039672852 +1977,51,1,homicide,18-20 yrs,33,326903,19.026460647583008,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,10.094738006591797 +1977,51,1,other external,18-20 yrs,74,326903,19.026460647583008,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,22.63668441772461 +1977,51,1,internal,18-20 yrs,63,326903,19.026460647583008,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,19.271772384643555 +1977,51,1,all,21-24 yrs,471,405469,22.45429801940918,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,116.16178131103516 +1977,51,1,MVA,21-24 yrs,157,405469,22.45429801940918,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,38.7205924987793 +1977,51,1,suicide,21-24 yrs,77,405469,22.45429801940918,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,18.990354537963867 +1977,51,1,homicide,21-24 yrs,73,405469,22.45429801940918,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,18.003843307495117 +1977,51,1,other external,21-24 yrs,66,405469,22.45429801940918,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,16.277446746826172 +1977,51,1,internal,21-24 yrs,98,405469,22.45429801940918,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,24.16954231262207 +1978,51,1,MVA,15-17 yrs,84,302661,16.00428581237793,0,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,27.75382423400879 +1978,51,1,suicide,15-17 yrs,17,302661,16.00428581237793,0,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,5.61684513092041 +1978,51,1,homicide,15-17 yrs,15,302661,16.00428581237793,0,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,4.956039905548096 +1978,51,1,other external,15-17 yrs,31,302661,16.00428581237793,0,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,10.24248218536377 +1978,51,1,internal,15-17 yrs,41,302661,16.00428581237793,0,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,13.5465087890625 +1978,51,1,all,18-20 yrs,366,327276,19.03275489807129,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,111.83221435546875 +1978,51,1,MVA,18-20 yrs,166,327276,19.03275489807129,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,50.72171401977539 +1978,51,1,suicide,18-20 yrs,33,327276,19.03275489807129,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,10.083232879638672 +1978,51,1,homicide,18-20 yrs,37,327276,19.03275489807129,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,11.305442810058594 +1978,51,1,other external,18-20 yrs,74,327276,19.03275489807129,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,22.610885620117188 +1978,51,1,internal,18-20 yrs,56,327276,19.03275489807129,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,17.11094093322754 +1978,51,1,all,21-24 yrs,460,417843,22.454818725585938,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,110.08919525146484 +1978,51,1,MVA,21-24 yrs,163,417843,22.454818725585938,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,39.00986862182617 +1978,51,1,suicide,21-24 yrs,71,417843,22.454818725585938,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,16.992027282714844 +1978,51,1,homicide,21-24 yrs,49,417843,22.454818725585938,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,11.726892471313477 +1978,51,1,other external,21-24 yrs,81,417843,22.454818725585938,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,19.385271072387695 +1978,51,1,internal,21-24 yrs,96,417843,22.454818725585938,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,22.975135803222656 +1979,51,1,MVA,15-17 yrs,89,299027,16.003986358642578,0,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,29.763198852539062 +1979,51,1,suicide,15-17 yrs,17,299027,16.003986358642578,0,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,5.685105323791504 +1979,51,1,homicide,15-17 yrs,26,299027,16.003986358642578,0,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,8.694867134094238 +1979,51,1,other external,15-17 yrs,24,299027,16.003986358642578,0,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,8.026031494140625 +1979,51,1,internal,15-17 yrs,55,299027,16.003986358642578,0,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,18.392988204956055 +1979,51,1,all,18-20 yrs,305,323703,19.03025245666504,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,94.22217559814453 +1979,51,1,MVA,18-20 yrs,150,323703,19.03025245666504,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,46.33877182006836 +1979,51,1,suicide,18-20 yrs,36,323703,19.03025245666504,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,11.121305465698242 +1979,51,1,homicide,18-20 yrs,23,323703,19.03025245666504,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,7.105278491973877 +1979,51,1,other external,18-20 yrs,50,323703,19.03025245666504,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,15.446257591247559 +1979,51,1,internal,18-20 yrs,46,323703,19.03025245666504,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,14.210556983947754 +1979,51,1,all,21-24 yrs,452,422256,22.458518981933594,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,107.0440673828125 +1979,51,1,MVA,21-24 yrs,147,422256,22.458518981933594,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,34.81300354003906 +1979,51,1,suicide,21-24 yrs,94,422256,22.458518981933594,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,22.261377334594727 +1979,51,1,homicide,21-24 yrs,67,422256,22.458518981933594,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,15.867151260375977 +1979,51,1,other external,21-24 yrs,66,422256,22.458518981933594,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,15.630328178405762 +1979,51,1,internal,21-24 yrs,78,422256,22.458518981933594,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,18.472206115722656 +1980,51,1,MVA,15-17 yrs,99,293727,16.017284393310547,0,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,33.70476531982422 +1980,51,1,suicide,15-17 yrs,22,293727,16.017284393310547,0,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,7.489948272705078 +1980,51,1,homicide,15-17 yrs,10,293727,16.017284393310547,0,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,3.404521942138672 +1980,51,1,other external,15-17 yrs,52,293727,16.017284393310547,0,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,17.703514099121094 +1980,51,1,internal,15-17 yrs,59,293727,16.017284393310547,0,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,20.086679458618164 +1980,51,1,all,18-20 yrs,340,321561,19.02334213256836,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,105.73421478271484 +1980,51,1,MVA,18-20 yrs,151,321561,19.02334213256836,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,46.958431243896484 +1980,51,1,suicide,18-20 yrs,44,321561,19.02334213256836,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,13.68325138092041 +1980,51,1,homicide,18-20 yrs,30,321561,19.02334213256836,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,9.329489707946777 +1980,51,1,other external,18-20 yrs,56,321561,19.02334213256836,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,17.41504669189453 +1980,51,1,internal,18-20 yrs,59,321561,19.02334213256836,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,18.34799575805664 +1980,51,1,all,21-24 yrs,476,424186,22.476715087890625,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,112.21492767333984 +1980,51,1,MVA,21-24 yrs,165,424186,22.476715087890625,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,38.89802932739258 +1980,51,1,suicide,21-24 yrs,71,424186,22.476715087890625,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,16.737939834594727 +1980,51,1,homicide,21-24 yrs,62,424186,22.476715087890625,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,14.616230010986328 +1980,51,1,other external,21-24 yrs,86,424186,22.476715087890625,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,20.274124145507812 +1980,51,1,internal,21-24 yrs,92,424186,22.476715087890625,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,21.6885986328125 +1981,51,1,MVA,15-17 yrs,70,284769,16.038660049438477,0,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,24.581327438354492 +1981,51,1,suicide,15-17 yrs,19,284769,16.038660049438477,0,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,6.672074794769287 +1981,51,1,homicide,15-17 yrs,9,284769,16.038660049438477,0,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,3.160456418991089 +1981,51,1,other external,15-17 yrs,29,284769,16.038660049438477,0,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,10.183692932128906 +1981,51,1,internal,15-17 yrs,39,284769,16.038660049438477,0,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,13.695310592651367 +1981,51,1,all,18-20 yrs,313,325816,19.02622413635254,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,96.06649017333984 +1981,51,1,MVA,18-20 yrs,141,325816,19.02622413635254,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,43.27595901489258 +1981,51,1,suicide,18-20 yrs,42,325816,19.02622413635254,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,12.890711784362793 +1981,51,1,homicide,18-20 yrs,33,325816,19.02622413635254,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,10.128416061401367 +1981,51,1,other external,18-20 yrs,43,325816,19.02622413635254,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,13.197632789611816 +1981,51,1,internal,18-20 yrs,54,325816,19.02622413635254,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,16.573772430419922 +1981,51,1,all,21-24 yrs,416,432149,22.49664306640625,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,96.263092041015625 +1981,51,1,MVA,21-24 yrs,156,432149,22.49664306640625,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,36.09865951538086 +1981,51,1,suicide,21-24 yrs,70,432149,22.49664306640625,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,16.198116302490234 +1981,51,1,homicide,21-24 yrs,59,432149,22.49664306640625,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,13.652698516845703 +1981,51,1,other external,21-24 yrs,52,432149,22.49664306640625,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,12.032886505126953 +1981,51,1,internal,21-24 yrs,79,432149,22.49664306640625,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,18.280731201171875 +1982,51,1,MVA,15-17 yrs,67,272613,16.033292770385742,0,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,24.57696533203125 +1982,51,1,suicide,15-17 yrs,18,272613,16.033292770385742,0,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,6.602766513824463 +1982,51,1,homicide,15-17 yrs,13,272613,16.033292770385742,0,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,4.768664836883545 +1982,51,1,other external,15-17 yrs,27,272613,16.033292770385742,0,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,9.904150009155273 +1982,51,1,internal,15-17 yrs,41,272613,16.033292770385742,0,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,15.039634704589844 +1982,51,1,all,18-20 yrs,294,322585,19.025304794311523,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,91.1387710571289 +1982,51,1,MVA,18-20 yrs,136,322585,19.025304794311523,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,42.15943145751953 +1982,51,1,suicide,18-20 yrs,35,322585,19.025304794311523,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,10.849853515625 +1982,51,1,homicide,18-20 yrs,37,322585,19.025304794311523,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,11.469844818115234 +1982,51,1,other external,18-20 yrs,44,322585,19.025304794311523,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,13.639816284179688 +1982,51,1,internal,18-20 yrs,42,322585,19.025304794311523,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,13.019824028015137 +1982,51,1,all,21-24 yrs,395,431687,22.497901916503906,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,91.50148010253906 +1982,51,1,MVA,21-24 yrs,118,431687,22.497901916503906,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,27.334619522094727 +1982,51,1,suicide,21-24 yrs,72,431687,22.497901916503906,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,16.67875099182129 +1982,51,1,homicide,21-24 yrs,57,431687,22.497901916503906,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,13.204010963439941 +1982,51,1,other external,21-24 yrs,55,431687,22.497901916503906,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,12.74071216583252 +1982,51,1,internal,21-24 yrs,93,431687,22.497901916503906,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,21.543386459350586 +1983,51,0.8458024263381958,MVA,15-17 yrs,45,263647,16.01850128173828,0,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,17.06827735900879 +1983,51,0.8458024263381958,suicide,15-17 yrs,20,263647,16.01850128173828,0,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,7.585900783538818 +1983,51,0.8458024263381958,homicide,15-17 yrs,7,263647,16.01850128173828,0,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,2.6550652980804443 +1983,51,0.8458024263381958,other external,15-17 yrs,24,263647,16.01850128173828,0,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,9.103080749511719 +1983,51,0.8458024263381958,internal,15-17 yrs,44,263647,16.01850128173828,0,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,16.688982009887695 +1983,51,0.8458024263381958,all,18-20 yrs,312,321625,19.04244613647461,0.8458024263381958,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,97.00738525390625 +1983,51,0.8458024263381958,MVA,18-20 yrs,140,321625,19.04244613647461,0.8458024263381958,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,43.528953552246094 +1983,51,0.8458024263381958,suicide,18-20 yrs,47,321625,19.04244613647461,0.8458024263381958,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,14.61329174041748 +1983,51,0.8458024263381958,homicide,18-20 yrs,33,321625,19.04244613647461,0.8458024263381958,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,10.260396003723145 +1983,51,0.8458024263381958,other external,18-20 yrs,38,321625,19.04244613647461,0.8458024263381958,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,11.815001487731934 +1983,51,0.8458024263381958,internal,18-20 yrs,54,321625,19.04244613647461,0.8458024263381958,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,16.78973960876465 +1983,51,0.8458024263381958,all,21-24 yrs,382,432799,22.496952056884766,1,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,88.26268005371094 +1983,51,0.8458024263381958,MVA,21-24 yrs,128,432799,22.496952056884766,1,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,29.57493019104004 +1983,51,0.8458024263381958,suicide,21-24 yrs,63,432799,22.496952056884766,1,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,14.556410789489746 +1983,51,0.8458024263381958,homicide,21-24 yrs,45,432799,22.496952056884766,1,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,10.397436141967773 +1983,51,0.8458024263381958,other external,21-24 yrs,71,432799,22.496952056884766,1,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,16.404844284057617 +1983,51,0.8458024263381958,internal,21-24 yrs,75,432799,22.496952056884766,1,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,17.329059600830078 +1984,51,0.7036128640174866,MVA,15-17 yrs,68,261822,16.004079818725586,0,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,25.971843719482422 +1984,51,0.7036128640174866,suicide,15-17 yrs,20,261822,16.004079818725586,0,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,7.638777256011963 +1984,51,0.7036128640174866,homicide,15-17 yrs,11,261822,16.004079818725586,0,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,4.201327800750732 +1984,51,0.7036128640174866,other external,15-17 yrs,25,261822,16.004079818725586,0,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,9.548471450805664 +1984,51,0.7036128640174866,internal,15-17 yrs,37,261822,16.004079818725586,0,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,14.131738662719727 +1984,51,0.7036128640174866,all,18-20 yrs,282,313212,19.06350326538086,0.7036128640174866,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,90.03486633300781 +1984,51,0.7036128640174866,MVA,18-20 yrs,124,313212,19.06350326538086,0.7036128640174866,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,39.58979797363281 +1984,51,0.7036128640174866,suicide,18-20 yrs,38,313212,19.06350326538086,0.7036128640174866,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,12.132357597351074 +1984,51,0.7036128640174866,homicide,18-20 yrs,18,313212,19.06350326538086,0.7036128640174866,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,5.746906280517578 +1984,51,0.7036128640174866,other external,18-20 yrs,40,313212,19.06350326538086,0.7036128640174866,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,12.770902633666992 +1984,51,0.7036128640174866,internal,18-20 yrs,62,313212,19.06350326538086,0.7036128640174866,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,19.794898986816406 +1984,51,0.7036128640174866,all,21-24 yrs,475,437099,22.491573333740234,1,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,108.67103576660156 +1984,51,0.7036128640174866,MVA,21-24 yrs,175,437099,22.491573333740234,1,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,40.03669738769531 +1984,51,0.7036128640174866,suicide,21-24 yrs,61,437099,22.491573333740234,1,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,13.955648422241211 +1984,51,0.7036128640174866,homicide,21-24 yrs,71,437099,22.491573333740234,1,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,16.243459701538086 +1984,51,0.7036128640174866,other external,21-24 yrs,66,437099,22.491573333740234,1,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,15.099554061889648 +1984,51,0.7036128640174866,internal,21-24 yrs,102,437099,22.491573333740234,1,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,23.335674285888672 +1985,51,0.6557776927947998,MVA,15-17 yrs,51,264851,15.992935180664062,0,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,19.2561092376709 +1985,51,0.6557776927947998,suicide,15-17 yrs,24,264851,15.992935180664062,0,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,9.061698913574219 +1985,51,0.6557776927947998,homicide,15-17 yrs,13,264851,15.992935180664062,0,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,4.908420085906982 +1985,51,0.6557776927947998,other external,15-17 yrs,26,264851,15.992935180664062,0,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,9.816840171813965 +1985,51,0.6557776927947998,internal,15-17 yrs,40,264851,15.992935180664062,0,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,15.102831840515137 +1985,51,0.6557776927947998,all,18-20 yrs,232,301441,19.06012535095215,0.6557776927947998,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,76.963653564453125 +1985,51,0.6557776927947998,MVA,18-20 yrs,113,301441,19.06012535095215,0.6557776927947998,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,37.48660659790039 +1985,51,0.6557776927947998,suicide,18-20 yrs,38,301441,19.06012535095215,0.6557776927947998,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,12.606115341186523 +1985,51,0.6557776927947998,homicide,18-20 yrs,17,301441,19.06012535095215,0.6557776927947998,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,5.639577865600586 +1985,51,0.6557776927947998,other external,18-20 yrs,32,301441,19.06012535095215,0.6557776927947998,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,10.615675926208496 +1985,51,0.6557776927947998,internal,18-20 yrs,32,301441,19.06012535095215,0.6557776927947998,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,10.615675926208496 +1985,51,0.6557776927947998,all,21-24 yrs,441,438552,22.49308204650879,1,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,100.55819702148438 +1985,51,0.6557776927947998,MVA,21-24 yrs,154,438552,22.49308204650879,1,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,35.115562438964844 +1985,51,0.6557776927947998,suicide,21-24 yrs,76,438552,22.49308204650879,1,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,17.329757690429688 +1985,51,0.6557776927947998,homicide,21-24 yrs,57,438552,22.49308204650879,1,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,12.997318267822266 +1985,51,0.6557776927947998,other external,21-24 yrs,69,438552,22.49308204650879,1,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,15.733595848083496 +1985,51,0.6557776927947998,internal,21-24 yrs,85,438552,22.49308204650879,1,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,19.38196563720703 +1986,51,0.35157930850982666,MVA,15-17 yrs,76,271750,15.993236541748047,0,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,27.966880798339844 +1986,51,0.35157930850982666,suicide,15-17 yrs,17,271750,15.993236541748047,0,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,6.255749702453613 +1986,51,0.35157930850982666,homicide,15-17 yrs,13,271750,15.993236541748047,0,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,4.783808708190918 +1986,51,0.35157930850982666,other external,15-17 yrs,24,271750,15.993236541748047,0,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,8.831646919250488 +1986,51,0.35157930850982666,internal,15-17 yrs,33,271750,15.993236541748047,0,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,12.143514633178711 +1986,51,0.35157930850982666,all,18-20 yrs,293,294478,19.05000114440918,0.35157930850982666,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,99.49809265136719 +1986,51,0.35157930850982666,MVA,18-20 yrs,147,294478,19.05000114440918,0.35157930850982666,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,49.91883850097656 +1986,51,0.35157930850982666,suicide,18-20 yrs,35,294478,19.05000114440918,0.35157930850982666,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,11.885437965393066 +1986,51,0.35157930850982666,homicide,18-20 yrs,21,294478,19.05000114440918,0.35157930850982666,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,7.13126277923584 +1986,51,0.35157930850982666,other external,18-20 yrs,33,294478,19.05000114440918,0.35157930850982666,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,11.206270217895508 +1986,51,0.35157930850982666,internal,18-20 yrs,57,294478,19.05000114440918,0.35157930850982666,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,19.356285095214844 +1986,51,0.35157930850982666,all,21-24 yrs,425,440746,22.503171920776367,1,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,96.42742156982422 +1986,51,0.35157930850982666,MVA,21-24 yrs,161,440746,22.503171920776367,1,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,36.52897644042969 +1986,51,0.35157930850982666,suicide,21-24 yrs,76,440746,22.503171920776367,1,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,17.243492126464844 +1986,51,0.35157930850982666,homicide,21-24 yrs,61,440746,22.503171920776367,1,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,13.840170860290527 +1986,51,0.35157930850982666,other external,21-24 yrs,49,440746,22.503171920776367,1,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,11.117514610290527 +1986,51,0.35157930850982666,internal,21-24 yrs,78,440746,22.503171920776367,1,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,17.697267532348633 +1987,51,0.043210454285144806,MVA,15-17 yrs,64,270989,16.026823043823242,0,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,23.61719512939453 +1987,51,0.043210454285144806,suicide,15-17 yrs,25,270989,16.026823043823242,0,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,9.22546672821045 +1987,51,0.043210454285144806,homicide,15-17 yrs,16,270989,16.026823043823242,0,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,5.904298782348633 +1987,51,0.043210454285144806,other external,15-17 yrs,31,270989,16.026823043823242,0,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,11.439579010009766 +1987,51,0.043210454285144806,internal,15-17 yrs,40,270989,16.026823043823242,0,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,14.760746955871582 +1987,51,0.043210454285144806,all,18-20 yrs,290,296035,19.03713035583496,0.043210454285144806,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,97.96138763427734 +1987,51,0.043210454285144806,MVA,18-20 yrs,132,296035,19.03713035583496,0.043210454285144806,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,44.58932113647461 +1987,51,0.043210454285144806,suicide,18-20 yrs,52,296035,19.03713035583496,0.043210454285144806,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,17.56549072265625 +1987,51,0.043210454285144806,homicide,18-20 yrs,33,296035,19.03713035583496,0.043210454285144806,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,11.147330284118652 +1987,51,0.043210454285144806,other external,18-20 yrs,30,296035,19.03713035583496,0.043210454285144806,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,10.133936882019043 +1987,51,0.043210454285144806,internal,18-20 yrs,43,296035,19.03713035583496,0.043210454285144806,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,14.525309562683105 +1987,51,0.043210454285144806,all,21-24 yrs,424,439611,22.532140731811523,1,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,96.44890594482422 +1987,51,0.043210454285144806,MVA,21-24 yrs,146,439611,22.532140731811523,1,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,33.211181640625 +1987,51,0.043210454285144806,suicide,21-24 yrs,66,439611,22.532140731811523,1,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,15.013273239135742 +1987,51,0.043210454285144806,homicide,21-24 yrs,62,439611,22.532140731811523,1,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,14.103377342224121 +1987,51,0.043210454285144806,other external,21-24 yrs,58,439611,22.532140731811523,1,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,13.193482398986816 +1987,51,0.043210454285144806,internal,21-24 yrs,92,439611,22.532140731811523,1,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,20.927593231201172 +1988,51,0,MVA,15-17 yrs,75,261940,16.058940887451172,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,28.632511138916016 +1988,51,0,suicide,15-17 yrs,29,261940,16.058940887451172,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,11.071237564086914 +1988,51,0,homicide,15-17 yrs,17,261940,16.058940887451172,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,6.4900360107421875 +1988,51,0,other external,15-17 yrs,28,261940,16.058940887451172,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,10.689471244812012 +1988,51,0,internal,15-17 yrs,27,261940,16.058940887451172,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,10.307703971862793 +1988,51,0,all,18-20 yrs,266,301251,19.023874282836914,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,88.2984619140625 +1988,51,0,MVA,18-20 yrs,122,301251,19.023874282836914,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,40.4977912902832 +1988,51,0,suicide,18-20 yrs,28,301251,19.023874282836914,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,9.294574737548828 +1988,51,0,homicide,18-20 yrs,39,301251,19.023874282836914,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,12.946015357971191 +1988,51,0,other external,18-20 yrs,28,301251,19.023874282836914,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,9.294574737548828 +1988,51,0,internal,18-20 yrs,49,301251,19.023874282836914,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,16.265506744384766 +1988,51,0,all,21-24 yrs,440,429901,22.544618606567383,1,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,102.3491439819336 +1988,51,0,MVA,21-24 yrs,163,429901,22.544618606567383,1,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,37.915706634521484 +1988,51,0,suicide,21-24 yrs,56,429901,22.544618606567383,1,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,13.026254653930664 +1988,51,0,homicide,21-24 yrs,72,429901,22.544618606567383,1,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,16.7480411529541 +1988,51,0,other external,21-24 yrs,44,429901,22.544618606567383,1,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,10.234914779663086 +1988,51,0,internal,21-24 yrs,105,429901,22.544618606567383,1,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,24.42422866821289 +1989,51,0,MVA,15-17 yrs,65,246624,16.04446029663086,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,26.35590934753418 +1989,51,0,suicide,15-17 yrs,26,246624,16.04446029663086,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,10.542364120483398 +1989,51,0,homicide,15-17 yrs,22,246624,16.04446029663086,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,8.920461654663086 +1989,51,0,other external,15-17 yrs,20,246624,16.04446029663086,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,8.10951042175293 +1989,51,0,internal,15-17 yrs,27,246624,16.04446029663086,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,10.947839736938477 +1989,51,0,all,18-20 yrs,257,308559,19.024080276489258,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,83.29039001464844 +1989,51,0,MVA,18-20 yrs,96,308559,19.024080276489258,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,31.112363815307617 +1989,51,0,suicide,18-20 yrs,40,308559,19.024080276489258,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,12.963484764099121 +1989,51,0,homicide,18-20 yrs,45,308559,19.024080276489258,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,14.5839204788208 +1989,51,0,other external,18-20 yrs,31,308559,19.024080276489258,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,10.046701431274414 +1989,51,0,internal,18-20 yrs,45,308559,19.024080276489258,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,14.5839204788208 +1989,51,0,all,21-24 yrs,385,418811,22.533342361450195,1,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,91.926910400390625 +1989,51,0,MVA,21-24 yrs,115,418811,22.533342361450195,1,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,27.45868682861328 +1989,51,0,suicide,21-24 yrs,57,418811,22.533342361450195,1,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,13.609957695007324 +1989,51,0,homicide,21-24 yrs,75,418811,22.533342361450195,1,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,17.907838821411133 +1989,51,0,other external,21-24 yrs,41,418811,22.533342361450195,1,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,9.789618492126465 +1989,51,0,internal,21-24 yrs,97,418811,22.533342361450195,1,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,23.160804748535156 +1990,51,0,MVA,15-17 yrs,71,239530,16.017520904541016,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,29.641380310058594 +1990,51,0,suicide,15-17 yrs,18,239530,16.017520904541016,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,7.514716148376465 +1990,51,0,homicide,15-17 yrs,39,239530,16.017520904541016,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,16.281885147094727 +1990,51,0,other external,15-17 yrs,17,239530,16.017520904541016,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,7.097231864929199 +1990,51,0,internal,15-17 yrs,27,239530,16.017520904541016,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,11.272074699401855 +1990,51,0,all,18-20 yrs,293,308219,19.061643600463867,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,95.0622787475586 +1990,51,0,MVA,18-20 yrs,129,308219,19.061643600463867,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,41.85335922241211 +1990,51,0,suicide,18-20 yrs,29,308219,19.061643600463867,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,9.408894538879395 +1990,51,0,homicide,18-20 yrs,51,308219,19.061643600463867,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,16.546676635742188 +1990,51,0,other external,18-20 yrs,37,308219,19.061643600463867,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,12.004451751708984 +1990,51,0,internal,18-20 yrs,47,308219,19.061643600463867,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,15.248897552490234 +1990,51,0,all,21-24 yrs,405,413764,22.502920150756836,1,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,97.88188171386719 +1990,51,0,MVA,21-24 yrs,114,413764,22.502920150756836,1,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,27.551937103271484 +1990,51,0,suicide,21-24 yrs,60,413764,22.502920150756836,1,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,14.501019477844238 +1990,51,0,homicide,21-24 yrs,83,413764,22.502920150756836,1,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,20.059743881225586 +1990,51,0,other external,21-24 yrs,50,413764,22.502920150756836,1,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,12.084183692932129 +1990,51,0,internal,21-24 yrs,98,413764,22.502920150756836,1,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,23.684999465942383 +1991,51,0,MVA,15-17 yrs,62,236752,16.014968872070312,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,26.187740325927734 +1991,51,0,suicide,15-17 yrs,20,236752,16.014968872070312,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,8.44765853881836 +1991,51,0,homicide,15-17 yrs,27,236752,16.014968872070312,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,11.404338836669922 +1991,51,0,other external,15-17 yrs,22,236752,16.014968872070312,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,9.292424201965332 +1991,51,0,internal,15-17 yrs,34,236752,16.014968872070312,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,14.361019134521484 +1991,51,0,all,18-20 yrs,278,291416,19.084449768066406,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,95.396270751953125 +1991,51,0,MVA,18-20 yrs,95,291416,19.084449768066406,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,32.59944534301758 +1991,51,0,suicide,18-20 yrs,29,291416,19.084449768066406,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,9.951409339904785 +1991,51,0,homicide,18-20 yrs,62,291416,19.084449768066406,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,21.275426864624023 +1991,51,0,other external,18-20 yrs,30,291416,19.084449768066406,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,10.294561386108398 +1991,51,0,internal,18-20 yrs,62,291416,19.084449768066406,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,21.275426864624023 +1991,51,0,all,21-24 yrs,404,411552,22.47989273071289,1,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,98.16499328613281 +1991,51,0,MVA,21-24 yrs,123,411552,22.47989273071289,1,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,29.88686752319336 +1991,51,0,suicide,21-24 yrs,56,411552,22.47989273071289,1,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,13.60702896118164 +1991,51,0,homicide,21-24 yrs,98,411552,22.47989273071289,1,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,23.812301635742188 +1991,51,0,other external,21-24 yrs,44,411552,22.47989273071289,1,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,10.691237449645996 +1991,51,0,internal,21-24 yrs,83,411552,22.47989273071289,1,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,20.167560577392578 +1992,51,0,MVA,15-17 yrs,46,240925,16.004270553588867,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,19.09307861328125 +1992,51,0,suicide,15-17 yrs,21,240925,16.004270553588867,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,8.716405868530273 +1992,51,0,homicide,15-17 yrs,27,240925,16.004270553588867,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,11.206807136535645 +1992,51,0,other external,15-17 yrs,9,240925,16.004270553588867,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,3.735602378845215 +1992,51,0,internal,15-17 yrs,39,240925,16.004270553588867,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,16.187610626220703 +1992,51,0,all,18-20 yrs,273,276965,19.0692138671875,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,98.56841278076172 +1992,51,0,MVA,18-20 yrs,102,276965,19.0692138671875,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,36.8277587890625 +1992,51,0,suicide,18-20 yrs,38,276965,19.0692138671875,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,13.720145225524902 +1992,51,0,homicide,18-20 yrs,65,276965,19.0692138671875,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,23.468669891357422 +1992,51,0,other external,18-20 yrs,22,276965,19.0692138671875,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,7.943242073059082 +1992,51,0,internal,18-20 yrs,46,276965,19.0692138671875,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,16.608596801757812 +1992,51,0,all,21-24 yrs,405,416218,22.468624114990234,1,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,97.304779052734375 +1992,51,0,MVA,21-24 yrs,98,416218,22.468624114990234,1,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,23.545352935791016 +1992,51,0,suicide,21-24 yrs,70,416218,22.468624114990234,1,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,16.8181095123291 +1992,51,0,homicide,21-24 yrs,93,416218,22.468624114990234,1,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,22.34406089782715 +1992,51,0,other external,21-24 yrs,45,416218,22.468624114990234,1,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,10.811641693115234 +1992,51,0,internal,21-24 yrs,99,416218,22.468624114990234,1,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,23.785612106323242 +1993,51,0,MVA,15-17 yrs,46,244123,15.996710777282715,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,18.842960357666016 +1993,51,0,suicide,15-17 yrs,23,244123,15.996710777282715,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,9.421480178833008 +1993,51,0,homicide,15-17 yrs,29,244123,15.996710777282715,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,11.879257202148438 +1993,51,0,other external,15-17 yrs,21,244123,15.996710777282715,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,8.60222053527832 +1993,51,0,internal,15-17 yrs,26,244123,15.996710777282715,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,10.650368690490723 +1993,51,0,all,18-20 yrs,223,270679,19.044015884399414,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,82.385406494140625 +1993,51,0,MVA,18-20 yrs,67,270679,19.044015884399414,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,24.752567291259766 +1993,51,0,suicide,18-20 yrs,37,270679,19.044015884399414,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,13.669327735900879 +1993,51,0,homicide,18-20 yrs,52,270679,19.044015884399414,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,19.210947036743164 +1993,51,0,other external,18-20 yrs,17,270679,19.044015884399414,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,6.280501842498779 +1993,51,0,internal,18-20 yrs,50,270679,19.044015884399414,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,18.472064971923828 +1993,51,0,all,21-24 yrs,394,414554,22.505887985229492,1,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,95.041900634765625 +1993,51,0,MVA,21-24 yrs,94,414554,22.505887985229492,1,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,22.674970626831055 +1993,51,0,suicide,21-24 yrs,73,414554,22.505887985229492,1,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,17.609285354614258 +1993,51,0,homicide,21-24 yrs,77,414554,22.505887985229492,1,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,18.57417869567871 +1993,51,0,other external,21-24 yrs,42,414554,22.505887985229492,1,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,10.131370544433594 +1993,51,0,internal,21-24 yrs,108,414554,22.505887985229492,1,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,26.052095413208008 +1994,51,0,MVA,15-17 yrs,63,250969,16.006553649902344,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,25.10270118713379 +1994,51,0,suicide,15-17 yrs,20,250969,16.006553649902344,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,7.969111919403076 +1994,51,0,homicide,15-17 yrs,22,250969,16.006553649902344,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,8.766022682189941 +1994,51,0,other external,15-17 yrs,25,250969,16.006553649902344,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,9.961389541625977 +1994,51,0,internal,15-17 yrs,32,250969,16.006553649902344,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,12.750578880310059 +1994,51,0,all,18-20 yrs,238,267994,19.041366577148438,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,88.8079605102539 +1994,51,0,MVA,18-20 yrs,88,267994,19.041366577148438,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,32.83655548095703 +1994,51,0,suicide,18-20 yrs,30,267994,19.041366577148438,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,11.194280624389648 +1994,51,0,homicide,18-20 yrs,60,267994,19.041366577148438,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,22.388561248779297 +1994,51,0,other external,18-20 yrs,23,267994,19.041366577148438,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,8.582282066345215 +1994,51,0,internal,18-20 yrs,37,267994,19.041366577148438,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,13.806279182434082 +1994,51,0,all,21-24 yrs,373,403693,22.549888610839844,1,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,92.396942138671875 +1994,51,0,MVA,21-24 yrs,98,403693,22.549888610839844,1,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,24.2758731842041 +1994,51,0,suicide,21-24 yrs,65,403693,22.549888610839844,1,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,16.10134506225586 +1994,51,0,homicide,21-24 yrs,97,403693,22.549888610839844,1,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,24.028160095214844 +1994,51,0,other external,21-24 yrs,36,403693,22.549888610839844,1,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,8.917667388916016 +1994,51,0,internal,21-24 yrs,77,403693,22.549888610839844,1,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,19.07390022277832 +1995,51,0,MVA,15-17 yrs,64,258617,15.994133949279785,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,24.747018814086914 +1995,51,0,suicide,15-17 yrs,16,258617,15.994133949279785,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,6.1867547035217285 +1995,51,0,homicide,15-17 yrs,27,258617,15.994133949279785,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,10.440149307250977 +1995,51,0,other external,15-17 yrs,19,258617,15.994133949279785,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,7.346771717071533 +1995,51,0,internal,15-17 yrs,30,258617,15.994133949279785,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,11.600165367126465 +1995,51,0,all,18-20 yrs,243,270869,19.029722213745117,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,89.71126556396484 +1995,51,0,MVA,18-20 yrs,89,270869,19.029722213745117,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,32.85721206665039 +1995,51,0,suicide,18-20 yrs,33,270869,19.029722213745117,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,12.183011054992676 +1995,51,0,homicide,18-20 yrs,65,270869,19.029722213745117,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,23.99683952331543 +1995,51,0,other external,18-20 yrs,21,270869,19.029722213745117,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,7.7528252601623535 +1995,51,0,internal,18-20 yrs,35,270869,19.029722213745117,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,12.921375274658203 +1995,51,0,all,21-24 yrs,366,388360,22.56056785583496,1,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,94.2424545288086 +1995,51,0,MVA,21-24 yrs,98,388360,22.56056785583496,1,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,25.234317779541016 +1995,51,0,suicide,21-24 yrs,69,388360,22.56056785583496,1,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,17.76702117919922 +1995,51,0,homicide,21-24 yrs,76,388360,22.56056785583496,1,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,19.56947135925293 +1995,51,0,other external,21-24 yrs,32,388360,22.56056785583496,1,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,8.239777565002441 +1995,51,0,internal,21-24 yrs,91,388360,22.56056785583496,1,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,23.431867599487305 +1996,51,0,MVA,15-17 yrs,55,265057,16.00518035888672,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,20.750253677368164 +1996,51,0,suicide,15-17 yrs,32,265057,16.00518035888672,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,12.072875022888184 +1996,51,0,homicide,15-17 yrs,28,265057,16.00518035888672,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,10.563765525817871 +1996,51,0,other external,15-17 yrs,21,265057,16.00518035888672,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,7.922824382781982 +1996,51,0,internal,15-17 yrs,41,265057,16.00518035888672,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,15.468371391296387 +1996,51,0,all,18-20 yrs,240,274627,19.018280029296875,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,87.3912582397461 +1996,51,0,MVA,18-20 yrs,81,274627,19.018280029296875,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,29.494550704956055 +1996,51,0,suicide,18-20 yrs,31,274627,19.018280029296875,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,11.28803825378418 +1996,51,0,homicide,18-20 yrs,55,274627,19.018280029296875,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,20.027164459228516 +1996,51,0,other external,18-20 yrs,23,274627,19.018280029296875,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,8.374996185302734 +1996,51,0,internal,18-20 yrs,50,274627,19.018280029296875,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,18.206512451171875 +1996,51,0,all,21-24 yrs,345,374459,22.525867462158203,1,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,92.13291931152344 +1996,51,0,MVA,21-24 yrs,74,374459,22.525867462158203,1,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,19.761842727661133 +1996,51,0,suicide,21-24 yrs,69,374459,22.525867462158203,1,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,18.426584243774414 +1996,51,0,homicide,21-24 yrs,72,374459,22.525867462158203,1,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,19.227739334106445 +1996,51,0,other external,21-24 yrs,42,374459,22.525867462158203,1,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,11.216180801391602 +1996,51,0,internal,21-24 yrs,88,374459,22.525867462158203,1,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,23.50057029724121 +1970,53,0,MVA,15-17 yrs,56,202434,15.994758605957031,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,27.66333770751953 +1970,53,0,suicide,15-17 yrs,9,202434,15.994758605957031,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,4.445893287658691 +1970,53,0,homicide,15-17 yrs,9,202434,15.994758605957031,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,4.445893287658691 +1970,53,0,other external,15-17 yrs,41,202434,15.994758605957031,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,20.253515243530273 +1970,53,0,internal,15-17 yrs,35,202434,15.994758605957031,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,17.28958511352539 +1970,53,0,all,18-20 yrs,264,192022,18.99759864807129,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,137.4842529296875 +1970,53,0,MVA,18-20 yrs,124,192022,18.99759864807129,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,64.57593536376953 +1970,53,0,suicide,18-20 yrs,22,192022,18.99759864807129,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,11.45702075958252 +1970,53,0,homicide,18-20 yrs,12,192022,18.99759864807129,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,6.249283790588379 +1970,53,0,other external,18-20 yrs,51,192022,18.99759864807129,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,26.55945587158203 +1970,53,0,internal,18-20 yrs,55,192022,18.99759864807129,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,28.64255142211914 +1970,53,0,all,21-24 yrs,289,232554,22.41597557067871,1,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,124.27220916748047 +1970,53,0,MVA,21-24 yrs,112,232554,22.41597557067871,1,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,48.160858154296875 +1970,53,0,suicide,21-24 yrs,34,232554,22.41597557067871,1,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,14.620260238647461 +1970,53,0,homicide,21-24 yrs,16,232554,22.41597557067871,1,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,6.880122661590576 +1970,53,0,other external,21-24 yrs,60,232554,22.41597557067871,1,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,25.800458908081055 +1970,53,0,internal,21-24 yrs,67,232554,22.41597557067871,1,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,28.81051254272461 +1971,53,0,MVA,15-17 yrs,59,202671,15.992445945739746,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,29.11121940612793 +1971,53,0,suicide,15-17 yrs,11,202671,15.992445945739746,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,5.427515506744385 +1971,53,0,homicide,15-17 yrs,4,202671,15.992445945739746,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,1.9736419916152954 +1971,53,0,other external,15-17 yrs,39,202671,15.992445945739746,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,19.243009567260742 +1971,53,0,internal,15-17 yrs,48,202671,15.992445945739746,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,23.683704376220703 +1971,53,0,all,18-20 yrs,258,197176,18.98841094970703,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,130.84756469726562 +1971,53,0,MVA,18-20 yrs,128,197176,18.98841094970703,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,64.9166259765625 +1971,53,0,suicide,18-20 yrs,23,197176,18.98841094970703,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,11.664705276489258 +1971,53,0,homicide,18-20 yrs,8,197176,18.98841094970703,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,4.057289123535156 +1971,53,0,other external,18-20 yrs,39,197176,18.98841094970703,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,19.77928352355957 +1971,53,0,internal,18-20 yrs,60,197176,18.98841094970703,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,30.42966651916504 +1971,53,0,all,21-24 yrs,314,248782,22.536558151245117,1,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,126.21492004394531 +1971,53,0,MVA,21-24 yrs,117,248782,22.536558151245117,1,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,47.02912521362305 +1971,53,0,suicide,21-24 yrs,33,248782,22.536558151245117,1,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,13.264625549316406 +1971,53,0,homicide,21-24 yrs,13,248782,22.536558151245117,1,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,5.22545862197876 +1971,53,0,other external,21-24 yrs,64,248782,22.536558151245117,1,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,25.72533416748047 +1971,53,0,internal,21-24 yrs,87,248782,22.536558151245117,1,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,34.970375061035156 +1972,53,0,MVA,15-17 yrs,92,204336,15.98132038116455,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,45.02388381958008 +1972,53,0,suicide,15-17 yrs,10,204336,15.98132038116455,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,4.893900394439697 +1972,53,0,homicide,15-17 yrs,2,204336,15.98132038116455,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,0.9787800312042236 +1972,53,0,other external,15-17 yrs,48,204336,15.98132038116455,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,23.490720748901367 +1972,53,0,internal,15-17 yrs,42,204336,15.98132038116455,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,20.554380416870117 +1972,53,0,all,18-20 yrs,250,195267,18.988027572631836,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,128.0298309326172 +1972,53,0,MVA,18-20 yrs,110,195267,18.988027572631836,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,56.33312225341797 +1972,53,0,suicide,18-20 yrs,14,195267,18.988027572631836,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,7.169670104980469 +1972,53,0,homicide,18-20 yrs,6,195267,18.988027572631836,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,3.0727157592773438 +1972,53,0,other external,18-20 yrs,62,195267,18.988027572631836,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,31.75139617919922 +1972,53,0,internal,18-20 yrs,58,195267,18.988027572631836,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,29.702919006347656 +1972,53,0,all,21-24 yrs,326,239958,22.502988815307617,1,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,135.8571014404297 +1972,53,0,MVA,21-24 yrs,100,239958,22.502988815307617,1,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,41.67395782470703 +1972,53,0,suicide,21-24 yrs,40,239958,22.502988815307617,1,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,16.669584274291992 +1972,53,0,homicide,21-24 yrs,24,239958,22.502988815307617,1,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,10.001749992370605 +1972,53,0,other external,21-24 yrs,70,239958,22.502988815307617,1,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,29.171772003173828 +1972,53,0,internal,21-24 yrs,92,239958,22.502988815307617,1,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,38.34004211425781 +1973,53,0,MVA,15-17 yrs,71,206141,15.98626708984375,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,34.44244384765625 +1973,53,0,suicide,15-17 yrs,11,206141,15.98626708984375,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,5.336153507232666 +1973,53,0,homicide,15-17 yrs,6,206141,15.98626708984375,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,2.9106290340423584 +1973,53,0,other external,15-17 yrs,37,206141,15.98626708984375,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,17.94887924194336 +1973,53,0,internal,15-17 yrs,44,206141,15.98626708984375,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,21.344614028930664 +1973,53,0,all,18-20 yrs,264,199366,19.004112243652344,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,132.41976928710938 +1973,53,0,MVA,18-20 yrs,114,199366,19.004112243652344,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,57.1812629699707 +1973,53,0,suicide,18-20 yrs,24,199366,19.004112243652344,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,12.038161277770996 +1973,53,0,homicide,18-20 yrs,15,199366,19.004112243652344,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,7.523850440979004 +1973,53,0,other external,18-20 yrs,58,199366,19.004112243652344,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,29.092222213745117 +1973,53,0,internal,18-20 yrs,53,199366,19.004112243652344,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,26.584272384643555 +1973,53,0,all,21-24 yrs,327,245407,22.49845314025879,1,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,133.24803161621094 +1973,53,0,MVA,21-24 yrs,112,245407,22.49845314025879,1,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,45.63846969604492 +1973,53,0,suicide,21-24 yrs,34,245407,22.49845314025879,1,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,13.854535102844238 +1973,53,0,homicide,21-24 yrs,19,245407,22.49845314025879,1,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,7.7422404289245605 +1973,53,0,other external,21-24 yrs,78,245407,22.49845314025879,1,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,31.783933639526367 +1973,53,0,internal,21-24 yrs,84,245407,22.49845314025879,1,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,34.228851318359375 +1974,53,0,MVA,15-17 yrs,78,209723,16.000852584838867,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,37.19191360473633 +1974,53,0,suicide,15-17 yrs,13,209723,16.000852584838867,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,6.198652744293213 +1974,53,0,homicide,15-17 yrs,12,209723,16.000852584838867,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,5.721833229064941 +1974,53,0,other external,15-17 yrs,45,209723,16.000852584838867,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,21.45687484741211 +1974,53,0,internal,15-17 yrs,52,209723,16.000852584838867,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,24.79461097717285 +1974,53,0,all,18-20 yrs,267,204071,19.005767822265625,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,130.83682250976562 +1974,53,0,MVA,18-20 yrs,106,204071,19.005767822265625,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,51.94270706176758 +1974,53,0,suicide,18-20 yrs,23,204071,19.005767822265625,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,11.270586967468262 +1974,53,0,homicide,18-20 yrs,13,204071,19.005767822265625,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,6.370331764221191 +1974,53,0,other external,18-20 yrs,67,204071,19.005767822265625,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,32.83171081542969 +1974,53,0,internal,18-20 yrs,58,204071,19.005767822265625,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,28.421480178833008 +1974,53,0,all,21-24 yrs,304,255974,22.47981071472168,1,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,118.7620620727539 +1974,53,0,MVA,21-24 yrs,118,255974,22.47981071472168,1,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,46.09843063354492 +1974,53,0,suicide,21-24 yrs,51,255974,22.47981071472168,1,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,19.923898696899414 +1974,53,0,homicide,21-24 yrs,19,255974,22.47981071472168,1,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,7.422628879547119 +1974,53,0,other external,21-24 yrs,66,255974,22.47981071472168,1,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,25.78386878967285 +1974,53,0,internal,21-24 yrs,50,255974,22.47981071472168,1,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,19.533233642578125 +1975,53,0,MVA,15-17 yrs,78,210516,15.999420166015625,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,37.051815032958984 +1975,53,0,suicide,15-17 yrs,6,210516,15.999420166015625,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,2.850139617919922 +1975,53,0,homicide,15-17 yrs,5,210516,15.999420166015625,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,2.3751163482666016 +1975,53,0,other external,15-17 yrs,31,210516,15.999420166015625,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,14.72572135925293 +1975,53,0,internal,15-17 yrs,42,210516,15.999420166015625,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,19.950977325439453 +1975,53,0,all,18-20 yrs,276,210001,18.999013900756836,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,131.42794799804688 +1975,53,0,MVA,18-20 yrs,122,210001,18.999013900756836,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,58.09496307373047 +1975,53,0,suicide,18-20 yrs,33,210001,18.999013900756836,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,15.714210510253906 +1975,53,0,homicide,18-20 yrs,15,210001,18.999013900756836,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,7.142823219299316 +1975,53,0,other external,18-20 yrs,58,210001,18.999013900756836,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,27.618915557861328 +1975,53,0,internal,18-20 yrs,48,210001,18.999013900756836,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,22.85703468322754 +1975,53,0,all,21-24 yrs,371,266955,22.48421287536621,1,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,138.9747314453125 +1975,53,0,MVA,21-24 yrs,116,266955,22.48421287536621,1,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,43.45301818847656 +1975,53,0,suicide,21-24 yrs,45,266955,22.48421287536621,1,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,16.856773376464844 +1975,53,0,homicide,21-24 yrs,31,266955,22.48421287536621,1,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,11.612443923950195 +1975,53,0,other external,21-24 yrs,89,266955,22.48421287536621,1,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,33.338951110839844 +1975,53,0,internal,21-24 yrs,90,266955,22.48421287536621,1,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,33.71354675292969 +1976,53,0,MVA,15-17 yrs,58,213312,15.988486289978027,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,27.19021987915039 +1976,53,0,suicide,15-17 yrs,12,213312,15.988486289978027,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,5.62556266784668 +1976,53,0,homicide,15-17 yrs,10,213312,15.988486289978027,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,4.687968730926514 +1976,53,0,other external,15-17 yrs,38,213312,15.988486289978027,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,17.814281463623047 +1976,53,0,internal,15-17 yrs,43,213312,15.988486289978027,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,20.158266067504883 +1976,53,0,all,18-20 yrs,261,214956,19.006498336791992,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,121.42019653320312 +1976,53,0,MVA,18-20 yrs,133,214956,19.006498336791992,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,61.87312698364258 +1976,53,0,suicide,18-20 yrs,21,214956,19.006498336791992,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,9.769441604614258 +1976,53,0,homicide,18-20 yrs,12,214956,19.006498336791992,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,5.582537651062012 +1976,53,0,other external,18-20 yrs,48,214956,19.006498336791992,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,22.330150604248047 +1976,53,0,internal,18-20 yrs,47,214956,19.006498336791992,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,21.864940643310547 +1976,53,0,all,21-24 yrs,369,276756,22.492889404296875,1,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,133.3304443359375 +1976,53,0,MVA,21-24 yrs,124,276756,22.492889404296875,1,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,44.8048095703125 +1976,53,0,suicide,21-24 yrs,53,276756,22.492889404296875,1,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,19.150442123413086 +1976,53,0,homicide,21-24 yrs,26,276756,22.492889404296875,1,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,9.394556999206543 +1976,53,0,other external,21-24 yrs,88,276756,22.492889404296875,1,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,31.79696273803711 +1976,53,0,internal,21-24 yrs,78,276756,22.492889404296875,1,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,28.183670043945312 +1977,53,0,MVA,15-17 yrs,85,215106,15.99614143371582,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,39.51539993286133 +1977,53,0,suicide,15-17 yrs,18,215106,15.99614143371582,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,8.36796760559082 +1977,53,0,homicide,15-17 yrs,6,215106,15.99614143371582,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,2.7893223762512207 +1977,53,0,other external,15-17 yrs,43,215106,15.99614143371582,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,19.990144729614258 +1977,53,0,internal,15-17 yrs,36,215106,15.99614143371582,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,16.73593521118164 +1977,53,0,all,18-20 yrs,281,218056,19.022829055786133,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,128.86598205566406 +1977,53,0,MVA,18-20 yrs,129,218056,19.022829055786133,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,59.159114837646484 +1977,53,0,suicide,18-20 yrs,24,218056,19.022829055786133,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,11.006346702575684 +1977,53,0,homicide,18-20 yrs,8,218056,19.022829055786133,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,3.6687822341918945 +1977,53,0,other external,18-20 yrs,59,218056,19.022829055786133,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,27.057270050048828 +1977,53,0,internal,18-20 yrs,61,218056,19.022829055786133,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,27.974464416503906 +1977,53,0,all,21-24 yrs,394,286419,22.5084228515625,1,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,137.56069946289062 +1977,53,0,MVA,21-24 yrs,154,286419,22.5084228515625,1,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,53.76738357543945 +1977,53,0,suicide,21-24 yrs,61,286419,22.5084228515625,1,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,21.297470092773438 +1977,53,0,homicide,21-24 yrs,28,286419,22.5084228515625,1,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,9.775887489318848 +1977,53,0,other external,21-24 yrs,79,286419,22.5084228515625,1,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,27.581968307495117 +1977,53,0,internal,21-24 yrs,72,286419,22.5084228515625,1,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,25.137996673583984 +1978,53,0,MVA,15-17 yrs,97,217273,16.0112247467041,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,44.64429473876953 +1978,53,0,suicide,15-17 yrs,14,217273,16.0112247467041,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,6.443506717681885 +1978,53,0,homicide,15-17 yrs,12,217273,16.0112247467041,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,5.523005485534668 +1978,53,0,other external,15-17 yrs,35,217273,16.0112247467041,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,16.108766555786133 +1978,53,0,internal,15-17 yrs,45,217273,16.0112247467041,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,20.711271286010742 +1978,53,0,all,18-20 yrs,295,221256,19.023822784423828,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,133.3297119140625 +1978,53,0,MVA,18-20 yrs,150,221256,19.023822784423828,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,67.794769287109375 +1978,53,0,suicide,18-20 yrs,31,221256,19.023822784423828,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,14.010919570922852 +1978,53,0,homicide,18-20 yrs,16,221256,19.023822784423828,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,7.231442451477051 +1978,53,0,other external,18-20 yrs,53,221256,19.023822784423828,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,23.954153060913086 +1978,53,0,internal,18-20 yrs,45,221256,19.023822784423828,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,20.33843231201172 +1978,53,0,all,21-24 yrs,407,298371,22.498422622680664,1,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,136.40736389160156 +1978,53,0,MVA,21-24 yrs,169,298371,22.498422622680664,1,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,56.640892028808594 +1978,53,0,suicide,21-24 yrs,53,298371,22.498422622680664,1,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,17.763120651245117 +1978,53,0,homicide,21-24 yrs,22,298371,22.498422622680664,1,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,7.37337064743042 +1978,53,0,other external,21-24 yrs,87,298371,22.498422622680664,1,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,29.158329010009766 +1978,53,0,internal,21-24 yrs,76,298371,22.498422622680664,1,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,25.471643447875977 +1979,53,0,MVA,15-17 yrs,85,215740,16.015666961669922,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,39.39927673339844 +1979,53,0,suicide,15-17 yrs,18,215740,16.015666961669922,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,8.343376159667969 +1979,53,0,homicide,15-17 yrs,9,215740,16.015666961669922,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,4.171688079833984 +1979,53,0,other external,15-17 yrs,39,215740,16.015666961669922,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,18.077314376831055 +1979,53,0,internal,15-17 yrs,46,215740,16.015666961669922,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,21.321962356567383 +1979,53,0,all,18-20 yrs,301,226924,19.0150089263916,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,132.64352416992188 +1979,53,0,MVA,18-20 yrs,141,226924,19.0150089263916,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,62.13534164428711 +1979,53,0,suicide,18-20 yrs,42,226924,19.0150089263916,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,18.508399963378906 +1979,53,0,homicide,18-20 yrs,10,226924,19.0150089263916,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,4.406761646270752 +1979,53,0,other external,18-20 yrs,62,226924,19.0150089263916,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,27.321922302246094 +1979,53,0,internal,18-20 yrs,46,226924,19.0150089263916,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,20.27110481262207 +1979,53,0,all,21-24 yrs,410,310427,22.501367568969727,1,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,132.07614135742188 +1979,53,0,MVA,21-24 yrs,165,310427,22.501367568969727,1,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,53.152591705322266 +1979,53,0,suicide,21-24 yrs,53,310427,22.501367568969727,1,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,17.073257446289062 +1979,53,0,homicide,21-24 yrs,30,310427,22.501367568969727,1,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,9.6641082763671875 +1979,53,0,other external,21-24 yrs,73,310427,22.501367568969727,1,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,23.515995025634766 +1979,53,0,internal,21-24 yrs,89,310427,22.501367568969727,1,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,28.67018699645996 +1980,53,0,MVA,15-17 yrs,96,213894,16.02942657470703,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,44.88204574584961 +1980,53,0,suicide,15-17 yrs,17,213894,16.02942657470703,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,7.947862148284912 +1980,53,0,homicide,15-17 yrs,8,213894,16.02942657470703,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,3.740170478820801 +1980,53,0,other external,15-17 yrs,30,213894,16.02942657470703,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,14.025638580322266 +1980,53,0,internal,15-17 yrs,40,213894,16.02942657470703,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,18.700851440429688 +1980,53,0,all,18-20 yrs,289,233159,19.021093368530273,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,123.94975280761719 +1980,53,0,MVA,18-20 yrs,144,233159,19.021093368530273,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,61.76042938232422 +1980,53,0,suicide,18-20 yrs,30,233159,19.021093368530273,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,12.866756439208984 +1980,53,0,homicide,18-20 yrs,19,233159,19.021093368530273,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,8.148945808410645 +1980,53,0,other external,18-20 yrs,61,233159,19.021093368530273,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,26.162405014038086 +1980,53,0,internal,18-20 yrs,35,233159,19.021093368530273,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,15.011215209960938 +1980,53,0,all,21-24 yrs,395,321667,22.511423110961914,1,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,122.79779815673828 +1980,53,0,MVA,21-24 yrs,154,321667,22.511423110961914,1,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,47.8755989074707 +1980,53,0,suicide,21-24 yrs,72,321667,22.511423110961914,1,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,22.38339614868164 +1980,53,0,homicide,21-24 yrs,29,321667,22.511423110961914,1,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,9.015534400939941 +1980,53,0,other external,21-24 yrs,57,321667,22.511423110961914,1,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,17.72018814086914 +1980,53,0,internal,21-24 yrs,83,321667,22.511423110961914,1,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,25.803081512451172 +1981,53,0,MVA,15-17 yrs,76,205911,16.036155700683594,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,36.909149169921875 +1981,53,0,suicide,15-17 yrs,22,205911,16.036155700683594,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,10.68422794342041 +1981,53,0,homicide,15-17 yrs,6,205911,16.036155700683594,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,2.9138803482055664 +1981,53,0,other external,15-17 yrs,28,205911,16.036155700683594,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,13.598108291625977 +1981,53,0,internal,15-17 yrs,34,205911,16.036155700683594,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,16.511987686157227 +1981,53,0,all,18-20 yrs,268,232085,19.02552604675293,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,115.47493743896484 +1981,53,0,MVA,18-20 yrs,152,232085,19.02552604675293,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,65.49324798583984 +1981,53,0,suicide,18-20 yrs,22,232085,19.02552604675293,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,9.47928524017334 +1981,53,0,homicide,18-20 yrs,8,232085,19.02552604675293,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,3.4470129013061523 +1981,53,0,other external,18-20 yrs,56,232085,19.02552604675293,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,24.129091262817383 +1981,53,0,internal,18-20 yrs,30,232085,19.02552604675293,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,12.926298141479492 +1981,53,0,all,21-24 yrs,310,321375,22.528202056884766,1,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,96.46051788330078 +1981,53,0,MVA,21-24 yrs,108,321375,22.528202056884766,1,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,33.6056022644043 +1981,53,0,suicide,21-24 yrs,48,321375,22.528202056884766,1,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,14.935822486877441 +1981,53,0,homicide,21-24 yrs,34,321375,22.528202056884766,1,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,10.579541206359863 +1981,53,0,other external,21-24 yrs,50,321375,22.528202056884766,1,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,15.558148384094238 +1981,53,0,internal,21-24 yrs,70,321375,22.528202056884766,1,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,21.781408309936523 +1982,53,0,MVA,15-17 yrs,46,197344,16.021455764770508,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,23.309551239013672 +1982,53,0,suicide,15-17 yrs,12,197344,16.021455764770508,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,6.080752372741699 +1982,53,0,homicide,15-17 yrs,18,197344,16.021455764770508,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,9.121129035949707 +1982,53,0,other external,15-17 yrs,28,197344,16.021455764770508,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,14.188422203063965 +1982,53,0,internal,15-17 yrs,46,197344,16.021455764770508,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,23.309551239013672 +1982,53,0,all,18-20 yrs,252,225213,19.026077270507812,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,111.89407348632812 +1982,53,0,MVA,18-20 yrs,108,225213,19.026077270507812,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,47.9546012878418 +1982,53,0,suicide,18-20 yrs,20,225213,19.026077270507812,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,8.880481719970703 +1982,53,0,homicide,18-20 yrs,20,225213,19.026077270507812,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,8.880481719970703 +1982,53,0,other external,18-20 yrs,54,225213,19.026077270507812,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,23.9773006439209 +1982,53,0,internal,18-20 yrs,50,225213,19.026077270507812,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,22.201204299926758 +1982,53,0,all,21-24 yrs,308,315996,22.5217342376709,1,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,97.46958923339844 +1982,53,0,MVA,21-24 yrs,112,315996,22.5217342376709,1,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,35.443485260009766 +1982,53,0,suicide,21-24 yrs,56,315996,22.5217342376709,1,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,17.721742630004883 +1982,53,0,homicide,21-24 yrs,28,315996,22.5217342376709,1,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,8.860871315002441 +1982,53,0,other external,21-24 yrs,58,315996,22.5217342376709,1,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,18.35466194152832 +1982,53,0,internal,21-24 yrs,54,315996,22.5217342376709,1,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,17.088823318481445 +1983,53,0,MVA,15-17 yrs,55,192416,16.002796173095703,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,28.58390235900879 +1983,53,0,suicide,15-17 yrs,15,192416,16.002796173095703,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,7.795609474182129 +1983,53,0,homicide,15-17 yrs,4,192416,16.002796173095703,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,2.078829288482666 +1983,53,0,other external,15-17 yrs,23,192416,16.002796173095703,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,11.953268051147461 +1983,53,0,internal,15-17 yrs,36,192416,16.002796173095703,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,18.709463119506836 +1983,53,0,all,18-20 yrs,225,216845,19.043962478637695,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,103.76074981689453 +1983,53,0,MVA,18-20 yrs,102,216845,19.043962478637695,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,47.0382080078125 +1983,53,0,suicide,18-20 yrs,22,216845,19.043962478637695,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,10.145495414733887 +1983,53,0,homicide,18-20 yrs,17,216845,19.043962478637695,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,7.839701175689697 +1983,53,0,other external,18-20 yrs,31,216845,19.043962478637695,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,14.295926094055176 +1983,53,0,internal,18-20 yrs,53,216845,19.043962478637695,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,24.441421508789062 +1983,53,0,all,21-24 yrs,307,309364,22.52262306213379,1,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,99.23585510253906 +1983,53,0,MVA,21-24 yrs,105,309364,22.52262306213379,1,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,33.94060134887695 +1983,53,0,suicide,21-24 yrs,59,309364,22.52262306213379,1,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,19.07138442993164 +1983,53,0,homicide,21-24 yrs,32,309364,22.52262306213379,1,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,10.343802452087402 +1983,53,0,other external,21-24 yrs,48,309364,22.52262306213379,1,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,15.515703201293945 +1983,53,0,internal,21-24 yrs,63,309364,22.52262306213379,1,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,20.364360809326172 +1984,53,0,MVA,15-17 yrs,47,193982,15.988035202026367,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,24.22905158996582 +1984,53,0,suicide,15-17 yrs,14,193982,15.988035202026367,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,7.217164516448975 +1984,53,0,homicide,15-17 yrs,9,193982,15.988035202026367,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,4.639605522155762 +1984,53,0,other external,15-17 yrs,23,193982,15.988035202026367,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,11.856770515441895 +1984,53,0,internal,15-17 yrs,30,193982,15.988035202026367,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,15.465352058410645 +1984,53,0,all,18-20 yrs,221,206559,19.051301956176758,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,106.99122619628906 +1984,53,0,MVA,18-20 yrs,90,206559,19.051301956176758,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,43.57108688354492 +1984,53,0,suicide,18-20 yrs,33,206559,19.051301956176758,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,15.976064682006836 +1984,53,0,homicide,18-20 yrs,13,206559,19.051301956176758,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,6.2936015129089355 +1984,53,0,other external,18-20 yrs,44,206559,19.051301956176758,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,21.301420211791992 +1984,53,0,internal,18-20 yrs,41,206559,19.051301956176758,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,19.849050521850586 +1984,53,0,all,21-24 yrs,336,305704,22.52362060546875,1,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,109.91024017333984 +1984,53,0,MVA,21-24 yrs,126,305704,22.52362060546875,1,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,41.216339111328125 +1984,53,0,suicide,21-24 yrs,55,305704,22.52362060546875,1,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,17.99125862121582 +1984,53,0,homicide,21-24 yrs,28,305704,22.52362060546875,1,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,9.159186363220215 +1984,53,0,other external,21-24 yrs,54,305704,22.52362060546875,1,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,17.664146423339844 +1984,53,0,internal,21-24 yrs,73,305704,22.52362060546875,1,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,23.879308700561523 +1985,53,0,MVA,15-17 yrs,48,199026,15.984177589416504,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,24.11745262145996 +1985,53,0,suicide,15-17 yrs,15,199026,15.984177589416504,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,7.536703586578369 +1985,53,0,homicide,15-17 yrs,6,199026,15.984177589416504,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,3.014681577682495 +1985,53,0,other external,15-17 yrs,23,199026,15.984177589416504,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,11.556279182434082 +1985,53,0,internal,15-17 yrs,40,199026,15.984177589416504,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,20.097877502441406 +1985,53,0,all,18-20 yrs,201,198221,19.03662109375,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,101.40196990966797 +1985,53,0,MVA,18-20 yrs,78,198221,19.03662109375,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,39.35001754760742 +1985,53,0,suicide,18-20 yrs,29,198221,19.03662109375,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,14.630134582519531 +1985,53,0,homicide,18-20 yrs,16,198221,19.03662109375,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,8.071798324584961 +1985,53,0,other external,18-20 yrs,26,198221,19.03662109375,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,13.11667251586914 +1985,53,0,internal,18-20 yrs,52,198221,19.03662109375,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,26.23334503173828 +1985,53,0,all,21-24 yrs,298,301604,22.53483009338379,1,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,98.8050537109375 +1985,53,0,MVA,21-24 yrs,107,301604,22.53483009338379,1,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,35.47698211669922 +1985,53,0,suicide,21-24 yrs,47,301604,22.53483009338379,1,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,15.58334732055664 +1985,53,0,homicide,21-24 yrs,33,301604,22.53483009338379,1,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,10.941499710083008 +1985,53,0,other external,21-24 yrs,44,301604,22.53483009338379,1,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,14.588665962219238 +1985,53,0,internal,21-24 yrs,67,301604,22.53483009338379,1,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,22.21455955505371 +1986,53,0,MVA,15-17 yrs,75,203212,15.99858283996582,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,36.90726852416992 +1986,53,0,suicide,15-17 yrs,25,203212,15.99858283996582,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,12.302423477172852 +1986,53,0,homicide,15-17 yrs,10,203212,15.99858283996582,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,4.920969009399414 +1986,53,0,other external,15-17 yrs,12,203212,15.99858283996582,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,5.905163288116455 +1986,53,0,internal,15-17 yrs,37,203212,15.99858283996582,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,18.20758628845215 +1986,53,0,all,18-20 yrs,219,194242,19.018661499023438,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,112.74595642089844 +1986,53,0,MVA,18-20 yrs,91,194242,19.018661499023438,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,46.848777770996094 +1986,53,0,suicide,18-20 yrs,35,194242,19.018661499023438,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,18.018760681152344 +1986,53,0,homicide,18-20 yrs,17,194242,19.018661499023438,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,8.751969337463379 +1986,53,0,other external,18-20 yrs,27,194242,19.018661499023438,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,13.900186538696289 +1986,53,0,internal,18-20 yrs,49,194242,19.018661499023438,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,25.22626495361328 +1986,53,0,all,21-24 yrs,322,293566,22.54955291748047,1,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,109.68572998046875 +1986,53,0,MVA,21-24 yrs,97,293566,22.54955291748047,1,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,33.04197311401367 +1986,53,0,suicide,21-24 yrs,50,293566,22.54955291748047,1,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,17.031944274902344 +1986,53,0,homicide,21-24 yrs,30,293566,22.54955291748047,1,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,10.21916675567627 +1986,53,0,other external,21-24 yrs,57,293566,22.54955291748047,1,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,19.416418075561523 +1986,53,0,internal,21-24 yrs,88,293566,22.54955291748047,1,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,29.97622299194336 +1987,53,0,MVA,15-17 yrs,62,199635,16.041105270385742,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,31.056678771972656 +1987,53,0,suicide,15-17 yrs,27,199635,16.041105270385742,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,13.524682998657227 +1987,53,0,homicide,15-17 yrs,7,199635,16.041105270385742,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,3.506399154663086 +1987,53,0,other external,15-17 yrs,24,199635,16.041105270385742,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,12.021940231323242 +1987,53,0,internal,15-17 yrs,42,199635,16.041105270385742,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,21.038394927978516 +1987,53,0,all,18-20 yrs,212,197425,19.001893997192383,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,107.38255310058594 +1987,53,0,MVA,18-20 yrs,86,197425,19.001893997192383,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,43.56084442138672 +1987,53,0,suicide,18-20 yrs,29,197425,19.001893997192383,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,14.689122200012207 +1987,53,0,homicide,18-20 yrs,24,197425,19.001893997192383,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,12.156515121459961 +1987,53,0,other external,18-20 yrs,28,197425,19.001893997192383,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,14.182600975036621 +1987,53,0,internal,18-20 yrs,45,197425,19.001893997192383,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,22.793466567993164 +1987,53,0,all,21-24 yrs,310,286212,22.569847106933594,1,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,108.31132507324219 +1987,53,0,MVA,21-24 yrs,102,286212,22.569847106933594,1,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,35.63792037963867 +1987,53,0,suicide,21-24 yrs,66,286212,22.569847106933594,1,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,23.059829711914062 +1987,53,0,homicide,21-24 yrs,34,286212,22.569847106933594,1,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,11.879305839538574 +1987,53,0,other external,21-24 yrs,47,286212,22.569847106933594,1,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,16.42139434814453 +1987,53,0,internal,21-24 yrs,61,286212,22.569847106933594,1,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,21.31287384033203 +1988,53,0,MVA,15-17 yrs,50,192393,16.065366744995117,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,25.98847198486328 +1988,53,0,suicide,15-17 yrs,31,192393,16.065366744995117,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,16.112852096557617 +1988,53,0,homicide,15-17 yrs,11,192393,16.065366744995117,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,5.717463970184326 +1988,53,0,other external,15-17 yrs,16,192393,16.065366744995117,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,8.31631088256836 +1988,53,0,internal,15-17 yrs,29,192393,16.065366744995117,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,15.07331371307373 +1988,53,0,all,18-20 yrs,217,204936,18.99822425842285,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,105.88671875 +1988,53,0,MVA,18-20 yrs,95,204936,18.99822425842285,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,46.355934143066406 +1988,53,0,suicide,18-20 yrs,40,204936,18.99822425842285,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,19.51828956604004 +1988,53,0,homicide,18-20 yrs,17,204936,18.99822425842285,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,8.2952728271484375 +1988,53,0,other external,18-20 yrs,21,204936,18.99822425842285,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,10.247101783752441 +1988,53,0,internal,18-20 yrs,44,204936,18.99822425842285,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,21.470117568969727 +1988,53,0,all,21-24 yrs,284,280709,22.56346893310547,1,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,101.1723861694336 +1988,53,0,MVA,21-24 yrs,94,280709,22.56346893310547,1,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,33.486637115478516 +1988,53,0,suicide,21-24 yrs,47,280709,22.56346893310547,1,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,16.743318557739258 +1988,53,0,homicide,21-24 yrs,27,280709,22.56346893310547,1,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,9.618501663208008 +1988,53,0,other external,21-24 yrs,34,280709,22.56346893310547,1,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,12.112187385559082 +1988,53,0,internal,21-24 yrs,82,280709,22.56346893310547,1,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,29.211746215820312 +1989,53,0,MVA,15-17 yrs,44,184747,16.030441284179688,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,23.816354751586914 +1989,53,0,suicide,15-17 yrs,22,184747,16.030441284179688,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,11.908177375793457 +1989,53,0,homicide,15-17 yrs,10,184747,16.030441284179688,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,5.412807941436768 +1989,53,0,other external,15-17 yrs,12,184747,16.030441284179688,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,6.4953694343566895 +1989,53,0,internal,15-17 yrs,37,184747,16.030441284179688,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,20.027389526367188 +1989,53,0,all,18-20 yrs,214,211031,19.009363174438477,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,101.40689849853516 +1989,53,0,MVA,18-20 yrs,92,211031,19.009363174438477,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,43.595489501953125 +1989,53,0,suicide,18-20 yrs,36,211031,19.009363174438477,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,17.059104919433594 +1989,53,0,homicide,18-20 yrs,21,211031,19.009363174438477,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,9.951144218444824 +1989,53,0,other external,18-20 yrs,34,211031,19.009363174438477,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,16.111377716064453 +1989,53,0,internal,18-20 yrs,31,211031,19.009363174438477,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,14.68978500366211 +1989,53,0,all,21-24 yrs,263,275876,22.537052154541016,1,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,95.33268737792969 +1989,53,0,MVA,21-24 yrs,81,275876,22.537052154541016,1,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,29.36101722717285 +1989,53,0,suicide,21-24 yrs,43,275876,22.537052154541016,1,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,15.586712837219238 +1989,53,0,homicide,21-24 yrs,24,275876,22.537052154541016,1,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,8.69956111907959 +1989,53,0,other external,21-24 yrs,45,275876,22.537052154541016,1,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,16.311676025390625 +1989,53,0,internal,21-24 yrs,70,275876,22.537052154541016,1,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,25.37371826171875 +1990,53,0,MVA,15-17 yrs,59,190382,15.985713005065918,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,30.990324020385742 +1990,53,0,suicide,15-17 yrs,16,190382,15.985713005065918,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,8.404155731201172 +1990,53,0,homicide,15-17 yrs,8,190382,15.985713005065918,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,4.202077865600586 +1990,53,0,other external,15-17 yrs,27,190382,15.985713005065918,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,14.182012557983398 +1990,53,0,internal,15-17 yrs,24,190382,15.985713005065918,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,12.606233596801758 +1990,53,0,all,18-20 yrs,190,210266,19.0481014251709,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,90.36173248291016 +1990,53,0,MVA,18-20 yrs,77,210266,19.0481014251709,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,36.62028121948242 +1990,53,0,suicide,18-20 yrs,42,210266,19.0481014251709,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,19.974699020385742 +1990,53,0,homicide,18-20 yrs,13,210266,19.0481014251709,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,6.182644844055176 +1990,53,0,other external,18-20 yrs,23,210266,19.0481014251709,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,10.938525199890137 +1990,53,0,internal,18-20 yrs,35,210266,19.0481014251709,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,16.64558219909668 +1990,53,0,all,21-24 yrs,305,278161,22.50273323059082,1,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,109.64872741699219 +1990,53,0,MVA,21-24 yrs,112,278161,22.50273323059082,1,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,40.26445007324219 +1990,53,0,suicide,21-24 yrs,43,278161,22.50273323059082,1,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,15.458673477172852 +1990,53,0,homicide,21-24 yrs,38,278161,22.50273323059082,1,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,13.661152839660645 +1990,53,0,other external,21-24 yrs,40,278161,22.50273323059082,1,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,14.38016128540039 +1990,53,0,internal,21-24 yrs,72,278161,22.50273323059082,1,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,25.88429069519043 +1991,53,0,MVA,15-17 yrs,44,194574,15.98969554901123,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,22.61350440979004 +1991,53,0,suicide,15-17 yrs,23,194574,15.98969554901123,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,11.820695877075195 +1991,53,0,homicide,15-17 yrs,13,194574,15.98969554901123,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,6.681262493133545 +1991,53,0,other external,15-17 yrs,22,194574,15.98969554901123,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,11.30675220489502 +1991,53,0,internal,15-17 yrs,27,194574,15.98969554901123,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,13.876468658447266 +1991,53,0,all,18-20 yrs,201,204964,19.051198959350586,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,98.06600189208984 +1991,53,0,MVA,18-20 yrs,73,204964,19.051198959350586,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,35.61600875854492 +1991,53,0,suicide,18-20 yrs,32,204964,19.051198959350586,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,15.612497329711914 +1991,53,0,homicide,18-20 yrs,25,204964,19.051198959350586,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,12.197263717651367 +1991,53,0,other external,18-20 yrs,28,204964,19.051198959350586,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,13.660935401916504 +1991,53,0,internal,18-20 yrs,43,204964,19.051198959350586,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,20.979293823242188 +1991,53,0,all,21-24 yrs,282,281522,22.48267936706543,1,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,100.16979217529297 +1991,53,0,MVA,21-24 yrs,86,281522,22.48267936706543,1,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,30.548234939575195 +1991,53,0,suicide,21-24 yrs,56,281522,22.48267936706543,1,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,19.891874313354492 +1991,53,0,homicide,21-24 yrs,27,281522,22.48267936706543,1,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,9.59072494506836 +1991,53,0,other external,21-24 yrs,42,281522,22.48267936706543,1,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,14.918905258178711 +1991,53,0,internal,21-24 yrs,71,281522,22.48267936706543,1,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,25.220054626464844 +1992,53,0,MVA,15-17 yrs,39,204575,15.984983444213867,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,19.063913345336914 +1992,53,0,suicide,15-17 yrs,18,204575,15.984983444213867,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,8.798728942871094 +1992,53,0,homicide,15-17 yrs,21,204575,15.984983444213867,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,10.265183448791504 +1992,53,0,other external,15-17 yrs,16,204575,15.984983444213867,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,7.82109260559082 +1992,53,0,internal,15-17 yrs,28,204575,15.984983444213867,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,13.686911582946777 +1992,53,0,all,18-20 yrs,159,201813,19.029760360717773,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,78.78580474853516 +1992,53,0,MVA,18-20 yrs,50,201813,19.029760360717773,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,24.77541160583496 +1992,53,0,suicide,18-20 yrs,24,201813,19.029760360717773,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,11.892197608947754 +1992,53,0,homicide,18-20 yrs,30,201813,19.029760360717773,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,14.865246772766113 +1992,53,0,other external,18-20 yrs,21,201813,19.029760360717773,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,10.405673027038574 +1992,53,0,internal,18-20 yrs,34,201813,19.029760360717773,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,16.847278594970703 +1992,53,0,all,21-24 yrs,297,286681,22.482717514038086,1,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,103.59947204589844 +1992,53,0,MVA,21-24 yrs,92,286681,22.482717514038086,1,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,32.0914192199707 +1992,53,0,suicide,21-24 yrs,60,286681,22.482717514038086,1,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,20.92918586730957 +1992,53,0,homicide,21-24 yrs,38,286681,22.482717514038086,1,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,13.25515079498291 +1992,53,0,other external,21-24 yrs,41,286681,22.482717514038086,1,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,14.301610946655273 +1992,53,0,internal,21-24 yrs,66,286681,22.482717514038086,1,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,23.022104263305664 +1993,53,0,MVA,15-17 yrs,56,211360,15.985607147216797,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,26.495079040527344 +1993,53,0,suicide,15-17 yrs,14,211360,15.985607147216797,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,6.623769760131836 +1993,53,0,homicide,15-17 yrs,28,211360,15.985607147216797,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,13.247539520263672 +1993,53,0,other external,15-17 yrs,29,211360,15.985607147216797,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,13.72066593170166 +1993,53,0,internal,15-17 yrs,27,211360,15.985607147216797,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,12.774413108825684 +1993,53,0,all,18-20 yrs,198,206125,19.007369995117188,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,96.05821990966797 +1993,53,0,MVA,18-20 yrs,84,206125,19.007369995117188,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,40.75197219848633 +1993,53,0,suicide,18-20 yrs,24,206125,19.007369995117188,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,11.643420219421387 +1993,53,0,homicide,18-20 yrs,23,206125,19.007369995117188,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,11.15827751159668 +1993,53,0,other external,18-20 yrs,31,206125,19.007369995117188,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,15.03941822052002 +1993,53,0,internal,18-20 yrs,36,206125,19.007369995117188,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,17.465129852294922 +1993,53,0,all,21-24 yrs,289,287535,22.517332077026367,1,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,100.50950622558594 +1993,53,0,MVA,21-24 yrs,83,287535,22.517332077026367,1,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,28.866050720214844 +1993,53,0,suicide,21-24 yrs,48,287535,22.517332077026367,1,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,16.693620681762695 +1993,53,0,homicide,21-24 yrs,36,287535,22.517332077026367,1,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,12.520215034484863 +1993,53,0,other external,21-24 yrs,46,287535,22.517332077026367,1,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,15.998052597045898 +1993,53,0,internal,21-24 yrs,76,287535,22.517332077026367,1,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,26.431564331054688 +1994,53,0,MVA,15-17 yrs,44,220678,15.992631912231445,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,19.938552856445312 +1994,53,0,suicide,15-17 yrs,25,220678,15.992631912231445,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,11.328722953796387 +1994,53,0,homicide,15-17 yrs,21,220678,15.992631912231445,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,9.516127586364746 +1994,53,0,other external,15-17 yrs,22,220678,15.992631912231445,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,9.969276428222656 +1994,53,0,internal,15-17 yrs,22,220678,15.992631912231445,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,9.969276428222656 +1994,53,0,all,18-20 yrs,168,210803,19.005863189697266,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,79.69525909423828 +1994,53,0,MVA,18-20 yrs,47,210803,19.005863189697266,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,22.295698165893555 +1994,53,0,suicide,18-20 yrs,34,210803,19.005863189697266,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,16.128803253173828 +1994,53,0,homicide,18-20 yrs,34,210803,19.005863189697266,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,16.128803253173828 +1994,53,0,other external,18-20 yrs,18,210803,19.005863189697266,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,8.538778305053711 +1994,53,0,internal,18-20 yrs,35,210803,19.005863189697266,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,16.603179931640625 +1994,53,0,all,21-24 yrs,278,283597,22.541013717651367,1,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,98.02642822265625 +1994,53,0,MVA,21-24 yrs,74,283597,22.541013717651367,1,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,26.093364715576172 +1994,53,0,suicide,21-24 yrs,58,283597,22.541013717651367,1,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,20.451557159423828 +1994,53,0,homicide,21-24 yrs,47,283597,22.541013717651367,1,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,16.572813034057617 +1994,53,0,other external,21-24 yrs,44,283597,22.541013717651367,1,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,15.514973640441895 +1994,53,0,internal,21-24 yrs,55,283597,22.541013717651367,1,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,19.39371681213379 +1995,53,0,MVA,15-17 yrs,57,230890,15.978145599365234,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,24.68708038330078 +1995,53,0,suicide,15-17 yrs,16,230890,15.978145599365234,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,6.929706573486328 +1995,53,0,homicide,15-17 yrs,24,230890,15.978145599365234,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,10.394559860229492 +1995,53,0,other external,15-17 yrs,18,230890,15.978145599365234,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,7.795920372009277 +1995,53,0,internal,15-17 yrs,25,230890,15.978145599365234,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,10.827667236328125 +1995,53,0,all,18-20 yrs,173,220518,19.001800537109375,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,78.45164489746094 +1995,53,0,MVA,18-20 yrs,51,220518,19.001800537109375,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,23.127363204956055 +1995,53,0,suicide,18-20 yrs,32,220518,19.001800537109375,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,14.511286735534668 +1995,53,0,homicide,18-20 yrs,21,220518,19.001800537109375,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,9.523032188415527 +1995,53,0,other external,18-20 yrs,26,220518,19.001800537109375,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,11.790420532226562 +1995,53,0,internal,18-20 yrs,43,220518,19.001800537109375,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,19.499542236328125 +1995,53,0,all,21-24 yrs,280,279883,22.530418395996094,1,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,100.04180145263672 +1995,53,0,MVA,21-24 yrs,57,279883,22.530418395996094,1,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,20.365652084350586 +1995,53,0,suicide,21-24 yrs,65,279883,22.530418395996094,1,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,23.223989486694336 +1995,53,0,homicide,21-24 yrs,36,279883,22.530418395996094,1,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,12.862517356872559 +1995,53,0,other external,21-24 yrs,43,279883,22.530418395996094,1,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,15.36356258392334 +1995,53,0,internal,21-24 yrs,79,279883,22.530418395996094,1,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,28.2260799407959 +1996,53,0,MVA,15-17 yrs,36,240865,15.988388061523438,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,14.946131706237793 +1996,53,0,suicide,15-17 yrs,19,240865,15.988388061523438,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,7.888236045837402 +1996,53,0,homicide,15-17 yrs,10,240865,15.988388061523438,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,4.151703357696533 +1996,53,0,other external,15-17 yrs,22,240865,15.988388061523438,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,9.133747100830078 +1996,53,0,internal,15-17 yrs,35,240865,15.988388061523438,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,14.530961036682129 +1996,53,0,all,18-20 yrs,177,227274,18.998828887939453,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,77.87956237792969 +1996,53,0,MVA,18-20 yrs,69,227274,18.998828887939453,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,30.359830856323242 +1996,53,0,suicide,18-20 yrs,32,227274,18.998828887939453,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,14.079920768737793 +1996,53,0,homicide,18-20 yrs,27,227274,18.998828887939453,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,11.87993335723877 +1996,53,0,other external,18-20 yrs,23,227274,18.998828887939453,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,10.119943618774414 +1996,53,0,internal,18-20 yrs,26,227274,18.998828887939453,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,11.439935684204102 +1996,53,0,all,21-24 yrs,255,278566,22.48723030090332,1,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,91.54024505615234 +1996,53,0,MVA,21-24 yrs,75,278566,22.48723030090332,1,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,26.923601150512695 +1996,53,0,suicide,21-24 yrs,44,278566,22.48723030090332,1,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,15.79517936706543 +1996,53,0,homicide,21-24 yrs,35,278566,22.48723030090332,1,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,12.564347267150879 +1996,53,0,other external,21-24 yrs,45,278566,22.48723030090332,1,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,16.15416145324707 +1996,53,0,internal,21-24 yrs,56,278566,22.48723030090332,1,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,20.102956771850586 +1970,54,1,MVA,15-17 yrs,53,106575,15.988974571228027,0,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,49.7302360534668 +1970,54,1,suicide,15-17 yrs,4,106575,15.988974571228027,0,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,3.753225326538086 +1970,54,1,homicide,15-17 yrs,3,106575,15.988974571228027,0,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,2.8149189949035645 +1970,54,1,other external,15-17 yrs,26,106575,15.988974571228027,0,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,24.395965576171875 +1970,54,1,internal,15-17 yrs,30,106575,15.988974571228027,0,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,28.14919090270996 +1970,54,1,all,18-20 yrs,164,95003,18.942001342773438,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,172.62612915039062 +1970,54,1,MVA,18-20 yrs,70,95003,18.942001342773438,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,73.681884765625 +1970,54,1,suicide,18-20 yrs,4,95003,18.942001342773438,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,4.21039342880249 +1970,54,1,homicide,18-20 yrs,4,95003,18.942001342773438,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,4.21039342880249 +1970,54,1,other external,18-20 yrs,54,95003,18.942001342773438,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,56.840309143066406 +1970,54,1,internal,18-20 yrs,32,95003,18.942001342773438,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,33.68314743041992 +1970,54,1,all,21-24 yrs,187,99614,22.378189086914062,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,187.72462463378906 +1970,54,1,MVA,21-24 yrs,76,99614,22.378189086914062,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,76.29449462890625 +1970,54,1,suicide,21-24 yrs,6,99614,22.378189086914062,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,6.023249626159668 +1970,54,1,homicide,21-24 yrs,6,99614,22.378189086914062,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,6.023249626159668 +1970,54,1,other external,21-24 yrs,51,99614,22.378189086914062,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,51.19762420654297 +1970,54,1,internal,21-24 yrs,48,99614,22.378189086914062,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,48.185997009277344 +1971,54,1,MVA,15-17 yrs,39,107024,15.995524406433105,0,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,36.440425872802734 +1971,54,1,suicide,15-17 yrs,4,107024,15.995524406433105,0,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,3.7374794483184814 +1971,54,1,homicide,15-17 yrs,3,107024,15.995524406433105,0,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,2.803109645843506 +1971,54,1,other external,15-17 yrs,35,107024,15.995524406433105,0,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,32.702945709228516 +1971,54,1,internal,15-17 yrs,21,107024,15.995524406433105,0,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,19.621767044067383 +1971,54,1,all,18-20 yrs,148,96291,18.976871490478516,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,153.7007598876953 +1971,54,1,MVA,18-20 yrs,64,96291,18.976871490478516,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,66.46519470214844 +1971,54,1,suicide,18-20 yrs,5,96291,18.976871490478516,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,5.192593097686768 +1971,54,1,homicide,18-20 yrs,5,96291,18.976871490478516,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,5.192593097686768 +1971,54,1,other external,18-20 yrs,31,96291,18.976871490478516,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,32.19407653808594 +1971,54,1,internal,18-20 yrs,43,96291,18.976871490478516,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,44.65630340576172 +1971,54,1,all,21-24 yrs,188,117378,22.51968002319336,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,160.1663055419922 +1971,54,1,MVA,21-24 yrs,75,117378,22.51968002319336,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,63.8961296081543 +1971,54,1,suicide,21-24 yrs,10,117378,22.51968002319336,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,8.519484519958496 +1971,54,1,homicide,21-24 yrs,9,117378,22.51968002319336,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,7.667535781860352 +1971,54,1,other external,21-24 yrs,38,117378,22.51968002319336,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,32.37403869628906 +1971,54,1,internal,21-24 yrs,56,117378,22.51968002319336,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,47.709110260009766 +1972,54,1,MVA,15-17 yrs,44,108483,15.987159729003906,0,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,40.559349060058594 +1972,54,1,suicide,15-17 yrs,2,108483,15.987159729003906,0,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,1.8436068296432495 +1972,54,1,homicide,15-17 yrs,2,108483,15.987159729003906,0,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,1.8436068296432495 +1972,54,1,other external,15-17 yrs,38,108483,15.987159729003906,0,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,35.02853012084961 +1972,54,1,internal,15-17 yrs,34,108483,15.987159729003906,0,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,31.34131622314453 +1972,54,1,all,18-20 yrs,134,97156,18.98186492919922,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,137.92251586914062 +1972,54,1,MVA,18-20 yrs,62,97156,18.98186492919922,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,63.81489562988281 +1972,54,1,suicide,18-20 yrs,6,97156,18.98186492919922,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,6.175634860992432 +1972,54,1,homicide,18-20 yrs,6,97156,18.98186492919922,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,6.175634860992432 +1972,54,1,other external,18-20 yrs,22,97156,18.98186492919922,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,22.64399528503418 +1972,54,1,internal,18-20 yrs,38,97156,18.98186492919922,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,39.11235427856445 +1972,54,1,all,21-24 yrs,158,123095,22.50128746032715,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,128.35614013671875 +1972,54,1,MVA,21-24 yrs,68,123095,22.50128746032715,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,55.241886138916016 +1972,54,1,suicide,21-24 yrs,6,123095,22.50128746032715,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,4.874284267425537 +1972,54,1,homicide,21-24 yrs,10,123095,22.50128746032715,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,8.123806953430176 +1972,54,1,other external,21-24 yrs,42,123095,22.50128746032715,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,34.11998748779297 +1972,54,1,internal,21-24 yrs,32,123095,22.50128746032715,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,25.99618148803711 +1973,54,1,MVA,15-17 yrs,45,108544,15.986964225769043,0,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,41.45784378051758 +1973,54,1,suicide,15-17 yrs,6,108544,15.986964225769043,0,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,5.527712345123291 +1973,54,1,homicide,15-17 yrs,4,108544,15.986964225769043,0,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,3.6851415634155273 +1973,54,1,other external,15-17 yrs,29,108544,15.986964225769043,0,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,26.717275619506836 +1973,54,1,internal,15-17 yrs,22,108544,15.986964225769043,0,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,20.268278121948242 +1973,54,1,all,18-20 yrs,127,96733,18.969131469726562,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,131.28921508789062 +1973,54,1,MVA,18-20 yrs,60,96733,18.969131469726562,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,62.02640151977539 +1973,54,1,suicide,18-20 yrs,1,96733,18.969131469726562,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,1.033773422241211 +1973,54,1,homicide,18-20 yrs,10,96733,18.969131469726562,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,10.33773422241211 +1973,54,1,other external,18-20 yrs,31,96733,18.969131469726562,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,32.046974182128906 +1973,54,1,internal,18-20 yrs,25,96733,18.969131469726562,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,25.84433364868164 +1973,54,1,all,21-24 yrs,160,125725,22.52132797241211,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,127.26187896728516 +1973,54,1,MVA,21-24 yrs,60,125725,22.52132797241211,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,47.72320556640625 +1973,54,1,suicide,21-24 yrs,19,125725,22.52132797241211,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,15.112348556518555 +1973,54,1,homicide,21-24 yrs,8,125725,22.52132797241211,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,6.363093852996826 +1973,54,1,other external,21-24 yrs,29,125725,22.52132797241211,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,23.06621551513672 +1973,54,1,internal,21-24 yrs,44,125725,22.52132797241211,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,34.99701690673828 +1974,54,1,MVA,15-17 yrs,27,108360,16.001808166503906,0,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,24.916942596435547 +1974,54,1,suicide,15-17 yrs,2,108360,16.001808166503906,0,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,1.8456995487213135 +1974,54,1,homicide,15-17 yrs,1,108360,16.001808166503906,0,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,0.9228497743606567 +1974,54,1,other external,15-17 yrs,28,108360,16.001808166503906,0,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,25.839794158935547 +1974,54,1,internal,15-17 yrs,23,108360,16.001808166503906,0,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,21.225543975830078 +1974,54,1,all,18-20 yrs,135,97945,18.98246955871582,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,137.83245849609375 +1974,54,1,MVA,18-20 yrs,71,97945,18.98246955871582,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,72.48966217041016 +1974,54,1,suicide,18-20 yrs,10,97945,18.98246955871582,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,10.209811210632324 +1974,54,1,homicide,18-20 yrs,8,97945,18.98246955871582,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,8.16784954071045 +1974,54,1,other external,18-20 yrs,20,97945,18.98246955871582,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,20.41962242126465 +1974,54,1,internal,18-20 yrs,26,97945,18.98246955871582,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,26.545509338378906 +1974,54,1,all,21-24 yrs,163,124335,22.53142738342285,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,131.09744262695312 +1974,54,1,MVA,21-24 yrs,59,124335,22.53142738342285,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,47.45244598388672 +1974,54,1,suicide,21-24 yrs,14,124335,22.53142738342285,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,11.259902954101562 +1974,54,1,homicide,21-24 yrs,4,124335,22.53142738342285,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,3.2171151638031006 +1974,54,1,other external,21-24 yrs,45,124335,22.53142738342285,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,36.192543029785156 +1974,54,1,internal,21-24 yrs,41,124335,22.53142738342285,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,32.97542953491211 +1975,54,1,MVA,15-17 yrs,42,107510,16.00828742980957,0,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,39.066131591796875 +1975,54,1,suicide,15-17 yrs,6,107510,16.00828742980957,0,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,5.580876350402832 +1975,54,1,homicide,15-17 yrs,2,107510,16.00828742980957,0,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,1.8602920770645142 +1975,54,1,other external,15-17 yrs,24,107510,16.00828742980957,0,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,22.323505401611328 +1975,54,1,internal,15-17 yrs,27,107510,16.00828742980957,0,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,25.113943099975586 +1975,54,1,all,18-20 yrs,138,100874,18.97734832763672,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,136.80433654785156 +1975,54,1,MVA,18-20 yrs,58,100874,18.97734832763672,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,57.49747085571289 +1975,54,1,suicide,18-20 yrs,7,100874,18.97734832763672,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,6.939350128173828 +1975,54,1,homicide,18-20 yrs,10,100874,18.97734832763672,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,9.91335678100586 +1975,54,1,other external,18-20 yrs,31,100874,18.97734832763672,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,30.731407165527344 +1975,54,1,internal,18-20 yrs,32,100874,18.97734832763672,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,31.72274398803711 +1975,54,1,all,21-24 yrs,160,125769,22.52496337890625,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,127.21736145019531 +1975,54,1,MVA,21-24 yrs,51,125769,22.52496337890625,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,40.550533294677734 +1975,54,1,suicide,21-24 yrs,13,125769,22.52496337890625,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,10.336410522460938 +1975,54,1,homicide,21-24 yrs,10,125769,22.52496337890625,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,7.951085090637207 +1975,54,1,other external,21-24 yrs,47,125769,22.52496337890625,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,37.37009811401367 +1975,54,1,internal,21-24 yrs,39,125769,22.52496337890625,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,31.009231567382812 +1976,54,1,MVA,15-17 yrs,33,107076,16.005352020263672,0,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,30.819231033325195 +1976,54,1,suicide,15-17 yrs,4,107076,16.005352020263672,0,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,3.7356643676757812 +1976,54,1,homicide,15-17 yrs,2,107076,16.005352020263672,0,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,1.8678321838378906 +1976,54,1,other external,15-17 yrs,24,107076,16.005352020263672,0,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,22.413986206054688 +1976,54,1,internal,15-17 yrs,22,107076,16.005352020263672,0,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,20.546154022216797 +1976,54,1,all,18-20 yrs,158,104181,18.980140686035156,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,151.6591339111328 +1976,54,1,MVA,18-20 yrs,84,104181,18.980140686035156,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,80.62890625 +1976,54,1,suicide,18-20 yrs,10,104181,18.980140686035156,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,9.598679542541504 +1976,54,1,homicide,18-20 yrs,6,104181,18.980140686035156,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,5.759207725524902 +1976,54,1,other external,18-20 yrs,33,104181,18.980140686035156,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,31.675642013549805 +1976,54,1,internal,18-20 yrs,25,104181,18.980140686035156,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,23.9966983795166 +1976,54,1,all,21-24 yrs,175,128161,22.499855041503906,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,136.5469970703125 +1976,54,1,MVA,21-24 yrs,80,128161,22.499855041503906,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,62.421485900878906 +1976,54,1,suicide,21-24 yrs,10,128161,22.499855041503906,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,7.802685737609863 +1976,54,1,homicide,21-24 yrs,11,128161,22.499855041503906,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,8.582954406738281 +1976,54,1,other external,21-24 yrs,37,128161,22.499855041503906,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,28.869937896728516 +1976,54,1,internal,21-24 yrs,37,128161,22.499855041503906,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,28.869937896728516 +1977,54,1,MVA,15-17 yrs,42,105939,16.002803802490234,0,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,39.64545822143555 +1977,54,1,suicide,15-17 yrs,6,105939,16.002803802490234,0,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,5.663636684417725 +1977,54,1,homicide,15-17 yrs,4,105939,16.002803802490234,0,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,3.7757577896118164 +1977,54,1,other external,15-17 yrs,30,105939,16.002803802490234,0,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,28.31818389892578 +1977,54,1,internal,15-17 yrs,22,105939,16.002803802490234,0,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,20.76666831970215 +1977,54,1,all,18-20 yrs,159,106501,18.999605178833008,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,149.29437255859375 +1977,54,1,MVA,18-20 yrs,79,106501,18.999605178833008,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,74.177703857421875 +1977,54,1,suicide,18-20 yrs,10,106501,18.999605178833008,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,9.389583587646484 +1977,54,1,homicide,18-20 yrs,7,106501,18.999605178833008,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,6.5727081298828125 +1977,54,1,other external,18-20 yrs,35,106501,18.999605178833008,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,32.86354064941406 +1977,54,1,internal,18-20 yrs,28,106501,18.999605178833008,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,26.29083251953125 +1977,54,1,all,21-24 yrs,187,130076,22.483125686645508,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,143.76211547851562 +1977,54,1,MVA,21-24 yrs,80,130076,22.483125686645508,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,61.502506256103516 +1977,54,1,suicide,21-24 yrs,17,130076,22.483125686645508,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,13.069282531738281 +1977,54,1,homicide,21-24 yrs,13,130076,22.483125686645508,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,9.994156837463379 +1977,54,1,other external,21-24 yrs,48,130076,22.483125686645508,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,36.90150451660156 +1977,54,1,internal,21-24 yrs,29,130076,22.483125686645508,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,22.294658660888672 +1978,54,1,MVA,15-17 yrs,49,105043,16.001008987426758,0,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,46.64756393432617 +1978,54,1,suicide,15-17 yrs,5,105043,16.001008987426758,0,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,4.759955406188965 +1978,54,1,homicide,15-17 yrs,2,105043,16.001008987426758,0,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,1.903982162475586 +1978,54,1,other external,15-17 yrs,17,105043,16.001008987426758,0,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,16.183849334716797 +1978,54,1,internal,15-17 yrs,12,105043,16.001008987426758,0,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,11.423892974853516 +1978,54,1,all,18-20 yrs,152,105539,19.006813049316406,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,144.0225830078125 +1978,54,1,MVA,18-20 yrs,63,105539,19.006813049316406,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,59.693572998046875 +1978,54,1,suicide,18-20 yrs,11,105539,19.006813049316406,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,10.422687530517578 +1978,54,1,homicide,18-20 yrs,7,105539,19.006813049316406,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,6.632619380950928 +1978,54,1,other external,18-20 yrs,33,105539,19.006813049316406,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,31.268062591552734 +1978,54,1,internal,18-20 yrs,38,105539,19.006813049316406,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,36.005645751953125 +1978,54,1,all,21-24 yrs,181,132828,22.476457595825195,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,136.26644897460938 +1978,54,1,MVA,21-24 yrs,66,132828,22.476457595825195,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,49.68832015991211 +1978,54,1,suicide,21-24 yrs,19,132828,22.476457595825195,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,14.30421257019043 +1978,54,1,homicide,21-24 yrs,20,132828,22.476457595825195,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,15.057065963745117 +1978,54,1,other external,21-24 yrs,43,132828,22.476457595825195,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,32.3726921081543 +1978,54,1,internal,21-24 yrs,33,132828,22.476457595825195,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,24.844160079956055 +1979,54,1,MVA,15-17 yrs,41,104538,15.994863510131836,0,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,39.22018814086914 +1979,54,1,suicide,15-17 yrs,7,104538,15.994863510131836,0,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,6.69612979888916 +1979,54,1,homicide,15-17 yrs,7,104538,15.994863510131836,0,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,6.69612979888916 +1979,54,1,other external,15-17 yrs,23,104538,15.994863510131836,0,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,22.001569747924805 +1979,54,1,internal,15-17 yrs,13,104538,15.994863510131836,0,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,12.4356689453125 +1979,54,1,all,18-20 yrs,137,104922,19.006061553955078,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,130.57318115234375 +1979,54,1,MVA,18-20 yrs,76,104922,19.006061553955078,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,72.43476104736328 +1979,54,1,suicide,18-20 yrs,16,104922,19.006061553955078,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,15.249423027038574 +1979,54,1,homicide,18-20 yrs,4,104922,19.006061553955078,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,3.8123557567596436 +1979,54,1,other external,18-20 yrs,24,104922,19.006061553955078,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,22.874135971069336 +1979,54,1,internal,18-20 yrs,17,104922,19.006061553955078,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,16.202512741088867 +1979,54,1,all,21-24 yrs,206,135476,22.475988388061523,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,152.05645751953125 +1979,54,1,MVA,21-24 yrs,97,135476,22.475988388061523,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,71.599395751953125 +1979,54,1,suicide,21-24 yrs,11,135476,22.475988388061523,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,8.119519233703613 +1979,54,1,homicide,21-24 yrs,17,135476,22.475988388061523,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,12.548348426818848 +1979,54,1,other external,21-24 yrs,44,135476,22.475988388061523,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,32.47807693481445 +1979,54,1,internal,21-24 yrs,37,135476,22.475988388061523,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,27.31110954284668 +1980,54,1,MVA,15-17 yrs,41,103328,16.00403594970703,0,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,39.679466247558594 +1980,54,1,suicide,15-17 yrs,4,103328,16.00403594970703,0,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,3.8711676597595215 +1980,54,1,homicide,15-17 yrs,5,103328,16.00403594970703,0,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,4.838959217071533 +1980,54,1,other external,15-17 yrs,17,103328,16.00403594970703,0,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,16.45246124267578 +1980,54,1,internal,15-17 yrs,17,103328,16.00403594970703,0,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,16.45246124267578 +1980,54,1,all,18-20 yrs,175,105497,19.009214401245117,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,165.88150024414062 +1980,54,1,MVA,18-20 yrs,78,105497,19.009214401245117,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,73.93575286865234 +1980,54,1,suicide,18-20 yrs,14,105497,19.009214401245117,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,13.270519256591797 +1980,54,1,homicide,18-20 yrs,19,105497,19.009214401245117,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,18.009990692138672 +1980,54,1,other external,18-20 yrs,35,105497,19.009214401245117,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,33.176300048828125 +1980,54,1,internal,18-20 yrs,29,105497,19.009214401245117,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,27.488933563232422 +1980,54,1,all,21-24 yrs,191,137457,22.477275848388672,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,138.95254516601562 +1980,54,1,MVA,21-24 yrs,82,137457,22.477275848388672,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,59.6550178527832 +1980,54,1,suicide,21-24 yrs,23,137457,22.477275848388672,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,16.732505798339844 +1980,54,1,homicide,21-24 yrs,14,137457,22.477275848388672,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,10.185003280639648 +1980,54,1,other external,21-24 yrs,41,137457,22.477275848388672,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,29.8275089263916 +1980,54,1,internal,21-24 yrs,31,137457,22.477275848388672,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,22.552507400512695 +1981,54,1,MVA,15-17 yrs,36,100344,16.02621078491211,0,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,35.876583099365234 +1981,54,1,suicide,15-17 yrs,4,100344,16.02621078491211,0,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,3.9862871170043945 +1981,54,1,homicide,15-17 yrs,4,100344,16.02621078491211,0,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,3.9862871170043945 +1981,54,1,other external,15-17 yrs,14,100344,16.02621078491211,0,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,13.952005386352539 +1981,54,1,internal,15-17 yrs,22,100344,16.02621078491211,0,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,21.924579620361328 +1981,54,1,all,18-20 yrs,128,103735,19.01889419555664,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,123.3913345336914 +1981,54,1,MVA,18-20 yrs,72,103735,19.01889419555664,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,69.407623291015625 +1981,54,1,suicide,18-20 yrs,18,103735,19.01889419555664,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,17.351905822753906 +1981,54,1,homicide,18-20 yrs,6,103735,19.01889419555664,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,5.783968925476074 +1981,54,1,other external,18-20 yrs,18,103735,19.01889419555664,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,17.351905822753906 +1981,54,1,internal,18-20 yrs,14,103735,19.01889419555664,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,13.495926856994629 +1981,54,1,all,21-24 yrs,184,137026,22.502904891967773,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,134.2810821533203 +1981,54,1,MVA,21-24 yrs,68,137026,22.502904891967773,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,49.62561798095703 +1981,54,1,suicide,21-24 yrs,22,137026,22.502904891967773,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,16.055347442626953 +1981,54,1,homicide,21-24 yrs,16,137026,22.502904891967773,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,11.676615715026855 +1981,54,1,other external,21-24 yrs,34,137026,22.502904891967773,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,24.812808990478516 +1981,54,1,internal,21-24 yrs,44,137026,22.502904891967773,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,32.110694885253906 +1982,54,1,MVA,15-17 yrs,34,96446,16.026729583740234,0,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,35.25288772583008 +1982,54,1,suicide,15-17 yrs,6,96446,16.026729583740234,0,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,6.221097946166992 +1982,54,1,homicide,15-17 yrs,8,96446,16.026729583740234,0,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,8.29479694366455 +1982,54,1,other external,15-17 yrs,22,96446,16.026729583740234,0,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,22.810691833496094 +1982,54,1,internal,15-17 yrs,10,96446,16.026729583740234,0,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,10.36849594116211 +1982,54,1,all,18-20 yrs,114,101599,19.003347396850586,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,112.20582580566406 +1982,54,1,MVA,18-20 yrs,44,101599,19.003347396850586,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,43.30751419067383 +1982,54,1,suicide,18-20 yrs,12,101599,19.003347396850586,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,11.811140060424805 +1982,54,1,homicide,18-20 yrs,14,101599,19.003347396850586,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,13.7796630859375 +1982,54,1,other external,18-20 yrs,22,101599,19.003347396850586,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,21.653757095336914 +1982,54,1,internal,18-20 yrs,22,101599,19.003347396850586,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,21.653757095336914 +1982,54,1,all,21-24 yrs,192,134243,22.502275466918945,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,143.0242156982422 +1982,54,1,MVA,21-24 yrs,86,134243,22.502275466918945,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,64.06292724609375 +1982,54,1,suicide,21-24 yrs,20,134243,22.502275466918945,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,14.898356437683105 +1982,54,1,homicide,21-24 yrs,10,134243,22.502275466918945,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,7.449178218841553 +1982,54,1,other external,21-24 yrs,42,134243,22.502275466918945,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,31.28654670715332 +1982,54,1,internal,21-24 yrs,34,134243,22.502275466918945,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,25.327205657958984 +1983,54,0.9580891132354736,MVA,15-17 yrs,28,93445,16.007619857788086,0,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,29.964149475097656 +1983,54,0.9580891132354736,suicide,15-17 yrs,9,93445,16.007619857788086,0,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,9.63133430480957 +1983,54,0.9580891132354736,homicide,15-17 yrs,2,93445,16.007619857788086,0,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,2.140296459197998 +1983,54,0.9580891132354736,other external,15-17 yrs,4,93445,16.007619857788086,0,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,4.280592918395996 +1983,54,0.9580891132354736,internal,15-17 yrs,12,93445,16.007619857788086,0,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,12.841778755187988 +1983,54,0.9580891132354736,all,18-20 yrs,121,99930,19.000961303710938,0.9580891132354736,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,121.08476257324219 +1983,54,0.9580891132354736,MVA,18-20 yrs,65,99930,19.000961303710938,0.9580891132354736,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,65.0455322265625 +1983,54,0.9580891132354736,suicide,18-20 yrs,10,99930,19.000961303710938,0.9580891132354736,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,10.007004737854004 +1983,54,0.9580891132354736,homicide,18-20 yrs,10,99930,19.000961303710938,0.9580891132354736,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,10.007004737854004 +1983,54,0.9580891132354736,other external,18-20 yrs,16,99930,19.000961303710938,0.9580891132354736,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,16.011207580566406 +1983,54,0.9580891132354736,internal,18-20 yrs,20,99930,19.000961303710938,0.9580891132354736,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,20.014009475708008 +1983,54,0.9580891132354736,all,21-24 yrs,136,129995,22.504926681518555,1,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,104.6194076538086 +1983,54,0.9580891132354736,MVA,21-24 yrs,60,129995,22.504926681518555,1,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,46.15562057495117 +1983,54,0.9580891132354736,suicide,21-24 yrs,23,129995,22.504926681518555,1,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,17.6929874420166 +1983,54,0.9580891132354736,homicide,21-24 yrs,12,129995,22.504926681518555,1,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,9.231123924255371 +1983,54,0.9580891132354736,other external,21-24 yrs,17,129995,22.504926681518555,1,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,13.077425956726074 +1983,54,0.9580891132354736,internal,21-24 yrs,24,129995,22.504926681518555,1,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,18.462247848510742 +1984,54,0.7218395471572876,MVA,15-17 yrs,30,92556,15.992966651916504,0,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,32.412811279296875 +1984,54,0.7218395471572876,suicide,15-17 yrs,2,92556,15.992966651916504,0,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,2.160853862762451 +1984,54,0.7218395471572876,homicide,15-17 yrs,1,92556,15.992966651916504,0,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,1.0804269313812256 +1984,54,0.7218395471572876,other external,15-17 yrs,16,92556,15.992966651916504,0,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,17.28683090209961 +1984,54,0.7218395471572876,internal,15-17 yrs,12,92556,15.992966651916504,0,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,12.965124130249023 +1984,54,0.7218395471572876,all,18-20 yrs,107,96559,19.02041244506836,0.7218395471572876,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,110.81307983398438 +1984,54,0.7218395471572876,MVA,18-20 yrs,56,96559,19.02041244506836,0.7218395471572876,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,57.995628356933594 +1984,54,0.7218395471572876,suicide,18-20 yrs,13,96559,19.02041244506836,0.7218395471572876,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,13.463271141052246 +1984,54,0.7218395471572876,homicide,18-20 yrs,5,96559,19.02041244506836,0.7218395471572876,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,5.178181171417236 +1984,54,0.7218395471572876,other external,18-20 yrs,15,96559,19.02041244506836,0.7218395471572876,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,15.534543991088867 +1984,54,0.7218395471572876,internal,18-20 yrs,18,96559,19.02041244506836,0.7218395471572876,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,18.64145278930664 +1984,54,0.7218395471572876,all,21-24 yrs,145,124263,22.506458282470703,1,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,116.68799591064453 +1984,54,0.7218395471572876,MVA,21-24 yrs,60,124263,22.506458282470703,1,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,48.28468704223633 +1984,54,0.7218395471572876,suicide,21-24 yrs,13,124263,22.506458282470703,1,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,10.461682319641113 +1984,54,0.7218395471572876,homicide,21-24 yrs,16,124263,22.506458282470703,1,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,12.875916481018066 +1984,54,0.7218395471572876,other external,21-24 yrs,15,124263,22.506458282470703,1,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,12.071171760559082 +1984,54,0.7218395471572876,internal,21-24 yrs,41,124263,22.506458282470703,1,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,32.994537353515625 +1985,54,0.6774379014968872,MVA,15-17 yrs,32,92272,15.988859176635742,0,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,34.680076599121094 +1985,54,0.6774379014968872,suicide,15-17 yrs,2,92272,15.988859176635742,0,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,2.1675047874450684 +1985,54,0.6774379014968872,homicide,15-17 yrs,2,92272,15.988859176635742,0,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,2.1675047874450684 +1985,54,0.6774379014968872,other external,15-17 yrs,19,92272,15.988859176635742,0,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,20.59129524230957 +1985,54,0.6774379014968872,internal,15-17 yrs,11,92272,15.988859176635742,0,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,11.921276092529297 +1985,54,0.6774379014968872,all,18-20 yrs,107,92283,19.018129348754883,0.6774379014968872,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,115.94768524169922 +1985,54,0.6774379014968872,MVA,18-20 yrs,49,92283,19.018129348754883,0.6774379014968872,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,53.097537994384766 +1985,54,0.6774379014968872,suicide,18-20 yrs,14,92283,19.018129348754883,0.6774379014968872,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,15.170724868774414 +1985,54,0.6774379014968872,homicide,18-20 yrs,9,92283,19.018129348754883,0.6774379014968872,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,9.7526092529296875 +1985,54,0.6774379014968872,other external,18-20 yrs,13,92283,19.018129348754883,0.6774379014968872,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,14.087101936340332 +1985,54,0.6774379014968872,internal,18-20 yrs,22,92283,19.018129348754883,0.6774379014968872,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,23.839710235595703 +1985,54,0.6774379014968872,all,21-24 yrs,131,119629,22.501399993896484,1,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,109.50521850585938 +1985,54,0.6774379014968872,MVA,21-24 yrs,54,119629,22.501399993896484,1,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,45.139556884765625 +1985,54,0.6774379014968872,suicide,21-24 yrs,21,119629,22.501399993896484,1,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,17.554271697998047 +1985,54,0.6774379014968872,homicide,21-24 yrs,8,119629,22.501399993896484,1,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,6.687341690063477 +1985,54,0.6774379014968872,other external,21-24 yrs,18,119629,22.501399993896484,1,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,15.04651927947998 +1985,54,0.6774379014968872,internal,21-24 yrs,30,119629,22.501399993896484,1,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,25.077531814575195 +1986,54,0.6252062320709229,MVA,15-17 yrs,44,93347,15.981402397155762,0,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,47.135955810546875 +1986,54,0.6252062320709229,suicide,15-17 yrs,7,93347,15.981402397155762,0,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,7.498901844024658 +1986,54,0.6252062320709229,homicide,15-17 yrs,2,93347,15.981402397155762,0,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,2.142543315887451 +1986,54,0.6252062320709229,other external,15-17 yrs,19,93347,15.981402397155762,0,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,20.354162216186523 +1986,54,0.6252062320709229,internal,15-17 yrs,11,93347,15.981402397155762,0,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,11.783988952636719 +1986,54,0.6252062320709229,all,18-20 yrs,118,88379,18.997217178344727,0.6252062320709229,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,133.51588439941406 +1986,54,0.6252062320709229,MVA,18-20 yrs,59,88379,18.997217178344727,0.6252062320709229,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,66.75794219970703 +1986,54,0.6252062320709229,suicide,18-20 yrs,14,88379,18.997217178344727,0.6252062320709229,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,15.840867042541504 +1986,54,0.6252062320709229,homicide,18-20 yrs,6,88379,18.997217178344727,0.6252062320709229,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,6.788943290710449 +1986,54,0.6252062320709229,other external,18-20 yrs,16,88379,18.997217178344727,0.6252062320709229,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,18.10384750366211 +1986,54,0.6252062320709229,internal,18-20 yrs,23,88379,18.997217178344727,0.6252062320709229,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,26.024282455444336 +1986,54,0.6252062320709229,all,21-24 yrs,129,113824,22.48822784423828,1,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,113.3328628540039 +1986,54,0.6252062320709229,MVA,21-24 yrs,59,113824,22.48822784423828,1,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,51.83441162109375 +1986,54,0.6252062320709229,suicide,21-24 yrs,17,113824,22.48822784423828,1,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,14.935338973999023 +1986,54,0.6252062320709229,homicide,21-24 yrs,19,113824,22.48822784423828,1,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,16.69243812561035 +1986,54,0.6252062320709229,other external,21-24 yrs,15,113824,22.48822784423828,1,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,13.178239822387695 +1986,54,0.6252062320709229,internal,21-24 yrs,19,113824,22.48822784423828,1,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,16.69243812561035 +1987,54,0.3217933177947998,MVA,15-17 yrs,47,92200,16.0002384185791,0,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,50.976139068603516 +1987,54,0.3217933177947998,suicide,15-17 yrs,4,92200,16.0002384185791,0,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,4.338394641876221 +1987,54,0.3217933177947998,homicide,15-17 yrs,3,92200,16.0002384185791,0,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,3.253796100616455 +1987,54,0.3217933177947998,other external,15-17 yrs,17,92200,16.0002384185791,0,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,18.43817710876465 +1987,54,0.3217933177947998,internal,15-17 yrs,8,92200,16.0002384185791,0,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,8.676789283752441 +1987,54,0.3217933177947998,all,18-20 yrs,96,87167,18.981369018554688,0.3217933177947998,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,110.1334228515625 +1987,54,0.3217933177947998,MVA,18-20 yrs,59,87167,18.981369018554688,0.3217933177947998,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,67.68616485595703 +1987,54,0.3217933177947998,suicide,18-20 yrs,11,87167,18.981369018554688,0.3217933177947998,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,12.619454383850098 +1987,54,0.3217933177947998,homicide,18-20 yrs,4,87167,18.981369018554688,0.3217933177947998,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,4.588892459869385 +1987,54,0.3217933177947998,other external,18-20 yrs,11,87167,18.981369018554688,0.3217933177947998,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,12.619454383850098 +1987,54,0.3217933177947998,internal,18-20 yrs,11,87167,18.981369018554688,0.3217933177947998,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,12.619454383850098 +1987,54,0.3217933177947998,all,21-24 yrs,140,107454,22.498193740844727,1,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,130.28831481933594 +1987,54,0.3217933177947998,MVA,21-24 yrs,60,107454,22.498193740844727,1,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,55.83784866333008 +1987,54,0.3217933177947998,suicide,21-24 yrs,12,107454,22.498193740844727,1,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,11.167569160461426 +1987,54,0.3217933177947998,homicide,21-24 yrs,13,107454,22.498193740844727,1,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,12.098199844360352 +1987,54,0.3217933177947998,other external,21-24 yrs,21,107454,22.498193740844727,1,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,19.54324722290039 +1987,54,0.3217933177947998,internal,21-24 yrs,34,107454,22.498193740844727,1,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,31.641447067260742 +1988,54,0.03902164474129677,MVA,15-17 yrs,44,89392,16.027183532714844,0,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,49.221405029296875 +1988,54,0.03902164474129677,suicide,15-17 yrs,9,89392,16.027183532714844,0,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,10.068015098571777 +1988,54,0.03902164474129677,homicide,15-17 yrs,5,89392,16.027183532714844,0,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,5.593341827392578 +1988,54,0.03902164474129677,other external,15-17 yrs,5,89392,16.027183532714844,0,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,5.593341827392578 +1988,54,0.03902164474129677,internal,15-17 yrs,13,89392,16.027183532714844,0,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,14.542688369750977 +1988,54,0.03902164474129677,all,18-20 yrs,93,86701,18.976078033447266,0.03902164474129677,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,107.26519775390625 +1988,54,0.03902164474129677,MVA,18-20 yrs,57,86701,18.976078033447266,0.03902164474129677,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,65.7431869506836 +1988,54,0.03902164474129677,suicide,18-20 yrs,5,86701,18.976078033447266,0.03902164474129677,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,5.766946315765381 +1988,54,0.03902164474129677,homicide,18-20 yrs,5,86701,18.976078033447266,0.03902164474129677,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,5.766946315765381 +1988,54,0.03902164474129677,other external,18-20 yrs,10,86701,18.976078033447266,0.03902164474129677,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,11.533892631530762 +1988,54,0.03902164474129677,internal,18-20 yrs,16,86701,18.976078033447266,0.03902164474129677,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,18.454227447509766 +1988,54,0.03902164474129677,all,21-24 yrs,124,101543,22.505962371826172,1,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,122.11575317382812 +1988,54,0.03902164474129677,MVA,21-24 yrs,54,101543,22.505962371826172,1,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,53.179439544677734 +1988,54,0.03902164474129677,suicide,21-24 yrs,16,101543,22.505962371826172,1,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,15.756871223449707 +1988,54,0.03902164474129677,homicide,21-24 yrs,15,101543,22.505962371826172,1,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,14.772067070007324 +1988,54,0.03902164474129677,other external,21-24 yrs,18,101543,22.505962371826172,1,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,17.72648048400879 +1988,54,0.03902164474129677,internal,21-24 yrs,21,101543,22.505962371826172,1,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,20.680892944335938 +1989,54,0,MVA,15-17 yrs,39,84257,16.02919578552246,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,46.286956787109375 +1989,54,0,suicide,15-17 yrs,7,84257,16.02919578552246,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,8.307914733886719 +1989,54,0,homicide,15-17 yrs,4,84257,16.02919578552246,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,4.747380256652832 +1989,54,0,other external,15-17 yrs,12,84257,16.02919578552246,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,14.24213981628418 +1989,54,0,internal,15-17 yrs,12,84257,16.02919578552246,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,14.24213981628418 +1989,54,0,all,18-20 yrs,112,87649,18.96893310546875,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,127.78240203857422 +1989,54,0,MVA,18-20 yrs,62,87649,18.96893310546875,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,70.73668670654297 +1989,54,0,suicide,18-20 yrs,12,87649,18.96893310546875,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,13.690972328186035 +1989,54,0,homicide,18-20 yrs,8,87649,18.96893310546875,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,9.127314567565918 +1989,54,0,other external,18-20 yrs,13,87649,18.96893310546875,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,14.831886291503906 +1989,54,0,internal,18-20 yrs,17,87649,18.96893310546875,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,19.395544052124023 +1989,54,0,all,21-24 yrs,110,95829,22.488046646118164,1,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,114.78779602050781 +1989,54,0,MVA,21-24 yrs,51,95829,22.488046646118164,1,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,53.21979904174805 +1989,54,0,suicide,21-24 yrs,13,95829,22.488046646118164,1,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,13.565831184387207 +1989,54,0,homicide,21-24 yrs,11,95829,22.488046646118164,1,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,11.478779792785645 +1989,54,0,other external,21-24 yrs,17,95829,22.488046646118164,1,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,17.739933013916016 +1989,54,0,internal,21-24 yrs,18,95829,22.488046646118164,1,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,18.783458709716797 +1990,54,0,MVA,15-17 yrs,31,81205,16.014999389648438,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,38.17498779296875 +1990,54,0,suicide,15-17 yrs,8,81205,16.014999389648438,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,9.85161018371582 +1990,54,0,homicide,15-17 yrs,3,81205,16.014999389648438,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,3.6943538188934326 +1990,54,0,other external,15-17 yrs,3,81205,16.014999389648438,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,3.6943538188934326 +1990,54,0,internal,15-17 yrs,13,81205,16.014999389648438,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,16.008867263793945 +1990,54,0,all,18-20 yrs,101,88410,18.993688583374023,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,114.24047088623047 +1990,54,0,MVA,18-20 yrs,53,88410,18.993688583374023,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,59.94797134399414 +1990,54,0,suicide,18-20 yrs,15,88410,18.993688583374023,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,16.966405868530273 +1990,54,0,homicide,18-20 yrs,8,88410,18.993688583374023,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,9.048749923706055 +1990,54,0,other external,18-20 yrs,5,88410,18.993688583374023,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,5.655468940734863 +1990,54,0,internal,18-20 yrs,20,88410,18.993688583374023,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,22.621875762939453 +1990,54,0,all,21-24 yrs,112,93817,22.447797775268555,1,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,119.38134765625 +1990,54,0,MVA,21-24 yrs,46,93817,22.447797775268555,1,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,49.03162384033203 +1990,54,0,suicide,21-24 yrs,15,93817,22.447797775268555,1,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,15.98857307434082 +1990,54,0,homicide,21-24 yrs,10,93817,22.447797775268555,1,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,10.659049034118652 +1990,54,0,other external,21-24 yrs,18,93817,22.447797775268555,1,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,19.186288833618164 +1990,54,0,internal,21-24 yrs,23,93817,22.447797775268555,1,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,24.515811920166016 +1991,54,0,MVA,15-17 yrs,30,80893,16.016725540161133,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,37.086029052734375 +1991,54,0,suicide,15-17 yrs,9,80893,16.016725540161133,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,11.125807762145996 +1991,54,0,homicide,15-17 yrs,2,80893,16.016725540161133,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,2.4724018573760986 +1991,54,0,other external,15-17 yrs,13,80893,16.016725540161133,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,16.07061195373535 +1991,54,0,internal,15-17 yrs,14,80893,16.016725540161133,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,17.306812286376953 +1991,54,0,all,18-20 yrs,108,87880,19.035127639770508,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,122.89485931396484 +1991,54,0,MVA,18-20 yrs,48,87880,19.035127639770508,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,54.619937896728516 +1991,54,0,suicide,18-20 yrs,14,87880,19.035127639770508,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,15.930814743041992 +1991,54,0,homicide,18-20 yrs,11,87880,19.035127639770508,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,12.517068862915039 +1991,54,0,other external,18-20 yrs,15,87880,19.035127639770508,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,17.068729400634766 +1991,54,0,internal,18-20 yrs,20,87880,19.035127639770508,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,22.7583065032959 +1991,54,0,all,21-24 yrs,125,97709,22.418344497680664,1,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,127.93090057373047 +1991,54,0,MVA,21-24 yrs,54,97709,22.418344497680664,1,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,55.26614761352539 +1991,54,0,suicide,21-24 yrs,15,97709,22.418344497680664,1,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,15.351707458496094 +1991,54,0,homicide,21-24 yrs,15,97709,22.418344497680664,1,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,15.351707458496094 +1991,54,0,other external,21-24 yrs,17,97709,22.418344497680664,1,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,17.398601531982422 +1991,54,0,internal,21-24 yrs,24,97709,22.418344497680664,1,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,24.562732696533203 +1992,54,0,MVA,15-17 yrs,20,82445,16.009763717651367,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,24.258596420288086 +1992,54,0,suicide,15-17 yrs,4,82445,16.009763717651367,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,4.851719379425049 +1992,54,0,homicide,15-17 yrs,3,82445,16.009763717651367,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,3.638789415359497 +1992,54,0,other external,15-17 yrs,14,82445,16.009763717651367,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,16.98101806640625 +1992,54,0,internal,15-17 yrs,15,82445,16.009763717651367,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,18.193946838378906 +1992,54,0,all,18-20 yrs,93,84857,19.031558990478516,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,109.59614562988281 +1992,54,0,MVA,18-20 yrs,47,84857,19.031558990478516,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,55.387298583984375 +1992,54,0,suicide,18-20 yrs,14,84857,19.031558990478516,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,16.49834442138672 +1992,54,0,homicide,18-20 yrs,8,84857,19.031558990478516,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,9.42762565612793 +1992,54,0,other external,18-20 yrs,13,84857,19.031558990478516,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,15.319890975952148 +1992,54,0,internal,18-20 yrs,11,84857,19.031558990478516,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,12.962985038757324 +1992,54,0,all,21-24 yrs,116,103362,22.39674186706543,1,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,112.2269287109375 +1992,54,0,MVA,21-24 yrs,46,103362,22.39674186706543,1,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,44.5037841796875 +1992,54,0,suicide,21-24 yrs,23,103362,22.39674186706543,1,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,22.25189208984375 +1992,54,0,homicide,21-24 yrs,11,103362,22.39674186706543,1,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,10.64220905303955 +1992,54,0,other external,21-24 yrs,19,103362,22.39674186706543,1,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,18.38199806213379 +1992,54,0,internal,21-24 yrs,17,103362,22.39674186706543,1,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,16.447050094604492 +1993,54,0,MVA,15-17 yrs,20,83380,16.002349853515625,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,23.986568450927734 +1993,54,0,suicide,15-17 yrs,10,83380,16.002349853515625,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,11.993284225463867 +1993,54,0,homicide,15-17 yrs,7,83380,16.002349853515625,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,8.395298957824707 +1993,54,0,other external,15-17 yrs,6,83380,16.002349853515625,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,7.195970058441162 +1993,54,0,internal,15-17 yrs,9,83380,16.002349853515625,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,10.79395580291748 +1993,54,0,all,18-20 yrs,91,83589,19.00319480895996,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,108.86599731445312 +1993,54,0,MVA,18-20 yrs,53,83589,19.00319480895996,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,63.40547180175781 +1993,54,0,suicide,18-20 yrs,14,83589,19.00319480895996,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,16.748615264892578 +1993,54,0,homicide,18-20 yrs,8,83589,19.00319480895996,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,9.570637702941895 +1993,54,0,other external,18-20 yrs,8,83589,19.00319480895996,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,9.570637702941895 +1993,54,0,internal,18-20 yrs,8,83589,19.00319480895996,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,9.570637702941895 +1993,54,0,all,21-24 yrs,116,107467,22.43036460876465,1,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,107.94010925292969 +1993,54,0,MVA,21-24 yrs,42,107467,22.43036460876465,1,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,39.081764221191406 +1993,54,0,suicide,21-24 yrs,25,107467,22.43036460876465,1,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,23.262954711914062 +1993,54,0,homicide,21-24 yrs,13,107467,22.43036460876465,1,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,12.096736907958984 +1993,54,0,other external,21-24 yrs,14,107467,22.43036460876465,1,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,13.027255058288574 +1993,54,0,internal,21-24 yrs,22,107467,22.43036460876465,1,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,20.47140121459961 +1994,54,0,MVA,15-17 yrs,25,84443,16.01774024963379,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,29.605770111083984 +1994,54,0,suicide,15-17 yrs,7,84443,16.01774024963379,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,8.289615631103516 +1994,54,0,homicide,15-17 yrs,5,84443,16.01774024963379,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,5.921154022216797 +1994,54,0,other external,15-17 yrs,6,84443,16.01774024963379,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,7.105384826660156 +1994,54,0,internal,15-17 yrs,14,84443,16.01774024963379,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,16.57923126220703 +1994,54,0,all,18-20 yrs,84,83031,19.003854751586914,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,101.16703033447266 +1994,54,0,MVA,18-20 yrs,29,83031,19.003854751586914,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,34.92671585083008 +1994,54,0,suicide,18-20 yrs,11,83031,19.003854751586914,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,13.248064041137695 +1994,54,0,homicide,18-20 yrs,13,83031,19.003854751586914,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,15.656803131103516 +1994,54,0,other external,18-20 yrs,14,83031,19.003854751586914,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,16.86117172241211 +1994,54,0,internal,18-20 yrs,17,83031,19.003854751586914,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,20.474281311035156 +1994,54,0,all,21-24 yrs,97,108043,22.490129470825195,1,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,89.77906799316406 +1994,54,0,MVA,21-24 yrs,39,108043,22.490129470825195,1,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,36.09674072265625 +1994,54,0,suicide,21-24 yrs,16,108043,22.490129470825195,1,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,14.808918952941895 +1994,54,0,homicide,21-24 yrs,7,108043,22.490129470825195,1,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,6.4789018630981445 +1994,54,0,other external,21-24 yrs,15,108043,22.490129470825195,1,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,13.883360862731934 +1994,54,0,internal,21-24 yrs,20,108043,22.490129470825195,1,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,18.51114845275879 +1995,54,0,MVA,15-17 yrs,16,85014,16.005952835083008,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,18.8204288482666 +1995,54,0,suicide,15-17 yrs,5,85014,16.005952835083008,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,5.881384372711182 +1995,54,0,homicide,15-17 yrs,5,85014,16.005952835083008,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,5.881384372711182 +1995,54,0,other external,15-17 yrs,12,85014,16.005952835083008,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,14.11532211303711 +1995,54,0,internal,15-17 yrs,8,85014,16.005952835083008,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,9.4102144241333 +1995,54,0,all,18-20 yrs,87,83726,18.997516632080078,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,103.9103775024414 +1995,54,0,MVA,18-20 yrs,36,83726,18.997516632080078,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,42.99739456176758 +1995,54,0,suicide,18-20 yrs,13,83726,18.997516632080078,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,15.526837348937988 +1995,54,0,homicide,18-20 yrs,10,83726,18.997516632080078,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,11.943720817565918 +1995,54,0,other external,18-20 yrs,7,83726,18.997516632080078,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,8.360605239868164 +1995,54,0,internal,18-20 yrs,21,83726,18.997516632080078,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,25.08181381225586 +1995,54,0,all,21-24 yrs,111,105700,22.523168563842773,1,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,105.01419067382812 +1995,54,0,MVA,21-24 yrs,52,105700,22.523168563842773,1,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,49.195838928222656 +1995,54,0,suicide,21-24 yrs,18,105700,22.523168563842773,1,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,17.029327392578125 +1995,54,0,homicide,21-24 yrs,7,105700,22.523168563842773,1,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,6.622516632080078 +1995,54,0,other external,21-24 yrs,13,105700,22.523168563842773,1,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,12.298959732055664 +1995,54,0,internal,21-24 yrs,21,105700,22.523168563842773,1,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,19.867549896240234 +1996,54,0,MVA,15-17 yrs,19,83738,16.019954681396484,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,22.689817428588867 +1996,54,0,suicide,15-17 yrs,9,83738,16.019954681396484,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,10.747808456420898 +1996,54,0,homicide,15-17 yrs,1,83738,16.019954681396484,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,1.1942009925842285 +1996,54,0,other external,15-17 yrs,12,83738,16.019954681396484,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,14.330411911010742 +1996,54,0,internal,15-17 yrs,18,83738,16.019954681396484,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,21.495616912841797 +1996,54,0,all,18-20 yrs,90,83785,18.99184799194336,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,107.41779327392578 +1996,54,0,MVA,18-20 yrs,40,83785,18.99184799194336,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,47.741241455078125 +1996,54,0,suicide,18-20 yrs,12,83785,18.99184799194336,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,14.322372436523438 +1996,54,0,homicide,18-20 yrs,7,83785,18.99184799194336,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,8.354717254638672 +1996,54,0,other external,18-20 yrs,8,83785,18.99184799194336,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,9.548248291015625 +1996,54,0,internal,18-20 yrs,23,83785,18.99184799194336,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,27.451213836669922 +1996,54,0,all,21-24 yrs,92,102531,22.494884490966797,1,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,89.72895812988281 +1996,54,0,MVA,21-24 yrs,35,102531,22.494884490966797,1,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,34.136016845703125 +1996,54,0,suicide,21-24 yrs,21,102531,22.494884490966797,1,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,20.481611251831055 +1996,54,0,homicide,21-24 yrs,9,102531,22.494884490966797,1,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,8.777832984924316 +1996,54,0,other external,21-24 yrs,13,102531,22.494884490966797,1,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,12.679092407226562 +1996,54,0,internal,21-24 yrs,14,102531,22.494884490966797,1,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,13.654406547546387 +1970,55,1,MVA,15-17 yrs,95,266258,15.980616569519043,0,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,35.67967987060547 +1970,55,1,suicide,15-17 yrs,12,266258,15.980616569519043,0,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,4.506906986236572 +1970,55,1,homicide,15-17 yrs,4,266258,15.980616569519043,0,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,1.5023022890090942 +1970,55,1,other external,15-17 yrs,46,266258,15.980616569519043,0,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,17.27647590637207 +1970,55,1,internal,15-17 yrs,46,266258,15.980616569519043,0,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,17.27647590637207 +1970,55,1,all,18-20 yrs,318,241189,18.94263458251953,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,131.8468017578125 +1970,55,1,MVA,18-20 yrs,167,241189,18.94263458251953,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,69.24030303955078 +1970,55,1,suicide,18-20 yrs,18,241189,18.94263458251953,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,7.463027000427246 +1970,55,1,homicide,18-20 yrs,12,241189,18.94263458251953,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,4.975351333618164 +1970,55,1,other external,18-20 yrs,60,241189,18.94263458251953,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,24.87675666809082 +1970,55,1,internal,18-20 yrs,61,241189,18.94263458251953,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,25.29136848449707 +1970,55,1,all,21-24 yrs,309,263240,22.418739318847656,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,117.38337707519531 +1970,55,1,MVA,21-24 yrs,143,263240,22.418739318847656,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,54.32305145263672 +1970,55,1,suicide,21-24 yrs,26,263240,22.418739318847656,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,9.87691879272461 +1970,55,1,homicide,21-24 yrs,9,263240,22.418739318847656,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,3.418933391571045 +1970,55,1,other external,21-24 yrs,55,263240,22.418739318847656,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,20.89348030090332 +1970,55,1,internal,21-24 yrs,76,263240,22.418739318847656,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,28.87099266052246 +1971,55,1,MVA,15-17 yrs,105,270237,15.986823081970215,0,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,38.85478210449219 +1971,55,1,suicide,15-17 yrs,9,270237,15.986823081970215,0,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,3.3304100036621094 +1971,55,1,homicide,15-17 yrs,8,270237,15.986823081970215,0,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,2.96036434173584 +1971,55,1,other external,15-17 yrs,34,270237,15.986823081970215,0,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,12.581548690795898 +1971,55,1,internal,15-17 yrs,54,270237,15.986823081970215,0,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,19.982460021972656 +1971,55,1,all,18-20 yrs,300,251094,18.97623634338379,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,119.47716522216797 +1971,55,1,MVA,18-20 yrs,156,251094,18.97623634338379,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,62.12812805175781 +1971,55,1,suicide,18-20 yrs,20,251094,18.97623634338379,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,7.965144634246826 +1971,55,1,homicide,18-20 yrs,8,251094,18.97623634338379,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,3.1860578060150146 +1971,55,1,other external,18-20 yrs,44,251094,18.97623634338379,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,17.523317337036133 +1971,55,1,internal,18-20 yrs,72,251094,18.97623634338379,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,28.67452049255371 +1971,55,1,all,21-24 yrs,329,291912,22.530235290527344,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,112.7052001953125 +1971,55,1,MVA,21-24 yrs,147,291912,22.530235290527344,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,50.357643127441406 +1971,55,1,suicide,21-24 yrs,39,291912,22.530235290527344,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,13.360190391540527 +1971,55,1,homicide,21-24 yrs,16,291912,22.530235290527344,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,5.481103897094727 +1971,55,1,other external,21-24 yrs,49,291912,22.530235290527344,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,16.78588104248047 +1971,55,1,internal,21-24 yrs,78,291912,22.530235290527344,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,26.720380783081055 +1972,55,1,MVA,15-17 yrs,122,276026,15.980451583862305,0,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,44.198734283447266 +1972,55,1,suicide,15-17 yrs,12,276026,15.980451583862305,0,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,4.347416400909424 +1972,55,1,homicide,15-17 yrs,8,276026,15.980451583862305,0,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,2.898277759552002 +1972,55,1,other external,15-17 yrs,42,276026,15.980451583862305,0,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,15.215957641601562 +1972,55,1,internal,15-17 yrs,62,276026,15.980451583862305,0,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,22.461652755737305 +1972,55,1,all,18-20 yrs,346,257687,18.98760986328125,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,134.27142333984375 +1972,55,1,MVA,18-20 yrs,182,257687,18.98760986328125,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,70.6283187866211 +1972,55,1,suicide,18-20 yrs,18,257687,18.98760986328125,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,6.985218524932861 +1972,55,1,homicide,18-20 yrs,20,257687,18.98760986328125,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,7.761353969573975 +1972,55,1,other external,18-20 yrs,50,257687,18.98760986328125,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,19.403385162353516 +1972,55,1,internal,18-20 yrs,76,257687,18.98760986328125,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,29.493144989013672 +1972,55,1,all,21-24 yrs,368,298753,22.481672286987305,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,123.17868041992188 +1972,55,1,MVA,21-24 yrs,128,298753,22.481672286987305,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,42.844757080078125 +1972,55,1,suicide,21-24 yrs,44,298753,22.481672286987305,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,14.727885246276855 +1972,55,1,homicide,21-24 yrs,22,298753,22.481672286987305,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,7.363942623138428 +1972,55,1,other external,21-24 yrs,78,298753,22.481672286987305,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,26.108524322509766 +1972,55,1,internal,21-24 yrs,96,298753,22.481672286987305,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,32.133567810058594 +1973,55,1,MVA,15-17 yrs,109,280491,15.97945785522461,0,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,38.86042785644531 +1973,55,1,suicide,15-17 yrs,6,280491,15.97945785522461,0,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,2.139106035232544 +1973,55,1,homicide,15-17 yrs,7,280491,15.97945785522461,0,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,2.495623826980591 +1973,55,1,other external,15-17 yrs,56,280491,15.97945785522461,0,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,19.964990615844727 +1973,55,1,internal,15-17 yrs,59,280491,15.97945785522461,0,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,21.034542083740234 +1973,55,1,all,18-20 yrs,380,260425,18.98283576965332,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,145.9153289794922 +1973,55,1,MVA,18-20 yrs,199,260425,18.98283576965332,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,76.4135513305664 +1973,55,1,suicide,18-20 yrs,32,260425,18.98283576965332,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,12.287607192993164 +1973,55,1,homicide,18-20 yrs,11,260425,18.98283576965332,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,4.223865032196045 +1973,55,1,other external,18-20 yrs,56,260425,18.98283576965332,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,21.503311157226562 +1973,55,1,internal,18-20 yrs,82,260425,18.98283576965332,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,31.48699188232422 +1973,55,1,all,21-24 yrs,356,307608,22.46959686279297,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,115.7317123413086 +1973,55,1,MVA,21-24 yrs,136,307608,22.46959686279297,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,44.21211242675781 +1973,55,1,suicide,21-24 yrs,52,307608,22.46959686279297,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,16.904632568359375 +1973,55,1,homicide,21-24 yrs,23,307608,22.46959686279297,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,7.477048873901367 +1973,55,1,other external,21-24 yrs,63,307608,22.46959686279297,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,20.48061180114746 +1973,55,1,internal,21-24 yrs,82,307608,22.46959686279297,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,26.657304763793945 +1974,55,1,MVA,15-17 yrs,99,285204,15.990312576293945,0,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,34.71199417114258 +1974,55,1,suicide,15-17 yrs,12,285204,15.990312576293945,0,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,4.207514762878418 +1974,55,1,homicide,15-17 yrs,13,285204,15.990312576293945,0,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,4.558140754699707 +1974,55,1,other external,15-17 yrs,47,285204,15.990312576293945,0,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,16.479433059692383 +1974,55,1,internal,15-17 yrs,65,285204,15.990312576293945,0,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,22.79070472717285 +1974,55,1,all,18-20 yrs,364,264991,18.991539001464844,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,137.3631591796875 +1974,55,1,MVA,18-20 yrs,174,264991,18.991539001464844,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,65.66260528564453 +1974,55,1,suicide,18-20 yrs,43,264991,18.991539001464844,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,16.226966857910156 +1974,55,1,homicide,18-20 yrs,13,264991,18.991539001464844,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,4.905827045440674 +1974,55,1,other external,18-20 yrs,58,264991,18.991539001464844,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,21.887535095214844 +1974,55,1,internal,18-20 yrs,76,264991,18.991539001464844,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,28.680219650268555 +1974,55,1,all,21-24 yrs,359,314157,22.471378326416016,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,114.2740707397461 +1974,55,1,MVA,21-24 yrs,135,314157,22.471378326416016,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,42.972145080566406 +1974,55,1,suicide,21-24 yrs,43,314157,22.471378326416016,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,13.687423706054688 +1974,55,1,homicide,21-24 yrs,23,314157,22.471378326416016,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,7.32118034362793 +1974,55,1,other external,21-24 yrs,60,314157,22.471378326416016,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,19.098730087280273 +1974,55,1,internal,21-24 yrs,98,314157,22.471378326416016,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,31.19459342956543 +1975,55,1,MVA,15-17 yrs,100,287432,15.994002342224121,0,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,34.790836334228516 +1975,55,1,suicide,15-17 yrs,22,287432,15.994002342224121,0,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,7.653984069824219 +1975,55,1,homicide,15-17 yrs,5,287432,15.994002342224121,0,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,1.7395418882369995 +1975,55,1,other external,15-17 yrs,63,287432,15.994002342224121,0,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,21.918228149414062 +1975,55,1,internal,15-17 yrs,60,287432,15.994002342224121,0,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,20.874502182006836 +1975,55,1,all,18-20 yrs,308,271317,18.985315322875977,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,113.52034759521484 +1975,55,1,MVA,18-20 yrs,161,271317,18.985315322875977,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,59.34018325805664 +1975,55,1,suicide,18-20 yrs,30,271317,18.985315322875977,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,11.05717658996582 +1975,55,1,homicide,18-20 yrs,14,271317,18.985315322875977,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,5.16001558303833 +1975,55,1,other external,18-20 yrs,42,271317,18.985315322875977,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,15.480047225952148 +1975,55,1,internal,18-20 yrs,61,271317,18.985315322875977,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,22.482925415039062 +1975,55,1,all,21-24 yrs,358,323634,22.481929779052734,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,110.61878204345703 +1975,55,1,MVA,21-24 yrs,123,323634,22.481929779052734,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,38.00589370727539 +1975,55,1,suicide,21-24 yrs,61,323634,22.481929779052734,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,18.848451614379883 +1975,55,1,homicide,21-24 yrs,27,323634,22.481929779052734,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,8.342757225036621 +1975,55,1,other external,21-24 yrs,58,323634,22.481929779052734,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,17.921478271484375 +1975,55,1,internal,21-24 yrs,89,323634,22.481929779052734,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,27.500200271606445 +1976,55,1,MVA,15-17 yrs,91,290087,15.986869812011719,0,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,31.36989974975586 +1976,55,1,suicide,15-17 yrs,23,290087,15.986869812011719,0,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,7.928656101226807 +1976,55,1,homicide,15-17 yrs,12,290087,15.986869812011719,0,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,4.136690139770508 +1976,55,1,other external,15-17 yrs,38,290087,15.986869812011719,0,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,13.099518775939941 +1976,55,1,internal,15-17 yrs,43,290087,15.986869812011719,0,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,14.823139190673828 +1976,55,1,all,18-20 yrs,349,275660,18.98381996154785,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,126.60523986816406 +1976,55,1,MVA,18-20 yrs,182,275660,18.98381996154785,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,66.02336120605469 +1976,55,1,suicide,18-20 yrs,31,275660,18.98381996154785,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,11.245737075805664 +1976,55,1,homicide,18-20 yrs,13,275660,18.98381996154785,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,4.715954303741455 +1976,55,1,other external,18-20 yrs,70,275660,18.98381996154785,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,25.393600463867188 +1976,55,1,internal,18-20 yrs,53,275660,18.98381996154785,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,19.22658348083496 +1976,55,1,all,21-24 yrs,361,329056,22.480770111083984,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,109.70777130126953 +1976,55,1,MVA,21-24 yrs,122,329056,22.480770111083984,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,37.07575607299805 +1976,55,1,suicide,21-24 yrs,62,329056,22.480770111083984,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,18.841777801513672 +1976,55,1,homicide,21-24 yrs,18,329056,22.480770111083984,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,5.470193386077881 +1976,55,1,other external,21-24 yrs,76,329056,22.480770111083984,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,23.096372604370117 +1976,55,1,internal,21-24 yrs,83,329056,22.480770111083984,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,25.223670959472656 +1977,55,1,MVA,15-17 yrs,96,289978,15.998096466064453,0,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,33.105960845947266 +1977,55,1,suicide,15-17 yrs,23,289978,15.998096466064453,0,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,7.931636333465576 +1977,55,1,homicide,15-17 yrs,7,289978,15.998096466064453,0,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,2.4139761924743652 +1977,55,1,other external,15-17 yrs,34,289978,15.998096466064453,0,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,11.725027084350586 +1977,55,1,internal,15-17 yrs,41,289978,15.998096466064453,0,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,14.13900375366211 +1977,55,1,all,18-20 yrs,353,281035,18.99554443359375,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,125.60713195800781 +1977,55,1,MVA,18-20 yrs,181,281035,18.99554443359375,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,64.40479278564453 +1977,55,1,suicide,18-20 yrs,45,281035,18.99554443359375,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,16.01224136352539 +1977,55,1,homicide,18-20 yrs,11,281035,18.99554443359375,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,3.9141032695770264 +1977,55,1,other external,18-20 yrs,62,281035,18.99554443359375,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,22.061309814453125 +1977,55,1,internal,18-20 yrs,54,281035,18.99554443359375,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,19.214689254760742 +1977,55,1,all,21-24 yrs,313,333387,22.478275299072266,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,93.8848876953125 +1977,55,1,MVA,21-24 yrs,112,333387,22.478275299072266,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,33.5945930480957 +1977,55,1,suicide,21-24 yrs,67,333387,22.478275299072266,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,20.096763610839844 +1977,55,1,homicide,21-24 yrs,17,333387,22.478275299072266,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,5.099179267883301 +1977,55,1,other external,21-24 yrs,51,333387,22.478275299072266,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,15.297536849975586 +1977,55,1,internal,21-24 yrs,66,333387,22.478275299072266,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,19.796812057495117 +1978,55,1,MVA,15-17 yrs,111,286786,16.01731300354004,0,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,38.70481872558594 +1978,55,1,suicide,15-17 yrs,20,286786,16.01731300354004,0,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,6.973841190338135 +1978,55,1,homicide,15-17 yrs,7,286786,16.01731300354004,0,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,2.4408442974090576 +1978,55,1,other external,15-17 yrs,39,286786,16.01731300354004,0,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,13.598990440368652 +1978,55,1,internal,15-17 yrs,42,286786,16.01731300354004,0,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,14.645066261291504 +1978,55,1,all,18-20 yrs,340,282414,18.998605728149414,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,120.39063262939453 +1978,55,1,MVA,18-20 yrs,153,282414,18.998605728149414,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,54.175785064697266 +1978,55,1,suicide,18-20 yrs,53,282414,18.998605728149414,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,18.766775131225586 +1978,55,1,homicide,18-20 yrs,10,282414,18.998605728149414,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,3.540900945663452 +1978,55,1,other external,18-20 yrs,70,282414,18.998605728149414,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,24.786306381225586 +1978,55,1,internal,18-20 yrs,54,282414,18.998605728149414,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,19.120864868164062 +1978,55,1,all,21-24 yrs,378,340377,22.472951889038086,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,111.05332946777344 +1978,55,1,MVA,21-24 yrs,152,340377,22.472951889038086,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,44.65636444091797 +1978,55,1,suicide,21-24 yrs,62,340377,22.472951889038086,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,18.215097427368164 +1978,55,1,homicide,21-24 yrs,19,340377,22.472951889038086,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,5.582045555114746 +1978,55,1,other external,21-24 yrs,57,340377,22.472951889038086,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,16.746137619018555 +1978,55,1,internal,21-24 yrs,88,340377,22.472951889038086,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,25.85368537902832 +1979,55,1,MVA,15-17 yrs,88,279904,16.014230728149414,0,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,31.439350128173828 +1979,55,1,suicide,15-17 yrs,23,279904,16.014230728149414,0,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,8.217103004455566 +1979,55,1,homicide,15-17 yrs,5,279904,16.014230728149414,0,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,1.7863267660140991 +1979,55,1,other external,15-17 yrs,43,279904,16.014230728149414,0,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,15.362409591674805 +1979,55,1,internal,15-17 yrs,37,279904,16.014230728149414,0,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,13.218817710876465 +1979,55,1,all,18-20 yrs,366,286956,18.99185562133789,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,127.54568481445312 +1979,55,1,MVA,18-20 yrs,192,286956,18.99185562133789,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,66.909210205078125 +1979,55,1,suicide,18-20 yrs,55,286956,18.99185562133789,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,19.166702270507812 +1979,55,1,homicide,18-20 yrs,21,286956,18.99185562133789,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,7.318195343017578 +1979,55,1,other external,18-20 yrs,54,286956,18.99185562133789,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,18.81821632385254 +1979,55,1,internal,18-20 yrs,44,286956,18.99185562133789,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,15.333361625671387 +1979,55,1,all,21-24 yrs,385,348283,22.471725463867188,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,110.54228973388672 +1979,55,1,MVA,21-24 yrs,165,348283,22.471725463867188,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,47.375267028808594 +1979,55,1,suicide,21-24 yrs,64,348283,22.471725463867188,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,18.3758602142334 +1979,55,1,homicide,21-24 yrs,12,348283,22.471725463867188,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,3.4454739093780518 +1979,55,1,other external,21-24 yrs,62,348283,22.471725463867188,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,17.80161476135254 +1979,55,1,internal,21-24 yrs,82,348283,22.471725463867188,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,23.544071197509766 +1980,55,1,MVA,15-17 yrs,94,271668,16.01999855041504,0,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,34.60105895996094 +1980,55,1,suicide,15-17 yrs,18,271668,16.01999855041504,0,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,6.625734329223633 +1980,55,1,homicide,15-17 yrs,5,271668,16.01999855041504,0,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,1.8404817581176758 +1980,55,1,other external,15-17 yrs,34,271668,16.01999855041504,0,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,12.515275955200195 +1980,55,1,internal,15-17 yrs,30,271668,16.01999855041504,0,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,11.042890548706055 +1980,55,1,all,18-20 yrs,372,287202,19.00689125061035,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,129.5255584716797 +1980,55,1,MVA,18-20 yrs,201,287202,19.00689125061035,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,69.98558807373047 +1980,55,1,suicide,18-20 yrs,51,287202,19.00689125061035,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,17.757535934448242 +1980,55,1,homicide,18-20 yrs,26,287202,19.00689125061035,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,9.052862167358398 +1980,55,1,other external,18-20 yrs,48,287202,19.00689125061035,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,16.712976455688477 +1980,55,1,internal,18-20 yrs,46,287202,19.00689125061035,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,16.0166015625 +1980,55,1,all,21-24 yrs,348,356960,22.469520568847656,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,97.48991394042969 +1980,55,1,MVA,21-24 yrs,141,356960,22.469520568847656,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,39.50022506713867 +1980,55,1,suicide,21-24 yrs,61,356960,22.469520568847656,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,17.088748931884766 +1980,55,1,homicide,21-24 yrs,21,356960,22.469520568847656,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,5.883012294769287 +1980,55,1,other external,21-24 yrs,62,356960,22.469520568847656,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,17.368892669677734 +1980,55,1,internal,21-24 yrs,63,356960,22.469520568847656,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,17.649036407470703 +1981,55,1,MVA,15-17 yrs,83,259708,16.031404495239258,0,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,31.958969116210938 +1981,55,1,suicide,15-17 yrs,14,259708,16.031404495239258,0,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,5.390669345855713 +1981,55,1,homicide,15-17 yrs,6,259708,16.031404495239258,0,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,2.3102869987487793 +1981,55,1,other external,15-17 yrs,23,259708,16.031404495239258,0,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,8.856100082397461 +1981,55,1,internal,15-17 yrs,34,259708,16.031404495239258,0,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,13.091626167297363 +1981,55,1,all,18-20 yrs,294,283203,19.0261287689209,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,103.81246185302734 +1981,55,1,MVA,18-20 yrs,153,283203,19.0261287689209,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,54.02485275268555 +1981,55,1,suicide,18-20 yrs,46,283203,19.0261287689209,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,16.242765426635742 +1981,55,1,homicide,18-20 yrs,10,283203,19.0261287689209,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,3.531036138534546 +1981,55,1,other external,18-20 yrs,35,283203,19.0261287689209,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,12.358626365661621 +1981,55,1,internal,18-20 yrs,50,283203,19.0261287689209,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,17.655179977416992 +1981,55,1,all,21-24 yrs,385,362455,22.480911254882812,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,106.22008514404297 +1981,55,1,MVA,21-24 yrs,156,362455,22.480911254882812,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,43.039825439453125 +1981,55,1,suicide,21-24 yrs,64,362455,22.480911254882812,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,17.657363891601562 +1981,55,1,homicide,21-24 yrs,23,362455,22.480911254882812,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,6.345615386962891 +1981,55,1,other external,21-24 yrs,59,362455,22.480911254882812,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,16.277883529663086 +1981,55,1,internal,21-24 yrs,83,362455,22.480911254882812,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,22.899394989013672 +1982,55,1,MVA,15-17 yrs,71,246909,16.028610229492188,0,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,28.75553321838379 +1982,55,1,suicide,15-17 yrs,24,246909,16.028610229492188,0,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,9.72018051147461 +1982,55,1,homicide,15-17 yrs,4,246909,16.028610229492188,0,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,1.6200300455093384 +1982,55,1,other external,15-17 yrs,15,246909,16.028610229492188,0,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,6.075112819671631 +1982,55,1,internal,15-17 yrs,33,246909,16.028610229492188,0,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,13.36524772644043 +1982,55,1,all,18-20 yrs,280,274185,19.020872116088867,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,102.12083435058594 +1982,55,1,MVA,18-20 yrs,132,274185,19.020872116088867,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,48.142677307128906 +1982,55,1,suicide,18-20 yrs,51,274185,19.020872116088867,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,18.6005802154541 +1982,55,1,homicide,18-20 yrs,13,274185,19.020872116088867,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,4.741324424743652 +1982,55,1,other external,18-20 yrs,37,274185,19.020872116088867,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,13.494538307189941 +1982,55,1,internal,18-20 yrs,47,274185,19.020872116088867,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,17.14171028137207 +1982,55,1,all,21-24 yrs,332,365175,22.475927352905273,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,90.915313720703125 +1982,55,1,MVA,21-24 yrs,135,365175,22.475927352905273,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,36.96857833862305 +1982,55,1,suicide,21-24 yrs,58,365175,22.475927352905273,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,15.882796287536621 +1982,55,1,homicide,21-24 yrs,20,365175,22.475927352905273,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,5.476826190948486 +1982,55,1,other external,21-24 yrs,54,365175,22.475927352905273,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,14.787430763244629 +1982,55,1,internal,21-24 yrs,65,365175,22.475927352905273,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,17.799684524536133 +1983,55,1,MVA,15-17 yrs,47,233843,16.027732849121094,0,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,20.098955154418945 +1983,55,1,suicide,15-17 yrs,21,233843,16.027732849121094,0,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,8.98038387298584 +1983,55,1,homicide,15-17 yrs,4,233843,16.027732849121094,0,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,1.7105493545532227 +1983,55,1,other external,15-17 yrs,29,233843,16.027732849121094,0,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,12.401482582092285 +1983,55,1,internal,15-17 yrs,33,233843,16.027732849121094,0,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,14.112032890319824 +1983,55,1,all,18-20 yrs,270,264489,19.025468826293945,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,102.0836410522461 +1983,55,1,MVA,18-20 yrs,122,264489,19.025468826293945,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,46.12668228149414 +1983,55,1,suicide,18-20 yrs,49,264489,19.025468826293945,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,18.526290893554688 +1983,55,1,homicide,18-20 yrs,15,264489,19.025468826293945,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,5.671313285827637 +1983,55,1,other external,18-20 yrs,45,264489,19.025468826293945,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,17.013940811157227 +1983,55,1,internal,18-20 yrs,39,264489,19.025468826293945,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,14.745414733886719 +1983,55,1,all,21-24 yrs,304,362580,22.488269805908203,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,83.84356689453125 +1983,55,1,MVA,21-24 yrs,119,362580,22.488269805908203,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,32.820343017578125 +1983,55,1,suicide,21-24 yrs,62,362580,22.488269805908203,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,17.099674224853516 +1983,55,1,homicide,21-24 yrs,19,362580,22.488269805908203,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,5.240222930908203 +1983,55,1,other external,21-24 yrs,43,362580,22.488269805908203,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,11.859451293945312 +1983,55,1,internal,21-24 yrs,61,362580,22.488269805908203,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,16.82387351989746 +1984,55,0.9601802229881287,MVA,15-17 yrs,61,227709,16.01608657836914,0,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,26.788576126098633 +1984,55,0.9601802229881287,suicide,15-17 yrs,17,227709,16.01608657836914,0,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,7.465668678283691 +1984,55,0.9601802229881287,homicide,15-17 yrs,5,227709,16.01608657836914,0,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,2.1957850456237793 +1984,55,0.9601802229881287,other external,15-17 yrs,14,227709,16.01608657836914,0,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,6.148198127746582 +1984,55,0.9601802229881287,internal,15-17 yrs,36,227709,16.01608657836914,0,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,15.809651374816895 +1984,55,0.9601802229881287,all,18-20 yrs,240,254136,19.036264419555664,0.9601802229881287,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,94.4376220703125 +1984,55,0.9601802229881287,MVA,18-20 yrs,127,254136,19.036264419555664,0.9601802229881287,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,49.973243713378906 +1984,55,0.9601802229881287,suicide,18-20 yrs,43,254136,19.036264419555664,0.9601802229881287,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,16.920074462890625 +1984,55,0.9601802229881287,homicide,18-20 yrs,11,254136,19.036264419555664,0.9601802229881287,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,4.328391075134277 +1984,55,0.9601802229881287,other external,18-20 yrs,20,254136,19.036264419555664,0.9601802229881287,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,7.869801998138428 +1984,55,0.9601802229881287,internal,18-20 yrs,39,254136,19.036264419555664,0.9601802229881287,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,15.346114158630371 +1984,55,0.9601802229881287,all,21-24 yrs,333,357154,22.505027770996094,1,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,93.237091064453125 +1984,55,0.9601802229881287,MVA,21-24 yrs,125,357154,22.505027770996094,1,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,34.99890899658203 +1984,55,0.9601802229881287,suicide,21-24 yrs,78,357154,22.505027770996094,1,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,21.839319229125977 +1984,55,0.9601802229881287,homicide,21-24 yrs,15,357154,22.505027770996094,1,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,4.199869155883789 +1984,55,0.9601802229881287,other external,21-24 yrs,51,357154,22.505027770996094,1,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,14.27955436706543 +1984,55,0.9601802229881287,internal,21-24 yrs,64,357154,22.505027770996094,1,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,17.91944122314453 +1985,55,0.7235763072967529,MVA,15-17 yrs,49,225210,15.997056007385254,0,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,21.757471084594727 +1985,55,0.7235763072967529,suicide,15-17 yrs,33,225210,15.997056007385254,0,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,14.652990341186523 +1985,55,0.7235763072967529,homicide,15-17 yrs,1,225210,15.997056007385254,0,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,0.4440300166606903 +1985,55,0.7235763072967529,other external,15-17 yrs,22,225210,15.997056007385254,0,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,9.768660545349121 +1985,55,0.7235763072967529,internal,15-17 yrs,27,225210,15.997056007385254,0,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,11.988810539245605 +1985,55,0.7235763072967529,all,18-20 yrs,216,242613,19.031993865966797,0.7235763072967529,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,89.03067779541016 +1985,55,0.7235763072967529,MVA,18-20 yrs,103,242613,19.031993865966797,0.7235763072967529,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,42.454444885253906 +1985,55,0.7235763072967529,suicide,18-20 yrs,39,242613,19.031993865966797,0.7235763072967529,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,16.074983596801758 +1985,55,0.7235763072967529,homicide,18-20 yrs,14,242613,19.031993865966797,0.7235763072967529,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,5.770506858825684 +1985,55,0.7235763072967529,other external,18-20 yrs,27,242613,19.031993865966797,0.7235763072967529,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,11.12883472442627 +1985,55,0.7235763072967529,internal,18-20 yrs,33,242613,19.031993865966797,0.7235763072967529,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,13.601909637451172 +1985,55,0.7235763072967529,all,21-24 yrs,321,349343,22.518341064453125,1,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,91.88677215576172 +1985,55,0.7235763072967529,MVA,21-24 yrs,115,349343,22.518341064453125,1,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,32.91893768310547 +1985,55,0.7235763072967529,suicide,21-24 yrs,66,349343,22.518341064453125,1,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,18.892606735229492 +1985,55,0.7235763072967529,homicide,21-24 yrs,16,349343,22.518341064453125,1,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,4.580026149749756 +1985,55,0.7235763072967529,other external,21-24 yrs,44,349343,22.518341064453125,1,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,12.595071792602539 +1985,55,0.7235763072967529,internal,21-24 yrs,80,349343,22.518341064453125,1,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,22.900129318237305 +1986,55,0.6408324241638184,MVA,15-17 yrs,52,226553,15.995193481445312,0,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,22.952686309814453 +1986,55,0.6408324241638184,suicide,15-17 yrs,22,226553,15.995193481445312,0,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,9.7107515335083 +1986,55,0.6408324241638184,homicide,15-17 yrs,6,226553,15.995193481445312,0,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,2.6483869552612305 +1986,55,0.6408324241638184,other external,15-17 yrs,21,226553,15.995193481445312,0,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,9.269353866577148 +1986,55,0.6408324241638184,internal,15-17 yrs,32,226553,15.995193481445312,0,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,14.124730110168457 +1986,55,0.6408324241638184,all,18-20 yrs,219,231302,19.027673721313477,0.6408324241638184,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,94.68141174316406 +1986,55,0.6408324241638184,MVA,18-20 yrs,95,231302,19.027673721313477,0.6408324241638184,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,41.07184600830078 +1986,55,0.6408324241638184,suicide,18-20 yrs,39,231302,19.027673721313477,0.6408324241638184,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,16.861072540283203 +1986,55,0.6408324241638184,homicide,18-20 yrs,15,231302,19.027673721313477,0.6408324241638184,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,6.485028266906738 +1986,55,0.6408324241638184,other external,18-20 yrs,24,231302,19.027673721313477,0.6408324241638184,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,10.376045227050781 +1986,55,0.6408324241638184,internal,18-20 yrs,46,231302,19.027673721313477,0.6408324241638184,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,19.887420654296875 +1986,55,0.6408324241638184,all,21-24 yrs,294,335070,22.517091751098633,1,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,87.74285888671875 +1986,55,0.6408324241638184,MVA,21-24 yrs,108,335070,22.517091751098633,1,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,32.23207092285156 +1986,55,0.6408324241638184,suicide,21-24 yrs,61,335070,22.517091751098633,1,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,18.205150604248047 +1986,55,0.6408324241638184,homicide,21-24 yrs,30,335070,22.517091751098633,1,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,8.953352928161621 +1986,55,0.6408324241638184,other external,21-24 yrs,40,335070,22.517091751098633,1,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,11.937804222106934 +1986,55,0.6408324241638184,internal,21-24 yrs,55,335070,22.517091751098633,1,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,16.414480209350586 +1987,55,0.33809036016464233,MVA,15-17 yrs,58,220402,16.03533935546875,0,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,26.315549850463867 +1987,55,0.33809036016464233,suicide,15-17 yrs,17,220402,16.03533935546875,0,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,7.713178634643555 +1987,55,0.33809036016464233,homicide,15-17 yrs,5,220402,16.03533935546875,0,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,2.2685818672180176 +1987,55,0.33809036016464233,other external,15-17 yrs,15,220402,16.03533935546875,0,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,6.805746078491211 +1987,55,0.33809036016464233,internal,15-17 yrs,27,220402,16.03533935546875,0,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,12.25034236907959 +1987,55,0.33809036016464233,all,18-20 yrs,199,225831,19.015316009521484,0.33809036016464233,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,88.118988037109375 +1987,55,0.33809036016464233,MVA,18-20 yrs,85,225831,19.015316009521484,0.33809036016464233,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,37.638763427734375 +1987,55,0.33809036016464233,suicide,18-20 yrs,51,225831,19.015316009521484,0.33809036016464233,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,22.58325958251953 +1987,55,0.33809036016464233,homicide,18-20 yrs,12,225831,19.015316009521484,0.33809036016464233,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,5.3137078285217285 +1987,55,0.33809036016464233,other external,18-20 yrs,17,225831,19.015316009521484,0.33809036016464233,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,7.527752876281738 +1987,55,0.33809036016464233,internal,18-20 yrs,34,225831,19.015316009521484,0.33809036016464233,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,15.055505752563477 +1987,55,0.33809036016464233,all,21-24 yrs,277,320700,22.52387237548828,1,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,86.3735580444336 +1987,55,0.33809036016464233,MVA,21-24 yrs,103,320700,22.52387237548828,1,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,32.117244720458984 +1987,55,0.33809036016464233,suicide,21-24 yrs,71,320700,22.52387237548828,1,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,22.139070510864258 +1987,55,0.33809036016464233,homicide,21-24 yrs,15,320700,22.52387237548828,1,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,4.6772685050964355 +1987,55,0.33809036016464233,other external,21-24 yrs,38,320700,22.52387237548828,1,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,11.849080085754395 +1987,55,0.33809036016464233,internal,21-24 yrs,50,320700,22.52387237548828,1,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,15.59089469909668 +1988,55,0.040593843907117844,MVA,15-17 yrs,53,210653,16.058807373046875,0,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,25.159860610961914 +1988,55,0.040593843907117844,suicide,15-17 yrs,38,210653,16.058807373046875,0,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,18.03914451599121 +1988,55,0.040593843907117844,homicide,15-17 yrs,4,210653,16.058807373046875,0,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,1.8988573551177979 +1988,55,0.040593843907117844,other external,15-17 yrs,14,210653,16.058807373046875,0,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,6.646000862121582 +1988,55,0.040593843907117844,internal,15-17 yrs,36,210653,16.058807373046875,0,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,17.0897159576416 +1988,55,0.040593843907117844,all,18-20 yrs,219,225707,18.99665069580078,0.040593843907117844,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,97.02845001220703 +1988,55,0.040593843907117844,MVA,18-20 yrs,107,225707,18.99665069580078,0.040593843907117844,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,47.406593322753906 +1988,55,0.040593843907117844,suicide,18-20 yrs,37,225707,18.99665069580078,0.040593843907117844,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,16.392934799194336 +1988,55,0.040593843907117844,homicide,18-20 yrs,5,225707,18.99665069580078,0.040593843907117844,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,2.215261459350586 +1988,55,0.040593843907117844,other external,18-20 yrs,30,225707,18.99665069580078,0.040593843907117844,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,13.2915678024292 +1988,55,0.040593843907117844,internal,18-20 yrs,40,225707,18.99665069580078,0.040593843907117844,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,17.722091674804688 +1988,55,0.040593843907117844,all,21-24 yrs,303,309501,22.52444076538086,1,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,97.89952087402344 +1988,55,0.040593843907117844,MVA,21-24 yrs,120,309501,22.52444076538086,1,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,38.77208709716797 +1988,55,0.040593843907117844,suicide,21-24 yrs,64,309501,22.52444076538086,1,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,20.678447723388672 +1988,55,0.040593843907117844,homicide,21-24 yrs,28,309501,22.52444076538086,1,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,9.046820640563965 +1988,55,0.040593843907117844,other external,21-24 yrs,36,309501,22.52444076538086,1,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,11.63162612915039 +1988,55,0.040593843907117844,internal,21-24 yrs,55,309501,22.52444076538086,1,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,17.770540237426758 +1989,55,0,MVA,15-17 yrs,57,199540,16.02597427368164,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,28.56570053100586 +1989,55,0,suicide,15-17 yrs,22,199540,16.02597427368164,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,11.025358200073242 +1989,55,0,homicide,15-17 yrs,8,199540,16.02597427368164,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,4.009221076965332 +1989,55,0,other external,15-17 yrs,14,199540,16.02597427368164,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,7.01613712310791 +1989,55,0,internal,15-17 yrs,33,199540,16.02597427368164,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,16.53803825378418 +1989,55,0,all,18-20 yrs,196,228269,18.995891571044922,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,85.86360931396484 +1989,55,0,MVA,18-20 yrs,83,228269,18.995891571044922,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,36.36061096191406 +1989,55,0,suicide,18-20 yrs,34,228269,18.995891571044922,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,14.894707679748535 +1989,55,0,homicide,18-20 yrs,22,228269,18.995891571044922,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,9.637751579284668 +1989,55,0,other external,18-20 yrs,22,228269,18.995891571044922,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,9.637751579284668 +1989,55,0,internal,18-20 yrs,35,228269,18.995891571044922,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,15.33278751373291 +1989,55,0,all,21-24 yrs,260,294946,22.517261505126953,1,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,88.15172576904297 +1989,55,0,MVA,21-24 yrs,102,294946,22.517261505126953,1,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,34.582603454589844 +1989,55,0,suicide,21-24 yrs,53,294946,22.517261505126953,1,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,17.969390869140625 +1989,55,0,homicide,21-24 yrs,27,294946,22.517261505126953,1,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,9.154217720031738 +1989,55,0,other external,21-24 yrs,25,294946,22.517261505126953,1,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,8.476127624511719 +1989,55,0,internal,21-24 yrs,53,294946,22.517261505126953,1,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,17.969390869140625 +1990,55,0,MVA,15-17 yrs,58,199904,15.990760803222656,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,29.013927459716797 +1990,55,0,suicide,15-17 yrs,22,199904,15.990760803222656,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,11.005282402038574 +1990,55,0,homicide,15-17 yrs,10,199904,15.990760803222656,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,5.002401351928711 +1990,55,0,other external,15-17 yrs,11,199904,15.990760803222656,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,5.502641201019287 +1990,55,0,internal,15-17 yrs,33,199904,15.990760803222656,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,16.507923126220703 +1990,55,0,all,18-20 yrs,219,224423,19.03774070739746,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,97.58358001708984 +1990,55,0,MVA,18-20 yrs,79,224423,19.03774070739746,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,35.20138168334961 +1990,55,0,suicide,18-20 yrs,51,224423,19.03774070739746,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,22.724943161010742 +1990,55,0,homicide,18-20 yrs,30,224423,19.03774070739746,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,13.367613792419434 +1990,55,0,other external,18-20 yrs,19,224423,19.03774070739746,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,8.466155052185059 +1990,55,0,internal,18-20 yrs,40,224423,19.03774070739746,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,17.823484420776367 +1990,55,0,all,21-24 yrs,260,286184,22.496572494506836,1,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,90.85063934326172 +1990,55,0,MVA,21-24 yrs,99,286184,22.496572494506836,1,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,34.5931282043457 +1990,55,0,suicide,21-24 yrs,49,286184,22.496572494506836,1,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,17.121850967407227 +1990,55,0,homicide,21-24 yrs,30,286184,22.496572494506836,1,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,10.482766151428223 +1990,55,0,other external,21-24 yrs,32,286184,22.496572494506836,1,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,11.181617736816406 +1990,55,0,internal,21-24 yrs,50,286184,22.496572494506836,1,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,17.471277236938477 +1991,55,0,MVA,15-17 yrs,48,203529,15.995794296264648,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,23.5838623046875 +1991,55,0,suicide,15-17 yrs,22,203529,15.995794296264648,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,10.809270858764648 +1991,55,0,homicide,15-17 yrs,19,203529,15.995794296264648,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,9.33527946472168 +1991,55,0,other external,15-17 yrs,12,203529,15.995794296264648,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,5.895965576171875 +1991,55,0,internal,15-17 yrs,29,203529,15.995794296264648,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,14.248583793640137 +1991,55,0,all,18-20 yrs,192,214952,19.060325622558594,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,89.322265625 +1991,55,0,MVA,18-20 yrs,77,214952,19.060325622558594,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,35.82195281982422 +1991,55,0,suicide,18-20 yrs,31,214952,19.060325622558594,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,14.42182445526123 +1991,55,0,homicide,18-20 yrs,32,214952,19.060325622558594,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,14.887044906616211 +1991,55,0,other external,18-20 yrs,24,214952,19.060325622558594,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,11.165283203125 +1991,55,0,internal,18-20 yrs,28,214952,19.060325622558594,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,13.026164054870605 +1991,55,0,all,21-24 yrs,272,287849,22.48046112060547,1,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,94.493988037109375 +1991,55,0,MVA,21-24 yrs,108,287849,22.48046112060547,1,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,37.51967239379883 +1991,55,0,suicide,21-24 yrs,50,287849,22.48046112060547,1,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,17.37021827697754 +1991,55,0,homicide,21-24 yrs,32,287849,22.48046112060547,1,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,11.116939544677734 +1991,55,0,other external,21-24 yrs,25,287849,22.48046112060547,1,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,8.68510913848877 +1991,55,0,internal,21-24 yrs,57,287849,22.48046112060547,1,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,19.80204963684082 +1992,55,0,MVA,15-17 yrs,47,210740,15.993517875671387,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,22.3023624420166 +1992,55,0,suicide,15-17 yrs,32,210740,15.993517875671387,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,15.184587478637695 +1992,55,0,homicide,15-17 yrs,20,210740,15.993517875671387,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,9.49036693572998 +1992,55,0,other external,15-17 yrs,20,210740,15.993517875671387,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,9.49036693572998 +1992,55,0,internal,15-17 yrs,26,210740,15.993517875671387,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,12.337477684020996 +1992,55,0,all,18-20 yrs,171,205269,19.027198791503906,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,83.3053207397461 +1992,55,0,MVA,18-20 yrs,66,205269,19.027198791503906,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,32.152931213378906 +1992,55,0,suicide,18-20 yrs,35,205269,19.027198791503906,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,17.050796508789062 +1992,55,0,homicide,18-20 yrs,22,205269,19.027198791503906,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,10.717643737792969 +1992,55,0,other external,18-20 yrs,22,205269,19.027198791503906,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,10.717643737792969 +1992,55,0,internal,18-20 yrs,26,205269,19.027198791503906,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,12.666306495666504 +1992,55,0,all,21-24 yrs,208,290616,22.467668533325195,1,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,71.57210540771484 +1992,55,0,MVA,21-24 yrs,70,290616,22.467668533325195,1,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,24.086767196655273 +1992,55,0,suicide,21-24 yrs,40,290616,22.467668533325195,1,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,13.763867378234863 +1992,55,0,homicide,21-24 yrs,27,290616,22.467668533325195,1,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,9.290610313415527 +1992,55,0,other external,21-24 yrs,19,290616,22.467668533325195,1,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,6.537837028503418 +1992,55,0,internal,21-24 yrs,52,290616,22.467668533325195,1,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,17.89302635192871 +1993,55,0,MVA,15-17 yrs,55,215777,15.988789558410645,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,25.48927879333496 +1993,55,0,suicide,15-17 yrs,23,215777,15.988789558410645,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,10.65915298461914 +1993,55,0,homicide,15-17 yrs,21,215777,15.988789558410645,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,9.732270240783691 +1993,55,0,other external,15-17 yrs,13,215777,15.988789558410645,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,6.024738311767578 +1993,55,0,internal,15-17 yrs,27,215777,15.988789558410645,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,12.512918472290039 +1993,55,0,all,18-20 yrs,231,205903,18.993209838867188,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,112.18875122070312 +1993,55,0,MVA,18-20 yrs,106,205903,18.993209838867188,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,51.480552673339844 +1993,55,0,suicide,18-20 yrs,37,205903,18.993209838867188,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,17.969627380371094 +1993,55,0,homicide,18-20 yrs,27,205903,18.993209838867188,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,13.112970352172852 +1993,55,0,other external,18-20 yrs,20,205903,18.993209838867188,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,9.713311195373535 +1993,55,0,internal,18-20 yrs,41,205903,18.993209838867188,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,19.912288665771484 +1993,55,0,all,21-24 yrs,243,287724,22.5078067779541,1,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,84.45594024658203 +1993,55,0,MVA,21-24 yrs,82,287724,22.5078067779541,1,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,28.499534606933594 +1993,55,0,suicide,21-24 yrs,43,287724,22.5078067779541,1,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,14.944877624511719 +1993,55,0,homicide,21-24 yrs,27,287724,22.5078067779541,1,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,9.383993148803711 +1993,55,0,other external,21-24 yrs,28,287724,22.5078067779541,1,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,9.731548309326172 +1993,55,0,internal,21-24 yrs,63,287724,22.5078067779541,1,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,21.89598274230957 +1994,55,0,MVA,15-17 yrs,52,224236,15.99183464050293,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,23.18985366821289 +1994,55,0,suicide,15-17 yrs,20,224236,15.99183464050293,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,8.9191741943359375 +1994,55,0,homicide,15-17 yrs,21,224236,15.99183464050293,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,9.365133285522461 +1994,55,0,other external,15-17 yrs,22,224236,15.99183464050293,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,9.811091423034668 +1994,55,0,internal,15-17 yrs,28,224236,15.99183464050293,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,12.486844062805176 +1994,55,0,all,18-20 yrs,181,209584,18.99650764465332,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,86.36155700683594 +1994,55,0,MVA,18-20 yrs,80,209584,18.99650764465332,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,38.17085266113281 +1994,55,0,suicide,18-20 yrs,28,209584,18.99650764465332,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,13.359798431396484 +1994,55,0,homicide,18-20 yrs,30,209584,18.99650764465332,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,14.314069747924805 +1994,55,0,other external,18-20 yrs,16,209584,18.99650764465332,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,7.6341705322265625 +1994,55,0,internal,18-20 yrs,27,209584,18.99650764465332,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,12.882662773132324 +1994,55,0,all,21-24 yrs,238,279038,22.549827575683594,1,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,85.29304504394531 +1994,55,0,MVA,21-24 yrs,81,279038,22.549827575683594,1,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,29.028305053710938 +1994,55,0,suicide,21-24 yrs,44,279038,22.549827575683594,1,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,15.768461227416992 +1994,55,0,homicide,21-24 yrs,38,279038,22.549827575683594,1,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,13.618216514587402 +1994,55,0,other external,21-24 yrs,32,279038,22.549827575683594,1,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,11.467971801757812 +1994,55,0,internal,21-24 yrs,43,279038,22.549827575683594,1,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,15.410087585449219 +1995,55,0,MVA,15-17 yrs,57,233341,15.97841739654541,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,24.42776870727539 +1995,55,0,suicide,15-17 yrs,23,233341,15.97841739654541,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,9.856819152832031 +1995,55,0,homicide,15-17 yrs,15,233341,15.97841739654541,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,6.4283599853515625 +1995,55,0,other external,15-17 yrs,21,233341,15.97841739654541,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,8.999704360961914 +1995,55,0,internal,15-17 yrs,29,233341,15.97841739654541,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,12.428163528442383 +1995,55,0,all,18-20 yrs,184,216489,18.994340896606445,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,84.992767333984375 +1995,55,0,MVA,18-20 yrs,63,216489,18.994340896606445,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,29.100786209106445 +1995,55,0,suicide,18-20 yrs,28,216489,18.994340896606445,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,12.933682441711426 +1995,55,0,homicide,18-20 yrs,33,216489,18.994340896606445,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,15.243268966674805 +1995,55,0,other external,18-20 yrs,20,216489,18.994340896606445,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,9.2383451461792 +1995,55,0,internal,18-20 yrs,40,216489,18.994340896606445,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,18.4766902923584 +1995,55,0,all,21-24 yrs,227,269400,22.544477462768555,1,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,84.261322021484375 +1995,55,0,MVA,21-24 yrs,74,269400,22.544477462768555,1,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,27.468448638916016 +1995,55,0,suicide,21-24 yrs,52,269400,22.544477462768555,1,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,19.302152633666992 +1995,55,0,homicide,21-24 yrs,32,269400,22.544477462768555,1,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,11.87824821472168 +1995,55,0,other external,21-24 yrs,17,269400,22.544477462768555,1,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,6.310319423675537 +1995,55,0,internal,21-24 yrs,52,269400,22.544477462768555,1,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,19.302152633666992 +1996,55,0,MVA,15-17 yrs,59,240782,15.992864608764648,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,24.50349235534668 +1996,55,0,suicide,15-17 yrs,17,240782,15.992864608764648,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,7.060328483581543 +1996,55,0,homicide,15-17 yrs,18,240782,15.992864608764648,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,7.47564172744751 +1996,55,0,other external,15-17 yrs,11,240782,15.992864608764648,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,4.568447589874268 +1996,55,0,internal,15-17 yrs,32,240782,15.992864608764648,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,13.290029525756836 +1996,55,0,all,18-20 yrs,178,221420,18.9883975982666,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,80.39020538330078 +1996,55,0,MVA,18-20 yrs,67,221420,18.9883975982666,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,30.259235382080078 +1996,55,0,suicide,18-20 yrs,35,221420,18.9883975982666,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,15.807063102722168 +1996,55,0,homicide,18-20 yrs,22,221420,18.9883975982666,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,9.935868263244629 +1996,55,0,other external,18-20 yrs,22,221420,18.9883975982666,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,9.935868263244629 +1996,55,0,internal,18-20 yrs,32,221420,18.9883975982666,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,14.45217227935791 +1996,55,0,all,21-24 yrs,225,261964,22.481813430786133,1,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,85.88966369628906 +1996,55,0,MVA,21-24 yrs,80,261964,22.481813430786133,1,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,30.53854751586914 +1996,55,0,suicide,21-24 yrs,44,261964,22.481813430786133,1,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,16.796201705932617 +1996,55,0,homicide,21-24 yrs,28,261964,22.481813430786133,1,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,10.688491821289062 +1996,55,0,other external,21-24 yrs,20,261964,22.481813430786133,1,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,7.634636878967285 +1996,55,0,internal,21-24 yrs,53,261964,22.481813430786133,1,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,20.231786727905273 +1970,56,0,MVA,15-17 yrs,16,21248,15.984328269958496,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,75.30120849609375 +1970,56,0,suicide,15-17 yrs,3,21248,15.984328269958496,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,14.118975639343262 +1970,56,0,homicide,15-17 yrs,0,21248,15.984328269958496,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,0 +1970,56,0,other external,15-17 yrs,8,21248,15.984328269958496,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,37.650604248046875 +1970,56,0,internal,15-17 yrs,6,21248,15.984328269958496,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,28.237951278686523 +1970,56,0,all,18-20 yrs,45,17317,18.935497283935547,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,259.8602600097656 +1970,56,0,MVA,18-20 yrs,25,17317,18.935497283935547,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,144.36680603027344 +1970,56,0,suicide,18-20 yrs,3,17317,18.935497283935547,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,17.324016571044922 +1970,56,0,homicide,18-20 yrs,1,17317,18.935497283935547,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,5.774672508239746 +1970,56,0,other external,18-20 yrs,12,17317,18.935497283935547,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,69.29606628417969 +1970,56,0,internal,18-20 yrs,4,17317,18.935497283935547,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,23.098690032958984 +1970,56,0,all,21-24 yrs,55,19493,22.430667877197266,1,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,282.1525573730469 +1970,56,0,MVA,21-24 yrs,27,19493,22.430667877197266,1,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,138.51126098632812 +1970,56,0,suicide,21-24 yrs,5,19493,22.430667877197266,1,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,25.65023422241211 +1970,56,0,homicide,21-24 yrs,4,19493,22.430667877197266,1,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,20.520187377929688 +1970,56,0,other external,21-24 yrs,15,19493,22.430667877197266,1,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,76.95069885253906 +1970,56,0,internal,21-24 yrs,4,19493,22.430667877197266,1,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,20.520187377929688 +1971,56,0,MVA,15-17 yrs,16,21636,15.994961738586426,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,73.95082092285156 +1971,56,0,suicide,15-17 yrs,0,21636,15.994961738586426,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,0 +1971,56,0,homicide,15-17 yrs,0,21636,15.994961738586426,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,0 +1971,56,0,other external,15-17 yrs,8,21636,15.994961738586426,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,36.97541046142578 +1971,56,0,internal,15-17 yrs,3,21636,15.994961738586426,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,13.865778923034668 +1971,56,0,all,18-20 yrs,35,18971,18.94317626953125,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,184.49212646484375 +1971,56,0,MVA,18-20 yrs,19,18971,18.94317626953125,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,100.15286254882812 +1971,56,0,suicide,18-20 yrs,4,18971,18.94317626953125,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,21.084814071655273 +1971,56,0,homicide,18-20 yrs,2,18971,18.94317626953125,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,10.542407035827637 +1971,56,0,other external,18-20 yrs,8,18971,18.94317626953125,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,42.16962814331055 +1971,56,0,internal,18-20 yrs,2,18971,18.94317626953125,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,10.542407035827637 +1971,56,0,all,21-24 yrs,52,22033,22.5548038482666,1,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,236.00962829589844 +1971,56,0,MVA,21-24 yrs,30,22033,22.5548038482666,1,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,136.15939331054688 +1971,56,0,suicide,21-24 yrs,8,22033,22.5548038482666,1,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,36.309173583984375 +1971,56,0,homicide,21-24 yrs,0,22033,22.5548038482666,1,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,0 +1971,56,0,other external,21-24 yrs,10,22033,22.5548038482666,1,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,45.38646697998047 +1971,56,0,internal,21-24 yrs,4,22033,22.5548038482666,1,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,18.154586791992188 +1972,56,0,MVA,15-17 yrs,26,21871,15.984362602233887,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,118.8788833618164 +1972,56,0,suicide,15-17 yrs,4,21871,15.984362602233887,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,18.289058685302734 +1972,56,0,homicide,15-17 yrs,0,21871,15.984362602233887,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,0 +1972,56,0,other external,15-17 yrs,4,21871,15.984362602233887,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,18.289058685302734 +1972,56,0,internal,15-17 yrs,4,21871,15.984362602233887,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,18.289058685302734 +1972,56,0,all,18-20 yrs,50,20507,18.968645095825195,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,243.81918334960938 +1972,56,0,MVA,18-20 yrs,28,20507,18.968645095825195,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,136.5387420654297 +1972,56,0,suicide,18-20 yrs,2,20507,18.968645095825195,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,9.752767562866211 +1972,56,0,homicide,18-20 yrs,0,20507,18.968645095825195,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,0 +1972,56,0,other external,18-20 yrs,16,20507,18.968645095825195,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,78.02214050292969 +1972,56,0,internal,18-20 yrs,4,20507,18.968645095825195,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,19.505535125732422 +1972,56,0,all,21-24 yrs,70,23121,22.515289306640625,1,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,302.75506591796875 +1972,56,0,MVA,21-24 yrs,30,23121,22.515289306640625,1,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,129.75216674804688 +1972,56,0,suicide,21-24 yrs,14,23121,22.515289306640625,1,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,60.5510139465332 +1972,56,0,homicide,21-24 yrs,0,23121,22.515289306640625,1,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,0 +1972,56,0,other external,21-24 yrs,16,23121,22.515289306640625,1,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,69.20115661621094 +1972,56,0,internal,21-24 yrs,10,23121,22.515289306640625,1,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,43.25072479248047 +1973,56,0.4482218027114868,MVA,15-17 yrs,9,22051,15.994648933410645,0,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,40.814476013183594 +1973,56,0.4482218027114868,suicide,15-17 yrs,3,22051,15.994648933410645,0,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,13.604825019836426 +1973,56,0.4482218027114868,homicide,15-17 yrs,1,22051,15.994648933410645,0,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,4.534941673278809 +1973,56,0.4482218027114868,other external,15-17 yrs,8,22051,15.994648933410645,0,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,36.27953338623047 +1973,56,0.4482218027114868,internal,15-17 yrs,2,22051,15.994648933410645,0,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,9.069883346557617 +1973,56,0.4482218027114868,all,18-20 yrs,58,21361,18.993913650512695,0.4482218027114868,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,271.5228576660156 +1973,56,0.4482218027114868,MVA,18-20 yrs,32,21361,18.993913650512695,0.4482218027114868,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,149.80572509765625 +1973,56,0.4482218027114868,suicide,18-20 yrs,1,21361,18.993913650512695,0.4482218027114868,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,4.681428909301758 +1973,56,0.4482218027114868,homicide,18-20 yrs,1,21361,18.993913650512695,0.4482218027114868,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,4.681428909301758 +1973,56,0.4482218027114868,other external,18-20 yrs,15,21361,18.993913650512695,0.4482218027114868,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,70.22142791748047 +1973,56,0.4482218027114868,internal,18-20 yrs,9,21361,18.993913650512695,0.4482218027114868,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,42.13285827636719 +1973,56,0.4482218027114868,all,21-24 yrs,64,24626,22.489076614379883,1,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,259.8879089355469 +1973,56,0.4482218027114868,MVA,21-24 yrs,31,24626,22.489076614379883,1,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,125.88320922851562 +1973,56,0.4482218027114868,suicide,21-24 yrs,7,24626,22.489076614379883,1,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,28.425241470336914 +1973,56,0.4482218027114868,homicide,21-24 yrs,4,24626,22.489076614379883,1,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,16.24299430847168 +1973,56,0.4482218027114868,other external,21-24 yrs,14,24626,22.489076614379883,1,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,56.85048294067383 +1973,56,0.4482218027114868,internal,21-24 yrs,8,24626,22.489076614379883,1,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,32.48598861694336 +1974,56,0.670043408870697,MVA,15-17 yrs,14,22543,16.001331329345703,0,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,62.10353469848633 +1974,56,0.670043408870697,suicide,15-17 yrs,1,22543,16.001331329345703,0,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,4.435966968536377 +1974,56,0.670043408870697,homicide,15-17 yrs,0,22543,16.001331329345703,0,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,0 +1974,56,0.670043408870697,other external,15-17 yrs,12,22543,16.001331329345703,0,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,53.23160171508789 +1974,56,0.670043408870697,internal,15-17 yrs,6,22543,16.001331329345703,0,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,26.615800857543945 +1974,56,0.670043408870697,all,18-20 yrs,69,22112,19.005878448486328,0.670043408870697,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,312.0477600097656 +1974,56,0.670043408870697,MVA,18-20 yrs,42,22112,19.005878448486328,0.670043408870697,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,189.94210815429688 +1974,56,0.670043408870697,suicide,18-20 yrs,3,22112,19.005878448486328,0.670043408870697,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,13.567294120788574 +1974,56,0.670043408870697,homicide,18-20 yrs,0,22112,19.005878448486328,0.670043408870697,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,0 +1974,56,0.670043408870697,other external,18-20 yrs,17,22112,19.005878448486328,0.670043408870697,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,76.88133239746094 +1974,56,0.670043408870697,internal,18-20 yrs,7,22112,19.005878448486328,0.670043408870697,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,31.657018661499023 +1974,56,0.670043408870697,all,21-24 yrs,61,26452,22.460872650146484,1,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,230.60638427734375 +1974,56,0.670043408870697,MVA,21-24 yrs,28,26452,22.460872650146484,1,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,105.85211181640625 +1974,56,0.670043408870697,suicide,21-24 yrs,6,26452,22.460872650146484,1,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,22.682594299316406 +1974,56,0.670043408870697,homicide,21-24 yrs,8,26452,22.460872650146484,1,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,30.243459701538086 +1974,56,0.670043408870697,other external,21-24 yrs,14,26452,22.460872650146484,1,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,52.926055908203125 +1974,56,0.670043408870697,internal,21-24 yrs,5,26452,22.460872650146484,1,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,18.902162551879883 +1975,56,0.6681166291236877,MVA,15-17 yrs,19,23159,15.99205493927002,0,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,82.04154205322266 +1975,56,0.6681166291236877,suicide,15-17 yrs,2,23159,15.99205493927002,0,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,8.635951042175293 +1975,56,0.6681166291236877,homicide,15-17 yrs,0,23159,15.99205493927002,0,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,0 +1975,56,0.6681166291236877,other external,15-17 yrs,11,23159,15.99205493927002,0,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,47.49773406982422 +1975,56,0.6681166291236877,internal,15-17 yrs,4,23159,15.99205493927002,0,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,17.271902084350586 +1975,56,0.6681166291236877,all,18-20 yrs,62,23219,18.999526977539062,0.6681166291236877,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,267.022705078125 +1975,56,0.6681166291236877,MVA,18-20 yrs,35,23219,18.999526977539062,0.6681166291236877,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,150.73861694335938 +1975,56,0.6681166291236877,suicide,18-20 yrs,6,23219,18.999526977539062,0.6681166291236877,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,25.840906143188477 +1975,56,0.6681166291236877,homicide,18-20 yrs,0,23219,18.999526977539062,0.6681166291236877,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,0 +1975,56,0.6681166291236877,other external,18-20 yrs,12,23219,18.999526977539062,0.6681166291236877,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,51.68181228637695 +1975,56,0.6681166291236877,internal,18-20 yrs,9,23219,18.999526977539062,0.6681166291236877,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,38.76136016845703 +1975,56,0.6681166291236877,all,21-24 yrs,75,29463,22.46600914001465,1,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,254.5565643310547 +1975,56,0.6681166291236877,MVA,21-24 yrs,34,29463,22.46600914001465,1,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,115.39897155761719 +1975,56,0.6681166291236877,suicide,21-24 yrs,9,29463,22.46600914001465,1,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,30.54678726196289 +1975,56,0.6681166291236877,homicide,21-24 yrs,5,29463,22.46600914001465,1,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,16.97043800354004 +1975,56,0.6681166291236877,other external,21-24 yrs,21,29463,22.46600914001465,1,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,71.27584075927734 +1975,56,0.6681166291236877,internal,21-24 yrs,6,29463,22.46600914001465,1,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,20.364524841308594 +1976,56,0.6792000532150269,MVA,15-17 yrs,18,23854,15.991070747375488,0,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,75.45904541015625 +1976,56,0.6792000532150269,suicide,15-17 yrs,4,23854,15.991070747375488,0,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,16.7686767578125 +1976,56,0.6792000532150269,homicide,15-17 yrs,0,23854,15.991070747375488,0,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,0 +1976,56,0.6792000532150269,other external,15-17 yrs,9,23854,15.991070747375488,0,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,37.729522705078125 +1976,56,0.6792000532150269,internal,15-17 yrs,4,23854,15.991070747375488,0,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,16.7686767578125 +1976,56,0.6792000532150269,all,18-20 yrs,72,24202,19.01470947265625,0.6792000532150269,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,297.4960632324219 +1976,56,0.6792000532150269,MVA,18-20 yrs,43,24202,19.01470947265625,0.6792000532150269,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,177.6712646484375 +1976,56,0.6792000532150269,suicide,18-20 yrs,5,24202,19.01470947265625,0.6792000532150269,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,20.65945053100586 +1976,56,0.6792000532150269,homicide,18-20 yrs,3,24202,19.01470947265625,0.6792000532150269,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,12.395669937133789 +1976,56,0.6792000532150269,other external,18-20 yrs,15,24202,19.01470947265625,0.6792000532150269,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,61.97834777832031 +1976,56,0.6792000532150269,internal,18-20 yrs,6,24202,19.01470947265625,0.6792000532150269,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,24.791339874267578 +1976,56,0.6792000532150269,all,21-24 yrs,71,32214,22.49950408935547,1,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,220.40106201171875 +1976,56,0.6792000532150269,MVA,21-24 yrs,37,32214,22.49950408935547,1,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,114.85689544677734 +1976,56,0.6792000532150269,suicide,21-24 yrs,7,32214,22.49950408935547,1,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,21.72968292236328 +1976,56,0.6792000532150269,homicide,21-24 yrs,1,32214,22.49950408935547,1,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,3.1042404174804688 +1976,56,0.6792000532150269,other external,21-24 yrs,21,32214,22.49950408935547,1,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,65.18904876708984 +1976,56,0.6792000532150269,internal,21-24 yrs,5,32214,22.49950408935547,1,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,15.521202087402344 +1977,56,0.68210369348526,MVA,15-17 yrs,14,24497,16.001632690429688,0,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,57.14985656738281 +1977,56,0.68210369348526,suicide,15-17 yrs,2,24497,16.001632690429688,0,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,8.164264678955078 +1977,56,0.68210369348526,homicide,15-17 yrs,0,24497,16.001632690429688,0,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,0 +1977,56,0.68210369348526,other external,15-17 yrs,5,24497,16.001632690429688,0,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,20.410661697387695 +1977,56,0.68210369348526,internal,15-17 yrs,4,24497,16.001632690429688,0,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,16.328529357910156 +1977,56,0.68210369348526,all,18-20 yrs,47,25156,19.026792526245117,0.68210369348526,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,186.8341522216797 +1977,56,0.68210369348526,MVA,18-20 yrs,33,25156,19.026792526245117,0.68210369348526,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,131.18142700195312 +1977,56,0.68210369348526,suicide,18-20 yrs,2,25156,19.026792526245117,0.68210369348526,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,7.950389385223389 +1977,56,0.68210369348526,homicide,18-20 yrs,0,25156,19.026792526245117,0.68210369348526,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,0 +1977,56,0.68210369348526,other external,18-20 yrs,9,25156,19.026792526245117,0.68210369348526,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,35.77675247192383 +1977,56,0.68210369348526,internal,18-20 yrs,3,25156,19.026792526245117,0.68210369348526,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,11.92558479309082 +1977,56,0.68210369348526,all,21-24 yrs,79,34800,22.521522521972656,1,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,227.01148986816406 +1977,56,0.68210369348526,MVA,21-24 yrs,55,34800,22.521522521972656,1,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,158.0459747314453 +1977,56,0.68210369348526,suicide,21-24 yrs,6,34800,22.521522521972656,1,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,17.241378784179688 +1977,56,0.68210369348526,homicide,21-24 yrs,3,34800,22.521522521972656,1,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,8.620689392089844 +1977,56,0.68210369348526,other external,21-24 yrs,11,34800,22.521522521972656,1,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,31.609195709228516 +1977,56,0.68210369348526,internal,21-24 yrs,4,34800,22.521522521972656,1,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,11.494253158569336 +1978,56,0.68146151304245,MVA,15-17 yrs,21,24604,16.016216278076172,0,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,85.35197448730469 +1978,56,0.68146151304245,suicide,15-17 yrs,2,24604,16.016216278076172,0,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,8.128759384155273 +1978,56,0.68146151304245,homicide,15-17 yrs,2,24604,16.016216278076172,0,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,8.128759384155273 +1978,56,0.68146151304245,other external,15-17 yrs,4,24604,16.016216278076172,0,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,16.257518768310547 +1978,56,0.68146151304245,internal,15-17 yrs,6,24604,16.016216278076172,0,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,24.38627815246582 +1978,56,0.68146151304245,all,18-20 yrs,61,26000,19.022846221923828,0.68146151304245,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,234.61538696289062 +1978,56,0.68146151304245,MVA,18-20 yrs,36,26000,19.022846221923828,0.68146151304245,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,138.46153259277344 +1978,56,0.68146151304245,suicide,18-20 yrs,4,26000,19.022846221923828,0.68146151304245,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,15.384614944458008 +1978,56,0.68146151304245,homicide,18-20 yrs,2,26000,19.022846221923828,0.68146151304245,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,7.692307472229004 +1978,56,0.68146151304245,other external,18-20 yrs,17,26000,19.022846221923828,0.68146151304245,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,65.384613037109375 +1978,56,0.68146151304245,internal,18-20 yrs,2,26000,19.022846221923828,0.68146151304245,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,7.692307472229004 +1978,56,0.68146151304245,all,21-24 yrs,70,37223,22.52497100830078,1,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,188.05577087402344 +1978,56,0.68146151304245,MVA,21-24 yrs,39,37223,22.52497100830078,1,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,104.77393341064453 +1978,56,0.68146151304245,suicide,21-24 yrs,10,37223,22.52497100830078,1,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,26.865110397338867 +1978,56,0.68146151304245,homicide,21-24 yrs,2,37223,22.52497100830078,1,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,5.373022079467773 +1978,56,0.68146151304245,other external,21-24 yrs,14,37223,22.52497100830078,1,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,37.61115264892578 +1978,56,0.68146151304245,internal,21-24 yrs,5,37223,22.52497100830078,1,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,13.432555198669434 +1979,56,0.6841331124305725,MVA,15-17 yrs,13,24582,16.020339965820312,0,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,52.88422393798828 +1979,56,0.6841331124305725,suicide,15-17 yrs,3,24582,16.020339965820312,0,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,12.204051971435547 +1979,56,0.6841331124305725,homicide,15-17 yrs,0,24582,16.020339965820312,0,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,0 +1979,56,0.6841331124305725,other external,15-17 yrs,9,24582,16.020339965820312,0,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,36.61215591430664 +1979,56,0.6841331124305725,internal,15-17 yrs,3,24582,16.020339965820312,0,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,12.204051971435547 +1979,56,0.6841331124305725,all,18-20 yrs,48,27195,19.02621841430664,0.6841331124305725,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,176.50303649902344 +1979,56,0.6841331124305725,MVA,18-20 yrs,29,27195,19.02621841430664,0.6841331124305725,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,106.63725280761719 +1979,56,0.6841331124305725,suicide,18-20 yrs,6,27195,19.02621841430664,0.6841331124305725,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,22.06287956237793 +1979,56,0.6841331124305725,homicide,18-20 yrs,2,27195,19.02621841430664,0.6841331124305725,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,7.354292869567871 +1979,56,0.6841331124305725,other external,18-20 yrs,8,27195,19.02621841430664,0.6841331124305725,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,29.417171478271484 +1979,56,0.6841331124305725,internal,18-20 yrs,3,27195,19.02621841430664,0.6841331124305725,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,11.031439781188965 +1979,56,0.6841331124305725,all,21-24 yrs,78,39446,22.52768325805664,1,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,197.73867797851562 +1979,56,0.6841331124305725,MVA,21-24 yrs,39,39446,22.52768325805664,1,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,98.86933898925781 +1979,56,0.6841331124305725,suicide,21-24 yrs,14,39446,22.52768325805664,1,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,35.49155807495117 +1979,56,0.6841331124305725,homicide,21-24 yrs,4,39446,22.52768325805664,1,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,10.1404447555542 +1979,56,0.6841331124305725,other external,21-24 yrs,15,39446,22.52768325805664,1,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,38.026668548583984 +1979,56,0.6841331124305725,internal,21-24 yrs,6,39446,22.52768325805664,1,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,15.210667610168457 +1980,56,0.6908413171768188,MVA,15-17 yrs,23,24310,16.024887084960938,0,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,94.61127471923828 +1980,56,0.6908413171768188,suicide,15-17 yrs,1,24310,16.024887084960938,0,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,4.1135334968566895 +1980,56,0.6908413171768188,homicide,15-17 yrs,1,24310,16.024887084960938,0,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,4.1135334968566895 +1980,56,0.6908413171768188,other external,15-17 yrs,10,24310,16.024887084960938,0,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,41.13533401489258 +1980,56,0.6908413171768188,internal,15-17 yrs,4,24310,16.024887084960938,0,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,16.454133987426758 +1980,56,0.6908413171768188,all,18-20 yrs,67,27908,19.037981033325195,0.6908413171768188,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,240.07452392578125 +1980,56,0.6908413171768188,MVA,18-20 yrs,40,27908,19.037981033325195,0.6908413171768188,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,143.3280792236328 +1980,56,0.6908413171768188,suicide,18-20 yrs,6,27908,19.037981033325195,0.6908413171768188,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,21.49921226501465 +1980,56,0.6908413171768188,homicide,18-20 yrs,4,27908,19.037981033325195,0.6908413171768188,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,14.332807540893555 +1980,56,0.6908413171768188,other external,18-20 yrs,7,27908,19.037981033325195,0.6908413171768188,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,25.082412719726562 +1980,56,0.6908413171768188,internal,18-20 yrs,10,27908,19.037981033325195,0.6908413171768188,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,35.8320198059082 +1980,56,0.6908413171768188,all,21-24 yrs,70,40688,22.53465461730957,1,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,172.0408935546875 +1980,56,0.6908413171768188,MVA,21-24 yrs,31,40688,22.53465461730957,1,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,76.18953704833984 +1980,56,0.6908413171768188,suicide,21-24 yrs,11,40688,22.53465461730957,1,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,27.034997940063477 +1980,56,0.6908413171768188,homicide,21-24 yrs,5,40688,22.53465461730957,1,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,12.28863525390625 +1980,56,0.6908413171768188,other external,21-24 yrs,19,40688,22.53465461730957,1,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,46.696815490722656 +1980,56,0.6908413171768188,internal,21-24 yrs,4,40688,22.53465461730957,1,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,9.83090877532959 +1981,56,0.689250111579895,MVA,15-17 yrs,15,24106,16.027254104614258,0,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,62.22517395019531 +1981,56,0.689250111579895,suicide,15-17 yrs,2,24106,16.027254104614258,0,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,8.296689987182617 +1981,56,0.689250111579895,homicide,15-17 yrs,0,24106,16.027254104614258,0,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,0 +1981,56,0.689250111579895,other external,15-17 yrs,4,24106,16.027254104614258,0,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,16.593379974365234 +1981,56,0.689250111579895,internal,15-17 yrs,2,24106,16.027254104614258,0,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,8.296689987182617 +1981,56,0.689250111579895,all,18-20 yrs,63,27070,19.04222297668457,0.689250111579895,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,232.72996520996094 +1981,56,0.689250111579895,MVA,18-20 yrs,42,27070,19.04222297668457,0.689250111579895,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,155.15330505371094 +1981,56,0.689250111579895,suicide,18-20 yrs,4,27070,19.04222297668457,0.689250111579895,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,14.776505470275879 +1981,56,0.689250111579895,homicide,18-20 yrs,2,27070,19.04222297668457,0.689250111579895,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,7.3882527351379395 +1981,56,0.689250111579895,other external,18-20 yrs,8,27070,19.04222297668457,0.689250111579895,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,29.553010940551758 +1981,56,0.689250111579895,internal,18-20 yrs,7,27070,19.04222297668457,0.689250111579895,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,25.858884811401367 +1981,56,0.689250111579895,all,21-24 yrs,85,39654,22.545896530151367,1,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,214.35415649414062 +1981,56,0.689250111579895,MVA,21-24 yrs,50,39654,22.545896530151367,1,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,126.09068298339844 +1981,56,0.689250111579895,suicide,21-24 yrs,9,39654,22.545896530151367,1,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,22.69632339477539 +1981,56,0.689250111579895,homicide,21-24 yrs,2,39654,22.545896530151367,1,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,5.0436272621154785 +1981,56,0.689250111579895,other external,21-24 yrs,17,39654,22.545896530151367,1,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,42.87083435058594 +1981,56,0.689250111579895,internal,21-24 yrs,7,39654,22.545896530151367,1,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,17.65269660949707 +1982,56,0.6818512082099915,MVA,15-17 yrs,15,23715,16.015010833740234,0,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,63.25110626220703 +1982,56,0.6818512082099915,suicide,15-17 yrs,6,23715,16.015010833740234,0,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,25.300443649291992 +1982,56,0.6818512082099915,homicide,15-17 yrs,0,23715,16.015010833740234,0,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,0 +1982,56,0.6818512082099915,other external,15-17 yrs,4,23715,16.015010833740234,0,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,16.866962432861328 +1982,56,0.6818512082099915,internal,15-17 yrs,3,23715,16.015010833740234,0,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,12.650221824645996 +1982,56,0.6818512082099915,all,18-20 yrs,45,26145,19.026123046875,0.6818512082099915,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,172.11703491210938 +1982,56,0.6818512082099915,MVA,18-20 yrs,28,26145,19.026123046875,0.6818512082099915,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,107.09504699707031 +1982,56,0.6818512082099915,suicide,18-20 yrs,2,26145,19.026123046875,0.6818512082099915,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,7.649646282196045 +1982,56,0.6818512082099915,homicide,18-20 yrs,2,26145,19.026123046875,0.6818512082099915,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,7.649646282196045 +1982,56,0.6818512082099915,other external,18-20 yrs,9,26145,19.026123046875,0.6818512082099915,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,34.42340850830078 +1982,56,0.6818512082099915,internal,18-20 yrs,4,26145,19.026123046875,0.6818512082099915,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,15.29929256439209 +1982,56,0.6818512082099915,all,21-24 yrs,72,38292,22.533740997314453,1,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,188.02882385253906 +1982,56,0.6818512082099915,MVA,21-24 yrs,29,38292,22.533740997314453,1,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,75.73383331298828 +1982,56,0.6818512082099915,suicide,21-24 yrs,10,38292,22.533740997314453,1,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,26.115116119384766 +1982,56,0.6818512082099915,homicide,21-24 yrs,9,38292,22.533740997314453,1,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,23.503602981567383 +1982,56,0.6818512082099915,other external,21-24 yrs,18,38292,22.533740997314453,1,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,47.007205963134766 +1982,56,0.6818512082099915,internal,21-24 yrs,6,38292,22.533740997314453,1,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,15.669069290161133 +1983,56,0.6849671006202698,MVA,15-17 yrs,10,23574,15.987528800964355,0,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,42.41961669921875 +1983,56,0.6849671006202698,suicide,15-17 yrs,1,23574,15.987528800964355,0,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,4.241961479187012 +1983,56,0.6849671006202698,homicide,15-17 yrs,1,23574,15.987528800964355,0,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,4.241961479187012 +1983,56,0.6849671006202698,other external,15-17 yrs,1,23574,15.987528800964355,0,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,4.241961479187012 +1983,56,0.6849671006202698,internal,15-17 yrs,0,23574,15.987528800964355,0,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,0 +1983,56,0.6849671006202698,all,18-20 yrs,39,24626,19.02704429626465,0.6849671006202698,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,158.36920166015625 +1983,56,0.6849671006202698,MVA,18-20 yrs,18,24626,19.02704429626465,0.6849671006202698,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,73.093475341796875 +1983,56,0.6849671006202698,suicide,18-20 yrs,8,24626,19.02704429626465,0.6849671006202698,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,32.48598861694336 +1983,56,0.6849671006202698,homicide,18-20 yrs,1,24626,19.02704429626465,0.6849671006202698,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,4.06074857711792 +1983,56,0.6849671006202698,other external,18-20 yrs,11,24626,19.02704429626465,0.6849671006202698,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,44.668235778808594 +1983,56,0.6849671006202698,internal,18-20 yrs,1,24626,19.02704429626465,0.6849671006202698,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,4.06074857711792 +1983,56,0.6849671006202698,all,21-24 yrs,65,35666,22.541860580444336,1,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,182.24639892578125 +1983,56,0.6849671006202698,MVA,21-24 yrs,20,35666,22.541860580444336,1,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,56.07581329345703 +1983,56,0.6849671006202698,suicide,21-24 yrs,20,35666,22.541860580444336,1,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,56.07581329345703 +1983,56,0.6849671006202698,homicide,21-24 yrs,3,35666,22.541860580444336,1,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,8.411372184753418 +1983,56,0.6849671006202698,other external,21-24 yrs,12,35666,22.541860580444336,1,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,33.64548873901367 +1983,56,0.6849671006202698,internal,21-24 yrs,10,35666,22.541860580444336,1,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,28.037906646728516 +1984,56,0.6847256422042847,MVA,15-17 yrs,4,23478,15.96865177154541,0,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,17.0372257232666 +1984,56,0.6847256422042847,suicide,15-17 yrs,4,23478,15.96865177154541,0,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,17.0372257232666 +1984,56,0.6847256422042847,homicide,15-17 yrs,1,23478,15.96865177154541,0,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,4.25930643081665 +1984,56,0.6847256422042847,other external,15-17 yrs,4,23478,15.96865177154541,0,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,17.0372257232666 +1984,56,0.6847256422042847,internal,15-17 yrs,1,23478,15.96865177154541,0,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,4.25930643081665 +1984,56,0.6847256422042847,all,18-20 yrs,41,22888,19.030452728271484,0.6847256422042847,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,179.13316345214844 +1984,56,0.6847256422042847,MVA,18-20 yrs,21,22888,19.030452728271484,0.6847256422042847,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,91.75113677978516 +1984,56,0.6847256422042847,suicide,18-20 yrs,8,22888,19.030452728271484,0.6847256422042847,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,34.95281219482422 +1984,56,0.6847256422042847,homicide,18-20 yrs,1,22888,19.030452728271484,0.6847256422042847,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,4.369101524353027 +1984,56,0.6847256422042847,other external,18-20 yrs,7,22888,19.030452728271484,0.6847256422042847,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,30.583711624145508 +1984,56,0.6847256422042847,internal,18-20 yrs,4,22888,19.030452728271484,0.6847256422042847,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,17.47640609741211 +1984,56,0.6847256422042847,all,21-24 yrs,61,32832,22.55208396911621,1,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,185.79434204101562 +1984,56,0.6847256422042847,MVA,21-24 yrs,28,32832,22.55208396911621,1,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,85.28265380859375 +1984,56,0.6847256422042847,suicide,21-24 yrs,8,32832,22.55208396911621,1,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,24.366472244262695 +1984,56,0.6847256422042847,homicide,21-24 yrs,2,32832,22.55208396911621,1,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,6.091618061065674 +1984,56,0.6847256422042847,other external,21-24 yrs,20,32832,22.55208396911621,1,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,60.91617965698242 +1984,56,0.6847256422042847,internal,21-24 yrs,3,32832,22.55208396911621,1,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,9.13742733001709 +1985,56,0.6747925877571106,MVA,15-17 yrs,8,23775,15.961135864257812,0,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,33.6487922668457 +1985,56,0.6747925877571106,suicide,15-17 yrs,1,23775,15.961135864257812,0,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,4.206099033355713 +1985,56,0.6747925877571106,homicide,15-17 yrs,1,23775,15.961135864257812,0,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,4.206099033355713 +1985,56,0.6747925877571106,other external,15-17 yrs,7,23775,15.961135864257812,0,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,29.442691802978516 +1985,56,0.6747925877571106,internal,15-17 yrs,2,23775,15.961135864257812,0,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,8.412198066711426 +1985,56,0.6747925877571106,all,18-20 yrs,38,21454,19.013097763061523,0.6747925877571106,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,177.12315368652344 +1985,56,0.6747925877571106,MVA,18-20 yrs,19,21454,19.013097763061523,0.6747925877571106,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,88.56157684326172 +1985,56,0.6747925877571106,suicide,18-20 yrs,13,21454,19.013097763061523,0.6747925877571106,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,60.59476089477539 +1985,56,0.6747925877571106,homicide,18-20 yrs,0,21454,19.013097763061523,0.6747925877571106,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,0 +1985,56,0.6747925877571106,other external,18-20 yrs,3,21454,19.013097763061523,0.6747925877571106,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,13.983406066894531 +1985,56,0.6747925877571106,internal,18-20 yrs,3,21454,19.013097763061523,0.6747925877571106,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,13.983406066894531 +1985,56,0.6747925877571106,all,21-24 yrs,51,30332,22.550111770629883,1,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,168.13925170898438 +1985,56,0.6747925877571106,MVA,21-24 yrs,20,30332,22.550111770629883,1,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,65.93696594238281 +1985,56,0.6747925877571106,suicide,21-24 yrs,13,30332,22.550111770629883,1,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,42.85902786254883 +1985,56,0.6747925877571106,homicide,21-24 yrs,4,30332,22.550111770629883,1,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,13.187393188476562 +1985,56,0.6747925877571106,other external,21-24 yrs,11,30332,22.550111770629883,1,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,36.26533126831055 +1985,56,0.6747925877571106,internal,21-24 yrs,3,30332,22.550111770629883,1,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,9.890544891357422 +1986,56,0.6651237607002258,MVA,15-17 yrs,7,24533,15.960053443908691,0,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,28.532997131347656 +1986,56,0.6651237607002258,suicide,15-17 yrs,2,24533,15.960053443908691,0,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,8.152284622192383 +1986,56,0.6651237607002258,homicide,15-17 yrs,1,24533,15.960053443908691,0,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,4.076142311096191 +1986,56,0.6651237607002258,other external,15-17 yrs,3,24533,15.960053443908691,0,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,12.228426933288574 +1986,56,0.6651237607002258,internal,15-17 yrs,1,24533,15.960053443908691,0,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,4.076142311096191 +1986,56,0.6651237607002258,all,18-20 yrs,43,20524,18.99234962463379,0.6651237607002258,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,209.5108184814453 +1986,56,0.6651237607002258,MVA,18-20 yrs,22,20524,18.99234962463379,0.6651237607002258,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,107.19158172607422 +1986,56,0.6651237607002258,suicide,18-20 yrs,5,20524,18.99234962463379,0.6651237607002258,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,24.361722946166992 +1986,56,0.6651237607002258,homicide,18-20 yrs,4,20524,18.99234962463379,0.6651237607002258,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,19.489377975463867 +1986,56,0.6651237607002258,other external,18-20 yrs,8,20524,18.99234962463379,0.6651237607002258,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,38.978755950927734 +1986,56,0.6651237607002258,internal,18-20 yrs,4,20524,18.99234962463379,0.6651237607002258,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,19.489377975463867 +1986,56,0.6651237607002258,all,21-24 yrs,46,27800,22.541475296020508,1,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,165.46762084960938 +1986,56,0.6651237607002258,MVA,21-24 yrs,24,27800,22.541475296020508,1,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,86.3309326171875 +1986,56,0.6651237607002258,suicide,21-24 yrs,8,27800,22.541475296020508,1,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,28.7769775390625 +1986,56,0.6651237607002258,homicide,21-24 yrs,0,27800,22.541475296020508,1,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,0 +1986,56,0.6651237607002258,other external,21-24 yrs,8,27800,22.541475296020508,1,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,28.7769775390625 +1986,56,0.6651237607002258,internal,21-24 yrs,6,27800,22.541475296020508,1,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,21.582733154296875 +1987,56,0.6538363695144653,MVA,15-17 yrs,8,23697,15.988563537597656,0,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,33.75954818725586 +1987,56,0.6538363695144653,suicide,15-17 yrs,5,23697,15.988563537597656,0,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,21.09971809387207 +1987,56,0.6538363695144653,homicide,15-17 yrs,0,23697,15.988563537597656,0,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,0 +1987,56,0.6538363695144653,other external,15-17 yrs,1,23697,15.988563537597656,0,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,4.219943523406982 +1987,56,0.6538363695144653,internal,15-17 yrs,2,23697,15.988563537597656,0,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,8.439887046813965 +1987,56,0.6538363695144653,all,18-20 yrs,27,19641,18.971181869506836,0.6538363695144653,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,137.46754455566406 +1987,56,0.6538363695144653,MVA,18-20 yrs,19,19641,18.971181869506836,0.6538363695144653,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,96.736419677734375 +1987,56,0.6538363695144653,suicide,18-20 yrs,2,19641,18.971181869506836,0.6538363695144653,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,10.182781219482422 +1987,56,0.6538363695144653,homicide,18-20 yrs,1,19641,18.971181869506836,0.6538363695144653,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,5.091390609741211 +1987,56,0.6538363695144653,other external,18-20 yrs,2,19641,18.971181869506836,0.6538363695144653,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,10.182781219482422 +1987,56,0.6538363695144653,internal,18-20 yrs,3,19641,18.971181869506836,0.6538363695144653,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,15.274171829223633 +1987,56,0.6538363695144653,all,21-24 yrs,35,24890,22.5441951751709,1,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,140.6187286376953 +1987,56,0.6538363695144653,MVA,21-24 yrs,11,24890,22.5441951751709,1,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,44.194454193115234 +1987,56,0.6538363695144653,suicide,21-24 yrs,7,24890,22.5441951751709,1,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,28.12374496459961 +1987,56,0.6538363695144653,homicide,21-24 yrs,1,24890,22.5441951751709,1,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,4.0176777839660645 +1987,56,0.6538363695144653,other external,21-24 yrs,6,24890,22.5441951751709,1,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,24.10606575012207 +1987,56,0.6538363695144653,internal,21-24 yrs,10,24890,22.5441951751709,1,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,40.17677688598633 +1988,56,0.32408419251441956,MVA,15-17 yrs,10,22435,16.019968032836914,0,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,44.573211669921875 +1988,56,0.32408419251441956,suicide,15-17 yrs,4,22435,16.019968032836914,0,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,17.82928466796875 +1988,56,0.32408419251441956,homicide,15-17 yrs,0,22435,16.019968032836914,0,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,0 +1988,56,0.32408419251441956,other external,15-17 yrs,7,22435,16.019968032836914,0,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,31.201248168945312 +1988,56,0.32408419251441956,internal,15-17 yrs,3,22435,16.019968032836914,0,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,13.371963500976562 +1988,56,0.32408419251441956,all,18-20 yrs,33,19640,18.95890998840332,0.32408419251441956,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,168.02444458007812 +1988,56,0.32408419251441956,MVA,18-20 yrs,23,19640,18.95890998840332,0.32408419251441956,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,117.10794067382812 +1988,56,0.32408419251441956,suicide,18-20 yrs,5,19640,18.95890998840332,0.32408419251441956,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,25.458248138427734 +1988,56,0.32408419251441956,homicide,18-20 yrs,2,19640,18.95890998840332,0.32408419251441956,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,10.18329906463623 +1988,56,0.32408419251441956,other external,18-20 yrs,1,19640,18.95890998840332,0.32408419251441956,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,5.091649532318115 +1988,56,0.32408419251441956,internal,18-20 yrs,2,19640,18.95890998840332,0.32408419251441956,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,10.18329906463623 +1988,56,0.32408419251441956,all,21-24 yrs,42,23073,22.537511825561523,1,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,182.03094482421875 +1988,56,0.32408419251441956,MVA,21-24 yrs,22,23073,22.537511825561523,1,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,95.34954071044922 +1988,56,0.32408419251441956,suicide,21-24 yrs,5,23073,22.537511825561523,1,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,21.670351028442383 +1988,56,0.32408419251441956,homicide,21-24 yrs,1,23073,22.537511825561523,1,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,4.334070205688477 +1988,56,0.32408419251441956,other external,21-24 yrs,8,23073,22.537511825561523,1,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,34.67256164550781 +1988,56,0.32408419251441956,internal,21-24 yrs,6,23073,22.537511825561523,1,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,26.00442123413086 +1989,56,0,MVA,15-17 yrs,6,21385,16.01108169555664,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,28.057048797607422 +1989,56,0,suicide,15-17 yrs,5,21385,16.01108169555664,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,23.380874633789062 +1989,56,0,homicide,15-17 yrs,0,21385,16.01108169555664,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,0 +1989,56,0,other external,15-17 yrs,1,21385,16.01108169555664,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,4.676175117492676 +1989,56,0,internal,15-17 yrs,0,21385,16.01108169555664,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,0 +1989,56,0,all,18-20 yrs,31,20071,18.958995819091797,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,154.45169067382812 +1989,56,0,MVA,18-20 yrs,16,20071,18.958995819091797,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,79.71700286865234 +1989,56,0,suicide,18-20 yrs,4,20071,18.958995819091797,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,19.929250717163086 +1989,56,0,homicide,18-20 yrs,4,20071,18.958995819091797,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,19.929250717163086 +1989,56,0,other external,18-20 yrs,4,20071,18.958995819091797,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,19.929250717163086 +1989,56,0,internal,18-20 yrs,3,20071,18.958995819091797,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,14.946938514709473 +1989,56,0,all,21-24 yrs,28,21874,22.509052276611328,1,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,128.00584411621094 +1989,56,0,MVA,21-24 yrs,12,21874,22.509052276611328,1,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,54.859649658203125 +1989,56,0,suicide,21-24 yrs,5,21874,22.509052276611328,1,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,22.85818862915039 +1989,56,0,homicide,21-24 yrs,2,21874,22.509052276611328,1,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,9.143275260925293 +1989,56,0,other external,21-24 yrs,6,21874,22.509052276611328,1,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,27.429824829101562 +1989,56,0,internal,21-24 yrs,3,21874,22.509052276611328,1,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,13.714912414550781 +1990,56,0,MVA,15-17 yrs,8,21278,15.986276626586914,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,37.59751892089844 +1990,56,0,suicide,15-17 yrs,5,21278,15.986276626586914,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,23.498449325561523 +1990,56,0,homicide,15-17 yrs,1,21278,15.986276626586914,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,4.699689865112305 +1990,56,0,other external,15-17 yrs,2,21278,15.986276626586914,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,9.39937973022461 +1990,56,0,internal,15-17 yrs,2,21278,15.986276626586914,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,9.39937973022461 +1990,56,0,all,18-20 yrs,29,20242,18.987895965576172,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,143.2664794921875 +1990,56,0,MVA,18-20 yrs,15,20242,18.987895965576172,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,74.10334777832031 +1990,56,0,suicide,18-20 yrs,6,20242,18.987895965576172,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,29.641340255737305 +1990,56,0,homicide,18-20 yrs,1,20242,18.987895965576172,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,4.940223217010498 +1990,56,0,other external,18-20 yrs,4,20242,18.987895965576172,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,19.760892868041992 +1990,56,0,internal,18-20 yrs,3,20242,18.987895965576172,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,14.820670127868652 +1990,56,0,all,21-24 yrs,33,21493,22.46773338317871,1,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,153.53836059570312 +1990,56,0,MVA,21-24 yrs,11,21493,22.46773338317871,1,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,51.1794548034668 +1990,56,0,suicide,21-24 yrs,6,21493,22.46773338317871,1,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,27.916065216064453 +1990,56,0,homicide,21-24 yrs,3,21493,22.46773338317871,1,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,13.958032608032227 +1990,56,0,other external,21-24 yrs,6,21493,22.46773338317871,1,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,27.916065216064453 +1990,56,0,internal,21-24 yrs,7,21493,22.46773338317871,1,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,32.56874465942383 +1991,56,0,MVA,15-17 yrs,10,21835,15.993725776672363,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,45.798030853271484 +1991,56,0,suicide,15-17 yrs,5,21835,15.993725776672363,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,22.899015426635742 +1991,56,0,homicide,15-17 yrs,1,21835,15.993725776672363,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,4.579802989959717 +1991,56,0,other external,15-17 yrs,2,21835,15.993725776672363,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,9.159605979919434 +1991,56,0,internal,15-17 yrs,2,21835,15.993725776672363,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,9.159605979919434 +1991,56,0,all,18-20 yrs,33,20860,19.001726150512695,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,158.197509765625 +1991,56,0,MVA,18-20 yrs,16,20860,19.001726150512695,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,76.70182037353516 +1991,56,0,suicide,18-20 yrs,10,20860,19.001726150512695,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,47.938636779785156 +1991,56,0,homicide,18-20 yrs,0,20860,19.001726150512695,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,0 +1991,56,0,other external,18-20 yrs,5,20860,19.001726150512695,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,23.969318389892578 +1991,56,0,internal,18-20 yrs,2,20860,19.001726150512695,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,9.587727546691895 +1991,56,0,all,21-24 yrs,20,22203,22.41782569885254,1,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,90.07791900634766 +1991,56,0,MVA,21-24 yrs,6,22203,22.41782569885254,1,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,27.023374557495117 +1991,56,0,suicide,21-24 yrs,9,22203,22.41782569885254,1,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,40.535064697265625 +1991,56,0,homicide,21-24 yrs,1,22203,22.41782569885254,1,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,4.5038957595825195 +1991,56,0,other external,21-24 yrs,1,22203,22.41782569885254,1,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,4.5038957595825195 +1991,56,0,internal,21-24 yrs,3,22203,22.41782569885254,1,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,13.511687278747559 +1992,56,0,MVA,15-17 yrs,10,22743,15.992612838745117,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,43.969573974609375 +1992,56,0,suicide,15-17 yrs,4,22743,15.992612838745117,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,17.58782958984375 +1992,56,0,homicide,15-17 yrs,0,22743,15.992612838745117,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,0 +1992,56,0,other external,15-17 yrs,3,22743,15.992612838745117,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,13.190872192382812 +1992,56,0,internal,15-17 yrs,1,22743,15.992612838745117,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,4.3969573974609375 +1992,56,0,all,18-20 yrs,30,21356,18.996723175048828,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,140.47573852539062 +1992,56,0,MVA,18-20 yrs,14,21356,18.996723175048828,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,65.55535125732422 +1992,56,0,suicide,18-20 yrs,8,21356,18.996723175048828,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,37.46019744873047 +1992,56,0,homicide,18-20 yrs,1,21356,18.996723175048828,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,4.682524681091309 +1992,56,0,other external,18-20 yrs,6,21356,18.996723175048828,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,28.09514808654785 +1992,56,0,internal,18-20 yrs,1,21356,18.996723175048828,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,4.682524681091309 +1992,56,0,all,21-24 yrs,26,23570,22.389562606811523,1,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,110.3097152709961 +1992,56,0,MVA,21-24 yrs,13,23570,22.389562606811523,1,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,55.15485763549805 +1992,56,0,suicide,21-24 yrs,4,23570,22.389562606811523,1,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,16.970726013183594 +1992,56,0,homicide,21-24 yrs,1,23570,22.389562606811523,1,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,4.242681503295898 +1992,56,0,other external,21-24 yrs,1,23570,22.389562606811523,1,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,4.242681503295898 +1992,56,0,internal,21-24 yrs,7,23570,22.389562606811523,1,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,29.69877052307129 +1993,56,0,MVA,15-17 yrs,10,23504,15.986682891845703,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,42.54594802856445 +1993,56,0,suicide,15-17 yrs,8,23504,15.986682891845703,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,34.03675842285156 +1993,56,0,homicide,15-17 yrs,0,23504,15.986682891845703,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,0 +1993,56,0,other external,15-17 yrs,2,23504,15.986682891845703,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,8.50918960571289 +1993,56,0,internal,15-17 yrs,4,23504,15.986682891845703,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,17.01837921142578 +1993,56,0,all,18-20 yrs,25,22163,18.988088607788086,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,112.80061340332031 +1993,56,0,MVA,18-20 yrs,12,22163,18.988088607788086,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,54.14429473876953 +1993,56,0,suicide,18-20 yrs,6,22163,18.988088607788086,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,27.072147369384766 +1993,56,0,homicide,18-20 yrs,0,22163,18.988088607788086,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,0 +1993,56,0,other external,18-20 yrs,3,22163,18.988088607788086,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,13.536073684692383 +1993,56,0,internal,18-20 yrs,4,22163,18.988088607788086,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,18.048097610473633 +1993,56,0,all,21-24 yrs,26,24895,22.409961700439453,1,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,104.43864440917969 +1993,56,0,MVA,21-24 yrs,10,24895,22.409961700439453,1,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,40.16870880126953 +1993,56,0,suicide,21-24 yrs,9,24895,22.409961700439453,1,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,36.15183639526367 +1993,56,0,homicide,21-24 yrs,0,24895,22.409961700439453,1,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,0 +1993,56,0,other external,21-24 yrs,4,24895,22.409961700439453,1,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,16.06748390197754 +1993,56,0,internal,21-24 yrs,3,24895,22.409961700439453,1,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,12.050612449645996 +1994,56,0,MVA,15-17 yrs,13,24574,15.997395515441895,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,52.90143966674805 +1994,56,0,suicide,15-17 yrs,6,24574,15.997395515441895,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,24.41604995727539 +1994,56,0,homicide,15-17 yrs,1,24574,15.997395515441895,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,4.069341659545898 +1994,56,0,other external,15-17 yrs,3,24574,15.997395515441895,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,12.208024978637695 +1994,56,0,internal,15-17 yrs,2,24574,15.997395515441895,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,8.138683319091797 +1994,56,0,all,18-20 yrs,35,22855,18.99391746520996,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,153.1393585205078 +1994,56,0,MVA,18-20 yrs,27,22855,18.99391746520996,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,118.13607788085938 +1994,56,0,suicide,18-20 yrs,3,22855,18.99391746520996,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,13.126230239868164 +1994,56,0,homicide,18-20 yrs,5,22855,18.99391746520996,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,21.877050399780273 +1994,56,0,other external,18-20 yrs,0,22855,18.99391746520996,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,0 +1994,56,0,internal,18-20 yrs,0,22855,18.99391746520996,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,0 +1994,56,0,all,21-24 yrs,41,26088,22.440738677978516,1,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,157.16038513183594 +1994,56,0,MVA,21-24 yrs,15,26088,22.440738677978516,1,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,57.49769973754883 +1994,56,0,suicide,21-24 yrs,9,26088,22.440738677978516,1,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,34.498619079589844 +1994,56,0,homicide,21-24 yrs,4,26088,22.440738677978516,1,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,15.332719802856445 +1994,56,0,other external,21-24 yrs,9,26088,22.440738677978516,1,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,34.498619079589844 +1994,56,0,internal,21-24 yrs,4,26088,22.440738677978516,1,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,15.332719802856445 +1995,56,0,MVA,15-17 yrs,11,25625,15.986029624938965,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,42.92683029174805 +1995,56,0,suicide,15-17 yrs,5,25625,15.986029624938965,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,19.512195587158203 +1995,56,0,homicide,15-17 yrs,1,25625,15.986029624938965,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,3.9024391174316406 +1995,56,0,other external,15-17 yrs,2,25625,15.986029624938965,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,7.804878234863281 +1995,56,0,internal,15-17 yrs,7,25625,15.986029624938965,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,27.317073822021484 +1995,56,0,all,18-20 yrs,42,23688,18.989234924316406,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,177.30496215820312 +1995,56,0,MVA,18-20 yrs,22,23688,18.989234924316406,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,92.87403106689453 +1995,56,0,suicide,18-20 yrs,7,23688,18.989234924316406,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,29.550827026367188 +1995,56,0,homicide,18-20 yrs,0,23688,18.989234924316406,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,0 +1995,56,0,other external,18-20 yrs,5,23688,18.989234924316406,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,21.10773468017578 +1995,56,0,internal,18-20 yrs,8,23688,18.989234924316406,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,33.77237319946289 +1995,56,0,all,21-24 yrs,41,26681,22.452381134033203,1,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,153.6674041748047 +1995,56,0,MVA,21-24 yrs,23,26681,22.452381134033203,1,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,86.20366668701172 +1995,56,0,suicide,21-24 yrs,12,26681,22.452381134033203,1,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,44.975826263427734 +1995,56,0,homicide,21-24 yrs,2,26681,22.452381134033203,1,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,7.495970726013184 +1995,56,0,other external,21-24 yrs,3,26681,22.452381134033203,1,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,11.243956565856934 +1995,56,0,internal,21-24 yrs,1,26681,22.452381134033203,1,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,3.747985363006592 +1996,56,0,MVA,15-17 yrs,13,26278,16.001941680908203,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,49.471038818359375 +1996,56,0,suicide,15-17 yrs,5,26278,16.001941680908203,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,19.02732276916504 +1996,56,0,homicide,15-17 yrs,0,26278,16.001941680908203,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,0 +1996,56,0,other external,15-17 yrs,5,26278,16.001941680908203,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,19.02732276916504 +1996,56,0,internal,15-17 yrs,2,26278,16.001941680908203,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,7.610929489135742 +1996,56,0,all,18-20 yrs,33,24231,18.98076820373535,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,136.18917846679688 +1996,56,0,MVA,18-20 yrs,20,24231,18.98076820373535,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,82.53889465332031 +1996,56,0,suicide,18-20 yrs,0,24231,18.98076820373535,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,0 +1996,56,0,homicide,18-20 yrs,3,24231,18.98076820373535,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,12.380834579467773 +1996,56,0,other external,18-20 yrs,6,24231,18.98076820373535,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,24.761669158935547 +1996,56,0,internal,18-20 yrs,4,24231,18.98076820373535,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,16.507780075073242 +1996,56,0,all,21-24 yrs,34,26987,22.43502426147461,1,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,125.98658752441406 +1996,56,0,MVA,21-24 yrs,14,26987,22.43502426147461,1,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,51.8768310546875 +1996,56,0,suicide,21-24 yrs,5,26987,22.43502426147461,1,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,18.52743911743164 +1996,56,0,homicide,21-24 yrs,2,26987,22.43502426147461,1,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,7.410975456237793 +1996,56,0,other external,21-24 yrs,10,26987,22.43502426147461,1,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,37.05487823486328 +1996,56,0,internal,21-24 yrs,3,26987,22.43502426147461,1,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,11.116463661193848 diff --git a/docs/_site/projects/week-8/data/math_survey.csv b/docs/_site/projects/week-8/data/math_survey.csv new file mode 100644 index 00000000..73fb8685 --- /dev/null +++ b/docs/_site/projects/week-8/data/math_survey.csv @@ -0,0 +1,217 @@ +wave,timestamp,teacher,id_in_class,treatment,math_feeling,good_at_math,math_easy_hard,math_stressed,survey_stressed,math_anxiety +1,2019/01/29 6:12:22 PM MST,Teacher 1,1,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/29 6:13:16 PM MST,Teacher 1,2,Math story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:14:04 PM MST,Teacher 1,4,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/29 6:14:42 PM MST,Teacher 1,5,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/29 6:15:39 PM MST,Teacher 1,6,Math story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:16:36 PM MST,Teacher 1,7,Math story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:17:27 PM MST,Teacher 1,8,Math story,:(,I'm good at math,Math is fine.,Yes,No,Yes +1,2019/01/29 6:18:35 PM MST,Teacher 1,9,Math story,:(,Not good,Math is easy.,Yes,No,Yes +1,2019/01/29 6:20:03 PM MST,Teacher 1,10,Math story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:20:52 PM MST,Teacher 1,11,Math story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:21:53 PM MST,Teacher 1,12,Math story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:22:39 PM MST,Teacher 1,14,Math story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:24:00 PM MST,Teacher 1,15,Math story,:),I'm good at math,Math is easy.,No,No,No +1,2019/01/29 6:24:30 PM MST,Teacher 1,16,Math story,:),I'm okay,Math is fine.,No,No,No +1,2019/01/29 6:25:35 PM MST,Teacher 1,18,Math story,:|,I'm okay,Math is hard.,No,No,No +1,2019/01/29 6:26:04 PM MST,Teacher 1,19,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/29 6:26:31 PM MST,Teacher 1,20,Math story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:27:02 PM MST,Teacher 1,21,Math story,:|,I'm okay,Math is fine.,No,No,No +1,2019/01/29 6:27:38 PM MST,Teacher 1,22,Math story,:|,I'm okay,Math is hard.,Yes,No,Yes +1,2019/01/29 6:28:03 PM MST,Teacher 1,23,Math story,:),"Not just good, I'm great!",Math is fine.,No,No,No +1,2019/01/29 6:28:54 PM MST,Teacher 1,24,Math story,:(,Not good,Math is hard.,Yes,No,Yes +1,2019/01/29 6:29:22 PM MST,Teacher 1,25,Math story,:),I'm good at math,Math is easy.,Yes,No,Yes +1,2019/01/29 6:30:16 PM MST,Teacher 1,26,Math story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:30:49 PM MST,Teacher 1,27,Math story,:|,I'm okay,Math is fine.,No,No,No +1,2019/01/29 6:31:21 PM MST,Teacher 1,28,Math story,:|,I'm okay,Math is hard.,Yes,No,Yes +1,2019/01/29 6:31:57 PM MST,Teacher 1,29,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/29 6:32:28 PM MST,Teacher 1,30,Math story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:32:57 PM MST,Teacher 1,31,Math story,:|,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/29 6:37:57 PM MST,Teacher 4,0,Normal story,:),I'm good at math,Math is easy.,No,No,No +1,2019/01/29 6:38:38 PM MST,Teacher 4,1,Normal story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:39:55 PM MST,Teacher 4,2,Normal story,:|,I'm okay,Math is fine.,No,No,No +1,2019/01/29 6:42:04 PM MST,Teacher 4,3,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/30 7:54:55 PM MST,Teacher 4,4,Normal story,:|,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/30 7:55:48 PM MST,Teacher 4,6,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/30 7:56:26 PM MST,Teacher 4,7,Normal story,:|,I'm okay,Math is fine.,Yes,Yes,Yes +1,2019/01/30 7:57:15 PM MST,Teacher 4,8,Normal story,:),"Not just good, I'm great!",Math is fine.,NA,No,NA +1,2019/01/30 7:58:54 PM MST,Teacher 4,9,Normal story,:|,I'm good at math,Math is fine.,Yes,No,Yes +1,2019/01/30 7:59:23 PM MST,Teacher 4,10,Normal story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/30 7:59:50 PM MST,Teacher 4,11,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/30 8:00:22 PM MST,Teacher 4,12,Normal story,:),"Not just good, I'm great!",Math is easy.,No,Yes,No +1,2019/01/30 8:00:53 PM MST,Teacher 4,13,Normal story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/30 8:01:45 PM MST,Teacher 4,14,Normal story,:|,I'm okay,Math is fine.,No,No,No +1,2019/01/30 8:02:13 PM MST,Teacher 4,15,Normal story,:),I'm good at math,Math is easy.,No,No,No +1,2019/01/30 8:03:18 PM MST,Teacher 4,16,Normal story,:(,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/30 8:04:08 PM MST,Teacher 4,17,Normal story,:),I'm good at math,NA,No,No,No +1,2019/01/30 8:05:01 PM MST,Teacher 4,18,Normal story,:(,I'm okay,Math is hard.,Yes,NA,Yes +1,2019/01/30 8:05:38 PM MST,Teacher 4,20,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/30 8:07:40 PM MST,Teacher 4,21,Normal story,:(,I'm okay,NA,Yes,No,Yes +1,2019/01/30 8:10:57 PM MST,Teacher 4,22,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/30 8:12:52 PM MST,Teacher 4,23,Normal story,:(,I'm okay,Math is fine.,Yes,Yes,Yes +1,2019/01/30 8:13:53 PM MST,Teacher 4,24,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/30 8:14:54 PM MST,Teacher 4,25,Normal story,:),I'm okay,Math is easy.,No,NA,No +1,2019/01/30 8:18:11 PM MST,Teacher 4,26,Normal story,:|,I'm okay,Math is hard.,Yes,No,Yes +1,2019/01/30 8:18:44 PM MST,Teacher 4,27,Normal story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/30 8:20:31 PM MST,Teacher 4,29,Normal story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/30 8:21:47 PM MST,Teacher 4,30,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/30 8:23:37 PM MST,Teacher 4,31,Normal story,:|,I'm okay,Math is fine.,No,NA,No +1,2019/01/31 3:57:35 PM MST,Teacher 4,39,Normal story,:(,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/31 3:58:50 PM MST,Teacher 2,41,Math story,:|,Not good,Math is hard.,Yes,Yes,Yes +1,2019/01/31 3:59:47 PM MST,Teacher 2,41,Math story,:|,"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/31 4:00:52 PM MST,Teacher 2,41,Math story,:),I'm okay,Math is fine.,No,No,No +1,2019/01/31 4:03:19 PM MST,Teacher 2,41,Math story,:|,"Not just good, I'm great!",Math is fine.,sometimes,Yes,Yes +1,2019/01/31 4:03:53 PM MST,Teacher 2,41,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/31 4:04:54 PM MST,Teacher 2,41,Math story,:|,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/31 4:05:48 PM MST,Teacher 2,41,Math story,:(,I'm okay,Math is hard.,Yes,No,Yes +1,2019/01/31 4:06:26 PM MST,Teacher 2,41,Math story,:(,Not good,Math is hard.,Yes,No,Yes +1,2019/01/31 4:07:07 PM MST,Teacher 2,41,Math story,:),I'm okay,Math is fine.,sometimes,No,Yes +1,2019/01/31 4:07:41 PM MST,Teacher 2,41,Math story,:|,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/31 4:08:24 PM MST,Teacher 2,41,Math story,:(,Not good,Math is hard.,Yes,Yes,Yes +1,2019/01/31 4:15:16 PM MST,Teacher 2,41,Math story,:|,I'm good at math,Math is fine.,Yes,Yes,Yes +1,2019/01/31 4:16:18 PM MST,Teacher 2,41,Math story,:(,"Not just good, I'm great!",Math is easy.,Yes,No,Yes +1,2019/01/31 4:22:01 PM MST,Teacher 2,41,Math story,:|,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/31 4:23:37 PM MST,Teacher 2,41,Math story,:(,I'm good at math,Math is fine.,NA,Yes,NA +1,2019/01/31 4:24:30 PM MST,Teacher 2,41,Math story,:|,I'm good at math,Math is fine.,Yes,No,Yes +1,2019/01/31 4:25:16 PM MST,Teacher 2,41,Math story,:),"Not just good, I'm great!",Math is fine.,No,No,No +1,2019/01/31 4:25:58 PM MST,Teacher 2,41,Math story,:|,I'm okay,Math is hard.,Yes,No,Yes +1,2019/01/31 4:26:52 PM MST,Teacher 2,41,Math story,:|,I'm okay,Math is fine.,No,No,No +1,2019/01/31 4:27:31 PM MST,Teacher 2,41,Math story,:),I'm okay,Math is fine.,No,No,No +1,2019/01/31 4:28:38 PM MST,Teacher 2,41,Math story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/31 4:29:29 PM MST,Teacher 2,41,Math story,:),I'm good at math,Math is easy.,sometimes,No,Yes +1,2019/01/31 4:30:06 PM MST,Teacher 2,41,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/31 4:30:40 PM MST,Teacher 2,41,Math story,:|,I'm good at math,Math is fine.,Yes,No,Yes +1,2019/01/31 4:31:10 PM MST,Teacher 2,41,Math story,:),I'm good at math,Math is easy.,No,No,No +1,2019/01/31 4:31:55 PM MST,Teacher 2,41,Math story,:|,I'm okay,Math is hard.,Yes,Yes,Yes +1,2019/01/31 4:33:03 PM MST,Teacher 2,41,Math story,:(,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/31 4:50:54 PM MST,Teacher 3,44,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/31 4:51:39 PM MST,Teacher 3,44,Normal story,:|,I'm okay,Math is hard.,Yes,No,Yes +1,2019/01/31 4:52:39 PM MST,Teacher 3,44,Normal story,:|,I'm okay,Math is fine.,No,No,No +1,2019/01/31 4:53:41 PM MST,Teacher 3,44,Normal story,:|,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/31 4:54:19 PM MST,Teacher 3,44,Normal story,:|,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/31 4:55:08 PM MST,Teacher 3,44,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/31 4:56:03 PM MST,Teacher 3,44,Normal story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/31 4:56:54 PM MST,Teacher 3,44,Normal story,:|,I'm okay,Math is fine.,No,No,No +1,2019/01/31 4:58:01 PM MST,Teacher 3,44,Normal story,:|,I'm okay,Math is fine.,Yes,Yes,Yes +1,2019/01/31 4:58:36 PM MST,Teacher 3,44,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/31 4:59:15 PM MST,Teacher 3,44,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/31 5:01:28 PM MST,Teacher 3,44,Normal story,:|,I'm okay,Math is hard.,Yes,Yes,Yes +1,2019/01/31 5:01:58 PM MST,Teacher 3,44,Normal story,:(,"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/31 5:40:20 PM MST,Teacher 3,44,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/31 5:41:18 PM MST,Teacher 3,44,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/31 5:41:47 PM MST,Teacher 3,44,Normal story,:(,I'm good at math,Math is easy.,No,No,No +1,2019/01/31 5:44:15 PM MST,Teacher 3,44,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/31 5:48:51 PM MST,Teacher 3,NA,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/31 5:50:49 PM MST,Teacher 3,44,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/31 5:53:20 PM MST,Teacher 3,44,Normal story,:|,I'm okay,Math is hard.,NA,NA,NA +1,2019/01/31 5:53:57 PM MST,Teacher 3,44,Normal story,:(,I'm good at math,Math is fine.,No,Yes,No +1,2019/01/31 5:55:05 PM MST,Teacher 3,44,Normal story,:|,"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/31 5:55:44 PM MST,Teacher 3,44,Normal story,:(,"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:09:58 PM MST,Teacher 3,13,Normal story,:),I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:10:19 PM MST,Teacher 3,18,Normal story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:10:39 PM MST,Teacher 3,11,Normal story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:11:00 PM MST,Teacher 3,22,Normal story,:|,I'm okay,Math is hard.,Yes,No,Yes +2,2019/02/02 2:11:20 PM MST,Teacher 3,5,Normal story,:|,I'm okay,Math is hard.,Yes,No,Yes +2,2019/02/02 2:11:41 PM MST,Teacher 3,6,Normal story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:12:13 PM MST,Teacher 3,17,Normal story,:|,I'm okay,Math is hard.,sometimes,kind of,Yes +2,2019/02/02 2:12:31 PM MST,Teacher 3,3,Normal story,:|,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 2:12:52 PM MST,Teacher 3,27,Normal story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:13:19 PM MST,Teacher 3,23,Normal story,:|,I'm okay,Math is hard.,Yes,Yes,Yes +2,2019/02/02 2:13:43 PM MST,Teacher 3,9,Normal story,:|,I'm okay,Math is hard.,Yes,Yes,Yes +2,2019/02/02 2:14:08 PM MST,Teacher 3,14,Normal story,:|,I'm okay,Math is fine.,No,No,No +2,2019/02/02 2:14:28 PM MST,Teacher 3,29,Normal story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:14:50 PM MST,Teacher 3,12,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:15:08 PM MST,Teacher 3,2,Normal story,:|,I'm okay,Math is fine.,No,No,No +2,2019/02/02 2:15:31 PM MST,Teacher 3,19,Normal story,:),"Not just good, I'm great!",Math is fine.,No,No,No +2,2019/02/02 2:15:53 PM MST,Teacher 3,21,Normal story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:16:31 PM MST,Teacher 3,10,Normal story,:|,I'm okay,NA,No,No,No +2,2019/02/02 2:16:52 PM MST,Teacher 3,7,Normal story,:|,I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:17:16 PM MST,Teacher 3,4,Normal story,:|,I'm good at math,Math is fine.,NA,No,NA +2,2019/02/02 2:17:40 PM MST,Teacher 3,8,Normal story,:(,"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:18:01 PM MST,Teacher 3,26,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:18:21 PM MST,Teacher 3,28,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:18:42 PM MST,Teacher 3,24,Normal story,:(,I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:19:02 PM MST,Teacher 3,15,Normal story,:(,I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:19:20 PM MST,Teacher 3,20,Normal story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:19:39 PM MST,Teacher 3,1,Normal story,:(,"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:20:05 PM MST,Teacher 3,21,Normal story,:(,I'm okay,Math is hard.,Yes,No,Yes +2,2019/02/02 2:20:33 PM MST,Teacher 4,15,Normal story,:),I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:21:35 PM MST,Teacher 4,13,Normal story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:21:53 PM MST,Teacher 4,17,Normal story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:22:17 PM MST,Teacher 4,6,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:22:42 PM MST,Teacher 4,18,Normal story,:(,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 2:23:04 PM MST,Teacher 4,7,Normal story,:|,I'm okay,Math is fine.,Yes,Yes,Yes +2,2019/02/02 2:23:26 PM MST,Teacher 4,16,Normal story,:(,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 2:23:51 PM MST,Teacher 4,2,Normal story,:|,I'm okay,Math is fine.,No,No,No +2,2019/02/02 2:38:06 PM MST,Teacher 4,30,Normal story,NA,NA,NA,NA,NA,NA +2,2019/02/02 2:38:24 PM MST,Teacher 4,22,Normal story,:|,I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:38:50 PM MST,Teacher 4,23,Normal story,:(,I'm okay,Math is hard.,Yes,Yes,Yes +2,2019/02/02 2:39:31 PM MST,Teacher 4,5,Normal story,:|,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 2:39:51 PM MST,Teacher 4,24,Normal story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:40:09 PM MST,Teacher 4,27,Normal story,:|,I'm okay,Math is fine.,No,Yes,No +2,2019/02/02 2:40:27 PM MST,Teacher 4,11,Normal story,:|,I'm okay,Math is fine.,No,No,No +2,2019/02/02 2:40:52 PM MST,Teacher 4,10,Normal story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:41:12 PM MST,Teacher 4,25,Normal story,:),I'm okay,Math is fine.,No,No,No +2,2019/02/02 2:41:33 PM MST,Teacher 4,26,Normal story,:|,Not good,Math is hard.,Yes,No,Yes +2,2019/02/02 2:41:51 PM MST,Teacher 4,4,Normal story,:|,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 2:42:28 PM MST,Teacher 4,1,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:42:59 PM MST,Teacher 4,19,Normal story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:43:18 PM MST,Teacher 4,28,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:43:39 PM MST,Teacher 4,29,Normal story,:),I'm okay,Math is fine.,No,No,No +2,2019/02/02 2:43:58 PM MST,Teacher 4,3,Normal story,:),"Not just good, I'm great!",Math is easy.,Yes,No,Yes +2,2019/02/02 2:44:13 PM MST,Teacher 4,14,Normal story,:|,I'm okay,Math is fine.,No,No,No +2,2019/02/02 2:44:30 PM MST,Teacher 4,20,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:44:48 PM MST,Teacher 4,8,Normal story,:),I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:51:18 PM MST,Teacher 1,4,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:51:39 PM MST,Teacher 1,30,Math story,:),I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:52:35 PM MST,Teacher 1,8,Math story,:(,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:53:04 PM MST,Teacher 1,16,Math story,:|,I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:53:32 PM MST,Teacher 1,27,Math story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:53:55 PM MST,Teacher 1,14,Math story,:|,I'm okay,Math is fine.,Yes,Yes,Yes +2,2019/02/02 2:54:12 PM MST,Teacher 1,26,Math story,:),I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:54:32 PM MST,Teacher 1,31,Math story,:|,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 2:54:54 PM MST,Teacher 1,13,Math story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:55:21 PM MST,Teacher 1,21,Math story,:|,I'm okay,Math is fine.,NA,No,NA +2,2019/02/02 2:55:39 PM MST,Teacher 1,23,Math story,:),I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:55:56 PM MST,Teacher 1,11,Math story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:56:11 PM MST,Teacher 1,6,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:56:30 PM MST,Teacher 1,25,Math story,:),I'm good at math,Math is easy.,Yes,No,Yes +2,2019/02/02 2:56:50 PM MST,Teacher 1,2,Math story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:57:04 PM MST,Teacher 1,18,Math story,:|,I'm okay,Math is hard.,No,No,No +2,2019/02/02 2:57:20 PM MST,Teacher 1,7,Math story,:|,"Not just good, I'm great!",Math is fine.,No,No,No +2,2019/02/02 2:57:35 PM MST,Teacher 1,19,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:57:53 PM MST,Teacher 1,24,Math story,:(,I'm okay,Math is hard.,Yes,No,Yes +2,2019/02/02 2:58:09 PM MST,Teacher 1,15,Math story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:58:27 PM MST,Teacher 1,10,Math story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:58:42 PM MST,Teacher 1,22,Math story,:|,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 2:59:00 PM MST,Teacher 1,3,Math story,:),I'm good at math,Math is fine.,No,Yes,No +2,2019/02/02 2:59:50 PM MST,Teacher 1,1,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 3:00:04 PM MST,Teacher 1,20,Math story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 3:00:21 PM MST,Teacher 1,29,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 3:01:01 PM MST,Teacher 1,12,Math story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 3:01:22 PM MST,Teacher 1,5,Math story,:),"Not just good, I'm great!",Math is easy.,Yes,No,Yes +2,2019/02/02 3:01:58 PM MST,Teacher 2,NA,Math story,:),I'm good at math,Math is fine.,sometimes,No,Yes +2,2019/02/02 3:02:28 PM MST,Teacher 2,NA,Math story,:(,I'm okay,Math is hard.,Yes,No,Yes +2,2019/02/02 3:03:05 PM MST,Teacher 2,NA,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 3:03:22 PM MST,Teacher 2,NA,Math story,:|,I'm okay,Math is fine.,No,No,No +2,2019/02/02 3:03:38 PM MST,Teacher 2,NA,Math story,:),"Not just good, I'm great!",Math is fine.,No,No,No +2,2019/02/02 3:03:56 PM MST,Teacher 2,NA,Math story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 3:04:11 PM MST,Teacher 2,NA,Math story,:|,I'm okay,Math is fine.,No,No,No +2,2019/02/02 3:04:26 PM MST,Teacher 2,NA,Math story,:|,I'm good at math,Math is fine.,Yes,Yes,Yes +2,2019/02/02 3:04:46 PM MST,Teacher 2,NA,Math story,:),"Not just good, I'm great!",Math is fine.,No,No,No +2,2019/02/02 3:05:14 PM MST,Teacher 2,NA,Math story,:(,Not good,Math is hard.,Yes,Yes,Yes +2,2019/02/02 3:05:37 PM MST,Teacher 2,NA,Math story,:),I'm good at math,Math is fine.,sometimes,No,Yes +2,2019/02/02 3:06:11 PM MST,Teacher 2,NA,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 3:06:51 PM MST,Teacher 2,NA,Math story,:|,I'm okay,Math is fine.,NA,No,NA +2,2019/02/02 3:07:10 PM MST,Teacher 2,NA,Math story,:|,"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 3:07:50 PM MST,Teacher 2,NA,Math story,:),I'm good at math,Math is easy.,No,No,No +2,2019/02/02 3:08:40 PM MST,Teacher 2,NA,Math story,:|,I'm okay,Math is hard.,Yes,No,Yes +2,2019/02/02 3:08:58 PM MST,Teacher 2,NA,Math story,:|,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 3:09:26 PM MST,Teacher 2,NA,Math story,:|,I'm good at math,Math is fine.,sometimes,No,Yes +2,2019/02/02 3:09:48 PM MST,Teacher 2,NA,Math story,:|,I'm okay,Math is fine.,No,No,No +2,2019/02/02 3:10:15 PM MST,Teacher 2,NA,Math story,:(,"Not just good, I'm great!",Math is fine.,Yes,No,Yes +2,2019/02/02 3:10:33 PM MST,Teacher 2,NA,Math story,:|,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 3:10:49 PM MST,Teacher 2,NA,Math story,:(,I'm okay,Math is hard.,Yes,No,Yes +2,2019/02/02 3:11:17 PM MST,Teacher 2,NA,Math story,:|,I'm good at math,Math is fine.,sometimes,Yes,Yes +2,2019/02/02 3:11:35 PM MST,Teacher 2,NA,Math story,:),I'm okay,Math is fine.,No,No,No +2,2019/02/02 3:11:54 PM MST,Teacher 2,NA,Math story,:(,Not good,Math is hard.,Yes,No,Yes diff --git a/docs/_site/projects/week-8/data/mosquito_nets.csv b/docs/_site/projects/week-8/data/mosquito_nets.csv new file mode 100644 index 00000000..007122a7 --- /dev/null +++ b/docs/_site/projects/week-8/data/mosquito_nets.csv @@ -0,0 +1,1753 @@ +id,net,net_num,malaria_risk,income,health,household,eligible,temperature,resistance +1,TRUE,1,33,781,56,2,FALSE,21.1,59 +2,FALSE,0,42,974,57,4,FALSE,26.5,73 +3,FALSE,0,80,502,15,3,FALSE,25.6,65 +4,TRUE,1,34,671,20,5,TRUE,21.3,46 +5,FALSE,0,44,728,17,5,FALSE,19.2,54 +6,FALSE,0,25,1050,48,1,FALSE,25.3,34 +7,TRUE,1,19,1146,65,3,FALSE,27.4,45 +8,FALSE,0,35,1093,75,5,FALSE,29.8,65 +9,FALSE,0,32,1037,60,3,FALSE,27.6,55 +10,FALSE,0,40,828,36,3,FALSE,21.3,54 +11,FALSE,0,30,889,75,6,FALSE,17.4,33 +12,TRUE,1,14,1133,62,3,FALSE,18.9,39 +13,TRUE,1,31,807,42,4,FALSE,27.6,37 +14,FALSE,0,34,950,53,3,FALSE,24,53 +15,FALSE,0,22,1195,90,1,FALSE,24.5,34 +16,TRUE,1,54,594,29,5,TRUE,25.5,55 +17,TRUE,1,23,936,47,2,FALSE,26.1,32 +18,FALSE,0,41,816,30,1,FALSE,17.7,73 +19,FALSE,0,37,962,55,2,FALSE,26.7,54 +20,TRUE,1,65,431,6,6,TRUE,26.8,38 +21,FALSE,0,59,760,36,5,FALSE,28.7,51 +22,FALSE,0,59,655,30,4,FALSE,23.6,43 +23,FALSE,0,41,896,45,3,FALSE,25.9,53 +24,TRUE,1,21,1033,64,7,FALSE,23.4,51 +25,FALSE,0,25,1115,62,3,FALSE,27.3,33 +26,FALSE,0,27,1139,75,4,FALSE,30.7,37 +27,TRUE,1,23,967,71,3,FALSE,21.1,52 +28,TRUE,1,26,840,37,3,FALSE,17.8,71 +29,FALSE,0,35,946,49,2,FALSE,22.7,63 +30,FALSE,0,50,698,25,2,FALSE,22.4,39 +31,TRUE,1,50,580,37,6,TRUE,20.3,59 +32,FALSE,0,50,762,20,5,FALSE,26.2,47 +33,TRUE,1,29,894,53,4,FALSE,26.7,52 +34,FALSE,0,30,907,40,4,FALSE,20.3,51 +35,FALSE,0,66,682,22,1,FALSE,23.2,84 +36,TRUE,1,27,829,67,3,FALSE,22.5,31 +37,FALSE,0,51,772,41,4,FALSE,24.5,49 +38,FALSE,0,48,730,55,2,FALSE,22.9,23 +39,FALSE,0,32,984,51,2,FALSE,24.4,56 +40,TRUE,1,21,1016,40,2,FALSE,22.7,63 +41,FALSE,0,76,641,56,2,FALSE,26.7,68 +42,FALSE,0,59,656,41,3,FALSE,27.1,21 +43,TRUE,1,21,963,53,3,FALSE,18.7,53 +44,TRUE,1,35,840,41,2,FALSE,26.6,70 +45,FALSE,0,25,1110,78,2,FALSE,23.2,42 +46,TRUE,1,31,737,76,2,FALSE,16.8,45 +47,FALSE,0,48,827,52,2,FALSE,25.3,47 +48,FALSE,0,52,810,48,3,FALSE,26.3,53 +49,TRUE,1,29,857,46,2,FALSE,24,57 +50,TRUE,1,13,1307,67,5,FALSE,21.8,66 +51,TRUE,1,26,915,56,1,FALSE,25.7,46 +52,FALSE,0,39,826,59,3,FALSE,18,50 +53,FALSE,0,46,825,41,4,FALSE,18.7,82 +54,FALSE,0,52,864,49,1,FALSE,29.8,54 +55,FALSE,0,26,1053,64,3,FALSE,22,50 +56,FALSE,0,36,822,33,2,FALSE,23.8,29 +57,FALSE,0,53,631,15,1,FALSE,18.9,48 +58,FALSE,0,27,1000,52,4,FALSE,22.1,45 +59,FALSE,0,48,766,60,5,FALSE,20.3,47 +60,FALSE,0,37,893,52,2,FALSE,24.6,40 +61,FALSE,0,21,1130,55,3,FALSE,22.1,38 +62,FALSE,0,19,1222,65,1,FALSE,23,38 +63,FALSE,0,35,1036,69,2,FALSE,30.8,45 +64,FALSE,0,49,817,35,2,FALSE,23.6,67 +65,FALSE,0,61,743,26,4,FALSE,27.7,62 +66,FALSE,0,19,1293,82,3,FALSE,25.5,43 +67,FALSE,0,36,732,21,4,FALSE,19.6,24 +68,FALSE,0,40,869,52,4,FALSE,26.1,36 +69,TRUE,1,27,735,31,4,FALSE,18.6,41 +70,TRUE,1,14,1194,70,3,FALSE,19.2,49 +71,TRUE,1,13,1259,61,4,FALSE,24.9,38 +72,FALSE,0,61,763,35,3,FALSE,25.7,76 +73,FALSE,0,43,789,43,4,FALSE,21.4,44 +74,TRUE,1,15,1235,88,1,FALSE,25.4,31 +75,FALSE,0,27,1003,39,3,FALSE,23.5,46 +76,FALSE,0,38,796,43,2,FALSE,20.7,34 +77,FALSE,0,45,934,64,2,FALSE,28.9,50 +78,FALSE,0,24,1047,71,3,FALSE,17.2,51 +79,TRUE,1,30,812,44,2,FALSE,24.4,53 +80,FALSE,0,26,960,35,1,FALSE,24,25 +81,FALSE,0,29,1044,58,2,FALSE,26.7,51 +82,FALSE,0,38,927,55,3,FALSE,24.8,52 +83,TRUE,1,14,1229,77,3,FALSE,24.4,28 +84,FALSE,0,31,1152,83,4,FALSE,31.2,61 +85,TRUE,1,13,1270,78,1,FALSE,18.5,59 +86,TRUE,1,19,1137,59,3,FALSE,21.1,80 +87,FALSE,0,45,704,30,7,FALSE,17.1,50 +88,FALSE,0,49,830,44,5,FALSE,27.3,48 +89,TRUE,1,58,666,44,5,TRUE,32,49 +90,FALSE,0,41,929,37,2,FALSE,30.4,49 +91,FALSE,0,24,1041,69,1,FALSE,21.9,22 +92,FALSE,0,38,909,67,3,FALSE,27.7,24 +93,FALSE,0,43,885,35,2,FALSE,29.1,47 +94,FALSE,0,61,765,45,3,FALSE,31.5,39 +95,TRUE,1,20,1082,71,2,FALSE,24.4,48 +96,FALSE,0,30,781,39,2,FALSE,17.9,18 +97,FALSE,0,27,927,56,4,FALSE,19.2,27 +98,FALSE,0,27,945,24,1,FALSE,23.4,32 +99,TRUE,1,13,1422,97,3,FALSE,25.6,61 +100,TRUE,1,26,969,65,3,FALSE,30,32 +101,FALSE,0,39,845,35,3,FALSE,25.4,36 +102,TRUE,1,20,1106,94,2,FALSE,22.9,49 +103,TRUE,1,44,582,36,3,FALSE,19.9,43 +104,TRUE,1,20,986,44,6,FALSE,20.9,50 +105,FALSE,0,42,902,29,3,FALSE,23.4,80 +106,TRUE,1,24,910,53,5,FALSE,25,32 +107,FALSE,0,61,711,53,5,FALSE,25.8,43 +108,TRUE,1,18,982,51,3,FALSE,18.1,40 +109,FALSE,0,30,935,26,3,FALSE,20.1,69 +110,FALSE,0,22,1066,55,2,FALSE,20.1,37 +111,TRUE,1,15,1211,83,5,FALSE,21.5,46 +112,TRUE,1,42,647,30,2,FALSE,20.6,59 +113,TRUE,1,30,665,32,1,FALSE,19.2,33 +114,FALSE,0,29,1053,64,6,FALSE,21.8,71 +115,FALSE,0,34,1008,66,4,FALSE,26.1,57 +116,FALSE,0,29,835,13,2,FALSE,20.8,33 +117,FALSE,0,45,890,56,3,FALSE,26.3,54 +118,FALSE,0,43,917,43,6,FALSE,30.7,45 +119,TRUE,1,13,1220,71,3,FALSE,17.7,52 +120,TRUE,1,23,961,43,2,FALSE,25.6,46 +121,FALSE,0,33,913,59,3,FALSE,18.2,63 +122,TRUE,1,40,663,40,2,FALSE,25.3,29 +123,FALSE,0,33,861,49,2,FALSE,20.2,40 +124,TRUE,1,24,958,30,2,FALSE,28.6,44 +125,TRUE,1,58,592,40,2,FALSE,30.3,34 +126,FALSE,0,32,1002,69,7,FALSE,28.5,33 +127,TRUE,1,24,959,65,2,FALSE,22.8,47 +128,FALSE,0,46,826,40,1,FALSE,26.2,46 +129,FALSE,0,57,695,44,2,FALSE,29.6,12 +130,FALSE,0,23,1261,91,4,FALSE,26.3,62 +131,TRUE,1,14,1274,62,3,FALSE,24.1,51 +132,TRUE,1,32,854,48,5,FALSE,22.5,81 +133,TRUE,1,16,1246,81,3,FALSE,24,57 +134,TRUE,1,27,859,51,4,FALSE,23.8,41 +135,FALSE,0,29,1176,79,3,FALSE,26.1,87 +136,FALSE,0,43,1048,55,3,FALSE,29.5,87 +137,TRUE,1,14,1222,73,4,FALSE,23.5,31 +138,FALSE,0,28,1166,57,4,FALSE,32.1,54 +139,FALSE,0,40,726,39,6,FALSE,15.6,45 +140,FALSE,0,39,942,60,3,FALSE,26.2,50 +141,FALSE,0,42,794,54,2,FALSE,18.2,51 +142,TRUE,1,15,1046,59,3,FALSE,16.4,30 +143,FALSE,0,39,887,52,1,FALSE,23.3,52 +144,FALSE,0,30,1067,55,2,FALSE,25.8,72 +145,FALSE,0,49,758,43,4,FALSE,22.5,45 +146,FALSE,0,55,707,47,2,FALSE,22.1,45 +147,FALSE,0,39,873,44,2,FALSE,19.9,67 +148,TRUE,1,22,1142,83,1,FALSE,28.4,60 +149,FALSE,0,30,920,45,2,FALSE,26.1,25 +150,TRUE,1,20,998,40,4,FALSE,21.3,51 +151,TRUE,1,22,1124,60,4,FALSE,26.9,71 +152,FALSE,0,44,852,41,3,FALSE,22.1,67 +153,TRUE,1,19,1051,71,2,FALSE,18.3,53 +154,FALSE,0,24,1080,71,2,FALSE,18.4,58 +155,TRUE,1,11,1396,97,1,FALSE,23.6,31 +156,TRUE,1,44,750,42,2,FALSE,29.2,52 +157,TRUE,1,12,1226,73,3,FALSE,17.7,34 +158,FALSE,0,42,785,34,2,FALSE,22.1,41 +159,FALSE,0,60,718,23,3,FALSE,25.9,61 +160,TRUE,1,13,1195,73,2,FALSE,19,32 +161,FALSE,0,33,1003,54,3,FALSE,27.6,51 +162,FALSE,0,44,896,33,2,FALSE,28.8,54 +163,FALSE,0,53,738,33,3,FALSE,24.7,48 +164,FALSE,0,29,1176,72,2,FALSE,29,73 +165,FALSE,0,59,595,23,2,FALSE,22.4,33 +166,TRUE,1,24,885,54,3,FALSE,17.5,56 +167,FALSE,0,54,698,39,4,FALSE,21.7,46 +168,FALSE,0,53,725,21,2,FALSE,25.9,44 +169,FALSE,0,86,353,19,3,FALSE,23.7,54 +170,TRUE,1,27,827,31,2,FALSE,26,33 +171,TRUE,1,16,1273,78,3,FALSE,31.7,29 +172,FALSE,0,28,902,59,2,FALSE,15.8,41 +173,FALSE,0,41,835,28,5,FALSE,19.7,72 +174,FALSE,0,35,833,40,4,FALSE,18.8,48 +175,FALSE,0,73,660,32,3,FALSE,31.8,52 +176,TRUE,1,27,786,60,3,FALSE,16.9,45 +177,TRUE,1,50,631,40,2,FALSE,24.4,54 +178,TRUE,1,21,948,65,3,FALSE,19.6,34 +179,TRUE,1,22,911,34,5,FALSE,17.9,64 +180,TRUE,1,12,1287,57,3,FALSE,21.8,56 +181,TRUE,1,21,987,40,4,FALSE,25.7,36 +182,TRUE,1,55,529,36,2,FALSE,21.6,48 +183,FALSE,0,27,1013,48,4,FALSE,21.6,58 +184,FALSE,0,37,964,62,2,FALSE,25.2,55 +185,TRUE,1,39,810,34,3,FALSE,28.2,68 +186,FALSE,0,48,850,58,3,FALSE,27.9,39 +187,FALSE,0,76,523,29,2,FALSE,22.6,63 +188,TRUE,1,53,599,18,3,FALSE,24.8,62 +189,TRUE,1,21,1116,76,5,FALSE,28.1,45 +190,TRUE,1,27,946,70,5,FALSE,29.1,34 +191,FALSE,0,17,1258,50,2,FALSE,25.2,32 +192,FALSE,0,40,904,49,2,FALSE,25,54 +193,FALSE,0,34,1007,52,7,FALSE,29.8,47 +194,FALSE,0,53,834,39,3,FALSE,25.6,72 +195,TRUE,1,37,623,20,5,TRUE,17.7,55 +196,FALSE,0,36,967,47,3,FALSE,29.4,42 +197,FALSE,0,41,693,29,3,FALSE,17.1,33 +198,TRUE,1,28,848,42,3,FALSE,26.2,39 +199,FALSE,0,75,503,34,2,FALSE,21.6,52 +200,TRUE,1,15,1113,47,3,FALSE,20.4,41 +201,TRUE,1,12,1388,86,2,FALSE,25.6,55 +202,TRUE,1,39,593,28,6,TRUE,18.6,43 +203,FALSE,0,66,633,34,3,FALSE,25.8,46 +204,FALSE,0,53,731,46,3,FALSE,24.4,37 +205,FALSE,0,28,1110,65,2,FALSE,23.8,74 +206,FALSE,0,54,902,64,5,FALSE,32,52 +207,TRUE,1,20,1071,67,2,FALSE,23.3,51 +208,FALSE,0,23,952,33,2,FALSE,18.2,24 +209,FALSE,0,24,1025,59,2,FALSE,16.2,57 +210,FALSE,0,33,954,57,2,FALSE,27.3,33 +211,FALSE,0,57,782,62,3,FALSE,29,35 +212,FALSE,0,48,899,58,2,FALSE,26.9,60 +213,TRUE,1,26,896,62,2,FALSE,23.7,41 +214,TRUE,1,22,1080,93,3,FALSE,30.7,23 +215,TRUE,1,24,1000,31,1,FALSE,25.1,72 +216,FALSE,0,26,1000,55,4,FALSE,25.6,14 +217,TRUE,1,32,875,46,2,FALSE,29.2,56 +218,FALSE,0,75,501,26,3,FALSE,20.8,62 +219,TRUE,1,22,999,37,4,FALSE,27.4,39 +220,TRUE,1,28,995,73,5,FALSE,29.9,54 +221,FALSE,0,42,877,66,2,FALSE,22.3,54 +222,TRUE,1,50,573,31,6,TRUE,19.9,62 +223,FALSE,0,72,606,51,4,FALSE,24.3,54 +224,FALSE,0,34,906,56,4,FALSE,22.5,44 +225,FALSE,0,54,859,58,1,FALSE,28.3,60 +226,TRUE,1,22,878,32,2,FALSE,17.1,59 +227,FALSE,0,47,754,16,3,FALSE,27.1,35 +228,TRUE,1,41,529,26,3,FALSE,18.5,28 +229,FALSE,0,62,724,41,4,FALSE,27.9,50 +230,FALSE,0,46,873,53,5,FALSE,28.3,44 +231,TRUE,1,28,821,52,3,FALSE,24.9,34 +232,TRUE,1,22,983,66,3,FALSE,20.9,49 +233,TRUE,1,17,1133,69,3,FALSE,26.6,29 +234,FALSE,0,41,889,53,1,FALSE,25,50 +235,TRUE,1,19,1082,78,2,FALSE,24.1,39 +236,TRUE,1,29,695,19,2,FALSE,16,61 +237,FALSE,0,35,1060,72,2,FALSE,24.4,81 +238,FALSE,0,32,840,41,4,FALSE,20.3,35 +239,TRUE,1,19,1121,76,2,FALSE,21.9,62 +240,TRUE,1,17,1206,76,4,FALSE,24.5,59 +241,TRUE,1,43,550,24,3,FALSE,17.6,47 +242,TRUE,1,22,999,89,3,FALSE,20.8,41 +243,FALSE,0,54,818,52,2,FALSE,23.9,70 +244,FALSE,0,28,909,63,3,FALSE,20.7,20 +245,TRUE,1,15,1231,82,2,FALSE,25.6,39 +246,FALSE,0,39,865,34,4,FALSE,29,28 +247,TRUE,1,13,1340,65,2,FALSE,22.6,67 +248,FALSE,0,46,855,66,6,FALSE,24.8,45 +249,TRUE,1,19,1061,45,6,FALSE,25.2,40 +250,FALSE,0,68,765,70,4,FALSE,22.8,92 +251,TRUE,1,61,523,16,2,FALSE,27.9,47 +252,TRUE,1,13,1232,76,2,FALSE,19.4,41 +253,FALSE,0,68,705,53,3,FALSE,28.1,52 +254,TRUE,1,16,1155,75,2,FALSE,24.6,26 +255,FALSE,0,57,724,51,3,FALSE,22.2,54 +256,FALSE,0,30,993,45,4,FALSE,26.7,46 +257,FALSE,0,44,784,46,2,FALSE,19.2,54 +258,FALSE,0,54,687,21,2,FALSE,25.6,34 +259,FALSE,0,20,1255,69,3,FALSE,28.1,33 +260,FALSE,0,29,953,58,5,FALSE,22.3,38 +261,TRUE,1,19,935,43,5,FALSE,18.4,37 +262,TRUE,1,43,776,40,5,FALSE,27.7,66 +263,FALSE,0,44,999,89,3,FALSE,26.3,70 +264,TRUE,1,38,637,9,6,TRUE,22.7,45 +265,FALSE,0,36,1041,78,3,FALSE,30.9,43 +266,FALSE,0,74,541,42,3,FALSE,24.6,43 +267,FALSE,0,43,816,43,2,FALSE,22.3,49 +268,TRUE,1,26,994,73,2,FALSE,28.3,49 +269,FALSE,0,45,919,81,1,FALSE,25.6,52 +270,TRUE,1,21,966,39,3,FALSE,25,37 +271,FALSE,0,32,900,50,5,FALSE,22.7,36 +272,FALSE,0,46,773,32,1,FALSE,19.3,64 +273,FALSE,0,52,876,61,1,FALSE,31.4,40 +274,TRUE,1,30,799,34,2,FALSE,23.8,52 +275,TRUE,1,13,1281,64,4,FALSE,24.2,47 +276,FALSE,0,29,872,49,4,FALSE,18.3,34 +277,FALSE,0,36,923,32,6,FALSE,25.6,56 +278,TRUE,1,25,923,35,3,FALSE,25.4,50 +279,TRUE,1,25,1127,95,1,FALSE,29.8,67 +280,TRUE,1,25,933,54,3,FALSE,24.3,49 +281,TRUE,1,24,884,49,4,FALSE,20.7,43 +282,TRUE,1,17,1083,54,2,FALSE,18.7,51 +283,TRUE,1,22,918,53,2,FALSE,22.3,31 +284,TRUE,1,10,1353,80,2,FALSE,20.1,36 +285,FALSE,0,61,788,33,1,FALSE,31.4,55 +286,FALSE,0,42,869,35,2,FALSE,27.8,43 +287,TRUE,1,17,1215,61,1,FALSE,29,47 +288,FALSE,0,29,995,61,2,FALSE,23.3,46 +289,FALSE,0,43,864,31,1,FALSE,29.2,39 +290,FALSE,0,34,780,29,3,FALSE,21.7,19 +291,FALSE,0,57,691,33,2,FALSE,22.7,52 +292,FALSE,0,87,397,15,1,FALSE,27,58 +293,TRUE,1,12,1376,81,1,FALSE,30,30 +294,FALSE,0,34,996,59,5,FALSE,23.3,68 +295,TRUE,1,21,947,57,4,FALSE,17.3,53 +296,TRUE,1,17,1246,74,4,FALSE,24.8,66 +297,FALSE,0,23,1156,50,6,FALSE,29.8,34 +298,FALSE,0,35,967,41,1,FALSE,27.9,50 +299,TRUE,1,20,951,48,1,FALSE,18.9,46 +300,TRUE,1,18,1088,67,4,FALSE,18.7,58 +301,FALSE,0,30,1013,80,4,FALSE,25.2,40 +302,TRUE,1,42,696,34,1,FALSE,26.1,47 +303,FALSE,0,36,833,33,4,FALSE,25.8,23 +304,FALSE,0,55,663,53,4,FALSE,20.3,37 +305,FALSE,0,39,909,49,3,FALSE,25.7,49 +306,FALSE,0,26,1009,72,3,FALSE,19.5,38 +307,TRUE,1,19,1016,59,2,FALSE,20.1,47 +308,FALSE,0,30,1066,81,1,FALSE,28.1,41 +309,TRUE,1,43,795,55,3,FALSE,29.6,56 +310,FALSE,0,35,849,33,3,FALSE,18.1,64 +311,FALSE,0,29,1018,80,2,FALSE,24.5,36 +312,FALSE,0,27,991,44,3,FALSE,22.1,43 +313,FALSE,0,56,778,35,4,FALSE,25,68 +314,TRUE,1,18,1000,56,1,FALSE,22.6,17 +315,TRUE,1,30,708,46,2,FALSE,18.2,43 +316,FALSE,0,86,442,28,4,FALSE,24.8,76 +317,FALSE,0,63,782,47,4,FALSE,25.8,78 +318,FALSE,0,27,1105,63,2,FALSE,27.6,50 +319,FALSE,0,27,1070,52,2,FALSE,28.9,36 +320,TRUE,1,45,617,25,4,FALSE,23.2,50 +321,TRUE,1,33,684,18,4,FALSE,22.9,38 +322,TRUE,1,26,945,65,2,FALSE,20.9,68 +323,TRUE,1,10,1398,100,2,FALSE,21.7,36 +324,TRUE,1,20,1058,56,4,FALSE,24.2,53 +325,FALSE,0,75,613,27,1,FALSE,29.9,56 +326,FALSE,0,42,788,23,1,FALSE,24.6,37 +327,TRUE,1,24,1005,63,9,FALSE,24,60 +328,FALSE,0,41,692,26,1,FALSE,17.1,37 +329,FALSE,0,67,773,60,2,FALSE,30.6,56 +330,FALSE,0,41,863,43,5,FALSE,21.7,63 +331,FALSE,0,33,918,55,3,FALSE,24.6,34 +332,FALSE,0,50,768,54,2,FALSE,18.8,63 +333,FALSE,0,47,790,41,4,FALSE,24.9,41 +334,TRUE,1,42,713,38,4,FALSE,26.2,52 +335,TRUE,1,18,1174,67,2,FALSE,25.9,50 +336,FALSE,0,26,941,43,3,FALSE,17.5,42 +337,FALSE,0,29,1000,57,4,FALSE,22.6,51 +338,FALSE,0,28,845,21,3,FALSE,19.7,30 +339,FALSE,0,35,952,39,3,FALSE,28.1,46 +340,TRUE,1,19,1217,90,6,FALSE,27.9,59 +341,FALSE,0,46,708,34,3,FALSE,23.8,17 +342,FALSE,0,23,1052,61,1,FALSE,21.6,27 +343,FALSE,0,57,546,24,3,FALSE,17.8,31 +344,FALSE,0,41,752,33,2,FALSE,22.8,25 +345,FALSE,0,37,1011,49,3,FALSE,30.7,53 +346,FALSE,0,47,808,17,2,FALSE,30.8,34 +347,FALSE,0,25,932,54,6,FALSE,19.4,17 +348,FALSE,0,57,760,30,2,FALSE,30.9,39 +349,FALSE,0,33,964,46,2,FALSE,27.4,42 +350,FALSE,0,26,1078,71,3,FALSE,20.9,60 +351,FALSE,0,21,1134,81,2,FALSE,19.9,32 +352,TRUE,1,36,806,45,6,FALSE,25.1,64 +353,FALSE,0,47,797,28,3,FALSE,24.6,53 +354,FALSE,0,45,842,20,2,FALSE,27.6,53 +355,FALSE,0,24,949,27,3,FALSE,18.3,36 +356,FALSE,0,55,785,51,7,FALSE,21.3,75 +357,FALSE,0,66,688,39,3,FALSE,29.2,45 +358,TRUE,1,19,1000,81,3,FALSE,20.2,22 +359,FALSE,0,67,507,15,2,FALSE,20.1,45 +360,TRUE,1,21,1027,51,4,FALSE,29.9,21 +361,FALSE,0,53,774,43,2,FALSE,26.8,43 +362,TRUE,1,20,1117,72,2,FALSE,28.5,42 +363,FALSE,0,43,964,43,5,FALSE,31.1,57 +364,TRUE,1,48,679,32,2,FALSE,25.9,62 +365,FALSE,0,40,927,61,2,FALSE,28.2,37 +366,FALSE,0,43,848,47,4,FALSE,21.9,59 +367,TRUE,1,23,1134,85,2,FALSE,27.7,68 +368,FALSE,0,44,914,62,1,FALSE,30.3,37 +369,TRUE,1,22,1019,56,3,FALSE,26.7,38 +370,TRUE,1,28,879,49,3,FALSE,25.1,57 +371,FALSE,0,26,1087,63,3,FALSE,24.3,50 +372,FALSE,0,47,802,42,2,FALSE,22.6,55 +373,TRUE,1,25,815,19,5,FALSE,16.5,67 +374,FALSE,0,53,857,68,3,FALSE,27.6,53 +375,FALSE,0,55,896,51,3,FALSE,32,62 +376,TRUE,1,27,911,40,6,FALSE,25.6,56 +377,FALSE,0,46,880,40,4,FALSE,28.6,54 +378,FALSE,0,35,839,49,2,FALSE,17.4,53 +379,FALSE,0,39,968,41,2,FALSE,27.5,66 +380,FALSE,0,27,920,51,6,FALSE,18.8,34 +381,TRUE,1,15,1178,79,3,FALSE,22.7,32 +382,TRUE,1,32,756,44,4,FALSE,20.6,56 +383,TRUE,1,20,941,29,2,FALSE,20.5,46 +384,FALSE,0,32,1061,54,4,FALSE,31.2,49 +385,FALSE,0,29,1020,56,3,FALSE,22.9,58 +386,TRUE,1,45,605,22,5,TRUE,21.1,58 +387,FALSE,0,51,850,40,2,FALSE,31.4,44 +388,FALSE,0,59,655,21,2,FALSE,24.7,43 +389,FALSE,0,30,939,36,1,FALSE,23,49 +390,FALSE,0,65,758,50,2,FALSE,28.2,62 +391,TRUE,1,14,1277,60,6,FALSE,25.6,54 +392,FALSE,0,63,776,64,2,FALSE,25.8,68 +393,TRUE,1,29,936,62,4,FALSE,30.4,47 +394,FALSE,0,63,686,50,4,FALSE,22.1,63 +395,TRUE,1,23,1083,70,1,FALSE,27.4,60 +396,TRUE,1,26,819,59,2,FALSE,16.6,56 +397,FALSE,0,57,624,36,2,FALSE,17.5,53 +398,FALSE,0,52,629,15,1,FALSE,19.2,44 +399,FALSE,0,30,1031,65,1,FALSE,27.1,46 +400,FALSE,0,36,999,65,7,FALSE,27.6,51 +401,TRUE,1,53,509,22,7,TRUE,21.1,48 +402,TRUE,1,19,1035,54,2,FALSE,18.1,61 +403,TRUE,1,48,707,51,5,FALSE,28.9,46 +404,TRUE,1,17,1062,67,3,FALSE,18.2,47 +405,FALSE,0,24,1121,60,2,FALSE,25.8,41 +406,FALSE,0,51,693,43,3,FALSE,19.3,46 +407,FALSE,0,48,834,61,4,FALSE,25.1,47 +408,FALSE,0,28,992,37,1,FALSE,31.4,15 +409,FALSE,0,37,853,53,2,FALSE,24.1,29 +410,FALSE,0,65,673,37,4,FALSE,27.2,47 +411,FALSE,0,35,952,53,2,FALSE,26.9,44 +412,FALSE,0,26,1084,62,4,FALSE,28.3,31 +413,FALSE,0,23,1118,75,2,FALSE,26.8,20 +414,FALSE,0,60,784,42,3,FALSE,31.9,43 +415,FALSE,0,28,1065,59,2,FALSE,24.2,57 +416,TRUE,1,19,1061,67,2,FALSE,16.2,72 +417,FALSE,0,78,462,12,6,TRUE,25.1,47 +418,FALSE,0,58,782,58,2,FALSE,23.5,68 +419,FALSE,0,54,779,45,3,FALSE,26.4,49 +420,TRUE,1,23,1038,83,1,FALSE,24.8,49 +421,TRUE,1,26,1036,77,3,FALSE,29.5,52 +422,FALSE,0,48,814,54,3,FALSE,26.4,35 +423,FALSE,0,26,1181,77,3,FALSE,29.6,47 +424,FALSE,0,64,736,44,2,FALSE,27.1,60 +425,FALSE,0,28,1024,57,5,FALSE,26.8,37 +426,FALSE,0,43,889,51,3,FALSE,27.6,43 +427,FALSE,0,42,714,20,2,FALSE,21.1,32 +428,FALSE,0,52,680,12,2,FALSE,21.6,53 +429,FALSE,0,76,557,18,2,FALSE,28,54 +430,TRUE,1,56,550,39,5,TRUE,21.7,57 +431,FALSE,0,28,1051,76,6,FALSE,27.3,31 +432,FALSE,0,57,739,31,3,FALSE,26.9,49 +433,FALSE,0,22,1039,51,2,FALSE,18.4,34 +434,TRUE,1,11,1357,87,8,FALSE,20.4,48 +435,TRUE,1,26,1096,78,2,FALSE,30.7,66 +436,FALSE,0,31,861,43,3,FALSE,19.2,41 +437,FALSE,0,63,738,51,1,FALSE,26.7,58 +438,FALSE,0,18,1312,71,3,FALSE,27.8,37 +439,FALSE,0,28,1102,63,1,FALSE,29.8,41 +440,FALSE,0,74,608,42,2,FALSE,26.7,54 +441,FALSE,0,43,838,42,2,FALSE,26.4,38 +442,FALSE,0,25,1031,56,3,FALSE,23.9,24 +443,FALSE,0,37,913,44,4,FALSE,22.3,65 +444,FALSE,0,44,840,48,2,FALSE,23.6,53 +445,TRUE,1,13,1200,70,5,FALSE,18,39 +446,FALSE,0,29,903,55,4,FALSE,22.3,20 +447,FALSE,0,29,1099,67,4,FALSE,23.9,74 +448,FALSE,0,56,961,68,2,FALSE,28.4,95 +449,FALSE,0,34,977,73,2,FALSE,24.2,51 +450,FALSE,0,25,1018,57,3,FALSE,16.1,59 +451,TRUE,1,25,879,36,3,FALSE,19.4,65 +452,FALSE,0,27,1071,48,2,FALSE,29.5,38 +453,TRUE,1,19,967,42,2,FALSE,17.9,43 +454,FALSE,0,24,1018,71,1,FALSE,21,23 +455,TRUE,1,26,901,44,2,FALSE,26.7,37 +456,TRUE,1,50,676,36,5,TRUE,27.7,56 +457,FALSE,0,42,872,64,4,FALSE,24.4,44 +458,TRUE,1,27,750,31,4,FALSE,18.9,45 +459,FALSE,0,71,588,29,2,FALSE,26.8,46 +460,FALSE,0,28,934,46,1,FALSE,23.7,22 +461,FALSE,0,61,716,19,6,FALSE,27.3,59 +462,FALSE,0,25,991,60,3,FALSE,20.1,27 +463,TRUE,1,30,778,62,3,FALSE,20.8,45 +464,FALSE,0,34,811,45,2,FALSE,17.3,41 +465,FALSE,0,34,955,78,3,FALSE,22.8,45 +466,FALSE,0,84,449,13,2,FALSE,26.1,68 +467,TRUE,1,19,1021,52,2,FALSE,21.9,39 +468,FALSE,0,66,596,57,4,FALSE,21.7,37 +469,FALSE,0,25,1137,74,2,FALSE,30.1,26 +470,FALSE,0,37,759,20,4,FALSE,19.9,36 +471,TRUE,1,27,916,64,1,FALSE,29.1,31 +472,FALSE,0,37,967,94,4,FALSE,21.9,53 +473,FALSE,0,40,918,72,3,FALSE,26.8,36 +474,TRUE,1,31,808,18,4,FALSE,27.6,52 +475,FALSE,0,36,813,56,3,FALSE,16.6,46 +476,FALSE,0,32,887,65,3,FALSE,22,28 +477,TRUE,1,16,1127,72,3,FALSE,20.3,37 +478,TRUE,1,43,678,53,1,FALSE,20.5,60 +479,FALSE,0,28,1183,65,2,FALSE,31.3,60 +480,TRUE,1,53,537,34,4,FALSE,15.8,76 +481,TRUE,1,18,1170,61,2,FALSE,28.6,48 +482,FALSE,0,51,591,27,4,FALSE,17.8,27 +483,FALSE,0,36,877,29,2,FALSE,26.6,37 +484,FALSE,0,48,782,53,4,FALSE,21.1,53 +485,FALSE,0,33,1130,87,5,FALSE,27.8,74 +486,FALSE,0,55,799,42,1,FALSE,28.8,49 +487,FALSE,0,64,789,59,1,FALSE,28.6,64 +488,TRUE,1,19,1067,57,4,FALSE,21.9,58 +489,TRUE,1,17,1188,82,3,FALSE,27.5,31 +490,FALSE,0,52,823,35,4,FALSE,30.2,45 +491,FALSE,0,27,986,27,6,FALSE,19.4,66 +492,FALSE,0,67,646,41,1,FALSE,23.5,60 +493,FALSE,0,62,575,46,3,FALSE,15.7,54 +494,FALSE,0,51,806,37,4,FALSE,26.1,54 +495,TRUE,1,27,841,46,1,FALSE,24.1,41 +496,TRUE,1,22,815,7,7,FALSE,20.3,29 +497,FALSE,0,59,884,61,2,FALSE,31.5,66 +498,FALSE,0,58,677,35,1,FALSE,26.8,28 +499,FALSE,0,35,804,31,4,FALSE,21.1,34 +500,FALSE,0,23,1228,78,4,FALSE,26.2,56 +501,FALSE,0,27,924,38,2,FALSE,21.7,30 +502,FALSE,0,45,685,35,2,FALSE,16.9,40 +503,TRUE,1,12,1222,79,2,FALSE,17.4,31 +504,TRUE,1,18,1077,62,1,FALSE,19.4,56 +505,FALSE,0,27,1060,59,2,FALSE,23.3,54 +506,TRUE,1,24,953,47,2,FALSE,23.7,54 +507,FALSE,0,44,710,31,3,FALSE,16.1,54 +508,FALSE,0,25,1155,61,3,FALSE,26.7,55 +509,FALSE,0,27,1059,48,5,FALSE,23.8,57 +510,FALSE,0,26,946,60,2,FALSE,20.7,20 +511,TRUE,1,28,951,67,3,FALSE,28.8,46 +512,FALSE,0,32,895,49,1,FALSE,19.8,49 +513,TRUE,1,16,1257,53,5,FALSE,27.9,58 +514,FALSE,0,23,1184,71,2,FALSE,28.3,31 +515,FALSE,0,34,900,53,4,FALSE,23.1,41 +516,FALSE,0,42,786,30,2,FALSE,24.6,33 +517,FALSE,0,48,950,60,3,FALSE,30.3,62 +518,FALSE,0,24,1105,66,4,FALSE,19.1,65 +519,TRUE,1,20,1045,79,1,FALSE,19.2,59 +520,TRUE,1,34,696,37,4,FALSE,23.8,31 +521,TRUE,1,25,931,58,2,FALSE,23,54 +522,TRUE,1,31,682,25,2,FALSE,15.6,64 +523,FALSE,0,52,915,71,2,FALSE,31.1,50 +524,FALSE,0,32,961,52,1,FALSE,26.2,40 +525,FALSE,0,26,911,54,3,FALSE,16.4,32 +526,FALSE,0,46,789,38,4,FALSE,25.1,38 +527,FALSE,0,50,762,35,5,FALSE,21.9,58 +528,TRUE,1,19,1125,72,1,FALSE,26.3,42 +529,TRUE,1,55,658,34,7,TRUE,30.8,51 +530,FALSE,0,62,743,49,2,FALSE,24.9,66 +531,TRUE,1,61,625,28,5,TRUE,31.6,56 +532,TRUE,1,21,1119,63,4,FALSE,25.3,67 +533,FALSE,0,53,531,21,3,FALSE,15.9,24 +534,TRUE,1,14,1184,77,4,FALSE,19.3,44 +535,FALSE,0,56,708,47,1,FALSE,22.4,49 +536,FALSE,0,25,1066,58,4,FALSE,20.1,56 +537,TRUE,1,32,683,15,2,FALSE,24.3,31 +538,FALSE,0,90,413,41,4,FALSE,29.8,59 +539,FALSE,0,53,811,43,3,FALSE,27.6,52 +540,TRUE,1,19,1198,75,2,FALSE,28.5,51 +541,TRUE,1,62,538,19,4,FALSE,27.8,55 +542,FALSE,0,60,618,27,1,FALSE,21.3,46 +543,TRUE,1,17,1101,58,4,FALSE,18.4,61 +544,FALSE,0,23,1223,67,2,FALSE,26.6,57 +545,FALSE,0,39,1049,91,4,FALSE,30.9,46 +546,FALSE,0,77,519,29,6,TRUE,23.5,62 +547,FALSE,0,58,759,50,1,FALSE,26.1,52 +548,TRUE,1,15,1169,83,4,FALSE,17.1,57 +549,TRUE,1,26,766,55,4,FALSE,16.4,39 +550,TRUE,1,20,1140,77,2,FALSE,24,70 +551,FALSE,0,51,727,36,2,FALSE,22.2,48 +552,FALSE,0,54,869,66,2,FALSE,28.1,59 +553,FALSE,0,47,834,65,3,FALSE,23.7,46 +554,TRUE,1,29,743,55,5,FALSE,17.9,44 +555,TRUE,1,11,1402,100,3,FALSE,21.1,59 +556,FALSE,0,35,900,65,3,FALSE,24.9,25 +557,TRUE,1,22,934,47,3,FALSE,19.3,54 +558,FALSE,0,67,585,24,3,FALSE,22.3,53 +559,FALSE,0,20,1160,71,3,FALSE,26.3,10 +560,FALSE,0,26,1035,58,1,FALSE,20.1,53 +561,FALSE,0,22,1117,51,1,FALSE,28.5,17 +562,TRUE,1,18,1016,51,5,FALSE,16.9,57 +563,TRUE,1,16,1177,86,4,FALSE,21.2,41 +564,FALSE,0,42,879,58,2,FALSE,26.3,38 +565,TRUE,1,29,763,35,3,FALSE,21.4,48 +566,TRUE,1,13,1469,99,3,FALSE,27.7,67 +567,TRUE,1,27,852,63,2,FALSE,22.6,39 +568,TRUE,1,29,838,50,4,FALSE,23.8,55 +569,TRUE,1,14,1321,98,3,FALSE,24.4,52 +570,FALSE,0,75,516,32,5,TRUE,27.3,31 +571,FALSE,0,46,648,33,3,FALSE,18.4,23 +572,TRUE,1,14,1123,64,5,FALSE,20.8,20 +573,TRUE,1,15,1226,86,3,FALSE,19.7,55 +574,FALSE,0,25,977,47,3,FALSE,18.2,47 +575,TRUE,1,25,1078,81,6,FALSE,26.4,73 +576,FALSE,0,54,805,64,4,FALSE,24.4,56 +577,FALSE,0,57,836,33,3,FALSE,31.8,59 +578,FALSE,0,29,1074,54,1,FALSE,26,66 +579,FALSE,0,59,649,34,3,FALSE,23.1,41 +580,FALSE,0,38,949,48,3,FALSE,27,55 +581,FALSE,0,51,790,35,5,FALSE,24.5,60 +582,TRUE,1,20,1134,60,4,FALSE,25.9,67 +583,TRUE,1,52,569,49,4,FALSE,19.1,58 +584,FALSE,0,43,796,50,2,FALSE,18.9,53 +585,TRUE,1,23,985,53,5,FALSE,28.4,35 +586,FALSE,0,22,1121,66,2,FALSE,18.7,58 +587,FALSE,0,58,763,41,2,FALSE,26.9,55 +588,TRUE,1,28,788,38,3,FALSE,18.8,56 +589,TRUE,1,38,690,41,6,TRUE,20.7,54 +590,FALSE,0,24,1064,64,3,FALSE,19.8,45 +591,TRUE,1,31,910,64,3,FALSE,30.7,47 +592,TRUE,1,30,848,54,1,FALSE,24,57 +593,TRUE,1,47,578,33,6,TRUE,20.7,50 +594,TRUE,1,28,795,42,1,FALSE,23,36 +595,FALSE,0,40,751,36,1,FALSE,17.7,44 +596,FALSE,0,47,855,65,5,FALSE,28.5,29 +597,FALSE,0,36,897,49,3,FALSE,26.1,34 +598,TRUE,1,22,1024,62,2,FALSE,25.8,46 +599,TRUE,1,15,1142,85,5,FALSE,20.1,22 +600,FALSE,0,28,962,48,1,FALSE,25.1,24 +601,FALSE,0,45,837,21,2,FALSE,25.2,63 +602,FALSE,0,50,777,37,4,FALSE,26.4,40 +603,FALSE,0,38,743,41,2,FALSE,19.7,22 +604,TRUE,1,26,779,26,2,FALSE,18.7,46 +605,TRUE,1,46,684,32,2,FALSE,24.1,66 +606,FALSE,0,34,860,37,4,FALSE,18.7,57 +607,FALSE,0,26,1094,52,2,FALSE,25.7,54 +608,FALSE,0,47,796,34,4,FALSE,21.7,64 +609,FALSE,0,51,719,45,2,FALSE,22.8,37 +610,TRUE,1,25,951,58,2,FALSE,23.2,58 +611,FALSE,0,26,1065,68,3,FALSE,24.1,39 +612,TRUE,1,37,665,27,1,FALSE,21.2,48 +613,FALSE,0,46,938,52,1,FALSE,26,79 +614,FALSE,0,47,750,42,7,FALSE,18.1,61 +615,TRUE,1,16,1163,65,3,FALSE,20.9,58 +616,FALSE,0,27,967,56,4,FALSE,21.2,32 +617,TRUE,1,23,902,60,5,FALSE,19.8,37 +618,TRUE,1,28,1090,80,4,FALSE,30.7,80 +619,FALSE,0,38,802,46,6,FALSE,20.9,32 +620,FALSE,0,27,1019,54,1,FALSE,22.6,51 +621,FALSE,0,61,742,8,5,FALSE,30.6,60 +622,TRUE,1,28,851,34,5,FALSE,23.6,62 +623,FALSE,0,33,923,45,4,FALSE,20.3,63 +624,FALSE,0,27,963,53,2,FALSE,18.4,45 +625,FALSE,0,21,1243,76,1,FALSE,28.2,36 +626,FALSE,0,27,1050,68,2,FALSE,23.1,43 +627,FALSE,0,50,691,37,2,FALSE,21.3,35 +628,FALSE,0,46,818,36,4,FALSE,23.9,56 +629,FALSE,0,35,974,55,2,FALSE,23.8,63 +630,TRUE,1,53,576,23,2,FALSE,19.5,77 +631,TRUE,1,28,965,61,4,FALSE,30.3,53 +632,FALSE,0,22,1096,61,4,FALSE,22,35 +633,TRUE,1,19,1091,44,3,FALSE,24.6,62 +634,TRUE,1,46,724,30,4,FALSE,28.3,60 +635,TRUE,1,23,959,48,1,FALSE,24.2,44 +636,TRUE,1,27,834,48,2,FALSE,25.7,26 +637,FALSE,0,24,1132,56,6,FALSE,23.8,58 +638,FALSE,0,48,969,83,4,FALSE,28.6,63 +639,TRUE,1,28,820,54,4,FALSE,21.9,43 +640,TRUE,1,17,1164,78,3,FALSE,21.8,55 +641,TRUE,1,26,795,49,3,FALSE,18.2,44 +642,TRUE,1,27,913,44,4,FALSE,25.9,57 +643,TRUE,1,16,1254,72,5,FALSE,29.3,46 +644,TRUE,1,17,1036,58,2,FALSE,17.9,43 +645,FALSE,0,23,1193,83,1,FALSE,24.6,49 +646,FALSE,0,43,938,46,3,FALSE,31.8,44 +647,TRUE,1,19,938,40,4,FALSE,18.6,39 +648,FALSE,0,63,762,51,1,FALSE,30.8,43 +649,FALSE,0,35,1014,54,2,FALSE,30.4,47 +650,TRUE,1,21,1036,48,3,FALSE,25.5,51 +651,TRUE,1,41,737,40,4,FALSE,23.3,69 +652,FALSE,0,28,803,17,5,FALSE,17.5,29 +653,FALSE,0,29,993,63,3,FALSE,22.9,45 +654,TRUE,1,18,1074,59,3,FALSE,19.1,56 +655,TRUE,1,50,674,33,4,FALSE,24.4,72 +656,FALSE,0,46,709,23,5,FALSE,18.4,54 +657,FALSE,0,35,994,62,5,FALSE,27.6,47 +658,FALSE,0,40,880,61,1,FALSE,23.8,43 +659,FALSE,0,64,718,32,3,FALSE,29.1,53 +660,FALSE,0,53,763,44,2,FALSE,22.1,61 +661,TRUE,1,24,853,43,4,FALSE,18.7,45 +662,FALSE,0,77,399,17,4,FALSE,18.6,50 +663,TRUE,1,30,875,54,1,FALSE,27.6,51 +664,FALSE,0,32,1004,37,4,FALSE,27.7,58 +665,TRUE,1,25,999,64,2,FALSE,25.3,63 +666,FALSE,0,38,846,47,1,FALSE,20.1,52 +667,TRUE,1,24,942,53,5,FALSE,23.1,47 +668,TRUE,1,23,998,71,2,FALSE,20.4,67 +669,FALSE,0,71,550,34,3,FALSE,22.6,50 +670,FALSE,0,25,1036,46,2,FALSE,17.7,70 +671,TRUE,1,27,941,64,1,FALSE,27.7,47 +672,FALSE,0,24,1041,45,3,FALSE,19.1,56 +673,FALSE,0,71,512,31,1,FALSE,24.8,26 +674,TRUE,1,21,989,75,2,FALSE,18.9,46 +675,TRUE,1,19,1137,67,3,FALSE,26.9,47 +676,FALSE,0,47,696,34,3,FALSE,19.8,37 +677,FALSE,0,29,954,52,4,FALSE,23.9,33 +678,FALSE,0,33,928,45,2,FALSE,21.1,61 +679,TRUE,1,56,612,29,3,FALSE,27,60 +680,TRUE,1,22,878,45,3,FALSE,19.7,29 +681,FALSE,0,47,652,8,4,FALSE,16.5,54 +682,FALSE,0,24,1079,50,4,FALSE,25.3,32 +683,TRUE,1,19,1144,78,4,FALSE,28.7,33 +684,FALSE,0,39,853,45,5,FALSE,21.3,55 +685,TRUE,1,25,1006,77,6,FALSE,29.1,38 +686,TRUE,1,28,798,43,3,FALSE,17.8,61 +687,FALSE,0,36,840,37,3,FALSE,20.8,48 +688,FALSE,0,41,1030,85,2,FALSE,29.6,55 +689,FALSE,0,21,1036,47,3,FALSE,16.6,40 +690,FALSE,0,46,820,58,2,FALSE,25.9,32 +691,FALSE,0,50,803,47,1,FALSE,22.7,60 +692,FALSE,0,30,955,63,3,FALSE,20.1,51 +693,TRUE,1,20,990,42,3,FALSE,22.6,44 +694,TRUE,1,19,1065,56,2,FALSE,22,49 +695,FALSE,0,51,793,50,2,FALSE,21.2,66 +696,FALSE,0,32,861,19,3,FALSE,24,38 +697,FALSE,0,51,759,57,2,FALSE,23.6,37 +698,FALSE,0,34,931,49,1,FALSE,25.8,39 +699,FALSE,0,53,569,18,3,FALSE,18.6,25 +700,TRUE,1,24,895,34,2,FALSE,19.8,59 +701,FALSE,0,27,1066,95,4,FALSE,19.6,50 +702,TRUE,1,26,918,51,2,FALSE,24.3,51 +703,FALSE,0,22,1265,75,1,FALSE,29.3,47 +704,TRUE,1,29,654,22,5,TRUE,16.8,40 +705,TRUE,1,16,1131,58,2,FALSE,23.9,36 +706,FALSE,0,37,1050,53,3,FALSE,31.8,60 +707,TRUE,1,27,812,43,3,FALSE,25.3,28 +708,FALSE,0,48,844,45,2,FALSE,26.2,54 +709,TRUE,1,20,1031,65,2,FALSE,23.4,37 +710,FALSE,0,66,580,20,3,FALSE,22.2,52 +711,FALSE,0,52,667,37,3,FALSE,20.5,37 +712,TRUE,1,27,934,64,3,FALSE,28.1,40 +713,FALSE,0,28,1045,45,3,FALSE,22.6,72 +714,TRUE,1,37,844,45,4,FALSE,29.9,57 +715,FALSE,0,61,579,29,3,FALSE,24.9,18 +716,TRUE,1,31,841,62,2,FALSE,24.8,49 +717,TRUE,1,16,1158,69,1,FALSE,22.8,41 +718,FALSE,0,55,639,54,1,FALSE,19,32 +719,FALSE,0,22,1188,63,7,FALSE,24,51 +720,FALSE,0,56,767,27,1,FALSE,28.8,49 +721,FALSE,0,24,1180,63,3,FALSE,28.7,43 +722,TRUE,1,23,1005,51,4,FALSE,20.5,75 +723,FALSE,0,22,1053,61,4,FALSE,22.1,16 +724,TRUE,1,18,1125,86,5,FALSE,18.8,59 +725,FALSE,0,21,1315,87,3,FALSE,29.5,44 +726,FALSE,0,52,794,36,4,FALSE,25.9,57 +727,FALSE,0,28,968,64,4,FALSE,20.7,41 +728,FALSE,0,35,1070,87,3,FALSE,31.9,39 +729,FALSE,0,47,751,22,4,FALSE,28.1,24 +730,TRUE,1,33,799,34,1,FALSE,28.3,45 +731,TRUE,1,24,962,50,3,FALSE,19.2,82 +732,FALSE,0,34,861,23,5,FALSE,19.9,61 +733,FALSE,0,44,951,56,3,FALSE,26.8,71 +734,FALSE,0,59,820,57,5,FALSE,28.6,60 +735,TRUE,1,26,820,36,2,FALSE,17.3,64 +736,TRUE,1,21,1171,77,2,FALSE,28.3,60 +737,FALSE,0,77,495,27,4,FALSE,23,54 +738,TRUE,1,17,1084,75,7,FALSE,19.7,39 +739,FALSE,0,72,613,19,2,FALSE,31.7,40 +740,TRUE,1,19,1037,48,1,FALSE,26.1,25 +741,FALSE,0,25,1141,78,7,FALSE,25.5,48 +742,TRUE,1,29,945,54,2,FALSE,28.8,60 +743,FALSE,0,26,1130,74,1,FALSE,23.3,62 +744,TRUE,1,26,968,48,3,FALSE,28.7,49 +745,FALSE,0,29,948,64,2,FALSE,21.2,40 +746,FALSE,0,62,898,49,3,FALSE,30.4,94 +747,FALSE,0,35,1020,64,4,FALSE,27.5,58 +748,FALSE,0,41,753,18,1,FALSE,15.9,67 +749,FALSE,0,49,807,40,4,FALSE,27.1,43 +750,TRUE,1,24,826,53,6,FALSE,15.8,47 +751,TRUE,1,14,1204,58,2,FALSE,20.2,54 +752,FALSE,0,26,1102,88,2,FALSE,17.1,71 +753,TRUE,1,26,785,44,2,FALSE,18.5,43 +754,TRUE,1,20,1064,76,1,FALSE,19.8,60 +755,FALSE,0,32,949,36,3,FALSE,31.7,18 +756,TRUE,1,23,1015,71,3,FALSE,26.3,41 +757,TRUE,1,29,849,41,3,FALSE,29.8,30 +758,TRUE,1,31,798,29,5,FALSE,23.3,63 +759,FALSE,0,56,836,65,1,FALSE,29.9,45 +760,FALSE,0,23,1126,71,2,FALSE,22.8,42 +761,TRUE,1,23,921,54,3,FALSE,17.2,67 +762,FALSE,0,49,745,47,2,FALSE,17.4,63 +763,FALSE,0,43,744,26,3,FALSE,22.1,35 +764,TRUE,1,28,920,58,3,FALSE,26.8,54 +765,TRUE,1,45,710,54,3,FALSE,30.1,30 +766,FALSE,0,30,976,57,2,FALSE,25.2,41 +767,FALSE,0,43,954,56,2,FALSE,26.2,70 +768,FALSE,0,31,1047,75,3,FALSE,23.1,68 +769,FALSE,0,44,992,58,4,FALSE,31.1,63 +770,TRUE,1,49,495,5,3,FALSE,21.6,40 +771,TRUE,1,25,691,24,5,TRUE,17.1,21 +772,FALSE,0,20,1119,61,4,FALSE,20.4,31 +773,FALSE,0,44,928,44,3,FALSE,28.7,61 +774,FALSE,0,44,717,22,4,FALSE,19.9,44 +775,TRUE,1,25,771,49,1,FALSE,20.4,17 +776,FALSE,0,80,383,6,2,FALSE,22.4,45 +777,FALSE,0,71,558,13,2,FALSE,21.8,67 +778,FALSE,0,42,903,44,3,FALSE,26.3,57 +779,TRUE,1,29,685,26,3,FALSE,19.3,36 +780,FALSE,0,50,598,25,4,FALSE,18,26 +781,FALSE,0,42,876,64,2,FALSE,25.8,36 +782,FALSE,0,43,960,47,4,FALSE,32.1,48 +783,FALSE,0,26,1153,55,1,FALSE,28.2,60 +784,FALSE,0,23,992,68,3,FALSE,17.8,20 +785,TRUE,1,31,782,33,4,FALSE,21.8,62 +786,TRUE,1,22,1046,70,3,FALSE,25.2,48 +787,FALSE,0,41,851,41,2,FALSE,22.4,56 +788,FALSE,0,36,845,61,1,FALSE,22.6,24 +789,TRUE,1,51,432,13,2,FALSE,17.6,38 +790,TRUE,1,53,644,28,5,TRUE,31.3,41 +791,TRUE,1,37,689,44,5,TRUE,18.1,62 +792,TRUE,1,16,1274,79,3,FALSE,25.2,62 +793,FALSE,0,68,724,46,2,FALSE,30.3,54 +794,FALSE,0,77,431,12,3,FALSE,17.9,70 +795,FALSE,0,51,661,18,4,FALSE,20.9,40 +796,FALSE,0,39,984,66,3,FALSE,26.3,62 +797,FALSE,0,75,480,26,1,FALSE,21.9,47 +798,FALSE,0,55,839,59,2,FALSE,31.4,38 +799,FALSE,0,32,999,51,2,FALSE,24.7,61 +800,FALSE,0,52,880,60,2,FALSE,26.6,67 +801,FALSE,0,43,877,78,3,FALSE,20.3,60 +802,FALSE,0,26,1016,70,2,FALSE,19.8,40 +803,TRUE,1,27,915,52,1,FALSE,28.5,41 +804,TRUE,1,29,895,55,1,FALSE,24.4,67 +805,FALSE,0,43,774,38,2,FALSE,19.6,53 +806,TRUE,1,25,938,57,6,FALSE,22.4,59 +807,FALSE,0,28,974,52,3,FALSE,22.1,43 +808,TRUE,1,22,1059,64,3,FALSE,23.6,65 +809,FALSE,0,35,855,54,4,FALSE,21.1,36 +810,FALSE,0,47,914,38,3,FALSE,30.8,56 +811,FALSE,0,33,856,34,1,FALSE,22.3,36 +812,TRUE,1,15,1078,47,4,FALSE,23.9,13 +813,TRUE,1,24,795,54,2,FALSE,17.6,29 +814,TRUE,1,11,1404,87,5,FALSE,22.8,50 +815,TRUE,1,27,792,39,4,FALSE,16.7,60 +816,FALSE,0,31,871,70,2,FALSE,20.2,23 +817,FALSE,0,48,650,34,2,FALSE,18.6,30 +818,FALSE,0,59,796,51,1,FALSE,25.4,72 +819,FALSE,0,28,974,48,3,FALSE,23.4,42 +820,FALSE,0,66,657,43,3,FALSE,24.7,55 +821,TRUE,1,29,919,79,4,FALSE,28.6,40 +822,TRUE,1,13,1293,86,2,FALSE,23.4,43 +823,FALSE,0,56,760,39,3,FALSE,26.9,49 +824,TRUE,1,22,972,70,7,FALSE,19.8,48 +825,FALSE,0,34,881,47,4,FALSE,21.3,45 +826,FALSE,0,15,1392,89,1,FALSE,22.3,41 +827,FALSE,0,56,499,28,3,FALSE,18.4,5 +828,TRUE,1,27,995,52,1,FALSE,26.5,74 +829,FALSE,0,68,527,19,2,FALSE,16.1,73 +830,FALSE,0,29,1021,56,4,FALSE,29,32 +831,TRUE,1,26,870,48,1,FALSE,22.8,45 +832,TRUE,1,16,1202,70,4,FALSE,21.4,67 +833,TRUE,1,22,899,38,3,FALSE,16.4,62 +834,FALSE,0,44,958,68,4,FALSE,26.7,65 +835,FALSE,0,52,797,32,3,FALSE,31.1,33 +836,FALSE,0,41,956,51,3,FALSE,23.4,84 +837,TRUE,1,17,1203,61,4,FALSE,31.8,32 +838,FALSE,0,74,633,37,3,FALSE,28.5,58 +839,FALSE,0,47,768,16,2,FALSE,24.9,50 +840,FALSE,0,51,767,39,1,FALSE,25.6,42 +841,TRUE,1,51,664,47,6,TRUE,28.4,42 +842,FALSE,0,49,723,45,4,FALSE,22.1,34 +843,TRUE,1,21,1058,51,3,FALSE,21.7,70 +844,FALSE,0,37,825,23,1,FALSE,21.5,49 +845,FALSE,0,26,997,55,3,FALSE,18.8,51 +846,FALSE,0,47,861,47,2,FALSE,27.4,51 +847,TRUE,1,23,1034,67,5,FALSE,27.3,42 +848,TRUE,1,16,1170,73,1,FALSE,25.1,32 +849,TRUE,1,14,1311,96,2,FALSE,23.4,51 +850,FALSE,0,53,754,51,1,FALSE,28.9,18 +851,FALSE,0,28,1014,62,2,FALSE,26,28 +852,TRUE,1,10,1292,67,4,FALSE,17.9,33 +853,TRUE,1,45,643,28,7,TRUE,27.7,33 +854,TRUE,1,12,1321,97,4,FALSE,18.7,49 +855,FALSE,0,35,961,52,3,FALSE,22.1,70 +856,FALSE,0,28,885,47,3,FALSE,20.2,26 +857,TRUE,1,22,1051,64,6,FALSE,25.3,54 +858,TRUE,1,24,943,66,1,FALSE,20.1,60 +859,TRUE,1,26,828,59,1,FALSE,21.4,34 +860,TRUE,1,20,1061,58,5,FALSE,23.8,47 +861,FALSE,0,64,649,62,3,FALSE,19.3,59 +862,FALSE,0,44,891,47,1,FALSE,28.8,44 +863,FALSE,0,29,1042,77,3,FALSE,24.6,45 +864,FALSE,0,56,857,49,3,FALSE,31.7,52 +865,TRUE,1,17,1185,67,3,FALSE,27.2,47 +866,FALSE,0,26,1069,83,2,FALSE,22.6,40 +867,FALSE,0,25,1008,42,2,FALSE,20.1,46 +868,TRUE,1,20,1002,50,1,FALSE,15.6,74 +869,TRUE,1,20,1109,66,3,FALSE,24.1,60 +870,TRUE,1,24,1003,72,3,FALSE,28.1,35 +871,TRUE,1,15,1046,56,2,FALSE,17.1,30 +872,FALSE,0,29,927,26,2,FALSE,23,43 +873,TRUE,1,47,753,41,4,FALSE,28.7,66 +874,FALSE,0,66,604,26,3,FALSE,23.5,52 +875,FALSE,0,39,767,14,5,FALSE,22,38 +876,FALSE,0,40,926,79,3,FALSE,21.3,60 +877,TRUE,1,81,336,20,1,FALSE,29.2,46 +878,FALSE,0,26,1036,52,4,FALSE,25.3,32 +879,FALSE,0,23,1129,75,5,FALSE,20.4,54 +880,TRUE,1,29,973,49,3,FALSE,30,69 +881,TRUE,1,34,789,45,1,FALSE,25,54 +882,FALSE,0,25,1177,73,5,FALSE,28,50 +883,FALSE,0,25,1083,77,3,FALSE,22.1,38 +884,FALSE,0,58,671,12,2,FALSE,24.2,56 +885,FALSE,0,57,537,13,4,FALSE,18.3,33 +886,TRUE,1,18,998,48,5,FALSE,21.1,24 +887,TRUE,1,55,587,12,3,FALSE,28.9,47 +888,TRUE,1,29,884,46,2,FALSE,27.8,47 +889,FALSE,0,52,877,53,2,FALSE,24.6,81 +890,FALSE,0,31,954,50,2,FALSE,27.3,31 +891,TRUE,1,25,884,56,3,FALSE,20.4,50 +892,TRUE,1,20,975,59,4,FALSE,15.6,59 +893,TRUE,1,23,1007,58,3,FALSE,23,62 +894,TRUE,1,27,798,30,3,FALSE,21.6,47 +895,FALSE,0,24,974,48,4,FALSE,17.5,37 +896,FALSE,0,45,711,31,4,FALSE,18.1,47 +897,FALSE,0,48,798,39,1,FALSE,19.5,75 +898,TRUE,1,51,594,35,2,FALSE,23,54 +899,FALSE,0,28,945,51,1,FALSE,24.4,19 +900,TRUE,1,25,990,50,4,FALSE,24.4,68 +901,FALSE,0,44,808,39,5,FALSE,21.4,55 +902,FALSE,0,60,754,40,3,FALSE,29,47 +903,FALSE,0,56,752,43,4,FALSE,26.4,47 +904,FALSE,0,41,860,36,3,FALSE,25.7,46 +905,TRUE,1,24,841,31,3,FALSE,17.9,51 +906,TRUE,1,27,820,33,3,FALSE,24.2,41 +907,FALSE,0,21,1113,51,4,FALSE,18.5,51 +908,TRUE,1,28,876,63,5,FALSE,26.9,35 +909,TRUE,1,13,1441,99,4,FALSE,31.2,50 +910,FALSE,0,20,1301,78,1,FALSE,24.3,63 +911,TRUE,1,20,920,29,1,FALSE,15.9,55 +912,TRUE,1,15,1252,71,1,FALSE,22.5,62 +913,FALSE,0,52,711,43,5,FALSE,23.8,32 +914,FALSE,0,43,869,59,3,FALSE,24,48 +915,TRUE,1,25,896,49,2,FALSE,20.8,56 +916,FALSE,0,47,719,26,6,FALSE,23.3,33 +917,FALSE,0,39,1001,61,3,FALSE,26.6,69 +918,TRUE,1,24,1034,63,3,FALSE,31.4,33 +919,TRUE,1,20,1046,62,2,FALSE,23.2,50 +920,FALSE,0,34,937,77,2,FALSE,21,50 +921,FALSE,0,46,808,59,4,FALSE,21.7,49 +922,FALSE,0,45,889,42,1,FALSE,30.1,45 +923,FALSE,0,36,882,37,2,FALSE,22.2,54 +924,TRUE,1,24,851,56,4,FALSE,20.2,33 +925,FALSE,0,35,829,35,4,FALSE,22.9,30 +926,TRUE,1,16,1286,87,4,FALSE,30.2,38 +927,FALSE,0,80,463,24,2,FALSE,25.4,47 +928,FALSE,0,53,903,64,3,FALSE,28.6,65 +929,TRUE,1,19,1142,67,2,FALSE,23.4,70 +930,TRUE,1,41,721,40,4,FALSE,25.2,52 +931,FALSE,0,31,913,48,5,FALSE,20.2,53 +932,TRUE,1,12,1288,74,2,FALSE,20.8,44 +933,FALSE,0,51,613,24,4,FALSE,15.6,48 +934,TRUE,1,24,809,34,3,FALSE,19.9,28 +935,FALSE,0,51,858,43,6,FALSE,29.8,52 +936,FALSE,0,58,543,11,2,FALSE,17.8,40 +937,TRUE,1,14,1410,87,3,FALSE,30.7,52 +938,TRUE,1,28,682,27,5,TRUE,16.7,43 +939,TRUE,1,19,1170,81,5,FALSE,29.1,38 +940,FALSE,0,40,889,75,1,FALSE,22.6,45 +941,FALSE,0,24,1044,38,6,FALSE,23,42 +942,FALSE,0,56,850,51,3,FALSE,29.1,63 +943,TRUE,1,28,954,52,2,FALSE,29.8,51 +944,TRUE,1,28,842,54,3,FALSE,22.3,54 +945,TRUE,1,27,829,30,1,FALSE,27.4,30 +946,FALSE,0,68,658,41,2,FALSE,23.5,69 +947,FALSE,0,36,775,6,2,FALSE,19.5,50 +948,FALSE,0,26,979,60,2,FALSE,19.5,36 +949,FALSE,0,22,1194,80,3,FALSE,22.9,52 +950,FALSE,0,45,853,33,2,FALSE,25.4,60 +951,FALSE,0,37,1013,81,3,FALSE,31.9,28 +952,FALSE,0,69,657,26,2,FALSE,25.4,71 +953,FALSE,0,28,1000,55,6,FALSE,23.4,45 +954,TRUE,1,25,1042,64,1,FALSE,28.7,63 +955,TRUE,1,24,997,61,2,FALSE,26.5,49 +956,TRUE,1,28,931,61,6,FALSE,29.2,43 +957,FALSE,0,28,1069,70,3,FALSE,30.9,22 +958,TRUE,1,21,860,41,1,FALSE,17.7,32 +959,FALSE,0,49,718,30,3,FALSE,21.2,47 +960,TRUE,1,25,849,38,3,FALSE,17.9,59 +961,FALSE,0,28,965,50,3,FALSE,25.3,21 +962,FALSE,0,23,1106,71,3,FALSE,16.1,67 +963,FALSE,0,23,1218,79,3,FALSE,23.4,67 +964,TRUE,1,28,801,52,2,FALSE,23.4,32 +965,FALSE,0,51,725,43,5,FALSE,20.1,54 +966,FALSE,0,34,1003,73,3,FALSE,29.1,33 +967,TRUE,1,18,1054,63,3,FALSE,18.9,46 +968,TRUE,1,32,834,56,1,FALSE,23.7,61 +969,FALSE,0,37,954,53,4,FALSE,25,60 +970,TRUE,1,18,971,50,3,FALSE,17.8,36 +971,FALSE,0,22,1209,62,4,FALSE,28.7,42 +972,TRUE,1,30,662,39,1,FALSE,17.6,34 +973,TRUE,1,21,980,51,4,FALSE,21.1,52 +974,TRUE,1,17,1094,64,2,FALSE,23.2,26 +975,FALSE,0,25,959,46,2,FALSE,23.1,11 +976,FALSE,0,42,823,49,3,FALSE,17.7,68 +977,TRUE,1,22,1178,81,6,FALSE,26.8,79 +978,FALSE,0,45,768,38,1,FALSE,22.4,41 +979,FALSE,0,67,622,35,2,FALSE,23,58 +980,TRUE,1,24,1017,42,3,FALSE,31.3,48 +981,FALSE,0,38,1021,57,3,FALSE,28.4,68 +982,TRUE,1,19,1021,61,4,FALSE,16.9,55 +983,TRUE,1,78,301,24,5,TRUE,22.8,50 +984,FALSE,0,32,797,16,3,FALSE,22.8,22 +985,FALSE,0,31,981,60,5,FALSE,21.5,63 +986,FALSE,0,31,865,51,4,FALSE,18.2,43 +987,TRUE,1,20,1027,66,2,FALSE,24.9,28 +988,FALSE,0,55,804,39,2,FALSE,30.3,45 +989,FALSE,0,57,803,56,2,FALSE,29.3,46 +990,TRUE,1,24,1060,81,3,FALSE,26.3,62 +991,FALSE,0,62,726,58,1,FALSE,29.5,31 +992,FALSE,0,39,921,59,2,FALSE,27.3,40 +993,TRUE,1,18,1150,79,3,FALSE,20.7,68 +994,FALSE,0,49,819,29,2,FALSE,24.6,67 +995,TRUE,1,30,843,42,3,FALSE,23.8,64 +996,FALSE,0,17,1299,78,4,FALSE,16.2,71 +997,TRUE,1,16,1131,65,3,FALSE,20.5,50 +998,FALSE,0,60,649,21,2,FALSE,25.8,39 +999,FALSE,0,28,990,55,4,FALSE,20.8,55 +1000,FALSE,0,28,1042,37,1,FALSE,25,62 +1001,FALSE,0,66,822,67,2,FALSE,27.7,81 +1002,FALSE,0,46,676,32,3,FALSE,21.4,20 +1003,FALSE,0,42,779,62,2,FALSE,16.1,51 +1004,TRUE,1,14,1164,47,4,FALSE,17.2,57 +1005,FALSE,0,45,844,44,4,FALSE,25.9,47 +1006,TRUE,1,15,1107,52,3,FALSE,23.4,26 +1007,FALSE,0,23,1198,69,4,FALSE,24.1,58 +1008,FALSE,0,36,813,16,2,FALSE,23.3,37 +1009,FALSE,0,34,1047,69,1,FALSE,28.7,55 +1010,FALSE,0,47,797,25,3,FALSE,23.6,60 +1011,FALSE,0,31,990,72,3,FALSE,20.2,66 +1012,FALSE,0,53,585,36,2,FALSE,17.4,26 +1013,TRUE,1,16,1288,91,2,FALSE,24.7,63 +1014,FALSE,0,72,628,30,3,FALSE,31.9,37 +1015,FALSE,0,47,733,28,1,FALSE,25,30 +1016,FALSE,0,44,928,66,4,FALSE,24.8,66 +1017,FALSE,0,49,788,43,3,FALSE,21.3,64 +1018,FALSE,0,24,1040,54,3,FALSE,20.7,44 +1019,FALSE,0,65,628,31,3,FALSE,22.4,58 +1020,FALSE,0,51,710,48,2,FALSE,21.5,36 +1021,FALSE,0,46,825,52,3,FALSE,24.3,45 +1022,FALSE,0,68,692,46,4,FALSE,29.8,46 +1023,TRUE,1,16,1131,50,3,FALSE,22.5,44 +1024,TRUE,1,27,1041,91,2,FALSE,28.5,58 +1025,TRUE,1,16,1227,62,4,FALSE,22.8,69 +1026,FALSE,0,49,777,43,2,FALSE,24.9,41 +1027,FALSE,0,60,741,55,3,FALSE,26.6,47 +1028,FALSE,0,50,908,54,3,FALSE,27.4,70 +1029,TRUE,1,22,1010,73,2,FALSE,23.6,43 +1030,FALSE,0,25,955,62,3,FALSE,21.6,11 +1031,FALSE,0,25,1050,29,2,FALSE,23.7,55 +1032,TRUE,1,13,1220,70,3,FALSE,21.4,35 +1033,FALSE,0,36,765,53,3,FALSE,16.3,34 +1034,FALSE,0,28,1146,64,1,FALSE,27.8,67 +1035,TRUE,1,32,807,36,3,FALSE,20.2,82 +1036,FALSE,0,31,991,52,3,FALSE,29.2,33 +1037,FALSE,0,68,745,53,2,FALSE,29.3,62 +1038,FALSE,0,79,455,10,3,FALSE,26.4,46 +1039,FALSE,0,49,879,57,3,FALSE,28.8,50 +1040,FALSE,0,59,730,32,3,FALSE,24.7,65 +1041,TRUE,1,15,1159,79,4,FALSE,16.9,51 +1042,FALSE,0,40,824,41,4,FALSE,24.1,36 +1043,TRUE,1,24,1049,69,3,FALSE,29.8,41 +1044,TRUE,1,26,876,46,3,FALSE,21.4,57 +1045,FALSE,0,32,843,36,2,FALSE,24.6,15 +1046,FALSE,0,26,992,39,1,FALSE,18.6,63 +1047,FALSE,0,31,968,68,2,FALSE,26.7,26 +1048,FALSE,0,29,1056,70,1,FALSE,26.1,48 +1049,TRUE,1,28,684,19,5,TRUE,16.3,45 +1050,FALSE,0,49,924,63,7,FALSE,27.8,66 +1051,TRUE,1,18,1195,71,4,FALSE,27.2,50 +1052,FALSE,0,51,768,39,4,FALSE,24.6,49 +1053,FALSE,0,39,819,32,5,FALSE,19.6,57 +1054,FALSE,0,64,711,39,3,FALSE,30.9,36 +1055,FALSE,0,44,798,40,3,FALSE,22.8,45 +1056,FALSE,0,29,1052,59,2,FALSE,24.3,64 +1057,TRUE,1,43,742,27,3,FALSE,29.3,57 +1058,FALSE,0,39,886,44,2,FALSE,28.4,30 +1059,FALSE,0,50,830,47,2,FALSE,25.9,57 +1060,FALSE,0,34,854,49,4,FALSE,22.6,28 +1061,FALSE,0,36,989,52,4,FALSE,31.3,39 +1062,TRUE,1,15,1150,61,2,FALSE,17.1,65 +1063,FALSE,0,54,637,35,2,FALSE,24.3,16 +1064,FALSE,0,53,614,17,2,FALSE,22.4,23 +1065,FALSE,0,27,1009,68,1,FALSE,16.2,66 +1066,TRUE,1,21,888,48,4,FALSE,18.2,36 +1067,FALSE,0,42,824,26,3,FALSE,21.2,65 +1068,TRUE,1,28,761,22,2,FALSE,21.9,45 +1069,FALSE,0,46,975,66,6,FALSE,31.9,54 +1070,FALSE,0,49,733,32,3,FALSE,19.3,59 +1071,FALSE,0,27,1007,47,4,FALSE,24.1,39 +1072,FALSE,0,66,584,14,4,FALSE,25.1,43 +1073,FALSE,0,29,1010,67,5,FALSE,25,42 +1074,TRUE,1,19,1131,79,4,FALSE,17.6,87 +1075,FALSE,0,27,1036,60,3,FALSE,22.9,49 +1076,TRUE,1,24,973,35,3,FALSE,27.5,54 +1077,TRUE,1,13,1157,44,2,FALSE,17.2,43 +1078,TRUE,1,15,1084,61,1,FALSE,16.6,44 +1079,FALSE,0,33,1020,51,3,FALSE,26.1,67 +1080,FALSE,0,35,896,49,2,FALSE,23.3,43 +1081,FALSE,0,46,795,29,2,FALSE,25.1,48 +1082,TRUE,1,22,970,51,2,FALSE,22.3,53 +1083,FALSE,0,25,1025,47,2,FALSE,22,42 +1084,FALSE,0,53,797,26,3,FALSE,24.1,75 +1085,FALSE,0,34,875,26,4,FALSE,27.1,28 +1086,TRUE,1,37,699,29,2,FALSE,18.1,76 +1087,FALSE,0,29,939,55,1,FALSE,20.3,43 +1088,FALSE,0,35,1052,71,1,FALSE,26.7,67 +1089,FALSE,0,42,750,47,4,FALSE,22.6,20 +1090,FALSE,0,42,912,52,3,FALSE,25.1,61 +1091,TRUE,1,25,920,38,4,FALSE,23.6,60 +1092,FALSE,0,29,955,71,1,FALSE,22,30 +1093,FALSE,0,41,765,16,1,FALSE,23.6,37 +1094,FALSE,0,44,786,56,1,FALSE,19.1,50 +1095,FALSE,0,46,875,52,4,FALSE,24.6,64 +1096,TRUE,1,30,817,62,4,FALSE,25.4,37 +1097,FALSE,0,30,1012,49,7,FALSE,28.2,44 +1098,TRUE,1,28,926,44,3,FALSE,25.5,70 +1099,FALSE,0,24,1014,62,2,FALSE,18.7,32 +1100,FALSE,0,63,674,18,2,FALSE,25.7,61 +1101,TRUE,1,32,903,48,4,FALSE,31.2,54 +1102,FALSE,0,49,912,76,4,FALSE,32,32 +1103,FALSE,0,15,1379,73,2,FALSE,24.1,38 +1104,FALSE,0,35,1050,77,4,FALSE,27.3,59 +1105,TRUE,1,26,953,72,5,FALSE,25.3,51 +1106,TRUE,1,30,941,59,3,FALSE,27.9,68 +1107,TRUE,1,23,885,45,3,FALSE,20.8,39 +1108,TRUE,1,26,800,57,5,FALSE,21.6,24 +1109,TRUE,1,31,909,47,6,FALSE,29,62 +1110,TRUE,1,16,1242,83,3,FALSE,28.4,39 +1111,TRUE,1,16,1072,62,1,FALSE,16.7,49 +1112,FALSE,0,34,942,53,4,FALSE,19.9,72 +1113,FALSE,0,48,730,16,3,FALSE,23.8,44 +1114,FALSE,0,35,970,66,2,FALSE,21,69 +1115,FALSE,0,67,503,17,2,FALSE,22,32 +1116,TRUE,1,17,1076,56,2,FALSE,16.1,61 +1117,FALSE,0,32,1048,66,3,FALSE,28.1,51 +1118,TRUE,1,20,1082,56,5,FALSE,28.6,37 +1119,TRUE,1,17,1086,68,2,FALSE,22.8,30 +1120,FALSE,0,27,1076,56,3,FALSE,26.8,49 +1121,TRUE,1,31,853,37,2,FALSE,28.9,51 +1122,FALSE,0,66,572,38,2,FALSE,19.7,51 +1123,FALSE,0,63,642,42,4,FALSE,21.4,55 +1124,FALSE,0,41,935,72,2,FALSE,27.5,41 +1125,FALSE,0,28,1088,70,2,FALSE,28.2,40 +1126,TRUE,1,48,679,40,1,FALSE,27.4,51 +1127,FALSE,0,29,961,39,5,FALSE,24.3,40 +1128,FALSE,0,50,924,45,3,FALSE,30.7,65 +1129,FALSE,0,81,536,16,1,FALSE,31.9,50 +1130,TRUE,1,20,1154,89,3,FALSE,28.9,39 +1131,TRUE,1,23,917,72,3,FALSE,22.7,22 +1132,FALSE,0,19,1333,85,4,FALSE,27.9,39 +1133,TRUE,1,22,1054,67,4,FALSE,21.2,76 +1134,FALSE,0,51,714,45,3,FALSE,21.4,40 +1135,FALSE,0,55,757,46,4,FALSE,27.9,36 +1136,FALSE,0,45,789,58,4,FALSE,18.2,57 +1137,TRUE,1,10,1418,90,2,FALSE,20.9,54 +1138,FALSE,0,68,583,22,2,FALSE,22.6,58 +1139,FALSE,0,53,756,55,3,FALSE,23.7,44 +1140,FALSE,0,39,831,45,2,FALSE,17.9,63 +1141,FALSE,0,69,444,19,4,FALSE,19.1,31 +1142,TRUE,1,57,636,45,2,FALSE,29.7,47 +1143,FALSE,0,56,770,43,1,FALSE,29.3,38 +1144,FALSE,0,32,1012,43,6,FALSE,27.8,57 +1145,TRUE,1,20,990,70,2,FALSE,18.1,49 +1146,FALSE,0,63,703,44,2,FALSE,23.6,63 +1147,FALSE,0,49,793,44,3,FALSE,18.7,76 +1148,TRUE,1,19,1177,54,3,FALSE,31.2,50 +1149,FALSE,0,60,591,15,2,FALSE,22.4,40 +1150,FALSE,0,24,955,34,2,FALSE,18.5,36 +1151,TRUE,1,25,828,57,5,FALSE,17.1,44 +1152,FALSE,0,44,854,63,3,FALSE,23.7,47 +1153,TRUE,1,17,1275,82,4,FALSE,25.6,75 +1154,TRUE,1,15,1145,56,5,FALSE,24,32 +1155,FALSE,0,19,1092,61,3,FALSE,16.6,32 +1156,FALSE,0,34,777,7,2,FALSE,19.8,42 +1157,FALSE,0,61,778,36,1,FALSE,30.1,56 +1158,FALSE,0,45,762,29,4,FALSE,19.4,59 +1159,TRUE,1,26,952,72,3,FALSE,27.7,35 +1160,FALSE,0,68,586,25,2,FALSE,24.4,49 +1161,FALSE,0,27,956,54,2,FALSE,18.6,47 +1162,FALSE,0,67,657,21,2,FALSE,26,64 +1163,TRUE,1,23,1138,81,3,FALSE,29.5,63 +1164,FALSE,0,59,628,29,2,FALSE,21.6,43 +1165,TRUE,1,20,1040,58,1,FALSE,23.7,48 +1166,TRUE,1,19,1210,53,1,FALSE,31.1,57 +1167,TRUE,1,24,866,83,4,FALSE,18.9,24 +1168,FALSE,0,54,805,44,2,FALSE,29.7,43 +1169,TRUE,1,28,920,50,2,FALSE,26.7,56 +1170,FALSE,0,27,1042,41,6,FALSE,27.3,40 +1171,TRUE,1,27,781,35,3,FALSE,20.3,47 +1172,TRUE,1,18,997,50,2,FALSE,17.9,47 +1173,TRUE,1,22,949,45,3,FALSE,23,37 +1174,TRUE,1,34,649,32,5,TRUE,20.9,34 +1175,TRUE,1,19,1019,66,2,FALSE,19.9,45 +1176,FALSE,0,52,674,38,3,FALSE,19.8,43 +1177,TRUE,1,30,760,39,4,FALSE,18.9,59 +1178,TRUE,1,33,905,48,2,FALSE,28.9,69 +1179,FALSE,0,61,550,16,1,FALSE,18.4,47 +1180,TRUE,1,43,752,69,3,FALSE,25.4,53 +1181,TRUE,1,20,1066,69,1,FALSE,24,47 +1182,TRUE,1,17,1197,80,2,FALSE,23.9,56 +1183,TRUE,1,22,1013,59,4,FALSE,23.8,51 +1184,FALSE,0,28,1025,55,5,FALSE,24.3,51 +1185,FALSE,0,55,781,40,4,FALSE,24.8,63 +1186,FALSE,0,39,815,34,1,FALSE,24.2,34 +1187,FALSE,0,68,729,27,2,FALSE,30.3,68 +1188,TRUE,1,21,958,51,4,FALSE,18.9,52 +1189,TRUE,1,21,985,63,4,FALSE,18.9,50 +1190,TRUE,1,22,947,56,3,FALSE,22.4,40 +1191,FALSE,0,28,892,32,1,FALSE,19,45 +1192,TRUE,1,22,919,51,3,FALSE,18.5,53 +1193,FALSE,0,50,574,28,3,FALSE,17.2,19 +1194,TRUE,1,18,1094,53,4,FALSE,25.6,39 +1195,FALSE,0,57,827,51,1,FALSE,29.6,56 +1196,FALSE,0,31,1065,67,2,FALSE,30.2,43 +1197,FALSE,0,21,1124,70,5,FALSE,19.8,36 +1198,TRUE,1,28,853,62,1,FALSE,25,39 +1199,TRUE,1,21,994,53,6,FALSE,20.9,51 +1200,FALSE,0,45,703,29,2,FALSE,22.3,25 +1201,TRUE,1,21,1068,71,5,FALSE,22.2,60 +1202,FALSE,0,23,1064,79,5,FALSE,22.7,17 +1203,TRUE,1,23,905,51,3,FALSE,20.4,41 +1204,FALSE,0,56,690,24,4,FALSE,26.2,37 +1205,FALSE,0,34,851,62,3,FALSE,20.1,30 +1206,FALSE,0,37,899,59,7,FALSE,25.9,33 +1207,TRUE,1,29,939,59,1,FALSE,29.4,51 +1208,FALSE,0,22,1020,45,2,FALSE,16.2,46 +1209,FALSE,0,74,477,35,4,FALSE,20.6,43 +1210,TRUE,1,30,712,41,3,FALSE,24.7,15 +1211,FALSE,0,28,938,45,3,FALSE,22.4,29 +1212,FALSE,0,50,793,58,8,FALSE,23.7,46 +1213,FALSE,0,46,743,39,2,FALSE,22.4,35 +1214,TRUE,1,19,1067,70,3,FALSE,23.6,36 +1215,FALSE,0,73,604,29,1,FALSE,26.3,62 +1216,FALSE,0,29,1029,55,4,FALSE,26.2,50 +1217,FALSE,0,32,899,41,2,FALSE,24.6,33 +1218,TRUE,1,24,900,41,4,FALSE,24.3,41 +1219,FALSE,0,36,948,60,2,FALSE,25.9,44 +1220,FALSE,0,28,1047,65,5,FALSE,26.9,38 +1221,TRUE,1,25,863,32,2,FALSE,25.9,34 +1222,FALSE,0,28,1065,90,3,FALSE,22.3,47 +1223,FALSE,0,56,785,44,1,FALSE,26.6,58 +1224,FALSE,0,22,1099,50,5,FALSE,19.8,51 +1225,TRUE,1,16,1088,45,6,FALSE,19.3,45 +1226,FALSE,0,29,1089,92,1,FALSE,25,53 +1227,FALSE,0,31,958,47,3,FALSE,22.2,59 +1228,TRUE,1,13,1243,83,2,FALSE,19.2,46 +1229,FALSE,0,29,1034,78,5,FALSE,21.8,54 +1230,TRUE,1,29,757,44,3,FALSE,23.1,32 +1231,FALSE,0,46,912,68,1,FALSE,28.8,44 +1232,TRUE,1,20,1091,71,2,FALSE,27.1,42 +1233,TRUE,1,18,1060,62,2,FALSE,19.6,50 +1234,TRUE,1,27,888,61,3,FALSE,22.7,53 +1235,TRUE,1,27,741,14,2,FALSE,19.1,46 +1236,TRUE,1,24,1022,57,1,FALSE,30.4,37 +1237,FALSE,0,19,1179,59,1,FALSE,22.9,35 +1238,FALSE,0,38,925,34,4,FALSE,27.4,51 +1239,TRUE,1,55,581,32,5,TRUE,22.6,67 +1240,FALSE,0,25,1095,79,2,FALSE,23.1,37 +1241,FALSE,0,47,798,58,1,FALSE,22.7,42 +1242,FALSE,0,39,870,37,2,FALSE,23.7,52 +1243,TRUE,1,21,885,27,3,FALSE,19.9,40 +1244,FALSE,0,53,708,37,3,FALSE,21.6,49 +1245,FALSE,0,25,1111,64,4,FALSE,25.2,47 +1246,TRUE,1,18,1135,67,2,FALSE,27.7,37 +1247,FALSE,0,66,507,13,3,FALSE,16.4,59 +1248,FALSE,0,50,670,27,1,FALSE,16.3,59 +1249,FALSE,0,25,1090,65,2,FALSE,19.9,62 +1250,FALSE,0,53,862,48,4,FALSE,28,65 +1251,TRUE,1,25,879,59,4,FALSE,20.8,41 +1252,TRUE,1,21,950,45,3,FALSE,21.1,41 +1253,FALSE,0,43,747,32,3,FALSE,18.2,51 +1254,FALSE,0,57,788,51,1,FALSE,26.3,56 +1255,TRUE,1,25,811,23,2,FALSE,21.6,43 +1256,TRUE,1,23,897,54,5,FALSE,19.7,42 +1257,TRUE,1,22,837,41,1,FALSE,16.8,39 +1258,TRUE,1,15,1334,90,2,FALSE,24.2,68 +1259,TRUE,1,38,723,43,6,FALSE,31.4,13 +1260,FALSE,0,50,752,34,3,FALSE,24.3,45 +1261,FALSE,0,27,1007,63,2,FALSE,20.2,48 +1262,TRUE,1,23,981,67,3,FALSE,26.8,33 +1263,FALSE,0,38,988,65,1,FALSE,27.8,53 +1264,FALSE,0,31,948,55,2,FALSE,28.1,20 +1265,TRUE,1,20,1104,68,4,FALSE,22.7,61 +1266,TRUE,1,20,923,66,1,FALSE,18.4,24 +1267,FALSE,0,58,655,19,3,FALSE,29.5,17 +1268,FALSE,0,59,705,35,5,FALSE,27.6,37 +1269,FALSE,0,33,908,44,1,FALSE,22,50 +1270,FALSE,0,38,855,36,6,FALSE,24.9,38 +1271,FALSE,0,44,734,47,1,FALSE,18.4,40 +1272,TRUE,1,28,919,61,4,FALSE,26.8,52 +1273,FALSE,0,31,933,39,3,FALSE,26.3,33 +1274,TRUE,1,23,867,32,3,FALSE,20.1,46 +1275,TRUE,1,48,649,16,5,TRUE,27.4,55 +1276,FALSE,0,61,826,49,3,FALSE,28.9,70 +1277,TRUE,1,23,1028,58,4,FALSE,26.3,54 +1278,FALSE,0,66,766,46,3,FALSE,28.1,72 +1279,FALSE,0,38,881,47,2,FALSE,22.5,54 +1280,TRUE,1,28,889,51,2,FALSE,27.2,48 +1281,FALSE,0,44,766,32,2,FALSE,27.6,16 +1282,FALSE,0,19,1171,79,4,FALSE,20.1,30 +1283,FALSE,0,27,1151,68,3,FALSE,31.8,43 +1284,FALSE,0,47,881,50,4,FALSE,27.1,58 +1285,TRUE,1,17,1169,79,3,FALSE,24.5,43 +1286,TRUE,1,29,862,33,2,FALSE,27,55 +1287,FALSE,0,26,1026,64,4,FALSE,22.5,33 +1288,TRUE,1,42,771,76,3,FALSE,26.8,44 +1289,FALSE,0,25,1200,66,2,FALSE,30.7,51 +1290,FALSE,0,28,935,29,3,FALSE,22.8,43 +1291,FALSE,0,39,850,45,4,FALSE,21.9,49 +1292,FALSE,0,52,824,68,3,FALSE,27.4,38 +1293,FALSE,0,28,1133,68,2,FALSE,28.7,53 +1294,TRUE,1,30,937,69,4,FALSE,30.7,46 +1295,FALSE,0,54,766,26,2,FALSE,28.1,47 +1296,FALSE,0,63,666,33,2,FALSE,31.3,20 +1297,TRUE,1,27,906,48,4,FALSE,29.2,38 +1298,TRUE,1,29,706,15,4,FALSE,23.3,27 +1299,FALSE,0,35,784,24,4,FALSE,22.1,25 +1300,TRUE,1,22,952,67,3,FALSE,20.4,41 +1301,FALSE,0,32,846,48,1,FALSE,17.7,45 +1302,FALSE,0,40,893,52,3,FALSE,24.1,52 +1303,FALSE,0,47,831,52,3,FALSE,21.9,63 +1304,TRUE,1,17,1111,79,4,FALSE,18.8,54 +1305,FALSE,0,57,848,64,4,FALSE,27.8,62 +1306,FALSE,0,29,1048,35,3,FALSE,30.8,40 +1307,FALSE,0,62,633,19,1,FALSE,25.4,43 +1308,FALSE,0,64,794,44,2,FALSE,30.9,63 +1309,FALSE,0,32,885,30,4,FALSE,22.2,48 +1310,FALSE,0,62,530,26,1,FALSE,20.8,24 +1311,FALSE,0,30,1016,70,2,FALSE,27.3,36 +1312,FALSE,0,28,1027,74,2,FALSE,19.1,62 +1313,FALSE,0,54,649,35,4,FALSE,20.1,39 +1314,TRUE,1,27,970,66,2,FALSE,27.7,52 +1315,TRUE,1,26,719,22,4,FALSE,15.7,48 +1316,TRUE,1,20,1020,64,1,FALSE,22.1,41 +1317,FALSE,0,22,1149,80,4,FALSE,21.7,43 +1318,TRUE,1,37,773,41,2,FALSE,26.6,53 +1319,TRUE,1,44,743,47,3,FALSE,28.4,51 +1320,FALSE,0,62,765,70,1,FALSE,23.9,65 +1321,TRUE,1,32,771,57,4,FALSE,22.6,45 +1322,FALSE,0,43,812,56,2,FALSE,23.4,35 +1323,FALSE,0,55,848,44,5,FALSE,31.5,50 +1324,FALSE,0,41,887,48,2,FALSE,24,57 +1325,FALSE,0,32,910,44,6,FALSE,15.6,80 +1326,FALSE,0,46,836,48,2,FALSE,26.7,41 +1327,FALSE,0,58,769,55,3,FALSE,28.1,43 +1328,FALSE,0,64,634,21,3,FALSE,23.3,60 +1329,FALSE,0,58,792,52,1,FALSE,25.8,66 +1330,FALSE,0,28,992,70,3,FALSE,21.7,38 +1331,FALSE,0,24,1109,69,3,FALSE,19.7,57 +1332,FALSE,0,68,676,37,2,FALSE,30.8,40 +1333,TRUE,1,19,1112,65,3,FALSE,27.1,34 +1334,FALSE,0,24,1026,42,3,FALSE,18.2,56 +1335,TRUE,1,33,768,35,3,FALSE,24.6,49 +1336,FALSE,0,54,801,37,2,FALSE,28.3,53 +1337,TRUE,1,17,1089,61,4,FALSE,20.6,39 +1338,FALSE,0,55,717,22,4,FALSE,20.4,73 +1339,FALSE,0,42,996,61,4,FALSE,30.9,57 +1340,TRUE,1,12,1227,65,3,FALSE,16.5,42 +1341,FALSE,0,37,1011,63,2,FALSE,28,57 +1342,FALSE,0,30,938,44,3,FALSE,25.8,31 +1343,FALSE,0,28,963,57,2,FALSE,20.3,46 +1344,FALSE,0,37,908,39,2,FALSE,22.2,67 +1345,FALSE,0,48,801,37,3,FALSE,25.9,45 +1346,TRUE,1,26,827,39,6,FALSE,17.6,60 +1347,TRUE,1,23,888,44,2,FALSE,19.8,45 +1348,FALSE,0,56,715,63,3,FALSE,27.4,15 +1349,TRUE,1,30,840,65,3,FALSE,26.4,35 +1350,TRUE,1,28,832,53,3,FALSE,21.6,51 +1351,FALSE,0,58,701,28,1,FALSE,21.8,68 +1352,TRUE,1,37,706,34,1,FALSE,25.1,39 +1353,FALSE,0,49,719,23,1,FALSE,21.2,51 +1354,TRUE,1,25,1025,66,1,FALSE,32,34 +1355,FALSE,0,62,719,35,1,FALSE,31.7,33 +1356,FALSE,0,30,932,50,3,FALSE,23.7,37 +1357,TRUE,1,25,932,66,2,FALSE,18.7,67 +1358,TRUE,1,24,1043,72,4,FALSE,25.3,61 +1359,FALSE,0,70,661,35,2,FALSE,28.6,56 +1360,FALSE,0,29,988,47,3,FALSE,21.7,63 +1361,FALSE,0,56,809,57,3,FALSE,29.3,42 +1362,FALSE,0,23,1199,63,2,FALSE,24.9,58 +1363,FALSE,0,18,1188,69,4,FALSE,16.9,51 +1364,TRUE,1,16,995,38,3,FALSE,17.7,33 +1365,FALSE,0,40,784,59,2,FALSE,18.4,36 +1366,TRUE,1,27,745,28,2,FALSE,18.3,48 +1367,FALSE,0,44,791,49,2,FALSE,20.2,50 +1368,FALSE,0,33,952,46,3,FALSE,26.6,43 +1369,FALSE,0,29,946,59,2,FALSE,22,34 +1370,FALSE,0,44,657,33,2,FALSE,19.2,18 +1371,FALSE,0,66,588,26,2,FALSE,22.1,54 +1372,FALSE,0,32,860,60,2,FALSE,16.9,43 +1373,TRUE,1,17,1213,77,2,FALSE,26.2,55 +1374,FALSE,0,37,867,55,3,FALSE,25.3,26 +1375,TRUE,1,23,1032,51,4,FALSE,31.9,30 +1376,FALSE,0,44,882,59,4,FALSE,26.2,46 +1377,FALSE,0,41,827,38,2,FALSE,26.9,28 +1378,FALSE,0,40,805,21,6,FALSE,28.5,20 +1379,FALSE,0,44,941,49,1,FALSE,29.1,59 +1380,FALSE,0,28,1026,61,3,FALSE,20.7,60 +1381,FALSE,0,31,883,33,3,FALSE,23.4,33 +1382,TRUE,1,23,861,42,2,FALSE,19.2,44 +1383,FALSE,0,22,1103,65,5,FALSE,21.8,32 +1384,FALSE,0,36,932,62,1,FALSE,23.2,52 +1385,FALSE,0,38,878,38,5,FALSE,24.4,47 +1386,TRUE,1,25,830,50,2,FALSE,20.1,35 +1387,TRUE,1,15,1095,38,2,FALSE,21.9,37 +1388,FALSE,0,41,747,52,5,FALSE,18.3,33 +1389,FALSE,0,69,581,17,1,FALSE,24.8,54 +1390,FALSE,0,38,898,48,2,FALSE,23.3,56 +1391,FALSE,0,58,740,52,7,FALSE,24.4,53 +1392,FALSE,0,22,1139,85,4,FALSE,20.6,36 +1393,FALSE,0,43,762,42,3,FALSE,23.9,23 +1394,TRUE,1,60,514,25,2,FALSE,23.7,55 +1395,TRUE,1,20,1085,56,3,FALSE,26.8,45 +1396,TRUE,1,42,764,57,4,FALSE,27.8,47 +1397,TRUE,1,23,1059,61,3,FALSE,25.9,62 +1398,FALSE,0,29,877,58,3,FALSE,17.8,35 +1399,FALSE,0,63,708,38,1,FALSE,24.8,64 +1400,TRUE,1,25,783,27,2,FALSE,19.2,42 +1401,TRUE,1,31,690,49,2,FALSE,18.4,38 +1402,TRUE,1,22,1065,83,2,FALSE,26.6,45 +1403,FALSE,0,25,1205,59,1,FALSE,30.2,53 +1404,FALSE,0,22,1182,68,3,FALSE,24.2,45 +1405,FALSE,0,30,940,47,2,FALSE,24.3,35 +1406,FALSE,0,26,1027,53,4,FALSE,21.8,44 +1407,FALSE,0,28,850,48,3,FALSE,19.6,12 +1408,FALSE,0,35,887,54,6,FALSE,22.3,40 +1409,FALSE,0,74,550,35,1,FALSE,23.6,54 +1410,TRUE,1,36,680,13,6,TRUE,24.2,45 +1411,FALSE,0,22,1146,73,4,FALSE,19.6,57 +1412,FALSE,0,34,889,62,5,FALSE,18.3,54 +1413,TRUE,1,42,750,33,3,FALSE,28.1,57 +1414,FALSE,0,49,918,44,2,FALSE,31.8,57 +1415,TRUE,1,16,1284,95,2,FALSE,31.5,23 +1416,FALSE,0,33,1044,54,4,FALSE,31.2,48 +1417,FALSE,0,19,1161,47,3,FALSE,15.6,70 +1418,FALSE,0,28,952,58,2,FALSE,20.8,41 +1419,TRUE,1,17,1057,58,4,FALSE,16.2,54 +1420,TRUE,1,22,948,30,2,FALSE,22.7,50 +1421,FALSE,0,60,638,49,4,FALSE,18.2,55 +1422,TRUE,1,31,880,51,3,FALSE,30.8,44 +1423,FALSE,0,51,786,28,3,FALSE,29.2,39 +1424,TRUE,1,19,1202,77,5,FALSE,30.5,49 +1425,FALSE,0,30,1008,53,3,FALSE,25.4,51 +1426,FALSE,0,39,849,61,1,FALSE,20.6,45 +1427,TRUE,1,21,1002,44,3,FALSE,23.6,48 +1428,FALSE,0,27,949,43,7,FALSE,18.5,53 +1429,TRUE,1,10,1291,68,5,FALSE,18.2,37 +1430,FALSE,0,46,766,26,3,FALSE,19.7,64 +1431,TRUE,1,28,881,64,5,FALSE,18.4,78 +1432,FALSE,0,47,905,34,2,FALSE,28.3,68 +1433,FALSE,0,40,900,51,4,FALSE,26.9,41 +1434,FALSE,0,26,892,41,4,FALSE,18.1,22 +1435,FALSE,0,39,829,54,2,FALSE,19.3,48 +1436,FALSE,0,47,866,38,2,FALSE,26.7,60 +1437,FALSE,0,34,918,23,3,FALSE,24.4,58 +1438,TRUE,1,10,1236,43,5,FALSE,17.8,30 +1439,FALSE,0,33,900,50,3,FALSE,24.4,32 +1440,TRUE,1,21,935,59,3,FALSE,17.7,49 +1441,FALSE,0,22,1178,74,2,FALSE,20.8,56 +1442,FALSE,0,47,861,59,3,FALSE,23.6,60 +1443,FALSE,0,22,1191,69,1,FALSE,22.9,59 +1444,TRUE,1,28,842,51,3,FALSE,25.3,34 +1445,TRUE,1,24,918,42,4,FALSE,27.1,29 +1446,TRUE,1,27,869,60,4,FALSE,27.5,19 +1447,TRUE,1,27,981,67,1,FALSE,28.3,55 +1448,FALSE,0,29,1019,57,3,FALSE,23.3,59 +1449,TRUE,1,21,1021,57,3,FALSE,22,52 +1450,TRUE,1,21,1041,82,2,FALSE,24.7,33 +1451,FALSE,0,53,874,55,3,FALSE,27,70 +1452,TRUE,1,21,1054,60,4,FALSE,26.9,42 +1453,FALSE,0,37,1016,62,4,FALSE,25.9,72 +1454,FALSE,0,33,1045,61,1,FALSE,28.8,55 +1455,FALSE,0,61,826,46,3,FALSE,30.7,64 +1456,FALSE,0,37,827,47,4,FALSE,18.4,52 +1457,FALSE,0,25,955,37,2,FALSE,17.7,47 +1458,TRUE,1,21,955,70,4,FALSE,20,33 +1459,FALSE,0,29,992,56,4,FALSE,25.2,40 +1460,TRUE,1,21,978,58,1,FALSE,20.2,47 +1461,FALSE,0,46,734,38,6,FALSE,18.7,52 +1462,FALSE,0,26,957,35,4,FALSE,19.2,47 +1463,FALSE,0,44,809,46,4,FALSE,22.9,45 +1464,FALSE,0,60,737,33,2,FALSE,28,50 +1465,TRUE,1,15,1091,62,1,FALSE,16,40 +1466,FALSE,0,28,961,49,5,FALSE,21.4,40 +1467,FALSE,0,45,792,57,5,FALSE,24.2,27 +1468,TRUE,1,39,688,28,2,FALSE,22.2,59 +1469,FALSE,0,47,909,46,3,FALSE,31.3,48 +1470,TRUE,1,30,892,51,3,FALSE,29.6,46 +1471,FALSE,0,43,799,37,4,FALSE,24.3,37 +1472,FALSE,0,19,1286,90,1,FALSE,24,44 +1473,FALSE,0,45,917,63,4,FALSE,31.4,32 +1474,FALSE,0,46,769,38,2,FALSE,24.7,33 +1475,TRUE,1,20,1007,64,3,FALSE,24.3,21 +1476,FALSE,0,52,883,53,4,FALSE,29.1,61 +1477,FALSE,0,61,632,26,3,FALSE,22.3,49 +1478,TRUE,1,14,1090,39,9,FALSE,18.2,32 +1479,TRUE,1,28,1002,63,4,FALSE,29.6,64 +1480,TRUE,1,20,1157,59,4,FALSE,29.9,56 +1481,FALSE,0,26,1101,78,4,FALSE,21.9,58 +1482,TRUE,1,19,1114,79,1,FALSE,24.9,44 +1483,FALSE,0,45,814,16,4,FALSE,28.4,42 +1484,FALSE,0,56,683,28,4,FALSE,23.4,46 +1485,TRUE,1,64,391,31,7,TRUE,17,53 +1486,FALSE,0,63,652,25,1,FALSE,23.4,59 +1487,FALSE,0,42,901,48,4,FALSE,22.9,70 +1488,FALSE,0,38,947,70,3,FALSE,26.7,40 +1489,FALSE,0,32,886,32,3,FALSE,25,33 +1490,TRUE,1,21,947,77,4,FALSE,16.1,49 +1491,TRUE,1,42,836,51,1,FALSE,25.6,90 +1492,FALSE,0,61,624,16,1,FALSE,24.8,42 +1493,TRUE,1,22,980,48,8,FALSE,20.8,64 +1494,FALSE,0,32,980,53,4,FALSE,26.2,44 +1495,FALSE,0,50,753,38,2,FALSE,24.2,41 +1496,TRUE,1,17,1088,62,4,FALSE,21.4,38 +1497,TRUE,1,11,1355,88,7,FALSE,19.3,45 +1498,FALSE,0,32,970,47,2,FALSE,21.7,71 +1499,FALSE,0,26,1173,89,3,FALSE,25.9,52 +1500,FALSE,0,55,783,43,3,FALSE,26.4,54 +1501,TRUE,1,26,984,66,5,FALSE,25.6,59 +1502,FALSE,0,55,908,57,7,FALSE,29.3,77 +1503,TRUE,1,26,879,33,3,FALSE,22.9,58 +1504,FALSE,0,41,784,52,2,FALSE,22.1,28 +1505,FALSE,0,23,1049,55,4,FALSE,20.2,33 +1506,TRUE,1,11,1246,78,3,FALSE,18.1,25 +1507,FALSE,0,23,934,36,3,FALSE,21.1,8 +1508,FALSE,0,46,838,31,3,FALSE,24.3,66 +1509,FALSE,0,29,1046,57,3,FALSE,28.5,41 +1510,TRUE,1,25,921,60,3,FALSE,21.4,53 +1511,FALSE,0,70,578,33,3,FALSE,21.1,64 +1512,TRUE,1,13,1218,60,6,FALSE,20.4,40 +1513,FALSE,0,39,890,58,4,FALSE,23.7,46 +1514,FALSE,0,38,905,73,2,FALSE,21.2,53 +1515,TRUE,1,34,847,55,3,FALSE,28.6,51 +1516,TRUE,1,36,798,29,3,FALSE,32.2,37 +1517,FALSE,0,65,692,16,1,FALSE,28.8,58 +1518,FALSE,0,31,1039,69,2,FALSE,25.8,55 +1519,FALSE,0,24,1044,52,3,FALSE,20.9,44 +1520,TRUE,1,21,1047,48,2,FALSE,29.3,31 +1521,FALSE,0,53,652,31,4,FALSE,16.7,56 +1522,FALSE,0,41,861,40,1,FALSE,20.7,68 +1523,FALSE,0,45,777,42,4,FALSE,17.3,67 +1524,TRUE,1,28,922,45,3,FALSE,26.9,60 +1525,TRUE,1,16,1189,79,4,FALSE,23.9,41 +1526,TRUE,1,26,897,45,1,FALSE,26.4,40 +1527,FALSE,0,37,859,39,1,FALSE,24.2,39 +1528,TRUE,1,21,1056,69,3,FALSE,25.9,42 +1529,FALSE,0,27,1053,71,3,FALSE,20.7,58 +1530,FALSE,0,62,677,44,2,FALSE,23.7,51 +1531,FALSE,0,53,576,21,4,FALSE,19.7,22 +1532,FALSE,0,66,510,37,4,FALSE,21.1,22 +1533,TRUE,1,34,611,23,5,TRUE,16.3,47 +1534,FALSE,0,40,891,52,3,FALSE,24.4,50 +1535,FALSE,0,45,792,40,3,FALSE,29,15 +1536,FALSE,0,28,829,33,2,FALSE,15.7,36 +1537,FALSE,0,61,736,45,2,FALSE,27.7,48 +1538,FALSE,0,42,1036,57,2,FALSE,32.2,68 +1539,FALSE,0,21,1153,83,5,FALSE,24,19 +1540,FALSE,0,50,663,43,3,FALSE,19.6,30 +1541,FALSE,0,20,1225,71,1,FALSE,25.3,33 +1542,FALSE,0,28,1025,60,4,FALSE,23.9,50 +1543,FALSE,0,42,936,40,2,FALSE,29.8,52 +1544,TRUE,1,29,781,15,3,FALSE,26.1,43 +1545,TRUE,1,14,1141,55,3,FALSE,21.4,25 +1546,FALSE,0,62,619,43,2,FALSE,21.9,39 +1547,TRUE,1,29,863,61,1,FALSE,27.2,40 +1548,TRUE,1,53,552,18,3,FALSE,25.2,45 +1549,TRUE,1,20,1066,67,3,FALSE,19.4,70 +1550,TRUE,1,25,883,55,6,FALSE,22.7,38 +1551,TRUE,1,61,637,58,6,TRUE,30.6,49 +1552,FALSE,0,49,844,71,1,FALSE,26.8,38 +1553,FALSE,0,51,759,67,3,FALSE,23.9,30 +1554,TRUE,1,47,724,43,2,FALSE,28.3,56 +1555,FALSE,0,41,823,40,2,FALSE,25.4,33 +1556,FALSE,0,30,1024,38,2,FALSE,21.4,86 +1557,FALSE,0,33,1066,64,4,FALSE,30.9,49 +1558,FALSE,0,46,714,20,2,FALSE,20,48 +1559,FALSE,0,27,991,41,2,FALSE,22,47 +1560,FALSE,0,49,871,62,7,FALSE,22.9,73 +1561,TRUE,1,19,1217,69,4,FALSE,30.5,57 +1562,FALSE,0,44,745,55,2,FALSE,17.4,44 +1563,TRUE,1,21,1000,58,4,FALSE,25.8,31 +1564,FALSE,0,27,1085,53,2,FALSE,29.5,33 +1565,TRUE,1,22,1036,59,3,FALSE,29,37 +1566,FALSE,0,52,664,16,2,FALSE,17.5,65 +1567,FALSE,0,66,694,63,1,FALSE,26.7,45 +1568,TRUE,1,26,873,58,5,FALSE,22.9,37 +1569,TRUE,1,24,874,31,1,FALSE,19.3,59 +1570,FALSE,0,38,924,56,5,FALSE,21.8,66 +1571,FALSE,0,41,968,63,2,FALSE,31.4,38 +1572,FALSE,0,25,1139,78,1,FALSE,25.7,41 +1573,FALSE,0,42,852,47,4,FALSE,22.8,52 +1574,FALSE,0,46,672,29,2,FALSE,16.1,48 +1575,FALSE,0,66,633,39,1,FALSE,23.2,53 +1576,TRUE,1,40,701,16,4,FALSE,22.8,72 +1577,TRUE,1,19,1109,84,1,FALSE,23.3,47 +1578,FALSE,0,49,872,55,3,FALSE,29.3,44 +1579,FALSE,0,56,800,50,2,FALSE,27.3,54 +1580,TRUE,1,22,973,55,3,FALSE,22.3,47 +1581,TRUE,1,25,1082,68,3,FALSE,31,56 +1582,FALSE,0,57,743,40,1,FALSE,27.2,44 +1583,FALSE,0,20,1113,56,2,FALSE,16.1,54 +1584,TRUE,1,17,1045,94,1,FALSE,17.8,26 +1585,TRUE,1,36,705,15,4,FALSE,24.9,48 +1586,TRUE,1,14,1333,77,3,FALSE,30,40 +1587,FALSE,0,26,925,31,3,FALSE,19.8,31 +1588,FALSE,0,48,698,48,2,FALSE,18.1,42 +1589,TRUE,1,22,988,53,3,FALSE,22.3,53 +1590,TRUE,1,17,1121,74,2,FALSE,19.7,49 +1591,TRUE,1,46,734,53,4,FALSE,27.2,57 +1592,FALSE,0,50,780,15,5,FALSE,25.3,61 +1593,FALSE,0,38,972,61,3,FALSE,26.1,59 +1594,FALSE,0,21,1162,86,3,FALSE,20.3,43 +1595,TRUE,1,21,1074,71,2,FALSE,29.1,29 +1596,FALSE,0,50,882,66,1,FALSE,29.6,44 +1597,FALSE,0,59,576,16,3,FALSE,15.8,64 +1598,FALSE,0,57,586,7,2,FALSE,20.1,46 +1599,FALSE,0,21,1130,65,4,FALSE,23.6,25 +1600,TRUE,1,15,1173,52,2,FALSE,20.3,54 +1601,FALSE,0,44,781,45,3,FALSE,19.8,52 +1602,FALSE,0,30,832,42,1,FALSE,15.8,42 +1603,FALSE,0,25,1032,71,2,FALSE,17.5,50 +1604,TRUE,1,22,979,53,4,FALSE,19.5,67 +1605,TRUE,1,51,670,16,4,FALSE,28.2,66 +1606,FALSE,0,25,1006,45,1,FALSE,20.5,41 +1607,FALSE,0,23,1197,76,5,FALSE,26.1,48 +1608,FALSE,0,35,962,73,1,FALSE,28.1,27 +1609,FALSE,0,40,879,21,3,FALSE,29.9,37 +1610,FALSE,0,38,1029,62,3,FALSE,26.9,76 +1611,TRUE,1,25,915,43,3,FALSE,21.3,69 +1612,FALSE,0,25,1136,82,4,FALSE,24.3,44 +1613,FALSE,0,34,843,63,3,FALSE,18.4,38 +1614,FALSE,0,41,864,33,7,FALSE,30.1,29 +1615,TRUE,1,27,1000,81,7,FALSE,23.1,77 +1616,TRUE,1,19,1154,63,2,FALSE,28.2,49 +1617,FALSE,0,26,1076,46,3,FALSE,28.4,39 +1618,FALSE,0,29,1136,66,2,FALSE,29.7,63 +1619,TRUE,1,13,1355,79,3,FALSE,31.3,32 +1620,FALSE,0,29,1084,62,2,FALSE,27.1,58 +1621,FALSE,0,34,1048,64,1,FALSE,26.6,68 +1622,FALSE,0,21,1186,59,1,FALSE,24.9,45 +1623,FALSE,0,50,791,35,1,FALSE,22.2,68 +1624,FALSE,0,77,541,33,4,FALSE,25.4,57 +1625,FALSE,0,50,749,35,3,FALSE,25.4,38 +1626,FALSE,0,51,849,51,4,FALSE,27,56 +1627,FALSE,0,39,790,48,3,FALSE,19.4,38 +1628,FALSE,0,48,720,53,2,FALSE,19.4,40 +1629,FALSE,0,32,913,37,3,FALSE,21.3,58 +1630,TRUE,1,19,1043,62,5,FALSE,21.7,41 +1631,FALSE,0,24,1152,81,4,FALSE,24.2,47 +1632,FALSE,0,24,1133,64,3,FALSE,22.2,62 +1633,FALSE,0,22,1067,49,3,FALSE,22.1,31 +1634,FALSE,0,55,712,17,3,FALSE,21.7,70 +1635,TRUE,1,26,1075,74,5,FALSE,28.1,76 +1636,TRUE,1,20,1232,93,5,FALSE,31.3,56 +1637,FALSE,0,53,812,28,2,FALSE,29.4,54 +1638,FALSE,0,35,943,41,2,FALSE,28.1,41 +1639,TRUE,1,49,599,31,1,FALSE,22.3,54 +1640,TRUE,1,23,854,32,4,FALSE,19.1,41 +1641,FALSE,0,30,1087,63,1,FALSE,30.3,52 +1642,TRUE,1,15,1250,88,4,FALSE,26,38 +1643,FALSE,0,59,777,49,4,FALSE,26.7,59 +1644,FALSE,0,44,958,53,5,FALSE,30.1,57 +1645,TRUE,1,59,511,30,3,FALSE,20.2,65 +1646,FALSE,0,54,925,52,5,FALSE,30.7,75 +1647,TRUE,1,22,1013,68,4,FALSE,26.1,39 +1648,TRUE,1,17,1070,54,5,FALSE,17.4,61 +1649,TRUE,1,22,922,47,2,FALSE,24.1,28 +1650,FALSE,0,32,1086,76,1,FALSE,31.6,41 +1651,FALSE,0,44,869,51,2,FALSE,23.7,61 +1652,FALSE,0,64,486,28,4,FALSE,16.4,37 +1653,TRUE,1,21,966,70,2,FALSE,17.4,52 +1654,FALSE,0,26,997,57,2,FALSE,21.1,35 +1655,FALSE,0,32,910,48,1,FALSE,22.3,42 +1656,FALSE,0,46,887,61,3,FALSE,27.6,47 +1657,TRUE,1,25,964,53,1,FALSE,28.8,39 +1658,TRUE,1,16,1095,56,5,FALSE,24.9,20 +1659,TRUE,1,20,1122,63,1,FALSE,27.5,51 +1660,FALSE,0,16,1247,75,4,FALSE,15.6,54 +1661,FALSE,0,40,860,48,4,FALSE,23,50 +1662,TRUE,1,38,743,33,1,FALSE,28.1,41 +1663,TRUE,1,21,1062,55,2,FALSE,23.4,60 +1664,TRUE,1,36,648,26,3,FALSE,17.1,63 +1665,TRUE,1,24,892,49,4,FALSE,26.6,14 +1666,TRUE,1,17,1152,75,2,FALSE,18.6,63 +1667,TRUE,1,19,1082,62,5,FALSE,27.6,23 +1668,FALSE,0,25,1016,40,2,FALSE,22.4,43 +1669,FALSE,0,29,972,30,3,FALSE,28.1,32 +1670,TRUE,1,17,1250,62,2,FALSE,32.2,39 +1671,TRUE,1,41,745,43,3,FALSE,24.3,66 +1672,FALSE,0,60,708,72,3,FALSE,20.1,55 +1673,FALSE,0,33,1078,54,1,FALSE,32.2,55 +1674,TRUE,1,20,842,49,4,FALSE,16.3,19 +1675,TRUE,1,23,904,53,2,FALSE,18.8,50 +1676,TRUE,1,29,740,36,3,FALSE,17.4,56 +1677,FALSE,0,50,726,43,3,FALSE,18.4,60 +1678,FALSE,0,26,1119,67,3,FALSE,29.8,34 +1679,FALSE,0,34,921,55,3,FALSE,19.9,61 +1680,TRUE,1,15,1112,78,2,FALSE,19.9,28 +1681,FALSE,0,58,750,22,2,FALSE,25.2,72 +1682,FALSE,0,41,935,52,3,FALSE,31.2,36 +1683,TRUE,1,63,575,16,8,TRUE,30.9,58 +1684,FALSE,0,49,688,22,2,FALSE,19.2,52 +1685,FALSE,0,31,935,48,2,FALSE,25.8,33 +1686,FALSE,0,30,1046,46,1,FALSE,26.8,64 +1687,TRUE,1,18,1028,58,3,FALSE,17.5,48 +1688,FALSE,0,40,861,60,3,FALSE,19.6,59 +1689,FALSE,0,42,905,50,4,FALSE,26.7,51 +1690,FALSE,0,61,713,27,6,FALSE,25.9,60 +1691,TRUE,1,23,1054,77,3,FALSE,27.3,48 +1692,FALSE,0,56,650,32,1,FALSE,17.4,63 +1693,FALSE,0,28,860,25,2,FALSE,17.1,43 +1694,TRUE,1,17,1075,72,5,FALSE,16.2,55 +1695,FALSE,0,50,803,51,4,FALSE,24.2,53 +1696,TRUE,1,17,1221,66,4,FALSE,26.2,59 +1697,TRUE,1,23,1068,74,5,FALSE,29.4,39 +1698,FALSE,0,26,1114,55,3,FALSE,26.4,50 +1699,FALSE,0,32,1005,60,3,FALSE,28.3,39 +1700,FALSE,0,77,436,26,2,FALSE,18.3,60 +1701,FALSE,0,45,833,34,4,FALSE,27.9,39 +1702,FALSE,0,35,941,45,1,FALSE,21,72 +1703,TRUE,1,22,1015,69,3,FALSE,20.7,59 +1704,TRUE,1,44,648,45,5,TRUE,22.5,47 +1705,TRUE,1,18,1131,39,4,FALSE,24.1,64 +1706,TRUE,1,15,1238,84,4,FALSE,22.4,46 +1707,FALSE,0,68,585,46,1,FALSE,20.2,55 +1708,FALSE,0,37,983,67,3,FALSE,26.4,55 +1709,TRUE,1,46,635,36,7,TRUE,22.8,54 +1710,TRUE,1,16,1128,70,3,FALSE,20.7,39 +1711,FALSE,0,73,430,17,2,FALSE,21.6,30 +1712,TRUE,1,17,1077,75,1,FALSE,21.2,24 +1713,FALSE,0,47,771,47,1,FALSE,22.8,41 +1714,FALSE,0,54,803,62,5,FALSE,24.2,57 +1715,TRUE,1,25,816,52,2,FALSE,17.3,44 +1716,FALSE,0,44,751,45,5,FALSE,21.8,31 +1717,FALSE,0,47,984,49,3,FALSE,30.6,78 +1718,FALSE,0,40,833,43,3,FALSE,19.9,57 +1719,TRUE,1,16,1296,80,6,FALSE,25.6,75 +1720,FALSE,0,28,1014,70,1,FALSE,18.1,65 +1721,TRUE,1,23,893,54,4,FALSE,20.1,39 +1722,TRUE,1,26,861,46,2,FALSE,22.8,42 +1723,TRUE,1,14,1222,86,3,FALSE,22.8,27 +1724,FALSE,0,34,923,44,2,FALSE,22.4,58 +1725,FALSE,0,50,843,59,1,FALSE,22.3,70 +1726,TRUE,1,42,745,37,4,FALSE,32,35 +1727,FALSE,0,37,771,42,2,FALSE,19.4,31 +1728,TRUE,1,16,1247,75,3,FALSE,24.4,60 +1729,TRUE,1,22,930,43,3,FALSE,24.2,26 +1730,TRUE,1,18,1080,51,2,FALSE,17.9,74 +1731,TRUE,1,29,832,57,7,FALSE,22.2,56 +1732,TRUE,1,26,770,36,3,FALSE,22.2,24 +1733,FALSE,0,26,972,45,1,FALSE,17.1,53 +1734,FALSE,0,41,786,44,5,FALSE,18.7,49 +1735,FALSE,0,36,857,62,5,FALSE,25.6,13 +1736,FALSE,0,37,989,50,3,FALSE,30.6,47 +1737,FALSE,0,83,444,29,2,FALSE,27.9,39 +1738,TRUE,1,26,829,49,4,FALSE,21.8,35 +1739,FALSE,0,39,954,70,6,FALSE,25.7,51 +1740,FALSE,0,53,824,34,4,FALSE,27.9,60 +1741,TRUE,1,19,1149,69,1,FALSE,21.7,72 +1742,TRUE,1,16,1146,74,6,FALSE,26.9,11 +1743,TRUE,1,27,780,48,3,FALSE,16.3,58 +1744,FALSE,0,35,847,36,1,FALSE,23.4,34 +1745,TRUE,1,49,570,12,2,FALSE,20.9,64 +1746,FALSE,0,31,970,49,1,FALSE,24.3,52 +1747,FALSE,0,67,592,37,4,FALSE,18.8,68 +1748,TRUE,1,18,961,27,4,FALSE,22.1,27 +1749,FALSE,0,49,906,49,5,FALSE,30.7,55 +1750,FALSE,0,17,1325,92,2,FALSE,21.4,52 +1751,FALSE,0,46,879,33,6,FALSE,27.4,62 +1752,TRUE,1,13,1339,77,4,FALSE,27.7,44 diff --git a/docs/_site/projects/week-8/data/organ_donations.csv b/docs/_site/projects/week-8/data/organ_donations.csv new file mode 100644 index 00000000..57f1a83d --- /dev/null +++ b/docs/_site/projects/week-8/data/organ_donations.csv @@ -0,0 +1,163 @@ +State,Quarter,Rate,Quarter_Num +Alaska,Q42010,0.75,1 +Alaska,Q12011,0.77,2 +Alaska,Q22011,0.77,3 +Alaska,Q32011,0.78,4 +Alaska,Q42011,0.78,5 +Alaska,Q12012,0.79,6 +Arizona,Q42010,0.2634,1 +Arizona,Q12011,0.20920000000000002,2 +Arizona,Q22011,0.2261,3 +Arizona,Q32011,0.2503,4 +Arizona,Q42011,0.2351,5 +Arizona,Q12012,0.2587,6 +California,Q42010,0.2666,1 +California,Q12011,0.2731,2 +California,Q22011,0.2743,3 +California,Q32011,0.2636,4 +California,Q42011,0.2607,5 +California,Q12012,0.2641,6 +Colorado,Q42010,0.6653,1 +Colorado,Q12011,0.6674,2 +Colorado,Q22011,0.6736,3 +Colorado,Q32011,0.6715000000000001,4 +Colorado,Q42011,0.6698999999999999,5 +Colorado,Q12012,0.6594,6 +Connecticut,Q42010,0.39049999999999996,1 +Connecticut,Q12011,0.38530000000000003,2 +Connecticut,Q22011,0.39520000000000005,3 +Connecticut,Q32011,0.4031,4 +Connecticut,Q42011,0.3864,5 +Connecticut,Q12012,0.39840000000000003,6 +District of Columbia,Q42010,0.3319,1 +District of Columbia,Q12011,0.2866,2 +District of Columbia,Q22011,0.29510000000000003,3 +District of Columbia,Q32011,0.40240000000000004,4 +District of Columbia,Q42011,0.3791,5 +District of Columbia,Q12012,0.36460000000000004,6 +Florida,Q42010,0.3753,1 +Florida,Q12011,0.3795,2 +Florida,Q22011,0.3947,3 +Florida,Q32011,0.4181,4 +Florida,Q42011,0.40369999999999995,5 +Florida,Q12012,0.40700000000000003,6 +Hawaii,Q42010,0.41700000000000004,1 +Hawaii,Q12011,0.4105,2 +Hawaii,Q22011,0.42710000000000004,3 +Hawaii,Q32011,0.4294,4 +Hawaii,Q42011,0.4307,5 +Hawaii,Q12012,0.4108,6 +Louisiana,Q42010,0.5372,1 +Louisiana,Q12011,0.546,2 +Louisiana,Q22011,0.5619,3 +Louisiana,Q32011,0.5949,4 +Louisiana,Q42011,0.551,5 +Louisiana,Q12012,0.5486,6 +Maryland,Q42010,0.4635,1 +Maryland,Q12011,0.45289999999999997,2 +Maryland,Q22011,0.4679,3 +Maryland,Q32011,0.45899999999999996,4 +Maryland,Q42011,0.495,5 +Maryland,Q12012,0.456,6 +Michigan,Q42010,0.1563,1 +Michigan,Q12011,0.1491,2 +Michigan,Q22011,0.1923,3 +Michigan,Q32011,0.24609999999999999,4 +Michigan,Q42011,0.22940000000000002,5 +Michigan,Q12012,0.4216,6 +Minnesota,Q42010,0.5357999999999999,1 +Minnesota,Q12011,0.5173,2 +Minnesota,Q22011,0.5202,3 +Minnesota,Q32011,0.5246,4 +Minnesota,Q42011,0.528,5 +Minnesota,Q12012,0.5398,6 +Missouri,Q42010,0.4025,1 +Missouri,Q12011,0.3987,2 +Missouri,Q22011,0.40630000000000005,3 +Missouri,Q32011,0.4089,4 +Missouri,Q42011,0.415,5 +Missouri,Q12012,0.4127,6 +Montana,Q42010,0.6429,1 +Montana,Q12011,0.6406000000000001,2 +Montana,Q22011,0.6578,3 +Montana,Q32011,0.6683,4 +Montana,Q42011,0.6674,5 +Montana,Q12012,0.6523,6 +Nebraska,Q42010,0.45409999999999995,1 +Nebraska,Q12011,0.4337,2 +Nebraska,Q22011,0.436,3 +Nebraska,Q32011,0.44049999999999995,4 +Nebraska,Q42011,0.4389,5 +Nebraska,Q12012,0.45189999999999997,6 +New Hampshire,Q42010,0.5576,1 +New Hampshire,Q12011,0.5594,2 +New Hampshire,Q22011,0.5643,3 +New Hampshire,Q32011,0.5334,4 +New Hampshire,Q42011,0.5247999999999999,5 +New Hampshire,Q12012,0.5253,6 +New Jersey,Q42010,0.3037,1 +New Jersey,Q12011,0.3109,2 +New Jersey,Q22011,0.3039,3 +New Jersey,Q32011,0.3109,4 +New Jersey,Q42011,0.3127,5 +New Jersey,Q12012,0.33340000000000003,6 +New York,Q42010,0.1249,1 +New York,Q12011,0.1267,2 +New York,Q22011,0.13140000000000002,3 +New York,Q32011,0.1451,4 +New York,Q42011,0.1277,5 +New York,Q12012,0.1229,6 +North Carolina,Q42010,0.5239,1 +North Carolina,Q12011,0.519,2 +North Carolina,Q22011,0.532,3 +North Carolina,Q32011,0.534,4 +North Carolina,Q42011,0.5284,5 +North Carolina,Q12012,0.5126,6 +Ohio,Q42010,0.5545,1 +Ohio,Q12011,0.5593,2 +Ohio,Q22011,0.5700999999999999,3 +Ohio,Q32011,0.5700999999999999,4 +Ohio,Q42011,0.5751,5 +Ohio,Q12012,0.5645,6 +Pennsylvania,Q42010,0.4531,1 +Pennsylvania,Q12011,0.4536,2 +Pennsylvania,Q22011,0.45530000000000004,3 +Pennsylvania,Q32011,0.4559,4 +Pennsylvania,Q42011,0.4551,5 +Pennsylvania,Q12012,0.45270000000000005,6 +South Carolina,Q42010,0.30829999999999996,1 +South Carolina,Q12011,0.26170000000000004,2 +South Carolina,Q22011,0.2556,3 +South Carolina,Q32011,0.2641,4 +South Carolina,Q42011,0.2966,5 +South Carolina,Q12012,0.228,6 +Tennessee,Q42010,0.3268,1 +Tennessee,Q12011,0.3249,2 +Tennessee,Q22011,0.3382,3 +Tennessee,Q32011,0.3428,4 +Tennessee,Q42011,0.3385,5 +Tennessee,Q12012,0.34,6 +Virginia,Q42010,0.2645,1 +Virginia,Q12011,0.36229999999999996,2 +Virginia,Q22011,0.3455,3 +Virginia,Q32011,0.359,4 +Virginia,Q42011,0.3443,5 +Virginia,Q12012,0.3701,6 +Washington,Q42010,0.5811,1 +Washington,Q12011,0.5893,2 +Washington,Q22011,0.5882000000000001,3 +Washington,Q32011,0.5846,4 +Washington,Q42011,0.5842,5 +Washington,Q12012,0.5947,6 +Wisconsin,Q42010,0.5735,1 +Wisconsin,Q12011,0.5710000000000001,2 +Wisconsin,Q22011,0.5720000000000001,3 +Wisconsin,Q32011,0.5688,4 +Wisconsin,Q42011,0.5660000000000001,5 +Wisconsin,Q12012,0.5814,6 +Wyoming,Q42010,0.5931000000000001,1 +Wyoming,Q12011,0.5946,2 +Wyoming,Q22011,0.5937,3 +Wyoming,Q32011,0.5911,4 +Wyoming,Q42011,0.5854,5 +Wyoming,Q12012,0.5881000000000001,6 diff --git a/slides/data/world_happiness.csv b/docs/_site/projects/week-8/data/world_happiness.csv similarity index 100% rename from slides/data/world_happiness.csv rename to docs/_site/projects/week-8/data/world_happiness.csv diff --git a/docs/_site/projects/week-8/happiness.Rmd b/docs/_site/projects/week-8/happiness.Rmd new file mode 100644 index 00000000..a7cd729a --- /dev/null +++ b/docs/_site/projects/week-8/happiness.Rmd @@ -0,0 +1,50 @@ +--- +title: "Happiness" +output: html_document +--- + +```{r warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) + +world_happiness <- read_csv("data/world_happiness.csv") %>% + mutate(latin_america = region == "Latin America & Caribbean") +``` + +# Indicator variables + +```{r} +model_life_school_region <- lm(happiness_score ~ life_expectancy + + school_enrollment + region, + data = world_happiness) +tidy(model_life_school_region) +``` + +```{r} +model_life_school_la <- lm(happiness_score ~ life_expectancy + latin_america, + data = world_happiness) +tidy(model_life_school_la) +``` + +```{r} +ggplot(world_happiness, aes(x = life_expectancy, y = happiness_score)) + + geom_point(aes(color = latin_america)) + + geom_abline(slope = 0.1023494, intercept = -2.0770858, color = "blue", linewidth = 2) + + geom_abline(slope = 0.1023494, intercept = -2.0770858 + 0.6234255, + color = "orange", linewidth = 2) +``` + +```{r} +model_life_school_la_int <- lm(happiness_score ~ life_expectancy + latin_america + + life_expectancy * latin_america, + data = world_happiness) +tidy(model_life_school_la_int) +``` + +```{r} +ggplot(world_happiness, aes(x = life_expectancy, y = happiness_score)) + + geom_point(aes(color = latin_america)) + + geom_abline(slope = 0.10154408, intercept = -2.01948544, color = "blue", linewidth = 2) + + geom_abline(slope = 0.10154408 + 0.02884127, intercept = -2.01948544 + -1.51554651, + color = "darkred", linewidth = 2) +``` diff --git a/docs/_site/projects/week-8/hotdogs.Rmd b/docs/_site/projects/week-8/hotdogs.Rmd new file mode 100644 index 00000000..8bd4ef70 --- /dev/null +++ b/docs/_site/projects/week-8/hotdogs.Rmd @@ -0,0 +1,36 @@ +--- +title: "Hot dogs" +output: html_document +--- + +```{r warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) + +# This way is hard to read and can be miserable +hotdogs <- tibble(price = c(2.00, 2.35, 2.35, 2.70), + cheese = c(FALSE, TRUE, FALSE, TRUE), + chili = c(FALSE, FALSE, TRUE, TRUE)) + +# This way lets you specify tables row-wise (hence t*r*ibble) and is far easier to read +hotdogs <- tribble( + ~price, ~cheese, ~chili, + 2.00, FALSE, FALSE, + 2.35, TRUE, FALSE, + 2.35, FALSE, TRUE, + 2.70, TRUE, TRUE +) + +model <- lm(price ~ cheese + chili + cheese * chili, data = hotdogs) +``` + +```{r} +tidy(model) +``` + +```{r} +tidy(model) %>% + select(term, estimate) %>% + mutate(estimate = round(estimate, 2)) +``` + diff --git a/docs/_site/projects/week-8/math.Rmd b/docs/_site/projects/week-8/math.Rmd new file mode 100644 index 00000000..a352ba69 --- /dev/null +++ b/docs/_site/projects/week-8/math.Rmd @@ -0,0 +1,78 @@ +--- +title: "Effect of reading a math story on math anxiety" +output: html_document +--- + +```{r warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(scales) # For things like percent() + +results <- read_csv("data/math_survey.csv") %>% + mutate(anxious_num = recode(math_anxiety, Yes = 1, No = 0)) %>% + mutate(treatment = fct_relevel(treatment, "Normal story")) +``` + + +# Difference-in-differences by hand + +```{r} +group_props <- results %>% + drop_na(math_anxiety) %>% + group_by(wave, treatment, math_anxiety) %>% + summarize(num = n()) %>% + group_by(wave, treatment) %>% + mutate(total = sum(num), + prop_math_anxious = num / total) %>% + filter(math_anxiety == "Yes") +group_props +``` + +We care about the difference in the differences: + +$$ +(\text{After} - \text{before})_{\text{treatment}} - (\text{After} - \text{before})_{\text{control}} +$$ + +```{r} +after_treatment <- group_props %>% + filter(treatment == "Math story", wave == 2) %>% + pull(prop_math_anxious) + +# TODO: Calculate these other values and make a table with cells for A, B, C, +# and D; then calculate the difference in differences + +# before_treatment +# after_control +# before_control +``` + +```{r} +dd_effect <- (after_treatment - before_treatment) - (after_control - before_control) +dd_effect +``` + + +# Difference-in-differences with regression + +```{r} +# TODO: Calculate the same effect using regression instead of a 2x2 matrix +``` + + +# Plot + +```{r} +ggplot(group_props, aes(x = as.factor(wave), + y = prop_math_anxious, + color = treatment)) + + geom_line(aes(group = treatment)) #+ + # annotate(geom = "segment", x = "1", xend = "2", + # y = before_treatment, yend = after_treatment - dd_effect, + # linetype = "dashed", color = "grey50") + + # annotate(geom = "segment", x = "2", xend = "2", + # y = after_treatment, yend = after_treatment - dd_effect, + # linetype = "dotted", color = "blue") + + # annotate(geom = "label", x = "2", y = 0.42, label = "Program effect", + # size = 3) +``` diff --git a/docs/_site/projects/week-8/math_answers.Rmd b/docs/_site/projects/week-8/math_answers.Rmd new file mode 100644 index 00000000..e54d7ebf --- /dev/null +++ b/docs/_site/projects/week-8/math_answers.Rmd @@ -0,0 +1,109 @@ +--- +title: "Effect of reading a math story on math anxiety" +output: html_document +--- + +```{r warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(scales) # For things like percent() + +results <- read_csv("data/math_survey.csv") %>% + mutate(anxious_num = recode(math_anxiety, Yes = 1, No = 0)) %>% + mutate(treatment = fct_relevel(treatment, "Normal story")) +``` + + +# Difference-in-differences by hand + +```{r} +group_props <- results %>% + drop_na(math_anxiety) %>% + group_by(wave, treatment, math_anxiety) %>% + summarize(num = n()) %>% + group_by(wave, treatment) %>% + mutate(total = sum(num), + prop_math_anxious = num / total) %>% + filter(math_anxiety == "Yes") +group_props +``` + + +We care about the difference in the differences: + +$$ +(\text{After} - \text{before})_{\text{treatment}} - (\text{After} - \text{before})_{\text{control}} +$$ + +```{r} +after_treatment <- group_props %>% + filter(treatment == "Math story", wave == 2) %>% + pull(prop_math_anxious) + +before_treatment <- group_props %>% + filter(treatment == "Math story", wave == 1) %>% + pull(prop_math_anxious) + +after_control <- group_props %>% + filter(treatment == "Normal story", wave == 2) %>% + pull(prop_math_anxious) + +before_control <- group_props %>% + filter(treatment == "Normal story", wave == 1) %>% + pull(prop_math_anxious) +``` + + +```{r} +dd_effect <- (after_treatment - before_treatment) - (after_control - before_control) +dd_effect +``` + +# Difference-in-differences with regression and interaction terms + +```{r} +dd_regression <- lm(anxious_num ~ wave + treatment + wave * treatment, + data = results) +tidy(dd_regression) +``` + + +# Plot + +```{r} +hypothetical_trend <- after_control - before_control + +ggplot(group_props, + aes(x = as.factor(wave), y = prop_math_anxious, + color = treatment, group = treatment)) + + geom_line(size = 2) + + geom_segment(aes(x = 1, y = before_treatment, xend = 2, + yend = (before_treatment + hypothetical_trend)), + linetype = "dotted", color = "grey10") + + geom_segment(aes(x = 2, xend = 2, + y = (before_treatment + hypothetical_trend - .005), + yend = after_treatment + 0.005), + color = "#BD1550", size = 2) + + annotate("label", x = 1.5, y = .27, label = "Normal story", + size = 3.5, color = "#490A3D") + + annotate("label", x = 1.5, y = .40, label = "Math story", + size = 3.5, color = "#8A9B0F") + + annotate("label", x = 2.05, y = (before_treatment + hypothetical_trend), + label = "Predicted trend\nwithout story", + size = 3.5, color = "grey10", hjust = 0) + + annotate("label", x = 2.05, + y = (before_treatment + hypothetical_trend) - (abs(dd_effect) / 2), + label = paste0("Effect of story\non anxiety: ", percent(dd_effect)), + size = 3.5, color = "#BD1550", hjust = 0, fontface = "bold") + + scale_color_manual(values = c("Math story" = "#8A9B0F", "Normal story" = "#490A3D")) + + scale_y_continuous(labels = percent_format(accuracy = 1)) + + scale_x_discrete(labels = c("Before", "After")) + + guides(color = "none") + + coord_cartesian(clip = "off", xlim = c(1.5, 1.85)) + + labs(x = NULL, y = "Proportion of class feeling math anxiety", + title = "Reading a story about math reduces math anxiety", + subtitle = "Experiment in four 4th grade classes") + + theme_minimal() + + theme(plot.title = element_text(face = "bold", size = rel(1.6))) +``` + diff --git a/docs/_site/projects/week-8/mlda.Rmd b/docs/_site/projects/week-8/mlda.Rmd new file mode 100644 index 00000000..dd901691 --- /dev/null +++ b/docs/_site/projects/week-8/mlda.Rmd @@ -0,0 +1,96 @@ +--- +title: "Effect of lowering the minimum legal drinking age on mortality" +output: html_document +--- + +## Load and clean data + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(fixest) +library(tigris) + +deaths_raw <- read_csv("data/deaths.csv") +``` + +The original data has a column called `fips` that contains id numbers for each state based on the Federal Information Processing Standards (FIPS) system ([see this](https://en.wikipedia.org/wiki/Federal_Information_Processing_Standard_state_code) for a list of all state FIPS codes). We can add state names and abbreviations to the dataset by merging a lookup table of FIPS codes (`fips_codes`) from the **tigris** package: + +```{r} +fips <- fips_codes %>% + mutate(state_code = as.numeric(state_code)) %>% + group_by(state_code) %>% + slice(1) %>% + select(-county, -county_code) +``` + +```{r} +deaths <- deaths_raw %>% + mutate(state = as.numeric(state)) %>% + left_join(fips, by = c("state" = "state_code")) +``` + + +## Simple diff-in-diff with Alabama and Arkansas + +```{r} +# TODO: Make a new dataset based on `deaths` that only contains Alabama and Arkansas +# TODO: Make a new column called `after_change` that is TRUE (or 1) if year >= 1975 +# TODO: Make a new column called `is_alabama` that is TRUE (or 1) if the state is Alabama +# TODO: Filter the data so that it (1) only includes years <= 1983, (2) only includes the 18-20 age group (agegr), and (3) includes only the death type (dtype) of "all" +``` + +```{r} +# TODO: Use group_by() and summarize() to find the average mortality rate (mrate) in Alabama and Arkansas before and after the change (after_change) +``` + +```{r} +# TODO: Use lm() to calculate the diff-in-diff effect with this model: +``` + +$$ +\begin{aligned} +\text{Mortality}\ =&\ \beta_0 + \beta_1\ \text{Alabama} + \beta_2\ \text{After 1975}\ + \\ +&\ \beta_3\ (\text{Alabama} \times \text{After 1975}) +\end{aligned} +$$ + +```{r} +# TODO: Using the data for only Alabama and Arkansas, create a plot that shows +# the mortality rate over time, colored by state. Add a vertical line at 1975. +# Determine if the two states' trends are parallel pre-1975. +``` + + +## TWFE with all states + +```{r} +# TODO: Create a new dataset based on `deaths_raw` that (1) only includes years +# <= 1983, (2) only includes the 18-20 age group (agegr), and (3) includes only +# the death type (dtype) of "all" +``` + +```{r} +# TODO: Use that new data to create a TWFE model like this: +# +# HINT: The year column is currently numeric (like 1981, 1982, etc.), and R +# thinks that it's truly numeric (with possible values like 1980.432, etc.). To +# treat the year column like a categorical fixed effect, you need to make it a +# factor, so use factor(year) in your model code (or use mutate() above where +# you filter the data to create a factor version of the year column) +``` + +$$ +\text{Mortality}\ =\ \beta_0 + \beta_1\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{Year} +$$ + +```{r} +# TODO: Create another TWFE model that incorporates state-specific time trends by including the interaction of state and year: +``` + +$$ +\begin{aligned} +\text{Mortality}\ =\ & \beta_0 + \beta_1\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{Year} +\\ +&\beta_4\ (\text{State} \times \text{Year}) +\end{aligned} +$$ diff --git a/docs/_site/projects/week-8/mlda_answers.Rmd b/docs/_site/projects/week-8/mlda_answers.Rmd new file mode 100644 index 00000000..16d97d7b --- /dev/null +++ b/docs/_site/projects/week-8/mlda_answers.Rmd @@ -0,0 +1,112 @@ +--- +title: "Effect of lowering the minimum legal drinking age on mortality" +output: html_document +--- + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(fixest) +library(tigris) + +# Mastering 'Metrics R code +# - https://jrnold.github.io/masteringmetrics/ +# Original Stata file: +# - http://masteringmetrics.com/wp-content/uploads/2015/01/deaths.dta +# Original Stata .do file: +# - http://masteringmetrics.com/wp-content/uploads/2015/01/analysis.do +deaths_raw <- read_csv("data/deaths.csv") +``` + +```{r} +fips <- fips_codes %>% + mutate(state_code = as.numeric(state_code)) %>% + group_by(state_code) %>% + slice(1) %>% + select(-county, -county_code) +``` + +```{r} +deaths <- deaths_raw %>% + mutate(state = as.numeric(state)) %>% + left_join(fips, by = c("state" = "state_code")) +``` + +```{r} +al_ar <- deaths %>% + filter(state_name %in% c("Alabama", "Arkansas")) %>% + mutate(after_change = year >= 1975, + is_alabama = state_name == "Alabama") %>% + filter(year <= 1983, agegr == "18-20 yrs", dtype == "all") +``` + +```{r} +ggplot(al_ar, aes(x = year, y = mrate, color = state_name)) + + geom_line() +``` + +```{r} +al_ar %>% + group_by(is_alabama, after_change) %>% + summarize(avg_mrate = mean(mrate)) +``` + +$$ +\begin{aligned} +\text{Mortality}\ =&\ \beta_0 + \beta_1\ \text{Alabama} + \beta_2\ \text{After 1975}\ + \\ +&\ \beta_3\ (\text{Alabama} \times \text{After 1975}) +\end{aligned} +$$ + +```{r} +model_al_ar <- lm(mrate ~ after_change + is_alabama + + (after_change * is_alabama), + data = al_ar) +tidy(model_al_ar) +``` + +```{r} +deaths_filtered <- deaths %>% + filter(year <= 1983, agegr == "18-20 yrs", dtype == "all") +``` + +$$ +\text{Mortality}\ =\ \beta_0 + \beta_1\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{Year} +$$ + +```{r} +model <- lm(mrate ~ legal + state_name + year, + data = deaths_filtered) +tidy(model) + +model_fe <- feols(mrate ~ legal | state_name + year, + cluster = ~ state_name, + data = deaths_filtered, + ssc = ssc(fixef.K = "full")) +tidy(model_fe) +``` + +```{r} +ggplot(deaths_filtered, aes(x = year, y = mrate, color = state_name)) + + geom_line() +``` + +$$ +\begin{aligned} +\text{Mortality}\ =\ & \beta_0 + \beta_1\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{Year} +\\ +&\beta_4\ (\text{State} \times \text{Year}) +\end{aligned} +$$ + +```{r} +model2 <- lm(mrate ~ legal + state_name + factor(year) + state_name:year, + data = deaths_filtered) +tidy(model2) + +model2_fe <- feols(mrate ~ legal + i(state_name, factor(year)) | state_name + year, + cluster = ~ state_name, + data = deaths_filtered, + ssc = ssc(fixef.K = "full")) +tidy(model2) +``` + diff --git a/docs/_site/projects/week-8/organ-donations.Rmd b/docs/_site/projects/week-8/organ-donations.Rmd new file mode 100644 index 00000000..4d9b4353 --- /dev/null +++ b/docs/_site/projects/week-8/organ-donations.Rmd @@ -0,0 +1,62 @@ +--- +title: "Organ donations" +output: html_document +--- + +## Load and clean data + +```{r warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(fixest) + +organ_donations_raw <- read_csv("data/organ_donations.csv") +``` + +```{r} +# TODO: Make a dataset based on `organ_donations` that only contains California and New Jersey +# TODO: Make a new column called `After` that is TRUE (or 1) if the quarter is Q32011, Q42011, or Q12012 (or if Quarter_num is 4, 5, or 6) +# TODO: Make a new column called `is_california` that is TRUE (or 1) if the state is California +``` + + +## Simple diff-in-diff + +```{r} +# TODO: Using the data for only California and New Jersey, create a plot that shows +# the donation rate over time, colored by state. Add a vertical line at Q22011 (or Quarter_num = 3). +# Determine if the two states' trends are parallel before the change. +``` + +```{r} +# TODO: Use group_by() and summarize() to find the average donation rate in +# California and New Jersey before and after the change in California's policy +``` + +```{r} +# TODO: Use lm() to calculate the diff-in-diff effect with this model: +``` + +$$ +\begin{aligned} +\text{Donation rate}\ =&\ \beta_0 + \beta_1\ \text{California} + \beta_2\ \text{After Q22011}\ + \\ +&\ \beta_3\ (\text{California} \times \text{After Q22011}) +\end{aligned} +$$ + + +## Two-way fixed effects + +```{r} +# TODO: Create a new dataset based on `organ_donations_raw` +# TODO: Make a new column called `After` that is TRUE (or 1) if the quarter is Q32011, Q42011, or Q12012 (or if Quarter_num is 4, 5, or 6) +# TODO: Make a new column called `Treated` that is TRUE (or 1) if the state is California and After is TRUE/1 +``` + +```{r} +# TODO: Use that new data to create a TWFE model like this: +``` + +$$ +\text{Donation rate}\ =\ \beta_0 + \beta_1\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{After} +$$ diff --git a/docs/_site/projects/week-8/organ-donations_answers.Rmd b/docs/_site/projects/week-8/organ-donations_answers.Rmd new file mode 100644 index 00000000..84cd5e05 --- /dev/null +++ b/docs/_site/projects/week-8/organ-donations_answers.Rmd @@ -0,0 +1,112 @@ +--- +title: "Organ donations" +output: html_document +--- + +## Load and clean data + +```{r warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(fixest) + +organ_donations_raw <- read_csv("data/organ_donations.csv") +``` + +```{r} +# TODO: Make a dataset based on `organ_donations` that only contains California and New Jersey +# TODO: Make a new column called `After` that is TRUE (or 1) if the quarter is Q32011, Q42011, or Q12012 (or if Quarter_num is 4, 5, or 6) +# TODO: Make a new column called `is_california` that is TRUE (or 1) if the state is California + +organ_ca_nj <- organ_donations_raw %>% + filter(State %in% c("California", "New Jersey")) %>% + mutate(After = Quarter %in% c("Q32011", "Q42011", "Q12012"), + is_california = State == "California") +``` + + +## Simple diff-in-diff + +```{r} +# TODO: Using the data for only California and New Jersey, create a plot that shows +# the donation rate over time, colored by state. Add a vertical line at Q22011 (or Quarter_num = 3). +# Determine if the two states' trends are parallel before the change. +ggplot(organ_ca_nj, aes(x = Quarter_Num, y = Rate, color = State)) + + geom_vline(xintercept = 3.5) + + geom_line() +``` + +```{r} +# TODO: Use group_by() and summarize() to find the average donation rate in +# California and New Jersey before and after the change in California's policy +diffs <- organ_ca_nj %>% + group_by(After, State) %>% + summarize(mean_rate = mean(Rate)) + +before_treatment <- diffs %>% + filter(After == FALSE, State == "California") %>% + pull(mean_rate) + +before_control <- diffs %>% + filter(After == FALSE, State == "New Jersey") %>% + pull(mean_rate) + +after_treatment <- diffs %>% + filter(After == TRUE, State == "California") %>% + pull(mean_rate) + +after_control <- diffs %>% + filter(After == TRUE, State == "New Jersey") %>% + pull(mean_rate) + +diff_treatment_before_after <- after_treatment - before_treatment +diff_treatment_before_after + +diff_control_before_after <- after_control - before_control +diff_control_before_after + +diff_diff <- diff_treatment_before_after - diff_control_before_after +diff_diff +``` + +```{r} +# TODO: Use lm() to calculate the diff-in-diff effect with this model: +model_diff_diff <- lm(Rate ~ is_california + After + (is_california * After), + data = organ_ca_nj) +tidy(model_diff_diff) +``` + +$$ +\begin{aligned} +\text{Donation rate}\ =&\ \beta_0 + \beta_1\ \text{California} + \beta_2\ \text{After Q22011}\ + \\ +&\ \beta_3\ (\text{California} \times \text{After Q22011}) +\end{aligned} +$$ + + +## Two-way fixed effects + +```{r} +# TODO: Create a new dataset based on `organ_donations_raw` +# TODO: Make a new column called `After` that is TRUE (or 1) if the quarter is Q32011, Q42011, or Q12012 (or if Quarter_num is 4, 5, or 6) +# TODO: Make a new column called `Treated` that is TRUE (or 1) if the state is California and After is TRUE/1 + +organ <- organ_donations_raw %>% + mutate(After = Quarter %in% c("Q32011", "Q42011", "Q12012")) %>% + mutate(Treated = State == "California" & After == TRUE) +``` + +```{r} +# TODO: Use that new data to create a TWFE model like this: +model_twfe <- lm(Rate ~ Treated + State + After, + data = organ) +tidy(model_twfe) + +model_twfe_nice <- feols(Rate ~ Treated | State + After, + data = organ) +tidy(model_twfe_nice) +``` + +$$ +\text{Donation rate}\ =\ \beta_0 + \beta_1\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{After} +$$ diff --git a/docs/_site/projects/week-8/penguins.Rmd b/docs/_site/projects/week-8/penguins.Rmd new file mode 100644 index 00000000..d4b7fce5 --- /dev/null +++ b/docs/_site/projects/week-8/penguins.Rmd @@ -0,0 +1,45 @@ +--- +title: "Penguins and interactions" +output: html_document +--- + +```{r warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(palmerpenguins) + +penguins <- penguins %>% drop_na(sex) +``` + + +```{r} +model_basic <- lm(body_mass_g ~ flipper_length_mm + species, + data = penguins) + +tidy(model_basic) +``` + + +```{r} +basic_predictions <- augment(model_basic, penguins) + +ggplot(penguins, aes(x = flipper_length_mm, y = body_mass_g)) + + geom_point(aes(color = species)) + + geom_smooth(data = basic_predictions, aes(y = .fitted, color = species)) +``` + + +```{r} +model_interaction <- lm(body_mass_g ~ flipper_length_mm * species, + data = penguins) + +tidy(model_interaction) +``` + + +```{r} +ggplot(penguins, aes(x = flipper_length_mm, y = body_mass_g)) + + geom_point(aes(color = species)) + + geom_smooth(aes(color = species), method = "lm", se = FALSE) +``` + diff --git a/docs/_site/projects/week-8/references.bib b/docs/_site/projects/week-8/references.bib new file mode 100644 index 00000000..8391c297 --- /dev/null +++ b/docs/_site/projects/week-8/references.bib @@ -0,0 +1,62 @@ +%% This BibTeX bibliography file was created using BibDesk. +%% https://bibdesk.sourceforge.io/ + +%% Created for Andrew Heiss at 2021-10-11 15:44:16 -0400 + + +%% Saved with string encoding Unicode (UTF-8) + + + +@article{AltonjiElderTaber:2005, + author = {Joseph G. Altonji and Todd E. Elder and Christopher R. Taber}, + date-added = {2021-10-11 15:44:01 -0400}, + date-modified = {2021-10-11 15:44:01 -0400}, + doi = {10.1086/426036}, + journal = {Journal of Political Economy}, + month = {2}, + number = {1}, + pages = {151--184}, + title = {Selection on Observed and Unobserved Variables: Assessing the Effectiveness of Catholic Schools}, + volume = {113}, + year = {2005}, + bdsk-url-1 = {https://doi.org/10.1086/426036}} + +@article{CinelliHazlett:2020, + author = {Carlos Cinelli and Chad Hazlett}, + date-added = {2021-10-11 15:43:53 -0400}, + date-modified = {2021-10-11 15:43:53 -0400}, + doi = {10.1111/rssb.12348}, + journal = {Journal of the Royal Statistical Society: Series B (Statistical Methodology)}, + month = {2}, + number = {1}, + pages = {39--67}, + rating = {0}, + read = {0}, + title = {Making Sense of Sensitivity: Extending Omitted Variable Bias}, + volume = {82}, + year = {2020}, + bdsk-url-1 = {https://doi.org/10.1111/rssb.12348}} + +@article{LinPsatyKronmal:1998, + author = {D. Y. Lin and B. M. Psaty and R. A. Kronmal}, + date-added = {2021-10-11 15:43:44 -0400}, + date-modified = {2021-10-11 15:43:44 -0400}, + doi = {10.2307/2533848}, + journal = {Biometrics}, + month = {9}, + number = {3}, + pages = {948--963}, + title = {Assessing the Sensitivity of Regression Results to Unmeasured Confounders in Observational Studies}, + volume = {54}, + year = {1998}, + bdsk-url-1 = {https://doi.org/10.2307/2533848}} + +@book{MurnaneWillett:2011, + address = {Oxford}, + author = {Richard J. Murnane and John B. Willett}, + date-added = {2021-10-11 15:43:44 -0400}, + date-modified = {2021-10-11 15:43:44 -0400}, + publisher = {Oxford University Press}, + title = {Methods Matter: Improving Causal Inference in Educational and Social Science Research}, + year = {2011}} diff --git a/example/confounding-sensitivity.qmd b/docs/_site/projects/week-8/unobserved-confounding.Rmd similarity index 93% rename from example/confounding-sensitivity.qmd rename to docs/_site/projects/week-8/unobserved-confounding.Rmd index d7dd79dc..2a7f339e 100644 --- a/example/confounding-sensitivity.qmd +++ b/docs/_site/projects/week-8/unobserved-confounding.Rmd @@ -1,12 +1,16 @@ --- -title: "Unobserved confounding and sensitivity analysis" +title: "Unobserved confounding" +output: + html_document: + toc: yes +bibliography: "references.bib" +csl: "chicago-author-date.csl" +link-citations: true --- ```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.width = 6, fig.height = 3.6, fig.align = "center", - fig.retina = 3, collapse = TRUE) -set.seed(1234) -options("digits" = 2, "width" = 150) +knitr::opts_chunk$set(fig.width = 6, fig.height = 3.6, + fig.align = "center", fig.retina = 3) ``` ```{r load-libraries, message=FALSE, warning=FALSE} @@ -22,9 +26,9 @@ set.seed(1234) # Make all random draws reproducible ## You can never close every backdoor without an experiment -Throughout the semester, we've used causal models to map out the data generating process that connects a treatment (like a program or a policy) to a social outcome. By drawing DAGs, we can ostensibly find causal effects in observational non-experimental data by using DAG logic to close backdoor paths and deal with confounding. You've even done this with [matching and inverse probability weighting](/example/matching-ipw.qmd), and you'll be doing it with quasi-experimental designs like [diff-in-diff](/example/diff-in-diff.qmd), [regression discontinuity](/example/rdd.qmd), and [instrumental variables](/example/iv.qmd). +Throughout the semester, we've used causal models to map out the data generating process that connects a treatment (like a program or a policy) to a social outcome. By drawing DAGs, we can ostensibly find causal effects in observational non-experimental data by using DAG logic to close backdoor paths and deal with confounding. You've even done this with [matching and inverse probability weighting](/example/matching-ipw/), and you'll be doing it with quasi-experimental designs like [diff-in-diff](/example/diff-in-diff/), [regression discontinuity](/example/rdd/), and [instrumental variables](/example/iv/). -However, doing observational causal inference requires a fairly strong assumption: all nodes that need to be adjusted for are observable and measurable. Let's go back to the mosquito net program example we used in the [matching and inverse probability weighting](/example/matching-ipw.qmd) example, and let's add a new node here for unobserved confounding—something unknown causes people to both use nets and causes changes in individual malaria risk. +However, doing observational causal inference requires a fairly strong assumption: all nodes that need to be adjusted for are observable and measurable. Let's go back to the mosquito net program example we used in the [matching and inverse probability weighting](/example/matching-ipw/) example, and let's add a new node here for unobserved confounding—something unknown causes people to both use nets and causes changes in individual malaria risk. ```{r build-mosquito-dag-full, fig.width=8} mosquito_dag <- dagify( @@ -100,7 +104,7 @@ Basically your goal with sensitivity analysis is to try to ruin your causal effe Our goal in this example is to estimate causal effects for two different situations: -- **The effect of a hypothetical mosquito net program on malaria risk** (which we already used in the [DAG example](/example/dags.qmd) and the [matching/IPW example](/example/matching-ipw.qmd)). This data is **fake**. There's a built-in average treatment effect of −10: using a mosquito net causes the risk of malaria to decrease by 10 points, on average. +- **The effect of a hypothetical mosquito net program on malaria risk** (which we already used in the [DAG example](/example/dags/) and the [matching/IPW example](/example/matching-ipw/)). This data is **fake**. There's a built-in average treatment effect of −10: using a mosquito net causes the risk of malaria to decrease by 10 points, on average. - **The effect of attending Catholic school on math scores.** This data is **real** and was used by @AltonjiElderTaber:2005 (and by lots of other researchers since then). A widely used econometrics textbook called [*Methods Matter*](https://global.oup.com/academic/product/methods-matter-9780199753864) [@MurnaneWillett:2011] uses this data as an example, too, and [you can access the data from Stata](https://stats.idre.ucla.edu/stata/examples/methods-matter/chapter12/). Since this isn't fake data, we actually have no idea what the true average treatment effect is. Let's find—and then ruin—these effects! @@ -108,10 +112,7 @@ Let's find—and then ruin—these effects! ## Data background -Let's quickly look at the data we'll be using. You can get the data files here—put them in a folder named `data` in an RStudio Project folder. - -- [{{< fa table >}} `mosquito_nets.csv`](/files/data/generated_data/mosquito_nets.csv) -- [{{< fa table >}} `catholic.dta`](/files/data/external_data.catholic.dta) +Let's quickly look at the data we'll be using. ### Fake mosquito net program @@ -166,12 +167,9 @@ The `.dta` file contains 25 columns, but these are the ones we'll care about for --- -Let's load the data and get started! Again, if you haven't yet, download the two datasets here: - -- [{{< fa table >}} `mosquito_nets.csv`](/files/data/generated_data/mosquito_nets.csv) -- [{{< fa table >}} `catholic.dta`](/files/data/external_data/catholic.dta) +Let's load the data and get started! -```{r load-data-fake, eval=FALSE} +```{r load-data-fake} nets <- read_csv("data/mosquito_nets.csv") school_data <- read_stata("data/catholic.dta") %>% @@ -202,29 +200,6 @@ school_data <- read_stata("data/catholic.dta") %>% )) ``` -```{r load-data-real, include=FALSE} -nets <- read_csv(here::here("files", "data", "generated_data", "mosquito_nets.csv")) - -school_data <- read_stata(here::here("files", "data", "external_data", "catholic.dta")) %>% - zap_labels() %>% - zap_formats() %>% - mutate(catholic_f = factor(catholic, labels = c("Public", "Catholic"))) %>% - mutate(inc8 = recode(faminc8, - "1" = 0, - "2" = .5, - "3" = 2, - "4" = 4, - "5" = 6.25, - "6" = 8.75, - "7" = 12.5, - "8" = 17.5, - "9" = 22.5, - "10" = 30, - "11" = 42.5, - "12" = 62.5 - )) -``` - ## Important background concepts @@ -410,9 +385,11 @@ tribble( Based on this table, our (incorrect) Catholic school effect of 0.367 standard deviations is actually somewhere between a small and medium effect. -:::{.callout-warning} +{{% div warning %}} + **QUICK IMPORTANT CAVEAT**: Technically for mathy reasons, Cohen's *d* is [not exactly comparable](https://www.researchgate.net/post/How_can_I_calculate_an_effect_size_cohens_d_preferably_from_a_linear_random_effects_model_beta) to just looking at the number of standard deviations between the averages, but it's a good way of thinking about effect sizes. If you want to be official about it, one way to get Cohen's *d* from regression output is to divide the coefficient (which is like $\bar{x}_2 - \bar{x}_1$ in the formula) by the residual standard error of the model (which is like $s$ in the formula). You can get these from `tidy()` and `glance()`: -::: + +{{% /div %}} ```{r cohens-d-from-regression} tidy(model_math_naive) @@ -431,9 +408,11 @@ net_coef / net_sigma Our official effect size for Catholic schools is thus `r catholic_coef / catholic_sigma`, which is still between a small and medium effect. For mosquito nets, the effect size is 1.2, which is very large. (Again, all these effects are technically wrong and full of confounding! We'll fix that in a minute.) -:::{.callout-warning} +{{% div warning %}} + **ANOTHER QUICK IMPORTANT CAVEAT**: Cohen's *d* (and other standardized measures of effect size) [are criticized for being too clear cut, too restrictive, and devoid of context](https://easystats.github.io/effectsize/articles/interpret.html). Cohen himself disavowed them! A 0.4 SD boost in math scores (or 4ish points) in Catholic schools might actually be groundbreaking and earth shattering for people interested in educational outcomes, despite the fact that it's considered a "small" effect. Plus, seeing huge 2+ standard deviations in the real world is going to be rare for any program or intervention—it's highly unlikely that a program will move the needle *that much* for an outcome. So don't overinterpret these rules of thumb! -::: + +{{% /div %}} So, as an alternative to thinking about absolute effects (mosquito nets reduce the risk of malaria by X points; Catholic schools boost math scores by X points), we can think about relative effects (mosquito nets reduce the risk of malaria by X standard deviations below the average; Catholic schools boost math scores by X standard deviations above the average). We can think about this as the **standardized mean difference** between the treated and untreated groups (nets vs. no nets; Catholic vs. public high schools). @@ -463,7 +442,7 @@ By controlling for income and health, we now explain 81.5% of the variation in m One way to figure this out is to calculate something called the **partial** $R^2$. To do this, we essentially fit a bunch of variations of the model and leave out individual variables one at a time and note the $R^2$ each time. That's tedious to do manually, but the `rsq.partial()` function from [the **rsq** library](https://cran.r-project.org/web/packages/rsq/) can do it for us: -```{r partial-net-r2, warning=FALSE} +```{r partial-net-r2} library(rsq) rsq.partial(model_some_controls) @@ -478,7 +457,7 @@ This isn't a 100% correct interpretation of partial $R^2$ values and there are s ## Estimation of causal effects -PHEW that was a lot of background information, but it's useful and important, so. Let's finally adjust for confounders and estimate causal effects in both the mosquito net and Catholic schools examples. We'll use [inverse probability weighting](/example/matching-ipw.qmd#inverse-probability-weighting) just because—we could also use matching or other techniques, but IPW is fun. Consult [the IPW guide](/example/matching-ipw.qmd#inverse-probability-weighting) for complete details about everything happening here. +PHEW that was a lot of background information, but it's useful and important, so. Let's finally adjust for confounders and estimate causal effects in both the mosquito net and Catholic schools examples. We'll use [inverse probability weighting](/example/matching-ipw/#inverse-probability-weighting) just because—we could also use matching or other techniques, but IPW is fun. Consult [the IPW guide](/example/matching-ipw/#inverse-probability-weighting) for complete details about everything happening here. ### Fake mosquito net program @@ -696,24 +675,23 @@ To make this easy, we can use the super useful [**tipr** package](https://github Our goal with **tipr** is to find what kind of unmeasured Z would change the causal effect enough so that its confidence interval includes 0 (and is thus no longer statistically significant) -There are a lot of other ways to use **tipr**, with different combinations of binary and continuous treatments and outcomes, but the most general way I've found (given that we work with regression so much in this class) is to use the `tip()` function. [Check out the README](https://github.com/LucyMcGowan/tipr) for examples of all the other approaches. +There are a lot of other ways to use **tipr**, with different combinations of binary and continuous treatments and outcomes, but the most general way I've found (given that we work with regression so much in this class) is to use the `lm_tip()` function. [Check out the README](https://github.com/LucyMcGowan/tipr) for examples of all the other approaches. Let's try it out! ### Fake mosquito net program -To calculate different tipping points, we need to specify the confidence intervals of our causal effect. The easiest way to do that is to use `tidy(..., conf.int = TRUE)` and then filter those results so that we're just looking at our causal effect (the upper bound of the confidence interval for `netTRUE` in this case). We can then feed those results to `tip_coef()`, which handles the sensitivity analysis for us. +To calculate different tipping points, we need to specify the confidence intervals of our causal effect. The easiest way to do that is to use `tidy(..., conf.int = TRUE)` and then filter those results so that we're just looking at our causal effect (`netTRUE` in this case). We can then feed those results to `lm_tip()`, which handles the sensitivity analysis for us. -For instance, let's pretend that there's an unmeasured confounder that has an standardized effect on the outcome of 5. For every one unit increase in this Z, malaria risk would increase by 5 points. If that was the case, how much of a difference in net usage would there be across this Z? +For instance, let's pretend that there's an unmeasured confounder that has an outcome association of 5. For every one unit increase in this Z, malaria risk would increase by 5 points. If that was the case, how much of a difference in net usage would there be across this Z? ```{r tipr-net-outcome-5} library(tipr) tidy(model_net_ate, conf.int = TRUE) %>% filter(term == "netTRUE") %>% - pull(conf.high) %>% - tip_coef(confounder_outcome_effect = 5) + lm_tip(outcome_association = 5) ``` The output of **tipr** gives us a bunch of useful information. Our confidence interval ranges from -11.5ish to -9ish. Our causal effect would get tipped (i.e. include 0) if the β in `lm(Y ~ Z)` was 5 *and* the standardized mean difference (`smd`) in Z across treated and untreated groups was 1.77. That's potentially a pretty big difference! @@ -742,8 +720,7 @@ If you don't want to think about standardized mean differences, you can think ab ```{r tipr-smd-0-5} tidy(model_net_ate, conf.int = TRUE) %>% filter(term == "netTRUE") %>% - pull(conf.high) %>% - tip_coef(exposure_confounder_effect = 0.5) + lm_tip(smd = 0.5) ``` 17.7! A 1-unit change in this confounder would need to lead to a 17.7-point change in risk. That seems big. Maybe even implausible. @@ -763,12 +740,10 @@ These two numbers—the standardized mean difference and the outcome association ```{r tipr-combinations-net, fig.width=6, fig.height=4.5} plot_stuff <- tidy(model_net_ate, conf.int = TRUE) %>% filter(term == "netTRUE") %>% - pull(conf.high) %>% - tip_coef(exposure_confounder_effect = seq(0.05, 3, by = 0.05), verbose = FALSE) + lm_tip(smd = seq(0.05, 3, by = 0.05), verbose = FALSE) -ggplot(plot_stuff, aes(x = exposure_confounder_effect, - y = abs(confounder_outcome_effect))) + - geom_line(linewidth = 1.5, color = "orange") + +ggplot(plot_stuff, aes(x = smd, y = abs(outcome_association))) + + geom_line(size = 1.5, color = "orange") + labs(x = "Standardized mean difference\nacross treated/untreated in Z\n(think of this kind of like Cohen's d)", y = "Association of unknown confounder with outcome\n(think of this like the β in a regression of lm(Y ~ Z))") ``` @@ -780,9 +755,7 @@ So far this all assumes that we have a single unmeasured confounder. That's not ```{r tipr-n-confounders-net} tidy(model_net_ate, conf.int = TRUE) %>% filter(term == "netTRUE") %>% - pull(conf.high) %>% - tip_coef(exposure_confounder_effect = 0.5, - confounder_outcome_effect = -0.3) + lm_tip(smd = 0.5, outcome_association = -0.3) ``` Phew. We'd need basically 59 (58.9) separate confounders with similar characteristics in order to tip our results and make the ATE not significant. That seems like a lot. @@ -806,8 +779,7 @@ Those are all fairly small βs. The largest ones apart from the intercept and ou ```{r tipr-school-outcome-1-6} tidy(model_school_ate, conf.int = TRUE) %>% filter(term == "catholic") %>% - pull(conf.low) %>% - tip_coef(exposure_confounder_effect = 1.6) + lm_tip(outcome_association = 1.6) ``` If that were the case, we'd need to see an SMD of 0.617 in the unknown variable across treated and untreated units. That seems potentially plausible. Again, think back to the hypothetical years of education example from the net sensitivity analysis. Let's pretend that years of mother's education is normally distributed with a mean of 15 and a standard deviation of 1.5. We can transform that 0.617 standardized difference into years of education by multiplying `0.617 * 1.5`, or `r 0.617 * 1.5`. That means we'd need to see a difference of almost 1 year of mother's education between Catholic and public school students. That seems eminently plausible. @@ -817,8 +789,7 @@ What if we think that 1.6 might be too high for a coefficient and we bump it dow ```{r tipr-school-outcome-0-8} tidy(model_school_ate, conf.int = TRUE) %>% filter(term == "catholic") %>% - pull(conf.low) %>% - tip_coef(exposure_confounder_effect = 0.8) + lm_tip(outcome_association = 0.8) ``` The SMD would need to be higher, but not super high. Assuming a unknown variable like our imaginary years of mother's education, that would look like a difference of `1.23 * 1.5`, or `r 1.23 * 1.5` years. Again, that might be plausible. Especially since so far we're only thinking about a *single* unmeasured confounder. @@ -828,8 +799,7 @@ We can also solve for different values of the outcome association β. For instan ```{r tipr-school-smd-0-5} tidy(model_school_ate, conf.int = TRUE) %>% filter(term == "catholic") %>% - pull(conf.low) %>% - tip_coef(confounder_outcome_effect = 0.5) + lm_tip(smd = 0.5) ``` Yikes. We'd only need a β of 1.98. Again, that's larger than any of our existing βs for now (homework non-completion comes closest at 1.25), but it seems fairly reasonable. Again, we're only thinking about a single hypothetical unmeasured confounder here—adding more will decrease that hypothetical β even more. @@ -839,12 +809,10 @@ Here are all the combinations of SMD and outcome association that would tip our ```{r tipr-combinations-school, fig.width=6, fig.height=4.5} plot_stuff <- tidy(model_school_ate, conf.int = TRUE) %>% filter(term == "catholic") %>% - pull(conf.low) %>% - tip_coef(confounder_outcome_effect = seq(0.05, 3, by = 0.05), verbose = FALSE) + lm_tip(smd = seq(0.05, 3, by = 0.05), verbose = FALSE) -ggplot(plot_stuff, aes(x = exposure_confounder_effect, - y = abs(confounder_outcome_effect))) + - geom_line(linewidth = 1.5, color = "orange") + +ggplot(plot_stuff, aes(x = smd, y = abs(outcome_association))) + + geom_line(size = 1.5, color = "orange") + labs(x = "Standardized mean difference\nacross treated/untreated in Z\n(think of this kind of like Cohen's d)", y = "Association of unknown confounder with outcome\n(think of this like the β in a regression of lm(Y ~ Z))") ``` @@ -856,9 +824,7 @@ Again, this is all just with one unmeasured confounder. What if there are a bunc ```{r tipr-n-confounders-school} tidy(model_school_ate, conf.int = TRUE) %>% filter(term == "catholic") %>% - pull(conf.low) %>% - tip_coef(exposure_confounder_effect = 0.3, - confounder_outcome_effect = 0.4) + lm_tip(smd = 0.3, outcome_association = 0.4) ``` We'd need just 8 of those kinds of confounders to tip the results and move the ATE into the world of nonsignificance. @@ -878,15 +844,13 @@ A new method proposed by Carlos Cinelli and Chad Hazlett [@CinelliHazlett:2020] **sensemakr**'s main contribution to the world of sensitivity analysis is that it's much more formalized in its approach and its results. The authors [show that imagining different possible values that coefficients can take](https://carloscinelli.com/sensemakr/articles/informal_benchmarking.html) (kind of like what we did with **tipr**) can lead to erroneous results since that approach isn't really systematic. With **sensemakr**, though, you get hard, specific bounds for the different values of $R^2$ and how omitted confounders can bias your results. -The best overview of how **sensemakr** works is this short presentation by Carlos Cinelli from 2020. You should ***absolutely*** watch it (especially from 3:00–13:00). There's also [an example with code here](http://carloscinelli.com/sensemakr/articles/sensemakr.html), and [their full paper is here](https://www.researchgate.net/publication/340965014_sensemakr_Sensitivity_Analysis_Tools_for_OLS_in_R_and_Stata) (see the section called "Simple measures for routine reporting" in particular). +The best overview of how **sensemakr** works is [this short presentation](https://www.youtube.com/watch?v=p3dfHj6ki68) by Carlos Cinelli from 2020. You should ***absolutely*** watch it (especially from 3:00–13:00). There's also [an example with code here](http://carloscinelli.com/sensemakr/articles/sensemakr.html), and [their full paper is here](https://www.researchgate.net/publication/340965014_sensemakr_Sensitivity_Analysis_Tools_for_OLS_in_R_and_Stata) (see the section called "Simple measures for routine reporting" in particular). -
- -
+ \ -Let's explore the robustness of our two causal effects with **sensemakr**! +Let's explore the robustness of our two causal effects with **sensemakr*! ### Fake mosquito net program @@ -967,7 +931,7 @@ How does **sensemakr** work with real data? Let's throw our Catholic schools ATE First we'll rerun the model with all the controls rather than weighting with IPW, and we'll look at the partial $R^2$s to get a sense of how much variation in math scores each of these variables explains. -```{r sense-school-model, warning=FALSE} +```{r sense-school-model} model_school_controls <- lm(math12 ~ catholic + I(inc8^2) + (inc8*math8) + fhowfar + mhowfar + fight8 + nohw8 + disrupt8 + riskdrop8, data = school_iptw) @@ -1047,3 +1011,6 @@ Either! If you like thinking about hypothetical βs and SMDs, use **tipr**. If y **sensemakr** has one important limitation: it only works with models that use $R^2$. That means if you're estimating outcome models with things like multilevel models or logistic regression, you can't use **sensemakr**. **tipr** should work with any estimate that has a confidence interval, though, so you should be able to use it with pretty much any type of model. Remember that **sensemakr**'s claim to fame is that it has clear and specific bounds. If you're using **tipr**, you can be more systematic than throwing different βs and SMDs into the function. Choose a benchmark variable and see if your results tip if you include something as strong, twice as strong, and three times its size, either as a β on the outcome or as the between-group SMD. + + +## References diff --git a/docs/_site/projects/week-8/week-8.Rproj b/docs/_site/projects/week-8/week-8.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/_site/projects/week-8/week-8.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/_site/slides/css/animate.css b/docs/_site/slides/css/animate.css new file mode 100644 index 00000000..d26682f8 --- /dev/null +++ b/docs/_site/slides/css/animate.css @@ -0,0 +1,3625 @@ +@charset "UTF-8"; + +/*! + * animate.css -https://daneden.github.io/animate.css/ + * Version - 3.7.2 + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * + * Copyright (c) 2019 Daniel Eden + */ + +@-webkit-keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +@keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +.bounce { + -webkit-animation-name: bounce; + animation-name: bounce; + -webkit-transform-origin: center bottom; + transform-origin: center bottom; +} + +@-webkit-keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +@keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +.flash { + -webkit-animation-name: flash; + animation-name: flash; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.pulse { + -webkit-animation-name: pulse; + animation-name: pulse; +} + +@-webkit-keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.rubberBand { + -webkit-animation-name: rubberBand; + animation-name: rubberBand; +} + +@-webkit-keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +@keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +.shake { + -webkit-animation-name: shake; + animation-name: shake; +} + +@-webkit-keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +.headShake { + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + -webkit-animation-name: headShake; + animation-name: headShake; +} + +@-webkit-keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +@keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +.swing { + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-animation-name: swing; + animation-name: swing; +} + +@-webkit-keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.tada { + -webkit-animation-name: tada; + animation-name: tada; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.wobble { + -webkit-animation-name: wobble; + animation-name: wobble; +} + +@-webkit-keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +@keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +.jello { + -webkit-animation-name: jello; + animation-name: jello; + -webkit-transform-origin: center; + transform-origin: center; +} + +@-webkit-keyframes heartBeat { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 14% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 28% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 42% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 70% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes heartBeat { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 14% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 28% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 42% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 70% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.heartBeat { + -webkit-animation-name: heartBeat; + animation-name: heartBeat; + -webkit-animation-duration: 1.3s; + animation-duration: 1.3s; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; +} + +@-webkit-keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.bounceIn { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceIn; + animation-name: bounceIn; +} + +@-webkit-keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInDown { + -webkit-animation-name: bounceInDown; + animation-name: bounceInDown; +} + +@-webkit-keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInLeft { + -webkit-animation-name: bounceInLeft; + animation-name: bounceInLeft; +} + +@-webkit-keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInRight { + -webkit-animation-name: bounceInRight; + animation-name: bounceInRight; +} + +@-webkit-keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInUp { + -webkit-animation-name: bounceInUp; + animation-name: bounceInUp; +} + +@-webkit-keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +@keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +.bounceOut { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceOut; + animation-name: bounceOut; +} + +@-webkit-keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.bounceOutDown { + -webkit-animation-name: bounceOutDown; + animation-name: bounceOutDown; +} + +@-webkit-keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.bounceOutLeft { + -webkit-animation-name: bounceOutLeft; + animation-name: bounceOutLeft; +} + +@-webkit-keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.bounceOutRight { + -webkit-animation-name: bounceOutRight; + animation-name: bounceOutRight; +} + +@-webkit-keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.bounceOutUp { + -webkit-animation-name: bounceOutUp; + animation-name: bounceOutUp; +} + +@-webkit-keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +@keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +.fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +@-webkit-keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInDown { + -webkit-animation-name: fadeInDown; + animation-name: fadeInDown; +} + +@-webkit-keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInDownBig { + -webkit-animation-name: fadeInDownBig; + animation-name: fadeInDownBig; +} + +@-webkit-keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInLeft { + -webkit-animation-name: fadeInLeft; + animation-name: fadeInLeft; +} + +@-webkit-keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInLeftBig { + -webkit-animation-name: fadeInLeftBig; + animation-name: fadeInLeftBig; +} + +@-webkit-keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInRight { + -webkit-animation-name: fadeInRight; + animation-name: fadeInRight; +} + +@-webkit-keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInRightBig { + -webkit-animation-name: fadeInRightBig; + animation-name: fadeInRightBig; +} + +@-webkit-keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInUp { + -webkit-animation-name: fadeInUp; + animation-name: fadeInUp; +} + +@-webkit-keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInUpBig { + -webkit-animation-name: fadeInUpBig; + animation-name: fadeInUpBig; +} + +@-webkit-keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +@keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +.fadeOut { + -webkit-animation-name: fadeOut; + animation-name: fadeOut; +} + +@-webkit-keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.fadeOutDown { + -webkit-animation-name: fadeOutDown; + animation-name: fadeOutDown; +} + +@-webkit-keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.fadeOutDownBig { + -webkit-animation-name: fadeOutDownBig; + animation-name: fadeOutDownBig; +} + +@-webkit-keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.fadeOutLeft { + -webkit-animation-name: fadeOutLeft; + animation-name: fadeOutLeft; +} + +@-webkit-keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.fadeOutLeftBig { + -webkit-animation-name: fadeOutLeftBig; + animation-name: fadeOutLeftBig; +} + +@-webkit-keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.fadeOutRight { + -webkit-animation-name: fadeOutRight; + animation-name: fadeOutRight; +} + +@-webkit-keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.fadeOutRightBig { + -webkit-animation-name: fadeOutRightBig; + animation-name: fadeOutRightBig; +} + +@-webkit-keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.fadeOutUp { + -webkit-animation-name: fadeOutUp; + animation-name: fadeOutUp; +} + +@-webkit-keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.fadeOutUpBig { + -webkit-animation-name: fadeOutUpBig; + animation-name: fadeOutUpBig; +} + +@-webkit-keyframes flip { + from { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +@keyframes flip { + from { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +.animated.flip { + -webkit-backface-visibility: visible; + backface-visibility: visible; + -webkit-animation-name: flip; + animation-name: flip; +} + +@-webkit-keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.flipInX { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInX; + animation-name: flipInX; +} + +@-webkit-keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.flipInY { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInY; + animation-name: flipInY; +} + +@-webkit-keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +.flipOutX { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: flipOutX; + animation-name: flipOutX; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; +} + +@-webkit-keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +.flipOutY { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipOutY; + animation-name: flipOutY; +} + +@-webkit-keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.lightSpeedIn { + -webkit-animation-name: lightSpeedIn; + animation-name: lightSpeedIn; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; +} + +@-webkit-keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +@keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +.lightSpeedOut { + -webkit-animation-name: lightSpeedOut; + animation-name: lightSpeedOut; + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; +} + +@-webkit-keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateIn { + -webkit-animation-name: rotateIn; + animation-name: rotateIn; +} + +@-webkit-keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInDownLeft { + -webkit-animation-name: rotateInDownLeft; + animation-name: rotateInDownLeft; +} + +@-webkit-keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInDownRight { + -webkit-animation-name: rotateInDownRight; + animation-name: rotateInDownRight; +} + +@-webkit-keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInUpLeft { + -webkit-animation-name: rotateInUpLeft; + animation-name: rotateInUpLeft; +} + +@-webkit-keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInUpRight { + -webkit-animation-name: rotateInUpRight; + animation-name: rotateInUpRight; +} + +@-webkit-keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +@keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +.rotateOut { + -webkit-animation-name: rotateOut; + animation-name: rotateOut; +} + +@-webkit-keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +.rotateOutDownLeft { + -webkit-animation-name: rotateOutDownLeft; + animation-name: rotateOutDownLeft; +} + +@-webkit-keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.rotateOutDownRight { + -webkit-animation-name: rotateOutDownRight; + animation-name: rotateOutDownRight; +} + +@-webkit-keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.rotateOutUpLeft { + -webkit-animation-name: rotateOutUpLeft; + animation-name: rotateOutUpLeft; +} + +@-webkit-keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +@keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +.rotateOutUpRight { + -webkit-animation-name: rotateOutUpRight; + animation-name: rotateOutUpRight; +} + +@-webkit-keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +@keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +.hinge { + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-name: hinge; + animation-name: hinge; +} + +@-webkit-keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.jackInTheBox { + -webkit-animation-name: jackInTheBox; + animation-name: jackInTheBox; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.rollIn { + -webkit-animation-name: rollIn; + animation-name: rollIn; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +@keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +.rollOut { + -webkit-animation-name: rollOut; + animation-name: rollOut; +} + +@-webkit-keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +@keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +.zoomIn { + -webkit-animation-name: zoomIn; + animation-name: zoomIn; +} + +@-webkit-keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInDown { + -webkit-animation-name: zoomInDown; + animation-name: zoomInDown; +} + +@-webkit-keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInLeft { + -webkit-animation-name: zoomInLeft; + animation-name: zoomInLeft; +} + +@-webkit-keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInRight { + -webkit-animation-name: zoomInRight; + animation-name: zoomInRight; +} + +@-webkit-keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInUp { + -webkit-animation-name: zoomInUp; + animation-name: zoomInUp; +} + +@-webkit-keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +@keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +.zoomOut { + -webkit-animation-name: zoomOut; + animation-name: zoomOut; +} + +@-webkit-keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomOutDown { + -webkit-animation-name: zoomOutDown; + animation-name: zoomOutDown; +} + +@-webkit-keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +@keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +.zoomOutLeft { + -webkit-animation-name: zoomOutLeft; + animation-name: zoomOutLeft; +} + +@-webkit-keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +@keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +.zoomOutRight { + -webkit-animation-name: zoomOutRight; + animation-name: zoomOutRight; +} + +@-webkit-keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomOutUp { + -webkit-animation-name: zoomOutUp; + animation-name: zoomOutUp; +} + +@-webkit-keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInDown { + -webkit-animation-name: slideInDown; + animation-name: slideInDown; +} + +@-webkit-keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInLeft { + -webkit-animation-name: slideInLeft; + animation-name: slideInLeft; +} + +@-webkit-keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInRight { + -webkit-animation-name: slideInRight; + animation-name: slideInRight; +} + +@-webkit-keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; +} + +@-webkit-keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.slideOutDown { + -webkit-animation-name: slideOutDown; + animation-name: slideOutDown; +} + +@-webkit-keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.slideOutLeft { + -webkit-animation-name: slideOutLeft; + animation-name: slideOutLeft; +} + +@-webkit-keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.slideOutRight { + -webkit-animation-name: slideOutRight; + animation-name: slideOutRight; +} + +@-webkit-keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.slideOutUp { + -webkit-animation-name: slideOutUp; + animation-name: slideOutUp; +} + +.animated { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.animated.infinite { + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + +.animated.delay-1s { + -webkit-animation-delay: 1s; + animation-delay: 1s; +} + +.animated.delay-2s { + -webkit-animation-delay: 2s; + animation-delay: 2s; +} + +.animated.delay-3s { + -webkit-animation-delay: 3s; + animation-delay: 3s; +} + +.animated.delay-4s { + -webkit-animation-delay: 4s; + animation-delay: 4s; +} + +.animated.delay-5s { + -webkit-animation-delay: 5s; + animation-delay: 5s; +} + +.animated.fast { + -webkit-animation-duration: 800ms; + animation-duration: 800ms; +} + +.animated.faster { + -webkit-animation-duration: 500ms; + animation-duration: 500ms; +} + +.animated.slow { + -webkit-animation-duration: 2s; + animation-duration: 2s; +} + +.animated.slower { + -webkit-animation-duration: 3s; + animation-duration: 3s; +} + +@media (print), (prefers-reduced-motion: reduce) { + .animated { + -webkit-animation-duration: 1ms !important; + animation-duration: 1ms !important; + -webkit-transition-duration: 1ms !important; + transition-duration: 1ms !important; + -webkit-animation-iteration-count: 1 !important; + animation-iteration-count: 1 !important; + } +} diff --git a/docs/_site/slides/css/ath-inferno-fonts.css b/docs/_site/slides/css/ath-inferno-fonts.css new file mode 100644 index 00000000..96634d2f --- /dev/null +++ b/docs/_site/slides/css/ath-inferno-fonts.css @@ -0,0 +1,14 @@ +@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,300;0,400;0,600;0,900;1,300;1,400;1,600;1,900&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700&display=swap'); + +body, h1, h2, h3 { + font-family: 'Fira Sans Condensed', sans; +} + +h1, h2, h3 { + font-weight: 600; +} + +.remark-code, .remark-inline-code { + font-family: 'Source Code Pro', 'Lucida Console', Monaco, monospace; +} diff --git a/docs/_site/slides/css/ath-slides.css b/docs/_site/slides/css/ath-slides.css new file mode 100644 index 00000000..9cc81f95 --- /dev/null +++ b/docs/_site/slides/css/ath-slides.css @@ -0,0 +1,618 @@ +/* +Typography +*/ +.remark-slide-content { + font-size: 40px; + /* Base font size */ + padding: 1em 1em 1em 1em; +} + +.remark-slide-content p { + margin: 0.5em 0; +} + +.remark-slide-content h1 { + font-size: 1.7em; + line-height: 1em; + margin-top: 0; + text-align: center; +} + +.huge { + font-size: 2.2em; +} + +.large { + font-size: 1.7em; +} + +.normal { + font-size: 1em; +} + +.medium { + font-size: 1.4em; +} + +.less-medium { + font-size: 1.2em; +} + +.SMALL { + /* CURSE YOU LATEX */ + font-size: 0.9em; +} + +.small { + font-size: 0.8em; +} + +.smaller { + font-size: 0.65em; +} + +.tiny { + font-size: 0.5em; +} + +.light { + font-weight: 300; +} + +.full-width { + width: 100%; +} + +.remark-slide-number { + font-size: 15px; +} + +figure { + margin: 15px; +} + +figcaption { + font-size: 0.5em; +} + +.pull-left h2, +.pull-right h2, +.pull-left-3 h2, +.pull-middle-3 h2, +.pull-right-3 h2 { + margin-top: 0.3em; +} + +.cell-left { + text-align: left; +} + +.cell-right { + text-align: right; +} + +.cell-center { + text-align: center; +} + +.frame { + border: 1px #000000 solid; + padding: 20px; + box-sizing: border-box; +} + +.bg-full { + background-size: cover; +} + +.bg-90 { + background-size: 90%; + background-position-y: 30%; +} + +.bg-y-75 { + background-position-y: 75%; +} + +.sp-before { + margin-top: 1em !important; +} + +.sp-before { + margin-top: 0.7em !important; +} + +.sp-after { + margin-bottom: 1em !important; +} + +.sp-after-half { + margin-bottom: 0.7em !important; +} + +.remark-code, +.remark-inline-code { + font-size: 0.75em; +} + +/* Side-by-side code/plot stuff https://www.garrickadenbuie.com/blog/decouple-code-and-output-in-xaringan-slides/ */ +.left-code { + color: #777; + width: 48%; + height: 92%; + float: left; +} + +.right-plot { + width: 50%; + float: right; + padding-left: 1%; +} + +.right-code { + color: #777; + width: 48%; + height: 92%; + float: right; +} + +.left-plot { + width: 50%; + float: left; + padding-right: 1%; +} + +.left-code .remark-code, +.left-code .remark-inline-code, +.right-code .remark-code, +.right-code .remark-inline-code { + font-size: 0.5em; +} + +.small-code .remark-code, +.small-code .remark-inline-code { + font-size: 0.5em; +} + +/* +Main title and section title slides +*/ +.main-title { + color: #FFFFFF; +} + +.main-title { + text-align: center; +} + +.main-title h1 { + font-weight: 900; + font-size: 2.8em; + line-height: 1.2; + margin-bottom: 2em; +} + +.main-title p { + font-size: 0.8em; +} + +.main-title .class-info { + position: absolute; + width: 100%; + left: 0; + bottom: calc(0% + 0.5em); +} + +.section-title h1, +.section-title-inv h1 { + color: #FFFFFF; + font-size: 2.3em; + line-height: 1.3; +} + +/* +Three column layout +*/ +.pull-left-3 { + float: left; + width: 30%; + padding: 0 2.5% 0 0; +} + +.pull-middle-3 { + float: left; + width: 30%; + padding: 0 2.5%; +} + +.pull-right-3 { + float: right; + width: 30%; + padding: 0 0 0 2.5%; +} + +.pull-right-3 ~ * { + clear: both; +} + +/* +Wider pull left/right +*/ +.pull-left-wide { + float: left; + width: 65%; +} + +.pull-left-narrow { + float: left; + width: 32%; +} + +.pull-right-wide { + float: right; + width: 65%; +} + +.pull-right-narrow { + float: right; + width: 32%; +} + +.pull-right-narrow ~ *, +.pull-right-wide ~ * { + clear: both; +} + +/* +Slides with title bars at the top +*/ +.title { + padding-top: 0em; + border-top: 110px solid #777777; +} + +.title h1 { + margin-top: -85px; + margin-bottom: 50px; +} + +.title-1 { + border-top-color: #170C3A; +} + +.title-2 { + border-top-color: #480B6A; +} + +.title-3 { + border-top-color: #771C6D; +} + +.title-4 { + border-top-color: #A52C60; +} + +.title-5 { + border-top-color: #CF4446; +} + +.title-6 { + border-top-color: #EE6A24; +} + +.title-7 { + border-top-color: #FB9E07; +} + +.title-8 { + border-top-color: #F6D645; +} + +.title-inv-1 { + border-top-color: #B1AEC4; +} + +.title-inv-2 { + border-top-color: #CCAEED; +} + +.title-inv-3 { + border-top-color: #F5ABEA; +} + +.title-inv-4 { + border-top-color: #FFB7CD; +} + +.title-inv-5 { + border-top-color: #FFC6C6; +} + +.title-inv-6 { + border-top-color: #FFD3CA; +} + +.title-inv-7 { + border-top-color: #FFE2D0; +} + +.title-inv-8 { + border-top-color: #FFF2CE; +} + +/* +General color classes +*/ +.color-1 { + color: #170C3A; +} + +.color-2 { + color: #480B6A; +} + +.color-3 { + color: #771C6D; +} + +.color-4 { + color: #A52C60; +} + +.color-5 { + color: #CF4446; +} + +.color-6 { + color: #EE6A24; +} + +.color-7 { + color: #FB9E07; +} + +.color-8 { + color: #F6D645; +} + +.color-light-1 { + color: #B1AEC4; +} + +.color-light-2 { + color: #CCAEED; +} + +.color-light-3 { + color: #F5ABEA; +} + +.color-light-4 { + color: #FFB7CD; +} + +.color-light-5 { + color: #FFC6C6; +} + +.color-light-6 { + color: #FFD3CA; +} + +.color-light-7 { + color: #FFE2D0; +} + +.color-light-8 { + color: #FFF2CE; +} + +/* +Coloring and inverse coloring in title bars and content boxes +*/ +.box-1, +.section-title-1 { + background-color: #170C3A; +} + +.box-2, +.section-title-2 { + background-color: #480B6A; +} + +.box-3, +.section-title-3 { + background-color: #771C6D; +} + +.box-4, +.section-title-4 { + background-color: #A52C60; +} + +.box-5, +.section-title-5 { + background-color: #CF4446; +} + +.box-6, +.section-title-6 { + background-color: #EE6A24; +} + +.box-7, +.section-title-7 { + background-color: #FB9E07; +} + +.box-8, +.section-title-8 { + background-color: #F6D645; +} + +.box-inv-1, +.section-title-inv-1 { + background-color: #B1AEC4; +} + +.box-inv-2, +.section-title-inv-2 { + background-color: #CCAEED; +} + +.box-inv-3, +.section-title-inv-3 { + background-color: #F5ABEA; +} + +.box-inv-4, +.section-title-inv-4 { + background-color: #FFB7CD; +} + +.box-inv-5, +.section-title-inv-5 { + background-color: #FFC6C6; +} + +.box-inv-6, +.section-title-inv-6 { + background-color: #FFD3CA; +} + +.box-inv-7, +.section-title-inv-7 { + background-color: #FFE2D0; +} + +.box-inv-8, +.section-title-inv-8 { + background-color: #FFF2CE; +} + +.box-inv-1, +.title-inv-1 h1, +.section-title-inv-1 h1 { + color: #170C3A; +} + +.box-inv-2, +.title-inv-2 h1, +.section-title-inv-2 h1 { + color: #480B6A; +} + +.box-inv-3, +.title-inv-3 h1, +.section-title-inv-3 h1 { + color: #771C6D; +} + +.box-inv-4, +.title-inv-4 h1, +.section-title-inv-4 h1 { + color: #A52C60; +} + +.box-inv-5, +.title-inv-5 h1, +.section-title-inv-5 h1 { + color: #CF4446; +} + +.box-inv-6, +.title-inv-6 h1, +.section-title-inv-6 h1 { + color: #EE6A24; +} + +.box-inv-7, +.title-inv-7 h1, +.section-title-inv-7 h1 { + color: #FB9E07; +} + +.box-inv-8, +.title-inv-8 h1, +.section-title-inv-8 h1 { + color: #F6D645; +} + +.box-8, .box-7, .box-6, .box-5, .box-4, .box-3, .box-2, .box-1, .title-8 h1, .title-7 h1, .title-6 h1, .title-5 h1, .title-4 h1, .title-3 h1, .title-2 h1, .title-1 h1, .section-title h1 { + color: #FFFFFF; +} + +.box-8, .box-inv-8, .box-7, .box-inv-7, .box-6, .box-inv-6, .box-5, .box-inv-5, .box-4, .box-inv-4, .box-3, .box-inv-3, .box-2, .box-inv-2, .box-1, .box-inv-1 { + margin: 0em auto; + overflow: hidden; + padding: 0.1em 0.4em; + font-weight: 600; + display: table; + text-align: center; +} + +.float-left { + text-align: left; +} + +.float-right { + text-align: right; +} + +.float-left .box-1, .float-left .box-inv-1, +.float-right .box-1, .float-right .box-inv-1 { + display: inline; +} + +.float-left .box-2, .float-left .box-inv-2, +.float-right .box-2, .float-right .box-inv-2 { + display: inline; +} + +.float-left .box-3, .float-left .box-inv-3, +.float-right .box-3, .float-right .box-inv-3 { + display: inline; +} + +.float-left .box-4, .float-left .box-inv-4, +.float-right .box-4, .float-right .box-inv-4 { + display: inline; +} + +.float-left .box-5, .float-left .box-inv-5, +.float-right .box-5, .float-right .box-inv-5 { + display: inline; +} + +.float-left .box-6, .float-left .box-inv-6, +.float-right .box-6, .float-right .box-inv-6 { + display: inline; +} + +.float-left .box-7, .float-left .box-inv-7, +.float-right .box-7, .float-right .box-inv-7 { + display: inline; +} + +.float-left .box-8, .float-left .box-inv-8, +.float-right .box-8, .float-right .box-inv-8 { + display: inline; +} + +/* Corner ribbon */ +/* Adapted from https://codepen.io/eode9/pen/twkKm */ +.corner-ribbon { + width: 425px; + position: fixed; + top: auto; + bottom: 50px; + left: -85px; + transform: rotate(35deg); + -webkit-transform: rotate(35deg); + box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); + text-align: center; + font-size: 0.6em; + padding: 0.25em 0; + background: #A52C60; + color: #FFFFFF; +} diff --git a/docs/_site/slides/css/ath-slides.scss b/docs/_site/slides/css/ath-slides.scss new file mode 100644 index 00000000..81e3c8b4 --- /dev/null +++ b/docs/_site/slides/css/ath-slides.scss @@ -0,0 +1,476 @@ + +// Plasma colors +$colors-dark: ( + #170C3A, /* 1: Grim Reaper */ + #480B6A, /* 2: Obsidian Shell */ + #771C6D, /* 3: Pure Purple */ + #A52C60, /* 4: Parlour Red */ + #CF4446, /* 5: Bullfighters Red */ + #EE6A24, /* 6: Fuego Nuevo */ + #FB9E07, /* 7: Bonus Level */ + #F6D645 /* 8: Python Yellow */ +); + +$colors-light: ( + #B1AEC4, /* 1: Noble Purple */ + #CCAEED, /* 2: Purple Sand */ + #F5ABEA, /* 3: Pinky Swear */ + #FFB7CD, /* 4: Baby Pink */ + #FFC6C6, /* 5: Cinderella Pink */ + #FFD3CA, /* 6: Pale Jasper */ + #FFE2D0, /* 7: Powdered Peach */ + #FFF2CE /* 8: Bird's Child */ +); + + +/* +Typography +*/ +.remark-slide-content { + font-size: 40px; /* Base font size */ + padding: 1em 1em 1em 1em; +} + +.remark-slide-content p { + margin: 0.5em 0; +} + +.remark-slide-content h1 { + font-size: 1.7em; + line-height: 1em; + margin-top: 0; + text-align: center; +} + +.huge { + font-size: 2.2em; +} + +.large { + font-size: 1.7em; +} + +.normal { + font-size: 1em; +} + +.medium { + font-size: 1.4em; +} + +.less-medium { + font-size: 1.2em; +} + +.SMALL { + /* CURSE YOU LATEX */ + font-size: 0.9em; +} + +.small { + font-size: 0.8em; +} + +.smaller { + font-size: 0.65em; +} + +.tiny { + font-size: 0.5em; +} + +.light { + font-weight: 300; +} + +.full-width { + width: 100%; +} + +.remark-slide-number { + font-size: 15px; +} + +figure { + margin: 15px; +} + +figcaption { + font-size: 0.5em; +} + +.pull-left h2, +.pull-right h2, +.pull-left-3 h2, +.pull-middle-3 h2, +.pull-right-3 h2 { + margin-top: 0.3em; +} + +.cell-left { + text-align: left; +} + +.cell-right { + text-align: right; +} + +.cell-center { + text-align: center; +} + +.frame { + border: 1px #000000 solid; + padding: 20px; + box-sizing: border-box; +} + +.bg-full { + background-size: cover; +} + +.bg-90 { + background-size: 90%; + background-position-y: 30%; +} + +.bg-y-75 { + background-position-y: 75%; +} + +.sp-before { + margin-top: 1em !important; +} + +.sp-before { + margin-top: 0.7em !important; +} + +.sp-after { + margin-bottom: 1em !important; +} + +.sp-after-half { + margin-bottom: 0.7em !important; +} + +.remark-code, +.remark-inline-code { + font-size: 0.75em; +} + +/* Side-by-side code/plot stuff https://www.garrickadenbuie.com/blog/decouple-code-and-output-in-xaringan-slides/ */ +.left-code { + color: #777; + width: 48%; + height: 92%; + float: left; +} + +.right-plot { + width: 50%; + float: right; + padding-left: 1%; +} + +.right-code { + color: #777; + width: 48%; + height: 92%; + float: right; +} + +.left-plot { + width: 50%; + float: left; + padding-right: 1%; +} + +.left-code .remark-code, +.left-code .remark-inline-code, +.right-code .remark-code, +.right-code .remark-inline-code{ + font-size: 0.5em; +} + +.small-code .remark-code, +.small-code .remark-inline-code { + font-size: 0.5em; +} + +/* +Main title and section title slides +*/ +.main-title { + color: #FFFFFF; +} + +.main-title { + text-align: center; +} + +.main-title h1 { + font-weight: 900; + font-size: 2.8em; + line-height: 1.2; + margin-bottom: 2em; +} + +.main-title p { + font-size: 0.8em; +} + +.main-title .class-info { + position: absolute; + width: 100%; + left: 0; + bottom: calc(0% + 0.5em); +} + +.section-title h1, +.section-title-inv h1 { + color: #FFFFFF; + font-size: 2.3em; + line-height: 1.3; +} + + +/* +Three column layout +*/ +.pull-left-3 { + float: left; + width: 30%; + padding: 0 2.5% 0 0; +} + +.pull-middle-3 { + float: left; + width: 30%; + padding: 0 2.5%; +} + +.pull-right-3 { + float: right; + width: 30%; + padding: 0 0 0 2.5%; +} + +.pull-right-3 ~ * { + clear: both; +} + +/* +Wider pull left/right +*/ + +.pull-left-wide { + float: left; + width: 65%; +} + +.pull-left-narrow { + float: left; + width: 32%; +} + +.pull-right-wide { + float: right; + width: 65%; +} + +.pull-right-narrow { + float: right; + width: 32%; +} + +.pull-right-narrow ~ *, +.pull-right-wide ~ * { + clear: both; +} + + +/* +Slides with title bars at the top +*/ +.title { + padding-top: 0em; + border-top: 110px solid #777777; +} + +.title h1 { + margin-top: -85px; + margin-bottom: 50px; +} + +// Change the color of the top bar. This generates the following CSS: +// +// .title-N { +// border-top-color: $colors-dark[N]; +// } +@each $current-color in $colors-dark { + $i: index($colors-dark, $current-color); + + .title-#{$i} { + border-top-color: $current-color; + } +} + +@each $current-color in $colors-light { + $i: index($colors-light, $current-color); + + .title-inv-#{$i} { + border-top-color: $current-color; + } +} + +/* +General color classes +*/ + +// This generates the following CSS: +// +// .color-N { +// color: $colors-dark[N]; +// } +@each $current-color in $colors-dark { + $i: index($colors-dark, $current-color); + + .color-#{$i} { + color: $current-color; + } +} + +@each $current-color in $colors-light { + $i: index($colors-light, $current-color); + + .color-light-#{$i} { + color: $current-color; + } +} + + +/* +Coloring and inverse coloring in title bars and content boxes +*/ + +// This generates the following CSS: +// +// .box-N, +// .section-title-N { +// background-color: $colors-dark[N]; +// } +@each $current-color in $colors-dark { + $i: index($colors-dark, $current-color); + + .box-#{$i}, + .section-title-#{$i} { + background-color: $current-color; + } +} + +// This generates the following CSS: +// +// .box-inv-N, +// .section-title-inv-N { +// background-color: $colors-light[N]; +// } +@each $current-color in $colors-light { + $i: index($colors-light, $current-color); + + .box-inv-#{$i}, + .section-title-inv-#{$i} { + background-color: $current-color; + } +} + +// This generates the following CSS: +// +// .box-inv-N, +// .title-inv-N h1 { +// color: $colors-dark[N]; +// } +@each $current-color in $colors-dark { + $i: index($colors-dark, $current-color); + + .box-inv-#{$i}, + .title-inv-#{$i} h1, + .section-title-inv-#{$i} h1 { + color: $current-color; + } +} + + +// Make all h1s in section titles and titles use white text +// This uses @extend to make a comma-separated list of properties, like so: +// .section-title h1, .title-1 h1, .title-2 h1, ... +%white-text { + color: #FFFFFF; +} + +.section-title h1 { + @extend %white-text; +} + +@for $i from 1 through length($colors-dark) { + .title-#{$i} h1 { + @extend %white-text; + } +} + +// Make all dark boxes use white text. The %selector is a placeholder. +@for $i from 1 through length($colors-dark) { + .box-#{$i} { + @extend %white-text; + } +} + +// Settings for all the boxes, based on the %box-settings placeholder +%box-settings { + margin: 0em auto; + overflow: hidden; + padding: 0.1em 0.4em; + font-weight: 600; + display: table; + text-align: center; +} + +@for $i from 1 through length($colors-dark) { + .box-#{$i}, .box-inv-#{$i} { + @extend %box-settings; + } +} + +.float-left { + text-align: left; +} + +.float-right { + text-align: right; +} + +@for $i from 1 through length($colors-dark) { + .float-left .box-#{$i}, .float-left .box-inv-#{$i}, + .float-right .box-#{$i}, .float-right .box-inv-#{$i} { + display: inline; + } +} + + +/* Corner ribbon */ +/* Adapted from https://codepen.io/eode9/pen/twkKm */ +.corner-ribbon { + width: 425px; + position: fixed; + top: auto; + bottom: 50px; + left: -85px; + transform: rotate(35deg); + -webkit-transform: rotate(35deg); + box-shadow: 0 0 3px rgba(0, 0, 0, .3); + text-align: center; + font-size: 0.6em; + padding: 0.25em 0; + background: nth($colors-dark, 4); + color: #FFFFFF; +} diff --git a/slides/img/01-class/00/airbnb.png b/docs/_site/slides/img/01-class/00/airbnb.png similarity index 100% rename from slides/img/01-class/00/airbnb.png rename to docs/_site/slides/img/01-class/00/airbnb.png diff --git a/slides/img/01-class/00/engineering-model.png b/docs/_site/slides/img/01-class/00/engineering-model.png similarity index 100% rename from slides/img/01-class/00/engineering-model.png rename to docs/_site/slides/img/01-class/00/engineering-model.png diff --git a/slides/img/01-class/00/excel-numbers.png b/docs/_site/slides/img/01-class/00/excel-numbers.png similarity index 100% rename from slides/img/01-class/00/excel-numbers.png rename to docs/_site/slides/img/01-class/00/excel-numbers.png diff --git a/slides/img/01-class/00/krugman-allowed.png b/docs/_site/slides/img/01-class/00/krugman-allowed.png similarity index 100% rename from slides/img/01-class/00/krugman-allowed.png rename to docs/_site/slides/img/01-class/00/krugman-allowed.png diff --git a/slides/img/01-class/00/md-outputs.png b/docs/_site/slides/img/01-class/00/md-outputs.png similarity index 100% rename from slides/img/01-class/00/md-outputs.png rename to docs/_site/slides/img/01-class/00/md-outputs.png diff --git a/slides/img/01-class/00/md-to-everything.png b/docs/_site/slides/img/01-class/00/md-to-everything.png similarity index 100% rename from slides/img/01-class/00/md-to-everything.png rename to docs/_site/slides/img/01-class/00/md-to-everything.png diff --git a/slides/img/01-class/00/office-model.png b/docs/_site/slides/img/01-class/00/office-model.png similarity index 100% rename from slides/img/01-class/00/office-model.png rename to docs/_site/slides/img/01-class/00/office-model.png diff --git a/slides/img/01-class/00/path-to-prosperity.jpg b/docs/_site/slides/img/01-class/00/path-to-prosperity.jpg similarity index 100% rename from slides/img/01-class/00/path-to-prosperity.jpg rename to docs/_site/slides/img/01-class/00/path-to-prosperity.jpg diff --git a/slides/img/01-class/00/process-rmd.png b/docs/_site/slides/img/01-class/00/process-rmd.png similarity index 100% rename from slides/img/01-class/00/process-rmd.png rename to docs/_site/slides/img/01-class/00/process-rmd.png diff --git a/slides/img/01-class/00/process-simple.png b/docs/_site/slides/img/01-class/00/process-simple.png similarity index 100% rename from slides/img/01-class/00/process-simple.png rename to docs/_site/slides/img/01-class/00/process-simple.png diff --git a/slides/img/01-class/00/rr-abstract.png b/docs/_site/slides/img/01-class/00/rr-abstract.png similarity index 100% rename from slides/img/01-class/00/rr-abstract.png rename to docs/_site/slides/img/01-class/00/rr-abstract.png diff --git a/slides/img/01-class/00/rr-table1.png b/docs/_site/slides/img/01-class/00/rr-table1.png similarity index 100% rename from slides/img/01-class/00/rr-table1.png rename to docs/_site/slides/img/01-class/00/rr-table1.png diff --git a/slides/img/01-class/00/thomas-herndon.jpg b/docs/_site/slides/img/01-class/00/thomas-herndon.jpg similarity index 100% rename from slides/img/01-class/00/thomas-herndon.jpg rename to docs/_site/slides/img/01-class/00/thomas-herndon.jpg diff --git a/slides/img/01-class/00/uk-long.png b/docs/_site/slides/img/01-class/00/uk-long.png similarity index 100% rename from slides/img/01-class/00/uk-long.png rename to docs/_site/slides/img/01-class/00/uk-long.png diff --git a/slides/img/01-class/00/uk-short.png b/docs/_site/slides/img/01-class/00/uk-short.png similarity index 100% rename from slides/img/01-class/00/uk-short.png rename to docs/_site/slides/img/01-class/00/uk-short.png diff --git a/slides/img/01-class/01/RStudio.png b/docs/_site/slides/img/01-class/01/RStudio.png similarity index 100% rename from slides/img/01-class/01/RStudio.png rename to docs/_site/slides/img/01-class/01/RStudio.png diff --git a/slides/img/01-class/01/Rlogo.png b/docs/_site/slides/img/01-class/01/Rlogo.png similarity index 100% rename from slides/img/01-class/01/Rlogo.png rename to docs/_site/slides/img/01-class/01/Rlogo.png diff --git a/slides/img/01-class/01/rstudio-cheatsheet.png b/docs/_site/slides/img/01-class/01/rstudio-cheatsheet.png similarity index 100% rename from slides/img/01-class/01/rstudio-cheatsheet.png rename to docs/_site/slides/img/01-class/01/rstudio-cheatsheet.png diff --git a/slides/img/01-class/01/rstudio-console.png b/docs/_site/slides/img/01-class/01/rstudio-console.png similarity index 100% rename from slides/img/01-class/01/rstudio-console.png rename to docs/_site/slides/img/01-class/01/rstudio-console.png diff --git a/slides/img/01-class/01/rstudio-data-viewer.png b/docs/_site/slides/img/01-class/01/rstudio-data-viewer.png similarity index 100% rename from slides/img/01-class/01/rstudio-data-viewer.png rename to docs/_site/slides/img/01-class/01/rstudio-data-viewer.png diff --git a/slides/img/01-class/01/rstudio-editor.png b/docs/_site/slides/img/01-class/01/rstudio-editor.png similarity index 100% rename from slides/img/01-class/01/rstudio-editor.png rename to docs/_site/slides/img/01-class/01/rstudio-editor.png diff --git a/slides/img/01-class/01/rstudio-environment.png b/docs/_site/slides/img/01-class/01/rstudio-environment.png similarity index 100% rename from slides/img/01-class/01/rstudio-environment.png rename to docs/_site/slides/img/01-class/01/rstudio-environment.png diff --git a/slides/img/01-class/01/rstudio-files.png b/docs/_site/slides/img/01-class/01/rstudio-files.png similarity index 100% rename from slides/img/01-class/01/rstudio-files.png rename to docs/_site/slides/img/01-class/01/rstudio-files.png diff --git a/slides/img/01-class/01/rstudio-help.png b/docs/_site/slides/img/01-class/01/rstudio-help.png similarity index 100% rename from slides/img/01-class/01/rstudio-help.png rename to docs/_site/slides/img/01-class/01/rstudio-help.png diff --git a/slides/img/01-class/01/rstudio-knit.png b/docs/_site/slides/img/01-class/01/rstudio-knit.png similarity index 100% rename from slides/img/01-class/01/rstudio-knit.png rename to docs/_site/slides/img/01-class/01/rstudio-knit.png diff --git a/slides/img/01-class/01/rstudio-logo.png b/docs/_site/slides/img/01-class/01/rstudio-logo.png similarity index 100% rename from slides/img/01-class/01/rstudio-logo.png rename to docs/_site/slides/img/01-class/01/rstudio-logo.png diff --git a/slides/img/01-class/01/rstudio-normal.png b/docs/_site/slides/img/01-class/01/rstudio-normal.png similarity index 100% rename from slides/img/01-class/01/rstudio-normal.png rename to docs/_site/slides/img/01-class/01/rstudio-normal.png diff --git a/slides/img/01-class/01/rstudio-own-chunk.png b/docs/_site/slides/img/01-class/01/rstudio-own-chunk.png similarity index 100% rename from slides/img/01-class/01/rstudio-own-chunk.png rename to docs/_site/slides/img/01-class/01/rstudio-own-chunk.png diff --git a/slides/img/01-class/01/rstudio-rmd-chunk.png b/docs/_site/slides/img/01-class/01/rstudio-rmd-chunk.png similarity index 100% rename from slides/img/01-class/01/rstudio-rmd-chunk.png rename to docs/_site/slides/img/01-class/01/rstudio-rmd-chunk.png diff --git a/slides/img/01-class/01/rstudio-rmd-code.png b/docs/_site/slides/img/01-class/01/rstudio-rmd-code.png similarity index 100% rename from slides/img/01-class/01/rstudio-rmd-code.png rename to docs/_site/slides/img/01-class/01/rstudio-rmd-code.png diff --git a/slides/img/01-class/01/rstudio-rmd-output.png b/docs/_site/slides/img/01-class/01/rstudio-rmd-output.png similarity index 100% rename from slides/img/01-class/01/rstudio-rmd-output.png rename to docs/_site/slides/img/01-class/01/rstudio-rmd-output.png diff --git a/slides/img/01-class/01/rstudio-rmd-parts.png b/docs/_site/slides/img/01-class/01/rstudio-rmd-parts.png similarity index 100% rename from slides/img/01-class/01/rstudio-rmd-parts.png rename to docs/_site/slides/img/01-class/01/rstudio-rmd-parts.png diff --git a/slides/img/01-class/01/rstudio-rmd-text.png b/docs/_site/slides/img/01-class/01/rstudio-rmd-text.png similarity index 100% rename from slides/img/01-class/01/rstudio-rmd-text.png rename to docs/_site/slides/img/01-class/01/rstudio-rmd-text.png diff --git a/slides/img/01-class/01/rstudio-rmd.png b/docs/_site/slides/img/01-class/01/rstudio-rmd.png similarity index 100% rename from slides/img/01-class/01/rstudio-rmd.png rename to docs/_site/slides/img/01-class/01/rstudio-rmd.png diff --git a/slides/img/01-class/02/haven.png b/docs/_site/slides/img/01-class/02/haven.png similarity index 100% rename from slides/img/01-class/02/haven.png rename to docs/_site/slides/img/01-class/02/haven.png diff --git a/slides/img/01-class/02/packages-base.png b/docs/_site/slides/img/01-class/02/packages-base.png similarity index 100% rename from slides/img/01-class/02/packages-base.png rename to docs/_site/slides/img/01-class/02/packages-base.png diff --git a/slides/img/01-class/02/packages-packages.png b/docs/_site/slides/img/01-class/02/packages-packages.png similarity index 100% rename from slides/img/01-class/02/packages-packages.png rename to docs/_site/slides/img/01-class/02/packages-packages.png diff --git a/slides/img/01-class/02/readr.png b/docs/_site/slides/img/01-class/02/readr.png similarity index 100% rename from slides/img/01-class/02/readr.png rename to docs/_site/slides/img/01-class/02/readr.png diff --git a/slides/img/01-class/02/readxl.png b/docs/_site/slides/img/01-class/02/readxl.png similarity index 100% rename from slides/img/01-class/02/readxl.png rename to docs/_site/slides/img/01-class/02/readxl.png diff --git a/slides/img/01-class/02/tidyverse-language.png b/docs/_site/slides/img/01-class/02/tidyverse-language.png similarity index 100% rename from slides/img/01-class/02/tidyverse-language.png rename to docs/_site/slides/img/01-class/02/tidyverse-language.png diff --git a/slides/img/01-class/02/tidyverse.png b/docs/_site/slides/img/01-class/02/tidyverse.png similarity index 100% rename from slides/img/01-class/02/tidyverse.png rename to docs/_site/slides/img/01-class/02/tidyverse.png diff --git a/slides/img/01-class/03/geom_bar.png b/docs/_site/slides/img/01-class/03/geom_bar.png similarity index 100% rename from slides/img/01-class/03/geom_bar.png rename to docs/_site/slides/img/01-class/03/geom_bar.png diff --git a/slides/img/01-class/03/geom_boxplot.png b/docs/_site/slides/img/01-class/03/geom_boxplot.png similarity index 100% rename from slides/img/01-class/03/geom_boxplot.png rename to docs/_site/slides/img/01-class/03/geom_boxplot.png diff --git a/slides/img/01-class/03/geom_point.png b/docs/_site/slides/img/01-class/03/geom_point.png similarity index 100% rename from slides/img/01-class/03/geom_point.png rename to docs/_site/slides/img/01-class/03/geom_point.png diff --git a/slides/img/01-class/03/geom_sf.png b/docs/_site/slides/img/01-class/03/geom_sf.png similarity index 100% rename from slides/img/01-class/03/geom_sf.png rename to docs/_site/slides/img/01-class/03/geom_sf.png diff --git a/slides/img/01-class/03/geom_text.png b/docs/_site/slides/img/01-class/03/geom_text.png similarity index 100% rename from slides/img/01-class/03/geom_text.png rename to docs/_site/slides/img/01-class/03/geom_text.png diff --git a/slides/img/01-class/03/gg-book.jpg b/docs/_site/slides/img/01-class/03/gg-book.jpg similarity index 100% rename from slides/img/01-class/03/gg-book.jpg rename to docs/_site/slides/img/01-class/03/gg-book.jpg diff --git a/slides/img/01-class/03/ggplot-layers@4x.png b/docs/_site/slides/img/01-class/03/ggplot-layers@4x.png similarity index 100% rename from slides/img/01-class/03/ggplot-layers@4x.png rename to docs/_site/slides/img/01-class/03/ggplot-layers@4x.png diff --git a/slides/img/01-class/03/ggplot-logo.png b/docs/_site/slides/img/01-class/03/ggplot-logo.png similarity index 100% rename from slides/img/01-class/03/ggplot-logo.png rename to docs/_site/slides/img/01-class/03/ggplot-logo.png diff --git a/slides/img/01-class/03/minard.png b/docs/_site/slides/img/01-class/03/minard.png similarity index 100% rename from slides/img/01-class/03/minard.png rename to docs/_site/slides/img/01-class/03/minard.png diff --git a/slides/img/01-class/03/napoleon-google-maps.png b/docs/_site/slides/img/01-class/03/napoleon-google-maps.png similarity index 100% rename from slides/img/01-class/03/napoleon-google-maps.png rename to docs/_site/slides/img/01-class/03/napoleon-google-maps.png diff --git a/slides/img/01-class/03/napoleon-retreat.jpg b/docs/_site/slides/img/01-class/03/napoleon-retreat.jpg similarity index 100% rename from slides/img/01-class/03/napoleon-retreat.jpg rename to docs/_site/slides/img/01-class/03/napoleon-retreat.jpg diff --git a/slides/img/01-class/04/arrange.png b/docs/_site/slides/img/01-class/04/arrange.png similarity index 100% rename from slides/img/01-class/04/arrange.png rename to docs/_site/slides/img/01-class/04/arrange.png diff --git a/slides/img/01-class/04/dplyr-old.png b/docs/_site/slides/img/01-class/04/dplyr-old.png similarity index 100% rename from slides/img/01-class/04/dplyr-old.png rename to docs/_site/slides/img/01-class/04/dplyr-old.png diff --git a/slides/img/01-class/04/dplyr.png b/docs/_site/slides/img/01-class/04/dplyr.png similarity index 100% rename from slides/img/01-class/04/dplyr.png rename to docs/_site/slides/img/01-class/04/dplyr.png diff --git a/slides/img/01-class/04/filter.png b/docs/_site/slides/img/01-class/04/filter.png similarity index 100% rename from slides/img/01-class/04/filter.png rename to docs/_site/slides/img/01-class/04/filter.png diff --git a/slides/img/01-class/04/mutate.png b/docs/_site/slides/img/01-class/04/mutate.png similarity index 100% rename from slides/img/01-class/04/mutate.png rename to docs/_site/slides/img/01-class/04/mutate.png diff --git a/slides/img/01-class/04/select.png b/docs/_site/slides/img/01-class/04/select.png similarity index 100% rename from slides/img/01-class/04/select.png rename to docs/_site/slides/img/01-class/04/select.png diff --git a/slides/img/01-class/04/summarize.png b/docs/_site/slides/img/01-class/04/summarize.png similarity index 100% rename from slides/img/01-class/04/summarize.png rename to docs/_site/slides/img/01-class/04/summarize.png diff --git a/slides/img/01-class/data-science.png b/docs/_site/slides/img/01-class/data-science.png similarity index 100% rename from slides/img/01-class/data-science.png rename to docs/_site/slides/img/01-class/data-science.png diff --git a/slides/img/01-class/ds4ps-life-cycle.png b/docs/_site/slides/img/01-class/ds4ps-life-cycle.png similarity index 100% rename from slides/img/01-class/ds4ps-life-cycle.png rename to docs/_site/slides/img/01-class/ds4ps-life-cycle.png diff --git a/slides/img/01/Rlogo.png b/docs/_site/slides/img/01/Rlogo.png similarity index 100% rename from slides/img/01/Rlogo.png rename to docs/_site/slides/img/01/Rlogo.png diff --git a/slides/img/01/book-of-why.jpg b/docs/_site/slides/img/01/book-of-why.jpg similarity index 100% rename from slides/img/01/book-of-why.jpg rename to docs/_site/slides/img/01/book-of-why.jpg diff --git a/slides/img/01/dagitty-model.png b/docs/_site/slides/img/01/dagitty-model.png similarity index 100% rename from slides/img/01/dagitty-model.png rename to docs/_site/slides/img/01/dagitty-model.png diff --git a/slides/img/01/dataset-search.png b/docs/_site/slides/img/01/dataset-search.png similarity index 100% rename from slides/img/01/dataset-search.png rename to docs/_site/slides/img/01/dataset-search.png diff --git a/slides/img/01/ddji.png b/docs/_site/slides/img/01/ddji.png similarity index 100% rename from slides/img/01/ddji.png rename to docs/_site/slides/img/01/ddji.png diff --git a/slides/img/01/dj-patil.jpg b/docs/_site/slides/img/01/dj-patil.jpg similarity index 100% rename from slides/img/01/dj-patil.jpg rename to docs/_site/slides/img/01/dj-patil.jpg diff --git a/slides/img/01/drink-id.jpg b/docs/_site/slides/img/01/drink-id.jpg similarity index 100% rename from slides/img/01/drink-id.jpg rename to docs/_site/slides/img/01/drink-id.jpg diff --git a/slides/img/01/ds-venn.png b/docs/_site/slides/img/01/ds-venn.png similarity index 100% rename from slides/img/01/ds-venn.png rename to docs/_site/slides/img/01/ds-venn.png diff --git a/slides/img/01/ellie-smoking.png b/docs/_site/slides/img/01/ellie-smoking.png similarity index 100% rename from slides/img/01/ellie-smoking.png rename to docs/_site/slides/img/01/ellie-smoking.png diff --git a/docs/_site/slides/img/01/eval-flowchart.png b/docs/_site/slides/img/01/eval-flowchart.png new file mode 100644 index 00000000..48934e4c Binary files /dev/null and b/docs/_site/slides/img/01/eval-flowchart.png differ diff --git a/slides/img/01/geordi.png b/docs/_site/slides/img/01/geordi.png similarity index 100% rename from slides/img/01/geordi.png rename to docs/_site/slides/img/01/geordi.png diff --git a/slides/img/01/godwins-law.png b/docs/_site/slides/img/01/godwins-law.png similarity index 100% rename from slides/img/01/godwins-law.png rename to docs/_site/slides/img/01/godwins-law.png diff --git a/slides/img/01/john-tweets.png b/docs/_site/slides/img/01/john-tweets.png similarity index 100% rename from slides/img/01/john-tweets.png rename to docs/_site/slides/img/01/john-tweets.png diff --git a/slides/img/01/judea-pearl.jpg b/docs/_site/slides/img/01/judea-pearl.jpg similarity index 100% rename from slides/img/01/judea-pearl.jpg rename to docs/_site/slides/img/01/judea-pearl.jpg diff --git a/slides/img/01/learning-r.png b/docs/_site/slides/img/01/learning-r.png similarity index 100% rename from slides/img/01/learning-r.png rename to docs/_site/slides/img/01/learning-r.png diff --git a/slides/img/01/nola.jpg b/docs/_site/slides/img/01/nola.jpg similarity index 100% rename from slides/img/01/nola.jpg rename to docs/_site/slides/img/01/nola.jpg diff --git a/slides/img/01/nyt-dag1.png b/docs/_site/slides/img/01/nyt-dag1.png similarity index 100% rename from slides/img/01/nyt-dag1.png rename to docs/_site/slides/img/01/nyt-dag1.png diff --git a/slides/img/01/nyt-dag2.png b/docs/_site/slides/img/01/nyt-dag2.png similarity index 100% rename from slides/img/01/nyt-dag2.png rename to docs/_site/slides/img/01/nyt-dag2.png diff --git a/slides/img/01/open-city-all.png b/docs/_site/slides/img/01/open-city-all.png similarity index 100% rename from slides/img/01/open-city-all.png rename to docs/_site/slides/img/01/open-city-all.png diff --git a/slides/img/01/open-city-atl.png b/docs/_site/slides/img/01/open-city-atl.png similarity index 100% rename from slides/img/01/open-city-atl.png rename to docs/_site/slides/img/01/open-city-atl.png diff --git a/slides/img/01/psd-impact-theory.png b/docs/_site/slides/img/01/psd-impact-theory.png similarity index 100% rename from slides/img/01/psd-impact-theory.png rename to docs/_site/slides/img/01/psd-impact-theory.png diff --git a/slides/img/01/psd-logic-model.png b/docs/_site/slides/img/01/psd-logic-model.png similarity index 100% rename from slides/img/01/psd-logic-model.png rename to docs/_site/slides/img/01/psd-logic-model.png diff --git a/slides/img/01/psd-program-effect.png b/docs/_site/slides/img/01/psd-program-effect.png similarity index 100% rename from slides/img/01/psd-program-effect.png rename to docs/_site/slides/img/01/psd-program-effect.png diff --git a/slides/img/01/psd-results.png b/docs/_site/slides/img/01/psd-results.png similarity index 100% rename from slides/img/01/psd-results.png rename to docs/_site/slides/img/01/psd-results.png diff --git a/slides/img/01/rossi.jpg b/docs/_site/slides/img/01/rossi.jpg similarity index 100% rename from slides/img/01/rossi.jpg rename to docs/_site/slides/img/01/rossi.jpg diff --git a/slides/img/01/rstudio-logo.png b/docs/_site/slides/img/01/rstudio-logo.png similarity index 100% rename from slides/img/01/rstudio-logo.png rename to docs/_site/slides/img/01/rstudio-logo.png diff --git a/slides/img/01/salk.jpg b/docs/_site/slides/img/01/salk.jpg similarity index 100% rename from slides/img/01/salk.jpg rename to docs/_site/slides/img/01/salk.jpg diff --git a/slides/img/01/slate-quote.png b/docs/_site/slides/img/01/slate-quote.png similarity index 100% rename from slides/img/01/slate-quote.png rename to docs/_site/slides/img/01/slate-quote.png diff --git a/slides/img/01/slate-title.png b/docs/_site/slides/img/01/slate-title.png similarity index 100% rename from slides/img/01/slate-title.png rename to docs/_site/slides/img/01/slate-title.png diff --git a/slides/img/01/sucking-first-step.jpg b/docs/_site/slides/img/01/sucking-first-step.jpg similarity index 100% rename from slides/img/01/sucking-first-step.jpg rename to docs/_site/slides/img/01/sucking-first-step.jpg diff --git a/slides/img/01/sucking-nyt.png b/docs/_site/slides/img/01/sucking-nyt.png similarity index 100% rename from slides/img/01/sucking-nyt.png rename to docs/_site/slides/img/01/sucking-nyt.png diff --git a/slides/img/01/the-effect.png b/docs/_site/slides/img/01/the-effect.png similarity index 100% rename from slides/img/01/the-effect.png rename to docs/_site/slides/img/01/the-effect.png diff --git a/slides/img/01/tidyverse-language.png b/docs/_site/slides/img/01/tidyverse-language.png similarity index 100% rename from slides/img/01/tidyverse-language.png rename to docs/_site/slides/img/01/tidyverse-language.png diff --git a/slides/img/01/tidyverse.png b/docs/_site/slides/img/01/tidyverse.png similarity index 100% rename from slides/img/01/tidyverse.png rename to docs/_site/slides/img/01/tidyverse.png diff --git a/slides/img/01/usds.png b/docs/_site/slides/img/01/usds.png similarity index 100% rename from slides/img/01/usds.png rename to docs/_site/slides/img/01/usds.png diff --git a/slides/img/01/wb-eval.jpg b/docs/_site/slides/img/01/wb-eval.jpg similarity index 100% rename from slides/img/01/wb-eval.jpg rename to docs/_site/slides/img/01/wb-eval.jpg diff --git a/slides/img/02-class/mixer-board-annotated-80.jpg b/docs/_site/slides/img/02-class/mixer-board-annotated-80.jpg similarity index 100% rename from slides/img/02-class/mixer-board-annotated-80.jpg rename to docs/_site/slides/img/02-class/mixer-board-annotated-80.jpg diff --git a/slides/img/02-class/nice-plot-1.png b/docs/_site/slides/img/02-class/nice-plot-1.png similarity index 100% rename from slides/img/02-class/nice-plot-1.png rename to docs/_site/slides/img/02-class/nice-plot-1.png diff --git a/slides/img/02-class/plot-diagram-estimation-1.png b/docs/_site/slides/img/02-class/plot-diagram-estimation-1.png similarity index 100% rename from slides/img/02-class/plot-diagram-estimation-1.png rename to docs/_site/slides/img/02-class/plot-diagram-estimation-1.png diff --git a/slides/img/02-class/plot-diagram-prediction-1.png b/docs/_site/slides/img/02-class/plot-diagram-prediction-1.png similarity index 100% rename from slides/img/02-class/plot-diagram-prediction-1.png rename to docs/_site/slides/img/02-class/plot-diagram-prediction-1.png diff --git a/slides/img/02-class/prediction-vs-estimation.jpg b/docs/_site/slides/img/02-class/prediction-vs-estimation.jpg similarity index 100% rename from slides/img/02-class/prediction-vs-estimation.jpg rename to docs/_site/slides/img/02-class/prediction-vs-estimation.jpg diff --git a/slides/img/02-class/slider-switch-annotated-80.jpg b/docs/_site/slides/img/02-class/slider-switch-annotated-80.jpg similarity index 100% rename from slides/img/02-class/slider-switch-annotated-80.jpg rename to docs/_site/slides/img/02-class/slider-switch-annotated-80.jpg diff --git a/slides/img/02/slider-switch-annotated-80.jpg b/docs/_site/slides/img/02/slider-switch-annotated-80.jpg similarity index 100% rename from slides/img/02/slider-switch-annotated-80.jpg rename to docs/_site/slides/img/02/slider-switch-annotated-80.jpg diff --git a/slides/img/02/slider-switch-plain-80.jpg b/docs/_site/slides/img/02/slider-switch-plain-80.jpg similarity index 100% rename from slides/img/02/slider-switch-plain-80.jpg rename to docs/_site/slides/img/02/slider-switch-plain-80.jpg diff --git a/slides/img/03/airbnb.png b/docs/_site/slides/img/03/airbnb.png similarity index 100% rename from slides/img/03/airbnb.png rename to docs/_site/slides/img/03/airbnb.png diff --git a/slides/img/03/excel-numbers.png b/docs/_site/slides/img/03/excel-numbers.png similarity index 100% rename from slides/img/03/excel-numbers.png rename to docs/_site/slides/img/03/excel-numbers.png diff --git a/slides/img/03/krugman-allowed.png b/docs/_site/slides/img/03/krugman-allowed.png similarity index 100% rename from slides/img/03/krugman-allowed.png rename to docs/_site/slides/img/03/krugman-allowed.png diff --git a/slides/img/03/lhi-map.jpg b/docs/_site/slides/img/03/lhi-map.jpg similarity index 100% rename from slides/img/03/lhi-map.jpg rename to docs/_site/slides/img/03/lhi-map.jpg diff --git a/slides/img/03/lhi-serres-kids.jpg b/docs/_site/slides/img/03/lhi-serres-kids.jpg similarity index 100% rename from slides/img/03/lhi-serres-kids.jpg rename to docs/_site/slides/img/03/lhi-serres-kids.jpg diff --git a/slides/img/03/lhi-serres.jpg b/docs/_site/slides/img/03/lhi-serres.jpg similarity index 100% rename from slides/img/03/lhi-serres.jpg rename to docs/_site/slides/img/03/lhi-serres.jpg diff --git a/slides/img/03/mpa-mission@4x.png b/docs/_site/slides/img/03/mpa-mission@4x.png similarity index 100% rename from slides/img/03/mpa-mission@4x.png rename to docs/_site/slides/img/03/mpa-mission@4x.png diff --git a/slides/img/03/mpp-mission@4x.png b/docs/_site/slides/img/03/mpp-mission@4x.png similarity index 100% rename from slides/img/03/mpp-mission@4x.png rename to docs/_site/slides/img/03/mpp-mission@4x.png diff --git a/slides/img/03/olpc-screenshot.png b/docs/_site/slides/img/03/olpc-screenshot.png similarity index 100% rename from slides/img/03/olpc-screenshot.png rename to docs/_site/slides/img/03/olpc-screenshot.png diff --git a/slides/img/03/olpc.jpg b/docs/_site/slides/img/03/olpc.jpg similarity index 100% rename from slides/img/03/olpc.jpg rename to docs/_site/slides/img/03/olpc.jpg diff --git a/slides/img/03/path-to-prosperity.jpg b/docs/_site/slides/img/03/path-to-prosperity.jpg similarity index 100% rename from slides/img/03/path-to-prosperity.jpg rename to docs/_site/slides/img/03/path-to-prosperity.jpg diff --git a/slides/img/03/playpump-diagram.jpg b/docs/_site/slides/img/03/playpump-diagram.jpg similarity index 100% rename from slides/img/03/playpump-diagram.jpg rename to docs/_site/slides/img/03/playpump-diagram.jpg diff --git a/slides/img/03/playpump-photo.jpg b/docs/_site/slides/img/03/playpump-photo.jpg similarity index 100% rename from slides/img/03/playpump-photo.jpg rename to docs/_site/slides/img/03/playpump-photo.jpg diff --git a/slides/img/03/plot-dist-age-1.png b/docs/_site/slides/img/03/plot-dist-age-1.png similarity index 100% rename from slides/img/03/plot-dist-age-1.png rename to docs/_site/slides/img/03/plot-dist-age-1.png diff --git a/slides/img/03/plot-programs-overall-1.png b/docs/_site/slides/img/03/plot-programs-overall-1.png similarity index 100% rename from slides/img/03/plot-programs-overall-1.png rename to docs/_site/slides/img/03/plot-programs-overall-1.png diff --git a/slides/img/03/psd-impact-theory-arrow.png b/docs/_site/slides/img/03/psd-impact-theory-arrow.png similarity index 100% rename from slides/img/03/psd-impact-theory-arrow.png rename to docs/_site/slides/img/03/psd-impact-theory-arrow.png diff --git a/slides/img/03/rr-abstract.png b/docs/_site/slides/img/03/rr-abstract.png similarity index 100% rename from slides/img/03/rr-abstract.png rename to docs/_site/slides/img/03/rr-abstract.png diff --git a/slides/img/03/rr-table1.png b/docs/_site/slides/img/03/rr-table1.png similarity index 100% rename from slides/img/03/rr-table1.png rename to docs/_site/slides/img/03/rr-table1.png diff --git a/slides/img/03/thomas-herndon.jpg b/docs/_site/slides/img/03/thomas-herndon.jpg similarity index 100% rename from slides/img/03/thomas-herndon.jpg rename to docs/_site/slides/img/03/thomas-herndon.jpg diff --git a/slides/img/03/uk-long.png b/docs/_site/slides/img/03/uk-long.png similarity index 100% rename from slides/img/03/uk-long.png rename to docs/_site/slides/img/03/uk-long.png diff --git a/slides/img/03/uk-short.png b/docs/_site/slides/img/03/uk-short.png similarity index 100% rename from slides/img/03/uk-short.png rename to docs/_site/slides/img/03/uk-short.png diff --git a/slides/img/03/wb-results-chain.png b/docs/_site/slides/img/03/wb-results-chain.png similarity index 100% rename from slides/img/03/wb-results-chain.png rename to docs/_site/slides/img/03/wb-results-chain.png diff --git a/slides/img/04-class/ben-hair.jpg b/docs/_site/slides/img/04-class/ben-hair.jpg similarity index 100% rename from slides/img/04-class/ben-hair.jpg rename to docs/_site/slides/img/04-class/ben-hair.jpg diff --git a/slides/img/04-class/facebook.png b/docs/_site/slides/img/04-class/facebook.png similarity index 100% rename from slides/img/04-class/facebook.png rename to docs/_site/slides/img/04-class/facebook.png diff --git a/slides/img/04-class/greenspace-conversation.png b/docs/_site/slides/img/04-class/greenspace-conversation.png similarity index 100% rename from slides/img/04-class/greenspace-conversation.png rename to docs/_site/slides/img/04-class/greenspace-conversation.png diff --git a/slides/img/04-class/greenspace-eater.png b/docs/_site/slides/img/04-class/greenspace-eater.png similarity index 100% rename from slides/img/04-class/greenspace-eater.png rename to docs/_site/slides/img/04-class/greenspace-eater.png diff --git a/slides/img/04-class/slider-switch-plain-80.jpg b/docs/_site/slides/img/04-class/slider-switch-plain-80.jpg similarity index 100% rename from slides/img/04-class/slider-switch-plain-80.jpg rename to docs/_site/slides/img/04-class/slider-switch-plain-80.jpg diff --git a/slides/img/04-class/supercentenarians.png b/docs/_site/slides/img/04-class/supercentenarians.png similarity index 100% rename from slides/img/04-class/supercentenarians.png rename to docs/_site/slides/img/04-class/supercentenarians.png diff --git a/slides/img/04/dagitty-implications.png b/docs/_site/slides/img/04/dagitty-implications.png similarity index 100% rename from slides/img/04/dagitty-implications.png rename to docs/_site/slides/img/04/dagitty-implications.png diff --git a/slides/img/04/monty-python-witch.jpg b/docs/_site/slides/img/04/monty-python-witch.jpg similarity index 100% rename from slides/img/04/monty-python-witch.jpg rename to docs/_site/slides/img/04/monty-python-witch.jpg diff --git a/slides/img/04/program-effect.png b/docs/_site/slides/img/04/program-effect.png similarity index 100% rename from slides/img/04/program-effect.png rename to docs/_site/slides/img/04/program-effect.png diff --git a/slides/img/04/stretching.jpg b/docs/_site/slides/img/04/stretching.jpg similarity index 100% rename from slides/img/04/stretching.jpg rename to docs/_site/slides/img/04/stretching.jpg diff --git a/slides/img/04/too-much-rct.jpg b/docs/_site/slides/img/04/too-much-rct.jpg similarity index 100% rename from slides/img/04/too-much-rct.jpg rename to docs/_site/slides/img/04/too-much-rct.jpg diff --git a/slides/img/04/trials-1.jpg b/docs/_site/slides/img/04/trials-1.jpg similarity index 100% rename from slides/img/04/trials-1.jpg rename to docs/_site/slides/img/04/trials-1.jpg diff --git a/slides/img/04/trials-2.jpg b/docs/_site/slides/img/04/trials-2.jpg similarity index 100% rename from slides/img/04/trials-2.jpg rename to docs/_site/slides/img/04/trials-2.jpg diff --git a/slides/img/04/witches.jpg b/docs/_site/slides/img/04/witches.jpg similarity index 100% rename from slides/img/04/witches.jpg rename to docs/_site/slides/img/04/witches.jpg diff --git a/slides/img/05-class/backdoor-derivation.png b/docs/_site/slides/img/05-class/backdoor-derivation.png similarity index 100% rename from slides/img/05-class/backdoor-derivation.png rename to docs/_site/slides/img/05-class/backdoor-derivation.png diff --git a/slides/img/05-class/backdoor.png b/docs/_site/slides/img/05-class/backdoor.png similarity index 100% rename from slides/img/05-class/backdoor.png rename to docs/_site/slides/img/05-class/backdoor.png diff --git a/slides/img/05-class/cor-not-cause.png b/docs/_site/slides/img/05-class/cor-not-cause.png similarity index 100% rename from slides/img/05-class/cor-not-cause.png rename to docs/_site/slides/img/05-class/cor-not-cause.png diff --git a/slides/img/05-class/dag-associations.png b/docs/_site/slides/img/05-class/dag-associations.png similarity index 100% rename from slides/img/05-class/dag-associations.png rename to docs/_site/slides/img/05-class/dag-associations.png diff --git a/slides/img/05-class/do-calculus-math.png b/docs/_site/slides/img/05-class/do-calculus-math.png similarity index 100% rename from slides/img/05-class/do-calculus-math.png rename to docs/_site/slides/img/05-class/do-calculus-math.png diff --git a/slides/img/05-class/fusion1.png b/docs/_site/slides/img/05-class/fusion1.png similarity index 100% rename from slides/img/05-class/fusion1.png rename to docs/_site/slides/img/05-class/fusion1.png diff --git a/slides/img/05-class/fusion2.png b/docs/_site/slides/img/05-class/fusion2.png similarity index 100% rename from slides/img/05-class/fusion2.png rename to docs/_site/slides/img/05-class/fusion2.png diff --git a/slides/img/05-class/fusion3.png b/docs/_site/slides/img/05-class/fusion3.png similarity index 100% rename from slides/img/05-class/fusion3.png rename to docs/_site/slides/img/05-class/fusion3.png diff --git a/slides/img/05-class/fusion4.png b/docs/_site/slides/img/05-class/fusion4.png similarity index 100% rename from slides/img/05-class/fusion4.png rename to docs/_site/slides/img/05-class/fusion4.png diff --git a/slides/img/05-class/klm-dag.png b/docs/_site/slides/img/05-class/klm-dag.png similarity index 100% rename from slides/img/05-class/klm-dag.png rename to docs/_site/slides/img/05-class/klm-dag.png diff --git a/slides/img/05-class/klm.png b/docs/_site/slides/img/05-class/klm.png similarity index 100% rename from slides/img/05-class/klm.png rename to docs/_site/slides/img/05-class/klm.png diff --git a/slides/img/05-class/massie-tweet.png b/docs/_site/slides/img/05-class/massie-tweet.png similarity index 100% rename from slides/img/05-class/massie-tweet.png rename to docs/_site/slides/img/05-class/massie-tweet.png diff --git a/slides/img/05-class/moderna-ebv.png b/docs/_site/slides/img/05-class/moderna-ebv.png similarity index 100% rename from slides/img/05-class/moderna-ebv.png rename to docs/_site/slides/img/05-class/moderna-ebv.png diff --git a/slides/img/05-class/niceness-appearance-dag.png b/docs/_site/slides/img/05-class/niceness-appearance-dag.png similarity index 100% rename from slides/img/05-class/niceness-appearance-dag.png rename to docs/_site/slides/img/05-class/niceness-appearance-dag.png diff --git a/slides/img/05-class/video-confounding-blocked.mp4 b/docs/_site/slides/img/05-class/video-confounding-blocked.mp4 similarity index 100% rename from slides/img/05-class/video-confounding-blocked.mp4 rename to docs/_site/slides/img/05-class/video-confounding-blocked.mp4 diff --git a/slides/img/05-class/video-confounding-unblocked.mp4 b/docs/_site/slides/img/05-class/video-confounding-unblocked.mp4 similarity index 100% rename from slides/img/05-class/video-confounding-unblocked.mp4 rename to docs/_site/slides/img/05-class/video-confounding-unblocked.mp4 diff --git a/slides/img/05-class/video-mediation.mp4 b/docs/_site/slides/img/05-class/video-mediation.mp4 similarity index 100% rename from slides/img/05-class/video-mediation.mp4 rename to docs/_site/slides/img/05-class/video-mediation.mp4 diff --git a/slides/img/05/TAL.png b/docs/_site/slides/img/05/TAL.png similarity index 100% rename from slides/img/05/TAL.png rename to docs/_site/slides/img/05/TAL.png diff --git a/slides/img/05/do-calculus.png b/docs/_site/slides/img/05/do-calculus.png similarity index 100% rename from slides/img/05/do-calculus.png rename to docs/_site/slides/img/05/do-calculus.png diff --git a/slides/img/05/mm-matching.png b/docs/_site/slides/img/05/mm-matching.png similarity index 100% rename from slides/img/05/mm-matching.png rename to docs/_site/slides/img/05/mm-matching.png diff --git a/slides/img/05/program-effect-letters.png b/docs/_site/slides/img/05/program-effect-letters.png similarity index 100% rename from slides/img/05/program-effect-letters.png rename to docs/_site/slides/img/05/program-effect-letters.png diff --git a/slides/img/06-class/bayes.jpg b/docs/_site/slides/img/06-class/bayes.jpg similarity index 100% rename from slides/img/06-class/bayes.jpg rename to docs/_site/slides/img/06-class/bayes.jpg diff --git a/slides/img/06-class/enigma.jpg b/docs/_site/slides/img/06-class/enigma.jpg similarity index 100% rename from slides/img/06-class/enigma.jpg rename to docs/_site/slides/img/06-class/enigma.jpg diff --git a/slides/img/06-class/final_triptych.png b/docs/_site/slides/img/06-class/final_triptych.png similarity index 100% rename from slides/img/06-class/final_triptych.png rename to docs/_site/slides/img/06-class/final_triptych.png diff --git a/slides/img/06-class/plot-pd-1.png b/docs/_site/slides/img/06-class/plot-pd-1.png similarity index 100% rename from slides/img/06-class/plot-pd-1.png rename to docs/_site/slides/img/06-class/plot-pd-1.png diff --git a/slides/img/06-class/plot-rope-1.png b/docs/_site/slides/img/06-class/plot-rope-1.png similarity index 100% rename from slides/img/06-class/plot-rope-1.png rename to docs/_site/slides/img/06-class/plot-rope-1.png diff --git a/slides/img/06-class/reliable-se-1.png b/docs/_site/slides/img/06-class/reliable-se-1.png similarity index 100% rename from slides/img/06-class/reliable-se-1.png rename to docs/_site/slides/img/06-class/reliable-se-1.png diff --git a/slides/img/06-class/step1.png b/docs/_site/slides/img/06-class/step1.png similarity index 100% rename from slides/img/06-class/step1.png rename to docs/_site/slides/img/06-class/step1.png diff --git a/slides/img/06-class/step2.png b/docs/_site/slides/img/06-class/step2.png similarity index 100% rename from slides/img/06-class/step2.png rename to docs/_site/slides/img/06-class/step2.png diff --git a/slides/img/06-class/step3.png b/docs/_site/slides/img/06-class/step3.png similarity index 100% rename from slides/img/06-class/step3.png rename to docs/_site/slides/img/06-class/step3.png diff --git a/slides/img/06-class/turing.jpg b/docs/_site/slides/img/06-class/turing.jpg similarity index 100% rename from slides/img/06-class/turing.jpg rename to docs/_site/slides/img/06-class/turing.jpg diff --git a/slides/img/06/external-validity1.png b/docs/_site/slides/img/06/external-validity1.png similarity index 100% rename from slides/img/06/external-validity1.png rename to docs/_site/slides/img/06/external-validity1.png diff --git a/slides/img/06/external-validity2.png b/docs/_site/slides/img/06/external-validity2.png similarity index 100% rename from slides/img/06/external-validity2.png rename to docs/_site/slides/img/06/external-validity2.png diff --git a/slides/img/06/marriage-graph1.png b/docs/_site/slides/img/06/marriage-graph1.png similarity index 100% rename from slides/img/06/marriage-graph1.png rename to docs/_site/slides/img/06/marriage-graph1.png diff --git a/slides/img/06/marriage-graph2.png b/docs/_site/slides/img/06/marriage-graph2.png similarity index 100% rename from slides/img/06/marriage-graph2.png rename to docs/_site/slides/img/06/marriage-graph2.png diff --git a/slides/img/06/marriage-graph3.png b/docs/_site/slides/img/06/marriage-graph3.png similarity index 100% rename from slides/img/06/marriage-graph3.png rename to docs/_site/slides/img/06/marriage-graph3.png diff --git a/slides/img/06/marriage-title.png b/docs/_site/slides/img/06/marriage-title.png similarity index 100% rename from slides/img/06/marriage-title.png rename to docs/_site/slides/img/06/marriage-title.png diff --git a/slides/img/06/p-hacking.png b/docs/_site/slides/img/06/p-hacking.png similarity index 100% rename from slides/img/06/p-hacking.png rename to docs/_site/slides/img/06/p-hacking.png diff --git a/slides/img/06/power-search.png b/docs/_site/slides/img/06/power-search.png similarity index 100% rename from slides/img/06/power-search.png rename to docs/_site/slides/img/06/power-search.png diff --git a/slides/img/06/sesame-street.png b/docs/_site/slides/img/06/sesame-street.png similarity index 100% rename from slides/img/06/sesame-street.png rename to docs/_site/slides/img/06/sesame-street.png diff --git a/slides/img/06/streetlight.jpg b/docs/_site/slides/img/06/streetlight.jpg similarity index 100% rename from slides/img/06/streetlight.jpg rename to docs/_site/slides/img/06/streetlight.jpg diff --git a/slides/img/06/xkcd.png b/docs/_site/slides/img/06/xkcd.png similarity index 100% rename from slides/img/06/xkcd.png rename to docs/_site/slides/img/06/xkcd.png diff --git a/slides/img/07-class/blank-wordle.png b/docs/_site/slides/img/07-class/blank-wordle.png similarity index 100% rename from slides/img/07-class/blank-wordle.png rename to docs/_site/slides/img/07-class/blank-wordle.png diff --git a/slides/img/07-class/chelsea-first.png b/docs/_site/slides/img/07-class/chelsea-first.png similarity index 100% rename from slides/img/07-class/chelsea-first.png rename to docs/_site/slides/img/07-class/chelsea-first.png diff --git a/slides/img/07-class/chelsea-second.png b/docs/_site/slides/img/07-class/chelsea-second.png similarity index 100% rename from slides/img/07-class/chelsea-second.png rename to docs/_site/slides/img/07-class/chelsea-second.png diff --git a/slides/img/07-class/coins.jpg b/docs/_site/slides/img/07-class/coins.jpg similarity index 100% rename from slides/img/07-class/coins.jpg rename to docs/_site/slides/img/07-class/coins.jpg diff --git a/slides/img/07/gary-king.png b/docs/_site/slides/img/07/gary-king.png similarity index 100% rename from slides/img/07/gary-king.png rename to docs/_site/slides/img/07/gary-king.png diff --git a/slides/img/07/gold-standard.png b/docs/_site/slides/img/07/gold-standard.png similarity index 100% rename from slides/img/07/gold-standard.png rename to docs/_site/slides/img/07/gold-standard.png diff --git a/slides/img/07/hud.jpg b/docs/_site/slides/img/07/hud.jpg similarity index 100% rename from slides/img/07/hud.jpg rename to docs/_site/slides/img/07/hud.jpg diff --git a/slides/img/07/jpal-nobel.png b/docs/_site/slides/img/07/jpal-nobel.png similarity index 100% rename from slides/img/07/jpal-nobel.png rename to docs/_site/slides/img/07/jpal-nobel.png diff --git a/slides/img/07/mahalanobis.png b/docs/_site/slides/img/07/mahalanobis.png similarity index 100% rename from slides/img/07/mahalanobis.png rename to docs/_site/slides/img/07/mahalanobis.png diff --git a/slides/img/07/nyt-wellness-program.png b/docs/_site/slides/img/07/nyt-wellness-program.png similarity index 100% rename from slides/img/07/nyt-wellness-program.png rename to docs/_site/slides/img/07/nyt-wellness-program.png diff --git a/slides/img/07/recession1.png b/docs/_site/slides/img/07/recession1.png similarity index 100% rename from slides/img/07/recession1.png rename to docs/_site/slides/img/07/recession1.png diff --git a/slides/img/07/recession2.png b/docs/_site/slides/img/07/recession2.png similarity index 100% rename from slides/img/07/recession2.png rename to docs/_site/slides/img/07/recession2.png diff --git a/slides/img/07/vox-nobel.png b/docs/_site/slides/img/07/vox-nobel.png similarity index 100% rename from slides/img/07/vox-nobel.png rename to docs/_site/slides/img/07/vox-nobel.png diff --git a/slides/img/07/wb-4-1.png b/docs/_site/slides/img/07/wb-4-1.png similarity index 100% rename from slides/img/07/wb-4-1.png rename to docs/_site/slides/img/07/wb-4-1.png diff --git a/slides/img/07/wb-4-4.png b/docs/_site/slides/img/07/wb-4-4.png similarity index 100% rename from slides/img/07/wb-4-4.png rename to docs/_site/slides/img/07/wb-4-4.png diff --git a/slides/img/08-class/2020-2021-meme-garnick-1.jpg b/docs/_site/slides/img/08-class/2020-2021-meme-garnick-1.jpg similarity index 100% rename from slides/img/08-class/2020-2021-meme-garnick-1.jpg rename to docs/_site/slides/img/08-class/2020-2021-meme-garnick-1.jpg diff --git a/slides/img/08-class/2021-nobel-winners.jpg b/docs/_site/slides/img/08-class/2021-nobel-winners.jpg similarity index 100% rename from slides/img/08-class/2021-nobel-winners.jpg rename to docs/_site/slides/img/08-class/2021-nobel-winners.jpg diff --git a/slides/img/08-class/alan-krueger.jpg b/docs/_site/slides/img/08-class/alan-krueger.jpg similarity index 100% rename from slides/img/08-class/alan-krueger.jpg rename to docs/_site/slides/img/08-class/alan-krueger.jpg diff --git a/slides/img/08-class/bedtime-math-diff-diff.png b/docs/_site/slides/img/08-class/bedtime-math-diff-diff.png similarity index 100% rename from slides/img/08-class/bedtime-math-diff-diff.png rename to docs/_site/slides/img/08-class/bedtime-math-diff-diff.png diff --git a/slides/img/08-class/bedtime-math.png b/docs/_site/slides/img/08-class/bedtime-math.png similarity index 100% rename from slides/img/08-class/bedtime-math.png rename to docs/_site/slides/img/08-class/bedtime-math.png diff --git a/slides/img/08-class/causality-continuum.png b/docs/_site/slides/img/08-class/causality-continuum.png similarity index 100% rename from slides/img/08-class/causality-continuum.png rename to docs/_site/slides/img/08-class/causality-continuum.png diff --git a/slides/img/08-class/charles-ozzy.png b/docs/_site/slides/img/08-class/charles-ozzy.png similarity index 100% rename from slides/img/08-class/charles-ozzy.png rename to docs/_site/slides/img/08-class/charles-ozzy.png diff --git a/slides/img/08-class/lambeth-southwark-vauxhall.jpg b/docs/_site/slides/img/08-class/lambeth-southwark-vauxhall.jpg similarity index 100% rename from slides/img/08-class/lambeth-southwark-vauxhall.jpg rename to docs/_site/slides/img/08-class/lambeth-southwark-vauxhall.jpg diff --git a/slides/img/08-class/mm-fig-5-4.png b/docs/_site/slides/img/08-class/mm-fig-5-4.png similarity index 100% rename from slides/img/08-class/mm-fig-5-4.png rename to docs/_site/slides/img/08-class/mm-fig-5-4.png diff --git a/slides/img/08-class/mm-fig-5-5.png b/docs/_site/slides/img/08-class/mm-fig-5-5.png similarity index 100% rename from slides/img/08-class/mm-fig-5-5.png rename to docs/_site/slides/img/08-class/mm-fig-5-5.png diff --git a/slides/img/08-class/mm-fig-5-6.png b/docs/_site/slides/img/08-class/mm-fig-5-6.png similarity index 100% rename from slides/img/08-class/mm-fig-5-6.png rename to docs/_site/slides/img/08-class/mm-fig-5-6.png diff --git a/slides/img/08-class/mm-tbl-5-2.png b/docs/_site/slides/img/08-class/mm-tbl-5-2.png similarity index 100% rename from slides/img/08-class/mm-tbl-5-2.png rename to docs/_site/slides/img/08-class/mm-tbl-5-2.png diff --git a/slides/img/08-class/pa-nj-nobel.jpg b/docs/_site/slides/img/08-class/pa-nj-nobel.jpg similarity index 100% rename from slides/img/08-class/pa-nj-nobel.jpg rename to docs/_site/slides/img/08-class/pa-nj-nobel.jpg diff --git a/slides/img/08/federalism.png b/docs/_site/slides/img/08/federalism.png similarity index 100% rename from slides/img/08/federalism.png rename to docs/_site/slides/img/08/federalism.png diff --git a/slides/img/08/goodman-bacon.png b/docs/_site/slides/img/08/goodman-bacon.png similarity index 100% rename from slides/img/08/goodman-bacon.png rename to docs/_site/slides/img/08/goodman-bacon.png diff --git a/slides/img/08/hotdogs-small.jpg b/docs/_site/slides/img/08/hotdogs-small.jpg similarity index 100% rename from slides/img/08/hotdogs-small.jpg rename to docs/_site/slides/img/08/hotdogs-small.jpg diff --git a/slides/img/08/hotdogs.jpg b/docs/_site/slides/img/08/hotdogs.jpg similarity index 100% rename from slides/img/08/hotdogs.jpg rename to docs/_site/slides/img/08/hotdogs.jpg diff --git a/slides/img/08/pokemon1.png b/docs/_site/slides/img/08/pokemon1.png similarity index 100% rename from slides/img/08/pokemon1.png rename to docs/_site/slides/img/08/pokemon1.png diff --git a/slides/img/08/pokemon2.png b/docs/_site/slides/img/08/pokemon2.png similarity index 100% rename from slides/img/08/pokemon2.png rename to docs/_site/slides/img/08/pokemon2.png diff --git a/slides/img/08/pokemon3.png b/docs/_site/slides/img/08/pokemon3.png similarity index 100% rename from slides/img/08/pokemon3.png rename to docs/_site/slides/img/08/pokemon3.png diff --git a/slides/img/09-class/estimandateor.jpg b/docs/_site/slides/img/09-class/estimandateor.jpg similarity index 100% rename from slides/img/09-class/estimandateor.jpg rename to docs/_site/slides/img/09-class/estimandateor.jpg diff --git a/slides/img/09-class/estimands-methods.png b/docs/_site/slides/img/09-class/estimands-methods.png similarity index 100% rename from slides/img/09-class/estimands-methods.png rename to docs/_site/slides/img/09-class/estimands-methods.png diff --git a/slides/img/09-class/flowchart.png b/docs/_site/slides/img/09-class/flowchart.png similarity index 100% rename from slides/img/09-class/flowchart.png rename to docs/_site/slides/img/09-class/flowchart.png diff --git a/slides/img/09-class/three-step-process.png b/docs/_site/slides/img/09-class/three-step-process.png similarity index 100% rename from slides/img/09-class/three-step-process.png rename to docs/_site/slides/img/09-class/three-step-process.png diff --git a/slides/img/10-class/ctc-phase-out.jpg b/docs/_site/slides/img/10-class/ctc-phase-out.jpg similarity index 100% rename from slides/img/10-class/ctc-phase-out.jpg rename to docs/_site/slides/img/10-class/ctc-phase-out.jpg diff --git a/slides/img/10-class/eitc-phaseout.png b/docs/_site/slides/img/10-class/eitc-phaseout.png similarity index 100% rename from slides/img/10-class/eitc-phaseout.png rename to docs/_site/slides/img/10-class/eitc-phaseout.png diff --git a/slides/img/10-class/goodreads.png b/docs/_site/slides/img/10-class/goodreads.png similarity index 100% rename from slides/img/10-class/goodreads.png rename to docs/_site/slides/img/10-class/goodreads.png diff --git a/slides/img/10-class/multiple-running-vars.png b/docs/_site/slides/img/10-class/multiple-running-vars.png similarity index 100% rename from slides/img/10-class/multiple-running-vars.png rename to docs/_site/slides/img/10-class/multiple-running-vars.png diff --git a/slides/img/10-class/one-running-var.png b/docs/_site/slides/img/10-class/one-running-var.png similarity index 100% rename from slides/img/10-class/one-running-var.png rename to docs/_site/slides/img/10-class/one-running-var.png diff --git a/slides/img/10-class/orshansky.jpg b/docs/_site/slides/img/10-class/orshansky.jpg similarity index 100% rename from slides/img/10-class/orshansky.jpg rename to docs/_site/slides/img/10-class/orshansky.jpg diff --git a/slides/img/10-class/vigdor.png b/docs/_site/slides/img/10-class/vigdor.png similarity index 100% rename from slides/img/10-class/vigdor.png rename to docs/_site/slides/img/10-class/vigdor.png diff --git a/slides/img/10/basketball.png b/docs/_site/slides/img/10/basketball.png similarity index 100% rename from slides/img/10/basketball.png rename to docs/_site/slides/img/10/basketball.png diff --git a/slides/img/10/flagship-1.png b/docs/_site/slides/img/10/flagship-1.png similarity index 100% rename from slides/img/10/flagship-1.png rename to docs/_site/slides/img/10/flagship-1.png diff --git a/slides/img/10/flagship-2.png b/docs/_site/slides/img/10/flagship-2.png similarity index 100% rename from slides/img/10/flagship-2.png rename to docs/_site/slides/img/10/flagship-2.png diff --git a/slides/img/10/flagship-3.png b/docs/_site/slides/img/10/flagship-3.png similarity index 100% rename from slides/img/10/flagship-3.png rename to docs/_site/slides/img/10/flagship-3.png diff --git a/slides/img/10/hospitals-1.png b/docs/_site/slides/img/10/hospitals-1.png similarity index 100% rename from slides/img/10/hospitals-1.png rename to docs/_site/slides/img/10/hospitals-1.png diff --git a/slides/img/10/hospitals-2.png b/docs/_site/slides/img/10/hospitals-2.png similarity index 100% rename from slides/img/10/hospitals-2.png rename to docs/_site/slides/img/10/hospitals-2.png diff --git a/slides/img/10/hospitals-3.png b/docs/_site/slides/img/10/hospitals-3.png similarity index 100% rename from slides/img/10/hospitals-3.png rename to docs/_site/slides/img/10/hospitals-3.png diff --git a/slides/img/10/loess_window.mp4 b/docs/_site/slides/img/10/loess_window.mp4 similarity index 100% rename from slides/img/10/loess_window.mp4 rename to docs/_site/slides/img/10/loess_window.mp4 diff --git a/slides/img/10/marathons.png b/docs/_site/slides/img/10/marathons.png similarity index 100% rename from slides/img/10/marathons.png rename to docs/_site/slides/img/10/marathons.png diff --git a/slides/img/10/rdd-p-hacking.png b/docs/_site/slides/img/10/rdd-p-hacking.png similarity index 100% rename from slides/img/10/rdd-p-hacking.png rename to docs/_site/slides/img/10/rdd-p-hacking.png diff --git a/slides/img/10/timezones-1.png b/docs/_site/slides/img/10/timezones-1.png similarity index 100% rename from slides/img/10/timezones-1.png rename to docs/_site/slides/img/10/timezones-1.png diff --git a/slides/img/10/timezones-2.png b/docs/_site/slides/img/10/timezones-2.png similarity index 100% rename from slides/img/10/timezones-2.png rename to docs/_site/slides/img/10/timezones-2.png diff --git a/slides/img/11/weather-paper.png b/docs/_site/slides/img/11/weather-paper.png similarity index 100% rename from slides/img/11/weather-paper.png rename to docs/_site/slides/img/11/weather-paper.png diff --git a/slides/img/11/weather-violations.png b/docs/_site/slides/img/11/weather-violations.png similarity index 100% rename from slides/img/11/weather-violations.png rename to docs/_site/slides/img/11/weather-violations.png diff --git a/slides/img/12/compliance-cace.png b/docs/_site/slides/img/12/compliance-cace.png similarity index 100% rename from slides/img/12/compliance-cace.png rename to docs/_site/slides/img/12/compliance-cace.png diff --git a/slides/img/12/compliance-general.png b/docs/_site/slides/img/12/compliance-general.png similarity index 100% rename from slides/img/12/compliance-general.png rename to docs/_site/slides/img/12/compliance-general.png diff --git a/slides/img/12/compliance-itt.png b/docs/_site/slides/img/12/compliance-itt.png similarity index 100% rename from slides/img/12/compliance-itt.png rename to docs/_site/slides/img/12/compliance-itt.png diff --git a/slides/img/12/compliance-potential-outcomes.png b/docs/_site/slides/img/12/compliance-potential-outcomes.png similarity index 100% rename from slides/img/12/compliance-potential-outcomes.png rename to docs/_site/slides/img/12/compliance-potential-outcomes.png diff --git a/slides/img/12/compliance-reversed.png b/docs/_site/slides/img/12/compliance-reversed.png similarity index 100% rename from slides/img/12/compliance-reversed.png rename to docs/_site/slides/img/12/compliance-reversed.png diff --git a/slides/img/12/compliance-unknown.png b/docs/_site/slides/img/12/compliance-unknown.png similarity index 100% rename from slides/img/12/compliance-unknown.png rename to docs/_site/slides/img/12/compliance-unknown.png diff --git a/slides/img/13-class/barrel-dag-observational.png b/docs/_site/slides/img/13-class/barrel-dag-observational.png similarity index 100% rename from slides/img/13-class/barrel-dag-observational.png rename to docs/_site/slides/img/13-class/barrel-dag-observational.png diff --git a/slides/img/13-class/dc-scaffolding.jpg b/docs/_site/slides/img/13-class/dc-scaffolding.jpg similarity index 100% rename from slides/img/13-class/dc-scaffolding.jpg rename to docs/_site/slides/img/13-class/dc-scaffolding.jpg diff --git a/slides/img/13-class/design-based-dags.png b/docs/_site/slides/img/13-class/design-based-dags.png similarity index 100% rename from slides/img/13-class/design-based-dags.png rename to docs/_site/slides/img/13-class/design-based-dags.png diff --git a/slides/img/13-class/household-size.png b/docs/_site/slides/img/13-class/household-size.png similarity index 100% rename from slides/img/13-class/household-size.png rename to docs/_site/slides/img/13-class/household-size.png diff --git a/slides/img/13/cba-backup-cameras.png b/docs/_site/slides/img/13/cba-backup-cameras.png similarity index 100% rename from slides/img/13/cba-backup-cameras.png rename to docs/_site/slides/img/13/cba-backup-cameras.png diff --git a/slides/img/13/coef-table.png b/docs/_site/slides/img/13/coef-table.png similarity index 100% rename from slides/img/13/coef-table.png rename to docs/_site/slides/img/13/coef-table.png diff --git a/slides/img/13/eval-open-science-practices.png b/docs/_site/slides/img/13/eval-open-science-practices.png similarity index 100% rename from slides/img/13/eval-open-science-practices.png rename to docs/_site/slides/img/13/eval-open-science-practices.png diff --git a/slides/img/13/method-selection.png b/docs/_site/slides/img/13/method-selection.png similarity index 100% rename from slides/img/13/method-selection.png rename to docs/_site/slides/img/13/method-selection.png diff --git a/slides/img/13/monitoring-dashboard.png b/docs/_site/slides/img/13/monitoring-dashboard.png similarity index 100% rename from slides/img/13/monitoring-dashboard.png rename to docs/_site/slides/img/13/monitoring-dashboard.png diff --git a/slides/img/14-class/torpedo.png b/docs/_site/slides/img/14-class/torpedo.png similarity index 100% rename from slides/img/14-class/torpedo.png rename to docs/_site/slides/img/14-class/torpedo.png diff --git a/slides/img/14/1019px-Heroesjourney.svg.png b/docs/_site/slides/img/14/1019px-Heroesjourney.svg.png similarity index 100% rename from slides/img/14/1019px-Heroesjourney.svg.png rename to docs/_site/slides/img/14/1019px-Heroesjourney.svg.png diff --git a/slides/img/14/against-storytelling.png b/docs/_site/slides/img/14/against-storytelling.png similarity index 100% rename from slides/img/14/against-storytelling.png rename to docs/_site/slides/img/14/against-storytelling.png diff --git a/slides/img/14/airline-seating.png b/docs/_site/slides/img/14/airline-seating.png similarity index 100% rename from slides/img/14/airline-seating.png rename to docs/_site/slides/img/14/airline-seating.png diff --git a/slides/img/14/algorithmic-cruelty.png b/docs/_site/slides/img/14/algorithmic-cruelty.png similarity index 100% rename from slides/img/14/algorithmic-cruelty.png rename to docs/_site/slides/img/14/algorithmic-cruelty.png diff --git a/slides/img/14/amazon-hiring.png b/docs/_site/slides/img/14/amazon-hiring.png similarity index 100% rename from slides/img/14/amazon-hiring.png rename to docs/_site/slides/img/14/amazon-hiring.png diff --git a/slides/img/14/apple-card.png b/docs/_site/slides/img/14/apple-card.png similarity index 100% rename from slides/img/14/apple-card.png rename to docs/_site/slides/img/14/apple-card.png diff --git a/slides/img/14/bad-ai-tweets.png b/docs/_site/slides/img/14/bad-ai-tweets.png similarity index 100% rename from slides/img/14/bad-ai-tweets.png rename to docs/_site/slides/img/14/bad-ai-tweets.png diff --git a/slides/img/14/bad-slides.png b/docs/_site/slides/img/14/bad-slides.png similarity index 100% rename from slides/img/14/bad-slides.png rename to docs/_site/slides/img/14/bad-slides.png diff --git a/slides/img/14/bias-books.png b/docs/_site/slides/img/14/bias-books.png similarity index 100% rename from slides/img/14/bias-books.png rename to docs/_site/slides/img/14/bias-books.png diff --git a/slides/img/14/blog-chidi.png b/docs/_site/slides/img/14/blog-chidi.png similarity index 100% rename from slides/img/14/blog-chidi.png rename to docs/_site/slides/img/14/blog-chidi.png diff --git a/slides/img/14/blog-diff-means.png b/docs/_site/slides/img/14/blog-diff-means.png similarity index 100% rename from slides/img/14/blog-diff-means.png rename to docs/_site/slides/img/14/blog-diff-means.png diff --git a/slides/img/14/blog-nlp.png b/docs/_site/slides/img/14/blog-nlp.png similarity index 100% rename from slides/img/14/blog-nlp.png rename to docs/_site/slides/img/14/blog-nlp.png diff --git a/slides/img/14/blog-polity.png b/docs/_site/slides/img/14/blog-polity.png similarity index 100% rename from slides/img/14/blog-polity.png rename to docs/_site/slides/img/14/blog-polity.png diff --git a/slides/img/14/blog-rejection-github.png b/docs/_site/slides/img/14/blog-rejection-github.png similarity index 100% rename from slides/img/14/blog-rejection-github.png rename to docs/_site/slides/img/14/blog-rejection-github.png diff --git a/slides/img/14/blog-rejection-map.png b/docs/_site/slides/img/14/blog-rejection-map.png similarity index 100% rename from slides/img/14/blog-rejection-map.png rename to docs/_site/slides/img/14/blog-rejection-map.png diff --git a/slides/img/14/blog-rejection-website.png b/docs/_site/slides/img/14/blog-rejection-website.png similarity index 100% rename from slides/img/14/blog-rejection-website.png rename to docs/_site/slides/img/14/blog-rejection-website.png diff --git a/slides/img/14/blue-feed-red-feed-example.png b/docs/_site/slides/img/14/blue-feed-red-feed-example.png similarity index 100% rename from slides/img/14/blue-feed-red-feed-example.png rename to docs/_site/slides/img/14/blue-feed-red-feed-example.png diff --git a/slides/img/14/blue-feed-red-feed.png b/docs/_site/slides/img/14/blue-feed-red-feed.png similarity index 100% rename from slides/img/14/blue-feed-red-feed.png rename to docs/_site/slides/img/14/blue-feed-red-feed.png diff --git a/slides/img/14/broockman-kalla-truth.png b/docs/_site/slides/img/14/broockman-kalla-truth.png similarity index 100% rename from slides/img/14/broockman-kalla-truth.png rename to docs/_site/slides/img/14/broockman-kalla-truth.png diff --git a/slides/img/14/broockman-kalla.png b/docs/_site/slides/img/14/broockman-kalla.png similarity index 100% rename from slides/img/14/broockman-kalla.png rename to docs/_site/slides/img/14/broockman-kalla.png diff --git a/slides/img/14/caseyjohnston.png b/docs/_site/slides/img/14/caseyjohnston.png similarity index 100% rename from slides/img/14/caseyjohnston.png rename to docs/_site/slides/img/14/caseyjohnston.png diff --git a/slides/img/14/china-bus.jpg b/docs/_site/slides/img/14/china-bus.jpg similarity index 100% rename from slides/img/14/china-bus.jpg rename to docs/_site/slides/img/14/china-bus.jpg diff --git a/slides/img/14/compas-bad.png b/docs/_site/slides/img/14/compas-bad.png similarity index 100% rename from slides/img/14/compas-bad.png rename to docs/_site/slides/img/14/compas-bad.png diff --git a/slides/img/14/course-objectives.png b/docs/_site/slides/img/14/course-objectives.png similarity index 100% rename from slides/img/14/course-objectives.png rename to docs/_site/slides/img/14/course-objectives.png diff --git a/slides/img/14/crisis-text-line.png b/docs/_site/slides/img/14/crisis-text-line.png similarity index 100% rename from slides/img/14/crisis-text-line.png rename to docs/_site/slides/img/14/crisis-text-line.png diff --git a/slides/img/14/deliberate-practice.png b/docs/_site/slides/img/14/deliberate-practice.png similarity index 100% rename from slides/img/14/deliberate-practice.png rename to docs/_site/slides/img/14/deliberate-practice.png diff --git a/slides/img/14/dilbert.png b/docs/_site/slides/img/14/dilbert.png similarity index 100% rename from slides/img/14/dilbert.png rename to docs/_site/slides/img/14/dilbert.png diff --git a/slides/img/14/fake-news.png b/docs/_site/slides/img/14/fake-news.png similarity index 100% rename from slides/img/14/fake-news.png rename to docs/_site/slides/img/14/fake-news.png diff --git a/slides/img/14/fb-hud.png b/docs/_site/slides/img/14/fb-hud.png similarity index 100% rename from slides/img/14/fb-hud.png rename to docs/_site/slides/img/14/fb-hud.png diff --git a/slides/img/14/fb-like-everything.png b/docs/_site/slides/img/14/fb-like-everything.png similarity index 100% rename from slides/img/14/fb-like-everything.png rename to docs/_site/slides/img/14/fb-like-everything.png diff --git a/slides/img/14/fb-pro-publica.png b/docs/_site/slides/img/14/fb-pro-publica.png similarity index 100% rename from slides/img/14/fb-pro-publica.png rename to docs/_site/slides/img/14/fb-pro-publica.png diff --git a/slides/img/14/fb-spying.png b/docs/_site/slides/img/14/fb-spying.png similarity index 100% rename from slides/img/14/fb-spying.png rename to docs/_site/slides/img/14/fb-spying.png diff --git a/slides/img/14/gbat.png b/docs/_site/slides/img/14/gbat.png similarity index 100% rename from slides/img/14/gbat.png rename to docs/_site/slides/img/14/gbat.png diff --git a/slides/img/14/gender-citation-gap.png b/docs/_site/slides/img/14/gender-citation-gap.png similarity index 100% rename from slides/img/14/gender-citation-gap.png rename to docs/_site/slides/img/14/gender-citation-gap.png diff --git a/slides/img/14/good-place-points.jpeg b/docs/_site/slides/img/14/good-place-points.jpeg similarity index 100% rename from slides/img/14/good-place-points.jpeg rename to docs/_site/slides/img/14/good-place-points.jpeg diff --git a/slides/img/14/good-place.jpg b/docs/_site/slides/img/14/good-place.jpg similarity index 100% rename from slides/img/14/good-place.jpg rename to docs/_site/slides/img/14/good-place.jpg diff --git a/slides/img/14/instagram-ranking.png b/docs/_site/slides/img/14/instagram-ranking.png similarity index 100% rename from slides/img/14/instagram-ranking.png rename to docs/_site/slides/img/14/instagram-ranking.png diff --git a/slides/img/14/katiemack-tweet.png b/docs/_site/slides/img/14/katiemack-tweet.png similarity index 100% rename from slides/img/14/katiemack-tweet.png rename to docs/_site/slides/img/14/katiemack-tweet.png diff --git a/slides/img/14/lacour-story.png b/docs/_site/slides/img/14/lacour-story.png similarity index 100% rename from slides/img/14/lacour-story.png rename to docs/_site/slides/img/14/lacour-story.png diff --git a/slides/img/14/mini-projects.png b/docs/_site/slides/img/14/mini-projects.png similarity index 100% rename from slides/img/14/mini-projects.png rename to docs/_site/slides/img/14/mini-projects.png diff --git a/slides/img/14/news-gender-balance.png b/docs/_site/slides/img/14/news-gender-balance.png similarity index 100% rename from slides/img/14/news-gender-balance.png rename to docs/_site/slides/img/14/news-gender-balance.png diff --git a/slides/img/14/others-know-stuff.png b/docs/_site/slides/img/14/others-know-stuff.png similarity index 100% rename from slides/img/14/others-know-stuff.png rename to docs/_site/slides/img/14/others-know-stuff.png diff --git a/slides/img/14/outliers.jpg b/docs/_site/slides/img/14/outliers.jpg similarity index 100% rename from slides/img/14/outliers.jpg rename to docs/_site/slides/img/14/outliers.jpg diff --git a/slides/img/14/plot_authors.png b/docs/_site/slides/img/14/plot_authors.png similarity index 100% rename from slides/img/14/plot_authors.png rename to docs/_site/slides/img/14/plot_authors.png diff --git a/slides/img/14/precision-health.png b/docs/_site/slides/img/14/precision-health.png similarity index 100% rename from slides/img/14/precision-health.png rename to docs/_site/slides/img/14/precision-health.png diff --git a/slides/img/14/predictim-excerpt.png b/docs/_site/slides/img/14/predictim-excerpt.png similarity index 100% rename from slides/img/14/predictim-excerpt.png rename to docs/_site/slides/img/14/predictim-excerpt.png diff --git a/slides/img/14/predictim-headline.png b/docs/_site/slides/img/14/predictim-headline.png similarity index 100% rename from slides/img/14/predictim-headline.png rename to docs/_site/slides/img/14/predictim-headline.png diff --git a/slides/img/14/predictim-score.png b/docs/_site/slides/img/14/predictim-score.png similarity index 100% rename from slides/img/14/predictim-score.png rename to docs/_site/slides/img/14/predictim-score.png diff --git a/slides/img/14/pro-storytelling.png b/docs/_site/slides/img/14/pro-storytelling.png similarity index 100% rename from slides/img/14/pro-storytelling.png rename to docs/_site/slides/img/14/pro-storytelling.png diff --git a/slides/img/14/sharing-good.png b/docs/_site/slides/img/14/sharing-good.png similarity index 100% rename from slides/img/14/sharing-good.png rename to docs/_site/slides/img/14/sharing-good.png diff --git a/slides/img/14/sharing-normal.png b/docs/_site/slides/img/14/sharing-normal.png similarity index 100% rename from slides/img/14/sharing-normal.png rename to docs/_site/slides/img/14/sharing-normal.png diff --git a/slides/img/14/slate-coding-text.png b/docs/_site/slides/img/14/slate-coding-text.png similarity index 100% rename from slides/img/14/slate-coding-text.png rename to docs/_site/slides/img/14/slate-coding-text.png diff --git a/slides/img/14/slate-coding.png b/docs/_site/slides/img/14/slate-coding.png similarity index 100% rename from slides/img/14/slate-coding.png rename to docs/_site/slides/img/14/slate-coding.png diff --git a/slides/img/14/story-cycle.png b/docs/_site/slides/img/14/story-cycle.png similarity index 100% rename from slides/img/14/story-cycle.png rename to docs/_site/slides/img/14/story-cycle.png diff --git a/slides/img/14/tal-story.png b/docs/_site/slides/img/14/tal-story.png similarity index 100% rename from slides/img/14/tal-story.png rename to docs/_site/slides/img/14/tal-story.png diff --git a/slides/img/14/target-pregnant.png b/docs/_site/slides/img/14/target-pregnant.png similarity index 100% rename from slides/img/14/target-pregnant.png rename to docs/_site/slides/img/14/target-pregnant.png diff --git a/slides/img/14/the-c-word.png b/docs/_site/slides/img/14/the-c-word.png similarity index 100% rename from slides/img/14/the-c-word.png rename to docs/_site/slides/img/14/the-c-word.png diff --git a/slides/img/14/top_5.png b/docs/_site/slides/img/14/top_5.png similarity index 100% rename from slides/img/14/top_5.png rename to docs/_site/slides/img/14/top_5.png diff --git a/slides/img/14/training-history.png b/docs/_site/slides/img/14/training-history.png similarity index 100% rename from slides/img/14/training-history.png rename to docs/_site/slides/img/14/training-history.png diff --git a/slides/img/14/uber-crash.png b/docs/_site/slides/img/14/uber-crash.png similarity index 100% rename from slides/img/14/uber-crash.png rename to docs/_site/slides/img/14/uber-crash.png diff --git a/slides/img/14/up-goer-five@3x.png b/docs/_site/slides/img/14/up-goer-five@3x.png similarity index 100% rename from slides/img/14/up-goer-five@3x.png rename to docs/_site/slides/img/14/up-goer-five@3x.png diff --git a/slides/img/14/waks.png b/docs/_site/slides/img/14/waks.png similarity index 100% rename from slides/img/14/waks.png rename to docs/_site/slides/img/14/waks.png diff --git a/slides/img/14/walks_2014.png b/docs/_site/slides/img/14/walks_2014.png similarity index 100% rename from slides/img/14/walks_2014.png rename to docs/_site/slides/img/14/walks_2014.png diff --git a/slides/img/14/walter-benjamin.jpg b/docs/_site/slides/img/14/walter-benjamin.jpg similarity index 100% rename from slides/img/14/walter-benjamin.jpg rename to docs/_site/slides/img/14/walter-benjamin.jpg diff --git a/slides/img/14/wired-cover.jpg b/docs/_site/slides/img/14/wired-cover.jpg similarity index 100% rename from slides/img/14/wired-cover.jpg rename to docs/_site/slides/img/14/wired-cover.jpg diff --git a/slides/img/14/youtube-algorithm.jpg b/docs/_site/slides/img/14/youtube-algorithm.jpg similarity index 100% rename from slides/img/14/youtube-algorithm.jpg rename to docs/_site/slides/img/14/youtube-algorithm.jpg diff --git a/slides/img/14/youtube-radicalization.png b/docs/_site/slides/img/14/youtube-radicalization.png similarity index 100% rename from slides/img/14/youtube-radicalization.png rename to docs/_site/slides/img/14/youtube-radicalization.png diff --git a/docs/_site/slides/libs/clipboard-2.0.6/clipboard.min.js b/docs/_site/slides/libs/clipboard-2.0.6/clipboard.min.js new file mode 100644 index 00000000..28650f3c --- /dev/null +++ b/docs/_site/slides/libs/clipboard-2.0.6/clipboard.min.js @@ -0,0 +1,7 @@ +/*! + * clipboard.js v2.0.6 + * https://clipboardjs.com/ + * + * Licensed MIT © Zeno Rocha + */ +!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ClipboardJS=e():t.ClipboardJS=e()}(this,function(){return o={},r.m=n=[function(t,e){t.exports=function(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var n=t.hasAttribute("readonly");n||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),n||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var o=window.getSelection(),r=document.createRange();r.selectNodeContents(t),o.removeAllRanges(),o.addRange(r),e=o.toString()}return e}},function(t,e){function n(){}n.prototype={on:function(t,e,n){var o=this.e||(this.e={});return(o[t]||(o[t]=[])).push({fn:e,ctx:n}),this},once:function(t,e,n){var o=this;function r(){o.off(t,r),e.apply(n,arguments)}return r._=e,this.on(t,r,n)},emit:function(t){for(var e=[].slice.call(arguments,1),n=((this.e||(this.e={}))[t]||[]).slice(),o=0,r=n.length;o noup * 2 && secs % noup > 0) { return; } + } + + // should we apply or remove warning class? + warnwhen = timer.div.dataset.warnwhen; + if (warnwhen && warnwhen > 0) { + if (secs <= warnwhen && !timer.div.classList.contains("warning")) { + timer.div.classList.add("warning"); + } else if (secs > warnwhen && timer.div.classList.contains("warning")) { + timer.div.classList.remove("warning"); + } + } + + var mins = Math.floor(secs / 60); // 1 min = 60 secs + secs -= mins * 60; + + // Update HTML + timer.min.innerHTML = String(mins).padStart(2, 0); + timer.sec.innerHTML = String(secs).padStart(2, 0); +} +var countdown = function (e) { + target = e.target; + if (target.classList.contains("countdown-digits")) { + target = target.parentElement; + } + if (target.tagName == "CODE") { + target = target.parentElement; + } + + // Init counter + if (!counters.timer.hasOwnProperty(target.id)) { + counters.timer[target.id] = {}; + // Set the containers + counters.timer[target.id].min = target.getElementsByClassName("minutes")[0]; + counters.timer[target.id].sec = target.getElementsByClassName("seconds")[0]; + counters.timer[target.id].div = target; + } + + if (!counters.timer[target.id].running) { + if (!counters.timer[target.id].end) { + counters.timer[target.id].end = parseInt(counters.timer[target.id].min.innerHTML) * 60; + counters.timer[target.id].end += parseInt(counters.timer[target.id].sec.innerHTML); + } + + counters.timer[target.id].value = counters.timer[target.id].end; + update_timer(counters.timer[target.id]); + if (counters.ticker) counters.timer[target.id].value += 1; + + // Start if not past end date + if (counters.timer[target.id].value > 0) { + base_class = target.className.replace(/\s?(running|finished)/, "") + target.className = base_class + " running"; + counters.timer[target.id].running = true; + + if (!counters.ticker) { + counters.ticker = setInterval(counter_update_all, 1000); + } + } + } else { + // Bump timer value if running & clicked + counters.timer[target.id].value += counter_bump_increment(counters.timer[target.id].end); + update_timer(counters.timer[target.id], force = true); + counters.timer[target.id].value += 1; + } +}; + +var counter_bump_increment = function(val) { + if (val <= 30) { + return 5; + } else if (val <= 300) { + return 15; + } else if (val <= 3000) { + return 30; + } else { + return 60; + } +} + +var counter_update_all = function() { + // Iterate over all running timers + for (var i in counters.timer) { + // Stop if passed end time + console.log(counters.timer[i].id) + counters.timer[i].value--; + if (counters.timer[i].value <= 0) { + counters.timer[i].min.innerHTML = "00"; + counters.timer[i].sec.innerHTML = "00"; + counters.timer[i].div.className = counters.timer[i].div.className.replace("running", "finished"); + counters.timer[i].running = false; + } else { + // Update + update_timer(counters.timer[i]); + + // Play countdown sound if data-audio=true on container div + let audio = counters.timer[i].div.dataset.audio + if (audio && counters.timer[i].value == 5) { + counter_play_sound(audio); + } + } + } + + // If no more running timers, then clear ticker + var timerIsRunning = false; + for (var t in counters.timer) { + timerIsRunning = timerIsRunning || counters.timer[t].running + } + if (!timerIsRunning) { + clearInterval(counters.ticker); + counters.ticker = null; + } +} + +var counter_play_sound = function(url) { + if (typeof url === 'boolean') { + url = 'libs/countdown/smb_stage_clear.mp3'; + } + sound = new Audio(url); + sound.play(); +} + +var counter_addEventListener = function() { + if (!document.getElementsByClassName("countdown").length) { + setTimeout(counter_addEventListener, 2); + return; + } + var counter_divs = document.getElementsByClassName("countdown"); + console.log(counter_divs); + for (var i = 0; i < counter_divs.length; i++) { + counter_divs[i].addEventListener("click", countdown, false); + } +}; + +counter_addEventListener(); diff --git a/docs/_site/slides/libs/countdown-0.3.5/smb_stage_clear.mp3 b/docs/_site/slides/libs/countdown-0.3.5/smb_stage_clear.mp3 new file mode 100644 index 00000000..da2ddc2c Binary files /dev/null and b/docs/_site/slides/libs/countdown-0.3.5/smb_stage_clear.mp3 differ diff --git a/docs/_site/slides/libs/countdown-0.4.0/countdown.css b/docs/_site/slides/libs/countdown-0.4.0/countdown.css new file mode 100644 index 00000000..704cfa21 --- /dev/null +++ b/docs/_site/slides/libs/countdown-0.4.0/countdown.css @@ -0,0 +1,144 @@ +.countdown { + background: inherit; + position: absolute; + cursor: pointer; + font-size: 1.5em; + line-height: 1; + border-color: #ddd; + border-width: 3px; + border-style: solid; + border-radius: 15px; + box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.4); + -webkit-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.4); + margin: 0.6em; + padding: 10px 15px; + text-align: center; + z-index: 10; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.countdown { + display: flex; + align-items: center; + justify-content: center; +} +.countdown .countdown-time { + background: none; + font-size: 100%; + padding: 0; +} +.countdown-digits { + color: inherit; +} +.countdown.running { + border-color: #2A9B59FF; + background-color: #43AC6A; +} +.countdown.running .countdown-digits { + color: #002F14FF; +} +.countdown.finished { + border-color: #DE3000FF; + background-color: #F04124; +} +.countdown.finished .countdown-digits { + color: #4A0900FF; +} +.countdown.running.warning { + border-color: #CEAC04FF; + background-color: #E6C229; +} +.countdown.running.warning .countdown-digits { + color: #3A2F02FF; +} + +.countdown.running.blink-colon .countdown-digits.colon { + opacity: 0.1; +} + +/* ------ Controls ------ */ +.countdown:not(.running) .countdown-controls { + display: none; +} + +.countdown-controls { + position: absolute; + top: -0.5rem; + right: -0.5rem; + left: -0.5rem; + display: flex; + justify-content: space-between; + margin: 0; + padding: 0; +} + +.countdown-controls > button { + font-size: 1.5rem; + width: 1rem; + height: 1rem; + display: inline-block; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + font-family: monospace; + padding: 10px; + margin: 0; + background: inherit; + border: 2px solid; + border-radius: 100%; + transition: 50ms transform ease-in-out, 150ms opacity ease-in; + --countdown-transition-distance: 10px; +} + +.countdown .countdown-controls > button:last-child { + transform: translate(calc(-1 * var(--countdown-transition-distance)), var(--countdown-transition-distance)); + opacity: 0; + color: #002F14FF; + background-color: #43AC6A; + border-color: #2A9B59FF; +} + +.countdown .countdown-controls > button:first-child { + transform: translate(var(--countdown-transition-distance), var(--countdown-transition-distance)); + opacity: 0; + color: #4A0900FF; + background-color: #F04124; + border-color: #DE3000FF; +} + +.countdown.running:hover .countdown-controls > button, +.countdown.running:focus-within .countdown-controls > button{ + transform: translate(0, 0); + opacity: 1; +} + +.countdown.running:hover .countdown-controls > button:hover, +.countdown.running:focus-within .countdown-controls > button:hover{ + transform: translate(0, calc(var(--countdown-transition-distance) / -2)); + box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4); + -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4); +} + +.countdown.running:hover .countdown-controls > button:active, +.countdown.running:focus-within .countdown-controls > button:active{ + transform: translate(0, calc(var(--coutndown-transition-distance) / -5)); +} + +/* ----- Fullscreen ----- */ +.countdown.countdown-fullscreen { + z-index: 0; +} + +.countdown-fullscreen.running .countdown-controls { + top: 1rem; + left: 0; + right: 0; + justify-content: center; +} + +.countdown-fullscreen.running .countdown-controls > button + button { + margin-left: 1rem; +} diff --git a/docs/_site/slides/libs/countdown-0.4.0/countdown.js b/docs/_site/slides/libs/countdown-0.4.0/countdown.js new file mode 100644 index 00000000..a058ad8f --- /dev/null +++ b/docs/_site/slides/libs/countdown-0.4.0/countdown.js @@ -0,0 +1,478 @@ +/* globals Shiny,Audio */ +class CountdownTimer { + constructor (el, opts) { + if (typeof el === 'string' || el instanceof String) { + el = document.querySelector(el) + } + + if (el.counter) { + return el.counter + } + + const minutes = parseInt(el.querySelector('.minutes').innerText || '0') + const seconds = parseInt(el.querySelector('.seconds').innerText || '0') + const duration = minutes * 60 + seconds + + function attrIsTrue (x) { + if (x === true) return true + return !!(x === 'true' || x === '' || x === '1') + } + + this.element = el + this.duration = duration + this.end = null + this.is_running = false + this.warn_when = parseInt(el.dataset.warnWhen) || -1 + this.update_every = parseInt(el.dataset.updateEvery) || 1 + this.play_sound = attrIsTrue(el.dataset.playSound) + this.blink_colon = attrIsTrue(el.dataset.blinkColon) + this.startImmediately = attrIsTrue(el.dataset.startImmediately) + this.timeout = null + this.display = { minutes, seconds } + + if (opts.src_location) { + this.src_location = opts.src_location + } + + this.addEventListeners() + } + + addEventListeners () { + const self = this + + if (this.startImmediately) { + if (window.remark && window.slideshow) { + // Remark (xaringan) support + const isOnVisibleSlide = () => { + return document.querySelector('.remark-visible').contains(self.element) + } + if (isOnVisibleSlide()) { + self.start() + } else { + let started_once = 0 + window.slideshow.on('afterShowSlide', function () { + if (started_once > 0) return + if (isOnVisibleSlide()) { + self.start() + started_once = 1 + } + }) + } + } else if (window.Reveal) { + // Revealjs (quarto) support + const isOnVisibleSlide = () => { + const currentSlide = document.querySelector('.reveal .slide.present') + return currentSlide ? currentSlide.contains(self.element) : false + } + if (isOnVisibleSlide()) { + self.start() + } else { + const revealStartTimer = () => { + if (isOnVisibleSlide()) { + self.start() + window.Reveal.off('slidechanged', revealStartTimer) + } + } + window.Reveal.on('slidechanged', revealStartTimer) + } + } else if (window.IntersectionObserver) { + // All other situtations use IntersectionObserver + const onVisible = (element, callback) => { + new window.IntersectionObserver((entries, observer) => { + entries.forEach(entry => { + if (entry.intersectionRatio > 0) { + callback(element) + observer.disconnect() + } + }) + }).observe(element) + } + onVisible(this.element, el => el.countdown.start()) + } else { + // or just start the timer as soon as it's initialized + this.start() + } + } + + function haltEvent (ev) { + ev.preventDefault() + ev.stopPropagation() + } + function isSpaceOrEnter (ev) { + return ev.code === 'Space' || ev.code === 'Enter' + } + function isArrowUpOrDown (ev) { + return ev.code === 'ArrowUp' || ev.code === 'ArrowDown' + } + + ;['click', 'touchend'].forEach(function (eventType) { + self.element.addEventListener(eventType, function (ev) { + haltEvent(ev) + self.is_running ? self.stop() : self.start() + }) + }) + this.element.addEventListener('keydown', function (ev) { + if (ev.code === "Escape") { + self.reset() + haltEvent(ev) + } + if (!isSpaceOrEnter(ev) && !isArrowUpOrDown(ev)) return + haltEvent(ev) + if (isSpaceOrEnter(ev)) { + self.is_running ? self.stop() : self.start() + return + } + + if (!self.is_running) return + + if (ev.code === 'ArrowUp') { + self.bumpUp() + } else if (ev.code === 'ArrowDown') { + self.bumpDown() + } + }) + this.element.addEventListener('dblclick', function (ev) { + haltEvent(ev) + if (self.is_running) self.reset() + }) + this.element.addEventListener('touchmove', haltEvent) + + const btnBumpDown = this.element.querySelector('.countdown-bump-down') + ;['click', 'touchend'].forEach(function (eventType) { + btnBumpDown.addEventListener(eventType, function (ev) { + haltEvent(ev) + if (self.is_running) self.bumpDown() + }) + }) + btnBumpDown.addEventListener('keydown', function (ev) { + if (!isSpaceOrEnter(ev) || !self.is_running) return + haltEvent(ev) + self.bumpDown() + }) + + const btnBumpUp = this.element.querySelector('.countdown-bump-up') + ;['click', 'touchend'].forEach(function (eventType) { + btnBumpUp.addEventListener(eventType, function (ev) { + haltEvent(ev) + if (self.is_running) self.bumpUp() + }) + }) + btnBumpUp.addEventListener('keydown', function (ev) { + if (!isSpaceOrEnter(ev) || !self.is_running) return + haltEvent(ev) + self.bumpUp() + }) + this.element.querySelector('.countdown-controls').addEventListener('dblclick', function (ev) { + haltEvent(ev) + }) + } + + remainingTime () { + const remaining = this.is_running + ? (this.end - Date.now()) / 1000 + : this.remaining || this.duration + + let minutes = Math.floor(remaining / 60) + let seconds = Math.ceil(remaining - minutes * 60) + + if (seconds > 59) { + minutes = minutes + 1 + seconds = seconds - 60 + } + + return { remaining, minutes, seconds } + } + + start () { + if (this.is_running) return + + this.is_running = true + + if (this.remaining) { + // Having a static remaining time indicates timer was paused + this.end = Date.now() + this.remaining * 1000 + this.remaining = null + } else { + this.end = Date.now() + this.duration * 1000 + } + + this.reportStateToShiny('start') + + this.element.classList.remove('finished') + this.element.classList.add('running') + this.update(true) + this.tick() + } + + tick (run_again) { + if (typeof run_again === 'undefined') { + run_again = true + } + + if (!this.is_running) return + + const { seconds: secondsWas } = this.display + this.update() + + if (run_again) { + const delay = (this.end - Date.now() > 10000) ? 1000 : 250 + this.blinkColon(secondsWas) + this.timeout = setTimeout(this.tick.bind(this), delay) + } + } + + blinkColon (secondsWas) { + // don't blink unless option is set + if (!this.blink_colon) return + // warn_when always updates the seconds + if (this.warn_when > 0 && Date.now() + this.warn_when > this.end) { + this.element.classList.remove('blink-colon') + return + } + const { seconds: secondsIs } = this.display + if (secondsIs > 10 || secondsWas !== secondsIs) { + this.element.classList.toggle('blink-colon') + } + } + + update (force) { + if (typeof force === 'undefined') { + force = false + } + + const { remaining, minutes, seconds } = this.remainingTime() + + const setRemainingTime = (selector, time) => { + const timeContainer = this.element.querySelector(selector) + if (!timeContainer) return + time = Math.max(time, 0) + timeContainer.innerText = String(time).padStart(2, 0) + } + + if (this.is_running && remaining < 0.25) { + this.stop() + setRemainingTime('.minutes', 0) + setRemainingTime('.seconds', 0) + this.playSound() + return + } + + const should_update = force || + Math.round(remaining) < this.warn_when || + Math.round(remaining) % this.update_every === 0 + + if (should_update) { + this.element.classList.toggle('warning', remaining <= this.warn_when) + this.display = { minutes, seconds } + setRemainingTime('.minutes', minutes) + setRemainingTime('.seconds', seconds) + } + } + + stop () { + const { remaining } = this.remainingTime() + if (remaining > 1) { + this.remaining = remaining + } + this.element.classList.remove('running') + this.element.classList.remove('warning') + this.element.classList.remove('blink-colon') + this.element.classList.add('finished') + this.is_running = false + this.end = null + this.reportStateToShiny('stop') + this.timeout = clearTimeout(this.timeout) + } + + reset () { + this.stop() + this.remaining = null + this.update(true) + this.reportStateToShiny('reset') + this.element.classList.remove('finished') + this.element.classList.remove('warning') + } + + setValues (opts) { + if (typeof opts.warn_when !== 'undefined') { + this.warn_when = opts.warn_when + } + if (typeof opts.update_every !== 'undefined') { + this.update_every = opts.update_every + } + if (typeof opts.blink_colon !== 'undefined') { + this.blink_colon = opts.blink_colon + if (!opts.blink_colon) { + this.element.classList.remove('blink-colon') + } + } + if (typeof opts.play_sound !== 'undefined') { + this.play_sound = opts.play_sound + } + if (typeof opts.duration !== 'undefined') { + this.duration = opts.duration + if (this.is_running) { + this.reset() + this.start() + } + } + this.reportStateToShiny('update') + this.update(true) + } + + bumpTimer (val, round) { + round = typeof round === 'boolean' ? round : true + const { remaining } = this.remainingTime() + let newRemaining = remaining + val + if (newRemaining <= 0) { + this.setRemaining(0) + this.stop() + return + } + if (round && newRemaining > 10) { + newRemaining = Math.round(newRemaining / 5) * 5 + } + this.setRemaining(newRemaining) + this.reportStateToShiny(val > 0 ? 'bumpUp' : 'bumpDown') + this.update(true) + } + + bumpUp (val) { + if (!this.is_running) { + console.error('timer is not running') + return + } + this.bumpTimer( + val || this.bumpIncrementValue(), + typeof val === 'undefined' + ) + } + + bumpDown (val) { + if (!this.is_running) { + console.error('timer is not running') + return + } + this.bumpTimer( + val || -1 * this.bumpIncrementValue(), + typeof val === 'undefined' + ) + } + + setRemaining (val) { + if (!this.is_running) { + console.error('timer is not running') + return + } + this.end = Date.now() + val * 1000 + this.update(true) + } + + playSound () { + let url = this.play_sound + if (!url) return + if (typeof url === 'boolean') { + const src = this.src_location + ? this.src_location.replace('/countdown.js', '') + : 'libs/countdown' + url = src + '/smb_stage_clear.mp3' + } + const sound = new Audio(url) + sound.play() + } + + bumpIncrementValue (val) { + val = val || this.remainingTime().remaining + if (val <= 30) { + return 5 + } else if (val <= 300) { + return 15 + } else if (val <= 3000) { + return 30 + } else { + return 60 + } + } + + reportStateToShiny (action) { + if (!window.Shiny) return + + const inputId = this.element.id + const data = { + event: { + action, + time: new Date().toISOString() + }, + timer: { + is_running: this.is_running, + end: this.end ? new Date(this.end).toISOString() : null, + remaining: this.remainingTime() + } + } + + function shinySetInputValue () { + if (!window.Shiny.setInputValue) { + setTimeout(shinySetInputValue, 100) + return + } + window.Shiny.setInputValue(inputId, data) + } + + shinySetInputValue() + } +} + +(function () { + const CURRENT_SCRIPT = document.currentScript.getAttribute('src') + + document.addEventListener('DOMContentLoaded', function () { + const els = document.querySelectorAll('.countdown') + if (!els || !els.length) { + return + } + els.forEach(function (el) { + el.countdown = new CountdownTimer(el, { src_location: CURRENT_SCRIPT }) + }) + + if (window.Shiny) { + Shiny.addCustomMessageHandler('countdown:update', function (x) { + if (!x.id) { + console.error('No `id` provided, cannot update countdown') + return + } + const el = document.getElementById(x.id) + el.countdown.setValues(x) + }) + + Shiny.addCustomMessageHandler('countdown:start', function (id) { + const el = document.getElementById(id) + if (!el) return + el.countdown.start() + }) + + Shiny.addCustomMessageHandler('countdown:stop', function (id) { + const el = document.getElementById(id) + if (!el) return + el.countdown.stop() + }) + + Shiny.addCustomMessageHandler('countdown:reset', function (id) { + const el = document.getElementById(id) + if (!el) return + el.countdown.reset() + }) + + Shiny.addCustomMessageHandler('countdown:bumpUp', function (id) { + const el = document.getElementById(id) + if (!el) return + el.countdown.bumpUp() + }) + + Shiny.addCustomMessageHandler('countdown:bumpDown', function (id) { + const el = document.getElementById(id) + if (!el) return + el.countdown.bumpDown() + }) + } + }) +})() diff --git a/docs/_site/slides/libs/countdown-0.4.0/smb_stage_clear.mp3 b/docs/_site/slides/libs/countdown-0.4.0/smb_stage_clear.mp3 new file mode 100644 index 00000000..da2ddc2c Binary files /dev/null and b/docs/_site/slides/libs/countdown-0.4.0/smb_stage_clear.mp3 differ diff --git a/docs/_site/slides/libs/header-attrs-2.14/header-attrs.js b/docs/_site/slides/libs/header-attrs-2.14/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/docs/_site/slides/libs/header-attrs-2.14/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/docs/_site/slides/libs/header-attrs-2.16/header-attrs.js b/docs/_site/slides/libs/header-attrs-2.16/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/docs/_site/slides/libs/header-attrs-2.16/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/docs/_site/slides/libs/header-attrs-2.17/header-attrs.js b/docs/_site/slides/libs/header-attrs-2.17/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/docs/_site/slides/libs/header-attrs-2.17/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/docs/_site/slides/libs/header-attrs-2.18/header-attrs.js b/docs/_site/slides/libs/header-attrs-2.18/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/docs/_site/slides/libs/header-attrs-2.18/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/docs/_site/slides/libs/header-attrs-2.19/header-attrs.js b/docs/_site/slides/libs/header-attrs-2.19/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/docs/_site/slides/libs/header-attrs-2.19/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/docs/_site/slides/libs/header-attrs-2.20/header-attrs.js b/docs/_site/slides/libs/header-attrs-2.20/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/docs/_site/slides/libs/header-attrs-2.20/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/docs/_site/slides/libs/kePrint-0.0.1/kePrint.js b/docs/_site/slides/libs/kePrint-0.0.1/kePrint.js new file mode 100644 index 00000000..e6fbbfc4 --- /dev/null +++ b/docs/_site/slides/libs/kePrint-0.0.1/kePrint.js @@ -0,0 +1,8 @@ +$(document).ready(function(){ + if (typeof $('[data-toggle="tooltip"]').tooltip === 'function') { + $('[data-toggle="tooltip"]').tooltip(); + } + if ($('[data-toggle="popover"]').popover === 'function') { + $('[data-toggle="popover"]').popover(); + } +}); diff --git a/docs/_site/slides/libs/lightable-0.0.1/lightable.css b/docs/_site/slides/libs/lightable-0.0.1/lightable.css new file mode 100644 index 00000000..3be3be90 --- /dev/null +++ b/docs/_site/slides/libs/lightable-0.0.1/lightable.css @@ -0,0 +1,272 @@ +/*! + * lightable v0.0.1 + * Copyright 2020 Hao Zhu + * Licensed under MIT (https://github.com/haozhu233/kableExtra/blob/master/LICENSE) + */ + +.lightable-minimal { + border-collapse: separate; + border-spacing: 16px 1px; + width: 100%; + margin-bottom: 10px; +} + +.lightable-minimal td { + margin-left: 5px; + margin-right: 5px; +} + +.lightable-minimal th { + margin-left: 5px; + margin-right: 5px; +} + +.lightable-minimal thead tr:last-child th { + border-bottom: 2px solid #00000050; + empty-cells: hide; + +} + +.lightable-minimal tbody tr:first-child td { + padding-top: 0.5em; +} + +.lightable-minimal.lightable-hover tbody tr:hover { + background-color: #f5f5f5; +} + +.lightable-minimal.lightable-striped tbody tr:nth-child(even) { + background-color: #f5f5f5; +} + +.lightable-classic { + border-top: 0.16em solid #111111; + border-bottom: 0.16em solid #111111; + width: 100%; + margin-bottom: 10px; + margin: 10px 5px; +} + +.lightable-classic tfoot tr td { + border: 0; +} + +.lightable-classic tfoot tr:first-child td { + border-top: 0.14em solid #111111; +} + +.lightable-classic caption { + color: #222222; +} + +.lightable-classic td { + padding-left: 5px; + padding-right: 5px; + color: #222222; +} + +.lightable-classic th { + padding-left: 5px; + padding-right: 5px; + font-weight: normal; + color: #222222; +} + +.lightable-classic thead tr:last-child th { + border-bottom: 0.10em solid #111111; +} + +.lightable-classic.lightable-hover tbody tr:hover { + background-color: #F9EEC1; +} + +.lightable-classic.lightable-striped tbody tr:nth-child(even) { + background-color: #f5f5f5; +} + +.lightable-classic-2 { + border-top: 3px double #111111; + border-bottom: 3px double #111111; + width: 100%; + margin-bottom: 10px; +} + +.lightable-classic-2 tfoot tr td { + border: 0; +} + +.lightable-classic-2 tfoot tr:first-child td { + border-top: 3px double #111111; +} + +.lightable-classic-2 caption { + color: #222222; +} + +.lightable-classic-2 td { + padding-left: 5px; + padding-right: 5px; + color: #222222; +} + +.lightable-classic-2 th { + padding-left: 5px; + padding-right: 5px; + font-weight: normal; + color: #222222; +} + +.lightable-classic-2 tbody tr:last-child td { + border-bottom: 3px double #111111; +} + +.lightable-classic-2 thead tr:last-child th { + border-bottom: 1px solid #111111; +} + +.lightable-classic-2.lightable-hover tbody tr:hover { + background-color: #F9EEC1; +} + +.lightable-classic-2.lightable-striped tbody tr:nth-child(even) { + background-color: #f5f5f5; +} + +.lightable-material { + min-width: 100%; + white-space: nowrap; + table-layout: fixed; + font-family: Roboto, sans-serif; + border: 1px solid #EEE; + border-collapse: collapse; + margin-bottom: 10px; +} + +.lightable-material tfoot tr td { + border: 0; +} + +.lightable-material tfoot tr:first-child td { + border-top: 1px solid #EEE; +} + +.lightable-material th { + height: 56px; + padding-left: 16px; + padding-right: 16px; +} + +.lightable-material td { + height: 52px; + padding-left: 16px; + padding-right: 16px; + border-top: 1px solid #eeeeee; +} + +.lightable-material.lightable-hover tbody tr:hover { + background-color: #f5f5f5; +} + +.lightable-material.lightable-striped tbody tr:nth-child(even) { + background-color: #f5f5f5; +} + +.lightable-material.lightable-striped tbody td { + border: 0; +} + +.lightable-material.lightable-striped thead tr:last-child th { + border-bottom: 1px solid #ddd; +} + +.lightable-material-dark { + min-width: 100%; + white-space: nowrap; + table-layout: fixed; + font-family: Roboto, sans-serif; + border: 1px solid #FFFFFF12; + border-collapse: collapse; + margin-bottom: 10px; + background-color: #363640; +} + +.lightable-material-dark tfoot tr td { + border: 0; +} + +.lightable-material-dark tfoot tr:first-child td { + border-top: 1px solid #FFFFFF12; +} + +.lightable-material-dark th { + height: 56px; + padding-left: 16px; + padding-right: 16px; + color: #FFFFFF60; +} + +.lightable-material-dark td { + height: 52px; + padding-left: 16px; + padding-right: 16px; + color: #FFFFFF; + border-top: 1px solid #FFFFFF12; +} + +.lightable-material-dark.lightable-hover tbody tr:hover { + background-color: #FFFFFF12; +} + +.lightable-material-dark.lightable-striped tbody tr:nth-child(even) { + background-color: #FFFFFF12; +} + +.lightable-material-dark.lightable-striped tbody td { + border: 0; +} + +.lightable-material-dark.lightable-striped thead tr:last-child th { + border-bottom: 1px solid #FFFFFF12; +} + +.lightable-paper { + width: 100%; + margin-bottom: 10px; + color: #444; +} + +.lightable-paper tfoot tr td { + border: 0; +} + +.lightable-paper tfoot tr:first-child td { + border-top: 1px solid #00000020; +} + +.lightable-paper thead tr:last-child th { + color: #666; + vertical-align: bottom; + border-bottom: 1px solid #00000020; + line-height: 1.15em; + padding: 10px 5px; +} + +.lightable-paper td { + vertical-align: middle; + border-bottom: 1px solid #00000010; + line-height: 1.15em; + padding: 7px 5px; +} + +.lightable-paper.lightable-hover tbody tr:hover { + background-color: #F9EEC1; +} + +.lightable-paper.lightable-striped tbody tr:nth-child(even) { + background-color: #00000008; +} + +.lightable-paper.lightable-striped tbody td { + border: 0; +} + diff --git a/docs/_site/slides/libs/remark-css-0.0.1/default.css b/docs/_site/slides/libs/remark-css-0.0.1/default.css new file mode 100644 index 00000000..d37bfd25 --- /dev/null +++ b/docs/_site/slides/libs/remark-css-0.0.1/default.css @@ -0,0 +1,72 @@ +a, a > code { + color: rgb(249, 38, 114); + text-decoration: none; +} +.footnote { + position: absolute; + bottom: 3em; + padding-right: 4em; + font-size: 90%; +} +.remark-code-line-highlighted { background-color: #ffff88; } + +.inverse { + background-color: #272822; + color: #d6d6d6; + text-shadow: 0 0 20px #333; +} +.inverse h1, .inverse h2, .inverse h3 { + color: #f3f3f3; +} +/* Two-column layout */ +.left-column { + color: #777; + width: 20%; + height: 92%; + float: left; +} +.left-column h2:last-of-type, .left-column h3:last-child { + color: #000; +} +.right-column { + width: 75%; + float: right; + padding-top: 1em; +} +.pull-left { + float: left; + width: 47%; +} +.pull-right { + float: right; + width: 47%; +} +.pull-right + * { + clear: both; +} +img, video, iframe { + max-width: 100%; +} +blockquote { + border-left: solid 5px lightgray; + padding-left: 1em; +} +.remark-slide table { + margin: auto; + border-top: 1px solid #666; + border-bottom: 1px solid #666; +} +.remark-slide table thead th { border-bottom: 1px solid #ddd; } +th, td { padding: 5px; } +.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #eee } + +@page { margin: 0; } +@media print { + .remark-slide-scaler { + width: 100% !important; + height: 100% !important; + transform: scale(1) !important; + top: 0 !important; + left: 0 !important; + } +} diff --git a/docs/_site/slides/libs/remark-latest.min.js b/docs/_site/slides/libs/remark-latest.min.js new file mode 100644 index 00000000..160ca1bc --- /dev/null +++ b/docs/_site/slides/libs/remark-latest.min.js @@ -0,0 +1,18 @@ +require=function e(t,a,r){function s(i,l){if(!a[i]){if(!t[i]){var o="function"==typeof require&&require;if(!l&&o)return o(i,!0);if(n)return n(i,!0);var c=new Error("Cannot find module '"+i+"'");throw c.code="MODULE_NOT_FOUND",c}var d=a[i]={exports:{}};t[i][0].call(d.exports,function(e){var a=t[i][1][e];return s(a?a:e)},d,d.exports,e,t,a,r)}return a[i].exports}for(var n="function"==typeof require&&require,i=0;i0&&this._events[e].length>a&&(this._events[e].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[e].length),"function"==typeof console.trace&&console.trace())),this},r.prototype.on=r.prototype.addListener,r.prototype.once=function(e,t){function a(){this.removeListener(e,a),r||(r=!0,t.apply(this,arguments))}if(!s(t))throw TypeError("listener must be a function");var r=!1;return a.listener=t,this.on(e,a),this},r.prototype.removeListener=function(e,t){var a,r,n,l;if(!s(t))throw TypeError("listener must be a function");if(!this._events||!this._events[e])return this;if(a=this._events[e],n=a.length,r=-1,a===t||s(a.listener)&&a.listener===t)delete this._events[e],this._events.removeListener&&this.emit("removeListener",e,t);else if(i(a)){for(l=n;l-- >0;)if(a[l]===t||a[l].listener&&a[l].listener===t){r=l;break}if(r<0)return this;1===a.length?(a.length=0,delete this._events[e]):a.splice(r,1),this._events.removeListener&&this.emit("removeListener",e,t)}return this},r.prototype.removeAllListeners=function(e){var t,a;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[e]&&delete this._events[e],this;if(0===arguments.length){for(t in this._events)"removeListener"!==t&&this.removeAllListeners(t);return this.removeAllListeners("removeListener"),this._events={},this}if(a=this._events[e],s(a))this.removeListener(e,a);else if(a)for(;a.length;)this.removeListener(e,a[a.length-1]);return delete this._events[e],this},r.prototype.listeners=function(e){var t;return t=this._events&&this._events[e]?s(this._events[e])?[this._events[e]]:this._events[e].slice():[]},r.prototype.listenerCount=function(e){if(this._events){var t=this._events[e];if(s(t))return 1;if(t)return t.length}return 0},r.listenerCount=function(e,t){return e.listenerCount(t)}},{}],2:[function(e,t,a){(function(e){(function(){function e(e){this.tokens=[],this.tokens.links={},this.options=e||m.defaults,this.rules=u.normal,this.options.gfm&&(this.options.tables?this.rules=u.tables:this.rules=u.gfm)}function r(e,t){if(this.options=t||m.defaults,this.links=e,this.rules=h.normal,this.renderer=this.options.renderer||new s,this.renderer.options=this.options,!this.links)throw new Error("Tokens array requires a `links` property.");this.options.gfm?this.options.breaks?this.rules=h.breaks:this.rules=h.gfm:this.options.pedantic&&(this.rules=h.pedantic)}function s(e){this.options=e||{}}function n(e){this.tokens=[],this.token=null,this.options=e||m.defaults,this.options.renderer=this.options.renderer||new s,this.renderer=this.options.renderer,this.renderer.options=this.options}function i(e,t){return e.replace(t?/&/g:/&(?!#?\w+;)/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}function l(e){return e.replace(/&([#\w]+);/g,function(e,t){return t=t.toLowerCase(),"colon"===t?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""})}function o(e,t){return e=e.source,t=t||"",function a(r,s){return r?(s=s.source||s,s=s.replace(/(^|[^\[])\^/g,"$1"),e=e.replace(r,s),a):new RegExp(e,t)}}function c(){}function d(e){for(var t,a,r=1;rAn error occured:

"+i(e.message+"",!0)+"
";throw e}}var u={newline:/^\n+/,code:/^( {4}[^\n]+\n*)+/,fences:c,hr:/^( *[-*_]){3,} *(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\n]+?) *#* *(?:\n+|$)/,nptable:c,lheading:/^([^\n]+)\n *(=|-){2,} *(?:\n+|$)/,blockquote:/^( *>[^\n]+(\n[^\n]+)*\n*)+/,list:/^( *)(bull) [\s\S]+?(?:hr|\n{2,}(?! )(?!\1bull )\n*|\s*$)/,html:/^ *(?:comment|closed|closing) *(?:\n{2,}|\s*$)/,def:/^ *\[([^\]]+)\]: *]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/,table:c,paragraph:/^((?:[^\n]+\n?(?!hr|heading|lheading|blockquote|tag|def))+)\n*/,text:/^[^\n]+/};u.bullet=/(?:[*+-]|\d+\.)/,u.item=/^( *)(bull) [^\n]*(?:\n(?!\1bull )[^\n]*)*/,u.item=o(u.item,"gm")(/bull/g,u.bullet)(),u.list=o(u.list)(/bull/g,u.bullet)("hr",/\n+(?=(?: *[-*_]){3,} *(?:\n+|$))/)(),u._tag="(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:/|[^\\w\\s@]*@)\\b",u.html=o(u.html)("comment",//)("closed",/<(tag)[\s\S]+?<\/\1>/)("closing",/])*?>/)(/tag/g,u._tag)(),u.paragraph=o(u.paragraph)("hr",u.hr)("heading",u.heading)("lheading",u.lheading)("blockquote",u.blockquote)("tag","<"+u._tag)("def",u.def)(),u.normal=d({},u),u.gfm=d({},u.normal,{fences:/^ *(`{3,}|~{3,}) *(\S+)? *\n([\s\S]+?)\s*\1 *(?:\n+|$)/,paragraph:/^/}),u.gfm.paragraph=o(u.paragraph)("(?!","(?!"+u.gfm.fences.source.replace("\\1","\\2")+"|"+u.list.source.replace("\\1","\\3")+"|")(),u.tables=d({},u.gfm,{nptable:/^ *(\S.*\|.*)\n *([-:]+ *\|[-| :]*)\n((?:.*\|.*(?:\n|$))*)\n*/,table:/^ *\|(.+)\n *\|( *[-:]+[-| :]*)\n((?: *\|.*(?:\n|$))*)\n*/}),e.rules=u,e.lex=function(t,a){var r=new e(a);return r.lex(t)},e.prototype.lex=function(e){return e=e.replace(/\r\n|\r/g,"\n").replace(/\t/g," ").replace(/\u00a0/g," ").replace(/\u2424/g,"\n"),this.token(e,!0)},e.prototype.token=function(e,t){for(var a,r,s,n,i,l,o,c,d,e=e.replace(/^ +$/gm,"");e;)if((s=this.rules.newline.exec(e))&&(e=e.substring(s[0].length),s[0].length>1&&this.tokens.push({type:"space"})),s=this.rules.code.exec(e))e=e.substring(s[0].length),s=s[0].replace(/^ {4}/gm,""),this.tokens.push({type:"code",text:this.options.pedantic?s:s.replace(/\n+$/,"")});else if(s=this.rules.fences.exec(e))e=e.substring(s[0].length),this.tokens.push({type:"code",lang:s[2],text:s[3]});else if(s=this.rules.heading.exec(e))e=e.substring(s[0].length),this.tokens.push({type:"heading",depth:s[1].length,text:s[2]});else if(t&&(s=this.rules.nptable.exec(e))){for(e=e.substring(s[0].length),l={type:"table",header:s[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:s[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:s[3].replace(/\n$/,"").split("\n")},c=0;c ?/gm,""),this.token(s,t),this.tokens.push({type:"blockquote_end"});else if(s=this.rules.list.exec(e)){for(e=e.substring(s[0].length),n=s[2],this.tokens.push({type:"list_start",ordered:n.length>1}),s=s[0].match(this.rules.item),a=!1,d=s.length,c=0;c1&&i.length>1||(e=s.slice(c+1).join("\n")+e,c=d-1)),r=a||/\n\n(?!\s*$)/.test(l),c!==d-1&&(a="\n"===l.charAt(l.length-1),r||(r=a)),this.tokens.push({type:r?"loose_item_start":"list_item_start"}),this.token(l,!1),this.tokens.push({type:"list_item_end"});this.tokens.push({type:"list_end"})}else if(s=this.rules.html.exec(e))e=e.substring(s[0].length),this.tokens.push({type:this.options.sanitize?"paragraph":"html",pre:"pre"===s[1]||"script"===s[1]||"style"===s[1],text:s[0]});else if(t&&(s=this.rules.def.exec(e)))e=e.substring(s[0].length),this.tokens.links[s[1].toLowerCase()]={href:s[2],title:s[3]};else if(t&&(s=this.rules.table.exec(e))){for(e=e.substring(s[0].length),l={type:"table",header:s[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:s[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:s[3].replace(/(?: *\| *)?\n$/,"").split("\n")},c=0;c])/,autolink:/^<([^ >]+(@|:\/)[^ >]+)>/,url:c,tag:/^|^<\/?\w+(?:"[^"]*"|'[^']*'|[^'">])*?>/,link:/^!?\[(inside)\]\(href\)/,reflink:/^!?\[(inside)\]\s*\[([^\]]*)\]/,nolink:/^!?\[((?:\[[^\]]*\]|[^\[\]])*)\]/,strong:/^__([\s\S]+?)__(?!_)|^\*\*([\s\S]+?)\*\*(?!\*)/,em:/^\b_((?:__|[\s\S])+?)_\b|^\*((?:\*\*|[\s\S])+?)\*(?!\*)/,code:/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,br:/^ {2,}\n(?!\s*$)/,del:c,text:/^[\s\S]+?(?=[\\?(?:\s+['"]([\s\S]*?)['"])?\s*/,h.link=o(h.link)("inside",h._inside)("href",h._href)(),h.reflink=o(h.reflink)("inside",h._inside)(),h.normal=d({},h),h.pedantic=d({},h.normal,{strong:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,em:/^_(?=\S)([\s\S]*?\S)_(?!_)|^\*(?=\S)([\s\S]*?\S)\*(?!\*)/}),h.gfm=d({},h.normal,{escape:o(h.escape)("])","~|])")(),url:/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,del:/^~~(?=\S)([\s\S]*?\S)~~/,text:o(h.text)("]|","~]|")("|","|https?://|")()}),h.breaks=d({},h.gfm,{br:o(h.br)("{2,}","*")(),text:o(h.gfm.text)("{2,}","*")()}),r.rules=h,r.output=function(e,t,a){var s=new r(t,a);return s.output(e)},r.prototype.output=function(e){for(var t,a,r,s,n="";e;)if(s=this.rules.escape.exec(e))e=e.substring(s[0].length),n+=s[1];else if(s=this.rules.autolink.exec(e))e=e.substring(s[0].length),"@"===s[2]?(a=":"===s[1].charAt(6)?this.mangle(s[1].substring(7)):this.mangle(s[1]),r=this.mangle("mailto:")+a):(a=i(s[1]),r=a),n+=this.renderer.link(r,null,a);else if(s=this.rules.url.exec(e))e=e.substring(s[0].length),a=i(s[1]),r=a,n+=this.renderer.link(r,null,a);else if(s=this.rules.tag.exec(e))e=e.substring(s[0].length),n+=this.options.sanitize?i(s[0]):s[0];else if(s=this.rules.link.exec(e))e=e.substring(s[0].length),n+=this.outputLink(s,{href:s[2],title:s[3]});else if((s=this.rules.reflink.exec(e))||(s=this.rules.nolink.exec(e))){if(e=e.substring(s[0].length),t=(s[2]||s[1]).replace(/\s+/g," "),t=this.links[t.toLowerCase()],!t||!t.href){n+=s[0].charAt(0),e=s[0].substring(1)+e;continue}n+=this.outputLink(s,t)}else if(s=this.rules.strong.exec(e))e=e.substring(s[0].length),n+=this.renderer.strong(this.output(s[2]||s[1]));else if(s=this.rules.em.exec(e))e=e.substring(s[0].length),n+=this.renderer.em(this.output(s[2]||s[1]));else if(s=this.rules.code.exec(e))e=e.substring(s[0].length),n+=this.renderer.codespan(i(s[2],!0));else if(s=this.rules.br.exec(e))e=e.substring(s[0].length),n+=this.renderer.br();else if(s=this.rules.del.exec(e))e=e.substring(s[0].length),n+=this.renderer.del(this.output(s[1]));else if(s=this.rules.text.exec(e))e=e.substring(s[0].length),n+=i(this.smartypants(s[0]));else if(e)throw new Error("Infinite loop on byte: "+e.charCodeAt(0));return n},r.prototype.outputLink=function(e,t){var a=i(t.href),r=t.title?i(t.title):null;return"!"!==e[0].charAt(0)?this.renderer.link(a,r,this.output(e[1])):this.renderer.image(a,r,i(e[1]))},r.prototype.smartypants=function(e){return this.options.smartypants?e.replace(/--/g,"—").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1‘").replace(/'/g,"’").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1“").replace(/"/g,"”").replace(/\.{3}/g,"…"):e},r.prototype.mangle=function(e){for(var t,a="",r=e.length,s=0;s.5&&(t="x"+t.toString(16)),a+="&#"+t+";";return a},s.prototype.code=function(e,t,a){if(this.options.highlight){var r=this.options.highlight(e,t);null!=r&&r!==e&&(a=!0,e=r)}return t?'
'+(a?e:i(e,!0))+"\n
\n":"
"+(a?e:i(e,!0))+"\n
"},s.prototype.blockquote=function(e){return"
\n"+e+"
\n"},s.prototype.html=function(e){return e},s.prototype.heading=function(e,t,a){return"'+e+"\n"},s.prototype.hr=function(){return"
\n"},s.prototype.list=function(e,t){var a=t?"ol":"ul";return"<"+a+">\n"+e+"\n"},s.prototype.listitem=function(e){return"
  • "+e+"
  • \n"},s.prototype.paragraph=function(e){return"

    "+e+"

    \n"},s.prototype.table=function(e,t){return"\n\n"+e+"\n\n"+t+"\n
    \n"},s.prototype.tablerow=function(e){return"\n"+e+"\n"},s.prototype.tablecell=function(e,t){var a=t.header?"th":"td",r=t.align?"<"+a+' style="text-align:'+t.align+'">':"<"+a+">";return r+e+"\n"},s.prototype.strong=function(e){return""+e+""},s.prototype.em=function(e){return""+e+""},s.prototype.codespan=function(e){return""+e+""},s.prototype.br=function(){return"
    "},s.prototype.del=function(e){return""+e+""},s.prototype.link=function(e,t,a){if(this.options.sanitize){try{var r=decodeURIComponent(l(e)).replace(/[^\w:]/g,"").toLowerCase()}catch(e){return""}if(0===r.indexOf("javascript:"))return""}var s='"},s.prototype.image=function(e,t,a){var r=''+a+'"}),e=e.replace(/&/g,"&"),e=e.replace(/"/g,'"')}var i=e("events").EventEmitter,l=e("./highlighter"),o=e("./converter"),c=e("./resources"),d=e("./parser"),m=e("./models/slideshow"),u=e("./views/slideshowView"),h=e("./controllers/defaultController"),p=e("./dom"),g=e("./macros");t.exports=r,r.prototype.highlighter=l,r.prototype.convert=function(e){var t=new d,a=t.parse(e||"",g)[0].content;return o.convertMarkdown(a,{},!0)},r.prototype.create=function(e,t){var a,r,n,l,o=this;return e=s(this.dom,e),a=new i,a.setMaxListeners(0),r=new m(a,this.dom,e,function(r){n=new u(a,o.dom,e.container,r),l=e.controller||new h(a,o.dom,n,e.navigation),"function"==typeof t&&t(r)})}},{"./controllers/defaultController":6,"./converter":12,"./dom":13,"./highlighter":14,"./macros":16,"./models/slideshow":18,"./parser":21,"./resources":22,"./views/slideshowView":27,events:1}],6:[function(e,t,a){function r(e,t,a,r){r=r||{};var d=new n(e);o.register(e),c.register(e,t,a),i.register(e,r),l.register(e,r),s(e,d,a,r)}function s(e,t,a,r){e.on("pause",function(a){t.deactivate(),i.unregister(e),l.unregister(e)}),e.on("resume",function(a){t.activate(),i.register(e,r),l.register(e,r)})}t.exports=r;var n=e("./inputs/keyboard"),i=e("./inputs/mouse"),l=e("./inputs/touch"),o=e("./inputs/message"),c=e("./inputs/location")},{"./inputs/keyboard":7,"./inputs/location":8,"./inputs/message":9,"./inputs/mouse":10,"./inputs/touch":11}],7:[function(e,t,a){function r(e){this._events=e,this.activate()}t.exports=r,r.prototype.activate=function(){this._gotoSlideNumber="",this.addKeyboardEventListeners()},r.prototype.deactivate=function(){this.removeKeyboardEventListeners()},r.prototype.addKeyboardEventListeners=function(){var e=this,t=this._events;t.on("keydown",function(a){if(!a.metaKey&&!a.ctrlKey)switch(a.keyCode){case 33:case 37:case 38:t.emit("gotoPreviousSlide");break;case 32:case 34:case 39:case 40:t.emit("gotoNextSlide");break;case 36:t.emit("gotoFirstSlide");break;case 35:t.emit("gotoLastSlide");break;case 27:t.emit("hideOverlay");break;case 13:e._gotoSlideNumber&&(t.emit("gotoSlide",e._gotoSlideNumber),e._gotoSlideNumber="")}}),t.on("keypress",function(a){if(!a.metaKey&&!a.ctrlKey){var r=String.fromCharCode(a.which).toLowerCase();switch(r){case"j":t.emit("gotoNextSlide");break;case"k":t.emit("gotoPreviousSlide");break;case"b":t.emit("toggleBlackout");break;case"m":t.emit("toggleMirrored");break;case"c":t.emit("createClone");break;case"p":t.emit("togglePresenterMode");break;case"f":t.emit("toggleFullscreen");break;case"t":t.emit("resetTimer");break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case"0":e._gotoSlideNumber+=r;break;case"h":case"?":t.emit("toggleHelp")}}})},r.prototype.removeKeyboardEventListeners=function(){var e=this._events;e.removeAllListeners("keydown"),e.removeAllListeners("keypress")}},{}],8:[function(e,t,a){function r(e,t,a){function r(){var a=(t.getLocationHash()||"").substr(1);e.emit("gotoSlide",a)}function n(e){s.hasClass(a.containerElement,"remark-presenter-mode")?t.setLocationHash("#p"+e):t.setLocationHash("#"+e)}a.isEmbedded()?e.emit("gotoSlide",1):(e.on("hashchange",r),e.on("slideChanged",n),e.on("toggledPresenter",n),r())}var s=e("../../utils.js");a.register=function(e,t,a){r(e,t,a)}},{"../../utils.js":24}],9:[function(e,t,a){function r(e){function t(t){var a;null!==(a=/^gotoSlide:(\d+)$/.exec(t.data))?e.emit("gotoSlide",parseInt(a[1],10),!0):"toggleBlackout"===t.data&&e.emit("toggleBlackout")}e.on("message",t)}a.register=function(e){r(e)}},{}],10:[function(e,t,a){function r(e,t){if(t.click&&(e.on("click",function(t){"A"!==t.target.nodeName&&0===t.button&&e.emit("gotoNextSlide")}),e.on("contextmenu",function(t){"A"!==t.target.nodeName&&(t.preventDefault(),e.emit("gotoPreviousSlide"))})),t.scroll!==!1){var a=function(t){t.wheelDeltaY>0||t.detail<0?e.emit("gotoPreviousSlide"):(t.wheelDeltaY<0||t.detail>0)&&e.emit("gotoNextSlide")};e.on("mousewheel",a),e.on("DOMMouseScroll",a)}}function s(e){e.removeAllListeners("click"),e.removeAllListeners("contextmenu"),e.removeAllListeners("mousewheel")}a.register=function(e,t){r(e,t)},a.unregister=function(e){s(e)}},{}],11:[function(e,t,a){function r(e,t){var a,r,s;if(t.touch!==!1){var n=function(){return Math.abs(r-s)<10},i=function(){e.emit("tap",s)},l=function(){r>s?e.emit("gotoNextSlide"):e.emit("gotoPreviousSlide")};e.on("touchstart",function(e){a=e.touches[0],r=a.clientX}),e.on("touchend",function(e){"A"!==e.target.nodeName.toUpperCase()&&(a=e.changedTouches[0],s=a.clientX,n()?i():l())}),e.on("touchmove",function(e){e.preventDefault()})}}function s(e){e.removeAllListeners("touchstart"),e.removeAllListeners("touchend"),e.removeAllListeners("touchmove")}a.register=function(e,t){r(e,t)},a.unregister=function(e){s(e)}},{}],12:[function(e,t,a){function r(e,t,a){var n,l,o,c="";for(n=0;n',c+=r(e[n].content,t,!e[n].block),c+="");var d=s.Lexer.lex(c.replace(/^\s+/,""));return d.links=t,o=s.Parser.parse(d),a&&(i.innerHTML=o,1===i.children.length&&"P"===i.children[0].tagName&&(o=i.children[0].innerHTML)),o}var s=e("marked"),n=t.exports={},i=document.createElement("div");s.setOptions({gfm:!0,tables:!0,breaks:!1,pedantic:!0,sanitize:!1,smartLists:!0,langPrefix:""}),n.convertMarkdown=function(e,t,a){return i.innerHTML=r(e,t||{},a),i.innerHTML=i.innerHTML.replace(/

    \s*<\/p>/g,""),i.innerHTML.replace(/\n\r?$/,"")}},{marked:2}],13:[function(e,t,a){function r(){}t.exports=r,r.prototype.XMLHttpRequest=XMLHttpRequest,r.prototype.getHTMLElement=function(){return document.getElementsByTagName("html")[0]},r.prototype.getBodyElement=function(){return document.body},r.prototype.getElementById=function(e){return document.getElementById(e)},r.prototype.getLocationHash=function(){return window.location.hash},r.prototype.setLocationHash=function(e){"function"==typeof window.history.replaceState&&"null"!==document.origin?window.history.replaceState(void 0,void 0,e):window.location.hash=e}},{}],14:[function(e,t,a){for(var r=function(){var e={};return function(t){var a="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof e?t(e):a&&(a.hljs=t({}),"function"==typeof define&&define.amd&&define([],function(){return a.hljs}))}(function(e){function t(e){return e.replace(/[&<>]/gm,function(e){return M[e]})}function a(e){return e.nodeName.toLowerCase()}function r(e,t){var a=e&&e.exec(t);return a&&0===a.index}function s(e){return k.test(e)}function n(e){var t,a,r,n,i=e.className+" ";if(i+=e.parentNode?e.parentNode.className:"",a=w.exec(i))return j(a[1])?a[1]:"no-highlight";for(i=i.split(/\s+/),t=0,r=i.length;t"}function l(e){d+=""}function o(e){("start"===e.event?i:l)(e.node)}for(var c=0,d="",m=[];e.length||r.length;){var u=n();if(d+=t(s.substr(c,u[0].offset-c)),c=u[0].offset,u===e){m.reverse().forEach(l);do o(u.splice(0,1)[0]),u=n();while(u===e&&u.length&&u[0].offset===c);m.reverse().forEach(i)}else"start"===u[0].event?m.push(u[0].node):m.pop(),o(u.splice(0,1)[0])}return d+t(s.substr(c))}function c(e){function t(e){return e&&e.source||e}function a(a,r){return new RegExp(t(a),"m"+(e.case_insensitive?"i":"")+(r?"g":""))}function r(s,n){if(!s.compiled){if(s.compiled=!0,s.keywords=s.keywords||s.beginKeywords,s.keywords){var l={},o=function(t,a){e.case_insensitive&&(a=a.toLowerCase()),a.split(" ").forEach(function(e){var a=e.split("|");l[a[0]]=[t,a[1]?Number(a[1]):1]})};"string"==typeof s.keywords?o("keyword",s.keywords):y(s.keywords).forEach(function(e){o(e,s.keywords[e])}),s.keywords=l}s.lexemesRe=a(s.lexemes||/\w+/,!0),n&&(s.beginKeywords&&(s.begin="\\b("+s.beginKeywords.split(" ").join("|")+")\\b"),s.begin||(s.begin=/\B|\b/),s.beginRe=a(s.begin),s.end||s.endsWithParent||(s.end=/\B|\b/),s.end&&(s.endRe=a(s.end)),s.terminator_end=t(s.end)||"",s.endsWithParent&&n.terminator_end&&(s.terminator_end+=(s.end?"|":"")+n.terminator_end)),s.illegal&&(s.illegalRe=a(s.illegal)),null==s.relevance&&(s.relevance=1),s.contains||(s.contains=[]);var c=[];s.contains.forEach(function(e){e.variants?e.variants.forEach(function(t){c.push(i(e,t))}):c.push("self"===e?s:e)}),s.contains=c,s.contains.forEach(function(e){r(e,s)}),s.starts&&r(s.starts,n);var d=s.contains.map(function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin}).concat([s.terminator_end,s.illegal]).map(t).filter(Boolean);s.terminators=d.length?a(d.join("|"),!0):{exec:function(){return null}}}}r(e)}function d(e,a,s,n){function i(e,t){var a,s;for(a=0,s=t.contains.length;a',n+t+i}function p(){var e,a,r,s;if(!y.keywords)return t(w);for(s="",a=0,y.lexemesRe.lastIndex=0,r=y.lexemesRe.exec(w);r;)s+=t(w.substr(a,r.index-a)),e=u(y,r),e?(x+=e[1],s+=h(e[0],t(r[0]))):s+=t(r[0]),a=y.lexemesRe.lastIndex,r=y.lexemesRe.exec(w);return s+t(w.substr(a))}function g(){var e="string"==typeof y.subLanguage;if(e&&!S[y.subLanguage])return t(w);var a=e?d(y.subLanguage,w,!0,C[y.subLanguage]):m(w,y.subLanguage.length?y.subLanguage:void 0);return y.relevance>0&&(x+=a.relevance),e&&(C[y.subLanguage]=a.top),h(a.language,a.value,!1,!0)}function b(){k+=null!=y.subLanguage?g():p(),w=""}function _(e){k+=e.className?h(e.className,"",!0):"",y=Object.create(e,{parent:{value:y}})}function f(e,t){if(w+=e,null==t)return b(),0;var a=i(t,y);if(a)return a.skip?w+=t:(a.excludeBegin&&(w+=t),b(),a.returnBegin||a.excludeBegin||(w=t)),_(a,t),a.returnBegin?0:t.length;var r=l(y,t);if(r){var s=y;s.skip?w+=t:(s.returnEnd||s.excludeEnd||(w+=t),b(),s.excludeEnd&&(w=t));do y.className&&(k+=T),y.skip||(x+=y.relevance),y=y.parent;while(y!==r.parent);return r.starts&&_(r.starts,""),s.returnEnd?0:t.length}if(o(t,y))throw new Error('Illegal lexeme "'+t+'" for mode "'+(y.className||"")+'"');return w+=t,t.length||1}var v=j(e);if(!v)throw new Error('Unknown language: "'+e+'"');c(v);var E,y=n||v,C={},k="";for(E=y;E!==v;E=E.parent)E.className&&(k=h(E.className,"",!0)+k);var w="",x=0;try{for(var M,D,O=0;;){if(y.terminators.lastIndex=O,M=y.terminators.exec(a),!M)break;D=f(a.substr(O,M.index-O),M[0]),O=M.index+D}for(f(a.substr(O)),E=y;E.parent;E=E.parent)E.className&&(k+=T);return{relevance:x,value:k,language:e,top:y}}catch(e){if(e.message&&e.message.indexOf("Illegal")!==-1)return{relevance:0,value:t(a)};throw e}}function m(e,a){a=a||N.languages||y(S);var r={relevance:0,value:t(e)},s=r;return a.filter(j).forEach(function(t){var a=d(t,e,!1);a.language=t,a.relevance>s.relevance&&(s=a), +a.relevance>r.relevance&&(s=r,r=a)}),s.language&&(r.second_best=s),r}function u(e){return N.tabReplace||N.useBR?e.replace(x,function(e,t){return N.useBR&&"\n"===e?"
    ":N.tabReplace?t.replace(/\t/g,N.tabReplace):void 0}):e}function h(e,t,a){var r=t?C[t]:a,s=[e.trim()];return e.match(/\bhljs\b/)||s.push("hljs"),e.indexOf(r)===-1&&s.push(r),s.join(" ").trim()}function p(e){var t,a,r,i,c,p=n(e);s(p)||(N.useBR?(t=document.createElementNS("http://www.w3.org/1999/xhtml","div"),t.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):t=e,c=t.textContent,r=p?d(p,c,!0):m(c),a=l(t),a.length&&(i=document.createElementNS("http://www.w3.org/1999/xhtml","div"),i.innerHTML=r.value,r.value=o(a,l(i),c)),r.value=u(r.value),e.innerHTML=r.value,e.className=h(e.className,p,r.language),e.result={language:r.language,re:r.relevance},r.second_best&&(e.second_best={language:r.second_best.language,re:r.second_best.relevance}))}function g(e){N=i(N,e)}function b(){if(!b.called){b.called=!0;var e=document.querySelectorAll("pre code");E.forEach.call(e,p)}}function _(){addEventListener("DOMContentLoaded",b,!1),addEventListener("load",b,!1)}function f(t,a){var r=S[t]=a(e);r.aliases&&r.aliases.forEach(function(e){C[e]=t})}function v(){return y(S)}function j(e){return e=(e||"").toLowerCase(),S[e]||S[C[e]]}var E=[],y=Object.keys,S={},C={},k=/^(no-?highlight|plain|text)$/i,w=/\blang(?:uage)?-([\w-]+)\b/i,x=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,T="",N={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0},M={"&":"&","<":"<",">":">"};return e.highlight=d,e.highlightAuto=m,e.fixMarkup=u,e.highlightBlock=p,e.configure=g,e.initHighlighting=b,e.initHighlightingOnLoad=_,e.registerLanguage=f,e.listLanguages=v,e.getLanguage=j,e.inherit=i,e.IDENT_RE="[a-zA-Z]\\w*",e.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",e.NUMBER_RE="\\b\\d+(\\.\\d+)?",e.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BINARY_NUMBER_RE="\\b(0b[01]+)",e.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},e.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|like)\b/},e.COMMENT=function(t,a,r){var s=e.inherit({className:"comment",begin:t,end:a,contains:[]},r||{});return s.contains.push(e.PHRASAL_WORDS_MODE),s.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),s},e.C_LINE_COMMENT_MODE=e.COMMENT("//","$"),e.C_BLOCK_COMMENT_MODE=e.COMMENT("/\\*","\\*/"),e.HASH_COMMENT_MODE=e.COMMENT("#","$"),e.NUMBER_MODE={className:"number",begin:e.NUMBER_RE,relevance:0},e.C_NUMBER_MODE={className:"number",begin:e.C_NUMBER_RE,relevance:0},e.BINARY_NUMBER_MODE={className:"number",begin:e.BINARY_NUMBER_RE,relevance:0},e.CSS_NUMBER_MODE={className:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},e.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}]},e.TITLE_MODE={className:"title",begin:e.IDENT_RE,relevance:0},e.UNDERSCORE_TITLE_MODE={className:"title",begin:e.UNDERSCORE_IDENT_RE,relevance:0},e.METHOD_GUARD={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,relevance:0},e}),e}(),s=[{name:"lisp",create:function(e){var t="[a-zA-Z_\\-\\+\\*\\/\\<\\=\\>\\&\\#][a-zA-Z0-9_\\-\\+\\*\\/\\<\\=\\>\\&\\#!]*",a="\\|[^]*?\\|",r="(\\-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|\\-)?\\d+)?",s={className:"meta",begin:"^#!",end:"$"},n={className:"literal",begin:"\\b(t{1}|nil)\\b"},i={className:"number",variants:[{begin:r,relevance:0},{begin:"#(b|B)[0-1]+(/[0-1]+)?"},{begin:"#(o|O)[0-7]+(/[0-7]+)?"},{begin:"#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?"},{begin:"#(c|C)\\("+r+" +"+r,end:"\\)"}]},l=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),o=e.COMMENT(";","$",{relevance:0}),c={begin:"\\*",end:"\\*"},d={className:"symbol",begin:"[:&]"+t},m={begin:t,relevance:0},u={begin:a},h={begin:"\\(",end:"\\)",contains:["self",n,l,i,m]},p={contains:[i,l,c,d,h,m],variants:[{begin:"['`]\\(",end:"\\)"},{begin:"\\(quote ",end:"\\)",keywords:{name:"quote"}},{begin:"'"+a}]},g={variants:[{begin:"'"+t},{begin:"#'"+t+"(::"+t+")*"}]},b={begin:"\\(\\s*",end:"\\)"},_={endsWithParent:!0,relevance:0};return b.contains=[{className:"name",variants:[{begin:t},{begin:a}]},_],_.contains=[p,g,b,n,i,l,o,c,d,u,m],{illegal:/\S/,contains:[i,s,n,l,o,p,g,b,m]}}},{name:"cpp",create:function(e){var t={className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},a={className:"string",variants:[{begin:'(u8?|U)?L?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:'(u8?|U)?R"',end:'"',contains:[e.BACKSLASH_ESCAPE]},{begin:"'\\\\?.",end:"'",illegal:"."}]},r={className:"number",variants:[{begin:"\\b(0b[01'_]+)"},{begin:"\\b([\\d'_]+(\\.[\\d'_]*)?|\\.[\\d'_]+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9'_]+|(\\b[\\d'_]+(\\.[\\d'_]*)?|\\.[\\d'_]+)([eE][-+]?[\\d'_]+)?)"}],relevance:0},s={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{"meta-keyword":"if else elif endif define undef warning error line pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(a,{className:"meta-string"}),{className:"meta-string",begin:"<",end:">",illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},n=e.IDENT_RE+"\\s*\\(",i={keyword:"int float while private char catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const struct for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using class asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignof constexpr decltype noexcept static_assert thread_local restrict _Bool complex _Complex _Imaginary atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return",built_in:"std string cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr",literal:"true false nullptr NULL"},l=[t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r,a];return{aliases:["c","cc","h","c++","h++","hpp"],keywords:i,illegal:"",keywords:i,contains:["self",t]},{begin:e.IDENT_RE+"::",keywords:i},{variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:i,contains:l.concat([{begin:/\(/,end:/\)/,keywords:i,contains:l.concat(["self"]),relevance:0}]),relevance:0},{className:"function",begin:"("+e.IDENT_RE+"[\\*&\\s]+)+"+n,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:i,illegal:/[^\w\s\*&]/,contains:[{begin:n,returnBegin:!0,contains:[e.TITLE_MODE],relevance:0},{className:"params",begin:/\(/,end:/\)/,keywords:i,relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,r,t]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s]}]),exports:{preprocessor:s,strings:a,keywords:i}}}},{name:"accesslog",create:function(e){return{contains:[{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+\\b",relevance:0},{className:"string",begin:'"(GET|POST|HEAD|PUT|DELETE|CONNECT|OPTIONS|PATCH|TRACE)',end:'"',keywords:"GET POST HEAD PUT DELETE CONNECT OPTIONS PATCH TRACE",illegal:"\\n",relevance:10},{className:"string",begin:/\[/,end:/\]/,illegal:"\\n"},{className:"string",begin:'"',end:'"',illegal:"\\n"}]}}},{name:"actionscript",create:function(e){var t="[a-zA-Z_$][a-zA-Z0-9_$]*",a="([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)",r={className:"rest_arg",begin:"[.]{3}",end:t,relevance:10};return{aliases:["as"],keywords:{keyword:"as break case catch class const continue default delete do dynamic each else extends final finally for function get if implements import in include instanceof interface internal is namespace native new override package private protected public return set static super switch this throw try typeof use var void while with",literal:"true false null undefined"},contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{className:"class",beginKeywords:"package",end:"{",contains:[e.TITLE_MODE]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.TITLE_MODE]},{className:"meta",beginKeywords:"import include",end:";",keywords:{"meta-keyword":"import include"}},{className:"function",beginKeywords:"function",end:"[{;]",excludeEnd:!0,illegal:"\\S",contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r]},{begin:":\\s*"+a}]},e.METHOD_GUARD],illegal:/#/}}},{name:"ada",create:function(e){var t="\\d(_|\\d)*",a="[eE][-+]?"+t,r=t+"(\\."+t+")?("+a+")?",s="\\w+",n=t+"#"+s+"(\\."+s+")?#("+a+")?",i="\\b("+n+"|"+r+")",l="[A-Za-z](_?[A-Za-z0-9.])*",o="[]{}%#'\"",c=e.COMMENT("--","$"),d={begin:"\\s+:\\s+",end:"\\s*(:=|;|\\)|=>|$)",illegal:o,contains:[{beginKeywords:"loop for declare others",endsParent:!0},{className:"keyword",beginKeywords:"not null constant access function procedure in out aliased exception"},{className:"type",begin:l,endsParent:!0,relevance:0}]};return{case_insensitive:!0,keywords:{keyword:"abort else new return abs elsif not reverse abstract end accept entry select access exception of separate aliased exit or some all others subtype and for out synchronized array function overriding at tagged generic package task begin goto pragma terminate body private then if procedure type case in protected constant interface is raise use declare range delay limited record when delta loop rem while digits renames with do mod requeue xor",literal:"True False"},contains:[c,{className:"string",begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{className:"string",begin:/'.'/},{className:"number",begin:i,relevance:0},{className:"symbol",begin:"'"+l},{className:"title",begin:"(\\bwith\\s+)?(\\bprivate\\s+)?\\bpackage\\s+(\\bbody\\s+)?",end:"(is|$)",keywords:"package body",excludeBegin:!0,excludeEnd:!0,illegal:o},{begin:"(\\b(with|overriding)\\s+)?\\b(function|procedure)\\s+",end:"(\\bis|\\bwith|\\brenames|\\)\\s*;)",keywords:"overriding function procedure with is renames return",returnBegin:!0,contains:[c,{className:"title",begin:"(\\bwith\\s+)?\\b(function|procedure)\\s+",end:"(\\(|\\s+|$)",excludeBegin:!0,excludeEnd:!0,illegal:o},d,{className:"type",begin:"\\breturn\\s+",end:"(\\s+|;|$)",keywords:"return",excludeBegin:!0,excludeEnd:!0,endsParent:!0,illegal:o}]},{className:"type",begin:"\\b(sub)?type\\s+",end:"\\s+",keywords:"type",excludeBegin:!0,illegal:o},d]}}},{name:"apache",create:function(e){var t={className:"number",begin:"[\\$%]\\d+"};return{aliases:["apacheconf"],case_insensitive:!0,contains:[e.HASH_COMMENT_MODE,{className:"section",begin:""},{className:"attribute",begin:/\w+/,relevance:0,keywords:{nomarkup:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{end:/$/,relevance:0,keywords:{literal:"on off all"},contains:[{className:"meta",begin:"\\s\\[",end:"\\]$"},{className:"variable",begin:"[\\$%]\\{",end:"\\}",contains:["self",t]},t,e.QUOTE_STRING_MODE]}}],illegal:/\S/}}},{name:"applescript",create:function(e){var t=e.inherit(e.QUOTE_STRING_MODE,{illegal:""}),a={className:"params",begin:"\\(",end:"\\)",contains:["self",e.C_NUMBER_MODE,t]},r=e.COMMENT("--","$"),s=e.COMMENT("\\(\\*","\\*\\)",{contains:["self",r]}),n=[r,s,e.HASH_COMMENT_MODE];return{aliases:["osascript"],keywords:{keyword:"about above after against and around as at back before beginning behind below beneath beside between but by considering contain contains continue copy div does eighth else end equal equals error every exit fifth first for fourth from front get given global if ignoring in into is it its last local me middle mod my ninth not of on onto or over prop property put ref reference repeat returning script second set seventh since sixth some tell tenth that the|0 then third through thru timeout times to transaction try until where while whose with without",literal:"AppleScript false linefeed return pi quote result space tab true",built_in:"alias application boolean class constant date file integer list number real record string text activate beep count delay launch log offset read round run say summarize write character characters contents day frontmost id item length month name paragraph paragraphs rest reverse running time version weekday word words year"},contains:[t,e.C_NUMBER_MODE,{className:"built_in",begin:"\\b(clipboard info|the clipboard|info for|list (disks|folder)|mount volume|path to|(close|open for) access|(get|set) eof|current date|do shell script|get volume settings|random number|set volume|system attribute|system info|time to GMT|(load|run|store) script|scripting components|ASCII (character|number)|localized string|choose (application|color|file|file name|folder|from list|remote application|URL)|display (alert|dialog))\\b|^\\s*return\\b"},{className:"literal",begin:"\\b(text item delimiters|current application|missing value)\\b"},{className:"keyword",begin:"\\b(apart from|aside from|instead of|out of|greater than|isn't|(doesn't|does not) (equal|come before|come after|contain)|(greater|less) than( or equal)?|(starts?|ends|begins?) with|contained by|comes (before|after)|a (ref|reference)|POSIX file|POSIX path|(date|time) string|quoted form)\\b"},{beginKeywords:"on",illegal:"[${=;\\n]",contains:[e.UNDERSCORE_TITLE_MODE,a]}].concat(n),illegal:"//|->|=>|\\[\\["}}},{name:"arduino",create:function(e){var t=e.getLanguage("cpp").exports;return{keywords:{keyword:"boolean byte word string String array "+t.keywords.keyword,built_in:"setup loop while catch for if do goto try switch case else default break continue return KeyboardController MouseController SoftwareSerial EthernetServer EthernetClient LiquidCrystal RobotControl GSMVoiceCall EthernetUDP EsploraTFT HttpClient RobotMotor WiFiClient GSMScanner FileSystem Scheduler GSMServer YunClient YunServer IPAddress GSMClient GSMModem Keyboard Ethernet Console GSMBand Esplora Stepper Process WiFiUDP GSM_SMS Mailbox USBHost Firmata PImage Client Server GSMPIN FileIO Bridge Serial EEPROM Stream Mouse Audio Servo File Task GPRS WiFi Wire TFT GSM SPI SD runShellCommandAsynchronously analogWriteResolution retrieveCallingNumber printFirmwareVersion analogReadResolution sendDigitalPortPair noListenOnLocalhost readJoystickButton setFirmwareVersion readJoystickSwitch scrollDisplayRight getVoiceCallStatus scrollDisplayLeft writeMicroseconds delayMicroseconds beginTransmission getSignalStrength runAsynchronously getAsynchronously listenOnLocalhost getCurrentCarrier readAccelerometer messageAvailable sendDigitalPorts lineFollowConfig countryNameWrite runShellCommand readStringUntil rewindDirectory readTemperature setClockDivider readLightSensor endTransmission analogReference detachInterrupt countryNameRead attachInterrupt encryptionType readBytesUntil robotNameWrite readMicrophone robotNameRead cityNameWrite userNameWrite readJoystickY readJoystickX mouseReleased openNextFile scanNetworks noInterrupts digitalWrite beginSpeaker mousePressed isActionDone mouseDragged displayLogos noAutoscroll addParameter remoteNumber getModifiers keyboardRead userNameRead waitContinue processInput parseCommand printVersion readNetworks writeMessage blinkVersion cityNameRead readMessage setDataMode parsePacket isListening setBitOrder beginPacket isDirectory motorsWrite drawCompass digitalRead clearScreen serialEvent rightToLeft setTextSize leftToRight requestFrom keyReleased compassRead analogWrite interrupts WiFiServer disconnect playMelody parseFloat autoscroll getPINUsed setPINUsed setTimeout sendAnalog readSlider analogRead beginWrite createChar motorsStop keyPressed tempoWrite readButton subnetMask debugPrint macAddress writeGreen randomSeed attachGPRS readString sendString remotePort releaseAll mouseMoved background getXChange getYChange answerCall getResult voiceCall endPacket constrain getSocket writeJSON getButton available connected findUntil readBytes exitValue readGreen writeBlue startLoop IPAddress isPressed sendSysex pauseMode gatewayIP setCursor getOemKey tuneWrite noDisplay loadImage switchPIN onRequest onReceive changePIN playFile noBuffer parseInt overflow checkPIN knobRead beginTFT bitClear updateIR bitWrite position writeRGB highByte writeRed setSpeed readBlue noStroke remoteIP transfer shutdown hangCall beginSMS endWrite attached maintain noCursor checkReg checkPUK shiftOut isValid shiftIn pulseIn connect println localIP pinMode getIMEI display noBlink process getBand running beginSD drawBMP lowByte setBand release bitRead prepare pointTo readRed setMode noFill remove listen stroke detach attach noTone exists buffer height bitSet circle config cursor random IRread setDNS endSMS getKey micros millis begin print write ready flush width isPIN blink clear press mkdir rmdir close point yield image BSSID click delay read text move peek beep rect line open seek fill size turn stop home find step tone sqrt RSSI SSID end bit tan cos sin pow map abs max min get run put",literal:"DIGITAL_MESSAGE FIRMATA_STRING ANALOG_MESSAGE REPORT_DIGITAL REPORT_ANALOG INPUT_PULLUP SET_PIN_MODE INTERNAL2V56 SYSTEM_RESET LED_BUILTIN INTERNAL1V1 SYSEX_START INTERNAL EXTERNAL DEFAULT OUTPUT INPUT HIGH LOW"},contains:[t.preprocessor,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}},{name:"armasm",create:function(e){return{case_insensitive:!0,aliases:["arm"],lexemes:"\\.?"+e.IDENT_RE,keywords:{meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @"},contains:[{className:"keyword",begin:"\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?",end:"\\s"},e.COMMENT("[;@]","$",{relevance:0}),e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"[#$=]?0x[0-9a-f]+"},{begin:"[#$=]?0b[01]+"},{begin:"[#$=]\\d+"},{begin:"\\b\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^[a-z_\\.\\$][a-z0-9_\\.\\$]+"},{begin:"^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"[=#]\\w+"}],relevance:0}]}}},{name:"asciidoc",create:function(e){return{aliases:["adoc"],contains:[e.COMMENT("^/{4,}\\n","\\n/{4,}$",{relevance:10}),e.COMMENT("^//","$",{relevance:0}),{className:"title",begin:"^\\.\\w.*$"},{begin:"^[=\\*]{4,}\\n",end:"\\n^[=\\*]{4,}$",relevance:10},{className:"section",relevance:10,variants:[{begin:"^(={1,5}) .+?( \\1)?$"},{begin:"^[^\\[\\]\\n]+?\\n[=\\-~\\^\\+]{2,}$"}]},{className:"meta",begin:"^:.+?:",end:"\\s",excludeEnd:!0,relevance:10},{className:"meta",begin:"^\\[.+?\\]$",relevance:0},{className:"quote",begin:"^_{4,}\\n",end:"\\n_{4,}$",relevance:10},{className:"code",begin:"^[\\-\\.]{4,}\\n",end:"\\n[\\-\\.]{4,}$",relevance:10},{begin:"^\\+{4,}\\n",end:"\\n\\+{4,}$",contains:[{begin:"<",end:">",subLanguage:"xml",relevance:0}],relevance:10},{className:"bullet",begin:"^(\\*+|\\-+|\\.+|[^\\n]+?::)\\s+"},{className:"symbol",begin:"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",relevance:10},{className:"strong",begin:"\\B\\*(?![\\*\\s])",end:"(\\n{2}|\\*)",contains:[{begin:"\\\\*\\w",relevance:0}]},{className:"emphasis",begin:"\\B'(?!['\\s])",end:"(\\n{2}|')",contains:[{begin:"\\\\'\\w",relevance:0}],relevance:0},{className:"emphasis",begin:"_(?![_\\s])",end:"(\\n{2}|_)",relevance:0},{className:"string",variants:[{begin:"``.+?''"},{begin:"`.+?'"}]},{className:"code",begin:"(`.+?`|\\+.+?\\+)",relevance:0},{className:"code",begin:"^[ \\t]",end:"$",relevance:0},{begin:"^'{3,}[ \\t]*$",relevance:10},{begin:"(link:)?(http|https|ftp|file|irc|image:?):\\S+\\[.*?\\]",returnBegin:!0,contains:[{begin:"(link|image:?):",relevance:0},{className:"link",begin:"\\w",end:"[^\\[]+",relevance:0},{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0,relevance:0}],relevance:10}]}}},{name:"aspectj",create:function(e){var t="false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else extends implements break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws privileged aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization staticinitialization withincode target within execution getWithinTypeName handler thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents warning error soft precedence thisAspectInstance",a="get set args call";return{keywords:t,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"class",beginKeywords:"aspect",end:/[{;=]/,excludeEnd:!0,illegal:/[:;"\[\]]/,contains:[{beginKeywords:"extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton"},e.UNDERSCORE_TITLE_MODE,{begin:/\([^\)]*/,end:/[)]+/,keywords:t+" "+a,excludeEnd:!1}]},{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,relevance:0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"pointcut after before around throwing returning",end:/[)]/,excludeEnd:!1,illegal:/["\[\]]/,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE]}]},{begin:/[:]/,returnBegin:!0,end:/[{;]/,relevance:0,excludeEnd:!1,keywords:t,illegal:/["\[\]]/,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",keywords:t+" "+a},e.QUOTE_STRING_MODE]},{beginKeywords:"new throw",relevance:0},{className:"function",begin:/\w+ +\w+(\.)?\w+\s*\([^\)]*\)\s*((throws)[\w\s,]+)?[\{;]/,returnBegin:!0,end:/[{;=]/,keywords:t,excludeEnd:!0,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,relevance:0,keywords:t,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}},{name:"autohotkey",create:function(e){var t={begin:/`[\s\S]/};return{case_insensitive:!0,keywords:{keyword:"Break Continue Else Gosub If Loop Return While",literal:"A|0 true false NOT AND OR",built_in:"ComSpec Clipboard ClipboardAll ErrorLevel"},contains:[{className:"built_in",begin:"A_[a-zA-Z0-9]+"},t,e.inherit(e.QUOTE_STRING_MODE,{contains:[t]}),e.COMMENT(";","$",{relevance:0}),{className:"number",begin:e.NUMBER_RE,relevance:0},{className:"variable",begin:"%",end:"%",illegal:"\\n",contains:[t]},{className:"symbol",contains:[t],variants:[{begin:'^[^\\n";]+::(?!=)'},{begin:'^[^\\n";]+:(?!=)',relevance:0}]},{begin:",\\s*,"}]}}},{name:"autoit",create:function(e){var t="ByRef Case Const ContinueCase ContinueLoop Default Dim Do Else ElseIf EndFunc EndIf EndSelect EndSwitch EndWith Enum Exit ExitLoop For Func Global If In Local Next ReDim Return Select Static Step Switch Then To Until Volatile WEnd While With",a="True False And Null Not Or",r="Abs ACos AdlibRegister AdlibUnRegister Asc AscW ASin Assign ATan AutoItSetOption AutoItWinGetTitle AutoItWinSetTitle Beep Binary BinaryLen BinaryMid BinaryToString BitAND BitNOT BitOR BitRotate BitShift BitXOR BlockInput Break Call CDTray Ceiling Chr ChrW ClipGet ClipPut ConsoleRead ConsoleWrite ConsoleWriteError ControlClick ControlCommand ControlDisable ControlEnable ControlFocus ControlGetFocus ControlGetHandle ControlGetPos ControlGetText ControlHide ControlListView ControlMove ControlSend ControlSetText ControlShow ControlTreeView Cos Dec DirCopy DirCreate DirGetSize DirMove DirRemove DllCall DllCallAddress DllCallbackFree DllCallbackGetPtr DllCallbackRegister DllClose DllOpen DllStructCreate DllStructGetData DllStructGetPtr DllStructGetSize DllStructSetData DriveGetDrive DriveGetFileSystem DriveGetLabel DriveGetSerial DriveGetType DriveMapAdd DriveMapDel DriveMapGet DriveSetLabel DriveSpaceFree DriveSpaceTotal DriveStatus EnvGet EnvSet EnvUpdate Eval Execute Exp FileChangeDir FileClose FileCopy FileCreateNTFSLink FileCreateShortcut FileDelete FileExists FileFindFirstFile FileFindNextFile FileFlush FileGetAttrib FileGetEncoding FileGetLongName FileGetPos FileGetShortcut FileGetShortName FileGetSize FileGetTime FileGetVersion FileInstall FileMove FileOpen FileOpenDialog FileRead FileReadLine FileReadToArray FileRecycle FileRecycleEmpty FileSaveDialog FileSelectFolder FileSetAttrib FileSetEnd FileSetPos FileSetTime FileWrite FileWriteLine Floor FtpSetProxy FuncName GUICreate GUICtrlCreateAvi GUICtrlCreateButton GUICtrlCreateCheckbox GUICtrlCreateCombo GUICtrlCreateContextMenu GUICtrlCreateDate GUICtrlCreateDummy GUICtrlCreateEdit GUICtrlCreateGraphic GUICtrlCreateGroup GUICtrlCreateIcon GUICtrlCreateInput GUICtrlCreateLabel GUICtrlCreateList GUICtrlCreateListView GUICtrlCreateListViewItem GUICtrlCreateMenu GUICtrlCreateMenuItem GUICtrlCreateMonthCal GUICtrlCreateObj GUICtrlCreatePic GUICtrlCreateProgress GUICtrlCreateRadio GUICtrlCreateSlider GUICtrlCreateTab GUICtrlCreateTabItem GUICtrlCreateTreeView GUICtrlCreateTreeViewItem GUICtrlCreateUpdown GUICtrlDelete GUICtrlGetHandle GUICtrlGetState GUICtrlRead GUICtrlRecvMsg GUICtrlRegisterListViewSort GUICtrlSendMsg GUICtrlSendToDummy GUICtrlSetBkColor GUICtrlSetColor GUICtrlSetCursor GUICtrlSetData GUICtrlSetDefBkColor GUICtrlSetDefColor GUICtrlSetFont GUICtrlSetGraphic GUICtrlSetImage GUICtrlSetLimit GUICtrlSetOnEvent GUICtrlSetPos GUICtrlSetResizing GUICtrlSetState GUICtrlSetStyle GUICtrlSetTip GUIDelete GUIGetCursorInfo GUIGetMsg GUIGetStyle GUIRegisterMsg GUISetAccelerators GUISetBkColor GUISetCoord GUISetCursor GUISetFont GUISetHelp GUISetIcon GUISetOnEvent GUISetState GUISetStyle GUIStartGroup GUISwitch Hex HotKeySet HttpSetProxy HttpSetUserAgent HWnd InetClose InetGet InetGetInfo InetGetSize InetRead IniDelete IniRead IniReadSection IniReadSectionNames IniRenameSection IniWrite IniWriteSection InputBox Int IsAdmin IsArray IsBinary IsBool IsDeclared IsDllStruct IsFloat IsFunc IsHWnd IsInt IsKeyword IsNumber IsObj IsPtr IsString Log MemGetStats Mod MouseClick MouseClickDrag MouseDown MouseGetCursor MouseGetPos MouseMove MouseUp MouseWheel MsgBox Number ObjCreate ObjCreateInterface ObjEvent ObjGet ObjName OnAutoItExitRegister OnAutoItExitUnRegister Ping PixelChecksum PixelGetColor PixelSearch ProcessClose ProcessExists ProcessGetStats ProcessList ProcessSetPriority ProcessWait ProcessWaitClose ProgressOff ProgressOn ProgressSet Ptr Random RegDelete RegEnumKey RegEnumVal RegRead RegWrite Round Run RunAs RunAsWait RunWait Send SendKeepActive SetError SetExtended ShellExecute ShellExecuteWait Shutdown Sin Sleep SoundPlay SoundSetWaveVolume SplashImageOn SplashOff SplashTextOn Sqrt SRandom StatusbarGetText StderrRead StdinWrite StdioClose StdoutRead String StringAddCR StringCompare StringFormat StringFromASCIIArray StringInStr StringIsAlNum StringIsAlpha StringIsASCII StringIsDigit StringIsFloat StringIsInt StringIsLower StringIsSpace StringIsUpper StringIsXDigit StringLeft StringLen StringLower StringMid StringRegExp StringRegExpReplace StringReplace StringReverse StringRight StringSplit StringStripCR StringStripWS StringToASCIIArray StringToBinary StringTrimLeft StringTrimRight StringUpper Tan TCPAccept TCPCloseSocket TCPConnect TCPListen TCPNameToIP TCPRecv TCPSend TCPShutdown, UDPShutdown TCPStartup, UDPStartup TimerDiff TimerInit ToolTip TrayCreateItem TrayCreateMenu TrayGetMsg TrayItemDelete TrayItemGetHandle TrayItemGetState TrayItemGetText TrayItemSetOnEvent TrayItemSetState TrayItemSetText TraySetClick TraySetIcon TraySetOnEvent TraySetPauseIcon TraySetState TraySetToolTip TrayTip UBound UDPBind UDPCloseSocket UDPOpen UDPRecv UDPSend VarGetType WinActivate WinActive WinClose WinExists WinFlash WinGetCaretPos WinGetClassList WinGetClientSize WinGetHandle WinGetPos WinGetProcess WinGetState WinGetText WinGetTitle WinKill WinList WinMenuSelectItem WinMinimizeAll WinMinimizeAllUndo WinMove WinSetOnTop WinSetState WinSetTitle WinSetTrans WinWait",s={variants:[e.COMMENT(";","$",{relevance:0 +}),e.COMMENT("#cs","#ce"),e.COMMENT("#comments-start","#comments-end")]},n={begin:"\\$[A-z0-9_]+"},i={className:"string",variants:[{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},l={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]},o={className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"comments include include-once NoTrayIcon OnAutoItStartRegister pragma compile RequireAdmin"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",keywords:{"meta-keyword":"include"},end:"$",contains:[i,{className:"meta-string",variants:[{begin:"<",end:">"},{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]}]},i,s]},c={className:"symbol",begin:"@[A-z0-9_]+"},d={className:"function",beginKeywords:"Func",end:"$",illegal:"\\$|\\[|%",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:[n,i,l]}]};return{case_insensitive:!0,illegal:/\/\*/,keywords:{keyword:t,built_in:r,literal:a},contains:[s,n,i,l,o,c,d]}}},{name:"avrasm",create:function(e){return{case_insensitive:!0,lexemes:"\\.?"+e.IDENT_RE,keywords:{keyword:"adc add adiw and andi asr bclr bld brbc brbs brcc brcs break breq brge brhc brhs brid brie brlo brlt brmi brne brpl brsh brtc brts brvc brvs bset bst call cbi cbr clc clh cli cln clr cls clt clv clz com cp cpc cpi cpse dec eicall eijmp elpm eor fmul fmuls fmulsu icall ijmp in inc jmp ld ldd ldi lds lpm lsl lsr mov movw mul muls mulsu neg nop or ori out pop push rcall ret reti rjmp rol ror sbc sbr sbrc sbrs sec seh sbi sbci sbic sbis sbiw sei sen ser ses set sev sez sleep spm st std sts sub subi swap tst wdr",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 r16 r17 r18 r19 r20 r21 r22 r23 r24 r25 r26 r27 r28 r29 r30 r31 x|0 xh xl y|0 yh yl z|0 zh zl ucsr1c udr1 ucsr1a ucsr1b ubrr1l ubrr1h ucsr0c ubrr0h tccr3c tccr3a tccr3b tcnt3h tcnt3l ocr3ah ocr3al ocr3bh ocr3bl ocr3ch ocr3cl icr3h icr3l etimsk etifr tccr1c ocr1ch ocr1cl twcr twdr twar twsr twbr osccal xmcra xmcrb eicra spmcsr spmcr portg ddrg ping portf ddrf sreg sph spl xdiv rampz eicrb eimsk gimsk gicr eifr gifr timsk tifr mcucr mcucsr tccr0 tcnt0 ocr0 assr tccr1a tccr1b tcnt1h tcnt1l ocr1ah ocr1al ocr1bh ocr1bl icr1h icr1l tccr2 tcnt2 ocr2 ocdr wdtcr sfior eearh eearl eedr eecr porta ddra pina portb ddrb pinb portc ddrc pinc portd ddrd pind spdr spsr spcr udr0 ucsr0a ucsr0b ubrr0l acsr admux adcsr adch adcl porte ddre pine pinf",meta:".byte .cseg .db .def .device .dseg .dw .endmacro .equ .eseg .exit .include .list .listmac .macro .nolist .org .set"},contains:[e.C_BLOCK_COMMENT_MODE,e.COMMENT(";","$",{relevance:0}),e.C_NUMBER_MODE,e.BINARY_NUMBER_MODE,{className:"number",begin:"\\b(\\$[a-zA-Z0-9]+|0o[0-7]+)"},e.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",illegal:"[^\\\\][^']"},{className:"symbol",begin:"^[A-Za-z0-9_.$]+:"},{className:"meta",begin:"#",end:"$"},{className:"subst",begin:"@[0-9]+"}]}}},{name:"awk",create:function(e){var t={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)}/}]},a="BEGIN END if else while do for in break continue delete next nextfile function func exit|10",r={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,relevance:10},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]};return{keywords:{keyword:a},contains:[t,r,e.REGEXP_MODE,e.HASH_COMMENT_MODE,e.NUMBER_MODE]}}},{name:"axapta",create:function(e){return{keywords:"false int abstract private char boolean static null if for true while long throw finally protected final return void enum else break new catch byte super case short default double public try this switch continue reverse firstfast firstonly forupdate nofetch sum avg minof maxof count order group by asc desc index hint like dispaly edit client server ttsbegin ttscommit str real date container anytype common div mod",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:":",contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]}]}}},{name:"bash",create:function(e){var t={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)}/}]},a={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,t,{className:"variable",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]}]},r={className:"string",begin:/'/,end:/'/};return{aliases:["sh","zsh"],lexemes:/-?[a-z\._]+/,keywords:{keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},contains:[{className:"meta",begin:/^#![^\n]+sh\s*$/,relevance:10},{className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},e.HASH_COMMENT_MODE,a,r,t]}}},{name:"basic",create:function(e){return{case_insensitive:!0,illegal:"^.",lexemes:"[a-zA-Z][a-zA-Z0-9_$%!#]*",keywords:{keyword:"ABS ASC AND ATN AUTO|0 BEEP BLOAD|10 BSAVE|10 CALL CALLS CDBL CHAIN CHDIR CHR$|10 CINT CIRCLE CLEAR CLOSE CLS COLOR COM COMMON CONT COS CSNG CSRLIN CVD CVI CVS DATA DATE$ DEFDBL DEFINT DEFSNG DEFSTR DEF|0 SEG USR DELETE DIM DRAW EDIT END ENVIRON ENVIRON$ EOF EQV ERASE ERDEV ERDEV$ ERL ERR ERROR EXP FIELD FILES FIX FOR|0 FRE GET GOSUB|10 GOTO HEX$ IF|0 THEN ELSE|0 INKEY$ INP INPUT INPUT# INPUT$ INSTR IMP INT IOCTL IOCTL$ KEY ON OFF LIST KILL LEFT$ LEN LET LINE LLIST LOAD LOC LOCATE LOF LOG LPRINT USING LSET MERGE MID$ MKDIR MKD$ MKI$ MKS$ MOD NAME NEW NEXT NOISE NOT OCT$ ON OR PEN PLAY STRIG OPEN OPTION BASE OUT PAINT PALETTE PCOPY PEEK PMAP POINT POKE POS PRINT PRINT] PSET PRESET PUT RANDOMIZE READ REM RENUM RESET|0 RESTORE RESUME RETURN|0 RIGHT$ RMDIR RND RSET RUN SAVE SCREEN SGN SHELL SIN SOUND SPACE$ SPC SQR STEP STICK STOP STR$ STRING$ SWAP SYSTEM TAB TAN TIME$ TIMER TROFF TRON TO USR VAL VARPTR VARPTR$ VIEW WAIT WHILE WEND WIDTH WINDOW WRITE XOR"},contains:[e.QUOTE_STRING_MODE,e.COMMENT("REM","$",{relevance:10}),e.COMMENT("'","$",{relevance:0}),{className:"symbol",begin:"^[0-9]+ ",relevance:10},{className:"number",begin:"\\b([0-9]+[0-9edED.]*[#!]?)",relevance:0},{className:"number",begin:"(&[hH][0-9a-fA-F]{1,4})"},{className:"number",begin:"(&[oO][0-7]{1,6})"}]}}},{name:"bnf",create:function(e){return{contains:[{className:"attribute",begin://},{begin:/::=/,starts:{end:/$/,contains:[{begin://},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]}}]}}},{name:"brainfuck",create:function(e){var t={className:"literal",begin:"[\\+\\-]",relevance:0};return{aliases:["bf"],contains:[e.COMMENT("[^\\[\\]\\.,\\+\\-<> \r\n]","[\\[\\]\\.,\\+\\-<> \r\n]",{returnEnd:!0,relevance:0}),{className:"title",begin:"[\\[\\]]",relevance:0},{className:"string",begin:"[\\.,]",relevance:0},{begin:/\+\+|\-\-/,returnBegin:!0,contains:[t]},t]}}},{name:"cal",create:function(e){var t="div mod in and or not xor asserterror begin case do downto else end exit for if of repeat then to until while with var",a="false true",r=[e.C_LINE_COMMENT_MODE,e.COMMENT(/\{/,/\}/,{relevance:0}),e.COMMENT(/\(\*/,/\*\)/,{relevance:10})],s={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},n={className:"string",begin:/(#\d+)+/},i={className:"number",begin:"\\b\\d+(\\.\\d+)?(DT|D|T)",relevance:0},l={className:"string",begin:'"',end:'"'},o={className:"function",beginKeywords:"procedure",end:/[:;]/,keywords:"procedure|10",contains:[e.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:t,contains:[s,n]}].concat(r)},c={className:"class",begin:"OBJECT (Table|Form|Report|Dataport|Codeunit|XMLport|MenuSuite|Page|Query) (\\d+) ([^\\r\\n]+)",returnBegin:!0,contains:[e.TITLE_MODE,o]};return{case_insensitive:!0,keywords:{keyword:t,literal:a},illegal:/\/\*/,contains:[s,n,i,l,e.NUMBER_MODE,c,o]}}},{name:"capnproto",create:function(e){return{aliases:["capnp"],keywords:{keyword:"struct enum interface union group import using const annotation extends in of on as with from fixed",built_in:"Void Bool Int8 Int16 Int32 Int64 UInt8 UInt16 UInt32 UInt64 Float32 Float64 Text Data AnyPointer AnyStruct Capability List",literal:"true false"},contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.HASH_COMMENT_MODE,{className:"meta",begin:/@0x[\w\d]{16};/,illegal:/\n/},{className:"symbol",begin:/@\d+\b/},{className:"class",beginKeywords:"struct enum",end:/\{/,illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{className:"class",beginKeywords:"interface",end:/\{/,illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]}]}}},{name:"ceylon",create:function(e){var t="assembly module package import alias class interface object given value assign void function new of extends satisfies abstracts in out return break continue throw assert dynamic if else switch case for while try catch finally then let this outer super is exists nonempty",a="shared abstract formal default actual variable late native deprecatedfinal sealed annotation suppressWarnings small",r="doc by license see throws tagged",s={className:"subst",excludeBegin:!0,excludeEnd:!0,begin:/``/,end:/``/,keywords:t,relevance:10},n=[{className:"string",begin:'"""',end:'"""',relevance:10},{className:"string",begin:'"',end:'"',contains:[s]},{className:"string",begin:"'",end:"'"},{className:"number",begin:"#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?",relevance:0}];return s.contains=n,{keywords:{keyword:t+" "+a,meta:r},illegal:"\\$[^01]|#[^0-9a-fA-F]",contains:[e.C_LINE_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:["self"]}),{className:"meta",begin:'@[a-z]\\w*(?:\\:"[^"]*")?'}].concat(n)}}},{name:"clojure-repl",create:function(e){return{contains:[{className:"meta",begin:/^([\w.-]+|\s*#_)=>/,starts:{end:/$/,subLanguage:"clojure"}}]}}},{name:"clojure",create:function(e){var t={"builtin-name":"def defonce cond apply if-not if-let if not not= = < > <= >= == + / * - rem quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last drop-while while intern condp case reduced cycle split-at split-with repeat replicate iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter monitor-exit defmacro defn defn- macroexpand macroexpand-1 for dosync and or when when-not when-let comp juxt partial sequence memoize constantly complement identity assert peek pop doto proxy defstruct first rest cons defprotocol cast coll deftype defrecord last butlast sigs reify second ffirst fnext nfirst nnext defmulti defmethod meta with-meta ns in-ns create-ns import refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize"},a="a-zA-Z_\\-!.?+*=<>&#'",r="["+a+"]["+a+"0-9/;:]*",s="[-+]?\\d+(\\.\\d+)?",n={begin:r,relevance:0},i={className:"number",begin:s,relevance:0},l=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),o=e.COMMENT(";","$",{relevance:0}),c={className:"literal",begin:/\b(true|false|nil)\b/},d={begin:"[\\[\\{]",end:"[\\]\\}]"},m={className:"comment",begin:"\\^"+r},u=e.COMMENT("\\^\\{","\\}"),h={className:"symbol",begin:"[:]{1,2}"+r},p={begin:"\\(",end:"\\)"},g={endsWithParent:!0,relevance:0},b={keywords:t,lexemes:r,className:"name",begin:r,starts:g},_=[p,l,m,u,o,h,d,i,c,n];return p.contains=[e.COMMENT("comment",""),b,g],g.contains=_,d.contains=_,{aliases:["clj"],illegal:/\S/,contains:[p,l,m,u,o,h,d,i,c]}}},{name:"cmake",create:function(e){return{aliases:["cmake.in"],case_insensitive:!0,keywords:{keyword:"add_custom_command add_custom_target add_definitions add_dependencies add_executable add_library add_subdirectory add_test aux_source_directory break build_command cmake_minimum_required cmake_policy configure_file create_test_sourcelist define_property else elseif enable_language enable_testing endforeach endfunction endif endmacro endwhile execute_process export find_file find_library find_package find_path find_program fltk_wrap_ui foreach function get_cmake_property get_directory_property get_filename_component get_property get_source_file_property get_target_property get_test_property if include include_directories include_external_msproject include_regular_expression install link_directories load_cache load_command macro mark_as_advanced message option output_required_files project qt_wrap_cpp qt_wrap_ui remove_definitions return separate_arguments set set_directory_properties set_property set_source_files_properties set_target_properties set_tests_properties site_name source_group string target_link_libraries try_compile try_run unset variable_watch while build_name exec_program export_library_dependencies install_files install_programs install_targets link_libraries make_directory remove subdir_depends subdirs use_mangled_mesa utility_source variable_requires write_file qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or equal less greater strless strgreater strequal matches"},contains:[{className:"variable",begin:"\\${",end:"}"},e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE]}}},{name:"coffeescript",create:function(e){var t={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super then unless until loop of by when and or is isnt not",literal:"true false null undefined yes no on off",built_in:"npm require console print module global window document"},a="[A-Za-z$_][0-9A-Za-z$_]*",r={className:"subst",begin:/#\{/,end:/}/,keywords:t},s=[e.BINARY_NUMBER_MODE,e.inherit(e.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[e.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,r]},{begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,r]}]},{className:"regexp",variants:[{begin:"///",end:"///",contains:[r,e.HASH_COMMENT_MODE]},{begin:"//[gim]*",relevance:0},{begin:/\/(?![ *])(\\\/|.)*?\/[gim]*(?=\W|$)/}]},{begin:"@"+a},{begin:"`",end:"`",excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"}];r.contains=s;var n=e.inherit(e.TITLE_MODE,{begin:a}),i="(\\(.*\\))?\\s*\\B[-=]>",l={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:t,contains:["self"].concat(s)}]};return{aliases:["coffee","cson","iced"],keywords:t,illegal:/\/\*/,contains:s.concat([e.COMMENT("###","###"),e.HASH_COMMENT_MODE,{className:"function",begin:"^\\s*"+a+"\\s*=\\s*"+i,end:"[-=]>",returnBegin:!0,contains:[n,l]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:i,end:"[-=]>",returnBegin:!0,contains:[l]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[n]},n]},{begin:a+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}},{name:"coq",create:function(e){return{keywords:{keyword:"_ as at cofix else end exists exists2 fix for forall fun if IF in let match mod Prop return Set then Type using where with Abort About Add Admit Admitted All Arguments Assumptions Axiom Back BackTo Backtrack Bind Blacklist Canonical Cd Check Class Classes Close Coercion Coercions CoFixpoint CoInductive Collection Combined Compute Conjecture Conjectures Constant constr Constraint Constructors Context Corollary CreateHintDb Cut Declare Defined Definition Delimit Dependencies DependentDerive Drop eauto End Equality Eval Example Existential Existentials Existing Export exporting Extern Extract Extraction Fact Field Fields File Fixpoint Focus for From Function Functional Generalizable Global Goal Grab Grammar Graph Guarded Heap Hint HintDb Hints Hypotheses Hypothesis ident Identity If Immediate Implicit Import Include Inductive Infix Info Initial Inline Inspect Instance Instances Intro Intros Inversion Inversion_clear Language Left Lemma Let Libraries Library Load LoadPath Local Locate Ltac ML Mode Module Modules Monomorphic Morphism Next NoInline Notation Obligation Obligations Opaque Open Optimize Options Parameter Parameters Parametric Path Paths pattern Polymorphic Preterm Print Printing Program Projections Proof Proposition Pwd Qed Quit Rec Record Recursive Redirect Relation Remark Remove Require Reserved Reset Resolve Restart Rewrite Right Ring Rings Save Scheme Scope Scopes Script Search SearchAbout SearchHead SearchPattern SearchRewrite Section Separate Set Setoid Show Solve Sorted Step Strategies Strategy Structure SubClass Table Tables Tactic Term Test Theorem Time Timeout Transparent Type Typeclasses Types Undelimit Undo Unfocus Unfocused Unfold Universe Universes Unset Unshelve using Variable Variables Variant Verbose Visibility where with",built_in:"abstract absurd admit after apply as assert assumption at auto autorewrite autounfold before bottom btauto by case case_eq cbn cbv change classical_left classical_right clear clearbody cofix compare compute congruence constr_eq constructor contradict contradiction cut cutrewrite cycle decide decompose dependent destruct destruction dintuition discriminate discrR do double dtauto eapply eassumption eauto ecase econstructor edestruct ediscriminate eelim eexact eexists einduction einjection eleft elim elimtype enough equality erewrite eright esimplify_eq esplit evar exact exactly_once exfalso exists f_equal fail field field_simplify field_simplify_eq first firstorder fix fold fourier functional generalize generalizing gfail give_up has_evar hnf idtac in induction injection instantiate intro intro_pattern intros intuition inversion inversion_clear is_evar is_var lapply lazy left lia lra move native_compute nia nsatz omega once pattern pose progress proof psatz quote record red refine reflexivity remember rename repeat replace revert revgoals rewrite rewrite_strat right ring ring_simplify rtauto set setoid_reflexivity setoid_replace setoid_rewrite setoid_symmetry setoid_transitivity shelve shelve_unifiable simpl simple simplify_eq solve specialize split split_Rabs split_Rmult stepl stepr subst sum swap symmetry tactic tauto time timeout top transitivity trivial try tryif unfold unify until using vm_compute with"},contains:[e.QUOTE_STRING_MODE,e.COMMENT("\\(\\*","\\*\\)"),e.C_NUMBER_MODE,{className:"type",excludeBegin:!0,begin:"\\|\\s*",end:"\\w+"},{begin:/[-=]>/}]}}},{name:"cos",create:function(e){var t={className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]}]},a={className:"number",begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)",relevance:0},r="property parameter class classmethod clientmethod extends as break catch close continue do d|0 else elseif for goto halt hang h|0 if job j|0 kill k|0 lock l|0 merge new open quit q|0 read r|0 return set s|0 tcommit throw trollback try tstart use view while write w|0 xecute x|0 zkill znspace zn ztrap zwrite zw zzdump zzwrite print zbreak zinsert zload zprint zremove zsave zzprint mv mvcall mvcrt mvdim mvprint zquit zsync ascii";return{case_insensitive:!0,aliases:["cos","cls"],keywords:r,contains:[a,t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"comment",begin:/;/,end:"$",relevance:0},{className:"built_in",begin:/(?:\$\$?|\.\.)\^?[a-zA-Z]+/},{className:"built_in",begin:/\$\$\$[a-zA-Z]+/},{className:"built_in",begin:/%[a-z]+(?:\.[a-z]+)*/},{className:"symbol",begin:/\^%?[a-zA-Z][\w]*/},{className:"keyword",begin:/##class|##super|#define|#dim/},{begin:/&sql\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,subLanguage:"sql"},{begin:/&(js|jscript|javascript)/,excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"},{begin:/&html<\s*\s*>/,subLanguage:"xml"}]}}},{name:"1c",create:function(e){var t="[a-zA-Zа-яА-Я][a-zA-Z0-9_а-яА-Я]*",a="возврат дата для если и или иначе иначеесли исключение конецесли конецпопытки конецпроцедуры конецфункции конеццикла константа не перейти перем перечисление по пока попытка прервать продолжить процедура строка тогда фс функция цикл число экспорт",r="ansitooem oemtoansi ввестивидсубконто ввестидату ввестизначение ввестиперечисление ввестипериод ввестиплансчетов ввестистроку ввестичисло вопрос восстановитьзначение врег выбранныйплансчетов вызватьисключение датагод датамесяц датачисло добавитьмесяц завершитьработусистемы заголовоксистемы записьжурналарегистрации запуститьприложение зафиксироватьтранзакцию значениевстроку значениевстрокувнутр значениевфайл значениеизстроки значениеизстрокивнутр значениеизфайла имякомпьютера имяпользователя каталогвременныхфайлов каталогиб каталогпользователя каталогпрограммы кодсимв командасистемы конгода конецпериодаби конецрассчитанногопериодаби конецстандартногоинтервала конквартала конмесяца коннедели лев лог лог10 макс максимальноеколичествосубконто мин монопольныйрежим названиеинтерфейса названиенабораправ назначитьвид назначитьсчет найти найтипомеченныенаудаление найтиссылки началопериодаби началостандартногоинтервала начатьтранзакцию начгода начквартала начмесяца начнедели номерднягода номерднянедели номернеделигода нрег обработкаожидания окр описаниеошибки основнойжурналрасчетов основнойплансчетов основнойязык открытьформу открытьформумодально отменитьтранзакцию очиститьокносообщений периодстр полноеимяпользователя получитьвремята получитьдатута получитьдокументта получитьзначенияотбора получитьпозициюта получитьпустоезначение получитьта прав праводоступа предупреждение префиксавтонумерации пустаястрока пустоезначение рабочаядаттьпустоезначение рабочаядата разделительстраниц разделительстрок разм разобратьпозициюдокумента рассчитатьрегистрына рассчитатьрегистрыпо сигнал симв символтабуляции создатьобъект сокрл сокрлп сокрп сообщить состояние сохранитьзначение сред статусвозврата стрдлина стрзаменить стрколичествострок стрполучитьстроку стрчисловхождений сформироватьпозициюдокумента счетпокоду текущаядата текущеевремя типзначения типзначениястр удалитьобъекты установитьтана установитьтапо фиксшаблон формат цел шаблон",s={begin:'""'},n={className:"string",begin:'"',end:'"|$',contains:[s]},i={className:"string",begin:"\\|",end:'"|$',contains:[s]};return{case_insensitive:!0,lexemes:t,keywords:{keyword:a,built_in:r},contains:[e.C_LINE_COMMENT_MODE,e.NUMBER_MODE,n,i,{className:"function",begin:"(процедура|функция)",end:"$",lexemes:t,keywords:"процедура функция",contains:[{begin:"экспорт",endsWithParent:!0,lexemes:t,keywords:"экспорт",contains:[e.C_LINE_COMMENT_MODE]},{className:"params",begin:"\\(",end:"\\)",lexemes:t,keywords:"знач",contains:[n,i]},e.C_LINE_COMMENT_MODE,e.inherit(e.TITLE_MODE,{begin:t})]},{className:"meta",begin:"#",end:"$"},{className:"number",begin:"'\\d{2}\\.\\d{2}\\.(\\d{2}|\\d{4})'"}]}}},{name:"crmsh",create:function(e){var t="primitive rsc_template",a="group clone ms master location colocation order fencing_topology rsc_ticket acl_target acl_group user role tag xml",r="property rsc_defaults op_defaults",s="params meta operations op rule attributes utilization",n="read write deny defined not_defined in_range date spec in ref reference attribute type xpath version and or lt gt tag lte gte eq ne \\",i="number string",l="Master Started Slave Stopped start promote demote stop monitor true false";return{aliases:["crm","pcmk"],case_insensitive:!0,keywords:{keyword:s+" "+n+" "+i,literal:l},contains:[e.HASH_COMMENT_MODE,{beginKeywords:"node",starts:{end:"\\s*([\\w_-]+:)?",starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*"}}},{beginKeywords:t,starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*",starts:{end:"\\s*@?[\\w_][\\w_\\.:-]*"}}},{begin:"\\b("+a.split(" ").join("|")+")\\s+",keywords:a,starts:{className:"title",end:"[\\$\\w_][\\w_-]*"}},{beginKeywords:r,starts:{className:"title",end:"\\s*([\\w_-]+:)?"}},e.QUOTE_STRING_MODE,{className:"meta",begin:"(ocf|systemd|service|lsb):[\\w_:-]+",relevance:0},{className:"number",begin:"\\b\\d+(\\.\\d+)?(ms|s|h|m)?",relevance:0},{className:"literal",begin:"[-]?(infinity|inf)",relevance:0},{className:"attr",begin:/([A-Za-z\$_\#][\w_-]+)=/,relevance:0},{className:"tag",begin:"",relevance:0}]}}},{name:"crystal",create:function(e){function t(e,t){var a=[{begin:e,end:t}];return a[0].contains=a,a}var a="(_[uif](8|16|32|64))?",r="[a-zA-Z_]\\w*[!?=]?",s="!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",n="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\][=?]?",i={keyword:"abstract alias as asm begin break case class def do else elsif end ensure enum extend for fun if ifdef include instance_sizeof is_a? lib macro module next of out pointerof private protected rescue responds_to? return require self sizeof struct super then type typeof union unless until when while with yield __DIR__ __FILE__ __LINE__",literal:"false nil true"},l={className:"subst",begin:"#{",end:"}",keywords:i},o={className:"template-variable",variants:[{begin:"\\{\\{",end:"\\}\\}"},{begin:"\\{%",end:"%\\}"}],keywords:i},c={className:"string",contains:[e.BACKSLASH_ESCAPE,l],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%w?\\(",end:"\\)",contains:t("\\(","\\)")},{begin:"%w?\\[",end:"\\]",contains:t("\\[","\\]")},{begin:"%w?{",end:"}",contains:t("{","}")},{begin:"%w?<",end:">",contains:t("<",">")},{begin:"%w?/",end:"/"},{begin:"%w?%",end:"%"},{begin:"%w?-",end:"-"},{begin:"%w?\\|",end:"\\|"}],relevance:0},d={begin:"("+s+")\\s*",contains:[{className:"regexp",contains:[e.BACKSLASH_ESCAPE,l],variants:[{begin:"//[a-z]*",relevance:0},{begin:"/",end:"/[a-z]*"},{begin:"%r\\(",end:"\\)",contains:t("\\(","\\)")},{begin:"%r\\[",end:"\\]",contains:t("\\[","\\]")},{begin:"%r{",end:"}",contains:t("{","}")},{begin:"%r<",end:">",contains:t("<",">")},{begin:"%r/",end:"/"},{begin:"%r%",end:"%"},{begin:"%r-",end:"-"},{begin:"%r\\|",end:"\\|"}]}],relevance:0},m={className:"regexp",contains:[e.BACKSLASH_ESCAPE,l],variants:[{begin:"%r\\(",end:"\\)",contains:t("\\(","\\)")},{begin:"%r\\[",end:"\\]",contains:t("\\[","\\]")},{begin:"%r{",end:"}",contains:t("{","}")},{begin:"%r<",end:">",contains:t("<",">")},{begin:"%r/",end:"/"},{begin:"%r%",end:"%"},{begin:"%r-",end:"-"},{begin:"%r\\|",end:"\\|"}],relevance:0},u={className:"meta",begin:"@\\[",end:"\\]",contains:[e.inherit(e.QUOTE_STRING_MODE,{className:"meta-string"})]},h=[o,c,d,m,u,e.HASH_COMMENT_MODE,{className:"class",beginKeywords:"class module struct",end:"$|;",illegal:/=/,contains:[e.HASH_COMMENT_MODE,e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{begin:"<"}]},{className:"class",beginKeywords:"lib enum union",end:"$|;",illegal:/=/,contains:[e.HASH_COMMENT_MODE,e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"})],relevance:10},{className:"function",beginKeywords:"def",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:n,endsParent:!0})]},{className:"function",beginKeywords:"fun macro",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:n,endsParent:!0})],relevance:5},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(\\!|\\?)?:",relevance:0},{className:"symbol",begin:":",contains:[c,{begin:n}],relevance:0},{className:"number",variants:[{begin:"\\b0b([01_]*[01])"+a},{begin:"\\b0o([0-7_]*[0-7])"+a},{begin:"\\b0x([A-Fa-f0-9_]*[A-Fa-f0-9])"+a},{begin:"\\b(([0-9][0-9_]*[0-9]|[0-9])(\\.[0-9_]*[0-9])?([eE][+-]?[0-9_]*[0-9])?)"+a}],relevance:0}];return l.contains=h,o.contains=h.slice(1),{aliases:["cr"],lexemes:r,keywords:i,contains:h}}},{name:"cs",create:function(e){var t={keyword:"abstract as base bool break byte case catch char checked const continue decimal dynamic default delegate do double else enum event explicit extern finally fixed float for foreach goto if implicit in int interface internal is lock long when object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this try typeof uint ulong unchecked unsafe ushort using virtual volatile void while async nameof ascending descending from get group into join let orderby partial select set value var where yield",literal:"null false true"},a={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},r=e.inherit(a,{illegal:/\n/}),s={className:"subst",begin:"{",end:"}",keywords:t},n=e.inherit(s,{illegal:/\n/}),i={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},e.BACKSLASH_ESCAPE,n]},l={className:"string",begin:/\$@"/,end:'"',contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},s]},o=e.inherit(l,{illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},n]});s.contains=[l,i,a,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE],n.contains=[o,i,r,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];var c={variants:[l,i,a,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},d=e.IDENT_RE+"(<"+e.IDENT_RE+">)?(\\[\\])?";return{aliases:["csharp"],keywords:t,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:""},{begin:""}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum"}},c,e.C_NUMBER_MODE,{ +beginKeywords:"class interface",end:/[{;=]/,illegal:/[^\s:]/,contains:[e.TITLE_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",end:/[{;=]/,illegal:/[^\s:]/,contains:[e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"new return throw await",relevance:0},{className:"function",begin:"("+d+"\\s+)+"+e.IDENT_RE+"\\s*\\(",returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:t,contains:[{begin:e.IDENT_RE+"\\s*\\(",returnBegin:!0,contains:[e.TITLE_MODE],relevance:0},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,relevance:0,contains:[c,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}]}}},{name:"csp",create:function(e){return{case_insensitive:!1,lexemes:"[a-zA-Z][a-zA-Z0-9_-]*",keywords:{keyword:"base-uri child-src connect-src default-src font-src form-action frame-ancestors frame-src img-src media-src object-src plugin-types report-uri sandbox script-src style-src"},contains:[{className:"string",begin:"'",end:"'"},{className:"attribute",begin:"^Content",end:":",excludeEnd:!0}]}}},{name:"css",create:function(e){var t="[a-zA-Z-][a-zA-Z0-9_-]*",a={begin:/[A-Z\_\.\-]+\s*:/,returnBegin:!0,end:";",endsWithParent:!0,contains:[{className:"attribute",begin:/\S/,end:":",excludeEnd:!0,starts:{endsWithParent:!0,excludeEnd:!0,contains:[{begin:/[\w-]+\(/,returnBegin:!0,contains:[{className:"built_in",begin:/[\w-]+/},{begin:/\(/,end:/\)/,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]}]},e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",begin:"#[0-9A-Fa-f]+"},{className:"meta",begin:"!important"}]}}]};return{case_insensitive:!0,illegal:/[=\/|'\$]/,contains:[e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/},{className:"selector-class",begin:/\.[A-Za-z0-9_-]+/},{className:"selector-attr",begin:/\[/,end:/\]/,illegal:"$"},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"@(font-face|page)",lexemes:"[a-z-]+",keywords:"font-face page"},{begin:"@",end:"[{;]",illegal:/:/,contains:[{className:"keyword",begin:/\w+/},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:t,relevance:0},{begin:"{",end:"}",illegal:/\S/,contains:[e.C_BLOCK_COMMENT_MODE,a]}]}}},{name:"d",create:function(e){var t={keyword:"abstract alias align asm assert auto body break byte case cast catch class const continue debug default delete deprecated do else enum export extern final finally for foreach foreach_reverse|10 goto if immutable import in inout int interface invariant is lazy macro mixin module new nothrow out override package pragma private protected public pure ref return scope shared static struct super switch synchronized template this throw try typedef typeid typeof union unittest version void volatile while with __FILE__ __LINE__ __gshared|10 __thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__",built_in:"bool cdouble cent cfloat char creal dchar delegate double dstring float function idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar wstring",literal:"false null true"},a="(0|[1-9][\\d_]*)",r="(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)",s="0[bB][01_]+",n="([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)",i="0[xX]"+n,l="([eE][+-]?"+r+")",o="("+r+"(\\.\\d*|"+l+")|\\d+\\."+r+r+"|\\."+a+l+"?)",c="(0[xX]("+n+"\\."+n+"|\\.?"+n+")[pP][+-]?"+r+")",d="("+a+"|"+s+"|"+i+")",m="("+c+"|"+o+")",u="\\\\(['\"\\?\\\\abfnrtv]|u[\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\dA-Fa-f]{2}|U[\\dA-Fa-f]{8})|&[a-zA-Z\\d]{2,};",h={className:"number",begin:"\\b"+d+"(L|u|U|Lu|LU|uL|UL)?",relevance:0},p={className:"number",begin:"\\b("+m+"([fF]|L|i|[fF]i|Li)?|"+d+"(i|[fF]i|Li))",relevance:0},g={className:"string",begin:"'("+u+"|.)",end:"'",illegal:"."},b={begin:u,relevance:0},_={className:"string",begin:'"',contains:[b],end:'"[cwd]?'},f={className:"string",begin:'[rq]"',end:'"[cwd]?',relevance:5},v={className:"string",begin:"`",end:"`[cwd]?"},j={className:"string",begin:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',relevance:10},E={className:"string",begin:'q"\\{',end:'\\}"'},y={className:"meta",begin:"^#!",end:"$",relevance:5},S={className:"meta",begin:"#(line)",end:"$",relevance:5},C={className:"keyword",begin:"@[a-zA-Z_][a-zA-Z_\\d]*"},k=e.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{lexemes:e.UNDERSCORE_IDENT_RE,keywords:t,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,k,j,_,f,v,E,p,h,g,y,S,C]}}},{name:"dart",create:function(e){var t={className:"subst",begin:"\\$\\{",end:"}",keywords:"true false null this is new super"},a={className:"string",variants:[{begin:"r'''",end:"'''"},{begin:'r"""',end:'"""'},{begin:"r'",end:"'",illegal:"\\n"},{begin:'r"',end:'"',illegal:"\\n"},{begin:"'''",end:"'''",contains:[e.BACKSLASH_ESCAPE,t]},{begin:'"""',end:'"""',contains:[e.BACKSLASH_ESCAPE,t]},{begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,t]},{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,t]}]};t.contains=[e.C_NUMBER_MODE,a];var r={keyword:"assert async await break case catch class const continue default do else enum extends false final finally for if in is new null rethrow return super switch sync this throw true try var void while with yield abstract as dynamic export external factory get implements import library operator part set static typedef",built_in:"print Comparable DateTime Duration Function Iterable Iterator List Map Match Null Object Pattern RegExp Set Stopwatch String StringBuffer StringSink Symbol Type Uri bool double int num document window querySelector querySelectorAll Element ElementList"};return{keywords:r,contains:[a,e.COMMENT("/\\*\\*","\\*/",{subLanguage:"markdown"}),e.COMMENT("///","$",{subLanguage:"markdown"}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"},{begin:"=>"}]}}},{name:"delphi",create:function(e){var t="exports register file shl array record property for mod while set ally label uses raise not stored class safecall var interface or private static exit index inherited to else stdcall override shr asm far resourcestring finalization packed virtual out and protected library do xorwrite goto near function end div overload object unit begin string on inline repeat until destructor write message program with read initialization except default nil if case cdecl in downto threadvar of try pascal const external constructor type public then implementation finally published procedure",a=[e.C_LINE_COMMENT_MODE,e.COMMENT(/\{/,/\}/,{relevance:0}),e.COMMENT(/\(\*/,/\*\)/,{relevance:10})],r={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},s={className:"string",begin:/(#\d+)+/},n={begin:e.IDENT_RE+"\\s*=\\s*class\\s*\\(",returnBegin:!0,contains:[e.TITLE_MODE]},i={className:"function",beginKeywords:"function constructor destructor procedure",end:/[:;]/,keywords:"function constructor|10 destructor|10 procedure|10",contains:[e.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:t,contains:[r,s]}].concat(a)};return{aliases:["dpr","dfm","pas","pascal","freepascal","lazarus","lpr","lfm"],case_insensitive:!0,keywords:t,illegal:/"|\$[G-Zg-z]|\/\*|<\/|\|/,contains:[r,s,e.NUMBER_MODE,n,i].concat(a)}}},{name:"diff",create:function(e){return{aliases:["patch"],contains:[{className:"meta",relevance:10,variants:[{begin:/^@@ +\-\d+,\d+ +\+\d+,\d+ +@@$/},{begin:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{begin:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{className:"comment",variants:[{begin:/Index: /,end:/$/},{begin:/={3,}/,end:/$/},{begin:/^\-{3}/,end:/$/},{begin:/^\*{3} /,end:/$/},{begin:/^\+{3}/,end:/$/},{begin:/\*{5}/,end:/\*{5}$/}]},{className:"addition",begin:"^\\+",end:"$"},{className:"deletion",begin:"^\\-",end:"$"},{className:"addition",begin:"^\\!",end:"$"}]}}},{name:"django",create:function(e){var t={begin:/\|[A-Za-z]+:?/,keywords:{name:"truncatewords removetags linebreaksbr yesno get_digit timesince random striptags filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands title floatformat capfirst pprint divisibleby add make_list unordered_list urlencode timeuntil urlizetrunc wordcount stringformat linenumbers slice date dictsort dictsortreversed default_if_none pluralize lower join center default truncatewords_html upper length phone2numeric wordwrap time addslashes slugify first escapejs force_escape iriencode last safe safeseq truncatechars localize unlocalize localtime utc timezone"},contains:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE]};return{aliases:["jinja"],case_insensitive:!0,subLanguage:"xml",contains:[e.COMMENT(/\{%\s*comment\s*%}/,/\{%\s*endcomment\s*%}/),e.COMMENT(/\{#/,/#}/),{className:"template-tag",begin:/\{%/,end:/%}/,contains:[{className:"name",begin:/\w+/,keywords:{name:"comment endcomment load templatetag ifchanged endifchanged if endif firstof for endfor ifnotequal endifnotequal widthratio extends include spaceless endspaceless regroup ifequal endifequal ssi now with cycle url filter endfilter debug block endblock else autoescape endautoescape csrf_token empty elif endwith static trans blocktrans endblocktrans get_static_prefix get_media_prefix plural get_current_language language get_available_languages get_current_language_bidi get_language_info get_language_info_list localize endlocalize localtime endlocaltime timezone endtimezone get_current_timezone verbatim"},starts:{endsWithParent:!0,keywords:"in by as",contains:[t],relevance:0}}]},{className:"template-variable",begin:/\{\{/,end:/}}/,contains:[t]}]}}},{name:"dns",create:function(e){return{aliases:["bind","zone"],keywords:{keyword:"IN A AAAA AFSDB APL CAA CDNSKEY CDS CERT CNAME DHCID DLV DNAME DNSKEY DS HIP IPSECKEY KEY KX LOC MX NAPTR NS NSEC NSEC3 NSEC3PARAM PTR RRSIG RP SIG SOA SRV SSHFP TA TKEY TLSA TSIG TXT"},contains:[e.COMMENT(";","$",{relevance:0}),{className:"meta",begin:/^\$(TTL|GENERATE|INCLUDE|ORIGIN)\b/},{className:"number",begin:"((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))\\b"},{className:"number",begin:"((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]).){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\b"},e.inherit(e.NUMBER_MODE,{begin:/\b\d+[dhwm]?/})]}}},{name:"dockerfile",create:function(e){return{aliases:["docker"],case_insensitive:!0,keywords:"from maintainer cmd expose add copy entrypoint volume user workdir onbuild run env label",contains:[e.HASH_COMMENT_MODE,{keywords:"run cmd entrypoint volume add copy workdir onbuild label",begin:/^ *(onbuild +)?(run|cmd|entrypoint|volume|add|copy|workdir|label) +/,starts:{end:/[^\\]\n/,subLanguage:"bash"}},{keywords:"from maintainer expose env user onbuild",begin:/^ *(onbuild +)?(from|maintainer|expose|env|user|onbuild) +/,end:/[^\\]\n/,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.HASH_COMMENT_MODE]}]}}},{name:"dos",create:function(e){var t=e.COMMENT(/^\s*@?rem\b/,/$/,{relevance:10}),a={className:"symbol",begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)",relevance:0};return{aliases:["bat","cmd"],case_insensitive:!0,illegal:/\/\*/,keywords:{keyword:"if else goto for in do call exit not exist errorlevel defined equ neq lss leq gtr geq",built_in:"prn nul lpt3 lpt2 lpt1 con com4 com3 com2 com1 aux shift cd dir echo setlocal endlocal set pause copy append assoc at attrib break cacls cd chcp chdir chkdsk chkntfs cls cmd color comp compact convert date dir diskcomp diskcopy doskey erase fs find findstr format ftype graftabl help keyb label md mkdir mode more move path pause print popd pushd promt rd recover rem rename replace restore rmdir shiftsort start subst time title tree type ver verify vol ping net ipconfig taskkill xcopy ren del"},contains:[{className:"variable",begin:/%%[^ ]|%[^ ]+?%|![^ ]+?!/},{className:"function",begin:a.begin,end:"goto:eof",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),t]},{className:"number",begin:"\\b\\d+",relevance:0},t]}}},{name:"dsconfig",create:function(e){var t={className:"string",begin:/"/,end:/"/},a={className:"string",begin:/'/,end:/'/},r={className:"string",begin:"[\\w-?]+:\\w+",end:"\\W",relevance:0},s={className:"string",begin:"\\w+-?\\w+",end:"\\W",relevance:0};return{keywords:"dsconfig",contains:[{className:"keyword",begin:"^dsconfig",end:"\\s",excludeEnd:!0,relevance:10},{className:"built_in",begin:"(list|create|get|set|delete)-(\\w+)",end:"\\s",excludeEnd:!0,illegal:"!@#$%^&*()",relevance:10},{className:"built_in",begin:"--(\\w+)",end:"\\s",excludeEnd:!0},t,a,r,s,e.HASH_COMMENT_MODE]}}},{name:"dts",create:function(e){var t={className:"string",variants:[e.inherit(e.QUOTE_STRING_MODE,{begin:'((u8?|U)|L)?"'}),{begin:'(u8?|U)?R"',end:'"',contains:[e.BACKSLASH_ESCAPE]},{begin:"'\\\\?.",end:"'",illegal:"."}]},a={className:"number",variants:[{begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)(u|U|l|L|ul|UL|f|F)"},{begin:e.C_NUMBER_RE}],relevance:0},r={className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elif endif define undef ifdef ifndef"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{"meta-keyword":"include"},contains:[e.inherit(t,{className:"meta-string"}),{className:"meta-string",begin:"<",end:">",illegal:"\\n"}]},t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},s={className:"variable",begin:"\\&[a-z\\d_]*\\b"},n={className:"meta-keyword",begin:"/[a-z][a-z\\d-]*/"},i={className:"symbol",begin:"^\\s*[a-zA-Z_][a-zA-Z\\d_]*:"},l={className:"params",begin:"<",end:">",contains:[a,s]},o={className:"class",begin:/[a-zA-Z_][a-zA-Z\d_@]*\s{/,end:/[{;=]/,returnBegin:!0,excludeEnd:!0},c={className:"class",begin:"/\\s*{",end:"};",relevance:10,contains:[s,n,i,o,l,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,t]};return{keywords:"",contains:[c,s,n,i,o,l,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,t,r,{begin:e.IDENT_RE+"::",keywords:""}]}}},{name:"dust",create:function(e){var t="if eq ne lt lte gt gte select default math sep";return{aliases:["dst"],case_insensitive:!0,subLanguage:"xml",contains:[{className:"template-tag",begin:/\{[#\/]/,end:/\}/,illegal:/;/,contains:[{className:"name",begin:/[a-zA-Z\.-]+/,starts:{endsWithParent:!0,relevance:0,contains:[e.QUOTE_STRING_MODE]}}]},{className:"template-variable",begin:/\{/,end:/\}/,illegal:/;/,keywords:t}]}}},{name:"ebnf",create:function(e){var t=e.COMMENT(/\(\*/,/\*\)/),a={className:"attribute",begin:/^[ ]*[a-zA-Z][a-zA-Z-]*([\s-]+[a-zA-Z][a-zA-Z]*)*/},r={className:"meta",begin:/\?.*\?/},s={begin:/=/,end:/;/,contains:[t,r,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]};return{illegal:/\S/,contains:[t,a,s]}}},{name:"elixir",create:function(e){var t="[a-zA-Z_][a-zA-Z0-9_]*(\\!|\\?)?",a="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",r="and false then defined module in return redo retry end for true self when next until do begin unless nil break not case cond alias while ensure or include use alias fn quote",s={className:"subst",begin:"#\\{",end:"}",lexemes:t,keywords:r},n={className:"string",contains:[e.BACKSLASH_ESCAPE,s],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},i={className:"function",beginKeywords:"def defp defmacro",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:t,endsParent:!0})]},l=e.inherit(i,{className:"class",beginKeywords:"defimpl defmodule defprotocol defrecord",end:/\bdo\b|$|;/}),o=[n,e.HASH_COMMENT_MODE,l,i,{className:"symbol",begin:":(?!\\s)",contains:[n,{begin:a}],relevance:0},{className:"symbol",begin:t+":",relevance:0},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{className:"variable",begin:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{begin:"->"},{begin:"("+e.RE_STARTERS_RE+")\\s*",contains:[e.HASH_COMMENT_MODE,{className:"regexp",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,s],variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}],relevance:0}];return s.contains=o,{lexemes:t,keywords:r,contains:o}}},{name:"elm",create:function(e){var t={variants:[e.COMMENT("--","$"),e.COMMENT("{-","-}",{contains:["self"]})]},a={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},r={begin:"\\(",end:"\\)",illegal:'"',contains:[{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},t]},s={begin:"{",end:"}",contains:r.contains};return{keywords:"let in if then else case of where module import exposing type alias as infix infixl infixr port effect command subscription",contains:[{beginKeywords:"port effect module",end:"exposing",keywords:"port effect module where command subscription exposing",contains:[r,t],illegal:"\\W\\.|;"},{begin:"import",end:"$",keywords:"import as exposing",contains:[r,t],illegal:"\\W\\.|;"},{begin:"type",end:"$",keywords:"type alias",contains:[a,r,s,t]},{beginKeywords:"infix infixl infixr",end:"$",contains:[e.C_NUMBER_MODE,t]},{begin:"port",end:"$",keywords:"port",contains:[t]},e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,a,e.inherit(e.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),t,{begin:"->|<-"}]}}},{name:"erb",create:function(e){return{subLanguage:"xml",contains:[e.COMMENT("<%#","%>"),{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0}]}}},{name:"erlang-repl",create:function(e){return{keywords:{built_in:"spawn spawn_link self",keyword:"after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse|10 query receive rem try when xor"},contains:[{className:"meta",begin:"^[0-9]+> ",relevance:10},e.COMMENT("%","$"),{className:"number",begin:"\\b(\\d+#[a-fA-F0-9]+|\\d+(\\.\\d+)?([eE][-+]?\\d+)?)",relevance:0},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"\\?(::)?([A-Z]\\w*(::)?)+"},{begin:"->"},{begin:"ok"},{begin:"!"},{begin:"(\\b[a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*)|(\\b[a-z'][a-zA-Z0-9_']*)",relevance:0},{begin:"[A-Z][a-zA-Z0-9_']*",relevance:0}]}}},{name:"erlang",create:function(e){var t="[a-z'][a-zA-Z0-9_']*",a="("+t+":"+t+"|"+t+")",r={keyword:"after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor",literal:"false true"},s=e.COMMENT("%","$"),n={className:"number",begin:"\\b(\\d+#[a-fA-F0-9]+|\\d+(\\.\\d+)?([eE][-+]?\\d+)?)",relevance:0},i={begin:"fun\\s+"+t+"/\\d+"},l={begin:a+"\\(",end:"\\)",returnBegin:!0,relevance:0,contains:[{begin:a,relevance:0},{begin:"\\(",end:"\\)",endsWithParent:!0,returnEnd:!0,relevance:0}]},o={begin:"{",end:"}",relevance:0},c={begin:"\\b_([A-Z][A-Za-z0-9_]*)?",relevance:0},d={begin:"[A-Z][a-zA-Z0-9_]*",relevance:0},m={begin:"#"+e.UNDERSCORE_IDENT_RE,relevance:0,returnBegin:!0,contains:[{begin:"#"+e.UNDERSCORE_IDENT_RE,relevance:0},{begin:"{",end:"}",relevance:0}]},u={beginKeywords:"fun receive if try case",end:"end",keywords:r};u.contains=[s,i,e.inherit(e.APOS_STRING_MODE,{className:""}),u,l,e.QUOTE_STRING_MODE,n,o,c,d,m];var h=[s,i,u,l,e.QUOTE_STRING_MODE,n,o,c,d,m];l.contains[1].contains=h,o.contains=h,m.contains[1].contains=h;var p={className:"params",begin:"\\(",end:"\\)",contains:h};return{aliases:["erl"],keywords:r,illegal:"(",returnBegin:!0,illegal:"\\(|#|//|/\\*|\\\\|:|;",contains:[p,e.inherit(e.TITLE_MODE,{begin:t})],starts:{end:";|\\.",keywords:r,contains:h}},s,{begin:"^-",end:"\\.",relevance:0,excludeEnd:!0,returnBegin:!0,lexemes:"-"+e.IDENT_RE,keywords:"-module -record -undef -export -ifdef -ifndef -author -copyright -doc -vsn -import -include -include_lib -compile -define -else -endif -file -behaviour -behavior -spec",contains:[p]},n,e.QUOTE_STRING_MODE,m,c,d,o,{begin:/\.$/}]}}},{name:"excel",create:function(e){return{aliases:["xlsx","xls"],case_insensitive:!0,lexemes:/[a-zA-Z][\w\.]*/,keywords:{built_in:"ABS ACCRINT ACCRINTM ACOS ACOSH ACOT ACOTH AGGREGATE ADDRESS AMORDEGRC AMORLINC AND ARABIC AREAS ASC ASIN ASINH ATAN ATAN2 ATANH AVEDEV AVERAGE AVERAGEA AVERAGEIF AVERAGEIFS BAHTTEXT BASE BESSELI BESSELJ BESSELK BESSELY BETADIST BETA.DIST BETAINV BETA.INV BIN2DEC BIN2HEX BIN2OCT BINOMDIST BINOM.DIST BINOM.DIST.RANGE BINOM.INV BITAND BITLSHIFT BITOR BITRSHIFT BITXOR CALL CEILING CEILING.MATH CEILING.PRECISE CELL CHAR CHIDIST CHIINV CHITEST CHISQ.DIST CHISQ.DIST.RT CHISQ.INV CHISQ.INV.RT CHISQ.TEST CHOOSE CLEAN CODE COLUMN COLUMNS COMBIN COMBINA COMPLEX CONCAT CONCATENATE CONFIDENCE CONFIDENCE.NORM CONFIDENCE.T CONVERT CORREL COS COSH COT COTH COUNT COUNTA COUNTBLANK COUNTIF COUNTIFS COUPDAYBS COUPDAYS COUPDAYSNC COUPNCD COUPNUM COUPPCD COVAR COVARIANCE.P COVARIANCE.S CRITBINOM CSC CSCH CUBEKPIMEMBER CUBEMEMBER CUBEMEMBERPROPERTY CUBERANKEDMEMBER CUBESET CUBESETCOUNT CUBEVALUE CUMIPMT CUMPRINC DATE DATEDIF DATEVALUE DAVERAGE DAY DAYS DAYS360 DB DBCS DCOUNT DCOUNTA DDB DEC2BIN DEC2HEX DEC2OCT DECIMAL DEGREES DELTA DEVSQ DGET DISC DMAX DMIN DOLLAR DOLLARDE DOLLARFR DPRODUCT DSTDEV DSTDEVP DSUM DURATION DVAR DVARP EDATE EFFECT ENCODEURL EOMONTH ERF ERF.PRECISE ERFC ERFC.PRECISE ERROR.TYPE EUROCONVERT EVEN EXACT EXP EXPON.DIST EXPONDIST FACT FACTDOUBLE FALSE|0 F.DIST FDIST F.DIST.RT FILTERXML FIND FINDB F.INV F.INV.RT FINV FISHER FISHERINV FIXED FLOOR FLOOR.MATH FLOOR.PRECISE FORECAST FORECAST.ETS FORECAST.ETS.CONFINT FORECAST.ETS.SEASONALITY FORECAST.ETS.STAT FORECAST.LINEAR FORMULATEXT FREQUENCY F.TEST FTEST FV FVSCHEDULE GAMMA GAMMA.DIST GAMMADIST GAMMA.INV GAMMAINV GAMMALN GAMMALN.PRECISE GAUSS GCD GEOMEAN GESTEP GETPIVOTDATA GROWTH HARMEAN HEX2BIN HEX2DEC HEX2OCT HLOOKUP HOUR HYPERLINK HYPGEOM.DIST HYPGEOMDIST IF|0 IFERROR IFNA IFS IMABS IMAGINARY IMARGUMENT IMCONJUGATE IMCOS IMCOSH IMCOT IMCSC IMCSCH IMDIV IMEXP IMLN IMLOG10 IMLOG2 IMPOWER IMPRODUCT IMREAL IMSEC IMSECH IMSIN IMSINH IMSQRT IMSUB IMSUM IMTAN INDEX INDIRECT INFO INT INTERCEPT INTRATE IPMT IRR ISBLANK ISERR ISERROR ISEVEN ISFORMULA ISLOGICAL ISNA ISNONTEXT ISNUMBER ISODD ISREF ISTEXT ISO.CEILING ISOWEEKNUM ISPMT JIS KURT LARGE LCM LEFT LEFTB LEN LENB LINEST LN LOG LOG10 LOGEST LOGINV LOGNORM.DIST LOGNORMDIST LOGNORM.INV LOOKUP LOWER MATCH MAX MAXA MAXIFS MDETERM MDURATION MEDIAN MID MIDBs MIN MINIFS MINA MINUTE MINVERSE MIRR MMULT MOD MODE MODE.MULT MODE.SNGL MONTH MROUND MULTINOMIAL MUNIT N NA NEGBINOM.DIST NEGBINOMDIST NETWORKDAYS NETWORKDAYS.INTL NOMINAL NORM.DIST NORMDIST NORMINV NORM.INV NORM.S.DIST NORMSDIST NORM.S.INV NORMSINV NOT NOW NPER NPV NUMBERVALUE OCT2BIN OCT2DEC OCT2HEX ODD ODDFPRICE ODDFYIELD ODDLPRICE ODDLYIELD OFFSET OR PDURATION PEARSON PERCENTILE.EXC PERCENTILE.INC PERCENTILE PERCENTRANK.EXC PERCENTRANK.INC PERCENTRANK PERMUT PERMUTATIONA PHI PHONETIC PI PMT POISSON.DIST POISSON POWER PPMT PRICE PRICEDISC PRICEMAT PROB PRODUCT PROPER PV QUARTILE QUARTILE.EXC QUARTILE.INC QUOTIENT RADIANS RAND RANDBETWEEN RANK.AVG RANK.EQ RANK RATE RECEIVED REGISTER.ID REPLACE REPLACEB REPT RIGHT RIGHTB ROMAN ROUND ROUNDDOWN ROUNDUP ROW ROWS RRI RSQ RTD SEARCH SEARCHB SEC SECH SECOND SERIESSUM SHEET SHEETS SIGN SIN SINH SKEW SKEW.P SLN SLOPE SMALL SQL.REQUEST SQRT SQRTPI STANDARDIZE STDEV STDEV.P STDEV.S STDEVA STDEVP STDEVPA STEYX SUBSTITUTE SUBTOTAL SUM SUMIF SUMIFS SUMPRODUCT SUMSQ SUMX2MY2 SUMX2PY2 SUMXMY2 SWITCH SYD T TAN TANH TBILLEQ TBILLPRICE TBILLYIELD T.DIST T.DIST.2T T.DIST.RT TDIST TEXT TEXTJOIN TIME TIMEVALUE T.INV T.INV.2T TINV TODAY TRANSPOSE TREND TRIM TRIMMEAN TRUE|0 TRUNC T.TEST TTEST TYPE UNICHAR UNICODE UPPER VALUE VAR VAR.P VAR.S VARA VARP VARPA VDB VLOOKUP WEBSERVICE WEEKDAY WEEKNUM WEIBULL WEIBULL.DIST WORKDAY WORKDAY.INTL XIRR XNPV XOR YEAR YEARFRAC YIELD YIELDDISC YIELDMAT Z.TEST ZTEST"},contains:[{begin:/^=/,end:/[^=]/,returnEnd:!0,illegal:/=/,relevance:10},{className:"symbol",begin:/\b[A-Z]{1,2}\d+\b/,end:/[^\d]/,excludeEnd:!0,relevance:0},{className:"symbol",begin:/[A-Z]{0,2}\d*:[A-Z]{0,2}\d*/,relevance:0},e.BACKSLASH_ESCAPE,e.QUOTE_STRING_MODE,{className:"number",begin:e.NUMBER_RE+"(%)?",relevance:0},e.COMMENT(/\bN\(/,/\)/,{excludeBegin:!0,excludeEnd:!0,illegal:/\n/})]}}},{name:"fix",create:function(e){return{contains:[{begin:/[^\u2401\u0001]+/,end:/[\u2401\u0001]/,excludeEnd:!0,returnBegin:!0,returnEnd:!1,contains:[{begin:/([^\u2401\u0001=]+)/,end:/=([^\u2401\u0001=]+)/,returnEnd:!0,returnBegin:!1,className:"attr"},{begin:/=/,end:/([\u2401\u0001])/,excludeEnd:!0,excludeBegin:!0,className:"string"}]}],case_insensitive:!0}}},{name:"fortran",create:function(e){var t={className:"params",begin:"\\(",end:"\\)"},a={literal:".False. .True.",keyword:"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data",built_in:"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_ofacosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image"};return{case_insensitive:!0,aliases:["f90","f95"],keywords:a,illegal:/\/\*/,contains:[e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{className:"string",relevance:0}),{className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[e.UNDERSCORE_TITLE_MODE,t]},e.COMMENT("!","$",{relevance:0}),{className:"number",begin:"(?=\\b|\\+|\\-|\\.)(?=\\.\\d|\\d)(?:\\d+)?(?:\\.?\\d*)(?:[de][+-]?\\d+)?\\b\\.?",relevance:0}]}}},{name:"fsharp",create:function(e){var t={begin:"<",end:">",contains:[e.inherit(e.TITLE_MODE,{begin:/'[a-zA-Z0-9_]+/})]};return{aliases:["fs"],keywords:"abstract and as assert base begin class default delegate do done downcast downto elif else end exception extern false finally for fun function global if in inherit inline interface internal lazy let match member module mutable namespace new null of open or override private public rec return sig static struct then to true try type upcast use val void when while with yield",illegal:/\/\*/,contains:[{className:"keyword",begin:/\b(yield|return|let|do)!/},{className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},{className:"string",begin:'"""',end:'"""'},e.COMMENT("\\(\\*","\\*\\)"),{className:"class",beginKeywords:"type",end:"\\(|=|$",excludeEnd:!0,contains:[e.UNDERSCORE_TITLE_MODE,t]},{className:"meta",begin:"\\[<",end:">\\]",relevance:10},{className:"symbol",begin:"\\B('[A-Za-z])\\b",contains:[e.BACKSLASH_ESCAPE]},e.C_LINE_COMMENT_MODE,e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),e.C_NUMBER_MODE]}}},{name:"gams",create:function(e){var t={keyword:"abort acronym acronyms alias all and assign binary card diag display else eq file files for free ge gt if integer le loop lt maximizing minimizing model models ne negative no not option options or ord positive prod put putpage puttl repeat sameas semicont semiint smax smin solve sos1 sos2 sum system table then until using while xor yes",literal:"eps inf na","built-in":"abs arccos arcsin arctan arctan2 Beta betaReg binomial ceil centropy cos cosh cvPower div div0 eDist entropy errorf execSeed exp fact floor frac gamma gammaReg log logBeta logGamma log10 log2 mapVal max min mod ncpCM ncpF ncpVUpow ncpVUsin normal pi poly power randBinomial randLinear randTriangle round rPower sigmoid sign signPower sin sinh slexp sllog10 slrec sqexp sqlog10 sqr sqrec sqrt tan tanh trunc uniform uniformInt vcPower bool_and bool_eqv bool_imp bool_not bool_or bool_xor ifThen rel_eq rel_ge rel_gt rel_le rel_lt rel_ne gday gdow ghour gleap gmillisec gminute gmonth gsecond gyear jdate jnow jstart jtime errorLevel execError gamsRelease gamsVersion handleCollect handleDelete handleStatus handleSubmit heapFree heapLimit heapSize jobHandle jobKill jobStatus jobTerminate licenseLevel licenseStatus maxExecError sleep timeClose timeComp timeElapsed timeExec timeStart" +},a={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},r={className:"symbol",variants:[{begin:/\=[lgenxc]=/},{begin:/\$/}]},s={className:"comment",variants:[{begin:"'",end:"'"},{begin:'"',end:'"'}],illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},n={begin:"/",end:"/",keywords:t,contains:[s,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_NUMBER_MODE]},i={begin:/[a-z][a-z0-9_]*(\([a-z0-9_, ]*\))?[ \t]+/,excludeBegin:!0,end:"$",endsWithParent:!0,contains:[s,n,{className:"comment",begin:/([ ]*[a-z0-9&#*=?@>\\<:\-,()$\[\]_.{}!+%^]+)+/,relevance:0}]};return{aliases:["gms"],case_insensitive:!0,keywords:t,contains:[e.COMMENT(/^\$ontext/,/^\$offtext/),{className:"meta",begin:"^\\$[a-z0-9]+",end:"$",returnBegin:!0,contains:[{className:"meta-keyword",begin:"^\\$[a-z0-9]+"}]},e.COMMENT("^\\*","$"),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{beginKeywords:"set sets parameter parameters variable variables scalar scalars equation equations",end:";",contains:[e.COMMENT("^\\*","$"),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,n,i]},{beginKeywords:"table",end:";",returnBegin:!0,contains:[{beginKeywords:"table",end:"$",contains:[i]},e.COMMENT("^\\*","$"),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_NUMBER_MODE]},{className:"function",begin:/^[a-z][a-z0-9_,\-+' ()$]+\.{2}/,returnBegin:!0,contains:[{className:"title",begin:/^[a-z][a-z0-9_]+/},a,r]},e.C_NUMBER_MODE,r]}}},{name:"gauss",create:function(e){var t={keyword:"and bool break call callexe checkinterrupt clear clearg closeall cls comlog compile continue create debug declare delete disable dlibrary dllcall do dos ed edit else elseif enable end endfor endif endp endo errorlog errorlogat expr external fn for format goto gosub graph if keyword let lib library line load loadarray loadexe loadf loadk loadm loadp loads loadx local locate loopnextindex lprint lpwidth lshow matrix msym ndpclex new not open or output outwidth plot plotsym pop prcsn print printdos proc push retp return rndcon rndmod rndmult rndseed run save saveall screen scroll setarray show sparse stop string struct system trace trap threadfor threadendfor threadbegin threadjoin threadstat threadend until use while winprint",built_in:"abs acf aconcat aeye amax amean AmericanBinomCall AmericanBinomCall_Greeks AmericanBinomCall_ImpVol AmericanBinomPut AmericanBinomPut_Greeks AmericanBinomPut_ImpVol AmericanBSCall AmericanBSCall_Greeks AmericanBSCall_ImpVol AmericanBSPut AmericanBSPut_Greeks AmericanBSPut_ImpVol amin amult annotationGetDefaults annotationSetBkd annotationSetFont annotationSetLineColor annotationSetLineStyle annotationSetLineThickness annualTradingDays arccos arcsin areshape arrayalloc arrayindex arrayinit arraytomat asciiload asclabel astd astds asum atan atan2 atranspose axmargin balance band bandchol bandcholsol bandltsol bandrv bandsolpd bar base10 begwind besselj bessely beta box boxcox cdfBeta cdfBetaInv cdfBinomial cdfBinomialInv cdfBvn cdfBvn2 cdfBvn2e cdfCauchy cdfCauchyInv cdfChic cdfChii cdfChinc cdfChincInv cdfExp cdfExpInv cdfFc cdfFnc cdfFncInv cdfGam cdfGenPareto cdfHyperGeo cdfLaplace cdfLaplaceInv cdfLogistic cdfLogisticInv cdfmControlCreate cdfMvn cdfMvn2e cdfMvnce cdfMvne cdfMvt2e cdfMvtce cdfMvte cdfN cdfN2 cdfNc cdfNegBinomial cdfNegBinomialInv cdfNi cdfPoisson cdfPoissonInv cdfRayleigh cdfRayleighInv cdfTc cdfTci cdfTnc cdfTvn cdfWeibull cdfWeibullInv cdir ceil ChangeDir chdir chiBarSquare chol choldn cholsol cholup chrs close code cols colsf combinate combinated complex con cond conj cons ConScore contour conv convertsatostr convertstrtosa corrm corrms corrvc corrx corrxs cos cosh counts countwts crossprd crout croutp csrcol csrlin csvReadM csvReadSA cumprodc cumsumc curve cvtos datacreate datacreatecomplex datalist dataload dataloop dataopen datasave date datestr datestring datestrymd dayinyr dayofweek dbAddDatabase dbClose dbCommit dbCreateQuery dbExecQuery dbGetConnectOptions dbGetDatabaseName dbGetDriverName dbGetDrivers dbGetHostName dbGetLastErrorNum dbGetLastErrorText dbGetNumericalPrecPolicy dbGetPassword dbGetPort dbGetTableHeaders dbGetTables dbGetUserName dbHasFeature dbIsDriverAvailable dbIsOpen dbIsOpenError dbOpen dbQueryBindValue dbQueryClear dbQueryCols dbQueryExecPrepared dbQueryFetchAllM dbQueryFetchAllSA dbQueryFetchOneM dbQueryFetchOneSA dbQueryFinish dbQueryGetBoundValue dbQueryGetBoundValues dbQueryGetField dbQueryGetLastErrorNum dbQueryGetLastErrorText dbQueryGetLastInsertID dbQueryGetLastQuery dbQueryGetPosition dbQueryIsActive dbQueryIsForwardOnly dbQueryIsNull dbQueryIsSelect dbQueryIsValid dbQueryPrepare dbQueryRows dbQuerySeek dbQuerySeekFirst dbQuerySeekLast dbQuerySeekNext dbQuerySeekPrevious dbQuerySetForwardOnly dbRemoveDatabase dbRollback dbSetConnectOptions dbSetDatabaseName dbSetHostName dbSetNumericalPrecPolicy dbSetPort dbSetUserName dbTransaction DeleteFile delif delrows denseToSp denseToSpRE denToZero design det detl dfft dffti diag diagrv digamma doswin DOSWinCloseall DOSWinOpen dotfeq dotfeqmt dotfge dotfgemt dotfgt dotfgtmt dotfle dotflemt dotflt dotfltmt dotfne dotfnemt draw drop dsCreate dstat dstatmt dstatmtControlCreate dtdate dtday dttime dttodtv dttostr dttoutc dtvnormal dtvtodt dtvtoutc dummy dummybr dummydn eig eigh eighv eigv elapsedTradingDays endwind envget eof eqSolve eqSolvemt eqSolvemtControlCreate eqSolvemtOutCreate eqSolveset erf erfc erfccplx erfcplx error etdays ethsec etstr EuropeanBinomCall EuropeanBinomCall_Greeks EuropeanBinomCall_ImpVol EuropeanBinomPut EuropeanBinomPut_Greeks EuropeanBinomPut_ImpVol EuropeanBSCall EuropeanBSCall_Greeks EuropeanBSCall_ImpVol EuropeanBSPut EuropeanBSPut_Greeks EuropeanBSPut_ImpVol exctsmpl exec execbg exp extern eye fcheckerr fclearerr feq feqmt fflush fft ffti fftm fftmi fftn fge fgemt fgets fgetsa fgetsat fgetst fgt fgtmt fileinfo filesa fle flemt floor flt fltmt fmod fne fnemt fonts fopen formatcv formatnv fputs fputst fseek fstrerror ftell ftocv ftos ftostrC gamma gammacplx gammaii gausset gdaAppend gdaCreate gdaDStat gdaDStatMat gdaGetIndex gdaGetName gdaGetNames gdaGetOrders gdaGetType gdaGetTypes gdaGetVarInfo gdaIsCplx gdaLoad gdaPack gdaRead gdaReadByIndex gdaReadSome gdaReadSparse gdaReadStruct gdaReportVarInfo gdaSave gdaUpdate gdaUpdateAndPack gdaVars gdaWrite gdaWrite32 gdaWriteSome getarray getdims getf getGAUSShome getmatrix getmatrix4D getname getnamef getNextTradingDay getNextWeekDay getnr getorders getpath getPreviousTradingDay getPreviousWeekDay getRow getscalar3D getscalar4D getTrRow getwind glm gradcplx gradMT gradMTm gradMTT gradMTTm gradp graphprt graphset hasimag header headermt hess hessMT hessMTg hessMTgw hessMTm hessMTmw hessMTT hessMTTg hessMTTgw hessMTTm hessMTw hessp hist histf histp hsec imag indcv indexcat indices indices2 indicesf indicesfn indnv indsav indx integrate1d integrateControlCreate intgrat2 intgrat3 inthp1 inthp2 inthp3 inthp4 inthpControlCreate intquad1 intquad2 intquad3 intrleav intrleavsa intrsect intsimp inv invpd invswp iscplx iscplxf isden isinfnanmiss ismiss key keyav keyw lag lag1 lagn lapEighb lapEighi lapEighvb lapEighvi lapgEig lapgEigh lapgEighv lapgEigv lapgSchur lapgSvdcst lapgSvds lapgSvdst lapSvdcusv lapSvds lapSvdusv ldlp ldlsol linSolve listwise ln lncdfbvn lncdfbvn2 lncdfmvn lncdfn lncdfn2 lncdfnc lnfact lngammacplx lnpdfmvn lnpdfmvt lnpdfn lnpdft loadd loadstruct loadwind loess loessmt loessmtControlCreate log loglog logx logy lower lowmat lowmat1 ltrisol lu lusol machEpsilon make makevars makewind margin matalloc matinit mattoarray maxbytes maxc maxindc maxv maxvec mbesselei mbesselei0 mbesselei1 mbesseli mbesseli0 mbesseli1 meanc median mergeby mergevar minc minindc minv miss missex missrv moment momentd movingave movingaveExpwgt movingaveWgt nextindex nextn nextnevn nextwind ntos null null1 numCombinations ols olsmt olsmtControlCreate olsqr olsqr2 olsqrmt ones optn optnevn orth outtyp pacf packedToSp packr parse pause pdfCauchy pdfChi pdfExp pdfGenPareto pdfHyperGeo pdfLaplace pdfLogistic pdfn pdfPoisson pdfRayleigh pdfWeibull pi pinv pinvmt plotAddArrow plotAddBar plotAddBox plotAddHist plotAddHistF plotAddHistP plotAddPolar plotAddScatter plotAddShape plotAddTextbox plotAddTS plotAddXY plotArea plotBar plotBox plotClearLayout plotContour plotCustomLayout plotGetDefaults plotHist plotHistF plotHistP plotLayout plotLogLog plotLogX plotLogY plotOpenWindow plotPolar plotSave plotScatter plotSetAxesPen plotSetBar plotSetBarFill plotSetBarStacked plotSetBkdColor plotSetFill plotSetGrid plotSetLegend plotSetLineColor plotSetLineStyle plotSetLineSymbol plotSetLineThickness plotSetNewWindow plotSetTitle plotSetWhichYAxis plotSetXAxisShow plotSetXLabel plotSetXRange plotSetXTicInterval plotSetXTicLabel plotSetYAxisShow plotSetYLabel plotSetYRange plotSetZAxisShow plotSetZLabel plotSurface plotTS plotXY polar polychar polyeval polygamma polyint polymake polymat polymroot polymult polyroot pqgwin previousindex princomp printfm printfmt prodc psi putarray putf putvals pvCreate pvGetIndex pvGetParNames pvGetParVector pvLength pvList pvPack pvPacki pvPackm pvPackmi pvPacks pvPacksi pvPacksm pvPacksmi pvPutParVector pvTest pvUnpack QNewton QNewtonmt QNewtonmtControlCreate QNewtonmtOutCreate QNewtonSet QProg QProgmt QProgmtInCreate qqr qqre qqrep qr qre qrep qrsol qrtsol qtyr qtyre qtyrep quantile quantiled qyr qyre qyrep qz rank rankindx readr real reclassify reclassifyCuts recode recserar recsercp recserrc rerun rescale reshape rets rev rfft rffti rfftip rfftn rfftnp rfftp rndBernoulli rndBeta rndBinomial rndCauchy rndChiSquare rndCon rndCreateState rndExp rndGamma rndGeo rndGumbel rndHyperGeo rndi rndKMbeta rndKMgam rndKMi rndKMn rndKMnb rndKMp rndKMu rndKMvm rndLaplace rndLCbeta rndLCgam rndLCi rndLCn rndLCnb rndLCp rndLCu rndLCvm rndLogNorm rndMTu rndMVn rndMVt rndn rndnb rndNegBinomial rndp rndPoisson rndRayleigh rndStateSkip rndu rndvm rndWeibull rndWishart rotater round rows rowsf rref sampleData satostrC saved saveStruct savewind scale scale3d scalerr scalinfnanmiss scalmiss schtoc schur searchsourcepath seekr select selif seqa seqm setdif setdifsa setvars setvwrmode setwind shell shiftr sin singleindex sinh sleep solpd sortc sortcc sortd sorthc sorthcc sortind sortindc sortmc sortr sortrc spBiconjGradSol spChol spConjGradSol spCreate spDenseSubmat spDiagRvMat spEigv spEye spLDL spline spLU spNumNZE spOnes spreadSheetReadM spreadSheetReadSA spreadSheetWrite spScale spSubmat spToDense spTrTDense spTScalar spZeros sqpSolve sqpSolveMT sqpSolveMTControlCreate sqpSolveMTlagrangeCreate sqpSolveMToutCreate sqpSolveSet sqrt statements stdc stdsc stocv stof strcombine strindx strlen strput strrindx strsect strsplit strsplitPad strtodt strtof strtofcplx strtriml strtrimr strtrunc strtruncl strtruncpad strtruncr submat subscat substute subvec sumc sumr surface svd svd1 svd2 svdcusv svds svdusv sysstate tab tan tanh tempname threadBegin threadEnd threadEndFor threadFor threadJoin threadStat time timedt timestr timeutc title tkf2eps tkf2ps tocart todaydt toeplitz token topolar trapchk trigamma trimr trunc type typecv typef union unionsa uniqindx uniqindxsa unique uniquesa upmat upmat1 upper utctodt utctodtv utrisol vals varCovMS varCovXS varget vargetl varmall varmares varput varputl vartypef vcm vcms vcx vcxs vec vech vecr vector vget view viewxyz vlist vnamecv volume vput vread vtypecv wait waitc walkindex where window writer xlabel xlsGetSheetCount xlsGetSheetSize xlsGetSheetTypes xlsMakeRange xlsReadM xlsReadSA xlsWrite xlsWriteM xlsWriteSA xpnd xtics xy xyz ylabel ytics zeros zeta zlabel ztics",literal:"DB_AFTER_LAST_ROW DB_ALL_TABLES DB_BATCH_OPERATIONS DB_BEFORE_FIRST_ROW DB_BLOB DB_EVENT_NOTIFICATIONS DB_FINISH_QUERY DB_HIGH_PRECISION DB_LAST_INSERT_ID DB_LOW_PRECISION_DOUBLE DB_LOW_PRECISION_INT32 DB_LOW_PRECISION_INT64 DB_LOW_PRECISION_NUMBERS DB_MULTIPLE_RESULT_SETS DB_NAMED_PLACEHOLDERS DB_POSITIONAL_PLACEHOLDERS DB_PREPARED_QUERIES DB_QUERY_SIZE DB_SIMPLE_LOCKING DB_SYSTEM_TABLES DB_TABLES DB_TRANSACTIONS DB_UNICODE DB_VIEWS"},a={className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"define definecs|10 undef ifdef ifndef iflight ifdllcall ifmac ifos2win ifunix else endif lineson linesoff srcfile srcline"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{"meta-keyword":"include"},contains:[{className:"meta-string",begin:'"',end:'"',illegal:"\\n"}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},r=e.UNDERSCORE_IDENT_RE+"\\s*\\(?",s=[{className:"params",begin:/\(/,end:/\)/,keywords:t,relevance:0,contains:[e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}];return{aliases:["gss"],case_insensitive:!0,keywords:t,illegal:"(\\{[%#]|[%#]\\})",contains:[e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT("@","@"),a,{className:"string",begin:'"',end:'"',contains:[e.BACKSLASH_ESCAPE]},{className:"function",beginKeywords:"proc keyword",end:";",excludeEnd:!0,keywords:t,contains:[{begin:r,returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE],relevance:0},e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a].concat(s)},{className:"function",beginKeywords:"fn",end:";",excludeEnd:!0,keywords:t,contains:[{begin:r+e.IDENT_RE+"\\)?\\s*\\=\\s*",returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE],relevance:0},e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE].concat(s)},{className:"function",begin:"\\bexternal (proc|keyword|fn)\\s+",end:";",excludeEnd:!0,keywords:t,contains:[{begin:r,returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE],relevance:0},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"function",begin:"\\bexternal (matrix|string|array|sparse matrix|struct "+e.IDENT_RE+")\\s+",end:";",excludeEnd:!0,keywords:t,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}]}}},{name:"gcode",create:function(e){var t="[A-Z_][A-Z0-9_.]*",a="\\%",r="IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT EQ LT GT NE GE LE OR XOR",s={className:"meta",begin:"([O])([0-9]+)"},n=[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT(/\(/,/\)/),e.inherit(e.C_NUMBER_MODE,{begin:"([-+]?([0-9]*\\.?[0-9]+\\.?))|"+e.C_NUMBER_RE}),e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"name",begin:"([G])([0-9]+\\.?[0-9]?)"},{className:"name",begin:"([M])([0-9]+\\.?[0-9]?)"},{className:"attr",begin:"(VC|VS|#)",end:"(\\d+)"},{className:"attr",begin:"(VZOFX|VZOFY|VZOFZ)"},{className:"built_in",begin:"(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\[)",end:"([-+]?([0-9]*\\.?[0-9]+\\.?))(\\])"},{className:"symbol",variants:[{begin:"N",end:"\\d+",illegal:"\\W"}]}];return{aliases:["nc"],case_insensitive:!0,lexemes:t,keywords:r,contains:[{className:"meta",begin:a},s].concat(n)}}},{name:"gherkin",create:function(e){return{aliases:["feature"],keywords:"Feature Background Ability Business Need Scenario Scenarios Scenario Outline Scenario Template Examples Given And Then But When",contains:[{className:"symbol",begin:"\\*",relevance:0},{className:"meta",begin:"@[^@\\s]+"},{begin:"\\|",end:"\\|\\w*$",contains:[{className:"string",begin:"[^|]+"}]},{className:"variable",begin:"<",end:">"},e.HASH_COMMENT_MODE,{className:"string",begin:'"""',end:'"""'},e.QUOTE_STRING_MODE]}}},{name:"glsl",create:function(e){return{keywords:{keyword:"break continue discard do else for if return whileattribute binding buffer ccw centroid centroid varying coherent column_major const cw depth_any depth_greater depth_less depth_unchanged early_fragment_tests equal_spacing flat fractional_even_spacing fractional_odd_spacing highp in index inout invariant invocations isolines layout line_strip lines lines_adjacency local_size_x local_size_y local_size_z location lowp max_vertices mediump noperspective offset origin_upper_left out packed patch pixel_center_integer point_mode points precise precision quads r11f_g11f_b10f r16 r16_snorm r16f r16i r16ui r32f r32i r32ui r8 r8_snorm r8i r8ui readonly restrict rg16 rg16_snorm rg16f rg16i rg16ui rg32f rg32i rg32ui rg8 rg8_snorm rg8i rg8ui rgb10_a2 rgb10_a2ui rgba16 rgba16_snorm rgba16f rgba16i rgba16ui rgba32f rgba32i rgba32ui rgba8 rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stream triangle_strip triangles triangles_adjacency uniform varying vertices volatile writeonly",type:"atomic_uint bool bvec2 bvec3 bvec4 dmat2 dmat2x2 dmat2x3 dmat2x4 dmat3 dmat3x2 dmat3x3 dmat3x4 dmat4 dmat4x2 dmat4x3 dmat4x4 double dvec2 dvec3 dvec4 float iimage1D iimage1DArray iimage2D iimage2DArray iimage2DMS iimage2DMSArray iimage2DRect iimage3D iimageBufferiimageCube iimageCubeArray image1D image1DArray image2D image2DArray image2DMS image2DMSArray image2DRect image3D imageBuffer imageCube imageCubeArray int isampler1D isampler1DArray isampler2D isampler2DArray isampler2DMS isampler2DMSArray isampler2DRect isampler3D isamplerBuffer isamplerCube isamplerCubeArray ivec2 ivec3 ivec4 mat2 mat2x2 mat2x3 mat2x4 mat3 mat3x2 mat3x3 mat3x4 mat4 mat4x2 mat4x3 mat4x4 sampler1D sampler1DArray sampler1DArrayShadow sampler1DShadow sampler2D sampler2DArray sampler2DArrayShadow sampler2DMS sampler2DMSArray sampler2DRect sampler2DRectShadow sampler2DShadow sampler3D samplerBuffer samplerCube samplerCubeArray samplerCubeArrayShadow samplerCubeShadow image1D uimage1DArray uimage2D uimage2DArray uimage2DMS uimage2DMSArray uimage2DRect uimage3D uimageBuffer uimageCube uimageCubeArray uint usampler1D usampler1DArray usampler2D usampler2DArray usampler2DMS usampler2DMSArray usampler2DRect usampler3D samplerBuffer usamplerCube usamplerCubeArray uvec2 uvec3 uvec4 vec2 vec3 vec4 void",built_in:"gl_MaxAtomicCounterBindings gl_MaxAtomicCounterBufferSize gl_MaxClipDistances gl_MaxClipPlanes gl_MaxCombinedAtomicCounterBuffers gl_MaxCombinedAtomicCounters gl_MaxCombinedImageUniforms gl_MaxCombinedImageUnitsAndFragmentOutputs gl_MaxCombinedTextureImageUnits gl_MaxComputeAtomicCounterBuffers gl_MaxComputeAtomicCounters gl_MaxComputeImageUniforms gl_MaxComputeTextureImageUnits gl_MaxComputeUniformComponents gl_MaxComputeWorkGroupCount gl_MaxComputeWorkGroupSize gl_MaxDrawBuffers gl_MaxFragmentAtomicCounterBuffers gl_MaxFragmentAtomicCounters gl_MaxFragmentImageUniforms gl_MaxFragmentInputComponents gl_MaxFragmentInputVectors gl_MaxFragmentUniformComponents gl_MaxFragmentUniformVectors gl_MaxGeometryAtomicCounterBuffers gl_MaxGeometryAtomicCounters gl_MaxGeometryImageUniforms gl_MaxGeometryInputComponents gl_MaxGeometryOutputComponents gl_MaxGeometryOutputVertices gl_MaxGeometryTextureImageUnits gl_MaxGeometryTotalOutputComponents gl_MaxGeometryUniformComponents gl_MaxGeometryVaryingComponents gl_MaxImageSamples gl_MaxImageUnits gl_MaxLights gl_MaxPatchVertices gl_MaxProgramTexelOffset gl_MaxTessControlAtomicCounterBuffers gl_MaxTessControlAtomicCounters gl_MaxTessControlImageUniforms gl_MaxTessControlInputComponents gl_MaxTessControlOutputComponents gl_MaxTessControlTextureImageUnits gl_MaxTessControlTotalOutputComponents gl_MaxTessControlUniformComponents gl_MaxTessEvaluationAtomicCounterBuffers gl_MaxTessEvaluationAtomicCounters gl_MaxTessEvaluationImageUniforms gl_MaxTessEvaluationInputComponents gl_MaxTessEvaluationOutputComponents gl_MaxTessEvaluationTextureImageUnits gl_MaxTessEvaluationUniformComponents gl_MaxTessGenLevel gl_MaxTessPatchComponents gl_MaxTextureCoords gl_MaxTextureImageUnits gl_MaxTextureUnits gl_MaxVaryingComponents gl_MaxVaryingFloats gl_MaxVaryingVectors gl_MaxVertexAtomicCounterBuffers gl_MaxVertexAtomicCounters gl_MaxVertexAttribs gl_MaxVertexImageUniforms gl_MaxVertexOutputComponents gl_MaxVertexOutputVectors gl_MaxVertexTextureImageUnits gl_MaxVertexUniformComponents gl_MaxVertexUniformVectors gl_MaxViewports gl_MinProgramTexelOffset gl_BackColor gl_BackLightModelProduct gl_BackLightProduct gl_BackMaterial gl_BackSecondaryColor gl_ClipDistance gl_ClipPlane gl_ClipVertex gl_Color gl_DepthRange gl_EyePlaneQ gl_EyePlaneR gl_EyePlaneS gl_EyePlaneT gl_Fog gl_FogCoord gl_FogFragCoord gl_FragColor gl_FragCoord gl_FragData gl_FragDepth gl_FrontColor gl_FrontFacing gl_FrontLightModelProduct gl_FrontLightProduct gl_FrontMaterial gl_FrontSecondaryColor gl_GlobalInvocationID gl_InstanceID gl_InvocationID gl_Layer gl_LightModel gl_LightSource gl_LocalInvocationID gl_LocalInvocationIndex gl_ModelViewMatrix gl_ModelViewMatrixInverse gl_ModelViewMatrixInverseTranspose gl_ModelViewMatrixTranspose gl_ModelViewProjectionMatrix gl_ModelViewProjectionMatrixInverse gl_ModelViewProjectionMatrixInverseTranspose gl_ModelViewProjectionMatrixTranspose gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 gl_MultiTexCoord3 gl_MultiTexCoord4 gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 gl_Normal gl_NormalMatrix gl_NormalScale gl_NumSamples gl_NumWorkGroups gl_ObjectPlaneQ gl_ObjectPlaneR gl_ObjectPlaneS gl_ObjectPlaneT gl_PatchVerticesIn gl_Point gl_PointCoord gl_PointSize gl_Position gl_PrimitiveID gl_PrimitiveIDIn gl_ProjectionMatrix gl_ProjectionMatrixInverse gl_ProjectionMatrixInverseTranspose gl_ProjectionMatrixTranspose gl_SampleID gl_SampleMask gl_SampleMaskIn gl_SamplePosition gl_SecondaryColor gl_TessCoord gl_TessLevelInner gl_TessLevelOuter gl_TexCoord gl_TextureEnvColor gl_TextureMatrix gl_TextureMatrixInverse gl_TextureMatrixInverseTranspose gl_TextureMatrixTranspose gl_Vertex gl_VertexID gl_ViewportIndex gl_WorkGroupID gl_WorkGroupSize gl_in gl_out EmitStreamVertex EmitVertex EndPrimitive EndStreamPrimitive abs acos acosh all any asin asinh atan atanh atomicAdd atomicAnd atomicCompSwap atomicCounter atomicCounterDecrement atomicCounterIncrement atomicExchange atomicMax atomicMin atomicOr atomicXor barrier bitCount bitfieldExtract bitfieldInsert bitfieldReverse ceil clamp cos cosh cross dFdx dFdy degrees determinant distance dot equal exp exp2 faceforward findLSB findMSB floatBitsToInt floatBitsToUint floor fma fract frexp ftransform fwidth greaterThan greaterThanEqual groupMemoryBarrier imageAtomicAdd imageAtomicAnd imageAtomicCompSwap imageAtomicExchange imageAtomicMax imageAtomicMin imageAtomicOr imageAtomicXor imageLoad imageSize imageStore imulExtended intBitsToFloat interpolateAtCentroid interpolateAtOffset interpolateAtSample inverse inversesqrt isinf isnan ldexp length lessThan lessThanEqual log log2 matrixCompMult max memoryBarrier memoryBarrierAtomicCounter memoryBarrierBuffer memoryBarrierImage memoryBarrierShared min mix mod modf noise1 noise2 noise3 noise4 normalize not notEqual outerProduct packDouble2x32 packHalf2x16 packSnorm2x16 packSnorm4x8 packUnorm2x16 packUnorm4x8 pow radians reflect refract round roundEven shadow1D shadow1DLod shadow1DProj shadow1DProjLod shadow2D shadow2DLod shadow2DProj shadow2DProjLod sign sin sinh smoothstep sqrt step tan tanh texelFetch texelFetchOffset texture texture1D texture1DLod texture1DProj texture1DProjLod texture2D texture2DLod texture2DProj texture2DProjLod texture3D texture3DLod texture3DProj texture3DProjLod textureCube textureCubeLod textureGather textureGatherOffset textureGatherOffsets textureGrad textureGradOffset textureLod textureLodOffset textureOffset textureProj textureProjGrad textureProjGradOffset textureProjLod textureProjLodOffset textureProjOffset textureQueryLevels textureQueryLod textureSize transpose trunc uaddCarry uintBitsToFloat umulExtended unpackDouble2x32 unpackHalf2x16 unpackSnorm2x16 unpackSnorm4x8 unpackUnorm2x16 unpackUnorm4x8 usubBorrow",literal:"true false"},illegal:'"',contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"}]}}},{name:"go",create:function(e){var t={keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",literal:"true false iota nil",built_in:"append cap close complex copy imag len make new panic print println real recover delete"};return{aliases:["golang"],keywords:t,illegal:"",end:",\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:":\\w+"},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]},{begin:"\\(\\s*",end:"\\s*\\)",excludeEnd:!0,contains:[{begin:"\\w+\\s*=",end:"\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:"\\w+",relevance:0},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]}]},{begin:"^\\s*[=~]\\s*"},{begin:"#{",starts:{end:"}",subLanguage:"ruby"}}]}}},{name:"handlebars",create:function(e){var t={"builtin-name":"each in with if else unless bindattr action collection debugger log outlet template unbound view yield"};return{aliases:["hbs","html.hbs","html.handlebars"],case_insensitive:!0,subLanguage:"xml",contains:[e.COMMENT("{{!(--)?","(--)?}}"),{className:"template-tag",begin:/\{\{[#\/]/,end:/\}\}/,contains:[{className:"name",begin:/[a-zA-Z\.-]+/,keywords:t,starts:{endsWithParent:!0,relevance:0,contains:[e.QUOTE_STRING_MODE]}}]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,keywords:t}]}}},{name:"haskell",create:function(e){var t={variants:[e.COMMENT("--","$"),e.COMMENT("{-","-}",{contains:["self"]})]},a={className:"meta",begin:"{-#",end:"#-}"},r={className:"meta",begin:"^#",end:"$"},s={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},n={begin:"\\(",end:"\\)",illegal:'"',contains:[a,r,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},e.inherit(e.TITLE_MODE,{begin:"[_a-z][\\w']*"}),t]},i={begin:"{",end:"}",contains:n.contains};return{aliases:["hs"],keywords:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",contains:[{beginKeywords:"module",end:"where",keywords:"module where",contains:[n,t],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[n,t],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[s,n,t]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[a,s,n,i,t]},{beginKeywords:"default",end:"$",contains:[s,n,t]},{beginKeywords:"infix infixl infixr",end:"$",contains:[e.C_NUMBER_MODE,t]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[s,e.QUOTE_STRING_MODE,t]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},a,r,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,s,e.inherit(e.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),t,{begin:"->|<-"}]}}},{name:"haxe",create:function(e){var t="([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)";return{aliases:["hx"],keywords:{keyword:"break callback case cast catch class continue default do dynamic else enum extends extern for function here if implements import in inline interface never new override package private public return static super switch this throw trace try typedef untyped using var while",literal:"true false null"},contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.TITLE_MODE]},{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elseif end error"}},{className:"function",beginKeywords:"function",end:"[{;]",excludeEnd:!0,illegal:"\\S",contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE] +},{begin:":\\s*"+t}]}]}}},{name:"hsp",create:function(e){return{case_insensitive:!0,lexemes:/[\w\._]+/,keywords:"goto gosub return break repeat loop continue wait await dim sdim foreach dimtype dup dupptr end stop newmod delmod mref run exgoto on mcall assert logmes newlab resume yield onexit onerror onkey onclick oncmd exist delete mkdir chdir dirlist bload bsave bcopy memfile if else poke wpoke lpoke getstr chdpm memexpand memcpy memset notesel noteadd notedel noteload notesave randomize noteunsel noteget split strrep setease button chgdisp exec dialog mmload mmplay mmstop mci pset pget syscolor mes print title pos circle cls font sysfont objsize picload color palcolor palette redraw width gsel gcopy gzoom gmode bmpsave hsvcolor getkey listbox chkbox combox input mesbox buffer screen bgscr mouse objsel groll line clrobj boxf objprm objmode stick grect grotate gsquare gradf objimage objskip objenable celload celdiv celput newcom querycom delcom cnvstow comres axobj winobj sendmsg comevent comevarg sarrayconv callfunc cnvwtos comevdisp libptr system hspstat hspver stat cnt err strsize looplev sublev iparam wparam lparam refstr refdval int rnd strlen length length2 length3 length4 vartype gettime peek wpeek lpeek varptr varuse noteinfo instr abs limit getease str strmid strf getpath strtrim sin cos tan atan sqrt double absf expf logf limitf powf geteasef mousex mousey mousew hwnd hinstance hdc ginfo objinfo dirinfo sysinfo thismod __hspver__ __hsp30__ __date__ __time__ __line__ __file__ _debug __hspdef__ and or xor not screen_normal screen_palette screen_hide screen_fixedsize screen_tool screen_frame gmode_gdi gmode_mem gmode_rgb0 gmode_alpha gmode_rgb0alpha gmode_add gmode_sub gmode_pixela ginfo_mx ginfo_my ginfo_act ginfo_sel ginfo_wx1 ginfo_wy1 ginfo_wx2 ginfo_wy2 ginfo_vx ginfo_vy ginfo_sizex ginfo_sizey ginfo_winx ginfo_winy ginfo_mesx ginfo_mesy ginfo_r ginfo_g ginfo_b ginfo_paluse ginfo_dispx ginfo_dispy ginfo_cx ginfo_cy ginfo_intid ginfo_newid ginfo_sx ginfo_sy objinfo_mode objinfo_bmscr objinfo_hwnd notemax notesize dir_cur dir_exe dir_win dir_sys dir_cmdline dir_desktop dir_mydoc dir_tv font_normal font_bold font_italic font_underline font_strikeout font_antialias objmode_normal objmode_guifont objmode_usefont gsquare_grad msgothic msmincho do until while wend for next _break _continue switch case default swbreak swend ddim ldim alloc m_pi rad2deg deg2rad ease_linear ease_quad_in ease_quad_out ease_quad_inout ease_cubic_in ease_cubic_out ease_cubic_inout ease_quartic_in ease_quartic_out ease_quartic_inout ease_bounce_in ease_bounce_out ease_bounce_inout ease_shake_in ease_shake_out ease_shake_inout ease_loop",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"string",begin:'{"',end:'"}',contains:[e.BACKSLASH_ESCAPE]},e.COMMENT(";","$",{relevance:0}),{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"addion cfunc cmd cmpopt comfunc const defcfunc deffunc define else endif enum epack func global if ifdef ifndef include modcfunc modfunc modinit modterm module pack packopt regcmd runtime undef usecom uselib"},contains:[e.inherit(e.QUOTE_STRING_MODE,{className:"meta-string"}),e.NUMBER_MODE,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"symbol",begin:"^\\*(\\w+|@)"},e.NUMBER_MODE,e.C_NUMBER_MODE]}}},{name:"htmlbars",create:function(e){var t="action collection component concat debugger each each-in else get hash if input link-to loc log mut outlet partial query-params render textarea unbound unless with yield view",a={illegal:/\}\}/,begin:/[a-zA-Z0-9_]+=/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/[a-zA-Z0-9_]+/}]},r=({illegal:/\}\}/,begin:/\)/,end:/\)/,contains:[{begin:/[a-zA-Z\.\-]+/,keywords:{built_in:t},starts:{endsWithParent:!0,relevance:0,contains:[e.QUOTE_STRING_MODE]}}]},{endsWithParent:!0,relevance:0,keywords:{keyword:"as",built_in:t},contains:[e.QUOTE_STRING_MODE,a,e.NUMBER_MODE]});return{case_insensitive:!0,subLanguage:"xml",contains:[e.COMMENT("{{!(--)?","(--)?}}"),{className:"template-tag",begin:/\{\{[#\/]/,end:/\}\}/,contains:[{className:"name",begin:/[a-zA-Z\.\-]+/,keywords:{"builtin-name":t},starts:r}]},{className:"template-variable",begin:/\{\{[a-zA-Z][a-zA-Z\-]+/,end:/\}\}/,keywords:{keyword:"as",built_in:t},contains:[e.QUOTE_STRING_MODE]}]}}},{name:"http",create:function(e){var t="HTTP/[0-9\\.]+";return{aliases:["https"],illegal:"\\S",contains:[{begin:"^"+t,end:"$",contains:[{className:"number",begin:"\\b\\d{3}\\b"}]},{begin:"^[A-Z]+ (.*?) "+t+"$",returnBegin:!0,end:"$",contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{begin:t},{className:"keyword",begin:"[A-Z]+"}]},{className:"attribute",begin:"^\\w",end:": ",excludeEnd:!0,illegal:"\\n|\\s|=",starts:{end:"$",relevance:0}},{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}]}}},{name:"inform7",create:function(e){var t="\\[",a="\\]";return{aliases:["i7"],case_insensitive:!0,keywords:{keyword:"thing room person man woman animal container supporter backdrop door scenery open closed locked inside gender is are say understand kind of rule"},contains:[{className:"string",begin:'"',end:'"',relevance:0,contains:[{className:"subst",begin:t,end:a}]},{className:"section",begin:/^(Volume|Book|Part|Chapter|Section|Table)\b/,end:"$"},{begin:/^(Check|Carry out|Report|Instead of|To|Rule|When|Before|After)\b/,end:":",contains:[{begin:"\\(This",end:"\\)"}]},{className:"comment",begin:t,end:a,contains:["self"]}]}}},{name:"ini",create:function(e){var t={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]};return{aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[e.COMMENT(";","$"),e.HASH_COMMENT_MODE,{className:"section",begin:/^\s*\[+/,end:/\]+/},{begin:/^[a-z0-9\[\]_-]+\s*=\s*/,end:"$",returnBegin:!0,contains:[{className:"attr",begin:/[a-z0-9\[\]_-]+/},{begin:/=/,endsWithParent:!0,relevance:0,contains:[{className:"literal",begin:/\bon|off|true|false|yes|no\b/},{className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)}/}]},t,{className:"number",begin:/([\+\-]+)?[\d]+_[\d_]+/},e.NUMBER_MODE]}]}]}}},{name:"irpf90",create:function(e){var t={className:"params",begin:"\\(",end:"\\)"},a={literal:".False. .True.",keyword:"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data begin_provider &begin_provider end_provider begin_shell end_shell begin_template end_template subst assert touch soft_touch provide no_dep free irp_if irp_else irp_endif irp_write irp_read",built_in:"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_ofacosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image IRP_ALIGN irp_here"};return{case_insensitive:!0,keywords:a,illegal:/\/\*/,contains:[e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{className:"string",relevance:0}),{className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[e.UNDERSCORE_TITLE_MODE,t]},e.COMMENT("!","$",{relevance:0}),e.COMMENT("begin_doc","end_doc",{relevance:10}),{className:"number",begin:"(?=\\b|\\+|\\-|\\.)(?=\\.\\d|\\d)(?:\\d+)?(?:\\.?\\d*)(?:[de][+-]?\\d+)?\\b\\.?",relevance:0}]}}},{name:"java",create:function(e){var t=e.UNDERSCORE_IDENT_RE+"(<"+e.UNDERSCORE_IDENT_RE+"(\\s*,\\s*"+e.UNDERSCORE_IDENT_RE+")*>)?",a="false synchronized int abstract float private char boolean static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports",r="\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",s={className:"number",begin:r,relevance:0};return{aliases:["jsp"],keywords:a,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"new throw return else",relevance:0},{className:"function",begin:"("+t+"\\s+)+"+e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:a,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,keywords:a,relevance:0,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},s,{className:"meta",begin:"@[A-Za-z]+"}]}}},{name:"javascript",create:function(e){return{aliases:["js","jsx"],keywords:{keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},contains:[{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},{className:"meta",begin:/^#!/,end:/$/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{begin://,subLanguage:"xml",contains:[{begin:/<\w+\s*\/>/,skip:!0},{begin:/<\w+/,end:/(\/\w+|\w+\/)>/,skip:!0,contains:["self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}],illegal:/\[|%/},{begin:/\$[(.]/},e.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0}],illegal:/#(?!!)/}}},{name:"json",create:function(e){var t={literal:"true false null"},a=[e.QUOTE_STRING_MODE,e.C_NUMBER_MODE],r={end:",",endsWithParent:!0,excludeEnd:!0,contains:a,keywords:t},s={begin:"{",end:"}",contains:[{className:"attr",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE],illegal:"\\n"},e.inherit(r,{begin:/:/})],illegal:"\\S"},n={begin:"\\[",end:"\\]",contains:[e.inherit(r)],illegal:"\\S"};return a.splice(a.length,0,s,n),{contains:a,keywords:t,illegal:"\\S"}}},{name:"julia",create:function(e){var t={keyword:"in abstract baremodule begin bitstype break catch ccall const continue do else elseif end export finally for function global if immutable import importall let local macro module quote return try type typealias using while",literal:"true false ARGS CPU_CORES C_NULL DL_LOAD_PATH DevNull ENDIAN_BOM ENV I|0 Inf Inf16 Inf32 InsertionSort JULIA_HOME LOAD_PATH MS_ASYNC MS_INVALIDATE MS_SYNC MergeSort NaN NaN16 NaN32 OS_NAME QuickSort RTLD_DEEPBIND RTLD_FIRST RTLD_GLOBAL RTLD_LAZY RTLD_LOCAL RTLD_NODELETE RTLD_NOLOAD RTLD_NOW RoundDown RoundFromZero RoundNearest RoundToZero RoundUp STDERR STDIN STDOUT VERSION WORD_SIZE catalan cglobal e|0 eu|0 eulergamma golden im nothing pi γ π φ Inf64 NaN64 RoundNearestTiesAway RoundNearestTiesUp ",built_in:"ANY ASCIIString AbstractArray AbstractRNG AbstractSparseArray Any ArgumentError Array Associative Base64Pipe Bidiagonal BigFloat BigInt BitArray BitMatrix BitVector Bool BoundsError Box CFILE Cchar Cdouble Cfloat Char CharString Cint Clong Clonglong ClusterManager Cmd Coff_t Colon Complex Complex128 Complex32 Complex64 Condition Cptrdiff_t Cshort Csize_t Cssize_t Cuchar Cuint Culong Culonglong Cushort Cwchar_t DArray DataType DenseArray Diagonal Dict DimensionMismatch DirectIndexString Display DivideError DomainError EOFError EachLine Enumerate ErrorException Exception Expr Factorization FileMonitor FileOffset Filter Float16 Float32 Float64 FloatRange FloatingPoint Function GetfieldNode GotoNode Hermitian IO IOBuffer IOStream IPv4 IPv6 InexactError Int Int128 Int16 Int32 Int64 Int8 IntSet Integer InterruptException IntrinsicFunction KeyError LabelNode LambdaStaticData LineNumberNode LoadError LocalProcess MIME MathConst MemoryError MersenneTwister Method MethodError MethodTable Module NTuple NewvarNode Nothing Number ObjectIdDict OrdinalRange OverflowError ParseError PollingFileWatcher ProcessExitedException ProcessGroup Ptr QuoteNode Range Range1 Ranges Rational RawFD Real Regex RegexMatch RemoteRef RepString RevString RopeString RoundingMode Set SharedArray Signed SparseMatrixCSC StackOverflowError Stat StatStruct StepRange String SubArray SubString SymTridiagonal Symbol SymbolNode Symmetric SystemError Task TextDisplay Timer TmStruct TopNode Triangular Tridiagonal Type TypeConstructor TypeError TypeName TypeVar UTF16String UTF32String UTF8String UdpSocket Uint Uint128 Uint16 Uint32 Uint64 Uint8 UndefRefError UndefVarError UniformScaling UnionType UnitRange Unsigned Vararg VersionNumber WString WeakKeyDict WeakRef Woodbury Zip AbstractChannel AbstractFloat AbstractString AssertionError Base64DecodePipe Base64EncodePipe BufferStream CapturedException CartesianIndex CartesianRange Channel Cintmax_t CompositeException Cstring Cuintmax_t Cwstring Date DateTime Dims Enum GenSym GlobalRef HTML InitError InvalidStateException Irrational LinSpace LowerTriangular NullException Nullable OutOfMemoryError Pair PartialQuickSort Pipe RandomDevice ReadOnlyMemoryError ReentrantLock Ref RemoteException SegmentationFault SerializationState SimpleVector TCPSocket Text Tuple UDPSocket UInt UInt128 UInt16 UInt32 UInt64 UInt8 UnicodeError Union UpperTriangular Val Void WorkerConfig AbstractMatrix AbstractSparseMatrix AbstractSparseVector AbstractVecOrMat AbstractVector DenseMatrix DenseVecOrMat DenseVector Matrix SharedMatrix SharedVector StridedArray StridedMatrix StridedVecOrMat StridedVector VecOrMat Vector "},a="[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*",r={lexemes:a,keywords:t,illegal:/<\//},s={className:"type",begin:/::/},n={className:"type",begin:/<:/},i={className:"number",begin:/(\b0x[\d_]*(\.[\d_]*)?|0x\.\d[\d_]*)p[-+]?\d+|\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\b\d[\d_]*(\.[\d_]*)?|\.\d[\d_]*)([eEfF][-+]?\d+)?/,relevance:0},l={className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},o={className:"subst",begin:/\$\(/,end:/\)/,keywords:t},c={className:"variable",begin:"\\$"+a},d={className:"string",contains:[e.BACKSLASH_ESCAPE,o,c],variants:[{begin:/\w*"""/,end:/"""\w*/,relevance:10},{begin:/\w*"/,end:/"\w*/}]},m={className:"string",contains:[e.BACKSLASH_ESCAPE,o,c],begin:"`",end:"`"},u={className:"meta",begin:"@"+a},h={className:"comment",variants:[{begin:"#=",end:"=#",relevance:10},{begin:"#",end:"$"}]};return r.contains=[i,l,s,n,d,m,u,h,e.HASH_COMMENT_MODE],o.contains=r.contains,r}},{name:"kotlin",create:function(e){var t={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline interface annotation data sealed internal infix operator out by constructor super trait volatile transient native default",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},a={className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},r={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@"},s={className:"subst",variants:[{begin:"\\$"+e.UNDERSCORE_IDENT_RE},{begin:"\\${",end:"}",contains:[e.APOS_STRING_MODE,e.C_NUMBER_MODE]}]},n={className:"string",variants:[{begin:'"""',end:'"""',contains:[s]},{begin:"'",end:"'",illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,s]}]},i={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?"},l={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[e.inherit(n,{className:"meta-string"})]}]};return{keywords:t,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,r,i,l,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:t,illegal:/fun\s+(<.*>)?[^\s\(]+(\s+[^\s\(]+)\s*=/,relevance:5,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin://,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:t,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],relevance:0},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,i,l,n,e.C_NUMBER_MODE]},e.C_BLOCK_COMMENT_MODE]},{className:"class",beginKeywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},e.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,]|$/,excludeBegin:!0,returnEnd:!0},i,l]},n,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:"\n"},e.C_NUMBER_MODE]}}},{name:"lasso",create:function(e){var t="[a-zA-Z_][\\w.]*",a="<\\?(lasso(script)?|=)",r="\\]|\\?>",s={literal:"true false none minimal full all void and or not bw nbw ew new cn ncn lt lte gt gte eq neq rx nrx ft",built_in:"array date decimal duration integer map pair string tag xml null boolean bytes keyword list locale queue set stack staticarray local var variable global data self inherited currentcapture givenblock",keyword:"cache database_names database_schemanames database_tablenames define_tag define_type email_batch encode_set html_comment handle handle_error header if inline iterate ljax_target link link_currentaction link_currentgroup link_currentrecord link_detail link_firstgroup link_firstrecord link_lastgroup link_lastrecord link_nextgroup link_nextrecord link_prevgroup link_prevrecord log loop namespace_using output_none portal private protect records referer referrer repeating resultset rows search_args search_arguments select sort_args sort_arguments thread_atomic value_list while abort case else fail_if fail_ifnot fail if_empty if_false if_null if_true loop_abort loop_continue loop_count params params_up return return_value run_children soap_definetag soap_lastrequest soap_lastresponse tag_name ascending average by define descending do equals frozen group handle_failure import in into join let match max min on order parent protected provide public require returnhome skip split_thread sum take thread to trait type where with yield yieldhome"},n=e.COMMENT("",{relevance:0}),i={className:"meta",begin:"\\[noprocess\\]",starts:{end:"\\[/noprocess\\]",returnEnd:!0,contains:[n]}},l={className:"meta",begin:"\\[/noprocess|"+a},o={className:"symbol",begin:"'"+t+"'"},c=[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.inherit(e.C_NUMBER_MODE,{begin:e.C_NUMBER_RE+"|(-?infinity|NaN)\\b"}),e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"`",end:"`"},{variants:[{begin:"[#$]"+t},{begin:"#",end:"\\d+",illegal:"\\W"}]},{className:"type",begin:"::\\s*",end:t,illegal:"\\W"},{className:"params",variants:[{begin:"-(?!infinity)"+t,relevance:0},{begin:"(\\.\\.\\.)"}]},{begin:/(->|\.)\s*/,relevance:0,contains:[o]},{className:"class",beginKeywords:"define",returnEnd:!0,end:"\\(|=>",contains:[e.inherit(e.TITLE_MODE,{begin:t+"(=(?!>))?|[-+*/%](?!>)"})]}];return{aliases:["ls","lassoscript"],case_insensitive:!0,lexemes:t+"|&[lg]t;",keywords:s,contains:[{className:"meta",begin:r,relevance:0,starts:{end:"\\[|"+a,returnEnd:!0,relevance:0,contains:[n]}},i,l,{className:"meta",begin:"\\[no_square_brackets",starts:{end:"\\[/no_square_brackets\\]",lexemes:t+"|&[lg]t;",keywords:s,contains:[{className:"meta",begin:r,relevance:0,starts:{end:"\\[noprocess\\]|"+a,returnEnd:!0,contains:[n]}},i,l].concat(c)}},{className:"meta",begin:"\\[",relevance:0},{className:"meta",begin:"^#!",end:"lasso9$",relevance:10}].concat(c)}}},{name:"ldif",create:function(e){return{contains:[{className:"attribute",begin:"^dn",end:": ",excludeEnd:!0,starts:{end:"$",relevance:0},relevance:10},{className:"attribute",begin:"^\\w",end:": ",excludeEnd:!0,starts:{end:"$",relevance:0}},{className:"literal",begin:"^-",end:"$"},e.HASH_COMMENT_MODE]}}},{name:"less",create:function(e){var t="[\\w-]+",a="("+t+"|@{"+t+"})",r=[],s=[],n=function(e){return{className:"string",begin:"~?"+e+".*?"+e}},i=function(e,t,a){return{className:e,begin:t,relevance:a}},l={begin:"\\(",end:"\\)",contains:s,relevance:0};s.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n("'"),n('"'),e.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},i("number","#[0-9A-Fa-f]+\\b"),l,i("variable","@@?"+t,10),i("variable","@{"+t+"}"),i("built_in","~?`[^`]*?`"),{className:"attribute",begin:t+"\\s*:",end:":",returnBegin:!0,excludeEnd:!0},{className:"meta",begin:"!important"});var o=s.concat({begin:"{",end:"}",contains:r}),c={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(s)},d={begin:a+"\\s*:",returnBegin:!0,end:"[;}]",relevance:0,contains:[{className:"attribute",begin:a,end:":",excludeEnd:!0,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:s}}]},m={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",returnEnd:!0,contains:s,relevance:0}},u={className:"variable",variants:[{begin:"@"+t+"\\s*:",relevance:15},{begin:"@"+t}],starts:{end:"[;}]",returnEnd:!0,contains:o}},h={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:a+"[^;]*{",end:"{"}],returnBegin:!0,returnEnd:!0,illegal:"[<='$\"]",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,c,i("keyword","all\\b"),i("variable","@{"+t+"}"),i("selector-tag",a+"%?",0),i("selector-id","#"+a),i("selector-class","\\."+a,0),i("selector-tag","&",0),{className:"selector-attr",begin:"\\[",end:"\\]"},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"\\(",end:"\\)",contains:o},{begin:"!important"}]};return r.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,m,u,d,h),{case_insensitive:!0,illegal:"[=>'/<($\"]",contains:r}}},{name:"abnf",create:function(e){var t={ruleDeclaration:"^[a-zA-Z][a-zA-Z0-9-]*",unexpectedChars:"[!@#$^&',?+~`|:]"},a=["ALPHA","BIT","CHAR","CR","CRLF","CTL","DIGIT","DQUOTE","HEXDIG","HTAB","LF","LWSP","OCTET","SP","VCHAR","WSP"],r=e.COMMENT(";","$"),s={className:"symbol",begin:/%b[0-1]+(-[0-1]+|(\.[0-1]+)+){0,1}/},n={className:"symbol",begin:/%d[0-9]+(-[0-9]+|(\.[0-9]+)+){0,1}/},i={className:"symbol",begin:/%x[0-9A-F]+(-[0-9A-F]+|(\.[0-9A-F]+)+){0,1}/},l={className:"symbol",begin:/%[si]/},o={begin:t.ruleDeclaration+"\\s*=",returnBegin:!0,end:/=/,relevance:0,contains:[{className:"attribute",begin:t.ruleDeclaration}]};return{illegal:t.unexpectedChars,keywords:a.join(" "),contains:[o,r,s,n,i,l,e.QUOTE_STRING_MODE,e.NUMBER_MODE]}}},{name:"livecodeserver",create:function(e){var t={begin:"\\b[gtps][A-Z]+[A-Za-z0-9_\\-]*\\b|\\$_[A-Z]+",relevance:0},a=[e.C_BLOCK_COMMENT_MODE,e.HASH_COMMENT_MODE,e.COMMENT("--","$"),e.COMMENT("[^:]//","$")],r=e.inherit(e.TITLE_MODE,{variants:[{begin:"\\b_*rig[A-Z]+[A-Za-z0-9_\\-]*"},{begin:"\\b_[a-z0-9\\-]+"}]}),s=e.inherit(e.TITLE_MODE,{begin:"\\b([A-Za-z0-9_\\-]+)\\b"});return{case_insensitive:!1,keywords:{keyword:"$_COOKIE $_FILES $_GET $_GET_BINARY $_GET_RAW $_POST $_POST_BINARY $_POST_RAW $_SESSION $_SERVER codepoint codepoints segment segments codeunit codeunits sentence sentences trueWord trueWords paragraph after byte bytes english the until http forever descending using line real8 with seventh for stdout finally element word words fourth before black ninth sixth characters chars stderr uInt1 uInt1s uInt2 uInt2s stdin string lines relative rel any fifth items from middle mid at else of catch then third it file milliseconds seconds second secs sec int1 int1s int4 int4s internet int2 int2s normal text item last long detailed effective uInt4 uInt4s repeat end repeat URL in try into switch to words https token binfile each tenth as ticks tick system real4 by dateItems without char character ascending eighth whole dateTime numeric short first ftp integer abbreviated abbr abbrev private case while if div mod wrap and or bitAnd bitNot bitOr bitXor among not in a an within contains ends with begins the keys of keys",literal:"SIX TEN FORMFEED NINE ZERO NONE SPACE FOUR FALSE COLON CRLF PI COMMA ENDOFFILE EOF EIGHT FIVE QUOTE EMPTY ONE TRUE RETURN CR LINEFEED RIGHT BACKSLASH NULL SEVEN TAB THREE TWO six ten formfeed nine zero none space four false colon crlf pi comma endoffile eof eight five quote empty one true return cr linefeed right backslash null seven tab three two RIVERSION RISTATE FILE_READ_MODE FILE_WRITE_MODE FILE_WRITE_MODE DIR_WRITE_MODE FILE_READ_UMASK FILE_WRITE_UMASK DIR_READ_UMASK DIR_WRITE_UMASK",built_in:"put abs acos aliasReference annuity arrayDecode arrayEncode asin atan atan2 average avg avgDev base64Decode base64Encode baseConvert binaryDecode binaryEncode byteOffset byteToNum cachedURL cachedURLs charToNum cipherNames codepointOffset codepointProperty codepointToNum codeunitOffset commandNames compound compress constantNames cos date dateFormat decompress directories diskSpace DNSServers exp exp1 exp2 exp10 extents files flushEvents folders format functionNames geometricMean global globals hasMemory harmonicMean hostAddress hostAddressToName hostName hostNameToAddress isNumber ISOToMac itemOffset keys len length libURLErrorData libUrlFormData libURLftpCommand libURLLastHTTPHeaders libURLLastRHHeaders libUrlMultipartFormAddPart libUrlMultipartFormData libURLVersion lineOffset ln ln1 localNames log log2 log10 longFilePath lower macToISO matchChunk matchText matrixMultiply max md5Digest median merge millisec millisecs millisecond milliseconds min monthNames nativeCharToNum normalizeText num number numToByte numToChar numToCodepoint numToNativeChar offset open openfiles openProcesses openProcessIDs openSockets paragraphOffset paramCount param params peerAddress pendingMessages platform popStdDev populationStandardDeviation populationVariance popVariance processID random randomBytes replaceText result revCreateXMLTree revCreateXMLTreeFromFile revCurrentRecord revCurrentRecordIsFirst revCurrentRecordIsLast revDatabaseColumnCount revDatabaseColumnIsNull revDatabaseColumnLengths revDatabaseColumnNames revDatabaseColumnNamed revDatabaseColumnNumbered revDatabaseColumnTypes revDatabaseConnectResult revDatabaseCursors revDatabaseID revDatabaseTableNames revDatabaseType revDataFromQuery revdb_closeCursor revdb_columnbynumber revdb_columncount revdb_columnisnull revdb_columnlengths revdb_columnnames revdb_columntypes revdb_commit revdb_connect revdb_connections revdb_connectionerr revdb_currentrecord revdb_cursorconnection revdb_cursorerr revdb_cursors revdb_dbtype revdb_disconnect revdb_execute revdb_iseof revdb_isbof revdb_movefirst revdb_movelast revdb_movenext revdb_moveprev revdb_query revdb_querylist revdb_recordcount revdb_rollback revdb_tablenames revGetDatabaseDriverPath revNumberOfRecords revOpenDatabase revOpenDatabases revQueryDatabase revQueryDatabaseBlob revQueryResult revQueryIsAtStart revQueryIsAtEnd revUnixFromMacPath revXMLAttribute revXMLAttributes revXMLAttributeValues revXMLChildContents revXMLChildNames revXMLCreateTreeFromFileWithNamespaces revXMLCreateTreeWithNamespaces revXMLDataFromXPathQuery revXMLEvaluateXPath revXMLFirstChild revXMLMatchingNode revXMLNextSibling revXMLNodeContents revXMLNumberOfChildren revXMLParent revXMLPreviousSibling revXMLRootNode revXMLRPC_CreateRequest revXMLRPC_Documents revXMLRPC_Error revXMLRPC_GetHost revXMLRPC_GetMethod revXMLRPC_GetParam revXMLText revXMLRPC_Execute revXMLRPC_GetParamCount revXMLRPC_GetParamNode revXMLRPC_GetParamType revXMLRPC_GetPath revXMLRPC_GetPort revXMLRPC_GetProtocol revXMLRPC_GetRequest revXMLRPC_GetResponse revXMLRPC_GetSocket revXMLTree revXMLTrees revXMLValidateDTD revZipDescribeItem revZipEnumerateItems revZipOpenArchives round sampVariance sec secs seconds sentenceOffset sha1Digest shell shortFilePath sin specialFolderPath sqrt standardDeviation statRound stdDev sum sysError systemVersion tan tempName textDecode textEncode tick ticks time to tokenOffset toLower toUpper transpose truewordOffset trunc uniDecode uniEncode upper URLDecode URLEncode URLStatus uuid value variableNames variance version waitDepth weekdayNames wordOffset xsltApplyStylesheet xsltApplyStylesheetFromFile xsltLoadStylesheet xsltLoadStylesheetFromFile add breakpoint cancel clear local variable file word line folder directory URL close socket process combine constant convert create new alias folder directory decrypt delete variable word line folder directory URL dispatch divide do encrypt filter get include intersect kill libURLDownloadToFile libURLFollowHttpRedirects libURLftpUpload libURLftpUploadFile libURLresetAll libUrlSetAuthCallback libURLSetCustomHTTPHeaders libUrlSetExpect100 libURLSetFTPListCommand libURLSetFTPMode libURLSetFTPStopTime libURLSetStatusCallback load multiply socket prepare process post seek rel relative read from process rename replace require resetAll resolve revAddXMLNode revAppendXML revCloseCursor revCloseDatabase revCommitDatabase revCopyFile revCopyFolder revCopyXMLNode revDeleteFolder revDeleteXMLNode revDeleteAllXMLTrees revDeleteXMLTree revExecuteSQL revGoURL revInsertXMLNode revMoveFolder revMoveToFirstRecord revMoveToLastRecord revMoveToNextRecord revMoveToPreviousRecord revMoveToRecord revMoveXMLNode revPutIntoXMLNode revRollBackDatabase revSetDatabaseDriverPath revSetXMLAttribute revXMLRPC_AddParam revXMLRPC_DeleteAllDocuments revXMLAddDTD revXMLRPC_Free revXMLRPC_FreeAll revXMLRPC_DeleteDocument revXMLRPC_DeleteParam revXMLRPC_SetHost revXMLRPC_SetMethod revXMLRPC_SetPort revXMLRPC_SetProtocol revXMLRPC_SetSocket revZipAddItemWithData revZipAddItemWithFile revZipAddUncompressedItemWithData revZipAddUncompressedItemWithFile revZipCancel revZipCloseArchive revZipDeleteItem revZipExtractItemToFile revZipExtractItemToVariable revZipSetProgressCallback revZipRenameItem revZipReplaceItemWithData revZipReplaceItemWithFile revZipOpenArchive send set sort split start stop subtract union unload wait write" +},contains:[t,{className:"keyword",begin:"\\bend\\sif\\b"},{className:"function",beginKeywords:"function",end:"$",contains:[t,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,r]},{className:"function",begin:"\\bend\\s+",end:"$",keywords:"end",contains:[s,r],relevance:0},{beginKeywords:"command on",end:"$",contains:[t,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,r]},{className:"meta",variants:[{begin:"<\\?(rev|lc|livecode)",relevance:10},{begin:"<\\?"},{begin:"\\?>"}]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,r].concat(a),illegal:";$|^\\[|^=|&|{"}}},{name:"livescript",create:function(e){var t={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger case default function var with then unless until loop of by when and or is isnt not it that otherwise from to til fallthrough super case default function var void const let enum export import native __hasProp __extends __slice __bind __indexOf",literal:"true false null undefined yes no on off it that void",built_in:"npm require console print module global window document"},a="[A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*",r=e.inherit(e.TITLE_MODE,{begin:a}),s={className:"subst",begin:/#\{/,end:/}/,keywords:t},n={className:"subst",begin:/#[A-Za-z$_]/,end:/(?:\-[0-9A-Za-z$_]|[0-9A-Za-z$_])*/,keywords:t},i=[e.BINARY_NUMBER_MODE,{className:"number",begin:"(\\b0[xX][a-fA-F0-9_]+)|(\\b\\d(\\d|_\\d)*(\\.(\\d(\\d|_\\d)*)?)?(_*[eE]([-+]\\d(_\\d|\\d)*)?)?[_a-z]*)",relevance:0,starts:{end:"(\\s*/)?",relevance:0}},{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[e.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,s,n]},{begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,s,n]},{begin:/\\/,end:/(\s|$)/,excludeEnd:!0}]},{className:"regexp",variants:[{begin:"//",end:"//[gim]*",contains:[s,e.HASH_COMMENT_MODE]},{begin:/\/(?![ *])(\\\/|.)*?\/[gim]*(?=\W|$)/}]},{begin:"@"+a},{begin:"``",end:"``",excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"}];s.contains=i;var l={className:"params",begin:"\\(",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:t,contains:["self"].concat(i)}]};return{aliases:["ls"],keywords:t,illegal:/\/\*/,contains:i.concat([e.COMMENT("\\/\\*","\\*\\/"),e.HASH_COMMENT_MODE,{className:"function",contains:[r,l],returnBegin:!0,variants:[{begin:"("+a+"\\s*(?:=|:=)\\s*)?(\\(.*\\))?\\s*\\B\\->\\*?",end:"\\->\\*?"},{begin:"("+a+"\\s*(?:=|:=)\\s*)?!?(\\(.*\\))?\\s*\\B[-~]{1,2}>\\*?",end:"[-~]{1,2}>\\*?"},{begin:"("+a+"\\s*(?:=|:=)\\s*)?(\\(.*\\))?\\s*\\B!?[-~]{1,2}>\\*?",end:"!?[-~]{1,2}>\\*?"}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[r]},r]},{begin:a+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}},{name:"lsl",create:function(e){var t={className:"subst",begin:/\\[tn"\\]/},a={className:"string",begin:'"',end:'"',contains:[t]},r={className:"number",begin:e.C_NUMBER_RE},s={className:"literal",variants:[{begin:"\\b(?:PI|TWO_PI|PI_BY_TWO|DEG_TO_RAD|RAD_TO_DEG|SQRT2)\\b"},{begin:"\\b(?:XP_ERROR_(?:EXPERIENCES_DISABLED|EXPERIENCE_(?:DISABLED|SUSPENDED)|INVALID_(?:EXPERIENCE|PARAMETERS)|KEY_NOT_FOUND|MATURITY_EXCEEDED|NONE|NOT_(?:FOUND|PERMITTED(?:_LAND)?)|NO_EXPERIENCE|QUOTA_EXCEEDED|RETRY_UPDATE|STORAGE_EXCEPTION|STORE_DISABLED|THROTTLED|UNKNOWN_ERROR)|JSON_APPEND|STATUS_(?:PHYSICS|ROTATE_[XYZ]|PHANTOM|SANDBOX|BLOCK_GRAB(?:_OBJECT)?|(?:DIE|RETURN)_AT_EDGE|CAST_SHADOWS|OK|MALFORMED_PARAMS|TYPE_MISMATCH|BOUNDS_ERROR|NOT_(?:FOUND|SUPPORTED)|INTERNAL_ERROR|WHITELIST_FAILED)|AGENT(?:_(?:BY_(?:LEGACY_|USER)NAME|FLYING|ATTACHMENTS|SCRIPTED|MOUSELOOK|SITTING|ON_OBJECT|AWAY|WALKING|IN_AIR|TYPING|CROUCHING|BUSY|ALWAYS_RUN|AUTOPILOT|LIST_(?:PARCEL(?:_OWNER)?|REGION)))?|CAMERA_(?:PITCH|DISTANCE|BEHINDNESS_(?:ANGLE|LAG)|(?:FOCUS|POSITION)(?:_(?:THRESHOLD|LOCKED|LAG))?|FOCUS_OFFSET|ACTIVE)|ANIM_ON|LOOP|REVERSE|PING_PONG|SMOOTH|ROTATE|SCALE|ALL_SIDES|LINK_(?:ROOT|SET|ALL_(?:OTHERS|CHILDREN)|THIS)|ACTIVE|PASS(?:IVE|_(?:ALWAYS|IF_NOT_HANDLED|NEVER))|SCRIPTED|CONTROL_(?:FWD|BACK|(?:ROT_)?(?:LEFT|RIGHT)|UP|DOWN|(?:ML_)?LBUTTON)|PERMISSION_(?:RETURN_OBJECTS|DEBIT|OVERRIDE_ANIMATIONS|SILENT_ESTATE_MANAGEMENT|TAKE_CONTROLS|TRIGGER_ANIMATION|ATTACH|CHANGE_LINKS|(?:CONTROL|TRACK)_CAMERA|TELEPORT)|INVENTORY_(?:TEXTURE|SOUND|OBJECT|SCRIPT|LANDMARK|CLOTHING|NOTECARD|BODYPART|ANIMATION|GESTURE|ALL|NONE)|CHANGED_(?:INVENTORY|COLOR|SHAPE|SCALE|TEXTURE|LINK|ALLOWED_DROP|OWNER|REGION(?:_START)?|TELEPORT|MEDIA)|OBJECT_(?:CLICK_ACTION|HOVER_HEIGHT|LAST_OWNER_ID|(?:PHYSICS|SERVER|STREAMING)_COST|UNKNOWN_DETAIL|CHARACTER_TIME|PHANTOM|PHYSICS|TEMP_ON_REZ|NAME|DESC|POS|PRIM_(?:COUNT|EQUIVALENCE)|RETURN_(?:PARCEL(?:_OWNER)?|REGION)|REZZER_KEY|ROO?T|VELOCITY|OMEGA|OWNER|GROUP|CREATOR|ATTACHED_POINT|RENDER_WEIGHT|(?:BODY_SHAPE|PATHFINDING)_TYPE|(?:RUNNING|TOTAL)_SCRIPT_COUNT|TOTAL_INVENTORY_COUNT|SCRIPT_(?:MEMORY|TIME))|TYPE_(?:INTEGER|FLOAT|STRING|KEY|VECTOR|ROTATION|INVALID)|(?:DEBUG|PUBLIC)_CHANNEL|ATTACH_(?:AVATAR_CENTER|CHEST|HEAD|BACK|PELVIS|MOUTH|CHIN|NECK|NOSE|BELLY|[LR](?:SHOULDER|HAND|FOOT|EAR|EYE|[UL](?:ARM|LEG)|HIP)|(?:LEFT|RIGHT)_PEC|HUD_(?:CENTER_[12]|TOP_(?:RIGHT|CENTER|LEFT)|BOTTOM(?:_(?:RIGHT|LEFT))?)|[LR]HAND_RING1|TAIL_(?:BASE|TIP)|[LR]WING|FACE_(?:JAW|[LR]EAR|[LR]EYE|TOUNGE)|GROIN|HIND_[LR]FOOT)|LAND_(?:LEVEL|RAISE|LOWER|SMOOTH|NOISE|REVERT)|DATA_(?:ONLINE|NAME|BORN|SIM_(?:POS|STATUS|RATING)|PAYINFO)|PAYMENT_INFO_(?:ON_FILE|USED)|REMOTE_DATA_(?:CHANNEL|REQUEST|REPLY)|PSYS_(?:PART_(?:BF_(?:ZERO|ONE(?:_MINUS_(?:DEST_COLOR|SOURCE_(ALPHA|COLOR)))?|DEST_COLOR|SOURCE_(ALPHA|COLOR))|BLEND_FUNC_(DEST|SOURCE)|FLAGS|(?:START|END)_(?:COLOR|ALPHA|SCALE|GLOW)|MAX_AGE|(?:RIBBON|WIND|INTERP_(?:COLOR|SCALE)|BOUNCE|FOLLOW_(?:SRC|VELOCITY)|TARGET_(?:POS|LINEAR)|EMISSIVE)_MASK)|SRC_(?:MAX_AGE|PATTERN|ANGLE_(?:BEGIN|END)|BURST_(?:RATE|PART_COUNT|RADIUS|SPEED_(?:MIN|MAX))|ACCEL|TEXTURE|TARGET_KEY|OMEGA|PATTERN_(?:DROP|EXPLODE|ANGLE(?:_CONE(?:_EMPTY)?)?)))|VEHICLE_(?:REFERENCE_FRAME|TYPE_(?:NONE|SLED|CAR|BOAT|AIRPLANE|BALLOON)|(?:LINEAR|ANGULAR)_(?:FRICTION_TIMESCALE|MOTOR_DIRECTION)|LINEAR_MOTOR_OFFSET|HOVER_(?:HEIGHT|EFFICIENCY|TIMESCALE)|BUOYANCY|(?:LINEAR|ANGULAR)_(?:DEFLECTION_(?:EFFICIENCY|TIMESCALE)|MOTOR_(?:DECAY_)?TIMESCALE)|VERTICAL_ATTRACTION_(?:EFFICIENCY|TIMESCALE)|BANKING_(?:EFFICIENCY|MIX|TIMESCALE)|FLAG_(?:NO_DEFLECTION_UP|LIMIT_(?:ROLL_ONLY|MOTOR_UP)|HOVER_(?:(?:WATER|TERRAIN|UP)_ONLY|GLOBAL_HEIGHT)|MOUSELOOK_(?:STEER|BANK)|CAMERA_DECOUPLED))|PRIM_(?:ALPHA_MODE(?:_(?:BLEND|EMISSIVE|MASK|NONE))?|NORMAL|SPECULAR|TYPE(?:_(?:BOX|CYLINDER|PRISM|SPHERE|TORUS|TUBE|RING|SCULPT))?|HOLE_(?:DEFAULT|CIRCLE|SQUARE|TRIANGLE)|MATERIAL(?:_(?:STONE|METAL|GLASS|WOOD|FLESH|PLASTIC|RUBBER))?|SHINY_(?:NONE|LOW|MEDIUM|HIGH)|BUMP_(?:NONE|BRIGHT|DARK|WOOD|BARK|BRICKS|CHECKER|CONCRETE|TILE|STONE|DISKS|GRAVEL|BLOBS|SIDING|LARGETILE|STUCCO|SUCTION|WEAVE)|TEXGEN_(?:DEFAULT|PLANAR)|SCULPT_(?:TYPE_(?:SPHERE|TORUS|PLANE|CYLINDER|MASK)|FLAG_(?:MIRROR|INVERT))|PHYSICS(?:_(?:SHAPE_(?:CONVEX|NONE|PRIM|TYPE)))?|(?:POS|ROT)_LOCAL|SLICE|TEXT|FLEXIBLE|POINT_LIGHT|TEMP_ON_REZ|PHANTOM|POSITION|SIZE|ROTATION|TEXTURE|NAME|OMEGA|DESC|LINK_TARGET|COLOR|BUMP_SHINY|FULLBRIGHT|TEXGEN|GLOW|MEDIA_(?:ALT_IMAGE_ENABLE|CONTROLS|(?:CURRENT|HOME)_URL|AUTO_(?:LOOP|PLAY|SCALE|ZOOM)|FIRST_CLICK_INTERACT|(?:WIDTH|HEIGHT)_PIXELS|WHITELIST(?:_ENABLE)?|PERMS_(?:INTERACT|CONTROL)|PARAM_MAX|CONTROLS_(?:STANDARD|MINI)|PERM_(?:NONE|OWNER|GROUP|ANYONE)|MAX_(?:URL_LENGTH|WHITELIST_(?:SIZE|COUNT)|(?:WIDTH|HEIGHT)_PIXELS)))|MASK_(?:BASE|OWNER|GROUP|EVERYONE|NEXT)|PERM_(?:TRANSFER|MODIFY|COPY|MOVE|ALL)|PARCEL_(?:MEDIA_COMMAND_(?:STOP|PAUSE|PLAY|LOOP|TEXTURE|URL|TIME|AGENT|UNLOAD|AUTO_ALIGN|TYPE|SIZE|DESC|LOOP_SET)|FLAG_(?:ALLOW_(?:FLY|(?:GROUP_)?SCRIPTS|LANDMARK|TERRAFORM|DAMAGE|CREATE_(?:GROUP_)?OBJECTS)|USE_(?:ACCESS_(?:GROUP|LIST)|BAN_LIST|LAND_PASS_LIST)|LOCAL_SOUND_ONLY|RESTRICT_PUSHOBJECT|ALLOW_(?:GROUP|ALL)_OBJECT_ENTRY)|COUNT_(?:TOTAL|OWNER|GROUP|OTHER|SELECTED|TEMP)|DETAILS_(?:NAME|DESC|OWNER|GROUP|AREA|ID|SEE_AVATARS))|LIST_STAT_(?:MAX|MIN|MEAN|MEDIAN|STD_DEV|SUM(?:_SQUARES)?|NUM_COUNT|GEOMETRIC_MEAN|RANGE)|PAY_(?:HIDE|DEFAULT)|REGION_FLAG_(?:ALLOW_DAMAGE|FIXED_SUN|BLOCK_TERRAFORM|SANDBOX|DISABLE_(?:COLLISIONS|PHYSICS)|BLOCK_FLY|ALLOW_DIRECT_TELEPORT|RESTRICT_PUSHOBJECT)|HTTP_(?:METHOD|MIMETYPE|BODY_(?:MAXLENGTH|TRUNCATED)|CUSTOM_HEADER|PRAGMA_NO_CACHE|VERBOSE_THROTTLE|VERIFY_CERT)|STRING_(?:TRIM(?:_(?:HEAD|TAIL))?)|CLICK_ACTION_(?:NONE|TOUCH|SIT|BUY|PAY|OPEN(?:_MEDIA)?|PLAY|ZOOM)|TOUCH_INVALID_FACE|PROFILE_(?:NONE|SCRIPT_MEMORY)|RC_(?:DATA_FLAGS|DETECT_PHANTOM|GET_(?:LINK_NUM|NORMAL|ROOT_KEY)|MAX_HITS|REJECT_(?:TYPES|AGENTS|(?:NON)?PHYSICAL|LAND))|RCERR_(?:CAST_TIME_EXCEEDED|SIM_PERF_LOW|UNKNOWN)|ESTATE_ACCESS_(?:ALLOWED_(?:AGENT|GROUP)_(?:ADD|REMOVE)|BANNED_AGENT_(?:ADD|REMOVE))|DENSITY|FRICTION|RESTITUTION|GRAVITY_MULTIPLIER|KFM_(?:COMMAND|CMD_(?:PLAY|STOP|PAUSE)|MODE|FORWARD|LOOP|PING_PONG|REVERSE|DATA|ROTATION|TRANSLATION)|ERR_(?:GENERIC|PARCEL_PERMISSIONS|MALFORMED_PARAMS|RUNTIME_PERMISSIONS|THROTTLED)|CHARACTER_(?:CMD_(?:(?:SMOOTH_)?STOP|JUMP)|DESIRED_(?:TURN_)?SPEED|RADIUS|STAY_WITHIN_PARCEL|LENGTH|ORIENTATION|ACCOUNT_FOR_SKIPPED_FRAMES|AVOIDANCE_MODE|TYPE(?:_(?:[ABCD]|NONE))?|MAX_(?:DECEL|TURN_RADIUS|(?:ACCEL|SPEED)))|PURSUIT_(?:OFFSET|FUZZ_FACTOR|GOAL_TOLERANCE|INTERCEPT)|REQUIRE_LINE_OF_SIGHT|FORCE_DIRECT_PATH|VERTICAL|HORIZONTAL|AVOID_(?:CHARACTERS|DYNAMIC_OBSTACLES|NONE)|PU_(?:EVADE_(?:HIDDEN|SPOTTED)|FAILURE_(?:DYNAMIC_PATHFINDING_DISABLED|INVALID_(?:GOAL|START)|NO_(?:NAVMESH|VALID_DESTINATION)|OTHER|TARGET_GONE|(?:PARCEL_)?UNREACHABLE)|(?:GOAL|SLOWDOWN_DISTANCE)_REACHED)|TRAVERSAL_TYPE(?:_(?:FAST|NONE|SLOW))?|CONTENT_TYPE_(?:ATOM|FORM|HTML|JSON|LLSD|RSS|TEXT|XHTML|XML)|GCNP_(?:RADIUS|STATIC)|(?:PATROL|WANDER)_PAUSE_AT_WAYPOINTS|OPT_(?:AVATAR|CHARACTER|EXCLUSION_VOLUME|LEGACY_LINKSET|MATERIAL_VOLUME|OTHER|STATIC_OBSTACLE|WALKABLE)|SIM_STAT_PCT_CHARS_STEPPED)\\b"},{begin:"\\b(?:FALSE|TRUE)\\b"},{begin:"\\b(?:ZERO_ROTATION)\\b"},{begin:"\\b(?:EOF|JSON_(?:ARRAY|DELETE|FALSE|INVALID|NULL|NUMBER|OBJECT|STRING|TRUE)|NULL_KEY|TEXTURE_(?:BLANK|DEFAULT|MEDIA|PLYWOOD|TRANSPARENT)|URL_REQUEST_(?:GRANTED|DENIED))\\b"},{begin:"\\b(?:ZERO_VECTOR|TOUCH_INVALID_(?:TEXCOORD|VECTOR))\\b"}]},n={className:"built_in",begin:"\\b(?:ll(?:AgentInExperience|(?:Create|DataSize|Delete|KeyCount|Keys|Read|Update)KeyValue|GetExperience(?:Details|ErrorMessage)|ReturnObjectsBy(?:ID|Owner)|Json(?:2List|[GS]etValue|ValueType)|Sin|Cos|Tan|Atan2|Sqrt|Pow|Abs|Fabs|Frand|Floor|Ceil|Round|Vec(?:Mag|Norm|Dist)|Rot(?:Between|2(?:Euler|Fwd|Left|Up))|(?:Euler|Axes)2Rot|Whisper|(?:Region|Owner)?Say|Shout|Listen(?:Control|Remove)?|Sensor(?:Repeat|Remove)?|Detected(?:Name|Key|Owner|Type|Pos|Vel|Grab|Rot|Group|LinkNumber)|Die|Ground|Wind|(?:[GS]et)(?:AnimationOverride|MemoryLimit|PrimMediaParams|ParcelMusicURL|Object(?:Desc|Name)|PhysicsMaterial|Status|Scale|Color|Alpha|Texture|Pos|Rot|Force|Torque)|ResetAnimationOverride|(?:Scale|Offset|Rotate)Texture|(?:Rot)?Target(?:Remove)?|(?:Stop)?MoveToTarget|Apply(?:Rotational)?Impulse|Set(?:KeyframedMotion|ContentType|RegionPos|(?:Angular)?Velocity|Buoyancy|HoverHeight|ForceAndTorque|TimerEvent|ScriptState|Damage|TextureAnim|Sound(?:Queueing|Radius)|Vehicle(?:Type|(?:Float|Vector|Rotation)Param)|(?:Touch|Sit)?Text|Camera(?:Eye|At)Offset|PrimitiveParams|ClickAction|Link(?:Alpha|Color|PrimitiveParams(?:Fast)?|Texture(?:Anim)?|Camera|Media)|RemoteScriptAccessPin|PayPrice|LocalRot)|ScaleByFactor|Get(?:(?:Max|Min)ScaleFactor|ClosestNavPoint|StaticPath|SimStats|Env|PrimitiveParams|Link(?:PrimitiveParams|Number(?:OfSides)?|Key|Name|Media)|HTTPHeader|FreeURLs|Object(?:Details|PermMask|PrimCount)|Parcel(?:MaxPrims|Details|Prim(?:Count|Owners))|Attached(?:List)?|(?:SPMax|Free|Used)Memory|Region(?:Name|TimeDilation|FPS|Corner|AgentCount)|Root(?:Position|Rotation)|UnixTime|(?:Parcel|Region)Flags|(?:Wall|GMT)clock|SimulatorHostname|BoundingBox|GeometricCenter|Creator|NumberOf(?:Prims|NotecardLines|Sides)|Animation(?:List)?|(?:Camera|Local)(?:Pos|Rot)|Vel|Accel|Omega|Time(?:stamp|OfDay)|(?:Object|CenterOf)?Mass|MassMKS|Energy|Owner|(?:Owner)?Key|SunDirection|Texture(?:Offset|Scale|Rot)|Inventory(?:Number|Name|Key|Type|Creator|PermMask)|Permissions(?:Key)?|StartParameter|List(?:Length|EntryType)|Date|Agent(?:Size|Info|Language|List)|LandOwnerAt|NotecardLine|Script(?:Name|State))|(?:Get|Reset|GetAndReset)Time|PlaySound(?:Slave)?|LoopSound(?:Master|Slave)?|(?:Trigger|Stop|Preload)Sound|(?:(?:Get|Delete)Sub|Insert)String|To(?:Upper|Lower)|Give(?:InventoryList|Money)|RezObject|(?:Stop)?LookAt|Sleep|CollisionFilter|(?:Take|Release)Controls|DetachFromAvatar|AttachToAvatar(?:Temp)?|InstantMessage|(?:GetNext)?Email|StopHover|MinEventDelay|RotLookAt|String(?:Length|Trim)|(?:Start|Stop)Animation|TargetOmega|Request(?:Experience)?Permissions|(?:Create|Break)Link|BreakAllLinks|(?:Give|Remove)Inventory|Water|PassTouches|Request(?:Agent|Inventory)Data|TeleportAgent(?:Home|GlobalCoords)?|ModifyLand|CollisionSound|ResetScript|MessageLinked|PushObject|PassCollisions|AxisAngle2Rot|Rot2(?:Axis|Angle)|A(?:cos|sin)|AngleBetween|AllowInventoryDrop|SubStringIndex|List2(?:CSV|Integer|Json|Float|String|Key|Vector|Rot|List(?:Strided)?)|DeleteSubList|List(?:Statistics|Sort|Randomize|(?:Insert|Find|Replace)List)|EdgeOfWorld|AdjustSoundVolume|Key2Name|TriggerSoundLimited|EjectFromLand|(?:CSV|ParseString)2List|OverMyLand|SameGroup|UnSit|Ground(?:Slope|Normal|Contour)|GroundRepel|(?:Set|Remove)VehicleFlags|(?:AvatarOn)?(?:Link)?SitTarget|Script(?:Danger|Profiler)|Dialog|VolumeDetect|ResetOtherScript|RemoteLoadScriptPin|(?:Open|Close)RemoteDataChannel|SendRemoteData|RemoteDataReply|(?:Integer|String)ToBase64|XorBase64|Log(?:10)?|Base64To(?:String|Integer)|ParseStringKeepNulls|RezAtRoot|RequestSimulatorData|ForceMouselook|(?:Load|Release|(?:E|Une)scape)URL|ParcelMedia(?:CommandList|Query)|ModPow|MapDestination|(?:RemoveFrom|AddTo|Reset)Land(?:Pass|Ban)List|(?:Set|Clear)CameraParams|HTTP(?:Request|Response)|TextBox|DetectedTouch(?:UV|Face|Pos|(?:N|Bin)ormal|ST)|(?:MD5|SHA1|DumpList2)String|Request(?:Secure)?URL|Clear(?:Prim|Link)Media|(?:Link)?ParticleSystem|(?:Get|Request)(?:Username|DisplayName)|RegionSayTo|CastRay|GenerateKey|TransferLindenDollars|ManageEstateAccess|(?:Create|Delete)Character|ExecCharacterCmd|Evade|FleeFrom|NavigateTo|PatrolPoints|Pursue|UpdateCharacter|WanderWithin))\\b"};return{illegal:":",contains:[a,{className:"comment",variants:[e.COMMENT("//","$"),e.COMMENT("/\\*","\\*/")]},r,{className:"section",variants:[{begin:"\\b(?:state|default)\\b"},{begin:"\\b(?:state_(?:entry|exit)|touch(?:_(?:start|end))?|(?:land_)?collision(?:_(?:start|end))?|timer|listen|(?:no_)?sensor|control|(?:not_)?at_(?:rot_)?target|money|email|experience_permissions(?:_denied)?|run_time_permissions|changed|attach|dataserver|moving_(?:start|end)|link_message|(?:on|object)_rez|remote_data|http_re(?:sponse|quest)|path_update|transaction_result)\\b"}]},n,s,{className:"type",begin:"\\b(?:integer|float|string|key|vector|quaternion|rotation|list)\\b"}]}}},{name:"lua",create:function(e){var t="\\[=*\\[",a="\\]=*\\]",r={begin:t,end:a,contains:["self"]},s=[e.COMMENT("--(?!"+t+")","$"),e.COMMENT("--"+t,a,{contains:[r],relevance:10})];return{lexemes:e.UNDERSCORE_IDENT_RE,keywords:{keyword:"and break do else elseif end false for if in local nil not or repeat return then true until while",built_in:"_G _VERSION assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall coroutine debug io math os package string table"},contains:s.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:s}].concat(s)},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:t,end:a,contains:[r],relevance:5}])}}},{name:"makefile",create:function(e){var t={className:"variable",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]};return{aliases:["mk","mak"],contains:[e.HASH_COMMENT_MODE,{begin:/^\w+\s*\W*=/,returnBegin:!0,relevance:0,starts:{end:/\s*\W*=/,excludeEnd:!0,starts:{end:/$/,relevance:0,contains:[t]}}},{className:"section",begin:/^[\w]+:\s*$/},{className:"meta",begin:/^\.PHONY:/,end:/$/,keywords:{"meta-keyword":".PHONY"},lexemes:/[\.\w]+/},{begin:/^\t+/,end:/$/,relevance:0,contains:[e.QUOTE_STRING_MODE,t]}]}}},{name:"markdown",create:function(e){return{aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$"},{begin:"^.+?\\n[=-]{2,}$"}]},{begin:"<",end:">",subLanguage:"xml",relevance:0},{className:"bullet",begin:"^([*+-]|(\\d+\\.))\\s+"},{className:"strong",begin:"[*_]{2}.+?[*_]{2}"},{className:"emphasis",variants:[{begin:"\\*.+?\\*"},{begin:"_.+?_",relevance:0}]},{className:"quote",begin:"^>\\s+",end:"$"},{className:"code",variants:[{begin:"^```w*s*$",end:"^```s*$"},{begin:"`.+?`"},{begin:"^( {4}|\t)",end:"$",relevance:0}]},{begin:"^[-\\*]{3,}",end:"$"},{begin:"\\[.+?\\][\\(\\[].*?[\\)\\]]",returnBegin:!0,contains:[{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0,relevance:0},{className:"link",begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}],relevance:10},{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}},{name:"mathematica",create:function(e){return{aliases:["mma"],lexemes:"(\\$|\\b)"+e.IDENT_RE+"\\b",keywords:"AbelianGroup Abort AbortKernels AbortProtect Above Abs Absolute AbsoluteCorrelation AbsoluteCorrelationFunction AbsoluteCurrentValue AbsoluteDashing AbsoluteFileName AbsoluteOptions AbsolutePointSize AbsoluteThickness AbsoluteTime AbsoluteTiming AccountingForm Accumulate Accuracy AccuracyGoal ActionDelay ActionMenu ActionMenuBox ActionMenuBoxOptions Active ActiveItem ActiveStyle AcyclicGraphQ AddOnHelpPath AddTo AdjacencyGraph AdjacencyList AdjacencyMatrix AdjustmentBox AdjustmentBoxOptions AdjustTimeSeriesForecast AffineTransform After AiryAi AiryAiPrime AiryAiZero AiryBi AiryBiPrime AiryBiZero AlgebraicIntegerQ AlgebraicNumber AlgebraicNumberDenominator AlgebraicNumberNorm AlgebraicNumberPolynomial AlgebraicNumberTrace AlgebraicRules AlgebraicRulesData Algebraics AlgebraicUnitQ Alignment AlignmentMarker AlignmentPoint All AllowedDimensions AllowGroupClose AllowInlineCells AllowKernelInitialization AllowReverseGroupClose AllowScriptLevelChange AlphaChannel AlternatingGroup AlternativeHypothesis Alternatives AmbientLight Analytic AnchoredSearch And AndersonDarlingTest AngerJ AngleBracket AngularGauge Animate AnimationCycleOffset AnimationCycleRepetitions AnimationDirection AnimationDisplayTime AnimationRate AnimationRepetitions AnimationRunning Animator AnimatorBox AnimatorBoxOptions AnimatorElements Annotation Annuity AnnuityDue Antialiasing Antisymmetric Apart ApartSquareFree Appearance AppearanceElements AppellF1 Append AppendTo Apply ArcCos ArcCosh ArcCot ArcCoth ArcCsc ArcCsch ArcSec ArcSech ArcSin ArcSinDistribution ArcSinh ArcTan ArcTanh Arg ArgMax ArgMin ArgumentCountQ ARIMAProcess ArithmeticGeometricMean ARMAProcess ARProcess Array ArrayComponents ArrayDepth ArrayFlatten ArrayPad ArrayPlot ArrayQ ArrayReshape ArrayRules Arrays Arrow Arrow3DBox ArrowBox Arrowheads AspectRatio AspectRatioFixed Assert Assuming Assumptions AstronomicalData Asynchronous AsynchronousTaskObject AsynchronousTasks AtomQ Attributes AugmentedSymmetricPolynomial AutoAction AutoDelete AutoEvaluateEvents AutoGeneratedPackage AutoIndent AutoIndentSpacings AutoItalicWords AutoloadPath AutoMatch Automatic AutomaticImageSize AutoMultiplicationSymbol AutoNumberFormatting AutoOpenNotebooks AutoOpenPalettes AutorunSequencing AutoScaling AutoScroll AutoSpacing AutoStyleOptions AutoStyleWords Axes AxesEdge AxesLabel AxesOrigin AxesStyle Axis BabyMonsterGroupB Back Background BackgroundTasksSettings Backslash Backsubstitution Backward Band BandpassFilter BandstopFilter BarabasiAlbertGraphDistribution BarChart BarChart3D BarLegend BarlowProschanImportance BarnesG BarOrigin BarSpacing BartlettHannWindow BartlettWindow BaseForm Baseline BaselinePosition BaseStyle BatesDistribution BattleLemarieWavelet Because BeckmannDistribution Beep Before Begin BeginDialogPacket BeginFrontEndInteractionPacket BeginPackage BellB BellY Below BenfordDistribution BeniniDistribution BenktanderGibratDistribution BenktanderWeibullDistribution BernoulliB BernoulliDistribution BernoulliGraphDistribution BernoulliProcess BernsteinBasis BesselFilterModel BesselI BesselJ BesselJZero BesselK BesselY BesselYZero Beta BetaBinomialDistribution BetaDistribution BetaNegativeBinomialDistribution BetaPrimeDistribution BetaRegularized BetweennessCentrality BezierCurve BezierCurve3DBox BezierCurve3DBoxOptions BezierCurveBox BezierCurveBoxOptions BezierFunction BilateralFilter Binarize BinaryFormat BinaryImageQ BinaryRead BinaryReadList BinaryWrite BinCounts BinLists Binomial BinomialDistribution BinomialProcess BinormalDistribution BiorthogonalSplineWavelet BipartiteGraphQ BirnbaumImportance BirnbaumSaundersDistribution BitAnd BitClear BitGet BitLength BitNot BitOr BitSet BitShiftLeft BitShiftRight BitXor Black BlackmanHarrisWindow BlackmanNuttallWindow BlackmanWindow Blank BlankForm BlankNullSequence BlankSequence Blend Block BlockRandom BlomqvistBeta BlomqvistBetaTest Blue Blur BodePlot BohmanWindow Bold Bookmarks Boole BooleanConsecutiveFunction BooleanConvert BooleanCountingFunction BooleanFunction BooleanGraph BooleanMaxterms BooleanMinimize BooleanMinterms Booleans BooleanTable BooleanVariables BorderDimensions BorelTannerDistribution Bottom BottomHatTransform BoundaryStyle Bounds Box BoxBaselineShift BoxData BoxDimensions Boxed Boxes BoxForm BoxFormFormatTypes BoxFrame BoxID BoxMargins BoxMatrix BoxRatios BoxRotation BoxRotationPoint BoxStyle BoxWhiskerChart Bra BracketingBar BraKet BrayCurtisDistance BreadthFirstScan Break Brown BrownForsytheTest BrownianBridgeProcess BrowserCategory BSplineBasis BSplineCurve BSplineCurve3DBox BSplineCurveBox BSplineCurveBoxOptions BSplineFunction BSplineSurface BSplineSurface3DBox BubbleChart BubbleChart3D BubbleScale BubbleSizes BulletGauge BusinessDayQ ButterflyGraph ButterworthFilterModel Button ButtonBar ButtonBox ButtonBoxOptions ButtonCell ButtonContents ButtonData ButtonEvaluator ButtonExpandable ButtonFrame ButtonFunction ButtonMargins ButtonMinHeight ButtonNote ButtonNotebook ButtonSource ButtonStyle ButtonStyleMenuListing Byte ByteCount ByteOrdering C CachedValue CacheGraphics CalendarData CalendarType CallPacket CanberraDistance Cancel CancelButton CandlestickChart Cap CapForm CapitalDifferentialD CardinalBSplineBasis CarmichaelLambda Cases Cashflow Casoratian Catalan CatalanNumber Catch CauchyDistribution CauchyWindow CayleyGraph CDF CDFDeploy CDFInformation CDFWavelet Ceiling Cell CellAutoOverwrite CellBaseline CellBoundingBox CellBracketOptions CellChangeTimes CellContents CellContext CellDingbat CellDynamicExpression CellEditDuplicate CellElementsBoundingBox CellElementSpacings CellEpilog CellEvaluationDuplicate CellEvaluationFunction CellEventActions CellFrame CellFrameColor CellFrameLabelMargins CellFrameLabels CellFrameMargins CellGroup CellGroupData CellGrouping CellGroupingRules CellHorizontalScrolling CellID CellLabel CellLabelAutoDelete CellLabelMargins CellLabelPositioning CellMargins CellObject CellOpen CellPrint CellProlog Cells CellSize CellStyle CellTags CellularAutomaton CensoredDistribution Censoring Center CenterDot CentralMoment CentralMomentGeneratingFunction CForm ChampernowneNumber ChanVeseBinarize Character CharacterEncoding CharacterEncodingsPath CharacteristicFunction CharacteristicPolynomial CharacterRange Characters ChartBaseStyle ChartElementData ChartElementDataFunction ChartElementFunction ChartElements ChartLabels ChartLayout ChartLegends ChartStyle Chebyshev1FilterModel Chebyshev2FilterModel ChebyshevDistance ChebyshevT ChebyshevU Check CheckAbort CheckAll Checkbox CheckboxBar CheckboxBox CheckboxBoxOptions ChemicalData ChessboardDistance ChiDistribution ChineseRemainder ChiSquareDistribution ChoiceButtons ChoiceDialog CholeskyDecomposition Chop Circle CircleBox CircleDot CircleMinus CirclePlus CircleTimes CirculantGraph CityData Clear ClearAll ClearAttributes ClearSystemCache ClebschGordan ClickPane Clip ClipboardNotebook ClipFill ClippingStyle ClipPlanes ClipRange Clock ClockGauge ClockwiseContourIntegral Close Closed CloseKernels ClosenessCentrality Closing ClosingAutoSave ClosingEvent ClusteringComponents CMYKColor Coarse Coefficient CoefficientArrays CoefficientDomain CoefficientList CoefficientRules CoifletWavelet Collect Colon ColonForm ColorCombine ColorConvert ColorData ColorDataFunction ColorFunction ColorFunctionScaling Colorize ColorNegate ColorOutput ColorProfileData ColorQuantize ColorReplace ColorRules ColorSelectorSettings ColorSeparate ColorSetter ColorSetterBox ColorSetterBoxOptions ColorSlider ColorSpace Column ColumnAlignments ColumnBackgrounds ColumnForm ColumnLines ColumnsEqual ColumnSpacings ColumnWidths CommonDefaultFormatTypes Commonest CommonestFilter CommonUnits CommunityBoundaryStyle CommunityGraphPlot CommunityLabels CommunityRegionStyle CompatibleUnitQ CompilationOptions CompilationTarget Compile Compiled CompiledFunction Complement CompleteGraph CompleteGraphQ CompleteKaryTree CompletionsListPacket Complex Complexes ComplexExpand ComplexInfinity ComplexityFunction ComponentMeasurements ComponentwiseContextMenu Compose ComposeList ComposeSeries Composition CompoundExpression CompoundPoissonDistribution CompoundPoissonProcess CompoundRenewalProcess Compress CompressedData Condition ConditionalExpression Conditioned Cone ConeBox ConfidenceLevel ConfidenceRange ConfidenceTransform ConfigurationPath Congruent Conjugate ConjugateTranspose Conjunction Connect ConnectedComponents ConnectedGraphQ ConnesWindow ConoverTest ConsoleMessage ConsoleMessagePacket ConsolePrint Constant ConstantArray Constants ConstrainedMax ConstrainedMin ContentPadding ContentsBoundingBox ContentSelectable ContentSize Context ContextMenu Contexts ContextToFilename ContextToFileName Continuation Continue ContinuedFraction ContinuedFractionK ContinuousAction ContinuousMarkovProcess ContinuousTimeModelQ ContinuousWaveletData ContinuousWaveletTransform ContourDetect ContourGraphics ContourIntegral ContourLabels ContourLines ContourPlot ContourPlot3D Contours ContourShading ContourSmoothing ContourStyle ContraharmonicMean Control ControlActive ControlAlignment ControllabilityGramian ControllabilityMatrix ControllableDecomposition ControllableModelQ ControllerDuration ControllerInformation ControllerInformationData ControllerLinking ControllerManipulate ControllerMethod ControllerPath ControllerState ControlPlacement ControlsRendering ControlType Convergents ConversionOptions ConversionRules ConvertToBitmapPacket ConvertToPostScript ConvertToPostScriptPacket Convolve ConwayGroupCo1 ConwayGroupCo2 ConwayGroupCo3 CoordinateChartData CoordinatesToolOptions CoordinateTransform CoordinateTransformData CoprimeQ Coproduct CopulaDistribution Copyable CopyDirectory CopyFile CopyTag CopyToClipboard CornerFilter CornerNeighbors Correlation CorrelationDistance CorrelationFunction CorrelationTest Cos Cosh CoshIntegral CosineDistance CosineWindow CosIntegral Cot Coth Count CounterAssignments CounterBox CounterBoxOptions CounterClockwiseContourIntegral CounterEvaluator CounterFunction CounterIncrements CounterStyle CounterStyleMenuListing CountRoots CountryData Covariance CovarianceEstimatorFunction CovarianceFunction CoxianDistribution CoxIngersollRossProcess CoxModel CoxModelFit CramerVonMisesTest CreateArchive CreateDialog CreateDirectory CreateDocument CreateIntermediateDirectories CreatePalette CreatePalettePacket CreateScheduledTask CreateTemporary CreateWindow CriticalityFailureImportance CriticalitySuccessImportance CriticalSection Cross CrossingDetect CrossMatrix Csc Csch CubeRoot Cubics Cuboid CuboidBox Cumulant CumulantGeneratingFunction Cup CupCap Curl CurlyDoubleQuote CurlyQuote CurrentImage CurrentlySpeakingPacket CurrentValue CurvatureFlowFilter CurveClosed Cyan CycleGraph CycleIndexPolynomial Cycles CyclicGroup Cyclotomic Cylinder CylinderBox CylindricalDecomposition D DagumDistribution DamerauLevenshteinDistance DampingFactor Darker Dashed Dashing DataCompression DataDistribution DataRange DataReversed Date DateDelimiters DateDifference DateFunction DateList DateListLogPlot DateListPlot DatePattern DatePlus DateRange DateString DateTicksFormat DaubechiesWavelet DavisDistribution DawsonF DayCount DayCountConvention DayMatchQ DayName DayPlus DayRange DayRound DeBruijnGraph Debug DebugTag Decimal DeclareKnownSymbols DeclarePackage Decompose Decrement DedekindEta Default DefaultAxesStyle DefaultBaseStyle DefaultBoxStyle DefaultButton DefaultColor DefaultControlPlacement DefaultDuplicateCellStyle DefaultDuration DefaultElement DefaultFaceGridsStyle DefaultFieldHintStyle DefaultFont DefaultFontProperties DefaultFormatType DefaultFormatTypeForStyle DefaultFrameStyle DefaultFrameTicksStyle DefaultGridLinesStyle DefaultInlineFormatType DefaultInputFormatType DefaultLabelStyle DefaultMenuStyle DefaultNaturalLanguage DefaultNewCellStyle DefaultNewInlineCellStyle DefaultNotebook DefaultOptions DefaultOutputFormatType DefaultStyle DefaultStyleDefinitions DefaultTextFormatType DefaultTextInlineFormatType DefaultTicksStyle DefaultTooltipStyle DefaultValues Defer DefineExternal DefineInputStreamMethod DefineOutputStreamMethod Definition Degree DegreeCentrality DegreeGraphDistribution DegreeLexicographic DegreeReverseLexicographic Deinitialization Del Deletable Delete DeleteBorderComponents DeleteCases DeleteContents DeleteDirectory DeleteDuplicates DeleteFile DeleteSmallComponents DeleteWithContents DeletionWarning Delimiter DelimiterFlashTime DelimiterMatching Delimiters Denominator DensityGraphics DensityHistogram DensityPlot DependentVariables Deploy Deployed Depth DepthFirstScan Derivative DerivativeFilter DescriptorStateSpace DesignMatrix Det DGaussianWavelet DiacriticalPositioning Diagonal DiagonalMatrix Dialog DialogIndent DialogInput DialogLevel DialogNotebook DialogProlog DialogReturn DialogSymbols Diamond DiamondMatrix DiceDissimilarity DictionaryLookup DifferenceDelta DifferenceOrder DifferenceRoot DifferenceRootReduce Differences DifferentialD DifferentialRoot DifferentialRootReduce DifferentiatorFilter DigitBlock DigitBlockMinimum DigitCharacter DigitCount DigitQ DihedralGroup Dilation Dimensions DiracComb DiracDelta DirectedEdge DirectedEdges DirectedGraph DirectedGraphQ DirectedInfinity Direction Directive Directory DirectoryName DirectoryQ DirectoryStack DirichletCharacter DirichletConvolve DirichletDistribution DirichletL DirichletTransform DirichletWindow DisableConsolePrintPacket DiscreteChirpZTransform DiscreteConvolve DiscreteDelta DiscreteHadamardTransform DiscreteIndicator DiscreteLQEstimatorGains DiscreteLQRegulatorGains DiscreteLyapunovSolve DiscreteMarkovProcess DiscretePlot DiscretePlot3D DiscreteRatio DiscreteRiccatiSolve DiscreteShift DiscreteTimeModelQ DiscreteUniformDistribution DiscreteVariables DiscreteWaveletData DiscreteWaveletPacketTransform DiscreteWaveletTransform Discriminant Disjunction Disk DiskBox DiskMatrix Dispatch DispersionEstimatorFunction Display DisplayAllSteps DisplayEndPacket DisplayFlushImagePacket DisplayForm DisplayFunction DisplayPacket DisplayRules DisplaySetSizePacket DisplayString DisplayTemporary DisplayWith DisplayWithRef DisplayWithVariable DistanceFunction DistanceTransform Distribute Distributed DistributedContexts DistributeDefinitions DistributionChart DistributionDomain DistributionFitTest DistributionParameterAssumptions DistributionParameterQ Dithering Div Divergence Divide DivideBy Dividers Divisible Divisors DivisorSigma DivisorSum DMSList DMSString Do DockedCells DocumentNotebook DominantColors DOSTextFormat Dot DotDashed DotEqual Dotted DoubleBracketingBar DoubleContourIntegral DoubleDownArrow DoubleLeftArrow DoubleLeftRightArrow DoubleLeftTee DoubleLongLeftArrow DoubleLongLeftRightArrow DoubleLongRightArrow DoubleRightArrow DoubleRightTee DoubleUpArrow DoubleUpDownArrow DoubleVerticalBar DoublyInfinite Down DownArrow DownArrowBar DownArrowUpArrow DownLeftRightVector DownLeftTeeVector DownLeftVector DownLeftVectorBar DownRightTeeVector DownRightVector DownRightVectorBar Downsample DownTee DownTeeArrow DownValues DragAndDrop DrawEdges DrawFrontFaces DrawHighlighted Drop DSolve Dt DualLinearProgramming DualSystemsModel DumpGet DumpSave DuplicateFreeQ Dynamic DynamicBox DynamicBoxOptions DynamicEvaluationTimeout DynamicLocation DynamicModule DynamicModuleBox DynamicModuleBoxOptions DynamicModuleParent DynamicModuleValues DynamicName DynamicNamespace DynamicReference DynamicSetting DynamicUpdating DynamicWrapper DynamicWrapperBox DynamicWrapperBoxOptions E EccentricityCentrality EdgeAdd EdgeBetweennessCentrality EdgeCapacity EdgeCapForm EdgeColor EdgeConnectivity EdgeCost EdgeCount EdgeCoverQ EdgeDashing EdgeDelete EdgeDetect EdgeForm EdgeIndex EdgeJoinForm EdgeLabeling EdgeLabels EdgeLabelStyle EdgeList EdgeOpacity EdgeQ EdgeRenderingFunction EdgeRules EdgeShapeFunction EdgeStyle EdgeThickness EdgeWeight Editable EditButtonSettings EditCellTagsSettings EditDistance EffectiveInterest Eigensystem Eigenvalues EigenvectorCentrality Eigenvectors Element ElementData Eliminate EliminationOrder EllipticE EllipticExp EllipticExpPrime EllipticF EllipticFilterModel EllipticK EllipticLog EllipticNomeQ EllipticPi EllipticReducedHalfPeriods EllipticTheta EllipticThetaPrime EmitSound EmphasizeSyntaxErrors EmpiricalDistribution Empty EmptyGraphQ EnableConsolePrintPacket Enabled Encode End EndAdd EndDialogPacket EndFrontEndInteractionPacket EndOfFile EndOfLine EndOfString EndPackage EngineeringForm Enter EnterExpressionPacket EnterTextPacket Entropy EntropyFilter Environment Epilog Equal EqualColumns EqualRows EqualTilde EquatedTo Equilibrium EquirippleFilterKernel Equivalent Erf Erfc Erfi ErlangB ErlangC ErlangDistribution Erosion ErrorBox ErrorBoxOptions ErrorNorm ErrorPacket ErrorsDialogSettings EstimatedDistribution EstimatedProcess EstimatorGains EstimatorRegulator EuclideanDistance EulerE EulerGamma EulerianGraphQ EulerPhi Evaluatable Evaluate Evaluated EvaluatePacket EvaluationCell EvaluationCompletionAction EvaluationElements EvaluationMode EvaluationMonitor EvaluationNotebook EvaluationObject EvaluationOrder Evaluator EvaluatorNames EvenQ EventData EventEvaluator EventHandler EventHandlerTag EventLabels ExactBlackmanWindow ExactNumberQ ExactRootIsolation ExampleData Except ExcludedForms ExcludePods Exclusions ExclusionsStyle Exists Exit ExitDialog Exp Expand ExpandAll ExpandDenominator ExpandFileName ExpandNumerator Expectation ExpectationE ExpectedValue ExpGammaDistribution ExpIntegralE ExpIntegralEi Exponent ExponentFunction ExponentialDistribution ExponentialFamily ExponentialGeneratingFunction ExponentialMovingAverage ExponentialPowerDistribution ExponentPosition ExponentStep Export ExportAutoReplacements ExportPacket ExportString Expression ExpressionCell ExpressionPacket ExpToTrig ExtendedGCD Extension ExtentElementFunction ExtentMarkers ExtentSize ExternalCall ExternalDataCharacterEncoding Extract ExtractArchive ExtremeValueDistribution FaceForm FaceGrids FaceGridsStyle Factor FactorComplete Factorial Factorial2 FactorialMoment FactorialMomentGeneratingFunction FactorialPower FactorInteger FactorList FactorSquareFree FactorSquareFreeList FactorTerms FactorTermsList Fail FailureDistribution False FARIMAProcess FEDisableConsolePrintPacket FeedbackSector FeedbackSectorStyle FeedbackType FEEnableConsolePrintPacket Fibonacci FieldHint FieldHintStyle FieldMasked FieldSize File FileBaseName FileByteCount FileDate FileExistsQ FileExtension FileFormat FileHash FileInformation FileName FileNameDepth FileNameDialogSettings FileNameDrop FileNameJoin FileNames FileNameSetter FileNameSplit FileNameTake FilePrint FileType FilledCurve FilledCurveBox Filling FillingStyle FillingTransform FilterRules FinancialBond FinancialData FinancialDerivative FinancialIndicator Find FindArgMax FindArgMin FindClique FindClusters FindCurvePath FindDistributionParameters FindDivisions FindEdgeCover FindEdgeCut FindEulerianCycle FindFaces FindFile FindFit FindGeneratingFunction FindGeoLocation FindGeometricTransform FindGraphCommunities FindGraphIsomorphism FindGraphPartition FindHamiltonianCycle FindIndependentEdgeSet FindIndependentVertexSet FindInstance FindIntegerNullVector FindKClan FindKClique FindKClub FindKPlex FindLibrary FindLinearRecurrence FindList FindMaximum FindMaximumFlow FindMaxValue FindMinimum FindMinimumCostFlow FindMinimumCut FindMinValue FindPermutation FindPostmanTour FindProcessParameters FindRoot FindSequenceFunction FindSettings FindShortestPath FindShortestTour FindThreshold FindVertexCover FindVertexCut Fine FinishDynamic FiniteAbelianGroupCount FiniteGroupCount FiniteGroupData First FirstPassageTimeDistribution FischerGroupFi22 FischerGroupFi23 FischerGroupFi24Prime FisherHypergeometricDistribution FisherRatioTest FisherZDistribution Fit FitAll FittedModel FixedPoint FixedPointList FlashSelection Flat Flatten FlattenAt FlatTopWindow FlipView Floor FlushPrintOutputPacket Fold FoldList Font FontColor FontFamily FontForm FontName FontOpacity FontPostScriptName FontProperties FontReencoding FontSize FontSlant FontSubstitutions FontTracking FontVariations FontWeight For ForAll Format FormatRules FormatType FormatTypeAutoConvert FormatValues FormBox FormBoxOptions FortranForm Forward ForwardBackward Fourier FourierCoefficient FourierCosCoefficient FourierCosSeries FourierCosTransform FourierDCT FourierDCTFilter FourierDCTMatrix FourierDST FourierDSTMatrix FourierMatrix FourierParameters FourierSequenceTransform FourierSeries FourierSinCoefficient FourierSinSeries FourierSinTransform FourierTransform FourierTrigSeries FractionalBrownianMotionProcess FractionalPart FractionBox FractionBoxOptions FractionLine Frame FrameBox FrameBoxOptions Framed FrameInset FrameLabel Frameless FrameMargins FrameStyle FrameTicks FrameTicksStyle FRatioDistribution FrechetDistribution FreeQ FrequencySamplingFilterKernel FresnelC FresnelS Friday FrobeniusNumber FrobeniusSolve FromCharacterCode FromCoefficientRules FromContinuedFraction FromDate FromDigits FromDMS Front FrontEndDynamicExpression FrontEndEventActions FrontEndExecute FrontEndObject FrontEndResource FrontEndResourceString FrontEndStackSize FrontEndToken FrontEndTokenExecute FrontEndValueCache FrontEndVersion FrontFaceColor FrontFaceOpacity Full FullAxes FullDefinition FullForm FullGraphics FullOptions FullSimplify Function FunctionExpand FunctionInterpolation FunctionSpace FussellVeselyImportance GaborFilter GaborMatrix GaborWavelet GainMargins GainPhaseMargins Gamma GammaDistribution GammaRegularized GapPenalty Gather GatherBy GaugeFaceElementFunction GaugeFaceStyle GaugeFrameElementFunction GaugeFrameSize GaugeFrameStyle GaugeLabels GaugeMarkers GaugeStyle GaussianFilter GaussianIntegers GaussianMatrix GaussianWindow GCD GegenbauerC General GeneralizedLinearModelFit GenerateConditions GeneratedCell GeneratedParameters GeneratingFunction Generic GenericCylindricalDecomposition GenomeData GenomeLookup GeodesicClosing GeodesicDilation GeodesicErosion GeodesicOpening GeoDestination GeodesyData GeoDirection GeoDistance GeoGridPosition GeometricBrownianMotionProcess GeometricDistribution GeometricMean GeometricMeanFilter GeometricTransformation GeometricTransformation3DBox GeometricTransformation3DBoxOptions GeometricTransformationBox GeometricTransformationBoxOptions GeoPosition GeoPositionENU GeoPositionXYZ GeoProjectionData GestureHandler GestureHandlerTag Get GetBoundingBoxSizePacket GetContext GetEnvironment GetFileName GetFrontEndOptionsDataPacket GetLinebreakInformationPacket GetMenusPacket GetPageBreakInformationPacket Glaisher GlobalClusteringCoefficient GlobalPreferences GlobalSession Glow GoldenRatio GompertzMakehamDistribution GoodmanKruskalGamma GoodmanKruskalGammaTest Goto Grad Gradient GradientFilter GradientOrientationFilter Graph GraphAssortativity GraphCenter GraphComplement GraphData GraphDensity GraphDiameter GraphDifference GraphDisjointUnion GraphDistance GraphDistanceMatrix GraphElementData GraphEmbedding GraphHighlight GraphHighlightStyle GraphHub Graphics Graphics3D Graphics3DBox Graphics3DBoxOptions GraphicsArray GraphicsBaseline GraphicsBox GraphicsBoxOptions GraphicsColor GraphicsColumn GraphicsComplex GraphicsComplex3DBox GraphicsComplex3DBoxOptions GraphicsComplexBox GraphicsComplexBoxOptions GraphicsContents GraphicsData GraphicsGrid GraphicsGridBox GraphicsGroup GraphicsGroup3DBox GraphicsGroup3DBoxOptions GraphicsGroupBox GraphicsGroupBoxOptions GraphicsGrouping GraphicsHighlightColor GraphicsRow GraphicsSpacing GraphicsStyle GraphIntersection GraphLayout GraphLinkEfficiency GraphPeriphery GraphPlot GraphPlot3D GraphPower GraphPropertyDistribution GraphQ GraphRadius GraphReciprocity GraphRoot GraphStyle GraphUnion Gray GrayLevel GreatCircleDistance Greater GreaterEqual GreaterEqualLess GreaterFullEqual GreaterGreater GreaterLess GreaterSlantEqual GreaterTilde Green Grid GridBaseline GridBox GridBoxAlignment GridBoxBackground GridBoxDividers GridBoxFrame GridBoxItemSize GridBoxItemStyle GridBoxOptions GridBoxSpacings GridCreationSettings GridDefaultElement GridElementStyleOptions GridFrame GridFrameMargins GridGraph GridLines GridLinesStyle GroebnerBasis GroupActionBase GroupCentralizer GroupElementFromWord GroupElementPosition GroupElementQ GroupElements GroupElementToWord GroupGenerators GroupMultiplicationTable GroupOrbits GroupOrder GroupPageBreakWithin GroupSetwiseStabilizer GroupStabilizer GroupStabilizerChain Gudermannian GumbelDistribution HaarWavelet HadamardMatrix HalfNormalDistribution HamiltonianGraphQ HammingDistance HammingWindow HankelH1 HankelH2 HankelMatrix HannPoissonWindow HannWindow HaradaNortonGroupHN HararyGraph HarmonicMean HarmonicMeanFilter HarmonicNumber Hash HashTable Haversine HazardFunction Head HeadCompose Heads HeavisideLambda HeavisidePi HeavisideTheta HeldGroupHe HeldPart HelpBrowserLookup HelpBrowserNotebook HelpBrowserSettings HermiteDecomposition HermiteH HermitianMatrixQ HessenbergDecomposition Hessian HexadecimalCharacter Hexahedron HexahedronBox HexahedronBoxOptions HiddenSurface HighlightGraph HighlightImage HighpassFilter HigmanSimsGroupHS HilbertFilter HilbertMatrix Histogram Histogram3D HistogramDistribution HistogramList HistogramTransform HistogramTransformInterpolation HitMissTransform HITSCentrality HodgeDual HoeffdingD HoeffdingDTest Hold HoldAll HoldAllComplete HoldComplete HoldFirst HoldForm HoldPattern HoldRest HolidayCalendar HomeDirectory HomePage Horizontal HorizontalForm HorizontalGauge HorizontalScrollPosition HornerForm HotellingTSquareDistribution HoytDistribution HTMLSave Hue HumpDownHump HumpEqual HurwitzLerchPhi HurwitzZeta HyperbolicDistribution HypercubeGraph HyperexponentialDistribution Hyperfactorial Hypergeometric0F1 Hypergeometric0F1Regularized Hypergeometric1F1 Hypergeometric1F1Regularized Hypergeometric2F1 Hypergeometric2F1Regularized HypergeometricDistribution HypergeometricPFQ HypergeometricPFQRegularized HypergeometricU Hyperlink HyperlinkCreationSettings Hyphenation HyphenationOptions HypoexponentialDistribution HypothesisTestData I Identity IdentityMatrix If IgnoreCase Im Image Image3D Image3DSlices ImageAccumulate ImageAdd ImageAdjust ImageAlign ImageApply ImageAspectRatio ImageAssemble ImageCache ImageCacheValid ImageCapture ImageChannels ImageClip ImageColorSpace ImageCompose ImageConvolve ImageCooccurrence ImageCorners ImageCorrelate ImageCorrespondingPoints ImageCrop ImageData ImageDataPacket ImageDeconvolve ImageDemosaic ImageDifference ImageDimensions ImageDistance ImageEffect ImageFeatureTrack ImageFileApply ImageFileFilter ImageFileScan ImageFilter ImageForestingComponents ImageForwardTransformation ImageHistogram ImageKeypoints ImageLevels ImageLines ImageMargins ImageMarkers ImageMeasurements ImageMultiply ImageOffset ImagePad ImagePadding ImagePartition ImagePeriodogram ImagePerspectiveTransformation ImageQ ImageRangeCache ImageReflect ImageRegion ImageResize ImageResolution ImageRotate ImageRotated ImageScaled ImageScan ImageSize ImageSizeAction ImageSizeCache ImageSizeMultipliers ImageSizeRaw ImageSubtract ImageTake ImageTransformation ImageTrim ImageType ImageValue ImageValuePositions Implies Import ImportAutoReplacements ImportString ImprovementImportance In IncidenceGraph IncidenceList IncidenceMatrix IncludeConstantBasis IncludeFileExtension IncludePods IncludeSingularTerm Increment Indent IndentingNewlineSpacings IndentMaxFraction IndependenceTest IndependentEdgeSetQ IndependentUnit IndependentVertexSetQ Indeterminate IndexCreationOptions Indexed IndexGraph IndexTag Inequality InexactNumberQ InexactNumbers Infinity Infix Information Inherited InheritScope Initialization InitializationCell InitializationCellEvaluation InitializationCellWarning InlineCounterAssignments InlineCounterIncrements InlineRules Inner Inpaint Input InputAliases InputAssumptions InputAutoReplacements InputField InputFieldBox InputFieldBoxOptions InputForm InputGrouping InputNamePacket InputNotebook InputPacket InputSettings InputStream InputString InputStringPacket InputToBoxFormPacket Insert InsertionPointObject InsertResults Inset Inset3DBox Inset3DBoxOptions InsetBox InsetBoxOptions Install InstallService InString Integer IntegerDigits IntegerExponent IntegerLength IntegerPart IntegerPartitions IntegerQ Integers IntegerString Integral Integrate Interactive InteractiveTradingChart Interlaced Interleaving InternallyBalancedDecomposition InterpolatingFunction InterpolatingPolynomial Interpolation InterpolationOrder InterpolationPoints InterpolationPrecision Interpretation InterpretationBox InterpretationBoxOptions InterpretationFunction InterpretTemplate InterquartileRange Interrupt InterruptSettings Intersection Interval IntervalIntersection IntervalMemberQ IntervalUnion Inverse InverseBetaRegularized InverseCDF InverseChiSquareDistribution InverseContinuousWaveletTransform InverseDistanceTransform InverseEllipticNomeQ InverseErf InverseErfc InverseFourier InverseFourierCosTransform InverseFourierSequenceTransform InverseFourierSinTransform InverseFourierTransform InverseFunction InverseFunctions InverseGammaDistribution InverseGammaRegularized InverseGaussianDistribution InverseGudermannian InverseHaversine InverseJacobiCD InverseJacobiCN InverseJacobiCS InverseJacobiDC InverseJacobiDN InverseJacobiDS InverseJacobiNC InverseJacobiND InverseJacobiNS InverseJacobiSC InverseJacobiSD InverseJacobiSN InverseLaplaceTransform InversePermutation InverseRadon InverseSeries InverseSurvivalFunction InverseWaveletTransform InverseWeierstrassP InverseZTransform Invisible InvisibleApplication InvisibleTimes IrreduciblePolynomialQ IsolatingInterval IsomorphicGraphQ IsotopeData Italic Item ItemBox ItemBoxOptions ItemSize ItemStyle ItoProcess JaccardDissimilarity JacobiAmplitude Jacobian JacobiCD JacobiCN JacobiCS JacobiDC JacobiDN JacobiDS JacobiNC JacobiND JacobiNS JacobiP JacobiSC JacobiSD JacobiSN JacobiSymbol JacobiZeta JankoGroupJ1 JankoGroupJ2 JankoGroupJ3 JankoGroupJ4 JarqueBeraALMTest JohnsonDistribution Join Joined JoinedCurve JoinedCurveBox JoinForm JordanDecomposition JordanModelDecomposition K KagiChart KaiserBesselWindow KaiserWindow KalmanEstimator KalmanFilter KarhunenLoeveDecomposition KaryTree KatzCentrality KCoreComponents KDistribution KelvinBei KelvinBer KelvinKei KelvinKer KendallTau KendallTauTest KernelExecute KernelMixtureDistribution KernelObject Kernels Ket Khinchin KirchhoffGraph KirchhoffMatrix KleinInvariantJ KnightTourGraph KnotData KnownUnitQ KolmogorovSmirnovTest KroneckerDelta KroneckerModelDecomposition KroneckerProduct KroneckerSymbol KuiperTest KumaraswamyDistribution Kurtosis KuwaharaFilter Label Labeled LabeledSlider LabelingFunction LabelStyle LaguerreL LambdaComponents LambertW LanczosWindow LandauDistribution Language LanguageCategory LaplaceDistribution LaplaceTransform Laplacian LaplacianFilter LaplacianGaussianFilter Large Larger Last Latitude LatitudeLongitude LatticeData LatticeReduce Launch LaunchKernels LayeredGraphPlot LayerSizeFunction LayoutInformation LCM LeafCount LeapYearQ LeastSquares LeastSquaresFilterKernel Left LeftArrow LeftArrowBar LeftArrowRightArrow LeftDownTeeVector LeftDownVector LeftDownVectorBar LeftRightArrow LeftRightVector LeftTee LeftTeeArrow LeftTeeVector LeftTriangle LeftTriangleBar LeftTriangleEqual LeftUpDownVector LeftUpTeeVector LeftUpVector LeftUpVectorBar LeftVector LeftVectorBar LegendAppearance Legended LegendFunction LegendLabel LegendLayout LegendMargins LegendMarkers LegendMarkerSize LegendreP LegendreQ LegendreType Length LengthWhile LerchPhi Less LessEqual LessEqualGreater LessFullEqual LessGreater LessLess LessSlantEqual LessTilde LetterCharacter LetterQ Level LeveneTest LeviCivitaTensor LevyDistribution Lexicographic LibraryFunction LibraryFunctionError LibraryFunctionInformation LibraryFunctionLoad LibraryFunctionUnload LibraryLoad LibraryUnload LicenseID LiftingFilterData LiftingWaveletTransform LightBlue LightBrown LightCyan Lighter LightGray LightGreen Lighting LightingAngle LightMagenta LightOrange LightPink LightPurple LightRed LightSources LightYellow Likelihood Limit LimitsPositioning LimitsPositioningTokens LindleyDistribution Line Line3DBox LinearFilter LinearFractionalTransform LinearModelFit LinearOffsetFunction LinearProgramming LinearRecurrence LinearSolve LinearSolveFunction LineBox LineBreak LinebreakAdjustments LineBreakChart LineBreakWithin LineColor LineForm LineGraph LineIndent LineIndentMaxFraction LineIntegralConvolutionPlot LineIntegralConvolutionScale LineLegend LineOpacity LineSpacing LineWrapParts LinkActivate LinkClose LinkConnect LinkConnectedQ LinkCreate LinkError LinkFlush LinkFunction LinkHost LinkInterrupt LinkLaunch LinkMode LinkObject LinkOpen LinkOptions LinkPatterns LinkProtocol LinkRead LinkReadHeld LinkReadyQ Links LinkWrite LinkWriteHeld LiouvilleLambda List Listable ListAnimate ListContourPlot ListContourPlot3D ListConvolve ListCorrelate ListCurvePathPlot ListDeconvolve ListDensityPlot Listen ListFourierSequenceTransform ListInterpolation ListLineIntegralConvolutionPlot ListLinePlot ListLogLinearPlot ListLogLogPlot ListLogPlot ListPicker ListPickerBox ListPickerBoxBackground ListPickerBoxOptions ListPlay ListPlot ListPlot3D ListPointPlot3D ListPolarPlot ListQ ListStreamDensityPlot ListStreamPlot ListSurfacePlot3D ListVectorDensityPlot ListVectorPlot ListVectorPlot3D ListZTransform Literal LiteralSearch LocalClusteringCoefficient LocalizeVariables LocationEquivalenceTest LocationTest Locator LocatorAutoCreate LocatorBox LocatorBoxOptions LocatorCentering LocatorPane LocatorPaneBox LocatorPaneBoxOptions LocatorRegion Locked Log Log10 Log2 LogBarnesG LogGamma LogGammaDistribution LogicalExpand LogIntegral LogisticDistribution LogitModelFit LogLikelihood LogLinearPlot LogLogisticDistribution LogLogPlot LogMultinormalDistribution LogNormalDistribution LogPlot LogRankTest LogSeriesDistribution LongEqual Longest LongestAscendingSequence LongestCommonSequence LongestCommonSequencePositions LongestCommonSubsequence LongestCommonSubsequencePositions LongestMatch LongForm Longitude LongLeftArrow LongLeftRightArrow LongRightArrow Loopback LoopFreeGraphQ LowerCaseQ LowerLeftArrow LowerRightArrow LowerTriangularize LowpassFilter LQEstimatorGains LQGRegulator LQOutputRegulatorGains LQRegulatorGains LUBackSubstitution LucasL LuccioSamiComponents LUDecomposition LyapunovSolve LyonsGroupLy MachineID MachineName MachineNumberQ MachinePrecision MacintoshSystemPageSetup Magenta Magnification Magnify MainSolve MaintainDynamicCaches Majority MakeBoxes MakeExpression MakeRules MangoldtLambda ManhattanDistance Manipulate Manipulator MannWhitneyTest MantissaExponent Manual Map MapAll MapAt MapIndexed MAProcess MapThread MarcumQ MardiaCombinedTest MardiaKurtosisTest MardiaSkewnessTest MarginalDistribution MarkovProcessProperties Masking MatchingDissimilarity MatchLocalNameQ MatchLocalNames MatchQ Material MathematicaNotation MathieuC MathieuCharacteristicA MathieuCharacteristicB MathieuCharacteristicExponent MathieuCPrime MathieuGroupM11 MathieuGroupM12 MathieuGroupM22 MathieuGroupM23 MathieuGroupM24 MathieuS MathieuSPrime MathMLForm MathMLText Matrices MatrixExp MatrixForm MatrixFunction MatrixLog MatrixPlot MatrixPower MatrixQ MatrixRank Max MaxBend MaxDetect MaxExtraBandwidths MaxExtraConditions MaxFeatures MaxFilter Maximize MaxIterations MaxMemoryUsed MaxMixtureKernels MaxPlotPoints MaxPoints MaxRecursion MaxStableDistribution MaxStepFraction MaxSteps MaxStepSize MaxValue MaxwellDistribution McLaughlinGroupMcL Mean MeanClusteringCoefficient MeanDegreeConnectivity MeanDeviation MeanFilter MeanGraphDistance MeanNeighborDegree MeanShift MeanShiftFilter Median MedianDeviation MedianFilter Medium MeijerG MeixnerDistribution MemberQ MemoryConstrained MemoryInUse Menu MenuAppearance MenuCommandKey MenuEvaluator MenuItem MenuPacket MenuSortingValue MenuStyle MenuView MergeDifferences Mesh MeshFunctions MeshRange MeshShading MeshStyle Message MessageDialog MessageList MessageName MessageOptions MessagePacket Messages MessagesNotebook MetaCharacters MetaInformation Method MethodOptions MexicanHatWavelet MeyerWavelet Min MinDetect MinFilter MinimalPolynomial MinimalStateSpaceModel Minimize Minors MinRecursion MinSize MinStableDistribution Minus MinusPlus MinValue Missing MissingDataMethod MittagLefflerE MixedRadix MixedRadixQuantity MixtureDistribution Mod Modal Mode Modular ModularLambda Module Modulus MoebiusMu Moment Momentary MomentConvert MomentEvaluate MomentGeneratingFunction Monday Monitor MonomialList MonomialOrder MonsterGroupM MorletWavelet MorphologicalBinarize MorphologicalBranchPoints MorphologicalComponents MorphologicalEulerNumber MorphologicalGraph MorphologicalPerimeter MorphologicalTransform Most MouseAnnotation MouseAppearance MouseAppearanceTag MouseButtons Mouseover MousePointerNote MousePosition MovingAverage MovingMedian MoyalDistribution MultiedgeStyle MultilaunchWarning MultiLetterItalics MultiLetterStyle MultilineFunction Multinomial MultinomialDistribution MultinormalDistribution MultiplicativeOrder Multiplicity Multiselection MultivariateHypergeometricDistribution MultivariatePoissonDistribution MultivariateTDistribution N NakagamiDistribution NameQ Names NamespaceBox Nand NArgMax NArgMin NBernoulliB NCache NDSolve NDSolveValue Nearest NearestFunction NeedCurrentFrontEndPackagePacket NeedCurrentFrontEndSymbolsPacket NeedlemanWunschSimilarity Needs Negative NegativeBinomialDistribution NegativeMultinomialDistribution NeighborhoodGraph Nest NestedGreaterGreater NestedLessLess NestedScriptRules NestList NestWhile NestWhileList NevilleThetaC NevilleThetaD NevilleThetaN NevilleThetaS NewPrimitiveStyle NExpectation Next NextPrime NHoldAll NHoldFirst NHoldRest NicholsGridLines NicholsPlot NIntegrate NMaximize NMaxValue NMinimize NMinValue NominalVariables NonAssociative NoncentralBetaDistribution NoncentralChiSquareDistribution NoncentralFRatioDistribution NoncentralStudentTDistribution NonCommutativeMultiply NonConstants None NonlinearModelFit NonlocalMeansFilter NonNegative NonPositive Nor NorlundB Norm Normal NormalDistribution NormalGrouping Normalize NormalizedSquaredEuclideanDistance NormalsFunction NormFunction Not NotCongruent NotCupCap NotDoubleVerticalBar Notebook NotebookApply NotebookAutoSave NotebookClose NotebookConvertSettings NotebookCreate NotebookCreateReturnObject NotebookDefault NotebookDelete NotebookDirectory NotebookDynamicExpression NotebookEvaluate NotebookEventActions NotebookFileName NotebookFind NotebookFindReturnObject NotebookGet NotebookGetLayoutInformationPacket NotebookGetMisspellingsPacket NotebookInformation NotebookInterfaceObject NotebookLocate NotebookObject NotebookOpen NotebookOpenReturnObject NotebookPath NotebookPrint NotebookPut NotebookPutReturnObject NotebookRead NotebookResetGeneratedCells Notebooks NotebookSave NotebookSaveAs NotebookSelection NotebookSetupLayoutInformationPacket NotebooksMenu NotebookWrite NotElement NotEqualTilde NotExists NotGreater NotGreaterEqual NotGreaterFullEqual NotGreaterGreater NotGreaterLess NotGreaterSlantEqual NotGreaterTilde NotHumpDownHump NotHumpEqual NotLeftTriangle NotLeftTriangleBar NotLeftTriangleEqual NotLess NotLessEqual NotLessFullEqual NotLessGreater NotLessLess NotLessSlantEqual NotLessTilde NotNestedGreaterGreater NotNestedLessLess NotPrecedes NotPrecedesEqual NotPrecedesSlantEqual NotPrecedesTilde NotReverseElement NotRightTriangle NotRightTriangleBar NotRightTriangleEqual NotSquareSubset NotSquareSubsetEqual NotSquareSuperset NotSquareSupersetEqual NotSubset NotSubsetEqual NotSucceeds NotSucceedsEqual NotSucceedsSlantEqual NotSucceedsTilde NotSuperset NotSupersetEqual NotTilde NotTildeEqual NotTildeFullEqual NotTildeTilde NotVerticalBar NProbability NProduct NProductFactors NRoots NSolve NSum NSumTerms Null NullRecords NullSpace NullWords Number NumberFieldClassNumber NumberFieldDiscriminant NumberFieldFundamentalUnits NumberFieldIntegralBasis NumberFieldNormRepresentatives NumberFieldRegulator NumberFieldRootsOfUnity NumberFieldSignature NumberForm NumberFormat NumberMarks NumberMultiplier NumberPadding NumberPoint NumberQ NumberSeparator NumberSigns NumberString Numerator NumericFunction NumericQ NuttallWindow NValues NyquistGridLines NyquistPlot O ObservabilityGramian ObservabilityMatrix ObservableDecomposition ObservableModelQ OddQ Off Offset OLEData On ONanGroupON OneIdentity Opacity Open OpenAppend Opener OpenerBox OpenerBoxOptions OpenerView OpenFunctionInspectorPacket Opening OpenRead OpenSpecialOptions OpenTemporary OpenWrite Operate OperatingSystem OptimumFlowData Optional OptionInspectorSettings OptionQ Options OptionsPacket OptionsPattern OptionValue OptionValueBox OptionValueBoxOptions Or Orange Order OrderDistribution OrderedQ Ordering Orderless OrnsteinUhlenbeckProcess Orthogonalize Out Outer OutputAutoOverwrite OutputControllabilityMatrix OutputControllableModelQ OutputForm OutputFormData OutputGrouping OutputMathEditExpression OutputNamePacket OutputResponse OutputSizeLimit OutputStream Over OverBar OverDot Overflow OverHat Overlaps Overlay OverlayBox OverlayBoxOptions Overscript OverscriptBox OverscriptBoxOptions OverTilde OverVector OwenT OwnValues PackingMethod PaddedForm Padding PadeApproximant PadLeft PadRight PageBreakAbove PageBreakBelow PageBreakWithin PageFooterLines PageFooters PageHeaderLines PageHeaders PageHeight PageRankCentrality PageWidth PairedBarChart PairedHistogram PairedSmoothHistogram PairedTTest PairedZTest PaletteNotebook PalettePath Pane PaneBox PaneBoxOptions Panel PanelBox PanelBoxOptions Paneled PaneSelector PaneSelectorBox PaneSelectorBoxOptions PaperWidth ParabolicCylinderD ParagraphIndent ParagraphSpacing ParallelArray ParallelCombine ParallelDo ParallelEvaluate Parallelization Parallelize ParallelMap ParallelNeeds ParallelProduct ParallelSubmit ParallelSum ParallelTable ParallelTry Parameter ParameterEstimator ParameterMixtureDistribution ParameterVariables ParametricFunction ParametricNDSolve ParametricNDSolveValue ParametricPlot ParametricPlot3D ParentConnect ParentDirectory ParentForm Parenthesize ParentList ParetoDistribution Part PartialCorrelationFunction PartialD ParticleData Partition PartitionsP PartitionsQ ParzenWindow PascalDistribution PassEventsDown PassEventsUp Paste PasteBoxFormInlineCells PasteButton Path PathGraph PathGraphQ Pattern PatternSequence PatternTest PauliMatrix PaulWavelet Pause PausedTime PDF PearsonChiSquareTest PearsonCorrelationTest PearsonDistribution PerformanceGoal PeriodicInterpolation Periodogram PeriodogramArray PermutationCycles PermutationCyclesQ PermutationGroup PermutationLength PermutationList PermutationListQ PermutationMax PermutationMin PermutationOrder PermutationPower PermutationProduct PermutationReplace Permutations PermutationSupport Permute PeronaMalikFilter Perpendicular PERTDistribution PetersenGraph PhaseMargins Pi Pick PIDData PIDDerivativeFilter PIDFeedforward PIDTune Piecewise PiecewiseExpand PieChart PieChart3D PillaiTrace PillaiTraceTest Pink Pivoting PixelConstrained PixelValue PixelValuePositions Placed Placeholder PlaceholderReplace Plain PlanarGraphQ Play PlayRange Plot Plot3D Plot3Matrix PlotDivision PlotJoined PlotLabel PlotLayout PlotLegends PlotMarkers PlotPoints PlotRange PlotRangeClipping PlotRangePadding PlotRegion PlotStyle Plus PlusMinus Pochhammer PodStates PodWidth Point Point3DBox PointBox PointFigureChart PointForm PointLegend PointSize PoissonConsulDistribution PoissonDistribution PoissonProcess PoissonWindow PolarAxes PolarAxesOrigin PolarGridLines PolarPlot PolarTicks PoleZeroMarkers PolyaAeppliDistribution PolyGamma Polygon Polygon3DBox Polygon3DBoxOptions PolygonBox PolygonBoxOptions PolygonHoleScale PolygonIntersections PolygonScale PolyhedronData PolyLog PolynomialExtendedGCD PolynomialForm PolynomialGCD PolynomialLCM PolynomialMod PolynomialQ PolynomialQuotient PolynomialQuotientRemainder PolynomialReduce PolynomialRemainder Polynomials PopupMenu PopupMenuBox PopupMenuBoxOptions PopupView PopupWindow Position Positive PositiveDefiniteMatrixQ PossibleZeroQ Postfix PostScript Power PowerDistribution PowerExpand PowerMod PowerModList PowerSpectralDensity PowersRepresentations PowerSymmetricPolynomial Precedence PrecedenceForm Precedes PrecedesEqual PrecedesSlantEqual PrecedesTilde Precision PrecisionGoal PreDecrement PredictionRoot PreemptProtect PreferencesPath Prefix PreIncrement Prepend PrependTo PreserveImageOptions Previous PriceGraphDistribution PrimaryPlaceholder Prime PrimeNu PrimeOmega PrimePi PrimePowerQ PrimeQ Primes PrimeZetaP PrimitiveRoot PrincipalComponents PrincipalValue Print PrintAction PrintForm PrintingCopies PrintingOptions PrintingPageRange PrintingStartingPageNumber PrintingStyleEnvironment PrintPrecision PrintTemporary Prism PrismBox PrismBoxOptions PrivateCellOptions PrivateEvaluationOptions PrivateFontOptions PrivateFrontEndOptions PrivateNotebookOptions PrivatePaths Probability ProbabilityDistribution ProbabilityPlot ProbabilityPr ProbabilityScalePlot ProbitModelFit ProcessEstimator ProcessParameterAssumptions ProcessParameterQ ProcessStateDomain ProcessTimeDomain Product ProductDistribution ProductLog ProgressIndicator ProgressIndicatorBox ProgressIndicatorBoxOptions Projection Prolog PromptForm Properties Property PropertyList PropertyValue Proportion Proportional Protect Protected ProteinData Pruning PseudoInverse Purple Put PutAppend Pyramid PyramidBox PyramidBoxOptions QBinomial QFactorial QGamma QHypergeometricPFQ QPochhammer QPolyGamma QRDecomposition QuadraticIrrationalQ Quantile QuantilePlot Quantity QuantityForm QuantityMagnitude QuantityQ QuantityUnit Quartics QuartileDeviation Quartiles QuartileSkewness QueueingNetworkProcess QueueingProcess QueueProperties Quiet Quit Quotient QuotientRemainder RadialityCentrality RadicalBox RadicalBoxOptions RadioButton RadioButtonBar RadioButtonBox RadioButtonBoxOptions Radon RamanujanTau RamanujanTauL RamanujanTauTheta RamanujanTauZ Random RandomChoice RandomComplex RandomFunction RandomGraph RandomImage RandomInteger RandomPermutation RandomPrime RandomReal RandomSample RandomSeed RandomVariate RandomWalkProcess Range RangeFilter RangeSpecification RankedMax RankedMin Raster Raster3D Raster3DBox Raster3DBoxOptions RasterArray RasterBox RasterBoxOptions Rasterize RasterSize Rational RationalFunctions Rationalize Rationals Ratios Raw RawArray RawBoxes RawData RawMedium RayleighDistribution Re Read ReadList ReadProtected Real RealBlockDiagonalForm RealDigits RealExponent Reals Reap Record RecordLists RecordSeparators Rectangle RectangleBox RectangleBoxOptions RectangleChart RectangleChart3D RecurrenceFilter RecurrenceTable RecurringDigitsForm Red Reduce RefBox ReferenceLineStyle ReferenceMarkers ReferenceMarkerStyle Refine ReflectionMatrix ReflectionTransform Refresh RefreshRate RegionBinarize RegionFunction RegionPlot RegionPlot3D RegularExpression Regularization Reinstall Release ReleaseHold ReliabilityDistribution ReliefImage ReliefPlot Remove RemoveAlphaChannel RemoveAsynchronousTask Removed RemoveInputStreamMethod RemoveOutputStreamMethod RemoveProperty RemoveScheduledTask RenameDirectory RenameFile RenderAll RenderingOptions RenewalProcess RenkoChart Repeated RepeatedNull RepeatedString Replace ReplaceAll ReplaceHeldPart ReplaceImageValue ReplaceList ReplacePart ReplacePixelValue ReplaceRepeated Resampling Rescale RescalingTransform ResetDirectory ResetMenusPacket ResetScheduledTask Residue Resolve Rest Resultant ResumePacket Return ReturnExpressionPacket ReturnInputFormPacket ReturnPacket ReturnTextPacket Reverse ReverseBiorthogonalSplineWavelet ReverseElement ReverseEquilibrium ReverseGraph ReverseUpEquilibrium RevolutionAxis RevolutionPlot3D RGBColor RiccatiSolve RiceDistribution RidgeFilter RiemannR RiemannSiegelTheta RiemannSiegelZ Riffle Right RightArrow RightArrowBar RightArrowLeftArrow RightCosetRepresentative RightDownTeeVector RightDownVector RightDownVectorBar RightTee RightTeeArrow RightTeeVector RightTriangle RightTriangleBar RightTriangleEqual RightUpDownVector RightUpTeeVector RightUpVector RightUpVectorBar RightVector RightVectorBar RiskAchievementImportance RiskReductionImportance RogersTanimotoDissimilarity Root RootApproximant RootIntervals RootLocusPlot RootMeanSquare RootOfUnityQ RootReduce Roots RootSum Rotate RotateLabel RotateLeft RotateRight RotationAction RotationBox RotationBoxOptions RotationMatrix RotationTransform Round RoundImplies RoundingRadius Row RowAlignments RowBackgrounds RowBox RowHeights RowLines RowMinHeight RowReduce RowsEqual RowSpacings RSolve RudvalisGroupRu Rule RuleCondition RuleDelayed RuleForm RulerUnits Run RunScheduledTask RunThrough RuntimeAttributes RuntimeOptions RussellRaoDissimilarity SameQ SameTest SampleDepth SampledSoundFunction SampledSoundList SampleRate SamplingPeriod SARIMAProcess SARMAProcess SatisfiabilityCount SatisfiabilityInstances SatisfiableQ Saturday Save Saveable SaveAutoDelete SaveDefinitions SawtoothWave Scale Scaled ScaleDivisions ScaledMousePosition ScaleOrigin ScalePadding ScaleRanges ScaleRangeStyle ScalingFunctions ScalingMatrix ScalingTransform Scan ScheduledTaskActiveQ ScheduledTaskData ScheduledTaskObject ScheduledTasks SchurDecomposition ScientificForm ScreenRectangle ScreenStyleEnvironment ScriptBaselineShifts ScriptLevel ScriptMinSize ScriptRules ScriptSizeMultipliers Scrollbars ScrollingOptions ScrollPosition Sec Sech SechDistribution SectionGrouping SectorChart SectorChart3D SectorOrigin SectorSpacing SeedRandom Select Selectable SelectComponents SelectedCells SelectedNotebook Selection SelectionAnimate SelectionCell SelectionCellCreateCell SelectionCellDefaultStyle SelectionCellParentStyle SelectionCreateCell SelectionDebuggerTag SelectionDuplicateCell SelectionEvaluate SelectionEvaluateCreateCell SelectionMove SelectionPlaceholder SelectionSetStyle SelectWithContents SelfLoops SelfLoopStyle SemialgebraicComponentInstances SendMail Sequence SequenceAlignment SequenceForm SequenceHold SequenceLimit Series SeriesCoefficient SeriesData SessionTime Set SetAccuracy SetAlphaChannel SetAttributes Setbacks SetBoxFormNamesPacket SetDelayed SetDirectory SetEnvironment SetEvaluationNotebook SetFileDate SetFileLoadingContext SetNotebookStatusLine SetOptions SetOptionsPacket SetPrecision SetProperty SetSelectedNotebook SetSharedFunction SetSharedVariable SetSpeechParametersPacket SetStreamPosition SetSystemOptions Setter SetterBar SetterBox SetterBoxOptions Setting SetValue Shading Shallow ShannonWavelet ShapiroWilkTest Share Sharpen ShearingMatrix ShearingTransform ShenCastanMatrix Short ShortDownArrow Shortest ShortestMatch ShortestPathFunction ShortLeftArrow ShortRightArrow ShortUpArrow Show ShowAutoStyles ShowCellBracket ShowCellLabel ShowCellTags ShowClosedCellArea ShowContents ShowControls ShowCursorTracker ShowGroupOpenCloseIcon ShowGroupOpener ShowInvisibleCharacters ShowPageBreaks ShowPredictiveInterface ShowSelection ShowShortBoxForm ShowSpecialCharacters ShowStringCharacters ShowSyntaxStyles ShrinkingDelay ShrinkWrapBoundingBox SiegelTheta SiegelTukeyTest Sign Signature SignedRankTest SignificanceLevel SignPadding SignTest SimilarityRules SimpleGraph SimpleGraphQ Simplify Sin Sinc SinghMaddalaDistribution SingleEvaluation SingleLetterItalics SingleLetterStyle SingularValueDecomposition SingularValueList SingularValuePlot SingularValues Sinh SinhIntegral SinIntegral SixJSymbol Skeleton SkeletonTransform SkellamDistribution Skewness SkewNormalDistribution Skip SliceDistribution Slider Slider2D Slider2DBox Slider2DBoxOptions SliderBox SliderBoxOptions SlideView Slot SlotSequence Small SmallCircle Smaller SmithDelayCompensator SmithWatermanSimilarity SmoothDensityHistogram SmoothHistogram SmoothHistogram3D SmoothKernelDistribution SocialMediaData Socket SokalSneathDissimilarity Solve SolveAlways SolveDelayed Sort SortBy Sound SoundAndGraphics SoundNote SoundVolume Sow Space SpaceForm Spacer Spacings Span SpanAdjustments SpanCharacterRounding SpanFromAbove SpanFromBoth SpanFromLeft SpanLineThickness SpanMaxSize SpanMinSize SpanningCharacters SpanSymmetric SparseArray SpatialGraphDistribution Speak SpeakTextPacket SpearmanRankTest SpearmanRho Spectrogram SpectrogramArray Specularity SpellingCorrection SpellingDictionaries SpellingDictionariesPath SpellingOptions SpellingSuggestionsPacket Sphere SphereBox SphericalBesselJ SphericalBesselY SphericalHankelH1 SphericalHankelH2 SphericalHarmonicY SphericalPlot3D SphericalRegion SpheroidalEigenvalue SpheroidalJoiningFactor SpheroidalPS SpheroidalPSPrime SpheroidalQS SpheroidalQSPrime SpheroidalRadialFactor SpheroidalS1 SpheroidalS1Prime SpheroidalS2 SpheroidalS2Prime Splice SplicedDistribution SplineClosed SplineDegree SplineKnots SplineWeights Split SplitBy SpokenString Sqrt SqrtBox SqrtBoxOptions Square SquaredEuclideanDistance SquareFreeQ SquareIntersection SquaresR SquareSubset SquareSubsetEqual SquareSuperset SquareSupersetEqual SquareUnion SquareWave StabilityMargins StabilityMarginsStyle StableDistribution Stack StackBegin StackComplete StackInhibit StandardDeviation StandardDeviationFilter StandardForm Standardize StandbyDistribution Star StarGraph StartAsynchronousTask StartingStepSize StartOfLine StartOfString StartScheduledTask StartupSound StateDimensions StateFeedbackGains StateOutputEstimator StateResponse StateSpaceModel StateSpaceRealization StateSpaceTransform StationaryDistribution StationaryWaveletPacketTransform StationaryWaveletTransform StatusArea StatusCentrality StepMonitor StieltjesGamma StirlingS1 StirlingS2 StopAsynchronousTask StopScheduledTask StrataVariables StratonovichProcess StreamColorFunction StreamColorFunctionScaling StreamDensityPlot StreamPlot StreamPoints StreamPosition Streams StreamScale StreamStyle String StringBreak StringByteCount StringCases StringCount StringDrop StringExpression StringForm StringFormat StringFreeQ StringInsert StringJoin StringLength StringMatchQ StringPosition StringQ StringReplace StringReplaceList StringReplacePart StringReverse StringRotateLeft StringRotateRight StringSkeleton StringSplit StringTake StringToStream StringTrim StripBoxes StripOnInput StripWrapperBoxes StrokeForm StructuralImportance StructuredArray StructuredSelection StruveH StruveL Stub StudentTDistribution Style StyleBox StyleBoxAutoDelete StyleBoxOptions StyleData StyleDefinitions StyleForm StyleKeyMapping StyleMenuListing StyleNameDialogSettings StyleNames StylePrint StyleSheetPath Subfactorial Subgraph SubMinus SubPlus SubresultantPolynomialRemainders SubresultantPolynomials Subresultants Subscript SubscriptBox SubscriptBoxOptions Subscripted Subset SubsetEqual Subsets SubStar Subsuperscript SubsuperscriptBox SubsuperscriptBoxOptions Subtract SubtractFrom SubValues Succeeds SucceedsEqual SucceedsSlantEqual SucceedsTilde SuchThat Sum SumConvergence Sunday SuperDagger SuperMinus SuperPlus Superscript SuperscriptBox SuperscriptBoxOptions Superset SupersetEqual SuperStar Surd SurdForm SurfaceColor SurfaceGraphics SurvivalDistribution SurvivalFunction SurvivalModel SurvivalModelFit SuspendPacket SuzukiDistribution SuzukiGroupSuz SwatchLegend Switch Symbol SymbolName SymletWavelet Symmetric SymmetricGroup SymmetricMatrixQ SymmetricPolynomial SymmetricReduction Symmetrize SymmetrizedArray SymmetrizedArrayRules SymmetrizedDependentComponents SymmetrizedIndependentComponents SymmetrizedReplacePart SynchronousInitialization SynchronousUpdating Syntax SyntaxForm SyntaxInformation SyntaxLength SyntaxPacket SyntaxQ SystemDialogInput SystemException SystemHelpPath SystemInformation SystemInformationData SystemOpen SystemOptions SystemsModelDelay SystemsModelDelayApproximate SystemsModelDelete SystemsModelDimensions SystemsModelExtract SystemsModelFeedbackConnect SystemsModelLabels SystemsModelOrder SystemsModelParallelConnect SystemsModelSeriesConnect SystemsModelStateFeedbackConnect SystemStub Tab TabFilling Table TableAlignments TableDepth TableDirections TableForm TableHeadings TableSpacing TableView TableViewBox TabSpacings TabView TabViewBox TabViewBoxOptions TagBox TagBoxNote TagBoxOptions TaggingRules TagSet TagSetDelayed TagStyle TagUnset Take TakeWhile Tally Tan Tanh TargetFunctions TargetUnits TautologyQ TelegraphProcess TemplateBox TemplateBoxOptions TemplateSlotSequence TemporalData Temporary TemporaryVariable TensorContract TensorDimensions TensorExpand TensorProduct TensorQ TensorRank TensorReduce TensorSymmetry TensorTranspose TensorWedge Tetrahedron TetrahedronBox TetrahedronBoxOptions TeXForm TeXSave Text Text3DBox Text3DBoxOptions TextAlignment TextBand TextBoundingBox TextBox TextCell TextClipboardType TextData TextForm TextJustification TextLine TextPacket TextParagraph TextRecognize TextRendering TextStyle Texture TextureCoordinateFunction TextureCoordinateScaling Therefore ThermometerGauge Thick Thickness Thin Thinning ThisLink ThompsonGroupTh Thread ThreeJSymbol Threshold Through Throw Thumbnail Thursday Ticks TicksStyle Tilde TildeEqual TildeFullEqual TildeTilde TimeConstrained TimeConstraint Times TimesBy TimeSeriesForecast TimeSeriesInvertibility TimeUsed TimeValue TimeZone Timing Tiny TitleGrouping TitsGroupT ToBoxes ToCharacterCode ToColor ToContinuousTimeModel ToDate ToDiscreteTimeModel ToeplitzMatrix ToExpression ToFileName Together Toggle ToggleFalse Toggler TogglerBar TogglerBox TogglerBoxOptions ToHeldExpression ToInvertibleTimeSeries TokenWords Tolerance ToLowerCase ToNumberField TooBig Tooltip TooltipBox TooltipBoxOptions TooltipDelay TooltipStyle Top TopHatTransform TopologicalSort ToRadicals ToRules ToString Total TotalHeight TotalVariationFilter TotalWidth TouchscreenAutoZoom TouchscreenControlPlacement ToUpperCase Tr Trace TraceAbove TraceAction TraceBackward TraceDepth TraceDialog TraceForward TraceInternal TraceLevel TraceOff TraceOn TraceOriginal TracePrint TraceScan TrackedSymbols TradingChart TraditionalForm TraditionalFunctionNotation TraditionalNotation TraditionalOrder TransferFunctionCancel TransferFunctionExpand TransferFunctionFactor TransferFunctionModel TransferFunctionPoles TransferFunctionTransform TransferFunctionZeros TransformationFunction TransformationFunctions TransformationMatrix TransformedDistribution TransformedField Translate TranslationTransform TransparentColor Transpose TreeForm TreeGraph TreeGraphQ TreePlot TrendStyle TriangleWave TriangularDistribution Trig TrigExpand TrigFactor TrigFactorList Trigger TrigReduce TrigToExp TrimmedMean True TrueQ TruncatedDistribution TsallisQExponentialDistribution TsallisQGaussianDistribution TTest Tube TubeBezierCurveBox TubeBezierCurveBoxOptions TubeBox TubeBSplineCurveBox TubeBSplineCurveBoxOptions Tuesday TukeyLambdaDistribution TukeyWindow Tuples TuranGraph TuringMachine Transparent UnateQ Uncompress Undefined UnderBar Underflow Underlined Underoverscript UnderoverscriptBox UnderoverscriptBoxOptions Underscript UnderscriptBox UnderscriptBoxOptions UndirectedEdge UndirectedGraph UndirectedGraphQ UndocumentedTestFEParserPacket UndocumentedTestGetSelectionPacket Unequal Unevaluated UniformDistribution UniformGraphDistribution UniformSumDistribution Uninstall Union UnionPlus Unique UnitBox UnitConvert UnitDimensions Unitize UnitRootTest UnitSimplify UnitStep UnitTriangle UnitVector Unprotect UnsameQ UnsavedVariables Unset UnsetShared UntrackedVariables Up UpArrow UpArrowBar UpArrowDownArrow Update UpdateDynamicObjects UpdateDynamicObjectsSynchronous UpdateInterval UpDownArrow UpEquilibrium UpperCaseQ UpperLeftArrow UpperRightArrow UpperTriangularize Upsample UpSet UpSetDelayed UpTee UpTeeArrow UpValues URL URLFetch URLFetchAsynchronous URLSave URLSaveAsynchronous UseGraphicsRange Using UsingFrontEnd V2Get ValidationLength Value ValueBox ValueBoxOptions ValueForm ValueQ ValuesData Variables Variance VarianceEquivalenceTest VarianceEstimatorFunction VarianceGammaDistribution VarianceTest VectorAngle VectorColorFunction VectorColorFunctionScaling VectorDensityPlot VectorGlyphData VectorPlot VectorPlot3D VectorPoints VectorQ Vectors VectorScale VectorStyle Vee Verbatim Verbose VerboseConvertToPostScriptPacket VerifyConvergence VerifySolutions VerifyTestAssumptions Version VersionNumber VertexAdd VertexCapacity VertexColors VertexComponent VertexConnectivity VertexCoordinateRules VertexCoordinates VertexCorrelationSimilarity VertexCosineSimilarity VertexCount VertexCoverQ VertexDataCoordinates VertexDegree VertexDelete VertexDiceSimilarity VertexEccentricity VertexInComponent VertexInDegree VertexIndex VertexJaccardSimilarity VertexLabeling VertexLabels VertexLabelStyle VertexList VertexNormals VertexOutComponent VertexOutDegree VertexQ VertexRenderingFunction VertexReplace VertexShape VertexShapeFunction VertexSize VertexStyle VertexTextureCoordinates VertexWeight Vertical VerticalBar VerticalForm VerticalGauge VerticalSeparator VerticalSlider VerticalTilde ViewAngle ViewCenter ViewMatrix ViewPoint ViewPointSelectorSettings ViewPort ViewRange ViewVector ViewVertical VirtualGroupData Visible VisibleCell VoigtDistribution VonMisesDistribution WaitAll WaitAsynchronousTask WaitNext WaitUntil WakebyDistribution WalleniusHypergeometricDistribution WaringYuleDistribution WatershedComponents WatsonUSquareTest WattsStrogatzGraphDistribution WaveletBestBasis WaveletFilterCoefficients WaveletImagePlot WaveletListPlot WaveletMapIndexed WaveletMatrixPlot WaveletPhi WaveletPsi WaveletScale WaveletScalogram WaveletThreshold WeaklyConnectedComponents WeaklyConnectedGraphQ WeakStationarity WeatherData WeberE Wedge Wednesday WeibullDistribution WeierstrassHalfPeriods WeierstrassInvariants WeierstrassP WeierstrassPPrime WeierstrassSigma WeierstrassZeta WeightedAdjacencyGraph WeightedAdjacencyMatrix WeightedData WeightedGraphQ Weights WelchWindow WheelGraph WhenEvent Which While White Whitespace WhitespaceCharacter WhittakerM WhittakerW WienerFilter WienerProcess WignerD WignerSemicircleDistribution WilksW WilksWTest WindowClickSelect WindowElements WindowFloating WindowFrame WindowFrameElements WindowMargins WindowMovable WindowOpacity WindowSelected WindowSize WindowStatusArea WindowTitle WindowToolbars WindowWidth With WolframAlpha WolframAlphaDate WolframAlphaQuantity WolframAlphaResult Word WordBoundary WordCharacter WordData WordSearch WordSeparators WorkingPrecision Write WriteString Wronskian XMLElement XMLObject Xnor Xor Yellow YuleDissimilarity ZernikeR ZeroSymmetric ZeroTest ZeroWidthTimes Zeta ZetaZero ZipfDistribution ZTest ZTransform $Aborted $ActivationGroupID $ActivationKey $ActivationUserRegistered $AddOnsDirectory $AssertFunction $Assumptions $AsynchronousTask $BaseDirectory $BatchInput $BatchOutput $BoxForms $ByteOrdering $Canceled $CharacterEncoding $CharacterEncodings $CommandLine $CompilationTarget $ConditionHold $ConfiguredKernels $Context $ContextPath $ControlActiveSetting $CreationDate $CurrentLink $DateStringFormat $DefaultFont $DefaultFrontEnd $DefaultImagingDevice $DefaultPath $Display $DisplayFunction $DistributedContexts $DynamicEvaluation $Echo $Epilog $ExportFormats $Failed $FinancialDataSource $FormatType $FrontEnd $FrontEndSession $GeoLocation $HistoryLength $HomeDirectory $HTTPCookies $IgnoreEOF $ImagingDevices $ImportFormats $InitialDirectory $Input $InputFileName $InputStreamMethods $Inspector $InstallationDate $InstallationDirectory $InterfaceEnvironment $IterationLimit $KernelCount $KernelID $Language $LaunchDirectory $LibraryPath $LicenseExpirationDate $LicenseID $LicenseProcesses $LicenseServer $LicenseSubprocesses $LicenseType $Line $Linked $LinkSupported $LoadedFiles $MachineAddresses $MachineDomain $MachineDomains $MachineEpsilon $MachineID $MachineName $MachinePrecision $MachineType $MaxExtraPrecision $MaxLicenseProcesses $MaxLicenseSubprocesses $MaxMachineNumber $MaxNumber $MaxPiecewiseCases $MaxPrecision $MaxRootDegree $MessageGroups $MessageList $MessagePrePrint $Messages $MinMachineNumber $MinNumber $MinorReleaseNumber $MinPrecision $ModuleNumber $NetworkLicense $NewMessage $NewSymbol $Notebooks $NumberMarks $Off $OperatingSystem $Output $OutputForms $OutputSizeLimit $OutputStreamMethods $Packages $ParentLink $ParentProcessID $PasswordFile $PatchLevelID $Path $PathnameSeparator $PerformanceGoal $PipeSupported $Post $Pre $PreferencesDirectory $PrePrint $PreRead $PrintForms $PrintLiteral $ProcessID $ProcessorCount $ProcessorType $ProductInformation $ProgramName $RandomState $RecursionLimit $ReleaseNumber $RootDirectory $ScheduledTask $ScriptCommandLine $SessionID $SetParentLink $SharedFunctions $SharedVariables $SoundDisplay $SoundDisplayFunction $SuppressInputFormHeads $SynchronousEvaluation $SyntaxHandler $System $SystemCharacterEncoding $SystemID $SystemWordLength $TemporaryDirectory $TemporaryPrefix $TextStyle $TimedOut $TimeUnit $TimeZone $TopDirectory $TraceOff $TraceOn $TracePattern $TracePostAction $TracePreAction $Urgent $UserAddOnsDirectory $UserBaseDirectory $UserDocumentsDirectory $UserName $Version $VersionNumber", +contains:[{className:"comment",begin:/\(\*/,end:/\*\)/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{begin:/\{/,end:/\}/,illegal:/:/}]}}},{name:"matlab",create:function(e){var t=[e.C_NUMBER_MODE,{className:"string",begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE,{begin:"''"}]}],a={relevance:0,contains:[{begin:/'['\.]*/}]};return{keywords:{keyword:"break case catch classdef continue else elseif end enumerated events for function global if methods otherwise parfor persistent properties return spmd switch try while",built_in:"sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan atand atan2 atanh sec secd sech asec asecd asech csc cscd csch acsc acscd acsch cot cotd coth acot acotd acoth hypot exp expm1 log log1p log10 log2 pow2 realpow reallog realsqrt sqrt nthroot nextpow2 abs angle complex conj imag real unwrap isreal cplxpair fix floor ceil round mod rem sign airy besselj bessely besselh besseli besselk beta betainc betaln ellipj ellipke erf erfc erfcx erfinv expint gamma gammainc gammaln psi legendre cross dot factor isprime primes gcd lcm rat rats perms nchoosek factorial cart2sph cart2pol pol2cart sph2cart hsv2rgb rgb2hsv zeros ones eye repmat rand randn linspace logspace freqspace meshgrid accumarray size length ndims numel disp isempty isequal isequalwithequalnans cat reshape diag blkdiag tril triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i inf nan isnan isinf isfinite j why compan gallery hadamard hankel hilb invhilb magic pascal rosser toeplitz vander wilkinson"},illegal:'(//|"|#|/\\*|\\s+/\\w+)',contains:[{className:"function",beginKeywords:"function",end:"$",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}]}]},{begin:/[a-zA-Z_][a-zA-Z_0-9]*'['\.]*/,returnBegin:!0,relevance:0,contains:[{begin:/[a-zA-Z_][a-zA-Z_0-9]*/,relevance:0},a.contains[0]]},{begin:"\\[",end:"\\]",contains:t,relevance:0,starts:a},{begin:"\\{",end:/}/,contains:t,relevance:0,starts:a},{begin:/\)/,relevance:0,starts:a},e.COMMENT("^\\s*\\%\\{\\s*$","^\\s*\\%\\}\\s*$"),e.COMMENT("\\%","$")].concat(t)}}},{name:"maxima",create:function(e){var t="if then else elseif for thru do while unless step in and or not",a="true false unknown inf minf ind und %e %i %pi %phi %gamma",r=" abasep abs absint absolute_real_time acos acosh acot acoth acsc acsch activate addcol add_edge add_edges addmatrices addrow add_vertex add_vertices adjacency_matrix adjoin adjoint af agd airy airy_ai airy_bi airy_dai airy_dbi algsys alg_type alias allroots alphacharp alphanumericp amortization %and annuity_fv annuity_pv antid antidiff AntiDifference append appendfile apply apply1 apply2 applyb1 apropos args arit_amortization arithmetic arithsum array arrayapply arrayinfo arraymake arraysetapply ascii asec asech asin asinh askinteger asksign assoc assoc_legendre_p assoc_legendre_q assume assume_external_byte_order asympa at atan atan2 atanh atensimp atom atvalue augcoefmatrix augmented_lagrangian_method av average_degree backtrace bars barsplot barsplot_description base64 base64_decode bashindices batch batchload bc2 bdvac belln benefit_cost bern bernpoly bernstein_approx bernstein_expand bernstein_poly bessel bessel_i bessel_j bessel_k bessel_simplify bessel_y beta beta_incomplete beta_incomplete_generalized beta_incomplete_regularized bezout bfallroots bffac bf_find_root bf_fmin_cobyla bfhzeta bfloat bfloatp bfpsi bfpsi0 bfzeta biconnected_components bimetric binomial bipartition block blockmatrixp bode_gain bode_phase bothcoef box boxplot boxplot_description break bug_report build_info|10 buildq build_sample burn cabs canform canten cardinality carg cartan cartesian_product catch cauchy_matrix cbffac cdf_bernoulli cdf_beta cdf_binomial cdf_cauchy cdf_chi2 cdf_continuous_uniform cdf_discrete_uniform cdf_exp cdf_f cdf_gamma cdf_general_finite_discrete cdf_geometric cdf_gumbel cdf_hypergeometric cdf_laplace cdf_logistic cdf_lognormal cdf_negative_binomial cdf_noncentral_chi2 cdf_noncentral_student_t cdf_normal cdf_pareto cdf_poisson cdf_rank_sum cdf_rayleigh cdf_signed_rank cdf_student_t cdf_weibull cdisplay ceiling central_moment cequal cequalignore cf cfdisrep cfexpand cgeodesic cgreaterp cgreaterpignore changename changevar chaosgame charat charfun charfun2 charlist charp charpoly chdir chebyshev_t chebyshev_u checkdiv check_overlaps chinese cholesky christof chromatic_index chromatic_number cint circulant_graph clear_edge_weight clear_rules clear_vertex_label clebsch_gordan clebsch_graph clessp clesspignore close closefile cmetric coeff coefmatrix cograd col collapse collectterms columnop columnspace columnswap columnvector combination combine comp2pui compare compfile compile compile_file complement_graph complete_bipartite_graph complete_graph complex_number_p components compose_functions concan concat conjugate conmetderiv connected_components connect_vertices cons constant constantp constituent constvalue cont2part content continuous_freq contortion contour_plot contract contract_edge contragrad contrib_ode convert coord copy copy_file copy_graph copylist copymatrix cor cos cosh cot coth cov cov1 covdiff covect covers crc24sum create_graph create_list csc csch csetup cspline ctaylor ct_coordsys ctransform ctranspose cube_graph cuboctahedron_graph cunlisp cv cycle_digraph cycle_graph cylindrical days360 dblint deactivate declare declare_constvalue declare_dimensions declare_fundamental_dimensions declare_fundamental_units declare_qty declare_translated declare_unit_conversion declare_units declare_weights decsym defcon define define_alt_display define_variable defint defmatch defrule defstruct deftaylor degree_sequence del delete deleten delta demo demoivre denom depends derivdegree derivlist describe desolve determinant dfloat dgauss_a dgauss_b dgeev dgemm dgeqrf dgesv dgesvd diag diagmatrix diag_matrix diagmatrixp diameter diff digitcharp dimacs_export dimacs_import dimension dimensionless dimensions dimensions_as_list direct directory discrete_freq disjoin disjointp disolate disp dispcon dispform dispfun dispJordan display disprule dispterms distrib divide divisors divsum dkummer_m dkummer_u dlange dodecahedron_graph dotproduct dotsimp dpart draw draw2d draw3d drawdf draw_file draw_graph dscalar echelon edge_coloring edge_connectivity edges eigens_by_jacobi eigenvalues eigenvectors eighth einstein eivals eivects elapsed_real_time elapsed_run_time ele2comp ele2polynome ele2pui elem elementp elevation_grid elim elim_allbut eliminate eliminate_using ellipse elliptic_e elliptic_ec elliptic_eu elliptic_f elliptic_kc elliptic_pi ematrix empty_graph emptyp endcons entermatrix entertensor entier equal equalp equiv_classes erf erfc erf_generalized erfi errcatch error errormsg errors euler ev eval_string evenp every evolution evolution2d evundiff example exp expand expandwrt expandwrt_factored expint expintegral_chi expintegral_ci expintegral_e expintegral_e1 expintegral_ei expintegral_e_simplify expintegral_li expintegral_shi expintegral_si explicit explose exponentialize express expt exsec extdiff extract_linear_equations extremal_subset ezgcd %f f90 facsum factcomb factor factorfacsum factorial factorout factorsum facts fast_central_elements fast_linsolve fasttimes featurep fernfale fft fib fibtophi fifth filename_merge file_search file_type fillarray findde find_root find_root_abs find_root_error find_root_rel first fix flatten flength float floatnump floor flower_snark flush flush1deriv flushd flushnd flush_output fmin_cobyla forget fortran fourcos fourexpand fourier fourier_elim fourint fourintcos fourintsin foursimp foursin fourth fposition frame_bracket freeof freshline fresnel_c fresnel_s from_adjacency_matrix frucht_graph full_listify fullmap fullmapl fullratsimp fullratsubst fullsetify funcsolve fundamental_dimensions fundamental_units fundef funmake funp fv g0 g1 gamma gamma_greek gamma_incomplete gamma_incomplete_generalized gamma_incomplete_regularized gauss gauss_a gauss_b gaussprob gcd gcdex gcdivide gcfac gcfactor gd generalized_lambert_w genfact gen_laguerre genmatrix gensym geo_amortization geo_annuity_fv geo_annuity_pv geomap geometric geometric_mean geosum get getcurrentdirectory get_edge_weight getenv get_lu_factors get_output_stream_string get_pixel get_plot_option get_tex_environment get_tex_environment_default get_vertex_label gfactor gfactorsum ggf girth global_variances gn gnuplot_close gnuplot_replot gnuplot_reset gnuplot_restart gnuplot_start go Gosper GosperSum gr2d gr3d gradef gramschmidt graph6_decode graph6_encode graph6_export graph6_import graph_center graph_charpoly graph_eigenvalues graph_flow graph_order graph_periphery graph_product graph_size graph_union great_rhombicosidodecahedron_graph great_rhombicuboctahedron_graph grid_graph grind grobner_basis grotzch_graph hamilton_cycle hamilton_path hankel hankel_1 hankel_2 harmonic harmonic_mean hav heawood_graph hermite hessian hgfred hilbertmap hilbert_matrix hipow histogram histogram_description hodge horner hypergeometric i0 i1 %ibes ic1 ic2 ic_convert ichr1 ichr2 icosahedron_graph icosidodecahedron_graph icurvature ident identfor identity idiff idim idummy ieqn %if ifactors iframes ifs igcdex igeodesic_coords ilt image imagpart imetric implicit implicit_derivative implicit_plot indexed_tensor indices induced_subgraph inferencep inference_result infix info_display init_atensor init_ctensor in_neighbors innerproduct inpart inprod inrt integerp integer_partitions integrate intersect intersection intervalp intopois intosum invariant1 invariant2 inverse_fft inverse_jacobi_cd inverse_jacobi_cn inverse_jacobi_cs inverse_jacobi_dc inverse_jacobi_dn inverse_jacobi_ds inverse_jacobi_nc inverse_jacobi_nd inverse_jacobi_ns inverse_jacobi_sc inverse_jacobi_sd inverse_jacobi_sn invert invert_by_adjoint invert_by_lu inv_mod irr is is_biconnected is_bipartite is_connected is_digraph is_edge_in_graph is_graph is_graph_or_digraph ishow is_isomorphic isolate isomorphism is_planar isqrt isreal_p is_sconnected is_tree is_vertex_in_graph items_inference %j j0 j1 jacobi jacobian jacobi_cd jacobi_cn jacobi_cs jacobi_dc jacobi_dn jacobi_ds jacobi_nc jacobi_nd jacobi_ns jacobi_p jacobi_sc jacobi_sd jacobi_sn JF jn join jordan julia julia_set julia_sin %k kdels kdelta kill killcontext kostka kron_delta kronecker_product kummer_m kummer_u kurtosis kurtosis_bernoulli kurtosis_beta kurtosis_binomial kurtosis_chi2 kurtosis_continuous_uniform kurtosis_discrete_uniform kurtosis_exp kurtosis_f kurtosis_gamma kurtosis_general_finite_discrete kurtosis_geometric kurtosis_gumbel kurtosis_hypergeometric kurtosis_laplace kurtosis_logistic kurtosis_lognormal kurtosis_negative_binomial kurtosis_noncentral_chi2 kurtosis_noncentral_student_t kurtosis_normal kurtosis_pareto kurtosis_poisson kurtosis_rayleigh kurtosis_student_t kurtosis_weibull label labels lagrange laguerre lambda lambert_w laplace laplacian_matrix last lbfgs lc2kdt lcharp lc_l lcm lc_u ldefint ldisp ldisplay legendre_p legendre_q leinstein length let letrules letsimp levi_civita lfreeof lgtreillis lhs li liediff limit Lindstedt linear linearinterpol linear_program linear_regression line_graph linsolve listarray list_correlations listify list_matrix_entries list_nc_monomials listoftens listofvars listp lmax lmin load loadfile local locate_matrix_entry log logcontract log_gamma lopow lorentz_gauge lowercasep lpart lratsubst lreduce lriemann lsquares_estimates lsquares_estimates_approximate lsquares_estimates_exact lsquares_mse lsquares_residual_mse lsquares_residuals lsum ltreillis lu_backsub lucas lu_factor %m macroexpand macroexpand1 make_array makebox makefact makegamma make_graph make_level_picture makelist makeOrders make_poly_continent make_poly_country make_polygon make_random_state make_rgb_picture makeset make_string_input_stream make_string_output_stream make_transform mandelbrot mandelbrot_set map mapatom maplist matchdeclare matchfix mat_cond mat_fullunblocker mat_function mathml_display mat_norm matrix matrixmap matrixp matrix_size mattrace mat_trace mat_unblocker max max_clique max_degree max_flow maximize_lp max_independent_set max_matching maybe md5sum mean mean_bernoulli mean_beta mean_binomial mean_chi2 mean_continuous_uniform mean_deviation mean_discrete_uniform mean_exp mean_f mean_gamma mean_general_finite_discrete mean_geometric mean_gumbel mean_hypergeometric mean_laplace mean_logistic mean_lognormal mean_negative_binomial mean_noncentral_chi2 mean_noncentral_student_t mean_normal mean_pareto mean_poisson mean_rayleigh mean_student_t mean_weibull median median_deviation member mesh metricexpandall mgf1_sha1 min min_degree min_edge_cut minfactorial minimalPoly minimize_lp minimum_spanning_tree minor minpack_lsquares minpack_solve min_vertex_cover min_vertex_cut mkdir mnewton mod mode_declare mode_identity ModeMatrix moebius mon2schur mono monomial_dimensions multibernstein_poly multi_display_for_texinfo multi_elem multinomial multinomial_coeff multi_orbit multiplot_mode multi_pui multsym multthru mycielski_graph nary natural_unit nc_degree ncexpt ncharpoly negative_picture neighbors new newcontext newdet new_graph newline newton new_variable next_prime nicedummies niceindices ninth nofix nonarray noncentral_moment nonmetricity nonnegintegerp nonscalarp nonzeroandfreeof notequal nounify nptetrad npv nroots nterms ntermst nthroot nullity nullspace num numbered_boundaries numberp number_to_octets num_distinct_partitions numerval numfactor num_partitions nusum nzeta nzetai nzetar octets_to_number octets_to_oid odd_girth oddp ode2 ode_check odelin oid_to_octets op opena opena_binary openr openr_binary openw openw_binary operatorp opsubst optimize %or orbit orbits ordergreat ordergreatp orderless orderlessp orthogonal_complement orthopoly_recur orthopoly_weight outermap out_neighbors outofpois pade parabolic_cylinder_d parametric parametric_surface parg parGosper parse_string parse_timedate part part2cont partfrac partition partition_set partpol path_digraph path_graph pathname_directory pathname_name pathname_type pdf_bernoulli pdf_beta pdf_binomial pdf_cauchy pdf_chi2 pdf_continuous_uniform pdf_discrete_uniform pdf_exp pdf_f pdf_gamma pdf_general_finite_discrete pdf_geometric pdf_gumbel pdf_hypergeometric pdf_laplace pdf_logistic pdf_lognormal pdf_negative_binomial pdf_noncentral_chi2 pdf_noncentral_student_t pdf_normal pdf_pareto pdf_poisson pdf_rank_sum pdf_rayleigh pdf_signed_rank pdf_student_t pdf_weibull pearson_skewness permanent permut permutation permutations petersen_graph petrov pickapart picture_equalp picturep piechart piechart_description planar_embedding playback plog plot2d plot3d plotdf ploteq plsquares pochhammer points poisdiff poisexpt poisint poismap poisplus poissimp poissubst poistimes poistrim polar polarform polartorect polar_to_xy poly_add poly_buchberger poly_buchberger_criterion poly_colon_ideal poly_content polydecomp poly_depends_p poly_elimination_ideal poly_exact_divide poly_expand poly_expt poly_gcd polygon poly_grobner poly_grobner_equal poly_grobner_member poly_grobner_subsetp poly_ideal_intersection poly_ideal_polysaturation poly_ideal_polysaturation1 poly_ideal_saturation poly_ideal_saturation1 poly_lcm poly_minimization polymod poly_multiply polynome2ele polynomialp poly_normal_form poly_normalize poly_normalize_list poly_polysaturation_extension poly_primitive_part poly_pseudo_divide poly_reduced_grobner poly_reduction poly_saturation_extension poly_s_polynomial poly_subtract polytocompanion pop postfix potential power_mod powerseries powerset prefix prev_prime primep primes principal_components print printf printfile print_graph printpois printprops prodrac product properties propvars psi psubst ptriangularize pui pui2comp pui2ele pui2polynome pui_direct puireduc push put pv qput qrange qty quad_control quad_qag quad_qagi quad_qagp quad_qags quad_qawc quad_qawf quad_qawo quad_qaws quadrilateral quantile quantile_bernoulli quantile_beta quantile_binomial quantile_cauchy quantile_chi2 quantile_continuous_uniform quantile_discrete_uniform quantile_exp quantile_f quantile_gamma quantile_general_finite_discrete quantile_geometric quantile_gumbel quantile_hypergeometric quantile_laplace quantile_logistic quantile_lognormal quantile_negative_binomial quantile_noncentral_chi2 quantile_noncentral_student_t quantile_normal quantile_pareto quantile_poisson quantile_rayleigh quantile_student_t quantile_weibull quartile_skewness quit qunit quotient racah_v racah_w radcan radius random random_bernoulli random_beta random_binomial random_bipartite_graph random_cauchy random_chi2 random_continuous_uniform random_digraph random_discrete_uniform random_exp random_f random_gamma random_general_finite_discrete random_geometric random_graph random_graph1 random_gumbel random_hypergeometric random_laplace random_logistic random_lognormal random_negative_binomial random_network random_noncentral_chi2 random_noncentral_student_t random_normal random_pareto random_permutation random_poisson random_rayleigh random_regular_graph random_student_t random_tournament random_tree random_weibull range rank rat ratcoef ratdenom ratdiff ratdisrep ratexpand ratinterpol rational rationalize ratnumer ratnump ratp ratsimp ratsubst ratvars ratweight read read_array read_binary_array read_binary_list read_binary_matrix readbyte readchar read_hashed_array readline read_list read_matrix read_nested_list readonly read_xpm real_imagpart_to_conjugate realpart realroots rearray rectangle rectform rectform_log_if_constant recttopolar rediff reduce_consts reduce_order region region_boundaries region_boundaries_plus rem remainder remarray rembox remcomps remcon remcoord remfun remfunction remlet remove remove_constvalue remove_dimensions remove_edge remove_fundamental_dimensions remove_fundamental_units remove_plot_option remove_vertex rempart remrule remsym remvalue rename rename_file reset reset_displays residue resolvante resolvante_alternee1 resolvante_bipartite resolvante_diedrale resolvante_klein resolvante_klein3 resolvante_produit_sym resolvante_unitaire resolvante_vierer rest resultant return reveal reverse revert revert2 rgb2level rhs ricci riemann rinvariant risch rk rmdir rncombine romberg room rootscontract round row rowop rowswap rreduce run_testsuite %s save saving scalarp scaled_bessel_i scaled_bessel_i0 scaled_bessel_i1 scalefactors scanmap scatterplot scatterplot_description scene schur2comp sconcat scopy scsimp scurvature sdowncase sec sech second sequal sequalignore set_alt_display setdifference set_draw_defaults set_edge_weight setelmx setequalp setify setp set_partitions set_plot_option set_prompt set_random_state set_tex_environment set_tex_environment_default setunits setup_autoload set_up_dot_simplifications set_vertex_label seventh sexplode sf sha1sum sha256sum shortest_path shortest_weighted_path show showcomps showratvars sierpinskiale sierpinskimap sign signum similaritytransform simp_inequality simplify_sum simplode simpmetderiv simtran sin sinh sinsert sinvertcase sixth skewness skewness_bernoulli skewness_beta skewness_binomial skewness_chi2 skewness_continuous_uniform skewness_discrete_uniform skewness_exp skewness_f skewness_gamma skewness_general_finite_discrete skewness_geometric skewness_gumbel skewness_hypergeometric skewness_laplace skewness_logistic skewness_lognormal skewness_negative_binomial skewness_noncentral_chi2 skewness_noncentral_student_t skewness_normal skewness_pareto skewness_poisson skewness_rayleigh skewness_student_t skewness_weibull slength smake small_rhombicosidodecahedron_graph small_rhombicuboctahedron_graph smax smin smismatch snowmap snub_cube_graph snub_dodecahedron_graph solve solve_rec solve_rec_rat some somrac sort sparse6_decode sparse6_encode sparse6_export sparse6_import specint spherical spherical_bessel_j spherical_bessel_y spherical_hankel1 spherical_hankel2 spherical_harmonic spherical_to_xyz splice split sposition sprint sqfr sqrt sqrtdenest sremove sremovefirst sreverse ssearch ssort sstatus ssubst ssubstfirst staircase standardize standardize_inverse_trig starplot starplot_description status std std1 std_bernoulli std_beta std_binomial std_chi2 std_continuous_uniform std_discrete_uniform std_exp std_f std_gamma std_general_finite_discrete std_geometric std_gumbel std_hypergeometric std_laplace std_logistic std_lognormal std_negative_binomial std_noncentral_chi2 std_noncentral_student_t std_normal std_pareto std_poisson std_rayleigh std_student_t std_weibull stemplot stirling stirling1 stirling2 strim striml strimr string stringout stringp strong_components struve_h struve_l sublis sublist sublist_indices submatrix subsample subset subsetp subst substinpart subst_parallel substpart substring subvar subvarp sum sumcontract summand_to_rec supcase supcontext symbolp symmdifference symmetricp system take_channel take_inference tan tanh taylor taylorinfo taylorp taylor_simplifier taytorat tcl_output tcontract tellrat tellsimp tellsimpafter tentex tenth test_mean test_means_difference test_normality test_proportion test_proportions_difference test_rank_sum test_sign test_signed_rank test_variance test_variance_ratio tex tex1 tex_display texput %th third throw time timedate timer timer_info tldefint tlimit todd_coxeter toeplitz tokens to_lisp topological_sort to_poly to_poly_solve totaldisrep totalfourier totient tpartpol trace tracematrix trace_options transform_sample translate translate_file transpose treefale tree_reduce treillis treinat triangle triangularize trigexpand trigrat trigreduce trigsimp trunc truncate truncated_cube_graph truncated_dodecahedron_graph truncated_icosahedron_graph truncated_tetrahedron_graph tr_warnings_get tube tutte_graph ueivects uforget ultraspherical underlying_graph undiff union unique uniteigenvectors unitp units unit_step unitvector unorder unsum untellrat untimer untrace uppercasep uricci uriemann uvect vandermonde_matrix var var1 var_bernoulli var_beta var_binomial var_chi2 var_continuous_uniform var_discrete_uniform var_exp var_f var_gamma var_general_finite_discrete var_geometric var_gumbel var_hypergeometric var_laplace var_logistic var_lognormal var_negative_binomial var_noncentral_chi2 var_noncentral_student_t var_normal var_pareto var_poisson var_rayleigh var_student_t var_weibull vector vectorpotential vectorsimp verbify vers vertex_coloring vertex_connectivity vertex_degree vertex_distance vertex_eccentricity vertex_in_degree vertex_out_degree vertices vertices_to_cycle vertices_to_path %w weyl wheel_graph wiener_index wigner_3j wigner_6j wigner_9j with_stdout write_binary_data writebyte write_data writefile wronskian xreduce xthru %y Zeilberger zeroequiv zerofor zeromatrix zeromatrixp zeta zgeev zheev zlange zn_add_table zn_carmichael_lambda zn_characteristic_factors zn_determinant zn_factor_generators zn_invert_by_lu zn_log zn_mult_table absboxchar activecontexts adapt_depth additive adim aform algebraic algepsilon algexact aliases allbut all_dotsimp_denoms allocation allsym alphabetic animation antisymmetric arrays askexp assume_pos assume_pos_pred assumescalar asymbol atomgrad atrig1 axes axis_3d axis_bottom axis_left axis_right axis_top azimuth background background_color backsubst berlefact bernstein_explicit besselexpand beta_args_sum_to_integer beta_expand bftorat bftrunc bindtest border boundaries_array box boxchar breakup %c capping cauchysum cbrange cbtics center cflength cframe_flag cnonmet_flag color color_bar color_bar_tics colorbox columns commutative complex cone context contexts contour contour_levels cosnpiflag ctaypov ctaypt ctayswitch ctayvar ct_coords ctorsion_flag ctrgsimp cube current_let_rule_package cylinder data_file_name debugmode decreasing default_let_rule_package delay dependencies derivabbrev derivsubst detout diagmetric diff dim dimensions dispflag display2d|10 display_format_internal distribute_over doallmxops domain domxexpt domxmxops domxnctimes dontfactor doscmxops doscmxplus dot0nscsimp dot0simp dot1simp dotassoc dotconstrules dotdistrib dotexptsimp dotident dotscrules draw_graph_program draw_realpart edge_color edge_coloring edge_partition edge_type edge_width %edispflag elevation %emode endphi endtheta engineering_format_floats enhanced3d %enumer epsilon_lp erfflag erf_representation errormsg error_size error_syms error_type %e_to_numlog eval even evenfun evflag evfun ev_point expandwrt_denom expintexpand expintrep expon expop exptdispflag exptisolate exptsubst facexpand facsum_combine factlim factorflag factorial_expand factors_only fb feature features file_name file_output_append file_search_demo file_search_lisp file_search_maxima|10 file_search_tests file_search_usage file_type_lisp file_type_maxima|10 fill_color fill_density filled_func fixed_vertices flipflag float2bf font font_size fortindent fortspaces fpprec fpprintprec functions gamma_expand gammalim gdet genindex gensumnum GGFCFMAX GGFINFINITY globalsolve gnuplot_command gnuplot_curve_styles gnuplot_curve_titles gnuplot_default_term_command gnuplot_dumb_term_command gnuplot_file_args gnuplot_file_name gnuplot_out_file gnuplot_pdf_term_command gnuplot_pm3d gnuplot_png_term_command gnuplot_postamble gnuplot_preamble gnuplot_ps_term_command gnuplot_svg_term_command gnuplot_term gnuplot_view_args Gosper_in_Zeilberger gradefs grid grid2d grind halfangles head_angle head_both head_length head_type height hypergeometric_representation %iargs ibase icc1 icc2 icounter idummyx ieqnprint ifb ifc1 ifc2 ifg ifgi ifr iframe_bracket_form ifri igeowedge_flag ikt1 ikt2 imaginary inchar increasing infeval infinity inflag infolists inm inmc1 inmc2 intanalysis integer integervalued integrate_use_rootsof integration_constant integration_constant_counter interpolate_color intfaclim ip_grid ip_grid_in irrational isolate_wrt_times iterations itr julia_parameter %k1 %k2 keepfloat key key_pos kinvariant kt label label_alignment label_orientation labels lassociative lbfgs_ncorrections lbfgs_nfeval_max leftjust legend letrat let_rule_packages lfg lg lhospitallim limsubst linear linear_solver linechar linel|10 linenum line_type linewidth line_width linsolve_params linsolvewarn lispdisp listarith listconstvars listdummyvars lmxchar load_pathname loadprint logabs logarc logcb logconcoeffp logexpand lognegint logsimp logx logx_secondary logy logy_secondary logz lriem m1pbranch macroexpansion macros mainvar manual_demo maperror mapprint matrix_element_add matrix_element_mult matrix_element_transpose maxapplydepth maxapplyheight maxima_tempdir|10 maxima_userdir|10 maxnegex MAX_ORD maxposex maxpsifracdenom maxpsifracnum maxpsinegint maxpsiposint maxtayorder mesh_lines_color method mod_big_prime mode_check_errorp mode_checkp mode_check_warnp mod_test mod_threshold modular_linear_solver modulus multiplicative multiplicities myoptions nary negdistrib negsumdispflag newline newtonepsilon newtonmaxiter nextlayerfactor niceindicespref nm nmc noeval nolabels nonegative_lp noninteger nonscalar noun noundisp nouns np npi nticks ntrig numer numer_pbranch obase odd oddfun opacity opproperties opsubst optimprefix optionset orientation origin orthopoly_returns_intervals outative outchar packagefile palette partswitch pdf_file pfeformat phiresolution %piargs piece pivot_count_sx pivot_max_sx plot_format plot_options plot_realpart png_file pochhammer_max_index points pointsize point_size points_joined point_type poislim poisson poly_coefficient_ring poly_elimination_order polyfactor poly_grobner_algorithm poly_grobner_debug poly_monomial_order poly_primary_elimination_order poly_return_term_list poly_secondary_elimination_order poly_top_reduction_only posfun position powerdisp pred prederror primep_number_of_tests product_use_gamma program programmode promote_float_to_bigfloat prompt proportional_axes props psexpand ps_file radexpand radius radsubstflag rassociative ratalgdenom ratchristof ratdenomdivide rateinstein ratepsilon ratfac rational ratmx ratprint ratriemann ratsimpexpons ratvarswitch ratweights ratweyl ratwtlvl real realonly redraw refcheck resolution restart resultant ric riem rmxchar %rnum_list rombergabs rombergit rombergmin rombergtol rootsconmode rootsepsilon run_viewer same_xy same_xyz savedef savefactors scalar scalarmatrixp scale scale_lp setcheck setcheckbreak setval show_edge_color show_edges show_edge_type show_edge_width show_id show_label showtime show_vertex_color show_vertex_size show_vertex_type show_vertices show_weight simp simplified_output simplify_products simpproduct simpsum sinnpiflag solvedecomposes solveexplicit solvefactors solvenullwarn solveradcan solvetrigwarn space sparse sphere spring_embedding_depth sqrtdispflag stardisp startphi starttheta stats_numer stringdisp structures style sublis_apply_lambda subnumsimp sumexpand sumsplitfact surface surface_hide svg_file symmetric tab taylordepth taylor_logexpand taylor_order_coefficients taylor_truncate_polynomials tensorkill terminal testsuite_files thetaresolution timer_devalue title tlimswitch tr track transcompile transform transform_xy translate_fast_arrays transparent transrun tr_array_as_ref tr_bound_function_applyp tr_file_tty_messagesp tr_float_can_branch_complex tr_function_call_default trigexpandplus trigexpandtimes triginverses trigsign trivial_solutions tr_numer tr_optimize_max_loop tr_semicompile tr_state_vars tr_warn_bad_function_calls tr_warn_fexpr tr_warn_meval tr_warn_mode tr_warn_undeclared tr_warn_undefined_variable tstep ttyoff tube_extremes ufg ug %unitexpand unit_vectors uric uriem use_fast_arrays user_preamble usersetunits values vect_cross verbose vertex_color vertex_coloring vertex_partition vertex_size vertex_type view warnings weyl width windowname windowtitle wired_surface wireframe xaxis xaxis_color xaxis_secondary xaxis_type xaxis_width xlabel xlabel_secondary xlength xrange xrange_secondary xtics xtics_axis xtics_rotate xtics_rotate_secondary xtics_secondary xtics_secondary_axis xu_grid x_voxel xy_file xyplane xy_scale yaxis yaxis_color yaxis_secondary yaxis_type yaxis_width ylabel ylabel_secondary ylength yrange yrange_secondary ytics ytics_axis ytics_rotate ytics_rotate_secondary ytics_secondary ytics_secondary_axis yv_grid y_voxel yx_ratio zaxis zaxis_color zaxis_type zaxis_width zeroa zerob zerobern zeta%pi zlabel zlabel_rotate zlength zmin zn_primroot_limit zn_primroot_pretest",s="_ __ %|0 %%|0";return{lexemes:"[A-Za-z_%][0-9A-Za-z_%]*",keywords:{keyword:t,literal:a,built_in:r,symbol:s},contains:[{className:"comment",begin:"/\\*",end:"\\*/",contains:["self"]},e.QUOTE_STRING_MODE,{className:"number",relevance:0,variants:[{begin:"\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Ee][-+]?\\d+\\b"},{begin:"\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Bb][-+]?\\d+\\b",relevance:10},{begin:"\\b(\\.\\d+|\\d+\\.\\d+)\\b"},{begin:"\\b(\\d+|0[0-9A-Za-z]+)\\.?\\b"}]}],illegal:/@/}}},{name:"mel",create:function(e){return{keywords:"int float string vector matrix if else switch case default while do for in break continue global proc return about abs addAttr addAttributeEditorNodeHelp addDynamic addNewShelfTab addPP addPanelCategory addPrefixToName advanceToNextDrivenKey affectedNet affects aimConstraint air alias aliasAttr align alignCtx alignCurve alignSurface allViewFit ambientLight angle angleBetween animCone animCurveEditor animDisplay animView annotate appendStringArray applicationName applyAttrPreset applyTake arcLenDimContext arcLengthDimension arclen arrayMapper art3dPaintCtx artAttrCtx artAttrPaintVertexCtx artAttrSkinPaintCtx artAttrTool artBuildPaintMenu artFluidAttrCtx artPuttyCtx artSelectCtx artSetPaintCtx artUserPaintCtx assignCommand assignInputDevice assignViewportFactories attachCurve attachDeviceAttr attachSurface attrColorSliderGrp attrCompatibility attrControlGrp attrEnumOptionMenu attrEnumOptionMenuGrp attrFieldGrp attrFieldSliderGrp attrNavigationControlGrp attrPresetEditWin attributeExists attributeInfo attributeMenu attributeQuery autoKeyframe autoPlace bakeClip bakeFluidShading bakePartialHistory bakeResults bakeSimulation basename basenameEx batchRender bessel bevel bevelPlus binMembership bindSkin blend2 blendShape blendShapeEditor blendShapePanel blendTwoAttr blindDataType boneLattice boundary boxDollyCtx boxZoomCtx bufferCurve buildBookmarkMenu buildKeyframeMenu button buttonManip CBG cacheFile cacheFileCombine cacheFileMerge cacheFileTrack camera cameraView canCreateManip canvas capitalizeString catch catchQuiet ceil changeSubdivComponentDisplayLevel changeSubdivRegion channelBox character characterMap characterOutlineEditor characterize chdir checkBox checkBoxGrp checkDefaultRenderGlobals choice circle circularFillet clamp clear clearCache clip clipEditor clipEditorCurrentTimeCtx clipSchedule clipSchedulerOutliner clipTrimBefore closeCurve closeSurface cluster cmdFileOutput cmdScrollFieldExecuter cmdScrollFieldReporter cmdShell coarsenSubdivSelectionList collision color colorAtPoint colorEditor colorIndex colorIndexSliderGrp colorSliderButtonGrp colorSliderGrp columnLayout commandEcho commandLine commandPort compactHairSystem componentEditor compositingInterop computePolysetVolume condition cone confirmDialog connectAttr connectControl connectDynamic connectJoint connectionInfo constrain constrainValue constructionHistory container containsMultibyte contextInfo control convertFromOldLayers convertIffToPsd convertLightmap convertSolidTx convertTessellation convertUnit copyArray copyFlexor copyKey copySkinWeights cos cpButton cpCache cpClothSet cpCollision cpConstraint cpConvClothToMesh cpForces cpGetSolverAttr cpPanel cpProperty cpRigidCollisionFilter cpSeam cpSetEdit cpSetSolverAttr cpSolver cpSolverTypes cpTool cpUpdateClothUVs createDisplayLayer createDrawCtx createEditor createLayeredPsdFile createMotionField createNewShelf createNode createRenderLayer createSubdivRegion cross crossProduct ctxAbort ctxCompletion ctxEditMode ctxTraverse currentCtx currentTime currentTimeCtx currentUnit curve curveAddPtCtx curveCVCtx curveEPCtx curveEditorCtx curveIntersect curveMoveEPCtx curveOnSurface curveSketchCtx cutKey cycleCheck cylinder dagPose date defaultLightListCheckBox defaultNavigation defineDataServer defineVirtualDevice deformer deg_to_rad delete deleteAttr deleteShadingGroupsAndMaterials deleteShelfTab deleteUI deleteUnusedBrushes delrandstr detachCurve detachDeviceAttr detachSurface deviceEditor devicePanel dgInfo dgdirty dgeval dgtimer dimWhen directKeyCtx directionalLight dirmap dirname disable disconnectAttr disconnectJoint diskCache displacementToPoly displayAffected displayColor displayCull displayLevelOfDetail displayPref displayRGBColor displaySmoothness displayStats displayString displaySurface distanceDimContext distanceDimension doBlur dolly dollyCtx dopeSheetEditor dot dotProduct doubleProfileBirailSurface drag dragAttrContext draggerContext dropoffLocator duplicate duplicateCurve duplicateSurface dynCache dynControl dynExport dynExpression dynGlobals dynPaintEditor dynParticleCtx dynPref dynRelEdPanel dynRelEditor dynamicLoad editAttrLimits editDisplayLayerGlobals editDisplayLayerMembers editRenderLayerAdjustment editRenderLayerGlobals editRenderLayerMembers editor editorTemplate effector emit emitter enableDevice encodeString endString endsWith env equivalent equivalentTol erf error eval evalDeferred evalEcho event exactWorldBoundingBox exclusiveLightCheckBox exec executeForEachObject exists exp expression expressionEditorListen extendCurve extendSurface extrude fcheck fclose feof fflush fgetline fgetword file fileBrowserDialog fileDialog fileExtension fileInfo filetest filletCurve filter filterCurve filterExpand filterStudioImport findAllIntersections findAnimCurves findKeyframe findMenuItem findRelatedSkinCluster finder firstParentOf fitBspline flexor floatEq floatField floatFieldGrp floatScrollBar floatSlider floatSlider2 floatSliderButtonGrp floatSliderGrp floor flow fluidCacheInfo fluidEmitter fluidVoxelInfo flushUndo fmod fontDialog fopen formLayout format fprint frameLayout fread freeFormFillet frewind fromNativePath fwrite gamma gauss geometryConstraint getApplicationVersionAsFloat getAttr getClassification getDefaultBrush getFileList getFluidAttr getInputDeviceRange getMayaPanelTypes getModifiers getPanel getParticleAttr getPluginResource getenv getpid glRender glRenderEditor globalStitch gmatch goal gotoBindPose grabColor gradientControl gradientControlNoAttr graphDollyCtx graphSelectContext graphTrackCtx gravity grid gridLayout group groupObjectsByName HfAddAttractorToAS HfAssignAS HfBuildEqualMap HfBuildFurFiles HfBuildFurImages HfCancelAFR HfConnectASToHF HfCreateAttractor HfDeleteAS HfEditAS HfPerformCreateAS HfRemoveAttractorFromAS HfSelectAttached HfSelectAttractors HfUnAssignAS hardenPointCurve hardware hardwareRenderPanel headsUpDisplay headsUpMessage help helpLine hermite hide hilite hitTest hotBox hotkey hotkeyCheck hsv_to_rgb hudButton hudSlider hudSliderButton hwReflectionMap hwRender hwRenderLoad hyperGraph hyperPanel hyperShade hypot iconTextButton iconTextCheckBox iconTextRadioButton iconTextRadioCollection iconTextScrollList iconTextStaticLabel ikHandle ikHandleCtx ikHandleDisplayScale ikSolver ikSplineHandleCtx ikSystem ikSystemInfo ikfkDisplayMethod illustratorCurves image imfPlugins inheritTransform insertJoint insertJointCtx insertKeyCtx insertKnotCurve insertKnotSurface instance instanceable instancer intField intFieldGrp intScrollBar intSlider intSliderGrp interToUI internalVar intersect iprEngine isAnimCurve isConnected isDirty isParentOf isSameObject isTrue isValidObjectName isValidString isValidUiName isolateSelect itemFilter itemFilterAttr itemFilterRender itemFilterType joint jointCluster jointCtx jointDisplayScale jointLattice keyTangent keyframe keyframeOutliner keyframeRegionCurrentTimeCtx keyframeRegionDirectKeyCtx keyframeRegionDollyCtx keyframeRegionInsertKeyCtx keyframeRegionMoveKeyCtx keyframeRegionScaleKeyCtx keyframeRegionSelectKeyCtx keyframeRegionSetKeyCtx keyframeRegionTrackCtx keyframeStats lassoContext lattice latticeDeformKeyCtx launch launchImageEditor layerButton layeredShaderPort layeredTexturePort layout layoutDialog lightList lightListEditor lightListPanel lightlink lineIntersection linearPrecision linstep listAnimatable listAttr listCameras listConnections listDeviceAttachments listHistory listInputDeviceAxes listInputDeviceButtons listInputDevices listMenuAnnotation listNodeTypes listPanelCategories listRelatives listSets listTransforms listUnselected listerEditor loadFluid loadNewShelf loadPlugin loadPluginLanguageResources loadPrefObjects localizedPanelLabel lockNode loft log longNameOf lookThru ls lsThroughFilter lsType lsUI Mayatomr mag makeIdentity makeLive makePaintable makeRoll makeSingleSurface makeTubeOn makebot manipMoveContext manipMoveLimitsCtx manipOptions manipRotateContext manipRotateLimitsCtx manipScaleContext manipScaleLimitsCtx marker match max memory menu menuBarLayout menuEditor menuItem menuItemToShelf menuSet menuSetPref messageLine min minimizeApp mirrorJoint modelCurrentTimeCtx modelEditor modelPanel mouse movIn movOut move moveIKtoFK moveKeyCtx moveVertexAlongDirection multiProfileBirailSurface mute nParticle nameCommand nameField namespace namespaceInfo newPanelItems newton nodeCast nodeIconButton nodeOutliner nodePreset nodeType noise nonLinear normalConstraint normalize nurbsBoolean nurbsCopyUVSet nurbsCube nurbsEditUV nurbsPlane nurbsSelect nurbsSquare nurbsToPoly nurbsToPolygonsPref nurbsToSubdiv nurbsToSubdivPref nurbsUVSet nurbsViewDirectionVector objExists objectCenter objectLayer objectType objectTypeUI obsoleteProc oceanNurbsPreviewPlane offsetCurve offsetCurveOnSurface offsetSurface openGLExtension openMayaPref optionMenu optionMenuGrp optionVar orbit orbitCtx orientConstraint outlinerEditor outlinerPanel overrideModifier paintEffectsDisplay pairBlend palettePort paneLayout panel panelConfiguration panelHistory paramDimContext paramDimension paramLocator parent parentConstraint particle particleExists particleInstancer particleRenderInfo partition pasteKey pathAnimation pause pclose percent performanceOptions pfxstrokes pickWalk picture pixelMove planarSrf plane play playbackOptions playblast plugAttr plugNode pluginInfo pluginResourceUtil pointConstraint pointCurveConstraint pointLight pointMatrixMult pointOnCurve pointOnSurface pointPosition poleVectorConstraint polyAppend polyAppendFacetCtx polyAppendVertex polyAutoProjection polyAverageNormal polyAverageVertex polyBevel polyBlendColor polyBlindData polyBoolOp polyBridgeEdge polyCacheMonitor polyCheck polyChipOff polyClipboard polyCloseBorder polyCollapseEdge polyCollapseFacet polyColorBlindData polyColorDel polyColorPerVertex polyColorSet polyCompare polyCone polyCopyUV polyCrease polyCreaseCtx polyCreateFacet polyCreateFacetCtx polyCube polyCut polyCutCtx polyCylinder polyCylindricalProjection polyDelEdge polyDelFacet polyDelVertex polyDuplicateAndConnect polyDuplicateEdge polyEditUV polyEditUVShell polyEvaluate polyExtrudeEdge polyExtrudeFacet polyExtrudeVertex polyFlipEdge polyFlipUV polyForceUV polyGeoSampler polyHelix polyInfo polyInstallAction polyLayoutUV polyListComponentConversion polyMapCut polyMapDel polyMapSew polyMapSewMove polyMergeEdge polyMergeEdgeCtx polyMergeFacet polyMergeFacetCtx polyMergeUV polyMergeVertex polyMirrorFace polyMoveEdge polyMoveFacet polyMoveFacetUV polyMoveUV polyMoveVertex polyNormal polyNormalPerVertex polyNormalizeUV polyOptUvs polyOptions polyOutput polyPipe polyPlanarProjection polyPlane polyPlatonicSolid polyPoke polyPrimitive polyPrism polyProjection polyPyramid polyQuad polyQueryBlindData polyReduce polySelect polySelectConstraint polySelectConstraintMonitor polySelectCtx polySelectEditCtx polySeparate polySetToFaceNormal polySewEdge polyShortestPathCtx polySmooth polySoftEdge polySphere polySphericalProjection polySplit polySplitCtx polySplitEdge polySplitRing polySplitVertex polyStraightenUVBorder polySubdivideEdge polySubdivideFacet polyToSubdiv polyTorus polyTransfer polyTriangulate polyUVSet polyUnite polyWedgeFace popen popupMenu pose pow preloadRefEd print progressBar progressWindow projFileViewer projectCurve projectTangent projectionContext projectionManip promptDialog propModCtx propMove psdChannelOutliner psdEditTextureFile psdExport psdTextureFile putenv pwd python querySubdiv quit rad_to_deg radial radioButton radioButtonGrp radioCollection radioMenuItemCollection rampColorPort rand randomizeFollicles randstate rangeControl readTake rebuildCurve rebuildSurface recordAttr recordDevice redo reference referenceEdit referenceQuery refineSubdivSelectionList refresh refreshAE registerPluginResource rehash reloadImage removeJoint removeMultiInstance removePanelCategory rename renameAttr renameSelectionList renameUI render renderGlobalsNode renderInfo renderLayerButton renderLayerParent renderLayerPostProcess renderLayerUnparent renderManip renderPartition renderQualityNode renderSettings renderThumbnailUpdate renderWindowEditor renderWindowSelectContext renderer reorder reorderDeformers requires reroot resampleFluid resetAE resetPfxToPolyCamera resetTool resolutionNode retarget reverseCurve reverseSurface revolve rgb_to_hsv rigidBody rigidSolver roll rollCtx rootOf rot rotate rotationInterpolation roundConstantRadius rowColumnLayout rowLayout runTimeCommand runup sampleImage saveAllShelves saveAttrPreset saveFluid saveImage saveInitialState saveMenu savePrefObjects savePrefs saveShelf saveToolSettings scale scaleBrushBrightness scaleComponents scaleConstraint scaleKey scaleKeyCtx sceneEditor sceneUIReplacement scmh scriptCtx scriptEditorInfo scriptJob scriptNode scriptTable scriptToShelf scriptedPanel scriptedPanelType scrollField scrollLayout sculpt searchPathArray seed selLoadSettings select selectContext selectCurveCV selectKey selectKeyCtx selectKeyframeRegionCtx selectMode selectPref selectPriority selectType selectedNodes selectionConnection separator setAttr setAttrEnumResource setAttrMapping setAttrNiceNameResource setConstraintRestPosition setDefaultShadingGroup setDrivenKeyframe setDynamic setEditCtx setEditor setFluidAttr setFocus setInfinity setInputDeviceMapping setKeyCtx setKeyPath setKeyframe setKeyframeBlendshapeTargetWts setMenuMode setNodeNiceNameResource setNodeTypeFlag setParent setParticleAttr setPfxToPolyCamera setPluginResource setProject setStampDensity setStartupMessage setState setToolTo setUITemplate setXformManip sets shadingConnection shadingGeometryRelCtx shadingLightRelCtx shadingNetworkCompare shadingNode shapeCompare shelfButton shelfLayout shelfTabLayout shellField shortNameOf showHelp showHidden showManipCtx showSelectionInTitle showShadingGroupAttrEditor showWindow sign simplify sin singleProfileBirailSurface size sizeBytes skinCluster skinPercent smoothCurve smoothTangentSurface smoothstep snap2to2 snapKey snapMode snapTogetherCtx snapshot soft softMod softModCtx sort sound soundControl source spaceLocator sphere sphrand spotLight spotLightPreviewPort spreadSheetEditor spring sqrt squareSurface srtContext stackTrace startString startsWith stitchAndExplodeShell stitchSurface stitchSurfacePoints strcmp stringArrayCatenate stringArrayContains stringArrayCount stringArrayInsertAtIndex stringArrayIntersector stringArrayRemove stringArrayRemoveAtIndex stringArrayRemoveDuplicates stringArrayRemoveExact stringArrayToString stringToStringArray strip stripPrefixFromName stroke subdAutoProjection subdCleanTopology subdCollapse subdDuplicateAndConnect subdEditUV subdListComponentConversion subdMapCut subdMapSewMove subdMatchTopology subdMirror subdToBlind subdToPoly subdTransferUVsToCache subdiv subdivCrease subdivDisplaySmoothness substitute substituteAllString substituteGeometry substring surface surfaceSampler surfaceShaderList swatchDisplayPort switchTable symbolButton symbolCheckBox sysFile system tabLayout tan tangentConstraint texLatticeDeformContext texManipContext texMoveContext texMoveUVShellContext texRotateContext texScaleContext texSelectContext texSelectShortestPathCtx texSmudgeUVContext texWinToolCtx text textCurves textField textFieldButtonGrp textFieldGrp textManip textScrollList textToShelf textureDisplacePlane textureHairColor texturePlacementContext textureWindow threadCount threePointArcCtx timeControl timePort timerX toNativePath toggle toggleAxis toggleWindowVisibility tokenize tokenizeList tolerance tolower toolButton toolCollection toolDropped toolHasOptions toolPropertyWindow torus toupper trace track trackCtx transferAttributes transformCompare transformLimits translator trim trunc truncateFluidCache truncateHairCache tumble tumbleCtx turbulence twoPointArcCtx uiRes uiTemplate unassignInputDevice undo undoInfo ungroup uniform unit unloadPlugin untangleUV untitledFileName untrim upAxis updateAE userCtx uvLink uvSnapshot validateShelfName vectorize view2dToolCtx viewCamera viewClipPlane viewFit viewHeadOn viewLookAt viewManip viewPlace viewSet visor volumeAxis vortex waitCursor warning webBrowser webBrowserPrefs whatIs window windowPref wire wireContext workspace wrinkle wrinkleContext writeTake xbmLangPathList xform", +illegal:""},{begin:"<=",relevance:0},{begin:"=>",relevance:0},{begin:"/\\\\"},{begin:"\\\\/"}]},o={className:"built_in",variants:[{begin:":-\\|-->"},{begin:"=",relevance:0}]};return{aliases:["m","moo"],keywords:t,contains:[l,o,a,e.C_BLOCK_COMMENT_MODE,r,e.NUMBER_MODE,s,n,{begin:/:-/}]}}},{name:"mipsasm",create:function(e){return{case_insensitive:!0,aliases:["mips"],lexemes:"\\.?"+e.IDENT_RE,keywords:{meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .ltorg ",built_in:"$0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30 $31 zero at v0 v1 a0 a1 a2 a3 a4 a5 a6 a7 t0 t1 t2 t3 t4 t5 t6 t7 t8 t9 s0 s1 s2 s3 s4 s5 s6 s7 s8 k0 k1 gp sp fp ra $f0 $f1 $f2 $f2 $f4 $f5 $f6 $f7 $f8 $f9 $f10 $f11 $f12 $f13 $f14 $f15 $f16 $f17 $f18 $f19 $f20 $f21 $f22 $f23 $f24 $f25 $f26 $f27 $f28 $f29 $f30 $f31 Context Random EntryLo0 EntryLo1 Context PageMask Wired EntryHi HWREna BadVAddr Count Compare SR IntCtl SRSCtl SRSMap Cause EPC PRId EBase Config Config1 Config2 Config3 LLAddr Debug DEPC DESAVE CacheErr ECC ErrorEPC TagLo DataLo TagHi DataHi WatchLo WatchHi PerfCtl PerfCnt "},contains:[{className:"keyword",begin:"\\b(addi?u?|andi?|b(al)?|beql?|bgez(al)?l?|bgtzl?|blezl?|bltz(al)?l?|bnel?|cl[oz]|divu?|ext|ins|j(al)?|jalr(.hb)?|jr(.hb)?|lbu?|lhu?|ll|lui|lw[lr]?|maddu?|mfhi|mflo|movn|movz|move|msubu?|mthi|mtlo|mul|multu?|nop|nor|ori?|rotrv?|sb|sc|se[bh]|sh|sllv?|slti?u?|srav?|srlv?|subu?|sw[lr]?|xori?|wsbh|abs.[sd]|add.[sd]|alnv.ps|bc1[ft]l?|c.(s?f|un|u?eq|[ou]lt|[ou]le|ngle?|seq|l[et]|ng[et]).[sd]|(ceil|floor|round|trunc).[lw].[sd]|cfc1|cvt.d.[lsw]|cvt.l.[dsw]|cvt.ps.s|cvt.s.[dlw]|cvt.s.p[lu]|cvt.w.[dls]|div.[ds]|ldx?c1|luxc1|lwx?c1|madd.[sd]|mfc1|mov[fntz]?.[ds]|msub.[sd]|mth?c1|mul.[ds]|neg.[ds]|nmadd.[ds]|nmsub.[ds]|p[lu][lu].ps|recip.fmt|r?sqrt.[ds]|sdx?c1|sub.[ds]|suxc1|swx?c1|break|cache|d?eret|[de]i|ehb|mfc0|mtc0|pause|prefx?|rdhwr|rdpgpr|sdbbp|ssnop|synci?|syscall|teqi?|tgei?u?|tlb(p|r|w[ir])|tlti?u?|tnei?|wait|wrpgpr)",end:"\\s"},e.COMMENT("[;#]","$"),e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"0x[0-9a-f]+"},{begin:"\\b-?\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^\\s*[0-9]+:"},{begin:"[0-9]+[bf]"}],relevance:0}],illegal:"/"}}},{name:"mizar",create:function(e){return{keywords:"environ vocabularies notations constructors definitions registrations theorems schemes requirements begin end definition registration cluster existence pred func defpred deffunc theorem proof let take assume then thus hence ex for st holds consider reconsider such that and in provided of as from be being by means equals implies iff redefine define now not or attr is mode suppose per cases set thesis contradiction scheme reserve struct correctness compatibility coherence symmetry assymetry reflexivity irreflexivity connectedness uniqueness commutativity idempotence involutiveness projectivity",contains:[e.COMMENT("::","$")]}}},{name:"mojolicious",create:function(e){return{subLanguage:"xml",contains:[{className:"meta",begin:"^__(END|DATA)__$"},{begin:"^\\s*%{1,2}={0,2}",end:"$",subLanguage:"perl"},{begin:"<%{1,2}={0,2}",end:"={0,1}%>",subLanguage:"perl",excludeBegin:!0,excludeEnd:!0}]}}},{name:"monkey",create:function(e){var t={className:"number",relevance:0,variants:[{begin:"[$][a-fA-F0-9]+"},e.NUMBER_MODE]};return{case_insensitive:!0,keywords:{keyword:"public private property continue exit extern new try catch eachin not abstract final select case default const local global field end if then else elseif endif while wend repeat until forever for to step next return module inline throw import",built_in:"DebugLog DebugStop Error Print ACos ACosr ASin ASinr ATan ATan2 ATan2r ATanr Abs Abs Ceil Clamp Clamp Cos Cosr Exp Floor Log Max Max Min Min Pow Sgn Sgn Sin Sinr Sqrt Tan Tanr Seed PI HALFPI TWOPI",literal:"true false null and or shl shr mod"},illegal:/\/\*/,contains:[e.COMMENT("#rem","#end"),e.COMMENT("'","$",{relevance:0}),{className:"function",beginKeywords:"function method",end:"[(=:]|$",illegal:/\n/,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"class",beginKeywords:"class interface",end:"$",contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{className:"built_in",begin:"\\b(self|super)\\b"},{className:"meta",begin:"\\s*#",end:"$",keywords:{"meta-keyword":"if else elseif endif end then"}},{className:"meta",begin:"^\\s*strict\\b"},{beginKeywords:"alias",end:"=",contains:[e.UNDERSCORE_TITLE_MODE]},e.QUOTE_STRING_MODE,t]}}},{name:"moonscript",create:function(e){var t={keyword:"if then not for in while do return else elseif break continue switch and or unless when class extends super local import export from using",literal:"true false nil",built_in:"_G _VERSION assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall coroutine debug io math os package string table"},a="[A-Za-z$_][0-9A-Za-z$_]*",r={className:"subst",begin:/#\{/,end:/}/,keywords:t},s=[e.inherit(e.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'/,end:/'/,contains:[e.BACKSLASH_ESCAPE]},{begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,r]}]},{className:"built_in",begin:"@__"+e.IDENT_RE},{begin:"@"+e.IDENT_RE},{begin:e.IDENT_RE+"\\\\"+e.IDENT_RE}];r.contains=s;var n=e.inherit(e.TITLE_MODE,{begin:a}),i="(\\(.*\\))?\\s*\\B[-=]>",l={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:t,contains:["self"].concat(s)}]};return{aliases:["moon"],keywords:t,illegal:/\/\*/,contains:s.concat([e.COMMENT("--","$"),{className:"function",begin:"^\\s*"+a+"\\s*=\\s*"+i,end:"[-=]>",returnBegin:!0,contains:[n,l]},{begin:/[\(,:=]\s*/,relevance:0,contains:[{className:"function",begin:i,end:"[-=]>",returnBegin:!0,contains:[l]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[n]},n]},{className:"name",begin:a+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}},{name:"nginx",create:function(e){var t={className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{/,end:/}/},{begin:"[\\$\\@]"+e.UNDERSCORE_IDENT_RE}]},a={endsWithParent:!0,lexemes:"[a-z/_]+",keywords:{literal:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll"},relevance:0,illegal:"=>",contains:[e.HASH_COMMENT_MODE,{className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[t]},{className:"regexp",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:"\\s\\^",end:"\\s|{|;",returnEnd:!0},{begin:"~\\*?\\s+",end:"\\s|{|;",returnEnd:!0},{begin:"\\*(\\.[a-z\\-]+)+"},{begin:"([a-z\\-]+\\.)+\\*"}]},{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+[kKmMgGdshdwy]*\\b",relevance:0},t]};return{aliases:["nginxconf"],contains:[e.HASH_COMMENT_MODE,{begin:e.UNDERSCORE_IDENT_RE+"\\s+{",returnBegin:!0,end:"{",contains:[{className:"section",begin:e.UNDERSCORE_IDENT_RE}],relevance:0},{begin:e.UNDERSCORE_IDENT_RE+"\\s",end:";|{",returnBegin:!0,contains:[{className:"attribute",begin:e.UNDERSCORE_IDENT_RE,starts:a}],relevance:0}],illegal:"[^\\s\\}]"}}},{name:"nimrod",create:function(e){return{aliases:["nim"],keywords:{keyword:"addr and as asm bind block break case cast const continue converter discard distinct div do elif else end enum except export finally for from generic if import in include interface is isnot iterator let macro method mixin mod nil not notin object of or out proc ptr raise ref return shl shr static template try tuple type using var when while with without xor yield",literal:"shared guarded stdin stdout stderr result true false",built_in:"int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 float float32 float64 bool char string cstring pointer expr stmt void auto any range array openarray varargs seq set clong culong cchar cschar cshort cint csize clonglong cfloat cdouble clongdouble cuchar cushort cuint culonglong cstringarray semistatic"},contains:[{className:"meta",begin:/{\./,end:/\.}/,relevance:10},{className:"string",begin:/[a-zA-Z]\w*"/,end:/"/,contains:[{begin:/""/}]},{className:"string",begin:/([a-zA-Z]\w*)?"""/,end:/"""/},e.QUOTE_STRING_MODE,{className:"type",begin:/\b[A-Z]\w+\b/,relevance:0},{className:"number",relevance:0,variants:[{begin:/\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/},{begin:/\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(\d[_\d]*)('?[iIuUfF](8|16|32|64))?/}]},e.HASH_COMMENT_MODE]}}},{name:"nix",create:function(e){var t={keyword:"rec with let in inherit assert if else then",literal:"true false or and null",built_in:"import abort baseNameOf dirOf isNull builtins map removeAttrs throw toString derivation"},a={className:"subst",begin:/\$\{/,end:/}/,keywords:t},r={begin:/[a-zA-Z0-9-_]+(\s*=)/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/\S+/}]},s={className:"string",contains:[a],variants:[{begin:"''",end:"''"},{begin:'"',end:'"'}]},n=[e.NUMBER_MODE,e.HASH_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s,r];return a.contains=n,{aliases:["nixos"],keywords:t,contains:n}}},{name:"nsis",create:function(e){var t={className:"variable",begin:"\\$(ADMINTOOLS|APPDATA|CDBURN_AREA|CMDLINE|COMMONFILES32|COMMONFILES64|COMMONFILES|COOKIES|DESKTOP|DOCUMENTS|EXEDIR|EXEFILE|EXEPATH|FAVORITES|FONTS|HISTORY|HWNDPARENT|INSTDIR|INTERNET_CACHE|LANGUAGE|LOCALAPPDATA|MUSIC|NETHOOD|OUTDIR|PICTURES|PLUGINSDIR|PRINTHOOD|PROFILE|PROGRAMFILES32|PROGRAMFILES64|PROGRAMFILES|QUICKLAUNCH|RECENT|RESOURCES_LOCALIZED|RESOURCES|SENDTO|SMPROGRAMS|SMSTARTUP|STARTMENU|SYSDIR|TEMP|TEMPLATES|VIDEOS|WINDIR)"},a={className:"variable",begin:"\\$+{[a-zA-Z0-9_]+}"},r={className:"variable",begin:"\\$+[a-zA-Z0-9_]+",illegal:"\\(\\){}"},s={className:"variable",begin:"\\$+\\([a-zA-Z0-9_]+\\)"},n={className:"built_in",begin:"(ARCHIVE|FILE_ATTRIBUTE_ARCHIVE|FILE_ATTRIBUTE_NORMAL|FILE_ATTRIBUTE_OFFLINE|FILE_ATTRIBUTE_READONLY|FILE_ATTRIBUTE_SYSTEM|FILE_ATTRIBUTE_TEMPORARY|HKCR|HKCU|HKDD|HKEY_CLASSES_ROOT|HKEY_CURRENT_CONFIG|HKEY_CURRENT_USER|HKEY_DYN_DATA|HKEY_LOCAL_MACHINE|HKEY_PERFORMANCE_DATA|HKEY_USERS|HKLM|HKPD|HKU|IDABORT|IDCANCEL|IDIGNORE|IDNO|IDOK|IDRETRY|IDYES|MB_ABORTRETRYIGNORE|MB_DEFBUTTON1|MB_DEFBUTTON2|MB_DEFBUTTON3|MB_DEFBUTTON4|MB_ICONEXCLAMATION|MB_ICONINFORMATION|MB_ICONQUESTION|MB_ICONSTOP|MB_OK|MB_OKCANCEL|MB_RETRYCANCEL|MB_RIGHT|MB_RTLREADING|MB_SETFOREGROUND|MB_TOPMOST|MB_USERICON|MB_YESNO|NORMAL|OFFLINE|READONLY|SHCTX|SHELL_CONTEXT|SYSTEM|TEMPORARY)"},i={className:"keyword",begin:"\\!(addincludedir|addplugindir|appendfile|cd|define|delfile|echo|else|endif|error|execute|finalize|getdllversionsystem|ifdef|ifmacrodef|ifmacrondef|ifndef|if|include|insertmacro|macroend|macro|makensis|packhdr|searchparse|searchreplace|tempfile|undef|verbose|warning)"};return{case_insensitive:!1,keywords:{keyword:"Abort AddBrandingImage AddSize AllowRootDirInstall AllowSkipFiles AutoCloseWindow BGFont BGGradient BrandingText BringToFront Call CallInstDLL Caption ChangeUI CheckBitmap ClearErrors CompletedText ComponentText CopyFiles CRCCheck CreateDirectory CreateFont CreateShortCut Delete DeleteINISec DeleteINIStr DeleteRegKey DeleteRegValue DetailPrint DetailsButtonText DirText DirVar DirVerify EnableWindow EnumRegKey EnumRegValue Exch Exec ExecShell ExecWait ExpandEnvStrings File FileBufSize FileClose FileErrorText FileOpen FileRead FileReadByte FileReadUTF16LE FileReadWord FileSeek FileWrite FileWriteByte FileWriteUTF16LE FileWriteWord FindClose FindFirst FindNext FindWindow FlushINI FunctionEnd GetCurInstType GetCurrentAddress GetDlgItem GetDLLVersion GetDLLVersionLocal GetErrorLevel GetFileTime GetFileTimeLocal GetFullPathName GetFunctionAddress GetInstDirError GetLabelAddress GetTempFileName Goto HideWindow Icon IfAbort IfErrors IfFileExists IfRebootFlag IfSilent InitPluginsDir InstallButtonText InstallColors InstallDir InstallDirRegKey InstProgressFlags InstType InstTypeGetText InstTypeSetText IntCmp IntCmpU IntFmt IntOp IsWindow LangString LicenseBkColor LicenseData LicenseForceSelection LicenseLangString LicenseText LoadLanguageFile LockWindow LogSet LogText ManifestDPIAware ManifestSupportedOS MessageBox MiscButtonText Name Nop OutFile Page PageCallbacks PageExEnd Pop Push Quit ReadEnvStr ReadINIStr ReadRegDWORD ReadRegStr Reboot RegDLL Rename RequestExecutionLevel ReserveFile Return RMDir SearchPath SectionEnd SectionGetFlags SectionGetInstTypes SectionGetSize SectionGetText SectionGroupEnd SectionIn SectionSetFlags SectionSetInstTypes SectionSetSize SectionSetText SendMessage SetAutoClose SetBrandingImage SetCompress SetCompressor SetCompressorDictSize SetCtlColors SetCurInstType SetDatablockOptimize SetDateSave SetDetailsPrint SetDetailsView SetErrorLevel SetErrors SetFileAttributes SetFont SetOutPath SetOverwrite SetPluginUnload SetRebootFlag SetRegView SetShellVarContext SetSilent ShowInstDetails ShowUninstDetails ShowWindow SilentInstall SilentUnInstall Sleep SpaceTexts StrCmp StrCmpS StrCpy StrLen SubCaption SubSectionEnd Unicode UninstallButtonText UninstallCaption UninstallIcon UninstallSubCaption UninstallText UninstPage UnRegDLL Var VIAddVersionKey VIFileVersion VIProductVersion WindowIcon WriteINIStr WriteRegBin WriteRegDWORD WriteRegExpandStr WriteRegStr WriteUninstaller XPStyle",literal:"admin all auto both colored current false force hide highest lastused leave listonly none normal notset off on open print show silent silentlog smooth textonly true user "},contains:[e.HASH_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",begin:'"',end:'"',illegal:"\\n",contains:[{begin:"\\$(\\\\(n|r|t)|\\$)"},t,a,r,s]},e.COMMENT(";","$",{relevance:0}),{className:"function",beginKeywords:"Function PageEx Section SectionGroup SubSection",end:"$"},i,a,r,s,n,e.NUMBER_MODE,{begin:e.IDENT_RE+"::"+e.IDENT_RE}]}}},{name:"objectivec",create:function(e){var t={className:"built_in",begin:"\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"},a={keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"},r=/[a-zA-Z@][a-zA-Z0-9_]*/,s="@interface @class @protocol @implementation";return{aliases:["mm","objc","obj-c"],keywords:a,lexemes:r,illegal:""}]}]},{className:"class",begin:"("+s.split(" ").join("|")+")\\b",end:"({|$)",excludeEnd:!0,keywords:s,lexemes:r,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}},{name:"ocaml",create:function(e){return{aliases:["ml"],keywords:{keyword:"and as assert asr begin class constraint do done downto else end exception external for fun function functor if in include inherit! inherit initializer land lazy let lor lsl lsr lxor match method!|10 method mod module mutable new object of open! open or private rec sig struct then to try type val! val virtual when while with parser value",built_in:"array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 string unit in_channel out_channel ref",literal:"true false"},illegal:/\/\/|>>/,lexemes:"[a-z_]\\w*!?",contains:[{className:"literal",begin:"\\[(\\|\\|)?\\]|\\(\\)",relevance:0},e.COMMENT("\\(\\*","\\*\\)",{contains:["self"]}),{className:"symbol",begin:"'[A-Za-z_](?!')[\\w']*"},{className:"type",begin:"`[A-Z][\\w']*"},{className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},{begin:"[a-z_]\\w*'[\\w']*",relevance:0},e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"number",begin:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",relevance:0},{begin:/[-=]>/}]}}},{name:"openscad",create:function(e){var t={className:"keyword",begin:"\\$(f[asn]|t|vp[rtd]|children)"},a={className:"literal",begin:"false|true|PI|undef"},r={className:"number",begin:"\\b\\d+(\\.\\d+)?(e-?\\d+)?",relevance:0},s=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),n={className:"meta",keywords:{"meta-keyword":"include use"},begin:"include|use <",end:">"},i={className:"params",begin:"\\(",end:"\\)",contains:["self",r,s,t,a]},l={begin:"[*!#%]",relevance:0},o={className:"function",beginKeywords:"module function",end:"\\=|\\{",contains:[i,e.UNDERSCORE_TITLE_MODE]};return{aliases:["scad"],keywords:{keyword:"function module include use for intersection_for if else \\%",literal:"false true PI undef",built_in:"circle square polygon text sphere cube cylinder polyhedron translate rotate scale resize mirror multmatrix color offset hull minkowski union difference intersection abs sign sin cos tan acos asin atan atan2 floor round ceil ln log pow sqrt exp rands min max concat lookup str chr search version version_num norm cross parent_module echo import import_dxf dxf_linear_extrude linear_extrude rotate_extrude surface projection render children dxf_cross dxf_dim let assign"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r,n,s,t,l,o]}}},{name:"oxygene",create:function(e){var t="abstract add and array as asc aspect assembly async begin break block by case class concat const copy constructor continue create default delegate desc distinct div do downto dynamic each else empty end ensure enum equals event except exit extension external false final finalize finalizer finally flags for forward from function future global group has if implementation implements implies in index inherited inline interface into invariants is iterator join locked locking loop matching method mod module namespace nested new nil not notify nullable of old on operator or order out override parallel params partial pinned private procedure property protected public queryable raise read readonly record reintroduce remove repeat require result reverse sealed select self sequence set shl shr skip static step soft take then to true try tuple type union unit unsafe until uses using var virtual raises volatile where while with write xor yield await mapped deprecated stdcall cdecl pascal register safecall overload library platform reference packed strict published autoreleasepool selector strong weak unretained",a=e.COMMENT("{","}",{relevance:0}),r=e.COMMENT("\\(\\*","\\*\\)",{relevance:10}),s={className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},n={className:"string",begin:"(#\\d+)+"},i={className:"function",beginKeywords:"function constructor destructor procedure method",end:"[:;]",keywords:"function constructor|10 destructor|10 procedure|10 method|10",contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",keywords:t,contains:[s,n]},a,r]};return{case_insensitive:!0,lexemes:/\.?\w+/,keywords:t,illegal:'("|\\$[G-Zg-z]|\\/\\*||->)',contains:[a,r,e.C_LINE_COMMENT_MODE,s,n,e.NUMBER_MODE,i,{className:"class",begin:"=\\bclass\\b",end:"end;",keywords:t,contains:[s,n,a,r,e.C_LINE_COMMENT_MODE,i]}]}}},{name:"parser3",create:function(e){var t=e.COMMENT("{","}",{contains:["self"]});return{subLanguage:"xml",relevance:0,contains:[e.COMMENT("^#","$"),e.COMMENT("\\^rem{","}",{relevance:10,contains:[t]}),{className:"meta",begin:"^@(?:BASE|USE|CLASS|OPTIONS)$",relevance:10},{className:"title",begin:"@[\\w\\-]+\\[[\\w^;\\-]*\\](?:\\[[\\w^;\\-]*\\])?(?:.*)$"},{className:"variable",begin:"\\$\\{?[\\w\\-\\.\\:]+\\}?"},{className:"keyword",begin:"\\^[\\w\\-\\.\\:]+"},{className:"number",begin:"\\^#[0-9a-fA-F]+"},e.C_NUMBER_MODE]}}},{name:"perl",create:function(e){var t="getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when",a={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:t},r={begin:"->{",end:"}"},s={variants:[{begin:/\$\d/},{begin:/[\$%@](\^\w\b|#\w+(::\w+)*|{\w+}|\w+(::\w*)*)/},{begin:/[\$%@][^\s\w{]/,relevance:0}]},n=[e.BACKSLASH_ESCAPE,a,s],i=[s,e.HASH_COMMENT_MODE,e.COMMENT("^\\=\\w","\\=cut",{endsWithParent:!0}),r,{className:"string",contains:n,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*\\<",end:"\\>",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:"{\\w+}",contains:[],relevance:0},{begin:"-?\\w+\\s*\\=\\>",contains:[],relevance:0}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:"regexp",begin:"(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*",relevance:10},{className:"regexp",begin:"(m|qr)?/",end:"/[a-z]*",contains:[e.BACKSLASH_ESCAPE],relevance:0}]},{className:"function",beginKeywords:"sub",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return a.contains=i,r.contains=i,{aliases:["pl","pm"],lexemes:/[\w\.]+/,keywords:t,contains:i}}},{name:"pf",create:function(e){var t={className:"variable",begin:/\$[\w\d#@][\w\d_]*/},a={className:"variable",begin:/<(?!\/)/,end:/>/};return{aliases:["pf.conf"],lexemes:/[a-z0-9_<>-]+/,keywords:{built_in:"block match pass load anchor|5 antispoof|10 set table",keyword:"in out log quick on rdomain inet inet6 proto from port os to routeallow-opts divert-packet divert-reply divert-to flags group icmp-typeicmp6-type label once probability recieved-on rtable prio queuetos tag tagged user keep fragment for os dropaf-to|10 binat-to|10 nat-to|10 rdr-to|10 bitmask least-stats random round-robinsource-hash static-portdup-to reply-to route-toparent bandwidth default min max qlimitblock-policy debug fingerprints hostid limit loginterface optimizationreassemble ruleset-optimization basic none profile skip state-defaultsstate-policy timeoutconst counters persistno modulate synproxy state|5 floating if-bound no-sync pflow|10 sloppysource-track global rule max-src-nodes max-src-states max-src-connmax-src-conn-rate overload flushscrub|5 max-mss min-ttl no-df|10 random-id",literal:"all any no-route self urpf-failed egress|5 unknown"},contains:[e.HASH_COMMENT_MODE,e.NUMBER_MODE,e.QUOTE_STRING_MODE,t,a]}}},{name:"php",create:function(e){var t={begin:"\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*"},a={className:"meta",begin:/<\?(php)?|\?>/},r={className:"string",contains:[e.BACKSLASH_ESCAPE,a],variants:[{begin:'b"',end:'"'},{begin:"b'",end:"'"},e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},s={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]};return{aliases:["php3","php4","php5","php6"],case_insensitive:!0,keywords:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",contains:[e.HASH_COMMENT_MODE,e.COMMENT("//","$",{contains:[a]}),e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0,keywords:"__halt_compiler",lexemes:e.UNDERSCORE_IDENT_RE}),{className:"string",begin:/<<<['"]?\w+['"]?$/,end:/^\w+;?$/,contains:[e.BACKSLASH_ESCAPE,{className:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]}]},a,{className:"keyword",begin:/\$this\b/},t,{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"function",end:/[;{]/,excludeEnd:!0,illegal:"\\$|\\[|%",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:["self",t,e.C_BLOCK_COMMENT_MODE,r,s]}]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:/[:\(\$"]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",end:";",illegal:/[\.']/,contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",end:";",contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"=>"},r,s]}}},{name:"pony",create:function(e){var t={keyword:"actor addressof and as be break class compile_error compile_intrinsicconsume continue delegate digestof do else elseif embed end errorfor fun if ifdef in interface is isnt lambda let match new not objector primitive recover repeat return struct then trait try type until use var where while with xor",meta:"iso val tag trn box ref",literal:"this false true"},a={className:"string",begin:'"""',end:'"""',relevance:10},r={className:"string",begin:'"',end:'"',contains:[e.BACKSLASH_ESCAPE]},s={className:"string",begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE],relevance:0},n={className:"type",begin:"\\b_?[A-Z][\\w]*",relevance:0},i={begin:e.IDENT_RE+"'",relevance:0},l={className:"class",beginKeywords:"class actor",end:"$",contains:[e.TITLE_MODE,e.C_LINE_COMMENT_MODE]},o={className:"function",beginKeywords:"new fun",end:"=>",contains:[e.TITLE_MODE,{begin:/\(/,end:/\)/,contains:[n,i,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},{begin:/:/,endsWithParent:!0,contains:[n]},e.C_LINE_COMMENT_MODE]};return{keywords:t,contains:[l,o,n,a,r,s,i,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}}},{name:"powershell",create:function(e){var t={begin:"`[\\s\\S]",relevance:0},a={className:"variable",variants:[{begin:/\$[\w\d][\w\d_:]*/}]},r={className:"literal",begin:/\$(null|true|false)\b/},s={className:"string",variants:[{begin:/"/,end:/"/},{begin:/@"/,end:/^"@/}],contains:[t,a,{className:"variable",begin:/\$[A-z]/,end:/[^A-z]/}]},n={className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]},i={className:"doctag",variants:[{begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/}]},l=e.inherit(e.COMMENT(null,null),{variants:[{begin:/#/,end:/$/},{begin:/<#/,end:/#>/}], +contains:[i]});return{aliases:["ps"],lexemes:/-?[A-z\.\-]+/,case_insensitive:!0,keywords:{keyword:"if else foreach return function do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch",built_in:"Add-Computer Add-Content Add-History Add-JobTrigger Add-Member Add-PSSnapin Add-Type Checkpoint-Computer Clear-Content Clear-EventLog Clear-History Clear-Host Clear-Item Clear-ItemProperty Clear-Variable Compare-Object Complete-Transaction Connect-PSSession Connect-WSMan Convert-Path ConvertFrom-Csv ConvertFrom-Json ConvertFrom-SecureString ConvertFrom-StringData ConvertTo-Csv ConvertTo-Html ConvertTo-Json ConvertTo-SecureString ConvertTo-Xml Copy-Item Copy-ItemProperty Debug-Process Disable-ComputerRestore Disable-JobTrigger Disable-PSBreakpoint Disable-PSRemoting Disable-PSSessionConfiguration Disable-WSManCredSSP Disconnect-PSSession Disconnect-WSMan Disable-ScheduledJob Enable-ComputerRestore Enable-JobTrigger Enable-PSBreakpoint Enable-PSRemoting Enable-PSSessionConfiguration Enable-ScheduledJob Enable-WSManCredSSP Enter-PSSession Exit-PSSession Export-Alias Export-Clixml Export-Console Export-Counter Export-Csv Export-FormatData Export-ModuleMember Export-PSSession ForEach-Object Format-Custom Format-List Format-Table Format-Wide Get-Acl Get-Alias Get-AuthenticodeSignature Get-ChildItem Get-Command Get-ComputerRestorePoint Get-Content Get-ControlPanelItem Get-Counter Get-Credential Get-Culture Get-Date Get-Event Get-EventLog Get-EventSubscriber Get-ExecutionPolicy Get-FormatData Get-Host Get-HotFix Get-Help Get-History Get-IseSnippet Get-Item Get-ItemProperty Get-Job Get-JobTrigger Get-Location Get-Member Get-Module Get-PfxCertificate Get-Process Get-PSBreakpoint Get-PSCallStack Get-PSDrive Get-PSProvider Get-PSSession Get-PSSessionConfiguration Get-PSSnapin Get-Random Get-ScheduledJob Get-ScheduledJobOption Get-Service Get-TraceSource Get-Transaction Get-TypeData Get-UICulture Get-Unique Get-Variable Get-Verb Get-WinEvent Get-WmiObject Get-WSManCredSSP Get-WSManInstance Group-Object Import-Alias Import-Clixml Import-Counter Import-Csv Import-IseSnippet Import-LocalizedData Import-PSSession Import-Module Invoke-AsWorkflow Invoke-Command Invoke-Expression Invoke-History Invoke-Item Invoke-RestMethod Invoke-WebRequest Invoke-WmiMethod Invoke-WSManAction Join-Path Limit-EventLog Measure-Command Measure-Object Move-Item Move-ItemProperty New-Alias New-Event New-EventLog New-IseSnippet New-Item New-ItemProperty New-JobTrigger New-Object New-Module New-ModuleManifest New-PSDrive New-PSSession New-PSSessionConfigurationFile New-PSSessionOption New-PSTransportOption New-PSWorkflowExecutionOption New-PSWorkflowSession New-ScheduledJobOption New-Service New-TimeSpan New-Variable New-WebServiceProxy New-WinEvent New-WSManInstance New-WSManSessionOption Out-Default Out-File Out-GridView Out-Host Out-Null Out-Printer Out-String Pop-Location Push-Location Read-Host Receive-Job Register-EngineEvent Register-ObjectEvent Register-PSSessionConfiguration Register-ScheduledJob Register-WmiEvent Remove-Computer Remove-Event Remove-EventLog Remove-Item Remove-ItemProperty Remove-Job Remove-JobTrigger Remove-Module Remove-PSBreakpoint Remove-PSDrive Remove-PSSession Remove-PSSnapin Remove-TypeData Remove-Variable Remove-WmiObject Remove-WSManInstance Rename-Computer Rename-Item Rename-ItemProperty Reset-ComputerMachinePassword Resolve-Path Restart-Computer Restart-Service Restore-Computer Resume-Job Resume-Service Save-Help Select-Object Select-String Select-Xml Send-MailMessage Set-Acl Set-Alias Set-AuthenticodeSignature Set-Content Set-Date Set-ExecutionPolicy Set-Item Set-ItemProperty Set-JobTrigger Set-Location Set-PSBreakpoint Set-PSDebug Set-PSSessionConfiguration Set-ScheduledJob Set-ScheduledJobOption Set-Service Set-StrictMode Set-TraceSource Set-Variable Set-WmiInstance Set-WSManInstance Set-WSManQuickConfig Show-Command Show-ControlPanelItem Show-EventLog Sort-Object Split-Path Start-Job Start-Process Start-Service Start-Sleep Start-Transaction Start-Transcript Stop-Computer Stop-Job Stop-Process Stop-Service Stop-Transcript Suspend-Job Suspend-Service Tee-Object Test-ComputerSecureChannel Test-Connection Test-ModuleManifest Test-Path Test-PSSessionConfigurationFile Trace-Command Unblock-File Undo-Transaction Unregister-Event Unregister-PSSessionConfiguration Unregister-ScheduledJob Update-FormatData Update-Help Update-List Update-TypeData Use-Transaction Wait-Event Wait-Job Wait-Process Where-Object Write-Debug Write-Error Write-EventLog Write-Host Write-Output Write-Progress Write-Verbose Write-Warning",nomarkup:"-ne -eq -lt -gt -ge -le -not -like -notlike -match -notmatch -contains -notcontains -in -notin -replace"},contains:[t,e.NUMBER_MODE,s,n,r,a,l]}}},{name:"processing",create:function(e){return{keywords:{keyword:"BufferedReader PVector PFont PImage PGraphics HashMap boolean byte char color double float int long String Array FloatDict FloatList IntDict IntList JSONArray JSONObject Object StringDict StringList Table TableRow XML false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private",literal:"P2D P3D HALF_PI PI QUARTER_PI TAU TWO_PI",title:"setup draw",built_in:"displayHeight displayWidth mouseY mouseX mousePressed pmouseX pmouseY key keyCode pixels focused frameCount frameRate height width size createGraphics beginDraw createShape loadShape PShape arc ellipse line point quad rect triangle bezier bezierDetail bezierPoint bezierTangent curve curveDetail curvePoint curveTangent curveTightness shape shapeMode beginContour beginShape bezierVertex curveVertex endContour endShape quadraticVertex vertex ellipseMode noSmooth rectMode smooth strokeCap strokeJoin strokeWeight mouseClicked mouseDragged mouseMoved mousePressed mouseReleased mouseWheel keyPressed keyPressedkeyReleased keyTyped print println save saveFrame day hour millis minute month second year background clear colorMode fill noFill noStroke stroke alpha blue brightness color green hue lerpColor red saturation modelX modelY modelZ screenX screenY screenZ ambient emissive shininess specular add createImage beginCamera camera endCamera frustum ortho perspective printCamera printProjection cursor frameRate noCursor exit loop noLoop popStyle pushStyle redraw binary boolean byte char float hex int str unbinary unhex join match matchAll nf nfc nfp nfs split splitTokens trim append arrayCopy concat expand reverse shorten sort splice subset box sphere sphereDetail createInput createReader loadBytes loadJSONArray loadJSONObject loadStrings loadTable loadXML open parseXML saveTable selectFolder selectInput beginRaw beginRecord createOutput createWriter endRaw endRecord PrintWritersaveBytes saveJSONArray saveJSONObject saveStream saveStrings saveXML selectOutput popMatrix printMatrix pushMatrix resetMatrix rotate rotateX rotateY rotateZ scale shearX shearY translate ambientLight directionalLight lightFalloff lights lightSpecular noLights normal pointLight spotLight image imageMode loadImage noTint requestImage tint texture textureMode textureWrap blend copy filter get loadPixels set updatePixels blendMode loadShader PShaderresetShader shader createFont loadFont text textFont textAlign textLeading textMode textSize textWidth textAscent textDescent abs ceil constrain dist exp floor lerp log mag map max min norm pow round sq sqrt acos asin atan atan2 cos degrees radians sin tan noise noiseDetail noiseSeed random randomGaussian randomSeed"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}},{name:"profile",create:function(e){return{contains:[e.C_NUMBER_MODE,{begin:"[a-zA-Z_][\\da-zA-Z_]+\\.[\\da-zA-Z_]{1,3}",end:":",excludeEnd:!0},{begin:"(ncalls|tottime|cumtime)",end:"$",keywords:"ncalls tottime|10 cumtime|10 filename",relevance:10},{begin:"function calls",end:"$",contains:[e.C_NUMBER_MODE],relevance:10},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"\\(",end:"\\)$",excludeBegin:!0,excludeEnd:!0,relevance:0}]}}},{name:"prolog",create:function(e){var t={begin:/[a-z][A-Za-z0-9_]*/,relevance:0},a={className:"symbol",variants:[{begin:/[A-Z][a-zA-Z0-9_]*/},{begin:/_[A-Za-z0-9_]*/}],relevance:0},r={begin:/\(/,end:/\)/,relevance:0},s={begin:/\[/,end:/\]/},n={className:"comment",begin:/%/,end:/$/,contains:[e.PHRASAL_WORDS_MODE]},i={className:"string",begin:/`/,end:/`/,contains:[e.BACKSLASH_ESCAPE]},l={className:"string",begin:/0\'(\\\'|.)/},o={className:"string",begin:/0\'\\s/},c={begin:/:-/},d=[t,a,r,c,s,n,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,i,l,o,e.C_NUMBER_MODE];return r.contains=d,s.contains=d,{contains:d.concat([{begin:/\.$/}])}}},{name:"protobuf",create:function(e){return{keywords:{keyword:"package import option optional required repeated group",built_in:"double float int32 int64 uint32 uint64 sint32 sint64 fixed32 fixed64 sfixed32 sfixed64 bool string bytes",literal:"true false"},contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.C_LINE_COMMENT_MODE,{className:"class",beginKeywords:"message enum service",end:/\{/,illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{className:"function",beginKeywords:"rpc",end:/;/,excludeEnd:!0,keywords:"rpc returns"},{begin:/^\s*[A-Z_]+/,end:/\s*=/,excludeEnd:!0}]}}},{name:"puppet",create:function(e){var t={keyword:"and case default else elsif false if in import enherits node or true undef unless main settings $string ",literal:"alias audit before loglevel noop require subscribe tag owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check en_address ip_address realname command environment hour monute month monthday special target weekday creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey sslverify mounted",built_in:"architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_productversion macosx_productverson_major macosx_productversion_minor manufacturer memoryfree memorysize netmask metmask_ network_ operatingsystem operatingsystemmajrelease operatingsystemrelease osfamily partitions path physicalprocessorcount processor processorcount productname ps puppetversion rubysitedir rubyversion selinux selinux_config_mode selinux_config_policy selinux_current_mode selinux_current_mode selinux_enforced selinux_policyversion serialnumber sp_ sshdsakey sshecdsakey sshrsakey swapencrypted swapfree swapsize timezone type uniqueid uptime uptime_days uptime_hours uptime_seconds uuid virtual vlans xendomains zfs_version zonenae zones zpool_version"},a=e.COMMENT("#","$"),r="([A-Za-z_]|::)(\\w|::)*",s=e.inherit(e.TITLE_MODE,{begin:r}),n={className:"variable",begin:"\\$"+r},i={className:"string",contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]};return{aliases:["pp"],contains:[a,n,i,{beginKeywords:"class",end:"\\{|;",illegal:/=/,contains:[s,a]},{beginKeywords:"define",end:/\{/,contains:[{className:"section",begin:e.IDENT_RE,endsParent:!0}]},{begin:e.IDENT_RE+"\\s+\\{",returnBegin:!0,end:/\S/,contains:[{className:"keyword",begin:e.IDENT_RE},{begin:/\{/,end:/\}/,keywords:t,relevance:0,contains:[i,a,{begin:"[a-zA-Z_]+\\s*=>",returnBegin:!0,end:"=>",contains:[{className:"attr",begin:e.IDENT_RE}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},n]}],relevance:0}]}}},{name:"purebasic",create:function(e){var t={className:"string",begin:'(~)?"',end:'"',illegal:"\\n"},a={className:"symbol",begin:"#[a-zA-Z_]\\w*\\$?"};return{aliases:["pb","pbi"],keywords:"And As Break CallDebugger Case CompilerCase CompilerDefault CompilerElse CompilerEndIf CompilerEndSelect CompilerError CompilerIf CompilerSelect Continue Data DataSection EndDataSection Debug DebugLevel Default Define Dim DisableASM DisableDebugger DisableExplicit Else ElseIf EnableASM EnableDebugger EnableExplicit End EndEnumeration EndIf EndImport EndInterface EndMacro EndProcedure EndSelect EndStructure EndStructureUnion EndWith Enumeration Extends FakeReturn For Next ForEach ForEver Global Gosub Goto If Import ImportC IncludeBinary IncludeFile IncludePath Interface Macro NewList Not Or ProcedureReturn Protected Prototype PrototypeC Read ReDim Repeat Until Restore Return Select Shared Static Step Structure StructureUnion Swap To Wend While With XIncludeFile XOr Procedure ProcedureC ProcedureCDLL ProcedureDLL Declare DeclareC DeclareCDLL DeclareDLL",contains:[e.COMMENT(";","$",{relevance:0}),{className:"function",begin:"\\b(Procedure|Declare)(C|CDLL|DLL)?\\b",end:"\\(",excludeEnd:!0,returnBegin:!0,contains:[{className:"keyword",begin:"(Procedure|Declare)(C|CDLL|DLL)?",excludeEnd:!0},{className:"type",begin:"\\.\\w*"},e.UNDERSCORE_TITLE_MODE]},t,a]}}},{name:"python",create:function(e){var t={className:"meta",begin:/^(>>>|\.\.\.) /},a={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,contains:[t],relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,contains:[t],relevance:10},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},r={className:"number",relevance:0,variants:[{begin:e.BINARY_NUMBER_RE+"[lLjJ]?"},{begin:"\\b(0o[0-7]+)[lLjJ]?"},{begin:e.C_NUMBER_RE+"[lLjJ]?"}]},s={className:"params",begin:/\(/,end:/\)/,contains:["self",t,r,a]};return{aliases:["py","gyp"],keywords:{keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda async await nonlocal|10 None True False",built_in:"Ellipsis NotImplemented"},illegal:/(<\/|->|\?)/,contains:[t,r,a,e.HASH_COMMENT_MODE,{variants:[{className:"function",beginKeywords:"def",relevance:10},{className:"class",beginKeywords:"class"}],end:/:/,illegal:/[${=;\n,]/,contains:[e.UNDERSCORE_TITLE_MODE,s,{begin:/->/,endsWithParent:!0,keywords:"None"}]},{className:"meta",begin:/^[\t ]*@/,end:/$/},{begin:/\b(print|exec)\(/}]}}},{name:"q",create:function(e){var t={keyword:"do while select delete by update from",literal:"0b 1b",built_in:"neg not null string reciprocal floor ceiling signum mod xbar xlog and or each scan over prior mmu lsq inv md5 ltime gtime count first var dev med cov cor all any rand sums prds mins maxs fills deltas ratios avgs differ prev next rank reverse iasc idesc asc desc msum mcount mavg mdev xrank mmin mmax xprev rotate distinct group where flip type key til get value attr cut set upsert raze union inter except cross sv vs sublist enlist read0 read1 hopen hclose hdel hsym hcount peach system ltrim rtrim trim lower upper ssr view tables views cols xcols keys xkey xcol xasc xdesc fkeys meta lj aj aj0 ij pj asof uj ww wj wj1 fby xgroup ungroup ej save load rsave rload show csv parse eval min max avg wavg wsum sin cos tan sum",type:"`float `double int `timestamp `timespan `datetime `time `boolean `symbol `char `byte `short `long `real `month `date `minute `second `guid"};return{aliases:["k","kdb"],keywords:t,lexemes:/(`?)[A-Za-z0-9_]+\b/,contains:[e.C_LINE_COMMENT_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}},{name:"qml",create:function(e){var t={keyword:"in of on if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await import",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Behavior bool color coordinate date double enumeration font geocircle georectangle geoshape int list matrix4x4 parent point quaternion real rect size string url var variant vector2d vector3d vector4dPromise"},a="[a-zA-Z_][a-zA-Z0-9\\._]*",r={className:"keyword",begin:"\\bproperty\\b",starts:{className:"string",end:"(:|=|;|,|//|/\\*|$)",returnEnd:!0}},s={className:"keyword",begin:"\\bsignal\\b",starts:{className:"string",end:"(\\(|:|=|;|,|//|/\\*|$)",returnEnd:!0}},n={className:"attribute",begin:"\\bid\\s*:",starts:{className:"string",end:a,returnEnd:!1}},i={begin:a+"\\s*:",returnBegin:!0,contains:[{className:"attribute",begin:a,end:"\\s*:",excludeEnd:!0,relevance:0}],relevance:0},l={begin:a+"\\s*{",end:"{",returnBegin:!0,relevance:0,contains:[e.inherit(e.TITLE_MODE,{begin:a})]};return{aliases:["qt"],case_insensitive:!1,keywords:t,contains:[{className:"meta",begin:/^\s*['"]use (strict|asm)['"]/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{begin:/\s*[);\]]/,relevance:0,subLanguage:"xml"}],relevance:0},s,r,{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}],illegal:/\[|%/},{begin:"\\."+e.IDENT_RE,relevance:0},n,i,l],illegal:/#/}}},{name:"r",create:function(e){var t="([a-zA-Z]|\\.[a-zA-Z.])[a-zA-Z0-9._]*";return{contains:[e.HASH_COMMENT_MODE,{begin:t,lexemes:t,keywords:{keyword:"function if in break next repeat else for return switch while try tryCatch stop warning require library attach detach source setMethod setGeneric setGroupGeneric setClass ...",literal:"NULL NA TRUE FALSE T F Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10"},relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"\\d+(?:[eE][+\\-]?\\d*)?L\\b",relevance:0},{className:"number",begin:"\\d+\\.(?!\\d)(?:i\\b)?",relevance:0},{className:"number",begin:"\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{className:"number",begin:"\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{begin:"`",end:"`",relevance:0},{className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]}]}}},{name:"rib",create:function(e){return{keywords:"ArchiveRecord AreaLightSource Atmosphere Attribute AttributeBegin AttributeEnd Basis Begin Blobby Bound Clipping ClippingPlane Color ColorSamples ConcatTransform Cone CoordinateSystem CoordSysTransform CropWindow Curves Cylinder DepthOfField Detail DetailRange Disk Displacement Display End ErrorHandler Exposure Exterior Format FrameAspectRatio FrameBegin FrameEnd GeneralPolygon GeometricApproximation Geometry Hider Hyperboloid Identity Illuminate Imager Interior LightSource MakeCubeFaceEnvironment MakeLatLongEnvironment MakeShadow MakeTexture Matte MotionBegin MotionEnd NuPatch ObjectBegin ObjectEnd ObjectInstance Opacity Option Orientation Paraboloid Patch PatchMesh Perspective PixelFilter PixelSamples PixelVariance Points PointsGeneralPolygons PointsPolygons Polygon Procedural Projection Quantize ReadArchive RelativeDetail ReverseOrientation Rotate Scale ScreenWindow ShadingInterpolation ShadingRate Shutter Sides Skew SolidBegin SolidEnd Sphere SubdivisionMesh Surface TextureCoordinates Torus Transform TransformBegin TransformEnd TransformPoints Translate TrimCurve WorldBegin WorldEnd",illegal:">|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",a={keyword:"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor",literal:"true false nil"},r={className:"doctag",begin:"@[A-Za-z]+"},s={begin:"#<",end:">"},n=[e.COMMENT("#","$",{contains:[r]}),e.COMMENT("^\\=begin","^\\=end",{contains:[r],relevance:10}),e.COMMENT("^__END__","\\n$")],i={className:"subst",begin:"#\\{",end:"}",keywords:a},l={className:"string",contains:[e.BACKSLASH_ESCAPE,i],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[qQwWx]?\\(",end:"\\)"},{begin:"%[qQwWx]?\\[",end:"\\]"},{begin:"%[qQwWx]?{",end:"}"},{begin:"%[qQwWx]?<",end:">"},{begin:"%[qQwWx]?/",end:"/"},{begin:"%[qQwWx]?%",end:"%"},{begin:"%[qQwWx]?-",end:"-"},{begin:"%[qQwWx]?\\|",end:"\\|"},{begin:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/}]},o={className:"params",begin:"\\(",end:"\\)",endsParent:!0,keywords:a},c=[l,s,{className:"class",beginKeywords:"class module",end:"$|;",illegal:/=/,contains:[e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{begin:"<\\s*",contains:[{begin:"("+e.IDENT_RE+"::)?"+e.IDENT_RE}]}].concat(n)},{className:"function",beginKeywords:"def",end:"$|;",contains:[e.inherit(e.TITLE_MODE,{begin:t}),o].concat(n)},{begin:e.IDENT_RE+"::"},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(\\!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[l,{begin:t}],relevance:0},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{className:"params",begin:/\|/,end:/\|/,keywords:a},{begin:"("+e.RE_STARTERS_RE+")\\s*",contains:[s,{className:"regexp",contains:[e.BACKSLASH_ESCAPE,i],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r{",end:"}[a-z]*"},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(n),relevance:0}].concat(n);i.contains=c,o.contains=c;var d="[>?]>",m="[\\w#]+\\(\\w+\\):\\d+:\\d+>",u="(\\w+-)?\\d+\\.\\d+\\.\\d(p\\d+)?[^>]+>",h=[{begin:/^\s*=>/,starts:{end:"$",contains:c}},{className:"meta",begin:"^("+d+"|"+m+"|"+u+")",starts:{end:"$",contains:c}}];return{aliases:["rb","gemspec","podspec","thor","irb"],keywords:a,illegal:/\/\*/,contains:n.concat(h).concat(c)}}},{name:"ruleslanguage",create:function(e){return{keywords:{keyword:"BILL_PERIOD BILL_START BILL_STOP RS_EFFECTIVE_START RS_EFFECTIVE_STOP RS_JURIS_CODE RS_OPCO_CODE INTDADDATTRIBUTE|5 INTDADDVMSG|5 INTDBLOCKOP|5 INTDBLOCKOPNA|5 INTDCLOSE|5 INTDCOUNT|5 INTDCOUNTSTATUSCODE|5 INTDCREATEMASK|5 INTDCREATEDAYMASK|5 INTDCREATEFACTORMASK|5 INTDCREATEHANDLE|5 INTDCREATEOVERRIDEDAYMASK|5 INTDCREATEOVERRIDEMASK|5 INTDCREATESTATUSCODEMASK|5 INTDCREATETOUPERIOD|5 INTDDELETE|5 INTDDIPTEST|5 INTDEXPORT|5 INTDGETERRORCODE|5 INTDGETERRORMESSAGE|5 INTDISEQUAL|5 INTDJOIN|5 INTDLOAD|5 INTDLOADACTUALCUT|5 INTDLOADDATES|5 INTDLOADHIST|5 INTDLOADLIST|5 INTDLOADLISTDATES|5 INTDLOADLISTENERGY|5 INTDLOADLISTHIST|5 INTDLOADRELATEDCHANNEL|5 INTDLOADSP|5 INTDLOADSTAGING|5 INTDLOADUOM|5 INTDLOADUOMDATES|5 INTDLOADUOMHIST|5 INTDLOADVERSION|5 INTDOPEN|5 INTDREADFIRST|5 INTDREADNEXT|5 INTDRECCOUNT|5 INTDRELEASE|5 INTDREPLACE|5 INTDROLLAVG|5 INTDROLLPEAK|5 INTDSCALAROP|5 INTDSCALE|5 INTDSETATTRIBUTE|5 INTDSETDSTPARTICIPANT|5 INTDSETSTRING|5 INTDSETVALUE|5 INTDSETVALUESTATUS|5 INTDSHIFTSTARTTIME|5 INTDSMOOTH|5 INTDSORT|5 INTDSPIKETEST|5 INTDSUBSET|5 INTDTOU|5 INTDTOURELEASE|5 INTDTOUVALUE|5 INTDUPDATESTATS|5 INTDVALUE|5 STDEV INTDDELETEEX|5 INTDLOADEXACTUAL|5 INTDLOADEXCUT|5 INTDLOADEXDATES|5 INTDLOADEX|5 INTDLOADEXRELATEDCHANNEL|5 INTDSAVEEX|5 MVLOAD|5 MVLOADACCT|5 MVLOADACCTDATES|5 MVLOADACCTHIST|5 MVLOADDATES|5 MVLOADHIST|5 MVLOADLIST|5 MVLOADLISTDATES|5 MVLOADLISTHIST|5 IF FOR NEXT DONE SELECT END CALL ABORT CLEAR CHANNEL FACTOR LIST NUMBER OVERRIDE SET WEEK DISTRIBUTIONNODE ELSE WHEN THEN OTHERWISE IENUM CSV INCLUDE LEAVE RIDER SAVE DELETE NOVALUE SECTION WARN SAVE_UPDATE DETERMINANT LABEL REPORT REVENUE EACH IN FROM TOTAL CHARGE BLOCK AND OR CSV_FILE RATE_CODE AUXILIARY_DEMAND UIDACCOUNT RS BILL_PERIOD_SELECT HOURS_PER_MONTH INTD_ERROR_STOP SEASON_SCHEDULE_NAME ACCOUNTFACTOR ARRAYUPPERBOUND CALLSTOREDPROC GETADOCONNECTION GETCONNECT GETDATASOURCE GETQUALIFIER GETUSERID HASVALUE LISTCOUNT LISTOP LISTUPDATE LISTVALUE PRORATEFACTOR RSPRORATE SETBINPATH SETDBMONITOR WQ_OPEN BILLINGHOURS DATE DATEFROMFLOAT DATETIMEFROMSTRING DATETIMETOSTRING DATETOFLOAT DAY DAYDIFF DAYNAME DBDATETIME HOUR MINUTE MONTH MONTHDIFF MONTHHOURS MONTHNAME ROUNDDATE SAMEWEEKDAYLASTYEAR SECOND WEEKDAY WEEKDIFF YEAR YEARDAY YEARSTR COMPSUM HISTCOUNT HISTMAX HISTMIN HISTMINNZ HISTVALUE MAXNRANGE MAXRANGE MINRANGE COMPIKVA COMPKVA COMPKVARFROMKQKW COMPLF IDATTR FLAG LF2KW LF2KWH MAXKW POWERFACTOR READING2USAGE AVGSEASON MAXSEASON MONTHLYMERGE SEASONVALUE SUMSEASON ACCTREADDATES ACCTTABLELOAD CONFIGADD CONFIGGET CREATEOBJECT CREATEREPORT EMAILCLIENT EXPBLKMDMUSAGE EXPMDMUSAGE EXPORT_USAGE FACTORINEFFECT GETUSERSPECIFIEDSTOP INEFFECT ISHOLIDAY RUNRATE SAVE_PROFILE SETREPORTTITLE USEREXIT WATFORRUNRATE TO TABLE ACOS ASIN ATAN ATAN2 BITAND CEIL COS COSECANT COSH COTANGENT DIVQUOT DIVREM EXP FABS FLOOR FMOD FREPM FREXPN LOG LOG10 MAX MAXN MIN MINNZ MODF POW ROUND ROUND2VALUE ROUNDINT SECANT SIN SINH SQROOT TAN TANH FLOAT2STRING FLOAT2STRINGNC INSTR LEFT LEN LTRIM MID RIGHT RTRIM STRING STRINGNC TOLOWER TOUPPER TRIM NUMDAYS READ_DATE STAGING",built_in:"IDENTIFIER OPTIONS XML_ELEMENT XML_OP XML_ELEMENT_OF DOMDOCCREATE DOMDOCLOADFILE DOMDOCLOADXML DOMDOCSAVEFILE DOMDOCGETROOT DOMDOCADDPI DOMNODEGETNAME DOMNODEGETTYPE DOMNODEGETVALUE DOMNODEGETCHILDCT DOMNODEGETFIRSTCHILD DOMNODEGETSIBLING DOMNODECREATECHILDELEMENT DOMNODESETATTRIBUTE DOMNODEGETCHILDELEMENTCT DOMNODEGETFIRSTCHILDELEMENT DOMNODEGETSIBLINGELEMENT DOMNODEGETATTRIBUTECT DOMNODEGETATTRIBUTEI DOMNODEGETATTRIBUTEBYNAME DOMNODEGETBYNAME"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:"literal",variants:[{begin:"#\\s+[a-zA-Z\\ \\.]*",relevance:0},{begin:"#[a-zA-Z\\ \\.]+"}]}]}}},{name:"rust",create:function(e){var t="([uif](8|16|32|64|size))?",a=e.inherit(e.C_BLOCK_COMMENT_MODE);a.contains.push("self");var r="alignof as be box break const continue crate do else enum extern false fn for if impl in let loop match mod mut offsetof once priv proc pub pure ref return self Self sizeof static struct super trait true type typeof unsafe unsized use virtual while where yield move default int i8 i16 i32 i64 isize uint u8 u32 u64 usize float f32 f64 str char bool",s="Copy Send Sized Sync Drop Fn FnMut FnOnce drop Box ToOwned Clone PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator Option Result SliceConcatExt String ToString Vec assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln! macro_rules!";return{aliases:["rs"],keywords:{keyword:r,literal:"true false Some None Ok Err",built_in:s},lexemes:e.IDENT_RE+"!?",illegal:""}]}}},{name:"scala",create:function(e){var t={className:"meta",begin:"@[A-Za-z]+"},a={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:"\\${",end:"}"}]},r={className:"string",variants:[{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:'"""',end:'"""',relevance:10},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,a]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[a],relevance:10}]},s={className:"symbol",begin:"'\\w[\\w\\d_]*(?!')"},n={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},i={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0},l={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[n]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[n]},i]},o={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[i]};return{keywords:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r,s,n,o,l,e.C_NUMBER_MODE,t]}}},{name:"scheme",create:function(e){var t="[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+",a="(\\-|\\+)?\\d+([./]\\d+)?",r=a+"[+\\-]"+a+"i",s={"builtin-name":"case-lambda call/cc class define-class exit-handler field import inherit init-field interface let*-values let-values let/ec mixin opt-lambda override protect provide public rename require require-for-syntax syntax syntax-case syntax-error unit/sig unless when with-syntax and begin call-with-current-continuation call-with-input-file call-with-output-file case cond define define-syntax delay do dynamic-wind else for-each if lambda let let* let-syntax letrec letrec-syntax map or syntax-rules ' * + , ,@ - ... / ; < <= = => > >= ` abs acos angle append apply asin assoc assq assv atan boolean? caar cadr call-with-input-file call-with-output-file call-with-values car cdddar cddddr cdr ceiling char->integer char-alphabetic? char-ci<=? char-ci=? char-ci>? char-downcase char-lower-case? char-numeric? char-ready? char-upcase char-upper-case? char-whitespace? char<=? char=? char>? char? close-input-port close-output-port complex? cons cos current-input-port current-output-port denominator display eof-object? eq? equal? eqv? eval even? exact->inexact exact? exp expt floor force gcd imag-part inexact->exact inexact? input-port? integer->char integer? interaction-environment lcm length list list->string list->vector list-ref list-tail list? load log magnitude make-polar make-rectangular make-string make-vector max member memq memv min modulo negative? newline not null-environment null? number->string number? numerator odd? open-input-file open-output-file output-port? pair? peek-char port? positive? procedure? quasiquote quote quotient rational? rationalize read read-char real-part real? remainder reverse round scheme-report-environment set! set-car! set-cdr! sin sqrt string string->list string->number string->symbol string-append string-ci<=? string-ci=? string-ci>? string-copy string-fill! string-length string-ref string-set! string<=? string=? string>? string? substring symbol->string symbol? tan transcript-off transcript-on truncate values vector vector->list vector-fill! vector-length vector-ref vector-set! with-input-from-file with-output-to-file write write-char zero?"},n={className:"meta",begin:"^#!",end:"$"},i={className:"literal",begin:"(#t|#f|#\\\\"+t+"|#\\\\.)"},l={className:"number",variants:[{begin:a,relevance:0},{begin:r,relevance:0},{begin:"#b[0-1]+(/[0-1]+)?"},{begin:"#o[0-7]+(/[0-7]+)?"},{begin:"#x[0-9a-f]+(/[0-9a-f]+)?"}]},o=e.QUOTE_STRING_MODE,c=[e.COMMENT(";","$",{relevance:0}),e.COMMENT("#\\|","\\|#")],d={begin:t,relevance:0},m={className:"symbol",begin:"'"+t},u={endsWithParent:!0,relevance:0},h={begin:/'/,contains:[{begin:"\\(",end:"\\)",contains:["self",i,o,l,d,m]}]},p={className:"name",begin:t,lexemes:t,keywords:s},g={begin:/lambda/,endsWithParent:!0,returnBegin:!0,contains:[p,{begin:/\(/,end:/\)/,endsParent:!0,contains:[d]}]},b={variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}],contains:[g,p,u]};return u.contains=[i,l,o,d,m,h,b].concat(c),{illegal:/\S/,contains:[n,l,o,m,h,b].concat(c)}}},{name:"scilab",create:function(e){var t=[e.C_NUMBER_MODE,{className:"string",begin:"'|\"",end:"'|\"",contains:[e.BACKSLASH_ESCAPE,{begin:"''"}]}];return{aliases:["sci"],lexemes:/%?\w+/,keywords:{keyword:"abort break case clear catch continue do elseif else endfunction end for function global if pause return resume select try then while",literal:"%f %F %t %T %pi %eps %inf %nan %e %i %z %s",built_in:"abs and acos asin atan ceil cd chdir clearglobal cosh cos cumprod deff disp error exec execstr exists exp eye gettext floor fprintf fread fsolve imag isdef isempty isinfisnan isvector lasterror length load linspace list listfiles log10 log2 log max min msprintf mclose mopen ones or pathconvert poly printf prod pwd rand real round sinh sin size gsort sprintf sqrt strcat strcmps tring sum system tanh tan type typename warning zeros matrix"},illegal:'("|#|/\\*|\\s+/\\w+)',contains:[{className:"function",beginKeywords:"function",end:"$",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},{begin:"[a-zA-Z_][a-zA-Z_0-9]*('+[\\.']*|[\\.']+)",end:"",relevance:0},{begin:"\\[",end:"\\]'*[\\.']*",relevance:0,contains:t},e.COMMENT("//","$")].concat(t)}}},{name:"scss",create:function(e){var t="[a-zA-Z-][a-zA-Z0-9_-]*",a={className:"variable",begin:"(\\$"+t+")\\b"},r={className:"number",begin:"#[0-9A-Fa-f]+"};({className:"attribute",begin:"[A-Z\\_\\.\\-]+",end:":",excludeEnd:!0,illegal:"[^\\s]",starts:{endsWithParent:!0,excludeEnd:!0,contains:[r,e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"!important"}]}});return{case_insensitive:!0,illegal:"[=/|']",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:"\\#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},{className:"selector-attr",begin:"\\[",end:"\\]",illegal:"$"},{className:"selector-tag",begin:"\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\b",relevance:0},{begin:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{begin:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},a,{className:"attribute",begin:"\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\b",illegal:"[^\\s]"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:":",end:";",contains:[a,r,e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"meta",begin:"!important"}]},{begin:"@",end:"[{;]",keywords:"mixin include extend for if else each while charset import debug media page content font-face namespace warn",contains:[a,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,r,e.CSS_NUMBER_MODE,{begin:"\\s[A-Za-z0-9_.-]+",relevance:0}]}]}}},{name:"smali",create:function(e){var t=["add","and","cmp","cmpg","cmpl","const","div","double","float","goto","if","int","long","move","mul","neg","new","nop","not","or","rem","return","shl","shr","sput","sub","throw","ushr","xor"],a=["aget","aput","array","check","execute","fill","filled","goto/16","goto/32","iget","instance","invoke","iput","monitor","packed","sget","sparse"],r=["transient","constructor","abstract","final","synthetic","public","private","protected","static","bridge","system"];return{aliases:["smali"],contains:[{className:"string",begin:'"',end:'"',relevance:0},e.COMMENT("#","$",{relevance:0}),{className:"keyword",variants:[{begin:"\\s*\\.end\\s[a-zA-Z0-9]*"},{begin:"^[ ]*\\.[a-zA-Z]*",relevance:0},{begin:"\\s:[a-zA-Z_0-9]*",relevance:0},{begin:"\\s("+r.join("|")+")"}]},{className:"built_in",variants:[{begin:"\\s("+t.join("|")+")\\s"},{begin:"\\s("+t.join("|")+")((\\-|/)[a-zA-Z0-9]+)+\\s",relevance:10},{begin:"\\s("+a.join("|")+")((\\-|/)[a-zA-Z0-9]+)*\\s",relevance:10}]},{className:"class",begin:"L[^(;:\n]*;",relevance:0},{begin:"[vp][0-9]+"}]}}},{name:"smalltalk",create:function(e){var t="[a-z][a-zA-Z0-9_]*",a={className:"string",begin:"\\$.{1}"},r={className:"symbol",begin:"#"+e.UNDERSCORE_IDENT_RE};return{aliases:["st"],keywords:"self super nil true false thisContext",contains:[e.COMMENT('"','"'),e.APOS_STRING_MODE,{className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},{begin:t+":",relevance:0},e.C_NUMBER_MODE,r,a,{begin:"\\|[ ]*"+t+"([ ]+"+t+")*[ ]*\\|",returnBegin:!0,end:/\|/,illegal:/\S/,contains:[{begin:"(\\|[ ]*)?"+t}]},{begin:"\\#\\(",end:"\\)",contains:[e.APOS_STRING_MODE,a,e.C_NUMBER_MODE,r]}]}}},{name:"sml",create:function(e){return{aliases:["ml"],keywords:{keyword:"abstype and andalso as case datatype do else end eqtype exception fn fun functor handle if in include infix infixr let local nonfix of op open orelse raise rec sharing sig signature struct structure then type val with withtype where while",built_in:"array bool char exn int list option order real ref string substring vector unit word",literal:"true false NONE SOME LESS EQUAL GREATER nil"},illegal:/\/\/|>>/,lexemes:"[a-z_]\\w*!?",contains:[{className:"literal",begin:/\[(\|\|)?\]|\(\)/,relevance:0},e.COMMENT("\\(\\*","\\*\\)",{contains:["self"]}),{className:"symbol",begin:"'[A-Za-z_](?!')[\\w']*"},{className:"type",begin:"`[A-Z][\\w']*"},{className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},{begin:"[a-z_]\\w*'[\\w']*"},e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"number",begin:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",relevance:0},{begin:/[-=]>/}]}}},{name:"sqf",create:function(e){var t=e.getLanguage("cpp").exports,a={className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]},{begin:"'",end:"'",contains:[{begin:"''",relevance:0}]}]};return{aliases:["sqf"],case_insensitive:!0,keywords:{keyword:"case catch default do else exit exitWith for forEach from if switch then throw to try while with",built_in:"or plus abs accTime acos action actionKeys actionKeysImages actionKeysNames actionKeysNamesArray actionName activateAddons activatedAddons activateKey addAction addBackpack addBackpackCargo addBackpackCargoGlobal addBackpackGlobal addCamShake addCuratorAddons addCuratorCameraArea addCuratorEditableObjects addCuratorEditingArea addCuratorPoints addEditorObject addEventHandler addGoggles addGroupIcon addHandgunItem addHeadgear addItem addItemCargo addItemCargoGlobal addItemPool addItemToBackpack addItemToUniform addItemToVest addLiveStats addMagazine addMagazine array addMagazineAmmoCargo addMagazineCargo addMagazineCargoGlobal addMagazineGlobal addMagazinePool addMagazines addMagazineTurret addMenu addMenuItem addMissionEventHandler addMPEventHandler addMusicEventHandler addPrimaryWeaponItem addPublicVariableEventHandler addRating addResources addScore addScoreSide addSecondaryWeaponItem addSwitchableUnit addTeamMember addToRemainsCollector addUniform addVehicle addVest addWaypoint addWeapon addWeaponCargo addWeaponCargoGlobal addWeaponGlobal addWeaponPool addWeaponTurret agent agents AGLToASL aimedAtTarget aimPos airDensityRTD airportSide AISFinishHeal alive allControls allCurators allDead allDeadMen allDisplays allGroups allMapMarkers allMines allMissionObjects allow3DMode allowCrewInImmobile allowCuratorLogicIgnoreAreas allowDamage allowDammage allowFileOperations allowFleeing allowGetIn allPlayers allSites allTurrets allUnits allUnitsUAV allVariables ammo and animate animateDoor animationPhase animationState append armoryPoints arrayIntersect asin ASLToAGL ASLToATL assert assignAsCargo assignAsCargoIndex assignAsCommander assignAsDriver assignAsGunner assignAsTurret assignCurator assignedCargo assignedCommander assignedDriver assignedGunner assignedItems assignedTarget assignedTeam assignedVehicle assignedVehicleRole assignItem assignTeam assignToAirport atan atan2 atg ATLToASL attachedObject attachedObjects attachedTo attachObject attachTo attackEnabled backpack backpackCargo backpackContainer backpackItems backpackMagazines backpackSpaceFor behaviour benchmark binocular blufor boundingBox boundingBoxReal boundingCenter breakOut breakTo briefingName buildingExit buildingPos buttonAction buttonSetAction cadetMode call callExtension camCommand camCommit camCommitPrepared camCommitted camConstuctionSetParams camCreate camDestroy cameraEffect cameraEffectEnableHUD cameraInterest cameraOn cameraView campaignConfigFile camPreload camPreloaded camPrepareBank camPrepareDir camPrepareDive camPrepareFocus camPrepareFov camPrepareFovRange camPreparePos camPrepareRelPos camPrepareTarget camSetBank camSetDir camSetDive camSetFocus camSetFov camSetFovRange camSetPos camSetRelPos camSetTarget camTarget camUseNVG canAdd canAddItemToBackpack canAddItemToUniform canAddItemToVest cancelSimpleTaskDestination canFire canMove canSlingLoad canStand canUnloadInCombat captive captiveNum cbChecked cbSetChecked ceil cheatsEnabled checkAIFeature civilian className clearAllItemsFromBackpack clearBackpackCargo clearBackpackCargoGlobal clearGroupIcons clearItemCargo clearItemCargoGlobal clearItemPool clearMagazineCargo clearMagazineCargoGlobal clearMagazinePool clearOverlay clearRadio clearWeaponCargo clearWeaponCargoGlobal clearWeaponPool closeDialog closeDisplay closeOverlay collapseObjectTree combatMode commandArtilleryFire commandChat commander commandFire commandFollow commandFSM commandGetOut commandingMenu commandMove commandRadio commandStop commandTarget commandWatch comment commitOverlay compile compileFinal completedFSM composeText configClasses configFile configHierarchy configName configProperties configSourceMod configSourceModList connectTerminalToUAV controlNull controlsGroupCtrl copyFromClipboard copyToClipboard copyWaypoints cos count countEnemy countFriendly countSide countType countUnknown createAgent createCenter createDialog createDiaryLink createDiaryRecord createDiarySubject createDisplay createGearDialog createGroup createGuardedPoint createLocation createMarker createMarkerLocal createMenu createMine createMissionDisplay createSimpleTask createSite createSoundSource createTask createTeam createTrigger createUnit createUnit array createVehicle createVehicle array createVehicleCrew createVehicleLocal crew ctrlActivate ctrlAddEventHandler ctrlAutoScrollDelay ctrlAutoScrollRewind ctrlAutoScrollSpeed ctrlChecked ctrlClassName ctrlCommit ctrlCommitted ctrlCreate ctrlDelete ctrlEnable ctrlEnabled ctrlFade ctrlHTMLLoaded ctrlIDC ctrlIDD ctrlMapAnimAdd ctrlMapAnimClear ctrlMapAnimCommit ctrlMapAnimDone ctrlMapCursor ctrlMapMouseOver ctrlMapScale ctrlMapScreenToWorld ctrlMapWorldToScreen ctrlModel ctrlModelDirAndUp ctrlModelScale ctrlParent ctrlPosition ctrlRemoveAllEventHandlers ctrlRemoveEventHandler ctrlScale ctrlSetActiveColor ctrlSetAutoScrollDelay ctrlSetAutoScrollRewind ctrlSetAutoScrollSpeed ctrlSetBackgroundColor ctrlSetChecked ctrlSetEventHandler ctrlSetFade ctrlSetFocus ctrlSetFont ctrlSetFontH1 ctrlSetFontH1B ctrlSetFontH2 ctrlSetFontH2B ctrlSetFontH3 ctrlSetFontH3B ctrlSetFontH4 ctrlSetFontH4B ctrlSetFontH5 ctrlSetFontH5B ctrlSetFontH6 ctrlSetFontH6B ctrlSetFontHeight ctrlSetFontHeightH1 ctrlSetFontHeightH2 ctrlSetFontHeightH3 ctrlSetFontHeightH4 ctrlSetFontHeightH5 ctrlSetFontHeightH6 ctrlSetFontP ctrlSetFontPB ctrlSetForegroundColor ctrlSetModel ctrlSetModelDirAndUp ctrlSetModelScale ctrlSetPosition ctrlSetScale ctrlSetStructuredText ctrlSetText ctrlSetTextColor ctrlSetTooltip ctrlSetTooltipColorBox ctrlSetTooltipColorShade ctrlSetTooltipColorText ctrlShow ctrlShown ctrlText ctrlTextHeight ctrlType ctrlVisible curatorAddons curatorCamera curatorCameraArea curatorCameraAreaCeiling curatorCoef curatorEditableObjects curatorEditingArea curatorEditingAreaType curatorMouseOver curatorPoints curatorRegisteredObjects curatorSelected curatorWaypointCost currentChannel currentCommand currentMagazine currentMagazineDetail currentMagazineDetailTurret currentMagazineTurret currentMuzzle currentNamespace currentTask currentTasks currentThrowable currentVisionMode currentWaypoint currentWeapon currentWeaponMode currentWeaponTurret currentZeroing cursorTarget customChat customRadio cutFadeOut cutObj cutRsc cutText damage date dateToNumber daytime deActivateKey debriefingText debugFSM debugLog deg deleteAt deleteCenter deleteCollection deleteEditorObject deleteGroup deleteIdentity deleteLocation deleteMarker deleteMarkerLocal deleteRange deleteResources deleteSite deleteStatus deleteTeam deleteVehicle deleteVehicleCrew deleteWaypoint detach detectedMines diag activeMissionFSMs diag activeSQFScripts diag activeSQSScripts diag captureFrame diag captureSlowFrame diag fps diag fpsMin diag frameNo diag log diag logSlowFrame diag tickTime dialog diarySubjectExists didJIP didJIPOwner difficulty difficultyEnabled difficultyEnabledRTD direction directSay disableAI disableCollisionWith disableConversation disableDebriefingStats disableSerialization disableTIEquipment disableUAVConnectability disableUserInput displayAddEventHandler displayCtrl displayNull displayRemoveAllEventHandlers displayRemoveEventHandler displaySetEventHandler dissolveTeam distance distance2D distanceSqr distributionRegion doArtilleryFire doFire doFollow doFSM doGetOut doMove doorPhase doStop doTarget doWatch drawArrow drawEllipse drawIcon drawIcon3D drawLine drawLine3D drawLink drawLocation drawRectangle driver drop east echo editObject editorSetEventHandler effectiveCommander emptyPositions enableAI enableAIFeature enableAttack enableCamShake enableCaustics enableCollisionWith enableCopilot enableDebriefingStats enableDiagLegend enableEndDialog enableEngineArtillery enableEnvironment enableFatigue enableGunLights enableIRLasers enableMimics enablePersonTurret enableRadio enableReload enableRopeAttach enableSatNormalOnDetail enableSaving enableSentences enableSimulation enableSimulationGlobal enableTeamSwitch enableUAVConnectability enableUAVWaypoints endLoadingScreen endMission engineOn enginesIsOnRTD enginesRpmRTD enginesTorqueRTD entities estimatedEndServerTime estimatedTimeLeft evalObjectArgument everyBackpack everyContainer exec execEditorScript execFSM execVM exp expectedDestination eyeDirection eyePos face faction fadeMusic fadeRadio fadeSound fadeSpeech failMission fillWeaponsFromPool find findCover findDisplay findEditorObject findEmptyPosition findEmptyPositionReady findNearestEnemy finishMissionInit finite fire fireAtTarget firstBackpack flag flagOwner fleeing floor flyInHeight fog fogForecast fogParams forceAddUniform forceEnd forceMap forceRespawn forceSpeed forceWalk forceWeaponFire forceWeatherChange forEachMember forEachMemberAgent forEachMemberTeam format formation formationDirection formationLeader formationMembers formationPosition formationTask formatText formLeader freeLook fromEditor fuel fullCrew gearSlotAmmoCount gearSlotData getAllHitPointsDamage getAmmoCargo getArray getArtilleryAmmo getArtilleryComputerSettings getArtilleryETA getAssignedCuratorLogic getAssignedCuratorUnit getBackpackCargo getBleedingRemaining getBurningValue getCargoIndex getCenterOfMass getClientState getConnectedUAV getDammage getDescription getDir getDirVisual getDLCs getEditorCamera getEditorMode getEditorObjectScope getElevationOffset getFatigue getFriend getFSMVariable getFuelCargo getGroupIcon getGroupIconParams getGroupIcons getHideFrom getHit getHitIndex getHitPointDamage getItemCargo getMagazineCargo getMarkerColor getMarkerPos getMarkerSize getMarkerType getMass getModelInfo getNumber getObjectArgument getObjectChildren getObjectDLC getObjectMaterials getObjectProxy getObjectTextures getObjectType getObjectViewDistance getOxygenRemaining getPersonUsedDLCs getPlayerChannel getPlayerUID getPos getPosASL getPosASLVisual getPosASLW getPosATL getPosATLVisual getPosVisual getPosWorld getRepairCargo getResolution getShadowDistance getSlingLoad getSpeed getSuppression getTerrainHeightASL getText getVariable getWeaponCargo getWPPos glanceAt globalChat globalRadio goggles goto group groupChat groupFromNetId groupIconSelectable groupIconsVisible groupId groupOwner groupRadio groupSelectedUnits groupSelectUnit grpNull gunner gusts halt handgunItems handgunMagazine handgunWeapon handsHit hasInterface hasWeapon hcAllGroups hcGroupParams hcLeader hcRemoveAllGroups hcRemoveGroup hcSelected hcSelectGroup hcSetGroup hcShowBar hcShownBar headgear hideBody hideObject hideObjectGlobal hint hintC hintCadet hintSilent hmd hostMission htmlLoad HUDMovementLevels humidity image importAllGroups importance in incapacitatedState independent inflame inflamed inGameUISetEventHandler inheritsFrom initAmbientLife inputAction inRangeOfArtillery insertEditorObject intersect isAbleToBreathe isAgent isArray isAutoHoverOn isAutonomous isAutotest isBleeding isBurning isClass isCollisionLightOn isCopilotEnabled isDedicated isDLCAvailable isEngineOn isEqualTo isFlashlightOn isFlatEmpty isForcedWalk isFormationLeader isHidden isInRemainsCollector isInstructorFigureEnabled isIRLaserOn isKeyActive isKindOf isLightOn isLocalized isManualFire isMarkedForCollection isMultiplayer isNil isNull isNumber isObjectHidden isObjectRTD isOnRoad isPipEnabled isPlayer isRealTime isServer isShowing3DIcons isSteamMission isStreamFriendlyUIEnabled isText isTouchingGround isTurnedOut isTutHintsEnabled isUAVConnectable isUAVConnected isUniformAllowed isWalking isWeaponDeployed isWeaponRested itemCargo items itemsWithMagazines join joinAs joinAsSilent joinSilent joinString kbAddDatabase kbAddDatabaseTargets kbAddTopic kbHasTopic kbReact kbRemoveTopic kbTell kbWasSaid keyImage keyName knowsAbout land landAt landResult language laserTarget lbAdd lbClear lbColor lbCurSel lbData lbDelete lbIsSelected lbPicture lbSelection lbSetColor lbSetCurSel lbSetData lbSetPicture lbSetPictureColor lbSetPictureColorDisabled lbSetPictureColorSelected lbSetSelectColor lbSetSelectColorRight lbSetSelected lbSetTooltip lbSetValue lbSize lbSort lbSortByValue lbText lbValue leader leaderboardDeInit leaderboardGetRows leaderboardInit leaveVehicle libraryCredits libraryDisclaimers lifeState lightAttachObject lightDetachObject lightIsOn lightnings limitSpeed linearConversion lineBreak lineIntersects lineIntersectsObjs lineIntersectsSurfaces lineIntersectsWith linkItem list listObjects ln lnbAddArray lnbAddColumn lnbAddRow lnbClear lnbColor lnbCurSelRow lnbData lnbDeleteColumn lnbDeleteRow lnbGetColumnsPosition lnbPicture lnbSetColor lnbSetColumnsPos lnbSetCurSelRow lnbSetData lnbSetPicture lnbSetText lnbSetValue lnbSize lnbText lnbValue load loadAbs loadBackpack loadFile loadGame loadIdentity loadMagazine loadOverlay loadStatus loadUniform loadVest local localize locationNull locationPosition lock lockCameraTo lockCargo lockDriver locked lockedCargo lockedDriver lockedTurret lockTurret lockWP log logEntities lookAt lookAtPos magazineCargo magazines magazinesAllTurrets magazinesAmmo magazinesAmmoCargo magazinesAmmoFull magazinesDetail magazinesDetailBackpack magazinesDetailUniform magazinesDetailVest magazinesTurret magazineTurretAmmo mapAnimAdd mapAnimClear mapAnimCommit mapAnimDone mapCenterOnCamera mapGridPosition markAsFinishedOnSteam markerAlpha markerBrush markerColor markerDir markerPos markerShape markerSize markerText markerType max members min mineActive mineDetectedBy missionConfigFile missionName missionNamespace missionStart mod modelToWorld modelToWorldVisual moonIntensity morale move moveInAny moveInCargo moveInCommander moveInDriver moveInGunner moveInTurret moveObjectToEnd moveOut moveTime moveTo moveToCompleted moveToFailed musicVolume name name location nameSound nearEntities nearestBuilding nearestLocation nearestLocations nearestLocationWithDubbing nearestObject nearestObjects nearObjects nearObjectsReady nearRoads nearSupplies nearTargets needReload netId netObjNull newOverlay nextMenuItemIndex nextWeatherChange nMenuItems not numberToDate objectCurators objectFromNetId objectParent objNull objStatus onBriefingGroup onBriefingNotes onBriefingPlan onBriefingTeamSwitch onCommandModeChanged onDoubleClick onEachFrame onGroupIconClick onGroupIconOverEnter onGroupIconOverLeave onHCGroupSelectionChanged onMapSingleClick onPlayerConnected onPlayerDisconnected onPreloadFinished onPreloadStarted onShowNewObject onTeamSwitch openCuratorInterface openMap openYoutubeVideo opfor or orderGetIn overcast overcastForecast owner param params parseNumber parseText parsingNamespace particlesQuality pi pickWeaponPool pitch playableSlotsNumber playableUnits playAction playActionNow player playerRespawnTime playerSide playersNumber playGesture playMission playMove playMoveNow playMusic playScriptedMission playSound playSound3D position positionCameraToWorld posScreenToWorld posWorldToScreen ppEffectAdjust ppEffectCommit ppEffectCommitted ppEffectCreate ppEffectDestroy ppEffectEnable ppEffectForceInNVG precision preloadCamera preloadObject preloadSound preloadTitleObj preloadTitleRsc preprocessFile preprocessFileLineNumbers primaryWeapon primaryWeaponItems primaryWeaponMagazine priority private processDiaryLink productVersion profileName profileNamespace profileNameSteam progressLoadingScreen progressPosition progressSetPosition publicVariable publicVariableClient publicVariableServer pushBack putWeaponPool queryItemsPool queryMagazinePool queryWeaponPool rad radioChannelAdd radioChannelCreate radioChannelRemove radioChannelSetCallSign radioChannelSetLabel radioVolume rain rainbow random rank rankId rating rectangular registeredTasks registerTask reload reloadEnabled remoteControl remoteExec remoteExecCall removeAction removeAllActions removeAllAssignedItems removeAllContainers removeAllCuratorAddons removeAllCuratorCameraAreas removeAllCuratorEditingAreas removeAllEventHandlers removeAllHandgunItems removeAllItems removeAllItemsWithMagazines removeAllMissionEventHandlers removeAllMPEventHandlers removeAllMusicEventHandlers removeAllPrimaryWeaponItems removeAllWeapons removeBackpack removeBackpackGlobal removeCuratorAddons removeCuratorCameraArea removeCuratorEditableObjects removeCuratorEditingArea removeDrawIcon removeDrawLinks removeEventHandler removeFromRemainsCollector removeGoggles removeGroupIcon removeHandgunItem removeHeadgear removeItem removeItemFromBackpack removeItemFromUniform removeItemFromVest removeItems removeMagazine removeMagazineGlobal removeMagazines removeMagazinesTurret removeMagazineTurret removeMenuItem removeMissionEventHandler removeMPEventHandler removeMusicEventHandler removePrimaryWeaponItem removeSecondaryWeaponItem removeSimpleTask removeSwitchableUnit removeTeamMember removeUniform removeVest removeWeapon removeWeaponGlobal removeWeaponTurret requiredVersion resetCamShake resetSubgroupDirection resistance resize resources respawnVehicle restartEditorCamera reveal revealMine reverse reversedMouseY roadsConnectedTo roleDescription ropeAttachedObjects ropeAttachedTo ropeAttachEnabled ropeAttachTo ropeCreate ropeCut ropeEndPosition ropeLength ropes ropeUnwind ropeUnwound rotorsForcesRTD rotorsRpmRTD round runInitScript safeZoneH safeZoneW safeZoneWAbs safeZoneX safeZoneXAbs safeZoneY saveGame saveIdentity saveJoysticks saveOverlay saveProfileNamespace saveStatus saveVar savingEnabled say say2D say3D scopeName score scoreSide screenToWorld scriptDone scriptName scriptNull scudState secondaryWeapon secondaryWeaponItems secondaryWeaponMagazine select selectBestPlaces selectDiarySubject selectedEditorObjects selectEditorObject selectionPosition selectLeader selectNoPlayer selectPlayer selectWeapon selectWeaponTurret sendAUMessage sendSimpleCommand sendTask sendTaskResult sendUDPMessage serverCommand serverCommandAvailable serverCommandExecutable serverName serverTime set setAccTime setAirportSide setAmmo setAmmoCargo setAperture setApertureNew setArmoryPoints setAttributes setAutonomous setBehaviour setBleedingRemaining setCameraInterest setCamShakeDefParams setCamShakeParams setCamUseTi setCaptive setCenterOfMass setCollisionLight setCombatMode setCompassOscillation setCuratorCameraAreaCeiling setCuratorCoef setCuratorEditingAreaType setCuratorWaypointCost setCurrentChannel setCurrentTask setCurrentWaypoint setDamage setDammage setDate setDebriefingText setDefaultCamera setDestination setDetailMapBlendPars setDir setDirection setDrawIcon setDropInterval setEditorMode setEditorObjectScope setEffectCondition setFace setFaceAnimation setFatigue setFlagOwner setFlagSide setFlagTexture setFog setFog array setFormation setFormationTask setFormDir setFriend setFromEditor setFSMVariable setFuel setFuelCargo setGroupIcon setGroupIconParams setGroupIconsSelectable setGroupIconsVisible setGroupId setGroupIdGlobal setGroupOwner setGusts setHideBehind setHit setHitIndex setHitPointDamage setHorizonParallaxCoef setHUDMovementLevels setIdentity setImportance setLeader setLightAmbient setLightAttenuation setLightBrightness setLightColor setLightDayLight setLightFlareMaxDistance setLightFlareSize setLightIntensity setLightnings setLightUseFlare setLocalWindParams setMagazineTurretAmmo setMarkerAlpha setMarkerAlphaLocal setMarkerBrush setMarkerBrushLocal setMarkerColor setMarkerColorLocal setMarkerDir setMarkerDirLocal setMarkerPos setMarkerPosLocal setMarkerShape setMarkerShapeLocal setMarkerSize setMarkerSizeLocal setMarkerText setMarkerTextLocal setMarkerType setMarkerTypeLocal setMass setMimic setMousePosition setMusicEffect setMusicEventHandler setName setNameSound setObjectArguments setObjectMaterial setObjectProxy setObjectTexture setObjectTextureGlobal setObjectViewDistance setOvercast setOwner setOxygenRemaining setParticleCircle setParticleClass setParticleFire setParticleParams setParticleRandom setPilotLight setPiPEffect setPitch setPlayable setPlayerRespawnTime setPos setPosASL setPosASL2 setPosASLW setPosATL setPosition setPosWorld setRadioMsg setRain setRainbow setRandomLip setRank setRectangular setRepairCargo setShadowDistance setSide setSimpleTaskDescription setSimpleTaskDestination setSimpleTaskTarget setSimulWeatherLayers setSize setSkill setSkill array setSlingLoad setSoundEffect setSpeaker setSpeech setSpeedMode setStatValue setSuppression setSystemOfUnits setTargetAge setTaskResult setTaskState setTerrainGrid setText setTimeMultiplier setTitleEffect setTriggerActivation setTriggerArea setTriggerStatements setTriggerText setTriggerTimeout setTriggerType setType setUnconscious setUnitAbility setUnitPos setUnitPosWeak setUnitRank setUnitRecoilCoefficient setUnloadInCombat setUserActionText setVariable setVectorDir setVectorDirAndUp setVectorUp setVehicleAmmo setVehicleAmmoDef setVehicleArmor setVehicleId setVehicleLock setVehiclePosition setVehicleTiPars setVehicleVarName setVelocity setVelocityTransformation setViewDistance setVisibleIfTreeCollapsed setWaves setWaypointBehaviour setWaypointCombatMode setWaypointCompletionRadius setWaypointDescription setWaypointFormation setWaypointHousePosition setWaypointLoiterRadius setWaypointLoiterType setWaypointName setWaypointPosition setWaypointScript setWaypointSpeed setWaypointStatements setWaypointTimeout setWaypointType setWaypointVisible setWeaponReloadingTime setWind setWindDir setWindForce setWindStr setWPPos show3DIcons showChat showCinemaBorder showCommandingMenu showCompass showCuratorCompass showGPS showHUD showLegend showMap shownArtilleryComputer shownChat shownCompass shownCuratorCompass showNewEditorObject shownGPS shownHUD shownMap shownPad shownRadio shownUAVFeed shownWarrant shownWatch showPad showRadio showSubtitles showUAVFeed showWarrant showWatch showWaypoint side sideChat sideEnemy sideFriendly sideLogic sideRadio sideUnknown simpleTasks simulationEnabled simulCloudDensity simulCloudOcclusion simulInClouds simulWeatherSync sin size sizeOf skill skillFinal skipTime sleep sliderPosition sliderRange sliderSetPosition sliderSetRange sliderSetSpeed sliderSpeed slingLoadAssistantShown soldierMagazines someAmmo sort soundVolume spawn speaker speed speedMode splitString sqrt squadParams stance startLoadingScreen step stop stopped str sunOrMoon supportInfo suppressFor surfaceIsWater surfaceNormal surfaceType swimInDepth switchableUnits switchAction switchCamera switchGesture switchLight switchMove synchronizedObjects synchronizedTriggers synchronizedWaypoints synchronizeObjectsAdd synchronizeObjectsRemove synchronizeTrigger synchronizeWaypoint synchronizeWaypoint trigger systemChat systemOfUnits tan targetKnowledge targetsAggregate targetsQuery taskChildren taskCompleted taskDescription taskDestination taskHint taskNull taskParent taskResult taskState teamMember teamMemberNull teamName teams teamSwitch teamSwitchEnabled teamType terminate terrainIntersect terrainIntersectASL text text location textLog textLogFormat tg time timeMultiplier titleCut titleFadeOut titleObj titleRsc titleText toArray toLower toString toUpper triggerActivated triggerActivation triggerArea triggerAttachedVehicle triggerAttachObject triggerAttachVehicle triggerStatements triggerText triggerTimeout triggerTimeoutCurrent triggerType turretLocal turretOwner turretUnit tvAdd tvClear tvCollapse tvCount tvCurSel tvData tvDelete tvExpand tvPicture tvSetCurSel tvSetData tvSetPicture tvSetPictureColor tvSetTooltip tvSetValue tvSort tvSortByValue tvText tvValue type typeName typeOf UAVControl uiNamespace uiSleep unassignCurator unassignItem unassignTeam unassignVehicle underwater uniform uniformContainer uniformItems uniformMagazines unitAddons unitBackpack unitPos unitReady unitRecoilCoefficient units unitsBelowHeight unlinkItem unlockAchievement unregisterTask updateDrawIcon updateMenuItem updateObjectTree useAudioTimeForMoves vectorAdd vectorCos vectorCrossProduct vectorDiff vectorDir vectorDirVisual vectorDistance vectorDistanceSqr vectorDotProduct vectorFromTo vectorMagnitude vectorMagnitudeSqr vectorMultiply vectorNormalized vectorUp vectorUpVisual vehicle vehicleChat vehicleRadio vehicles vehicleVarName velocity velocityModelSpace verifySignature vest vestContainer vestItems vestMagazines viewDistance visibleCompass visibleGPS visibleMap visiblePosition visiblePositionASL visibleWatch waitUntil waves waypointAttachedObject waypointAttachedVehicle waypointAttachObject waypointAttachVehicle waypointBehaviour waypointCombatMode waypointCompletionRadius waypointDescription waypointFormation waypointHousePosition waypointLoiterRadius waypointLoiterType waypointName waypointPosition waypoints waypointScript waypointsEnabledUAV waypointShow waypointSpeed waypointStatements waypointTimeout waypointTimeoutCurrent waypointType waypointVisible weaponAccessories weaponCargo weaponDirection weaponLowered weapons weaponsItems weaponsItemsCargo weaponState weaponsTurret weightRTD west WFSideText wind windDir windStr wingsForcesRTD worldName worldSize worldToModel worldToModelVisual worldToScreen _forEachIndex _this _x", +literal:"true false nil"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.NUMBER_MODE,a,t.preprocessor],illegal:/#/}}},{name:"sql",create:function(e){var t=e.COMMENT("--","$");return{case_insensitive:!0,illegal:/[<>{}*#]/,contains:[{beginKeywords:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment",end:/;/,endsWithParent:!0,lexemes:/[\w\.]+/,keywords:{keyword:"abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias allocate allow alter always analyze ancillary and any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second section securefile security seed segment select self sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",literal:"true false null",built_in:"array bigint binary bit blob boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text varchar varying void"},contains:[{className:"string",begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE,{begin:"''"}]},{className:"string",begin:'"',end:'"',contains:[e.BACKSLASH_ESCAPE,{begin:'""'}]},{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,t]},e.C_BLOCK_COMMENT_MODE,t]}}},{name:"stan",create:function(e){return{contains:[e.HASH_COMMENT_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{begin:e.UNDERSCORE_IDENT_RE,lexemes:e.UNDERSCORE_IDENT_RE,keywords:{name:"for in while repeat until if then else",symbol:"bernoulli bernoulli_logit binomial binomial_logit beta_binomial hypergeometric categorical categorical_logit ordered_logistic neg_binomial neg_binomial_2 neg_binomial_2_log poisson poisson_log multinomial normal exp_mod_normal skew_normal student_t cauchy double_exponential logistic gumbel lognormal chi_square inv_chi_square scaled_inv_chi_square exponential inv_gamma weibull frechet rayleigh wiener pareto pareto_type_2 von_mises uniform multi_normal multi_normal_prec multi_normal_cholesky multi_gp multi_gp_cholesky multi_student_t gaussian_dlm_obs dirichlet lkj_corr lkj_corr_cholesky wishart inv_wishart","selector-tag":"int real vector simplex unit_vector ordered positive_ordered row_vector matrix cholesky_factor_corr cholesky_factor_cov corr_matrix cov_matrix",title:"functions model data parameters quantities transformed generated",literal:"true false"},relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"\\d+(?:[eE][+\\-]?\\d*)?L\\b",relevance:0},{className:"number",begin:"\\d+\\.(?!\\d)(?:i\\b)?",relevance:0},{className:"number",begin:"\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{className:"number",begin:"\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0}]}}},{name:"stata",create:function(e){return{aliases:["do","ado"],case_insensitive:!0,keywords:"if else in foreach for forv forva forval forvalu forvalue forvalues by bys bysort xi quietly qui capture about ac ac_7 acprplot acprplot_7 adjust ado adopath adoupdate alpha ameans an ano anov anova anova_estat anova_terms anovadef aorder ap app appe appen append arch arch_dr arch_estat arch_p archlm areg areg_p args arima arima_dr arima_estat arima_p as asmprobit asmprobit_estat asmprobit_lf asmprobit_mfx__dlg asmprobit_p ass asse asser assert avplot avplot_7 avplots avplots_7 bcskew0 bgodfrey binreg bip0_lf biplot bipp_lf bipr_lf bipr_p biprobit bitest bitesti bitowt blogit bmemsize boot bootsamp bootstrap bootstrap_8 boxco_l boxco_p boxcox boxcox_6 boxcox_p bprobit br break brier bro brow brows browse brr brrstat bs bs_7 bsampl_w bsample bsample_7 bsqreg bstat bstat_7 bstat_8 bstrap bstrap_7 ca ca_estat ca_p cabiplot camat canon canon_8 canon_8_p canon_estat canon_p cap caprojection capt captu captur capture cat cc cchart cchart_7 cci cd censobs_table centile cf char chdir checkdlgfiles checkestimationsample checkhlpfiles checksum chelp ci cii cl class classutil clear cli clis clist clo clog clog_lf clog_p clogi clogi_sw clogit clogit_lf clogit_p clogitp clogl_sw cloglog clonevar clslistarray cluster cluster_measures cluster_stop cluster_tree cluster_tree_8 clustermat cmdlog cnr cnre cnreg cnreg_p cnreg_sw cnsreg codebook collaps4 collapse colormult_nb colormult_nw compare compress conf confi confir confirm conren cons const constr constra constrai constrain constraint continue contract copy copyright copysource cor corc corr corr2data corr_anti corr_kmo corr_smc corre correl correla correlat correlate corrgram cou coun count cox cox_p cox_sw coxbase coxhaz coxvar cprplot cprplot_7 crc cret cretu cretur creturn cross cs cscript cscript_log csi ct ct_is ctset ctst_5 ctst_st cttost cumsp cumsp_7 cumul cusum cusum_7 cutil d|0 datasig datasign datasigna datasignat datasignatu datasignatur datasignature datetof db dbeta de dec deco decod decode deff des desc descr descri describ describe destring dfbeta dfgls dfuller di di_g dir dirstats dis discard disp disp_res disp_s displ displa display distinct do doe doed doedi doedit dotplot dotplot_7 dprobit drawnorm drop ds ds_util dstdize duplicates durbina dwstat dydx e|0 ed edi edit egen eivreg emdef en enc enco encod encode eq erase ereg ereg_lf ereg_p ereg_sw ereghet ereghet_glf ereghet_glf_sh ereghet_gp ereghet_ilf ereghet_ilf_sh ereghet_ip eret eretu eretur ereturn err erro error est est_cfexist est_cfname est_clickable est_expand est_hold est_table est_unhold est_unholdok estat estat_default estat_summ estat_vce_only esti estimates etodow etof etomdy ex exi exit expand expandcl fac fact facto factor factor_estat factor_p factor_pca_rotated factor_rotate factormat fcast fcast_compute fcast_graph fdades fdadesc fdadescr fdadescri fdadescrib fdadescribe fdasav fdasave fdause fh_st file open file read file close file filefilter fillin find_hlp_file findfile findit findit_7 fit fl fli flis flist for5_0 form forma format fpredict frac_154 frac_adj frac_chk frac_cox frac_ddp frac_dis frac_dv frac_in frac_mun frac_pp frac_pq frac_pv frac_wgt frac_xo fracgen fracplot fracplot_7 fracpoly fracpred fron_ex fron_hn fron_p fron_tn fron_tn2 frontier ftodate ftoe ftomdy ftowdate g|0 gamhet_glf gamhet_gp gamhet_ilf gamhet_ip gamma gamma_d2 gamma_p gamma_sw gammahet gdi_hexagon gdi_spokes ge gen gene gener genera generat generate genrank genstd genvmean gettoken gl gladder gladder_7 glim_l01 glim_l02 glim_l03 glim_l04 glim_l05 glim_l06 glim_l07 glim_l08 glim_l09 glim_l10 glim_l11 glim_l12 glim_lf glim_mu glim_nw1 glim_nw2 glim_nw3 glim_p glim_v1 glim_v2 glim_v3 glim_v4 glim_v5 glim_v6 glim_v7 glm glm_6 glm_p glm_sw glmpred glo glob globa global glogit glogit_8 glogit_p gmeans gnbre_lf gnbreg gnbreg_5 gnbreg_p gomp_lf gompe_sw gomper_p gompertz gompertzhet gomphet_glf gomphet_glf_sh gomphet_gp gomphet_ilf gomphet_ilf_sh gomphet_ip gphdot gphpen gphprint gprefs gprobi_p gprobit gprobit_8 gr gr7 gr_copy gr_current gr_db gr_describe gr_dir gr_draw gr_draw_replay gr_drop gr_edit gr_editviewopts gr_example gr_example2 gr_export gr_print gr_qscheme gr_query gr_read gr_rename gr_replay gr_save gr_set gr_setscheme gr_table gr_undo gr_use graph graph7 grebar greigen greigen_7 greigen_8 grmeanby grmeanby_7 gs_fileinfo gs_filetype gs_graphinfo gs_stat gsort gwood h|0 hadimvo hareg hausman haver he heck_d2 heckma_p heckman heckp_lf heckpr_p heckprob hel help hereg hetpr_lf hetpr_p hetprob hettest hexdump hilite hist hist_7 histogram hlogit hlu hmeans hotel hotelling hprobit hreg hsearch icd9 icd9_ff icd9p iis impute imtest inbase include inf infi infil infile infix inp inpu input ins insheet insp inspe inspec inspect integ inten intreg intreg_7 intreg_p intrg2_ll intrg_ll intrg_ll2 ipolate iqreg ir irf irf_create irfm iri is_svy is_svysum isid istdize ivprob_1_lf ivprob_lf ivprobit ivprobit_p ivreg ivreg_footnote ivtob_1_lf ivtob_lf ivtobit ivtobit_p jackknife jacknife jknife jknife_6 jknife_8 jkstat joinby kalarma1 kap kap_3 kapmeier kappa kapwgt kdensity kdensity_7 keep ksm ksmirnov ktau kwallis l|0 la lab labe label labelbook ladder levels levelsof leverage lfit lfit_p li lincom line linktest lis list lloghet_glf lloghet_glf_sh lloghet_gp lloghet_ilf lloghet_ilf_sh lloghet_ip llogi_sw llogis_p llogist llogistic llogistichet lnorm_lf lnorm_sw lnorma_p lnormal lnormalhet lnormhet_glf lnormhet_glf_sh lnormhet_gp lnormhet_ilf lnormhet_ilf_sh lnormhet_ip lnskew0 loadingplot loc loca local log logi logis_lf logistic logistic_p logit logit_estat logit_p loglogs logrank loneway lookfor lookup lowess lowess_7 lpredict lrecomp lroc lroc_7 lrtest ls lsens lsens_7 lsens_x lstat ltable ltable_7 ltriang lv lvr2plot lvr2plot_7 m|0 ma mac macr macro makecns man manova manova_estat manova_p manovatest mantel mark markin markout marksample mat mat_capp mat_order mat_put_rr mat_rapp mata mata_clear mata_describe mata_drop mata_matdescribe mata_matsave mata_matuse mata_memory mata_mlib mata_mosave mata_rename mata_which matalabel matcproc matlist matname matr matri matrix matrix_input__dlg matstrik mcc mcci md0_ md1_ md1debug_ md2_ md2debug_ mds mds_estat mds_p mdsconfig mdslong mdsmat mdsshepard mdytoe mdytof me_derd mean means median memory memsize meqparse mer merg merge mfp mfx mhelp mhodds minbound mixed_ll mixed_ll_reparm mkassert mkdir mkmat mkspline ml ml_5 ml_adjs ml_bhhhs ml_c_d ml_check ml_clear ml_cnt ml_debug ml_defd ml_e0 ml_e0_bfgs ml_e0_cycle ml_e0_dfp ml_e0i ml_e1 ml_e1_bfgs ml_e1_bhhh ml_e1_cycle ml_e1_dfp ml_e2 ml_e2_cycle ml_ebfg0 ml_ebfr0 ml_ebfr1 ml_ebh0q ml_ebhh0 ml_ebhr0 ml_ebr0i ml_ecr0i ml_edfp0 ml_edfr0 ml_edfr1 ml_edr0i ml_eds ml_eer0i ml_egr0i ml_elf ml_elf_bfgs ml_elf_bhhh ml_elf_cycle ml_elf_dfp ml_elfi ml_elfs ml_enr0i ml_enrr0 ml_erdu0 ml_erdu0_bfgs ml_erdu0_bhhh ml_erdu0_bhhhq ml_erdu0_cycle ml_erdu0_dfp ml_erdu0_nrbfgs ml_exde ml_footnote ml_geqnr ml_grad0 ml_graph ml_hbhhh ml_hd0 ml_hold ml_init ml_inv ml_log ml_max ml_mlout ml_mlout_8 ml_model ml_nb0 ml_opt ml_p ml_plot ml_query ml_rdgrd ml_repor ml_s_e ml_score ml_searc ml_technique ml_unhold mleval mlf_ mlmatbysum mlmatsum mlog mlogi mlogit mlogit_footnote mlogit_p mlopts mlsum mlvecsum mnl0_ mor more mov move mprobit mprobit_lf mprobit_p mrdu0_ mrdu1_ mvdecode mvencode mvreg mvreg_estat n|0 nbreg nbreg_al nbreg_lf nbreg_p nbreg_sw nestreg net newey newey_7 newey_p news nl nl_7 nl_9 nl_9_p nl_p nl_p_7 nlcom nlcom_p nlexp2 nlexp2_7 nlexp2a nlexp2a_7 nlexp3 nlexp3_7 nlgom3 nlgom3_7 nlgom4 nlgom4_7 nlinit nllog3 nllog3_7 nllog4 nllog4_7 nlog_rd nlogit nlogit_p nlogitgen nlogittree nlpred no nobreak noi nois noisi noisil noisily note notes notes_dlg nptrend numlabel numlist odbc old_ver olo olog ologi ologi_sw ologit ologit_p ologitp on one onew onewa oneway op_colnm op_comp op_diff op_inv op_str opr opro oprob oprob_sw oprobi oprobi_p oprobit oprobitp opts_exclusive order orthog orthpoly ou out outf outfi outfil outfile outs outsh outshe outshee outsheet ovtest pac pac_7 palette parse parse_dissim pause pca pca_8 pca_display pca_estat pca_p pca_rotate pcamat pchart pchart_7 pchi pchi_7 pcorr pctile pentium pergram pergram_7 permute permute_8 personal peto_st pkcollapse pkcross pkequiv pkexamine pkexamine_7 pkshape pksumm pksumm_7 pl plo plot plugin pnorm pnorm_7 poisgof poiss_lf poiss_sw poisso_p poisson poisson_estat post postclose postfile postutil pperron pr prais prais_e prais_e2 prais_p predict predictnl preserve print pro prob probi probit probit_estat probit_p proc_time procoverlay procrustes procrustes_estat procrustes_p profiler prog progr progra program prop proportion prtest prtesti pwcorr pwd q\\s qby qbys qchi qchi_7 qladder qladder_7 qnorm qnorm_7 qqplot qqplot_7 qreg qreg_c qreg_p qreg_sw qu quadchk quantile quantile_7 que quer query range ranksum ratio rchart rchart_7 rcof recast reclink recode reg reg3 reg3_p regdw regr regre regre_p2 regres regres_p regress regress_estat regriv_p remap ren rena renam rename renpfix repeat replace report reshape restore ret retu retur return rm rmdir robvar roccomp roccomp_7 roccomp_8 rocf_lf rocfit rocfit_8 rocgold rocplot rocplot_7 roctab roctab_7 rolling rologit rologit_p rot rota rotat rotate rotatemat rreg rreg_p ru run runtest rvfplot rvfplot_7 rvpplot rvpplot_7 sa safesum sample sampsi sav save savedresults saveold sc sca scal scala scalar scatter scm_mine sco scob_lf scob_p scobi_sw scobit scor score scoreplot scoreplot_help scree screeplot screeplot_help sdtest sdtesti se search separate seperate serrbar serrbar_7 serset set set_defaults sfrancia sh she shel shell shewhart shewhart_7 signestimationsample signrank signtest simul simul_7 simulate simulate_8 sktest sleep slogit slogit_d2 slogit_p smooth snapspan so sor sort spearman spikeplot spikeplot_7 spikeplt spline_x split sqreg sqreg_p sret sretu sretur sreturn ssc st st_ct st_hc st_hcd st_hcd_sh st_is st_issys st_note st_promo st_set st_show st_smpl st_subid stack statsby statsby_8 stbase stci stci_7 stcox stcox_estat stcox_fr stcox_fr_ll stcox_p stcox_sw stcoxkm stcoxkm_7 stcstat stcurv stcurve stcurve_7 stdes stem stepwise stereg stfill stgen stir stjoin stmc stmh stphplot stphplot_7 stphtest stphtest_7 stptime strate strate_7 streg streg_sw streset sts sts_7 stset stsplit stsum sttocc sttoct stvary stweib su suest suest_8 sum summ summa summar summari summariz summarize sunflower sureg survcurv survsum svar svar_p svmat svy svy_disp svy_dreg svy_est svy_est_7 svy_estat svy_get svy_gnbreg_p svy_head svy_header svy_heckman_p svy_heckprob_p svy_intreg_p svy_ivreg_p svy_logistic_p svy_logit_p svy_mlogit_p svy_nbreg_p svy_ologit_p svy_oprobit_p svy_poisson_p svy_probit_p svy_regress_p svy_sub svy_sub_7 svy_x svy_x_7 svy_x_p svydes svydes_8 svygen svygnbreg svyheckman svyheckprob svyintreg svyintreg_7 svyintrg svyivreg svylc svylog_p svylogit svymarkout svymarkout_8 svymean svymlog svymlogit svynbreg svyolog svyologit svyoprob svyoprobit svyopts svypois svypois_7 svypoisson svyprobit svyprobt svyprop svyprop_7 svyratio svyreg svyreg_p svyregress svyset svyset_7 svyset_8 svytab svytab_7 svytest svytotal sw sw_8 swcnreg swcox swereg swilk swlogis swlogit swologit swoprbt swpois swprobit swqreg swtobit swweib symmetry symmi symplot symplot_7 syntax sysdescribe sysdir sysuse szroeter ta tab tab1 tab2 tab_or tabd tabdi tabdis tabdisp tabi table tabodds tabodds_7 tabstat tabu tabul tabula tabulat tabulate te tempfile tempname tempvar tes test testnl testparm teststd tetrachoric time_it timer tis tob tobi tobit tobit_p tobit_sw token tokeni tokeniz tokenize tostring total translate translator transmap treat_ll treatr_p treatreg trim trnb_cons trnb_mean trpoiss_d2 trunc_ll truncr_p truncreg tsappend tset tsfill tsline tsline_ex tsreport tsrevar tsrline tsset tssmooth tsunab ttest ttesti tut_chk tut_wait tutorial tw tware_st two twoway twoway__fpfit_serset twoway__function_gen twoway__histogram_gen twoway__ipoint_serset twoway__ipoints_serset twoway__kdensity_gen twoway__lfit_serset twoway__normgen_gen twoway__pci_serset twoway__qfit_serset twoway__scatteri_serset twoway__sunflower_gen twoway_ksm_serset ty typ type typeof u|0 unab unabbrev unabcmd update us use uselabel var var_mkcompanion var_p varbasic varfcast vargranger varirf varirf_add varirf_cgraph varirf_create varirf_ctable varirf_describe varirf_dir varirf_drop varirf_erase varirf_graph varirf_ograph varirf_rename varirf_set varirf_table varlist varlmar varnorm varsoc varstable varstable_w varstable_w2 varwle vce vec vec_fevd vec_mkphi vec_p vec_p_w vecirf_create veclmar veclmar_w vecnorm vecnorm_w vecrank vecstable verinst vers versi versio version view viewsource vif vwls wdatetof webdescribe webseek webuse weib1_lf weib2_lf weib_lf weib_lf0 weibhet_glf weibhet_glf_sh weibhet_glfa weibhet_glfa_sh weibhet_gp weibhet_ilf weibhet_ilf_sh weibhet_ilfa weibhet_ilfa_sh weibhet_ip weibu_sw weibul_p weibull weibull_c weibull_s weibullhet wh whelp whi which whil while wilc_st wilcoxon win wind windo window winexec wntestb wntestb_7 wntestq xchart xchart_7 xcorr xcorr_7 xi xi_6 xmlsav xmlsave xmluse xpose xsh xshe xshel xshell xt_iis xt_tis xtab_p xtabond xtbin_p xtclog xtcloglog xtcloglog_8 xtcloglog_d2 xtcloglog_pa_p xtcloglog_re_p xtcnt_p xtcorr xtdata xtdes xtfront_p xtfrontier xtgee xtgee_elink xtgee_estat xtgee_makeivar xtgee_p xtgee_plink xtgls xtgls_p xthaus xthausman xtht_p xthtaylor xtile xtint_p xtintreg xtintreg_8 xtintreg_d2 xtintreg_p xtivp_1 xtivp_2 xtivreg xtline xtline_ex xtlogit xtlogit_8 xtlogit_d2 xtlogit_fe_p xtlogit_pa_p xtlogit_re_p xtmixed xtmixed_estat xtmixed_p xtnb_fe xtnb_lf xtnbreg xtnbreg_pa_p xtnbreg_refe_p xtpcse xtpcse_p xtpois xtpoisson xtpoisson_d2 xtpoisson_pa_p xtpoisson_refe_p xtpred xtprobit xtprobit_8 xtprobit_d2 xtprobit_re_p xtps_fe xtps_lf xtps_ren xtps_ren_8 xtrar_p xtrc xtrc_p xtrchh xtrefe_p xtreg xtreg_be xtreg_fe xtreg_ml xtreg_pa_p xtreg_re xtregar xtrere_p xtset xtsf_ll xtsf_llti xtsum xttab xttest0 xttobit xttobit_8 xttobit_p xttrans yx yxview__barlike_draw yxview_area_draw yxview_bar_draw yxview_dot_draw yxview_dropline_draw yxview_function_draw yxview_iarrow_draw yxview_ilabels_draw yxview_normal_draw yxview_pcarrow_draw yxview_pcbarrow_draw yxview_pccapsym_draw yxview_pcscatter_draw yxview_pcspike_draw yxview_rarea_draw yxview_rbar_draw yxview_rbarm_draw yxview_rcap_draw yxview_rcapsym_draw yxview_rconnected_draw yxview_rline_draw yxview_rscatter_draw yxview_rspike_draw yxview_spike_draw yxview_sunflower_draw zap_s zinb zinb_llf zinb_plf zip zip_llf zip_p zip_plf zt_ct_5 zt_hc_5 zt_hcd_5 zt_is_5 zt_iss_5 zt_sho_5 zt_smp_5 ztbase_5 ztcox_5 ztdes_5 ztereg_5 ztfill_5 ztgen_5 ztir_5 ztjoin_5 ztnb ztnb_p ztp ztp_p zts_5 ztset_5 ztspli_5 ztsum_5 zttoct_5 ztvary_5 ztweib_5",contains:[{className:"symbol",begin:/`[a-zA-Z0-9_]+'/},{className:"variable",begin:/\$\{?[a-zA-Z0-9_]+\}?/},{className:"string",variants:[{begin:'`"[^\r\n]*?"\''},{begin:'"[^\r\n"]*"'}]},{className:"built_in",variants:[{begin:"\\b(abs|acos|asin|atan|atan2|atanh|ceil|cloglog|comb|cos|digamma|exp|floor|invcloglog|invlogit|ln|lnfact|lnfactorial|lngamma|log|log10|max|min|mod|reldif|round|sign|sin|sqrt|sum|tan|tanh|trigamma|trunc|betaden|Binomial|binorm|binormal|chi2|chi2tail|dgammapda|dgammapdada|dgammapdadx|dgammapdx|dgammapdxdx|F|Fden|Ftail|gammaden|gammap|ibeta|invbinomial|invchi2|invchi2tail|invF|invFtail|invgammap|invibeta|invnchi2|invnFtail|invnibeta|invnorm|invnormal|invttail|nbetaden|nchi2|nFden|nFtail|nibeta|norm|normal|normalden|normd|npnchi2|tden|ttail|uniform|abbrev|char|index|indexnot|length|lower|ltrim|match|plural|proper|real|regexm|regexr|regexs|reverse|rtrim|string|strlen|strlower|strltrim|strmatch|strofreal|strpos|strproper|strreverse|strrtrim|strtrim|strupper|subinstr|subinword|substr|trim|upper|word|wordcount|_caller|autocode|byteorder|chop|clip|cond|e|epsdouble|epsfloat|group|inlist|inrange|irecode|matrix|maxbyte|maxdouble|maxfloat|maxint|maxlong|mi|minbyte|mindouble|minfloat|minint|minlong|missing|r|recode|replay|return|s|scalar|d|date|day|dow|doy|halfyear|mdy|month|quarter|week|year|d|daily|dofd|dofh|dofm|dofq|dofw|dofy|h|halfyearly|hofd|m|mofd|monthly|q|qofd|quarterly|tin|twithin|w|weekly|wofd|y|yearly|yh|ym|yofd|yq|yw|cholesky|colnumb|colsof|corr|det|diag|diag0cnt|el|get|hadamard|I|inv|invsym|issym|issymmetric|J|matmissing|matuniform|mreldif|nullmat|rownumb|rowsof|sweep|syminv|trace|vec|vecdiag)(?=\\(|$)"}]},e.COMMENT("^[ \t]*\\*.*$",!1),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}}},{name:"step21",create:function(e){var t="[A-Z_][A-Z0-9_.]*",a={keyword:"HEADER ENDSEC DATA"},r={className:"meta",begin:"ISO-10303-21;",relevance:10},s={className:"meta",begin:"END-ISO-10303-21;",relevance:10};return{aliases:["p21","step","stp"],case_insensitive:!0,lexemes:t,keywords:a,contains:[r,s,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT("/\\*\\*!","\\*/"),e.C_NUMBER_MODE,e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"'",end:"'"},{className:"symbol",variants:[{begin:"#",end:"\\d+",illegal:"\\W"}]}]}}},{name:"stylus",create:function(e){var t={className:"variable",begin:"\\$"+e.IDENT_RE},a={className:"number",begin:"#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})"},r=["charset","css","debug","extend","font-face","for","import","include","media","mixin","page","warn","while"],s=["after","before","first-letter","first-line","active","first-child","focus","hover","lang","link","visited"],n=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],i="[\\.\\s\\n\\[\\:,]",l=["align-content","align-items","align-self","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","auto","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","clip-path","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","font","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-variant-ligatures","font-weight","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inherit","initial","justify-content","left","letter-spacing","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","mask","max-height","max-width","min-height","min-width","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","perspective","perspective-origin","pointer-events","position","quotes","resize","right","tab-size","table-layout","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-indent","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","white-space","widows","width","word-break","word-spacing","word-wrap","z-index"],o=["\\?","(\\bReturn\\b)","(\\bEnd\\b)","(\\bend\\b)","(\\bdef\\b)",";","#\\s","\\*\\s","===\\s","\\|","%"]; +return{aliases:["styl"],case_insensitive:!1,keywords:"if else for in",illegal:"("+o.join("|")+")",contains:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,{begin:"\\.[a-zA-Z][a-zA-Z0-9_-]*"+i,returnBegin:!0,contains:[{className:"selector-class",begin:"\\.[a-zA-Z][a-zA-Z0-9_-]*"}]},{begin:"\\#[a-zA-Z][a-zA-Z0-9_-]*"+i,returnBegin:!0,contains:[{className:"selector-id",begin:"\\#[a-zA-Z][a-zA-Z0-9_-]*"}]},{begin:"\\b("+n.join("|")+")"+i,returnBegin:!0,contains:[{className:"selector-tag",begin:"\\b[a-zA-Z][a-zA-Z0-9_-]*"}]},{begin:"&?:?:\\b("+s.join("|")+")"+i},{begin:"@("+r.join("|")+")\\b"},t,e.CSS_NUMBER_MODE,e.NUMBER_MODE,{className:"function",begin:"^[a-zA-Z][a-zA-Z0-9_-]*\\(.*\\)",illegal:"[\\n]",returnBegin:!0,contains:[{className:"title",begin:"\\b[a-zA-Z][a-zA-Z0-9_-]*"},{className:"params",begin:/\(/,end:/\)/,contains:[a,t,e.APOS_STRING_MODE,e.CSS_NUMBER_MODE,e.NUMBER_MODE,e.QUOTE_STRING_MODE]}]},{className:"attribute",begin:"\\b("+l.reverse().join("|")+")\\b",starts:{end:/;|$/,contains:[a,t,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE,e.NUMBER_MODE,e.C_BLOCK_COMMENT_MODE],illegal:/\./,relevance:0}}]}}},{name:"subunit",create:function(e){var t={className:"string",begin:"\\[\n(multipart)?",end:"\\]\n"},a={className:"string",begin:"\\d{4}-\\d{2}-\\d{2}(\\s+)\\d{2}:\\d{2}:\\d{2}.\\d+Z"},r={className:"string",begin:"(\\+|-)\\d+"},s={className:"keyword",relevance:10,variants:[{begin:"^(test|testing|success|successful|failure|error|skip|xfail|uxsuccess)(:?)\\s+(test)?"},{begin:"^progress(:?)(\\s+)?(pop|push)?"},{begin:"^tags:"},{begin:"^time:"}]};return{case_insensitive:!0,contains:[t,a,r,s]}}},{name:"swift",create:function(e){var t={keyword:"__COLUMN__ __FILE__ __FUNCTION__ __LINE__ as as! as? associativity break case catch class continue convenience default defer deinit didSet do dynamic dynamicType else enum extension fallthrough false final for func get guard if import in indirect infix init inout internal is lazy left let mutating nil none nonmutating operator optional override postfix precedence prefix private protocol Protocol public repeat required rethrows return right self Self set static struct subscript super switch throw throws true try try! try? Type typealias unowned var weak where while willSet",literal:"true false nil",built_in:"abs advance alignof alignofValue anyGenerator assert assertionFailure bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC bridgeToObjectiveCUnconditional c contains count countElements countLeadingZeros debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords enumerate equal fatalError filter find getBridgedObjectiveCType getVaList indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare map max maxElement min minElement numericCast overlaps partition posix precondition preconditionFailure print println quickSort readLine reduce reflect reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split startsWith stride strideof strideofValue swap toString transcode underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers withUnsafePointer withUnsafePointers withVaList zip"},a={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},r=e.COMMENT("/\\*","\\*/",{contains:["self"]}),s={className:"subst",begin:/\\\(/,end:"\\)",keywords:t,contains:[]},n={className:"number",begin:"\\b([\\d_]+(\\.[\\deE_]+)?|0x[a-fA-F0-9_]+(\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\b",relevance:0},i=e.inherit(e.QUOTE_STRING_MODE,{contains:[s,e.BACKSLASH_ESCAPE]});return s.contains=[n],{keywords:t,contains:[i,e.C_LINE_COMMENT_MODE,r,a,n,{className:"function",beginKeywords:"func",end:"{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{begin://},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:t,contains:["self",n,i,e.C_BLOCK_COMMENT_MODE,{begin:":"}],illegal:/["']/}],illegal:/\[|%/},{className:"class",beginKeywords:"struct protocol class extension enum",keywords:t,end:"\\{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/})]},{className:"meta",begin:"(@warn_unused_result|@exported|@lazy|@noescape|@NSCopying|@NSManaged|@objc|@convention|@required|@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|@infix|@prefix|@postfix|@autoclosure|@testable|@available|@nonobjc|@NSApplicationMain|@UIApplicationMain)"},{beginKeywords:"import",end:/$/,contains:[e.C_LINE_COMMENT_MODE,r]}]}}},{name:"taggerscript",create:function(e){var t={className:"comment",begin:/\$noop\(/,end:/\)/,contains:[{begin:/\(/,end:/\)/,contains:["self",{begin:/\\./}]}],relevance:10},a={className:"keyword",begin:/\$(?!noop)[a-zA-Z][_a-zA-Z0-9]*/,end:/\(/,excludeEnd:!0},r={className:"variable",begin:/%[_a-zA-Z0-9:]*/,end:"%"},s={className:"symbol",begin:/\\./};return{contains:[t,a,r,s]}}},{name:"tap",create:function(e){return{case_insensitive:!0,contains:[e.HASH_COMMENT_MODE,{className:"meta",variants:[{begin:"^TAP version (\\d+)$"},{begin:"^1\\.\\.(\\d+)$"}]},{begin:"(s+)?---$",end:"\\.\\.\\.$",subLanguage:"yaml",relevance:0},{className:"number",begin:" (\\d+) "},{className:"symbol",variants:[{begin:"^ok"},{begin:"^not ok"}]}]}}},{name:"tcl",create:function(e){return{aliases:["tk"],keywords:"after append apply array auto_execok auto_import auto_load auto_mkindex auto_mkindex_old auto_qualify auto_reset bgerror binary break catch cd chan clock close concat continue dde dict encoding eof error eval exec exit expr fblocked fconfigure fcopy file fileevent filename flush for foreach format gets glob global history http if incr info interp join lappend|10 lassign|10 lindex|10 linsert|10 list llength|10 load lrange|10 lrepeat|10 lreplace|10 lreverse|10 lsearch|10 lset|10 lsort|10 mathfunc mathop memory msgcat namespace open package parray pid pkg::create pkg_mkIndex platform platform::shell proc puts pwd read refchan regexp registry regsub|10 rename return safe scan seek set socket source split string subst switch tcl_endOfWord tcl_findLibrary tcl_startOfNextWord tcl_startOfPreviousWord tcl_wordBreakAfter tcl_wordBreakBefore tcltest tclvars tell time tm trace unknown unload unset update uplevel upvar variable vwait while",contains:[e.COMMENT(";[ \\t]*#","$"),e.COMMENT("^[ \\t]*#","$"),{beginKeywords:"proc",end:"[\\{]",excludeEnd:!0,contains:[{className:"title",begin:"[ \\t\\n\\r]+(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"[ \\t\\n\\r]",endsWithParent:!0,excludeEnd:!0}]},{excludeEnd:!0,variants:[{begin:"\\$(\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*\\(([a-zA-Z0-9_])*\\)",end:"[^a-zA-Z0-9_\\}\\$]"},{begin:"\\$(\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"(\\))?[^a-zA-Z0-9_\\}\\$]"}]},{className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},{className:"number",variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]}]}}},{name:"tex",create:function(e){var t={className:"tag",begin:/\\/,relevance:0,contains:[{className:"name",variants:[{begin:/[a-zA-Zа-яА-я]+[*]?/},{begin:/[^a-zA-Zа-яА-я0-9]/}],starts:{endsWithParent:!0,relevance:0,contains:[{className:"string",variants:[{begin:/\[/,end:/\]/},{begin:/\{/,end:/\}/}]},{begin:/\s*=\s*/,endsWithParent:!0,relevance:0,contains:[{className:"number",begin:/-?\d*\.?\d+(pt|pc|mm|cm|in|dd|cc|ex|em)?/}]}]}}]};return{contains:[t,{className:"formula",contains:[t],relevance:0,variants:[{begin:/\$\$/,end:/\$\$/},{begin:/\$/,end:/\$/}]},e.COMMENT("%","$",{relevance:0})]}}},{name:"thrift",create:function(e){var t="bool byte i16 i32 i64 double string binary";return{keywords:{keyword:"namespace const typedef struct enum service exception void oneway set list map required optional",built_in:t,literal:"true false"},contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"struct enum service exception",end:/\{/,illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{begin:"\\b(set|list|map)\\s*<",end:">",keywords:t,contains:["self"]}]}}},{name:"tp",create:function(e){var t={className:"number",begin:"[1-9][0-9]*",relevance:0},a={className:"symbol",begin:":[^\\]]+"},r={className:"built_in",begin:"(AR|P|PAYLOAD|PR|R|SR|RSR|LBL|VR|UALM|MESSAGE|UTOOL|UFRAME|TIMER| TIMER_OVERFLOW|JOINT_MAX_SPEED|RESUME_PROG|DIAG_REC)\\[",end:"\\]",contains:["self",t,a]},s={className:"built_in",begin:"(AI|AO|DI|DO|F|RI|RO|UI|UO|GI|GO|SI|SO)\\[",end:"\\]",contains:["self",t,e.QUOTE_STRING_MODE,a]};return{keywords:{keyword:"ABORT ACC ADJUST AND AP_LD BREAK CALL CNT COL CONDITION CONFIG DA DB DIV DETECT ELSE END ENDFOR ERR_NUM ERROR_PROG FINE FOR GP GUARD INC IF JMP LINEAR_MAX_SPEED LOCK MOD MONITOR OFFSET Offset OR OVERRIDE PAUSE PREG PTH RT_LD RUN SELECT SKIP Skip TA TB TO TOOL_OFFSET Tool_Offset UF UT UFRAME_NUM UTOOL_NUM UNLOCK WAIT X Y Z W P R STRLEN SUBSTR FINDSTR VOFFSET PROG ATTR MN POS",literal:"ON OFF max_speed LPOS JPOS ENABLE DISABLE START STOP RESET"},contains:[r,s,{className:"keyword",begin:"/(PROG|ATTR|MN|POS|END)\\b"},{className:"keyword",begin:"(CALL|RUN|POINT_LOGIC|LBL)\\b"},{className:"keyword",begin:"\\b(ACC|CNT|Skip|Offset|PSPD|RT_LD|AP_LD|Tool_Offset)"},{className:"number",begin:"\\d+(sec|msec|mm/sec|cm/min|inch/min|deg/sec|mm|in|cm)?\\b",relevance:0},e.COMMENT("//","[;$]"),e.COMMENT("!","[;$]"),e.COMMENT("--eg:","$"),e.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"'"},e.C_NUMBER_MODE,{className:"variable",begin:"\\$[A-Za-z0-9_]+"}]}}},{name:"twig",create:function(e){var t={className:"params",begin:"\\(",end:"\\)"},a="attribute block constant cycle date dump include max min parent random range source template_from_string",r={beginKeywords:a,keywords:{name:a},relevance:0,contains:[t]},s={begin:/\|[A-Za-z_]+:?/,keywords:"abs batch capitalize convert_encoding date date_modify default escape first format join json_encode keys last length lower merge nl2br number_format raw replace reverse round slice sort split striptags title trim upper url_encode",contains:[r]},n="autoescape block do embed extends filter flush for if import include macro sandbox set spaceless use verbatim";return n=n+" "+n.split(" ").map(function(e){return"end"+e}).join(" "),{aliases:["craftcms"],case_insensitive:!0,subLanguage:"xml",contains:[e.COMMENT(/\{#/,/#}/),{className:"template-tag",begin:/\{%/,end:/%}/,contains:[{className:"name",begin:/\w+/,keywords:n,starts:{endsWithParent:!0,contains:[s,r],relevance:0}}]},{className:"template-variable",begin:/\{\{/,end:/}}/,contains:["self",s,r]}]}}},{name:"typescript",create:function(e){var t={keyword:"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const class public private protected get set super static implements enum export import declare type namespace abstract",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document any number boolean string void"};return{aliases:["ts"],keywords:t,contains:[{className:"meta",begin:/^\s*['"]use strict['"]/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE],relevance:0},{className:"function",begin:"function",end:/[\{;]/,excludeEnd:!0,keywords:t,contains:["self",e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],illegal:/["'\(]/}],illegal:/%/,relevance:0},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0},{begin:/module\./,keywords:{built_in:"module"},relevance:0},{beginKeywords:"module",end:/\{/,excludeEnd:!0},{beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:"interface extends"},{begin:/\$[(.]/},{begin:"\\."+e.IDENT_RE,relevance:0}]}}},{name:"vala",create:function(e){return{keywords:{keyword:"char uchar unichar int uint long ulong short ushort int8 int16 int32 int64 uint8 uint16 uint32 uint64 float double bool struct enum string void weak unowned owned async signal static abstract interface override virtual delegate if while do for foreach else switch case break default return try catch public private protected internal using new this get set const stdout stdin stderr var",built_in:"DBus GLib CCode Gee Object Gtk Posix",literal:"false true null"},contains:[{className:"class",beginKeywords:"class interface namespace",end:"{",excludeEnd:!0,illegal:"[^,:\\n\\s\\.]",contains:[e.UNDERSCORE_TITLE_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",begin:'"""',end:'"""',relevance:5},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"^#",end:"$",relevance:2}]}}},{name:"vbnet",create:function(e){return{aliases:["vb"],case_insensitive:!0,keywords:{keyword:"addhandler addressof alias and andalso aggregate ansi as assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into is isfalse isnot istrue join key let lib like loop me mid mod module mustinherit mustoverride mybase myclass namespace narrowing new next not notinheritable notoverridable of off on operator option optional or order orelse overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim rem removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly xor",built_in:"boolean byte cbool cbyte cchar cdate cdec cdbl char cint clng cobj csbyte cshort csng cstr ctype date decimal directcast double gettype getxmlnamespace iif integer long object sbyte short single string trycast typeof uinteger ulong ushort",literal:"true false nothing"},illegal:"//|{|}|endif|gosub|variant|wend",contains:[e.inherit(e.QUOTE_STRING_MODE,{contains:[{begin:'""'}]}),e.COMMENT("'","$",{returnBegin:!0,contains:[{className:"doctag",begin:"'''|",contains:[e.PHRASAL_WORDS_MODE]},{className:"doctag",begin:"",contains:[e.PHRASAL_WORDS_MODE]}]}),e.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elseif end region externalsource"}}]}}},{name:"vbscript-html",create:function(e){return{subLanguage:"xml",contains:[{begin:"<%",end:"%>",subLanguage:"vbscript"}]}}},{name:"vbscript",create:function(e){return{aliases:["vbs"],case_insensitive:!0,keywords:{keyword:"call class const dim do loop erase execute executeglobal exit for each next function if then else on error option explicit new private property let get public randomize redim rem select case set stop sub while wend with end to elseif is or xor and not class_initialize class_terminate default preserve in me byval byref step resume goto",built_in:"lcase month vartype instrrev ubound setlocale getobject rgb getref string weekdayname rnd dateadd monthname now day minute isarray cbool round formatcurrency conversions csng timevalue second year space abs clng timeserial fixs len asc isempty maths dateserial atn timer isobject filter weekday datevalue ccur isdate instr datediff formatdatetime replace isnull right sgn array snumeric log cdbl hex chr lbound msgbox ucase getlocale cos cdate cbyte rtrim join hour oct typename trim strcomp int createobject loadpicture tan formatnumber mid scriptenginebuildversion scriptengine split scriptengineminorversion cint sin datepart ltrim sqr scriptenginemajorversion time derived eval date formatpercent exp inputbox left ascw chrw regexp server response request cstr err",literal:"true false null nothing empty"},illegal:"//",contains:[e.inherit(e.QUOTE_STRING_MODE,{contains:[{begin:'""'}]}),e.COMMENT(/'/,/$/,{relevance:0}),e.C_NUMBER_MODE]}}},{name:"verilog",create:function(e){var t={keyword:"accept_on alias always always_comb always_ff always_latch and assert assign assume automatic before begin bind bins binsof bit break buf|0 bufif0 bufif1 byte case casex casez cell chandle checker class clocking cmos config const constraint context continue cover covergroup coverpoint cross deassign default defparam design disable dist do edge else end endcase endchecker endclass endclocking endconfig endfunction endgenerate endgroup endinterface endmodule endpackage endprimitive endprogram endproperty endspecify endsequence endtable endtask enum event eventually expect export extends extern final first_match for force foreach forever fork forkjoin function generate|5 genvar global highz0 highz1 if iff ifnone ignore_bins illegal_bins implements implies import incdir include initial inout input inside instance int integer interconnect interface intersect join join_any join_none large let liblist library local localparam logic longint macromodule matches medium modport module nand negedge nettype new nexttime nmos nor noshowcancelled not notif0 notif1 or output package packed parameter pmos posedge primitive priority program property protected pull0 pull1 pulldown pullup pulsestyle_ondetect pulsestyle_onevent pure rand randc randcase randsequence rcmos real realtime ref reg reject_on release repeat restrict return rnmos rpmos rtran rtranif0 rtranif1 s_always s_eventually s_nexttime s_until s_until_with scalared sequence shortint shortreal showcancelled signed small soft solve specify specparam static string strong strong0 strong1 struct super supply0 supply1 sync_accept_on sync_reject_on table tagged task this throughout time timeprecision timeunit tran tranif0 tranif1 tri tri0 tri1 triand trior trireg type typedef union unique unique0 unsigned until until_with untyped use uwire var vectored virtual void wait wait_order wand weak weak0 weak1 while wildcard wire with within wor xnor xor",literal:"null",built_in:"$finish $stop $exit $fatal $error $warning $info $realtime $time $printtimescale $bitstoreal $bitstoshortreal $itor $signed $cast $bits $stime $timeformat $realtobits $shortrealtobits $rtoi $unsigned $asserton $assertkill $assertpasson $assertfailon $assertnonvacuouson $assertoff $assertcontrol $assertpassoff $assertfailoff $assertvacuousoff $isunbounded $sampled $fell $changed $past_gclk $fell_gclk $changed_gclk $rising_gclk $steady_gclk $coverage_control $coverage_get $coverage_save $set_coverage_db_name $rose $stable $past $rose_gclk $stable_gclk $future_gclk $falling_gclk $changing_gclk $display $coverage_get_max $coverage_merge $get_coverage $load_coverage_db $typename $unpacked_dimensions $left $low $increment $clog2 $ln $log10 $exp $sqrt $pow $floor $ceil $sin $cos $tan $countbits $onehot $isunknown $fatal $warning $dimensions $right $high $size $asin $acos $atan $atan2 $hypot $sinh $cosh $tanh $asinh $acosh $atanh $countones $onehot0 $error $info $random $dist_chi_square $dist_erlang $dist_exponential $dist_normal $dist_poisson $dist_t $dist_uniform $q_initialize $q_remove $q_exam $async$and$array $async$nand$array $async$or$array $async$nor$array $sync$and$array $sync$nand$array $sync$or$array $sync$nor$array $q_add $q_full $psprintf $async$and$plane $async$nand$plane $async$or$plane $async$nor$plane $sync$and$plane $sync$nand$plane $sync$or$plane $sync$nor$plane $system $display $displayb $displayh $displayo $strobe $strobeb $strobeh $strobeo $write $readmemb $readmemh $writememh $value$plusargs $dumpvars $dumpon $dumplimit $dumpports $dumpportson $dumpportslimit $writeb $writeh $writeo $monitor $monitorb $monitorh $monitoro $writememb $dumpfile $dumpoff $dumpall $dumpflush $dumpportsoff $dumpportsall $dumpportsflush $fclose $fdisplay $fdisplayb $fdisplayh $fdisplayo $fstrobe $fstrobeb $fstrobeh $fstrobeo $swrite $swriteb $swriteh $swriteo $fscanf $fread $fseek $fflush $feof $fopen $fwrite $fwriteb $fwriteh $fwriteo $fmonitor $fmonitorb $fmonitorh $fmonitoro $sformat $sformatf $fgetc $ungetc $fgets $sscanf $rewind $ftell $ferror"};return{aliases:["v","sv","svh"],case_insensitive:!1,keywords:t,lexemes:/[\w\$]+/,contains:[e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE,e.QUOTE_STRING_MODE,{className:"number",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:"\\b((\\d+'(b|h|o|d|B|H|O|D))[0-9xzXZa-fA-F_]+)"},{begin:"\\B(('(b|h|o|d|B|H|O|D))[0-9xzXZa-fA-F_]+)"},{begin:"\\b([0-9_])+",relevance:0}]},{className:"variable",variants:[{begin:"#\\((?!parameter).+\\)"},{begin:"\\.\\w+",relevance:0}]},{className:"meta",begin:"`",end:"$",keywords:{"meta-keyword":"define __FILE__ __LINE__ begin_keywords celldefine default_nettype define else elsif end_keywords endcelldefine endif ifdef ifndef include line nounconnected_drive pragma resetall timescale unconnected_drive undef undefineall"},relevance:0}]}}},{name:"vhdl",create:function(e){var t="\\d(_|\\d)*",a="[eE][-+]?"+t,r=t+"(\\."+t+")?("+a+")?",s="\\w+",n=t+"#"+s+"(\\."+s+")?#("+a+")?",i="\\b("+n+"|"+r+")";return{case_insensitive:!0,keywords:{keyword:"abs access after alias all and architecture array assert attribute begin block body buffer bus case component configuration constant context cover disconnect downto default else elsif end entity exit fairness file for force function generate generic group guarded if impure in inertial inout is label library linkage literal loop map mod nand new next nor not null of on open or others out package port postponed procedure process property protected pure range record register reject release rem report restrict restrict_guarantee return rol ror select sequence severity shared signal sla sll sra srl strong subtype then to transport type unaffected units until use variable vmode vprop vunit wait when while with xnor xor",built_in:"boolean bit character severity_level integer time delay_length natural positive string bit_vector file_open_kind file_open_status std_ulogic std_ulogic_vector std_logic std_logic_vector unsigned signed boolean_vector integer_vector real_vector time_vector"},illegal:"{",contains:[e.C_BLOCK_COMMENT_MODE,e.COMMENT("--","$"),e.QUOTE_STRING_MODE,{className:"number",begin:i,relevance:0},{className:"literal",begin:"'(U|X|0|1|Z|W|L|H|-)'",contains:[e.BACKSLASH_ESCAPE]},{className:"symbol",begin:"'[A-Za-z](_?[A-Za-z0-9])*",contains:[e.BACKSLASH_ESCAPE]}]}}},{name:"vim",create:function(e){return{lexemes:/[!#@\w]+/,keywords:{keyword:"N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo argg argl argu as au aug aun b|0 bN ba bad bd be bel bf bl bm bn bo bp br brea breaka breakd breakl bro bufdo buffers bun bw c|0 cN cNf ca cabc caddb cad caddf cal cat cb cc ccl cd ce cex cf cfir cgetb cgete cg changes chd che checkt cl cla clo cm cmapc cme cn cnew cnf cno cnorea cnoreme co col colo com comc comp con conf cope cp cpf cq cr cs cst cu cuna cunme cw delm deb debugg delc delf dif diffg diffo diffp diffpu diffs diffthis dig di dl dell dj dli do doautoa dp dr ds dsp e|0 ea ec echoe echoh echom echon el elsei em en endfo endf endt endw ene ex exe exi exu f|0 files filet fin fina fini fir fix fo foldc foldd folddoc foldo for fu go gr grepa gu gv ha helpf helpg helpt hi hid his ia iabc if ij il im imapc ime ino inorea inoreme int is isp iu iuna iunme j|0 ju k|0 keepa kee keepj lN lNf l|0 lad laddb laddf la lan lat lb lc lch lcl lcs le lefta let lex lf lfir lgetb lgete lg lgr lgrepa lh ll lla lli lmak lm lmapc lne lnew lnf ln loadk lo loc lockv lol lope lp lpf lr ls lt lu lua luad luaf lv lvimgrepa lw m|0 ma mak map mapc marks mat me menut mes mk mks mksp mkv mkvie mod mz mzf nbc nb nbs new nm nmapc nme nn nnoreme noa no noh norea noreme norm nu nun nunme ol o|0 om omapc ome on ono onoreme opt ou ounme ow p|0 profd prof pro promptr pc ped pe perld po popu pp pre prev ps pt ptN ptf ptj ptl ptn ptp ptr pts pu pw py3 python3 py3d py3f py pyd pyf quita qa rec red redi redr redraws reg res ret retu rew ri rightb rub rubyd rubyf rund ru rv sN san sa sal sav sb sbN sba sbf sbl sbm sbn sbp sbr scrip scripte scs se setf setg setl sf sfir sh sim sig sil sl sla sm smap smapc sme sn sni sno snor snoreme sor so spelld spe spelli spellr spellu spellw sp spr sre st sta startg startr star stopi stj sts sun sunm sunme sus sv sw sy synti sync tN tabN tabc tabdo tabe tabf tabfir tabl tabm tabnew tabn tabo tabp tabr tabs tab ta tags tc tcld tclf te tf th tj tl tm tn to tp tr try ts tu u|0 undoj undol una unh unl unlo unm unme uns up ve verb vert vim vimgrepa vi viu vie vm vmapc vme vne vn vnoreme vs vu vunme windo w|0 wN wa wh wi winc winp wn wp wq wqa ws wu wv x|0 xa xmapc xm xme xn xnoreme xu xunme y|0 z|0 ~ Next Print append abbreviate abclear aboveleft all amenu anoremenu args argadd argdelete argedit argglobal arglocal argument ascii autocmd augroup aunmenu buffer bNext ball badd bdelete behave belowright bfirst blast bmodified bnext botright bprevious brewind break breakadd breakdel breaklist browse bunload bwipeout change cNext cNfile cabbrev cabclear caddbuffer caddexpr caddfile call catch cbuffer cclose center cexpr cfile cfirst cgetbuffer cgetexpr cgetfile chdir checkpath checktime clist clast close cmap cmapclear cmenu cnext cnewer cnfile cnoremap cnoreabbrev cnoremenu copy colder colorscheme command comclear compiler continue confirm copen cprevious cpfile cquit crewind cscope cstag cunmap cunabbrev cunmenu cwindow delete delmarks debug debuggreedy delcommand delfunction diffupdate diffget diffoff diffpatch diffput diffsplit digraphs display deletel djump dlist doautocmd doautoall deletep drop dsearch dsplit edit earlier echo echoerr echohl echomsg else elseif emenu endif endfor endfunction endtry endwhile enew execute exit exusage file filetype find finally finish first fixdel fold foldclose folddoopen folddoclosed foldopen function global goto grep grepadd gui gvim hardcopy help helpfind helpgrep helptags highlight hide history insert iabbrev iabclear ijump ilist imap imapclear imenu inoremap inoreabbrev inoremenu intro isearch isplit iunmap iunabbrev iunmenu join jumps keepalt keepmarks keepjumps lNext lNfile list laddexpr laddbuffer laddfile last language later lbuffer lcd lchdir lclose lcscope left leftabove lexpr lfile lfirst lgetbuffer lgetexpr lgetfile lgrep lgrepadd lhelpgrep llast llist lmake lmap lmapclear lnext lnewer lnfile lnoremap loadkeymap loadview lockmarks lockvar lolder lopen lprevious lpfile lrewind ltag lunmap luado luafile lvimgrep lvimgrepadd lwindow move mark make mapclear match menu menutranslate messages mkexrc mksession mkspell mkvimrc mkview mode mzscheme mzfile nbclose nbkey nbsart next nmap nmapclear nmenu nnoremap nnoremenu noautocmd noremap nohlsearch noreabbrev noremenu normal number nunmap nunmenu oldfiles open omap omapclear omenu only onoremap onoremenu options ounmap ounmenu ownsyntax print profdel profile promptfind promptrepl pclose pedit perl perldo pop popup ppop preserve previous psearch ptag ptNext ptfirst ptjump ptlast ptnext ptprevious ptrewind ptselect put pwd py3do py3file python pydo pyfile quit quitall qall read recover redo redir redraw redrawstatus registers resize retab return rewind right rightbelow ruby rubydo rubyfile rundo runtime rviminfo substitute sNext sandbox sargument sall saveas sbuffer sbNext sball sbfirst sblast sbmodified sbnext sbprevious sbrewind scriptnames scriptencoding scscope set setfiletype setglobal setlocal sfind sfirst shell simalt sign silent sleep slast smagic smapclear smenu snext sniff snomagic snoremap snoremenu sort source spelldump spellgood spellinfo spellrepall spellundo spellwrong split sprevious srewind stop stag startgreplace startreplace startinsert stopinsert stjump stselect sunhide sunmap sunmenu suspend sview swapname syntax syntime syncbind tNext tabNext tabclose tabedit tabfind tabfirst tablast tabmove tabnext tabonly tabprevious tabrewind tag tcl tcldo tclfile tearoff tfirst throw tjump tlast tmenu tnext topleft tprevious trewind tselect tunmenu undo undojoin undolist unabbreviate unhide unlet unlockvar unmap unmenu unsilent update vglobal version verbose vertical vimgrep vimgrepadd visual viusage view vmap vmapclear vmenu vnew vnoremap vnoremenu vsplit vunmap vunmenu write wNext wall while winsize wincmd winpos wnext wprevious wqall wsverb wundo wviminfo xit xall xmapclear xmap xmenu xnoremap xnoremenu xunmap xunmenu yank",built_in:"synIDtrans atan2 range matcharg did_filetype asin feedkeys xor argv complete_check add getwinposx getqflist getwinposy screencol clearmatches empty extend getcmdpos mzeval garbagecollect setreg ceil sqrt diff_hlID inputsecret get getfperm getpid filewritable shiftwidth max sinh isdirectory synID system inputrestore winline atan visualmode inputlist tabpagewinnr round getregtype mapcheck hasmapto histdel argidx findfile sha256 exists toupper getcmdline taglist string getmatches bufnr strftime winwidth bufexists strtrans tabpagebuflist setcmdpos remote_read printf setloclist getpos getline bufwinnr float2nr len getcmdtype diff_filler luaeval resolve libcallnr foldclosedend reverse filter has_key bufname str2float strlen setline getcharmod setbufvar index searchpos shellescape undofile foldclosed setqflist buflisted strchars str2nr virtcol floor remove undotree remote_expr winheight gettabwinvar reltime cursor tabpagenr finddir localtime acos getloclist search tanh matchend rename gettabvar strdisplaywidth type abs py3eval setwinvar tolower wildmenumode log10 spellsuggest bufloaded synconcealed nextnonblank server2client complete settabwinvar executable input wincol setmatches getftype hlID inputsave searchpair or screenrow line settabvar histadd deepcopy strpart remote_peek and eval getftime submatch screenchar winsaveview matchadd mkdir screenattr getfontname libcall reltimestr getfsize winnr invert pow getbufline byte2line soundfold repeat fnameescape tagfiles sin strwidth spellbadword trunc maparg log lispindent hostname setpos globpath remote_foreground getchar synIDattr fnamemodify cscope_connection stridx winbufnr indent min complete_add nr2char searchpairpos inputdialog values matchlist items hlexists strridx browsedir expand fmod pathshorten line2byte argc count getwinvar glob foldtextresult getreg foreground cosh matchdelete has char2nr simplify histget searchdecl iconv winrestcmd pumvisible writefile foldlevel haslocaldir keys cos matchstr foldtext histnr tan tempname getcwd byteidx getbufvar islocked escape eventhandler remote_send serverlist winrestview synstack pyeval prevnonblank readfile cindent filereadable changenr exp"},illegal:/;/,contains:[e.NUMBER_MODE,e.APOS_STRING_MODE,{className:"string",begin:/"(\\"|\n\\|[^"\n])*"/},e.COMMENT('"',"$"),{className:"variable",begin:/[bwtglsav]:[\w\d_]*/},{className:"function",beginKeywords:"function function!",end:"$",relevance:0,contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},{className:"symbol",begin:/<[\w-]+>/}]}}},{name:"x86asm",create:function(e){return{case_insensitive:!0,lexemes:"[.%]?"+e.IDENT_RE,keywords:{keyword:"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63", +built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0 xmm1 xmm2 xmm3 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0 ymm1 ymm2 ymm3 ymm4 ymm5 ymm6 ymm7 ymm8 ymm9 ymm10 ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0 zmm1 zmm2 zmm3 zmm4 zmm5 zmm6 zmm7 zmm8 zmm9 zmm10 zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr",meta:"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__ __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__ __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__"},contains:[e.COMMENT(";","$",{relevance:0}),{className:"number",variants:[{begin:"\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*\\.?[0-9_]*(?:[pP](?:[+-]?[0-9_]+)?)?)\\b",relevance:0},{begin:"\\$[0-9][0-9A-Fa-f]*",relevance:0},{begin:"\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\b"},{begin:"\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\b"}]},e.QUOTE_STRING_MODE,{className:"string",variants:[{begin:"'",end:"[^\\\\]'"},{begin:"`",end:"[^\\\\]`"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)"},{begin:"^\\s*%%[A-Za-z0-9_$#@~.?]*:"}],relevance:0},{className:"subst",begin:"%[0-9]+",relevance:0},{className:"subst",begin:"%!S+",relevance:0},{className:"meta",begin:/^\s*\.[\w_-]+/}]}}},{name:"xl",create:function(e){var t="ObjectLoader Animate MovieCredits Slides Filters Shading Materials LensFlare Mapping VLCAudioVideo StereoDecoder PointCloud NetworkAccess RemoteControl RegExp ChromaKey Snowfall NodeJS Speech Charts",a={keyword:"if then else do while until for loop import with is as where when by data constant integer real text name boolean symbol infix prefix postfix block tree",literal:"true false nil",built_in:"in mod rem and or xor not abs sign floor ceil sqrt sin cos tan asin acos atan exp expm1 log log2 log10 log1p pi at text_length text_range text_find text_replace contains page slide basic_slide title_slide title subtitle fade_in fade_out fade_at clear_color color line_color line_width texture_wrap texture_transform texture scale_?x scale_?y scale_?z? translate_?x translate_?y translate_?z? rotate_?x rotate_?y rotate_?z? rectangle circle ellipse sphere path line_to move_to quad_to curve_to theme background contents locally time mouse_?x mouse_?y mouse_buttons "+t},r={className:"string",begin:'"',end:'"',illegal:"\\n"},s={className:"string",begin:"'",end:"'",illegal:"\\n"},n={className:"string",begin:"<<",end:">>"},i={className:"number",begin:"[0-9]+#[0-9A-Z_]+(\\.[0-9-A-Z_]+)?#?([Ee][+-]?[0-9]+)?"},l={beginKeywords:"import",end:"$",keywords:a,contains:[r]},o={className:"function",begin:/[a-z][^\n]*->/,returnBegin:!0,end:/->/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,keywords:a}})]};return{aliases:["tao"],lexemes:/[a-zA-Z][a-zA-Z0-9_?]*/,keywords:a,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r,s,n,o,l,i,e.NUMBER_MODE]}}},{name:"xml",create:function(e){var t="[A-Za-z0-9\\._:-]+",a={endsWithParent:!0,illegal:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[{begin:"\\[",end:"\\]"}]},e.COMMENT("",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0}]},{className:"tag",begin:"|$)",end:">",keywords:{name:"style"},contains:[a],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"|$)",end:">",keywords:{name:"script"},contains:[a],starts:{end:"",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"meta",variants:[{begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?\w+/,end:/\?>/}]},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},a]}]}}},{name:"xquery",create:function(e){var t="for let if while then else return where group by xquery encoding versionmodule namespace boundary-space preserve strip default collation base-uri orderingcopy-namespaces order declare import schema namespace function option in allowing emptyat tumbling window sliding window start when only end when previous next stable ascendingdescending empty greatest least some every satisfies switch case typeswitch try catch andor to union intersect instance of treat as castable cast map array delete insert intoreplace value rename copy modify update",a="false true xs:string xs:integer element item xs:date xs:datetime xs:float xs:double xs:decimal QName xs:anyURI xs:long xs:int xs:short xs:byte attribute",r={begin:/\$[a-zA-Z0-9\-]+/},s={className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},n={className:"string",variants:[{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},i={className:"meta",begin:"%\\w+"},l={className:"comment",begin:"\\(:",end:":\\)",relevance:10,contains:[{className:"doctag",begin:"@\\w+"}]},o={begin:"{",end:"}"},c=[r,n,s,l,i,o];return o.contains=c,{aliases:["xpath","xq"],case_insensitive:!1,lexemes:/[a-zA-Z\$][a-zA-Z0-9_:\-]*/,illegal:/(proc)|(abstract)|(extends)|(until)|(#)/,keywords:{keyword:t,literal:a},contains:c}}},{name:"yaml",create:function(e){var t={literal:"{ } true false yes no Yes No True False null"},a="^[ \\-]*",r="[a-zA-Z_][\\w\\-]*",s={className:"attr",variants:[{begin:a+r+":"},{begin:a+'"'+r+'":'},{begin:a+"'"+r+"':"}]},n={className:"template-variable",variants:[{begin:"{{",end:"}}"},{begin:"%{",end:"}"}]},i={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}],contains:[e.BACKSLASH_ESCAPE,n]};return{case_insensitive:!0,aliases:["yml","YAML","yaml"],contains:[s,{className:"meta",begin:"^---s*$",relevance:10},{className:"string",begin:"[\\|>] *$",returnEnd:!0,contains:i.contains,end:s.variants[0].begin},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!!"+e.UNDERSCORE_IDENT_RE},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"^ *-",relevance:0},i,e.HASH_COMMENT_MODE,e.C_NUMBER_MODE],keywords:t}}},{name:"zephir",create:function(e){var t={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:'b"',end:'"'},{begin:"b'",end:"'"},e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},a={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]};return{aliases:["zep"],case_insensitive:!0,keywords:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var let while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally int uint long ulong char uchar double float bool boolean stringlikely unlikely",contains:[e.C_LINE_COMMENT_MODE,e.HASH_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0,keywords:"__halt_compiler",lexemes:e.UNDERSCORE_IDENT_RE}),{className:"string",begin:"<<<['\"]?\\w+['\"]?$",end:"^\\w+;",contains:[e.BACKSLASH_ESCAPE]},{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"function",end:/[;{]/,excludeEnd:!0,illegal:"\\$|\\[|%",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:["self",e.C_BLOCK_COMMENT_MODE,t,a]}]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:/[:\(\$"]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",end:";",illegal:/[\.']/,contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",end:";",contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"=>"},t,a]}}}],n=0;n * ---------------------------------------------------- * * #ade5fc * #a2fca2 * #c6b4f0 * #d36363 * #fcc28c * #fc9b9b * #ffa * #fff * #333 * #62c8f3 * #888 * */}.hljs-agate .hljs{display:block;overflow-x:auto;padding:.5em;background:#333;color:white}.hljs-agate .hljs-name,.hljs-agate .hljs-strong{font-weight:bold}.hljs-agate .hljs-code,.hljs-agate .hljs-emphasis{font-style:italic}.hljs-agate .hljs-tag{color:#62c8f3}.hljs-agate .hljs-variable,.hljs-agate .hljs-template-variable,.hljs-agate .hljs-selector-id,.hljs-agate .hljs-selector-class{color:#ade5fc}.hljs-agate .hljs-string,.hljs-agate .hljs-bullet{color:#a2fca2}.hljs-agate .hljs-type,.hljs-agate .hljs-title,.hljs-agate .hljs-section,.hljs-agate .hljs-attribute,.hljs-agate .hljs-quote,.hljs-agate .hljs-built_in,.hljs-agate .hljs-builtin-name{color:#ffa}.hljs-agate .hljs-number,.hljs-agate .hljs-symbol,.hljs-agate .hljs-bullet{color:#d36363}.hljs-agate .hljs-keyword,.hljs-agate .hljs-selector-tag,.hljs-agate .hljs-literal{color:#fcc28c}.hljs-agate .hljs-comment,.hljs-agate .hljs-deletion,.hljs-agate .hljs-code{color:#888}.hljs-agate .hljs-regexp,.hljs-agate .hljs-link{color:#c6b4f0}.hljs-agate .hljs-meta{color:#fc9b9b}.hljs-agate .hljs-deletion{background-color:#fc9b9b;color:#333}.hljs-agate .hljs-addition{background-color:#a2fca2;color:#333}.hljs-agate .hljs a{color:inherit}.hljs-agate .hljs a:focus,.hljs-agate .hljs a:hover{color:inherit;text-decoration:underline}",androidstudio:".hljs-androidstudio .hljs{color:#a9b7c6;background:#282b2e;display:block;overflow-x:auto;padding:.5em}.hljs-androidstudio .hljs-number,.hljs-androidstudio .hljs-literal,.hljs-androidstudio .hljs-symbol,.hljs-androidstudio .hljs-bullet{color:#6897BB}.hljs-androidstudio .hljs-keyword,.hljs-androidstudio .hljs-selector-tag,.hljs-androidstudio .hljs-deletion{color:#cc7832}.hljs-androidstudio .hljs-variable,.hljs-androidstudio .hljs-template-variable,.hljs-androidstudio .hljs-link{color:#629755}.hljs-androidstudio .hljs-comment,.hljs-androidstudio .hljs-quote{color:#808080}.hljs-androidstudio .hljs-meta{color:#bbb529}.hljs-androidstudio .hljs-string,.hljs-androidstudio .hljs-attribute,.hljs-androidstudio .hljs-addition{color:#6A8759}.hljs-androidstudio .hljs-section,.hljs-androidstudio .hljs-title,.hljs-androidstudio .hljs-type{color:#ffc66d}.hljs-androidstudio .hljs-name,.hljs-androidstudio .hljs-selector-id,.hljs-androidstudio .hljs-selector-class{color:#e8bf6a}.hljs-androidstudio .hljs-emphasis{font-style:italic}.hljs-androidstudio .hljs-strong{font-weight:bold}","arduino-light":".hljs-arduino-light .hljs{display:block;overflow-x:auto;padding:.5em;background:#FFFFFF}.hljs-arduino-light .hljs,.hljs-arduino-light .hljs-subst{color:#434f54}.hljs-arduino-light .hljs-keyword,.hljs-arduino-light .hljs-attribute,.hljs-arduino-light .hljs-selector-tag,.hljs-arduino-light .hljs-doctag,.hljs-arduino-light .hljs-name{color:#00979D}.hljs-arduino-light .hljs-built_in,.hljs-arduino-light .hljs-literal,.hljs-arduino-light .hljs-bullet,.hljs-arduino-light .hljs-code,.hljs-arduino-light .hljs-addition{color:#D35400}.hljs-arduino-light .hljs-regexp,.hljs-arduino-light .hljs-symbol,.hljs-arduino-light .hljs-variable,.hljs-arduino-light .hljs-template-variable,.hljs-arduino-light .hljs-link,.hljs-arduino-light .hljs-selector-attr,.hljs-arduino-light .hljs-selector-pseudo{color:#00979D}.hljs-arduino-light .hljs-type,.hljs-arduino-light .hljs-string,.hljs-arduino-light .hljs-selector-id,.hljs-arduino-light .hljs-selector-class,.hljs-arduino-light .hljs-quote,.hljs-arduino-light .hljs-template-tag,.hljs-arduino-light .hljs-deletion{color:#005C5F}.hljs-arduino-light .hljs-title,.hljs-arduino-light .hljs-section{color:#880000;font-weight:bold}.hljs-arduino-light .hljs-comment{color:rgba(149,165,166,0.8)}.hljs-arduino-light .hljs-meta-keyword{color:#728E00}.hljs-arduino-light .hljs-meta{color:#728E00;color:#434f54}.hljs-arduino-light .hljs-emphasis{font-style:italic}.hljs-arduino-light .hljs-strong{font-weight:bold}.hljs-arduino-light .hljs-function{color:#728E00}.hljs-arduino-light .hljs-number{color:#8A7B52}",arta:".hljs-arta .hljs{display:block;overflow-x:auto;padding:.5em;background:#222}.hljs-arta .hljs,.hljs-arta .hljs-subst{color:#aaa}.hljs-arta .hljs-section{color:#fff}.hljs-arta .hljs-comment,.hljs-arta .hljs-quote,.hljs-arta .hljs-meta{color:#444}.hljs-arta .hljs-string,.hljs-arta .hljs-symbol,.hljs-arta .hljs-bullet,.hljs-arta .hljs-regexp{color:#ffcc33}.hljs-arta .hljs-number,.hljs-arta .hljs-addition{color:#00cc66}.hljs-arta .hljs-built_in,.hljs-arta .hljs-builtin-name,.hljs-arta .hljs-literal,.hljs-arta .hljs-type,.hljs-arta .hljs-template-variable,.hljs-arta .hljs-attribute,.hljs-arta .hljs-link{color:#32aaee}.hljs-arta .hljs-keyword,.hljs-arta .hljs-selector-tag,.hljs-arta .hljs-name,.hljs-arta .hljs-selector-id,.hljs-arta .hljs-selector-class{color:#6644aa}.hljs-arta .hljs-title,.hljs-arta .hljs-variable,.hljs-arta .hljs-deletion,.hljs-arta .hljs-template-tag{color:#bb1166}.hljs-arta .hljs-section,.hljs-arta .hljs-doctag,.hljs-arta .hljs-strong{font-weight:bold}.hljs-arta .hljs-emphasis{font-style:italic}",ascetic:".hljs-ascetic .hljs{display:block;overflow-x:auto;padding:.5em;background:white;color:black}.hljs-ascetic .hljs-string,.hljs-ascetic .hljs-variable,.hljs-ascetic .hljs-template-variable,.hljs-ascetic .hljs-symbol,.hljs-ascetic .hljs-bullet,.hljs-ascetic .hljs-section,.hljs-ascetic .hljs-addition,.hljs-ascetic .hljs-attribute,.hljs-ascetic .hljs-link{color:#888}.hljs-ascetic .hljs-comment,.hljs-ascetic .hljs-quote,.hljs-ascetic .hljs-meta,.hljs-ascetic .hljs-deletion{color:#ccc}.hljs-ascetic .hljs-keyword,.hljs-ascetic .hljs-selector-tag,.hljs-ascetic .hljs-section,.hljs-ascetic .hljs-name,.hljs-ascetic .hljs-type,.hljs-ascetic .hljs-strong{font-weight:bold}.hljs-ascetic .hljs-emphasis{font-style:italic}","atelier-cave-dark":".hljs-atelier-cave-dark .hljs-comment,.hljs-atelier-cave-dark .hljs-quote{color:#7e7887}.hljs-atelier-cave-dark .hljs-variable,.hljs-atelier-cave-dark .hljs-template-variable,.hljs-atelier-cave-dark .hljs-attribute,.hljs-atelier-cave-dark .hljs-regexp,.hljs-atelier-cave-dark .hljs-link,.hljs-atelier-cave-dark .hljs-tag,.hljs-atelier-cave-dark .hljs-name,.hljs-atelier-cave-dark .hljs-selector-id,.hljs-atelier-cave-dark .hljs-selector-class{color:#be4678}.hljs-atelier-cave-dark .hljs-number,.hljs-atelier-cave-dark .hljs-meta,.hljs-atelier-cave-dark .hljs-built_in,.hljs-atelier-cave-dark .hljs-builtin-name,.hljs-atelier-cave-dark .hljs-literal,.hljs-atelier-cave-dark .hljs-type,.hljs-atelier-cave-dark .hljs-params{color:#aa573c}.hljs-atelier-cave-dark .hljs-string,.hljs-atelier-cave-dark .hljs-symbol,.hljs-atelier-cave-dark .hljs-bullet{color:#2a9292}.hljs-atelier-cave-dark .hljs-title,.hljs-atelier-cave-dark .hljs-section{color:#576ddb}.hljs-atelier-cave-dark .hljs-keyword,.hljs-atelier-cave-dark .hljs-selector-tag{color:#955ae7}.hljs-atelier-cave-dark .hljs-deletion,.hljs-atelier-cave-dark .hljs-addition{color:#19171c;display:inline-block;width:100%}.hljs-atelier-cave-dark .hljs-deletion{background-color:#be4678}.hljs-atelier-cave-dark .hljs-addition{background-color:#2a9292}.hljs-atelier-cave-dark .hljs{display:block;overflow-x:auto;background:#19171c;color:#8b8792;padding:.5em}.hljs-atelier-cave-dark .hljs-emphasis{font-style:italic}.hljs-atelier-cave-dark .hljs-strong{font-weight:bold}","atelier-cave-light":".hljs-atelier-cave-light .hljs-comment,.hljs-atelier-cave-light .hljs-quote{color:#655f6d}.hljs-atelier-cave-light .hljs-variable,.hljs-atelier-cave-light .hljs-template-variable,.hljs-atelier-cave-light .hljs-attribute,.hljs-atelier-cave-light .hljs-tag,.hljs-atelier-cave-light .hljs-name,.hljs-atelier-cave-light .hljs-regexp,.hljs-atelier-cave-light .hljs-link,.hljs-atelier-cave-light .hljs-name,.hljs-atelier-cave-light .hljs-name,.hljs-atelier-cave-light .hljs-selector-id,.hljs-atelier-cave-light .hljs-selector-class{color:#be4678}.hljs-atelier-cave-light .hljs-number,.hljs-atelier-cave-light .hljs-meta,.hljs-atelier-cave-light .hljs-built_in,.hljs-atelier-cave-light .hljs-builtin-name,.hljs-atelier-cave-light .hljs-literal,.hljs-atelier-cave-light .hljs-type,.hljs-atelier-cave-light .hljs-params{color:#aa573c}.hljs-atelier-cave-light .hljs-string,.hljs-atelier-cave-light .hljs-symbol,.hljs-atelier-cave-light .hljs-bullet{color:#2a9292}.hljs-atelier-cave-light .hljs-title,.hljs-atelier-cave-light .hljs-section{color:#576ddb}.hljs-atelier-cave-light .hljs-keyword,.hljs-atelier-cave-light .hljs-selector-tag{color:#955ae7}.hljs-atelier-cave-light .hljs-deletion,.hljs-atelier-cave-light .hljs-addition{color:#19171c;display:inline-block;width:100%}.hljs-atelier-cave-light .hljs-deletion{background-color:#be4678}.hljs-atelier-cave-light .hljs-addition{background-color:#2a9292}.hljs-atelier-cave-light .hljs{display:block;overflow-x:auto;background:#efecf4;color:#585260;padding:.5em}.hljs-atelier-cave-light .hljs-emphasis{font-style:italic}.hljs-atelier-cave-light .hljs-strong{font-weight:bold}","atelier-dune-dark":".hljs-atelier-dune-dark .hljs-comment,.hljs-atelier-dune-dark .hljs-quote{color:#999580}.hljs-atelier-dune-dark .hljs-variable,.hljs-atelier-dune-dark .hljs-template-variable,.hljs-atelier-dune-dark .hljs-attribute,.hljs-atelier-dune-dark .hljs-tag,.hljs-atelier-dune-dark .hljs-name,.hljs-atelier-dune-dark .hljs-regexp,.hljs-atelier-dune-dark .hljs-link,.hljs-atelier-dune-dark .hljs-name,.hljs-atelier-dune-dark .hljs-selector-id,.hljs-atelier-dune-dark .hljs-selector-class{color:#d73737}.hljs-atelier-dune-dark .hljs-number,.hljs-atelier-dune-dark .hljs-meta,.hljs-atelier-dune-dark .hljs-built_in,.hljs-atelier-dune-dark .hljs-builtin-name,.hljs-atelier-dune-dark .hljs-literal,.hljs-atelier-dune-dark .hljs-type,.hljs-atelier-dune-dark .hljs-params{color:#b65611}.hljs-atelier-dune-dark .hljs-string,.hljs-atelier-dune-dark .hljs-symbol,.hljs-atelier-dune-dark .hljs-bullet{color:#60ac39}.hljs-atelier-dune-dark .hljs-title,.hljs-atelier-dune-dark .hljs-section{color:#6684e1}.hljs-atelier-dune-dark .hljs-keyword,.hljs-atelier-dune-dark .hljs-selector-tag{color:#b854d4}.hljs-atelier-dune-dark .hljs{display:block;overflow-x:auto;background:#20201d;color:#a6a28c;padding:.5em}.hljs-atelier-dune-dark .hljs-emphasis{font-style:italic}.hljs-atelier-dune-dark .hljs-strong{font-weight:bold}","atelier-dune-light":".hljs-atelier-dune-light .hljs-comment,.hljs-atelier-dune-light .hljs-quote{color:#7d7a68}.hljs-atelier-dune-light .hljs-variable,.hljs-atelier-dune-light .hljs-template-variable,.hljs-atelier-dune-light .hljs-attribute,.hljs-atelier-dune-light .hljs-tag,.hljs-atelier-dune-light .hljs-name,.hljs-atelier-dune-light .hljs-regexp,.hljs-atelier-dune-light .hljs-link,.hljs-atelier-dune-light .hljs-name,.hljs-atelier-dune-light .hljs-selector-id,.hljs-atelier-dune-light .hljs-selector-class{color:#d73737}.hljs-atelier-dune-light .hljs-number,.hljs-atelier-dune-light .hljs-meta,.hljs-atelier-dune-light .hljs-built_in,.hljs-atelier-dune-light .hljs-builtin-name,.hljs-atelier-dune-light .hljs-literal,.hljs-atelier-dune-light .hljs-type,.hljs-atelier-dune-light .hljs-params{color:#b65611}.hljs-atelier-dune-light .hljs-string,.hljs-atelier-dune-light .hljs-symbol,.hljs-atelier-dune-light .hljs-bullet{color:#60ac39}.hljs-atelier-dune-light .hljs-title,.hljs-atelier-dune-light .hljs-section{color:#6684e1}.hljs-atelier-dune-light .hljs-keyword,.hljs-atelier-dune-light .hljs-selector-tag{color:#b854d4}.hljs-atelier-dune-light .hljs{display:block;overflow-x:auto;background:#fefbec;color:#6e6b5e;padding:.5em}.hljs-atelier-dune-light .hljs-emphasis{font-style:italic}.hljs-atelier-dune-light .hljs-strong{font-weight:bold}","atelier-estuary-dark":".hljs-atelier-estuary-dark .hljs-comment,.hljs-atelier-estuary-dark .hljs-quote{color:#878573}.hljs-atelier-estuary-dark .hljs-variable,.hljs-atelier-estuary-dark .hljs-template-variable,.hljs-atelier-estuary-dark .hljs-attribute,.hljs-atelier-estuary-dark .hljs-tag,.hljs-atelier-estuary-dark .hljs-name,.hljs-atelier-estuary-dark .hljs-regexp,.hljs-atelier-estuary-dark .hljs-link,.hljs-atelier-estuary-dark .hljs-name,.hljs-atelier-estuary-dark .hljs-selector-id,.hljs-atelier-estuary-dark .hljs-selector-class{color:#ba6236}.hljs-atelier-estuary-dark .hljs-number,.hljs-atelier-estuary-dark .hljs-meta,.hljs-atelier-estuary-dark .hljs-built_in,.hljs-atelier-estuary-dark .hljs-builtin-name,.hljs-atelier-estuary-dark .hljs-literal,.hljs-atelier-estuary-dark .hljs-type,.hljs-atelier-estuary-dark .hljs-params{color:#ae7313}.hljs-atelier-estuary-dark .hljs-string,.hljs-atelier-estuary-dark .hljs-symbol,.hljs-atelier-estuary-dark .hljs-bullet{color:#7d9726}.hljs-atelier-estuary-dark .hljs-title,.hljs-atelier-estuary-dark .hljs-section{color:#36a166}.hljs-atelier-estuary-dark .hljs-keyword,.hljs-atelier-estuary-dark .hljs-selector-tag{color:#5f9182}.hljs-atelier-estuary-dark .hljs-deletion,.hljs-atelier-estuary-dark .hljs-addition{color:#22221b;display:inline-block;width:100%}.hljs-atelier-estuary-dark .hljs-deletion{background-color:#ba6236}.hljs-atelier-estuary-dark .hljs-addition{background-color:#7d9726}.hljs-atelier-estuary-dark .hljs{display:block;overflow-x:auto;background:#22221b;color:#929181;padding:.5em}.hljs-atelier-estuary-dark .hljs-emphasis{font-style:italic}.hljs-atelier-estuary-dark .hljs-strong{font-weight:bold}","atelier-estuary-light":".hljs-atelier-estuary-light .hljs-comment,.hljs-atelier-estuary-light .hljs-quote{color:#6c6b5a}.hljs-atelier-estuary-light .hljs-variable,.hljs-atelier-estuary-light .hljs-template-variable,.hljs-atelier-estuary-light .hljs-attribute,.hljs-atelier-estuary-light .hljs-tag,.hljs-atelier-estuary-light .hljs-name,.hljs-atelier-estuary-light .hljs-regexp,.hljs-atelier-estuary-light .hljs-link,.hljs-atelier-estuary-light .hljs-name,.hljs-atelier-estuary-light .hljs-selector-id,.hljs-atelier-estuary-light .hljs-selector-class{color:#ba6236}.hljs-atelier-estuary-light .hljs-number,.hljs-atelier-estuary-light .hljs-meta,.hljs-atelier-estuary-light .hljs-built_in,.hljs-atelier-estuary-light .hljs-builtin-name,.hljs-atelier-estuary-light .hljs-literal,.hljs-atelier-estuary-light .hljs-type,.hljs-atelier-estuary-light .hljs-params{color:#ae7313}.hljs-atelier-estuary-light .hljs-string,.hljs-atelier-estuary-light .hljs-symbol,.hljs-atelier-estuary-light .hljs-bullet{color:#7d9726}.hljs-atelier-estuary-light .hljs-title,.hljs-atelier-estuary-light .hljs-section{color:#36a166}.hljs-atelier-estuary-light .hljs-keyword,.hljs-atelier-estuary-light .hljs-selector-tag{color:#5f9182}.hljs-atelier-estuary-light .hljs-deletion,.hljs-atelier-estuary-light .hljs-addition{color:#22221b;display:inline-block;width:100%}.hljs-atelier-estuary-light .hljs-deletion{background-color:#ba6236}.hljs-atelier-estuary-light .hljs-addition{background-color:#7d9726}.hljs-atelier-estuary-light .hljs{display:block;overflow-x:auto;background:#f4f3ec;color:#5f5e4e;padding:.5em}.hljs-atelier-estuary-light .hljs-emphasis{font-style:italic}.hljs-atelier-estuary-light .hljs-strong{font-weight:bold}","atelier-forest-dark":".hljs-atelier-forest-dark .hljs-comment,.hljs-atelier-forest-dark .hljs-quote{color:#9c9491}.hljs-atelier-forest-dark .hljs-variable,.hljs-atelier-forest-dark .hljs-template-variable,.hljs-atelier-forest-dark .hljs-attribute,.hljs-atelier-forest-dark .hljs-tag,.hljs-atelier-forest-dark .hljs-name,.hljs-atelier-forest-dark .hljs-regexp,.hljs-atelier-forest-dark .hljs-link,.hljs-atelier-forest-dark .hljs-name,.hljs-atelier-forest-dark .hljs-selector-id,.hljs-atelier-forest-dark .hljs-selector-class{color:#f22c40}.hljs-atelier-forest-dark .hljs-number,.hljs-atelier-forest-dark .hljs-meta,.hljs-atelier-forest-dark .hljs-built_in,.hljs-atelier-forest-dark .hljs-builtin-name,.hljs-atelier-forest-dark .hljs-literal,.hljs-atelier-forest-dark .hljs-type,.hljs-atelier-forest-dark .hljs-params{color:#df5320}.hljs-atelier-forest-dark .hljs-string,.hljs-atelier-forest-dark .hljs-symbol,.hljs-atelier-forest-dark .hljs-bullet{color:#7b9726}.hljs-atelier-forest-dark .hljs-title,.hljs-atelier-forest-dark .hljs-section{color:#407ee7}.hljs-atelier-forest-dark .hljs-keyword,.hljs-atelier-forest-dark .hljs-selector-tag{color:#6666ea}.hljs-atelier-forest-dark .hljs{display:block;overflow-x:auto;background:#1b1918;color:#a8a19f;padding:.5em}.hljs-atelier-forest-dark .hljs-emphasis{font-style:italic}.hljs-atelier-forest-dark .hljs-strong{font-weight:bold}","atelier-forest-light":".hljs-atelier-forest-light .hljs-comment,.hljs-atelier-forest-light .hljs-quote{color:#766e6b}.hljs-atelier-forest-light .hljs-variable,.hljs-atelier-forest-light .hljs-template-variable,.hljs-atelier-forest-light .hljs-attribute,.hljs-atelier-forest-light .hljs-tag,.hljs-atelier-forest-light .hljs-name,.hljs-atelier-forest-light .hljs-regexp,.hljs-atelier-forest-light .hljs-link,.hljs-atelier-forest-light .hljs-name,.hljs-atelier-forest-light .hljs-selector-id,.hljs-atelier-forest-light .hljs-selector-class{color:#f22c40}.hljs-atelier-forest-light .hljs-number,.hljs-atelier-forest-light .hljs-meta,.hljs-atelier-forest-light .hljs-built_in,.hljs-atelier-forest-light .hljs-builtin-name,.hljs-atelier-forest-light .hljs-literal,.hljs-atelier-forest-light .hljs-type,.hljs-atelier-forest-light .hljs-params{color:#df5320}.hljs-atelier-forest-light .hljs-string,.hljs-atelier-forest-light .hljs-symbol,.hljs-atelier-forest-light .hljs-bullet{color:#7b9726}.hljs-atelier-forest-light .hljs-title,.hljs-atelier-forest-light .hljs-section{color:#407ee7}.hljs-atelier-forest-light .hljs-keyword,.hljs-atelier-forest-light .hljs-selector-tag{color:#6666ea}.hljs-atelier-forest-light .hljs{display:block;overflow-x:auto;background:#f1efee;color:#68615e;padding:.5em}.hljs-atelier-forest-light .hljs-emphasis{font-style:italic}.hljs-atelier-forest-light .hljs-strong{font-weight:bold}","atelier-heath-dark":".hljs-atelier-heath-dark .hljs-comment,.hljs-atelier-heath-dark .hljs-quote{color:#9e8f9e}.hljs-atelier-heath-dark .hljs-variable,.hljs-atelier-heath-dark .hljs-template-variable,.hljs-atelier-heath-dark .hljs-attribute,.hljs-atelier-heath-dark .hljs-tag,.hljs-atelier-heath-dark .hljs-name,.hljs-atelier-heath-dark .hljs-regexp,.hljs-atelier-heath-dark .hljs-link,.hljs-atelier-heath-dark .hljs-name,.hljs-atelier-heath-dark .hljs-selector-id,.hljs-atelier-heath-dark .hljs-selector-class{color:#ca402b}.hljs-atelier-heath-dark .hljs-number,.hljs-atelier-heath-dark .hljs-meta,.hljs-atelier-heath-dark .hljs-built_in,.hljs-atelier-heath-dark .hljs-builtin-name,.hljs-atelier-heath-dark .hljs-literal,.hljs-atelier-heath-dark .hljs-type,.hljs-atelier-heath-dark .hljs-params{color:#a65926}.hljs-atelier-heath-dark .hljs-string,.hljs-atelier-heath-dark .hljs-symbol,.hljs-atelier-heath-dark .hljs-bullet{color:#918b3b}.hljs-atelier-heath-dark .hljs-title,.hljs-atelier-heath-dark .hljs-section{color:#516aec}.hljs-atelier-heath-dark .hljs-keyword,.hljs-atelier-heath-dark .hljs-selector-tag{color:#7b59c0}.hljs-atelier-heath-dark .hljs{display:block;overflow-x:auto;background:#1b181b;color:#ab9bab;padding:.5em}.hljs-atelier-heath-dark .hljs-emphasis{font-style:italic}.hljs-atelier-heath-dark .hljs-strong{font-weight:bold}","atelier-heath-light":".hljs-atelier-heath-light .hljs-comment,.hljs-atelier-heath-light .hljs-quote{color:#776977}.hljs-atelier-heath-light .hljs-variable,.hljs-atelier-heath-light .hljs-template-variable,.hljs-atelier-heath-light .hljs-attribute,.hljs-atelier-heath-light .hljs-tag,.hljs-atelier-heath-light .hljs-name,.hljs-atelier-heath-light .hljs-regexp,.hljs-atelier-heath-light .hljs-link,.hljs-atelier-heath-light .hljs-name,.hljs-atelier-heath-light .hljs-selector-id,.hljs-atelier-heath-light .hljs-selector-class{color:#ca402b}.hljs-atelier-heath-light .hljs-number,.hljs-atelier-heath-light .hljs-meta,.hljs-atelier-heath-light .hljs-built_in,.hljs-atelier-heath-light .hljs-builtin-name,.hljs-atelier-heath-light .hljs-literal,.hljs-atelier-heath-light .hljs-type,.hljs-atelier-heath-light .hljs-params{color:#a65926}.hljs-atelier-heath-light .hljs-string,.hljs-atelier-heath-light .hljs-symbol,.hljs-atelier-heath-light .hljs-bullet{color:#918b3b}.hljs-atelier-heath-light .hljs-title,.hljs-atelier-heath-light .hljs-section{color:#516aec}.hljs-atelier-heath-light .hljs-keyword,.hljs-atelier-heath-light .hljs-selector-tag{color:#7b59c0}.hljs-atelier-heath-light .hljs{display:block;overflow-x:auto;background:#f7f3f7;color:#695d69;padding:.5em}.hljs-atelier-heath-light .hljs-emphasis{font-style:italic}.hljs-atelier-heath-light .hljs-strong{font-weight:bold}","atelier-lakeside-dark":".hljs-atelier-lakeside-dark .hljs-comment,.hljs-atelier-lakeside-dark .hljs-quote{color:#7195a8}.hljs-atelier-lakeside-dark .hljs-variable,.hljs-atelier-lakeside-dark .hljs-template-variable,.hljs-atelier-lakeside-dark .hljs-attribute,.hljs-atelier-lakeside-dark .hljs-tag,.hljs-atelier-lakeside-dark .hljs-name,.hljs-atelier-lakeside-dark .hljs-regexp,.hljs-atelier-lakeside-dark .hljs-link,.hljs-atelier-lakeside-dark .hljs-name,.hljs-atelier-lakeside-dark .hljs-selector-id,.hljs-atelier-lakeside-dark .hljs-selector-class{color:#d22d72}.hljs-atelier-lakeside-dark .hljs-number,.hljs-atelier-lakeside-dark .hljs-meta,.hljs-atelier-lakeside-dark .hljs-built_in,.hljs-atelier-lakeside-dark .hljs-builtin-name,.hljs-atelier-lakeside-dark .hljs-literal,.hljs-atelier-lakeside-dark .hljs-type,.hljs-atelier-lakeside-dark .hljs-params{color:#935c25}.hljs-atelier-lakeside-dark .hljs-string,.hljs-atelier-lakeside-dark .hljs-symbol,.hljs-atelier-lakeside-dark .hljs-bullet{color:#568c3b}.hljs-atelier-lakeside-dark .hljs-title,.hljs-atelier-lakeside-dark .hljs-section{color:#257fad}.hljs-atelier-lakeside-dark .hljs-keyword,.hljs-atelier-lakeside-dark .hljs-selector-tag{color:#6b6bb8}.hljs-atelier-lakeside-dark .hljs{display:block;overflow-x:auto;background:#161b1d;color:#7ea2b4;padding:.5em}.hljs-atelier-lakeside-dark .hljs-emphasis{font-style:italic}.hljs-atelier-lakeside-dark .hljs-strong{font-weight:bold}", +"atelier-lakeside-light":".hljs-atelier-lakeside-light .hljs-comment,.hljs-atelier-lakeside-light .hljs-quote{color:#5a7b8c}.hljs-atelier-lakeside-light .hljs-variable,.hljs-atelier-lakeside-light .hljs-template-variable,.hljs-atelier-lakeside-light .hljs-attribute,.hljs-atelier-lakeside-light .hljs-tag,.hljs-atelier-lakeside-light .hljs-name,.hljs-atelier-lakeside-light .hljs-regexp,.hljs-atelier-lakeside-light .hljs-link,.hljs-atelier-lakeside-light .hljs-name,.hljs-atelier-lakeside-light .hljs-selector-id,.hljs-atelier-lakeside-light .hljs-selector-class{color:#d22d72}.hljs-atelier-lakeside-light .hljs-number,.hljs-atelier-lakeside-light .hljs-meta,.hljs-atelier-lakeside-light .hljs-built_in,.hljs-atelier-lakeside-light .hljs-builtin-name,.hljs-atelier-lakeside-light .hljs-literal,.hljs-atelier-lakeside-light .hljs-type,.hljs-atelier-lakeside-light .hljs-params{color:#935c25}.hljs-atelier-lakeside-light .hljs-string,.hljs-atelier-lakeside-light .hljs-symbol,.hljs-atelier-lakeside-light .hljs-bullet{color:#568c3b}.hljs-atelier-lakeside-light .hljs-title,.hljs-atelier-lakeside-light .hljs-section{color:#257fad}.hljs-atelier-lakeside-light .hljs-keyword,.hljs-atelier-lakeside-light .hljs-selector-tag{color:#6b6bb8}.hljs-atelier-lakeside-light .hljs{display:block;overflow-x:auto;background:#ebf8ff;color:#516d7b;padding:.5em}.hljs-atelier-lakeside-light .hljs-emphasis{font-style:italic}.hljs-atelier-lakeside-light .hljs-strong{font-weight:bold}","atelier-plateau-dark":".hljs-atelier-plateau-dark .hljs-comment,.hljs-atelier-plateau-dark .hljs-quote{color:#7e7777}.hljs-atelier-plateau-dark .hljs-variable,.hljs-atelier-plateau-dark .hljs-template-variable,.hljs-atelier-plateau-dark .hljs-attribute,.hljs-atelier-plateau-dark .hljs-tag,.hljs-atelier-plateau-dark .hljs-name,.hljs-atelier-plateau-dark .hljs-regexp,.hljs-atelier-plateau-dark .hljs-link,.hljs-atelier-plateau-dark .hljs-name,.hljs-atelier-plateau-dark .hljs-selector-id,.hljs-atelier-plateau-dark .hljs-selector-class{color:#ca4949}.hljs-atelier-plateau-dark .hljs-number,.hljs-atelier-plateau-dark .hljs-meta,.hljs-atelier-plateau-dark .hljs-built_in,.hljs-atelier-plateau-dark .hljs-builtin-name,.hljs-atelier-plateau-dark .hljs-literal,.hljs-atelier-plateau-dark .hljs-type,.hljs-atelier-plateau-dark .hljs-params{color:#b45a3c}.hljs-atelier-plateau-dark .hljs-string,.hljs-atelier-plateau-dark .hljs-symbol,.hljs-atelier-plateau-dark .hljs-bullet{color:#4b8b8b}.hljs-atelier-plateau-dark .hljs-title,.hljs-atelier-plateau-dark .hljs-section{color:#7272ca}.hljs-atelier-plateau-dark .hljs-keyword,.hljs-atelier-plateau-dark .hljs-selector-tag{color:#8464c4}.hljs-atelier-plateau-dark .hljs-deletion,.hljs-atelier-plateau-dark .hljs-addition{color:#1b1818;display:inline-block;width:100%}.hljs-atelier-plateau-dark .hljs-deletion{background-color:#ca4949}.hljs-atelier-plateau-dark .hljs-addition{background-color:#4b8b8b}.hljs-atelier-plateau-dark .hljs{display:block;overflow-x:auto;background:#1b1818;color:#8a8585;padding:.5em}.hljs-atelier-plateau-dark .hljs-emphasis{font-style:italic}.hljs-atelier-plateau-dark .hljs-strong{font-weight:bold}","atelier-plateau-light":".hljs-atelier-plateau-light .hljs-comment,.hljs-atelier-plateau-light .hljs-quote{color:#655d5d}.hljs-atelier-plateau-light .hljs-variable,.hljs-atelier-plateau-light .hljs-template-variable,.hljs-atelier-plateau-light .hljs-attribute,.hljs-atelier-plateau-light .hljs-tag,.hljs-atelier-plateau-light .hljs-name,.hljs-atelier-plateau-light .hljs-regexp,.hljs-atelier-plateau-light .hljs-link,.hljs-atelier-plateau-light .hljs-name,.hljs-atelier-plateau-light .hljs-selector-id,.hljs-atelier-plateau-light .hljs-selector-class{color:#ca4949}.hljs-atelier-plateau-light .hljs-number,.hljs-atelier-plateau-light .hljs-meta,.hljs-atelier-plateau-light .hljs-built_in,.hljs-atelier-plateau-light .hljs-builtin-name,.hljs-atelier-plateau-light .hljs-literal,.hljs-atelier-plateau-light .hljs-type,.hljs-atelier-plateau-light .hljs-params{color:#b45a3c}.hljs-atelier-plateau-light .hljs-string,.hljs-atelier-plateau-light .hljs-symbol,.hljs-atelier-plateau-light .hljs-bullet{color:#4b8b8b}.hljs-atelier-plateau-light .hljs-title,.hljs-atelier-plateau-light .hljs-section{color:#7272ca}.hljs-atelier-plateau-light .hljs-keyword,.hljs-atelier-plateau-light .hljs-selector-tag{color:#8464c4}.hljs-atelier-plateau-light .hljs-deletion,.hljs-atelier-plateau-light .hljs-addition{color:#1b1818;display:inline-block;width:100%}.hljs-atelier-plateau-light .hljs-deletion{background-color:#ca4949}.hljs-atelier-plateau-light .hljs-addition{background-color:#4b8b8b}.hljs-atelier-plateau-light .hljs{display:block;overflow-x:auto;background:#f4ecec;color:#585050;padding:.5em}.hljs-atelier-plateau-light .hljs-emphasis{font-style:italic}.hljs-atelier-plateau-light .hljs-strong{font-weight:bold}","atelier-savanna-dark":".hljs-atelier-savanna-dark .hljs-comment,.hljs-atelier-savanna-dark .hljs-quote{color:#78877d}.hljs-atelier-savanna-dark .hljs-variable,.hljs-atelier-savanna-dark .hljs-template-variable,.hljs-atelier-savanna-dark .hljs-attribute,.hljs-atelier-savanna-dark .hljs-tag,.hljs-atelier-savanna-dark .hljs-name,.hljs-atelier-savanna-dark .hljs-regexp,.hljs-atelier-savanna-dark .hljs-link,.hljs-atelier-savanna-dark .hljs-name,.hljs-atelier-savanna-dark .hljs-selector-id,.hljs-atelier-savanna-dark .hljs-selector-class{color:#b16139}.hljs-atelier-savanna-dark .hljs-number,.hljs-atelier-savanna-dark .hljs-meta,.hljs-atelier-savanna-dark .hljs-built_in,.hljs-atelier-savanna-dark .hljs-builtin-name,.hljs-atelier-savanna-dark .hljs-literal,.hljs-atelier-savanna-dark .hljs-type,.hljs-atelier-savanna-dark .hljs-params{color:#9f713c}.hljs-atelier-savanna-dark .hljs-string,.hljs-atelier-savanna-dark .hljs-symbol,.hljs-atelier-savanna-dark .hljs-bullet{color:#489963}.hljs-atelier-savanna-dark .hljs-title,.hljs-atelier-savanna-dark .hljs-section{color:#478c90}.hljs-atelier-savanna-dark .hljs-keyword,.hljs-atelier-savanna-dark .hljs-selector-tag{color:#55859b}.hljs-atelier-savanna-dark .hljs-deletion,.hljs-atelier-savanna-dark .hljs-addition{color:#171c19;display:inline-block;width:100%}.hljs-atelier-savanna-dark .hljs-deletion{background-color:#b16139}.hljs-atelier-savanna-dark .hljs-addition{background-color:#489963}.hljs-atelier-savanna-dark .hljs{display:block;overflow-x:auto;background:#171c19;color:#87928a;padding:.5em}.hljs-atelier-savanna-dark .hljs-emphasis{font-style:italic}.hljs-atelier-savanna-dark .hljs-strong{font-weight:bold}","atelier-savanna-light":".hljs-atelier-savanna-light .hljs-comment,.hljs-atelier-savanna-light .hljs-quote{color:#5f6d64}.hljs-atelier-savanna-light .hljs-variable,.hljs-atelier-savanna-light .hljs-template-variable,.hljs-atelier-savanna-light .hljs-attribute,.hljs-atelier-savanna-light .hljs-tag,.hljs-atelier-savanna-light .hljs-name,.hljs-atelier-savanna-light .hljs-regexp,.hljs-atelier-savanna-light .hljs-link,.hljs-atelier-savanna-light .hljs-name,.hljs-atelier-savanna-light .hljs-selector-id,.hljs-atelier-savanna-light .hljs-selector-class{color:#b16139}.hljs-atelier-savanna-light .hljs-number,.hljs-atelier-savanna-light .hljs-meta,.hljs-atelier-savanna-light .hljs-built_in,.hljs-atelier-savanna-light .hljs-builtin-name,.hljs-atelier-savanna-light .hljs-literal,.hljs-atelier-savanna-light .hljs-type,.hljs-atelier-savanna-light .hljs-params{color:#9f713c}.hljs-atelier-savanna-light .hljs-string,.hljs-atelier-savanna-light .hljs-symbol,.hljs-atelier-savanna-light .hljs-bullet{color:#489963}.hljs-atelier-savanna-light .hljs-title,.hljs-atelier-savanna-light .hljs-section{color:#478c90}.hljs-atelier-savanna-light .hljs-keyword,.hljs-atelier-savanna-light .hljs-selector-tag{color:#55859b}.hljs-atelier-savanna-light .hljs-deletion,.hljs-atelier-savanna-light .hljs-addition{color:#171c19;display:inline-block;width:100%}.hljs-atelier-savanna-light .hljs-deletion{background-color:#b16139}.hljs-atelier-savanna-light .hljs-addition{background-color:#489963}.hljs-atelier-savanna-light .hljs{display:block;overflow-x:auto;background:#ecf4ee;color:#526057;padding:.5em}.hljs-atelier-savanna-light .hljs-emphasis{font-style:italic}.hljs-atelier-savanna-light .hljs-strong{font-weight:bold}","atelier-seaside-dark":".hljs-atelier-seaside-dark .hljs-comment,.hljs-atelier-seaside-dark .hljs-quote{color:#809980}.hljs-atelier-seaside-dark .hljs-variable,.hljs-atelier-seaside-dark .hljs-template-variable,.hljs-atelier-seaside-dark .hljs-attribute,.hljs-atelier-seaside-dark .hljs-tag,.hljs-atelier-seaside-dark .hljs-name,.hljs-atelier-seaside-dark .hljs-regexp,.hljs-atelier-seaside-dark .hljs-link,.hljs-atelier-seaside-dark .hljs-name,.hljs-atelier-seaside-dark .hljs-selector-id,.hljs-atelier-seaside-dark .hljs-selector-class{color:#e6193c}.hljs-atelier-seaside-dark .hljs-number,.hljs-atelier-seaside-dark .hljs-meta,.hljs-atelier-seaside-dark .hljs-built_in,.hljs-atelier-seaside-dark .hljs-builtin-name,.hljs-atelier-seaside-dark .hljs-literal,.hljs-atelier-seaside-dark .hljs-type,.hljs-atelier-seaside-dark .hljs-params{color:#87711d}.hljs-atelier-seaside-dark .hljs-string,.hljs-atelier-seaside-dark .hljs-symbol,.hljs-atelier-seaside-dark .hljs-bullet{color:#29a329}.hljs-atelier-seaside-dark .hljs-title,.hljs-atelier-seaside-dark .hljs-section{color:#3d62f5}.hljs-atelier-seaside-dark .hljs-keyword,.hljs-atelier-seaside-dark .hljs-selector-tag{color:#ad2bee}.hljs-atelier-seaside-dark .hljs{display:block;overflow-x:auto;background:#131513;color:#8ca68c;padding:.5em}.hljs-atelier-seaside-dark .hljs-emphasis{font-style:italic}.hljs-atelier-seaside-dark .hljs-strong{font-weight:bold}","atelier-seaside-light":".hljs-atelier-seaside-light .hljs-comment,.hljs-atelier-seaside-light .hljs-quote{color:#687d68}.hljs-atelier-seaside-light .hljs-variable,.hljs-atelier-seaside-light .hljs-template-variable,.hljs-atelier-seaside-light .hljs-attribute,.hljs-atelier-seaside-light .hljs-tag,.hljs-atelier-seaside-light .hljs-name,.hljs-atelier-seaside-light .hljs-regexp,.hljs-atelier-seaside-light .hljs-link,.hljs-atelier-seaside-light .hljs-name,.hljs-atelier-seaside-light .hljs-selector-id,.hljs-atelier-seaside-light .hljs-selector-class{color:#e6193c}.hljs-atelier-seaside-light .hljs-number,.hljs-atelier-seaside-light .hljs-meta,.hljs-atelier-seaside-light .hljs-built_in,.hljs-atelier-seaside-light .hljs-builtin-name,.hljs-atelier-seaside-light .hljs-literal,.hljs-atelier-seaside-light .hljs-type,.hljs-atelier-seaside-light .hljs-params{color:#87711d}.hljs-atelier-seaside-light .hljs-string,.hljs-atelier-seaside-light .hljs-symbol,.hljs-atelier-seaside-light .hljs-bullet{color:#29a329}.hljs-atelier-seaside-light .hljs-title,.hljs-atelier-seaside-light .hljs-section{color:#3d62f5}.hljs-atelier-seaside-light .hljs-keyword,.hljs-atelier-seaside-light .hljs-selector-tag{color:#ad2bee}.hljs-atelier-seaside-light .hljs{display:block;overflow-x:auto;background:#f4fbf4;color:#5e6e5e;padding:.5em}.hljs-atelier-seaside-light .hljs-emphasis{font-style:italic}.hljs-atelier-seaside-light .hljs-strong{font-weight:bold}","atelier-sulphurpool-dark":".hljs-atelier-sulphurpool-dark .hljs-comment,.hljs-atelier-sulphurpool-dark .hljs-quote{color:#898ea4}.hljs-atelier-sulphurpool-dark .hljs-variable,.hljs-atelier-sulphurpool-dark .hljs-template-variable,.hljs-atelier-sulphurpool-dark .hljs-attribute,.hljs-atelier-sulphurpool-dark .hljs-tag,.hljs-atelier-sulphurpool-dark .hljs-name,.hljs-atelier-sulphurpool-dark .hljs-regexp,.hljs-atelier-sulphurpool-dark .hljs-link,.hljs-atelier-sulphurpool-dark .hljs-name,.hljs-atelier-sulphurpool-dark .hljs-selector-id,.hljs-atelier-sulphurpool-dark .hljs-selector-class{color:#c94922}.hljs-atelier-sulphurpool-dark .hljs-number,.hljs-atelier-sulphurpool-dark .hljs-meta,.hljs-atelier-sulphurpool-dark .hljs-built_in,.hljs-atelier-sulphurpool-dark .hljs-builtin-name,.hljs-atelier-sulphurpool-dark .hljs-literal,.hljs-atelier-sulphurpool-dark .hljs-type,.hljs-atelier-sulphurpool-dark .hljs-params{color:#c76b29}.hljs-atelier-sulphurpool-dark .hljs-string,.hljs-atelier-sulphurpool-dark .hljs-symbol,.hljs-atelier-sulphurpool-dark .hljs-bullet{color:#ac9739}.hljs-atelier-sulphurpool-dark .hljs-title,.hljs-atelier-sulphurpool-dark .hljs-section{color:#3d8fd1}.hljs-atelier-sulphurpool-dark .hljs-keyword,.hljs-atelier-sulphurpool-dark .hljs-selector-tag{color:#6679cc}.hljs-atelier-sulphurpool-dark .hljs{display:block;overflow-x:auto;background:#202746;color:#979db4;padding:.5em}.hljs-atelier-sulphurpool-dark .hljs-emphasis{font-style:italic}.hljs-atelier-sulphurpool-dark .hljs-strong{font-weight:bold}","atelier-sulphurpool-light":".hljs-atelier-sulphurpool-light .hljs-comment,.hljs-atelier-sulphurpool-light .hljs-quote{color:#6b7394}.hljs-atelier-sulphurpool-light .hljs-variable,.hljs-atelier-sulphurpool-light .hljs-template-variable,.hljs-atelier-sulphurpool-light .hljs-attribute,.hljs-atelier-sulphurpool-light .hljs-tag,.hljs-atelier-sulphurpool-light .hljs-name,.hljs-atelier-sulphurpool-light .hljs-regexp,.hljs-atelier-sulphurpool-light .hljs-link,.hljs-atelier-sulphurpool-light .hljs-name,.hljs-atelier-sulphurpool-light .hljs-selector-id,.hljs-atelier-sulphurpool-light .hljs-selector-class{color:#c94922}.hljs-atelier-sulphurpool-light .hljs-number,.hljs-atelier-sulphurpool-light .hljs-meta,.hljs-atelier-sulphurpool-light .hljs-built_in,.hljs-atelier-sulphurpool-light .hljs-builtin-name,.hljs-atelier-sulphurpool-light .hljs-literal,.hljs-atelier-sulphurpool-light .hljs-type,.hljs-atelier-sulphurpool-light .hljs-params{color:#c76b29}.hljs-atelier-sulphurpool-light .hljs-string,.hljs-atelier-sulphurpool-light .hljs-symbol,.hljs-atelier-sulphurpool-light .hljs-bullet{color:#ac9739}.hljs-atelier-sulphurpool-light .hljs-title,.hljs-atelier-sulphurpool-light .hljs-section{color:#3d8fd1}.hljs-atelier-sulphurpool-light .hljs-keyword,.hljs-atelier-sulphurpool-light .hljs-selector-tag{color:#6679cc}.hljs-atelier-sulphurpool-light .hljs{display:block;overflow-x:auto;background:#f5f7ff;color:#5e6687;padding:.5em}.hljs-atelier-sulphurpool-light .hljs-emphasis{font-style:italic}.hljs-atelier-sulphurpool-light .hljs-strong{font-weight:bold}","atom-one-dark":".hljs-atom-one-dark .hljs{display:block;overflow-x:auto;padding:.5em;color:#abb2bf;background:#282c34}.hljs-atom-one-dark .hljs-comment,.hljs-atom-one-dark .hljs-quote{color:#5c6370;font-style:italic}.hljs-atom-one-dark .hljs-doctag,.hljs-atom-one-dark .hljs-keyword,.hljs-atom-one-dark .hljs-formula{color:#c678dd}.hljs-atom-one-dark .hljs-section,.hljs-atom-one-dark .hljs-name,.hljs-atom-one-dark .hljs-selector-tag,.hljs-atom-one-dark .hljs-deletion,.hljs-atom-one-dark .hljs-subst{color:#e06c75}.hljs-atom-one-dark .hljs-literal{color:#56b6c2}.hljs-atom-one-dark .hljs-string,.hljs-atom-one-dark .hljs-regexp,.hljs-atom-one-dark .hljs-addition,.hljs-atom-one-dark .hljs-attribute,.hljs-atom-one-dark .hljs-meta-string{color:#98c379}.hljs-atom-one-dark .hljs-built_in,.hljs-atom-one-dark .hljs-class .hljs-title{color:#e6c07b}.hljs-atom-one-dark .hljs-variable,.hljs-atom-one-dark .hljs-template-variable,.hljs-atom-one-dark .hljs-type,.hljs-atom-one-dark .hljs-selector-class,.hljs-atom-one-dark .hljs-selector-attr,.hljs-atom-one-dark .hljs-selector-pseudo,.hljs-atom-one-dark .hljs-number{color:#d19a66}.hljs-atom-one-dark .hljs-symbol,.hljs-atom-one-dark .hljs-bullet,.hljs-atom-one-dark .hljs-link,.hljs-atom-one-dark .hljs-meta,.hljs-atom-one-dark .hljs-selector-id,.hljs-atom-one-dark .hljs-title{color:#61aeee}.hljs-atom-one-dark .hljs-emphasis{font-style:italic}.hljs-atom-one-dark .hljs-strong{font-weight:bold}.hljs-atom-one-dark .hljs-link{text-decoration:underline}","atom-one-light":".hljs-atom-one-light .hljs{display:block;overflow-x:auto;padding:.5em;color:#383a42;background:#fafafa}.hljs-atom-one-light .hljs-comment,.hljs-atom-one-light .hljs-quote{color:#a0a1a7;font-style:italic}.hljs-atom-one-light .hljs-doctag,.hljs-atom-one-light .hljs-keyword,.hljs-atom-one-light .hljs-formula{color:#a626a4}.hljs-atom-one-light .hljs-section,.hljs-atom-one-light .hljs-name,.hljs-atom-one-light .hljs-selector-tag,.hljs-atom-one-light .hljs-deletion,.hljs-atom-one-light .hljs-subst{color:#e45649}.hljs-atom-one-light .hljs-literal{color:#0184bb}.hljs-atom-one-light .hljs-string,.hljs-atom-one-light .hljs-regexp,.hljs-atom-one-light .hljs-addition,.hljs-atom-one-light .hljs-attribute,.hljs-atom-one-light .hljs-meta-string{color:#50a14f}.hljs-atom-one-light .hljs-built_in,.hljs-atom-one-light .hljs-class .hljs-title{color:#c18401}.hljs-atom-one-light .hljs-variable,.hljs-atom-one-light .hljs-template-variable,.hljs-atom-one-light .hljs-type,.hljs-atom-one-light .hljs-selector-class,.hljs-atom-one-light .hljs-selector-attr,.hljs-atom-one-light .hljs-selector-pseudo,.hljs-atom-one-light .hljs-number{color:#986801}.hljs-atom-one-light .hljs-symbol,.hljs-atom-one-light .hljs-bullet,.hljs-atom-one-light .hljs-link,.hljs-atom-one-light .hljs-meta,.hljs-atom-one-light .hljs-selector-id,.hljs-atom-one-light .hljs-title{color:#4078f2}.hljs-atom-one-light .hljs-emphasis{font-style:italic}.hljs-atom-one-light .hljs-strong{font-weight:bold}.hljs-atom-one-light .hljs-link{text-decoration:underline}","brown-paper":".hljs-brown-paper .hljs{display:block;overflow-x:auto;padding:.5em;background:#b7a68e url(brown-papersq.png)}.hljs-brown-paper .hljs-keyword,.hljs-brown-paper .hljs-selector-tag,.hljs-brown-paper .hljs-literal{color:#005599;font-weight:bold}.hljs-brown-paper .hljs,.hljs-brown-paper .hljs-subst{color:#363c69}.hljs-brown-paper .hljs-string,.hljs-brown-paper .hljs-title,.hljs-brown-paper .hljs-section,.hljs-brown-paper .hljs-type,.hljs-brown-paper .hljs-attribute,.hljs-brown-paper .hljs-symbol,.hljs-brown-paper .hljs-bullet,.hljs-brown-paper .hljs-built_in,.hljs-brown-paper .hljs-addition,.hljs-brown-paper .hljs-variable,.hljs-brown-paper .hljs-template-tag,.hljs-brown-paper .hljs-template-variable,.hljs-brown-paper .hljs-link,.hljs-brown-paper .hljs-name{color:#2c009f}.hljs-brown-paper .hljs-comment,.hljs-brown-paper .hljs-quote,.hljs-brown-paper .hljs-meta,.hljs-brown-paper .hljs-deletion{color:#802022}.hljs-brown-paper .hljs-keyword,.hljs-brown-paper .hljs-selector-tag,.hljs-brown-paper .hljs-literal,.hljs-brown-paper .hljs-doctag,.hljs-brown-paper .hljs-title,.hljs-brown-paper .hljs-section,.hljs-brown-paper .hljs-type,.hljs-brown-paper .hljs-name,.hljs-brown-paper .hljs-strong{font-weight:bold}.hljs-brown-paper .hljs-emphasis{font-style:italic}","codepen-embed":".hljs-codepen-embed .hljs{display:block;overflow-x:auto;padding:.5em;background:#222;color:#fff}.hljs-codepen-embed .hljs-comment,.hljs-codepen-embed .hljs-quote{color:#777}.hljs-codepen-embed .hljs-variable,.hljs-codepen-embed .hljs-template-variable,.hljs-codepen-embed .hljs-tag,.hljs-codepen-embed .hljs-regexp,.hljs-codepen-embed .hljs-meta,.hljs-codepen-embed .hljs-number,.hljs-codepen-embed .hljs-built_in,.hljs-codepen-embed .hljs-builtin-name,.hljs-codepen-embed .hljs-literal,.hljs-codepen-embed .hljs-params,.hljs-codepen-embed .hljs-symbol,.hljs-codepen-embed .hljs-bullet,.hljs-codepen-embed .hljs-link,.hljs-codepen-embed .hljs-deletion{color:#ab875d}.hljs-codepen-embed .hljs-section,.hljs-codepen-embed .hljs-title,.hljs-codepen-embed .hljs-name,.hljs-codepen-embed .hljs-selector-id,.hljs-codepen-embed .hljs-selector-class,.hljs-codepen-embed .hljs-type,.hljs-codepen-embed .hljs-attribute{color:#9b869b}.hljs-codepen-embed .hljs-string,.hljs-codepen-embed .hljs-keyword,.hljs-codepen-embed .hljs-selector-tag,.hljs-codepen-embed .hljs-addition{color:#8f9c6c}.hljs-codepen-embed .hljs-emphasis{font-style:italic}.hljs-codepen-embed .hljs-strong{font-weight:bold}","color-brewer":".hljs-color-brewer .hljs{display:block;overflow-x:auto;padding:.5em;background:#fff}.hljs-color-brewer .hljs,.hljs-color-brewer .hljs-subst{color:#000}.hljs-color-brewer .hljs-string,.hljs-color-brewer .hljs-meta,.hljs-color-brewer .hljs-symbol,.hljs-color-brewer .hljs-template-tag,.hljs-color-brewer .hljs-template-variable,.hljs-color-brewer .hljs-addition{color:#756bb1}.hljs-color-brewer .hljs-comment,.hljs-color-brewer .hljs-quote{color:#636363}.hljs-color-brewer .hljs-number,.hljs-color-brewer .hljs-regexp,.hljs-color-brewer .hljs-literal,.hljs-color-brewer .hljs-bullet,.hljs-color-brewer .hljs-link{color:#31a354}.hljs-color-brewer .hljs-deletion,.hljs-color-brewer .hljs-variable{color:#88f}.hljs-color-brewer .hljs-keyword,.hljs-color-brewer .hljs-selector-tag,.hljs-color-brewer .hljs-title,.hljs-color-brewer .hljs-section,.hljs-color-brewer .hljs-built_in,.hljs-color-brewer .hljs-doctag,.hljs-color-brewer .hljs-type,.hljs-color-brewer .hljs-tag,.hljs-color-brewer .hljs-name,.hljs-color-brewer .hljs-selector-id,.hljs-color-brewer .hljs-selector-class,.hljs-color-brewer .hljs-strong{color:#3182bd}.hljs-color-brewer .hljs-emphasis{font-style:italic}.hljs-color-brewer .hljs-attribute{color:#e6550d}",darcula:".hljs-darcula .hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b}.hljs-darcula .hljs{color:#bababa}.hljs-darcula .hljs-strong,.hljs-darcula .hljs-emphasis{color:#a8a8a2}.hljs-darcula .hljs-bullet,.hljs-darcula .hljs-quote,.hljs-darcula .hljs-link,.hljs-darcula .hljs-number,.hljs-darcula .hljs-regexp,.hljs-darcula .hljs-literal{color:#6896ba}.hljs-darcula .hljs-code,.hljs-darcula .hljs-selector-class{color:#a6e22e}.hljs-darcula .hljs-emphasis{font-style:italic}.hljs-darcula .hljs-keyword,.hljs-darcula .hljs-selector-tag,.hljs-darcula .hljs-section,.hljs-darcula .hljs-attribute,.hljs-darcula .hljs-name,.hljs-darcula .hljs-variable{color:#cb7832}.hljs-darcula .hljs-params{color:#b9b9b9}.hljs-darcula .hljs-string{color:#6a8759}.hljs-darcula .hljs-subst,.hljs-darcula .hljs-type,.hljs-darcula .hljs-built_in,.hljs-darcula .hljs-builtin-name,.hljs-darcula .hljs-symbol,.hljs-darcula .hljs-selector-id,.hljs-darcula .hljs-selector-attr,.hljs-darcula .hljs-selector-pseudo,.hljs-darcula .hljs-template-tag,.hljs-darcula .hljs-template-variable,.hljs-darcula .hljs-addition{color:#e0c46c}.hljs-darcula .hljs-comment,.hljs-darcula .hljs-deletion,.hljs-darcula .hljs-meta{color:#7f7f7f}",dark:".hljs-dark .hljs{display:block;overflow-x:auto;padding:.5em;background:#444}.hljs-dark .hljs-keyword,.hljs-dark .hljs-selector-tag,.hljs-dark .hljs-literal,.hljs-dark .hljs-section,.hljs-dark .hljs-link{color:white}.hljs-dark .hljs,.hljs-dark .hljs-subst{color:#ddd}.hljs-dark .hljs-string,.hljs-dark .hljs-title,.hljs-dark .hljs-name,.hljs-dark .hljs-type,.hljs-dark .hljs-attribute,.hljs-dark .hljs-symbol,.hljs-dark .hljs-bullet,.hljs-dark .hljs-built_in,.hljs-dark .hljs-addition,.hljs-dark .hljs-variable,.hljs-dark .hljs-template-tag,.hljs-dark .hljs-template-variable{color:#d88}.hljs-dark .hljs-comment,.hljs-dark .hljs-quote,.hljs-dark .hljs-deletion,.hljs-dark .hljs-meta{color:#777}.hljs-dark .hljs-keyword,.hljs-dark .hljs-selector-tag,.hljs-dark .hljs-literal,.hljs-dark .hljs-title,.hljs-dark .hljs-section,.hljs-dark .hljs-doctag,.hljs-dark .hljs-type,.hljs-dark .hljs-name,.hljs-dark .hljs-strong{font-weight:bold}.hljs-dark .hljs-emphasis{font-style:italic}",darkula:".hljs-darkula{@import url('darcula.css');}",default:".hljs-default .hljs{display:block;overflow-x:auto;padding:.5em;background:#F0F0F0}.hljs-default .hljs,.hljs-default .hljs-subst{color:#444}.hljs-default .hljs-comment{color:#888888}.hljs-default .hljs-keyword,.hljs-default .hljs-attribute,.hljs-default .hljs-selector-tag,.hljs-default .hljs-meta-keyword,.hljs-default .hljs-doctag,.hljs-default .hljs-name{font-weight:bold}.hljs-default .hljs-type,.hljs-default .hljs-string,.hljs-default .hljs-number,.hljs-default .hljs-selector-id,.hljs-default .hljs-selector-class,.hljs-default .hljs-quote,.hljs-default .hljs-template-tag,.hljs-default .hljs-deletion{color:#880000}.hljs-default .hljs-title,.hljs-default .hljs-section{color:#880000;font-weight:bold}.hljs-default .hljs-regexp,.hljs-default .hljs-symbol,.hljs-default .hljs-variable,.hljs-default .hljs-template-variable,.hljs-default .hljs-link,.hljs-default .hljs-selector-attr,.hljs-default .hljs-selector-pseudo{color:#BC6060}.hljs-default .hljs-literal{color:#78A960}.hljs-default .hljs-built_in,.hljs-default .hljs-bullet,.hljs-default .hljs-code,.hljs-default .hljs-addition{color:#397300}.hljs-default .hljs-meta{color:#1f7199}.hljs-default .hljs-meta-string{color:#4d99bf}.hljs-default .hljs-emphasis{font-style:italic}.hljs-default .hljs-strong{font-weight:bold}",docco:".hljs-docco .hljs{display:block;overflow-x:auto;padding:.5em;color:#000;background:#f8f8ff}.hljs-docco .hljs-comment,.hljs-docco .hljs-quote{color:#408080;font-style:italic}.hljs-docco .hljs-keyword,.hljs-docco .hljs-selector-tag,.hljs-docco .hljs-literal,.hljs-docco .hljs-subst{color:#954121}.hljs-docco .hljs-number{color:#40a070}.hljs-docco .hljs-string,.hljs-docco .hljs-doctag{color:#219161}.hljs-docco .hljs-selector-id,.hljs-docco .hljs-selector-class,.hljs-docco .hljs-section,.hljs-docco .hljs-type{color:#19469d}.hljs-docco .hljs-params{color:#00f}.hljs-docco .hljs-title{color:#458;font-weight:bold}.hljs-docco .hljs-tag,.hljs-docco .hljs-name,.hljs-docco .hljs-attribute{color:#000080;font-weight:normal}.hljs-docco .hljs-variable,.hljs-docco .hljs-template-variable{color:#008080}.hljs-docco .hljs-regexp,.hljs-docco .hljs-link{color:#b68}.hljs-docco .hljs-symbol,.hljs-docco .hljs-bullet{color:#990073}.hljs-docco .hljs-built_in,.hljs-docco .hljs-builtin-name{color:#0086b3}.hljs-docco .hljs-meta{color:#999;font-weight:bold}.hljs-docco .hljs-deletion{background:#fdd}.hljs-docco .hljs-addition{background:#dfd}.hljs-docco .hljs-emphasis{font-style:italic}.hljs-docco .hljs-strong{font-weight:bold}",dracula:".hljs-dracula .hljs{display:block;overflow-x:auto;padding:.5em;background:#282a36}.hljs-dracula .hljs-keyword,.hljs-dracula .hljs-selector-tag,.hljs-dracula .hljs-literal,.hljs-dracula .hljs-section,.hljs-dracula .hljs-link{color:#8be9fd}.hljs-dracula .hljs-function .hljs-keyword{color:#ff79c6}.hljs-dracula .hljs,.hljs-dracula .hljs-subst{color:#f8f8f2}.hljs-dracula .hljs-string,.hljs-dracula .hljs-title,.hljs-dracula .hljs-name,.hljs-dracula .hljs-type,.hljs-dracula .hljs-attribute,.hljs-dracula .hljs-symbol,.hljs-dracula .hljs-bullet,.hljs-dracula .hljs-addition,.hljs-dracula .hljs-variable,.hljs-dracula .hljs-template-tag,.hljs-dracula .hljs-template-variable{color:#f1fa8c}.hljs-dracula .hljs-comment,.hljs-dracula .hljs-quote,.hljs-dracula .hljs-deletion,.hljs-dracula .hljs-meta{color:#6272a4}.hljs-dracula .hljs-keyword,.hljs-dracula .hljs-selector-tag,.hljs-dracula .hljs-literal,.hljs-dracula .hljs-title,.hljs-dracula .hljs-section,.hljs-dracula .hljs-doctag,.hljs-dracula .hljs-type,.hljs-dracula .hljs-name,.hljs-dracula .hljs-strong{font-weight:bold}.hljs-dracula .hljs-emphasis{font-style:italic}",far:".hljs-far .hljs{display:block;overflow-x:auto;padding:.5em;background:#000080}.hljs-far .hljs,.hljs-far .hljs-subst{color:#0ff}.hljs-far .hljs-string,.hljs-far .hljs-attribute,.hljs-far .hljs-symbol,.hljs-far .hljs-bullet,.hljs-far .hljs-built_in,.hljs-far .hljs-builtin-name,.hljs-far .hljs-template-tag,.hljs-far .hljs-template-variable,.hljs-far .hljs-addition{color:#ff0}.hljs-far .hljs-keyword,.hljs-far .hljs-selector-tag,.hljs-far .hljs-section,.hljs-far .hljs-type,.hljs-far .hljs-name,.hljs-far .hljs-selector-id,.hljs-far .hljs-selector-class,.hljs-far .hljs-variable{color:#fff}.hljs-far .hljs-comment,.hljs-far .hljs-quote,.hljs-far .hljs-doctag,.hljs-far .hljs-deletion{color:#888}.hljs-far .hljs-number,.hljs-far .hljs-regexp,.hljs-far .hljs-literal,.hljs-far .hljs-link{color:#0f0}.hljs-far .hljs-meta{color:#008080}.hljs-far .hljs-keyword,.hljs-far .hljs-selector-tag,.hljs-far .hljs-title,.hljs-far .hljs-section,.hljs-far .hljs-name,.hljs-far .hljs-strong{font-weight:bold}.hljs-far .hljs-emphasis{font-style:italic}",foundation:".hljs-foundation .hljs{display:block;overflow-x:auto;padding:.5em;background:#eee;color:black}.hljs-foundation .hljs-link,.hljs-foundation .hljs-emphasis,.hljs-foundation .hljs-attribute,.hljs-foundation .hljs-addition{color:#070}.hljs-foundation .hljs-emphasis{font-style:italic}.hljs-foundation .hljs-strong,.hljs-foundation .hljs-string,.hljs-foundation .hljs-deletion{color:#d14}.hljs-foundation .hljs-strong{font-weight:bold}.hljs-foundation .hljs-quote,.hljs-foundation .hljs-comment{color:#998;font-style:italic}.hljs-foundation .hljs-section,.hljs-foundation .hljs-title{color:#900}.hljs-foundation .hljs-class .hljs-title,.hljs-foundation .hljs-type{color:#458}.hljs-foundation .hljs-variable,.hljs-foundation .hljs-template-variable{color:#336699}.hljs-foundation .hljs-bullet{color:#997700}.hljs-foundation .hljs-meta{color:#3344bb}.hljs-foundation .hljs-code,.hljs-foundation .hljs-number,.hljs-foundation .hljs-literal,.hljs-foundation .hljs-keyword,.hljs-foundation .hljs-selector-tag{color:#099}.hljs-foundation .hljs-regexp{background-color:#fff0ff;color:#880088}.hljs-foundation .hljs-symbol{color:#990073}.hljs-foundation .hljs-tag,.hljs-foundation .hljs-name,.hljs-foundation .hljs-selector-id,.hljs-foundation .hljs-selector-class{color:#007700}","github-gist":".hljs-github-gist .hljs{display:block;background:white;padding:.5em;color:#333333;overflow-x:auto}.hljs-github-gist .hljs-comment,.hljs-github-gist .hljs-meta{color:#969896}.hljs-github-gist .hljs-string,.hljs-github-gist .hljs-variable,.hljs-github-gist .hljs-template-variable,.hljs-github-gist .hljs-strong,.hljs-github-gist .hljs-emphasis,.hljs-github-gist .hljs-quote{color:#df5000}.hljs-github-gist .hljs-keyword,.hljs-github-gist .hljs-selector-tag,.hljs-github-gist .hljs-type{color:#a71d5d}.hljs-github-gist .hljs-literal,.hljs-github-gist .hljs-symbol,.hljs-github-gist .hljs-bullet,.hljs-github-gist .hljs-attribute{color:#0086b3}.hljs-github-gist .hljs-section,.hljs-github-gist .hljs-name{color:#63a35c}.hljs-github-gist .hljs-tag{color:#333333}.hljs-github-gist .hljs-title,.hljs-github-gist .hljs-attr,.hljs-github-gist .hljs-selector-id,.hljs-github-gist .hljs-selector-class,.hljs-github-gist .hljs-selector-attr,.hljs-github-gist .hljs-selector-pseudo{color:#795da3}.hljs-github-gist .hljs-addition{color:#55a532;background-color:#eaffea}.hljs-github-gist .hljs-deletion{color:#bd2c00;background-color:#ffecec}.hljs-github-gist .hljs-link{text-decoration:underline}",github:".hljs-github .hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8f8}.hljs-github .hljs-comment,.hljs-github .hljs-quote{color:#998;font-style:italic}.hljs-github .hljs-keyword,.hljs-github .hljs-selector-tag,.hljs-github .hljs-subst{color:#333;font-weight:bold}.hljs-github .hljs-number,.hljs-github .hljs-literal,.hljs-github .hljs-variable,.hljs-github .hljs-template-variable,.hljs-github .hljs-tag .hljs-attr{color:#008080}.hljs-github .hljs-string,.hljs-github .hljs-doctag{color:#d14}.hljs-github .hljs-title,.hljs-github .hljs-section,.hljs-github .hljs-selector-id{color:#900;font-weight:bold}.hljs-github .hljs-subst{font-weight:normal}.hljs-github .hljs-type,.hljs-github .hljs-class .hljs-title{color:#458;font-weight:bold}.hljs-github .hljs-tag,.hljs-github .hljs-name,.hljs-github .hljs-attribute{color:#000080;font-weight:normal}.hljs-github .hljs-regexp,.hljs-github .hljs-link{color:#009926}.hljs-github .hljs-symbol,.hljs-github .hljs-bullet{color:#990073}.hljs-github .hljs-built_in,.hljs-github .hljs-builtin-name{color:#0086b3}.hljs-github .hljs-meta{color:#999;font-weight:bold}.hljs-github .hljs-deletion{background:#fdd}.hljs-github .hljs-addition{background:#dfd}.hljs-github .hljs-emphasis{font-style:italic}.hljs-github .hljs-strong{font-weight:bold}",googlecode:".hljs-googlecode .hljs{display:block;overflow-x:auto;padding:.5em;background:white;color:black}.hljs-googlecode .hljs-comment,.hljs-googlecode .hljs-quote{color:#800}.hljs-googlecode .hljs-keyword,.hljs-googlecode .hljs-selector-tag,.hljs-googlecode .hljs-section,.hljs-googlecode .hljs-title,.hljs-googlecode .hljs-name{color:#008}.hljs-googlecode .hljs-variable,.hljs-googlecode .hljs-template-variable{color:#660}.hljs-googlecode .hljs-string,.hljs-googlecode .hljs-selector-attr,.hljs-googlecode .hljs-selector-pseudo,.hljs-googlecode .hljs-regexp{color:#080}.hljs-googlecode .hljs-literal,.hljs-googlecode .hljs-symbol,.hljs-googlecode .hljs-bullet,.hljs-googlecode .hljs-meta,.hljs-googlecode .hljs-number,.hljs-googlecode .hljs-link{color:#066}.hljs-googlecode .hljs-title,.hljs-googlecode .hljs-doctag,.hljs-googlecode .hljs-type,.hljs-googlecode .hljs-attr,.hljs-googlecode .hljs-built_in,.hljs-googlecode .hljs-builtin-name,.hljs-googlecode .hljs-params{color:#606}.hljs-googlecode .hljs-attribute,.hljs-googlecode .hljs-subst{color:#000}.hljs-googlecode .hljs-formula{background-color:#eee;font-style:italic}.hljs-googlecode .hljs-selector-id,.hljs-googlecode .hljs-selector-class{color:#9B703F}.hljs-googlecode .hljs-addition{background-color:#baeeba}.hljs-googlecode .hljs-deletion{background-color:#ffc8bd}.hljs-googlecode .hljs-doctag,.hljs-googlecode .hljs-strong{font-weight:bold}.hljs-googlecode .hljs-emphasis{font-style:italic}", +grayscale:".hljs-grayscale .hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#fff}.hljs-grayscale .hljs-comment,.hljs-grayscale .hljs-quote{color:#777;font-style:italic}.hljs-grayscale .hljs-keyword,.hljs-grayscale .hljs-selector-tag,.hljs-grayscale .hljs-subst{color:#333;font-weight:bold}.hljs-grayscale .hljs-number,.hljs-grayscale .hljs-literal{color:#777}.hljs-grayscale .hljs-string,.hljs-grayscale .hljs-doctag,.hljs-grayscale .hljs-formula{color:#333;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC) repeat}.hljs-grayscale .hljs-title,.hljs-grayscale .hljs-section,.hljs-grayscale .hljs-selector-id{color:#000;font-weight:bold}.hljs-grayscale .hljs-subst{font-weight:normal}.hljs-grayscale .hljs-class .hljs-title,.hljs-grayscale .hljs-type,.hljs-grayscale .hljs-name{color:#333;font-weight:bold}.hljs-grayscale .hljs-tag{color:#333}.hljs-grayscale .hljs-regexp{color:#333;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==) repeat}.hljs-grayscale .hljs-symbol,.hljs-grayscale .hljs-bullet,.hljs-grayscale .hljs-link{color:#000;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==) repeat}.hljs-grayscale .hljs-built_in,.hljs-grayscale .hljs-builtin-name{color:#000;text-decoration:underline}.hljs-grayscale .hljs-meta{color:#999;font-weight:bold}.hljs-grayscale .hljs-deletion{color:#fff;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==) repeat}.hljs-grayscale .hljs-addition{color:#000;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC) repeat}.hljs-grayscale .hljs-emphasis{font-style:italic}.hljs-grayscale .hljs-strong{font-weight:bold}","gruvbox-dark":".hljs-gruvbox-dark .hljs{display:block;overflow-x:auto;padding:.5em;background:#282828}.hljs-gruvbox-dark .hljs,.hljs-gruvbox-dark .hljs-subst{color:#ebdbb2}.hljs-gruvbox-dark .hljs-deletion,.hljs-gruvbox-dark .hljs-formula,.hljs-gruvbox-dark .hljs-keyword,.hljs-gruvbox-dark .hljs-link,.hljs-gruvbox-dark .hljs-selector-tag{color:#fb4934}.hljs-gruvbox-dark .hljs-built_in,.hljs-gruvbox-dark .hljs-emphasis,.hljs-gruvbox-dark .hljs-name,.hljs-gruvbox-dark .hljs-quote,.hljs-gruvbox-dark .hljs-strong,.hljs-gruvbox-dark .hljs-title,.hljs-gruvbox-dark .hljs-variable{color:#83a598}.hljs-gruvbox-dark .hljs-attr,.hljs-gruvbox-dark .hljs-params,.hljs-gruvbox-dark .hljs-template-tag,.hljs-gruvbox-dark .hljs-type{color:#fabd2f}.hljs-gruvbox-dark .hljs-builtin-name,.hljs-gruvbox-dark .hljs-doctag,.hljs-gruvbox-dark .hljs-literal,.hljs-gruvbox-dark .hljs-number{color:#8f3f71}.hljs-gruvbox-dark .hljs-code,.hljs-gruvbox-dark .hljs-meta,.hljs-gruvbox-dark .hljs-regexp,.hljs-gruvbox-dark .hljs-selector-id,.hljs-gruvbox-dark .hljs-template-variable{color:#fe8019}.hljs-gruvbox-dark .hljs-addition,.hljs-gruvbox-dark .hljs-meta-string,.hljs-gruvbox-dark .hljs-section,.hljs-gruvbox-dark .hljs-selector-attr,.hljs-gruvbox-dark .hljs-selector-class,.hljs-gruvbox-dark .hljs-string,.hljs-gruvbox-dark .hljs-symbol{color:#b8bb26}.hljs-gruvbox-dark .hljs-attribute,.hljs-gruvbox-dark .hljs-bullet,.hljs-gruvbox-dark .hljs-class,.hljs-gruvbox-dark .hljs-function,.hljs-gruvbox-dark .hljs-function .hljs-keyword,.hljs-gruvbox-dark .hljs-meta-keyword,.hljs-gruvbox-dark .hljs-selector-pseudo,.hljs-gruvbox-dark .hljs-tag{color:#8ec07c}.hljs-gruvbox-dark .hljs-comment{color:#928374}.hljs-gruvbox-dark .hljs-link_label,.hljs-gruvbox-dark .hljs-literal,.hljs-gruvbox-dark .hljs-number{color:#d3869b}.hljs-gruvbox-dark .hljs-comment,.hljs-gruvbox-dark .hljs-emphasis{font-style:italic}.hljs-gruvbox-dark .hljs-section,.hljs-gruvbox-dark .hljs-strong,.hljs-gruvbox-dark .hljs-tag{font-weight:bold}","gruvbox-light":".hljs-gruvbox-light .hljs{display:block;overflow-x:auto;padding:.5em;background:#fbf1c7}.hljs-gruvbox-light .hljs,.hljs-gruvbox-light .hljs-subst{color:#3c3836}.hljs-gruvbox-light .hljs-deletion,.hljs-gruvbox-light .hljs-formula,.hljs-gruvbox-light .hljs-keyword,.hljs-gruvbox-light .hljs-link,.hljs-gruvbox-light .hljs-selector-tag{color:#9d0006}.hljs-gruvbox-light .hljs-built_in,.hljs-gruvbox-light .hljs-emphasis,.hljs-gruvbox-light .hljs-name,.hljs-gruvbox-light .hljs-quote,.hljs-gruvbox-light .hljs-strong,.hljs-gruvbox-light .hljs-title,.hljs-gruvbox-light .hljs-variable{color:#076678}.hljs-gruvbox-light .hljs-attr,.hljs-gruvbox-light .hljs-params,.hljs-gruvbox-light .hljs-template-tag,.hljs-gruvbox-light .hljs-type{color:#b57614}.hljs-gruvbox-light .hljs-builtin-name,.hljs-gruvbox-light .hljs-doctag,.hljs-gruvbox-light .hljs-literal,.hljs-gruvbox-light .hljs-number{color:#8f3f71}.hljs-gruvbox-light .hljs-code,.hljs-gruvbox-light .hljs-meta,.hljs-gruvbox-light .hljs-regexp,.hljs-gruvbox-light .hljs-selector-id,.hljs-gruvbox-light .hljs-template-variable{color:#af3a03}.hljs-gruvbox-light .hljs-addition,.hljs-gruvbox-light .hljs-meta-string,.hljs-gruvbox-light .hljs-section,.hljs-gruvbox-light .hljs-selector-attr,.hljs-gruvbox-light .hljs-selector-class,.hljs-gruvbox-light .hljs-string,.hljs-gruvbox-light .hljs-symbol{color:#79740e}.hljs-gruvbox-light .hljs-attribute,.hljs-gruvbox-light .hljs-bullet,.hljs-gruvbox-light .hljs-class,.hljs-gruvbox-light .hljs-function,.hljs-gruvbox-light .hljs-function .hljs-keyword,.hljs-gruvbox-light .hljs-meta-keyword,.hljs-gruvbox-light .hljs-selector-pseudo,.hljs-gruvbox-light .hljs-tag{color:#427b58}.hljs-gruvbox-light .hljs-comment{color:#928374}.hljs-gruvbox-light .hljs-link_label,.hljs-gruvbox-light .hljs-literal,.hljs-gruvbox-light .hljs-number{color:#8f3f71}.hljs-gruvbox-light .hljs-comment,.hljs-gruvbox-light .hljs-emphasis{font-style:italic}.hljs-gruvbox-light .hljs-section,.hljs-gruvbox-light .hljs-strong,.hljs-gruvbox-light .hljs-tag{font-weight:bold}",hopscotch:".hljs-hopscotch .hljs-comment,.hljs-hopscotch .hljs-quote{color:#989498}.hljs-hopscotch .hljs-variable,.hljs-hopscotch .hljs-template-variable,.hljs-hopscotch .hljs-attribute,.hljs-hopscotch .hljs-tag,.hljs-hopscotch .hljs-name,.hljs-hopscotch .hljs-selector-id,.hljs-hopscotch .hljs-selector-class,.hljs-hopscotch .hljs-regexp,.hljs-hopscotch .hljs-link,.hljs-hopscotch .hljs-deletion{color:#dd464c}.hljs-hopscotch .hljs-number,.hljs-hopscotch .hljs-built_in,.hljs-hopscotch .hljs-builtin-name,.hljs-hopscotch .hljs-literal,.hljs-hopscotch .hljs-type,.hljs-hopscotch .hljs-params{color:#fd8b19}.hljs-hopscotch .hljs-class .hljs-title{color:#fdcc59}.hljs-hopscotch .hljs-string,.hljs-hopscotch .hljs-symbol,.hljs-hopscotch .hljs-bullet,.hljs-hopscotch .hljs-addition{color:#8fc13e}.hljs-hopscotch .hljs-meta{color:#149b93}.hljs-hopscotch .hljs-function,.hljs-hopscotch .hljs-section,.hljs-hopscotch .hljs-title{color:#1290bf}.hljs-hopscotch .hljs-keyword,.hljs-hopscotch .hljs-selector-tag{color:#c85e7c}.hljs-hopscotch .hljs{display:block;background:#322931;color:#b9b5b8;padding:.5em}.hljs-hopscotch .hljs-emphasis{font-style:italic}.hljs-hopscotch .hljs-strong{font-weight:bold}",hybrid:".hljs-hybrid .hljs{display:block;overflow-x:auto;padding:.5em;background:#1d1f21}.hljs-hybrid .hljs::selection,.hljs-hybrid .hljs span::selection{background:#373b41}.hljs-hybrid .hljs::-moz-selection,.hljs-hybrid .hljs span::-moz-selection{background:#373b41}.hljs-hybrid .hljs{color:#c5c8c6}.hljs-hybrid .hljs-title,.hljs-hybrid .hljs-name{color:#f0c674}.hljs-hybrid .hljs-comment,.hljs-hybrid .hljs-meta,.hljs-hybrid .hljs-meta .hljs-keyword{color:#707880}.hljs-hybrid .hljs-number,.hljs-hybrid .hljs-symbol,.hljs-hybrid .hljs-literal,.hljs-hybrid .hljs-deletion,.hljs-hybrid .hljs-link{color:#cc6666}.hljs-hybrid .hljs-string,.hljs-hybrid .hljs-doctag,.hljs-hybrid .hljs-addition,.hljs-hybrid .hljs-regexp,.hljs-hybrid .hljs-selector-attr,.hljs-hybrid .hljs-selector-pseudo{color:#b5bd68}.hljs-hybrid .hljs-attribute,.hljs-hybrid .hljs-code,.hljs-hybrid .hljs-selector-id{color:#b294bb}.hljs-hybrid .hljs-keyword,.hljs-hybrid .hljs-selector-tag,.hljs-hybrid .hljs-bullet,.hljs-hybrid .hljs-tag{color:#81a2be}.hljs-hybrid .hljs-subst,.hljs-hybrid .hljs-variable,.hljs-hybrid .hljs-template-tag,.hljs-hybrid .hljs-template-variable{color:#8abeb7}.hljs-hybrid .hljs-type,.hljs-hybrid .hljs-built_in,.hljs-hybrid .hljs-builtin-name,.hljs-hybrid .hljs-quote,.hljs-hybrid .hljs-section,.hljs-hybrid .hljs-selector-class{color:#de935f}.hljs-hybrid .hljs-emphasis{font-style:italic}.hljs-hybrid .hljs-strong{font-weight:bold}",idea:".hljs-idea .hljs{display:block;overflow-x:auto;padding:.5em;color:#000;background:#fff}.hljs-idea .hljs-subst,.hljs-idea .hljs-title{font-weight:normal;color:#000}.hljs-idea .hljs-comment,.hljs-idea .hljs-quote{color:#808080;font-style:italic}.hljs-idea .hljs-meta{color:#808000}.hljs-idea .hljs-tag{background:#efefef}.hljs-idea .hljs-section,.hljs-idea .hljs-name,.hljs-idea .hljs-literal,.hljs-idea .hljs-keyword,.hljs-idea .hljs-selector-tag,.hljs-idea .hljs-type,.hljs-idea .hljs-selector-id,.hljs-idea .hljs-selector-class{font-weight:bold;color:#000080}.hljs-idea .hljs-attribute,.hljs-idea .hljs-number,.hljs-idea .hljs-regexp,.hljs-idea .hljs-link{font-weight:bold;color:#0000ff}.hljs-idea .hljs-number,.hljs-idea .hljs-regexp,.hljs-idea .hljs-link{font-weight:normal}.hljs-idea .hljs-string{color:#008000;font-weight:bold}.hljs-idea .hljs-symbol,.hljs-idea .hljs-bullet,.hljs-idea .hljs-formula{color:#000;background:#d0eded;font-style:italic}.hljs-idea .hljs-doctag{text-decoration:underline}.hljs-idea .hljs-variable,.hljs-idea .hljs-template-variable{color:#660e7a}.hljs-idea .hljs-addition{background:#baeeba}.hljs-idea .hljs-deletion{background:#ffc8bd}.hljs-idea .hljs-emphasis{font-style:italic}.hljs-idea .hljs-strong{font-weight:bold}","ir-black":".hljs-ir-black .hljs{display:block;overflow-x:auto;padding:.5em;background:#000;color:#f8f8f8}.hljs-ir-black .hljs-comment,.hljs-ir-black .hljs-quote,.hljs-ir-black .hljs-meta{color:#7c7c7c}.hljs-ir-black .hljs-keyword,.hljs-ir-black .hljs-selector-tag,.hljs-ir-black .hljs-tag,.hljs-ir-black .hljs-name{color:#96cbfe}.hljs-ir-black .hljs-attribute,.hljs-ir-black .hljs-selector-id{color:#ffffb6}.hljs-ir-black .hljs-string,.hljs-ir-black .hljs-selector-attr,.hljs-ir-black .hljs-selector-pseudo,.hljs-ir-black .hljs-addition{color:#a8ff60}.hljs-ir-black .hljs-subst{color:#daefa3}.hljs-ir-black .hljs-regexp,.hljs-ir-black .hljs-link{color:#e9c062}.hljs-ir-black .hljs-title,.hljs-ir-black .hljs-section,.hljs-ir-black .hljs-type,.hljs-ir-black .hljs-doctag{color:#ffffb6}.hljs-ir-black .hljs-symbol,.hljs-ir-black .hljs-bullet,.hljs-ir-black .hljs-variable,.hljs-ir-black .hljs-template-variable,.hljs-ir-black .hljs-literal{color:#c6c5fe}.hljs-ir-black .hljs-number,.hljs-ir-black .hljs-deletion{color:#ff73fd}.hljs-ir-black .hljs-emphasis{font-style:italic}.hljs-ir-black .hljs-strong{font-weight:bold}","kimbie.dark":".hljs-kimbie.dark .hljs-comment,.hljs-kimbie.dark .hljs-quote{color:#d6baad}.hljs-kimbie.dark .hljs-variable,.hljs-kimbie.dark .hljs-template-variable,.hljs-kimbie.dark .hljs-tag,.hljs-kimbie.dark .hljs-name,.hljs-kimbie.dark .hljs-selector-id,.hljs-kimbie.dark .hljs-selector-class,.hljs-kimbie.dark .hljs-regexp,.hljs-kimbie.dark .hljs-meta{color:#dc3958}.hljs-kimbie.dark .hljs-number,.hljs-kimbie.dark .hljs-built_in,.hljs-kimbie.dark .hljs-builtin-name,.hljs-kimbie.dark .hljs-literal,.hljs-kimbie.dark .hljs-type,.hljs-kimbie.dark .hljs-params,.hljs-kimbie.dark .hljs-deletion,.hljs-kimbie.dark .hljs-link{color:#f79a32}.hljs-kimbie.dark .hljs-title,.hljs-kimbie.dark .hljs-section,.hljs-kimbie.dark .hljs-attribute{color:#f06431}.hljs-kimbie.dark .hljs-string,.hljs-kimbie.dark .hljs-symbol,.hljs-kimbie.dark .hljs-bullet,.hljs-kimbie.dark .hljs-addition{color:#889b4a}.hljs-kimbie.dark .hljs-keyword,.hljs-kimbie.dark .hljs-selector-tag,.hljs-kimbie.dark .hljs-function{color:#98676a}.hljs-kimbie.dark .hljs{display:block;overflow-x:auto;background:#221a0f;color:#d3af86;padding:.5em}.hljs-kimbie.dark .hljs-emphasis{font-style:italic}.hljs-kimbie.dark .hljs-strong{font-weight:bold}","kimbie.light":".hljs-kimbie.light .hljs-comment,.hljs-kimbie.light .hljs-quote{color:#a57a4c}.hljs-kimbie.light .hljs-variable,.hljs-kimbie.light .hljs-template-variable,.hljs-kimbie.light .hljs-tag,.hljs-kimbie.light .hljs-name,.hljs-kimbie.light .hljs-selector-id,.hljs-kimbie.light .hljs-selector-class,.hljs-kimbie.light .hljs-regexp,.hljs-kimbie.light .hljs-meta{color:#dc3958}.hljs-kimbie.light .hljs-number,.hljs-kimbie.light .hljs-built_in,.hljs-kimbie.light .hljs-builtin-name,.hljs-kimbie.light .hljs-literal,.hljs-kimbie.light .hljs-type,.hljs-kimbie.light .hljs-params,.hljs-kimbie.light .hljs-deletion,.hljs-kimbie.light .hljs-link{color:#f79a32}.hljs-kimbie.light .hljs-title,.hljs-kimbie.light .hljs-section,.hljs-kimbie.light .hljs-attribute{color:#f06431}.hljs-kimbie.light .hljs-string,.hljs-kimbie.light .hljs-symbol,.hljs-kimbie.light .hljs-bullet,.hljs-kimbie.light .hljs-addition{color:#889b4a}.hljs-kimbie.light .hljs-keyword,.hljs-kimbie.light .hljs-selector-tag,.hljs-kimbie.light .hljs-function{color:#98676a}.hljs-kimbie.light .hljs{display:block;overflow-x:auto;background:#fbebd4;color:#84613d;padding:.5em}.hljs-kimbie.light .hljs-emphasis{font-style:italic}.hljs-kimbie.light .hljs-strong{font-weight:bold}",magula:".hljs-magula .hljs{display:block;overflow-x:auto;padding:.5em;background-color:#f4f4f4}.hljs-magula .hljs,.hljs-magula .hljs-subst{color:black}.hljs-magula .hljs-string,.hljs-magula .hljs-title,.hljs-magula .hljs-symbol,.hljs-magula .hljs-bullet,.hljs-magula .hljs-attribute,.hljs-magula .hljs-addition,.hljs-magula .hljs-variable,.hljs-magula .hljs-template-tag,.hljs-magula .hljs-template-variable{color:#050}.hljs-magula .hljs-comment,.hljs-magula .hljs-quote{color:#777}.hljs-magula .hljs-number,.hljs-magula .hljs-regexp,.hljs-magula .hljs-literal,.hljs-magula .hljs-type,.hljs-magula .hljs-link{color:#800}.hljs-magula .hljs-deletion,.hljs-magula .hljs-meta{color:#00e}.hljs-magula .hljs-keyword,.hljs-magula .hljs-selector-tag,.hljs-magula .hljs-doctag,.hljs-magula .hljs-title,.hljs-magula .hljs-section,.hljs-magula .hljs-built_in,.hljs-magula .hljs-tag,.hljs-magula .hljs-name{font-weight:bold;color:navy}.hljs-magula .hljs-emphasis{font-style:italic}.hljs-magula .hljs-strong{font-weight:bold}","mono-blue":".hljs-mono-blue .hljs{display:block;overflow-x:auto;padding:.5em;background:#eaeef3}.hljs-mono-blue .hljs{color:#00193a}.hljs-mono-blue .hljs-keyword,.hljs-mono-blue .hljs-selector-tag,.hljs-mono-blue .hljs-title,.hljs-mono-blue .hljs-section,.hljs-mono-blue .hljs-doctag,.hljs-mono-blue .hljs-name,.hljs-mono-blue .hljs-strong{font-weight:bold}.hljs-mono-blue .hljs-comment{color:#738191}.hljs-mono-blue .hljs-string,.hljs-mono-blue .hljs-title,.hljs-mono-blue .hljs-section,.hljs-mono-blue .hljs-built_in,.hljs-mono-blue .hljs-literal,.hljs-mono-blue .hljs-type,.hljs-mono-blue .hljs-addition,.hljs-mono-blue .hljs-tag,.hljs-mono-blue .hljs-quote,.hljs-mono-blue .hljs-name,.hljs-mono-blue .hljs-selector-id,.hljs-mono-blue .hljs-selector-class{color:#0048ab}.hljs-mono-blue .hljs-meta,.hljs-mono-blue .hljs-subst,.hljs-mono-blue .hljs-symbol,.hljs-mono-blue .hljs-regexp,.hljs-mono-blue .hljs-attribute,.hljs-mono-blue .hljs-deletion,.hljs-mono-blue .hljs-variable,.hljs-mono-blue .hljs-template-variable,.hljs-mono-blue .hljs-link,.hljs-mono-blue .hljs-bullet{color:#4c81c9}.hljs-mono-blue .hljs-emphasis{font-style:italic}","monokai-sublime":".hljs-monokai-sublime .hljs{display:block;overflow-x:auto;padding:.5em;background:#23241f}.hljs-monokai-sublime .hljs,.hljs-monokai-sublime .hljs-tag,.hljs-monokai-sublime .hljs-subst{color:#f8f8f2}.hljs-monokai-sublime .hljs-strong,.hljs-monokai-sublime .hljs-emphasis{color:#a8a8a2}.hljs-monokai-sublime .hljs-bullet,.hljs-monokai-sublime .hljs-quote,.hljs-monokai-sublime .hljs-number,.hljs-monokai-sublime .hljs-regexp,.hljs-monokai-sublime .hljs-literal,.hljs-monokai-sublime .hljs-link{color:#ae81ff}.hljs-monokai-sublime .hljs-code,.hljs-monokai-sublime .hljs-title,.hljs-monokai-sublime .hljs-section,.hljs-monokai-sublime .hljs-selector-class{color:#a6e22e}.hljs-monokai-sublime .hljs-strong{font-weight:bold}.hljs-monokai-sublime .hljs-emphasis{font-style:italic}.hljs-monokai-sublime .hljs-keyword,.hljs-monokai-sublime .hljs-selector-tag,.hljs-monokai-sublime .hljs-name,.hljs-monokai-sublime .hljs-attr{color:#f92672}.hljs-monokai-sublime .hljs-symbol,.hljs-monokai-sublime .hljs-attribute{color:#66d9ef}.hljs-monokai-sublime .hljs-params,.hljs-monokai-sublime .hljs-class .hljs-title{color:#f8f8f2}.hljs-monokai-sublime .hljs-string,.hljs-monokai-sublime .hljs-type,.hljs-monokai-sublime .hljs-built_in,.hljs-monokai-sublime .hljs-builtin-name,.hljs-monokai-sublime .hljs-selector-id,.hljs-monokai-sublime .hljs-selector-attr,.hljs-monokai-sublime .hljs-selector-pseudo,.hljs-monokai-sublime .hljs-addition,.hljs-monokai-sublime .hljs-variable,.hljs-monokai-sublime .hljs-template-variable{color:#e6db74}.hljs-monokai-sublime .hljs-comment,.hljs-monokai-sublime .hljs-deletion,.hljs-monokai-sublime .hljs-meta{color:#75715e}",monokai:".hljs-monokai .hljs{display:block;overflow-x:auto;padding:.5em;background:#272822;color:#ddd}.hljs-monokai .hljs-tag,.hljs-monokai .hljs-keyword,.hljs-monokai .hljs-selector-tag,.hljs-monokai .hljs-literal,.hljs-monokai .hljs-strong,.hljs-monokai .hljs-name{color:#f92672}.hljs-monokai .hljs-code{color:#66d9ef}.hljs-monokai .hljs-class .hljs-title{color:white}.hljs-monokai .hljs-attribute,.hljs-monokai .hljs-symbol,.hljs-monokai .hljs-regexp,.hljs-monokai .hljs-link{color:#bf79db}.hljs-monokai .hljs-string,.hljs-monokai .hljs-bullet,.hljs-monokai .hljs-subst,.hljs-monokai .hljs-title,.hljs-monokai .hljs-section,.hljs-monokai .hljs-emphasis,.hljs-monokai .hljs-type,.hljs-monokai .hljs-built_in,.hljs-monokai .hljs-builtin-name,.hljs-monokai .hljs-selector-attr,.hljs-monokai .hljs-selector-pseudo,.hljs-monokai .hljs-addition,.hljs-monokai .hljs-variable,.hljs-monokai .hljs-template-tag,.hljs-monokai .hljs-template-variable{color:#a6e22e}.hljs-monokai .hljs-comment,.hljs-monokai .hljs-quote,.hljs-monokai .hljs-deletion,.hljs-monokai .hljs-meta{color:#75715e}.hljs-monokai .hljs-keyword,.hljs-monokai .hljs-selector-tag,.hljs-monokai .hljs-literal,.hljs-monokai .hljs-doctag,.hljs-monokai .hljs-title,.hljs-monokai .hljs-section,.hljs-monokai .hljs-type,.hljs-monokai .hljs-selector-id{font-weight:bold}",obsidian:".hljs-obsidian .hljs{display:block;overflow-x:auto;padding:.5em;background:#282b2e}.hljs-obsidian .hljs-keyword,.hljs-obsidian .hljs-selector-tag,.hljs-obsidian .hljs-literal,.hljs-obsidian .hljs-selector-id{color:#93c763}.hljs-obsidian .hljs-number{color:#ffcd22}.hljs-obsidian .hljs{color:#e0e2e4}.hljs-obsidian .hljs-attribute{color:#668bb0}.hljs-obsidian .hljs-code,.hljs-obsidian .hljs-class .hljs-title,.hljs-obsidian .hljs-section{color:white}.hljs-obsidian .hljs-regexp,.hljs-obsidian .hljs-link{color:#d39745}.hljs-obsidian .hljs-meta{color:#557182}.hljs-obsidian .hljs-tag,.hljs-obsidian .hljs-name,.hljs-obsidian .hljs-bullet,.hljs-obsidian .hljs-subst,.hljs-obsidian .hljs-emphasis,.hljs-obsidian .hljs-type,.hljs-obsidian .hljs-built_in,.hljs-obsidian .hljs-selector-attr,.hljs-obsidian .hljs-selector-pseudo,.hljs-obsidian .hljs-addition,.hljs-obsidian .hljs-variable,.hljs-obsidian .hljs-template-tag,.hljs-obsidian .hljs-template-variable{color:#8cbbad}.hljs-obsidian .hljs-string,.hljs-obsidian .hljs-symbol{color:#ec7600}.hljs-obsidian .hljs-comment,.hljs-obsidian .hljs-quote,.hljs-obsidian .hljs-deletion{color:#818e96}.hljs-obsidian .hljs-selector-class{color:#A082BD}.hljs-obsidian .hljs-keyword,.hljs-obsidian .hljs-selector-tag,.hljs-obsidian .hljs-literal,.hljs-obsidian .hljs-doctag,.hljs-obsidian .hljs-title,.hljs-obsidian .hljs-section,.hljs-obsidian .hljs-type,.hljs-obsidian .hljs-name,.hljs-obsidian .hljs-strong{font-weight:bold}",ocean:".hljs-ocean .hljs-comment,.hljs-ocean .hljs-quote{color:#65737e}.hljs-ocean .hljs-variable,.hljs-ocean .hljs-template-variable,.hljs-ocean .hljs-tag,.hljs-ocean .hljs-name,.hljs-ocean .hljs-selector-id,.hljs-ocean .hljs-selector-class,.hljs-ocean .hljs-regexp,.hljs-ocean .hljs-deletion{color:#bf616a}.hljs-ocean .hljs-number,.hljs-ocean .hljs-built_in,.hljs-ocean .hljs-builtin-name,.hljs-ocean .hljs-literal,.hljs-ocean .hljs-type,.hljs-ocean .hljs-params,.hljs-ocean .hljs-meta,.hljs-ocean .hljs-link{color:#d08770}.hljs-ocean .hljs-attribute{color:#ebcb8b}.hljs-ocean .hljs-string,.hljs-ocean .hljs-symbol,.hljs-ocean .hljs-bullet,.hljs-ocean .hljs-addition{color:#a3be8c}.hljs-ocean .hljs-title,.hljs-ocean .hljs-section{color:#8fa1b3}.hljs-ocean .hljs-keyword,.hljs-ocean .hljs-selector-tag{color:#b48ead}.hljs-ocean .hljs{display:block;overflow-x:auto;background:#2b303b;color:#c0c5ce;padding:.5em}.hljs-ocean .hljs-emphasis{font-style:italic}.hljs-ocean .hljs-strong{font-weight:bold}","paraiso-dark":".hljs-paraiso-dark .hljs-comment,.hljs-paraiso-dark .hljs-quote{color:#8d8687}.hljs-paraiso-dark .hljs-variable,.hljs-paraiso-dark .hljs-template-variable,.hljs-paraiso-dark .hljs-tag,.hljs-paraiso-dark .hljs-name,.hljs-paraiso-dark .hljs-selector-id,.hljs-paraiso-dark .hljs-selector-class,.hljs-paraiso-dark .hljs-regexp,.hljs-paraiso-dark .hljs-link,.hljs-paraiso-dark .hljs-meta{color:#ef6155}.hljs-paraiso-dark .hljs-number,.hljs-paraiso-dark .hljs-built_in,.hljs-paraiso-dark .hljs-builtin-name,.hljs-paraiso-dark .hljs-literal,.hljs-paraiso-dark .hljs-type,.hljs-paraiso-dark .hljs-params,.hljs-paraiso-dark .hljs-deletion{color:#f99b15}.hljs-paraiso-dark .hljs-title,.hljs-paraiso-dark .hljs-section,.hljs-paraiso-dark .hljs-attribute{color:#fec418}.hljs-paraiso-dark .hljs-string,.hljs-paraiso-dark .hljs-symbol,.hljs-paraiso-dark .hljs-bullet,.hljs-paraiso-dark .hljs-addition{color:#48b685}.hljs-paraiso-dark .hljs-keyword,.hljs-paraiso-dark .hljs-selector-tag{color:#815ba4}.hljs-paraiso-dark .hljs{display:block;overflow-x:auto;background:#2f1e2e;color:#a39e9b;padding:.5em}.hljs-paraiso-dark .hljs-emphasis{font-style:italic}.hljs-paraiso-dark .hljs-strong{font-weight:bold}","paraiso-light":".hljs-paraiso-light .hljs-comment,.hljs-paraiso-light .hljs-quote{color:#776e71}.hljs-paraiso-light .hljs-variable,.hljs-paraiso-light .hljs-template-variable,.hljs-paraiso-light .hljs-tag,.hljs-paraiso-light .hljs-name,.hljs-paraiso-light .hljs-selector-id,.hljs-paraiso-light .hljs-selector-class,.hljs-paraiso-light .hljs-regexp,.hljs-paraiso-light .hljs-link,.hljs-paraiso-light .hljs-meta{color:#ef6155}.hljs-paraiso-light .hljs-number,.hljs-paraiso-light .hljs-built_in,.hljs-paraiso-light .hljs-builtin-name,.hljs-paraiso-light .hljs-literal,.hljs-paraiso-light .hljs-type,.hljs-paraiso-light .hljs-params,.hljs-paraiso-light .hljs-deletion{color:#f99b15}.hljs-paraiso-light .hljs-title,.hljs-paraiso-light .hljs-section,.hljs-paraiso-light .hljs-attribute{color:#fec418}.hljs-paraiso-light .hljs-string,.hljs-paraiso-light .hljs-symbol,.hljs-paraiso-light .hljs-bullet,.hljs-paraiso-light .hljs-addition{color:#48b685}.hljs-paraiso-light .hljs-keyword,.hljs-paraiso-light .hljs-selector-tag{color:#815ba4}.hljs-paraiso-light .hljs{display:block;overflow-x:auto;background:#e7e9db;color:#4f424c;padding:.5em}.hljs-paraiso-light .hljs-emphasis{font-style:italic}.hljs-paraiso-light .hljs-strong{font-weight:bold}",purebasic:".hljs-purebasic .hljs{display:block;overflow-x:auto;padding:.5em;background:#FFFFDF}.hljs-purebasic .hljs,.hljs-purebasic .hljs-type,.hljs-purebasic .hljs-function,.hljs-purebasic .hljs-name,.hljs-purebasic .hljs-number,.hljs-purebasic .hljs-attr,.hljs-purebasic .hljs-params,.hljs-purebasic .hljs-subst{color:#000000}.hljs-purebasic .hljs-comment,.hljs-purebasic .hljs-regexp,.hljs-purebasic .hljs-section,.hljs-purebasic .hljs-selector-pseudo,.hljs-purebasic .hljs-addition{color:#00AAAA}.hljs-purebasic .hljs-title,.hljs-purebasic .hljs-tag,.hljs-purebasic .hljs-variable,.hljs-purebasic .hljs-code{color:#006666}.hljs-purebasic .hljs-keyword,.hljs-purebasic .hljs-class,.hljs-purebasic .hljs-meta-keyword,.hljs-purebasic .hljs-selector-class,.hljs-purebasic .hljs-built_in,.hljs-purebasic .hljs-builtin-name{color:#006666;font-weight:bold}.hljs-purebasic .hljs-string,.hljs-purebasic .hljs-selector-attr{color:#0080FF}.hljs-purebasic .hljs-symbol,.hljs-purebasic .hljs-link,.hljs-purebasic .hljs-deletion,.hljs-purebasic .hljs-attribute{color:#924B72}.hljs-purebasic .hljs-meta,.hljs-purebasic .hljs-literal,.hljs-purebasic .hljs-selector-id{color:#924B72;font-weight:bold}.hljs-purebasic .hljs-strong,.hljs-purebasic .hljs-name{font-weight:bold}.hljs-purebasic .hljs-emphasis{font-style:italic}",qtcreator_dark:".hljs-qtcreator_dark .hljs{display:block;overflow-x:auto;padding:.5em;background:#000000}.hljs-qtcreator_dark .hljs,.hljs-qtcreator_dark .hljs-subst,.hljs-qtcreator_dark .hljs-tag,.hljs-qtcreator_dark .hljs-title{color:#aaaaaa}.hljs-qtcreator_dark .hljs-strong,.hljs-qtcreator_dark .hljs-emphasis{color:#a8a8a2}.hljs-qtcreator_dark .hljs-bullet,.hljs-qtcreator_dark .hljs-quote,.hljs-qtcreator_dark .hljs-number,.hljs-qtcreator_dark .hljs-regexp,.hljs-qtcreator_dark .hljs-literal{color:#ff55ff}.hljs-qtcreator_dark .hljs-code .hljs-selector-class{color:#aaaaff}.hljs-qtcreator_dark .hljs-emphasis,.hljs-qtcreator_dark .hljs-stronge,.hljs-qtcreator_dark .hljs-type{font-style:italic}.hljs-qtcreator_dark .hljs-keyword,.hljs-qtcreator_dark .hljs-selector-tag,.hljs-qtcreator_dark .hljs-function,.hljs-qtcreator_dark .hljs-section,.hljs-qtcreator_dark .hljs-symbol,.hljs-qtcreator_dark .hljs-name{color:#ffff55}.hljs-qtcreator_dark .hljs-attribute{color:#ff5555}.hljs-qtcreator_dark .hljs-variable,.hljs-qtcreator_dark .hljs-params,.hljs-qtcreator_dark .hljs-class .hljs-title{color:#8888ff}.hljs-qtcreator_dark .hljs-string,.hljs-qtcreator_dark .hljs-selector-id,.hljs-qtcreator_dark .hljs-selector-attr,.hljs-qtcreator_dark .hljs-selector-pseudo,.hljs-qtcreator_dark .hljs-type,.hljs-qtcreator_dark .hljs-built_in,.hljs-qtcreator_dark .hljs-builtin-name,.hljs-qtcreator_dark .hljs-template-tag,.hljs-qtcreator_dark .hljs-template-variable,.hljs-qtcreator_dark .hljs-addition,.hljs-qtcreator_dark .hljs-link{color:#ff55ff}.hljs-qtcreator_dark .hljs-comment,.hljs-qtcreator_dark .hljs-meta,.hljs-qtcreator_dark .hljs-deletion{color:#55ffff}",qtcreator_light:".hljs-qtcreator_light .hljs{display:block;overflow-x:auto;padding:.5em;background:#ffffff}.hljs-qtcreator_light .hljs,.hljs-qtcreator_light .hljs-subst,.hljs-qtcreator_light .hljs-tag,.hljs-qtcreator_light .hljs-title{color:#000000}.hljs-qtcreator_light .hljs-strong,.hljs-qtcreator_light .hljs-emphasis{color:#000000}.hljs-qtcreator_light .hljs-bullet,.hljs-qtcreator_light .hljs-quote,.hljs-qtcreator_light .hljs-number,.hljs-qtcreator_light .hljs-regexp,.hljs-qtcreator_light .hljs-literal{color:#000080}.hljs-qtcreator_light .hljs-code .hljs-selector-class{color:#800080}.hljs-qtcreator_light .hljs-emphasis,.hljs-qtcreator_light .hljs-stronge,.hljs-qtcreator_light .hljs-type{font-style:italic}.hljs-qtcreator_light .hljs-keyword,.hljs-qtcreator_light .hljs-selector-tag,.hljs-qtcreator_light .hljs-function,.hljs-qtcreator_light .hljs-section,.hljs-qtcreator_light .hljs-symbol,.hljs-qtcreator_light .hljs-name{color:#808000}.hljs-qtcreator_light .hljs-attribute{color:#800000}.hljs-qtcreator_light .hljs-variable,.hljs-qtcreator_light .hljs-params,.hljs-qtcreator_light .hljs-class .hljs-title{color:#0055AF}.hljs-qtcreator_light .hljs-string,.hljs-qtcreator_light .hljs-selector-id,.hljs-qtcreator_light .hljs-selector-attr,.hljs-qtcreator_light .hljs-selector-pseudo,.hljs-qtcreator_light .hljs-type,.hljs-qtcreator_light .hljs-built_in,.hljs-qtcreator_light .hljs-builtin-name,.hljs-qtcreator_light .hljs-template-tag,.hljs-qtcreator_light .hljs-template-variable,.hljs-qtcreator_light .hljs-addition,.hljs-qtcreator_light .hljs-link{color:#008000}.hljs-qtcreator_light .hljs-comment,.hljs-qtcreator_light .hljs-meta,.hljs-qtcreator_light .hljs-deletion{color:#008000}",railscasts:".hljs-railscasts .hljs{display:block;overflow-x:auto;padding:.5em;background:#232323;color:#e6e1dc}.hljs-railscasts .hljs-comment,.hljs-railscasts .hljs-quote{color:#bc9458;font-style:italic}.hljs-railscasts .hljs-keyword,.hljs-railscasts .hljs-selector-tag{color:#c26230}.hljs-railscasts .hljs-string,.hljs-railscasts .hljs-number,.hljs-railscasts .hljs-regexp,.hljs-railscasts .hljs-variable,.hljs-railscasts .hljs-template-variable{color:#a5c261}.hljs-railscasts .hljs-subst{color:#519f50}.hljs-railscasts .hljs-tag,.hljs-railscasts .hljs-name{color:#e8bf6a}.hljs-railscasts .hljs-type{color:#da4939}.hljs-railscasts .hljs-symbol,.hljs-railscasts .hljs-bullet,.hljs-railscasts .hljs-built_in,.hljs-railscasts .hljs-builtin-name,.hljs-railscasts .hljs-attr,.hljs-railscasts .hljs-link{color:#6d9cbe}.hljs-railscasts .hljs-params{color:#d0d0ff}.hljs-railscasts .hljs-attribute{color:#cda869}.hljs-railscasts .hljs-meta{color:#9b859d}.hljs-railscasts .hljs-title,.hljs-railscasts .hljs-section{color:#ffc66d}.hljs-railscasts .hljs-addition{background-color:#144212;color:#e6e1dc;display:inline-block;width:100%}.hljs-railscasts .hljs-deletion{background-color:#600;color:#e6e1dc;display:inline-block;width:100%}.hljs-railscasts .hljs-selector-class{color:#9b703f}.hljs-railscasts .hljs-selector-id{color:#8b98ab}.hljs-railscasts .hljs-emphasis{font-style:italic}.hljs-railscasts .hljs-strong{font-weight:bold}.hljs-railscasts .hljs-link{text-decoration:underline}",rainbow:".hljs-rainbow .hljs{display:block;overflow-x:auto;padding:.5em;background:#474949;color:#d1d9e1}.hljs-rainbow .hljs-comment,.hljs-rainbow .hljs-quote{color:#969896;font-style:italic}.hljs-rainbow .hljs-keyword,.hljs-rainbow .hljs-selector-tag,.hljs-rainbow .hljs-literal,.hljs-rainbow .hljs-type,.hljs-rainbow .hljs-addition{color:#cc99cc}.hljs-rainbow .hljs-number,.hljs-rainbow .hljs-selector-attr,.hljs-rainbow .hljs-selector-pseudo{color:#f99157}.hljs-rainbow .hljs-string,.hljs-rainbow .hljs-doctag,.hljs-rainbow .hljs-regexp{color:#8abeb7}.hljs-rainbow .hljs-title,.hljs-rainbow .hljs-name,.hljs-rainbow .hljs-section,.hljs-rainbow .hljs-built_in{color:#b5bd68}.hljs-rainbow .hljs-variable,.hljs-rainbow .hljs-template-variable,.hljs-rainbow .hljs-selector-id,.hljs-rainbow .hljs-class .hljs-title{color:#ffcc66}.hljs-rainbow .hljs-section,.hljs-rainbow .hljs-name,.hljs-rainbow .hljs-strong{font-weight:bold}.hljs-rainbow .hljs-symbol,.hljs-rainbow .hljs-bullet,.hljs-rainbow .hljs-subst,.hljs-rainbow .hljs-meta,.hljs-rainbow .hljs-link{color:#f99157}.hljs-rainbow .hljs-deletion{color:#dc322f}.hljs-rainbow .hljs-formula{background:#eee8d5}.hljs-rainbow .hljs-attr,.hljs-rainbow .hljs-attribute{color:#81a2be}.hljs-rainbow .hljs-emphasis{font-style:italic}","school-book":".hljs-school-book .hljs{display:block;overflow-x:auto;padding:15px .5em .5em 30px;font-size:11px;line-height:16px}.hljs-school-book pre{background:#f6f6ae url(school-book.png);border-top:solid 2px #d2e8b9;border-bottom:solid 1px #d2e8b9}.hljs-school-book .hljs-keyword,.hljs-school-book .hljs-selector-tag,.hljs-school-book .hljs-literal{color:#005599;font-weight:bold}.hljs-school-book .hljs,.hljs-school-book .hljs-subst{color:#3e5915}.hljs-school-book .hljs-string,.hljs-school-book .hljs-title,.hljs-school-book .hljs-section,.hljs-school-book .hljs-type,.hljs-school-book .hljs-symbol,.hljs-school-book .hljs-bullet,.hljs-school-book .hljs-attribute,.hljs-school-book .hljs-built_in,.hljs-school-book .hljs-builtin-name,.hljs-school-book .hljs-addition,.hljs-school-book .hljs-variable,.hljs-school-book .hljs-template-tag,.hljs-school-book .hljs-template-variable,.hljs-school-book .hljs-link{color:#2c009f}.hljs-school-book .hljs-comment,.hljs-school-book .hljs-quote,.hljs-school-book .hljs-deletion,.hljs-school-book .hljs-meta{color:#e60415}.hljs-school-book .hljs-keyword,.hljs-school-book .hljs-selector-tag,.hljs-school-book .hljs-literal,.hljs-school-book .hljs-doctag,.hljs-school-book .hljs-title,.hljs-school-book .hljs-section,.hljs-school-book .hljs-type,.hljs-school-book .hljs-name,.hljs-school-book .hljs-selector-id,.hljs-school-book .hljs-strong{font-weight:bold}.hljs-school-book .hljs-emphasis{font-style:italic}", +"solarized-dark":".hljs-solarized-dark .hljs{display:block;overflow-x:auto;padding:.5em;background:#002b36;color:#839496}.hljs-solarized-dark .hljs-comment,.hljs-solarized-dark .hljs-quote{color:#586e75}.hljs-solarized-dark .hljs-keyword,.hljs-solarized-dark .hljs-selector-tag,.hljs-solarized-dark .hljs-addition{color:#859900}.hljs-solarized-dark .hljs-number,.hljs-solarized-dark .hljs-string,.hljs-solarized-dark .hljs-meta .hljs-meta-string,.hljs-solarized-dark .hljs-literal,.hljs-solarized-dark .hljs-doctag,.hljs-solarized-dark .hljs-regexp{color:#2aa198}.hljs-solarized-dark .hljs-title,.hljs-solarized-dark .hljs-section,.hljs-solarized-dark .hljs-name,.hljs-solarized-dark .hljs-selector-id,.hljs-solarized-dark .hljs-selector-class{color:#268bd2}.hljs-solarized-dark .hljs-attribute,.hljs-solarized-dark .hljs-attr,.hljs-solarized-dark .hljs-variable,.hljs-solarized-dark .hljs-template-variable,.hljs-solarized-dark .hljs-class .hljs-title,.hljs-solarized-dark .hljs-type{color:#b58900}.hljs-solarized-dark .hljs-symbol,.hljs-solarized-dark .hljs-bullet,.hljs-solarized-dark .hljs-subst,.hljs-solarized-dark .hljs-meta,.hljs-solarized-dark .hljs-meta .hljs-keyword,.hljs-solarized-dark .hljs-selector-attr,.hljs-solarized-dark .hljs-selector-pseudo,.hljs-solarized-dark .hljs-link{color:#cb4b16}.hljs-solarized-dark .hljs-built_in,.hljs-solarized-dark .hljs-deletion{color:#dc322f}.hljs-solarized-dark .hljs-formula{background:#073642}.hljs-solarized-dark .hljs-emphasis{font-style:italic}.hljs-solarized-dark .hljs-strong{font-weight:bold}","solarized-light":".hljs-solarized-light .hljs{display:block;overflow-x:auto;padding:.5em;background:#fdf6e3;color:#657b83}.hljs-solarized-light .hljs-comment,.hljs-solarized-light .hljs-quote{color:#93a1a1}.hljs-solarized-light .hljs-keyword,.hljs-solarized-light .hljs-selector-tag,.hljs-solarized-light .hljs-addition{color:#859900}.hljs-solarized-light .hljs-number,.hljs-solarized-light .hljs-string,.hljs-solarized-light .hljs-meta .hljs-meta-string,.hljs-solarized-light .hljs-literal,.hljs-solarized-light .hljs-doctag,.hljs-solarized-light .hljs-regexp{color:#2aa198}.hljs-solarized-light .hljs-title,.hljs-solarized-light .hljs-section,.hljs-solarized-light .hljs-name,.hljs-solarized-light .hljs-selector-id,.hljs-solarized-light .hljs-selector-class{color:#268bd2}.hljs-solarized-light .hljs-attribute,.hljs-solarized-light .hljs-attr,.hljs-solarized-light .hljs-variable,.hljs-solarized-light .hljs-template-variable,.hljs-solarized-light .hljs-class .hljs-title,.hljs-solarized-light .hljs-type{color:#b58900}.hljs-solarized-light .hljs-symbol,.hljs-solarized-light .hljs-bullet,.hljs-solarized-light .hljs-subst,.hljs-solarized-light .hljs-meta,.hljs-solarized-light .hljs-meta .hljs-keyword,.hljs-solarized-light .hljs-selector-attr,.hljs-solarized-light .hljs-selector-pseudo,.hljs-solarized-light .hljs-link{color:#cb4b16}.hljs-solarized-light .hljs-built_in,.hljs-solarized-light .hljs-deletion{color:#dc322f}.hljs-solarized-light .hljs-formula{background:#eee8d5}.hljs-solarized-light .hljs-emphasis{font-style:italic}.hljs-solarized-light .hljs-strong{font-weight:bold}",sunburst:".hljs-sunburst .hljs{display:block;overflow-x:auto;padding:.5em;background:#000;color:#f8f8f8}.hljs-sunburst .hljs-comment,.hljs-sunburst .hljs-quote{color:#aeaeae;font-style:italic}.hljs-sunburst .hljs-keyword,.hljs-sunburst .hljs-selector-tag,.hljs-sunburst .hljs-type{color:#e28964}.hljs-sunburst .hljs-string{color:#65b042}.hljs-sunburst .hljs-subst{color:#daefa3}.hljs-sunburst .hljs-regexp,.hljs-sunburst .hljs-link{color:#e9c062}.hljs-sunburst .hljs-title,.hljs-sunburst .hljs-section,.hljs-sunburst .hljs-tag,.hljs-sunburst .hljs-name{color:#89bdff}.hljs-sunburst .hljs-class .hljs-title,.hljs-sunburst .hljs-doctag{text-decoration:underline}.hljs-sunburst .hljs-symbol,.hljs-sunburst .hljs-bullet,.hljs-sunburst .hljs-number{color:#3387cc}.hljs-sunburst .hljs-params,.hljs-sunburst .hljs-variable,.hljs-sunburst .hljs-template-variable{color:#3e87e3}.hljs-sunburst .hljs-attribute{color:#cda869}.hljs-sunburst .hljs-meta{color:#8996a8}.hljs-sunburst .hljs-formula{background-color:#0e2231;color:#f8f8f8;font-style:italic}.hljs-sunburst .hljs-addition{background-color:#253b22;color:#f8f8f8}.hljs-sunburst .hljs-deletion{background-color:#420e09;color:#f8f8f8}.hljs-sunburst .hljs-selector-class{color:#9b703f}.hljs-sunburst .hljs-selector-id{color:#8b98ab}.hljs-sunburst .hljs-emphasis{font-style:italic}.hljs-sunburst .hljs-strong{font-weight:bold}","tomorrow-night-blue":".hljs-tomorrow-night-blue .hljs-comment,.hljs-tomorrow-night-blue .hljs-quote{color:#7285b7}.hljs-tomorrow-night-blue .hljs-variable,.hljs-tomorrow-night-blue .hljs-template-variable,.hljs-tomorrow-night-blue .hljs-tag,.hljs-tomorrow-night-blue .hljs-name,.hljs-tomorrow-night-blue .hljs-selector-id,.hljs-tomorrow-night-blue .hljs-selector-class,.hljs-tomorrow-night-blue .hljs-regexp,.hljs-tomorrow-night-blue .hljs-deletion{color:#ff9da4}.hljs-tomorrow-night-blue .hljs-number,.hljs-tomorrow-night-blue .hljs-built_in,.hljs-tomorrow-night-blue .hljs-builtin-name,.hljs-tomorrow-night-blue .hljs-literal,.hljs-tomorrow-night-blue .hljs-type,.hljs-tomorrow-night-blue .hljs-params,.hljs-tomorrow-night-blue .hljs-meta,.hljs-tomorrow-night-blue .hljs-link{color:#ffc58f}.hljs-tomorrow-night-blue .hljs-attribute{color:#ffeead}.hljs-tomorrow-night-blue .hljs-string,.hljs-tomorrow-night-blue .hljs-symbol,.hljs-tomorrow-night-blue .hljs-bullet,.hljs-tomorrow-night-blue .hljs-addition{color:#d1f1a9}.hljs-tomorrow-night-blue .hljs-title,.hljs-tomorrow-night-blue .hljs-section{color:#bbdaff}.hljs-tomorrow-night-blue .hljs-keyword,.hljs-tomorrow-night-blue .hljs-selector-tag{color:#ebbbff}.hljs-tomorrow-night-blue .hljs{display:block;overflow-x:auto;background:#002451;color:white;padding:.5em}.hljs-tomorrow-night-blue .hljs-emphasis{font-style:italic}.hljs-tomorrow-night-blue .hljs-strong{font-weight:bold}","tomorrow-night-bright":".hljs-tomorrow-night-bright .hljs-comment,.hljs-tomorrow-night-bright .hljs-quote{color:#969896}.hljs-tomorrow-night-bright .hljs-variable,.hljs-tomorrow-night-bright .hljs-template-variable,.hljs-tomorrow-night-bright .hljs-tag,.hljs-tomorrow-night-bright .hljs-name,.hljs-tomorrow-night-bright .hljs-selector-id,.hljs-tomorrow-night-bright .hljs-selector-class,.hljs-tomorrow-night-bright .hljs-regexp,.hljs-tomorrow-night-bright .hljs-deletion{color:#d54e53}.hljs-tomorrow-night-bright .hljs-number,.hljs-tomorrow-night-bright .hljs-built_in,.hljs-tomorrow-night-bright .hljs-builtin-name,.hljs-tomorrow-night-bright .hljs-literal,.hljs-tomorrow-night-bright .hljs-type,.hljs-tomorrow-night-bright .hljs-params,.hljs-tomorrow-night-bright .hljs-meta,.hljs-tomorrow-night-bright .hljs-link{color:#e78c45}.hljs-tomorrow-night-bright .hljs-attribute{color:#e7c547}.hljs-tomorrow-night-bright .hljs-string,.hljs-tomorrow-night-bright .hljs-symbol,.hljs-tomorrow-night-bright .hljs-bullet,.hljs-tomorrow-night-bright .hljs-addition{color:#b9ca4a}.hljs-tomorrow-night-bright .hljs-title,.hljs-tomorrow-night-bright .hljs-section{color:#7aa6da}.hljs-tomorrow-night-bright .hljs-keyword,.hljs-tomorrow-night-bright .hljs-selector-tag{color:#c397d8}.hljs-tomorrow-night-bright .hljs{display:block;overflow-x:auto;background:black;color:#eaeaea;padding:.5em}.hljs-tomorrow-night-bright .hljs-emphasis{font-style:italic}.hljs-tomorrow-night-bright .hljs-strong{font-weight:bold}","tomorrow-night-eighties":".hljs-tomorrow-night-eighties .hljs-comment,.hljs-tomorrow-night-eighties .hljs-quote{color:#999999}.hljs-tomorrow-night-eighties .hljs-variable,.hljs-tomorrow-night-eighties .hljs-template-variable,.hljs-tomorrow-night-eighties .hljs-tag,.hljs-tomorrow-night-eighties .hljs-name,.hljs-tomorrow-night-eighties .hljs-selector-id,.hljs-tomorrow-night-eighties .hljs-selector-class,.hljs-tomorrow-night-eighties .hljs-regexp,.hljs-tomorrow-night-eighties .hljs-deletion{color:#f2777a}.hljs-tomorrow-night-eighties .hljs-number,.hljs-tomorrow-night-eighties .hljs-built_in,.hljs-tomorrow-night-eighties .hljs-builtin-name,.hljs-tomorrow-night-eighties .hljs-literal,.hljs-tomorrow-night-eighties .hljs-type,.hljs-tomorrow-night-eighties .hljs-params,.hljs-tomorrow-night-eighties .hljs-meta,.hljs-tomorrow-night-eighties .hljs-link{color:#f99157}.hljs-tomorrow-night-eighties .hljs-attribute{color:#ffcc66}.hljs-tomorrow-night-eighties .hljs-string,.hljs-tomorrow-night-eighties .hljs-symbol,.hljs-tomorrow-night-eighties .hljs-bullet,.hljs-tomorrow-night-eighties .hljs-addition{color:#99cc99}.hljs-tomorrow-night-eighties .hljs-title,.hljs-tomorrow-night-eighties .hljs-section{color:#6699cc}.hljs-tomorrow-night-eighties .hljs-keyword,.hljs-tomorrow-night-eighties .hljs-selector-tag{color:#cc99cc}.hljs-tomorrow-night-eighties .hljs{display:block;overflow-x:auto;background:#2d2d2d;color:#cccccc;padding:.5em}.hljs-tomorrow-night-eighties .hljs-emphasis{font-style:italic}.hljs-tomorrow-night-eighties .hljs-strong{font-weight:bold}","tomorrow-night":".hljs-tomorrow-night .hljs-comment,.hljs-tomorrow-night .hljs-quote{color:#969896}.hljs-tomorrow-night .hljs-variable,.hljs-tomorrow-night .hljs-template-variable,.hljs-tomorrow-night .hljs-tag,.hljs-tomorrow-night .hljs-name,.hljs-tomorrow-night .hljs-selector-id,.hljs-tomorrow-night .hljs-selector-class,.hljs-tomorrow-night .hljs-regexp,.hljs-tomorrow-night .hljs-deletion{color:#cc6666}.hljs-tomorrow-night .hljs-number,.hljs-tomorrow-night .hljs-built_in,.hljs-tomorrow-night .hljs-builtin-name,.hljs-tomorrow-night .hljs-literal,.hljs-tomorrow-night .hljs-type,.hljs-tomorrow-night .hljs-params,.hljs-tomorrow-night .hljs-meta,.hljs-tomorrow-night .hljs-link{color:#de935f}.hljs-tomorrow-night .hljs-attribute{color:#f0c674}.hljs-tomorrow-night .hljs-string,.hljs-tomorrow-night .hljs-symbol,.hljs-tomorrow-night .hljs-bullet,.hljs-tomorrow-night .hljs-addition{color:#b5bd68}.hljs-tomorrow-night .hljs-title,.hljs-tomorrow-night .hljs-section{color:#81a2be}.hljs-tomorrow-night .hljs-keyword,.hljs-tomorrow-night .hljs-selector-tag{color:#b294bb}.hljs-tomorrow-night .hljs{display:block;overflow-x:auto;background:#1d1f21;color:#c5c8c6;padding:.5em}.hljs-tomorrow-night .hljs-emphasis{font-style:italic}.hljs-tomorrow-night .hljs-strong{font-weight:bold}",tomorrow:".hljs-tomorrow .hljs-comment,.hljs-tomorrow .hljs-quote{color:#8e908c}.hljs-tomorrow .hljs-variable,.hljs-tomorrow .hljs-template-variable,.hljs-tomorrow .hljs-tag,.hljs-tomorrow .hljs-name,.hljs-tomorrow .hljs-selector-id,.hljs-tomorrow .hljs-selector-class,.hljs-tomorrow .hljs-regexp,.hljs-tomorrow .hljs-deletion{color:#c82829}.hljs-tomorrow .hljs-number,.hljs-tomorrow .hljs-built_in,.hljs-tomorrow .hljs-builtin-name,.hljs-tomorrow .hljs-literal,.hljs-tomorrow .hljs-type,.hljs-tomorrow .hljs-params,.hljs-tomorrow .hljs-meta,.hljs-tomorrow .hljs-link{color:#f5871f}.hljs-tomorrow .hljs-attribute{color:#eab700}.hljs-tomorrow .hljs-string,.hljs-tomorrow .hljs-symbol,.hljs-tomorrow .hljs-bullet,.hljs-tomorrow .hljs-addition{color:#718c00}.hljs-tomorrow .hljs-title,.hljs-tomorrow .hljs-section{color:#4271ae}.hljs-tomorrow .hljs-keyword,.hljs-tomorrow .hljs-selector-tag{color:#8959a8}.hljs-tomorrow .hljs{display:block;overflow-x:auto;background:white;color:#4d4d4c;padding:.5em}.hljs-tomorrow .hljs-emphasis{font-style:italic}.hljs-tomorrow .hljs-strong{font-weight:bold}",vs:".hljs-vs .hljs{display:block;overflow-x:auto;padding:.5em;background:white;color:black}.hljs-vs .hljs-comment,.hljs-vs .hljs-quote,.hljs-vs .hljs-variable{color:#008000}.hljs-vs .hljs-keyword,.hljs-vs .hljs-selector-tag,.hljs-vs .hljs-built_in,.hljs-vs .hljs-name,.hljs-vs .hljs-tag{color:#00f}.hljs-vs .hljs-string,.hljs-vs .hljs-title,.hljs-vs .hljs-section,.hljs-vs .hljs-attribute,.hljs-vs .hljs-literal,.hljs-vs .hljs-template-tag,.hljs-vs .hljs-template-variable,.hljs-vs .hljs-type,.hljs-vs .hljs-addition{color:#a31515}.hljs-vs .hljs-deletion,.hljs-vs .hljs-selector-attr,.hljs-vs .hljs-selector-pseudo,.hljs-vs .hljs-meta{color:#2b91af}.hljs-vs .hljs-doctag{color:#808080}.hljs-vs .hljs-attr{color:#f00}.hljs-vs .hljs-symbol,.hljs-vs .hljs-bullet,.hljs-vs .hljs-link{color:#00b0e8}.hljs-vs .hljs-emphasis{font-style:italic}.hljs-vs .hljs-strong{font-weight:bold}",xcode:".hljs-xcode .hljs{display:block;overflow-x:auto;padding:.5em;background:#fff;color:black}.hljs-xcode .hljs-comment,.hljs-xcode .hljs-quote{color:#006a00}.hljs-xcode .hljs-keyword,.hljs-xcode .hljs-selector-tag,.hljs-xcode .hljs-literal{color:#aa0d91}.hljs-xcode .hljs-name{color:#008}.hljs-xcode .hljs-variable,.hljs-xcode .hljs-template-variable{color:#660}.hljs-xcode .hljs-string{color:#c41a16}.hljs-xcode .hljs-regexp,.hljs-xcode .hljs-link{color:#080}.hljs-xcode .hljs-title,.hljs-xcode .hljs-tag,.hljs-xcode .hljs-symbol,.hljs-xcode .hljs-bullet,.hljs-xcode .hljs-number,.hljs-xcode .hljs-meta{color:#1c00cf}.hljs-xcode .hljs-section,.hljs-xcode .hljs-class .hljs-title,.hljs-xcode .hljs-type,.hljs-xcode .hljs-attr,.hljs-xcode .hljs-built_in,.hljs-xcode .hljs-builtin-name,.hljs-xcode .hljs-params{color:#5c2699}.hljs-xcode .hljs-attribute,.hljs-xcode .hljs-subst{color:#000}.hljs-xcode .hljs-formula{background-color:#eee;font-style:italic}.hljs-xcode .hljs-addition{background-color:#baeeba}.hljs-xcode .hljs-deletion{background-color:#ffc8bd}.hljs-xcode .hljs-selector-id,.hljs-xcode .hljs-selector-class{color:#9b703f}.hljs-xcode .hljs-doctag,.hljs-xcode .hljs-strong{font-weight:bold}.hljs-xcode .hljs-emphasis{font-style:italic}",xt256:".hljs-xt256 .hljs{display:block;overflow-x:auto;color:#eaeaea;background:#000;padding:.5}.hljs-xt256 .hljs-subst{color:#eaeaea}.hljs-xt256 .hljs-emphasis{font-style:italic}.hljs-xt256 .hljs-strong{font-weight:bold}.hljs-xt256 .hljs-builtin-name,.hljs-xt256 .hljs-type{color:#eaeaea}.hljs-xt256 .hljs-params{color:#da0000}.hljs-xt256 .hljs-literal,.hljs-xt256 .hljs-number,.hljs-xt256 .hljs-name{color:#ff0000;font-weight:bolder}.hljs-xt256 .hljs-comment{color:#969896}.hljs-xt256 .hljs-selector-id,.hljs-xt256 .hljs-quote{color:#00ffff}.hljs-xt256 .hljs-template-variable,.hljs-xt256 .hljs-variable,.hljs-xt256 .hljs-title{color:#00ffff;font-weight:bold}.hljs-xt256 .hljs-selector-class,.hljs-xt256 .hljs-keyword,.hljs-xt256 .hljs-symbol{color:#fff000}.hljs-xt256 .hljs-string,.hljs-xt256 .hljs-bullet{color:#00ff00}.hljs-xt256 .hljs-tag,.hljs-xt256 .hljs-section{color:#000fff}.hljs-xt256 .hljs-selector-tag{color:#000fff;font-weight:bold}.hljs-xt256 .hljs-attribute,.hljs-xt256 .hljs-built_in,.hljs-xt256 .hljs-regexp,.hljs-xt256 .hljs-link{color:#ff00ff}.hljs-xt256 .hljs-meta{color:#fff;font-weight:bolder}",zenburn:".hljs-zenburn .hljs{display:block;overflow-x:auto;padding:.5em;background:#3f3f3f;color:#dcdcdc}.hljs-zenburn .hljs-keyword,.hljs-zenburn .hljs-selector-tag,.hljs-zenburn .hljs-tag{color:#e3ceab}.hljs-zenburn .hljs-template-tag{color:#dcdcdc}.hljs-zenburn .hljs-number{color:#8cd0d3}.hljs-zenburn .hljs-variable,.hljs-zenburn .hljs-template-variable,.hljs-zenburn .hljs-attribute{color:#efdcbc}.hljs-zenburn .hljs-literal{color:#efefaf}.hljs-zenburn .hljs-subst{color:#8f8f8f}.hljs-zenburn .hljs-title,.hljs-zenburn .hljs-name,.hljs-zenburn .hljs-selector-id,.hljs-zenburn .hljs-selector-class,.hljs-zenburn .hljs-section,.hljs-zenburn .hljs-type{color:#efef8f}.hljs-zenburn .hljs-symbol,.hljs-zenburn .hljs-bullet,.hljs-zenburn .hljs-link{color:#dca3a3}.hljs-zenburn .hljs-deletion,.hljs-zenburn .hljs-string,.hljs-zenburn .hljs-built_in,.hljs-zenburn .hljs-builtin-name{color:#cc9393}.hljs-zenburn .hljs-addition,.hljs-zenburn .hljs-comment,.hljs-zenburn .hljs-quote,.hljs-zenburn .hljs-meta{color:#7f9f7f}.hljs-zenburn .hljs-emphasis{font-style:italic}.hljs-zenburn .hljs-strong{font-weight:bold}"},engine:r}},{}],15:[function(e,t,a){function r(){}function s(e,t,a){var r,n;for(a=a||[];null!==(r=t.exec(e));)r.index>0&&a.push({type:"text",text:e.substring(0,r.index)}),r[o]?a.push({type:"code",text:r[0]}):r[c]?a.push({type:"text",text:r[0]}):r[m]?a.push({type:"fences",text:r[0]}):r[u]?a.push({type:"def",id:r[u].toLowerCase(),href:r[h],title:r[p]}):r[g]?a.push({type:"macro",name:r[g],args:(r[b]||"").split(",").map(i),obj:r[_]}):r[f]?a.push({type:"separator",text:r[f]}):r[v]?a.push({type:"notes_separator",text:r[v]}):r[d]&&(n=l(e,r.index+r[0].length),void 0!==n?(e=e.substring(n.length+1),"\\"!==r[0][0]?(a.push({type:"content_start",classes:r[d].substring(1).split("."),block:n.indexOf("\n")!==-1}),s(n,y,a),a.push({type:"content_end",block:n.indexOf("\n")!==-1})):a.push({type:"text",text:r[0].substring(1)+n+"]"})):a.push({type:"text",text:r[0]})),e=e.substring(r.index+r[0].length);return(e||!e&&0===a.length)&&a.push({type:"text",text:e}),a}function n(e,t){return new RegExp(e.source.replace(/\w{2,}/g,function(e){return t[e].source}))}function i(e){return"string"==typeof e?e.trim():e}function l(e,t){for(var a,r=1,s=t;r>0&&s]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/,MACRO:/!\[:([^\] ]+)([^\]]*)\](?:\(([^\)]*)\))?/,SEPARATOR:/(?:^|\n)(---?)(?:\n|$)/,NOTES_SEPARATOR:/(?:^|\n)(\?{3})(?:\n|$)/},E=n(/CODE|INLINE_CODE|CONTENT|FENCES|DEF|MACRO|SEPARATOR|NOTES_SEPARATOR/,j),y=n(/CODE|INLINE_CODE|CONTENT|FENCES|DEF|MACRO/,j);r.prototype.lex=function(e){var t,a=s(e,E);for(t=a.length-2;t>=0;t--)"text"===a[t].type&&"text"===a[t+1].type&&(a[t].text+=a[t+1].text,a.splice(t+1,1));return a}},{}],16:[function(e,t,a){var r=t.exports={};r.hello=function(){return"hello!"}},{}],17:[function(e,t,a){function r(e,t,a){var r=this;r.properties=t.properties||{},r.links=t.links||{},r.content=t.content||[],r.notes=t.notes||"",r.getSlideIndex=function(){return e},a&&s(r,a)}function s(e,t){n(e,t),l(e,t),c(e,t)}function n(e,t){var a,r;for(a in t.properties)t.properties.hasOwnProperty(a)&&!i(a)&&(r=[t.properties[a]],"class"===a&&e.properties[a]&&r.push(e.properties[a]),"class"!==a&&void 0!==e.properties[a]||(e.properties[a]=r.join(", ")))}function i(e){return"name"===e||"layout"===e||"count"===e}function l(e,t){var a;e.properties.content=e.content.slice(),o(e,t.content),a=e.expandVariables(!0),void 0===a.content&&(e.content=e.content.concat(e.properties.content)),delete e.properties.content}function o(e,t){var a;for(e.content=[],a=0;a0?s=n[n.length-1]:i[e.properties.template]?s=i[e.properties.template]:"false"===e.properties.layout?a=void 0:a&&"true"!==e.properties.layout&&(s=a),"true"===e.properties.continued&&t.countIncrementalSlides===!1&&void 0===e.properties.count&&(e.properties.count="false"),l=new o(n.length,e,s),"true"===e.properties.layout&&(a=l),e.properties.name&&(i[e.properties.name]=l),"true"!==e.properties.layout&&(n.push(l),e.properties.name&&(n.byName[e.properties.name]=l))}),n}function n(e){e.forEach(function(e){e.expandVariables()})}var i=e("./slideshow/navigation"),l=e("./slideshow/events"),o=(e("../utils"),e("./slide")),c=e("../parser"),d=e("../macros");t.exports=r},{"../macros":16,"../parser":21,"../utils":24,"./slide":17,"./slideshow/events":19,"./slideshow/navigation":20}],19:[function(e,t,a){function r(e){var t=this,a=new s;a.setMaxListeners(0),t.on=function(){return a.on.apply(a,arguments),t},["showSlide","hideSlide","beforeShowSlide","afterShowSlide","beforeHideSlide","afterHideSlide","toggledPresenter"].map(function(r){e.on(r,function(e){var s=t.getSlides()[e];a.emit(r,s)})})}var s=e("events").EventEmitter;t.exports=r},{events:1}],20:[function(e,t,a){function r(e){function t(){e.emit("pause")}function a(){e.emit("resume")}function r(){return u}function s(t,a){var r=t===u,s=t<0||t>m.getSlideCount()-1;void 0===a&&(a=!1),r||s||(u!==-1&&e.emit("hideSlide",u,!1),null===h?h=!1:h===!1&&(e.emit("start"),h=!0),e.emit("showSlide",t),u=t,e.emit("slideChanged",t+1),a||(m.clone&&!m.clone.closed&&m.clone.postMessage("gotoSlide:"+(u+1),"*"),window.opener&&window.opener.postMessage("gotoSlide:"+(u+1),"*")))}function n(e,t){var a=d(e);s(a,t)}function i(){s(u-1)}function l(){s(u+1)}function o(){s(0)}function c(){s(m.getSlideCount()-1)}function d(t){var a,r;return"number"==typeof t?t-1:(a=parseInt(t,10),a.toString()===t?a-1:t.match(/^p\d+$/)?(e.emit("forcePresenterMode"),parseInt(t.substr(1),10)-1):(r=m.getSlideByName(t),r?r.getSlideIndex():0))}var m=this,u=-1,h=null;m.getCurrentSlideIndex=r,m.gotoSlide=n,m.gotoPreviousSlide=i,m.gotoNextSlide=l,m.gotoFirstSlide=o,m.gotoLastSlide=c,m.pause=t,m.resume=a,e.on("gotoSlide",n),e.on("gotoPreviousSlide",i),e.on("gotoNextSlide",l),e.on("gotoFirstSlide",o),e.on("gotoLastSlide",c),e.on("slidesChanged",function(){u>m.getSlideCount()&&(u=m.getSlideCount())}),e.on("createClone",function(){!m.clone||m.clone.closed?m.clone=window.open(location.href,m.getCloneTarget(),"location=no"):m.clone.focus()}),e.on("resetTimer",function(){h=!1})}t.exports=r},{}],21:[function(e,t,a){function r(){}function s(){return{content:[],properties:{continued:"false"},links:{}}}function n(e){return{class:e.classes.join(" "),block:e.block,content:[]}}function i(e,t){var a=e.content;void 0!==e.notes&&(a=e.notes);var r=a.length-1;"string"==typeof a[r]&&"string"==typeof t?a[r]+=t:a.push(t)}function l(e,t){for(var a,r=/^\n*([-\w]+):([^$\n]*)|\n*(?:)/i;null!==(a=r.exec(e));)e=e.substr(0,a.index)+e.substr(a.index+a[0].length),void 0!==a[1]?t[a[1].trim()]=a[2].trim():t[a[3].trim()]=a[4].trim(),r.lastIndex=a.index;return e}function o(e){var t=function(e,t){for(var a,r=[];null!==(a=t.exec(e));)r.push(a[1]);return r},a=/^([ \t]*)[^ \t\n]/gm,r=t(e,a).map(function(e){return e.length}),s=Math.min.apply(Math,r),n=new RegExp("^[ \\t]{0,"+s+"}","gm");return e.replace(n,"")}var c=e("./lexer");t.exports=r,r.prototype.parse=function(e,t){var a=this,r=new c,d=r.lex(o(e)),m=[],u=[s()];return t=t||{},d.forEach(function(e){switch(e.type){case"text":case"code":case"fences":i(u[u.length-1],e.text);break;case"def":u[0].links[e.id]={href:e.href,title:e.title};break;case"macro":var r=t[e.name];if("function"!=typeof r)throw new Error('Macro "'+e.name+"\" not found. You need to define macro using remark.macros['"+e.name+"'] = function () { ... };");var l=r.apply(e.obj,e.args);"string"==typeof l?(l=a.parse(l,t),i(u[u.length-1],l[0].content[0])):i(u[u.length-1],void 0===l?"":l.toString());break;case"content_start":u.push(n(e));break;case"content_end":i(u[u.length-2],u[u.length-1]),u.pop();break;case"separator":m.push(u[0]),u=[s()],u[0].properties.continued=("--"===e.text).toString();break;case"notes_separator":u[0].notes=[]}}),m.push(u[0]),m.forEach(function(e){e.content[0]=l(e.content[0]||"",e.properties)}),m.filter(function(e){var t=(e.properties.exclude||"").toLowerCase();return"true"!==t})}},{"./lexer":15}],22:[function(e,t,a){t.exports={version:"0.14.1",documentStyles:"html.remark-container,body.remark-container{height:100%;width:100%;-webkit-print-color-adjust:exact}.remark-container{background:#d7d8d2;margin:0;overflow:hidden}.remark-container:focus{outline-style:solid;outline-width:1px}.remark-container:-webkit-full-screen{width:100%;height:100%}body:-webkit-full-screen{background:#000000}body:-moz-full-screen{background:#000000}body:fullscreen{background:#000000}.remark-slides-area{position:relative;height:100%;width:100%}.remark-slide-container{display:none;position:absolute;height:100%;width:100%;page-break-after:always}.remark-slide-scaler{background-color:transparent;overflow:hidden;position:absolute;-webkit-transform-origin:top left;-moz-transform-origin:top left;transform-origin:top-left;-moz-box-shadow:0 0 30px #888;-webkit-box-shadow:0 0 30px #888;box-shadow:0 0 30px #888}.remark-slide{height:100%;width:100%;display:table;table-layout:fixed}.remark-slide>.left{text-align:left}.remark-slide>.center{text-align:center}.remark-slide>.right{text-align:right}.remark-slide>.top{vertical-align:top}.remark-slide>.middle{vertical-align:middle}.remark-slide>.bottom{vertical-align:bottom}.remark-slide-content{background-color:#fff;background-position:center;background-repeat:no-repeat;display:table-cell;font-size:20px;padding:1em 4em 1em 4em}.remark-slide-content h1{font-size:55px}.remark-slide-content h2{font-size:45px}.remark-slide-content h3{font-size:35px}.remark-slide-content .left{display:block;text-align:left}.remark-slide-content .center{display:block;text-align:center}.remark-slide-content .right{display:block;text-align:right}.remark-slide-number{bottom:12px;opacity:.5;position:absolute;right:20px}.remark-slide-notes{border-top:3px solid black;position:absolute;display:none}.remark-code{font-size:18px}.remark-code-line{min-height:1em}.remark-code-line-highlighted{background-color:rgba(255,255,0,0.5)}.remark-code-span-highlighted{background-color:rgba(255,255,0,0.5);padding:1px 2px 2px 2px}.remark-visible{display:block;z-index:2}.remark-fading{display:block;z-index:1}.remark-fading .remark-slide-scaler{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.remark-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;display:none;background:#000;z-index:2}.remark-pause{bottom:0;top:0;right:0;left:0;display:none;position:absolute;z-index:1000}.remark-pause .remark-pause-lozenge{margin-top:30%;text-align:center}.remark-pause .remark-pause-lozenge span{color:white;background:black;border:2px solid black;border-radius:20px;padding:20px 30px;font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:42pt;font-weight:bold}.remark-container.remark-presenter-mode.remark-pause-mode .remark-pause{display:block}.remark-container.remark-presenter-mode.remark-pause-mode .remark-backdrop{display:block;opacity:.5}.remark-help{bottom:0;top:0;right:0;left:0;display:none;position:absolute;z-index:1000;-webkit-transform-origin:top left;-moz-transform-origin:top left;transform-origin:top-left}.remark-help .remark-help-content{color:white;font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:12pt;position:absolute;top:5%;bottom:10%;height:10%;left:5%;width:90%}.remark-help .remark-help-content h1{font-size:36px}.remark-help .remark-help-content td{color:white;font-size:12pt;padding:10px}.remark-help .remark-help-content td:first-child{padding-left:0}.remark-help .remark-help-content .key{background:white;color:black;min-width:1em;display:inline-block;padding:3px 6px;text-align:center;border-radius:4px;font-size:14px}.remark-help .dismiss{top:85%}.remark-container.remark-help-mode .remark-help{display:block}.remark-container.remark-help-mode .remark-backdrop{display:block;opacity:.95}.remark-preview-area{bottom:2%;left:2%;display:none;opacity:.5;position:absolute;height:47.25%;width:48%}.remark-preview-area .remark-slide-container{display:block}.remark-notes-area{background:#fff;bottom:0;color:black;display:none;left:52%;overflow:hidden;position:absolute;right:0;top:0}.remark-notes-area .remark-top-area{height:50px;left:20px;position:absolute;right:10px;top:10px}.remark-notes-area .remark-bottom-area{position:absolute;top:75px;bottom:10px;left:20px;right:10px}.remark-notes-area .remark-bottom-area .remark-toggle{display:block;text-decoration:none;font-family:Helvetica,arial,freesans,clean,sans-serif;height:21px;font-size:.75em;text-transform:uppercase;color:#ccc}.remark-notes-area .remark-bottom-area .remark-notes-current-area{height:70%;position:relative}.remark-notes-area .remark-bottom-area .remark-notes-current-area .remark-notes{clear:both;border-top:1px solid #f5f5f5;position:absolute;top:22px;bottom:0;left:0;right:0;overflow-y:auto;margin-bottom:20px;padding-top:10px}.remark-notes-area .remark-bottom-area .remark-notes-preview-area{height:30%;position:relative}.remark-notes-area .remark-bottom-area .remark-notes-preview-area .remark-notes-preview{border-top:1px solid #f5f5f5;position:absolute;top:22px;bottom:0;left:0;right:0;overflow-y:auto}.remark-notes-area .remark-bottom-area .remark-notes>*:first-child,.remark-notes-area .remark-bottom-area .remark-notes-preview>*:first-child{margin-top:5px}.remark-notes-area .remark-bottom-area .remark-notes>*:last-child,.remark-notes-area .remark-bottom-area .remark-notes-preview>*:last-child{margin-bottom:0}.remark-toolbar{color:#979892;vertical-align:middle}.remark-toolbar .remark-toolbar-link{border:2px solid #d7d8d2;color:#979892;display:inline-block;padding:2px 2px;text-decoration:none;text-align:center;min-width:20px}.remark-toolbar .remark-toolbar-link:hover{border-color:#979892;color:#676862}.remark-toolbar .remark-toolbar-timer{border:2px solid black;border-radius:10px;background:black;color:white;display:inline-block;float:right;padding:5px 10px;font-family:sans-serif;font-weight:bold;font-size:175%;text-decoration:none;text-align:center}.remark-container.remark-presenter-mode .remark-slides-area{top:2%;left:2%;height:47.25%;width:48%}.remark-container.remark-presenter-mode .remark-preview-area{display:block}.remark-container.remark-presenter-mode .remark-notes-area{display:block}.remark-container.remark-blackout-mode:not(.remark-presenter-mode) .remark-backdrop{display:block;opacity:.99}.remark-container.remark-mirrored-mode:not(.remark-presenter-mode) .remark-slides-area{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1)}@media print{.remark-container{overflow:visible;background-color:#fff}.remark-container.remark-presenter-mode .remark-slides-area{top:0;left:0;height:100%;width:681px}.remark-container.remark-presenter-mode .remark-preview-area,.remark-container.remark-presenter-mode .remark-notes-area{display:none}.remark-container.remark-presenter-mode .remark-slide-notes{display:block;margin-left:30px;width:621px}.remark-slide-container{display:block;position:relative}.remark-slide-scaler{-moz-box-shadow:none;-webkit-box-shadow:none;-webkit-transform-origin:initial;box-shadow:none}}@page{margin:0}", +containerLayout:'

    \n
    \n
    \n +\n -\n \n
    \n
    \n
    \n
    \n
    Notes for current slide
    \n
    \n
    \n
    \n
    Notes for next slide
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n Paused\n
    \n
    \n
    \n
    \n

    Help

    \n

    Keyboard shortcuts

    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n ,\n ,\n Pg Up,\n k\n Go to previous slide
    \n ,\n ,\n Pg Dn,\n Space,\n j\n Go to next slide
    \n Home\n Go to first slide
    \n End\n Go to last slide
    \n Number + Return\n Go to specific slide
    \n b /\n m /\n f\n Toggle blackout / mirrored / fullscreen mode
    \n c\n Clone slideshow
    \n p\n Toggle presenter mode
    \n t\n Restart the presentation timer
    \n ?,\n h\n Toggle this help
    \n
    \n
    \n \n \n \n \n \n
    \n Esc\n Back to slideshow
    \n
    \n
    \n'}},{}],23:[function(e,t,a){function r(e,t){var a=this;a.events=e,a.slideshow=t,a.ratio=s(t),a.dimensions=n(a.ratio),a.events.on("propertiesChanged",function(e){e.hasOwnProperty("ratio")&&(a.ratio=s(t),a.dimensions=n(a.ratio))})}function s(e){var t,a=e.getRatio().split(":");return t={width:parseInt(a[0],10),height:parseInt(a[1],10)},t.ratio=t.width/t.height,t}function n(e){return{width:Math.floor(i/o*e.ratio),height:l}}var i=908,l=681,o=i/l;t.exports=r,r.prototype.scaleToFit=function(e,t){var a,r,s,n,i,l=this,o=t.clientHeight,c=t.clientWidth,d=l.ratio,m=l.dimensions;a=c/d.width>o/d.height?o/m.height:c/m.width,r=m.width*a,s=m.height*a,n=(c-r)/2,i=(o-s)/2,e.style["-webkit-transform"]="scale("+a+")",e.style.MozTransform="scale("+a+")",e.style.left=Math.max(n,0)+"px",e.style.top=Math.max(i,0)+"px"}},{}],24:[function(e,t,a){a.addClass=function(e,t){e.className=a.getClasses(e).concat([t]).join(" ")},a.removeClass=function(e,t){e.className=a.getClasses(e).filter(function(e){return e!==t}).join(" ")},a.toggleClass=function(e,t){var r=a.getClasses(e),s=r.indexOf(t);s!==-1?r.splice(s,1):r.push(t),e.className=r.join(" ")},a.getClasses=function(e){return e.className.split(" ").filter(function(e){return""!==e})},a.hasClass=function(e,t){return a.getClasses(e).indexOf(t)!==-1},a.getPrefixedProperty=function(e,t){var a=t[0].toUpperCase()+t.slice(1);return e[t]||e["moz"+a]||e["webkit"+a]}},{}],25:[function(e,t,a){function r(e,t,a){var r=this;r.events=e,r.element=t,r.slideViewsAccessor=a,r.configureElements(),e.on("showSlide",function(e){r.showSlide(e)})}e("../converter");t.exports=r,r.prototype.showSlide=function(e){var t=this,a=t.slideViewsAccessor(),r=a[e],s=a[e+1];t.notesElement.innerHTML=r.notesElement.innerHTML,s?t.notesPreviewElement.innerHTML=s.notesElement.innerHTML:t.notesPreviewElement.innerHTML=""},r.prototype.configureElements=function(){var e=this;e.notesElement=e.element.getElementsByClassName("remark-notes")[0],e.notesPreviewElement=e.element.getElementsByClassName("remark-notes-preview")[0],e.notesElement.addEventListener("mousewheel",function(e){e.stopPropagation()}),e.notesPreviewElement.addEventListener("mousewheel",function(e){e.stopPropagation()}),e.toolbarElement=e.element.getElementsByClassName("remark-toolbar")[0];var t={increase:function(){e.notesElement.style.fontSize=(parseFloat(e.notesElement.style.fontSize)||1)+.1+"em",e.notesPreviewElement.style.fontsize=e.notesElement.style.fontSize},decrease:function(){e.notesElement.style.fontSize=(parseFloat(e.notesElement.style.fontSize)||1)-.1+"em",e.notesPreviewElement.style.fontsize=e.notesElement.style.fontSize}};e.toolbarElement.getElementsByTagName("a").forEach(function(e){e.addEventListener("click",function(e){var a=e.target.hash.substr(1);t[a](),e.preventDefault()})})}},{"../converter":12}],26:[function(e,t,a){function r(e,t,a,r){var s=this;s.events=e,s.slideshow=t,s.scaler=a,s.slide=r,s.slideNumber=new g(r,t),s.configureElements(),s.updateDimensions(),s.events.on("propertiesChanged",function(e){e.hasOwnProperty("ratio")&&s.updateDimensions()})}function s(e,t,a){var r=document.createElement("div");return a.properties.name&&(r.id="slide-"+a.properties.name),n(t,r,a.properties),r.innerHTML=b.convertMarkdown(a.content,t.getLinks()),d(r,t),r}function n(e,t,a){t.className="",c(t,a),o(t,a,e),l(t,a)}function i(e,t){var a=document.createElement("div");return a.className="remark-slide-notes",a.innerHTML=b.convertMarkdown(t,e.getLinks()),d(a,e),a}function l(e,t){var a=t["background-image"],r=t["background-color"],s=t["background-size"],n=t["background-position"];a&&(e.style.backgroundImage=a),r&&(e.style.backgroundColor=r),s&&(e.style.backgroundSize=s),n&&(e.style.backgroundPosition=n)}function o(e,t,a){var r=t["highlight-style"]||a.getHighlightStyle();r&&f.addClass(e,"hljs-"+r)}function c(e,t){f.addClass(e,"remark-slide-content"),(t.class||"").split(/,| /).filter(function(e){return""!==e}).forEach(function(t){f.addClass(e,t)})}function d(e,t){var a,r=e.getElementsByTagName("code"),s=t.getHighlightLines(),n=t.getHighlightSpans(),i=t.getHighlightInlineCode();r.forEach(function(e){return""===e.className&&(e.className=t.getHighlightLanguage()),"PRE"!==e.parentElement.tagName?(f.addClass(e,"remark-inline-code"),void(i&&_.engine.highlightBlock(e,""))):(s&&(a=m(e)),""!==e.className&&_.engine.highlightBlock(e," "),u(e),s&&h(e,a.highlightedLines),n&&p(e),void f.addClass(e,"remark-code"))})}function m(e){var t=[];return e.innerHTML=e.innerHTML.split(/\r?\n/).map(function(e,a){return 0===e.indexOf("*")?(t.push(a),e.replace(/^\*( )?/,"$1$1")):e}).join("\n"),{highlightedLines:t}}function u(e){var t=e.innerHTML.split(/\r?\n/).map(function(e){return'
    '+e+"
    "});t.length&&t[t.length-1].indexOf("><")!==-1&&t.pop(),e.innerHTML=t.join("")}function h(e,t){t.forEach(function(t){f.addClass(e.childNodes[t],"remark-code-line-highlighted")})}function p(e){var t=/([^`])`([^`]+?)`/g;e.childNodes.forEach(function(e){e.innerHTML=e.innerHTML.replace(t,function(e,t,a){return"\\"===t?e.substr(1):t+''+a+""})})}var g=e("../components/slide-number/slide-number"),b=e("../converter"),_=e("../highlighter"),f=e("../utils");t.exports=r,r.prototype.updateDimensions=function(){var e=this,t=e.scaler.dimensions;e.scalingElement.style.width=t.width+"px",e.scalingElement.style.height=t.height+"px"},r.prototype.scale=function(e){var t=this;t.scaler.scaleToFit(t.scalingElement,e)},r.prototype.show=function(){f.addClass(this.containerElement,"remark-visible"),f.removeClass(this.containerElement,"remark-fading")},r.prototype.hide=function(){var e=this;f.removeClass(this.containerElement,"remark-visible"),f.addClass(this.containerElement,"remark-fading"),setTimeout(function(){f.removeClass(e.containerElement,"remark-fading")},1e3)},r.prototype.configureElements=function(){var e=this;e.containerElement=document.createElement("div"),e.containerElement.className="remark-slide-container",e.scalingElement=document.createElement("div"),e.scalingElement.className="remark-slide-scaler",e.element=document.createElement("div"),e.element.className="remark-slide",e.contentElement=s(e.events,e.slideshow,e.slide),e.notesElement=i(e.slideshow,e.slide.notes),e.contentElement.appendChild(e.slideNumber.element),e.element.appendChild(e.contentElement),e.scalingElement.appendChild(e.element),e.containerElement.appendChild(e.scalingElement),e.containerElement.appendChild(e.notesElement)},r.prototype.scaleBackgroundImage=function(e){var t,a,r,s=this,n=window.getComputedStyle(this.contentElement),i=n.backgroundImage,l=n.backgroundSize,o=n.backgroundPosition;(!l&&!o||s.backgroundSizeSet)&&null!==(t=/^url\(("?)([^\)]+?)\1\)/.exec(i))&&(a=new Image,a.onload=function(){a.width>e.width||a.height>e.height?s.originalBackgroundSize||(s.originalBackgroundSize=s.contentElement.style.backgroundSize,s.originalBackgroundPosition=s.contentElement.style.backgroundPosition,s.backgroundSizeSet=!0,r=e.width/a.width-1&&e.showSlide(e.slideshow.getCurrentSlideIndex())},r.prototype.scaleSlideBackgroundImages=function(e){var t=this;t.slideViews.forEach(function(t){t.scaleBackgroundImage(e)})},r.prototype.showSlide=function(e){var t=this,a=t.slideViews[e],r=t.slideViews[e+1];t.events.emit("beforeShowSlide",e),a.show(),r?t.previewArea.innerHTML=r.containerElement.outerHTML:t.previewArea.innerHTML="",t.events.emit("afterShowSlide",e)},r.prototype.hideSlide=function(e){var t=this,a=t.slideViews[e];t.events.emit("beforeHideSlide",e),a.hide(),t.events.emit("afterHideSlide",e)},r.prototype.updateDimensions=function(){var e=this,t=e.scaler.dimensions;e.helpElement.style.width=t.width+"px",e.helpElement.style.height=t.height+"px",e.scaleSlideBackgroundImages(t),e.scaleElements()},r.prototype.scaleElements=function(){var e=this;e.slideViews.forEach(function(t){t.scale(e.elementArea)}),e.previewArea.children.length&&e.scaler.scaleToFit(e.previewArea.children[0].children[0],e.previewArea),e.scaler.scaleToFit(e.helpElement,e.containerElement),e.scaler.scaleToFit(e.pauseElement,e.containerElement)}},{"../components/printing/printing":"components/printing","../components/timer/timer":"components/timer","../resources":22,"../scaler":23,"../utils":24,"./notesView":25,"./slideView":26}],"components/printing":[function(e,t,a){function r(){}var s=e("events").EventEmitter,n=e("../styler/styler"),i="landscape",l="portrait",o=681,c=908;r.prototype=new s,r.prototype.init=function(){var e=this;return this.setPageOrientation(i),!!window.matchMedia&&void window.matchMedia("print").addListener(function(t){e.onPrint(t)})},r.prototype.onPrint=function(e){e.matches&&this.emit("print",{isPortrait:"portrait"===this._orientation,pageHeight:this._pageHeight,pageWidth:this._pageWidth})},r.prototype.setPageOrientation=function(e){if(e===l)this._pageHeight=c,this._pageWidth=o;else{if(e!==i)throw new Error("Unknown print orientation: "+e);this._pageHeight=o,this._pageWidth=c}this._orientation=e,n.setPageSize(this._pageWidth+"px "+this._pageHeight+"px")},t.exports=new r},{"../styler/styler":"components/styler",events:1}],"components/slide-number":[function(e,t,a){function r(e,t){var a=this;a.slide=e,a.slideshow=t,a.element=document.createElement("div"),a.element.className="remark-slide-number",a.element.innerHTML=s(a.slide,a.slideshow)}function s(e,t){var a=t.getSlideNumberFormat(),r=t.getSlides(),s=n(e,t),i=n(r[r.length-1],t);return"function"==typeof a?a.call(t,s,i):a.replace("%current%",s).replace("%total%",i)}function n(e,t){var a,r=t.getSlides(),s=0;for(a=0;a<=e.getSlideIndex()&&a9?":":":0")+r+(a>9?":":":0")+a}}},{"../../utils":24}]},{},[4]); \ No newline at end of file diff --git a/docs/_site/slides/libs/shareon-1.4.1/shareon.min.css b/docs/_site/slides/libs/shareon-1.4.1/shareon.min.css new file mode 100644 index 00000000..29ebe894 --- /dev/null +++ b/docs/_site/slides/libs/shareon-1.4.1/shareon.min.css @@ -0,0 +1,5 @@ +/*! + * shareon v1.4.1 by Nikita Karamov + * https://shareon.js.org + */ +.shareon{font-size:0!important}.shareon>*{display:inline-block;position:relative;height:24px;min-width:16px;margin:3px;padding:6px 10px;background-color:#ccc;border-radius:3.33333px;border:none;box-sizing:content-box;color:#fff;line-height:1.5;transition:opacity .3s ease;vertical-align:middle}.shareon>:hover{border:none;cursor:pointer;opacity:.7}.shareon>:not(:empty){font-size:16px;text-decoration:none}.shareon>:not(:empty):before{position:relative;height:100%;width:28px;top:0;left:0;background-position:0 50%}.shareon>:before{display:inline-block;position:absolute;height:20px;width:20px;top:8px;left:8px;background-repeat:no-repeat;background-size:20px 20px;content:"";vertical-align:bottom}.shareon>.facebook{background-color:#1877f2}.shareon>.facebook:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.998 12c0-6.628-5.372-12-11.999-12C5.372 0 0 5.372 0 12c0 5.988 4.388 10.952 10.124 11.852v-8.384H7.078v-3.469h3.046V9.356c0-3.008 1.792-4.669 4.532-4.669 1.313 0 2.686.234 2.686.234v2.953H15.83c-1.49 0-1.955.925-1.955 1.874V12h3.328l-.532 3.469h-2.796v8.384c5.736-.9 10.124-5.864 10.124-11.853z'/%3E%3C/svg%3E")}.shareon>.linkedin{background-color:#2867b2}.shareon>.linkedin:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.722 23.72h-4.91v-7.692c0-1.834-.038-4.194-2.559-4.194-2.56 0-2.95 1.995-2.95 4.06v7.827H8.394V7.902h4.716v2.157h.063c.659-1.244 2.261-2.556 4.655-2.556 4.974 0 5.894 3.274 5.894 7.535zM.388 7.902h4.923v15.819H.388zM2.85 5.738A2.849 2.849 0 010 2.886a2.851 2.851 0 112.85 2.852z'/%3E%3C/svg%3E")}.shareon>.linkedin:not(:empty):before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.064 2.064 0 112.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3E%3C/svg%3E")}.shareon>.messenger{background-color:#09f}.shareon>.messenger:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.64C0 4.95 5.24 0 12 0s12 4.95 12 11.64-5.24 11.64-12 11.64c-1.21 0-2.38-.16-3.47-.46a.96.96 0 00-.64.05L5.5 23.92a.96.96 0 01-1.35-.85l-.07-2.14a.97.97 0 00-.32-.68A11.39 11.39 0 010 11.64zm8.32-2.19l-3.52 5.6c-.35.53.32 1.14.82.75l3.79-2.87c.26-.2.6-.2.87 0l2.8 2.1c.84.63 2.04.4 2.6-.48l3.52-5.6c.35-.53-.32-1.13-.82-.75l-3.79 2.87c-.25.2-.6.2-.86 0l-2.8-2.1a1.8 1.8 0 00-2.61.48z'/%3E%3C/svg%3E")}.shareon>.odnoklassniki{background-color:#ee8208}.shareon>.odnoklassniki:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.505 17.44a11.599 11.599 0 003.6-1.49 1.816 1.816 0 00-1.935-3.073 7.866 7.866 0 01-8.34 0 1.814 1.814 0 00-2.5.565c0 .002 0 .004-.002.005a1.812 1.812 0 00.567 2.5l.002.002c1.105.695 2.322 1.2 3.596 1.488l-3.465 3.465A1.796 1.796 0 006 23.439l.03.03c.344.354.81.53 1.274.53.465 0 .93-.176 1.275-.53L12 20.065l3.404 3.406a1.815 1.815 0 002.566-2.565l-3.465-3.466zM12 12.388a6.202 6.202 0 006.195-6.193C18.195 2.78 15.415 0 12 0S5.805 2.78 5.805 6.197A6.2 6.2 0 0012 12.389zm0-8.757a2.566 2.566 0 010 5.13 2.569 2.569 0 01-2.565-2.564A2.57 2.57 0 0112 3.63z'/%3E%3C/svg%3E")}.shareon>.pinterest{background-color:#ee0023}.shareon>.pinterest:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026z'/%3E%3C/svg%3E")}.shareon>.pocket{background-color:#ef4154}.shareon>.pocket:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.813 10.259l-5.646 5.419a1.649 1.649 0 01-2.282 0l-5.646-5.419a1.645 1.645 0 012.276-2.376l4.511 4.322 4.517-4.322a1.643 1.643 0 012.326.049 1.64 1.64 0 01-.045 2.326zm5.083-7.546a2.163 2.163 0 00-2.041-1.436H2.179c-.9 0-1.717.564-2.037 1.405-.094.25-.142.511-.142.774v7.245l.084 1.441c.348 3.277 2.047 6.142 4.682 8.139.045.036.094.07.143.105l.03.023a11.899 11.899 0 004.694 2.072c.786.158 1.591.24 2.389.24.739 0 1.481-.067 2.209-.204.088-.029.176-.045.264-.06.023 0 .049-.015.074-.029a12.002 12.002 0 004.508-2.025l.029-.031.135-.105c2.627-1.995 4.324-4.862 4.686-8.148L24 10.678V3.445c0-.251-.031-.5-.121-.742z'/%3E%3C/svg%3E")}.shareon>.reddit{background-color:#ff4500}.shareon>.reddit:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.53 1.148a1.83 1.83 0 00-1.667 1.054l-4.372-.928a.522.522 0 00-.358.063.515.515 0 00-.21.297L11.59 7.925c-2.807.086-5.32.909-7.137 2.237a2.668 2.668 0 00-1.815-.737A2.64 2.64 0 000 12.064a2.634 2.634 0 001.563 2.407 4.95 4.95 0 00-.065.803c0 4.053 4.71 7.326 10.537 7.326s10.537-3.273 10.537-7.326a4.548 4.548 0 00-.063-.782 2.732 2.732 0 001.519-2.428 2.64 2.64 0 00-2.639-2.64 2.53 2.53 0 00-1.816.74c-1.796-1.288-4.287-2.134-7.031-2.239l1.204-5.637 3.906.823a1.888 1.888 0 001.878 1.777c1.024 0 1.87-.837 1.88-1.861a1.884 1.884 0 00-1.88-1.88zM7.907 18.066c-.13 0-.254.05-.347.141a.498.498 0 000 .697c1.266 1.267 3.736 1.373 4.454 1.373s3.167-.084 4.454-1.373a.546.546 0 00.044-.697.5.5 0 00-.698 0c-.823.802-2.533 1.099-3.779 1.099s-2.977-.295-3.779-1.099a.49.49 0 00-.349-.142zm-1.932-4.122c0-1.035.844-1.88 1.88-1.88 1.034 0 1.878.843 1.878 1.879S8.89 15.82 7.856 15.82a1.882 1.882 0 01-1.88-1.877zm10.155-1.88c1.035 0 1.88.845 1.88 1.879 0 1.035-.844 1.878-1.879 1.878s-1.879-.843-1.879-1.877c0-1.037.844-1.88 1.878-1.88z' fill-rule='evenodd'/%3E%3C/svg%3E")}.shareon>.telegram{background-color:#179cde}.shareon>.telegram:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.517 11.31c-.962.382-1.466.756-1.512 1.122-.088.702.924.921 2.196 1.335 1.037.337 2.433.731 3.158.747.658.014 1.393-.257 2.204-.814 5.533-3.735 8.39-5.622 8.57-5.663.126-.029.301-.065.42.04.119.106.107.306.095.36-.101.429-5.3 5.156-5.599 5.467-1.143 1.187-2.443 1.913-.437 3.235 1.735 1.144 2.746 1.873 4.534 3.045 1.142.75 2.039 1.637 3.218 1.529.543-.05 1.104-.56 1.389-2.083.673-3.598 1.996-11.392 2.302-14.604a3.585 3.585 0 00-.034-.8c-.027-.158-.084-.383-.29-.55-.243-.197-.619-.24-.787-.236-.764.013-1.936.42-7.579 2.767C11.39 7.03 7.44 8.73 1.517 11.31z'/%3E%3C/svg%3E")}.shareon>.twitter{background-color:#1da1f2}.shareon>.twitter:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.954 4.569a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.691 8.094 4.066 6.13 1.64 3.161a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.061a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.937 4.937 0 004.604 3.417 9.868 9.868 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63a9.936 9.936 0 002.46-2.548l-.047-.02z'/%3E%3C/svg%3E")}.shareon>.viber{background-color:#7360f2}.shareon>.viber:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.398.002C9.473.028 5.331.344 3.014 2.467 1.294 4.177.693 6.698.623 9.82c-.06 3.11-.13 8.95 5.5 10.541v2.42s-.038.97.602 1.17c.79.25 1.24-.499 1.99-1.299l1.4-1.58c3.85.32 6.8-.419 7.14-.529.78-.25 5.181-.811 5.901-6.652.74-6.031-.36-9.831-2.34-11.551l-.01-.002c-.6-.55-3-2.3-8.37-2.32 0 0-.396-.025-1.038-.016zm.067 1.697c.545-.003.88.02.88.02 4.54.01 6.711 1.38 7.221 1.84 1.67 1.429 2.528 4.856 1.9 9.892-.6 4.88-4.17 5.19-4.83 5.4-.28.09-2.88.73-6.152.52 0 0-2.439 2.941-3.199 3.701-.12.13-.26.17-.35.15-.13-.03-.17-.19-.16-.41l.02-4.019c-4.771-1.32-4.491-6.302-4.441-8.902.06-2.6.55-4.732 2-6.172 1.957-1.77 5.475-2.01 7.11-2.02zm.36 2.6a.299.299 0 00-.3.299.3.3 0 00.3.3 5.631 5.631 0 014.03 1.59c1.09 1.06 1.621 2.48 1.641 4.34a.3.3 0 00.3.3v-.009a.3.3 0 00.3-.3 6.451 6.451 0 00-1.81-4.76c-1.19-1.16-2.692-1.76-4.462-1.76zm-3.954.69a.955.955 0 00-.615.12h-.012c-.41.24-.788.54-1.148.94-.27.32-.421.639-.461.949a1.24 1.24 0 00.05.541l.02.01a13.722 13.722 0 001.2 2.6 15.383 15.383 0 002.32 3.171l.03.04.04.03.03.03.03.03a15.603 15.603 0 003.18 2.33c1.32.72 2.122 1.06 2.602 1.2v.01c.14.04.268.06.398.06a1.84 1.84 0 001.102-.472c.39-.35.7-.738.93-1.148v-.01c.23-.43.15-.841-.18-1.121a13.632 13.632 0 00-2.15-1.54c-.51-.28-1.03-.11-1.24.17l-.45.569c-.23.28-.65.24-.65.24l-.012.01c-3.12-.8-3.95-3.959-3.95-3.959s-.04-.43.25-.65l.56-.45c.27-.22.46-.74.17-1.25a13.522 13.522 0 00-1.54-2.15.843.843 0 00-.504-.3zm4.473.89a.3.3 0 00.002.6 3.78 3.78 0 012.65 1.15 3.5 3.5 0 01.9 2.57.3.3 0 00.3.299l.01.012a.3.3 0 00.3-.301c.03-1.19-.34-2.19-1.07-2.99-.73-.8-1.75-1.25-3.05-1.34a.3.3 0 00-.042 0zm.49 1.619a.305.305 0 00-.018.611c.99.05 1.47.55 1.53 1.58a.3.3 0 00.3.29h.01a.3.3 0 00.29-.32c-.07-1.34-.8-2.091-2.1-2.161a.305.305 0 00-.012 0z'/%3E%3C/svg%3E")}.shareon>.vkontakte{background-color:#4680c2}.shareon>.vkontakte:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.058 19.504h-2.616c-.99 0-1.297-.787-3.076-2.59-1.55-1.501-2.236-1.704-2.617-1.704-.534 0-.687.153-.687.89v2.363c0 .636-.202 1.017-1.88 1.017-2.77 0-5.845-1.677-8.004-4.804C.925 10.103.034 6.672.034 5.961c0-.381.153-.737.89-.737H3.54c.66 0 .915.305 1.17 1.016 1.295 3.736 3.456 7.014 4.345 7.014.33 0 .483-.153.483-.99V8.399c-.102-1.78-1.042-1.931-1.042-2.566 0-.306.255-.61.66-.61h4.117c.56 0 .762.304.762.964v5.211c0 .558.255.762.407.762.33 0 .61-.204 1.22-.813 1.88-2.11 3.227-5.362 3.227-5.362.178-.381.483-.737 1.145-.737h2.616c.788 0 .966.405.788.965-.33 1.526-3.532 6.048-3.532 6.048-.28.457-.381.66 0 1.17.28.381 1.194 1.169 1.805 1.88 1.118 1.27 1.98 2.338 2.21 3.076.255.735-.128 1.116-.864 1.116z'/%3E%3C/svg%3E")}.shareon>.whatsapp{background-color:#25d366}.shareon>.whatsapp:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51a12.8 12.8 0 00-.57-.01c-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E")} \ No newline at end of file diff --git a/docs/_site/slides/libs/shareon-1.4.1/shareon.min.js b/docs/_site/slides/libs/shareon-1.4.1/shareon.min.js new file mode 100644 index 00000000..8a1d9dbb --- /dev/null +++ b/docs/_site/slides/libs/shareon-1.4.1/shareon.min.js @@ -0,0 +1,6 @@ +/*! + * shareon v1.4.1 by Nikita Karamov + * https://shareon.js.org + */ + +var shareon=function(){"use strict";var t={facebook:t=>"https://www.facebook.com/sharer/sharer.php?u="+t.url,linkedin:t=>`https://www.linkedin.com/shareArticle?mini=true&url=${t.url}&title=${t.title}`,messenger:t=>`https://www.facebook.com/dialog/send?app_id=3619024578167617&link=${t.url}&redirect_uri=${t.url}`,odnoklassniki:t=>`https://connect.ok.ru/offer?url=${t.url}&title=${t.title}${t.media?"&imageUrl="+t.media:""}`,pinterest:t=>`https://pinterest.com/pin/create/button/?url=${t.url}&description=${t.title}${t.media?"&media="+t.media:""}`,pocket:t=>"https://getpocket.com/edit.php?url="+t.url,reddit:t=>`https://www.reddit.com/submit?title=${t.title}&url=${t.url}`,telegram:t=>`https://telegram.me/share/url?url=${t.url}${t.text?"&text="+t.text:""}`,twitter:t=>`https://twitter.com/intent/tweet?url=${t.url}&text=${t.title}${t.via?"&via="+t.via:""}`,viber:t=>`viber://forward?text=${t.title}%0D%0A${t.url}${t.text?"%0D%0A%0D%0A"+t.text:""}`,vkontakte:t=>`https://vk.com/share.php?url=${t.url}&title=${t.title}${t.media?"&image="+t.media:""}`,whatsapp:t=>`whatsapp://send?text=${t.title}%0D%0A${t.url}${t.text?"%0D%0A%0D%0A"+t.text:""}`};const e=()=>{const e=document.getElementsByClassName("shareon");for(let r=0;r{window.open(o,"_blank","noopener,noreferrer").opener=null});break}}}}}};return window.onload=()=>{e()},e}(); diff --git a/docs/_site/slides/libs/tile-view-0.2.6/tile-view.css b/docs/_site/slides/libs/tile-view-0.2.6/tile-view.css new file mode 100644 index 00000000..e1870da5 --- /dev/null +++ b/docs/_site/slides/libs/tile-view-0.2.6/tile-view.css @@ -0,0 +1,52 @@ +.remark__tile-view * { + box-sizing: border-box; +} + +.remark__tile-view { + background: lightgray; + position: relative; + width: 100%; + height: 100%; + padding: 3em; + font-size: 18px; + box-sizing: border-box; + overflow: scroll; +} + +.remark__tile-view__header { + text-align: center; +} + +.remark__tile-view__tiles { + display: grid; + /* Set column width in JS */ + /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */ + justify-items: center; +} + +.remark__tile-view__tile { + position: relative; + margin: 0.5em; + padding: 0.5em; +} + +.remark__tile-view__slide-container { + margin: 0 auto; +} + +.remark__tile-view__tile--current { + background: #ffd863; + border: 5px solid #ffd863; + margin: calc(0.5em - 5px); + border-radius: 0; +} + +.remark__tile-view__tile--seen { + opacity: 0.5; +} + +.remark__tile-view__tile:hover { + /* background: #993d70; */ + background: #44bc96; + opacity: 1; +} diff --git a/docs/_site/slides/libs/tile-view-0.2.6/tile-view.js b/docs/_site/slides/libs/tile-view-0.2.6/tile-view.js new file mode 100644 index 00000000..bb31dc2f --- /dev/null +++ b/docs/_site/slides/libs/tile-view-0.2.6/tile-view.js @@ -0,0 +1,177 @@ +/* + * Tile View for remark.js Slides + * + * Garrick Aden-Buie + * + * Inspired and converted to Vanilla JS from + * https://github.com/StephenHesperus/remark-hook/ + * + * Include after remarkjs slides are initialized. + * + */ + +/* global slideshow */ +(function () { + const ready = function (fn) { + /* MIT License Copyright (c) 2016 Nuclei */ + /* https://github.com/nuclei/readyjs */ + const completed = () => { + document.removeEventListener('DOMContentLoaded', completed) + window.removeEventListener('load', completed) + fn() + } + if (document.readyState !== 'loading') { + setTimeout(fn) + } else { + document.addEventListener('DOMContentLoaded', completed) + window.addEventListener('load', completed) + } + } + + ready(function () { + const launchKey = 79 // keycode for O, used to enable tile view + + // Slides container + const remarkSlideShow = document.querySelector('div.remark-slides-area') + + let tileView = document.querySelector('div.remark__tile-view') + if (!tileView) { + tileView = document.createElement('div') + tileView.className = 'remark__tile-view' + } + + const toggleElement = el => { + el.style.display = el.style.display === 'none' ? '' : 'none' + } + + function slideshowResize () { + window.dispatchEvent(new Event('resize')) + } + + const toggleTileView = function () { + toggleElement(tileView) + toggleElement(remarkSlideShow) + + if (tileView.style.display === 'none') { + // tileView is now hidden, go to current slide + slideshow.gotoSlide(tileVars.currentSlideIdx + 1) + + slideshow.resume() + slideshowResize() + } else { + // store current slide index prior to launching tile-view + tileVars.currentSlideIdx = slideshow.getCurrentSlideIndex() + + // set class on seen and current slide and scroll into view + const tiles = tileView.querySelectorAll('.remark__tile-view__tile'); + [...tiles].forEach((tile, idx) => { + tile.classList.toggle( + 'remark__tile-view__tile--seen', + idx < tileVars.currentSlideIdx + ) + tile.classList.toggle( + 'remark__tile-view__tile--current', + idx === tileVars.currentSlideIdx + ) + }) + tiles[tileVars.currentSlideIdx].scrollIntoView({ + behavior: 'smooth', + block: 'center' + }) + + slideshow.pause() + } + } + + const createTileView = ({ minSize = 250, title = document.title } = {}) => { + // Tile view header + const h1 = document.createElement('h1') + h1.className = 'remark__tile-view__header' + h1.innerHTML = title + + tileView.appendChild(h1) + const tiles = document.createElement('div') + tiles.className = 'remark__tile-view__tiles' + tileView.appendChild(tiles) + + // Clone slideshow + const slidesArea = remarkSlideShow.cloneNode(true) + + // Calculate slide scale and tile container size + const slideScaler = slidesArea.querySelector('.remark-slide-scaler') + const slideWidth = parseFloat(slideScaler.style.width.replace('px', '')) + const slideHeight = parseFloat( + slideScaler.style.height.replace('px', '') + ) + const scale = minSize / Math.min(slideWidth, slideHeight) + let tileWidth = Math.round(slideWidth * scale) + let tileHeight = Math.round(slideHeight * scale) + + // convert tileWidth/Height to em relative to base 18px (set in CSS) + tileWidth = tileWidth / 18 + tileHeight = tileHeight / 18 + + tiles.style.gridTemplateColumns = `repeat(auto-fill, minmax(${tileWidth}em, 1fr))` + + const slides = slidesArea.querySelectorAll('.remark-slide-container') + + slides.forEach((slide, slideIndex) => { + let tile = document.createElement('template') + tile.innerHTML = `
    +
    +
    ` + tile = tile.content.firstChild + + const tileContainer = tile.querySelector( + '.remark__tile-view__slide-container' + ) + tileContainer.style.width = `${tileWidth}em` + tileContainer.style.height = `${tileHeight}em` + + const thisSlideScaler = slide.querySelector('.remark-slide-scaler') + thisSlideScaler.style.top = '0px' + thisSlideScaler.style.left = '0px' + thisSlideScaler.style.transform = `scale(${scale})` + thisSlideScaler.parentElement.classList.add('remark-visible') + + slide.addEventListener('click', () => { + tileVars.currentSlideIdx = slideIndex + toggleTileView() + }) + + tileContainer.appendChild(slide) + tiles.appendChild(tile) + }) + + document.body.appendChild(tileView) + } + + const tileVars = {} + + document.addEventListener('keydown', ev => { + if (ev.keyCode === launchKey) { + toggleTileView() + } + }) + + const addTileViewHelpText = () => { + const helpTable = document.querySelector( + '.remark-help-content table.light-keys' + ) + if (!helpTable) { + console.error( + 'Could not find remark help table, has remark been initialized?' + ) + return + } + const newRow = document.createElement('tr') + newRow.innerHTML += 'o' + newRow.innerHTML += 'Tile View: Overview of Slides' + helpTable.append(newRow) + } + + createTileView({ minSize: 200 }) + toggleElement(tileView) + addTileViewHelpText() + }) +})() diff --git a/docs/_site/slides/libs/xaringanExtra-shareagain-0.2.6/shareagain.css b/docs/_site/slides/libs/xaringanExtra-shareagain-0.2.6/shareagain.css new file mode 100644 index 00000000..ba9f03ed --- /dev/null +++ b/docs/_site/slides/libs/xaringanExtra-shareagain-0.2.6/shareagain.css @@ -0,0 +1,306 @@ +/* Animations by animate.css */ + +@-webkit-keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@-webkit-keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@-webkit-keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@-webkit-keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideOutDown { + -webkit-animation-name: slideOutDown; + animation-name: slideOutDown; + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.slideInRight { + -webkit-animation-name: slideInRight; + animation-name: slideInRight; + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.slideOutRight { + -webkit-animation-name: slideOutRight; + animation-name: slideOutRight; + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +/* shareagain css rules */ +.shareagain-bar { + --shareagain-background: #00000088; + --shareagain-foreground: #FFFFFF; + --shareagain-twitter: inline-block; + --shareagain-facebook: inline-block; + --shareagain-linkedin: inline-block; + --shareagain-pinterest: inline-block; + --shareagain-pocket: inline-block; + --shareagain-reddit: inline-block; +} + +.shareagain-bar { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 66px; + z-index: 1000; +} + +.shareagain-bar ul { + background: var(--shareagain-background); + color: var(--shareagain-foreground); + display: grid; + grid-template-columns: auto 1fr auto; + grid-gap: 5px; + justify-items: center; + align-items: center; + font-family: sans-serif; + list-style: none; + padding-left: 0; + margin: 0; + height: 100%; + width: 100%; +} + +.shareagain-buttons { + height: 100%; +} + +.shareagain-button { + height: 100%; + width: 66px; + border: none; + padding: 15px; + color: var(--shareagain-foreground); + background: transparent; +} + +.shareagain-button:hover { + background: rgba(0,0,0,.25); +} + +.shareagain-button.disabled { + color: #aaa; + cursor: not-allowed; +} + +.shareagain-button svg { + height: 100%; + width: 100%; +} + +.shareagain-button svg path { + stroke-width: 1px; +} + +.shareagain-title { + font-size: 24px; + text-align: center; + max-height: 100%; + overflow: hidden; +} + +.shareagain-bar .shareon { + font-size: 0 !important; + position: absolute; + top: -45px; + width: 100vw; + right: 0; + text-align: right; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); +} + +.shareagain-bar .shareon > .link { + background-color: #cacaca; +} +.shareagain-bar .shareon > .link::before { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' class='clipboard-copy w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 5H6a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2v-1M8 5a2 2 0 002 2h2a2 2 0 002-2M8 5a2 2 0 012-2h2a2 2 0 012 2m0 0h2a2 2 0 012 2v3m2 4H10m0 0l3-3m-3 3l3 3'%3E%3C/path%3E%3C/svg%3E"); +} + +.shareagain-bar .shareon > .link.success::before { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' class='clipboard-check w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4'%3E%3C/path%3E%3C/svg%3E"); +} + +.shareagain-bar .shareon .twitter { display: var(--shareagain-twitter); } +.shareagain-bar .shareon .facebook { display: var(--shareagain-facebook); } +.shareagain-bar .shareon .linkedin { display: var(--shareagain-linkedin); } +.shareagain-bar .shareon .pinterest { display: var(--shareagain-pinterest); } +.shareagain-bar .shareon .pocket { display: var(--shareagain-pocket); } +.shareagain-bar .shareon .reddit { display: var(--shareagain-reddit); } + +@media screen and (max-width: 600px) { + .shareagain-bar { + font-size: 10px; + height: 50px; + } + .shareagain-buttons .shareagain-button { + width: 50px; + } + .shareagain-title { + font-size: 16px; + } +} +@media screen and (max-width: 400px) { + .shareagain-bar { + height: 30px; + } + .shareagain-bar ul { + grid-template-columns: auto auto; + justify-content: space-between; + } + .shareagain-bar .shareagain-title { + display: none; + } + .shareagain-buttons .shareagain-button { + width: 30px; + padding: 5px; + } +} + +@media screen and (max-width: 400px) { + .shareagain-bar { + height: 30px; + } + .shareagain-bar ul { + grid-template-columns: auto auto; + justify-content: space-between; + } + .shareagain-bar .shareagain-title { + display: none; + } + .shareagain-buttons .shareagain-button { + width: 30px; + padding: 5px; + } + .shareagain-buttons .shareon > * { + width: 15px; + height: 20px; + } + .shareagain-buttons .shareon > ::before { + transform: scale(0.66); + top: 7px; + } + .shareagain-buttons .shareon .link { + width: 23px; + } + .shareagain-buttons .shareon > .link::before { + top: 5px; + left: 6px; + } +} diff --git a/docs/_site/slides/libs/xaringanExtra-shareagain-0.2.6/shareagain.js b/docs/_site/slides/libs/xaringanExtra-shareagain-0.2.6/shareagain.js new file mode 100644 index 00000000..a67178be --- /dev/null +++ b/docs/_site/slides/libs/xaringanExtra-shareagain-0.2.6/shareagain.js @@ -0,0 +1,262 @@ +/* global slideshow,ClipboardJS */ +(function () { + function inIframe () { + try { + return window.self !== window.top && + !window.self.location.href.match('viewer_pane=1') // in RStudio + } catch (e) { + return true + } + } + + if (!inIframe()) return + + const ready = function (fn) { + /* MIT License Copyright (c) 2016 Nuclei */ + /* https://github.com/nuclei/readyjs */ + const completed = () => { + document.removeEventListener('DOMContentLoaded', completed) + window.removeEventListener('load', completed) + fn() + } + if (document.readyState !== 'loading') { + setTimeout(fn) + } else { + document.addEventListener('DOMContentLoaded', completed) + window.addEventListener('load', completed) + } + } + + ready(addShareAgainBar) + + function addShareAgainBar () { + const icons = { + left: '', + right: '', + fullScreen: '', + share: '' + } + + function getAuthor () { + let author = document.head.querySelector('meta[name="author"]') + + if (author) { + author = author.content + ' — ' + } else { + author = '' + } + return author + } + + function truncate (str, n, useWordBoundary = true) { + if (str.length <= n) { return str } + const subString = str.substr(0, n - 1) + return (useWordBoundary + ? subString.substr(0, subString.lastIndexOf(' ')) + : subString) + '…' + }; + + function getShortTitle () { + return truncate(window.document.title || '', 50) + } + + const navbar = document.createElement('nav') + navbar.classList.add('shareagain-bar') + + navbar.innerHTML += `
      +
    • + + +
    • +
    • ${getShortTitle()}
    • +
    • + + +
      + + + + + + + +
      +
    • +
    ` + + const slidesContainer = document.querySelector(':not(html).remark-container') + slidesContainer.appendChild(navbar) + + const btnSlidePrev = document.getElementById('shareagain-slide-prev') + const btnSlideNext = document.getElementById('shareagain-slide-next') + + function toggleSlideButtons (slideIndex) { + if (typeof slideIndex === 'undefined') { + slideIndex = slideshow.getCurrentSlideIndex() + } + + // Toggle next slide button + if (slideIndex + 1 === slideshow.getSlideCount()) { + btnSlideNext.classList.add('disabled') + btnSlideNext.setAttribute('disabled', true) + } else { + btnSlideNext.classList.remove('disabled') + btnSlideNext.removeAttribute('disabled') + } + + // Toggle prev slide button + if (slideIndex === 0) { + btnSlidePrev.classList.add('disabled') + btnSlidePrev.setAttribute('disabled', true) + } else { + btnSlidePrev.classList.remove('disabled') + btnSlidePrev.removeAttribute('disabled') + } + } + + setTimeout(toggleSlideButtons, 100) + + // button click events + btnSlidePrev.addEventListener('click', function (ev) { + slideshow.gotoPreviousSlide() + }) + + btnSlideNext.addEventListener('click', function (ev) { + slideshow.gotoNextSlide() + }) + + // button touch events (block remarkjs slide change on touch) + btnSlidePrev.addEventListener('touchend', function (ev) { + ev.preventDefault() + slideshow.gotoPreviousSlide() + ev.stopPropagation() + }) + + btnSlideNext.addEventListener('touchend', function (ev) { + ev.preventDefault() + slideshow.gotoNextSlide() + ev.stopPropagation() + }); + + // show/hide share buttons + ['click', 'touchend'].map(function (evType) { + document.getElementById('shareagain-share').addEventListener(evType, function (ev) { + toggleShareButtons() + ev.preventDefault() + ev.stopPropagation() + }) + }) + + navbar.addEventListener('touchend', function (ev) { + ev.preventDefault() + ev.stopPropagation() + }) + + // copy slides link to clipboard + const shareClip = new ClipboardJS('.shareon .link') + shareClip.on('success', function (e) { + const el = document.querySelector('.shareon .link') + el.classList.add('success') + setTimeout(() => el.classList.remove('success'), 2500) + }) + + slideshow.on('afterShowSlide', function (slide) { + toggleSlideButtons(slide.getSlideIndex()) + }) + + function toggleAnimated ({ selector, show, inClass, outClass }) { + const el = document.querySelector(selector) + const isShown = el.classList.contains(inClass) + if (typeof show === 'undefined') { + show = !isShown + } + if (show === isShown) { + return + } + if (show) { + el.classList.remove(outClass) + el.classList.add(inClass) + } else { + el.classList.remove(inClass) + el.classList.add(outClass) + } + } + + let isCurrentlyFullScreen = false + document.addEventListener('fullscreenchange', (event) => { + if (document.fullscreenElement) { + stopAutoHide(false) + isCurrentlyFullScreen = true + } else { + isCurrentlyFullScreen = false + startAutoHide() + } + }) + + function toggleNavBar (show) { + // do nothing if currently fullscreen + if (isCurrentlyFullScreen) return + + toggleAnimated({ selector: '.shareagain-bar ul', show, inClass: 'slideInUp', outClass: 'slideOutDown' }) + if (!show) toggleShareButtons(false) + } + + function toggleShareButtons (show) { + toggleAnimated({ selector: '.shareagain-bar .shareon', show, inClass: 'slideInRight', outClass: 'slideOutRight' }) + } + + // auto hide the share bar when focus is in the slides + let mouseMoveTimer = null + function hideNavDelayed (ev) { + if (mouseMoveTimer) { + clearTimeout(mouseMoveTimer) + } + toggleNavBar(true) + mouseMoveTimer = setTimeout(function () { toggleNavBar(false) }, 2000) + }; + + // toggle toggle full screen + ['click', 'touchend'].map(function (evType) { + document.getElementById('shareagain-fullscreen').addEventListener(evType, function (ev) { + slideshow.toggleFullscreen() + ev.stopPropagation() + }) + }) + + function startAutoHide () { + hideNavDelayed() + slidesContainer.addEventListener('mousemove', hideNavDelayed) + } + + function stopAutoHide (showAfter = false) { + slidesContainer.removeEventListener('mousemove', hideNavDelayed) + clearTimeout(mouseMoveTimer) + toggleNavBar(showAfter) + } + + // auto hide turns on when the mouse comes into the slides area + slidesContainer.addEventListener('mouseenter', function () { + startAutoHide() + }) + + // turn off auto hide when the mouse leaves the slides area + slidesContainer.addEventListener('mouseleave', function () { + stopAutoHide(true) + }); + + // turn off auto hide if the mouse or focus is in the share bar + ['focusin', 'mouseenter'].map(function (evType) { + navbar.addEventListener(evType, function () { + stopAutoHide(true) + }) + }); + + // and turn auto hide back on whne the mouse leaves the share bar + // (if mouse exits out of the slides area, the slidesContainer should fire later) + ['focusout', 'mouseleave'].map(function (evType) { + navbar.addEventListener(evType, function () { + startAutoHide() + }) + }) + } +})() diff --git a/docs/assignment/01-practico.html b/docs/assignment/01-practico.html new file mode 100644 index 00000000..de462cc6 --- /dev/null +++ b/docs/assignment/01-practico.html @@ -0,0 +1,1154 @@ + + + + + + + + + + +Distribución Normal e Intervalos de Confianza – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + +
    + +
    + + +
    + + + +
    + +
    +

    Distribución Normal e Intervalos de Confianza

    + +
    +

    Sesión del martes, 27 de agosto de 2024

    +
    +
    + + +
    +

    Objetivo de la práctica

    +

    El objetivo de esta guía práctica es introducirnos en la inferencia estadística, revisando los conceptos y aplicaciones de la curva normal y las probabilidades bajo esta con puntajes Z, además del cálculo de intervalos de confianza.

    +

    En detalle, aprenderemos y recordaremos:

    +
      +
    1. Los conceptos de promedio y desviación estándar
    2. +
    3. Qué es la probabilidad y su aplicación para estadística
    4. +
    5. Qué es la distribución normal
    6. +
    7. Cómo calcular e interpretar intervalos de confianza
    8. +
    +
    +

    Librerías

    +

    Cargaremos algunas librerías que serán necesarias en las diferentes partes de esta guía práctica:

    +
    +
    library(pacman)
    +pacman::p_load(tidyverse, # para sintaxis
    +               ggplot2,   # para gráficos
    +               car,       # para recodificar
    +               psych,     # para analizar datos
    +               sjmisc,    # para analizar datos
    +               srvyr,     # para estimación de IC y ponderadores
    +               Publish)   # para IC)    
    +
    +options(scipen = 999) # para desactivar notacion cientifica
    +rm(list = ls())       # para limpar el entonrno de trabajo
    +
    +
    +
    +
    +

    1. Promedio y desviación estándar

    +

    El promedio y la desviación estándar son conceptos fundamentales para continuar hacia la estadística inferencial. Repasemos estos conceptos mediante un ejercicio con datos simulados.

    +

    Primero, generaremos un vector de 100 valores aleatorios con \(\mu = 5\) y \(\sigma = 2\), y lo visualizaremos con la función print.

    +
    +
    set.seed(123) # Fijar la semilla para reproducibilidad
    +vector <- rnorm(100, mean = 5, sd = 2)
    +print(vector) # Ver el vector generado
    +
    +
      [1] 3.8790487 4.5396450 8.1174166 5.1410168 5.2585755 8.4301300 5.9218324
    +  [8] 2.4698775 3.6262943 4.1086761 7.4481636 5.7196277 5.8015429 5.2213654
    + [15] 3.8883177 8.5738263 5.9957010 1.0667657 6.4027118 4.0544172 2.8643526
    + [22] 4.5640502 2.9479911 3.5422175 3.7499215 1.6266134 6.6755741 5.3067462
    + [29] 2.7237261 7.5076298 5.8529284 4.4098570 6.7902513 6.7562670 6.6431622
    + [36] 6.3772805 6.1078353 4.8761766 4.3880747 4.2390580 3.6105860 4.5841654
    + [43] 2.4692073 9.3379119 7.4159240 2.7537828 4.1942303 4.0666893 6.5599302
    + [50] 4.8332619 5.5066370 4.9429065 4.9142591 7.7372046 4.5484580 8.0329412
    + [57] 1.9024944 6.1692275 5.2477085 5.4318831 5.7592790 3.9953531 4.3335852
    + [64] 2.9628492 2.8564175 5.6070573 5.8964196 5.1060085 6.8445349 9.1001694
    + [71] 4.0179377 0.3816622 7.0114770 3.5815985 3.6239828 7.0511427 4.4304540
    + [78] 2.5585646 5.3626070 4.7222173 5.0115284 5.7705608 4.2586799 6.2887531
    + [85] 4.5590269 5.6635639 7.1936780 5.8703630 4.3481368 7.2976152 6.9870077
    + [92] 6.0967939 5.4774635 3.7441878 7.7213049 3.7994808 9.3746660 8.0652213
    + [99] 4.5285993 2.9471582
    +
    +
    +

    ¿Cómo se vería la distribución de este vector aleatorio? Primero realizaremos un gráfico de histograma con la función hist y luego uno de cajas con la función boxplot.

    +
    +
    hist(vector,main="Histograma del Vector",xlab="Valor",ylab="Frecuencia",col="cyan4",border="black")
    +
    +
    +
    +

    +
    +
    +
    +
    +
    +
    boxplot(vector,main="Diagrama de Caja del Vector aleatorio",ylab="Valor",col="cyan3")
    +
    +
    +
    +

    +
    +
    +
    +
    +

    Ahora, calculamos la media y la desviación estándar del vector:

    +
    +
    media <- mean(vector)
    +desv_estandar <- sd(vector)
    +
    +cat("Media:", media, "\n")
    +
    +
    Media: 5.180812 
    +
    +
    cat("Desviación Estándar:", desv_estandar, "\n")
    +
    +
    Desviación Estándar: 1.825632 
    +
    +
    +

    La media, que es una medida de tendencia central, nos presenta un valor que resume nuestros datos aproximándonos al “centro” de la distribución. Y la desviación estándar es una medida de dispersión que nos presenta un valor que resume nuestros datos en cuanto a qué tan “dispersos” se encuentran.

    +

    En el caso de nuestro vector, creado con datos aleatorios, la media \(\bar{x} = 5,18\) nos muestra que el promedio de los datos se encuentra en torno a 5,2.

    +

    Ahora, recordemos la fórmula de la desviación estándar:

    +

    \[ +s = \sqrt{\frac{\sum_{i=1}^{n} (x_i-\bar{x})^2 }{N-1}} +\]

    +

    Donde:

    +
      +
    • \(N\) es el tamaño del vector,

    • +
    • \(x_i\) son los valores individuales del vector,

    • +
    • \(\bar{x}\) es la media del vector.

    • +
    +

    La desviación estándar corresponde, entonces, a un promedio de lo que cada valor se aleja del promedio del vector. En el caso de nuestro vector, \(s = 1,82\) nos muestra que en promedio los datos se alejan 1,82 puntos del promedio.

    +

    La desviación estándar es un concepto clave para Inferencia Estadística.

    +
    +
    +
    + +
    +
    +Nota +
    +
    +
    +

    Antes de seguir, recordemos que…

    +

    Llamamos inferencia estadística al ejercicio de extrapolar determinadas estimaciones (estadísticos) de una muestra a una población más grande (parámetros). En concreto, es el proceso de realizar conclusiones o predicciones sobre una población a partir de una muestra o subconjunto de esa población.

    +

    +

    La probabilidad de error indica en qué medida nos estamos equivocando (o estamos dispuestos a estar equivocados) en tratar de extrapolar una estimación muestral a la población.

    +
    +
    +
    +
    +

    2. Probabilidad

    +

    Para pensar en la idea de probabilidad realicemos la tarea propuesta en la Clase de Inferencia 1. En esta tarea se buscaba generar los resultados posibles al lanzar dos dados. Primero se busca sumar los resultados entregados por ambos dados, y luego promediar los resultados:

    +
    +
    # Generar todas las combinaciones posibles de dos dados
    +dado1 <- rep(1:6, each = 6)
    +dado2 <- rep(1:6, times = 6)
    +
    +# Calcular la suma y el promedio para cada combinación
    +suma <- dado1 + dado2
    +promedio <- suma / 2
    +
    +# Crear un data frame con los resultados
    +resultados <- data.frame(dado1, dado2, suma, promedio)
    +
    +# Mostrar el data frame
    +print(resultados)
    +
    +
       dado1 dado2 suma promedio
    +1      1     1    2      1.0
    +2      1     2    3      1.5
    +3      1     3    4      2.0
    +4      1     4    5      2.5
    +5      1     5    6      3.0
    +6      1     6    7      3.5
    +7      2     1    3      1.5
    +8      2     2    4      2.0
    +9      2     3    5      2.5
    +10     2     4    6      3.0
    +11     2     5    7      3.5
    +12     2     6    8      4.0
    +13     3     1    4      2.0
    +14     3     2    5      2.5
    +15     3     3    6      3.0
    +16     3     4    7      3.5
    +17     3     5    8      4.0
    +18     3     6    9      4.5
    +19     4     1    5      2.5
    +20     4     2    6      3.0
    +21     4     3    7      3.5
    +22     4     4    8      4.0
    +23     4     5    9      4.5
    +24     4     6   10      5.0
    +25     5     1    6      3.0
    +26     5     2    7      3.5
    +27     5     3    8      4.0
    +28     5     4    9      4.5
    +29     5     5   10      5.0
    +30     5     6   11      5.5
    +31     6     1    7      3.5
    +32     6     2    8      4.0
    +33     6     3    9      4.5
    +34     6     4   10      5.0
    +35     6     5   11      5.5
    +36     6     6   12      6.0
    +
    +
    +

    Esto se puede observar de manera gráfica de la siguiente forma:

    +
    +
    # Gráfico de frecuencias para la suma
    +ggplot(resultados, aes(x = suma)) +
    +  geom_bar(fill = "cyan4", color = "black") +
    +  labs(title = "Gráfico de Frecuencias de la Suma", x = "Suma", y = "Frecuencia")
    +
    +
    +
    +

    +
    +
    +
    +
    # Gráfico de frecuencias para los promedios
    +ggplot(resultados, aes(x = promedio)) +
    +  geom_bar(fill = "cyan3", color = "black") +
    +  labs(title = "Gráfico de Frecuencias de los Promedios", x = "Promedio", y = "Frecuencia")
    +
    +
    +
    +

    +
    +
    +
    +
    +

    ¿Y cuál es la probabilidad de ocurrencia de cada resultaado?

    +
    +
    # Calcular las frecuencias de cada promedio
    +tabla_frecuencias <- table(resultados$promedio)
    +
    +# Calcular la probabilidad de ocurrencia de cada promedio
    +probabilidades <- tabla_frecuencias / sum(tabla_frecuencias)
    +
    +# Crear la tabla final con valores de promedios y sus probabilidades
    +tabla_final <- data.frame(Promedio = as.numeric(names(probabilidades)), 
    +                          Probabilidad = as.numeric(probabilidades))
    +
    +# Mostrar la tabla final
    +print(tabla_final)
    +
    +
       Promedio Probabilidad
    +1       1.0   0.02777778
    +2       1.5   0.05555556
    +3       2.0   0.08333333
    +4       2.5   0.11111111
    +5       3.0   0.13888889
    +6       3.5   0.16666667
    +7       4.0   0.13888889
    +8       4.5   0.11111111
    +9       5.0   0.08333333
    +10      5.5   0.05555556
    +11      6.0   0.02777778
    +
    +
    +

    La ocurrencia de algunos eventos (como la suma o promedio de dos dados) tienen una probabilidad determinada, lo que genera una distribución teórica de probabilidad.

    +

    Si repito un evento aleatorio (ej: sacar muestras repetidas de dos dados y promediarlos) obtengo la distribución empírica de probabilidad (de frecuencias de los eventos).

    +

    De acuerdo con la ley de los grandes números, el promedio empírico convergerá al teórico a medida que aumenta el número de repeticiones. Eso podemos observarlo:

    +
    +
    +

    3. Distribución Normal

    +
    +

    3.1. Curvas de distribución

    +

    Por distribución nos referimos al conjunto de todos los valores posibles de una variable y las frecuencias (o probabilidades) con las que se producen.

    +

    Existen distribuciones empíricas y distribuciones teóricas, en donde:

    +
      +
    • las primeras reflejan la distribución de los valores que asume la variable en un grupo concreto a partir de una observación.
    • +
    • las segundas son una función matématica que expresan la distribución de un conjunto de números mediante su probabilidad de ocurencia.
    • +
    +

    Estas últimas son también llamadas curvas de distribución.

    +
    +
    +

    3.2. Distribución Normal

    +

    Es una distribución teórica que corresponde a una curva que representa la distribución de los casos de la población en torno al promedio y con una varianza conocida.

    +
      +
    • Simétricas y con un solo punto de elevación
    • +
    • La pendiente es más fuerte cerca del centro, y se suaviza hacia los extremos
    • +
    • Coinciden al centro el promedio, la mediana y la moda
    • +
    • La desviación estandar expresa su dispersión.
    • +
    • Establece áreas o proporciones bajo la curva en base a desviaciones estándar del promedio.
    • +
    +
    +
    +

    3.3. Distribución Normal Estándar

    +

    La distribución normal estándar es una distribución normal con una media de 0 y una desviación estándar de 1.

    +

    +
    +
    +

    3.4. Puntaje Z y estandarización de variables

    +

    Al estandarizar las variables (como en la Curva Normal Estándar) lo que hacemos es expresar el valor de una distribución en términos de desviaciones estándar basados en la distribución normal. Esto nos permite comparar distribuciones distintas.

    +

    Al valor estandarizado lo llamamos puntaje Z, y corresponde a la cantidad de desviaciones estándar que nos alejamos del promedio (para cada variable con la que trabajemos).

    +
    +
    +

    3.5. Cálculo de probabilidades con puntaje z

    +

    Los valores estandarizados o puntajes Z además nos permiten conocer probabilidades.

    +

    Con R es posible generar un conjunto de datos simulados con una distribución normal.

    +
    +
    x_values <- seq(-4,4,length=1000)
    +y_values <- dnorm(x_values)
    +plot(x_values,y_values,type="l",xlab="Valor Z",ylab="Probabilidad",main="Distribución Normal")
    +
    +
    +
    +

    +
    +
    +
    +
    +

    Podemos preguntar qué parte de la curva cae por debajo de un valor particular. Por ejemplo, preguntaremos sobre el valor 0 antes de ejecutar el código. Piense ¿cuál debería ser la respuesta?

    +
    +
    pnorm(q = 0)
    +
    +
    [1] 0.5
    +
    +
    +

    Por tanto, la probabilidad (en una curva normal estándar) de obtener un valor igual o menor a 0 es de 0.5, es decir, del 50%, pero ¿por qué?

    +
    +

    Porque como la distribución normal estándar es simétrica al rededor de cero, la probabilidad de que sea menor o igual a cero es 0.5, es decir, el 50% de la distribución está por debajo de cero y el otro 50% está por encima de cero.

    +
    +

    Eso lo podemos ver en el gráfico:

    +
    +
    plot(x_values,y_values,type="l",xlab="Valor Z",ylab="Probabilidad",main="Distribución Normal")
    +abline(v=0)
    +
    +
    +
    +

    +
    +
    +
    +
    +

    Ahora probemos los valores Z de +1,96 y -1,96.

    +

    Sabemos que estos valores aproximados marcan el 2,5% superior e inferior de la distribución normal estándar. Esto corresponde a un alfa típico \(\alpha = 0,05\) para una prueba de hipótesis de dos colas.

    +
    +
    pnorm(q = 1.96, lower.tail=TRUE)
    +
    +
    [1] 0.9750021
    +
    +
    +

    La respuesta nos dice lo que ya sabemos: el 97,5% de la distribución normal ocurre por debajo del valor z de 1,96.

    +

    Podemos agregar una línea al gráfico para mostrar dónde se usaría abline.

    +

    El 97,5% de la distribución queda por debajo de esta línea.

    +
    +
    plot(x_values, y_values, type="l", lty=1, xlab="Z value", ylab="Probability", main="Normal Distribution") +
    +abline(v = 1.96)
    +
    +
    +
    +

    +
    +
    +
    +
    +
    integer(0)
    +
    +
    +
    +
    +
    +

    4. Intervalos de confianza

    +

    Un intervalo de confianza es un rango dentro del cual es probable que se encuentre un parámetro poblacional con un nivel de confianza específico. Además, proporciona información sobre la precisión de nuestras estimaciones.

    +

    Como vimos en la sesión 4 el promedio de la muestra \(\bar{x}\) se distruye normal, con un error estándar \(SE\), lo que nos permite estimar probabilidades basándonos en la curva normal.

    +

    Por ejemplo, si nos desviamos \(\pm1.96SE\) desde la media abarcaremos aproximadamente el 95% de los valores probables.

    +

    +
    +
    +
    + +
    +
    +Nota +
    +
    +
    +

    Nivel de confianza: Corresponde a la probabilidad de que la muestra elegida produzca un intervalo que incluya el parámetro que se está estimando (\(1-\alpha\)).

    +

    Nivel de significacncia: Corresponde a la probabilidad de que el intervalo calculado a partir de la muestra no comprenda el parámetro de la población (\(\alpha\)).

    +
    +
    +
    +

    4.1. Cálculo de intervalos de confianza

    +

    En el caso de nuestro vector aleatorio, un intervalo de confianza para la media se puede calcular de la siguiente manera:

    +
    +
    # Calcular un intervalo de confianza para la media
    +intervalo_confianza <- t.test(vector)$conf.int  # Intervalo de confianza del 95% para la media
    +intervalo_confianza
    +
    +
    [1] 4.818567 5.543057
    +attr(,"conf.level")
    +[1] 0.95
    +
    +
    +

    También podemos calcular intervalos de confianza para casos reales. Carguemos la base de datos que utilizaremos, que corresponde a un subset de la Encuesta Suplementaria de ingresos ESI para ocupados:

    +
    +
    load(url("https://github.com/cursos-metodos-facso/datos-ejemplos/raw/main/esi-2021-ocupados.rdata"))
    +
    +
    +
    +
    + +
    +
    +Nota +
    +
    +
    +

    Recordemos que podemos contar con bases de datos que tengan factor de expansión (ponderador) o no. Esta distinción se presenta cuando trabajamos con muestras simples o complejas. Al trabajar con muestras complejas debemos identificar cuál es la variable del ponderador e incorporarla en nuestro cálculo.

    +

    En esta guía practicaa trabajaremos sin factores de expansión o ponderadores.

    +
    +
    +
    +

    IC para Medias

    +

    Calculemos un intervalo de confianza para la media de ingresos de personas ocupadas:

    +
    +
    psych::describe(esi$ing_t_p)
    +
    +
       vars     n     mean       sd   median  trimmed      mad min      max
    +X1    1 37124 586360.4 697362.9 405347.7 474473.1 255411.6   0 38206253
    +      range skew kurtosis      se
    +X1 38206253   12   402.32 3619.36
    +
    +
    +
    +
    Publish::ci.mean(esi$ing_t_p, alpha = 0.05)
    +
    +
     mean      CI-95%               
    + 586360.41 [579266.37;593454.45]
    +
    +
    +

    Contamos con una media de ingresos de $586.360 como estimación puntual. Pero también podemos decir que con un 95% de confianza el parámetro poblacional se encontrará entre $579.266 y $593.454.

    +
    +
    +
    +
    +

    Resumen

    +

    Hoy pudimos aprender y recordar:

    +
      +
    1. Los conceptos de promedio y dispersión
    2. +
    3. Qué es la probabilidad y su aplicación para estadística
    4. +
    5. Qué es la distribución normal
    6. +
    7. Cómo calcular e interpretar intervalos de confianza
    8. +
    + + +
    + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/assignment/01-practico_files/figure-html/unnamed-chunk-11-1.png b/docs/assignment/01-practico_files/figure-html/unnamed-chunk-11-1.png new file mode 100644 index 00000000..3c0fe0aa Binary files /dev/null and b/docs/assignment/01-practico_files/figure-html/unnamed-chunk-11-1.png differ diff --git a/docs/assignment/01-practico_files/figure-html/unnamed-chunk-13-1.png b/docs/assignment/01-practico_files/figure-html/unnamed-chunk-13-1.png new file mode 100644 index 00000000..f8090258 Binary files /dev/null and b/docs/assignment/01-practico_files/figure-html/unnamed-chunk-13-1.png differ diff --git a/docs/assignment/01-practico_files/figure-html/unnamed-chunk-3-1.png b/docs/assignment/01-practico_files/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 00000000..8e134881 Binary files /dev/null and b/docs/assignment/01-practico_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/docs/assignment/01-practico_files/figure-html/unnamed-chunk-4-1.png b/docs/assignment/01-practico_files/figure-html/unnamed-chunk-4-1.png new file mode 100644 index 00000000..24dea710 Binary files /dev/null and b/docs/assignment/01-practico_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/docs/assignment/01-practico_files/figure-html/unnamed-chunk-7-1.png b/docs/assignment/01-practico_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 00000000..f80ad422 Binary files /dev/null and b/docs/assignment/01-practico_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/docs/assignment/01-practico_files/figure-html/unnamed-chunk-7-2.png b/docs/assignment/01-practico_files/figure-html/unnamed-chunk-7-2.png new file mode 100644 index 00000000..7fec52cb Binary files /dev/null and b/docs/assignment/01-practico_files/figure-html/unnamed-chunk-7-2.png differ diff --git a/docs/assignment/01-practico_files/figure-html/unnamed-chunk-9-1.png b/docs/assignment/01-practico_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..0e635c87 Binary files /dev/null and b/docs/assignment/01-practico_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/docs/assignment/02-practico.html b/docs/assignment/02-practico.html new file mode 100644 index 00000000..122cbfde --- /dev/null +++ b/docs/assignment/02-practico.html @@ -0,0 +1,1083 @@ + + + + + + + + + + +Estadística Correlacional - Práctico 2: Intentando rechazar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + +
    + +
    + + +
    + + + +
    + +
    +

    Práctico 2: Intentando rechazar

    + +
    +

    Sesión del martes, 3 de septiembre de 2024

    +
    +
    + + +
    +

    Objetivo de la práctica

    +

    El objetivo de esta guía práctica es realizar una serie de ejercicios de inferencia estadística, tomando como base todos los contenidos de la Unidad 1.

    +

    En detalle, aprenderemos:

    +
      +
    1. Aplicar pruebas de hipótesis de diferencia de medias.
    2. +
    3. Aplicar pruebas de hipótesis direccionales.
    4. +
    5. Aplicar e interpretar los pasos de inferencia estadística.
    6. +
    +
    +

    Recursos de la práctica

    +

    En esta práctica trabajaremos con un subconjunto de datos previamente procesados de la Encuesta de Caracterización Socioeconómica (CASEN) del año 2022, elaborada por el Ministerio de Desarrollo Social y Familia. Para este ejercicio, obtendremos directamente esta base desde internet. No obstante, también tienes la opción de acceder a la misma información a través del siguiente enlace: CASEN 20222. Desde allí, podrás descargar el archivo que contiene el subconjunto procesado de la base de datos CASEN 2022.

    +
    +
    +

    Cinco pasos para la inferencia estadística

    +

    +

    En inferencia, las pruebas de hipótesis nos ayudan a determinar si el resultado que obtenemos en nuestra muestra es un efecto real/extensible a la población o un error. Aquí recomendamos una lista de cinco pasos lógicos para enfrentarnos a la inferencia estadística:

    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Paso + +Detalle +
    +1 + +Formula \(H_0\) y \(H_A\) y estipula la dirección de la prueba +
    +2 + +Calcula el error estándar (SE) y el valor estimado de la prueba (ej: Z o t) +
    +3 + +Especifica la probabilidad de error \(\alpha\) y el valor crítico de la prueba +
    +4 + +Contrasta el valor estimado con el valor crítico +
    +5 + +Intrepreta los resultados +
    +

    Además de estos 5 pasos también existe la posibilidad de calcular un intervalo de confianza, que acompañe la precisión de nuestra estimación.

    +
    +
    +
    +

    Preparación datos

    +

    Comencemos por preparar nuestros datos. Iniciamos cargando las librerías necesarias.

    +
    +
    pacman::p_load(dplyr, # Manipulacion datos
    +               gginference, # Visualizacion 
    +               rempsyc, # Reporte
    +               kableExtra, # Tablas
    +               broom) # Varios
    +
    +options(scipen = 999) # para desactivar notacion cientifica
    +rm(list = ls()) # para limpiar el entorno de trabajo
    +
    +
    +
    +
    + +
    +
    +Tip +
    +
    +
    +

    Los # en el código

    +

    En este código y siguientes aparecen varios #, que son una función de comentarios en R. No son necesarios para que el código funcione, pero son útiles en este caso para poder explicar que función cumple cada sección del código. Todo lo que aparece a la derecha de un # no es leído por el programa.

    +
    +
    +

    Cargamos los datos directamente desde internet.

    +
    +
    load(url("https://github.com/cursos-metodos-facso/datos-ejemplos/raw/main/proc_casen.RData")) #Cargar base de datos
    +
    +

    A continuación, exploramos la base de datos proc_casen.

    +
    +
    names(proc_casen) # Nombre de columnas
    +
    +
     [1] "id_vivienda"      "folio"            "id_persona"       "hogar"           
    + [5] "nucleo"           "varunit"          "varstrat"         "expr"            
    + [9] "edad"             "sexo"             "educ"             "activ"           
    +[13] "y1"               "ytrabajocor"      "pobreza_multi_5d" "o15"             
    +[17] "qaut"             "fdt"              "ocupado"          "desocupado"      
    +[21] "inact"            "hijo"             "n_educ"           "universitaria"   
    +[25] "tipo_ocup"        "ss_salud"         "ayuda_moverse"    "ayuda_thogar"    
    +[29] "disc_fisica"     
    +
    +
    dim(proc_casen) # Dimensiones
    +
    +
    [1] 202111     29
    +
    +
    +

    Contamos con 24 variables (columnas) y 202.111 observaciones (filas).

    +
    +
    +

    Recordemos…

    +

    En estadística, la formulación de hipótesis que implica dos variables (o la comparación de grupos) busca determinar si existen diferencias en una variable entre grupos y, de ser el caso, evaluar si esta diferencia es estadísticamente significativa.

    +

    Hasta ahora, hemos aprendido a contrastar hipótesis sobre diferencias entre grupos. A esto también se le llama hipótesis de dos colas.

    +
    +
    +
    + +
    +
    +Prueba de dos colas +
    +
    +
    +

    Contrastamos la hipótesis nula (o de trabajo) de no diferencias entre grupos: \[ H_{0}: \mu_{1} - \mu_{2} = 0 \] En relación a una hipótesis alternativa sobre diferencias entre grupos: \[ H_{A}: \mu_{1} - \mu_{2} \neq 0 \]

    +
    +
    +

    Además, podemos plantear hipótesis respecto a que el valor de cierto parámetro para un grupo puede ser mayor o menor al de otro grupo. A esto se le conoce como hipótesis de una cola.

    +
    +
    +
    + +
    +
    +Prueba de una cola +
    +
    +
    +

    \[ H_{0}: \mu_{0} ≥ \mu_{1} ; \mu_{0} ≤ \mu_{1}\]

    +

    \[ H_{A}: \mu_{0} > \mu_{1} \]

    +

    \[ H_{A}: \mu_{0} < \mu_{1} \]

    +
    +
    +

    Veamos ahora cómo aplicar todos estos conocimientos con ejercicios.

    +
    +
    +

    Ejercicio 1

    +

    Este ejercicio está basado en un ejemplo de clases y está desarrollado para que sirva de ejemplo a los siguientes ejercicios que deben ser desarrollados de manera autónoma.

    +

    La pregunta de investigación es: ¿Es el salario de los hombres mayor que el de las mujeres?

    +

    Para contrastar esta hipótesis, vamos utilizar la bbdd proc_casen, seleccionaremos las variables sexo e ytrabajocor y haremos un subset de datos de 1.500 casos.

    +
    +
    casen_subset <- proc_casen %>% 
    +  select(sexo, ytrabajocor) %>% # seleccionamos
    +  sample_n(1500) # extraemos una muestra de 1500 casos
    +
    +casen_subset <- na.omit(casen_subset) # eliminamos casos perdidos (listwise)
    +
    +

    Generamos tabla para visualizar la distribución de los datos.

    +
    +
    casen_subset %>% 
    +  dplyr::group_by(sexo) %>% # se agrupan por la variable categórica 
    +  dplyr::summarise(Obs. = n(),
    +                   Promedio = mean(ytrabajocor, na.rm=TRUE),
    +                   SD = sd(ytrabajocor, na.rm=TRUE)) %>% # se agregan las operaciones a presentar en la tabla
    +  kableExtra::kable(format = "markdown") # se genera la tabla
    +
    + + + + + + + + + + + + + + + + + + + + + + + +
    sexoObs.PromedioSD
    1371826909.7982911.9
    2289542721.5415039.6
    +
    +
    +

    Ahora vamos con los 5 pasos de la inferencia

    +

    1. Formulación de hipótesis

    +

    El primer aspecto a establecer es el tipo de hipótesis a formular: ¿Direccional o no direccional? En este caso, la pregunta indica una direccionalidad (“mayor que”), por lo tanto corresponde a una hipótesis direccional. Si hubiera sido una pregunta que hiciera referencia simplemente a diferencias (“¿Es el salario de los hombres distinto al de las mujeres?”) correspondería a una hipótesis no direccional.

    +

    La hipótesis general es que el salario de los hombres es mayor que el de las mujeres. Pasando a lenguaje de hipótesis, esto se plantea como:

    +

    Hipótesis alternativa:

    +
      +
    • \(H_A\): Promedio salarial hombres ( \(\bar{X}_{hombres}\)) - Promedio salarial mujeres ( \(\bar{X}_{mujeres}\)) > 0
    • +
    +

    Hipótesis nula:

    +
      +
    • \(H_0\): \(\bar{X}_{hombres} - \bar{X}_{mujeres} \leq 0\)
    • +
    +

    Pasos 2, 3 y 4 de una vez con R

    +

    En clases vimos que los pasos 2, 3 y 4 corresponden a:

    +
      +
    1. Obtener error estándar y estadístico de prueba empírico correspondiente (ej: Z o t)

    2. +
    3. Establecer la probabilidad de error \(\alpha\) (usualmente 0.05) y obtener valor crítico (teórico) de la prueba correspondiente

    4. +
    5. Cálculo de intervalo de confianza / contraste valores empírico/crítico

    6. +
    +

    Esta secuencia de pasos tiene un sentido pedagógico para poder entender cómo finalmente se llega a interpretar el contraste de hipótesis en el paso 5. Pero en análisis de datos, luego de establecer las hipótesis nos vamos directamente al software que nos permite obtener de una vez toda la información de los pasos 2, 3 y 4.

    +
    +
    test_ej1 <- t.test(casen_subset$ytrabajocor ~ casen_subset$sexo, 
    +                   alternative = "greater",
    +                   conf.level = 0.95)
    +
    +test_ej1
    +
    +
    
    +    Welch Two Sample t-test
    +
    +data:  casen_subset$ytrabajocor by casen_subset$sexo
    +t = 5.0237, df = 523.53, p-value = 0.0000003483
    +alternative hypothesis: true difference in means between group 1 and group 2 is greater than 0
    +95 percent confidence interval:
    + 190974.3      Inf
    +sample estimates:
    +mean in group 1 mean in group 2 
    +       826909.7        542721.5 
    +
    +
    +

    También podemos visualizarlo en una tabla más amable.

    +
    +
    stats.table <- tidy(test_ej1, conf_int = T)
    +rempsyc::nice_table(stats.table, broom = "t.test")
    +
    +

    Method

    Alternative

    Mean 1

    Mean 2

    M1 - M2

    t

    df

    p

    95% CI

    Welch Two Sample t-test

    greater

    826,909.66

    542,721.54

    284,188.12

    5.02

    523.53

    < .001***

    [190974.26, Inf]

    +
    +
    +

    Visualicemos la distribución de esta prueba y su zona de rechazo.

    +
    +
    gginference::ggttest(test_ej1)
    +
    +
    +
    +

    +
    +
    +
    +
    +

    5. Interpretación

    +

    La prueba T que evalúa la diferencia de medias entre el salario y el sexo sugiere que el efecto es positivo y estadísticamente signficativo (diferencia = 32567.11, t(566.69) = 2.05, p < .05). El valor \(p\) indica que la probabilidad de observar una diferencia de esta magnitud, o mayor, bajo la suposición de \(H_{0}\) es menor al 5%. Por tanto, con un 95% de confianza, rechazamos la \(H_{0}\) ya que existe evidencia a favor de nuestra \(H_{A}\) respecto a que el salario de los hombres es mayor al salario de las mujeres.

    +
    +
    +

    Ejercicio 2

    +

    Tomando como ejemplo el trabajo de la ganadora del Premio Nobel de Economía 2023 Claudia Goldin, en este ejercicio evaluaremos la siguiente pregunta: ¿Es el salario de las mujeres sin hijos menor al salario de las mujeres con hijos? Por ende, usaremos prueba \(t\) para diferencia de medias.

    +

    Utilice la bbdd proc_casen y seleccione las variables ocupado, sexo, ytrabajocor e hijo. Luego, filtra por ocupado == 1 y sexo == 2 para quedarse solo con mujeres ocupadas y genera una muestra aleatoria de 1.500 casos con la función sample_n(). Luego, elimina los casos pérdidos con na.omit().

    +

    Genere una tabla de descriptivos de los ingresos (ytrabajocor) según si las observaciones tienen hijos o no (hijo). Presente cantidad de observaciones por categoría, media y desviación estándar.

    +

    Una ayuda con el procesamiento (solo esta vez)…

    +
    +
    goldin_data <- proc_casen %>% 
    +  dplyr::select(ocupado, sexo, ytrabajocor, hijo) %>% 
    +  dplyr::filter(ocupado == 1 & sexo == 2) %>% 
    +  sample_n(1500) %>% 
    +  na.omit()# creamos subset con solo mujeres ocupadas
    +
    +goldin_data %>% 
    +  dplyr::group_by(hijo) %>% 
    +  dplyr::summarise(Obs. = n(),
    +                   Media = mean(ytrabajocor, na.rm = T),
    +                   DS = sd(ytrabajocor, na.rm = T)) %>% 
    +  kableExtra::kable(format = "markdown") # hacemos la tabla
    +
    + + + + + + + + + + + + + + + + + + + + + + + +
    hijoObs.MediaDS
    0335728826.6807752.4
    11108569856.5561702.5
    +
    +
    +

    Ahora vamos con los 5 pasos de la inferencia

    +

    1. Formulación de hipótesis

    +

    El primer paso es traducir nuestra pregunta a una hipótesis estadística contrastable. Para ello: a) elija el tipo de hipótesis a plantear ¿direccional o no direccional? y b) especifique la hipótesis nula (\(H_0\)) e hipótesis alternativa (\(H_A\)).

    +

    Pasos 2, 3 y 4 de una vez con R

    +

    Siguiendo el ejemplo del Ejercicio 1, utilice el software para generar los estadísticos correspondientes. Contraste sus hipótesis considerando un 95% de confianza.

    +

    5. Interpretación

    +

    Interprete los resultados obtenidos: ¿es posible rechazar la hipótesis planteada?

    +
    +

    La prueba T que evalúa la diferencia de medias…

    +
    +
    +
    +

    Ejercicio 3

    +

    En este ejercicio tomamos de ejemplo una pregunta clásica en ciencias sociales: ¿el ingreso de las personas está relacionado a su nivel educacional?. Para responder esta pregunta vamos a usar una prueba \(t\) de contraste de medias para dos muestras independientes.

    +

    Esta vez les dejaremos el procesamiento a ustedes. Utilice la bbdd proc_casen y seleccione las variables ytrabajocor y universitaria. Luego genere una muestra aleatoria 1500 casos con la función sample_n() y elimine los datos perdidos de la variable ytrabajocor. Luego, genere una tabla de descriptivos de los ingresos (ytrabajocor) según si las personas cuentan con educación universitaria o no (universitaria). Presente cantidad de observaciones por categoría, media y desviación estándar.

    +
    +

    1. Formulación de hipótesis

    +

    El primer paso es traducir nuestra pregunta a una hipótesis estadística contrastable. Para ello: a) elija el tipo de hipótesis a plantear ¿direccional o no direccional? y b) especifique la hipótesis nula (\(H_0\)) e hipótesis alternativa (\(H_A\)).

    +
    +
    +

    Pasos 2, 3 y 4 de una vez con R

    +

    Siguiendo el ejemplo del Ejercicio 1, utilice el software para generar los estadísticos correspondientes. Contraste sus hipótesis considerando un 95% de confianza y un 99% de confianza. Comente las diferencias en el paso 5.

    +
    +
    +
    +

    5. Interpretación

    +

    Interprete los resultados obtenidos: ¿es posible rechazar la hipótesis nula? ¿a raíz de qué información llega a la conclusión? ¿qué diferencia observa al aplicar la prueba con ambos niveles de confianza (95% y 99%)?

    + + +
    + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/assignment/02-practico_files/figure-html/unnamed-chunk-5-1.png b/docs/assignment/02-practico_files/figure-html/unnamed-chunk-5-1.png new file mode 100644 index 00000000..34d000d6 Binary files /dev/null and b/docs/assignment/02-practico_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/docs/assignment/consola.html b/docs/assignment/consola.html new file mode 100644 index 00000000..c2af704e --- /dev/null +++ b/docs/assignment/consola.html @@ -0,0 +1,647 @@ + + + + + + + + + + +Consola R Online – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + +
    + +
    + + +
    + + + +
    + +
    +

    Consola R Online

    + +
    + + + + + + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/assignment/foro-practicos.html b/docs/assignment/foro-practicos.html new file mode 100644 index 00000000..04f05852 --- /dev/null +++ b/docs/assignment/foro-practicos.html @@ -0,0 +1,681 @@ + + + + + + + + + + +Foro prácticos – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + +
    + +
    + + +
    + + + +
    + +
    +

    Foro prácticos

    + +
    + + +

    Foro para compartir dudas, aclaraciones, sugerencias sobre llas guías prácticas. Para poder participar en el foro hay que abir una cuenta en Github

    +
    +

    ¿Cuándo usar este foro?

    +
    +
    +

    +
    +
    +

    Muchas veces sucede que los códigos de análisis no resultan, lo que puede deberse a errores menores en la escritura de código, otras a versiones de librerías, y la mayoría a que R es algo mañoso.

    +

    Cuando hay un error o el código no corre lo importante es evitar que la frustración lleve a desmotivarse o tirar el computador por la ventana. Por eso se sugiere:

    +
      +
    • intentar resolverlo por no más de 10 minutos: en este tiempo revisar bien el material disponible y lo que hay en la web. Un lugar clásico donde se discuten problemas de código es Stack overflow.

    • +
    • si no se logra solucionar entonces se sugiere encarecidamente usar el foro al final de esta página, ya que nos sirve para dejar la respuesta disponible para otr_s compañer_s que pueden tener la misma duda (generalmente es así)

    • +
    +
    +
    +

    ¿Cómo preguntar?

    +
      +
    • Desripción general del problema, código y error que ocurre
    • +
    • Si con esta información no basta para solucionar el problema, entonces se le podrá solicitar información adicionales, tales como el archivo de código y la información de la versión de las librerías que aparece al ejecutar el comando sessionInfo()
    • +
    +
    +
    +

    Foro prácticos

    + + + +
    + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/assignment/index.html b/docs/assignment/index.html new file mode 100644 index 00000000..9ac2ca14 --- /dev/null +++ b/docs/assignment/index.html @@ -0,0 +1,697 @@ + + + + + + + + + + +Prácticos – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + +
    + +
    + + +
    + + + +
    + +
    +

    Prácticos

    + +
    + + +
    +

    Descripción

    +

    Las clases se acompañan de guías de trabajo con énfasis en la aplicación práctica mediante el uso de software estadístico.

    +

    Las guías se encontrarán disponibles en esta página (link a la izquierda). Habrá dos guías para la Unidad 1 (Inferencia), y 2 para la Unidad 2 (Asociación). La unidad 3 será eminentemente práctica y de aplicación.

    +

    Las guías son desarrolladas de manera autónoma, y cada dos semanas los días martes habrá un espacio práctico de revisión de las guías y de consultas. Para ello se espera que quienes puedan traigan su computador a la sala, y quienes no tienen lo podrán hacer simultáneamente en la sala de computación 345.

    +

    En las prácticas vamos a trabajar con el software R, Versión 4.4.1.

    +
    +
    +

    Trabajo con software R

    +

    Para los análisis estadísticos de este curso usamos el programa R, en parte porque es gratuito, pero la principal razón es que es de código abierto. Esto quiere decir que cualquier persona puede revisar cómo está hecho y aportar con modificaciones y procedimientos nuevos, como son las librerías que realizan funciones específicas.

    +

    El carácter de apertura de R posee muchas ventajas, pero también conlleva complicaciones. Se actualiza permanentemente, así como también las librerías, y esto puede generar problemas de compatibilidad y de fallas en ejecución del código de análisis.

    +

    Para minimizar estos posibles problemas en este curso, vamos a:

    +
      +
    • trabajar con la misma y última versión de R
    • +
    • evitar uso de tilde, ñ, espacios y mayúsculas tanto en carpetas y archivos, así como también en los nombres de las variables
    • +
    +
    +
    +

    Sobre errores y consultas sobre problemas con R y ejecución de código

    +

    En caso de preguntas sobre las clases hacerlas en Foro prácticos

    +
    +

    Instalación de R & RStudio

    +

    Para esta versión del curso vamos a trabajar con el programa R Version 4.4.1 y con RStudio, que ofrece un entorno más amigable para trabajar con R.

    +

    Para instalar R: ir a https://cran.r-project.org/index.html y bajar/instalar la versión correspondiente a la plataforma utilizada (Windows, Mac o Linux)

    +

    Para instalar RStudio: ir a https://rstudio.com/products/rstudio/ y bajar/instalar RStudio desktop, Open Source License (libre).

    +

    En caso de dudas se puede revisar el siguiente video tutorial de instalación de R & RStudio, preparado por Julio Iturra (apoyo docente) del curso Estadística Multivariada 2020:

    +
    + +
    +

    Si por alguna razón se prefiere trabajar sin descargar, también se puede utilizar RCloud, abajo un tutorial preparado por Valentina Andrade para el curso de Estadística Multivariada:

    +
    + +
    +
    +

    Sobre el trabajo en hojas de código en RStudio

    +
      +
    • El trabajo de análisis en RStudio se efectua en una hoja de código (o R script o sintaxis, o para los usuarios de Stata la do-file), que es donde se anotan los comandos y funciones. Para abrir una hoja, en RStudio ir a File > New File > R Script (o ctrl+shift+N),y aparecerá un panel con una pestaña “Untitled” (sin título). Esta es la hoja de código donde se anotan los comandos.

    • +
    • Los contenidos de las hojas de código son básicamente 2:

      +
        +
      • comandos o funciones: se escriben en la hoja, y para ejecutarlos se debe posicionar el cursor en la línea respectiva y ctrl+enter, el resultado aparecerá en el panel de resultados o Consola.
      • +
      • texto: para escribir títulos, comentarios, y todo lo que permita entender qué se está haciendo, al principio de la línea respectiva escribir el signo #
      • +
    • +
    • Para grabar nuestra hoja de código y así respaldar nuestros análisis, File > Save (o ctrl+s), y dar un nombre al archivo. Recordar: breve, sin espacios ni tildes ni eñes. Por defecto, la extensión de estos archivos es .R

    • +
    + + +
    +
    + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/content/01-content.html b/docs/content/01-content.html new file mode 100644 index 00000000..ad0d3465 --- /dev/null +++ b/docs/content/01-content.html @@ -0,0 +1,683 @@ + + + + + + + + + + +Presentación – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + +
    + +
    + + +
    + + + +
    + +
    +

    Presentación

    + +
    +

    Sesión del lunes, 12 de agosto de 2024

    +
    +
    + + +
    +

    Documento de presentación

    + +
    +
    +

    Foro

    +

    En caso de preguntas sobre las clases hacerlas en Foro Clases

    + + +
    + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/content/02-content.html b/docs/content/02-content.html new file mode 100644 index 00000000..f83cd053 --- /dev/null +++ b/docs/content/02-content.html @@ -0,0 +1,681 @@ + + + + + + + + + + +Inferencia 1: Datos, probabilidad y distribuciones muestrales – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + +
    + +
    + + +
    + + + +
    + +
    +

    Inferencia 1: Datos, probabilidad y distribuciones muestrales

    + +
    +

    Sesión del martes, 13 de agosto de 2024

    +
    +
    + + +
    +

    Documento de presentación

    + +
    + + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/content/03-content.html b/docs/content/03-content.html new file mode 100644 index 00000000..01c0a962 --- /dev/null +++ b/docs/content/03-content.html @@ -0,0 +1,681 @@ + + + + + + + + + + +Inferencia 2: Curva normal y error estándar – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + +
    + +
    + + +
    + + + +
    + +
    +

    Inferencia 2: Curva normal y error estándar

    + +
    +

    Sesión del lunes, 19 de agosto de 2024

    +
    +
    + + +
    +

    Documento de presentación

    + +
    + + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/content/04-content.html b/docs/content/04-content.html new file mode 100644 index 00000000..db5348b2 --- /dev/null +++ b/docs/content/04-content.html @@ -0,0 +1,681 @@ + + + + + + + + + + +Inferencia 3 - Intervalos de confianza – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + +
    + +
    + + +
    + + + +
    + +
    +

    Inferencia 3 - Intervalos de confianza

    + +
    +

    Sesión del martes, 20 de agosto de 2024

    +
    +
    + + +
    +

    Documento de presentación

    + +
    + + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/content/05-content.html b/docs/content/05-content.html new file mode 100644 index 00000000..71cd8824 --- /dev/null +++ b/docs/content/05-content.html @@ -0,0 +1,681 @@ + + + + + + + + + + +Inferencia 4 - Test de hipótesis – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + +
    + +
    + + +
    + + + +
    + +
    +

    Inferencia 4 - Test de hipótesis

    + +
    +

    Sesión del lunes, 26 de agosto de 2024

    +
    +
    + + +
    +

    Documento de presentación

    + +
    + + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/content/06-content.html b/docs/content/06-content.html new file mode 100644 index 00000000..c554b6bd --- /dev/null +++ b/docs/content/06-content.html @@ -0,0 +1,607 @@ + + + + + + + + + + +Inferencia 5 - Prueba t + hipótesis direccionales – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    + + + + +
    + +
    +

    Inferencia 5 - Prueba t + hipótesis direccionales

    + +
    +

    Sesión del lunes, 2 de septiembre de 2024

    +
    +
    + + +
    +

    Documento de presentación

    + + + +
    + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/content/07-content.html b/docs/content/07-content.html new file mode 100644 index 00000000..182ac146 --- /dev/null +++ b/docs/content/07-content.html @@ -0,0 +1,607 @@ + + + + + + + + + + +Inferencia 3 - Hipótesis y prueba t – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    + + + + +
    + +
    +

    Inferencia 3 - Hipótesis y prueba t

    + +
    +

    Sesión del lunes, 16 de octubre de 2023

    +
    +
    + + +
    +

    Documento de presentación

    + + + +
    + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/content/08-content.html b/docs/content/08-content.html new file mode 100644 index 00000000..49e7fcac --- /dev/null +++ b/docs/content/08-content.html @@ -0,0 +1,607 @@ + + + + + + + + + + +Inferencia 4 - Hipótesis direccionales y proporciones – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    + + + + +
    + +
    +

    Inferencia 4 - Hipótesis direccionales y proporciones

    + +
    +

    Sesión del lunes, 23 de octubre de 2023

    +
    +
    + + +
    +

    Documento de presentación

    + + + +
    + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/content/09-content.html b/docs/content/09-content.html new file mode 100644 index 00000000..6739cce7 --- /dev/null +++ b/docs/content/09-content.html @@ -0,0 +1,607 @@ + + + + + + + + + + +Asociación con variables categóricas – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    + + + + +
    + +
    +

    Asociación con variables categóricas

    + +
    +

    Sesión del lunes, 13 de noviembre de 2023

    +
    +
    + + +
    +

    Documento de presentación

    + + + +
    + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/content/10-content.html b/docs/content/10-content.html new file mode 100644 index 00000000..a01889f5 --- /dev/null +++ b/docs/content/10-content.html @@ -0,0 +1,607 @@ + + + + + + + + + + +Cierre – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    + + + + +
    + +
    +

    Cierre

    + +
    +

    Sesión del lunes, 20 de noviembre de 2023

    +
    +
    + + +
    +

    Documento de presentación

    + + + +
    + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/content/foro-clases.html b/docs/content/foro-clases.html new file mode 100644 index 00000000..b1c6cd05 --- /dev/null +++ b/docs/content/foro-clases.html @@ -0,0 +1,667 @@ + + + + + + + + + + +Foro clases – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + +
    + +
    + + +
    + + + +
    + +
    +

    Foro clases

    + +
    + + +

    Foro para compartir dudas, aclaraciones, sugerencias sobre los contenidos del curso vistos en clases. Para poder participar en el foro hay que abir una cuenta en Github

    + + + + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/content/index.html b/docs/content/index.html new file mode 100644 index 00000000..73cd84ac --- /dev/null +++ b/docs/content/index.html @@ -0,0 +1,667 @@ + + + + + + + + + + +Clases – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + +
    + +
    + + +
    + + + +
    + +
    +

    Clases

    + +
    + + +

    En esta sección se encuentran disponibles los documentos de presentación que sirven de base a cada clase, en el menú de la izquierda Presentaciones. Los documentos son en formato html (no son ppt), producidos con Xaringan. Para verlos en pantalla completa presionar F sobre el documento, y para una vista general de todas las slides presionar O.

    +

    También a la izquierda hay un link al Foro para hacer preguntas relacionadas con las clases.

    +

    Cada clase tiene como referencia lecturas que deben completarse antes de la sesión correspondiente.

    + + + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/example/cace.html b/docs/example/cace.html new file mode 100644 index 00000000..98f8ee41 --- /dev/null +++ b/docs/example/cace.html @@ -0,0 +1,1155 @@ + + + + + + + + + + +Complier average treatment effects – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    + + + + +
    + +
    +
    +

    Complier average treatment effects

    +
    + + + +
    + + + + +
    + + + +
    + + +
    +

    Compliance and treatment effects

    +

    Throughout this course, we’ve talked about the difference between the average treatment effect (ATE), or the average effect of a program for an entire population, and conditional average treatment effect (CATE), or the average effect of a program for some segment of the population. There are all sorts of CATEs: you can find the CATE for men vs. women, for people who are treated with the program (the average treatment on the treated, or ATT or TOT), for people who are not treated with the program (the average treatment on the untreated, or ATU), and so on.

    +

    One important type of CATE is the effect of a program on just those who comply with the program. We can call this the complier average treatment effect, but the acronym would be the same as conditional average treatment effect, so we’ll call it the complier average causal effect or CACE.

    +

    Thinking about compliance is important. You might randomly assign people to receive treatment or a program, but people might not do what you tell them. Additionally, people might do the program if assigned to do it, but they would have done it anyway. We can split the population into four types of people:

    +
      +
    • Compliers: People who follow whatever their assignment is (if assigned to treatment, they do the program; if assigned to control, they don’t)
    • +
    • Always takers: People who will receive or seek out the program regardless of assignment (if assigned to treatment, they do the program; if assigned to control, they still do the program)
    • +
    • Never takers: People who will not receive or seek out the program regardless of assignment (if assigned to treatment, they don’t do the program; if assigned to control, they also don’t do it)
    • +
    • Defiers: People who will do the opposite of whatever their assignment is (if assigned to treatment, they don’t do the program; if assigned to control, they do the program)
    • +
    +

    To simplify things, evaluators and econometricians assume that defiers don’t exist based on the idea of monotonicity, which means that we can assume that the effect of being assigned to treatment only increases the likelihood of participating in the program (and doesn’t make it more likely).

    +

    The tricky part about trying to find who the compliers are in a sample is that we can’t know what people would have done in the absence of treatment. If we see that someone in the experiment was assigned to be in the treatment group and they then participated in the program, they could be a complier (since they did what they were assigned to do), or they could be an always taker (they did what they were assigned to do, but they would have done it anyway). Due to the fundamental problem of causal inference, we cannot know what each person would have done in a parallel world.

    +

    We can use data from a hypothetical program to see how these three types of compliers distort our outcomes, and more importantly, how we can disentangle compliers from their always- and never-taker counterparts.

    +

    If you want to follow along with this example, you can download these two datasets:

    + +
    +
    +

    Finding compliers with a mind-reading time machine

    +

    First let’s load the data and reorder some of the categories:

    +
    +
    +Code +
    library(tidyverse)  # ggplot(), %>%, mutate(), and friends
    +library(broom)  # Convert models to data frames
    +library(estimatr)  # Run 2SLS models in one step with iv_robust()
    +
    +bed_nets <- read_csv("data/bed_nets_observed.csv") %>%
    +  # Make "No bed net" (control) come first
    +  mutate(bed_net = fct_relevel(bed_net, "No bed net"))
    +
    +bed_nets_time_machine <- read_csv("data/bed_nets_time_machine.csv") %>%
    +  # Make "No bed net" come first and "Complier" come first
    +  mutate(bed_net = fct_relevel(bed_net, "No bed net"),
    +         status = fct_relevel(status, "Complier"))
    +
    +
    +

    This is what we would be able to see if we could read everyone’s minds. There are always takers who will use a bed net regardless of the program, and they’ll have higher health outcomes. However, those better outcomes are because of something endogenous—there’s something else that makes these people always pursue bed nets, and that’s likely related to health. We probably want to not consider them when looking for the program effect. There are never takers who won’t ever use a bed net, and they have worse health outcomes. Again, there’s endogeneity here—something is causing them to not use the bed nets, and it likely also causes their health level. We don’t want to look at them either.

    +

    The first group—the compliers—are the people we want to focus on. Here we see that the program had an effect when compared to a control group.

    +
    +
    +Code +
    set.seed(1234)  # Make the jittering the same every time
    +
    +ggplot(bed_nets_time_machine, aes(y = health, x = treatment)) +
    +  geom_point(aes(shape = bed_net, color = status),
    +             position = position_jitter(height = NULL, width = 0.25)) +
    +  facet_wrap(vars(status)) +
    +  labs(color = "Type of person", shape = "Compliance",
    +       x = NULL, y = "Health status") +
    +  scale_color_viridis_d(option = "plasma", end = 0.85) +
    +  theme_bw()
    +
    +
    +
    +
    +

    +
    +
    +
    +
    +
    +
    +

    Finding compliers in actual data

    +

    This is what we actually see in the data, though. You can tell who some of the always takers are (those who used bed nets after being assigned to the control group) and who some of the never takers are (those who did not use a bed net after being assigned to the treatment group), but compliers are mixed up with the always and never takers. We have to somehow disentangle them!

    +
    +
    +Code +
    set.seed(1234)
    +ggplot(bed_nets_time_machine, aes(y = health, x = bed_net)) +
    +  geom_point(aes(shape = bed_net, color = status),
    +             position = position_jitter(height = NULL, width = 0.25)) +
    +  facet_wrap(vars(treatment)) +
    +  labs(color = "Type of person", shape = "Compliance",
    +       x = NULL, y = "Health status") +
    +  scale_color_viridis_d(option = "plasma", end = 0.85) +
    +  theme_bw()
    +
    +
    +
    +
    +

    +
    +
    +
    +
    +

    We can do this by assuming the proportion of compliers, never takers, and always takers are equally spread across treatment and control (which we can assume through the magic of randomization). If that’s the case, we can calculate the intent to treat (ITT) effect, which is the CATE of being assigned treatment (or the effect of being assigned treatment on health status, regardless of actual compliance).

    +

    The ITT is actually composed of three different causal effects: the complier average causal effect (CACE), the always taker average causal effect (ATACE), and the never taker average causal effect (NTACE). In the formula below, \(\pi\) stands for the proportion of people in each group. Formally, the ITT can be defined like this:

    +

    \[ +\begin{aligned} +\text{ITT}\ =\ & \color{#0D0887}{\pi_\text{compliers} \times (\text{T} - \text{C})_\text{compliers}} + \\ +&\color{#B7318A}{\pi_\text{always takers} \times (\text{T} - \text{C})_\text{always takers}} + \\ +&\color{#FEBA2C}{\pi_\text{never takers} \times (\text{T} - \text{C})_\text{never takers}} +\end{aligned} +\]

    +

    We can simplify this to this acronymized version:

    +

    \[ +\text{ITT}\ =\ \color{#0D0887}{\pi_\text{C} \text{CACE}} + \color{#B7318A}{\pi_\text{A} \text{ATACE}} + \color{#FEBA2C}{\pi_\text{N} \text{NTACE}} +\]

    +

    The number we care about the most here is the CACE, which is stuck in the middle of the equation. But we can rescue it with some fun logical and algebraic trickery!

    +

    If we assume that assignment to treatment doesn’t make someone more likely to be an always taker or a never taker, we can set the ATACE and NTACE to zero, leaving us with just three variables to worry about: ITT, \(\pi_\text{c}\), and CACE:

    +

    \[ +\begin{aligned} +\text{ITT}\ =\ & \color{#0D0887}{\pi_\text{C} \text{CACE}} + \color{#B7318A}{\pi_\text{A} \text{ATACE}} + \color{#FEBA2C}{\pi_\text{N} \text{NTACE}} \\[6pt] +=\ & \color{#0D0887}{\pi_\text{C} \text{CACE}} + \color{#B7318A}{\pi_\text{A} \times 0} + \color{#FEBA2C}{\pi_\text{N} \times 0}\\[6pt] +\text{ITT}\ =\ & \color{#0D0887}{\pi_\text{C} \text{CACE}} +\end{aligned} +\]

    +

    We can use algebra to rearrange this formula so that we’re left with an equation that starts with CACE (since that’s the value we care about):

    +

    \[ +\text{CACE} = \frac{\text{ITT}}{\pi_\text{C}} +\]

    +

    If we can find the ITT and the proportion of compliers, we can find the complier average causal effect (CACE). Fortunately, both those pieces—ITT and \(\pi_\text{C}\)—are findable in the data we have!

    +
    +
    +

    Finding the ITT

    +

    The ITT is easy to find with a simple OLS model:

    +
    +
    +Code +
    itt_model <- lm(health ~ treatment, data = bed_nets)
    +
    +tidy(itt_model)
    +## # A tibble: 2 × 5
    +##   term               estimate std.error statistic  p.value
    +##   <chr>                 <dbl>     <dbl>     <dbl>    <dbl>
    +## 1 (Intercept)           40.9      0.444     92.1  0       
    +## 2 treatmentTreatment     5.99     0.630      9.51 5.20e-21
    +
    +ITT <- tidy(itt_model) %>%
    +  filter(term == "treatmentTreatment") %>%
    +  pull(estimate)
    +
    +
    +

    The ITT here is ≈6—being assigned treatment increases average health status by 5.99 health points.

    +
    +
    +

    Finding the proportion of compliers

    +

    The proportion of compliers is a little trickier, but doable with some algebraic trickery. Recall from the graph above that the people who were in the treatment group and who complied are a combination of always takers and compliers. This means we can say:

    +

    \[ +\begin{aligned} +\pi_\text{A} + \pi_\text{C} =& \text{% yes in treatment; or} \\ +\pi_\text{C} =& \text{% yes in treatment} - \pi_\text{A} +\end{aligned} +\]

    +

    We actually know \(\pi_\text{A}\)—remember in the graph above that the people who were in the control group and who used bed nets are guaranteed to be always takers (none of them are compliers or never takers). If we assume that the proportion of always takers is the same in both treatment and control, we can use that percent here, giving us this final equation for \(\pi_\text{C}\):

    +

    \[ +\begin{aligned} +\pi_\text{C} =& \text{% yes in treatment} - \pi_\text{A} \\ +=& \text{% yes in treatment} - \text{% yes in control} +\end{aligned} +\]

    +

    So, if we can find the percent of people assigned to treatment who used bed nets, find the percent of people assigned to control and used bed nets, and subtract the two percentages, we’ll have the proportion of compliers, or \(\pi_\text{C}\). We can do that with the data we have (61% - 19.5% = 41.5% compliers):

    +
    +
    +Code +
    bed_nets %>%
    +  group_by(treatment, bed_net) %>%
    +  summarize(n = n()) %>%
    +  mutate(prop = n / sum(n))
    +## # A tibble: 4 × 4
    +## # Groups:   treatment [2]
    +##   treatment bed_net        n  prop
    +##   <chr>     <fct>      <int> <dbl>
    +## 1 Control   No bed net   808 0.805
    +## 2 Control   Bed net      196 0.195
    +## 3 Treatment No bed net   388 0.390
    +## 4 Treatment Bed net      608 0.610
    +
    +# pi_c = prop yes in treatment - prop yes in control
    +pi_c <- 0.6104418 - 0.1952191
    +
    +
    +

    Finally, now that we know both the ITT and \(\pi_\text{C}\), we can find the CACE (or the LATE):

    +
    +
    +Code +
    CACE <- ITT / pi_c
    +CACE
    +## [1] 14.43
    +
    +
    +

    It’s 14.4, which means that using bed nets increased health by 14 health points for compliers (which is a lot bigger than the 6 that we found before). We successfully filtered out the always takers and the never takers, and we have our complier-specific causal effect.

    +
    +
    +

    Finding the CACE/LATE with IV/2SLS

    +

    Doing that is super tedious though! What if there was an easier way to find the effect of the bed net program for just the compliers? We can do this with IV/2SLS regression by using assignment to treatment as an instrument.

    +

    Assignment to treatment works as an instrument because it’s (1) relevant, since being told to use bed nets is probably highly correlated with using bed nets, (2) exclusive, since the only way that being told to use bed nets can cause changes in health is through the actual use of the bed nets, and (3) exogenous, since being told to use bed nets probably isn’t related to other things that cause health.

    +

    Here’s a 2SLS regression with assignment to treatment as the instrument:

    +
    +
    +Code +
    model_2sls <- iv_robust(health ~ bed_net | treatment, data = bed_nets)
    +tidy(model_2sls)
    +##             term estimate std.error statistic   p.value conf.low conf.high   df outcome
    +## 1    (Intercept)    38.12    0.5151     74.01 0.000e+00    37.11     39.13 1998  health
    +## 2 bed_netBed net    14.43    1.2538     11.51 1.038e-29    11.97     16.89 1998  health
    +
    +
    +

    The coefficient for bed_net is identical to the CACE that we found manually! Instrumental variables are helpful for isolated program effects to only compliers when you’re dealing with noncompliance.

    + + + + +
    + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/example/cace_files/figure-html/compliers-actual-1.png b/docs/example/cace_files/figure-html/compliers-actual-1.png new file mode 100644 index 00000000..6cf4d226 Binary files /dev/null and b/docs/example/cace_files/figure-html/compliers-actual-1.png differ diff --git a/docs/example/cace_files/figure-html/mind-reading-groups-1.png b/docs/example/cace_files/figure-html/mind-reading-groups-1.png new file mode 100644 index 00000000..b17b03d3 Binary files /dev/null and b/docs/example/cace_files/figure-html/mind-reading-groups-1.png differ diff --git a/docs/example/index.html b/docs/example/index.html new file mode 100644 index 00000000..3c4f1b9d --- /dev/null +++ b/docs/example/index.html @@ -0,0 +1,704 @@ + + + + + + + + + + +Code examples – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    + + + + +
    + +
    +
    +

    Code examples

    +
    + + + +
    + + + + +
    + + + +
    + + +

    Visit this section after you have finished the readings and lecture videos. It contains fully annotated R code and other supplementary information and it will be indispensable as you work on your problem sets and project.

    +

    Many sections also contain videos of me live coding the examples so you can see what it looks like to work with R in real time. You’ll notice me make all sorts of little errors, which is totally normal—everyone does!

    + + + + + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/files/10-causal-inference.pdf b/docs/files/10-causal-inference.pdf new file mode 100644 index 00000000..a5a967af Binary files /dev/null and b/docs/files/10-causal-inference.pdf differ diff --git a/docs/files/404.gif b/docs/files/404.gif new file mode 100755 index 00000000..f2e87330 Binary files /dev/null and b/docs/files/404.gif differ diff --git a/docs/files/INFERENCIA.jpg b/docs/files/INFERENCIA.jpg new file mode 100644 index 00000000..017b5331 Binary files /dev/null and b/docs/files/INFERENCIA.jpg differ diff --git a/docs/files/YAML.png b/docs/files/YAML.png new file mode 100644 index 00000000..c4fecd9b Binary files /dev/null and b/docs/files/YAML.png differ diff --git a/docs/files/apartados.png b/docs/files/apartados.png new file mode 100644 index 00000000..813a6341 Binary files /dev/null and b/docs/files/apartados.png differ diff --git a/docs/files/banner-saludmental.png b/docs/files/banner-saludmental.png new file mode 100644 index 00000000..abc2ad82 Binary files /dev/null and b/docs/files/banner-saludmental.png differ diff --git a/docs/files/bib/chicago-author-date.csl b/docs/files/bib/chicago-author-date.csl new file mode 100644 index 00000000..2ed7e6d0 --- /dev/null +++ b/docs/files/bib/chicago-author-date.csl @@ -0,0 +1,682 @@ + + diff --git a/docs/files/bib/chicago-fullnote-bibliography.csl b/docs/files/bib/chicago-fullnote-bibliography.csl new file mode 100644 index 00000000..0471fa67 --- /dev/null +++ b/docs/files/bib/chicago-fullnote-bibliography.csl @@ -0,0 +1,1451 @@ + + diff --git a/docs/files/bib/chicago-note-bibliography.csl b/docs/files/bib/chicago-note-bibliography.csl new file mode 100644 index 00000000..882f61db --- /dev/null +++ b/docs/files/bib/chicago-note-bibliography.csl @@ -0,0 +1,1417 @@ + + diff --git a/docs/files/bib/references.bib b/docs/files/bib/references.bib new file mode 100755 index 00000000..ed54310d --- /dev/null +++ b/docs/files/bib/references.bib @@ -0,0 +1,298 @@ +%% This BibTeX bibliography file was created using BibDesk. +%% https://bibdesk.sourceforge.io/ + +%% Created for Andrew Heiss at 2021-10-07 11:46:51 -0400 + + +%% Saved with string encoding Unicode (UTF-8) + + + +@article{LinPsatyKronmal:1998, + author = {D. Y. Lin and B. M. Psaty and R. A. Kronmal}, + date-added = {2021-10-07 11:44:08 -0400}, + date-modified = {2021-10-07 11:46:48 -0400}, + doi = {10.2307/2533848}, + journal = {Biometrics}, + month = {9}, + number = {3}, + pages = {948--963}, + title = {Assessing the Sensitivity of Regression Results to Unmeasured Confounders in Observational Studies}, + volume = {54}, + year = {1998}} + +@book{MurnaneWillett:2011, + address = {Oxford}, + author = {Richard J. Murnane and John B. Willett}, + date-added = {2021-10-07 11:42:31 -0400}, + date-modified = {2021-10-07 11:42:50 -0400}, + publisher = {Oxford University Press}, + title = {Methods Matter: Improving Causal Inference in Educational and Social Science Research}, + year = {2011}} + +@article{AltonjiElderTaber:2005, + author = {Joseph G. Altonji and Todd E. Elder and Christopher R. Taber}, + date-added = {2021-10-07 11:40:31 -0400}, + date-modified = {2021-10-07 11:42:01 -0400}, + doi = {10.1086/426036}, + journal = {Journal of Political Economy}, + month = {2}, + number = {1}, + pages = {151--184}, + title = {Selection on Observed and Unobserved Variables: Assessing the Effectiveness of Catholic Schools}, + volume = {113}, + year = {2005}} + +@article{CinelliHazlett:2020, + author = {Carlos Cinelli and Chad Hazlett}, + date-added = {2021-10-07 11:37:51 -0400}, + date-modified = {2021-10-07 11:38:05 -0400}, + doi = {10.1111/rssb.12348}, + journal = {Journal of the Royal Statistical Society: Series B (Statistical Methodology)}, + month = {2}, + number = {1}, + pages = {39--67}, + rating = {0}, + read = {0}, + title = {Making Sense of Sensitivity: Extending Omitted Variable Bias}, + volume = {82}, + year = {2020}, + bdsk-url-1 = {https://doi.org/10.1111/rssb.12348}} + +@article{KeeleStevensonElwert:2020, + author = {Luke Keele and Randolph T. Stevenson and Felix Elwert}, + date-added = {2021-09-14 20:32:41 -0400}, + date-modified = {2021-09-14 20:32:48 -0400}, + doi = {10.1017/psrm.2019.31}, + journal = {Political Science Research and Methods}, + month = {1}, + number = {1}, + pages = {1--13}, + rating = {0}, + read = {0}, + title = {The Causal Interpretation of Estimated Associations in Regression Models}, + volume = {8}, + year = {2020}, + bdsk-url-1 = {https://doi.org/10.1017/psrm.2019.31}} + +@article{Imbens:2021, + author = {Guido W. Imbens}, + date-added = {2021-09-03 18:40:39 -0400}, + date-modified = {2021-09-03 18:40:47 -0400}, + doi = {10.1257/jep.35.3.157}, + issue = {Summer}, + journal = {Journal of Economic Perspectives}, + number = {3}, + pages = {157--174}, + title = {Statistical Significance, \emph{p}-Values, and the Reporting of Uncertainty}, + volume = {35}, + year = {2021}, + bdsk-url-1 = {https://doi.org/10.1257/jep.35.3.157}} + +@book{Huntington-Klein:2021, + address = {Boca Raton, Florida}, + author = {Nick Huntington-Klein}, + date-added = {2021-08-09 19:40:38 -0400}, + date-modified = {2021-08-09 19:43:29 -0400}, + publisher = {{Chapman and Hall} / CRC}, + title = {The Effect: An Introduction to Research Design and Causality}, + url = {https://theeffectbook.net/}, + year = {2021}, + bdsk-url-1 = {https://theeffectbook.net/}} + +@article{HunermundLouw:2020, + author = {Paul H{\"u}nermund and Beyers Louw}, + date = {2020-10-01}, + date-added = {2020-11-06 16:02:08 -0500}, + date-modified = {2020-11-06 16:02:27 -0500}, + eprint = {2005.10314}, + eprinttype = {arXiv}, + primaryclass = {econ.EM}, + title = {On the Nuisance of Control Variables in Regression Analysis}, + url = {https://arxiv.org/abs/2005.10314}, + year = {2020}, + bdsk-url-1 = {https://arxiv.org/abs/2005.10314}} + +@article{GertlerHeckmanPinto:2014, + author = {Paul Gertler and James Heckman and Rodrigo Pinto and Arianna Zanolini and Christel Vermeersch and Susan Walker and Susan M. Chang and Sally Grantham-McGregor}, + date = {2014-05-14}, + date-added = {2020-01-28 14:31:11 -0500}, + date-modified = {2020-01-28 14:33:07 -0500}, + doi = {10.1126/science.1251178}, + journal = {Science}, + month = {5}, + number = {6187}, + pages = {998--1001}, + title = {Labor Market Returns to an Early Childhood Stimulation Intervention in {Jamaica}}, + volume = {344}, + year = {2014}, + bdsk-url-1 = {https://doi.org/10.1126/science.1251178}} + +@article{Di-TellaSchargrodsky:2004, + author = {Rafael {Di Tella} and Ernesto Schargrodsky}, + date-added = {2020-01-28 14:27:51 -0500}, + date-modified = {2020-01-28 14:29:30 -0500}, + doi = {10.1257/000282804322970733}, + journal = {American Economic Review}, + month = {3}, + number = {1}, + pages = {115--133}, + title = {Do Police Reduce Crime? Estimates Using the Allocation of Police Forces After a Terrorist Attack}, + volume = {94}, + year = {2004}, + bdsk-url-1 = {https://doi.org/10.1257/000282804322970733}} + +@techreport{KearneyLevine:2015, + author = {Melissa S. Kearney and Phillip B. Levine}, + date-added = {2020-01-28 14:23:41 -0500}, + date-modified = {2020-01-28 14:26:02 -0500}, + doi = {10.3386/w21229}, + institution = {National Bureau of Economic Research}, + month = {6}, + number = {21229}, + series = {Working Paper Series}, + title = {Early Childhood Education by {MOOC}: Lessons from \emph{Sesame Street}}, + url = {https://www.nber.org/papers/w21229.pdf}, + year = {2015}, + bdsk-url-1 = {https://www.nber.org/papers/w21229.pdf}, + bdsk-url-2 = {https://doi.org/10.3386/w21229}} + +@article{Schultz:2004, + author = {T. Paul Schultz}, + date-added = {2020-01-28 14:17:13 -0500}, + date-modified = {2020-01-28 14:26:20 -0500}, + doi = {10.1016/j.jdeveco.2003.12.009}, + journal = {Journal of Development Economics}, + month = {6}, + number = {1}, + pages = {199--250}, + title = {School Subsidies for the Poor: Evaluating the {Mexican} {Progresa} Poverty Program}, + volume = {74}, + year = {2004}, + bdsk-url-1 = {https://doi.org/10.1016/j.jdeveco.2003.12.009}} + +@article{HunermundBareinboim:2019, + author = {Paul H{\"u}nermund and Elias Bareinboim}, + date = {2019-12-19}, + date-added = {2020-01-21 14:50:39 -0500}, + date-modified = {2020-01-21 14:50:46 -0500}, + eprint = {1912.09104}, + eprinttype = {arXiv}, + primaryclass = {econ.EM}, + rating = {0}, + read = {0}, + title = {Causal Inference and Data-Fusion in Econometrics}, + url = {https://arxiv.org/abs/1912.09104}, + year = {2019}, + bdsk-url-1 = {https://arxiv.org/abs/1912.09104}} + +@unpublished{SchuesslerSelb:2019, + author = {Julian Schuessler and Peter Selb}, + date = {2019-12-17}, + date-added = {2020-01-21 14:50:34 -0500}, + date-modified = {2020-01-21 14:50:59 -0500}, + doi = {10.31235/osf.io/hbg3m}, + publisher = {SocArXiv}, + rating = {0}, + read = {0}, + title = {Graphical Causal Models for Survey Inference}, + type = {Working Paper}, + url = {https://osf.io/preprints/socarxiv/hbg3m/}, + year = {2019}, + bdsk-url-1 = {https://osf.io/preprints/socarxiv/hbg3m/}, + bdsk-url-2 = {https://doi.org/10.31235/osf.io/hbg3m}} + +@article{Hernan:2018, + author = {Miguel A. Hern{\'a}n}, + date-added = {2019-11-30 23:37:58 -0500}, + date-modified = {2021-09-18 10:33:45 -0400}, + doi = {10.2105/AJPH.2018.304337}, + journal = {American Journal of Public Health}, + month = {5}, + number = {5}, + pages = {616--19}, + title = {The C-Word: Scientific Euphemisms Do Not Improve Causal Inference From Observational Data}, + volume = {108}, + year = {2018}, + bdsk-url-1 = {https://doi.org/10.2105/AJPH.2018.304337}} + +@article{Rohrer:2018, + author = {Julia M. Rohrer}, + date-added = {2019-08-24 13:31:48 -0400}, + date-modified = {2019-08-24 13:32:51 -0400}, + doi = {10.1177/2515245917745629}, + journal = {Advances in Methods and Practices in Psychological Science}, + month = {3}, + number = {1}, + pages = {27--42}, + title = {Thinking Clearly About Correlations and Causation: Graphical Causal Models for Observational Data}, + volume = {1}, + year = {2018}, + bdsk-url-1 = {https://doi.org/10.1177/2515245917745629}} + +@book{RossiLipseyHenry:2019, + address = {Los Angeles}, + author = {Peter H. Rossi and Mark W. Lipsey and Gary T. Henry}, + date-added = {2019-08-24 13:19:35 -0400}, + date-modified = {2019-08-24 13:20:27 -0400}, + edition = {8}, + publisher = {Sage}, + title = {Evaluation: A Systematic Approach}, + year = {2019}} + +@book{AngristPischke:2015, + address = {Princeton, NJ}, + author = {Joshua D. Angrist and J{\"o}rn-Steffen Pischke}, + date-added = {2019-08-23 21:01:35 -0400}, + date-modified = {2019-08-23 21:02:34 -0400}, + publisher = {Princeton University Press}, + title = {Mastering 'Metrics: The Path from Cause to Effect}, + year = {2015}} + +@book{mixtape, + address = {New Haven, CT}, + author = {Scott Cunningham}, + date-added = {2019-08-23 20:58:05 -0400}, + date-modified = {2019-08-23 21:01:06 -0400}, + publisher = {Yale University Press}, + title = {Causal Inference: The Mixtape}, + url = {https://mixtape.scunning.com/}, + year = {2021}, + bdsk-url-1 = {https://mixtape.scunning.com/}} + +@book{wb-eval, + author = {Paul J. Gertler and Sebastian Martinez and Patrick Premand and Laura B. Rawlings and Christel M. J. Vermeersch}, + date-added = {2019-08-23 20:51:30 -0400}, + date-modified = {2019-08-23 20:58:03 -0400}, + edition = {2}, + publisher = {Inter-American Development Bank and World Bank}, + title = {Impact Evaluation in Practice}, + url = {https://openknowledge.worldbank.org/handle/10986/25030}, + year = {2016}, + bdsk-url-1 = {https://openknowledge.worldbank.org/handle/10986/25030}} + +@book{DiezBarrCetinkaya-Rundel:2017, + author = {David M. Diez and Christopher D. Barr and Mine {\c C}etinkaya-Rundel}, + edition = {3}, + title = {{OpenIntro} Statistics}, + url = {https://www.openintro.org/book/stat/}, + year = {2017}, + bdsk-url-1 = {https://www.openintro.org/book/stat/}} + +@book{WickhamGrolemund:2017, + address = {Sebastopol, California}, + author = {Hadley Wickham and Garrett Grolemund}, + publisher = {O'Reilly Media}, + title = {{R} for Data Science: Import, Tidy, Transform, Visualize, and Model Data}, + url = {http://r4ds.had.co.nz/}, + year = {2017}, + bdsk-url-1 = {http://r4ds.had.co.nz/}} + +@book{IsmayKim:2018, + author = {Chester Ismay and Albert Y. Kim}, + date-modified = {2021-08-09 19:42:33 -0400}, + publisher = {{Chapman and Hall} / CRC}, + title = {Statistical Inference via Data Science: A {ModernDive} into {R} and the Tidyverse}, + url = {https://moderndive.com/}, + year = {2019}, + bdsk-url-1 = {https://moderndive.com/}} diff --git a/docs/files/chunk-options.png b/docs/files/chunk-options.png new file mode 100644 index 00000000..67ee7453 Binary files /dev/null and b/docs/files/chunk-options.png differ diff --git a/docs/files/chunk-toc.png b/docs/files/chunk-toc.png new file mode 100644 index 00000000..1a24428c Binary files /dev/null and b/docs/files/chunk-toc.png differ diff --git a/docs/files/crear-qmd.gif b/docs/files/crear-qmd.gif new file mode 100644 index 00000000..30cb88c4 Binary files /dev/null and b/docs/files/crear-qmd.gif differ diff --git a/docs/files/crear-rmd.gif b/docs/files/crear-rmd.gif new file mode 100644 index 00000000..e1af2cbc Binary files /dev/null and b/docs/files/crear-rmd.gif differ diff --git a/docs/files/data/datos_casen_2022.Rdata b/docs/files/data/datos_casen_2022.Rdata new file mode 100644 index 00000000..a0db8072 Binary files /dev/null and b/docs/files/data/datos_casen_2022.Rdata differ diff --git a/docs/files/data/external_data/MonthlyPanel.dta b/docs/files/data/external_data/MonthlyPanel.dta new file mode 100644 index 00000000..c93aef19 Binary files /dev/null and b/docs/files/data/external_data/MonthlyPanel.dta differ diff --git a/docs/files/data/external_data/catholic.dta b/docs/files/data/external_data/catholic.dta new file mode 100644 index 00000000..67f92ba6 Binary files /dev/null and b/docs/files/data/external_data/catholic.dta differ diff --git a/docs/files/data/external_data/eitc.dta b/docs/files/data/external_data/eitc.dta new file mode 100644 index 00000000..a1274f0c Binary files /dev/null and b/docs/files/data/external_data/eitc.dta differ diff --git a/docs/files/data/external_data/evaluation.dta b/docs/files/data/external_data/evaluation.dta new file mode 100644 index 00000000..16568337 Binary files /dev/null and b/docs/files/data/external_data/evaluation.dta differ diff --git a/docs/files/data/external_data/food_health_politics.csv b/docs/files/data/external_data/food_health_politics.csv new file mode 100755 index 00000000..d9499897 --- /dev/null +++ b/docs/files/data/external_data/food_health_politics.csv @@ -0,0 +1,3144 @@ +FIPS,state,county,low_access_pop,low_access_change,pct_low_access_pop,children_low_access,pct_children_low_access,grocery_stores,grocery_stores_per_1000,snap_stores,snap_stores_per_1000,fastfood,fastfood_per_1000,deaths,population,mortality_rate,votes_dem_2012,votes_dem_2016,total_votes_2012,total_votes_2016,per_dem_2012,per_dem_2016,diff_2016,per_point_diff_2012,per_point_diff_2016 +1001,AL,Autauga,17496.6930380858,-5.056025703678356,0.3206225474718403,4616.97147985914,0.08460485385752764,4,0.072208683,42.1666666666667,0.760911409460565,36,0.649878148,1540,165675,922.5,6354,5908,23909,24661,0.2657576644778117,0.23956854953164916,12202,-0.46057969802166554,-0.49478934349783055 +1003,AL,Baldwin,30561.2644297432,-13.204891081933559,0.16767489331327023,7007.97267534918,0.038449360411209936,29,0.14491957,198.083333333333,0.949752992301287,132,0.659633903,6017,598548,782.4,18329,18409,84988,94090,0.2156657410457947,0.19565309809756615,54371,-0.5582317503647574,-0.5778616218514189 +1005,AL,Barbour,6069.52362758896,6.067799405129772,0.22105560066973667,1031.92777647386,0.03758341320879411,5,0.185963477,35.1666666666667,1.35438731625907,22,0.818239298,871,80277,917.2,5873,4848,11459,10390,0.5125229077580941,0.46660250240615975,583,0.029147395060651005,-0.056111645813281985 +1007,AL,Bibb,969.378840984762,-7.224695844103675,0.042303244206186426,232.642670170693,0.010152418510612831,5,0.222162979,19.5833333333333,0.864873618042368,5,0.222162979,717,67644,988.7,2200,1874,8391,8748,0.26218567512811347,0.21422039323273892,4859,-0.46847813133118815,-0.5554412437128486 +1009,AL,Blount,3724.42824233857,140.56885668584255,0.06497380137361868,910.686113009206,0.015887200603768293,6,0.103951905,47.0833333333333,0.815945746106567,21,0.363831667,1793,173065,884.8,2961,2150,23980,25384,0.12347789824854045,0.08469902300661834,20658,-0.7414512093411175,-0.8138197289631264 +1011,AL,Bullock,4141.90036536622,1.2693649484205736,0.37950342361794204,616.715389898739,0.056506816006847996,2,0.185804534,11.0833333333333,1.06961333075983,3,0.2787068,359,32153,989.6,4058,3530,5318,4701,0.763068822865739,0.7509040629653265,2391,0.5280180518992101,0.5086151882578175 +1013,AL,Butler,1304.32875630859,-0.2669289357560789,0.06226804584468373,264.140115579595,0.012609925792695612,3,0.147812377,25.8333333333333,1.29179584625129,17,0.837603469,796,60691,978.2,4367,3716,9483,8685,0.4605082779711062,0.4278641335636154,1175,-0.07529262891490035,-0.1352907311456535 +1015,AL,Calhoun,27785.986765365,-10.081060933943231,0.23433851807648515,6167.76448702024,0.05201704016985663,27,0.232927292,135.583333333333,1.18298708966271,103,0.888574485,4292,348188,1055.9,15500,13197,46240,47376,0.3352076124567474,0.27855876393110435,19606,-0.31946366782006924,-0.41383823032759204 +1017,AL,Chambers,7131.50571665377,5.679910835566213,0.20843214136062457,1595.35384990639,0.04662732280889639,7,0.205423172,37.5,1.10805779629465,26,0.763000352,1317,102328,962.5,6853,5763,14562,13778,0.47060843290756765,0.4182755116852954,2040,-0.051023211097376675,-0.14806212803019303 +1019,AL,Cherokee,103.522498883598,30.364177179211055,0.003983319823140483,18.7476009328966,7.213667679747816e-4,5,0.192034413,32.3333333333333,1.2568837058633,15,0.576103238,1016,77938,992,2126,1524,9761,10503,0.21780555270976334,0.14510139960011426,7285,-0.5499436533142097,-0.6936113491383414 +1021,AL,Chilton,1469.89911040547,0.9076282021860224,0.033680065770122815,337.049923084982,0.007722886215085627,6,0.136577815,53.8333333333333,1.22512763326582,20,0.455259384,1487,131659,1017.2,3391,2909,17434,18255,0.19450499024893886,0.1593536017529444,12159,-0.6033612481358266,-0.666064092029581 +1023,AL,Choctaw,2702.89519889199,3.469851513810586,0.1950281549095887,557.553869171617,0.040230454518480195,3,0.22517451,15.3333333333333,1.18012263013417,6,0.45034902,536,39837,953.4,3785,3109,7965,7268,0.47520401757689895,0.4277655476059439,993,-0.045825486503452584,-0.13662630709961476 +1025,AL,Clarke,5712.92633155957,12.888935861183025,0.22114838894280842,1523.2770498477,0.05896632407570549,5,0.20044097,41,1.68087897671368,26,1.042293045,856,74638,885.7,6317,5712,13827,12936,0.456859767122297,0.44155844155844154,1397,-0.08288131915816882,-0.1079931972789116 +1027,AL,Clay,642.740919912668,-13.46723068427281,0.046134145845009196,143.227842712202,0.01028049402183477,3,0.22136954,13.25,0.982063445004447,4,0.295159386,544,40560,968.5,1770,1234,6640,6572,0.26656626506024095,0.18776628119293975,3996,-0.4566265060240964,-0.6080340839926963 +1029,AL,Cleburne,789.535142867193,437.59794990751845,0.052734113202457446,188.521670554044,0.012591615719612877,2,0.132625995,11.4166666666667,0.76498704547485,8,0.530503979,602,45118,1041.4,971,684,6302,6532,0.15407807045382418,0.10471524800979792,5054,-0.6820057124722311,-0.7737293325168402 +1031,AL,Coffee,10486.0859800181,-7.979015861825822,0.20994005725991233,2569.54971577507,0.05144449659195704,5,0.098214461,45.1666666666667,0.881713713088406,34,0.667858335,1487,152797,836,4899,4194,19715,20513,0.248490996703018,0.20445571101252863,11631,-0.49398934821202134,-0.5670062886949738 +1033,AL,Colbert,11095.6663044647,16.55661203463322,0.20385952642876276,2607.22197884364,0.04790221905716984,10,0.183341584,75.75,1.39718902169101,52,0.953376235,2181,163305,999.7,9160,7296,23374,24626,0.3918884230341405,0.2962722325996914,9422,-0.20411568409343717,-0.3826037521318931 +1035,AL,Conecuh,3558.35944028066,-4.493610992525419,0.26900207440887963,694.969177816164,0.052537736454200484,2,0.157853197,15.6666666666667,1.26395051768186,7,0.552486188,515,38209,962.8,3551,3069,7013,6543,0.5063453586197063,0.469050894085282,344,0.016683302438328884,-0.05257527128228634 +1037,AL,Coosa,2828.93033363739,-0.2929747457731485,0.24516252133091168,500.446376472077,0.04336999536112982,1,0.091861106,4,0.378036102447784,1,0.091861106,407,32590,935.8,2188,1780,5243,5223,0.4173183292008392,0.34080030633735403,1596,-0.16021361815754342,-0.3055715106260769 +1039,AL,Covington,3769.12224820551,13.046278100847427,0.09980464049266544,783.970987836349,0.020759194699757684,6,0.158252888,54.6666666666667,1.4594123195757,24,0.633011552,1593,113553,984.5,3155,2379,15415,15818,0.20467077521894259,0.15039828044000506,10843,-0.5833927992215374,-0.6854848906309268 +1041,AL,Crenshaw,5278.96648668747,-1.948776511874784,0.3796178977914188,1278.33294687272,0.09192671845769596,3,0.214638334,18.4166666666667,1.32370205323558,5,0.357730557,547,41843,1007.5,2048,1663,6411,6252,0.3194509436905319,0.2659948816378759,2848,-0.3553267820932772,-0.45553422904670504 +1043,AL,Cullman,5900.27020156578,-6.276302149361973,0.07338096910138273,1433.05749715962,0.017822768166052532,15,0.184526812,81.6666666666667,0.990247076750211,53,0.651994735,2899,243982,986,4855,3730,33178,37278,0.1463319066851528,0.10005901604163313,29004,-0.695490988004099,-0.7780460325124738 +1045,AL,Dale,14036.9701173605,1.3722165390717271,0.2793371299548367,4144.06557441776,0.08246732551427355,8,0.161668418,52.1666666666667,1.05973807879305,34,0.687090777,1483,148899,892.4,5283,4408,18551,18617,0.28478249150989166,0.23677284202610518,9390,-0.42164842865613716,-0.504377719288822 +1047,AL,Dallas,7640.05686759809,-1.8693535770191398,0.174350909803699,1941.88855512285,0.04431511992521338,8,0.191795929,48.0833333333333,1.20184296474039,19,0.455515332,1578,124814,1105.6,14599,12826,20936,18730,0.6973156285823462,0.6847837693539776,7042,0.3971627818112342,0.3759743726641751 +1049,AL,DeKalb,2679.85266237218,0,0.0376865468839694,890.009064237456,0.01251612403827161,14,0.197002744,82,1.15655853314528,43,0.605079856,2371,213011,997.5,5235,3682,23842,26086,0.2195705058300478,0.14114850877865523,18097,-0.5486536364398961,-0.6937437706049221 +1051,AL,Elmore,15064.3665877468,0.35214103799495794,0.18995960540896056,3210.94978815732,0.040489638325880734,10,0.123491856,74.8333333333333,0.914844109748693,45,0.555713351,2306,243373,931.2,8940,8436,35440,36905,0.25225733634311515,0.228586912342501,19183,-0.48766930022573357,-0.5197940658447364 +1053,AL,Escambia,5058.77540327542,-2.5041076337296344,0.13201741703268405,1201.96458278963,0.03136732646440747,4,0.106008004,44.9166666666667,1.19053929884083,27,0.715554024,1427,113430,1054.8,5476,4698,14832,15213,0.3692017259978425,0.3088148294222047,5584,-0.2553263214670981,-0.36705449286794195 +1055,AL,Etowah,23289.8268209082,-6.010550624081865,0.22301854659492676,4933.01584229078,0.047237535596004784,13,0.125566256,117.583333333333,1.14643864643865,79,0.763056476,4162,310361,1076.4,12792,10350,42490,43474,0.30105907272299365,0.23807333118645627,21782,-0.3838550247116969,-0.5010351014399411 +1057,AL,Fayette,407.386753066814,-6.885559318739418,0.023628951514808535,90.7323979997341,0.005262594861071522,5,0.296313856,11.8333333333333,0.715177887908457,9,0.53336494,678,50458,998.9,1803,1358,7912,8196,0.22788169868554095,0.16569058077110785,5347,-0.534757330637007,-0.6523914104441191 +1059,AL,Franklin,3663.44173644414,19.18380453564112,0.11555140475788987,918.699674463936,0.028977405830934142,8,0.253156546,32.5,1.02757050714557,18,0.569602228,1158,94795,1067.5,3171,2197,10859,11955,0.2920158393958928,0.1837724801338352,7269,-0.40482549037664606,-0.608030112923463 +1061,AL,Geneva,605.193394728471,-0.13261755788924987,0.02259027229296271,134.89997696504,0.005035460133073535,10,0.374363582,31.9166666666667,1.1992435059242,10,0.374363582,1039,80236,969.7,2039,1522,11318,11659,0.1801555045060965,0.13054292820996655,8445,-0.6303233786888143,-0.7243331332018184 +1063,AL,Greene,2962.99100888567,-9.8439824226501,0.3275833066761382,721.112028490531,0.07972493405091553,2,0.233836081,17,2.01852291617193,1,0.11691804,325,25738,957.2,4514,4006,5328,4862,0.8472222222222222,0.8239407651172357,3168,0.6972597597597597,0.6515837104072398 +1065,AL,Hale,1864.54134988226,2040.32528552133,0.11830846128694543,428.493819430962,0.027188694126330074,3,0.197576396,14.5833333333333,0.975343320848939,7,0.461011591,536,45515,920.9,5401,4772,8628,8010,0.6259851645804357,0.5957553058676655,1600,0.25452016689847007,0.19975031210986272 +1067,AL,Henry,805.472428049552,108.502601825661,0.04655371795454584,146.756394473487,0.008482047998698821,3,0.17452007,15,0.873922162666045,10,0.581733566,619,51603,841.1,3046,2286,8700,8017,0.35011494252873565,0.28514406885368593,3337,-0.2941379310344827,-0.416240488960958 +1069,AL,Houston,18340.749037533,-14.3128943762761,0.1806134010609176,4485.83938615519,0.044175006510829375,16,0.15356118,138.583333333333,1.33181492017119,97,0.930964652,3234,311893,881.1,12348,10547,41843,42030,0.2951031235810052,0.250939804901261,20020,-0.4030781731711397,-0.476326433499881 +1071,AL,Jackson,4218.96673811722,-13.101701300475959,0.07926365825835047,961.340309428508,0.018061140200058393,11,0.208867369,52.75,1.01173807971153,29,0.550650337,2112,157971,1047.4,5817,3663,20555,20785,0.28299683775237167,0.17623286023574694,12980,-0.418632936025298,-0.6244888140485928 +1073,AL,Jefferson,205657.867797348,-1.7220518714027497,0.3123287577450438,49882.8024000602,0.0757560791294618,108,0.163439988,594.666666666666,0.901664490845123,642,0.971559929,21133,1979648,931.4,159658,151581,303424,290111,0.526187776840329,0.5224931147043718,20967,0.06013037861210713,0.07227233713992232 +1075,AL,Lamar,229.952612240944,148.91512203182177,0.015789110975071685,52.4839962010155,0.0036036800467601966,3,0.212977424,13.9166666666667,0.999904200795134,6,0.425954849,607,42123,992.2,1643,1035,7159,6931,0.22950132700097778,0.14932910113980666,4784,-0.5321972342505936,-0.6902322897128841 +1077,AL,Lauderdale,12476.0967050946,-14.451735489671982,0.13457265966728796,2541.60817191946,0.02741490224163199,17,0.182607201,92.0833333333333,0.997458061627563,72,0.773395205,3311,278388,908.1,12504,9877,36908,38813,0.3387883385715834,0.25447659289413344,17858,-0.30882193562371296,-0.4601035735449463 +1079,AL,Lawrence,1648.24435485302,22.14297831535426,0.047999194934419176,400.718567456389,0.011669488554016975,5,0.149356274,26.6666666666667,0.802149761360446,16,0.477940078,1218,100108,1044.2,5055,3611,14079,14623,0.3590453867462178,0.24693975244477878,7121,-0.2699055330634278,-0.4869725774464884 +1081,AL,Lee,36835.8868735046,-15.889830274238948,0.26265008787000504,7548.52882097987,0.05382310367408836,17,0.110207125,103.833333333333,0.653076798896373,128,0.82979482,3322,462925,902.4,21274,20987,54115,57668,0.39312575071606765,0.3639280016647014,13334,-0.1993532292340386,-0.2312200873968232 +1083,AL,Limestone,9339.42167313804,-7.872145116234769,0.11281947371575995,1706.17085037168,0.020610408668209027,9,0.099133136,75.0833333333333,0.809497626312177,51,0.561754436,2184,271145,789.4,9809,9340,35406,39400,0.27704343896514716,0.23705583756345178,19484,-0.4364796927074507,-0.4945177664974619 +1085,AL,Lowndes,2539.86439181493,-53.8433223805548,0.2247866529617603,711.25067746586,0.06294810845790424,3,0.283553875,16.5,1.59297161614211,0,0,389,31738,1044.8,5747,4882,7519,6676,0.7643303630801969,0.731276213301378,3131,0.5310546615241389,0.46899340922708205 +1087,AL,Macon,8050.77930475775,7.262079847687317,0.3752927141878496,1716.83211950396,0.08003133132127355,4,0.205920206,17.0833333333333,0.900877146724323,9,0.463320463,710,58344,1007.4,9045,7237,10385,8748,0.8709677419354839,0.8272748056698674,5843,0.7436687530091478,0.6679240969364426 +1089,AL,Madison,88544.0304518332,-19.54355449168313,0.2644597413222182,21193.9217265741,0.06330115117655662,44,0.125606981,285.166666666667,0.798860025343145,330,0.942052361,8717,1049921,782.2,61802,62435,154632,159473,0.3996714780899167,0.3915082803985628,26764,-0.18674659837549795,-0.16782778275946397 +1091,AL,Marengo,5125.00561748114,-8.268941504212949,0.24373451360066295,1257.12579134936,0.05978626486656965,3,0.149179513,24.25,1.23265389111981,19,0.94480358,772,60374,945.8,6154,5607,11509,10948,0.534711964549483,0.5121483375959079,383,0.07237813884785821,0.03498355864084768 +1093,AL,Marion,1929.43172023684,258.56971408303,0.06269273850522615,425.163311766315,0.013814768383360898,3,0.099104754,26.4166666666667,0.8806142631731,17,0.561593604,1220,90692,968,2249,1432,12104,12912,0.18580634500991408,0.11090458488228006,9841,-0.6152511566424322,-0.7621592317224287 +1095,AL,Marshall,10484.7984305757,-18.17532788539224,0.11271673991954008,2859.98421671936,0.030746236970074503,21,0.22190287,107.833333333333,1.13321493251504,71,0.750243036,3289,283458,1003.9,6271,4913,32455,34965,0.19322138345401324,0.14051194051194052,24304,-0.6012632876290249,-0.6950950950950952 +1097,AL,Mobile,103768.64350403,-7.984983043258863,0.2512606624438972,26376.5127146844,0.06386688535052591,60,0.144535475,512.25,1.23482532856358,253,0.60945792,12731,1244442,930.5,78417,68429,174189,163387,0.4501834214560047,0.41881545043363305,22658,-0.09270964297401102,-0.1386768837177988 +1099,AL,Monroe,5711.64066386163,-20.10617435260907,0.24760016749877015,1416.93422808672,0.061424233920873934,6,0.273385884,26,1.20761727821644,9,0.410078826,776,65724,918.6,4897,4310,10680,10185,0.45852059925093636,0.42317133038782523,1461,-0.07799625468164795,-0.1434462444771723 +1101,AL,Montgomery,66180.6549797803,2.989202728592042,0.288541111599431,17674.7441064891,0.07706013658039483,37,0.163580015,229.333333333333,1.01318465437591,210,0.928427112,6398,679908,892.7,62993,58669,101781,94572,0.6189072616696633,0.6203633210675464,24741,0.24277615665006236,0.2616102017510468 +1103,AL,Morgan,15514.2795759028,10.739779150528609,0.1298374723901816,3921.75345899455,0.032820767085066115,16,0.133771435,129.333333333333,1.08672514816433,99,0.827710753,3780,358875,904.5,13401,11216,49198,49991,0.2723891215090044,0.22436038486927648,26176,-0.4453026545794545,-0.5236142505651017 +1105,AL,Perry,881.549476374204,-9.274133491964482,0.0832357167759611,159.257536771624,0.015037063239696344,4,0.407083249,12,1.25339461040318,1,0.101770812,400,29500,1067.2,4536,3823,6065,5255,0.7478977741137676,0.7274976213130352,2420,0.4999175597691674,0.4605137963843958 +1107,AL,Pickens,529.138640010843,-37.85299639525924,0.026797257166557432,103.190683941107,0.0052259031672798025,4,0.196415419,25,1.23007282031096,8,0.392830837,759,60568,966.6,4448,3972,9599,9494,0.4633816022502344,0.4183694965241205,1482,-0.06990311490780288,-0.15609858858226255 +1109,AL,Pike,4535.49713758166,21.503528078208326,0.1378612461649795,1009.18456804293,0.03067523535800267,6,0.179699901,39.4166666666667,1.18418153778365,33,0.988349456,965,99766,939.1,6009,5039,14057,13025,0.4274738564416305,0.3868714011516315,2642,-0.13729814327381373,-0.20284069097888674 +1111,AL,Randolph,3374.62946397418,218.04062147496234,0.14728012324768386,810.125102929966,0.03535657063369991,3,0.133102622,24.6666666666667,1.08893990228972,9,0.399307866,905,67812,1002.9,3076,2290,10391,10130,0.296025406601867,0.22606120434353405,5407,-0.39871042248099314,-0.533761105626851 +1113,AL,Russell,6225.85569408263,-26.855854645957177,0.1175865619219716,1455.56389920828,0.02749096075713978,12,0.20131526,63.8333333333333,1.09732058951615,44,0.738155952,1596,178869,908.6,10495,9577,18871,19136,0.5561443484711992,0.5004703177257525,367,0.11758783318319116,0.019178511705685575 +1115,AL,St. Clair,4561.84011807665,21.8546070729686,0.05457203495599691,1096.36840149621,0.01311555275556817,14,0.161481943,73.75,0.837887274338495,49,0.5651868,2721,259845,975.3,5790,5550,35105,37937,0.16493377011821678,0.1462951735772465,26029,-0.6611878649764991,-0.6861111843319186 +1117,AL,Shelby,47122.3183671755,-9.403861448456938,0.24154762471320454,12433.8385008711,0.06373549222580464,26,0.125813554,128.25,0.608910750064096,141,0.682296581,3984,618837,660.2,19944,22927,92204,99208,0.21630298034792417,0.23110031449076687,49919,-0.5563641490607782,-0.5031751471655512 +1119,AL,Sumter,2304.52537843944,3.6310430507156024,0.16744353545298554,541.683027407621,0.03935791814340049,3,0.227859638,20.8333333333333,1.59764826175869,7,0.53167249,467,39748,979.3,5420,4739,7025,6391,0.7715302491103203,0.7415115005476451,3158,0.5459074733096085,0.49413237365044593 +1121,AL,Talladega,11038.3872483772,-10.637419051275717,0.13413845072215916,2557.13626354036,0.031074312665301914,9,0.110671159,95.25,1.18909404142167,49,0.602542977,2931,243434,1038.4,13878,12108,33317,33218,0.41654410661224,0.3645011740622554,8488,-0.16024852177567012,-0.25552411343247633 +1123,AL,Tallapoosa,3484.730857794,-24.210755586199852,0.08373536278820644,754.17668276516,0.01812227707528739,6,0.145754889,45.0833333333333,1.10696425794518,20,0.48584963,1474,123147,919.6,6252,5271,18668,18504,0.33490464966788086,0.2848573281452659,7696,-0.3241375616027427,-0.4159100734976221 +1125,AL,Tuscaloosa,34859.5802446893,-11.699741201151525,0.17908299895553845,7647.39851991719,0.03928673413569163,21,0.103851403,173.833333333333,0.843433510268378,161,0.796194093,5075,607110,902.4,32003,31746,78495,81708,0.4077074972928212,0.388529886914378,15955,-0.17453340977132303,-0.1952685171586626 +1127,AL,Walker,7858.659653953,4.36798347583771,0.11725317658047238,1775.32399992236,0.026488280141479192,10,0.152739381,75,1.15443225021934,41,0.626231461,3025,196790,1251.7,6551,4486,28497,29243,0.2298838474225357,0.15340423349177582,19722,-0.5292486928448608,-0.6744178093902815 +1129,AL,Washington,1478.89694731913,-13.428757871759094,0.0841190459768574,398.207004999297,0.022649849553455264,2,0.118807176,15.6666666666667,0.934988461844513,3,0.178210764,662,50536,1088.3,2971,2366,8761,8492,0.339116539207853,0.2786151672162035,3665,-0.31708709051478134,-0.4315826660386246 +1131,AL,Wilcox,4997.12856775663,-3.4039146090972165,0.42820296210425274,1336.62419376867,0.11453506373339074,7,0.630744278,19.1666666666667,1.74464469931428,5,0.450531627,483,33321,1192,4867,4329,6547,6095,0.7433939208797923,0.7102543068088597,2592,0.48739880861463264,0.42526661197703036 +1133,AL,Winston,1459.03265534054,44.278058835268666,0.059591270026978435,331.320441952703,0.013532120648288801,8,0.33126294,26.1666666666667,1.09920884968144,10,0.414078675,909,72132,930.1,1286,871,9712,10255,0.13241350906095553,0.08493417844953681,8354,-0.7232289950576607,-0.814627011214042 +2013,AK,Aleutians East,2203.00003012739,79.68265436933977,0.7013690003589271,219.99999618428,0.07004138687815345,4,1.19047619,5,1.51699029126214,1,0.297619048,25,9972,382,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2016,AK,Aleutians West,1243.22905305789,62.62487119277361,0.22356213865453875,209.035191586782,0.037589496778777556,3,0.52173913,4,0.708340711882415,0,0,43,17152,564.6,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2020,AK,Anchorage,80039.7236440701,-9.024345496111076,0.27427207871838016,20527.212944541,0.07034058975053971,32,0.106308761,122.333333333333,0.41025021909821,204,0.677718348,4858,900589,718.4,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2050,AK,Bethel,11504.8634897179,-13.319050566948226,0.6762395515028449,4363.52791258193,0.2564819792265873,22,1.231251399,50.5,2.81055209260908,7,0.391761809,306,53731,993,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2060,AK,Bristol Bay,996.999998134377,129.64806215137548,0.9999999981287634,225.000001238685,0.22567703233569208,2,2.0898641590000002,1,1.11358574610245,0,0,26,2792,892.5,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2068,AK,Denali,1826.00001354376,0,1.0000000074171742,411.000002458105,0.22508214811506297,0,0,NA,NA,2,1.041124414,32,5756,742.4,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2070,AK,Dillingham,2461.50966602722,55.931427870973074,0.5078418951985187,894.018194292218,0.18444773969305095,6,1.202886929,8.16666666666667,1.64849952900013,1,0.200481155,110,14982,1086.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2090,AK,Fairbanks North Star,33612.3839432149,-7.273718130325575,0.34445623577555984,8925.38960164537,0.09146646992391305,7,0.070453013,27.25,0.270861289200338,49,0.49317109,1386,300009,713.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2100,AK,Haines,518.894136562259,-0.06578622073861878,0.20689558874093258,98.6173815076257,0.03932112500304051,3,1.16913484,3,1.20192307692308,1,0.389711613,54,7663,646,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2105,AK,Hoonah-Angoon,2136.90478780445,26.077308819378704,0.9939092036299768,418.000001612602,0.19441860540121023,4,0,6,2.88739172281039,2,0,36,4224,681.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2110,AK,Juneau,10062.672904577,-0.7445648563893272,0.32174813443891287,2592.48419790412,0.08289317978910056,6,0.185150898,11.75,0.361894788715042,31,0.956612973,559,98026,672.9,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2122,AK,Kenai Peninsula,10888.785060094,-3.5510566211221306,0.19654846678870036,2687.92725778857,0.04851854255936047,19,0.330567009,37.3333333333333,0.63811119087501,39,0.678532282,1226,172767,711.9,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2130,AK,Ketchikan Gateway,1062.59891684336,2.560116726779654,0.07884536000915338,268.15112329525,0.01989694466834236,4,0.290128382,8,0.581987487269024,12,0.870385145,260,41163,669.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2150,AK,Kodiak Island,1948.65920848546,37.65012022065088,0.14336809950599325,601.68911987084,0.0442678869828458,5,0.357500358,9,0.655403437226915,7,0.500500501,199,41993,675,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2164,AK,Lake and Peninsula,1628.68561954873,-0.1418990719369423,0.9985810052414041,491.751172434662,0.3015028647668069,1,0.613120785,8.5,5.44174135723431,0,0,40,4844,1121.3,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2170,AK,Matanuska-Susitna,23011.2553342344,12.603060785704479,0.2585679570114546,6285.84806275718,0.070631474383473,10,0.10216383,43.8333333333333,0.420000319391878,43,0.439304469,1666,295257,769.4,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2180,AK,Nome,5276.00763807735,4.144054952928766,0.5558372985753635,1989.8896748228,0.2096386088098188,17,1.731689926,25.75,2.59655137642432,1,0.101864113,173,29567,871.4,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2185,AK,North Slope,5522.182352331,52.183517664387615,0.5855972802047721,944.729218745845,0.10018337420422534,8,0.824487272,12.25,1.27524463876744,2,0.206121818,149,29139,1001.3,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2188,AK,Northwest Arctic,4322.06293794552,-0.00634228679050044,0.5745132178579716,1618.95098120402,0.21520018359750367,7,0.907088247,21.25,2.76945132282028,2,0.25916807,126,23216,790.5,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2195,AK,Petersburg,180.230547734276,-1.6979771397566352,0.04724260753192031,48.4784220950549,0.012707319028847943,3,0,4,1.2702445220705,4,0,45,6361,708,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2198,AK,Prince of Wales-Hyder,1758.79264788,26.47909797531034,0.31638651697787373,362.472778417292,0.06520467321771757,6,0,7,1.10288325193005,3,0,87,12725,936.3,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2220,AK,Sitka,1632.24976162452,0.9235659189988157,0.18379121288419323,400.871008837048,0.0451380485122225,4,0.449438202,3.16666666666667,0.358625896564741,4,0.449438202,195,26747,679.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2230,AK,Skagway,2.99995376171291,0,0.0030991257868935016,0,0,2,0,1,0.919117647058823,2,0,NA,NA,NA,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2240,AK,Southeast Fairbanks,3323.08447550762,62.63495454296213,0.472767744417075,796.609132877075,0.11333178729222862,3,0.432837974,6,0.87260034904014006,2,0.28855865000000003,149,20821,836.5,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2261,AK,Valdez-Cordova,5010.71088565046,86.01758378321466,0.5199990541355811,1235.97953964079,0.12826686795774078,8,0.84317032,15.75,1.68359166221272,9,0.94856661,192,28626,876.5,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2270,AK,Wade Hampton,4615.00000192692,-6.863207810703786,0.6187156457872262,1933.99999969499,0.2592840862977598,14,1.747815231,19.5,NA,0,0,177,24124,1333.8,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2275,AK,Wrangell,510.624434692214,0,0.21554429493128496,105.576735992657,0.04456595018685395,2,0,2,0.829531314807134,1,0,45,4742,774.9,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2282,AK,Yakutat,662.00000099384,26147.419425788114,1.0000000015012689,162.00000032418,0.2447129914262538,2,3.149606299,2,3.32778702163062,0,0,NA,NA,NA,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2290,AK,Yukon-Koyukuk,5587.99999538776,1.790343902605534e-13,0.9999999991746169,1552.00000155166,0.27773801029915174,9,1.622498648,33.4166666666667,6.04717094945108,0,0,171,16757,991.3,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +4001,AZ,Apache,50446.8141367026,7.9149701925493785,0.7053722718295057,16011.4685359408,0.2238802614158785,9,0.125299326,50.3333333333333,0.688441477915162,16,0.222754358,1966,215285,946.2,16833,12196,25465,18659,0.6610249361869233,0.6536255962270218,6881,0.33909287257019444,0.3687764617610804 +4003,AZ,Cochise,55218.539200034,6.960246963408021,0.42040518325669607,11841.9208732421,0.09015821474001567,19,0.149080409,92,0.731493996978612,61,0.478626577,3787,383353,728.9,16223,15291,43776,43147,0.3705911915204678,0.35439312119034927,9745,-0.2402914839181287,-0.22585579530442446 +4005,AZ,Coconino,41435.5536860364,1.9144705403405522,0.308252086251675,11146.7884527634,0.0829244571366334,21,0.152525385,96.75,0.68661821897976,120,0.871573626,2252,413346,649.8,26316,25308,46746,44929,0.5629572583750482,0.5632887444634869,8735,0.14863303812090878,0.1944178592891006 +4007,AZ,Gila,17451.0661177204,36.21599689433086,0.3255978155068455,3944.26823621309,0.07359121287036756,7,0.131779589,41.5,0.774889834939129,34,0.640072291,2257,159323,908.9,6650,6746,18477,21398,0.35990691129512364,0.31526310870174784,6926,-0.26384153271635014,-0.32367510982334796 +4009,AZ,Graham,13894.4627686973,19.137849667011402,0.3733063613298576,4144.88169840996,0.11136167916200862,6,0.15807361,26,0.691507752865768,16,0.421529626,811,113010,765.1,3608,3301,11854,11939,0.3043698329677746,0.2764888181589748,4724,-0.37691918339800906,-0.3956780299857609 +4011,AZ,Greenlee,5895.55884963053,-1.0366346440513288,0.6987743095449247,1703.6866525887,0.201930384329584,2,0.213995292,9.91666666666667,1.03158916744686,2,0.213995292,166,27760,635.1,1310,1092,2972,3243,0.4407806191117093,0.3367252543940796,800,-0.0942126514131898,-0.2466851680542707 +4012,AZ,La Paz,8846.86161625004,-0.3492578786224555,0.4317859151861994,885.767219002415,0.043231354336591095,7,0.346003658,34.1666666666667,1.68167872553363,15,0.741436409,786,60843,735,1619,1318,4922,4931,0.3289313287281593,0.2672885824376394,2063,-0.32222673709874033,-0.41837355505982554 +4013,AZ,Maricopa,511215.572447903,3.846261052684986,0.13392714251302829,122203.797777925,0.03201468484668534,494,0.120865406,2144.83333333333,0.505499611084649,2781,0.68041841,84396,12273297,648.8,512008,549040,1187008,1201934,0.43134334393702484,0.456797128627695,41425,-0.1203252210600097,-0.0344652867794738 +4015,AZ,Mohave,88341.5771291182,-0.03613266411511568,0.44129747899013017,16238.4155864558,0.08111663945758345,19,0.09342991,151.333333333333,0.737315813150531,114,0.560579462,8884,610907,881.3,18324,16485,65949,74189,0.2778510667333849,0.22220275242960547,38171,-0.42635976284704846,-0.5145102373667256 +4017,AZ,Navajo,41411.3260773712,16.405274811111536,0.3854044809851297,12847.6467921359,0.11956971951470838,14,0.129508515,86.4166666666667,0.785420415780513,54,0.499532844,2830,323820,826.9,16157,15362,35775,35409,0.4516282320055905,0.43384450281002007,2803,-0.08380153738644308,-0.07916066536756194 +4019,AZ,Pima,218481.73008953,-5.911266963776383,0.2228807269982954,47677.1677144494,0.04863711852273258,127,0.126429046,637.166666666667,0.627005416880698,611,0.608253129,26631,3011687,683.9,183470,195649,351817,360762,0.5214927078566414,0.5423215305381387,48630,0.05839115221834079,0.13479801087697707 +4021,AZ,Pinal,80761.8534872067,23.88655064037386,0.21492363277325677,15076.1808020377,0.040120767496175054,29,0.072154021,165.583333333333,0.395621286695019,115,0.286128016,8103,1188465,595.9,41428,35737,102139,93805,0.40560412770831905,0.3809711635840307,18120,-0.1715211623375988,-0.19316667555034384 +4023,AZ,Santa Cruz,12583.4229510448,-3.592365110100806,0.2653610913337157,3662.94680961435,0.07724476612430092,8,0.171324553,28.9166666666667,0.62882824109311,27,0.578220366,855,140242,541.7,9486,10684,13894,14926,0.6827407514034836,0.7157979364866676,7034,0.3779329206851879,0.4712582071552995 +4025,AZ,Yavapai,68596.9359505336,-2.3496787245682578,0.32505312415846616,13583.0215401747,0.06436444319217705,32,0.14622288,145.25,0.643947118752272,128,0.584891521,8451,656378,733.8,32624,29705,96790,92780,0.33705961359644593,0.3201659840482863,29157,-0.30748011158177496,-0.314259538693684 +4027,AZ,Yuma,39776.5270122877,-9.087536030663209,0.20319961079273002,10632.6266988707,0.054317100290014866,31,0.152523776,112,0.544664958104566,117,0.575654253,4196,609931,565.3,14025,18336,33935,40759,0.413290113452188,0.4498638337545082,2250,-0.161337851775453,-0.05520253195613234 +5001,AR,Arkansas,7183.71266226274,71.13839177155408,0.3777124276914002,1695.59870136522,0.08915288402992902,4,0.215123158,20.3333333333333,1.11635738076937,11,0.591588685,691,55788,945.6,2454,1939,6488,6167,0.3782367447595561,0.31441543700340524,1886,-0.22163995067817505,-0.30582130695638077 +5003,AR,Ashley,4633.91024763474,6.733899777340538,0.2120491579021068,1115.20997497198,0.05103235139211917,4,0.190949017,19,0.92719109896545,15,0.716058812,800,63002,999.9,2855,2408,7915,8027,0.36070751737207835,0.29998754204559613,2930,-0.254074542008844,-0.36501806403388565 +5005,AR,Baxter,4618.03029165229,-7.265187687717352,0.11124299115101993,863.893813179188,0.020810199532175173,7,0.17132927,36.0833333333333,0.878752455636193,32,0.783219522,2020,122860,861.9,5172,4163,19339,19572,0.2674388541289622,0.2127018189249949,10492,-0.44035368943585507,-0.5360719395054159 +5007,AR,Benton,34546.6198358403,-20.748957215610517,0.15608012973692073,9711.47581692189,0.043876026443247146,30,0.123802724,139.416666666667,0.539765871310524,160,0.660281197,5207,730120,718.9,22144,27894,77525,94262,0.2856368913253789,0.2959198828796334,32857,-0.40416639793614967,-0.3485710042222741 +5009,AR,Boone,8411.78466495022,-24.04574648583753,0.22794311207625995,1868.44745181829,0.05063131593144974,4,0.107538445,41.8333333333333,1.12141682750733,23,0.618346059,1341,111761,855.4,3762,2925,15363,15912,0.2448740480374927,0.18382352941176472,9300,-0.480440018225607,-0.5844645550527904 +5011,AR,Bradley,1240.00834783248,-1.165324688073099,0.10775185504279458,276.653954096422,0.024040141996560828,3,0.269106566,10,0.909421607857403,6,0.538213132,463,33300,1048.3,1447,1317,3634,3617,0.39818381948266374,0.3641139065523915,846,-0.18464501926252058,-0.23389549350290295 +5013,AR,Calhoun,3493.52796074734,-0.4031764154035922,0.6508062520021124,736.638804595498,0.137227795192902,0,0,4,0.777604976671851,2,0.384467512,194,15631,847.2,660,636,2174,2250,0.30358785648574055,0.2826666666666667,918,-0.3670653173873046,-0.408 +5015,AR,Carroll,1943.27117802682,-17.62660828297867,0.07080343868056621,504.316492704509,0.018374863102255667,5,0.180219146,23.5833333333333,0.853046854276689,15,0.540657439,926,83151,808,3691,3334,10172,10656,0.36285882815572157,0.31287537537537535,3439,-0.23889107353519468,-0.322728978978979 +5017,AR,Chicot,7115.72056623247,1082.6586032694695,0.6030271666298703,1664.79948287694,0.14108470193872372,3,0.268336315,15.5,1.41617176793056,5,0.447227191,469,33604,971.1,2649,2350,4361,4149,0.6074294886493924,0.5664015425403712,634,0.22448979591836737,0.15280790551940232 +5019,AR,Clark,9423.23963448559,348.1990735157883,0.4097951569682796,1734.8755652236,0.07544577365616874,2,0.088589653,16.5,0.728251754424681,19,0.841601701,734,67998,917,3808,3606,8406,8365,0.4530097549369498,0.4310818888224746,792,-0.06364501546514395,-0.09468021518230724 +5021,AR,Clay,1645.72828388202,-1.7830569967701528,0.10232719541640366,344.985868593518,0.021450343132097118,4,0.264585263,12,0.804289544235925,9,0.595316841,699,45597,1033.7,1738,1999,5110,5978,0.3401174168297456,0.33439277350284374,1780,-0.2909980430528376,-0.2977584476413517 +5023,AR,Cleburne,2341.79256165515,-33.96505980512517,0.09017299043724107,556.966224178713,0.021446523842075974,8,0.312085511,24.5833333333333,0.973057842516361,16,0.624171023,1095,76826,857.5,2618,2101,11643,11968,0.2248561367345186,0.17555147058823528,7353,-0.521600961951387,-0.6143883689839572 +5025,AR,Cleveland,1838.88684625122,-13.625853855653066,0.2116338872426309,438.642269507649,0.050482480090648985,1,0.118357202,8,0.970755976216479,1,0.118357202,307,25273,947.8,845,723,3266,3299,0.25872627066748316,0.21915732040012126,1737,-0.449479485609308,-0.5265231888451045 +5027,AR,Columbia,4236.87096050175,-3.838820802633596,0.17256724342219576,680.695213191503,0.027724633968373335,3,0.125349935,21.8333333333333,0.913490369998466,22,0.919232858,899,72521,981,3557,3140,9455,8837,0.37620306716023266,0.35532420504696166,2316,-0.2361713379164463,-0.26207989136584814 +5029,AR,Conway,3553.4350831012,-21.064006824086974,0.16703967861144173,853.52184707219,0.04012230748235745,4,0.18972632,23.4166666666667,1.11843466908662,7,0.33202106,788,63200,920.7,3003,2655,7724,7837,0.38878819264629727,0.33877759346688785,2189,-0.19523562920766446,-0.27931606482072224 +5031,AR,Craighead,15955.2023061865,-33.878054945677775,0.16543660303170266,3910.98965614635,0.040552343416799044,20,0.195087692,97.9166666666667,0.925182280594007,76,0.741333229,2705,308703,872.5,10351,10474,31207,34968,0.3316884032428622,0.2995309997712194,12324,-0.3106033902650046,-0.35243651338366505 +5033,AR,Crawford,10484.3762725612,-19.79033239959405,0.16924479034934461,2924.6848055537,0.04721193267827371,8,0.129665948,41,0.658454719193152,28,0.453830818,1867,184995,906.7,4872,4476,20562,22155,0.2369419317187044,0.202031144211239,12179,-0.4986382647602373,-0.5497178966373278 +5035,AR,Crittenden,6476.88070561365,5.812470781526532,0.12724216544759834,1753.97877929138,0.03445795409397234,9,0.181642044,67.5833333333333,1.37266849463458,34,0.686203278,1449,148259,1000.9,9092,8368,15513,15798,0.5860890865725521,0.5296873021901507,1415,0.18693998581834592,0.08956829978478292 +5037,AR,Cross,2383.09274329744,-19.138620780361162,0.13335717645760717,584.783641282859,0.03272432239971231,3,0.174145237,19.9166666666667,1.16902428048757,12,0.696580949,661,51950,1016.4,2279,1995,6680,6831,0.3411676646706587,0.2920509442248573,2582,-0.2977544910179641,-0.3779827258088127 +5039,AR,Dallas,3353.85447598974,119.72634718605181,0.41323983193565056,715.125862933992,0.08811309301798817,3,0.386847195,10,1.33886731824876,3,0.386847195,333,23283,975.9,1337,1165,3083,2741,0.43366850470321117,0.4250273622765414,342,-0.10606552059682128,-0.12477198102882153 +5041,AR,Desha,4559.47311700064,16.012426883077147,0.35051300099943417,1230.16161370581,0.09456961974983163,4,0.32615786,18.0833333333333,1.52267879196138,9,0.733855186,466,36630,1017.6,2353,2227,4240,4226,0.5549528301886792,0.5269758637008992,312,0.12877358490566038,0.07382867960246098 +5043,AR,Drew,3989.45432425787,13.157320838671726,0.21554132174930413,823.540137443042,0.04449403735712583,2,0.10739985,19,1.01871213339767,15,0.805498872,641,56215,959.8,2627,2364,6626,6552,0.396468457591307,0.3608058608058608,1603,-0.18955629338967706,-0.24465811965811962 +5045,AR,Faulkner,18908.5472588058,-34.091520845754324,0.16698205762079354,4521.17192474173,0.03992663109003003,10,0.082803392,69.5,0.568614135992866,79,0.654146794,2722,361839,868.6,13559,14525,41322,46364,0.3281302937902328,0.3132818566128893,14645,-0.31687720826678284,-0.31587007160728153 +5047,AR,Franklin,1180.16399126482,-37.67410610709087,0.06511249606978317,284.405321131201,0.015691328062411088,2,0.112327998,17.5833333333333,0.997579333560271,6,0.336983993,711,53392,1001.7,1725,1376,6539,6698,0.26380180455727176,0.20543445804717828,3658,-0.44441046031503284,-0.5461331740818154 +5049,AR,Fulton,2343.4208289342,1.0023583224279662,0.191377772881519,548.097223026825,0.044760900206355654,1,0.082474227,9.5,0.783634413923946,4,0.329896907,507,36585,842.3,1452,1067,4522,4744,0.32109685979655017,0.22491568296795952,2403,-0.33104820875718716,-0.5065345699831366 +5051,AR,Garland,27118.3923590728,-10.388475218155975,0.28241265057769727,5734.21607108568,0.05971648828507123,17,0.174677873,86.8333333333333,0.890808430022809,85,0.873389367,4130,291368,949.4,13317,12283,39241,40337,0.3393644402538162,0.3045095074001537,13770,-0.2985143090135317,-0.34137392468453287 +5053,AR,Grant,2119.12818204986,-0.06328228991164721,0.11869871629697304,541.511297459156,0.03033166960506111,2,0.110229277,11.1666666666667,0.617557054898057,6,0.330687831,557,54276,910.3,1467,1407,6478,6855,0.2264587835751775,0.20525164113785557,3753,-0.518987341772152,-0.5474835886214442 +5055,AR,Greene,9620.66066558663,3.603775206365457,0.22857354871909316,2630.46040424066,0.062496089433135185,5,0.114432187,39.1666666666667,0.878215764533537,28,0.64082025,1412,131007,982.7,3998,3056,13754,14422,0.29067907517813,0.21189848842046874,7642,-0.3684746255634724,-0.5298848980723894 +5057,AR,Hempstead,6581.43092097881,18.90329158660129,0.291097833649379,1703.05536532595,0.0753264348412557,3,0.134366462,18.25,0.830526986438518,11,0.492677028,715,66809,886.7,2466,2371,6919,6984,0.3564098858216505,0.33949026345933564,2020,-0.26275473334296867,-0.2892325315005727 +5059,AR,Hot Spring,5165.93250419011,-14.195635842760323,0.15690953145795067,1203.25993899339,0.03654770036124867,6,0.179812994,28.1666666666667,0.843970356165478,14,0.419563654,1217,100172,992.3,3824,3137,11239,11815,0.34024379393184445,0.2655099449851883,5016,-0.2903283210250023,-0.42454506982649176 +5061,AR,Howard,5676.68563191416,179.93521304037918,0.4116821837634463,1360.24891415946,0.09864739387623903,1,0.074074074,17.75,1.32690438812888,9,0.666666667,499,40267,985.7,1460,1350,4419,4634,0.33039149128762163,0.29132498921018557,1805,-0.31726634985290786,-0.3895123003884333 +5063,AR,Independence,5563.27590662558,-18.745310953504166,0.15180713036880455,1369.3282429036,0.03736535713437935,6,0.162342055,30.0833333333333,0.809388004017793,21,0.568197191,1286,110992,922.5,3279,2878,12390,13443,0.26464891041162225,0.2140891170125716,7047,-0.43946731234866826,-0.5242133452354385 +5065,AR,Izard,150.823051491608,-81.38559714423039,0.011012197100730724,34.6151934266309,0.0025273943798649902,4,0.296603886,16.4166666666667,1.22211469267227,3,0.222452914,568,40307,836.8,1563,1111,5313,5396,0.2941840767927724,0.20589325426241661,2931,-0.37794089968003014,-0.543180133432172 +5067,AR,Jackson,3107.86497962899,25.189004624666893,0.1726879468594205,748.868328657142,0.041610731158367616,3,0.171096156,21.3333333333333,1.23879759208718,9,0.513288468,673,52496,1041.9,2093,1583,5338,5093,0.3920944173847883,0.3108187708619674,1679,-0.1820906706631698,-0.32966817200078535 +5069,AR,Jefferson,14581.3812859626,10.58073418458958,0.18830478835103764,2875.52777763636,0.03713472948455298,17,0.235141154,85.25,1.21757883912249,56,0.774582624,2585,217101,1023.7,17456,15721,27364,25683,0.6379184329776348,0.6121169645290659,6490,0.2901988013448326,0.2526963360978079 +5071,AR,Johnson,1502.74542260782,-35.19661680981346,0.058838896734840246,329.99250149393,0.012920614780498434,2,0.076908287,22.6666666666667,0.865933170334149,11,0.422995578,770,78059,857.7,2785,2421,8064,8997,0.3453621031746032,0.26908969656552184,3651,-0.28025793650793646,-0.4058019339779927 +5073,AR,Lafayette,1615.93852923618,0.1389394691224371,0.21137194627026554,419.372493380728,0.054855787230965077,2,0.281254395,8.25,1.20490725865342,3,0.421881592,291,21369,938.8,1173,1028,2928,2835,0.40061475409836067,0.36261022927689596,722,-0.18408469945355188,-0.25467372134038796 +5075,AR,Lawrence,5222.80588743685,18.788172570611888,0.29990272107016075,1264.43815867163,0.07260626808335514,4,0.236253027,17.8333333333333,1.06563091325565,6,0.35437954,702,50822,994.8,1786,1263,5537,5629,0.32255734152067905,0.22437377864629596,2801,-0.3158750225754019,-0.4976017054538995 +5077,AR,Lee,4722.32758468425,44.16961670451512,0.45302451886840456,742.697477818685,0.07124879871629748,1,0.101419878,13,1.39634801288937,3,0.304259635,372,29406,988,2107,1735,3424,3004,0.6153621495327103,0.5775632490013316,506,0.24153037383177572,0.1684420772303596 +5079,AR,Lincoln,4694.28736413289,-3.2637822148755316,0.33212730749489805,353.017130104906,0.024976448995677514,1,0.071581961,9.58333333333333,0.699258178280433,5,0.357909807,386,41831,879.6,1424,1252,3725,3814,0.38228187919463086,0.3282642894598846,1203,-0.20805369127516782,-0.31541688515993704 +5081,AR,Little River,1914.88805626529,121.84093979894001,0.14538668713577482,499.260723673611,0.037906060562873815,2,0.159591446,12.8333333333333,1.03070703825663,6,0.478774338,489,37737,982.3,1552,1397,5051,5192,0.3072658879429816,0.2690677966101695,2207,-0.36289843595327653,-0.42507704160246534 +5083,AR,Logan,2069.944574439,-32.65718497359833,0.0926025399024292,520.500921766383,0.023285506275058522,2,0.091082977,16,0.734214390602056,13,0.592039348,890,65711,1006.9,2009,1712,7330,7839,0.2740791268758527,0.21839520346983032,4025,-0.41869031377899046,-0.5134583492792448 +5085,AR,Lonoke,12276.4894294997,-5.690390670302669,0.179596369440864,3506.33575930244,0.051295215625584284,8,0.111798985,52.5,0.726864927728859,38,0.531045181,1898,213916,929.4,5612,5638,24083,26766,0.23302744674666778,0.21064036464170963,14264,-0.50869908234024,-0.5329148920271987 +5087,AR,Madison,3813.49854006133,-7.071179516048886,0.2426352700936139,813.980162763392,0.051789792120849526,4,0.254129606,9.33333333333333,0.580720092915215,3,0.190597205,531,47190,900,2099,1587,6567,6782,0.31962844525658596,0.2340017693895606,3330,-0.3293741434444952,-0.49100560306694185 +5089,AR,Marion,2255.37670432853,0,0.13543365785915631,361.45541711119,0.02170512322771813,3,0.183295656,11.0833333333333,0.678917815211843,5,0.30549276,766,49026,940,2024,1377,7029,6718,0.28794992175273865,0.20497171777314677,3700,-0.3908095034855598,-0.550759154510271 +5091,AR,Miller,14528.874643974,32.39100634776443,0.33428914095011736,3596.01928572121,0.08273938810273826,7,0.161186331,44.9166666666667,1.02579913368504,24,0.552638851,1368,130875,924.1,4518,4273,15329,16015,0.2947354687194207,0.26681236340930375,7020,-0.3981994911605454,-0.438339057133937 +5093,AR,Mississippi,5862.95884835965,-2.3156499133007213,0.12613939002494945,1642.54984444765,0.0353388520750355,11,0.248671866,56.3333333333333,1.3151239251391,32,0.723409065,1479,132731,1069.2,6445,5621,13349,12995,0.48280770095138215,0.43255098114659485,1367,-0.011536444677503921,-0.10519430550211617 +5095,AR,Monroe,1020.24764516173,0,0.12519912199800343,220.535960258738,0.027062947632683517,3,0.395673965,14.25,1.98772492676803,5,0.659456608,360,22660,1052.6,1583,1298,3230,2766,0.49009287925696593,0.4692697035430224,102,-6.191950464396467e-4,-0.03687635574837317 +5097,AR,Montgomery,2108.83295467537,-5.629111180084161,0.2222865979419595,426.996980109772,0.045008641310189945,1,0.110107906,8,0.901002365131208,4,0.440431623,387,27275,853.5,920,735,3403,3445,0.27034969144872173,0.21335268505079827,1838,-0.4255069056714664,-0.5335268505079825 +5099,AR,Nevada,2631.89242537197,10.875461724567833,0.2925300017085662,576.699883875561,0.06409913125214638,1,0.114639459,8,0.952607763753275,3,0.343918377,360,26049,995.9,1314,1156,3384,3233,0.3882978723404255,0.3575626353232292,845,-0.20153664302600477,-0.2613671512527065 +5101,AR,Newton,3653.07497206561,24.264804269158606,0.4385444144136387,736.207251864219,0.08838022231263133,4,0.506072874,7.83333333333333,0.987063172043011,1,0.126518219,301,23899,825.6,993,699,3661,3731,0.2712373668396613,0.18734923612972393,2176,-0.4138213602840754,-0.5832216563923882 +5103,AR,Ouachita,6756.87134966328,-8.05357851845479,0.25868573314177945,1499.48489834315,0.05740753822140696,4,0.161108426,33,1.36940824964727,16,0.644433704,1051,74107,1049,4626,4320,10303,9881,0.4489954382218771,0.4372027122760854,1027,-0.0863826070076677,-0.10393684849711571 +5105,AR,Perry,1490.74658645795,34.60438432734524,0.14272346447658688,328.640382616402,0.031463894936946096,1,0.09760859,5.33333333333333,0.526385050664561,1,0.09760859,393,30768,966,1187,1035,3937,4213,0.301498602997206,0.24566816995015428,1944,-0.35382270764541535,-0.4614289105150724 +5107,AR,Phillips,10960.597088673,36.297920081645465,0.503773364373443,3004.63376387953,0.1380996352382925,7,0.351229303,31.25,1.64690382081686,7,0.351229303,797,59802,1142,5179,4292,7900,6894,0.6555696202531646,0.622570351029881,1849,0.32759493670886075,0.2682042355671598 +5109,AR,Pike,2603.40194713087,18.282491911309933,0.23057319521130726,564.904429380734,0.05003139043315331,4,0.362844702,17,1.56942392909897,5,0.453555878,450,32935,1071.1,850,684,3787,3956,0.22445207288090838,0.17290192113245703,2466,-0.5273303406390282,-0.6233569261880687 +5111,AR,Poinsett,8364.12753593656,199.05724113552864,0.34024030980501,2216.30859174698,0.09015614822222591,5,0.206219583,28,1.16554968155518,17,0.701146581,1016,72340,1174.5,2387,1878,7550,5283,0.316158940397351,0.35547984099943214,1271,-0.3417218543046358,-0.24058300208215028 +5113,AR,Polk,7939.58793966146,4.298474153605306,0.38426037845617367,1977.98396492319,0.09573051809714403,4,0.197775031,16.5,0.817924949189511,8,0.395550062,846,60823,953.4,1556,1210,7721,8121,0.20152829944307732,0.14899642901120552,5396,-0.5690972671933687,-0.6644501908631941 +5115,AR,Pope,8394.67528015649,-3.99868708261936,0.13593735272462498,1765.66177940378,0.02859186092243061,7,0.110757741,39.4166666666667,0.618019515305456,52,0.822771792,1764,188920,865.1,5108,4818,20390,21545,0.2505149583128985,0.22362497099094916,10876,-0.47204512015693967,-0.5048038988164307 +5117,AR,Prairie,3227.06354427812,503.06979291880134,0.37028841586668043,712.824695578467,0.08179285089827504,2,0.240847784,8.08333333333333,0.979679230800307,1,0.120423892,324,24972,829.4,877,812,3134,3404,0.27983407785577535,0.23854289071680376,1691,-0.4058710912571793,-0.4967685076380728 +5119,AR,Pulaski,101839.261929696,-12.941584121976254,0.2660739231287845,26363.7844407866,0.06888026701847325,63,0.16042699,337.583333333333,0.858444585717313,344,0.875982297,10797,1176506,860.7,87055,89377,159055,157728,0.5473263965295023,0.5666527186041793,28195,0.11441954041054975,0.17875710083181168 +5121,AR,Randolph,5762.67470571779,4.584227450144287,0.320700913001157,1448.43607309732,0.08060749474635873,5,0.284559786,13.4166666666667,0.768951551276173,8,0.455295658,710,52643,953,2040,1425,5948,6313,0.3429724277067922,0.22572469507365753,3083,-0.2789172831203766,-0.4883573578330429 +5123,AR,St. Francis,7660.23656650706,-10.370532698619245,0.27108204991531815,1880.60099550257,0.066551100414133,8,0.297408826,36.5,1.39334249503741,10,0.371761032,839,80866,973.3,4652,4031,8021,7412,0.5799775589078668,0.5438478143550999,836,0.17017828200972446,0.112790070156503 +5125,AR,Saline,23913.2982531669,-0.43945810881247965,0.22324257597385036,5965.99363082281,0.055695528583644294,12,0.103699479,79.1666666666667,0.666930630790011,64,0.553063888,3261,347494,804.7,12868,13247,47059,51971,0.2734439745850953,0.2548921513921225,22605,-0.4269958987653797,-0.43495410902233944 +5127,AR,Scott,1942.85760207044,-3.059354162040787,0.17295981501561827,442.055898530618,0.039353324893672034,2,0.187038249,12.8333333333333,1.24874314813013,4,0.374076499,356,32101,848.5,895,507,3637,3017,0.24608193566125927,0.16804772953264832,1871,-0.4770415177343965,-0.6201524693404044 +5129,AR,Searcy,2757.11254790789,1.1517739747127942,0.33643838290517264,551.669635617162,0.06731783229007468,3,0.378357927,9,1.12965984686833,4,0.504477235,350,23766,905.2,814,601,3694,3698,0.22035733622089876,0.16252028123309897,2354,-0.510286951813752,-0.6365603028664142 +5131,AR,Sebastian,12919.2474935847,-28.175007310889367,0.10274245684553299,3103.4588420021,0.024680770788284928,19,0.149870638,118,0.923368259607334,96,0.757241118,3784,381995,891.8,13083,12184,43340,43557,0.30186894323950164,0.27972541726932526,16585,-0.37090447623442546,-0.38076543379938926 +5133,AR,Sevier,4001.66488564692,-30.869768532037362,0.23459168048111853,1150.66905452845,0.0674562700509116,4,0.229542064,21.6666666666667,1.28129312044155,7,0.401698611,487,51995,905.5,1042,1075,4328,4517,0.24075785582255083,0.23798981624972326,2206,-0.4835951940850277,-0.48837724153199025 +5135,AR,Sharp,3878.3965115348,8.64218790356768,0.224652253911886,724.338726785556,0.041956599095548885,3,0.177451792,13.4166666666667,0.781993744050048,9,0.532355377,769,50933,921.8,2092,1472,7282,7190,0.2872837132655864,0.20472878998609179,3933,-0.38835484756934907,-0.5470097357440891 +5137,AR,Stone,3115.9136263907,2.6511543505892234,0.2514050045498386,696.222300039008,0.056174140716395676,2,0.160076837,9.41666666666667,0.750990243772762,10,0.800384184,519,37396,883.4,1356,1189,5351,5527,0.2534105774621566,0.2151257463361679,2892,-0.451691272659316,-0.5232495024425547 +5139,AR,Union,10943.8414857132,21.127779872182508,0.26282671259427937,2708.40933677311,0.06504501397183195,6,0.149153554,37.1666666666667,0.931798998838385,27,0.671190991,1614,120939,1053.5,6182,5667,17160,16338,0.36025641025641025,0.34686008079324276,4534,-0.263053613053613,-0.2775125474354266 +5141,AR,Van Buren,1774.93122955086,-20.17069569742489,0.10262684183584042,364.645501399907,0.021083868250934203,1,0.0593437,15.3333333333333,0.922139363322909,6,0.356061955,699,50645,823.6,1826,1547,6421,7111,0.2843793801588538,0.21755027422303475,3835,-0.39495405700046715,-0.5393053016453382 +5143,AR,Washington,29544.0737156694,-26.946144597548727,0.14549072324462314,8013.15657613571,0.03946104240580952,33,0.149461937,172.5,0.756416384198133,157,0.711076488,4456,662639,778.3,28136,32296,70231,78153,0.40062080847489,0.4132406945350786,8122,-0.1628055986672552,-0.10392435351170137 +5145,AR,White,9451.94007150395,-14.261308682808757,0.12263142964741229,2356.83539672166,0.03057807095232835,12,0.152687296,76.0833333333333,0.959884603577121,60,0.763436482,2484,236489,951.2,5765,5157,26508,27451,0.2174815150143353,0.1878620086699938,15881,-0.5371963180926512,-0.578521729627336 +5147,AR,Woodruff,381.780216009752,-1.3125146786958444,0.0525868066129135,71.9129000247099,0.00990535813012533,2,0.289435601,9.58333333333333,1.44305576469407,4,0.578871201,291,20662,960,1340,1117,2685,2550,0.49906890130353815,0.4380392156862745,227,0.042085661080074444,-0.08901960784313728 +5149,AR,Yell,2856.00284025208,70.96848163259318,0.12873576020969485,602.400974157855,0.027153525993141983,2,0.091112022,21.6666666666667,1.00532046523138,9,0.4100041,777,65426,958.5,1720,1472,5971,6389,0.2880589515993971,0.23039599311316325,3128,-0.3887121085245352,-0.4895914853654719 +6001,CA,Alameda,107964.398427475,-32.700975623053665,0.07148677186245052,25674.4484533376,0.016999895021050926,377,0.234027615,888.416666666667,0.539184627012295,1236,0.767262951,28826,4834910,577,438091,486351,558386,613195,0.7845665901365722,0.7931424750691053,395162,0.5977245131504013,0.6444312168233597 +6003,CA,Alpine,575.162591718659,-11.865434519419011,0.48950007805843315,104.035195383321,0.08854059181559233,0,0,NA,NA,2,1.792114695,25,3361,593.2,389,318,647,575,0.6012364760432767,0.5530434782608695,107,0.23647604327666155,0.18608695652173907 +6005,CA,Amador,5337.85448752287,12.130219515302535,0.140134270235039,473.810677969839,0.01243891412590478,12,0.326601709,34.0833333333333,0.911733497400779,14,0.381035327,1280,110336,679.6,6001,5904,15303,17186,0.3921453309808534,0.34353543581985335,4335,-0.1896360190812259,-0.2522401955079716 +6007,CA,Butte,46598.3440656602,-4.412114971885652,0.21181065484391,9961.29854383338,0.04527862974469718,46,0.205136438,204.666666666667,0.902155770270588,149,0.66446368,6794,671598,767.8,32567,38676,70163,87847,0.46416202271852686,0.4402654615410885,3517,-0.03912318458446756,-0.040035516295377216 +6009,CA,Calaveras,4578.26192993363,17.169095887186987,0.10044894312900149,1021.71118202138,0.022416762078664706,12,0.268913589,37.9166666666667,0.839402861718064,29,0.649874507,1445,133977,687.8,7404,7738,18469,22334,0.40088797444366236,0.3464672696337423,5334,-0.16963560560939955,-0.2388286916808453 +6011,CA,Colusa,1770.98331197088,0,0.08268281955137402,405.733320534148,0.018942682689861712,9,0.420187684,23.4166666666667,1.08470755357915,9,0.420187684,419,64222,631.8,2248,2659,5865,6594,0.38329070758738276,0.4032453745829542,892,-0.21705029838022166,-0.13527449196239005 +6013,CA,Contra Costa,200374.382313247,-2.7411927162535927,0.19101011159242823,47000.969602573,0.04480443230864183,196,0.176363828,522.083333333333,0.45993385174816,644,0.579481148,22368,3334414,591.6,230826,286658,351257,415972,0.6571427758023327,0.6891281143923149,180839,0.33673065590151935,0.4347383958535671 +6015,CA,Del Norte,9166.13931439813,18.189599982201695,0.32038235981818,2128.02469971841,0.07438045088145438,7,0.257239453,25.9166666666667,0.941055434519487,10,0.367484933,858,82269,886.3,3396,3485,7940,9361,0.42770780856423174,0.3722892853327636,1649,-0.10831234256926947,-0.17615639354769785 +6017,CA,El Dorado,52705.456072138,4.231673868415921,0.2910970853104419,12951.4718634919,0.07153217125723194,33,0.18024218,107.166666666667,0.577328843995511,108,0.589883498,4377,548982,611.3,34033,35243,85923,89228,0.39608719434842826,0.3949769130766127,12390,-0.18188377966318675,-0.13885775765454794 +6019,CA,Fresno,85484.3748392296,-24.77064241079696,0.09187422735152839,25088.6154283525,0.02696395876011876,250,0.258806138,941.416666666667,0.960712578812108,599,0.620099506,19581,2895061,732.7,85862,123660,180244,250264,0.47636537138545526,0.4941182111690055,9711,-0.02929917223319506,0.03880302400664898 +6021,CA,Glenn,2537.77965653726,-30.104675082324345,0.09024179135684732,598.171545305328,0.021270590473839987,9,0.321945985,32.75,1.16610290190493,14,0.500804865,776,83990,801.5,3276,3065,9142,9379,0.35834609494640124,0.326793901268792,2723,-0.2550864143513454,-0.29032945943064287 +6023,CA,Humboldt,21098.8799221068,-4.00157024917677,0.15672567036915536,4323.98220569106,0.032119193642178974,45,0.333805606,129.833333333333,0.950143680263845,92,0.682447018,3896,405198,824.7,27757,19596,46269,33636,0.599904903931358,0.5825900820549411,8713,0.2616006397371891,0.2590379355452491 +6025,CA,Imperial,30616.0196653308,8.640535541518062,0.17542182151477587,6814.6387849367,0.03904610598263144,34,0.189847619,113.166666666667,0.625634618326027,101,0.563959105,3126,537102,596.3,17464,28467,27453,41751,0.6361417695698102,0.6818279801681397,17172,0.288456634976141,0.41129553783142925 +6027,CA,Inyo,7627.65105576419,-0.017226039285812508,0.41128281331630484,1499.27802871292,0.08084104543906612,4,0.217273221,15.25,0.84049823633157,14,0.760456274,588,55059,667.5,2775,3155,6501,7996,0.42685740655283805,0.39457228614307155,1093,-0.1178280264574681,-0.1366933466733366 +6029,CA,Kern,122097.200406201,-4.660261365578148,0.14541768992116894,33085.1531603931,0.0394043968843374,185,0.211527929,721.083333333333,0.814978654020323,550,0.628866816,17267,2622153,815.4,64690,86481,168116,217725,0.3847938328297128,0.3972028935583879,32683,-0.20908182445454326,-0.15011137903318406 +6031,CA,Kings,29477.3466209067,-9.947412905611992,0.1926850650462584,5994.81787637251,0.039186426353247504,31,0.206296708,121.25,0.809493607504089,87,0.578961729,2384,451821,688.1,12282,12902,30139,32250,0.40751186170742226,0.400062015503876,4544,-0.162646404990212,-0.14089922480620154 +6033,CA,Lake,12117.2286158185,6.4543679574997235,0.18738465345733396,2511.90143369576,0.038844837759155024,22,0.342764552,61.6666666666667,0.961798407053882,33,0.514146828,2516,192550,932.5,9159,6240,16274,13045,0.5627995575765024,0.47834419317746263,488,0.16498709598131983,0.03740896895362206 +6035,CA,Lassen,17122.0068345117,1.579247663968169,0.4906722119074853,1855.12625955045,0.053163096705844674,7,0.220479385,24.0833333333333,0.780153331173739,13,0.409461715,692,95253,719.2,3044,2224,10603,10422,0.2870885598415543,0.2133947418921512,5350,-0.3977176270866735,-0.5133371713682594 +6037,CA,Los Angeles,622625.436180995,1.4942133843987428,0.06341282047510771,151114.773445374,0.015390656151803033,2076,0.205205153,6415.66666666666,0.632838869399345,7798,0.770804328,181077,30324903,587,1672164,1893770,2427869,2652072,0.6887373247897642,0.7140718653188903,1273485,0.40058339226704576,0.48018492710605143 +6039,CA,Madera,31476.8511905402,5.253996704547749,0.20864250283723995,9014.22256611808,0.05975025729041248,38,0.245878303,138.25,0.893682488994615,78,0.50469757,3174,461685,713.1,12698,13283,32372,34263,0.39225256394414926,0.3876776697895689,5938,-0.19436550105029043,-0.1733064822111316 +6041,CA,Marin,30188.5746861837,-27.07343202052666,0.11960181564913969,6314.68329870323,0.0250176629942008,71,0.272291467,109.666666666667,0.420741400058571,185,0.70949185,5728,780323,485.2,73450,86650,99286,109941,0.7397820437926798,0.7881500077314196,69119,0.504633080192575,0.6286917528492556 +6043,CA,Mariposa,3193.81686069276,1.205389749424965,0.17499407488317137,459.776855919559,0.02519187200260583,10,0.565546884,11,0.631820792647903,8,0.452437507,547,52901,640.9,3080,3122,7805,8877,0.39461883408071746,0.3516953925875859,2063,-0.17347853939782193,-0.23239833277007999 +6045,CA,Mendocino,15254.5987178115,-3.5274823139237124,0.17366148743538326,3407.39991753056,0.03879054106317733,47,0.534887162,96.75,1.10409914639156,52,0.591790051,2582,262705,735.4,11869,6905,17928,11435,0.6620370370370371,0.6038478355924792,3334,0.37594823739402056,0.29156099693922166 +6047,CA,Merced,40077.4815443969,9.519686783825524,0.1566793522277658,13121.6407967176,0.05129788851421892,64,0.240282632,235.166666666667,0.875292798157853,129,0.484319681,4948,797854,727.6,26128,21856,50538,42523,0.5169971110847283,0.5139806692848576,3370,0.05391982270766554,0.07925122874679591 +6049,CA,Modoc,2570.68978339541,-25.76779561330243,0.2654026206272362,492.913104597366,0.05088923235570577,5,0.554139421,10.5833333333333,1.20333522834944,3,0.332483653,333,27090,820.5,1113,798,3986,3359,0.2792272955343703,0.23757070556713308,1615,-0.4179628700451581,-0.48079785650491214 +6051,CA,Mono,7067.90401270645,3.7431639613635803,0.4976696248913146,1420.34870230644,0.10001047051869032,5,0.357219404,10.75,0.768900650883342,17,1.214545974,161,42003,430.3,2574,2696,4917,5154,0.5234899328859061,0.5230888630190144,616,0.07565588773642468,0.11951882033372141 +6053,CA,Monterey,51148.1335548715,3.451289210615778,0.12323158880556524,12911.6904161808,0.031108234329696404,113,0.261971883,276.916666666667,0.636250704605054,252,0.584220483,7464,1294300,576.6,51712,64733,78522,96676,0.6585670258016861,0.6695870743514419,38355,0.3390769465882173,0.3967375563738674 +6055,CA,Napa,13839.7753825313,-28.30052360840975,0.10140218181274947,2582.58622417575,0.01892226359262441,42,0.296469891,61.5,0.432592884374604,79,0.557645747,3600,424420,626.8,19964,26161,32332,40393,0.6174687615984165,0.6476617235659644,14215,0.2572374118520352,0.35191741143267397 +6057,CA,Nevada,26699.8368990941,12.942061250309884,0.2703397685299715,5157.40197301588,0.05221945215884208,27,0.273022357,59.5,0.600361225745911,62,0.626940228,2923,295782,600.2,14261,16199,30864,33258,0.46205935717988594,0.48707077996271575,1513,-0.04649429756350437,0.045492813759095585 +6059,CA,Orange,195971.138584192,-11.159159527857915,0.06510167275618357,46413.8642619168,0.01541870004103232,529,0.168175958,1395.66666666667,0.439922013920322,2790,0.886977172,56649,9434917,558.9,457077,556544,1021315,1092116,0.4475377332164905,0.5096015441583128,83875,-0.08275115904495678,0.07680044976907213 +6061,CA,Placer,54218.6896993893,2.2871673063441116,0.1556076643344736,12872.367969155,0.036943701982467166,66,0.177565417,214.5,0.563686007184697,311,0.836709767,9057,1113354,603.8,49126,61969,126325,150532,0.38888581040965764,0.41166662237929474,17008,-0.2005462101721749,-0.11298594318815935 +6063,CA,Plumas,1622.47958187118,5.517318308035405,0.08109559563508671,294.254468504883,0.014707575773723346,10,0.537461034,24.25,1.3018736243088,10,0.537461034,715,55820,831.9,3670,3224,9128,8830,0.4020595968448729,0.365118912797282,1855,-0.17199824715162138,-0.21007927519818798 +6065,CA,Riverside,437849.237235762,0.891339273092325,0.19996393803174223,117685.100395507,0.05374629923147539,367,0.157560026,1202.58333333333,0.503648985938313,1426,0.612208713,46307,6985171,644.5,287754,339145,589721,683612,0.4879493862351858,0.49610744106305915,29631,-0.00419350845569344,0.04334476281867489 +6067,CA,Sacramento,193704.687849156,1.8180285577345614,0.1365282817793469,47501.7391327512,0.033480505285321836,267,0.180158783,978.416666666666,0.646049857154805,1009,0.680824763,32954,4445147,709.3,221063,273768,388090,467526,0.5696178721430596,0.5855674336828326,110744,0.16329975005797626,0.2368723878458096 +6069,CA,San Benito,9765.67326335152,0.02851338091562399,0.17669350383309848,2613.35741610601,0.04728432604364128,9,0.154461359,26.9166666666667,0.453035760370732,27,0.463384077,941,174705,575.6,8617,10050,14972,17572,0.5755410098851189,0.5719326200773959,3579,0.17131979695431476,0.20367630320965174 +6071,CA,San Bernardino,433153.412546069,-4.607306347500536,0.21282983699277666,121641.672866291,0.05976861005315963,324,0.153364142,1407.83333333333,0.657836533189789,1434,0.678778332,39440,6330118,739,274203,312517,531692,598783,0.5157177463644366,0.521920294998355,58555,0.05404444678498077,0.09779001741866422 +6073,CA,San Diego,424210.884922634,-7.116638730115536,0.13704943084031695,92733.313596107,0.029959268609057278,623,0.190903377,1652.08333333333,0.497953080035088,2632,0.806513145,61526,9788866,596.8,478386,567243,928256,1011651,0.5153599869001655,0.5607101658575931,180436,0.050998862382791,0.17835795150699202 +6075,CA,San Francisco,4473.70211213036,-83.23977567636527,0.0055557720567664835,933.065493237344,0.0011587493008095077,363,0.425821936,479.833333333333,0.550970830123005,924,1.083910383,16798,2558068,538.2,267857,312443,321023,365295,0.8343856982209997,0.8553169356273697,277950,0.7015167137557122,0.7608918819036669 +6077,CA,San Joaquin,86687.3016380355,11.167190973403642,0.12649429836895562,25128.9761368459,0.03666825642391268,158,0.220794665,529.333333333333,0.721448603374544,442,0.617666089,15668,2145874,761.8,80005,89791,149587,166647,0.5348392574221021,0.5388095795303846,21475,0.08866412188224909,0.12886520609431912 +6079,CA,San Luis Obispo,42276.1008767946,-8.061597948702625,0.15678894542215868,8171.06244542081,0.030303936200969484,73,0.261570931,146.583333333333,0.518169210085064,222,0.795462282,6846,836825,606,57655,63001,117597,124575,0.4902761124858627,0.5057274734095926,10329,0.009821679124467464,0.08291390728476816 +6081,CA,San Mateo,69488.5473081618,-15.92128452864681,0.09671995349461798,15669.8168872662,0.02181055755683575,174,0.229375637,269.5,0.352381089360968,552,0.727674434,13993,2273577,506.4,151036,219580,211814,287499,0.713059571133164,0.763759178292794,165849,0.44752471508021185,0.5768680934542381 +6083,CA,Santa Barbara,57597.5672923975,-1.4812473953270706,0.13587696786326212,13064.0925207619,0.03081917107010439,133,0.301814518,232.5,0.521101822175404,326,0.739785961,9062,1322245,586.1,84279,100120,147249,164224,0.5723570278915306,0.6096551052221356,46380,0.1710232327554007,0.28241913484021824 +6085,CA,Santa Clara,132928.161095634,-21.844244968206347,0.07460991663624565,31894.8316036411,0.017901930692945666,350,0.184735077,770,0.40116661335145,1434,0.756886,29252,5685224,505.4,343239,483472,491687,659148,0.6980843504099152,0.7334801895780614,346020,0.42077988639113906,0.5249503905041053 +6087,CA,Santa Cruz,36861.5907447915,-13.02214348099776,0.14048826041722184,6624.49281561026,0.025247512465071002,71,0.26121764200000003,156.666666666667,0.570375197659277,178,0.654883666,5254,814824,600,61106,85185,81294,113509,0.751666789676975,0.7504691257961924,65027,0.5409255295593771,0.5728796835493222 +6089,CA,Shasta,41275.1351798199,1.016352078467764,0.2328994271613724,9305.21632460443,0.05250569240225264,37,0.205779627,162.833333333333,0.906487929885896,125,0.695201442,6596,538321,889.4,18184,20471,54121,72554,0.33598787901184385,0.2821484687267415,27116,-0.3025997302341051,-0.3737354246492267 +6091,CA,Sierra,2863.07672806322,0.2820861637342665,0.8836656568096357,511.058856353964,0.15773421492406298,1,0.333000333,2.41666666666667,0.820042981563172,1,0.333000333,101,8981,668.5,652,601,1779,1804,0.36649803260258573,0.33314855875831484,447,-0.2270938729623384,-0.2477827050997783 +6093,CA,Siskiyou,8889.7168331794,1.1458248649150389,0.1979892390463118,1744.64588786994,0.03885625585456436,19,0.435500138,54.0833333333333,1.24035807933705,28,0.641789676,1697,130654,856.9,7110,7106,17505,19836,0.40616966580976865,0.35823754789272033,4106,-0.15618394744358755,-0.20699737850373057 +6095,CA,Solano,72338.6456313888,-21.812697095615633,0.1750083359898506,18032.3663928162,0.0436255670647601,69,0.160044163,240.166666666667,0.545576664311714,280,0.649454574,9249,1291653,681.5,87225,97159,138565,156067,0.6294879659365641,0.6225467267263419,47564,0.28045321690181507,0.30476654257466346 +6097,CA,Sonoma,74693.7338402341,-5.979495672130968,0.15436480650129597,15172.551658287,0.031356151051064526,139,0.277837743,312.666666666667,0.621517217617164,295,0.589655641,12024,1496866,615.9,124504,116027,175738,164060,0.7084637357885033,0.7072229672071193,78606,0.4486110004666037,0.47912958673655975 +6099,CA,Stanislaus,60419.5866110182,-12.420224670777657,0.11744432749156522,17730.0919197647,0.034463968369831066,134,0.25188112,460.416666666667,0.85016741758377,337,0.633462219,12151,1596458,781.7,70609,73939,143620,156141,0.4916376549227127,0.4735399414631647,979,0.00738058766188554,0.006269973933816231 +6101,CA,Sutter,31556.8592027256,-5.5555688784989865,0.3330996253071725,9007.93196592238,0.0950835678343454,23,0.239965779,88.4166666666667,0.914803433659938,64,0.667730863,2276,287099,711.8,8004,11831,20988,30429,0.38136077758719267,0.38880673042163727,4949,-0.21783876500857635,-0.1626409017713365 +6103,CA,Tehama,12744.2666960487,27.85812528858067,0.2008141231276287,3096.80039313717,0.048796942992565276,10,0.15856153,64.6666666666667,1.0219777904208,34,0.539109201,1823,189253,751.1,6032,6571,17356,22875,0.34754551740032263,0.2872568306010929,8410,-0.274199124222171,-0.3676502732240437 +6105,CA,Trinity,2390.24902677505,3.101686111317791,0.17338234634956115,343.210406893977,0.024895575721309807,10,0.759301443,22.3333333333333,1.74724873520054,10,0.759301443,494,39633,838.7,2367,1876,5030,4716,0.4705765407554672,0.3977947413061917,533,-0.010934393638171003,-0.11301950805767597 +6107,CA,Tulare,59680.2696233089,-5.609627130253323,0.13496857522249792,19986.7268576526,0.045200533850889804,122,0.266260438,469.25,1.01914051216562,228,0.497601474,8819,1371331,759.5,29191,39099,72832,94571,0.4007990992970123,0.41343540831756037,11389,-0.1784243189806678,-0.12042803819352649 +6109,CA,Tuolumne,16108.1297194684,3.888734168214631,0.2909442738095981,3319.13219225366,0.0599500079879646,14,0.260073192,40.0833333333333,0.744987981067083,29,0.538723041,1981,161521,749.7,9628,8580,23730,23472,0.40573114201432786,0.36554192229038857,4906,-0.15937631689844084,-0.2090149965916837 +6111,CA,Ventura,130817.223327523,2.7764940200904706,0.15889027487255591,32946.1300727715,0.04001628784111546,173,0.204448709,449,0.528398165081472,604,0.713797806,16513,2537619,595.4,138119,170489,267907,307881,0.5155483059419873,0.5537496630191535,51725,0.05300346762122676,0.16800322202409373 +6113,CA,Yolo,12376.451543734,-34.43034528645247,0.061620677940811254,3069.31370185834,0.0152816977025444,40,0.192687509,152.916666666667,0.708597078185868,144,0.693675033,3784,629224,644.2,38856,34460,59613,50623,0.6518041366815963,0.6807182505975544,21282,0.3317397212017513,0.42040179365110714 +6115,CA,Yuba,14994.418506338,0.04244577709393926,0.20780844718090222,4905.10311289466,0.06798008610483902,12,0.162236703,69.6666666666667,0.925495405734529,29,0.392072033,1769,221667,906.1,5817,7234,15009,21058,0.38756745952428545,0.34352740051286923,5079,-0.19514957692051432,-0.24119099629594454 +8001,CO,Adams,66895.7142511163,1.7489174002327492,0.15148383106798707,19349.7612141322,0.04381709638324966,66,0.13729463,233.166666666667,0.468030411605816,316,0.657350047,8299,1443096,742.4,90843,86471,161495,175125,0.5625127712932289,0.4937673090649536,12664,0.1505433604755565,0.07231406138472518 +8003,CO,Alamosa,915.1862387662,-10.619806207200176,0.05925453148372936,259.785746147883,0.016820054784582907,4,0.247264635,11.6666666666667,0.700532404627517,14,0.865426222,399,49080,842,3782,3168,6671,6897,0.5669314945285564,0.45933014354066987,137,0.16324389147054413,0.01986370885892419 +8005,CO,Arapahoe,69481.6733981126,-28.561289734741756,0.12147081990498756,18845.3168869791,0.03294618539934074,94,0.151901762,305.916666666667,0.480194683560729,457,0.738501117,10728,1859133,611.2,135433,148365,254746,281658,0.5316393584197593,0.5267558528428093,38727,0.08322407417584576,0.1374965383550263 +8007,CO,Archuleta,3600.90155231601,31.35899939016593,0.29798920492519115,764.675945580285,0.06328003521849429,3,0.245017968,12.0833333333333,0.940044603495669,7,0.571708592,284,36746,564.1,2637,2489,6646,7290,0.3967800180559735,0.3414266117969822,1745,-0.17965693650315984,-0.2393689986282579 +8009,CO,Baca,955.224504744831,0,0.2521711997742426,201.665883715608,0.05323808968205069,1,0.274348422,5.16666666666667,1.44805680119581,1,0.274348422,166,10932,764.3,462,278,2096,2107,0.22041984732824427,0.13194114855244424,1438,-0.5209923664122138,-0.6824869482676792 +8011,CO,Bent,1680.81108594272,0.6697758108532932,0.25862610954650256,284.652501433378,0.043799430902196956,2,0.355239787,4.58333333333333,0.78200534607291206,1,0.177619893,166,17339,750.9,778,581,1881,1892,0.41360978203083465,0.3070824524312896,585,-0.14619883040935677,-0.3091966173361522 +8013,CO,Boulder,43147.2794831739,-5.921633843939595,0.14647696273911845,10437.7080705011,0.03543407126562412,60,0.191489565,121.5,0.37706454476051,258,0.823405131,5241,943942,570.9,120485,124715,173207,176735,0.6956127639183174,0.7056610179081676,85949,0.4154508766966693,0.4863156703539197 +8014,CO,Broomfield,16646.5401687861,98.61951184875329,0.2978500271750452,4552.97991354212,0.08146468739004313,7,0.112652483,18.8333333333333,0.283084569636299,68,1.094338408,1075,187103,602.2,16653,19530,32191,37342,0.5173185051722531,0.5230035884526806,5258,0.05864993321114592,0.1408065984682127 +8015,CO,Chaffee,1782.82209924298,31.118740005758422,0.10010792853293166,301.283859709613,0.016917505739211244,7,0.381201329,14.75,0.773953195508448,17,0.925774656,542,55432,631.7,4967,4773,10217,10999,0.48615053342468434,0.43394854077643424,510,0.0017617695996867688,-0.04636785162287477 +8017,CO,Cheyenne,621.652255741721,0,0.33859055323623155,156.199602384931,0.08507603615736983,2,1.068947087,2,1.08225108225108,0,0,57,5572,641.9,162,127,1045,1076,0.15502392344497606,0.11802973977695168,778,-0.6660287081339713,-0.7230483271375465 +8019,CO,Clear Creek,1262.60837271503,-0.02341004046140994,0.1389313790399461,192.840111731688,0.021219202435264966,1,0.108849461,6.25,0.662356930902925,11,1.197344073,173,27554,579.5,3041,2585,5610,5532,0.5420677361853833,0.4672812725958062,159,0.11764705882352944,0.028741865509761377 +8021,CO,Conejos,463.776198704138,0,0.056174442672497334,120.226636368598,0.01456233483146778,3,0.362976407,6.58333333333333,0.809857711075573,1,0.120992136,255,24652,888.4,2180,1753,4027,3970,0.5413459150732556,0.4415617128463476,132,0.09585299230196181,-0.03324937027707808 +8023,CO,Costilla,3522.007211992,0,0.9994345096458571,735.395557577747,0.20868205379618246,2,0.560538117,9.33333333333333,2.50828630296515,0,0,123,10659,742.2,1317,1109,1804,1820,0.7300443458980045,0.6093406593406593,528,0.48614190687361425,0.2901098901098901 +8025,CO,Crowley,459.48496194487,-85.24657136920585,0.07890863162371115,84.3377550800071,0.014483557458356021,1,0.186567164,3.41666666666667,0.600046832923545,0,0,127,16497,795,535,336,1502,1511,0.3561917443408788,0.22236929185969556,733,-0.2589880159786951,-0.48510919920582396 +8027,CO,Custer,1101.4374363612,4.641671103143449,0.2588572118357697,170.887951824351,0.04016168080478284,2,0.45861041,3,0.651890482398957,1,0.229305205,118,13054,582.5,862,797,2697,3064,0.3196143863552095,0.26011749347258484,1262,-0.3388950685947349,-0.41187989556135773 +8029,CO,Delta,2612.37438315521,92.57225494343862,0.08440082654287963,736.86125820252,0.023806579807525197,6,0.200870439,14.4166666666667,0.473578170510041,16,0.535654503,1079,90249,750.6,4542,4048,15681,16661,0.28964989477711883,0.2429626072864774,7536,-0.3966583763790575,-0.45231378668747374 +8031,CO,Denver,55276.4705558132,-35.36203928791778,0.09210319708445641,15505.7768185194,0.025836157842633774,120,0.180760459,354,0.510778287594148,582,0.876688227,13308,1994919,726.5,209759,174611,285564,232291,0.734542869549383,0.7516907671842645,130974,0.49027188301046354,0.5638358782733726 +8033,CO,Dolores,2063.99999514993,398.95347821197913,0.9999999976501599,461.999998311711,0.22383720848435612,1,0.505561173,2,0.972762645914397,0,0,53,5981,584.6,329,227,1218,1230,0.27011494252873564,0.18455284552845527,709,-0.41789819376026277,-0.5764227642276423 +8035,CO,Douglas,54681.3513293537,3.3043925448148244,0.19155185864940957,16761.4787313916,0.05871640562377734,26,0.082634647,83.6666666666667,0.254590747908502,204,0.648364152,3450,943605,495.6,54093,67045,150160,182918,0.3602357485348961,0.36653035786527294,33133,-0.26529701651571663,-0.18113580948840463 +8037,CO,Eagle,8057.94619400634,1.1153744713033835,0.15437565749001553,1946.59499420529,0.03729323513238864,18,0.340129627,18.3333333333333,0.33957534559509,46,0.869220158,353,159115,329.8,12598,12652,22374,22611,0.5630642710288728,0.5595506611826102,4499,0.14664342540448733,0.19897395073194463 +8039,CO,Elbert,5986.12599182079,-6.312837623392896,0.2592968029030923,1547.46005457407,0.06703023713826865,1,0.0413309,3,0.118901351512029,7,0.289315974,371,72595,522.9,3542,3056,13993,15689,0.2531265632816408,0.19478615590541143,8480,-0.4720931894518688,-0.5405060870673721 +8041,CO,El Paso,168373.587396914,-8.522086669883548,0.2705826754875575,42407.5167884696,0.06815047140593222,59,0.088919835,313.916666666667,0.456085956765909,451,0.679709247,12449,1992495,696.8,104989,105807,275604,313273,0.38094149576929215,0.337746949146591,70699,-0.21345844037096706,-0.22567856151024823 +8043,CO,Fremont,16167.8407284318,8.494211770811336,0.34528961063625063,2893.08548508623,0.061786380597262734,6,0.129026709,25.3333333333333,0.533940339192626,15,0.322566771,1619,139514,805.9,6644,5275,20258,21880,0.3279691973541317,0.24108775137111518,9791,-0.31804719123309305,-0.44748628884826325 +8045,CO,Garfield,8633.24668999421,-21.810452104295457,0.15310161006569029,2652.7181221462,0.04704318434705705,11,0.19143419,36.5833333333333,0.621246341863796,46,0.800542977,944,172604,646.5,10989,11205,23695,26328,0.46376872757965815,0.42559252506836825,1866,-0.049377505802912,-0.07087511394712853 +8047,CO,Gilpin,0,0,0,0,0,1,0.170910955,1,0.16860563142809,0,0,89,17123,569.7,1854,1634,3271,3574,0.5667991439926628,0.4571908226077224,70,0.1632528278813819,0.019585898153329562 +8049,CO,Grand,421.928987024033,-85.3577200116388,0.028426125919560265,69.7084807333641,0.004696387572146069,5,0.34373711,10.0833333333333,0.671863894811656,16,1.099958752,210,43356,565.4,3575,3319,7961,8513,0.44906418791609093,0.38987430987900856,1148,-0.07210149478708705,-0.13485257840949133 +8051,CO,Gunnison,1838.89203567921,-0.35355564928098326,0.12000078541367856,295.27819818185,0.019269002752665753,5,0.317965024,9.58333333333333,0.584064683894035,14,0.890302067,197,47319,533.9,4563,5068,7912,9299,0.5767189079878665,0.5450048392300247,1818,0.18415065722952473,0.19550489299924723 +8053,CO,Hinsdale,99.2714692888681,-88.22399874595132,0.11775975004610688,19.4187443423093,0.02303528391733013,2,2.544529262,1,1.26903553299492,0,0,17,2363,627.4,228,197,598,589,0.38127090301003347,0.33446519524617996,142,-0.2073578595317726,-0.24108658743633277 +8055,CO,Huerfano,2459.81752693712,-0.9112678767463458,0.3665351701590105,385.63235484769,0.05746272609859782,4,0.619003405,10.1666666666667,1.52263990814238,4,0.619003405,306,19413,853.3,1897,1631,3623,3772,0.5235992271598123,0.4323966065747614,244,0.0778360474744687,-0.06468716861081653 +8057,CO,Jackson,382.235066584368,-0.010575703672758719,0.2742001912369928,66.1529853017736,0.047455513128962415,2,1.432664756,2,1.47383935151069,0,0,36,4109,596.3,216,171,848,862,0.25471698113207547,0.19837587006960558,457,-0.45283018867924524,-0.5301624129930395 +8059,CO,Jefferson,121653.329036851,-6.181305674125597,0.2275838034299411,28579.5283821652,0.053465349620451866,62,0.111011042,227.416666666667,0.397694914226723,424,0.759172287,12625,1676297,667.1,153069,151885,300151,309529,0.5099733134322391,0.4906971560015378,21652,0.04367468374251621,0.06995144235273593 +8061,CO,Kiowa,1398.00000464842,0,1.00000000332505,314.000000674863,0.2246065813124914,2,1.426533524,1.16666666666667,0.849720806020879,0,0,64,4253,731,118,91,821,853,0.14372716199756394,0.10668229777256741,635,-0.6808769792935444,-0.7444314185228604 +8063,CO,Kit Carson,921.046456958068,-57.25781298592477,0.11137200205055237,211.182525171421,0.025535976441526116,5,0.619425173,8.83333333333333,1.07789302420175,8,0.991080278,218,23596,643.1,789,526,3525,3613,0.22382978723404257,0.1455853861057293,2368,-0.5319148936170213,-0.6554110157763631 +8065,CO,Lake,1455.80636836994,-71.52538685060206,0.19915271797126402,450.640916574485,0.06164718420991587,2,0.271849939,6.25,0.820425308479916,5,0.679624847,127,22150,693.2,1807,1600,2993,3175,0.6037420648179085,0.5039370078740157,336,0.2405613097226863,0.10582677165354332 +8067,CO,La Plata,7347.21871312946,-3.461050859326712,0.14312577849241168,1486.85702980879,0.02896437117327288,11,0.203745207,25.5,0.458443449652122,46,0.852025413,981,161815,582.6,15063,15300,28475,30722,0.5289903424056189,0.4980144521841026,2829,0.08811237928007021,0.09208384870776642 +8069,CO,Larimer,56628.0654703376,-15.806277852539063,0.18899330998343825,13413.4227582757,0.044766621360597066,37,0.114154547,111.75,0.328683237596068,252,0.777485021,6316,974852,611.1,83103,92170,161823,193897,0.5135425742941362,0.4753554722352589,9546,0.05252652589557727,0.04923232437840708 +8071,CO,Las Animas,6181.77712966353,0.006441304263104261,0.3986442980372431,1258.90761658752,0.08118318285854903,4,0.284656988,11.6666666666667,0.827247157815122,11,0.782806718,519,42528,812.2,3282,2614,6532,6693,0.5024494794856094,0.3905572986702525,1042,0.027097366809553047,-0.15568504407590017 +8073,CO,Lincoln,1246.55168383383,-0.5521581263421821,0.2280138437596177,295.628343820308,0.05407505831723212,3,0.54446461,7,1.24047492468545,3,0.54446461,160,16498,669.3,537,399,2248,2402,0.23887900355871886,0.16611157368859283,1474,-0.5008896797153025,-0.6136552872606161 +8075,CO,Logan,4437.72341101557,-3.2166488014137413,0.19541694530871326,1105.45340226168,0.04867908768601347,3,0.133191263,8.66666666666667,0.395395167054458,13,0.577162138,633,65666,716.5,2675,1843,9030,9702,0.296234772978959,0.18996083281797568,5429,-0.38194905869324475,-0.5595753452896309 +8077,CO,Mesa,46154.3451139422,-0.3350164934521371,0.31456789401758556,11633.3763915906,0.07928802158891653,20,0.134902701,71.25,0.474737312020682,91,0.613807291,4264,444079,741.1,22448,20958,69033,74876,0.325177813509481,0.27990277258400553,27171,-0.32794460620283056,-0.3628799615364069 +8079,CO,Mineral,91.112206655213,-86.63522744092242,0.12796658238091713,13.9739166659132,0.01962628745212528,1,1.432664756,1,1.36612021857923,1,1.432664756,17,2142,446.7,291,237,650,652,0.44769230769230767,0.36349693251533743,107,-0.08153846153846162,-0.1641104294478527 +8081,CO,Moffat,3230.23918284314,0.053820219404409286,0.2341601437363639,914.127444766266,0.06626512829041435,2,0.15470297,11.6666666666667,0.889973809342182,5,0.386757426,278,38985,722.4,1291,874,6042,6510,0.213670969877524,0.13425499231950844,4419,-0.550314465408805,-0.6788018433179723 +8083,CO,Montezuma,4196.14277277489,-4.514911432638378,0.16432906883786524,1182.14201187366,0.046294968156399455,7,0.271612603,18.4166666666667,0.682124029285035,14,0.543225206,785,77619,761.8,4486,3920,12232,12706,0.3667429692609549,0.3085156618920195,3851,-0.2359385219097449,-0.3030851566189202 +8085,CO,Montrose,8466.39606992101,4.029075057513245,0.20511667966665859,2310.93360188334,0.055987343780486,9,0.22019426,22.75,0.548576113428661,22,0.538252636,1238,122463,674.2,5852,5438,19054,21070,0.3071271124173402,0.2580920740389179,8865,-0.3640705363703159,-0.4207403891789274 +8087,CO,Morgan,3374.0993922753,1.1538841356678957,0.11982312554690507,1153.59050361268,0.04096702665622643,6,0.211804575,25.1666666666667,0.890099266699677,11,0.388308387,746,84938,701.7,3761,3128,10478,11888,0.3589425462874594,0.2631224764468372,4976,-0.25768276388623784,-0.4185733512786003 +8089,CO,Otero,5577.85547997969,-3.251944464350398,0.29620601561147525,1335.34801515227,0.07091222001764484,4,0.216356556,15.6666666666667,0.856335975220916,11,0.594980528,751,55308,974.3,3566,1719,8039,5038,0.4435875108844384,0.3412068281063914,1269,-0.09317079238711279,-0.2518856689162366 +8091,CO,Ouray,273.479042767945,-15.608553516322038,0.0616499194697802,39.122574463190404,0.008819335992603788,3,0.64808814,3,0.617665225447807,6,1.29617628,101,13894,593.1,1640,1690,3183,3287,0.5152371976123155,0.5141466382719805,353,0.0534087338988376,0.10739275935503495 +8093,CO,Park,8729.06984377191,-7.956880593501527,0.5386319785123966,1591.9872030791,0.09823443188196347,4,0.244723157,3,0.174764068507515,5,0.305903946,257,48847,496.3,3721,3351,9054,10245,0.410978573006406,0.32708638360175696,2702,-0.15065164568146677,-0.2637384089799903 +8095,CO,Phillips,209.370709333543,-85.6633207913371,0.04713433348346308,49.8040934133477,0.011212087666219651,4,0.916800367,3,0.699626865671642,2,0.458400183,154,13099,702.2,588,436,2265,2332,0.2596026490066225,0.18696397941680962,1355,-0.4631346578366446,-0.5810463121783876 +8097,CO,Pitkin,1568.48325079631,-10.807191173185844,0.09146741607162992,286.600371776046,0.016713341017963963,7,0.397140588,3.75,0.211243803515097,19,1.077953024,166,52746,314.4,6648,7239,9779,10387,0.679824112894979,0.6969288533744104,4717,0.3790776152980877,0.45412534899393475 +8099,CO,Prowers,2997.42134797923,-20.975673823832995,0.23881932499236952,793.353568988451,0.06321038713954673,3,0.249293668,13.0833333333333,1.09741094894593,10,0.830978893,368,36281,818.6,1498,1173,4809,4978,0.31149927219796214,0.23563680192848532,2335,-0.3539197338323976,-0.4690638810767376 +8101,CO,Pueblo,58655.7437590756,-12.517646085325252,0.3687579371637376,14784.2315908174,0.09294576105579173,17,0.105019305,116.333333333333,0.704525313453204,97,0.599227799,4984,486590,801.3,40624,27945,73306,60112,0.5541701907074456,0.4648822198562683,199,0.13097154393910465,0.003310487090763925 +8103,CO,Rio Blanco,572.227252070974,-0.30708158772290395,0.08584267207785387,119.154416124534,0.017874949913671466,1,0.149097957,9,1.37509549274255,5,0.745489787,163,19994,753.8,561,433,3311,3436,0.16943521594684385,0.1260186263096624,2349,-0.6390818483841739,-0.6836437718277066 +8105,CO,Rio Grande,1460.30068818733,109.76971292838162,0.12187453581933985,280.402362647086,0.02340196650367936,4,0.344619626,13.1666666666667,1.14702209832448,5,0.430774533,370,34905,770.3,2428,1985,5453,5488,0.44525949018888683,0.36169825072886297,1075,-0.08509077571978735,-0.19588192419825068 +8107,CO,Routt,5254.12612604418,-13.267505439248644,0.2234942416114756,1007.26221849621,0.04284581302889148,9,0.377121307,13,0.527426160337553,25,1.047559187,310,71536,521.9,7389,7487,13038,13772,0.5667280257708237,0.5436392680801626,2338,0.155545329038196,0.16976474005227993 +8109,CO,Saguache,1235.46073133838,-79.28235563245582,0.20226927494079563,240.103130312887,0.039309615309902915,4,0.645577792,6.5,1.01737361089372,1,0.161394448,150,18679,678,1762,1345,2796,2707,0.6301859799713877,0.49685999261174735,236,0.29506437768240346,0.08718138160325084 +8111,CO,San Juan,693.70724348045,0,0.9924281022610156,127.418047013332,0.18228619029088985,1,1.388888889,1,1.44092219020173,4,5.555555556,11,2119,554.5,266,265,506,506,0.525691699604743,0.5237154150197628,50,0.10671936758893275,0.09881422924901184 +8113,CO,San Miguel,718.693398459581,3.656015529575994,0.09766182884353594,133.959529025242,0.01820349626650931,7,0.892857143,5,0.623674691281028,12,1.530612245,77,23315,415.2,2961,2960,4215,4311,0.702491103202847,0.6866156344235677,1930,0.4310794780545671,0.4476919508234749 +8115,CO,Sedgwick,441.699892597613,-1.5494545274626896,0.18566620117596172,76.0026950140506,0.03194732871544792,1,0.425894378,1,0.415454923140839,1,0.425894378,118,7079,901.8,419,267,1337,1364,0.31338818249813016,0.19574780058651026,748,-0.3455497382198953,-0.5483870967741935 +8117,CO,Summit,5174.80498066335,-36.17525311842703,0.18485407518265876,904.173715667617,0.032298839596614164,11,0.374098762,15.25,0.502074142358596,48,1.632430962,201,88491,297.9,9169,9502,15038,16061,0.6097220375049873,0.5916194508436585,4438,0.24431440351110517,0.2763215241890293 +8119,CO,Teller,3003.70250354313,-49.8173527642695,0.12863822284981286,759.544872287538,0.03252868832066544,4,0.171020565,16.5833333333333,0.689736444425959,14,0.598571978,499,69997,700.4,3894,3547,12144,14203,0.32065217391304346,0.24973597127367458,6033,-0.3306159420289855,-0.4247694149123425 +8121,CO,Washington,2485.02861052779,0,0.5162086851948048,634.915416281726,0.13188936773612922,1,0.209205021,2,0.407497962510187,2,0.418410042,155,14428,638,461,289,2567,2708,0.17958706661472537,0.10672082717872969,1995,-0.6225165562913908,-0.7367060561299853 +8123,CO,Weld,37098.743418412,-4.263486259918958,0.14673684729916742,10216.5343838394,0.040409510071549096,29,0.104440523,119,0.403482836721685,149,0.536608204,4988,831921,688.9,47418,45869,112695,133790,0.4207640090509783,0.34284326182823827,30013,-0.13249922356803756,-0.22432917258390012 +8125,CO,Yuma,2300.54798145926,0,0.22906979801446384,602.738857336146,0.060015817717429656,4,0.392079984,9.5,0.940314757992676,2,0.196039992,270,30633,639.6,950,701,4481,4664,0.21200624860522205,0.15030017152658662,3054,-0.5541173845123857,-0.654802744425386 +9001,CT,Fairfield,268768.077781111,2.356898600205398,0.293149625263938,70260.4364990659,0.0766341776918769,216,0.228465537,459.083333333333,0.486225923034911,659,0.697031429,20109,2835662,578.2,214757,238723,390611,410279,0.5497976247468709,0.5818552740939702,83266,0.10885254127507926,0.20294970008213925 +9003,CT,Hartford,259189.004869212,-7.826214473398912,0.289916047029702,57236.0543194679,0.06402142955196216,245,0.272833065,703.916666666667,0.788800250413964,599,0.667049004,23568,2690638,667.9,244314,233789,392485,399219,0.6224798399938851,0.5856159150741823,85877,0.2564836872746729,0.21511250717024988 +9005,CT,Litchfield,34657.1637544368,15.306905941824983,0.18247623431337723,8064.7623077584,0.042462431922572354,40,0.216224398,93,0.509390867114712,96,0.518938554,5400,555122,676.8,43823,39836,92404,97434,0.47425436128306137,0.4088511197323316,13540,-0.03662179126444737,-0.13896586407208983 +9007,CT,Middlesex,52122.2284180667,-5.878903270093371,0.31460337295725815,11431.0745428091,0.06899656282629409,34,0.206131815,96.5833333333333,0.591342219283369,106,0.642646247,4499,494121,642.4,47851,45306,83447,88402,0.5734298416959267,0.5124997172009683,6459,0.15959830790801344,0.07306395782900843 +9009,CT,New Haven,247957.11523193,-1.7579092097903462,0.28749417692521656,55041.9770728795,0.06381848683834988,200,0.23221333,670.583333333333,0.782591782154145,652,0.757015455,23217,2583223,691.6,230040,203601,371783,375909,0.6187480331268509,0.5416231055920449,45228,0.2477197720175479,0.12031635315994027 +9011,CT,New London,99027.5284201002,26.06339843693981,0.3613418051854562,20067.2802516001,0.07322355093539654,43,0.157120098,190.833333333333,0.707311438183451,188,0.686943685,7140,818322,682.5,66510,62951,114043,124527,0.5832010732793771,0.5055208910517398,8377,0.18234350201239885,0.06727055176788971 +9013,CT,Tolland,53336.7250905958,6.610517034377272,0.34931151862647963,10670.5424611315,0.06988324433746258,15,0.099096897,74.5833333333333,0.493543676685328,67,0.442632806,3002,454739,603.6,39283,38450,70780,77069,0.5550014128284826,0.4989035799089128,4461,0.12562870867476683,0.0578831955779886 +9015,CT,Windham,18808.4221319189,-15.125103727914082,0.15881735849561673,4287.72295083633,0.03620531420640668,21,0.179490248,101.25,0.87140250619664,62,0.529923588,3092,350989,754.4,25953,21776,46634,50703,0.5565252819831025,0.4294814902471254,3962,0.13284299009306516,-0.07814133285998853 +10001,DE,Kent,25573.4333514992,-17.875111759959868,0.15755919753249462,6402.22160858841,0.03944440643576126,24,0.139545431,153.833333333333,0.879917480328172,88,0.511666579,4512,514691,788.8,35525,33347,68669,74253,0.5173367895265695,0.449099699675434,3642,0.04938181712271911,-0.049048523291988166 +10003,DE,New Castle,122163.689387304,-25.957070323234593,0.22686806614056254,28277.5612233128,0.052513767896821974,91,0.164623049,419.166666666667,0.752560951452487,385,0.696482132,13206,1659655,721.3,167051,162905,251960,261468,0.6630060327036037,0.6230399131060015,77398,0.3406294649944435,0.2960132788716019 +10005,DE,Sussex,27649.128752441,-18.8537090050981,0.14024767938543203,5252.7677195193,0.026644184328891426,50,0.237136529,182.666666666667,0.829356809579374,142,0.673467742,7091,632909,734.9,39971,39329,93215,105814,0.4288043769779542,0.37168049596461716,23278,-0.1302901893472081,-0.21998979341107983 +11001,DC,District of Columbia,12688.2801039051,-25.234222040450344,0.021086579877958964,3454.45297601835,0.005740935573375706,198,0.300504027,421,0.618054230221531,839,1.273347873,14313,1981604,749.3,222332,260223,243348,280272,0.9136380820882029,0.928465918821716,248670,0.842394431020596,0.8872452474738824 +12001,FL,Alachua,37664.1714842574,-23.237009694993926,0.15227937495656677,7129.54721718952,0.028825351817727787,37,0.144317029,220.666666666667,0.83745736810679,193,0.752788829,5539,769734,733.9,69634,75370,120318,127827,0.5787496467693944,0.589625040093251,28786,0.17344869429345566,0.22519499010381216 +12003,FL,Baker,8982.41285188653,-1.872694882002697,0.33127098845238867,2080.43160431967,0.07672622549583884,4,0.147639612,35.1666666666667,1.2587846464068,16,0.590558447,684,81546,865.8,2310,2112,11366,12634,0.203237726552877,0.16716795947443408,8182,-0.586310047510118,-0.6476175399715054 +12005,FL,Bay,56308.4800897985,-8.297337939446335,0.3334783129000456,13035.6150137584,0.07720142499797693,26,0.14526357,209.166666666667,1.13693601632115,136,0.75984021,5585,535197,859.1,22037,21689,79834,87151,0.27603527319187315,0.24886690915766888,40321,-0.43623017761855853,-0.4626567681380592 +12007,FL,Bradford,1579.6829187902,-2.925405723671935,0.055388601640610095,316.258975881428,0.011089024399769564,4,0.149801513,35.5833333333333,1.32152318700636,16,0.599206052,885,80504,844.8,3324,2924,11631,12098,0.2857879803972143,0.24169284179203174,5989,-0.4206001203679821,-0.49504050256240695 +12009,FL,Brevard,218701.811068225,1.362910619148749,0.4024870643315587,44071.2271636009,0.08110631894599854,81,0.145451934,494.916666666667,0.854586477417276,343,0.615926089,20209,1676138,744.7,122972,119525,285504,314337,0.4307190091907644,0.3802447691490343,62095,-0.12713657251737281,-0.1975427646125018 +12011,FL,Broward,158491.739814012,-19.32904250867654,0.09066690835129337,38153.390617464,0.021826058408243164,374,0.200081852,1101.16666666667,0.576638151574056,1286,0.687981982,43255,5609687,610.9,507430,546956,755166,822837,0.6719449763363287,0.6647197440076225,288435,0.34919209816119895,0.35053722669252846 +12013,FL,Calhoun,2635.87715596127,-29.82513049302199,0.18023091664692445,504.82586122305503,0.03451800760499522,4,0.275254611,10,0.693337031130833,7,0.481695568,489,43605,873.2,1664,1236,6152,6067,0.270481144343303,0.20372507005109608,3411,-0.4392067620286086,-0.5622218559419813 +12015,FL,Charlotte,66893.4712938867,-2.0442321533604897,0.4181416900691764,9835.46740438575,0.06148012479457019,19,0.112777046,115,0.644384052895526,74,0.439236915,7409,506444,632.8,35896,33421,84664,96323,0.4239818576963054,0.34696801386999987,26775,-0.1428233960124728,-0.27797099342836085 +12017,FL,Citrus,43886.2410196738,5.132553990446191,0.31072984946949644,7232.50175654995,0.05120862780417139,18,0.129146129,134.333333333333,0.935332112527648,47,0.337214892,7477,419260,839.7,28453,22765,73923,79590,0.38490050457908903,0.28602839552707626,31612,-0.2192010605630183,-0.3971855760773967 +12019,FL,Clay,46476.3393732326,5.406179047560855,0.2435037297211778,11957.3025959966,0.06264795848372724,21,0.105106157,131.416666666667,0.63086762900983,119,0.595601558,4882,600402,784.9,25745,27768,96549,106363,0.266652166257548,0.26106822861333356,47130,-0.4583268599364054,-0.44310521515940693 +12021,FL,Collier,90596.7463395816,0.6396552679294119,0.2817763944376138,16490.3655525483,0.05128877069093152,62,0.177764015,217.5,0.595668463257526,185,0.530424885,9243,1045197,450.8,51678,60941,149080,170505,0.346646096055809,0.35741473857071643,44356,-0.3007110276361685,-0.2601448637869857 +12023,FL,Columbia,11077.7170997406,-0.8922909422053674,0.1640389909780782,2795.91356216601,0.0414019274431892,8,0.117894985,85.5833333333333,1.23498655584256,40,0.589474925,2317,203813,908.4,8462,7599,27163,28696,0.31152670912638514,0.26481042654028436,12760,-0.3669329602768472,-0.4446612768330081 +12027,FL,DeSoto,3454.77524144708,-11.71370535469246,0.09909859564703918,797.597668275497,0.022878712302091014,5,0.14280818,27.9166666666667,0.779795158286779,11,0.314177996,919,105307,642.9,4174,3761,9863,10761,0.42319780999695833,0.3495028343090791,2983,-0.14326269897597077,-0.2772047207508596 +12029,FL,Dixie,1484.28604110338,48.5089667342556,0.09038399958003776,205.841059718836,0.01253446959681135,3,0.188596216,18.1666666666667,1.11451942740286,8,0.502923241,674,48046,990,1798,1270,6941,7202,0.2590404840801037,0.17633990558178284,4552,-0.46880852903039905,-0.6320466537073035 +12031,FL,Duval,213634.250039002,-0.7520143236902779,0.24718662032159425,52309.7550719896,0.06052527421859966,164,0.182689501,952,1.02779472175589,739,0.823216717,23131,2699949,837,196657,203627,411702,428734,0.4776683134888827,0.4749495024887226,6434,-0.036181509927083244,-0.015006974021188002 +12033,FL,Escambia,108622.126562935,-8.54810299540279,0.3649704036467261,23156.3847359686,0.07780546516172893,44,0.141634397,314.416666666667,0.997555948267748,188,0.605165149,9639,927790,875.4,58154,57114,148430,151609,0.391794111702486,0.3767190602141034,31256,-0.2055985986660379,-0.2061619033170854 +12035,FL,Flagler,33041.2454685726,-1.5596777490559437,0.345273004812872,6912.41284347111,0.07223303840778204,17,0.166002656,59.9166666666667,0.553196073000339,37,0.361299898,3626,307988,671.4,23204,21985,50589,57413,0.4586767874439107,0.3829272116071273,11819,-0.07436399217221135,-0.20585930015850074 +12037,FL,Franklin,287.434968963443,-23.10380260639741,0.024888299330110226,47.0127393871653,0.004070719489753684,6,0.507829031,17.0833333333333,1.43545360333866,5,0.423190859,406,35016,893.4,1845,1738,5474,6003,0.3370478626233102,0.28952190571380976,2381,-0.31512605042016806,-0.3966350158254206 +12039,FL,Gadsden,3970.91393054233,-17.50669043297501,0.08560033478933217,1192.82372302363,0.02571350369750652,10,0.21607139,57.5,1.24983697778551,19,0.410535641,1408,138236,880.6,15768,14994,22495,22079,0.700955767948433,0.6791068436070474,8273,0.406312513891976,0.3746999411205218 +12041,FL,Gilchrist,75.0408901572227,-24.222070683681153,0.004430066128887343,12.790300257504,7.550800081175985e-4,3,0.176501736,15.75,0.915059260980711,6,0.353003471,575,51097,812.5,1885,1457,7908,8418,0.2383662114314618,0.17308149204086481,5283,-0.5098634294385433,-0.6275837491090521 +12043,FL,Glades,7331.50731599358,149.71351312236104,0.569039686121824,1327.5668639813,0.10303996150118752,0,0,10.1666666666667,0.727749940348365,2,0.146681335,334,40247,546.7,1603,1271,3989,4355,0.40185510152920534,0.2918484500574053,1725,-0.18576084231637002,-0.3960964408725603 +12045,FL,Gulf,2972.32060601745,16.98676915828369,0.18737443144534136,520.561594007851,0.03281608737362737,4,0.250878073,18.4166666666667,1.15176151761518,7,0.439036628,521,47593,863.4,2013,1715,7107,7279,0.2832418742085268,0.23560928698997116,3605,-0.41958632334318274,-0.49526033795851077 +12047,FL,Hamilton,3266.36649529099,-0.0744399784549935,0.22071535207047707,725.993019014642,0.04905689702105831,2,0.142369021,21.1666666666667,1.47389921778892,7,0.498291572,436,42670,894.7,2226,1899,5404,5451,0.4119170984455959,0.3483764446890479,1540,-0.16857883049592892,-0.2825169693634196 +12049,FL,Hardee,9787.8434274916,12.221551273083483,0.35295674254414194,2534.77866332998,0.09140595951570374,10,0.364046744,27.25,0.995979532163743,9,0.327642069,608,82305,662.5,2461,2147,7222,7577,0.34076433121019106,0.2833575293651841,3091,-0.3091941290501246,-0.4079450970040913 +12051,FL,Hendry,9640.86593501773,1.3480928137200996,0.24631747406790316,2577.71295006133,0.06585878768679944,12,0.311647838,42.4166666666667,1.07957919742089,22,0.57135437,845,115325,736.1,4751,4610,10185,11106,0.4664702994599902,0.4150909418332433,1582,-0.05930289641629849,-0.14244552494147306 +12053,FL,Hernando,62289.2318860947,10.538072288411858,0.3605159909600453,12342.6235841753,0.07143631471700854,23,0.130789571,122.583333333333,0.670458792536075,82,0.466293253,7523,528159,780.2,37791,31818,83593,93878,0.45208330841099137,0.33892924859924584,27211,-0.08511478233823405,-0.28985491808517433 +12055,FL,Highlands,32757.0448808248,-11.347834991904943,0.33159602454623927,6091.43082832785,0.061662895838761056,14,0.142513946,85.5,0.847230892713814,40,0.407182703,4351,295357,677.2,16147,14901,42440,45589,0.38046654099905747,0.32685516242953344,14608,-0.23008953817153627,-0.3204281734628967 +12057,FL,Hillsborough,300321.068371228,-2.9919134878245925,0.24431721129493517,73943.0116444091,0.06015412271169752,265,0.201322193,1074,0.780388275865075,837,0.635874247,30062,3961414,728.3,286158,306422,541503,595072,0.5284513659204104,0.5149326468057647,40494,0.06695069094723394,0.0680489083673908 +12059,FL,Holmes,3133.30129958745,-15.632693926041513,0.1572389872829553,756.562583564236,0.03796670766117509,3,0.152671756,21.1666666666667,1.08619421494672,4,0.203562341,767,58622,988.5,1264,852,8274,8506,0.15276770606719844,0.10016458970138725,6624,-0.6834662799129804,-0.7787444157065602 +12061,FL,Indian River,51308.9907339362,-19.274590345632976,0.3717288574342612,8389.99208159223,0.060784710939753024,28,0.193430279,119.75,0.790100486266437,78,0.538841491,5853,434712,639.4,27483,28997,71445,79897,0.3846735250892295,0.362929772081555,19567,-0.2233606270557772,-0.24490281237092754 +12063,FL,Jackson,2725.36861228835,-19.59615712194874,0.054785683518038635,548.230480259961,0.01102059422385641,8,0.163931067,52.75,1.09374028074395,27,0.553267351,1785,146401,908.7,7342,6383,20940,20997,0.3506208213944604,0.30399580892508454,7848,-0.2901146131805158,-0.3737676810972996 +12065,FL,Jefferson,2399.81693490243,0,0.16257820844810175,463.244767378106,0.031383020620425854,3,0.213523132,18.4166666666667,1.32436837815811,6,0.427046263,457,42298,759.7,3945,3537,7808,7641,0.5052510245901639,0.4628975265017668,393,0.01754610655737704,-0.05143305850019625 +12067,FL,Lafayette,564.097314101133,-19.11604624614385,0.06359608952662153,119.917621665647,0.01351946129263213,1,0.113186191,7.41666666666667,0.860701713666783,2,0.226372383,201,26376,708.8,687,515,3399,3375,0.20211827007943514,0.15259259259259259,2280,-0.5828184760223595,-0.6755555555555556 +12069,FL,Lake,81690.3111655509,-9.320217646213337,0.2750034040018276,16673.8473130867,0.056131072381558435,41,0.129874244,262.333333333333,0.782159993957392,141,0.446640692,11332,949621,691.6,61790,62597,150796,169898,0.40975887954587653,0.36843871028499453,39291,-0.1714037507626197,-0.23126228678383498 +12071,FL,Lee,158942.748829071,-8.235839681156373,0.2568755092154087,32313.6674501713,0.05222377140215869,116,0.170710494,511.833333333333,0.708580678982265,355,0.522432978,19714,2042144,570.5,110080,124725,266034,325797,0.41378169707631357,0.3828304128030645,66416,-0.1655126788305254,-0.20385700298038345 +12073,FL,Leon,79833.7467744261,-6.599243083337337,0.289791339607408,18239.8959912279,0.06620964325441091,41,0.144372297,233.916666666667,0.812712949901907,254,0.894403989,5298,852545,693.2,90863,91936,148335,151925,0.6125526679475511,0.6051406944215896,38159,0.2363366703744902,0.25116998519006084 +12075,FL,Levy,3258.27380144121,-17.60500771728794,0.07985769469966937,584.229984172919,0.014319011401017595,9,0.227198142,60.0833333333333,1.50354929389488,17,0.429152046,1583,118922,905.3,6118,5091,18396,19367,0.332572298325723,0.2628698301234058,8667,-0.32257012393998696,-0.4475138121546961 +12077,FL,Liberty,2163.17201562125,-0.35708224835534597,0.2585979695901076,614.238133321399,0.07342954373238482,3,0.358851675,10.75,1.3106559375762,0,0,189,25002,803.9,942,651,3284,3295,0.2868453105968331,0.1975720789074355,1891,-0.41382460414129113,-0.5738998482549318 +12079,FL,Madison,4052.89165224604,-5.289665438383814,0.21082457616760508,940.273083577194,0.04891141716485612,3,0.162004536,26.1666666666667,1.43583552824115,9,0.486013608,708,55640,987.1,4174,3526,8712,8503,0.47910927456382,0.4146771727625544,1323,-0.03443526170798894,-0.15559214394919435 +12081,FL,Manatee,70204.8954880245,-5.628283739809426,0.2174650531018344,11756.4244815571,0.03641642732173322,50,0.142148027,268.916666666667,0.715417003646476,180,0.511732898,11067,1057369,613,66476,71066,153451,178521,0.43320669138682705,0.3980820183619854,30615,-0.12473036995523007,-0.1714924294620801 +12083,FL,Marion,90423.929893391,8.736442372809716,0.2729383512529234,18009.2181991208,0.05435957415716606,55,0.162162003,336.666666666667,0.964605657746452,162,0.47764080799999997,14181,1017691,793.9,66823,61958,161368,174485,0.41410316791433244,0.35509069547525574,45752,-0.16244236775568888,-0.26221165143135516 +12085,FL,Martin,44382.1532456622,-6.002185846798456,0.30332668055647427,7068.2094679204,0.04830717661477331,33,0.215135079,114.833333333333,0.723582922182805,103,0.671482216,5662,461371,576.8,30097,30158,78860,85741,0.38165102713669796,0.35173370966048917,23024,-0.22930509764138984,-0.2685296415950362 +12086,FL,Miami-Dade,133181.239697939,-18.141564012180336,0.05334857094133794,32498.8624031659,0.013018108784392904,663,0.248979111,1513.33333333333,0.557819393070384,1640,0.61587593,57028,8003948,581.5,540776,623006,877245,978670,0.6164480846285815,0.6365843440587736,289340,0.2373042878557301,0.2956461319954632 +12087,FL,Monroe,20457.4140964427,-16.97439338536284,0.2798934751189314,2979.49192509097,0.04076470002860816,24,0.311138768,72.75,0.91998937744224,70,0.907488073,2157,230605,656,19392,18949,39045,42434,0.49665770265078757,0.4465522929726163,2936,0.00404661288257141,-0.06918980063156904 +12089,FL,Nassau,17763.1419662347,-2.1116339046698083,0.24228853924536517,3423.26250683514,0.04669316238147066,9,0.117464337,70.1666666666667,0.87031662160039,49,0.639528054,2346,230640,770.7,10249,10849,40523,46537,0.2529180958961577,0.2331263295872102,23372,-0.48557609258939366,-0.5022240367879323 +12091,FL,Okaloosa,62772.6877267774,-1.1120025488927785,0.34715182735937783,14701.1225982965,0.081301625898931,24,0.122129946,160.416666666667,0.797418435485742,149,0.758223416,5121,587772,779.4,23390,23711,94739,100657,0.24688882086574696,0.2355623553255114,48077,-0.49349264822301275,-0.47763195803570546 +12093,FL,Okeechobee,19130.1645223347,9.478618850620306,0.47830194325269276,4606.70603254912,0.11517916873060105,12,0.306521239,43.4166666666667,1.07696251095566,17,0.434238422,1260,117589,842.1,4856,3953,12321,13632,0.39412385358331303,0.2899794600938967,5389,-0.20038957876795715,-0.3953198356807512 +12095,FL,Orange,213587.079861888,-4.820596503860551,0.18638331651641774,52054.5484773595,0.04542456121994169,225,0.179568891,957.416666666666,0.728424151448314,948,0.756583594,22096,3772228,660.1,274227,329579,467385,545800,0.5867261465387208,0.6038457310370099,134488,0.18222664398729105,0.2464052766581165 +12097,FL,Osceola,57551.9402549002,8.444547695988474,0.21419856060033196,15624.6739627876,0.05815238648524331,51,0.164404228,246.583333333333,0.733846207262573,185,0.596368278,6000,936082,674.2,67201,85287,108647,139981,0.618526052260992,0.6092755445381873,35035,0.24501366811784953,0.25028396710982204 +12099,FL,Palm Beach,226700.784961512,-16.149291260443235,0.17172558616133815,48762.8062102014,0.036937770112883545,269,0.192457663,787.25,0.545258725178521,910,0.651064956,42209,4197133,563.3,349418,371411,600341,657235,0.5820325448370176,0.5651114137256841,100649,0.17017161912979456,0.1531400488409777 +12101,FL,Pasco,109782.032513673,6.133569385448773,0.23624433235780087,23233.1503267946,0.0499963424054698,65,0.133929215,356.75,0.696276894731911,190,0.391485399,17200,1459300,758.5,98148,89998,213358,240814,0.46001556070079397,0.37372411902962455,51945,-0.06649387414580188,-0.2157058974976538 +12103,FL,Pinellas,131275.317642518,-18.379676094822035,0.14322891656085374,23605.6103112233,0.025755077575521142,194,0.206801422,811.666666666667,0.84484367789771,613,0.653449853,34617,2817654,705.5,238966,233327,457484,491520,0.5223483225642864,0.47470499674479166,5419,0.056338582332934095,-0.011024983723958326 +12105,FL,Polk,197904.428105007,4.047739350350288,0.3286930270223254,45929.7378131994,0.0762832074891826,93,0.146540232,544.333333333333,0.817134504943088,290,0.456953413,19169,1908251,742.5,114610,117182,248658,283828,0.4609141873577363,0.4128627196752963,40034,-0.06819004415703495,-0.14105021350959035 +12107,FL,Putnam,17893.988357123,-2.5977410137532613,0.2406270286310984,4336.64905283166,0.058316511387656124,13,0.180197663,96.5833333333333,1.33629416457979,28,0.388118043,2890,216505,927.3,11666,9920,31323,32652,0.3724419755451266,0.3038098738208992,11953,-0.24454873415700917,-0.3660725223569766 +12109,FL,St. Johns,48249.2090250575,0.5620695575343906,0.25389109090795836,10054.8420127634,0.05290936077733202,28,0.128488108,123,0.523210556092,133,0.610318513,5339,654215,618.5,35155,43037,114733,136392,0.30640704941037017,0.3155390345474808,45596,-0.3777030148257258,-0.33430113203120415 +12111,FL,St. Lucie,102411.279571579,3.767110689808985,0.3686657123629049,22249.9076723757,0.08009643172471086,36,0.123699438,208.333333333333,0.6797017142621,138,0.474181178,9019,875743,655.1,65869,66812,123026,140731,0.5354071497081918,0.47474969978185333,3436,0.07857688618665976,-0.02441537401141186 +12113,FL,Santa Rosa,62096.0970326835,-0.02630548783522915,0.4102218179893475,15589.1742830727,0.10298585130058861,15,0.091786908,111.75,0.655436752552831,83,0.507887555,3923,491010,764.7,17757,18398,76816,87432,0.23116277858779422,0.21042638850764023,46728,-0.5260883149343887,-0.534449629426297 +12115,FL,Sarasota,100808.424975912,-4.100374267742908,0.2656712513332841,15026.0048612383,0.03959964174600551,88,0.221683688,250,0.605959245604978,184,0.463520438,15960,1192678,579.4,95089,97676,207434,228509,0.4584060472246594,0.42744924707560755,26422,-0.07424048130971783,-0.11562783085130118 +12117,FL,Seminole,116001.431555215,-15.447795270558718,0.2744180081170307,28734.2185817021,0.06797491136337251,63,0.142367734,303.833333333333,0.667063318689409,307,0.693760226,9550,1328331,636.5,96435,105611,208605,224377,0.4622851801251168,0.4706854980679838,3654,-0.06473478583926567,-0.016285091609211266 +12119,FL,Sumter,11721.7415244325,18.454908928262657,0.12547357658352065,1119.9287510944,0.011988104807261828,13,0.113686052,67.9166666666667,0.547732722560943,27,0.236117184,4655,341144,583.3,19519,22631,60471,76649,0.32278282151775234,0.2952549935419901,30091,-0.34934100643283555,-0.39258176884238544 +12121,FL,Suwannee,7073.28400393237,-1.4808879085970055,0.17023137840081756,1559.40654853091,0.037529940278956224,6,0.136295489,55.4166666666667,1.26539404180177,22,0.499750125,1661,131162,913.9,4749,3955,17627,18675,0.26941623645543766,0.21178045515394914,10326,-0.4494809099676632,-0.5529317269076305 +12123,FL,Taylor,6513.76479115371,21.99129033625479,0.2886027820626367,1228.92823541398,0.054449633824279135,3,0.132849172,31.5833333333333,1.42427658774897,10,0.442830573,733,67994,844.4,2761,2149,9117,9279,0.30284084676977074,0.23159823256816467,4774,-0.3825819896895909,-0.5144950964543593 +12125,FL,Union,3599.33514310344,-5.488615225669564,0.23169199505010876,384.865055048438,0.024774062120916512,0,0,12,0.792497688548408,3,0.197498354,701,45483,1558,1339,1014,5393,5693,0.2482848136473206,0.17811347268575445,3553,-0.4897088818839236,-0.6240997716493939 +12127,FL,Volusia,171050.984610032,13.944109259381152,0.3458419035652183,32026.7424265746,0.06475373170783776,64,0.126100672,467.583333333333,0.883292655589222,269,0.530016886,19993,1526983,792.5,114716,108793,234483,260304,0.4892294963814008,0.4179459401315385,33970,-0.01175778201404798,-0.1305012600651546 +12129,FL,Wakulla,387.695085350992,6.141606237563314,0.012597318863757211,58.9619367026481,0.001915841457715366,4,0.127258844,30.0833333333333,0.943258186226863,10,0.318147111,772,93899,855.6,5173,4348,14656,15344,0.3529612445414847,0.28336809176225236,6159,-0.2807723799126638,-0.40139468196037537 +12131,FL,Walton,6982.22126667468,-32.81555065606835,0.12685030370209982,1390.08177451692,0.025254469678558943,9,0.146270112,50.75,0.770234788811486,45,0.731350561,1739,184492,737.8,6665,6861,28480,33559,0.23402387640449437,0.20444590124854733,18834,-0.5202949438202247,-0.5612205369647486 +12133,FL,Washington,10289.8141848071,-10.74558735640328,0.4133119450838328,1740.1378922825,0.06989628423371225,3,0.122694368,23.3333333333333,0.949706269418101,17,0.695268087,838,73727,950.1,2820,2261,10998,11144,0.2564102564102564,0.2028894472361809,6369,-0.47435897435897434,-0.5715183058147881 +13001,GA,Appling,3671.27985691817,0.43206812239093545,0.2013204571681383,842.443686982591,0.046196736509244954,1,0.0539374,24.6666666666667,1.33854279719268,13,0.701186624,631,55280,997,1756,1434,7079,7003,0.2480576352592174,0.2047693845494788,4058,-0.49088854357960165,-0.579465943167214 +13003,GA,Atkinson,1919.59901559692,-0.28430731312197743,0.22920585260858747,553.633314076514,0.06610547033749421,3,0.364830354,10.8333333333333,1.30948063983239,4,0.486440472,223,24873,1034.3,930,696,2902,2604,0.32046864231564437,0.2672811059907834,1177,-0.3473466574776017,-0.45199692780337936 +13005,GA,Bacon,1369.72936612636,73.73127387205777,0.12344352614693223,395.925229613777,0.03568179791039807,2,0.177289247,16.3333333333333,1.43627623402509,7,0.620512366,384,33745,1079.7,791,607,3929,4010,0.2013234919826928,0.1513715710723192,2749,-0.5856452023415627,-0.6855361596009975 +13007,GA,Baker,2616.91711574939,-1.3122307903711943,0.758306901115442,583.725218876183,0.16914668759089627,1,0.307219662,2.66666666666667,0.846560846560847,0,0,82,9778,585,790,650,1584,1440,0.49873737373737376,0.4513888888888889,125,0.0037878787878787845,-0.08680555555555552 +13009,GA,Baldwin,7587.25075026634,-7.812281010846648,0.1659503663662804,1715.01894904668,0.03751135059157218,7,0.152475549,64.0833333333333,1.41953157304034,40,0.871288854,1222,137419,867.7,8469,7965,16214,16075,0.5223263846058961,0.4954898911353033,274,0.054520784507215925,0.017045101088646986 +13011,GA,Banks,674.318232605408,-63.0776419656914,0.03665769136207708,187.671143790103,0.010202291045941995,0,0,17,0.924063706039028,14,0.765236403,478,55107,851.3,779,684,6191,6946,0.12582781456953643,0.09847394183702851,5446,-0.7388144080116298,-0.7840483731644111 +13013,GA,Barrow,8995.27694118216,-11.820480813164778,0.12967660330102426,2509.56331633267,0.03617805752494226,13,0.177498635,60.3333333333333,0.782269705849303,40,0.546149645,1671,219995,878,6019,6580,25171,28828,0.23912438917802234,0.22825031219647565,14525,-0.5045488856223431,-0.503850423199667 +13015,GA,Bartow,32530.3012225236,-2.7791479551140306,0.32479308707852267,8750.7819269878,0.08737064735353295,14,0.137611072,108.5,1.04520889728053,58,0.570103012,2504,305864,862.5,8383,8204,35738,39263,0.2345682466842017,0.2089499019433054,21675,-0.5166489451004532,-0.5520464559508952 +13017,GA,Ben Hill,4050.36323786718,2.8307959710984285,0.2296905544894624,1088.59005720253,0.061732451922566066,3,0.171781951,27.3333333333333,1.58518432600669,14,0.801649107,658,52265,1093.4,2508,2098,5947,5923,0.4217252396166134,0.3542123923687321,1636,-0.14915083235244658,-0.27621137936856316 +13019,GA,Berrien,3723.02958257279,39.80445736672012,0.19304311845757488,934.514200721075,0.048455574028884944,6,0.320855615,25,1.31627441689043,9,0.481283422,604,56673,915.6,1268,1041,6187,6563,0.20494585421044126,0.1586164863629438,4367,-0.5768546953289155,-0.6653969221392656 +13021,GA,Bibb,38423.1967510543,8.337279721533987,0.24701985092000683,10304.4014948656,0.06624622458077366,35,0.227413015,225.833333333333,1.47835384481103,173,1.124070043,5193,462192,1016.6,38538,34383,64625,58327,0.5963326885880077,0.5894868585732165,11794,0.20010831721470013,0.20220481080803054 +13023,GA,Bleckley,907.601337564891,-4.977833699839416,0.06947878263529748,227.208838571918,0.017393312299771722,3,0.234466589,15.0833333333333,1.16294011822154,5,0.390777648,443,37776,919.8,1266,1094,4903,4934,0.25820925963695696,0.2217267936765302,2623,-0.47317968590658777,-0.531617349006891 +13025,GA,Brantley,798.914983320469,-71.80962389899119,0.04339335089459937,202.444831107823,0.010995862859585193,4,0.217190639,23.4166666666667,1.2757650049941,6,0.325785959,546,55147,914.6,939,619,6001,6285,0.15647392101316449,0.0984884645982498,4942,-0.6705549075154141,-0.7863166268894193 +13027,GA,Brooks,1355.03645364123,0,0.0834227946586979,355.337822475575,0.021876366587180632,3,0.194577766,22.4166666666667,1.42899640891609,7,0.454014788,568,46706,972.8,3101,2504,6671,6268,0.4648478488982162,0.39948947032546267,1175,-0.06310897916354363,-0.1874601148691768 +13029,GA,Bryan,7790.85835136745,84.43027353357907,0.25769385609656503,2428.1154414965,0.08031341386883538,7,0.206453135,36,0.993651669886834,27,0.796319236,752,102216,904.9,3695,4010,13403,15063,0.2756845482354697,0.26621522936997943,6503,-0.43587256584346784,-0.43172010887605394 +13031,GA,Bulloch,4473.95337355557,-58.57631695285943,0.06371609971311178,1027.57274677036,0.014634244510166485,11,0.152593394,89.5833333333333,1.19888832383145,56,0.776839097,1458,216226,862.8,9572,8812,24032,24151,0.3983022636484687,0.36487101983354725,5664,-0.19087050599201066,-0.23452445033331953 +13033,GA,Burke,1759.32536859792,-21.283584286516614,0.07545571146843026,471.332035214665,0.020214961194658817,4,0.176141618,29.4166666666667,1.29657381288199,8,0.352283236,720,68377,999.5,5403,4730,9773,9350,0.5528496879156861,0.5058823529411764,239,0.11306661209454621,0.025561497326203164 +13035,GA,Butts,1120.39854060672,16.44271321760032,0.047364131921653764,343.485535760061,0.014520631399706658,3,0.128380692,28.4166666666667,1.19312535863739,12,0.513522766,797,70201,1052.2,2966,2566,9372,9477,0.31647460520699955,0.2707607892793078,4151,-0.35638070849338455,-0.43800780837817876 +13037,GA,Calhoun,920.795436493451,-1.091182959878658,0.1375553385858158,197.910091395979,0.029565295995814013,1,0.154726907,7.58333333333333,1.19913556820578,1,0.154726907,208,19422,986.7,1297,1178,2187,2023,0.5930498399634202,0.5823035096391498,349,0.18930041152263372,0.17251606524962926 +13039,GA,Camden,22128.5554332657,20.91736095601823,0.43807644434632076,6000.71262483351,0.11879541157392176,5,0.096103946,49.6666666666667,0.936965489485864,35,0.672727622,990,155544,788.9,6358,5914,17938,18825,0.3544430817259449,0.3141567065073041,6373,-0.27650797190322224,-0.3385391766268261 +13043,GA,Candler,387.784923543164,-44.00019608816849,0.03525958570132424,116.132622877474,0.010559431067237135,4,0.367376929,21,1.92483959670027,12,1.102130786,403,32707,1067.7,1155,1023,3526,3757,0.32756664775950084,0.2722917221187117,1638,-0.33720930232558144,-0.43598615916955014 +13045,GA,Carroll,24209.0440597118,-12.024726421055497,0.2190328522416405,6075.02947294183,0.05496421211958915,24,0.210354711,127.75,1.0988207567456,81,0.709947148,3161,340875,1001,12635,12422,41445,43744,0.30486186512245145,0.28397037307973666,17561,-0.37674025817348294,-0.4014493416239941 +13047,GA,Catoosa,22293.5579319821,-11.704724859072407,0.34865280929564446,5426.77982755486,0.08487034855892622,8,0.121912193,66.1666666666667,0.996515959316044,46,0.700995108,1765,196991,781.4,5357,4769,23639,26510,0.22661703117729176,0.17989437947944173,16091,-0.5284064469732221,-0.6069784986797434 +13049,GA,Charlton,2206.8829869376,-38.99452365422468,0.18132306194541123,560.686339888213,0.046067401190388046,2,0.155074824,16.5,1.32031687605025,6,0.465224471,342,38907,847.1,1197,1004,3763,4008,0.31809726282221634,0.250499001996008,1946,-0.3534414031357959,-0.4855289421157684 +13051,GA,Chatham,58615.0119360267,11.84218321571338,0.22108193753970423,13106.6050152873,0.04943500880815041,56,0.197615208,295.833333333333,1.02335438848954,289,1.019835626,7101,848050,796.6,60077,58998,108267,106013,0.5548966905890068,0.5565166536179526,15349,0.12001810339253882,0.14478413024817716 +13053,GA,Chattahoochee,10904.0156107988,26.03874638011044,0.9677834038163486,2980.47933837702,0.26453175986305316,1,0.084480865,5,0.457791613257645,2,0.16896173,115,35662,929.8,726,593,1483,1384,0.48954821308159135,0.42846820809248554,153,-0.004045853000674338,-0.11054913294797686 +13055,GA,Chattooga,1319.89429583407,-30.03880644103894,0.05073589451601269,294.455759074061,0.011318691488528196,7,0.280684871,34.25,1.37971318079278,10,0.400978387,975,74887,1068.3,2220,1612,7791,8246,0.2849441663457836,0.19548872180451127,4845,-0.4125272750609677,-0.587557603686636 +13057,GA,Cherokee,63651.9585581528,-0.0915074614990322,0.29695892882607,17331.9880933369,0.0808598625275811,38,0.164512847,118.333333333333,0.489609925703418,148,0.640734247,3995,691223,689.2,19813,25203,98041,110825,0.20208892198161993,0.2274125874125874,55408,-0.5779214818290308,-0.4999593954432664 +13059,GA,Clarke,40504.5533203394,-5.10623100266458,0.3470410860765581,8149.19928009531,0.06982195178038034,25,0.206717492,110.833333333333,0.888749896423884,120,0.99224396,2209,365847,782.5,25386,29514,40138,44221,0.6324679854501968,0.6674204563442708,16823,0.2885544870197817,0.38043011239004093 +13061,GA,Clay,2355.45401748128,4584.874528619641,0.7400106872388563,557.127049525062,0.17503206079957961,2,0.644745326,5.83333333333333,1.93156732891832,0,0,105,9270,728.3,862,697,1402,1271,0.6148359486447932,0.5483870967741935,131,0.23181169757489306,0.10306845003933907 +13063,GA,Clayton,99211.8210369566,-3.492319539508463,0.38243115917169,28481.2430515562,0.10978646174431125,54,0.201837469,281.083333333333,1.00580162359581,189,0.70643114,4602,807148,830.2,81439,75908,96020,89236,0.8481462195375963,0.8506432381550048,64168,0.7006977712976463,0.7190819848491641 +13065,GA,Clinch,684.673266774504,37.086273234403386,0.10071686772205118,152.808365155282,0.022478429708043833,1,0.146391451,11.8333333333333,1.73280616976619,5,0.731957254,221,20496,1052.8,852,685,2472,2443,0.3446601941747573,0.280392959476054,1039,-0.3017799352750809,-0.42529676627097834 +13067,GA,Cobb,268612.01393590303,-3.458128263940716,0.3903801806421699,71804.226056283,0.10435477672049245,107,0.146378634,454.416666666667,0.607387110427944,603,0.824918842,12369,2190287,687.2,132526,159416,308989,326424,0.4289019997475638,0.48837095311619244,6814,-0.12601743104123453,0.020874690586476508 +13069,GA,Coffee,6630.00818561789,-2.032713283577702,0.15653055495367577,1830.51336475059,0.043217333193658274,8,0.186867861,64.75,1.50539384357854,29,0.677395996,1161,128979,953.6,5048,4090,14434,13896,0.34972980462796177,0.2943293033966609,5485,-0.29056394623804904,-0.39471790443293037 +13071,GA,Colquitt,7939.47024632146,-6.347241564636502,0.17450152196407445,2017.08808477347,0.044333554986449294,13,0.281983428,65.4166666666667,1.43118637145941,26,0.563966856,1414,138202,982.1,3971,3460,13319,13592,0.29814550641940085,0.25456150676868744,6432,-0.39560027029056233,-0.47321954090641555 +13073,GA,Columbia,21997.9766349998,6.754032923228706,0.177327244282684,6240.31486651713,0.05030361915082368,18,0.12925741600000001,80.5833333333333,0.546512942240307,72,0.517029665,2485,419673,673.8,16420,18863,58842,64190,0.2790523775534482,0.29386197226982397,24197,-0.43003296964753074,-0.3769590278859635 +13075,GA,Cook,2218.61335814221,3.7620257112252213,0.1288992190414949,669.464923370451,0.038895243049642744,4,0.232369002,25.75,1.49997087435195,13,0.755199256,588,51348,1056.8,2042,1752,6027,6038,0.3388086942093911,0.2901623053991388,2423,-0.3139206902273104,-0.4012918184829414 +13077,GA,Coweta,32150.4149686124,-0.42423891694183047,0.25252256154804464,9008.70619254214,0.07075807781005003,18,0.132771758,96.5,0.686705663008981,66,0.486829779,2900,406926,795.7,15156,16572,55512,61315,0.2730220492866407,0.2702764413275707,25941,-0.44093169044530917,-0.42307755035472566 +13079,GA,Crawford,82.7522260219412,787.6797412651077,0.0065520368980159305,15.4702063687682,0.0012248777805833886,1,0.080729797,10.4166666666667,0.845371422388141,1,0.080729797,317,37399,752,1699,1419,5123,5157,0.3316416162404841,0.27515997673065734,2213,-0.3253952762053484,-0.42912546053907313 +13081,GA,Crisp,1970.35604693502,-70.23408276998624,0.08406314462797133,570.917887805321,0.024357604326350143,14,0.610447371,40.5833333333333,1.78615964672916,18,0.784860905,713,69111,855.6,3160,2835,7386,7500,0.42783644733279175,0.378,1704,-0.13796371513674527,-0.22719999999999996 +13083,GA,Dade,909.009866401786,34.01160116196796,0.054650986977802324,202.946392891579,0.012201430463030061,4,0.244066142,27,1.66082303007935,8,0.488132284,583,49109,997.7,1404,965,5997,6238,0.23411705852926462,0.15469701827508817,4082,-0.5092546273136569,-0.6543764026931709 +13085,GA,Dawson,121.022838448174,NA,0.005419741981557277,22.9180345398418,0.0010263338351921988,3,0.130679096,24.9166666666667,1.05561204315653,17,0.740514876,615,68797,847.9,1241,1444,10234,11680,0.1212624584717608,0.12363013698630138,8436,-0.7428180574555404,-0.7222602739726027 +13087,GA,Decatur,3707.05354209836,-14.309240450424978,0.13314609374679837,948.126292972008,0.03405381412872667,6,0.220426157,45.6666666666667,1.70258245718689,21,0.77149155,889,81782,929.5,4580,4104,10465,10238,0.4376493072145246,0.4008595428794686,1905,-0.11810797897754416,-0.18607149833951947 +13089,GA,DeKalb,168085.214808465,-7.470059860240314,0.2429352729518365,43384.1638736398,0.06270357392492741,153,0.211864113,589,0.795600827208738,595,0.823915997,12914,2174917,691.6,237704,239131,305299,295871,0.7785940995548626,0.8082272341662413,191600,0.5679546935954589,0.6475795194527344 +13091,GA,Dodge,595.885361021617,35.306254316403574,0.02733920724085231,162.3394265764,0.00744812931622316,7,0.333714722,25.5,1.2400914263483,13,0.619755912,645,63123,910.9,2440,1836,7731,6995,0.315612469279524,0.2624731951393853,3185,-0.35881515974647515,-0.45532523230879196 +13093,GA,Dooly,249.845539402996,-94.99589514358469,0.016747924614760424,37.0652503253982,0.0024845991637885913,0,0,17.3333333333333,1.25941534064763,6,0.422892585,367,42563,758.1,2278,1860,4289,3836,0.5311261366285848,0.4848800834202294,81,0.06878060153882026,-0.02111574556830026 +13095,GA,Dougherty,36949.5682490665,-6.234103881034258,0.39073196477625444,9868.59788365833,0.10435782671874722,19,0.205612129,132,1.46638968194897,92,0.995595572,2791,277072,947,26209,23224,37822,33925,0.6929564803553487,0.6845689019896831,12997,0.3904605784992861,0.38310980103168757 +13097,GA,Douglas,42655.0980948235,1.2478232830623825,0.3221611148903235,12044.6422940911,0.09096955729168599,14,0.100881997,109.666666666667,0.771084111448607,85,0.612497838,2743,415559,831.8,28410,30971,55201,57365,0.5146645894096121,0.5398936633835962,6168,0.039564500643104294,0.10752200819314911 +13099,GA,Early,1113.63815932384,4.1006286511575905,0.10116625720601745,292.519582724688,0.026573363256239827,4,0.381279192,17.0833333333333,1.65231969565077,5,0.47659899,423,31542,1019.6,2762,2165,5349,4782,0.5163581977939802,0.45273943956503554,387,0.03851187137782763,-0.08092848180677542 +13101,GA,Echols,194.303752798141,0,0.04816652275610833,52.0372160777409,0.012899656935483615,0,0,4.66666666666667,1.17785630153121,0,0,82,12132,817.2,173,156,1102,1175,0.1569872958257713,0.1327659574468085,850,-0.6751361161524501,-0.7234042553191489 +13103,GA,Effingham,6971.91159583195,9.812076170232036,0.13343371475276458,1874.83035805739,0.0358819207283711,4,0.072172203,39.5,0.672775582504428,24,0.433033217,1207,167066,880.3,4941,4851,20779,23395,0.23778815149910967,0.20735199829023296,13014,-0.5125366957023918,-0.5562727078435563 +13105,GA,Elbert,4666.53397186186,58.27758290011494,0.23140602855607753,1144.56610520551,0.056757220331523854,6,0.308673732,28,1.46267565167424,11,0.565901842,779,58284,992.5,3179,2507,8139,7912,0.39058852438874553,0.3168604651162791,2762,-0.20616783388622678,-0.3490899898887765 +13107,GA,Emanuel,5925.42251460223,-10.832990255163645,0.26221004135774095,1449.55570154424,0.06414530938774406,3,0.131839156,37.3333333333333,1.64936308077461,12,0.527356625,835,68226,1090.9,2919,2433,8060,7838,0.3621588089330025,0.31041081908650164,2897,-0.26885856079404463,-0.36960959428425616 +13109,GA,Evans,868.18716731132,42.15085014687748,0.0789261061192109,243.85529332771,0.022168663029791823,3,0.275279868,23.5833333333333,2.21024679787566,5,0.45879978,377,32442,1068.7,1266,1130,3560,3602,0.3556179775280899,0.31371460299833426,1274,-0.2811797752808989,-0.3536923931149361 +13111,GA,Fannin,262.397710092461,823.0816897814442,0.011080048563992105,45.4524193313915,0.0019192812824673383,9,0.378899507,18.4166666666667,0.739625167336011,20,0.841998905,983,71735,884.4,2027,1920,10007,11764,0.20255820925352253,0.16320979258755525,7702,-0.582192465274308,-0.6547092825569534 +13113,GA,Fayette,35537.3025841888,-17.21055735083184,0.3334738013098689,9328.62083974307,0.08753761333004645,17,0.155018967,61.0833333333333,0.547209307186732,95,0.866282463,2539,328657,671.7,19703,23255,58473,60387,0.3369589383134096,0.3850994419328663,11779,-0.31370034032801464,-0.19505853908953913 +13115,GA,Floyd,19666.0533490897,-10.632402490397645,0.2041805013558323,4515.49160513742,0.04688156405553974,19,0.197786869,115.25,1.1935584092792,75,0.780737641,3147,288604,919.2,9595,9127,32685,34250,0.2935597368823619,0.26648175182481754,14918,-0.39899036255162923,-0.4355620437956204 +13117,GA,Forsyth,46512.3625556452,-9.624286047050276,0.2650110964876572,14425.9628644634,0.08219406683605814,36,0.176209729,109.75,0.496586111877797,130,0.636312909,3005,611211,631.1,14544,23427,81598,97314,0.17823966273683178,0.24073617362352795,46374,-0.6288021765239344,-0.47653986065725384 +13119,GA,Franklin,197.749835371971,-72.33710087669145,0.008954439203584992,49.2405785024166,0.0022296947338533144,5,0.224577794,34.4166666666667,1.54196535244922,15,0.673733381,884,66625,1032.2,1499,1243,7757,8474,0.19324481113832667,0.14668397451026668,5811,-0.5946886682996003,-0.6857446306348831 +13121,GA,Fulton,215972.953155202,8.282302232478319,0.23460505176100963,58074.2447393629,0.06308433993245885,204,0.204753698,674.583333333333,0.659200236611761,1147,1.151237706,19416,2991465,737.1,248479,281875,386845,407173,0.6423218601765565,0.6922733088883595,171503,0.29635125179335386,0.4212042547025466 +13123,GA,Gilmer,1758.34912126438,66.1535425498323,0.062150046700988976,391.014968166546,0.01382069023634052,7,0.242811058,26.4166666666667,0.88846287514434,21,0.728433175,862,86873,732,1955,1955,11008,12713,0.17759811046511628,0.15377959568945174,8510,-0.6327216569767442,-0.6693935341776135 +13125,GA,Glascock,2147.1099515887,-0.842455598215224,0.6966612432150227,550.178500132435,0.17851346532525472,1,0.327546675,3.33333333333333,1.10889332446219,0,0,113,9190,986.7,176,138,1333,1390,0.13203300825206302,0.09928057553956834,1097,-0.7194298574643662,-0.7892086330935252 +13127,GA,Glynn,21075.6584008721,-3.6067107219845322,0.26468312361379576,4619.96880992878,0.05802085763354658,20,0.243383024,103.666666666667,1.22679542101568,90,1.095223608,2454,247514,799,11922,11738,33054,34041,0.3606825195135233,0.344819482388884,9744,-0.2701942276275186,-0.28624305983960513 +13129,GA,Gordon,8191.95058314043,15.375945948007638,0.14844255034139872,2341.5067174541,0.04242936102370347,11,0.19626385,73.8333333333333,1.29750691222644,35,0.624475886,1509,168254,907,3436,3176,16857,18850,0.20383223586640564,0.16848806366047744,11995,-0.5776828617191672,-0.6363395225464191 +13131,GA,Grady,2708.21485281942,2.818467172241622,0.10828095049455917,656.570455942349,0.026251267679914796,5,0.197168658,28.4166666666667,1.14546382887241,16,0.630939706,772,75707,873.9,3419,3005,9391,9187,0.3640719838142903,0.3270926308914771,3042,-0.26653178575231606,-0.33112006095569824 +13133,GA,Greene,600.763917560979,-0.5331261339474493,0.037561830534011444,127.452929710806,0.007968796405577466,6,0.363856883,28.0833333333333,1.65166931325844,7,0.424499697,584,49446,800.7,3195,3194,8313,8831,0.38433778419343195,0.3616804438908391,2294,-0.2251894622879827,-0.25976673083456003 +13135,GA,Gwinnett,238353.748639251,-8.58327693173586,0.295973591448939,68657.4444904144,0.08525475492432757,145,0.165162737,548,0.60409972054876,673,0.766582908,11739,2631620,655.5,131879,165063,295560,323931,0.44620043307619434,0.5095622215842263,18600,-0.09366626065773448,0.0574196356631505 +13137,GA,Habersham,7764.31422893915,-14.530367303375987,0.18039344413324854,1799.46336436983,0.04180812166004112,6,0.137136588,56.4166666666667,1.27506817942112,30,0.68568294,1275,131049,802.8,2297,2483,14600,16128,0.15732876712328767,0.15395585317460317,10701,-0.6747260273972603,-0.6635044642857143 +13139,GA,Hall,48466.8521886444,-5.652283336604571,0.2697338226477839,13134.8546627194,0.07309974545713252,34,0.178233496,177.75,0.903949917868967,111,0.581879944,4230,571648,728.4,12489,16153,59241,70133,0.2108168329366486,0.2303195357392383,35528,-0.564288246315896,-0.5065803544693654 +13141,GA,Hancock,2161.80750509955,-6.1212904262303125,0.2292721927139198,264.526277814127,0.02805454213746177,2,0.235045246,13.5833333333333,1.57214506172839,7,0.822658362,280,25983,784,3301,2695,4076,3572,0.8098626104023553,0.7544792833146696,1854,0.622423945044161,0.519036954087346 +13143,GA,Haralson,1492.03171794254,35.77053301900236,0.05184265871933773,419.044637859634,0.014560272337026893,4,0.139659928,32.75,1.12767715722058,19,0.663384658,1013,85932,1044.8,1787,1474,10362,11317,0.17245705462265973,0.1302465317663692,8105,-0.641961011387763,-0.716179199434479 +13145,GA,Harris,198.054701785033,-5.293503470234344,0.006184571002530382,58.4576296621017,0.00182543185305089,5,0.152086629,23.75,0.7057530013075,8,0.243338606,764,98912,676.8,4141,4082,15479,16392,0.26752374184378835,0.2490239141044412,7849,-0.4555849861102138,-0.47883113714006836 +13147,GA,Hart,3072.14240657398,269.2070554290176,0.12184755509356206,737.478453885599,0.029249928762368583,4,0.157623044,23.3333333333333,0.913134791740044,12,0.472869133,847,76456,811,2869,2583,9501,10077,0.301968213872224,0.25632628758559095,4702,-0.3838543311230396,-0.4666071251364493 +13149,GA,Heard,757.33018183969,79.94856317330358,0.06399612826091684,199.667110982533,0.01687232643083767,1,0.086184607,6.25,0.544093322886742,4,0.34473843,367,34711,922,947,743,4162,4206,0.22753483901970206,0.17665240133143129,2627,-0.5305141758769822,-0.6245839277223015 +13151,GA,Henry,67872.6963615127,-3.9386598859002184,0.3328365569262399,19140.2837441632,0.09386080827062897,26,0.121569746,163.916666666667,0.739135793562041,152,0.710715438,4207,642164,838.6,43374,49902,90469,98037,0.47943494456664715,0.5090119036690229,4261,-0.03233151687318303,0.04346318226791929 +13153,GA,Houston,51794.9048753804,2.2117943027574527,0.3702280548633338,14027.9430601018,0.10027121558328662,14,0.093889787,157.75,1.03699662113304,125,0.83830166800000006,3205,447325,792.4,22643,22460,57912,59559,0.39098977759359027,0.3771050554911936,12891,-0.20700372979693332,-0.21644084017528836 +13155,GA,Irwin,710.056613856433,4.739266731401907,0.07444502137307958,132.685686794285,0.01391126932210998,1,0.109841828,9,0.955211207811505,4,0.439367311,316,27741,871.9,1134,890,3683,3659,0.307901167526473,0.24323585679147308,1821,-0.3760521314146076,-0.49767696091828373 +13157,GA,Jackson,2606.89004968246,346.04455111404985,0.04309977762556766,686.077711848018,0.011342939767678235,6,0.096977534,62.5,0.967267662307514,34,0.549539357,1737,186124,985.1,4236,4469,23670,27057,0.17896070975918885,0.1651698266622316,17285,-0.62889733840304185,-0.6388365302879108 +13159,GA,Jasper,3165.39966908527,245.4047917672741,0.22772659489822086,780.953360863204,0.056183695026129785,3,0.22334723,9.66666666666667,0.70797324349397,3,0.22334723,405,40605,921.5,1839,1544,6010,6016,0.3059900166389351,0.2566489361702128,2809,-0.37970049916805326,-0.4669215425531915 +13161,GA,Jeff Davis,1843.84142751173,-3.455845421952202,0.12236802677938213,503.893533817458,0.033441301686850146,4,0.26919712,21.9166666666667,1.47319127960386,8,0.538394239,516,44748,1134.2,1271,901,5330,5089,0.23846153846153847,0.17704853605816467,3201,-0.5108818011257035,-0.6290037335429357 +13163,GA,Jefferson,616.66325276448,83.45704810526834,0.03642429136234377,163.232703106627,0.009641624518997461,6,0.368731563,25.5833333333333,1.60739716846779,11,0.676007866,657,48669,1061.8,4238,3809,7268,6934,0.5831040176114475,0.5493221805595616,752,0.17143643368189326,0.10845111047014716 +13165,GA,Jenkins,340.970745715516,-67.01510618404636,0.04088378245989401,75.1125730029753,0.009006303717383129,1,0.109589041,13.5833333333333,1.53501337250913,6,0.657534247,297,27348,935.5,1487,1108,3386,3034,0.43916125221500296,0.3651944627554384,784,-0.11724748966331949,-0.2584047462096242 +13167,GA,Johnson,885.749846380491,-59.54003080101211,0.08875248961728367,221.392346717032,0.02218360187545411,2,0.206164313,12,1.26249342451341,6,0.618492939,272,29150,789.9,1305,1136,3772,3682,0.34597030752916225,0.3085279739272135,1383,-0.30090137857900323,-0.3756110809342748 +13169,GA,Jones,2131.35336376658,9.732841635140348,0.07434348473147233,535.019557474438,0.018661953938903974,2,0.069475805,20.3333333333333,0.710384422783542,7,0.243165318,658,86026,700.1,4272,3960,12099,12524,0.3530870319861146,0.316192909613542,4344,-0.28663525911232335,-0.346854040242734 +13171,GA,Lamar,1163.95543792748,14.551199053930919,0.06354509133195829,285.046776361418,0.015561870194978324,4,0.219695721,18.25,0.988142292490119,8,0.439391443,621,54352,1005.7,2602,2267,7589,7575,0.34286467255237846,0.2992739273927393,2916,-0.30227961523257346,-0.38495049504950496 +13173,GA,Lanier,399.314532138134,-19.927789844661177,0.039622398505470724,112.956916340741,0.011208267150301744,1,0.096404126,12.5833333333333,1.21005224861365,4,0.385616504,257,31098,895.7,1108,805,2958,2861,0.3745774171737661,0.28137015029709894,1179,-0.237998647734956,-0.41209367354071996 +13175,GA,Laurens,4789.90557327193,-0.021872590864844083,0.09889551912441527,1304.58041610592,0.026935219393523554,9,0.188083844,80.1666666666667,1.68715099475264,39,0.815029989,1610,143429,927.2,7508,6737,19591,19448,0.3832372007554489,0.34641094199917727,5664,-0.22658363534275944,-0.29123817359111476 +13177,GA,Lee,4297.96158767969,-20.514937329840237,0.1518821679157428,1231.52578123687,0.04351988766827585,6,0.205542804,30.3333333333333,1.03396166388292,13,0.445342743,587,87407,834.3,3187,3166,13607,14106,0.23421768207540236,0.22444349922019,7475,-0.523480561475711,-0.5299163476534807 +13179,GA,Liberty,27023.6325096935,8.95572671375914,0.42588423730467434,8537.95809597725,0.1345556253601445,6,0.092027363,70.25,1.12274252836823,43,0.659529433,967,191628,805.1,10427,9531,16132,16082,0.6463550706669973,0.5926501678895659,3406,0.30182246466650137,0.21178957841064538 +13181,GA,Lincoln,358.530907249446,-19.757116350711527,0.04483878279757954,46.9294673025489,0.005869117971804515,1,0.13119916,7,0.894225855901891,3,0.393597481,260,22973,830.7,1586,1271,4425,4100,0.3584180790960452,0.31,1488,-0.2757062146892656,-0.36292682926829273 +13183,GA,Long,1522.47313687083,0.32250358480523267,0.105259481254897,436.010076458652,0.030144501967550606,1,0.0584351,8,0.433910072137549,3,0.175305323,289,51535,789.7,1434,1356,3786,4109,0.3787638668779715,0.33000730104648335,1267,-0.22873745377707344,-0.3083475298126065 +13185,GA,Lowndes,26897.5997419599,17.215775238993153,0.24624060258310126,7089.75275830025,0.06490486170205204,13,0.114514239,133.666666666667,1.16609089111445,109,0.960157853,2505,339326,862.7,17118,14614,38610,36813,0.4433566433566434,0.39697932795479857,6694,-0.10510230510230512,-0.1818379376850569 +13187,GA,Lumpkin,352.531033670646,-4.631436114555553,0.011764367405414337,75.2358487891834,0.002510707094346369,3,0.096227868,21,0.667832723803466,27,0.866050808,767,93421,784.4,2049,2216,10878,12324,0.18836183121897407,0.1798117494320026,7397,-0.6052583195440339,-0.600210970464135 +13189,GA,McDuffie,1924.4101567174,-6.718131115576963,0.08797303573565257,568.491923796505,0.025988202230697373,4,0.187178287,28.5833333333333,1.33007600434311,15,0.701918577,681,64624,940.8,4041,3699,9585,9268,0.4215962441314554,0.3991152352179543,1733,-0.14960876369327075,-0.18698748381527835 +13191,GA,McIntosh,1211.65435753902,-3.7368772290767613,0.08453599089785949,232.200350934281,0.016200401237304193,2,0.140706346,15.75,1.13089681912831,10,0.703531729,392,41976,649,2860,2298,6333,5893,0.4516027159324175,0.3899541829288987,1184,-0.08605716090320537,-0.20091634142202608 +13193,GA,Macon,2530.80362231372,-1.5237370387568883,0.17169631087610038,277.23003185766,0.01880800758871506,4,0.290023202,21.4166666666667,1.59231722428748,7,0.507540603,443,41444,991.1,3211,2705,4781,4287,0.671616816565572,0.6309773734546302,1165,0.3484626647144949,0.271751807790996 +13195,GA,Madison,814.255246056158,1.7966045698420217,0.02895644545007671,181.795368126622,0.006464984641771764,4,0.141282848,33.0833333333333,1.14777037653807,10,0.353207121,873,85005,936,2486,2423,11079,11945,0.2243884827150465,0.20284637923817497,6772,-0.53750338478202,-0.5669317706153203 +13197,GA,Marion,4.88743107067421,-99.9396082716682,5.590747049501498e-4,1.13742980593815,1.3011093639191834e-4,2,0.227350233,9.91666666666667,1.16338182386986,4,0.454700466,222,26218,738,1411,1213,3167,3183,0.44553204925797285,0.3810870248193528,708,-0.10104199557941274,-0.22243166823751176 +13199,GA,Meriwether,980.755135542255,205.19489595796392,0.044595995613962124,241.130832362578,0.010964479463558476,8,0.377394094,27.25,1.29306254152036,10,0.471742617,757,63573,940.9,4328,3800,9259,9181,0.4674370882384707,0.4138982681625095,1416,-0.056917593692623336,-0.1542315651889773 +13201,GA,Miller,191.031015006823,-14.719190859431352,0.0311887371439711,37.0009266452823,0.006040967615556294,2,0.335683115,9.58333333333333,1.61716728540893,1,0.167841558,256,17659,1013,848,622,2770,2540,0.3061371841155235,0.24488188976377953,1266,-0.38122743682310467,-0.49842519685039366 +13205,GA,Mitchell,2991.66038023321,-37.60892172799933,0.12731553239565963,376.97585161121,0.016042890952898542,8,0.351324053,32.0833333333333,1.42852902325719,15,0.658732598,720,68378,923.3,4081,3492,8273,7857,0.4932914299528587,0.4444444444444444,780,-0.008703009790886007,-0.099274532264223 +13207,GA,Monroe,2302.01591071108,-18.55516729027315,0.08711837385373448,432.58495138655,0.016370910966793446,3,0.11090163,27.4166666666667,1.00405283332113,13,0.480573731,758,81158,765.1,3779,3570,12259,12675,0.30826331674687985,0.2816568047337278,5251,-0.3730320580797781,-0.4142800788954636 +13209,GA,Montgomery,1222.66626018566,13.69725484002248,0.13402019732386933,271.334180051221,0.02974177135275907,1,0.111222333,13.6666666666667,1.50846210448859,4,0.444889334,250,26887,920,1135,847,3831,3560,0.2962672931349517,0.23792134831460673,1821,-0.39859044635865315,-0.5115168539325843 +13211,GA,Morgan,3025.57471361296,-15.21993333806354,0.16932923178939782,752.166251427053,0.042095715884657096,2,0.111383382,21.8333333333333,1.20161438268208,15,0.835375362,567,53761,833.5,2751,2658,9016,9435,0.3051242236024845,0.28171701112877584,3901,-0.3801020408163265,-0.41346051934287226 +13213,GA,Murray,5366.60346763986,-5.304621797546482,0.13542453486524328,1455.29827052374,0.03672398986887403,4,0.101497082,54.3333333333333,1.38200008478528,25,0.634356762,1074,118198,948.6,2542,1799,11209,12422,0.22678205013828173,0.14482369988729674,8541,-0.526095102150058,-0.6875704395427468 +13215,GA,Muscogee,54150.9912143008,-13.30905673893211,0.2851778245480201,14593.3478357636,0.07685361053144588,39,0.194138994,207.75,1.05197863128845,195,0.970694968,5529,605873,936.3,42458,39602,70410,68320,0.6030109359465985,0.5796545667447307,12701,0.21288169294134357,0.18590456674473071 +13217,GA,Newton,25321.7552640477,-0.9189961595983223,0.25332394869893055,7462.24149861892,0.07465376956940835,19,0.183265011,89,0.831783474611912,59,0.569086086,2505,311624,895.7,21844,21936,43216,43787,0.5054609403924473,0.5009706077146185,1029,0.020015734912995187,0.023500125608057254 +13219,GA,Oconee,9964.43710835707,2.6040903955509584,0.3037197362947168,2733.5410411738,0.08331934409820166,6,0.170974268,20.9166666666667,0.567801364533,33,0.940358476,640,105200,620.1,4140,5253,16643,19030,0.24875322958601215,0.27603783499737256,7632,-0.485609565583128,-0.401050972149238 +13221,GA,Oglethorpe,645.210840997122,-4.211005933012581,0.04330564742580858,119.803017645951,0.0080410106480939,1,0.068152389,8.41666666666667,0.564081942675871,4,0.272609555,401,44058,744.5,1913,1829,6258,6650,0.3056887184403963,0.2750375939849624,2793,-0.3734419942473634,-0.42000000000000004 +13223,GA,Paulding,35114.4179152128,3.2307218737934087,0.24672169075639241,10637.0591601302,0.07473833759682275,15,0.100679925,81.8333333333333,0.525161773356864,63,0.422855685,2403,448230,746.2,15779,18004,57254,64601,0.2755964648758165,0.27869537623256607,26642,-0.4365109861319733,-0.41240847664896824 +13225,GA,Peach,5366.05950109803,-8.694733161028894,0.19375553352944683,1332.45848176577,0.04811187874221954,4,0.148577372,31.75,1.19114612643031,19,0.705742515,864,80409,1081.6,6141,5083,11499,10699,0.5340464388207671,0.47509113001215064,322,0.07487607618053749,-0.030096270679502823 +13227,GA,Pickens,1654.30005513708,-8.757854957479998,0.05620944090031192,438.194501602586,0.01488887572976066,5,0.166683335,26.3333333333333,0.854090987718388,14,0.466713338,917,89889,808.3,1975,1977,12673,13982,0.15584313106604591,0.14139608067515377,9674,-0.6763986427838713,-0.6918895723072522 +13229,GA,Pierce,2206.09914353856,-3.1296678328809437,0.11760844138706472,552.376623870993,0.029447522330258664,4,0.210626086,25.4166666666667,1.32578721332568,13,0.68453478,601,57086,951.8,1124,903,6845,7297,0.1642074506939372,0.12374948609017404,5398,-0.6635500365230095,-0.7397560641359463 +13231,GA,Pike,5.07830686408852,NA,2.841964779276132e-4,1.43694275108282,8.041539823620907e-5,2,0.112460639,11.5,0.640989911376178,4,0.224921278,509,53487,909.9,1355,1239,8099,8675,0.1673046055068527,0.1428242074927954,6034,-0.6550191381652056,-0.6955619596541787 +13233,GA,Polk,4894.50245786524,3.363909360152922,0.11801090917095214,1305.39039411414,0.031474150551275226,8,0.194491041,61.75,1.47812140942168,29,0.705030025,1417,123683,1067.2,3608,2863,13580,14158,0.26568483063328424,0.20221782737674812,8143,-0.45581737849779086,-0.5751518576070067 +13235,GA,Pulaski,1212.12968028652,0,0.10092670110628807,291.642488306415,0.024283304605030386,2,0.174170513,16,1.42209581370545,11,0.957937821,338,34403,737.9,1219,1104,3681,3598,0.33116001086661234,0.3068371317398555,1332,-0.3327900027166531,-0.3702056698165648 +13237,GA,Putnam,637.477900156751,-13.951326472773683,0.030044203042546472,131.422323720839,0.00619390723540574,4,0.188750472,30,1.39684313451599,7,0.330313326,724,63821,854.4,2917,2745,9205,9431,0.31689299293862033,0.29106139327748914,3771,-0.3577403585008147,-0.3998515533877638 +13239,GA,Quitman,878.522977588357,0.7472922818790457,0.3495913161911488,189.838756743819,0.07554268075758815,1,0.431965443,2,0.856531049250535,0,0,81,6972,767.5,612,461,1128,1044,0.5425531914893617,0.44157088122605365,114,0.09042553191489355,-0.10919540229885055 +13241,GA,Rabun,96.0157151910637,-17.112631324853144,0.005899220643343801,16.2023929384184,9.95477570559007e-4,3,0.184694946,16.3333333333333,0.986371962880206,17,1.046604691,630,48737,812.3,1558,1443,7438,7949,0.20946490992202205,0.18153226820983773,4844,-0.5639956977682172,-0.6093848282802868 +13243,GA,Randolph,1856.19909561412,294.22029218508834,0.2404714465104444,362.603384531716,0.04697543522887887,1,0.136742787,14,1.95067576982026,4,0.546971147,270,21684,860.1,1749,1597,3015,2895,0.5800995024875621,0.5516407599309153,327,0.16583747927031506,0.11295336787564764 +13245,GA,Richmond,78927.4411939859,17.262931607004916,0.3935568923005645,20129.2200732078,0.10037058311538727,32,0.158913035,217,1.07613800354084,158,0.78463311,5971,604098,1002.8,52461,48707,78865,74952,0.6652000253597921,0.6498425659088484,24266,0.33779243010207316,0.32375386914291815 +13247,GA,Rockdale,35030.2915607095,-12.103111060999392,0.4110812833504605,9623.42294800869,0.11293109133378737,18,0.205118855,80.75,0.903698729785686,72,0.82047542,1933,263296,773.9,21878,23206,37879,37589,0.5775759655745928,0.6173614621298784,9743,0.1638638823622588,0.2591981696772992 +13249,GA,Schley,27.7556931857907,-37.432019606801994,0.005540058520117904,5.98176879622042,0.0011939658275889062,1,0.193685842,2.5,0.490388387602982,2,0.387371683,120,15368,732.2,448,401,1748,1909,0.2562929061784897,0.21005762179151388,1071,-0.4794050343249428,-0.5610267155578837 +13251,GA,Screven,3023.79701714128,-3.4208839964557014,0.20720873138773932,820.229056941043,0.056207020964917635,3,0.212992545,21.6666666666667,1.54277034083357,5,0.354987575,530,42440,1015,2769,2300,6093,5699,0.4544559330379124,0.40357957536409894,1005,-0.08468734613490886,-0.17634672749605196 +13253,GA,Seminole,489.748076230168,-23.550941236249642,0.05610586278269768,102.379972169874,0.011728717169191659,6,0.690766751,11.6666666666667,1.37773578963943,4,0.460511167,366,26173,987.3,1475,1186,3765,3577,0.39176626826029215,0.33156276209113783,1157,-0.2042496679946879,-0.3234554095610847 +13255,GA,Spalding,10011.4984113554,-8.286775970164078,0.15625143838052533,2673.26680303717,0.04172220440805285,11,0.171907233,70.3333333333333,1.08529045664496,54,0.843908233,2196,191549,1006.3,9884,9347,25057,25940,0.39446062976413776,0.360331534309946,6289,-0.20022349044179277,-0.2424441017733231 +13257,GA,Stephens,3479.17051409191,29.348437669274947,0.13291959939224107,789.796730433132,0.030173705078629688,4,0.156985871,30.1666666666667,1.17147554140292,15,0.588697017,1002,76638,1070.2,2123,1835,9467,9760,0.22425266715960707,0.1880122950819672,5847,-0.537023344248442,-0.599077868852459 +13259,GA,Stewart,595.120378050023,-42.46610742403528,0.09823710433311703,110.172028967182,0.01818620484766953,1,0.174094708,7.08333333333333,1.24160093485247,0,0,207,17161,952.1,1307,1220,2055,2053,0.6360097323600973,0.5942523136872869,415,0.27591240875912404,0.20214320506575745 +13261,GA,Sumter,7063.75147726198,-4.8917459048148775,0.21523359874651818,1667.93858527517,0.05082234636263048,6,0.192110656,47.6666666666667,1.56855002358309,21,0.672387295,978,93391,947.3,6370,5520,11820,10973,0.538917089678511,0.5030529481454479,245,0.08443316412859564,0.02232753121297726 +13263,GA,Talbot,1512.30142435491,394.4852686567787,0.22029154032846468,329.537693497702,0.04800257734853634,1,0.156494523,5.83333333333333,0.945281693944795,1,0.156494523,238,19151,964.6,2264,2001,3490,3243,0.6487106017191977,0.6170212765957447,805,0.30429799426934095,0.24822695035460995 +13265,GA,Taliaferro,1172.41914030211,-0.9518916944708362,0.6828300176482878,204.975989282319,0.11938030825994118,0,0,2.58333333333333,1.62167817535049,0,0,78,5021,941,636,545,961,897,0.6618106139438086,0.6075808249721293,196,0.3277835587929241,0.2185061315496098 +13267,GA,Tattnall,998.343608665851,4.603218607738697,0.03912004736151454,228.630808779529,0.008958887491360853,4,0.158579131,33.1666666666667,1.32180243371061,6,0.237868696,721,75919,1022.1,1894,1678,6658,6879,0.2844698107539802,0.2439308038959151,3414,-0.4217482727545809,-0.49629306585259486 +13269,GA,Taylor,410.318552837287,-37.145151181767396,0.04607214830870054,31.521282593475,0.0035393310794380197,2,0.236910685,13,1.57920310981535,6,0.710732054,304,25167,939.5,1571,1295,3537,3402,0.44416171897087925,0.38065843621399176,767,-0.10658750353406848,-0.22545561434450323 +13271,GA,Telfair,379.469583848265,-72.29601750846604,0.022998156596864546,88.99077426245,0.005393380258330302,4,0.242160068,22.9166666666667,1.43543167345234,7,0.423780119,446,49443,748.7,1804,1313,4334,3794,0.41624365482233505,0.3460727464417501,1136,-0.15574526995846794,-0.29942013705851345 +13273,GA,Terrell,629.597103313037,441.8959350617461,0.06758959777917735,174.044473266402,0.018684323485389374,6,0.657030223,12.5833333333333,1.4032935578603,6,0.657030223,319,27450,942,2544,2267,4398,4179,0.5784447476125512,0.5424742761426179,395,0.1614370168258299,0.09452022014836092 +13275,GA,Thomas,12238.4570098702,1.6226248694238343,0.2736685377877952,3181.6279357057,0.0711455262903779,7,0.155697413,69.5833333333333,1.53782119283357,37,0.822972041,1496,134946,879.4,7651,7138,18943,18730,0.4038958982209787,0.3810998398291511,4087,-0.18487040067571137,-0.21820608649225848 +13277,GA,Tift,3447.28561928778,-12.21580211146351,0.08592865096185703,884.122671360965,0.02203805452318074,9,0.221108491,77.1666666666667,1.89004278109794,39,0.958136792,1213,121599,941.7,4640,3892,13893,12796,0.3339811415820917,0.3041575492341357,4788,-0.3261354639026848,-0.37417943107221 +13279,GA,Toombs,4932.81450471415,8.66167307356405,0.1812002536353139,1388.72571855198,0.05101295663784226,5,0.183271021,40.1666666666667,1.47693288228661,26,0.95300931,952,81670,1050.3,2740,2338,9333,9108,0.2935819136397729,0.2566974088713219,4274,-0.40490731811850417,-0.4692577953447518 +13281,GA,Towns,1.41620071267243,27.83886038860146,1.35249805431423e-4,0,0,3,0.270318976,16,1.40461768062505,7,0.630744278,479,33017,736.1,1265,1206,6159,6726,0.2053904854684202,0.1793041926851026,4171,-0.5794771878551713,-0.620130835563485 +13283,GA,Treutlen,394.385812852891,-61.04286326339556,0.057281890029468555,73.2852938512517,0.010644196637799797,1,0.147536146,11.8333333333333,1.78293405655165,3,0.442608439,199,20238,852.5,1068,860,2738,2700,0.39006574141709277,0.31851851851851853,948,-0.2111029948867787,-0.35111111111111104 +13285,GA,Troup,10880.9952879678,10.335107168342804,0.1622963320799445,3015.810968303,0.044982563216738256,14,0.201528739,85.0833333333333,1.21538937694927,53,0.762930228,2017,208209,909.3,10545,9597,25975,25793,0.40596727622714146,0.3720776954987787,6046,-0.17805582290664101,-0.2344046834412437 +13287,GA,Turner,527.849103967458,-27.0540722483336,0.05910964210161903,128.737644569303,0.01441630958222878,1,0.122654238,18.8333333333333,2.34537152345372,8,0.981233902,366,24466,1165.9,1508,1243,3556,3390,0.42407199100112486,0.36666666666666664,851,-0.14595050618672661,-0.25103244837758115 +13289,GA,Twiggs,14.9415840977163,-84.67993940832136,0.0016559441535760058,4.82642388297245,5.349023476640197e-4,0,0,12.25,1.49920450373271,1,0.120192308,341,25228,1066.5,2269,1970,4199,4053,0.540366753989045,0.48605970885763633,64,0.08668730650154799,-0.015790772267456232 +13291,GA,Union,296.71125361044,3931.9194542925907,0.013893578086272708,43.7489857432083,0.002048557114778437,4,0.181950509,22.75,0.992236566643405,18,0.818777293,914,65795,747.4,2137,1962,11072,12039,0.1930093930635838,0.16297034637428356,7887,-0.5991690751445087,-0.6551208572140543 +13293,GA,Upson,6800.65830248109,37.95751381060763,0.2504569772209734,1640.91588844025,0.06043221332597687,8,0.304692261,46.5,1.76571103094741,18,0.685557587,1094,79106,1097.9,3955,3471,11257,10924,0.3513369459003287,0.3177407543024533,3817,-0.2908412543306387,-0.3494141340168436 +13295,GA,Walker,17529.7614805068,0.3598382214391693,0.25495609809335623,4228.9917569419,0.06150723946916488,8,0.117271101,64.9166666666667,0.956119162640902,23,0.337154417,2507,204622,1020.2,5269,4213,21879,23939,0.240824534942182,0.17598897197042482,14725,-0.5016682663741487,-0.6151050586908392 +13297,GA,Walton,14141.2544187553,-8.591459507001996,0.16881451650696327,4011.4404919106,0.04788750467852401,9,0.102722137,76.0833333333333,0.843645583843402,50,0.570678537,2429,261768,895,8139,8279,37570,40425,0.21663561352142666,0.20479901051329621,22814,-0.5557359595421879,-0.5643537414965987 +13299,GA,Ware,14253.1927852367,4.723394663684988,0.39252018024996427,2968.56858888753,0.0817517236419787,5,0.140785584,58.8333333333333,1.64624022982073,29,0.816556385,1327,106607,1015.5,3892,3436,11923,12150,0.3264279124381448,0.282798353909465,5072,-0.3389247672565629,-0.4174485596707819 +13301,GA,Warren,121.809121800035,40.88416070921813,0.02087917754542938,24.7486841347072,0.0042421467491784715,1,0.18115942,8.41666666666667,1.54661276491486,1,0.18115942,248,16531,1080,1525,1313,2522,2332,0.6046788263283108,0.5630360205831904,322,0.2121332275971451,0.1380789022298456 +13303,GA,Washington,5328.82391549535,-5.4408649070396695,0.251513848845771,875.237125096166,0.04131010171785368,2,0.096922704,25.5,1.24651708461651,12,0.581536225,642,62064,851,4705,4187,8796,8422,0.5349022282855843,0.49715032058893377,49,0.07639836289222368,0.00581809546426032 +13305,GA,Wayne,8632.81645668352,1.406019752051318,0.28681406215101896,2257.55006656928,0.07500415517356988,2,0.066780193,33.5833333333333,1.11557711046151,21,0.701192026,965,89537,1004.2,2594,2039,10258,10376,0.2528758042503412,0.19651117964533538,6108,-0.48342756872684733,-0.5886661526599846 +13307,GA,Webster,49.9475432565214,-10.76867641168488,0.017844781442129833,14.4035329174367,0.005145956740777671,1,0.377500944,1,0.384763370527126,0,0,55,8006,487.2,573,471,1175,1114,0.4876595744680851,0.4228007181328546,159,-0.021276595744680826,-0.14272890484739675 +13309,GA,Wheeler,366.362583346453,2953.4910480081576,0.0493683578151803,83.0573455913836,0.011192203960569127,1,0.125078174,5,0.62672348959639,1,0.125078174,205,23820,828,772,646,2160,2102,0.3574074074074074,0.3073263558515699,775,-0.275,-0.36869647954329215 +13311,GA,White,NA,NA,NA,NA,NA,3,0.107257776,20.5,0.709735493698934,22,0.786557025,826,84015,734.4,1670,1672,10471,11771,0.15948811001814536,0.14204400645654575,8079,-0.6663164931716169,-0.6863478039249002 +13313,GA,Whitfield,23220.2973081828,-16.150950679286005,0.2263208930709149,7016.87595756593,0.06839127045649498,22,0.212474165,126.833333333333,1.21268329684129,82,0.791949161,2459,310938,816.2,7193,7925,26828,30362,0.26811540181899507,0.26101706079968384,13589,-0.45090949753988374,-0.4475660364929846 +13315,GA,Wilcox,72.8075308794068,6.0082107695937825,0.007866832077731692,17.2691283620516,0.0018659241882281576,0,0,14.25,1.62652665220865,2,0.226065333,326,26661,987.5,1059,852,3124,2973,0.33898847631241996,0.2865792129162462,1244,-0.31722151088348277,-0.4184325597040027 +13317,GA,Wilkes,1963.79833873839,-39.398324055071654,0.18538641921442367,432.326756732975,0.04081249473548334,3,0.301810865,16.6666666666667,1.69981302056774,4,0.402414487,413,29715,933.4,2080,1844,4746,4470,0.4382638010956595,0.41252796420581656,725,-0.1154656552886642,-0.16219239373601785 +13319,GA,Wilkinson,2076.77708428276,2.7954423843587004,0.21716794774472026,406.269623309749,0.04248349088254199,4,0.428908428,16.1666666666667,1.77577621558289,1,0.107227107,358,27922,1002.3,2180,1893,4448,4276,0.49010791366906475,0.44270346117867165,439,-0.014613309352517978,-0.10266604303087001 +13321,GA,Worth,1699.91743770702,-30.620548618192423,0.07841309274906684,434.716685871374,0.0200524325785956,2,0.095510984,20.9166666666667,1.00812929760298,7,0.334288443,616,62703,810.5,2486,2015,8410,8266,0.29560047562425684,0.2437696588434551,4129,-0.4016646848989298,-0.4995160900072586 +15001,HI,Hawaii,72139.1764588419,4.7792688184917145,0.389775049891354,16542.1504129848,0.08937886206962864,45,0.231731809,163.916666666667,0.82598887707505,145,0.746691385,4748,581668,633.2,46670,41258,62653,64865,0.7448964933841955,0.6360595082093579,23758,0.5128086444384148,0.36626840360749247 +15003,HI,Honolulu,220465.177770797,16.629458283464423,0.2312878291607143,57720.1783538997,0.06055366604934678,190,0.191573199,578.416666666667,0.582725924881163,917,0.924592756,22514,2977598,581,201803,175634,292925,285683,0.6889237859520355,0.6147863191019417,85338,0.39104890330289327,0.29871570937017605 +15005,HI,Kalawao,0,0,0,0,0,0,0,NA,NA,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +15007,HI,Kauai,26305.4345165036,-6.735942003593458,0.39208589105101427,6190.79728292814,0.09227463121623079,22,0.312167435,46.25,0.642102486498494,64,0.908123448,1645,212110,569.5,18638,16456,25369,26335,0.7346761795892625,0.6248718435542054,8882,0.49339745358508413,0.33726979305107274 +15009,HI,Maui,46070.1930063933,-17.36982093290328,0.2975457135150762,10679.0031821393,0.06897066007556028,41,0.251504426,120.416666666667,0.728094679517412,123,0.754513278,3417,488982,592.2,35979,33479,48547,51942,0.7411168558304324,0.6445458395903123,20034,0.5026469194800915,0.3856994339840592 +16001,ID,Ada,67383.0628447504,-6.260943697250676,0.17173566155174494,18207.0023165752,0.04640322739432722,42,0.098536961,225,0.506724801138667,307,0.720258261,8311,1277497,662,77043,75676,180361,195587,0.4271599736084852,0.38691733090645086,18072,-0.1132617361846519,-0.09239877905995797 +16003,ID,Adams,424.209101787764,0,0.10669243002710362,64.758086598049,0.01628724512023365,1,0.259000259,4,1.02564102564103,1,0.259000259,107,11516,659.8,577,415,2060,2183,0.28009708737864075,0.19010535959688502,1141,-0.4058252427184466,-0.5226752175904719 +16005,ID,Bannock,23876.3236168654,-5.228792030643699,0.2882256378863265,6680.65834570098,0.08064629396420746,10,0.119980323,59.25,0.702205577349278,63,0.755876036,2058,250645,842.5,13214,10342,35260,33405,0.374758933635848,0.309594372099985,6838,-0.22110039705048212,-0.20469989522526572 +16007,ID,Bear Lake,1549.1736957254,0,0.2587994814108587,385.507185250495,0.06440146763289259,2,0.335739466,4,0.672834314550042,3,0.503609199,188,17832,775.1,302,255,2822,2928,0.10701630049610206,0.08709016393442623,1948,-0.7749822820694543,-0.6653005464480874 +16009,ID,Benewah,2392.65308414811,-7.3744985441407644,0.25769015445860094,530.225649736353,0.05710561655749629,3,0.329019522,6.16666666666667,0.678251943100161,7,0.767712218,391,27156,1085.2,1164,780,3884,4192,0.2996910401647786,0.18606870229007633,2321,-0.36869207003089594,-0.5536736641221374 +16011,ID,Bingham,9323.04957057327,-0.30691615448041304,0.20442146097251016,3071.14028734831,0.06733923054242352,5,0.11045086,24.1666666666667,0.534648938445315,14,0.309262409,1041,135598,779.6,3822,2924,17603,16625,0.21712208146338693,0.1758796992481203,7983,-0.5463841390672044,-0.4801804511278196 +16013,ID,Blaine,6075.22657447632,-0.48875177239461826,0.28420783001854044,1669.74494276938,0.07811306805620229,4,0.186202402,8.33333333333333,0.382420877120524,23,1.070663812,316,64331,484.1,5992,6416,10194,10723,0.587796743182264,0.5983400167863471,3076,0.20139297626054536,0.28686002051664644 +16015,ID,Boise,4478.64329436769,-29.215161124317273,0.6372571562845318,996.630181455759,0.14180850618323265,2,0.293083236,8,1.12296462661426,1,0.146541618,162,20623,595.1,953,777,3345,3812,0.2849028400597907,0.20383001049317942,1896,-0.39790732436472354,-0.497376705141658 +16017,ID,Bonner,8193.5075468117,7.093898954034573,0.20044297641244926,1645.29628358402,0.04024992743068278,12,0.288565589,22.9166666666667,0.538759325434142,24,0.577131177,1245,124067,718.7,6500,5140,18536,16815,0.3506689684937419,0.3056794528694618,5080,-0.2625701337936987,-0.3021112102289622 +16019,ID,Bonneville,24101.1451084224,-2.5295492888250557,0.2312215314429303,8407.11670383839,0.08065618419938206,9,0.082855381,73.9166666666667,0.658605982845059,73,0.672049198,2438,326188,780.7,9929,8930,43302,44212,0.2292965682878389,0.20198136252601104,17769,-0.517458777885548,-0.4019044603275128 +16021,ID,Boundary,1598.58582419636,-20.5147816735317,0.14569684872369304,423.225131245279,0.03857319825421792,4,0.364331906,7.75,0.663470593271124,6,0.54649786,324,33155,717.1,1225,933,4544,5150,0.2695862676056338,0.1811650485436893,2856,-0.4209947183098592,-0.5545631067961165 +16023,ID,Butte,618.473209743516,2.1991832551156363,0.21393054643497614,202.391428167991,0.07000741202628537,1,0.381388253,3,1.19952019192323,2,0.762776506,79,7736,759.1,258,160,1286,1230,0.2006220839813375,0.13008130081300814,754,-0.5777604976671851,-0.6130081300813007 +16025,ID,Camas,1116.99999373264,0,0.9999999943891137,239.999999163109,0.21486123470287288,1,0.962463908,1,0.932835820895522,2,1.924927815,15,3147,336.5,159,110,578,599,0.2750865051903114,0.18363939899833054,300,-0.4204152249134948,-0.5008347245409015 +16027,ID,Canyon,36485.0520925969,-8.2004388219669,0.19312128270563617,11604.1558881147,0.061422674254138984,22,0.108298095,117.333333333333,0.554248662402731,109,0.536567836,4192,609304,742,19866,16683,66090,72007,0.3005901044030867,0.2316858083241907,30072,-0.37075200484188225,-0.4176260641326538 +16029,ID,Caribou,2190.12740233255,-0.0034912874164181383,0.3145379006653095,686.665719963292,0.09861636075876662,3,0.438788943,4.08333333333333,0.592904506074246,2,0.292525962,172,20407,690.7,385,271,3050,3035,0.12622950819672132,0.08929159802306424,2004,-0.7288524590163935,-0.6602965403624381 +16031,ID,Cassia,6549.25071473403,21.3120447379125,0.28534553480019303,2236.01607872471,0.0974214046150536,6,0.254885302,12.5833333333333,0.535369866122078,19,0.807136788,588,70393,802.3,1093,1036,8387,8178,0.1303207344700131,0.12668134018097335,4913,-0.7221891021819482,-0.6007581315725117 +16033,ID,Clark,982.000005821659,0,1.0000000059283696,308.000003296386,0.3136456245380713,0,0,NA,NA,0,0,23,2617,847.7,66,44,328,283,0.20121951219512196,0.15547703180212014,159,-0.5152439024390243,-0.5618374558303887 +16035,ID,Clearwater,1545.47031669965,-19.867213009698155,0.17640341475854926,259.759726671736,0.02964955218259742,4,0.467180565,5.25,0.617865128869013,3,0.350385424,309,25590,745.6,1032,704,3696,3801,0.2792207792207792,0.18521441725861615,2148,-0.4082792207792208,-0.5651144435674822 +16037,ID,Custer,1877.64687681143,95.64622782490268,0.4298642117242285,334.792996988473,0.07664674839479693,5,1.207729469,6,1.46484375,4,0.966183575,128,12470,692.3,530,427,2352,2413,0.22534013605442177,0.17695814338997098,1350,-0.5161564625850341,-0.5594695399917116 +16039,ID,Elmore,8712.52230986179,-6.4216110975866085,0.3222324990702637,2671.58220507112,0.09880842536693246,4,0.153291945,14.4166666666667,0.554103569323801,11,0.421552847,556,78386,796.3,2513,1814,8001,8519,0.31408573928258965,0.2129357905857495,4002,-0.33920759905011877,-0.469773447587745 +16041,ID,Franklin,915.67329241373,-0.3741106803577553,0.07161530520989598,320.186296688582,0.02504194405510574,2,0.153598034,2,0.149186931224825,7,0.537593119,292,38920,708.6,325,385,5600,5499,0.05803571428571429,0.07001272958719768,3516,-0.8696428571428572,-0.6393889798145118 +16043,ID,Fremont,1633.90835622654,-1.2063139165934584,0.12338833682423653,342.669239386715,0.0258774535105509,2,0.155436388,8.91666666666667,0.688918076695254,5,0.388590969,323,38602,747.8,810,651,5802,5714,0.13960703205791106,0.11393069653482674,3440,-0.7061358152361256,-0.6020301015050753 +16045,ID,Gem,5059.32846182766,-17.7930589088618,0.30260951383621393,1182.05969764525,0.07070157890096597,1,0.0592909,15.1666666666667,0.882603972687772,10,0.592908811,624,50272,839.7,1957,1229,7490,7952,0.26128170894526037,0.1545523138832998,4751,-0.4477970627503337,-0.5974597585513078 +16047,ID,Gooding,164.476317553215,-91.84189384646282,0.010636078476022699,43.662524675083,0.002823494870349392,5,0.331917153,9.5,0.625617385577873,7,0.464684015,411,45543,758.1,1287,930,5118,5191,0.2514654161781946,0.17915623193989597,2813,-0.4706916764361079,-0.5418994413407822 +16049,ID,Idaho,5583.99162661082,0,0.3432711395223963,1032.20076791358,0.06345366496056924,4,0.246685168,16.0833333333333,0.995502187009986,5,0.30835646,590,48689,771.3,1722,1196,7749,8223,0.2222222222222222,0.14544570108233004,5245,-0.5289714801909924,-0.6378450687097167 +16051,ID,Jefferson,3058.14992401931,0.33052336178130803,0.11699119831749466,1177.49098399897,0.04504556174441355,2,0.074016506,6,0.215524982937606,11,0.407090781,460,80988,673.7,1303,976,11381,11471,0.11448906071522713,0.08508412518524976,7460,-0.7549424479395483,-0.6503356289774214 +16053,ID,Jerome,4902.94526359682,-0.26282958469438383,0.21913583908093412,1584.36333422879,0.0708126993040489,1,0.0438251,16.25,0.706706097242759,10,0.438250504,507,68206,806.5,1699,2117,6681,10667,0.25430324801676396,0.19846254804537358,5230,-0.46475078581050744,-0.49029717821318086 +16055,ID,Kootenai,34068.6738937365,-1.3195126845696241,0.24599386178272342,8587.61254873754,0.06200710896311414,20,0.135753363,94.3333333333333,0.611319564602221,99,0.671979148,3894,441880,724.3,18824,16264,59764,66286,0.3149722240813868,0.24536101137495098,28185,-0.34340070945719825,-0.4252029086081525 +16057,ID,Latah,4402.31355303086,-23.91065534885282,0.11820195341614381,1166.07260810448,0.03130900569499732,7,0.182239463,22.8333333333333,0.582542436303024,29,0.75499206,668,115630,632.3,8306,8093,16759,18146,0.49561429679575153,0.445993607406591,838,0.042782982278178894,0.046180976523751804 +16059,ID,Lemhi,2925.60581664585,-11.622413690278362,0.36864992649267264,526.403279910189,0.06633105845642502,6,0.776598499,7.16666666666667,0.927964089947775,3,0.388299249,302,23186,755.3,960,733,4109,4068,0.23363348746653687,0.18018682399213373,2278,-0.5035288391336091,-0.5599803343166175 +16061,ID,Lewis,1852.67358799045,-0.003632736455894164,0.4848661575478801,375.821080813814,0.09835673405229363,4,1.042209484,4.91666666666667,1.27606194307466,4,1.042209484,121,11428,635.1,396,270,1612,1590,0.2456575682382134,0.16981132075471697,932,-0.4820099255583127,-0.5861635220125787 +16063,ID,Lincoln,5074.03099268556,0,0.9742763042791015,1665.01147100316,0.3197026634030645,2,0.376222724,4.08333333333333,0.774679061531651,0,0,121,15909,782.4,429,360,1622,1748,0.2644882860665845,0.20594965675057209,824,-0.43896424167694204,-0.471395881006865 +16065,ID,Madison,7096.5556031278,7.415762895205893,0.18905998516431693,2020.21528139183,0.053820739593772114,3,0.0788685,9.41666666666667,0.241156183842109,28,0.736105999,375,113969,683.5,832,1201,14412,15687,0.057729669719678044,0.07656020909032957,7740,-0.8751734665556481,-0.49340218014916815 +16067,ID,Minidoka,3532.99350357278,39.31236003547037,0.1760423291430953,1086.77508709848,0.05415193019574867,1,0.0492053,13.75,0.666957702755142,5,0.246026669,517,61080,701.1,1390,1167,6973,6870,0.19934031263444715,0.16986899563318777,3720,-0.5810985228739424,-0.5414847161572052 +16069,ID,Nez Perce,7090.98045402913,1.4066148602008663,0.1805929059984498,1695.03901902124,0.04316920970383904,11,0.274951883,38.6666666666667,0.957830678656064,28,0.699877521,1527,119892,853.4,6451,4828,16848,17195,0.3828941120607787,0.280779296307066,5871,-0.20868945868945865,-0.3414364640883978 +16071,ID,Oneida,491.032348246324,0,0.114566576819021,138.090386069963,0.032218942153514465,1,0.239005736,4,0.921022334791619,5,1.195028681,125,12766,670.1,217,184,2089,2068,0.1038774533269507,0.08897485493230174,1347,-0.7759693633317377,-0.6513539651837524 +16073,ID,Owyhee,2160.61340435321,5.070973300290318,0.1874556137734869,528.442832621996,0.04584789455335728,3,0.264247336,10.1666666666667,0.892674217812509,7,0.616577116,272,34017,703,833,591,3723,3920,0.2237442922374429,0.15076530612244898,2461,-0.5267257587966694,-0.6278061224489796 +16075,ID,Payette,5406.7873544366,-2.572416431322442e-4,0.23899515335882068,1648.14109788091,0.0728524553720068,5,0.218952531,18.4166666666667,0.799820492776282,12,0.525486075,626,68280,769.3,2271,892,8495,5703,0.2673337257210124,0.15640890759249518,3414,-0.43943496174220126,-0.5986322987901105 +16077,ID,Power,1085.13139951329,0,0.13881686062598056,338.701005113257,0.043328771282238325,1,0.131285283,5,0.653253200940685,2,0.262570566,204,23063,882.6,982,699,2903,2758,0.33827075439200827,0.2534445250181291,967,-0.30589045814674476,-0.3506163886874547 +16079,ID,Shoshone,1143.61989523532,107.19612122822808,0.08959027773092988,206.970999736073,0.016213944358485936,6,0.484261501,13.8333333333333,1.11093264803512,8,0.645682002,529,37498,959.2,2277,1384,5148,5120,0.4423076923076923,0.2703125,1913,-0.08197358197358195,-0.37363281249999997 +16081,ID,Teton,905.892721811762,-0.03485685255837169,0.08907499722829519,304.735642659839,0.029964173319551524,2,0.193404893,4,0.364963503649635,5,0.483512233,118,31156,557.4,1926,2157,4523,4966,0.4258235684280345,0.43435360451067256,4,-0.11762104797700645,-8.05477245267805e-4 +16083,ID,Twin Falls,4792.84959862122,-33.67031282509505,0.062059427665689754,1506.36450117022,0.019504913908717076,17,0.210099612,60.75,0.727422947050794,63,0.778604444,2234,243463,807,7541,6844,28142,31893,0.2679624760144979,0.21459254381839274,14219,-0.43465283206595123,-0.4458345091399366 +16085,ID,Valley,1835.77431115079,3.131814940821715,0.18614624935619445,408.346380868143,0.04140604145894778,5,0.508854061,9.5,0.905106707317073,8,0.814166497,221,29483,566.5,2095,1913,4919,5349,0.42589957308396015,0.3576369414843896,993,-0.11567391746289896,-0.18564217610768363 +16087,ID,Washington,2132.75114026283,0,0.20913425576219166,413.227538523569,0.04052044896289165,2,0.19958088,8,0.786472670074715,6,0.59874264,369,29943,758.7,1104,776,4330,4454,0.25496535796766745,0.1742254153569825,2507,-0.4674364896073903,-0.5628648405927257 +17001,IL,Adams,10346.464754843,-1.511322104225867,0.1541878120924996,2502.42448217732,0.037292289199846805,10,0.149280468,48,0.720958875304154,32,0.477697498,2416,201027,796.2,9627,7633,30538,31770,0.315246578033925,0.24025810513062637,15099,-0.351823957037134,-0.4752596789423985 +17003,IL,Alexander,1748.04911039734,-54.70032343787929,0.21219338557870113,375.348336315081,0.04556304155317807,2,0.266951415,6.5,1.00339610991047,0,0,302,21089,1023,1961,1262,3495,2820,0.5610872675250358,0.4475177304964539,234,0.13619456366237487,-0.08297872340425533 +17005,IL,Bond,1281.4335522263,-38.42186530489368,0.07212030347964318,294.134708394937,0.016554182147396273,1,0.0579072,15,0.891583452211127,7,0.405350628,524,51384,765.7,3016,2066,7316,7462,0.41224712957900495,0.2768694719914232,2818,-0.14693821760524878,-0.37764674350040206 +17007,IL,Boone,11409.517783676,25.87770349623418,0.21064373273656417,3382.69845530235,0.062451739228327335,5,0.092817762,33.8333333333333,0.632363294270103,26,0.48265236,1195,161222,717.8,9868,8952,21333,22604,0.46256972765199456,0.3960360998053442,3309,-0.057000890638916224,-0.14639001946558133 +17009,IL,Brown,1662.65977699965,-12.969990495652247,0.23967994478876314,30.0904075906292,0.004337668673868993,2,0.292740047,4,0.591540964211772,3,0.43911007,159,20531,725,787,475,2362,2336,0.3331922099915326,0.2033390410958904,1301,-0.3065198983911939,-0.5569349315068494 +17011,IL,Bureau,12511.0875428635,0.22648832792205573,0.35768447432281725,2866.82066778849,0.08196068007857768,5,0.147754137,22.0833333333333,0.66199026749403,12,0.354609929,1175,101584,738.4,8118,6010,16599,16303,0.48906560636182905,0.36864380788811874,3254,-0.0019880715705765106,-0.1995951665337668 +17013,IL,Calhoun,577.503364617314,-27.10105562960163,0.11348071617553822,119.58683179949,0.023499082688050697,3,0.605326877,3,0.612995504699632,1,0.201775626,161,14902,640.6,1079,739,2574,2556,0.41919191919191917,0.28912363067292646,980,-0.13986013986013984,-0.38341158059467917 +17015,IL,Carroll,2881.3771378022,56.47886916757753,0.1872604885814129,647.142194842061,0.042057723717557755,3,0.203873598,12.3333333333333,0.84829309672834,10,0.679578661,571,44342,758.3,3658,2437,7370,7354,0.4963364993215739,0.33138428066358444,1991,0.014518317503392109,-0.27073701387000276 +17017,IL,Cass,1528.09411500513,4.095941401343053,0.11201393600682671,367.350329082316,0.026927893936542734,5,0.380054728,15,1.18333859261597,8,0.608087565,440,39226,838.3,2050,1617,4858,5054,0.42198435570193493,0.31994459833795014,1599,-0.13524083985179092,-0.3163830629204591 +17019,IL,Champaign,31716.3830578362,7.770669586891723,0.1577293879473257,7595.30346820789,0.03777235774741467,35,0.168973558,142.416666666667,0.683319019219297,172,0.830384342,3799,622070,656.6,40378,49694,77620,89196,0.5202009791290905,0.5571326068433562,16459,0.06817830456068025,0.18452621193775504 +17021,IL,Christian,3836.89064863578,9.553907496122143,0.11025547840907414,613.182341726501,0.017620182233520146,7,0.206538416,33,0.990723227956408,17,0.501593296,1234,101748,818.8,5487,3982,14682,15310,0.3737229260318758,0.26009144350097974,6540,-0.2306225309903283,-0.42717178314826915 +17023,IL,Clark,1430.77116982566,0.9814462433432338,0.08758929720389716,302.810257991281,0.01853751196763275,3,0.185414091,12.9166666666667,0.810432091019367,15,0.927070457,638,48271,920.6,2587,1873,7843,7819,0.32984827234476605,0.2395446988105896,3747,-0.3252581920183603,-0.47921729121371015 +17025,IL,Clay,2153.75631882501,0.9496282876965594,0.15589984211545496,504.426153236581,0.03651293183037141,2,0.147928994,12.1666666666667,0.914786967418546,8,0.591715976,517,40444,876.5,1581,1014,5899,6278,0.2680115273775216,0.161516406498885,3995,-0.44126123071707074,-0.6363491557820962 +17027,IL,Clinton,5729.07838299405,36.84538409247555,0.1517154383505654,1047.04893822785,0.027727581648955297,9,0.237736746,38.25,1.01380900633465,18,0.475473492,1064,113459,714.5,5577,3939,16394,17268,0.34018543369525434,0.22810979847116053,8455,-0.2998658045626449,-0.48963400509613153 +17029,IL,Coles,8283.21730427517,3.5903270352927272,0.15375452089683442,1875.63009297232,0.03481577214880033,8,0.150037509,37.9166666666667,0.724388488750486,39,0.731432858,1542,158245,809,9252,7285,21338,21580,0.43359265160746085,0.33758109360519,5700,-0.11111631830537072,-0.2641334569045412 +17031,IL,Cook,373742.394051579,-9.984937682306818,0.07194721403198064,89882.0560899708,0.017302729446976146,1493,0.284573053,3470.91666666666,0.667035136677582,4381,0.835039882,119749,15733651,712.4,1439123,1528582,1944401,2055215,0.7401369367738445,0.743757709047472,1088369,0.49368365887489263,0.5295645467749117 +17033,IL,Crawford,2948.45324142653,0.7339396988274585,0.1487840360007332,416.992503124476,0.021042160928721604,5,0.257824988,15,0.776880049720323,12,0.618779972,713,58293,852.3,2855,1969,8598,8507,0.33205396603861365,0.23145644763136242,4177,-0.31658525238427543,-0.49100740566592216 +17035,IL,Cumberland,NA,NA,NA,NA,NA,3,0.276931598,9.58333333333333,0.88260575919445,3,0.276931598,343,32702,725.4,1640,1028,5290,5513,0.31001890359168244,0.18646834754217304,3172,-0.3527410207939508,-0.5753673136223472 +17037,IL,DeKalb,29776.1191344934,12.725945772514107,0.2831506193846843,5531.77274759179,0.052603392426700174,10,0.094820883,65.5,0.626626358487678,75,0.711156625,2087,313100,719.7,21171,20348,41020,42605,0.5161140906874695,0.4775965262293158,1297,0.05521696733300824,0.030442436333763645 +17039,IL,De Witt,653.139207992471,-8.806385992313814,0.03943839188409341,157.981224866551,0.009539352989949339,3,0.184229919,15,0.924442253173918,8,0.491279784,568,48882,856.1,2598,1907,7338,7469,0.35404742436631237,0.2553219975900388,3165,-0.2695557372581085,-0.423751506225733 +17041,IL,Douglas,1971.22000119025,0,0.09865965971923174,451.563275300741,0.02260076452956662,10,0.502790487,20.6666666666667,1.0528103243335,17,0.854743828,616,59491,780.2,2426,1946,7889,8089,0.307516795538091,0.24057361849425146,3749,-0.3682342502218278,-0.4634689083941154 +17043,IL,DuPage,216272.303550319,-13.658564812460149,0.23586720769695088,53859.8278852211,0.05873968604292297,169,0.181192828,436.916666666667,0.470122348377249,843,0.903819845,18129,2799601,591.7,197411,222499,397173,412929,0.4970403325502992,0.5388311307755086,58144,0.010267566022866603,0.14080871045627696 +17045,IL,Edgar,6684.28398692881,-0.9017280699390843,0.35983440928772664,1411.76719295261,0.07599952589107505,3,0.168152009,14,0.79699419332802,8,0.448405358,747,53397,901.4,2563,1778,7810,7783,0.32816901408450705,0.22844661441603495,3856,-0.3280409731113957,-0.4954387768212771 +17047,IL,Edwards,1243.35810665907,0,0.18499599861018748,313.980676438234,0.046716363106417795,3,0.453377664,10,1.5330369461904,5,0.755629439,230,19830,792.4,754,432,3225,3312,0.2337984496124031,0.13043478260869565,2345,-0.5110077519379845,-0.7080314009661836 +17049,IL,Effingham,5870.16388068926,0.18020099434200854,0.17143168858972196,1492.41890648684,0.0435844549525974,7,0.203962704,29.0833333333333,0.845789953275558,34,0.990675991,1109,103011,814.7,3855,3071,16595,17428,0.23229888520638747,0.17621069543263715,10542,-0.5203977101536608,-0.604888684874914 +17051,IL,Fayette,7659.77841687353,7.761475462136101,0.34597011819663637,1846.04261374665,0.08338042519180894,5,0.228623685,16.4166666666667,0.753438279254058,7,0.32007316,669,66183,747.2,2848,1814,8963,9515,0.3177507530960616,0.1906463478717814,5549,-0.34608947896909514,-0.5831844456121913 +17053,IL,Ford,2589.90069918994,0.26028686643129534,0.183928747900713,627.666358661548,0.04457541074224473,3,0.219170076,12.9166666666667,0.951503990178023,6,0.438340152,597,41244,881,1654,1410,6e3,6289,0.27566666666666667,0.22420098584830656,3064,-0.42850000000000005,-0.4871998727937669 +17055,IL,Franklin,4242.04516769149,-3.918813163134055,0.10722795600949142,953.405718519773,0.02409963647328867,5,0.126868133,43.25,1.10455613443661,22,0.558219786,1652,118580,1002.7,7245,4711,17891,18533,0.4049522106086859,0.25419521933847733,8390,-0.16812922698563526,-0.45270598392057404 +17057,IL,Fulton,6302.33203747223,36.59159200227442,0.17001624099577087,1482.36979354423,0.03998947351005504,5,0.138861888,29.4166666666667,0.827799039471709,20,0.555447552,1344,108047,827.5,8324,6118,15337,15609,0.5427397796179174,0.3919533602408867,2364,0.11097346286757509,-0.15145108591197387 +17059,IL,Gallatin,4204.63241151282,-13.414535729498997,0.7523049582238002,884.885537185498,0.15832627253274253,0,0,1.16666666666667,0.223842414939882,0,0,247,15989,1025.8,1028,656,2569,2691,0.4001557026080187,0.2437755481233742,1286,-0.18061502530167384,-0.4778892604979561 +17061,IL,Greene,1656.17615597713,537.2195969588073,0.11926949128454055,389.315112079414,0.028036519665808293,5,0.372189966,12.5,0.954708622928282,4,0.297751973,467,40037,818.7,2023,1202,5614,5542,0.36034912718204487,0.2168892096715987,2937,-0.25347345920912007,-0.52995308552869 +17063,IL,Grundy,9307.07539096414,1.9827986223150902,0.18590726466580387,2507.13652334078,0.05007963013284821,5,0.099157164,33.8333333333333,0.670803841095492,38,0.753594447,1157,151146,759,9319,8021,20956,22891,0.44469364382515747,0.3503997204141366,5396,-0.08966405802634086,-0.23572583111266432 +17065,IL,Hamilton,1193.62118727239,-22.848223973150013,0.14114002450897364,277.32830516448,0.03279275217742462,1,0.120540019,8,0.992432700657487,3,0.361620058,315,24826,799.3,1266,800,3935,4143,0.32172808132147396,0.19309678976587014,2405,-0.3303684879288437,-0.580497224233647 +17067,IL,Hancock,7343.92638302976,-28.03455025927762,0.3844182570681407,1685.56231521668,0.0882308582085783,4,0.215470804,19.75,1.06710611627404,10,0.538677009,611,55770,653.3,3246,1744,8229,7818,0.3944586219467736,0.22307495523151702,3969,-0.19005954550978243,-0.5076745970836531 +17069,IL,Hardin,714.716399561821,-30.273997756775632,0.16544361100968077,127.543119831699,0.029523870331411805,1,0.242189392,1.25,0.310636182902584,0,0,195,12600,1086.6,742,419,2330,2133,0.3184549356223176,0.1964369432723863,1231,-0.340343347639485,-0.577121425222691 +17071,IL,Henderson,99.5907392047593,-2.3292594505018984,0.013584877807224022,21.1093372510259,0.002879462181288487,2,0.2891845,5,0.727907992429757,2,0.2891845,250,20945,697.5,1977,1151,3563,3480,0.5548694920011227,0.3307471264367816,1002,0.12321077743474601,-0.2879310344827586 +17073,IL,Henry,9344.02629427308,-1.1426001985554128,0.1850815333809983,2355.99896959452,0.04666638215732124,9,0.181323663,43.6666666666667,0.886093073593074,23,0.463382694,1584,148970,743.9,12316,8835,24279,24232,0.5072696569051444,0.3646005282271377,5127,0.030973269080275145,-0.21157972928359198 +17075,IL,Iroquois,6495.50894919482,55.11716896493878,0.21857153742495522,1600.68183992227,0.05386236758605121,8,0.277017902,25.6666666666667,0.905861038563799,21,0.727171993,1120,86451,823.7,3408,2496,12770,12923,0.2668754894283477,0.19314400680956434,7232,-0.4469068128425998,-0.5596223787046352 +17077,IL,Jackson,13246.9999751389,-6.976152081885632,0.21998405751002856,2787.74086370157,0.046294145665773855,14,0.234596243,51.5,0.874808900968235,36,0.603247482,1402,178411,760.8,11306,11619,21190,24509,0.5335535630014158,0.47407074952058426,730,0.10268994808872112,0.029784976947243857 +17079,IL,Jasper,1449.13926542508,-3.6478789836956675,0.14942661016963085,357.507119381146,0.036864004885661585,1,0.103917697,6.91666666666667,0.72532158836689,5,0.519588486,314,28790,755.8,1434,924,5038,5104,0.2846367606192934,0.1810344827586207,3049,-0.41226677252878124,-0.5973746081504703 +17081,IL,Jefferson,8547.83399181774,-1.714642205535978,0.22015180137063747,1833.8560062113,0.047231462801949675,10,0.259511081,32.9166666666667,0.855867568036055,30,0.778533243,1357,115458,864.7,6080,4408,16303,16818,0.37293749616634975,0.262100130812225,7273,-0.22848555480586397,-0.43245332381971696 +17083,IL,Jersey,3597.68843202288,2.983304152423962,0.1565233165987766,785.291656920237,0.034165397299118425,4,0.177218555,15,0.681044267877412,13,0.575960303,741,67538,816.7,3656,2673,9940,10909,0.36780684104627764,0.24502704189201577,5064,-0.23903420523138835,-0.4642038683655697 +17085,IL,Jo Daviess,4522.11936124926,-0.02371808541547579,0.1994055631558894,999.000481832985,0.04405152490664896,4,0.179742968,12.4166666666667,0.570356760067371,9,0.404421677,740,66801,638.9,5660,4452,11411,11177,0.4960126194023311,0.3983179744117384,1661,0.011480150731750072,-0.14860875011183677 +17087,IL,Johnson,2657.22990550549,19.626050776368587,0.2111929665796765,315.216691305828,0.02505298770512065,2,0.158717562,10.1666666666667,0.787991525861624,5,0.396793905,355,38383,720.8,1571,1135,5666,6017,0.2772679138722203,0.18863220874189796,3509,-0.4214613483939287,-0.583180987202925 +17089,IL,Kane,95265.8243154576,-6.0518307953435055,0.18488561181724034,27105.2267596656,0.05260403160226134,80,0.151714564,256.25,0.481931109711029,325,0.616340417,9171,1582650,624.9,91120,99389,183631,193500,0.49621251313776,0.5136382428940568,17302,0.008811148444434813,0.08941602067183457 +17091,IL,Kankakee,14468.1615138151,-14.79305814794835,0.12753009293881037,4136.61816018666,0.036462358947074544,24,0.215488215,96.6666666666667,0.878723971589945,77,0.691358025,3298,334591,828.4,21574,18908,45452,46556,0.4746545806565168,0.40613454764154994,6173,-0.03390389861832266,-0.13259300627201648 +17093,IL,Kendall,17970.9035390389,-35.0036576243921,0.15662829050201243,5340.28071010474,0.046544072567500525,9,0.074165637,50,0.400978387264926,71,0.585084466,1672,365009,652.2,21219,23392,45042,50815,0.4710936459304649,0.4603365148086195,760,-0.04122818702544295,-0.014956213716422362 +17095,IL,Knox,9509.9654234022,28.609066750796924,0.17970795788662294,1932.4356451739,0.03651685869298173,10,0.192052853,41.3333333333333,0.811443977646027,39,0.749006126,2074,155572,882.3,12993,9939,22517,21964,0.5770306879246792,0.45251320342378437,719,0.17142603366345432,-0.03273538517574215 +17097,IL,Lake,248067.693831979,-2.5004881392254945,0.3526383711301805,64112.4545025376,0.09113847585589215,114,0.161659477,344.166666666667,0.489535787318155,545,0.772845746,13288,2111900,628.2,151552,168186,284032,293574,0.533573681838666,0.5728913323386948,59578,0.08077610973411442,0.2029403148780205 +17099,IL,LaSalle,23592.1278509741,-11.564559452553146,0.20708654761923825,5648.39322238373,0.04958036254330721,21,0.188779317,92.75,0.838289257244085,69,0.620274899,3932,336077,825.7,23023,19277,47146,48447,0.4883341110592627,0.397898734699775,6992,-0.003902770118355714,-0.14432266187792853 +17101,IL,Lawrence,2393.50275326143,13.492197844078355,0.1421910980372738,560.022890713539,0.03326934537596026,0,0,9.16666666666667,0.559728073924813,6,0.363218112,593,49823,878.7,2010,1288,5984,6039,0.3358957219251337,0.2132803444278854,3229,-0.30798796791443855,-0.5346911740354363 +17103,IL,Lee,3915.66638753897,3.22497337789453,0.10867492957561461,920.562668091517,0.025549184538078792,6,0.172736433,27.3333333333333,0.798030227827898,13,0.374262271,1114,104489,778.3,6932,5499,15275,15215,0.45381342062193125,0.3614196516595465,3098,-0.07292962356792149,-0.20361485376273414 +17105,IL,Livingston,3290.49671807776,-1.4275968592949133,0.084480018435886,765.29968147505,0.01964825883119512,8,0.211065087,33.3333333333333,0.912591943638321,20,0.527662718,1271,111083,811.1,5014,4005,15019,15096,0.333843797856049,0.265302066772655,6192,-0.3150009987349357,-0.41017488076311603 +17107,IL,Logan,11044.5314946002,14.43002093970145,0.3644458503415343,1915.78131594019,0.06321667434219404,5,0.168089827,24.8333333333333,0.841038145877784,14,0.470651516,1047,89090,843.3,3974,3301,12037,12130,0.33014870814987124,0.27213520197856556,4866,-0.320760986956883,-0.401154163231657 +17109,IL,McDonough,4131.32230736607,-56.023520512822515,0.12668104707978872,637.734973782078,0.019555224266591377,6,0.188205772,27.9166666666667,0.900653847808319,24,0.752823087,962,95066,818.8,5957,5278,12439,12910,0.47889701744513224,0.4088303640588691,1511,-0.01487257818152582,-0.11704105344694038 +17111,IL,McHenry,133295.441456285,0.21393457555386017,0.4317121435946529,39048.6499974106,0.1264692641450013,45,0.146444808,116.166666666667,0.378388120893105,214,0.696426421,6021,921361,700.1,59691,59827,133589,140145,0.44682571169781943,0.42689357451211246,11290,-0.08830816908577804,-0.08055942060009275 +17113,IL,McLean,46496.1291683262,0.20105465231551942,0.27419697337016846,10732.1409439922,0.06328958167617414,28,0.160863146,119.666666666667,0.694049731853209,127,0.729629268,3463,522158,693.6,31590,35918,72756,78995,0.43419099455714993,0.4546870055066776,1163,-0.1106163065589092,-0.014722450788024588 +17115,IL,Macon,29815.5903407987,-10.104513274884102,0.2691715147045961,6437.74415257642,0.05811916936819677,16,0.147669589,102.833333333333,0.9651180979196,63,0.581449008,3780,325234,832.3,22688,18211,48742,47283,0.46547125682163226,0.3851489964680752,8571,-0.0525419556029707,-0.18127022397056025 +17117,IL,Macoupin,7698.45705519122,74.67684347663932,0.16117360107173076,1872.03309542037,0.03919256977745986,11,0.236798484,42.5833333333333,0.927579797275711,20,0.430542699,1664,139245,821.9,9440,6532,20947,21881,0.45066119253353704,0.29852383346282163,7662,-0.07012937413472092,-0.3501668113888762 +17119,IL,Madison,96436.7595203085,12.779941693876761,0.3581255320456191,21811.1813932591,0.08099754678463135,41,0.153811525,221.5,0.833461895928266,187,0.701530612,8527,800107,858.6,58813,50336,122203,127902,0.4812729638388583,0.39355131272380417,19959,-0.013649419408688801,-0.15604916264014634 +17121,IL,Marion,10749.336541171,7.4643588731892665,0.2725698339420088,2509.53342780192,0.06363398402013135,4,0.103704856,38.9166666666667,1.02036357280196,24,0.622229136,1555,115410,956.7,6210,4231,15728,16600,0.3948372329603255,0.25487951807228915,7446,-0.19195066124109866,-0.4485542168674699 +17123,IL,Marshall,2340.82626553526,36.216311504252324,0.1851919513872832,557.49237884178,0.044105409718495255,3,0.249708673,13.4166666666667,1.12376804310802,5,0.416181122,497,36096,843,2452,1784,5842,5903,0.4197192742211571,0.3022192105708962,1992,-0.14293050325231088,-0.33745553108588855 +17125,IL,Mason,4562.9352787239,340.72871443601014,0.3111233655205169,1106.86737054693,0.07547166034003341,2,0.143905598,13,0.962463907603465,7,0.503669593,568,41805,880.4,2867,2008,6272,6433,0.4571109693877551,0.31214052541582465,2043,-0.06345663265306123,-0.317581221824965 +17127,IL,Massac,1525.0356457935,-21.495449873681434,0.0988421573526152,317.251491994632,0.020562025535979776,2,0.13418316,13.6666666666667,0.932369127211534,5,0.3354579,625,44611,916.3,2092,1555,6492,6633,0.32224276032039434,0.23443389115030905,3289,-0.33672211953173137,-0.49585406301824214 +17129,IL,Menard,350.869064250204,0,0.027616612691869658,57.1098719547117,0.0044950705985605435,3,0.238663484,10.5,0.838926174496644,2,0.15910899,374,37609,724,2095,1808,6142,6423,0.3410941061543471,0.2814884010586953,2422,-0.30104200586128294,-0.37708236026778763 +17131,IL,Mercer,2967.64024984461,-21.55238013648671,0.18057930204725628,602.744145488497,0.03667665483074705,2,0.12543117,14.6666666666667,0.932400932400932,5,0.313577924,538,47982,727.9,4503,3061,8525,8417,0.5282111436950147,0.36366876559344186,1739,0.07378299120234605,-0.20660567898301052 +17133,IL,Monroe,9635.4950606866,46.53246505725563,0.2923656601233911,2337.20671067954,0.07091685258608307,5,0.148271158,14,0.410942820241869,22,0.652393096,905,101132,675.6,6205,5522,17407,19074,0.3564657896248636,0.2895040369088812,7092,-0.26851266731774576,-0.3718150361748978 +17135,IL,Montgomery,7125.79678063823,56.189537363368615,0.23670597862869486,1575.28299795111,0.052328029429680775,4,0.136244422,32.75,1.13118264714009,20,0.681222112,1084,87295,819.9,5053,3490,12120,12829,0.41691419141914193,0.27203990957985813,5126,-0.14174917491749178,-0.3995634889703017 +17137,IL,Morgan,11483.3671131944,28.599765391689836,0.3230474333472417,2839.56616021664,0.07988201986712352,5,0.143147528,32.8333333333333,0.957882350653013,22,0.629849123,1181,104774,784.8,5792,4693,14071,14607,0.4116267500533011,0.3212843157390292,4367,-0.15421789496126787,-0.2989662490586705 +17139,IL,Moultrie,448.602321210074,2.169291377730982,0.030217049791868112,90.7144329861067,0.006110361914731692,1,0.06739907,10.75,0.725028663923923,2,0.13479814,567,44743,820.7,2142,1476,6052,6209,0.3539325842696629,0.23771943952327268,2977,-0.2708195637805685,-0.4794652923176035 +17141,IL,Ogle,9409.03702917308,41.39990140925966,0.17587971342641795,2662.84781762446,0.04977564756200273,8,0.153595085,39,0.760634251945468,29,0.556782183,1538,156017,743.4,9504,8025,23342,23798,0.4071630537229029,0.337213211194218,6319,-0.1672950047125354,-0.26552651483317924 +17143,IL,Peoria,47562.3493044821,-13.937126892722096,0.25503420648643976,11325.3496705816,0.060727689204915974,54,0.288278285,162.5,0.878349891354875,135,0.720695712,5446,561812,804,40050,37436,78060,77465,0.5130668716372021,0.48326340928161104,2137,0.04397899052011267,0.027586652036403536 +17145,IL,Perry,4795.01440552116,4.03933792460344,0.2145420315669423,1203.24738827251,0.053836572182215214,6,0.276854928,14.5833333333333,0.682836228558942,10,0.46142488,741,64897,864.8,3813,2433,9533,9706,0.3999790202454631,0.2506696888522563,4383,-0.17664953320046156,-0.45157634452915724 +17147,IL,Piatt,507.19203873981,-0.7987130629316783,0.030318132508805672,119.156904509931,0.007122775091752704,3,0.182581705,10,0.603864734299517,6,0.365163411,522,49271,765.5,3081,2633,8697,8899,0.3542600896860987,0.29587594111697946,2990,-0.2680234563642635,-0.33599280818069444 +17149,IL,Pike,3030.02254381445,-23.340699784061783,0.18442011830885266,731.274925140905,0.0445085164419297,5,0.312070903,19.25,1.20689655172414,5,0.312070903,618,48093,811.5,2276,1412,7275,7458,0.31285223367697595,0.18932689729149907,4337,-0.3542268041237114,-0.5815231965674443 +17151,IL,Pope,1081.89491649023,-18.511189110214126,0.24203465693293733,178.283348478999,0.039884418004250334,2,0.467726848,4,0.962232379119557,0,0,144,12833,757.5,649,374,2219,2132,0.29247408742676884,0.175422138836773,1304,-0.38846327174402884,-0.6116322701688555 +17153,IL,Pulaski,1284.13334389978,-63.834984686931584,0.20842936924197045,298.081738178881,0.0483820383345043,3,0.515907137,10.0833333333333,1.79450673310791,2,0.343938091,259,17387,980.2,1389,817,3001,2473,0.4628457180939687,0.3303679741205014,766,-0.057647450849716786,-0.3097452486858067 +17155,IL,Putnam,655.860706784377,22083757.707267486,0.10920091688051566,95.0807315431084,0.01583095763288518,2,0.343997248,6,1.06932810550704,0,0,171,17256,691.4,1558,1143,3132,3076,0.49744572158365263,0.3715864759427828,619,0.018518518518518545,-0.20123537061118335 +17157,IL,Randolph,3835.84626018966,-13.770492854809694,0.11458496415908889,801.22412936042,0.023934285140411637,6,0.182542822,32,0.980963183225529,19,0.578052268,1126,99022,826.9,5753,3421,14380,14032,0.4000695410292072,0.24379988597491448,6571,-0.17600834492350492,-0.4682867730900799 +17159,IL,Richland,939.448311500851,16.98079193141382,0.0578727475821383,184.87275139042,0.011388699032244194,3,0.186787871,12,0.753295668549906,16,0.99620198,649,48224,832.1,2360,1579,7274,7630,0.3244432224360737,0.20694626474442987,4157,-0.3285675006873797,-0.5448230668414155 +17161,IL,Rock Island,26107.8664310907,-13.319397993724841,0.1769473007136127,6197.31527311743,0.042002597651697976,27,0.184851742,143.916666666667,0.994009466976093,109,0.746253329,4664,440662,768.5,39081,32258,64880,62971,0.6023581997533909,0.5122675517301615,5289,0.21875770653514182,0.0839910434962125 +17163,IL,St. Clair,90848.946496767,-19.519267823259128,0.3364078061467511,24119.2012054423,0.08931185089552648,35,0.131713136,223.833333333333,0.851857912891027,191,0.718777401,7517,796467,837.3,66749,60180,118379,119201,0.5638584546245533,0.5048615363965068,6701,0.14478074658512063,0.05621597134252232 +17165,IL,Saline,9727.97560375129,11.954929118372453,0.390477887197499,2300.39725659119,0.09233722380248023,8,0.325044694,32.9166666666667,1.35420523580313,17,0.690719974,1099,73995,1043.2,3697,2551,10713,11234,0.34509474470269763,0.22707851166102902,5697,-0.2899281247082983,-0.5071212390956027 +17167,IL,Sangamon,47888.0504288221,-23.223298290636432,0.24251411859733168,11432.0345705418,0.05789397903700302,30,0.150756042,170.166666666667,0.861607738098252,154,0.773881013,5768,596849,778.4,41961,40731,94032,96472,0.4462417049515059,0.4222054067501451,9092,-0.08688531563722984,-0.09424496226884488 +17169,IL,Schuyler,1067.16751723631,1.1223181242262303,0.14145910885953208,239.697148648162,0.0317732169469992,1,0.136425648,7,1.01112234580384,3,0.409276944,250,21632,763.4,1726,1074,3882,3792,0.4446161772282329,0.28322784810126583,1449,-0.08655332302936625,-0.38212025316455694 +17171,IL,Scott,222.81403047104,-0.23595330589604083,0.0416085957929113,46.5170974582288,0.008686666192012847,1,0.192159877,2.91666666666667,0.577214855861205,2,0.384319754,181,15466,805.7,910,528,2554,2583,0.35630383711824587,0.20441347270615565,1437,-0.26468285043069695,-0.5563298490127758 +17173,IL,Shelby,5434.01899313025,54.07149799362306,0.24299150351608684,1198.40962556475,0.053588947170091224,4,0.181422351,20,0.920937514389649,7,0.317489115,739,66030,724.7,3336,2279,10383,10912,0.3212944235770009,0.2088526392961877,5930,-0.33718578445535974,-0.5434384164222874 +17175,IL,Stark,1799.41454685856,0,0.3002026271035302,486.705990915566,0.08119886401661094,1,0.172028213,5.75,0.995498614958449,0,0,249,17514,787.5,1095,748,2661,2707,0.41149943630214203,0.2763206501662357,1029,-0.1623449830890643,-0.38012560029553005 +17177,IL,Stephenson,3553.06700864395,-15.280905157358754,0.07447060444434092,541.485810358109,0.011349286545201504,6,0.129212878,44.4166666666667,0.973537319539424,27,0.581457952,1592,138820,714.4,7954,7531,17029,19525,0.46708555992718304,0.3857106274007682,3314,-0.04627400317106112,-0.16973111395646612 +17179,IL,Tazewell,58387.7132782571,6.789812885531705,0.43124298918901205,13307.151195011,0.09828464477754553,17,0.125269883,96.8333333333333,0.720566531482928,109,0.803201014,4307,406574,796.2,24385,20568,60903,63347,0.4003907853471914,0.32468783052078237,18052,-0.17866114969705926,-0.28497008540262364 +17181,IL,Union,2362.23629156052,68.4315610852438,0.13265028591422506,505.790280687663,0.028402419176081706,4,0.229265776,18,1.04578201254938,13,0.745113773,696,52438,919.7,3135,2389,8274,8514,0.3788977519941987,0.28059666431759456,3391,-0.21948271694464588,-0.39828517735494484 +17183,IL,Vermilion,11870.9618804098,-17.199468744141143,0.1454329173710236,2834.87309049053,0.03473045133832196,15,0.188139675,78.4166666666667,1.00391323458497,42,0.52679109,2953,239649,937.4,10773,9876,26153,29799,0.4119221504225137,0.3314205174670291,8706,-0.1573433258134822,-0.29215745494815265 +17185,IL,Wabash,1022.76720842774,1.5901949289657622,0.08560870581968193,226.134855013924,0.018928170671626686,2,0.173175167,9.83333333333333,0.855667710871331,10,0.865875833,413,34717,791.4,1588,1146,5127,5402,0.3097327872049932,0.21214365049981487,2893,-0.3676614004291008,-0.5355423917067753 +17187,IL,Warren,1177.38569592423,821.4272967150029,0.06649266933553002,299.434949097937,0.01691054097802773,6,0.335683115,19.5833333333333,1.12690374803391,8,0.447577487,554,52934,747.8,3893,2983,7476,7700,0.520733012306046,0.3874025974025974,1284,0.05791867308721238,-0.16675324675324676 +17189,IL,Washington,1627.92799511166,-0.061604693190003224,0.11062299504700053,325.026816617223,0.022086627929955353,8,0.557996792,15.6666666666667,1.10687202675333,10,0.697495989,468,43090,730.9,2448,1446,7398,7376,0.3309002433090024,0.1960412147505423,4120,-0.3161665314949987,-0.5585683297180044 +17191,IL,Wayne,3358.780289312,-1.6720227569219985,0.20040455186825773,838.10551393316,0.050006295580737464,3,0.181345584,16.4166666666667,1.00126047003334,5,0.30224264,649,49535,905.2,1514,1048,7676,8256,0.1972381448671183,0.12693798449612403,5915,-0.5823345492443981,-0.7164486434108527 +17193,IL,White,4287.55161955678,-2.2025877134977554,0.2923662884116454,883.992463157778,0.06027906329067699,5,0.347850285,17.25,1.20696893366919,8,0.556560456,686,43170,956.5,2187,1412,7059,7289,0.3098172545686358,0.19371655919879271,4227,-0.36010766397506727,-0.5799149403210316 +17195,IL,Whiteside,13051.789531955,31.18288013295807,0.22311514123482856,2850.4612193997,0.048727498707642994,8,0.140656868,45.9166666666667,0.812166878920806,30,0.527463253,1901,171615,755.6,12393,11005,21492,25210,0.5766331658291457,0.4365331217770726,1592,0.1729480737018425,-0.06314954383181276 +17197,IL,Will,217703.442342544,-10.208815805107063,0.3213050391737175,64040.5957522248,0.09451649411450616,102,0.148814083,346.5,0.502516935473345,477,0.695924683,12562,2056938,695.3,127522,146230,249708,291010,0.5106844794720233,0.5024913233222226,16504,0.03666682685376521,0.05671282773787839 +17199,IL,Williamson,9594.14586250416,-19.666692637353766,0.14458377959377547,2293.81231860237,0.034567751987015234,14,0.208930277,55.8333333333333,0.826425893033353,42,0.626790831,2230,202080,864.1,10622,8539,29079,31422,0.3652807868221053,0.2717522754757813,12964,-0.24959592833316135,-0.41257717522754755 +17201,IL,Winnebago,76322.4129302052,4.7132774389652665,0.2584869674469976,18420.9543440647,0.062387658396377166,55,0.190613498,259.083333333333,0.90628822355848,202,0.700071393,8788,866554,828.8,60334,52595,116101,113027,0.5196682199119732,0.46533129252302546,1327,0.056950413863791016,-0.011740557565891319 +17203,IL,Woodford,4535.31717805075,56.35271313520873,0.11730077534788821,1189.2007848238,0.03075731390502276,6,0.153112001,28.75,0.734542667347981,19,0.484854671,1170,117640,724,5564,5068,18848,19389,0.2952037351443124,0.2613853215740884,8112,-0.39171264855687604,-0.41838155655268455 +18001,IN,Adams,2972.77288029622,21.114198471359703,0.0864504865296833,620.177762029809,0.018035238957449296,7,0.20120146,17.5833333333333,0.499072812594611,16,0.459889052,916,104407,717.3,3800,2802,12998,13039,0.2923526696414833,0.21489378019786792,6840,-0.39513771349438376,-0.5245801058363371 +18003,IN,Allen,107884.128826096,-8.247112185732504,0.30361757364610265,27857.9195876366,0.07840035456615306,50,0.136642636,289.666666666667,0.782028991767548,240,0.655884652,9376,1097624,799.8,59834,55222,146405,145787,0.40868822786107034,0.37878548841803455,28579,-0.16764454765889142,-0.1960325680616241 +18005,IN,Bartholomew,20967.6675264495,16.09441837637923,0.2730378353315298,5534.48023092876,0.07206917507785451,11,0.13712804,60.3333333333333,0.741177530445607,71,0.885099169,2220,240887,810.7,10622,9841,29313,32389,0.3623648210691502,0.30383772268362713,10796,-0.2545287073994474,-0.3333230417734416 +18007,IN,Benton,140.43746324282,32.436996679622816,0.015861470888052856,27.9185495830607,0.003153213189864547,2,0.229885057,6,0.69364161849711,5,0.574712644,279,26095,858.8,1159,860,3577,3654,0.32401453732177804,0.23535851122058019,1719,-0.32708974000559127,-0.4704433497536946 +18009,IN,Blackford,270.900133361109,5.151844916923326,0.021220439711821165,61.8336489326321,0.004843619687657222,4,0.322554633,10,0.823113013416742,5,0.403193291,498,37172,949,1927,1243,4740,4822,0.4065400843881857,0.2577768560763169,2106,-0.1651898734177215,-0.4367482372459561 +18011,IN,Boone,6750.17678934163,-11.250360958208079,0.11917685009430844,2161.68023836345,0.03816525844568238,6,0.09690705,31.5833333333333,0.488505302667058,38,0.61374465,1576,185607,828.5,8326,10181,27725,32061,0.30030658250676284,0.31755091856149215,9473,-0.37803426510369703,-0.29546801409812545 +18013,IN,Brown,469.00902196374,4.189974398251315,0.03077083204066002,109.478086688201,0.007182658882574532,4,0.267343938,5.91666666666667,0.39677217453505,4,0.267343938,453,44938,744.2,3056,2518,7590,7908,0.40263504611330697,0.3184117349519474,2497,-0.16785243741765482,-0.31575619625695495 +18015,IN,Carroll,913.624568611383,-1.0333090490926127,0.04532992153864465,207.880179643631,0.010314074901693426,4,0.200772976,12.8333333333333,0.642630612585545,13,0.652512172,534,59861,674.1,2631,1891,7793,8609,0.3376106762479148,0.2196538506214427,4382,-0.30309251892724237,-0.5090022069926821 +18017,IN,Cass,1565.43927509535,-1.6576491402751736,0.04017449250873453,416.624739728245,0.010692006870816739,6,0.15609553,35,0.922363358456754,31,0.806493574,1205,114806,815.8,5365,3758,14137,14135,0.3795006012591073,0.2658648744251857,5939,-0.2169484331895028,-0.4201627166607711 +18019,IN,Clark,24179.4548689309,1.6736706042212575,0.2193505957338241,5608.26899273151,0.050876959437654315,12,0.105021792,93,0.801509941308788,85,0.74390436,3523,342443,949.3,20775,18791,47062,51104,0.44143895287068124,0.3677011584220413,11221,-0.09874208490926861,-0.2195718534752661 +18021,IN,Clay,1069.46457059783,3.004965746703918,0.0397718323018903,241.462329964491,0.008979632947731164,5,0.188238837,25.5,0.969250066517162,14,0.527068745,935,79721,924.3,3630,2306,10922,11259,0.33235671122505034,0.2048139266364686,6222,-0.31450283830800224,-0.5526245670130563 +18023,IN,Clinton,620.622748974274,-53.3667014836534,0.01867995271413057,158.957836206864,0.004784428010078979,5,0.152550647,28.3333333333333,0.872949851598525,21,0.640712717,1107,98194,875.3,3307,2819,9879,11896,0.33475048081789655,0.23697041022192333,5711,-0.306812430407936,-0.4800773369199731 +18025,IN,Crawford,1560.80049013911,28.85362083902744,0.14569219547644077,333.546795913841,0.031134770457746753,2,0.187705303,11.3333333333333,1.07537084479868,1,0.093852651,351,31696,935.5,2040,1323,4586,4591,0.44483209768861753,0.2881725114354171,1690,-0.08242477104230261,-0.36811152254410806 +18027,IN,Daviess,3039.00727764284,111.3380085295088,0.09602525523391177,858.23409456769,0.02711811471712873,6,0.183323658,25.9166666666667,0.786091985400427,19,0.580524917,994,97954,878.1,2437,1800,10246,10736,0.23784891665040014,0.1676602086438152,6745,-0.5076127269178217,-0.6282600596125187 +18029,IN,Dearborn,13205.3719350514,0,0.26385941085482445,3259.02419983253,0.06511927188108238,7,0.141397002,28.4166666666667,0.576040758684532,25,0.504989294,1359,148633,797.4,6527,4883,22352,23910,0.2920096635647817,0.20422417398578002,13227,-0.39656406585540444,-0.5531994981179422 +18031,IN,Decatur,3931.46686463751,11.01611970308083,0.1527376404288077,1002.32073088514,0.03894019933508703,5,0.188508521,25.9166666666667,0.974384038900168,22,0.829437491,778,79256,822,2941,2121,10303,11095,0.2854508395612928,0.19116719242902208,6367,-0.4055129573910512,-0.5738621000450654 +18033,IN,DeKalb,9058.00969896297,-22.807609307146425,0.21452785683070744,2486.22009609481,0.058883075482433975,6,0.141566194,29,0.67842605156038,27,0.637047873,1257,127484,853.6,5419,3941,16314,16816,0.3321686894691676,0.23436013320647003,8113,-0.31672183400760084,-0.4824571836346337 +18035,IN,Delaware,30038.4473678234,5.255605729548726,0.25527485419367046,6158.48433263104,0.052336466356460304,13,0.11104088,101.583333333333,0.878725753945255,77,0.657703675,3646,351488,868.1,22630,18100,44924,44699,0.5037396491852907,0.4049307590773843,6117,0.031141483394176828,-0.1368486990760419 +18037,IN,Dubois,2411.3313005984,1.7285972009824755,0.05756478551883311,690.005971478289,0.016472247403334743,10,0.23615539,30.5833333333333,0.71872845773015,39,0.921006022,1224,127160,752.8,6522,5389,18542,19917,0.3517419911552152,0.27057287744138175,7976,-0.2767770467047783,-0.40046191695536476 +18039,IN,Elkhart,40314.6072834407,3.4471258526631687,0.20406363305868475,11390.5700210215,0.05765654827682616,36,0.178243411,148.25,0.727496675352462,138,0.68326641,5011,605689,766.2,24376,20667,67768,65187,0.35969779246842165,0.3170417414515164,21143,-0.26519891394168343,-0.32434381088253794 +18041,IN,Fayette,5202.24000161974,0,0.21428677355602999,1248.32874326791,0.05142022256736459,3,0.127833646,18,0.771505722000772,23,0.980057951,941,70753,1016.1,3553,2252,8816,9530,0.40301724137931033,0.23630640083945437,4587,-0.16912431941923772,-0.4813221406086044 +18043,IN,Floyd,21970.6236730828,23.112203583499326,0.29459926081529136,5444.3830924422,0.0730025354989702,8,0.105015818,57.9166666666667,0.752262198553925,67,0.879507476,2243,229109,866.9,14805,13939,35283,37225,0.4196071762605221,0.37445265278710543,7488,-0.14349686818014346,-0.20115513767629284 +18045,IN,Fountain,3224.424482336,401.40441476898616,0.18703158250208818,762.176621682862,0.0442097808400732,4,0.240124865,14.3333333333333,0.869424562254842,7,0.420218514,605,50192,840.6,2233,1476,7103,7474,0.3143742080810925,0.1974846133261975,4185,-0.34168661129100375,-0.5599411292480599 +18047,IN,Franklin,2094.70128001872,0,0.09073076969804304,591.185794424367,0.02560686942540681,7,0.305223685,20.4166666666667,0.89881869542886506,15,0.654050754,624,68690,763.6,2907,1967,10549,10990,0.27557114418428286,0.1789808917197452,6698,-0.42790785856479285,-0.6094631483166515 +18049,IN,Fulton,2688.93155634797,-16.79734850448885,0.12905219602361154,637.18339010823,0.03058088837148349,4,0.195121951,20.75,1.03033914295645,13,0.634146341,695,61233,870.1,2621,1960,8120,8374,0.32278325123152707,0.2340577979460234,4050,-0.3317733990147783,-0.48363983759254836 +18051,IN,Gibson,1293.42408330258,-62.6308528725525,0.038606216855284,284.489761598896,0.00849147125925726,7,0.207352114,33,0.979141322730914,20,0.59243461,1081,101196,835.3,4928,3720,14718,15472,0.33482810164424515,0.2404343329886246,7359,-0.30975676042940614,-0.47563340227507755 +18053,IN,Grant,12579.0165038672,-12.599977202803553,0.17954377619313455,2682.16558726396,0.03828329009383195,7,0.102086949,73,1.09057770739651,49,0.714608642,2490,205641,936.2,9589,7029,25258,25239,0.3796420935941088,0.2784975632949008,9980,-0.2200886847731412,-0.39541978683783036 +18055,IN,Greene,3960.46380511797,46.0176856379615,0.11941696985128811,959.040504502704,0.028917247233610856,9,0.275010695,22.25,0.690757815653038,22,0.672248365,1135,97972,879.1,4340,2929,13101,13763,0.3312724219525227,0.2128169730436678,7346,-0.31425082054804976,-0.5337499091767783 +18057,IN,Hamilton,87492.2420206383,-8.267326930190096,0.3186530235410345,26396.0774147898,0.09613640802417535,31,0.102437686,132.666666666667,0.419336247614893,219,0.723672688,4510,910072,602.3,43794,57214,136803,153630,0.32012455867195894,0.3724142420100241,30085,-0.34316498907187704,-0.1958276378311527 +18059,IN,Hancock,20497.433577284,-10.377139002493758,0.2928121136150967,5343.62933993058,0.07633538098812291,5,0.06946567,40.3333333333333,0.547137476204042,45,0.625191031,1880,215573,788.8,9303,8901,32758,36027,0.2839916966847793,0.2470647014738946,16149,-0.4104951462238232,-0.4482471479723541 +18061,IN,Harrison,1864.7545584559,-13.406648601322448,0.0473720800339371,423.939941014789,0.01076973734922236,3,0.07633782,29.75,0.746999447597047,19,0.483472862,1165,117867,841.7,6600,4776,17646,18528,0.37402244134648077,0.25777202072538863,8217,-0.2283236994219653,-0.44349093264248707 +18063,IN,Hendricks,39540.9318003327,-26.312558076852167,0.2718561396535717,11033.4170805612,0.07585815604588031,9,0.0576716,75.5,0.470082809289583,120,0.768954734,3242,467860,726.9,21100,22595,66590,75258,0.31686439405316114,0.3002338621807648,25731,-0.34852079891875654,-0.3419038507534083 +18065,IN,Henry,1826.32833870122,-18.79997711329663,0.036923867589285106,407.271847600583,0.008234035170445655,8,0.163281968,45.1666666666667,0.930868421233418,25,0.510256149,1762,147108,900,7613,5124,18996,20075,0.40076858285954936,0.2552428393524284,8771,-0.169667298378606,-0.4369115815691158 +18067,IN,Howard,22218.6050532589,-13.29489334002846,0.26849629076347276,5242.66509058642,0.06335393815963868,11,0.132558868,86.6666666666667,1.04963989277525,77,0.927912077,3027,248074,916.4,15097,11215,36194,36754,0.4171133337017185,0.3051368558524242,12460,-0.14331104602972872,-0.3390107199216412 +18069,IN,Huntington,8245.43548047286,7.950569128600115,0.2221052548344157,2012.8654782503,0.054220059213724275,5,0.136217512,28.9166666666667,0.794413919413919,31,0.844548575,1240,110134,871.8,4596,3506,15753,15974,0.2917539516282613,0.21948165769375236,8143,-0.3977655049831778,-0.5097658695379992 +18071,IN,Jackson,6621.65116990927,1.9670267217230264,0.15625946691309398,1696.49168093381,0.04003425714871176,10,0.228806773,38.1666666666667,0.867168033687017,34,0.777943027,1420,131386,918.4,5838,3843,16704,17532,0.3494971264367816,0.21919917864476385,9014,-0.27424568965517243,-0.5141455624001825 +18073,IN,Jasper,3056.56976236764,26.255203464079823,0.09130084719420635,868.892272159923,0.025954127252521744,8,0.238984317,39.75,1.18894505428768,21,0.627333831,965,100346,827.1,4672,3329,12891,13331,0.36242339616786906,0.24971870077263522,6053,-0.25467380342874874,-0.4540544595304178 +18075,IN,Jay,4122.41987153247,0.35074348597406707,0.19396884541158754,1000.21511039794,0.047062302281933845,3,0.141649747,14.5,0.688967024612753,9,0.424949242,732,63542,930.6,3063,1889,7897,7962,0.3878688109408636,0.23725194674704847,3808,-0.20007597821957707,-0.4782717910072846 +18077,IN,Jefferson,5379.9272324687,12.725245028876738,0.16590376318208647,1231.82242308655,0.03798638285082491,6,0.184649474,28.6666666666667,0.884282394554466,19,0.584723334,1163,97446,995.1,5728,4325,13120,13461,0.43658536585365854,0.32129856622836345,4213,-0.10426829268292687,-0.3129782334150509 +18079,IN,Jennings,7999.89410769224,53.07327215377532,0.2804520283152407,2157.16247806775,0.07562357504181419,2,0.071428571,19,0.684487354996758,11,0.392857143,857,84174,976.7,3818,2364,10237,11115,0.37296082836768585,0.2126855600539811,5858,-0.22408908860017585,-0.5270355375618534 +18081,IN,Johnson,40026.7514147481,-6.048190348871321,0.2866137125664005,10178.1615131467,0.07288127452952799,13,0.088112893,88.5,0.582305799370978,125,0.847239355,3773,442881,798.4,17080,17318,57362,66229,0.2977580976953384,0.2614866599223905,28138,-0.38450542170775076,-0.4248592006522822 +18083,IN,Knox,10536.5588549086,116.27039233096335,0.2741040284835744,2328.51770385239,0.06057538251437018,4,0.105435184,29.0833333333333,0.770541896283736,25,0.658969898,1390,113795,960.7,5228,3772,15145,15483,0.34519643446682075,0.24362203707291868,7305,-0.2894684714427203,-0.47180778918814187 +18085,IN,Kosciusko,14141.1308944476,-19.128787077101293,0.1828011439598697,3784.05777969566,0.04891617905964037,15,0.190927142,60.75,0.76809285389167,54,0.687337712,2139,234941,808.6,6862,6311,30039,31907,0.22843636605745865,0.1977935876140032,17598,-0.5223542727787209,-0.551540414329144 +18087,IN,LaGrange,59.0375741440803,-88.69193428483459,0.0015901091937104157,16.789925288409,4.522173370073529e-4,8,0.208138204,19.5,0.498593710048581,8,0.208138204,778,115320,729.5,2897,2080,9311,9552,0.31113736440768985,0.21775544388609716,4945,-0.357641499301901,-0.5176926298157454 +18089,IN,Lake,147709.011983438,6.581025414543032,0.29779742539578835,38065.6617119608,0.07674451207540407,81,0.16522924,394.333333333333,0.811642646709725,405,0.826146201,14512,1469999,852.1,130824,116896,201648,200247,0.6487741014044275,0.5837590575639086,41331,0.30958402761247317,0.2064000958815862 +18091,IN,LaPorte,28376.921769712,36.10498834144427,0.2545768861610342,6556.33130713731,0.0588185858338101,19,0.170489214,98.5833333333333,0.896089927131149,70,0.628118158,3560,333955,889.1,24104,19795,43657,44994,0.5521222255308427,0.4399475485620305,2883,0.12586755846714154,-0.0640752100280037 +18093,IN,Lawrence,4370.66899292182,5.43087938217599,0.09473856576325096,962.982974959089,0.020873606775026858,9,0.196919307,35,0.768926578496419,22,0.481358306,1670,136955,923.1,5779,4210,17822,19076,0.32426214790708113,0.22069616271755085,9824,-0.3278532151273707,-0.5149926609352065 +18095,IN,Madison,34367.4647632017,4.710588569160663,0.2610795281169414,7395.32439151619,0.05618010568169947,20,0.15376454,105.5,0.815957183516892,77,0.59199348,4503,390123,910.6,24404,18595,52340,53660,0.46625907527703475,0.34653373089824824,13781,-0.044917844860527356,-0.25682072307118897 +18097,IN,Marion,219009.703422696,-3.392254005203406,0.2424301532364054,59591.3546354877,0.06596393223711906,163,0.174472808,786.916666666667,0.836052296164554,832,0.890560593,23564,2802066,876.4,215474,212676,357745,361070,0.6023117024696362,0.589015980280832,82448,0.2217864680149268,0.22834353449469635 +18099,IN,Marshall,7139.5320684617,-3.886007826787921,0.15174028327690592,1933.50270315699,0.041093764280397654,9,0.191054408,37.5833333333333,0.807271529627402,43,0.912815505,1390,140856,760.4,6136,4798,17751,18008,0.34567066644132727,0.26643713904931143,7488,-0.28865979381443296,-0.41581519324744554 +18101,IN,Martin,275.751319595234,2.921761418650266,0.026683890032439907,72.2065359465687,0.006987278492990972,3,0.294031167,6.91666666666667,0.680038016583096,9,0.882093502,311,30658,804.1,1351,881,4742,4807,0.2849008857022353,0.1832743915123778,2814,-0.40299451708140027,-0.5853962970667776 +18103,IN,Miami,7288.49712390266,8.773027985940919,0.19750419000901445,1906.34336619258,0.05165822199259084,11,0.305946487,29.25,0.815149235013795,22,0.611892974,1086,107969,833,4220,2766,12758,13440,0.3307728484088415,0.20580357142857142,7209,-0.3090609813450384,-0.5363839285714286 +18105,IN,Monroe,20102.6612313355,-26.520983715997183,0.145698908717117,4303.19111157283,0.03118842036595902,20,0.139529367,70.6666666666667,0.485694910283903,111,0.774387989,2647,430373,676.2,22885,34183,40200,57623,0.5692786069651742,0.5932179858736962,13656,0.16495024875621894,0.23698870242784997 +18107,IN,Montgomery,5511.10293945507,20.39612675032866,0.1445573113905957,1293.12973659585,0.03391904670537851,8,0.209720547,37.4166666666667,0.982735374971547,27,0.707806847,1168,114373,797.3,4244,3362,14349,15101,0.29576974005157153,0.2226342626316138,7689,-0.38497456268729524,-0.5091715780411893 +18109,IN,Morgan,10034.5689654583,-18.548725959856167,0.14565229142535344,2508.70438914096,0.03641397493455105,7,0.100440503,51.4166666666667,0.737706486078032,38,0.545248447,2020,208619,887.7,7969,6037,28251,31180,0.2820785104952037,0.19361770365618985,17634,-0.4113836678347669,-0.5655548428479795 +18111,IN,Newton,2267.03404583037,1070.876212985407,0.15915712200437868,487.999356945677,0.03425999416917137,3,0.211924272,13.5,0.96954898017811,10,0.706414241,462,42109,829.1,2212,1403,5652,5791,0.3913658881811748,0.24227249179761698,2671,-0.19090587402689319,-0.4612329476774305 +18113,IN,Noble,2720.93795481059,-15.82928476107549,0.057239522778748525,804.157133885543,0.01691680271553229,9,0.189004158,33,0.692724295730299,26,0.546012012,1287,142829,799.8,5229,3904,16244,16890,0.3219034720512189,0.2311426879810539,8294,-0.3355700566362965,-0.4910597986974541 +18115,IN,Ohio,NA,NA,NA,NA,NA,1,0.165700083,4,0.674308833445718,2,0.331400166,188,17972,763.6,992,686,2812,2917,0.352773826458037,0.23517312307164895,1432,-0.2720483641536273,-0.49091532396297566 +18117,IN,Orange,2066.74842187058,73.82577315440741,0.10417078739267036,477.606343591733,0.02407290038264783,4,0.203811271,17.3333333333333,0.89647444185846,14,0.713339448,690,59027,943.1,2939,2048,7753,8189,0.379079066167935,0.25009158627427036,3752,-0.216174384109377,-0.4581756014165344 +18119,IN,Owen,171.997325877946,13.338305425958765,0.007972066089360186,31.3844718185569,0.0014546684504545492,2,0.095378893,16,0.767754318618042,7,0.333826124,717,63081,979.4,2823,1946,8107,8520,0.3482175897372641,0.2284037558685446,4205,-0.276181078080671,-0.49354460093896707 +18121,IN,Parke,2149.84944102521,33.91152972447126,0.12398924049975259,441.255743361854,0.02544874233588177,2,0.116056403,12.6666666666667,0.753968253968254,5,0.290141009,462,51327,733.2,2106,1441,6504,6576,0.3238007380073801,0.2191301703163017,3422,-0.32626076260762604,-0.5203771289537713 +18123,IN,Perry,5976.13310846147,12.644284724181007,0.309035738362885,1153.14095644744,0.05963082823701727,4,0.205613241,10.5833333333333,0.558016098984147,14,0.719646345,630,58183,817.1,4314,3062,7866,8025,0.5484363081617086,0.3815576323987539,1494,0.11581489956775998,-0.18616822429906538 +18125,IN,Pike,990.517539774276,52.99938404492184,0.07711308211555282,216.08880136359,0.016822794967971195,3,0.237642586,7.58333333333333,0.610034054648326,5,0.396070976,439,37895,851.7,2125,1297,5924,5977,0.3587103308575287,0.2169984942278735,3101,-0.25354490209318026,-0.5188221515810607 +18127,IN,Porter,52406.9133449128,-17.790753265390283,0.31888740831622153,13243.3752332169,0.08058375004239243,12,0.071823601,89.9166666666667,0.535884920327471,111,0.664368311,4349,501574,785.8,36950,33531,72487,76492,0.5097465752479755,0.4383595670135439,5188,0.03797922386083025,-0.06782408617894681 +18129,IN,Posey,5706.22162973052,-4.457165203276646,0.2202324056244894,1291.31270127387,0.04983839063195176,3,0.117462803,13.6666666666667,0.536452608991469,10,0.391542678,741,76529,796.4,4531,3515,12216,12448,0.3709070072036673,0.28237467866323906,4878,-0.23706614276358873,-0.3918701799485861 +18131,IN,Pulaski,354.733496813788,0,0.026468698463944788,82.9521728539767,0.00618953684927449,2,0.15423768,13,1.02685624012638,9,0.694069561,452,38879,876.7,1899,1327,5399,5437,0.3517318021855899,0.24406842008460547,2527,-0.2717169846267828,-0.4647783704248666 +18133,IN,Putnam,1799.8176053775,70.06014795024575,0.04740978335161868,388.13355647539,0.010223995903258171,4,0.106332075,28.4166666666667,0.759073262812979,23,0.611409432,1076,112752,820.4,4504,3356,13813,14680,0.3260696445377543,0.22861035422343323,7281,-0.3257800622601897,-0.4959809264305177 +18135,IN,Randolph,3755.088578971,-28.341522833508005,0.14348280841278516,957.01884729304,0.03656791285365634,4,0.157579578,25.0833333333333,1.00005315897191,8,0.315159155,897,76113,850.4,3768,2446,10188,10456,0.36984687868080096,0.2339326702371844,5069,-0.24047899489595598,-0.4847934200459067 +18137,IN,Ripley,733.8206545672,0.21339767785523311,0.025463968858602262,209.144524751231,0.007257426773240023,8,0.280731305,21.6666666666667,0.751115117058402,15,0.526371197,932,85742,852.6,3241,2471,10982,12790,0.2951192861045347,0.19319781078967943,7335,-0.38635949735931524,-0.5734949179046129 +18139,IN,Rush,570.539421258247,-3.8579988419551228,0.03280470453416783,124.927680017306,0.007183054278823943,2,0.118399242,12.6666666666667,0.760806454842133,10,0.591996211,577,50507,846.5,2221,1525,7026,7214,0.316111585539425,0.21139451067369006,3767,-0.34329632792485054,-0.5221790962018298 +18141,IN,St. Joseph,83408.9702290678,-7.4773849297401425,0.31247389860701,20003.6418885175,0.07493937342803009,46,0.171886794,200.833333333333,0.746201185747743,211,0.78843725,7898,803005,827.8,56458,52247,110644,109452,0.510267163153899,0.47735080217812376,228,0.035094537435378326,0.0020831049227058585 +18143,IN,Scott,830.983063254971,-33.5386802630952,0.03436512399218271,193.560528264701,0.008004653581932137,4,0.168690958,22,0.927096502317741,19,0.801282051,882,71222,1088.2,3998,2642,8716,9060,0.45869664983937586,0.29161147902869755,3432,-0.062069756769160156,-0.37880794701986753 +18145,IN,Shelby,5949.08272108818,31.746207475817744,0.13387979838617742,1361.09855661804,0.03063053732599784,7,0.157024608,27.1666666666667,0.612910988779593,23,0.515937998,1288,133464,808.8,5357,4247,16743,17935,0.3199546078958371,0.23679955394480068,8471,-0.3353640327300962,-0.47231669919152497 +18147,IN,Spencer,2.09551611123607,17.19436663862676,1.0001508740149247e-4,0.0011725302319974,5.59626876669244e-8,5,0.240373059,12.25,0.593277799302596,10,0.480746118,544,62373,666.1,4026,2861,9725,9959,0.4139845758354756,0.28727783914047594,3711,-0.15311053984575834,-0.37262777387287876 +18149,IN,Starke,1304.23105122149,-5.122138901273817,0.05582463943934811,345.394693170674,0.014783833119491248,5,0.216694115,23.1666666666667,1.00685239109334,8,0.346710583,845,69183,1022.2,3809,2489,8752,9226,0.4352148080438757,0.26978105354433124,3878,-0.10614716636197441,-0.4203338391502276 +18151,IN,Steuben,6418.32293245979,-11.495933178067903,0.18775260881848146,1434.09935254459,0.04195112922464794,7,0.204034045,29.8333333333333,0.874467503028882,21,0.612102134,958,103106,752.3,4846,3741,13677,14530,0.35431746728083646,0.2574673090158293,6386,-0.2702347005922351,-0.439504473503097 +18153,IN,Sullivan,1042.41717498011,-1.1814428352428759,0.04854096274645449,246.788295047932,0.011491888011545145,3,0.142517815,17.9166666666667,0.861295388263949,11,0.522565321,733,63105,948.6,3191,2113,8289,8559,0.38496802991917,0.2468746348872532,4025,-0.20641814452889373,-0.47026521789928727 +18155,IN,Switzerland,487.624455233279,0,0.04594595828071977,177.714994656475,0.016745029177091773,2,0.191350938,12.8333333333333,1.21908742598398,5,0.478377344,324,31537,901.7,1437,930,3397,3639,0.4230203120400353,0.25556471558120364,1628,-0.12805416544009418,-0.44737565265182744 +18157,IN,Tippecanoe,32253.6397567729,-33.13578407700799,0.1866746137097633,8003.17204755081,0.04632001416570674,22,0.120169986,111.916666666667,0.595114653734555,137,0.748331276,3459,550786,731.2,26642,27207,56696,61916,0.46990969380555947,0.4394179210543317,3504,-0.036439960491039924,-0.05659280315265841 +18159,IN,Tipton,1878.9409321202,-63.46209907959385,0.1179054299774222,384.471842787927,0.024125994150848835,2,0.129743756,10,0.65867474641022306,10,0.64871878,509,46284,753.8,2432,1587,7364,7510,0.3302552960347637,0.21131824234354193,4002,-0.3178978815860945,-0.5328894806924102 +18161,IN,Union,NA,NA,NA,NA,NA,1,0.138007176,7,0.970604547975596,4,0.552028705,226,21691,848,1018,715,3099,3286,0.3284930622781542,0.2175897748021911,1730,-0.3239754759599871,-0.5264759586122946 +18163,IN,Vanderburgh,35885.1020438684,0.8822954529386233,0.19969116844943266,8021.35076051927,0.04463671035274464,40,0.219772975,152.333333333333,0.838281394738821,161,0.884586222,5932,545316,874.9,31659,28296,72416,71957,0.43718239063190456,0.3932348485901302,12126,-0.10833241272646932,-0.16851730894839972 +18165,IN,Vermillion,2072.00482894055,-7.725209256830587,0.12780686090183505,433.890152689452,0.026763517930511474,3,0.191168037,15,0.958772770853308,7,0.446058752,640,47244,980.3,2979,2081,6578,6913,0.45287321374277895,0.3010270504845942,2430,-0.06795378534508972,-0.3515116447273253 +18167,IN,Vigo,36598.0959965341,25.697695524164654,0.33934886132829634,6969.04703678219,0.06461915878627504,17,0.157152762,88.5833333333333,0.820740411312166,93,0.859718049,3458,324421,923.7,19707,15922,39843,39569,0.4946163692493035,0.40238570598195555,6002,0.008508395452149708,-0.15168439940357348 +18169,IN,Wabash,3443.89776208595,24.767735463554697,0.10471593779147258,633.162977882805,0.01925209735717602,7,0.217040804,28,0.881556577041748,26,0.806151556,1243,96771,844.7,3929,3018,12702,13415,0.3093213667139033,0.22497204621692135,6801,-0.36206896551724144,-0.5069698099142751 +18171,IN,Warren,403.050267230325,51.7951515259492,0.047373092058101196,96.2676556797624,0.011314957179097602,2,0.239463602,3.33333333333333,0.408196587476529,0,0,250,24976,706.8,1324,839,3798,3919,0.3486045286993154,0.214085225822914,2057,-0.2772511848341232,-0.5248787956111253 +18173,IN,Warrick,17692.8442995398,4.404082655385299,0.2964171673095512,4755.72939799746,0.07967513943938515,8,0.130827978,22.5833333333333,0.361344896370017,29,0.474251419,1586,184253,713.8,8791,9086,24627,29609,0.3569659317009786,0.3068661555608092,10047,-0.26633369878588536,-0.3393225032929177 +18175,IN,Washington,2713.39186649667,-1.4321341111145898,0.09600848724423855,695.891887113333,0.0246228818595051,6,0.215223474,17.1666666666667,0.620407179857848,10,0.35870579,930,83545,980.5,3909,2636,10725,11333,0.36447552447552445,0.23259507632577428,5570,-0.24456876456876464,-0.49148504367775525 +18177,IN,Wayne,9994.70932011018,-14.450806316029881,0.14502531044749742,2328.89273707576,0.03379271786461628,7,0.103441652,65.3333333333333,0.981452549773665,43,0.635427288,2607,202287,934.3,10591,8322,25458,25575,0.4160185403409537,0.3253958944281525,7706,-0.1465158299945008,-0.30130987292277617 +18179,IN,Wells,2543.74709038409,-13.35506491386235,0.09204469135852113,566.809086831637,0.020509809192055185,2,0.071782356,14.75,0.527746967691152,13,0.466585313,880,83524,771.7,3434,2585,12922,13123,0.2657483361708714,0.1969823973176865,7414,-0.45047206314811944,-0.5649622799664711 +18181,IN,White,3863.97358756372,57.17558042738947,0.1567980192169671,917.939226954702,0.03724949182139764,3,0.122684333,22.6666666666667,0.944483797936025,18,0.736105999,844,73040,823.3,3635,2563,9901,9902,0.3671346328653671,0.258836598666936,4250,-0.2358347641652358,-0.42920622096546157 +18183,IN,Whitley,1687.94835628103,0,0.05070132032563469,426.585167685524,0.012813443700754656,6,0.179624585,25.8333333333333,0.772320049428483,20,0.598748615,904,100060,723.7,4420,3379,15005,15535,0.29456847717427526,0.21750885098165432,7978,-0.38900366544485165,-0.5135500482780818 +19001,IA,Adair,489.787852159838,-19.052199339981748,0.06375785630823197,105.607642202477,0.013747415022452095,2,0.268312316,7.66666666666667,1.08103026884753,3,0.402468473,344,22081,838.7,1788,1127,3959,3759,0.4516291992927507,0.29981378026070765,1329,-0.08133367011871684,-0.35355147645650437 +19003,IA,Adams,258.774842516174,6.289940830723702,0.06422805721424026,55.3040442573838,0.013726493982969424,1,0.258064516,3.75,1.01543460601137,2,0.516129032,155,11559,802.3,1018,565,2158,2082,0.47173308619091753,0.271373679154659,828,-0.039388322520852614,-0.39769452449567727 +19005,IA,Allamakee,1164.83079367155,-57.30382106195462,0.08128616843486043,236.391327976924,0.016496254569220097,7,0.498646531,14.3333333333333,1.03236339191395,3,0.213705656,497,41980,721.5,3511,2409,6824,6837,0.5145076201641267,0.3523475208424748,1663,0.041178194607268515,-0.24323533713617085 +19007,IA,Appanoose,1609.21526828434,-13.423804515778052,0.12487120883714907,321.51487391494,0.024948775813993948,5,0.394913514,13.25,1.06323222596694,8,0.631861622,528,37790,877.5,2934,1813,6176,6096,0.47506476683937826,0.2974081364829396,2218,-0.03545984455958551,-0.36384514435695536 +19009,IA,Audubon,462.27035139835,82.21589406789388,0.07554671537806014,88.5963634251239,0.014478895804073197,1,0.172592337,5.41666666666667,0.953974404132911,1,0.172592337,230,17446,718.6,1608,1079,3439,3379,0.46757778423960455,0.31932524415507546,1056,-0.055830183192788596,-0.3125184965966262 +19011,IA,Benton,3565.66121725282,-6.745932485265368,0.13674111126142122,901.915753120407,0.034587964147891045,3,0.11682243,16.25,0.632320323748006,6,0.23364486,698,77035,657,6850,4672,13959,13690,0.49072283114836307,0.3412710007304602,3554,-0.006089261408410318,-0.2596055514974434 +19013,IA,Black Hawk,38072.0946308971,21.940178928085547,0.2904271464711046,7697.2743123602,0.05871747892562515,24,0.180590984,122.833333333333,0.924226007744939,80,0.601969947,3557,399292,735.9,39338,32006,66205,63221,0.5941847292500566,0.5062558327138135,4624,0.2002869873876595,0.07314025402951552 +19015,IA,Boone,3083.22174961925,-9.901186144733694,0.11720602712762299,671.375149471323,0.025521749770825018,4,0.151325994,20.25,0.763229308005427,8,0.302651988,860,79426,754.4,7457,5517,14237,13984,0.5237760764205942,0.39452231121281467,1941,0.06440963686169837,-0.13880148741418763 +19017,IA,Bremer,2217.67181208332,20.006927863867933,0.09135243912025541,576.335936610996,0.023740976133259026,5,0.20225719,19.75,0.796435196386805,13,0.525868695,628,73873,560.3,6710,5349,13218,13350,0.5076410954758662,0.4006741573033708,1850,0.024738992283250105,-0.13857677902621718 +19019,IA,Buchanan,4140.59652976771,50.337173032248074,0.19756639611450091,1026.20262688104,0.04896472119863728,3,0.142599106,17,0.809832317073171,7,0.332731248,622,63137,747.3,5903,3966,10478,10137,0.5633708723038748,0.39124001183782187,1538,0.13933956861996571,-0.15172141659268024 +19021,IA,Buena Vista,1931.80097234484,-29.466135014381383,0.09535049221840276,471.241599598117,0.023259703830114362,4,0.19438235,13.3333333333333,0.655780706931602,9,0.437360288,578,61747,679,3683,2851,8322,8179,0.44256188416246095,0.34857562049150265,2044,-0.10394136024993988,-0.24990830174838002 +19023,IA,Butler,6659.7930656739,-1.3045650308647554,0.4479580995274029,1481.2799356952,0.09963542985775208,4,0.266560043,15.8333333333333,1.07047078178171,1,0.066640011,544,44891,692.9,3321,2163,7510,7457,0.4422103861517976,0.29006302802735684,2755,-0.10426098535286282,-0.3694515220598096 +19025,IA,Calhoun,264.521998757905,-94.24719480395451,0.027354911970827823,53.3316013743924,0.0055151604316848405,4,0.4054328,9.58333333333333,0.973322499830726,4,0.4054328,442,29588,779.2,2232,1396,5190,5105,0.4300578034682081,0.27345739471106756,2070,-0.1267822736030828,-0.405484818805093 +19027,IA,Carroll,1039.60033665824,9.52000708572982,0.0499423682099462,243.77828919223,0.011711101517689759,6,0.291800409,17.8333333333333,0.87260034904014006,15,0.729501021,749,61623,696,4912,3305,10581,10435,0.46422833380587847,0.3167225682798275,3322,-0.06284850203194403,-0.3183517010062291 +19029,IA,Cass,3557.69377527767,0,0.2549221679046768,817.050031595275,0.058544714215769206,6,0.446162998,13.5833333333333,1.03240353677383,9,0.669244497,596,40443,859.8,2856,1946,7167,7055,0.3984930933444956,0.27583274273564845,2809,-0.18920050230221847,-0.398157335223246 +19031,IA,Cedar,3724.59720726975,90.68499261627385,0.2013404620395562,941.773577046253,0.050909431701511056,3,0.162946065,17.0833333333333,0.925725226689787,9,0.488838195,536,55059,606.4,4931,3578,9548,9386,0.5164432341851697,0.3812060515661624,1697,0.044093003770423134,-0.18080119326656718 +19033,IA,Cerro Gordo,7309.1691773412,-0.4059376157970776,0.16554934604745533,1644.6202483335,0.03724989803930828,10,0.231192491,37.6666666666667,0.874545313830199,38,0.878531465,1519,129719,744.5,13204,9840,23548,22633,0.5607270256497368,0.4347633985772986,1743,0.1324953286903347,-0.07701144346750322 +19035,IA,Cherokee,935.688539084868,6.4540600078212735,0.07750899097787177,202.693948795094,0.016790419880309312,3,0.253464008,8.91666666666667,0.774823311319662,9,0.760392024,486,35285,717.1,2623,1676,6367,6186,0.411967959792681,0.2709343679275784,2512,-0.1622428145123292,-0.4060782411897834 +19037,IA,Chickasaw,1875.61962620909,2.219885310391062,0.15078540286269718,473.247511157872,0.03804546275085393,2,0.16307893,10.9166666666667,0.907981923535446,5,0.407697326,404,36516,707.9,3552,2264,6462,6367,0.5496750232126276,0.3555834773048531,1475,0.1108016094088517,-0.23166326370347107 +19039,IA,Clarke,735.249619214578,0,0.07917829196797092,179.897100582316,0.019372937818470385,3,0.325485516,12.0833333333333,1.29802699896158,4,0.433980688,327,27738,823.1,2187,1463,4398,4405,0.4972714870395634,0.3321225879682179,1243,0.014324693042291947,-0.2821793416572077 +19041,IA,Clay,1748.36402029142,10.690238418028656,0.10489974322262074,405.236099490106,0.02431367969581245,2,0.121102028,13,0.795934610910427,20,1.211020285,607,49505,730.1,3363,2246,8400,8542,0.40035714285714286,0.26293608054319834,3624,-0.18702380952380948,-0.4242566143760243 +19043,IA,Clayton,629.400025812553,-81.17595937446278,0.03471785679367605,130.993474030787,0.007225631531291688,5,0.282613611,15.8333333333333,0.900132651127534,13,0.734795388,584,53112,648,4768,3236,9035,9098,0.5277255118981737,0.3556825675972741,2073,0.06884338682899832,-0.22785227522532425 +19045,IA,Clinton,10260.3797117651,0.5276404695776625,0.20890096326584207,2460.57436110716,0.05009720582105953,7,0.14567855,41.8333333333333,0.884257399930951,25,0.520280535,1658,143996,795.3,15123,10079,24873,22748,0.6080086841153057,0.4430719184104097,1170,0.2291641539018212,-0.05143309301916649 +19047,IA,Crawford,4536.4583346839,-0.3310220294677655,0.26535203174332594,1162.43765129805,0.0679947152139711,5,0.290225215,9.83333333333333,0.580480125934671,9,0.522405387,493,51690,664.9,3035,1985,6686,6862,0.4539335925815136,0.2892742640629554,2623,-0.08211187556087346,-0.38225007286505386 +19049,IA,Dallas,3511.27822604048,2.8613362207847914,0.05309258677009874,1084.01946132214,0.016391010226387538,11,0.142118863,54.0833333333333,0.639918279773455,41,0.529715762,1240,232453,582.3,16466,15662,37799,37617,0.435619989946824,0.4163543078927081,3626,-0.11786026085346174,-0.09639258845734644 +19051,IA,Davis,955.733717748634,-17.733046866254828,0.10918927427723454,244.20264439424,0.027899308167969837,2,0.227764492,7.16666666666667,0.80887885628292,4,0.455528983,245,26270,670.1,1518,976,3738,3858,0.406099518459069,0.25298081907724207,1745,-0.1645264847512039,-0.4523068947641265 +19053,IA,Decatur,833.250569458674,-9.379584713797158,0.09852791408994609,203.986012392212,0.024120375120280476,2,0.242042842,10.1666666666667,1.24882283093805,5,0.605107104,284,24723,829.7,1790,1201,3812,3703,0.4695697796432319,0.3243316230083716,1095,-0.040661070304302216,-0.2957061841749933 +19055,IA,Delaware,1556.49317122311,0.28438507671483515,0.08762064688263398,367.631433360218,0.02069530698942907,2,0.114955742,9.91666666666667,0.572324503183856,5,0.287389355,522,52311,654.9,4605,2956,9323,9165,0.493939718974579,0.32253136933987997,2732,-0.0024670170545961767,-0.29809056192034916 +19057,IA,Des Moines,11346.952579712,15.271184794893996,0.28138754072441413,2657.21319460122,0.06589493353009845,6,0.149049807,38.25,0.962530511588113,32,0.794932307,1409,120686,789.4,11873,8178,20264,18713,0.5859159099881563,0.43702239085127986,1301,0.18471180418476119,-0.06952386041789133 +19059,IA,Dickinson,3316.51690196177,-3.2146628159260824,0.1989870343770187,522.680244065419,0.03136018744017633,3,0.177147919,14,0.811923679174158,18,1.062887511,628,50973,659.3,4088,3051,10118,10247,0.4040324174738091,0.29774568166292575,3692,-0.18017394742043874,-0.3603005757782765 +19061,IA,Dubuque,18351.666340162,1.0497093380698164,0.1959538545499023,3939.41827317343,0.04206398378240345,16,0.166026772,74,0.762863004236982,72,0.747120473,2766,289693,717.5,28600,22774,50516,49037,0.5661572571066593,0.46442482207312846,610,0.14520152031039674,-0.012439586434732974 +19063,IA,Emmet,2855.78229358433,0,0.2772065903304533,608.857005811855,0.059100854767215584,5,0.500500501,9.25,0.957755228825844,6,0.600600601,362,29544,742.4,2087,1356,4646,4707,0.4492036160137753,0.28808158062460165,1765,-0.08867843306069739,-0.37497344380709585 +19065,IA,Fayette,1137.31727370702,-2.6038224290962457,0.05446921808941666,255.908024622132,0.012256131447420115,5,0.245784791,18.5,0.922509225092251,7,0.344098707,787,61157,798.3,5709,3666,10309,9813,0.5537879522747114,0.3735860593090798,1925,0.11882820836162578,-0.1961683481096505 +19067,IA,Floyd,3026.61709089547,0,0.18564786179816417,723.417668381675,0.04437328518565141,2,0.124401319,16.6666666666667,1.05000105000105,6,0.373203956,618,48047,769.2,4674,3177,8228,7985,0.5680602819640252,0.397871008140263,1194,0.14681575109382594,-0.14953036944270504 +19069,IA,Franklin,1827.58168661598,-5.302791555055189,0.17112188076928653,385.861835239468,0.03612938532204757,3,0.287466462,13.0833333333333,1.28646345460505,5,0.47911077,346,31237,633.1,2256,1490,5133,4915,0.43950905902980714,0.3031536113936928,1663,-0.10948762906682247,-0.338351983723296 +19071,IA,Fremont,5615.53605935835,66.6081433882897,0.7546749172635869,1338.86437960135,0.17993070549675447,3,0.42722871,6.08333333333333,0.875299760191847,3,0.42722871,305,21013,845.5,1636,959,3655,3554,0.4476060191518468,0.2698368036015757,1442,-0.0916552667578659,-0.405740011254924 +19073,IA,Greene,1224.59399799827,-47.44244744917723,0.13116902292183696,237.390633822264,0.025427445782161953,1,0.108695652,9,0.998779269781378,8,0.869565217,358,27374,713.7,2369,1688,4804,4762,0.4931307243963364,0.35447291054178914,1131,-8.326394671107629e-4,-0.23750524989500216 +19075,IA,Grundy,1383.85658365986,-0.43229248133212206,0.11112636181320645,359.054692430314,0.028832786672313017,5,0.404040404,12,0.974579712498985,3,0.242424242,381,37133,598.4,2615,1847,6890,6766,0.3795355587808418,0.2729825598581141,2669,-0.23076923076923084,-0.39447236180904527 +19077,IA,Guthrie,1234.58149789635,0.4578157485818841,0.11270599761697554,291.175128861052,0.02658162578611028,4,0.373064727,10,0.941176470588235,5,0.466330908,393,32061,736.1,2565,1720,5843,5654,0.43898682183809684,0.304209409267775,1883,-0.10251583090877975,-0.3330385567739654 +19079,IA,Hamilton,2824.33923440775,-22.62127128109779,0.18020412393337268,676.837703073143,0.04318494883386352,4,0.264602765,13.1666666666667,0.87335279030689,4,0.264602765,517,45702,691.3,3776,2715,7872,7589,0.4796747967479675,0.35775464488074843,1735,-0.02667682926829268,-0.22862037159045995 +19081,IA,Hancock,1424.80900685791,0.07432740332555467,0.12563345444475002,299.438292672909,0.026403164859616347,3,0.27205949,8,0.738347946469774,3,0.27205949,374,33016,709.6,2506,1582,5881,5815,0.42611800714164255,0.272055030094583,2390,-0.13603128719605512,-0.41100601891659505 +19083,IA,Hardin,2542.41345975158,-0.9376522026370007,0.1449990566756918,568.17230976618,0.03240403272306262,6,0.346600427,21.25,1.23360037153141,6,0.346600427,670,52182,693.3,4021,2774,8775,8423,0.45823361823361825,0.32933634097115044,2457,-0.07133903133903136,-0.2917012940757449 +19085,IA,Harrison,2657.99591517302,-0.611786055209763,0.17805438874417337,591.080492731571,0.039595424218352826,5,0.349064507,12.6666666666667,0.895234056588216,7,0.48869031,553,43019,829.8,3131,2123,7282,7378,0.4299642955232079,0.28774735700731907,2769,-0.1274375171656138,-0.37530496069395497 +19087,IA,Henry,6159.79894683815,5.370892081053381,0.3057730924218491,1527.06537979023,0.07580369222090991,3,0.148389969,13.5833333333333,0.686963704715184,9,0.445169907,649,60057,761.9,4451,2897,9613,9286,0.46301882866951005,0.3119750161533491,2867,-0.0597108082804535,-0.30874434632780534 +19089,IA,Howard,3524.87173250832,-5.6213201756693305,0.3684791691938448,891.079794766153,0.09315072075749038,1,0.105831305,8.66666666666667,0.928704100585798,3,0.317493915,337,28346,700.6,2767,1674,4625,4507,0.5982702702702702,0.3714222320834258,937,0.21059459459459456,-0.20789882405147547 +19091,IA,Humboldt,1458.02592460806,-14.992020155683708,0.14855078192644525,327.109940617932,0.0333275538072269,3,0.31120332,10.5,1.10677769579424,4,0.414937759,354,28854,702.8,1967,1251,5124,5033,0.383879781420765,0.2485595072521359,2313,-0.22092115534738482,-0.45956685873236636 +19093,IA,Ida,75.2501586011904,0,0.010615059754717224,21.3917155005183,0.003017592819934871,3,0.426015337,6.33333333333333,0.906704843712718,2,0.284010224,251,21184,636.6,1317,792,3626,3590,0.36321014892443465,0.22061281337047353,1863,-0.26447876447876445,-0.518941504178273 +19095,IA,Iowa,2590.72629435939,26.136683587410907,0.15840576547596394,590.742088255652,0.03611996871022024,6,0.366412214,12.5833333333333,0.771463020865265,7,0.427480916,558,49144,718.2,4118,3070,8788,8789,0.46859353664087394,0.3493002616907498,2123,-0.049271734182976756,-0.2415519399249061 +19097,IA,Jackson,4549.35277747859,11.835049135581475,0.22920963207772016,1018.07352837286,0.05129350707239319,3,0.153988297,14.5833333333333,0.748938646946042,5,0.256647161,686,58446,779,5877,3837,10166,10204,0.5781034821955539,0.37602900823206586,1984,0.16781428290379702,-0.19443355546844376 +19099,IA,Jasper,6166.54282155932,1.453264300436747,0.1673780690939504,1502.66063976555,0.040786619612549535,6,0.162725103,28.3333333333333,0.771857179179834,19,0.51529616,1123,110440,706.1,10240,7108,19385,18776,0.5282434872323962,0.3785683851725607,3448,0.0707763734846531,-0.18363868768640818 +19101,IA,Jefferson,2066.0830935575,-10.401978609745141,0.12266716698673039,473.310489888914,0.02810131745466449,2,0.115440115,12.4166666666667,0.686382900313249,11,0.634920635,456,52400,621.8,4772,3702,8405,8001,0.5677572873289709,0.46269216347956504,36,0.1597858417608567,-0.004499437570303744 +19103,IA,Johnson,20182.3686639133,-7.861981957552366,0.15420278314751687,5052.21653515665,0.03860130908113148,20,0.140560979,80.5,0.549311824875296,106,0.744973188,2070,426523,585,50090,49942,74928,75637,0.6685084347640401,0.6602853100995545,28949,0.3541266282297672,0.38273596255800735 +19105,IA,Jones,3326.84132067644,33.34763143017034,0.16119979264833995,724.79700584896,0.03511953706022677,4,0.195560771,14.1666666666667,0.693119363308707,5,0.244450963,647,61457,705.9,5514,3779,10371,10011,0.531674862597628,0.3774847667565678,1939,0.07733101918812069,-0.19368694436120265 +19107,IA,Keokuk,2671.36829976555,0,0.2541497764023927,623.532698993362,0.05932191979767501,3,0.293226469,9.66666666666667,0.955298613169944,4,0.390968625,359,30694,717.2,2298,1265,5221,4858,0.44014556598352805,0.2603952243721696,2120,-0.10381153035816892,-0.4363935776039522 +19109,IA,Kossuth,8277.39212549361,15.294346661448655,0.5325479074498881,1811.70838183027,0.11656104882135172,7,0.459860728,10.1666666666667,0.672665519827092,10,0.656943897,584,45664,689.5,3824,2529,8833,8505,0.4329219970564927,0.29735449735449737,3108,-0.12340088305219066,-0.36543209876543203 +19111,IA,Lee,7087.7219505923,44.06473918223399,0.19763878061994034,1449.08732351336,0.04040732038127712,7,0.19837896,31.5,0.910010111223458,19,0.538457178,1340,105648,882.8,9428,6195,16488,15893,0.571809801067443,0.38979424904045806,2567,0.16017709849587575,-0.16151764927955709 +19113,IA,Linn,52422.6807731371,-3.6036301748918733,0.24818289781152467,13532.3560191596,0.06406576850936722,28,0.12858724,154.083333333333,0.695130552209605,160,0.734784226,5104,653872,676.2,68028,58481,117122,114664,0.5808302453851539,0.510020581873997,10298,0.17589351274739162,0.08981022814484052 +19115,IA,Louisa,129.706521248975,-5.335902451747963,0.01139075447870159,37.6115115922294,0.0033030220068700623,3,0.268793119,12.5833333333333,1.12936037814875,3,0.268793119,326,33656,733.6,2449,1643,4921,4943,0.497663076610445,0.3323892373052802,1417,0.006705954074375131,-0.28666801537527814 +19117,IA,Lucas,1927.62179178979,0,0.21663540029105305,452.22787251156,0.050823541527484827,1,0.114929318,10.25,1.18538221348445,3,0.344787955,345,26067,795.1,1977,1236,4273,4297,0.4626725953662532,0.28764254130788924,1637,-0.06342148373508077,-0.38096346288107985 +19119,IA,Lyon,1299.0310214584,-30.34739295941074,0.11216915822972108,303.763593254602,0.026229478737121316,5,0.427972267,6.83333333333333,0.581362373092848,5,0.427972267,341,35124,645.5,1416,917,6466,6336,0.21899164862356943,0.14472853535353536,4271,-0.5488710176306836,-0.6740845959595959 +19121,IA,Madison,2579.27553354495,-9.186348153138576,0.16450510450570513,739.864302185842,0.04718823280731182,2,0.128131206,13.25,0.836067642604745,3,0.19219681,441,46837,715.8,3508,2666,8140,8523,0.43095823095823094,0.3128006570456412,2670,-0.12088452088452095,-0.3132699753607885 +19123,IA,Mahaska,5136.10369813753,-0.02307096580893107,0.22948499611891918,1247.67577533311,0.05574709688276261,3,0.134108181,20.3333333333333,0.916700479389267,9,0.402324542,677,67061,715.8,4207,2606,10777,10494,0.3903683770993783,0.2483323804078521,4798,-0.2053447155980328,-0.45721364589289115 +19125,IA,Marion,4309.84509225554,-7.861829624619306,0.12938980732701494,1102.29515776971,0.03309301263231289,9,0.269743743,28.5833333333333,0.861229122098687,19,0.569459014,1020,99619,769.6,7478,5469,17536,17554,0.4264370437956204,0.31155292241084653,5471,-0.13298357664233573,-0.31166685655691007 +19127,IA,Marshall,8684.09187434901,-9.036193067027048,0.21364130767439973,2288.23151536556,0.056293827872602835,9,0.220231978,41.5,1.02947013296289,22,0.538344834,1444,122727,831.5,10085,7623,18727,17700,0.5385272601057297,0.4306779661016949,1502,0.08938965130560156,-0.0848587570621469 +19129,IA,Mills,1564.62734025013,20.027461663403116,0.1038998167375078,384.37810334527,0.025524809306412776,4,0.269705347,11,0.734704782260219,2,0.134852673,385,44452,727.4,2842,2080,7169,7608,0.3964290696052448,0.2733964248159832,2970,-0.19096108243827592,-0.390378548895899 +19131,IA,Mitchell,2222.42526091041,0,0.20623842436065423,630.126925987814,0.05847503025128194,5,0.463864923,13.3333333333333,1.23881197931184,4,0.371091938,384,32345,601.7,2831,1879,5580,5360,0.5073476702508961,0.3505597014925373,1301,0.03369175627240151,-0.24272388059701494 +19133,IA,Monona,1399.29873466066,0,0.15139010436661907,271.040622423427,0.029323879954930975,2,0.222321032,8,0.899078444594291,5,0.555802579,469,27049,925,2098,1244,4707,4525,0.44571914170384536,0.2749171270718232,1871,-0.0970894412577013,-0.4134806629834254 +19135,IA,Monroe,1987.90689567945,16.87667737421836,0.24942370083807405,463.029090684511,0.058096498203828235,2,0.249968754,6,0.762388818297332,3,0.374953131,337,23912,931.9,1729,1053,3802,3844,0.45476065228826934,0.2739334027055151,1582,-0.07706470278800626,-0.4115504682622268 +19137,IA,Montgomery,2148.18850956462,0.2500511904005284,0.20001755210098882,476.079720895335,0.044327720753755594,3,0.287880242,11.4166666666667,1.11654441727791,6,0.575760484,473,31106,874,1919,1312,5e3,4998,0.3838,0.26250500200080035,2119,-0.21600000000000003,-0.423969587835134 +19139,IA,Muscatine,8657.28761393753,-15.234642372868443,0.20253333989794176,2307.523023925,0.05398346061352205,9,0.20977554,37.0833333333333,0.863608135382705,34,0.792485374,1198,128889,771.5,11213,8284,19726,19086,0.5684375950522154,0.4340354186314576,1265,0.15517590996654163,-0.06627894791994132 +19141,IA,O'Brien,4080.00209888711,31.400623336948307,0.2833728364277754,943.46360773684,0.065527407121603,7,0.498007968,15.3333333333333,1.09367570137898,10,0.711439954,574,42089,707,1964,1314,7295,7348,0.2692254969156957,0.17882416984213392,4421,-0.4516792323509253,-0.601660315732172 +19143,IA,Osceola,1194.5459011597,1.406093392155828,0.1848569949179356,265.792589614661,0.041131629466830855,2,0.321646832,3.66666666666667,0.604661389621812,2,0.321646832,207,18562,678.7,909,552,3179,3197,0.2859389745202894,0.17266187050359713,1976,-0.4139666561811891,-0.6180794494838912 +19145,IA,Page,3799.9364959426,-17.154051003886345,0.2385096972095531,785.944038242862,0.04933115981941137,4,0.258131131,12.6666666666667,0.822991791739761,8,0.51626226099999994,606,46628,774.2,2588,1801,7014,6968,0.36897633304818933,0.25846727898966704,3074,-0.24950099800399206,-0.44115958668197475 +19147,IA,Palo Alto,2054.77458317136,-35.34983766161115,0.21810578316222906,469.000565831755,0.049782461079689526,4,0.439608748,6.16666666666667,0.681625584908441,7,0.769315309,397,27402,799.3,2124,1395,4857,4674,0.43730697961704756,0.29845956354300385,1684,-0.10809141445336623,-0.36029097133076593 +19149,IA,Plymouth,747.557048792602,-27.29118432018971,0.029919036612206917,200.665266256809,0.008031108070792003,5,0.201013106,10.6666666666667,0.423280423280423,12,0.482431455,729,74558,672.1,4148,2878,12909,13057,0.32132620652258115,0.22041816650072757,6781,-0.3430939654504609,-0.5193382859768707 +19151,IA,Pocahontas,1326.01601576782,-26.420991810930396,0.18139753977671955,332.128691725506,0.04543484154931683,4,0.560381059,9,1.30699970955562,3,0.420285794,280,21270,715.3,1518,962,3992,3831,0.3802605210420842,0.25110937092143043,1730,-0.21793587174348694,-0.4515792221352128 +19153,IA,Polk,64531.0552960138,-26.51700525918834,0.14984919026568316,16615.3845237651,0.03858300325971833,76,0.165266971,371.166666666667,0.782977706054629,334,0.726304848,10049,1379918,750.1,128264,119671,227563,228420,0.563641716799304,0.5239077138604326,26250,0.1416530806853487,0.11491988442343054 +19155,IA,Pottawattamie,32133.1188904871,-8.398751891272896,0.3449313949471554,8064.19173424293,0.08656467221540748,12,0.128854909,60,0.641148938898506,70,0.751653638,2771,279706,802.8,19347,15341,41679,42226,0.46419059958252357,0.3633069672713494,9100,-0.05767892703759686,-0.21550703358120588 +19157,IA,Poweshiek,3582.33973186702,0,0.1894014873568267,838.438678719842,0.044328998557673784,5,0.267838012,18.6666666666667,1.00721235993453,9,0.482108421,676,55892,763.5,5307,4272,9858,9693,0.5383444917833232,0.4407304240173321,664,0.0910935280990059,-0.06850304343340552 +19159,IA,Ringgold,560.252100242363,-5.52442996824224,0.10918965118736366,92.059176429706,0.017941761143969205,2,0.395961196,5.08333333333333,1.00302551960011,3,0.593941794,221,15134,743.8,1181,753,2578,2684,0.4581070597362296,0.28055141579731746,1067,-0.07176105508145852,-0.3975409836065573 +19161,IA,Sac,3735.67522679783,82.6731003829146,0.3609348045215295,924.177262835286,0.08929248916282956,5,0.498256104,5.91666666666667,0.599095450249764,2,0.199302441,431,30106,735.7,2117,1269,5256,5158,0.4027777777777778,0.24602559131446297,2423,-0.18436073059360725,-0.4697557192710352 +19163,IA,Scott,18170.1577751081,-5.407830547465487,0.10997287182920217,4542.89632382654,0.02749537793435905,25,0.145868706,144.083333333333,0.835391614581522,127,0.741013029,4385,514076,740.8,50581,40302,89826,84878,0.5630997706677354,0.474822686679705,1219,0.1375770934918621,0.014361789863097663 +19165,IA,Shelby,3181.92640217996,-0.41214409859534035,0.2615210324796548,719.368719265894,0.0591245762526419,4,0.334784064,7.33333333333333,0.621468926553672,6,0.502176096,478,35845,712.2,2468,1649,6456,6270,0.3822800495662949,0.2629984051036683,2691,-0.22227385377943,-0.4291866028708134 +19167,IA,Sioux,1430.53920456424,2.3946374552443643,0.042444196669957274,406.184715753072,0.01205152847593971,8,0.230673856,19,0.544443807668061,23,0.663187336,763,104165,550.5,2683,2289,17181,17989,0.15616087538560036,0.12724442714992495,12472,-0.6797043245445551,-0.6933125799099449 +19169,IA,Story,17893.2169499397,10.966279465315115,0.19983043655423935,2707.84497798887,0.030241059815381274,12,0.127560512,58.5833333333333,0.603392041748206,66,0.701582813,1540,285104,589.9,25940,25085,46529,48910,0.5575017730877517,0.5128808014720916,5974,0.13718326205162373,0.12214271110202413 +19171,IA,Tama,3032.75522212361,-5.353072029725173,0.17069596567364273,786.040199787694,0.04424158269756819,5,0.286516532,16,0.923840868410416,6,0.343819838,629,52237,754.3,4737,3194,8930,8636,0.5304591265397537,0.3698471514590088,1774,0.07402015677491608,-0.2054191755442334 +19173,IA,Taylor,267.964001415981,-46.316175295292055,0.04241950315275938,67.8692871204221,0.010743911211084709,2,0.325573824,6,0.965250965250965,0,0,253,18553,761.7,1261,755,2978,3003,0.42343854936198794,0.2514152514152514,1353,-0.14069845533915376,-0.45054945054945056 +19175,IA,Union,2448.15388243863,0.23296198678027527,0.19532103737343465,523.322931494254,0.04175226834962933,3,0.239693193,12.0833333333333,0.97289318303811,5,0.399488655,459,37703,842.3,3029,1920,5899,5768,0.513476860484828,0.332871012482663,1601,0.038820139006611354,-0.2775658807212205 +19177,IA,Van Buren,3945.21216490873,-42.832414772234294,0.5211640904767146,956.303683294276,0.1263280955474605,5,0.669523299,12,1.65039196809242,2,0.26780932,273,22197,790.4,1398,843,3540,3526,0.3949152542372881,0.23908111174134997,1681,-0.18644067796610175,-0.4767441860465117 +19179,IA,Wapello,15751.4670921351,59.394508495421604,0.4421464446915116,3963.15410209048,0.11124643093587312,6,0.170396456,36.0833333333333,1.0314828578507,23,0.653186414,1264,105784,880.7,8616,5591,15630,14996,0.5512476007677544,0.3728327554014404,3119,0.117658349328215,-0.20798879701253664 +19181,IA,Warren,6544.85316609861,-35.430665850185115,0.14158687217087312,1734.83489961353,0.03753023038644738,5,0.10426224,33,0.664104163731863,21,0.43790141,1152,144049,689.6,12521,10371,25875,26916,0.48390338164251206,0.38530985287561303,4402,-0.019710144927536255,-0.1635458463367514 +19183,IA,Washington,1492.37603533065,0.10172730374277283,0.06876041445496912,347.529163099329,0.016012217245638085,4,0.181241504,18.0833333333333,0.811603309247042,10,0.453103761,719,66337,689.7,5081,3938,10880,10824,0.4670036764705882,0.3638211382113821,2232,-0.04218749999999999,-0.20620842572062087 +19185,IA,Wayne,2560.35348065502,0,0.3998677933242261,624.616227144897,0.09755055866701498,3,0.469116497,7,1.08493490390577,1,0.156372166,247,19191,752.7,1251,719,2886,2921,0.43347193347193347,0.24614857925368025,1350,-0.11503811503811501,-0.46217048955837037 +19187,IA,Webster,8850.07836263809,5.180045517368651,0.23281715104406625,1467.50396042966,0.0386053181919254,5,0.135299689,31,0.843101525741794,27,0.73061832,1316,111436,852.8,9458,6293,18118,17239,0.5220222982669169,0.3650443761239051,3756,0.05546969864223428,-0.2178780671732699 +19189,IA,Winnebago,1917.68462692083,-0.1264281801288479,0.17648487271496685,417.23251926971,0.03839798631232376,3,0.284117814,12.6666666666667,1.19148402470762,4,0.378823752,379,31704,674.4,2895,1920,5878,5717,0.4925144607009187,0.33584047577400733,1517,-3.402517863218546e-4,-0.265348959244359 +19191,IA,Winneshiek,2590.80768439811,-9.951060606965246,0.12304367802042694,634.511327314349,0.030134466532786335,5,0.240755008,12.8333333333333,0.624159006533405,8,0.385208012,590,62331,597,6245,5238,11016,11217,0.5669026870007262,0.46696977801551215,94,0.14769426289034132,-0.008380137291610967 +19193,IA,Woodbury,26350.5327283699,-18.24537442533434,0.2579036597929952,6559.05292591221,0.06419618805457669,19,0.185780915,88.6666666666667,0.862692443657427,95,0.928904577,2850,307601,823.8,22026,16102,44702,42933,0.4927296317838128,0.3750494957258985,8525,-0.0024607400116326006,-0.19856520625160134 +19195,IA,Worth,619.173183961901,1.4299368613059258,0.08149160094260345,134.783812979647,0.017739380492188338,2,0.262329486,5.33333333333333,0.704349357281212,3,0.393494229,251,22714,684.9,2343,1523,4143,4216,0.5655322230267922,0.3612428842504744,920,0.1448225923244026,-0.21821631878557873 +19197,IA,Wright,889.518561002078,0.24191354591274072,0.06724004543065062,185.539886086799,0.014025238951303875,4,0.31152648,19.3333333333333,1.51289876620497,8,0.62305296,491,38614,720,2794,1890,6174,5949,0.452542921930677,0.3177004538577912,1900,-0.08341431810819566,-0.31938140864010756 +20001,KS,Allen,5343.1194704336,0,0.39960507594298117,1307.98597715353,0.09782259944308803,2,0.154930669,14.5833333333333,1.14702952126265,5,0.387326671,552,38717,944.7,1842,1398,5221,5314,0.3528059758666922,0.26307866014301845,2177,-0.27178701398199573,-0.4096725630410237 +20003,KS,Anderson,1808.22407642578,0,0.22318243352576894,458.454507747524,0.05658535025271835,3,0.380565774,5,0.638814360546825,4,0.507421033,266,23527,733.7,937,665,3274,3277,0.2861942577886378,0.20292950869697896,1721,-0.39981673793524736,-0.5251754653646628 +20005,KS,Atchison,2710.64798835944,-22.624267063977857,0.16016591753482864,698.557090536458,0.0412761221068576,3,0.181675044,10.4166666666667,0.635938135938136,12,0.726700176,547,49592,866.9,2486,1946,6499,6393,0.38252038775196184,0.30439543250430157,2031,-0.20772426527158028,-0.3176912247771 +20007,KS,Barber,544.518981481045,-1.9924603163261592,0.11201789374224337,103.279346042282,0.02124652253492738,3,0.612619971,4,0.853242320819113,4,0.816826629,198,14608,898.7,473,281,2282,2209,0.2072743207712533,0.12720688094160254,1541,-0.5609114811568799,-0.6976007243096423 +20009,KS,Barton,6371.89898126749,-0.020850779290758775,0.23024857199058643,1668.26809191284,0.060282868104099156,4,0.146065364,25.5833333333333,0.955493308434485,19,0.69381048,842,81787,737.6,2693,1823,12010,10088,0.22422980849292257,0.1807097541633624,5943,-0.5361365528726061,-0.5891157811260904 +20011,KS,Bourbon,3155.45257929828,-0.7324871068831048,0.2079649758978633,782.403600564635,0.051565517733120354,2,0.135391281,10.9166666666667,0.746847278283277,9,0.609260764,597,44292,949.1,1951,1306,6118,5918,0.3188950637463223,0.22068266306184522,3008,-0.3385093167701863,-0.5082798242649543 +20013,KS,Brown,805.447484260785,39.15031817185743,0.08067382654855619,180.484672864499,0.018077391112229467,3,0.30565461,8.83333333333333,0.912157510670522,5,0.50942435,350,29521,804.8,1039,850,3865,3960,0.2688227684346701,0.21464646464646464,2011,-0.4395860284605433,-0.5078282828282829 +20015,KS,Butler,17365.9903194437,7.334587696739464,0.26360033878937006,4559.14493319189,0.06920377858518352,5,0.075497909,34.1666666666667,0.509760039786149,51,0.770078669,1880,198792,826.2,7124,6489,25452,27051,0.2798994185132799,0.23988022623932573,12292,-0.4180418041804181,-0.45440094636057815 +20017,KS,Chase,2615.44659283978,0,0.9374360547812831,571.992335703968,0.20501517408744374,1,0.371471025,2,0.749344323716748,0,0,105,8063,812.2,343,313,1233,1342,0.2781832927818329,0.23323397913561847,651,-0.41686942416869427,-0.48509687034277194 +20019,KS,Chautauqua,1344.29758302802,22.162938909559355,0.3663934540823167,297.806921006226,0.08116841673650205,1,0.287273772,5.66666666666667,1.67950997826516,0,0,165,10422,891.7,259,236,1502,1845,0.17243675099866845,0.12791327913279132,1316,-0.6271637816245006,-0.7132791327913279 +20021,KS,Cherokee,2679.67036339981,-23.458308970684865,0.1240415851224279,684.873344164816,0.031702696114651485,4,0.19242796,17,0.839672033982021,11,0.529176889,759,62184,934.8,2868,1959,8396,8386,0.3415912339209147,0.23360362508943477,4058,-0.29502143878037157,-0.48390174099689964 +20023,KS,Cheyenne,260.513953383517,-90.26407888235936,0.09556638055154694,70.5806055088347,0.02589163811769428,4,1.485332343,3,1.12739571589628,1,0.371333086,101,8038,588.7,231,188,1422,1409,0.16244725738396623,0.1334279630943932,984,-0.6511954992967651,-0.6983676366217175 +20025,KS,Clark,2214.99999478452,0,0.9999999976453815,558.999999933868,0.25237020313041447,1,0.46641791,2,0.965250965250965,1,0.46641791,106,6412,908.3,171,118,1e3,983,0.171,0.12004069175991862,695,-0.62,-0.7070193285859614 +20027,KS,Clay,2260.64135987915,0.7766604802397522,0.26486717749023436,563.969237995983,0.06607723936684043,2,0.240471324,10,1.22804863072578,4,0.480942648,336,25080,774.2,811,665,3584,3727,0.22628348214285715,0.17842768983096324,2166,-0.53125,-0.5811644754494232 +20029,KS,Cloud,3220.20292605976,0.006699462822327064,0.3377953347382524,741.474087522054,0.07777972175831889,2,0.21310602,9,0.983606557377049,5,0.532765051,403,27905,844.8,951,744,3957,3831,0.2403335860500379,0.1942051683633516,2112,-0.48900682335102347,-0.5512920908379013 +20031,KS,Coffey,3341.34696861209,-27.672091130291953,0.3884835447752692,804.893512242754,0.0935813873087727,2,0.237163524,9.75,1.15617218071861,6,0.711490573,293,25257,794.8,884,719,3839,3962,0.23026829903620735,0.18147400302877334,2271,-0.5147173743162281,-0.5731953558808682 +20033,KS,Comanche,336.988720837292,0,0.1782066212783141,72.2851928987515,0.03822590846047145,2,1.023541453,3,1.61117078410311,1,0.511770727,110,5713,1170.6,141,102,915,857,0.1540983606557377,0.11901983663943991,603,-0.6721311475409837,-0.7036172695449241 +20035,KS,Cowley,11420.6726986565,93.38834139119112,0.3145237723735645,2740.96637291602,0.07548584101005261,5,0.139031783,27.0833333333333,0.757512190119244,16,0.444901705,1328,107893,925.6,4219,3436,12444,12171,0.3390388942462231,0.28231040999096213,4580,-0.2983767277402764,-0.3763043299646701 +20037,KS,Crawford,11594.7922603136,-2.219450248412339,0.2962843629660551,2731.33894228387,0.0697945250238634,7,0.178162382,27.5,0.702175467265856,20,0.509035378,1244,117934,884.1,6545,5064,14385,14404,0.45498783454987834,0.3515690086087198,3330,-0.06499826207855408,-0.23118578172729792 +20039,KS,Decatur,825.220404742673,65.09705855951223,0.2786965230471709,139.915711710647,0.047252857720583255,1,0.343878955,2,0.706214689265537,1,0.343878955,118,8731,559.8,266,178,1533,1460,0.1735159817351598,0.12191780821917808,1042,-0.6216568819308546,-0.7136986301369863 +20041,KS,Dickinson,1591.42150022829,-56.43405939615178,0.08056198745713729,386.817520018633,0.01958173129587086,4,0.206249355,16.5,0.86550566512799,11,0.567185728,701,58142,789.4,1962,1582,7854,8008,0.24980901451489687,0.19755244755244755,4323,-0.4770817417876241,-0.5398351648351649 +20043,KS,Doniphan,4886.72879336353,0.26842666254788977,0.6150697033811869,1037.78233132667,0.13062080948101573,2,0.254000508,5.91666666666667,0.772007654836465,1,0.127000254,243,23482,734.7,885,584,3369,3366,0.26268922528940336,0.17349970291146763,2017,-0.44879786286731965,-0.599227569815805 +20045,KS,Douglas,15121.956304054,2.409839362102767,0.13644773161581217,3696.13673206336,0.0333508087638583,16,0.137238924,53.4166666666667,0.447225943290913,99,0.849165845,2067,349167,680.1,28012,30089,46283,48231,0.6052330229241838,0.6238518794965894,15781,0.23732255903895594,0.3271962016130705 +20047,KS,Edwards,485.900137121224,0,0.15999345970405796,112.93236959335,0.03718550200637142,1,0.330033003,2,0.68073519400953,1,0.330033003,110,8952,801.1,291,208,1365,1308,0.21318681318681318,0.15902140672782875,825,-0.5545787545787546,-0.6307339449541285 +20049,KS,Elk,2863.46905947274,0,0.9935701108510547,610.176901220607,0.21171995184615092,1,0.371195249,2.75,1.07970160973695,0,0,126,7945,837.4,277,160,1356,1259,0.2042772861356932,0.12708498808578236,888,-0.562684365781711,-0.7053216838760921 +20051,KS,Ellis,4106.4970766129,-27.493316026711355,0.14433070000748277,806.273398425384,0.02833802187633151,5,0.172336539,19,0.657598726335098,32,1.102953848,749,87090,708.5,3464,2669,12779,11660,0.2710697237655529,0.22890222984562608,5642,-0.4376711792785038,-0.48387650085763295 +20053,KS,Ellsworth,1981.77239174962,-2.5916537450830677,0.30502884281200865,399.79536631162,0.06153538037734647,1,0.156445557,5.75,0.90865992414665,3,0.469336671,265,19105,853.5,696,515,2677,2626,0.2599925289503175,0.19611576542269613,1418,-0.4516249533059395,-0.5399847677075399 +20055,KS,Finney,7140.32946258269,-4.768953269063212,0.19415731625469573,2538.91820424953,0.06903736687648276,5,0.134466437,26.6666666666667,0.726176860374344,23,0.618545611,648,111376,715.9,2307,3006,7593,9731,0.3038324772817068,0.30890967012640014,3149,-0.36889240089556175,-0.3236049737950879 +20057,KS,Ford,7088.05451077542,-34.57188209778028,0.20940837008908708,2076.17309010274,0.06133813194583845,7,0.20117833,21.4166666666667,0.630439688754133,16,0.459836183,713,104355,725.9,2468,2032,8082,7425,0.30536995793120514,0.2736700336700337,2962,-0.37008166295471423,-0.39892255892255896 +20059,KS,Franklin,12227.6864095286,0,0.47044038202249155,3294.94208533684,0.1267675471428455,3,0.117137168,17.3333333333333,0.678142931664058,15,0.585685838,777,77001,849.8,3611,2829,10806,10658,0.3341662039607625,0.26543441546256336,4196,-0.3037201554691838,-0.3936948770876337 +20061,KS,Geary,12619.689257103,9.367820005800946,0.36725712290038415,3978.97566214015,0.11579581113265089,2,0.0544766,22.8333333333333,0.641638097379119,26,0.708196007,607,110687,837.2,3158,2569,7526,7129,0.4196120116927983,0.36035909664749616,1547,-0.14403401541323407,-0.21700098190489553 +20063,KS,Gove,1118.70811975922,-57.396793949794315,0.41510505371399625,211.949079001055,0.07864529833063265,2,0.733406674,2,0.772499034376207,3,1.100110011,128,8104,856.4,174,149,1368,1328,0.12719298245614036,0.11219879518072289,978,-0.7171052631578947,-0.7364457831325302 +20065,KS,Graham,561.579916026842,-2.520556611542246,0.216241785147032,92.715465571415,0.03570098789811898,1,0.389711613,3,1.17004680187207,2,0.779423227,90,7740,569.4,248,185,1319,1265,0.18802122820318423,0.14624505928853754,828,-0.6034874905231236,-0.6545454545454545 +20067,KS,Grant,742.541610363169,0,0.0948450134580622,260.390088515394,0.033259686871298245,1,0.127942682,4.25,0.555846194088412,5,0.639713408,148,23365,700.6,437,427,2215,2311,0.19729119638826184,0.1847684984855041,1328,-0.5891647855530474,-0.5746430116832539 +20069,KS,Gray,2727.80355798078,-14.319247036625878,0.45417974658354654,787.820207990404,0.13117219580259806,2,0.328839198,5,0.828637719588996,1,0.164419599,146,18229,708.4,304,257,1901,2011,0.1599158337716991,0.12779711586275486,1394,-0.6649132035770646,-0.6931874689209349 +20071,KS,Greeley,1246.99999892103,0,0.9999999991347476,265.999999234883,0.21331194806325823,1,0.768639508,1,0.771604938271605,0,0,63,3923,1039.9,112,83,665,639,0.16842105263157894,0.1298904538341158,440,-0.6421052631578947,-0.6885758998435055 +20073,KS,Greenwood,3106.69500593501,8.179224834362465,0.4644483489213649,646.102718782627,0.09659182520296411,3,0.474083439,7,1.13802633718095,1,0.158027813,295,18929,908.5,653,484,2706,2811,0.24131559497413155,0.17218071860547848,1662,-0.49260901699926085,-0.5912486659551761 +20075,KS,Hamilton,2690.00000129812,0,1.0000000004825724,763.000004801498,0.2836431244615234,1,0.384172109,4,1.57728706624606,1,0.384172109,80,7664,1082.9,159,114,857,847,0.1855309218203034,0.1345926800472255,576,-0.6056009334889149,-0.680047225501771 +20077,KS,Harper,1565.89571187963,39.61242678889524,0.2595120503612247,360.263088991198,0.05970551690275075,4,0.687521485,9,1.58311345646438,3,0.515641114,262,17502,895.5,536,388,2335,2513,0.22955032119914348,0.15439713489852766,1562,-0.5083511777301928,-0.6215678471945881 +20079,KS,Harvey,5077.73961822344,-35.054963130181825,0.1464000581888894,1275.13416908443,0.03676433424877263,8,0.229753016,26.25,0.751868931343626,24,0.689259047,1212,104638,763.7,5162,5006,13805,14540,0.3739224918507787,0.34429160935350756,3497,-0.23107569721115534,-0.24050894085281982 +20081,KS,Haskell,4256.00000198285,0,1.0000000004658953,1325.99999925801,0.31156015020160005,2,0.48709206,5,1.24812780828757,1,0.24354603,87,12238,699.7,202,228,1355,1300,0.14907749077490776,0.1753846153846154,783,-0.6856088560885609,-0.6023076923076923 +20083,KS,Hodgeman,611.673876069951,-67.84615819655781,0.3192452380323335,125.219973673187,0.06535489231377192,1,0.521920668,2,1.06951871657754,1,0.521920668,63,5763,631.2,178,124,1050,1006,0.16952380952380952,0.12326043737574553,721,-0.6466666666666667,-0.7166998011928429 +20085,KS,Jackson,1799.49837774155,-11.489737769430233,0.13367243929145373,502.865945812495,0.03735447524977678,3,0.221582096,8,0.601911067639756,5,0.369303494,406,40135,756.3,1870,1489,5474,5727,0.3416149068322981,0.25999650777021127,2399,-0.29338691998538546,-0.4188929631569757 +20087,KS,Jefferson,163.785710537325,-94.33169325463,0.008563510955627157,41.2226901599856,0.0021553220830275856,3,0.15910899,13.5,0.714399110969995,4,0.21214532,547,56611,737.5,2883,2483,7725,8151,0.3732038834951456,0.30462519936204147,2629,-0.22834951456310687,-0.32253711201079627 +20089,KS,Jewell,826.016113010031,-1.181851046207078,0.26844852551512216,155.434256328433,0.050514870434979854,3,0.985869208,3,1.03412616339193,2,0.657246139,126,9058,679.4,225,180,1477,1483,0.15233581584292485,0.12137559002022927,1024,-0.6736628300609343,-0.6904922454484154 +20091,KS,Johnson,94138.799041455,-21.33505785129991,0.1729923408317024,25918.7718343966,0.04762912908141734,76,0.132341469,254.083333333333,0.434738469663553,415,0.722654073,11253,1721102,620.1,107651,126324,268145,279753,0.40146562494172927,0.45155547929780915,7583,-0.17822819743049473,-0.02710605426930185 +20093,KS,Kearny,3977.00000048533,1035.592266913803,1.0000000001220342,1186.99999964763,0.2984661804494921,1,0.255427842,4.75,1.2126627521062,2,0.510855683,119,11818,878.1,261,224,1341,1325,0.19463087248322147,0.16905660377358492,824,-0.5958240119313944,-0.6218867924528302 +20095,KS,Kingman,2668.32043585745,1.758697974400874,0.33956737539545045,592.730581408336,0.07543020888372817,1,0.129903871,5.91666666666667,0.79237534038659,3,0.389711613,324,23224,835.5,731,594,3199,3281,0.22850890903407314,0.18104236513258154,1913,-0.5126602063144733,-0.583053946967388 +20097,KS,Kiowa,2544.17526585165,0,0.9965433865458871,548.330044925925,0.21477870933252055,0,0,3,1.20821586790173,0,0,81,7621,643.1,160,111,1133,1023,0.1412180052956752,0.10850439882697947,744,-0.7149161518093557,-0.7272727272727273 +20099,KS,Labette,4220.4608675766,-0.035313983396506425,0.1953284059599482,1052.81968703382,0.048725861389078536,5,0.238549618,23.9166666666667,1.16986238831279,10,0.477099237,788,62606,904.8,3074,2234,7907,7919,0.3887694447957506,0.2821063265563834,2998,-0.2015935247249273,-0.3785831544386918 +20101,KS,Lane,389.988822059676,-77.71492449249813,0.22285075546267202,106.963989466053,0.06112227969488743,1,0.592768228,3,1.83374083129584,1,0.592768228,76,5074,870.2,170,104,917,831,0.18538713195201745,0.12515042117930206,580,-0.6128680479825519,-0.6979542719614922 +20103,KS,Leavenworth,23532.1325570506,58.34304411175301,0.30871125135517075,6500.72686260312,0.08528115841635012,8,0.101526708,37,0.46132362475687,35,0.444179347,1731,236294,733.5,11072,10064,28532,29676,0.3880555166129258,0.33912926270386845,7323,-0.2016332538903688,-0.24676506267691067 +20105,KS,Lincoln,1021.210926063,-0.6660334400718736,0.31509130702344956,226.873609862213,0.07000111381123511,1,0.315756236,2,0.650829808005207,0,0,102,9395,594.4,284,214,1459,1448,0.19465387251542152,0.1477900552486188,954,-0.5921864290610006,-0.6588397790055249 +20107,KS,Linn,1351.29293075698,-59.37077665225283,0.1399433441131918,340.962244905477,0.03531092014348353,3,0.315723006,7.08333333333333,0.74108948873544,2,0.210482004,323,28551,807.2,1108,721,4294,4279,0.25803446669771773,0.16849731245618135,2656,-0.4590125756870051,-0.6207057723767235 +20109,KS,Logan,502.559402006471,0,0.18235101669320428,127.81058970894,0.04637539539511612,1,0.357909807,3,1.05969622041681,1,0.357909807,125,8404,833,194,149,1302,1348,0.1490015360983103,0.11053412462908012,975,-0.6835637480798771,-0.7232937685459941 +20111,KS,Lyon,5776.67464032556,73.87032018151788,0.1714655577419282,1554.45322332648,0.04613989977223152,9,0.27098639,27.5,0.820650552074008,20,0.602191979,867,100120,773.1,4972,4456,11614,11745,0.428104012398829,0.37939548744146445,1898,-0.11933872912002752,-0.16160068114091097 +20113,KS,McPherson,7489.58557194796,-12.293154845637588,0.2566684568864962,1885.08405547447,0.06460192102379952,6,0.205191341,21.25,0.737744757672546,18,0.615574023,1171,87692,797.6,3384,3183,12060,12443,0.28059701492537314,0.25580647753757135,5224,-0.4158374792703151,-0.41983444506951695 +20115,KS,Marion,2891.97813449468,-5.659107546971541,0.22843429182422434,689.63149510343,0.05447326185651105,5,0.409567497,9.66666666666667,0.79810656098635,4,0.327653997,519,36530,781.4,1371,1177,5368,5465,0.25540238450074515,0.21537053979871912,2751,-0.46460506706408344,-0.5033851784080512 +20117,KS,Marshall,1405.64797208993,-1.2202988934066512,0.13893920846989521,330.821797815328,0.03269959452558347,5,0.49970018,9.16666666666667,0.931950657448827,5,0.49970018,370,29956,692.7,1451,1060,4679,4578,0.3101089976490703,0.23154215814766274,2190,-0.35734131224620647,-0.47837483617300125 +20119,KS,Meade,2320.27079349847,0,0.5071630149723432,714.54717157094,0.15618517411386668,1,0.229515722,4.25,1.00806451612903,2,0.459031444,145,12995,713.9,254,206,1648,1675,0.154126213592233,0.12298507462686567,1184,-0.691747572815534,-0.706865671641791 +20121,KS,Miami,2505.68836306116,-28.038258649919186,0.07642322759206881,741.027643776769,0.022601264030767346,3,0.091402108,15.4166666666667,0.467681915625126,15,0.457010542,882,98110,754.8,4635,3949,14642,14712,0.31655511542139053,0.2684203371397499,5890,-0.3476984018576697,-0.40035345296356717 +20123,KS,Mitchell,1288.74643618128,-8.297920940790418,0.20221974520340183,277.960945833567,0.04361540025632622,2,0.318268619,6.58333333333333,1.05451438944952,4,0.636537237,252,18855,747.8,576,469,2923,2824,0.19705781731098188,0.16607648725212465,1747,-0.5874101950051318,-0.6186260623229461 +20125,KS,Montgomery,8478.63653333685,110.62312692189539,0.23903009594702293,1957.00220136159,0.0551718925703135,3,0.088066931,27.1666666666667,0.829617866813249,28,0.821958021,1277,101680,900.7,3406,2557,12093,11623,0.281650541635657,0.2199948378215607,5909,-0.4143719507152898,-0.5083885399638648 +20127,KS,Morris,1952.18887480024,0,0.3295946099612089,473.937450524783,0.08001645289967635,1,0.175500176,3,0.538309707518392,5,0.877500878,226,17038,713.8,705,586,2526,2568,0.27909738717339666,0.22819314641744548,1204,-0.4136975455265242,-0.4688473520249221 +20129,KS,Morton,844.954886100762,0,0.26135319706178844,234.172629487591,0.07243199179944046,2,0.643086817,2.33333333333333,0.819288389513109,3,0.964630225,119,9223,926.4,180,145,1247,1160,0.14434643143544507,0.125,825,-0.6976744186046511,-0.7112068965517241 +20131,KS,Nemaha,1415.41313119728,-7.934284359195765,0.13906593939843584,406.939973663822,0.03998231220906091,5,0.492707923,6.66666666666667,0.650978094587117,3,0.295624754,383,30555,677.6,988,714,4959,5025,0.19923371647509577,0.14208955223880598,3352,-0.5827787860455736,-0.6670646766169155 +20133,KS,Neosho,1061.21645222117,-74.00304428957581,0.06426940723238675,278.820097644712,0.01688590707635126,3,0.182748538,15.5833333333333,0.965151327470168,6,0.365497076,600,49188,854.5,2012,1464,6359,6151,0.3164019499921371,0.2380100796618436,2876,-0.34297845573203334,-0.46756624939034297 +20135,KS,Ness,833.418428290968,-0.33897795994171764,0.26823895342483683,192.368323941229,0.06191449113010267,3,0.966183575,4,1.35043889264011,2,0.644122383,146,9176,833.6,211,160,1417,1435,0.1489061397318278,0.11149825783972125,1056,-0.6908962597035992,-0.7358885017421604 +20137,KS,Norton,2008.86823540954,20.017869017825962,0.3542352733926186,350.625289519564,0.06182777103148721,2,0.35971223,6.33333333333333,1.15298258389465,2,0.35971223,186,16689,691.8,393,277,2296,2190,0.1711672473867596,0.12648401826484018,1531,-0.6367595818815331,-0.6990867579908675 +20139,KS,Osage,2040.30936135534,7.0313531754720815,0.12521076166648296,505.00212815824,0.03099123216681436,2,0.125502008,14.6666666666667,0.925750594373961,4,0.251004016,610,47887,915.1,2228,1730,6771,6894,0.32905036183724706,0.25094284885407603,2983,-0.31132772116378676,-0.4326950971859588 +20141,KS,Osborne,891.757786118625,0,0.23114509749057152,186.909817704508,0.048447334811951265,3,0.798722045,3.58333333333333,0.983891634632985,1,0.266240682,205,11254,945.2,320,231,1802,1753,0.17758046614872364,0.13177410154021676,1206,-0.6259711431742507,-0.6879634911580149 +20143,KS,Ottawa,1735.68165901982,0,0.28495840732553274,420.65893320293,0.06906237616203086,1,0.164880462,4,0.675675675675676,1,0.164880462,207,18091,835.2,548,424,2888,2866,0.18975069252077562,0.1479413817166783,1837,-0.592797783933518,-0.6409630146545708 +20145,KS,Pawnee,1180.2313061792,0,0.16925732198181556,231.493845527528,0.03319860110820708,1,0.14459225,6,0.889811656532701,3,0.43377675,242,20640,788.3,704,567,2565,2602,0.27446393762183235,0.21790930053804766,1305,-0.4304093567251462,-0.5015372790161414 +20147,KS,Phillips,1994.55658350516,0,0.35351942281197446,498.298018052246,0.08831939348675044,3,0.542201337,4.91666666666667,0.905797101449275,5,0.903668896,219,16460,821.8,376,296,2537,2611,0.14820654316121404,0.11336652623515894,1904,-0.6858494284588096,-0.7292225201072385 +20149,KS,Pottawatomie,577.42753121056,-86.09965783097003,0.026727806480770232,148.150543436145,0.006857551538425523,6,0.262043062,13.25,0.559993237817506,11,0.480412281,570,68771,786.6,2291,2191,9303,10359,0.24626464581317856,0.2115069022106381,5260,-0.473073202192841,-0.5077710203687615 +20151,KS,Pratt,2235.98707959362,0.6833508548833109,0.23156452771267813,544.747278326169,0.05641541821936298,3,0.304568528,6.25,0.652128547579299,9,0.913705584,365,29263,831.3,974,769,3752,3806,0.2595948827292111,0.20204939569101418,2055,-0.4680170575692964,-0.5399369416710457 +20153,KS,Rawlins,715.067546293676,-20.44141179281615,0.2838696094853815,129.999549423086,0.05160760199407939,2,0.773993808,2.66666666666667,1.04616189355303,0,0,131,7648,798,184,160,1420,1448,0.1295774647887324,0.11049723756906077,1049,-0.7204225352112676,-0.7244475138121547 +20155,KS,Reno,15361.5413380668,-11.549693894334116,0.238122821504345,3378.16427388668,0.05236570931913441,11,0.172430009,40.4166666666667,0.639301908678688,57,0.893500956,2276,191649,820.9,7888,6670,23869,23448,0.3304704847291466,0.28445922893210507,8430,-0.3146340441576941,-0.3595189355168884 +20157,KS,Republic,1274.50440736542,0,0.255924579792253,248.709512073082,0.04994166909098032,2,0.416406413,3.5,0.744839327516493,2,0.416406413,271,14288,911.9,470,370,2640,2484,0.17803030303030304,0.14895330112721417,1623,-0.6166666666666667,-0.6533816425120773 +20159,KS,Rice,1890.35991486958,0.21551523228896083,0.18747990824849553,472.611704660679,0.046872131772357335,3,0.299550674,9,0.91547146780592,7,0.698951573,383,29976,925.2,899,668,3622,3567,0.248205411374931,0.1872722175497617,1984,-0.4781888459414687,-0.5562097000280348 +20161,KS,Riley,30210.7704501525,-15.757442881854839,0.4248157273451804,6414.031504569,0.09019238563691205,10,0.132989334,26.9166666666667,0.366997077657945,46,0.611750938,977,225473,615.1,8587,8892,20266,20475,0.4237145958748643,0.4342857142857143,925,-0.12681338201914533,-0.04517704517704518 +20163,KS,Rooks,750.211137844585,0,0.1448004512342376,188.348216653497,0.03635364150810596,4,0.775945684,4.58333333333333,0.90294194904124,3,0.581959263,195,15524,784.8,398,273,2625,2378,0.15161904761904763,0.11480235492010092,1726,-0.6708571428571428,-0.7258200168208578 +20165,KS,Rush,699.461267536276,-78.84906958085985,0.21150930376059146,123.63434293419,0.037385649511397036,0,0,4,1.3080444735121,2,0.625586487,150,9495,788.2,361,227,1549,1474,0.23305358295674627,0.15400271370420623,950,-0.5100064557779213,-0.6445047489823609 +20167,KS,Russell,1732.61836811233,0,0.2485822622829742,330.222432581938,0.04737768042782467,2,0.287521564,6.5,0.93016599885518,5,0.71880391,260,20994,684.6,584,454,3140,3148,0.1859872611464968,0.14421855146124524,2090,-0.6117834394904459,-0.6639135959339264 +20169,KS,Saline,10421.3742793234,-8.716692555976811,0.1874145646031615,2517.06012660862,0.04526598076841744,5,0.089678056,43.25,0.784338616662435,55,0.986458614,1621,167099,758.4,6910,6084,21102,21206,0.3274571130698512,0.28689993398094876,7283,-0.3216282816794616,-0.3434405356974441 +20171,KS,Scott,569.796627112043,27.11898027403195,0.11543691797245603,157.752260456221,0.03195953412808367,2,0.393700787,5.91666666666667,1.17580816110228,5,0.984251969,133,14864,615.9,271,232,2019,2159,0.1342248637939574,0.10745715609078277,1600,-0.7087667161961367,-0.7410838351088467 +20173,KS,Sedgwick,135646.483781243,-6.483331764571107,0.2721830059920801,36881.6005447617,0.07400519808726877,69,0.135612408,313.25,0.61182238107794,438,0.860843981,12906,1527438,810,69373,66716,177852,180750,0.3900602748352563,0.3691065006915629,34603,-0.19700649978633922,-0.19144121715076068 +20175,KS,Seward,1229.81204399679,-87.65119145611115,0.05358191199010064,409.019148871656,0.017820632139754967,3,0.127849989,13.9166666666667,0.612826045473894,11,0.468783294,394,69781,713.9,1393,1491,4955,4743,0.2811301715438951,0.3143580012650221,1534,-0.424217961654894,-0.32342399325321525 +20177,KS,Shawnee,43336.6958457383,-9.38561883056285,0.24355489027245103,11775.7886089215,0.06618065467488789,28,0.156945394,105.5,0.592210883208155,142,0.795937356,5477,535984,806.6,35959,33270,74844,73648,0.48045267489711935,0.45174342819900065,2079,-0.01692854470632249,-0.028228872474473143 +20179,KS,Sheridan,820.142059594341,-67.47064652922138,0.3208693503890223,219.408103461327,0.08584041606468192,2,0.787711698,2.58333333333333,1.02962667729507,1,0.393855849,93,7582,718.9,165,126,1320,1362,0.125,0.09251101321585903,1060,-0.7356060606060606,-0.7782672540381792 +20181,KS,Sherman,4302.2312898112,0,0.7158454725143428,952.661393126632,0.1585127110027674,0,0,6,1.00586756077117,9,1.47299509,236,18126,881,575,340,2606,2537,0.22064466615502687,0.13401655498620418,1703,-0.5341519570222564,-0.6712652739456051 +20183,KS,Smith,1439.8735262702,-3.6219951547410068,0.37370192739948094,283.904538635271,0.07368402248514691,3,0.7959671,4.25,1.17015418502203,3,0.7959671,196,11150,834.3,345,295,1983,2014,0.17397881996974282,0.1464746772591857,1340,-0.6318709026727181,-0.6653426017874876 +20185,KS,Stafford,1354.19048874608,0,0.30520407679650213,353.890456774128,0.07975894901377688,2,0.465441005,2,0.475285171102662,0,0,181,12873,846.9,403,303,1833,1884,0.2198581560283688,0.160828025477707,1182,-0.5340971085651937,-0.6273885350318471 +20187,KS,Stanton,235.618470721488,0,0.10542213455100134,64.7685413167743,0.02897921311712497,0,0,2,0.969932104752667,1,0.473709143,54,6365,588.9,135,132,713,742,0.18934081346423562,0.1778975741239892,448,-0.6115007012622721,-0.6037735849056604 +20189,KS,Stevens,945.853677015608,-9.393321437077502,0.1652434795624752,295.989810772267,0.051710309359236026,2,0.344768143,2.83333333333333,0.507402101241643,4,0.689536287,156,17473,765,241,215,1998,1853,0.12062062062062062,0.11602806260118727,1349,-0.7422422422422422,-0.7280086346465192 +20191,KS,Sumner,7002.47766896215,17.88205470877703,0.2901739461694907,2028.69301475183,0.08406650981070074,6,0.255015301,17.0833333333333,0.734072418929758,11,0.467528052,768,70641,801.4,2617,2039,8989,9494,0.29113360774279673,0.21476722140299137,4805,-0.39437089776393375,-0.506109121550453 +20193,KS,Thomas,3715.4355050717,0,0.47030829178122785,892.203181629485,0.112937111598669,2,0.253453301,8.33333333333333,1.05592160837979,6,0.760359904,247,23730,769.9,576,467,3388,3483,0.17001180637544275,0.1340798162503589,2365,-0.6354781582054309,-0.6790123456790124 +20195,KS,Trego,214.851579456104,-60.13180624625338,0.07159332870913163,31.8628457720288,0.010617409454191535,1,0.344589938,3.33333333333333,1.16063138347261,3,1.033769814,139,8810,817.5,289,193,1544,1459,0.1871761658031088,0.13228238519533927,1018,-0.6094559585492229,-0.6977381768334475 +20197,KS,Wabaunsee,2946.9193775579,-37.228659039631715,0.41782495073839504,718.491369046206,0.10187032029578988,3,0.42722871,5.08333333333333,0.73767716344991,2,0.28481914,197,20958,712.5,908,773,3229,3340,0.28120161040569835,0.231437125748503,1585,-0.40941467946732735,-0.4745508982035928 +20199,KS,Wallace,1485.0000045804,205.0955683705391,1.0000000030844445,374.000000713732,0.2518518523324795,1,0.664010624,NA,NA,0,0,63,4597,739.5,68,45,781,779,0.08706786171574904,0.057766367137355584,666,-0.8117797695262483,-0.8549422336328626 +20201,KS,Washington,2909.2294330955,6.728003684846875,0.501677777736765,697.493048406293,0.12027815975276653,5,0.893176134,7,1.26217093400649,1,0.178635227,213,16867,669.1,515,378,2863,2677,0.1798812434509256,0.14120283899887934,1758,-0.6234718826405868,-0.6567052670900262 +20203,KS,Wichita,2233.99999834971,0,0.9999999992612847,607.999999089747,0.2721575644985439,2,0.919117647,3,1.42045454545455,1,0.459558824,76,6524,748.3,157,139,987,934,0.1590678824721378,0.14882226980728053,626,-0.6727456940222898,-0.6702355460385439 +20205,KS,Wilson,1146.5782086645,12.438087633055241,0.12185973096657454,258.185817465768,0.027440303694948244,2,0.221533008,11.1666666666667,1.28014062440292,5,0.553832521,372,26934,946.2,813,550,3699,3482,0.2197891321978913,0.15795519816197587,2197,-0.5404163287374967,-0.6309592188397473 +20207,KS,Woodson,613.500384584288,809.6400943259484,0.18540356137331154,100.335345397238,0.030321953882513752,0,0,5.75,1.81674565560821,2,0.633512829,161,9479,972.6,377,270,1435,1420,0.2627177700348432,0.19014084507042253,793,-0.45505226480836236,-0.5584507042253521 +20209,KS,Wyandotte,41854.211067357,-14.145946117144812,0.2657325866947525,11639.376177649,0.07389845514522712,27,0.167041996,142.416666666667,0.869290101791887,104,0.64342102,4103,486525,903.7,33265,29346,49422,47467,0.6730808142122942,0.6182400404491541,13826,0.3640483994981992,0.2912760444098005 +21001,KY,Adair,1727.43783277072,7.8776584355234105,0.09259422345469125,431.777438185492,0.023144159422464193,5,0.260362424,19.4166666666667,1.00708852005532,6,0.312434909,568,56852,825.4,1660,1323,7600,8228,0.21842105263157896,0.16079241614000972,5314,-0.5501315789473684,-0.6458434613514827 +21003,KY,Allen,194.272850198585,-21.10345778307318,0.009735059641139757,55.3604172085447,0.002774123933080011,5,0.245290424,13.5,0.654355096699142,9,0.441522763,665,61369,967.4,1808,1349,7099,8085,0.2546837582758135,0.166852195423624,5117,-0.47555993801943935,-0.6329004329004329 +21005,KY,Anderson,4575.0363311235,-18.09436998973208,0.21357715938207833,1269.81953299832,0.05927919018712105,2,0.091374269,17.9166666666667,0.808586815897945,19,0.868055556,621,65597,852.3,3315,2634,10318,11414,0.3212831944175228,0.23076923076923078,5608,-0.33989145183175035,-0.49132644121254593 +21007,KY,Ballard,416.480867769778,-16.464998669287016,0.05048864926291405,93.9356608080448,0.011387521009582352,2,0.242718447,9.58333333333333,1.1898849432994,4,0.485436893,311,24695,931.1,1189,816,3895,4097,0.30526315789473685,0.1991701244813278,2345,-0.37432605905006416,-0.5723700268489139 +21009,KY,Barren,3041.1042262415,-6.88206234731243,0.0721102180599317,755.240616228251,0.017908154891239682,9,0.208584407,51.3333333333333,1.16685230226021,37,0.857513674,1479,129625,908.9,5400,4275,16565,18473,0.32598853003320255,0.2314188274779408,9208,-0.3333534560821008,-0.49845720781681374 +21011,KY,Bath,13.9055206403136,-10.447404589594358,0.0011996825675363299,2.06975960358977,1.785660946932767e-4,5,0.409634606,10.4166666666667,0.845028528163111,5,0.409634606,414,36387,982.2,1770,1361,4122,4577,0.4294032023289665,0.2973563469521521,1721,-0.12251334303736056,-0.3760104872187022 +21013,KY,Bell,4990.42310003258,-16.359512861556368,0.1739368826472615,1148.47583347949,0.040029132253302076,7,0.251997984,36.75,1.35523841132869,24,0.863993088,1165,82962,1155.9,2224,1720,9482,9714,0.23454967306475427,0.1770640312950381,6044,-0.5170850031638895,-0.6221947704344245 +21015,KY,Boone,41574.2710866256,3.3219292449922886,0.349919376881144,12252.1038001093,0.10312263847715532,13,0.102837525,88.8333333333333,0.691116366880355,120,0.949269458,2452,378285,759.5,15628,15026,52495,57550,0.29770454328983714,0.2610947002606429,24056,-0.38655110010477184,-0.4180017376194613 +21017,KY,Bourbon,3142.29481853638,108.78233620264051,0.1572326654258884,711.161445006117,0.03558476082092154,3,0.150210294,22.0833333333333,1.10251289732069,13,0.650911276,615,60095,816.9,3075,2791,7909,8791,0.38879757238588947,0.3174837902400182,2778,-0.20445062586926294,-0.3160050051188716 +21019,KY,Boyd,10683.9844961166,-17.951745335963736,0.21565509055178636,2384.63662812026,0.04813363667434217,7,0.143348624,49.25,1.0232277902435,61,1.249180865,1817,145938,939.2,7776,6021,19040,20443,0.4084033613445378,0.2945262437020007,7570,-0.16318277310924367,-0.37029790148216996 +21021,KY,Boyle,7764.64873634233,15.916858612774778,0.2730954113795136,1808.42951760882,0.0636054276030114,5,0.168316165,29.3333333333333,0.977191462900038,23,0.774254359,922,89207,773.2,4471,4281,12368,12928,0.3614974126778784,0.33114170792079206,3759,-0.26131953428201815,-0.2907642326732674 +21023,KY,Bracken,47.8709315519664,0,0.0056398364222392085,11.9252098414072,0.0014049493215606975,2,0.237925291,7.5,0.892857142857143,4,0.475850583,309,25149,1085,1147,705,3230,3522,0.35510835913312694,0.20017035775127767,2006,-0.2730650154798761,-0.5695627484383873 +21025,KY,Breathitt,2068.21377515004,123.30535799094827,0.14902822994307824,435.084282962597,0.031350647280775114,4,0.298307107,20.4166666666667,1.53693666566295,5,0.372883884,604,40486,1324,1562,1537,5008,5728,0.31190095846645366,0.2683310055865922,2454,-0.3506389776357827,-0.42842178770949724 +21027,KY,Breckinridge,1809.96204730614,-7.731205380245082,0.09023191820659754,442.014181532251,0.02203570375054843,6,0.301689461,25.75,1.29001553028405,3,0.15084473,697,59957,943.7,2825,1960,7967,8765,0.35458767415589304,0.22361665715915574,4524,-0.2761390736789256,-0.5161437535653166 +21029,KY,Bullitt,24247.1297768732,28.03553006895198,0.32625748162479584,6038.191041763,0.08124693606968608,5,0.064139568,53.8333333333333,0.680134595056706,39,0.500288628,1726,233585,752.4,9971,8255,31775,36036,0.31380015735641226,0.22907647907647907,17955,-0.356726986624705,-0.49825174825174823 +21031,KY,Butler,1031.11436354974,-30.72510971258884,0.08125408696215444,248.314233385119,0.019567709486613002,3,0.233009709,11.0833333333333,0.862851952770209,6,0.466019417,427,38619,875.5,1293,947,5058,5575,0.2556346381969158,0.16986547085201795,3481,-0.4790431000395413,-0.6243946188340807 +21033,KY,Caldwell,1429.12330427402,-4.5215552773913315,0.11006803021210876,320.644273173874,0.024695338352886165,3,0.235756385,15,1.19350732017823,10,0.785854617,516,38219,992.4,1852,1260,5860,5972,0.31604095563139933,0.21098459477561957,3247,-0.3501706484641638,-0.5437039517749497 +21035,KY,Calloway,5493.24639867251,-4.529098052916932,0.1477036486965263,1070.1169364375,0.028773545654526632,3,0.078365812000000007,27.8333333333333,0.724128660752227,26,0.679170367,1178,114822,884.1,5314,4749,15064,16039,0.35276155071694104,0.2960907787268533,5618,-0.27376526818906,-0.3502712139160795 +21037,KY,Campbell,27457.7464208672,-1.5842623232634678,0.3039513197492384,6610.81168813163,0.07318025690900228,17,0.185118639,67.3333333333333,0.730209338726761,71,0.773142552,2483,275017,822.1,15080,14658,40173,42471,0.3753764966519802,0.34512961785689056,10392,-0.22801384014138854,-0.24468460832097194 +21039,KY,Carlisle,115.470762971222,-66.46220464972406,0.022623582086838165,34.9490211726879,0.006847378756404368,1,0.200883889,8.66666666666667,1.78510127016821,2,0.401767778,211,14828,922.3,750,432,2619,2599,0.286368843069874,0.16621777606771834,1662,-0.4142802596410844,-0.6394767218160831 +21041,KY,Carroll,4090.09903349113,0,0.37832753986598183,1031.30901099808,0.09539441411507539,4,0.369856681,18.4166666666667,1.72456846770921,13,1.202034212,407,32307,1119.3,1629,1106,3680,3851,0.44266304347826085,0.28719813035575176,1482,-0.10054347826086957,-0.3848351077642171 +21043,KY,Carter,1528.80470166053,25.697007428757917,0.05515168476408839,328.170405237353,0.011838759207696718,6,0.220401866,37,1.3680396361754,18,0.661205598,929,81768,977.4,3383,2276,8906,10267,0.3798562766674152,0.22168111424953735,5311,-0.2128901863911969,-0.5172883997272817 +21045,KY,Casey,703.501284197861,-27.31445012308784,0.04409284137874403,164.091232879447,0.01028462757000608,5,0.314643509,23.5,1.48593107809042,3,0.188786105,563,47741,922.4,1086,767,6091,6438,0.1782958463306518,0.11913637775706741,4715,-0.6268264652766377,-0.7323703013358186 +21047,KY,Christian,18938.2352253862,24.83210697412851,0.25607782063939155,5316.1546633402,0.07188364090785208,13,0.175084175,63,0.870755069038438,43,0.579124579,1747,221558,887.9,8252,7188,21953,22069,0.3758939552680727,0.32570574108477957,6920,-0.23791736892452064,-0.31356201005935924 +21049,KY,Clark,3670.51161118725,-2.102682399863405,0.1030666220533864,957.71795199209,0.02689236941544071,6,0.167794619,37.5833333333333,1.04925691206715,32,0.894904637,1256,107066,986.1,5228,4706,15410,16193,0.3392602206359507,0.29061940344593346,6004,-0.3051914341336794,-0.3707774964490829 +21051,KY,Clay,1989.59623257483,-31.348888007041452,0.09155988184881869,206.59044077534,0.009507153280043259,6,0.283728188,33.8333333333333,1.62926578702366,11,0.520168345,744,63362,1118.6,1111,752,7383,6762,0.15048083434918055,0.11120970127181307,5109,-0.6860354869294325,-0.7555456965394853 +21053,KY,Clinton,10.6970472969115,-93.48261957713152,0.0010413792150420073,3.91663787700236,3.812926282128466e-4,2,0.196753566,14.4166666666667,1.41659297107858,6,0.590260698,424,30533,1185.8,752,547,4393,4454,0.17118142499430913,0.12281095644364616,3262,-0.6412474391076713,-0.7323753929052537 +21055,KY,Crittenden,269.660609051621,NA,0.028949072361956093,56.3323835073825,0.006047491519847827,2,0.216825672,9.16666666666667,0.997678130895371,6,0.650477016,379,27582,1009.8,960,617,3854,4036,0.24909185262065386,0.15287413280475717,2673,-0.4875454073689673,-0.6622893954410307 +21057,KY,Cumberland,110.583775582272,-18.693167911793875,0.016129488853890313,25.184044222442,0.003673285329994458,2,0.296515938,11.5833333333333,1.71910557039675,4,0.593031875,320,20309,1073.6,599,459,2853,3061,0.20995443392919733,0.14995099640640314,2043,-0.5667718191377498,-0.6674289447892845 +21059,KY,Daviess,15930.5113417571,-8.238280597478594,0.16481657984767734,4088.87757343838,0.04230340147987068,16,0.162808446,102.75,1.03086060557417,77,0.783515645,3056,295839,827.4,16208,14163,42079,45752,0.3851802561847953,0.30956023780381187,14744,-0.2111266902730578,-0.32225913621262453 +21061,KY,Edmonson,306.784930553196,16.90024982641317,0.025226949309530136,61.4249290955889,0.00505097681897779,2,0.166486307,14,1.15568763414231,3,0.24972946,415,36121,869,1374,979,4664,5239,0.2945969125214408,0.18686772284787173,3156,-0.3983704974271012,-0.602405039129605 +21063,KY,Elliott,4.53188812732697,-71.08625640413044,5.771635414323701e-4,1.08147330582142,1.3773220909595263e-4,1,0.130344108,10.1666666666667,1.3398348269197,2,0.260688217,210,22963,732.9,1186,740,2399,2847,0.4943726552730304,0.2599227256761503,1260,0.02501042100875367,-0.44257112750263433 +21065,KY,Estill,1341.49080258628,-26.28290874350585,0.09143203398216194,298.896270180077,0.02037188319111757,4,0.276874092,17.25,1.20570350178234,8,0.553748183,614,43260,1231.9,1356,1108,5184,5538,0.26157407407407407,0.20007222824124232,3128,-0.46161265432098764,-0.5648248465149874 +21067,KY,Fayette,46941.7344592896,2.7724895417480315,0.15869255707105606,10271.0937582871,0.03472275047341338,60,0.193052056,228.166666666667,0.716493588193609,311,1.000653159,6860,934716,766.3,62078,69776,125821,136112,0.49338345745145884,0.5126366521688022,12886,0.010212921531381924,0.0946720347948748 +21069,KY,Fleming,838.481728425686,-0.9397156084522847,0.05843892726691427,167.84647144637,0.011698248637187762,5,0.343760743,22,1.51650927138623,5,0.343760743,568,43691,1152.4,1911,1348,5782,6250,0.3305084745762712,0.21568,3374,-0.3232445520581114,-0.53984 +21071,KY,Floyd,1950.82579463096,16.040136811864848,0.04944933701632303,396.403057903533,0.010047985042293808,18,0.472341766,57.25,1.54271085960658,26,0.682271439,1507,114314,1141.2,4733,4015,14890,16521,0.3178643384822028,0.24302403002239573,7978,-0.33922095366017463,-0.4829005508141154 +21073,KY,Franklin,7305.1095113299,-35.9163968063903,0.14822176141483007,1585.96878777358,0.032179543223568634,6,0.120288693,48.6666666666667,0.962552742616034,47,0.942261427,1560,149978,865.9,11535,10717,23337,23840,0.49427947036894204,0.44953859060402684,1102,0.00814157775206753,-0.04622483221476509 +21075,KY,Fulton,7.18897076274152,130.1014785168063,0.0010551843186175722,1.62719887133426,2.3883735084900338e-4,2,0.319233839,11,1.78022333710956,3,0.478850758,292,18858,1089.1,1022,774,2481,2381,0.41193067311567916,0.3250734985300294,775,-0.16243450221684802,-0.32549349013019735 +21077,KY,Gallatin,NA,NA,NA,NA,NA,1,0.116427989,7.75,0.900220699268208,3,0.349283968,301,25748,1296,1238,749,3060,3334,0.4045751633986928,0.22465506898620277,1694,-0.16993464052287577,-0.5080983803239352 +21079,KY,Garrard,122.193154523149,-96.81572711751195,0.007225233829419879,17.4034130545333,0.0010290570633002187,1,0.059319,12.8333333333333,0.742154368108567,3,0.177957053,513,51103,823.9,1661,1453,7077,7613,0.23470397060901513,0.19085774333377117,4451,-0.5156139607178183,-0.5846578221463287 +21081,KY,Grant,4503.75143272545,3.7490451881898514,0.18261906709615808,1364.34590347248,0.05532178669501581,1,0.040201,22.3333333333333,0.896093300699488,15,0.603015075,703,74145,1040.8,2810,1910,8606,9551,0.3265163839181966,0.19997905978431577,5358,-0.33162909597954915,-0.5609883781802953 +21083,KY,Graves,3573.32898646182,-21.938487536531134,0.09626165745701411,786.885229559344,0.021197845681941326,6,0.159498113,39.3333333333333,1.05785953776917,18,0.478494338,1320,112459,911.4,4547,3308,15493,16582,0.29348738139805075,0.1994934266071644,9363,-0.3970825534112179,-0.5646484139428296 +21085,KY,Grayson,5837.20862412188,-0.7738388372559601,0.22672293265446594,1351.11239008128,0.05247853608643206,5,0.190883408,34.25,1.30805071799572,17,0.649003589,939,78370,1030.3,2744,1959,9269,10564,0.2960405653252778,0.18544112078758046,6260,-0.39486460243823496,-0.5925785687239682 +21087,KY,Green,1254.53910814183,71.78141336500893,0.11143534447875554,291.248482099386,0.025870357265889682,2,0.181110206,9.58333333333333,0.866485834840265,7,0.633885719,430,33224,951,1165,832,4856,5331,0.23990939044481055,0.1560682798724442,3540,-0.5084431630971994,-0.6640405177265053 +21089,KY,Greenup,8653.32232470595,-2.34922390675791,0.23444384515594552,1838.9402012975,0.0498222758411677,7,0.192794976,37.4166666666667,1.0424502456375,21,0.578384929,1406,108848,959.8,6027,4146,15159,16265,0.3975855927171977,0.25490316630802334,7400,-0.1865558414143414,-0.4549646480172149 +21091,KY,Hancock,271.349078271873,795.7532489673202,0.03168115333004939,63.5943329609099,0.007424907526084051,0,0,7.91666666666667,0.898600075671585,3,0.342739632,248,26081,866.7,1833,1244,4133,4292,0.4435035083474474,0.2898415657036347,1544,-0.09170094362448583,-0.3597390493942218 +21093,KY,Hardin,28939.4097778166,18.356063701746812,0.27419544430058457,8288.14352851819,0.07852859525044949,12,0.110838121,89.25,0.831656043833166,66,0.609609665,2677,323090,845.2,15214,13944,39212,43113,0.3879934713863103,0.3234291281052119,13026,-0.20766602060593703,-0.3021362466077517 +21095,KY,Harlan,5719.80983042747,12.452006025576432,0.1953620407960745,1240.72949045586,0.042377535707898775,9,0.319568228,37.5833333333333,1.38336768747546,18,0.639136456,1289,84232,1265.2,1830,1372,10658,10744,0.17170200788140363,0.12769918093819807,7757,-0.6401763933195721,-0.7219843633655993 +21097,KY,Harrison,948.831351709748,-35.82853540513443,0.05034656434838947,221.555908989298,0.011756123792279423,2,0.10757315,16.1666666666667,0.867031356144302,10,0.537865749,691,55956,1003.9,2471,2031,7163,7774,0.3449671925171018,0.26125546694108565,3404,-0.29107915677788637,-0.43786982248520717 +21099,KY,Hart,1704.04633217987,-0.8984021409106218,0.09363406407933787,404.747363566907,0.02224008811291318,5,0.268860569,25.5833333333333,1.37345430468317,6,0.322632683,645,55469,991.3,2283,1730,6621,7261,0.3448119619392841,0.23825919294862966,3590,-0.2979912399939586,-0.4944222558876188 +21101,KY,Henderson,4483.63973694868,-0.5316613424731337,0.09694356187997148,1125.29797024168,0.024330766924144435,7,0.150644543,41.4166666666667,0.895437413068702,35,0.753222717,1543,139186,935,8091,6707,18614,19692,0.4346728269044805,0.34059516554946173,5452,-0.11845922423981947,-0.27686370099532803 +21103,KY,Henry,320.959550383081,-74.95507983154414,0.020819898182607748,70.615260907433,0.004580647438209198,2,0.128435654,18.75,1.185358452396,8,0.513742615,511,46596,927.5,2529,1828,6584,7142,0.3841130012150668,0.25595071408569026,3116,-0.21430741190765495,-0.43629235508261 +21105,KY,Hickman,0,-100,0,0,0,2,0.422475708,4.75,1.02658309920035,1,0.211237854,196,14040,823.8,686,449,2139,2157,0.32071061243571763,0.20815948076031526,1208,-0.3482935951379149,-0.5600370885489105 +21107,KY,Hopkins,10899.9897592173,39.58887992646889,0.2323100971700192,2623.4518948655,0.05591329699201833,7,0.150940141,44.6666666666667,0.973045195770884,29,0.625323443,1796,139043,1019.5,5789,4310,19765,20325,0.2928914748292436,0.2120541205412054,10967,-0.3992916772071844,-0.5395817958179582 +21109,KY,Jackson,23.8481425112823,-6.869191376506821,0.0017673145480422633,6.55007253761187,4.8540629447249665e-4,2,0.150500414,14.4166666666667,1.07844604029523,4,0.301000828,443,40079,997.9,612,482,5061,5497,0.12092471843509188,0.08768419137711479,4407,-0.7415530527563723,-0.8017100236492632 +21111,KY,Jefferson,119488.484865259,-9.180033188206457,0.16123212763968367,29002.8882922253,0.03913512998616279,155,0.203940392,622.75,0.813677889389458,658,0.865759856,22686,2281760,858.1,186164,190824,339500,352778,0.5483475699558173,0.5409180844610492,47066,0.11118998527245949,0.13341534902970142 +21113,KY,Jessamine,7707.39465535987,77.66625310066986,0.15863406444983885,2017.56155258138,0.04152557429262298,5,0.098396143,40.25,0.768760624176328,35,0.688773,1366,153137,843.1,6001,6144,20620,23292,0.29102812803103784,0.26378155589902114,9330,-0.39917555771096025,-0.40056671818650175 +21115,KY,Johnson,3913.69510349085,68.65533764015161,0.16756701076771927,824.788233053285,0.035313762333160005,4,0.17195426,32.75,1.42527635129254,21,0.902759866,867,69888,1066.5,1723,1250,9035,9560,0.1907028223574986,0.1307531380753138,6793,-0.5945766463752076,-0.7105648535564855 +21117,KY,Kenton,49639.8753183589,-4.858210701458302,0.310793108679933,13164.3471006932,0.08242140684130478,25,0.152505048,127.25,0.771469277638001,98,0.597819788,4462,492551,892,24917,24213,67679,71905,0.3681644232332038,0.33673597107294345,18745,-0.24335465949555996,-0.26069118976427236 +21119,KY,Knott,138.576973412984,181.86773790393383,0.008477729928605408,33.3559083909206,0.0020406159544182428,5,0.31462371,19.75,1.27058672156459,5,0.31462371,575,47651,1048.3,1420,1245,5693,5756,0.24942912348498156,0.21629603891591384,3112,-0.47602318636922536,-0.5406532314107019 +21121,KY,Knox,2739.43184214812,61.58906636282049,0.08592139516821252,679.046864152903,0.021298085630364238,10,0.314485188,40.75,1.28601634739799,19,0.597521857,1145,95286,1024.1,2484,1761,11100,12001,0.22378378378378377,0.14673777185234563,8124,-0.5390090090090089,-0.6769435880343305 +21123,KY,Larue,191.152675683566,-9.448468662488752,0.01346809523593081,48.2322148700114,0.0033983100732763614,3,0.211565585,12.6666666666667,0.898600075671585,8,0.564174894,484,42478,866.8,1733,1278,5764,6359,0.3006592643997224,0.20097499606856423,3521,-0.3778625954198473,-0.5537034124862399 +21125,KY,Laurel,5505.68364458836,-15.77625043087367,0.09355611216143622,1269.55570476181,0.021573105826128054,9,0.149962509,80.5,1.33609958506224,39,0.649837541,1705,179842,872.6,3905,3440,22408,24811,0.17426811852909674,0.1386481802426343,17152,-0.6357550874687612,-0.691306275442344 +21127,KY,Lawrence,2504.38730326915,41.09689047618085,0.15790588292995902,604.494746522947,0.03811442285768897,3,0.189825361,20.5,1.29231545104961,8,0.506200962,602,47363,1123.1,1520,1045,5592,6037,0.2718168812589413,0.17309922146761636,3771,-0.44259656652360513,-0.6246480039754845 +21129,KY,Lee,1.82599131355528,41.79396294548379,2.3151912178968938e-4,0.60850965847203,7.715350050361734e-5,2,0.263365815,12.75,1.93768996960486,4,0.52673163,292,20362,1267.9,595,444,2623,2663,0.22683949675943577,0.16672925272249342,1707,-0.5268776210446053,-0.6410063837776944 +21131,KY,Leslie,350.828101725769,-17.146296058275865,0.031019283972216535,73.2966180957806,0.006480691255153015,3,0.2747756,18.8333333333333,1.78718289365471,2,0.183183733,471,32578,1213.7,433,400,4950,4487,0.08747474747474747,0.08914642299977714,3615,-0.8092929292929293,-0.8056607978604858 +21133,KY,Letcher,NA,NA,NA,NA,NA,4,0.171240207,32.3333333333333,1.4198100089287,15,0.642150777,943,70004,1113.1,1702,1542,8758,9131,0.1943366065311715,0.168875260102946,5751,-0.5833523635533228,-0.6298324389442558 +21135,KY,Lewis,160.607534205861,4.248738160778044,0.011579490569997188,50.3922322464059,0.003633181849055941,4,0.288184438,20.4166666666667,1.51887119972226,5,0.360230548,471,41284,943,1342,785,4769,5293,0.2814007129377228,0.1483090874740223,3578,-0.4160201300062906,-0.6759871528433781 +21137,KY,Lincoln,4359.72627964824,126.54832748926421,0.1762075127171708,1055.62327647319,0.04266523629751798,7,0.286357128,26.3333333333333,1.08047486186334,9,0.368173451,891,73380,1010.9,2582,1865,9152,9555,0.2821241258741259,0.19518576661433804,5473,-0.41892482517482516,-0.5727891156462585 +21139,KY,Livingston,1424.89170626967,957.6520945222499,0.1496892222155342,309.256976583106,0.032488389177760896,6,0.641094134,13,1.40252454417952,4,0.427396089,383,28023,1007.7,1346,887,4511,4642,0.298381733540235,0.1910814304179233,2683,-0.38638882731101754,-0.577983627746661 +21141,KY,Logan,4080.23895057223,441.03053205975976,0.1520491503846555,984.712054533833,0.03669506445067386,3,0.111661146,24.1666666666667,0.908760450745184,14,0.521085346,948,80756,955.5,3469,2755,10509,10896,0.3300980112284708,0.252845080763583,5023,-0.32638690646112856,-0.4609948604992658 +21143,KY,Lyon,260.159269720432,87.96219249292461,0.03129170913163724,27.0327374200278,0.003251471905223455,1,0.118623962,4.5,0.557689924402032,3,0.355871886,377,25147,975.2,1373,1045,3838,3959,0.3577384054194893,0.2639555443293761,1744,-0.2707139134966128,-0.44051528163677695 +21145,KY,McCracken,15861.0186455426,9.817164247517,0.24191289019358803,3575.20528510355,0.0545291738748349,11,0.168412028,64.8333333333333,0.994956160543466,70,1.071712903,2453,195651,912.7,10062,9134,30540,31284,0.3294695481335953,0.29197033627413377,11640,-0.3247216764898494,-0.37207518220176444 +21147,KY,McCreary,359.65669847792,-58.4886594740288,0.01964692988516989,91.010325681638,0.004971611803869655,5,0.27990819,22.6666666666667,1.29442445700798,6,0.335889828,610,53683,1122.8,1069,664,5704,5772,0.1874123422159888,0.11503811503811504,4348,-0.6127279102384292,-0.7532917532917534 +21149,KY,McLean,49.8843907952833,1635.6671735011805,0.005233909431883674,17.5985937686528,0.0018464582697149093,3,0.316522473,11.4166666666667,1.20492524186456,8,0.844059928,363,28458,947.8,1432,988,4200,4565,0.34095238095238095,0.21642935377875136,2393,-0.30309523809523814,-0.5242059145673603 +21151,KY,Madison,18254.7312426582,129.38249898230023,0.22015933285081526,3658.27011814692,0.04412019535610642,8,0.091596061,91.0833333333333,1.01715672589069,63,0.721318983,2201,260034,866.4,11512,11793,33317,37318,0.34552930936158716,0.3160137199206817,11638,-0.28862142449800404,-0.31186022830805504 +21153,KY,Magoffin,231.728841252829,117.14711964725939,0.017380097596402085,74.2500746813457,0.005568894823471507,4,0.309765353,21.4166666666667,1.68847892357826,8,0.619530705,462,38665,1097.8,1433,1172,4905,5113,0.2921508664627931,0.22921963622139643,2652,-0.39918450560652396,-0.5186778799139449 +21155,KY,Marion,309.121466638046,-33.952392917754246,0.015596441303635016,66.2108363008915,0.0033406072805697022,2,0.099965012,16.5,0.859151262692007,14,0.699755086,605,58557,864.5,3418,2679,7316,8108,0.4671951886276654,0.330414405525407,2443,-0.05221432476763255,-0.30130735076467685 +21157,KY,Marshall,1059.39045221828,0,0.03368705330126812,210.24086949788,0.006685349449818112,8,0.258456369,28.0833333333333,0.895371698815027,21,0.67844797,1231,93358,921.2,5022,3672,15714,16678,0.31958762886597936,0.22017028420673943,8650,-0.34236986127020497,-0.5186473198225207 +21159,KY,Martin,5.05276608467102,-86.91297344229939,3.908087311215887e-4,1.05580186843872,8.166152590600356e-5,3,0.239291697,20.0833333333333,1.67333222240738,8,0.638111191,391,37511,982.7,574,363,3824,3951,0.15010460251046026,0.09187547456340167,3140,-0.6814853556485356,-0.7947355099974689 +21161,KY,Mason,2901.2511317538,33.32144827673849,0.16588056785327615,671.931011501276,0.03841801094918673,4,0.233018758,24.9166666666667,1.44948613535001,13,0.757310964,687,51501,1078.4,2592,1970,6879,7212,0.37679895333624075,0.27315585135884635,2974,-0.2333187963366768,-0.4123682750970604 +21163,KY,Meade,4046.18622575817,-1.237874921869226,0.14146515019083178,1456.58960321517,0.05092614513723412,2,0.068636535,25.4166666666667,0.90367157315888,11,0.377500944,704,86504,871.9,4122,3026,10915,12223,0.3776454420522217,0.24756606397774686,5634,-0.22757672927164452,-0.4609343041806431 +21165,KY,Menifee,94.3353960383683,NA,0.01495962512501876,16.1308211991563,0.0025580116078585953,1,0.159058374,7.16666666666667,1.11839367457345,1,0.159058374,239,18993,976,1048,700,2598,2779,0.403387220939184,0.2518891687657431,1310,-0.16782140107775212,-0.47139258726160493 +21167,KY,Mercer,4717.22358240688,20.780801806942016,0.22114404305503166,1257.11632654536,0.0589337736883109,3,0.140719546,18.0833333333333,0.841986000527696,12,0.562878184,764,64094,911.4,2966,2395,9936,10579,0.29851046698872785,0.22639190849796767,5345,-0.3878824476650564,-0.5052462425560073 +21169,KY,Metcalfe,78.7793182627465,-2.0438723139295565,0.0078007048482767105,15.7632124165748,0.0015608686421006834,1,0.1001001,7.75,0.773607506488321,2,0.2002002,381,29863,1014.7,1425,976,4184,4616,0.3405831739961759,0.21143847487001732,2515,-0.2989961759082218,-0.544844020797227 +21171,KY,Monroe,381.303676002626,-14.254862692340486,0.03478096105104679,81.2711598516908,0.007413222644503403,5,0.467115097,18,1.7000377786173,11,1.027653214,465,32079,1148.2,936,601,4746,4991,0.1972187104930468,0.1204167501502705,3677,-0.5954487989886219,-0.7367261069925866 +21173,KY,Montgomery,3017.9372865539,-47.52047167348027,0.11388872359537718,656.803330292892,0.02478596665130352,5,0.181990245,35,1.26030751503367,17,0.618766834,805,82214,892.2,3701,3158,10248,11437,0.36114363778298203,0.2761213604966337,4698,-0.2631733021077283,-0.41077205560898844 +21175,KY,Morgan,2143.87442080466,51.98483556798203,0.15398078149857503,515.439774108667,0.037020740796428,3,0.225513042,22.6666666666667,1.70451696997042,4,0.300684056,448,39942,1020.3,1369,1006,4472,4766,0.30612701252236135,0.21107847251363826,2622,-0.3694096601073345,-0.5501468736886277 +21177,KY,Muhlenberg,1594.05150261904,13.36292270013083,0.050606416159847616,374.57212701848,0.011891556145226197,8,0.256352741,28.4166666666667,0.915839456834687,21,0.672925946,1180,93687,977.2,4771,3272,12737,13046,0.37457800109915995,0.25080484439674994,6121,-0.23482766742561045,-0.4691859573815729 +21179,KY,Nelson,5565.99559644769,-10.756230468067105,0.12813950310674518,1323.74523873995,0.030475061324215534,5,0.111577256,37.5833333333333,0.824937626667252,24,0.535570829,1154,134426,840.8,7611,6434,18532,20761,0.4106950140297863,0.3099080005780068,6996,-0.16522771422404486,-0.3369779875728529 +21181,KY,Nicholas,37.2301902326708,-11.705301017555371,0.005217966395609081,8.26009986083955,0.0011576874366979034,2,0.284050561,6.5,0.917560700169396,0,0,312,21249,1176.8,948,787,2580,2837,0.3674418604651163,0.2774057102573141,1170,-0.24612403100775193,-0.41240747268241096 +21183,KY,Ohio,4152.15182775888,68.86495148497958,0.1741528323026122,980.175352555783,0.041111289009134425,3,0.125119907,27,1.10755599310854,12,0.500479626,837,72285,948.9,2987,2080,9646,10398,0.30966203607713044,0.20003846893633392,5862,-0.3610823139125026,-0.5637622619734565 +21185,KY,Oldham,24249.0836729,-1.3432801096247349,0.40203401540055705,6550.86948307732,0.10860914986201539,3,0.0472515,23.75,0.362263575350824,33,0.519766892,1172,192273,733.9,9240,10268,29873,32838,0.309309409834968,0.31268652171265,10201,-0.366183510193151,-0.31064620257019304 +21187,KY,Owen,1101.07473585408,46.28156757757253,0.10156579059626233,276.052027968587,0.02546370519035025,2,0.187881635,10.3333333333333,0.970995426924763,5,0.469704086,351,31978,953.7,1501,1062,4555,4997,0.3295279912184413,0.21252751650990595,2683,-0.3227222832052689,-0.5369221532919751 +21189,KY,Owsley,33.3749056116794,-51.72022545262542,0.007018907594464648,5.70798266609199,0.0012004169644778107,0,0,7,1.55867290135827,1,0.221827862,237,13572,1386.3,283,256,1580,1757,0.17911392405063292,0.14570290267501423,1218,-0.6303797468354431,-0.6932270916334662 +21191,KY,Pendleton,116.244714036351,2.9347539722692884,0.007813720107303287,28.152733805473,0.0018923663242234995,2,0.137997654,10.0833333333333,0.69253663003663,6,0.413992962,461,43390,982.5,1859,1164,5534,6006,0.3359233827249729,0.1938061938061938,3440,-0.3066498012287676,-0.5727605727605728 +21193,KY,Perry,701.318248883937,-58.878728451851856,0.024425962973110095,148.980835676251,0.005188800350942149,8,0.289886582,46.5833333333333,1.7036657767375,21,0.760952277,1194,83204,1258.7,2047,2136,10240,10566,0.19990234375,0.2021578648495173,6022,-0.58525390625,-0.5699413212190043 +21195,KY,Pike,982.724339597509,24.798736081907,0.015113255714774683,246.35833586083,0.003788729328568375,21,0.333153536,88,1.45322434150772,47,0.74562934300000006,2460,188229,1119.6,5645,4277,23632,24637,0.23887102234258634,0.1736006819012055,15463,-0.505416384563304,-0.6276332345658968 +21197,KY,Powell,386.658410406671,58.32899472180662,0.030655546690451996,101.305554191495,0.008031836533060732,4,0.321698568,19.5833333333333,1.59110605568194,12,0.965095705,515,37137,1314.1,1620,1272,4441,4952,0.36478270659761314,0.2568659127625202,2241,-0.24904300833145687,-0.45254442649434573 +21199,KY,Pulaski,11036.6913811054,24.979843250341784,0.17501056691095254,2514.39550601281,0.03987116860937174,11,0.172346259,73.9166666666667,1.15574248962829,43,0.673717195,2426,191274,1021.4,4976,4208,26003,28015,0.19136253509210477,0.15020524718900588,18692,-0.6052378571703265,-0.6672139925040157 +21201,KY,Robertson,1612.86828090351,-5.422371187837534,0.7067783877754207,351.169448715053,0.15388669969984795,1,0.455166136,1.66666666666667,0.773395204949729,0,0,115,6540,1098.2,340,222,935,1013,0.36363636363636365,0.21915103652517276,537,-0.2556149732620321,-0.5301085883514314 +21203,KY,Rockcastle,274.360451126975,-36.318098626188466,0.016085861346562796,58.8516420444707,0.003450494960393451,3,0.178295495,19.75,1.17210682492582,9,0.534886485,596,50521,1007.6,1097,915,6216,6686,0.17648005148005147,0.1368531259347891,4694,-0.6324002574002574,-0.7020640143583607 +21205,KY,Rowan,2000.23422770173,23.177344107920327,0.0857255486950555,289.094017071024,0.012389920587623709,2,0.084548721,28.75,1.17582102981473,20,0.845487212,686,71112,973.9,3438,3295,7641,8829,0.4499411071849234,0.3732019481254955,1879,-0.07813113466823718,-0.21282138407520673 +21207,KY,Russell,179.107475402765,-58.10805007051992,0.010196838907074578,37.4331164005598,0.002131119635670925,4,0.225047823,24.9166666666667,1.40597374261746,9,0.506357601,695,53135,977.9,1445,1093,7907,8171,0.1827494625015809,0.13376575694529433,5770,-0.6198305299102062,-0.7061559172683882 +21209,KY,Scott,13103.7919774885,64.99107657770156,0.2777816118857927,3897.4270628628,0.082619868629572,4,0.077997036,32.0833333333333,0.594444032708318,32,0.623976289,1058,153797,828.4,7532,7713,20565,24159,0.3662533430585947,0.31925990314168634,7339,-0.25027960126428395,-0.3037791299308746 +21211,KY,Shelby,4468.17764895729,17.23573097756352,0.10619807123062439,1183.14741743725,0.028120630732453532,6,0.133704735,32.3333333333333,0.696718956501753,28,0.623955432,1063,134847,778.5,6634,6276,18659,20563,0.3555388820408382,0.30520838399066286,6920,-0.2763277774800364,-0.33652677138549825 +21213,KY,Simpson,2266.67759508011,0.022749417258588294,0.13081766001501186,622.409659719677,0.03592137471689716,1,0.0560978,13.5833333333333,0.751165920109127,18,1.009761023,530,53617,867.8,2650,2144,7089,7524,0.37381859218507546,0.28495481127060074,2933,-0.24051347157568065,-0.38981924508240295 +21215,KY,Spencer,NA,NA,NA,NA,NA,2,0.113199004,7,0.383057896464923,10,0.565995019,394,53133,883.5,2549,1921,8431,9509,0.30233661487368046,0.20201913976233044,5275,-0.3768236270904993,-0.5547376169944264 +21217,KY,Taylor,4103.66934264808,130.55726859231757,0.1674147088221312,943.597075811662,0.038495311513204226,6,0.237557905,22.25,0.876087726896878,19,0.752266698,864,75434,918.9,3284,2553,10946,11301,0.30001827151470856,0.22590921157419697,5767,-0.3898227663073269,-0.5103088222281215 +21219,KY,Todd,59.2503127974123,-93.38580264572353,0.004755241797545128,11.8395354795102,9.502034895273034e-4,3,0.239616613,8.33333333333333,0.67778229632642,5,0.399361022,375,37544,873.9,1403,1042,4718,4771,0.2973717676981772,0.21840285055543912,2570,-0.3908435777871979,-0.5386711381261791 +21221,KY,Trigg,1851.68717233776,6.0069381355360445,0.12913642320508822,448.88396646819,0.031305109593987725,3,0.212134069,12.1666666666667,0.85296317068611,6,0.424268137,524,42659,903.6,2115,1587,6740,6740,0.3137982195845697,0.235459940652819,3341,-0.3568249258160237,-0.49569732937685457 +21223,KY,Trimble,515.209051674698,-79.66361944603031,0.05848666723517971,126.662087404577,0.01437871352078295,0,0,6,0.696055684454756,2,0.227634874,291,26297,974,1355,879,3540,3786,0.3827683615819209,0.23217115689381934,1892,-0.21977401129943502,-0.49973586899101957 +21225,KY,Union,970.586064388917,8.209146197795484,0.0646755556999345,204.200506583555,0.013607017164227029,5,0.329706561,19,1.27688172043011,6,0.395647873,512,45307,1020.2,1941,1331,5975,6209,0.32485355648535563,0.21436624255113546,3370,-0.3365690376569038,-0.5427605089386375 +21227,KY,Warren,14250.3041657947,18.41515092709059,0.1252311600621722,3791.43717495917,0.033319013418862224,17,0.141125685,103.416666666667,0.823827125088955,92,0.763739,2872,362296,842.9,16805,16966,43889,48416,0.3828977648157853,0.35042134831460675,11707,-0.21825514365786414,-0.24180023132848644 +21229,KY,Washington,2021.02409908338,95.47233722226571,0.1724864811029598,468.843203504327,0.04001392877906691,4,0.334476127,11.1666666666667,0.916126562200892,7,0.585333222,386,35901,813.6,1669,1420,5218,5621,0.31985435032579534,0.2526240882405266,2593,-0.3499425067075508,-0.46130581747020105 +21231,KY,Wayne,2592.94925005234,-5.572334199501327,0.12458315716390428,574.146197507026,0.027585941359103736,2,0.097627648,20.4166666666667,0.998223569484509,12,0.585765889,749,61625,982.5,1855,1431,7210,7988,0.25728155339805825,0.17914371557336004,4939,-0.47628294036061025,-0.6183024536805207 +21233,KY,Webster,433.272218169448,453.50660978184766,0.031809134290393365,87.6171771889058,0.006432506951685324,3,0.226654578,18.9166666666667,1.42059677580855,5,0.377757631,510,39771,1023.9,1765,1240,5470,5804,0.3226691042047532,0.2136457615437629,3157,-0.33674588665447897,-0.5439352170916609 +21235,KY,Whitley,4495.55631351991,-1.5563883449992644,0.12614856226730392,1058.56467061171,0.029704090428815836,11,0.309832972,47.9166666666667,1.32747857565012,28,0.788665747,1480,107692,1261.7,2683,2067,13068,13765,0.20531068258340984,0.15016345804576825,9245,-0.5776706458524641,-0.6716309480566655 +21237,KY,Wolfe,124.69176578155,-72.58069447527235,0.016953333212991164,27.9481733066568,0.003799887601176995,3,0.415858054,12.25,1.71113283978209,2,0.277238703,317,21751,1250.1,976,753,2559,2634,0.38139898397811645,0.285876993166287,1051,-0.22118014849550605,-0.3990129081245254 +21239,KY,Woodford,8495.44418592798,25.857209794158948,0.3406489508772597,2247.22455397836,0.09010884774763865,3,0.117357118,18.6666666666667,0.714540907466952,13,0.50854751,686,76600,787.8,4883,4958,12331,13547,0.39599383667180277,0.3659850889495829,2739,-0.1893601492174195,-0.2021849856056691 +22001,LA,Acadia,1087.15803349386,3.440794049318705,0.017599242929659562,314.699006139039,0.0050944426551897916,21,0.336075281,78.25,1.24910208316705,28,0.448100374,1924,187200,971.5,6559,5638,26834,27386,0.24442870984571813,0.2058716132330388,15521,-0.49832302303048376,-0.5667494340173811 +22003,LA,Allen,7198.27470890453,-23.86337683520019,0.27939274603728187,1618.80038598123,0.06283187338849675,5,0.194454167,31.5833333333333,1.229689041167,10,0.388908334,779,76977,968.3,2616,2106,9306,9245,0.28110896196002577,0.22779881016765818,4761,-0.4168278529980658,-0.5149810708491076 +22005,LA,Ascension,33734.7376597653,-20.771643048706753,0.31464569005983584,9710.10199358024,0.09056663707112103,22,0.187987593,96.6666666666666,0.795041136525012,81,0.692136137,2151,351400,784.4,16343,16471,51056,54663,0.32009949858978376,0.30131899090792674,19664,-0.3428196490128486,-0.3597314454018257 +22007,LA,Assumption,9104.47762451999,-0.2548970658710696,0.3887313788702442,2184.42398174041,0.09326775038386106,5,0.217070418,21.5,0.947345230226922,4,0.173656334,676,69044,845.1,4754,3931,10991,10904,0.43253571103630245,0.360509904622157,2783,-0.12082613047038487,-0.25522743947175347 +22009,LA,Avoyelles,7985.4754485467,-9.512013973321976,0.18980047651811613,1681.37062108408,0.039963174032849574,10,0.243042897,67.9166666666667,1.65179041921022,16,0.388868635,1462,123539,1016.7,6075,5032,17027,16581,0.3567862806131438,0.3034798866172125,6131,-0.26968931696716975,-0.3697605693263374 +22011,LA,Beauregard,12563.0707222184,-14.357505808596777,0.35236076519376225,3309.66916605271,0.09282742935021907,2,0.0552517,26.25,0.71086197091559,18,0.497265042,1081,108929,945.3,2827,2393,14223,15078,0.19876256767208042,0.15870805146571162,9845,-0.5824368979821416,-0.6529380554450193 +22013,LA,Bienville,4133.45616800214,0,0.28798551996113286,1002.53567150586,0.06984851052085697,2,0.144040331,21.1666666666667,1.52662579636976,9,0.648181491,609,41497,1047.6,3490,3129,7203,7005,0.484520338747744,0.44668094218415416,627,-0.02096348743579063,-0.08950749464668101 +22015,LA,Bossier,26314.6201959832,-11.188539138869052,0.22495165966526642,7347.82088260559,0.0628131620428076,16,0.127934498,92,0.729828569615333,109,0.871553764,3077,373827,827.3,12955,12638,48559,49818,0.2667888547951976,0.2536834076036774,22813,-0.45369550443790024,-0.45792685374764136 +22017,LA,Caddo,82925.4014661677,-1.7300369640762776,0.3252371914474611,20534.0182981692,0.08053535252587256,27,0.106887092,224.416666666667,0.901811391823487,208,0.823426483,8324,759360,949.8,57879,53448,111516,105737,0.519019692241472,0.5054805791728534,4471,0.04932924423401125,0.04228415786337797 +22019,LA,Calcasieu,42022.2059697382,-0.5929876735474898,0.21799368136691874,11182.3264776572,0.05800924675079473,32,0.162268514,217.666666666667,1.08507268990018,165,0.836697024,5990,591120,958.5,28357,26293,81718,83773,0.347010450573925,0.3138600742482662,27889,-0.2874152573484422,-0.3329115586167381 +22021,LA,Caldwell,961.426009460156,-15.277061182796201,0.09489005225623331,206.804109859298,0.020410985971111132,3,0.303214069,10,0.991375037176564,4,0.404285426,378,29850,1067.5,1016,788,4716,4692,0.2154368108566582,0.1679454390451833,3034,-0.556403731976251,-0.6466325660699062 +22023,LA,Cameron,1747.26949526649,3.914990773574149,0.25548610838814007,366.058472936018,0.05352514591841176,3,0.449169037,6,0.871839581517001,1,0.149723012,137,20211,615.1,408,323,3744,3692,0.10897435897435898,0.08748645720476707,2933,-0.7617521367521367,-0.7944203683640303 +22025,LA,Catahoula,2487.87174894996,17.893638818873832,0.23905753329008936,405.973881198354,0.039009693590694144,1,0.098512462,11.5833333333333,1.16755703390115,5,0.492562309,439,30654,1250.2,1408,1322,4193,4856,0.33579775816837587,0.27224052718286657,2157,-0.31862628189840214,-0.4441927512355848 +22027,LA,Claiborne,2036.68201977712,39.72161361115073,0.11844617736418261,533.145134071475,0.031005823441202385,3,0.182793078,13.9166666666667,0.862674601206711,9,0.548379235,575,49380,890.7,3014,2717,6732,6421,0.4477124183006536,0.4231428126460053,868,-0.0943256090314914,-0.13518143591340914 +22029,LA,Concordia,5686.39051930264,20.505918556177445,0.27309530877450006,1494.54362006191,0.0717771405274186,3,0.146584579,26.3333333333333,1.32195448460509,14,0.68406137,783,60985,1086.6,3833,3272,9380,8869,0.40863539445629,0.3689254707407825,2202,-0.17238805970149257,-0.24828052768068554 +22031,LA,De Soto,6392.38601872671,-5.194861889860453,0.23981039986219652,1543.83717556493,0.057917060908048094,2,0.073686537,23.3333333333333,0.859454614657384,8,0.29474615,857,81079,895.6,5552,5163,13050,13497,0.4254406130268199,0.3825294509891087,2904,-0.138007662835249,-0.21515892420537902 +22033,LA,East Baton Rouge,115502.766865058,-7.084477426718415,0.26240430847342966,28105.5694543933,0.06385147920783808,120,0.269032961,458.25,1.02508293496959,383,0.858663534,11233,1337946,853.5,102460,102711,197912,196332,0.5177048385140871,0.5231495629851476,18091,0.051664376086341446,0.09214493816596375 +22035,LA,East Carroll,1562.12848282769,65.39151253434702,0.20133116159655756,411.792710564608,0.05307291024160433,2,0.267129691,11.9166666666667,1.63893091275845,5,0.667824229,261,22276,1104.5,2244,1838,3384,2939,0.6631205673758865,0.6253827832596122,779,0.33156028368794327,0.26505614154474316 +22037,LA,East Feliciana,2097.3065411295,-31.70995398958655,0.10348381808503973,238.19193106578,0.011752698034528051,1,0.0504719,17.4166666666667,0.884858337990482,11,0.555191036,722,59174,1075.8,4648,4235,10209,10042,0.45528455284552843,0.4217287392949612,1334,-0.07336663728083065,-0.13284206333399723 +22039,LA,Evangeline,8944.97874324539,62.44976081149579,0.26321147431866143,2289.96378392872,0.06738358592068974,16,0.474777448,52.1666666666667,1.54755900995778,10,0.296735905,1095,101279,1012.2,5330,4208,15765,14879,0.3380907072629242,0.28281470528933395,6149,-0.30738978750396445,-0.41326702063310705 +22041,LA,Franklin,2090.88074803066,-4.939316399233135,0.1006828501001907,503.316938325867,0.024236381678907258,3,0.146763857,28.5,1.4018691588785,11,0.538134142,835,61381,1082.8,2921,2506,9336,9162,0.31287489288774634,0.2735210652695918,4008,-0.36128963153384747,-0.4374590700720367 +22043,LA,Grant,4348.2680102442,-13.906356987773453,0.194910933266583,1089.37388813067,0.04883113936665336,3,0.134024303,15.0833333333333,0.67441687159997,2,0.089349535,627,67061,921,1421,1181,8666,8819,0.16397415185783523,0.1339154099104207,6225,-0.6532425571197784,-0.7058623426692369 +22045,LA,Iberia,14131.877384496,19.60901343101658,0.19295299541911523,3776.80449986942,0.051567510921209994,22,0.297647234,85.5833333333333,1.16800640526979,42,0.568235628,2232,222226,980.3,12129,10698,33392,32454,0.3632307139434595,0.3296357921981882,10205,-0.2623682319118351,-0.31444506070130024 +22047,LA,Iberville,5331.73493426058,3.750633462731412,0.15969493917574445,668.654712747255,0.020027397272808427,8,0.240045609,34.4166666666667,1.04546375050628,12,0.360068413,1035,99500,967.9,9548,8324,17014,16043,0.561184906547549,0.5188555756404662,1004,0.13383096273656986,0.0625818113819111 +22049,LA,Jackson,3734.17777437207,0,0.22945666550154048,818.418644997744,0.05028994991997935,1,0.062523446,13,0.822368421052632,9,0.562711017,596,47957,948.6,2305,2139,7529,7464,0.306149555053792,0.2865755627009646,3030,-0.37548147164298046,-0.4059485530546624 +22051,LA,Jefferson,51623.7053071229,-1.257389016413831,0.11934681912723305,13056.8892887985,0.03018571013149517,98,0.224917148,400,0.916332014578842,373,0.856062206,12293,1307028,799.9,7e4,73540,175733,181388,0.3983315598094837,0.405429245595078,26752,-0.18394382386916514,-0.14748494939025736 +22053,LA,Jefferson Davis,2236.04195824463,-2.3875485910942564,0.07077425961399729,565.88524272331,0.01791116169916152,6,0.19061537,29.25,0.931143157291567,18,0.57184611,1129,94164,1020.8,3483,3080,13733,14277,0.2536226607441928,0.21573159627372698,7695,-0.47556979538338306,-0.538978777054003 +22055,LA,Lafayette,50786.6337847731,-11.53172022812441,0.2292043153416544,14293.4943035692,0.06450773228194676,57,0.241890309,230.666666666667,0.955545061130029,223,0.946342788,5078,707611,778.5,31766,32726,98637,105599,0.32204953516428925,0.3099082377674031,35465,-0.3368208684367935,-0.3358459833899942 +22057,LA,Lafourche,25027.4473215012,-6.002052604203385,0.2598418501370585,6455.02596109333,0.06701785710971293,14,0.142827994,71.4166666666667,0.726480511333774,51,0.520301979,2733,293355,877.1,9543,8423,38725,41644,0.24642995480955454,0.20226203054461628,23535,-0.4851904454486766,-0.5651474402074728 +22059,LA,La Salle,2208.93343782209,49.71887300291172,0.1483501301425178,451.256715182215,0.030306025196925115,2,0.134779972,14.1666666666667,0.941181681282665,9,0.606509873,493,44671,952,764,605,6572,6568,0.1162507608034084,0.09211327649208283,5230,-0.7550213024954351,-0.796285018270402 +22061,LA,Lincoln,14853.3706146899,-0.03681817141034861,0.31782113222830644,2916.9893727498,0.06241552097464,3,0.063002709,33,0.691171850455545,40,0.840036122,1155,142593,845.4,7947,7102,18974,18664,0.41883630230842206,0.3805186455207887,3659,-0.14672710024243696,-0.19604586369481353 +22063,LA,Livingston,19726.103128249,-19.76225287148549,0.1540788834162514,5520.50503614155,0.043120186806910696,14,0.103129995,121.833333333333,0.869381133834744,72,0.530382833,3222,407676,890.7,7448,6950,54033,57700,0.13784168933799715,0.12045060658578856,41847,-0.7040142135361723,-0.7252512998266898 +22065,LA,Madison,1181.44740024248,0.12397549207694054,0.09769679982158934,194.009837591181,0.01604315203764004,2,0.168876129,13.0833333333333,1.13491788110109,7,0.591066453,389,35203,1068.1,3154,2744,5187,4732,0.608058608058608,0.5798816568047337,817,0.22247927511085402,0.1726542688081149 +22067,LA,Morehouse,6826.51831596957,-1.013764061033981,0.24398721598232853,1650.58358972539,0.058993659163136286,3,0.112107623,27.5833333333333,1.0580082594965,13,0.485799701,1136,80135,1116,5887,5155,12613,11852,0.46674066439387935,0.43494768815389806,1347,-0.05581542852612381,-0.11365170435369565 +22069,LA,Natchitoches,10995.9698122213,1.8700442487446143,0.2779146189208234,2691.65568009941,0.06802951220996335,8,0.204258796,33.6666666666667,0.859676897672914,17,0.434049941,1159,117634,886.6,7941,7143,17257,16617,0.4601610940487918,0.42986098573749776,1822,-0.06582835950628729,-0.10964674730697477 +22071,LA,Orleans,57760.4901457077,-34.07640344678794,0.16799190919238258,15602.414770997,0.04537841418553118,148,0.385095754,371.083333333333,0.947862254520066,303,0.788405495,9524,1152898,827.5,126199,133833,157233,165619,0.8026241310666336,0.808077575640476,109566,0.6247543454618305,0.6615545317868119 +22073,LA,Ouachita,46348.0787646053,-27.458447550452785,0.30150974996490565,12671.6725500556,0.08243346701831643,20,0.127938589,145.666666666667,0.92791363820711,114,0.72924996,4572,468956,930.3,26629,24420,68437,67987,0.38910238613615444,0.3591863150308147,17292,-0.20892207431652465,-0.25434274199479306 +22075,LA,Plaquemines,6459.58714287328,-11.015790957712262,0.2803396902557625,1602.89812957161,0.06956419275981296,3,0.127948138,20.4166666666667,0.870127287191726,13,0.554441933,537,70455,780,3597,3347,10235,10572,0.3514411333659013,0.31659099508134697,3553,-0.28060576453346364,-0.33607642830117285 +22077,LA,Pointe Coupee,2803.43326492435,-11.342738770552073,0.12294681453049514,725.115850678189,0.031800537263318523,9,0.401678122,29.6666666666667,1.3388089113528,10,0.446309024,820,66973,960.5,5436,4764,12147,11761,0.4475179056557175,0.40506759629283223,2025,-0.09154523750720345,-0.1721792364594848 +22079,LA,Rapides,45454.6848344254,-4.7132404581508425,0.3453662239628715,11927.7764774883,0.09062764679392082,15,0.113217801,142.916666666667,1.07923538532794,101,0.762333192,4287,397006,957.4,20040,18318,58008,56838,0.34546959040132397,0.32228438720574265,18496,-0.29559715901255,-0.32541609486611073 +22081,LA,Red River,2041.12211070163,20.17551463656222,0.22452118696530968,508.140516990329,0.055894897919956985,0,0,9,1.05263157894737,5,0.576767793,343,26121,1087.7,2253,1938,4807,4422,0.4686914915747868,0.43826322930800543,453,-0.04784688995215308,-0.1024423337856174 +22083,LA,Richland,2326.32623958992,4.0556343798409165,0.11224734569794548,694.686525526162,0.03351925334263749,2,0.096432015,22.5833333333333,1.10540055473976,8,0.385728062,675,62082,947.3,4074,3157,11507,9596,0.35404536369166595,0.3289912463526469,3129,-0.2817415486225776,-0.3260733639016257 +22085,LA,Sabine,6349.34088658217,-0.5606365480058036,0.26201216880213635,1545.67972651237,0.06378408478159411,5,0.206620108,19.6666666666667,0.820230498672339,10,0.413240217,861,72508,935.7,2194,1703,10050,9785,0.21830845771144278,0.17404190086867655,6174,-0.5513432835820895,-0.6309657639243741 +22087,LA,St. Bernard,16588.7754880647,7.774301087613739,0.4621215000714461,4325.39556572117,0.12049462533696882,12,0.270215497,53.5,1.17098581684469,32,0.720574658,989,133279,900.9,5052,4957,13944,15807,0.3623063683304647,0.31359524261403177,5275,-0.2470596672403902,-0.3337129120010122 +22089,LA,St. Charles,30492.4313862523,3.2942605669771217,0.5777270061813623,8269.89973307461,0.1566862397323723,13,0.24646886,42.6666666666667,0.806202722193879,31,0.587733434,1232,158301,849.9,8894,8558,25330,26190,0.3511251480457955,0.3267659411989309,8062,-0.27801026450848804,-0.30782741504390987 +22091,LA,St. Helena,662.77049039775,-34.35886770312606,0.0591600901899268,132.927024356678,0.011865306110566637,4,0.376683304,13,1.23668188736682,1,0.094170826,377,32041,971.4,4233,3353,7093,5964,0.5967855632313549,0.562206572769953,856,0.2082334696179332,0.14352783366867872 +22093,LA,St. James,5604.47033868404,27.411890648527802,0.25357299514451365,1384.23158460995,0.06262924552574202,6,0.277289953,23.1666666666667,1.07467025405514,11,0.508364914,578,64766,806.3,7055,6418,12391,12085,0.5693648615930917,0.5310715763342987,962,0.148979097732225,0.07960281340504755 +22095,LA,St. John the Baptist,18462.5488433888,-7.728071178240678,0.4020239709822489,5178.37092388322,0.11275957938949611,10,0.228597554,42,0.962618321835392,31,0.708652417,1163,131017,900.6,13178,12658,21122,20740,0.623899251964776,0.6103182256509161,5089,0.2631379604204147,0.24537126325940212 +22097,LA,St. Landry,13575.1660327652,18.25637961849976,0.16280300816421855,3672.95773783075,0.04404871123753658,31,0.37033055,117.583333333333,1.40175403041538,40,0.477845871,2931,251168,1049,19668,17208,41647,39970,0.4722549043148366,0.43052289216912687,4758,-0.043388479362259036,-0.1190392794595947 +22099,LA,St. Martin,2135.7606716809,-46.459503686270395,0.040946331895722776,489.994078351829,0.009394058250610219,14,0.262590265,64.3333333333333,1.19120360940866,22,0.412641846,1464,160070,913.7,9419,8266,25430,25749,0.37038930397168696,0.32102217561847063,8606,-0.24514353126228866,-0.3342265719057051 +22101,LA,St. Mary,18240.4886779309,33.54699184172546,0.33376923472883624,4759.04529382878,0.08708225606274071,13,0.244535571,62.1666666666667,1.19337850894874,34,0.639554569,1662,159550,948.4,9448,8050,23636,22871,0.3997292266034862,0.35197411569236153,6303,-0.1876375021154172,-0.2755891740632242 +22103,LA,St. Tammany,62438.8313795623,4.273017236472365,0.2671294232033982,16834.2597831754,0.0720213047966775,42,0.170850469,188.833333333333,0.744605063577311,188,0.764759243,6395,738614,785.2,25723,27716,112884,124389,0.22787108890542504,0.22281713013208562,63198,-0.522545267708444,-0.5080674336155127 +22105,LA,Tangipahoa,31687.6851456632,-5.829283587201873,0.26167192536283473,7702.44229705991,0.06360555832976796,20,0.157419578,153.833333333333,1.17690561803484,85,0.669033208,3556,381116,972.6,17720,16869,50090,52381,0.3537632261928529,0.322044252687043,17064,-0.27676182870832494,-0.3257669765754759 +22107,LA,Tensas,1283.98925198056,-56.07047558956037,0.24447624752105102,322.742888796374,0.06145142589420678,1,0.207039337,8,1.74026539047205,0,0,158,14420,802.4,1564,1329,2812,2543,0.5561877667140825,0.522611089264648,149,0.11877667140825038,0.05859221392056624 +22109,LA,Terrebonne,33431.1645259142,1.2555623996692225,0.29886612306377797,8482.81702762391,0.07583423053481057,18,0.158831004,109.083333333333,0.963463463463464,82,0.723563462,3110,340307,933.1,12071,10664,42335,43893,0.28513050667296563,0.2429544574305698,21236,-0.41169245305302943,-0.48381290866425175 +22111,LA,Union,3905.09300943357,-5.079670117555131,0.17187152895706923,900.528295972117,0.03963418405757304,4,0.177470163,21.5,0.956107973495798,6,0.266205244,811,67370,939.1,3075,2691,10766,10894,0.28562140070592607,0.24701670644391407,5281,-0.41668214750139326,-0.48476225445199195 +22113,LA,Vermilion,3644.22401403623,6.372924613719815,0.06283253183738047,887.977690452282,0.015310224149593647,16,0.268384326,56.25,0.934307781745702,20,0.335480408,1641,178673,840,5718,4745,24984,25253,0.22886647454370798,0.18789846750881084,15062,-0.5279779058597502,-0.5964439868530471 +22115,LA,Vernon,27251.628451162,33.03430314156828,0.5207251204028356,8056.28520683663,0.15393979452815817,2,0.0383642,31.9166666666667,0.631150836810431,22,0.422005678,1187,155906,930.6,3173,2665,15606,16633,0.2033192361912085,0.1602236517765887,10806,-0.5749711649365629,-0.6496723381230085 +22117,LA,Washington,5013.26730358172,-36.65304645499968,0.10628534819330308,1312.37961012438,0.02782351615765731,13,0.280862464,63,1.36039732239257,29,0.626539342,1747,139007,1070.7,6351,5690,18100,18622,0.3508839779005525,0.30555257222639887,6862,-0.28281767955801107,-0.36848888411556224 +22119,LA,Webster,11029.0488756416,32.5177651127131,0.26764988656397215,2770.0644443706,0.06722315248308783,6,0.14876156,56.3333333333333,1.41861831612524,32,0.793394987,1597,120954,993.9,6802,6259,18413,18140,0.36941291478846466,0.3450385887541345,5279,-0.2495519469939717,-0.29101433296582135 +22121,LA,West Baton Rouge,4535.16889831006,15.59302755274376,0.190649440823527,1159.02727544028,0.048723191333457205,4,0.159457843,29.5833333333333,1.14686308716159,20,0.797289217,663,75202,900.2,5692,5382,12772,12710,0.445662386470404,0.42344610542879624,1544,-0.09614782336360783,-0.1214791502753737 +22123,LA,West Carroll,564.761468105789,0,0.04866955085365297,153.953921679552,0.013267314863801448,5,0.433839479,16,1.4396256973187,9,0.780911063,422,34259,983.6,853,715,4548,4759,0.18755496921723835,0.150241647404917,3255,-0.6101583113456465,-0.6839672200042026 +22125,LA,West Feliciana,6576.24706820991,-0.461415151268534,0.42087981236543426,368.283663724281,0.023570154478353988,3,0.194729326,9.5,0.619134515119917,4,0.259639102,376,46173,769.8,2441,2247,5777,5798,0.4225376492989441,0.387547430148327,1143,-0.14124978362471874,-0.1971369437737151 +22127,LA,Winn,4130.00409980492,-2.7511325814916643,0.269705746738387,1016.86797392839,0.0664055360757781,4,0.2713152,10.6666666666667,0.741977369690225,8,0.542630401,512,44091,973.6,1919,1643,6532,6368,0.29378444580526636,0.25800879396984927,2962,-0.4011022657685242,-0.4651381909547739 +23001,ME,Androscoggin,12978.3240816559,6.6890383000646185,0.12050216413488977,2748.88319019848,0.025523046834770757,22,0.20476545,134.833333333333,1.25637895743842,76,0.707371556,3200,322006,806.3,28912,22975,52539,55340,0.5502959706123071,0.4151608239971088,5214,0.12756238223034316,-0.09421756414889776 +23003,ME,Aroostook,7943.72032592932,5.20731650747674,0.11052901524877307,1373.25405796596,0.019107472630665926,32,0.460783043,93.5,1.37582954428405,50,0.719973505,2608,207960,807.8,17844,13377,33866,34963,0.5269001358294455,0.38260446758001315,6042,0.07721608693084514,-0.17281125761519317 +23005,ME,Cumberland,59726.4284599861,-2.112075090157838,0.21204097098058783,13347.900445263,0.04738776189944049,68,0.236277654,243.25,0.832930992566112,244,0.847819817,7839,863734,692,100977,102935,166895,171249,0.6050331046466341,0.6010838019492084,45238,0.26345306929506573,0.26416504621924797 +23007,ME,Franklin,779.482896152344,66.51448052588806,0.02533420749325091,123.230534808649,0.004005152587384588,12,0.396091893,41,1.36662111262958,15,0.495114867,959,90661,772.1,9292,7001,16112,16382,0.5767130089374379,0.42735929678915885,899,0.18538977159880832,-0.05487730435844218 +23009,ME,Hancock,2217.66291915827,-34.07976395925757,0.04075237824172645,431.895298238731,0.007936625716467548,31,0.566769051,51,0.937172678660027,46,0.84101214,1810,164197,732.1,17533,16107,30738,31983,0.5704014574793416,0.5036112934996717,2425,0.1670570629188627,0.07582153018791232 +23011,ME,Kennebec,8675.39761388398,-22.846525576232906,0.07102191233705807,1717.0927603777,0.014057132241059835,22,0.181650043,132.333333333333,1.09757345033411,81,0.668802431,4051,362120,836.8,35022,29296,63225,65999,0.553926453143535,0.44388551341686994,2457,0.1346935547647291,-0.037227836785405866 +23013,ME,Knox,6350.07100798122,42.37289857619324,0.15980649808690406,1279.99248093888,0.03221241395557882,15,0.378062305,49.6666666666667,1.24966451959206,30,0.756124609,1431,119288,718.3,13227,12440,22002,23021,0.6011726206708481,0.5403761782720126,3292,0.225661303517862,0.14299986968420142 +23015,ME,Lincoln,1378.1459414137,-7.097855400319947,0.03999610939471515,285.952535232405,0.008298822742328264,10,0.292654375,32.1666666666667,0.940105993297483,25,0.731635938,1242,102289,707.3,11298,10241,20668,21432,0.5466421521192181,0.4778368794326241,514,0.11679891619895488,0.023982829413960405 +23017,ME,Oxford,3821.31649658626,-22.815315896373082,0.06607501766441755,773.195008121865,0.013369443191981483,15,0.262063664,69,1.20593529894961,26,0.454243684,1923,171829,789.4,16052,12172,28734,31094,0.558641330827591,0.39145815913037885,4042,0.1491612723602701,-0.12999292468000256 +23019,ME,Penobscot,19151.9057797449,-23.156971437799665,0.12442523716237924,4008.05398090833,0.026039344223464524,27,0.175994368,169,1.11326298038286,93,0.606202824,4662,459754,789.9,38816,32832,77171,80228,0.5029868733073305,0.4092336840005983,8769,0.02881911598916692,-0.10930099217230888 +23021,ME,Piscataquis,777.314406654683,4.039269123085441,0.04432930747959413,117.795351991314,0.006717727515900428,7,0.41113591,30,1.78115537612064,7,0.41113591,687,51154,850.7,4168,3098,8990,9144,0.46362625139043384,0.3388013998250219,2305,-0.04549499443826471,-0.2520778652668416 +23023,ME,Sagadahoc,3119.53022936714,-11.24764480841011,0.08838948883254866,582.315945021835,0.016499474258970193,8,0.228277928,27.6666666666667,0.784358196543154,20,0.570694821,1094,105245,725.5,11821,10679,20734,21596,0.5701263624963827,0.4944897203185775,1375,0.16359602585125876,0.06366919799962956 +23025,ME,Somerset,7965.42765039639,94.38173668968332,0.15251259191231503,1683.71242491861,0.03223773502563012,10,0.195453746,69.1666666666667,1.35847327244754,22,0.429998241,1737,154100,849,12211,9092,24705,25968,0.49427241449099374,0.35012322858903266,5906,0.01671726371179927,-0.22743376463339493 +23027,ME,Waldo,2729.38971659828,-22.43042695308793,0.07037048720152322,616.846582757549,0.01590384630427342,10,0.256075389,39.5833333333333,1.0055719269721899,20,0.512150777,1162,117150,747.3,11292,10442,20976,22630,0.5383295194508009,0.4614228899690676,64,0.10664569031273835,0.0028281042863455563 +23029,ME,Washington,3783.07448177169,-2.2603200464486135,0.11514105435146366,761.140532671936,0.0231659524187952,16,0.503018109,48.8333333333333,1.55272919978802,19,0.597334004,1301,95723,906.9,7797,6358,15756,16559,0.49485910129474486,0.38396038408116434,2679,0.016374714394516376,-0.16178513195241256 +23031,ME,York,29869.2931470517,-11.185741899972099,0.1515200204283025,5639.62599271614,0.028608519171089985,41,0.204274824,153.166666666667,0.756965482703463,157,0.782223108,5830,601152,713.7,61492,55828,107627,113962,0.571343621953599,0.48988259244309507,5440,0.16364852685664377,0.04773520998227482 +24001,MD,Allegany,25628.8286186755,-11.83586661779806,0.34132178164896054,3743.83221294094,0.04985992532583456,12,0.164491721,62.5,0.866491057812283,62,0.84987389,2807,219173,890.4,9001,6665,27817,27804,0.32357910630190173,0.2397137102575169,13360,-0.32918718769098027,-0.48050640195655303 +24003,MD,Anne Arundel,190277.614638754,23.316003990900988,0.3539021505177176,44391.4137632125,0.08256471380066902,96,0.171387867,268.416666666667,0.472276864210651,454,0.810521787,12505,1680615,723.4,115960,116074,239189,242939,0.48480490323551667,0.47779072112752585,1565,-0.009218651359385266,0.006441946332206849 +24005,MD,Baltimore,141213.631086441,-13.428275269065098,0.17541434046033244,32014.9637168299,0.039768708601590624,149,0.180185627,515.75,0.6206183681377,739,0.89367234,22615,2483052,699.3,202733,189437,354655,335017,0.5716344052670905,0.5654548873639248,58428,0.16367173732218632,0.17440308999244813 +24009,MD,Calvert,32025.6247148662,7.483810481034209,0.3609049744172803,8879.68865112479,0.10006748764466672,13,0.143467273,39.6666666666667,0.434698432528593,55,0.606976924,1942,271615,696.9,18963,16669,42168,43445,0.4497011952191235,0.3836805155944297,8011,-0.0818155947638019,-0.18439406145701465 +24011,MD,Caroline,1739.83224640694,-18.197295283564838,0.052616955374310166,445.938915269566,0.013486327807099921,4,0.122933186,31.9166666666667,0.971588026382547,16,0.49173274300000003,1009,97743,893.1,4621,3747,12526,13282,0.3689126616637394,0.28211112784219244,5252,-0.2437330352866039,-0.3954223761481705 +24013,MD,Carroll,40184.3722593868,-6.444702904386442,0.2404320620543205,10137.0562976899,0.060652268824355905,25,0.148960257,84,0.50102591019707,114,0.679258774,4535,502769,754.9,26067,24314,82171,84879,0.31722870599116476,0.28645483570730096,31279,-0.33945065777464073,-0.3685128241378904 +24015,MD,Cecil,22751.0722135042,12.754911321074088,0.22501752792562604,5552.42791170519,0.05491581192096758,18,0.17581043700000001,66.75,0.650565772930616,55,0.537198558,2720,306388,859,15489,12651,40037,42309,0.3868671478882034,0.299014394100546,14928,-0.2040862202462722,-0.3528327306246898 +24017,MD,Charles,43217.5639645208,-7.880002255483752,0.29489777595868194,12049.15720188,0.08221818480856494,21,0.135705377,81.5833333333333,0.51731608594105,121,0.781921459,2879,463709,711.6,45621,46063,70167,72480,0.6501774338364188,0.6355270419426049,21900,0.31330967548847743,0.3021523178807947 +24019,MD,Dorchester,5295.41077368885,39.83143834774545,0.16234627425620363,876.765038204937,0.026879791471118308,7,0.21486893,35.8333333333333,1.11083555500444,19,0.583215667,1132,97498,807.9,6570,5695,14249,14034,0.46108498842024004,0.4058001995154624,2243,-0.06625026317636318,-0.15982613652558075 +24021,MD,Frederick,55823.203732177,15.265890476204161,0.2391893383558369,15366.8808667207,0.06584348122938792,38,0.155945419,114.083333333333,0.460773345288534,172,0.705858213,5116,729956,671,51187,51891,109127,114962,0.4690589863186929,0.4513752370348463,4581,-0.03947693971244515,-0.03984794975731115 +24023,MD,Garrett,980.734155355545,-24.23420608151485,0.032585777830200516,201.917258224436,0.006708883218408347,6,0.202163146,34.25,1.16397621070518,25,0.84234644,923,89062,728.7,2792,2252,12113,12905,0.23049616114917856,0.17450600542425415,7937,-0.520927928671675,-0.6150329329717164 +24025,MD,Harford,53243.0988941045,-10.129244542266004,0.2174732213658047,14029.5471205118,0.0573041552797162,36,0.143939545,144.75,0.576619713821345,165,0.659722916,5946,749479,716.5,46390,43803,118417,124224,0.39175118437386525,0.35261302163833075,30458,-0.1951240109105956,-0.2451861154044307 +24027,MD,Howard,53712.7931999684,-12.797912286194139,0.1870971774908769,15019.9743346807,0.05231891019969939,45,0.145497342,99.5,0.313649588788052,244,0.788918922,4584,926969,536.8,84017,93808,141167,146401,0.5951603420062762,0.6407606505420045,49016,0.211968802907195,0.334806456240053 +24029,MD,Kent,3.0248236899497,-83.93485891261872,1.4976598950090114e-4,0.595437714509899,2.9481493019255285e-5,9,0.454086781,27.3333333333333,1.38536915019429,14,0.706357215,765,59394,725.9,4453,4178,9143,9166,0.4870392650114842,0.4558149683613354,420,-0.008749863283386172,-0.04582151429194847 +24031,MD,Montgomery,181385.286469958,18.73616267685002,0.18665319972581979,47761.1512203878,0.04914826263678581,202,0.196031431,341.25,0.326910715295015,794,0.770539387,17084,3089756,477.6,286493,309761,404214,408300,0.708765653836829,0.758660298799902,226776,0.4343070749652412,0.5554151359294637 +24033,MD,Prince George's,200531.832316327,-13.134719595475525,0.23225293868143776,44741.809867635,0.05181928825789882,160,0.176907002,471.583333333333,0.519336878663303,753,0.832568579,16834,2705833,703.8,317342,313627,352292,351091,0.9007925243831821,0.8932926221406986,284337,0.8092888853564657,0.8098669575694051 +24035,MD,Queen Anne's,11148.8304337416,1.658884377254744,0.23324888978077746,2759.12343746627,0.05772466290359994,5,0.102450619,34.0833333333333,0.696587572468952,33,0.676174084,1202,146137,694.1,7898,7316,23153,24633,0.3411221008076707,0.2969999594040515,8895,-0.3015160022459292,-0.36110096212397996 +24037,MD,St. Mary's,19594.9193927194,43.00797144071891,0.18635029046532509,5448.16442215596,0.05181276851533471,17,0.154010618,55.0833333333333,0.489251275310056,69,0.625101919,2316,331273,742.3,17982,15786,44076,45169,0.4079771304111081,0.34948748035156857,11103,-0.1614030311280515,-0.24581017954792 +24039,MD,Somerset,6019.38893158008,-17.17494122699779,0.2274041908417106,690.445016542046,0.026084058048433924,5,0.193356278,20.25,0.7810089478556,11,0.42538381199999997,760,77457,856.6,4478,3484,9272,8768,0.4829594477998274,0.39735401459854014,1572,-0.0245901639344262,-0.17928832116788318 +24041,MD,Talbot,4181.28205188699,0,0.11066862664461889,1027.58545966747,0.027197751830699012,12,0.318784369,33.3333333333333,0.894182448986891,36,0.956353107,1365,112972,647.3,7983,7865,18671,18731,0.4275614589470301,0.4198921573861513,2233,-0.13170156927856036,-0.11921413699215205 +24043,MD,Washington,36575.9292877415,2.69165124499982,0.24809013964418028,7529.65517158038,0.05107274755192552,24,0.160456767,103.75,0.690322838208288,110,0.735426848,4599,448329,823.6,23282,19193,58653,60731,0.39694474280940445,0.3160329979746752,19649,-0.18466233611238986,-0.32354151915825524 +24045,MD,Wicomico,26408.113997542,0.3112038561495618,0.2674699846813325,6299.29588202719,0.06380132156449404,10,0.098484326,102.916666666667,1.0033113335998,82,0.807571475,2818,305225,833.9,17481,16327,38256,38722,0.45694792973651194,0.4216466091627499,4505,-0.06940087829360103,-0.11634213108827018 +24047,MD,Worcester,10662.4334517087,3.3088731887394167,0.20722263481378903,1745.31664094327,0.0339199409364339,14,0.270924045,53.4166666666667,1.03834590363632,83,1.60619255,1851,154608,709.5,9841,8783,24526,25571,0.4012476555492131,0.34347503030777055,7127,-0.18319334583707086,-0.2787141683938837 +24510,MD,Baltimore,13717.3385403424,-33.461273815757394,0.02209049930727115,3358.80504564376,0.005409043475586647,304,0.488123662,855.916666666667,1.39249519520692,670,1.075798861,20496,1868775,1074.2,201042,178562,229897,208980,0.8744872703863035,0.8544454014738252,155836,0.7635636828666751,0.745698152933295 +25001,MA,Barnstable,104445.410706982,-3.91943275899074,0.48379442445611615,18820.5391399869,0.08717732870741728,75,0.3489768,178.5,0.833037764378652,216,1.005053184,8745,643683,686.5,70329,71632,132212,132667,0.5319411248600732,0.5399383418634627,17790,0.07645296947327013,0.13409514046447124 +25003,MA,Berkshire,31915.0644275113,2.328435165394464,0.24321984184844647,6037.84162255622,0.046013470782098775,34,0.264149478,94.1666666666667,0.742036568612772,118,0.916754069,4542,385738,723.2,48596,43540,64078,64507,0.7583882143637442,0.6749655076193282,26741,0.5366428415368769,0.4145441579983568 +25005,MA,Bristol,158761.375910066,-6.800570315224556,0.28955994767331955,35765.5132530814,0.06523160993476276,104,0.187659917,492,0.881208760504653,386,0.696506999,15694,1663582,741.5,142481,127619,239565,246068,0.5947488155615386,0.518633060779947,22844,0.20467514035856654,0.09283612659915141 +25007,MA,Dukes,1177.39122433707,-57.796473069361944,0.07120600086707408,241.313491953442,0.014594102930356335,12,0.691403549,8.58333333333333,0.497699949746801,24,1.382807098,425,51774,581.1,7955,8338,10914,11434,0.7288803371816016,0.7292286164072066,5864,0.47333699835074217,0.5128563932132237 +25009,MA,Essex,222643.773928076,-6.801524197907555,0.29959103493071604,52062.1240989305,0.07005516194909905,187,0.243144179,542.833333333333,0.69681744623787,576,0.748936082,19724,2310683,668.6,208723,220027,363246,376140,0.574605088562572,0.5849603870899134,84622,0.16219036135291243,0.22497474344658908 +25011,MA,Franklin,11057.2550514399,-10.449999255802162,0.15492427074258674,2170.26600172432,0.030407807007290257,20,0.282238718,51.8333333333333,0.736457238119595,35,0.493917756,2112,212608,725.5,27024,24369,37600,37987,0.7187234042553191,0.6415089372680127,14042,0.4703723404255319,0.369652775949667 +25013,MA,Hampden,103309.202554273,-14.405240915301402,0.2228941348341345,21604.440079102,0.046612526870271204,98,0.209329696,478.166666666667,1.0207051225949,293,0.625853072,13303,1407780,750.5,122571,110313,197827,200220,0.6195868106982363,0.5509589451603236,32083,0.2540249814231626,0.16023873738887223 +25015,MA,Hampshire,61107.3608574501,17.228170988724553,0.3865597220233432,9413.69263603201,0.05955018114898792,37,0.22990077,98.0833333333333,0.606141131490912,99,0.615139898,3785,483254,669.1,56552,54572,80406,82329,0.703330597219113,0.6628527007494321,32483,0.43760415889361487,0.3945511302214286 +25017,MA,Middlesex,373153.162051242,-7.202934867426225,0.24825819035599586,92396.4818010449,0.06147122870698916,287,0.182765878,831.416666666667,0.522977899164703,1213,0.77245648200000006,33383,4715956,604.1,467173,508919,746856,767337,0.625519511123965,0.6632274997817126,292756,0.26894876656276445,0.38152206918211945 +25019,MA,Nantucket,1060.20546431921,-31.98118731869753,0.1042278277938665,250.347759248107,0.02461145883288508,4,0.368459838,4,0.363372093023256,17,1.565954311,201,32307,558.3,3828,4144,6097,6404,0.6278497621781204,0.6470955652717052,2252,0.2694767918648516,0.3516552154903186 +25021,MA,Norfolk,212622.838567376,-8.65120624677985,0.31694542530726094,54877.1074142538,0.08180235136655556,119,0.171902221,341.416666666667,0.489710228286007,471,0.680386101,17292,2077537,630.2,200891,219129,350195,357781,0.5736546781079113,0.6124668442427071,99958,0.16058767258241835,0.27938319810163204 +25023,MA,Plymouth,202026.561193111,-9.327028947440255,0.4082012636272016,49852.2440013797,0.10072808682103476,85,0.167645585,317.666666666667,0.618552017109162,306,0.603524107,13471,1520679,719.7,130278,133828,253993,264168,0.5129196473918572,0.5066018594227916,19106,0.03767820373002406,0.07232518700221074 +25025,MA,Suffolk,5420.46133843728,-73.49418842809732,0.007507325027647706,1043.5715897116,0.0014453439706375005,217,0.282826808,677.583333333334,0.864010983172454,745,0.970995264,14101,2308294,661.3,219208,241212,282649,303517,0.7755484717794863,0.7947231950763878,191170,0.5672618689611497,0.6298493988804581 +25027,MA,Worcester,226510.941225407,-7.180356646553397,0.2836520868088828,53788.7341315579,0.06735783534642441,136,0.167183995,608.416666666666,0.742343621823458,581,0.714219859,20795,2444481,725.2,195667,197126,364093,380972,0.5374093981482753,0.5174291024012263,39988,0.09240770901939888,0.10496309440063833 +26001,MI,Alcona,1202.48604611377,-7.707381172705921,0.10989636685375342,151.467133843128,0.013842728371698776,2,0.191314329,11.1666666666667,1.07869654817105,4,0.382628659,564,31369,836.4,2462,1732,6086,6179,0.40453499835688467,0.28030425635216055,2469,-0.18222149194873483,-0.3995792199385014 +26003,MI,Alger,3341.01670977576,0.1596388554845508,0.3479863253594167,604.805059941034,0.06299396520581543,7,0.740035945,11.75,1.27454170734353,5,0.528597103,369,28332,789.4,2212,1663,4603,4513,0.4805561590267217,0.36849102592510524,922,-0.02541820551814028,-0.20429869266563266 +26005,MI,Allegan,4526.63609911551,-29.20091560263257,0.040631158436696735,1207.93471894321,0.010842441466889362,16,0.140539496,77.3333333333333,0.669274529488467,54,0.474320799,2941,340759,754.8,19594,17932,49199,55153,0.3982601272383585,0.32513190578934964,15880,-0.1916502367934308,-0.287926314071764 +26007,MI,Alpena,1829.37819818211,-9.277660855041402,0.06180749368815832,396.660294191857,0.013401591127503784,9,0.310473299,32,1.11482720178372,21,0.724437698,1095,86781,779,6549,4877,14014,14688,0.46731839588982443,0.3320397603485839,4213,-0.053446553446553524,-0.28683278867102396 +26009,MI,Antrim,32.7601821860299,-54.157479523848664,0.0013893207033939738,10.2460709289298,4.345237883345971e-4,5,0.214896635,15.75,0.680521949533357,13,0.55873125,842,69617,709.6,5107,4448,13184,13572,0.3873634708737864,0.32773356911287943,4021,-0.21313713592233008,-0.29627173592690836 +26011,MI,Arenac,4582.23390611579,15117.3265672713,0.28820893805370085,782.416796888833,0.04921169865330102,4,0.2605354,27.75,1.8350747255654,14,0.911873901,601,46006,858.8,3669,2238,7826,7457,0.46882187579862,0.3001206919672791,2466,-0.049194991055456105,-0.3306959903446426 +26013,MI,Baraga,1452.29931993286,9.982998388999652,0.1639164017982912,207.368435846606,0.02340501533257404,4,0.462214005,9,1.05844995883806,7,0.808874509,294,25909,831.1,1574,1156,3490,3486,0.4510028653295129,0.33161216293746415,1002,-0.08366762177650428,-0.2874354561101549 +26015,MI,Barry,1655.5535668162,-1.0477504480451743,0.027978192196038733,419.077142129885,0.00708223585300534,10,0.168688113,41.0833333333333,0.688139984143468,19,0.320507414,1589,177693,717.3,11496,9109,28483,30265,0.40360917038233335,0.3009747232777135,10088,-0.18098514903626717,-0.3333223195109863 +26017,MI,Bay,23684.2411229358,17.164110065329602,0.21976451107381206,5105.75830263802,0.047375994494233326,23,0.216615338,114.916666666667,1.09708790386996,82,0.772280771,3603,318873,801.2,26797,21641,51077,52932,0.5246392701215812,0.4088453109650117,6686,0.059948704896528815,-0.12631300536537443 +26019,MI,Benzie,NA,NA,NA,NA,NA,7,0.399566185,17.6666666666667,1.00538735867668,13,0.742051487,653,52360,754.3,4683,4108,9847,10221,0.4755763176602011,0.40191762058506997,1431,-0.03940286381639074,-0.1400058702670971 +26021,MI,Berrien,40255.6873410884,4.51644207500711,0.2567114164073667,9865.6151527524,0.06291324796255668,36,0.231909452,147.166666666667,0.955565655909789,94,0.605541348,5236,465298,825.8,33465,29496,72322,71882,0.46272226984873205,0.4103391669680866,9150,-0.06559553109703825,-0.12729195069697563 +26023,MI,Branch,1587.26184394956,-75.68189205992729,0.03507916027116248,307.232832525857,0.006789975966359993,3,0.068894247,43.4166666666667,0.999762052793577,23,0.52818923,1354,130863,857.5,6526,4740,16278,16490,0.4009092026047426,0.28744693753790174,6285,-0.1873080230986608,-0.38114008489993934 +26025,MI,Calhoun,31513.0122083023,-2.0621245358997125,0.2314648407467153,7206.40294322265,0.052931433484807854,23,0.170524474,158.583333333333,1.18005843862704,92,0.682097896,4379,403907,847.7,29270,24154,58231,58786,0.5026532259449434,0.41088014153029634,7335,0.016005220586972624,-0.12477460619875475 +26027,MI,Cass,4271.93991339946,36.631551597738344,0.08169238547032032,1000.88862169856,0.01914001150629262,9,0.174391567,34.5,0.668617608868389,14,0.271275771,1598,155266,773.1,9587,7270,22461,23272,0.42682872534615557,0.3123925747679615,6971,-0.1368149236454298,-0.29954451701615675 +26029,MI,Charlevoix,1420.09645042633,-6.785611095433043,0.05472644226853944,357.748951771073,0.013786618049677174,8,0.306266988,26.25,1.00290364483839,17,0.65081735,872,78589,728.1,5936,5137,14064,14567,0.42207053469852107,0.35264639253106334,3537,-0.14654436860068254,-0.24280908903686416 +26031,MI,Cheboygan,2824.58304760354,-11.033351804977515,0.10800638756513994,565.813335569735,0.021635566517655823,6,0.23369036,23,0.905476162355813,12,0.467380721,936,76730,724.5,5829,4302,13288,13647,0.4386664659843468,0.31523411738843704,4378,-0.10949729078868153,-0.32080310690994357 +26033,MI,Chippewa,7809.69113636114,-26.986080129315624,0.2027437989709538,1898.84353767377,0.04929500357408541,13,0.339239581,32.9166666666667,0.872565652281483,22,0.574097753,1075,115027,773.8,7100,5378,15564,15434,0.45618093035209456,0.34845147077880007,3742,-0.07568748393729124,-0.24245172994687053 +26035,MI,Clare,822.925118782885,-56.81583692029475,0.026609491003779503,182.72656274993,0.005908509433807476,11,0.358867284,48.3333333333333,1.59211190899708,15,0.489364479,1230,91801,913.6,6337,4250,13492,13385,0.4696857396975986,0.3175196115054165,4257,-0.04825081529795433,-0.31804258498319016 +26037,MI,Clinton,16808.2317647872,25.978587921029433,0.22297407557224802,4388.94998005928,0.058222785015776705,7,0.090559789,41.0833333333333,0.52746678992057,37,0.47867317,1846,231854,682.2,18187,16490,39125,40564,0.4648434504792332,0.4065180948624396,5145,-0.06244089456869012,-0.12683660388521845 +26039,MI,Crawford,2633.72970362839,9.073730760169573,0.18713441122839206,459.278889188612,0.0326331454589038,2,0.145507457,16.8333333333333,1.22477687233217,10,0.727537286,506,41449,787.3,2994,2110,6814,6833,0.4393894922218961,0.3087955510024879,2244,-0.1100675080716173,-0.32840626372018145 +26041,MI,Delta,9548.95041705727,16.77647688517726,0.25759935301889103,1948.50323556707,0.05256422443462381,12,0.328236549,28.9166666666667,0.798758816271661,26,0.71117919,1258,109767,704.9,8330,6431,18043,18467,0.4616748877681095,0.34824281150159747,4681,-0.06667405642077262,-0.25347917907618994 +26043,MI,Dickinson,8524.13761626059,2.24134982462951,0.3257466224495793,1831.91561549967,0.0700059467861384,7,0.269676773,18.3333333333333,0.717968800992102,19,0.731979813,933,77773,722.2,4952,3923,12785,13140,0.38732890105592493,0.2985540334855403,4657,-0.2140007821666015,-0.35441400304414006 +26045,MI,Eaton,28954.3630637455,32.78034250660618,0.26869554342324536,7327.47240922213,0.06799870460214118,11,0.101308725,81.75,0.748900696225724,76,0.699951188,2965,325799,743.6,27912,24534,54707,55686,0.5102089312153838,0.44057752397370975,3074,0.03142193869157517,-0.05520238480048845 +26047,MI,Emmet,3800.32311578552,-34.12530810910287,0.11623916057336268,951.117285261768,0.029091493401289775,14,0.421635947,35.3333333333333,1.06483434793965,28,0.843271895,1091,99425,713.4,7225,6972,17672,18774,0.4088388411045722,0.3713646532438479,3644,-0.17134449977365324,-0.19409822094385848 +26049,MI,Genesee,134363.930745544,5.730077604664913,0.31556384777835084,33776.6298116997,0.07932696825124991,84,0.203441553,451,1.10372844853958,295,0.714467359,13399,1239478,899.2,128972,102744,202699,196135,0.6362734892624039,0.5238432712162541,18570,0.28201915154983503,0.09467968491090317 +26051,MI,Gladwin,284.963432365404,-87.93504470565517,0.011091523912712285,51.9900668570644,0.0020235897110798848,3,0.118059108,36.0833333333333,1.43632407186264,9,0.354177325,1001,76149,800.5,5760,3794,12552,12472,0.4588910133843212,0.30420141116100063,4330,-0.07178138942001272,-0.3471776779987171 +26053,MI,Gogebic,2058.96796634653,-40.6880136044184,0.12534047399686674,102.716665033162,0.006252916846238632,3,0.190633539,19,1.24647379124844,10,0.635445129,614,46965,745.6,4058,2925,7576,7313,0.5356388595564942,0.3999726514426364,1094,0.08104540654699044,-0.14959660877888692 +26055,MI,Grand Traverse,16136.9308533184,5.537035998219192,0.18551181630743335,3856.59166794704,0.04433577435388499,24,0.264369589,74,0.803614091481691,75,0.826154965,2505,272411,688.1,20875,20964,47901,51460,0.43579465981921045,0.40738437621453555,6448,-0.1180977432621449,-0.12530120481927715 +26057,MI,Gratiot,11838.0281217412,317.4128811301733,0.2786992212482625,2385.14761583865,0.05615283020620233,7,0.16800672,38.5,0.934420659191301,23,0.552022081,1348,125206,813.3,7606,5665,16011,16442,0.4750484042220973,0.3445444593115193,4213,-0.03934794828555371,-0.25623403478895507 +26059,MI,Hillsdale,3197.66243585463,19.989657286635804,0.06849002818400081,636.074894458057,0.013623948219201014,2,0.0436395,35.5833333333333,0.777369977134035,19,0.414575605,1399,137987,791.2,7106,4799,19081,19880,0.3724123473612494,0.24139839034205232,9295,-0.24217808290970078,-0.46755533199195165 +26061,MI,Houghton,3952.70912144259,7.030873373395391,0.10791495908710795,778.259806006984,0.02124767407466922,10,0.274010138,29.5,0.807003145944467,23,0.630223318,1082,109578,791.2,6530,6018,14804,15623,0.4410970008105917,0.3852013057671382,2457,-0.10199945960551199,-0.1572681303206811 +26063,MI,Huron,8604.63046914679,-12.208577941429867,0.2598173340523821,1684.47875402578,0.05086293719505344,7,0.218306565,37,1.17531209300848,31,0.966786215,1380,96231,825.2,6432,4579,15274,15848,0.4211077648291214,0.2889323573952549,6050,-0.14757103574702113,-0.3817516405855629 +26065,MI,Ingham,82007.7932850857,-11.118730367443236,0.2919517730293729,19101.956568388,0.06800390383733423,51,0.17921021,231.916666666667,0.805123629727606,226,0.794147205,6476,853032,785.6,80903,81266,127579,133478,0.6341404149585746,0.6088344146600938,36912,0.2785568157768911,0.2765399541497475 +26067,MI,Ionia,5560.5345213213,40.908729681773295,0.08701251109179721,841.00244795478,0.013160197918078084,9,0.139981958,55,0.85627101756134,26,0.404392323,1556,192543,813.3,11016,8206,25730,26364,0.4281383598911776,0.31125777575481717,8168,-0.12837155071900502,-0.3098164163252921 +26069,MI,Iosco,5656.53053203738,-15.159031932248004,0.21850853834115117,1034.53086793981,0.039963335571515046,7,0.275373721,36.9166666666667,1.45760124241587,19,0.747442958,1280,76090,920.8,6242,4344,13330,13349,0.46826706676669166,0.3254176342797213,4000,-0.049812453113278365,-0.2996479137014008 +26071,MI,Iron,1308.06435054047,-27.217137190159256,0.11069343746640178,241.293827887282,0.020419211973198105,3,0.26345833,14.9166666666667,1.33244007741551,9,0.790374989,550,34213,720.2,2687,2004,5987,5910,0.4488057457825288,0.33908629441624366,1671,-0.08969433773175212,-0.28274111675126906 +26073,MI,Isabella,4943.60942794965,-13.596914731184995,0.07031061182389171,887.072209901613,0.012616407246399753,10,0.141610966,52.4166666666667,0.735342255641911,38,0.538121672,1386,212060,743.6,13038,11404,24119,25344,0.5405696753596749,0.44996843434343436,934,0.09278991666321157,-0.03685290404040403 +26075,MI,Jackson,39303.7046730692,-7.37076918984816,0.2452679888240053,9497.00644506478,0.059264430414512376,19,0.118942538,140,0.88350372333712,85,0.532111355,4977,478976,833,32301,25795,69323,69567,0.4659492520519885,0.37079362341340005,13998,-0.05765763166625798,-0.20121609383759542 +26077,MI,Kalamazoo,66912.6920773396,3.0045674332743704,0.26729686725711,15394.7225833668,0.06149746768625061,44,0.170003632,199.083333333333,0.760864857152321,201,0.7766075,6254,776333,737.6,69045,67142,122880,125966,0.5618896484375,0.5330168458155375,16111,0.13334147135416669,0.12789959195338424 +26079,MI,Kalkaska,1048.40208275023,-16.35093063856595,0.061120625123898445,117.953670220895,0.006876562130291785,6,0.344946533,18,1.04269246365058,8,0.459928711,569,51919,896.4,3268,2279,8281,8920,0.3946383287042628,0.2554932735426009,3934,-0.19671537253954835,-0.4410313901345292 +26081,MI,Kent,127045.982923315,-5.343331699479405,0.21082201267679404,32369.765692985,0.05371487548245003,98,0.155744179,451.25,0.70269226516842,401,0.637279753,13788,1889815,702.1,134560,138567,295418,306270,0.4554901867861809,0.45243412675090605,9392,-0.07867157722278262,-0.030665752440656946 +26083,MI,Keweenaw,625.530384510346,6.390502976236825,0.29013468669311043,30.490354219397,0.014142093793783395,2,0.902119982,1,0.45475216007276,0,0,65,6554,571.1,582,527,1388,1429,0.41930835734870314,0.36878936319104266,287,-0.13832853025936603,-0.2008397480755773 +26085,MI,Lake,1849.67148677835,0.07392728347665925,0.16029738164298032,366.614379629535,0.03177176355226059,3,0.264526938,14.25,1.23956158663883,2,0.176351292,476,34163,867.6,2752,1939,5287,5328,0.5205220351806318,0.3639264264264264,1220,0.05012294306790244,-0.22897897897897895 +26087,MI,Lapeer,8180.22854299796,-8.746564632270156,0.09262138999533465,1764.8487621817,0.0199826624189778,10,0.113439134,70.5833333333333,0.798996302165874,36,0.408380883,2446,264877,800.5,18786,12734,43025,45126,0.4366298663567693,0.2821876523511944,17303,-0.11479372457873332,-0.3834374861498914 +26089,MI,Leelanau,506.429937403649,-86.91203159344272,0.023329184512790167,89.5560077358969,0.0041254840490094384,9,0.410677618,16.3333333333333,0.750440309365189,13,0.593201004,747,65576,578.3,6576,6774,14164,14757,0.46427562835357244,0.45903638951006304,465,-0.06403558316859642,-0.03151046960764381 +26091,MI,Lenawee,19771.9399914803,-10.294164853999078,0.19793316773595784,4323.39653206063,0.043280708485770945,15,0.151443254,77.6666666666667,0.788462059070359,58,0.585580583,3083,296159,822.5,21774,16750,44619,45895,0.48799838633765885,0.36496350364963503,9678,-0.012931710706201416,-0.21087264407887574 +26093,MI,Livingston,56632.0194497847,4.271195834599439,0.3129411409250565,14515.9612959771,0.08021330571859565,18,0.096984849,77.9166666666667,0.41307928294738,97,0.522640574,4183,557502,692.1,37186,34378,97959,105577,0.3796077950979491,0.3256201634825767,31287,-0.2328933533417042,-0.2963429534841868 +26095,MI,Luce,795.342626062048,1.5401661982829258,0.11994308943779944,107.025821839395,0.016140223471481675,4,0.622471211,6.41666666666667,1.00922722029988,2,0.311235605,200,19360,705.7,951,681,2477,2576,0.3839321760193783,0.2643633540372671,1075,-0.22204279370205898,-0.4173136645962733 +26097,MI,Mackinac,3361.36017283393,-1.7792005641264683,0.3024709954858211,554.407374191986,0.04988818268622208,7,0.633943126,15.4166666666667,1.42483056069008,17,1.539576164,442,33012,769,2652,2085,6097,6088,0.4349680170575693,0.34247700394218134,1655,-0.12202722650483838,-0.2718462549277267 +26099,MI,Macomb,190310.459177412,-2.509491317002426,0.22629659655473985,47202.650041919,0.05612828164579692,134,0.155793664,821.583333333333,0.946819095033401,602,0.699908849,25642,2582150,795.5,207992,176238,403388,418773,0.5156127599234483,0.4208437506716049,48351,0.03990202980753016,-0.1154587330128733 +26101,MI,Manistee,2479.19843827561,-18.880539728327765,0.10023848454597543,258.228576736408,0.010440649202943759,11,0.45045045,30.1666666666667,1.2377083931673,9,0.368550369,928,73324,769.6,6467,4979,12385,12598,0.5221639079531691,0.3952214637244007,1936,0.059023011707710904,-0.15367518653754564 +26103,MI,Marquette,10319.5633671948,-5.286551929639816,0.15384652514565053,1821.12940441223,0.027149833838904992,15,0.221644305,51.75,0.778956875141115,52,0.768366925,2004,202647,766.1,18126,16042,32144,32897,0.5638999502239921,0.4876432501443901,1396,0.14052389248382285,0.042435480438945794 +26105,MI,Mason,1818.0530822159,9.773957333114176,0.06333576318466817,416.52784678116,0.01451063740746072,4,0.138773245,30.1666666666667,1.04469686475504,19,0.659172911,1007,86228,773.4,6856,5281,14588,14658,0.46997532218261584,0.36028107518078867,3224,-0.04962983273923771,-0.2199481511802428 +26107,MI,Mecosta,7600.15305476657,0.354019874470592,0.17758196772668278,1408.15900642014,0.03290244886256694,6,0.138933914,39.5833333333333,0.915835666304189,24,0.555735655,1169,129544,768.1,7515,5827,16879,17149,0.4452277978553232,0.33978657647676247,4478,-0.09834705847502812,-0.2611230975567088 +26109,MI,Menominee,9806.25190525985,628.8108574459137,0.40810070769735945,1982.37446271102,0.0824992493533239,5,0.210845914,19,0.816116146213651,12,0.506030193,821,70914,711.3,5244,3539,10922,10765,0.4801318439846182,0.32875058058522993,3165,-0.02939022157114085,-0.29400836042731066 +26111,MI,Midland,16799.7274944664,-23.273091080545015,0.2008839935245716,4266.04890014793,0.051011597653301245,16,0.191784434,63,0.754834535477223,54,0.647272466,2133,250699,640.3,17480,15655,41808,42379,0.41810179869881364,0.3694046579673895,8222,-0.15456371986222733,-0.19401118478491708 +26113,MI,Missaukee,663.75058809805,-49.39495968252113,0.04470001940184862,114.763442037941,0.007728698366081285,2,0.133005254,17.75,1.17534101443517,5,0.332513134,521,44971,839.8,2274,1565,7024,7301,0.32374715261959,0.21435419805506095,3821,-0.3404043280182233,-0.5233529653472128 +26115,MI,Monroe,28361.2636594701,-9.351981992949868,0.1865614859754251,6791.3114786304,0.044673508782539256,25,0.166862452,97,0.650099190391936,85,0.567332337,4352,449766,795.8,36310,26859,72682,74101,0.49957348449409755,0.3624647440655322,16396,0.009864890894581868,-0.22126556996531754 +26117,MI,Montcalm,4771.41802973625,26.39439540847139,0.07532787139238183,1296.57571582865,0.020469447062433296,10,0.159000207,70.4166666666667,1.11818634145309,23,0.365700475,1811,188695,797.5,11431,7874,25383,26556,0.45034077926171057,0.29650549781593616,9033,-0.08639640704408469,-0.3401491188431992 +26119,MI,Montmorency,376.782594558333,3.3623612809360557,0.03858500712322919,36.4033200638514,0.0037279385626063904,3,0.322580645,9.83333333333333,1.07198662742105,2,0.215053763,484,27915,888.6,2049,1286,5051,5008,0.4056622450999802,0.2567891373801917,2212,-0.1740249455553356,-0.4416932907348242 +26121,MI,Muskegon,62080.2705368533,2.684831764795852,0.36053772932407196,15815.5579383442,0.09185052348795619,22,0.127651673,167.166666666667,0.964007812019438,121,0.702084204,5097,517303,837.4,44436,36640,76054,77114,0.5842690719751755,0.4751407007806624,678,0.1782154784758198,0.008792177814664015 +26123,MI,Newaygo,2776.33141219184,74.61112580750175,0.05729119711497813,672.959991668783,0.013886916873066096,8,0.167014614,49.5833333333333,1.03432211050385,28,0.584551148,1449,143774,775,8723,6212,21424,22605,0.4071601941747573,0.2748064587480646,8962,-0.17433719193427927,-0.39646095996460956 +26125,MI,Oakland,360094.411821571,-0.18747227376411102,0.2994891819781156,89187.1696496934,0.07417663702752865,235,0.189842536,927.916666666667,0.745931707892205,1002,0.809456259,30856,3714914,688,349055,342976,650306,663255,0.5367550045670807,0.5171103120217714,53849,0.08076813069539568,0.08118898462883806 +26127,MI,Oceana,974.774197962783,-0.5722249326270522,0.03668702288154998,227.16984693658,0.00854986251172676,6,0.228824225,30.25,1.16225458178046,12,0.45764845,815,78479,789.1,5063,3973,11438,11903,0.44264731596432944,0.33378139964714776,3255,-0.10281517747858021,-0.2734604721498782 +26129,MI,Ogemaw,11.1790961790248,18.633278995990747,5.151894639856584e-4,0,0,4,0.190123105,31.1666666666667,1.49094272228601,17,0.808023195,945,63151,931.8,4791,3030,10361,10386,0.4624071035614323,0.29173887926054304,3797,-0.062349194093234306,-0.3655882919314462 +26131,MI,Ontonagon,2210.60875208935,2.5608166472915106,0.32604848850875373,318.30299521023,0.046947344426287604,4,0.64808814,9,1.52258501099645,1,0.162022035,296,18470,806.4,1585,1175,3535,3420,0.44837340876944837,0.3435672514619883,894,-0.0908062234794908,-0.26140350877192986 +26133,MI,Osceola,3691.65997064543,-0.41132747208143894,0.15690496305021379,923.558496375945,0.03925359131145635,5,0.215805602,30.0833333333333,1.3017452762152,11,0.474772325,709,69455,776.5,3981,2705,10265,10597,0.3878226984900146,0.2552609229027083,4631,-0.21032635168046765,-0.4370104746626404 +26135,MI,Oscoda,138.393564054518,2127.7692006448997,0.016017773617421065,24.7516933972397,0.0028647793283842244,3,0.358380122,13.5,1.63359148112294,5,0.597300203,354,24977,860.4,1654,1044,4027,4062,0.4107275887757636,0.2570162481536189,1799,-0.16240377452197668,-0.44288527818808465 +26137,MI,Otsego,3237.96590718256,9.372432821348365,0.13399958232008607,744.889895265835,0.030826431686220616,6,0.248364931,28.25,1.15447486718431,20,0.827883103,784,72524,779.2,4681,3556,11829,12529,0.39572237720855524,0.28382153404102484,4710,-0.1967199256065601,-0.37592784739404583 +26139,MI,Ottawa,85882.1452421826,-0.9891614906760734,0.3255565568067695,23064.1081022188,0.08742994947789735,38,0.137535651,123.583333333333,0.437850605255388,152,0.550142603,5537,829633,624,43068,46276,132695,145405,0.324563849429142,0.31825590591795333,44180,-0.34240174837032294,-0.3038409958392077 +26141,MI,Presque Isle,3669.34404307053,-4.747877543556836,0.2743229697271628,502.861291406004,0.0375942951110948,5,0.384497078,16.0833333333333,1.26025178916575,6,0.461396493,565,38880,710.8,3192,2400,7077,7215,0.45103857566765576,0.33264033264033266,2086,-0.08506429277942634,-0.28911988911988906 +26143,MI,Roscommon,5380.38211468065,15.689382826386186,0.22006552884292407,901.668607964311,0.03687957004230484,5,0.208724692,36.5833333333333,1.5436005625879,17,0.709663953,1186,71878,887.5,6198,4287,13032,13036,0.47559852670349906,0.3288585455661246,3854,-0.038597298956415005,-0.29564283522552925 +26145,MI,Saginaw,50401.5251403104,21.822484455998765,0.2517948590456584,11853.5948538102,0.05921793511387977,40,0.205115583,188.083333333333,0.977940233423112,141,0.723032429,6118,585213,790.8,54372,44395,97903,94198,0.5553660255559074,0.47129450731438033,1074,0.11905661726402667,-0.011401515955752783 +26147,MI,St. Clair,55597.6468919793,4.4357947912512365,0.3410061757358887,13042.4339513317,0.07999530146793242,27,0.168667774,161.25,1.01042064829842,83,0.518497233,5286,480105,863.7,33845,24553,73740,77994,0.4589774884730133,0.31480626714875504,24514,-0.0709384323298074,-0.3143062286842577 +26149,MI,St. Joseph,7134.9932197428,4.41944653888911,0.11640416379382984,1989.99265375448,0.03246582353788204,12,0.196895613,64.6666666666667,1.0626701504719,30,0.492239031,1949,183078,854.8,10106,7529,23314,23765,0.4334734494295273,0.31681043551441196,7357,-0.12305910611649656,-0.3095729013254786 +26151,MI,Sanilac,2776.86362338269,3.5847103330782635,0.06440746911403929,543.618120789814,0.01260885375492448,9,0.216413783,54.3333333333333,1.31211411367899,15,0.360689639,1467,125025,829.2,7212,4873,18359,19243,0.3928318535867967,0.25323494257652135,8573,-0.20420502206002505,-0.4455126539520865 +26153,MI,Schoolcraft,2165.0851079372,-1.4751734967951866,0.2551661883249499,323.340025181124,0.038107251052577965,3,0.367152123,9,1.12485939257593,7,0.856688288,325,24596,754.3,1865,1369,4046,4151,0.46094908551655955,0.32980004818116115,1187,-0.0684626791893228,-0.2859551915201156 +26155,MI,Shiawassee,11649.4659667407,3.6640391052900725,0.16489449052684718,3033.26621378009,0.04293491979645694,10,0.1450684,52.25,0.762172885608425,39,0.565766759,2195,206350,859.7,17197,12547,33590,34044,0.5119678475736826,0.3685524615203854,6685,0.036766894909199155,-0.1963635295499941 +26157,MI,Tuscola,1905.77046440709,-48.716603081153984,0.034197104997525346,471.3006742362,0.008457009353051374,8,0.148148148,49.1666666666667,0.921794342994988,18,0.333333333,1731,161992,797.5,11643,7493,26482,26157,0.4396571255947436,0.28646251481439006,9928,-0.10852654633335851,-0.3795542302251787 +26159,MI,Van Buren,4049.31931773666,-10.55100319254325,0.05310025594346377,1019.63438468403,0.013370851381940649,18,0.239364885,85.5833333333333,1.13772826573433,41,0.545220016,2181,225585,807.3,16288,13258,32798,33213,0.4966156472955668,0.39918104356727785,4632,0.004512470272577562,-0.13946346310179752 +26161,MI,Washtenaw,80354.589674249,-9.139076022788425,0.23305303698254595,19921.4805180247,0.05777842379303607,63,0.176532894,229.833333333333,0.630182784996623,269,0.753767436,6442,1070198,631.4,120791,128025,179016,187201,0.6747497430397283,0.6838905775075987,77690,0.3596885194619476,0.415008466835113 +26163,MI,Wayne,252050.906132115,-8.016171766683053,0.1384450847267223,62456.0298268821,0.034305491988769594,439,0.248752836,2289.33333333333,1.30866458667502,1270,0.719626655,54153,5301056,905.4,595253,517842,814108,775450,0.7311720312292718,0.6677954735959766,288934,0.46881617672348136,0.37260171513314855 +26165,MI,Wexford,3276.80132356836,2.9839228382408387,0.10010084996390287,779.230603905487,0.023804203571268886,7,0.212856535,35.4166666666667,1.06795726160681,24,0.729793833,1114,98463,877.2,5717,4436,13859,15279,0.4125117252327008,0.2903331369854048,5564,-0.1627101522476369,-0.3641599581124419 +27001,MN,Aitkin,5241.52597656593,6.612731652829523,0.32351104657239416,940.374096630948,0.05804061823422713,6,0.380445121,15.8333333333333,1.01606451474898,9,0.570667681,621,47155,702.1,4412,3134,9109,9185,0.4843561312987156,0.3412084921066957,2382,-0.013283565704248546,-0.2593358737071312 +27003,MN,Anoka,113444.603245561,-10.689959823029547,0.34289454620776255,31155.9113283292,0.0941710030356579,34,0.099454754,171,0.494281081174828,201,0.587953104,5849,1024920,626.4,88611,75499,185714,184084,0.4771368879029045,0.41013341735294756,17842,-0.025948501459232942,-0.09692314378218642 +27005,MN,Becker,10854.7224162297,-7.350411494173209,0.33395035737846723,2899.98326987248,0.08921927362393797,3,0.090201149,26,0.770735756210352,16,0.481072792,1037,99846,743.6,6829,5208,16329,17090,0.4182129952844632,0.3047396138092452,5672,-0.14544675117888417,-0.33188999414862486 +27007,MN,Beltrami,7618.05756892875,-5.567234625412873,0.17141572316567097,1991.71407555783,0.04481603158178817,6,0.131394534,35.25,0.764542575803583,23,0.503679047,1223,136845,801,11818,8688,21949,21316,0.5384299968107886,0.40758115969224995,2095,0.09936671374550093,-0.09828297992118595 +27009,MN,Benton,6097.91727399545,-33.49058864851824,0.15858930259279214,1403.83648011588,0.03650975215510338,4,0.101250443,25.9166666666667,0.648046275921851,14,0.35437655,1026,118380,731.4,8173,5640,19521,19911,0.41867732185851136,0.28326050926623475,7232,-0.13708314123251886,-0.3632163125910301 +27011,MN,Big Stone,2275.21759246845,-8.636348581312916,0.43181203121435763,517.353563100086,0.0981881881002251,3,0.585137507,6.91666666666667,1.36963696369637,3,0.585137507,228,15279,695.6,1345,921,2783,2729,0.4832914121451671,0.33748625870282156,686,-0.014372978799856273,-0.25137412971784534 +27013,MN,Blue Earth,21683.1802265296,-2.893342778356958,0.33873088632823956,3593.31683345655,0.05613417326881336,8,0.122352221,42.9166666666667,0.645936495035696,53,0.810583467,1409,196207,643.8,18164,14428,34039,33256,0.5336231969211787,0.4338465239355304,1239,0.09541995945826848,-0.037256434929035354 +27015,MN,Brown,6866.03801852085,-17.813214990042724,0.2651696604688854,1407.18422022422,0.05434612521624455,6,0.237229163,15.8333333333333,0.625057571092074,18,0.71168749,904,75883,672.5,5630,3763,13882,13663,0.40556115833453393,0.27541535533923733,4945,-0.16625846419824236,-0.3619263704896436 +27017,MN,Carlton,9377.951925718,18.163883335143886,0.2650187058644097,2304.32361490966,0.06511964095714859,4,0.112451154,29.1666666666667,0.816124759826142,12,0.337353462,1173,106407,860.7,11389,8460,18356,18059,0.6204510786663762,0.46846447754582204,300,0.26165831335803014,0.016612215515809325 +27019,MN,Carver,25146.7776282071,-0.2795109011547191,0.276210733817437,8208.79233993408,0.09016489466327716,12,0.12328176,37,0.369033133191039,54,0.554767922,1431,291808,571.6,20745,21508,52747,55102,0.39329250952660816,0.3903306595041922,7549,-0.1973571956698959,-0.13700047185220143 +27021,MN,Cass,3393.14016432335,-28.885599107755493,0.11877831639035775,734.160169169143,0.025699589357270382,10,0.350152316,28,0.965750353533611,10,0.350152316,965,85786,739.9,6858,4949,16080,15885,0.42649253731343284,0.31155177840730247,5033,-0.1305348258706468,-0.31683978596159906 +27023,MN,Chippewa,944.642589821947,-33.48350349511419,0.07592979582203577,217.436430776912,0.017477407827096857,3,0.247729149,10.5,0.865408390340394,7,0.578034682,456,36293,730.1,3083,1978,6176,6182,0.499190414507772,0.31996117761242315,1786,0.01878238341968913,-0.2889032675509544 +27025,MN,Chisago,5362.11513053641,30.596981486001145,0.09950665523292093,1357.5679727781,0.025192866048919037,6,0.111059695,20.0833333333333,0.366832273933903,26,0.481258677,1250,161949,704.2,12524,9279,29331,30009,0.4269885104496949,0.3092072378286514,9162,-0.12624867887218305,-0.3053084074777567 +27027,MN,Clay,5606.09523195713,-52.37211765869514,0.09502017376493041,1388.21835779653,0.02352952351389905,6,0.097901641,35,0.556660039761431,32,0.522142088,1391,184211,697.5,15210,12974,28771,29108,0.5286573285600084,0.44571938985845816,575,0.07959403566090856,-0.01975401951353578 +27029,MN,Clearwater,3297.3839808999,-1.6365512987843587,0.37922759987347904,792.61405149873,0.09115745273130878,3,0.341258105,9.66666666666667,1.09512480646501,2,0.227505403,313,26378,831.6,1753,1100,4183,4225,0.41907721730815206,0.2603550295857988,1825,-0.14487210136265838,-0.4319526627218935 +27031,MN,Cook,1486.92049101483,1.237007618758561,0.28727211959328247,253.916141270971,0.04905644151293876,4,0.764379897,5,0.945894816496406,4,0.764379897,146,15585,620.2,1993,1912,3304,3360,0.6032082324455206,0.569047619047619,756,0.23365617433414043,0.22499999999999998 +27033,MN,Cottonwood,4254.97317025174,-15.404498486839213,0.36407745103548733,1118.07492499048,0.09566825746474544,5,0.429811742,11.1666666666667,0.973554199360651,4,0.343849394,414,34775,653.4,2433,1678,5848,5697,0.41603967168262657,0.2945409864841144,2001,-0.1509917920656635,-0.35123749341758825 +27035,MN,Crow Wing,4208.76083818901,-14.547596106656957,0.06734017341102416,1101.06543979822,0.01761704703677152,15,0.237097921,53.0833333333333,0.830205400896674,40,0.632261124,1963,189723,698.3,14760,10982,34800,35568,0.4241379310344828,0.3087606837606838,11305,-0.13376436781609197,-0.3178418803418803 +27037,MN,Dakota,131295.795631951,-11.098226919621506,0.32943203303948043,37384.620906008,0.09380111229151529,50,0.1212036,211.083333333333,0.5056057768005,268,0.649651297,7161,1235376,591.4,116252,110251,230023,228659,0.5053929389669729,0.48216339614885045,10627,0.029292722901622936,0.04647531914335318 +27039,MN,Dodge,1800.03042329957,-14.72645574831761,0.08961171022549759,551.501138949753,0.02745562497882974,2,0.098265612,11,0.536428362430508,9,0.442195254,442,61022,645.3,4487,3102,10272,10564,0.4368185358255452,0.29363877319197274,3425,-0.1007593457943925,-0.3242143127603181 +27041,MN,Douglas,9290.12342239178,-30.31878716638013,0.2579944853339937,2114.8717958712,0.05873175583524119,7,0.190269095,23.0833333333333,0.61627865584508,26,0.706713781,1191,110418,645.1,8665,6227,20917,21623,0.41425634651240617,0.2879803912500578,7739,-0.1548979299134675,-0.3579059334967396 +27043,MN,Faribault,1898.39203655718,-14.474176927980626,0.13044678324449804,364.636377476435,0.02505575327949117,6,0.422773393,13.75,0.986724076067456,6,0.422773393,552,42376,700.3,3407,2153,7689,7355,0.4431005332292886,0.2927260367097213,2506,-0.09064897906099617,-0.3407205982324949 +27045,MN,Fillmore,455.501945998103,-15.28749366342351,0.021829864180873335,115.775085712146,0.005548504059817214,4,0.192529842,15.75,0.749892872446793,7,0.336927224,723,62463,661.1,5713,3872,10854,10976,0.5263497328173945,0.35276967930029157,2399,0.07370554634236226,-0.21856778425655976 +27047,MN,Freeborn,8893.3916718975,-2.0883885774958597,0.28454300661966087,2069.0780775159,0.06619990649546953,5,0.162127108,26.3333333333333,0.864919310692154,23,0.745784695,1080,92348,665.1,9327,6041,16645,15929,0.5603484529888856,0.37924540146901875,2767,0.14160408531090418,-0.1737083307175592 +27049,MN,Goodhue,8134.53966503857,-26.648606622510794,0.17613709947466752,1932.16462078319,0.041837139657085715,13,0.280033604,35,0.749850029994001,30,0.646231394,1437,139205,676.2,12212,9446,25701,25538,0.4751566086922688,0.3698801785574438,4595,-0.03011555970584806,-0.17992795050512955 +27051,MN,Grant,2653.96792711151,-1.4708538763202086,0.441004972933119,575.102238822285,0.09556368209077518,4,0.671591672,4.41666666666667,0.74154913812402,1,0.167897918,215,17857,643.4,1647,1104,3471,3453,0.47450302506482284,0.3197219808861859,959,-0.029098242581388656,-0.27772951057051837 +27053,MN,Hennepin,306811.978830476,-10.237986386662035,0.26623162360281666,75357.8711450857,0.06539069453117176,242,0.199659424,618.333333333333,0.501697251267022,965,0.796162579,24842,3634827,636.9,423979,429283,677965,672644,0.625370041226317,0.6382023774834831,237515,0.2712617908004101,0.35310654670226743 +27055,MN,Houston,2021.24645056419,-3.863276485840399e-5,0.10623043309844904,520.22131016197,0.02734121564944395,5,0.266837443,11.25,0.597958966726906,3,0.160102466,556,56330,597.9,5281,4145,10422,10515,0.5067165611207062,0.39419876367094625,1471,0.03166378814047205,-0.1398953875416073 +27057,MN,Hubbard,4381.732013361,-0.1683639885309384,0.21449637817510278,911.436009691302,0.04461699675402889,4,0.194429592,17.4166666666667,0.840653859767674,11,0.534681379,622,61931,653.7,4676,3432,11482,11423,0.4072461243685769,0.30044646765298083,3837,-0.16948266852464733,-0.3359012518602819 +27059,MN,Isanti,3449.62871709636,-21.863010820077488,0.09122140673514809,891.665073456178,0.023579042560190874,5,0.130164267,19.0833333333333,0.489002775998292,16,0.416525655,892,114998,671.2,8024,5656,20131,20875,0.3985892404748895,0.2709461077844311,7979,-0.18136207838656798,-0.3822275449101797 +27061,MN,Itasca,7274.217551221,-3.8521747904642885,0.16144119914823116,1463.96485394066,0.03249067543922633,10,0.219351159,33.6666666666667,0.744146294740875,15,0.329026739,1630,136407,785,12852,9015,23833,23650,0.5392522972349264,0.38118393234672304,3905,0.0986866949188101,-0.1651162790697674 +27063,MN,Jackson,1380.18021606995,-52.25058781128361,0.13444186792031462,320.205532573205,0.031190875956867817,2,0.194760931,6,0.603378921962993,5,0.486902327,317,30580,584.9,2268,1492,5415,5453,0.4188365650969529,0.273610856409316,2117,-0.14330563250230843,-0.38822666422152946 +27065,MN,Kanabec,1184.26985828585,155.30452935566586,0.07292751144071986,252.621412114216,0.015556463582376749,1,0.062774639,8.75,0.552747946936197,4,0.251098556,451,47793,705.4,3586,2327,8107,8125,0.4423337856173677,0.2864,2903,-0.09041569014431972,-0.3572923076923077 +27067,MN,Kandiyohi,11792.0107950968,3.484274327709437,0.2791735314542674,2824.96056261291,0.06688038454065934,11,0.260139529,29.4166666666667,0.692238302545398,24,0.56757715500000006,1147,127519,618.1,9806,7266,21403,21648,0.4581600710180816,0.3356430155210643,5519,-0.06695323085548749,-0.2549427198817443 +27069,MN,Kittson,3308.71685095709,177.46215610826,0.726871012951909,700.551942336459,0.15389981158533808,4,0.901916573,3.41666666666667,0.788522194014924,0,0,226,13357,856.3,1241,823,2405,2363,0.516008316008316,0.34828607702073633,526,0.060706860706860655,-0.2225983918747355 +27071,MN,Koochiching,6010.70095788429,-0.25453890659494055,0.4515589330541875,1221.43728895301,0.091761497179251,5,0.38892346,14.4166666666667,1.14164290993559,8,0.622277536,459,38841,725.5,3451,2306,6432,6313,0.5365360696517413,0.36527799778235387,1263,0.0948383084577114,-0.2000633613179154 +27073,MN,Lac qui Parle,820.610127587625,-14.745497057620414,0.11304726926403429,175.683654928936,0.02420218417535969,2,0.290233638,5.91666666666667,0.881111938446265,3,0.435350457,251,20757,559.2,1974,1301,3974,3835,0.4967287367891293,0.33924380704041723,993,0.009058882737795648,-0.25893089960886573 +27075,MN,Lake,902.252555428612,-2.719257352640293,0.08303447040572537,136.017949070109,0.012517757138791552,2,0.187265918,8.75,0.823529411764706,8,0.74906367,432,32102,715,4043,3077,6797,6472,0.5948212446667648,0.4754326328800989,145,0.21082830660585555,0.022404202719406685 +27077,MN,Lake of the Woods,1665.97472109299,0,0.41186025243337204,313.60578867609,0.07752924318321137,1,0.255232261,4,1.0487676979549,2,0.510464523,143,11768,771.8,859,553,2220,2230,0.3869369369369369,0.24798206278026905,987,-0.20135135135135135,-0.4426008968609866 +27079,MN,Le Sueur,1977.25354902598,105.78860557122265,0.07137326459322023,564.605376519496,0.020380658286809947,5,0.180050414,16,0.579899242506614,6,0.216060497,687,83075,674.7,6753,4623,14730,14867,0.4584521384928717,0.3109571534270532,4559,-0.0652410047522064,-0.30665231721261854 +27081,MN,Lincoln,720.187658899786,-87.33536804366234,0.12214851745247389,180.142497003514,0.03055334074008039,5,0.863856254,5.83333333333333,1.00870367168136,0,0,235,17379,653.2,1428,860,3113,3002,0.45872149052361066,0.2864756828780813,1070,-0.05332476710568579,-0.35642904730179875 +27083,MN,Lyon,6716.53676964575,0.09231752730695471,0.2597570007984588,1729.06253813519,0.066870191365401635,7,0.272744983,21.0833333333333,0.820395086708951,24,0.935125658,683,76979,676.8,5465,3825,12334,12129,0.443084157613102,0.31535988127628,3431,-0.09161666936922325,-0.28287575232912854 +27085,MN,McLeod,9134.91438826425,24.031908437441153,0.24924052244861641,2505.44650318903,0.06835956735666229,4,0.111476506,28.6666666666667,0.799806558413779,24,0.668859038,1008,107803,649,6970,4978,18455,18684,0.37767542671362775,0.2664311710554485,7177,-0.22210782985640742,-0.38412545493470346 +27087,MN,Mahnomen,1904.71609491431,0,0.35187808884432104,613.778015634956,0.1133896204756985,1,0.181653043,6.33333333333333,1.15888990545898,3,0.544959128,183,16467,894.5,1276,930,2179,2074,0.5855897200550712,0.4484088717454195,61,0.18586507572280864,-0.02941176470588236 +27089,MN,Marshall,5982.48264677284,-1.4701394803899188,0.6338047088433987,1396.1378551929,0.1479116278411802,5,0.530954656,8.91666666666667,0.956313456313456,2,0.212381863,244,28310,529.9,1854,1225,4335,4794,0.427681660899654,0.25552774301209846,1983,-0.12133794694348332,-0.4136420525657071 +27091,MN,Martin,9218.7317362397,2.5777253998853604,0.44235756891745204,1926.62107430074,0.09244822813343284,2,0.098911968,18.75,0.945584749609158,14,0.692383778,791,60651,690,4054,2733,10927,10469,0.3710075958634575,0.26105645238322667,4329,-0.23821725999816962,-0.4135065431273283 +27093,MN,Meeker,5008.21967020761,48.14991613488447,0.21494505022350258,1266.58170486014,0.05435972982232361,5,0.216384645,13.5833333333333,0.587768642723208,11,0.47604622,672,69354,675.7,4969,3192,12167,12198,0.40839976986931864,0.2616822429906542,4911,-0.1597764444809731,-0.4026069847515987 +27095,MN,Mille Lacs,438.867852071207,-74.31066720600292,0.01681679319734862,100.641365533891,0.0038564342849327893,6,0.231803431,16.3333333333333,0.631459573700353,12,0.463606861,870,77424,814.2,5829,3709,13047,12948,0.44676937226948726,0.2864535063330244,4631,-0.08599678086916535,-0.3576614148903306 +27097,MN,Morrison,9757.3715062345509,-11.103571410484706,0.29391443780452287,2390.26708811784,0.07200033399957347,8,0.243828101,30.5833333333333,0.931822105765618,18,0.548613228,953,98481,683.7,6153,3637,16662,17534,0.36928339935181853,0.20742557317212273,9288,-0.24042731964950181,-0.5297136990988935 +27099,MN,Mower,5740.59734260908,-56.777016795665666,0.14658216537571384,1382.81996695645,0.03530934726544059,8,0.203443277,29.5833333333333,0.755389866285355,23,0.584899423,1156,117542,630.1,11129,7444,18471,17587,0.6025120459098046,0.42326718598965146,1382,0.22689621568945917,-0.0785807698868482 +27101,MN,Murray,1263.30909198082,-61.18083362056655,0.14479187300639773,327.254567784259,0.03750768685206407,3,0.354191263,5,0.600312162324409,3,0.354191263,295,25401,618.7,2160,1295,4754,4642,0.4543542280185107,0.27897457992244723,1679,-0.07236011779554058,-0.3616975441619992 +27103,MN,Nicollet,10421.516092943,-0.41753539175290516,0.3184378675999328,2644.36167125858,0.08080061329356739,2,0.0604357,20,0.595681310498883,19,0.574139546,679,99519,594.2,9652,7886,18285,17914,0.5278643697019415,0.4402143574857653,550,0.07864369701941487,-0.030702244054929106 +27105,MN,Nobles,6356.31601441441,-28.05949367798572,0.2973297789509968,1527.18340833678,0.0714371507314426,7,0.324224178,21.6666666666667,0.991700231905285,9,0.416859657,560,65167,621.9,3793,2733,8493,8592,0.44660308489344164,0.31808659217877094,2566,-0.09278229129871657,-0.2986499068901303 +27107,MN,Norman,2172.21511162296,22.030143034287132,0.3170191347961121,534.844806222922,0.07805674346510828,2,0.301250188,6,0.911992704058368,1,0.150625094,276,19980,772.1,1730,1264,3199,3232,0.5407939981244139,0.3910891089108911,435,0.10815879962488278,-0.13459158415841588 +27109,MN,Olmsted,28175.7259747578,-9.123032376252803,0.19532836486299845,7469.71005410545,0.05178380327010045,23,0.153040516,75.5833333333333,0.493679594867039,105,0.698663224,2989,450705,562,39338,36266,77951,79277,0.5046503572757245,0.4574592883181755,598,0.03214840091852572,0.007543171411632632 +27111,MN,Otter Tail,11231.817874451,12.85085394817607,0.19600750177915643,2297.63671888717,0.040096272776070536,14,0.242907955,39.25,0.675733838340363,36,0.624620456,2018,172917,676.2,12165,9339,31562,32284,0.3854318484253216,0.28927642175690743,11600,-0.2121221722324314,-0.35931111386445297 +27113,MN,Pennington,2524.66790298826,4.858605745674588,0.18123961974072217,667.036777054069,0.04788490861838255,2,0.142267748,10.25,0.720056199508254,6,0.426803244,376,42412,644.3,3024,2146,6493,6671,0.46573232712151547,0.3216909009144056,1854,-0.043123363622362576,-0.2779193524209264 +27115,MN,Pine,2678.84696169972,-43.81822351426188,0.09004527602352001,559.262761534541,0.01879874828687533,5,0.171850833,23.1666666666667,0.802336588857334,11,0.378071834,843,87255,718.6,6750,4580,13904,13729,0.4854718066743383,0.33360040789569523,3611,-0.006832566168009202,-0.26301988491514317 +27117,MN,Pipestone,2711.00834347388,-15.199113611949642,0.28251441678552314,662.295713873444,0.06901789431778282,4,0.43098804,9.66666666666667,1.05049626892704,7,0.75422907,335,27860,670.9,1728,1127,4637,4779,0.3726547336640069,0.2358233940154844,2211,-0.23722234203148584,-0.46264908976773383 +27119,MN,Polk,11067.5863063598,27.323607728698242,0.35024007298606963,2669.94893716915,0.08449205497370729,7,0.220792329,18.6666666666667,0.589597810065277,18,0.567751703,1018,94708,756.5,6773,4712,14644,14698,0.46251024310297734,0.32058783507960265,4267,-0.057497951379404555,-0.2903116070213635 +27121,MN,Pope,1413.72889009808,2.3187930458139627,0.12857925330587358,326.237253324698,0.029671419129122144,2,0.18208303,7.91666666666667,0.716505264428153,4,0.36416606,377,32907,627.3,2981,2106,6224,6294,0.47895244215938304,0.334604385128694,1687,-0.025867609254498714,-0.2680330473466794 +27123,MN,Ramsey,111304.290307266,-10.584699554822173,0.21882724580698723,24478.4982368423,0.04812538973899477,108,0.202757883,333.666666666667,0.617159500279602,371,0.696510875,12222,1599823,694.8,184936,176929,277782,269161,0.6657594804558971,0.6573352008649098,106151,0.3532878300249836,0.39437734292858173 +27125,MN,Red Lake,4055.97570536792,152.4594629615332,0.9919236256708046,1002.42878945176,0.24515255305741257,3,0.74202325,2.5,0.623908160718742,1,0.247341083,106,12125,627,928,540,1963,1871,0.47274579724910853,0.28861571352218063,601,-0.02547121752419762,-0.3212185996793159 +27127,MN,Redwood,6928.94955840364,-2.0886626282397245,0.4314683080144243,1700.39885481908,0.10588447940837414,6,0.386722527,8.33333333333333,0.545982659590731,7,0.451176281,555,46682,717,3008,1887,7761,7566,0.38757892024223684,0.24940523394131642,3250,-0.20126272387578914,-0.429553264604811 +27129,MN,Renville,5201.29422684241,-35.503272862953516,0.3306607900090534,1237.68672447774,0.07868319926749777,6,0.399334443,9.75,0.665075034106412,6,0.399334443,554,45035,706.9,3394,2117,7684,7563,0.44169703279541905,0.2799153774957028,2773,-0.09825611660593436,-0.36665344440037023 +27131,MN,Rice,14453.776093313,-1.2433111644028805,0.22534027771683143,2948.45357667315,0.04596759653071544,9,0.138140627,33.4166666666667,0.50922962827507,35,0.53721355,1414,195356,634.2,17054,14437,32160,32217,0.5302860696517413,0.4481174535183288,992,0.08314676616915423,-0.030791197194028008 +27133,MN,Rock,1394.08341638397,-35.324551584391934,0.1439128126751285,349.118370125427,0.03603988542638867,1,0.104679158,4.25,0.444374738603095,6,0.62807495,340,28632,675.4,1945,1373,4830,4807,0.4026915113871636,0.2856251300187227,1718,-0.1790890269151138,-0.3573954649469524 +27135,MN,Roseau,4603.1049029405,-0.4420052888956586,0.29452331581934227,1108.68024274961,0.07093737556782967,6,0.382677467,12,0.767950851145527,8,0.510236622,419,47042,706.9,2772,1856,7330,7767,0.3781718963165075,0.23895970130037336,3595,-0.22332878581173266,-0.46285567143041073 +27137,MN,St. Louis,51285.5234088887,-6.031111050210818,0.2561381809000265,10458.4833053003,0.052233392792645814,36,0.179149934,154.75,0.773827382738274,114,0.567308123,6156,601792,742.8,74177,57769,116460,111260,0.6369311351537008,0.5192252381808377,13138,0.2962562253134123,0.11808376775121338 +27139,MN,Scott,23765.3253737482,-17.965069709898934,0.18291150001345519,6938.59281363699,0.053403368124168696,16,0.114554098,51.4166666666667,0.357855419450631,77,0.551291597,1863,418663,592.8,29714,28502,71411,74390,0.41609836019660834,0.3831428955504772,11446,-0.1485345394967162,-0.15386476676972716 +27141,MN,Sherburne,15106.2626799156,4.856083720113638,0.17069416241896068,3818.79622373078,0.043150727395007624,7,0.076816715,31.1666666666667,0.333233541470647,45,0.493821741,1495,273164,667.6,17597,13299,46320,47938,0.3799006908462867,0.27742083524552547,17750,-0.22130829015544046,-0.37026993199549424 +27143,MN,Sibley,242.320599740728,-51.35861681159823,0.015914921827185603,56.4272973045718,0.0037059830096264155,4,0.268132457,8.91666666666667,0.601380364650075,4,0.268132457,441,44812,670.8,2916,1954,7785,7727,0.3745664739884393,0.2528795133945904,3239,-0.22825947334617852,-0.4191795004529571 +27145,MN,Stearns,26241.5132116435,-2.7678025203404233,0.17419785459329737,6554.86265077418,0.043512849343305196,33,0.215810401,90.9166666666667,0.584102142386007,104,0.680129748,2942,460013,585.1,33552,25575,78178,78985,0.4291744480544399,0.3237956574033044,22043,-0.12104428355803426,-0.27907830600746975 +27147,MN,Steele,7901.8917297116,-17.652384556068746,0.21604034694093396,2300.39082172704,0.06289344985036746,6,0.164055451,28.4166666666667,0.772087125843409,28,0.765592103,909,109757,602,8706,6239,19034,19040,0.45739203530524325,0.32767857142857143,4959,-0.06288746453714406,-0.2604516806722689 +27149,MN,Stevens,1320.79123111369,-15.184619488082296,0.13580004432589862,292.43267602551,0.030067106315598394,3,0.306122449,6,0.619003404518725,5,0.510204082,249,29392,546.9,2742,2116,5621,5350,0.487813556306707,0.3955140186915888,684,-0.004269702899839911,-0.12785046728971955 +27151,MN,Swift,2480.8786008829,-45.7532925064053,0.253590780014607,585.932257976275,0.05989290176594858,3,0.317931327,8.16666666666667,0.867041794953463,7,0.741839763,318,28329,602.7,2751,1679,5087,4968,0.5407902496559859,0.33796296296296297,1283,0.09887949675643803,-0.2582528180354267 +27153,MN,Todd,8324.16410333525,-2.2506396588356474,0.3343709220058345,2037.41014449034,0.08184013434385778,7,0.288493241,22.25,0.918169438369166,6,0.247279921,674,72955,655.8,4819,2783,11762,11944,0.40970923312361845,0.2330040187541862,5702,-0.16153715354531545,-0.47739450770261216 +27155,MN,Traverse,1386.29910037331,0,0.3896287522128471,315.098865617731,0.0885606704940222,2,0.590493062,2.83333333333333,0.844259038537942,2,0.590493062,159,10202,704.5,942,631,1840,1791,0.5119565217391304,0.35231714126186486,419,0.04456521739130431,-0.2339475153545505 +27157,MN,Wabasha,2227.0544902678,-0.26453986445196753,0.10274287185217751,506.330274018129,0.023359027219880465,3,0.140436289,10.8333333333333,0.509252730378101,10,0.468120962,602,63975,629.8,5415,3866,11722,11764,0.461951885343798,0.328629717783067,3123,-0.054086333390206465,-0.26547092825569535 +27159,MN,Wadena,3420.1352650958,-47.30323472524236,0.24706604530057072,777.181889200705,0.056142591143589174,4,0.290761067,13.6666666666667,0.993144878036964,13,0.944973468,602,41385,864.8,2492,1684,6772,6894,0.36798582398109864,0.24427038004061502,3153,-0.2437979917306557,-0.45735422106179285 +27161,MN,Waseca,5704.33717414646,0.3063753222615675,0.29809454296333926,1354.34360918622,0.07077464512887856,3,0.157687254,10.8333333333333,0.572858829957873,10,0.525624179,499,57025,630.9,4370,2838,9706,9579,0.45023696682464454,0.29627309740056373,3129,-0.07685967442818875,-0.3266520513623552 +27163,MN,Washington,94726.4269686236,0.42458508017036123,0.397782892836965,24865.0126277653,0.10441517715828477,25,0.100287625,102.083333333333,0.403304927497297,129,0.517484145,4496,747603,598.6,70203,67086,141711,142843,0.49539555856637807,0.4696484952010249,2657,0.007522351828721852,0.018600841483306874 +27165,MN,Watonwan,523.090788463605,0,0.04665870916631924,108.022328381214,0.009635387421390956,3,0.270684833,12.9166666666667,1.18414619239702,6,0.54136966500000006,372,32972,682.3,2494,1814,5115,4971,0.4875855327468231,0.36491651579159123,954,-0.00449657869012704,-0.19191309595654793 +27167,MN,Wilkin,1886.45347610973,-4.709365629765607,0.2868694458804334,448.911828718987,0.06826518076626932,0,0,3.91666666666667,0.616021809793436,2,0.307929176,238,19430,815.1,1258,893,3212,3279,0.3916562889165629,0.2723391277828606,1236,-0.19489414694894147,-0.3769441903019213 +27169,MN,Winona,7298.7041393104,-6.535375499781193,0.1418298155751035,1581.39651387907,0.030729999686735003,4,0.078282482,29.25,0.574114783701029,34,0.6654011,1266,153333,677.3,14980,11366,27103,25852,0.5527063424713131,0.43965650626643976,756,0.12913699590451239,-0.02924338542472532 +27171,MN,Wright,14968.9165422002,-12.909096720403952,0.12003942696231115,4590.79897429864,0.036814747187639454,12,0.092365954,59.1666666666667,0.446372438073683,64,0.492618421,2182,389739,629.8,26584,20336,69550,69154,0.3822286125089863,0.2940683113052029,22938,-0.21388928828181164,-0.3316944789889233 +27173,MN,Yellow Medicine,3380.24160700289,-0.022591108462794388,0.3238399700136894,849.301784190781,0.08136633303226488,4,0.395687012,8.83333333333333,0.889112565005872,7,0.69245227,343,30023,645,2465,1524,5397,5253,0.45673522327218824,0.29011993146773274,1858,-0.06318324995367802,-0.35370264610698643 +28001,MS,Adams,7183.93335654812,-9.532706944998209,0.22243345687054897,1766.3111468233801,0.05468963516188439,4,0.126035857,36,1.15207373271889,30,0.945268929,1244,95314,1014.4,7999,6921,13621,12214,0.5872549739373027,0.5666448337972818,1796,0.18038323177446597,0.14704437530702474 +28003,MS,Alcorn,3767.02664130521,-0.7309562427818511,0.1016549273094209,883.790468727165,0.02384948778171911,7,0.187265918,33.4166666666667,0.895793123168204,27,0.722311396,1419,112058,1053.6,3449,2684,14682,14781,0.2349134995232257,0.18158446654488872,9133,-0.5161422149570903,-0.6178878289696231 +28005,MS,Amite,2342.67963520183,-2.042419078574547,0.17840831887912803,497.386148535388,0.037878771497630644,1,0.079182833,11.5,0.923101621448066,3,0.237548499,471,38060,854.5,3218,2688,7661,7033,0.4200496018796502,0.3821982084458979,1594,-0.1533742331288343,-0.2266458125977534 +28007,MS,Attala,3955.19519450603,98.94543666520904,0.2021670003325511,1097.62476013371,0.056104312008470145,2,0.104367792,18.6666666666667,0.985880778845815,10,0.52183896,857,57455,1069.8,3368,2847,7853,7242,0.4288806825417038,0.39312344656172327,1441,-0.13803641920285242,-0.19897818282242474 +28009,MS,Benton,3215.39493769991,3.894267614965847,0.3683577658036327,909.004219341378,0.10413612319181785,1,0.120540019,5.41666666666667,0.655453372055502,0,0,329,24997,1036.9,2026,1713,4080,3996,0.4965686274509804,0.4286786786786787,527,-9.803921568627416e-4,-0.13188188188188188 +28011,MS,Bolivar,14106.5319539523,-0.1435215155780807,0.413136094712324,3661.6625955026,0.10723861752826476,8,0.236910685,51.1666666666667,1.56296137907159,18,0.533049041,1232,101171,1179.8,9772,8410,14258,12831,0.6853696170570908,0.6554438469332087,4159,0.3805582830691542,0.3241368560517497 +28013,MS,Calhoun,1215.84273196738,4.381521922900903,0.08126204598097714,248.78122870444,0.016627538344101057,5,0.339097999,14.9166666666667,1.02099018936801,4,0.271278399,580,44194,998.7,2250,1884,6273,6339,0.3586800573888092,0.2972077614765736,2476,-0.2727562569743344,-0.3905978861019088 +28015,MS,Carroll,4336.75871746279,-10.39356798323134,0.40924400466762195,971.259892046157,0.0916542315793297,1,0.097522918,6.08333333333333,0.593206565902812,0,0,352,30838,801.2,1990,1648,5968,5470,0.3334450402144772,0.3012797074954296,2126,-0.3289209115281502,-0.3886654478976234 +28017,MS,Chickasaw,685.352205348512,-22.51682192261001,0.03940617556051702,195.152034357558,0.011220793143833832,3,0.173280194,21.9166666666667,1.27082608527581,8,0.462080518,575,52045,939.1,3914,3649,7641,7890,0.5122366182436854,0.46248415716096325,478,0.040963224708807755,-0.06058301647655262 +28019,MS,Choctaw,270.33832700882,-6.105272404857564,0.03162961588964783,65.4975863142572,0.007663225261993355,4,0.482276344,9.33333333333333,1.13241122704845,4,0.482276344,276,25009,812.7,1283,1198,3847,4020,0.3335066285417208,0.2980099502487562,1565,-0.3249285157265402,-0.3893034825870647 +28021,MS,Claiborne,1452.24480268512,0.2260614648645581,0.1512124950734194,351.068251309669,0.0365543785203737,3,0.330396476,10.0833333333333,1.10333005069847,5,0.550660793,322,27497,1068.5,4633,2523,5258,2954,0.8811335108406239,0.8540961408259986,2109,0.7655001901863827,0.7139471902505077 +28023,MS,Clarke,2332.27698181418,1.1253209455646693,0.13939020928844012,537.775980642866,0.032140567812746,4,0.245413829,15.8333333333333,0.996559248069822,4,0.245413829,647,48649,1047.6,2695,2556,7199,7713,0.37435754965967494,0.3313885647607935,2532,-0.23892207251007092,-0.32827693504472966 +28025,MS,Clay,5606.69948520082,69.99566279080655,0.2717214056993709,1476.51622343755,0.07155744031392605,2,0.098887515,30.3333333333333,1.52812762384551,11,0.543881335,746,60527,1009.1,5860,5695,9659,9960,0.6066880629464748,0.5717871485943775,1559,0.22000207060772337,0.15652610441767068 +28027,MS,Coahoma,6739.24130595203,5.5365358408185745,0.25770491782157584,1915.86039121037,0.07326145811672097,8,0.32248962,42.9166666666667,1.80253965587243,17,0.685290442,900,74724,1147.5,7164,6378,9563,8912,0.749137300010457,0.7156642728904847,3952,0.5027710969361079,0.44344703770197486 +28029,MS,Copiah,7175.63171362908,-21.422756555301387,0.24366300090424395,1875.7728226352301,0.06369563729278516,3,0.104177518,42.25,1.48339302015308,17,0.590339271,976,86447,979.6,7201,6203,13002,11906,0.5538378710967543,0.5209978162271124,627,0.11436702045839098,0.052662523097597835 +28031,MS,Covington,NA,NA,NA,NA,NA,5,0.257175188,22.9166666666667,1.171069889451,11,0.565785413,812,58311,1143.7,3800,3267,9145,8790,0.4155276107162384,0.37167235494880546,2156,-0.16205576817933293,-0.24527872582480093 +28033,MS,DeSoto,43333.8455388254,-2.961327564826916,0.26873369346628506,12253.5950196742,0.07599034442781609,17,0.09946581,151.75,0.864125823553194,130,0.760620901,3849,512647,850,20979,19892,64026,64022,0.3276637615968513,0.31070569491737215,22263,-0.33455158841720545,-0.3477398394301959 +28035,MS,Forrest,9216.50245712517,-5.4377837728383405,0.12299493497111018,2156.44254616177,0.028777891826964667,14,0.183414123,99.4166666666666,1.3084755875527,76,0.995676667,2164,228724,952.2,12079,11271,27789,27284,0.4346683939688366,0.4130992523090456,3878,-0.11731260570729418,-0.142134584371793 +28037,MS,Franklin,2486.25334706386,-3.5637397246568163,0.30626427039466125,657.120446559725,0.08094610083268354,1,0.127665007,9.08333333333333,1.16722350723893,4,0.510660028,333,23412,1065.2,1706,1471,4443,4219,0.3839747918073374,0.34866082009954963,1214,-0.22484807562457798,-0.2877459113534013 +28039,MS,George,2243.32845231678,-2.4430358441652227,0.09935904209038798,633.974997391725,0.02807932489112078,2,0.085825859,25.1666666666667,1.06210874305409,12,0.514955156,777,69805,1169.2,1352,1013,9826,9831,0.13759413800122125,0.10304139965415522,7639,-0.7124974557296968,-0.7770318380632693 +28041,MS,Greene,636.976503643274,-71.27697669232667,0.044234479419671804,184.529913281414,0.012814577311209305,3,0.209409465,18.4166666666667,1.37355807478123,3,0.209409465,384,42071,941.5,1325,956,5919,5325,0.2238553809765163,0.17953051643192489,3353,-0.5411387058624768,-0.6296713615023475 +28043,MS,Grenada,3443.74046234094,-21.984174358388582,0.1572053529782224,810.207599434559,0.036985647741922714,3,0.138465799,28.6666666666667,1.34743439091265,21,0.969260593,890,64774,1129.2,5279,4386,11320,10442,0.4663427561837456,0.4200344761539935,1554,-0.061925795053003496,-0.14882206473855586 +28045,MS,Hancock,14852.1744892,-24.55319564308513,0.3380949825673245,3545.4735934719,0.0807091805748344,3,0.065289778,39.25,0.838836528392212,30,0.652897778,1463,138047,874.3,3879,3320,17023,17517,0.22786817834694237,0.18953017069132844,10400,-0.5275215884391705,-0.5937089684306673 +28047,MS,Harrison,67157.9786557619,-13.227609129411732,0.35893203632057824,16757.0774910564,0.08955975249756234,21,0.10549689,209.666666666667,1.03165152812358,162,0.813833154,5812,596701,956.5,22242,20679,61602,62076,0.36105970585370606,0.33312391262323604,19031,-0.26629005551767804,-0.30657581029705516 +28049,MS,Hinds,64739.6267472679,-4.595205377285233,0.26393634648375525,17732.8236044741,0.07229477385275944,35,0.143602115,284.666666666667,1.18006817864629,230,0.943671044,6454,732867,892,70512,64922,97639,91536,0.7221704441872613,0.7092510050690439,40003,0.45127459314413304,0.43701931480510403 +28051,MS,Holmes,8271.77954685205,63.81239053826736,0.4308667333499349,2477.04466035501,0.1290261829542145,5,0.270870578,31.3333333333333,1.74083745393263,4,0.216696462,645,55610,1086.7,6775,5820,8076,7045,0.8389053987122338,0.8261178140525195,4669,0.6823922734026746,0.6627395315826827 +28053,MS,Humphreys,2102.68983079043,14.534495558727292,0.22428691528431252,554.497517939841,0.059146401913583044,2,0.228806773,17.0833333333333,2.00673479776029,3,0.343210159,297,26390,1039.1,3399,2652,4481,3599,0.7585360410622629,0.7368713531536538,1728,0.519973220263334,0.48013337038066134 +28055,MS,Issaquena,597.165275162116,69.98398794574861,0.42472636924759316,140.779697482026,0.10012780759745804,0,0,2,1.54559505409583,0,0,39,4136,857.7,479,395,787,699,0.6086404066073697,0.5650929899856938,97,0.2249047013977128,0.13876967095851211 +28057,MS,Itawamba,2770.52183445814,4.579662771858085,0.11839330945079868,492.080493003636,0.021028182257323877,5,0.212521783,15.75,0.6693867142675,12,0.51005228,853,70531,974,1599,1100,8729,9634,0.18318249513117196,0.1141789495536641,7285,-0.6101500744644288,-0.7561760431804027 +28059,MS,Jackson,41289.9596523054,17.517674054557386,0.29562934711104477,10134.4942196252,0.07256131840955121,19,0.134620971,137.416666666667,0.972923348508342,83,0.588081084,3986,423362,907.3,15452,13087,49290,45465,0.31349158044228037,0.28784779500714835,18117,-0.36133089876242647,-0.3984823490597163 +28061,MS,Jasper,1999.2522822333,-10.041303577890048,0.11717572865041027,421.531764563018,0.024705882344567928,3,0.180712005,13.8333333333333,0.834439216632485,4,0.24094934,594,49596,937.6,5097,4367,9340,8468,0.5457173447537473,0.5157061880018895,335,0.0967880085653105,0.039560699102503594 +28063,MS,Jefferson,874.519411625841,9.222042244829035,0.11319174367406692,173.567807934896,0.02246541650723479,2,0.263192525,15.1666666666667,2.07847974053264,2,0.263192525,259,22708,997.4,3508,3337,3953,3859,0.8874272704275235,0.8647317958020212,2848,0.7783961548191247,0.7380150298004664 +28065,MS,Jefferson Davis,2066.6242212789,626.3467858158066,0.16550205984455035,522.257740707284,0.0418241163375738,2,0.169176112,14.5,1.27360562143171,5,0.422940281,471,35452,1005.5,4094,3720,6618,6237,0.6186158960411,0.5964405964405964,1254,0.2500755515261408,0.20105820105820105 +28067,MS,Jones,6582.18025162125,-26.133901686547517,0.09713818054074247,1893.95089697702,0.027950456707796816,9,0.131790892,78.5833333333333,1.15643655663964,50,0.732171621,2295,205260,975.2,9146,7748,30038,28250,0.30448099074505625,0.2742654867256637,12328,-0.38248218922697913,-0.4363893805309735 +28069,MS,Kemper,5149.95881956698,33.822198641207194,0.49253622987442436,1256.06851486545,0.12012897043472169,1,0.098396143,9,0.909458367016976,3,0.295188429,314,30446,805.3,3239,2827,5052,4639,0.6411322248614411,0.6093985772795861,1049,0.2870150435471101,0.22612632032765684 +28071,MS,Lafayette,15699.7979569973,10.010353797272728,0.33156212027195414,2340.31853951914,0.04942490210384448,5,0.094464387,25.9166666666667,0.481758247205492,43,0.812393728,1167,157050,877.6,7098,7968,17191,19642,0.412890465941481,0.4056613379492923,2904,-0.1555465068931418,-0.14784645148151926 +28073,MS,Lamar,7978.7107289011,-0.1893465831100187,0.14335245120020662,2105.60011885731,0.03783104169853947,7,0.116474484,48.75,0.800308631841613,57,0.948435082,1243,179430,767.3,5037,5044,22780,24179,0.22111501316944687,0.20861077794780594,13449,-0.5458735733099209,-0.5562264775218165 +28075,MS,Lauderdale,16825.6857532474,20.041835428343088,0.20963713077643437,4069.34522140922,0.050701401943773684,12,0.150490977,107.666666666667,1.38469123100337,66,0.827700372,2659,238265,948.7,12642,10910,30213,28967,0.4184291530136034,0.37663548175510064,6664,-0.15490020851951147,-0.23005489004729518 +28077,MS,Lawrence,1979.52682065369,-24.9238663776504,0.1531074963766486,503.726921634952,0.03896101180562704,4,0.319948808,17.5833333333333,1.37919313933119,6,0.479923212,429,37654,1008.2,2394,2181,6584,6329,0.3636087484811665,0.34460420287565174,1891,-0.2671628189550425,-0.2987833781008058 +28079,MS,Leake,4180.84639061938,47.370443225446145,0.17562891790041504,1114.59959256823,0.046822079082891405,2,0.086232915,24.8333333333333,1.09784851164162,12,0.517397491,733,69257,973.4,3599,3579,7921,8436,0.45436182300214617,0.42425320056899,1196,-0.08635273324075249,-0.1417733522996681 +28081,MS,Lee,18139.5654409033,7.932716187484279,0.21878621928480643,5030.91232565399,0.06067919823488107,17,0.199422847,95.0833333333334,1.11363574253444,80,0.938460456,2722,255929,971.2,12043,9635,34363,31974,0.3504641620347467,0.301338587602427,12060,-0.28987573843960074,-0.37718145993619817 +28083,MS,Leflore,14706.2963251959,46.4590034735964,0.4550637845467061,4271.56972283669,0.13217717371156634,10,0.318248361,53.75,1.80030814576635,21,0.668321558,1092,94067,1118.1,8423,6677,11600,9566,0.7261206896551724,0.6979928914906962,3920,0.4575862068965517,0.40978465398285596 +28085,MS,Lincoln,7112.97999662655,-10.131344678672244,0.20399151098759788,1932.3946996072,0.05541870141406981,4,0.115025162,36.3333333333333,1.05243847097104,28,0.805176132,1260,104147,1032,4879,4458,14303,15193,0.34111724812976296,0.2934246034357928,6092,-0.31140320212542827,-0.40097413282432703 +28087,MS,Lowndes,9910.90851818047,-24.951445959722026,0.16579247759548438,2608.31239042452,0.04363258653414276,10,0.167420057,85.1666666666667,1.42892296679082,40,0.669680228,1813,179303,905.7,12037,11545,24674,25139,0.4878414525411364,0.45924658896535264,1579,-0.014671313933695362,-0.06281077210708463 +28089,MS,Madison,19394.7650791334,-3.0038789600379627,0.20372010418929448,5448.41873683042,0.057229485802237544,19,0.186846039,76.3333333333333,0.726195685953663,100,0.983400205,2930,305403,978.8,20722,18358,49571,45048,0.4180266688184624,0.407520866631149,7249,-0.15704746726916952,-0.16091724382880485 +28091,MS,Marion,7950.20970789698,75.96272758654507,0.2934956330440409,2068.35919201957,0.07635702864809399,5,0.193289006,34.75,1.37618312146054,21,0.811813824,1008,77465,1064.1,3833,3572,11041,11443,0.3471605832805,0.31215590317224506,4125,-0.2975273978806267,-0.360482390981386 +28093,MS,Marshall,6866.83032377401,9.004264607799142,0.18487051270121715,1566.12070431202,0.042163490854835776,4,0.110393553,47.25,1.31979553643753,13,0.358779047,1270,108604,1030.1,9581,7944,16141,14698,0.5935815624806393,0.54048169819023,1419,0.19434979245399908,0.09654374744863248 +28095,MS,Monroe,2432.53399866416,-10.889168650741128,0.06576371350034227,666.638373685513,0.018022611416516073,6,0.166652779,27.1666666666667,0.757301220044788,20,0.555509263,1299,107938,933.5,6990,5485,16789,15781,0.41634403478468046,0.3475698624928712,4622,-0.15909226279111316,-0.29288384766491343 +28097,MS,Montgomery,1767.44020051078,-73.29668302393236,0.16177942338771442,372.364144196419,0.034083674525988004,2,0.192307692,14.5833333333333,1.43156310330159,6,0.576923077,421,31004,1021.1,2245,1775,4807,4162,0.4670272519242771,0.4264776549735704,559,-0.0619929269814854,-0.13431042767900048 +28099,MS,Neshoba,2434.22179981728,42.1716710358378,0.082026614092778,719.896979102955,0.024258558400827437,3,0.101815714,31.0833333333333,1.05714836354567,18,0.610894281,1176,88374,1194.3,3030,2668,10890,10438,0.27823691460055094,0.2556045219390688,4945,-0.43544536271809003,-0.4737497604905154 +28101,MS,Newton,2533.9008563108,2.3806053429673493,0.11666210204009209,638.609766304408,0.029401922942191894,4,0.183217296,24.5,1.13646906020967,13,0.595456211,855,65231,1106.1,3069,2549,9039,8594,0.33952870892797876,0.29660228066092625,3380,-0.3141940480141609,-0.39329764952292295 +28103,MS,Noxubee,1834.53068930782,-0.15466991523997925,0.15890261492488697,445.211957865454,0.03856318387747544,3,0.269905533,15,1.35894183728936,3,0.269905533,371,33223,936.1,4920,4330,6264,5538,0.7854406130268199,0.7818707114481762,3149,0.5739144316730523,0.5686168291802094 +28105,MS,Oktibbeha,13546.2510235938,1.5652968599709192,0.28416125157000693,2250.41903837907,0.047207296645320425,4,0.080948719,31.75,0.637128007545201,35,0.708301291,919,148418,761.2,8030,7851,16001,16151,0.5018436347728267,0.48609993189276207,180,0.018873820386225815,0.011144820754132867 +28107,MS,Panola,7049.95969119066,-10.65816936157932,0.20312789037343074,2038.83538246508,0.05874421247774455,4,0.116130531,43,1.25863482027866,20,0.580652654,1187,102943,1065.1,9079,7300,16826,14854,0.5395815999049091,0.4914501144472869,71,0.08617615594912637,-0.004779857277501021 +28109,MS,Pearl River,7276.75420907231,-7.564999570227049,0.13032836997299693,1687.69255299948,0.030226968388427845,10,0.18108069,57.4166666666667,1.03808835050925,37,0.669998551,1885,165421,973.8,3813,2919,19938,18893,0.19124285284381584,0.15450166728417933,12611,-0.6030193600160497,-0.6674958979516222 +28111,MS,Perry,1123.00377488786,45.71447406636951,0.09167377754186612,265.643000044485,0.021685142860774286,3,0.245358633,15.25,1.24540628828093,3,0.245358633,443,36613,1030.6,1519,1220,5686,5432,0.2671473795286669,0.22459499263622976,2915,-0.4556806190643686,-0.5366347569955817 +28113,MS,Pike,5542.07269105169,59.43858483872469,0.13716643626996558,1666.82098101267,0.041253860533924123,7,0.174746617,64.5,1.62603675599365,31,0.773877877,1527,119891,1079.5,9304,7636,17429,15633,0.5338229387801939,0.4884539115972622,112,0.07562109128464056,-0.0071643318620865926 +28115,MS,Pontotoc,3229.26147919413,6.3981920410999455,0.10779655770584938,809.894222383717,0.02703522456800471,5,0.161550889,23.0833333333333,0.731642894875858,17,0.549273021,900,92442,885.5,2785,2123,12348,11811,0.22554259799157758,0.179747692828719,7319,-0.5359572400388727,-0.6196765726864788 +28117,MS,Prentiss,1710.12931480241,37.605466521512554,0.06765822577949082,411.336812724899,0.016273809650454937,7,0.275287085,27.5833333333333,1.0921497201985,16,0.629227623,881,76279,943.9,2817,2067,10033,9871,0.2807734476228446,0.20940127646641676,5580,-0.4243994817103558,-0.5652922702866985 +28119,MS,Quitman,2632.8038365548,0,0.32017558513374683,801.500962286211,0.09747062657013389,2,0.260484501,11.1666666666667,1.51948110854084,4,0.520969002,274,22981,1042.6,2837,2303,3979,3353,0.7129932143754713,0.6868475991649269,1305,0.4325207338527268,0.38920369818073364 +28121,MS,Rankin,37922.7697239884,5.169278850244803,0.2677840211555703,9244.26795664152,0.06527654135196707,12,0.08104275,123.333333333333,0.820974341223562,124,0.837441751,3232,444209,715.3,14425,13741,61438,61356,0.2347895439304665,0.22395527739748353,32427,-0.5191086949444969,-0.5285057696068844 +28123,MS,Scott,3627.34066373997,-16.725039332037,0.12833783837177928,984.48823609727,0.034831879284505735,9,0.316222199,33.25,1.17878540787748,17,0.597308598,844,84912,947.3,4774,3999,10584,9867,0.45105820105820105,0.40529036181210093,1743,-0.09013605442176875,-0.1766494375190027 +28125,MS,Sharkey,1370.17654194375,323.82405261086325,0.278717766872203,351.491168010664,0.07149942392405696,3,0.645577792,8.75,1.92223198594025,3,0.645577792,204,13881,1147.5,1571,1290,2258,1926,0.69574844995571306,0.6697819314641744,671,0.3968113374667848,0.3483904465212876 +28127,MS,Simpson,2853.59648917504,36.86690405348326,0.10375582624350216,773.789925648862,0.028134746233096822,3,0.109237884,31.5833333333333,1.17357808164883,19,0.69183993,929,82264,967.3,4723,3871,12249,11416,0.385582496530329,0.3390854940434478,3522,-0.22050779655482083,-0.3085143658023827 +28129,MS,Smith,2695.55601593256,16.217845412354045,0.16345618919001637,670.34921404877,0.040649397492497116,4,0.247096615,11,0.691432522471557,6,0.370644922,548,48430,891.5,1979,1598,8099,7556,0.24435115446351402,0.21148755955532028,4279,-0.5025311766884801,-0.5663049232398094 +28131,MS,Stone,3843.21164032382,-11.899371137940433,0.21608071743640056,1089.43775993775,0.061252544694577186,1,0.0559441,17.1666666666667,0.95306832482049,14,0.783216783,508,53923,926.1,1794,1400,6820,6368,0.26304985337243403,0.2198492462311558,3410,-0.4589442815249267,-0.5354899497487438 +28133,MS,Sunflower,10698.8010669115,61.885542465920466,0.36328696322280135,1911.47744005122,0.06490585534978675,6,0.218213558,43.4166666666667,1.64413476224738,12,0.436427117,888,82517,1112.3,7989,6560,10995,9406,0.7266030013642565,0.6974271741441633,3792,0.4622100954979536,0.40314692749308956 +28135,MS,Tallahatchie,7870.7945854111,-1.163809052806055,0.5118217313962219,1534.0537401454,0.09975638835644428,2,0.135492175,18.6666666666667,1.29683664489834,6,0.406476526,465,44345,982.6,3838,3337,6363,5870,0.6031746031746031,0.5684838160136286,875,0.21342134213421338,0.14906303236797275 +28137,MS,Tate,8191.93834399999,-15.968287960748098,0.28359545606868347,2289.08853349521,0.07924560456606003,2,0.070911927,24.9166666666667,0.88353840880347,19,0.67366331,862,84849,962.5,4572,3804,11374,11389,0.4019694039036399,0.3340064974975854,3581,-0.18410409706347808,-0.31442620071999294 +28139,MS,Tippah,2490.73622574621,69.32489344523557,0.11203383527106019,666.028204064802,0.029958087624361373,5,0.226870548,17.1666666666667,0.773621751539733,10,0.453741095,799,66240,1067.6,2254,1808,9008,9143,0.2502220248667851,0.19774691020452806,5374,-0.48523534635879223,-0.5877720660614678 +28141,MS,Tishomingo,0,0,0,0,0,8,0.411946447,24.0833333333333,1.23561301797411,11,0.566426365,901,58482,1149.1,1623,990,7850,8310,0.20675159235668789,0.11913357400722022,6127,-0.5664968152866243,-0.7373044524669073 +28143,MS,Tunica,1893.42604275602,-36.587400699439684,0.17567508283132494,512.590617570226,0.04755897361015272,4,0.377429704,21.1666666666667,2.06826916813237,10,0.943574259,301,31362,1120.9,3371,2577,4262,3463,0.7909432191459409,0.7441524689575513,1737,0.5875175973721258,0.5015882183078256 +28145,MS,Union,3326.65245293978,-6.089325942533798,0.12260088645020195,894.286305525009,0.03295814496664734,4,0.142363953,27.4166666666667,0.96841039407533,15,0.533864825,870,84369,889.5,2481,1969,10359,11374,0.2395018824210831,0.17311411992263057,7192,-0.5095086398300994,-0.6323193247758044 +28147,MS,Walthall,1640.95831660913,-61.94107774596371,0.1062590375321589,382.438062452018,0.02476449280917037,4,0.26919712,13.1666666666667,0.901888257186565,8,0.538394239,590,44403,1023.8,3386,2475,7476,5909,0.45291599785981806,0.4188525977322728,899,-0.08373461744248267,-0.1521408021661872 +28149,MS,Warren,11490.4457325666,-18.424058188483084,0.23559030062876182,3226.18567220255,0.06614695983848748,5,0.104203572,59.75,1.26750106067034,36,0.750265719,1610,143725,1007.9,9899,8518,19429,18287,0.5094961140563076,0.4657953737627823,902,0.026197951515775364,-0.04932465686006454 +28151,MS,Washington,15226.6469943853,82.51517907844351,0.2977618357429122,4380.54903419783,0.08566300397359701,11,0.224682381,78.3333333333333,1.65851524069644,37,0.755749826,1817,146986,1164.5,12188,9847,17137,14571,0.711209663301628,0.6757943861093954,5306,0.4270292349886211,0.3641479651362295 +28153,MS,Wayne,332.946695111195,-67.47484099460233,0.016047944045461754,80.0917237759462,0.0038604002398393124,4,0.195217179,21.75,1.06201171875,13,0.634455832,668,61560,950.9,4116,3493,10269,9534,0.40081799591002043,0.36637298091042586,2464,-0.19125523420001944,-0.2584434654919236 +28155,MS,Webster,1179.11725852389,-11.510346281289063,0.11500217092791282,267.402353907418,0.026080401239385348,4,0.401123145,13.3333333333333,1.36514112146343,6,0.601684717,443,29813,1213.7,1087,1001,4820,5024,0.22551867219917013,0.1992436305732484,2948,-0.5387966804979253,-0.5867834394904459 +28157,MS,Wilkinson,1585.08597730189,2.786931690804204,0.16046628642456873,359.052317252732,0.03634868569069974,4,0.435208356,15.1666666666667,1.67643049261265,4,0.435208356,351,27686,1060.7,2940,2826,4238,4174,0.6937234544596508,0.6770483948251078,1521,0.3928739971684757,0.36439865836128416 +28159,MS,Winston,2535.90006077039,-12.041196451215445,0.13209188773676372,644.556235328781,0.033574134562390924,5,0.270592055,22.1666666666667,1.22063142437592,13,0.703539344,691,55506,974.6,4557,3778,9758,8771,0.46700143472022954,0.43073765819176835,1096,-0.060463209674113616,-0.12495724546801956 +28161,MS,Yalobusha,1061.26309651758,-61.36777669532238,0.08370903111828205,208.918870349627,0.016478850792682364,3,0.244379277,15,1.20279047389945,6,0.488758553,505,37051,1058.1,2984,2574,6293,6058,0.4741776577149213,0.4248927038626609,792,-0.044017161925949455,-0.13073621657312645 +28163,MS,Yazoo,9645.74525674148,0.9854199282166907,0.3436930431762509,2942.19552607464,0.10483504457775307,4,0.143796959,36.8333333333333,1.35098787167449,10,0.359492397,936,83072,1095.5,6220,5221,10853,9892,0.5731134248594859,0.5278002426202992,653,0.15295310052520045,0.06601293974929234 +29001,MO,Adair,4613.81488016342,-4.187426307569204,0.18017787636831412,808.545010224856,0.03157515563029078,3,0.117178345,16.8333333333333,0.663801148836048,20,0.78118897,676,76561,832.6,4218,3495,10121,10137,0.4167572374271317,0.34477656111275523,2524,-0.14129038632546193,-0.2489888527177666 +29003,MO,Andrew,1830.11021661582,-33.047928351342556,0.10584177992110462,426.987083060677,0.02469418096470285,3,0.17262213,7.75,0.446685878962536,4,0.23016284,519,51986,753.2,2649,2045,8306,9140,0.31892607753431257,0.2237417943107221,4620,-0.33806886588008667,-0.5054704595185995 +29005,MO,Atchison,706.578852303173,137.32359272471172,0.12428827657047897,136.261634656639,0.023968625269417586,3,0.557413601,5,0.944643869261289,2,0.371609067,216,16098,742.4,756,541,2709,2723,0.27906976744186046,0.19867792875504958,1518,-0.4230343300110742,-0.5574733749540948 +29007,MO,Audrain,4094.80900824952,-21.123898406950403,0.16039833163263423,647.908539316181,0.025379315261709466,5,0.193147139,17.25,0.662926098151493,16,0.618070846,896,77685,870.3,3538,2567,9951,10043,0.3555421565671792,0.255600916060938,4414,-0.26610390915485876,-0.4395101065418699 +29009,MO,Barry,3960.03238740905,42.10703385763318,0.11124623949796472,1100.05090764585,0.03090291057240357,11,0.308451573,44.5833333333333,1.24771446695772,15,0.420615782,1220,107301,833.1,3667,2710,13806,14604,0.2656091554396639,0.18556559846617365,8717,-0.4465449804432855,-0.5968912626677623 +29011,MO,Barton,2757.87137797393,-3.409443574419145,0.22237311546314548,715.713243206151,0.05770950195179415,2,0.165878743,11.8333333333333,0.993729705520098,6,0.497636228,473,36117,907.5,1232,795,5746,5932,0.2144100243647755,0.13401888064733647,4163,-0.554124608423251,-0.7017869184086312 +29013,MO,Bates,765.947117251329,-5.520010840091561,0.04492621955840982,169.222764386458,0.009925670971110212,4,0.241196334,16.9166666666667,1.03043593023492,9,0.542691751,634,49499,899.6,2557,1617,7771,8021,0.329043881096384,0.20159581099613513,4383,-0.31694762578818686,-0.5464405934422142 +29015,MO,Benton,1899.01330659289,58.37325833440127,0.09965435068182674,287.422062808512,0.015083021767869019,3,0.159523556,16.9166666666667,0.897959905869031,5,0.265872594,894,56311,916.4,2925,2024,9157,9584,0.3194277601834662,0.21118530884808012,5188,-0.34334388992027953,-0.5413188647746243 +29017,MO,Bollinger,3511.58210628266,-1.8426617527489066,0.2840396429897808,819.673590076948,0.06630054113701755,3,0.242052606,12,0.995685363425158,2,0.161368404,400,36994,863.3,1213,705,5455,5669,0.2223648029330889,0.12436055741753396,4122,-0.5281393217231898,-0.7271123654965602 +29019,MO,Boone,41552.9787153709,-20.56881467944419,0.255487381582684,9976.04177617301,0.061337426840379544,32,0.185274177,104.333333333333,0.59080904976009,139,0.804784706,3119,519119,685.6,39782,41072,79296,83312,0.5016898708635997,0.4929902054926061,4926,0.030758171912832977,0.059127136546956005 +29021,MO,Buchanan,20492.8003535216,9.486711087273937,0.22973733874644456,4685.90825438068,0.052532014824729314,8,0.089399459,67.4166666666667,0.758018694671194,71,0.7934202,2877,268383,912.7,15594,12010,35106,35563,0.4441975730644334,0.33771054185529903,9305,-0.08733549820543496,-0.2616483423783146 +29023,MO,Butler,7066.11748717646,-8.749281565675844,0.16511935054391877,1675.93373974169,0.039162820482817454,8,0.186167737,51.75,1.21083787641264,31,0.721399981,1790,128770,1079.3,4363,3036,16889,17232,0.2583338267511398,0.17618384401114207,10611,-0.4668719284741548,-0.6157729805013927 +29025,MO,Caldwell,1759.10802363731,0,0.18666256617543608,458.617049679135,0.04866479729192859,5,0.553464689,11,1.21386007503862,2,0.221385876,312,27095,830.6,1313,837,4171,4309,0.31479261567969313,0.19424460431654678,2394,-0.3382881802924958,-0.5555813413785101 +29027,MO,Callaway,8154.72212365262,24.829709144272456,0.18394663276307455,1693.14759492694,0.03819244777873635,4,0.089385475,31.1666666666667,0.691394176020823,22,0.491620112,1108,134076,763.6,6070,4988,18228,19127,0.33300416940969935,0.26078318607204476,8064,-0.31116962914197943,-0.4216029696240916 +29029,MO,Camden,5747.85594908583,82.55803851524315,0.1306271521541255,1390.19647996806,0.03159393845661697,9,0.204447877,45.6666666666667,1.02628641631271,23,0.522477908,1437,132143,752.8,6458,4706,21942,22182,0.2943213927627381,0.21215399873771526,12015,-0.3933552091878589,-0.5416553962672438 +29031,MO,Cape Girardeau,19098.2622882543,-4.760504049777041,0.25237548283762323,4507.85185673835,0.05956936142847411,10,0.12813449,45.25,0.573416293893275,63,0.807247287,2270,234246,776.7,9713,8468,35672,36875,0.27228638708230546,0.2296406779661017,18471,-0.43815877999551467,-0.5009084745762712 +29033,MO,Carroll,1719.75416557931,-15.878763985918315,0.1850192754792157,389.132874040799,0.041864752451941795,2,0.221165542,9,1.0097610232245,3,0.331748314,350,27119,852.3,1154,745,4304,4361,0.26812267657992567,0.1708323778949782,2735,-0.445631970260223,-0.627149736299014 +29035,MO,Carter,3116.38057449576,1.3953502471542067,0.4974270669586209,822.132042602175,0.13122618397480845,5,0.798977309,9.91666666666667,1.60776048421963,3,0.479386385,205,18841,875.1,754,436,2799,2842,0.2693819221150411,0.1534130893736805,1887,-0.4372990353697749,-0.6639690358902182 +29037,MO,Cass,30127.9713541907,-6.392627447183,0.3028606461146253,8349.0358599381,0.08392846518766058,10,0.099118834,68.4166666666667,0.665240572382388,51,0.505506051,2734,303407,769.2,17044,14816,48913,50715,0.34845542084926295,0.29214236419205364,18190,-0.2835238075767179,-0.3586710046337376 +29039,MO,Cedar,1642.52203952636,47.127308578126275,0.11747404087586612,382.090241849946,0.027327295226001,4,0.286697248,12.75,0.909674657534247,12,0.860091743,615,41796,928.5,1536,1010,6043,6278,0.2541783882177726,0.16087926091111818,4009,-0.4697997683269899,-0.63857916533928 +29041,MO,Chariton,803.655332289434,-67.73178716486272,0.10262486684835066,146.870904945976,0.018755063841907293,2,0.259942813,6,0.798296966471527,1,0.129971406,306,22869,756,1339,888,3821,3962,0.35043182412980894,0.22412922766279655,2060,-0.27819942423449356,-0.5199394245330642 +29043,MO,Christian,15629.0489610063,23.866391703308885,0.20186831857877993,4657.45798936969,0.06015677700614412,12,0.146161435,53.4166666666667,0.632891395441602,42,0.511565024,1868,246081,739.5,9809,8505,37952,41394,0.2584580522765599,0.20546456008117117,22436,-0.46521922428330525,-0.5420109194569261 +29045,MO,Clark,958.170375576775,-1.5862920929013247,0.13421632939862374,177.952401141184,0.02492679662994593,2,0.289142692,9.08333333333333,1.35108334572859,2,0.289142692,279,20587,920.4,1398,724,3225,3316,0.43348837209302327,0.218335343787696,1734,-0.10294573643410854,-0.52291917973462 +29047,MO,Clay,61801.3124804499,-3.7220508737158755,0.2784608044573054,17110.792755413,0.07709682730575969,31,0.132658913,132.916666666667,0.555938961736063,154,0.659015243,5142,699296,736.5,47250,45182,105465,109237,0.4480159294552695,0.41361443466957165,12146,-0.08420803110036507,-0.11118943215210969 +29049,MO,Clinton,1551.5363019877,-3.458139052607851,0.07479806691354673,418.566951781297,0.020178708565843754,2,0.098527021,15.3333333333333,0.743975416464499,6,0.295581063,778,61358,953.5,3685,2572,9830,10197,0.3748728382502543,0.2522310483475532,4486,-0.22573753814852493,-0.4399333137197215 +29051,MO,Cole,19669.5043224705,10.10152683778837,0.25884332573326096,5058.93400088188,0.06657368075907198,11,0.143683791,59.6666666666667,0.778623098571944,61,0.796791933,1933,229869,740,12003,10907,37058,37261,0.3238976739165632,0.29271892863852284,13703,-0.3369043121593178,-0.36775717237862643 +29053,MO,Cooper,4306.86334521119,6.010729771535604,0.2446942415323669,1002.01468746733,0.05692941807098063,1,0.0568666,12.1666666666667,0.686916591388136,16,0.909866363,569,52852,810.3,2474,1932,7511,7976,0.3293835707628811,0.24222668004012035,3691,-0.32126214884835574,-0.4627632898696088 +29055,MO,Crawford,1277.64635095835,19.13204087552828,0.05173495104301709,303.872384988766,0.012304518342596615,4,0.162271805,18.75,0.771541436918772,10,0.405679513,852,73699,910,2951,1824,9579,9920,0.30806973588057207,0.18387096774193548,5900,-0.3636078922643282,-0.5947580645161291 +29057,MO,Dade,761.4032738995,49.4667956819843,0.09658800886711912,173.049173840928,0.021952197620313075,2,0.262191924,8.58333333333333,1.12479797317957,3,0.393287887,314,22760,839,939,637,3896,3951,0.2410164271047228,0.16122500632751202,2547,-0.502053388090349,-0.6446469248291572 +29059,MO,Dallas,2162.1079964279,-29.86131574010028,0.12887333828621925,604.211056975307,0.036014249089545626,2,0.122033071,11.9166666666667,0.72450551232166,9,0.549148819,596,49276,867.4,2122,1271,7279,7440,0.291523560928699,0.17083333333333334,4624,-0.3942849292485231,-0.6215053763440861 +29061,MO,Daviess,1839.93002142712,-1.0147592631958215,0.21818214412748962,449.332292604916,0.053282615036750386,3,0.361576473,6.83333333333333,0.832419701953141,1,0.120525491,285,24814,866,1124,730,3512,3689,0.3200455580865604,0.1978856058552453,2033,-0.3297266514806378,-0.551097858498238 +29063,MO,DeKalb,4817.48729045339,-1.0853217969157098,0.3736803669293663,1199.5699937343,0.09304762594898384,1,0.078789789,8,0.634266233251407,4,0.315159155,358,38120,735,1194,824,4350,4590,0.27448275862068966,0.17952069716775598,2716,-0.4280459770114942,-0.5917211328976035 +29065,MO,Dent,3178.43015518702,31.088158437146273,0.2030037781942275,705.062599868004,0.045031781303442805,5,0.319386777,10.4166666666667,0.676978401681073,6,0.383264133,582,46862,882.5,1585,978,6643,6778,0.23859701941893724,0.14429035113602834,4621,-0.49646244166792114,-0.681764532310416 +29067,MO,Douglas,3681.60776056509,-16.506033526381668,0.2690447062675453,815.580030864096,0.05960099611693189,2,0.147645061,10.75,0.804761191795179,4,0.295290123,514,40374,828.6,1709,984,6556,6664,0.26067724222086636,0.14765906362545017,4502,-0.448444173276388,-0.6755702280912366 +29069,MO,Dunklin,6691.27813202062,183.44732800784206,0.20941001258162367,1668.19048898751,0.05220763274144869,13,0.414752425,36.75,1.20353692484035,14,0.446656457,1333,93927,1118.2,3635,2360,10649,10574,0.34134660531505306,0.22318895403820693,5666,-0.3018123767489905,-0.5358426328730849 +29071,MO,Franklin,11148.5306102894,49.24648817788063,0.10984639784701651,2812.73898778702,0.027713898512070113,21,0.205712942,67.5,0.656372158151656,62,0.607342972,2889,306164,803.5,16294,12339,46573,50045,0.34985936057372297,0.24655809771205914,23081,-0.27863783737358555,-0.46120491557598164 +29073,MO,Gasconade,342.222593332561,-67.00306623206075,0.022482104410232625,66.6976717492071,0.0043816628399163775,4,0.269070362,15.8333333333333,1.06924185125158,11,0.739943495,594,44639,808.2,2099,1519,7134,7444,0.29422483880011213,0.2040569586243955,4151,-0.39192598822539954,-0.5576303062869425 +29075,MO,Gentry,204.95658707131,-8.04606030205725,0.030418015297018403,34.6450415476436,0.005141739618231464,3,0.439496045,10,1.50127608467197,3,0.439496045,268,20291,803.8,937,605,2997,3033,0.312645979312646,0.1994724695021431,1699,-0.35001668335001673,-0.5601714474118036 +29077,MO,Greene,49774.6317128163,-11.340644200669999,0.18088421040075114,11647.5711951466,0.042328022251908244,41,0.143424344,215.166666666667,0.745320817024028,266,0.930509156,8186,857911,797.3,46130,42400,125639,127609,0.367163062424884,0.33226496563721997,34987,-0.24400066858220776,-0.274173451715788 +29079,MO,Grundy,3112.85147337295,5.844320872148335,0.3033672618042052,783.856086679838,0.07639178312833428,4,0.392272237,7.83333333333333,0.770618134120348,3,0.294204178,442,30679,932.7,1212,780,4374,4413,0.27709190672153633,0.17675050985723997,2682,-0.4156378600823046,-0.6077498300475866 +29081,MO,Harrison,2545.82979283806,9.374736214567331,0.28422795498917713,586.378408725159,0.06546593822989383,3,0.347262415,8,0.935016362786349,7,0.810278967,362,25969,846.4,984,574,3695,3682,0.26630581867388364,0.155893536121673,2391,-0.44384303112313933,-0.649375339489408 +29083,MO,Henry,6910.64489315017,19.75122874156815,0.31028398406744656,1569.66978311744,0.0704772711529023,4,0.181587071,24.1666666666667,1.11913803216943,16,0.726348284,939,65822,976.8,3604,2356,10121,9855,0.35609129532654876,0.23906646372399798,4716,-0.2593617231498864,-0.4785388127853881 +29085,MO,Hickory,1312.76075752912,95.00865162555498,0.13636239301226966,264.13417675158,0.02743681071482082,2,0.216943269,9.83333333333333,1.06088395008451,1,0.108471635,452,27701,875.9,1733,1016,4680,4717,0.3702991452991453,0.21539113843544624,2523,-0.2354700854700854,-0.534873860504558 +29087,MO,Holt,4888.10279721218,0,0.9951349342858673,966.877236804746,0.1968398283397284,2,0.442869796,4,0.899280575539568,3,0.664304694,200,13582,779.1,551,346,2310,2348,0.23852813852813853,0.14735945485519591,1580,-0.5082251082251081,-0.6729131175468483 +29089,MO,Howard,1813.55827109041,-32.389238081407335,0.178781375304654,400.312121590098,0.039462945740348775,2,0.196869771,8,0.795386756810499,2,0.196869771,315,30518,800.5,1722,1279,4861,4851,0.3542480970993623,0.2636569779426922,1998,-0.2653774943427278,-0.41187384044526903 +29091,MO,Howell,7732.29411538684,3.4107566314938538,0.19139341869769408,1816.51109721905,0.044963145970768566,10,0.248923406,51.0833333333333,1.27041366160988,23,0.572523834,1578,120453,969.2,4393,2880,16341,17415,0.2688329967566244,0.165374677002584,11008,-0.437427330028762,-0.6320987654320988 +29093,MO,Iron,2385.64486598068,17.673573737466043,0.2244256694243349,548.849724145417,0.051632147144441864,4,0.38959774,12.6666666666667,1.26388611720881,1,0.097399435,451,30695,1098.9,1669,933,4031,4260,0.41404118084842473,0.21901408450704227,2240,-0.1446291242867775,-0.5258215962441314 +29095,MO,Jackson,150013.946694836,-6.351132456067998,0.2225204576595338,39450.6518385049,0.0585184064247623,110,0.161009147,530.5,0.766839018735157,487,0.712831404,18600,2051596,825.6,180100,163723,306854,294063,0.5869240746413604,0.5567616463138851,48946,0.18969607696168217,0.1664473259131547 +29097,MO,Jasper,32149.6533350646,15.718082075791651,0.27383780224749243,7832.15061186492,0.06671110534449355,9,0.076567724,117,0.98227703570619,96,0.816722391,3497,352643,903.7,12808,10565,45213,48179,0.28328135713179836,0.21928641109196953,24493,-0.4099927012142526,-0.5083750181614396 +29099,MO,Jefferson,66388.2364477728,8.645966584406278,0.3035126681743166,17276.1571826171,0.0789828566453946,20,0.089800463,134,0.597611338560203,122,0.547782827,5760,668031,870.5,41570,31546,97613,105969,0.42586540727157246,0.2976908341118629,37427,-0.12706299365863155,-0.353188196548047 +29101,MO,Johnson,8804.34670604606,2.985186350693695,0.16739892967099648,2317.92036752341,0.044071116408848934,4,0.07358081,29.5833333333333,0.548428559069618,33,0.607041684,1230,162852,816.8,7661,5924,21001,21087,0.3647921527546307,0.2809313795229288,7778,-0.24232179420027622,-0.3688528477260872 +29103,MO,Knox,797.640544516008,0,0.19308655156524035,169.379993148367,0.04100217699064802,1,0.25,4,1.01677681748856,0,0,153,11973,856.2,698,379,1957,1867,0.35666836995401124,0.20299946438136046,1034,-0.25907000510986206,-0.55382967327263 +29105,MO,Laclede,7367.9693343094395,3.7979144522988166,0.20713416362512832,1836.80202736271,0.051637626925380514,5,0.141087502,34.4166666666667,0.969756738987508,23,0.649002511,1188,106574,915.6,4093,2543,15361,15959,0.2664540069005924,0.15934582367316247,10291,-0.44534861011652893,-0.6448399022495144 +29107,MO,Lafayette,5601.94822641463,5.39706430957975,0.16781846638550765,1513.04842822944,0.045326635757749624,9,0.275330396,23.9166666666667,0.733235227992724,18,0.550660793,1164,98244,848.4,5650,4047,15786,15815,0.35791207398961106,0.2558963009800822,6930,-0.26289116939059926,-0.43819159026240906 +29109,MO,Lawrence,4429.46952067376,6.612668647111562,0.1146521074875436,1221.55523983982,0.03161865817258943,7,0.184099098,29.8333333333333,0.777294320974788,17,0.447097809,1347,114340,889.4,4014,2898,15748,16674,0.2548895097790196,0.17380352644836272,10186,-0.4700914401828803,-0.6108912078685378 +29111,MO,Lewis,4239.89723471817,0,0.4152284041443707,973.297095726522,0.0953184894453552,2,0.19727757,8.75,0.863430037497533,3,0.295916354,331,30465,791.9,1507,933,4278,4452,0.3522674146797569,0.2095687331536388,2410,-0.27349228611500703,-0.541329739442947 +29113,MO,Lincoln,4073.43611106066,-45.90157689104511,0.07749184094396873,1094.11071492662,0.020814037874797776,6,0.110601117,36.3333333333333,0.65741461149209,18,0.331803351,1354,162806,864.8,7733,5561,22649,24857,0.34142787761049054,0.22371967654986524,12550,-0.2912711377985783,-0.5048879591262019 +29115,MO,Linn,3386.76228321857,0.02968913337955995,0.26539944230221535,883.263383090573,0.06921584382811481,3,0.24368451,12.5,1.02762249260112,6,0.48736902,545,36960,949.1,2031,1239,5527,5572,0.36746878957843315,0.22236180904522612,2845,-0.23520897412701286,-0.5105886575735823 +29117,MO,Livingston,1748.01319285354,7.9950444516023085,0.11503870963169069,385.886166091591,0.025395601585494636,3,0.199295821,11.5,0.754840827042993,4,0.265727762,577,45032,814.4,1906,1265,6054,6408,0.3148331681532871,0.19740948813982523,3614,-0.34687809712586715,-0.5639825218476904 +29119,MO,McDonald,1714.95915646446,0.9428431486540227,0.07429533234260971,455.072362832975,0.019714610875231773,7,0.307017544,24.8333333333333,1.09784851164162,7,0.307017544,710,68026,1031.3,1920,1329,7817,8233,0.24561852373033133,0.1614235394145512,5270,-0.4827939107074325,-0.6401068869184987 +29121,MO,Macon,2658.80182042782,10.793220764446065,0.17080828860515354,612.158856556202,0.039326664304008864,4,0.258414626,14.75,0.972313777191826,7,0.452225596,600,46283,833.6,2309,1518,7159,7579,0.322531079759743,0.20029027576197386,4276,-0.33398519346277417,-0.5641905264546774 +29123,MO,Madison,1738.139754252,-11.421201392702088,0.1421674917595289,396.19167504802,0.03240566620710126,2,0.161707633,10,0.803664711082536,8,0.64683053,521,37203,1047.9,1588,1005,4930,5318,0.32210953346855986,0.18898081985708914,3097,-0.33245436105476667,-0.5823617901466717 +29125,MO,Maries,527.686626887604,4.914532601510604,0.057507260994725806,109.270428691413,0.011908285602813101,3,0.332852546,7,0.790246105215624,3,0.332852546,308,27033,832.3,1299,794,4538,4498,0.2862494490965183,0.17652289906625165,2765,-0.4111943587483473,-0.6147176522899067 +29127,MO,Marion,4470.52733893817,-1.0097276111502338,0.1553291177838911,1114.48560185447,0.038722963130345366,6,0.20746888,32.5833333333333,1.12768510186659,19,0.656984786,1003,86605,863,4034,2993,12164,12902,0.3316343308122328,0.23197953805611532,6425,-0.3199605392962841,-0.4979848085568129 +29129,MO,Mercer,3776.22272462397,679.6054385603385,0.9976810368887635,962.990563137629,0.25442287004957176,2,0.537778973,7.75,2.09516085428494,2,0.537778973,118,11089,661.4,353,216,1655,1739,0.21329305135951662,0.1242093156986774,1270,-0.5450151057401813,-0.7303047728579644 +29131,MO,Miller,1930.24351607499,87.81329653842373,0.07799593971533013,529.763805993908,0.021406328026261034,7,0.278429657,23,0.912481155280489,15,0.596634979,869,75209,868,2651,1750,11019,11414,0.24058444504946003,0.1533204836166112,7535,-0.49441873128233055,-0.6601541966006658 +29133,MO,Mississippi,46.3884978665301,-39.36371108192778,0.0032308467660210403,8.51137535652379,5.927967235355746e-4,5,0.351320967,17.3333333333333,1.25612967123222,6,0.42158516,473,42494,920.5,1857,1458,4918,5165,0.37759251728344856,0.28228460793804455,2142,-0.23159821065473774,-0.4147144240077444 +29135,MO,Moniteau,788.088031462034,-43.67254034085056,0.05049580518113885,220.611684250076,0.01413543180944935,3,0.189202825,11,0.686727431639406,8,0.504540868,440,47623,784.5,1608,1237,6442,6808,0.2496119217634275,0.18169800235017627,4107,-0.4804408568767463,-0.6032608695652174 +29137,MO,Monroe,1221.21014294969,220.2395894229136,0.13814594377258937,282.115960710827,0.0319135702161569,2,0.229700241,8,0.934797849964945,3,0.344550362,285,26023,725.5,1398,853,4057,4147,0.3445895982252896,0.20569086086327465,2306,-0.2874044860734533,-0.5560646250301422 +29139,MO,Montgomery,1256.97165821156,-2.0039327048533626,0.1027273339499477,237.671718045414,0.01942397172649673,3,0.25335698,10.8333333333333,0.932300631095812,5,0.422261633,477,35456,896.1,1734,1118,5317,5424,0.32612375399661464,0.20612094395280237,3006,-0.3295091216851608,-0.5542035398230089 +29141,MO,Morgan,649.184642500772,5.165414385616166,0.031567451616862245,149.109333460176,0.007250636200348942,8,0.395256917,26.0833333333333,1.29042365474365,8,0.395256917,841,60600,893.6,2773,1768,8688,8815,0.3191758747697974,0.20056721497447533,4989,-0.34069981583793735,-0.5659671015314804 +29143,MO,New Madrid,574.400601202651,-1.0359618103154573,0.030301783140042785,167.336669489719,0.008827636077744196,5,0.273642732,24.5,1.36756907619313,10,0.547285464,706,54780,987.2,2814,1933,7250,7352,0.38813793103448274,0.26292165397170836,3337,-0.20275862068965517,-0.4538900979325354 +29145,MO,Newton,8573.28949501344,-28.309756869593677,0.14752537245781464,2002.50457050176,0.03445821265963038,6,0.102392573,47.3333333333333,0.806442452948058,27,0.460766579,1929,175992,881.6,6425,4988,25080,26506,0.25618022328548645,0.18818380743982493,15558,-0.4686602870813397,-0.5869614426922207 +29147,MO,Nodaway,10540.9473797981,-2.2901097710637623,0.4510461009755285,1789.34701777741,0.07656598278893496,1,0.0433257,15.0833333333333,0.665343331862961,12,0.51990815,594,69125,743,3172,2529,8976,9439,0.3533868092691622,0.2679309248861108,3850,-0.26971925133689834,-0.40788219091005407 +29149,MO,Oregon,2022.87313400975,8.13749884836779,0.18590875232145482,366.92937021868,0.03372202648825292,3,0.274951883,13,1.20493094818797,3,0.274951883,430,32830,909.1,1419,865,4421,4664,0.3209681067631758,0.1854631217838765,2803,-0.331825378873558,-0.6009862778730704 +29151,MO,Osage,1417.50809945924,-32.911122307261365,0.10214066143963395,350.177998084309,0.025232598219074004,3,0.218930161,10.5,0.76844262295082,4,0.291906882,384,41010,726.1,1472,998,6918,7078,0.2127782596126048,0.14100028256569652,4847,-0.5576756287944493,-0.684797965526985 +29153,MO,Ozark,5364.68024808589,0.05138257890267446,0.55175154253686,1096.67760222919,0.11279210143260206,2,0.210703751,13,1.40738334957237,1,0.105351875,384,28415,828.1,1261,724,4453,4501,0.28317987873343814,0.16085314374583426,2915,-0.4084886593307882,-0.6476338591424128 +29155,MO,Pemiscot,1181.43082607233,-12.565658653721211,0.06457317588939276,405.560216324404,0.02216660561458264,5,0.283286119,23.3333333333333,1.36668033347,6,0.339943343,756,52877,1211.2,2671,1946,6333,6025,0.421759039949471,0.3229875518672199,2018,-0.146060318964156,-0.33493775933609965 +29157,MO,Perry,2993.42793327838,1.070123984629099,0.15778967546667966,684.93256030098,0.03610418851409941,3,0.156233726,15,0.77780658542909,11,0.572856994,577,57542,751.1,2184,1520,7987,8732,0.27344434706397897,0.17407237746220797,5387,-0.4363340428195818,-0.6169262482821806 +29159,MO,Pettis,7064.42952849379,0.06000387240912691,0.16739957651462734,1788.87241482551,0.042389337096881835,6,0.142095915,42,0.994954161040438,28,0.663114269,1263,126654,819.1,5902,4322,17171,18045,0.34371906120785045,0.23951233028539762,8470,-0.2875778929590589,-0.46938210030479355 +29161,MO,Phelps,6322.77548980567,1.1317312624523885,0.14002071684395584,1394.94882665068,0.030891771340479227,8,0.178384284,38.4166666666667,0.861205762792922,32,0.713537137,1347,134732,880.9,5798,4761,18188,18499,0.3187816142511546,0.2573652629871885,7938,-0.3351110622388388,-0.42910427590680583 +29163,MO,Pike,4537.61507163682,2.3049114927061445,0.24506454264618818,1139.68982355424,0.06155162149245194,2,0.107869047,17,0.922008894674043,9,0.485410711,624,55412,901.8,2581,1806,7319,7375,0.3526438037983331,0.2448813559322034,3468,-0.27257822106845203,-0.4702372881355932 +29165,MO,Platte,31202.0741298201,-0.027281739023211623,0.34932126609144554,7958.96799914018,0.08910422963144779,10,0.105498586,45.3333333333333,0.46113105955033,62,0.654091235,1863,284072,651.9,19171,18915,45547,46641,0.4209058774452763,0.40554447803434746,6060,-0.14152413989944457,-0.12992860358911684 +29167,MO,Polk,1767.35758349274,-23.98481356521657,0.05676068932436459,434.346372614573,0.013949525407539999,3,0.096605912,28.8333333333333,0.921634436098236,13,0.41862562,1023,93268,864.8,3580,2630,13119,13709,0.2728866529461087,0.19184477350645562,7805,-0.4323500266788627,-0.5693340141512875 +29169,MO,Pulaski,17876.8255947768,104.5580903167743,0.34198311961542643,3367.62256518376,0.06442251530749053,5,0.093569878,35,0.664716830630152,29,0.542705292,934,160547,923,4199,2918,13571,13443,0.3094097708348685,0.21706464330878525,6952,-0.3605482278387739,-0.5171464702819311 +29171,MO,Putnam,1327.59401010354,-1.3594353640405896,0.2666386844955895,292.073520016908,0.05866108054165656,2,0.414164423,5,1.03029054193283,1,0.207082212,183,14576,751.8,587,352,2309,2342,0.25422260718925943,0.1502988898377455,1584,-0.4703334776959723,-0.6763450042698548 +29173,MO,Ralls,908.112289684557,-1.8665535485696265,0.08931959178563559,195.071584242483,0.019186739868445265,2,0.195026816,8,0.782472613458529,1,0.097513408,306,30657,758.3,1736,1138,5036,5266,0.34471803018268465,0.21610330421572352,2831,-0.29686258935663223,-0.5375996961640713 +29175,MO,Randolph,3141.64928212652,-21.425743685803987,0.12361884324099001,722.932960833527,0.028446248557233295,3,0.119655392,24.25,0.970426987874665,13,0.518506701,876,75107,965.1,3031,2283,9944,10309,0.30480691874497184,0.22145697933844213,5246,-0.36564762670957357,-0.5088757396449705 +29177,MO,Ray,4505.49322226209,44.36447048740121,0.19177207892492085,1115.43300536815,0.04747735614915085,1,0.0435749,11.6666666666667,0.512730362427119,7,0.305024184,741,68783,859.5,4264,3088,10346,10835,0.4121399574714866,0.2850023073373327,4015,-0.14894645273535667,-0.3705583756345177 +29179,MO,Reynolds,3001.19230983326,-1.1177851016761584,0.4482067368329241,665.672307805854,0.09941342709167472,2,0.304645849,8.08333333333333,1.25225923057062,1,0.152322925,290,19551,977.4,1155,540,3196,3032,0.3613892365456821,0.17810026385224276,1862,-0.2415519399249061,-0.6141160949868074 +29181,MO,Ripley,2923.87516238089,-6.804449076159705,0.20736703279297092,646.742096132975,0.0458682337682961,3,0.214761257,15.8333333333333,1.14593134061904,7,0.5011096,559,41785,979.3,1396,830,5263,5518,0.26524795743872315,0.15041681768756796,3690,-0.44594337830134906,-0.6687205509242479 +29183,MO,St. Charles,136448.080703977,-2.9837564589367247,0.378512505940544,36122.4321018346,0.10020509064686353,46,0.121214357,196.25,0.502023442256432,270,0.711475574,7873,1139742,669.8,71798,68225,185597,199513,0.38684892535978493,0.34195766691894763,52674,-0.20977709769015657,-0.2640128713417171 +29185,MO,St. Clair,915.881681720399,8.185524004597063,0.09340965647326865,148.473233462163,0.01514260412668669,3,0.317225336,13.9166666666667,1.50093471383376,1,0.105741779,446,28387,887.6,1460,936,4626,4630,0.3156074362300043,0.2021598272138229,2565,-0.3370082144401211,-0.5539956803455723 +29186,MO,Ste. Genevieve,3667.970408638,-29.07316633907116,0.202147721611353,938.214291709336,0.05170649168968509,3,0.167466786,12.75,0.707154742096506,6,0.334933572,582,53849,822.1,3813,2540,8070,8459,0.4724907063197026,0.30027189975174373,2955,-0.02998760842627013,-0.34933207234897734 +29187,MO,St. Francois,9875.65911851513,3.6171892060158903,0.15109868753370048,1733.06007579066,0.026516012726490002,14,0.212249848,58.9166666666667,0.884276144305862,51,0.773195876,2308,198649,1002.9,8837,6250,22590,24714,0.3911907923860115,0.2528930970300235,11217,-0.1952633908809207,-0.45387229910172366 +29189,MO,St. Louis,267303.233281437,0.9264387408107527,0.26758312523042804,66277.1629855234,0.06634656148884073,178,0.177666697,635.666666666667,0.636569959439111,804,0.80249452,29180,3006845,728.5,294735,280866,524628,503493,0.5617980740639081,0.5578349649349643,81785,0.13654055826223532,0.16243522750068023 +29195,MO,Saline,6424.66682415097,9.97801348789455,0.27491086111043944,1591.96354040236,0.06811996321790158,6,0.256992333,21,0.913838120104439,12,0.513984666,780,69867,828.8,3785,2787,9095,9245,0.4161627267729522,0.301460248783126,3190,-0.14414513468938972,-0.3450513791238507 +29197,MO,Schuyler,3644.47650764883,0,0.8224952623897157,913.563291242553,0.2061754211786398,0,0,3.75,0.853436504324078,0,0,175,13193,875.5,697,354,1939,1933,0.3594636410520887,0.18313502327987585,1151,-0.24600309437854562,-0.5954474909467149 +29199,MO,Scotland,465.990722352211,-25.440400502999193,0.09621943472067128,143.723485167126,0.029676540402049555,2,0.411268764,7.33333333333333,1.48688834820222,2,0.411268764,192,14631,872.6,643,365,1936,1968,0.33212809917355374,0.18546747967479674,1160,-0.3114669421487603,-0.5894308943089431 +29201,MO,Scott,9048.49750757786,-18.973137318604444,0.23088202667902988,2487.97502204136,0.06348332581565563,11,0.282754543,31.0833333333333,0.802254054286575,21,0.539804128,1311,117052,911,5122,3574,16999,17244,0.3013118418730514,0.2072604964045465,9594,-0.3824342608388729,-0.5563674321503131 +29203,MO,Shannon,1399.95483751738,-43.24951396412905,0.1658517755618268,307.526322109476,0.036432451381290844,2,0.240124865,6.66666666666667,0.816193274567418,1,0.120062432,285,24838,876.7,1300,776,3688,3904,0.3524945770065076,0.1987704918032787,2190,-0.2603036876355748,-0.5609631147540984 +29205,MO,Shelby,2455.0934731929,-3.6383683229603,0.3852335592645379,666.777276268663,0.10462533755980889,2,0.327439424,9.25,1.52088128904965,1,0.163719712,258,18418,859.2,966,606,3232,3252,0.2988861386138614,0.1863468634686347,1918,-0.37809405940594065,-0.5897908979089791 +29207,MO,Stoddard,1864.53281069746,9.33594531455276,0.06221745897949346,466.476428919728,0.015565817836349704,7,0.234372384,23,0.777342165742869,15,0.502226538,1181,89508,935.1,3153,1873,12866,13278,0.2450645111145655,0.1410604006627504,9204,-0.4930048189025338,-0.693176683235427 +29209,MO,Stone,509.733642590872,142.6625313791446,0.01582925416405416,127.250893886317,0.003951645670651419,5,0.160751029,23.5,0.756916932392824,14,0.450102881,1205,93381,791,3920,2886,15974,16538,0.24539877300613497,0.17450719554964325,10263,-0.49204958056842363,-0.6205708066271617 +29211,MO,Sullivan,1829.46132357839,1.8723629225323668,0.272484558173725,442.528671631253,0.06591133029956107,3,0.467945718,4.58333333333333,0.731928031512829,3,0.467945718,235,19327,886.9,908,526,2595,2484,0.34990366088631986,0.21175523349436393,1358,-0.2705202312138728,-0.5466988727858293 +29213,MO,Taney,15577.6339411448,45.57744351575104,0.3014539708010605,3333.49602788151,0.06450887330201277,10,0.184399779,49.8333333333333,0.910447306720258,54,0.995758805,1668,162144,793.9,5462,4367,21608,23399,0.2527767493520918,0.18663190734646778,13873,-0.47440762680488713,-0.5928885849822643 +29215,MO,Texas,4700.89554722189,0.010998221817547924,0.18074806010542488,1105.30661296921,0.04249871627842241,6,0.233991108,19.5,0.756547041707081,11,0.428983699,901,76982,840.7,2871,1728,10764,10935,0.26672240802675584,0.1580246913580247,7147,-0.441007060572278,-0.6535893918609968 +29217,MO,Vernon,6776.82277250561,66.45504265942265,0.3202808626355504,1734.87181848009,0.08199214605983694,1,0.0476168,14,0.675577860348405,12,0.571401362,799,62650,970.7,2580,1706,8519,8576,0.3028524474703604,0.19892723880597016,4820,-0.3728137105294049,-0.5620335820895522 +29219,MO,Warren,1594.88474821994,-14.49525130414006,0.049053755366159385,519.260193311738,0.015970848377933073,6,0.180434848,19.25,0.569492929412461,18,0.541304544,870,99807,743.4,5219,3915,14676,15766,0.3556146088852548,0.24831916782950653,7194,-0.2678522758244754,-0.45629836356716985 +29221,MO,Washington,4577.93229407544,-1.0184016504138294,0.18170003151718356,950.819342927292,0.03773841408721143,2,0.079754357,24.75,0.996416924996981,8,0.319017426,889,75026,1061.6,3402,1926,8616,9279,0.3948467966573816,0.2075654704170708,5121,-0.186397400185701,-0.5518913676042676 +29223,MO,Wayne,4681.6740271268,3.6969618437378915,0.34625205436926265,1014.56446155409,0.07503620010014718,4,0.297353553,16.5,1.25580333358703,5,0.371691942,609,40232,1037.5,1811,946,5718,5738,0.3167191325638335,0.16486580690135935,3694,-0.34610003497726477,-0.6437783199721158 +29225,MO,Webster,2836.89291508657,79.14262968242957,0.07836287815829429,809.671963547489,0.022365393170197475,5,0.135545435,29.4166666666667,0.771969418639234,19,0.515072652,983,110826,830.7,4407,3173,15421,16690,0.28577913235198754,0.1901138406231276,9656,-0.4082095843330524,-0.5785500299580587 +29227,MO,Worth,302.13291295497,-53.096057126206496,0.1391676245762183,56.0456330572406,0.025815584089009948,1,0.482392668,4,1.97628458498024,0,0,94,6201,840.7,341,195,1048,1046,0.32538167938931295,0.1864244741873805,613,-0.308206106870229,-0.5860420650095602 +29229,MO,Wright,2296.46495428507,2.7288508527902424,0.12205500687138293,557.841544683656,0.029648766658711453,5,0.273358482,18.3333333333333,1.00258850122133,9,0.492045268,663,54998,879.4,1953,1166,7956,8086,0.24547511312217193,0.14419985159534998,5537,-0.4874308697838109,-0.6847637892653969 +29510,MO,St. Louis,19195.87345397,-40.9040217019389,0.06011974372825672,4335.20122713917,0.013577459103958016,109,0.343394693,342.416666666667,1.09958981473156,279,0.878964397,8858,951064,932.9,116654,101487,141135,127403,0.8265419633684061,0.7965824980573456,81206,0.6662911396889503,0.6373947238291092 +30001,MT,Beaverhead,2422.03866400986,23.405603225014676,0.2619552956965023,454.1452093032,0.049118019608825426,3,0.321027287,8,0.85097330071269,7,0.74906367,264,27898,691.5,1347,1115,4749,4676,0.28363866077068856,0.23845166809238666,2128,-0.40092651084438835,-0.4550898203592814 +30003,MT,Big Horn,6045.34864153808,-0.06239321931190792,0.46990661807524914,2102.84545235414,0.16345475727587563,4,0.301159464,10.1666666666667,0.761947587998701,2,0.150579732,386,39668,1143.9,2830,2061,4561,4148,0.620477965358474,0.4968659594985535,228,0.25761894321420736,0.05496624879459977 +30005,MT,Blaine,2207.76717307784,0,0.34012743384345095,717.583508617092,0.1105505328327056,4,0.604320894,5,0.757460990758976,2,0.302160447,209,19786,976.9,1598,1187,2832,2621,0.5642655367231638,0.4528805799313239,72,0.1514830508474576,-0.027470431133155282 +30007,MT,Broadwater,1432.07143248747,-4.13106692071542,0.2551802267440253,322.377903168133,0.05744438759232591,1,0.176460208,3,0.522011484252654,1,0.176460208,154,16990,674.8,761,566,3005,3097,0.25324459234608987,0.18275750726509526,1763,-0.4622296173044925,-0.5692605747497579 +30009,MT,Carbon,3626.76620350764,0.16474352097758138,0.3598696371807541,767.193390029952,0.0761255596378202,4,0.38465237,9.91666666666667,0.948056086679414,8,0.769304741,294,31133,633,2126,1824,5806,5923,0.3661729245607992,0.30795205132534187,1905,-0.23889080261798135,-0.3216275536045923 +30011,MT,Carter,1159.99999773819,0,0.9999999980501637,202.99999889485,0.17499999904728447,1,0.855431993,1,0.831255195344971,0,0,33,3521,518.3,96,70,794,777,0.12090680100755667,0.09009009009009009,607,-0.7329974811083123,-0.7812097812097812 +30013,MT,Cascade,20699.7081212257,4.4745917185229285,0.25452442757295485,4814.59914672694,0.05920050102336173,12,0.145730108,54.25,0.663567977493731,69,0.83794812,2468,246913,776.9,14949,12053,33952,33791,0.44029806786050896,0.3566926104584061,7290,-0.09101083883129124,-0.2157379183806339 +30015,MT,Chouteau,4150.57346438792,0.0223538997497476,0.7140157344551729,1248.86941323292,0.21484077296282814,2,0.33932813,5,0.868206285813509,1,0.169664065,194,17530,823.2,969,729,2804,2571,0.3455777460770328,0.28354725787631274,947,-0.27888730385164057,-0.36833916763905095 +30017,MT,Custer,5809.35067649477,21.98306649103965,0.4965681405671228,1307.88678261496,0.11179475020215061,3,0.248097916,10,0.838644750083865,8,0.661594443,434,36120,801,1824,1172,5336,5145,0.34182908545727136,0.22779397473275023,2466,-0.286544227886057,-0.4793002915451895 +30019,MT,Daniels,469.281522966224,-73.19922766768667,0.2680077229961302,78.1194169081118,0.044614172991497315,2,1.115448968,1,0.56980056980057,2,1.115448968,83,5349,758.8,236,167,1001,952,0.23576423576423577,0.17542016806722688,562,-0.4985014985014985,-0.5903361344537816 +30021,MT,Dawson,2950.12464637013,-20.51317027356555,0.3290346471525909,631.56345168061,0.07043982285083761,2,0.210128178,7,0.750509274150316,5,0.525320445,292,28567,725,1219,786,4417,4297,0.2759791713832918,0.18291831510356063,2512,-0.4086484038940457,-0.5845939027228299 +30023,MT,Deer Lodge,530.933352219353,-12.529538678926002,0.05710188774138018,96.8025137353426,0.010411111393347237,3,0.327868852,8.08333333333333,0.889745000917263,3,0.327868852,361,27571,855,2829,2018,4408,4099,0.6417876588021778,0.49231519882898267,282,0.3171506352087114,0.06879726762625027 +30025,MT,Fallon,648.411906644085,0,0.2243639815377457,153.048849040371,0.052958079252723535,1,0.321750322,1,0.32051282051282,3,0.965250965,97,9346,772.9,236,154,1399,1474,0.16869192280200143,0.1044776119402985,1122,-0.634024303073624,-0.7611940298507462 +30027,MT,Fergus,3412.06612320701,0.0017222925186453414,0.2944990612124124,715.416973608604,0.06174840096742655,7,0.611781157,6,0.525716288443004,7,0.611781157,482,34384,786,1628,1196,6044,5782,0.26935804103242883,0.20684884123140782,3039,-0.4326604897418928,-0.525596679349706 +30029,MT,Flathead,9467.13282354627,-11.823733612138948,0.10411680476361812,2159.04461283725,0.023744551874419876,16,0.168555897,68.1666666666667,0.694996703438619,68,0.716362564,2641,283864,756.6,13534,13233,42465,46144,0.3187095254915813,0.2867761789181692,16846,-0.33345107735782403,-0.36507454923717064 +30031,MT,Gallatin,11379.3878434883,-16.31187548000534,0.12712553309003496,2653.03418645834,0.029638535033552002,19,0.1952563,47.75,0.456929053989397,97,0.996834793,1567,292662,598.9,21534,23879,47113,52169,0.45707129666970897,0.457723935670609,519,-0.053424744762592125,0.009948436811133055 +30033,MT,Garfield,666.930357906161,0,0.553010247020034,159.142634821398,0.13195906701608456,1,0.76394194,1,0.763358778625954,0,0,43,3905,796.1,66,34,700,715,0.09428571428571429,0.04755244755244755,619,-0.7942857142857143,-0.8657342657342657 +30035,MT,Glacier,3099.26464277959,-7.462860761474564,0.23130566779458092,1028.04239267219,0.07672530731190313,4,0.292056075,10,0.730246823426318,9,0.657126168,398,41138,1080.8,2784,3076,4287,4969,0.6494051784464661,0.619038035822097,1478,0.3249358525775601,0.2974441537532703 +30037,MT,Golden Valley,884.000003098896,0,1.0000000035055383,192.000001363515,0.21719457167818437,0,0,NA,NA,1,1.17370892,25,2537,601.9,110,71,479,468,0.22964509394572025,0.1517094017094017,294,-0.5031315240083507,-0.6282051282051282 +30039,MT,Granite,675.432464241621,-65.49531277790352,0.21936747783099095,88.4825895252385,0.02873744382112325,3,0.934870676,2,0.593824228028504,3,0.934870676,92,9586,558.9,533,469,1705,1762,0.3126099706744868,0.26617480136208854,716,-0.3366568914956012,-0.40635641316685583 +30041,MT,Hill,7506.7968528294,0.1166746260353825,0.4663765440376119,2169.54076647913,0.13478757247012488,2,0.120510966,12,0.725426187885383,14,0.843576765,437,49776,802.4,3372,2350,6757,6347,0.4990380346307533,0.3702536631479439,1096,0.035370726653840445,-0.17268000630219 +30043,MT,Jefferson,1338.86915907218,-61.475032501236605,0.11738288261197441,278.985301921813,0.024459521473067947,3,0.259560478,6,0.506200961781827,3,0.259560478,316,34694,781.9,2256,1975,6490,6535,0.34761171032357474,0.3022188217291507,2124,-0.2751926040061633,-0.32501912777352715 +30045,MT,Judith Basin,1251.10326078962,-1.9596422381192402,0.6038143150529054,260.861340069201,0.12589833014922827,2,1.004520342,2,1.03092783505155,0,0,60,5929,636.8,336,232,1212,1189,0.27722772277227725,0.1951219512195122,635,-0.4257425742574257,-0.534062237174096 +30047,MT,Lake,1973.44036851726,-61.55016241799219,0.06865095555963473,427.314124047994,0.01486516816419655,8,0.274923537,20.5833333333333,0.691690749826377,18,0.618577958,908,87739,785.2,5715,4703,13156,12898,0.43440255396777133,0.36463017522096447,2750,-0.1040589844937671,-0.21321135059699176 +30049,MT,Lewis and Clark,15019.2538360908,-4.009744439053377,0.23691543238568977,3255.87269023958,0.05135850919220097,10,0.151846453,46.6666666666667,0.69359808963269,43,0.652939747,1739,197668,714.2,15479,14331,33032,33697,0.4686062000484379,0.4252900851707867,2334,-0.036146766771615435,-0.06926432620114553 +30051,MT,Liberty,1312.57366292693,11.333180638370434,0.5611687314779521,294.42848296164,0.12587793200583156,2,0.847816872,2,0.8302200083022,0,0,75,7145,555,257,205,983,949,0.2614445574771109,0.2160168598524763,490,-0.4486266531027467,-0.5163329820864068 +30053,MT,Lincoln,3085.49054863737,5.382311430527823,0.15672730983071925,496.028275215212,0.025195726886534868,8,0.418300654,20,1.03847551793966,8,0.418300654,753,57603,842.7,2544,2040,8869,9250,0.28684180854662306,0.22054054054054054,4680,-0.39474574360130793,-0.505945945945946 +30055,MT,McCone,714.394528358702,-55.26615890062185,0.4119922308873714,135.006478411735,0.07785840738854383,1,0.590318772,1,0.588235294117647,2,1.180637544,54,5094,583,221,154,988,1056,0.2236842105263158,0.14583333333333334,704,-0.5273279352226721,-0.6666666666666666 +30057,MT,Madison,2322.07136462354,-18.178154977203278,0.3019206039037238,401.47589349257,0.052200740279881676,3,0.383631714,6,0.757193336698637,1,0.127877238,206,23419,530.4,1285,1175,4511,4708,0.28485923298603416,0.24957519116397622,2105,-0.4056750166260253,-0.4471112999150383 +30059,MT,Meagher,1890.99999621275,0,0.9999999979972236,365.000003166318,0.19301956804141618,2,1.079330815,3,1.64203612479475,1,0.539665407,87,5616,901.7,269,191,972,970,0.2767489711934156,0.19690721649484536,537,-0.41255144032921814,-0.5536082474226804 +30061,MT,Mineral,1970.58690967844,-0.043457335919403386,0.4666319937670945,353.85779716872503,0.08379299009441749,3,0.704721635,6.83333333333333,1.63320586360739,1,0.234907212,167,12767,847.4,698,515,2009,1974,0.3474365355898457,0.2608915906788247,807,-0.2558486809357889,-0.40881458966565354 +30063,MT,Missoula,24202.8408709946,-19.37270603958339,0.22143698360455816,5469.36959284208,0.05004043580309134,21,0.186361861,67.6666666666667,0.582680329515773,84,0.745447446,2547,338593,730.2,34380,30740,59374,57271,0.5790413312224206,0.536746346318381,9041,0.1868663051167178,0.15786349112116077 +30065,MT,Musselshell,1447.18326083969,0,0.3189033188276091,277.966029158691,0.061252981304251,2,0.435824798,2,0.435824798431031,0,0,156,13823,810.6,482,331,2353,2404,0.20484487887802805,0.1376871880199667,1630,-0.5567360815979601,-0.678036605657238 +30067,MT,Park,4661.86623516509,-20.44303038743176,0.29814954177315744,919.625005114657,0.05881459485256184,4,0.251889169,10.8333333333333,0.672293243970047,12,0.755667506,462,47468,700.8,3728,3521,8634,9056,0.43178132962705584,0.3888030035335689,1351,-0.10528144544822793,-0.14918286219081278 +30069,MT,Petroleum,494.00000226879,0,1.0000000045926922,113.000000543542,0.2287449403715425,1,2.06185567,1,2.04498977505112,0,0,10,1470,510.5,49,30,298,319,0.1644295302013423,0.09404388714733543,246,-0.6409395973154361,-0.7711598746081504 +30071,MT,Phillips,1134.18566187032,-26.15444561217963,0.2666789705784905,261.332769759981,0.06144668933928544,2,0.477099237,3,0.725864989112025,2,0.477099237,162,12518,785.9,471,315,2228,2147,0.2114003590664273,0.14671634839310665,1400,-0.546229802513465,-0.6520726595249186 +30073,MT,Pondera,2790.26757118435,0,0.4534808339321225,767.182272752531,0.12468426340850497,2,0.321595112,7,1.15055884286654,2,0.321595112,204,18642,715.6,969,737,2704,2692,0.3583579881656805,0.27377414561664193,1049,-0.25776627218934905,-0.3896731054977711 +30075,MT,Powder River,912.933999331895,0,0.5237716576775072,194.847652051387,0.11178867013848941,1,0.560852496,1,0.572737686139748,1,0.560852496,60,5302,626.4,170,127,1019,1047,0.16683022571148184,0.12129894937917861,753,-0.6506378802747792,-0.7191977077363897 +30077,MT,Powell,1373.79118336017,-0.17435579688175779,0.19550180494665859,284.8807996588,0.040540885108695045,2,0.289477493,5,0.729075532225139,3,0.43421624,225,20711,800.1,884,549,2763,2768,0.3199420919290626,0.19833815028901733,1468,-0.33079985522982264,-0.5303468208092486 +30079,MT,Prairie,1179.00000219031,0,1.0000000018577693,208.999999692342,0.17726887166441224,1,0.871080139,1,0.846023688663283,0,0,53,3471,716.6,167,100,701,686,0.23823109843081314,0.1457725947521866,455,-0.5007132667617689,-0.6632653061224489 +30081,MT,Ravalli,1829.69181396211,-0.909270443244707,0.045501139310706006,305.864462461993,0.007606298181189522,12,0.292468925,25.5833333333333,0.607853386555154,17,0.414330977,1286,123093,684.4,6466,6166,19797,22063,0.3266151437086427,0.27947241988850113,8507,-0.3208061827549629,-0.38557766396228976 +30083,MT,Richland,2901.2027330543,-11.051169795865382,0.29768138036674535,700.675096737362,0.0718936072991342,3,0.259156876,8,0.696742727747779,10,0.863856254,272,34713,762.5,992,669,4602,4812,0.21555845284658845,0.13902743142144638,3216,-0.5404172099087353,-0.6683291770573566 +30085,MT,Roosevelt,6021.32002515622,-0.0027992056229718554,0.5775846546912442,1921.24450935401,0.1842920392665717,5,0.44122838,11.9166666666667,1.05410585286746,5,0.44122838,443,33938,1462,2044,1504,3618,3486,0.5649530127142067,0.4314400458978772,218,0.14953012714206743,-0.0625358577165806 +30087,MT,Rosebud,2227.54420992285,1.5048420269707046e-4,0.24125898515356328,671.935659436936,0.07277544237376107,6,0.643362642,8.33333333333333,0.897311654283766,5,0.536135535,275,28040,965.1,1478,969,3610,3357,0.40941828254847645,0.28865058087578194,1242,-0.15429362880886421,-0.36997319034852544 +30089,MT,Sanders,4809.26978037504,0.6832775129798581,0.4213852431766442,1010.86072013303,0.08857099098685971,11,0.967969025,16.9166666666667,1.4666782266921,7,0.615980289,451,33988,829.9,1716,1211,5888,5871,0.2914402173913043,0.20626809742803612,3057,-0.38298233695652173,-0.5206949412365867 +30091,MT,Sheridan,1192.49146984672,-0.016239785404420892,0.3523910962904019,226.059121692484,0.06680234092567494,2,0.541125541,4,1.09649122807018,1,0.270562771,183,11018,966.1,661,476,1920,1825,0.34427083333333336,0.2608219178082192,761,-0.28229166666666666,-0.41698630136986303 +30093,MT,Silver Bow,4056.98823177655,-52.09790435972068,0.11862538689405117,796.960227876568,0.02330293063966573,7,0.201845444,30.0833333333333,0.870643166536432,33,0.951557093,1240,103888,896,10782,8545,16617,16122,0.6488535836793645,0.530021089194889,2293,0.32544984052476383,0.14222801141297609 +30095,MT,Stillwater,1457.7079175897,0.7984065509651448,0.15988898953490183,291.015284011067,0.03192007063848492,4,0.430570506,6,0.637890708058686,3,0.322927879,289,28074,789.1,1209,904,4560,4816,0.26513157894736844,0.1877076411960133,2726,-0.44473684210526315,-0.566029900332226 +30097,MT,Sweet Grass,825.658699469301,0,0.22614590508608629,200.767907949845,0.05498984057788141,1,0.272851296,4,1.10405741098537,0,0,135,10974,671.9,473,398,2105,2077,0.22470308788598575,0.19162253249879635,1182,-0.5277909738717339,-0.5690900337024555 +30099,MT,Teton,1925.54066237326,-47.29661965165018,0.31706580971072945,445.318482456214,0.07332759467416664,2,0.329815303,2,0.330250990752972,0,0,194,18213,622.1,1073,803,3250,3143,0.33015384615384613,0.25548838689150494,1349,-0.3132307692307692,-0.42920776328348714 +30101,MT,Toole,2002.35877955936,-0.001343868208701622,0.3761004469495417,411.982454273467,0.07738212890185331,2,0.388349515,5,1.00462125778581,2,0.388349515,154,15349,768.8,582,399,2102,2018,0.2768791627021884,0.19772051536174431,1096,-0.4081826831588963,-0.5431119920713577 +30103,MT,Treasure,717.999999953103,0,0.9999999999346839,133.999999650067,0.18662952597502364,0,0,NA,NA,0,0,33,2093,1033.1,114,59,453,441,0.25165562913907286,0.13378684807256236,291,-0.4481236203090508,-0.6598639455782312 +30105,MT,Valley,2883.55983908141,-2.779386323317385,0.39130951812748127,670.078778740279,0.09093211816261078,3,0.392670157,6,0.795861520095503,12,1.570680628,264,22910,726.3,1386,886,3860,3860,0.3590673575129534,0.22953367875647668,1811,-0.2463730569948186,-0.4691709844559585 +30107,MT,Wheatland,2167.9999897113,0,0.9999999952542896,512.999999712712,0.23662361610364943,2,0.951474786,1,0.472366556447804,0,0,69,6337,642.1,272,179,989,932,0.2750252780586451,0.19206008583690987,519,-0.4226491405460061,-0.5568669527896997 +30109,MT,Wibaux,1016.9999957933,90.56898856277061,0.9999999958636184,216.999999620242,0.2133726643266883,1,0.89206066,1,0.914913083257091,1,0.89206066,51,3383,673.6,25,55,544,533,0.04595588235294118,0.10318949343339587,405,-0.7279411764705883,-0.7598499061913696 +30111,MT,Yellowstone,37946.9143699542,-3.4302302584633244,0.2564465869891209,9585.24136829398,0.06477739956406604,18,0.115655962,101.333333333333,0.639581242596952,116,0.745338422,4297,466676,753.8,26275,21117,68561,64675,0.38323536704540484,0.3265094704290684,17558,-0.20632721226353168,-0.27148047931967534 +31001,NE,Adams,9156.12519440274,19.64163239358425,0.2919310417804725,2198.04648859145,0.07008182912228829,5,0.158947134,15.0833333333333,0.476055211884021,34,1.080840512,938,94588,731,3991,3272,12451,13172,0.3205365030921211,0.2484057090798664,5933,-0.34085615613203757,-0.45042514424536895 +31003,NE,Antelope,1349.93339355155,-51.08749837889778,0.2019346886389753,308.749583451305,0.04618542759181825,5,0.781494217,6,0.948017064307158,4,0.625195374,229,19268,639.5,571,381,3209,3220,0.1779370520411343,0.11832298136645963,2336,-0.6276098473044562,-0.7254658385093167 +31005,NE,Arthur,460.000004409541,0,1.0000000095859587,125.000001025584,0.27173913266431304,1,2.207505519,NA,NA,0,0,17,1362,957.2,30,16,261,263,0.11494252873563218,0.060836501901140684,221,-0.7547892720306514,-0.8403041825095058 +31007,NE,Banner,679.925867230687,-1.4600201719361778,0.9853998075807059,152.85198028704,0.22152460911165217,0,0,NA,NA,0,0,18,2304,428.6,55,18,402,390,0.13681592039800994,0.046153846153846156,337,-0.7064676616915423,-0.8641025641025641 +31009,NE,Blaine,477.999998359659,0,0.9999999965683243,117.000000297514,0.2447698750994017,0,0,NA,NA,0,0,13,1469,579.1,29,30,301,313,0.09634551495016612,0.09584664536741214,243,-0.7940199335548173,-0.7763578274760383 +31011,NE,Boone,1021.48125662599,-35.64692506738576,0.18555517831534785,251.455138909246,0.045677591082515165,4,0.747244536,6.75,1.26594148537134,1,0.186811134,212,16053,698.1,615,414,2799,2867,0.21972132904608788,0.14440181374258806,1885,-0.5434083601286174,-0.6574816881757934 +31013,NE,Box Butte,3741.76018849213,0,0.33089495830315974,967.00337360833,0.08551497821085338,4,0.352733686,9,0.804002144005717,5,0.440917108,361,33980,827,1634,953,4541,4761,0.3598326359832636,0.20016803192606594,2597,-0.2556705571460031,-0.5454736399915985 +31015,NE,Boyd,2099.00000292937,0,1.0000000013956027,451.000000044273,0.21486422107873893,2,0.983767831,3,1.51362260343088,0,0,102,6052,717.4,186,128,1047,1142,0.17765042979942694,0.11208406304728546,850,-0.6361031518624642,-0.7443082311733801 +31017,NE,Brown,317.127541170496,0,0.10083546619093672,58.7722756316497,0.018687528022782098,3,1.020061204,5,1.68918918918919,0,0,120,8813,711.1,223,153,1545,1579,0.14433656957928803,0.09689677010766308,1227,-0.6957928802588997,-0.7770740975300824 +31019,NE,Buffalo,9059.40333049422,-38.033530141197424,0.19650781594061473,2414.89505766801,0.05238156821109735,10,0.207365627,27.9166666666667,0.565309249471815,42,0.870935634,1050,145301,664.3,5266,4690,19057,20477,0.2763289080128037,0.22903745665869024,9734,-0.42567035734900566,-0.4753626019436441 +31021,NE,Burt,46.0829548671245,-98.4748552102837,0.006719590969251166,7.24426201135066,0.001056322836300767,2,0.304275065,7,1.06935533150015,2,0.304275065,278,19756,750.4,1280,928,3343,3523,0.3828896201017051,0.26341186488787965,1432,-0.22016153155848034,-0.40647175702526256 +31023,NE,Butler,1338.25979396487,-0.901520020555977,0.15941152995412386,303.669665613323,0.036172682026601906,2,0.242453631,3,0.3725782414307,1,0.121226815,310,24665,708.9,1028,690,3818,3914,0.26925091671031953,0.17629024016351558,2378,-0.44552121529596644,-0.6075625958099131 +31025,NE,Cass,6190.43667026207,-12.234233329871262,0.24525322571459413,1611.63713866149,0.0638499718181328,5,0.19589406,12.5833333333333,0.48835073284951,10,0.391788121,747,76377,806.2,4298,3461,11952,12609,0.35960508701472554,0.2744864779126021,4927,-0.26397255689424365,-0.39075263700531365 +31027,NE,Cedar,1411.98705113336,-60.29499793186296,0.1595105118767917,343.589340055113,0.038814882518652616,4,0.464576074,6.91666666666667,0.797678084034906,1,0.116144019,304,25843,620.6,952,572,4260,4360,0.22347417840375586,0.13119266055045872,2961,-0.5349765258215963,-0.6791284403669724 +31029,NE,Chase,1166.83112046363,-0.9559940937244507,0.2942085528148336,255.045523008611,0.06430799874145512,3,0.754147813,4,1.01600203200406,1,0.251382604,168,11905,828.1,252,171,1849,1851,0.13628988642509465,0.09238249594813615,1450,-0.7144402379664684,-0.7833603457590491 +31031,NE,Cherry,2361.38169512366,5.59396302057219,0.4133347969759601,562.874902020498,0.0985252760406963,3,0.520652551,6,1.02880658436214,5,0.867754252,191,17382,665.5,436,317,3052,3082,0.14285714285714285,0.10285528877352369,2306,-0.6949541284403671,-0.7482154445165478 +31033,NE,Cheyenne,1889.7218343121301,-0.12433567505577316,0.18900998542829867,408.908332114716,0.04089901301407441,3,0.295624754,5.58333333333333,0.555500281895665,5,0.492707923,285,30352,673.2,983,702,4197,4569,0.23421491541577316,0.15364412344057782,2908,-0.5125089349535383,-0.6364631210330487 +31035,NE,Clay,3047.37049979233,0.4952916852403472,0.46581634053688936,777.044894405727,0.11877788052670848,5,0.791765637,5.58333333333333,0.905944074855319,1,0.158353127,212,19016,740.1,662,470,2916,2973,0.2270233196159122,0.1580894719138917,1903,-0.5318930041152263,-0.6400941809619913 +31037,NE,Colfax,2824.37800732329,0.031058380793870986,0.2686046607059715,647.763786847589,0.06160378381812545,6,0.571210967,11,1.05627040522374,4,0.380807312,251,31480,694.3,959,857,3047,3172,0.31473580571053494,0.2701765447667087,1314,-0.35641614702986546,-0.41424968474148804 +31039,NE,Cuming,411.506023831903,-86.30819956871704,0.04502746731938976,99.5130430976567,0.010888832815150094,3,0.332336324,9,0.998225377107365,6,0.664672649,302,27150,607.9,1015,712,3928,3988,0.2584012219959267,0.17853560682046138,2383,-0.4691955193482688,-0.5975426278836509 +31041,NE,Custer,5627.36193713934,-0.40733519607878066,0.5144311122716281,1277.75502868253,0.11680729762158608,6,0.559284116,9.16666666666667,0.848215662687764,3,0.279642058,395,32341,731.2,1066,635,5414,5489,0.19689693387513854,0.1156859172891237,3981,-0.588289619504987,-0.7252687192566952 +31043,NE,Dakota,5230.91257615405,29.121219034387874,0.24901992650452487,1542.60328578644,0.07343631751815861,7,0.335731415,19,0.928414365990716,13,0.623501199,461,62365,727.2,2831,2904,5977,7259,0.473648987786515,0.40005510400881666,1124,-0.036305839049690425,-0.15484226477476232 +31045,NE,Dawes,2125.24332030172,0.7832554323759363,0.23145756047720756,381.786542258411,0.04157988915905151,3,0.331785003,6.08333333333333,0.677506775067751,8,0.884760009,245,27263,629.7,1102,785,3634,3578,0.30324711062190424,0.2193963107881498,1774,-0.3668134287286736,-0.49580771380659583 +31047,NE,Dawson,7959.44554470691,-9.941838355607748,0.32719910978816535,2359.74981923838,0.09700525442893941,4,0.166002656,19,0.803722504230118,17,0.705511288,643,71996,735.4,2157,2116,7680,8486,0.280859375,0.24935187367428707,3819,-0.418359375,-0.45003535234503883 +31049,NE,Deuel,520.520611014027,0,0.26817136064607267,92.4318953449761,0.047620760095299385,2,1.030927835,2,1.06780565936999,1,0.515463918,68,5786,664.2,215,120,1012,977,0.2124505928853755,0.12282497441146366,689,-0.541501976284585,-0.7052200614124872 +31051,NE,Dixon,2036.41290239419,-18.478519667998246,0.33940215039903165,538.174312824885,0.08969571880414749,2,0.345901072,3,0.520652551197501,0,0,183,17407,666,870,556,2666,2744,0.32633158289572395,0.20262390670553937,1485,-0.32820705176294074,-0.5411807580174928 +31053,NE,Dodge,11353.3021840016,15.703300605202438,0.3094301649996348,2826.20001771142,0.07702706434034014,7,0.190507294,24.0833333333333,0.655203997424527,25,0.680383192,1358,110036,795.5,5588,4451,14759,14959,0.37861643742801004,0.29754662744835886,5285,-0.22691239243851208,-0.35329901731399155 +31055,NE,Douglas,57723.5790318108,-22.237578043965943,0.11162727278878921,15472.3830391282,0.029920873777587363,89,0.163830618,305.833333333333,0.551056015519659,406,0.747362143,12078,1632043,775,99261,105207,210501,219531,0.4715464534610287,0.47923527884444567,3056,-0.04303067443860126,0.01392058524764156 +31057,NE,Dundy,667.913863282472,0,0.33262642593748604,135.984378101609,0.06772130383546265,0,0,1,0.546149645002731,1,0.530222694,81,5660,741.3,176,89,981,949,0.17940876656472987,0.09378292939936776,734,-0.6269113149847094,-0.7734457323498419 +31059,NE,Fillmore,1156.82144035087,-17.942030830937778,0.19640431924462992,274.30251327015,0.04657088510528862,3,0.529941706,7,1.22377622377622,3,0.529941706,265,16917,838.5,794,610,2815,2879,0.28206039076376554,0.21187912469607503,1490,-0.4184724689165187,-0.517540812782216 +31061,NE,Franklin,1530.61320797092,-1.1585022035509425,0.4746087466576496,322.481038401042,0.09999412043443162,2,0.650195059,3,0.99535500995355,0,0,108,9101,613.6,381,250,1527,1656,0.24950884086444008,0.15096618357487923,1095,-0.4774066797642436,-0.6612318840579711 +31063,NE,Frontier,2674.08557918832,-2.972221533500331,0.9702777863528012,586.794488239949,0.2129152714949017,4,1.478743068,3,1.1446012972148,0,0,62,8054,495.4,381,161,1422,1310,0.2679324894514768,0.12290076335877863,945,-0.4388185654008439,-0.7213740458015268 +31065,NE,Furnas,1080.93601151444,-53.83316564547116,0.21797459397347047,235.256097668287,0.04744022941485924,4,0.818330606,6,1.25339461040318,2,0.409165303,223,14594,843.5,422,304,2215,2315,0.1905191873589165,0.13131749460043196,1611,-0.6072234762979684,-0.6958963282937365 +31067,NE,Gage,6734.16356796244,3.3231426046055947,0.30183154354186004,1631.28737634534,0.07311583417799919,5,0.230808291,16.75,0.768383870819762,15,0.692424872,829,65389,767.9,3870,2930,9552,9854,0.40515075376884424,0.29734118124619446,3403,-0.1675041876046901,-0.34534199309924896 +31069,NE,Garden,2054.14209993662,0,0.9986106465418668,381.749118623454,0.1855853760930744,2,1.046572475,1,0.518134715025907,0,0,89,5735,686.2,242,153,1088,1063,0.22242647058823528,0.14393226716839136,716,-0.5395220588235294,-0.6735653809971778 +31071,NE,Garfield,204.602278347249,-2.0934670523417838,0.09985469904697367,39.9258607308488,0.01948553476371342,1,0.499251123,2,0.994530084535057,1,0.499251123,96,6041,706.4,147,121,928,968,0.1584051724137931,0.125,698,-0.6627155172413792,-0.7210743801652892 +31073,NE,Gosper,1313.37123317223,1.1609662789823738,0.6425495269922847,320.035523390522,0.1565731523436996,1,0.507614213,1,0.507356671740233,1,0.507614213,70,5899,706.2,230,165,975,1e3,0.2358974358974359,0.165,627,-0.5148717948717949,-0.627 +31075,NE,Grant,613.999997822371,0,0.999999996453373,114.999999381407,0.1872964159306303,1,1.615508885,1,1.5600624024961,0,0,16,1888,910.8,30,20,363,394,0.08264462809917356,0.050761421319796954,347,-0.8044077134986225,-0.8807106598984771 +31077,NE,Greeley,2537.06557672521,61.31393252388836,0.9996318269208867,597.000000149212,0.23522458634720728,2,0.805801773,2,0.833680700291788,0,0,81,7391,608,340,210,1181,1165,0.28789161727349705,0.18025751072961374,701,-0.4064352243861134,-0.6017167381974249 +31079,NE,Hall,18742.4632947125,52.4092873110662,0.3197990563364871,5275.95537118429,0.09002261455430734,10,0.16262278,37.8333333333333,0.613132377170948,49,0.796851623,1583,184043,735.8,6971,6142,19721,21331,0.35348106079813396,0.28793774319066145,7997,-0.27589878809391005,-0.3749003797290329 +31081,NE,Hamilton,998.285709093225,69.90330434927371,0.10941316408299268,265.838359782763,0.029136163939364645,1,0.109469075,4,0.435445242760723,4,0.4378763,266,27406,682.2,1136,873,4824,4902,0.23548922056384744,0.1780905752753978,2890,-0.5070480928689883,-0.5895552835577316 +31083,NE,Harlan,207.888523295844,-12.91526799634676,0.06073284349863979,40.3174789803463,0.011778404610092406,1,0.286368843,2.58333333333333,0.743833381322584,3,0.859106529,108,10430,578.3,311,219,1584,1582,0.19633838383838384,0.13843236409608092,1083,-0.591540404040404,-0.6845764854614411 +31085,NE,Hayes,967.000003602739,0,1.0000000037256866,222.999999806643,0.23061013423644566,1,1.071811361,1.75,1.95094760312152,0,0,11,2836,212.3,50,30,535,510,0.09345794392523364,0.058823529411764705,441,-0.7906542056074767,-0.8647058823529412 +31087,NE,Hitchcock,2762.52968534425,8.774369858797025,0.949975820269687,594.829762111346,0.2045494367645619,2,0.689417442,1,0.353982300884956,0,0,113,8640,748.5,310,158,1739,1440,0.17826336975273147,0.10972222222222222,1058,-0.6187464059804485,-0.7347222222222223 +31089,NE,Holt,2653.4382280197,-0.4737894851465637,0.2542825326324581,561.407471658094,0.05380042852497307,7,0.672882822,11,1.07317073170732,5,0.480630587,383,31130,696.4,862,522,4749,4979,0.18151189724152453,0.10484032938341033,3753,-0.6163402821646663,-0.7537658164290018 +31091,NE,Hooker,117.139005500575,-84.08437417901278,0.15915625747360734,30.5503742401465,0.041508660652372964,1,1.373626374,1,1.41242937853107,1,1.373626374,44,2189,881.5,59,40,394,414,0.14974619289340102,0.0966183574879227,315,-0.6878172588832487,-0.7608695652173914 +31093,NE,Howard,1132.17610027845,-12.008095476420937,0.18045522796915045,259.702021714438,0.04139337292228849,2,0.314366551,4,0.622180743505989,2,0.314366551,187,19122,613.4,914,544,2856,2958,0.32002801120448177,0.1839080459770115,1740,-0.34173669467787116,-0.5882352941176471 +31095,NE,Jefferson,1781.43591529697,-0.8717762699443138,0.2360455698021691,381.505075027649,0.05055055982875964,2,0.272665303,5,0.69666991779295,4,0.545330607,341,22088,870,1185,831,3416,3430,0.3468969555035129,0.2422740524781341,1556,-0.2842505854800937,-0.4536443148688047 +31097,NE,Johnson,1354.40994474734,0,0.25961471051319535,334.92023684755,0.06419786023529805,1,0.192864031,3,0.580158576677625,2,0.385728062,191,15474,849.1,790,560,2057,2051,0.3840544482255712,0.27303754266211605,788,-0.21050072921730678,-0.3842028278888347 +31099,NE,Kearney,735.419342371199,0,0.11333323198816442,184.767077722154,0.02847389084946124,3,0.45153522,4,0.610500610500611,3,0.45153522,223,19674,747.2,761,550,3156,3242,0.24112801013941698,0.16964836520666254,1969,-0.5006337135614702,-0.607341147439852 +31101,NE,Keith,1837.33556080846,-0.31806315210612834,0.2195668691214699,351.782190098735,0.04203898065233449,3,0.369412634,6.16666666666667,0.769102851916521,8,0.985100357,286,24293,756,920,560,4026,3945,0.22851465474416294,0.14195183776932827,2643,-0.5255837059115747,-0.6699619771863118 +31103,NE,Keya Paha,823.045036571443,0,0.9988410638002949,179.000000647427,0.21723301049445023,1,1.234567901,1,1.26422250316056,0,0,21,2403,466.1,80,39,481,514,0.16632016632016633,0.07587548638132295,419,-0.6486486486486487,-0.8151750972762647 +31105,NE,Kimball,287.082039319907,0,0.0751326980685441,55.3926985717223,0.014496911429396046,1,0.269323997,3,0.815438977983148,2,0.538647994,138,11045,696.1,391,227,1665,1636,0.23483483483483483,0.1387530562347188,1090,-0.4990990990990991,-0.6662591687041565 +31107,NE,Knox,675.571914806052,-89.66322993856373,0.07764301974555246,120.839723355598,0.013888027049258476,6,0.707380335,9.16666666666667,1.06949791934041,1,0.117896722,363,25608,718.7,1055,715,4015,4061,0.2627646326276463,0.17606500861856686,2466,-0.45404732254047325,-0.6072395961585816 +31109,NE,Lancaster,29062.503722183,-24.06799359937385,0.10182827934207289,6551.63246848998,0.022955402174753878,50,0.165675376,155.166666666667,0.501124434956632,281,0.931095611,6223,906787,691.9,59970,60533,123206,129803,0.4867457753680827,0.4663451538100044,77,-0.009796600814895362,5.932066285063153e-4 +31111,NE,Lincoln,7626.66281998991,-7.388711058995669,0.21017038194416637,1995.53339234157,0.05499155071488013,10,0.27921262,21,0.590717299578059,25,0.698031551,1088,107417,748.4,4350,2878,15266,15674,0.2849469409144504,0.1836161796605844,9114,-0.4058037468885104,-0.5814725022329973 +31113,NE,Logan,107.06607986005,-85.96774834889985,0.14032251619927916,24.7028183146772,0.0323759086693017,0,0,NA,NA,0,0,22,2292,650.7,68,32,431,451,0.15777262180974477,0.07095343680709534,368,-0.6682134570765661,-0.8159645232815965 +31115,NE,Loup,506.378343118222,0,0.8012315555668068,121.149334284836,0.19169198462790507,0,0,NA,NA,0,0,13,1753,479.1,62,48,356,382,0.17415730337078653,0.1256544502617801,275,-0.6404494382022472,-0.7198952879581152 +31117,NE,McPherson,539.000005236384,0,1.0000000097149981,151.000001319261,0.2801484254531744,0,0,NA,NA,0,0,NA,NA,NA,41,14,290,286,0.1413793103448276,0.04895104895104895,243,-0.6758620689655173,-0.8496503496503497 +31119,NE,Madison,8634.80645560055,-21.036478183635964,0.24758591741026925,2194.19041791532,0.0629140502900367,8,0.227440723,23.5,0.671140939597315,32,0.909762893,1116,105440,776.4,3368,2663,13512,13956,0.2492599171107164,0.1908139868157065,7855,-0.48149792776791,-0.5628403554026942 +31121,NE,Merrick,2947.67721826645,-4.186322457268717,0.37573960717226895,719.797902777213,0.09175244139926234,2,0.257532835,3,0.383239652529382,4,0.515065671,258,23345,770.4,921,601,3457,3707,0.266415967601967,0.1621257081197734,2313,-0.4501012438530518,-0.6239546803345024 +31123,NE,Morrill,2557.65011190694,0.720931664055947,0.50726896309142,614.845445713676,0.12194475321572312,3,0.617030029,5.91666666666667,1.23598635192535,7,1.439736734,189,14571,905.2,450,282,2152,2166,0.20910780669144982,0.13019390581717452,1506,-0.5613382899628253,-0.6952908587257618 +31125,NE,Nance,1398.473968335,-59.90876720828617,0.37442408790763054,340.717352395262,0.09122285204692422,2,0.56022409,3.16666666666667,0.885533184190902,2,0.56022409,148,10750,816.2,477,280,1604,1599,0.29738154613466333,0.17510944340212634,977,-0.38715710723192026,-0.6110068792995622 +31127,NE,Nemaha,180.269313905728,-75.96174551645552,0.024871594081916117,35.5118604669406,0.004899539247646329,4,0.557491289,7.91666666666667,1.13565724668866,4,0.557491289,235,21371,781.2,1089,765,3126,3035,0.34836852207293667,0.25205930807248766,1303,-0.2847088931541907,-0.429324546952224 +31129,NE,Nuckolls,1621.31333367887,-0.45567498347594915,0.3602918519286378,357.212542572798,0.07938056501617732,2,0.457770657,5,1.17233294255569,2,0.457770657,179,13080,668,567,348,2170,2153,0.26129032258064516,0.16163492800743148,1361,-0.4589861751152074,-0.6321411983279145 +31131,NE,Otoe,2143.1735915145,0.2821811151626579,0.13616096515339898,541.192041937634,0.03438323011039606,4,0.253212635,12,0.746222249860083,8,0.506425271,560,47655,718.9,2542,2017,6905,7279,0.36813902968863144,0.27709850254155793,2816,-0.24388124547429402,-0.3868663277922791 +31133,NE,Pawnee,503.21630581056297,0,0.1814699984892041,113.418588122604,0.04090104151554417,1,0.370096225,1.91666666666667,0.72272498743087,1,0.370096225,115,8071,685.8,396,279,1330,1314,0.29774436090225564,0.21232876712328766,691,-0.3766917293233083,-0.525875190258752 +31135,NE,Perkins,877.430952209178,-70.23537020003842,0.29543129704012727,217.083358730711,0.07309203997667038,1,0.345901072,1.08333333333333,0.373821025994939,0,0,105,8735,591.8,237,160,1391,1418,0.17038102084831055,0.11283497884344147,1042,-0.6441409058231489,-0.7348377997179125 +31137,NE,Phelps,1444.3870314828,-17.189268238507633,0.1572036386028298,373.675137265362,0.040669910455524816,3,0.326548384,9,0.971292898769696,9,0.979645151,332,27698,693.3,875,571,4336,4609,0.2017988929889299,0.12388804512909525,3261,-0.5758763837638377,-0.7075287481015404 +31139,NE,Pierce,4813.21183782441,-17.56344311715557,0.6624293748726136,1264.90109606143,0.17408492926801955,4,0.555401277,7,0.977790194161196,4,0.555401277,245,21562,717.7,637,382,3414,3580,0.18658465143526656,0.10670391061452514,2670,-0.6063268892794376,-0.7458100558659219 +31141,NE,Platte,8839.2605443346,60.16512214134121,0.27419612694526785,2396.84736708497,0.07435081946474455,6,0.183677218,16.8333333333333,0.512258705862066,23,0.704096002,851,98136,667.5,3095,2612,13249,14047,0.2336025360404559,0.1859471773332384,8252,-0.5183787455657031,-0.5874563963835695 +31143,NE,Polk,311.583502538333,-93.60599817373455,0.0576366079427179,67.4572707563348,0.012478222485448519,3,0.569151964,5.41666666666667,1.04106605163688,2,0.379434642,182,15728,669.6,527,411,2446,2538,0.21545380212591986,0.16193853427895982,1608,-0.5556009811937859,-0.6335697399527187 +31145,NE,Red Willow,5321.86430343109,-7.420121636805417,0.48139885150891815,1231.25174821599,0.11137510160253188,1,0.092021717,6,0.559597090095131,11,1.012238888,379,32705,724.9,940,638,4868,5061,0.19309778142974526,0.1260620430744912,3574,-0.598808545603944,-0.7061845485082 +31147,NE,Richardson,2268.07348284955,-0.9322157345728067,0.2712033340726474,434.897137816415,0.05200252753992766,2,0.246062992,6,0.744416873449131,5,0.61515748,354,24375,769.2,1180,798,3680,3666,0.32065217391304346,0.2176759410801964,1886,-0.3334239130434783,-0.5144571740316422 +31149,NE,Rock,427.589841500899,0,0.2802030416126468,86.5214527729268,0.056698199720135525,1,0.693000693,1,0.719424460431655,0,0,73,4193,1013.9,103,70,784,793,0.13137755102040816,0.08827238335435057,617,-0.7219387755102041,-0.7780580075662042 +31151,NE,Saline,2562.82362100483,-31.921091878289197,0.18048053669048097,589.697880869356,0.04152801977953211,4,0.280662363,15.75,1.09901611890308,7,0.491159136,421,42971,769.4,2232,1630,4832,4795,0.46192052980132453,0.33993743482794575,1219,-0.05918874172185423,-0.2542231491136601 +31153,NE,Sarpy,32988.3577265965,-31.051527089971326,0.20768293708509508,9377.23920914901,0.05903575427567993,14,0.081304118,56.5,0.315601905900359,117,0.679470129,2760,517420,672.9,24709,27704,66166,77781,0.3734395308768854,0.35617952970519795,16945,-0.23590665900915875,-0.21785526028207403 +31155,NE,Saunders,3681.36002385858,24.34747488119382,0.17715880769290568,935.944703752829,0.045040649843735764,7,0.334624026,12.5,0.594162943245556,8,0.382427458,625,62856,736.6,3279,2509,10203,10598,0.32137606586298145,0.2367427816569164,4977,-0.3377438008428894,-0.4696169088507265 +31157,NE,Scotts Bluff,2966.8465817796,-74.15424049605117,0.08025011040788747,682.401890291751,0.018458260489363023,8,0.219388455,23.0833333333333,0.633774458660517,36,0.987248046,1228,109576,798.9,4193,3151,13867,13895,0.30237253912165574,0.22677222022310184,6801,-0.377442849931492,-0.4894566390788053 +31159,NE,Seward,1597.89322287108,-51.776223472632374,0.09539661032066149,420.211448074187,0.02508725063129474,5,0.29154519,8,0.462855820411942,10,0.583090379,513,51273,729,2362,1881,7445,7754,0.31725990597716586,0.24258447253030693,3570,-0.34721289456010745,-0.4604075315965953 +31161,NE,Sheridan,1927.37920498719,8.747758421786552,0.35241894404592977,402.490109275295,0.07359482707538764,6,1.140901312,8.33333333333333,1.59215386574959,5,0.950751093,231,15732,784.8,389,286,2450,2565,0.15877551020408162,0.11150097465886939,1906,-0.6616326530612244,-0.7430799220272905 +31163,NE,Sherman,2629.73612084428,126.00853071974431,0.834307144937906,581.878688075167,0.18460618276496416,1,0.325309044,3,0.982318271119843,0,0,120,9271,674.3,549,338,1508,1553,0.3640583554376658,0.21764327108821635,805,-0.2453580901856764,-0.5183515775917579 +31165,NE,Sioux,857.842274162892,-0.05432071263365767,0.6543419329999176,175.006890286396,0.13349114438321585,1,0.767459708,NA,NA,0,0,29,3893,493,101,77,735,709,0.13741496598639455,0.10860366713681241,525,-0.710204081632653,-0.7404795486600846 +31167,NE,Stanton,3538.12779828789,-14.663342722558287,0.5772765211760303,973.403861999501,0.1588193607439225,1,0.164771791,2,0.336473755047106,1,0.164771791,141,18112,633.6,607,417,2623,2748,0.23141441097979412,0.1517467248908297,1756,-0.5101029355699581,-0.6390101892285298 +31169,NE,Thayer,907.927525175875,-30.96341550589241,0.173666320806403,191.905997863543,0.036707344656377774,4,0.764818356,5.33333333333333,1.0455466248448,1,0.191204589,234,15578,750.8,724,490,2627,2613,0.275599543205177,0.18752391886720246,1503,-0.42976779596497905,-0.5752009184845006 +31171,NE,Thomas,646.616842676279,-0.05922080839641363,0.9994077939355163,147.904480768495,0.22860043395439722,1,1.455604076,1,1.39664804469274,0,0,12,2069,315.4,42,30,408,387,0.10294117647058823,0.07751937984496124,314,-0.7794117647058824,-0.8113695090439276 +31173,NE,Thurston,1751.80858393958,-1.0940058719583736,0.2524219861584409,392.765980997952,0.05659452175762998,1,0.14349261,7.83333333333333,1.09910668350405,3,0.43047783,229,20900,1101.6,1153,911,1993,2029,0.5785248369292524,0.44898965007392805,102,0.1655795283492223,-0.050271069492360765 +31175,NE,Valley,1015.46278140849,1.1728551752171916,0.23837154493157045,216.985567765049,0.05093557928757019,3,0.713606089,5.33333333333333,1.27469725940089,3,0.713606089,158,12563,696.6,494,337,2168,2172,0.22785977859778597,0.15515653775322283,1433,-0.5299815498154982,-0.6597605893186004 +31177,NE,Washington,653.314450039092,0,0.03228795344662904,126.03785859351,0.006229013472052486,2,0.098726429,9,0.436829587924089,9,0.444268931,548,60730,717.3,3103,2606,10121,10584,0.30659025787965616,0.2462207105064248,4768,-0.370911965220828,-0.4504913076341648 +31179,NE,Wayne,642.613127225625,-9.716946601178758,0.06697374958057582,171.304947333034,0.017853564078481918,2,0.212066589,5,0.533902829684997,9,0.95429965,166,28173,484.3,1074,828,3659,3740,0.2935228204427439,0.22139037433155082,1847,-0.38781087728887675,-0.4938502673796791 +31181,NE,Webster,1997.95164230182,-47.58783721171861,0.5241216270466474,503.539135190394,0.1320931624318977,2,0.546746856,4,1.11018595614765,1,0.273373428,181,10961,888.4,440,306,1730,1687,0.2543352601156069,0.1813870776526378,1014,-0.4710982658959538,-0.6010669828097214 +31183,NE,Wheeler,817.999997876469,0,0.9999999974039963,200.999998198626,0.24572126919147433,0,0,NA,NA,0,0,14,2275,359.1,93,62,446,459,0.2085201793721973,0.13507625272331156,315,-0.5650224215246638,-0.6862745098039216 +31185,NE,York,2755.44080947539,-22.80736801314166,0.20164221071901864,653.889217726572,0.047851388051706696,3,0.215563699,9.08333333333333,0.658498864240491,14,1.005963929,471,41551,741.8,1352,1181,6246,6256,0.2164585334614153,0.18877877237851662,3505,-0.5542747358309318,-0.5602621483375959 +32001,NV,Churchill,6484.11081402312,-5.916638541303301,0.2606468148901845,1643.44258074671,0.0660627318706721,2,0.083371545,18.4166666666667,0.761082183100532,17,0.708658135,799,72321,904.4,2961,2210,10265,10936,0.28845591816853383,0.2020848573518654,5618,-0.39941548952752076,-0.5137161667885881 +32003,NV,Clark,206181.497311355,24.59983677147805,0.10566533743494874,51367.6956067096,0.026325276323617915,230,0.111128237,1162.58333333333,0.539315650923953,1706,0.824281616,44727,6212368,739.1,387978,401068,688339,765421,0.56364378598336,0.523983533245103,81497,0.14492132510289263,0.10647343096152317 +32005,NV,Douglas,21568.1696459239,-14.190486961620282,0.4589265196911271,4623.65973535433,0.09838201875341682,5,0.10518344,28.1666666666667,0.586561155074275,35,0.736284079,1457,142286,642,9288,8453,26054,27871,0.3564903661625854,0.30329015822898353,8953,-0.2677515928456283,-0.32122995228014783 +32007,NV,Elko,13576.2507050243,22.34062604996944,0.27809928110582777,3941.94067803443,0.08074768892692102,11,0.208467574,33.6666666666667,0.645350917548433,39,0.739112307,889,157182,743.5,3510,3400,15984,18545,0.2195945945945946,0.18333782690752223,10142,-0.5319694694694694,-0.5468859530870855 +32009,NV,Esmeralda,760.999999441194,0,0.9719029367065057,127.999999703117,0.16347381826707152,1,1.216545012,NA,NA,0,0,31,2489,793.9,92,65,435,423,0.21149425287356322,0.1536643026004728,264,-0.5172413793103448,-0.624113475177305 +32011,NV,Eureka,1987.00000671324,1.7185719076861234,1.0000000033785807,481.000000249378,0.24207347772993354,1,0.495540139,2,1.04329681794471,2,0.991080278,46,6060,724.6,107,74,808,854,0.13242574257425743,0.08665105386416862,649,-0.6881188118811881,-0.7599531615925059 +32013,NV,Humboldt,5028.89723725142,-0.3630609186762275,0.30426532171172677,1334.75002101513,0.08075689865774019,4,0.231494878,13.0833333333333,0.776827771840241,11,0.636610915,372,51594,844.6,1737,1386,5744,6433,0.3024025069637883,0.21545157780195864,3135,-0.3608983286908078,-0.4873309497901446 +32015,NV,Lander,891.342138644073,0.4655896508503134,0.15434495907256676,209.272266786241,0.03623762195432745,2,0.332834082,4.83333333333333,0.847655793288905,2,0.332834082,142,17953,792.7,534,403,2165,2413,0.24665127020785219,0.1670120182345628,1425,-0.4831408775981525,-0.5905511811023622 +32017,NV,Lincoln,4173.93934638984,-21.90946043334182,0.7809053968923928,1080.00432149531,0.2020588066408438,3,0.578703704,5,0.989119683481701,1,0.192901235,162,15372,801.9,400,285,2152,2132,0.18587360594795538,0.13367729831144465,1386,-0.599907063197026,-0.650093808630394 +32019,NV,Lyon,12608.2033148008,-41.38064430729702,0.2425587401847018,3125.74844751148,0.0601336754042224,4,0.077236479,43.4166666666667,0.816425029930361,19,0.366873274,1685,155706,855.3,7380,6146,21465,23762,0.3438155136268344,0.2586482619308139,9859,-0.2860470533426508,-0.4149061526807508 +32021,NV,Mineral,4028.8015318071,124.794853933835,0.8442584936729045,740.373604268407,0.1551495398718372,1,0.222222222,8,1.79815688918858,2,0.444444444,215,13537,969.5,863,637,2035,1997,0.42407862407862407,0.3189784677015523,542,-0.1066339066339066,-0.27140711066599904 +32023,NV,Nye,18585.8902510132,-3.5203430202238115,0.4229256417196832,3738.94206785042,0.08508037290880671,7,0.165555083,34,0.782995186882528,27,0.638569604,2047,126909,991.5,6320,5095,17522,19592,0.360689419016094,0.26005512454062885,8225,-0.24232393562378723,-0.41981420988158435 +32027,NV,Pershing,1035.6773418709,-3.1251663029822208,0.1533655178248038,212.199595188294,0.03142301128214038,1,0.149298298,5,0.76219512195122,4,0.597193192,134,20192,660.2,632,430,1884,1982,0.3354564755838641,0.21695257315842584,973,-0.2839702760084926,-0.49091826437941466 +32029,NV,Storey,219.518509358168,-3.763015071421319,0.054742770413508224,47.4949938589707,0.011844138119444065,0,0,2.83333333333333,0.699415782111413,0,0,84,11778,456.6,920,752,2314,2558,0.3975799481417459,0.2939796716184519,864,-0.17329299913569574,-0.3377638780297107 +32031,NV,Washoe,99884.0596115662,15.662200553339462,0.23702515528115622,23375.8458757666,0.05547094821815158,60,0.136339467,311.916666666667,0.687622717599614,332,0.754411718,10930,1320905,781.3,94806,97032,186917,209282,0.5072090821059615,0.46364235815789223,2503,0.03560403815597302,0.011959939220764326 +32033,NV,White Pine,4467.51046126399,-3.5662926068250256,0.44541480172123527,814.776465891021,0.08123394475483758,3,0.298983456,5.41666666666667,0.559457412380362,4,0.398644608,308,29782,891.9,983,707,3704,3773,0.2653887688984881,0.18738404452690166,2016,-0.43682505399568033,-0.5343228200371057 +32510,NV,Carson City,11099.4440403411,25.830300916070364,0.2008076860791891,2043.02696397887,0.03696180779351721,9,0.165070981,43.5833333333333,0.796158951688527,49,0.898719783,2112,163058,912,10290,9610,23318,25016,0.44128999056522855,0.3841541413495363,3515,-0.09023072304657354,-0.1405100735529261 +33001,NH,Belknap,9915.25546443925,-1.0973618485841004,0.16501223978896357,1787.91908088469,0.029755010665768373,10,0.165823729,53.9166666666667,0.887093678189287,48,0.795953901,1972,181290,753.9,15884,13517,33771,34462,0.47034437831275355,0.3922291219314027,5798,-0.04986526901779631,-0.1682432824560386 +33003,NH,Carroll,872.171394947749,215.704992328213,0.01823939510117004,140.318389525963,0.002934426147600548,16,0.337559864,44.8333333333333,0.948071080660055,46,0.970484609,1573,142152,655.8,13977,12987,28464,29063,0.49104131534569984,0.44685682826962114,1648,-0.008080382237211914,-0.05670440078450267 +33005,NH,Cheshire,10890.7329399231,-1.8383014720447812,0.1412235037660062,2265.45407334991,0.029376843930001294,14,0.183932208,55.25,0.729141922031304,48,0.630624713,2036,228578,688.5,25329,22064,41071,41080,0.6167125222176232,0.5370983446932814,5188,0.24820432908865142,0.1262901655306719 +33007,NH,Coos,4769.25045896086,-2.7866115221254684,0.1442822707294164,870.658404163369,0.026339688524077115,10,0.315925821,38.8333333333333,1.21206446310226,24,0.758221969,1308,94877,850.8,9091,6558,15614,15255,0.5822338926604329,0.42989183874139625,1393,0.17605994620212628,-0.09131432317273025 +33009,NH,Grafton,11521.7569626393,0.10783003025680289,0.12928652979913485,1663.61113084994,0.01866750971576943,28,0.312297843,89.5833333333333,1.00782257822578,77,0.858819068,2430,268383,651,29826,28510,48765,50065,0.6116271916333436,0.569459702386897,9500,0.2382651491848662,0.18975332068311196 +33011,NH,Hillsborough,135073.569661766,17.797758193465988,0.33707634404427517,31844.8532773969,0.07946889051833295,70,0.172761017,287.25,0.704456777376944,289,0.7132562,9607,1215461,701.2,101499,99589,202765,210622,0.5005745567528913,0.4728328474708245,424,0.0167484526422213,-0.0020130850528434774 +33013,NH,Merrimack,29077.5155369267,-6.441771420479267,0.19855587788539522,6571.38242514092,0.04487269913715675,21,0.142691155,109,0.733601647575076,107,0.72704541,4051,442571,713.7,44635,40198,80054,81982,0.5575611462262973,0.4903271449830451,2524,0.1272141304619382,0.030787245980825106 +33015,NH,Rockingham,111158.041538225,-4.756849679909311,0.37652229514036845,26151.3088509209,0.08858154293845974,49,0.162995932,178.75,0.589445706691816,273,0.908120191,6994,901173,667.6,80096,79994,169794,179005,0.4717245603496001,0.4468813720287143,10453,-0.04542563341460826,-0.058395016898969254 +33017,NH,Strafford,23348.6788964067,-19.41203483824318,0.18960622119330126,4673.95948570914,0.037955543439002946,22,0.175153658,85.9166666666667,0.67423695472476,87,0.6926531,3112,377740,762.2,36026,34894,63762,67918,0.5650073711615069,0.5137666009010866,5822,0.14502368181675612,0.08572101651992109 +33019,NH,Sullivan,6107.20456783886,1.1132974444988417,0.13961877755564128,1430.06203731006,0.032693110450140825,6,0.139201448,34.3333333333333,0.798375344929154,18,0.417604343,1314,129039,735.7,12166,10210,21814,22101,0.5577152287521775,0.461970046604226,586,0.13280462088566974,-0.026514637346726433 +34001,NJ,Atlantic,80171.5228559513,-19.517356488572236,0.29201170958900347,19198.015012022,0.06992564173252133,87,0.316123383,232.833333333333,0.859192125691751,208,0.755789237,7892,826039,785.7,59509,54472,102405,105738,0.5811142034080368,0.5151601127314683,6590,0.1717787217421025,0.06232385708070892 +34003,NJ,Bergen,95801.7351431482,-10.8412512821852,0.10584470404141369,23282.3928807657,0.025723103868195568,257,0.275286748,368.666666666667,0.392553132208417,762,0.816219852,21168,2797626,561.8,193470,209251,352023,383965,0.5495947707962264,0.5449741512898311,46031,0.10852415893279704,0.11988332269868346 +34005,NJ,Burlington,167031.989687292,-1.342528923997996,0.37222940469697413,39358.3286582401,0.08770970922247946,71,0.15787531,253.25,0.563674646771307,310,0.689314732,11854,1351006,703.4,115951,108361,197059,194988,0.5884075327693736,0.5557316347672677,28822,0.1869541609365723,0.1478142244650953 +34007,NJ,Camden,110011.51694592,-22.102310801855438,0.2141731095768577,26288.78175729,0.05117964275243986,156,0.305261057,436.416666666667,0.855467346205364,344,0.673139767,13956,1533812,783.8,137795,142375,203201,220437,0.6781216627870926,0.645876146019044,71355,0.3664647319649018,0.32369792729895613 +34009,NJ,Cape May,36766.8882197779,5.531744660860699,0.37800738415440194,6922.72130765648,0.07117381697071383,40,0.419533479,84.25,0.892195276924706,170,1.783017285,3935,285982,820.7,21275,18626,47243,48375,0.4503312660076625,0.38503359173126617,9611,-0.08917723260588872,-0.19867700258397936 +34011,NJ,Cumberland,43495.1454639527,-7.660470827014865,0.27721924730686626,9833.77871488741,0.06267625281958604,37,0.235086315,148,0.962307457232586,100,0.635368418,4557,469930,886.2,30172,27045,49472,53018,0.6098803363518758,0.5101097740390056,2832,0.23053444372574383,0.05341582104191028 +34013,NJ,Essex,60746.2433329843,-11.513057136428538,0.07748551707144581,14703.1468538276,0.018754755422507267,382,0.480066556,607.25,0.762001922415718,552,0.69370874,17344,2383331,699.9,217950,231031,281633,299808,0.7738794814528127,0.7705965151029992,168972,0.5551728668160336,0.5636007044508485 +34015,NJ,Gloucester,126082.686589826,-0.20603647266604252,0.43734975645821533,31055.415122426,0.1077235789294941,41,0.140917199,181.916666666667,0.622298999988598,171,0.58772783,7632,872300,785.9,72960,66355,133568,138388,0.5462386200287495,0.47948521548111106,594,0.10515243172017252,-0.004292279677428679 +34017,NJ,Hudson,3518.52279944229,64.81411333889842,0.0055473930487244935,620.25706445553806,9.77913153874775e-4,269,0.402023568,665.416666666667,0.98146512031521,506,0.756222772,11323,2007903,634.9,136239,149980,176104,201425,0.7736280834052606,0.7445947623184809,104365,0.5573808658519965,0.5181333002358198 +34019,NJ,Hunterdon,26419.3251229079,-6.396597166488798,0.2058397425995364,6909.44087753856,0.05383322719724003,26,0.206239539,35.9166666666667,0.28808003678869,99,0.785296707,2661,377550,563.1,25148,28797,62821,70582,0.4003119975804269,0.40799353942931627,9768,-0.188328743573009,-0.13839222464651046 +34021,NJ,Mercer,98077.2510733101,-4.462943278284965,0.26759555888415965,21090.3059211454,0.05754313195206009,130,0.349897857,277.166666666667,0.747033652001807,280,0.753626153,8668,1113983,677.4,94300,93721,139064,141332,0.6781050451590634,0.6631265389296126,51117,0.36778030259448885,0.3616802988707441 +34023,NJ,Middlesex,195555.640677014,-16.403006606226654,0.2414690484961734,43996.3943688881,0.05432606008570404,222,0.265455933,430.166666666667,0.513893849958924,655,0.783214576,17195,2509346,617,179515,164887,285232,282668,0.6293648678970102,0.5833238994155688,55906,0.2701064396701633,0.19777972745411582 +34025,NJ,Monmouth,203678.681197803,-6.157157241763361,0.32310460547257686,50989.3852408064,0.08088674329897268,162,0.25743748,337.333333333333,0.539003737873747,530,0.842233731,15997,1887037,667.3,125471,135825,268943,311474,0.46653380084255774,0.4360717106403745,29480,-0.05542066534544493,-0.09464674419052638 +34027,NJ,Morris,169587.939427727,-10.215842528117161,0.3444976790006561,42208.187519852,0.08574090047016714,105,0.210114723,163.833333333333,0.328703397181377,413,0.826451242,11258,1497817,586.9,90313,114437,206580,248848,0.4371817213670249,0.45986706744679484,10939,-0.11594539645657859,-0.04395856104931528 +34029,NJ,Ocean,248325.574734745,-11.7587777557883,0.430696822285606,49746.7937432318,0.08628102847237494,104,0.177383289,326.166666666667,0.550495051733033,411,0.701005115,21287,1757727,731,96500,81845,237432,259592,0.4064321574177028,0.3152832136583562,88258,-0.17728865527814275,-0.3399873647878209 +34031,NJ,Passaic,66349.5434788064,-1.6229876077390781,0.13237450467215667,14329.9467267632,0.02858979128529486,245,0.481472165,493.416666666667,0.971397821942664,331,0.650478721,11014,1528285,673.9,104057,112608,164629,189099,0.6320696839560467,0.595497596497073,41120,0.27258866906802576,0.21745223401498692 +34033,NJ,Salem,9644.4878443667,11.7108186716238,0.14594506672467503,2094.53945755999,0.03169558672517879,14,0.216333153,47.6666666666667,0.751413498118839,34,0.525380515,2132,193912,825.2,14456,11766,29116,29220,0.49649677153455146,0.4026694045174538,4490,0.00831158126116227,-0.1536618754277892 +34035,NJ,Somerset,113036.404242969,-15.208681713232114,0.34947751154131473,30718.0910811947,0.09497189955972192,74,0.222510885,133.75,0.400747862927752,263,0.790815713,6968,997532,584.8,70168,83839,134932,154249,0.5200249014318323,0.543530265998483,19199,0.05194468324785817,0.12446758163748228 +34037,NJ,Sussex,56289.7552100165,5.23829765530195,0.37711288788407527,13850.7595602213,0.09279308317570295,31,0.213927361,59.3333333333333,0.41630999658532297,75,0.517566197,3507,434503,715.1,23406,24132,61704,73860,0.3793271100739012,0.32672623883021934,22354,-0.2237942434850253,-0.3026536691037097 +34039,NJ,Union,50012.2176203212,-23.907728691802056,0.09321959150030326,12781.7819610659,0.02382442830474223,163,0.294788394,346.166666666667,0.623016515786885,366,0.661917499,11753,1658175,636.8,134220,145412,202353,219385,0.6632963188092097,0.6628165097887275,77830,0.3348751933502345,0.35476445518153016 +34041,NJ,Warren,29846.1479627802,-8.749744483914085,0.2745937876088415,6879.77375062845,0.06329604525290224,28,0.261885388,52.3333333333333,0.490853553685935,75,0.701478717,2889,320445,706.4,17869,16991,43312,48442,0.4125646472109346,0.3507493497378308,12402,-0.157600664942741,-0.25601750547045954 +35001,NM,Bernalillo,129353.812149339,-4.969015772828475,0.19523217704152207,34032.4590011245,0.05136478740336707,75,0.111020485,398.25,0.58829785819695,558,0.825992412,16064,2027274,723.7,147183,141960,264942,269861,0.5555291346785334,0.5260485953879961,48086,0.1620769828868205,0.178188030134032 +35003,NM,Catron,3725.00002130824,2.6857561509459067e-13,1.0000000057203329,590.000001546517,0.15838926216013877,2,0.562429696,9.41666666666667,2.68434055492208,0,0,110,10564,572.3,557,426,2100,2024,0.2652380952380952,0.21047430830039526,1027,-0.4366666666666667,-0.5074110671936759 +35005,NM,Chaves,16396.3106349179,-7.144554046823237,0.2497724218892208,5018.509505676761,0.07644922698875406,7,0.106257021,60.0833333333333,0.920366001858603,42,0.637542123,1935,197590,858.2,6621,5530,20498,20159,0.3230071226461118,0.27431916265687784,7339,-0.3244218948190067,-0.36405575673396495 +35006,NM,Cibola,9981.47532581148,10.551244688442656,0.3667907002466277,2661.34863674553,0.09779695868686032,3,0.109693225,22.1666666666667,0.806441833108985,14,0.511901715,782,82062,892.1,4907,3721,8154,7975,0.6017905322541084,0.46658307210031347,542,0.2380426784400294,0.06796238244514108 +35007,NM,Colfax,7836.80373955797,11.211392004962084,0.5699493628769433,1588.31826310029,0.11551405549820291,3,0.23659306,13.25,1.08136782828695,16,1.261829653,466,38144,808.4,2879,2118,5896,5271,0.48829715061058343,0.40182128628343766,451,0.019674355495250984,-0.0855625118573326 +35009,NM,Curry,18651.2581991276,11.41132479770816,0.3855477550671324,5503.07315132857,0.11375626656458927,4,0.078479076,45,0.894988066825776,34,0.667072142,1191,152084,838.6,3956,2776,13450,11292,0.2941263940520446,0.24583776124690046,4784,-0.3861710037174721,-0.42366277010272757 +35011,NM,De Baca,346.100656242307,-82.88325146040401,0.1711674857775999,67.2438010261168,0.03325608359352957,1,0.547945205,3.41666666666667,1.90555865402491,1,0.547945205,99,5544,1232.6,287,192,900,903,0.3188888888888889,0.21262458471760798,425,-0.3322222222222222,-0.47065337763012177 +35013,NM,Doña Ana,82862.8192413503,-6.08269771895971,0.39603131074615516,23357.5146995607,0.11163399033403287,21,0.098279638,131.833333333333,0.615448296896616,126,0.58967783,4514,642405,670.9,36778,37543,65712,69324,0.5596846846846847,0.5415584790260227,12448,0.14898344290236182,0.17956263343142342 +35015,NM,Eddy,19559.4866689798,-0.19579063282625744,0.3633633667536049,5071.25908810427,0.09421053870783908,6,0.106392411,46.0833333333333,0.799766288910872,37,0.656086532,1713,169738,913.8,6110,5008,19195,19523,0.3183120604324043,0.2565179531834247,8116,-0.3352956499088304,-0.41571479793064586 +35017,NM,Grant,10179.4452399077,0.9873167035655958,0.3449022579083723,2199.55640685235,0.07452586592303144,5,0.171844927,25.6666666666667,0.907590759075908,22,0.756117679,1002,86868,730.9,7009,6226,12744,12633,0.5499843063402385,0.49283622259162513,975,0.13520087884494664,0.07717881738304444 +35019,NM,Guadalupe,1792.04284187637,-0.44820578117604987,0.38234325621428844,318.174820248531,0.06788453600352698,0,0,11.25,2.57084095063985,1,0.223813787,129,13368,761.6,1388,962,1978,1809,0.7017189079878665,0.5317855168601437,371,0.43983822042467136,0.205085682697623 +35021,NM,Harding,660.784583562518,-4.923081347529767,0.9507691849820403,85.6290428317621,0.123207255873039,1,1.464128843,1.66666666666667,2.5062656641604,0,0,22,2061,454,260,156,600,527,0.43333333333333335,0.29601518026565465,155,-0.10999999999999999,-0.2941176470588235 +35023,NM,Hidalgo,1781.05926410434,17.863798977750093,0.3639271074998651,429.962930085239,0.08785511444324459,2,0.438596491,7.25,1.68526266852627,3,0.657894737,157,13584,833.7,994,780,1929,1836,0.5152928978745464,0.42483660130718953,126,0.051321928460342114,-0.06862745098039219 +35025,NM,Lea,10436.4714298569,7.154940286164749,0.1612382997799512,2927.71581068812,0.04523175507420582,9,0.128573265,63.5833333333333,0.911602077927043,44,0.628580408,1595,209408,873.5,4068,3877,16933,17369,0.24024094962499262,0.22321377166215672,8429,-0.49678143270536823,-0.4852898842765847 +35027,NM,Lincoln,7113.10463841906,-12.266592782917227,0.3470314991666615,1377.74986223969,0.06721714700881544,3,0.152237897,23.5833333333333,1.21382126374663,20,1.014919314,615,59063,649.6,2931,2329,9209,8856,0.31827559995656424,0.2629855465221319,3560,-0.3267455749809968,-0.4019873532068654 +35028,NM,Los Alamos,7644.73970065638,5.3359033100996625,0.4258907911229181,1986.42537583434,0.11066436634174596,3,0.169664065,4.33333333333333,0.238790617365588,10,0.565546884,365,53351,515.1,5191,5443,10654,10430,0.48723484137413176,0.5218600191754554,2114,0.037075276891308406,0.20268456375838928 +35029,NM,Luna,6419.39636537311,-11.79830703828811,0.2558038001742622,1579.80164630025,0.06295284504085476,2,0.081060268,25.3333333333333,1.03612815269257,19,0.770072549,918,73807,886.2,3573,3195,7472,7245,0.4781852248394004,0.4409937888198758,283,-0.010840471092077086,-0.039061421670117336 +35031,NM,McKinley,43211.250844897,10.159300091802262,0.6044207861704386,13573.4017493104,0.18985902967199686,12,0.161947691,77,1.02772179437556,50,0.674782045,1747,223784,925.8,15363,13162,21313,20791,0.7208276638671234,0.633062382761772,8269,0.46652277952423404,0.3977201673801164 +35033,NM,Mora,1200.13561936258,-25.00051908476431,0.24587904514701495,243.255604413087,0.04983724737002397,1,0.217770035,2.08333333333333,0.46255180580225,1,0.217770035,138,13846,738.3,1952,1533,2604,2429,0.7496159754224271,0.6311239193083573,871,0.522657450076805,0.35858377933305885 +35035,NM,Otero,21183.9309929899,-28.708682454047086,0.33205214967772617,5371.42929399802,0.08419564076677616,7,0.107556621,39.3333333333333,0.601335167915201,33,0.507052641,1792,195094,783.9,6715,6033,19643,19636,0.34185205925775086,0.3072418007740884,5723,-0.28020159853382887,-0.2914544713790996 +35037,NM,Quay,1568.90580563082,-44.22509613736553,0.17353233111722374,325.847709898758,0.03604111380364539,2,0.235266439,12.3333333333333,1.47439729029687,8,0.941065757,348,25600,899.5,1382,1016,3696,3550,0.3739177489177489,0.28619718309859155,1192,-0.21969696969696967,-0.3357746478873239 +35039,NM,Rio Arriba,20049.4451023798,-6.21219616054016,0.49817236749937377,4489.98441772269,0.1115634949491301,4,0.100560625,35.5,0.886613386613387,20,0.502803127,1190,119178,894.1,11389,9534,15239,14767,0.7473587505741847,0.6456287668449923,5951,0.5260187676356716,0.4029931604252726 +35041,NM,Roosevelt,5909.29128266766,29.550622698988484,0.2977572953072488,1695.91890171095,0.08545394042683413,1,0.0511876,15.3333333333333,0.803549592984663,8,0.40950041,430,58743,736.6,1719,1445,5949,5855,0.28895612708018154,0.24679760888129804,2420,-0.38880484114977304,-0.41332194705380015 +35043,NM,Sandoval,47091.0662094435,-18.51482873733686,0.3579409263341226,12855.7464729557,0.09771700179350795,13,0.094471252,64.1666666666667,0.451798392301825,63,0.45782222,3024,413576,682.4,26831,27405,53361,60597,0.502820411911321,0.45225011139165305,1657,0.050729933846816955,0.02734458801590839 +35045,NM,San Juan,46633.102799689,15.663876691437759,0.358594804832895,13875.1481434969,0.10669579637274229,9,0.072706709,91.6666666666667,0.796554251137624,94,0.759381185,2878,369291,763.9,15688,12826,45994,45476,0.3410879679958255,0.28203887764974933,15053,-0.28462408140192197,-0.3310097633916791 +35047,NM,San Miguel,14598.9334994339,58.47246106288013,0.4966806212170891,3236.47856295823,0.11011052165339469,3,0.106236057,26,0.936599423631124,15,0.531180283,832,84970,780.8,8754,7249,11388,10662,0.7687038988408852,0.6798912024010505,4947,0.5684053389532842,0.4639842431063591 +35049,NM,Santa Fe,42392.9059495222,-7.984758685917461,0.294048040157607,10084.357635657,0.0699476842315114,28,0.188979779,75.4166666666667,0.50734045964485,109,0.735671283,3392,443817,603,49668,49956,67624,70082,0.7344729681769786,0.7128221226563168,35758,0.5105140186915889,0.5102308724066094 +35051,NM,Sierra,5360.09072188475,1.0749665760825977,0.447121348171901,945.6271945426,0.07888114735924258,2,0.176600442,11.5833333333333,1.03505793345843,6,0.529801325,735,34171,1051.2,1963,1600,5101,5129,0.3848265046069398,0.31195164749463833,1398,-0.18917859243285629,-0.2725677519984402 +35053,NM,Socorro,6777.20976607264,12.268097997650713,0.37933559644423154,1737.17782867162,0.09723373047529497,2,0.11554015,15.5,0.910318905268104,11,0.635470826,500,52130,833,3983,3275,7087,6756,0.5620149569634542,0.48475429248075785,683,0.18131790602511638,0.10109532267613974 +35055,NM,Taos,12894.298265304,-12.442489254044839,0.39148368902158664,2718.23328607845,0.08252825958886509,7,0.211582638,31.1666666666667,0.942587832047986,26,0.78587837,846,98940,607.9,11855,10550,15188,15072,0.780550434553595,0.6999734607218684,7844,0.6021200948116935,0.5204352441613589 +35057,NM,Torrance,6509.93593775629,67.3115698777341,0.39735921001991636,1525.44203537643,0.09311127604080022,2,0.128114791,11.0833333333333,0.724306190911863,7,0.448401768,460,46774,815.7,2414,1770,6376,6250,0.3786072772898369,0.2832,1925,-0.17361982434127976,-0.30799999999999994 +35059,NM,Union,1219.74276389067,0.011619168350778959,0.26813426333054957,266.480223562778,0.05857995681749352,1,0.232720503,5,1.1953143676787,3,0.698161508,149,12838,806.2,471,318,1753,1688,0.26868225898459785,0.18838862559241706,896,-0.4335424985738734,-0.5308056872037914 +35061,NM,Valencia,40236.4083725155,15.264275081422573,0.5254921492054944,10517.2767747697,0.13735685166019798,8,0.105517232,57,0.753709041863909,48,0.633103394,1931,227899,776.3,13473,10810,27647,27350,0.48732231345173077,0.39524680073126145,2365,0.024776648460954176,-0.08647166361974401 +36001,NY,Albany,82347.2064876073,-1.562231338154966,0.2706973165625938,17283.3341582345,0.056814947069185474,104,0.337474973,262.166666666667,0.848858870332356,324,1.05136434,7932,925886,681.6,80891,74775,125531,125644,0.6443906286096661,0.5951338703002133,30548,0.30958090033537533,0.24313138709369325 +36003,NY,Allegany,3774.19591273794,-1.2636345399028446,0.07710938407097495,311.60965416156,0.0063663967262199165,13,0.272331155,46.8333333333333,0.994824082531455,18,0.377073906,1425,143269,767.2,5658,4473,15601,17111,0.3626690596756618,0.26141078838174275,7239,-0.25325299660278183,-0.4230611887090176 +36005,NY,Bronx,7135.33247345313,-42.741832840324165,0.005151462899249105,207.236312596127,1.4961743964811913e-4,1255,0.872643428,1924.25,1.32185447750941,934,0.64944140400000006,27836,4326324,684.7,288378,318403,316047,358857,0.9124528946644012,0.8872698595819505,283979,0.8292247672023465,0.7913430698021775 +36007,NY,Broome,25725.7871033299,-36.462566838766286,0.12824420290792574,5090.53991505385,0.02537656986567223,43,0.217888107,191.833333333333,0.982078559458842,155,0.785410618,6364,592305,752.2,38315,35212,75244,77657,0.5092100366806656,0.4534298260298492,2865,0.04567806070915953,-0.036893003850264616 +36009,NY,Cattaraugus,5913.05651238767,48.68700583772665,0.07362148128525306,1343.45933105393,0.016726961054993713,20,0.254452926,55.5,0.714497212817179,49,0.623409669,2494,235576,812.1,11695,8717,27608,28961,0.4236090988119386,0.30099098788025275,9951,-0.13441756012749922,-0.34360001381167776 +36011,NY,Cayuga,5281.48807524471,-12.162437795024484,0.06599715186620235,1113.65455487854,0.01391615918424687,11,0.139553176,52.5,0.67427852198148,53,0.672392576,2261,236379,702.2,14162,12202,26073,30124,0.5431672611513827,0.40505908909839333,3992,0.1076592643731063,-0.1325189217899349 +36013,NY,Chautauqua,23905.6527519132,53.895508655646054,0.17720360810876692,4215.90398379841,0.03125090977946266,30,0.22718151,108.75,0.839742401779096,97,0.73455355,4403,395543,786.5,21815,17281,48434,49381,0.45040673906759715,0.34995241084627693,12137,-0.08217367964652927,-0.24578279095198552 +36015,NY,Chemung,20269.9153646271,-3.6075320393806134,0.22818772221802433,4003.68354190609,0.04507129958241686,15,0.170901219,79.4166666666667,0.920004942733795,62,0.706391706,2871,263063,796.6,15285,12394,31981,33195,0.4779400268909665,0.3733694833559271,6631,-0.028829617585441336,-0.19975899984937484 +36017,NY,Chenango,2091.21887755395,159.43755746772442,0.041429143521880256,484.415338102966,0.009596753731461181,11,0.222554931,50.25,1.03439757920089,26,0.526038927,1708,147656,809.5,8340,5943,17655,18113,0.4723874256584537,0.3281068845580522,5081,-0.03358821863494754,-0.2805167559211616 +36019,NY,Clinton,22135.8140710685,13.815188428021536,0.2695282251006782,4233.57500292147,0.05154849750294016,20,0.24500196,92.3333333333333,1.13889128727608,44,0.539004312,2132,244710,745.2,17123,13446,27622,28378,0.6199044240098472,0.4738177461413771,265,0.25591919484468906,0.00933821974769189 +36021,NY,Columbia,9257.44622817276,-2.2092214264351573,0.14672001756328057,2009.15598199652,0.031842842367131356,22,0.35414185,63.9166666666667,1.04800319183241,37,0.595602202,2075,185786,733.7,14244,13123,26008,27255,0.5476776376499538,0.48148963492937075,367,0.11727160873577358,0.013465419189139571 +36023,NY,Cortland,5288.57551070872,9.302067237782653,0.10719506061919734,1296.9236132583,0.026287571210846038,7,0.142787206,43.5833333333333,0.906663892933916,42,0.856723238,1306,146501,767,9445,7976,17698,18424,0.5336761215956606,0.43291359096830223,1231,0.08808904961012548,-0.06681502388189314 +36025,NY,Delaware,1158.04770760385,-15.003536730184866,0.024136050596161945,215.060172936679,0.004482287889468091,12,0.257615766,53.75,1.18072183291962,26,0.558167493,1579,139526,729.5,7469,5825,16916,17778,0.44153464175928114,0.32765215434807066,5187,-0.09553085835895014,-0.2917651029362133 +36027,NY,Dutchess,101583.1936827,-4.60550656140583,0.3414698867944253,21998.6157607834,0.07394790969983125,94,0.316947592,167.083333333333,0.567397803307377,244,0.822715027,7128,889097,653.2,59885,56874,114142,120199,0.5246535017784865,0.4731653341541943,1289,0.0662770934450071,-0.010723882894200454 +36029,NY,Erie,192723.897612255,-19.042048137368138,0.20970131616932344,42047.9492654388,0.04575203393262404,303,0.328336051,814.5,0.884320652822986,770,0.834385345,29283,2767565,788.5,220184,192065,386665,383248,0.5694438338096285,0.5011506909364172,18248,0.1564817089728835,0.04761407756857183 +36031,NY,Essex,3663.83938175828,-5.630433088743109,0.09306170642007315,469.684189225314,0.011930002266327509,18,0.465368805,41.8333333333333,1.09793011740416,23,0.594637917,1276,115963,694.1,8835,6760,15577,15079,0.5671823842845221,0.44830559055640296,515,0.15022148038775118,-0.03415345845215201 +36033,NY,Franklin,11850.9408443397,32.04394387620258,0.22967384725168516,1894.9259508561,0.03672408284765402,13,0.253599157,55.5,1.10099387014224,23,0.448675432,1350,153042,769.3,9065,6517,14537,15148,0.6235812065763224,0.4302218114602588,1119,0.26257136960858496,-0.07387113810404017 +36035,NY,Fulton,5405.61669763265,-0.9953685683678822,0.09734412666137203,1136.03480824529,0.020457668838041634,11,0.203308382,48.6666666666667,0.904114339501127,41,0.757785787,1776,162711,781.5,7916,5805,18040,19563,0.43880266075388025,0.29673362981137863,6954,-0.10504434589800443,-0.3554669529213311 +36037,NY,Genesee,2345.52600572072,-23.6152566075812,0.03904069651160506,567.953421499289,0.009453443324610745,10,0.169027416,43.4166666666667,0.742393670987084,38,0.642304182,1813,177423,727.1,8886,6946,23079,24463,0.38502534771870534,0.28393900993336874,9040,-0.2086312231899129,-0.36953766913297637 +36039,NY,Greene,10461.2625599939,66.0775149624908,0.21253657097567907,1673.00308349804,0.03398961994876252,13,0.271019659,52.8333333333333,1.11209340181303,39,0.813058978,1549,143897,740.6,7911,6370,18263,18869,0.4331708919673657,0.33759075732683236,5176,-0.11082516563543776,-0.2743123641952409 +36041,NY,Hamilton,2591.58381163321,94.84220608144965,0.5358940884270492,382.672336284622,0.07912992892568693,4,0.84835631,4,0.880669308674593,4,0.84835631,189,14176,751.1,955,752,2655,2688,0.35969868173258,0.27976190476190477,1043,-0.2625235404896422,-0.38802083333333337 +36043,NY,Herkimer,12105.7773678481,47.81355388598475,0.1876311996132628,2609.9844059136,0.04045295813502379,13,0.203940763,50.0833333333333,0.799887137388934,50,0.78438755,2133,190996,769.3,10433,7289,23290,24261,0.4479604980678403,0.30044103705535635,8375,-0.08398454272219841,-0.34520423725320476 +36045,NY,Jefferson,19598.4719288024,16.20025893001244,0.16861946612981613,5874.23127503622,0.05054015155457089,31,0.260278918,101.5,0.890304019086715,101,0.848005508,2670,355791,774.1,15345,12289,32051,34263,0.4787682131602758,0.35866678341067626,7658,-0.029141056441296664,-0.22350640632752528 +36047,NY,Kings,393.244690902531,0,1.5700271126383637e-4,83.6311919089057,3.3389704119817026e-5,2429,0.926465209,3267.25,1.24270201395888,1994,0.76054822,47413,7857553,602.7,503291,595086,618035,746295,0.8143406117776502,0.7973870922356441,461433,0.6385738671758072,0.6182983940666894 +36049,NY,Lewis,4491.42986515639,13.209362169322828,0.1658149616109717,1002.03689659505,0.03699327709214937,3,0.110213079,26.75,0.99571933742788,13,0.477590007,728,81283,680.8,4263,2828,9481,10312,0.449636114333931,0.2742435996896819,4088,-0.08648876700769959,-0.39643134212567877 +36051,NY,Livingston,11527.1855732603,3.531610220403275,0.1762755275528008,1528.97985461116,0.02338139945576988,15,0.232248475,49.8333333333333,0.77553158929507,47,0.727711888,1588,194244,659.3,10889,10478,24606,31363,0.4425343412175892,0.3340879380161337,8733,-0.09432658701129809,-0.2784491279533208 +36053,NY,Madison,14169.444672566,32.50475599282028,0.19293380725696468,2738.88950106566,0.0372932314079908,12,0.165816855,49.25,0.690462504731596,42,0.580358993,1821,216665,698.9,12698,10548,25865,27392,0.4909336941813261,0.3850759345794392,4353,0.0033636187898704595,-0.15891501168224298 +36055,NY,Monroe,221677.783921866,-11.997590496885362,0.29781631063307556,49128.2947260874,0.06600213708458375,191,0.254715232,564.5,0.754954682658243,550,0.733473182,19536,2250376,684.6,178491,174063,308925,320164,0.5777810148094198,0.543668245024425,45192,0.1738998138706806,0.14115265926212817 +36057,NY,Montgomery,10531.0560491818,-52.3835702067901,0.20970262349273783,2317.07507243905,0.04613941082934845,11,0.220976717,57.1666666666667,1.16013204535,37,0.743285321,1770,149142,817.3,7881,5961,16784,17438,0.4695543374642517,0.34183966051152653,4618,-0.04414918970448045,-0.26482394770042433 +36059,NY,Nassau,70134.5250756211,-6.379346457301758,0.052357483864231016,16154.6732003962,0.012059938247385058,558,0.410708752,601.083333333334,0.441486106010528,1290,0.949487976,32362,4074865,571.1,243649,307326,460824,599649,0.5287246323976181,0.5125098182436726,31847,0.06676518584101515,0.053109402333698597 +36061,NY,New York,2,0,1.2611350341420783e-06,0,0,1342,0.820159045,1325.91666666667,0.806649169918409,2553,1.560257855,30098,4912859,529.6,417861,515481,496293,591368,0.8419643234943874,0.8716755049309398,456546,0.6962842514401775,0.7720167476089339 +36063,NY,Niagara,37906.4053229453,-21.48038984530664,0.17511239633825304,7823.95477418199,0.03614353452079508,32,0.149865355,176.5,0.833498616345073,134,0.627561176,7100,640315,808.9,40862,32888,82720,86e3,0.4939796905222437,0.3824186046511628,16335,0.005621373307543531,-0.18994186046511624 +36065,NY,Oneida,38017.7392512735,-17.471593887045874,0.16186164413556614,7598.37467786852,0.03235030389337665,65,0.279124494,239.583333333333,1.03630491514916,162,0.695664123,7530,699532,758.1,37388,30749,80429,83876,0.46485720324758484,0.36660069626591635,17741,-0.05285407004936027,-0.21151461681529876 +36067,NY,Onondaga,94832.3512924664,-22.405280158769653,0.2030558283531675,22585.5606189694,0.04836039239564693,121,0.258438774,417.25,0.895013663839517,428,0.914147067,12768,1406223,714.2,112664,102915,188787,191962,0.5967783798672578,0.5361217324262093,24638,0.21112152849507643,0.12834831893812315 +36069,NY,Ontario,18408.8126399118,23.29385495822178,0.17056093837647943,4650.57637949252,0.04308842111619942,19,0.173188584,71.9166666666667,0.654811766276966,87,0.793021412,3095,328406,686,21285,20233,44144,47664,0.4821719826023922,0.4244922792883518,4110,-0.016151685393258397,-0.08622860020140982 +36071,NY,Orange,98797.1873118048,-4.206642014632075,0.2650046734201994,23114.929644839,0.06200140457773468,112,0.297793932,250.416666666667,0.660364090257817,300,0.797662318,7993,1128599,705,67709,63037,130494,140753,0.5188667678207427,0.4478554631162391,9092,0.05153493647217494,-0.06459542602999585 +36073,NY,Orleans,5258.36829706749,-24.464705274598348,0.1226212787600562,1177.3956151301,0.027455999233498122,7,0.166730183,27.5833333333333,0.667134265305793,18,0.428734756,1276,125849,810.2,5411,4327,13756,16722,0.3933556266356499,0.2587609137662959,7255,-0.1937336435010178,-0.4338595861739027 +36075,NY,Oswego,13036.6221465298,33.80373607404511,0.10676217270250186,2460.14695179571,0.020147138636756587,23,0.190219414,99.1666666666667,0.83342437969414,94,0.777418474,3220,362320,804.4,21733,15614,41133,44122,0.5283592249532006,0.35388241693486244,10256,0.07852575790727645,-0.23244639862200256 +36077,NY,Otsego,17994.8902131254,41.28318626464725,0.2890327537083056,2851.40831851207,0.04579913455905283,18,0.294464075,59.4166666666667,0.988679412727202,38,0.621646381,1772,183183,691.2,10975,9285,21938,23024,0.5002734980399307,0.40327484364141764,2999,0.02042118698149331,-0.13025538568450312 +36079,NY,Putnam,36524.8014488621,-6.60661901319418,0.3663103144003821,8732.2412946164,0.08757638446110119,35,0.351804758,25.5,0.25783619817998,73,0.73376421,2090,297890,622.6,17851,17363,40883,44186,0.4366362546779835,0.3929525188973883,7878,-0.11214930411173352,-0.1782917666229123 +36081,NY,Queens,7788.80659542559,4.533494717500157,0.003491607916820469,1870.09371401527,8.383356213886221e-4,1573,0.677555803,1924.91666666666,0.825063057548888,1960,0.844252621,42935,6964481,549.3,399970,473389,507722,627021,0.7877736241486483,0.7549810931372315,334839,0.5845265716277805,0.5340156071327755 +36083,NY,Rensselaer,33259.4817139691,-11.115192527692809,0.2086162599901467,7205.76751109027,0.045197344969172916,39,0.244094784,130.583333333333,0.815788925678349,99,0.619625221,4484,480133,774.3,34713,30039,63332,65991,0.5481115391902988,0.45519843615038413,1894,0.11799722099412618,-0.028700883453804338 +36085,NY,Richmond,4248.67850058249,-81.47777144561688,0.009064234208568878,802.54380960004,0.00171216651291797,233,0.492310033,365.166666666667,0.767132688395674,316,0.667682276,10925,1420429,675.6,67524,67561,135283,167209,0.4991314503670084,0.40405121733877963,28051,0.008160670594235753,-0.16776010860659413 +36087,NY,Rockland,62648.3454946765,-32.42064773662613,0.2009976209937421,16654.4850119903,0.053433364278876884,106,0.327295857,154.416666666667,0.472540139135402,256,0.790450371,6323,969858,547.9,60446,63454,114500,123943,0.5279126637554585,0.5119611434288343,6306,0.06558951965065501,0.050878226281435845 +36089,NY,St. Lawrence,19449.9411863042,21.69400283969905,0.17374706269477774,4699.19589399162,0.04197809524397575,27,0.242369838,108.25,0.983751067812938,53,0.475763016,2885,334982,728.8,19574,14659,34023,35154,0.5753166975281427,0.4169937987142288,3791,0.16635805190606356,-0.10783979063548954 +36091,NY,Saratoga,59804.5887255737,-7.637765776534658,0.27232551205368544,15108.4803517668,0.06879780859338182,26,0.115596143,152.833333333333,0.673117436604376,167,0.742482916,5211,675174,637.7,48876,46546,97502,104089,0.5012820249841029,0.4471750136902074,4542,0.020994441139668918,-0.043635734803869786 +36093,NY,Schenectady,36038.226077371,-35.220267893640084,0.23291491515618476,7985.26508838088,0.05160873724935453,46,0.295373551,162.583333333333,1.05195844359756,122,0.783382027,4646,464435,751.7,33777,30870,59614,61629,0.5665950951118864,0.5009005500657158,3602,0.15380615291709998,0.058446510571321886 +36095,NY,Schoharie,7231.73697976763,83.84468205600814,0.22082313902005038,1235.8692118512,0.03773761677764817,1,0.0316797,29.3333333333333,0.936658470905046,12,0.380155864,885,94835,699.3,4862,3777,11943,12673,0.4071003935359625,0.29803519292985087,4396,-0.1663736079711965,-0.34687919198295586 +36097,NY,Schuyler,1349.97469257141,10.511364370453109,0.07359617797369078,275.746142044089,0.015032772286108545,1,0.0541155,12.8333333333333,0.70906311582592,11,0.595270307,546,54979,720.5,3354,2761,7464,8423,0.44935691318327975,0.32779294788080254,2418,-0.0787781350482315,-0.28707111480470143 +36099,NY,Seneca,5344.35122490581,226.0402823282015,0.1516084997562001,1093.11247782115,0.03100940335936995,7,0.200665061,27,0.776375190499468,20,0.573328747,1048,104981,736.6,6526,5175,12148,12727,0.5372077708264735,0.4066158560540583,1544,0.0922785643727363,-0.12131688536182922 +36101,NY,Steuben,8214.43328382872,-27.622263112030822,0.08298245564025367,1886.49727944798,0.019057453070491767,27,0.274406976,87.4166666666667,0.901760539165119,46,0.467508181,3020,294944,760.8,14586,11215,35659,38373,0.4090411957710536,0.2922627889401402,13876,-0.16374547799994388,-0.3616084225887994 +36103,NY,Suffolk,380951.607554899,-16.006279623773526,0.2550986758327914,91481.2025539026,0.06125905015830355,511,0.339993932,672.166666666667,0.450337881824104,1314,0.874270111,35463,4506217,651.4,274830,276953,540653,625720,0.5083297419971775,0.44261490762641437,51450,0.028635742333807446,-0.0822252764814933 +36105,NY,Sullivan,7201.66816479253,-33.553397186659154,0.09286843030410628,1924.20944228749,0.024813460769436472,28,0.368697576,88.1666666666667,1.17868299443412,57,0.750562922,2145,227576,777,13781,10983,25322,26509,0.5442303135613301,0.41431212041193555,3643,0.10398072822051974,-0.13742502546305035 +36107,NY,Tioga,7463.67482796145,-1.36122643075896,0.1459887496911775,1704.6821467719,0.033343416073778,12,0.240625627,36,0.7383100902379,24,0.481251253,1396,149593,699,8263,6852,19977,20556,0.41362566951994795,0.3333333333333333,5676,-0.1509235620964109,-0.2761237594862814 +36109,NY,Tompkins,14996.1762029687,-16.085806638650297,0.14765247728495037,1988.56378574088,0.019579415794384623,20,0.191038389,62.3333333333333,0.594381033205875,74,0.70684204,2039,314020,657.2,24447,25555,35825,37747,0.682400558269365,0.6770074443002093,15908,0.3976273551988835,0.42143746522902487 +36111,NY,Ulster,48039.5303095164,2.655946609801153,0.26324039995789644,10639.9862245142,0.058303530680706664,49,0.271550888,145,0.809038917561724,155,0.858987503,5050,541984,692.9,43164,40010,72193,77134,0.5978973030626238,0.5187077034770659,7048,0.21919022619921597,0.09137345398916169 +36113,NY,Warren,12857.916732133,13.342569047991304,0.19568564585406423,3047.13535752011,0.04637459262361864,28,0.43094824,72.5833333333333,1.12415527023609,71,1.092761609,2110,194788,720.2,13112,11366,26220,27568,0.5000762776506483,0.4122896111433546,2918,0.02063310450038136,-0.10584735925710975 +36115,NY,Washington,6988.80266440568,-9.138582228261145,0.11055433220079854,1533.73906670447,0.024261880959005156,10,0.160328352,49.25,0.796925566343042,33,0.529083563,1833,187376,738.4,10596,8238,21263,22401,0.49833043314678077,0.367751439667872,4532,0.01608427785354838,-0.20231239676800145 +36117,NY,Wayne,13063.0667459251,-5.325164801745384,0.13930668798708676,3560.96640557526,0.03797473025610267,14,0.152089603,70.1666666666667,0.772777667643193,65,0.706130297,2525,275794,739.2,15136,12378,34127,36598,0.44351979371172384,0.3382152030165583,9557,-0.09315204969672114,-0.26113448822340024 +36119,NY,Westchester,140483.706795727,-1.0887666865995194,0.1480157861031584,36342.0237308661,0.038290513069430196,481,0.494533401,529.166666666666,0.542990108857973,768,0.789608424,21424,2917726,551.6,171908,245670,284731,378506,0.6037558256740573,0.6490517983862871,124027,0.22196740080988725,0.3276751227193228 +36121,NY,Wyoming,9630.64091607021,22.04260071620423,0.22845785591436862,1343.40949110843,0.031868330947893014,8,0.19423133,20.5833333333333,0.50460477392889,24,0.582693989,1122,123592,794.7,5224,3585,15230,16280,0.34300722258699934,0.2202088452088452,8299,-0.2956007879185818,-0.5097665847665848 +36123,NY,Yates,521.934381927887,-7.985809607435225,0.020590752009148137,46.8388174791362,0.0018478308931330362,10,0.39669946,19.3333333333333,0.775722558814482,14,0.555379245,763,75295,745,4021,3219,8437,8975,0.47659120540476474,0.35866295264623954,1961,-0.029512860021334575,-0.21849582172701948 +37001,NC,Alamance,34641.5386825955,-15.078604085740363,0.22921530779651758,8103.3119715152,0.05361780158614183,30,0.192564445,142.916666666667,0.894974366681696,126,0.808770669,4819,469519,821.3,28341,29268,66638,69264,0.4252978780875777,0.42255717255717257,8967,-0.14062546895164918,-0.12946119196119193 +37003,NC,Alexander,2429.19821149712,0.5562947991760588,0.06530453818745954,556.508178470747,0.014960701609515216,4,0.106974754,27,0.721385059313883,16,0.427899016,1121,111695,803.8,4591,3750,17060,18011,0.2691090269636577,0.20820609627449893,10076,-0.44642438452520516,-0.5594359002831603 +37005,NC,Alleghany,430.702622724602,6.942104628757106,0.03861072368665191,67.5586311593943,0.00605635420523481,3,0.27576064,10.6666666666667,0.983284169124877,4,0.367680853,382,32604,731.2,1574,1300,5025,5214,0.31323383084577117,0.24932873034138858,2489,-0.3590049751243781,-0.4773686229382432 +37007,NC,Anson,1766.95937301663,13.892536877601563,0.06556922120441702,445.553573882906,0.016533827144237272,3,0.116437027,33.8333333333333,1.32950854029131,14,0.543372793,938,77839,971.9,6894,5785,11072,10394,0.6226517341040463,0.5565710987107947,1305,0.2500903179190752,0.12555320377140655 +37009,NC,Ashe,1431.61524584081,3.648485276110104,0.05247664109969613,257.549595285726,0.009440621505286684,5,0.184325002,20.25,0.752117070271876,18,0.663570007,1026,81252,798.6,4100,3476,12486,13160,0.3283677719045331,0.2641337386018237,5877,-0.3289283998077847,-0.44658054711246203 +37011,NC,Avery,116.27070289175,NA,0.006533163055107602,20.1375317439088,0.0011315127124745068,4,0.225060485,16.6666666666667,0.951510999467154,10,0.562651213,568,53094,746.8,1861,1670,7657,8060,0.24304557920856731,0.20719602977667495,4556,-0.5024160898524227,-0.5652605459057072 +37013,NC,Beaufort,4947.30265529772,-29.315904153011434,0.10358890796075546,1126.54960826402,0.023588216006700725,10,0.210150257,52.5,1.1046585027143,33,0.69349585,1773,142604,871.1,9399,8699,23468,23599,0.40050281234020796,0.3686173142929785,5779,-0.1925600818135333,-0.2448832577651595 +37015,NC,Bertie,1172.94438730468,-37.4810272949445,0.05511438714898412,219.261024090278,0.010302651258823325,6,0.298418383,26.6666666666667,1.34313824250361,11,0.547100368,748,61032,858.3,6537,5837,9941,9380,0.6575797203500654,0.6222814498933902,2361,0.3188814002615431,0.25170575692963754 +37017,NC,Bladen,2280.85763948036,0.9290507606419043,0.06481550552658027,410.529074073105,0.01166607201117093,7,0.201979398,40,1.18550131887022,26,0.750209193,1229,103690,916.5,8277,7021,16351,15743,0.5062075714023607,0.4459759893285905,1490,0.020182251850039745,-0.09464523915390965 +37019,NC,Brunswick,16700.7249131067,-0.8568925134232904,0.1554553612375078,3186.8579735121,0.029664230748220718,20,0.168299169,113.083333333333,0.890749594994473,90,0.757346259,3863,357075,730.1,21932,23117,56985,67255,0.3848732122488374,0.3437216563824251,19323,-0.22207598490830915,-0.2873094937179392 +37021,NC,Buncombe,51501.1084515291,-12.848592376510085,0.2161024700254664,11100.703373381,0.046579374505412934,56,0.223518095,227.583333333333,0.888691907989962,220,0.878106802,7549,751093,738.4,70066,74937,126201,134507,0.5551936989405789,0.5571234210858914,19598,0.12390551580415365,0.14570245414736777 +37023,NC,Burke,26885.7810940907,6.7375185121583065,0.29573412854288433,5998.96654141257,0.06598652038688589,19,0.212323715,111.5,1.25490990534715,57,0.636971146,3054,267035,872.1,13577,10930,36116,37638,0.3759275667294274,0.2903980020192359,14811,-0.23623878613356963,-0.3935118762952335 +37025,NC,Cabarrus,40937.3216279922,2.8913957768464873,0.22997074129122472,11030.9026804327,0.061967533918874114,32,0.166577305,147.666666666667,0.732509879789011,145,0.754803413,4518,576168,812.7,32453,35048,82445,91002,0.3936321183819516,0.385134392650711,18176,-0.20221966159257682,-0.19973187402474674 +37027,NC,Caldwell,29875.2641730048,1.8603412505339818,0.35981722257289384,6914.85304920168,0.08328238385626323,12,0.147268175,91.5833333333333,1.12442550962361,52,0.638162093,2813,244611,932.1,10795,8403,34338,35747,0.31437474518026676,0.23506867709178392,18096,-0.3574465606616576,-0.506224298542535 +37029,NC,Camden,438.907615914522,17.345164140227052,0.04397871902951122,105.405146563604,0.01056163793222485,0,0,6,0.575926281435976,1,0.096796051,239,30731,727.7,1456,1266,4520,4939,0.32212389380530976,0.2563271917392185,2261,-0.3404867256637168,-0.45778497671593443 +37031,NC,Carteret,16740.0527669194,2.339844772233385,0.2518475193988085,2892.35664957885,0.04351436985028886,13,0.188923283,63.4166666666667,0.920549668553733,61,0.886486172,2271,206056,745.4,10197,9806,35124,36919,0.29031431499829174,0.26560849427124245,16422,-0.4100045552898304,-0.44481161461578045 +37033,NC,Caswell,1855.47151770944,-26.171039955414187,0.07822722364810658,390.199030029072,0.016450905604328683,1,0.0433238,18.25,0.796595373199476,6,0.259942813,785,69129,837.4,5183,4549,10736,10515,0.4827682563338301,0.43262006657156443,1209,-0.026825633383010417,-0.11497860199714688 +37035,NC,Catawba,33136.806799472,-17.82768447962694,0.2146750204036849,8345.3917768743,0.05406517172335933,31,0.200603104,181.416666666667,1.1595156984684,125,0.808883482,4877,464408,895.2,23954,21050,69102,71065,0.346646985615467,0.29620769717863926,27012,-0.2956788515527771,-0.3801027228593541 +37037,NC,Chatham,3077.03351699125,-38.63004782688888,0.04845340551123927,779.071367835514,0.01226787446398731,13,0.189234039,51.25,0.709411292443559,32,0.465806865,1912,206205,560,18252,20953,35157,39080,0.519156924652274,0.5361566018423746,3941,0.04761498421367005,0.10084442169907876 +37039,NC,Cherokee,2070.58043266119,1659.373160755451,0.07544747240421186,374.93523496308,0.01366182899588544,4,0.147378505,25.8333333333333,0.925760019112465,22,0.810581777,1117,81343,862.2,3339,2809,12695,13860,0.26301693580149665,0.20266955266955267,7902,-0.4617565970854667,-0.5701298701298702 +37041,NC,Chowan,3422.38092118605,7.9149905093531565,0.2313513770828128,766.026245579855,0.051783022076648075,4,0.274499039,19.9166666666667,1.38473661035018,10,0.686247598,558,43744,807.1,3507,2965,7424,7108,0.47238685344827586,0.4171356218345526,1018,-0.049164870689655193,-0.14321890827236922 +37043,NC,Clay,342.644212786661,-12.954538159122345,0.032364618190862476,56.8776607610489,0.0053724058525596394,2,0.189018051,6.75,0.618415025194686,6,0.567054154,434,31950,771.8,1573,1352,5592,5885,0.2812947067238913,0.22973661852166524,3043,-0.42542918454935624,-0.5170773152081564 +37045,NC,Cleveland,16368.9655280682,28.61768390908011,0.16689742376545402,3734.87842261667,0.03808069518767379,17,0.175120524,122.666666666667,1.26273024238931,60,0.618072438,3532,290892,996.6,16734,14896,42542,44137,0.3933524516947957,0.3374946190271201,13498,-0.20464482158807773,-0.30582051340145455 +37047,NC,Columbus,2547.699079249,57.21053710499279,0.04385175185460773,446.719978113001,0.007689076699938052,16,0.280933401,73.4166666666667,1.2992950476359,49,0.860358541,2126,170768,992.3,10973,8991,24017,23472,0.45688470666611153,0.3830521472392638,5186,-0.07869425823375104,-0.2209441036128153 +37049,NC,Craven,29016.2136862819,22.94435521379802,0.2803363478699763,6381.73031738064,0.06165625155674258,14,0.133958473,100.083333333333,0.967502859812783,73,0.698497751,3138,312220,816.7,18556,17481,45585,46231,0.40706372710321376,0.37812290454456965,10075,-0.17764615553361857,-0.21792736475525076 +37051,NC,Cumberland,96359.8118769654,-0.19699974406223517,0.3016608027303718,28342.3564242903,0.0887276326477089,48,0.14709127,319.083333333333,0.975411180774847,276,0.845774803,7191,976006,850.2,74991,70523,126092,124402,0.5947324175998477,0.5668960306104404,19930,0.19668178790089774,0.16020642754939635 +37053,NC,Currituck,3092.94846209771,0.24475875889420384,0.1313521239265176,655.527174363815,0.027839095186809996,10,0.400384369,20.4166666666667,0.791067715396438,21,0.840807175,663,74530,841.7,3521,2879,11153,12423,0.31569981170985384,0.23174756500040247,6191,-0.3505783197346005,-0.4983498349834983 +37055,NC,Dare,10375.2250603865,-18.700896753981542,0.3058733803179982,2055.42638046247,0.060596296593822825,16,0.455788514,42.4166666666667,1.17942016090164,62,1.766180492,899,105659,679.7,7258,7079,17614,19009,0.4120585897581469,0.37240254616234414,4204,-0.1614624730328148,-0.22115839865326947 +37057,NC,Davidson,26967.967180931,-4.300238881399608,0.16557157615473547,6573.80131813247,0.04036027774243587,33,0.201131211,158.083333333333,0.958510685600411,88,0.536349895,5265,492477,889.7,20291,17328,69994,72013,0.28989627682372776,0.24062322080735424,35542,-0.4092350772923393,-0.49354977573493675 +37059,NC,Davie,4486.51144164872,-1.3543688101271047,0.10879028713988168,1090.89516723587,0.02645235614054001,4,0.096539074,36.0833333333333,0.858861146153175,29,0.699908288,1357,124565,766.1,5652,5228,20418,21350,0.2768145753746694,0.2448711943793911,10274,-0.43667352336173965,-0.4812177985948478 +37061,NC,Duplin,1137.43435801279,15.33755959740806,0.019441660678793094,302.065638305626,0.005163073896344347,12,0.200394108,65.3333333333333,1.10792676377984,36,0.601182325,1635,178276,782.6,8923,8196,20375,20601,0.43793865030674844,0.3978447648172419,3955,-0.11813496932515338,-0.19198097179748558 +37063,NC,Durham,69240.2399284876,-4.054293588968761,0.25875786166176834,16409.5085012095,0.061324012381802934,47,0.159614209,228.083333333333,0.74485432750295,264,0.896556408,5710,884917,696.5,109185,118783,143828,150543,0.7591359123397391,0.7890303767030018,90904,0.5274285952665684,0.6038407631042293 +37065,NC,Edgecombe,7339.26697551761,-19.648804936430142,0.12977908783982195,1806.46493786091,0.03194343149421612,12,0.218447927,62.8333333333333,1.1784638083449,25,0.455099849,1869,164570,917.6,18249,16152,26826,24653,0.6802728696041154,0.6551738125177463,7933,0.3636397524789383,0.32178639516488866 +37067,NC,Forsyth,128304.299077413,-6.0583932500050794,0.3658833064630935,32672.432106772,0.09317144924507942,76,0.208049319,331.083333333333,0.891180431624725,273,0.747335052,9645,1095991,782.7,91606,92488,172332,172509,0.531566975373117,0.5361343466137999,17695,0.07212241487361609,0.10257435843926987 +37069,NC,Franklin,2714.44000861111,-5.363833405343469,0.044778699889656874,610.710547159855,0.01007457310677931,7,0.111358575,67.0833333333333,1.0367565618319,25,0.397709195,1654,188787,781.3,13317,12811,28059,29902,0.474607077942906,0.42843288074376296,3509,-0.041448376634947826,-0.11735001003277368 +37071,NC,Gaston,58303.5076812635,-0.0684316253614831,0.2829086288309905,14498.0235094785,0.07034938573934425,32,0.15156754,218.583333333333,1.00745896035459,164,0.776783642,6689,633932,938.1,32903,30982,89638,94872,0.3670653071242107,0.32656632093768445,30485,-0.25562819340012044,-0.3213276836158192 +37073,NC,Gates,4.76405128542501,0,3.905920542284996e-4,0.984120775851693,8.068547805621816e-5,3,0.25935852,8.91666666666667,0.776848463727711,0,0,333,34638,735.7,2745,2371,5310,5328,0.5169491525423728,0.4450075075075075,480,0.04011299435028243,-0.09009009009009006 +37075,NC,Graham,251.481077820521,0,0.028380665593106986,40.4095559435659,0.004560383246085758,2,0.231374364,7.5,0.876372984342136,5,0.578435909,310,26004,798.2,1115,761,3910,4094,0.2851662404092072,0.1858817782120176,2499,-0.4163682864450127,-0.6104054714215926 +37077,NC,Granville,9758.03467188528,12.793382546203924,0.16286191788312437,1044.00451941687,0.01742446958102794,7,0.11965812,59.8333333333333,1.01359172863975,31,0.52991453,1533,175092,773.7,13529,12827,26068,26920,0.5189887985269296,0.4764858841010401,673,0.04591836734693877,-0.025000000000000022 +37079,NC,Greene,NA,NA,NA,NA,NA,5,0.237045465,17.75,0.838529856386999,5,0.237045465,606,63580,841.2,3761,3570,8194,8013,0.4589943861361972,0.44552602021714716,788,-0.07712960702953381,-0.0983401971795832 +37081,NC,Guilford,98823.1358290348,-3.7277530364294216,0.20233808722463442,23323.4567554867,0.04775423880027416,109,0.212841156,474.833333333333,0.910811450201088,424,0.82793257,12465,1537659,744.2,145483,147949,251529,252087,0.5783945389994792,0.5868965872893088,50488,0.16506645356996613,0.20028006204207277 +37083,NC,Halifax,9039.6915933811,-5.27244170015426,0.1652866393626209,2211.62262087088,0.040438511288345066,17,0.320936379,81.0833333333333,1.56634341717215,44,0.830658864,1970,158862,918.7,16931,15642,25724,24881,0.6581791323277872,0.6286724810096057,6688,0.32051780438501004,0.2687994855512238 +37085,NC,Harnett,10042.4125960289,-2.109562067983163,0.08757052439028323,2967.56147309976,0.02587733892376707,20,0.157895568,89.5833333333334,0.684464004197197,78,0.615792715,2839,380173,867.9,16858,16452,42343,44955,0.3981295609663935,0.365965965965966,10826,-0.19393996646435063,-0.24081859637415193 +37087,NC,Haywood,12745.3906591993,5.977011678236406,0.21589183988073887,2666.57309714729,0.0451685936910917,10,0.168149182,45.8333333333333,0.755303604583457,38,0.638966891,2237,178368,778.9,11742,10414,27679,30156,0.42422052819827305,0.34533757792810715,8430,-0.13768561002926405,-0.2795463589335456 +37089,NC,Henderson,23181.4880471617,3.685628966310571,0.2171771411575951,4522.32204538249,0.04236764142198323,23,0.206929437,69.6666666666667,0.609992790994288,60,0.539815923,4131,332998,726.5,18519,19664,51961,56810,0.35640191682223205,0.34613624361908113,15871,-0.27599545813206056,-0.27936982925541276 +37091,NC,Hertford,2499.18143366717,-11.393633804153353,0.10130858298541368,597.503666833128,0.024220830468731122,8,0.329109758,40.1666666666667,1.6641807535079,18,0.740496956,769,72953,808.8,7815,6886,10872,10100,0.7188189845474614,0.6817821782178218,3805,0.4427888153053716,0.3767326732673268 +37093,NC,Hoke,9915.79596478509,-6.504654776257222,0.21119006570082383,3180.62591218558,0.06774207514452164,6,0.116254287,42.6666666666667,0.801071433041693,13,0.251884288,883,155440,825.1,9915,9608,16800,17847,0.5901785714285714,0.5383537849498515,1932,0.19011904761904763,0.10825348798117335 +37095,NC,Hyde,5226.8233528609,51.95989184131512,0.8996253619381928,911.465188865081,0.15687868999398985,1,0.176180409,7,1.26880551024107,4,0.704721635,169,16902,750.6,1157,956,2358,2273,0.4906700593723495,0.42058952925648924,319,-0.011026293469041548,-0.14034315882094145 +37097,NC,Iredell,24361.4484421606,-2.7702483134579468,0.15279670617335123,6351.52998561722,0.03983723969729247,28,0.1679916,140.166666666667,0.810605534864713,141,0.845957702,4486,501444,837.4,25952,24441,75762,80727,0.34254639529051506,0.3027611579768851,29723,-0.3051529790660225,-0.368191559205718 +37099,NC,Jackson,7266.5340080266,5.049558511945861,0.18044086335145887,477.317843569759,0.01185264442327628,6,0.146409312,31.6666666666667,0.749666595645621,29,0.707645006,1059,123293,745.8,8052,7564,16556,18004,0.48634935974873156,0.42012886025327706,2142,-0.010388982846098127,-0.11897356143079313 +37101,NC,Johnston,8700.33290017402,3.213011271348725,0.051518450598503185,2501.30260377926,0.014811299303516504,33,0.18189535,134.75,0.703839122486289,116,0.639389714,3949,544377,796.2,27052,28153,76021,84553,0.3558490417121585,0.3329627570872707,25929,-0.27826521619026323,-0.30665972821780424 +37103,NC,Jones,0.312787592411041,0,3.080740593036945e-5,0.0513865314424038,5.061216531311317e-6,2,0.198491465,9.91666666666667,1.00727949889961,3,0.297737197,368,30289,805,2335,2041,5192,5039,0.4497303543913713,0.40504068267513393,900,-0.09437596302003082,-0.17860686644175439 +37105,NC,Lee,8545.128152382,-31.43351192225236,0.14767096658455742,2300.80206511062,0.039760862425441884,12,0.20113305,72.25,1.21192297369834,46,0.771010023,1702,179175,840.7,10577,10380,23800,24676,0.44441176470588234,0.42065164532339117,3245,-0.10180672268907559,-0.1315042956719079 +37107,NC,Lenoir,7585.14982323796,3.6789127556693675,0.1274922232664587,1759.91310573289,0.029580857311251197,15,0.256476019,71.3333333333333,1.24475776664864,52,0.889116868,2161,175345,951.7,13350,11752,27247,25500,0.4899621976731383,0.4608627450980392,1602,-0.015157632032884338,-0.06282352941176467 +37109,NC,Lincoln,11163.730910797,-13.381689328976892,0.14264014451922313,2378.28155735339,0.030387549445517022,14,0.175374864,78.4166666666667,0.96610322623037,55,0.688972679,2282,240390,865.4,10980,9836,36532,39449,0.30055841454067667,0.24933458389312785,18817,-0.38880981057702835,-0.4769956145909909 +37111,NC,McDowell,1925.70392782343,-44.79119165425728,0.04279722481605987,458.288662953702,0.010185097852113568,8,0.177916157,51.6666666666667,1.14623775189499,28,0.62270655,1553,134879,874.6,6006,4645,17953,19557,0.33454018826937004,0.23751086567469448,9872,-0.3189439090959728,-0.5047808968655725 +37113,NC,Macon,2213.88579928015,1.095702108054813,0.06526401153470167,460.582183427997,0.013577683610282325,9,0.265682657,29.4166666666667,0.855732681715926,31,0.915129151,1315,101909,751.5,5692,4841,16750,17336,0.33982089552238803,0.2792455006922012,7194,-0.30597014925373134,-0.4149746192893401 +37115,NC,Madison,2534.35205510887,22.441313198452782,0.12205509801140772,511.192421950568,0.024619168847551918,2,0.094531361,16.8333333333333,0.788815995001562,6,0.283594082,705,63430,822.5,4466,3899,10023,10966,0.44557517709268685,0.3555535290899143,2836,-0.09109049186870194,-0.2586175451395221 +37117,NC,Martin,909.632038877733,65.97560424863414,0.03712026275771202,203.59563517525,0.008308330347898388,5,0.213183252,31.9166666666667,1.37738074687842,17,0.724823058,937,70514,930.7,6514,5814,12541,11852,0.5194163144884778,0.49055011812352345,60,0.043935890279881984,-0.005062436719540986 +37119,NC,Mecklenburg,167999.007090075,-18.598190040304008,0.1826814832628791,45174.1660629308,0.049122216877836265,200,0.197523256,745,0.706271596979622,832,0.821696745,17258,3037902,677.4,270705,292258,445062,461834,0.6082410989929493,0.6328204506381081,137955,0.2251708750690915,0.29871122524543453 +37121,NC,Mitchell,NA,NA,NA,NA,NA,1,0.06531252,18.9166666666667,1.25060602053859,8,0.522500163,659,45899,890.6,1810,1585,7673,7948,0.23589208914375082,0.1994212380473075,4640,-0.5171380164212173,-0.58379466532461 +37123,NC,Montgomery,468.887974616326,103.11046586979921,0.016867687409753435,104.061809896546,0.0037434998883569322,5,0.182515057,31.75,1.15799839521482,18,0.657054207,856,82489,799.6,4689,4108,11178,11449,0.4194847020933977,0.35880862957463533,2962,-0.15208445160135986,-0.2587125513145253 +37125,NC,Moore,17935.5185235702,-19.860682244713153,0.2032422464624316,3242.68719519705,0.036745579965291174,20,0.214875855,71.9166666666667,0.750884007127743,67,0.719834116,3272,278982,681.3,16371,16148,46044,47746,0.3555512118842846,0.3382063418925146,14125,-0.28157849013986613,-0.295836300423072 +37127,NC,Nash,13818.2457092,9.36382865095238,0.14418036007095159,3475.86437601659,0.0362673661938292,22,0.233157052,130.75,1.39088346364555,73,0.773657492,2989,282643,875.1,24214,23024,48235,46903,0.5020006219550119,0.49088544442786175,118,0.009225666010158617,-0.002515830543888431 +37129,NC,New Hanover,61146.0362024734,-5.646791590036315,0.301706919244245,13166.6658122119,0.06496699419348932,45,0.208046306,200.25,0.896041309629815,226,1.044854784,5501,650267,719.5,48038,50219,102067,108737,0.4706516307915389,0.4618391164001214,4446,-0.0465772482780919,-0.04088764633933256 +37131,NC,Northampton,2575.21764140886,160.11123604349612,0.11653095802565092,518.000174595253,0.02343998256008204,6,0.293212139,23.5,1.175,6,0.293212139,799,61790,822.7,7210,6113,10719,9761,0.6726373728892621,0.6262678004302837,2557,0.34853997574400597,0.26196086466550556 +37133,NC,Onslow,53953.2779106485,-6.004834012342626,0.30349705190158466,12898.1657625278,0.07255454043678307,21,0.111946863,132.166666666667,0.706259974920201,152,0.810282053,3045,557138,794.8,18115,17156,50353,55364,0.3597600937382083,0.30987645401343833,19186,-0.2696959466168848,-0.3465428798497219 +37135,NC,Orange,25496.234725159,-18.171239253349505,0.1905533944078071,4519.98681087246,0.033781412776230826,20,0.142429853,80,0.564190809331716,104,0.740635237,2281,420801,622.5,53404,59105,75848,79830,0.7040923953169497,0.7403858198672179,40732,0.4219755300073832,0.5102342477765252 +37137,NC,Pamlico,722.019157383675,10.812818652563774,0.054931463586706857,145.874353427097,0.011098170528537505,4,0.30892802,13.8333333333333,1.07895899955802,14,1.081248069,478,38584,795.8,2632,2427,6712,6772,0.39213349225268174,0.3583874778499705,1798,-0.20858164481525626,-0.2655050206733609 +37139,NC,Pasquotank,10194.7190028031,41.12524251448846,0.25072474859947125,2407.04572327707,0.059197897820443914,6,0.150803026,42.8333333333333,1.07448658773162,31,0.779148968,1224,119196,870.4,9970,8455,17343,16964,0.5748717061638702,0.49840839424663996,373,0.15879605604566688,0.021987738740863016 +37141,NC,Pender,3483.38267351055,-2.8792157331209185,0.0667097434458232,786.9965799209,0.015071654440525117,10,0.177777778,53.3333333333333,0.902577988379308,34,0.604444444,1554,168665,768.1,9455,9086,24036,27072,0.3933682809119654,0.33562352245862886,8231,-0.20440173073722745,-0.30404107565011823 +37143,NC,Perquimans,457.556296646776,22.1471583955639,0.034011469311438045,79.8266285178538,0.0059337418061290274,2,0.148522204,11.4166666666667,0.856142982127234,6,0.445566612,486,40492,767.3,2747,2291,6621,6595,0.4148920102703519,0.3473843821076573,1852,-0.1611539042440719,-0.2808188021228203 +37145,NC,Person,4048.90520878424,36.08605943770943,0.10259743586013177,923.731065708342,0.0234069294979815,5,0.127772667,39.9166666666667,1.01610494518549,26,0.664417868,1259,117616,840.8,8384,7772,19008,19303,0.44107744107744107,0.40263171527741803,3344,-0.10958543771043772,-0.1732373206237372 +37147,NC,Pitt,15522.8763639121,6.736674291145091,0.09231674693669924,3965.83566206904,0.023585387052293457,26,0.148271497,166.333333333333,0.938569762630252,160,0.912439979,3671,525284,777.6,40701,40967,76814,78264,0.5298643476449606,0.5234462843708474,5776,0.06726638373213223,0.07380149238474903 +37149,NC,Polk,72.4351090230048,0,0.0035316971732328034,15.8170646326616,7.711879391838908e-4,3,0.147369455,20.25,0.995868987902036,9,0.442108366,866,61093,701.7,4e3,3715,10323,10723,0.3874842584520004,0.34645155273710715,3023,-0.21495689237624716,-0.281917373869253 +37151,NC,Randolph,27287.8479418215,11.717770556237312,0.19250414767919677,6906.63775551878,0.04872338842145987,20,0.140077603,108.666666666667,0.75770253435228,78,0.546302652,4301,427752,863.5,14675,13074,60202,63615,0.2437626656921697,0.2055175666116482,36082,-0.5022756719045878,-0.5671932720270376 +37153,NC,Richmond,6128.091914046,8.948550241417081,0.13139415326327752,1438.11218992161,0.030834970516555028,12,0.262392583,60.5833333333333,1.34812375293917,23,0.502919117,1623,137274,1002.6,9747,8290,19127,18813,0.5095937679719768,0.4406527401265083,1909,0.02671616040152658,-0.10147238611598358 +37155,NC,Robeson,12545.128736157,-3.1811466282091896,0.09350313589050295,3473.42551595521,0.025888628554910337,29,0.215197388,186.75,1.40165872330844,68,0.504600772,3917,403962,983.8,23957,18377,41380,39454,0.5789511841469309,0.4657829370912962,1917,0.1658772353794104,-0.04858822933035939 +37157,NC,Rockingham,19545.8495811916,-5.851837589407963,0.2087272896125882,4514.84082679127,0.048213329632660964,20,0.218112022,107.166666666667,1.17259162809697,63,0.68705287,3419,275565,915.6,16170,14057,41549,41374,0.3891790416135166,0.33975443515251125,12406,-0.21341067173698525,-0.2998501474355876 +37159,NC,Rowan,34164.0834563149,4.358749666829222,0.24680038327733475,8540.00767715817,0.06169277658535968,19,0.137055471,125.166666666667,0.894475689556192,81,0.584289115,4805,415970,953,22529,19208,61803,63078,0.364529229972655,0.30451187418751385,23180,-0.2603918903613094,-0.36748153080313267 +37161,NC,Rutherford,14561.8382307393,-5.2522288916193265,0.21474470182479424,3316.36217853065,0.04890668306342206,13,0.195195195,70.6666666666667,1.06392054721649,39,0.585585586,2634,199752,967,9277,7451,28373,29764,0.3269657773235118,0.2503359763472652,14243,-0.33553025763930494,-0.47853111140975674 +37163,NC,Sampson,2715.09195674185,-6.867984357684574,0.04280386493578613,587.177881551225,0.009256954510432203,11,0.171740827,44.6666666666667,0.707601968612044,33,0.515222482,2010,191805,884,11496,10486,26005,25638,0.44206883291674676,0.4090022622669475,4275,-0.11005575850797927,-0.16674467587175285 +37165,NC,Scotland,5867.71210322063,-1.2585776160516853,0.16228426316399674,1405.65747275218,0.03887649619028625,7,0.196761862,52,1.47542844172058,23,0.646503261,1127,107202,881,8131,7279,14020,13743,0.5799572039942938,0.5296514589245434,1067,0.16633380884450782,0.07763952557665715 +37167,NC,Stanly,3375.73163061605,-23.42844168464789,0.055718934234811425,747.709932006932,0.012341502550250592,15,0.247524752,52.5,0.863614679804576,44,0.726072607,2059,181962,904,8287,7008,28276,29451,0.2930753996321969,0.23795456860548028,14780,-0.4035577875229877,-0.5018505313911242 +37169,NC,Stokes,8299.13217362496,1.7160968112193384,0.1750834829143889,1915.19112909366,0.04040402373565241,7,0.150800319,41.0833333333333,0.891236595295428,24,0.517029665,1546,139354,822.2,5969,4645,21396,22182,0.27897737894933633,0.20940402127851412,12331,-0.42872499532622915,-0.5559011811378596 +37171,NC,Surry,5700.16715051687,-14.4435942805807,0.07737118280125514,1293.35288154841,0.017555317165697203,17,0.23297884,105.583333333333,1.46413730302904,61,0.835982897,2602,218716,857.5,9005,7438,29096,31663,0.30949271377508936,0.23491141079493416,16057,-0.36939785537530934,-0.5071218772699997 +37173,NC,Swain,214.216623915774,-64.60688932190321,0.015321981540360059,44.7487707058026,0.003200684550876375,3,0.210172341,16.3333333333333,1.13852874204192,17,1.190976601,532,42730,978.4,2618,2186,5705,5982,0.4588957055214724,0.36542962219993314,1371,-0.06275197195442594,-0.22918756268806417 +37175,NC,Transylvania,2367.3320361305,-23.841621383803343,0.07154221928469326,420.680091619439,0.012713209175564793,7,0.21183235,26.25,0.784003345080939,18,0.544711757,1194,99029,644.8,6740,6520,16469,17440,0.40925374946869875,0.3738532110091743,3921,-0.16892343190236203,-0.22482798165137613 +37177,NC,Tyrrell,489.666566164988,-3.3133088286232146,0.11111108830610121,83.2391259793975,0.018887934190922964,1,0.243013366,5.25,1.26780970780005,4,0.972053463,123,12287,742.2,835,705,1775,1700,0.4704225352112676,0.4147058823529412,263,-0.05295774647887325,-0.1547058823529412 +37179,NC,Union,31579.0068277761,-1.912325676142091,0.15688157913765127,10065.8428414293,0.050006174321032625,34,0.155557996,147.5,0.650909508133059,117,0.535302515,3964,653702,729.3,32032,34051,93389,103596,0.34299542772703423,0.3286902969226611,32214,-0.30448982214179404,-0.31095795204448046 +37181,NC,Vance,4473.9306309796,-1.477312871838834,0.09849699773192726,1084.61554415993,0.02387863907709766,10,0.224144887,68.9166666666667,1.5576500015068,28,0.627605684,1498,133852,924.3,13286,12168,20770,19762,0.6396726047183438,0.6157271531221536,4864,0.2831006259027443,0.24612893431838884 +37183,NC,Wake,170431.086639132,-1.6353184418429498,0.18915916842764816,46400.2847760507,0.05149905135339642,185,0.18524248200000001,631.25,0.603033461311762,848,0.849111487,15157,2998186,628.8,286939,298353,526805,510940,0.544677821964484,0.5839296199162328,104746,0.10251611127457028,0.2050064586839942 +37185,NC,Warren,1528.49742464617,-4.339494327343845,0.07288276867471724,382.609853727124,0.018243841966771125,5,0.24714547,19.1666666666667,0.962810401701244,11,0.543720034,713,60824,780.8,6635,6668,9777,10123,0.6786335276669735,0.658698014422602,3366,0.36043776209471207,0.33251012545688036 +37187,NC,Washington,3548.93832067422,16.63630623851682,0.2682898639759767,836.909726365994,0.06326804704913773,4,0.318217979,17.5,1.4350143501435,8,0.636435959,457,37675,814.8,3811,3490,6456,6115,0.5903035935563816,0.570727718724448,930,0.18525402726146217,0.15208503679476693 +37189,NC,Watauga,3418.33618143608,-13.442608924764096,0.0669225353165896,606.115784080685,0.011866242175467119,11,0.209284627,36.3333333333333,0.673812791315851,39,0.742009132,999,157587,620.6,13371,13953,28168,28769,0.4746875887531951,0.48500121658729883,432,-0.026732462368645293,0.015016163231255875 +37191,NC,Wayne,22450.8537827853,-10.338257771709484,0.18308844003804586,5659.36658758017,0.046152569971213954,25,0.200874205,137.333333333333,1.10618875016781,74,0.594587645,3322,373231,808.1,23154,21520,50988,49824,0.45410684867027534,0.4319203596660244,5840,-0.08594179022515108,-0.11721258831085424 +37193,NC,Wilkes,7781.5975271388,-7.17971001348198,0.11222378896940871,1715.11206407951,0.024734814884330977,13,0.188849182,84.6666666666667,1.23169430705072,35,0.508440106,2415,206311,853.3,8089,6596,28852,30844,0.28036184666574243,0.2138503436648943,17017,-0.4270414529322057,-0.5517118402282454 +37195,NC,Wilson,2978.04099129763,-41.57533780632683,0.03666003140677093,822.230546224484,0.010121753775814117,19,0.233412366,102.583333333333,1.25620961454468,54,0.663382514,2509,244715,839.7,20745,19527,38890,37593,0.5334276163538184,0.5194318091133988,2117,0.073052198508614,0.056313675418296016 +37197,NC,Yadkin,729.632559584919,14.263247281468539,0.018997879487187393,169.013585337903,0.004400707840907749,8,0.211685013,38.0833333333333,1.01468968702263,18,0.476291279,1319,113428,884.8,3928,3140,16657,17350,0.23581677372876267,0.1809798270893372,10675,-0.5146184787176563,-0.6152737752161384 +37199,NC,Yancey,189.764443448017,198601.9453146752,0.01065015397059249,27.5327795800767,0.0015452227848286395,3,0.170319064,13.4166666666667,0.758947090545688,7,0.39741115,657,52728,796.4,3954,3181,9344,9808,0.4231592465753425,0.32432707993474713,3186,-0.1385916095890411,-0.324836867862969 +38001,ND,Adams,522.151600762295,-1.0578393861897515,0.222855996910924,91.881486814797,0.03921531660896159,1,0.419463087,4,1.7353579175705,0,0,92,7085,640.2,328,216,1281,1206,0.25604996096799376,0.1791044776119403,688,-0.45901639344262296,-0.570480928689884 +38003,ND,Barnes,3101.98196885523,0.1182799004516189,0.280316462032824,679.018887340066,0.06136082480933183,3,0.269203159,7,0.640673622551711,8,0.71787509,398,33364,728.2,2389,1597,5471,5253,0.43666605739352954,0.30401675233200076,1559,-0.10308901480533722,-0.2967827907862174 +38005,ND,Benson,2844.40351314573,-6.854124582529635,0.42708761458644595,601.907840138511,0.09037655257335,4,0.585394409,6,0.890339813028639,0,0,222,20507,1186.8,1232,842,2148,1940,0.5735567970204841,0.43402061855670104,85,0.16992551210428303,-0.04381443298969073 +38007,ND,Billings,782.999996767547,0,0.9999999958717076,137.999999801757,0.17624521047478545,0,0,NA,NA,0,0,10,2740,290.4,89,58,577,592,0.15424610051993068,0.09797297297297297,434,-0.6637781629116117,-0.7331081081081081 +38009,ND,Bottineau,2939.4085185003,-1.7458941744804695,0.4572108443770882,577.342495590475,0.08980284579102114,1,0.15037594,7,1.0639914880681,5,0.751879699,205,20086,666,1163,734,3484,3437,0.3338117106773823,0.21355833575792843,1748,-0.310849598163031,-0.5085830666278732 +38011,ND,Bowman,939.774277362162,0,0.2982463590486074,198.489277141698,0.06299247132392828,3,0.923929781,3.83333333333333,1.18276252185539,4,1.231906375,130,9756,815.4,412,227,1728,1769,0.23842592592592593,0.12832108535895986,1218,-0.5005787037037037,-0.6885245901639345 +38013,ND,Burke,1967.99999247907,0,0.9999999961783892,408.9999980141,0.207825202242937,2,0.890868597,2,0.909918107370337,2,0.890868597,77,6829,866.1,230,118,1015,1031,0.22660098522167488,0.11445198836081474,761,-0.5280788177339901,-0.7381183317167799 +38015,ND,Burleigh,17840.8267954526,-10.116822908361758,0.2194227726109682,4170.78341486351,0.05129610142745499,8,0.08839486,34.5,0.365129594547398,57,0.629813376,2036,271986,625.2,14036,10865,42876,46874,0.32736262711073794,0.23179161155437983,21634,-0.3212753055322325,-0.4615351794171609 +38017,ND,Cass,20905.0462472867,-6.693385417540723,0.13957354382677495,5537.90330232417,0.03697407698276229,24,0.143708272,85.9166666666667,0.490254818382226,115,0.688602138,3106,501877,650.6,34632,31291,73275,78807,0.47263050153531216,0.397058636923116,8447,-0.029477993858751272,-0.10718590988110194 +38019,ND,Cavalier,1454.52415396686,0,0.3642685083813824,268.758381137372,0.06730738320495167,3,0.778210117,1.91666666666667,0.500827454054525,2,0.518806744,124,11555,527.3,818,476,2054,1969,0.39824732229795523,0.24174707973590656,880,-0.18208373904576436,-0.44692737430167595 +38021,ND,Dickey,673.496204229765,-75.86462211122343,0.1273390440971384,154.452495689466,0.029202589466716958,4,0.776699029,6.66666666666667,1.31648235913639,2,0.388349515,217,15459,703.1,849,551,2513,2372,0.3378432152805412,0.23229342327150085,1105,-0.29924393155590934,-0.46585160202360876 +38023,ND,Divide,688.7050356408,0.6779500394666422,0.3325470959154032,113.403832654992,0.05475800707628778,1,0.411184211,1,0.414421881475342,1,0.411184211,85,7194,584.3,382,243,1151,1187,0.3318853171155517,0.2047177759056445,617,-0.3032145960034752,-0.5197978096040439 +38025,ND,Dunn,1874.325837614,-43.91153411171367,0.5300695242121041,402.676501332662,0.11387910105561709,1,0.227324392,0.75,0.171781951442968,1,0.227324392,91,13244,586.2,493,356,2002,2199,0.24625374625374624,0.16189176898590268,1397,-0.5,-0.6352887676216461 +38027,ND,Eddy,688.503905952757,0,0.28868088299905953,146.312374933368,0.06134690772887548,0,0,1,0.424088210347752,2,0.841396719,137,7126,1023.1,484,354,1147,1219,0.4219703574542284,0.2904019688269073,436,-0.1281604184829992,-0.3576702214930271 +38029,ND,Emmons,1582.33031987627,-3.5390555595105893,0.44572685066937184,357.520886004792,0.10071010873374422,4,1.168907072,7,2.09205020920502,2,0.584453536,152,10307,712.1,383,215,1862,1959,0.20569280343716434,0.10974987238386932,1457,-0.5622986036519871,-0.743746809596733 +38031,ND,Foster,602.831929171793,-1.5999049397965122,0.18032663152012954,109.863839256886,0.0328638466218624,1,0.297441999,2.75,0.832576445655465,4,1.189767995,135,10088,677.8,604,346,1674,1699,0.36081242532855434,0.20364920541494996,891,-0.2532855436081242,-0.5244261330194231 +38033,ND,Golden Valley,1679.99999957505,323.46417798009696,0.9999999997470536,403.999999741498,0.2404761903223203,2,1.095890411,0.666666666666667,0.366905155017428,0,0,58,5490,654.8,161,99,924,942,0.17424242424242425,0.10509554140127389,694,-0.6266233766233766,-0.7367303609341826 +38035,ND,Grand Forks,13769.6129906227,-31.206715628111997,0.2059438684827134,2848.11972020555,0.042597623729910564,8,0.114060851,40.3333333333333,0.567411804979156,50,0.712880322,1403,210540,699.9,14008,10828,29796,29711,0.4701302188213183,0.36444414526606306,5497,-0.03476976775406099,-0.18501565076907545 +38037,ND,Grant,1252.66298726246,0,0.5232510389567503,274.799527885546,0.1147867702111721,1,0.423549343,4,1.6827934371056,0,0,106,7118,757,331,187,1383,1361,0.2393347794649313,0.13739897134459955,911,-0.4924078091106291,-0.6693607641440118 +38039,ND,Griggs,794.318746666259,0,0.3282308870521732,131.819133048547,0.05447071613576322,1,0.431220354,3,1.31752305665349,1,0.431220354,132,6917,761.8,535,298,1335,1247,0.40074906367041196,0.23897353648757017,549,-0.17602996254681647,-0.4402566158781075 +38041,ND,Hettinger,2476.49258336585,0,0.9997951487145135,468.000000153945,0.1889382317940836,3,1.127819549,3,1.14111829593001,1,0.37593985,100,8025,666.5,313,168,1351,1261,0.231680236861584,0.13322759714512292,864,-0.5070318282753516,-0.6851704996034893 +38043,ND,Kidder,2424.28815963153,-0.12902178982083679,0.9956008869123327,522.925916356488,0.21475396975625788,2,0.825082508,3,1.24275062137531,0,0,53,7267,453.2,393,179,1310,1358,0.3,0.13181148748159058,927,-0.36412213740458016,-0.6826215022091311 +38045,ND,LaMoure,1539.82557442398,-62.79451431265869,0.3720284064807876,264.616728909803,0.06393252691708214,4,0.964087732,3.5,0.851374361469229,1,0.241021933,137,12354,582.4,737,500,2179,2115,0.33822854520422213,0.2364066193853428,975,-0.2923359339146397,-0.46099290780141844 +38047,ND,Logan,834.768581954542,-56.227559707730435,0.4194816994746443,147.183275153652,0.07396144480083015,1,0.514403292,1,0.515198351365276,0,0,85,5820,746.6,221,112,1042,1030,0.21209213051823417,0.1087378640776699,755,-0.5547024952015355,-0.7330097087378641 +38049,ND,McHenry,3724.72089054009,-30.9597610827037,0.6904023893494142,786.552558815357,0.14579287466457033,3,0.501002004,3,0.503102465202079,0,0,192,17817,728.2,924,474,2653,2687,0.3482849604221636,0.17640491254186824,1517,-0.27402940067847714,-0.5645701525865277 +38051,ND,McIntosh,558.930954380313,0,0.19897862384489604,131.113876968509,0.046676353495375224,2,0.714030703,3,1.12951807228916,1,0.357015352,161,8273,638.4,456,233,1510,1423,0.3019867549668874,0.16373858046380885,862,-0.37880794701986753,-0.6057624736472241 +38053,ND,McKenzie,2346.42609077868,-18.023730652627414,0.36893491993375477,635.535440707456,0.09992695608607799,2,0.181884322,5.83333333333333,0.462192641893141,1,0.090942161,205,33090,763.5,926,696,3423,4594,0.2705229330996202,0.15150195907705702,2965,-0.44522348816827345,-0.6454070526774054 +38055,ND,McLean,4944.00661082148,0,0.5516633129682526,992.893883977116,0.11078931979213526,3,0.313217791,5,0.513927433446397,1,0.10440593,297,28803,664,1660,1070,4894,5206,0.3391908459337965,0.20553207837111026,2757,-0.30036779730281976,-0.5295812524010757 +38057,ND,Mercer,1567.89838975606,1.7625257546378787,0.18612279080674976,300.750158163986,0.035701585726968896,3,0.343013949,6,0.690131124913734,5,0.571689915,256,26225,723.8,1161,616,4394,4564,0.26422394173873465,0.13496932515337423,3099,-0.4485662266727355,-0.6790096406660824 +38059,ND,Morton,8212.67875497539,-2.7363001028616964,0.2989581287530629,2044.84826020611,0.07443661534731572,5,0.167661458,12,0.389496575675939,15,0.502984374,790,89159,730.2,4467,3077,13510,15547,0.3306439674315322,0.19791599665530327,8242,-0.3110288675055514,-0.5301344310799512 +38061,ND,Mountrail,1006.62654555298,2.1846982941404733,0.13119073967848038,225.792007023176,0.029426822236827313,5,0.511142916,9.75,0.951962507322788,6,0.613371499,245,29418,891.6,1401,1211,3444,4009,0.406794425087108,0.30207034173110503,1340,-0.16231126596980255,-0.33424794213020703 +38063,ND,Nelson,3125.99999344716,0,0.9999999979037619,559.99999814534,0.1791426737509085,5,1.642036125,4.66666666666667,1.57657657657658,1,0.328407225,174,9085,844.6,766,536,1668,1694,0.4592326139088729,0.31641086186540734,489,-0.057553956834532405,-0.2886658795749705 +38065,ND,Oliver,1556.00071463087,2.6529137027006913,0.8429039624219231,354.914295795817,0.19226126532817822,0,0,0.333333333333333,0.17825311942959,0,0,42,5561,558,281,119,1010,1002,0.27821782178217824,0.1187624750499002,708,-0.40792079207920795,-0.7065868263473054 +38067,ND,Pembina,3425.07325993106,0.39203381578545166,0.46203605287077565,753.200521516746,0.10160535835919951,5,0.701459035,5,0.707313622860376,1,0.140291807,258,21384,679.2,1245,681,3226,3093,0.38592684438933667,0.22017458777885549,1523,-0.20086794792312457,-0.4924021985127708 +38069,ND,Pierce,840.863715553434,-0.20832322341941162,0.1929914426333335,222.836110186593,0.051144390678584575,1,0.227066303,3,0.703070072650574,3,0.68119891,194,13138,766,656,431,2162,2020,0.303422756706753,0.21336633663366336,1002,-0.37280296022201664,-0.49603960396039604 +38071,ND,Ramsey,1901.89550088048,-24.58616196535293,0.16608990488869793,403.70226488124,0.03525476070921666,3,0.259425804,10,0.866025807569066,11,0.951227949,411,34764,785.3,2162,1505,4971,5218,0.43492255079460873,0.2884246837868915,1711,-0.09997988332327501,-0.32790341126868533 +38073,ND,Ransom,888.716040522846,-1.2128033525710034,0.1628579880012545,232.042411360485,0.04252197386118472,1,0.183621006,4.91666666666667,0.909819886503824,3,0.550863019,239,16375,791.3,1341,836,2412,2317,0.5559701492537313,0.36081139404402246,373,0.13805970149253732,-0.16098403107466547 +38075,ND,Renville,1456.94041918568,-22.663565202868288,0.5898544207229474,316.591651846585,0.12817475783262552,1,0.386548125,1,0.392156862745098,2,0.77309625,87,7764,762.2,398,200,1272,1255,0.3128930817610063,0.1593625498007968,778,-0.35534591194968557,-0.6199203187250997 +38077,ND,Richland,6564.55920425541,-24.663881763845485,0.40221550176186566,1473.11849266247,0.09025908293992219,4,0.243427459,6.41666666666667,0.392384679671416,11,0.669425511,438,49100,664.9,3190,2064,7549,7460,0.4225725261624056,0.2766756032171582,2695,-0.13551463770035765,-0.36126005361930297 +38079,ND,Rolette,1302.22412828734,31.558843302905395,0.09343647329320083,285.53092251027,0.020487258557097654,5,0.342090859,15.5,1.05737089842418,6,0.410509031,394,43976,1056.6,3351,2097,4528,3662,0.7400618374558304,0.5726379027853632,887,0.49933745583038874,0.2422173675587111 +38081,ND,Sargent,838.758261364933,-12.507497605827703,0.21905412937188118,183.356463054689,0.04788625308296918,4,1.017552786,4,1.02827763496144,0,0,115,11673,667.4,1073,693,1987,1978,0.5400100654252642,0.35035389282103135,395,0.09914443885254148,-0.1996966632962588 +38083,ND,Sheridan,1077.57791675955,-0.7022384719135094,0.8157289301737698,178.195448559998,0.13489435924299623,1,0.754147813,1,0.75642965204236,0,0,31,3950,324.7,161,94,808,774,0.19925742574257427,0.12144702842377261,550,-0.5891089108910892,-0.710594315245478 +38085,ND,Sioux,1701.19911762784,0.32774649527505456,0.4096313791543078,604.532269782554,0.14556519859921838,1,0.226142017,4,0.895054822107854,1,0.226142017,143,13291,1376.8,900,758,1138,1177,0.7908611599297012,0.6440101954120646,502,0.5949033391915641,0.4265080713678845 +38087,ND,Slope,692.378853221123,0,0.9523780649534017,135.711460067277,0.18667326006503024,0,0,NA,NA,0,0,12,2294,363.6,83,42,434,427,0.1912442396313364,0.09836065573770492,319,-0.5944700460829493,-0.747072599531616 +38089,ND,Stark,4111.58680830113,-34.952524475932776,0.1699073022976623,1008.51857153766,0.041676043288468946,3,0.098775188,14,0.44873233116446,21,0.691426314,721,91043,659.4,2805,1745,11539,12115,0.2430886558627264,0.1440363186132893,7973,-0.4943235982320825,-0.6581097812628973 +38091,ND,Steele,1733.18060102447,-8.651800227834459,0.8775597979870734,371.468091510573,0.1880851096256066,3,1.534526854,1,0.509683995922528,0,0,60,5869,582.9,515,361,1028,984,0.5009727626459144,0.366869918699187,176,0.019455252918287924,-0.1788617886178862 +38093,ND,Stutsman,6953.20852921441,-0.013040667951560279,0.3295359492518678,1474.00767345703,0.06985818357616257,3,0.14198495,13.5,0.638962514199167,19,0.899238014,712,63401,762.4,3561,2484,9431,9938,0.37758456155232745,0.24994968806600926,4222,-0.22054925246527413,-0.42483397061783057 +38095,ND,Towner,781.604997319918,-63.763528125981495,0.34799866309880584,140.891620291969,0.0627300179394341,0,0,2,0.883782589482987,1,0.432900433,89,6859,636.7,511,305,1164,1137,0.43900343642611683,0.26824978012313105,428,-0.09278350515463918,-0.376429199648197 +38097,ND,Traill,1475.50212235851,-36.37327270834512,0.18168970845444032,357.598146919135,0.04403375777849219,7,0.866122247,5.66666666666667,0.70568700705687,7,0.866122247,295,24273,737.5,1784,1239,3841,3864,0.4644623795886488,0.32065217391304346,1024,-0.046602447279354364,-0.2650103519668737 +38099,ND,Walsh,2050.03849999438,0,0.18437256048155232,383.886131719846,0.034525238935142186,4,0.364630811,10.1666666666667,0.932379554903399,3,0.273473108,469,32948,824.9,2118,1166,5061,4543,0.4184943687018376,0.2566585956416465,1825,-0.13653428176249754,-0.401716927140656 +38101,ND,Ward,20557.4132129089,-17.024452112824893,0.3333184144776474,5382.88236048444,0.08727818987408903,9,0.129712902,28.1666666666667,0.401177420120591,48,0.691802145,1448,208803,689.3,8412,5792,25231,26861,0.3333993896397289,0.21562860652991325,12809,-0.3077166977131307,-0.4768623655113362 +38103,ND,Wells,1592.62620129381,0.21127655416570412,0.3785657716410292,262.690678464939,0.06244133074992608,6,1.43129771,4,0.976085895558809,3,0.715648855,174,12539,641.8,671,419,2359,2352,0.2844425604069521,0.17814625850340135,1374,-0.4133107248834252,-0.5841836734693877 +38105,ND,Williams,4762.93534945924,-0.4202662521530938,0.212650028996305,1145.8302707789,0.05115770474055273,4,0.124494242,17.9166666666667,0.521788935162264,28,0.871459695,697,96984,813.1,2288,1722,9600,12529,0.23833333333333334,0.13744113656317344,8311,-0.4998958333333334,-0.6633410487668608 +39001,OH,Adams,2025.71553314208,116.39640982565538,0.07095325860392575,499.599684869614,0.01749911330541555,4,0.142201998,31.75,1.13770738524385,15,0.533257492,1000,84280,989.5,3857,2293,10787,11063,0.3575600259571707,0.20726746813703337,6152,-0.26272364883656246,-0.5560878604356866 +39003,OH,Allen,19335.2763357741,-11.991764490870525,0.18184044479760464,4639.55637232608,0.04363314905649416,14,0.133282559,94.6666666666667,0.912520162197246,99,0.942498096,3293,314689,820.3,16869,12815,46458,44636,0.36310215678677515,0.2871000985751411,17043,-0.2568556545697189,-0.38182184783582757 +39005,OH,Ashland,1795.13717656564,-7.878431077514278,0.03378191491307025,353.057109693003,0.0066440299910235975,13,0.245121146,38.4166666666667,0.716034195680807,31,0.584519657,1641,159420,769.5,8083,5659,23826,24074,0.3392512381432049,0.2350668771288527,11510,-0.2997565684546294,-0.47810916341281046 +39007,OH,Ashtabula,20657.0305335266,21.933802765637044,0.2035235576768436,4913.64075887453,0.048411684669246675,15,0.151247794,98.0833333333333,0.99849674067589,86,0.867154021,3565,297520,921,22964,15191,41781,39809,0.5496278212584668,0.3815971262779773,7564,0.12144276106364138,-0.19000728478484769 +39009,OH,Athens,14901.0944427876,-4.857278977633073,0.23010785618215174,2136.33648132537,0.032990047119622126,11,0.169981302,50.25,0.759224005076602,59,0.911717893,1419,195119,834.8,17268,15552,26112,27941,0.6613051470588235,0.5566014101141692,4736,0.3504136029411764,0.16950001789484992 +39011,OH,Auglaize,2299.64571532761,11.35167766651258,0.050047785921948466,550.898334248435,0.011989343277295155,6,0.130887197,30,0.653680219636554,34,0.741694117,1461,137673,754.5,5643,3825,22838,22860,0.24708818635607321,0.1673228346456693,14305,-0.48861546545231627,-0.6257655293088363 +39013,OH,Belmont,10006.2012686262,-4.811430211454406,0.14213354074753126,1445.60067745558,0.02053410053203949,19,0.273534789,58.1666666666667,0.847009256427805,54,0.777414664,2596,208095,849.5,13826,8652,30876,30537,0.44779116465863456,0.28332842125945573,12077,-0.08394869801787797,-0.39548744146445297 +39015,OH,Brown,3237.49882761767,-27.640924671464983,0.07219147365690742,769.778040640245,0.017164920854485236,8,0.181340103,41.5,0.948376334011289,25,0.566687823,1507,132160,948.4,6923,4270,18955,19139,0.36523344763914534,0.22310465541564345,9987,-0.25048799788973886,-0.5218140968702649 +39017,OH,Butler,125412.067800483,11.630468386366069,0.3406733159494825,33912.1797588824,0.09212011995458777,43,0.114924711,260.75,0.690660782916641,272,0.726965613,9642,1121688,833.1,59282,56700,164020,168422,0.36143153273990974,0.33665435631924573,47741,-0.261821729057432,-0.2834605930341642 +39019,OH,Carroll,1704.27967843959,1.6915453953879718,0.059102499599097996,331.882167148881,0.01150929973466781,3,0.106432043,23.5,0.849325960461166,15,0.532160216,964,84327,816.5,5396,3124,12965,12807,0.41619745468569225,0.24392910127274148,5943,-0.13736984188198997,-0.46404310142890604 +39021,OH,Champaign,627.128366559511,53.5372370505427,0.01564028148139539,144.89734244789,0.003613670410451904,10,0.255571458,26,0.671019691847111,19,0.48558577000000003,1165,117516,820.6,7826,4488,20016,17597,0.39098721023181454,0.2550434733193158,7826,-0.2011390887290168,-0.4447348979939762 +39023,OH,Clark,33638.012155897,26.28538805224631,0.2431669388786262,8342.50633462953,0.060307420027249675,19,0.139139095,112.416666666667,0.834038154308806,125,0.915388784,5158,409181,944.9,30022,22666,62136,59620,0.48316595854255184,0.38017443810801743,11645,-0.01760654049182442,-0.1953203622945321 +39025,OH,Clermont,78008.0457785454,-5.179268022679588,0.3952516215225012,21341.0765059403,0.10813109096406266,26,0.128993848,133.833333333333,0.659206063053922,132,0.654891844,5026,603567,783.7,29334,26096,93392,96455,0.3140954257323968,0.27055103416100773,39864,-0.35541588144594827,-0.41329117204914206 +39027,OH,Clinton,7472.72354197123,84.40486475588018,0.17775270080806918,1962.88437652891,0.04669087479849929,8,0.191227441,34.4166666666667,0.821360953335561,31,0.741006334,1300,125699,893.9,5534,3943,17648,18100,0.3135766092475068,0.2178453038674033,9523,-0.3516545784224841,-0.5261325966850828 +39029,OH,Columbiana,21395.0415270525,3.1972127215956747,0.19839431688367598,4199.25415743456,0.03893931025708738,16,0.151391859,90.25,0.870424844480879,76,0.71911133,3883,316230,891.7,19351,12273,45078,45261,0.42927814011269355,0.271160601842646,18813,-0.12039132170903771,-0.41565586266321997 +39031,OH,Coshocton,6861.14462190056,7.297967508495382,0.18593383978484485,1637.03508677489,0.044362892246142115,8,0.219082046,24.5833333333333,0.671639072546127,21,0.575090371,1232,109882,860,6841,3908,15555,14961,0.4397942783670845,0.261212485796404,6473,-0.0945676631308261,-0.4326582447697347 +39033,OH,Crawford,10125.7319365623,306.44398686365577,0.23126557501741052,2413.46884638735,0.05512216440680043,7,0.164783427,36.4166666666667,0.865353388937734,33,0.776836158,1669,127499,897.5,7207,4518,19192,18702,0.37552105043768236,0.24157844080846969,8747,-0.22686536056690287,-0.46770398887819487 +39035,OH,Cuyahoga,250036.420635505,1.5540685551724975,0.19532233696124662,55522.2482268326,0.0433726224741334,294,0.23336519,1159.5,0.928081117251183,1102,0.874722581,40696,3780327,799.4,420953,383974,611512,583230,0.6883806041418647,0.6583577662328756,204080,0.3867103180313714,0.34991341323320135 +39037,OH,Darke,3130.78430107329,46.600403428378584,0.059117134029594405,704.607241115653,0.013304768615639513,11,0.210744118,19.9166666666667,0.38465500148068,29,0.55559813,1809,156613,813.9,6610,4395,24807,25e3,0.26645704841375417,0.1758,15303,-0.4488652396500987,-0.61212 +39039,OH,Defiance,5001.03592042594,-20.108922709898376,0.1281101498687384,1312.38713226828,0.033619057106547126,5,0.129836406,26.6666666666667,0.698848646854308,27,0.701116593,1136,115476,771.4,7438,5282,17744,17795,0.4191839495040577,0.2968249508288845,6196,-0.14072362488728585,-0.3481876931722394 +39041,OH,Delaware,46411.8620546816,0.16098201752611316,0.2664071891735544,14164.7618255116,0.0813066792881835,17,0.089893344,69.5,0.353756178008073,166,0.877782067,3048,567496,615.2,36131,39584,96330,100101,0.3750752621197965,0.39544060498896116,16076,-0.23719505865254858,-0.16059779622581194 +39043,OH,Erie,21523.2982946061,-0.11146739149728452,0.279236864705122,4797.96181259465,0.062247328229409433,11,0.145065147,55.3333333333334,0.736726714331998,78,1.028643773,2824,227558,854,20969,15692,38262,36730,0.5480372170822225,0.42722570106180235,3609,0.11274894150854631,-0.0982575551320446 +39045,OH,Fairfield,30776.2722720533,-14.179639629379468,0.21057139133565028,8253.92402983093,0.056473384806856576,14,0.093096867,73.4166666666667,0.481114744501312,99,0.658327847,3616,450737,731.7,28831,24150,70079,70542,0.4114071262432398,0.3423492387513822,19013,-0.1612894019606444,-0.2695273737631482 +39047,OH,Fayette,896.913255141699,-26.912170870829904,0.030896081816799828,178.453714732736,0.006147217179908232,7,0.243055556,31.4166666666667,1.09557353419817,32,1.111111111,1076,86112,1018.3,4075,2672,10677,10817,0.38166151540694954,0.24701858186188408,5091,-0.22300271611875994,-0.47064805398909126 +39049,OH,Franklin,274663.114038607,-0.35491563704248225,0.23608372775177794,74009.1072706459,0.06361373274745345,265,0.215203432,984.583333333334,0.778623422785072,1107,0.898981885,27670,3701048,826.7,325654,335961,541751,554711,0.6011137958213275,0.6056505099051578,143633,0.21728247848181176,0.2589330299921941 +39051,OH,Fulton,6459.18563773524,11.95647205319405,0.15127607002049837,1673.09129159467,0.03918430117557427,7,0.16439643,30.8333333333333,0.725251289771213,25,0.587130108,1247,127483,763.7,8790,5981,20757,20693,0.4234715999421882,0.2890349393514715,7438,-0.1315700727465433,-0.3594452230222781 +39053,OH,Gallia,3690.43821212106,53.593321558786954,0.11930038831451024,877.500529417395,0.02836686265653957,5,0.164489917,40.0833333333333,1.3354433894164,31,1.019837484,1100,91016,973.1,3418,2564,9534,12588,0.3585063981539752,0.20368605020654593,7003,-0.2615900985945039,-0.5563234826819192 +39055,OH,Geauga,18310.2758896316,6.824383031423184,0.19606458886626477,4573.60366538371,0.0489736871085857,12,0.127260194,48.75,0.518286200297682,58,0.615090938,2399,282136,615.9,19295,17165,50125,48736,0.3849376558603491,0.3522037097833224,12412,-0.21564089775561102,-0.2546782665791202 +39057,OH,Greene,47231.7808722227,-11.955391119730221,0.2923247131155744,11082.1138256558,0.06858889681850186,16,0.097668172,92.75,0.56292295086942,132,0.805762422,4236,492952,723.7,31028,28023,81075,79633,0.3827073697193956,0.35190184973566235,19483,-0.2177613320999075,-0.2446598771865935 +39059,OH,Guernsey,6254.85549601462,7.879187881878144,0.15603201776173373,1492.69057825596,0.03723627555706239,12,0.303106845,45.0833333333333,1.15411856061576,38,0.959838343,1412,118448,944,7226,4286,16403,16156,0.44052917149301957,0.2652884377321119,6878,-0.09662866548802046,-0.42572418915573157 +39061,OH,Hamilton,236682.57274106,8.129983360658942,0.2949778690997714,59024.9993365188,0.07356295111322002,165,0.204554499,689.5,0.852182489411061,681,0.844252205,23747,2418013,844.9,208508,207587,402572,395e3,0.5179396480629552,0.5255367088607595,37615,0.0493203700207665,0.09522784810126589 +39063,OH,Hancock,12032.6738623908,0.42622366847948834,0.16090334388476907,2883.67010916752,0.03856101881692814,11,0.146010592,47.9166666666667,0.6315461127513,62,0.822968794,2147,226489,753.8,12192,9419,34940,35216,0.3489410417859187,0.26746365288505225,14358,-0.2829135661133371,-0.4077124034529759 +39065,OH,Hardin,3035.02565478082,70.70560753618899,0.09467295697737912,834.817396611359,0.02604084461324346,6,0.188702982,25,0.794306411641355,20,0.629009938,938,95223,888.3,4487,2870,12147,12014,0.3693916193298757,0.23888796404195106,5671,-0.2346258335391455,-0.4720326285999667 +39067,OH,Harrison,381.456459222245,0,0.024045414726566124,84.4438713291311,0.005322987350550372,4,0.257350576,17.0833333333333,1.11604712440931,7,0.450363508,614,46651,901.3,2895,1663,6999,6956,0.4136305186455208,0.23907418056354227,3358,-0.1487355336476639,-0.4827487061529615 +39069,OH,Henry,3638.57213560143,-10.88228305846539,0.1289587855963647,826.733247293576,0.02930119607632735,4,0.143179296,16.3333333333333,0.591166286631197,19,0.680101657,845,83781,718.6,5513,3690,13937,13671,0.3955657602066442,0.26991441737985516,5446,-0.18641027480806488,-0.3983614951356887 +39071,OH,Highland,2456.47577881237,30.666552630454973,0.05635540569438093,606.97451721226,0.013924947055731034,8,0.185852015,44.5,1.03418624648493,27,0.627250552,1457,129399,907.1,5772,3436,17161,17048,0.3363440358953441,0.20154856874706711,9569,-0.3065089447001923,-0.5612975129047395 +39073,OH,Hocking,5072.30291778712,-0.6250867037770558,0.1726447555407461,1210.54613434102,0.041203067880906066,4,0.139251523,18.9166666666667,0.667490002352388,19,0.661444735,885,85798,849.5,6010,3713,12442,12513,0.4830413116862241,0.2967313993446815,4569,-0.01125221025558587,-0.36514025413569884 +39075,OH,Holmes,875.830753574264,0,0.020672963073555775,203.65901079427601,0.004807133333198225,12,0.273360973,17.0833333333333,0.388823136683661,14,0.318921135,938,131309,720,2568,1766,11355,10823,0.2261558784676354,0.16317102466968492,6812,-0.5279612505504183,-0.6294003511041301 +39077,OH,Huron,7389.88101039639,-0.7625085481316884,0.12393722554584224,1750.43775707465,0.02935695429971237,10,0.17031713,45,0.770033710364654,48,0.817522226,1780,176014,873.2,10673,7080,24077,24332,0.4432861236865058,0.2909748479368732,8850,-0.0892137724799601,-0.3637185599210916 +39079,OH,Jackson,1427.97091190759,-7.716355161395317,0.042978808484803316,351.635706009765,0.010583467449503838,9,0.274825944,43.3333333333333,1.33312823668154,24,0.732869183,1197,98214,1048.8,4965,3142,12916,13239,0.38440693713223906,0.2373291034066017,6476,-0.20795912047073395,-0.48916081275020773 +39081,OH,Jefferson,15086.3098312204,6.5706132142425835,0.21641839405557964,3156.53611997812,0.04528161528609104,15,0.221585369,62.75,0.940723195010794,47,0.694300824,2849,203043,972.7,14960,9483,32327,31346,0.4627710582485229,0.30252663816754927,11185,-0.05472205896000254,-0.35682383717220695 +39083,OH,Knox,8644.80621597503,-9.919029871607377,0.14190190929195237,2061.50700745947,0.03383902114967696,11,0.179835532,38.8333333333333,0.638559103715153,40,0.65394739,1761,182908,773.4,10154,7959,27618,27768,0.36765877326381347,0.2866248919619706,10604,-0.24328336592077626,-0.38187842120426396 +39085,OH,Lake,78510.8091236878,-12.008558514485559,0.34129050527378946,18356.8896736766,0.07979833887731579,38,0.165772368,167.166666666667,0.731217977318391,180,0.785237534,7202,688070,756.5,55219,45056,114264,112790,0.4832580690331163,0.3994680379466265,17571,-0.01689946089757055,-0.1557850873304371 +39087,OH,Lawrence,9196.4498974999,3.7622779843821665,0.14726100716573098,2246.15088933978,0.035967187979820334,11,0.178504779,52.6666666666667,0.865203487098611,38,0.616652873,2312,184638,1006.9,10454,6849,25252,25949,0.4139870109298273,0.2639408069675132,11391,-0.15511642642166962,-0.438976453813249 +39089,OH,Licking,34313.6544184969,29.110630146538323,0.2060979171281317,8352.91889443824,0.05017009162264998,20,0.118070724,114.25,0.663480412083764,121,0.714327882,4690,508498,819.3,32264,26360,77423,79399,0.41672371259186547,0.3319941057192156,22986,-0.14646810379344644,-0.2894998677565208 +39091,OH,Logan,3675.85483587678,5.546642718870282,0.08015732992884077,735.226811618416,0.01603268375459933,12,0.263695695,37.75,0.835824200154987,36,0.791087086,1500,136357,892.2,6789,4537,20535,21007,0.3306062819576333,0.21597562717189508,11049,-0.31818845872899926,-0.5259675346313133 +39093,OH,Lorain,81349.4002787049,5.179070879735363,0.26994451837263866,20268.4945967616,0.06725764410451958,53,0.174218319,230.75,0.753186558516802,185,0.608120546,8959,912185,780.2,78112,64958,138513,136654,0.563932627262423,0.4753464955288539,388,0.14451351136716406,-0.00283928754372359 +39095,OH,Lucas,72292.056245336,-2.4547015510941295,0.1636251739876102,18579.4754111658,0.04205261344944332,71,0.16311115,427.583333333333,0.988659415598428,373,0.856907872,13244,1304553,867,129229,107363,200850,191684,0.643410505352253,0.5601041297134868,33261,0.30435150609907896,0.1735199599340581 +39097,OH,Madison,12460.4750746298,81.45736738032616,0.2868763687033452,2988.47940704293,0.06880348583038862,5,0.113848536,29.25,0.673668209769916,22,0.500933558,1191,131269,847.7,6700,4662,17240,16754,0.388631090487239,0.27826190760415426,6657,-0.20388631090487241,-0.39733794914647247 +39099,OH,Mahoning,63368.7198877127,-9.215398184825197,0.2653375926427216,14187.3058284619,0.0594051068300034,42,0.180099827,206.083333333333,0.895983328116124,201,0.861906314,9255,699582,861.2,74298,56188,117571,112827,0.6319415502122122,0.49800136492151703,3380,0.27724523904704396,0.029957368360410186 +39101,OH,Marion,22122.5139050891,-3.730498890088528,0.332664379559542,4652.72422657498,0.06996472574209381,12,0.182592818,51.5,0.791139240506329,44,0.669506999,2197,196937,908,11933,7748,26433,25648,0.45144327166799075,0.3020898315658141,8815,-0.07585215450383992,-0.34369151590767316 +39103,OH,Medina,42335.4737522633,-4.849767931145197,0.24566228995348108,11760.8320975946,0.06824520168973029,21,0.119298525,99.5,0.561445878310132,118,0.670344091,4280,527025,698,37841,31582,88849,89360,0.42590237369019346,0.3534243509400179,22229,-0.1308174543326318,-0.24875783348254255 +39105,OH,Meigs,3888.99798410945,-22.072640329623347,0.1636095071144068,893.858511637231,0.037604480927102696,2,0.085722858,26.1666666666667,1.13153153153153,16,0.685782864,837,70058,909,3911,2157,9979,9410,0.3919230383805993,0.2292242295430393,4712,-0.18749373684737947,-0.5007438894792774 +39107,OH,Mercer,1408.26781235503,-56.69066803667526,0.0345045281608034,353.737066975533,0.008667052162873843,7,0.171438368,21,0.513334474076609,26,0.636771081,1242,122666,748.3,4609,3335,21161,21315,0.21780634185529985,0.1564625850340136,13865,-0.5480837389537356,-0.6504808820079755 +39109,OH,Miami,14209.8607399238,-9.120510797561453,0.13862467309156343,3770.2764153775,0.0367810315042778,10,0.096246391,55.75,0.532580555794381,78,0.750721848,3123,311615,785.1,15731,12832,50281,51467,0.31286171714961913,0.24932481007247362,23479,-0.3563771603587837,-0.4561952318961665 +39111,OH,Monroe,837.792184608278,1.2281288376161599,0.05721842539327129,203.482333665329,0.013897167986977804,1,0.069132389,15.1666666666667,1.06732348111658,6,0.414794331,540,43443,816,3007,1647,6743,6686,0.44594394186563846,0.2463356266826204,3134,-0.07904493548865488,-0.46874065210888416 +39113,OH,Montgomery,142425.887582158,-9.96145087533696,0.26614050109437487,34594.9539228404,0.06464497802094056,84,0.157564207,414,0.779310253953494,477,0.894739606,17954,1599109,876.2,128983,117661,254266,249560,0.5072758449812401,0.47147379387722393,3105,0.030656871150684717,-0.012441897740022412 +39115,OH,Morgan,945.824959082027,-0.2867612655155917,0.06282881354337896,255.00806518197,0.016939555279790755,2,0.13474365,10.6666666666667,0.720525983968297,2,0.13474365,494,44516,816.3,2772,1711,6042,6290,0.45878848063555117,0.2720190779014308,2604,-0.06024495200264807,-0.41399046104928455 +39117,OH,Morrow,166.316313211074,0,0.004775499273870101,40.6220128428831,0.0011663942585604015,6,0.170687301,20.9166666666667,0.597004985348403,14,0.398270369,964,105108,785.1,5780,3711,15813,16186,0.36552203882881174,0.2292722105523292,8011,-0.24549421362170365,-0.4949338934881997 +39119,OH,Muskingum,16744.9335222579,10.733062188629411,0.1945411334695483,4316.63722777894,0.05015030355018867,16,0.186441073,87.6666666666667,1.0185744605041,64,0.745764292,2931,257978,888.5,16327,10926,35954,36217,0.4541080269232909,0.3016815307728415,12662,-0.06950547922345218,-0.3496148217687826 +39121,OH,Noble,3788.43845414501,-0.023890301061844775,0.25868476982895255,377.551213289321,0.02578021258377064,4,0.278493351,8.58333333333333,0.600485052003171,8,0.556986702,407,43264,636.7,2082,1201,5755,5875,0.3617723718505647,0.20442553191489363,3240,-0.24604691572545617,-0.5514893617021276 +39123,OH,Ottawa,11156.6439043025,20.8544521846711,0.2693020156488969,2396.83008999563,0.057855317418065794,9,0.218690771,27.25,0.67058765626538,36,0.874763085,1401,123055,729.6,11214,8136,21936,21742,0.5112144420131292,0.3742066047281759,4253,0.0406181619256018,-0.19561217919234664 +39125,OH,Paulding,2557.60411142829,-11.064624525493295,0.13039686506721168,639.377173286096,0.03259800006557031,5,0.263310338,15.9166666666667,0.843714109020231,10,0.526620675,547,57148,762.5,3435,2068,8912,8842,0.385435368043088,0.2338837367111513,4291,-0.20343357271095153,-0.4852974440171907 +39127,OH,Perry,1410.53161663492,-62.01755427260866,0.03911840969091242,420.357840601766,0.011657824632585445,8,0.223388808,32.5833333333333,0.906931648435253,20,0.558472021,1037,107882,874.3,6857,4072,14673,14647,0.46732092959858246,0.278009148631119,5906,-0.04368568118312549,-0.40322250290161815 +39129,OH,Pickaway,7596.61635594995,6.382618072588187,0.13638939200599573,1058.81178106792,0.019009870750617976,8,0.140656868,41.0833333333333,0.713685978169605,36,0.632955904,1557,170215,825.3,9335,6325,23443,23814,0.39819988909269294,0.2656000671873688,10157,-0.18675084246896728,-0.42651381540270433 +39131,OH,Pike,4088.46418982961,-38.42663276679182,0.1424105398944446,1055.91657329915,0.036779984440389775,3,0.10617214,38,1.34943181818182,19,0.672423556,1005,84861,960.9,5490,3443,11233,11513,0.48873853823555596,0.29905324415877704,4226,-0.004006053592094716,-0.3670633197255277 +39133,OH,Portage,42909.8652637024,29.387350178055467,0.2658290861899925,9936.53801587208,0.06155742518459462,17,0.105014764,100.166666666667,0.618614427200096,124,0.765990042,4259,486103,799.3,38082,31463,74029,73968,0.51442002458496,0.42535961496863506,7515,0.04885923084196736,-0.10159798831927325 +39135,OH,Preble,314.004876838997,7.177774967915782,0.007428551616725739,62.2625759507064,0.0014729731712965792,5,0.120232771,28.5,0.690959342497636,22,0.529024191,1379,124547,877.7,6005,4323,19619,20475,0.30608084000203883,0.21113553113553113,11053,-0.3668382690249248,-0.5398290598290598 +39137,OH,Putnam,5727.09859938069,14.013148546052786,0.16600766976957854,1435.39444760099,0.0416068421577724,5,0.146322905,12.75,0.374383368569415,22,0.643820784,885,102338,669.9,4238,2874,18126,18387,0.23380778991503917,0.15630608582150432,11830,-0.5144543749310383,-0.6433893511720238 +39139,OH,Richland,31594.1102907102,18.64296948183541,0.25381892179723,6525.62133347414,0.05242515632435541,22,0.180413639,111.083333333333,0.917232970293487,96,0.787259517,4182,365884,836.5,21785,15629,55954,53739,0.38933767022911675,0.2908316120508383,20176,-0.20145119205061307,-0.37544427696830984 +39141,OH,Ross,10703.8210533486,24.950920917041852,0.13711596963195072,2024.87404203539,0.02593864062865585,13,0.168483262,64.6666666666667,0.83982683982684,53,0.686893298,2448,231610,929,13895,9905,28961,28955,0.47978315665895516,0.3420825418753238,7928,-0.023721556576085046,-0.2738041788982905 +39143,OH,Sandusky,6092.05572779065,-1.0881078742666666,0.09996153399498967,1426.36719860869,0.02340455497848336,12,0.199405108,48.75,0.821675375021069,36,0.598215324,1966,179810,841.1,14035,9733,28192,27491,0.49783626560726446,0.3540431413917282,6312,0.019296254256526646,-0.22960241533592807 +39145,OH,Scioto,14240.6569918688,5.733480505818903,0.17913001411173476,3207.76141557381,0.04034970773939056,12,0.155323721,77.6666666666667,1.02074790593348,58,0.750731316,2941,232245,1001.6,14432,8841,30023,29618,0.48069813143256834,0.29850091160780606,10901,-0.019684908237018295,-0.3680532108852725 +39147,OH,Seneca,7975.8375470328,31.820176484695622,0.14055577666812583,1798.68205385204,0.031697630696132524,11,0.197596508,38.0833333333333,0.688008478914121,28,0.502972929,1711,167175,788.9,10962,7237,24633,23481,0.44501278772378516,0.3082066351518249,7322,-0.08374944180570776,-0.3118265831949235 +39149,OH,Shelby,8219.96478161615,8.598383622661881,0.1663186124196457,2153.4043508468,0.0435708951469316,7,0.143000143,34.1666666666667,0.702685286112882,30,0.612857756,1287,146964,756.6,6065,4143,23129,23110,0.2622249124475766,0.1792730419731718,14005,-0.45981235678152965,-0.6060147122457811 +39151,OH,Stark,108254.356229243,4.515678627788044,0.2882278791787846,25550.2494407573,0.06802769389901993,62,0.165009475,281.166666666667,0.75256326527699,316,0.841016033,12238,1125795,784.1,86314,66581,176620,170868,0.4886989015966482,0.3896633658730716,29764,-0.0036462461782357236,-0.17419294426106702 +39153,OH,Summit,165394.718098392,-12.803077230037847,0.3052796574601029,39083.1451575484,0.07213827202790131,85,0.156843063,418.166666666667,0.773952742303658,444,0.819274352,17202,1626763,817.6,147146,129922,259389,249937,0.5672792601074063,0.5198189943865854,20391,0.14821754199291415,0.08158455930894587 +39155,OH,Trumbull,45541.4575972812,-1.3465150355613027,0.2165423637133459,9739.87468923328,0.04631154993168854,45,0.219324966,190.833333333333,0.945538626698047,141,0.687218228,7622,615514,852.3,59446,42130,98703,94073,0.6022714608471881,0.44784369585322037,6022,0.22188788587986186,-0.06401411669660795 +39157,OH,Tuscarawas,17960.7690232658,2.2870650117173623,0.19399849887954246,4118.85469971702,0.044488720266542305,18,0.193990602,80.3333333333333,0.8692202265022,78,0.840625943,3070,278468,787.2,17516,11895,39855,40088,0.4394931627148413,0.2967222111355019,14210,-0.0979550871910676,-0.35447016563560163 +39159,OH,Union,11122.956139362,51.58599969089877,0.21267602560921609,2699.25907392284,0.05161107215913652,5,0.09297828,22.25,0.401211749643868,27,0.502082713,1101,161400,767.6,8546,7530,24947,26533,0.342566240429711,0.2837975351449139,10071,-0.29666893814887557,-0.3795650699129386 +39161,OH,Van Wert,4648.77005034307,22.55225256490474,0.16173010194625206,1058.08638323191,0.036810686864455544,3,0.105403696,16.0833333333333,0.567073314058717,16,0.562153046,997,85469,808.7,3923,2667,13586,13584,0.2887531282202267,0.1963339222614841,7661,-0.40556455174444284,-0.563972320376914 +39163,OH,Vinton,6470.94777706147,204.52886466734296,0.48164851336520065,1526.73945281047,0.11363896187647712,0,0,10.5,0.812630601346645,7,0.528940608,438,39533,1007.3,2382,1332,5352,5393,0.44506726457399104,0.2469868347858335,2467,-0.07772795216741402,-0.4574448358983868 +39165,OH,Warren,75605.2082272299,8.636168223856021,0.35546636808559706,21670.3380497734,0.10188552538058798,30,0.135343027,103.166666666667,0.454352609921769,130,0.58648645,4747,666028,705,31907,33036,108008,114254,0.29541330271831723,0.2891452378034905,42911,-0.39551699874083396,-0.37557547219353365 +39167,OH,Washington,5778.64024941314,11.407378129237156,0.09353880425739164,1193.89503671359,0.01932556956705607,13,0.212373189,61.75,1.01880877742947,47,0.767810759,2220,183687,848.6,11333,7841,28798,28992,0.3935342732134176,0.2704539183222958,12060,-0.19404125286478224,-0.4159768211920529 +39169,OH,Wayne,18588.2530210001,2.0861226097174703,0.16231446927174378,4175.79015349844,0.036463413844729654,28,0.242346608,68.1666666666667,0.585272316190149,71,0.614521755,3213,347124,742.9,18932,14670,49356,48550,0.3835805170597293,0.30216271884654994,16952,-0.21310478969122293,-0.34916580844490214 +39171,OH,Williams,5340.36729667119,0.13464595569970197,0.14187257044448195,1323.42684869434,0.03515825005829499,6,0.160896731,29.25,0.790177486019937,27,0.72403529,1188,111795,770.8,7045,4287,17286,16938,0.4075552470207104,0.25309953949698905,7419,-0.16302209880828417,-0.43800921006021964 +39173,OH,Wood,41776.0575311933,14.283118440940907,0.3329087843554228,8860.08479092771,0.07060503626583985,17,0.131182962,79.6666666666667,0.611789882172852,117,0.902847442,3273,388502,762.6,31596,26440,61967,62287,0.5098842932528604,0.4244866505049208,5294,0.04194167863540277,-0.08499365838778555 +39175,OH,Wyandot,1018.68396102051,1.2464682306358195,0.045044614681428695,239.861406371445,0.010606296987461641,8,0.357893795,16.1666666666667,0.730928052566537,15,0.671050866,771,67078,806.4,3962,2484,10254,10396,0.38638580066315587,0.23893805309734514,4862,-0.2040179442168909,-0.46767987687572143 +40001,OK,Adair,1651.05631843157,7.476319910914668,0.07278826956009214,482.871223533051,0.021287802474674912,3,0.135220409,22.6666666666667,1.02573385223399,9,0.405661228,724,66395,1046,2110,1374,6472,6468,0.32601977750309025,0.212430426716141,3379,-0.34796044499381956,-0.5224180581323439 +40003,OK,Alfalfa,3316.19527714096,-3.297283503707253,0.5877694571323928,483.979364819341,0.08578152513635963,2,0.345423143,5.33333333333333,0.915279446255935,2,0.345423143,189,17485,776.8,278,216,1817,2256,0.15299944964226747,0.09574468085106383,1715,-0.694001100715465,-0.760195035460993 +40005,OK,Atoka,5732.81939501008,-3.014824375130337,0.4042320825701651,1178.13727233637,0.0830727169888852,3,0.217454335,14.9166666666667,1.08013516775284,7,0.507393447,501,41445,979.3,1241,795,4775,5002,0.2598952879581152,0.15893642542982808,3273,-0.4802094240837696,-0.6543382646941223 +40007,OK,Beaver,2157.19728383167,-2.8392442822075252,0.3827532441149166,505.469190234387,0.08968580380312047,1,0.182282173,3,0.557413600891862,1,0.182282173,143,16438,669.2,243,176,2300,2237,0.10565217391304348,0.07867679928475638,1811,-0.788695652173913,-0.8095663835493966 +40009,OK,Beckham,2642.98126105615,-15.600750453801101,0.11948918400724037,721.606159604652,0.03262381480196447,4,0.168840488,21.25,0.943647586482526,15,0.63315183,725,71046,988,1413,958,6909,7529,0.2045158488927486,0.12724133351042635,5329,-0.5909683022145029,-0.7077965201221942 +40011,OK,Blaine,6728.66848126208,-3.316926581289977,0.5633985163913656,1221.44867003288,0.10227318680673868,5,0.504184733,10.25,1.06294721559681,2,0.201673893,381,29530,958.5,991,711,3815,3793,0.2597640891218873,0.18745056683364092,2173,-0.4804718217562254,-0.5728974426575271 +40013,OK,Bryan,8293.33089867481,0.07945620666266427,0.19552364434823677,2015.45612652255,0.047516411885197805,5,0.112394911,44.8333333333333,0.983769629678391,30,0.674369465,1508,133438,943.8,3533,2793,12721,13775,0.27772973822812674,0.20275862068965517,7656,-0.4445405235437465,-0.5557894736842106 +40015,OK,Caddo,8867.08070555166,-10.10665319866982,0.29956353734971825,2214.7214281397,0.07482166986958447,4,0.136439608,33.8333333333333,1.14468089905381,11,0.375208923,1051,88202,1032.7,3151,2418,8811,9336,0.3576211553739644,0.2589974293059126,4055,-0.2847576892520713,-0.43434018851756645 +40017,OK,Canadian,26958.3946472009,-20.35345084875317,0.23332318957946444,6805.27892485591,0.05889925589060083,11,0.084888333,72.3333333333333,0.529790329983691,80,0.617369696,2781,388942,778.5,10533,11666,46148,55250,0.22824391089538007,0.21114932126696834,28303,-0.5435121782092398,-0.5122714932126697 +40019,OK,Carter,4759.17780255905,4.155114234299733,0.1000731291410108,1191.18651928327,0.025047553867638198,9,0.1843469,57.8333333333333,1.19106461268089,30,0.614489666,1872,146038,1079.9,4907,4002,17120,18533,0.28662383177570094,0.21593913559596395,9749,-0.4267523364485981,-0.5260346409108076 +40021,OK,Cherokee,10474.5807313356,0.4882579181652936,0.2229250799441463,2474.41317803058,0.05266165488391641,6,0.124118243,54.3333333333333,1.11567419575633,26,0.537845721,1450,144677,934.1,6137,5455,14288,16487,0.4295212765957447,0.33086674349487477,4537,-0.14095744680851063,-0.2751865105840965 +40023,OK,Choctaw,7356.59511252383,18.42576507495974,0.48382736682169214,1834.88843944032,0.12067664843408879,1,0.06595871,15.0833333333333,1.01332437576979,6,0.395752259,686,45198,1152.2,1494,1064,5066,5419,0.2949072246348204,0.19634618933382542,3138,-0.4101855507303593,-0.5790736298210002 +40025,OK,Cimarron,998.540116734018,-0.19475734706081432,0.40345055221576487,251.598297538837,0.10165587779346948,1,0.435919791,3,1.38760407030527,3,1.307759372,100,6830,968,115,70,1197,1077,0.0960735171261487,0.06499535747446611,892,-0.8078529657477025,-0.8282265552460539 +40027,OK,Cleveland,48390.8452446858,-21.009583554121754,0.18920781703069658,11644.9496539733,0.045531659807133,49,0.181543341,182.916666666667,0.656427003522875,224,0.829912415,5707,814808,760.7,34701,38790,93720,109326,0.3702624839948784,0.3548103836232918,23679,-0.25947503201024325,-0.21659074694034358 +40029,OK,Coal,1618.1589139954,1.3502810134135694,0.273106989703865,411.940209613178,0.06952577377437603,3,0.516617875,7.58333333333333,1.3419453783991,1,0.172205958,254,17223,1028.2,648,411,2357,2393,0.274925753075944,0.17175094024237358,1481,-0.45014849384811195,-0.6188884245716674 +40031,OK,Comanche,40133.4984593286,-3.8165363402937107,0.3234016540099647,10222.0057589352,0.08237043110231591,12,0.095974663,105.75,0.865838082137945,92,0.735805747,3044,374973,907.6,12517,11439,30174,32504,0.4148273347915424,0.3519259168102387,7714,-0.17034533041691519,-0.2373246369677578 +40033,OK,Cotton,5173.78488190306,1224.9521527967074,0.8354246539484999,1301.40233142797,0.21014085765024543,1,0.162601626,4,0.6732873253661,2,0.325203252,237,18263,1004.1,657,424,2453,2602,0.2678353037097432,0.16295157571099156,1630,-0.46432939258051364,-0.6264411990776326 +40035,OK,Craig,2597.30362409594,0.011576785512637753,0.17281945732223966,660.340837530891,0.043937776134865325,1,0.068577699,15,1.02564102564103,5,0.342888493,588,44054,992,1746,1249,5298,5778,0.32955832389580975,0.21616476289373485,3030,-0.3408833522083805,-0.5244029075804777 +40037,OK,Creek,14638.016827244,10.988808450930588,0.20921315516234798,3479.1387830641,0.0497254246010848,6,0.084947333,64.8333333333333,0.909150400119662,37,0.523841885,2498,212278,957.9,7114,5834,26078,28786,0.2727969936344812,0.20266796359341346,15705,-0.45440601273103765,-0.54557771138748 +40039,OK,Custer,8840.44730809653,41.73409034364678,0.32183360544965345,1844.29682745994,0.06714102542720667,5,0.169491525,24.0833333333333,0.822153187906098,25,0.847457627,908,88637,958.3,2358,2102,9800,10531,0.24061224489795918,0.19960117747602316,5716,-0.5187755102040816,-0.5427784635837053 +40041,OK,Delaware,7749.04382691368,-8.874894346244066,0.1867824578039791,1917.12714481213,0.046210310333649814,5,0.120638904,40.0833333333333,0.963587993012484,16,0.386044492,1568,124286,886.4,4176,3306,14232,15680,0.2934232715008432,0.21084183673469387,8490,-0.4131534569983137,-0.5414540816326532 +40043,OK,Dewey,4809.99999895246,0,0.9999999997822164,1221.00000009039,0.2538461538649459,2,0.407000407,4.5,0.933803693712388,0,0,211,14768,1040.2,301,222,2070,2246,0.14541062801932367,0.09884238646482636,1742,-0.7091787439613526,-0.7756010685663401 +40045,OK,Ellis,4132.15332858142,0.11934367721324149,0.9954597274346954,1027.22339622167,0.24746408003412912,4,0.963855422,3,0.735294117647059,1,0.240963855,177,12491,953.2,226,155,1801,1826,0.1254858411993337,0.08488499452354874,1455,-0.7490283176013326,-0.7968236582694415 +40047,OK,Garfield,10121.624007563,-34.156485853123634,0.16707863993996366,2484.53637598529,0.04101248557255348,12,0.190201455,64.6666666666667,1.03296434143199,43,0.681555214,2052,188953,890.1,4732,4391,19908,21692,0.23769338959212377,0.2024248570901715,11607,-0.5246132208157526,-0.5350820579015305 +40049,OK,Garvin,4717.76790458528,-44.481190320371326,0.17108238702441544,1247.23666640801,0.045229063910937416,7,0.253982076,28.9166666666667,1.03874799434825,17,0.616813613,1040,82628,1009,2556,1852,9478,10531,0.2696771470774425,0.17586174152502138,6391,-0.460645705845115,-0.60687494065141 +40051,OK,Grady,6855.3551728216,-10.096666788414575,0.13075003667337262,1620.2289214473,0.030902117477204328,8,0.148549783,42.25,0.773030829750252,25,0.464218071,1606,162236,898.4,4780,3878,19598,22257,0.24390243902439024,0.17423731859639663,13415,-0.5121951219512195,-0.6027317248506088 +40053,OK,Grant,2957.95251751215,5.683085460062094,0.6534023674645791,665.348023753356,0.1469732767292591,3,0.666518551,5.5,1.23180291153415,0,0,181,13533,886.5,393,287,2067,2200,0.19013062409288825,0.13045454545454546,1540,-0.6197387518142234,-0.7 +40055,OK,Greer,550.8833149365,0,0.08829673263928514,98.2304951270926,0.015744589698203654,2,0.325150382,4.83333333333333,0.805824163610092,1,0.162575191,243,18375,942,488,323,1832,1896,0.2663755458515284,0.17035864978902954,1159,-0.46724890829694327,-0.6112869198312236 +40057,OK,Harmon,242.164421913207,0,0.08287625664380802,50.1391539123656,0.017159190250638466,1,0.357398142,3,1.1094674556213,1,0.357398142,92,8485,737.4,264,224,923,975,0.28602383531960995,0.22974358974358974,490,-0.4279523293607801,-0.5025641025641026 +40059,OK,Harper,1903.180770526,-0.19571436140644605,0.5164669662214383,455.627083027076,0.12364371316881304,2,0.524658972,4,1.07613666935701,1,0.262329486,123,11427,750.3,173,131,1434,1485,0.1206415620641562,0.08821548821548822,1176,-0.7587168758716876,-0.7919191919191919 +40061,OK,Haskell,4845.30974357014,0.8057983790727258,0.3794588255595693,1211.80802348122,0.09490234344750725,2,0.155086849,14,1.09829763866008,4,0.310173697,492,38669,946.2,1175,882,4244,4734,0.276861451460886,0.18631178707224336,2815,-0.4462770970782281,-0.5946345585128855 +40063,OK,Hughes,3764.94638841392,10.640821028626931,0.2688671276450703,911.084060875001,0.06506349074305513,4,0.289729103,16.0833333333333,1.18556194407588,8,0.579458207,578,41280,1022.5,1370,961,4206,4525,0.3257251545411317,0.2123756906077348,2426,-0.3485496909177366,-0.536132596685083 +40065,OK,Jackson,6368.2769250254,28.299410824342914,0.24080302975971413,1720.31890245048,0.0650502496578114,1,0.0384645,18.9166666666667,0.741917349753566,17,0.653896454,795,77628,959.3,1953,1473,7915,7806,0.24674668351231838,0.1887009992313605,4496,-0.5065066329753631,-0.5759672047143223 +40067,OK,Jefferson,1507.90767934523,0.12655628362069435,0.23298944365655594,372.892288555829,0.05761623741591919,3,0.476795931,9.25,1.48475120385233,2,0.317863954,303,18897,1141.7,602,365,2234,2345,0.2694717994628469,0.15565031982942432,1540,-0.4610564010743062,-0.6567164179104478 +40069,OK,Johnston,3965.19705281834,11.933301120719204,0.36188710895485443,973.703911598086,0.08886592238734015,1,0.090065748,13.3333333333333,1.20260966296864,4,0.360262992,389,33054,963.3,1134,782,3778,4001,0.30015881418740076,0.19545113721569607,2299,-0.3996823716251985,-0.5746063484128968 +40071,OK,Kay,14104.3326490356,39.21308127761861,0.30291509490648166,3732.52009684242,0.080162366239474675,8,0.175909231,39.8333333333333,0.886307841784779,38,0.835568846,1777,136428,968.1,4624,3734,16122,16795,0.28681305049001365,0.22232807383149747,8434,-0.42637389901997275,-0.5021732658529324 +40073,OK,Kingfisher,1812.58755476907,-20.278276751149576,0.12056588763928895,490.622255254162,0.03263417954331262,4,0.257532835,11,0.703414758920578,7,0.450682462,446,46396,796,844,783,5354,6123,0.1576391483003362,0.12787849093581577,4368,-0.6847217033993276,-0.713375796178344 +40075,OK,Kiowa,4663.12937981374,31.80973489632178,0.4936618018011582,1012.19613847377,0.10715605954623862,3,0.321336761,10.9166666666667,1.20267342367155,2,0.214224507,441,27766,1225.4,1101,766,3410,3489,0.32287390029325513,0.21954714817999427,1827,-0.35425219941348973,-0.5236457437661222 +40077,OK,Latimer,2849.98262961484,14.194692705099483,0.2555121597287825,732.003752422639,0.06562701743075479,2,0.187038249,8,0.768196658344536,2,0.187038249,408,31812,915.3,1169,797,3789,4050,0.30852467669569805,0.19679012345679012,2297,-0.3829506466086039,-0.5671604938271605 +40079,OK,Le Flore,7757.03254261092,12.112829526161935,0.15395825148084552,1808.49192446857,0.03589417125413961,5,0.100480296,63.6666666666667,1.27657583595666,18,0.361729065,1815,149296,1010,4658,3245,15830,17199,0.29425142135186355,0.18867376010233153,10101,-0.4114971572962729,-0.5873015873015873 +40081,OK,Lincoln,2533.05781288979,-62.75411003798088,0.07390826052256266,656.103219250711,0.019143442921562486,3,0.086657616,30.5,0.868228529135472,16,0.462173951,1141,103985,917.3,3265,2423,12807,14001,0.25493870539548685,0.17305906720948502,8415,-0.49012258920902635,-0.6010284979644311 +40083,OK,Logan,9026.69320563416,-5.5038535594326365,0.21570190225659888,2050.08464155174,0.04898883200037612,2,0.0441735,28.3333333333333,0.608168054720815,15,0.331301352,1077,135689,708.5,4686,4239,16983,18948,0.27592298180533475,0.22371754274857505,9374,-0.44815403638933055,-0.49472239814228414 +40085,OK,Love,1911.04528135064,-6.002441520842275,0.2028064609307694,402.860431710842,0.04275288461326988,1,0.102322726,9.5,0.950285085525658,5,0.511613629,340,29355,936.3,1034,735,3470,3787,0.2979827089337176,0.19408502772643252,2185,-0.4040345821325648,-0.576973857935041 +40087,OK,McClain,3325.78282676025,1.0579476257146763,0.09638274000928099,944.312386132533,0.027366614099940102,2,0.0536006,32.3333333333333,0.835875428709305,25,0.670007772,1016,111821,886.6,3191,2893,14299,16839,0.2231624589132107,0.1718035512797672,10258,-0.5536750821735785,-0.6091810677593681 +40089,OK,McCurtain,5508.48449346296,0.6258389491642327,0.16616344886920334,1332.5123104715,0.04019523726196797,9,0.272314675,52.5,1.5995368959844,15,0.453857791,1258,99245,1056,2440,1799,10073,10709,0.24223170852774745,0.16798954150714351,6843,-0.5155365829445051,-0.6389952376505743 +40091,OK,McIntosh,2402.80658051403,-6.990246523486763,0.11864539702320906,468.897199433757,0.023153130527047056,6,0.298685783,20,1.00933636134242,8,0.39824771,880,60575,951.8,2767,2122,7265,7958,0.3808671713695802,0.26664991203820054,3379,-0.23826565726083965,-0.4246041719024881 +40093,OK,Major,1359.13354009168,-59.14802085439413,0.18056776140450115,281.351195958763,0.03737892865135685,3,0.387096774,9,1.15800308800823,2,0.258064516,273,23212,824.4,446,310,3146,3399,0.1417673235855054,0.09120329508679023,2630,-0.7164653528289893,-0.7737569873492204 +40095,OK,Marshall,3885.38601491219,118.96753326640497,0.24528952114344635,1121.82072757941,0.07082201563001325,4,0.247188234,14.4166666666667,0.890412369011591,9,0.556173526,614,48269,925.3,1396,1095,5140,5487,0.2715953307392996,0.19956260251503555,3107,-0.45680933852140077,-0.566247494076909 +40097,OK,Mayes,4346.86785018205,268.13238938268205,0.10535562786742407,1215.67361784925,0.029464446977610942,6,0.147001176,42.0833333333333,1.02842945584881,30,0.73500588,1378,122637,942.8,4822,3423,14456,15712,0.3335639180962922,0.21785896130346233,8127,-0.33287216380741563,-0.5172479633401221 +40099,OK,Murray,551.126078389674,-45.77036859091686,0.040860474376458636,145.428100127353,0.010782035893190465,2,0.144896037,13.75,0.987929300186808,10,0.724480185,567,41428,1031.1,1540,1086,5146,5525,0.29926156237854645,0.19656108597285069,3087,-0.40147687524290715,-0.5587330316742081 +40101,OK,Muskogee,10087.5277647451,13.326454104747846,0.14209786962593465,2765.03067024537,0.03894957980342823,13,0.185804534,84,1.20903320523339,55,0.786096104,2774,209857,1115.7,9943,7969,23335,24193,0.42609813584743944,0.3293927995701236,7060,-0.14780372830512106,-0.2918199479188195 +40103,OK,Noble,3302.80047036051,-2.537533693391109,0.285684670042428,886.148605901498,0.07664982319016496,1,0.087001914,9.75,0.85646521433591,6,0.522011484,405,34466,903.3,1142,901,4626,4870,0.24686554258538695,0.18501026694045175,2806,-0.5062689148292261,-0.5761806981519507 +40105,OK,Nowata,2221.79741502347,-17.380002137416373,0.21087674781923596,569.715543100152,0.0540732292236287,1,0.095020905,12.0833333333333,1.15974021819113,2,0.190041809,432,31567,999.7,1244,742,4076,4237,0.30520117762512267,0.17512390842577294,2579,-0.38959764474975467,-0.6086853906065612 +40107,OK,Okfuskee,2436.26564218133,-10.91342748144335,0.19984132902808058,387.120382874192,0.031754604451988515,3,0.246184146,12.8333333333333,1.05476562285965,2,0.164122764,529,36650,1219.9,1251,943,3579,3933,0.3495389773679799,0.23976608187134502,1848,-0.3009220452640402,-0.4698703279938978 +40109,OK,Oklahoma,150328.167346175,-17.960240736191896,0.20918628471859071,39511.1236045879,0.054980948000701184,181,0.236226125,681.833333333333,0.870829448552733,716,0.934463564,21256,2299630,914.1,106812,112661,256337,273609,0.4166858471465298,0.4117591161109466,28768,-0.16662830570694043,-0.10514274018764003 +40111,OK,Okmulgee,9046.59106563433,-10.288801945237228,0.2257753142238219,2219.01131474287,0.055379752795000375,8,0.204629748,33.0833333333333,0.843682792271271,22,0.562731807,1461,117799,996,5416,4379,13128,13924,0.4125533211456429,0.31449296179258834,4547,-0.17489335770871417,-0.3265584602125826 +40113,OK,Osage,14890.9824881697,9.176123235392684,0.31367927384921007,3952.15591565809,0.08325235750880709,2,0.0416832,35.4166666666667,0.740841456442009,21,0.437673246,1366,143928,744,6695,5593,17913,18942,0.373750907162396,0.295269770879527,6966,-0.252498185675208,-0.3677541970224897 +40115,OK,Ottawa,4918.00796038988,1.2601410609208739,0.15442124969825044,1331.98312017889,0.04182313238441629,2,0.0622956,26.5833333333333,0.83882911026264,15,0.467216944,1263,96305,1026.8,3508,2584,9973,10686,0.35174972425548984,0.241811716264271,5043,-0.2965005514890204,-0.47192588433464344 +40117,OK,Pawnee,240.497791944298,-36.986891414331836,0.014507920126940821,49.1058927857805,0.0029622906910647586,2,0.121943784,14,0.849256900212314,7,0.426803244,630,49249,1024.6,1813,1341,6041,6346,0.30011587485515645,0.21131421367790734,3375,-0.3997682502896871,-0.5318310746927198 +40119,OK,Payne,16690.0675493326,-15.763100345920774,0.2157733361258255,3507.6506025343,0.04534777766689464,6,0.074753314,55.75,0.687160271659415,63,0.784909798,1640,240636,771.2,9193,8785,25660,27749,0.3582618862042089,0.3165879851526181,7859,-0.28347622759158225,-0.28321741324011673 +40121,OK,Pittsburg,19056.9131246921,0.04755152675557432,0.415753935133017,3995.73866891225,0.08717277895395097,5,0.112042307,56,1.26774273877708,30,0.672253843,1858,134071,1069,4813,3704,15598,17250,0.30856520066675214,0.21472463768115943,9036,-0.38286959866649567,-0.5238260869565217 +40123,OK,Pontotoc,8227.26659358764,-0.5743834437594877,0.21944058982149872,1917.04810597701,0.05113219102680598,7,0.184186291,30.4166666666667,0.793547264979564,21,0.552558874,1245,114521,940.1,3934,3633,12855,14814,0.3060287825748736,0.245240988254354,6787,-0.38794243485025287,-0.45814769812339673 +40125,OK,Pottawatomie,9451.210399278,-20.194984078894684,0.13610222054776633,2541.33518753348,0.03659651489780652,3,0.0417763,70.0833333333333,0.969474800571771,62,0.863377477,2408,214848,982.2,7182,6005,23422,25417,0.3066347878063359,0.23625919660070033,11821,-0.3867304243873282,-0.46508242514852266 +40127,OK,Pushmataha,5048.16826459784,74.70266818195506,0.43623991225352926,1086.66833879916,0.09390497224327342,4,0.359550562,11.6666666666667,1.05513852461487,4,0.359550562,528,33511,1098.6,1043,748,4130,4483,0.25254237288135595,0.16685255409324112,2833,-0.4949152542372881,-0.6319428953825563 +40129,OK,Roger Mills,2001.02443678865,0.6253232115378244,0.5486768403588292,469.391995846178,0.12870633283415905,1,0.265886732,2,0.549450549450549,0,0,106,11310,660.4,272,151,1674,1758,0.16248506571087215,0.08589306029579068,1395,-0.6750298685782556,-0.7935153583617747 +40131,OK,Rogers,17566.426554087,-24.278242026282008,0.20213366957122145,4382.23165681146,0.05042554118648478,5,0.05567,54.9166666666667,0.598442415128334,34,0.378555921,2561,269793,858.9,9146,7895,36677,40834,0.24936608773890995,0.19334378214233236,22998,-0.5012678245221802,-0.5632071313121418 +40133,OK,Seminole,1914.04503081855,-12.011483943208571,0.07511361081620556,542.941132241443,0.02130684923638031,5,0.196687778,27.25,1.08104891498393,16,0.629400889,1066,76443,1125.4,2597,2067,7449,8032,0.34863740099342194,0.2573456175298805,3545,-0.30272519801315617,-0.44135956175298807 +40135,OK,Sequoyah,4751.50899744189,44.24332091230577,0.11208768364610153,1361.71314668672,0.03212269459759666,10,0.241791189,46.0833333333333,1.11598133707883,24,0.580298854,1559,123817,1057.5,4193,3061,13766,14437,0.3045910213569664,0.2120246588626446,7827,-0.3908179572860671,-0.5421486458405487 +40137,OK,Stephens,6775.00558874203,-10.690134617923675,0.15039525814113902,1588.00837254913,0.03525147337393735,8,0.179803565,38.3333333333333,0.86943373402888,27,0.606837031,1695,134041,941.8,3939,3084,16846,17886,0.23382405318770033,0.17242536061724253,11082,-0.5323518936245992,-0.619590741361959 +40139,OK,Texas,7447.30238304286,-56.61354349011303,0.36081891390711524,1976.65921777595,0.09576837295426115,3,0.137280923,15.9166666666667,0.754415900401302,8,0.36608246,508,65250,876.6,854,855,5762,5771,0.14821242624088857,0.14815456593311385,3760,-0.7035751475182228,-0.6515335297175533 +40141,OK,Tillman,2761.77825747576,-0.4735144890105709,0.3455678500345044,671.45574752535,0.08401598442509385,1,0.131095962,10,1.33958472873409,4,0.524383849,296,22806,958.7,906,657,2719,2706,0.3332107392423685,0.24279379157427938,1287,-0.33357852151526296,-0.47560975609756095 +40143,OK,Tulsa,145919.165075788,-5.253359451162018,0.24182704606339048,38224.0728756955,0.06334750220946117,83,0.131830152,466.166666666666,0.725054696653912,582,0.924399379,17124,1893158,863.7,82633,87663,227541,246557,0.3631565300319503,0.35554861553312217,56322,-0.27368693993609944,-0.2284339929509201 +40145,OK,Wagoner,20762.9436732093,-9.391930290218236,0.2840930926073654,5758.2114676249,0.07878786984504207,2,0.0264194,41.3333333333333,0.532104343945382,31,0.40950041,1880,227851,804.6,7773,6711,28621,31246,0.2715838021033507,0.2147794917749472,16256,-0.45683239579329865,-0.5202585930999168 +40147,OK,Washington,16508.8420248772,-1.711928391758057,0.32385518724256906,4106.36814617006,0.08055493067659408,6,0.115524578,38.25,0.734348301879548,39,0.750909756,1821,155557,825.8,5532,5047,21199,22208,0.2609557054578046,0.22726044668587897,10763,-0.4780885890843907,-0.4846451729106628 +40149,OK,Washita,4515.67619196941,-6.370075647657898,0.3883116512141551,1263.38819679551,0.10864117265418438,2,0.173205162,11.6666666666667,1.01918988963629,2,0.173205162,403,34969,893,821,588,4303,4628,0.19079711828956541,0.12705272255834055,3263,-0.6184057634208691,-0.7050561797752809 +40151,OK,Woods,2871.68635170604,-0.05523934993103529,0.32346095423586846,608.46222010054,0.06853595630778779,3,0.322997416,7.5,0.815128790348875,8,0.861326443,297,27568,825.5,670,521,3395,3665,0.19734904270986744,0.1421555252387449,2424,-0.6053019145802652,-0.6613915416098227 +40153,OK,Woodward,5308.93994328256,-1.572759677958522,0.2643762732574354,1052.45205085143,0.052410340662886815,2,0.092897952,18,0.864802536754108,13,0.603836685,531,64228,791.2,1129,871,7065,7573,0.15980184005661713,0.11501386504687706,5458,-0.6803963198867657,-0.7207183414762974 +41001,OR,Baker,7253.45435499996,23.649862008395747,0.4495757006941837,1321.77060413834,0.08192454469681047,5,0.31135189,21.6666666666667,1.34919152292588,9,0.560433402,633,48212,785.6,2364,1781,8351,8479,0.28307987067417073,0.2100483547588159,4379,-0.3985151478864807,-0.516452411841019 +41003,OR,Benton,22296.2984290913,28.99566530273142,0.26053469226201875,5228.42105007219,0.06109467334360288,16,0.185365402,54.3333333333333,0.607857395909082,59,0.683534918,1660,260010,566.8,27662,28431,44262,45577,0.624960462699381,0.6238014788160695,15401,0.2878315485066197,0.3379116659718718 +41005,OR,Clackamas,52465.891273802,-16.96338925658392,0.1395399138114694,13097.7201156694,0.03483510318216717,60,0.151909502,239.833333333333,0.587737484336531,236,0.59751071,9770,1184130,667.5,94013,90187,185564,182136,0.506633829837684,0.4951629551543901,11125,0.03482356491560862,0.061080730882417555 +41007,OR,Clatsop,6399.4623739419,-47.26914978076928,0.17277632695110293,1407.46826719512,0.03799962923391884,13,0.346907189,45.5833333333333,1.17993718506247,30,0.800555052,1206,112347,792.2,9616,8899,17206,18158,0.5588748111124027,0.4900870139883247,1105,0.1461699407183541,0.06085471968278444 +41009,OR,Columbia,7244.59596440742,-2.056231469972693,0.14679734887656623,1612.79759585163,0.03268014013599785,8,0.161750136,34.5,0.679334449148371,23,0.465031642,1314,148344,721.3,11843,9959,23298,25077,0.5083268950124474,0.39713681859871597,3008,0.051420722808824815,-0.11995055229891927 +41011,OR,Coos,7125.65679045416,1.3778711636336312,0.1130285168925045,1308.87011982322,0.02076154560892121,17,0.272108844,68,1.06648264613165,42,0.672268908,2645,188301,862.2,12628,10355,27926,30181,0.4521950870156843,0.34309665021039726,7344,-0.06338179474325006,-0.2433318975514397 +41013,OR,Crook,3539.2124540352,19.496776673224694,0.16871067089499475,810.415347589116,0.03863167831009229,4,0.190494333,22.5833333333333,1.00059075468912,9,0.428612249,746,63451,760,3081,2591,10109,11638,0.3047779206647542,0.22263275476886063,5797,-0.3648234246710852,-0.49810964083175807 +41015,OR,Curry,2747.2672528763,-1.5401676735500096,0.12284328621339206,378.437265964171,0.01692171641764313,8,0.358182225,23.5833333333333,1.03831873082963,15,0.671591672,1197,67002,890.2,4611,4253,11529,12163,0.3999479573250065,0.3496670229384198,2904,-0.1705264983953509,-0.23875688563676722 +41017,OR,Deschutes,24606.4852473799,0.40729758922263853,0.15600087012470376,5991.20015384842,0.03798317507337349,36,0.211282485,103.583333333333,0.571314584287056,134,0.78644036,4217,511596,645.6,34985,40222,77441,90584,0.45176327785023435,0.44402985074626866,3445,-0.07341072558463863,-0.03803099885189437 +41019,OR,Douglas,27253.653438353602,-6.64700597324175,0.25312912441466373,5817.01794961661,0.054027863222868754,26,0.243054257,125.583333333333,1.15790897160472,68,0.635680365,4296,321570,823.3,17032,13891,49062,51350,0.3471525824467001,0.27051606621226876,20221,-0.276303452774041,-0.3937877312560857 +41021,OR,Gilliam,1022.11172904046,-0.07318759860693351,0.546291677734078,217.929350108856,0.11647747199831962,3,1.552795031,4,2.15749730312837,2,1.035196687,58,5724,586.9,371,221,1044,937,0.3553639846743295,0.23585912486659552,411,-0.2547892720306514,-0.43863393810032014 +41023,OR,Grant,2963.72852529371,0,0.3980830792872679,543.809235648135,0.07304355079222767,3,0.417827298,17,2.37496507404303,5,0.69637883,240,21646,589,834,732,3778,4171,0.22075172048703018,0.1754974826180772,2455,-0.5330862890418211,-0.5885878686166387 +41025,OR,Harney,2747.20509274781,15.986162123553257,0.37014350481646585,652.707570697364,0.08794227576089517,2,0.280662363,8,1.09709270433352,7,0.982318271,252,21527,768,829,682,3535,3850,0.2345120226308345,0.17714285714285713,2222,-0.5007072135785008,-0.5771428571428572 +41027,OR,Hood River,1437.56011367499,-5.2230711073953255,0.06433187656291908,390.778090756152,0.017487608106871565,10,0.436967446,20.4166666666667,0.878816574839302,24,1.04872187,559,68693,686.6,5977,6359,9662,10383,0.618608983647278,0.6124434171241452,3136,0.26671496584558063,0.3020321679668689 +41029,OR,Jackson,38777.2542501266,15.641523480025516,0.19082730947967386,9237.27313832625,0.045457679095726754,36,0.171194605,162.083333333333,0.748559456018572,153,0.727577073,7014,630716,754.6,42341,43550,91955,103789,0.4604534826817465,0.4196013064968349,9533,-0.05038333967701597,-0.09184981067357811 +41031,OR,Jefferson,4096.14049613778,-6.616979984454829,0.18858842063249448,1085.11553773226,0.049959278901116934,7,0.315428983,19.8333333333333,0.859329867128827,11,0.495674117,613,66817,803.9,3238,2892,7978,8874,0.4058661318626222,0.325895875591616,2445,-0.16771120581599397,-0.2755240027045301 +41033,OR,Josephine,16477.7018766948,13.137458609416708,0.19921538182262524,3631.84187692256,0.04390896082747041,21,0.251199177,84.1666666666667,0.97977587384367,46,0.550245816,3582,251614,843.7,14929,13223,39679,42613,0.3762443609970009,0.3103043672118837,13359,-0.2194359736888531,-0.3134958815384976 +41035,OR,Klamath,24263.3188711144,9.311517784434196,0.3655215256269117,5032.200031762,0.07580897908650197,18,0.27499809,62.8333333333333,0.945672732015913,36,0.549996181,2226,197423,847,8140,7080,27530,29240,0.295677442789684,0.2421340629274966,13090,-0.38191064293498,-0.44767441860465107 +41037,OR,Lake,3444.15870908631,-2.9047563032181605e-13,0.4362455616322115,676.996571185482,0.08575004068213833,1,0.127583567,11.6666666666667,1.48866488026881,6,0.765501403,275,23502,747.3,769,628,3676,3814,0.20919477693144722,0.16465652857891977,2373,-0.5527747551686615,-0.6221814368117462 +41039,OR,Lane,63271.580700469,17.268220768615123,0.1798944619947088,14544.8983135445,0.04135421666276531,63,0.175812154,313.083333333333,0.847272625584431,294,0.820456721,10356,1077051,738.5,99891,100497,166176,181072,0.60111568457539,0.5550112662366351,34279,0.23416137107644913,0.1893114341256516 +41041,OR,Lincoln,7837.11123961508,11.749681722728898,0.1702461493594969,1340.64893455937,0.029123016347903073,15,0.323234065,53.25,1.11387691921516,32,0.689566004,1713,139715,778.5,13277,12300,22612,24035,0.5871661064921281,0.5117536925317245,2399,0.20581991862727755,0.09981277303931763 +41043,OR,Linn,25681.1489810242,-8.866358545488435,0.22011407176549813,6351.87556173968,0.05444215888764811,18,0.150809343,108.25,0.881163053830312,62,0.519454405,3730,358361,818.5,19893,17456,49987,54724,0.3979634705023306,0.3189825305167751,15227,-0.171824674415348,-0.2782508588553468 +41045,OR,Malheur,3529.12021932036,25.946310862951826,0.11270463447514961,754.753840504026,0.02410353017928739,7,0.23057413,30.5833333333333,1.00474172388493,20,0.658783227,943,91352,839,2701,2213,9711,9950,0.2781381938008444,0.22241206030150754,4928,-0.41705282669138094,-0.4952763819095478 +41047,OR,Marion,45615.7213791268,-0.009856988546935792,0.144657971297594,12332.0030810368,0.03910762548095454,40,0.122657999,251,0.746321911535579,225,0.689951243,8048,978452,726.5,54337,48803,115519,110804,0.47037283910006145,0.44044438828923144,5533,-0.035474683818246366,-0.049935020396375596 +41049,OR,Morrow,3973.41945461486,28.461660191750525,0.355626909032029,1226.45050131869,0.1097691310586852,2,0.17877894,9.83333333333333,0.872213352255928,1,0.08938947,258,33589,717.4,1189,1004,3838,3989,0.3097967691505993,0.25169215342191026,1694,-0.3478374153204794,-0.42466783655051393 +41051,OR,Multnomah,67238.8656930298,-27.31059000091055,0.09143989764247241,15618.1407715221,0.02123951941773684,165,0.212433952,670.666666666667,0.838578617578975,667,0.858748159,17070,2334763,742.7,261222,271754,344614,357762,0.7580133134463487,0.7595943672050134,208699,0.549237697830036,0.5833459115277755 +41053,OR,Polk,22526.264677065,7.486704998934742,0.2987449395523388,5281.18602724851,0.07003946828705104,13,0.166846347,46.3333333333333,0.56626294970037,42,0.539042045,1987,234068,669.1,15761,15741,33996,37030,0.4636133662783857,0.4250877666756684,2592,-0.04753500411813161,-0.06999729948690248 +41055,OR,Sherman,1439.76798266692,83.95358777696684,0.8157325680832408,275.983227125009,0.15636443463173316,1,0.584795322,6,3.50877192982456,1,0.584795322,60,5093,620.2,317,202,1019,983,0.31108930323846906,0.20549338758901323,524,-0.35328753680078506,-0.5330620549338758 +41057,OR,Tillamook,2211.50335144098,-60.10722234856589,0.08758429114617743,479.436280182101,0.018987575452756474,8,0.315681477,33,1.26228818421757,12,0.473522216,865,76391,738,6249,5701,12346,13261,0.5061558399481614,0.42990724681396575,785,0.04689778065770295,-0.05919613905436999 +41059,OR,Umatilla,23442.0831880619,22.33198644021864,0.3088996190233354,6499.08374234736,0.08563933827494578,13,0.169480477,70.3333333333333,0.919919081999233,40,0.521478391,1919,230024,757.9,8499,7466,24623,26116,0.34516508955042036,0.28587838872721705,9309,-0.281281728465256,-0.3564481543881145 +41061,OR,Union,5001.2692573624,-60.284625860128926,0.19423913536439336,1118.6042065199,0.043444314374704834,8,0.311393095,25.5,0.977498370836049,18,0.700634463,785,77017,733.3,3943,3221,11905,12465,0.33120537589248217,0.25840352988367427,5157,-0.3078538429231415,-0.4137184115523466 +41063,OR,Wallowa,1895.86193309683,-0.3554303734616263,0.2705282438779723,348.599297464081,0.049743050437226176,5,0.73313783,7.5,1.07975813417794,4,0.586510264,259,20473,698.2,1252,1097,4152,4177,0.3015414258188825,0.2626286808714388,1728,-0.371868978805395,-0.4136940387838161 +41065,OR,Wasco,10369.7255747784,0.08515346861520219,0.4112848758489033,2391.97793435309,0.09487081800472336,8,0.313541054,21.0833333333333,0.807326568383432,18,0.705467372,970,76746,844.2,5066,4634,10550,11251,0.48018957345971564,0.4118745000444405,1087,-0.008151658767772518,-0.09661363434361392 +41067,OR,Washington,59768.6985246026,-15.221069184023584,0.11283286803081422,17881.1444051276,0.033756478837718,92,0.163410882,306.083333333333,0.525213388494324,369,0.655419735,9635,1693260,585.1,124431,137818,216473,232034,0.5748107154240945,0.5939560581638897,61915,0.17498718084934378,0.266835894739564 +41069,OR,Wheeler,1440.99999761272,0,0.9999999983433172,258.99999948703,0.17973629388412907,1,0.727272727,3,2.23214285714286,0,0,57,4120,664.5,262,153,841,792,0.31153388822829964,0.19318181818181818,430,-0.33293697978596914,-0.542929292929293 +41071,OR,Yamhill,17001.7292475765,0.648733541748959,0.17140049446610647,4728.39642476547,0.04766865025521428,20,0.196544743,71.8333333333333,0.683899017787722,47,0.461880147,2637,305109,697,18906,18635,41750,45116,0.45283832335329344,0.4130463693589857,3954,-0.06718562874251499,-0.08764074829328844 +42001,PA,Adams,11147.0683420914,-2.7800294551869187,0.1099240520091453,2662.71439749581,0.02625769816182127,10,0.098314883,53.8333333333333,0.526848045932015,73,0.717698645,3045,305607,712.7,14893,14077,41973,47138,0.3548233388130465,0.29863379863379863,17172,-0.27629666690491506,-0.36429207857779283 +42003,PA,Allegheny,312479.185641555,-11.122275778668806,0.2554295144485093,68150.2681229133,0.05570799815172241,225,0.182740375,831.833333333333,0.678845350841041,997,0.809742905,40926,3697169,770.6,348151,363017,614671,643173,0.5664021891385799,0.5644157948172576,105529,0.1445439918265219,0.16407560640760727 +42005,PA,Armstrong,5493.64437898676,49.54658083815659,0.07968617192942894,1191.38904386891,0.01728128463278615,14,0.206535369,45.8333333333333,0.689368187788908,27,0.398318212,2514,202860,805.8,8694,6849,28322,30446,0.3069698467622343,0.2249556591998949,15827,-0.3720429348209872,-0.5198384024173948 +42007,PA,Beaver,62536.2984614753,-7.4974221140453645,0.3666979310390896,12893.0953288742,0.0756020343081301,29,0.171200529,127.583333333333,0.762014545469025,102,0.602153585,6466,508281,817.6,36833,30225,80015,79036,0.4603261888395926,0.3824206690621995,15856,-0.06605011560332436,-0.20061744015385397 +42009,PA,Bedford,3410.10245169459,-47.83763357751974,0.06852824347282244,629.420949162838,0.012648626445135607,13,0.265598823,40.8333333333333,0.844973271253664,18,0.367752217,1746,146640,791.5,4730,3613,21444,23504,0.22057451967916433,0.15371851599727707,15842,-0.5492911770192128,-0.6740129339686862 +42011,PA,Berks,66148.040351461,4.471292831722965,0.16077123957073153,15721.4878466769,0.03821070247246732,73,0.176460208,343.25,0.827483293636636,269,0.650243781,11583,1243596,727.3,79895,75169,163253,175934,0.48939376305489024,0.427256812213671,17925,-0.005892694161822476,-0.1018847977082315 +42013,PA,Blair,30041.7461636871,29.148395126221143,0.23638352779301985,6115.64429802086,0.04812095695159188,18,0.142908181,119.416666666667,0.958015777510362,94,0.746298281,4858,378035,848.3,15516,13093,47631,52029,0.3257542356868426,0.2516481193180726,24131,-0.33557976947786106,-0.4637990351534721 +42015,PA,Bradford,6257.84058805147,-17.552975615611185,0.09993038529672432,1478.82151001527,0.023615047587353805,14,0.226595882,58.5,0.962646042455159,30,0.485562605,2113,185279,803.4,8291,6263,22501,25399,0.3684725123327852,0.2465845112012284,11694,-0.2460335096217946,-0.4604118272372928 +42017,PA,Bucks,188961.859164819,-11.090979928468474,0.3022185707851096,46741.86575594,0.07475720194025101,104,0.165952592,321.5,0.513251138651243,472,0.753169455,17492,1880288,688.3,159598,165861,319407,342572,0.4996697004135789,0.4841639129876347,1988,0.01165284417686524,0.005803159627757071 +42019,PA,Butler,35420.6646228988,-14.486301462060315,0.1926480981545877,8579.23850653314,0.046661292200308596,34,0.182851734,115.583333333333,0.618598817927681,106,0.570067171,5725,558574,744,28385,26834,88924,92027,0.3192051639602357,0.291588338205092,34554,-0.348960910440376,-0.37547676225455573 +42021,PA,Cambria,36952.9760410899,23.46887607030574,0.25719121124931205,6886.86033079772,0.047932267977907145,28,0.203293352,118.416666666667,0.878905283575295,102,0.740568641,5521,412780,835.6,23181,17798,57718,60167,0.40162514293634566,0.2958099955124902,22712,-0.17815932637998544,-0.3774826732261871 +42023,PA,Cameron,466.564369293961,0,0.09175307164089695,58.2553804286244,0.011456318668362714,1,0.20811654499999999,4.5,0.962155227710071,1,0.20811654499999999,172,14405,668.7,677,469,1967,2024,0.344178952719878,0.2317193675889328,1026,-0.2984239959328927,-0.5069169960474309 +42025,PA,Carbon,7212.78646289988,-4.4478705718364235,0.11054248284111451,1543.60500157117,0.023657144194871492,10,0.155180708,36.1666666666667,0.568711932991582,35,0.543132478,2442,193091,870.6,11040,8917,24232,28721,0.45559590623968305,0.3104696911667421,9797,-0.06891713436777813,-0.3411092928519202 +42027,PA,Centre,24825.6357219339,18.42048555179288,0.1612158953304364,4766.36425796218,0.030952427157362038,18,0.113391541,67.75,0.419598176683347,98,0.617353945,2764,478299,577.1,33677,36555,68801,75394,0.48948416447435356,0.48485290606679576,1456,-2.906934492231117e-4,0.01931188158208874 +42029,PA,Chester,198074.308109409,1.4401361323464903,0.3970332062022366,52154.0028832329,0.10454092294278232,75,0.146260414,214.166666666667,0.414800869758337,337,0.657196792,11392,1538854,628,122232,140188,248295,266637,0.49228538633480334,0.5257634911883947,24606,-0.004220785758875523,0.09228276645776845 +42031,PA,Clarion,2152.68248914491,-21.936585366026982,0.05383321219228043,338.901678348703,0.008475084484062794,9,0.231833286,40.5833333333333,1.05375674014835,23,0.592462842,1252,117970,802.2,4731,4256,15227,17481,0.3106981020555592,0.24346433270407872,8289,-0.3610034806593551,-0.47417195812596535 +42033,PA,Clearfield,11298.534513112,-2.9328558654784,0.1383912019929938,2278.36003498202,0.027906715109649687,17,0.209382813,63.25,0.784778400913197,53,0.652781712,2728,243695,767.3,11093,7700,31894,32692,0.34780836520975733,0.23553162853297444,16209,-0.2887690474697435,-0.49580937232350425 +42035,PA,Clinton,6905.32941004638,-6.400913167401258,0.17598576405643457,1559.64512294347,0.03974833383310745,6,0.150962385,32.4166666666667,0.826260206118998,17,0.427726758,1219,118791,779.5,5503,4533,12663,14839,0.4345731659164495,0.30547880584945075,5168,-0.11355918818605387,-0.34827144686299616 +42037,PA,Columbia,6681.2180411078,-10.391346390999345,0.09928253274549075,1261.94572090544,0.018752444028611936,10,0.14898245,56.0833333333333,0.844374184482586,54,0.804505229,2071,200718,776.6,10424,8502,24305,27127,0.4288829458959062,0.3134146791020017,8885,-0.12429541246657066,-0.3275334537545619 +42039,PA,Crawford,10527.2811724747,9.243170936135288,0.11859720804905875,2299.17350376822,0.025901802554703094,24,0.275308288,70.8333333333333,0.821189391392389,47,0.539145397,3064,260942,877.8,13024,10215,33089,35563,0.39360512557043126,0.2872367348086494,13697,-0.19562392335821577,-0.3851474847453814 +42041,PA,Cumberland,52825.6234268966,13.991009347418984,0.2244021963199604,10767.7716245669,0.04574127942604224,38,0.155889761,153.583333333333,0.618026660657422,169,0.693299202,6795,731034,683.1,43983,44282,109964,115068,0.399976355898294,0.38483331595230647,21367,-0.1853515696045978,-0.18569020057705005 +42043,PA,Dauphin,85827.7766576805,-20.24531098497032,0.3201334451983607,19220.1670665298,0.07169029118437076,58,0.213664981,243.083333333333,0.888115149898736,219,0.806769496,7373,816368,746.4,64209,64287,122625,130160,0.5236207951070336,0.49390749846342963,3667,0.060110091743119265,0.02817301782421633 +42045,PA,Delaware,88622.49610852,-22.653652178874754,0.158543516140177,20416.5727240767,0.036524758039347995,128,0.227369618,397.583333333333,0.705683212578821,418,0.742503908,16352,1688470,756.3,164805,169169,272853,284832,0.6040065529790767,0.5939255420739242,62610,0.21819441237589476,0.2198137849679811 +42047,PA,Elk,3612.38558572068,18.87313742455115,0.11307786845679209,709.635228672312,0.022213586322929694,7,0.224402129,27.5833333333333,0.904965004374453,17,0.544976598,1184,93415,799.7,5144,3637,12425,13854,0.4140040241448692,0.2625234589288292,6067,-0.15734406438631793,-0.43792406525191285 +42049,PA,Erie,75116.9392473492,1.7016621545812431,0.2677335787206903,16311.6074391365,0.058138218597893185,40,0.143655973,226.25,0.819132027790751,185,0.664408874,8553,837098,800.9,65136,54820,112732,117240,0.5777951247205763,0.46758785397475267,2348,0.16884291949047303,-0.02002729443875806 +42051,PA,Fayette,27001.2345008429,19.473931617607988,0.19765774929975916,5532.06673485157,0.04049651358543234,33,0.246110705,115.083333333333,0.867028797159209,81,0.604089912,5333,402718,881.9,21841,17826,48196,53426,0.4531703875840319,0.3336577696252761,16562,-0.08307743381193461,-0.3099988769512971 +42053,PA,Forest,105.415202866244,17.28401450757552,0.01366189772761068,13.5361666903464,0.001754298430578849,2,0.266028199,6,0.819560169375768,2,0.266028199,253,22504,820.4,894,626,2308,2398,0.3873483535528596,0.2610508757297748,1054,-0.21100519930675904,-0.43953294412010013 +42055,PA,Franklin,26304.5680108961,-15.245919834292312,0.17581152007710368,6141.66005685691,0.04104893834202375,31,0.202757502,98.5,0.640229832760268,99,0.647515894,4484,458770,697.5,18910,17322,62802,69345,0.30110506034839657,0.24979450573220852,32232,-0.3847329702875705,-0.46480640276876484 +42057,PA,Fulton,1650.69023086998,-10.818937950209161,0.11119503070865477,392.574218924646,0.026444878337800338,2,0.136686714,10,0.683060109289617,5,0.341716785,507,43928,899.2,1297,904,6148,6743,0.2109629147690306,0.13406495625092688,4772,-0.5665256994144436,-0.7076968708290079 +42059,PA,Greene,6321.85540411419,4.624935930492061,0.16341455317464174,1362.81516425665,0.03522760596227705,9,0.237824697,35.9166666666667,0.965579661442231,26,0.687049124,1288,113198,883.3,5564,4157,13726,14955,0.405362086551071,0.27796723503844867,6237,-0.1763805915780271,-0.41705115346038113 +42061,PA,Huntingdon,931.024797355455,-30.128008227398983,0.02027802141780008,210.785897110429,0.004590985061103152,4,0.087431694,31.5833333333333,0.692100918905494,19,0.415300546,1331,137360,705.2,5383,4487,17587,19496,0.3060783533291636,0.23014977431267952,9882,-0.37357138795701367,-0.5068732047599507 +42063,PA,Indiana,17518.9809108226,80.77921778045275,0.1971082460713614,2544.25167685397,0.02862569393400056,9,0.102615557,51.0833333333333,0.59148873759128,50,0.570086425,2662,262680,763.3,14403,11468,36180,37728,0.39809286898839136,0.3039652247667515,13452,-0.18750690989496965,-0.3565521628498728 +42065,PA,Jefferson,2008.4727747541,-15.913060095361084,0.04443523837951549,334.507176214676,0.007400601243687522,8,0.179219499,40.9166666666667,0.928383969021094,25,0.560060935,1679,133993,832.3,4535,3437,17072,18551,0.26563964386129335,0.18527303110344456,11096,-0.4541354264292409,-0.5981348714355021 +42067,PA,Juniata,4489.02837540831,6.501507702825659,0.1822141733807562,1061.66787298383,0.043094165975963224,5,0.201645427,19.75,0.794353054739975,10,0.403290853,775,74323,722.5,2533,1810,9480,10402,0.26719409282700424,0.1740049990386464,6424,-0.45232067510548524,-0.6175735435493175 +42069,PA,Lackawanna,27068.5711774035,11.76010930343914,0.12623087982672535,5746.71892284379,0.02679910147429683,49,0.230350838,185.25,0.876628446770553,145,0.68165044,8063,638237,843.4,61309,51593,97116,102740,0.6312965937641584,0.5021705275452599,3491,0.27368301824622104,0.03397897605606387 +42071,PA,Lancaster,121279.273363883,-9.271843832460545,0.23347856532237865,29740.546386513,0.05725446656818913,110,0.206255156,334.666666666667,0.6214794181368,326,0.611265282,14619,1600507,676.6,87108,90066,219677,239151,0.3965276292010543,0.3766072481402963,47079,-0.19235513959130907,-0.19685888831742288 +42073,PA,Lawrence,24199.2731835393,-8.65419826701189,0.2656108484824527,5234.07850247946,0.05744916475479058,15,0.168974102,75.6666666666667,0.866802605753736,50,0.563247006,3498,265746,831.6,17427,13933,38816,40555,0.4489643446001649,0.34355813093330045,11390,-0.08985985160758447,-0.28085316237208724 +42075,PA,Lebanon,19710.992589749,-21.101439528961027,0.14757271644217926,4047.26908399163,0.030301188038988604,30,0.22000748,94.25,0.678726514622325,78,0.572019449,4295,408870,727.2,18975,17860,53771,58906,0.3528853843149653,0.30319492072114895,20944,-0.27961168659686453,-0.35554951957355785 +42077,PA,Lehigh,87227.6119101942,-4.504311419631271,0.24958043104860472,20662.6093338534,0.05912099197948309,82,0.229163581,267.083333333333,0.735468923971101,246,0.687490743,10013,1074788,714.5,77029,77087,144922,153031,0.5315204040794358,0.5037345374466611,6802,0.07547508314817619,0.04444851043252668 +42079,PA,Luzerne,50063.3582810713,-11.274813165480282,0.15600046828495534,9939.28045286843,0.030971402205137853,61,0.19132513,284.416666666667,0.898963176487569,207,0.649250852,12242,957827,857.4,63974,51454,123741,132731,0.5169992161046056,0.3876562370508773,26054,0.048528781891208295,-0.19629174797146115 +42081,PA,Lycoming,21592.6000896043,-6.7322974548834775,0.18596515480535264,4428.05872130298,0.03813642739536289,19,0.16307893,84.0833333333333,0.729586052107918,74,0.635149518,3793,349268,776,15104,12926,46214,50294,0.3268273683299433,0.25700878832465107,22549,-0.33292941532868825,-0.44834373881576334 +42083,PA,McKean,1676.28845897016,41.832394756835455,0.03857971136870334,238.836698411487,0.0054968169945106326,12,0.281994642,44.8333333333333,1.07044226376652,28,0.657987498,1572,127975,872.2,5260,3802,15014,15572,0.3503396829625683,0.24415617775494478,7357,-0.28200346343412813,-0.472450552273311 +42085,PA,Mercer,16912.5908135497,2.8319453617941406,0.14500069285781392,3620.14797063655,0.03103746609712572,15,0.130566484,99.0833333333333,0.877519269998435,72,0.626719125,4266,344545,786.7,23082,17631,48065,49594,0.4802246957245397,0.35550671452191795,12403,-0.02542390512847187,-0.25009073678267535 +42087,PA,Mifflin,2397.65237598273,-35.32174950187203,0.051361389314569426,537.179792838188,0.011507214618872113,12,0.25777625,44.5,0.960252039186915,27,0.579996563,1635,139749,771.2,4259,3563,16311,18239,0.26111213291643676,0.19535062229288885,10487,-0.46802771136043164,-0.5749766982838971 +42089,PA,Monroe,49943.4420150373,-1.9207912844503534,0.294058254230622,13300.8419115695,0.07831303159153508,20,0.120254458,101.583333333333,0.61158673393619,106,0.63734863,4251,500949,759.2,33431,31930,59312,65944,0.5636464796331265,0.48419871406041487,224,0.1404606150526032,0.003396821545553763 +42091,PA,Montgomery,227360.918525595,-1.785947731690034,0.28424591688890377,53490.5616354485,0.06687373465751918,141,0.172612832,399.416666666667,0.486070968592493,657,0.804302344,22021,2449576,649.1,227561,251063,401787,427489,0.5663722320533019,0.5872969830802663,90260,0.1435038963430873,0.21113993576442897 +42093,PA,Montour,2082.60805581138,0,0.11400930945483002,342.527777536307,0.01875117849325598,3,0.160935572,11.9166666666667,0.649657453342783,11,0.590097098,684,55682,774,3026,2851,7787,8535,0.3885963785796841,0.33403632103104863,2423,-0.20675484782329523,-0.28388986526069127 +42095,PA,Northampton,68026.9845244353,-3.5335157628015943,0.2284816515506585,15629.6824190169,0.05249528076651015,51,0.169630206,170.333333333333,0.563469117261121,199,0.661890412,8881,900500,691.8,65014,65936,125883,142775,0.5164637004202315,0.4618175450884258,5448,0.04585210076022972,-0.03815794081596918 +42097,PA,Northumberland,10264.8685529413,-9.542171637927533,0.10859077260643722,2075.90387989956,0.021960729941388372,21,0.223537427,76.9166666666667,0.831163124092745,51,0.542876607,3466,281053,799.1,12392,9184,31512,34971,0.39324701700939324,0.2626175974378771,15234,-0.19433866463569438,-0.4356180835549455 +42099,PA,Perry,5820.97007737971,-1.8527548567979908,0.1266281641406102,1402.00328138481,0.030498885800970436,9,0.19722137,33.9166666666667,0.74021533537029,17,0.372529255,1349,136779,848.9,5430,4630,18240,21153,0.29769736842105265,0.21888148253202855,10983,-0.38821271929824563,-0.5192171323216566 +42101,PA,Philadelphia,18434.2533814301,41.64742146478797,0.012080066121253848,2406.79108950198,0.0015771832414171242,635,0.406973801,2031,1.29538635807005,1365,0.874833445,42156,4685690,870.5,557024,560542,653598,680227,0.852242509922001,0.8240513828471966,455124,0.71172800406366,0.6690766464724276 +42103,PA,Pike,3588.72979269534,22.295723273043176,0.06255520913202844,984.372440224215,0.017158612494974898,8,0.142371554,22.5,0.404953025449048,24,0.427114662,1480,168838,637.8,10170,9247,23164,26066,0.43904334311863236,0.35475331849919434,6788,-0.10978242099810054,-0.2604158674134889 +42105,PA,Potter,3109.53773748894,-5.166322803136352,0.1781255506380787,777.639291904064,0.044545986819273874,7,0.406834825,17.5,1.03642286052709,5,0.290596304,633,51812,764.1,1892,1300,7205,7777,0.26259541984732826,0.16715957310016716,4947,-0.45898681471200553,-0.6361064677896361 +42107,PA,Schuylkill,11845.5677906262,20.47093001294923,0.07988163512213449,2488.85595770897,0.016783820497197836,30,0.205765551,119.75,0.834070472860496,76,0.521272729,5871,436888,896.6,24453,16724,57505,62750,0.4252325884705678,0.2665179282868526,27213,-0.13395356925484736,-0.4336733067729084 +42109,PA,Snyder,2743.68765575846,38.5643755320569,0.06910703883326937,561.439602895833,0.014141343078329378,11,0.272797163,31.5,0.778392804190966,27,0.669593036,1044,120778,671.6,4672,3991,14962,16333,0.31225771955620907,0.244351925549501,7719,-0.35944392460900954,-0.47260148166289107 +42111,PA,Somerset,12451.4771499786,11.071807969644002,0.16016409598387743,2363.09074988094,0.03039657778139153,16,0.209924165,61.4166666666667,0.81822340052313,30,0.393607809,3035,228505,823.7,9420,7367,33875,35730,0.2780811808118081,0.20618527847746992,19980,-0.42848708487084874,-0.5591939546599496 +42113,PA,Sullivan,1986.87240443041,-10.155506749168243,0.3090965159350358,294.143700433137,0.04575975426775622,3,0.473260767,7.16666666666667,1.16778013144316,4,0.631014356,322,19001,911,1028,756,2934,3168,0.3503749147920927,0.23863636363636365,1562,-0.28323108384458073,-0.4930555555555556 +42115,PA,Susquehanna,2173.22499008664,1.3132352455752556,0.05012512662807086,441.206161567528,0.010176357633719163,8,0.190839695,17.25,0.422152611228036,17,0.405534351,1486,125929,843.2,6891,5065,17930,19200,0.38432794199665365,0.2638020833333333,8230,-0.21438929168990517,-0.4286458333333334 +42117,PA,Tioga,4409.08018524686,219.78125236747482,0.10502561123476956,589.521613528911,0.014042581489933804,10,0.236552018,31.75,0.765669086261364,19,0.449448834,1391,126378,780.6,5053,3642,15943,17334,0.3169416044659098,0.21010730356524748,9286,-0.3478642664492254,-0.5357101649936542 +42119,PA,Union,14497.9872286821,5.173910790425654,0.32255739490248736,1571.87348888971,0.03497171087925134,4,0.089138477,25.0833333333333,0.550495628954973,23,0.512546241,1107,134592,611.2,6063,6138,16187,17400,0.3745598319639217,0.3527586206896552,4467,-0.23475628590844505,-0.2567241379310345 +42121,PA,Venango,5015.18059362123,8.284851428372198,0.0912116359963122,1091.39687703792,0.01984935394001746,9,0.168133161,42.6666666666667,0.811431034701355,24,0.448355097,1912,160555,785.3,7469,5889,20775,22096,0.35951865222623347,0.2665188269370022,9365,-0.2627677496991576,-0.42383236784938444 +42123,PA,Warren,6099.28841522401,-6.757634865925446,0.14586364738070096,1224.6293324347,0.029286842818000716,8,0.196545709,26.8333333333333,0.670414324380596,20,0.491364273,1544,122078,806.9,6768,4828,16462,17624,0.41112865994411374,0.27394462097140265,7204,-0.16079455716194868,-0.4087607807535179 +42125,PA,Washington,58314.8789843101,4.121459352478649,0.2806028244842176,12355.199112014,0.05945144409591954,30,0.144101217,129.416666666667,0.622252353179698,135,0.648455475,7672,624620,827,38503,34436,90078,96945,0.42744066253691243,0.35521171798442414,24505,-0.13268500632784924,-0.2527721904172469 +42127,PA,Wayne,1982.40395679703,-7.271644897378206,0.03752989202977983,409.764873835189,0.00775746609055297,13,0.252913367,38.1666666666667,0.75264576349175,22,0.428007237,1837,154274,832.8,8138,6398,20966,22365,0.38815224649432417,0.28607198748043816,8871,-0.2095297147763045,-0.3966465459423206 +42129,PA,Westmoreland,118356.646825802,-2.4595543858355766,0.3241147162705542,24190.3671362211,0.06624430643406505,51,0.141934766,249.416666666667,0.701676897598779,235,0.654013136,13478,1078437,779.9,63380,59506,168709,181740,0.37567646065118043,0.3274237922306592,56921,-0.2373850831905826,-0.3132001760757125 +42131,PA,Wyoming,863.62188830617,9.78554083824472,0.03054257632996782,180.481775671156,0.006382860930511953,8,0.284383776,22.1666666666667,0.805445538558434,10,0.35547972,900,84082,815.7,4812,3573,11214,12418,0.4291064740502943,0.28772749234981476,4802,-0.12279293739967895,-0.38669673055242393 +42133,PA,York,105961.18876484,-7.020861181141368,0.2436046199866658,25680.3343943468,0.059039051696078836,66,0.149743055,284.333333333333,0.640759837503906,300,0.680650248,11977,1323565,734.3,72126,67428,186394,203153,0.38695451570329514,0.331907478599873,59505,-0.21164844361942986,-0.2929073161607262 +44001,RI,Bristol,25479.0055354025,0,0.5108572538426566,4619.84745334998,0.09262852036791941,8,0.163065634,27.25,0.55536307497911,28,0.570729719,1551,147385,652.3,14943,14532,24563,24691,0.6083540284167244,0.5885545340407435,5622,0.23315555917436798,0.2276943015673727 +44003,RI,Kent,46714.5523716421,-12.693417632983836,0.2811453698987837,10216.7327985797,0.06148805834554882,21,0.127174071,123.416666666667,0.749733720501699,146,0.884162589,5231,494614,738.2,44966,37582,77247,79691,0.5821067484821417,0.4715965416420926,559,0.18356699936567117,-0.0070145938688183085 +44005,RI,Newport,25293.0558855401,-12.103748097440665,0.30514737821566573,5550.3642173202,0.06696221669385435,18,0.218558003,52.0833333333333,0.629147339260404,74,0.898516234,2433,247394,646.7,23507,22680,40545,39761,0.5797755580219509,0.5704081889288499,7705,0.17669256381798,0.19378285254395017 +44007,RI,Providence,96381.11781311,-22.534214535368573,0.15379957427646582,19211.148137656,0.030656071147285566,147,0.232604506,622.333333333333,0.982104860603707,470,0.743701481,16978,1895314,729.5,156022,141597,234092,241818,0.6664986415597286,0.5855519440240181,51276,0.34891410214787344,0.21204376845396128 +44009,RI,Washington,40965.5648566658,-4.6883094141100425,0.32261684890151754,7305.79183435191,0.057535433688656476,29,0.228972073,78.1666666666667,0.618955614679674,103,0.81324564,3532,379354,665.6,34904,33511,60933,64160,0.5728258907324438,0.5223036159600998,6437,0.1680206128042276,0.10032730673316709 +45001,SC,Abbeville,281.122694553807,-96.31525184384067,0.01106041997693697,75.3593731760047,0.002964920060432179,5,0.200280393,19.4166666666667,0.78066366462957,9,0.360504707,850,74831,847.7,4507,3712,10577,10724,0.4261132646308027,0.3461395001864976,3030,-0.13387538999716364,-0.2825438269302499 +45003,SC,Aiken,35442.6618759952,0.6288437387340241,0.22137965806154444,8176.62860467704,0.05107232777641983,29,0.176021074,176.333333333333,1.0530003543177,110,0.667666143,5074,494448,826.2,23953,25426,66049,74773,0.36265499856167394,0.34004252872026,20555,-0.2604732849853896,-0.27489869337862594 +45005,SC,Allendale,1740.66012411437,637.5548080322716,0.16706594914237166,385.632710475012,0.03701244941693176,2,0.206291903,13.9166666666667,1.53860327989681,2,0.206291903,347,28944,1038.7,3335,2722,4257,3578,0.7834155508574113,0.7607602012297373,1934,0.5734085036410618,0.5405254332029067 +45007,SC,Anderson,51914.4606740023,-8.822655625736028,0.2774305049752696,12854.4944993042,0.06869432627910713,32,0.165966496,219.75,1.1179280557972,151,0.783154401,6173,578202,880.1,22315,21040,71901,80296,0.3103572968387088,0.2620304871973697,35069,-0.36408394876288225,-0.4367465378101027 +45009,SC,Bamberg,4629.00691734757,91.6595529176877,0.2895481902387922,938.104490608936,0.05867920751916782,4,0.263469899,21.9166666666667,1.51840561636876,11,0.724542221,534,45501,904.2,4600,3886,6854,6195,0.6711409395973155,0.6272800645682002,1689,0.3516194922672892,0.27263922518159805 +45011,SC,Barnwell,513.834791189322,0.06865936927793119,0.022714945899355556,111.21540125813,0.004916467055308342,5,0.227697072,30.4166666666667,1.41584819004174,14,0.637551801,793,65799,1022.9,5182,4395,9913,9479,0.5227479067890649,0.46365650385061713,493,0.05316251387067494,-0.05200970566515456 +45013,SC,Beaufort,52289.0427310508,6.632615110323803,0.32230830183162984,12143.7880625544,0.0748539943325612,31,0.176284603,124.166666666667,0.677954379585292,105,0.59709301,4458,525698,574.3,29775,29577,73115,72770,0.40723517746016547,0.4064449635838945,10409,-0.17513506120495115,-0.14303971416792638 +45015,SC,Berkeley,42839.0441636849,6.116499260860088,0.2408812501120927,10807.4216477059,0.06076945197565212,22,0.110996191,137.583333333333,0.652369075730132,105,0.529754547,4019,594867,760.9,24239,30492,61111,78919,0.3966389029798236,0.3863708359203741,13731,-0.18859125198409454,-0.1739885198748083 +45017,SC,Calhoun,129.149999406662,9.270071797034095,0.008510708362877232,24.0102511178702,0.0015822241263835387,1,0.067213335,17.25,1.16585563665856,4,0.268853341,516,44699,856.4,4043,3569,7830,7553,0.5163473818646233,0.4725274725274725,216,0.04316730523627077,-0.028597908115980397 +45019,SC,Charleston,67780.233380139,5.732911449083279,0.19354223729298506,15246.2537564456,0.04353472856621503,102,0.267705996,348.583333333333,0.879186381627842,334,0.876605908,9091,1141889,728.1,81027,89048,160854,175850,0.5037300906412026,0.5063861245379585,13815,0.0234933542218409,0.07856127381290873 +45021,SC,Cherokee,7921.07962273628,27.08100603334308,0.14312962348191752,1953.24778972848,0.03529413085411586,10,0.178494931,70,1.23574480104509,38,0.678280737,1854,168019,973.3,7219,6089,20753,21754,0.34785332241121764,0.2799025466580859,9076,-0.2933069917602275,-0.41721062793049557 +45023,SC,Chester,5545.28730635075,-0.027747904744884897,0.16732912813369796,1436.2021607653,0.043337421869803855,8,0.247394625,48.6666666666667,1.5122795023979,16,0.494789251,1229,97274,1035.7,7839,6582,14324,14202,0.5472633342641721,0.46345585128855094,690,0.1049287908405474,-0.04858470637938317 +45025,SC,Chesterfield,6209.58322301518,-2.525249948568573,0.13287078407615827,1504.13189405111,0.03218495943105897,12,0.260162602,52.1666666666667,1.13373756691949,19,0.411924119,1517,138269,960.5,7942,7125,16576,17128,0.47912644787644787,0.41598552078468004,2451,-0.032939189189189144,-0.14309901914993 +45027,SC,Clarendon,1767.30374870872,6.0396644316581005,0.05053626572613651,402.554533629253,0.01151109586884141,6,0.175886026,40.5833333333333,1.19535016150727,15,0.439715065,1168,101994,877.8,8967,7635,15985,15156,0.5609634031904911,0.50376088677751385,389,0.12993431341883016,0.025666402744787542 +45029,SC,Colleton,9368.31168858296,1.3598419821246974,0.24088017300686418,2198.5036984234,0.05652842997077547,9,0.238278044,57.1666666666667,1.50744051543039,23,0.608932779,1541,113309,1051.6,8470,7616,17077,17231,0.4959887568074018,0.44199408043642274,1467,0.0018153071382561725,-0.08513725262608085 +45031,SC,Darlington,11248.727119262,15.260704577852138,0.16378222680598709,2538.1233064474,0.03695524681421936,13,0.191743241,87.0833333333333,1.29522761301326,35,0.516231803,2455,203226,1013.6,15452,13866,30140,29636,0.5126741871267418,0.46787690646511,1107,0.03394160583941602,-0.03735321905790262 +45033,SC,Dillon,3865.68393998931,18.704720655628424,0.12056902064716207,1140.12138095383,0.03555989585658506,8,0.257011598,44.25,1.43398794477931,27,0.867414142,1123,93897,1051.6,7623,5832,13186,11696,0.5781131503109358,0.49863201094391246,195,0.1627483694827847,0.016672366621067025 +45035,SC,Dorchester,26155.2906528992,-2.082921452502685,0.19153667498736182,7119.74395520024,0.052138288273591155,17,0.114502017,102.666666666667,0.667650801289347,75,0.505155958,3008,446144,776.3,23390,24010,56735,62463,0.41226755970741163,0.38438755743400094,10922,-0.1600246761258483,-0.174855514464563 +45037,SC,Edgefield,2309.6942006275,37.89806967588788,0.08559178064211599,360.160296177325,0.013346685053819717,3,0.112981584,15,0.569087184156613,5,0.18830264,658,79248,727.4,4965,4491,11583,11644,0.42864542864542865,0.3856922019924425,2351,-0.13347146680480015,-0.20190656131913431 +45039,SC,Fairfield,5167.29886654324,7.262986275982603,0.21569956864849057,1010.09230955443,0.042164481113475955,1,0.0435237,23.6666666666667,1.04474756838682,5,0.217618384,888,68686,1041.8,7743,6936,11858,11252,0.6529768932366335,0.6164237468894419,2912,0.31598920559959526,0.2587984358336296 +45041,SC,Florence,30265.7386172478,-1.6914781549999531,0.22110339786863278,7536.16793352838,0.05505473889416941,37,0.265745416,181.166666666667,1.30578099397923,97,0.696683928,4414,416164,968.7,28508,26630,57877,57770,0.4925618121188037,0.46096589925566905,2868,-0.005477132539696228,-0.0496451445386879 +45043,SC,Georgetown,12374.9688493127,-11.067900048729923,0.20570778365824494,2539.82819089787,0.042219292378368134,16,0.26327481,80.9166666666667,1.31788248451386,37,0.608822997,2183,182469,797.2,14119,13234,30870,31519,0.45736961451247166,0.4198737269583426,4100,-0.07635244574020089,-0.13008026904406866 +45045,SC,Greenville,163541.713351547,12.886699058549086,0.3624393891108582,41646.5376656029,0.09229660959743563,81,0.167788015,425.333333333333,0.852771306250493,406,0.841011534,12229,1448510,785.2,67378,73338,191282,211572,0.3522443303604103,0.3466337700640917,52257,-0.2777888144205936,-0.2469939311440077 +45047,SC,Greenwood,12231.2030673847,14.634724734421455,0.17558178991666357,2932.42607642009,0.042095664380644694,15,0.215765247,92.8333333333334,1.32367549275424,60,0.86306099,2198,209136,826.8,11884,10633,28525,28600,0.4166170026292726,0.3717832167832168,6248,-0.1544609991235758,-0.21846153846153848 +45049,SC,Hampton,3679.61108956359,65.42405913766282,0.17447183923962017,1009.67177628645,0.04787443225635135,7,0.343053173,36.6666666666667,1.84051132751062,12,0.588091154,657,60860,946.1,5814,5163,9184,8794,0.6330574912891986,0.5871048442119627,1680,0.2726480836236934,0.19103934500796 +45051,SC,Horry,38348.3315433266,-17.773443229448425,0.14240480202950193,7646.60848328684,0.02839533620985046,54,0.180703539,351.583333333333,1.09071524447119,290,0.970444932,9438,896507,831.5,36620,36731,104584,124503,0.35014916239577754,0.2950210035099556,47088,-0.28716629694790796,-0.3782077540300233 +45053,SC,Jasper,2839.33204988726,18.661165072971897,0.11459547362018242,666.030196285394,0.02688098624875465,5,0.1840265,41.5833333333333,1.46085836407284,23,0.846521899,702,81423,787.1,5727,7789,9991,14216,0.5732158943048744,0.5479037703995498,1689,0.15594034631168052,0.1188097917839055 +45055,SC,Kershaw,10634.3902486737,-8.055643699735699,0.1723647867590596,2524.76378854213,0.040921986296612964,8,0.126660439,74.5833333333333,1.16360100056685,41,0.649134751,1938,189327,867.3,10821,10293,27026,28875,0.4003922149041664,0.3564675324675325,7171,-0.1859320654184859,-0.24834632034632032 +45057,SC,Lancaster,15583.2110713142,54.984170387994126,0.20329816666641704,4030.91244321752,0.05258717898055523,19,0.228475228,94.1666666666666,1.05103764388984,40,0.481000481,2558,249392,839.6,13345,13718,33010,38717,0.4042714328991215,0.35431464214686054,9880,-0.1795819448651924,-0.25518506082599374 +45059,SC,Laurens,14406.2347289548,22.85544305902663,0.21651464191284248,3634.87931791766,0.05462944403741768,9,0.135271219,78.4166666666667,1.17430652270492,32,0.480964333,2473,199293,994.5,10297,8845,25373,26474,0.4058250896622394,0.33410138248847926,7925,-0.1745556300003941,-0.29935030596056506 +45061,SC,Lee,1107.91586135672,16.896304730677087,0.05764390537756087,253.056653914972,0.013166319142298231,2,0.109033419,20.6666666666667,1.17191191758813,9,0.490650384,645,54699,985.9,5972,5170,8898,8110,0.6711620588896381,0.6374845869297164,2381,0.353225443919982,0.2935881627620222 +45063,SC,Lexington,63721.6800371591,4.679741330530166,0.2428500978964946,15416.4027250264,0.05875354995036568,42,0.151140028,291.5,1.01853275377713,220,0.791685859,6904,832729,788.9,34007,35143,112204,121829,0.3030818865637589,0.28846169631204394,44723,-0.37774945634736723,-0.3670965041164255 +45065,SC,McCormick,330.093281726788,-48.103636073484466,0.032257723221615166,54.4200473439002,0.005318093163676361,1,0.101564087,10,1.03702167375298,3,0.304692261,381,29480,835.6,2637,2479,5137,5215,0.5133346311076504,0.47535953978907,172,0.034455908117578427,-0.0329817833173538 +45067,SC,Marion,2914.20138522462,90.47248316805998,0.08814352989004355,840.277718668138,0.025415211380682902,12,0.375786804,42.75,1.3474752568871,21,0.657626906,1285,95687,1095.5,9518,8522,14766,14217,0.6445889204930245,0.5994232257156925,3088,0.29825274278748476,0.21720475487092922 +45069,SC,Marlboro,4578.47448987286,19.536646903651363,0.15824402895907305,927.699911325897,0.03206373038834193,8,0.286491907,42.25,1.56800890703284,10,0.358114883,1083,83334,1151.1,7554,5928,11657,10353,0.6480226473363644,0.5725876557519559,1671,0.3040233336192845,0.16140249203129525 +45071,SC,Newberry,8905.72292959014,123.47211790517088,0.2374352919267927,2100.93323084566,0.05601293672938199,4,0.105867718,45.25,1.18831902098269,21,0.555805521,1304,113354,891.1,6891,6212,16287,16795,0.4230981764597532,0.36987198571003277,3799,-0.14287468533185982,-0.2261982732956237 +45073,SC,Oconee,10585.8630487215,-4.129015224691822,0.14252639651988608,2538.19538672254,0.034173863809493894,17,0.226087882,82.1666666666667,1.07611376683474,43,0.571869348,2620,225897,849.2,8537,7979,30613,33530,0.27886845457812043,0.23796600059648076,16117,-0.42583216280665076,-0.48067402326274977 +45075,SC,Orangeburg,11272.7633711546,-8.547187698671056,0.12186639464605356,2609.17134345399,0.0282069528270396,18,0.1998002,132.166666666667,1.50355126294514,69,0.765900766,3182,269751,970.1,30454,26258,42637,38824,0.7142622604779886,0.6763342262518031,14349,0.435443394235054,0.36959097465485274 +45077,SC,Pickens,33387.5611373613,-10.135907363692482,0.28004060539288483,6338.80165999435,0.05316716147750747,16,0.132925695,106.916666666667,0.870210451207171,91,0.756014888,3534,361521,882.5,11122,10327,45422,48871,0.24485931927259919,0.21131141167563586,25769,-0.49013693804764213,-0.5272861206032208 +45079,SC,Richland,102671.184535982,-0.6688027832191771,0.26702240948333955,24400.768062807,0.06346037508792367,54,0.134473536,356.5,0.870469711804937,334,0.831743723,9015,1206287,833.4,94350,108401,143016,169400,0.6597163953683504,0.6399114521841794,55648,0.3330046987749622,0.3285005903187721 +45081,SC,Saluda,1970.14568328287,111.77313124324384,0.09912682683184253,501.383221893977,0.025226828774539724,2,0.099870169,20.8333333333333,1.03150632932284,5,0.249675422,647,60171,816.7,3322,2809,8553,8559,0.3884017303869987,0.328192545858161,2716,-0.21138781714018479,-0.3173267905129104 +45083,SC,Spartanburg,89659.0103758879,-5.42759782435355,0.31535984121350474,22334.3385259958,0.0785571179253265,44,0.149893371,323.416666666667,1.0728237517263,209,0.711993514,8942,881595,919.5,40920,39888,108327,120793,0.37774516048630535,0.3302178106347222,36213,-0.2310688932583751,-0.2997938622271158 +45085,SC,Sumter,27187.6925457757,14.289351725457289,0.25301232640127774,6988.454601282,0.06503549919299062,19,0.176057969,138.083333333333,1.28574000273132,58,0.537440117,3241,323455,914.3,27550,24024,47261,44048,0.5829330737817651,0.5454050127134036,5291,0.17528194494403415,0.12011896113330917 +45087,SC,Union,2640.85224479049,6.14539594097093,0.0911865006315559,647.597078812199,0.022361005449128103,3,0.107619458,34.0833333333333,1.23164576783628,13,0.466350983,1164,83751,1050.2,5748,4727,12475,12087,0.4607615230460922,0.3910813270455862,2331,-0.06557114228456917,-0.19285182427401337 +45089,SC,Williamsburg,2455.90677886078,-4.683212160451069,0.07134493736341341,601.679102600001,0.017478985056502947,7,0.214100015,44.4166666666667,1.38997548636103,10,0.305857165,1253,98436,1010.3,11318,9949,16282,15049,0.6951234492077141,0.6611070503023456,5086,0.39915243827539615,0.3379626553259352 +45091,SC,York,49945.4509824395,-3.8245786982053236,0.2209262095979595,12893.3325885903,0.05703172244624657,35,0.142655678,206.083333333333,0.797147417796791,154,0.627684984,5948,735632,836.1,38757,41230,99428,113425,0.38979965402100014,0.36350011020498124,25015,-0.20509313271915353,-0.22054220850782452 +46003,SD,Aurora,2016.2461102285,-25.497403666675606,0.7440022546968634,553.333368993858,0.2041820549792834,2,0.72859745,2,0.730994152046784,2,0.72859745,84,8187,644.9,556,340,1400,1407,0.39714285714285713,0.24164889836531628,634,-0.17714285714285716,-0.45060412224591334 +46005,SD,Beadle,3935.36054600355,0.4247651938779513,0.22619614587904066,942.748003189399,0.05418714813135987,4,0.220155209,19.4166666666667,1.07268475038212,10,0.550388024,578,55059,727.4,2881,1912,7263,6772,0.3966680435081922,0.28233904311872415,2543,-0.18573592179540133,-0.3755168340224454 +46007,SD,Bennett,3319.80323211549,0,0.9675905660493995,1153.17992892942,0.33610607080426114,3,0.874635569,9,2.60115606936416,1,0.29154519,95,10311,932,548,412,1203,1149,0.45552784704904403,0.35857267188859876,254,-0.0648379052369078,-0.22106179286335947 +46009,SD,Bon Homme,998.050308761474,-83.92450109000993,0.14116694607658756,294.986558729081,0.04172369996168048,3,0.427167877,6.16666666666667,0.882970599465445,1,0.142389292,228,21000,581.1,1167,704,3074,2974,0.3796356538711776,0.2367182246133154,1401,-0.21567989590110603,-0.47108271687962344 +46011,SD,Brookings,12665.2936296089,-2.9830514967317407,0.3962237957018269,2332.43570952175,0.07296842513754889,4,0.12006964,18.25,0.534641863190274,20,0.600348202,566,100397,624.9,5826,4879,12398,12680,0.46991450233908694,0.38477917981072557,1869,-0.03169866107436681,-0.14739747634069394 +46013,SD,Brown,11371.5720626139,-1.0997896730139824,0.3112855400239221,2729.14856784243,0.07470774322746243,6,0.156217455,15.6666666666667,0.400395283854699,28,0.729014789,1154,115702,706.3,7249,5452,16066,16113,0.45120129465952946,0.3383603301681872,4161,-0.0666625171168928,-0.2582386892571216 +46015,SD,Brule,1648.8664811082,-9.403090541628146,0.31377097642401525,457.577191545334,0.08707463207332712,2,0.376718779,5.25,1.00229095074456,5,0.941796949,160,16001,675.2,824,571,2379,2288,0.346364018495166,0.24956293706293706,994,-0.2837326607818412,-0.43444055944055937 +46017,SD,Buffalo,1906.67870710227,443.4307115255665,0.9972168970200157,748.267246037867,0.39135316215369614,0,0,2,0.978952520802741,0,0,54,6199,1296.8,472,296,641,490,0.7363494539781591,0.6040816326530613,125,0.4773790951638065,0.25510204081632654 +46019,SD,Butte,2434.65851547652,0,0.24081686602141641,567.345997312448,0.05611730932862988,3,0.291318703,11.5,1.12689857912788,6,0.582637405,308,30909,712.6,1e3,693,4201,4346,0.23803856224708403,0.15945697192820985,2662,-0.49226374672696976,-0.6125172572480442 +46021,SD,Campbell,1368.5864316453,0,0.933551454055457,253.585344854847,0.17297772500330627,0,0,2,1.45137880986938,1,0.721500722,39,4109,509.6,153,105,787,831,0.19440914866581957,0.1263537906137184,599,-0.5883100381194409,-0.7208182912154031 +46023,SD,Charles Mix,916.211087382742,-69.82657813524138,0.10036269989952264,188.737836242057,0.0206745356821182,4,0.430709594,14.4166666666667,1.53434085426423,5,0.538386993,307,27817,837.1,1482,935,3762,3433,0.3939393939393939,0.27235653946985144,1447,-0.1985645933014354,-0.42149723274104284 +46025,SD,Clark,1708.16942001998,0,0.4627931238200975,412.142984448031,0.11166160510648361,1,0.274348422,2.66666666666667,0.729394602479942,0,0,135,10946,666.9,713,398,1821,1657,0.3915431081823174,0.24019312009656005,741,-0.19439868204283361,-0.4471937235968618 +46027,SD,Clay,4110.25859848807,31.444508418915674,0.2964698931396473,981.855834521372,0.07082053047615205,2,0.143554407,5.41666666666667,0.38454257182072,8,0.574217628,302,41919,763.9,2955,2608,5233,5069,0.5646856487674374,0.5144999013612153,499,0.1545958341295624,0.09844150720063133 +46029,SD,Codington,9913.95447438672,-0.03729971514144412,0.3641221755752276,2735.64878175872,0.10047558606378666,2,0.071587086,14.1666666666667,0.504816543728991,19,0.680077314,722,83747,653.4,4588,3174,11524,11669,0.398125650815689,0.2720027423086811,4590,-0.182922596320722,-0.3933499014482818 +46031,SD,Corson,3636.36881720653,-7.525932805929157e-4,0.8978688437546988,1242.92759116909,0.3068957015232321,1,0.239120038,6.16666666666667,1.49241690868022,0,0,136,12617,1227,647,535,1199,1175,0.5396163469557965,0.4553191489361702,53,0.11009174311926606,-0.04510638297872338 +46033,SD,Custer,2903.68112450754,-0.011492424793706019,0.35341785838699363,602.063768147748,0.07327942650289046,3,0.355239787,7,0.814332247557003,4,0.473653049,255,25313,610.5,1335,1120,4520,4716,0.29535398230088494,0.23748939779474132,2170,-0.38207964601769917,-0.4601357082273113 +46035,SD,Davison,4636.25432290926,0,0.23770787135506868,1185.81229075688,0.060798415235689095,2,0.100578325,16.4166666666667,0.824833777152523,17,0.854915766,631,59545,701.9,3042,2355,7968,7952,0.3817771084337349,0.29615191146881287,2802,-0.21485943775100402,-0.352364185110664 +46037,SD,Day,2790.82130986748,0,0.48876029945139754,596.72941633077,0.10450602737841858,1,0.178954903,7,1.25650691078801,4,0.715819613,210,16697,649.5,1497,974,2873,2747,0.521058127392969,0.3545686203130688,653,0.061608075182735755,-0.23771386967601016 +46039,SD,Deuel,3939.6726591089,-7.026301596707199,0.9027664205107471,921.80890684619,0.21123027196292163,2,0.463821892,4,0.945402978019381,2,0.463821892,125,12961,586.7,941,570,2171,2080,0.4334408106863197,0.27403846153846156,796,-0.10778443113772451,-0.38269230769230766 +46041,SD,Dewey,2035.0719240023,-12.261656890726561,0.38390340011362006,599.266490639525,0.11304781940002359,2,0.353232073,5,0.870776732845698,0,0,209,16951,1467.5,1207,887,1895,1707,0.6369393139841689,0.5196250732278852,164,0.28707124010554097,0.09607498535442299 +46043,SD,Douglas,2675.18278048391,-4.509047678892823,0.8911335044916422,587.7086337855,0.1957723630198201,2,0.672721157,3,1.02319236016371,0,0,130,8920,668.1,332,214,1690,1605,0.19644970414201182,0.13333333333333333,1124,-0.5928994082840237,-0.7003115264797508 +46045,SD,Edmunds,2591.61562190907,0,0.6366041812599041,593.000514371493,0.14566458225779733,2,0.50213407,3.41666666666667,0.864541160593792,1,0.251067035,122,12008,562.6,622,380,1936,1918,0.3212809917355372,0.1981230448383733,1053,-0.3316115702479339,-0.5490093847758082 +46047,SD,Fall River,2639.44595251404,0,0.372067374191435,491.258292618523,0.06924982980244192,0,0,9,1.31406044678055,5,0.73046019,369,20562,988,1137,821,3511,3563,0.32383936200512675,0.23042380016839742,1690,-0.31871261748789514,-0.4743193937692955 +46049,SD,Faulk,1139.91719294636,-51.737362271373996,0.48219847417358713,288.602178778641,0.122082139923283,1,0.424268137,1,0.424808836023789,1,0.424268137,102,7053,743.4,331,204,1127,1118,0.2937000887311446,0.18246869409660108,654,-0.3850931677018634,-0.5849731663685153 +46051,SD,Grant,1310.50842941266,-5.721095026670301,0.17815503390601686,338.156369861982,0.04597014272185726,3,0.414307416,6,0.839395635142697,7,0.966717304,282,21628,785.8,1493,970,3606,3562,0.4140321686078758,0.27231892195395846,1411,-0.15002773155851362,-0.3961257720381808 +46053,SD,Gregory,1213.41605481914,-23.378035519325287,0.2841058428515898,295.215736816026,0.0691209873135158,2,0.474270809,6.91666666666667,1.65827539359067,0,0,193,12656,848.8,599,391,2151,2091,0.27847512784751277,0.18699186991869918,1209,-0.4221292422129242,-0.5781922525107603 +46055,SD,Haakon,800.500999820843,0,0.41326845628334696,198.582156546541,0.10252047317838978,1,0.541418517,2,1.05708245243129,1,0.541418517,88,5594,764.2,138,77,1092,1044,0.12637362637362637,0.07375478927203065,859,-0.7344322344322345,-0.8227969348659004 +46057,SD,Hamlin,5671.28375391011,0.49601876116554483,0.9607460196357971,1749.34211579537,0.29634797828144505,2,0.333945567,4.91666666666667,0.815638133156381,0,0,190,17995,705.9,921,555,2793,2762,0.3297529538131042,0.20094134685010862,1496,-0.3157894736842105,-0.5416364952932657 +46059,SD,Hand,1177.08875904516,-0.048849866105747985,0.3430745435864646,259.336108584693,0.07558615814185166,1,0.298953662,2,0.602591141910214,1,0.298953662,145,10103,676.2,575,334,1848,1818,0.31114718614718617,0.18371837183718373,1057,-0.3609307359307359,-0.5814081408140813 +46061,SD,Hanson,595.452288529635,0,0.1787608191322831,211.261112815244,0.06342272975540197,1,0.292483182,NA,NA,0,0,75,10172,827.8,760,424,2416,2006,0.31456953642384106,0.21136590229312063,1073,-0.3588576158940397,-0.5348953140578265 +46063,SD,Harding,1254.99999538142,0,0.9999999963198565,292.000001737616,0.23266932409371793,1,0.8,1,0.782472613458529,0,0,18,3788,375.7,82,38,739,769,0.11096075778078485,0.0494148244473342,656,-0.7523680649526387,-0.8530559167750325 +46065,SD,Hughes,3984.2333237299,8.957434985624099e-5,0.23406376005932908,983.476623652953,0.057776796125775645,4,0.226731663,10.5833333333333,0.601325757575757,9,0.510146242,426,52615,647.3,2786,2449,8155,8173,0.34163090128755363,0.2996451731310412,2725,-0.29834457388105456,-0.3334149027284963 +46067,SD,Hutchinson,649.211162499302,-75.85908507391179,0.08841225146388423,200.084140388672,0.02724828277116601,4,0.555555556,9.58333333333333,1.30066956207021,2,0.277777778,345,21706,718.5,923,692,3425,3365,0.2694890510948905,0.20564635958395244,1825,-0.4461313868613138,-0.5423476968796435 +46069,SD,Hyde,1420.00000019599,0.550687301595055,1.0000000001380212,317.99999903085,0.223943661289331,1,0.716332378,2,1.4792899408284,0,0,50,4176,588.5,189,125,733,690,0.2578444747612551,0.18115942028985507,418,-0.46657571623465216,-0.6057971014492753 +46071,SD,Jackson,1909.61002835779,-30.674806919144608,0.6300264032853151,672.914439284485,0.2220107025023045,2,0.610873549,7,2.1046301864101,2,0.610873549,103,9834,997,426,323,1106,1095,0.38517179023508136,0.29497716894977166,399,-0.21247739602169985,-0.3643835616438357 +46073,SD,Jerauld,2071.00000080438,0,1.0000000003884018,434.99999709477,0.2100434558642057,1,0.498256104,1,0.499001996007984,0,0,71,6054,513.1,452,264,1006,967,0.44930417495029823,0.2730093071354705,384,-0.08548707753479118,-0.3971044467425026 +46075,SD,Jones,1005.99999806171,0,0.9999999980732704,225.000000385612,0.22365805207317296,1,1.025641026,2,2.15749730312837,2,2.051282051,28,2879,604.8,108,69,609,558,0.17733990147783252,0.12365591397849462,381,-0.6272577996715928,-0.6827956989247311 +46077,SD,Kingsbury,2689.47172802926,0,0.5224304056000894,584.12641172934,0.11346666894509325,4,0.78817734,4.41666666666667,0.883156701992935,1,0.197044335,222,15136,820.3,1092,703,2608,2551,0.4187116564417178,0.275578204625637,977,-0.13765337423312884,-0.38298706389651116 +46079,SD,Lake,1116.54427506009,-19.49288979265984,0.09969145313036519,256.793857395151,0.02292802298170991,1,0.080853816,6,0.464792005577504,5,0.404269082,336,36999,607.1,2724,2314,6285,6786,0.4334128878281623,0.34099616858237547,1724,-0.11058074781225141,-0.2540524609490127 +46081,SD,Lawrence,3860.6002093294,7.061138003963636,0.1602108233111757,844.729986342761,0.03505540052051131,5,0.202782171,18,0.711997152011392,23,0.932797988,695,74495,661.9,3973,3356,11359,11842,0.34976670481556477,0.28339807464955247,4055,-0.2686856237344836,-0.34242526600236445 +46083,SD,Lincoln,4049.36711612368,-24.216597877876772,0.09033120184089587,1249.95446416177,0.02788334220044994,6,0.116396368,25.5833333333333,0.4696861211576,16,0.310390316,623,154258,456.6,7982,8076,21952,25231,0.3636115160349854,0.3200824382703817,7423,-0.2564231049562682,-0.2942015774245967 +46085,SD,Lyman,3138.79369788786,54.8970268456944,0.8358971232723995,983.366709014804,0.261881946475314,4,1.031725561,5,1.28402670775552,2,0.515862781,96,11590,772.2,605,369,1569,1421,0.38559592096876993,0.25967628430682616,608,-0.20905035054174637,-0.42786769880365944 +46087,SD,McCook,1820.20398624036,-59.685309002464884,0.3239950135707298,481.612950481702,0.08572676227869386,4,0.708089927,4.91666666666667,0.874074074074074,1,0.177022482,240,16891,889.4,905,623,2613,2587,0.3463451970914658,0.24081948202551218,1171,-0.28702640642939153,-0.4526478546579049 +46089,SD,McPherson,1370.01224593376,0,0.5571420276265798,377.274608889538,0.15342603045528183,2,0.823384109,2,0.820344544708778,0,0,121,7278,763.2,272,192,1215,1137,0.22386831275720165,0.16886543535620052,700,-0.534156378600823,-0.6156552330694811 +46091,SD,Marshall,2346.71934712042,0,0.5040204783334236,508.454688807917,0.109204185740532,3,0.64061499,3,0.624869818787753,2,0.42707666,135,14220,610,1061,754,1987,1947,0.5339708102667338,0.3872624550590652,302,0.08656265727226975,-0.155110426296867 +46093,SD,Meade,8631.69186613751,245.21631786972634,0.3393761054548046,2317.9957638488,0.09113768042182904,5,0.185521873,15.1666666666667,0.54767149339785,7,0.259730622,574,80418,688.2,2928,2223,10811,11621,0.2708352603829433,0.19129162722657259,6218,-0.4284525020812136,-0.5350658291024869 +46095,SD,Mellette,2035.7582762851,0.04334100159050358,0.9940225958423341,658.630569870688,0.3215969579446718,2,0.952380952,2.83333333333333,1.34792261338408,0,0,65,6233,993.2,375,238,769,683,0.48764629388816644,0.3484626647144949,164,-0.007802340702210697,-0.240117130307467 +46097,SD,Miner,910.866139457463,107.17976095411426,0.38127506883945705,228.337181560372,0.09557856072012222,2,0.863557858,1,0.438404208680403,4,1.727115717,97,6872,804.6,479,281,1140,1064,0.4201754385964912,0.2640977443609023,425,-0.13771929824561402,-0.3994360902255639 +46099,SD,Minnehaha,31296.9134874992,-7.3369842731518435,0.18467742280253027,8231.57739807164,0.048573048587766655,25,0.136700167,157.833333333333,0.842595657295793,153,0.836605024,3952,547280,703.1,34668,30610,76565,78263,0.45279174557565466,0.39111713070033094,11433,-0.07395023835956377,-0.14608435659251495 +46101,SD,Moody,4976.28222800311,-1.0513059043478608,0.7672343860627674,1306.75242503576,0.2014727759845452,1,0.15705984,3,0.461183704842429,1,0.15705984,166,19253,666.4,1429,1042,3033,2930,0.4711506758984504,0.3556313993174061,687,-0.03494889548302005,-0.2344709897610922 +46103,SD,Pennington,28974.5739246449,-4.640866481215192,0.2870247446670058,7456.72456896129,0.07386698665611295,17,0.157055487,73.0833333333333,0.668208804203391,88,0.812993108,2466,323395,633.9,15122,14074,44458,47741,0.34014125691664043,0.29479901971052136,15730,-0.2948175806379054,-0.3294861858779665 +46105,SD,Perkins,1470.76277909444,0.02051404436108908,0.4932135409438095,346.144737569438,0.11607804747466063,2,0.659413122,4,1.34093194770365,0,0,129,9104,762.7,319,188,1590,1606,0.20062893081761007,0.11706102117061021,1145,-0.5572327044025158,-0.7129514321295143 +46107,SD,Potter,2329.00000319708,0,1.0000000013727264,455.999999668199,0.19579218534486864,3,1.282051282,3.33333333333333,1.44990575612585,2,0.854700855,103,7023,663.3,339,215,1381,1335,0.24547429398986242,0.16104868913857678,854,-0.499637943519189,-0.6397003745318353 +46109,SD,Roberts,2750.01261191333,-37.361839937188364,0.2709638990948202,725.199200178104,0.07145523698670844,4,0.385579333,11.3333333333333,1.10515195839428,4,0.385579333,335,30934,813,2302,1539,4256,3886,0.5408834586466166,0.3960370560988163,603,0.09844924812030081,-0.15517241379310337 +46111,SD,Sanborn,2328.43004819847,0.2988439900182536,0.988717642547121,508.680244061228,0.21600010363534097,1,0.428082192,1,0.417362270450751,1,0.428082192,93,7008,790.1,389,241,1115,1123,0.3488789237668161,0.21460373998219057,578,-0.26816143497757855,-0.514692787177204 +46113,SD,Shannon,10779.6365392901,66.39942265317093,0.7934371072641028,4260.14696087035,0.3135688915700243,2,0.14066676,13,NA,2,0.14066676,385,42783,1301.1,2922,2504,3130,2896,0.9335463258785942,0.8646408839779005,2263,0.873482428115016,0.7814226519337016 +46115,SD,Spink,2796.76215052269,0,0.4359722759973016,692.496356265878,0.10794954891128264,2,0.303122158,5.33333333333333,0.83073727933541,3,0.454683237,228,19693,708.9,1300,919,3041,2951,0.4274909569220651,0.3114198576753643,935,-0.12167050312397237,-0.3168417485598102 +46117,SD,Stanley,570.819394016914,1.3021768371361306,0.1924542798438685,147.545685122711,0.04974567940752225,1,0.335232987,2,0.668225860340795,3,1.005698961,60,8876,578.7,435,329,1540,1567,0.2824675324675325,0.209955328653478,819,-0.40779220779220776,-0.5226547543075941 +46119,SD,Sully,1373.00000028379,0,1.0000000002066933,310.000000027677,0.225782957048563,1,0.695410292,1.91666666666667,1.34881538822426,0,0,29,4307,447.1,186,137,816,861,0.22794117647058823,0.15911730545876887,542,-0.5208333333333334,-0.6295005807200929 +46121,SD,Todd,1990.28842316019,-6.935720064188397,0.20706288214317414,825.245935395118,0.08585579852217207,3,0.303582271,12,1.18168389955687,1,0.10119409,275,29904,1299.3,1976,1505,2497,2125,0.7913496195434522,0.7082352941176471,1018,0.591910292350821,0.47905882352941176 +46123,SD,Tripp,1510.38150693473,0,0.2676083463739777,372.222299036887,0.06595008841900904,3,0.544267054,11,2.00291332847779,3,0.544267054,212,16431,676.6,737,462,2691,2630,0.2738758825715347,0.17566539923954372,1607,-0.4340393905611297,-0.6110266159695817 +46125,SD,Turner,190.951374276716,-90.67137018321357,0.0228766472117786,47.7125830082514,0.005716135498772181,4,0.483558994,5,0.601178309486594,2,0.241779497,325,24813,779,1411,961,4210,4150,0.3351543942992874,0.23156626506024097,1976,-0.3097387173396675,-0.476144578313253 +46127,SD,Union,2887.04673128098,-0.49067118215797023,0.2005032801778582,756.664819946335,0.05254981734469998,3,0.199614079,6.91666666666667,0.463148966563993,7,0.465766185,346,44741,620.6,2782,2227,7596,7895,0.366245392311743,0.28207726409119693,3061,-0.25223802001053186,-0.3877137428752375 +46129,SD,Walworth,1560.22831036218,0,0.28691215710963225,317.36337943349,0.0583603125107558,3,0.544365814,6.41666666666667,1.1437908496732,7,1.270186899,266,16444,828.6,671,457,2462,2477,0.2725426482534525,0.1844973758578926,1439,-0.4305442729488221,-0.5809446911586597 +46135,SD,Yankton,6096.68229890035,-5.22409901374821,0.2717123762768674,1367.36044848688,0.06093949765963455,1,0.0440839,13.6666666666667,0.604291946704398,18,0.793510845,684,68077,686.2,4208,3301,9924,9616,0.42402257154373235,0.34328202995008317,2353,-0.12646110439338976,-0.24469633943427627 +46137,SD,Ziebach,1047.09130336349,-43.81781604811689,0.37382766989057115,385.723053614138,0.13770905162946734,0,0,3,1.07104605498036,1,0.353857042,44,8457,730.1,439,352,761,766,0.5768725361366623,0.4595300261096606,16,0.16425755584756901,-0.02088772845953002 +47001,TN,Anderson,22423.2052274561,59.97327814853085,0.29846271383162426,4795.3392428516,0.06382807228702099,13,0.172121597,85.3333333333333,1.12375333614272,64,0.847367864,2838,226574,875.3,10112,9010,29621,29723,0.3413794267580433,0.30313225448306025,10191,-0.2980655615948145,-0.34286579416613394 +47003,TN,Bedford,6177.85823850438,1.8084141540530718,0.13710902034054728,1727.96969125779,0.03834989771534,6,0.128680807,50.1666666666667,1.05649622328925,24,0.514723229,1375,139323,954.9,4207,3384,14433,15300,0.29148479179657727,0.2211764705882353,8071,-0.4031732834476547,-0.527516339869281 +47005,TN,Benton,2221.32984374829,0,0.13471586171073383,494.698898952903,0.030001752620104495,4,0.247754723,21.5,1.34257524665917,8,0.495509446,741,48525,1041.5,2255,1474,6223,6322,0.3623654186083882,0.23315406516925025,3241,-0.2563072473083722,-0.5126542233470421 +47007,TN,Bledsoe,395.61194284579,-33.94275722249279,0.030724754803183443,130.473224759437,0.010133055666312285,1,0.071782356,16.4166666666667,1.11868256672345,0,0,416,42806,793.3,1267,896,4359,4650,0.29066299610002294,0.19268817204301075,2725,-0.4026152787336545,-0.586021505376344 +47009,TN,Blount,42345.4384247571,4.601011321858598,0.3442438698053581,9456.73862656471,0.07687780364657101,16,0.126643396,102.416666666667,0.795963835133805,64,0.506573584,4060,378320,824.6,12925,12085,49200,51849,0.2627032520325203,0.23308067658006903,25300,-0.45715447154471545,-0.48795540897606515 +47011,TN,Bradley,29457.1030414626,6.301410581103302,0.2976577411907743,7122.78225248145,0.07197419492619919,16,0.155377519,116.75,1.11733180208632,74,0.718621025,3068,309078,874.9,8035,7070,35956,38392,0.22346757147624874,0.18415294853094394,22691,-0.5390477249972189,-0.5910345905396959 +47013,TN,Campbell,7790.571541639311,22.271024186769825,0.19133931480595615,1858.35542646541,0.04564189572810222,9,0.225462198,46.0833333333333,1.16038005069581,27,0.676386593,1735,119873,1117.7,3327,2248,12097,12504,0.2750268661651649,0.17978246960972488,7612,-0.4360585269074977,-0.608765195137556 +47015,TN,Cannon,319.833909867331,5.164018022143371,0.023174690954809868,73.5617661890574,0.005330176522647438,0,0,12.5,0.891138518571327,7,0.508831867,554,41341,1026.8,1560,1126,4968,5299,0.3140096618357488,0.2124929231930553,2880,-0.3518518518518518,-0.5434987733534629 +47017,TN,Carroll,2483.60181942668,13.16875235739629,0.08707670638197461,533.989906590276,0.018722035852684803,6,0.211491012,35.5833333333333,1.26667141297641,12,0.422982023,1287,84589,1097,3475,2323,10845,10333,0.3204241585984325,0.22481370366786024,5408,-0.3452282157676348,-0.5233717216684409 +47019,TN,Carter,23715.8973907913,25.056724209626065,0.41299626272623463,4588.98964712142,0.07991414124967644,9,0.158211159,60.5833333333333,1.07223343126497,33,0.580107584,2100,169869,884.8,4786,3453,20607,20993,0.23225117678458776,0.1644833992283142,13444,-0.5197263065948464,-0.6404039441718667 +47021,TN,Cheatham,436.383727302331,39.45723812735705,0.011159282119993121,115.027702004121,0.0029415088097205218,6,0.150890252,37.1666666666667,0.931962554329655,19,0.477819133,1161,118851,1008.7,4656,3877,15177,15823,0.3067799960466495,0.24502306768627946,7418,-0.3696382684324966,-0.4688112241673513 +47023,TN,Chester,2223.72203122153,-2.626909169754338,0.12980690159485903,514.589661307178,0.030038506876841863,6,0.34524426,15.6666666666667,0.897648923776237,9,0.51786639,570,52199,892.2,1622,902,6396,4850,0.25359599749843653,0.18597938144329898,2925,-0.47686053783614757,-0.6030927835051546 +47025,TN,Claiborne,6856.18295497042,12.47187087154482,0.2128390076978369,1290.03775037903,0.04004711608291777,4,0.126614333,33,1.03914097679252,14,0.443150165,1296,94931,1084.3,2433,1831,10178,10706,0.2390449990174887,0.17102559312535026,6758,-0.5093338573393593,-0.6312348215953671 +47027,TN,Clay,10.7763575911522,612.9633957190952,0.00137086345136143,2.30481182062067,2.9319575379985625e-4,3,0.386349002,11.9166666666667,1.53723770209838,4,0.515132003,327,23286,913.9,1037,707,2820,2919,0.3677304964539007,0.2422062350119904,1433,-0.2517730496453901,-0.49092154847550534 +47029,TN,Cocke,7579.66724682424,18.192869146657813,0.21254184417094496,1630.62421416796,0.04572441854545342,5,0.141346752,53.6666666666667,1.52379870713725,16,0.452309606,1537,105756,1130.7,2804,1980,11450,12108,0.24489082969432313,0.1635282457879088,7811,-0.4938864628820961,-0.6451106706309878 +47031,TN,Coffee,9075.91891537988,12.250947157025298,0.17190542683877338,2235.06363998994,0.04233395787540609,10,0.186487142,75.8333333333333,1.38680613974129,38,0.708651139,1967,161236,1003.1,5865,4741,19242,19895,0.3048019956345494,0.23830108067353606,9668,-0.371479056231161,-0.48595124403116363 +47033,TN,Crockett,108.979169900621,-0.7952400352050754,0.007471491149089606,24.8758185454599,0.001705458559266413,5,0.340878102,16.75,1.16230657136909,6,0.409053722,534,43833,929.7,1669,1302,5497,5386,0.30362015644897217,0.24173783884144076,2675,-0.3843914862652356,-0.4966580022279986 +47035,TN,Cumberland,10757.6808029929,33.087854979464666,0.19191980452416285,1751.51677907912,0.031247511802742402,9,0.155212555,63.75,1.08686386497315,34,0.586358541,2428,173622,832.9,6260,5202,25244,26298,0.24797971795278087,0.19780971937029432,15208,-0.49084931072730154,-0.5782949273709027 +47037,TN,Davidson,137325.679109165,-10.816389281003152,0.21913170992764264,30193.948194327,0.04818073021892637,137,0.204983339,635.333333333333,0.928293469314202,625,0.935142972,15501,2007411,829.3,138899,148473,237372,246199,0.585153261547276,0.6030609385090923,64108,0.18719562543181167,0.2603909845287755 +47039,TN,Decatur,895.576230591842,19.5622828297847,0.07617387348744084,150.204525924567,0.0127757528216864,4,0.342876736,9.58333333333333,0.814286118899935,4,0.342876736,517,35091,930.6,1302,894,4248,4577,0.3064971751412429,0.19532444832859952,2686,-0.36982109227871945,-0.5868472798776491 +47041,TN,DeKalb,395.900977320969,-8.507961759089161,0.02114516783212995,97.4120007365709,0.005202798736130476,4,0.20759809,20.0833333333333,1.03730867895942,6,0.311397135,729,57491,1044,2168,1566,6406,6940,0.33843271932563224,0.22564841498559077,3598,-0.30689978145488606,-0.5184438040345821 +47043,TN,Dickson,6387.40797718982,6.257432665832645,0.12860725601396972,1638.50564456268,0.0329904893601796,9,0.177953534,60.75,1.1644623346751,40,0.790904597,1587,152274,935.3,6228,4718,17821,18619,0.3494753380842826,0.2533970675116816,8495,-0.28387857022613766,-0.4562543638219024 +47045,TN,Dyer,12712.0536997816,12.71269455030643,0.3316043745867119,3369.16204256251,0.08788736252934681,7,0.184526163,51.6666666666667,1.37017785792582,20,0.527217609,1303,113893,948.4,3757,2815,13800,13290,0.2722463768115942,0.21181339352896916,7360,-0.4466666666666667,-0.5537998495109104 +47047,TN,Fayette,2233.37790268045,-50.02305906065534,0.05814119966366725,523.643521678781,0.01363193506570122,4,0.102535182,30.5,0.770396564789088,11,0.281971752,1184,116929,796.5,6683,5865,19562,19306,0.34163173499642163,0.30379156738837665,7181,-0.30666598507310094,-0.3719569045892469 +47049,TN,Fentress,37.1267282696467,-24.237466656974263,0.002067304876087015,6.29476238298254,3.5050739924174737e-4,4,0.224026883,21.9166666666667,1.21536442448104,10,0.560067208,741,53715,1072.1,1559,1100,6890,7311,0.2262699564586357,0.1504582136506634,4932,-0.5342525399129173,-0.6745999179318835 +47051,TN,Franklin,8150.82663329195,6.307902698662003,0.19854883156221256,1869.28404821006,0.04553454273141529,7,0.169073958,40.1666666666667,0.963229416466827,19,0.458915028,1495,124085,919,5594,4372,16099,16363,0.3474749984471085,0.26718816842877224,7154,-0.28933474128827874,-0.4372058913402188 +47053,TN,Gibson,6040.6483714931,-10.659359740873903,0.12158380877751142,1424.33078988239,0.028668373284270073,16,0.323415265,58.5,1.18418655492804,27,0.54576326,1964,148341,1005.7,6564,5255,19667,19484,0.3337570549651701,0.2697084787517963,8524,-0.32129963898916963,-0.437487168959146 +47055,TN,Giles,3490.05837756257,-23.763487808898947,0.11836725038367205,727.429247991639,0.02467116323525993,7,0.242609087,38.25,1.30514894052615,19,0.65851038,1079,86494,939.5,3759,2915,10797,11120,0.34815226451792164,0.26214028776978415,5049,-0.2922107992961008,-0.45404676258992804 +47057,TN,Grainger,0,0,0,0,0,4,0.174947516,27.75,1.20275658807212,4,0.174947516,866,68324,1058.8,1668,1154,7250,7985,0.23006896551724138,0.14452097683155918,5464,-0.5242758620689656,-0.6842830306825297 +47059,TN,Greene,6489.64637719479,15.086003077495647,0.09428377296849952,1447.03576002474,0.02102302392853133,14,0.204873052,85.1666666666667,1.24122519371372,41,0.599985366,2585,205258,935.7,6216,4211,23937,23491,0.25968166436896856,0.1792601421821123,14327,-0.46029159878013115,-0.6098931505683027 +47061,TN,Grundy,135.424177751157,-85.28337981252218,0.009882812358692039,24.4902510500822,0.001787218204048909,4,0.297951583,19.8333333333333,1.48131550775512,5,0.372439479,599,40363,1162.8,1637,998,4217,4750,0.3881906568650699,0.21010526315789474,2628,-0.20512212473322267,-0.5532631578947369 +47063,TN,Hamblen,27609.2925920741,32.727622754060185,0.44143790918511927,6820.68223573445,0.10905414165602535,12,0.190367409,78.6666666666667,1.23330981683259,52,0.824925439,2327,189450,993.5,5229,4075,20020,20579,0.2611888111888112,0.19801739637494534,11764,-0.4638361638361638,-0.5716507118907624 +47065,TN,Hamilton,138476.944925367,8.628264924327702,0.4115666356341321,31843.6746710221,0.09464242627279107,55,0.156597005,394.5,1.10276235680861,317,0.902568191,10352,1053934,796.9,58794,55260,142320,141088,0.41311129848229344,0.39167044681333635,23401,-0.14813799887577284,-0.16586102290768884 +47067,TN,Hancock,66.5395717236606,-30.11717616659963,0.009757966230189265,5.45590429085769,8.001032835984294e-4,1,0.150217816,10.6666666666667,1.6218133900968,1,0.150217816,318,19825,1197,475,322,2046,2229,0.23216031280547408,0.14445939883355766,1520,-0.5141739980449658,-0.6819201435621355 +47069,TN,Hardeman,7469.0600298179,-7.341853276158868,0.27406377388976993,1319.1745420413,0.04840474597443584,7,0.269593684,24.8333333333333,0.976344931524802,8,0.308107067,860,77899,938,5479,4174,10435,9242,0.5250598945855295,0.4516338454879896,738,0.05893627216099667,-0.07985284570439294 +47071,TN,Hardin,3650.04067469583,18.776315328594052,0.14024593386213133,769.887144866119,0.029581462570741526,6,0.231928875,28.6666666666667,1.11634669055129,12,0.46385775,1177,77601,1074.4,2467,1622,10495,9949,0.23506431634111483,0.16303146044828626,6390,-0.5163411148165793,-0.6422756055885013 +47073,TN,Hawkins,11433.5329917898,-13.89924505070829,0.20117771350781763,2571.00652306112,0.045237916757185435,8,0.141006433,53.25,0.941428142071672,24,0.4230193,2137,169769,979,5086,3502,19789,20694,0.25701147101925315,0.16922779549627912,13109,-0.4694527262620648,-0.6334686382526337 +47075,TN,Haywood,2992.9774573932,-1.5950839359068956,0.15931109050903283,768.340889992136,0.040897476446060364,3,0.16497113,28.0833333333333,1.57303161000019,10,0.549903767,565,54446,849.1,4567,3704,7567,6824,0.6035416941984935,0.5427901524032825,694,0.212369499141007,0.10169988276670577 +47077,TN,Henderson,3523.62807900501,-7.22872719131749,0.1268907083080057,838.234384272663,0.030185976602422233,4,0.142811239,27.5833333333333,0.991421656722498,18,0.642650577,994,84008,1004.3,2516,1796,10051,10172,0.2503233509103572,0.1765631144317735,6322,-0.4877126654064272,-0.6215100275265434 +47079,TN,Henry,6159.81576087537,-5.833803087771481,0.19052940800728024,1235.89630355317,0.03822753800040736,4,0.124208173,32.9166666666667,1.01877643660373,19,0.589988821,1376,96632,974.3,4337,3061,12731,12887,0.3406645196763805,0.2375261891828975,6422,-0.3024114366506951,-0.498331652052456 +47081,TN,Hickman,2775.94861599027,21.805512709395185,0.11243210271325516,378.714229679771,0.015338769934377116,2,0.082020997,20,0.823214653220827,6,0.246062992,810,72921,967,2693,1823,7595,7762,0.3545753785385122,0.23486214893068796,3862,-0.27162606978275183,-0.4975521772738985 +47083,TN,Houston,214.249927696881,-27.57033362271642,0.02542724041026359,35.850494203356,0.004254746523066223,2,0.241925729,8.16666666666667,1.00401606425703,6,0.725777186,322,24691,981.6,1400,865,3027,3165,0.46250412950115627,0.27330173775671407,1315,-0.05913445655764782,-0.41548183254344395 +47085,TN,Humphreys,1206.50690713,-28.130063456816035,0.0650829057681519,312.446993775353,0.016854406827886127,4,0.220567963,18.4166666666667,1.00379716938282,17,0.937413841,731,54503,1009,2904,1967,6860,7139,0.42332361516034983,0.27552878554419385,2961,-0.13483965014577265,-0.41476397254517444 +47087,TN,Jackson,1.60373164899647,0,1.378013102763765e-4,0.229108501796873,1.9686243495177262e-5,3,0.2593361,11.0833333333333,0.958268488097297,2,0.172890733,481,34491,1025.7,1736,1129,4178,4447,0.4155098133078028,0.25387901956375086,2100,-0.15414073719483,-0.4722284686305374 +47089,TN,Jefferson,2646.3455651603,0,0.051478311614377416,616.867055164723,0.011999670378834069,4,0.075934469,46.8333333333333,0.874817097848759,28,0.53154128,1725,158232,865.5,4230,3490,17565,18994,0.2408198121263877,0.1837422343898073,11270,-0.5013948192428124,-0.5933452669263978 +47091,TN,Johnson,2275.5592706917,15.830525919846023,0.12472918607167836,429.828398905728,0.023559986785010305,4,0.223976706,20.5,1.15466937028275,6,0.33596506,682,53748,936.2,1483,988,6194,6556,0.23942525024216985,0.15070164734594266,4412,-0.5050048433968356,-0.6729713239780353 +47093,TN,Knox,157839.167916191,-5.12257484271204,0.3651774023686475,37960.9652758347,0.08782665845144601,72,0.160483591,398.25,0.873102522953882,392,0.873743993,12809,1344111,854.8,57594,62861,167330,179266,0.3441941074523397,0.3506576818805574,42863,-0.29174087133209825,-0.23910278580433547 +47095,TN,Lake,14.7011009580456,0,0.0018770557913745662,3.88954874477349,4.966226691488113e-4,2,0.262088848,9,1.19047619047619,2,0.262088848,293,22954,1132.8,884,577,2087,1970,0.4235745088643987,0.2928934010152284,780,-0.13368471490177286,-0.3959390862944162 +47097,TN,Lauderdale,2397.08351052465,-0.06667604400686716,0.08617952581429625,681.068625468264,0.024485659732815534,5,0.182601709,29.6666666666667,1.10808152491938,8,0.292162735,852,81797,996.8,4010,3656,8688,8678,0.4615561694290976,0.4212952293155105,1228,-0.06975138121546964,-0.1415072597372667 +47099,TN,Lawrence,3120.20464678558,11.538730816446833,0.07452302770034105,733.391476807359,0.0175163361152012,8,0.189241614,52.0833333333333,1.20896296124355,23,0.544069641,1570,126904,982.2,4237,2821,15219,15658,0.2784019975031211,0.1801634946991953,9598,-0.4292660490176753,-0.612977391748627 +47101,TN,Lewis,422.698064902566,0,0.034758495592678726,89.6122421835171,0.007368821822507779,3,0.251973795,15.3333333333333,1.28808243727599,10,0.839912649,462,35679,981.3,1445,890,4691,4601,0.30803666595608614,0.19343620951966964,2689,-0.3562140268599445,-0.5844381656161703 +47103,TN,Lincoln,4923.30702140943,-3.1636845542300103,0.14757672196305355,1072.32605258682,0.03214310280227871,5,0.148645836,31,0.921385049784515,21,0.624312513,1190,100900,921.2,3283,2550,13249,13270,0.24779228621028002,0.19216277317256972,7825,-0.49120688353838027,-0.5896759608138659 +47105,TN,Loudon,14631.9175496371,6.997649147205139,0.30134108142427507,2883.27266476405,0.05938035803534167,9,0.17726655,46.9166666666667,0.911817675334603,38,0.748458766,1893,152283,829.6,5057,4916,22066,23304,0.22917610803951782,0.21095090971507038,12672,-0.5276896582978338,-0.5437693099897014 +47107,TN,McMinn,6823.74832486919,-15.332722088411948,0.13055807455839724,1553.81517165607,0.02972898579680998,7,0.133014099,64.25,1.21570482497635,34,0.646068483,2023,157724,978.9,4603,3507,17818,18694,0.25833426871702775,0.1876002995613566,11166,-0.46890784599842855,-0.597303947790735 +47109,TN,McNairy,2567.82335030747,-7.336643155854973,0.09847836434544467,606.317109506181,0.023252813403880385,4,0.152282331,28.75,1.10854058222479,17,0.647199909,1073,78307,1033.3,2643,1847,9809,10035,0.269446426750943,0.18405580468360738,5992,-0.445203384646753,-0.5971101145989038 +47111,TN,Macon,749.880235196324,309.4811423329925,0.03370551218969453,195.6582946126,0.0087944217283621,4,0.173890362,21.75,0.927505330490405,13,0.565143677,845,68832,1093.8,1552,1071,6904,7490,0.22479721900347624,0.14299065420560747,5189,-0.5369351100811124,-0.6927903871829106 +47113,TN,Madison,23242.5592899398,2.154835701602559,0.2364595935656276,6012.87065916874,0.06117230613433922,16,0.162969301,106.25,1.08792480263764,82,0.835217666,2889,294406,862,18360,15438,40691,37764,0.4512054262613354,0.4088020336828726,5883,-0.08918434051755919,-0.155783285668891 +47115,TN,Marion,2879.10067509944,36.10561142087334,0.1019619887062875,609.66758159895,0.02159108905333251,4,0.140810364,43.8333333333333,1.54093135531651,22,0.774457,1084,85211,1003.1,3952,2829,10404,10832,0.37985390234525185,0.26117060561299854,4851,-0.22260668973471742,-0.44783973412112255 +47117,TN,Marshall,3733.40974187277,95.33509095277152,0.121939110359368,1017.14681022242,0.033221635373237746,5,0.159902779,34,1.06532978223406,19,0.607630561,983,93953,928.8,3722,2848,10729,11402,0.3469102432659148,0.24978074022101385,5319,-0.2890297325006991,-0.4664971057709174 +47119,TN,Maury,15063.1965992898,14.853374875280343,0.18606646325522258,3685.04532545136,0.04551911316581057,15,0.175407823,96.75,1.07522699236505,71,0.830263696,2594,256995,899.7,11819,10026,32989,35068,0.3582709387977811,0.2859016767423292,13755,-0.2691503228348843,-0.3922379377209992 +47121,TN,Meigs,177.297663636913,86.45650482158119,0.01508531129387501,36.0370114513207,0.003066196839217281,4,0.341851124,15.5,1.29112869637651,2,0.170925562,457,35231,1051.1,1163,856,3958,4311,0.29383527033855483,0.19856181860357225,2481,-0.3954017180394138,-0.5755045233124565 +47123,TN,Monroe,1918.84106241813,-15.217545961058853,0.04310162093528898,462.856375522844,0.010396827770678676,10,0.221077532,59,1.28344572547313,30,0.663232596,1584,136382,914.4,4368,3184,16320,17050,0.2676470588235294,0.1867448680351906,10177,-0.45030637254901956,-0.596891495601173 +47125,TN,Montgomery,57591.4831974641,-7.266209526156708,0.33419108110243717,16885.4060803227,0.09798240641743332,17,0.089492054,124.583333333333,0.636493063715723,117,0.615915899,3477,567909,877.4,24349,21686,55424,57278,0.4393223152424942,0.37860958832361463,10634,-0.10482823325635104,-0.18565592374035406 +47127,TN,Moore,2145.49640137108,2.8211511789421944,0.33723615236892174,476.154733377793,0.07484356073212715,0,0,5,0.790763877906057,2,0.316505776,198,18983,700.8,705,496,2799,2926,0.25187566988210075,0.1695146958304853,1829,-0.48160057163272596,-0.6250854408749146 +47129,TN,Morgan,4002.34588411522,-9.893199408489336,0.18203237750103335,887.223299974114,0.04035217628480984,4,0.184672207,21.4166666666667,0.993628406173641,4,0.184672207,712,64964,968.3,1722,1053,6500,6664,0.26492307692307693,0.15801320528211285,4376,-0.4532307692307692,-0.6566626650660264 +47131,TN,Obion,3472.41211875148,1.6357952579911579,0.10917131822402239,740.32900881115,0.023275662867015122,3,0.096958728,25.75,0.842108705605337,18,0.581752367,1162,92604,941.6,3320,2425,12296,12223,0.27000650618087185,0.19839646567945676,7100,-0.44681197137280415,-0.5808721263192342 +47133,TN,Overton,294.688428568188,-15.833254896057303,0.0133445830986817,65.9458798710257,0.0029862735982894395,6,0.272380607,20.5833333333333,0.933442171934758,11,0.499364445,862,66114,1005,2802,1943,7657,8195,0.3659396630534152,0.23709579011592435,4112,-0.2572809194201384,-0.5017693715680294 +47135,TN,Perry,1978.78063833354,260.07885976709923,0.25000387092021986,434.060484477231,0.05484023808935325,2,0.255689082,7,0.878955298844802,4,0.511378164,362,23634,1110.1,992,597,2621,2855,0.3784814956123617,0.20910683012259193,1570,-0.22357878672262493,-0.5499124343257443 +47137,TN,Pickett,38.9002502037365,0.05603466518423817,0.007662054402941992,5.05037669463815,9.947560950636497e-4,2,0.390320062,5.75,1.11824192921042,4,0.780640125,200,15276,834.7,711,536,2446,2609,0.29067865903515944,0.20544269835185894,1483,-0.4071954210956664,-0.568417018014565 +47139,TN,Polk,49.3548486075625,16.350004485895955,0.002933423394208767,10.4142165313388,6.1897275074822e-4,4,0.239091452,21.8333333333333,1.30177279592972,5,0.298864316,646,50112,985.5,1856,1252,6059,6520,0.3063211751114045,0.19202453987730062,3845,-0.3716784948011223,-0.5897239263803681 +47141,TN,Putnam,14568.3589618992,-4.438114407769611,0.2014402312177542,3156.22188905536,0.043641845232440926,17,0.229218634,96.5,1.27089067706207,61,0.822490393,2469,222808,961.4,7793,6847,25479,26958,0.30585972761882335,0.2539876845463313,12134,-0.3708544291377212,-0.4501075747459011 +47143,TN,Rhea,3162.27102614337,20.870118372230078,0.09941434896234934,794.781660083969,0.024986062437799647,7,0.214454214,38.6666666666667,1.19187062038921,20,0.612726326,1213,97676,1023.5,2625,1942,10578,10946,0.2481565513329552,0.1774164078202083,6708,-0.4885611646814142,-0.6128266033254157 +47145,TN,Roane,13942.3035623019,0.6682241729997149,0.25732828043598127,2956.74946048199,0.05457170337354404,6,0.113748389,50.9166666666667,0.962981175372899,34,0.644574202,2186,158520,940.8,6014,4833,21081,21580,0.28528058441250415,0.22395736793327153,11030,-0.412931075375931,-0.5111214087117701 +47147,TN,Robertson,4540.52609492565,-9.956818641638515,0.06850212113099362,1162.37514765275,0.01753655006038879,7,0.102821722,61.6666666666667,0.891587749102388,49,0.719752053,1868,203788,907.5,8289,6634,26285,27042,0.31535096062393,0.24532209156127505,12759,-0.3557922769640479,-0.47182161082760155 +47149,TN,Rutherford,65080.4839621957,5.001915059025124,0.24782746630742752,18651.3009828229,0.07102443596755152,34,0.117685337,239.25,0.776153199827413,202,0.699189356,5159,869355,772,36400,36627,98816,106518,0.36836139896373055,0.34385737621810397,27801,-0.24721704987046633,-0.2609981411592407 +47151,TN,Scott,789.347125845616,-39.94016811887139,0.03551138770225014,205.778592289807,0.00925762966932729,3,0.136444263,27.0833333333333,1.23403350495892,13,0.591258471,833,65948,1156.6,1452,934,6668,7123,0.21775644871025795,0.13112452618278816,5110,-0.5496400719856029,-0.7173943563105434 +47153,TN,Sequatchie,9.02367785386741,-93.27016578649929,6.394329544974071e-4,1.64004216389731,1.1621613973195223e-4,0,0,18,1.20829697254481,12,0.816104461,498,44255,890.2,1488,1051,5141,5667,0.28943785255786814,0.18545967884242104,3383,-0.3993386500680801,-0.5969648844185635 +47155,TN,Sevier,11385.4785123333,-1.049905560469845,0.12666153269402597,2570.13731032952,0.028592345118195993,23,0.241825255,111.833333333333,1.15682076001917,97,1.019871727,2998,284367,878.3,7415,6293,33856,36180,0.21901583175803402,0.17393587617468215,22317,-0.5483223062381852,-0.616832504145937 +47157,TN,Shelby,273256.128731707,7.539677367974079,0.2945700384325312,75745.8348575091,0.08165399103266878,164,0.174690537,963.250000000001,1.03065151727525,681,0.725391802,24097,2815548,888.3,232201,206640,370749,331861,0.6263024310247634,0.6226703348691169,91692,0.26072895678747615,0.27629640120411864 +47159,TN,Smith,273.750855600461,-31.08548092520891,0.01428315014089852,53.9802954709157,0.002816461205828848,2,0.10521332,15.0833333333333,0.775612348091394,9,0.47345994,607,57399,961.7,2467,1688,7081,7410,0.3483971190509815,0.22780026990553306,3797,-0.2859765569834769,-0.5124156545209178 +47161,TN,Stewart,247.329191612073,-87.17828669650075,0.018562683249179902,65.1528734147575,0.004889888428006409,2,0.150613751,12,0.910332271279017,6,0.451841253,489,39856,958,2069,1222,5115,5283,0.40449657869012706,0.23130796895703198,2642,-0.17478005865102636,-0.5000946431951543 +47163,TN,Sullivan,52031.8903122689,-11.186852017273836,0.3317873673649203,11057.8820748947,0.07051186417103805,20,0.127350411,144.083333333333,0.919678894300225,141,0.897820398,6160,470172,906.2,15303,11910,59833,59860,0.25576187053966876,0.19896424991647177,33667,-0.4717296475189277,-0.5624290010023388 +47165,TN,Sumner,47994.8961140369,5.928634501633505,0.2987637095087734,12685.6932092044,0.07896724584770395,20,0.115803736,143.166666666667,0.795092088139522,96,0.555857932,4318,517987,777.9,18571,18153,65334,71080,0.28424709951939264,0.25538829487900955,31952,-0.41950592340894477,-0.44952166572875635 +47167,TN,Tipton,11339.1915201258,-17.543158581674657,0.1856418775089766,3220.41139091563,0.05272361930740541,8,0.129821657,48.25,0.787074042053407,25,0.40569268000000003,1715,185394,939.5,7020,5779,23682,23372,0.29642766658221437,0.24726168064350504,11114,-0.39587028122624773,-0.47552627075132636 +47169,TN,Trousdale,NA,NA,NA,NA,NA,3,0.374906273,9,1.08813928182807,4,0.499875031,278,23829,1038.6,1238,943,2901,3142,0.426749396759738,0.30012730744748567,1156,-0.12823164426059985,-0.36791852323360913 +47171,TN,Unicoi,2401.86481210288,77.67580983761346,0.1311562721620095,499.957331582797,0.0273006788392288,2,0.111339977,16.25,0.917094644167278,10,0.556699883,845,53840,1025.9,1909,1260,7078,7166,0.2697089573325798,0.1758303097962601,4406,-0.44066120372986717,-0.6148478928272397 +47173,TN,Union,387.110765519185,1910.114749130043,0.020258033676235545,88.5365316284274,0.00463323730328261,1,0.0523204,19.6666666666667,1.02751654475792,4,0.209281641,691,57154,1064,1474,1010,5820,6204,0.25326460481099655,0.16279819471308832,4014,-0.4817869415807561,-0.64700193423597685 +47175,TN,Van Buren,39.3221877326432,-59.88060958220939,0.007087632972718674,7.54353253592853,0.0013596850281053588,0,0,6,1.05466690103709,0,0,213,16841,935.5,875,539,2298,2417,0.3807658833768494,0.2230037236243277,1281,-0.22149695387293306,-0.5299958626396359 +47177,TN,Warren,3313.41160050999,41.403087908941544,0.08317004946183362,792.704590438094,0.0198977030155901,6,0.15011634,46.8333333333333,1.15592194030342,24,0.600465361,1460,120403,1009.9,4748,3535,13008,13565,0.3650061500615006,0.26059712495392556,6000,-0.2505381303813038,-0.4423147806855879 +47179,TN,Washington,26994.1061092793,11.25615883142931,0.2195017532203002,5870.80628808986,0.047738282862032216,18,0.142583292,112.833333333333,0.885383971542164,102,0.80797199,4131,377652,897.2,14318,13003,48003,49411,0.298273024602629,0.26316002509562647,21176,-0.3847467866591671,-0.4285685373702212 +47181,TN,Wayne,3784.26136798694,-9.421272288427971,0.22232896821496623,364.737577196012,0.021428680876329945,5,0.29563058,20.6666666666667,1.23656235664852,4,0.236504464,633,50498,948.2,1163,717,5484,5842,0.21207148067104303,0.12273194111605615,4317,-0.563092633114515,-0.7389592605272167 +47183,TN,Weakley,4131.02624938175,47.36322024420113,0.11795854628313726,709.40244538508,0.020256487404274007,5,0.145463009,36.4166666666667,1.08683757622785,23,0.66912984,1128,102385,876,3547,2770,12332,12127,0.2876256892637042,0.22841593139275995,6231,-0.40982808952319166,-0.5138121546961326 +47185,TN,White,2475.13687717047,-14.741779284377502,0.09578332406526335,526.906010618801,0.02039031038345269,6,0.228128208,33.8333333333333,1.26940056779099,18,0.684384624,1085,79131,1032.6,2793,1842,9133,9776,0.3058140808058688,0.18842062193126022,5815,-0.3721668674039199,-0.5948240589198036 +47187,TN,Williamson,45309.2233076282,-4.125597031677615,0.2473453904184265,13673.7976191795,0.07464596750324541,30,0.146180309,97.0833333333334,0.443086406793637,160,0.779628312,3241,615975,583,24328,30992,93606,104700,0.2598978697946713,0.2960076408787011,37168,-0.4675127662756661,-0.35499522445081183 +47189,TN,Wilson,25367.2610393671,0.27529054057464325,0.22253349801625624,6526.55571946038,0.0572540043639555,19,0.151544155,98.6666666666667,0.743078201449505,91,0.725816743,3101,376331,810.5,14669,14356,51437,56286,0.2851838170966425,0.25505454287034074,24948,-0.4161790151058577,-0.44323632874960023 +48001,TX,Anderson,23111.2414208938,-4.206324841056116,0.3953477953555339,2667.24608271141,0.04562670776816535,5,0.086764885,32.5833333333333,0.564369926444267,24,0.416471446,1957,173211,1070.9,3796,3358,16167,16887,0.23479928248902085,0.19885118730384319,9807,-0.5219892373353127,-0.5807425830520518 +48003,TX,Andrews,5015.9754631323,0.004077149519841562,0.339238161986494,1477.36036749886,0.09991616174075882,1,0.0572181,10.5833333333333,0.595908408408408,10,0.57218058,370,52362,835.9,794,836,4476,4926,0.177390527256479,0.1697117336581405,3089,-0.6349419124218052,-0.6270807957775071 +48005,TX,Angelina,20927.3315509152,-24.955838532416546,0.24117886795029675,5651.75650095193,0.06513416349877182,9,0.102564103,61.75,0.703375061224955,64,0.729344729,2592,263791,861.1,7833,7538,28403,29870,0.27578072738795195,0.2523602276531637,14128,-0.43896771467802703,-0.47298292601272185 +48007,TX,Aransas,8865.51147750765,0,0.38282716458708227,1920.33744336756,0.08292328540321098,3,0.120134551,22.3333333333333,0.868291797882405,17,0.680762454,1035,74445,869.3,2703,2458,9646,10467,0.2802197802197802,0.234833285564154,5272,-0.42774206925150327,-0.5036782268080635 +48009,TX,Archer,2147.67237758163,0.5124738789017131,0.23720702204347577,496.673647694261,0.05485681993530605,1,0.113494496,5.75,0.660691715500402,4,0.453977982,249,26277,719.4,525,394,4163,4269,0.1261109776603411,0.09229327711407824,3391,-0.7384098006245496,-0.7943312251112673 +48011,TX,Armstrong,1896.20797437215,0,0.9974792079811414,421.8019933499,0.22188426793787483,2,1.023017903,2,1.06609808102345,2,1.023017903,92,5852,1085.8,98,70,935,1017,0.10481283422459893,0.0688298918387414,854,-0.7807486631016043,-0.839724680432645 +48013,TX,Atascosa,9400.11363108212,24.740129381773706,0.20930537354060522,2634.53671830173,0.05866127938148182,6,0.125591326,41.5,0.850462118572863,22,0.460501528,1220,143324,815.6,5128,4635,12704,13605,0.40365239294710326,0.340683572216097,3963,-0.1828557934508816,-0.29128996692392506 +48015,TX,Austin,3256.07322636125,-18.526286248583297,0.11458187797308829,707.565123357216,0.024899360360249707,5,0.171738682,28.1666666666667,0.946524183972937,15,0.515216047,805,87270,731.4,2252,2319,11628,12255,0.1936704506363949,0.18922888616891065,7318,-0.6026831785345718,-0.5971440228478172 +48017,TX,Bailey,667.901387184863,0,0.0932172208213347,183.816130522267,0.0256547286144127,2,0.289435601,6.83333333333333,0.951585201689644,4,0.578871201,172,21300,727.6,466,397,1813,1784,0.25703254274682846,0.22253363228699552,946,-0.47986762272476563,-0.5302690582959642 +48019,TX,Bandera,7158.4561730925,177.85468115511566,0.34944867820807907,1441.96974031907,0.07039149330334733,3,0.143595635,15,0.688831741366642,7,0.335056481,651,62806,648.1,1859,1726,9434,10213,0.19705321178715285,0.1690002937432684,6433,-0.5897816408734365,-0.6298834818368746 +48021,TX,Bastrop,21416.782496781,-30.678194955780707,0.2887487359855065,5574.22385109495,0.07515368339505939,11,0.140900998,65.5833333333333,0.792710687794874,36,0.461130538,1957,234707,825.1,9860,10555,24457,28250,0.4031565604939281,0.3736283185840708,5759,-0.1700535633969824,-0.20385840707964603 +48023,TX,Baylor,455.647220636358,0,0.1222885723661723,60.0531201617428,0.016117316200145677,1,0.278396437,3.75,1.014335948066,3,0.83518931,170,10811,904.8,267,191,1592,1492,0.16771356783919597,0.12801608579088472,1076,-0.6469849246231155,-0.7211796246648793 +48025,TX,Bee,10775.3956927468,5.7811238344737985,0.3382001723971878,2387.92660148904,0.07494826281312703,1,0.0304294,24.5833333333333,0.750636132315522,16,0.486869732,770,98544,851.8,3451,3443,7873,8458,0.43833354502730854,0.40707022936864506,1300,-0.11469579575765271,-0.15370063844880583 +48027,TX,Bell,103120.541994956,-13.102475624248383,0.3323949328572083,30142.9109833237,0.09716154200307413,30,0.091146625,267.916666666667,0.787038805052324,219,0.665370359,6349,990989,795.5,35315,37608,85765,93999,0.4117647058823529,0.40008936265279416,14172,-0.16386637905905677,-0.15076756135703573 +48029,TX,Bexar,451601.664033003,-16.043192274949032,0.2633594440972671,116520.346723414,0.06795088721563379,174,0.093756769,1232.08333333333,0.638822061375311,1300,0.700481608,37855,5581776,743,263871,319191,511405,586038,0.5159726635445488,0.5446592200505769,79030,0.04566243974931805,0.13485473638228235 +48031,TX,Blanco,485.062880317592,-53.71082763229356,0.04620966755430999,89.7387756101493,0.00854899262743158,3,0.277469478,7.91666666666667,0.694932116104869,9,0.832408435,331,32437,706.6,1220,1244,4971,5669,0.24542345604506136,0.2194390545069677,2968,-0.4862200764433716,-0.5235491268301289 +48033,TX,Borden,641.000000070199,1.596227050518709e-13,1.0000000001095148,138.000000467568,0.215288612273897,0,0,NA,NA,0,0,18,1940,625,32,31,362,365,0.08839779005524862,0.08493150684931507,299,-0.8066298342541437,-0.8191780821917808 +48035,TX,Bosque,1762.38197610439,-58.37843044620298,0.09677036987175434,383.202353569651,0.021041201052583516,4,0.224971879,23.8333333333333,1.31697703118381,10,0.562429696,734,53495,841,1366,1277,7336,7797,0.1862050163576881,0.16378094138771324,5048,-0.6143675027262814,-0.6474284981403103 +48037,TX,Bowie,20113.870643286202,-26.15964776465321,0.21729455672539516,4852.71482806356,0.052424942776033705,15,0.160814795,76.9166666666667,0.819482917820868,93,0.997051729,3077,280087,927.1,10184,8831,35357,34470,0.2880334870039879,0.2561937917029301,16082,-0.4145148061204288,-0.4665506237307804 +48039,TX,Brazoria,69647.355857069,-15.566434003465988,0.22239756505198172,19443.0470734462,0.06208543415775084,29,0.085767352,172.5,0.487019861940457,195,0.576711502,6608,1014828,760.6,34327,43075,106422,120296,0.3225554866474977,0.35807508146571787,29578,-0.34163048993629136,-0.2458768371350668 +48041,TX,Brazos,52558.4086858392,-20.37807037393516,0.2697364072334204,9007.67184155496,0.04622851225580038,18,0.086061812,113.583333333333,0.515311129964265,173,0.827149633,3007,628524,695,17440,23041,55845,66036,0.31229295371116483,0.34891574292809985,15621,-0.3529769898827111,-0.23655278938760677 +48043,TX,Brewster,2642.14408106501,-3.786486055472617e-13,0.28619411623321167,527.772763393537,0.057167760332922125,5,0.545077946,8.58333333333333,0.932971014492754,7,0.763109125,206,27574,565.8,1765,1869,3866,4226,0.45654423176409725,0.4422621864647421,204,-0.05431971029487842,-0.04827259820160906 +48045,TX,Briscoe,1637.00000175119,0,1.0000000010697556,362.000000153446,0.2211362248952022,1,0.651041667,3,2.03527815468114,0,0,58,4585,781,117,91,700,734,0.16714285714285715,0.12397820163487738,534,-0.6557142857142857,-0.7275204359673024 +48047,TX,Brooks,1179.30981928851,0.030787422797188407,0.16327146882022844,275.90160822672,0.03819764754627163,1,0.139004726,9.91666666666667,1.37464190000924,6,0.834028357,279,21708,1033,1886,1937,2403,2596,0.7848522679983354,0.7461479198767335,1324,0.573866000832293,0.5100154083204931 +48049,TX,Brown,13832.2964761297,-12.619291478289044,0.36299523634413744,3378.19695136445,0.08865262560658295,5,0.132791544,43.5833333333333,1.1388083230993,36,0.956099116,1501,113285,966.2,1904,1621,13936,13949,0.13662456946039037,0.11620904724353,10389,-0.7168484500574053,-0.7447845723707793 +48051,TX,Burleson,2215.59334638903,-5.486424520401793,0.12891099938261652,547.280968453238,0.03184272813482504,4,0.231843737,19.75,1.11204954954955,12,0.695531212,619,51896,821.3,1705,1491,6455,6945,0.2641363284275755,0.21468682505399567,3825,-0.4594887683965918,-0.550755939524838 +48053,TX,Burnet,14182.9988818173,5.138865475457425,0.33176605571502465,3504.07162379031,0.08196658769100139,3,0.066751218,31.9166666666667,0.690194551968226,28,0.62301137,1454,133786,733.9,3672,3785,16770,19046,0.2189624329159213,0.19872939199831985,10810,-0.5459749552772808,-0.5675732437257167 +48055,TX,Caldwell,5776.48197004075,-21.78284116550043,0.15174911916252692,1306.63399197896,0.03432548710079756,3,0.07535795,22.0833333333333,0.536511098693747,21,0.527505652,980,119562,795.1,4787,4663,11055,11709,0.4330167345092718,0.39824066957041593,1853,-0.11135232926277705,-0.15825433427278157 +48057,TX,Calhoun,7732.01413724488,13.850876027207773,0.36163014532738785,2054.62804020435,0.09609597494057107,2,0.091755746,25.4166666666667,1.15714394111845,14,0.642290223,600,65420,780.7,2510,2118,6746,6957,0.372072339163949,0.30444156964208713,2520,-0.24236584642751258,-0.3622250970245795 +48059,TX,Callahan,4001.97344759608,33.74209165783833,0.2954794335200886,961.026776645869,0.07095590495022659,2,0.148005624,12.6666666666667,0.916546068499759,9,0.666025309,525,40605,915.4,751,568,5195,5556,0.14456207892204043,0.10223182145428365,4290,-0.697786333012512,-0.7721382289416846 +48061,TX,Cameron,100015.195853748,-10.89572845552633,0.2462094329519669,31707.2802393313,0.07805445384109916,36,0.08563436,395.916666666667,0.937891116980745,240,0.570895735,7875,1260627,650.6,49159,59319,74802,91804,0.657188310472982,0.6461483159775173,29887,0.32357423598299506,0.3255522635179295 +48063,TX,Camp,1247.02211144634,0,0.10055818977875494,357.767970282042,0.028849929060724297,3,0.237699073,12.3333333333333,0.95852439055983,7,0.55463117,418,37712,896.9,1428,1260,4332,4542,0.3296398891966759,0.2774108322324967,1941,-0.33471837488457984,-0.42734478203434617 +48065,TX,Carson,1235.92186491,-56.350877057193486,0.1999226568925914,295.12313940629,0.047739103753848273,0,0,8,1.32078586759122,4,0.665225345,189,17957,816,292,249,2775,2945,0.10522522522522522,0.08455008488964347,2368,-0.7776576576576576,-0.8040747028862479 +48067,TX,Cass,2118.90496090659,-14.328806985403997,0.06955439078606192,491.990410730631,0.01614989531022292,4,0.132183338,24.1666666666667,0.795610425240055,17,0.561779188,1197,90956,905.7,2921,2250,11764,11606,0.24829989799387964,0.1938652421161468,6932,-0.49523971438286296,-0.597277270377391 +48069,TX,Castro,960.309636630439,0.3978031132360527,0.11911555899658124,262.427609436647,0.032551179538160134,2,0.257036371,6,0.782370582866084,6,0.771109112,198,23488,767.9,630,526,2119,1996,0.2973100519112789,0.2635270541082164,887,-0.3964134025483719,-0.4443887775551102 +48071,TX,Chambers,6741.75530702429,6.009933171170935,0.19209469190290318,1850.07257257488,0.05271462766625484,5,0.131078778,23.4166666666667,0.586898585595295,25,0.655393892,822,114235,863.4,2780,2939,14692,16661,0.18921862237952627,0.17639997599183724,10339,-0.611285053090117,-0.6205509873356941 +48073,TX,Cherokee,8279.82928773068,0.005122724966219912,0.16284451347685455,2272.43452507047,0.04469337250605704,5,0.098227967,35.8333333333333,0.693530489535754,26,0.510785431,1546,153599,856.1,3935,3466,16387,16701,0.2401293708427412,0.20753248308484523,9430,-0.5099163971440775,-0.5646368480929285 +48075,TX,Childress,3108.74994998373,-0.2637528886364367,0.44152108365057946,835.278811865996,0.11863070755091548,1,0.14106362,5,0.709018718094158,7,0.987445338,223,21201,900.4,320,253,1996,2084,0.16032064128256512,0.12140115163147792,1549,-0.6738476953907815,-0.7432821497120922 +48077,TX,Clay,5527.8362577707,36.10784575919635,0.5141216757599237,1241.06310756249,0.11542625628371372,1,0.096432015,3,0.294319631119396,4,0.385728062,358,31193,803.7,740,536,5056,5011,0.1463607594936709,0.10696467770904011,3840,-0.6973892405063291,-0.7663141089602874 +48079,TX,Cochran,662.16364265489,0,0.21175684127115127,171.772630418825,0.05493208519949632,2,0.681431005,4,1.38792505204719,0,0,98,8874,1023.3,256,190,916,901,0.2794759825327511,0.21087680355160932,489,-0.4279475982532751,-0.5427302996670367 +48081,TX,Coke,3319.21289550832,0,0.9997629203338313,698.883778212052,0.21050716211206386,4,1.2292563,5.16666666666667,1.58292483660131,0,0,152,9686,897.2,179,140,1406,1423,0.12731152204836416,0.09838369641602249,1125,-0.7375533428165008,-0.7905832747716093 +48083,TX,Coleman,1745.74692731928,-5.730751441083555e-13,0.19626159947378077,287.162941329173,0.03228363589985082,3,0.355871886,11.3333333333333,1.34600158353127,6,0.711743772,404,25277,1009.5,441,387,3483,3635,0.12661498708010335,0.10646492434662999,2790,-0.7367212173413724,-0.7675378266850068 +48085,TX,Collin,99230.762308588,-14.865946645657619,0.12683824867747953,29403.0529317374,0.037583423253718516,103,0.116352496,391.916666666667,0.41711677673299,741,0.83706019,11429,2658896,581.2,100754,139837,301101,356545,0.3346186163446817,0.39220014303944806,60558,-0.3161032344628546,-0.16984672341499674 +48087,TX,Collingsworth,224.944088145241,4.0069723064039415,0.07358328038771378,48.597503843029,0.01589712261793556,1,0.331455088,4,1.3262599469496,4,1.325820351,106,9166,919,177,145,1150,1154,0.15391304347826087,0.12564991334488734,838,-0.682608695652174,-0.7261698440207973 +48089,TX,Colorado,4316.81717867916,-0.9350136159900759,0.2068035440585973,902.001627258113,0.04321172881374499,5,0.241324388,20,0.951520053285123,16,0.772238042,790,62284,838.9,2024,1977,8095,8480,0.2500308832612724,0.2331367924528302,4346,-0.49302038295243983,-0.5125 +48091,TX,Comal,23139.1759199267,12.225765378753858,0.2133193443462525,5281.91990709052,0.04869385562256177,7,0.0565913,77,0.57126747188177,84,0.679095187,3100,371169,690.7,11437,14166,51475,61567,0.22218552695483243,0.2300907953936362,30830,-0.5411170471102478,-0.5007552747413387 +48093,TX,Comanche,2143.45750063322,-1.3285449989020044,0.15338897242258626,503.663678391918,0.03604291386803478,1,0.073800738,11.75,0.871403144467517,6,0.44280442800000003,548,40506,886.4,890,788,4897,5208,0.18174392485195018,0.15130568356374807,3512,-0.6228303042679191,-0.674347158218126 +48095,TX,Concho,1092.26468366214,0.11405264432416877,0.26725340926404206,204.017177160238,0.04991856549063812,1,0.24691358,4,0.934797849964945,3,0.740740741,107,12224,729,194,148,1001,1067,0.1938061938061938,0.1387066541705717,737,-0.5984015984015985,-0.6907216494845361 +48097,TX,Cooke,2805.00458883539,-16.13054812274552,0.07297667843055884,711.977522590925,0.018523233410279807,5,0.12899564,20.5833333333333,0.524202448258884,18,0.464384304,1232,116610,830.6,2240,2345,14291,15894,0.15674200545798056,0.14753995218321378,10829,-0.6760198726471206,-0.6813262866490499 +48099,TX,Coryell,32863.2033452615,20.2379775503914,0.43592088058127954,10615.7631085027,0.14081502505044172,3,0.0397025,34.6666666666667,0.464165528568496,32,0.42349329,1372,227172,857.9,5141,5057,16551,18127,0.31061567276901697,0.2789761129806366,7155,-0.36565766418947493,-0.39471506592376016 +48101,TX,Cottle,1504.11734976882,974.0309638871935,0.9994135214410764,349.999999855855,0.2325581394391063,1,0.706713781,2,1.4265335235378,1,0.706713781,88,4302,1255.2,180,84,739,583,0.2435723951285521,0.14408233276157806,402,-0.5047361299052774,-0.6895368782161235 +48103,TX,Crane,388.957100298164,-0.027104668029388487,0.08890448006815177,96.5715409400883,0.022073495072020183,1,0.202020202,4.08333333333333,0.845410628019324,3,0.606060606,125,14721,944.2,275,299,1283,1381,0.21434138737334374,0.2165097755249819,748,-0.5533904910366328,-0.5416364952932657 +48105,TX,Crockett,284.17215180705,-2.6280368883074354,0.07641090395457112,67.5606577907729,0.018166350575631297,2,0.524658972,3.66666666666667,0.997732426303855,5,1.311647429,91,11243,742.6,480,372,1457,1395,0.32944406314344543,0.26666666666666666,608,-0.3273850377487989,-0.43584229390681 +48107,TX,Crosby,291.171379013875,4.883598596841282,0.04805601238057023,48.5122911747471,0.008006649806031869,3,0.508560773,10,1.66889185580774,1,0.169520258,206,17853,901.1,639,468,1787,1712,0.35758254057078903,0.2733644859813084,712,-0.27588136541689984,-0.41588785046728977 +48109,TX,Culberson,186.143338387128,-0.6895435908563601,0.07762441133741785,36.2316922233381,0.015109129367530484,1,0.441306267,5,2.27479526842584,2,0.882612533,49,6794,587,566,454,876,762,0.6461187214611872,0.5958005249343832,174,0.3105022831050228,0.22834645669291337 +48111,TX,Dallam,2687.25962385042,10.23715214419255,0.40090401668662096,812.823677513774,0.1212626700751565,0,0,9,1.27551020408163,6,0.840925018,127,21254,790.2,253,222,1532,1535,0.16514360313315926,0.14462540716612377,1036,-0.6494778067885117,-0.6749185667752444 +48113,TX,Dallas,393661.068694723,-16.82159830402584,0.16623224764032984,108978.768135404,0.04601873797754439,387,0.153654475,1624.08333333333,0.630715893121407,2067,0.820681654,46477,7558791,749.5,403170,458845,705941,750649,0.5711100502733232,0.6112643858847477,196980,0.1541644415043184,0.26241292534859834 +48115,TX,Dawson,4087.06074452248,0.1353434069732841,0.29545729375569146,625.762648305417,0.04523694414121427,2,0.149566258,13.1666666666667,1.00424579869321,13,0.972180676,429,40275,947.5,1017,835,3640,3562,0.2793956043956044,0.23441886580572713,1801,-0.43241758241758244,-0.5056148231330713 +48117,TX,Deaf Smith,3610.27542184765,-3.1785873412774364,0.18636565258350454,1215.80638029456,0.06276101488202354,2,0.1041938,15.9166666666667,0.845282350858559,11,0.573065903,460,57366,804.4,1239,1185,4309,4201,0.287537711766071,0.28207569626279455,1726,-0.418426549083314,-0.410854558438467 +48119,TX,Delta,377.202791605434,0,0.07210911711057809,57.7383370398174,0.011037724534470925,0,0,5,0.958772770853308,1,0.190912562,229,15621,996.3,454,400,2018,2279,0.22497522299306244,0.1755155770074594,1436,-0.5302279484638255,-0.6301009214567792 +48121,TX,Denton,123079.915815112,-14.060794927445567,0.1857490421498972,34645.7396663653,0.052286458883098304,66,0.087607169,300.583333333333,0.372848908845833,494,0.65572639,9717,2265094,635.9,79917,11e4,240125,293287,0.3328141592920354,0.37505924231213794,59175,-0.3172847475273295,-0.2017648242165524 +48123,TX,DeWitt,3085.7466674168,-19.834250334903835,0.1535426515110116,439.47265388352,0.021867574955641143,2,0.096693096,15.9166666666667,0.762840482466651,16,0.773544769,762,61945,835.7,1463,1161,6624,6822,0.22086352657004832,0.17018469656992086,4349,-0.551177536231884,-0.6374963353855174 +48125,TX,Dickens,484.958917640499,0,0.19842836237336292,96.1016414448673,0.03932145721966747,1,0.450856628,2,0.915750915750916,3,1.352569883,92,6693,878.3,216,128,1019,909,0.21197252208047104,0.1408140814081408,627,-0.5662414131501472,-0.6897689768976898 +48127,TX,Dimmit,3897.24273775477,74.4363896726189,0.3898802258658233,1171.92371107027,0.1172392668137525,3,0.270538371,17.6666666666667,1.63671175344327,6,0.541076743,303,32843,830.6,2141,2173,2917,3225,0.7339732601988345,0.6737984496124031,1199,0.47274597188892703,0.3717829457364341 +48129,TX,Donley,573.714502813879,7.244603334980865,0.15602787675112292,135.602176010738,0.03687848137360294,1,0.282246684,5,1.46842878120411,4,1.128986734,157,10597,920,226,190,1533,1460,0.14742335290280495,0.13013698630136986,1035,-0.6914546640574037,-0.7089041095890412 +48131,TX,Duval,4063.28582688037,1.978325986207497,0.3448723329553871,942.948516872319,0.08003297546022059,3,0.260123125,15.5833333333333,1.36360984715902,5,0.433538542,410,34512,1017,3331,2783,4343,4159,0.7669813492977204,0.6691512382784324,1467,0.5415611328574718,0.3527290213993749 +48133,TX,Eastland,4032.1133139562,0.0052822131650075614,0.21697859947027928,880.490140032065,0.047381485230160086,4,0.220070423,24.1666666666667,1.32246178541461,17,0.935299296,792,54651,964.7,970,776,6494,6935,0.14936864798275332,0.11189617880317232,5232,-0.688789651986449,-0.7544340302811825 +48135,TX,Ector,28118.3943134334,-9.142828792540078,0.20504918189625465,8256.83156326452,0.06021170832979305,20,0.129951138,108.083333333333,0.686408996032905,108,0.701736147,3537,463501,953,8095,10225,32408,36373,0.24978400394964206,0.28111511285843893,14751,-0.4887990619600099,-0.40554807137162185 +48137,TX,Edwards,638.008449121662,0,0.3186855390218092,88.5024881433848,0.04420703703465774,1,0.532197978,3,1.56985871271586,1,0.532197978,74,5649,811.1,232,302,883,1065,0.2627406568516421,0.28356807511737087,439,-0.46319365798414497,-0.41220657276995304 +48139,TX,Ellis,35501.7458298402,-7.60071778775043,0.237295273242699,10491.1152022988,0.07012308804424036,16,0.100428705,85.9166666666667,0.509894222913291,97,0.608849024,3481,479107,814.9,13803,16197,53756,63064,0.256771337153062,0.2568343270328555,28610,-0.4752957809360815,-0.453666116960548 +48141,TX,El Paso,143526.539636421,-19.87891760876461,0.1792631954362172,42864.0926546629,0.053536817916838376,114,0.136774779,648.583333333333,0.774041533101489,570,0.683873894,15381,2503595,667.3,112273,145509,171053,210458,0.6563638170625479,0.6913921067386367,90942,0.32595745178395,0.4321147212270382 +48143,TX,Erath,13696.7234119252,1.448169525155314,0.3614864980713961,2981.07528472366,0.07867709909537239,4,0.099633846,25.5833333333333,0.61411299679141,34,0.846887688,944,121738,754.3,1965,2159,12467,13810,0.15761610652121602,0.1563359884141926,9046,-0.6705703056068019,-0.655032585083273 +48145,TX,Falls,2472.78759506926,-62.01121299333079,0.1384074552260864,601.216456509786,0.03365143045504231,3,0.176584849,17.4166666666667,1.00831741253208,7,0.412031314,557,51578,828.4,2033,1682,5432,5232,0.3742636229749632,0.32148318042813456,1756,-0.24355670103092786,-0.33562691131498473 +48147,TX,Fannin,11194.0975098724,-13.565275335522742,0.3300633203559605,2034.48395217085,0.059987732630719444,5,0.14813937,24.6666666666667,0.724829322284584,13,0.385162361,1239,101122,914.2,2482,2123,10781,11972,0.23021983118449124,0.17733043768793852,7413,-0.5250904368796958,-0.6191947878382893 +48149,TX,Fayette,5540.04938973604,-24.749436669938994,0.22562716419874726,1202.98857938819,0.0489935887997145,6,0.241613981,12.3333333333333,0.490410486831816,20,0.805379938,970,74774,722,2311,2127,10534,11029,0.21938484906018607,0.19285519992746397,6521,-0.5493639643060566,-0.5912594070178621 +48151,TX,Fisher,676.49721921703,-0.021249934041512195,0.17023080503699797,136.381125879404,0.03431835074972421,2,0.522056904,5,1.29735339906591,1,0.261028452,171,11497,908.8,512,403,1628,1722,0.3144963144963145,0.23403019744483158,862,-0.3574938574938575,-0.5005807200929152 +48153,TX,Floyd,412.838725060759,21.93685558295117,0.06404572216269919,80.1282042003188,0.012430686348172324,2,0.336190956,6,1.01402737873923,6,1.008572869,203,18139,807.2,551,435,2085,1958,0.2642685851318945,0.22216547497446373,1038,-0.46618705035971225,-0.5301327885597549 +48155,TX,Foard,1336.00000519125,0,1.0000000038856662,277.999999435331,0.20808383191267288,0,0,2,1.69061707523246,2,1.568627451,70,3760,1087.9,140,113,493,511,0.2839756592292089,0.22113502935420742,270,-0.4178498985801217,-0.528375733855186 +48157,TX,Fort Bend,148759.508725122,-16.318919036077595,0.2541268566732812,43504.1010913569,0.07431834480693042,86,0.125484245,286.75,0.386853327613166,397,0.579270295,8518,2057363,561.1,101043,134475,219250,260367,0.4608574686431015,0.5164825035430758,17263,-0.06834663625997717,0.0663025652252398 +48159,TX,Franklin,743.871195630029,0,0.07014344136068165,161.785033909609,0.015255543037209713,1,0.094339623,8,0.754218912039219,5,0.471698113,343,31835,798,750,665,4255,4356,0.1762632197414806,0.1526629935720845,2918,-0.6336075205640422,-0.669880624426079 +48161,TX,Freestone,2952.81532565894,-19.12588396477779,0.14901167368081045,674.713703104845,0.0340489353605594,2,0.101204332,13.6666666666667,0.696426144856638,10,0.506021658,652,58894,832.4,1848,1461,7562,7608,0.24437979370536894,0.1920347003154574,4534,-0.5019836022216344,-0.5959516298633017 +48163,TX,Frio,1681.68255839645,-30.200590905832232,0.09767570182938085,472.922303842628,0.027468333846931987,2,0.107927257,17.25,0.910002110149821,14,0.755490799,424,55538,854.1,2376,1401,3968,2683,0.5987903225806451,0.522176667909057,169,0.20589717741935482,0.06298919120387625 +48165,TX,Gaines,563.215616974129,-69.31742953622584,0.032136004620228746,209.214216754781,0.01193736259013928,3,0.154440154,13.5,0.659244066803399,12,0.617760618,359,58176,774.7,535,597,4066,4609,0.13157894736842105,0.12952918203514863,3310,-0.7252828332513527,-0.7181601215014103 +48167,TX,Galveston,90963.7563778703,-10.624156958450424,0.3122586544798489,23666.1660260786,0.08124076505043991,48,0.152769909,224.833333333333,0.682489909368983,229,0.728839776,7608,943811,794.9,39162,45503,109227,123994,0.35853772418907415,0.3669774343919867,28063,-0.269457185494429,-0.22632546736132397 +48169,TX,Garza,388.545524794771,0,0.0601370569253631,84.081545975668,0.013013704685910541,1,0.155400155,6,0.931387767773983,5,0.777000777,168,19271,939.3,276,224,1556,1475,0.17737789203084833,0.151864406779661,999,-0.6336760925449871,-0.6772881355932203 +48171,TX,Gillespie,4771.03473614138,19.11806963054725,0.19209384129087165,944.23692936672,0.038017350298615776,3,0.117554859,9,0.339353719693828,15,0.587774295,974,76802,609.8,2055,2286,12535,13123,0.16394096529716792,0.17419797302446088,8159,-0.658157159952134,-0.621732835479692 +48173,TX,Glasscock,1204.14802149741,-0.024299401611801393,0.9821762002425856,347.858175520085,0.2837342377814723,0,0,NA,NA,1,0.774593338,22,3849,635.9,44,34,578,602,0.07612456747404844,0.05647840531561462,519,-0.833910034602076,-0.862126245847176 +48175,TX,Goliad,2653.52098447846,-0.6314204056275411,0.368033423644724,547.531270529325,0.07594053682792301,1,0.132467877,3.83333333333333,0.509955212629152,3,0.39740363,248,22502,722.7,1127,973,3452,3713,0.3264774044032445,0.26205224885537304,1645,-0.33806488991888756,-0.44303797468354433 +48177,TX,Gonzales,5061.61543356948,-8.407109236271255,0.2555467982818943,1167.54071927084,0.05894586354676832,4,0.195484312,18.5833333333333,0.890176917672606,14,0.684195093,600,61160,802.4,1773,1567,6039,6304,0.293591654247392,0.2485723350253807,3013,-0.404040404040404,-0.4779505076142132 +48179,TX,Gray,4517.53243700598,18.462611891771463,0.20046738127383978,1130.55009713225,0.050168630891158195,3,0.130185732,19.9166666666667,0.876420975430877,12,0.520742927,814,69524,989.7,885,699,7373,7360,0.12003255120032551,0.09497282608695652,5796,-0.751797097517971,-0.7875 +48181,TX,Grayson,23579.405068616,-27.969198970944685,0.19506940996728908,5936.19813836527,0.049109409882486084,16,0.129518999,97.5,0.760322844777167,87,0.704259556,4199,371051,915.2,10665,10276,42207,47068,0.2526832042078328,0.2183224271267103,24998,-0.4795886938185609,-0.5311039347327271 +48183,TX,Gregg,27060.1555882337,-8.741564813630417,0.22229652171390538,7500.02796438807,0.0616119934641261,15,0.121749294,118.583333333333,0.958287876951257,119,0.965877731,3859,370464,929.2,12336,11623,41356,41365,0.2982880355933843,0.2809863411096338,17070,-0.39483992649192373,-0.4126677142511785 +48185,TX,Grimes,10651.1098762036,-8.406182762609573,0.40035746038955045,2351.5721159803,0.08839167478500602,4,0.147210364,23.0833333333333,0.834206690518353,8,0.294420727,865,81405,900.9,2339,2194,8598,9528,0.2720400093044894,0.2302686817800168,4871,-0.4421958595022098,-0.5112300587741394 +48187,TX,Guadalupe,44881.2130942187,7.663268045942306,0.34121637227325996,12894.1769445695,0.09802997684664305,9,0.0611205,85.1666666666666,0.548524565527754,71,0.482173175,2977,441710,683.1,15654,18308,49247,57220,0.3178670781976567,0.3199580566235582,18187,-0.35139196296221087,-0.3178434113946173 +48189,TX,Hale,7568.00197077663,-20.029590974012105,0.20864008961973451,1831.90654770743,0.05050330956103521,4,0.115207373,28.9166666666667,0.843961902538209,19,0.547235023,937,104764,883.8,2228,2090,8765,8802,0.2541928123217342,0.23744603499204725,4257,-0.47792355961209354,-0.483640081799591 +48191,TX,Hall,819.966772932073,1.2478329284439274e-13,0.24454720337968175,200.009845451269,0.059651012660682665,1,0.317762949,5,1.59337157425112,4,1.271051795,157,9429,989.3,265,164,1108,1089,0.23916967509025272,0.15059687786960516,727,-0.5117328519855595,-0.667584940312213 +48193,TX,Hamilton,2134.10406338207,0,0.25056992642738873,388.423371537585,0.045605655927860166,3,0.36589828,9,1.08381502890173,7,0.853762654,427,24619,979.1,591,479,3551,3609,0.16643199098845396,0.13272374619008034,2577,-0.6553083638411715,-0.71404821280133 +48195,TX,Hansford,4983.12500536312,136.65331447553038,0.8877828265389489,1538.30239147875,0.2740606434132817,2,0.363042294,5,0.902853015529072,4,0.726084589,157,16693,853.5,158,171,1960,1947,0.08061224489795918,0.08782742681047766,1559,-0.8311224489795919,-0.8007190549563431 +48197,TX,Hardeman,1231.35941655592,0.10046385607874148,0.29750167106932107,295.369398524853,0.07136250266365136,1,0.254582485,4.16666666666667,1.06673493770268,4,1.018329939,167,11785,1007,302,249,1495,1511,0.2020066889632107,0.16479152878888154,958,-0.5846153846153846,-0.6340172071475845 +48199,TX,Hardin,15879.6912750346,4.385080769325024,0.29065052210185044,4134.88512978745,0.07568198279102133,6,0.107872926,37.9166666666667,0.673212362250394,42,0.75511048,1695,166745,908.8,3358,2779,21293,22768,0.15770440989996712,0.1220572733661279,16821,-0.67562109613488,-0.7388000702740688 +48201,TX,Harris,740267.412660948,-16.45484835741325,0.18088572485660773,219002.492911554,0.053513668166633804,771,0.173595084,2788.33333333334,0.607489558296631,3125,0.703611723,74237,13338067,721.5,585451,706471,1185478,1302887,0.4938522688738214,0.5422350518502372,161511,4.934718316156328e-4,0.12396393547560153 +48203,TX,Harrison,8988.76444327152,-22.24141454349628,0.1369591266820789,2336.24287430789,0.035596636868368454,10,0.14850897,47.25,0.710163224817387,36,0.534632292,1920,199431,854.2,8431,7130,26099,26364,0.32303919690409594,0.2704445455924746,11582,-0.34637342426912904,-0.43931118191473223 +48205,TX,Hartley,1450.07589667477,0,0.2392075052251353,479.629096460861,0.07912060317731127,1,0.16423058,2,0.348007656168436,0,0,134,18373,625.1,183,172,1904,1945,0.09611344537815127,0.0884318766066838,1555,-0.7967436974789917,-0.7994858611825193 +48207,TX,Haskell,1490.82935915643,69.58775842613785,0.2527257771073792,346.104555113943,0.05867173336395033,2,0.346680534,6,1.05615208590037,3,0.520020801,238,17394,847.5,551,314,2006,1765,0.2746759720837488,0.17790368271954674,1089,-0.43419740777667,-0.6169971671388103 +48209,TX,Hays,25933.4933720171,-15.146429103145945,0.16506898719991533,6278.54043682182,0.03996346717092058,10,0.0540468,91.9166666666667,0.449536199279438,131,0.708012431,2749,555949,646.4,25448,33117,58808,71524,0.43273024078356687,0.4630194060734858,613,-0.1042205142157529,-0.008570549745540001 +48211,TX,Hemphill,403.445161097538,0,0.10597456293604886,78.953023042433,0.02073890807523851,1,0.23923445,4.91666666666667,1.19076451118108,3,0.717703349,100,12548,770.1,192,181,1509,1687,0.1272365805168986,0.10729104919976289,1279,-0.7329357190192181,-0.7581505631298163 +48213,TX,Henderson,21411.1737967589,12.068040557068567,0.27264266536900755,4808.80861769562,0.06123374697824607,11,0.13873124,61.9166666666667,0.77491729348402,57,0.718880061,3121,237439,942,6094,5649,27582,29855,0.22094119353201364,0.1892145369284877,17925,-0.5477485316510768,-0.6004019427231619 +48215,TX,Hidalgo,269110.460681683,-18.56629472185711,0.34734283467934696,96116.2764861989,0.12405797919921796,68,0.081821934,869,1.02254181066385,363,0.436784735,12362,2493038,595.6,97879,118739,138966,172990,0.7043377516802671,0.6863922770102318,70131,0.4180375055769037,0.4054049367015434 +48217,TX,Hill,1991.56633348033,77.93315336114586,0.05675756885292627,479.250372155425,0.013658137084426031,5,0.143480257,42.4166666666667,1.20924442417158,21,0.60261708,1279,104360,861.9,2745,2535,12032,12906,0.22814162234042554,0.19642026964202697,7540,-0.530501994680851,-0.5842243917557725 +48219,TX,Hockley,10499.6609731909,28.09413553168746,0.45780078365776755,2760.06515939493,0.12034293260932767,2,0.084828434,13.5833333333333,0.583601861797351,16,0.678627476,640,70518,887.9,1482,1257,7119,7282,0.20817530552043825,0.17261741279868167,4536,-0.5704452872594465,-0.6229057951112331 +48221,TX,Hood,16796.4857963486,-6.5297916488553875,0.3281717360859012,3376.4882868222,0.06597022951080848,7,0.129819551,50.0833333333333,0.880864859794455,42,0.778917305,2099,162216,800.6,3829,4001,22445,26120,0.17059478725774113,0.15317764165390504,17366,-0.6465582535085765,-0.6648545176110261 +48223,TX,Hopkins,5897.34759107872,4.639188022449151,0.16772411453254232,1520.23974190302,0.04323653314476324,3,0.083516606,23.4166666666667,0.643315018315018,14,0.389744161,1144,107511,848.5,2775,2508,12742,13476,0.2177837074242662,0.1861086375779163,8196,-0.5539946633181604,-0.6081923419412288 +48225,TX,Houston,9341.0215115627,2.2521600326770885,0.3936044796714436,1723.01040427413,0.07260283179985379,3,0.13192032,21.8333333333333,0.959538249685037,10,0.4397344,884,68251,858.6,2235,1978,8129,8302,0.2749415672284414,0.2382558419657914,4227,-0.4433509656784353,-0.5091544206215369 +48227,TX,Howard,17219.6390392116,-0.0011461410519848245,0.49182106247034163,3670.43738196867,0.1048336965031609,2,0.0545688,18.4166666666667,0.501707166466892,28,0.763962784,1183,109995,1048.4,1042,1768,5139,8692,0.20276318349873515,0.2034054302807179,4867,-0.5818252578322631,-0.5599401748734468 +48229,TX,Hudspeth,3462.92101657269,-0.3000377639726755,0.9962373465398993,1044.0311261165,0.3003541789748274,2,0.622858922,3.75,0.925240562546262,0,0,45,9902,373.7,379,324,861,871,0.44018583042973286,0.3719862227324914,179,-0.10685249709639949,-0.20551090700344432 +48231,TX,Hunt,9084.65038426889,-20.940326638923114,0.10547725370396605,2337.08911224944,0.027134752664601237,6,0.067801973,71.5833333333333,0.777462810306315,53,0.598917428,2734,266228,911.9,6658,6301,27984,31185,0.2379216695254431,0.2020522687189354,17565,-0.5116495140080045,-0.5632515632515633 +48233,TX,Hutchinson,6465.42639125432,-31.97362053014125,0.29189283933428084,1668.18694029753,0.07531318014887269,4,0.183713774,23.25,1.08084235972293,17,0.780783539,769,65361,1017.2,1042,854,7916,8126,0.1316321374431531,0.10509475756829928,6185,-0.7270085901970693,-0.7611370908195914 +48235,TX,Irion,1598.58745520751,0,0.9997419982536022,367.927199202953,0.23009831094618702,1,0.635324015,2,1.28452151573539,1,0.635324015,41,4722,695.5,112,90,788,760,0.14213197969543148,0.11842105263157894,570,-0.7055837563451777,-0.75 +48237,TX,Jack,4294.14833565334,1.7454969613991387,0.474806317520272,954.178053927579,0.105503986502386,2,0.225861095,7.33333333333333,0.838670326319,6,0.677583286,282,26679,920,303,314,2907,3339,0.1042311661506708,0.09404013177598083,2659,-0.78328173374613,-0.7963462114405511 +48239,TX,Jackson,3000.34554871751,-3.9469981100210596,0.2131684226442281,740.808104151628,0.05263290260402329,2,0.135694416,15.0833333333333,1.01441477794965,10,0.678472081,461,44156,826.6,1068,904,5018,5275,0.2128337983260263,0.1713744075829384,3362,-0.5649661219609405,-0.637345971563981 +48241,TX,Jasper,6386.26740534678,-11.129877064642155,0.17883694778344383,1520.17834887382,0.042570102180728646,5,0.140639064,32.5,0.9116921005386,23,0.646939694,1258,106757,924.1,3402,2582,13466,13351,0.25263626912223375,0.1933937532769081,7996,-0.4843309074706669,-0.5989064489551345 +48243,TX,Jeff Davis,689.233039259582,-2.702972796503666,0.2942925018187797,94.0617648508624,0.04016300804904458,2,0.907441016,2,0.909090909090909,1,0.453720508,60,6562,437.2,440,422,1188,1175,0.37037037037037035,0.35914893617021276,272,-0.23316498316498313,-0.2314893617021277 +48245,TX,Jefferson,58383.1275019986,-20.013650645780814,0.23142836332861066,12397.0791999603,0.049141522081080025,42,0.166511388,246.666666666667,0.96853948172667,178,0.705691121,7468,759621,891.7,44626,42404,88548,87363,0.5039752450648236,0.48537710472396783,424,0.015946153498667404,-0.004853313187504982 +48247,TX,Jim Hogg,1415.95707803352,1171.965867928742,0.2671617128365132,387.778389359456,0.0731657338414068,3,0.570884872,7.33333333333333,1.42505505894546,4,0.761179829,171,15666,1071.7,1301,1635,1667,2119,0.7804439112177565,0.7715903728173666,1205,0.566886622675465,0.5686644643699859 +48249,TX,Jim Wells,7621.57700381824,0.7143561017078841,0.1866295363097664,2248.17129302209,0.05505096461682967,9,0.217638382,44.75,1.0875112396413,31,0.749643315,1219,124442,929.2,6492,6688,11163,12346,0.5815640956732061,0.5417139154381986,1277,0.16993639702588909,0.10343431070792158 +48251,TX,Johnson,33504.9508452075,-2.165820404652158,0.22198411786083652,9120.15897263713,0.06042481463843216,15,0.095264709,102.75,0.629310239229761,104,0.660501982,3912,471902,856.1,10481,10976,48753,57270,0.21498164215535454,0.19165357080495896,33394,-0.556437552560868,-0.5830976078225948 +48253,TX,Jones,4324.22296770604,-2.097225165692442,0.21404925095069996,1041.16377750817,0.05153765852431293,4,0.200642055,14.3333333333333,0.71634431172639,8,0.401284109,612,59791,939.2,1225,935,5562,5932,0.22024451636102121,0.15761968981793661,3880,-0.5453074433656957,-0.6540795684423466 +48255,TX,Karnes,3631.28583026133,0.2875093195541416,0.24495991839323597,494.340748776731,0.03334732520080484,4,0.268348316,13,0.852235479218566,9,0.603783711,447,44556,864,1324,1144,4180,4185,0.3167464114832536,0.2733572281959379,1815,-0.35861244019138755,-0.4336917562724014 +48257,TX,Kaufman,8665.57058197273,-0.8924767696207151,0.08384683678735104,2416.76914580664,0.02338431684379913,12,0.107878744,77.25,0.652724968314322,70,0.629292675,2672,334475,884,9451,10265,34604,40979,0.2731187145994683,0.250494155543083,19272,-0.44367703155704535,-0.47028966055784677 +48259,TX,Kendall,4315.1506911053,8.589181754398268,0.1291574585784286,976.164139459022,0.029217723419904876,3,0.077160494,17,0.399623883403855,27,0.694444444,1056,116564,649.8,3035,3633,17729,19936,0.17118844830503693,0.18223314606741572,12030,-0.6448192227423994,-0.6034309791332264 +48261,TX,Kenedy,404.209140438304,-0.2248547013801461,0.9716565875920771,98.8551892488771,0.2376326664636469,0,0,NA,NA,0,0,NA,NA,NA,82,99,166,186,0.4939759036144578,0.532258064516129,15,-0.006024096385542188,0.08064516129032256 +48263,TX,Kent,785.337693109828,0,0.9719525904824604,179.99999944079,0.22277227653563117,1,1.27388535,1,1.30039011703511,0,0,41,2343,822.9,66,59,404,433,0.16336633663366337,0.13625866050808313,301,-0.6633663366336633,-0.6951501154734412 +48265,TX,Kerr,14845.1017169014,-0.2784447175769735,0.2991456265370559,3159.26331222877,0.06366273677035304,5,0.098888493,40.8333333333333,0.792818680749715,39,0.771330248,2162,151346,759.7,4325,4665,21811,23090,0.19829443858603457,0.20203551320918148,12993,-0.5914446838751088,-0.562711130359463 +48267,TX,Kimble,1152.85415223237,0.204897086847435,0.25023966838123946,155.899642469837,0.03383973138047254,2,0.450653447,5,1.13045444268596,4,0.901306895,153,13291,609.3,217,206,1891,1945,0.11475409836065574,0.10591259640102828,1491,-0.7667900581702802,-0.7665809768637533 +48269,TX,King,285.999998874466,0,0.9999999960645664,68.0000001768303,0.23776223838052551,0,0,NA,NA,0,0,NA,NA,NA,5,5,145,159,0.034482758620689655,0.031446540880503145,144,-0.9241379310344828,-0.9056603773584906 +48271,TX,Kinney,154.874240383724,3.7143919738484286,0.04304453595990105,28.6558962624574,0.007964395848376153,1,0.283607487,3,0.835654596100279,1,0.283607487,126,10657,734,522,457,1425,1424,0.3663157894736842,0.32092696629213485,479,-0.25122807017543863,-0.33637640449438205 +48273,TX,Kleberg,9787.17109450845,1.9523269078206174,0.3052671811393422,2011.59350341966,0.0627426937219569,3,0.093196645,33.5833333333333,1.05974545072052,28,0.869835353,736,95957,820.4,4752,4713,8902,9483,0.5338126263760953,0.4969946219550775,349,0.07818467760053921,0.03680269956764737 +48275,TX,Knox,1752.99425195327,273.1343250533215,0.4713617241068217,421.016468588332,0.11320690201353374,2,0.518403318,4,1.05097214923805,1,0.259201659,174,11481,939.9,332,247,1510,1358,0.21986754966887417,0.18188512518409425,831,-0.5483443708609272,-0.6119293078055964 +48277,TX,Lamar,14616.1987728876,-7.2249196605403405,0.29353922786109693,3586.38104352092,0.07202580771435582,4,0.080770551,53.5833333333333,1.07616503651932,35,0.706742322,1900,148120,1000.9,4173,3579,17173,18537,0.24299772899318697,0.19307331283379187,10967,-0.5031735864438363,-0.59162755569941194 +48279,TX,Lamb,498.071118159844,-1.3809090554161374,0.03563505173927481,119.747481299099,0.008567466645138369,6,0.442021512,15.1666666666667,1.14249843063402,6,0.442021512,475,40700,938.4,998,770,4089,3905,0.24406945463438492,0.19718309859154928,2270,-0.5033015407190022,-0.5813060179257363 +48281,TX,Lampasas,4014.55954832928,0,0.2040229480271017,960.423308372961,0.048809437839760175,1,0.049613,17.6666666666667,0.850995504174695,10,0.496130185,609,61035,777,1457,1479,7138,8149,0.20411880078453348,0.18149466192170818,4892,-0.5780330624824881,-0.600319057553074 +48283,TX,La Salle,3980.72758170581,34.051457746005525,0.578089977012171,863.266429941143,0.12536544146691012,3,0.401391491,11.6666666666667,1.53246639520119,7,0.936580145,168,22525,774.5,965,1125,1646,2049,0.586269744835966,0.5490483162518301,255,0.1798298906439854,0.12445095168374815 +48285,TX,Lavaca,2747.04226404235,-11.607321973574864,0.14260718808297512,584.085687557909,0.03032163668991896,4,0.202829471,13.25,0.668887879246807,9,0.45636631,810,59071,818,1427,1170,8279,8633,0.17236381205459597,0.13552646820340553,6169,-0.6475419736683174,-0.7145835746553921 +48287,TX,Lee,1053.81882888368,-15.843609368248924,0.06343720376135806,270.687766077615,0.016294712622057245,5,0.298650102,12,0.703605980650836,11,0.657030223,523,50167,800.8,1630,1372,6211,6522,0.26243761069071003,0.21036491873658386,3624,-0.4627274190951538,-0.5556577736890524 +48289,TX,Leon,2199.18444502326,-35.75452571948993,0.13089604458206416,444.18383111353,0.026437940069848818,5,0.296542317,16.4166666666667,0.948995124959053,10,0.593084633,681,50529,904.6,1061,909,6941,7407,0.1528598184699611,0.1227217496962333,5482,-0.6844835038178937,-0.7401107060888349 +48291,TX,Liberty,16888.2229557495,6.962420237139464,0.2232622047743942,3221.95947215255,0.04259428462848578,10,0.128013109,69.0833333333333,0.845531838506479,40,0.512052434,2316,234886,1033.3,5196,4851,22711,24155,0.2287878120734446,0.20082798592423928,14005,-0.5331337237462023,-0.5797971434485614 +48293,TX,Limestone,4455.23774851624,-7.5711182014602345,0.19052504911547385,1041.80681939722,0.044552121937958426,5,0.212548886,21.9166666666667,0.933895801374922,11,0.46760755,815,70095,901.9,2208,1748,7563,7648,0.29194763982546607,0.22855648535564854,3999,-0.40724580193045085,-0.5228817991631799 +48295,TX,Lipscomb,3301.98526319255,0,0.9999955370056177,911.000002608317,0.2758933987305624,2,0.562904588,4,1.14711786636077,1,0.281452294,77,10626,619.9,119,135,1168,1322,0.10188356164383562,0.1021180030257186,1024,-0.7919520547945206,-0.7745839636913767 +48297,TX,Live Oak,1181.23530273156,0,0.10243997075115428,194.329696020236,0.016852805135741566,2,0.16541229,12,0.99535500995355,9,0.744355306,390,36160,798.4,915,739,4108,4267,0.2227361246348588,0.17318959456292476,2711,-0.5447906523855891,-0.6353409889852355 +48299,TX,Llano,5991.28157863244,-0.17764475732636428,0.31041301376262576,1132.69050626055,0.05868558656341899,3,0.153767299,19,0.933110696395246,19,0.973859559,890,58584,748.2,1818,1825,9502,10377,0.19132814144390656,0.17586971186277345,6458,-0.604293832877289,-0.6223378625807073 +48301,TX,Loving,81.9999995108753,0,0.9999999940350645,8.99999998308022,0.10975609735463683,0,0,NA,NA,0,0,NA,NA,NA,9,4,64,64,0.140625,0.0625,53,-0.703125,-0.828125 +48303,TX,Lubbock,43815.1688178468,-25.10303781423648,0.15713880026914798,11792.333155722,0.042292044843371075,24,0.081639873,172.583333333333,0.569324540829174,266,0.904841925,7125,884391,855.7,26088,27956,90615,98060,0.28789935441152126,0.28509076075871914,37610,-0.40881752469237986,-0.3835406893738527 +48305,TX,Lynn,2003.36495764502,-0.048686921458874224,0.33869230053170246,566.307939820796,0.09574098729007542,1,0.173280194,5,0.875503414463316,3,0.519840582,153,17170,741.3,464,403,1852,1997,0.2505399568034557,0.20180270405608414,1143,-0.4929805615550756,-0.5723585378067101 +48307,TX,McCulloch,2707.34016979642,103.14772078746368,0.3268550247249088,656.343197437423,0.07923979203639056,1,0.121966093,9,1.10132158590308,8,0.975728747,343,24808,883.7,537,480,2993,3086,0.17941864350150352,0.15554115359688916,2066,-0.6288005345806883,-0.6694750486066106 +48309,TX,McLennan,91765.1946161013,37.498809525072986,0.3906464484351243,21716.9671874725,0.09244960617213907,25,0.102694287,196.416666666667,0.792213519189247,196,0.805123213,6360,730283,818.1,25688,27046,74493,78255,0.3448377699918113,0.34561369880518816,21199,-0.2979743063106601,-0.27089642834323685 +48311,TX,McMullen,692.861566658773,0,0.9800022159247141,117.670265270876,0.16643601877068742,0,0,NA,NA,0,0,29,2390,840.3,67,40,508,497,0.13188976377952755,0.08048289738430583,414,-0.7263779527559056,-0.8329979879275654 +48313,TX,Madison,3811.52261239636,-1.5552550323321668,0.2789463270196399,359.966997855709,0.026344188953140297,2,0.144289734,10.4166666666667,0.744739162555706,17,1.226462737,409,41729,909.9,964,881,4025,4283,0.2395031055900621,0.2056969413962176,2468,-0.5127950310559006,-0.5762316133551248 +48315,TX,Marion,825.226907377909,-28.517678667810337,0.07825022827402892,149.997713886356,0.014223185462389152,2,0.19706375,9.83333333333333,0.969087743503827,5,0.492659375,514,30499,1082.9,1487,1156,4271,4206,0.348162022945446,0.27484545886828343,1812,-0.2910325450714119,-0.4308131241084165 +48317,TX,Martin,1028.1371659972,1.6630459410830638,0.21423987622362994,331.731144822305,0.06912505622469368,1,0.183150183,2,0.349467062729338,1,0.183150183,128,16360,854.5,247,266,1593,1755,0.15505335844318896,0.15156695156695157,1187,-0.6848713119899561,-0.6763532763532764 +48319,TX,Mason,849.917047053965,1.7211726027182472,0.2118437305717759,155.071874436853,0.03865201257149875,1,0.245639892,3.58333333333333,0.871645179599449,5,1.22819946,136,12250,661.4,380,353,1965,2053,0.19338422391857507,0.17194349732099368,1303,-0.6015267175572518,-0.6346809547004384 +48321,TX,Matagorda,13868.937670363,1.6548654752984997,0.3778796161071059,3475.90792913904,0.0947062266126925,5,0.136915031,40,1.07564471455078,23,0.62980914,1136,109739,880.7,3972,3357,12110,11779,0.3279933938893477,0.2849987265472451,4790,-0.33476465730800986,-0.4066559130656252 +48323,TX,Maverick,17497.6801308656,1.867152613061787,0.3224903264194331,6282.17257933735,0.11578334216774207,10,0.175367834,51.6666666666667,0.895669006963104,30,0.526103502,1140,171538,751.6,8302,10397,10562,13588,0.7860253739822003,0.7651604356785399,7581,0.5804771823518273,0.5579187518398587 +48325,TX,Medina,10912.8277261282,21.04079810183947,0.23720444564031212,2532.05730416506,0.05503754519334565,6,0.125276653,35.1666666666667,0.713565867878714,28,0.584624379,1247,143612,756.4,4760,4624,15948,17187,0.2984700275896664,0.26904055390702275,7430,-0.39227489340356164,-0.43230348519229655 +48327,TX,Menard,452.462624149991,-0.5037534024463325,0.20181205359054016,55.454218129117,0.024734263215484838,1,0.465766185,2,0.942063118228921,1,0.465766185,95,6463,676.5,170,153,846,860,0.20094562647754138,0.17790697674418604,528,-0.58274231678487,-0.613953488372093 +48329,TX,Midland,37531.8858502907,-7.464749816343062,0.27421156884016235,10792.1206790089,0.07884827195488413,15,0.096258744,75.0833333333333,0.461866535437107,117,0.750818199,3200,469124,759.9,8223,9993,44277,48753,0.18571718951148453,0.2049720017229709,26903,-0.6149693972039659,-0.5518224519516748 +48331,TX,Milam,5418.11070909435,-5.462955507850718,0.21885166656276409,1321.70255895645,0.05338702423381064,4,0.164907652,24.0833333333333,0.968329915698337,13,0.535949868,882,72941,861.8,2632,2042,8220,8607,0.32019464720194646,0.23724875101661438,4298,-0.3462287104622871,-0.4993609852445684 +48333,TX,Mills,1218.08862163232,0,0.24677646305354942,238.899055290074,0.04839932238453687,1,0.205338809,3,0.61137151008763,2,0.410677618,198,14670,738.7,279,242,2197,2238,0.12699135184342286,0.10813226094727435,1707,-0.7296313154301319,-0.7627345844504021 +48335,TX,Mitchell,2800.82363882709,0,0.29786489831193125,240.275079426741,0.025553023442171755,1,0.110180696,6.5,0.745412844036697,5,0.55090348200000006,322,27140,1084,536,353,2312,2190,0.23183391003460208,0.16118721461187216,1427,-0.5268166089965398,-0.6515981735159817 +48337,TX,Montague,3260.00351727049,-16.34897394244469,0.16532296350070952,788.068628100275,0.03996493879508469,4,0.206015657,12,0.618110641804883,12,0.618046972,823,58128,960.9,1116,885,7737,8604,0.14424195424583172,0.10285913528591353,6641,-0.7009176683469045,-0.7718503021850303 +48339,TX,Montgomery,94269.4000331587,-6.1549520845569115,0.2068463574735899,25501.2637943603,0.0559549920226624,53,0.10212989,267.833333333333,0.481538814665389,307,0.59158257,10210,1556187,725.1,32852,45744,172820,203083,0.19009373915056127,0.22524780508462058,104444,-0.6073949774331675,-0.5142921859535263 +48341,TX,Moore,6300.1423697868,-9.080298099545384,0.287625199497206,2174.23531773555,0.09926202144519496,5,0.225754018,26.3333333333333,1.19047619047619,11,0.496658841,455,66841,826.1,963,1096,4983,5262,0.19325707405177603,0.20828582288103384,2878,-0.6028496889424042,-0.5469403268719119 +48343,TX,Morris,216.277302611852,-58.02419683420522,0.016721609912776558,44.1244796290994,0.003411510718192315,3,0.23542337,10.4166666666667,0.827179120675508,9,0.706270109,490,37950,892.7,1856,1425,5129,4964,0.36186391109378047,0.2870668815471394,2018,-0.26710859816728405,-0.4065269943593876 +48345,TX,Motley,223.290367005598,0,0.1845374933930562,52.6452758326348,0.04350849242366513,1,0.867302689,2,1.72413793103448,0,0,50,3496,689.8,55,40,599,620,0.09181969949916527,0.06451612903225806,531,-0.8063439065108514,-0.8564516129032258 +48347,TX,Nacogdoches,18795.5699275651,-3.41822093398002,0.2912957957901726,4963.05334166279,0.07691794280675082,10,0.153137012,36.5833333333333,0.555927017799795,41,0.627861748,1713,196133,873.3,6441,6822,20601,22430,0.3126547254987622,0.3041462327240303,7929,-0.3625552157662249,-0.35349977708426217 +48349,TX,Navarro,11808.9458237831,-8.610414700218168,0.24738547865891067,3007.31857274876,0.06300028433536733,6,0.124494242,44.3333333333333,0.913656066882372,32,0.663969291,1574,144417,917.2,4348,3998,15316,16382,0.28388613214938624,0.24404834574533024,7986,-0.4237398798641943,-0.4874862654132584 +48351,TX,Newton,3836.05728111802,0.5635169614566351,0.2655629824242312,881.803172349657,0.06104556402559065,2,0.141462725,10.5833333333333,0.755790425861125,1,0.070731362,486,42341,939.2,1721,978,6188,4010,0.2781189398836458,0.24389027431421445,1983,-0.4327731092436975,-0.49451371571072317 +48353,TX,Nolan,3624.75236417463,0,0.23821979259822754,940.824655659161,0.061831273374024776,3,0.198767641,15.1666666666667,1.0115831832633,13,0.861326443,547,45286,968,1216,1029,4567,4744,0.2662579373768338,0.21690556492411467,2522,-0.45128092839938694,-0.531618887015177 +48355,TX,Nueces,110861.875682992,-6.9055831140742665,0.32585062057236575,28517.0494166169,0.08381869954887501,30,0.084217382,287.916666666667,0.796780591301139,303,0.850595557,8590,1069159,778,45666,49102,95781,103958,0.4767751432956432,0.4723253621654899,1602,-0.03250122675687239,-0.015410069451124497 +48357,TX,Ochiltree,974.284942100772,0.5549899245331518,0.09530323213350014,237.630509533057,0.023244694271061038,2,0.185908161,7.58333333333333,0.735817323242124,4,0.371816323,278,32166,1049.5,253,274,2990,2981,0.08461538461538462,0.09191546460919155,2354,-0.8244147157190636,-0.7896678966789668 +48359,TX,Oldham,2052.00000620281,0,1.0000000030228118,698.000005444422,0.3401559480723304,1,0.483091787,2,0.963391136801541,3,1.449275362,50,6232,751.8,71,78,865,945,0.08208092485549133,0.08253968253968254,772,-0.8265895953757225,-0.8169312169312168 +48361,TX,Orange,20792.4202187375,4.228177891558913,0.2540711440880959,5068.35401819955,0.06193230468125115,11,0.131842317,83.5833333333333,0.983749980383849,64,0.767082569,2844,250789,994.8,6797,5716,30502,31761,0.22283784669857715,0.17996914454834545,19669,-0.5430463576158939,-0.6192815087686157 +48363,TX,Palo Pinto,10630.9131668317,0.9436442507771661,0.378176271453584,2384.66471582342,0.08483030542575577,6,0.213553531,30.8333333333333,1.09911001794223,27,0.960990888,973,83703,927.6,1810,1700,9335,10175,0.19389394750937333,0.16707616707616707,6522,-0.5979646491697912,-0.6409828009828009 +48365,TX,Panola,5269.72333588187,12.181548502953692,0.22145416607336824,1281.15476440175,0.05383908070271264,3,0.126214818,21.75,0.925847096884046,5,0.210358029,833,71451,972.7,2211,1835,10221,10413,0.2163193425300851,0.17622203015461443,6610,-0.560610507778104,-0.6347834437722077 +48367,TX,Parker,20534.7149742489,-2.740152293413801,0.1756199592416542,5231.05166306472,0.04473775657516844,8,0.064954045,54.0833333333333,0.41782227681595,84,0.682017473,3138,368776,807,7804,8329,47346,56413,0.1648291302327546,0.14764327371350575,38104,-0.6584716765935876,-0.6754471487068584 +48369,TX,Parmer,4963.67720718899,258.4280475082862,0.4833651969217051,1545.60362675989,0.15051160061932906,3,0.302785628,10,1.02291325695581,1,0.100928543,220,29576,724.2,528,848,2545,2818,0.2074656188605108,0.30092264017033354,1063,-0.5803536345776033,-0.3772178850248403 +48371,TX,Pecos,2972.50165151683,-9.522412681779034,0.19168773144494938,512.696390827693,0.033062255163970655,4,0.251683131,15.4166666666667,0.965351701106241,8,0.503366262,337,47816,739.3,1591,1551,4147,4167,0.38365083192669397,0.3722102231821454,912,-0.22208825657101522,-0.21886249100071992 +48373,TX,Polk,9162.11929452831,-11.827305784077872,0.20175102491639618,1472.3308437834,0.0324209112761412,5,0.108509299,42.5,0.886968862175474,25,0.542546496,1957,139077,1109.6,4836,7123,19058,34444,0.25375170532060026,0.20679944257345256,19464,-0.48184489453247986,-0.5650911624666124 +48375,TX,Potter,25358.1325067314,-31.568137496132337,0.2094449836605304,7289.38998574921,0.06020656947254308,16,0.131549738,123.5,1.02208024364407,116,0.953735601,3661,366445,1023.6,7114,7620,26418,28330,0.2692860928155046,0.26897282033180375,11879,-0.4463244757362404,-0.4193081539004589 +48377,TX,Presidio,5429.90570539853,311.9182900799169,0.6945389748527155,1730.99999618237,0.22141212537507932,1,0.143348624,10,1.43719459614832,6,0.860091743,152,21202,491.9,1273,1458,1808,2203,0.7040929203539823,0.6618247843849296,806,0.42533185840707965,0.36586472991375396 +48379,TX,Rains,NA,NA,NA,NA,NA,2,0.18129079,10.3333333333333,0.913322727004891,7,0.634517766,439,33218,888.2,754,619,4065,4630,0.1854858548585486,0.13369330453563716,3300,-0.6177121771217712,-0.712742980561555 +48381,TX,Randall,14799.8749702841,-42.22167434448523,0.12259163363250444,3980.3294412977,0.032970216950074134,8,0.0623928,68.5,0.516977230360526,79,0.616128529,3069,385618,782.5,7553,8340,49588,53813,0.1523150762281197,0.1549811383866352,35039,-0.6818786803258853,-0.6511251927972794 +48383,TX,Reagan,214.356282401838,0,0.06366387953722542,51.4959030987425,0.015294298514625038,1,0.266311585,3.83333333333333,1.06245380635625,1,0.266311585,83,11139,857.8,158,167,843,900,0.1874258600237248,0.18555555555555556,542,-0.6144721233689205,-0.6022222222222222 +48385,TX,Real,3308.99998598426,0,0.9999999957643578,659.999999144808,0.1994560287533418,1,0.296647879,6,1.77043375627029,2,0.593295758,145,9987,863.8,277,262,1533,1678,0.1806914546640574,0.15613825983313467,1120,-0.6255707762557077,-0.6674612634088201 +48387,TX,Red River,5964.72171922542,-0.5924624844112564,0.4638197293332364,1278.67391846973,0.09943032025425584,3,0.241041298,15,1.22880314573605,4,0.321388398,531,37423,903.6,1482,1148,5074,5147,0.2920772566022862,0.22304254905770352,2776,-0.4073709105242412,-0.5393433067806489 +48389,TX,Reeves,3039.20840168393,-0.543573639370469,0.22050412839613506,855.914820661167,0.06209931224415345,1,0.069691268,9,0.603176730782119,5,0.348456338,348,43212,844.1,1649,1659,2867,3184,0.5751656784094873,0.5210427135678392,242,0.16184164632019538,0.07600502512562812 +48391,TX,Refugio,1462.6006635714,0,0.19810384174067452,330.043369609168,0.044703151782360555,2,0.273897562,10,1.36593361562628,8,1.095590249,310,21838,967.9,998,1034,2673,2945,0.37336326225215116,0.35110356536502546,796,-0.2472876917321361,-0.2702886247877759 +48393,TX,Roberts,843.189121685415,0,0.9076309167765502,215.825814100659,0.23232057491997737,1,1.077586207,NA,NA,0,0,30,2758,1085.6,25,20,439,550,0.05694760820045558,0.03636363636363636,504,-0.8724373576309794,-0.9163636363636364 +48395,TX,Robertson,5362.69054017633,83.68259050461636,0.32262607027892737,1285.80576791309,0.07735565924155276,4,0.242424242,20.3333333333333,1.21385787913159,9,0.545454545,551,49535,834.4,2792,2203,7278,7010,0.3836218741412476,0.31426533523537803,2462,-0.22313822478702938,-0.35121255349500713 +48397,TX,Rockwall,15839.0033622685,-13.786638112762004,0.20219057868272336,4958.06021872909,0.06329142319375378,5,0.0569418,39.5833333333333,0.421197869004803,70,0.797184799,1622,263650,682.5,8112,9633,35651,39529,0.22753919946144568,0.24369450277011814,18763,-0.5325516815797593,-0.47466417060891997 +48399,TX,Runnels,2878.91662645183,-4.8730466790807565,0.2741564257167727,655.794340409136,0.062450656166949434,3,0.288018433,13.9166666666667,1.3319933639612,5,0.480030722,415,31243,867.8,517,452,3665,3765,0.14106412005457025,0.1200531208499336,2789,-0.705593451568895,-0.7407702523240371 +48401,TX,Rusk,13708.5046766399,-4.395470927668217,0.2570505283450197,2973.05893690955,0.055748339338262703,7,0.12981473599999999,25.75,0.488318288705151,30,0.556348868,1603,159760,860.1,4451,3935,18537,18994,0.24011436586286886,0.20717068547962514,10740,-0.5110319900739063,-0.5654417184374013 +48403,TX,Sabine,1721.44665181818,-38.79967286873929,0.1588929898299963,230.413052741076,0.021267588401428464,3,0.289855072,9.83333333333333,0.954414571807564,3,0.289855072,519,31055,979.7,806,614,4572,4642,0.1762904636920385,0.13227057302886686,3378,-0.6386701662292213,-0.7277035760448083 +48405,TX,San Augustine,399.146174614724,-87.39301586612558,0.045024949195118326,74.7078388231948,0.008427280183101502,3,0.348432056,8,0.961538461538461,1,0.116144019,398,25781,935.2,1193,907,3690,3563,0.32330623306233064,0.25456076340162787,1713,-0.3457994579945799,-0.48077462812236876 +48407,TX,San Jacinto,2148.83499161658,339.08380383075144,0.08144462521287825,482.710872844717,0.018295590996237,5,0.184508653,20.3333333333333,0.733869900506491,4,0.147606923,885,81295,815.3,2410,2034,9610,10305,0.25078043704474506,0.19737991266375546,6016,-0.48855359001040577,-0.5837942746239689 +48409,TX,San Patricio,13590.5606190166,24.05527536740809,0.20971792819913276,3846.56641746601,0.059356928854175824,8,0.119554659,67.9166666666667,1.00386766191215,55,0.82193828,1890,200531,900.9,7854,7825,20064,21513,0.39144736842105265,0.363733556454237,5179,-0.20633971291866027,-0.24073815832287448 +48411,TX,San Saba,1871.97661117252,0,0.30532973596028706,397.930665482931,0.06490469180931838,3,0.53361793,5,0.841184387617766,4,0.711490573,184,17443,698.1,323,293,2256,2354,0.14317375886524822,0.12446898895497026,1732,-0.7012411347517731,-0.735768903993203 +48413,TX,Schleicher,364.506723210745,-0.9000029046547597,0.10531832511145478,71.7912933863645,0.02074293365685192,1,0.316255534,3,0.981675392670157,0,0,83,9568,839,220,209,1010,1054,0.21782178217821782,0.198292220113852,610,-0.5554455445544555,-0.5787476280834916 +48415,TX,Scurry,4919.9083663333,-15.269359058342822,0.29075754189074526,1417.53671473279,0.08377381447507772,2,0.115420129,12.8333333333333,0.740398853824112,21,1.211911357,510,52217,871.8,837,733,5022,5261,0.16666666666666666,0.13932712412088957,3670,-0.6539227399442453,-0.6975860102642083 +48417,TX,Shackelford,485.913633665547,-6.2225756785154624,0.14384654637819627,101.466986545869,0.030037592227906754,1,0.299132516,3,0.904977375565611,2,0.598265031,98,10046,702.7,131,103,1363,1502,0.09611151870873075,0.06857523302263649,1275,-0.797505502567865,-0.8488681757656459 +48419,TX,Shelby,3561.87428720682,-7.051674522867435,0.13996676702321675,780.96615112627,0.03068870446110775,5,0.195963159,21.5,0.840533249931585,10,0.391926318,930,76879,1042.8,2318,1757,9261,9072,0.2502969441744952,0.19367283950617284,5414,-0.4915235935644099,-0.5967813051146384 +48421,TX,Sherman,750.873066405331,-0.4373987966865363,0.24748617877565293,213.20028785384,0.07027036514628873,1,0.324254215,3,0.977835723598435,1,0.324254215,99,9232,971.7,121,96,1038,933,0.11657032755298652,0.10289389067524116,711,-0.758188824662813,-0.7620578778135049 +48423,TX,Smith,34981.4917203654,-17.43800517918535,0.16680570548635473,9313.45606994368,0.04441027337203849,19,0.086820629,146.666666666667,0.651012768727714,180,0.822511218,6145,659840,792.1,22101,22128,84794,83161,0.26064344175295423,0.266086266398913,36503,-0.46886572163124746,-0.4389437356453145 +48425,TX,Somervell,0,0,0,0,0,3,0.345065562,5.16666666666667,0.588793922127255,8,0.920174833,270,26011,788.6,609,540,3507,3876,0.17365269461077845,0.1393188854489164,2666,-0.6412888508696891,-0.6878224974200207 +48427,TX,Starr,27407.4661753127,-3.7924480061908308,0.4495385476858795,9455.12599883947,0.15508342079188214,8,0.127074895,107.333333333333,1.67389247580134,27,0.42887777,1168,189453,709.4,10248,9246,11859,11691,0.8641538072350113,0.7908647677700795,7028,0.7342946285521544,0.6011461808228552 +48429,TX,Stephens,2194.06970073459,-5.472951236053859,0.22783693673256383,584.778248847338,0.06072463643274537,1,0.106326422,11.6666666666667,1.17773739820984,8,0.850611377,331,28164,836.9,475,348,3407,3453,0.13941884355738185,0.10078192875760209,2685,-0.7091282653360728,-0.7775847089487402 +48431,TX,Sterling,1143.00000477476,0,1.0000000041773929,279.000001685383,0.24409448966350214,1,0.74682599,2.33333333333333,1.70690075591319,2,1.493651979,32,3936,643.9,31,70,494,633,0.06275303643724696,0.11058451816745656,479,-0.8663967611336033,-0.7567140600315956 +48433,TX,Stonewall,221.51159890771,-4.916365371930791,0.14866550262262418,46.3862336449826,0.03113170043287423,1,0.712758375,2,1.40252454417952,3,2.138275125,77,4236,845.4,160,135,675,701,0.23703703703703705,0.19258202567760344,420,-0.514074074074074,-0.5991440798858774 +48435,TX,Sutton,448.729776885312,0,0.10870391881911629,108.72910082245,0.02633941395892684,1,0.251762336,8,2.06771775652623,4,1.007049345,100,11885,715.6,369,313,1489,1415,0.2478173270651444,0.22120141342756183,762,-0.49764942914707855,-0.5385159010600706 +48437,TX,Swisher,1441.95560281484,-41.643504088049475,0.1835950602005144,322.679147851265,0.04108468905669277,1,0.131908719,6.08333333333333,0.814804893294044,1,0.131908719,252,22864,793.6,579,462,2265,2190,0.2556291390728477,0.21095890410958903,1209,-0.4746136865342163,-0.552054794520548 +48439,TX,Tarrant,463702.839418238,-7.9503720013208,0.25632621576943165,128700.329761732,0.07114312376756435,238,0.122342394,1259.25,0.624357916615432,1474,0.757700374,36112,5842281,740.2,252789,288001,610149,662832,0.41430699714332075,0.434500748304246,57682,-0.15716980606376474,-0.08702355951432639 +48441,TX,Taylor,36822.0417337847,-2.8152334742295464,0.2800027507017528,10163.6935260779,0.07728691866590041,14,0.10359397100000001,119.083333333333,0.872181736062792,123,0.910147029,3877,405111,886.1,9725,10047,43170,45266,0.22527217975445912,0.22195466796270932,23125,-0.5357424137132267,-0.5108690849644324 +48443,TX,Terrell,983.999998172288,0,0.9999999981425691,217.999998480319,0.2215447139027632,0,0,1,1.23152709359606,1,1.078748652,38,2613,949.8,184,140,553,437,0.33273056057866185,0.32036613272311215,147,-0.3146473779385172,-0.3363844393592677 +48445,TX,Terry,4703.3249263428,-0.08539859317134431,0.3717749526790609,1180.64911964498,0.0933245687807272,1,0.078499097,9.75,0.761778263926869,7,0.549493681,382,38191,894,1059,424,3707,1763,0.28567574858376044,0.24049914917753829,871,-0.4162395468033451,-0.4940442427680091 +48447,TX,Throckmorton,1641.00000391041,0,1.0000000023829434,366.00000229551,0.22303473631658136,1,0.621890547,2,1.30463144161774,0,0,65,4799,825.4,109,84,813,808,0.13407134071340712,0.10396039603960396,631,-0.7269372693726938,-0.780940594059406 +48449,TX,Titus,3828.67678442838,-15.62930003782727,0.11841024260618482,1015.86824299847,0.03141795766061947,5,0.153817757,30.6666666666667,0.940926198658157,19,0.584507476,845,97700,869.5,2638,2538,8790,9176,0.30011376564277586,0.2765911072362685,3867,-0.38953356086461893,-0.42142545771578027 +48451,TX,Tom Green,44739.3473568144,32.348650646670656,0.4058947902164175,10441.7343770239,0.09473194927623657,14,0.120060373,81.6666666666667,0.68983382044048,80,0.686059276,3117,349949,793.1,9246,9117,36527,38104,0.25312782325403127,0.239266218769683,18259,-0.479179784816711,-0.47918853663657357 +48453,TX,Travis,268244.499899731,-9.526883539388194,0.2618894895463981,72977.1917219738,0.07124828093676232,148,0.128567644,632.416666666667,0.527311380392661,892,0.774880662,15524,3449522,625.2,231540,306475,384890,462511,0.6015744758242615,0.662632888731295,179725,0.23912546441840526,0.3885853525645876 +48455,TX,Trinity,443.466067969586,-77.99057643908249,0.03040562687484306,106.695267288087,0.007315410852799931,2,0.140607424,15.75,1.0905691732447,5,0.35151856,658,43052,960.6,1614,1154,6234,5982,0.25890279114533205,0.19291206954195922,3583,-0.46888033365415466,-0.5989635573386827 +48457,TX,Tyler,11662.3577680909,-0.19932470980004724,0.5358062008679086,2204.38415089308,0.10127649319549205,3,0.140069101,20.8333333333333,0.977173233270794,9,0.420207302,849,64186,962.4,1659,1243,7623,7969,0.21763085399449036,0.15597942025348224,5358,-0.5548996458087367,-0.6723553770862091 +48459,TX,Upshur,4657.16890209129,-28.374283770029407,0.11847589361447226,1209.20016742073,0.03076140750008217,4,0.099122764,21.8333333333333,0.532923267185758,18,0.446052436,1342,120777,902.7,2953,2378,15049,15918,0.19622566283473986,0.14939062696318633,10820,-0.5977141338294903,-0.6797336348787537 +48461,TX,Upton,1121.0001722658,0.02060526211585098,0.3341282182610432,295.999998421394,0.08822652710026647,1,0.289519398,4,1.08902804247209,6,1.737116387,99,10481,890.1,332,284,1298,1296,0.25577812018489987,0.2191358024691358,677,-0.47765793528505396,-0.5223765432098766 +48463,TX,Uvalde,11468.8148482019,19.531673874628513,0.4343425430108654,3247.1595065036,0.12297517540252224,1,0.0368772,27,0.989554700384827,19,0.700667478,742,81403,770.4,3824,3863,8431,8936,0.4535642272565532,0.43229632945389435,965,-0.08326414422962869,-0.1079901521933751 +48465,TX,Val Verde,19612.273651209,18.46014356761158,0.40124130303829875,5986.88739454054,0.12248383548232451,3,0.061257,36.5,0.746711401157914,31,0.632988933,1042,146960,688.6,6267,6920,12040,13476,0.5205149501661129,0.5135054912436925,1064,0.05440199335548168,0.07895517957850995 +48467,TX,Van Zandt,5077.79334969102,100.38808408893125,0.09657455162119896,1034.49875549101,0.019675131811008384,5,0.094500095,34.75,0.639315610339435,27,0.51030051,1875,158784,864,3083,2792,19081,21689,0.16157434096745454,0.12872884872516022,15644,-0.6659504218856453,-0.7212872884872517 +48469,TX,Victoria,24368.6095116949,-30.837584387843975,0.28076699171240654,6526.39682017365,0.07519496756850956,6,0.06587543,78.0833333333333,0.844445405748357,71,0.779525916,2404,273737,796.2,8795,8843,28827,31032,0.3050959170222361,0.284963908223769,12410,-0.3777361501370243,-0.3999097705594225 +48471,TX,Walker,22834.2124816692,13.279773585936377,0.3364850574213348,2781.32706531735,0.04098564809415348,9,0.128960151,42.5833333333333,0.595704400052226,34,0.487182794,1487,209838,777.3,5283,6085,15066,19683,0.35065710872162487,0.30915002794289487,6793,-0.2844816142307181,-0.34512015444800087 +48473,TX,Waller,6493.23978138511,5.778184617906631,0.15028908185129292,833.596888022788,0.019293991158958176,4,0.085433575,29.5,0.588646113937943,21,0.448526271,907,140874,746.5,6401,5744,15699,16715,0.40773297662271485,0.3436434340412803,4781,-0.175616281291802,-0.28603051151660186 +48475,TX,Ward,1144.15377538516,-70.11737372866223,0.10735163964957403,313.557471713694,0.02941991665544136,1,0.086021505,9.91666666666667,0.854885057471264,6,0.516129032,354,34572,949.1,836,780,3238,3413,0.25818406423718343,0.22853794315851159,1761,-0.47189623224212474,-0.5159683562847934 +48477,TX,Washington,3208.91557950382,-29.434863068663287,0.0951692146480758,610.416360569515,0.018103575555178688,3,0.087113073,22.6666666666667,0.646584512399209,26,0.754979964,1152,103338,717.6,3378,3381,14373,14747,0.23502400333959508,0.22926696955312945,7563,-0.519863633201141,-0.5128500712009223 +48479,TX,Webb,56255.3108716979,25.577432921940428,0.2247479499796164,20944.9298187189,0.08367796686716514,29,0.108747417,193.75,0.714435844583009,176,0.659984325,3910,800600,674.8,37592,42297,49101,56867,0.7656055884808863,0.7437881372324898,29351,0.5400704669965989,0.5161341375490178 +48481,TX,Wharton,6432.44092439561,-7.806145214164766,0.15582463479640526,1972.76440639876,0.04778983542632655,7,0.170034979,39.4166666666667,0.944451100195679,32,0.777302759,1240,123922,819.1,4235,4238,14087,14707,0.3006317881734933,0.2881620996804243,5911,-0.3914957052601689,-0.40191745427347525 +48483,TX,Wheeler,620.34816798925,11.556331850411325,0.11466694417546211,142.33384735423,0.026309398771576707,2,0.350017501,8,1.44248106743599,4,0.700035002,220,17050,1082.9,232,194,2128,2306,0.10902255639097744,0.08412836079791847,1893,-0.7734962406015038,-0.820901994796184 +48485,TX,Wichita,48641.625709176,12.847722468115268,0.36989829436635735,11349.6061301582,0.08630879186432089,21,0.158664199,93,0.705411186456105,97,0.732877489,3993,397140,914.6,10490,8752,40923,37913,0.25633506829900055,0.23084430142695117,18857,-0.47078659922293087,-0.49737557038482844 +48487,TX,Wilbarger,3694.54203574104,8.738771073843845,0.27296210090439893,974.409954950009,0.07199186959364677,2,0.154166345,13,1.00837728824077,13,1.002081246,481,39108,973.9,971,807,3980,4101,0.24396984924623116,0.196781272860278,2359,-0.4987437185929648,-0.5752255547427456 +48489,TX,Willacy,3051.67954819541,241.0734658417327,0.1378729352216233,285.744761968539,0.012909766059841827,1,0.0456558,21.8333333333333,1.00106984563656,8,0.36524677,509,65773,789,3595,3416,5058,5082,0.7107552392249901,0.6721763085399449,1875,0.4310003954132067,0.36894923258559625 +48491,TX,Williamson,142428.558701011,-1.100522646794934,0.3369662526432849,41337.4841242325,0.09779876484100819,40,0.081757793,223.833333333333,0.423351074359741,321,0.656106285,7201,1469024,598.1,61812,84252,162936,200524,0.37936367653557224,0.4201591829406954,19777,-0.2154097314282909,-0.09862659831242143 +48493,TX,Wilson,1876.8318840747,-56.29952411799639,0.043730646443792806,498.71159054832,0.011620103232870126,5,0.107753976,24.9166666666667,0.513957645764576,20,0.431015904,1152,139389,737.6,4819,4790,17186,19255,0.2804026533224718,0.24876655414178137,9201,-0.4297684161526824,-0.47784990911451564 +48495,TX,Winkler,62.7186745844781,-85.40279908500943,0.008821191924680465,10.7837935637244,0.0015167079555167935,4,0.511443549,8.75,1.1085772203218,3,0.383582662,203,23404,993.4,398,420,1745,1873,0.22808022922636104,0.22423918846769889,983,-0.5346704871060172,-0.5248264815803524 +48497,TX,Wise,3519.04557598463,-3.896776273318269,0.05951672799202784,927.998882021092,0.015695010435521708,9,0.146013823,41.6666666666667,0.646445840767461,36,0.584055291,1598,185814,830.1,3219,3412,20692,24661,0.15556736903150975,0.13835610883581365,17243,-0.6746085443649721,-0.6992011678358542 +48499,TX,Wood,3222.18885266081,-16.34598546065897,0.07678459757556025,797.277865564727,0.018999091258333975,4,0.093344535,30.8333333333333,0.697160859505129,15,0.350042005,1846,128894,868.9,3052,2624,17541,18646,0.17399236075480304,0.14072723372305052,13057,-0.642209680177869,-0.7002574278665665 +48501,TX,Yoakum,1562.35296491195,72.73802881066776,0.19829330688056226,500.105076092783,0.06347316614961074,2,0.241370987,9.58333333333333,1.12904492617028,7,0.844798455,185,25040,811.3,409,426,2128,2299,0.19219924812030076,0.18529795563288387,1371,-0.605733082706767,-0.5963462374945628 +48503,TX,Young,6142.00138325744,-5.747951988311333,0.3311051958629348,1545.05507989039,0.08329137896983235,2,0.108991826,15,0.826355222565007,18,0.980926431,791,54988,988.1,992,873,7316,7658,0.13559322033898305,0.11399843301123008,5714,-0.7152815746309459,-0.7461478192739619 +48505,TX,Zapata,6065.68117552452,0.2993008241339712,0.4327066040465487,2205.95028417482,0.1573655503049522,4,0.279349117,24.25,1.69001324134086,6,0.419023675,269,43080,723.9,2517,2056,3529,3134,0.7132332105412298,0.6560306317804723,1028,0.4318503825446302,0.32801531589023614 +48507,TX,Zavala,3702.02706296023,0.004760334434270885,0.3170358022574488,1207.94445528586,0.10344647214917016,1,0.081519524,15.3333333333333,1.27533338878261,3,0.244558572,293,36533,807.9,3042,2633,3653,3390,0.8327402135231317,0.7766961651917405,1941,0.6756090884204763,0.572566371681416 +49001,UT,Beaver,951.432066590472,-0.2454888338345311,0.1435257303651338,354.440274578805,0.05346813615610273,4,0.619099211,5.33333333333333,0.825210170715354,11,1.702522829,185,19275,1006.3,341,264,2534,2490,0.1345698500394633,0.10602409638554217,1574,-0.7150749802683504,-0.6321285140562249 +49003,UT,Box Elder,10094.8665153334,13.772075332462816,0.2019983294714037,3534.36609690939,0.07072268327982771,5,0.097053457,24.5,0.461054969043452,31,0.601731434,1085,154429,748.2,1830,1814,18092,16548,0.1011496794163166,0.10962049794537104,8510,-0.7815056378509839,-0.5142615421803238 +49005,UT,Cache,37757.8681440577,2.464847406762882,0.33516073838994553,13180.1598147973,0.11699474342065491,15,0.126750209,42.6666666666667,0.347581457615428,88,0.743601227,1572,356399,619.1,5434,6705,37099,35879,0.1464729507533896,0.1868781181192341,9938,-0.6842232944284212,-0.27698653808634577 +49007,UT,Carbon,6041.93940222314,20.930390770869696,0.28229404299505395,1621.85645297787,0.07577706176600804,6,0.290416263,13.1666666666667,0.645456476624671,14,0.677637948,687,62050,975.4,2204,1696,7231,7818,0.30479878301756325,0.21693527756459452,3486,-0.3637117964320288,-0.44589409056024554 +49009,UT,Daggett,1058.99999059084,0,0.999999991115052,243.000001352496,0.22946175765108218,1,0.895255148,1,0.91324200913242,0,0,34,3368,771,91,76,509,465,0.1787819253438114,0.16344086021505377,251,-0.6051080550098231,-0.5397849462365591 +49011,UT,Davis,94506.5691986859,11.076814014255552,0.30836229953336414,33646.0917904769,0.10978269894667139,23,0.069762081,110.75,0.323564556606998,210,0.636958131,4993,988588,681.6,20417,22575,112568,104661,0.1813748134460948,0.21569639120589332,24410,-0.6184084286831071,-0.23322918756747976 +49013,UT,Duchesne,5147.48790509698,0,0.2766425487771796,1667.65482403023,0.089625131618758,5,0.245338567,13.1666666666667,0.647424234974021,12,0.588812561,425,61264,807.2,570,500,6273,6932,0.09086561453849833,0.07212925562608194,5005,-0.8031245018332537,-0.7220138488170802 +49015,UT,Emery,444.220730048769,-89.96904993405234,0.0404720052886998,159.836188386789,0.014562334947775965,5,0.470322641,11.4166666666667,1.1175280605586,8,0.752516226,266,31742,795.7,569,379,4414,4263,0.12890801993656548,0.08890452732817265,3023,-0.719075668328047,-0.7091250293220737 +49017,UT,Garfield,3096.29777544692,70.90648127188143,0.5986654631567904,744.755277092473,0.1439975400410814,3,0.597133758,6.33333333333333,1.27022329188394,14,2.786624204,127,15085,626.6,306,352,2157,2294,0.14186369958275383,0.15344376634699217,1225,-0.6977283263792304,-0.534001743679163 +49019,UT,Grand,2021.49063728278,17.681604308638292,0.21913177639921735,498.883374300337,0.05407949856914222,4,0.424223141,15.5,1.61812297734628,9,0.954502068,241,28329,732.7,1678,1932,3812,4456,0.44018887722980066,0.43357271095152605,2,-0.06269674711437562,-4.488330341113067e-4 +49021,UT,Iron,13807.6126083115,15.876539031818988,0.29910561723266466,4252.5296885339,0.09211987281012717,3,0.063466543,20.0833333333333,0.402173405157165,34,0.719287482,918,142308,798.8,1720,2104,13168,15354,0.13061968408262453,0.13703269506317572,7921,-0.7178007290400972,-0.5158916243324215 +49023,UT,Juab,4406.19433012166,-0.0014764505748773701,0.430040438231667,1460.55704556687,0.14254899917693442,2,0.190730498,8.91666666666667,0.809869815319407,9,0.85828724,214,31341,782.7,436,436,3907,4076,0.11159457384182236,0.1069676153091266,2323,-0.7586383414384438,-0.5699214916584887 +49025,UT,Kane,3117.92613194553,0.27457865275583493,0.4376036676414779,761.914542313303,0.10693537435976182,3,0.41356493,4.66666666666667,0.636305790382692,6,0.827129859,251,21584,879,718,739,3281,3482,0.21883572081682415,0.2122343480758185,1509,-0.531850045717769,-0.4333716255025847 +49027,UT,Millard,5024.14837297542,-1.0547268681163298,0.4018354293349933,1602.31722792985,0.12815462112531792,5,0.396636522,10.4166666666667,0.820597657686046,12,0.951927653,300,37790,659.2,424,431,4958,5234,0.08551835417507059,0.0823461979365686,3429,-0.8061718434852764,-0.6551394726786396 +49029,UT,Morgan,38.8048392722758,-1.9835755581168675,0.0040980926467711265,11.8523383141001,0.0012516990510191256,1,0.094268477,3,0.262306548920171,4,0.377073906,165,31906,690.4,386,572,4370,5136,0.08832951945080092,0.11137071651090343,2584,-0.8064073226544622,-0.5031152647975078 +49031,UT,Piute,1556.00000336546,0,1.000000002162892,468.000000267804,0.3007712083983316,3,2.021563342,3,2.04638472032742,2,1.347708895,46,4523,558.7,74,31,781,617,0.09475032010243278,0.050243111831442464,506,-0.7964148527528809,-0.820097244732577 +49033,UT,Rich,2263.99998861636,0,0.9999999949718905,703.999994389065,0.3109540611259121,0,0,3,1.29366106080207,7,3.052769298,54,6873,634.5,83,104,999,1096,0.08308308308308308,0.0948905109489051,682,-0.8248248248248248,-0.6222627737226277 +49035,UT,Salt Lake,91150.1818636206,-22.871096037998655,0.08852497376657288,28070.470010979,0.027262014957416803,147,0.134647197,555,0.494937370357621,906,0.829866397,19094,3281357,731.4,132686,154831,341664,361347,0.3883522993350192,0.4284828710353206,36930,-0.19332736255502486,0.10220093151458293 +49037,UT,San Juan,8414.88174321812,16.278747310422283,0.570655211122889,2890.85233146696,0.19604315281886342,2,0.131138942,17,1.00621485646641,6,0.393416825,296,46041,719,2062,1997,5159,5385,0.39968986237642956,0.3708449396471681,638,-0.18298119790657097,-0.11847725162488393 +49039,UT,Sanpete,2517.85357510062,-3.0579187889942396,0.09049865484510891,845.966467389947,0.03040638585974937,4,0.140464234,13,0.442041551905879,15,0.526740879,550,85297,692.4,889,1026,8804,9778,0.10097682871422081,0.10492943342196769,5410,-0.7812358019082235,-0.553282879934547 +49041,UT,Sevier,623.777508060715,44.981367009810235,0.029986419962537977,246.14090351401,0.011832559538217961,3,0.144418235,16.4166666666667,0.771931474428301,16,0.770230588,589,62688,836.7,701,673,7781,8308,0.09009124791157949,0.08100625902744343,5782,-0.8045238401233774,-0.6959557053442466 +49043,UT,Summit,9799.27735274438,31.915935445394044,0.26977418105782347,2804.74831724883,0.07721474279398828,10,0.255721775,22,0.545810901332275,39,0.997314921,441,117237,555.7,7656,10251,16616,20133,0.46076071256620127,0.5091640590075994,3091,-0.048627828598940714,0.1535290319376148 +49045,UT,Tooele,19591.7830731414,22.92359824088822,0.33652449539904145,6422.97551864409,0.11032628256972225,5,0.081171467,28.3333333333333,0.437020241749315,29,0.470794506,1038,185327,810.7,3794,4015,16422,18905,0.2310315430520034,0.21237767786299921,5678,-0.5143100718548288,-0.30034382438508334 +49047,UT,Uintah,8024.67661673473,0.2850115226443754,0.24624636727429514,2717.4326608841,0.08338752488290475,2,0.0542491,20.0833333333333,0.552149488173462,20,0.542490574,673,110636,799.4,962,1002,11116,12883,0.08654192155451601,0.07777691531475588,8874,-0.8131522130262685,-0.6888147170690058 +49049,UT,Utah,121874.622688675,2.8456133238428736,0.2359332487139541,47992.5797236203,0.09290732556589369,43,0.076652394,181.5,0.306433068433342,351,0.625697448,6926,1689145,695,15791,24579,161278,174942,0.09791168045238656,0.14049799362074286,65176,-0.7846451468892224,-0.37255776200112034 +49051,UT,Wasatch,1108.33514468683,-5.051759105943071,0.04710306607253847,361.497815747811,0.015363273087454781,4,0.144331385,12.9166666666667,0.423108839972048,22,0.793822617,374,83530,698.8,2097,3063,9109,12120,0.2302118783620595,0.2527227722772277,3052,-0.5220111977165441,-0.25181518151815185 +49053,UT,Washington,36701.8989613727,-3.85832151397585,0.26573434428825765,11320.6123039267,0.08196511822703327,19,0.125042778,60.9166666666667,0.380147066471133,116,0.763419064,3649,455115,603.5,7762,9583,49733,57494,0.15607343212756117,0.16667826207952133,29983,-0.670420043029779,-0.521497895432567 +49055,UT,Wayne,1009.00521483761,0,0.3632128203159144,220.067514710105,0.07921796785820914,2,0.734484025,2,0.74019245003701,2,0.734484025,91,8129,861.1,213,271,1323,1410,0.16099773242630386,0.1921985815602837,688,-0.6606198034769463,-0.48794326241134756 +49057,UT,Weber,58288.9612986792,1.742242359069185,0.25207563397861577,18078.4466840921,0.07818179991044691,34,0.141386839,120.75,0.487760542898691,145,0.602973282,5135,722746,791.3,17569,22187,68143,81451,0.2578254552925466,0.27239690120440513,16260,-0.46034075400261215,-0.19962922493278162 +50001,VT,Addison,867.84931224765,-2.9741765536340283,0.023569411809772952,214.860923503453,0.005835282135288368,15,0.405306817,25.6666666666667,0.69446323403411,17,0.459347726,920,110990,650,12290,11217,17843,17592,0.6887855181303593,0.637619372442019,5920,0.3965700835061369,0.33651659845384263 +50003,VT,Bennington,4389.72113536181,2.2685133710025287,0.11824164674375247,930.718205945115,0.02506985066518828,14,0.384140486,39.9166666666667,1.10294456264449,30,0.823158184,1321,109427,755.5,11517,9539,17512,16345,0.6576633165829145,0.5836035484857754,3614,0.3329145728643216,0.22110737228510247 +50005,VT,Caledonia,2001.6218658744299,0.36831360122240975,0.06409907662838024,413.596232682239,0.013244827638973933,9,0.290500629,40,1.31869580984406,19,0.613279107,950,92843,760,8192,6445,13545,12966,0.6047988187523071,0.49706925805954033,912,0.22916205241786636,0.07033780657103195 +50007,VT,Chittenden,27641.2441699485,-11.195079790225565,0.17657059739977965,6112.23913612923,0.039044614239542814,42,0.26163171,140.25,0.868254390798051,120,0.747519171,3256,482056,624.2,53615,54463,76531,77263,0.7005657838000288,0.7049040290954273,36165,0.4187584116240478,0.46807656963876626 +50009,VT,Essex,1890.45265635181,0.700243728869445,0.29978633941513005,333.364461623811,0.05286464662604043,2,0.326530612,3.58333333333333,0.580202936096718,1,0.163265306,180,18484,639.2,1539,1019,2769,2706,0.5557963163596966,0.3765705838876571,487,0.1336222462983026,-0.179970436067997 +50011,VT,Franklin,2125.51264708474,1.8467686561552676,0.04451708304538055,513.962976442082,0.010764524283543792,17,0.349492208,51.75,1.05795768169273,23,0.4728424,1250,145684,793,12057,9351,19755,19373,0.6103264996203492,0.4826820833118257,599,0.23548468742090606,0.03091932070407266 +50013,VT,Grand Isle,35.5445633428171,-83.99327780990895,0.00509965040786472,4.40804944562842,6.32431771252284e-4,4,0.571918788,11.3333333333333,1.63800163800164,1,0.142979697,174,20814,776.2,2531,2094,4064,3778,0.6227854330708661,0.5542615140285866,607,0.26082677165354323,0.16066701958708313 +50015,VT,Lamoille,578.149904794846,6.442341342709367,0.023622059440034565,136.692593693887,0.005584988506389663,9,0.35882306,29.75,1.17435755733628,18,0.717646121,588,75486,652.7,8371,7241,11924,11641,0.7020295202952029,0.6220255991753286,3671,0.42091580006709156,0.3153509148698566 +50017,VT,Orange,3046.54268499889,-5.466932658266796,0.1052855503524637,668.476686252963,0.02310190372729344,7,0.242558647,29.9166666666667,1.03449865716887,9,0.311861118,789,86640,719.4,9075,7522,13964,13464,0.6498854196505299,0.5586749851455733,2525,0.321326267545116,0.18753713606654782 +50019,VT,Orleans,3813.34423157269,-12.538634708699902,0.1400368782480515,795.967708884179,0.029230204872541556,13,0.480023632,43.5833333333333,1.62242986015461,12,0.443098737,966,81375,806.8,7116,5181,11631,10988,0.6118132576734588,0.4715143793228977,23,0.24159573553434782,0.0020931925737167623 +50021,VT,Rutland,9152.34639550637,43.94432904568076,0.14847581836258347,1778.96154014912,0.028859568802912305,19,0.316213427,74.9166666666667,1.26313718878211,44,0.732283727,2075,180471,794,17087,13629,28414,27660,0.6013584852537481,0.4927331887201735,1158,0.2200675723235025,0.04186550976138825 +50023,VT,Washington,7322.83367924314,24.52964925461782,0.12300254777510565,1705.65907355901,0.028650167527110727,26,0.440692905,63,1.07684944619171,33,0.559340995,1637,176747,704.7,20349,18594,29049,28654,0.7005060415160591,0.6489146366999372,10601,0.42194223553306487,0.3699657988413485 +50025,VT,Windham,4169.52151133928,-2.0949095499975883,0.09366974841819871,927.385111543277,0.02083402852073051,22,0.503271263,47.25,1.0951442809132,38,0.869286727,1310,131054,714.6,16080,14340,21805,21151,0.7374455400137583,0.6779821285045624,8878,0.4923641366659023,0.41974374734055125 +50027,VT,Windsor,4782.62386922519,-32.441541125999855,0.08439428038159855,1060.43747629038,0.018712501787372153,25,0.446316992,47.8333333333333,0.86192398250925,32,0.57128575,1765,167867,694.4,19440,17544,28468,27832,0.6828719966277926,0.6303535498706525,8940,0.38137557959814533,0.3212129922391492 +51001,VA,Accomack,1700.33610481924,11.311323763412226,0.051270537474949945,264.584722496315,0.007978070271870552,11,0.333121347,46.3333333333333,1.40629900547344,18,0.545107659,1319,98976,908.3,7653,6737,16020,15755,0.47771535580524344,0.42761028245001587,1845,-0.03489388264669163,-0.11710568073627425 +51003,VA,Albemarle,15278.6597906324,-1.1857122086448897,0.1543766776864949,3860.05413425582,0.039002264668645245,18,0.172266937,50.8333333333333,0.475620177523282,58,0.555082353,2428,312937,571,29712,33297,53732,56134,0.5529665748529741,0.5931699148466171,14065,0.12002158862502799,0.2505611572309118 +51005,VA,Alleghany,2157.56954942281,-2.8519952742401546,0.13277351073371138,418.897651180426,0.02577831699571852,2,0.12642225,12.8333333333333,0.822913326921022,7,0.442477876,641,47756,835,3403,2165,7162,7306,0.4751466070929908,0.29633178209690664,2708,-0.026808154146886365,-0.37065425677525327 +51007,VA,Amelia,2089.26382491735,12.648578639844688,0.16463859928426713,428.147800308591,0.03373899135607494,1,0.077790743,8.91666666666667,0.690518598828054,4,0.311162972,396,38386,788.6,2488,2150,6885,7035,0.3613652868554829,0.30561478322672353,2554,-0.26666666666666666,-0.36304193319118694 +51009,VA,Amherst,5432.82798974514,-16.755409939643414,0.16792346891308813,1058.34825972489,0.03271252309600006,7,0.218470085,31.9166666666667,1.00896742852928,16,0.499360195,978,96174,745.1,5898,4986,14937,15164,0.3948584053022695,0.3288050646267476,4657,-0.19863426390841538,-0.3071089422316012 +51011,VA,Appomattox,332.404541739697,-25.24500353881648,0.02220026325650818,51.5583694045708,0.003443422787989768,1,0.06544931,15.0833333333333,0.974690360796984,7,0.458145167,521,45902,857.8,2453,2023,7924,7954,0.30956587582029277,0.2543374402816193,3691,-0.36433619384149424,-0.46404324867990954 +51013,VA,Arlington,4485.10883875185,-12.676243952787958,0.021601761036627462,1085.73776919552,0.005229270611218773,45,0.198318261,87.6666666666667,0.381076577555604,237,1.044476175,2828,681440,538.3,81178,91879,117279,119344,0.6921784803758558,0.7698669392679984,71724,0.3985794558275565,0.6009853867810699 +51015,VA,Augusta,9683.20595459491,1.9762136791120617,0.13129770785891404,2373.84816267586,0.03218777169729979,11,0.148926376,38.0833333333333,0.507798089701366,27,0.36554656,2140,222605,704.1,9448,8108,33614,36661,0.28107336228952223,0.22116145222443467,18044,-0.4214315463794847,-0.4921851558877281 +51017,VA,Bath,1052.37008403248,7.443766482873,0.2224413620867639,174.065994550046,0.036792643109288946,1,0.219154065,3.25,0.72609472743521,1,0.219154065,207,13616,903.6,894,603,2218,2243,0.4030658250676285,0.2688363798484173,945,-0.17132551848512173,-0.4213107445385644 +51019,VA,Bedford,6731.24481371662,-11.872434372741981,0.09801451473173482,1687.4745469761,0.024571532223427398,5,0.065288641,36.0833333333333,0.462844193603557,20,0.261154564,2177,231005,715.5,10925,9733,40750,42186,0.26809815950920246,0.23071635139619778,20845,-0.4504539877300613,-0.4941212724600578 +51021,VA,Bland,1307.3546363796,-52.49898711961216,0.19158186347883938,130.488045955529,0.01912192936042336,0,0,5,0.767695378473822,2,0.301886792,257,19849,977.4,735,453,2937,3124,0.25025536261491316,0.14500640204865556,2119,-0.47974123255022133,-0.6782970550576185 +51023,VA,Botetourt,11599.7872770186,58.985454456473605,0.3499392807113129,2607.22636481218,0.07865410778364244,5,0.151057402,22.4166666666667,0.674570932763584,19,0.574018127,979,99515,723.2,5449,4492,18208,18641,0.2992640597539543,0.24097419666326914,8877,-0.38565465729349735,-0.47620835792071237 +51025,VA,Brunswick,3505.53269842583,-2.17199611857185,0.2010744922809355,441.812110206795,0.025341981771641334,2,0.121226815,13.1666666666667,0.810605594204683,3,0.181840223,595,50455,860.3,4993,4473,8029,7645,0.6218707186449122,0.5850882930019621,1428,0.25258438161663965,0.18678875081752783 +51027,VA,Buchanan,NA,NA,NA,NA,NA,8,0.346230416,30.5833333333333,1.37899419845493,9,0.389509218,915,69600,1013.1,3094,1721,9636,9220,0.3210875882108759,0.1866594360086768,5571,-0.346824408468244,-0.6042299349240781 +51029,VA,Buckingham,1443.63914127588,-30.433171021862808,0.08419684715244839,298.474055925669,0.01740779516655016,4,0.236504464,18.6666666666667,1.09494759893634,2,0.118252232,463,51108,749.1,3747,3128,7447,7284,0.5031556331408621,0.4294343767160901,841,0.02390224251376394,-0.11545853926414051 +51031,VA,Campbell,8057.07371677027,-30.28525000349818,0.1469142940952239,1763.92989363264,0.032163850582266146,10,0.182199144,54.5833333333333,0.993291114669772,42,0.765236403,1626,165249,760,7591,6597,25632,27218,0.2961532459425718,0.24237636857961642,12845,-0.3938826466916355,-0.47193034021603353 +51033,VA,Caroline,1368.97441540963,-4.374969532438124,0.047958466120498505,270.618337231059,0.00948041118343174,3,0.100745517,25.0833333333333,0.831179446395829,8,0.268654712,791,89060,804.8,7258,6425,13590,14189,0.5340691685062546,0.4528155613503418,718,0.08167770419426051,-0.05060257946296426 +51035,VA,Carroll,1441.16855092227,-27.838188571345064,0.04797179118974336,242.873755864128,0.00808447359909886,4,0.13503933,36.0833333333333,1.22187983249241,12,0.405117991,1136,89245,866.2,3500,2557,12315,13587,0.2842062525375558,0.18819459777728711,8096,-0.39390986601705236,-0.5958636932361817 +51036,VA,Charles City,166.770860964883,18.684630705747853,0.02298385625205113,25.3152931736063,0.0034888772289975605,1,0.142389292,2,0.282845424975251,0,0,194,21174,646.7,2772,2244,4213,3745,0.6579634464751958,0.5991989319092123,863,0.3266081177308331,0.23044058744993323 +51037,VA,Charlotte,4240.73720680445,0.468876912600405,0.3369408236774551,1031.44599506411,0.08195185087113539,1,0.081799591,15.5833333333333,1.28479951631077,3,0.245398773,453,36671,878.1,2502,2153,5897,5792,0.42428353400033914,0.3717196132596685,1326,-0.13718840088180428,-0.22893646408839774 +51041,VA,Chesterfield,115426.336197048,-0.9331916977683532,0.3650006204133875,30766.6474427645,0.09729014863192205,42,0.126316169,199.083333333333,0.587250879278525,236,0.709776571,6799,996235,717.4,78954,80993,172223,175288,0.4584405102686633,0.46205672949659987,3945,-0.0709545182699175,-0.02250581899502535 +51043,VA,Clarke,177.768921882671,-43.04333971935905,0.012667017377987103,40.7791940545721,0.0029057427714530497,2,0.138667406,9.25,0.643523027688883,6,0.416002219,425,43013,719.1,3237,3047,7731,8131,0.4187039192859915,0.37473865453203786,1610,-0.1368516362695641,-0.1980076251383594 +51045,VA,Craig,583.246440924216,-9.412989228595805,0.11237889035148671,120.586193303168,0.02323433396978189,3,0.573175392,4.5,0.872431174873982,0,0,145,15636,681.1,830,541,2664,2784,0.31156156156156156,0.19432471264367815,1598,-0.347972972972973,-0.5739942528735632 +51047,VA,Culpeper,2632.83890217099,19.97614313875363,0.056390989358756666,796.590263773126,0.017061626159761957,10,0.203392588,33.75,0.673881356947467,28,0.569499247,1193,147016,785.1,8263,7744,20131,22087,0.4104614773235309,0.3506134830443247,5597,-0.16323083801102778,-0.2534069814823199 +51049,VA,Cumberland,5546.87186249503,-6.194898677666086,0.5518177340325338,1294.91418494354,0.12882154645279945,2,0.203520912,8.83333333333333,0.915181654924713,0,0,278,29406,721,2422,2032,5040,4875,0.48055555555555557,0.4168205128205128,661,-0.02301587301587299,-0.13558974358974363 +51051,VA,Dickenson,NA,NA,NA,NA,NA,3,0.19597596,22.9166666666667,1.53104400498842,4,0.26130128,649,45880,1109.2,2472,1335,6878,6405,0.35940680430357663,0.20843091334894615,3597,-0.26199476592032567,-0.5615925058548009 +51053,VA,Dinwiddie,7678.21558777613,31.293753588916235,0.274212191985148,1867.37597160466,0.06668961721383736,5,0.179475214,23.1666666666667,0.823147621754785,6,0.215370257,759,84102,791.6,6425,5765,13339,13533,0.48167029012669615,0.4259957141801522,1682,-0.025789039658145274,-0.12428877558560553 +51057,VA,Essex,2619.13901892601,-11.961987073926489,0.2348792950341682,617.595492921642,0.05538476306354964,2,0.180131496,16.5833333333333,1.49090473193683,10,0.90065748,383,33398,790.2,3009,2541,5666,5354,0.531062477938581,0.4745984310795667,116,0.07183198023296855,-0.021666044079193147 +51059,VA,Fairfax,205554.370081997,0.0193054410100552,0.19002443325019183,55023.124226834,0.05086604577021723,189,0.166148296,376.666666666667,0.330800513823949,911,0.800852367,14785,3416251,481.6,260835,354485,440174,542858,0.5925724827000232,0.6529976531616003,196648,0.1977604311022459,0.3622457438225098 +51061,VA,Fauquier,8209.0226938811,1.052849244242409,0.12589946312103875,2266.94024597144,0.03476742244944926,12,0.175829328,32.1666666666667,0.465717857022205,55,0.805884422,1619,204473,725.6,13891,12960,35339,37124,0.3930784685474971,0.34910031246632905,9150,-0.19989247007555394,-0.24647128542182956 +51063,VA,Floyd,4208.11245107874,-1.066903015205139,0.2754180542626311,900.436821222806,0.05893296820621807,3,0.192579278,13.3333333333333,0.847583328035938,4,0.256772371,520,46759,778.1,2732,2300,7626,7972,0.3582480986100184,0.288509784244857,2989,-0.25426173616574876,-0.3749372804816859 +51065,VA,Fluvanna,6380.81727318169,-7.376252224104501,0.2483678048025258,1622.24382595776,0.06314444069743334,3,0.114977771,13.25,0.504358418027483,5,0.191629618,645,78174,651.9,5885,5751,12724,13492,0.46251178874567744,0.4262525941298547,1267,-0.062323168814838126,-0.09390750074117993 +51067,VA,Franklin,8349.9883573759,-6.515465860276253,0.14868477639160063,1735.99461900601,0.030912135526024502,4,0.070974839,46,0.820417699620111,26,0.461336456,1765,168821,774.8,9082,7254,26633,26805,0.34100551946832874,0.2706211527700056,11306,-0.2854729095483048,-0.42178698004103715 +51069,VA,Frederick,16247.5415509132,10.597002768737655,0.20749047380005364,4557.49283210668,0.0582018112777815,10,0.121393107,48.75,0.57746295353052,47,0.570547604,2017,246960,727.1,12683,11920,36272,40133,0.3496636524040582,0.2970124336580869,14149,-0.28032642258491397,-0.3525527620661301 +51071,VA,Giles,152.911844293853,-91.74621669559339,0.008845993537767731,28.3772114288549,0.001641629725144909,5,0.297353553,23.5,1.39407961084416,12,0.713648528,682,50436,974.3,2730,1949,7544,8196,0.36187698833510074,0.23779892630551488,3981,-0.2558324496288441,-0.48572474377745234 +51073,VA,Gloucester,3765.01510480939,0,0.10214919704838542,763.085107281746,0.02070337802598475,5,0.13462211600000001,30,0.806148223786747,20,0.538488463,1066,111165,766.8,6764,5399,19246,19524,0.3514496518757144,0.27653144847367345,7688,-0.2791748934843604,-0.3937717680803114 +51075,VA,Goochland,3311.28571513049,-0.03959747163505686,0.1524743617963112,553.984503452464,0.025509255580994795,2,0.091174325,11.8333333333333,0.522028115993177,7,0.319110139,575,65811,685,4676,4884,13287,13930,0.351922932189358,0.35061019382627423,3490,-0.28388650560698425,-0.25053840631730073 +51077,VA,Grayson,2826.69405076726,3.309179069341481,0.181979917000403,501.12831658289,0.032262171929626604,1,0.06625588,12.3333333333333,0.816398579025176,3,0.198767641,604,47232,810.4,2094,1407,7146,7258,0.29303106633081444,0.19385505648939103,4186,-0.37881332213825913,-0.5767429043813722 +51079,VA,Greene,0,0,0,0,0,2,0.105091693,9.16666666666667,0.473215975771342,7,0.367820924,463,57115,752.2,3284,2923,8993,9503,0.3651729122650951,0.30758707776491634,3020,-0.2528633381518959,-0.31779438072187727 +51081,VA,Greensville,1008.3032894331,16.64208579698994,0.082357534054815,174.155561157786,0.014224909022117618,1,0.085609109,4.5,0.384418247052793,4,0.342436435,481,35062,1226.5,3135,2558,4925,4363,0.63654822335025385,0.5862938345175338,821,0.2779695431472082,0.1881732752693101 +51083,VA,Halifax,8496.03692841011,-10.88453359579928,0.234431636224445,1927.87476627971,0.053195959445923396,10,0.284090909,39.9166666666667,1.14073693034598,25,0.710227273,1388,105736,858.4,7760,6890,16663,16946,0.4657024545399988,0.4065856249262363,2808,-0.05635239752745602,-0.1657028207246548 +51085,VA,Hanover,21762.9254590036,9.795669856453742,0.2179278156975416,5969.47071252426,0.05977660106870673,12,0.117741714,71,0.680128745497739,75,0.735885712,2648,306284,733.8,18283,19360,58936,62313,0.310217863445093,0.31068958323303325,20232,-0.3671270530745215,-0.32468345289105 +51087,VA,Henrico,64088.7829258322,-7.144879686408206,0.208802459562553,17255.8474410183,0.0562198753515184,63,0.195698364,260.333333333333,0.797343142389559,269,0.835600949,8067,967558,733.1,89116,93615,161195,161966,0.5528459319457799,0.577991677265599,33941,0.11713142467198112,0.20955632663645457 +51089,VA,Henry,9194.4864804223,-11.60800257592084,0.16979347528988015,1832.08136601061,0.03383282609759026,11,0.211209462,71.8333333333333,1.3963132147601,31,0.595226666,2043,156665,875.9,10312,8199,24927,24029,0.41368796886909776,0.34121270131923925,7008,-0.14714967705700643,-0.29164759249240496 +51091,VA,Highland,2321.00001154791,0,1.000000004975403,346.000002072761,0.14907367603307237,1,0.444839858,2.66666666666667,1.20336943441637,0,0,89,6688,743.1,459,371,1411,1391,0.3253012048192771,0.26671459381739754,587,-0.32955350815024803,-0.4219985621854781 +51093,VA,Isle of Wight,5800.64052629471,0.024833743912948337,0.16446386521958348,1328.43124255603,0.037664622697931104,5,0.138861888,27.6666666666667,0.756002477502095,20,0.555447552,983,107969,734.2,8754,7673,20772,20481,0.4214326978625072,0.3746399101606367,4298,-0.14649528211053348,-0.20985303451979886 +51095,VA,James City,23479.6654003526,9.01052848971631,0.3503956990904594,5087.04830961379,0.07591589651559924,9,0.123995977,39.4166666666667,0.52976542479795,31,0.427097254,2071,215869,599.1,17854,19091,41134,42737,0.4340448290951524,0.44670894073051454,2193,-0.12097048670199839,-0.05131384982567799 +51097,VA,King and Queen,537.466790725773,-26.55529208018546,0.07738902674237191,115.839112793515,0.016679497882435564,1,0.139372822,3,0.419052940354798,0,0,204,21426,618.8,1743,1451,3645,3615,0.47818930041152263,0.4013831258644537,608,-0.03292181069958844,-0.16818810511756566 +51099,VA,King George,NA,NA,NA,NA,NA,3,0.118245241,18.9166666666667,0.72801211001642,12,0.472980963,508,75780,761.3,4476,4002,11287,11967,0.3965624169398423,0.3344196540486337,3336,-0.18844688579782054,-0.27876660817247434 +51101,VA,King William,1741.65357136751,7.091420326462767,0.10929736877110198,406.975906159045,0.025539749366742706,3,0.18534536,13.4166666666667,0.8213950451002,7,0.432472507,443,48521,873.6,3326,2752,8865,9088,0.3751833051325437,0.3028169014084507,3211,-0.23902989283699938,-0.3533230633802817 +51103,VA,Lancaster,367.621198136127,4.487085225957926,0.032272952167160654,73.6398050958232,0.0064647357647110186,3,0.27164071,17.25,1.57218374043019,10,0.905469033,585,33071,754.3,3144,2862,7052,6599,0.44583096993760635,0.4337020760721321,658,-0.08579126488939309,-0.09971207758751327 +51105,VA,Lee,18.6014454190154,0,7.269881353427677e-4,4.41385764279403,1.725039138153762e-4,6,0.240471324,32.5,1.34414161048844,7,0.280549878,914,74842,940.4,2593,1627,9588,9353,0.27044221944096786,0.1739548807869133,5915,-0.44347100542344603,-0.6324174061798353 +51107,VA,Loudoun,40493.136417668,2.696111870289027,0.12965645275916635,12728.5720333863,0.040756079783889454,59,0.162512051,113.333333333333,0.293651513384895,261,0.718909241,3535,1090204,493.2,81900,99909,158648,180265,0.5162372043769855,0.5542340443236347,30276,0.04479098381322172,0.1679527362494106 +51109,VA,Louisa,778.85070772337,0,0.023492616285807316,184.605308832305,0.005568283679676198,4,0.116455107,26.3333333333333,0.747341733832823,9,0.26202399,891,102898,724.4,6949,6208,16404,17507,0.4236161911728847,0.3546010167361627,4299,-0.13764935381614235,-0.24555891928942714 +51111,VA,Lunenburg,7.40811751561705,62.53248201737966,5.736501096187897e-4,0.756898611813085,5.861070247894417e-5,5,0.401090967,11,0.896276379043429,2,0.160436387,422,37274,813.9,2684,2226,5726,5577,0.4687390848760042,0.3991393222162453,980,-0.049772965420887216,-0.1757217141832526 +51113,VA,Madison,375.732732433928,52.21317992510643,0.028233598770207993,68.7224529471873,0.005163995562608003,6,0.45603101,10,0.764642911760208,5,0.380025842,446,39395,774.1,2637,2202,6597,6934,0.39972714870395637,0.31756561869051053,2216,-0.185993633469759,-0.3195846553216037 +51115,VA,Mathews,0,0,0,0,0,2,0.226346763,6,0.683215668412662,5,0.565866908,362,26550,760.6,1807,1563,5364,5292,0.33687546607009694,0.2953514739229025,1952,-0.3133855331841909,-0.3688586545729403 +51117,VA,Mecklenburg,3019.26143530887,-16.118953410914827,0.09225597932315428,489.700926486346,0.014963208558265224,6,0.192357015,54,1.74802537873883,25,0.801487561,1305,93475,882.3,6786,6571,14813,15177,0.45811111861202997,0.4329577650392041,1712,-0.07216634037669617,-0.11280226658759968 +51119,VA,Middlesex,116.978122690911,8.713610537700903,0.010674160296643033,23.4943238673732,0.0021438382943127295,3,0.280478684,11.8333333333333,1.09791550689676,7,0.654450262,447,31954,772.7,2370,2107,6067,5994,0.3906378770397231,0.3515181848515182,1561,-0.20586780946101868,-0.26042709376042705 +51121,VA,Montgomery,13785.3522192549,74.70487290039641,0.1460436500895722,1664.2756866336,0.017631533251055174,11,0.113117519,63.75,0.646538609764508,63,0.647854881,1804,291804,720.3,19903,20015,40938,42695,0.4861742146660804,0.4687902564703127,560,-0.0025159998045825582,0.013116289963696015 +51125,VA,Nelson,1085.54811377511,37.94994684719852,0.07227350957224435,238.092357730125,0.01585168826432257,2,0.134680135,11.8333333333333,0.795839218059946,6,0.404040404,543,44416,810,4171,3677,8225,8247,0.5071124620060791,0.4458591002788893,473,0.027598784194528936,-0.05735418940220682 +51127,VA,New Kent,0,-100,0,0,0,4,0.19979022,12.5833333333333,0.595041061773932,10,0.499475551,460,59881,777.4,3555,3545,10941,12163,0.32492459555799286,0.29145769958069556,4572,-0.3373549035737136,-0.37589410507276166 +51131,VA,Northampton,206.949240246089,438.13654592058117,0.016704273165395835,23.1345456024719,0.0018673456778167648,3,0.247504331,15.75,1.2974709613642,13,1.072518769,578,36282,937.5,3737,3255,6481,6134,0.5766085480635704,0.5306488425171177,569,0.1637093041197346,0.09276165634170203 +51133,VA,Northumberland,1150.06302324291,26.712192203318242,0.09327356230680536,129.906481989776,0.010535805514174858,4,0.326503959,13.3333333333333,1.09092892598047,3,0.244877969,508,36727,676.6,3186,2830,7542,8176,0.4224343675417661,0.3461350293542074,2259,-0.14876690533015113,-0.2762964774951076 +51135,VA,Nottoway,8927.25589318699,11.920719626459944,0.5631272247011285,1753.18861540428,0.11059033718566075,4,0.256755889,20.5833333333333,1.31986747889281,13,0.83445664,582,46894,908.1,3344,2829,6844,6717,0.4886031560490941,0.4211701652523448,883,-0.009497369959088231,-0.13145749590591033 +51137,VA,Orange,8426.41495907406,13.214559781225121,0.2516775173702715,1839.01615182488,0.05492715724813715,3,0.08565066,27.9166666666667,0.785654649668384,26,0.742305716,1129,104949,791.6,6870,5955,16330,17157,0.42069810165339866,0.34708865186221366,4556,-0.14537660747091247,-0.2655475899049951 +51139,VA,Page,967.285237248056,39.749432541580695,0.040233143550788456,195.03575737332,0.008112293377144995,6,0.251593425,17.4166666666667,0.736309574138271,17,0.712848038,866,71329,885.7,3724,2514,10205,10663,0.3649191572758452,0.23576854543749415,5310,-0.2567368936795688,-0.4979836818906499 +51141,VA,Patrick,1742.23961442502,92.10315203497132,0.0942260472917804,354.725705479042,0.019184732584047702,2,0.109505037,21.3333333333333,1.19027692536592,6,0.328515112,795,54561,935.9,2417,1768,8241,8489,0.2932896493144036,0.2082695252679939,4686,-0.3889091129717267,-0.5520084815643774 +51143,VA,Pittsylvania,9948.03983384893,1.6126005844521305,0.1566472433132134,2195.74260238935,0.034575356696837305,5,0.080150041,56.0833333333333,0.909159682483073,15,0.240450123,2062,187460,792.4,10855,9195,30578,31687,0.3549937863823664,0.29018209360305486,12547,-0.2753613709202695,-0.39596680026509296 +51145,VA,Powhatan,2701.44826132096,2.1220406256758153,0.09632205167656563,441.188504887093,0.01573088871450806,4,0.140602482,9,0.316422318320852,6,0.210903722,603,84773,666,4066,4057,15466,16794,0.2628992628992629,0.24157437179945218,7818,-0.4607526186473555,-0.4655234012147196 +51147,VA,Prince Edward,4939.83796922819,40.755895630953226,0.21139327153492765,661.093561870579,0.02829054954940855,5,0.216694115,23.1666666666667,1.00106588309855,15,0.650082344,705,68740,853.7,5132,4590,9224,9113,0.5563746747614917,0.5036760671568089,491,0.12792714657415433,0.053879073850543135 +51149,VA,Prince George,11104.2019562397,8.404432642138753,0.31082440745247586,2448.0636304232,0.0685252240846242,3,0.08035786,16.9166666666667,0.446998722860792,17,0.455361209,663,112944,629.4,7671,6419,17180,16140,0.44650756693830035,0.3977075588599752,2738,-0.09772991850989526,-0.1696406443618339 +51153,VA,Prince William,87198.5298483464,5.397401875821811,0.2169106866342615,25881.5026749131,0.06438152714392739,63,0.14122584,187.833333333333,0.412630068173663,283,0.634395441,5217,1335902,604.5,103161,83093,179648,144854,0.574239624153901,0.5736327612630648,29028,0.16025783754898465,0.2003948803622958 +51155,VA,Pulaski,5242.47644697338,0.29902893415070253,0.15033483731857594,1087.23660306369,0.031177925070649516,6,0.174814987,37.8333333333333,1.10614078687055,33,0.961482431,1280,103154,913.4,5287,4170,14657,15112,0.36071501671556255,0.2759396506087877,6144,-0.24766323258511286,-0.4065643197458973 +51157,VA,Rappahannock,5513.7101742136,-5.351435343654985,0.7478245184068357,1048.62644970858,0.14222520679622677,2,0.271702214,1,0.135354629128316,2,0.271702214,200,22205,594.7,1971,1741,4331,4444,0.45509120295543753,0.3917641764176418,791,-0.07758023551142929,-0.177992799279928 +51159,VA,Richmond,473.122717798471,-26.520239896875857,0.051126293256804727,60.5026371896129,0.006537998399569148,2,0.224668614,8,0.911784818782767,2,0.224668614,350,26710,860.3,1574,1347,3768,3651,0.4177282377919321,0.3689400164338537,866,-0.15552016985138,-0.23719528896192826 +51161,VA,Roanoke,18650.4453784253,-5.255577542653101,0.20189708775466894,4078.3565585443,0.04414952540209903,12,0.127952231,51.3333333333333,0.545919253579493,53,0.565122354,2955,282149,716.9,19589,16787,53793,50149,0.36415518747792464,0.3347424674470079,14070,-0.25570241481233613,-0.2805639195198309 +51163,VA,Rockbridge,4503.16268019669,23.642540067427532,0.20187217824883177,895.184156260041,0.04013019035549563,4,0.179155283,19.8333333333333,0.88573299988091,9,0.403099386,747,67223,663,4087,3506,10155,10685,0.40246184145741015,0.3281235376696303,3165,-0.1783357951747907,-0.2962096396817969 +51165,VA,Rockingham,16615.3969505354,11.892639038181073,0.2177240997790104,4050.89257026653,0.0530819059447353,12,0.153509614,36,0.451444622792937,27,0.34539663,2111,234428,655.2,10059,9361,34783,36536,0.2891929965787885,0.25621305014232537,15908,-0.40577293505448064,-0.4354061747317714 +51167,VA,Russell,1533.73524264707,-27.584749097467352,0.053075933233452256,353.354031897245,0.012228052458637402,2,0.071369946,24.0833333333333,0.87991718426501,15,0.535274596,1067,84156,958.7,3716,2328,12063,12195,0.30804940727845476,0.1908979089790898,7188,-0.36980850534692866,-0.5894218942189422 +51169,VA,Scott,2456.10116800541,-11.666800978758193,0.10597148759569443,478.425242417063,0.020642241982010742,6,0.268048606,33.6666666666667,1.53518771849825,10,0.446747677,979,67098,971.1,2395,1579,9964,10055,0.24036531513448414,0.15703630034808552,6663,-0.5062224006423124,-0.6626553953257086 +51171,VA,Shenandoah,2906.85638521496,-0.23098230137346024,0.06922240338187222,725.167725408482,0.017268776353403712,11,0.255689082,40.6666666666667,0.941903107508203,23,0.534622626,1465,128738,774.4,6462,5269,19289,20335,0.3350095909585774,0.2591099090238505,8809,-0.3143760692622739,-0.433194000491763 +51173,VA,Smyth,3913.86184187147,49.47650651722717,0.12151831352059954,813.272616309165,0.02525064009901779,7,0.221834891,39.5833333333333,1.27433305432146,19,0.602123277,1258,94770,925.2,4169,2661,12751,12825,0.32695474864716495,0.20748538011695905,7086,-0.32993490706611245,-0.552514619883041 +51175,VA,Southampton,4170.71276121397,-1.445757534035338,0.22459411745901833,599.6306899459,0.032290290250183096,3,0.166122155,14.9166666666667,0.826087759133116,4,0.221496207,487,54751,667.5,4437,3595,9261,8872,0.47910592808551994,0.4052073940486925,1440,-0.031961991145664614,-0.1623083859332733 +51177,VA,Spotsylvania,28676.0732113165,-13.346330553757113,0.23428738622120232,8433.55622438932,0.06890329194661078,19,0.147072484,92.3333333333333,0.699441961467566,88,0.681177818,2413,387425,664.1,25150,24204,57797,62083,0.4351436925791996,0.3898651804841905,10415,-0.11536930982576954,-0.16775928998276501 +51179,VA,Stafford,33223.4219746018,-8.94210705280426,0.25762379304287186,10106.6486411655,0.07836980669477982,12,0.085719184,69.25,0.479700196036326,76,0.542888165,2026,419044,677,27130,27879,60338,65350,0.44963372998773576,0.426610558530987,5961,-0.08782193642480696,-0.09121652639632744 +51181,VA,Surry,2111.1602817498,28.509955449330338,0.2991159367738453,418.819316740604,0.05933965949852706,2,0.29455081,6.16666666666667,0.942339038304809,1,0.147275405,218,20314,782.1,2574,2069,4302,3976,0.5983263598326359,0.5203722334004024,284,0.20990237099023706,0.0714285714285714 +51183,VA,Sussex,6463.22880337837,84.91532606137821,0.5347256393959104,789.273026110919,0.0652993320187738,3,0.254950285,18.9166666666667,1.64435558646268,6,0.509900569,416,35275,957,3350,2874,5421,5036,0.6179671647297547,0.5706910246227165,819,0.24515771997786384,0.16262907069102467 +51185,VA,Tazewell,8591.1960760457,4.306300327469207,0.1905851208138271,1865.68191339419,0.041387859119619105,8,0.184111203,52.4166666666667,1.24357453538948,32,0.736444813,1761,130426,988.9,3661,2895,17712,18495,0.20669602529358627,0.15652879156528793,12265,-0.5748644986449865,-0.6631522032981887 +51187,VA,Warren,4459.50317510986,132.64962305545694,0.118682719231134,1109.89240071792,0.029538054576657882,6,0.153897453,36.3333333333333,0.92793598093049,23,0.589940236,1061,116748,845.7,6449,5165,16636,17791,0.38765328203895166,0.29031532797481874,6597,-0.20533782159172875,-0.37080546343656906 +51191,VA,Washington,6273.9142921513,-8.579544193613813,0.11432892871476237,1292.78758421927,0.023558342157213905,15,0.274077728,54.5833333333333,1.00681250845415,33,0.602971003,1766,163998,795.4,7076,5548,25582,25715,0.27660073489172077,0.21574956251215244,13761,-0.4325306856383394,-0.5351351351351352 +51193,VA,Westmoreland,1012.96074551225,-67.051620098609,0.05803602300402486,219.433473889306,0.012572102319772314,5,0.28609029,20.25,1.15109140518417,4,0.228872232,688,52648,850.9,4155,3723,8689,8291,0.47819081597422025,0.44904112893498976,608,0.004488433651743562,-0.07333252924858275 +51195,VA,Wise,3456.1360691945,-11.932786391011442,0.08337682305303724,578.45428326715,0.013954797917281435,10,0.250406911,58.75,1.49765473641277,26,0.651057969,1584,120334,1144.8,3751,2687,14937,14991,0.2511213764477472,0.17924087786004936,9296,-0.48804980919863433,-0.6201053965712761 +51197,VA,Wythe,1165.90219607102,-0.1328983550177484,0.039880355603592266,242.73521033983,0.008302897565925432,6,0.206036881,39.8333333333333,1.37280580828968,22,0.755468562,1182,87469,967.9,3782,2765,12336,13250,0.30658236057068744,0.20867924528301887,7279,-0.36819066147859925,-0.5493584905660378 +51199,VA,York,20778.9616264753,7.774702793212048,0.3174105099974841,4807.47224028516,0.0734368850098552,8,0.12058726,47.75,0.70245380722608,50,0.753670375,1224,200579,571.8,13165,12989,33848,34062,0.38894469392578584,0.38133403793083204,5834,-0.20730914677381235,-0.17127590863719094 +51510,VA,Alexandria,NA,NA,NA,NA,NA,38,0.252365931,69.9166666666667,0.448730291166592,126,0.836792296,2187,454770,569.7,52434,57147,73470,74384,0.713679052674561,0.7682700580770058,43906,0.4386688444262964,0.5902613465261346 +51515,VA,Bedford,539.658697448824,0,0.08673395973140854,79.3964088975918,0.012760592879715815,3,0,13.9166666666667,NA,12,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +51520,VA,Bristol,4843.75171748365,-3.5712494653418103,0.2715868638903084,1130.627407338,0.06339374305231286,4,0.232774674,35.9166666666667,2.11772798742138,31,1.804003724,935,51995,1251.7,2487,1832,7356,6966,0.33809135399673734,0.26299167384438704,3052,-0.31117455138662314,-0.43812805053115134 +51530,VA,Buena Vista,6102.94072902689,-2.1580334914397024,0.9177354479739683,1298.68552925267,0.1952910570304767,1,0.151446312,8.16666666666667,1.26575738789006,4,0.605785249,239,19848,969.8,919,693,2526,2395,0.36381631037212986,0.28935281837160753,739,-0.25534441805225655,-0.30855949895615864 +51540,VA,Charlottesville,3192.37909403443,176.88525703492596,0.07343022642977413,337.411890752614,0.007761055566477608,23,0.504463404,48.5833333333333,1.0356269895407,66,1.447590639,850,137214,789.1,16267,17865,21455,22211,0.7581915637380564,0.804331187249561,14914,0.53442088091354,0.6714690918914051 +51550,VA,Chesapeake,45111.9538518353,-9.415706532931504,0.20301587177762961,12657.7658498598,0.05696333564283985,28,0.119980632,165.166666666667,0.694152587487042,180,0.771304061,5107,699423,792,54999,52554,110105,111827,0.4995141001771037,0.46995806021801534,1434,0.010480904591072149,-0.012823378969300803 +51570,VA,Colonial Heights,3198.70894717949,-3.053575502036984,0.18371770416285627,711.498631565584,0.04086489182502923,3,0.169195195,27.1666666666667,1.52862180208568,35,1.97394394,728,52899,870.2,2541,2367,8593,8427,0.29570580705225186,0.28088287646849414,3314,-0.39520539974397767,-0.39325976029429216 +51580,VA,Covington,1240.29579375219,7.663742752452843,0.20806841029226475,290.477118987474,0.04872959553556014,1,0.172354361,10.75,1.94816962667633,10,1.723543606,289,17096,1196.4,1319,914,2329,2369,0.566337483898669,0.3858168003376952,435,0.14770287677114646,-0.18362178134233859 +51590,VA,Danville,5596.75480233837,-12.481270735991618,0.1299908210971634,1362.37702466804,0.03164271338214005,15,0.353406842,88.8333333333333,2.12022849141566,55,1.295825087,2054,127031,1066.6,12215,11051,20169,18862,0.6056324061678814,0.5858869685081115,3745,0.22108185829738708,0.1985473438659739 +51595,VA,Emporia,55.9880405515432,-44.79387016429076,0.009446269706688578,13.1694429479539,0.002221940770702531,3,0.549249359,20.4166666666667,3.84857053094565,10,1.830831197,196,16752,900,1793,1531,2691,2367,0.6662950575994054,0.6468103084072666,739,0.33704942400594573,0.31220954795099287 +51600,VA,Fairfax,603.948854207993,NA,0.02676485061856827,143.510246872902,0.00635986026469763,15,0.612670016,29,1.20013242840589,86,3.512641425,597,71203,651.2,6636,7363,11577,11854,0.573205493651205,0.6211405432765311,3668,0.16187267858685328,0.30943141555593046 +51610,VA,Falls Church,NA,NA,NA,NA,NA,9,0.66171605,15.25,1.08819751676895,33,2.426292184,220,40732,615,5006,5810,7244,7667,0.6910546659304252,0.7577931394287205,4487,0.3954997239094423,0.5852354245467588 +51620,VA,Franklin,5025.12923028343,0.9506414997542293,0.5855429072807539,1152.21620272839,0.1342596367663004,2,0.234576589,16,1.92631832410306,11,1.290171241,398,25444,1116.8,2830,2516,4351,4040,0.6504251896115836,0.6227722772277228,1095,0.3065961847851069,0.27103960396039606 +51630,VA,Fredericksburg,2115.13994981349,-66.90082453670726,0.08709297331028124,565.201138474047,0.023272714258175363,7,0.24691358,30.9166666666667,1.0925775406109,41,1.446208113,563,84239,779.4,7114,6690,11396,11135,0.6242541242541243,0.6008082622361922,2959,0.2685152685152686,0.26573866187696454 +51640,VA,Galax,206.048072769915,8.655812657741098,0.029259879688996734,41.3825953543749,0.005876540095764683,4,0.570287995,17.75,2.61992619926199,16,2.281151982,397,20740,1261.6,900,680,2273,2363,0.3959524857017158,0.28776978417266186,923,-0.19005719313682357,-0.3906051629284808 +51650,VA,Hampton,41215.7511130226,27.99044816057795,0.2998905025831849,9547.6970754654,0.06947013210123541,20,0.146114451,136.916666666667,1.01112670162223,111,0.810935206,3754,411643,864.6,51733,41030,71713,61489,0.7213894273004895,0.6672738213338971,23228,0.45375315493704077,0.377758623493633 +51660,VA,Harrisonburg,1294.42661648925,-69.23571707467846,0.02646331554338737,317.757653465203,0.006496251655256226,17,0.323945272,54.1666666666667,1.02051069495208,53,1.009947025,798,156084,675.2,8650,10100,15541,17693,0.5565922398816034,0.5708472277171763,3868,0.13422559680844215,0.21861753235742953 +51670,VA,Hopewell,8232.64107808428,25.858327210243026,0.3644212774150892,1851.42193840181,0.08195396124128235,7,0.315372139,30,1.31955135254014,19,0.856010092,913,66646,1134.9,5178,4722,9011,8968,0.574631006547553,0.5265388046387154,837,0.15991565863944063,0.09333184656556642 +51678,VA,Lexington,434.15003270749,4684.809925818614,0.06165152409933116,89.1662513129413,0.012662063520724411,3,0.410340583,5,0.7097232079489,10,1.367801942,230,21507,887,1484,1514,2677,2448,0.5543518864400448,0.6184640522875817,748,0.1262607396339186,0.3055555555555556 +51680,VA,Lynchburg,12529.6931815017,-37.19807932910399,0.16580686509503625,2632.30938903423,0.03483365166517878,16,0.202411224,82.4166666666667,1.0274854967669,81,1.02470682,2430,236705,891,15905,14787,36242,35349,0.4388554715523426,0.41831452091996946,3192,-0.1061475636002428,-0.09029958414665196 +51683,VA,Manassas,2114.38078626874,-8.626197377678142,0.055904941335996924,591.126635684341,0.015629587681032786,18,0.427746489,34.25,0.825639418556999,50,1.188184691,639,124224,744.7,8478,8395,15154,15210,0.5594562491751353,0.551939513477975,2461,0.13296819321631248,0.16180144641683097 +51685,VA,Manassas Park,5320.76001325995,8.174965624813037,0.37278497956000495,1558.86509060115,0.10921776014861279,1,0.065902201,5.5,0.345585925227773,6,0.395413207,106,47472,365.3,2873,3218,4627,5214,0.6209206829479145,0.6171845032604526,1486,0.25437648584395944,0.2850019179133103 +51690,VA,Martinsville,3151.6165721764,-9.674776682426424,0.2280310087675566,642.503907731872,0.04648751231689979,4,0.291736562,17.8333333333333,1.3263914714268,23,1.677485231,751,40780,1213,3855,3531,6277,5873,0.6141468854548351,0.6012259492593223,1382,0.24581806595507405,0.2353141494977013 +51700,VA,Newport News,40758.5936214996,20.77917948839521,0.22553574124192585,9743.90961420026,0.05391746088789923,32,0.174896838,171.416666666667,0.942756313304918,153,0.836225508,4483,546380,855.7,50990,40997,79169,68432,0.644065227551188,0.5990910685059622,17347,0.30019325746188535,0.25349251812017776 +51710,VA,Norfolk,48194.111778034,50.39548963765282,0.19849059434205507,10328.5052198879,0.0425386227513165,43,0.175204133,209.083333333333,0.853000972332715,238,0.969734505,5864,737761,919.8,55654,51429,77925,75172,0.7141995508501765,0.6841510136753046,31554,0.4400128328521014,0.4197573564625126 +51720,VA,Norton,252.203284293413,-48.351192644868235,0.06371987981137266,48.0701565109193,0.012145062281687541,2,0.4961548,9.33333333333333,2.41545893719807,12,2.976928802,112,11976,803.2,566,383,1486,1456,0.38088829071332436,0.26304945054945056,638,-0.221399730820996,-0.43818681318681313 +51730,VA,Petersburg,11993.2358465478,66.20936107715387,0.36993324634632324,2781.67555158492,0.08580121997485873,14,0.428121464,58.5833333333333,1.83750496622964,34,1.039723556,1399,96839,1191.2,14377,12005,15977,13717,0.8998560430619015,0.8751913683750091,10557,0.80434374413219,0.7696289276080776 +51735,VA,Poquoson,5211.71628727205,0,0.4289478425738313,1334.96148639242,0.10987337336563127,2,0.166002656,9,0.748939003078972,10,0.83001328,296,36209,662.1,1679,1599,7098,7114,0.236545505776275,0.22476806297441665,3490,-0.5118343195266273,-0.4905819510823728 +51740,VA,Portsmouth,16355.9966858055,14.86132870834362,0.17120423599524254,3725.40131754009,0.038995146465066105,12,0.124994792,101.583333333333,1.06646929548286,79,0.82288238,3123,288318,963.4,28994,28462,41860,43e3,0.6926421404682275,0.6619069767441861,15689,0.39624940277114196,0.3648604651162791 +51750,VA,Radford,2599.9455349436,0,0.15845596873132617,520.97956093133,0.03175155783345502,2,0.113340134,11,0.629182634559286,10,0.566700669,342,51868,972.5,2732,2923,5382,6032,0.5076179858788554,0.48458222811671087,286,0.039390561129691526,0.04741379310344829 +51760,VA,Richmond,43858.2484465766,5.507193788001387,0.21476612008273968,8305.9991426358,0.040673015281203984,60,0.275415073,238.166666666667,1.06719839882899,177,0.812474467,5420,651130,841.4,71037,74640,92175,94724,0.7706753458096013,0.7879734808496263,60386,0.5566042853268239,0.6374941936573624 +51770,VA,Roanoke,17852.413592084,-22.436920816847238,0.18398480493119798,3808.52669883187,0.03925021331964579,25,0.251438227,132.916666666667,1.33370125091979,88,0.885062558,3357,298718,915.7,22179,23403,37479,41728,0.5917713919795086,0.5608464340490797,7358,0.2151338082659623,0.17633243865030673 +51775,VA,Salem,10430.9775141995,-14.075219568533463,0.42057001508747277,1939.49711034872,0.07819922225420209,6,0.235451085,30.5833333333333,1.19704619880752,30,1.177255425,943,75969,932.9,4756,4212,12270,12129,0.3876120619396903,0.34726688102893893,3013,-0.206438467807661,-0.24841289471514544 +51790,VA,Staunton,1352.61884872452,-25.973481621217175,0.05696196617217721,251.618508877204,0.010596248162941295,7,0.285271823,30.9166666666667,1.26900080723501,24,0.978074823,1103,73057,967.1,5710,5329,11154,11144,0.511923973462435,0.478194544149318,200,0.040613232920925224,0.017946877243359638 +51800,VA,Suffolk,18259.1426132076,11.636493226164989,0.21586738326189753,4899.96624335902,0.057929493921605714,14,0.161279174,71.4166666666667,0.799980583901814,59,0.67967652,2147,260891,821.8,24194,23012,42381,41929,0.5708690214954815,0.5488325502635407,5806,0.15138859394540005,0.13847217916000853 +51810,VA,Virginia Beach,71829.1148431221,-8.753464653381718,0.16399565939972238,18346.6355990842,0.04188786969475426,76,0.168521886,301.666666666667,0.666516424290363,421,0.933522551,9068,1352744,690.6,94163,76744,195823,171876,0.4808577133431722,0.44650794759012313,7645,-0.025247289644219517,-0.0444797412087784 +51820,VA,Waynesboro,2565.4139511942,-21.220416652360992,0.12212767548291917,645.301294973007,0.030719855992240645,7,0.327623327,33.5833333333333,1.53439636922983,27,1.263689975,764,63741,900.7,3836,3762,8772,9114,0.4373005015959872,0.412771560236998,1036,-0.10864113087095306,-0.11367127496159757 +51830,VA,Williamsburg,2213.34505080618,169.19218935305597,0.15733189158417543,205.43984717517,0.014603344268920244,4,0.272275543,14.1666666666667,0.931159896586477,33,2.246273229,291,44740,605.8,4901,5199,7722,7534,0.6346801346801347,0.6900716750730024,3278,0.28787878787878796,0.4350942394478365 +51840,VA,Winchester,4313.93888396228,-33.639960689721065,0.16463530450567795,901.909684169543,0.03442009251496176,9,0.326761791,33.0833333333333,1.20233076513059,46,1.670115819,797,82047,825.1,5089,5161,10254,10574,0.49629412912034326,0.4880839795725364,375,0.01423834601131263,0.035464346510308276 +53001,WA,Adams,2988.22494977293,-21.576586960820656,0.1595592134650219,955.943014544834,0.051043518504102624,6,0.312842171,16.3333333333333,0.849014104030218,13,0.677824704,390,57562,796,1516,1118,4707,4081,0.3220735075419588,0.2739524626317079,1622,-0.3388570214574039,-0.39745160499877485 +53003,WA,Asotin,4079.11545087823,-3.1511781643048478,0.18864706335282938,867.379316368953,0.04011373613138571,5,0.225336879,15.0833333333333,0.67620072327326,10,0.450673757,749,66403,739.2,3993,3118,9883,9684,0.4040271172720834,0.32197439074762496,2594,-0.16735808964889198,-0.2678645187938868 +53005,WA,Benton,32502.8391695121,-13.987264448521827,0.18554284620419403,8773.66147326128,0.05008455147228963,27,0.144782986,120.833333333333,0.623861989680892,113,0.60594361,4065,561540,701.9,27846,25173,78874,76907,0.3530440956462206,0.32731740933855175,20421,-0.2695311509496158,-0.2655284954555502 +53007,WA,Chelan,14893.7598907753,-5.482423136073119,0.20556443336749755,3435.79667136464,0.04742104083149959,23,0.308360594,58.0833333333333,0.760870514466365,53,0.710570065,2113,224303,690.7,12519,10770,30952,27415,0.40446497803049886,0.3928506292175816,4300,-0.16871284569656242,-0.15684844063468906 +53009,WA,Clallam,17164.698030602,11.116801799060653,0.24038846606075293,3390.46881480244,0.04748289752398241,16,0.220037131,58.8333333333333,0.788967860176121,39,0.536340507,2856,218376,707.6,17231,15154,35242,32985,0.4889336587026843,0.459420948916174,531,0.004086033709778114,-0.016098226466575716 +53011,WA,Clark,87200.6677034517,-1.3074856777825212,0.20500294502213806,24725.5837818968,0.05812819587480998,59,0.130818079,261,0.558864968802059,243,0.538793103,9870,1352779,706.2,88822,90697,181567,195784,0.48919682541430987,0.46325031667551997,107,0.001062968490970262,5.465206554161606e-4 +53013,WA,Columbia,1080.48177145086,0,0.26495384292566454,215.201046167461,0.05277122269923026,2,0.501882058,5.66666666666667,1.43897071271373,2,0.501882058,168,11936,767.3,634,523,2222,2171,0.28532853285328535,0.2409028097650852,968,-0.40999099909990994,-0.44587747581759557 +53015,WA,Cowlitz,23078.6731332938,-16.458861111566957,0.22535565992865736,6313.10287302202,0.06164537518818494,12,0.117493856,86.6666666666667,0.824140991505008,61,0.597260435,3354,307474,824,20897,17842,40976,45485,0.5099814525575946,0.39226118500604595,6224,0.04368410777040216,-0.13683631966582394 +53017,WA,Douglas,16379.479792685,-9.09501911468922,0.42620488128555073,4584.32950858577,0.11928728132460176,12,0.301477238,28,0.67752316887265,15,0.376846548,929,119836,669.8,5047,3600,14678,11467,0.34384793568606076,0.3139443620824976,3608,-0.2888676931462052,-0.3146420162204587 +53019,WA,Ferry,3669.29051054752,-0.6966444923367051,0.48593438094921465,802.631984015257,0.10629479327443478,4,0.521716447,9.58333333333333,1.258646353209,2,0.260858224,245,22873,783.3,1276,1091,3391,3560,0.37629017988793867,0.3064606741573034,1087,-0.20347979946918315,-0.30533707865168536 +53021,WA,Franklin,18841.9346485557,-23.856679514864453,0.24105951215480087,6029.45518579776,0.07713950572262784,18,0.204990377,65.5833333333333,0.727410529429163,43,0.489699234,1092,263203,638.3,6876,7839,18940,20584,0.3630411826821542,0.38082977069568597,3519,-0.25242872228088703,-0.1709580256509911 +53023,WA,Garfield,2256.61180601171,-0.07763381868678325,0.9958569311613901,453.976759365732,0.20034278877569814,1,0.451467269,2.08333333333333,0.927162142115413,0,0,70,6678,519.2,335,276,1275,1232,0.2627450980392157,0.22402597402597402,565,-0.45254901960784316,-0.45860389610389607 +53025,WA,Grant,19379.1480716864,-4.085320548403516,0.217450045687684,5817.76460945692,0.06528012353519884,25,0.26839297,87.4166666666667,0.934477868285834,57,0.611935972,2001,278003,745.3,8746,7768,27041,28260,0.32343478421656,0.2748761500353857,10714,-0.3263192929255575,-0.37912243453644734 +53027,WA,Grays Harbor,23669.6557192881,66.44689225040842,0.32514603238166545,5250.554355577961,0.07212597161391211,31,0.437741817,88.3333333333333,1.23322350663614,41,0.578948855,2432,213007,857.3,15692,11378,28224,26736,0.5559807256235828,0.42556852184320765,1891,0.1399163832199547,-0.07072860562537403 +53029,WA,Island,19289.0875777214,-0.40476207801942893,0.2457020810857947,4887.78952752406,0.062260076013604816,13,0.163986124,32.5833333333333,0.394299498200945,30,0.378429518,2086,238403,587.5,21080,20766,41319,42425,0.5101769161886783,0.48947554507955215,2507,0.044265350081076515,0.05909251620506778 +53031,WA,Jefferson,6830.52379720276,8.107826900728234,0.22865974147036558,1071.54337198387,0.03587116269362178,9,0.297737197,20.5,0.658338418060953,18,0.595474395,1045,90722,594.4,11985,12556,18717,20100,0.6403269754768393,0.6246766169154229,6570,0.3137254901960784,0.32686567164179103 +53033,WA,King,317784.493536778,-4.690603876844172,0.1645486902707926,77550.4844673476,0.040155611455253884,506,0.24327309,1202.75,0.559426410601078,1720,0.826936197,37829,6247031,594.5,599796,657149,871654,910823,0.6881124849997821,0.72148924653857,459368,0.39890369343799265,0.5043438736175964 +53035,WA,Kitsap,82378.6735526536,3.2761421542939537,0.3280280709928747,19459.3787230278,0.0774863467685561,50,0.196708671,145,0.547560335484553,159,0.625533572,6291,767981,698,59701,60561,109919,118625,0.5431363094642419,0.5105247629083246,13799,0.11129104158516728,0.11632455216016863 +53037,WA,Kittitas,8925.45841786197,-2.691233431538618,0.21814636240650054,1542.62557143506,0.03770317906476989,11,0.258689619,29.5833333333333,0.659370867323437,48,1.128827431,873,127822,634.2,6462,7190,15152,18334,0.42647835269271384,0.3921675575433621,2655,-0.12605596620908133,-0.1448129158939675 +53039,WA,Klickitat,7259.9732480262,51.45841539145346,0.3573173170600551,1685.75062467234,0.08296833471170097,9,0.431427065,18.9166666666667,0.888064723095942,9,0.431427065,503,62764,580.3,4373,3781,9861,9859,0.44346415170875164,0.38350745511715184,1609,-0.07757833891086097,-0.16320113601785174 +53041,WA,Lewis,17642.2159647476,38.612847891200786,0.23381109223706315,3850.92685872901,0.05103607260922417,28,0.372697263,85.75,1.11268263566294,48,0.638909594,2503,226284,789,9772,7236,26348,24995,0.3708820403825717,0.289497899579916,9037,-0.23462881433125854,-0.36155231046209235 +53043,WA,Lincoln,5996.31155837676,-20.23233977173402,0.5672953224575932,1321.83230865243,0.12505509069559412,5,0.487804878,10.1666666666667,0.982286634460548,9,0.87804878,316,30855,604.2,1649,1238,5804,5692,0.2841144038594073,0.2174982431482783,2857,-0.4092005513439008,-0.5019325368938862 +53045,WA,Mason,5277.94274650736,43.120761726482684,0.08695271333147762,1159.56466671153,0.01910352175013641,13,0.214129235,49.75,0.799864947425962,24,0.395315511,1950,182267,759.3,14568,11872,27897,27767,0.5222066888912786,0.4275578924622754,1667,0.06921891242785966,-0.06003529369395322 +53047,WA,Okanogan,7261.64867209277,11.626498735225338,0.17659651439914323,1463.40336826863,0.035588603313925826,18,0.435940906,46.5,1.11902584588728,19,0.460159845,1290,124031,762.1,5259,3980,12781,10893,0.41147015100539863,0.36537225741301754,2325,-0.14803223534934673,-0.21343982374001652 +53049,WA,Pacific,7100.60280330883,3.046833891725196,0.33941696000520216,1508.18918826309,0.07209317343513814,9,0.437721901,25.5,1.2000564732458,12,0.583629201,941,61823,839.6,5684,4597,10477,10667,0.542521714231173,0.4309552826474173,741,0.11453660398969168,-0.06946657916940097 +53051,WA,Pend Oreille,4404.19295938993,2.4548827250192917,0.3387580154903415,907.818497764951,0.06982682084185454,5,0.385059684,12.1666666666667,0.927125403236049,5,0.385059684,425,38920,768.7,2501,1932,6649,6788,0.3761467889908257,0.2846199175014732,2432,-0.2167243194465333,-0.3582793164407778 +53053,WA,Pierce,260286.776967337,-2.4192629759992847,0.3273121153979528,68007.3924255625,0.08551968615871294,163,0.195930417,508.75,0.590668654331996,539,0.647892606,18604,2494451,744.9,180478,160306,332134,322592,0.5433891140322882,0.4969311080249975,24260,0.10975088367947877,0.07520335284197993 +53055,WA,San Juan,37.9999991751611,0,0.0024097913104928087,1.99999989825301,1.2683111790557486e-4,13,0.811738995,9.75,0.596731746128894,15,0.936621917,435,48155,501.6,6943,7053,10345,10589,0.6711454809086516,0.6660685617149873,4402,0.37525374577090387,0.4157144206251771 +53057,WA,Skagit,30162.8724987458,1.1509122440811934,0.25802065421806314,6916.64672866907,0.059166702839745344,24,0.199393511,100,0.80853162571454,77,0.639720849,3399,360916,687.9,21875,26076,42273,54831,0.5174697797648617,0.4755703890135142,1746,0.058122205663189264,0.031843300322810075 +53059,WA,Skamania,475.160147550244,-5.841782064338642,0.04293874458252702,97.0775212380722,0.008772593641611431,2,0.176366843,8.33333333333333,0.724008108890819,4,0.352733686,240,33932,550.7,2554,2207,5326,5587,0.4795343597446489,0.39502416323608375,703,-0.013143071723619948,-0.12582781456953646 +53061,WA,Snohomish,164801.344539586,-4.7717220797888285,0.2310293824634793,42573.6192435422,0.05968250435425459,162,0.213274915,446.75,0.567215154516137,533,0.701700802,15145,2277926,685.6,169927,167943,298759,309496,0.5687761707597093,0.5426338304856929,51510,0.16161856211863074,0.16643187634088974 +53063,WA,Spokane,74391.2151190181,-7.100572403226154,0.15786905744654442,18948.7043865747,0.04021192685931803,78,0.16105121,327.666666666667,0.656551893647944,341,0.704082855,12991,1454797,774.4,91977,86590,202088,208081,0.4551334072285341,0.41613602395221094,17256,-0.0634377103044218,-0.08292924390021189 +53065,WA,Stevens,12942.7289280544,0.3118364466171785,0.2973221136214284,3073.0702776783,0.07059498467019595,11,0.252004582,35.9166666666667,0.808224007440912,26,0.595647194,1347,130688,768.2,6014,4348,17281,16438,0.3480122678085759,0.2645090643630612,6711,-0.27660436317342746,-0.4082613456624894 +53067,WA,Thurston,78865.6891587187,-0.4877322269302918,0.3126315651805993,19487.4560282551,0.0772502458862743,56,0.210644308,174.666666666667,0.634639188243188,167,0.628171419,6303,798250,685.6,64879,65015,111652,122301,0.5810822914054383,0.531598269842438,18796,0.1896607315587719,0.15368639667705092 +53069,WA,Wahkiakum,3197.68793961274,10.470007159624748,0.8038431220745953,608.249473444749,0.15290333671310935,1,0.245881485,3.83333333333333,0.926149633566884,2,0.49176297,147,12165,691.3,1091,824,2285,2333,0.4774617067833698,0.35319331333047577,504,-0.010503282275711179,-0.2160308615516503 +53071,WA,Walla Walla,12186.2511834549,-12.608305757512023,0.207316159702198,2596.13839069631,0.04416628486579524,15,0.250651694,40.3333333333333,0.668434427135123,29,0.484593276,1727,179684,708.4,5713,7550,15155,19718,0.3769712966017816,0.3828988741251648,3225,-0.22335862751567143,-0.16355614159651083 +53073,WA,Whatcom,57079.8332055673,12.175638000008261,0.2837816108460142,13404.1941210789,0.06664111624281048,44,0.211182092,150.75,0.695341328413284,124,0.595149531,4715,627124,651.8,49743,59402,91158,108223,0.5456789310866846,0.548885172283156,19155,0.12043923736808615,0.17699564787522054 +53075,WA,Whitman,9287.24310702968,1.1892919143972187,0.20741564916539398,1929.04585247615,0.043082138924337814,8,0.170841608,16.6666666666667,0.341173500371879,41,0.875563243,829,141964,702.7,6910,5521,14851,12128,0.4652885327587368,0.45522757255936674,59,-0.03703454312840887,0.004864775725593684 +53077,WA,Yakima,32417.3870141349,7.193889606678932,0.13327818828247592,9308.20742512634,0.038269001176356385,66,0.266465337,226.416666666667,0.906987240088235,137,0.553117443,5690,743870,757.8,25945,28484,62449,72306,0.4154590145558776,0.3939368793737726,11109,-0.15109929702637354,-0.15363870218239145 +54001,WV,Barbour,1069.0578397594,501.423022648748,0.0644437783928748,170.127259127803,0.010255425832045513,3,0.178933556,14.9166666666667,0.88626146198483,7,0.417511631,599,50193,903.7,1761,1213,5733,6024,0.30716902145473574,0.20136122177954846,3296,-0.3563579277864993,-0.547144754316069 +54003,WV,Berkeley,22139.8046301163,-12.143696438916662,0.21253736361217157,5754.59288771255,0.055242854282104556,11,0.099550214,74.9166666666667,0.659913381780812,66,0.597301284,2904,330884,907.9,14122,12287,36804,42770,0.3837082925768938,0.2872808043020809,15923,-0.21285729811976956,-0.3722936637830254 +54005,WV,Boone,1616.30906234649,115.35135763543285,0.06562625613490154,329.693964943526,0.013386412966158839,7,0.295184279,28.3333333333333,1.24181860682562,7,0.295184279,1005,71183,1182.7,2777,1783,8434,8654,0.3292625088925777,0.2060318927663508,4700,-0.3126630305904672,-0.5431014559741161 +54007,WV,Braxton,2769.71161615847,-7.281434438197467,0.19071208539271983,582.936125363279,0.04013882292661839,3,0.207425845,25.5833333333333,1.76790362333863,8,0.553135587,539,43298,886.5,1985,1315,4756,5063,0.41736753574432295,0.2597274343274738,2201,-0.1486543313708999,-0.43472249654355133 +54009,WV,Brooke,5402.78848155738,0,0.22447083308643395,1037.4621523621,0.04310366664016369,4,0.16999575,23,1.001001001001,16,0.679983,971,70591,890.3,3984,2549,9224,9540,0.4319167389418907,0.2671907756813417,4025,-0.11166522116218563,-0.42190775681341725 +54011,WV,Cabell,12920.29789741,2.7975754259693018,0.13414069807005888,2731.65884445712,0.02836053991898919,15,0.154465601,106.833333333333,1.11299794069336,110,1.132747737,3758,290658,1028.8,13380,11306,31744,32701,0.4214969758064516,0.3457386624262255,8342,-0.13857736895161288,-0.255099232439375 +54013,WV,Calhoun,1169.78201786631,-36.54506470281981,0.15337380593500854,267.620437817477,0.0350885587803169,1,0.133102622,12.3333333333333,1.68120683387859,1,0.133102622,274,22544,838.8,801,456,2157,2604,0.3713490959666203,0.17511520737327188,1567,-0.22577654149281406,-0.6017665130568356 +54015,WV,Clay,1730.70900138069,19.46111376407766,0.1843926061560505,402.862587440078,0.04292164792670765,1,0.111844313,12.5,1.41099446890168,1,0.111844313,333,27053,933.1,922,566,2989,2958,0.3084643693542991,0.19134550371872888,1723,-0.3462696554031448,-0.5824881676808655 +54017,WV,Doddridge,364.652474821249,114.56107514651215,0.04445897035128614,69.274954775352,0.008446105190850036,1,0.119175307,4.75,0.564602401046,0,0,254,24627,842.8,571,360,2743,2826,0.20816624134159678,0.12738853503184713,1987,-0.5603353991979585,-0.7031139419674451 +54019,WV,Fayette,6936.53185939796,10.31265545481605,0.15066643192506265,1412.34057901206,0.030677047264537894,9,0.199415049,64.75,1.46086681858177,19,0.420987326,1970,135804,1057.7,5368,4246,13971,15187,0.38422446496313795,0.27958122078093106,6017,-0.21014959559086682,-0.39619411338644894 +54021,WV,Gilmer,485.547635062891,7.4267015336715465,0.055855013811444955,98.9637950893359,0.011384308649411699,1,0.116036203,12.75,1.54564189598739,2,0.232072407,233,25676,758.6,830,537,2482,2528,0.33440773569701854,0.21242088607594936,1352,-0.3021756647864625,-0.5348101265822786 +54023,WV,Grant,2551.28118115751,12.89367706543079,0.21372884151440982,505.845066246701,0.042376230731900895,4,0.342260631,10.0833333333333,0.859472667348562,6,0.513390947,405,35281,774.5,713,510,4572,4945,0.15594925634295714,0.10313447927199192,3828,-0.6697287839020123,-0.7741152679474216 +54025,WV,Greenbrier,6493.78668279896,74.58343874711194,0.1830266821532965,1257.04019676637,0.035429543313595546,6,0.169252468,46.6666666666667,1.3227888167654,29,0.818053597,1393,106757,869.7,4681,3743,12872,13984,0.3636575512740833,0.26766304347826086,5756,-0.24798011187072722,-0.4116132723112128 +54027,WV,Hampshire,8270.25713401827,35.19067830260218,0.3451117148229954,1839.3334006936,0.07675402272966116,4,0.170335988,29.75,1.27676923737179,7,0.298087979,787,70247,850.5,2294,1576,7972,8557,0.2877571500250878,0.18417669744069184,5070,-0.4039136979427998,-0.5924973705737991 +54029,WV,Hancock,8677.33705328338,15.727268905817231,0.2828705520042828,1636.50789393752,0.053348151451868574,10,0.332093518,24,0.811084825954714,25,0.830233794,1228,90131,909.3,4571,3247,11991,12642,0.3812025685931115,0.2568422717924379,5623,-0.2158285380702193,-0.4447872172124664 +54031,WV,Hardy,4740.13969800852,-1.1999525887429914,0.3379778750808214,898.643678726072,0.06407441559544186,2,0.143647202,16,1.15199078407373,7,0.502765209,455,41797,806.6,1477,1249,5149,6022,0.28685181588657993,0.2074061773497177,3295,-0.39735871042920956,-0.5471604118233145 +54033,WV,Harrison,8457.27865955903,-23.75363237174429,0.12239364765856278,1867.49822931591,0.02702641469942995,13,0.189060659,90,1.31578947368421,54,0.785328893,2549,206532,913.4,9660,7675,25948,27868,0.37228302759364884,0.27540548299124445,11012,-0.2348928626483736,-0.39514855748528777 +54035,WV,Jackson,3265.28691164518,-5.3398546714228985,0.11178278428144123,698.970279248062,0.023928324235666768,4,0.13733434,39.4166666666667,1.3521084888401,22,0.755338872,1035,87651,870.7,3824,2648,11465,12108,0.3335368512865242,0.21869838123554675,6311,-0.3084169210641081,-0.5212256359431781 +54037,WV,Jefferson,2347.84524739063,-16.953105865996456,0.043886598515657224,626.407458759589,0.011708988350211016,6,0.107694793,40.0833333333333,0.71110086100861,35,0.628219626,1310,167180,757.4,10215,9458,21776,24007,0.46909441587068335,0.39396842587578623,3686,-0.04018185157972076,-0.15353855125588373 +54039,WV,Kanawha,46874.8976053291,-2.777089993032645,0.24279586251808527,9739.48360806949,0.05044717842398331,35,0.183994575,203.25,1.0913279030933,190,0.998827692,7473,569856,969.3,32190,27985,74451,74996,0.43236491114961517,0.37315323483919144,15479,-0.1188298343877181,-0.2063976745426423 +54041,WV,Lewis,881.397241686539,30.774559536835167,0.05383564877147196,182.473731445567,0.011145475900657646,4,0.243694407,21.5,1.31829051443988,18,1.096624832,679,49340,1001.4,1719,1336,6243,6885,0.2753483901970207,0.19404502541757443,3909,-0.4212718244433766,-0.5677559912854031 +54043,WV,Lincoln,9.65625856810948,NA,4.445791237619466e-4,2.53399706650816,1.1666653160718969e-4,6,0.278280228,28.8333333333333,1.35801306204471,5,0.23190019,778,64551,1004.7,2204,1435,6747,6988,0.32666370238624576,0.20535203205495134,3822,-0.3159922928709056,-0.546937607326846 +54045,WV,Logan,2027.39044516978,4.908657645926776,0.0551775969618643,411.395898066505,0.011196578887584165,12,0.339481725,52.5,1.55786350148368,20,0.565802874,1629,106002,1254.6,3461,2082,11901,12315,0.2908158978237123,0.16906211936662607,7784,-0.3970254600453743,-0.6320747056435242 +54047,WV,McDowell,251.435565979918,-73.6622926182636,0.011370486409800479,62.8850395980116,0.0028438040789586037,7,0.342331768,34.3333333333333,1.79370635459659,8,0.391236307,1026,60995,1292.3,2086,1429,6136,6179,0.33996088657105605,0.23126719533905163,3185,-0.3006844850065189,-0.5154555753358149 +54049,WV,Marion,8777.03892197911,11.157357615981676,0.15557160696903666,1747.21288325826,0.030969068085686488,9,0.158442336,63.0833333333333,1.1157687455045,43,0.757002271,1996,170553,848.8,8905,6926,21414,22910,0.41584944428878307,0.30231340026189435,7666,-0.14364434482114502,-0.33461370580532523 +54051,WV,Marshall,7895.0344610851,-6.213155516311228,0.2384702468083819,1618.29370361037,0.04888071113693085,6,0.185093781,29.4166666666667,0.925256083624278,20,0.616979269,1225,96865,869.7,3395,2894,9849,13083,0.3447050461975835,0.22120308797676375,6671,-0.28561275256371205,-0.5098983413590155 +54053,WV,Mason,5027.87010083836,-12.484281729175557,0.18400929954759035,1020.43473771483,0.03734573040970685,2,0.074030204,25.5833333333333,0.953712333022678,9,0.333135919,1060,81309,974,3738,2069,9713,10115,0.38484505302172345,0.20454770143351458,5528,-0.20261505199217544,-0.5465150766188829 +54055,WV,Mercer,12510.475843047,-5.964833226662553,0.20092631123999422,2606.33572348646,0.041859432794013565,9,0.145666424,73.6666666666667,1.21827523097616,35,0.566480537,2704,184660,1060.5,5416,4689,21216,22919,0.2552790346907994,0.2045900781011388,12673,-0.4708710407239819,-0.552947336271216 +54057,WV,Mineral,3343.24600652885,9.00654207027556,0.11850439552420426,657.781255775496,0.02331565489066695,7,0.253825513,28.3333333333333,1.0336482920482,15,0.543911814,961,82782,862.2,2836,2019,10784,11410,0.2629821958456973,0.17695004382120946,6938,-0.4498330860534125,-0.6080631025416301 +54059,WV,Mingo,1389.43551673918,413.5997756841162,0.05176927295127166,331.423988120367,0.012348596748029622,5,0.194431482,25.25,1.02446545218485,6,0.233317779,1107,76924,1269.9,2421,1365,8794,9469,0.27530134182397087,0.14415460977927977,6511,-0.4255173982260632,-0.6876122082585279 +54061,WV,Monongalia,20608.6405992902,-16.030665374758563,0.21425153187256543,4135.0030832975,0.04298831553813326,16,0.154644656,74.1666666666667,0.708901250852275,97,0.937533224,2033,309110,754.5,13664,14568,31140,35733,0.43879254977520876,0.4076903702459911,3710,-0.0965960179833012,-0.10382559538801672 +54063,WV,Monroe,1648.46092737904,110.72091100789132,0.12209012941631166,295.892585151651,0.021914722644915643,3,0.220880577,11.4166666666667,0.853901770132137,0,0,543,40569,915,1441,1089,5152,5670,0.2796972049689441,0.19206349206349208,3248,-0.4134316770186335,-0.5728395061728395 +54065,WV,Morgan,3394.07363104755,109.7881120759863,0.19349373644875148,676.110991570416,0.03854460929082812,4,0.229186959,13.6666666666667,0.775105868118572,5,0.286483699,641,52469,857.7,2361,1568,7037,7635,0.3355122921699588,0.20537000654878848,4150,-0.3051016057979252,-0.5435494433529797 +54067,WV,Nicholas,1716.25573239931,62.39950694816297,0.06542354028892274,387.863794950396,0.014785338884244886,7,0.271034189,43.0833333333333,1.7021584818195,14,0.542068378,960,77262,958.7,2635,1821,8676,9385,0.303711387736284,0.194033031433138,5348,-0.36745043798985705,-0.5698454981353224 +54069,WV,Ohio,11266.9690201785,-12.75804221609978,0.2535150421928875,2264.62947615932,0.05095581927771122,12,0.276957164,37.8333333333333,0.889861071910183,45,1.038589365,1733,129945,854.5,6623,5452,17541,17819,0.3775725443247249,0.30596554239856333,5625,-0.22541474260304434,-0.315674280262641 +54071,WV,Pendleton,2985.44759461247,26.276346075655532,0.38797239696068486,552.727062863597,0.07182937789000611,2,0.271333605,7.91666666666667,1.12277218361462,3,0.407000407,275,21933,694.8,1067,726,3224,3212,0.33095533498759305,0.22602739726027396,1662,-0.3163771712158809,-0.5174346201743462 +54073,WV,Pleasants,542.26445132494,2539.6099057130896,0.0713036753878948,137.42004625313,0.0180696970747048,2,0.261985853,7.66666666666667,1.00996794449567,5,0.654964632,258,22980,846.6,942,620,2807,3130,0.33558959743498396,0.19808306709265175,1722,-0.3074456715354471,-0.5501597444089457 +54075,WV,Pocahontas,3928.56428922987,-2.492630496670399,0.4505750991202971,644.687776310797,0.07394056386177279,5,0.577233895,13.75,1.61745676979179,2,0.230893558,329,25947,862.1,1298,924,3553,3619,0.3653250773993808,0.2553191489361702,1550,-0.2445820433436533,-0.428295109146173 +54077,WV,Preston,7494.44469777805,0.6352672758747022,0.22358128573323538,1179.26114095353,0.03518082162749195,5,0.147981532,37.5833333333333,1.11331634970476,10,0.295963064,1103,101536,851.5,2916,2462,11089,12611,0.2629632969609523,0.19522638965982078,7039,-0.44413382631436565,-0.5581635080485291 +54079,WV,Putnam,11851.3115704896,-6.723695928132317,0.21359102423115023,2826.56408220347,0.0509419327795024,9,0.158534437,59.5833333333333,1.04640475814147,59,1.039281311,1688,170332,842.8,7198,5784,23501,24443,0.3062848389430237,0.23663216462790984,11671,-0.3713884515552529,-0.4774782146217731 +54081,WV,Raleigh,25837.0522269655,3.1112476940681497,0.3276360621738229,5472.53988460721,0.06939651637235078,15,0.191715341,97.8333333333333,1.27718088971859,47,0.600708069,3017,234250,991.3,7651,6362,28499,29311,0.26846556019509454,0.21705161884616697,15473,-0.4464718060282817,-0.5278905530346969 +54083,WV,Randolph,2609.44104262745,11.351335926778978,0.08874140597270702,435.571631773105,0.014812842434045402,4,0.135920351,35.9166666666667,1.2382495575628,14,0.475721227,1111,87975,906.1,3325,2724,9727,10816,0.34183201398170043,0.2518491124260355,4859,-0.2904287036085124,-0.44924186390532544 +54085,WV,Ritchie,1202.38774748786,204.28984477675667,0.11507204014622069,212.698751301765,0.02035589542556847,4,0.399560483,18.25,1.84810126582278,7,0.699230846,359,30068,844.8,762,490,3749,4040,0.20325420112029874,0.12128712871287128,2886,-0.5673512936783143,-0.7143564356435643 +54087,WV,Roane,2382.09248999708,-6.324162331705209,0.15959349390306043,497.441248054323,0.033327163878756734,3,0.204582651,17.75,1.24929617117117,5,0.340971086,588,43663,980.1,1928,1220,5027,5234,0.3835289437039984,0.2330913259457394,2552,-0.2078774617067834,-0.48758119984715326 +54089,WV,Summers,1580.78667099995,-10.084841638050989,0.11350518209233504,307.576842714329,0.022084931623058014,2,0.14906462,16.25,1.26243008079553,5,0.372661549,605,40091,1007.9,1612,1186,4712,4847,0.34210526315789475,0.24468743552713018,2258,-0.2877758913412563,-0.46585516814524447 +54091,WV,Taylor,425.020263785787,-26.079114091767924,0.025156570807090085,75.7244583144784,0.004482063232582326,2,0.11717148,15.75,0.934219111453823,9,0.527271662,585,50959,861.4,1933,1483,5887,6498,0.32835060302361135,0.22822406894429056,3218,-0.32172583658909465,-0.4952293013234841 +54093,WV,Tucker,247.461469695649,233.56552598615124,0.034653615697472204,32.7272947459798,0.004583012847777594,2,0.288725278,11.75,1.69650591972278,6,0.866175834,260,20867,824.8,876,750,3118,3464,0.2809493264913406,0.21651270207852194,1807,-0.41180243745991024,-0.5216512702078522 +54095,WV,Tyler,967.022930654122,10.229680463771796,0.10501986649154235,203.686645557174,0.02212061745842463,2,0.219828534,7.5,0.835934016941596,3,0.329742801,342,27035,833.9,880,505,3245,3621,0.2711864406779661,0.13946423639878486,2462,-0.4348228043143298,-0.6799226732946699 +54097,WV,Upshur,1569.46021947642,63.273286092820705,0.06470933534577472,346.673413467489,0.014293453181639689,4,0.161740326,29,1.17608889609863,14,0.566091141,780,74061,826,2143,1763,8195,9180,0.2615009151921904,0.1920479302832244,5208,-0.4557657107992678,-0.5673202614379085 +54099,WV,Wayne,5442.31190462999,-8.136114127813162,0.12811167120901085,1205.31050062776,0.028372931442945313,7,0.170225184,44.75,1.10409316325775,17,0.413404017,1515,123855,933.6,4915,3334,13923,15080,0.3530130000718236,0.22108753315649868,7743,-0.2699130934425052,-0.5134615384615385 +54101,WV,Webster,119.715485595111,-47.993616684053734,0.013077942494550032,14.6095617806168,0.001595975724340922,3,0.339597012,11.3333333333333,1.31081810471123,1,0.113199004,378,26453,977.3,939,554,2744,2955,0.342201166180758,0.18747884940778342,1730,-0.28024781341107874,-0.5854483925549916 +54103,WV,Wetzel,7175.78550785533,-0.38138876892839574,0.4327193817677941,1461.2613139917,0.0881180313569137,8,0.500375281,23.1666666666667,1.48124467178176,15,0.938203653,650,47971,902,2194,1348,5808,6191,0.3777548209366391,0.21773542238733645,3113,-0.21608126721763093,-0.5028266838959781 +54105,WV,Wirt,18.8760165367275,-71.51651561948351,0.003301734570006559,3.87816484086216,6.783566277526955e-4,2,0.342172797,4.08333333333333,0.703295441497302,0,0,195,17591,887.1,673,383,2163,2410,0.3111419325011558,0.15892116182572613,1520,-0.3462783171521036,-0.6307053941908713 +54107,WV,Wood,18520.8045210244,12.366865710983145,0.21299052993496023,4257.62544692264,0.04896298641752886,13,0.150747359,87.6666666666667,1.02362909597593,81,0.939272006,3219,259380,932,11067,8327,33600,35256,0.329375,0.23618674835488995,16841,-0.3247916666666667,-0.4776775584297708 +54109,WV,Wyoming,1980.91600291901,161.6785999089275,0.08324575571184274,389.163244069095,0.01635414540549231,6,0.265510222,36.25,1.66567109313973,6,0.265510222,974,67638,1189.3,1575,1061,7496,7809,0.2101120597652081,0.13586886925342553,5466,-0.5570971184631804,-0.6999615827890895 +55001,WI,Adams,1946.56552614552,-42.573515613068636,0.0932486479590668,366.913419429603,0.017576690751118704,1,0.0494682,9.16666666666667,0.456757519889714,12,0.5936186,903,60829,877.4,5537,3780,10263,10107,0.5395108642697067,0.37399821905609976,2203,0.08710903244665302,-0.21796774512713957 +55003,WI,Ashland,4576.95917007556,-9.786962818311624,0.2832802605728514,1068.44191084749,0.06612873125255245,6,0.372601379,17.4166666666667,1.10835348521488,12,0.745202757,576,47976,890.4,5387,4136,8342,7926,0.6457684008631024,0.5218268988140298,708,0.3081994725485495,0.08932626797880394 +55005,WI,Barron,3617.86977679875,-5.070920077420801,0.07887224279046763,758.971257229536,0.01654613597622708,14,0.30799692,40.5833333333333,0.893669808273878,29,0.63799362,1477,136720,717.9,10883,7881,22583,22514,0.48191117212062173,0.3500488584880519,5714,-0.02346898109197182,-0.25379763702585056 +55007,WI,Bayfield,4613.07702786344,22.05427404527634,0.3072517002706434,751.322898036299,0.05004148781379372,5,0.333667,13.5,0.906587871868914,7,0.4671338,474,45051,689.1,6025,4953,9759,9491,0.6173788297981351,0.5218628174059635,828,0.24879598319499951,0.08724054367295331 +55009,WI,Brown,56961.104822056,-12.54628934413794,0.22967539150933644,13934.5303240107,0.05618603637804861,32,0.124673706,154.916666666667,0.594915790133934,172,0.670121167,5617,769983,679.5,62433,53358,128514,127497,0.4858069937905598,0.41850396479917173,13834,-0.01793578909690774,-0.10850451383169801 +55011,WI,Buffalo,3176.29233403407,-5.237850645678842,0.23377436770693089,659.005910378189,0.048502679795259365,3,0.227479527,7.33333333333333,0.559839173473802,3,0.227479527,442,39773,739.9,3569,2531,7008,6921,0.5092751141552512,0.3656985984684294,1518,0.030964611872146164,-0.2193324664065887 +55013,WI,Burnett,1260.03176299021,-19.442290248048085,0.08151851995796143,146.604323623815,0.00948465573033674,3,0.195720251,13.25,0.870965621507921,4,0.260960334,570,45796,741.9,3981,2948,8634,8719,0.46108408617095203,0.3381121688267003,2464,-0.06485985638174657,-0.28260121573574953 +55015,WI,Calumet,12278.4195313951,37.54351658627393,0.25072838070276493,3640.05295705107,0.07433078673196523,6,0.121234164,19.5,0.393518051379331,21,0.424319573,1352,148955,854.7,11477,9634,26336,26429,0.435791312272175,0.36452381853267246,5711,-0.11550729040097202,-0.21608838775587424 +55017,WI,Chippewa,9248.22882249009,-18.531453902802195,0.14817317668012625,2174.2269972171,0.034835007565763035,8,0.126063662,41.6666666666667,0.654631913567639,35,0.551528522,1836,190101,749.5,15211,11875,30914,31471,0.4920424403183024,0.3773315115503162,6037,-0.005175648573461866,-0.19182739665088488 +55019,WI,Clark,1492.28242447312,-51.456261020554464,0.04301765420793082,308.985690233018,0.00890705362447443,9,0.261453098,28.5,0.82472436843476,11,0.319553787,1037,103390,737.3,6173,4225,13740,13548,0.4492721979621543,0.3118541482137585,4420,-0.08886462882096074,-0.326247416592855 +55021,WI,Columbia,3528.42513864933,4.785215572174009,0.06208409090931906,797.853467709254,0.014038559775293473,6,0.105978981,35.9166666666667,0.630924985800528,33,0.582884395,1605,169906,752,17158,13525,30460,29287,0.5632961260669731,0.4618089937514938,635,0.13604727511490483,-0.0216819749376857 +55023,WI,Crawford,2122.96361244132,-63.101211716458515,0.1275512864961139,463.876518234071,0.027870494967199653,6,0.366032211,17.25,1.05692053183016,8,0.488042948,515,49195,705.2,4622,3426,7791,7678,0.5932486202027981,0.44620995050794476,418,0.19997432935438325,-0.054441260744985676 +55025,WI,Dane,98625.9076382462,-10.946842140345263,0.20207204176065077,24834.6648370157,0.05088309502270296,80,0.154953475,289.25,0.544447016882093,419,0.811568826,9646,1550894,632.2,215389,217506,302845,304729,0.7112186101801251,0.7137686272064687,146236,0.4356353910416219,0.4798886879817805 +55027,WI,Dodge,11447.2447308373,65.21341682696688,0.12896996057681248,2353.92418848176,0.026520400055000167,11,0.124189943,38.75,0.440000908388972,38,0.429019803,2603,265448,721.2,18745,13968,44379,42818,0.42238446111899774,0.32621794572376106,12675,-0.14522634579418192,-0.29602036526694375 +55029,WI,Door,2612.47421762973,-29.269360059996817,0.09402462543205795,455.032394086647,0.016376908190989636,13,0.468198516,19.5833333333333,0.709875424414882,23,0.828351221,1014,83092,665.9,9338,8026,17607,17398,0.530357244277844,0.46131739280377054,558,0.06980178338160958,-0.03207265202896886 +55031,WI,Douglas,13984.9112963169,23.350242329221953,0.31669447442915144,3111.08138429338,0.07045180788272787,7,0.160190398,31.9166666666667,0.73356470308825,22,0.503455536,1226,131166,742.4,14855,11342,22862,22185,0.6497681742629691,0.511246337615506,1685,0.31305222640188957,0.07595221996844714 +55033,WI,Dunn,6482.09804359557,-11.460132328523787,0.14780076256003763,1434.66931309513,0.032712436169713616,7,0.157995712,25.6666666666667,0.574146981627296,21,0.473987135,995,132983,639.9,11303,9025,21899,22029,0.5161422896022649,0.4096872304689273,2462,0.04991095483812047,-0.11176176857778386 +55035,WI,Eau Claire,22573.0819538889,-14.975597156409753,0.2286205837170728,5356.26414217726,0.05424834044499736,12,0.118152101,74.25,0.721118826785801,89,0.87629475,2592,305571,740.8,30618,27271,54595,54080,0.5608205879659309,0.5042714497041421,3970,0.1355435479439509,0.07340976331360954 +55037,WI,Florence,527.277824013811,-72.55454008789225,0.11921271173723966,74.4690827810525,0.016836781094517864,2,0.446328944,3.41666666666667,0.766756433273489,2,0.446328944,186,13426,803.4,952,666,2615,2651,0.3640535372848948,0.25122595247076573,1231,-0.26424474187380503,-0.46435307431158057 +55039,WI,Fond du Lac,21384.2722355348,50.29274469441113,0.21040677964376533,4928.9771597914,0.048497802483360705,13,0.127752828,62.5833333333333,0.612697107351713,59,0.579801295,2907,305848,703.5,22356,17391,53272,51094,0.4196576062471843,0.34037264649469606,13653,-0.14966586574560747,-0.26721337143304497 +55041,WI,Forest,3495.85451794679,-0.17410706209538165,0.3757367280682276,675.148298104801,0.0725653802778161,2,0.219130054,10,1.10326566637246,3,0.328695081,343,27308,801.7,2421,1583,4643,4507,0.521430109842774,0.3512314177945418,1204,0.05362911910402757,-0.2671400044375416 +55043,WI,Grant,5782.27892313414,-11.9196239237302,0.11291749185936065,1411.35584486715,0.027561237401717505,13,0.250824828,41.4166666666667,0.793209994765133,22,0.424472786,1545,155194,744,13574,10047,24160,24051,0.5618377483443708,0.4177373082200324,2300,0.13737582781456953,-0.09563011932975762 +55045,WI,Green,5301.41657197514,0,0.1438960037993361,1157.77269841845,0.031425348743782916,11,0.296791949,23.3333333333333,0.629354911216004,16,0.43169738,1031,111363,682.5,11196,9121,19302,18791,0.5800435188063413,0.4853919429514129,428,0.17345352813179982,0.02277686126337075 +55047,WI,Green Lake,3789.04613423278,184.67015397605388,0.19888961913982361,999.059913084071,0.05244133709957855,6,0.318538968,10.9166666666667,0.583186423776199,5,0.26544914,684,56655,757.4,3790,2700,9657,9315,0.39246142694418557,0.2898550724637681,3510,-0.20596458527493006,-0.3768115942028985 +55049,WI,Iowa,4808.77573775326,59.87862835794159,0.20301328736240387,1188.76340279076,0.05018632172882847,4,0.167890871,13.25,0.560158958315718,10,0.419727177,629,71325,689,8099,6669,12515,12123,0.6471434278865361,0.5501113585746102,1860,0.3033959248901318,0.15342736946300423 +55051,WI,Iron,1136.77412238135,-0.20894211894850057,0.19215248857020792,209.180877554948,0.035358498572506426,2,0.338009126,7.08333333333333,1.23704738619164,4,0.676018252,297,17594,814.2,1783,1273,3620,3477,0.4925414364640884,0.366120218579235,817,-0.001381215469613284,-0.2349726775956284 +55053,WI,Jackson,6749.61836988751,-7.180924644511744,0.3300708283968659,1417.45702194913,0.06931669137606386,3,0.145264381,6.58333333333333,0.320169892682294,13,0.629478985,669,61740,836.7,5297,3821,9290,9202,0.5701829924650161,0.4152358183003695,1086,0.1503767491926803,-0.11801782221256252 +55055,WI,Jefferson,6377.53815257357,-16.309276709852387,0.0762079458042393,1570.64967257484,0.018768368336099708,13,0.154037561,50.1666666666667,0.592811422944362,42,0.497659814,2003,253478,687.7,20136,16559,44136,42324,0.456226209896683,0.3912437387770532,6850,-0.07596972992568424,-0.1618467063604574 +55057,WI,Juneau,5657.27709508015,46.20807982336235,0.21216910797630323,1330.84504956276,0.04991168052665617,4,0.151543853,23.6666666666667,0.900763746162239,8,0.303087706,954,79056,869.2,6237,4100,11781,11736,0.5294117647058824,0.34935241990456717,3088,0.0710466004583652,-0.26312201772324467 +55059,WI,Kenosha,40347.0913386559,-12.534710695014804,0.24243262073627853,10122.4043164987,0.06082225323266016,29,0.172549206,110.083333333333,0.654544950044495,110,0.654496989,4240,504303,809.7,44838,35770,80661,75825,0.5558820247703351,0.4717441477085394,255,0.12268630440981393,-0.0033630069238377858 +55061,WI,Kewaunee,119.146994333714,65.96711382410375,0.005791143887125208,19.5794960968196,9.516621024992515e-4,4,0.195656427,12.8333333333333,0.628930817610063,8,0.391312855,549,61225,589.9,5151,3623,11018,10742,0.46750771464875657,0.33727425060510147,2993,-0.054002541296061024,-0.2786259541984733 +55063,WI,La Crosse,24962.3507624613,4.269038232149424,0.2177493567792643,6227.57745370233,0.05432384945395358,12,0.101685436,65.9166666666667,0.558038863773613,80,0.677902907,2878,353217,671.2,36632,32402,63212,62785,0.5795102195785611,0.5160786812136657,6018,0.17276782889324815,0.09585091980568611 +55065,WI,Lafayette,2589.32615361821,-0.04042390377482899,0.1537969917806017,631.277770882353,0.037495709840957056,5,0.296683083,4.25,0.253685907001731,5,0.296683083,399,50388,612.4,4534,3288,7928,7602,0.5718970736629667,0.4325177584846093,689,0.15401109989909184,-0.09063404367271771 +55067,WI,Langlade,6023.10422033882,0.004706057255303994,0.3015019382459238,1023.80138082366,0.051249005397389996,5,0.257599176,19,0.988502159096821,11,0.566718187,728,58138,767.1,4569,3260,10482,10093,0.4358900973096737,0.32299613593579707,3176,-0.11839343636710559,-0.31467353611413856 +55069,WI,Lincoln,3734.37882817321,-23.850008742293678,0.1299230709450374,887.813459345521,0.03088798870492019,5,0.175481697,23.8333333333333,0.854180106563448,15,0.526445092,1032,84490,779.3,7543,5370,15152,14563,0.4978220696937698,0.3687427041131635,3030,0.006533790918690607,-0.20806152578452236 +55071,WI,Manitowoc,13762.8748027773,6.620185028124448,0.16898989222731886,3106.40674913456,0.03814256463660715,10,0.124750499,39.5833333333333,0.497678200227989,34,0.424151697,2658,240591,747,20382,14563,42488,39991,0.47971191865938617,0.36415693531044485,8671,-0.028219732630389738,-0.21682378535170416 +55073,WI,Marathon,30170.8560548729,8.471804853871992,0.2250498351884778,7492.22333232913,0.05588583973452131,24,0.176756518,104.416666666667,0.770017379163194,78,0.574458683,3635,406753,691.1,32330,26476,69637,68849,0.46426468687622957,0.38455170009731443,12534,-0.06085845168516735,-0.18205057444552575 +55075,WI,Marinette,10964.1614886089,45.780133951944215,0.26262093675558457,1952.94598277407,0.0467782697255999,9,0.217928229,37.0833333333333,0.915841380389057,26,0.629570439,1516,123547,756.5,9868,6243,20712,19979,0.4764387794515257,0.31247810200710746,6752,-0.035776361529548106,-0.33795485259522495 +55077,WI,Marquette,267.98139315052,4.790150814232053,0.017396870497956372,44.6218748361644,0.0028967719317167227,4,0.265780731,10,0.663702130483839,6,0.398671096,557,45184,768.8,4112,2808,7944,7813,0.5176233635448136,0.3594009983361065,1904,0.04456193353474314,-0.2436964034301805 +55078,WI,Menominee,928.31469169551406,-26.077005017044762,0.21935602355754114,299.408339391122,0.0707486624270137,0,0,6,1.32362673726009,1,0.221141088,124,13492,1115.5,1191,1003,1376,1279,0.8655523255813954,0.784206411258796,734,0.7354651162790697,0.5738858483189992 +55079,WI,Milwaukee,84255.0479050498,-32.0953462839148,0.08890148396445188,20653.5917341563,0.021792580979025044,221,0.231073414,797.666666666667,0.838371268494618,615,0.643032352,24428,2872934,807.1,328090,288986,490944,434970,0.6682839590666145,0.6643814515943628,162895,0.34557912918785033,0.37449709175345425 +55081,WI,Monroe,7777.18118218572,20.852838310963094,0.17409131202707942,2053.20934519127,0.045960856561933834,7,0.154256374,37.1666666666667,0.814647582725088,22,0.484805747,1235,136136,749.8,9505,7047,19389,19554,0.49022641704059,0.3603866216630868,4395,-0.006807983908401705,-0.2247621969929426 +55083,WI,Oconto,4266.81402970345,-4.329140628785893,0.11329830137290095,861.109515557147,0.022865361538957702,5,0.133629099,25.5,0.681271707186749,16,0.427613117,1055,112323,703.7,8810,5886,19727,19924,0.4465960358898971,0.29542260590242925,7369,-0.09535154863892131,-0.36985545071270826 +55085,WI,Oneida,3440.80257996237,-20.075636872588447,0.09558315961893356,525.755961915437,0.014605143672299488,9,0.253072013,33.4166666666667,0.938644045579244,27,0.759216039,1378,106703,752.2,10439,8103,21577,20837,0.4838021967836122,0.3888755579018093,3574,-0.02159707095518376,-0.17152181216105966 +55087,WI,Outagamie,20561.9596436964,-20.085765792647877,0.11636978773421092,5567.84723049384,0.03151106273801658,24,0.131863785,117.416666666667,0.636315026970002,130,0.714262167,3994,545462,677.4,45565,38087,94237,93474,0.4835149675817354,0.4074608982176862,11797,-0.018347358256311175,-0.1262062177717868 +55089,WI,Ozaukee,25504.15962989,-2.1600998412015526,0.29520411632490307,6122.15086708288,0.07086232845746722,14,0.160054876,29.5833333333333,0.334978976530712,53,0.60592203,2221,262554,607.6,19075,20167,55565,53368,0.3432916404211284,0.3778856243441763,10291,-0.30443624583820744,-0.19283090990855944 +55091,WI,Pepin,NA,NA,NA,NA,NA,2,0.272665303,7.58333333333333,1.03781761780941,5,0.681663258,233,22024,653.6,1875,1345,3696,3746,0.5073051948051948,0.3590496529631607,883,0.022186147186147143,-0.23571809930592635 +55093,WI,Pierce,7847.22791899822,47.56599107801096,0.19130714837022406,1825.90965201571,0.044513753431719684,9,0.219737292,21.8333333333333,0.529446950223904,22,0.537135602,807,122530,662,10213,8380,20920,21089,0.48819311663479925,0.3973635544596709,2880,-0.008126195028680672,-0.13656408554222582 +55095,WI,Polk,907.472719111793,-7.716102194022281,0.020528734738418573,190.915866675783,0.004318874938938649,12,0.276262173,43.1666666666667,0.992770788773641,25,0.575546193,1345,130343,743.3,10054,7568,22494,22691,0.44696363474704365,0.33352430479044554,6296,-0.08984618120387661,-0.2774668370719669 +55097,WI,Portage,13164.741625458,-25.288940820864838,0.18801670440106258,3129.5041391088,0.0446950704681415,7,0.099316137,44.25,0.62813178701719,45,0.638460884,1621,211485,657.2,22052,18524,39186,38123,0.5627520032664727,0.48590089971932954,1214,0.13915684172918896,0.031844293471132934 +55099,WI,Price,1632.57160360937,-0.32500928124769063,0.1153027476240815,300.783662063122,0.021243284275946187,4,0.29250457,15.1666666666667,1.12204384602106,5,0.365630713,576,41102,777.6,3882,2671,7870,7560,0.4932655654383736,0.3533068783068783,1891,3.811944091486885e-4,-0.25013227513227515 +55101,WI,Racine,59628.667129046204,3.1172417494374756,0.30514956976708324,14768.8323746887,0.0755794664225042,38,0.194709038,153.5,0.786614738136722,105,0.538011816,5205,584873,750.9,52887,42506,102937,93678,0.513780273371091,0.453745810115502,4114,0.03608032097302227,-0.04391639445761014 +55103,WI,Richland,3677.43212947666,-0.5720827293866375,0.20406371064184342,913.261803951963,0.050677642969422496,5,0.283093647,11.4166666666667,0.653276874952316,8,0.452949836,535,52948,642.4,4964,3577,8636,7962,0.5748031496062992,0.4492589801557398,444,0.16083835108846684,-0.055764883195177084 +55105,WI,Rock,46350.801016143,-6.456718359040978,0.2890944422235438,11873.1765321004,0.07405415379496418,25,0.155098394,122.416666666667,0.757435135915522,104,0.645209321,4414,483349,765.8,49158,39336,80462,75043,0.6109467823320325,0.5241794704369495,7853,0.2319852849792448,0.10464666924296734 +55107,WI,Rusk,4942.10111988651,60.40367679104433,0.33494416264903487,1043.5737648214,0.07072678853415112,3,0.209307193,17.5833333333333,1.24466152285222,6,0.418614386,599,42859,824.6,3391,2171,7171,7029,0.47287686515130384,0.3088632806942666,2393,-0.03932505926649005,-0.34044672072841087 +55109,WI,St. Croix,10778.0220159651,-1.6751488519709927,0.12778495483982572,2980.41973996079,0.03533605714577972,10,0.115261817,48.3333333333333,0.549061483526262,49,0.564782904,1720,260354,680.5,19874,17496,46009,46819,0.43195896455041405,0.3736944402913347,8627,-0.12173705144645608,-0.18426279929088618 +55111,WI,Sauk,3554.28995210829,9.492468220106344,0.05734945708190735,788.410342244664,0.012721220185953659,13,0.205115259,47,0.734960671785329,54,0.85201723,1886,190021,729.8,18718,14692,31832,31238,0.5880246293038451,0.47032460464818493,99,0.18500251319426986,-0.003169216979320044 +55113,WI,Sawyer,3275.30980496357,-31.66113699941457,0.19782024551329166,474.230442843193,0.02864229285759455,5,0.304191762,16.1666666666667,0.987639236768689,9,0.547545172,661,49322,904.2,4482,2846,9003,7767,0.49783405531489505,0.36642204197244754,1779,0.00510940797511944,-0.22904596369254537 +55115,WI,Shawano,4105.07764925799,-36.73870856344289,0.09785877253946434,989.536526852794,0.02358903732753568,8,0.19240482,31.25,0.761044274511714,16,0.384809639,1374,124410,738.4,8990,6056,20222,19697,0.44456532489368017,0.3074579885261715,6686,-0.10023736524577187,-0.339442554703762 +55117,WI,Sheboygan,10748.977888642,-6.089958933167159,0.09305910367892857,2327.45333198542,0.02014988989399274,20,0.173475583,65.4166666666667,0.566736263323717,68,0.589816983,3253,345746,714.1,28356,22636,63272,58290,0.4481603236818814,0.3883341911133985,9732,-0.0936591225186496,-0.1669583118888317 +55119,WI,Taylor,4224.854740063,-0.5563407284202346,0.20420777901604714,1013.40510122526,0.048982797681147466,2,0.097370983,13.3333333333333,0.652347636055254,6,0.29211295,552,61595,585.4,3761,2398,9486,9417,0.39647902171621335,0.25464585324413297,4191,-0.1935483870967742,-0.4450461930551131 +55121,WI,Trempealeau,333.771660808795,-48.69537120466105,0.011582858856496216,66.5121120158366,0.002308166019427978,8,0.271103731,27.5833333333333,0.930831617903463,14,0.474431529,829,88642,672.1,7601,5645,13456,13581,0.5648781212841855,0.41565422281128045,1725,0.14105231866825207,-0.1270156836757234 +55123,WI,Vernon,4501.29041164516,-12.987645855756307,0.15118699531942228,1073.0596360151,0.03604136754828536,7,0.230551347,20.9166666666667,0.678804006836719,11,0.362294974,879,91149,657.6,8031,6351,14215,14193,0.564966584593739,0.4474741069541323,643,0.14744987689060857,-0.045304023109983826 +55125,WI,Vilas,1382.84167727303,-46.88709014332597,0.06452830971876015,176.895601635424,0.008254577771135044,9,0.420600056,18,0.839748075577327,16,0.747733433,864,64119,729.2,5931,4769,13782,13453,0.4303439268611232,0.3544934215416636,3400,-0.13089537077347269,-0.2527317326990262 +55127,WI,Walworth,28471.5556995415,-7.108890890570742,0.27851034647593126,7285.12533524191,0.07126350251635472,19,0.183527003,54.6666666666667,0.530955687862806,70,0.676152115,2827,309344,768.2,22512,18706,52115,50570,0.4319677635997314,0.3699031046074748,10142,-0.12376475103137291,-0.2005536879572869 +55129,WI,Washburn,2822.11262669684,-9.7912797058943,0.1773686522969543,475.820545820647,0.029905131407243227,6,0.382311711,14.3333333333333,0.915985003408316,5,0.318593093,614,46887,822.2,4435,3283,9242,9059,0.47987448604198224,0.3624020311292637,2121,-0.027807833802207305,-0.23413180262722155 +55131,WI,Washington,25036.8233210309,31.072619571996064,0.18983541456725,6522.67277163398,0.049456525447041634,18,0.135083414,47.25,0.351834753082743,75,0.562847558,3221,399733,639.4,23136,20854,78558,76246,0.29450851600091654,0.2735094300028854,30875,-0.4019068713561954,-0.40493927550297715 +55133,WI,Waukesha,139440.96403862,-12.891504569808628,0.3576408894758279,34665.456366316,0.08891063493724144,66,0.167038707,181.583333333333,0.455754004109525,258,0.652969493,9819,1185848,619.2,77617,79200,241084,233273,0.3219500257171774,0.3395163606589704,63321,-0.34821887806739565,-0.27144590244048816 +55135,WI,Waupaca,6215.25699220785,-22.607660968711837,0.11858914314458786,1185.11267095291,0.022612338694007063,9,0.172857527,40.25,0.781052917547979,37,0.7106365,2092,156246,831.7,11565,8303,25801,25491,0.4482384403705283,0.32572280412694676,7710,-0.09394984690515873,-0.3024596916558785 +55137,WI,Waushara,400.713747467482,29.865000755808136,0.016358333910331563,74.1751738366293,0.0030280524916977995,8,0.330879312,17.5,0.724277791573545,8,0.330879312,786,72538,684.6,5330,3802,12017,11961,0.4435383207123242,0.31786639913050746,3867,-0.10218856619788635,-0.32330072736393284 +55139,WI,Winnebago,34475.3926287346,-32.81546932105911,0.2064468940724493,7762.20712582746,0.04648195220084231,15,0.088489833,104.666666666667,0.616099423534998,92,0.542737639,4285,508671,687,45410,37054,88814,85892,0.5112932645754048,0.4314022260513203,6393,0.03757290517260797,-0.0744306803893261 +55141,WI,Wood,17934.3427930657,-9.028376393145374,0.23992752803469883,4278.98254068301,0.057244679402841635,10,0.135854798,49.75,0.680509390345658,41,0.557004673,2229,221028,666.3,18546,14232,38762,37712,0.47845828388628037,0.37738650827322867,7270,-0.029384448686858244,-0.1927768349596945 +56001,WY,Albany,13449.7465873596,-7.6067349192111955,0.37052664225900434,2647.71951989084,0.07294194109729854,3,0.07934199,11.25,0.294071518193225,27,0.714077914,538,113521,608.5,7445,6888,16052,16420,0.46380513331672063,0.4194884287454324,713,-0.02529279840518317,-0.043422655298416546 +56003,WY,Big Horn,2176.42300468435,0,0.18652922563287194,588.753843910737,0.050458848466809834,3,0.25146689,7,0.583090379008746,5,0.419111484,394,35943,821.1,868,594,5262,5079,0.16495629038388446,0.11695215593620792,3473,-0.6463321930824781,-0.6837960228391415 +56005,WY,Campbell,10762.1581021365,3.08859174567492,0.2332854594788221,3154.88325333516,0.06838669181139662,5,0.103476821,25.3333333333333,0.519093771557759,33,0.68294702,748,145584,820.1,2163,1324,17477,17935,0.12376265949533673,0.07382213548926679,14454,-0.7317617440064085,-0.8059102313911347 +56007,WY,Carbon,8588.98850973469,-0.07637919953229405,0.5406980490862254,2096.14922907545,0.1319577733129021,3,0.189226694,12,0.768344218209758,7,0.441528952,410,47202,838.5,2109,1279,6461,6200,0.326420058814425,0.20629032258064517,3130,-0.3162049218387247,-0.5048387096774194 +56009,WY,Converse,1740.29701242618,0.3470820941967366,0.12580763481718932,457.846903007475,0.03309816402858924,3,0.212811236,7.66666666666667,0.540248514316586,8,0.56749663,384,42751,833.6,1089,668,6287,6552,0.17321456974709717,0.10195360195360195,4852,-0.6289168124701766,-0.7405372405372406 +56011,WY,Crook,1795.57687530381,-65.0653877500433,0.25350513557868276,413.139281048567,0.058328290420523364,3,0.413907285,3.58333333333333,0.480082172204359,6,0.82781457,176,21868,633.2,426,271,3657,3771,0.11648892534864644,0.07186422699549191,3076,-0.7336614711512168,-0.8156987536462477 +56013,WY,Fremont,5269.60042963256,-14.53030225003552,0.13133615207318894,1217.63937964523,0.03034766541996436,8,0.196545709,28,0.695790467670593,20,0.491364273,1260,122056,901.3,5333,4200,16817,16543,0.31711958137598856,0.2538838179290334,6967,-0.34126181839804964,-0.4211448951218038 +56015,WY,Goshen,3457.69065449019,-11.321026875268295,0.2609774816582527,691.080868347879,0.05216098334575281,2,0.147994672,6,0.448095593726662,11,0.813970697,421,40457,690.6,1458,924,5758,5708,0.25321292115317817,0.1618780658724597,3494,-0.47238624522403616,-0.6121233356692362 +56017,WY,Hot Springs,394.149835979223,0,0.08190977472552431,105.700188100072,0.021965957626781378,1,0.207641196,5,1.06860440265014,5,1.03820598,229,14380,934.1,523,400,2495,2535,0.2096192384769539,0.15779092702169625,1539,-0.5494989979959919,-0.6071005917159763 +56019,WY,Johnson,1713.57991183096,0,0.19997431576974678,380.667091577782,0.04442374741250811,5,0.583226408,8,0.942729201037002,7,0.816516972,273,25756,718.5,749,638,4217,4349,0.17761441783258242,0.1467003908944585,2839,-0.6196348114773536,-0.652793745688664 +56021,WY,Laramie,31924.4537694635,44.44086806402499,0.347995964261958,7786.58173904513,0.08487847717461826,8,0.082997022,41.3333333333333,0.421184206950898,65,0.674350808,2324,289596,722.1,13807,11572,38057,39945,0.36279790840055703,0.289698335210915,13272,-0.24804897916283475,-0.3322568531731131 +56023,WY,Lincoln,2478.62843644676,0.30166119806716024,0.13689541789720314,738.226905753137,0.040772501146202206,8,0.430871977,14,0.732600732600733,12,0.646307966,372,55614,650.4,1287,1105,8573,8398,0.15012247754578328,0.13157894736842105,5674,-0.6831914149072671,-0.67563705644201 +56025,WY,Natrona,32267.1001618228,0,0.4276620299777707,7810.49471823217,0.10351881667637071,7,0.08575909,43.25,0.533693653672923,53,0.649318828,2190,244937,835.1,8960,6573,32057,32493,0.27950213681879155,0.20228972394054104,16950,-0.4107995133668153,-0.5216508170990675 +56027,WY,Niobrara,544.734191998795,0,0.21929717874347626,95.401428300479,0.038406372101642106,1,0.406008932,3,1.20967741935484,3,1.218026797,94,7620,891.3,200,115,1268,1297,0.15772870662460567,0.08866615265998458,1001,-0.6482649842271293,-0.771781033153431 +56029,WY,Park,5818.21115595411,-2.140431754703209,0.20628296954278,1202.72935647692,0.04264241646789293,4,0.137983373,14.25,0.485469968998058,18,0.620925179,797,87591,631,2927,2535,14492,14634,0.20197350262213634,0.17322673226732269,8580,-0.5732128070659674,-0.5863058630586306 +56031,WY,Platte,1798.83915245094,0,0.20755038103737625,361.84080345453,0.041749256196438204,3,0.340947835,7.83333333333333,0.902457757296467,5,0.568246392,298,26316,753.2,1223,719,4500,4460,0.2717777777777778,0.16121076233183856,2718,-0.4251111111111111,-0.6094170403587444 +56033,WY,Sheridan,12976.6615388819,0,0.44568833421080845,2990.57596529876,0.10271245931098914,6,0.199786894,16.5,0.54635761589404,22,0.732551945,939,89823,773.4,3618,2926,14225,14187,0.25434094903339194,0.20624515401423837,7340,-0.46741652021089625,-0.5173750616761824 +56035,WY,Sublette,1943.2678220475,-5.401264634720562,0.18964260974407143,346.632682995933,0.033827723528440816,3,0.298299692,6.58333333333333,0.67390043334357,3,0.298299692,150,30024,581.9,767,644,4337,4297,0.17685035738990085,0.14987200372352805,2765,-0.6237030205210975,-0.6434721898999302 +56037,WY,Sweetwater,18934.7378093001,41.39142817539829,0.432240738923894,4852.75750006915,0.11077837511001119,5,0.111086425,25,0.566059096569682,33,0.733170407,806,134713,766.3,4773,3233,16750,16661,0.284955223880597,0.19404597563171477,8920,-0.39725373134328357,-0.5353820298901627 +56039,WY,Teton,6212.39042958441,-5.354989632380893e-4,0.29174370384072557,1096.18695938462,0.05147867753285526,11,0.47972089,9,0.38808158337286,23,1.003052769,269,68377,439.3,6211,7313,11356,12176,0.5469355406833392,0.600607752956636,3393,0.11914406481155332,0.27866294349540077 +56041,WY,Uinta,4686.01765324971,9.739021226952396,0.22189684881379437,1439.22301464136,0.06815148284124253,2,0.095675469,14.4166666666667,0.694009852532935,16,0.76540375,437,62747,799.9,1628,1202,8453,8053,0.19259434520288654,0.14926114491493853,4952,-0.5897314562877085,-0.6149261144914939 +56043,WY,Washakie,931.411646922956,0,0.10915406620449503,184.506883716558,0.021622745074013596,2,0.240326845,6.33333333333333,0.769075086014977,6,0.720980534,241,25087,662.9,794,532,3911,3715,0.2030171311684991,0.14320323014804845,2379,-0.5673740731270775,-0.6403768506056527 +56045,WY,Weston,1237.26703747211,-0.2600630703022273,0.17165191973808405,252.611605190584,0.03504600515962597,4,0.555478406,8.83333333333333,1.22074811129537,3,0.416608804,210,21579,687.7,422,294,3323,3334,0.12699368040926873,0.08818236352729454,2604,-0.7219380078242552,-0.7810437912417516 diff --git a/docs/files/data/external_data/public_housing.csv b/docs/files/data/external_data/public_housing.csv new file mode 100644 index 00000000..48db5c10 --- /dev/null +++ b/docs/files/data/external_data/public_housing.csv @@ -0,0 +1,1001 @@ +PublicHousing,HealthStatus,Supply,WaitingTime,HealthBehavior,Stamp,ParentsHealthStatus,Age,Race,Education,MaritalStatus,Race_4,Race_2,Race_1,Race_3,MaritalStatus_4,MaritalStatus_1,MaritalStatus_2,MaritalStatus_3 +22,10,5,19,12,183,15,45,4,2,4,1,0,0,0,1,0,0,0 +32,11,6,34,9,224,14,50,2,1,1,0,1,0,0,0,1,0,0 +31,10,6,35,9,234,11,41,2,1,2,0,1,0,0,0,0,1,0 +33,13,6,18,17,242,17,46,1,2,1,0,0,1,0,0,1,0,0 +38,12,5,35,12,206,8,41,4,2,3,1,0,0,0,0,0,0,1 +30,12,4,17,17,208,14,43,1,3,4,0,0,1,0,1,0,0,0 +31,11,8,20,16,195,10,37,1,3,4,0,0,1,0,1,0,0,0 +32,12,4,23,16,215,10,39,3,3,2,0,0,0,1,0,0,1,0 +31,12,4,28,12,213,13,52,2,1,1,0,1,0,0,0,1,0,0 +16,6,0,26,7,241,17,49,3,2,4,0,0,0,1,1,0,0,0 +37,15,5,19,19,172,17,52,2,4,4,0,1,0,0,1,0,0,0 +26,9,6,31,7,233,12,47,4,1,4,1,0,0,0,1,0,0,0 +32,10,5,31,13,192,16,29,2,2,1,0,1,0,0,0,1,0,0 +41,15,7,26,17,234,11,44,4,4,3,1,0,0,0,0,0,0,1 +30,10,2,32,10,150,7,43,2,3,3,0,1,0,0,0,0,0,1 +21,8,5,15,13,140,10,45,4,3,1,1,0,0,0,0,1,0,0 +40,15,5,24,19,224,14,39,3,2,3,0,0,0,1,0,0,0,1 +28,10,6,25,11,164,9,43,3,2,4,0,0,0,1,1,0,0,0 +19,9,3,19,10,231,11,52,1,3,3,0,0,1,0,0,0,0,1 +25,8,5,28,10,191,17,35,1,4,2,0,0,1,0,0,0,1,0 +28,11,8,21,13,208,13,49,3,3,1,0,0,0,1,0,1,0,0 +47,17,6,25,21,243,16,48,2,2,4,0,1,0,0,1,0,0,0 +19,9,7,12,12,157,13,55,4,1,3,1,0,0,0,0,0,0,1 +45,16,4,31,18,207,10,40,4,2,2,1,0,0,0,0,0,1,0 +42,15,5,33,15,166,11,43,4,4,4,1,0,0,0,1,0,0,0 +14,6,3,18,9,243,8,51,4,1,1,1,0,0,0,0,1,0,0 +27,9,4,30,10,206,14,42,2,1,3,0,1,0,0,0,0,0,1 +41,15,5,29,17,192,13,46,4,3,2,1,0,0,0,0,0,1,0 +4,4,2,13,6,192,13,43,2,2,2,0,1,0,0,0,0,1,0 +15,6,5,25,5,187,10,46,1,1,4,0,0,1,0,1,0,0,0 +39,13,7,32,13,188,11,44,3,1,3,0,0,0,1,0,0,0,1 +45,16,3,27,20,144,18,39,2,1,4,0,1,0,0,1,0,0,0 +41,13,6,35,14,153,11,40,4,2,3,1,0,0,0,0,0,0,1 +14,4,3,31,3,125,8,42,4,2,1,1,0,0,0,0,1,0,0 +17,7,5,22,7,223,12,43,2,1,2,0,1,0,0,0,0,1,0 +28,9,6,26,12,221,11,37,2,3,4,0,1,0,0,1,0,0,0 +28,9,5,32,8,201,12,49,2,4,4,0,1,0,0,1,0,0,0 +24,8,1,32,8,166,10,44,4,3,2,1,0,0,0,0,0,1,0 +30,11,3,26,12,162,11,54,1,1,3,0,0,1,0,0,0,0,1 +23,9,7,21,10,147,11,54,4,3,4,1,0,0,0,1,0,0,0 +29,10,6,29,10,203,7,43,1,4,2,0,0,1,0,0,0,1,0 +29,11,5,21,14,199,9,45,2,3,1,0,1,0,0,0,1,0,0 +33,11,5,27,14,197,10,44,1,3,1,0,0,1,0,0,1,0,0 +41,15,5,30,16,201,10,43,4,3,2,1,0,0,0,0,0,1,0 +33,13,5,19,17,222,12,47,3,4,1,0,0,0,1,0,1,0,0 +32,13,5,24,14,218,4,47,3,1,1,0,0,0,1,0,1,0,0 +24,8,4,30,8,197,9,42,1,4,3,0,0,1,0,0,0,0,1 +33,12,6,28,13,205,9,46,4,1,3,1,0,0,0,0,0,0,1 +43,15,7,22,21,219,11,30,2,4,3,0,1,0,0,0,0,0,1 +9,3,4,20,5,173,10,40,4,2,4,1,0,0,0,1,0,0,0 +25,10,4,15,15,212,10,44,2,2,3,0,1,0,0,0,0,0,1 +35,12,5,32,12,180,11,52,3,1,2,0,0,0,1,0,0,1,0 +40,14,4,27,18,177,13,41,4,1,1,1,0,0,0,0,1,0,0 +31,12,6,18,17,224,16,42,3,1,1,0,0,0,1,0,1,0,0 +45,15,6,31,18,239,6,38,2,2,3,0,1,0,0,0,0,0,1 +49,17,7,38,16,179,16,42,1,4,1,0,0,1,0,0,1,0,0 +28,11,5,18,15,165,15,43,4,2,2,1,0,0,0,0,0,1,0 +33,13,4,20,17,166,16,42,2,3,2,0,1,0,0,0,0,1,0 +24,8,4,28,9,164,11,41,4,2,4,1,0,0,0,1,0,0,0 +38,13,6,33,13,209,11,37,2,2,1,0,1,0,0,0,1,0,0 +24,9,5,24,11,174,9,34,1,3,4,0,0,1,0,1,0,0,0 +17,7,4,15,12,153,11,34,1,1,1,0,0,1,0,0,1,0,0 +57,18,9,35,21,163,8,40,1,2,4,0,0,1,0,1,0,0,0 +20,7,4,22,10,221,9,39,1,3,2,0,0,1,0,0,0,1,0 +27,9,10,22,11,222,12,45,1,2,1,0,0,1,0,0,1,0,0 +26,9,6,26,10,188,10,41,4,3,2,1,0,0,0,0,0,1,0 +36,12,7,25,16,194,13,41,2,3,1,0,1,0,0,0,1,0,0 +34,12,7,29,12,218,16,51,4,1,1,1,0,0,0,0,1,0,0 +23,8,5,27,8,207,6,49,2,4,2,0,1,0,0,0,0,1,0 +55,18,7,35,21,207,13,36,4,1,1,1,0,0,0,0,1,0,0 +32,12,4,26,13,215,8,55,1,4,4,0,0,1,0,1,0,0,0 +11,5,6,18,7,200,15,40,3,4,3,0,0,0,1,0,0,0,1 +40,14,6,29,16,168,10,39,1,3,3,0,0,1,0,0,0,0,1 +23,8,7,28,7,169,13,55,4,4,2,1,0,0,0,0,0,1,0 +22,9,10,15,12,205,16,46,1,3,3,0,0,1,0,0,0,0,1 +41,14,8,22,20,230,13,38,1,4,2,0,0,1,0,0,0,1,0 +31,12,6,23,14,229,14,46,2,3,4,0,1,0,0,1,0,0,0 +20,8,3,22,10,255,8,45,2,2,1,0,1,0,0,0,1,0,0 +48,18,6,25,21,203,14,43,2,1,2,0,1,0,0,0,0,1,0 +31,11,5,23,15,148,7,37,1,3,3,0,0,1,0,0,0,0,1 +34,11,7,32,11,157,13,39,2,2,1,0,1,0,0,0,1,0,0 +24,9,6,23,11,200,11,38,4,3,2,1,0,0,0,0,0,1,0 +23,6,7,32,6,208,12,29,2,2,3,0,1,0,0,0,0,0,1 +12,3,4,33,1,198,10,36,1,3,1,0,0,1,0,0,1,0,0 +20,7,3,25,9,197,12,41,3,3,2,0,0,0,1,0,0,1,0 +31,11,5,30,11,176,8,45,4,2,2,1,0,0,0,0,0,1,0 +22,8,5,28,7,202,12,49,2,1,1,0,1,0,0,0,1,0,0 +19,6,7,21,9,256,3,41,1,4,3,0,0,1,0,0,0,0,1 +31,11,5,30,11,140,7,47,1,3,2,0,0,1,0,0,0,1,0 +27,10,4,20,14,213,11,52,1,3,2,0,0,1,0,0,0,1,0 +46,17,7,24,21,243,9,45,2,4,3,0,1,0,0,0,0,0,1 +35,12,4,28,15,226,8,40,4,4,3,1,0,0,0,0,0,0,1 +41,15,3,30,17,210,9,42,2,4,4,0,1,0,0,1,0,0,0 +18,6,6,25,7,212,6,43,4,3,3,1,0,0,0,0,0,0,1 +45,17,5,23,21,194,15,47,2,3,3,0,1,0,0,0,0,0,1 +37,14,3,25,17,202,17,47,2,3,1,0,1,0,0,0,1,0,0 +21,8,5,22,10,155,10,43,1,1,1,0,0,1,0,0,1,0,0 +31,12,4,19,16,210,15,51,2,1,3,0,1,0,0,0,0,0,1 +32,9,6,37,8,188,10,41,4,1,4,1,0,0,0,1,0,0,0 +31,10,7,35,8,181,7,42,2,4,4,0,1,0,0,1,0,0,0 +30,11,4,30,12,237,7,41,3,2,1,0,0,0,1,0,1,0,0 +41,15,5,31,16,194,6,44,3,2,3,0,0,0,1,0,0,0,1 +38,14,4,31,15,230,11,44,3,2,2,0,0,0,1,0,0,1,0 +35,14,4,21,17,192,15,57,1,4,1,0,0,1,0,0,1,0,0 +20,8,4,17,12,186,15,38,1,1,2,0,0,1,0,0,0,1,0 +45,16,6,29,18,247,10,55,3,4,1,0,0,0,1,0,1,0,0 +19,7,7,20,9,181,13,50,1,2,4,0,0,1,0,1,0,0,0 +39,13,5,29,16,184,13,40,4,3,2,1,0,0,0,0,0,1,0 +31,13,5,19,16,184,12,51,4,2,1,1,0,0,0,0,1,0,0 +48,16,5,35,17,183,11,44,4,2,1,1,0,0,0,0,1,0,0 +39,15,6,22,19,203,11,51,4,4,1,1,0,0,0,0,1,0,0 +51,17,8,34,18,209,7,50,4,1,1,1,0,0,0,0,1,0,0 +42,16,4,28,18,245,14,47,1,3,2,0,0,1,0,0,0,1,0 +46,16,5,32,18,227,11,40,3,1,4,0,0,0,1,1,0,0,0 +32,12,5,22,15,161,10,44,1,3,3,0,0,1,0,0,0,0,1 +13,4,4,23,6,193,9,35,3,1,4,0,0,0,1,1,0,0,0 +29,9,6,32,9,232,11,42,4,1,4,1,0,0,0,1,0,0,0 +43,15,3,26,21,244,13,36,3,3,2,0,0,0,1,0,0,1,0 +25,8,5,32,7,194,13,45,1,1,1,0,0,1,0,0,1,0,0 +34,12,5,32,12,227,11,42,2,1,2,0,1,0,0,0,0,1,0 +32,12,4,29,12,190,16,55,3,4,1,0,0,0,1,0,1,0,0 +50,16,4,39,17,192,13,42,3,4,3,0,0,0,1,0,0,0,1 +24,10,6,14,15,246,9,44,4,1,2,1,0,0,0,0,0,1,0 +40,15,6,22,19,195,15,48,2,4,1,0,1,0,0,0,1,0,0 +21,10,3,16,13,205,10,53,4,4,2,1,0,0,0,0,0,1,0 +11,3,4,31,1,187,13,36,1,1,3,0,0,1,0,0,0,0,1 +8,3,4,24,2,166,14,45,4,2,4,1,0,0,0,1,0,0,0 +28,9,6,30,9,247,8,42,4,2,2,1,0,0,0,0,0,1,0 +13,5,5,22,6,193,11,45,2,3,2,0,1,0,0,0,0,1,0 +24,8,6,26,9,209,15,44,2,3,3,0,1,0,0,0,0,0,1 +39,13,5,30,15,213,13,47,4,3,4,1,0,0,0,1,0,0,0 +35,13,5,26,14,219,11,55,1,1,3,0,0,1,0,0,0,0,1 +31,11,8,22,14,193,10,44,3,1,1,0,0,0,1,0,1,0,0 +10,2,3,33,0,181,14,41,1,2,3,0,0,1,0,0,0,0,1 +35,12,3,23,17,174,9,38,4,1,1,1,0,0,0,0,1,0,0 +26,11,4,13,16,191,10,51,1,2,4,0,0,1,0,1,0,0,0 +22,8,3,26,10,194,7,39,1,3,1,0,0,1,0,0,1,0,0 +34,12,3,26,15,191,14,47,4,4,4,1,0,0,0,1,0,0,0 +33,12,6,24,15,153,10,46,2,1,1,0,1,0,0,0,1,0,0 +19,8,3,19,11,228,8,46,4,3,2,1,0,0,0,0,0,1,0 +17,7,5,22,8,199,12,48,2,4,2,0,1,0,0,0,0,1,0 +33,12,6,24,14,203,10,52,2,2,1,0,1,0,0,0,1,0,0 +31,13,3,18,17,204,5,54,1,3,3,0,0,1,0,0,0,0,1 +36,13,6,22,17,204,10,44,2,2,1,0,1,0,0,0,1,0,0 +39,15,4,19,20,134,15,46,1,4,3,0,0,1,0,0,0,0,1 +30,10,8,30,9,194,15,53,3,2,4,0,0,0,1,1,0,0,0 +45,16,3,30,19,168,12,46,2,2,4,0,1,0,0,1,0,0,0 +19,7,5,27,5,199,12,59,1,2,1,0,0,1,0,0,1,0,0 +19,7,6,22,9,185,10,41,2,2,3,0,1,0,0,0,0,0,1 +34,13,2,27,15,190,14,47,1,1,2,0,0,1,0,0,0,1,0 +23,9,6,17,13,241,5,39,2,2,2,0,1,0,0,0,0,1,0 +27,9,4,26,12,204,15,31,1,4,3,0,0,1,0,0,0,0,1 +5,3,4,21,1,185,4,59,3,3,2,0,0,0,1,0,0,1,0 +5,3,7,6,8,241,9,48,3,4,4,0,0,0,1,1,0,0,0 +43,14,3,33,17,226,13,35,1,4,1,0,0,1,0,0,1,0,0 +41,15,7,26,17,221,8,51,3,3,4,0,0,0,1,1,0,0,0 +33,13,4,16,19,197,11,44,2,1,3,0,1,0,0,0,0,0,1 +32,13,4,19,17,178,18,47,4,1,3,1,0,0,0,0,0,0,1 +27,9,5,25,12,149,13,40,1,4,1,0,0,1,0,0,1,0,0 +33,12,3,25,16,192,9,37,2,4,4,0,1,0,0,1,0,0,0 +37,12,6,32,13,198,8,45,3,3,1,0,0,0,1,0,1,0,0 +35,13,7,26,14,191,11,48,1,4,4,0,0,1,0,1,0,0,0 +27,11,4,18,15,216,14,49,1,4,1,0,0,1,0,0,1,0,0 +50,18,5,31,20,187,10,42,1,4,4,0,0,1,0,1,0,0,0 +25,9,4,25,12,137,12,33,2,1,2,0,1,0,0,0,0,1,0 +31,11,4,25,14,156,11,52,2,1,1,0,1,0,0,0,1,0,0 +32,11,5,25,14,231,9,39,3,4,2,0,0,0,1,0,0,1,0 +15,5,6,27,4,217,13,42,1,2,3,0,0,1,0,0,0,0,1 +40,15,6,26,17,175,9,52,2,4,4,0,1,0,0,1,0,0,0 +31,11,6,23,14,232,13,40,4,4,4,1,0,0,0,1,0,0,0 +24,8,2,30,9,220,4,42,2,2,4,0,1,0,0,1,0,0,0 +28,11,6,21,13,157,8,50,3,1,4,0,0,0,1,1,0,0,0 +23,9,4,24,10,217,15,45,2,2,1,0,1,0,0,0,1,0,0 +47,18,7,22,22,189,15,46,3,1,2,0,0,0,1,0,0,1,0 +39,14,6,25,17,174,11,44,4,2,3,1,0,0,0,0,0,0,1 +34,12,4,30,13,231,8,45,3,3,2,0,0,0,1,0,0,1,0 +46,15,5,33,17,254,11,46,2,2,3,0,1,0,0,0,0,0,1 +14,5,6,23,5,211,10,49,4,2,1,1,0,0,0,0,1,0,0 +5,4,5,12,6,259,12,50,1,2,1,0,0,1,0,0,1,0,0 +33,12,5,19,17,215,11,42,2,1,3,0,1,0,0,0,0,0,1 +44,16,7,33,16,141,9,47,1,1,1,0,0,1,0,0,1,0,0 +31,11,6,26,12,212,10,52,4,3,3,1,0,0,0,0,0,0,1 +59,19,3,42,21,173,9,45,3,1,1,0,0,0,1,0,1,0,0 +27,8,4,31,10,210,13,34,3,3,3,0,0,0,1,0,0,0,1 +35,13,6,19,18,215,13,47,2,3,3,0,1,0,0,0,0,0,1 +40,14,5,30,16,224,11,39,4,4,3,1,0,0,0,0,0,0,1 +51,17,5,38,17,160,14,48,3,2,3,0,0,0,1,0,0,0,1 +19,7,6,22,8,186,8,47,1,3,4,0,0,1,0,1,0,0,0 +39,13,4,35,14,194,16,43,3,3,1,0,0,0,1,0,1,0,0 +28,11,5,18,15,172,9,41,3,2,4,0,0,0,1,1,0,0,0 +26,10,4,28,10,181,6,47,3,4,3,0,0,0,1,0,0,0,1 +42,14,0,40,14,205,10,48,3,4,3,0,0,0,1,0,0,0,1 +33,12,6,22,15,176,9,51,4,1,3,1,0,0,0,0,0,0,1 +16,8,8,13,10,170,12,50,4,3,2,1,0,0,0,0,0,1,0 +26,11,6,15,15,216,11,48,3,4,2,0,0,0,1,0,0,1,0 +37,13,5,27,15,194,11,52,2,3,1,0,1,0,0,0,1,0,0 +30,12,6,18,16,137,4,45,1,2,1,0,0,1,0,0,1,0,0 +22,8,6,20,11,212,12,46,2,3,3,0,1,0,0,0,0,0,1 +27,10,7,21,13,209,17,44,1,4,2,0,0,1,0,0,0,1,0 +33,12,3,24,16,215,7,47,1,1,1,0,0,1,0,0,1,0,0 +22,8,4,25,9,220,6,43,1,2,2,0,0,1,0,0,0,1,0 +21,6,5,38,3,215,8,31,4,1,2,1,0,0,0,0,0,1,0 +24,9,2,23,12,158,14,47,1,2,1,0,0,1,0,0,1,0,0 +5,3,6,16,4,175,15,45,2,3,3,0,1,0,0,0,0,0,1 +30,11,4,18,17,205,10,39,4,4,1,1,0,0,0,0,1,0,0 +41,15,6,29,16,199,12,50,3,1,2,0,0,0,1,0,0,1,0 +19,10,3,11,14,220,8,58,4,2,1,1,0,0,0,0,1,0,0 +41,15,4,24,20,207,14,42,3,3,3,0,0,0,1,0,0,0,1 +25,9,5,23,10,175,14,51,2,1,3,0,1,0,0,0,0,0,1 +36,13,5,27,15,214,10,49,4,2,1,1,0,0,0,0,1,0,0 +18,8,3,17,11,176,11,48,1,1,2,0,0,1,0,0,0,1,0 +27,9,5,24,12,189,9,45,3,3,4,0,0,0,1,1,0,0,0 +39,13,10,23,17,229,10,35,4,3,3,1,0,0,0,0,0,0,1 +20,8,4,19,11,213,11,49,1,1,1,0,0,1,0,0,1,0,0 +40,13,3,32,15,156,8,50,1,2,3,0,0,1,0,0,0,0,1 +29,12,4,17,16,161,15,51,1,2,1,0,0,1,0,0,1,0,0 +48,17,4,27,22,193,13,42,3,4,4,0,0,0,1,1,0,0,0 +27,9,2,27,12,153,12,38,1,3,4,0,0,1,0,1,0,0,0 +37,14,6,20,18,226,13,52,1,1,1,0,0,1,0,0,1,0,0 +29,12,7,23,12,151,14,59,2,1,4,0,1,0,0,1,0,0,0 +32,12,6,25,13,213,13,53,3,4,2,0,0,0,1,0,0,1,0 +14,6,5,16,10,222,12,35,3,2,1,0,0,0,1,0,1,0,0 +10,3,6,23,3,230,14,36,1,3,4,0,0,1,0,1,0,0,0 +19,7,4,22,9,167,11,45,2,1,1,0,1,0,0,0,1,0,0 +15,6,2,25,6,183,11,46,4,2,1,1,0,0,0,0,1,0,0 +15,6,5,25,6,188,11,44,4,3,4,1,0,0,0,1,0,0,0 +13,5,7,19,6,178,12,40,2,1,3,0,1,0,0,0,0,0,1 +36,11,4,39,10,212,14,42,2,4,4,0,1,0,0,1,0,0,0 +25,9,4,24,12,193,11,40,3,3,4,0,0,0,1,1,0,0,0 +43,16,4,22,22,225,13,40,3,3,3,0,0,0,1,0,0,0,1 +34,12,6,27,14,165,19,44,1,3,3,0,0,1,0,0,0,0,1 +28,9,4,36,7,192,6,37,2,3,3,0,1,0,0,0,0,0,1 +42,14,7,30,16,203,14,42,2,1,4,0,1,0,0,1,0,0,0 +10,5,4,17,7,151,16,50,3,1,1,0,0,0,1,0,1,0,0 +16,7,3,22,8,192,14,49,4,3,3,1,0,0,0,0,0,0,1 +44,16,6,24,20,199,14,42,4,4,2,1,0,0,0,0,0,1,0 +27,12,6,17,14,213,10,58,2,2,2,0,1,0,0,0,0,1,0 +35,13,6,28,14,188,16,41,4,4,2,1,0,0,0,0,0,1,0 +31,11,2,25,15,251,10,38,2,4,1,0,1,0,0,0,1,0,0 +20,7,3,23,10,223,13,35,3,3,3,0,0,0,1,0,0,0,1 +56,18,10,37,19,182,13,40,3,4,4,0,0,0,1,1,0,0,0 +35,11,3,32,13,198,13,43,4,4,1,1,0,0,0,0,1,0,0 +46,16,7,32,17,166,13,50,4,4,2,1,0,0,0,0,0,1,0 +26,10,6,22,12,194,7,47,3,2,1,0,0,0,1,0,1,0,0 +31,11,4,26,13,214,16,43,4,4,2,1,0,0,0,0,0,1,0 +40,16,9,16,21,190,12,48,1,4,3,0,0,1,0,0,0,0,1 +23,9,9,19,10,235,10,52,2,1,2,0,1,0,0,0,0,1,0 +17,8,8,9,13,255,10,41,1,2,4,0,0,1,0,1,0,0,0 +25,11,3,13,17,201,9,44,2,3,4,0,1,0,0,1,0,0,0 +28,10,5,23,13,216,11,49,3,1,4,0,0,0,1,1,0,0,0 +29,11,4,26,11,185,10,56,3,2,3,0,0,0,1,0,0,0,1 +16,5,3,27,5,199,12,41,2,3,2,0,1,0,0,0,0,1,0 +21,8,7,21,9,217,8,46,3,1,1,0,0,0,1,0,1,0,0 +29,11,7,19,15,159,13,45,4,3,1,1,0,0,0,0,1,0,0 +38,12,8,28,15,180,14,36,4,4,3,1,0,0,0,0,0,0,1 +29,11,5,21,15,164,15,38,3,4,2,0,0,0,1,0,0,1,0 +22,7,7,24,9,190,8,39,4,1,1,1,0,0,0,0,1,0,0 +38,14,6,23,18,189,12,41,1,3,2,0,0,1,0,0,0,1,0 +22,9,7,19,11,198,5,48,1,4,3,0,0,1,0,0,0,0,1 +31,10,5,28,12,182,10,39,3,4,2,0,0,0,1,0,0,1,0 +17,7,6,18,9,227,7,45,4,3,3,1,0,0,0,0,0,0,1 +34,13,3,25,15,184,12,47,1,2,1,0,0,1,0,0,1,0,0 +17,5,4,29,5,180,10,40,4,2,4,1,0,0,0,1,0,0,0 +27,11,6,22,12,163,7,55,3,2,3,0,0,0,1,0,0,0,1 +23,8,4,27,9,225,8,47,4,4,3,1,0,0,0,0,0,0,1 +9,5,7,11,8,200,12,49,3,3,3,0,0,0,1,0,0,0,1 +28,11,6,21,13,191,16,48,1,1,2,0,0,1,0,0,0,1,0 +30,12,6,23,13,225,11,56,4,1,3,1,0,0,0,0,0,0,1 +19,6,7,26,6,159,10,43,2,1,1,0,1,0,0,0,1,0,0 +23,9,6,18,12,204,14,43,3,1,2,0,0,0,1,0,0,1,0 +47,16,5,32,18,195,12,51,3,4,1,0,0,0,1,0,1,0,0 +30,12,5,21,14,184,15,54,1,2,1,0,0,1,0,0,1,0,0 +20,6,2,32,6,214,12,40,2,2,2,0,1,0,0,0,0,1,0 +37,12,5,29,15,179,8,40,3,1,1,0,0,0,1,0,1,0,0 +25,8,2,28,10,215,10,40,3,1,3,0,0,0,1,0,0,0,1 +32,11,5,30,12,185,11,47,3,1,2,0,0,0,1,0,0,1,0 +24,9,4,20,12,174,8,46,4,4,3,1,0,0,0,0,0,0,1 +32,12,6,23,14,169,10,53,3,2,3,0,0,0,1,0,0,0,1 +13,6,8,9,11,171,10,38,1,2,3,0,0,1,0,0,0,0,1 +25,11,7,11,16,165,9,39,2,2,2,0,1,0,0,0,0,1,0 +24,9,5,22,11,170,13,46,3,1,3,0,0,0,1,0,0,0,1 +36,14,3,18,21,230,15,37,1,3,4,0,0,1,0,1,0,0,0 +44,16,4,28,19,194,12,50,3,2,2,0,0,0,1,0,0,1,0 +43,15,5,29,18,231,10,36,3,3,2,0,0,0,1,0,0,1,0 +27,11,6,18,15,188,11,40,4,4,1,1,0,0,0,0,1,0,0 +27,10,3,23,13,204,16,43,2,3,2,0,1,0,0,0,0,1,0 +49,16,7,38,15,151,14,47,3,2,4,0,0,0,1,1,0,0,0 +27,9,8,29,9,199,14,47,1,4,1,0,0,1,0,0,1,0,0 +37,12,7,32,13,194,16,44,4,3,3,1,0,0,0,0,0,0,1 +16,6,3,27,5,176,7,48,1,1,1,0,0,1,0,0,1,0,0 +25,11,6,19,12,150,13,55,4,1,1,1,0,0,0,0,1,0,0 +51,19,5,21,25,192,12,56,3,2,1,0,0,0,1,0,1,0,0 +26,10,5,28,8,231,15,57,1,1,4,0,0,1,0,1,0,0,0 +7,4,5,14,6,183,6,50,3,3,1,0,0,0,1,0,1,0,0 +13,7,2,7,15,199,9,39,2,4,1,0,1,0,0,0,1,0,0 +38,14,5,28,16,142,12,41,4,3,4,1,0,0,0,1,0,0,0 +38,14,5,24,17,193,3,49,3,2,2,0,0,0,1,0,0,1,0 +35,12,7,30,12,156,11,39,3,2,4,0,0,0,1,1,0,0,0 +30,10,2,33,10,174,13,41,2,3,4,0,1,0,0,1,0,0,0 +29,11,3,23,15,217,16,40,2,3,1,0,1,0,0,0,1,0,0 +27,10,6,25,11,207,13,40,1,1,2,0,0,1,0,0,0,1,0 +44,15,3,29,19,193,11,40,4,4,1,1,0,0,0,0,1,0,0 +28,10,10,25,10,190,16,54,2,2,4,0,1,0,0,1,0,0,0 +21,8,5,23,9,209,9,48,4,3,1,1,0,0,0,0,1,0,0 +40,14,5,34,13,158,6,47,3,2,3,0,0,0,1,0,0,0,1 +50,18,3,33,19,219,9,51,3,2,4,0,0,0,1,1,0,0,0 +29,12,4,16,18,151,9,30,1,3,4,0,0,1,0,1,0,0,0 +20,7,7,27,7,200,15,42,2,2,1,0,1,0,0,0,1,0,0 +32,12,5,25,14,179,10,47,1,3,2,0,0,1,0,0,0,1,0 +14,6,5,17,8,265,9,47,4,1,2,1,0,0,0,0,0,1,0 +40,15,4,30,16,225,12,48,2,1,4,0,1,0,0,1,0,0,0 +22,9,4,23,9,185,8,55,1,4,2,0,0,1,0,0,0,1,0 +31,12,5,22,14,193,16,54,4,1,4,1,0,0,0,1,0,0,0 +25,10,5,15,15,251,10,46,3,2,4,0,0,0,1,1,0,0,0 +26,9,5,29,9,202,10,49,4,1,3,1,0,0,0,0,0,0,1 +45,16,5,28,19,222,8,53,4,4,2,1,0,0,0,0,0,1,0 +41,15,3,29,17,201,13,53,2,3,1,0,1,0,0,0,1,0,0 +33,12,4,30,12,188,17,45,3,3,4,0,0,0,1,1,0,0,0 +31,9,2,37,8,169,11,45,3,2,4,0,0,0,1,1,0,0,0 +42,15,3,34,16,228,12,42,3,4,2,0,0,0,1,0,0,1,0 +11,6,3,13,9,220,10,48,1,2,3,0,0,1,0,0,0,0,1 +24,9,5,23,10,178,9,45,1,2,3,0,0,1,0,0,0,0,1 +18,7,5,23,7,173,7,47,4,4,4,1,0,0,0,1,0,0,0 +29,10,9,23,12,264,15,40,3,2,2,0,0,0,1,0,0,1,0 +18,6,5,27,7,227,9,40,3,4,2,0,0,0,1,0,0,1,0 +36,13,4,21,19,211,18,36,1,4,3,0,0,1,0,0,0,0,1 +25,9,7,23,11,204,14,38,4,2,1,1,0,0,0,0,1,0,0 +36,13,7,23,17,191,14,39,4,1,3,1,0,0,0,0,0,0,1 +22,8,2,24,10,128,13,50,4,1,1,1,0,0,0,0,1,0,0 +30,11,3,31,11,164,11,45,2,4,1,0,1,0,0,0,1,0,0 +31,11,4,21,16,197,14,46,4,2,2,1,0,0,0,0,0,1,0 +37,12,5,35,11,208,11,52,3,2,1,0,0,0,1,0,1,0,0 +30,11,3,21,15,182,8,47,4,3,3,1,0,0,0,0,0,0,1 +26,9,1,30,10,214,13,50,2,4,2,0,1,0,0,0,0,1,0 +21,7,1,29,8,211,6,40,1,1,1,0,0,1,0,0,1,0,0 +34,11,4,31,13,216,6,36,1,4,4,0,0,1,0,1,0,0,0 +39,13,7,31,15,182,8,35,4,2,1,1,0,0,0,0,1,0,0 +38,12,4,30,16,160,16,32,2,3,1,0,1,0,0,0,1,0,0 +26,10,3,20,14,257,20,47,4,4,2,1,0,0,0,0,0,1,0 +33,13,5,19,17,206,9,45,3,1,3,0,0,0,1,0,0,0,1 +21,7,4,25,9,199,13,44,4,3,4,1,0,0,0,1,0,0,0 +41,16,4,19,21,194,12,59,4,1,1,1,0,0,0,0,1,0,0 +38,12,5,32,13,180,12,46,3,1,3,0,0,0,1,0,0,0,1 +45,18,5,23,21,205,7,58,1,4,3,0,0,1,0,0,0,0,1 +22,7,4,21,11,266,13,41,4,4,3,1,0,0,0,0,0,0,1 +42,15,4,33,15,175,14,49,3,1,4,0,0,0,1,1,0,0,0 +25,9,6,20,13,238,11,41,2,4,4,0,1,0,0,1,0,0,0 +45,15,6,33,16,170,13,48,3,2,2,0,0,0,1,0,0,1,0 +30,11,5,24,14,202,15,44,2,3,2,0,1,0,0,0,0,1,0 +34,10,5,31,12,181,13,40,2,3,3,0,1,0,0,0,0,0,1 +30,11,4,25,13,208,6,51,3,3,2,0,0,0,1,0,0,1,0 +55,20,5,31,23,227,14,41,3,2,2,0,0,0,1,0,0,1,0 +36,13,6,25,15,165,12,47,1,1,1,0,0,1,0,0,1,0,0 +33,13,5,16,19,176,8,48,1,2,1,0,0,1,0,0,1,0,0 +27,10,7,20,13,245,9,39,1,1,2,0,0,1,0,0,0,1,0 +45,16,5,28,20,191,14,42,1,1,1,0,0,1,0,0,1,0,0 +22,9,5,20,11,227,11,42,2,3,1,0,1,0,0,0,1,0,0 +21,9,6,16,12,185,13,47,2,1,2,0,1,0,0,0,0,1,0 +21,8,5,20,10,173,8,56,4,4,3,1,0,0,0,0,0,0,1 +34,11,5,32,12,221,14,41,1,1,2,0,0,1,0,0,0,1,0 +14,4,8,29,2,164,7,41,2,3,3,0,1,0,0,0,0,0,1 +22,10,4,16,13,137,11,47,2,3,1,0,1,0,0,0,1,0,0 +50,16,6,34,19,185,16,38,4,2,4,1,0,0,0,1,0,0,0 +42,14,2,28,18,150,12,46,3,3,2,0,0,0,1,0,0,1,0 +29,11,1,27,13,188,10,47,3,1,3,0,0,0,1,0,0,0,1 +46,18,3,22,23,196,10,50,2,1,3,0,1,0,0,0,0,0,1 +36,14,3,19,19,162,11,45,4,1,4,1,0,0,0,1,0,0,0 +31,13,6,12,19,237,11,40,3,1,4,0,0,0,1,1,0,0,0 +27,10,6,24,11,213,6,54,3,3,1,0,0,0,1,0,1,0,0 +46,16,9,29,18,204,17,49,4,1,4,1,0,0,0,1,0,0,0 +24,12,1,5,20,205,11,51,3,3,3,0,0,0,1,0,0,0,1 +31,11,7,21,14,165,14,45,2,3,3,0,1,0,0,0,0,0,1 +48,17,7,31,19,190,7,41,3,1,4,0,0,0,1,1,0,0,0 +28,10,5,22,13,222,6,46,3,1,3,0,0,0,1,0,0,0,1 +20,7,4,22,11,185,11,32,4,2,1,1,0,0,0,0,1,0,0 +34,11,4,32,12,177,9,35,2,4,2,0,1,0,0,0,0,1,0 +24,9,4,28,10,240,13,39,2,3,1,0,1,0,0,0,1,0,0 +21,8,1,20,13,240,10,33,4,2,4,1,0,0,0,1,0,0,0 +29,12,6,14,17,250,5,47,3,1,4,0,0,0,1,1,0,0,0 +31,11,3,32,10,173,8,56,4,1,4,1,0,0,0,1,0,0,0 +24,10,6,18,13,178,15,47,2,3,1,0,1,0,0,0,1,0,0 +24,9,4,20,12,224,10,46,1,1,3,0,0,1,0,0,0,0,1 +33,11,6,25,15,154,17,37,3,1,3,0,0,0,1,0,0,0,1 +35,12,8,31,12,226,6,41,4,3,2,1,0,0,0,0,0,1,0 +23,10,4,21,11,197,15,45,2,2,1,0,1,0,0,0,1,0,0 +35,13,4,23,16,194,14,51,3,2,4,0,0,0,1,1,0,0,0 +25,10,5,15,15,194,15,40,4,3,3,1,0,0,0,0,0,0,1 +53,18,5,31,22,193,14,39,4,1,1,1,0,0,0,0,1,0,0 +33,11,3,33,10,233,9,54,2,4,3,0,1,0,0,0,0,0,1 +13,6,5,20,6,191,13,51,1,4,2,0,0,1,0,0,0,1,0 +44,15,6,34,16,197,11,39,3,1,3,0,0,0,1,0,0,0,1 +37,14,2,25,17,168,13,44,3,1,2,0,0,0,1,0,0,1,0 +35,11,7,28,13,243,13,42,2,3,1,0,1,0,0,0,1,0,0 +35,12,5,28,14,173,9,44,1,1,4,0,0,1,0,1,0,0,0 +12,5,2,16,10,189,16,39,4,1,2,1,0,0,0,0,0,1,0 +42,15,3,32,16,136,10,46,1,4,3,0,0,1,0,0,0,0,1 +41,15,6,25,19,267,11,33,3,1,2,0,0,0,1,0,0,1,0 +27,10,4,25,12,165,10,39,4,3,1,1,0,0,0,0,1,0,0 +21,8,3,25,9,232,6,46,3,2,4,0,0,0,1,1,0,0,0 +34,12,3,25,16,210,13,40,4,1,4,1,0,0,0,1,0,0,0 +44,15,5,31,18,184,13,34,1,2,2,0,0,1,0,0,0,1,0 +35,14,3,19,19,124,16,43,2,4,2,0,1,0,0,0,0,1,0 +47,15,6,37,16,214,13,41,1,3,1,0,0,1,0,0,1,0,0 +34,11,4,31,12,208,10,42,3,1,4,0,0,0,1,1,0,0,0 +18,6,6,28,5,195,11,40,1,3,4,0,0,1,0,1,0,0,0 +24,10,3,22,12,223,8,46,2,2,1,0,1,0,0,0,1,0,0 +32,13,3,23,15,182,12,54,1,4,2,0,0,1,0,0,0,1,0 +26,11,3,18,15,225,14,46,3,1,3,0,0,0,1,0,0,0,1 +34,13,6,17,18,185,7,50,4,1,2,1,0,0,0,0,0,1,0 +34,11,7,29,13,188,9,40,4,3,2,1,0,0,0,0,0,1,0 +40,15,5,25,19,192,9,45,3,4,2,0,0,0,1,0,0,1,0 +33,11,4,32,12,173,10,36,3,4,1,0,0,0,1,0,1,0,0 +40,14,3,36,14,235,8,42,3,2,3,0,0,0,1,0,0,0,1 +43,15,5,26,20,185,18,34,2,3,2,0,1,0,0,0,0,1,0 +41,15,5,28,18,191,14,41,2,3,1,0,1,0,0,0,1,0,0 +45,17,3,24,21,180,12,54,3,3,2,0,0,0,1,0,0,1,0 +28,11,3,17,17,199,14,43,1,3,3,0,0,1,0,0,0,0,1 +52,17,6,38,17,191,12,48,1,1,4,0,0,1,0,1,0,0,0 +37,14,6,17,20,206,14,37,4,3,2,1,0,0,0,0,0,1,0 +25,9,5,25,11,167,6,44,3,4,1,0,0,0,1,0,1,0,0 +32,12,6,25,13,205,11,45,3,2,2,0,0,0,1,0,0,1,0 +28,11,3,22,15,189,12,41,2,4,1,0,1,0,0,0,1,0,0 +53,18,4,34,21,169,12,50,2,4,4,0,1,0,0,1,0,0,0 +34,13,4,19,17,183,8,56,3,2,3,0,0,0,1,0,0,0,1 +15,6,5,17,9,207,11,37,4,2,1,1,0,0,0,0,1,0,0 +28,12,6,16,16,196,12,48,3,2,2,0,0,0,1,0,0,1,0 +29,11,6,21,14,149,10,52,3,4,1,0,0,0,1,0,1,0,0 +24,8,5,29,8,218,15,40,1,3,4,0,0,1,0,1,0,0,0 +31,11,7,29,10,176,9,53,1,4,2,0,0,1,0,0,0,1,0 +18,8,8,16,9,179,17,49,3,3,4,0,0,0,1,1,0,0,0 +39,12,3,35,13,190,15,43,1,1,3,0,0,1,0,0,0,0,1 +23,8,3,26,9,137,9,52,2,4,3,0,1,0,0,0,0,0,1 +37,13,4,25,17,186,6,43,4,3,4,1,0,0,0,1,0,0,0 +51,17,8,36,18,210,9,35,2,4,2,0,1,0,0,0,0,1,0 +26,9,4,29,10,216,13,46,2,3,2,0,1,0,0,0,0,1,0 +37,12,5,28,16,223,11,32,1,3,4,0,0,1,0,1,0,0,0 +20,9,4,16,13,191,15,33,1,2,1,0,0,1,0,0,1,0,0 +30,11,2,28,13,120,10,44,2,3,4,0,1,0,0,1,0,0,0 +45,15,5,30,19,154,13,40,4,3,1,1,0,0,0,0,1,0,0 +31,11,5,23,15,225,9,34,1,2,3,0,0,1,0,0,0,0,1 +38,14,2,32,15,193,13,42,4,3,2,1,0,0,0,0,0,1,0 +36,12,6,30,14,232,12,33,1,2,4,0,0,1,0,1,0,0,0 +34,12,5,30,13,176,11,42,1,2,4,0,0,1,0,1,0,0,0 +32,12,6,24,14,175,19,49,2,1,2,0,1,0,0,0,0,1,0 +38,14,6,25,17,194,19,40,1,3,2,0,0,1,0,0,0,1,0 +35,14,6,24,14,219,10,63,3,1,4,0,0,0,1,1,0,0,0 +32,11,4,30,11,206,12,53,1,1,2,0,0,1,0,0,0,1,0 +28,10,5,29,10,184,10,44,2,3,1,0,1,0,0,0,1,0,0 +20,8,5,25,8,226,11,50,4,3,2,1,0,0,0,0,0,1,0 +23,9,7,16,13,202,8,40,1,2,3,0,0,1,0,0,0,0,1 +22,8,6,23,10,195,8,43,1,1,2,0,0,1,0,0,0,1,0 +37,12,4,33,13,180,11,39,4,2,4,1,0,0,0,1,0,0,0 +42,15,5,30,17,165,14,42,1,2,3,0,0,1,0,0,0,0,1 +27,9,7,29,9,185,5,50,4,2,1,1,0,0,0,0,1,0,0 +37,12,3,32,14,202,5,40,2,4,4,0,1,0,0,1,0,0,0 +44,15,4,32,18,204,12,39,2,2,1,0,1,0,0,0,1,0,0 +39,13,7,35,12,149,7,44,3,3,4,0,0,0,1,1,0,0,0 +13,6,5,7,14,228,7,28,4,1,4,1,0,0,0,1,0,0,0 +40,14,3,28,17,206,15,51,1,1,3,0,0,1,0,0,0,0,1 +38,14,4,26,16,178,10,52,1,1,3,0,0,1,0,0,0,0,1 +38,13,7,27,16,175,10,36,4,2,4,1,0,0,0,1,0,0,0 +23,7,4,30,7,195,13,50,4,1,2,1,0,0,0,0,0,1,0 +32,12,4,18,18,219,8,38,4,1,2,1,0,0,0,0,0,1,0 +46,17,4,26,20,193,12,57,4,2,2,1,0,0,0,0,0,1,0 +50,19,4,28,22,165,9,54,4,3,2,1,0,0,0,0,0,1,0 +24,9,3,24,11,178,14,42,4,1,2,1,0,0,0,0,0,1,0 +36,14,6,19,19,190,15,46,4,3,4,1,0,0,0,1,0,0,0 +29,13,4,19,16,213,13,56,3,4,1,0,0,0,1,0,1,0,0 +34,12,6,21,17,197,16,36,2,2,3,0,1,0,0,0,0,0,1 +34,13,2,20,19,220,15,41,1,4,4,0,0,1,0,1,0,0,0 +9,4,5,18,5,232,15,46,4,2,4,1,0,0,0,1,0,0,0 +29,11,7,24,12,203,15,46,1,3,4,0,0,1,0,1,0,0,0 +24,10,2,19,13,185,12,48,3,4,4,0,0,0,1,1,0,0,0 +42,15,4,27,19,204,17,34,4,1,3,1,0,0,0,0,0,0,1 +28,10,6,28,10,173,16,46,3,1,4,0,0,0,1,1,0,0,0 +45,15,5,34,16,220,11,46,2,1,3,0,1,0,0,0,0,0,1 +21,8,6,22,10,210,13,39,2,2,3,0,1,0,0,0,0,0,1 +31,12,7,22,14,185,12,56,3,1,1,0,0,0,1,0,1,0,0 +36,11,5,40,10,254,7,40,2,4,1,0,1,0,0,0,1,0,0 +23,10,5,18,13,201,11,43,1,2,4,0,0,1,0,1,0,0,0 +34,13,4,22,16,242,14,51,4,4,2,1,0,0,0,0,0,1,0 +38,14,6,26,16,158,12,46,4,2,4,1,0,0,0,1,0,0,0 +21,8,3,22,10,213,11,42,4,1,1,1,0,0,0,0,1,0,0 +30,12,5,21,15,233,7,45,3,2,1,0,0,0,1,0,1,0,0 +45,15,7,19,24,208,15,24,2,1,3,0,1,0,0,0,0,0,1 +47,17,5,32,19,182,12,47,4,2,1,1,0,0,0,0,1,0,0 +46,14,8,36,15,209,12,37,1,4,4,0,0,1,0,1,0,0,0 +27,10,6,24,13,163,13,33,1,4,4,0,0,1,0,1,0,0,0 +27,10,5,23,12,208,11,46,2,2,4,0,1,0,0,1,0,0,0 +16,7,7,20,7,193,6,52,3,2,2,0,0,0,1,0,0,1,0 +22,8,3,23,11,216,6,41,3,4,4,0,0,0,1,1,0,0,0 +41,13,6,35,14,203,8,40,4,2,2,1,0,0,0,0,0,1,0 +21,8,5,24,9,207,11,46,3,4,3,0,0,0,1,0,0,0,1 +29,9,3,35,8,176,13,46,2,3,3,0,1,0,0,0,0,0,1 +42,14,7,28,17,209,12,39,1,4,4,0,0,1,0,1,0,0,0 +38,15,6,19,19,258,6,42,4,2,2,1,0,0,0,0,0,1,0 +25,9,5,27,9,144,7,46,4,4,2,1,0,0,0,0,0,1,0 +24,9,5,27,9,235,12,45,2,1,2,0,1,0,0,0,0,1,0 +34,12,5,25,15,194,8,41,3,1,1,0,0,0,1,0,1,0,0 +45,16,8,33,16,210,9,45,4,1,3,1,0,0,0,0,0,0,1 +33,12,6,27,13,193,5,49,4,4,4,1,0,0,0,1,0,0,0 +27,9,3,27,11,201,12,45,2,4,1,0,1,0,0,0,1,0,0 +12,6,5,14,9,157,10,45,1,3,4,0,0,1,0,1,0,0,0 +24,9,5,25,10,171,11,44,2,3,3,0,1,0,0,0,0,0,1 +36,11,4,38,10,210,14,42,2,1,1,0,1,0,0,0,1,0,0 +34,12,6,31,12,194,8,40,1,2,3,0,0,1,0,0,0,0,1 +31,12,3,17,18,208,9,38,4,2,2,1,0,0,0,0,0,1,0 +23,9,5,20,11,149,13,45,1,4,4,0,0,1,0,1,0,0,0 +27,11,4,20,14,198,9,42,3,2,4,0,0,0,1,1,0,0,0 +38,11,7,34,13,190,17,31,3,3,3,0,0,0,1,0,0,0,1 +29,11,7,22,13,229,13,58,4,3,1,1,0,0,0,0,1,0,0 +7,3,6,19,4,229,18,41,2,4,3,0,1,0,0,0,0,0,1 +45,16,7,30,17,185,10,56,1,1,2,0,0,1,0,0,0,1,0 +29,10,6,31,9,194,8,50,4,1,4,1,0,0,0,1,0,0,0 +24,11,6,13,15,204,7,50,4,4,1,1,0,0,0,0,1,0,0 +30,12,4,30,11,178,11,51,3,4,4,0,0,0,1,1,0,0,0 +27,11,7,16,15,179,6,43,4,1,2,1,0,0,0,0,0,1,0 +10,4,4,19,6,191,13,40,2,4,2,0,1,0,0,0,0,1,0 +25,8,5,25,11,188,11,33,1,4,1,0,0,1,0,0,1,0,0 +11,4,5,22,4,170,13,46,1,4,3,0,0,1,0,0,0,0,1 +42,16,3,21,21,197,11,44,2,4,3,0,1,0,0,0,0,0,1 +32,11,6,30,11,168,13,50,4,4,1,1,0,0,0,0,1,0,0 +40,14,7,26,17,216,12,43,4,3,4,1,0,0,0,1,0,0,0 +17,7,3,28,5,220,1,54,4,2,4,1,0,0,0,1,0,0,0 +27,10,4,22,13,204,7,45,1,4,4,0,0,1,0,1,0,0,0 +18,7,4,16,11,215,10,43,1,4,4,0,0,1,0,1,0,0,0 +40,14,6,32,14,191,5,42,1,3,4,0,0,1,0,1,0,0,0 +12,5,7,24,3,300,9,50,1,1,1,0,0,1,0,0,1,0,0 +30,11,5,33,10,187,14,49,2,3,1,0,1,0,0,0,1,0,0 +19,8,6,17,11,215,9,45,4,1,1,1,0,0,0,0,1,0,0 +45,16,6,29,18,210,11,49,4,3,3,1,0,0,0,0,0,0,1 +54,20,7,24,25,166,14,49,1,3,3,0,0,1,0,0,0,0,1 +41,15,6,27,17,195,8,54,3,2,1,0,0,0,1,0,1,0,0 +48,16,3,37,18,195,15,46,1,4,2,0,0,1,0,0,0,1,0 +50,18,3,36,18,137,11,58,1,1,1,0,0,1,0,0,1,0,0 +36,13,4,24,17,216,9,45,2,1,1,0,1,0,0,0,1,0,0 +53,19,5,32,21,167,7,50,1,4,2,0,0,1,0,0,0,1,0 +34,13,5,25,14,159,9,55,4,2,1,1,0,0,0,0,1,0,0 +36,12,3,30,15,208,13,39,4,4,4,1,0,0,0,1,0,0,0 +27,9,5,27,11,151,7,48,2,2,3,0,1,0,0,0,0,0,1 +14,5,4,22,6,178,8,37,3,2,2,0,0,0,1,0,0,1,0 +40,14,6,34,13,149,8,46,2,3,4,0,1,0,0,1,0,0,0 +15,6,7,21,7,231,13,42,4,2,4,1,0,0,0,1,0,0,0 +28,10,3,29,11,216,14,42,4,1,1,1,0,0,0,0,1,0,0 +38,13,3,33,14,226,13,49,2,2,2,0,1,0,0,0,0,1,0 +38,14,6,25,16,184,12,53,1,1,1,0,0,1,0,0,1,0,0 +30,10,8,27,11,241,10,43,2,4,4,0,1,0,0,1,0,0,0 +35,11,5,35,11,213,8,39,2,4,3,0,1,0,0,0,0,0,1 +31,12,5,21,15,207,7,46,2,1,1,0,1,0,0,0,1,0,0 +22,8,6,23,10,130,15,42,2,3,1,0,1,0,0,0,1,0,0 +39,14,9,31,13,237,7,49,4,4,4,1,0,0,0,1,0,0,0 +32,10,5,28,13,195,14,43,2,2,3,0,1,0,0,0,0,0,1 +32,11,6,24,14,224,9,43,3,2,1,0,0,0,1,0,1,0,0 +37,12,5,32,13,239,13,51,3,3,3,0,0,0,1,0,0,0,1 +29,11,7,23,12,170,7,48,4,3,3,1,0,0,0,0,0,0,1 +42,14,8,30,16,148,6,46,1,2,3,0,0,1,0,0,0,0,1 +39,12,9,36,11,176,13,48,2,4,3,0,1,0,0,0,0,0,1 +50,17,6,29,21,160,15,46,1,2,3,0,0,1,0,0,0,0,1 +36,13,3,26,16,201,9,48,3,3,2,0,0,0,1,0,0,1,0 +41,14,3,28,18,222,11,33,4,1,1,1,0,0,0,0,1,0,0 +30,12,6,23,13,215,11,52,3,4,1,0,0,0,1,0,1,0,0 +40,13,6,36,12,192,13,45,3,1,4,0,0,0,1,1,0,0,0 +24,8,4,28,8,211,8,48,1,4,3,0,0,1,0,0,0,0,1 +14,5,5,30,3,246,9,44,2,3,1,0,1,0,0,0,1,0,0 +19,9,5,13,13,200,12,46,4,2,1,1,0,0,0,0,1,0,0 +23,9,5,16,14,219,10,41,4,1,3,1,0,0,0,0,0,0,1 +50,18,6,28,21,189,12,52,3,4,4,0,0,0,1,1,0,0,0 +50,18,6,33,18,232,7,57,3,2,2,0,0,0,1,0,0,1,0 +35,13,7,24,15,168,14,53,4,3,3,1,0,0,0,0,0,0,1 +32,10,6,31,11,175,8,41,4,2,2,1,0,0,0,0,0,1,0 +39,13,7,33,13,157,12,43,2,4,1,0,1,0,0,0,1,0,0 +42,14,6,30,17,231,15,41,2,3,4,0,1,0,0,1,0,0,0 +39,14,3,32,15,192,12,46,4,3,1,1,0,0,0,0,1,0,0 +12,5,6,15,8,193,8,43,4,1,2,1,0,0,0,0,0,1,0 +17,8,5,10,13,250,12,43,3,1,3,0,0,0,1,0,0,0,1 +31,11,5,27,13,196,6,40,3,4,3,0,0,0,1,0,0,0,1 +23,9,6,20,12,193,8,34,2,1,4,0,1,0,0,1,0,0,0 +31,11,7,25,13,194,13,33,2,1,3,0,1,0,0,0,0,0,1 +51,18,4,32,21,209,11,47,3,2,2,0,0,0,1,0,0,1,0 +27,9,6,28,10,165,13,38,2,3,3,0,1,0,0,0,0,0,1 +50,17,5,26,24,210,11,35,2,4,4,0,1,0,0,1,0,0,0 +29,12,4,18,15,249,12,49,2,2,1,0,1,0,0,0,1,0,0 +48,16,4,41,14,194,14,56,4,2,1,1,0,0,0,0,1,0,0 +19,8,8,18,10,159,14,47,4,4,4,1,0,0,0,1,0,0,0 +9,3,6,22,3,185,7,38,3,1,2,0,0,0,1,0,0,1,0 +36,13,4,27,16,183,12,42,4,4,3,1,0,0,0,0,0,0,1 +24,10,6,14,15,204,8,42,4,1,4,1,0,0,0,1,0,0,0 +19,8,5,24,7,160,11,56,3,3,3,0,0,0,1,0,0,0,1 +41,15,4,23,20,179,9,46,1,4,4,0,0,1,0,1,0,0,0 +23,8,4,24,10,173,15,44,2,4,4,0,1,0,0,1,0,0,0 +58,20,7,34,22,173,11,47,4,1,4,1,0,0,0,1,0,0,0 +12,4,5,22,5,270,10,43,2,2,2,0,1,0,0,0,0,1,0 +33,10,6,33,10,224,8,44,3,4,2,0,0,0,1,0,0,1,0 +27,11,6,19,13,249,13,52,3,3,3,0,0,0,1,0,0,0,1 +37,13,4,28,15,177,11,48,4,1,4,1,0,0,0,1,0,0,0 +37,13,2,31,15,207,12,41,1,4,2,0,0,1,0,0,0,1,0 +14,5,3,24,7,209,15,38,1,4,3,0,0,1,0,0,0,0,1 +30,12,3,22,15,187,9,48,3,4,2,0,0,0,1,0,0,1,0 +26,9,4,28,9,225,12,50,3,3,2,0,0,0,1,0,0,1,0 +23,9,3,23,11,188,14,43,1,1,3,0,0,1,0,0,0,0,1 +43,15,6,22,21,173,9,32,4,1,3,1,0,0,0,0,0,0,1 +44,15,8,23,20,215,10,39,1,4,2,0,0,1,0,0,0,1,0 +14,5,3,26,6,206,9,28,2,2,3,0,1,0,0,0,0,0,1 +0,1,5,17,1,202,6,48,2,2,1,0,1,0,0,0,1,0,0 +21,8,4,21,11,195,5,49,2,1,1,0,1,0,0,0,1,0,0 +16,6,3,23,8,191,14,36,1,2,1,0,0,1,0,0,1,0,0 +42,14,9,35,12,194,13,52,3,1,1,0,0,0,1,0,1,0,0 +30,11,7,22,13,186,15,46,4,4,4,1,0,0,0,1,0,0,0 +21,7,7,28,6,193,9,44,2,2,2,0,1,0,0,0,0,1,0 +18,6,5,27,5,220,11,56,1,3,2,0,0,1,0,0,0,1,0 +20,9,2,15,14,201,15,44,3,4,3,0,0,0,1,0,0,0,1 +17,7,6,16,10,186,10,42,1,1,3,0,0,1,0,0,0,0,1 +31,11,6,23,15,209,5,36,3,3,4,0,0,0,1,1,0,0,0 +44,18,5,18,23,175,12,47,3,1,4,0,0,0,1,1,0,0,0 +30,11,4,31,10,235,13,49,2,3,3,0,1,0,0,0,0,0,1 +43,15,5,27,19,246,7,38,2,1,3,0,1,0,0,0,0,0,1 +25,10,3,17,14,191,5,46,1,1,1,0,0,1,0,0,1,0,0 +37,13,5,30,14,191,11,45,3,4,2,0,0,0,1,0,0,1,0 +20,8,4,17,12,241,11,44,3,4,1,0,0,0,1,0,1,0,0 +36,12,6,33,13,159,14,37,3,2,3,0,0,0,1,0,0,0,1 +26,10,6,22,12,213,11,52,2,3,1,0,1,0,0,0,1,0,0 +28,11,4,28,11,218,11,48,1,3,1,0,0,1,0,0,1,0,0 +27,9,5,28,11,212,10,39,1,1,1,0,0,1,0,0,1,0,0 +37,12,6,29,14,189,6,45,2,2,2,0,1,0,0,0,0,1,0 +16,6,5,19,9,189,11,33,1,2,3,0,0,1,0,0,0,0,1 +36,12,2,29,15,172,8,43,3,4,4,0,0,0,1,1,0,0,0 +26,9,7,24,11,196,9,36,1,3,2,0,0,1,0,0,0,1,0 +46,14,6,38,15,225,11,37,4,1,4,1,0,0,0,1,0,0,0 +33,11,5,26,15,196,10,36,4,4,2,1,0,0,0,0,0,1,0 +24,9,1,28,10,195,13,46,4,4,2,1,0,0,0,0,0,1,0 +33,13,4,19,18,240,11,50,2,3,4,0,1,0,0,1,0,0,0 +60,19,4,46,19,181,6,35,3,2,2,0,0,0,1,0,0,1,0 +27,7,6,35,7,215,14,32,3,1,2,0,0,0,1,0,0,1,0 +30,12,4,21,15,217,12,49,1,2,4,0,0,1,0,1,0,0,0 +51,19,8,20,25,265,12,45,1,4,2,0,0,1,0,0,0,1,0 +24,9,8,22,10,235,14,44,1,1,4,0,0,1,0,1,0,0,0 +10,5,4,20,5,202,13,54,4,2,3,1,0,0,0,0,0,0,1 +47,17,7,27,20,222,9,46,3,1,3,0,0,0,1,0,0,0,1 +28,9,4,30,10,206,12,44,3,4,2,0,0,0,1,0,0,1,0 +31,12,4,24,14,223,13,47,4,1,1,1,0,0,0,0,1,0,0 +23,8,7,26,8,170,8,46,1,1,4,0,0,1,0,1,0,0,0 +38,13,7,32,13,206,8,55,1,3,2,0,0,1,0,0,0,1,0 +41,15,2,24,20,155,11,46,2,1,4,0,1,0,0,1,0,0,0 +20,7,4,25,8,181,13,40,1,3,4,0,0,1,0,1,0,0,0 +20,7,4,23,9,208,10,40,4,3,4,1,0,0,0,1,0,0,0 +43,16,4,22,21,221,5,45,4,1,3,1,0,0,0,0,0,0,1 +0,1,4,13,4,174,7,44,4,4,2,1,0,0,0,0,0,1,0 +17,6,5,27,6,225,10,41,1,3,1,0,0,1,0,0,1,0,0 +26,9,6,26,10,240,12,39,2,1,4,0,1,0,0,1,0,0,0 +33,12,5,26,13,204,12,47,2,1,2,0,1,0,0,0,0,1,0 +33,11,8,25,14,215,11,37,1,3,3,0,0,1,0,0,0,0,1 +31,11,7,25,13,198,16,45,3,4,3,0,0,0,1,0,0,0,1 +51,16,8,41,14,206,12,53,1,1,3,0,0,1,0,0,0,0,1 +38,15,6,21,18,203,7,49,1,2,3,0,0,1,0,0,0,0,1 +29,13,4,9,20,179,11,45,2,1,4,0,1,0,0,1,0,0,0 +30,12,3,25,13,150,13,54,2,3,2,0,1,0,0,0,0,1,0 +33,13,4,19,18,219,13,46,2,4,1,0,1,0,0,0,1,0,0 +34,12,5,23,16,197,10,42,3,2,2,0,0,0,1,0,0,1,0 +38,15,1,24,18,200,11,52,4,4,3,1,0,0,0,0,0,0,1 +15,5,5,27,4,208,10,41,4,1,4,1,0,0,0,1,0,0,0 +20,7,4,27,7,166,16,44,4,1,2,1,0,0,0,0,0,1,0 +48,16,5,37,16,228,11,38,3,1,4,0,0,0,1,1,0,0,0 +17,7,4,24,7,159,19,47,2,1,4,0,1,0,0,1,0,0,0 +27,9,3,30,10,199,13,45,3,2,1,0,0,0,1,0,1,0,0 +29,11,7,26,11,232,9,53,2,2,2,0,1,0,0,0,0,1,0 +19,9,5,12,13,194,10,45,3,2,3,0,0,0,1,0,0,0,1 +25,9,7,27,9,165,11,46,3,4,2,0,0,0,1,0,0,1,0 +20,7,5,25,8,180,6,46,4,2,3,1,0,0,0,0,0,0,1 +43,15,4,29,18,197,6,39,4,1,1,1,0,0,0,0,1,0,0 +30,12,9,13,17,191,13,46,1,3,1,0,0,1,0,0,1,0,0 +33,12,6,26,14,213,12,41,2,3,1,0,1,0,0,0,1,0,0 +35,12,6,26,15,229,13,38,3,1,2,0,0,0,1,0,0,1,0 +24,9,4,18,14,208,8,43,4,4,1,1,0,0,0,0,1,0,0 +27,9,4,24,12,200,10,36,1,3,3,0,0,1,0,0,0,0,1 +32,12,4,23,16,180,12,37,1,3,3,0,0,1,0,0,0,0,1 +31,11,5,27,13,146,14,45,3,4,2,0,0,0,1,0,0,1,0 +31,10,4,32,11,220,10,33,4,2,3,1,0,0,0,0,0,0,1 +29,11,9,24,11,198,18,42,2,1,2,0,1,0,0,0,0,1,0 +27,9,8,28,9,167,7,43,3,2,1,0,0,0,1,0,1,0,0 +44,15,5,31,18,240,11,32,3,2,4,0,0,0,1,1,0,0,0 +25,9,6,26,9,224,11,48,2,2,3,0,1,0,0,0,0,0,1 +24,9,4,26,9,248,12,57,1,4,4,0,0,1,0,1,0,0,0 +37,13,4,29,15,160,14,53,4,1,3,1,0,0,0,0,0,0,1 +41,14,3,34,15,142,6,52,4,1,1,1,0,0,0,0,1,0,0 +24,10,5,15,14,201,10,50,1,4,2,0,0,1,0,0,0,1,0 +21,8,6,15,13,178,15,36,2,2,1,0,1,0,0,0,1,0,0 +26,10,3,25,12,182,11,41,1,4,4,0,0,1,0,1,0,0,0 +33,12,3,29,12,186,13,54,3,4,3,0,0,0,1,0,0,0,1 +25,10,6,19,12,158,13,46,1,4,3,0,0,1,0,0,0,0,1 +37,14,2,27,16,207,14,50,1,2,4,0,0,1,0,1,0,0,0 +41,14,7,26,17,199,7,43,2,3,3,0,1,0,0,0,0,0,1 +30,11,6,24,13,164,10,45,3,3,3,0,0,0,1,0,0,0,1 +40,13,3,36,14,205,10,36,1,1,2,0,0,1,0,0,0,1,0 +49,17,6,33,18,143,14,53,3,2,3,0,0,0,1,0,0,0,1 +41,15,3,31,16,224,11,55,1,3,2,0,0,1,0,0,0,1,0 +27,9,6,29,9,201,11,43,2,2,4,0,1,0,0,1,0,0,0 +35,13,3,26,15,212,8,48,1,4,4,0,0,1,0,1,0,0,0 +36,13,6,24,17,187,10,39,3,4,1,0,0,0,1,0,1,0,0 +22,8,3,20,12,221,9,34,4,1,4,1,0,0,0,1,0,0,0 +21,7,3,20,13,202,13,20,4,1,4,1,0,0,0,1,0,0,0 +36,12,5,28,15,213,13,44,3,4,4,0,0,0,1,1,0,0,0 +28,11,6,19,14,235,15,45,3,4,1,0,0,0,1,0,1,0,0 +18,8,6,21,8,173,14,47,3,2,2,0,0,0,1,0,0,1,0 +41,16,5,23,20,193,13,46,1,2,4,0,0,1,0,1,0,0,0 +49,17,6,28,21,172,14,41,2,1,3,0,1,0,0,0,0,0,1 +25,10,7,20,11,194,7,48,1,2,2,0,0,1,0,0,0,1,0 +19,6,3,32,4,218,9,56,2,4,2,0,1,0,0,0,0,1,0 +35,12,5,26,16,205,7,40,4,4,2,1,0,0,0,0,0,1,0 +26,10,6,22,12,206,7,45,4,3,1,1,0,0,0,0,1,0,0 +40,15,3,24,20,173,10,45,1,4,3,0,0,1,0,0,0,0,1 +42,16,5,21,21,245,14,46,3,4,2,0,0,0,1,0,0,1,0 +19,8,3,16,13,205,15,34,3,2,1,0,0,0,1,0,1,0,0 +36,13,3,31,14,211,8,44,2,2,2,0,1,0,0,0,0,1,0 +35,14,5,15,20,279,10,35,2,3,4,0,1,0,0,1,0,0,0 +33,12,6,27,13,211,10,53,4,4,1,1,0,0,0,0,1,0,0 +35,12,4,28,15,157,13,43,1,4,2,0,0,1,0,0,0,1,0 +22,9,4,21,11,233,11,44,1,1,4,0,0,1,0,1,0,0,0 +7,4,5,17,5,171,4,43,1,2,2,0,0,1,0,0,0,1,0 +35,12,7,28,14,158,13,43,2,3,1,0,1,0,0,0,1,0,0 +35,12,7,28,14,211,12,41,4,2,2,1,0,0,0,0,0,1,0 +15,6,6,24,6,182,16,43,2,1,4,0,1,0,0,1,0,0,0 +28,10,4,25,13,226,12,37,1,4,4,0,0,1,0,1,0,0,0 +9,5,5,13,7,182,11,52,2,3,2,0,1,0,0,0,0,1,0 +43,15,5,32,17,188,13,44,2,3,3,0,1,0,0,0,0,0,1 +43,16,4,27,19,194,8,45,3,2,4,0,0,0,1,1,0,0,0 +31,11,3,28,14,218,17,38,2,4,1,0,1,0,0,0,1,0,0 +30,12,5,18,16,187,9,46,3,3,1,0,0,0,1,0,1,0,0 +28,11,6,17,15,179,12,43,1,1,4,0,0,1,0,1,0,0,0 +27,10,4,27,10,226,12,55,1,1,4,0,0,1,0,1,0,0,0 +44,15,4,34,16,202,11,47,1,2,2,0,0,1,0,0,0,1,0 +29,10,4,28,12,166,7,42,2,4,1,0,1,0,0,0,1,0,0 +35,12,4,29,13,181,11,58,3,3,4,0,0,0,1,1,0,0,0 +31,10,6,36,8,238,9,44,3,3,3,0,0,0,1,0,0,0,1 +36,12,6,26,16,240,9,35,1,2,3,0,0,1,0,0,0,0,1 +30,10,4,27,12,204,16,40,1,1,2,0,0,1,0,0,0,1,0 +44,18,8,16,22,147,10,50,3,2,3,0,0,0,1,0,0,0,1 +45,14,7,34,16,240,8,37,3,4,3,0,0,0,1,0,0,0,1 +46,15,6,34,16,193,13,44,4,2,3,1,0,0,0,0,0,0,1 +33,12,4,21,17,198,10,45,4,4,1,1,0,0,0,0,1,0,0 +48,17,6,28,21,236,9,38,4,4,3,1,0,0,0,0,0,0,1 +37,14,5,27,16,183,11,51,1,4,3,0,0,1,0,0,0,0,1 +29,10,8,28,9,245,6,48,2,3,3,0,1,0,0,0,0,0,1 +22,8,3,29,7,203,14,58,1,2,1,0,0,1,0,0,1,0,0 +26,10,4,18,14,170,9,40,4,1,3,1,0,0,0,0,0,0,1 +22,9,6,17,12,170,12,46,3,1,2,0,0,0,1,0,0,1,0 +10,5,4,14,9,171,10,37,3,3,3,0,0,0,1,0,0,0,1 +15,7,6,12,11,200,13,40,4,4,4,1,0,0,0,1,0,0,0 +33,12,7,25,14,147,12,42,1,3,2,0,0,1,0,0,0,1,0 +48,17,2,34,19,240,13,44,1,4,1,0,0,1,0,0,1,0,0 +31,12,9,21,14,263,14,43,3,3,2,0,0,0,1,0,0,1,0 +23,9,5,18,13,166,8,47,1,3,3,0,0,1,0,0,0,0,1 +47,17,6,33,17,199,12,55,1,4,3,0,0,1,0,0,0,0,1 +28,11,7,16,16,199,10,45,3,4,4,0,0,0,1,1,0,0,0 +19,8,6,13,14,250,9,31,2,3,2,0,1,0,0,0,0,1,0 +35,11,7,30,13,131,10,40,1,4,3,0,0,1,0,0,0,0,1 +49,17,4,29,21,215,8,49,2,1,1,0,1,0,0,0,1,0,0 +39,13,6,26,18,210,12,24,1,1,2,0,0,1,0,0,0,1,0 +30,13,4,13,19,236,11,47,3,2,2,0,0,0,1,0,0,1,0 +35,13,6,24,16,192,7,47,2,2,1,0,1,0,0,0,1,0,0 +25,10,5,19,13,183,16,39,3,2,1,0,0,0,1,0,1,0,0 +21,9,7,16,12,185,14,46,2,4,2,0,1,0,0,0,0,1,0 +42,14,5,30,16,186,17,42,4,1,4,1,0,0,0,1,0,0,0 +37,12,5,33,14,245,8,35,3,2,2,0,0,0,1,0,0,1,0 +32,11,4,30,12,183,9,44,3,1,1,0,0,0,1,0,1,0,0 +34,13,5,19,18,183,9,43,2,3,3,0,1,0,0,0,0,0,1 +25,10,5,14,16,181,7,44,1,1,1,0,0,1,0,0,1,0,0 +24,9,5,26,10,178,9,45,3,3,2,0,0,0,1,0,0,1,0 +16,7,5,15,11,166,8,35,4,1,2,1,0,0,0,0,0,1,0 +54,19,6,35,20,215,12,48,1,1,2,0,0,1,0,0,0,1,0 +25,10,6,19,13,206,14,39,4,2,4,1,0,0,0,1,0,0,0 +38,14,3,22,19,215,9,47,3,4,3,0,0,0,1,0,0,0,1 +29,11,5,23,13,231,13,53,2,2,1,0,1,0,0,0,1,0,0 +43,15,5,29,18,233,10,44,1,4,4,0,0,1,0,1,0,0,0 +41,14,5,28,17,239,7,41,4,2,4,1,0,0,0,1,0,0,0 +17,7,5,17,10,179,9,48,2,1,1,0,1,0,0,0,1,0,0 +29,11,6,22,14,183,9,39,4,2,2,1,0,0,0,0,0,1,0 +32,12,7,25,13,192,8,49,1,3,4,0,0,1,0,1,0,0,0 +47,16,3,38,16,225,14,50,2,1,4,0,1,0,0,1,0,0,0 +28,10,3,28,11,179,11,47,3,4,4,0,0,0,1,1,0,0,0 +31,12,6,21,15,174,13,47,2,3,4,0,1,0,0,1,0,0,0 +29,10,5,30,10,169,9,40,2,1,2,0,1,0,0,0,0,1,0 +45,17,5,29,18,208,11,51,2,1,2,0,1,0,0,0,0,1,0 +31,11,5,28,12,214,11,44,4,2,2,1,0,0,0,0,0,1,0 +41,14,4,34,15,255,11,39,2,1,3,0,1,0,0,0,0,0,1 +27,10,6,25,11,214,4,46,2,4,4,0,1,0,0,1,0,0,0 +31,12,5,18,16,204,8,56,4,4,4,1,0,0,0,1,0,0,0 +29,9,6,31,9,179,10,42,3,2,4,0,0,0,1,1,0,0,0 +23,9,2,23,12,210,11,37,1,1,2,0,0,1,0,0,0,1,0 +18,6,8,17,10,195,5,40,2,2,3,0,1,0,0,0,0,0,1 +22,9,5,17,12,226,10,49,2,3,3,0,1,0,0,0,0,0,1 +28,12,3,19,15,167,8,45,1,2,2,0,0,1,0,0,0,1,0 +12,6,2,10,12,183,14,45,3,1,4,0,0,0,1,1,0,0,0 +28,10,6,32,8,185,14,47,4,4,1,1,0,0,0,0,1,0,0 +12,4,5,22,6,180,8,36,1,4,3,0,0,1,0,0,0,0,1 +35,12,6,32,11,200,10,55,2,4,4,0,1,0,0,1,0,0,0 +26,9,6,24,11,190,13,44,4,4,2,1,0,0,0,0,0,1,0 +34,13,7,18,18,200,12,40,4,1,4,1,0,0,0,1,0,0,0 +38,13,5,33,14,204,10,48,4,4,3,1,0,0,0,0,0,0,1 +57,19,7,35,21,233,13,50,2,3,4,0,1,0,0,1,0,0,0 +17,8,4,17,11,192,10,44,1,1,1,0,0,1,0,0,1,0,0 +21,7,4,28,7,221,15,43,3,3,1,0,0,0,1,0,1,0,0 +40,14,3,29,17,214,14,44,3,4,1,0,0,0,1,0,1,0,0 +41,16,7,16,23,189,14,35,1,2,2,0,0,1,0,0,0,1,0 +42,15,5,26,18,173,11,55,3,4,1,0,0,0,1,0,1,0,0 +23,9,6,23,10,148,9,39,2,4,2,0,1,0,0,0,0,1,0 +39,13,6,28,17,225,10,33,3,1,3,0,0,0,1,0,0,0,1 +23,8,4,26,9,170,9,48,4,2,3,1,0,0,0,0,0,0,1 +38,13,6,37,10,197,13,60,1,1,4,0,0,1,0,1,0,0,0 +31,11,5,22,15,192,11,47,1,3,4,0,0,1,0,1,0,0,0 +31,11,8,27,12,186,11,46,4,2,2,1,0,0,0,0,0,1,0 +33,14,3,22,16,221,12,48,3,1,3,0,0,0,1,0,0,0,1 +23,9,4,19,13,186,5,42,2,3,1,0,1,0,0,0,1,0,0 +40,14,5,31,15,194,15,45,4,1,3,1,0,0,0,0,0,0,1 +23,9,5,27,8,178,11,50,3,3,2,0,0,0,1,0,0,1,0 +30,10,3,30,11,177,14,46,3,1,3,0,0,0,1,0,0,0,1 +31,13,2,23,15,201,11,52,4,3,4,1,0,0,0,1,0,0,0 +11,5,8,21,4,248,7,50,1,4,2,0,0,1,0,0,0,1,0 +34,13,6,16,19,235,11,45,3,2,2,0,0,0,1,0,0,1,0 +39,14,6,24,19,178,8,35,2,3,1,0,1,0,0,0,1,0,0 +21,8,5,22,10,164,10,42,2,3,3,0,1,0,0,0,0,0,1 +47,16,7,36,15,158,11,58,1,3,2,0,0,1,0,0,0,1,0 +27,10,4,27,10,223,15,50,4,1,2,1,0,0,0,0,0,1,0 +13,5,8,13,9,227,10,40,4,2,3,1,0,0,0,0,0,0,1 +31,11,7,25,13,165,13,44,4,4,2,1,0,0,0,0,0,1,0 +42,14,6,31,16,224,11,46,3,3,2,0,0,0,1,0,0,1,0 +44,16,8,29,18,153,15,41,3,3,2,0,0,0,1,0,0,1,0 +23,8,3,31,7,167,11,48,4,4,1,1,0,0,0,0,1,0,0 +28,11,6,22,13,228,15,50,3,4,4,0,0,0,1,1,0,0,0 +36,14,6,20,18,219,13,46,2,1,3,0,1,0,0,0,0,0,1 +36,13,6,26,15,177,11,46,2,3,1,0,1,0,0,0,1,0,0 +32,11,5,32,10,188,12,48,1,2,2,0,0,1,0,0,0,1,0 +35,12,4,31,14,222,12,32,3,1,1,0,0,0,1,0,1,0,0 +32,13,5,20,16,176,13,50,1,3,4,0,0,1,0,1,0,0,0 +31,11,4,32,10,232,11,63,3,4,3,0,0,0,1,0,0,0,1 +29,11,6,19,15,224,10,48,3,3,1,0,0,0,1,0,1,0,0 +34,13,5,23,16,238,11,44,2,3,2,0,1,0,0,0,0,1,0 +36,13,7,23,17,206,9,37,2,4,4,0,1,0,0,1,0,0,0 +40,15,5,27,17,195,9,42,4,4,2,1,0,0,0,0,0,1,0 +27,9,7,26,10,223,12,42,3,4,4,0,0,0,1,1,0,0,0 +40,15,2,23,20,203,14,42,4,2,4,1,0,0,0,1,0,0,0 +29,10,5,26,11,194,14,44,3,3,2,0,0,0,1,0,0,1,0 +31,12,5,20,16,238,11,44,3,2,3,0,0,0,1,0,0,0,1 +23,10,6,19,12,188,10,50,2,4,4,0,1,0,0,1,0,0,0 +35,12,7,23,16,219,12,42,2,4,3,0,1,0,0,0,0,0,1 +46,17,5,27,20,181,15,48,2,2,4,0,1,0,0,1,0,0,0 +19,7,5,26,7,266,8,44,1,3,4,0,0,1,0,1,0,0,0 +28,9,8,30,9,189,13,42,1,4,2,0,0,1,0,0,0,1,0 +29,11,4,22,14,191,11,45,2,1,1,0,1,0,0,0,1,0,0 +42,14,3,31,17,182,10,45,1,3,2,0,0,1,0,0,0,1,0 +43,15,4,34,15,171,13,48,1,2,4,0,0,1,0,1,0,0,0 +25,9,6,19,13,209,11,38,2,2,3,0,1,0,0,0,0,0,1 +42,16,4,28,18,228,14,46,3,1,3,0,0,0,1,0,0,0,1 +37,13,4,25,16,200,15,50,3,4,1,0,0,0,1,0,1,0,0 +24,11,6,17,14,197,10,47,1,3,4,0,0,1,0,1,0,0,0 +28,10,4,25,13,173,10,37,3,2,3,0,0,0,1,0,0,0,1 +29,11,3,19,16,184,8,43,3,4,3,0,0,0,1,0,0,0,1 +40,15,6,20,20,181,15,43,4,4,3,1,0,0,0,0,0,0,1 +32,10,8,26,13,194,10,40,2,1,1,0,1,0,0,0,1,0,0 +46,16,5,31,18,160,10,48,1,2,1,0,0,1,0,0,1,0,0 +33,12,6,26,14,184,10,42,1,1,4,0,0,1,0,1,0,0,0 +15,6,5,19,9,171,12,35,3,2,1,0,0,0,1,0,1,0,0 +21,8,5,17,12,216,10,36,1,2,4,0,0,1,0,1,0,0,0 +28,11,4,27,11,189,13,49,3,2,2,0,0,0,1,0,0,1,0 +38,13,7,28,15,167,11,44,3,2,1,0,0,0,1,0,1,0,0 +50,17,6,30,21,170,9,40,1,2,2,0,0,1,0,0,0,1,0 +35,14,2,21,19,184,11,48,1,4,1,0,0,1,0,0,1,0,0 +28,10,5,23,13,216,15,48,1,3,2,0,0,1,0,0,0,1,0 +34,13,5,24,15,185,9,47,3,1,1,0,0,0,1,0,1,0,0 +23,9,4,21,12,160,12,46,2,2,3,0,1,0,0,0,0,0,1 +31,12,5,25,13,186,16,52,2,2,2,0,1,0,0,0,0,1,0 +21,8,2,22,11,221,9,40,1,3,3,0,0,1,0,0,0,0,1 +24,10,3,20,13,146,10,44,1,3,3,0,0,1,0,0,0,0,1 +46,16,8,28,19,173,14,44,3,3,4,0,0,0,1,1,0,0,0 +34,13,8,28,13,145,10,47,4,1,2,1,0,0,0,0,0,1,0 +31,9,6,34,9,181,9,43,1,3,2,0,0,1,0,0,0,1,0 +25,8,4,29,9,146,8,44,2,4,1,0,1,0,0,0,1,0,0 +48,16,4,33,19,158,8,39,1,3,4,0,0,1,0,1,0,0,0 +20,9,5,18,10,194,9,50,2,1,4,0,1,0,0,1,0,0,0 +42,15,4,29,17,184,9,51,3,4,4,0,0,0,1,1,0,0,0 +11,6,6,16,8,170,14,44,4,4,2,1,0,0,0,0,0,1,0 +42,16,5,21,21,201,14,51,4,2,1,1,0,0,0,0,1,0,0 +24,10,6,22,11,193,15,48,4,2,4,1,0,0,0,1,0,0,0 +41,15,4,23,20,172,10,48,2,4,3,0,1,0,0,0,0,0,1 +41,16,5,27,18,163,14,49,3,2,1,0,0,0,1,0,1,0,0 +34,11,5,33,12,193,20,31,2,2,3,0,1,0,0,0,0,0,1 +58,20,4,34,23,215,10,42,3,2,4,0,0,0,1,1,0,0,0 +15,5,6,22,6,231,7,42,1,3,2,0,0,1,0,0,0,1,0 +44,14,5,34,16,233,9,39,3,3,2,0,0,0,1,0,0,1,0 +31,12,4,19,17,185,16,46,3,4,2,0,0,0,1,0,0,1,0 +47,17,5,27,21,173,9,48,4,4,3,1,0,0,0,0,0,0,1 +33,11,7,32,10,194,11,50,2,4,3,0,1,0,0,0,0,0,1 +21,9,5,16,12,183,8,48,4,4,1,1,0,0,0,0,1,0,0 +31,9,6,36,9,188,12,34,1,4,4,0,0,1,0,1,0,0,0 +16,6,5,20,8,193,12,42,3,2,3,0,0,0,1,0,0,0,1 +40,15,4,28,17,164,15,47,4,2,1,1,0,0,0,0,1,0,0 +23,9,6,23,10,130,12,51,1,3,2,0,0,1,0,0,0,1,0 +22,8,6,25,8,154,12,50,4,1,4,1,0,0,0,1,0,0,0 +37,14,9,19,19,223,8,40,2,3,1,0,1,0,0,0,1,0,0 +19,8,5,21,9,195,13,43,2,2,4,0,1,0,0,1,0,0,0 +15,4,2,33,2,172,10,48,2,3,1,0,1,0,0,0,1,0,0 +29,10,6,28,12,237,12,34,1,4,1,0,0,1,0,0,1,0,0 +21,8,5,23,9,157,12,51,4,2,4,1,0,0,0,1,0,0,0 +22,8,3,19,12,148,8,48,4,2,1,1,0,0,0,0,1,0,0 +25,9,6,26,10,192,12,38,3,1,1,0,0,0,1,0,1,0,0 +36,13,6,23,17,236,12,37,3,3,4,0,0,0,1,1,0,0,0 +22,8,3,26,9,196,12,44,1,3,4,0,0,1,0,1,0,0,0 +27,10,2,24,14,186,15,40,3,4,2,0,0,0,1,0,0,1,0 +38,13,5,33,13,196,11,44,1,4,4,0,0,1,0,1,0,0,0 +35,12,7,27,14,194,12,40,2,3,4,0,1,0,0,1,0,0,0 +29,11,2,24,14,204,12,47,3,3,4,0,0,0,1,1,0,0,0 +40,15,6,26,16,200,7,53,4,1,3,1,0,0,0,0,0,0,1 +31,10,4,30,12,239,6,37,4,1,2,1,0,0,0,0,0,1,0 +27,12,6,12,17,157,13,44,3,2,1,0,0,0,1,0,1,0,0 +7,4,7,9,8,214,10,43,4,3,3,1,0,0,0,0,0,0,1 +20,7,6,32,4,166,13,53,4,4,1,1,0,0,0,0,1,0,0 +48,16,5,37,16,181,4,48,1,3,2,0,0,1,0,0,0,1,0 +30,10,4,29,11,145,14,39,4,2,3,1,0,0,0,0,0,0,1 +22,9,6,21,10,202,15,45,1,2,1,0,0,1,0,0,1,0,0 +26,9,6,25,12,236,17,34,4,4,2,1,0,0,0,0,0,1,0 +53,18,6,39,18,215,14,47,4,3,1,1,0,0,0,0,1,0,0 +42,13,5,35,14,144,14,45,1,1,1,0,0,1,0,0,1,0,0 +26,9,3,32,9,198,8,43,4,4,1,1,0,0,0,0,1,0,0 +45,16,6,26,19,203,11,40,2,1,4,0,1,0,0,1,0,0,0 +27,10,7,21,13,186,7,49,2,4,2,0,1,0,0,0,0,1,0 +32,12,5,22,15,240,12,49,4,3,4,1,0,0,0,1,0,0,0 +21,7,5,30,6,202,12,50,1,2,3,0,0,1,0,0,0,0,1 +11,6,4,17,7,249,14,53,4,3,2,1,0,0,0,0,0,1,0 +23,9,3,15,14,270,13,43,1,1,3,0,0,1,0,0,0,0,1 +42,16,2,29,18,179,11,50,3,1,3,0,0,0,1,0,0,0,1 +15,7,7,21,6,211,11,51,2,1,1,0,1,0,0,0,1,0,0 +33,11,4,32,12,206,10,38,2,3,4,0,1,0,0,1,0,0,0 +22,8,3,27,8,177,13,43,1,2,1,0,0,1,0,0,1,0,0 +33,12,4,31,11,194,14,50,4,2,2,1,0,0,0,0,0,1,0 +28,9,9,26,11,183,11,27,2,4,2,0,1,0,0,0,0,1,0 +27,10,7,24,11,195,12,45,1,4,4,0,0,1,0,1,0,0,0 +14,5,7,19,7,157,11,44,1,3,3,0,0,1,0,0,0,0,1 +31,11,7,25,13,219,13,45,3,2,4,0,0,0,1,1,0,0,0 +53,18,7,30,22,211,7,37,2,2,3,0,1,0,0,0,0,0,1 +28,9,5,29,10,149,11,39,1,1,4,0,0,1,0,1,0,0,0 +32,13,4,18,17,235,12,53,2,4,1,0,1,0,0,0,1,0,0 +40,15,7,24,18,219,11,48,4,3,3,1,0,0,0,0,0,0,1 +36,13,7,30,12,213,13,54,3,4,3,0,0,0,1,0,0,0,1 +13,6,7,12,10,211,9,40,2,3,4,0,1,0,0,1,0,0,0 +30,11,6,20,15,235,3,48,3,4,4,0,0,0,1,1,0,0,0 +22,7,2,30,8,179,8,34,4,4,4,1,0,0,0,1,0,0,0 +41,15,8,22,19,216,11,47,4,2,1,1,0,0,0,0,1,0,0 +25,8,4,28,9,213,10,48,2,4,3,0,1,0,0,0,0,0,1 +23,9,2,20,13,233,4,38,2,1,2,0,1,0,0,0,0,1,0 +8,4,4,18,6,135,10,40,3,1,2,0,0,0,1,0,0,1,0 +15,6,6,22,6,232,12,48,1,3,3,0,0,1,0,0,0,0,1 +45,16,3,26,21,212,10,36,2,2,3,0,1,0,0,0,0,0,1 +31,12,6,20,15,234,8,43,2,2,4,0,1,0,0,1,0,0,0 +32,12,3,23,15,228,12,51,1,3,2,0,0,1,0,0,0,1,0 +41,14,5,35,14,161,11,52,1,2,2,0,0,1,0,0,0,1,0 +30,10,5,30,10,232,12,43,3,1,3,0,0,0,1,0,0,0,1 +40,13,7,36,12,233,10,43,2,2,1,0,1,0,0,0,1,0,0 +35,13,5,21,18,153,14,46,1,1,4,0,0,1,0,1,0,0,0 +28,11,6,21,13,180,12,57,2,3,3,0,1,0,0,0,0,0,1 +35,12,5,30,13,170,9,46,4,1,1,1,0,0,0,0,1,0,0 +11,5,4,18,7,187,12,36,1,4,2,0,0,1,0,0,0,1,0 +24,10,3,19,13,154,10,53,2,3,3,0,1,0,0,0,0,0,1 +27,8,5,34,8,252,15,34,2,3,4,0,1,0,0,1,0,0,0 +22,8,6,23,9,221,12,49,2,4,3,0,1,0,0,0,0,0,1 +39,14,4,21,20,160,12,44,3,3,1,0,0,0,1,0,1,0,0 +48,17,5,31,19,155,11,52,4,3,2,1,0,0,0,0,0,1,0 +32,12,5,25,14,248,11,51,2,4,3,0,1,0,0,0,0,0,1 +50,18,6,32,19,206,12,58,3,2,3,0,0,0,1,0,0,0,1 +22,8,6,22,10,227,11,43,3,3,4,0,0,0,1,1,0,0,0 +49,17,3,34,20,176,9,46,1,3,3,0,0,1,0,0,0,0,1 +26,9,6,25,11,184,9,35,4,3,2,1,0,0,0,0,0,1,0 +2,2,2,15,5,230,13,39,1,1,1,0,0,1,0,0,1,0,0 +30,10,4,31,10,160,9,48,1,2,3,0,0,1,0,0,0,0,1 +16,8,2,14,12,198,6,47,4,1,2,1,0,0,0,0,0,1,0 +39,15,8,23,18,257,14,45,2,4,1,0,1,0,0,0,1,0,0 +19,8,3,21,10,184,12,52,3,3,1,0,0,0,1,0,1,0,0 +16,6,5,18,9,175,15,38,4,3,3,1,0,0,0,0,0,0,1 +35,12,5,27,15,211,15,44,4,2,3,1,0,0,0,0,0,0,1 +42,15,4,27,19,236,13,44,4,3,1,1,0,0,0,0,1,0,0 +6,4,6,11,6,173,13,53,1,4,4,0,0,1,0,1,0,0,0 +35,12,6,23,16,209,7,29,2,1,2,0,1,0,0,0,0,1,0 +50,19,6,22,25,195,8,42,3,2,2,0,0,0,1,0,0,1,0 +10,4,5,20,5,232,10,43,3,4,4,0,0,0,1,1,0,0,0 +17,8,5,15,11,170,8,46,2,3,1,0,1,0,0,0,1,0,0 +31,11,5,26,13,220,12,42,2,3,3,0,1,0,0,0,0,0,1 +33,12,3,29,13,235,11,57,4,4,1,1,0,0,0,0,1,0,0 +37,13,6,24,17,241,7,46,2,2,4,0,1,0,0,1,0,0,0 +21,8,7,21,9,175,13,47,3,1,1,0,0,0,1,0,1,0,0 +53,18,7,28,22,213,14,43,3,3,2,0,0,0,1,0,0,1,0 +42,17,3,20,22,200,15,44,2,3,4,0,1,0,0,1,0,0,0 +48,17,6,27,21,219,10,44,3,2,1,0,0,0,1,0,1,0,0 +36,13,4,26,16,234,11,44,4,2,2,1,0,0,0,0,0,1,0 +25,10,5,23,11,203,8,54,2,1,4,0,1,0,0,1,0,0,0 +34,12,5,28,13,165,18,56,3,4,4,0,0,0,1,1,0,0,0 +47,17,3,30,20,173,11,43,3,3,4,0,0,0,1,1,0,0,0 +26,11,3,14,17,171,8,47,2,2,1,0,1,0,0,0,1,0,0 +26,10,2,21,15,187,5,36,3,4,3,0,0,0,1,0,0,0,1 +40,14,8,25,17,225,14,42,2,2,4,0,1,0,0,1,0,0,0 +27,10,5,28,10,181,10,45,1,4,2,0,0,1,0,0,0,1,0 +42,15,8,29,16,200,16,49,4,1,1,1,0,0,0,0,1,0,0 +28,11,3,25,11,170,14,56,1,2,4,0,0,1,0,1,0,0,0 diff --git a/docs/files/data/external_data/public_private_earnings.csv b/docs/files/data/external_data/public_private_earnings.csv new file mode 100644 index 00000000..cb486d7c --- /dev/null +++ b/docs/files/data/external_data/public_private_earnings.csv @@ -0,0 +1,10 @@ +student_id,group,ivy1,ivy2,ivy3,public1,public2,public3,enrolled,earnings +1,A,NA,Reject,Admit,NA,Admit,NA,ivy3,110000 +2,A,NA,Reject,Admit,NA,Admit,NA,ivy3,100000 +3,A,NA,Reject,Admit,NA,Admit,NA,public2,110000 +4,B,Admit,NA,NA,Admit,NA,Admit,ivy1,60000 +5,B,Admit,NA,NA,Admit,NA,Admit,public3,30000 +6,C,NA,Admit,NA,NA,NA,NA,ivy2,115000 +7,C,NA,Admit,NA,NA,NA,NA,ivy2,75000 +8,D,Reject,NA,NA,Admit,Admit,NA,public1,90000 +9,D,Reject,NA,NA,Admit,Admit,NA,public2,60000 diff --git a/docs/files/data/external_data/sat_gpa.csv b/docs/files/data/external_data/sat_gpa.csv new file mode 100755 index 00000000..d1a4b7c5 --- /dev/null +++ b/docs/files/data/external_data/sat_gpa.csv @@ -0,0 +1,1001 @@ +sex,sat_verbal,sat_math,sat_total,gpa_hs,gpa_fy +Male,65,62,127,3.4,3.18 +Female,58,64,122,4,3.33 +Female,56,60,116,3.75,3.25 +Male,42,53,95,3.75,2.42 +Male,55,52,107,4,2.63 +Female,55,56,111,4,2.91 +Male,57,65,122,2.8,2.83 +Male,53,62,115,3.8,2.51 +Female,67,77,144,4,3.82 +Male,41,44,85,2.6,2.54 +Male,58,70,128,3.75,3.38 +Female,45,57,102,3.75,3.02 +Female,43,45,88,2.8,2.6 +Female,50,58,108,3.75,3.81 +Male,54,66,120,3.5,3.02 +Female,55,57,112,3.75,3.48 +Female,44,53,97,3.2,2.15 +Male,53,68,121,4,3.8 +Female,54,49,103,3.75,3.13 +Female,47,55,102,4,3.4 +Male,64,76,140,4,3.59 +Female,39,33,72,3.25,1.62 +Male,52,65,117,3.9,3.61 +Male,49,58,107,3.5,2.54 +Male,46,40,86,3.5,2.51 +Female,43,49,92,2,0 +Male,63,72,135,4,3.72 +Female,46,45,91,2.3,0.87 +Male,45,53,98,3.5,2.79 +Male,35,45,80,3.5,2 +Female,54,53,107,4,3.69 +Female,66,66,132,3.75,3.48 +Male,40,50,90,3,2.49 +Female,53,67,120,4,3.92 +Male,64,62,126,2.8,3.05 +Male,44,39,83,2.75,2.4 +Male,69,64,133,3.5,2.71 +Female,47,60,107,3.75,1.58 +Male,33,48,81,2,1.38 +Male,61,63,124,3.75,2.52 +Female,40,42,82,2.75,2.16 +Male,52,62,114,3,2.57 +Male,56,61,117,2.25,2.64 +Male,38,49,87,3.5,2.47 +Male,54,47,101,3,1 +Male,33,43,76,3,2.73 +Female,36,45,81,2.67,2.42 +Female,36,47,83,3,2.3 +Female,64,60,124,3.8,3.33 +Male,49,42,91,3.1,2.37 +Male,57,66,123,3,2.11 +Male,50,60,110,3,2.91 +Female,48,49,97,3,3.29 +Female,54,55,109,3.25,2.67 +Male,64,66,130,3.2,2.78 +Female,57,50,107,3.8,3.13 +Female,49,55,104,2.5,2.94 +Female,64,68,132,4,4 +Male,66,57,123,3.75,2.9 +Female,43,46,89,3.5,2.92 +Male,46,50,96,2.9,1.91 +Male,41,51,92,2.9,3.11 +Male,62,64,126,2.3,2.02 +Male,43,63,106,2.8,2.51 +Female,52,52,104,4,3.51 +Female,45,54,99,4,3.24 +Female,45,59,104,3.8,2.02 +Female,71,59,130,4,2.65 +Female,43,52,95,3.25,1.74 +Male,55,54,109,2.7,1.54 +Male,40,62,102,3.5,2.34 +Female,66,61,127,3,2.49 +Male,54,62,116,3.25,2.49 +Male,45,60,105,2.75,2.08 +Male,57,56,113,3,2.19 +Female,37,51,88,2.5,1.8 +Female,35,40,75,2.8,2.22 +Male,61,59,120,3.5,2.95 +Female,50,51,101,3.25,2.67 +Male,50,56,106,4,2.89 +Male,44,57,101,3.5,2.66 +Male,58,50,108,3,2.18 +Female,53,56,109,3.5,2.81 +Male,42,52,94,3.75,2.06 +Male,60,57,117,4,2.8 +Male,39,53,92,3,2.59 +Male,49,50,99,3.5,2.33 +Male,45,65,110,4,3.55 +Male,60,67,127,4,2.75 +Female,50,43,93,3.75,3.59 +Male,29,50,79,3.25,1.54 +Male,48,60,108,3.75,2.98 +Female,34,40,74,3,1.28 +Male,49,47,96,2.5,1.24 +Female,50,67,117,4,2.93 +Female,53,52,105,3.75,2.48 +Male,62,63,125,4,2.98 +Female,53,56,109,2.7,1.17 +Male,46,55,101,3.5,2.04 +Female,63,57,120,3.2,2.37 +Female,44,64,108,3.5,3 +Female,63,57,120,2.75,2.98 +Female,49,58,107,3.4,2.55 +Male,42,55,97,2.8,1.86 +Male,58,56,114,2,2.09 +Male,63,73,136,4,2.89 +Female,62,64,126,4,3.38 +Female,57,60,117,3.9,3.94 +Male,45,71,116,3,2.28 +Male,59,72,131,3,2.43 +Female,45,64,109,4,2.77 +Female,52,52,104,2,3.33 +Male,43,64,107,3,2.39 +Female,43,46,89,3.7,2.37 +Male,60,68,128,4,3.82 +Male,50,77,127,3.75,3.63 +Male,61,58,119,2.5,1.78 +Male,48,59,107,3,3.22 +Male,71,70,141,3.5,2.42 +Male,54,71,125,4,3.82 +Female,53,54,107,4,3.6 +Female,45,46,91,3.75,1.84 +Male,55,68,123,3.5,3.3 +Male,63,66,129,3.8,3.7 +Male,51,59,110,3,2.89 +Male,43,39,82,2.3,2.38 +Female,50,49,99,3.75,2.97 +Female,51,50,101,4,3.37 +Male,57,64,121,3.75,3.18 +Female,42,44,86,3,1.33 +Male,57,64,121,4,3 +Male,58,66,124,4,3.75 +Male,40,57,97,2.6,2.24 +Female,49,44,93,2.75,2.44 +Male,52,73,125,2.5,2.72 +Male,62,58,120,2.5,1.69 +Female,52,59,111,3.75,3.19 +Female,35,50,85,3.5,3.1 +Female,54,59,113,4,2.71 +Female,67,70,137,4,3.45 +Female,52,45,97,3.25,3.36 +Female,45,53,98,3.2,1 +Male,51,73,124,3.75,3.08 +Female,53,51,104,2.75,3.16 +Male,67,66,133,3.75,3.66 +Female,59,63,122,4,3.82 +Male,64,70,134,3.75,3.94 +Female,58,58,116,3.75,3.79 +Female,46,57,103,3.25,2.91 +Male,39,56,95,3,2.33 +Female,45,55,100,3.5,3.06 +Male,48,54,102,3,1.91 +Female,41,58,99,3,2.47 +Female,54,60,114,3.5,2.96 +Male,54,55,109,3.67,2.13 +Female,38,32,70,2.4,1.98 +Female,57,66,123,3.5,3.64 +Female,44,59,103,2,0.6 +Female,35,52,87,3,2.39 +Male,60,53,113,3.5,1.95 +Male,53,62,115,4,3.37 +Female,41,52,93,4,3.02 +Male,44,44,88,3,1.03 +Female,51,54,105,4,3.42 +Female,54,69,123,4,3.31 +Male,68,69,137,3.5,2.31 +Male,56,67,123,4,2.61 +Male,41,49,90,2,0 +Male,62,71,133,3.7,3.24 +Female,55,57,112,4,3.48 +Female,34,37,71,2.8,2.26 +Female,49,43,92,3.25,2.4 +Female,49,62,111,3.75,3.76 +Female,49,61,110,2.75,1.14 +Male,42,65,107,2.25,1.47 +Male,49,48,97,3,2 +Female,57,45,102,2.25,1.13 +Female,43,47,90,2.5,1.7 +Male,40,46,86,2,1.14 +Male,49,54,103,3.2,2.54 +Male,56,46,102,2.5,1.64 +Male,38,50,88,2.5,2.95 +Male,58,64,122,3,3.17 +Female,41,47,88,4,1.12 +Female,42,51,93,2.5,1.72 +Male,53,51,104,2.3,1.91 +Female,53,41,94,2.9,3 +Female,53,59,112,2.75,3.2 +Male,62,69,131,3,3.25 +Female,59,69,128,3.2,2.26 +Female,45,45,90,3,2.73 +Male,58,57,115,3.4,2.47 +Female,62,57,119,4,3.19 +Female,37,55,92,3.5,1.38 +Female,53,56,109,3.25,2.8 +Male,50,63,113,3.4,2.52 +Female,45,63,108,2.75,2.53 +Female,35,41,76,2,2.24 +Female,35,32,67,2.25,1.43 +Female,44,41,85,2.5,2.06 +Female,52,53,105,3.5,3.52 +Male,41,43,84,2.25,1.58 +Female,32,38,70,2.2,0.82 +Male,65,64,129,2.5,2.21 +Male,50,48,98,2,1.18 +Male,58,57,115,2.5,3.64 +Male,42,50,92,2.7,2.37 +Male,39,43,82,2.25,1.18 +Male,53,70,123,4,3.19 +Male,49,54,103,3,1.59 +Male,52,66,118,3.75,3.14 +Male,51,56,107,2.75,3.63 +Male,58,57,115,3,3.13 +Male,56,64,120,4,3.09 +Male,40,58,98,2.75,2.21 +Female,63,56,119,4,2.86 +Male,48,53,101,2.67,1.16 +Female,53,62,115,4,3.89 +Female,73,60,133,4,3.89 +Male,47,41,88,3,1.45 +Male,57,49,106,3,2.69 +Female,44,56,100,2.6,2.27 +Female,49,54,103,3.33,2.25 +Female,62,57,119,4,3.36 +Male,50,68,118,3,2.32 +Female,61,49,110,4,2.91 +Female,64,59,123,4,3.77 +Male,48,64,112,3.8,3.04 +Male,36,53,89,2.75,1.44 +Female,42,60,102,3.8,2.07 +Male,54,61,115,3.25,2.69 +Female,49,51,100,3.75,2.67 +Male,54,51,105,3.5,1.97 +Male,43,49,92,2.25,1.08 +Male,31,46,77,2,0.92 +Female,39,33,72,3.5,1.7 +Female,55,59,114,3.25,3 +Female,53,57,110,3.75,3.34 +Male,47,45,92,3.75,1.69 +Male,69,61,130,4,3.37 +Female,55,38,93,2.75,1.52 +Male,44,55,99,3.75,2.73 +Female,53,50,103,3.25,1.91 +Female,68,62,130,3.7,2.98 +Female,39,35,74,3.1,2.33 +Male,40,45,85,3,1.79 +Male,44,54,98,3.75,3.48 +Female,52,52,104,3,1.63 +Female,59,49,108,3,2.33 +Female,63,54,117,3.75,3.35 +Male,62,71,133,4,3.43 +Male,48,41,89,2.3,1.71 +Male,52,52,104,3.75,3.19 +Male,43,50,93,2.5,1.69 +Male,47,64,111,4,3.08 +Female,33,32,65,3,1.43 +Female,67,54,121,3.25,2.79 +Female,51,41,92,3.5,1.7 +Female,43,52,95,4,3.23 +Female,40,42,82,3.5,2.12 +Male,50,58,108,4,3.67 +Female,76,57,133,4,3.94 +Female,47,50,97,3.5,1.4 +Female,45,49,94,3.4,1.9 +Female,41,38,79,3.6,1.56 +Male,56,54,110,4,1.85 +Male,57,58,115,3,3 +Male,36,52,88,3.4,2.37 +Male,38,50,88,3.75,2.31 +Male,59,66,125,4,3.77 +Female,40,51,91,3.8,2.35 +Male,58,62,120,4,3.79 +Female,52,52,104,3.75,2.54 +Female,64,53,117,3,2.19 +Female,42,47,89,3,2.36 +Male,41,52,93,2.2,2.05 +Female,38,49,87,3.25,2.19 +Female,50,55,105,3.25,1.8 +Female,66,52,118,2.8,3.23 +Female,41,59,100,3.3,0.48 +Male,46,62,108,2.1,2.02 +Female,59,51,110,3.4,2.44 +Male,45,49,94,2.4,1.77 +Male,46,58,104,3.7,3.2 +Female,50,58,108,2.7,2.15 +Male,50,60,110,3.5,2.6 +Female,58,57,115,3.6,3.38 +Male,56,50,106,2.5,0.55 +Male,46,57,103,4,3.76 +Female,47,48,95,3.25,3.06 +Female,45,51,96,3.1,1.7 +Male,55,65,120,2.1,2.62 +Female,53,56,109,2.8,1.65 +Female,51,55,106,3.5,1.89 +Female,42,39,81,3.1,0.77 +Male,50,65,115,2.9,3.24 +Male,46,57,103,2.8,2.93 +Female,69,55,124,4,3.57 +Female,55,53,108,2.8,2.72 +Female,48,53,101,3.3,2.4 +Male,52,46,98,2.5,2.03 +Male,53,52,105,2.7,2.21 +Male,58,60,118,2.3,2.15 +Female,50,48,98,2.6,1.75 +Female,44,50,94,2.75,2.04 +Female,39,51,90,2.75,1.15 +Female,45,53,98,2.5,1.79 +Female,63,64,127,3.8,3.63 +Female,47,47,94,2.7,2 +Female,62,56,118,3.25,3.13 +Female,44,57,101,2.3,2.67 +Male,39,38,77,3.2,2.24 +Female,42,42,84,2.9,3.04 +Female,48,43,91,2.8,3.27 +Male,41,45,86,3.4,3.28 +Male,50,59,109,2.5,2.56 +Male,48,63,111,3.8,2.85 +Female,50,62,112,3.3,3.38 +Male,57,62,119,3.2,2.84 +Female,47,55,102,3.3,3.22 +Male,57,66,123,2.6,2.24 +Male,36,56,92,3.1,2.08 +Male,42,51,93,3.1,2.67 +Female,49,38,87,3.2,2.13 +Male,62,75,137,3.8,3.55 +Male,42,66,108,3.3,1.5 +Male,47,53,100,2.8,2.54 +Female,49,58,107,3.5,1.19 +Male,45,53,98,2.2,2.08 +Female,39,42,81,2.75,0 +Male,43,50,93,3.25,1.69 +Male,39,50,89,3,2.26 +Female,54,56,110,3.7,3.13 +Female,47,46,93,2.9,1.73 +Female,38,43,81,2.7,2.58 +Female,39,63,102,2.8,2.09 +Male,55,70,125,3.7,3 +Female,54,61,115,3,2.04 +Male,65,60,125,3.5,2.94 +Female,44,43,87,4,2.31 +Male,56,59,115,3.75,2.63 +Female,51,61,112,3.5,2.79 +Male,40,58,98,2.9,1.9 +Female,47,50,97,3.5,3 +Female,52,51,103,2.8,1.83 +Male,48,54,102,2.8,2.33 +Male,50,58,108,3.2,3.24 +Male,53,59,112,3.2,2.7 +Male,54,44,98,2.7,1.5 +Male,51,42,93,3,3 +Male,53,59,112,2.4,2.34 +Female,58,66,124,4,3.44 +Female,48,60,108,3,1.88 +Male,57,60,117,2.1,2.86 +Female,40,34,74,2.75,2.56 +Male,41,40,81,2,1.49 +Male,49,57,106,2.8,2.5 +Female,49,50,99,2.9,1.83 +Male,55,57,112,2.5,2.38 +Male,37,40,77,3.1,1.82 +Male,43,46,89,2.8,2.12 +Male,47,59,106,3.1,2.59 +Male,53,57,110,3,2.59 +Female,40,50,90,3.1,2.02 +Female,45,48,93,3.7,2.93 +Female,46,47,93,2.9,2.24 +Male,54,54,108,2.5,2.19 +Male,41,60,101,3.4,1.95 +Male,64,64,128,4,3.54 +Female,62,61,123,3.75,2.86 +Male,48,56,104,3.8,2.17 +Female,46,49,95,3.4,2.3 +Male,36,64,100,3.5,2.48 +Female,40,48,88,3.5,3.02 +Female,46,60,106,3.5,3.14 +Male,55,60,115,2.7,2.22 +Male,51,36,87,2.9,3.27 +Female,42,35,77,2.5,2.47 +Female,50,53,103,2.8,2.85 +Female,50,52,102,4,3.77 +Male,41,50,91,2.7,2.91 +Male,50,53,103,3.5,2.61 +Female,50,53,103,4,3.78 +Male,46,54,100,2.9,1.19 +Female,60,62,122,3.2,2.37 +Male,49,65,114,3.7,3.69 +Male,43,59,102,2.7,1.73 +Female,50,47,97,2.7,2.48 +Female,49,60,109,3,2.35 +Male,52,50,102,3.5,1.95 +Female,62,52,114,3.2,3.46 +Female,47,56,103,2.8,2.27 +Female,41,57,98,2.5,2.14 +Male,43,64,107,2.5,3.34 +Female,46,48,94,3.3,2.42 +Male,52,67,119,3.3,3.22 +Male,47,71,118,2.4,1.3 +Male,47,61,108,3.2,1.79 +Female,32,54,86,3,2.8 +Female,45,45,90,2.6,2.8 +Male,59,59,118,2.4,0.8 +Female,52,40,92,3.5,2.45 +Female,46,56,102,3.7,2.33 +Male,31,51,82,2.7,1.76 +Female,35,48,83,3,2.88 +Male,45,57,102,3.1,2.52 +Male,54,53,107,3.2,1.54 +Female,43,47,90,3.7,2.66 +Female,52,50,102,3.9,3.16 +Male,49,58,107,3.8,1.94 +Female,45,49,94,3.1,2.91 +Female,62,51,113,2.9,2.37 +Male,61,64,125,4,3.67 +Male,50,59,109,4,4 +Male,46,53,99,2.6,2.94 +Female,39,64,103,2.9,1.37 +Male,42,46,88,2.75,2.13 +Female,46,57,103,3.3,2.68 +Male,40,62,102,2.7,2.71 +Male,45,35,80,2.4,1.57 +Male,53,56,109,2.5,2.38 +Female,67,59,126,3.4,1.16 +Female,59,58,117,3.9,2.81 +Female,47,58,105,3.4,2.52 +Female,39,45,84,2.5,1.72 +Female,39,53,92,2.9,2.23 +Male,54,58,112,3,1.43 +Male,46,52,98,2.5,1.54 +Female,59,56,115,3.8,3.24 +Male,48,60,108,3.6,2.18 +Male,43,51,94,2.3,1.77 +Male,48,62,110,3.4,2.16 +Female,34,53,87,3.5,2.49 +Female,54,61,115,4,3.74 +Male,46,57,103,2.8,3.29 +Female,36,43,79,2.9,1.37 +Male,53,59,112,4,3.83 +Female,64,66,130,3.7,2.9 +Male,54,58,112,2.8,2.2 +Male,57,55,112,2.7,2.11 +Female,51,33,84,2.5,3.15 +Female,46,53,99,3.4,2.65 +Female,45,43,88,3,1.98 +Female,55,58,113,3.8,2.93 +Female,49,55,104,3.7,3.1 +Female,46,50,96,3.7,3.34 +Female,49,62,111,3.6,2.75 +Female,50,52,102,3.4,2.9 +Male,57,58,115,4,2.06 +Female,42,40,82,3.2,1.87 +Male,55,48,103,3.2,2.8 +Female,54,40,94,2.6,1.38 +Female,50,62,112,3.9,2.37 +Male,29,58,87,2.7,0.9 +Male,39,58,97,2.5,2.38 +Female,39,38,77,2.6,1.62 +Male,43,43,86,2.9,1.42 +Female,34,40,74,2.8,1.52 +Female,49,57,106,3.7,2.65 +Male,38,60,98,2.9,1.92 +Female,54,53,107,3.3,0.66 +Male,43,68,111,3.8,1.85 +Male,49,55,104,2.2,2.36 +Male,44,57,101,3.3,1.86 +Male,46,44,90,2.7,1.35 +Female,47,57,104,2.9,2.8 +Male,56,53,109,2.8,2.24 +Female,43,51,94,3.8,2.17 +Male,57,57,114,3.3,3.22 +Female,39,49,88,3.1,2.02 +Female,41,52,93,2.9,1.52 +Male,33,57,90,2.8,2.27 +Female,39,49,88,2.6,2.85 +Male,36,59,95,2.9,2.62 +Female,42,59,101,3.5,2.54 +Female,58,51,109,3.8,3.76 +Male,41,57,98,2.9,1.71 +Male,41,59,100,3.3,1.88 +Female,46,55,101,3.3,2.54 +Female,50,57,107,3.2,2.25 +Male,39,49,88,2.9,1.32 +Female,44,33,77,3.5,2.71 +Female,57,59,116,3.3,2.67 +Male,55,57,112,3.4,2 +Female,44,58,102,3.7,3.26 +Female,37,38,75,2.9,1.51 +Female,47,48,95,2.7,2.33 +Male,53,60,113,3.8,2.82 +Female,43,58,101,3.8,3.51 +Male,45,47,92,3.7,1 +Female,48,49,97,3.75,3.27 +Male,49,54,103,2.8,0.73 +Male,49,55,104,4,3.17 +Female,47,54,101,4,2.69 +Female,32,57,89,2.7,0.52 +Male,37,50,87,2.2,1.77 +Male,40,57,97,3.7,2.35 +Male,55,55,110,2.9,2.06 +Male,53,57,110,3.4,2.23 +Female,47,47,94,2.6,1.67 +Female,58,71,129,4,3.16 +Male,35,53,88,3.9,2.24 +Female,47,46,93,3.7,2.71 +Male,52,64,116,3.9,3.98 +Male,36,48,84,2.8,2.2 +Female,38,47,85,2.5,2.88 +Male,54,57,111,3.4,3 +Female,41,44,85,3.7,1.55 +Male,45,58,103,3.9,2 +Male,24,29,53,2.47,2.19 +Female,59,62,121,3.5,3.86 +Male,45,55,100,2.8,1.47 +Female,59,62,121,4,3.94 +Male,37,58,95,2.4,1.37 +Male,44,59,103,3.5,3.08 +Male,54,64,118,3.8,1.95 +Female,59,62,121,3.8,3.52 +Male,48,55,103,3.2,1.74 +Female,44,59,103,3.2,3.17 +Female,61,56,117,3.5,2.67 +Male,49,55,104,2.3,2.14 +Male,53,52,105,3,2.54 +Female,55,49,104,2.3,1.98 +Female,46,45,91,2.3,2.04 +Male,49,57,106,2.1,1.7 +Male,53,62,115,3.7,1.8 +Male,70,74,144,4,4 +Female,48,52,100,3.9,4 +Female,36,41,77,3,0.61 +Female,49,57,106,3.8,3.34 +Female,48,56,104,3.7,2.92 +Male,53,62,115,3.8,3.62 +Male,66,67,133,3.2,3.07 +Female,41,57,98,3.4,3 +Male,42,62,104,3.2,2.43 +Female,38,45,83,3.4,3.11 +Male,43,57,100,3.1,1.5 +Female,49,54,103,3.7,2.58 +Female,53,40,93,3.33,2.24 +Male,40,55,95,2.1,1.96 +Male,45,56,101,2.5,2.23 +Female,53,51,104,2.8,2.24 +Male,43,57,100,2.9,2.76 +Female,49,52,101,3.1,2.59 +Male,41,52,93,2.1,1.68 +Female,38,47,85,3.1,2.92 +Male,55,56,111,2.8,2.31 +Male,41,57,98,3.5,2.56 +Female,39,55,94,3.8,2.73 +Female,63,49,112,3.4,3.11 +Female,43,44,87,2.8,1.83 +Male,47,47,94,2.6,2.88 +Male,39,57,96,3,3.14 +Male,46,51,97,2.6,1.87 +Female,45,52,97,3.1,2.27 +Female,51,55,106,3.4,2.56 +Male,40,44,84,3.1,2.35 +Female,42,55,97,3.4,3.02 +Male,50,60,110,3.8,2.44 +Male,50,58,108,3.7,1.33 +Male,56,52,108,3.25,1.13 +Male,54,52,106,3.4,3.4 +Female,48,36,84,2.7,1.96 +Male,53,49,102,3.5,1.96 +Male,48,58,106,3.8,3.17 +Female,45,58,103,3.2,1.6 +Female,50,52,102,3,2.37 +Male,52,53,105,3.5,1.43 +Female,62,48,110,3.2,2.74 +Male,46,48,94,3.2,1.95 +Male,42,50,92,3.1,2.42 +Female,48,52,100,3.6,3.04 +Male,51,59,110,2.5,3 +Female,50,42,92,3.5,3.73 +Female,55,48,103,3.1,3.17 +Male,56,63,119,3,1.57 +Male,52,60,112,3.2,1.71 +Male,51,57,108,2.5,2.09 +Female,41,49,90,2.6,3.4 +Male,33,38,71,3.5,2.1 +Female,47,43,90,2.6,1.66 +Female,54,49,103,3.5,3.16 +Male,55,56,111,3.7,2.09 +Female,49,57,106,3.7,3.6 +Male,45,57,102,2.7,0.85 +Male,57,59,116,3.3,1.88 +Male,45,54,99,3.5,2.53 +Male,60,60,120,3.7,1.82 +Male,41,52,93,2.7,1.33 +Female,47,51,98,2.56,2.81 +Male,44,43,87,1.8,1.49 +Female,49,55,104,3.5,2.51 +Female,68,51,119,3.1,1.61 +Female,39,41,80,2.7,1.65 +Female,33,37,70,2.8,1.7 +Female,50,54,104,3.6,3.13 +Female,46,58,104,3.5,2.6 +Female,35,40,75,3.25,1.87 +Male,26,50,76,3.2,2.24 +Female,36,55,91,2.8,1.6 +Female,51,54,105,3.7,2.98 +Female,47,51,98,3.9,3.6 +Male,47,50,97,3.1,1.43 +Male,44,62,106,3.7,3.02 +Male,50,50,100,3.1,3.15 +Male,34,52,86,3.3,2 +Female,33,46,79,2.6,1.57 +Female,38,34,72,2.8,1.78 +Female,46,59,105,3.6,2.77 +Male,42,56,98,3.8,3.25 +Male,59,55,114,3.5,3.3 +Male,42,37,79,4.5,1.13 +Female,50,53,103,3.9,3.17 +Female,41,55,96,3.4,2.04 +Female,42,53,95,3,1.69 +Male,41,65,106,2.5,1.8 +Female,52,62,114,3.5,2.29 +Male,62,67,129,4,3.41 +Female,36,38,74,3.5,2 +Female,47,56,103,4,3.11 +Male,38,58,96,2.7,2.38 +Male,45,63,108,3.3,2.62 +Female,63,63,126,3.8,3.71 +Male,44,50,94,3.8,3.27 +Male,42,61,103,2.5,2.4 +Male,51,63,114,2.5,3.25 +Male,57,59,116,3.3,1.98 +Male,49,61,110,3.5,3.04 +Male,37,64,101,4,2.8 +Male,62,71,133,4,4 +Male,47,59,106,2.5,1.78 +Male,55,65,120,3,2.54 +Female,43,42,85,2.8,1.92 +Male,56,74,130,4,3.48 +Female,52,48,100,2.74,1.62 +Male,47,60,107,3.5,2.56 +Female,51,50,101,3.3,3.35 +Male,41,66,107,2.7,2 +Female,43,42,85,3,1.97 +Male,58,51,109,3,3.21 +Male,47,37,84,2.6,0.67 +Male,41,57,98,3.5,2.38 +Male,42,50,92,2.3,1.86 +Female,50,43,93,2.3,2.53 +Male,55,55,110,4,1.44 +Male,45,59,104,3.5,2.19 +Female,35,42,77,2.8,1.44 +Male,43,50,93,3.4,2.36 +Male,48,44,92,3,2.21 +Female,40,57,97,3,2.6 +Male,44,58,102,3.25,0.36 +Male,47,61,108,3.3,2.47 +Female,43,47,90,3.5,2.16 +Female,39,53,92,2.7,1.63 +Male,47,57,104,2.8,1.83 +Female,34,69,103,2.1,2.66 +Female,49,48,97,3.3,3.04 +Female,47,45,92,2.4,2.54 +Female,43,53,96,2.6,2.02 +Male,61,49,110,2.2,1.49 +Male,48,55,103,3.8,1.13 +Female,37,46,83,3.1,2.02 +Female,51,50,101,3.7,2.9 +Female,35,60,95,2.75,1.81 +Female,47,67,114,3.6,4 +Male,41,37,78,2,2 +Female,43,42,85,2.75,2.54 +Female,49,48,97,4,2.65 +Male,58,77,135,4,3.43 +Female,47,45,92,3.7,2.91 +Male,47,53,100,4,3.21 +Male,37,52,89,2.5,1.75 +Male,36,36,72,2.3,3.12 +Female,56,58,114,3,2.09 +Female,47,58,105,3.5,2.11 +Male,56,50,106,3.3,2.56 +Female,43,54,97,3.2,2.56 +Female,45,48,93,3,1.24 +Male,55,60,115,3,2.8 +Male,55,35,90,2.6,2.17 +Female,46,47,93,3.4,2.42 +Female,39,51,90,3.6,3.56 +Female,50,58,108,3.3,3.24 +Female,45,57,102,3.6,3.42 +Male,52,66,118,3.8,2.53 +Female,47,47,94,2.8,2.38 +Male,48,47,95,2.4,2.24 +Male,35,53,88,2.7,2.12 +Female,46,58,104,2.8,2.63 +Female,54,47,101,2.5,1.98 +Female,50,50,100,3.2,1.69 +Male,58,59,117,4,2.47 +Male,49,60,109,4,2.34 +Female,43,47,90,2.67,2.58 +Male,42,52,94,3,2 +Male,46,51,97,2.7,1.63 +Female,52,55,107,3.5,3.37 +Male,45,46,91,2.8,1.64 +Male,62,60,122,3.8,2.88 +Female,58,62,120,4,3.12 +Female,57,55,112,4,2.33 +Female,60,59,119,3,2.45 +Male,43,51,94,2.5,2.22 +Male,51,65,116,3.5,2.17 +Male,37,55,92,2.3,2.44 +Male,49,48,97,3.1,2.98 +Female,44,54,98,2.7,2.29 +Female,44,52,96,3.5,2.56 +Female,27,38,65,2.5,1.8 +Male,48,55,103,3.1,2.43 +Male,41,59,100,3.5,2.61 +Female,35,58,93,3.1,3.09 +Male,46,54,100,2.6,2.53 +Male,52,64,116,2.7,2.48 +Male,61,60,121,3.5,3.94 +Male,48,64,112,3.4,2.86 +Female,58,58,116,2.9,2.31 +Male,44,40,84,2.6,2.18 +Male,49,57,106,3.25,3.07 +Male,40,45,85,2.1,1.64 +Female,52,60,112,3,2.7 +Male,36,50,86,3.5,2.08 +Female,57,55,112,4,3.51 +Female,48,62,110,4,3.63 +Male,39,44,83,3,1.63 +Female,54,61,115,4,3.76 +Female,57,47,104,2.8,2.96 +Male,40,48,88,3.25,2.83 +Male,35,40,75,3,1.36 +Male,61,65,126,3.8,2.91 +Male,50,57,107,3.2,2.65 +Female,41,52,93,3,2.56 +Male,49,68,117,3,1.89 +Male,50,57,107,2.8,2.04 +Male,60,64,124,3.25,2.67 +Male,54,72,126,3.75,3.29 +Male,41,56,97,2.6,1.74 +Male,44,41,85,2.8,2.98 +Male,44,55,99,2.5,2.28 +Female,50,42,92,2.4,1.21 +Male,40,52,92,2.5,1.24 +Female,55,54,109,3.5,3.47 +Female,47,44,91,3.1,2.37 +Female,38,57,95,4,3.49 +Male,56,47,103,2.7,1.41 +Female,49,52,101,4,2.04 +Male,58,60,118,3.7,3.49 +Male,51,64,115,2.6,1.7 +Male,42,53,95,2.5,1.19 +Female,52,49,101,3.6,3.63 +Female,48,51,99,3.9,2.98 +Male,48,62,110,3.4,2.35 +Female,53,52,105,3.6,2.38 +Female,57,57,114,3.8,2.38 +Male,44,57,101,3.2,2.4 +Female,29,60,89,2.5,1.92 +Male,54,45,99,3.7,2.86 +Male,41,63,104,3.25,2.9 +Female,42,59,101,3.7,3.44 +Female,53,65,118,2.9,1.88 +Female,49,38,87,2.8,2.52 +Male,48,54,102,4,1.17 +Male,60,65,125,2.9,3.16 +Male,45,57,102,3.25,1.64 +Female,46,44,90,2.75,2.17 +Female,31,41,72,2.67,1.62 +Male,49,60,109,3,2.37 +Male,47,43,90,3,3.19 +Male,50,50,100,3,2.29 +Female,59,69,128,4,3.41 +Male,58,61,119,4,3.24 +Female,48,60,108,3.3,2.64 +Male,52,57,109,3.5,3.35 +Male,47,50,97,2.75,1.87 +Female,45,55,100,2.7,1.5 +Female,37,59,96,4,2.98 +Male,56,65,121,3.1,2.95 +Female,52,52,104,2.8,2.2 +Female,65,57,122,3.8,3.11 +Female,42,49,91,4,3.12 +Female,48,51,99,3.3,2.69 +Female,45,58,103,4,2.91 +Male,52,62,114,2.6,2.67 +Male,51,57,108,3.2,2.49 +Male,46,65,111,2.5,2.98 +Male,50,72,122,3.1,3.06 +Male,52,61,113,3.1,2.18 +Male,52,68,120,4,3.5 +Female,45,50,95,2.8,2.1 +Female,54,50,104,3.4,3.8 +Female,50,60,110,3.25,1.8 +Male,41,63,104,4,2.14 +Female,44,54,98,3.3,3.4 +Female,45,48,93,2.8,2.66 +Female,41,64,105,3.5,2.36 +Male,45,43,88,2.9,1.98 +Male,45,49,94,3,1.62 +Male,56,53,109,3.2,2.03 +Female,54,53,107,2.3,1.84 +Male,50,67,117,3,2.02 +Male,58,63,121,3.5,3.15 +Male,51,35,86,2.75,1.54 +Female,48,45,93,2.8,2.6 +Female,41,50,91,3.8,2.58 +Female,51,61,112,3.5,3.11 +Female,39,34,73,2.7,1.19 +Female,54,53,107,3.5,2.23 +Female,44,53,97,2.2,1.78 +Female,52,44,96,3,2.24 +Female,53,37,90,3.3,2.29 +Male,37,67,104,2.9,2.38 +Male,35,48,83,2.2,0.95 +Male,45,53,98,2.4,2.05 +Female,43,47,90,3.1,2.49 +Male,49,59,108,3.3,1.12 +Female,37,43,80,2.03,1.31 +Female,41,43,84,3.3,2.38 +Female,40,45,85,3,2.74 +Male,48,64,112,3,4 +Male,44,59,103,3.8,2.66 +Male,54,60,114,3.5,2.96 +Female,63,42,105,2.1,1.88 +Male,47,55,102,2.7,1.4 +Female,56,52,108,3.5,3.31 +Female,50,50,100,3.75,3.3 +Male,64,64,128,4,3.21 +Female,42,59,101,3.25,3.22 +Male,43,48,91,2.8,2.28 +Male,43,49,92,3.2,2.52 +Male,52,52,104,4,2.62 +Female,34,50,84,2,2 +Female,44,45,89,3.6,2.02 +Female,42,43,85,2.4,2.24 +Female,47,48,95,4,3.12 +Male,52,52,104,2.75,2.28 +Female,49,59,108,3,2.13 +Female,38,48,86,2.7,1.55 +Female,62,56,118,3.7,2.4 +Male,61,45,106,2.6,1.59 +Male,44,55,99,3,2.94 +Female,55,61,116,3.2,2.29 +Male,47,66,113,3.5,2.98 +Female,44,44,88,3.1,3.66 +Male,41,56,97,2.9,0.38 +Female,62,59,121,3.7,2.65 +Female,60,68,128,3.7,1.95 +Female,44,60,104,3.2,3.06 +Female,63,58,121,3.7,3.87 +Male,45,58,103,2.4,2.64 +Male,43,55,98,2.4,2.54 +Male,36,45,81,2.5,2.42 +Female,58,53,111,3.3,3.44 +Female,62,68,130,4,3.91 +Male,41,61,102,4,2.46 +Male,58,59,117,3.75,2.79 +Female,46,43,89,2.7,1.79 +Female,45,61,106,4,3.22 +Male,40,41,81,2.3,0.57 +Male,63,68,131,4,3.48 +Female,53,54,107,3.5,2.13 +Female,57,72,129,4,3.18 +Male,39,56,95,3.75,3.81 +Male,45,66,111,2.7,2.49 +Male,52,67,119,3,1.87 +Male,55,53,108,3.5,2.63 +Male,44,48,92,2.2,1.91 +Female,56,45,101,3.8,3.1 +Male,64,62,126,4,3.12 +Female,46,51,97,3.1,2.19 +Male,64,61,125,3.6,3.21 +Male,60,66,126,2.7,3.4 +Male,52,60,112,3.1,2.37 +Female,46,61,107,3.75,2.67 +Female,58,58,116,3.5,3.59 +Female,34,42,76,3.1,1.93 +Female,54,64,118,3.8,3.17 +Female,50,33,83,2.75,2.04 +Male,59,63,122,3.2,1.96 +Female,49,45,94,3.7,2.07 +Male,37,42,79,2.2,2.35 +Female,55,55,110,3.75,3.06 +Male,32,66,98,2.9,2.48 +Male,41,68,109,3.3,2.58 +Female,47,53,100,2.8,2.15 +Female,49,41,90,2.7,2.42 +Male,53,68,121,3.2,2.09 +Female,55,57,112,2.5,2.27 +Male,43,52,95,2.7,2.31 +Female,43,56,99,3,2.24 +Female,50,53,103,3.5,1.92 +Male,44,41,85,2,1.73 +Male,64,59,123,2.5,3.38 +Female,49,48,97,3.8,3.02 +Male,49,55,104,3.2,2.29 +Male,43,45,88,2.5,1.33 +Male,64,71,135,3.3,2.83 +Female,54,57,111,3.33,3.34 +Female,40,47,87,3.2,1.51 +Female,50,53,103,3.2,1.16 +Female,57,64,121,3.75,1.94 +Male,49,59,108,3.8,1.74 +Male,50,55,105,3.2,2.17 +Female,53,62,115,3.3,2.28 +Male,54,59,113,3.5,2.75 +Male,51,56,107,3,2.8 +Female,38,40,78,3.8,2.53 +Male,61,65,126,3.7,2.43 +Female,44,44,88,2.7,1.84 +Male,56,61,117,3.7,2.05 +Male,48,63,111,3,2.48 +Male,55,67,122,3.3,2.75 +Male,61,51,112,2.3,3.24 +Male,46,44,90,3.6,2.69 +Male,51,66,117,3,2.21 +Female,67,70,137,3.8,3.49 +Male,49,40,89,2.3,2.24 +Male,63,50,113,2.9,2.85 +Female,40,50,90,2.5,1.62 +Female,53,65,118,3.7,3.03 +Female,48,42,90,3.6,3.1 +Female,43,43,86,2.5,1.59 +Male,46,63,109,2.8,2.21 +Male,67,60,127,3.3,2.43 +Male,46,60,106,3.5,2.46 +Female,58,58,116,4,2.96 +Female,43,61,104,2.8,2.2 +Male,46,43,89,2.8,2.31 +Male,49,49,98,3.25,2.35 +Female,59,64,123,2.75,2.57 +Male,39,55,94,2.8,3.04 +Female,39,52,91,3,2.14 +Female,67,52,119,4,2.27 +Female,55,54,109,3,1.83 +Male,57,61,118,3,2.75 +Female,51,52,103,2.5,1.87 +Male,52,67,119,3.5,3.22 +Male,59,48,107,2.5,3.1 +Male,45,64,109,2.9,2.29 +Female,48,50,98,2.8,2.1 +Male,52,52,104,3.5,2.96 +Female,41,56,97,2,0.47 +Female,47,48,95,3.5,2.88 +Female,52,70,122,4,3.83 +Male,49,57,106,3.4,1.6 +Male,38,53,91,2.5,2.23 +Male,44,50,94,2.5,3.07 +Male,56,67,123,3.8,2.6 +Male,45,58,103,2.75,1.15 +Male,59,67,126,3.5,2.88 +Male,53,72,125,3.7,3.71 +Female,53,38,91,4,3.41 +Female,66,66,132,3.5,3.65 +Female,36,35,71,2.3,1.65 +Female,57,54,111,3.7,2.15 +Female,51,51,102,3.5,2.57 +Female,76,68,144,4,3.66 +Male,60,66,126,4,3.31 +Male,46,52,98,3,2.84 +Male,54,50,104,2.7,1.83 +Female,55,64,119,3.6,3.35 +Male,54,63,117,3.3,1.35 +Female,52,43,95,3.4,3.1 +Female,51,59,110,3.7,3.1 +Male,49,51,100,3,2.19 +Female,41,50,91,3,3.35 +Female,57,59,116,4,3.91 +Male,54,52,106,2.7,1.83 +Female,32,38,70,2.2,1.29 +Female,68,74,142,4,2.55 +Female,49,51,100,3.25,2.68 +Female,41,45,86,3.5,2.96 +Female,47,48,95,3,2.45 +Male,51,54,105,3.25,2.7 +Male,57,59,116,3,2.24 +Male,36,38,74,2.9,2.04 +Male,44,59,103,3.67,2.38 +Male,47,55,102,2.5,1.79 +Male,47,44,91,3,2 +Male,44,54,98,3.04,2.24 +Male,43,46,89,2.5,1.63 +Female,39,31,70,2.3,1.13 +Male,49,48,97,2.5,1.73 +Male,60,53,113,2.2,1.36 +Male,50,60,110,3,2.81 +Female,40,48,88,3.1,1.17 +Female,60,59,119,3.5,2.48 +Male,61,57,118,3.2,1.98 +Male,42,57,99,2.8,1.72 +Male,46,56,102,3.5,2.69 +Female,50,56,106,4,2.98 +Female,44,57,101,4,3.4 +Male,68,73,141,4,3.48 +Female,43,45,88,2.5,2.15 +Male,54,60,114,3,2.4 +Male,49,55,104,3,2.42 +Female,50,50,100,3.7,2.19 +Male,54,54,108,3.3,1.5 +Male,56,58,114,3.5,3.17 +Male,55,65,120,2.3,1.94 +Male,49,44,93,2.7,2.38 diff --git a/docs/files/data/generated_data/attendance_program.csv b/docs/files/data/generated_data/attendance_program.csv new file mode 100644 index 00000000..7adbf035 --- /dev/null +++ b/docs/files/data/generated_data/attendance_program.csv @@ -0,0 +1,1201 @@ +id,attendance,treatment,grade +1,91.69,FALSE,87.75 +2,69.55,TRUE,60.42 +3,47.98,TRUE,18.16 +4,98.37,FALSE,86.13 +5,66.1,TRUE,47.56 +6,64.24,TRUE,40.06 +7,84.5,FALSE,84.29 +8,84.11,FALSE,70.7 +9,84.36,FALSE,85.07 +10,88.44,FALSE,86.51 +11,83.12,FALSE,65.72 +12,89.63,FALSE,78.77 +13,87.11,FALSE,70.64 +14,73.95,TRUE,59.62 +15,51.83,TRUE,16.57 +16,77.21,TRUE,62.16 +17,83.61,FALSE,80.57 +18,88.68,FALSE,80.57 +19,87.83,FALSE,82.1 +20,72.57,TRUE,70.11 +21,83.32,FALSE,74.19 +22,82.58,FALSE,71.1 +23,65.37,TRUE,48.25 +24,86.08,FALSE,81.54 +25,93.72,FALSE,86.06 +26,62.52,TRUE,32.57 +27,89.9,FALSE,84.03 +28,75.48,TRUE,74.94 +29,88.96,FALSE,81.23 +30,47.42,TRUE,20.72 +31,83.1,FALSE,76.09 +32,86.28,FALSE,76.45 +33,83.47,FALSE,82.28 +34,95,FALSE,85.47 +35,91.32,FALSE,74.97 +36,97.81,FALSE,84.97 +37,92.86,FALSE,83.48 +38,80.33,FALSE,66.42 +39,82.96,FALSE,56.93 +40,90.36,FALSE,70.41 +41,88.05,FALSE,83.54 +42,80.11,FALSE,67.53 +43,89.59,FALSE,84.91 +44,89.31,FALSE,92.42 +45,90.74,FALSE,80.86 +46,92.1,FALSE,85.1 +47,83.79,FALSE,77.07 +48,83.41,FALSE,69.12 +49,96.08,FALSE,82.38 +50,84.6,FALSE,67.56 +51,90.76,FALSE,82.65 +52,89.81,FALSE,85.73 +53,78.13,TRUE,63.87 +54,62.82,TRUE,40.48 +55,29.04,TRUE,3.94 +56,87.07,FALSE,80.53 +57,91.23,FALSE,80.54 +58,75.84,TRUE,66.29 +59,85.77,FALSE,77.92 +60,75.33,TRUE,63.38 +61,91.05,FALSE,85.79 +62,68.23,TRUE,54.19 +63,75.06,TRUE,62.92 +64,82.8,FALSE,72.84 +65,81.46,FALSE,69.7 +66,60.62,TRUE,37.05 +67,77.97,TRUE,67.62 +68,93.27,FALSE,92.96 +69,80.69,FALSE,49.84 +70,78.39,TRUE,71.44 +71,78.26,TRUE,71.25 +72,93.12,FALSE,88.98 +73,78.32,TRUE,71.01 +74,55.05,TRUE,35.35 +75,59.31,TRUE,35.26 +76,63.15,TRUE,46.58 +77,82.02,FALSE,80.96 +78,78.63,TRUE,67.89 +79,91.58,FALSE,82.87 +80,76.18,TRUE,70.7 +81,70.03,TRUE,53.26 +82,27.03,TRUE,1.82 +83,50.56,TRUE,24.39 +84,83.39,FALSE,75.32 +85,91.01,FALSE,78.33 +86,51.43,TRUE,20.14 +87,66.44,TRUE,51.61 +88,83.09,FALSE,67.27 +89,73.92,TRUE,59.58 +90,83.49,FALSE,83.94 +91,71.89,TRUE,59.82 +92,88.51,FALSE,77.8 +93,71.87,TRUE,64.19 +94,67.82,TRUE,60.4 +95,76.16,TRUE,72.21 +96,78.7,TRUE,64.75 +97,85.5,FALSE,71.91 +98,90.77,FALSE,85.34 +99,55.08,TRUE,25.84 +100,74.77,TRUE,61.07 +101,55.6,TRUE,30.35 +102,92.03,FALSE,93.09 +103,71.85,TRUE,59.1 +104,59.96,TRUE,37.85 +105,75.68,TRUE,69.21 +106,78.62,TRUE,71.82 +107,87.17,FALSE,75.85 +108,57.87,TRUE,34.84 +109,73.65,TRUE,62.62 +110,85.26,FALSE,72.31 +111,94.2,FALSE,91.01 +112,85.33,FALSE,82.36 +113,70.65,TRUE,65.6 +114,50.18,TRUE,27.5 +115,70.08,TRUE,60.87 +116,91.37,FALSE,76.74 +117,60.08,TRUE,34.76 +118,95.14,FALSE,93.63 +119,81.45,FALSE,66.76 +120,80.68,FALSE,57.66 +121,96.81,FALSE,87.82 +122,53.01,TRUE,22.24 +123,85.15,FALSE,68.95 +124,80.96,FALSE,65.67 +125,60.93,TRUE,36.37 +126,77.18,TRUE,65.57 +127,64.05,TRUE,51.15 +128,66.8,TRUE,52.73 +129,69.58,TRUE,57.04 +130,64.24,TRUE,41.28 +131,67.98,TRUE,65.98 +132,81.63,FALSE,74.21 +133,73.3,TRUE,65.44 +134,72.82,TRUE,51.69 +135,79.35,TRUE,71.52 +136,90.2,FALSE,81.36 +137,88.21,FALSE,84.39 +138,81.83,FALSE,74.45 +139,87.95,FALSE,84.45 +140,79.78,TRUE,76.78 +141,82.19,FALSE,68.37 +142,78.48,TRUE,68.93 +143,66.61,TRUE,52.54 +144,61.24,TRUE,32.48 +145,27.99,TRUE,2.91 +146,76.46,TRUE,77.42 +147,80.75,FALSE,62.73 +148,74.37,TRUE,71.41 +149,80.94,FALSE,66.46 +150,96.16,FALSE,97.12 +151,37.21,TRUE,9.29 +152,87.84,FALSE,79.22 +153,90.9,FALSE,89.12 +154,70.46,TRUE,51.9 +155,75.81,TRUE,65.85 +156,99.28,FALSE,86.37 +157,77.03,TRUE,77.24 +158,66.45,TRUE,50.79 +159,53.24,TRUE,26.21 +160,45.28,TRUE,18.2 +161,83.58,FALSE,63.19 +162,59.13,TRUE,36.1 +163,78.74,TRUE,67.96 +164,83.99,FALSE,68 +165,99.48,FALSE,92.46 +166,87.27,FALSE,90.7 +167,64.69,TRUE,49.13 +168,64.37,TRUE,40.86 +169,61.36,TRUE,46.09 +170,89.28,FALSE,86.84 +171,71.98,TRUE,41.78 +172,97.4,FALSE,92.98 +173,64.75,TRUE,48.63 +174,59.33,TRUE,38.65 +175,71.51,TRUE,56.49 +176,59.22,TRUE,29.44 +177,68.79,TRUE,48.3 +178,57.59,TRUE,31.39 +179,47.1,TRUE,11.71 +180,74.57,TRUE,62.22 +181,90.81,FALSE,83.54 +182,66.36,TRUE,44.17 +183,81.98,FALSE,79.18 +184,34.38,TRUE,7.64 +185,94.86,FALSE,83.11 +186,82.21,FALSE,75.71 +187,66.26,TRUE,46.36 +188,77.94,TRUE,64.06 +189,84.93,FALSE,71.11 +190,80.49,FALSE,73.05 +191,61.11,TRUE,42.12 +192,60.31,TRUE,37.29 +193,69.32,TRUE,47.25 +194,85.64,FALSE,77.34 +195,59.85,TRUE,37.9 +196,85.95,FALSE,71.55 +197,71.49,TRUE,52.99 +198,80.81,FALSE,59.06 +199,80.01,FALSE,57.09 +200,88.93,FALSE,91.27 +201,72.91,TRUE,69.45 +202,68.62,TRUE,42.88 +203,90.45,FALSE,81.55 +204,79.69,TRUE,66.84 +205,74.63,TRUE,66.29 +206,62.03,TRUE,43.8 +207,74.06,TRUE,62.3 +208,66.47,TRUE,54.45 +209,90.65,FALSE,80.75 +210,58.94,TRUE,35.65 +211,58.73,TRUE,40.34 +212,70.11,TRUE,58.26 +213,39.04,TRUE,13.79 +214,66.67,TRUE,45.34 +215,69.83,TRUE,52.02 +216,69.75,TRUE,50.96 +217,65.91,TRUE,48.21 +218,48.74,TRUE,26.2 +219,65.55,TRUE,44.01 +220,60.23,TRUE,38.03 +221,91.03,FALSE,82.51 +222,81.53,FALSE,57.87 +223,91.84,FALSE,80.5 +224,69.97,TRUE,51.92 +225,66.66,TRUE,49.41 +226,51.34,TRUE,25.38 +227,81.19,FALSE,75.33 +228,72.07,TRUE,50.25 +229,95.83,FALSE,80.84 +230,68.19,TRUE,39.17 +231,85.73,FALSE,81.07 +232,79.42,TRUE,82.38 +233,67.13,TRUE,44.92 +234,60.14,TRUE,38.77 +235,80.49,FALSE,61.25 +236,60.03,TRUE,44.3 +237,85.52,FALSE,74.54 +238,56.24,TRUE,34.23 +239,75.31,TRUE,71.74 +240,68.63,TRUE,59.64 +241,65.11,TRUE,38.21 +242,86.17,FALSE,82.39 +243,56.1,TRUE,26.72 +244,87.53,FALSE,83.09 +245,68.62,TRUE,42.53 +246,87.94,FALSE,83.71 +247,79.54,TRUE,69.68 +248,94.48,FALSE,78.4 +249,72.68,TRUE,50.98 +250,51.05,TRUE,19.2 +251,71.56,TRUE,60.62 +252,95.85,FALSE,85.65 +253,85.12,FALSE,79.42 +254,91.39,FALSE,84.84 +255,81.47,FALSE,68.43 +256,67.85,TRUE,52.13 +257,68.62,TRUE,55.44 +258,84.57,FALSE,73.51 +259,89.15,FALSE,82.32 +260,78.42,TRUE,84.83 +261,50.3,TRUE,30.2 +262,74.74,TRUE,66.36 +263,85.5,FALSE,78.18 +264,83.51,FALSE,72.34 +265,82.68,FALSE,64.47 +266,57.51,TRUE,32.96 +267,35.13,TRUE,8.04 +268,65.75,TRUE,36.35 +269,82.3,FALSE,65.72 +270,75.94,TRUE,64.85 +271,83.34,FALSE,63.9 +272,77.9,TRUE,60.62 +273,84.32,FALSE,75.95 +274,85.47,FALSE,52.43 +275,72.38,TRUE,70.16 +276,74.73,TRUE,72.85 +277,83.51,FALSE,64.12 +278,94.68,FALSE,82.27 +279,74.62,TRUE,67.01 +280,86.37,FALSE,67.17 +281,48.04,TRUE,17.81 +282,89.14,FALSE,81.27 +283,46.65,TRUE,15.3 +284,85.5,FALSE,69.99 +285,69.22,TRUE,47.13 +286,53.64,TRUE,32.21 +287,83.72,FALSE,72.1 +288,63.04,TRUE,42.99 +289,76.81,TRUE,72.13 +290,91.02,FALSE,91.45 +291,79.93,TRUE,71.58 +292,79.01,TRUE,77.46 +293,87.6,FALSE,78.06 +294,76.2,TRUE,80.55 +295,68.38,TRUE,51.99 +296,51.96,TRUE,26.19 +297,46.09,TRUE,20.47 +298,73.24,TRUE,57.62 +299,45.42,TRUE,18.06 +300,86.96,FALSE,82.21 +301,98.36,FALSE,84.29 +302,83.04,FALSE,60.64 +303,83.68,FALSE,72.4 +304,98.27,FALSE,84.97 +305,62.83,TRUE,33.12 +306,87.2,FALSE,78.56 +307,79.21,TRUE,71.8 +308,94.72,FALSE,83.84 +309,88.31,FALSE,82.03 +310,77.25,TRUE,70.22 +311,52.6,TRUE,24.3 +312,20,TRUE,0.81 +313,75.29,TRUE,56.17 +314,77.95,TRUE,67.09 +315,83.59,FALSE,66.7 +316,36.41,TRUE,12.9 +317,92.39,FALSE,92.85 +318,68.89,TRUE,49.98 +319,76.06,TRUE,80.98 +320,84.95,FALSE,72.82 +321,94.17,FALSE,85.05 +322,70.51,TRUE,65.99 +323,75.93,TRUE,65.58 +324,87.86,FALSE,81.76 +325,72.6,TRUE,54.09 +326,80.02,FALSE,76.41 +327,85.88,FALSE,64.69 +328,64.37,TRUE,39.64 +329,80.92,FALSE,61.98 +330,96.23,FALSE,85.64 +331,99.13,FALSE,84.83 +332,84.58,FALSE,76.84 +333,55.4,TRUE,33.21 +334,51.14,TRUE,29.41 +335,68.7,TRUE,63.07 +336,94.16,FALSE,89.15 +337,71.09,TRUE,63.51 +338,30.79,TRUE,4.51 +339,100,FALSE,83.84 +340,87.17,FALSE,68.23 +341,47.41,TRUE,17.88 +342,63.68,TRUE,42.51 +343,56.78,TRUE,24.54 +344,65.43,TRUE,45.33 +345,63.43,TRUE,42.22 +346,74.91,TRUE,55.31 +347,88.74,FALSE,84.89 +348,91.87,FALSE,77.89 +349,74.5,TRUE,65.9 +350,82.3,FALSE,79.24 +351,88.55,FALSE,63.83 +352,66.37,TRUE,60.67 +353,72.17,TRUE,52.9 +354,90.88,FALSE,83.33 +355,83.7,FALSE,81.43 +356,76.58,TRUE,62.55 +357,93.4,FALSE,84.88 +358,80.17,FALSE,69.42 +359,86.26,FALSE,69.91 +360,97.68,FALSE,100.83 +361,80.16,FALSE,73.21 +362,83.93,FALSE,87.12 +363,84.9,FALSE,79.65 +364,62.96,TRUE,52.46 +365,72.39,TRUE,67.53 +366,91.96,FALSE,88.58 +367,67.38,TRUE,45.78 +368,77.14,TRUE,64.88 +369,71.91,TRUE,72.21 +370,60.36,TRUE,42.76 +371,72.97,TRUE,66.71 +372,31.21,TRUE,5.45 +373,72.94,TRUE,61.49 +374,92.11,FALSE,83.4 +375,91.84,FALSE,85.79 +376,96.67,FALSE,82.63 +377,87.51,FALSE,85.73 +378,86.72,FALSE,82.96 +379,84.94,FALSE,80.28 +380,58.54,TRUE,41.22 +381,92.29,FALSE,89.35 +382,74.75,TRUE,55.43 +383,64.7,TRUE,41.68 +384,77.68,TRUE,72.49 +385,71.8,TRUE,67.49 +386,89.05,FALSE,83.36 +387,92.41,FALSE,84.63 +388,69.77,TRUE,58.54 +389,82.1,FALSE,75.09 +390,68.49,TRUE,55.04 +391,67.64,TRUE,47.67 +392,38.69,TRUE,15.09 +393,82.09,FALSE,70.26 +394,57.53,TRUE,34.6 +395,85.52,FALSE,74.07 +396,93.91,FALSE,84.24 +397,91.64,FALSE,81.49 +398,77.89,TRUE,74.88 +399,73.16,TRUE,61.17 +400,87.43,FALSE,75.99 +401,70.56,TRUE,52.3 +402,59.3,TRUE,42.41 +403,92.47,FALSE,81.08 +404,96.78,FALSE,88.36 +405,92.25,FALSE,93.87 +406,88.41,FALSE,68.19 +407,80.29,FALSE,69.74 +408,53.94,TRUE,28.92 +409,69.64,TRUE,56.07 +410,84.39,FALSE,82.11 +411,75.94,TRUE,64.08 +412,83.51,FALSE,76.61 +413,48.78,TRUE,20.56 +414,47.57,TRUE,20.08 +415,91.31,FALSE,86.26 +416,86.75,FALSE,73.26 +417,95.37,FALSE,89.24 +418,66.32,TRUE,46.18 +419,70.5,TRUE,55.79 +420,87.88,FALSE,80.5 +421,59.94,TRUE,31.49 +422,93.56,FALSE,89.77 +423,90.8,FALSE,95.56 +424,76,TRUE,61.88 +425,64.23,TRUE,42.78 +426,58.42,TRUE,28.77 +427,51.07,TRUE,26.51 +428,91.85,FALSE,80.53 +429,58.98,TRUE,52.34 +430,77.19,TRUE,70.95 +431,79.5,TRUE,76.13 +432,94.3,FALSE,81.71 +433,64.59,TRUE,41.77 +434,67.83,TRUE,52.04 +435,75.52,TRUE,63.58 +436,90.24,FALSE,72.47 +437,87.85,FALSE,69.79 +438,75.43,TRUE,67.68 +439,49.43,TRUE,14.32 +440,81.43,FALSE,61.32 +441,88.23,FALSE,84.5 +442,64.53,TRUE,36.57 +443,66.14,TRUE,51.61 +444,40.66,TRUE,18.77 +445,35.3,TRUE,9.52 +446,77.79,TRUE,81.59 +447,75.17,TRUE,61.16 +448,85.85,FALSE,79.71 +449,87.96,FALSE,77.88 +450,81.16,FALSE,75.76 +451,70.62,TRUE,80.11 +452,75.7,TRUE,66.08 +453,71.19,TRUE,63.9 +454,71.23,TRUE,57.14 +455,58.85,TRUE,35.43 +456,79.98,TRUE,72.37 +457,29.47,TRUE,1.14 +458,65.89,TRUE,48.17 +459,91.57,FALSE,89.97 +460,80.04,FALSE,66.68 +461,64,TRUE,45.11 +462,82.14,FALSE,63.89 +463,68.04,TRUE,47.86 +464,40.85,TRUE,18.64 +465,85.53,FALSE,79.87 +466,75.51,TRUE,71.37 +467,84.4,FALSE,89.71 +468,90.94,FALSE,88.83 +469,96.31,FALSE,95.17 +470,71.3,TRUE,54.8 +471,61.84,TRUE,40.34 +472,60.86,TRUE,37.74 +473,93.26,FALSE,88.58 +474,90.96,FALSE,80.31 +475,91.07,FALSE,82.51 +476,86.01,FALSE,68.45 +477,71.83,TRUE,56.08 +478,62.02,TRUE,47.85 +479,52,TRUE,33.74 +480,61.48,TRUE,37.92 +481,86.17,FALSE,80.06 +482,90.41,FALSE,89.62 +483,80.42,FALSE,68.43 +484,73.09,TRUE,56.39 +485,58.61,TRUE,28.81 +486,87.97,FALSE,85.11 +487,69.25,TRUE,57.33 +488,39.82,TRUE,6.89 +489,88.57,FALSE,77.67 +490,79.15,TRUE,85.04 +491,95.88,FALSE,84.38 +492,69.33,TRUE,59.42 +493,85.39,FALSE,84.62 +494,88.84,FALSE,81.03 +495,87.15,FALSE,84.09 +496,65.73,TRUE,46.4 +497,97.74,FALSE,95.49 +498,82.36,FALSE,86.36 +499,89.79,FALSE,84.63 +500,89.24,FALSE,84.97 +501,65.01,TRUE,43.63 +502,67.89,TRUE,49.99 +503,77.15,TRUE,62.54 +504,63.46,TRUE,46.47 +505,84.87,FALSE,66.91 +506,97.16,FALSE,99.54 +507,79.29,TRUE,60.18 +508,81.44,FALSE,69.43 +509,72.09,TRUE,62.28 +510,66.17,TRUE,50.95 +511,52.8,TRUE,24.77 +512,74.31,TRUE,84.27 +513,83.51,FALSE,71.81 +514,80.43,FALSE,63.58 +515,55.84,TRUE,35.7 +516,87.98,FALSE,85.03 +517,89.15,FALSE,82.5 +518,68.75,TRUE,55.39 +519,61.56,TRUE,39.46 +520,56.91,TRUE,27.77 +521,74.97,TRUE,67.75 +522,78.45,TRUE,71.81 +523,47.27,TRUE,16.1 +524,91.13,FALSE,84.99 +525,50.25,TRUE,29.75 +526,85.27,FALSE,81.26 +527,72.6,TRUE,54.08 +528,64.85,TRUE,51.27 +529,72.59,TRUE,61.15 +530,83.54,FALSE,74.82 +531,71.77,TRUE,49.99 +532,87.82,FALSE,77.88 +533,85.59,FALSE,63.16 +534,48.82,TRUE,19.6 +535,68.02,TRUE,47.46 +536,88.52,FALSE,82.63 +537,75.07,TRUE,62.07 +538,61.96,TRUE,42.06 +539,88.35,FALSE,79.31 +540,81.67,FALSE,62.72 +541,50.72,TRUE,25.59 +542,82.86,FALSE,73.8 +543,95.2,FALSE,88.83 +544,66.22,TRUE,52.75 +545,93.49,FALSE,92.54 +546,93.84,FALSE,87.22 +547,73.84,TRUE,51.23 +548,74.1,TRUE,57.65 +549,75.8,TRUE,69.64 +550,69.16,TRUE,54.56 +551,85.81,FALSE,82.35 +552,72.86,TRUE,64.5 +553,83.66,FALSE,69.78 +554,76.45,TRUE,67.12 +555,91.14,FALSE,83.39 +556,77.3,TRUE,65.15 +557,73.19,TRUE,56.26 +558,86.18,FALSE,82.69 +559,74.4,TRUE,71.83 +560,85.49,FALSE,75.03 +561,85.43,FALSE,68.78 +562,78.85,TRUE,73.35 +563,64.61,TRUE,43.08 +564,78.86,TRUE,82.53 +565,71.4,TRUE,41.88 +566,51.51,TRUE,21.44 +567,80.18,FALSE,67.99 +568,77.09,TRUE,75.37 +569,64.11,TRUE,41.33 +570,92.15,FALSE,88.01 +571,63.3,TRUE,49.64 +572,83.95,FALSE,63.14 +573,91.04,FALSE,88.87 +574,95.86,FALSE,85.7 +575,86.35,FALSE,89.69 +576,91.35,FALSE,81.88 +577,91.43,FALSE,85.51 +578,91.74,FALSE,80.96 +579,63.27,TRUE,47.66 +580,88.38,FALSE,75.5 +581,84.99,FALSE,64.52 +582,82.13,FALSE,74.3 +583,71.41,TRUE,52.47 +584,81.18,FALSE,76.02 +585,55.72,TRUE,28.59 +586,80.3,FALSE,51.64 +587,97.75,FALSE,100 +588,76.96,TRUE,72.54 +589,96.33,FALSE,89 +590,52.48,TRUE,26.43 +591,86.75,FALSE,70.57 +592,90.82,FALSE,91.27 +593,84.73,FALSE,73.88 +594,62.26,TRUE,34.74 +595,70.06,TRUE,56.77 +596,89.35,FALSE,75.03 +597,75.35,TRUE,74.02 +598,62.65,TRUE,44.89 +599,34.06,TRUE,7.2 +600,72.67,TRUE,56.18 +601,86.17,FALSE,75.47 +602,80.47,FALSE,54.04 +603,56.27,TRUE,34.79 +604,52.69,TRUE,31.66 +605,65.48,TRUE,49.61 +606,78.92,TRUE,77.29 +607,91.91,FALSE,95.98 +608,81.37,FALSE,66.89 +609,84.12,FALSE,80.65 +610,68.43,TRUE,58.16 +611,59.76,TRUE,43.08 +612,91.29,FALSE,96.3 +613,82.71,FALSE,61.1 +614,72.45,TRUE,52.67 +615,81.57,FALSE,60.63 +616,91.69,FALSE,86.71 +617,99.15,FALSE,87.17 +618,75.66,TRUE,75.24 +619,75.83,TRUE,60.12 +620,29.23,TRUE,1.83 +621,97.04,FALSE,89.98 +622,85.67,FALSE,80.42 +623,54.19,TRUE,26.78 +624,68.1,TRUE,43.69 +625,72.82,TRUE,57.44 +626,85.12,FALSE,62.38 +627,71.19,TRUE,58.75 +628,79.37,TRUE,77 +629,72.98,TRUE,56.04 +630,84.54,FALSE,74.5 +631,39.73,TRUE,13.28 +632,81.47,FALSE,64.59 +633,80.49,FALSE,64.23 +634,81.21,FALSE,69.04 +635,80.41,FALSE,72.09 +636,73.3,TRUE,60.82 +637,67.21,TRUE,49.82 +638,59.83,TRUE,52.31 +639,79.9,TRUE,68.52 +640,88.86,FALSE,84.71 +641,93.55,FALSE,82.3 +642,74.38,TRUE,66.05 +643,74.18,TRUE,69.02 +644,73.06,TRUE,49.3 +645,77.01,TRUE,68.47 +646,73.18,TRUE,81.88 +647,73.38,TRUE,59.82 +648,86.81,FALSE,67.86 +649,66.9,TRUE,49.35 +650,90.59,FALSE,82.4 +651,93.79,FALSE,90.51 +652,77.43,TRUE,79.74 +653,90.68,FALSE,82.17 +654,62.37,TRUE,34.86 +655,77.86,TRUE,80.98 +656,86.98,FALSE,79.97 +657,77.21,TRUE,55.91 +658,36.85,TRUE,11.37 +659,77.27,TRUE,72.15 +660,80.88,FALSE,57.24 +661,67.39,TRUE,49.68 +662,49.68,TRUE,30.32 +663,90.01,FALSE,81.22 +664,78.49,TRUE,63.14 +665,48.19,TRUE,21.44 +666,68.12,TRUE,59.88 +667,78.56,TRUE,73.87 +668,92.54,FALSE,86.98 +669,80.07,FALSE,69.5 +670,78.51,TRUE,69.84 +671,76.7,TRUE,71.19 +672,30.27,TRUE,6.76 +673,82.9,FALSE,83.15 +674,94.65,FALSE,95.66 +675,64.48,TRUE,43.21 +676,77.24,TRUE,66.1 +677,78.84,TRUE,80.43 +678,60.96,TRUE,45.7 +679,99.56,FALSE,99.18 +680,84.21,FALSE,71.59 +681,77.97,TRUE,74.37 +682,61.74,TRUE,36.97 +683,79.79,TRUE,70.48 +684,89.7,FALSE,78.18 +685,67.41,TRUE,44.42 +686,74.82,TRUE,63.13 +687,73.04,TRUE,63.29 +688,45.68,TRUE,17.96 +689,84.05,FALSE,63.09 +690,92.07,FALSE,80.74 +691,92.34,FALSE,86.24 +692,89.9,FALSE,71.53 +693,93.24,FALSE,89.77 +694,76.11,TRUE,67.55 +695,77.02,TRUE,68.55 +696,57.12,TRUE,26.03 +697,90.7,FALSE,85.13 +698,79.13,TRUE,75.13 +699,62.74,TRUE,50.63 +700,81.29,FALSE,73.25 +701,56.9,TRUE,35.87 +702,59.4,TRUE,48.46 +703,85.28,FALSE,74.66 +704,87.05,FALSE,75.6 +705,78.64,TRUE,60.53 +706,75.07,TRUE,85.41 +707,76.21,TRUE,80.36 +708,84.41,FALSE,78.29 +709,88.86,FALSE,81.88 +710,91.02,FALSE,84.17 +711,53.19,TRUE,29.81 +712,89.5,FALSE,81.57 +713,37.36,TRUE,12.87 +714,77.72,TRUE,65.81 +715,84.01,FALSE,68.87 +716,90.46,FALSE,84.89 +717,75.54,TRUE,60.34 +718,79.32,TRUE,89.21 +719,72.11,TRUE,50.19 +720,84.9,FALSE,73.38 +721,61.13,TRUE,36.61 +722,58.86,TRUE,37.16 +723,48.25,TRUE,22.98 +724,71.25,TRUE,61.13 +725,84.51,FALSE,52.89 +726,76.62,TRUE,51.91 +727,94.99,FALSE,87.17 +728,72.65,TRUE,54.27 +729,82.36,FALSE,66.88 +730,66.64,TRUE,55.08 +731,79.91,TRUE,79.39 +732,93.19,FALSE,89.75 +733,74.49,TRUE,62.7 +734,92.96,FALSE,90.25 +735,53.69,TRUE,33.98 +736,96.2,FALSE,96.53 +737,77.77,TRUE,82.93 +738,65.41,TRUE,36.77 +739,94.25,FALSE,84.34 +740,88.39,FALSE,86.33 +741,83.54,FALSE,69.17 +742,71.97,TRUE,50.03 +743,81.01,FALSE,56.23 +744,90.02,FALSE,84.19 +745,66.56,TRUE,62.16 +746,83.8,FALSE,72.86 +747,64.23,TRUE,46.25 +748,83.52,FALSE,71.61 +749,89.19,FALSE,83.63 +750,76.93,TRUE,61.35 +751,60.59,TRUE,39.51 +752,70.31,TRUE,47.49 +753,76.29,TRUE,67.56 +754,96.81,FALSE,89.41 +755,75.94,TRUE,64.65 +756,88.15,FALSE,83.3 +757,78.8,TRUE,85.36 +758,69.9,TRUE,66.43 +759,94.24,FALSE,92.82 +760,58.77,TRUE,30.04 +761,70.21,TRUE,54.28 +762,51.03,TRUE,27.1 +763,83.99,FALSE,71.93 +764,83.31,FALSE,57.82 +765,89.6,FALSE,76.09 +766,81.39,FALSE,74.34 +767,52.29,TRUE,20.44 +768,52.76,TRUE,27.29 +769,96.21,FALSE,96.26 +770,55.86,TRUE,24.14 +771,49.49,TRUE,29.51 +772,61.43,TRUE,44.69 +773,88.04,FALSE,80.43 +774,48.61,TRUE,27.39 +775,58.44,TRUE,34.05 +776,60.24,TRUE,40.16 +777,81.69,FALSE,59.76 +778,55.18,TRUE,34.65 +779,73.02,TRUE,69.25 +780,76.45,TRUE,74.3 +781,34.6,TRUE,11.43 +782,57.68,TRUE,40 +783,82.38,FALSE,57.94 +784,94.01,FALSE,83.48 +785,62.17,TRUE,39.09 +786,82.62,FALSE,65.23 +787,53.56,TRUE,29.48 +788,65.17,TRUE,40.85 +789,74.77,TRUE,70.68 +790,76.76,TRUE,61.01 +791,81.38,FALSE,69.6 +792,71.22,TRUE,49.29 +793,90.75,FALSE,91.33 +794,59.97,TRUE,37.88 +795,81.89,FALSE,60.41 +796,86.71,FALSE,71.57 +797,80.83,FALSE,68.22 +798,95.8,FALSE,87.34 +799,81.19,FALSE,60.72 +800,73.12,TRUE,58.22 +801,83.98,FALSE,72.48 +802,82.15,FALSE,67.82 +803,67.19,TRUE,49.68 +804,70.73,TRUE,57.29 +805,85.82,FALSE,84.5 +806,62.71,TRUE,45.39 +807,71.63,TRUE,58.59 +808,59.61,TRUE,33.63 +809,92.75,FALSE,81.25 +810,78.65,TRUE,75.49 +811,83.86,FALSE,75.65 +812,89.99,FALSE,87.4 +813,57.28,TRUE,42.46 +814,65.23,TRUE,34.19 +815,91.86,FALSE,82.05 +816,93.25,FALSE,83.73 +817,95.63,FALSE,92.78 +818,73.21,TRUE,59.61 +819,91.07,FALSE,76.98 +820,81.63,FALSE,60.93 +821,81.19,FALSE,53.12 +822,68.54,TRUE,58.73 +823,90.91,FALSE,84.07 +824,76.95,TRUE,75.21 +825,86.74,FALSE,80.39 +826,70.98,TRUE,66.74 +827,87.97,FALSE,80.33 +828,74.64,TRUE,83.51 +829,61.79,TRUE,42.88 +830,89.59,FALSE,84.94 +831,78.96,TRUE,77.55 +832,68.06,TRUE,54.94 +833,76.84,TRUE,68.11 +834,96.89,FALSE,85.64 +835,57.71,TRUE,37.84 +836,74.92,TRUE,66.75 +837,77.01,TRUE,65.25 +838,66.3,TRUE,51.04 +839,79.08,TRUE,65.02 +840,89.54,FALSE,81.63 +841,85.59,FALSE,78.83 +842,74.12,TRUE,62.25 +843,71.45,TRUE,67.25 +844,89.43,FALSE,74 +845,82.55,FALSE,66.06 +846,87.75,FALSE,79.53 +847,92.05,FALSE,83.17 +848,85.82,FALSE,78.57 +849,72.31,TRUE,51.47 +850,69.42,TRUE,53.12 +851,62.15,TRUE,38.15 +852,70.87,TRUE,51.4 +853,72.14,TRUE,61.5 +854,52,TRUE,21.2 +855,78.19,TRUE,86.17 +856,70.03,TRUE,63.02 +857,88.53,FALSE,67.43 +858,96.11,FALSE,93.76 +859,79.05,TRUE,75.42 +860,63.15,TRUE,30.3 +861,64.81,TRUE,43.52 +862,57.58,TRUE,33.6 +863,82.66,FALSE,80.33 +864,91.68,FALSE,89.03 +865,69.02,TRUE,61.12 +866,94.39,FALSE,91.25 +867,60.96,TRUE,36.1 +868,59.16,TRUE,42.63 +869,52.45,TRUE,28.44 +870,79.18,TRUE,86.72 +871,85.82,FALSE,80.84 +872,65.7,TRUE,50.74 +873,31.91,TRUE,7.09 +874,91.63,FALSE,83.5 +875,82.54,FALSE,68.31 +876,72.32,TRUE,58.48 +877,73.92,TRUE,62.33 +878,82.65,FALSE,85.58 +879,98.36,FALSE,99.7 +880,80.07,FALSE,68.01 +881,91.46,FALSE,80.74 +882,74.56,TRUE,71.86 +883,87.84,FALSE,61.94 +884,77.34,TRUE,62.67 +885,86.68,FALSE,76.98 +886,82.1,FALSE,58.29 +887,81.64,FALSE,62.88 +888,40.02,TRUE,15.68 +889,58.8,TRUE,37.79 +890,79.31,TRUE,70.74 +891,91.87,FALSE,85.29 +892,49.14,TRUE,29.76 +893,93.63,FALSE,91.05 +894,91.46,FALSE,84.56 +895,87.11,FALSE,82.37 +896,89.35,FALSE,88.48 +897,88.6,FALSE,80.11 +898,41.4,TRUE,10.33 +899,77.14,TRUE,60.68 +900,86.36,FALSE,80.03 +901,60,TRUE,33.88 +902,71.26,TRUE,53.7 +903,91.81,FALSE,90.7 +904,84.31,FALSE,64.11 +905,63.56,TRUE,43.19 +906,55.41,TRUE,36.21 +907,75.44,TRUE,68.84 +908,95.61,FALSE,81.47 +909,86.55,FALSE,74.26 +910,79.03,TRUE,66.86 +911,64.63,TRUE,49.34 +912,74.05,TRUE,70.5 +913,74.07,TRUE,65.18 +914,67.07,TRUE,49.45 +915,80.1,FALSE,67.59 +916,82.41,FALSE,75.42 +917,73.34,TRUE,66.68 +918,87.55,FALSE,84.28 +919,80.22,FALSE,54.61 +920,83.86,FALSE,75.07 +921,88.25,FALSE,87.16 +922,52.54,TRUE,20.47 +923,92.32,FALSE,98.6 +924,83,FALSE,64.05 +925,68.77,TRUE,45.92 +926,77.18,TRUE,70.93 +927,70.12,TRUE,42.18 +928,92.65,FALSE,86.43 +929,82.43,FALSE,80.3 +930,95.48,FALSE,91.18 +931,87.89,FALSE,86.99 +932,45.95,TRUE,20.1 +933,70.08,TRUE,55.61 +934,73.54,TRUE,60.26 +935,88.93,FALSE,81.4 +936,84.25,FALSE,78.52 +937,89.82,FALSE,80.77 +938,74.17,TRUE,58.63 +939,57.46,TRUE,34.42 +940,69.07,TRUE,51.88 +941,85.08,FALSE,80.55 +942,63.08,TRUE,38.19 +943,67.06,TRUE,56.78 +944,55.25,TRUE,27.26 +945,82.59,FALSE,82.05 +946,91.43,FALSE,83.19 +947,76.75,TRUE,77.71 +948,68.99,TRUE,47.98 +949,76.48,TRUE,73.73 +950,66.14,TRUE,51.89 +951,76.73,TRUE,70.04 +952,79.31,TRUE,84.86 +953,77.52,TRUE,72.5 +954,75.6,TRUE,71.05 +955,72.99,TRUE,60.75 +956,84.37,FALSE,69.64 +957,73.63,TRUE,82.17 +958,86.1,FALSE,79.95 +959,90.63,FALSE,94.16 +960,56.36,TRUE,32.91 +961,60.4,TRUE,39.89 +962,84.41,FALSE,83.15 +963,41.88,TRUE,9.97 +964,78.64,TRUE,74.14 +965,80.16,FALSE,52.28 +966,89.15,FALSE,79.55 +967,75.65,TRUE,73.83 +968,77.68,TRUE,79.03 +969,73.89,TRUE,86.58 +970,65.71,TRUE,49.24 +971,53.41,TRUE,27.2 +972,68.44,TRUE,48.71 +973,50.83,TRUE,27.53 +974,48.58,TRUE,24.89 +975,81.41,FALSE,63.9 +976,62.65,TRUE,43.2 +977,90.86,FALSE,90.14 +978,89.23,FALSE,85.8 +979,69.63,TRUE,57 +980,82.6,FALSE,59.25 +981,95.64,FALSE,96.31 +982,53.43,TRUE,26.74 +983,87.88,FALSE,83.27 +984,67.1,TRUE,51.14 +985,66.49,TRUE,46.37 +986,33.42,TRUE,8.59 +987,71.28,TRUE,57.65 +988,60.16,TRUE,31.65 +989,82.07,FALSE,71.97 +990,95.17,FALSE,80.38 +991,72.39,TRUE,70.94 +992,93.39,FALSE,88.63 +993,76.31,TRUE,66.73 +994,73.26,TRUE,70.61 +995,81.2,FALSE,56.9 +996,36.76,TRUE,14.02 +997,31.71,TRUE,7.38 +998,89.3,FALSE,89.99 +999,57.62,TRUE,25.37 +1000,81.61,FALSE,65.44 +1001,89.47,FALSE,71.77 +1002,75.53,TRUE,63.71 +1003,56.72,TRUE,34.88 +1004,49.47,TRUE,19.13 +1005,86.1,FALSE,85.03 +1006,72.45,TRUE,62.15 +1007,45.11,TRUE,12.25 +1008,94.71,FALSE,87.66 +1009,81.06,FALSE,65.46 +1010,85.18,FALSE,69.95 +1011,80.61,FALSE,74.42 +1012,59.55,TRUE,40.98 +1013,72.47,TRUE,64.9 +1014,76.54,TRUE,64.26 +1015,78.81,TRUE,72.59 +1016,90.48,FALSE,92.12 +1017,70.14,TRUE,57.21 +1018,49.94,TRUE,21.43 +1019,48.69,TRUE,16.36 +1020,66.38,TRUE,49.77 +1021,91.27,FALSE,84.48 +1022,87.64,FALSE,81.6 +1023,86.42,FALSE,86.45 +1024,93.68,FALSE,93.38 +1025,74.43,TRUE,65.98 +1026,43.52,TRUE,18.63 +1027,98.65,FALSE,85.43 +1028,57.65,TRUE,51.34 +1029,78.82,TRUE,75.89 +1030,87.02,FALSE,79.72 +1031,57.32,TRUE,35.6 +1032,73.33,TRUE,59.29 +1033,88.78,FALSE,82.99 +1034,86.22,FALSE,81.88 +1035,94.92,FALSE,83.35 +1036,21.07,TRUE,0 +1037,78.01,TRUE,73.48 +1038,86.84,FALSE,74.77 +1039,82.42,FALSE,64.1 +1040,84.14,FALSE,69.54 +1041,93.36,FALSE,85.52 +1042,94.36,FALSE,92.95 +1043,62.14,TRUE,36.25 +1044,66.8,TRUE,51.98 +1045,72.35,TRUE,50.85 +1046,89.99,FALSE,80.24 +1047,85.5,FALSE,64.04 +1048,89.67,FALSE,84.62 +1049,78.19,TRUE,69.04 +1050,72.31,TRUE,81.4 +1051,61.82,TRUE,38.41 +1052,63.67,TRUE,46.72 +1053,61.95,TRUE,43.3 +1054,42.42,TRUE,16.47 +1055,47.57,TRUE,24.05 +1056,84.69,FALSE,67.54 +1057,57.84,TRUE,29.56 +1058,65.51,TRUE,50.74 +1059,72.87,TRUE,57.69 +1060,88.59,FALSE,83.12 +1061,62.19,TRUE,37.95 +1062,73.97,TRUE,50.79 +1063,81.28,FALSE,56.57 +1064,52.94,TRUE,28.27 +1065,50.84,TRUE,31.76 +1066,54.38,TRUE,34.71 +1067,88.53,FALSE,84.36 +1068,52.5,TRUE,21.24 +1069,86.73,FALSE,85.54 +1070,66.58,TRUE,44.99 +1071,71.56,TRUE,62.9 +1072,86.29,FALSE,65.01 +1073,76.27,TRUE,77.49 +1074,68.04,TRUE,49.94 +1075,41.88,TRUE,14.08 +1076,78.38,TRUE,82.59 +1077,69.26,TRUE,58.54 +1078,92.88,FALSE,80.52 +1079,61.02,TRUE,42.94 +1080,71.06,TRUE,50.01 +1081,60.86,TRUE,32.6 +1082,82.14,FALSE,75.87 +1083,77.73,TRUE,82.39 +1084,72.83,TRUE,61.23 +1085,77.13,TRUE,71.4 +1086,55.17,TRUE,36.86 +1087,87.01,FALSE,79.9 +1088,71.18,TRUE,59.79 +1089,62.53,TRUE,41.05 +1090,92.04,FALSE,83.6 +1091,70.62,TRUE,49.83 +1092,84.76,FALSE,74.96 +1093,59.11,TRUE,35.73 +1094,95.61,FALSE,85.37 +1095,70.83,TRUE,60.76 +1096,84.31,FALSE,76.85 +1097,81.3,FALSE,63.09 +1098,92.27,FALSE,81.34 +1099,67.1,TRUE,53 +1100,95.06,FALSE,89.76 +1101,77.74,TRUE,69.27 +1102,65.48,TRUE,41.94 +1103,73.58,TRUE,67.21 +1104,54.79,TRUE,24.24 +1105,74.22,TRUE,63.76 +1106,88.09,FALSE,84.29 +1107,94.91,FALSE,83.76 +1108,90.45,FALSE,82.18 +1109,88.57,FALSE,81.78 +1110,94.26,FALSE,84.63 +1111,49.57,TRUE,25.71 +1112,38.57,TRUE,11.62 +1113,84.96,FALSE,75.81 +1114,73.54,TRUE,65.03 +1115,48.73,TRUE,16.95 +1116,62.89,TRUE,46.88 +1117,72.08,TRUE,56.47 +1118,91.29,FALSE,89.73 +1119,68.83,TRUE,41.12 +1120,78.4,TRUE,63.68 +1121,85.57,FALSE,69.57 +1122,86.17,FALSE,87.16 +1123,70.3,TRUE,57.05 +1124,63.99,TRUE,49.83 +1125,67.53,TRUE,53.89 +1126,65.71,TRUE,48.07 +1127,83.29,FALSE,63.23 +1128,73.2,TRUE,54.8 +1129,60.07,TRUE,32.77 +1130,97.84,FALSE,92.32 +1131,76.95,TRUE,67.22 +1132,74.4,TRUE,63.67 +1133,79.42,TRUE,73.13 +1134,74.21,TRUE,62.93 +1135,97.02,FALSE,92.72 +1136,68.01,TRUE,42.65 +1137,75.13,TRUE,70.02 +1138,83.34,FALSE,64.49 +1139,99.5,FALSE,82.73 +1140,82.15,FALSE,65.01 +1141,72.89,TRUE,56.4 +1142,76.51,TRUE,71.22 +1143,68.57,TRUE,62.57 +1144,59.26,TRUE,37.59 +1145,55.75,TRUE,30.73 +1146,51.89,TRUE,24.91 +1147,56.52,TRUE,33.86 +1148,81.24,FALSE,68.94 +1149,75.66,TRUE,65.58 +1150,42.79,TRUE,10.47 +1151,61.6,TRUE,46.24 +1152,68,TRUE,50.38 +1153,41.66,TRUE,15.98 +1154,85.2,FALSE,83.31 +1155,74.71,TRUE,70.63 +1156,79.6,TRUE,84.3 +1157,72.55,TRUE,67.56 +1158,77.85,TRUE,71.75 +1159,43.16,TRUE,15.24 +1160,72.54,TRUE,63.18 +1161,73.9,TRUE,66.64 +1162,85.92,FALSE,74.69 +1163,82.26,FALSE,58.51 +1164,94.6,FALSE,90.52 +1165,66.55,TRUE,46.16 +1166,55.12,TRUE,27.08 +1167,92.83,FALSE,88.08 +1168,66.75,TRUE,46.04 +1169,68.4,TRUE,59.94 +1170,71.3,TRUE,56.87 +1171,73.82,TRUE,68.94 +1172,68.31,TRUE,40.55 +1173,37.53,TRUE,8.86 +1174,65.57,TRUE,49.21 +1175,64.7,TRUE,49.06 +1176,84.01,FALSE,69.01 +1177,76.3,TRUE,69.18 +1178,83.41,FALSE,85.47 +1179,67.19,TRUE,50.11 +1180,66.56,TRUE,46.8 +1181,58.6,TRUE,34.5 +1182,88.72,FALSE,90.2 +1183,77.69,TRUE,61.85 +1184,83.2,FALSE,82.38 +1185,81.3,FALSE,70.65 +1186,61.61,TRUE,36.68 +1187,84.92,FALSE,77.17 +1188,46.39,TRUE,13.5 +1189,66.25,TRUE,46.93 +1190,73.46,TRUE,66.32 +1191,94.75,FALSE,95.15 +1192,81.16,FALSE,63.76 +1193,80.19,FALSE,56.93 +1194,60.46,TRUE,37.18 +1195,94.75,FALSE,80.73 +1196,58.99,TRUE,39.46 +1197,35.9,TRUE,10.69 +1198,94.42,FALSE,92.4 +1199,55.17,TRUE,33.74 +1200,68.36,TRUE,54.71 diff --git a/docs/files/data/generated_data/barrel-dag-observational.png b/docs/files/data/generated_data/barrel-dag-observational.png new file mode 100644 index 00000000..2b7066da Binary files /dev/null and b/docs/files/data/generated_data/barrel-dag-observational.png differ diff --git a/docs/files/data/generated_data/barrel-dag-rct.png b/docs/files/data/generated_data/barrel-dag-rct.png new file mode 100644 index 00000000..fb822ac2 Binary files /dev/null and b/docs/files/data/generated_data/barrel-dag-rct.png differ diff --git a/docs/files/data/generated_data/barrels_observational.csv b/docs/files/data/generated_data/barrels_observational.csv new file mode 100644 index 00000000..73cd55a2 --- /dev/null +++ b/docs/files/data/generated_data/barrels_observational.csv @@ -0,0 +1,1242 @@ +id,water_bill,barrel,barrel_num,yard_size,home_garden,home_garden_num,attitude_env,temperature +1,212.73,Barrel,1,25811,No home garden,0,3,81.1 +2,258.76,No barrel,0,39479,Home garden,1,7,65.1 +3,156.49,Barrel,1,13297,No home garden,0,7,75.9 +4,254.84,No barrel,0,28259,No home garden,0,2,70.6 +5,194.78,Barrel,1,21479,No home garden,0,5,66.7 +6,201.81,Barrel,1,28906,Home garden,1,8,75.3 +7,210.42,No barrel,0,7041,No home garden,0,3,66.3 +8,255.56,No barrel,0,29434,No home garden,0,4,71.3 +9,187.88,Barrel,1,24779,Home garden,1,8,70 +10,252.21,No barrel,0,29741,Home garden,1,9,68.4 +11,174.36,Barrel,1,16931,No home garden,0,7,70.5 +12,183.78,Barrel,1,10357,No home garden,0,8,74.4 +13,202.02,Barrel,1,16071,No home garden,0,6,81 +14,185.85,Barrel,1,14977,No home garden,0,6,73 +15,211.61,Barrel,1,13053,No home garden,0,3,81.7 +16,208,Barrel,1,24206,No home garden,0,4,70.3 +17,181.79,No barrel,0,14641,No home garden,0,8,58.7 +18,213.09,Barrel,1,15519,No home garden,0,3,78.6 +19,174.12,No barrel,0,6782,No home garden,0,9,62.6 +20,231.34,No barrel,0,19185,No home garden,0,5,66.1 +21,219.84,No barrel,0,26319,Home garden,1,7,69.9 +22,192.17,Barrel,1,35468,Home garden,1,7,75.2 +23,236.49,Barrel,1,35299,No home garden,0,3,81.2 +24,183.51,No barrel,0,8066,No home garden,0,8,70.9 +25,179.93,No barrel,0,9509,No home garden,0,6,70.3 +26,188.89,Barrel,1,21281,No home garden,0,2,69 +27,265.28,No barrel,0,20160,No home garden,0,2,72.6 +28,266.37,No barrel,0,28510,Home garden,1,7,71.5 +29,142.15,Barrel,1,3815,No home garden,0,6,65 +30,223.17,No barrel,0,11933,No home garden,0,4,71.4 +31,265.78,No barrel,0,36989,Home garden,1,5,63 +32,203.82,No barrel,0,13489,No home garden,0,5,73.2 +33,250.57,No barrel,0,17570,No home garden,0,2,68.6 +34,225.84,No barrel,0,17197,No home garden,0,3,72.7 +35,261.62,No barrel,0,37644,Home garden,1,6,66.4 +36,257.22,No barrel,0,33476,Home garden,1,7,70.9 +37,233.64,No barrel,0,24009,No home garden,0,1,64 +38,204.67,Barrel,1,10880,No home garden,0,4,81.1 +39,271.29,No barrel,0,31316,Home garden,1,6,71.6 +40,260.6,No barrel,0,34542,Home garden,1,5,72.5 +41,233.32,No barrel,0,14983,No home garden,0,4,70.5 +42,192.14,Barrel,1,27877,Home garden,1,9,66.2 +43,233.46,Barrel,1,27994,No home garden,0,5,80.8 +44,189.38,No barrel,0,15527,No home garden,0,2,68.7 +45,171.08,Barrel,1,13715,No home garden,0,8,75 +46,268.69,No barrel,0,28308,No home garden,0,2,72.1 +47,222.04,No barrel,0,26454,No home garden,0,5,64 +48,256.28,No barrel,0,29906,No home garden,0,4,72 +49,213.61,No barrel,0,18501,Home garden,1,9,69.2 +50,248.19,No barrel,0,26720,No home garden,0,5,73.5 +51,270.18,No barrel,0,35343,Home garden,1,6,69.1 +52,216.79,No barrel,0,12211,No home garden,0,6,70.1 +53,235.35,Barrel,1,28904,Home garden,1,7,77.5 +54,175.73,Barrel,1,13592,No home garden,0,6,74.2 +55,210.69,No barrel,0,12990,No home garden,0,4,71.6 +56,184.29,Barrel,1,9363,No home garden,0,7,74.2 +57,239.13,No barrel,0,27521,Home garden,1,7,67.1 +58,224.67,Barrel,1,24539,No home garden,0,3,73.9 +59,250.85,No barrel,0,26410,No home garden,0,4,69.6 +60,166.68,Barrel,1,12062,No home garden,0,6,71.4 +61,235.72,Barrel,1,32672,No home garden,0,4,72.5 +62,207.25,Barrel,1,34827,Home garden,1,6,72.4 +63,205.15,Barrel,1,24811,No home garden,0,3,75.4 +64,186,No barrel,0,13646,No home garden,0,6,66.1 +65,223.82,No barrel,0,20140,No home garden,0,3,62.2 +66,229.3,Barrel,1,24714,No home garden,0,4,69.6 +67,219.04,No barrel,0,11316,No home garden,0,8,71.1 +68,287.82,No barrel,0,23572,No home garden,0,4,73.8 +69,253.42,No barrel,0,29730,No home garden,0,5,69.4 +70,206.44,No barrel,0,12860,No home garden,0,6,67.7 +71,213.55,No barrel,0,13761,No home garden,0,5,63.3 +72,221.17,Barrel,1,25221,No home garden,0,4,68.1 +73,227.28,No barrel,0,31993,Home garden,1,5,68.4 +74,179.57,Barrel,1,31952,No home garden,0,5,60.7 +75,254.44,No barrel,0,36695,Home garden,1,5,65.1 +76,223,No barrel,0,16829,No home garden,0,1,61.9 +77,212.64,No barrel,0,26067,Home garden,1,7,65.7 +78,224.06,No barrel,0,23897,No home garden,0,7,69.2 +79,234.41,No barrel,0,34248,Home garden,1,7,69.2 +80,257.09,No barrel,0,28608,Home garden,1,7,72 +81,126.53,Barrel,1,4832,No home garden,0,7,60.6 +82,244.96,No barrel,0,24637,Home garden,1,6,68.1 +83,252.02,No barrel,0,29531,Home garden,1,6,66.5 +84,214.61,No barrel,0,18565,No home garden,0,5,67.2 +85,219.13,No barrel,0,19108,No home garden,0,1,71.8 +86,245.27,No barrel,0,30574,Home garden,1,6,71.9 +87,229.19,No barrel,0,20286,No home garden,0,4,65.7 +88,263.65,No barrel,0,16218,No home garden,0,4,69.7 +89,182.68,No barrel,0,18107,No home garden,0,7,67.5 +90,218.32,No barrel,0,23129,Home garden,1,8,71.1 +91,189.43,Barrel,1,17230,Home garden,1,9,74.9 +92,187.1,Barrel,1,24724,Home garden,1,7,65.1 +93,247.13,No barrel,0,12219,No home garden,0,2,77 +94,217.41,No barrel,0,27721,Home garden,1,6,60.8 +95,244.46,No barrel,0,18977,No home garden,0,4,74.8 +96,217.75,Barrel,1,25067,Home garden,1,7,74.5 +97,199.82,Barrel,1,27990,Home garden,1,6,73.9 +98,193.69,No barrel,0,16333,No home garden,0,6,66 +99,267.4,No barrel,0,26412,No home garden,0,6,70.3 +100,121.75,Barrel,1,6261,No home garden,0,5,66.9 +101,218.11,No barrel,0,22827,No home garden,0,3,62.8 +102,270.05,No barrel,0,28279,No home garden,0,4,67.8 +103,191.1,Barrel,1,18408,No home garden,0,6,76.8 +104,178.38,No barrel,0,11176,No home garden,0,6,62.2 +105,175.22,No barrel,0,10682,No home garden,0,6,62.5 +106,250.71,No barrel,0,25144,No home garden,0,4,69.3 +107,239.01,No barrel,0,22087,No home garden,0,5,69.3 +108,226.17,Barrel,1,33313,Home garden,1,8,77.9 +109,221.65,No barrel,0,26079,No home garden,0,5,69 +110,212.91,No barrel,0,21691,No home garden,0,5,66.1 +111,182.32,Barrel,1,24941,Home garden,1,9,62.4 +112,218.28,Barrel,1,28018,Home garden,1,8,71.4 +113,230.27,No barrel,0,26331,Home garden,1,8,71.9 +114,257.66,No barrel,0,32150,No home garden,0,4,68.1 +115,210.18,Barrel,1,27143,No home garden,0,5,76 +116,166.36,Barrel,1,15679,Home garden,1,9,69.6 +117,240.31,Barrel,1,34956,No home garden,0,3,66.8 +118,206.07,Barrel,1,23506,No home garden,0,4,78.7 +119,218.62,No barrel,0,21556,No home garden,0,4,70.7 +120,200.36,Barrel,1,11430,No home garden,0,2,75.8 +121,195.36,Barrel,1,19677,No home garden,0,4,66.3 +122,205.18,Barrel,1,28299,No home garden,0,4,65.8 +123,185.46,Barrel,1,14878,No home garden,0,5,71 +124,234.73,No barrel,0,19757,No home garden,0,5,78.1 +125,251.71,No barrel,0,24519,No home garden,0,5,70 +126,194.99,No barrel,0,27526,No home garden,0,6,57.9 +127,225.89,No barrel,0,22271,No home garden,0,6,68.4 +128,235.78,No barrel,0,17550,No home garden,0,3,71.4 +129,216.38,No barrel,0,22228,No home garden,0,3,62 +130,242.48,Barrel,1,18875,No home garden,0,2,82.2 +131,207.6,Barrel,1,28731,No home garden,0,3,64.5 +132,216.38,No barrel,0,19544,No home garden,0,7,62.7 +133,250.36,Barrel,1,28653,No home garden,0,4,80.9 +134,223.57,No barrel,0,14885,No home garden,0,7,69.1 +135,281.43,No barrel,0,27255,No home garden,0,5,82.2 +136,233.91,No barrel,0,22252,No home garden,0,5,67.4 +137,156.53,Barrel,1,16299,No home garden,0,3,54 +138,227,No barrel,0,28339,No home garden,0,4,63.4 +139,214.42,Barrel,1,31862,Home garden,1,6,71.2 +140,189.05,Barrel,1,25688,No home garden,0,5,71.5 +141,178.81,Barrel,1,23795,Home garden,1,9,72.1 +142,243.03,No barrel,0,26763,No home garden,0,5,76.2 +143,241.5,No barrel,0,20645,No home garden,0,6,68.3 +144,212.11,No barrel,0,11961,No home garden,0,4,70.7 +145,187.78,No barrel,0,17118,No home garden,0,7,69.8 +146,228.93,No barrel,0,28364,Home garden,1,6,68.2 +147,153.46,Barrel,1,7939,No home garden,0,7,67.8 +148,227.48,Barrel,1,32363,No home garden,0,2,73.4 +149,183.06,Barrel,1,20559,No home garden,0,3,68.6 +150,213.13,No barrel,0,22450,No home garden,0,7,66.8 +151,213.43,Barrel,1,21992,No home garden,0,4,78.7 +152,264.03,No barrel,0,27979,No home garden,0,2,71.8 +153,170.94,No barrel,0,6885,No home garden,0,7,66.4 +154,171.81,Barrel,1,30342,Home garden,1,6,68 +155,223.55,No barrel,0,18034,No home garden,0,5,71.6 +156,164.64,Barrel,1,3635,No home garden,0,4,71.4 +157,245.53,No barrel,0,13369,No home garden,0,2,74.4 +158,170.86,Barrel,1,20765,No home garden,0,7,64 +159,174.32,Barrel,1,20211,No home garden,0,5,74.9 +160,174.87,No barrel,0,6049,No home garden,0,6,67.2 +161,217.44,No barrel,0,28028,No home garden,0,6,69.5 +162,168.98,No barrel,0,24006,Home garden,1,8,62.1 +163,193.86,No barrel,0,22052,No home garden,0,4,61.7 +164,219.74,No barrel,0,27177,No home garden,0,6,69.6 +165,186,Barrel,1,20355,Home garden,1,8,76.3 +166,145.88,Barrel,1,9577,No home garden,0,9,68.7 +167,242,No barrel,0,34602,No home garden,0,4,69.9 +168,235.19,No barrel,0,24962,No home garden,0,5,68.2 +169,168.35,No barrel,0,7522,No home garden,0,9,72.9 +170,256.56,No barrel,0,30832,No home garden,0,3,67.5 +171,278.48,No barrel,0,33357,Home garden,1,7,73.9 +172,261.39,No barrel,0,28891,No home garden,0,4,70.1 +173,191.91,Barrel,1,7664,No home garden,0,7,79.2 +174,254.93,No barrel,0,22879,No home garden,0,1,71.6 +175,199.93,Barrel,1,32797,Home garden,1,9,70.9 +176,151.87,Barrel,1,6317,No home garden,0,3,69.9 +177,240.35,No barrel,0,38750,No home garden,0,4,63.2 +178,215.35,No barrel,0,10549,No home garden,0,6,70.8 +179,244.16,No barrel,0,16835,No home garden,0,2,71.9 +180,261.26,No barrel,0,29641,No home garden,0,5,64.1 +181,170.42,No barrel,0,1950,No home garden,0,7,68 +182,218.08,Barrel,1,21646,No home garden,0,4,76.4 +183,197.67,Barrel,1,31386,No home garden,0,5,75.5 +184,217.84,No barrel,0,23409,No home garden,0,5,68.3 +185,292.06,No barrel,0,36306,No home garden,0,3,76.1 +186,195.83,No barrel,0,14235,No home garden,0,8,71.7 +187,191.54,Barrel,1,19422,No home garden,0,3,72.3 +188,187.77,No barrel,0,19659,No home garden,0,5,58.6 +189,217.56,Barrel,1,24669,No home garden,0,5,76 +190,175.36,Barrel,1,14662,No home garden,0,4,67.3 +191,220.23,Barrel,1,24369,No home garden,0,4,73.7 +192,287.74,No barrel,0,36826,Home garden,1,7,73.4 +193,211.1,No barrel,0,17097,No home garden,0,5,65.9 +194,219.79,No barrel,0,14804,No home garden,0,5,77.9 +195,184.13,Barrel,1,20895,No home garden,0,7,68.1 +196,195.77,Barrel,1,23453,No home garden,0,3,61.3 +197,170.6,Barrel,1,15292,No home garden,0,3,63.9 +198,190.45,Barrel,1,11943,No home garden,0,4,70.4 +199,287.96,No barrel,0,39000,Home garden,1,4,74.5 +200,222.4,Barrel,1,24622,Home garden,1,7,75.5 +201,190.43,Barrel,1,12524,No home garden,0,4,83 +202,167.46,No barrel,0,7235,No home garden,0,9,68.3 +203,231.78,No barrel,0,19168,No home garden,0,6,67.1 +204,278.05,No barrel,0,28649,Home garden,1,8,76.8 +205,224.18,No barrel,0,17615,No home garden,0,3,73.4 +206,183.79,Barrel,1,24905,Home garden,1,8,64.3 +207,228.78,No barrel,0,29426,Home garden,1,6,65.1 +208,209.46,No barrel,0,22186,No home garden,0,5,60.7 +209,254.34,No barrel,0,24699,Home garden,1,8,70.3 +210,182.66,Barrel,1,16278,No home garden,0,8,66.1 +211,219.11,Barrel,1,30939,Home garden,1,8,80.7 +212,225.08,No barrel,0,28699,No home garden,0,6,62.9 +213,217.1,No barrel,0,22377,No home garden,0,5,63.1 +214,191.22,Barrel,1,25072,No home garden,0,5,72 +215,200.23,No barrel,0,17516,No home garden,0,7,70.3 +216,222.2,No barrel,0,24901,Home garden,1,9,69.9 +217,137.33,Barrel,1,3797,No home garden,0,7,71.2 +218,164.75,Barrel,1,12596,No home garden,0,4,70.2 +219,212.63,Barrel,1,29474,Home garden,1,6,76.2 +220,158.09,Barrel,1,20795,Home garden,1,8,68.1 +221,216.8,Barrel,1,21396,No home garden,0,5,79.9 +222,201.3,Barrel,1,11609,No home garden,0,7,86 +223,250.41,No barrel,0,26493,No home garden,0,4,73.6 +224,179.99,Barrel,1,12809,No home garden,0,7,80.2 +225,185.57,Barrel,1,13605,No home garden,0,7,75.5 +226,217.07,No barrel,0,26145,No home garden,0,5,67.3 +227,137.34,Barrel,1,572,No home garden,0,9,70 +228,268.45,No barrel,0,28862,No home garden,0,4,73.6 +229,246.05,No barrel,0,28305,No home garden,0,4,71.4 +230,202.51,No barrel,0,22778,Home garden,1,7,71.3 +231,210.98,No barrel,0,28042,No home garden,0,6,57.5 +232,219.92,No barrel,0,20065,No home garden,0,3,73.5 +233,190.16,No barrel,0,8463,No home garden,0,6,64.7 +234,210.05,Barrel,1,19207,No home garden,0,3,74.1 +235,182.9,No barrel,0,22067,Home garden,1,8,60.3 +236,232.13,No barrel,0,12730,No home garden,0,3,75.3 +237,244.1,No barrel,0,23102,No home garden,0,5,76.9 +238,236.51,No barrel,0,25148,Home garden,1,6,69.1 +239,233.59,No barrel,0,29420,No home garden,0,5,67.6 +240,167.92,Barrel,1,27732,No home garden,0,5,62.1 +241,237.27,No barrel,0,26237,No home garden,0,4,69.4 +242,240.59,No barrel,0,16245,No home garden,0,2,73.1 +243,228.03,No barrel,0,20156,No home garden,0,4,72.7 +244,245.57,No barrel,0,12116,No home garden,0,3,79.2 +245,274.72,No barrel,0,27499,No home garden,0,4,79.4 +246,236.42,Barrel,1,29061,No home garden,0,3,76.2 +247,172.59,Barrel,1,16866,No home garden,0,8,62.7 +248,200.29,No barrel,0,14483,No home garden,0,7,67.6 +249,186.47,Barrel,1,20120,No home garden,0,7,69.2 +250,200.91,No barrel,0,17426,No home garden,0,7,59.6 +251,179.23,No barrel,0,10322,No home garden,0,6,63.3 +252,198.61,No barrel,0,10334,No home garden,0,6,74.7 +253,270.99,No barrel,0,31526,Home garden,1,5,67.6 +254,220.12,No barrel,0,14850,No home garden,0,5,73.3 +255,225.37,No barrel,0,13115,No home garden,0,3,68.9 +256,233.38,Barrel,1,29775,No home garden,0,5,76.8 +257,252.06,No barrel,0,24220,No home garden,0,5,71.1 +258,210.19,No barrel,0,17341,No home garden,0,4,60.3 +259,206.69,No barrel,0,23242,No home garden,0,6,64.5 +260,285.18,No barrel,0,38900,Home garden,1,7,67.2 +261,224.32,No barrel,0,12636,No home garden,0,5,84.8 +262,210.92,No barrel,0,25900,Home garden,1,7,62.2 +263,258.89,No barrel,0,30876,Home garden,1,6,72.5 +264,274.52,No barrel,0,38559,Home garden,1,6,69.1 +265,192.86,Barrel,1,11182,No home garden,0,6,78.7 +266,241.94,No barrel,0,25847,No home garden,0,4,72.6 +267,220.7,No barrel,0,16846,No home garden,0,2,65.2 +268,230.96,No barrel,0,21089,No home garden,0,5,68.7 +269,205.02,No barrel,0,11424,No home garden,0,4,67.3 +270,250.6,Barrel,1,34542,No home garden,0,3,71.6 +271,241.77,No barrel,0,22464,Home garden,1,7,70.7 +272,232.26,No barrel,0,11423,No home garden,0,3,77 +273,226.66,Barrel,1,26701,No home garden,0,4,77.8 +274,164,Barrel,1,13528,No home garden,0,2,70.5 +275,251.84,No barrel,0,30111,Home garden,1,6,71.2 +276,165.88,No barrel,0,7301,No home garden,0,9,67.4 +277,253.51,No barrel,0,19713,No home garden,0,2,77.4 +278,194.97,Barrel,1,15397,No home garden,0,6,77.3 +279,190.12,Barrel,1,24008,Home garden,1,7,73.6 +280,244.95,No barrel,0,36530,No home garden,0,3,69.6 +281,198.47,Barrel,1,22268,Home garden,1,8,74 +282,212.02,Barrel,1,22842,No home garden,0,7,82 +283,140.09,Barrel,1,5676,No home garden,0,3,67.2 +284,221.59,No barrel,0,19227,No home garden,0,5,75.9 +285,257.11,No barrel,0,12084,No home garden,0,5,79.5 +286,231.05,No barrel,0,20179,No home garden,0,7,71.2 +287,199.72,No barrel,0,13680,No home garden,0,4,62.2 +288,194.51,Barrel,1,29663,Home garden,1,7,73.7 +289,209.04,No barrel,0,9402,No home garden,0,4,64 +290,143.18,Barrel,1,4957,No home garden,0,9,62.4 +291,219.98,No barrel,0,5772,No home garden,0,5,77.6 +292,198.41,No barrel,0,25044,Home garden,1,8,61.4 +293,181.41,Barrel,1,9163,No home garden,0,5,72.2 +294,223.96,No barrel,0,11746,No home garden,0,3,70.3 +295,258.9,No barrel,0,36012,No home garden,0,4,69.5 +296,218.83,No barrel,0,19909,No home garden,0,7,74 +297,263.51,No barrel,0,13791,No home garden,0,3,78.1 +298,212.48,No barrel,0,17166,Home garden,1,8,68.1 +299,243.84,No barrel,0,32059,No home garden,0,3,64.2 +300,172.51,No barrel,0,15538,No home garden,0,8,65.6 +301,220.47,No barrel,0,24576,No home garden,0,6,69.9 +302,263.96,No barrel,0,36060,Home garden,1,8,76.8 +303,197.98,No barrel,0,14428,No home garden,0,4,71.6 +304,197.22,No barrel,0,16403,No home garden,0,6,70.6 +305,174.82,Barrel,1,15809,No home garden,0,7,67 +306,213.17,Barrel,1,16009,No home garden,0,3,80.4 +307,156.97,Barrel,1,22192,Home garden,1,10,69.7 +308,194.3,Barrel,1,32695,Home garden,1,8,62 +309,176.04,No barrel,0,26563,Home garden,1,8,59.8 +310,229.77,Barrel,1,20250,No home garden,0,4,70.8 +311,225.64,Barrel,1,19129,No home garden,0,2,71.9 +312,234.07,Barrel,1,36691,Home garden,1,10,71.7 +313,214.66,No barrel,0,19936,Home garden,1,8,64.2 +314,214.13,No barrel,0,30956,No home garden,0,4,55.2 +315,198.66,No barrel,0,9035,No home garden,0,5,63.8 +316,202.66,Barrel,1,25321,No home garden,0,6,73.5 +317,214.57,No barrel,0,21845,No home garden,0,7,65.4 +318,233.84,No barrel,0,18141,No home garden,0,6,71.6 +319,185.76,Barrel,1,17294,Home garden,1,8,75.3 +320,234.4,No barrel,0,24703,Home garden,1,9,71 +321,234.4,Barrel,1,26873,Home garden,1,6,78.3 +322,209.59,No barrel,0,23680,Home garden,1,9,70.5 +323,238.72,No barrel,0,32314,No home garden,0,4,64 +324,199.38,No barrel,0,26245,No home garden,0,6,57.8 +325,213.76,No barrel,0,21201,No home garden,0,6,70.4 +326,264.43,No barrel,0,31968,No home garden,0,2,73.9 +327,251.96,No barrel,0,21966,No home garden,0,6,72.6 +328,251.54,No barrel,0,21619,No home garden,0,3,71.3 +329,252.2,No barrel,0,29348,No home garden,0,5,67.9 +330,182.34,Barrel,1,17334,No home garden,0,6,65.9 +331,170.29,Barrel,1,22451,Home garden,1,8,64.1 +332,243.47,No barrel,0,23481,Home garden,1,8,72.6 +333,154.37,Barrel,1,11152,No home garden,0,6,66.7 +334,236.34,Barrel,1,13522,No home garden,0,2,84.2 +335,271.13,No barrel,0,18675,No home garden,0,2,76.3 +336,215.62,No barrel,0,29744,Home garden,1,6,64.3 +337,218.31,No barrel,0,29141,Home garden,1,9,63.5 +338,219.9,No barrel,0,18130,No home garden,0,6,67.9 +339,154.86,Barrel,1,9674,No home garden,0,7,73.3 +340,159.77,Barrel,1,2995,No home garden,0,7,75.6 +341,211.59,Barrel,1,17610,No home garden,0,4,70.3 +342,181.2,No barrel,0,5752,No home garden,0,5,68.7 +343,214.11,No barrel,0,18593,No home garden,0,4,71.7 +344,269.58,No barrel,0,31806,No home garden,0,4,81 +345,180.2,Barrel,1,4582,No home garden,0,7,77.5 +346,209.39,No barrel,0,27107,Home garden,1,7,64.4 +347,209.17,Barrel,1,20361,No home garden,0,6,74.6 +348,198.69,No barrel,0,11789,No home garden,0,7,66.5 +349,264.43,No barrel,0,22098,No home garden,0,4,76.7 +350,181.37,No barrel,0,9797,No home garden,0,3,67.5 +351,188.01,Barrel,1,28685,Home garden,1,7,71.2 +352,198.62,Barrel,1,23137,No home garden,0,2,70.3 +353,193.99,Barrel,1,17442,No home garden,0,5,78.1 +354,153,Barrel,1,2082,No home garden,0,5,70.7 +355,139.21,Barrel,1,1886,No home garden,0,6,68.3 +356,200.25,Barrel,1,19408,No home garden,0,3,74 +357,255.57,No barrel,0,15740,No home garden,0,2,73.8 +358,157.93,Barrel,1,10330,No home garden,0,8,66.6 +359,204.35,Barrel,1,23610,Home garden,1,8,75.8 +360,167.95,Barrel,1,10932,No home garden,0,5,69.5 +361,216.61,No barrel,0,11705,No home garden,0,4,68.9 +362,280.74,No barrel,0,36420,Home garden,1,6,71 +363,257.72,No barrel,0,37060,Home garden,1,8,62.8 +364,206.97,No barrel,0,20577,No home garden,0,3,61.1 +365,168.68,Barrel,1,13606,No home garden,0,6,70.6 +366,208.28,Barrel,1,24182,No home garden,0,6,69.8 +367,221.38,No barrel,0,8218,No home garden,0,3,67.2 +368,242.76,Barrel,1,28461,Home garden,1,6,77.9 +369,173.17,Barrel,1,11640,No home garden,0,4,70.2 +370,180.75,Barrel,1,6801,No home garden,0,5,70 +371,182.55,Barrel,1,19448,No home garden,0,5,71.4 +372,203.42,No barrel,0,20970,No home garden,0,6,71.6 +373,207.85,Barrel,1,21163,No home garden,0,1,70 +374,235.58,No barrel,0,17070,No home garden,0,3,70.9 +375,196.96,Barrel,1,30536,Home garden,1,9,77.5 +376,135.61,Barrel,1,982,No home garden,0,7,79.7 +377,186.63,Barrel,1,19660,No home garden,0,3,66.4 +378,228.49,No barrel,0,22161,Home garden,1,8,68.2 +379,246.42,Barrel,1,31622,No home garden,0,4,75.4 +380,160.62,Barrel,1,8157,No home garden,0,7,71 +381,189.67,No barrel,0,13119,No home garden,0,4,64.4 +382,243.47,No barrel,0,24252,No home garden,0,5,70.4 +383,240.82,No barrel,0,17648,No home garden,0,5,73.8 +384,143.57,No barrel,0,3478,No home garden,0,4,61.9 +385,219.99,No barrel,0,27011,No home garden,0,4,60.6 +386,252.85,No barrel,0,16246,No home garden,0,3,71.1 +387,206.95,No barrel,0,13220,No home garden,0,2,68.4 +388,211.46,No barrel,0,29814,Home garden,1,10,63.3 +389,209.92,Barrel,1,32031,Home garden,1,7,66.4 +390,194.39,Barrel,1,19079,No home garden,0,3,73.7 +391,246.26,Barrel,1,31389,No home garden,0,3,73 +392,190.54,No barrel,0,16959,No home garden,0,3,65.7 +393,275.6,No barrel,0,34034,Home garden,1,8,72 +394,206.99,No barrel,0,14242,No home garden,0,7,73 +395,186.95,No barrel,0,7896,No home garden,0,4,69.6 +396,165.7,Barrel,1,15567,No home garden,0,8,68.8 +397,206.61,No barrel,0,11384,No home garden,0,5,69.3 +398,227.45,No barrel,0,12423,No home garden,0,2,73.2 +399,199.99,No barrel,0,11376,No home garden,0,6,70.5 +400,231.19,Barrel,1,27549,No home garden,0,4,76.8 +401,203.92,Barrel,1,22512,No home garden,0,4,70.7 +402,228.38,Barrel,1,21336,Home garden,1,8,76.7 +403,212.06,Barrel,1,12950,No home garden,0,3,70.8 +404,238.12,No barrel,0,26771,Home garden,1,7,72.8 +405,220.85,No barrel,0,12474,No home garden,0,5,73 +406,196.27,No barrel,0,15037,Home garden,1,9,66.1 +407,230.64,No barrel,0,21735,Home garden,1,7,72.7 +408,249.14,Barrel,1,33339,Home garden,1,7,78 +409,217.43,No barrel,0,21485,No home garden,0,6,64.6 +410,216.62,No barrel,0,19231,No home garden,0,6,66 +411,198.28,No barrel,0,11639,No home garden,0,4,63.3 +412,187.09,Barrel,1,23759,No home garden,0,4,68.6 +413,210.38,Barrel,1,19035,No home garden,0,7,71.9 +414,194.44,No barrel,0,12768,No home garden,0,4,63.7 +415,145.61,Barrel,1,14954,No home garden,0,5,67.7 +416,221.22,No barrel,0,23186,No home garden,0,5,71.6 +417,198.47,No barrel,0,18246,No home garden,0,6,66.7 +418,176.72,Barrel,1,12380,No home garden,0,6,68.6 +419,250.82,No barrel,0,30214,No home garden,0,5,67.3 +420,182.2,No barrel,0,9743,No home garden,0,7,67 +421,167.46,No barrel,0,14253,No home garden,0,6,64 +422,197.23,Barrel,1,16838,No home garden,0,4,74.9 +423,207.56,No barrel,0,21306,No home garden,0,5,60.8 +424,170.31,No barrel,0,12565,No home garden,0,6,72 +425,204.37,Barrel,1,29013,No home garden,0,4,69.1 +426,278.27,No barrel,0,28754,No home garden,0,1,73.1 +427,223.22,Barrel,1,33999,No home garden,0,3,74.6 +428,182.31,No barrel,0,4514,No home garden,0,5,71.6 +429,266.63,No barrel,0,28854,No home garden,0,5,70.2 +430,215.78,Barrel,1,32674,Home garden,1,8,74.8 +431,281.45,No barrel,0,25658,No home garden,0,1,70.6 +432,181.85,Barrel,1,9121,No home garden,0,3,69 +433,192.85,Barrel,1,20175,No home garden,0,7,72.7 +434,228.38,Barrel,1,33906,No home garden,0,4,68.4 +435,220.59,No barrel,0,14747,No home garden,0,2,67 +436,198.36,Barrel,1,27357,Home garden,1,7,69.7 +437,199.85,No barrel,0,19782,No home garden,0,3,67.8 +438,211.86,No barrel,0,3006,No home garden,0,8,76.1 +439,189.65,No barrel,0,4741,No home garden,0,5,76.5 +440,152.97,No barrel,0,6697,Home garden,1,10,60.8 +441,175.19,Barrel,1,19251,No home garden,0,6,67.2 +442,242.46,No barrel,0,16104,No home garden,0,7,77.1 +443,158.63,Barrel,1,4106,No home garden,0,6,73.8 +444,218.88,No barrel,0,11793,No home garden,0,2,65.5 +445,193.6,No barrel,0,11378,No home garden,0,9,72.3 +446,196.82,No barrel,0,14103,No home garden,0,2,61.2 +447,204.42,Barrel,1,30836,No home garden,0,5,64.9 +448,240.96,No barrel,0,20782,Home garden,1,7,73 +449,231.59,No barrel,0,31260,Home garden,1,9,65.3 +450,258.44,No barrel,0,20661,No home garden,0,2,76 +451,220.1,No barrel,0,13977,No home garden,0,4,67.1 +452,190.98,Barrel,1,17355,No home garden,0,2,70.3 +453,166.93,Barrel,1,21482,Home garden,1,8,70 +454,217.34,No barrel,0,13677,No home garden,0,8,72 +455,218.35,No barrel,0,26645,No home garden,0,4,62.3 +456,220.42,No barrel,0,11934,No home garden,0,4,67.2 +457,249.08,No barrel,0,21117,No home garden,0,5,69.3 +458,242,No barrel,0,22077,No home garden,0,3,64.4 +459,213.58,No barrel,0,16688,No home garden,0,6,70.5 +460,232.79,Barrel,1,38528,Home garden,1,6,75.4 +461,207.43,No barrel,0,18839,No home garden,0,3,61.8 +462,205.22,Barrel,1,31148,No home garden,0,4,71.2 +463,230.68,No barrel,0,17226,No home garden,0,5,71.9 +464,193.6,No barrel,0,3494,No home garden,0,5,69.5 +465,187.31,Barrel,1,19242,No home garden,0,8,74 +466,228.4,No barrel,0,17631,No home garden,0,4,67.8 +467,172.5,No barrel,0,7341,No home garden,0,6,68.9 +468,230.74,No barrel,0,36758,Home garden,1,6,70 +469,184.29,Barrel,1,16308,No home garden,0,3,73.9 +470,210.65,No barrel,0,12537,No home garden,0,5,69 +471,160.26,Barrel,1,3592,No home garden,0,6,79.9 +472,223.06,No barrel,0,13035,No home garden,0,3,66.8 +473,243.04,Barrel,1,32190,Home garden,1,5,72 +474,146.45,Barrel,1,18444,No home garden,0,4,56.7 +475,265.33,No barrel,0,33438,Home garden,1,5,70.5 +476,235.59,Barrel,1,33103,No home garden,0,2,64.6 +477,245.16,No barrel,0,21262,No home garden,0,2,64.7 +478,185.56,Barrel,1,17543,No home garden,0,6,76.6 +479,177.04,Barrel,1,18878,No home garden,0,4,69 +480,244.52,No barrel,0,20398,No home garden,0,2,75.2 +481,249.22,No barrel,0,33642,Home garden,1,6,67.7 +482,240.67,Barrel,1,37338,Home garden,1,6,76.6 +483,215.18,Barrel,1,27251,No home garden,0,5,69 +484,183.05,Barrel,1,24893,No home garden,0,6,73 +485,250.48,No barrel,0,19375,No home garden,0,2,71.8 +486,230.5,Barrel,1,28103,No home garden,0,4,77.8 +487,130.87,Barrel,1,15588,Home garden,1,8,62.8 +488,197.92,Barrel,1,25928,No home garden,0,5,72.5 +489,192.44,Barrel,1,31002,No home garden,0,4,63.6 +490,222.21,No barrel,0,8360,No home garden,0,4,73.2 +491,242.42,No barrel,0,20315,No home garden,0,7,72.3 +492,165.82,Barrel,1,21202,Home garden,1,9,66.2 +493,162.3,Barrel,1,17548,No home garden,0,6,64.4 +494,281.39,No barrel,0,21082,No home garden,0,2,75.9 +495,222.26,Barrel,1,25648,No home garden,0,5,72.7 +496,260.23,No barrel,0,36297,Home garden,1,5,65.7 +497,225.02,Barrel,1,20363,No home garden,0,7,83.5 +498,255.21,Barrel,1,38665,Home garden,1,9,73.3 +499,252,No barrel,0,29073,No home garden,0,4,68.5 +500,213.46,No barrel,0,16948,No home garden,0,4,64.1 +501,185.78,Barrel,1,11350,No home garden,0,7,71.5 +502,211.48,Barrel,1,21838,No home garden,0,3,71.8 +503,140.64,Barrel,1,14400,No home garden,0,6,71.6 +504,229.04,Barrel,1,22570,No home garden,0,5,76.1 +505,215.64,No barrel,0,14717,No home garden,0,7,72.8 +506,208.27,No barrel,0,12366,No home garden,0,8,73.4 +507,196.47,Barrel,1,31872,Home garden,1,8,67.5 +508,170.93,Barrel,1,13083,No home garden,0,8,69.6 +509,161.97,No barrel,0,10577,No home garden,0,5,57.6 +510,177.71,Barrel,1,27595,Home garden,1,7,65.7 +511,263.34,No barrel,0,25056,No home garden,0,3,71.1 +512,242.93,No barrel,0,19805,No home garden,0,7,73 +513,221.4,No barrel,0,21849,Home garden,1,8,73.5 +514,208.71,No barrel,0,18702,No home garden,0,4,54.5 +515,204.4,Barrel,1,16773,No home garden,0,3,80.1 +516,159.09,Barrel,1,9143,No home garden,0,6,65.8 +517,184.87,No barrel,0,11769,No home garden,0,5,60.8 +518,261.9,No barrel,0,32678,No home garden,0,5,67.3 +519,205.9,No barrel,0,4896,No home garden,0,3,69.8 +520,283.81,No barrel,0,20312,No home garden,0,1,75.3 +521,178.84,Barrel,1,11744,No home garden,0,2,69.1 +522,266.83,No barrel,0,15112,No home garden,0,5,71.9 +523,211.29,Barrel,1,16830,No home garden,0,3,77.3 +524,236.59,No barrel,0,21597,Home garden,1,8,77.8 +525,206.59,No barrel,0,22765,No home garden,0,5,58.2 +526,266.59,Barrel,1,30844,No home garden,0,4,71.6 +527,174.59,Barrel,1,22372,Home garden,1,10,74.3 +528,209.45,No barrel,0,23827,No home garden,0,5,66.3 +529,224.17,No barrel,0,6480,No home garden,0,4,68.8 +530,225.07,No barrel,0,19272,No home garden,0,6,70.8 +531,215.91,Barrel,1,29946,No home garden,0,3,74.4 +532,212.97,Barrel,1,29853,Home garden,1,6,70.5 +533,237.26,No barrel,0,15135,No home garden,0,6,65.4 +534,187.34,Barrel,1,26229,No home garden,0,6,66.9 +535,225.12,No barrel,0,32483,Home garden,1,7,64.6 +536,252.31,No barrel,0,32054,Home garden,1,7,73.9 +537,198.81,No barrel,0,20563,No home garden,0,6,63.4 +538,154.7,Barrel,1,16656,Home garden,1,9,68.2 +539,193.04,No barrel,0,13443,No home garden,0,7,62.9 +540,245.39,Barrel,1,38758,Home garden,1,6,73.5 +541,198.2,No barrel,0,9706,No home garden,0,7,69.9 +542,218.2,Barrel,1,39542,Home garden,1,6,68.8 +543,226.53,Barrel,1,16232,No home garden,0,5,72 +544,183.85,Barrel,1,23404,Home garden,1,9,72.2 +545,190.54,No barrel,0,6954,No home garden,0,3,64.5 +546,253.05,Barrel,1,22107,No home garden,0,6,82 +547,258.08,Barrel,1,34709,No home garden,0,4,72.6 +548,150.32,Barrel,1,8007,No home garden,0,6,74.4 +549,245.59,No barrel,0,14777,No home garden,0,8,75.9 +550,165.61,Barrel,1,8348,No home garden,0,2,70.8 +551,211.37,No barrel,0,21492,No home garden,0,5,69.7 +552,175.35,No barrel,0,12530,No home garden,0,8,64.2 +553,192.34,Barrel,1,23909,Home garden,1,9,63.5 +554,197.32,No barrel,0,7354,No home garden,0,2,66 +555,217,Barrel,1,27392,No home garden,0,3,71.4 +556,140.64,Barrel,1,12815,No home garden,0,7,66.6 +557,174.55,Barrel,1,14647,No home garden,0,7,73.4 +558,222.5,No barrel,0,19455,No home garden,0,3,73.7 +559,180.56,Barrel,1,14579,No home garden,0,5,72.2 +560,222.7,No barrel,0,14416,No home garden,0,8,74 +561,203.54,Barrel,1,10302,No home garden,0,7,76.1 +562,155.47,Barrel,1,18296,No home garden,0,7,68.4 +563,263.2,Barrel,1,33552,No home garden,0,3,70.6 +564,164.08,Barrel,1,21413,No home garden,0,3,64.8 +565,211.36,No barrel,0,30759,Home garden,1,7,63.9 +566,180.59,Barrel,1,34082,Home garden,1,10,65.5 +567,213.05,Barrel,1,27121,No home garden,0,5,70.5 +568,168.35,No barrel,0,15692,No home garden,0,7,64.5 +569,212.53,No barrel,0,19092,No home garden,0,5,68 +570,229.46,Barrel,1,27562,Home garden,1,8,70.7 +571,213.08,Barrel,1,22329,No home garden,0,5,78.3 +572,226,Barrel,1,27472,No home garden,0,3,84.2 +573,236.8,No barrel,0,22427,No home garden,0,4,67.4 +574,195.56,No barrel,0,7057,No home garden,0,6,75.8 +575,197.6,Barrel,1,28142,No home garden,0,5,75.2 +576,224.9,No barrel,0,15252,No home garden,0,7,69 +577,257.73,No barrel,0,23436,No home garden,0,4,72.3 +578,225.46,Barrel,1,16473,No home garden,0,4,79 +579,240.2,No barrel,0,13721,No home garden,0,2,73.6 +580,120.28,Barrel,1,11138,No home garden,0,7,62.3 +581,167.21,Barrel,1,14073,No home garden,0,5,66.1 +582,237.93,No barrel,0,24238,No home garden,0,4,71.6 +583,226.52,No barrel,0,21808,Home garden,1,7,60.2 +584,205.41,No barrel,0,13758,No home garden,0,5,60.8 +585,273.88,No barrel,0,29175,No home garden,0,4,69.7 +586,223.22,No barrel,0,17458,No home garden,0,8,70.4 +587,198.19,Barrel,1,15247,No home garden,0,2,77.9 +588,146.64,Barrel,1,10960,No home garden,0,7,70.2 +589,293.19,No barrel,0,33810,Home garden,1,6,74.2 +590,213.35,Barrel,1,13565,No home garden,0,7,76 +591,280.41,No barrel,0,22785,No home garden,0,1,82.1 +592,195.31,Barrel,1,24474,No home garden,0,6,69.4 +593,227.33,No barrel,0,18669,Home garden,1,9,69.1 +594,196.33,Barrel,1,27232,Home garden,1,8,69.9 +595,189.96,Barrel,1,15372,Home garden,1,9,71.3 +596,224.11,No barrel,0,25845,No home garden,0,4,66.7 +597,222.38,No barrel,0,24886,No home garden,0,1,64.5 +598,228.31,Barrel,1,18693,No home garden,0,3,74.6 +599,197.8,No barrel,0,14287,No home garden,0,5,64 +600,216.34,Barrel,1,36451,Home garden,1,9,74.4 +601,218.23,No barrel,0,15306,No home garden,0,7,72 +602,194.71,Barrel,1,22824,Home garden,1,8,72.1 +603,246.71,No barrel,0,26687,No home garden,0,3,73.9 +604,257.87,No barrel,0,16737,No home garden,0,4,75.4 +605,195.02,No barrel,0,14883,No home garden,0,8,67.5 +606,269.92,No barrel,0,29009,No home garden,0,3,67.8 +607,167.5,Barrel,1,13943,No home garden,0,6,63.5 +608,173.21,No barrel,0,9979,No home garden,0,6,58.6 +609,225.84,No barrel,0,26204,No home garden,0,2,61.8 +610,209.97,Barrel,1,19388,No home garden,0,5,75.4 +611,242.14,No barrel,0,17422,No home garden,0,2,70.2 +612,179.25,Barrel,1,33664,Home garden,1,7,62.4 +613,244.03,No barrel,0,10897,No home garden,0,2,77.2 +614,249.77,No barrel,0,24942,No home garden,0,3,71.7 +615,219.91,Barrel,1,29429,No home garden,0,5,70.9 +616,206.13,No barrel,0,8666,No home garden,0,2,65 +617,216.16,Barrel,1,26188,Home garden,1,8,71.8 +618,223.26,No barrel,0,19414,No home garden,0,6,66.9 +619,274.67,No barrel,0,27133,Home garden,1,8,73.2 +620,232.94,No barrel,0,25427,No home garden,0,3,61.1 +621,247.47,No barrel,0,28180,Home garden,1,7,73.8 +622,205.89,No barrel,0,10410,No home garden,0,2,67.1 +623,211.8,Barrel,1,25308,No home garden,0,5,80.7 +624,230.7,No barrel,0,20076,No home garden,0,6,74 +625,205.17,Barrel,1,20878,No home garden,0,7,72.8 +626,255.14,No barrel,0,32673,Home garden,1,7,73.7 +627,190.12,No barrel,0,8868,No home garden,0,3,71.5 +628,173.93,Barrel,1,11347,No home garden,0,3,66 +629,197.74,Barrel,1,25669,No home garden,0,6,73 +630,216.99,No barrel,0,20334,No home garden,0,7,73.8 +631,194.53,Barrel,1,17573,No home garden,0,4,73.6 +632,163.39,No barrel,0,10404,No home garden,0,4,64.3 +633,234.34,No barrel,0,16954,No home garden,0,2,74.1 +634,234.39,No barrel,0,23877,No home garden,0,2,70.4 +635,289.35,No barrel,0,35562,No home garden,0,4,74.1 +636,105.78,Barrel,1,2927,No home garden,0,5,65.1 +637,177.02,No barrel,0,16845,No home garden,0,6,67.6 +638,213.58,Barrel,1,27645,No home garden,0,4,72.1 +639,271.04,No barrel,0,24383,No home garden,0,1,67.8 +640,220.51,No barrel,0,22018,No home garden,0,7,71.2 +641,223.73,No barrel,0,22657,No home garden,0,5,69.8 +642,204.07,No barrel,0,13490,No home garden,0,4,63.8 +643,233.91,No barrel,0,24820,No home garden,0,3,70.8 +644,191.42,Barrel,1,25013,No home garden,0,5,68.7 +645,222.79,Barrel,1,21438,No home garden,0,6,75.5 +646,207.58,No barrel,0,15381,No home garden,0,3,62.4 +647,218.19,No barrel,0,19733,No home garden,0,8,68.3 +648,150.19,Barrel,1,15734,No home garden,0,6,67.6 +649,217.89,No barrel,0,24623,No home garden,0,6,63.2 +650,184.54,Barrel,1,20802,No home garden,0,5,66.5 +651,248.83,No barrel,0,36081,Home garden,1,5,67.1 +652,210.94,Barrel,1,19994,No home garden,0,1,73.5 +653,154.2,Barrel,1,17522,No home garden,0,7,64.1 +654,178.6,Barrel,1,10455,No home garden,0,4,76.7 +655,205.62,No barrel,0,24607,No home garden,0,4,62.3 +656,231.19,No barrel,0,28485,No home garden,0,4,61.8 +657,280.83,No barrel,0,27098,Home garden,1,6,78.2 +658,227.73,No barrel,0,26220,No home garden,0,3,67.5 +659,186.61,Barrel,1,21691,No home garden,0,7,72.5 +660,182.23,Barrel,1,19442,No home garden,0,6,73.2 +661,261.55,No barrel,0,27580,No home garden,0,4,69.9 +662,182.72,Barrel,1,12406,No home garden,0,6,69.1 +663,245.41,No barrel,0,14855,No home garden,0,6,75.5 +664,242.45,Barrel,1,38738,Home garden,1,7,77.8 +665,179.35,No barrel,0,15415,No home garden,0,7,69.9 +666,219.94,No barrel,0,22499,No home garden,0,4,64.9 +667,135.34,Barrel,1,7488,No home garden,0,8,67.7 +668,189.82,No barrel,0,8185,No home garden,0,4,64.8 +669,244.04,No barrel,0,17869,No home garden,0,4,67.5 +670,196.99,Barrel,1,22447,No home garden,0,5,70.6 +671,233.74,No barrel,0,35925,Home garden,1,7,66 +672,169.4,Barrel,1,21600,Home garden,1,7,61.5 +673,236.23,No barrel,0,27383,No home garden,0,4,68.5 +674,252.12,No barrel,0,31943,No home garden,0,2,63.8 +675,229.5,Barrel,1,29069,No home garden,0,4,72.6 +676,221.6,No barrel,0,25368,No home garden,0,6,75.1 +677,192.15,Barrel,1,7620,No home garden,0,7,76.7 +678,186.31,Barrel,1,11559,No home garden,0,3,65.7 +679,225.33,No barrel,0,20156,No home garden,0,6,71.6 +680,212.5,Barrel,1,26454,No home garden,0,4,67.3 +681,231.95,No barrel,0,18157,No home garden,0,6,68.8 +682,260.52,No barrel,0,21887,No home garden,0,5,70.6 +683,219.13,Barrel,1,21341,No home garden,0,3,72.4 +684,206.43,No barrel,0,15732,Home garden,1,8,67.5 +685,191.73,Barrel,1,21104,No home garden,0,4,70.3 +686,234.46,No barrel,0,18120,No home garden,0,3,68.3 +687,188.34,Barrel,1,34938,Home garden,1,6,66.5 +688,209.42,Barrel,1,25992,No home garden,0,3,75.6 +689,251.91,No barrel,0,27438,No home garden,0,5,70.9 +690,209.7,No barrel,0,22823,No home garden,0,5,60.2 +691,196.87,Barrel,1,26064,No home garden,0,4,61.8 +692,174.26,No barrel,0,549,No home garden,0,8,69.5 +693,190.47,No barrel,0,15361,No home garden,0,5,66.8 +694,224.13,No barrel,0,24124,No home garden,0,4,66.6 +695,236.64,No barrel,0,21801,No home garden,0,3,71.8 +696,227.8,Barrel,1,37408,Home garden,1,6,74.8 +697,225.21,No barrel,0,23658,No home garden,0,6,69.9 +698,165.08,Barrel,1,18233,No home garden,0,7,71.8 +699,225.5,No barrel,0,28641,Home garden,1,7,65.7 +700,187.45,Barrel,1,24152,No home garden,0,2,70.7 +701,261.75,No barrel,0,26698,No home garden,0,5,63.6 +702,191.6,No barrel,0,16131,No home garden,0,5,63.8 +703,242.54,No barrel,0,8616,No home garden,0,4,68.3 +704,198.39,No barrel,0,11635,No home garden,0,8,70.7 +705,215.55,No barrel,0,18597,No home garden,0,6,66.2 +706,133.24,Barrel,1,16236,Home garden,1,8,71.4 +707,198.61,No barrel,0,29860,No home garden,0,5,61.1 +708,210.97,No barrel,0,12764,No home garden,0,2,70.1 +709,218.11,Barrel,1,28313,No home garden,0,5,74.5 +710,184.82,Barrel,1,16386,No home garden,0,4,75.2 +711,210.96,No barrel,0,22392,No home garden,0,6,65.6 +712,146.96,Barrel,1,15721,No home garden,0,5,66.6 +713,186.21,Barrel,1,16324,No home garden,0,4,75 +714,197.4,Barrel,1,24018,No home garden,0,6,77 +715,234.15,No barrel,0,22116,No home garden,0,2,70.9 +716,277.87,No barrel,0,25170,No home garden,0,5,73.1 +717,238.9,No barrel,0,14256,No home garden,0,3,69.1 +718,200.69,No barrel,0,12241,No home garden,0,2,64.7 +719,232.64,Barrel,1,16959,No home garden,0,1,75 +720,172.66,No barrel,0,8628,No home garden,0,8,68.9 +721,215.56,Barrel,1,23062,No home garden,0,4,70.3 +722,223.53,Barrel,1,28742,Home garden,1,9,77.7 +723,221.67,Barrel,1,30654,No home garden,0,4,69.4 +724,221.08,Barrel,1,22132,No home garden,0,7,78.7 +725,189.98,No barrel,0,6524,No home garden,0,7,67.8 +726,170.77,Barrel,1,17930,No home garden,0,6,64 +727,180.23,No barrel,0,10092,No home garden,0,7,71.2 +728,206.15,Barrel,1,21178,Home garden,1,9,72.8 +729,235.27,No barrel,0,20696,Home garden,1,9,69.2 +730,188.48,Barrel,1,22093,No home garden,0,5,71.3 +731,197.21,Barrel,1,13794,No home garden,0,1,74.5 +732,213.48,No barrel,0,23055,No home garden,0,6,70.6 +733,210.07,No barrel,0,15432,No home garden,0,5,68.5 +734,183.96,Barrel,1,18970,Home garden,1,9,75.4 +735,201.61,No barrel,0,11226,No home garden,0,3,72.4 +736,140.2,Barrel,1,2196,No home garden,0,7,73.8 +737,210.8,No barrel,0,25515,No home garden,0,5,68 +738,220,Barrel,1,32849,No home garden,0,2,72.6 +739,219.99,Barrel,1,22298,No home garden,0,5,73.3 +740,169.23,Barrel,1,14141,No home garden,0,5,66.1 +741,166.39,No barrel,0,2268,No home garden,0,8,66.4 +742,220.68,No barrel,0,24530,Home garden,1,9,62.7 +743,263.14,No barrel,0,23996,No home garden,0,5,70.4 +744,181.51,Barrel,1,8212,No home garden,0,6,80.5 +745,189.41,Barrel,1,20135,Home garden,1,8,74.6 +746,218.85,No barrel,0,19855,No home garden,0,5,67.8 +747,202.21,No barrel,0,16480,No home garden,0,8,66.8 +748,216.55,No barrel,0,17797,No home garden,0,6,65 +749,254.94,No barrel,0,16245,No home garden,0,3,70.4 +750,146.36,Barrel,1,3529,No home garden,0,4,73.3 +751,224.02,No barrel,0,15371,No home garden,0,1,70.2 +752,223.21,No barrel,0,19178,Home garden,1,8,76.2 +753,236.81,Barrel,1,27137,No home garden,0,5,77.9 +754,193.61,Barrel,1,26178,No home garden,0,6,63.5 +755,156.52,Barrel,1,3828,No home garden,0,8,75.3 +756,227.36,No barrel,0,19288,Home garden,1,9,73.4 +757,205.44,No barrel,0,13130,No home garden,0,3,69.2 +758,180.15,Barrel,1,16319,No home garden,0,4,68.9 +759,236.68,No barrel,0,15926,No home garden,0,3,73.2 +760,256.78,No barrel,0,12326,No home garden,0,4,73.3 +761,252.18,No barrel,0,29719,No home garden,0,5,63.7 +762,193.8,No barrel,0,11896,No home garden,0,7,63.5 +763,237.37,No barrel,0,26218,No home garden,0,3,67.7 +764,218.11,No barrel,0,10377,No home garden,0,5,72.3 +765,240.98,No barrel,0,25653,No home garden,0,4,70.6 +766,266.25,No barrel,0,35489,Home garden,1,6,67.2 +767,131.04,Barrel,1,14360,No home garden,0,5,57.5 +768,253.91,No barrel,0,24151,No home garden,0,3,63.5 +769,264.42,No barrel,0,14933,No home garden,0,4,80.9 +770,255.59,Barrel,1,33609,Home garden,1,6,81.4 +771,255.52,No barrel,0,14086,No home garden,0,6,76 +772,227.16,No barrel,0,25814,Home garden,1,9,70.6 +773,144.56,Barrel,1,3289,No home garden,0,5,69.4 +774,265.35,No barrel,0,17809,No home garden,0,2,76.5 +775,161.33,Barrel,1,11130,No home garden,0,8,78.1 +776,225.57,No barrel,0,21940,No home garden,0,4,58.7 +777,235.05,No barrel,0,18608,No home garden,0,5,65.9 +778,221.22,Barrel,1,30507,Home garden,1,6,71.6 +779,229.29,No barrel,0,29773,Home garden,1,9,66.5 +780,185.62,No barrel,0,5527,No home garden,0,8,70.6 +781,164.76,Barrel,1,13841,No home garden,0,6,67.1 +782,234.07,No barrel,0,21441,No home garden,0,6,72.1 +783,259.17,Barrel,1,35246,Home garden,1,5,77 +784,249.75,No barrel,0,29818,No home garden,0,5,71.6 +785,189.67,Barrel,1,16193,No home garden,0,8,74.8 +786,219.24,Barrel,1,27051,No home garden,0,4,73.6 +787,239.79,Barrel,1,31655,No home garden,0,4,71.9 +788,227.43,No barrel,0,8374,No home garden,0,3,68.6 +789,259.88,No barrel,0,30400,Home garden,1,8,70.6 +790,265.19,No barrel,0,24938,No home garden,0,3,74 +791,193.24,Barrel,1,10882,No home garden,0,6,68.7 +792,185.77,Barrel,1,24914,No home garden,0,5,77.2 +793,203.59,No barrel,0,8918,No home garden,0,3,70 +794,262.42,No barrel,0,35741,Home garden,1,7,66.6 +795,191.32,Barrel,1,20410,No home garden,0,3,71.7 +796,250.46,No barrel,0,32639,No home garden,0,3,62.2 +797,234.39,Barrel,1,21733,No home garden,0,3,78.6 +798,170.64,Barrel,1,24565,Home garden,1,9,65.2 +799,191.93,No barrel,0,7661,No home garden,0,9,67.1 +800,156.85,Barrel,1,3633,No home garden,0,4,75.1 +801,196.3,Barrel,1,22057,Home garden,1,7,73.2 +802,191.89,Barrel,1,26372,No home garden,0,6,66.3 +803,234.87,No barrel,0,32699,Home garden,1,5,61 +804,235.05,No barrel,0,27322,No home garden,0,5,68.7 +805,175.14,Barrel,1,25433,No home garden,0,5,74.5 +806,226.19,Barrel,1,23745,Home garden,1,7,75.4 +807,197.31,No barrel,0,15209,No home garden,0,5,65.7 +808,235.31,No barrel,0,20153,No home garden,0,6,68 +809,246.4,No barrel,0,30153,Home garden,1,9,69.1 +810,155.82,No barrel,0,4565,No home garden,0,8,70.2 +811,217.2,No barrel,0,19301,No home garden,0,5,63 +812,188.68,No barrel,0,9641,No home garden,0,6,69.4 +813,181.37,Barrel,1,19682,No home garden,0,5,65.9 +814,187.14,Barrel,1,22598,No home garden,0,6,69.6 +815,161.35,No barrel,0,11515,No home garden,0,7,59.3 +816,197.48,Barrel,1,22563,No home garden,0,6,74.3 +817,213.81,Barrel,1,13822,No home garden,0,6,78.2 +818,171.01,Barrel,1,15346,No home garden,0,7,66.8 +819,237.19,No barrel,0,36793,Home garden,1,5,63.6 +820,198.76,No barrel,0,13357,No home garden,0,6,64.9 +821,186.66,No barrel,0,9571,No home garden,0,4,61.7 +822,226.83,No barrel,0,21392,No home garden,0,5,70.2 +823,191.18,No barrel,0,12552,No home garden,0,3,63.8 +824,253.1,Barrel,1,36397,Home garden,1,6,75.2 +825,264.02,No barrel,0,26390,No home garden,0,3,72.6 +826,207.36,Barrel,1,21210,No home garden,0,4,71.4 +827,232.32,No barrel,0,16352,No home garden,0,2,76 +828,202.49,No barrel,0,578,No home garden,0,9,71.2 +829,159.97,No barrel,0,8083,No home garden,0,5,59.1 +830,229.66,No barrel,0,18242,No home garden,0,7,68.1 +831,227.82,No barrel,0,6713,No home garden,0,3,73.6 +832,182.12,Barrel,1,24485,No home garden,0,3,70.8 +833,178.44,Barrel,1,22983,Home garden,1,9,67.2 +834,198.73,Barrel,1,25895,No home garden,0,4,63.1 +835,202.28,Barrel,1,22591,Home garden,1,7,75.8 +836,228.88,Barrel,1,24583,Home garden,1,7,77.5 +837,179.95,Barrel,1,18250,Home garden,1,10,65.2 +838,240.39,No barrel,0,16241,No home garden,0,2,70.6 +839,218.34,No barrel,0,21985,No home garden,0,5,66.5 +840,274.54,Barrel,1,34779,No home garden,0,1,74.9 +841,278.52,No barrel,0,37833,No home garden,0,3,70.9 +842,198.01,No barrel,0,22754,No home garden,0,6,61 +843,182.75,Barrel,1,28967,Home garden,1,9,65.7 +844,230.82,No barrel,0,15540,No home garden,0,3,70 +845,216.36,No barrel,0,9884,No home garden,0,8,65.7 +846,178.02,Barrel,1,18997,No home garden,0,2,66.2 +847,175.34,No barrel,0,26702,No home garden,0,6,60.9 +848,192.7,Barrel,1,26614,No home garden,0,5,66.4 +849,195.82,No barrel,0,20895,No home garden,0,4,63.5 +850,180.6,Barrel,1,11650,No home garden,0,4,68.7 +851,167.16,Barrel,1,16578,Home garden,1,9,69.7 +852,236.27,Barrel,1,29836,No home garden,0,1,68.8 +853,158.06,Barrel,1,16290,No home garden,0,7,71.1 +854,202.32,No barrel,0,25703,Home garden,1,7,60 +855,214.61,Barrel,1,33427,No home garden,0,4,75.8 +856,228.15,No barrel,0,15338,No home garden,0,2,66 +857,186.64,Barrel,1,11451,No home garden,0,5,78.9 +858,253.13,No barrel,0,18632,No home garden,0,3,69.7 +859,262.47,No barrel,0,19158,No home garden,0,6,74.7 +860,178.24,Barrel,1,20616,No home garden,0,6,64 +861,244.13,No barrel,0,27697,No home garden,0,3,68.4 +862,179.11,Barrel,1,22418,No home garden,0,5,76.1 +863,242.59,No barrel,0,33517,No home garden,0,3,69.7 +864,176.5,No barrel,0,17735,No home garden,0,6,61.9 +865,203.7,Barrel,1,29616,Home garden,1,7,76.5 +866,169.36,Barrel,1,12691,No home garden,0,3,62.6 +867,234.24,No barrel,0,23914,No home garden,0,2,65 +868,267.79,No barrel,0,25087,No home garden,0,4,77.2 +869,215.44,Barrel,1,19894,Home garden,1,8,76.7 +870,180.26,No barrel,0,14487,No home garden,0,6,68.7 +871,158.12,Barrel,1,7999,No home garden,0,3,73.3 +872,203.57,Barrel,1,18378,No home garden,0,5,72.3 +873,204.05,Barrel,1,16859,No home garden,0,4,74.1 +874,198.39,Barrel,1,31389,Home garden,1,8,75.4 +875,229.53,No barrel,0,12188,No home garden,0,3,66.4 +876,227.46,Barrel,1,39268,Home garden,1,8,72 +877,191.33,No barrel,0,21270,No home garden,0,5,67.5 +878,206.46,Barrel,1,22792,Home garden,1,7,73.2 +879,215.28,No barrel,0,11058,No home garden,0,5,73.2 +880,235.93,No barrel,0,12646,No home garden,0,2,71.6 +881,186.33,Barrel,1,22826,No home garden,0,5,71.4 +882,201.8,No barrel,0,26503,No home garden,0,5,58 +883,172.83,Barrel,1,19463,Home garden,1,10,76.8 +884,216.56,No barrel,0,8725,No home garden,0,5,70.6 +885,243.61,Barrel,1,35880,Home garden,1,9,75 +886,202.01,Barrel,1,21336,No home garden,0,5,65.2 +887,211.99,No barrel,0,10678,No home garden,0,5,74.6 +888,183.08,No barrel,0,2978,No home garden,0,4,68.4 +889,274.78,No barrel,0,28048,No home garden,0,2,67.8 +890,202.7,No barrel,0,12284,No home garden,0,6,71.8 +891,179.75,Barrel,1,13454,No home garden,0,6,67.2 +892,237.03,Barrel,1,22660,No home garden,0,2,73.9 +893,211.27,No barrel,0,6166,No home garden,0,4,65.3 +894,216.33,Barrel,1,32681,Home garden,1,7,73.1 +895,140.34,No barrel,0,4366,No home garden,0,5,61.3 +896,256.11,No barrel,0,27298,No home garden,0,4,70.4 +897,232.97,No barrel,0,27593,No home garden,0,4,68 +898,208,No barrel,0,23223,Home garden,1,8,65.2 +899,249.9,Barrel,1,32353,No home garden,0,1,69.3 +900,219.81,Barrel,1,26797,Home garden,1,7,70.2 +901,226.51,No barrel,0,20615,No home garden,0,3,76.8 +902,257.36,No barrel,0,18907,No home garden,0,5,73.4 +903,255.09,No barrel,0,27026,No home garden,0,5,74.6 +904,190.27,Barrel,1,16232,No home garden,0,6,75.8 +905,223.52,Barrel,1,21465,No home garden,0,2,76.5 +906,225.74,No barrel,0,25381,Home garden,1,8,66.4 +907,173.27,Barrel,1,14382,No home garden,0,6,78.3 +908,198.85,No barrel,0,12150,No home garden,0,4,66.5 +909,283.31,No barrel,0,34972,No home garden,0,5,77.8 +910,244.38,No barrel,0,17830,No home garden,0,5,72.7 +911,219.56,Barrel,1,27642,No home garden,0,3,75.8 +912,255.73,No barrel,0,25252,No home garden,0,2,71.6 +913,233.37,No barrel,0,30511,No home garden,0,5,66 +914,226.51,Barrel,1,29480,No home garden,0,4,73.4 +915,256.29,No barrel,0,37873,Home garden,1,6,67.9 +916,199.81,No barrel,0,6850,No home garden,0,3,69.3 +917,226.27,No barrel,0,20854,No home garden,0,4,74 +918,155.86,Barrel,1,18330,No home garden,0,7,63.3 +919,203.35,Barrel,1,33635,Home garden,1,6,62.8 +920,254.24,No barrel,0,16453,No home garden,0,5,75.1 +921,244.01,No barrel,0,27924,Home garden,1,8,70.4 +922,197.02,Barrel,1,21082,No home garden,0,6,76.3 +923,226.9,No barrel,0,13827,No home garden,0,7,67.1 +924,176.95,No barrel,0,4359,No home garden,0,5,64.4 +925,248.81,No barrel,0,20532,No home garden,0,6,73 +926,233.23,No barrel,0,22026,No home garden,0,7,69.8 +927,293.01,No barrel,0,29683,No home garden,0,5,72.4 +928,180.83,No barrel,0,27614,Home garden,1,8,58 +929,202.37,No barrel,0,12226,No home garden,0,6,70.4 +930,215.63,No barrel,0,19558,No home garden,0,7,68.5 +931,241.12,No barrel,0,27282,Home garden,1,7,67.4 +932,167.94,Barrel,1,15538,No home garden,0,6,67 +933,226.36,No barrel,0,7607,No home garden,0,5,67 +934,216.05,No barrel,0,21544,No home garden,0,5,65.5 +935,192.35,No barrel,0,21946,No home garden,0,5,55.6 +936,232.39,Barrel,1,24876,No home garden,0,5,73.8 +937,152.65,No barrel,0,4683,No home garden,0,8,62.5 +938,224.49,No barrel,0,22359,No home garden,0,2,62.6 +939,164.25,No barrel,0,12169,No home garden,0,7,66.9 +940,235,No barrel,0,15785,No home garden,0,5,69.5 +941,165.67,Barrel,1,10643,No home garden,0,5,68.9 +942,248.19,No barrel,0,20226,No home garden,0,4,68.1 +943,220.91,Barrel,1,27944,No home garden,0,4,72.2 +944,157,Barrel,1,8908,No home garden,0,6,66.7 +945,215.66,Barrel,1,27379,Home garden,1,7,70.8 +946,214.02,No barrel,0,12906,No home garden,0,3,75.9 +947,167.28,Barrel,1,16896,Home garden,1,9,71.2 +948,252.15,No barrel,0,27276,No home garden,0,5,70.9 +949,255.53,No barrel,0,31045,Home garden,1,6,70.2 +950,214.92,No barrel,0,10496,No home garden,0,2,70.5 +951,200.35,Barrel,1,22790,No home garden,0,2,72.6 +952,197.45,Barrel,1,25327,No home garden,0,1,65.9 +953,230.15,No barrel,0,25363,No home garden,0,4,60.8 +954,193.38,Barrel,1,32961,Home garden,1,6,63.1 +955,193.15,Barrel,1,22705,No home garden,0,2,67.1 +956,201.29,Barrel,1,18017,No home garden,0,8,74 +957,211.24,Barrel,1,22284,No home garden,0,4,62.9 +958,192.12,Barrel,1,21857,Home garden,1,8,72 +959,229.78,No barrel,0,26491,No home garden,0,5,65.5 +960,199.56,No barrel,0,23302,Home garden,1,7,59.5 +961,214.02,No barrel,0,13099,No home garden,0,4,69.4 +962,196.07,No barrel,0,14754,No home garden,0,6,68.4 +963,190.26,Barrel,1,10967,No home garden,0,5,72.3 +964,180.27,Barrel,1,17775,No home garden,0,4,69.7 +965,195.54,Barrel,1,24110,Home garden,1,8,72.3 +966,172.3,No barrel,0,3360,No home garden,0,4,56 +967,132.72,Barrel,1,10354,No home garden,0,8,69 +968,197.97,No barrel,0,19659,No home garden,0,4,62.5 +969,228.95,No barrel,0,22487,No home garden,0,6,65.2 +970,219.8,No barrel,0,31642,Home garden,1,6,66.5 +971,200.37,No barrel,0,5483,No home garden,0,7,76.8 +972,182.05,No barrel,0,4027,No home garden,0,7,75.4 +973,224.36,No barrel,0,16348,Home garden,1,9,69.8 +974,173.1,Barrel,1,15894,No home garden,0,4,66.7 +975,210.4,No barrel,0,19340,No home garden,0,6,71.2 +976,212.41,No barrel,0,13720,No home garden,0,3,69.8 +977,175.84,No barrel,0,14670,No home garden,0,7,62.4 +978,247.44,No barrel,0,16959,No home garden,0,2,70.5 +979,178.74,Barrel,1,17577,No home garden,0,6,73.3 +980,168.36,No barrel,0,8522,No home garden,0,6,63.6 +981,213.47,No barrel,0,9612,No home garden,0,8,75.8 +982,187.27,Barrel,1,23263,No home garden,0,5,69.4 +983,190.47,No barrel,0,16063,No home garden,0,7,66.6 +984,187.9,No barrel,0,18987,No home garden,0,7,59.4 +985,145.53,Barrel,1,21636,Home garden,1,9,65.6 +986,185.92,No barrel,0,18632,No home garden,0,5,64 +987,211.46,No barrel,0,11631,No home garden,0,8,70.2 +988,183.18,Barrel,1,20197,No home garden,0,6,66.3 +989,244.77,No barrel,0,23338,No home garden,0,6,72.1 +990,224.93,No barrel,0,17410,No home garden,0,3,69.6 +991,183.5,No barrel,0,9499,No home garden,0,3,60.8 +992,218.5,No barrel,0,21726,No home garden,0,5,65.9 +993,207.89,Barrel,1,18365,No home garden,0,3,75.1 +994,229.12,No barrel,0,15905,No home garden,0,5,70.6 +995,211.59,Barrel,1,19262,No home garden,0,4,74.8 +996,203.24,No barrel,0,5754,No home garden,0,7,65 +997,187.83,Barrel,1,17152,No home garden,0,4,69.8 +998,232.71,No barrel,0,32157,No home garden,0,5,69.1 +999,183.89,Barrel,1,20137,No home garden,0,3,74.8 +1000,255.38,No barrel,0,24143,No home garden,0,3,74.3 +1001,247.7,No barrel,0,17332,No home garden,0,5,78.1 +1002,238.39,No barrel,0,24896,Home garden,1,7,66.3 +1003,195.84,No barrel,0,25760,No home garden,0,6,66.4 +1004,192.77,No barrel,0,30962,No home garden,0,5,55.2 +1005,158.12,Barrel,1,9252,No home garden,0,6,72.1 +1006,213.2,No barrel,0,3750,No home garden,0,4,74.4 +1007,253.05,Barrel,1,25306,No home garden,0,5,73.6 +1008,234.32,No barrel,0,31372,No home garden,0,5,66.7 +1009,161.6,Barrel,1,15723,No home garden,0,3,68.6 +1010,213.04,No barrel,0,12614,No home garden,0,6,75.6 +1011,189.39,No barrel,0,14330,Home garden,1,9,62.1 +1012,191.8,Barrel,1,22121,No home garden,0,5,70.3 +1013,278.31,No barrel,0,29188,Home garden,1,6,70.1 +1014,183.72,Barrel,1,15760,No home garden,0,6,68.1 +1015,203.67,Barrel,1,24025,No home garden,0,3,70.4 +1016,205.19,Barrel,1,22898,No home garden,0,4,74.5 +1017,204.03,No barrel,0,14733,No home garden,0,8,67 +1018,274.01,No barrel,0,33228,No home garden,0,1,68.9 +1019,227.75,Barrel,1,21052,No home garden,0,5,78.3 +1020,202.15,Barrel,1,21863,No home garden,0,2,70.9 +1021,210,No barrel,0,21669,No home garden,0,6,70.1 +1022,185.2,No barrel,0,20772,Home garden,1,8,60.5 +1023,195.04,No barrel,0,15157,No home garden,0,7,63.8 +1024,142.43,Barrel,1,13206,Home garden,1,9,63.3 +1025,226.44,No barrel,0,29757,No home garden,0,6,65.5 +1026,258.56,No barrel,0,13091,No home garden,0,3,67.8 +1027,257.29,Barrel,1,32477,Home garden,1,8,80.8 +1028,223.79,No barrel,0,16371,No home garden,0,2,66.6 +1029,249.65,No barrel,0,12828,No home garden,0,4,72.2 +1030,208.08,No barrel,0,9805,No home garden,0,5,74 +1031,194.92,Barrel,1,16952,No home garden,0,6,75.6 +1032,156.54,Barrel,1,7986,Home garden,1,9,63.8 +1033,213.92,No barrel,0,23136,No home garden,0,4,65 +1034,289.87,No barrel,0,28484,No home garden,0,4,78.9 +1035,206.54,No barrel,0,17080,No home garden,0,6,66 +1036,234.18,Barrel,1,19544,No home garden,0,3,83 +1037,221.77,No barrel,0,27992,Home garden,1,9,72.3 +1038,214.94,Barrel,1,34266,No home garden,0,4,73.1 +1039,184.99,Barrel,1,18854,No home garden,0,2,68.5 +1040,259.47,No barrel,0,29605,No home garden,0,4,67.3 +1041,206.06,Barrel,1,14006,No home garden,0,4,73.7 +1042,191,No barrel,0,12591,No home garden,0,4,69.5 +1043,184.78,No barrel,0,6119,No home garden,0,5,65.5 +1044,186,No barrel,0,13450,No home garden,0,6,62.1 +1045,200.94,Barrel,1,27000,No home garden,0,3,67.6 +1046,206.38,Barrel,1,14410,No home garden,0,5,78.5 +1047,189.12,Barrel,1,8131,No home garden,0,6,77.8 +1048,208.03,No barrel,0,16159,No home garden,0,4,60.7 +1049,201.09,No barrel,0,16741,No home garden,0,7,62.1 +1050,173.58,Barrel,1,33445,Home garden,1,7,65.7 +1051,225.38,Barrel,1,22834,No home garden,0,3,77 +1052,214.01,Barrel,1,37069,No home garden,0,4,63.7 +1053,154.63,No barrel,0,7027,No home garden,0,5,63.3 +1054,201.55,No barrel,0,10845,No home garden,0,5,65.1 +1055,164.48,Barrel,1,11207,No home garden,0,6,72.3 +1056,225.52,No barrel,0,21747,No home garden,0,4,65.4 +1057,281.98,No barrel,0,35464,No home garden,0,2,68 +1058,189.34,Barrel,1,27188,Home garden,1,10,65.6 +1059,190.13,No barrel,0,10715,No home garden,0,8,69.3 +1060,250.17,No barrel,0,20218,No home garden,0,5,76.5 +1061,230.38,No barrel,0,5469,No home garden,0,5,77 +1062,282.42,No barrel,0,38515,No home garden,0,3,71.1 +1063,191.33,Barrel,1,19876,No home garden,0,4,66.5 +1064,171.01,No barrel,0,812,No home garden,0,4,66.7 +1065,229.47,No barrel,0,30257,Home garden,1,7,68 +1066,142.96,Barrel,1,4280,No home garden,0,5,67.5 +1067,282.57,No barrel,0,33649,Home garden,1,5,76.9 +1068,213.4,No barrel,0,16589,No home garden,0,3,68.6 +1069,192.65,Barrel,1,23615,Home garden,1,9,75.8 +1070,191.92,No barrel,0,18831,Home garden,1,8,66.4 +1071,201.44,Barrel,1,25388,No home garden,0,6,72.7 +1072,238.23,No barrel,0,14172,No home garden,0,2,72 +1073,225.12,No barrel,0,18390,No home garden,0,8,68.6 +1074,242.85,No barrel,0,23242,No home garden,0,5,62.4 +1075,238.93,No barrel,0,11722,No home garden,0,5,75.4 +1076,247.68,No barrel,0,29263,Home garden,1,6,69.9 +1077,202.81,No barrel,0,16039,No home garden,0,5,65.2 +1078,232.76,Barrel,1,36844,Home garden,1,8,72 +1079,168.96,No barrel,0,1490,No home garden,0,7,68.8 +1080,270.26,No barrel,0,38897,Home garden,1,8,64.4 +1081,190.58,Barrel,1,28530,No home garden,0,6,70.5 +1082,201.21,Barrel,1,32333,No home garden,0,4,66.9 +1083,159.5,Barrel,1,20838,No home garden,0,5,68.3 +1084,221.74,No barrel,0,22235,No home garden,0,5,71.3 +1085,249.21,No barrel,0,28199,No home garden,0,1,64.8 +1086,202.15,No barrel,0,1852,No home garden,0,5,74.7 +1087,168.22,Barrel,1,17425,Home garden,1,9,75 +1088,247.6,No barrel,0,25560,No home garden,0,5,71.2 +1089,192.87,Barrel,1,14659,No home garden,0,7,77.8 +1090,194.86,No barrel,0,17000,No home garden,0,6,66.7 +1091,260.18,No barrel,0,35508,No home garden,0,3,70.7 +1092,252.62,No barrel,0,26432,No home garden,0,4,63.6 +1093,188.49,No barrel,0,7226,No home garden,0,9,68.9 +1094,195.07,Barrel,1,19081,No home garden,0,6,78.3 +1095,208.19,Barrel,1,30303,Home garden,1,8,75.8 +1096,205.41,No barrel,0,6462,No home garden,0,5,72.4 +1097,221.4,Barrel,1,33116,Home garden,1,6,69.7 +1098,133.03,Barrel,1,6787,No home garden,0,7,67.3 +1099,208.32,No barrel,0,17606,No home garden,0,6,75.1 +1100,224.43,No barrel,0,20912,No home garden,0,5,72.2 +1101,192.35,No barrel,0,9554,No home garden,0,6,68 +1102,228.45,No barrel,0,20415,No home garden,0,7,68.2 +1103,229.51,No barrel,0,25247,No home garden,0,4,69.4 +1104,256.46,No barrel,0,18342,No home garden,0,2,73.4 +1105,138.86,Barrel,1,6949,No home garden,0,8,74.2 +1106,177.71,No barrel,0,20364,Home garden,1,8,58.6 +1107,230.6,No barrel,0,25972,No home garden,0,6,71.5 +1108,184.08,Barrel,1,17894,No home garden,0,6,74.2 +1109,164.85,Barrel,1,19135,No home garden,0,6,73.1 +1110,167.78,Barrel,1,17104,No home garden,0,6,74.6 +1111,190.2,Barrel,1,17532,No home garden,0,5,69.5 +1112,196.96,No barrel,0,5793,No home garden,0,5,70.2 +1113,176.95,Barrel,1,15662,No home garden,0,6,75 +1114,247.97,No barrel,0,26488,No home garden,0,4,74.7 +1115,222.52,No barrel,0,18915,No home garden,0,5,70.7 +1116,171.78,Barrel,1,18223,Home garden,1,10,65.8 +1117,233.51,Barrel,1,35356,No home garden,0,4,68.6 +1118,217.5,No barrel,0,16862,No home garden,0,2,68.1 +1119,198.36,No barrel,0,12841,No home garden,0,6,57.2 +1120,179.43,No barrel,0,14134,No home garden,0,8,66.3 +1121,259.39,No barrel,0,17161,No home garden,0,2,71 +1122,142.86,Barrel,1,6681,No home garden,0,6,67.9 +1123,223.5,No barrel,0,17329,No home garden,0,6,68.2 +1124,215.83,Barrel,1,23344,No home garden,0,5,70.8 +1125,205.54,No barrel,0,10890,No home garden,0,7,72.7 +1126,182.71,Barrel,1,9176,No home garden,0,5,77 +1127,207.19,No barrel,0,21292,No home garden,0,4,61.2 +1128,200.43,No barrel,0,11011,No home garden,0,9,63.1 +1129,299.66,No barrel,0,36433,No home garden,0,3,77.5 +1130,240.34,Barrel,1,36823,Home garden,1,9,73.5 +1131,140.73,Barrel,1,7203,No home garden,0,6,67.1 +1132,222.54,Barrel,1,23342,No home garden,0,3,72.2 +1133,208.41,No barrel,0,18494,No home garden,0,6,70.1 +1134,194.16,No barrel,0,23099,Home garden,1,10,67.2 +1135,181.65,No barrel,0,26037,Home garden,1,10,62.3 +1136,198.05,No barrel,0,12385,No home garden,0,3,69.3 +1137,193.87,Barrel,1,27213,Home garden,1,6,62.3 +1138,271.18,Barrel,1,30495,No home garden,0,3,80.8 +1139,224.09,No barrel,0,15881,No home garden,0,6,70.5 +1140,127.26,Barrel,1,7853,No home garden,0,6,68.6 +1141,190.49,No barrel,0,15889,No home garden,0,8,66.3 +1142,208.47,No barrel,0,17855,No home garden,0,4,67 +1143,195.23,Barrel,1,27079,Home garden,1,9,69.2 +1144,264.22,No barrel,0,31899,Home garden,1,8,74.9 +1145,282.15,No barrel,0,35073,Home garden,1,6,68 +1146,207.68,No barrel,0,13255,No home garden,0,5,68.6 +1147,239.91,No barrel,0,26485,No home garden,0,4,61.4 +1148,209.97,No barrel,0,26003,Home garden,1,6,58 +1149,268.55,No barrel,0,30258,Home garden,1,6,69.8 +1150,203.51,Barrel,1,16949,No home garden,0,7,76.7 +1151,194.85,No barrel,0,9033,No home garden,0,5,62.1 +1152,189.47,Barrel,1,31747,Home garden,1,6,75.1 +1153,214.85,Barrel,1,25924,No home garden,0,6,77.3 +1154,243.61,Barrel,1,37492,Home garden,1,5,75.2 +1155,198.8,No barrel,0,7541,No home garden,0,4,64.1 +1156,202.94,No barrel,0,27232,Home garden,1,7,59.7 +1157,236.01,No barrel,0,29722,Home garden,1,9,67.8 +1158,260.95,No barrel,0,26075,No home garden,0,2,65.9 +1159,239.17,No barrel,0,14384,No home garden,0,4,73.5 +1160,241.96,Barrel,1,29123,No home garden,0,4,81.7 +1161,233.16,No barrel,0,28459,Home garden,1,10,66.7 +1162,189.1,Barrel,1,22834,No home garden,0,5,69.2 +1163,255.35,No barrel,0,33570,Home garden,1,6,71.4 +1164,215.98,No barrel,0,22424,No home garden,0,4,61.7 +1165,201.79,Barrel,1,21779,No home garden,0,2,75.2 +1166,203.76,Barrel,1,21376,No home garden,0,4,64.1 +1167,264.42,No barrel,0,32310,Home garden,1,5,69.6 +1168,213.35,No barrel,0,15678,No home garden,0,4,73.7 +1169,220.01,No barrel,0,14919,No home garden,0,3,67.1 +1170,205.04,Barrel,1,24458,Home garden,1,9,69.9 +1171,234.22,No barrel,0,28436,No home garden,0,4,64.3 +1172,208.5,No barrel,0,16990,No home garden,0,5,66.9 +1173,249.38,No barrel,0,19676,No home garden,0,2,74.1 +1174,183.69,Barrel,1,25296,Home garden,1,9,75.3 +1175,264.78,No barrel,0,37279,Home garden,1,9,75.3 +1176,185.82,Barrel,1,20088,No home garden,0,7,60.3 +1177,221.92,Barrel,1,35177,Home garden,1,6,71.7 +1178,181.95,Barrel,1,13960,No home garden,0,6,75.8 +1179,253.64,No barrel,0,30159,Home garden,1,6,66.1 +1180,221.99,No barrel,0,24874,No home garden,0,6,67.2 +1181,257.1,No barrel,0,20654,No home garden,0,2,73 +1182,229.27,Barrel,1,31502,Home garden,1,7,77.5 +1183,229.71,Barrel,1,39137,Home garden,1,5,70.1 +1184,275.45,No barrel,0,25517,No home garden,0,4,79.3 +1185,274.7,Barrel,1,36472,No home garden,0,3,80.5 +1186,246.32,No barrel,0,36220,No home garden,0,3,58.9 +1187,220.97,Barrel,1,28104,No home garden,0,4,66.2 +1188,232.23,No barrel,0,29173,Home garden,1,7,71.5 +1189,226.82,No barrel,0,25607,No home garden,0,5,70.2 +1190,185.56,Barrel,1,18508,Home garden,1,9,78.1 +1191,200.29,No barrel,0,17968,No home garden,0,5,71.8 +1192,190.39,No barrel,0,20285,No home garden,0,2,61.6 +1193,218.75,Barrel,1,26344,No home garden,0,6,72.6 +1194,255.96,No barrel,0,31885,Home garden,1,7,71.2 +1195,216.08,Barrel,1,29816,No home garden,0,5,71.6 +1196,234.08,No barrel,0,22185,No home garden,0,4,69.5 +1197,224.64,No barrel,0,14517,No home garden,0,2,70.9 +1198,234.21,Barrel,1,36876,Home garden,1,5,77.7 +1199,258.38,No barrel,0,31655,No home garden,0,4,67.1 +1200,248.5,No barrel,0,13989,No home garden,0,5,73.2 +1201,221.24,No barrel,0,22183,No home garden,0,6,64.3 +1202,252.95,No barrel,0,17451,No home garden,0,6,69.7 +1203,222.28,No barrel,0,23782,No home garden,0,2,66.7 +1204,185.68,No barrel,0,2969,No home garden,0,5,71 +1205,249.85,No barrel,0,24186,No home garden,0,3,73.1 +1206,202.03,Barrel,1,21118,No home garden,0,6,65 +1207,211.35,No barrel,0,20995,No home garden,0,5,60 +1208,244.11,No barrel,0,25062,Home garden,1,8,75.2 +1209,227.8,No barrel,0,16219,No home garden,0,4,64.6 +1210,180.67,No barrel,0,19122,Home garden,1,8,60.4 +1211,169.63,No barrel,0,16677,Home garden,1,9,67.2 +1212,253.36,No barrel,0,23348,No home garden,0,4,74.2 +1213,180.24,Barrel,1,6868,No home garden,0,3,76 +1214,195.72,Barrel,1,11485,No home garden,0,3,77.4 +1215,178.1,Barrel,1,25572,Home garden,1,6,64.4 +1216,229.36,Barrel,1,28748,No home garden,0,4,70.2 +1217,208.4,No barrel,0,14181,No home garden,0,5,70.1 +1218,194.93,No barrel,0,9817,No home garden,0,3,64.2 +1219,160.82,Barrel,1,14859,No home garden,0,6,65 +1220,195.92,No barrel,0,10522,No home garden,0,4,70.6 +1221,211.45,No barrel,0,16007,No home garden,0,3,71 +1222,178.36,Barrel,1,24923,Home garden,1,8,68.3 +1223,255.21,No barrel,0,19859,No home garden,0,2,71 +1224,210.88,No barrel,0,9177,No home garden,0,2,72.6 +1225,199.99,No barrel,0,11933,No home garden,0,4,77.6 +1226,231.93,No barrel,0,25745,No home garden,0,2,69.6 +1227,225.27,No barrel,0,22408,No home garden,0,7,70.4 +1228,217.3,No barrel,0,18781,No home garden,0,5,73.5 +1229,270.4,No barrel,0,35488,No home garden,0,5,67.5 +1230,198.83,Barrel,1,22899,No home garden,0,6,69.1 +1231,230.57,No barrel,0,15576,No home garden,0,3,68.1 +1232,198.18,No barrel,0,19180,No home garden,0,7,67.1 +1233,210.29,Barrel,1,26335,No home garden,0,3,72.4 +1234,158.35,Barrel,1,9336,No home garden,0,4,71.6 +1235,261.36,No barrel,0,35610,No home garden,0,1,63 +1236,251.97,Barrel,1,29783,No home garden,0,5,70.5 +1237,208.3,No barrel,0,13387,No home garden,0,4,66.9 +1238,247.53,No barrel,0,22504,No home garden,0,3,72.7 +1239,218.15,Barrel,1,37900,Home garden,1,6,71.4 +1240,236.39,No barrel,0,23959,No home garden,0,4,70.2 +1241,271.18,No barrel,0,22785,No home garden,0,3,78.1 diff --git a/docs/files/data/generated_data/barrels_rct.csv b/docs/files/data/generated_data/barrels_rct.csv new file mode 100644 index 00000000..0e489d26 --- /dev/null +++ b/docs/files/data/generated_data/barrels_rct.csv @@ -0,0 +1,494 @@ +id,water_bill,barrel,barrel_num,yard_size,home_garden,home_garden_num,attitude_env,temperature +1,209.12,Barrel,1,25811,No home garden,0,3,68.5 +2,238.39,Barrel,1,39479,Home garden,1,7,77.4 +3,163.66,Barrel,1,13297,No home garden,0,7,65.1 +4,226,Barrel,1,28259,No home garden,0,2,65.7 +5,232.44,No barrel,0,21479,No home garden,0,5,65.7 +6,278.74,No barrel,0,28906,Home garden,1,8,76.9 +7,224.34,No barrel,0,7041,No home garden,0,3,70.9 +8,185.67,Barrel,1,29434,No home garden,0,4,56.1 +9,198.91,Barrel,1,24779,Home garden,1,8,70.1 +10,172.29,Barrel,1,29741,Home garden,1,9,62.2 +11,224.8,No barrel,0,16931,No home garden,0,8,73.3 +12,227.06,No barrel,0,10357,No home garden,0,9,81.8 +13,158.02,Barrel,1,16071,No home garden,0,6,67.2 +14,226.37,No barrel,0,14977,No home garden,0,6,70.5 +15,209.08,No barrel,0,13053,No home garden,0,3,71 +16,244.47,No barrel,0,24206,No home garden,0,5,71.3 +17,186.44,No barrel,0,14641,No home garden,0,9,67.6 +18,229.73,No barrel,0,15519,No home garden,0,3,70.7 +19,189.76,No barrel,0,6782,No home garden,0,9,67.4 +20,186.18,Barrel,1,19185,No home garden,0,5,72.2 +21,251.2,No barrel,0,26319,Home garden,1,7,73.4 +22,257.97,No barrel,0,35468,Home garden,1,8,66.2 +23,253.07,Barrel,1,35299,No home garden,0,3,70.4 +24,159.37,Barrel,1,8066,No home garden,0,9,77 +25,138.33,Barrel,1,9509,No home garden,0,6,64.3 +26,224.06,No barrel,0,21281,No home garden,0,2,61.8 +27,163.04,Barrel,1,20160,No home garden,0,2,54.4 +28,220.33,Barrel,1,28510,Home garden,1,7,75.9 +29,193.11,No barrel,0,3815,No home garden,0,6,68.2 +30,227.04,No barrel,0,11933,No home garden,0,4,76.1 +31,233.86,Barrel,1,36989,Home garden,1,6,66.5 +32,220.97,No barrel,0,13489,No home garden,0,5,76.8 +33,220.47,No barrel,0,17570,No home garden,0,3,74.5 +34,172.41,Barrel,1,17197,No home garden,0,3,65.3 +35,236.16,No barrel,0,37644,Home garden,1,6,66.8 +36,261.62,No barrel,0,33476,Home garden,1,8,72.4 +37,213.66,Barrel,1,24009,No home garden,0,1,73.8 +38,177.04,Barrel,1,10880,No home garden,0,4,72.1 +39,200.26,Barrel,1,31316,Home garden,1,7,71.8 +40,269.7,No barrel,0,34542,Home garden,1,6,72.5 +41,174.04,Barrel,1,14983,No home garden,0,5,73.3 +42,215.76,No barrel,0,27877,Home garden,1,9,64 +43,196.76,Barrel,1,27994,No home garden,0,5,69.9 +44,184.51,Barrel,1,15527,No home garden,0,2,67.8 +45,226.97,No barrel,0,13715,No home garden,0,8,75.2 +46,254.77,No barrel,0,28308,No home garden,0,2,70.9 +47,239.8,No barrel,0,26454,No home garden,0,5,65.1 +48,287.15,No barrel,0,29906,No home garden,0,4,79.1 +49,170.2,No barrel,0,18501,Home garden,1,9,63.8 +50,174.67,Barrel,1,26720,No home garden,0,5,65.2 +51,221.79,Barrel,1,35343,Home garden,1,6,65.8 +52,207.99,Barrel,1,12211,No home garden,0,6,83.8 +53,274.21,No barrel,0,28904,Home garden,1,7,71.3 +54,214,No barrel,0,13592,No home garden,0,6,66.8 +55,139.61,Barrel,1,12990,No home garden,0,4,69.4 +56,203.03,No barrel,0,9363,No home garden,0,7,69.2 +57,208.71,Barrel,1,27521,Home garden,1,7,68.5 +58,254,No barrel,0,24539,No home garden,0,4,68.4 +59,235.48,No barrel,0,26410,No home garden,0,4,65.7 +60,185.66,No barrel,0,12062,No home garden,0,6,67.9 +61,196.37,Barrel,1,32672,No home garden,0,4,64.6 +62,247.88,No barrel,0,34827,Home garden,1,6,75.7 +63,211.09,Barrel,1,24811,No home garden,0,3,70.1 +64,147.5,Barrel,1,13646,No home garden,0,6,65.9 +65,223.8,Barrel,1,20140,No home garden,0,3,74.4 +66,227.88,No barrel,0,24714,No home garden,0,4,68.2 +67,201.84,Barrel,1,11316,No home garden,0,8,76.3 +68,243.97,No barrel,0,23572,No home garden,0,4,70.6 +69,202.1,Barrel,1,29730,No home garden,0,5,68.4 +70,145.9,Barrel,1,12860,No home garden,0,6,62.4 +71,167.67,Barrel,1,13761,No home garden,0,6,78.3 +72,182.36,Barrel,1,25221,No home garden,0,4,61.9 +73,234.83,No barrel,0,31993,Home garden,1,6,70.2 +74,241.64,No barrel,0,31952,No home garden,0,5,68.5 +75,247.06,No barrel,0,36695,Home garden,1,5,61.8 +76,179.13,Barrel,1,16829,No home garden,0,1,65.9 +77,188.45,Barrel,1,26067,Home garden,1,8,68.8 +78,196.54,Barrel,1,23897,No home garden,0,7,63 +79,209.38,Barrel,1,34248,Home garden,1,7,67.6 +80,242.18,No barrel,0,28608,Home garden,1,7,73.1 +81,140.48,Barrel,1,4832,No home garden,0,8,67.8 +82,213.61,Barrel,1,24637,Home garden,1,7,68.4 +83,230.77,No barrel,0,29531,Home garden,1,6,66.1 +84,201.43,No barrel,0,18565,No home garden,0,5,66.7 +85,223.31,No barrel,0,19108,No home garden,0,1,70.8 +86,267.9,No barrel,0,30574,Home garden,1,6,66.2 +87,206.89,Barrel,1,20286,No home garden,0,4,76.9 +88,177.22,Barrel,1,16218,No home garden,0,4,71.4 +89,164.04,Barrel,1,18107,No home garden,0,7,63.8 +90,200.85,No barrel,0,23129,Home garden,1,8,71.8 +91,211.74,Barrel,1,17230,Home garden,1,9,75.4 +92,153.7,Barrel,1,24724,Home garden,1,8,61.4 +93,213.76,No barrel,0,12219,No home garden,0,2,69.6 +94,185.25,Barrel,1,27721,Home garden,1,6,71.2 +95,180.83,Barrel,1,18977,No home garden,0,4,73 +96,232.74,Barrel,1,25067,Home garden,1,7,79.4 +97,215.43,Barrel,1,27990,Home garden,1,6,71.9 +98,217.37,Barrel,1,16333,No home garden,0,6,79.2 +99,237.21,No barrel,0,26412,No home garden,0,6,65.9 +100,195.3,No barrel,0,6261,No home garden,0,6,63.2 +101,207.69,No barrel,0,22827,No home garden,0,3,65.6 +102,227.11,Barrel,1,28279,No home garden,0,4,69.2 +103,186.57,Barrel,1,18408,No home garden,0,7,69.6 +104,154.95,Barrel,1,11176,No home garden,0,6,66.5 +105,161.4,Barrel,1,10682,No home garden,0,7,73.4 +106,209.59,Barrel,1,25144,No home garden,0,4,75 +107,196.25,Barrel,1,22087,No home garden,0,6,69.2 +108,209.29,Barrel,1,33313,Home garden,1,8,65.8 +109,197.94,No barrel,0,26079,No home garden,0,5,54.7 +110,251.86,No barrel,0,21691,No home garden,0,5,68.5 +111,164.68,Barrel,1,24941,Home garden,1,10,65.8 +112,246.76,No barrel,0,28018,Home garden,1,8,74.9 +113,221.33,Barrel,1,26331,Home garden,1,8,73.7 +114,251.75,No barrel,0,32150,No home garden,0,4,70.1 +115,171.61,Barrel,1,27143,No home garden,0,5,67.6 +116,145.34,Barrel,1,15679,Home garden,1,9,70.7 +117,204,Barrel,1,34956,No home garden,0,3,71.3 +118,163.23,Barrel,1,23506,No home garden,0,4,63.8 +119,217.96,No barrel,0,21556,No home garden,0,4,62.2 +120,217.18,No barrel,0,11430,No home garden,0,2,66.9 +121,210.62,Barrel,1,19677,No home garden,0,5,73.1 +122,216.99,Barrel,1,28299,No home garden,0,4,70.4 +123,202,No barrel,0,14878,No home garden,0,5,71.4 +124,224.21,Barrel,1,19757,No home garden,0,5,76.2 +125,163.89,Barrel,1,24519,No home garden,0,5,65.2 +126,238.1,Barrel,1,27526,No home garden,0,6,74.7 +127,181.33,Barrel,1,22271,No home garden,0,6,76 +128,229.81,No barrel,0,17550,No home garden,0,3,72.7 +129,270.49,No barrel,0,22228,No home garden,0,3,72.5 +130,207.26,Barrel,1,18875,No home garden,0,2,70.3 +131,266.46,No barrel,0,28731,No home garden,0,3,74.8 +132,173.71,Barrel,1,19544,No home garden,0,7,70.9 +133,235.87,Barrel,1,28653,No home garden,0,4,76 +134,119.5,Barrel,1,14885,No home garden,0,7,62.9 +135,158.89,Barrel,1,27255,No home garden,0,5,55.2 +136,191.23,Barrel,1,22252,No home garden,0,5,68.3 +137,233.08,Barrel,1,16299,No home garden,0,3,79.8 +138,275.78,No barrel,0,28339,No home garden,0,4,74.2 +139,231.46,No barrel,0,31862,Home garden,1,6,66.7 +140,230.23,Barrel,1,25688,No home garden,0,5,74.9 +141,177.86,Barrel,1,23795,Home garden,1,10,72.6 +142,223.81,Barrel,1,26763,No home garden,0,5,79.4 +143,205.84,No barrel,0,20645,No home garden,0,6,74.5 +144,184.87,Barrel,1,11961,No home garden,0,4,68.8 +145,192.3,No barrel,0,17118,No home garden,0,8,64.9 +146,211.11,Barrel,1,28364,Home garden,1,6,70.8 +147,178.91,Barrel,1,7939,No home garden,0,7,74 +148,286.43,No barrel,0,32363,No home garden,0,2,79.8 +149,198.59,Barrel,1,20559,No home garden,0,3,73.2 +150,216.86,No barrel,0,22450,No home garden,0,7,70.2 +151,159.37,Barrel,1,21992,No home garden,0,4,68.1 +152,234.05,Barrel,1,27979,No home garden,0,2,69.9 +153,152.01,Barrel,1,6885,No home garden,0,7,70.6 +154,245.65,No barrel,0,30342,Home garden,1,7,71.7 +155,271.27,No barrel,0,18034,No home garden,0,5,79 +156,140.48,Barrel,1,3635,No home garden,0,4,75.4 +157,149.6,Barrel,1,13369,No home garden,0,2,63.5 +158,198.7,No barrel,0,20765,No home garden,0,7,66.3 +159,172.47,Barrel,1,20211,No home garden,0,5,66.6 +160,153.03,Barrel,1,6049,No home garden,0,6,71 +161,217.31,Barrel,1,28028,No home garden,0,6,74.4 +162,197.46,Barrel,1,24006,Home garden,1,8,70.2 +163,238.04,Barrel,1,22052,No home garden,0,4,77.3 +164,218.8,Barrel,1,27177,No home garden,0,6,76.4 +165,207.38,No barrel,0,20355,Home garden,1,8,64.1 +166,184.1,No barrel,0,9577,No home garden,0,9,64 +167,235.13,Barrel,1,34602,No home garden,0,4,80 +168,246.59,No barrel,0,24962,No home garden,0,5,69.1 +169,113.6,Barrel,1,7522,No home garden,0,9,67.4 +170,284.35,No barrel,0,30832,No home garden,0,3,77 +171,215.45,Barrel,1,33357,Home garden,1,8,73.2 +172,235.83,No barrel,0,28891,No home garden,0,4,64.2 +173,152.72,Barrel,1,7664,No home garden,0,7,67 +174,241.28,No barrel,0,22879,No home garden,0,1,65.7 +175,236,No barrel,0,32797,Home garden,1,9,70.7 +176,167.92,Barrel,1,6317,No home garden,0,3,71.5 +177,234.85,Barrel,1,38750,No home garden,0,4,69.4 +178,158.23,Barrel,1,10549,No home garden,0,6,74 +179,187.68,Barrel,1,16835,No home garden,0,2,68.4 +180,206.54,Barrel,1,29641,No home garden,0,5,57.8 +181,154.67,No barrel,0,1950,No home garden,0,7,63.2 +182,231.45,No barrel,0,21646,No home garden,0,4,71.3 +183,238.22,No barrel,0,31386,No home garden,0,5,61.1 +184,235.17,No barrel,0,23409,No home garden,0,5,67.9 +185,247.5,Barrel,1,36306,No home garden,0,3,83.1 +186,194.42,Barrel,1,14235,No home garden,0,8,77 +187,231.43,No barrel,0,19422,No home garden,0,3,66.3 +188,172.16,Barrel,1,19659,No home garden,0,5,72.3 +189,277.56,No barrel,0,24669,No home garden,0,5,76.7 +190,207.28,No barrel,0,14662,No home garden,0,5,71.9 +191,214.15,Barrel,1,24369,No home garden,0,4,74.5 +192,235.35,Barrel,1,36826,Home garden,1,7,76.9 +193,169.86,No barrel,0,17097,No home garden,0,6,63.7 +194,199.68,No barrel,0,14804,No home garden,0,5,69.3 +195,163.95,Barrel,1,20895,No home garden,0,7,64.6 +196,245.3,No barrel,0,23453,No home garden,0,4,73.7 +197,233.04,No barrel,0,15292,No home garden,0,4,71.2 +198,154.31,Barrel,1,11943,No home garden,0,4,64.5 +199,229.06,No barrel,0,39000,Home garden,1,4,62.7 +200,207.62,No barrel,0,24622,Home garden,1,7,66.1 +201,146.11,Barrel,1,12524,No home garden,0,4,66 +202,121.2,Barrel,1,7235,No home garden,0,9,66.4 +203,211.83,No barrel,0,19168,No home garden,0,6,68.7 +204,199.43,Barrel,1,28649,Home garden,1,8,74.5 +205,166.22,Barrel,1,17615,No home garden,0,3,67.3 +206,198.62,Barrel,1,24905,Home garden,1,8,76.3 +207,222.6,No barrel,0,29426,Home garden,1,7,71.7 +208,235.43,No barrel,0,22186,No home garden,0,5,69.7 +209,179.06,Barrel,1,24699,Home garden,1,8,72.1 +210,143.27,Barrel,1,16278,No home garden,0,8,65.4 +211,241.88,No barrel,0,30939,Home garden,1,9,67.3 +212,215.19,Barrel,1,28699,No home garden,0,6,69.6 +213,227.09,No barrel,0,22377,No home garden,0,5,69.9 +214,228.36,No barrel,0,25072,No home garden,0,5,67.2 +215,191,Barrel,1,17516,No home garden,0,7,72.8 +216,242.12,No barrel,0,24901,Home garden,1,9,75.9 +217,162.93,No barrel,0,3797,No home garden,0,7,65.2 +218,147.43,Barrel,1,12596,No home garden,0,5,68.6 +219,228.73,Barrel,1,29474,Home garden,1,7,74.3 +220,222.53,No barrel,0,20795,Home garden,1,8,69.1 +221,255.51,No barrel,0,21396,No home garden,0,5,72.6 +222,215,No barrel,0,11609,No home garden,0,7,73.5 +223,258.54,No barrel,0,26493,No home garden,0,4,76.8 +224,156.36,Barrel,1,12809,No home garden,0,7,65.5 +225,162.7,Barrel,1,13605,No home garden,0,7,66.8 +226,218.3,Barrel,1,26145,No home garden,0,5,70.7 +227,139.86,Barrel,1,572,No home garden,0,9,66.3 +228,247.65,No barrel,0,28862,No home garden,0,4,67 +229,266.93,No barrel,0,28305,No home garden,0,4,75.4 +230,170.07,Barrel,1,22778,Home garden,1,8,67.1 +231,246.68,No barrel,0,28042,No home garden,0,6,75.5 +232,213.98,Barrel,1,20065,No home garden,0,3,77 +233,184.08,No barrel,0,8463,No home garden,0,6,70.2 +234,211.87,Barrel,1,19207,No home garden,0,3,79.6 +235,167.48,Barrel,1,22067,Home garden,1,8,63.7 +236,170.19,Barrel,1,12730,No home garden,0,3,64 +237,177.81,Barrel,1,23102,No home garden,0,5,62.5 +238,198.47,Barrel,1,25148,Home garden,1,7,73.6 +239,254.68,No barrel,0,29420,No home garden,0,5,67.3 +240,267.82,No barrel,0,27732,No home garden,0,5,70.1 +241,223.48,Barrel,1,26237,No home garden,0,4,67.8 +242,184.77,Barrel,1,16245,No home garden,0,2,65.5 +243,205.78,Barrel,1,20156,No home garden,0,4,76.4 +244,196.29,Barrel,1,12116,No home garden,0,3,69.6 +245,177.52,Barrel,1,27499,No home garden,0,4,57.7 +246,251.84,Barrel,1,29061,No home garden,0,3,74.5 +247,173.98,Barrel,1,16866,No home garden,0,8,73.8 +248,181.66,Barrel,1,14483,No home garden,0,7,71.3 +249,205.85,No barrel,0,20120,No home garden,0,7,75.8 +250,164.38,Barrel,1,17426,No home garden,0,8,71.2 +251,231.16,No barrel,0,10322,No home garden,0,6,81.1 +252,167.63,Barrel,1,10334,No home garden,0,6,65.7 +253,249.36,No barrel,0,31526,Home garden,1,6,73.7 +254,195.66,No barrel,0,14850,No home garden,0,5,68.4 +255,184.56,Barrel,1,13115,No home garden,0,3,65.8 +256,208.42,Barrel,1,29775,No home garden,0,5,71.2 +257,213.56,No barrel,0,24220,No home garden,0,5,64.2 +258,233.57,No barrel,0,17341,No home garden,0,4,69.9 +259,240.53,No barrel,0,23242,No home garden,0,6,63.5 +260,286.79,No barrel,0,38900,Home garden,1,7,71 +261,171.92,Barrel,1,12636,No home garden,0,5,72.5 +262,206.97,Barrel,1,25900,Home garden,1,7,74.1 +263,205.2,Barrel,1,30876,Home garden,1,6,64.2 +264,244.36,Barrel,1,38559,Home garden,1,6,72.2 +265,143.54,Barrel,1,11182,No home garden,0,6,67.6 +266,237.98,No barrel,0,25847,No home garden,0,4,70.2 +267,259.23,No barrel,0,16846,No home garden,0,2,74.6 +268,202.09,Barrel,1,21089,No home garden,0,6,71.7 +269,151.88,Barrel,1,11424,No home garden,0,4,61.8 +270,236.68,Barrel,1,34542,No home garden,0,3,69.6 +271,211.02,No barrel,0,22464,Home garden,1,7,68.2 +272,211.26,No barrel,0,11423,No home garden,0,4,74.6 +273,205.76,No barrel,0,26701,No home garden,0,5,65.1 +274,185.18,Barrel,1,13528,No home garden,0,2,66.9 +275,202.92,Barrel,1,30111,Home garden,1,7,73.7 +276,180.99,No barrel,0,7301,No home garden,0,9,62.8 +277,202.46,Barrel,1,19713,No home garden,0,2,66.8 +278,220.91,No barrel,0,15397,No home garden,0,6,75.5 +279,199.05,No barrel,0,24008,Home garden,1,7,57.2 +280,251.89,Barrel,1,36530,No home garden,0,3,65.6 +281,242.46,No barrel,0,22268,Home garden,1,8,75.7 +282,175.14,Barrel,1,22842,No home garden,0,7,73.2 +283,194.89,No barrel,0,5676,No home garden,0,3,67 +284,207.72,No barrel,0,19227,No home garden,0,5,63.3 +285,247.36,No barrel,0,12084,No home garden,0,5,72.7 +286,221.84,No barrel,0,20179,No home garden,0,7,72.1 +287,188.49,No barrel,0,13680,No home garden,0,4,67.8 +288,205.89,Barrel,1,29663,Home garden,1,7,68.6 +289,200.66,Barrel,1,9402,No home garden,0,4,70.9 +290,111.58,Barrel,1,4957,No home garden,0,10,72.3 +291,161.16,Barrel,1,5772,No home garden,0,5,73.4 +292,187.42,Barrel,1,25044,Home garden,1,8,66.9 +293,209.99,No barrel,0,9163,No home garden,0,5,73.6 +294,191.23,No barrel,0,11746,No home garden,0,3,68.5 +295,252.14,Barrel,1,36012,No home garden,0,4,74.6 +296,177.33,No barrel,0,19909,No home garden,0,7,58.4 +297,167.03,Barrel,1,13791,No home garden,0,3,71.7 +298,187.81,No barrel,0,17166,Home garden,1,8,68.7 +299,198.57,Barrel,1,32059,No home garden,0,4,74.9 +300,231.49,No barrel,0,15538,No home garden,0,8,74 +301,232.52,No barrel,0,24576,No home garden,0,6,67.6 +302,208.64,Barrel,1,36060,Home garden,1,8,65.2 +303,162.41,Barrel,1,14428,No home garden,0,4,65.1 +304,101.26,Barrel,1,16403,No home garden,0,6,59.6 +305,194.97,Barrel,1,15809,No home garden,0,7,74.1 +306,193.42,Barrel,1,16009,No home garden,0,3,74.1 +307,213.12,No barrel,0,22192,Home garden,1,10,65.5 +308,266.1,No barrel,0,32695,Home garden,1,8,73 +309,234.76,No barrel,0,26563,Home garden,1,8,73.6 +310,253.2,No barrel,0,20250,No home garden,0,4,76.9 +311,210.04,No barrel,0,19129,No home garden,0,2,67.6 +312,267.01,No barrel,0,36691,Home garden,1,10,71.7 +313,145.63,Barrel,1,19936,Home garden,1,9,66.8 +314,275.26,No barrel,0,30956,No home garden,0,4,77.2 +315,192.9,No barrel,0,9035,No home garden,0,5,71.5 +316,207.12,Barrel,1,25321,No home garden,0,6,71.4 +317,185.11,Barrel,1,21845,No home garden,0,7,71.1 +318,142.82,Barrel,1,18141,No home garden,0,6,60 +319,210.66,No barrel,0,17294,Home garden,1,8,62.5 +320,182.06,Barrel,1,24703,Home garden,1,10,66.7 +321,206.6,No barrel,0,26873,Home garden,1,7,61.3 +322,178.8,Barrel,1,23680,Home garden,1,10,72.2 +323,237.5,Barrel,1,32314,No home garden,0,4,76.6 +324,252.24,No barrel,0,26245,No home garden,0,6,69.3 +325,204.38,No barrel,0,21201,No home garden,0,6,69.3 +326,227.1,Barrel,1,31968,No home garden,0,2,69.6 +327,249.2,No barrel,0,21966,No home garden,0,6,78.1 +328,238.55,No barrel,0,21619,No home garden,0,3,73.6 +329,262.91,No barrel,0,29348,No home garden,0,5,75.2 +330,228.45,No barrel,0,17334,No home garden,0,6,73.2 +331,221.84,No barrel,0,22451,Home garden,1,8,67.7 +332,177.4,Barrel,1,23481,Home garden,1,8,67.5 +333,189.1,Barrel,1,11152,No home garden,0,6,79.1 +334,189.52,Barrel,1,13522,No home garden,0,2,72.9 +335,275.7,No barrel,0,18675,No home garden,0,2,70.8 +336,218.46,No barrel,0,29744,Home garden,1,6,67.3 +337,188.22,Barrel,1,29141,Home garden,1,9,72.5 +338,151.03,Barrel,1,18130,No home garden,0,6,61.7 +339,200.19,No barrel,0,9674,No home garden,0,7,64.5 +340,170.18,Barrel,1,2995,No home garden,0,7,69.4 +341,170.78,Barrel,1,17610,No home garden,0,4,67.5 +342,145.01,Barrel,1,5752,No home garden,0,5,67 +343,157.96,Barrel,1,18593,No home garden,0,5,67.1 +344,255.89,Barrel,1,31806,No home garden,0,4,77.6 +345,150.54,Barrel,1,4582,No home garden,0,7,67.5 +346,253.99,Barrel,1,27107,Home garden,1,7,78.2 +347,212.76,Barrel,1,20361,No home garden,0,6,74.8 +348,167.34,Barrel,1,11789,No home garden,0,7,74.7 +349,239.61,No barrel,0,22098,No home garden,0,4,67.7 +350,162.49,Barrel,1,9797,No home garden,0,3,59.8 +351,241.19,Barrel,1,28685,Home garden,1,7,78.7 +352,221.59,Barrel,1,23137,No home garden,0,2,71.4 +353,186.52,Barrel,1,17442,No home garden,0,5,76.7 +354,138.14,Barrel,1,2082,No home garden,0,6,72.5 +355,163.98,Barrel,1,1886,No home garden,0,6,73.3 +356,192.42,Barrel,1,19408,No home garden,0,3,67.9 +357,204.77,Barrel,1,15740,No home garden,0,2,65.6 +358,139.69,Barrel,1,10330,No home garden,0,8,68.4 +359,243.61,No barrel,0,23610,Home garden,1,8,73.2 +360,150.08,Barrel,1,10932,No home garden,0,5,66.8 +361,210.29,No barrel,0,11705,No home garden,0,4,67.4 +362,279.24,No barrel,0,36420,Home garden,1,7,66.9 +363,282.31,No barrel,0,37060,Home garden,1,8,76.9 +364,234.9,No barrel,0,20577,No home garden,0,3,74.5 +365,194.45,No barrel,0,13606,No home garden,0,6,69.8 +366,186.22,Barrel,1,24182,No home garden,0,7,64.9 +367,164.49,Barrel,1,8218,No home garden,0,3,67 +368,235.68,No barrel,0,28461,Home garden,1,6,70.3 +369,150.77,Barrel,1,11640,No home garden,0,4,71.2 +370,151.53,Barrel,1,6801,No home garden,0,5,64.5 +371,186.93,Barrel,1,19448,No home garden,0,5,64.1 +372,178.4,Barrel,1,20970,No home garden,0,6,65.1 +373,193.37,Barrel,1,21163,No home garden,0,1,69 +374,175.72,Barrel,1,17070,No home garden,0,3,66.5 +375,141.2,Barrel,1,30536,Home garden,1,10,58.3 +376,191.69,No barrel,0,982,No home garden,0,7,72.8 +377,249,No barrel,0,19660,No home garden,0,3,70.1 +378,184.1,Barrel,1,22161,Home garden,1,9,81.1 +379,264.43,No barrel,0,31622,No home garden,0,4,65 +380,225.46,No barrel,0,8157,No home garden,0,7,70.9 +381,178.21,Barrel,1,13119,No home garden,0,5,73 +382,198.78,Barrel,1,24252,No home garden,0,5,73.1 +383,225.73,No barrel,0,17648,No home garden,0,5,75.3 +384,149.1,Barrel,1,3478,No home garden,0,4,61.6 +385,209.95,Barrel,1,27011,No home garden,0,4,69.7 +386,180.57,Barrel,1,16246,No home garden,0,3,66.3 +387,187.03,Barrel,1,13220,No home garden,0,3,71.3 +388,213.72,No barrel,0,29814,Home garden,1,10,68.7 +389,206.81,Barrel,1,32031,Home garden,1,7,72.1 +390,227.54,No barrel,0,19079,No home garden,0,3,63.3 +391,238.06,Barrel,1,31389,No home garden,0,3,76.8 +392,205,Barrel,1,16959,No home garden,0,3,74.5 +393,216.6,Barrel,1,34034,Home garden,1,9,71.1 +394,189.05,No barrel,0,14242,No home garden,0,7,65.4 +395,226.08,No barrel,0,7896,No home garden,0,4,75 +396,170.96,No barrel,0,15567,No home garden,0,8,60.5 +397,215.55,No barrel,0,11384,No home garden,0,5,72.5 +398,241.28,No barrel,0,12423,No home garden,0,2,67.3 +399,127.85,Barrel,1,11376,No home garden,0,6,66.7 +400,271.68,No barrel,0,27549,No home garden,0,4,74.7 +401,209.13,No barrel,0,22512,No home garden,0,5,65.4 +402,224.33,No barrel,0,21336,Home garden,1,9,70.7 +403,198.13,No barrel,0,12950,No home garden,0,3,64.3 +404,219.19,No barrel,0,26771,Home garden,1,7,68.3 +405,147.52,Barrel,1,12474,No home garden,0,6,65 +406,201.83,No barrel,0,15037,Home garden,1,10,73.1 +407,185.17,Barrel,1,21735,Home garden,1,8,71.2 +408,254.96,No barrel,0,33339,Home garden,1,7,75 +409,171.68,Barrel,1,21485,No home garden,0,6,69.7 +410,251.87,No barrel,0,19231,No home garden,0,6,76.1 +411,186.05,Barrel,1,11639,No home garden,0,4,69.9 +412,174.26,Barrel,1,23759,No home garden,0,4,59.8 +413,210.55,No barrel,0,19035,No home garden,0,7,63.1 +414,236.6,No barrel,0,12768,No home garden,0,4,68.5 +415,188.31,Barrel,1,14954,No home garden,0,5,73.6 +416,189.69,Barrel,1,23186,No home garden,0,6,77.3 +417,169.15,Barrel,1,18246,No home garden,0,6,72.9 +418,216.6,No barrel,0,12380,No home garden,0,6,72.7 +419,254.69,No barrel,0,30214,No home garden,0,5,77.2 +420,170.96,No barrel,0,9743,No home garden,0,8,61.1 +421,177.28,Barrel,1,14253,No home garden,0,6,74.1 +422,191.08,No barrel,0,16838,No home garden,0,5,64.1 +423,260.63,No barrel,0,21306,No home garden,0,5,76.1 +424,195.57,No barrel,0,12565,No home garden,0,6,65.2 +425,250.1,No barrel,0,29013,No home garden,0,5,70.4 +426,238.95,Barrel,1,28754,No home garden,0,1,64.2 +427,258.69,Barrel,1,33999,No home garden,0,3,72.7 +428,159.63,No barrel,0,4514,No home garden,0,5,68.4 +429,233.18,No barrel,0,28854,No home garden,0,5,68.9 +430,226.18,Barrel,1,32674,Home garden,1,8,70 +431,221.2,Barrel,1,25658,No home garden,0,1,68.7 +432,208.29,No barrel,0,9121,No home garden,0,3,73.3 +433,206.17,Barrel,1,20175,No home garden,0,7,70.4 +434,293.28,No barrel,0,33906,No home garden,0,4,74.1 +435,260.73,No barrel,0,14747,No home garden,0,2,72.7 +436,202.98,Barrel,1,27357,Home garden,1,7,76.3 +437,240.17,No barrel,0,19782,No home garden,0,3,66.7 +438,155.14,Barrel,1,3006,No home garden,0,9,75.6 +439,157.46,Barrel,1,4741,No home garden,0,5,64.4 +440,186.63,No barrel,0,6697,Home garden,1,10,65.7 +441,184.82,Barrel,1,19251,No home garden,0,7,66.5 +442,178.85,Barrel,1,16104,No home garden,0,7,65.7 +443,203.99,No barrel,0,4106,No home garden,0,6,74.2 +444,164.37,Barrel,1,11793,No home garden,0,2,64.3 +445,177.08,No barrel,0,11378,No home garden,0,9,72.8 +446,184.46,Barrel,1,14103,No home garden,0,2,67.7 +447,250.94,No barrel,0,30836,No home garden,0,5,71.4 +448,217.1,No barrel,0,20782,Home garden,1,7,70.2 +449,207.97,Barrel,1,31260,Home garden,1,9,73.8 +450,190.13,Barrel,1,20661,No home garden,0,2,71.4 +451,186.14,Barrel,1,13977,No home garden,0,4,68.8 +452,226.82,No barrel,0,17355,No home garden,0,2,70.2 +453,198.93,No barrel,0,21482,Home garden,1,8,66.8 +454,119.71,Barrel,1,13677,No home garden,0,8,65.2 +455,229.93,Barrel,1,26645,No home garden,0,4,74.4 +456,180.06,Barrel,1,11934,No home garden,0,4,66.3 +457,201.93,Barrel,1,21117,No home garden,0,5,68.5 +458,241.86,No barrel,0,22077,No home garden,0,3,64 +459,158.09,Barrel,1,16688,No home garden,0,6,64.9 +460,244.47,No barrel,0,38528,Home garden,1,6,59.5 +461,239.8,Barrel,1,18839,No home garden,0,3,76.2 +462,237.47,Barrel,1,31148,No home garden,0,4,78 +463,224.6,No barrel,0,17226,No home garden,0,5,72 +464,131.08,Barrel,1,3494,No home garden,0,5,62.7 +465,152.13,Barrel,1,19242,No home garden,0,8,65.9 +466,217.99,No barrel,0,17631,No home garden,0,5,77.8 +467,99.63,Barrel,1,7341,No home garden,0,6,54.3 +468,246.4,No barrel,0,36758,Home garden,1,6,71.6 +469,159.77,Barrel,1,16308,No home garden,0,3,61.5 +470,216.95,No barrel,0,12537,No home garden,0,5,67.3 +471,178.75,No barrel,0,3592,No home garden,0,6,72.2 +472,204.05,No barrel,0,13035,No home garden,0,3,68.4 +473,267.06,Barrel,1,32190,Home garden,1,6,81.8 +474,197.12,Barrel,1,18444,No home garden,0,4,66.3 +475,244.41,No barrel,0,33438,Home garden,1,5,73.8 +476,281.83,No barrel,0,33103,No home garden,0,2,70.7 +477,216.74,Barrel,1,21262,No home garden,0,2,66.9 +478,153.14,Barrel,1,17543,No home garden,0,6,63.1 +479,185.92,Barrel,1,18878,No home garden,0,4,61.2 +480,245.79,No barrel,0,20398,No home garden,0,2,60.3 +481,236.07,No barrel,0,33642,Home garden,1,7,59.4 +482,269.57,No barrel,0,37338,Home garden,1,6,67.4 +483,245.82,No barrel,0,27251,No home garden,0,6,66.5 +484,170.21,Barrel,1,24893,No home garden,0,6,65.6 +485,267.53,No barrel,0,19375,No home garden,0,2,70.9 +486,256.15,Barrel,1,28103,No home garden,0,4,82.1 +487,212.33,No barrel,0,15588,Home garden,1,8,72.2 +488,202.83,Barrel,1,25928,No home garden,0,5,68.7 +489,250.38,No barrel,0,31002,No home garden,0,4,60.9 +490,179.96,Barrel,1,8360,No home garden,0,5,71 +491,182.15,Barrel,1,20315,No home garden,0,7,66.5 +492,189.84,Barrel,1,21202,Home garden,1,10,74.5 +493,179.33,Barrel,1,17548,No home garden,0,6,71.3 diff --git a/docs/files/data/generated_data/bed_nets_observed.csv b/docs/files/data/generated_data/bed_nets_observed.csv new file mode 100644 index 00000000..7b143f9e --- /dev/null +++ b/docs/files/data/generated_data/bed_nets_observed.csv @@ -0,0 +1,2001 @@ +treatment,bed_net,health +Control,No bed net,24.6 +Control,No bed net,36.4 +Treatment,Bed net,49.1 +Treatment,Bed net,47 +Control,Bed net,58.6 +Treatment,Bed net,63.9 +Treatment,No bed net,34.5 +Control,No bed net,19.4 +Treatment,Bed net,36.6 +Control,No bed net,37.4 +Control,No bed net,48.1 +Treatment,Bed net,50.7 +Treatment,No bed net,44.2 +Control,Bed net,57 +Control,No bed net,10.4 +Control,Bed net,49.4 +Control,No bed net,22.7 +Treatment,No bed net,24.2 +Treatment,No bed net,22.7 +Control,No bed net,28.9 +Treatment,No bed net,28.3 +Treatment,No bed net,28 +Treatment,No bed net,24.4 +Control,No bed net,53.2 +Control,No bed net,47.4 +Treatment,Bed net,50.7 +Control,No bed net,41.7 +Control,Bed net,66.1 +Treatment,Bed net,59.2 +Control,No bed net,35.6 +Treatment,Bed net,59.3 +Treatment,No bed net,52.6 +Control,No bed net,23.8 +Control,No bed net,33.4 +Control,No bed net,44.6 +Control,No bed net,48.5 +Control,No bed net,65.6 +Control,No bed net,34 +Control,Bed net,58.6 +Treatment,Bed net,51.5 +Treatment,Bed net,28.4 +Treatment,Bed net,64.5 +Control,No bed net,31.2 +Treatment,Bed net,56.1 +Control,No bed net,52.5 +Treatment,Bed net,48.8 +Control,No bed net,30.9 +Control,No bed net,46.8 +Control,No bed net,35.8 +Treatment,Bed net,73.6 +Control,No bed net,49.3 +Treatment,No bed net,38.7 +Treatment,Bed net,51.2 +Control,No bed net,29.5 +Treatment,No bed net,28.1 +Treatment,Bed net,47.5 +Control,No bed net,37.3 +Treatment,Bed net,80.5 +Control,No bed net,38.5 +Treatment,Bed net,48.2 +Treatment,Bed net,46.4 +Treatment,No bed net,36.1 +Control,No bed net,41.2 +Control,No bed net,39.9 +Control,No bed net,35.6 +Treatment,Bed net,40.6 +Control,No bed net,36.1 +Control,No bed net,25.7 +Control,No bed net,28 +Control,No bed net,40.2 +Control,No bed net,48.6 +Control,Bed net,48.1 +Treatment,No bed net,29.8 +Control,No bed net,31.5 +Control,No bed net,34.8 +Treatment,Bed net,40.1 +Control,No bed net,51.3 +Treatment,No bed net,19.9 +Treatment,No bed net,31.9 +Control,No bed net,25.2 +Treatment,Bed net,60.1 +Control,No bed net,30.2 +Control,No bed net,43.8 +Control,No bed net,56.7 +Control,No bed net,26.1 +Control,Bed net,71.7 +Treatment,No bed net,42.8 +Control,No bed net,43.2 +Treatment,No bed net,55 +Control,Bed net,43.2 +Treatment,No bed net,56.6 +Treatment,Bed net,36.3 +Treatment,No bed net,47 +Control,No bed net,41.6 +Control,No bed net,35 +Control,No bed net,36.9 +Control,No bed net,33.1 +Treatment,No bed net,24.2 +Control,No bed net,39.1 +Control,No bed net,53.8 +Control,No bed net,60.1 +Treatment,Bed net,82.8 +Treatment,No bed net,35.4 +Treatment,No bed net,24.8 +Treatment,No bed net,27.5 +Treatment,No bed net,26.8 +Treatment,No bed net,32.6 +Treatment,No bed net,61.9 +Treatment,Bed net,61.2 +Treatment,No bed net,45.6 +Treatment,Bed net,66.9 +Treatment,No bed net,58.4 +Control,Bed net,41.1 +Control,No bed net,26 +Control,No bed net,38.5 +Treatment,Bed net,69.9 +Treatment,Bed net,66.5 +Control,No bed net,46.4 +Control,No bed net,26 +Control,No bed net,36.2 +Treatment,Bed net,36.8 +Control,Bed net,53.6 +Control,Bed net,53.2 +Treatment,Bed net,68.5 +Control,No bed net,35.2 +Treatment,No bed net,25.6 +Control,No bed net,25.7 +Treatment,Bed net,69.6 +Treatment,Bed net,51.8 +Control,No bed net,38.4 +Control,Bed net,50.6 +Control,No bed net,39.5 +Control,No bed net,34 +Treatment,Bed net,53.8 +Treatment,Bed net,45.8 +Treatment,Bed net,59.4 +Control,Bed net,55.3 +Treatment,Bed net,64.5 +Treatment,Bed net,42.9 +Treatment,Bed net,54.5 +Control,No bed net,39 +Treatment,Bed net,46.3 +Control,No bed net,44.7 +Control,No bed net,43.9 +Control,No bed net,14 +Control,No bed net,43.8 +Control,No bed net,37.9 +Treatment,Bed net,55 +Treatment,Bed net,56.9 +Control,No bed net,22.8 +Treatment,Bed net,54.9 +Treatment,No bed net,28.1 +Treatment,No bed net,28.6 +Treatment,Bed net,59.3 +Control,No bed net,47.4 +Treatment,Bed net,55.3 +Control,No bed net,31.1 +Control,Bed net,56.4 +Control,No bed net,56.1 +Control,No bed net,47.3 +Treatment,Bed net,29.8 +Control,No bed net,16.6 +Treatment,Bed net,70.8 +Control,No bed net,22.5 +Treatment,No bed net,50.5 +Treatment,Bed net,61.5 +Control,No bed net,43.3 +Treatment,No bed net,37.9 +Treatment,Bed net,52.7 +Treatment,No bed net,25.7 +Treatment,Bed net,50.8 +Treatment,Bed net,57.7 +Treatment,Bed net,42.8 +Control,No bed net,52 +Control,No bed net,33.3 +Control,No bed net,29.8 +Control,No bed net,43 +Control,No bed net,28.7 +Control,No bed net,33 +Treatment,No bed net,47.4 +Treatment,Bed net,39.9 +Control,No bed net,56.5 +Treatment,Bed net,77.6 +Treatment,No bed net,32.9 +Control,Bed net,63.6 +Treatment,No bed net,17.3 +Treatment,Bed net,47.4 +Control,No bed net,35.7 +Control,No bed net,18.7 +Treatment,Bed net,34.4 +Treatment,Bed net,54 +Treatment,Bed net,38.8 +Treatment,No bed net,37.2 +Treatment,Bed net,47.4 +Control,Bed net,53.6 +Control,Bed net,52.4 +Control,Bed net,56.9 +Control,No bed net,40.3 +Control,Bed net,57.6 +Control,No bed net,35.5 +Treatment,Bed net,51.5 +Control,No bed net,45.8 +Control,No bed net,47.2 +Control,No bed net,41.6 +Treatment,Bed net,45.3 +Treatment,Bed net,67 +Control,No bed net,22 +Control,No bed net,42.3 +Control,No bed net,41.7 +Treatment,Bed net,47.1 +Treatment,Bed net,61.3 +Control,No bed net,10.9 +Treatment,No bed net,37.2 +Control,No bed net,47.5 +Control,No bed net,29.4 +Control,Bed net,67.6 +Treatment,Bed net,72.9 +Control,No bed net,28.9 +Control,No bed net,26.6 +Treatment,Bed net,64 +Control,No bed net,33.1 +Treatment,No bed net,43 +Control,No bed net,36.5 +Control,No bed net,50.3 +Control,No bed net,41.4 +Control,No bed net,19.1 +Control,Bed net,66.3 +Treatment,No bed net,24.1 +Treatment,Bed net,49.1 +Treatment,Bed net,54.1 +Treatment,Bed net,62.9 +Treatment,Bed net,78.3 +Treatment,No bed net,33.3 +Treatment,Bed net,45.5 +Treatment,Bed net,61.7 +Treatment,No bed net,30.7 +Treatment,Bed net,49.6 +Treatment,No bed net,43.6 +Treatment,Bed net,35.5 +Treatment,Bed net,48.5 +Control,No bed net,43.2 +Treatment,No bed net,10.4 +Control,No bed net,31.7 +Treatment,Bed net,75.2 +Treatment,Bed net,68.3 +Control,No bed net,27 +Control,No bed net,36.2 +Treatment,Bed net,32.1 +Control,Bed net,53.7 +Control,No bed net,24.7 +Treatment,Bed net,57 +Control,No bed net,30.2 +Control,No bed net,50 +Control,No bed net,34.4 +Control,No bed net,64.3 +Treatment,Bed net,47.1 +Treatment,No bed net,43.1 +Control,No bed net,50.4 +Control,No bed net,47.4 +Control,No bed net,31.6 +Treatment,Bed net,38.6 +Treatment,No bed net,19.1 +Treatment,Bed net,74.4 +Treatment,No bed net,44 +Treatment,No bed net,23.5 +Control,No bed net,32.7 +Treatment,Bed net,66.3 +Treatment,No bed net,24.5 +Treatment,No bed net,27 +Control,No bed net,41.8 +Treatment,No bed net,33.2 +Treatment,Bed net,35.1 +Control,No bed net,50.4 +Control,No bed net,44.2 +Control,No bed net,33.2 +Treatment,Bed net,55.9 +Treatment,Bed net,53.8 +Treatment,Bed net,63.1 +Treatment,No bed net,24.2 +Treatment,No bed net,40.8 +Control,No bed net,32.3 +Treatment,Bed net,40.5 +Treatment,Bed net,37.5 +Treatment,Bed net,68.1 +Control,No bed net,29.5 +Treatment,No bed net,57.8 +Treatment,Bed net,54 +Control,No bed net,47.1 +Control,No bed net,36.7 +Treatment,Bed net,54.1 +Treatment,Bed net,47 +Treatment,Bed net,64.3 +Treatment,Bed net,54.2 +Control,No bed net,28.6 +Treatment,Bed net,69.9 +Control,No bed net,31.6 +Control,No bed net,33.1 +Treatment,No bed net,37.8 +Treatment,Bed net,41.2 +Control,No bed net,45.6 +Control,No bed net,54.8 +Control,Bed net,43.3 +Control,No bed net,39.2 +Treatment,Bed net,43.8 +Treatment,Bed net,55.1 +Treatment,Bed net,43 +Control,No bed net,23.8 +Control,Bed net,44.1 +Treatment,Bed net,55.4 +Control,No bed net,41.3 +Treatment,Bed net,45.7 +Control,No bed net,42.1 +Treatment,Bed net,43.6 +Control,No bed net,37.6 +Control,No bed net,30.5 +Control,No bed net,15.2 +Treatment,No bed net,24.8 +Treatment,Bed net,46 +Treatment,No bed net,22.5 +Treatment,Bed net,46.4 +Treatment,No bed net,39.8 +Treatment,Bed net,67.6 +Control,No bed net,21.2 +Control,No bed net,49.9 +Treatment,No bed net,30.7 +Treatment,No bed net,13.4 +Control,No bed net,36.5 +Control,No bed net,42.8 +Control,No bed net,43.3 +Control,Bed net,64 +Control,No bed net,47.3 +Treatment,Bed net,50.3 +Control,Bed net,65.8 +Treatment,No bed net,62.3 +Treatment,Bed net,26.7 +Control,No bed net,31.5 +Treatment,No bed net,27.4 +Treatment,No bed net,36.2 +Treatment,Bed net,52.1 +Control,No bed net,50.4 +Control,Bed net,52.7 +Control,No bed net,49 +Control,No bed net,49.3 +Control,Bed net,52.4 +Treatment,No bed net,37.7 +Treatment,No bed net,33.2 +Control,No bed net,31.9 +Control,No bed net,26.8 +Treatment,Bed net,46.2 +Control,No bed net,42.2 +Treatment,No bed net,19.6 +Control,No bed net,33.8 +Treatment,No bed net,49.2 +Control,No bed net,37.5 +Treatment,Bed net,50.9 +Control,Bed net,53.8 +Control,No bed net,20.3 +Control,No bed net,14.5 +Control,No bed net,39.6 +Treatment,Bed net,51 +Control,No bed net,28.9 +Treatment,Bed net,66.7 +Control,No bed net,41.8 +Control,No bed net,49.5 +Treatment,Bed net,54 +Treatment,Bed net,50.5 +Treatment,Bed net,72 +Control,No bed net,14.4 +Control,Bed net,61.6 +Control,No bed net,37.4 +Treatment,Bed net,39.7 +Control,No bed net,28.2 +Control,Bed net,51.3 +Treatment,Bed net,71.9 +Control,No bed net,44.4 +Control,No bed net,56.6 +Treatment,Bed net,50.7 +Control,No bed net,47.8 +Treatment,Bed net,33.4 +Treatment,Bed net,41.5 +Treatment,No bed net,66.8 +Control,No bed net,18.8 +Control,No bed net,40.1 +Control,No bed net,19.8 +Control,No bed net,54.1 +Treatment,No bed net,35.5 +Control,No bed net,33.5 +Control,No bed net,44.6 +Treatment,Bed net,67.5 +Control,Bed net,71.2 +Control,No bed net,30.1 +Treatment,Bed net,48.8 +Control,No bed net,46.1 +Treatment,Bed net,42.2 +Control,No bed net,34.1 +Treatment,Bed net,44.1 +Control,No bed net,36 +Treatment,Bed net,53.5 +Control,No bed net,30.3 +Control,No bed net,40.6 +Control,No bed net,41.5 +Treatment,Bed net,42.5 +Treatment,Bed net,53.8 +Control,No bed net,41.9 +Treatment,Bed net,44.3 +Treatment,No bed net,55.6 +Control,No bed net,45.4 +Treatment,No bed net,17.7 +Treatment,Bed net,43.5 +Treatment,Bed net,38.6 +Treatment,Bed net,55.2 +Treatment,Bed net,61.2 +Treatment,Bed net,39.4 +Control,No bed net,29.5 +Treatment,Bed net,46.7 +Control,No bed net,20.6 +Treatment,Bed net,64 +Treatment,Bed net,64 +Treatment,No bed net,43 +Treatment,Bed net,73.6 +Control,No bed net,41.9 +Treatment,Bed net,64.5 +Control,No bed net,35.4 +Treatment,No bed net,29.2 +Control,Bed net,59.1 +Treatment,No bed net,40.3 +Control,No bed net,63.1 +Treatment,Bed net,52.4 +Treatment,No bed net,32.2 +Treatment,No bed net,34.2 +Treatment,Bed net,45 +Control,No bed net,46.8 +Treatment,Bed net,51.3 +Control,Bed net,58.4 +Treatment,No bed net,32.8 +Treatment,Bed net,55.6 +Treatment,No bed net,52.7 +Control,Bed net,75.8 +Treatment,Bed net,84.6 +Control,No bed net,43.6 +Treatment,Bed net,68.6 +Treatment,Bed net,59.3 +Control,No bed net,23.1 +Treatment,Bed net,77.8 +Treatment,Bed net,58.7 +Control,No bed net,46.3 +Treatment,Bed net,53.6 +Treatment,Bed net,79.7 +Treatment,Bed net,50.1 +Control,No bed net,28.6 +Control,No bed net,33.9 +Treatment,Bed net,81.4 +Treatment,Bed net,63.4 +Treatment,Bed net,68.2 +Treatment,Bed net,78.2 +Control,No bed net,33.3 +Control,No bed net,47.2 +Control,No bed net,31.5 +Treatment,Bed net,67.7 +Treatment,No bed net,49.1 +Treatment,No bed net,37.2 +Treatment,Bed net,64.8 +Treatment,No bed net,18.1 +Control,No bed net,27.1 +Control,No bed net,34.5 +Treatment,No bed net,39.9 +Control,No bed net,29.1 +Control,No bed net,54 +Treatment,Bed net,57.6 +Treatment,Bed net,70.3 +Control,No bed net,25.8 +Treatment,No bed net,32.7 +Treatment,No bed net,27.2 +Treatment,Bed net,43 +Treatment,No bed net,32.6 +Treatment,Bed net,88.8 +Treatment,Bed net,63.3 +Treatment,Bed net,38.7 +Control,No bed net,41.3 +Treatment,No bed net,37.7 +Control,No bed net,39.7 +Control,No bed net,25.5 +Treatment,Bed net,67.3 +Control,No bed net,21 +Treatment,No bed net,27.7 +Control,No bed net,13.7 +Control,No bed net,25.7 +Control,No bed net,38.5 +Treatment,Bed net,93.5 +Treatment,No bed net,41.4 +Control,No bed net,31.1 +Control,No bed net,29.5 +Treatment,Bed net,34.6 +Control,No bed net,38.1 +Treatment,Bed net,44.3 +Treatment,No bed net,16.1 +Treatment,Bed net,27.3 +Control,No bed net,37 +Control,No bed net,32.4 +Control,No bed net,37.9 +Treatment,Bed net,43.3 +Control,Bed net,66.3 +Control,Bed net,70.8 +Control,No bed net,14.4 +Treatment,Bed net,49.6 +Control,Bed net,68.2 +Control,No bed net,39.7 +Control,Bed net,55.9 +Treatment,No bed net,32.5 +Treatment,Bed net,76.3 +Control,No bed net,48.7 +Control,Bed net,44.7 +Treatment,Bed net,58.7 +Control,No bed net,53.1 +Treatment,No bed net,42.7 +Control,No bed net,33.8 +Control,No bed net,34.9 +Treatment,No bed net,51.9 +Treatment,Bed net,60.4 +Control,No bed net,27.5 +Control,Bed net,39.9 +Control,No bed net,54.7 +Treatment,No bed net,42.4 +Treatment,Bed net,65.7 +Treatment,Bed net,44.6 +Control,Bed net,67.3 +Control,No bed net,32.8 +Control,No bed net,47.1 +Treatment,Bed net,33.5 +Treatment,No bed net,43.7 +Treatment,No bed net,18 +Treatment,Bed net,93.7 +Control,No bed net,32.3 +Treatment,Bed net,39.6 +Control,No bed net,43.1 +Control,Bed net,42.3 +Control,No bed net,42.4 +Control,No bed net,26.2 +Treatment,Bed net,43.9 +Treatment,Bed net,63.1 +Control,No bed net,63.4 +Control,No bed net,32.8 +Control,Bed net,69.2 +Control,No bed net,34.7 +Treatment,Bed net,43.4 +Control,No bed net,45.4 +Treatment,Bed net,52.5 +Control,Bed net,54.6 +Treatment,Bed net,35.6 +Control,Bed net,51 +Treatment,No bed net,40.7 +Control,No bed net,34.1 +Treatment,Bed net,47.4 +Treatment,No bed net,19.8 +Control,Bed net,48.7 +Control,Bed net,56.6 +Treatment,Bed net,41.1 +Control,No bed net,26 +Control,No bed net,49.5 +Control,Bed net,63 +Control,No bed net,48.7 +Treatment,Bed net,66 +Control,No bed net,30.5 +Treatment,Bed net,53.3 +Control,No bed net,37.2 +Treatment,Bed net,66.7 +Treatment,Bed net,40.5 +Control,No bed net,48.2 +Treatment,No bed net,40.8 +Control,No bed net,20.5 +Treatment,Bed net,61.1 +Control,Bed net,69.4 +Control,No bed net,26 +Control,No bed net,30.5 +Treatment,Bed net,60.6 +Control,No bed net,22.3 +Treatment,No bed net,33.2 +Treatment,Bed net,32.7 +Treatment,Bed net,27.1 +Treatment,Bed net,39.4 +Treatment,Bed net,69.3 +Control,No bed net,22.5 +Treatment,Bed net,56.8 +Treatment,No bed net,38 +Control,No bed net,49.9 +Control,No bed net,44.2 +Treatment,No bed net,54 +Treatment,Bed net,57.2 +Control,Bed net,44 +Treatment,Bed net,65.5 +Control,Bed net,47.3 +Control,Bed net,71.5 +Treatment,No bed net,42.2 +Treatment,Bed net,31.4 +Control,No bed net,40.5 +Treatment,Bed net,65.6 +Treatment,Bed net,36 +Control,No bed net,39.3 +Treatment,Bed net,34.3 +Treatment,No bed net,28.7 +Treatment,No bed net,39.2 +Treatment,No bed net,45.7 +Treatment,No bed net,42.8 +Treatment,Bed net,56.9 +Treatment,Bed net,52.6 +Treatment,No bed net,41.5 +Treatment,Bed net,72.8 +Treatment,No bed net,26.6 +Control,No bed net,42.5 +Control,No bed net,18.3 +Treatment,No bed net,12.8 +Treatment,Bed net,48.4 +Treatment,No bed net,19.7 +Control,No bed net,39.5 +Control,Bed net,39.3 +Control,No bed net,29.7 +Control,No bed net,33 +Treatment,Bed net,42 +Treatment,Bed net,51.9 +Control,No bed net,34.4 +Control,Bed net,53.3 +Treatment,No bed net,29.7 +Treatment,Bed net,20.8 +Treatment,Bed net,54.9 +Control,No bed net,45.2 +Control,Bed net,47.9 +Treatment,Bed net,55.6 +Control,Bed net,40.4 +Treatment,No bed net,26.6 +Control,No bed net,44.3 +Control,Bed net,46.2 +Control,No bed net,54.1 +Control,No bed net,33.8 +Control,No bed net,34.6 +Control,Bed net,50.3 +Control,Bed net,46.7 +Treatment,No bed net,39.9 +Control,Bed net,66.4 +Control,No bed net,25.8 +Control,No bed net,30.5 +Control,No bed net,53.5 +Treatment,No bed net,41.9 +Treatment,Bed net,47.7 +Control,Bed net,44 +Control,No bed net,44.2 +Treatment,No bed net,29.4 +Treatment,No bed net,45.6 +Control,Bed net,51.9 +Treatment,Bed net,62.7 +Treatment,Bed net,31.4 +Treatment,No bed net,44.5 +Control,No bed net,38.6 +Treatment,Bed net,56.3 +Control,No bed net,49.8 +Control,No bed net,59.6 +Control,No bed net,40.4 +Control,Bed net,37 +Control,No bed net,41.4 +Treatment,No bed net,32.9 +Control,Bed net,61.4 +Treatment,Bed net,36 +Control,Bed net,51.5 +Treatment,Bed net,81.2 +Control,No bed net,34.6 +Treatment,No bed net,37.1 +Control,No bed net,20.4 +Control,No bed net,48.5 +Control,No bed net,48.6 +Treatment,Bed net,72.9 +Control,No bed net,30.4 +Treatment,No bed net,17.7 +Treatment,Bed net,54.6 +Control,No bed net,49.7 +Treatment,No bed net,35.6 +Treatment,Bed net,53.1 +Control,Bed net,63.1 +Control,No bed net,46.9 +Treatment,Bed net,31.1 +Treatment,No bed net,19.7 +Control,Bed net,59.9 +Treatment,Bed net,68.3 +Treatment,No bed net,25 +Treatment,Bed net,69.1 +Treatment,No bed net,44.4 +Control,Bed net,62.4 +Treatment,No bed net,27.2 +Control,Bed net,55 +Treatment,No bed net,28.7 +Control,No bed net,36.3 +Treatment,Bed net,44.4 +Treatment,Bed net,55.4 +Treatment,Bed net,51.8 +Treatment,No bed net,42 +Control,No bed net,39.3 +Control,No bed net,39.3 +Treatment,No bed net,11.1 +Treatment,No bed net,26.5 +Treatment,Bed net,48.6 +Treatment,No bed net,33.9 +Control,No bed net,39.5 +Treatment,No bed net,47.7 +Control,No bed net,41.2 +Treatment,Bed net,35.8 +Control,No bed net,40.2 +Treatment,No bed net,43.8 +Control,No bed net,31.5 +Treatment,Bed net,45.5 +Control,No bed net,25.2 +Treatment,No bed net,34.7 +Control,No bed net,43.1 +Treatment,Bed net,61 +Control,Bed net,51.9 +Treatment,Bed net,66 +Control,No bed net,41.1 +Control,No bed net,32.8 +Control,No bed net,18.6 +Treatment,Bed net,46.9 +Treatment,No bed net,11.2 +Control,Bed net,54.4 +Treatment,No bed net,21.5 +Control,Bed net,52.8 +Control,No bed net,35 +Treatment,Bed net,44.7 +Treatment,No bed net,28.3 +Treatment,Bed net,54.8 +Treatment,Bed net,50.1 +Treatment,Bed net,45.1 +Control,No bed net,30.4 +Control,No bed net,44.8 +Control,Bed net,53.5 +Control,Bed net,48.4 +Control,No bed net,36.5 +Treatment,No bed net,13.9 +Treatment,Bed net,64.9 +Control,No bed net,28.3 +Treatment,Bed net,41.3 +Control,No bed net,54.2 +Treatment,Bed net,54.2 +Treatment,Bed net,65.2 +Control,Bed net,73.8 +Control,No bed net,30.4 +Control,No bed net,27.3 +Treatment,No bed net,10.5 +Control,No bed net,37.6 +Treatment,Bed net,53.4 +Treatment,No bed net,33.1 +Treatment,Bed net,42.3 +Treatment,Bed net,19.6 +Control,No bed net,34.7 +Treatment,Bed net,65.1 +Control,No bed net,42.1 +Treatment,Bed net,59.8 +Treatment,No bed net,36.7 +Control,Bed net,45.4 +Control,No bed net,13.8 +Control,Bed net,57.3 +Treatment,Bed net,55.7 +Treatment,Bed net,56 +Control,No bed net,49 +Treatment,Bed net,54.6 +Control,No bed net,20.7 +Treatment,Bed net,53.6 +Treatment,No bed net,18.2 +Treatment,Bed net,78.1 +Treatment,No bed net,45.1 +Control,No bed net,19.7 +Control,Bed net,62.2 +Treatment,Bed net,47.6 +Treatment,Bed net,38.9 +Control,No bed net,41.8 +Treatment,Bed net,39.1 +Treatment,Bed net,60.5 +Control,Bed net,62.3 +Control,No bed net,43.4 +Treatment,Bed net,64.7 +Treatment,Bed net,43.8 +Control,No bed net,17.3 +Treatment,No bed net,46 +Control,No bed net,35.7 +Treatment,No bed net,37.6 +Treatment,Bed net,49.8 +Treatment,No bed net,54.8 +Control,No bed net,33.7 +Control,No bed net,40.9 +Treatment,No bed net,29.4 +Control,No bed net,29.4 +Control,Bed net,58.2 +Treatment,No bed net,24.3 +Treatment,Bed net,39.5 +Control,No bed net,32.3 +Control,No bed net,43.8 +Treatment,No bed net,17.5 +Control,No bed net,41.3 +Treatment,Bed net,28.7 +Control,No bed net,35.9 +Treatment,No bed net,50.6 +Control,No bed net,46.4 +Treatment,Bed net,60.1 +Control,No bed net,22.7 +Treatment,Bed net,58.6 +Control,No bed net,43.6 +Treatment,Bed net,84.7 +Control,No bed net,41 +Control,No bed net,55.1 +Treatment,No bed net,40.9 +Treatment,Bed net,39.4 +Control,No bed net,37.3 +Control,No bed net,29.3 +Treatment,Bed net,77.1 +Treatment,Bed net,57.8 +Treatment,Bed net,58.6 +Treatment,No bed net,41.5 +Treatment,Bed net,52.2 +Treatment,Bed net,50.3 +Treatment,No bed net,40.3 +Treatment,No bed net,15.9 +Treatment,No bed net,30.5 +Treatment,Bed net,65.3 +Treatment,Bed net,31.7 +Treatment,Bed net,69 +Treatment,No bed net,24.3 +Treatment,No bed net,37.7 +Control,No bed net,17.7 +Control,No bed net,36.3 +Treatment,No bed net,23.9 +Control,No bed net,37.1 +Treatment,No bed net,25.5 +Treatment,No bed net,59.3 +Control,No bed net,30.1 +Control,No bed net,27 +Treatment,No bed net,29.7 +Treatment,Bed net,41.1 +Treatment,Bed net,45.2 +Treatment,Bed net,59.4 +Control,No bed net,34.1 +Control,No bed net,43.1 +Treatment,Bed net,77.3 +Treatment,No bed net,41.3 +Treatment,Bed net,35.4 +Control,No bed net,23.3 +Control,No bed net,49.3 +Treatment,Bed net,74.7 +Control,No bed net,41.8 +Treatment,No bed net,14.6 +Treatment,Bed net,56.8 +Control,Bed net,57.1 +Treatment,Bed net,49.5 +Control,Bed net,56.5 +Control,No bed net,29.5 +Control,No bed net,43.6 +Control,No bed net,44.3 +Treatment,Bed net,57.2 +Control,Bed net,41.3 +Control,No bed net,39.6 +Treatment,Bed net,67.1 +Treatment,Bed net,86.4 +Control,No bed net,39.5 +Treatment,No bed net,49.6 +Treatment,Bed net,76 +Control,Bed net,65.2 +Treatment,No bed net,46.8 +Treatment,Bed net,67.6 +Treatment,No bed net,32.6 +Control,No bed net,32.1 +Treatment,No bed net,34.7 +Treatment,Bed net,52.9 +Treatment,No bed net,32.5 +Control,Bed net,65.5 +Control,No bed net,31.5 +Control,No bed net,21.9 +Control,Bed net,58 +Control,Bed net,42.4 +Treatment,Bed net,55.4 +Treatment,No bed net,24.7 +Treatment,Bed net,59.2 +Treatment,No bed net,26.5 +Control,No bed net,39.7 +Control,No bed net,25.2 +Treatment,Bed net,43.2 +Treatment,Bed net,69.8 +Control,No bed net,17.5 +Control,No bed net,18.1 +Treatment,Bed net,74.5 +Control,No bed net,41 +Control,No bed net,42.4 +Control,Bed net,55.2 +Control,No bed net,21.6 +Treatment,No bed net,28 +Control,No bed net,54.7 +Treatment,No bed net,43.4 +Control,Bed net,53.8 +Treatment,Bed net,76 +Treatment,Bed net,55.6 +Control,No bed net,48.4 +Treatment,No bed net,35.9 +Treatment,No bed net,32.6 +Control,No bed net,33.4 +Control,No bed net,43.7 +Treatment,Bed net,52.3 +Treatment,Bed net,48.7 +Treatment,Bed net,49.7 +Treatment,Bed net,57.5 +Control,Bed net,53.4 +Control,No bed net,39.6 +Control,Bed net,63.7 +Treatment,No bed net,39.8 +Control,No bed net,21.3 +Treatment,No bed net,36.9 +Control,No bed net,36.1 +Treatment,No bed net,50.4 +Treatment,No bed net,46.6 +Treatment,Bed net,63.5 +Treatment,No bed net,51.6 +Treatment,No bed net,46.2 +Control,No bed net,29.5 +Treatment,No bed net,32.1 +Control,No bed net,42.8 +Control,Bed net,63.2 +Treatment,Bed net,59.8 +Treatment,Bed net,60.2 +Control,No bed net,46.2 +Control,No bed net,41.3 +Treatment,No bed net,18.1 +Control,No bed net,21.4 +Treatment,Bed net,67.4 +Control,No bed net,28.5 +Control,No bed net,26.7 +Treatment,Bed net,54.8 +Control,No bed net,53.6 +Treatment,No bed net,38.5 +Treatment,No bed net,30.7 +Control,Bed net,42.8 +Control,No bed net,40.9 +Control,No bed net,27 +Control,No bed net,39 +Control,No bed net,28.5 +Treatment,No bed net,40.5 +Control,No bed net,43.1 +Treatment,No bed net,33.2 +Treatment,Bed net,47 +Control,Bed net,56.7 +Treatment,Bed net,33 +Control,Bed net,56.9 +Treatment,Bed net,55.2 +Treatment,Bed net,60.6 +Control,No bed net,44.9 +Control,No bed net,30 +Control,No bed net,35 +Control,No bed net,25.8 +Control,No bed net,44.2 +Treatment,Bed net,46.5 +Treatment,Bed net,41.3 +Treatment,No bed net,34.8 +Control,Bed net,51.7 +Control,Bed net,58.2 +Treatment,No bed net,42.2 +Treatment,Bed net,59.7 +Treatment,Bed net,49.1 +Treatment,No bed net,28.8 +Treatment,Bed net,28.1 +Treatment,No bed net,36.6 +Control,No bed net,43.2 +Control,Bed net,64.7 +Control,No bed net,34.5 +Control,No bed net,34.5 +Control,No bed net,41.1 +Treatment,Bed net,54.6 +Control,No bed net,46 +Control,No bed net,37.3 +Control,No bed net,21.8 +Control,Bed net,67.8 +Treatment,Bed net,47 +Control,No bed net,30.2 +Control,No bed net,42.6 +Control,No bed net,33.9 +Treatment,Bed net,37.9 +Treatment,Bed net,71.6 +Treatment,No bed net,37.4 +Treatment,Bed net,67.4 +Control,No bed net,34.4 +Treatment,Bed net,57.5 +Control,Bed net,53.4 +Control,No bed net,68.1 +Treatment,Bed net,44.8 +Control,Bed net,60.7 +Treatment,No bed net,17 +Control,No bed net,25.4 +Control,Bed net,65.4 +Control,No bed net,16 +Treatment,No bed net,43.1 +Treatment,Bed net,32.7 +Control,No bed net,36.6 +Treatment,Bed net,60.6 +Control,No bed net,22.6 +Treatment,Bed net,54 +Treatment,No bed net,21.8 +Treatment,Bed net,65.9 +Control,No bed net,31.3 +Treatment,Bed net,63.1 +Treatment,No bed net,32.6 +Treatment,Bed net,60.9 +Control,No bed net,41.8 +Control,No bed net,25.1 +Control,No bed net,32.6 +Control,No bed net,49 +Control,No bed net,46.1 +Control,No bed net,35.6 +Treatment,No bed net,29.7 +Control,Bed net,56.5 +Treatment,Bed net,53.9 +Control,No bed net,32.5 +Treatment,Bed net,74.6 +Treatment,No bed net,46.4 +Control,No bed net,45.2 +Control,No bed net,29.1 +Control,No bed net,45.3 +Control,No bed net,25.3 +Treatment,Bed net,56.9 +Control,No bed net,36.2 +Control,Bed net,65 +Control,No bed net,44.4 +Treatment,Bed net,38.8 +Control,No bed net,33.8 +Treatment,Bed net,71.4 +Treatment,Bed net,52.9 +Treatment,No bed net,27.8 +Treatment,Bed net,53.1 +Control,No bed net,43.7 +Treatment,No bed net,46.5 +Control,No bed net,40.4 +Control,No bed net,32.4 +Treatment,Bed net,58 +Treatment,No bed net,32.2 +Control,Bed net,55.9 +Treatment,Bed net,51.6 +Control,No bed net,38.5 +Treatment,Bed net,51.2 +Treatment,Bed net,35.7 +Control,Bed net,57.3 +Treatment,No bed net,11.2 +Control,Bed net,48.2 +Control,No bed net,43 +Treatment,Bed net,24.6 +Treatment,Bed net,49 +Treatment,Bed net,54 +Control,No bed net,44.8 +Treatment,Bed net,64.2 +Control,No bed net,41.5 +Treatment,No bed net,14.5 +Treatment,Bed net,39.1 +Control,No bed net,52.2 +Treatment,Bed net,63.5 +Control,No bed net,49.1 +Control,No bed net,34.7 +Control,No bed net,43 +Control,No bed net,43.2 +Treatment,Bed net,65.4 +Treatment,Bed net,65.7 +Control,No bed net,31.8 +Treatment,Bed net,61.1 +Control,No bed net,56 +Control,No bed net,35.6 +Treatment,Bed net,70.1 +Treatment,No bed net,38.4 +Control,No bed net,9.2 +Control,Bed net,47.5 +Treatment,Bed net,58.9 +Treatment,No bed net,31.6 +Treatment,Bed net,79.8 +Control,No bed net,34.9 +Control,No bed net,29.2 +Control,No bed net,12.7 +Control,No bed net,47.6 +Control,No bed net,27.5 +Treatment,Bed net,56.5 +Control,No bed net,27.8 +Treatment,No bed net,36.2 +Treatment,No bed net,34.6 +Control,No bed net,36.8 +Treatment,Bed net,67.2 +Control,No bed net,36.6 +Treatment,Bed net,53.7 +Control,Bed net,66.6 +Control,No bed net,38.5 +Treatment,No bed net,52.2 +Treatment,No bed net,49.6 +Treatment,Bed net,44.8 +Control,No bed net,45.6 +Control,No bed net,46.7 +Treatment,Bed net,41.1 +Treatment,No bed net,22.3 +Treatment,No bed net,72.2 +Control,No bed net,39.7 +Treatment,No bed net,67.4 +Control,No bed net,26.4 +Control,No bed net,48.2 +Control,No bed net,41.1 +Control,Bed net,45.2 +Control,No bed net,39.5 +Control,No bed net,57.9 +Control,No bed net,69.6 +Treatment,Bed net,25.9 +Treatment,No bed net,36.4 +Treatment,No bed net,37.1 +Treatment,No bed net,13.7 +Treatment,No bed net,26.1 +Control,No bed net,17.1 +Control,No bed net,50.8 +Treatment,Bed net,39.8 +Control,No bed net,49.4 +Treatment,Bed net,43.7 +Treatment,No bed net,47.7 +Control,No bed net,41.7 +Control,Bed net,51 +Treatment,No bed net,22.5 +Control,Bed net,83 +Treatment,Bed net,56.6 +Control,No bed net,23 +Treatment,Bed net,25.5 +Treatment,No bed net,51.8 +Control,No bed net,49.4 +Treatment,Bed net,27.3 +Control,No bed net,19.2 +Treatment,Bed net,47.5 +Control,No bed net,53 +Treatment,Bed net,36.9 +Control,No bed net,39.5 +Treatment,No bed net,43.1 +Control,No bed net,39.5 +Treatment,No bed net,26.6 +Control,Bed net,56.1 +Control,No bed net,30.7 +Treatment,No bed net,47.8 +Control,No bed net,62.9 +Control,No bed net,46.7 +Treatment,No bed net,29.2 +Treatment,Bed net,47.6 +Treatment,No bed net,37.3 +Control,No bed net,43.5 +Control,Bed net,58.5 +Treatment,Bed net,93 +Control,No bed net,41 +Treatment,No bed net,24.9 +Control,Bed net,56 +Control,No bed net,42.1 +Treatment,Bed net,43.2 +Control,No bed net,38 +Control,No bed net,20.4 +Control,No bed net,56.3 +Control,No bed net,37.1 +Treatment,No bed net,31.3 +Treatment,No bed net,42.9 +Treatment,Bed net,31.4 +Treatment,No bed net,32.7 +Control,No bed net,27.9 +Treatment,No bed net,42.9 +Control,No bed net,23.3 +Control,No bed net,37.8 +Control,No bed net,33.9 +Control,No bed net,31.9 +Treatment,No bed net,44.1 +Control,Bed net,48.7 +Control,No bed net,34.4 +Control,No bed net,42.3 +Control,No bed net,46.9 +Treatment,Bed net,52.1 +Control,No bed net,44.7 +Control,No bed net,38.8 +Control,No bed net,29.8 +Treatment,Bed net,63.1 +Treatment,No bed net,37 +Treatment,No bed net,36.1 +Treatment,No bed net,19.1 +Control,No bed net,36 +Control,Bed net,60.6 +Control,Bed net,38.4 +Control,No bed net,45.3 +Treatment,No bed net,29.1 +Control,No bed net,28 +Control,No bed net,49.6 +Treatment,Bed net,48.4 +Control,No bed net,31.6 +Treatment,Bed net,25.2 +Control,Bed net,44 +Treatment,Bed net,63.4 +Treatment,No bed net,46.5 +Treatment,Bed net,56.1 +Control,No bed net,35.3 +Treatment,Bed net,47.9 +Control,No bed net,49.1 +Control,No bed net,36 +Control,No bed net,36.9 +Treatment,No bed net,28.1 +Control,No bed net,37.9 +Treatment,Bed net,26.9 +Treatment,No bed net,20.9 +Treatment,No bed net,29.4 +Control,No bed net,30.1 +Control,No bed net,45.4 +Control,No bed net,43.5 +Control,No bed net,35.6 +Treatment,No bed net,36.3 +Control,No bed net,47.3 +Control,No bed net,11.8 +Control,No bed net,43.6 +Control,Bed net,44.8 +Treatment,Bed net,51.7 +Control,Bed net,57.8 +Control,No bed net,40.9 +Control,No bed net,30.5 +Treatment,Bed net,40 +Control,No bed net,41 +Treatment,Bed net,58.2 +Treatment,No bed net,49.3 +Control,Bed net,78.3 +Treatment,Bed net,56.4 +Control,No bed net,25.9 +Treatment,Bed net,42.7 +Control,Bed net,60.8 +Control,No bed net,16.5 +Treatment,No bed net,24.1 +Control,Bed net,52.2 +Treatment,Bed net,55 +Control,No bed net,25.4 +Treatment,Bed net,49.3 +Treatment,Bed net,48 +Control,No bed net,44.5 +Treatment,No bed net,15.6 +Control,No bed net,35.4 +Treatment,Bed net,30.4 +Control,No bed net,38.2 +Treatment,No bed net,52.7 +Treatment,Bed net,49.4 +Treatment,Bed net,34.8 +Treatment,Bed net,41.2 +Control,Bed net,50.8 +Control,No bed net,24.3 +Control,No bed net,32.3 +Control,No bed net,24 +Control,No bed net,28.8 +Control,Bed net,51.3 +Treatment,No bed net,28.1 +Treatment,Bed net,51.8 +Treatment,Bed net,54.3 +Treatment,No bed net,31.6 +Control,No bed net,31.7 +Treatment,Bed net,39 +Control,No bed net,18.2 +Treatment,Bed net,35.7 +Control,No bed net,31 +Treatment,Bed net,63.8 +Treatment,No bed net,60.8 +Control,No bed net,45.8 +Treatment,Bed net,60.8 +Treatment,No bed net,49.4 +Control,No bed net,26 +Control,Bed net,48.7 +Control,No bed net,26.8 +Control,No bed net,35.4 +Control,Bed net,43.7 +Control,Bed net,72.3 +Treatment,Bed net,44.4 +Treatment,Bed net,66.9 +Control,Bed net,56.2 +Control,No bed net,18.2 +Treatment,Bed net,49.3 +Control,No bed net,42.5 +Treatment,Bed net,63.3 +Control,No bed net,41.7 +Control,No bed net,42.8 +Control,No bed net,53.2 +Control,No bed net,38.5 +Treatment,Bed net,56.3 +Treatment,Bed net,56.9 +Treatment,Bed net,38.4 +Treatment,Bed net,55.4 +Treatment,Bed net,44.3 +Treatment,Bed net,27.3 +Control,Bed net,52.5 +Control,Bed net,66.5 +Treatment,Bed net,49 +Control,No bed net,31.3 +Treatment,No bed net,41.3 +Control,No bed net,45.3 +Control,No bed net,40.1 +Treatment,No bed net,42.1 +Control,No bed net,26.2 +Treatment,No bed net,25.7 +Treatment,Bed net,34 +Control,No bed net,17 +Treatment,No bed net,24.9 +Treatment,No bed net,16.6 +Treatment,Bed net,45.7 +Treatment,Bed net,57.7 +Treatment,Bed net,58 +Treatment,Bed net,48 +Control,No bed net,50.1 +Treatment,Bed net,80 +Control,No bed net,28.2 +Control,No bed net,39.6 +Control,No bed net,55 +Treatment,Bed net,60.6 +Control,No bed net,42.3 +Treatment,No bed net,41.2 +Control,No bed net,44.7 +Control,Bed net,61 +Control,No bed net,34.8 +Treatment,No bed net,34.6 +Treatment,Bed net,67.9 +Control,No bed net,47 +Treatment,Bed net,65.9 +Treatment,Bed net,68.7 +Control,Bed net,37.4 +Control,No bed net,45.8 +Control,No bed net,57.3 +Control,No bed net,32.9 +Control,No bed net,53.8 +Control,Bed net,54.4 +Control,No bed net,40.6 +Treatment,No bed net,42.8 +Treatment,No bed net,30.8 +Treatment,Bed net,50.1 +Treatment,Bed net,42.1 +Control,No bed net,36.8 +Control,No bed net,41.7 +Control,No bed net,46.1 +Treatment,No bed net,34.4 +Control,No bed net,37.5 +Control,No bed net,35.6 +Control,No bed net,25.6 +Control,No bed net,26.5 +Treatment,Bed net,63.5 +Control,No bed net,55.7 +Treatment,No bed net,36.8 +Treatment,No bed net,62.8 +Treatment,No bed net,24.8 +Control,Bed net,64.1 +Treatment,Bed net,43.9 +Control,No bed net,33.2 +Control,No bed net,46.1 +Control,Bed net,78.7 +Treatment,Bed net,64.8 +Treatment,Bed net,64.4 +Control,No bed net,35.7 +Control,No bed net,26.5 +Control,Bed net,61.3 +Treatment,No bed net,48.8 +Treatment,No bed net,47.6 +Treatment,No bed net,48.5 +Control,No bed net,33.5 +Control,No bed net,45.3 +Treatment,Bed net,55.8 +Control,No bed net,54.2 +Treatment,Bed net,89.1 +Treatment,Bed net,62 +Treatment,Bed net,28.7 +Control,No bed net,37.8 +Control,No bed net,32.8 +Treatment,No bed net,44.8 +Treatment,Bed net,62.9 +Control,No bed net,39.9 +Treatment,Bed net,58.6 +Control,No bed net,36.7 +Treatment,No bed net,22.5 +Treatment,Bed net,72.8 +Treatment,No bed net,40.9 +Control,No bed net,49.5 +Control,No bed net,29.6 +Control,No bed net,33.5 +Control,No bed net,28 +Treatment,No bed net,43 +Control,Bed net,67.6 +Control,No bed net,39.5 +Treatment,Bed net,64.5 +Control,No bed net,33.6 +Control,Bed net,57.9 +Treatment,Bed net,39.5 +Control,No bed net,46.8 +Control,No bed net,57.5 +Control,No bed net,28.7 +Control,No bed net,49.4 +Control,Bed net,53.2 +Treatment,Bed net,49.5 +Treatment,Bed net,59.7 +Treatment,Bed net,63.6 +Treatment,No bed net,43.5 +Control,Bed net,71.3 +Treatment,No bed net,23 +Control,No bed net,43 +Treatment,Bed net,43.5 +Control,No bed net,22 +Treatment,Bed net,45.4 +Control,Bed net,46.3 +Control,No bed net,37.7 +Treatment,No bed net,30.3 +Treatment,No bed net,46.4 +Control,No bed net,53.1 +Control,No bed net,33.5 +Control,Bed net,47.4 +Treatment,Bed net,64.7 +Control,No bed net,40.1 +Control,No bed net,36.1 +Treatment,Bed net,53.6 +Control,Bed net,55.4 +Control,No bed net,50.4 +Control,Bed net,60.3 +Control,No bed net,36.8 +Control,No bed net,37.5 +Treatment,No bed net,43.4 +Control,No bed net,26 +Control,No bed net,29.3 +Treatment,No bed net,48.6 +Treatment,Bed net,50.6 +Control,No bed net,34.2 +Treatment,No bed net,48.3 +Treatment,Bed net,53.7 +Treatment,Bed net,45.1 +Treatment,No bed net,34.9 +Treatment,No bed net,20.7 +Control,No bed net,31.3 +Control,Bed net,53.5 +Control,No bed net,37.1 +Treatment,Bed net,65 +Treatment,Bed net,57 +Control,No bed net,45.5 +Treatment,Bed net,58.8 +Control,No bed net,39.6 +Control,No bed net,33.6 +Control,No bed net,35 +Control,No bed net,28.9 +Treatment,No bed net,26.5 +Treatment,Bed net,57.7 +Control,No bed net,23.7 +Treatment,No bed net,41.3 +Treatment,Bed net,54.8 +Control,No bed net,39.8 +Treatment,Bed net,46.9 +Control,Bed net,47.8 +Treatment,Bed net,64.4 +Control,No bed net,23.7 +Treatment,No bed net,27.3 +Control,No bed net,41.1 +Control,No bed net,26.8 +Treatment,Bed net,51.8 +Treatment,Bed net,28.7 +Control,No bed net,45.7 +Control,No bed net,43.9 +Treatment,No bed net,53 +Control,No bed net,28 +Control,No bed net,38.8 +Control,No bed net,43.7 +Control,No bed net,21.7 +Control,No bed net,29.2 +Control,No bed net,45.4 +Control,No bed net,46.1 +Control,No bed net,41.7 +Control,No bed net,40.6 +Control,No bed net,51.9 +Control,No bed net,32.3 +Control,No bed net,37.3 +Treatment,Bed net,53.2 +Treatment,Bed net,65.6 +Control,Bed net,42.5 +Treatment,Bed net,57.5 +Control,Bed net,49 +Control,No bed net,29.6 +Control,No bed net,34.9 +Control,No bed net,49 +Control,No bed net,28.8 +Control,No bed net,20.7 +Treatment,No bed net,48.4 +Treatment,Bed net,66 +Control,Bed net,62.9 +Treatment,Bed net,53.9 +Treatment,No bed net,48.4 +Control,No bed net,30.2 +Control,No bed net,36.6 +Treatment,No bed net,36.6 +Treatment,Bed net,61.6 +Control,No bed net,45.2 +Treatment,Bed net,44.1 +Treatment,Bed net,51.2 +Control,No bed net,32.2 +Control,No bed net,56.6 +Control,Bed net,50.4 +Treatment,Bed net,69 +Treatment,No bed net,25.8 +Treatment,No bed net,34.1 +Control,No bed net,41.6 +Control,Bed net,54.9 +Control,No bed net,47.7 +Treatment,No bed net,6.2 +Treatment,Bed net,40.4 +Control,No bed net,43.7 +Treatment,Bed net,54.8 +Treatment,Bed net,65 +Control,No bed net,28 +Treatment,No bed net,38.7 +Treatment,Bed net,54.6 +Treatment,Bed net,57.9 +Treatment,Bed net,41.5 +Control,No bed net,29.7 +Control,No bed net,36.6 +Treatment,Bed net,56.8 +Control,Bed net,59.6 +Control,No bed net,36.2 +Control,No bed net,39.3 +Control,Bed net,46 +Treatment,No bed net,18.8 +Control,No bed net,34.6 +Treatment,Bed net,46.1 +Control,No bed net,29 +Treatment,No bed net,44.9 +Treatment,Bed net,44.7 +Control,No bed net,43.2 +Treatment,No bed net,58.4 +Treatment,Bed net,70 +Treatment,Bed net,81.7 +Control,No bed net,58.3 +Control,No bed net,18 +Treatment,Bed net,61.1 +Control,No bed net,37 +Control,No bed net,46.1 +Control,No bed net,19 +Treatment,No bed net,40.3 +Treatment,Bed net,55.7 +Treatment,Bed net,45.8 +Treatment,Bed net,49.2 +Treatment,Bed net,60 +Treatment,No bed net,47.8 +Treatment,Bed net,59.1 +Control,No bed net,41.6 +Control,No bed net,43.9 +Treatment,Bed net,48.5 +Control,No bed net,39.3 +Treatment,No bed net,37.6 +Control,No bed net,33.6 +Treatment,No bed net,37.3 +Treatment,Bed net,53.3 +Treatment,No bed net,26.9 +Treatment,Bed net,72.6 +Treatment,No bed net,42.6 +Treatment,No bed net,60.6 +Control,No bed net,49 +Treatment,Bed net,72 +Control,No bed net,52 +Treatment,Bed net,64.3 +Treatment,No bed net,57.4 +Treatment,Bed net,26.5 +Treatment,No bed net,19.9 +Treatment,Bed net,74.2 +Control,No bed net,43.3 +Control,No bed net,33.4 +Treatment,Bed net,45.9 +Treatment,No bed net,36.9 +Treatment,Bed net,64.8 +Control,No bed net,27.9 +Treatment,No bed net,44.6 +Treatment,Bed net,36.7 +Control,No bed net,35 +Control,Bed net,61.2 +Treatment,No bed net,15.9 +Treatment,No bed net,49 +Control,No bed net,58.2 +Treatment,No bed net,25.1 +Control,No bed net,40.2 +Control,No bed net,33.8 +Control,No bed net,23.7 +Treatment,Bed net,56.3 +Control,No bed net,27.8 +Treatment,Bed net,41.6 +Treatment,Bed net,50.6 +Control,No bed net,45.5 +Treatment,No bed net,44.1 +Treatment,No bed net,31.4 +Control,No bed net,35.8 +Treatment,No bed net,33.8 +Treatment,No bed net,29.9 +Treatment,Bed net,60.2 +Treatment,Bed net,42.6 +Control,No bed net,33.6 +Control,Bed net,54.9 +Control,No bed net,35.2 +Control,No bed net,27 +Treatment,No bed net,25.1 +Control,Bed net,71.7 +Control,No bed net,39.1 +Control,No bed net,37.9 +Treatment,Bed net,50 +Control,No bed net,45.3 +Treatment,Bed net,51.5 +Treatment,No bed net,28.6 +Control,Bed net,52.6 +Control,No bed net,41.5 +Treatment,No bed net,51.4 +Control,No bed net,54.8 +Control,No bed net,40.7 +Treatment,Bed net,58.8 +Control,No bed net,43.3 +Control,Bed net,36.9 +Control,No bed net,22.9 +Treatment,Bed net,27.8 +Control,No bed net,27.9 +Treatment,Bed net,68.7 +Control,No bed net,28 +Control,No bed net,60.4 +Treatment,Bed net,46.2 +Treatment,No bed net,31 +Treatment,Bed net,27.2 +Treatment,Bed net,53 +Control,No bed net,51.2 +Control,No bed net,71.1 +Control,No bed net,22 +Treatment,No bed net,48.3 +Control,No bed net,34.9 +Control,No bed net,65.9 +Treatment,Bed net,55.5 +Control,No bed net,31.4 +Control,No bed net,38.6 +Control,No bed net,29.4 +Control,No bed net,35.7 +Control,No bed net,39.2 +Control,No bed net,31.9 +Control,Bed net,50.7 +Treatment,No bed net,45.3 +Treatment,Bed net,67 +Control,No bed net,14.9 +Treatment,No bed net,37.6 +Treatment,Bed net,44 +Control,No bed net,39.9 +Treatment,Bed net,66.5 +Control,Bed net,30.9 +Control,No bed net,39.7 +Control,No bed net,19.4 +Treatment,Bed net,70.4 +Control,Bed net,53.2 +Control,No bed net,35.7 +Treatment,Bed net,65.6 +Treatment,No bed net,26.4 +Treatment,Bed net,34.1 +Treatment,No bed net,51.3 +Treatment,No bed net,20.5 +Control,Bed net,55 +Treatment,No bed net,32.5 +Control,No bed net,42.2 +Control,Bed net,37.5 +Treatment,Bed net,27.5 +Control,Bed net,75.3 +Control,Bed net,65.2 +Control,No bed net,51.7 +Control,Bed net,72.2 +Treatment,Bed net,92.3 +Treatment,Bed net,42.3 +Treatment,No bed net,61.2 +Control,No bed net,46.4 +Treatment,Bed net,53.8 +Treatment,No bed net,53.7 +Treatment,Bed net,43.9 +Treatment,Bed net,46.8 +Control,Bed net,50.4 +Treatment,Bed net,57 +Control,No bed net,38.9 +Treatment,Bed net,41 +Treatment,Bed net,51.7 +Control,No bed net,34.3 +Control,No bed net,43.4 +Treatment,Bed net,36.9 +Treatment,No bed net,35.7 +Treatment,Bed net,72.4 +Control,No bed net,14.2 +Treatment,Bed net,70.3 +Treatment,Bed net,58.4 +Treatment,Bed net,57.7 +Control,No bed net,28.2 +Treatment,Bed net,38.4 +Control,No bed net,41 +Treatment,No bed net,10.8 +Treatment,No bed net,37.3 +Control,No bed net,25.8 +Control,No bed net,35.4 +Control,No bed net,52.5 +Control,No bed net,46.7 +Control,No bed net,55 +Control,No bed net,50.3 +Control,No bed net,42.3 +Treatment,No bed net,47.9 +Treatment,Bed net,44.1 +Control,No bed net,33.9 +Control,No bed net,61.8 +Control,No bed net,38.7 +Treatment,No bed net,24.5 +Control,No bed net,59.3 +Control,No bed net,28.3 +Control,No bed net,27.1 +Control,No bed net,32.9 +Control,No bed net,22.5 +Control,Bed net,63.8 +Treatment,No bed net,29.5 +Treatment,No bed net,44.1 +Treatment,No bed net,35.3 +Treatment,Bed net,57.5 +Treatment,Bed net,73.2 +Treatment,Bed net,17.2 +Control,No bed net,32.8 +Treatment,No bed net,36 +Control,No bed net,32 +Treatment,Bed net,52.1 +Control,No bed net,49.9 +Treatment,No bed net,55.6 +Control,No bed net,51 +Control,No bed net,50 +Treatment,Bed net,41.1 +Control,No bed net,39.3 +Control,No bed net,19.7 +Control,No bed net,41.9 +Control,No bed net,40.1 +Control,No bed net,27.8 +Control,No bed net,34.3 +Treatment,Bed net,57.7 +Control,No bed net,35.3 +Control,No bed net,32.6 +Treatment,No bed net,35.4 +Control,No bed net,37 +Control,No bed net,44.4 +Control,No bed net,26.9 +Treatment,No bed net,27.4 +Treatment,No bed net,32.9 +Control,No bed net,49.5 +Treatment,Bed net,72.7 +Control,No bed net,37.5 +Control,No bed net,52.8 +Control,No bed net,39.9 +Treatment,Bed net,44 +Control,Bed net,36.6 +Control,No bed net,29.5 +Treatment,Bed net,45.3 +Control,No bed net,41.7 +Control,No bed net,39.9 +Control,Bed net,55.4 +Control,No bed net,30.2 +Control,No bed net,41.1 +Control,No bed net,33.1 +Treatment,No bed net,14.7 +Treatment,No bed net,24.6 +Treatment,Bed net,57.3 +Control,Bed net,60.1 +Control,No bed net,38.2 +Control,No bed net,31 +Control,No bed net,49.1 +Treatment,Bed net,61.2 +Treatment,Bed net,42.1 +Control,No bed net,39.5 +Treatment,Bed net,54.8 +Treatment,Bed net,47.8 +Treatment,Bed net,60.6 +Treatment,Bed net,83.4 +Treatment,Bed net,48.9 +Control,No bed net,29.4 +Treatment,No bed net,41 +Treatment,Bed net,44.2 +Treatment,No bed net,34.1 +Control,No bed net,54 +Treatment,No bed net,63.6 +Treatment,No bed net,37.5 +Treatment,No bed net,37.6 +Control,No bed net,42.2 +Treatment,Bed net,71.8 +Control,No bed net,30.8 +Treatment,Bed net,63 +Control,No bed net,36.5 +Control,Bed net,67.4 +Treatment,No bed net,57 +Treatment,No bed net,41 +Control,No bed net,43.3 +Treatment,Bed net,37.5 +Treatment,Bed net,59.6 +Control,Bed net,48.9 +Control,No bed net,41.8 +Treatment,Bed net,58.5 +Treatment,Bed net,53.8 +Control,No bed net,36 +Treatment,Bed net,59.1 +Treatment,Bed net,49.5 +Control,No bed net,37.5 +Control,No bed net,34.5 +Treatment,Bed net,62.8 +Treatment,Bed net,64.8 +Treatment,No bed net,31.9 +Control,No bed net,43.1 +Treatment,Bed net,51.6 +Treatment,Bed net,45.3 +Treatment,No bed net,39.3 +Control,No bed net,57.4 +Control,No bed net,43.9 +Treatment,Bed net,36.6 +Treatment,Bed net,73.2 +Control,Bed net,65.4 +Treatment,No bed net,46.7 +Treatment,Bed net,70.7 +Control,No bed net,35.7 +Treatment,No bed net,31.6 +Treatment,Bed net,52.8 +Treatment,No bed net,49.6 +Treatment,No bed net,35.2 +Treatment,No bed net,37.8 +Control,No bed net,54.9 +Control,No bed net,32.3 +Treatment,No bed net,47.3 +Control,No bed net,14.1 +Control,Bed net,52.7 +Control,Bed net,59.1 +Treatment,Bed net,47 +Treatment,Bed net,47.9 +Treatment,Bed net,79.2 +Treatment,Bed net,87.3 +Treatment,No bed net,40.5 +Control,No bed net,36.6 +Control,Bed net,61.8 +Control,No bed net,31 +Treatment,Bed net,53.9 +Treatment,Bed net,42.6 +Treatment,Bed net,73.4 +Treatment,No bed net,44.1 +Treatment,No bed net,31.6 +Control,No bed net,39.9 +Treatment,Bed net,55.5 +Treatment,No bed net,36.5 +Control,No bed net,19.6 +Treatment,No bed net,57.1 +Treatment,No bed net,62.8 +Treatment,No bed net,28.8 +Treatment,No bed net,46.2 +Control,Bed net,38.4 +Treatment,Bed net,47.4 +Control,No bed net,51.6 +Treatment,Bed net,100 +Control,No bed net,49.3 +Control,No bed net,62 +Control,No bed net,43.9 +Control,No bed net,45.2 +Control,No bed net,45.2 +Treatment,No bed net,41.4 +Treatment,No bed net,24 +Control,No bed net,52.3 +Control,No bed net,46.8 +Treatment,No bed net,39.8 +Treatment,Bed net,46.7 +Control,No bed net,31.4 +Treatment,No bed net,29.1 +Treatment,Bed net,60.2 +Control,No bed net,39.4 +Control,No bed net,31.3 +Treatment,Bed net,71.3 +Control,No bed net,52.8 +Treatment,Bed net,48.4 +Control,No bed net,40.4 +Treatment,No bed net,24.7 +Control,No bed net,48 +Treatment,No bed net,41.5 +Control,Bed net,38.3 +Control,No bed net,44.7 +Control,Bed net,48.1 +Treatment,Bed net,45.8 +Control,Bed net,43.9 +Control,No bed net,40.6 +Treatment,Bed net,53.3 +Control,No bed net,45.9 +Control,No bed net,44.6 +Control,No bed net,25.5 +Treatment,Bed net,38.2 +Treatment,Bed net,56.6 +Treatment,No bed net,51.4 +Treatment,No bed net,39 +Control,No bed net,30.4 +Treatment,Bed net,47 +Treatment,Bed net,40.6 +Control,Bed net,48.5 +Treatment,Bed net,57.5 +Control,No bed net,41.9 +Control,No bed net,34.6 +Control,Bed net,33.2 +Control,No bed net,43.5 +Control,No bed net,33.4 +Control,No bed net,41.9 +Control,No bed net,41.7 +Treatment,No bed net,27.6 +Treatment,No bed net,37 +Treatment,No bed net,33.7 +Treatment,No bed net,50.3 +Control,No bed net,34.9 +Control,No bed net,39.4 +Treatment,No bed net,41.3 +Control,No bed net,33.9 +Treatment,Bed net,44.7 +Control,No bed net,7.7 +Treatment,Bed net,60.8 +Control,No bed net,35 +Treatment,Bed net,52 +Treatment,Bed net,51.1 +Treatment,Bed net,52.5 +Control,No bed net,22.6 +Control,No bed net,37.2 +Control,No bed net,34.8 +Treatment,Bed net,45.2 +Treatment,No bed net,40.9 +Treatment,Bed net,52.8 +Treatment,Bed net,55.9 +Treatment,Bed net,52.6 +Control,No bed net,46 +Control,Bed net,71.5 +Control,No bed net,30.7 +Control,No bed net,56.6 +Treatment,No bed net,41 +Control,No bed net,38.1 +Control,No bed net,29.5 +Control,No bed net,43.4 +Treatment,Bed net,59 +Treatment,No bed net,15.3 +Treatment,Bed net,53.8 +Control,No bed net,43.1 +Treatment,Bed net,72.6 +Control,Bed net,53.6 +Control,No bed net,44.1 +Treatment,No bed net,39.3 +Control,No bed net,39.4 +Treatment,No bed net,35.2 +Treatment,Bed net,31.5 +Treatment,No bed net,39.2 +Treatment,Bed net,55.7 +Control,Bed net,43.5 +Control,No bed net,49.9 +Treatment,No bed net,46.8 +Control,No bed net,50.6 +Treatment,Bed net,44.8 +Treatment,Bed net,80.7 +Treatment,Bed net,47 +Control,No bed net,41.7 +Control,No bed net,37.6 +Treatment,No bed net,25.1 +Treatment,No bed net,23.2 +Control,No bed net,52.2 +Treatment,No bed net,33.7 +Control,No bed net,37.9 +Control,No bed net,30.2 +Treatment,Bed net,72.9 +Treatment,No bed net,35.3 +Treatment,Bed net,63.4 +Control,No bed net,29.8 +Control,No bed net,41.2 +Treatment,Bed net,39.2 +Control,Bed net,59.9 +Control,No bed net,12.6 +Control,No bed net,21.2 +Treatment,Bed net,51.7 +Treatment,No bed net,32.9 +Control,No bed net,42.6 +Treatment,No bed net,15.5 +Treatment,Bed net,51.6 +Control,No bed net,30.6 +Control,No bed net,41.4 +Treatment,Bed net,26.2 +Control,No bed net,27.5 +Control,Bed net,44.6 +Treatment,Bed net,40.5 +Treatment,Bed net,58.8 +Control,Bed net,57.4 +Treatment,Bed net,67.5 +Treatment,No bed net,37.8 +Control,No bed net,42.8 +Treatment,Bed net,50 +Control,No bed net,36.2 +Control,Bed net,36.7 +Control,No bed net,28.8 +Control,Bed net,65.8 +Control,No bed net,23.6 +Control,Bed net,62.8 +Treatment,Bed net,70.7 +Treatment,Bed net,47 +Treatment,Bed net,49.3 +Treatment,Bed net,77.7 +Treatment,Bed net,58.9 +Treatment,No bed net,37.9 +Treatment,No bed net,15.6 +Control,No bed net,23.3 +Control,Bed net,75.3 +Control,No bed net,43.7 +Treatment,Bed net,61.1 +Treatment,Bed net,63.7 +Treatment,No bed net,35.2 +Treatment,No bed net,37.6 +Treatment,Bed net,52 +Control,No bed net,30.5 +Treatment,Bed net,60.1 +Control,No bed net,53.4 +Treatment,Bed net,53.5 +Control,No bed net,44.2 +Control,No bed net,42.8 +Treatment,Bed net,55.3 +Control,No bed net,31.6 +Control,No bed net,41.5 diff --git a/docs/files/data/generated_data/bed_nets_time_machine.csv b/docs/files/data/generated_data/bed_nets_time_machine.csv new file mode 100644 index 00000000..98274a14 --- /dev/null +++ b/docs/files/data/generated_data/bed_nets_time_machine.csv @@ -0,0 +1,2001 @@ +status,treatment,bed_net_0,bed_net_1,health_0,health_1,bed_net,health +Never taker,Control,0,0,24.6,14.4,No bed net,24.6 +Complier,Control,0,1,36.4,39.6,No bed net,36.4 +Complier,Treatment,0,1,29.7,49.1,Bed net,49.1 +Complier,Treatment,0,1,38.1,47,Bed net,47 +Always taker,Control,1,1,39.4,58.6,Bed net,58.6 +Complier,Treatment,0,1,39.3,63.9,Bed net,63.9 +Never taker,Treatment,0,0,34.5,10.8,No bed net,34.5 +Never taker,Control,0,0,19.4,34.4,No bed net,19.4 +Complier,Treatment,0,1,53.3,36.6,Bed net,36.6 +Complier,Control,0,1,37.4,48.2,No bed net,37.4 +Complier,Control,0,1,48.1,64.2,No bed net,48.1 +Complier,Treatment,0,1,37,50.7,Bed net,50.7 +Never taker,Treatment,0,0,44.2,47.5,No bed net,44.2 +Always taker,Control,1,1,61.3,57,Bed net,57 +Never taker,Control,0,0,10.4,30.5,No bed net,10.4 +Always taker,Control,1,1,66,49.4,Bed net,49.4 +Never taker,Control,0,0,22.7,49.3,No bed net,22.7 +Never taker,Treatment,0,0,24.2,40,No bed net,24.2 +Never taker,Treatment,0,0,22.7,45.1,No bed net,22.7 +Never taker,Control,0,0,28.9,43.2,No bed net,28.9 +Never taker,Treatment,0,0,28.3,29.8,No bed net,28.3 +Never taker,Treatment,0,0,28,47.9,No bed net,28 +Never taker,Treatment,0,0,24.4,48.8,No bed net,24.4 +Never taker,Control,0,0,53.2,40.9,No bed net,53.2 +Never taker,Control,0,0,47.4,49.2,No bed net,47.4 +Always taker,Treatment,1,1,58.8,50.7,Bed net,50.7 +Complier,Control,0,1,41.7,36,No bed net,41.7 +Always taker,Control,1,1,57.9,66.1,Bed net,66.1 +Always taker,Treatment,1,1,65.5,59.2,Bed net,59.2 +Never taker,Control,0,0,35.6,35.9,No bed net,35.6 +Complier,Treatment,0,1,41.5,59.3,Bed net,59.3 +Never taker,Treatment,0,0,52.6,24.6,No bed net,52.6 +Never taker,Control,0,0,23.8,37.6,No bed net,23.8 +Complier,Control,0,1,33.4,27.1,No bed net,33.4 +Never taker,Control,0,0,44.6,19.3,No bed net,44.6 +Complier,Control,0,1,48.5,59.7,No bed net,48.5 +Never taker,Control,0,0,65.6,45.1,No bed net,65.6 +Never taker,Control,0,0,34,18.7,No bed net,34 +Always taker,Control,1,1,63.7,58.6,Bed net,58.6 +Always taker,Treatment,1,1,41.7,51.5,Bed net,51.5 +Complier,Treatment,0,1,45.1,28.4,Bed net,28.4 +Complier,Treatment,0,1,38.6,64.5,Bed net,64.5 +Never taker,Control,0,0,31.2,11,No bed net,31.2 +Complier,Treatment,0,1,33.2,56.1,Bed net,56.1 +Never taker,Control,0,0,52.5,9.9,No bed net,52.5 +Complier,Treatment,0,1,45.5,48.8,Bed net,48.8 +Complier,Control,0,1,30.9,48.7,No bed net,30.9 +Complier,Control,0,1,46.8,41.8,No bed net,46.8 +Never taker,Control,0,0,35.8,44.2,No bed net,35.8 +Complier,Treatment,0,1,27.6,73.6,Bed net,73.6 +Never taker,Control,0,0,49.3,39.8,No bed net,49.3 +Never taker,Treatment,0,0,38.7,62.9,No bed net,38.7 +Complier,Treatment,0,1,34.1,51.2,Bed net,51.2 +Complier,Control,0,1,29.5,48.6,No bed net,29.5 +Never taker,Treatment,0,0,28.1,42.7,No bed net,28.1 +Complier,Treatment,0,1,45.4,47.5,Bed net,47.5 +Complier,Control,0,1,37.3,48.4,No bed net,37.3 +Complier,Treatment,0,1,30.9,80.5,Bed net,80.5 +Never taker,Control,0,0,38.5,43.9,No bed net,38.5 +Always taker,Treatment,1,1,47.6,48.2,Bed net,48.2 +Always taker,Treatment,1,1,53.6,46.4,Bed net,46.4 +Never taker,Treatment,0,0,36.1,36.5,No bed net,36.1 +Never taker,Control,0,0,41.2,30.8,No bed net,41.2 +Never taker,Control,0,0,39.9,20.3,No bed net,39.9 +Never taker,Control,0,0,35.6,26.2,No bed net,35.6 +Complier,Treatment,0,1,36.7,40.6,Bed net,40.6 +Never taker,Control,0,0,36.1,33.4,No bed net,36.1 +Complier,Control,0,1,25.7,29,No bed net,25.7 +Never taker,Control,0,0,28,43.5,No bed net,28 +Complier,Control,0,1,40.2,76.4,No bed net,40.2 +Never taker,Control,0,0,48.6,37.1,No bed net,48.6 +Always taker,Control,1,1,61.7,48.1,Bed net,48.1 +Never taker,Treatment,0,0,29.8,42.7,No bed net,29.8 +Complier,Control,0,1,31.5,71,No bed net,31.5 +Never taker,Control,0,0,34.8,35.3,No bed net,34.8 +Complier,Treatment,0,1,39.6,40.1,Bed net,40.1 +Never taker,Control,0,0,51.3,24.9,No bed net,51.3 +Never taker,Treatment,0,0,19.9,9.6,No bed net,19.9 +Never taker,Treatment,0,0,31.9,21.8,No bed net,31.9 +Complier,Control,0,1,25.2,74.5,No bed net,25.2 +Always taker,Treatment,1,1,46.4,60.1,Bed net,60.1 +Complier,Control,0,1,30.2,46.2,No bed net,30.2 +Never taker,Control,0,0,43.8,46.9,No bed net,43.8 +Complier,Control,0,1,56.7,65.5,No bed net,56.7 +Never taker,Control,0,0,26.1,16.6,No bed net,26.1 +Always taker,Control,1,1,71.6,71.7,Bed net,71.7 +Never taker,Treatment,0,0,42.8,51.3,No bed net,42.8 +Never taker,Control,0,0,43.2,18.7,No bed net,43.2 +Never taker,Treatment,0,0,55,29.3,No bed net,55 +Always taker,Control,1,1,54.3,43.2,Bed net,43.2 +Never taker,Treatment,0,0,56.6,34,No bed net,56.6 +Always taker,Treatment,1,1,79.9,36.3,Bed net,36.3 +Never taker,Treatment,0,0,47,42.2,No bed net,47 +Never taker,Control,0,0,41.6,17.1,No bed net,41.6 +Never taker,Control,0,0,35,31.9,No bed net,35 +Complier,Control,0,1,36.9,60.5,No bed net,36.9 +Never taker,Control,0,0,33.1,8.8,No bed net,33.1 +Never taker,Treatment,0,0,24.2,65.1,No bed net,24.2 +Never taker,Control,0,0,39.1,29.3,No bed net,39.1 +Complier,Control,0,1,53.8,27.4,No bed net,53.8 +Never taker,Control,0,0,60.1,54.3,No bed net,60.1 +Complier,Treatment,0,1,44.7,82.8,Bed net,82.8 +Never taker,Treatment,0,0,35.4,41.9,No bed net,35.4 +Never taker,Treatment,0,0,24.8,45.9,No bed net,24.8 +Never taker,Treatment,0,0,27.5,41.4,No bed net,27.5 +Never taker,Treatment,0,0,26.8,40.1,No bed net,26.8 +Never taker,Treatment,0,0,32.6,43.2,No bed net,32.6 +Never taker,Treatment,0,0,61.9,41.1,No bed net,61.9 +Complier,Treatment,0,1,34.8,61.2,Bed net,61.2 +Never taker,Treatment,0,0,45.6,27.2,No bed net,45.6 +Complier,Treatment,0,1,39.1,66.9,Bed net,66.9 +Never taker,Treatment,0,0,58.4,30,No bed net,58.4 +Always taker,Control,1,1,63,41.1,Bed net,41.1 +Never taker,Control,0,0,26,15,No bed net,26 +Never taker,Control,0,0,38.5,16.3,No bed net,38.5 +Always taker,Treatment,1,1,63.7,69.9,Bed net,69.9 +Always taker,Treatment,1,1,54.2,66.5,Bed net,66.5 +Never taker,Control,0,0,46.4,17.5,No bed net,46.4 +Never taker,Control,0,0,26,47.5,No bed net,26 +Complier,Control,0,1,36.2,74.4,No bed net,36.2 +Complier,Treatment,0,1,41.6,36.8,Bed net,36.8 +Always taker,Control,1,1,75.1,53.6,Bed net,53.6 +Always taker,Control,1,1,70.7,53.2,Bed net,53.2 +Always taker,Treatment,1,1,40,68.5,Bed net,68.5 +Complier,Control,0,1,35.2,81.7,No bed net,35.2 +Never taker,Treatment,0,0,25.6,37.8,No bed net,25.6 +Never taker,Control,0,0,25.7,49.4,No bed net,25.7 +Complier,Treatment,0,1,38.6,69.6,Bed net,69.6 +Complier,Treatment,0,1,54.5,51.8,Bed net,51.8 +Never taker,Control,0,0,38.4,37.9,No bed net,38.4 +Always taker,Control,1,1,72.4,50.6,Bed net,50.6 +Complier,Control,0,1,39.5,49.9,No bed net,39.5 +Never taker,Control,0,0,34,28.9,No bed net,34 +Complier,Treatment,0,1,30.7,53.8,Bed net,53.8 +Always taker,Treatment,1,1,50.9,45.8,Bed net,45.8 +Complier,Treatment,0,1,49.8,59.4,Bed net,59.4 +Always taker,Control,1,1,53.8,55.3,Bed net,55.3 +Complier,Treatment,0,1,39,64.5,Bed net,64.5 +Complier,Treatment,0,1,33,42.9,Bed net,42.9 +Always taker,Treatment,1,1,62.8,54.5,Bed net,54.5 +Complier,Control,0,1,39,31.5,No bed net,39 +Always taker,Treatment,1,1,70.5,46.3,Bed net,46.3 +Never taker,Control,0,0,44.7,41.7,No bed net,44.7 +Complier,Control,0,1,43.9,72.2,No bed net,43.9 +Never taker,Control,0,0,14,37,No bed net,14 +Complier,Control,0,1,43.8,30.9,No bed net,43.8 +Complier,Control,0,1,37.9,25.8,No bed net,37.9 +Complier,Treatment,0,1,34.2,55,Bed net,55 +Always taker,Treatment,1,1,62.5,56.9,Bed net,56.9 +Complier,Control,0,1,22.8,43.8,No bed net,22.8 +Complier,Treatment,0,1,38.3,54.9,Bed net,54.9 +Never taker,Treatment,0,0,28.1,37.8,No bed net,28.1 +Never taker,Treatment,0,0,28.6,43,No bed net,28.6 +Always taker,Treatment,1,1,57.7,59.3,Bed net,59.3 +Never taker,Control,0,0,47.4,50.9,No bed net,47.4 +Always taker,Treatment,1,1,40.8,55.3,Bed net,55.3 +Complier,Control,0,1,31.1,58.7,No bed net,31.1 +Always taker,Control,1,1,66.2,56.4,Bed net,56.4 +Never taker,Control,0,0,56.1,39.6,No bed net,56.1 +Complier,Control,0,1,47.3,39.2,No bed net,47.3 +Complier,Treatment,0,1,40.4,29.8,Bed net,29.8 +Complier,Control,0,1,16.6,51.4,No bed net,16.6 +Complier,Treatment,0,1,49.8,70.8,Bed net,70.8 +Never taker,Control,0,0,22.5,40.1,No bed net,22.5 +Never taker,Treatment,0,0,50.5,39.5,No bed net,50.5 +Complier,Treatment,0,1,47.5,61.5,Bed net,61.5 +Complier,Control,0,1,43.3,59.6,No bed net,43.3 +Never taker,Treatment,0,0,37.9,54.7,No bed net,37.9 +Always taker,Treatment,1,1,43,52.7,Bed net,52.7 +Never taker,Treatment,0,0,25.7,49.1,No bed net,25.7 +Complier,Treatment,0,1,27.2,50.8,Bed net,50.8 +Complier,Treatment,0,1,45.8,57.7,Bed net,57.7 +Complier,Treatment,0,1,41.6,42.8,Bed net,42.8 +Complier,Control,0,1,52,24.9,No bed net,52 +Never taker,Control,0,0,33.3,23,No bed net,33.3 +Complier,Control,0,1,29.8,70.1,No bed net,29.8 +Complier,Control,0,1,43,51.7,No bed net,43 +Complier,Control,0,1,28.7,48.7,No bed net,28.7 +Never taker,Control,0,0,33,23.2,No bed net,33 +Never taker,Treatment,0,0,47.4,25.9,No bed net,47.4 +Complier,Treatment,0,1,45,39.9,Bed net,39.9 +Never taker,Control,0,0,56.5,27.3,No bed net,56.5 +Complier,Treatment,0,1,39.7,77.6,Bed net,77.6 +Never taker,Treatment,0,0,32.9,44.8,No bed net,32.9 +Always taker,Control,1,1,48,63.6,Bed net,63.6 +Never taker,Treatment,0,0,17.3,28,No bed net,17.3 +Always taker,Treatment,1,1,54.9,47.4,Bed net,47.4 +Complier,Control,0,1,35.7,50.2,No bed net,35.7 +Never taker,Control,0,0,18.7,33.7,No bed net,18.7 +Complier,Treatment,0,1,30.3,34.4,Bed net,34.4 +Complier,Treatment,0,1,41.6,54,Bed net,54 +Always taker,Treatment,1,1,58.7,38.8,Bed net,38.8 +Never taker,Treatment,0,0,37.2,54.2,No bed net,37.2 +Always taker,Treatment,1,1,50.1,47.4,Bed net,47.4 +Always taker,Control,1,1,58.2,53.6,Bed net,53.6 +Always taker,Control,1,1,58.7,52.4,Bed net,52.4 +Always taker,Control,1,1,59.7,56.9,Bed net,56.9 +Complier,Control,0,1,40.3,41.5,No bed net,40.3 +Always taker,Control,1,1,75.5,57.6,Bed net,57.6 +Complier,Control,0,1,35.5,74.3,No bed net,35.5 +Complier,Treatment,0,1,44.3,51.5,Bed net,51.5 +Complier,Control,0,1,45.8,38.3,No bed net,45.8 +Never taker,Control,0,0,47.2,59.7,No bed net,47.2 +Complier,Control,0,1,41.6,56.4,No bed net,41.6 +Complier,Treatment,0,1,31.8,45.3,Bed net,45.3 +Complier,Treatment,0,1,38.8,67,Bed net,67 +Never taker,Control,0,0,22,39.3,No bed net,22 +Complier,Control,0,1,42.3,28.3,No bed net,42.3 +Never taker,Control,0,0,41.7,0,No bed net,41.7 +Always taker,Treatment,1,1,61.8,47.1,Bed net,47.1 +Complier,Treatment,0,1,23.5,61.3,Bed net,61.3 +Never taker,Control,0,0,10.9,41.4,No bed net,10.9 +Never taker,Treatment,0,0,37.2,38.5,No bed net,37.2 +Complier,Control,0,1,47.5,50.3,No bed net,47.5 +Complier,Control,0,1,29.4,62.1,No bed net,29.4 +Always taker,Control,1,1,70.2,67.6,Bed net,67.6 +Complier,Treatment,0,1,38.3,72.9,Bed net,72.9 +Complier,Control,0,1,28.9,40,No bed net,28.9 +Complier,Control,0,1,26.6,83.9,No bed net,26.6 +Always taker,Treatment,1,1,56.8,64,Bed net,64 +Complier,Control,0,1,33.1,56.9,No bed net,33.1 +Never taker,Treatment,0,0,43,44.6,No bed net,43 +Never taker,Control,0,0,36.5,33,No bed net,36.5 +Never taker,Control,0,0,50.3,17.8,No bed net,50.3 +Never taker,Control,0,0,41.4,40.7,No bed net,41.4 +Complier,Control,0,1,19.1,51.7,No bed net,19.1 +Always taker,Control,1,1,54.6,66.3,Bed net,66.3 +Never taker,Treatment,0,0,24.1,20.7,No bed net,24.1 +Complier,Treatment,0,1,36.5,49.1,Bed net,49.1 +Complier,Treatment,0,1,39.8,54.1,Bed net,54.1 +Complier,Treatment,0,1,30.6,62.9,Bed net,62.9 +Complier,Treatment,0,1,46.7,78.3,Bed net,78.3 +Never taker,Treatment,0,0,33.3,35.8,No bed net,33.3 +Always taker,Treatment,1,1,59.1,45.5,Bed net,45.5 +Complier,Treatment,0,1,39.2,61.7,Bed net,61.7 +Never taker,Treatment,0,0,30.7,32.8,No bed net,30.7 +Complier,Treatment,0,1,46.5,49.6,Bed net,49.6 +Never taker,Treatment,0,0,43.6,43.3,No bed net,43.6 +Complier,Treatment,0,1,37.7,35.5,Bed net,35.5 +Always taker,Treatment,1,1,37.8,48.5,Bed net,48.5 +Complier,Control,0,1,43.2,44.8,No bed net,43.2 +Never taker,Treatment,0,0,10.4,43,No bed net,10.4 +Never taker,Control,0,0,31.7,40.3,No bed net,31.7 +Complier,Treatment,0,1,48.4,75.2,Bed net,75.2 +Always taker,Treatment,1,1,59.5,68.3,Bed net,68.3 +Complier,Control,0,1,27,50.7,No bed net,27 +Complier,Control,0,1,36.2,50.3,No bed net,36.2 +Complier,Treatment,0,1,35.3,32.1,Bed net,32.1 +Always taker,Control,1,1,68.4,53.7,Bed net,53.7 +Complier,Control,0,1,24.7,52.4,No bed net,24.7 +Complier,Treatment,0,1,36,57,Bed net,57 +Complier,Control,0,1,30.2,69.6,No bed net,30.2 +Never taker,Control,0,0,50,36,No bed net,50 +Never taker,Control,0,0,34.4,54.7,No bed net,34.4 +Never taker,Control,0,0,64.3,40.4,No bed net,64.3 +Complier,Treatment,0,1,25.6,47.1,Bed net,47.1 +Never taker,Treatment,0,0,43.1,23.4,No bed net,43.1 +Never taker,Control,0,0,50.4,53.5,No bed net,50.4 +Complier,Control,0,1,47.4,59.3,No bed net,47.4 +Complier,Control,0,1,31.6,52.9,No bed net,31.6 +Always taker,Treatment,1,1,59.6,38.6,Bed net,38.6 +Never taker,Treatment,0,0,19.1,28.5,No bed net,19.1 +Complier,Treatment,0,1,27,74.4,Bed net,74.4 +Never taker,Treatment,0,0,44,44,No bed net,44 +Never taker,Treatment,0,0,23.5,25.3,No bed net,23.5 +Never taker,Control,0,0,32.7,37.6,No bed net,32.7 +Complier,Treatment,0,1,46.8,66.3,Bed net,66.3 +Never taker,Treatment,0,0,24.5,28.7,No bed net,24.5 +Never taker,Treatment,0,0,27,46.5,No bed net,27 +Complier,Control,0,1,41.8,49.9,No bed net,41.8 +Never taker,Treatment,0,0,33.2,63.6,No bed net,33.2 +Complier,Treatment,0,1,29.1,35.1,Bed net,35.1 +Never taker,Control,0,0,50.4,21.2,No bed net,50.4 +Complier,Control,0,1,44.2,61.3,No bed net,44.2 +Never taker,Control,0,0,33.2,32.2,No bed net,33.2 +Complier,Treatment,0,1,44.8,55.9,Bed net,55.9 +Always taker,Treatment,1,1,52.9,53.8,Bed net,53.8 +Complier,Treatment,0,1,37.3,63.1,Bed net,63.1 +Never taker,Treatment,0,0,24.2,40.8,No bed net,24.2 +Never taker,Treatment,0,0,40.8,49.2,No bed net,40.8 +Never taker,Control,0,0,32.3,44.6,No bed net,32.3 +Complier,Treatment,0,1,45.6,40.5,Bed net,40.5 +Always taker,Treatment,1,1,64.7,37.5,Bed net,37.5 +Complier,Treatment,0,1,41.4,68.1,Bed net,68.1 +Complier,Control,0,1,29.5,63.1,No bed net,29.5 +Never taker,Treatment,0,0,57.8,31.2,No bed net,57.8 +Complier,Treatment,0,1,34.7,54,Bed net,54 +Never taker,Control,0,0,47.1,28.7,No bed net,47.1 +Complier,Control,0,1,36.7,41.9,No bed net,36.7 +Always taker,Treatment,1,1,39.5,54.1,Bed net,54.1 +Complier,Treatment,0,1,41.3,47,Bed net,47 +Complier,Treatment,0,1,41.9,64.3,Bed net,64.3 +Always taker,Treatment,1,1,54.7,54.2,Bed net,54.2 +Never taker,Control,0,0,28.6,37.3,No bed net,28.6 +Complier,Treatment,0,1,17,69.9,Bed net,69.9 +Complier,Control,0,1,31.6,46.1,No bed net,31.6 +Complier,Control,0,1,33.1,76.5,No bed net,33.1 +Never taker,Treatment,0,0,37.8,41.7,No bed net,37.8 +Complier,Treatment,0,1,32.1,41.2,Bed net,41.2 +Never taker,Control,0,0,45.6,45.1,No bed net,45.6 +Never taker,Control,0,0,54.8,33.6,No bed net,54.8 +Always taker,Control,1,1,62.5,43.3,Bed net,43.3 +Complier,Control,0,1,39.2,41.5,No bed net,39.2 +Complier,Treatment,0,1,48.1,43.8,Bed net,43.8 +Always taker,Treatment,1,1,43.8,55.1,Bed net,55.1 +Complier,Treatment,0,1,45.5,43,Bed net,43 +Never taker,Control,0,0,23.8,20.6,No bed net,23.8 +Always taker,Control,1,1,38.8,44.1,Bed net,44.1 +Complier,Treatment,0,1,48,55.4,Bed net,55.4 +Complier,Control,0,1,41.3,56.6,No bed net,41.3 +Always taker,Treatment,1,1,44.3,45.7,Bed net,45.7 +Complier,Control,0,1,42.1,56.7,No bed net,42.1 +Complier,Treatment,0,1,25.3,43.6,Bed net,43.6 +Complier,Control,0,1,37.6,43.3,No bed net,37.6 +Never taker,Control,0,0,30.5,27.7,No bed net,30.5 +Never taker,Control,0,0,15.2,34.1,No bed net,15.2 +Never taker,Treatment,0,0,24.8,40.4,No bed net,24.8 +Complier,Treatment,0,1,31,46,Bed net,46 +Never taker,Treatment,0,0,22.5,17.1,No bed net,22.5 +Always taker,Treatment,1,1,54.7,46.4,Bed net,46.4 +Never taker,Treatment,0,0,39.8,26.7,No bed net,39.8 +Always taker,Treatment,1,1,57.9,67.6,Bed net,67.6 +Never taker,Control,0,0,21.2,21,No bed net,21.2 +Never taker,Control,0,0,49.9,52.9,No bed net,49.9 +Never taker,Treatment,0,0,30.7,24.5,No bed net,30.7 +Never taker,Treatment,0,0,13.4,33.6,No bed net,13.4 +Complier,Control,0,1,36.5,36,No bed net,36.5 +Never taker,Control,0,0,42.8,19.3,No bed net,42.8 +Complier,Control,0,1,43.3,59,No bed net,43.3 +Always taker,Control,1,1,50.9,64,Bed net,64 +Complier,Control,0,1,47.3,70,No bed net,47.3 +Always taker,Treatment,1,1,50.8,50.3,Bed net,50.3 +Always taker,Control,1,1,67.8,65.8,Bed net,65.8 +Never taker,Treatment,0,0,62.3,16.4,No bed net,62.3 +Complier,Treatment,0,1,32.8,26.7,Bed net,26.7 +Never taker,Control,0,0,31.5,36.2,No bed net,31.5 +Never taker,Treatment,0,0,27.4,42.6,No bed net,27.4 +Never taker,Treatment,0,0,36.2,31.9,No bed net,36.2 +Always taker,Treatment,1,1,57.6,52.1,Bed net,52.1 +Complier,Control,0,1,50.4,76.3,No bed net,50.4 +Always taker,Control,1,1,54.4,52.7,Bed net,52.7 +Never taker,Control,0,0,49,66.6,No bed net,49 +Complier,Control,0,1,49.3,65.6,No bed net,49.3 +Always taker,Control,1,1,53.7,52.4,Bed net,52.4 +Never taker,Treatment,0,0,37.7,27.9,No bed net,37.7 +Never taker,Treatment,0,0,33.2,33.4,No bed net,33.2 +Never taker,Control,0,0,31.9,46.8,No bed net,31.9 +Complier,Control,0,1,26.8,31.1,No bed net,26.8 +Always taker,Treatment,1,1,44.2,46.2,Bed net,46.2 +Never taker,Control,0,0,42.2,35,No bed net,42.2 +Never taker,Treatment,0,0,19.6,59.8,No bed net,19.6 +Complier,Control,0,1,33.8,45.4,No bed net,33.8 +Never taker,Treatment,0,0,49.2,43.4,No bed net,49.2 +Complier,Control,0,1,37.5,43.1,No bed net,37.5 +Always taker,Treatment,1,1,84,50.9,Bed net,50.9 +Always taker,Control,1,1,60.8,53.8,Bed net,53.8 +Complier,Control,0,1,20.3,48.9,No bed net,20.3 +Complier,Control,0,1,14.5,34.8,No bed net,14.5 +Complier,Control,0,1,39.6,59.2,No bed net,39.6 +Complier,Treatment,0,1,31.6,51,Bed net,51 +Never taker,Control,0,0,28.9,35.6,No bed net,28.9 +Complier,Treatment,0,1,36.1,66.7,Bed net,66.7 +Complier,Control,0,1,41.8,51.3,No bed net,41.8 +Never taker,Control,0,0,49.5,20.2,No bed net,49.5 +Always taker,Treatment,1,1,63.6,54,Bed net,54 +Always taker,Treatment,1,1,41.7,50.5,Bed net,50.5 +Complier,Treatment,0,1,41.7,72,Bed net,72 +Never taker,Control,0,0,14.4,24.8,No bed net,14.4 +Always taker,Control,1,1,60,61.6,Bed net,61.6 +Complier,Control,0,1,37.4,45,No bed net,37.4 +Always taker,Treatment,1,1,42.7,39.7,Bed net,39.7 +Never taker,Control,0,0,28.2,43.5,No bed net,28.2 +Always taker,Control,1,1,54.7,51.3,Bed net,51.3 +Complier,Treatment,0,1,49.9,71.9,Bed net,71.9 +Never taker,Control,0,0,44.4,42.8,No bed net,44.4 +Never taker,Control,0,0,56.6,23.5,No bed net,56.6 +Complier,Treatment,0,1,43.2,50.7,Bed net,50.7 +Never taker,Control,0,0,47.8,44.2,No bed net,47.8 +Complier,Treatment,0,1,39.4,33.4,Bed net,33.4 +Complier,Treatment,0,1,18.9,41.5,Bed net,41.5 +Never taker,Treatment,0,0,66.8,13.3,No bed net,66.8 +Never taker,Control,0,0,18.8,18.3,No bed net,18.8 +Never taker,Control,0,0,40.1,28.3,No bed net,40.1 +Never taker,Control,0,0,19.8,21.7,No bed net,19.8 +Never taker,Control,0,0,54.1,45.3,No bed net,54.1 +Never taker,Treatment,0,0,35.5,36.2,No bed net,35.5 +Complier,Control,0,1,33.5,46.2,No bed net,33.5 +Never taker,Control,0,0,44.6,27.6,No bed net,44.6 +Always taker,Treatment,1,1,60.2,67.5,Bed net,67.5 +Always taker,Control,1,1,47.1,71.2,Bed net,71.2 +Complier,Control,0,1,30.1,52.3,No bed net,30.1 +Complier,Treatment,0,1,37.9,48.8,Bed net,48.8 +Complier,Control,0,1,46.1,64.4,No bed net,46.1 +Complier,Treatment,0,1,40,42.2,Bed net,42.2 +Never taker,Control,0,0,34.1,45.4,No bed net,34.1 +Always taker,Treatment,1,1,45.6,44.1,Bed net,44.1 +Complier,Control,0,1,36,58.7,No bed net,36 +Complier,Treatment,0,1,42.2,53.5,Bed net,53.5 +Never taker,Control,0,0,30.3,57,No bed net,30.3 +Never taker,Control,0,0,40.6,51,No bed net,40.6 +Complier,Control,0,1,41.5,60.2,No bed net,41.5 +Complier,Treatment,0,1,45.7,42.5,Bed net,42.5 +Complier,Treatment,0,1,41.3,53.8,Bed net,53.8 +Complier,Control,0,1,41.9,71.5,No bed net,41.9 +Complier,Treatment,0,1,35.5,44.3,Bed net,44.3 +Never taker,Treatment,0,0,55.6,53.1,No bed net,55.6 +Complier,Control,0,1,45.4,38,No bed net,45.4 +Never taker,Treatment,0,0,17.7,17.6,No bed net,17.7 +Complier,Treatment,0,1,43,43.5,Bed net,43.5 +Complier,Treatment,0,1,33.3,38.6,Bed net,38.6 +Complier,Treatment,0,1,33.9,55.2,Bed net,55.2 +Always taker,Treatment,1,1,65,61.2,Bed net,61.2 +Always taker,Treatment,1,1,53,39.4,Bed net,39.4 +Never taker,Control,0,0,29.5,28,No bed net,29.5 +Always taker,Treatment,1,1,61.4,46.7,Bed net,46.7 +Complier,Control,0,1,20.6,71,No bed net,20.6 +Complier,Treatment,0,1,40.7,64,Bed net,64 +Complier,Treatment,0,1,43,64,Bed net,64 +Never taker,Treatment,0,0,43,37.3,No bed net,43 +Complier,Treatment,0,1,37.6,73.6,Bed net,73.6 +Complier,Control,0,1,41.9,63.3,No bed net,41.9 +Always taker,Treatment,1,1,54.3,64.5,Bed net,64.5 +Never taker,Control,0,0,35.4,22.1,No bed net,35.4 +Never taker,Treatment,0,0,29.2,54.6,No bed net,29.2 +Always taker,Control,1,1,56.4,59.1,Bed net,59.1 +Never taker,Treatment,0,0,40.3,27.8,No bed net,40.3 +Never taker,Control,0,0,63.1,14.1,No bed net,63.1 +Complier,Treatment,0,1,36.4,52.4,Bed net,52.4 +Never taker,Treatment,0,0,32.2,46.5,No bed net,32.2 +Never taker,Treatment,0,0,34.2,40,No bed net,34.2 +Complier,Treatment,0,1,36.2,45,Bed net,45 +Complier,Control,0,1,46.8,40.4,No bed net,46.8 +Complier,Treatment,0,1,30.4,51.3,Bed net,51.3 +Always taker,Control,1,1,56.8,58.4,Bed net,58.4 +Never taker,Treatment,0,0,32.8,16.1,No bed net,32.8 +Complier,Treatment,0,1,38.8,55.6,Bed net,55.6 +Never taker,Treatment,0,0,52.7,30.2,No bed net,52.7 +Always taker,Control,1,1,63.3,75.8,Bed net,75.8 +Complier,Treatment,0,1,29.9,84.6,Bed net,84.6 +Complier,Control,0,1,43.6,45.6,No bed net,43.6 +Always taker,Treatment,1,1,66,68.6,Bed net,68.6 +Always taker,Treatment,1,1,51,59.3,Bed net,59.3 +Complier,Control,0,1,23.1,51.3,No bed net,23.1 +Complier,Treatment,0,1,34,77.8,Bed net,77.8 +Always taker,Treatment,1,1,46.6,58.7,Bed net,58.7 +Complier,Control,0,1,46.3,57.1,No bed net,46.3 +Always taker,Treatment,1,1,45,53.6,Bed net,53.6 +Complier,Treatment,0,1,39,79.7,Bed net,79.7 +Complier,Treatment,0,1,43.5,50.1,Bed net,50.1 +Never taker,Control,0,0,28.6,33.5,No bed net,28.6 +Never taker,Control,0,0,33.9,28.7,No bed net,33.9 +Complier,Treatment,0,1,49.6,81.4,Bed net,81.4 +Always taker,Treatment,1,1,71.4,63.4,Bed net,63.4 +Always taker,Treatment,1,1,42.8,68.2,Bed net,68.2 +Complier,Treatment,0,1,29.7,78.2,Bed net,78.2 +Complier,Control,0,1,33.3,53.5,No bed net,33.3 +Never taker,Control,0,0,47.2,36.6,No bed net,47.2 +Complier,Control,0,1,31.5,41.3,No bed net,31.5 +Complier,Treatment,0,1,37.8,67.7,Bed net,67.7 +Never taker,Treatment,0,0,49.1,52.5,No bed net,49.1 +Never taker,Treatment,0,0,37.2,31.7,No bed net,37.2 +Always taker,Treatment,1,1,68.9,64.8,Bed net,64.8 +Never taker,Treatment,0,0,18.1,42.7,No bed net,18.1 +Complier,Control,0,1,27.1,60.6,No bed net,27.1 +Never taker,Control,0,0,34.5,53.6,No bed net,34.5 +Never taker,Treatment,0,0,39.9,23.7,No bed net,39.9 +Complier,Control,0,1,29.1,52.6,No bed net,29.1 +Never taker,Control,0,0,54,43.7,No bed net,54 +Complier,Treatment,0,1,45.5,57.6,Bed net,57.6 +Complier,Treatment,0,1,41.1,70.3,Bed net,70.3 +Never taker,Control,0,0,25.8,35.6,No bed net,25.8 +Never taker,Treatment,0,0,32.7,21.9,No bed net,32.7 +Never taker,Treatment,0,0,27.2,59,No bed net,27.2 +Always taker,Treatment,1,1,59.7,43,Bed net,43 +Never taker,Treatment,0,0,32.6,52.8,No bed net,32.6 +Always taker,Treatment,1,1,63.3,88.8,Bed net,88.8 +Complier,Treatment,0,1,48.7,63.3,Bed net,63.3 +Complier,Treatment,0,1,34.2,38.7,Bed net,38.7 +Complier,Control,0,1,41.3,54.2,No bed net,41.3 +Never taker,Treatment,0,0,37.7,41.5,No bed net,37.7 +Complier,Control,0,1,39.7,62.5,No bed net,39.7 +Complier,Control,0,1,25.5,70.2,No bed net,25.5 +Complier,Treatment,0,1,44.4,67.3,Bed net,67.3 +Never taker,Control,0,0,21,43,No bed net,21 +Never taker,Treatment,0,0,27.7,41.6,No bed net,27.7 +Never taker,Control,0,0,13.7,57.3,No bed net,13.7 +Complier,Control,0,1,25.7,67,No bed net,25.7 +Complier,Control,0,1,38.5,48,No bed net,38.5 +Complier,Treatment,0,1,37.3,93.5,Bed net,93.5 +Never taker,Treatment,0,0,41.4,3.6,No bed net,41.4 +Complier,Control,0,1,31.1,27.6,No bed net,31.1 +Complier,Control,0,1,29.5,76.3,No bed net,29.5 +Always taker,Treatment,1,1,57.8,34.6,Bed net,34.6 +Never taker,Control,0,0,38.1,31.8,No bed net,38.1 +Complier,Treatment,0,1,30.4,44.3,Bed net,44.3 +Never taker,Treatment,0,0,16.1,49.5,No bed net,16.1 +Complier,Treatment,0,1,30.7,27.3,Bed net,27.3 +Never taker,Control,0,0,37,42.2,No bed net,37 +Complier,Control,0,1,32.4,63.4,No bed net,32.4 +Complier,Control,0,1,37.9,52.4,No bed net,37.9 +Complier,Treatment,0,1,38.8,43.3,Bed net,43.3 +Always taker,Control,1,1,61.2,66.3,Bed net,66.3 +Always taker,Control,1,1,42.7,70.8,Bed net,70.8 +Never taker,Control,0,0,14.4,24,No bed net,14.4 +Complier,Treatment,0,1,46.8,49.6,Bed net,49.6 +Always taker,Control,1,1,39.8,68.2,Bed net,68.2 +Complier,Control,0,1,39.7,28.5,No bed net,39.7 +Always taker,Control,1,1,58.9,55.9,Bed net,55.9 +Never taker,Treatment,0,0,32.5,38.8,No bed net,32.5 +Complier,Treatment,0,1,30.1,76.3,Bed net,76.3 +Never taker,Control,0,0,48.7,35.7,No bed net,48.7 +Always taker,Control,1,1,60.3,44.7,Bed net,44.7 +Always taker,Treatment,1,1,46.3,58.7,Bed net,58.7 +Complier,Control,0,1,53.1,73.2,No bed net,53.1 +Never taker,Treatment,0,0,42.7,56.9,No bed net,42.7 +Complier,Control,0,1,33.8,62.6,No bed net,33.8 +Complier,Control,0,1,34.9,56,No bed net,34.9 +Never taker,Treatment,0,0,51.9,40.6,No bed net,51.9 +Complier,Treatment,0,1,38.4,60.4,Bed net,60.4 +Never taker,Control,0,0,27.5,47.1,No bed net,27.5 +Always taker,Control,1,1,41.6,39.9,Bed net,39.9 +Never taker,Control,0,0,54.7,33.7,No bed net,54.7 +Never taker,Treatment,0,0,42.4,46.3,No bed net,42.4 +Always taker,Treatment,1,1,46.2,65.7,Bed net,65.7 +Complier,Treatment,0,1,44.5,44.6,Bed net,44.6 +Always taker,Control,1,1,51.4,67.3,Bed net,67.3 +Never taker,Control,0,0,32.8,51.1,No bed net,32.8 +Never taker,Control,0,0,47.1,40.8,No bed net,47.1 +Complier,Treatment,0,1,37.3,33.5,Bed net,33.5 +Never taker,Treatment,0,0,43.7,24.6,No bed net,43.7 +Never taker,Treatment,0,0,18,45.9,No bed net,18 +Complier,Treatment,0,1,38.9,93.7,Bed net,93.7 +Complier,Control,0,1,32.3,45.6,No bed net,32.3 +Complier,Treatment,0,1,30,39.6,Bed net,39.6 +Never taker,Control,0,0,43.1,34.5,No bed net,43.1 +Always taker,Control,1,1,41,42.3,Bed net,42.3 +Complier,Control,0,1,42.4,55.7,No bed net,42.4 +Complier,Control,0,1,26.2,60,No bed net,26.2 +Complier,Treatment,0,1,39.1,43.9,Bed net,43.9 +Complier,Treatment,0,1,34.4,63.1,Bed net,63.1 +Never taker,Control,0,0,63.4,35.1,No bed net,63.4 +Complier,Control,0,1,32.8,67.1,No bed net,32.8 +Always taker,Control,1,1,68.7,69.2,Bed net,69.2 +Never taker,Control,0,0,34.7,48.5,No bed net,34.7 +Complier,Treatment,0,1,41.1,43.4,Bed net,43.4 +Complier,Control,0,1,45.4,45.4,No bed net,45.4 +Always taker,Treatment,1,1,60.7,52.5,Bed net,52.5 +Always taker,Control,1,1,55.5,54.6,Bed net,54.6 +Always taker,Treatment,1,1,42.7,35.6,Bed net,35.6 +Always taker,Control,1,1,47,51,Bed net,51 +Never taker,Treatment,0,0,40.7,29.9,No bed net,40.7 +Never taker,Control,0,0,34.1,41.6,No bed net,34.1 +Complier,Treatment,0,1,35.3,47.4,Bed net,47.4 +Never taker,Treatment,0,0,19.8,6.7,No bed net,19.8 +Always taker,Control,1,1,62.5,48.7,Bed net,48.7 +Always taker,Control,1,1,54.9,56.6,Bed net,56.6 +Complier,Treatment,0,1,16,41.1,Bed net,41.1 +Never taker,Control,0,0,26,39.4,No bed net,26 +Complier,Control,0,1,49.5,26.1,No bed net,49.5 +Always taker,Control,1,1,55,63,Bed net,63 +Never taker,Control,0,0,48.7,42.3,No bed net,48.7 +Always taker,Treatment,1,1,53.5,66,Bed net,66 +Complier,Control,0,1,30.5,50.5,No bed net,30.5 +Always taker,Treatment,1,1,67,53.3,Bed net,53.3 +Never taker,Control,0,0,37.2,28.6,No bed net,37.2 +Always taker,Treatment,1,1,52.6,66.7,Bed net,66.7 +Complier,Treatment,0,1,41.6,40.5,Bed net,40.5 +Complier,Control,0,1,48.2,57.2,No bed net,48.2 +Never taker,Treatment,0,0,40.8,26.1,No bed net,40.8 +Never taker,Control,0,0,20.5,47.6,No bed net,20.5 +Complier,Treatment,0,1,20,61.1,Bed net,61.1 +Always taker,Control,1,1,49.9,69.4,Bed net,69.4 +Never taker,Control,0,0,26,27,No bed net,26 +Complier,Control,0,1,30.5,50,No bed net,30.5 +Complier,Treatment,0,1,48.7,60.6,Bed net,60.6 +Never taker,Control,0,0,22.3,37.5,No bed net,22.3 +Never taker,Treatment,0,0,33.2,17,No bed net,33.2 +Complier,Treatment,0,1,47.9,32.7,Bed net,32.7 +Complier,Treatment,0,1,42.6,27.1,Bed net,27.1 +Always taker,Treatment,1,1,54.9,39.4,Bed net,39.4 +Always taker,Treatment,1,1,53.5,69.3,Bed net,69.3 +Never taker,Control,0,0,22.5,53.3,No bed net,22.5 +Complier,Treatment,0,1,48.4,56.8,Bed net,56.8 +Never taker,Treatment,0,0,38,27.3,No bed net,38 +Never taker,Control,0,0,49.9,52.2,No bed net,49.9 +Never taker,Control,0,0,44.2,40.9,No bed net,44.2 +Never taker,Treatment,0,0,54,55.9,No bed net,54 +Always taker,Treatment,1,1,73,57.2,Bed net,57.2 +Always taker,Control,1,1,44.1,44,Bed net,44 +Complier,Treatment,0,1,31.6,65.5,Bed net,65.5 +Always taker,Control,1,1,79.5,47.3,Bed net,47.3 +Always taker,Control,1,1,52.1,71.5,Bed net,71.5 +Never taker,Treatment,0,0,42.2,36.9,No bed net,42.2 +Complier,Treatment,0,1,48,31.4,Bed net,31.4 +Never taker,Control,0,0,40.5,21.9,No bed net,40.5 +Complier,Treatment,0,1,20,65.6,Bed net,65.6 +Complier,Treatment,0,1,36.8,36,Bed net,36 +Complier,Control,0,1,39.3,52.4,No bed net,39.3 +Complier,Treatment,0,1,48.6,34.3,Bed net,34.3 +Never taker,Treatment,0,0,28.7,21.8,No bed net,28.7 +Never taker,Treatment,0,0,39.2,40.5,No bed net,39.2 +Never taker,Treatment,0,0,45.7,41.6,No bed net,45.7 +Never taker,Treatment,0,0,42.8,30,No bed net,42.8 +Complier,Treatment,0,1,30.1,56.9,Bed net,56.9 +Complier,Treatment,0,1,30.1,52.6,Bed net,52.6 +Never taker,Treatment,0,0,41.5,46,No bed net,41.5 +Always taker,Treatment,1,1,45.4,72.8,Bed net,72.8 +Never taker,Treatment,0,0,26.6,26.2,No bed net,26.6 +Complier,Control,0,1,42.5,54.1,No bed net,42.5 +Never taker,Control,0,0,18.3,60.4,No bed net,18.3 +Never taker,Treatment,0,0,12.8,36.1,No bed net,12.8 +Always taker,Treatment,1,1,51.8,48.4,Bed net,48.4 +Never taker,Treatment,0,0,19.7,28.8,No bed net,19.7 +Never taker,Control,0,0,39.5,34.6,No bed net,39.5 +Always taker,Control,1,1,58.5,39.3,Bed net,39.3 +Never taker,Control,0,0,29.7,37,No bed net,29.7 +Never taker,Control,0,0,33,38.7,No bed net,33 +Complier,Treatment,0,1,35,42,Bed net,42 +Complier,Treatment,0,1,51.8,51.9,Bed net,51.9 +Complier,Control,0,1,34.4,58.9,No bed net,34.4 +Always taker,Control,1,1,64,53.3,Bed net,53.3 +Never taker,Treatment,0,0,29.7,58,No bed net,29.7 +Complier,Treatment,0,1,54.8,20.8,Bed net,20.8 +Always taker,Treatment,1,1,50.8,54.9,Bed net,54.9 +Never taker,Control,0,0,45.2,34.2,No bed net,45.2 +Always taker,Control,1,1,65.6,47.9,Bed net,47.9 +Complier,Treatment,0,1,39.6,55.6,Bed net,55.6 +Always taker,Control,1,1,57.9,40.4,Bed net,40.4 +Never taker,Treatment,0,0,26.6,23.5,No bed net,26.6 +Complier,Control,0,1,44.3,45.7,No bed net,44.3 +Always taker,Control,1,1,47.7,46.2,Bed net,46.2 +Complier,Control,0,1,54.1,41.8,No bed net,54.1 +Complier,Control,0,1,33.8,57.3,No bed net,33.8 +Complier,Control,0,1,34.6,51.2,No bed net,34.6 +Always taker,Control,1,1,76.5,50.3,Bed net,50.3 +Always taker,Control,1,1,64.8,46.7,Bed net,46.7 +Never taker,Treatment,0,0,39.9,56.5,No bed net,39.9 +Always taker,Control,1,1,64.4,66.4,Bed net,66.4 +Never taker,Control,0,0,25.8,27.4,No bed net,25.8 +Never taker,Control,0,0,30.5,20.1,No bed net,30.5 +Complier,Control,0,1,53.5,61,No bed net,53.5 +Never taker,Treatment,0,0,41.9,50.4,No bed net,41.9 +Complier,Treatment,0,1,38.3,47.7,Bed net,47.7 +Always taker,Control,1,1,50.1,44,Bed net,44 +Never taker,Control,0,0,44.2,42.8,No bed net,44.2 +Never taker,Treatment,0,0,29.4,34.1,No bed net,29.4 +Never taker,Treatment,0,0,45.6,49.8,No bed net,45.6 +Always taker,Control,1,1,50.5,51.9,Bed net,51.9 +Complier,Treatment,0,1,32,62.7,Bed net,62.7 +Always taker,Treatment,1,1,52.8,31.4,Bed net,31.4 +Never taker,Treatment,0,0,44.5,29.3,No bed net,44.5 +Complier,Control,0,1,38.6,71.3,No bed net,38.6 +Always taker,Treatment,1,1,64.5,56.3,Bed net,56.3 +Complier,Control,0,1,49.8,34.8,No bed net,49.8 +Never taker,Control,0,0,59.6,11.7,No bed net,59.6 +Complier,Control,0,1,40.4,75.6,No bed net,40.4 +Always taker,Control,1,1,60.9,37,Bed net,37 +Never taker,Control,0,0,41.4,34,No bed net,41.4 +Never taker,Treatment,0,0,32.9,21.2,No bed net,32.9 +Always taker,Control,1,1,54.8,61.4,Bed net,61.4 +Complier,Treatment,0,1,41.1,36,Bed net,36 +Always taker,Control,1,1,40.4,51.5,Bed net,51.5 +Always taker,Treatment,1,1,57.6,81.2,Bed net,81.2 +Never taker,Control,0,0,34.6,51.2,No bed net,34.6 +Never taker,Treatment,0,0,37.1,24.5,No bed net,37.1 +Complier,Control,0,1,20.4,66.4,No bed net,20.4 +Complier,Control,0,1,48.5,54.5,No bed net,48.5 +Never taker,Control,0,0,48.6,51.3,No bed net,48.6 +Complier,Treatment,0,1,33.4,72.9,Bed net,72.9 +Complier,Control,0,1,30.4,61.1,No bed net,30.4 +Never taker,Treatment,0,0,17.7,18.2,No bed net,17.7 +Always taker,Treatment,1,1,52.4,54.6,Bed net,54.6 +Never taker,Control,0,0,49.7,70.2,No bed net,49.7 +Never taker,Treatment,0,0,35.6,18.5,No bed net,35.6 +Always taker,Treatment,1,1,47.1,53.1,Bed net,53.1 +Always taker,Control,1,1,40.5,63.1,Bed net,63.1 +Complier,Control,0,1,46.9,53.8,No bed net,46.9 +Always taker,Treatment,1,1,57.9,31.1,Bed net,31.1 +Never taker,Treatment,0,0,19.7,53.7,No bed net,19.7 +Always taker,Control,1,1,47.4,59.9,Bed net,59.9 +Complier,Treatment,0,1,22,68.3,Bed net,68.3 +Never taker,Treatment,0,0,25,25.3,No bed net,25 +Complier,Treatment,0,1,38,69.1,Bed net,69.1 +Never taker,Treatment,0,0,44.4,34,No bed net,44.4 +Always taker,Control,1,1,42.9,62.4,Bed net,62.4 +Never taker,Treatment,0,0,27.2,42.7,No bed net,27.2 +Always taker,Control,1,1,63.7,55,Bed net,55 +Never taker,Treatment,0,0,28.7,35.1,No bed net,28.7 +Complier,Control,0,1,36.3,74.9,No bed net,36.3 +Complier,Treatment,0,1,48.8,44.4,Bed net,44.4 +Always taker,Treatment,1,1,67.5,55.4,Bed net,55.4 +Complier,Treatment,0,1,31.3,51.8,Bed net,51.8 +Never taker,Treatment,0,0,42,36,No bed net,42 +Complier,Control,0,1,39.3,48.3,No bed net,39.3 +Never taker,Control,0,0,39.3,56.1,No bed net,39.3 +Never taker,Treatment,0,0,11.1,34,No bed net,11.1 +Never taker,Treatment,0,0,26.5,40.1,No bed net,26.5 +Complier,Treatment,0,1,19.6,48.6,Bed net,48.6 +Never taker,Treatment,0,0,33.9,37,No bed net,33.9 +Complier,Control,0,1,39.5,64.6,No bed net,39.5 +Never taker,Treatment,0,0,47.7,54.9,No bed net,47.7 +Complier,Control,0,1,41.2,59.1,No bed net,41.2 +Complier,Treatment,0,1,29.6,35.8,Bed net,35.8 +Complier,Control,0,1,40.2,46.3,No bed net,40.2 +Never taker,Treatment,0,0,43.8,36.6,No bed net,43.8 +Never taker,Control,0,0,31.5,28.5,No bed net,31.5 +Complier,Treatment,0,1,36.3,45.5,Bed net,45.5 +Complier,Control,0,1,25.2,53,No bed net,25.2 +Never taker,Treatment,0,0,34.7,24.7,No bed net,34.7 +Complier,Control,0,1,43.1,46.4,No bed net,43.1 +Complier,Treatment,0,1,28.5,61,Bed net,61 +Always taker,Control,1,1,58.9,51.9,Bed net,51.9 +Always taker,Treatment,1,1,54.3,66,Bed net,66 +Never taker,Control,0,0,41.1,36.6,No bed net,41.1 +Never taker,Control,0,0,32.8,67.7,No bed net,32.8 +Never taker,Control,0,0,18.6,19.4,No bed net,18.6 +Complier,Treatment,0,1,31.4,46.9,Bed net,46.9 +Never taker,Treatment,0,0,11.2,30.4,No bed net,11.2 +Always taker,Control,1,1,71,54.4,Bed net,54.4 +Never taker,Treatment,0,0,21.5,29.4,No bed net,21.5 +Always taker,Control,1,1,62.6,52.8,Bed net,52.8 +Never taker,Control,0,0,35,23.8,No bed net,35 +Always taker,Treatment,1,1,55.4,44.7,Bed net,44.7 +Never taker,Treatment,0,0,28.3,25,No bed net,28.3 +Complier,Treatment,0,1,40.7,54.8,Bed net,54.8 +Always taker,Treatment,1,1,42.6,50.1,Bed net,50.1 +Complier,Treatment,0,1,36.3,45.1,Bed net,45.1 +Never taker,Control,0,0,30.4,33.9,No bed net,30.4 +Never taker,Control,0,0,44.8,44.1,No bed net,44.8 +Always taker,Control,1,1,39.9,53.5,Bed net,53.5 +Always taker,Control,1,1,47.3,48.4,Bed net,48.4 +Never taker,Control,0,0,36.5,35,No bed net,36.5 +Never taker,Treatment,0,0,13.9,47.4,No bed net,13.9 +Complier,Treatment,0,1,42.8,64.9,Bed net,64.9 +Complier,Control,0,1,28.3,66.6,No bed net,28.3 +Complier,Treatment,0,1,45.2,41.3,Bed net,41.3 +Complier,Control,0,1,54.2,44.8,No bed net,54.2 +Always taker,Treatment,1,1,60.8,54.2,Bed net,54.2 +Always taker,Treatment,1,1,58,65.2,Bed net,65.2 +Always taker,Control,1,1,63.6,73.8,Bed net,73.8 +Never taker,Control,0,0,30.4,37.2,No bed net,30.4 +Never taker,Control,0,0,27.3,56.5,No bed net,27.3 +Never taker,Treatment,0,0,10.5,28.1,No bed net,10.5 +Never taker,Control,0,0,37.6,24.3,No bed net,37.6 +Complier,Treatment,0,1,47.9,53.4,Bed net,53.4 +Never taker,Treatment,0,0,33.1,32.1,No bed net,33.1 +Complier,Treatment,0,1,29.1,42.3,Bed net,42.3 +Complier,Treatment,0,1,41.4,19.6,Bed net,19.6 +Never taker,Control,0,0,34.7,55,No bed net,34.7 +Complier,Treatment,0,1,27.8,65.1,Bed net,65.1 +Complier,Control,0,1,42.1,53.5,No bed net,42.1 +Complier,Treatment,0,1,39.4,59.8,Bed net,59.8 +Never taker,Treatment,0,0,36.7,49.8,No bed net,36.7 +Always taker,Control,1,1,56.7,45.4,Bed net,45.4 +Never taker,Control,0,0,13.8,24.2,No bed net,13.8 +Always taker,Control,1,1,43.7,57.3,Bed net,57.3 +Complier,Treatment,0,1,44.9,55.7,Bed net,55.7 +Always taker,Treatment,1,1,58,56,Bed net,56 +Never taker,Control,0,0,49,45.8,No bed net,49 +Complier,Treatment,0,1,31.7,54.6,Bed net,54.6 +Never taker,Control,0,0,20.7,22.5,No bed net,20.7 +Complier,Treatment,0,1,38.3,53.6,Bed net,53.6 +Never taker,Treatment,0,0,18.2,47.3,No bed net,18.2 +Complier,Treatment,0,1,37.1,78.1,Bed net,78.1 +Never taker,Treatment,0,0,45.1,23.2,No bed net,45.1 +Complier,Control,0,1,19.7,54.7,No bed net,19.7 +Always taker,Control,1,1,42.7,62.2,Bed net,62.2 +Complier,Treatment,0,1,44.5,47.6,Bed net,47.6 +Complier,Treatment,0,1,33.1,38.9,Bed net,38.9 +Never taker,Control,0,0,41.8,23.4,No bed net,41.8 +Always taker,Treatment,1,1,61,39.1,Bed net,39.1 +Always taker,Treatment,1,1,40.1,60.5,Bed net,60.5 +Always taker,Control,1,1,40.3,62.3,Bed net,62.3 +Never taker,Control,0,0,43.4,44.7,No bed net,43.4 +Complier,Treatment,0,1,41.8,64.7,Bed net,64.7 +Complier,Treatment,0,1,36.8,43.8,Bed net,43.8 +Never taker,Control,0,0,17.3,34.4,No bed net,17.3 +Never taker,Treatment,0,0,46,35.4,No bed net,46 +Complier,Control,0,1,35.7,39.4,No bed net,35.7 +Never taker,Treatment,0,0,37.6,16.9,No bed net,37.6 +Always taker,Treatment,1,1,68,49.8,Bed net,49.8 +Never taker,Treatment,0,0,54.8,36.2,No bed net,54.8 +Never taker,Control,0,0,33.7,31.8,No bed net,33.7 +Never taker,Control,0,0,40.9,32.9,No bed net,40.9 +Never taker,Treatment,0,0,29.4,32.8,No bed net,29.4 +Complier,Control,0,1,29.4,42.8,No bed net,29.4 +Always taker,Control,1,1,46,58.2,Bed net,58.2 +Never taker,Treatment,0,0,24.3,34.8,No bed net,24.3 +Complier,Treatment,0,1,43.1,39.5,Bed net,39.5 +Never taker,Control,0,0,32.3,24.3,No bed net,32.3 +Complier,Control,0,1,43.8,55.8,No bed net,43.8 +Never taker,Treatment,0,0,17.5,40,No bed net,17.5 +Complier,Control,0,1,41.3,55.3,No bed net,41.3 +Complier,Treatment,0,1,30.2,28.7,Bed net,28.7 +Complier,Control,0,1,35.9,33.5,No bed net,35.9 +Never taker,Treatment,0,0,50.6,44.3,No bed net,50.6 +Complier,Control,0,1,46.4,58.2,No bed net,46.4 +Always taker,Treatment,1,1,55.5,60.1,Bed net,60.1 +Never taker,Control,0,0,22.7,30.8,No bed net,22.7 +Always taker,Treatment,1,1,50.6,58.6,Bed net,58.6 +Never taker,Control,0,0,43.6,48.1,No bed net,43.6 +Always taker,Treatment,1,1,41.7,84.7,Bed net,84.7 +Complier,Control,0,1,41,60.8,No bed net,41 +Never taker,Control,0,0,55.1,24.5,No bed net,55.1 +Never taker,Treatment,0,0,40.9,26.4,No bed net,40.9 +Complier,Treatment,0,1,35.5,39.4,Bed net,39.4 +Never taker,Control,0,0,37.3,23.8,No bed net,37.3 +Complier,Control,0,1,29.3,53.3,No bed net,29.3 +Complier,Treatment,0,1,34.9,77.1,Bed net,77.1 +Complier,Treatment,0,1,33.1,57.8,Bed net,57.8 +Complier,Treatment,0,1,43.9,58.6,Bed net,58.6 +Never taker,Treatment,0,0,41.5,38.3,No bed net,41.5 +Always taker,Treatment,1,1,51.2,52.2,Bed net,52.2 +Complier,Treatment,0,1,28.8,50.3,Bed net,50.3 +Never taker,Treatment,0,0,40.3,39,No bed net,40.3 +Never taker,Treatment,0,0,15.9,45.1,No bed net,15.9 +Never taker,Treatment,0,0,30.5,35.1,No bed net,30.5 +Always taker,Treatment,1,1,50.9,65.3,Bed net,65.3 +Complier,Treatment,0,1,35,31.7,Bed net,31.7 +Complier,Treatment,0,1,50,69,Bed net,69 +Never taker,Treatment,0,0,24.3,11.9,No bed net,24.3 +Never taker,Treatment,0,0,37.7,34.3,No bed net,37.7 +Never taker,Control,0,0,17.7,40.6,No bed net,17.7 +Never taker,Control,0,0,36.3,37,No bed net,36.3 +Never taker,Treatment,0,0,23.9,39.9,No bed net,23.9 +Complier,Control,0,1,37.1,52.3,No bed net,37.1 +Never taker,Treatment,0,0,25.5,15.2,No bed net,25.5 +Never taker,Treatment,0,0,59.3,31.8,No bed net,59.3 +Never taker,Control,0,0,30.1,27.1,No bed net,30.1 +Complier,Control,0,1,27,55.8,No bed net,27 +Never taker,Treatment,0,0,29.7,34,No bed net,29.7 +Always taker,Treatment,1,1,51.6,41.1,Bed net,41.1 +Always taker,Treatment,1,1,52.5,45.2,Bed net,45.2 +Always taker,Treatment,1,1,62.4,59.4,Bed net,59.4 +Never taker,Control,0,0,34.1,16.7,No bed net,34.1 +Complier,Control,0,1,43.1,55.4,No bed net,43.1 +Complier,Treatment,0,1,35.8,77.3,Bed net,77.3 +Never taker,Treatment,0,0,41.3,44.2,No bed net,41.3 +Complier,Treatment,0,1,26.9,35.4,Bed net,35.4 +Complier,Control,0,1,23.3,54.3,No bed net,23.3 +Never taker,Control,0,0,49.3,26.3,No bed net,49.3 +Complier,Treatment,0,1,38.6,74.7,Bed net,74.7 +Complier,Control,0,1,41.8,61.6,No bed net,41.8 +Never taker,Treatment,0,0,14.6,40.9,No bed net,14.6 +Complier,Treatment,0,1,32.6,56.8,Bed net,56.8 +Always taker,Control,1,1,60.5,57.1,Bed net,57.1 +Complier,Treatment,0,1,28.2,49.5,Bed net,49.5 +Always taker,Control,1,1,71.3,56.5,Bed net,56.5 +Complier,Control,0,1,29.5,60.8,No bed net,29.5 +Complier,Control,0,1,43.6,46.8,No bed net,43.6 +Complier,Control,0,1,44.3,44.9,No bed net,44.3 +Always taker,Treatment,1,1,55.8,57.2,Bed net,57.2 +Always taker,Control,1,1,60.3,41.3,Bed net,41.3 +Never taker,Control,0,0,39.6,36,No bed net,39.6 +Complier,Treatment,0,1,49.9,67.1,Bed net,67.1 +Complier,Treatment,0,1,39,86.4,Bed net,86.4 +Never taker,Control,0,0,39.5,28,No bed net,39.5 +Never taker,Treatment,0,0,49.6,34.4,No bed net,49.6 +Complier,Treatment,0,1,43,76,Bed net,76 +Always taker,Control,1,1,63.6,65.2,Bed net,65.2 +Never taker,Treatment,0,0,46.8,44,No bed net,46.8 +Complier,Treatment,0,1,32.4,67.6,Bed net,67.6 +Never taker,Treatment,0,0,32.6,45.4,No bed net,32.6 +Complier,Control,0,1,32.1,64.8,No bed net,32.1 +Never taker,Treatment,0,0,34.7,44.6,No bed net,34.7 +Always taker,Treatment,1,1,50.5,52.9,Bed net,52.9 +Never taker,Treatment,0,0,32.5,28.6,No bed net,32.5 +Always taker,Control,1,1,44.1,65.5,Bed net,65.5 +Never taker,Control,0,0,31.5,32.5,No bed net,31.5 +Complier,Control,0,1,21.9,90.4,No bed net,21.9 +Always taker,Control,1,1,71.4,58,Bed net,58 +Always taker,Control,1,1,68.8,42.4,Bed net,42.4 +Always taker,Treatment,1,1,48.4,55.4,Bed net,55.4 +Never taker,Treatment,0,0,24.7,50.3,No bed net,24.7 +Complier,Treatment,0,1,38,59.2,Bed net,59.2 +Never taker,Treatment,0,0,26.5,41.9,No bed net,26.5 +Never taker,Control,0,0,39.7,14.5,No bed net,39.7 +Never taker,Control,0,0,25.2,40.1,No bed net,25.2 +Complier,Treatment,0,1,48.6,43.2,Bed net,43.2 +Complier,Treatment,0,1,45.8,69.8,Bed net,69.8 +Complier,Control,0,1,17.5,43.5,No bed net,17.5 +Never taker,Control,0,0,18.1,46.5,No bed net,18.1 +Complier,Treatment,0,1,34.1,74.5,Bed net,74.5 +Complier,Control,0,1,41,59.2,No bed net,41 +Complier,Control,0,1,42.4,65.1,No bed net,42.4 +Always taker,Control,1,1,55.3,55.2,Bed net,55.2 +Never taker,Control,0,0,21.6,41.4,No bed net,21.6 +Never taker,Treatment,0,0,28,36.8,No bed net,28 +Never taker,Control,0,0,54.7,19.4,No bed net,54.7 +Never taker,Treatment,0,0,43.4,39,No bed net,43.4 +Always taker,Control,1,1,51.1,53.8,Bed net,53.8 +Complier,Treatment,0,1,32.3,76,Bed net,76 +Complier,Treatment,0,1,27.9,55.6,Bed net,55.6 +Never taker,Control,0,0,48.4,55.2,No bed net,48.4 +Never taker,Treatment,0,0,35.9,36.5,No bed net,35.9 +Never taker,Treatment,0,0,32.6,36.6,No bed net,32.6 +Complier,Control,0,1,33.4,60.5,No bed net,33.4 +Complier,Control,0,1,43.7,36.5,No bed net,43.7 +Always taker,Treatment,1,1,57.8,52.3,Bed net,52.3 +Always taker,Treatment,1,1,50.6,48.7,Bed net,48.7 +Complier,Treatment,0,1,33.7,49.7,Bed net,49.7 +Complier,Treatment,0,1,28.8,57.5,Bed net,57.5 +Always taker,Control,1,1,48.8,53.4,Bed net,53.4 +Complier,Control,0,1,39.6,51.8,No bed net,39.6 +Always taker,Control,1,1,49.3,63.7,Bed net,63.7 +Never taker,Treatment,0,0,39.8,35.2,No bed net,39.8 +Never taker,Control,0,0,21.3,46.6,No bed net,21.3 +Never taker,Treatment,0,0,36.9,33.3,No bed net,36.9 +Complier,Control,0,1,36.1,49.1,No bed net,36.1 +Never taker,Treatment,0,0,50.4,37.8,No bed net,50.4 +Never taker,Treatment,0,0,46.6,14.6,No bed net,46.6 +Complier,Treatment,0,1,33.4,63.5,Bed net,63.5 +Never taker,Treatment,0,0,51.6,39.1,No bed net,51.6 +Never taker,Treatment,0,0,46.2,34.7,No bed net,46.2 +Never taker,Control,0,0,29.5,59.3,No bed net,29.5 +Never taker,Treatment,0,0,32.1,32.3,No bed net,32.1 +Complier,Control,0,1,42.8,66.1,No bed net,42.8 +Always taker,Control,1,1,57,63.2,Bed net,63.2 +Always taker,Treatment,1,1,53.3,59.8,Bed net,59.8 +Complier,Treatment,0,1,27.4,60.2,Bed net,60.2 +Complier,Control,0,1,46.2,49.9,No bed net,46.2 +Complier,Control,0,1,41.3,67.8,No bed net,41.3 +Never taker,Treatment,0,0,18.1,35.1,No bed net,18.1 +Never taker,Control,0,0,21.4,36.2,No bed net,21.4 +Complier,Treatment,0,1,23.4,67.4,Bed net,67.4 +Never taker,Control,0,0,28.5,23.4,No bed net,28.5 +Complier,Control,0,1,26.7,69.1,No bed net,26.7 +Complier,Treatment,0,1,43.7,54.8,Bed net,54.8 +Never taker,Control,0,0,53.6,63.9,No bed net,53.6 +Never taker,Treatment,0,0,38.5,36.5,No bed net,38.5 +Never taker,Treatment,0,0,30.7,33.1,No bed net,30.7 +Always taker,Control,1,1,66.4,42.8,Bed net,42.8 +Never taker,Control,0,0,40.9,46.2,No bed net,40.9 +Complier,Control,0,1,27,48.9,No bed net,27 +Never taker,Control,0,0,39,37.6,No bed net,39 +Complier,Control,0,1,28.5,56.6,No bed net,28.5 +Never taker,Treatment,0,0,40.5,49.3,No bed net,40.5 +Complier,Control,0,1,43.1,56,No bed net,43.1 +Never taker,Treatment,0,0,33.2,28.4,No bed net,33.2 +Complier,Treatment,0,1,44.7,47,Bed net,47 +Always taker,Control,1,1,68.1,56.7,Bed net,56.7 +Complier,Treatment,0,1,44.8,33,Bed net,33 +Always taker,Control,1,1,68.7,56.9,Bed net,56.9 +Complier,Treatment,0,1,37,55.2,Bed net,55.2 +Complier,Treatment,0,1,33.6,60.6,Bed net,60.6 +Complier,Control,0,1,44.9,58.2,No bed net,44.9 +Never taker,Control,0,0,30,28.5,No bed net,30 +Never taker,Control,0,0,35,42.6,No bed net,35 +Complier,Control,0,1,25.8,74.6,No bed net,25.8 +Never taker,Control,0,0,44.2,46.7,No bed net,44.2 +Complier,Treatment,0,1,50.4,46.5,Bed net,46.5 +Always taker,Treatment,1,1,60,41.3,Bed net,41.3 +Never taker,Treatment,0,0,34.8,25,No bed net,34.8 +Always taker,Control,1,1,59.6,51.7,Bed net,51.7 +Always taker,Control,1,1,37.7,58.2,Bed net,58.2 +Never taker,Treatment,0,0,42.2,30.1,No bed net,42.2 +Always taker,Treatment,1,1,49.3,59.7,Bed net,59.7 +Complier,Treatment,0,1,32,49.1,Bed net,49.1 +Never taker,Treatment,0,0,28.8,14.5,No bed net,28.8 +Complier,Treatment,0,1,44.2,28.1,Bed net,28.1 +Never taker,Treatment,0,0,36.6,38.1,No bed net,36.6 +Complier,Control,0,1,43.2,34.8,No bed net,43.2 +Always taker,Control,1,1,62.2,64.7,Bed net,64.7 +Complier,Control,0,1,34.5,53.4,No bed net,34.5 +Never taker,Control,0,0,34.5,26.5,No bed net,34.5 +Never taker,Control,0,0,41.1,51.1,No bed net,41.1 +Complier,Treatment,0,1,34.5,54.6,Bed net,54.6 +Never taker,Control,0,0,46,23.7,No bed net,46 +Complier,Control,0,1,37.3,62.2,No bed net,37.3 +Never taker,Control,0,0,21.8,41.3,No bed net,21.8 +Always taker,Control,1,1,49.5,67.8,Bed net,67.8 +Complier,Treatment,0,1,36.3,47,Bed net,47 +Never taker,Control,0,0,30.2,42,No bed net,30.2 +Complier,Control,0,1,42.6,39.3,No bed net,42.6 +Never taker,Control,0,0,33.9,25.9,No bed net,33.9 +Complier,Treatment,0,1,36.2,37.9,Bed net,37.9 +Complier,Treatment,0,1,39.4,71.6,Bed net,71.6 +Never taker,Treatment,0,0,37.4,14.1,No bed net,37.4 +Always taker,Treatment,1,1,34.3,67.4,Bed net,67.4 +Complier,Control,0,1,34.4,53.1,No bed net,34.4 +Complier,Treatment,0,1,46.1,57.5,Bed net,57.5 +Always taker,Control,1,1,48.6,53.4,Bed net,53.4 +Never taker,Control,0,0,68.1,25.4,No bed net,68.1 +Complier,Treatment,0,1,41.5,44.8,Bed net,44.8 +Always taker,Control,1,1,58.8,60.7,Bed net,60.7 +Never taker,Treatment,0,0,17,23.3,No bed net,17 +Never taker,Control,0,0,25.4,27.9,No bed net,25.4 +Always taker,Control,1,1,51.6,65.4,Bed net,65.4 +Never taker,Control,0,0,16,51.7,No bed net,16 +Never taker,Treatment,0,0,43.1,47.6,No bed net,43.1 +Complier,Treatment,0,1,48.5,32.7,Bed net,32.7 +Complier,Control,0,1,36.6,73.3,No bed net,36.6 +Always taker,Treatment,1,1,52.4,60.6,Bed net,60.6 +Never taker,Control,0,0,22.6,44.8,No bed net,22.6 +Complier,Treatment,0,1,51,54,Bed net,54 +Never taker,Treatment,0,0,21.8,40,No bed net,21.8 +Complier,Treatment,0,1,43.6,65.9,Bed net,65.9 +Never taker,Control,0,0,31.3,17.6,No bed net,31.3 +Always taker,Treatment,1,1,58.1,63.1,Bed net,63.1 +Never taker,Treatment,0,0,32.6,12.4,No bed net,32.6 +Always taker,Treatment,1,1,52,60.9,Bed net,60.9 +Complier,Control,0,1,41.8,53,No bed net,41.8 +Never taker,Control,0,0,25.1,36.3,No bed net,25.1 +Never taker,Control,0,0,32.6,24.9,No bed net,32.6 +Complier,Control,0,1,49,40.7,No bed net,49 +Never taker,Control,0,0,46.1,11.9,No bed net,46.1 +Complier,Control,0,1,35.6,62,No bed net,35.6 +Never taker,Treatment,0,0,29.7,41.9,No bed net,29.7 +Always taker,Control,1,1,42.2,56.5,Bed net,56.5 +Always taker,Treatment,1,1,61.3,53.9,Bed net,53.9 +Complier,Control,0,1,32.5,54.2,No bed net,32.5 +Always taker,Treatment,1,1,67.9,74.6,Bed net,74.6 +Never taker,Treatment,0,0,46.4,36.1,No bed net,46.4 +Complier,Control,0,1,45.2,35.8,No bed net,45.2 +Complier,Control,0,1,29.1,49.4,No bed net,29.1 +Never taker,Control,0,0,45.3,41.7,No bed net,45.3 +Complier,Control,0,1,25.3,86.1,No bed net,25.3 +Complier,Treatment,0,1,35.4,56.9,Bed net,56.9 +Complier,Control,0,1,36.2,69.3,No bed net,36.2 +Always taker,Control,1,1,60.5,65,Bed net,65 +Never taker,Control,0,0,44.4,24.1,No bed net,44.4 +Complier,Treatment,0,1,41.2,38.8,Bed net,38.8 +Never taker,Control,0,0,33.8,43,No bed net,33.8 +Always taker,Treatment,1,1,64.7,71.4,Bed net,71.4 +Complier,Treatment,0,1,37.5,52.9,Bed net,52.9 +Never taker,Treatment,0,0,27.8,41.5,No bed net,27.8 +Always taker,Treatment,1,1,59.6,53.1,Bed net,53.1 +Complier,Control,0,1,43.7,54.8,No bed net,43.7 +Never taker,Treatment,0,0,46.5,34.1,No bed net,46.5 +Never taker,Control,0,0,40.4,33.2,No bed net,40.4 +Never taker,Control,0,0,32.4,30.6,No bed net,32.4 +Complier,Treatment,0,1,35.9,58,Bed net,58 +Never taker,Treatment,0,0,32.2,36.4,No bed net,32.2 +Always taker,Control,1,1,58.2,55.9,Bed net,55.9 +Complier,Treatment,0,1,34.9,51.6,Bed net,51.6 +Never taker,Control,0,0,38.5,41.6,No bed net,38.5 +Complier,Treatment,0,1,42.4,51.2,Bed net,51.2 +Complier,Treatment,0,1,24.4,35.7,Bed net,35.7 +Always taker,Control,1,1,56.4,57.3,Bed net,57.3 +Never taker,Treatment,0,0,11.2,64.2,No bed net,11.2 +Always taker,Control,1,1,49,48.2,Bed net,48.2 +Never taker,Control,0,0,43,40.2,No bed net,43 +Complier,Treatment,0,1,45.3,24.6,Bed net,24.6 +Complier,Treatment,0,1,16,49,Bed net,49 +Always taker,Treatment,1,1,53.6,54,Bed net,54 +Complier,Control,0,1,44.8,50.7,No bed net,44.8 +Complier,Treatment,0,1,40,64.2,Bed net,64.2 +Never taker,Control,0,0,41.5,40,No bed net,41.5 +Never taker,Treatment,0,0,14.5,32.8,No bed net,14.5 +Complier,Treatment,0,1,44.4,39.1,Bed net,39.1 +Never taker,Control,0,0,52.2,39.5,No bed net,52.2 +Always taker,Treatment,1,1,44,63.5,Bed net,63.5 +Never taker,Control,0,0,49.1,49,No bed net,49.1 +Never taker,Control,0,0,34.7,13.7,No bed net,34.7 +Complier,Control,0,1,43,8.9,No bed net,43 +Never taker,Control,0,0,43.2,40.3,No bed net,43.2 +Complier,Treatment,0,1,36.1,65.4,Bed net,65.4 +Always taker,Treatment,1,1,55,65.7,Bed net,65.7 +Complier,Control,0,1,31.8,56.6,No bed net,31.8 +Complier,Treatment,0,1,45.8,61.1,Bed net,61.1 +Complier,Control,0,1,56,58.4,No bed net,56 +Complier,Control,0,1,35.6,62.6,No bed net,35.6 +Complier,Treatment,0,1,44.4,70.1,Bed net,70.1 +Never taker,Treatment,0,0,38.4,51.9,No bed net,38.4 +Never taker,Control,0,0,9.2,69.8,No bed net,9.2 +Always taker,Control,1,1,59.4,47.5,Bed net,47.5 +Always taker,Treatment,1,1,63.8,58.9,Bed net,58.9 +Never taker,Treatment,0,0,31.6,38.8,No bed net,31.6 +Complier,Treatment,0,1,35.4,79.8,Bed net,79.8 +Never taker,Control,0,0,34.9,45.6,No bed net,34.9 +Never taker,Control,0,0,29.2,33.5,No bed net,29.2 +Never taker,Control,0,0,12.7,21.5,No bed net,12.7 +Never taker,Control,0,0,47.6,55.3,No bed net,47.6 +Never taker,Control,0,0,27.5,23.1,No bed net,27.5 +Complier,Treatment,0,1,39.7,56.5,Bed net,56.5 +Never taker,Control,0,0,27.8,47.5,No bed net,27.8 +Never taker,Treatment,0,0,36.2,45.3,No bed net,36.2 +Never taker,Treatment,0,0,34.6,24.8,No bed net,34.6 +Complier,Control,0,1,36.8,42,No bed net,36.8 +Complier,Treatment,0,1,37.7,67.2,Bed net,67.2 +Complier,Control,0,1,36.6,36.2,No bed net,36.6 +Always taker,Treatment,1,1,75.3,53.7,Bed net,53.7 +Always taker,Control,1,1,54,66.6,Bed net,66.6 +Never taker,Control,0,0,38.5,48.8,No bed net,38.5 +Never taker,Treatment,0,0,52.2,53,No bed net,52.2 +Never taker,Treatment,0,0,49.6,26.1,No bed net,49.6 +Complier,Treatment,0,1,31.8,44.8,Bed net,44.8 +Never taker,Control,0,0,45.6,38.2,No bed net,45.6 +Never taker,Control,0,0,46.7,5.8,No bed net,46.7 +Complier,Treatment,0,1,29.8,41.1,Bed net,41.1 +Never taker,Treatment,0,0,22.3,23.1,No bed net,22.3 +Never taker,Treatment,0,0,72.2,43.6,No bed net,72.2 +Never taker,Control,0,0,39.7,32.4,No bed net,39.7 +Never taker,Treatment,0,0,67.4,25.1,No bed net,67.4 +Complier,Control,0,1,26.4,75.5,No bed net,26.4 +Never taker,Control,0,0,48.2,31.9,No bed net,48.2 +Complier,Control,0,1,41.1,58.9,No bed net,41.1 +Always taker,Control,1,1,58.5,45.2,Bed net,45.2 +Complier,Control,0,1,39.5,30.2,No bed net,39.5 +Complier,Control,0,1,57.9,54.8,No bed net,57.9 +Never taker,Control,0,0,69.6,43.7,No bed net,69.6 +Complier,Treatment,0,1,30,25.9,Bed net,25.9 +Never taker,Treatment,0,0,36.4,50.1,No bed net,36.4 +Never taker,Treatment,0,0,37.1,42.7,No bed net,37.1 +Never taker,Treatment,0,0,13.7,33.4,No bed net,13.7 +Never taker,Treatment,0,0,26.1,28.6,No bed net,26.1 +Never taker,Control,0,0,17.1,54.6,No bed net,17.1 +Complier,Control,0,1,50.8,46.8,No bed net,50.8 +Complier,Treatment,0,1,27.3,39.8,Bed net,39.8 +Complier,Control,0,1,49.4,66.2,No bed net,49.4 +Complier,Treatment,0,1,32.7,43.7,Bed net,43.7 +Never taker,Treatment,0,0,47.7,16.7,No bed net,47.7 +Never taker,Control,0,0,41.7,42.6,No bed net,41.7 +Always taker,Control,1,1,50.6,51,Bed net,51 +Never taker,Treatment,0,0,22.5,37.8,No bed net,22.5 +Always taker,Control,1,1,51.4,83,Bed net,83 +Always taker,Treatment,1,1,76.8,56.6,Bed net,56.6 +Never taker,Control,0,0,23,48.2,No bed net,23 +Complier,Treatment,0,1,40.5,25.5,Bed net,25.5 +Never taker,Treatment,0,0,51.8,33.2,No bed net,51.8 +Never taker,Control,0,0,49.4,36.9,No bed net,49.4 +Complier,Treatment,0,1,37.7,27.3,Bed net,27.3 +Never taker,Control,0,0,19.2,42.8,No bed net,19.2 +Always taker,Treatment,1,1,59.7,47.5,Bed net,47.5 +Never taker,Control,0,0,53,25.9,No bed net,53 +Complier,Treatment,0,1,48,36.9,Bed net,36.9 +Complier,Control,0,1,39.5,60.4,No bed net,39.5 +Never taker,Treatment,0,0,43.1,25.9,No bed net,43.1 +Complier,Control,0,1,39.5,58.5,No bed net,39.5 +Never taker,Treatment,0,0,26.6,34.8,No bed net,26.6 +Always taker,Control,1,1,56.2,56.1,Bed net,56.1 +Complier,Control,0,1,30.7,77.6,No bed net,30.7 +Never taker,Treatment,0,0,47.8,18.3,No bed net,47.8 +Never taker,Control,0,0,62.9,23.2,No bed net,62.9 +Complier,Control,0,1,46.7,43.9,No bed net,46.7 +Never taker,Treatment,0,0,29.2,35,No bed net,29.2 +Always taker,Treatment,1,1,46.8,47.6,Bed net,47.6 +Never taker,Treatment,0,0,37.3,18.1,No bed net,37.3 +Never taker,Control,0,0,43.5,29.4,No bed net,43.5 +Always taker,Control,1,1,49.7,58.5,Bed net,58.5 +Complier,Treatment,0,1,40.1,93,Bed net,93 +Complier,Control,0,1,41,62.9,No bed net,41 +Never taker,Treatment,0,0,24.9,30.2,No bed net,24.9 +Always taker,Control,1,1,56.4,56,Bed net,56 +Complier,Control,0,1,42.1,71.7,No bed net,42.1 +Complier,Treatment,0,1,39.1,43.2,Bed net,43.2 +Never taker,Control,0,0,38,53.1,No bed net,38 +Never taker,Control,0,0,20.4,46.6,No bed net,20.4 +Never taker,Control,0,0,56.3,34.8,No bed net,56.3 +Complier,Control,0,1,37.1,46.1,No bed net,37.1 +Never taker,Treatment,0,0,31.3,20.2,No bed net,31.3 +Never taker,Treatment,0,0,42.9,32.3,No bed net,42.9 +Complier,Treatment,0,1,48.4,31.4,Bed net,31.4 +Never taker,Treatment,0,0,32.7,14.6,No bed net,32.7 +Never taker,Control,0,0,27.9,21.1,No bed net,27.9 +Never taker,Treatment,0,0,42.9,32.5,No bed net,42.9 +Never taker,Control,0,0,23.3,37.8,No bed net,23.3 +Never taker,Control,0,0,37.8,22.1,No bed net,37.8 +Never taker,Control,0,0,33.9,31.8,No bed net,33.9 +Never taker,Control,0,0,31.9,18.4,No bed net,31.9 +Never taker,Treatment,0,0,44.1,40.4,No bed net,44.1 +Always taker,Control,1,1,66.4,48.7,Bed net,48.7 +Complier,Control,0,1,34.4,44,No bed net,34.4 +Never taker,Control,0,0,42.3,50.8,No bed net,42.3 +Complier,Control,0,1,46.9,70.6,No bed net,46.9 +Always taker,Treatment,1,1,67.7,52.1,Bed net,52.1 +Complier,Control,0,1,44.7,40.1,No bed net,44.7 +Complier,Control,0,1,38.8,64.3,No bed net,38.8 +Complier,Control,0,1,29.8,37,No bed net,29.8 +Complier,Treatment,0,1,35.4,63.1,Bed net,63.1 +Never taker,Treatment,0,0,37,40.1,No bed net,37 +Never taker,Treatment,0,0,36.1,48.1,No bed net,36.1 +Never taker,Treatment,0,0,19.1,44.9,No bed net,19.1 +Never taker,Control,0,0,36,49.9,No bed net,36 +Always taker,Control,1,1,68.4,60.6,Bed net,60.6 +Always taker,Control,1,1,45.4,38.4,Bed net,38.4 +Complier,Control,0,1,45.3,58.6,No bed net,45.3 +Never taker,Treatment,0,0,29.1,26.8,No bed net,29.1 +Never taker,Control,0,0,28,36.6,No bed net,28 +Never taker,Control,0,0,49.6,30.6,No bed net,49.6 +Complier,Treatment,0,1,37.9,48.4,Bed net,48.4 +Never taker,Control,0,0,31.6,27,No bed net,31.6 +Complier,Treatment,0,1,42.5,25.2,Bed net,25.2 +Always taker,Control,1,1,58.6,44,Bed net,44 +Complier,Treatment,0,1,18.1,63.4,Bed net,63.4 +Never taker,Treatment,0,0,46.5,50,No bed net,46.5 +Always taker,Treatment,1,1,49.2,56.1,Bed net,56.1 +Complier,Control,0,1,35.3,41.6,No bed net,35.3 +Complier,Treatment,0,1,32.6,47.9,Bed net,47.9 +Complier,Control,0,1,49.1,51.5,No bed net,49.1 +Never taker,Control,0,0,36,27.4,No bed net,36 +Complier,Control,0,1,36.9,62,No bed net,36.9 +Never taker,Treatment,0,0,28.1,31.3,No bed net,28.1 +Complier,Control,0,1,37.9,54.9,No bed net,37.9 +Complier,Treatment,0,1,58.1,26.9,Bed net,26.9 +Never taker,Treatment,0,0,20.9,31.1,No bed net,20.9 +Never taker,Treatment,0,0,29.4,53.5,No bed net,29.4 +Complier,Control,0,1,30.1,49,No bed net,30.1 +Never taker,Control,0,0,45.4,44.9,No bed net,45.4 +Never taker,Control,0,0,43.5,31.3,No bed net,43.5 +Complier,Control,0,1,35.6,66.7,No bed net,35.6 +Never taker,Treatment,0,0,36.3,34.3,No bed net,36.3 +Complier,Control,0,1,47.3,63.6,No bed net,47.3 +Never taker,Control,0,0,11.8,26.2,No bed net,11.8 +Never taker,Control,0,0,43.6,37.4,No bed net,43.6 +Always taker,Control,1,1,42,44.8,Bed net,44.8 +Complier,Treatment,0,1,37.8,51.7,Bed net,51.7 +Always taker,Control,1,1,51.8,57.8,Bed net,57.8 +Complier,Control,0,1,40.9,60.3,No bed net,40.9 +Complier,Control,0,1,30.5,40.1,No bed net,30.5 +Complier,Treatment,0,1,39.6,40,Bed net,40 +Never taker,Control,0,0,41,33.9,No bed net,41 +Always taker,Treatment,1,1,59.1,58.2,Bed net,58.2 +Never taker,Treatment,0,0,49.3,46.3,No bed net,49.3 +Always taker,Control,1,1,45.9,78.3,Bed net,78.3 +Always taker,Treatment,1,1,75.6,56.4,Bed net,56.4 +Never taker,Control,0,0,25.9,48.3,No bed net,25.9 +Complier,Treatment,0,1,57.5,42.7,Bed net,42.7 +Always taker,Control,1,1,63.7,60.8,Bed net,60.8 +Never taker,Control,0,0,16.5,38.6,No bed net,16.5 +Never taker,Treatment,0,0,24.1,47.5,No bed net,24.1 +Always taker,Control,1,1,47.4,52.2,Bed net,52.2 +Complier,Treatment,0,1,49,55,Bed net,55 +Complier,Control,0,1,25.4,41.8,No bed net,25.4 +Complier,Treatment,0,1,34.5,49.3,Bed net,49.3 +Complier,Treatment,0,1,34.8,48,Bed net,48 +Complier,Control,0,1,44.5,65.5,No bed net,44.5 +Never taker,Treatment,0,0,15.6,37,No bed net,15.6 +Never taker,Control,0,0,35.4,23.8,No bed net,35.4 +Always taker,Treatment,1,1,47.7,30.4,Bed net,30.4 +Never taker,Control,0,0,38.2,26.5,No bed net,38.2 +Never taker,Treatment,0,0,52.7,32,No bed net,52.7 +Always taker,Treatment,1,1,46.1,49.4,Bed net,49.4 +Always taker,Treatment,1,1,58,34.8,Bed net,34.8 +Complier,Treatment,0,1,32.4,41.2,Bed net,41.2 +Always taker,Control,1,1,54.2,50.8,Bed net,50.8 +Never taker,Control,0,0,24.3,20.9,No bed net,24.3 +Complier,Control,0,1,32.3,49.9,No bed net,32.3 +Never taker,Control,0,0,24,42.1,No bed net,24 +Never taker,Control,0,0,28.8,43,No bed net,28.8 +Always taker,Control,1,1,32.2,51.3,Bed net,51.3 +Never taker,Treatment,0,0,28.1,53.3,No bed net,28.1 +Complier,Treatment,0,1,40.1,51.8,Bed net,51.8 +Complier,Treatment,0,1,55.3,54.3,Bed net,54.3 +Never taker,Treatment,0,0,31.6,43.4,No bed net,31.6 +Never taker,Control,0,0,31.7,33.5,No bed net,31.7 +Complier,Treatment,0,1,42.1,39,Bed net,39 +Never taker,Control,0,0,18.2,42.4,No bed net,18.2 +Complier,Treatment,0,1,31.2,35.7,Bed net,35.7 +Complier,Control,0,1,31,69.1,No bed net,31 +Always taker,Treatment,1,1,60.4,63.8,Bed net,63.8 +Never taker,Treatment,0,0,60.8,39.6,No bed net,60.8 +Never taker,Control,0,0,45.8,33.8,No bed net,45.8 +Always taker,Treatment,1,1,59.3,60.8,Bed net,60.8 +Never taker,Treatment,0,0,49.4,30.7,No bed net,49.4 +Complier,Control,0,1,26,62.6,No bed net,26 +Always taker,Control,1,1,42.5,48.7,Bed net,48.7 +Complier,Control,0,1,26.8,47.7,No bed net,26.8 +Never taker,Control,0,0,35.4,42.8,No bed net,35.4 +Always taker,Control,1,1,42.8,43.7,Bed net,43.7 +Always taker,Control,1,1,62.3,72.3,Bed net,72.3 +Complier,Treatment,0,1,32.8,44.4,Bed net,44.4 +Always taker,Treatment,1,1,56.9,66.9,Bed net,66.9 +Always taker,Control,1,1,63.5,56.2,Bed net,56.2 +Never taker,Control,0,0,18.2,49.3,No bed net,18.2 +Complier,Treatment,0,1,39,49.3,Bed net,49.3 +Complier,Control,0,1,42.5,46.7,No bed net,42.5 +Complier,Treatment,0,1,46.4,63.3,Bed net,63.3 +Never taker,Control,0,0,41.7,42.1,No bed net,41.7 +Complier,Control,0,1,42.8,52.5,No bed net,42.8 +Never taker,Control,0,0,53.2,42.1,No bed net,53.2 +Complier,Control,0,1,38.5,62.9,No bed net,38.5 +Complier,Treatment,0,1,32.4,56.3,Bed net,56.3 +Complier,Treatment,0,1,38.7,56.9,Bed net,56.9 +Complier,Treatment,0,1,37.1,38.4,Bed net,38.4 +Complier,Treatment,0,1,32.3,55.4,Bed net,55.4 +Complier,Treatment,0,1,37.9,44.3,Bed net,44.3 +Complier,Treatment,0,1,35.1,27.3,Bed net,27.3 +Always taker,Control,1,1,56.2,52.5,Bed net,52.5 +Always taker,Control,1,1,46.9,66.5,Bed net,66.5 +Complier,Treatment,0,1,44.3,49,Bed net,49 +Never taker,Control,0,0,31.3,49.7,No bed net,31.3 +Never taker,Treatment,0,0,41.3,24.6,No bed net,41.3 +Never taker,Control,0,0,45.3,39.5,No bed net,45.3 +Complier,Control,0,1,40.1,35,No bed net,40.1 +Never taker,Treatment,0,0,42.1,46.4,No bed net,42.1 +Never taker,Control,0,0,26.2,36.6,No bed net,26.2 +Never taker,Treatment,0,0,25.7,34,No bed net,25.7 +Complier,Treatment,0,1,60,34,Bed net,34 +Never taker,Control,0,0,17,45.1,No bed net,17 +Never taker,Treatment,0,0,24.9,30.5,No bed net,24.9 +Never taker,Treatment,0,0,16.6,47,No bed net,16.6 +Complier,Treatment,0,1,43.3,45.7,Bed net,45.7 +Always taker,Treatment,1,1,52,57.7,Bed net,57.7 +Complier,Treatment,0,1,40.8,58,Bed net,58 +Always taker,Treatment,1,1,55.9,48,Bed net,48 +Never taker,Control,0,0,50.1,67.4,No bed net,50.1 +Complier,Treatment,0,1,31.2,80,Bed net,80 +Complier,Control,0,1,28.2,36.4,No bed net,28.2 +Complier,Control,0,1,39.6,67.4,No bed net,39.6 +Never taker,Control,0,0,55,29.8,No bed net,55 +Always taker,Treatment,1,1,64.5,60.6,Bed net,60.6 +Never taker,Control,0,0,42.3,37.4,No bed net,42.3 +Never taker,Treatment,0,0,41.2,35.4,No bed net,41.2 +Complier,Control,0,1,44.7,38.5,No bed net,44.7 +Always taker,Control,1,1,61.4,61,Bed net,61 +Complier,Control,0,1,34.8,66.2,No bed net,34.8 +Never taker,Treatment,0,0,34.6,36.7,No bed net,34.6 +Complier,Treatment,0,1,30.9,67.9,Bed net,67.9 +Complier,Control,0,1,47,35.1,No bed net,47 +Complier,Treatment,0,1,46.4,65.9,Bed net,65.9 +Complier,Treatment,0,1,29.5,68.7,Bed net,68.7 +Always taker,Control,1,1,70.6,37.4,Bed net,37.4 +Never taker,Control,0,0,45.8,46,No bed net,45.8 +Never taker,Control,0,0,57.3,35.8,No bed net,57.3 +Complier,Control,0,1,32.9,53.4,No bed net,32.9 +Complier,Control,0,1,53.8,30.9,No bed net,53.8 +Always taker,Control,1,1,51.3,54.4,Bed net,54.4 +Complier,Control,0,1,40.6,27.9,No bed net,40.6 +Never taker,Treatment,0,0,42.8,75.8,No bed net,42.8 +Never taker,Treatment,0,0,30.8,32.6,No bed net,30.8 +Complier,Treatment,0,1,43.4,50.1,Bed net,50.1 +Complier,Treatment,0,1,45.2,42.1,Bed net,42.1 +Complier,Control,0,1,36.8,55.8,No bed net,36.8 +Never taker,Control,0,0,41.7,40,No bed net,41.7 +Complier,Control,0,1,46.1,38.4,No bed net,46.1 +Never taker,Treatment,0,0,34.4,36.4,No bed net,34.4 +Never taker,Control,0,0,37.5,23.4,No bed net,37.5 +Never taker,Control,0,0,35.6,33.3,No bed net,35.6 +Never taker,Control,0,0,25.6,49.9,No bed net,25.6 +Never taker,Control,0,0,26.5,71.4,No bed net,26.5 +Complier,Treatment,0,1,38.1,63.5,Bed net,63.5 +Never taker,Control,0,0,55.7,34.5,No bed net,55.7 +Never taker,Treatment,0,0,36.8,12.6,No bed net,36.8 +Never taker,Treatment,0,0,62.8,41.6,No bed net,62.8 +Never taker,Treatment,0,0,24.8,33,No bed net,24.8 +Always taker,Control,1,1,45.5,64.1,Bed net,64.1 +Complier,Treatment,0,1,42.8,43.9,Bed net,43.9 +Never taker,Control,0,0,33.2,35.1,No bed net,33.2 +Never taker,Control,0,0,46.1,46.6,No bed net,46.1 +Always taker,Control,1,1,59.9,78.7,Bed net,78.7 +Complier,Treatment,0,1,29,64.8,Bed net,64.8 +Complier,Treatment,0,1,43.1,64.4,Bed net,64.4 +Complier,Control,0,1,35.7,82.6,No bed net,35.7 +Never taker,Control,0,0,26.5,43.7,No bed net,26.5 +Always taker,Control,1,1,45.5,61.3,Bed net,61.3 +Never taker,Treatment,0,0,48.8,33.8,No bed net,48.8 +Never taker,Treatment,0,0,47.6,19.3,No bed net,47.6 +Never taker,Treatment,0,0,48.5,41.8,No bed net,48.5 +Never taker,Control,0,0,33.5,29.1,No bed net,33.5 +Complier,Control,0,1,45.3,68.2,No bed net,45.3 +Always taker,Treatment,1,1,35.5,55.8,Bed net,55.8 +Never taker,Control,0,0,54.2,45.3,No bed net,54.2 +Complier,Treatment,0,1,46,89.1,Bed net,89.1 +Complier,Treatment,0,1,47.3,62,Bed net,62 +Complier,Treatment,0,1,48.9,28.7,Bed net,28.7 +Never taker,Control,0,0,37.8,37.8,No bed net,37.8 +Complier,Control,0,1,32.8,69.8,No bed net,32.8 +Never taker,Treatment,0,0,44.8,51.8,No bed net,44.8 +Complier,Treatment,0,1,23.3,62.9,Bed net,62.9 +Complier,Control,0,1,39.9,24.5,No bed net,39.9 +Complier,Treatment,0,1,38.2,58.6,Bed net,58.6 +Never taker,Control,0,0,36.7,38.8,No bed net,36.7 +Never taker,Treatment,0,0,22.5,41.9,No bed net,22.5 +Always taker,Treatment,1,1,54.3,72.8,Bed net,72.8 +Never taker,Treatment,0,0,40.9,43.6,No bed net,40.9 +Never taker,Control,0,0,49.5,46,No bed net,49.5 +Never taker,Control,0,0,29.6,40.1,No bed net,29.6 +Never taker,Control,0,0,33.5,40.6,No bed net,33.5 +Complier,Control,0,1,28,58,No bed net,28 +Never taker,Treatment,0,0,43,30.6,No bed net,43 +Always taker,Control,1,1,66.5,67.6,Bed net,67.6 +Complier,Control,0,1,39.5,35.5,No bed net,39.5 +Always taker,Treatment,1,1,55.7,64.5,Bed net,64.5 +Never taker,Control,0,0,33.6,27.5,No bed net,33.6 +Always taker,Control,1,1,66.9,57.9,Bed net,57.9 +Complier,Treatment,0,1,35.8,39.5,Bed net,39.5 +Complier,Control,0,1,46.8,42.5,No bed net,46.8 +Never taker,Control,0,0,57.5,38.4,No bed net,57.5 +Complier,Control,0,1,28.7,41.3,No bed net,28.7 +Complier,Control,0,1,49.4,45.7,No bed net,49.4 +Always taker,Control,1,1,75.2,53.2,Bed net,53.2 +Complier,Treatment,0,1,45.4,49.5,Bed net,49.5 +Always taker,Treatment,1,1,47.5,59.7,Bed net,59.7 +Complier,Treatment,0,1,25.4,63.6,Bed net,63.6 +Never taker,Treatment,0,0,43.5,32.3,No bed net,43.5 +Always taker,Control,1,1,51.5,71.3,Bed net,71.3 +Never taker,Treatment,0,0,23,52.9,No bed net,23 +Complier,Control,0,1,43,38.3,No bed net,43 +Complier,Treatment,0,1,40.9,43.5,Bed net,43.5 +Never taker,Control,0,0,22,46.4,No bed net,22 +Complier,Treatment,0,1,46,45.4,Bed net,45.4 +Always taker,Control,1,1,70.3,46.3,Bed net,46.3 +Never taker,Control,0,0,37.7,32.4,No bed net,37.7 +Never taker,Treatment,0,0,30.3,35.7,No bed net,30.3 +Never taker,Treatment,0,0,46.4,41.8,No bed net,46.4 +Complier,Control,0,1,53.1,53.6,No bed net,53.1 +Never taker,Control,0,0,33.5,31.6,No bed net,33.5 +Always taker,Control,1,1,58.3,47.4,Bed net,47.4 +Complier,Treatment,0,1,32.3,64.7,Bed net,64.7 +Complier,Control,0,1,40.1,46.7,No bed net,40.1 +Complier,Control,0,1,36.1,68.1,No bed net,36.1 +Always taker,Treatment,1,1,60,53.6,Bed net,53.6 +Always taker,Control,1,1,67.1,55.4,Bed net,55.4 +Complier,Control,0,1,50.4,40.3,No bed net,50.4 +Always taker,Control,1,1,60.5,60.3,Bed net,60.3 +Never taker,Control,0,0,36.8,18.1,No bed net,36.8 +Never taker,Control,0,0,37.5,38.6,No bed net,37.5 +Never taker,Treatment,0,0,43.4,27.1,No bed net,43.4 +Never taker,Control,0,0,26,30.1,No bed net,26 +Never taker,Control,0,0,29.3,47.6,No bed net,29.3 +Never taker,Treatment,0,0,48.6,39.4,No bed net,48.6 +Complier,Treatment,0,1,39.9,50.6,Bed net,50.6 +Complier,Control,0,1,34.2,61.4,No bed net,34.2 +Never taker,Treatment,0,0,48.3,74.8,No bed net,48.3 +Always taker,Treatment,1,1,53.1,53.7,Bed net,53.7 +Complier,Treatment,0,1,42.1,45.1,Bed net,45.1 +Never taker,Treatment,0,0,34.9,39.6,No bed net,34.9 +Never taker,Treatment,0,0,20.7,38.3,No bed net,20.7 +Never taker,Control,0,0,31.3,41.2,No bed net,31.3 +Always taker,Control,1,1,55.2,53.5,Bed net,53.5 +Complier,Control,0,1,37.1,46.3,No bed net,37.1 +Always taker,Treatment,1,1,32.9,65,Bed net,65 +Complier,Treatment,0,1,36.8,57,Bed net,57 +Never taker,Control,0,0,45.5,45,No bed net,45.5 +Complier,Treatment,0,1,35.6,58.8,Bed net,58.8 +Complier,Control,0,1,39.6,56,No bed net,39.6 +Complier,Control,0,1,33.6,34.8,No bed net,33.6 +Never taker,Control,0,0,35,37.6,No bed net,35 +Complier,Control,0,1,28.9,43,No bed net,28.9 +Never taker,Treatment,0,0,26.5,29.3,No bed net,26.5 +Always taker,Treatment,1,1,42.6,57.7,Bed net,57.7 +Never taker,Control,0,0,23.7,31.5,No bed net,23.7 +Never taker,Treatment,0,0,41.3,26.6,No bed net,41.3 +Complier,Treatment,0,1,40.8,54.8,Bed net,54.8 +Never taker,Control,0,0,39.8,28.2,No bed net,39.8 +Complier,Treatment,0,1,41.5,46.9,Bed net,46.9 +Always taker,Control,1,1,66.3,47.8,Bed net,47.8 +Always taker,Treatment,1,1,48.1,64.4,Bed net,64.4 +Never taker,Control,0,0,23.7,28.5,No bed net,23.7 +Never taker,Treatment,0,0,27.3,47,No bed net,27.3 +Never taker,Control,0,0,41.1,49.3,No bed net,41.1 +Never taker,Control,0,0,26.8,48.3,No bed net,26.8 +Always taker,Treatment,1,1,56.2,51.8,Bed net,51.8 +Always taker,Treatment,1,1,59.3,28.7,Bed net,28.7 +Never taker,Control,0,0,45.7,36.3,No bed net,45.7 +Complier,Control,0,1,43.9,68.3,No bed net,43.9 +Never taker,Treatment,0,0,53,17.7,No bed net,53 +Complier,Control,0,1,28,65.2,No bed net,28 +Never taker,Control,0,0,38.8,21.1,No bed net,38.8 +Never taker,Control,0,0,43.7,37.4,No bed net,43.7 +Complier,Control,0,1,21.7,48.3,No bed net,21.7 +Complier,Control,0,1,29.2,55.8,No bed net,29.2 +Complier,Control,0,1,45.4,60.9,No bed net,45.4 +Complier,Control,0,1,46.1,69.7,No bed net,46.1 +Complier,Control,0,1,41.7,63.6,No bed net,41.7 +Complier,Control,0,1,40.6,80.3,No bed net,40.6 +Never taker,Control,0,0,51.9,34.2,No bed net,51.9 +Never taker,Control,0,0,32.3,41.5,No bed net,32.3 +Never taker,Control,0,0,37.3,54.7,No bed net,37.3 +Always taker,Treatment,1,1,67.5,53.2,Bed net,53.2 +Always taker,Treatment,1,1,51.1,65.6,Bed net,65.6 +Always taker,Control,1,1,62.4,42.5,Bed net,42.5 +Always taker,Treatment,1,1,53.9,57.5,Bed net,57.5 +Always taker,Control,1,1,52.2,49,Bed net,49 +Never taker,Control,0,0,29.6,53.9,No bed net,29.6 +Never taker,Control,0,0,34.9,53,No bed net,34.9 +Complier,Control,0,1,49,74.2,No bed net,49 +Never taker,Control,0,0,28.8,49,No bed net,28.8 +Never taker,Control,0,0,20.7,26.3,No bed net,20.7 +Never taker,Treatment,0,0,48.4,46.7,No bed net,48.4 +Complier,Treatment,0,1,44,66,Bed net,66 +Always taker,Control,1,1,60.9,62.9,Bed net,62.9 +Always taker,Treatment,1,1,40.4,53.9,Bed net,53.9 +Never taker,Treatment,0,0,48.4,33.1,No bed net,48.4 +Never taker,Control,0,0,30.2,38.2,No bed net,30.2 +Complier,Control,0,1,36.6,47.4,No bed net,36.6 +Never taker,Treatment,0,0,36.6,30.4,No bed net,36.6 +Complier,Treatment,0,1,24.5,61.6,Bed net,61.6 +Complier,Control,0,1,45.2,22.4,No bed net,45.2 +Complier,Treatment,0,1,42.2,44.1,Bed net,44.1 +Always taker,Treatment,1,1,56,51.2,Bed net,51.2 +Never taker,Control,0,0,32.2,22.9,No bed net,32.2 +Complier,Control,0,1,56.6,72,No bed net,56.6 +Always taker,Control,1,1,55,50.4,Bed net,50.4 +Complier,Treatment,0,1,40.2,69,Bed net,69 +Never taker,Treatment,0,0,25.8,34.3,No bed net,25.8 +Never taker,Treatment,0,0,34.1,36.5,No bed net,34.1 +Never taker,Control,0,0,41.6,19,No bed net,41.6 +Always taker,Control,1,1,45.4,54.9,Bed net,54.9 +Complier,Control,0,1,47.7,62.9,No bed net,47.7 +Never taker,Treatment,0,0,6.2,47.6,No bed net,6.2 +Always taker,Treatment,1,1,43.7,40.4,Bed net,40.4 +Complier,Control,0,1,43.7,82.7,No bed net,43.7 +Complier,Treatment,0,1,36.6,54.8,Bed net,54.8 +Complier,Treatment,0,1,46.2,65,Bed net,65 +Complier,Control,0,1,28,32.6,No bed net,28 +Never taker,Treatment,0,0,38.7,18.3,No bed net,38.7 +Always taker,Treatment,1,1,56.4,54.6,Bed net,54.6 +Always taker,Treatment,1,1,48,57.9,Bed net,57.9 +Complier,Treatment,0,1,30.7,41.5,Bed net,41.5 +Complier,Control,0,1,29.7,61.6,No bed net,29.7 +Complier,Control,0,1,36.6,53.3,No bed net,36.6 +Always taker,Treatment,1,1,52.3,56.8,Bed net,56.8 +Always taker,Control,1,1,63.1,59.6,Bed net,59.6 +Complier,Control,0,1,36.2,65.9,No bed net,36.2 +Complier,Control,0,1,39.3,45.8,No bed net,39.3 +Always taker,Control,1,1,47.3,46,Bed net,46 +Never taker,Treatment,0,0,18.8,61.9,No bed net,18.8 +Complier,Control,0,1,34.6,55.7,No bed net,34.6 +Complier,Treatment,0,1,32,46.1,Bed net,46.1 +Complier,Control,0,1,29,52.9,No bed net,29 +Never taker,Treatment,0,0,44.9,36.1,No bed net,44.9 +Complier,Treatment,0,1,38.3,44.7,Bed net,44.7 +Never taker,Control,0,0,43.2,27.2,No bed net,43.2 +Never taker,Treatment,0,0,58.4,37.7,No bed net,58.4 +Complier,Treatment,0,1,45.5,70,Bed net,70 +Complier,Treatment,0,1,44.3,81.7,Bed net,81.7 +Never taker,Control,0,0,58.3,31.3,No bed net,58.3 +Never taker,Control,0,0,18,44.8,No bed net,18 +Complier,Treatment,0,1,35.1,61.1,Bed net,61.1 +Never taker,Control,0,0,37,11.9,No bed net,37 +Complier,Control,0,1,46.1,51.7,No bed net,46.1 +Never taker,Control,0,0,19,29.8,No bed net,19 +Never taker,Treatment,0,0,40.3,31.9,No bed net,40.3 +Always taker,Treatment,1,1,55.8,55.7,Bed net,55.7 +Always taker,Treatment,1,1,42.3,45.8,Bed net,45.8 +Complier,Treatment,0,1,42.2,49.2,Bed net,49.2 +Complier,Treatment,0,1,35.7,60,Bed net,60 +Never taker,Treatment,0,0,47.8,41.1,No bed net,47.8 +Always taker,Treatment,1,1,40.4,59.1,Bed net,59.1 +Never taker,Control,0,0,41.6,49.8,No bed net,41.6 +Complier,Control,0,1,43.9,61.3,No bed net,43.9 +Complier,Treatment,0,1,37.1,48.5,Bed net,48.5 +Never taker,Control,0,0,39.3,35.7,No bed net,39.3 +Never taker,Treatment,0,0,37.6,33.3,No bed net,37.6 +Complier,Control,0,1,33.6,70.5,No bed net,33.6 +Never taker,Treatment,0,0,37.3,66,No bed net,37.3 +Always taker,Treatment,1,1,53.6,53.3,Bed net,53.3 +Never taker,Treatment,0,0,26.9,42.9,No bed net,26.9 +Always taker,Treatment,1,1,54.9,72.6,Bed net,72.6 +Never taker,Treatment,0,0,42.6,37.5,No bed net,42.6 +Never taker,Treatment,0,0,60.6,18.4,No bed net,60.6 +Complier,Control,0,1,49,66.7,No bed net,49 +Complier,Treatment,0,1,33.5,72,Bed net,72 +Never taker,Control,0,0,52,16.8,No bed net,52 +Always taker,Treatment,1,1,53.2,64.3,Bed net,64.3 +Never taker,Treatment,0,0,57.4,33.1,No bed net,57.4 +Complier,Treatment,0,1,35.6,26.5,Bed net,26.5 +Never taker,Treatment,0,0,19.9,45,No bed net,19.9 +Complier,Treatment,0,1,49,74.2,Bed net,74.2 +Complier,Control,0,1,43.3,70.1,No bed net,43.3 +Never taker,Control,0,0,33.4,41.4,No bed net,33.4 +Complier,Treatment,0,1,40,45.9,Bed net,45.9 +Never taker,Treatment,0,0,36.9,45.9,No bed net,36.9 +Complier,Treatment,0,1,44.8,64.8,Bed net,64.8 +Complier,Control,0,1,27.9,76.6,No bed net,27.9 +Never taker,Treatment,0,0,44.6,55.1,No bed net,44.6 +Complier,Treatment,0,1,45.4,36.7,Bed net,36.7 +Never taker,Control,0,0,35,11.7,No bed net,35 +Always taker,Control,1,1,54.6,61.2,Bed net,61.2 +Never taker,Treatment,0,0,15.9,27.2,No bed net,15.9 +Never taker,Treatment,0,0,49,23.3,No bed net,49 +Never taker,Control,0,0,58.2,42.2,No bed net,58.2 +Never taker,Treatment,0,0,25.1,29.7,No bed net,25.1 +Never taker,Control,0,0,40.2,34.5,No bed net,40.2 +Complier,Control,0,1,33.8,70.7,No bed net,33.8 +Never taker,Control,0,0,23.7,37.5,No bed net,23.7 +Complier,Treatment,0,1,34.2,56.3,Bed net,56.3 +Never taker,Control,0,0,27.8,31.6,No bed net,27.8 +Complier,Treatment,0,1,49.6,41.6,Bed net,41.6 +Complier,Treatment,0,1,29.6,50.6,Bed net,50.6 +Complier,Control,0,1,45.5,48.1,No bed net,45.5 +Never taker,Treatment,0,0,44.1,47.3,No bed net,44.1 +Never taker,Treatment,0,0,31.4,42,No bed net,31.4 +Complier,Control,0,1,35.8,46.1,No bed net,35.8 +Never taker,Treatment,0,0,33.8,20,No bed net,33.8 +Never taker,Treatment,0,0,29.9,36.9,No bed net,29.9 +Complier,Treatment,0,1,37.5,60.2,Bed net,60.2 +Complier,Treatment,0,1,35.4,42.6,Bed net,42.6 +Complier,Control,0,1,33.6,56.6,No bed net,33.6 +Always taker,Control,1,1,66.5,54.9,Bed net,54.9 +Never taker,Control,0,0,35.2,36.5,No bed net,35.2 +Complier,Control,0,1,27,43.8,No bed net,27 +Never taker,Treatment,0,0,25.1,45.4,No bed net,25.1 +Always taker,Control,1,1,55,71.7,Bed net,71.7 +Complier,Control,0,1,39.1,60.7,No bed net,39.1 +Complier,Control,0,1,37.9,57,No bed net,37.9 +Complier,Treatment,0,1,33.5,50,Bed net,50 +Never taker,Control,0,0,45.3,31.6,No bed net,45.3 +Complier,Treatment,0,1,48.7,51.5,Bed net,51.5 +Never taker,Treatment,0,0,28.6,51.3,No bed net,28.6 +Always taker,Control,1,1,53.7,52.6,Bed net,52.6 +Never taker,Control,0,0,41.5,46.7,No bed net,41.5 +Never taker,Treatment,0,0,51.4,49,No bed net,51.4 +Complier,Control,0,1,54.8,51.4,No bed net,54.8 +Never taker,Control,0,0,40.7,49.3,No bed net,40.7 +Complier,Treatment,0,1,41.1,58.8,Bed net,58.8 +Never taker,Control,0,0,43.3,29.9,No bed net,43.3 +Always taker,Control,1,1,82,36.9,Bed net,36.9 +Never taker,Control,0,0,22.9,26.1,No bed net,22.9 +Complier,Treatment,0,1,38.5,27.8,Bed net,27.8 +Never taker,Control,0,0,27.9,36.4,No bed net,27.9 +Complier,Treatment,0,1,26.5,68.7,Bed net,68.7 +Complier,Control,0,1,28,43.9,No bed net,28 +Never taker,Control,0,0,60.4,49.7,No bed net,60.4 +Always taker,Treatment,1,1,54.1,46.2,Bed net,46.2 +Never taker,Treatment,0,0,31,30.7,No bed net,31 +Complier,Treatment,0,1,36.5,27.2,Bed net,27.2 +Complier,Treatment,0,1,46.7,53,Bed net,53 +Complier,Control,0,1,51.2,45.7,No bed net,51.2 +Never taker,Control,0,0,71.1,51.9,No bed net,71.1 +Never taker,Control,0,0,22,34.8,No bed net,22 +Never taker,Treatment,0,0,48.3,33.6,No bed net,48.3 +Complier,Control,0,1,34.9,53.4,No bed net,34.9 +Never taker,Control,0,0,65.9,45.9,No bed net,65.9 +Complier,Treatment,0,1,55.6,55.5,Bed net,55.5 +Complier,Control,0,1,31.4,59.6,No bed net,31.4 +Never taker,Control,0,0,38.6,48.7,No bed net,38.6 +Complier,Control,0,1,29.4,31.3,No bed net,29.4 +Complier,Control,0,1,35.7,35.1,No bed net,35.7 +Complier,Control,0,1,39.2,63.9,No bed net,39.2 +Complier,Control,0,1,31.9,61.1,No bed net,31.9 +Always taker,Control,1,1,53.8,50.7,Bed net,50.7 +Never taker,Treatment,0,0,45.3,50.3,No bed net,45.3 +Complier,Treatment,0,1,37.4,67,Bed net,67 +Never taker,Control,0,0,14.9,33.5,No bed net,14.9 +Never taker,Treatment,0,0,37.6,33.5,No bed net,37.6 +Always taker,Treatment,1,1,53.9,44,Bed net,44 +Complier,Control,0,1,39.9,51.1,No bed net,39.9 +Complier,Treatment,0,1,43.7,66.5,Bed net,66.5 +Always taker,Control,1,1,71,30.9,Bed net,30.9 +Complier,Control,0,1,39.7,39.4,No bed net,39.7 +Complier,Control,0,1,19.4,74.6,No bed net,19.4 +Complier,Treatment,0,1,39.1,70.4,Bed net,70.4 +Always taker,Control,1,1,66.2,53.2,Bed net,53.2 +Never taker,Control,0,0,35.7,35.3,No bed net,35.7 +Complier,Treatment,0,1,31.1,65.6,Bed net,65.6 +Never taker,Treatment,0,0,26.4,28.7,No bed net,26.4 +Always taker,Treatment,1,1,68.8,34.1,Bed net,34.1 +Never taker,Treatment,0,0,51.3,48.9,No bed net,51.3 +Never taker,Treatment,0,0,20.5,53.6,No bed net,20.5 +Always taker,Control,1,1,54.7,55,Bed net,55 +Never taker,Treatment,0,0,32.5,44.5,No bed net,32.5 +Never taker,Control,0,0,42.2,41.7,No bed net,42.2 +Always taker,Control,1,1,64.4,37.5,Bed net,37.5 +Complier,Treatment,0,1,34.4,27.5,Bed net,27.5 +Always taker,Control,1,1,42.4,75.3,Bed net,75.3 +Always taker,Control,1,1,68.4,65.2,Bed net,65.2 +Never taker,Control,0,0,51.7,46.9,No bed net,51.7 +Always taker,Control,1,1,61.8,72.2,Bed net,72.2 +Complier,Treatment,0,1,38.3,92.3,Bed net,92.3 +Complier,Treatment,0,1,35.7,42.3,Bed net,42.3 +Never taker,Treatment,0,0,61.2,5.2,No bed net,61.2 +Never taker,Control,0,0,46.4,10.2,No bed net,46.4 +Complier,Treatment,0,1,41.3,53.8,Bed net,53.8 +Never taker,Treatment,0,0,53.7,13.6,No bed net,53.7 +Always taker,Treatment,1,1,50.5,43.9,Bed net,43.9 +Complier,Treatment,0,1,42.4,46.8,Bed net,46.8 +Always taker,Control,1,1,57.2,50.4,Bed net,50.4 +Complier,Treatment,0,1,36.1,57,Bed net,57 +Never taker,Control,0,0,38.9,42.4,No bed net,38.9 +Complier,Treatment,0,1,36.2,41,Bed net,41 +Complier,Treatment,0,1,36.4,51.7,Bed net,51.7 +Never taker,Control,0,0,34.3,23.2,No bed net,34.3 +Complier,Control,0,1,43.4,46.7,No bed net,43.4 +Complier,Treatment,0,1,44.9,36.9,Bed net,36.9 +Never taker,Treatment,0,0,35.7,42,No bed net,35.7 +Complier,Treatment,0,1,33.5,72.4,Bed net,72.4 +Never taker,Control,0,0,14.2,37.8,No bed net,14.2 +Always taker,Treatment,1,1,50.3,70.3,Bed net,70.3 +Complier,Treatment,0,1,40.4,58.4,Bed net,58.4 +Always taker,Treatment,1,1,55.4,57.7,Bed net,57.7 +Never taker,Control,0,0,28.2,43.5,No bed net,28.2 +Complier,Treatment,0,1,36.7,38.4,Bed net,38.4 +Never taker,Control,0,0,41,7.9,No bed net,41 +Never taker,Treatment,0,0,10.8,28.4,No bed net,10.8 +Never taker,Treatment,0,0,37.3,35.9,No bed net,37.3 +Complier,Control,0,1,25.8,55.9,No bed net,25.8 +Never taker,Control,0,0,35.4,26.9,No bed net,35.4 +Never taker,Control,0,0,52.5,27.3,No bed net,52.5 +Complier,Control,0,1,46.7,47.9,No bed net,46.7 +Complier,Control,0,1,55,35,No bed net,55 +Complier,Control,0,1,50.3,49.2,No bed net,50.3 +Never taker,Control,0,0,42.3,27.1,No bed net,42.3 +Never taker,Treatment,0,0,47.9,12.4,No bed net,47.9 +Complier,Treatment,0,1,39.9,44.1,Bed net,44.1 +Never taker,Control,0,0,33.9,39.4,No bed net,33.9 +Never taker,Control,0,0,61.8,42.5,No bed net,61.8 +Complier,Control,0,1,38.7,57.3,No bed net,38.7 +Never taker,Treatment,0,0,24.5,31.8,No bed net,24.5 +Never taker,Control,0,0,59.3,34.1,No bed net,59.3 +Complier,Control,0,1,28.3,34.7,No bed net,28.3 +Complier,Control,0,1,27.1,72.9,No bed net,27.1 +Never taker,Control,0,0,32.9,37.7,No bed net,32.9 +Complier,Control,0,1,22.5,60.4,No bed net,22.5 +Always taker,Control,1,1,48.1,63.8,Bed net,63.8 +Never taker,Treatment,0,0,29.5,69,No bed net,29.5 +Never taker,Treatment,0,0,44.1,32,No bed net,44.1 +Never taker,Treatment,0,0,35.3,36.4,No bed net,35.3 +Complier,Treatment,0,1,29.1,57.5,Bed net,57.5 +Complier,Treatment,0,1,28.4,73.2,Bed net,73.2 +Complier,Treatment,0,1,29.8,17.2,Bed net,17.2 +Never taker,Control,0,0,32.8,30.3,No bed net,32.8 +Never taker,Treatment,0,0,36,33.8,No bed net,36 +Complier,Control,0,1,32,61.7,No bed net,32 +Always taker,Treatment,1,1,59.4,52.1,Bed net,52.1 +Complier,Control,0,1,49.9,40.4,No bed net,49.9 +Never taker,Treatment,0,0,55.6,36.1,No bed net,55.6 +Never taker,Control,0,0,51,28.3,No bed net,51 +Never taker,Control,0,0,50,36,No bed net,50 +Complier,Treatment,0,1,27.5,41.1,Bed net,41.1 +Complier,Control,0,1,39.3,53.8,No bed net,39.3 +Never taker,Control,0,0,19.7,42.6,No bed net,19.7 +Never taker,Control,0,0,41.9,32,No bed net,41.9 +Complier,Control,0,1,40.1,67.6,No bed net,40.1 +Never taker,Control,0,0,27.8,51.9,No bed net,27.8 +Never taker,Control,0,0,34.3,62.8,No bed net,34.3 +Complier,Treatment,0,1,44.6,57.7,Bed net,57.7 +Never taker,Control,0,0,35.3,46.4,No bed net,35.3 +Never taker,Control,0,0,32.6,17.1,No bed net,32.6 +Never taker,Treatment,0,0,35.4,36.6,No bed net,35.4 +Complier,Control,0,1,37,48.3,No bed net,37 +Complier,Control,0,1,44.4,60.3,No bed net,44.4 +Never taker,Control,0,0,26.9,41.2,No bed net,26.9 +Never taker,Treatment,0,0,27.4,25.4,No bed net,27.4 +Never taker,Treatment,0,0,32.9,29,No bed net,32.9 +Complier,Control,0,1,49.5,30.5,No bed net,49.5 +Complier,Treatment,0,1,36.7,72.7,Bed net,72.7 +Complier,Control,0,1,37.5,45.3,No bed net,37.5 +Complier,Control,0,1,52.8,49.2,No bed net,52.8 +Complier,Control,0,1,39.9,55.3,No bed net,39.9 +Complier,Treatment,0,1,49.8,44,Bed net,44 +Always taker,Control,1,1,50.6,36.6,Bed net,36.6 +Complier,Control,0,1,29.5,67.3,No bed net,29.5 +Complier,Treatment,0,1,42.7,45.3,Bed net,45.3 +Never taker,Control,0,0,41.7,5.7,No bed net,41.7 +Complier,Control,0,1,39.9,46.5,No bed net,39.9 +Always taker,Control,1,1,45.4,55.4,Bed net,55.4 +Complier,Control,0,1,30.2,33.9,No bed net,30.2 +Complier,Control,0,1,41.1,46.6,No bed net,41.1 +Never taker,Control,0,0,33.1,35.9,No bed net,33.1 +Never taker,Treatment,0,0,14.7,47.1,No bed net,14.7 +Never taker,Treatment,0,0,24.6,24.7,No bed net,24.6 +Complier,Treatment,0,1,33.8,57.3,Bed net,57.3 +Always taker,Control,1,1,46.8,60.1,Bed net,60.1 +Complier,Control,0,1,38.2,67.3,No bed net,38.2 +Never taker,Control,0,0,31,40.5,No bed net,31 +Never taker,Control,0,0,49.1,30,No bed net,49.1 +Complier,Treatment,0,1,32.2,61.2,Bed net,61.2 +Complier,Treatment,0,1,31.2,42.1,Bed net,42.1 +Complier,Control,0,1,39.5,34.1,No bed net,39.5 +Complier,Treatment,0,1,36.2,54.8,Bed net,54.8 +Complier,Treatment,0,1,32,47.8,Bed net,47.8 +Always taker,Treatment,1,1,39.2,60.6,Bed net,60.6 +Complier,Treatment,0,1,32.4,83.4,Bed net,83.4 +Always taker,Treatment,1,1,54.6,48.9,Bed net,48.9 +Never taker,Control,0,0,29.4,14.1,No bed net,29.4 +Never taker,Treatment,0,0,41,54.7,No bed net,41 +Always taker,Treatment,1,1,43.6,44.2,Bed net,44.2 +Never taker,Treatment,0,0,34.1,39.4,No bed net,34.1 +Never taker,Control,0,0,54,29.1,No bed net,54 +Never taker,Treatment,0,0,63.6,25.9,No bed net,63.6 +Never taker,Treatment,0,0,37.5,56.1,No bed net,37.5 +Never taker,Treatment,0,0,37.6,70.4,No bed net,37.6 +Complier,Control,0,1,42.2,29,No bed net,42.2 +Always taker,Treatment,1,1,63.6,71.8,Bed net,71.8 +Complier,Control,0,1,30.8,33.1,No bed net,30.8 +Always taker,Treatment,1,1,52.6,63,Bed net,63 +Complier,Control,0,1,36.5,33.5,No bed net,36.5 +Always taker,Control,1,1,72.3,67.4,Bed net,67.4 +Never taker,Treatment,0,0,57,46.7,No bed net,57 +Never taker,Treatment,0,0,41,30.7,No bed net,41 +Complier,Control,0,1,43.3,52.4,No bed net,43.3 +Complier,Treatment,0,1,28.8,37.5,Bed net,37.5 +Complier,Treatment,0,1,37.8,59.6,Bed net,59.6 +Always taker,Control,1,1,46.3,48.9,Bed net,48.9 +Complier,Control,0,1,41.8,50.4,No bed net,41.8 +Complier,Treatment,0,1,46.3,58.5,Bed net,58.5 +Always taker,Treatment,1,1,63.8,53.8,Bed net,53.8 +Never taker,Control,0,0,36,37.3,No bed net,36 +Complier,Treatment,0,1,34.2,59.1,Bed net,59.1 +Always taker,Treatment,1,1,65.7,49.5,Bed net,49.5 +Complier,Control,0,1,37.5,50.6,No bed net,37.5 +Complier,Control,0,1,34.5,84.5,No bed net,34.5 +Complier,Treatment,0,1,38.5,62.8,Bed net,62.8 +Complier,Treatment,0,1,41.9,64.8,Bed net,64.8 +Never taker,Treatment,0,0,31.9,25.2,No bed net,31.9 +Never taker,Control,0,0,43.1,17.8,No bed net,43.1 +Complier,Treatment,0,1,34.9,51.6,Bed net,51.6 +Always taker,Treatment,1,1,57.8,45.3,Bed net,45.3 +Never taker,Treatment,0,0,39.3,63.4,No bed net,39.3 +Complier,Control,0,1,57.4,51.1,No bed net,57.4 +Complier,Control,0,1,43.9,34.8,No bed net,43.9 +Complier,Treatment,0,1,34.6,36.6,Bed net,36.6 +Complier,Treatment,0,1,36.1,73.2,Bed net,73.2 +Always taker,Control,1,1,65.7,65.4,Bed net,65.4 +Never taker,Treatment,0,0,46.7,40.1,No bed net,46.7 +Complier,Treatment,0,1,41.3,70.7,Bed net,70.7 +Never taker,Control,0,0,35.7,41,No bed net,35.7 +Never taker,Treatment,0,0,31.6,36.2,No bed net,31.6 +Complier,Treatment,0,1,27.5,52.8,Bed net,52.8 +Never taker,Treatment,0,0,49.6,23.8,No bed net,49.6 +Never taker,Treatment,0,0,35.2,42.2,No bed net,35.2 +Never taker,Treatment,0,0,37.8,43.8,No bed net,37.8 +Never taker,Control,0,0,54.9,46.8,No bed net,54.9 +Complier,Control,0,1,32.3,82.3,No bed net,32.3 +Never taker,Treatment,0,0,47.3,20.3,No bed net,47.3 +Never taker,Control,0,0,14.1,22.3,No bed net,14.1 +Always taker,Control,1,1,42.9,52.7,Bed net,52.7 +Always taker,Control,1,1,44.8,59.1,Bed net,59.1 +Complier,Treatment,0,1,45.1,47,Bed net,47 +Complier,Treatment,0,1,31.2,47.9,Bed net,47.9 +Complier,Treatment,0,1,43,79.2,Bed net,79.2 +Complier,Treatment,0,1,29.6,87.3,Bed net,87.3 +Never taker,Treatment,0,0,40.5,36.3,No bed net,40.5 +Complier,Control,0,1,36.6,60.3,No bed net,36.6 +Always taker,Control,1,1,74.5,61.8,Bed net,61.8 +Never taker,Control,0,0,31,41.7,No bed net,31 +Always taker,Treatment,1,1,61.9,53.9,Bed net,53.9 +Complier,Treatment,0,1,34.5,42.6,Bed net,42.6 +Complier,Treatment,0,1,44.1,73.4,Bed net,73.4 +Never taker,Treatment,0,0,44.1,19.3,No bed net,44.1 +Never taker,Treatment,0,0,31.6,43.8,No bed net,31.6 +Complier,Control,0,1,39.9,79.1,No bed net,39.9 +Always taker,Treatment,1,1,60.4,55.5,Bed net,55.5 +Never taker,Treatment,0,0,36.5,41.4,No bed net,36.5 +Complier,Control,0,1,19.6,45.9,No bed net,19.6 +Never taker,Treatment,0,0,57.1,36.3,No bed net,57.1 +Never taker,Treatment,0,0,62.8,31.6,No bed net,62.8 +Never taker,Treatment,0,0,28.8,31.2,No bed net,28.8 +Never taker,Treatment,0,0,46.2,29.8,No bed net,46.2 +Always taker,Control,1,1,51.1,38.4,Bed net,38.4 +Always taker,Treatment,1,1,49.4,47.4,Bed net,47.4 +Never taker,Control,0,0,51.6,56.4,No bed net,51.6 +Complier,Treatment,0,1,23.2,100,Bed net,100 +Never taker,Control,0,0,49.3,34.9,No bed net,49.3 +Never taker,Control,0,0,62,40.9,No bed net,62 +Complier,Control,0,1,43.9,40.6,No bed net,43.9 +Never taker,Control,0,0,45.2,38.9,No bed net,45.2 +Never taker,Control,0,0,45.2,57.5,No bed net,45.2 +Never taker,Treatment,0,0,41.4,19.4,No bed net,41.4 +Never taker,Treatment,0,0,24,20.4,No bed net,24 +Never taker,Control,0,0,52.3,33.1,No bed net,52.3 +Complier,Control,0,1,46.8,26.9,No bed net,46.8 +Never taker,Treatment,0,0,39.8,64,No bed net,39.8 +Complier,Treatment,0,1,49.6,46.7,Bed net,46.7 +Never taker,Control,0,0,31.4,14.4,No bed net,31.4 +Never taker,Treatment,0,0,29.1,34.9,No bed net,29.1 +Complier,Treatment,0,1,49.4,60.2,Bed net,60.2 +Complier,Control,0,1,39.4,51,No bed net,39.4 +Complier,Control,0,1,31.3,76.8,No bed net,31.3 +Complier,Treatment,0,1,31.3,71.3,Bed net,71.3 +Never taker,Control,0,0,52.8,51.1,No bed net,52.8 +Complier,Treatment,0,1,40.5,48.4,Bed net,48.4 +Complier,Control,0,1,40.4,47.7,No bed net,40.4 +Never taker,Treatment,0,0,24.7,44,No bed net,24.7 +Never taker,Control,0,0,48,37.9,No bed net,48 +Never taker,Treatment,0,0,41.5,38.7,No bed net,41.5 +Always taker,Control,1,1,55.7,38.3,Bed net,38.3 +Complier,Control,0,1,44.7,52.1,No bed net,44.7 +Always taker,Control,1,1,55.9,48.1,Bed net,48.1 +Always taker,Treatment,1,1,65.7,45.8,Bed net,45.8 +Always taker,Control,1,1,51.1,43.9,Bed net,43.9 +Never taker,Control,0,0,40.6,52.1,No bed net,40.6 +Complier,Treatment,0,1,36.5,53.3,Bed net,53.3 +Never taker,Control,0,0,45.9,36.3,No bed net,45.9 +Never taker,Control,0,0,44.6,58.6,No bed net,44.6 +Complier,Control,0,1,25.5,61.1,No bed net,25.5 +Complier,Treatment,0,1,43.3,38.2,Bed net,38.2 +Complier,Treatment,0,1,30,56.6,Bed net,56.6 +Never taker,Treatment,0,0,51.4,51.2,No bed net,51.4 +Never taker,Treatment,0,0,39,45.2,No bed net,39 +Complier,Control,0,1,30.4,73,No bed net,30.4 +Always taker,Treatment,1,1,58.5,47,Bed net,47 +Complier,Treatment,0,1,43.8,40.6,Bed net,40.6 +Always taker,Control,1,1,57.2,48.5,Bed net,48.5 +Complier,Treatment,0,1,41.5,57.5,Bed net,57.5 +Never taker,Control,0,0,41.9,40.4,No bed net,41.9 +Complier,Control,0,1,34.6,59.8,No bed net,34.6 +Always taker,Control,1,1,59.8,33.2,Bed net,33.2 +Complier,Control,0,1,43.5,69.8,No bed net,43.5 +Never taker,Control,0,0,33.4,47.8,No bed net,33.4 +Never taker,Control,0,0,41.9,27.5,No bed net,41.9 +Complier,Control,0,1,41.7,67.5,No bed net,41.7 +Never taker,Treatment,0,0,27.6,29.9,No bed net,27.6 +Never taker,Treatment,0,0,37,24.9,No bed net,37 +Never taker,Treatment,0,0,33.7,49.6,No bed net,33.7 +Never taker,Treatment,0,0,50.3,51.6,No bed net,50.3 +Never taker,Control,0,0,34.9,44.2,No bed net,34.9 +Never taker,Control,0,0,39.4,32.7,No bed net,39.4 +Never taker,Treatment,0,0,41.3,49.7,No bed net,41.3 +Complier,Control,0,1,33.9,42.3,No bed net,33.9 +Always taker,Treatment,1,1,61.3,44.7,Bed net,44.7 +Never taker,Control,0,0,7.7,28.3,No bed net,7.7 +Complier,Treatment,0,1,42.8,60.8,Bed net,60.8 +Never taker,Control,0,0,35,29.4,No bed net,35 +Complier,Treatment,0,1,34.1,52,Bed net,52 +Complier,Treatment,0,1,33.5,51.1,Bed net,51.1 +Always taker,Treatment,1,1,52,52.5,Bed net,52.5 +Never taker,Control,0,0,22.6,56.4,No bed net,22.6 +Complier,Control,0,1,37.2,49.9,No bed net,37.2 +Complier,Control,0,1,34.8,50,No bed net,34.8 +Complier,Treatment,0,1,32.9,45.2,Bed net,45.2 +Never taker,Treatment,0,0,40.9,50.2,No bed net,40.9 +Complier,Treatment,0,1,15.1,52.8,Bed net,52.8 +Complier,Treatment,0,1,24.8,55.9,Bed net,55.9 +Always taker,Treatment,1,1,53.5,52.6,Bed net,52.6 +Complier,Control,0,1,46,47.6,No bed net,46 +Always taker,Control,1,1,63.3,71.5,Bed net,71.5 +Complier,Control,0,1,30.7,30.8,No bed net,30.7 +Never taker,Control,0,0,56.6,49.3,No bed net,56.6 +Never taker,Treatment,0,0,41,46,No bed net,41 +Complier,Control,0,1,38.1,31.4,No bed net,38.1 +Complier,Control,0,1,29.5,47.9,No bed net,29.5 +Complier,Control,0,1,43.4,58.4,No bed net,43.4 +Complier,Treatment,0,1,30.2,59,Bed net,59 +Never taker,Treatment,0,0,15.3,29.5,No bed net,15.3 +Complier,Treatment,0,1,45.3,53.8,Bed net,53.8 +Complier,Control,0,1,43.1,66.2,No bed net,43.1 +Always taker,Treatment,1,1,48.3,72.6,Bed net,72.6 +Always taker,Control,1,1,51.3,53.6,Bed net,53.6 +Never taker,Control,0,0,44.1,37.6,No bed net,44.1 +Never taker,Treatment,0,0,39.3,63.1,No bed net,39.3 +Complier,Control,0,1,39.4,54.1,No bed net,39.4 +Never taker,Treatment,0,0,35.2,27.9,No bed net,35.2 +Complier,Treatment,0,1,42.6,31.5,Bed net,31.5 +Never taker,Treatment,0,0,39.2,30.4,No bed net,39.2 +Always taker,Treatment,1,1,59.6,55.7,Bed net,55.7 +Always taker,Control,1,1,60,43.5,Bed net,43.5 +Complier,Control,0,1,49.9,28.6,No bed net,49.9 +Never taker,Treatment,0,0,46.8,59.2,No bed net,46.8 +Never taker,Control,0,0,50.6,27.8,No bed net,50.6 +Complier,Treatment,0,1,40.2,44.8,Bed net,44.8 +Complier,Treatment,0,1,43,80.7,Bed net,80.7 +Complier,Treatment,0,1,51.1,47,Bed net,47 +Complier,Control,0,1,41.7,82,No bed net,41.7 +Complier,Control,0,1,37.6,55.2,No bed net,37.6 +Never taker,Treatment,0,0,25.1,42.5,No bed net,25.1 +Never taker,Treatment,0,0,23.2,40,No bed net,23.2 +Never taker,Control,0,0,52.2,31.7,No bed net,52.2 +Never taker,Treatment,0,0,33.7,18,No bed net,33.7 +Complier,Control,0,1,37.9,39.2,No bed net,37.9 +Never taker,Control,0,0,30.2,44.5,No bed net,30.2 +Always taker,Treatment,1,1,51.6,72.9,Bed net,72.9 +Never taker,Treatment,0,0,35.3,27.1,No bed net,35.3 +Complier,Treatment,0,1,43,63.4,Bed net,63.4 +Complier,Control,0,1,29.8,44.9,No bed net,29.8 +Never taker,Control,0,0,41.2,26.3,No bed net,41.2 +Complier,Treatment,0,1,42.8,39.2,Bed net,39.2 +Always taker,Control,1,1,64.2,59.9,Bed net,59.9 +Never taker,Control,0,0,12.6,23.6,No bed net,12.6 +Never taker,Control,0,0,21.2,45.9,No bed net,21.2 +Always taker,Treatment,1,1,67.1,51.7,Bed net,51.7 +Never taker,Treatment,0,0,32.9,27.7,No bed net,32.9 +Complier,Control,0,1,42.6,39.9,No bed net,42.6 +Never taker,Treatment,0,0,15.5,38.4,No bed net,15.5 +Complier,Treatment,0,1,28.8,51.6,Bed net,51.6 +Never taker,Control,0,0,30.6,46,No bed net,30.6 +Complier,Control,0,1,41.4,35.9,No bed net,41.4 +Always taker,Treatment,1,1,45.8,26.2,Bed net,26.2 +Complier,Control,0,1,27.5,44,No bed net,27.5 +Always taker,Control,1,1,71.3,44.6,Bed net,44.6 +Always taker,Treatment,1,1,63.1,40.5,Bed net,40.5 +Complier,Treatment,0,1,43.4,58.8,Bed net,58.8 +Always taker,Control,1,1,60.4,57.4,Bed net,57.4 +Complier,Treatment,0,1,35.4,67.5,Bed net,67.5 +Never taker,Treatment,0,0,37.8,15.7,No bed net,37.8 +Complier,Control,0,1,42.8,42.7,No bed net,42.8 +Complier,Treatment,0,1,47.2,50,Bed net,50 +Complier,Control,0,1,36.2,54.1,No bed net,36.2 +Always taker,Control,1,1,46.1,36.7,Bed net,36.7 +Complier,Control,0,1,28.8,37.8,No bed net,28.8 +Always taker,Control,1,1,59.4,65.8,Bed net,65.8 +Complier,Control,0,1,23.6,70.9,No bed net,23.6 +Always taker,Control,1,1,86.7,62.8,Bed net,62.8 +Always taker,Treatment,1,1,56.4,70.7,Bed net,70.7 +Complier,Treatment,0,1,36.8,47,Bed net,47 +Complier,Treatment,0,1,46.8,49.3,Bed net,49.3 +Always taker,Treatment,1,1,46.1,77.7,Bed net,77.7 +Complier,Treatment,0,1,32.3,58.9,Bed net,58.9 +Never taker,Treatment,0,0,37.9,35.7,No bed net,37.9 +Never taker,Treatment,0,0,15.6,49.4,No bed net,15.6 +Never taker,Control,0,0,23.3,28.7,No bed net,23.3 +Always taker,Control,1,1,54.5,75.3,Bed net,75.3 +Complier,Control,0,1,43.7,10.4,No bed net,43.7 +Always taker,Treatment,1,1,64.6,61.1,Bed net,61.1 +Complier,Treatment,0,1,28.5,63.7,Bed net,63.7 +Never taker,Treatment,0,0,35.2,31.5,No bed net,35.2 +Never taker,Treatment,0,0,37.6,37,No bed net,37.6 +Complier,Treatment,0,1,35.9,52,Bed net,52 +Never taker,Control,0,0,30.5,22.8,No bed net,30.5 +Complier,Treatment,0,1,44.5,60.1,Bed net,60.1 +Complier,Control,0,1,53.4,47,No bed net,53.4 +Complier,Treatment,0,1,23.6,53.5,Bed net,53.5 +Complier,Control,0,1,44.2,53.9,No bed net,44.2 +Complier,Control,0,1,42.8,69.1,No bed net,42.8 +Always taker,Treatment,1,1,66,55.3,Bed net,55.3 +Never taker,Control,0,0,31.6,32.3,No bed net,31.6 +Complier,Control,0,1,41.5,66.2,No bed net,41.5 diff --git a/docs/files/data/generated_data/father_education.csv b/docs/files/data/generated_data/father_education.csv new file mode 100644 index 00000000..c77a5dd0 --- /dev/null +++ b/docs/files/data/generated_data/father_education.csv @@ -0,0 +1,1001 @@ +wage,educ,ability,fathereduc +180.37,18.54,408.48,17.15 +100.23,16.24,309.92,15.49 +124.56,18.19,302.91,17.68 +177.59,16.55,342.21,15.55 +265.37,17.34,534.46,14.74 +186.89,17.46,408.54,15.97 +160.68,16.83,450.99,14.91 +205.23,19.59,556.69,17 +183.76,15.23,438.19,13.27 +190.6,18.47,296.59,18.05 +95.32,14.83,245.97,14.5 +109.44,17.87,235.51,17.92 +129.2,15.35,329.49,14.34 +187.05,16.9,438.74,15.09 +128.37,14.96,427.97,13.06 +200.69,18.14,339.55,17.3 +111.28,15.28,269.16,14.8 +219.3,17.82,417.08,16.29 +246.5,18.1,482.59,16.01 +172.69,16.75,384.14,15.4 +190.82,16.5,267.48,16.15 +213.36,17.28,446.03,15.44 +120.84,17.71,337.86,16.85 +154.45,20.43,351.27,19.71 +142.77,14.57,375.52,13.09 +157.5,17.21,296.48,16.67 +157.44,16.31,335.91,15.34 +224.68,19.06,397.04,17.82 +198.59,19.01,420.75,17.55 +99.39,16.08,279.33,15.58 +163.96,15.38,258.43,15 +151.92,17.02,340.62,16.08 +176.55,18.68,241.53,18.76 +72.91,10.81,90.32,11.47 +147.06,13.55,234.1,13.21 +145.15,19.88,257.91,19.93 +188.81,16.19,472.99,14.01 +201.49,18.62,424.59,17.1 +190.45,13.1,427.15,11.03 +95.81,16.48,235.34,16.41 +134.59,18.27,239.3,18.33 +140.81,12.13,420.39,10.03 +141.39,17.5,349.63,16.53 +166.03,17.51,254.84,17.36 +120.47,16.46,348.5,15.39 +96.2,13.19,289.86,12.33 +173.08,20.33,248.66,20.5 +88.77,15.13,324.34,14.15 +191.64,19.21,430.88,17.69 +124.5,13.44,226.83,13.15 +121.65,17.38,177.45,17.89 +108.47,15.42,290.77,14.76 +219.82,18.91,362.99,17.94 +179.41,17.67,464.16,15.71 +150.81,16.4,470.96,14.26 +128.93,13.77,304.28,12.84 +141.55,16.65,238.75,16.55 +91.89,14.52,202.05,14.55 +113.6,17.3,311.99,16.63 +198.04,14.36,323.61,13.32 +113.93,16.14,276.8,15.67 +195.98,19.32,362.24,18.4 +161.13,15.5,345.34,14.37 +128.94,14.06,260.12,13.54 +177.98,15.98,387.76,14.53 +168.17,17.27,312.6,16.59 +175.6,18.83,318.04,18.25 +151.2,18.46,336.49,17.68 +145.76,13.84,291.4,13.02 +148.54,15.28,268.91,14.8 +207.59,14.39,450.11,12.25 +221.45,16.86,384.57,15.52 +72.72,14.16,174.13,14.4 +209.06,19.47,373.37,18.47 +84.52,13.72,206.46,13.64 +199.51,16.63,419.06,14.97 +115.21,15.18,270.23,14.67 +157.13,19.66,338.77,18.98 +125.91,16.98,195.58,17.29 +58.84,12.4,129.97,12.86 +181.86,18.78,437.27,17.16 +97.68,15.74,271.85,15.27 +89.82,16.46,194.67,16.73 +197.18,16.78,380.47,15.47 +115.38,16.18,239.86,16.03 +170.42,18.09,338.62,17.27 +224.41,19.34,409.75,18.01 +165.32,15.89,372.86,14.56 +159.76,15.51,380.87,14.07 +197.71,17.37,311.89,16.71 +135.82,16.21,290.31,15.62 +183.26,17.95,446.35,16.17 +176.63,16.93,384.61,15.6 +139.39,11.42,303.83,10.28 +181.03,17.42,398.81,16.01 +177.08,17.86,411.18,16.38 +170.28,15.65,367.23,14.35 +197.98,17.41,475.07,15.32 +209.14,18.96,339.8,18.21 +204.24,19.04,345.87,18.24 +140.69,15.92,258.88,15.59 +152,15.89,432,14.05 +87.11,16.23,227.3,16.21 +205.57,19.57,386.11,18.47 +193.84,18.2,411.14,16.75 +221.81,20.24,421.74,18.89 +107.98,15.19,221.54,15.12 +135.13,13.57,334.34,12.35 +139.46,15.08,249.1,14.75 +201.32,16.7,446.27,14.8 +88.59,17.64,257.48,17.48 +217.18,18.21,356.55,17.23 +176.21,19.55,326.79,18.97 +180.52,15.61,290.67,14.97 +185.89,14.39,310.55,13.47 +165.07,20.82,298.98,20.59 +134.56,19.24,250.58,19.28 +184.34,17.17,424.42,15.51 +200.9,21.8,298.14,21.68 +142.38,18.31,318.36,17.68 +260.4,20.11,439.56,18.6 +130.4,15.12,191.59,15.3 +65.89,13.59,132.63,14.14 +105.18,14.1,153.21,14.52 +84.82,13.47,276.89,12.75 +205.6,19.1,398.18,17.85 +156.64,12.68,325.25,11.46 +182.98,17.15,363.48,16.02 +122.36,13.31,247.62,12.83 +140.05,14.14,364.76,12.72 +184.38,17.12,338.33,16.2 +161.88,17.27,243.71,17.2 +187.47,17.11,404.9,15.61 +156.33,15.65,378.99,14.25 +68.09,15.75,196.39,15.95 +212.64,18.13,412.9,16.66 +125.26,15.89,315.99,15.05 +286.57,19.05,497.08,16.93 +100.03,15.22,350.18,14.03 +117.73,12.68,262.87,12.01 +233.11,20.81,507.43,18.76 +155.9,18.68,345.2,17.85 +158.17,13.86,302.92,12.94 +193.9,19.14,427.94,17.64 +205.55,18.53,437.73,16.87 +175.16,17.2,263.49,16.94 +234.68,18.85,403.3,17.52 +78.82,14.15,157.26,14.54 +146.5,17.87,303.3,17.32 +218.09,18.87,368.26,17.86 +165.77,15.66,357.37,14.44 +223.3,19.26,420.09,17.83 +182.21,15.13,290.81,14.44 +196.14,19.35,341.69,18.61 +174.6,16.85,320.07,16.07 +287.79,21.58,447.47,20.13 +173.86,16.85,270.47,16.5 +264.14,19.03,471.3,17.13 +234.72,18.33,410.25,16.9 +167.92,14.55,405.7,12.81 +102.3,15.95,304.01,15.22 +166.18,19.94,343.35,19.25 +216.09,18.28,347.94,17.38 +38.09,15.41,116.34,16.28 +177.41,17.36,304.06,16.77 +73.15,16.19,217.66,16.24 +88.56,15.33,164.81,15.76 +201.55,16.67,385.9,15.3 +103.73,16.79,182.12,17.2 +132.58,16.06,299.06,15.39 +94.94,14.85,194.23,14.98 +241.94,18.84,498.27,16.68 +178.87,19.02,421.09,17.56 +125.83,17.65,305.11,17.07 +188.84,15.71,440.42,13.77 +135.58,18.45,304.82,17.95 +161.23,17.16,349.21,16.16 +52.28,16.46,296.23,15.85 +239.56,18.24,509.03,15.94 +215.95,15.8,384.11,14.37 +140.73,14.85,277.47,14.26 +150.18,17.61,330.27,16.81 +206.02,17.21,435.16,15.46 +182.44,18.45,360.12,17.46 +190.99,17.8,375.5,16.62 +178.63,15.66,439.4,13.73 +143.25,17.18,209.24,17.4 +153.88,18.04,279.06,17.72 +127.49,18.97,276.08,18.77 +204.64,18.45,397.3,17.14 +137.4,21.54,189.86,22.33 +150.46,13.48,294.64,12.6 +229.71,19.24,433.82,17.69 +176.89,18.63,350.96,17.75 +143.14,15.16,302.28,14.38 +171.56,15.35,356.37,14.11 +153.75,15.74,366.28,14.45 +161.82,14.86,335.94,13.75 +124.93,17.06,313.54,16.36 +135.82,15.52,299.74,14.8 +90.9,13.25,234.92,12.87 +142.35,17.46,328.9,16.66 +178.37,16.81,397.86,15.34 +233.02,20.34,403.09,19.16 +229.36,15.24,510.61,12.65 +165.85,15.71,412.7,14.01 +132.69,14.21,232.08,13.95 +161.49,15.71,383.75,14.27 +179.99,18.86,358.27,17.93 +183.73,15.76,447.04,13.76 +86.63,13.95,164.96,14.25 +141.81,17.13,376.96,15.87 +152.03,18.19,331.91,17.43 +168.06,18.29,343.38,17.44 +106.12,12.02,410.59,10 +185.19,18.77,315.67,18.2 +155.73,16.72,376.36,15.44 +141.55,17.88,294.81,17.42 +206.41,15.91,387.08,14.45 +243.42,18.25,460.31,16.38 +203.64,14.05,465.59,11.74 +166.8,17.35,323.39,16.59 +146.97,17.35,177.89,17.85 +182.4,19.54,334.64,18.88 +147.98,17.5,341.92,16.58 +196.03,17.98,336.64,17.16 +167.87,14.83,276.84,14.23 +65.79,13.94,240.3,13.58 +138.96,16.83,281.11,16.38 +233.73,20.25,428.87,18.83 +195.59,17.78,457.89,15.88 +150.74,13.61,263.57,13.02 +199.88,15,413.24,13.24 +145.37,14.4,281.41,13.72 +100.45,15.01,322.48,14.04 +194.94,16.48,306.38,15.78 +132.33,14.22,264.34,13.68 +155.08,15.84,400.26,14.26 +140.48,15.59,280.45,15.03 +182.61,17.65,295.2,17.16 +166.77,14.72,359.54,13.4 +193.29,17.92,319.01,17.25 +138.98,14.81,364.21,13.45 +141.84,16.8,276.87,16.4 +154.02,17.61,331.72,16.8 +164.2,15.32,398.83,13.71 +122.13,14.63,257.08,14.19 +123.53,15.7,296.19,15.02 +158.19,16.45,323.09,15.6 +123.36,15.37,342.08,14.26 +152,15.75,359.76,14.52 +168.02,18.39,284.09,18.06 +179.73,17.03,345.94,16.04 +188.32,18.44,378.87,17.29 +76.99,11.85,123.64,12.32 +212.51,16.83,381.15,15.52 +186.38,15.45,388.21,13.95 +176.03,15.75,275.16,15.25 +97.59,16.64,212.71,16.77 +181.56,17.85,385.57,16.59 +167.37,19.7,305.56,19.31 +204.07,17.79,417.89,16.24 +237.41,18.32,427.51,16.73 +191.49,14.58,424.58,12.68 +135.08,17.4,188.8,17.82 +282.92,19.92,564.25,17.29 +161.56,17.58,301.36,17.03 +153.97,18.02,325.58,17.3 +116.69,16.45,268.18,16.08 +167.32,19.19,367.38,18.21 +188.49,16.14,336.64,15.15 +182.73,16.44,359.91,15.28 +112.63,14.62,232.2,14.39 +165.26,15.08,356.94,13.81 +136.29,19.44,385.63,18.32 +213.79,16.94,478.93,14.78 +201.14,16.73,501.17,14.35 +107.33,15.44,328.87,14.45 +100.2,14.37,136.17,14.97 +149.93,14.65,385.48,13.1 +121.64,13.96,302.45,13.06 +215.14,17.37,484.02,15.21 +182.89,17.15,347.23,16.16 +202.59,16.6,425.93,14.87 +231.13,19.63,398.52,18.42 +86.7,17.74,302.58,17.2 +187.25,15.45,361.82,14.17 +187.29,14.86,412.64,13.08 +208.45,18.01,458.73,16.13 +149.89,14.07,304.83,13.17 +131.5,14.83,284.48,14.17 +101.75,15.33,258.1,14.95 +197.17,17.99,425.12,16.39 +175.71,18.49,381.18,17.32 +87.03,13.2,262.3,12.58 +76.27,12.31,150.68,12.59 +194.31,15.63,363.58,14.36 +168.74,15,249.14,14.66 +285.38,17.34,544.99,14.64 +264.58,20.27,530.66,17.97 +228.03,18.17,436.68,16.49 +125.38,15.44,394.42,13.88 +193.77,17.44,442.27,15.65 +153.87,16.1,270.2,15.68 +78.18,14.5,245.59,14.15 +161.28,17.08,323.46,16.29 +228.92,20.57,256.03,20.7 +169.5,17.18,287.71,16.71 +161.7,14.9,424.96,13.02 +146.15,14.96,297.54,14.2 +7.75,11.15,0,12.63 +154.85,20.33,283.91,20.19 +175.17,14.15,459.99,11.9 +177,14.3,397.6,12.6 +132.93,17.27,221.69,17.38 +217.05,20.53,365,19.7 +151.64,14.56,398.89,12.88 +177.7,15.41,475.8,13.14 +99.37,16.66,158.16,17.27 +211.35,16.09,438.45,14.2 +196.91,17.27,372.11,16.07 +192.97,17.77,311.68,17.15 +115.43,14.74,343.17,13.56 +129.79,15.37,205.36,15.45 +252.1,22.62,422.42,21.48 +93.66,16.22,221.86,16.24 +184.68,20.1,473.13,18.29 +190.44,18.54,283.95,18.23 +179.34,16.98,464.68,14.94 +185.95,21.57,416.68,20.39 +119.66,16.57,229.18,16.55 +158.58,17.16,388.93,15.8 +31.95,13.6,174.28,13.79 +170.17,16.64,412.05,15.04 +176.14,15.09,326.85,14.08 +135.62,14.58,243.9,14.25 +162.39,16.44,360.78,15.27 +115.09,15.08,348.94,13.88 +195.4,20.24,424.81,18.86 +201.95,19.37,344.55,18.61 +173.39,16.86,376.72,15.59 +169.31,16.32,394.15,14.84 +216.36,17.9,383.45,16.67 +144.92,17.16,347.69,16.16 +182.36,20.53,394.86,19.43 +148.73,14.08,368.57,12.62 +123.41,18.14,249.09,18.09 +77.75,11.35,270,10.49 +182.08,18.56,350.72,17.67 +167.19,18.87,242.86,18.95 +187,16.01,359.43,14.81 +144.4,15.55,321.67,14.63 +139.32,14.37,307.13,13.47 +119.91,16.77,284.92,16.28 +163.74,17.02,128.99,17.92 +174.1,18.15,390.36,16.88 +220.56,18.45,460.09,16.6 +254,20.58,452.03,18.99 +116.52,17.43,196.38,17.79 +167.22,18.27,346.25,17.4 +86.56,14.66,189.79,14.81 +156.6,17.71,430.51,16.05 +158.05,16.36,219.47,16.41 +276.68,19.34,512.85,17.11 +91.7,13.95,179.76,14.12 +137.88,19.04,390.21,17.85 +262.84,19.21,494.8,17.12 +148.32,17.01,271.76,16.67 +138.13,12.86,385.41,11.14 +201.62,19.47,434.81,17.93 +73.66,12.35,339.45,10.98 +186.19,18.08,317.94,17.43 +202.28,19.02,472.72,17.11 +176.48,17.11,464.61,15.09 +268,17.84,572.35,14.95 +111.84,15.26,387.53,13.74 +207.08,18.34,436.43,16.68 +183.34,18.14,447.48,16.37 +147.16,16.03,243.54,15.84 +61.81,15.26,100.52,16.24 +169.63,19.63,385.07,18.54 +160.29,15.76,441.71,13.82 +142.98,16.18,270.2,15.77 +221.49,17.05,460,15.07 +155.66,16.83,375.34,15.57 +189.64,16.64,451.57,14.7 +144.93,15.53,322.58,14.6 +187.6,15.71,379.71,14.3 +116.07,16.66,220.74,16.73 +184.49,17.76,308.47,17.17 +174.85,18.11,297.25,17.64 +126.2,13.9,296.92,13.05 +128.9,17.54,144.24,18.35 +186.58,16.49,326.23,15.62 +214.36,18.71,388.91,17.5 +66.28,14.92,258.53,14.49 +167,15.24,288.03,14.58 +165.24,17.6,414.39,16.07 +173.83,20.49,328.95,19.97 +164.61,17.7,360.57,16.64 +172.06,16.33,356.41,15.18 +193.03,15.16,367.35,13.81 +175.56,16.19,404.99,14.6 +152.51,17.92,335.43,17.1 +136.23,14.47,301.82,13.63 +100.7,19.23,200.81,19.71 +166.79,17.89,360.81,16.85 +228.58,17.31,388.95,15.97 +205.73,17.96,382.83,16.73 +103.04,16.35,218.33,16.41 +193.04,17.73,441.05,15.98 +97.54,16.92,216.5,17.05 +106.18,13.63,218.3,13.44 +203.65,15.79,445.94,13.82 +100.47,15.91,275.88,15.42 +123.07,14.77,192.26,14.91 +200.08,15.77,302.48,15.04 +222.4,19.47,372.5,18.48 +161.3,17.57,388.01,16.27 +140.63,15.39,339.92,14.29 +154.1,20.26,277.36,20.17 +154.38,18.11,268.45,17.89 +181.21,15.05,344.96,13.89 +206.68,19.4,380.08,18.33 +184.76,17.54,456.37,15.63 +146.84,14.7,378.72,13.21 +186.65,16.06,344.16,15 +145.88,13.46,384.77,11.8 +176.31,16.19,373.38,14.89 +87.77,15.58,254.12,15.25 +93.44,15.01,172.6,15.34 +85.04,15.7,246.46,15.45 +136.14,15.84,318.7,14.98 +107.84,17.27,309.59,16.62 +127.68,18.59,362.96,17.59 +105.47,14.47,299.97,13.64 +133.68,14.86,314.89,13.94 +73.27,14.38,286.04,13.66 +231.53,13.93,487.46,11.41 +208.25,23,296.22,23 +154.93,16.44,248.81,16.24 +141.1,17.32,407.4,15.82 +51.92,14.27,214.45,14.17 +84.07,14.58,286.56,13.88 +65.88,14.83,224.5,14.69 +203.2,19.7,370.55,18.74 +152.67,16.25,454.3,14.24 +109.67,14.47,327.57,13.4 +141.67,18.28,287.25,17.92 +128.38,11.27,240.27,10.67 +191.38,15.04,448.6,12.97 +153.44,18.32,342.87,17.48 +133.85,17.75,351.32,16.78 +123.78,15.98,270.03,15.55 +127.34,15.47,248.78,15.18 +157.05,17.89,373.01,16.75 +199.46,14.76,389.59,13.17 +109.26,15.39,235.58,15.21 +234.45,19.71,407.47,18.43 +138.63,16.75,310.25,16.04 +67.29,14.32,268.89,13.75 +141.28,15.76,371.35,14.43 +104.07,15.34,233.67,15.17 +62.67,16.56,245.57,16.4 +292.38,17.71,473.76,15.67 +177.09,21.25,412.36,20.07 +142.67,15.61,296.89,14.92 +117.17,15.52,214.81,15.54 +75.53,15.75,206.52,15.86 +206.72,15.42,399.06,13.81 +159.42,16.26,346.04,15.19 +99.8,14.65,194.3,14.76 +144.85,15.34,356.89,14.1 +182.47,14.95,351.37,13.72 +115.35,17.94,288.1,17.54 +234.98,19.21,518.81,16.91 +145.54,14.7,291.97,13.97 +123.47,15.05,194.68,15.19 +202.73,17.12,387.06,15.77 +128.4,16.51,260.41,16.22 +164.34,18.39,299.46,17.93 +158.12,18.38,273.76,18.15 +160.32,18.47,309.79,17.93 +153.04,17.51,291.96,17.04 +142.82,15.22,281.89,14.62 +133.15,18.06,229.92,18.18 +233.54,16.82,416.66,15.2 +192.72,17.04,346.52,16.05 +152.08,14.31,305.73,13.42 +237.2,17.77,555.53,15.02 +176.61,16.03,356.35,14.85 +78.42,12.17,267.25,11.41 +248.13,17.7,467.4,15.71 +172.31,18.94,395.13,17.7 +221.53,16.31,423.5,14.58 +203.21,17.63,380.33,16.39 +163.07,16.77,317.01,16.01 +141.76,16.29,371.85,15 +150.53,14.91,319.45,13.95 +120.43,15.18,292.25,14.48 +134.07,16.55,284.83,16.05 +201.63,16.19,422.44,14.46 +148.97,15.29,330.62,14.27 +204.51,13.96,482.34,11.5 +137.08,13.95,310.37,12.98 +300,20.09,566.73,17.45 +115.91,16.99,360.19,15.87 +177.96,17.37,332.9,16.52 +196.45,19.37,295.59,19.04 +210.89,19.38,370.01,18.4 +250.03,18.93,497.83,16.79 +167.58,15.35,338.29,14.27 +218.64,16.97,485.91,14.76 +141.66,16.17,362.4,14.95 +200.52,19.42,399.22,18.19 +152.63,18.49,394.81,17.21 +145.32,15.8,288.28,15.2 +153.74,15.42,376.59,14.01 +222.46,17.84,411.81,16.35 +137.18,14.58,245.95,14.23 +158.55,19.24,383.62,18.12 +173,18.58,219.28,18.84 +238.62,21.2,494.85,19.3 +200,17.09,424.99,15.41 +240.05,17.7,494.01,15.49 +111.41,16.63,241.64,16.51 +119.95,18.48,287.6,18.13 +133.24,17.46,306.21,16.86 +115.68,15.95,240.84,15.77 +153.52,15.86,346.15,14.76 +208.91,18.15,469.58,16.19 +143.61,14.38,357.34,13.05 +130.23,16.94,259.41,16.69 +133.66,16.3,240.7,16.16 +174.43,19.75,346.79,19.01 +156.56,15.6,382.93,14.15 +128.62,17.05,242.93,16.96 +117.1,15.13,321.92,14.17 +194.97,19.83,507.44,17.69 +108.79,17.4,192.9,17.78 +226.27,16.95,459.2,14.96 +161.19,13.97,334.23,12.8 +95.95,15.03,361.52,13.72 +256.98,18.66,416.26,17.21 +188.74,19.18,345.23,18.39 +145.22,17.7,368.17,16.57 +202.83,15.03,482.81,12.66 +187.22,18.04,313.9,17.42 +120.79,16.34,263.6,16 +233.71,22.52,354.17,21.97 +199.22,18.54,366.92,17.5 +172.74,18.62,243.89,18.67 +207.04,17.59,393.44,16.24 +173.85,16.45,396.28,14.97 +182.76,13.57,463.05,11.23 +192.84,18.65,352.35,17.75 +156.85,17.98,322.13,17.28 +226.55,20.97,353.67,20.28 +170.88,16.67,490.27,14.39 +235.23,19.41,346.52,18.64 +151.31,15.34,359.48,14.08 +169.08,20.04,210.97,20.51 +165.26,13.68,310.43,12.69 +111.01,14.12,324.67,13.04 +187.67,20.18,387.38,19.12 +192.15,17.99,400.34,16.62 +138.62,14.08,360.03,12.69 +86.42,13.72,221.81,13.5 +266.6,16.23,508.62,13.75 +225.97,15.64,466.59,13.47 +220.52,19.8,390.55,18.68 +100.44,15.5,238.75,15.31 +188.87,19.46,391.44,18.3 +193.27,19.57,355.99,18.73 +175.39,15.65,491.07,13.27 +122.5,14.88,246.01,14.56 +145.31,15.44,430.68,13.56 +136.64,16.83,269.21,16.49 +124.43,13.53,312.36,12.5 +186.2,19.13,422.58,17.66 +276.51,19.26,442.35,17.64 +135.53,18.59,388.26,17.37 +101.89,14.68,357.65,13.37 +158.89,14.6,301.07,13.78 +201.39,17.01,375.11,15.76 +177.74,18.51,324.41,17.85 +160.79,17.95,297.13,17.47 +205.14,16.49,310.15,15.76 +92.63,15.77,193.82,15.99 +118.96,14.47,278.42,13.83 +214.59,20.31,357.45,19.52 +133.69,16.12,268.92,15.72 +158.75,17.39,260.11,17.18 +106.8,15.24,202.63,15.33 +113.13,13.32,259.15,12.74 +82.52,15.83,147.44,16.45 +174.75,17.6,351.1,16.62 +147.37,15.9,244.19,15.69 +225.5,14.53,510.61,11.87 +194.55,17.17,394.44,15.78 +194.12,16.39,348.07,15.32 +195.98,19.43,363.15,18.52 +226.88,21.35,416.21,20.15 +94.59,14.18,238.53,13.86 +240.74,19.02,527.82,16.63 +127.5,16.26,225.26,16.26 +212.15,16.95,351.99,15.89 +206.54,17.01,326.22,16.19 +129.07,16.75,314.99,16.01 +235.33,18.72,374.02,17.65 +172.45,18.37,375.57,17.24 +205.43,16.56,392.14,15.13 +149.7,15.15,319.98,14.21 +225.02,17.21,420.52,15.59 +64.6,15.56,193.32,15.76 +143.33,15.38,320.96,14.46 +161.85,16.56,322.75,15.72 +217.61,15.14,415.44,13.36 +149.19,16.16,365.2,14.92 +149.71,16.66,298.23,16.05 +106.02,18.01,304.29,17.48 +209.08,21.77,444.3,20.37 +229.76,20.68,456.51,19.07 +151.39,16.49,310.24,15.76 +179.52,19.39,380.03,18.33 +167.37,15.31,372.16,13.93 +187.01,19.38,357.98,18.5 +139.3,14.99,309.14,14.13 +125.89,17.03,170.91,17.57 +178.77,17.05,384.07,15.72 +110.55,18.24,290.18,17.85 +102.03,14.55,272.4,13.97 +178.49,14.28,456.68,12.07 +102.18,13.05,180.31,13.13 +193.11,14.73,431.2,12.78 +134.72,14.22,369.77,12.76 +134.93,14.66,330.78,13.58 +168.89,13.46,399.74,11.67 +150.1,19.82,282.45,19.65 +200.96,18.52,369.44,17.46 +123.57,16.34,276.77,15.89 +208.2,18.66,392.55,17.41 +192.45,16.33,347.95,15.25 +105.71,16.91,262.57,16.64 +155.22,17.16,338,16.25 +131.42,15.37,324.35,14.41 +193.31,17.14,475.23,15.03 +220.76,19.54,418.26,18.15 +244.93,15.73,464.12,13.59 +167.07,17.07,338.94,16.15 +188.39,16.3,334.55,15.34 +114.51,15.78,324.94,14.85 +224.85,20.19,445.58,18.62 +73.18,13.88,228.56,13.62 +218.75,19.51,436.61,17.96 +123.02,18.17,280.3,17.86 +199.78,17.64,451.74,15.78 +88.68,17.17,177.79,17.65 +199.5,17.54,295.86,17.04 +193.5,17.79,409.96,16.31 +128.34,16.35,443.44,14.45 +227.66,18.46,426.57,16.9 +228.43,18.98,430.02,17.44 +183.96,20.65,402.9,19.5 +130.33,13.95,301.25,13.06 +148.34,17.74,297.83,17.23 +168.96,17.06,315.92,16.33 +175.22,15.27,307.57,14.45 +170.45,16,305.19,15.27 +163.52,15.49,361.69,14.21 +83.94,15.67,183.04,15.97 +137.37,17.87,294.2,17.41 +124.65,11.9,295.01,10.87 +154.68,14.62,337.49,13.48 +201.11,14.4,404.86,12.65 +128.36,13.99,212.63,13.88 +117.19,18.07,169.47,18.72 +115.03,14.91,278.2,14.31 +41.49,13.14,191.17,13.14 +144.83,17.26,273.34,16.93 +164.36,15.92,334.99,14.92 +115.01,13.47,347.54,12.14 +165.92,16.26,400.72,14.72 +74.31,12.34,210.05,12.09 +131.21,16.2,307.54,15.47 +230.55,21.67,407.77,20.58 +159.46,14.41,375.2,12.92 +214.58,16.67,440.63,14.82 +155.07,17.21,429.09,15.51 +180.14,16.86,350.44,15.81 +131.71,15.09,264.22,14.64 +81.18,13.9,232.09,13.61 +76.97,16.72,112.32,17.74 +192.43,17.9,285.25,17.52 +198.3,16.5,303.61,15.83 +213.9,18.45,353.98,17.52 +160.6,15.03,341.08,13.9 +220.28,18.02,412.62,16.55 +186.51,16.92,370.04,15.71 +156.76,15.68,241.12,15.48 +172.62,15.99,340.09,14.96 +241.6,20.95,559.19,18.46 +185.91,14.1,257.65,13.6 +69.89,14.07,225.45,13.86 +157.46,13.45,291.3,12.6 +116.33,14.41,313.5,13.46 +92.97,16.13,268.99,15.73 +245.46,21.67,369.7,20.91 +164.75,18.42,313.94,17.83 +128.88,16.12,327.65,15.2 +184.14,17.11,379.25,15.84 +194.2,17.67,354.6,16.67 +96.89,15.26,289.93,14.59 +190.03,16.15,347.8,15.06 +128.27,15.24,527.28,12.5 +93.75,16.26,244.61,16.08 +126.78,17.83,225.87,17.96 +167.55,16.52,334.4,15.58 +107.54,16.12,243.74,15.94 +157.03,18.81,199.69,19.26 +183.43,15.01,341.48,13.87 +150.69,16.13,202.6,16.3 +181.77,16.3,347.63,15.23 +117.39,15.4,270.55,14.91 +115.86,15.98,315.52,15.16 +158.55,16.16,373.08,14.85 +134.97,17.61,366.74,16.5 +86.62,15.66,275.56,15.15 +147.09,15.98,215.51,16.03 +95.08,16.01,189.85,16.29 +44.77,14.14,145.78,14.62 +121.33,12.12,239.83,11.6 +149.57,15.52,278.97,14.98 +114.24,14.12,449.42,11.96 +184.38,17.04,341.71,16.09 +205.48,18.53,377.1,17.4 +140.76,16.14,341.03,15.11 +220.74,19.74,475.13,17.88 +190.47,18.18,366.34,17.12 +105.2,16.81,339.88,15.85 +147.88,14.49,365.7,13.09 +188.21,20.36,342.26,19.71 +196.34,19,390.35,17.81 +236.38,17.26,457.56,15.32 +116.64,14.67,219.07,14.57 +192.8,16.51,394.86,15.05 +70.71,13.01,238.97,12.58 +208.04,14.46,415.37,12.62 +127.12,16.09,384.04,14.68 +150.5,15.04,382.78,13.54 +23.13,10,96.65,10.53 +181.14,13.84,228.56,13.57 +73.01,13.26,270.01,12.58 +189.41,19.28,344.8,18.51 +88.68,15.38,188.06,15.61 +131.18,16.55,421.99,14.85 +200.85,16.78,395.18,15.33 +147.37,16.61,435.53,14.8 +206.3,16.67,600,13.43 +188.33,18.09,430.51,16.46 +175.35,18.4,382.55,17.22 +134.24,12.4,258.29,11.74 +92.24,14.43,203.03,14.44 +47.12,16.58,84.19,17.83 +206.25,15.4,371.57,14.03 +234.58,19.31,534.35,16.89 +147.45,16.53,255.29,16.29 +167,14.34,397.13,12.65 +71.18,14.15,199.62,14.17 +203.62,15.94,441.07,14.02 +293.68,22.73,448.69,21.37 +142.39,18.95,330.56,18.28 +131.18,14.66,304.59,13.81 +178.24,15.47,340.2,14.39 +116.57,17.69,292.79,17.23 +157.49,17.8,342.48,16.91 +170,13.58,344.64,12.28 +83.25,11.46,273.34,10.58 +200.87,18.87,411.53,17.48 +99.31,13.8,214.31,13.66 +157.74,17.77,269.57,17.51 +153.07,15.58,301,14.84 +246.71,19.26,342.74,18.5 +170.35,15.54,353.98,14.34 +176.08,15.51,404.19,13.87 +180.78,17.27,391.91,15.9 +215.69,18.47,360.11,17.49 +164.41,18.64,338,17.87 +10.75,14.18,127.1,14.84 +141.83,18.12,245.49,18.11 +153.56,16.43,333.5,15.5 +183.48,17.17,389.22,15.81 +83.3,15.87,185.79,16.17 +156.82,13.6,358.23,12.19 +219.46,17.47,412.79,15.94 +78.31,13.99,268.5,13.4 +72.45,13.5,155.69,13.84 +213.93,17.57,392.47,16.23 +176.65,17.57,351.62,16.58 +160.91,17.1,371.08,15.9 +223.13,18.62,432.5,17.02 +105.06,15.47,344.47,14.35 +171.42,18.96,256.78,18.93 +119.69,17.08,343.23,16.11 +159.77,16.34,320.18,15.51 +102.54,14.35,263.07,13.84 +177.19,14.79,261.16,14.33 +90.74,12.13,274.44,11.3 +168.34,14.86,376.96,13.4 +103.42,13.5,260.61,12.93 +106.09,15.13,234.55,14.93 +123.03,16.51,267.22,16.15 +254.27,19.49,439.07,17.92 +141.29,14.55,359.91,13.21 +140.54,15.45,440.28,13.49 +201.58,17.88,523.76,15.42 +200.1,17.86,366.37,16.77 +120.55,17.46,141.94,18.28 +231.55,19.6,309.47,19.17 +228.11,16.04,405.36,14.44 +142.19,16.63,372.99,15.37 +132.54,13.47,193.53,13.47 +187.88,15.08,399.95,13.43 +141.52,14.91,359.49,13.6 +113.82,17.25,342.66,16.3 +140.36,15.97,299.42,15.28 +118.06,16.97,289.36,16.47 +115.53,14.99,206.92,15.02 +140.83,19.36,338.41,18.66 +147.12,18.19,321.79,17.52 +130.01,19.14,249.25,19.19 +59.38,15.36,50.17,16.79 +123.42,18.21,191.74,18.68 +152.76,14.28,300.66,13.43 +221.83,16.17,361.55,14.96 +147.83,18.62,299.3,18.18 +141.03,14.72,357.91,13.41 +167.51,16.38,415.93,14.72 +205.71,19.65,436.74,18.11 +110.28,16.61,357.79,15.48 +119.22,18.57,331.44,17.85 +121.27,16.67,307.96,15.98 +132.02,14.24,353.02,12.93 +129.23,15.59,376.34,14.2 +94.71,16.5,197.35,16.76 +54.53,15.38,223.93,15.3 +104.22,14,240.6,13.65 +191.03,15.21,431.69,13.3 +83.22,13.77,270.84,13.14 +145.15,15.63,380.84,14.21 +163.16,15.09,341.54,13.95 +144.43,15.81,361.99,14.57 +100.93,16.11,197.8,16.33 +97.07,15.73,311.05,14.92 +179.95,16.03,466.69,13.9 +151.69,17.09,327.49,16.27 +265.49,18.95,457.58,17.16 +126.43,15.83,257.13,15.5 +211.03,17.76,385.12,16.5 +161.97,14.87,329.31,13.82 +188.17,15.48,295.07,14.79 +203.12,18.2,417.3,16.7 +172.49,15.18,326.69,14.19 +184.71,14.96,385.05,13.43 +172.16,19.98,269.79,19.93 +219.91,17.51,417.02,15.95 +150.57,19.57,260.03,19.56 +165.91,16.15,380.57,14.78 +257.99,18.5,536.71,15.98 +134.9,15.51,301.58,14.76 +207.35,19.53,384.49,18.44 +112.65,18.04,277.02,17.74 +65.8,17.37,232.51,17.4 +78.21,15.04,268.48,14.54 +120.28,16.19,356.01,15.03 +191.77,18.79,347.53,17.95 +231.56,16.18,329.33,15.25 +155.29,17.31,278.33,16.94 +156.46,18.32,297.93,17.86 +232.31,18.88,522.58,16.52 +44.43,12.3,283.08,11.42 +87.87,13.99,188.43,14.09 +178.68,19.08,358.33,18.17 +207.27,17.57,547.16,14.88 +183.99,14.58,354.32,13.29 +111.29,18.58,313.42,18.02 +228.64,19.19,435.15,17.62 +136.09,15.18,310.94,14.33 +58.29,16.17,157.24,16.74 +213.69,18.18,328.83,17.44 +177.42,16.68,364.4,15.5 +110.15,13.9,289.07,13.11 +157.8,17.23,298.96,16.67 +180.74,13.01,321.82,11.86 +224.92,15.93,483.1,13.65 +115.93,16.08,258.56,15.76 +165.27,14.68,381.95,13.16 +111.04,14.51,303.61,13.65 +234,17.56,505.22,15.23 +133.26,14.51,329.42,13.43 +156.09,13.14,328.92,11.94 +122.3,17.06,259.18,16.82 +100.79,16.84,326.24,16 +243.31,18.12,424.28,16.54 +136.28,15.25,309.74,14.41 +137.18,12.4,338.3,11.05 +204.08,19.76,294.04,19.47 +173.88,19.17,327.98,18.54 +70.24,16.61,197.22,16.88 +145.22,15.34,377.41,13.92 +180.03,20.8,366,19.98 +225.16,18.21,516.08,15.84 +172.65,16.69,343.06,15.69 +189.25,20.76,299.67,20.52 +178.68,18.43,293.37,18.03 +163.17,15.43,332.15,14.41 +116.91,16.62,340.16,15.64 +152,17.38,216.34,17.55 +138.03,17.74,264.41,17.53 +109,16.78,219.91,16.86 +166.04,17.92,317.76,17.26 +170.95,16,282.29,15.47 +222.92,17.44,503.78,15.11 +206.7,17.25,421.75,15.62 +156.69,15.77,265.46,15.36 +89.18,14.19,215.88,14.07 +201.73,15.73,475.75,13.48 +239.68,19.36,515.88,17.11 +148.72,14.51,400.82,12.81 +209.65,18.76,393.61,17.51 +115.99,14.96,166.14,15.35 +139.79,15.27,299.97,14.52 +174.38,16.86,418.16,15.23 +58.17,13.49,235.3,13.13 +190.12,15.52,408.89,13.84 +196.45,17.04,386.06,15.7 +183.76,14.97,368.88,13.58 +128.83,14.31,426.51,12.36 +102.73,14.39,319.89,13.38 +133.31,16.69,380.76,15.36 +116.36,16.33,247.93,16.13 +116,16.09,299.08,15.42 +150.77,17.84,317.75,17.17 +226.6,17.92,427.13,16.3 +86.55,15.16,177.17,15.47 +150.95,16.45,260.05,16.15 +125.78,19.67,240.13,19.85 +195.94,19.22,365.31,18.27 +144.95,18.33,282.34,18.01 +147.44,17.97,314.71,17.34 +157.42,15.03,348.35,13.83 +208.5,20.98,321.4,20.57 +198.32,18.91,411.55,17.52 +158.88,18.35,332.71,17.6 +149.94,16.81,372.99,15.56 +208.42,18.16,389.52,16.9 +200.14,17.38,377.19,16.15 +198.05,20.1,375.31,19.14 +158.33,17.73,317.03,17.05 +194.25,14.83,274.92,14.26 +167.26,16.92,345.25,15.93 +169.6,17.17,336.55,16.27 +115.41,16.26,292.79,15.66 +165.94,14.05,320.93,13 +249.5,20.17,489.35,18.23 +180.29,16.17,421.74,14.44 +157.92,15.91,430.88,14.08 +211.83,18.64,406.11,17.27 +186.16,18.84,273.31,18.65 +181.42,18.76,434.52,17.16 +164.13,18.76,429.1,17.21 +168.29,17.66,373.7,16.48 +166.49,18.06,300.69,17.56 +198.93,16.36,359.18,15.2 +192.72,18.87,416.29,17.44 +248.23,19.68,560.51,17.06 +251.72,18.25,470.42,16.29 +154.05,18.44,362.44,17.44 +128.95,14.07,176.56,14.28 +115.9,16.45,307.09,15.74 +202.51,18.27,476.4,16.26 +72.24,15.28,153.89,15.8 +200.39,16.64,328.06,15.77 +183.55,15.82,327.05,14.88 +85.39,15.88,349.88,14.75 +196.64,15.41,389.79,13.88 +86.23,17.75,209.97,18.01 +107.38,16.27,173.39,16.72 +49.53,15.51,171.2,15.9 +108.25,14.78,177.52,15.04 +149.02,17.57,209.46,17.82 +177.09,14.6,416.96,12.77 +136.44,12.95,280.77,12.15 +86.59,19.31,302.75,18.91 +140.15,16.8,286.19,16.31 +153.97,16.05,348.32,14.94 +119.81,18.25,244.59,18.26 +156.14,19.91,329.09,19.33 +110.01,17.1,350.66,16.08 +197.77,19.1,435.02,17.53 diff --git a/docs/files/data/generated_data/mosquito_nets.csv b/docs/files/data/generated_data/mosquito_nets.csv new file mode 100644 index 00000000..007122a7 --- /dev/null +++ b/docs/files/data/generated_data/mosquito_nets.csv @@ -0,0 +1,1753 @@ +id,net,net_num,malaria_risk,income,health,household,eligible,temperature,resistance +1,TRUE,1,33,781,56,2,FALSE,21.1,59 +2,FALSE,0,42,974,57,4,FALSE,26.5,73 +3,FALSE,0,80,502,15,3,FALSE,25.6,65 +4,TRUE,1,34,671,20,5,TRUE,21.3,46 +5,FALSE,0,44,728,17,5,FALSE,19.2,54 +6,FALSE,0,25,1050,48,1,FALSE,25.3,34 +7,TRUE,1,19,1146,65,3,FALSE,27.4,45 +8,FALSE,0,35,1093,75,5,FALSE,29.8,65 +9,FALSE,0,32,1037,60,3,FALSE,27.6,55 +10,FALSE,0,40,828,36,3,FALSE,21.3,54 +11,FALSE,0,30,889,75,6,FALSE,17.4,33 +12,TRUE,1,14,1133,62,3,FALSE,18.9,39 +13,TRUE,1,31,807,42,4,FALSE,27.6,37 +14,FALSE,0,34,950,53,3,FALSE,24,53 +15,FALSE,0,22,1195,90,1,FALSE,24.5,34 +16,TRUE,1,54,594,29,5,TRUE,25.5,55 +17,TRUE,1,23,936,47,2,FALSE,26.1,32 +18,FALSE,0,41,816,30,1,FALSE,17.7,73 +19,FALSE,0,37,962,55,2,FALSE,26.7,54 +20,TRUE,1,65,431,6,6,TRUE,26.8,38 +21,FALSE,0,59,760,36,5,FALSE,28.7,51 +22,FALSE,0,59,655,30,4,FALSE,23.6,43 +23,FALSE,0,41,896,45,3,FALSE,25.9,53 +24,TRUE,1,21,1033,64,7,FALSE,23.4,51 +25,FALSE,0,25,1115,62,3,FALSE,27.3,33 +26,FALSE,0,27,1139,75,4,FALSE,30.7,37 +27,TRUE,1,23,967,71,3,FALSE,21.1,52 +28,TRUE,1,26,840,37,3,FALSE,17.8,71 +29,FALSE,0,35,946,49,2,FALSE,22.7,63 +30,FALSE,0,50,698,25,2,FALSE,22.4,39 +31,TRUE,1,50,580,37,6,TRUE,20.3,59 +32,FALSE,0,50,762,20,5,FALSE,26.2,47 +33,TRUE,1,29,894,53,4,FALSE,26.7,52 +34,FALSE,0,30,907,40,4,FALSE,20.3,51 +35,FALSE,0,66,682,22,1,FALSE,23.2,84 +36,TRUE,1,27,829,67,3,FALSE,22.5,31 +37,FALSE,0,51,772,41,4,FALSE,24.5,49 +38,FALSE,0,48,730,55,2,FALSE,22.9,23 +39,FALSE,0,32,984,51,2,FALSE,24.4,56 +40,TRUE,1,21,1016,40,2,FALSE,22.7,63 +41,FALSE,0,76,641,56,2,FALSE,26.7,68 +42,FALSE,0,59,656,41,3,FALSE,27.1,21 +43,TRUE,1,21,963,53,3,FALSE,18.7,53 +44,TRUE,1,35,840,41,2,FALSE,26.6,70 +45,FALSE,0,25,1110,78,2,FALSE,23.2,42 +46,TRUE,1,31,737,76,2,FALSE,16.8,45 +47,FALSE,0,48,827,52,2,FALSE,25.3,47 +48,FALSE,0,52,810,48,3,FALSE,26.3,53 +49,TRUE,1,29,857,46,2,FALSE,24,57 +50,TRUE,1,13,1307,67,5,FALSE,21.8,66 +51,TRUE,1,26,915,56,1,FALSE,25.7,46 +52,FALSE,0,39,826,59,3,FALSE,18,50 +53,FALSE,0,46,825,41,4,FALSE,18.7,82 +54,FALSE,0,52,864,49,1,FALSE,29.8,54 +55,FALSE,0,26,1053,64,3,FALSE,22,50 +56,FALSE,0,36,822,33,2,FALSE,23.8,29 +57,FALSE,0,53,631,15,1,FALSE,18.9,48 +58,FALSE,0,27,1000,52,4,FALSE,22.1,45 +59,FALSE,0,48,766,60,5,FALSE,20.3,47 +60,FALSE,0,37,893,52,2,FALSE,24.6,40 +61,FALSE,0,21,1130,55,3,FALSE,22.1,38 +62,FALSE,0,19,1222,65,1,FALSE,23,38 +63,FALSE,0,35,1036,69,2,FALSE,30.8,45 +64,FALSE,0,49,817,35,2,FALSE,23.6,67 +65,FALSE,0,61,743,26,4,FALSE,27.7,62 +66,FALSE,0,19,1293,82,3,FALSE,25.5,43 +67,FALSE,0,36,732,21,4,FALSE,19.6,24 +68,FALSE,0,40,869,52,4,FALSE,26.1,36 +69,TRUE,1,27,735,31,4,FALSE,18.6,41 +70,TRUE,1,14,1194,70,3,FALSE,19.2,49 +71,TRUE,1,13,1259,61,4,FALSE,24.9,38 +72,FALSE,0,61,763,35,3,FALSE,25.7,76 +73,FALSE,0,43,789,43,4,FALSE,21.4,44 +74,TRUE,1,15,1235,88,1,FALSE,25.4,31 +75,FALSE,0,27,1003,39,3,FALSE,23.5,46 +76,FALSE,0,38,796,43,2,FALSE,20.7,34 +77,FALSE,0,45,934,64,2,FALSE,28.9,50 +78,FALSE,0,24,1047,71,3,FALSE,17.2,51 +79,TRUE,1,30,812,44,2,FALSE,24.4,53 +80,FALSE,0,26,960,35,1,FALSE,24,25 +81,FALSE,0,29,1044,58,2,FALSE,26.7,51 +82,FALSE,0,38,927,55,3,FALSE,24.8,52 +83,TRUE,1,14,1229,77,3,FALSE,24.4,28 +84,FALSE,0,31,1152,83,4,FALSE,31.2,61 +85,TRUE,1,13,1270,78,1,FALSE,18.5,59 +86,TRUE,1,19,1137,59,3,FALSE,21.1,80 +87,FALSE,0,45,704,30,7,FALSE,17.1,50 +88,FALSE,0,49,830,44,5,FALSE,27.3,48 +89,TRUE,1,58,666,44,5,TRUE,32,49 +90,FALSE,0,41,929,37,2,FALSE,30.4,49 +91,FALSE,0,24,1041,69,1,FALSE,21.9,22 +92,FALSE,0,38,909,67,3,FALSE,27.7,24 +93,FALSE,0,43,885,35,2,FALSE,29.1,47 +94,FALSE,0,61,765,45,3,FALSE,31.5,39 +95,TRUE,1,20,1082,71,2,FALSE,24.4,48 +96,FALSE,0,30,781,39,2,FALSE,17.9,18 +97,FALSE,0,27,927,56,4,FALSE,19.2,27 +98,FALSE,0,27,945,24,1,FALSE,23.4,32 +99,TRUE,1,13,1422,97,3,FALSE,25.6,61 +100,TRUE,1,26,969,65,3,FALSE,30,32 +101,FALSE,0,39,845,35,3,FALSE,25.4,36 +102,TRUE,1,20,1106,94,2,FALSE,22.9,49 +103,TRUE,1,44,582,36,3,FALSE,19.9,43 +104,TRUE,1,20,986,44,6,FALSE,20.9,50 +105,FALSE,0,42,902,29,3,FALSE,23.4,80 +106,TRUE,1,24,910,53,5,FALSE,25,32 +107,FALSE,0,61,711,53,5,FALSE,25.8,43 +108,TRUE,1,18,982,51,3,FALSE,18.1,40 +109,FALSE,0,30,935,26,3,FALSE,20.1,69 +110,FALSE,0,22,1066,55,2,FALSE,20.1,37 +111,TRUE,1,15,1211,83,5,FALSE,21.5,46 +112,TRUE,1,42,647,30,2,FALSE,20.6,59 +113,TRUE,1,30,665,32,1,FALSE,19.2,33 +114,FALSE,0,29,1053,64,6,FALSE,21.8,71 +115,FALSE,0,34,1008,66,4,FALSE,26.1,57 +116,FALSE,0,29,835,13,2,FALSE,20.8,33 +117,FALSE,0,45,890,56,3,FALSE,26.3,54 +118,FALSE,0,43,917,43,6,FALSE,30.7,45 +119,TRUE,1,13,1220,71,3,FALSE,17.7,52 +120,TRUE,1,23,961,43,2,FALSE,25.6,46 +121,FALSE,0,33,913,59,3,FALSE,18.2,63 +122,TRUE,1,40,663,40,2,FALSE,25.3,29 +123,FALSE,0,33,861,49,2,FALSE,20.2,40 +124,TRUE,1,24,958,30,2,FALSE,28.6,44 +125,TRUE,1,58,592,40,2,FALSE,30.3,34 +126,FALSE,0,32,1002,69,7,FALSE,28.5,33 +127,TRUE,1,24,959,65,2,FALSE,22.8,47 +128,FALSE,0,46,826,40,1,FALSE,26.2,46 +129,FALSE,0,57,695,44,2,FALSE,29.6,12 +130,FALSE,0,23,1261,91,4,FALSE,26.3,62 +131,TRUE,1,14,1274,62,3,FALSE,24.1,51 +132,TRUE,1,32,854,48,5,FALSE,22.5,81 +133,TRUE,1,16,1246,81,3,FALSE,24,57 +134,TRUE,1,27,859,51,4,FALSE,23.8,41 +135,FALSE,0,29,1176,79,3,FALSE,26.1,87 +136,FALSE,0,43,1048,55,3,FALSE,29.5,87 +137,TRUE,1,14,1222,73,4,FALSE,23.5,31 +138,FALSE,0,28,1166,57,4,FALSE,32.1,54 +139,FALSE,0,40,726,39,6,FALSE,15.6,45 +140,FALSE,0,39,942,60,3,FALSE,26.2,50 +141,FALSE,0,42,794,54,2,FALSE,18.2,51 +142,TRUE,1,15,1046,59,3,FALSE,16.4,30 +143,FALSE,0,39,887,52,1,FALSE,23.3,52 +144,FALSE,0,30,1067,55,2,FALSE,25.8,72 +145,FALSE,0,49,758,43,4,FALSE,22.5,45 +146,FALSE,0,55,707,47,2,FALSE,22.1,45 +147,FALSE,0,39,873,44,2,FALSE,19.9,67 +148,TRUE,1,22,1142,83,1,FALSE,28.4,60 +149,FALSE,0,30,920,45,2,FALSE,26.1,25 +150,TRUE,1,20,998,40,4,FALSE,21.3,51 +151,TRUE,1,22,1124,60,4,FALSE,26.9,71 +152,FALSE,0,44,852,41,3,FALSE,22.1,67 +153,TRUE,1,19,1051,71,2,FALSE,18.3,53 +154,FALSE,0,24,1080,71,2,FALSE,18.4,58 +155,TRUE,1,11,1396,97,1,FALSE,23.6,31 +156,TRUE,1,44,750,42,2,FALSE,29.2,52 +157,TRUE,1,12,1226,73,3,FALSE,17.7,34 +158,FALSE,0,42,785,34,2,FALSE,22.1,41 +159,FALSE,0,60,718,23,3,FALSE,25.9,61 +160,TRUE,1,13,1195,73,2,FALSE,19,32 +161,FALSE,0,33,1003,54,3,FALSE,27.6,51 +162,FALSE,0,44,896,33,2,FALSE,28.8,54 +163,FALSE,0,53,738,33,3,FALSE,24.7,48 +164,FALSE,0,29,1176,72,2,FALSE,29,73 +165,FALSE,0,59,595,23,2,FALSE,22.4,33 +166,TRUE,1,24,885,54,3,FALSE,17.5,56 +167,FALSE,0,54,698,39,4,FALSE,21.7,46 +168,FALSE,0,53,725,21,2,FALSE,25.9,44 +169,FALSE,0,86,353,19,3,FALSE,23.7,54 +170,TRUE,1,27,827,31,2,FALSE,26,33 +171,TRUE,1,16,1273,78,3,FALSE,31.7,29 +172,FALSE,0,28,902,59,2,FALSE,15.8,41 +173,FALSE,0,41,835,28,5,FALSE,19.7,72 +174,FALSE,0,35,833,40,4,FALSE,18.8,48 +175,FALSE,0,73,660,32,3,FALSE,31.8,52 +176,TRUE,1,27,786,60,3,FALSE,16.9,45 +177,TRUE,1,50,631,40,2,FALSE,24.4,54 +178,TRUE,1,21,948,65,3,FALSE,19.6,34 +179,TRUE,1,22,911,34,5,FALSE,17.9,64 +180,TRUE,1,12,1287,57,3,FALSE,21.8,56 +181,TRUE,1,21,987,40,4,FALSE,25.7,36 +182,TRUE,1,55,529,36,2,FALSE,21.6,48 +183,FALSE,0,27,1013,48,4,FALSE,21.6,58 +184,FALSE,0,37,964,62,2,FALSE,25.2,55 +185,TRUE,1,39,810,34,3,FALSE,28.2,68 +186,FALSE,0,48,850,58,3,FALSE,27.9,39 +187,FALSE,0,76,523,29,2,FALSE,22.6,63 +188,TRUE,1,53,599,18,3,FALSE,24.8,62 +189,TRUE,1,21,1116,76,5,FALSE,28.1,45 +190,TRUE,1,27,946,70,5,FALSE,29.1,34 +191,FALSE,0,17,1258,50,2,FALSE,25.2,32 +192,FALSE,0,40,904,49,2,FALSE,25,54 +193,FALSE,0,34,1007,52,7,FALSE,29.8,47 +194,FALSE,0,53,834,39,3,FALSE,25.6,72 +195,TRUE,1,37,623,20,5,TRUE,17.7,55 +196,FALSE,0,36,967,47,3,FALSE,29.4,42 +197,FALSE,0,41,693,29,3,FALSE,17.1,33 +198,TRUE,1,28,848,42,3,FALSE,26.2,39 +199,FALSE,0,75,503,34,2,FALSE,21.6,52 +200,TRUE,1,15,1113,47,3,FALSE,20.4,41 +201,TRUE,1,12,1388,86,2,FALSE,25.6,55 +202,TRUE,1,39,593,28,6,TRUE,18.6,43 +203,FALSE,0,66,633,34,3,FALSE,25.8,46 +204,FALSE,0,53,731,46,3,FALSE,24.4,37 +205,FALSE,0,28,1110,65,2,FALSE,23.8,74 +206,FALSE,0,54,902,64,5,FALSE,32,52 +207,TRUE,1,20,1071,67,2,FALSE,23.3,51 +208,FALSE,0,23,952,33,2,FALSE,18.2,24 +209,FALSE,0,24,1025,59,2,FALSE,16.2,57 +210,FALSE,0,33,954,57,2,FALSE,27.3,33 +211,FALSE,0,57,782,62,3,FALSE,29,35 +212,FALSE,0,48,899,58,2,FALSE,26.9,60 +213,TRUE,1,26,896,62,2,FALSE,23.7,41 +214,TRUE,1,22,1080,93,3,FALSE,30.7,23 +215,TRUE,1,24,1000,31,1,FALSE,25.1,72 +216,FALSE,0,26,1000,55,4,FALSE,25.6,14 +217,TRUE,1,32,875,46,2,FALSE,29.2,56 +218,FALSE,0,75,501,26,3,FALSE,20.8,62 +219,TRUE,1,22,999,37,4,FALSE,27.4,39 +220,TRUE,1,28,995,73,5,FALSE,29.9,54 +221,FALSE,0,42,877,66,2,FALSE,22.3,54 +222,TRUE,1,50,573,31,6,TRUE,19.9,62 +223,FALSE,0,72,606,51,4,FALSE,24.3,54 +224,FALSE,0,34,906,56,4,FALSE,22.5,44 +225,FALSE,0,54,859,58,1,FALSE,28.3,60 +226,TRUE,1,22,878,32,2,FALSE,17.1,59 +227,FALSE,0,47,754,16,3,FALSE,27.1,35 +228,TRUE,1,41,529,26,3,FALSE,18.5,28 +229,FALSE,0,62,724,41,4,FALSE,27.9,50 +230,FALSE,0,46,873,53,5,FALSE,28.3,44 +231,TRUE,1,28,821,52,3,FALSE,24.9,34 +232,TRUE,1,22,983,66,3,FALSE,20.9,49 +233,TRUE,1,17,1133,69,3,FALSE,26.6,29 +234,FALSE,0,41,889,53,1,FALSE,25,50 +235,TRUE,1,19,1082,78,2,FALSE,24.1,39 +236,TRUE,1,29,695,19,2,FALSE,16,61 +237,FALSE,0,35,1060,72,2,FALSE,24.4,81 +238,FALSE,0,32,840,41,4,FALSE,20.3,35 +239,TRUE,1,19,1121,76,2,FALSE,21.9,62 +240,TRUE,1,17,1206,76,4,FALSE,24.5,59 +241,TRUE,1,43,550,24,3,FALSE,17.6,47 +242,TRUE,1,22,999,89,3,FALSE,20.8,41 +243,FALSE,0,54,818,52,2,FALSE,23.9,70 +244,FALSE,0,28,909,63,3,FALSE,20.7,20 +245,TRUE,1,15,1231,82,2,FALSE,25.6,39 +246,FALSE,0,39,865,34,4,FALSE,29,28 +247,TRUE,1,13,1340,65,2,FALSE,22.6,67 +248,FALSE,0,46,855,66,6,FALSE,24.8,45 +249,TRUE,1,19,1061,45,6,FALSE,25.2,40 +250,FALSE,0,68,765,70,4,FALSE,22.8,92 +251,TRUE,1,61,523,16,2,FALSE,27.9,47 +252,TRUE,1,13,1232,76,2,FALSE,19.4,41 +253,FALSE,0,68,705,53,3,FALSE,28.1,52 +254,TRUE,1,16,1155,75,2,FALSE,24.6,26 +255,FALSE,0,57,724,51,3,FALSE,22.2,54 +256,FALSE,0,30,993,45,4,FALSE,26.7,46 +257,FALSE,0,44,784,46,2,FALSE,19.2,54 +258,FALSE,0,54,687,21,2,FALSE,25.6,34 +259,FALSE,0,20,1255,69,3,FALSE,28.1,33 +260,FALSE,0,29,953,58,5,FALSE,22.3,38 +261,TRUE,1,19,935,43,5,FALSE,18.4,37 +262,TRUE,1,43,776,40,5,FALSE,27.7,66 +263,FALSE,0,44,999,89,3,FALSE,26.3,70 +264,TRUE,1,38,637,9,6,TRUE,22.7,45 +265,FALSE,0,36,1041,78,3,FALSE,30.9,43 +266,FALSE,0,74,541,42,3,FALSE,24.6,43 +267,FALSE,0,43,816,43,2,FALSE,22.3,49 +268,TRUE,1,26,994,73,2,FALSE,28.3,49 +269,FALSE,0,45,919,81,1,FALSE,25.6,52 +270,TRUE,1,21,966,39,3,FALSE,25,37 +271,FALSE,0,32,900,50,5,FALSE,22.7,36 +272,FALSE,0,46,773,32,1,FALSE,19.3,64 +273,FALSE,0,52,876,61,1,FALSE,31.4,40 +274,TRUE,1,30,799,34,2,FALSE,23.8,52 +275,TRUE,1,13,1281,64,4,FALSE,24.2,47 +276,FALSE,0,29,872,49,4,FALSE,18.3,34 +277,FALSE,0,36,923,32,6,FALSE,25.6,56 +278,TRUE,1,25,923,35,3,FALSE,25.4,50 +279,TRUE,1,25,1127,95,1,FALSE,29.8,67 +280,TRUE,1,25,933,54,3,FALSE,24.3,49 +281,TRUE,1,24,884,49,4,FALSE,20.7,43 +282,TRUE,1,17,1083,54,2,FALSE,18.7,51 +283,TRUE,1,22,918,53,2,FALSE,22.3,31 +284,TRUE,1,10,1353,80,2,FALSE,20.1,36 +285,FALSE,0,61,788,33,1,FALSE,31.4,55 +286,FALSE,0,42,869,35,2,FALSE,27.8,43 +287,TRUE,1,17,1215,61,1,FALSE,29,47 +288,FALSE,0,29,995,61,2,FALSE,23.3,46 +289,FALSE,0,43,864,31,1,FALSE,29.2,39 +290,FALSE,0,34,780,29,3,FALSE,21.7,19 +291,FALSE,0,57,691,33,2,FALSE,22.7,52 +292,FALSE,0,87,397,15,1,FALSE,27,58 +293,TRUE,1,12,1376,81,1,FALSE,30,30 +294,FALSE,0,34,996,59,5,FALSE,23.3,68 +295,TRUE,1,21,947,57,4,FALSE,17.3,53 +296,TRUE,1,17,1246,74,4,FALSE,24.8,66 +297,FALSE,0,23,1156,50,6,FALSE,29.8,34 +298,FALSE,0,35,967,41,1,FALSE,27.9,50 +299,TRUE,1,20,951,48,1,FALSE,18.9,46 +300,TRUE,1,18,1088,67,4,FALSE,18.7,58 +301,FALSE,0,30,1013,80,4,FALSE,25.2,40 +302,TRUE,1,42,696,34,1,FALSE,26.1,47 +303,FALSE,0,36,833,33,4,FALSE,25.8,23 +304,FALSE,0,55,663,53,4,FALSE,20.3,37 +305,FALSE,0,39,909,49,3,FALSE,25.7,49 +306,FALSE,0,26,1009,72,3,FALSE,19.5,38 +307,TRUE,1,19,1016,59,2,FALSE,20.1,47 +308,FALSE,0,30,1066,81,1,FALSE,28.1,41 +309,TRUE,1,43,795,55,3,FALSE,29.6,56 +310,FALSE,0,35,849,33,3,FALSE,18.1,64 +311,FALSE,0,29,1018,80,2,FALSE,24.5,36 +312,FALSE,0,27,991,44,3,FALSE,22.1,43 +313,FALSE,0,56,778,35,4,FALSE,25,68 +314,TRUE,1,18,1000,56,1,FALSE,22.6,17 +315,TRUE,1,30,708,46,2,FALSE,18.2,43 +316,FALSE,0,86,442,28,4,FALSE,24.8,76 +317,FALSE,0,63,782,47,4,FALSE,25.8,78 +318,FALSE,0,27,1105,63,2,FALSE,27.6,50 +319,FALSE,0,27,1070,52,2,FALSE,28.9,36 +320,TRUE,1,45,617,25,4,FALSE,23.2,50 +321,TRUE,1,33,684,18,4,FALSE,22.9,38 +322,TRUE,1,26,945,65,2,FALSE,20.9,68 +323,TRUE,1,10,1398,100,2,FALSE,21.7,36 +324,TRUE,1,20,1058,56,4,FALSE,24.2,53 +325,FALSE,0,75,613,27,1,FALSE,29.9,56 +326,FALSE,0,42,788,23,1,FALSE,24.6,37 +327,TRUE,1,24,1005,63,9,FALSE,24,60 +328,FALSE,0,41,692,26,1,FALSE,17.1,37 +329,FALSE,0,67,773,60,2,FALSE,30.6,56 +330,FALSE,0,41,863,43,5,FALSE,21.7,63 +331,FALSE,0,33,918,55,3,FALSE,24.6,34 +332,FALSE,0,50,768,54,2,FALSE,18.8,63 +333,FALSE,0,47,790,41,4,FALSE,24.9,41 +334,TRUE,1,42,713,38,4,FALSE,26.2,52 +335,TRUE,1,18,1174,67,2,FALSE,25.9,50 +336,FALSE,0,26,941,43,3,FALSE,17.5,42 +337,FALSE,0,29,1000,57,4,FALSE,22.6,51 +338,FALSE,0,28,845,21,3,FALSE,19.7,30 +339,FALSE,0,35,952,39,3,FALSE,28.1,46 +340,TRUE,1,19,1217,90,6,FALSE,27.9,59 +341,FALSE,0,46,708,34,3,FALSE,23.8,17 +342,FALSE,0,23,1052,61,1,FALSE,21.6,27 +343,FALSE,0,57,546,24,3,FALSE,17.8,31 +344,FALSE,0,41,752,33,2,FALSE,22.8,25 +345,FALSE,0,37,1011,49,3,FALSE,30.7,53 +346,FALSE,0,47,808,17,2,FALSE,30.8,34 +347,FALSE,0,25,932,54,6,FALSE,19.4,17 +348,FALSE,0,57,760,30,2,FALSE,30.9,39 +349,FALSE,0,33,964,46,2,FALSE,27.4,42 +350,FALSE,0,26,1078,71,3,FALSE,20.9,60 +351,FALSE,0,21,1134,81,2,FALSE,19.9,32 +352,TRUE,1,36,806,45,6,FALSE,25.1,64 +353,FALSE,0,47,797,28,3,FALSE,24.6,53 +354,FALSE,0,45,842,20,2,FALSE,27.6,53 +355,FALSE,0,24,949,27,3,FALSE,18.3,36 +356,FALSE,0,55,785,51,7,FALSE,21.3,75 +357,FALSE,0,66,688,39,3,FALSE,29.2,45 +358,TRUE,1,19,1000,81,3,FALSE,20.2,22 +359,FALSE,0,67,507,15,2,FALSE,20.1,45 +360,TRUE,1,21,1027,51,4,FALSE,29.9,21 +361,FALSE,0,53,774,43,2,FALSE,26.8,43 +362,TRUE,1,20,1117,72,2,FALSE,28.5,42 +363,FALSE,0,43,964,43,5,FALSE,31.1,57 +364,TRUE,1,48,679,32,2,FALSE,25.9,62 +365,FALSE,0,40,927,61,2,FALSE,28.2,37 +366,FALSE,0,43,848,47,4,FALSE,21.9,59 +367,TRUE,1,23,1134,85,2,FALSE,27.7,68 +368,FALSE,0,44,914,62,1,FALSE,30.3,37 +369,TRUE,1,22,1019,56,3,FALSE,26.7,38 +370,TRUE,1,28,879,49,3,FALSE,25.1,57 +371,FALSE,0,26,1087,63,3,FALSE,24.3,50 +372,FALSE,0,47,802,42,2,FALSE,22.6,55 +373,TRUE,1,25,815,19,5,FALSE,16.5,67 +374,FALSE,0,53,857,68,3,FALSE,27.6,53 +375,FALSE,0,55,896,51,3,FALSE,32,62 +376,TRUE,1,27,911,40,6,FALSE,25.6,56 +377,FALSE,0,46,880,40,4,FALSE,28.6,54 +378,FALSE,0,35,839,49,2,FALSE,17.4,53 +379,FALSE,0,39,968,41,2,FALSE,27.5,66 +380,FALSE,0,27,920,51,6,FALSE,18.8,34 +381,TRUE,1,15,1178,79,3,FALSE,22.7,32 +382,TRUE,1,32,756,44,4,FALSE,20.6,56 +383,TRUE,1,20,941,29,2,FALSE,20.5,46 +384,FALSE,0,32,1061,54,4,FALSE,31.2,49 +385,FALSE,0,29,1020,56,3,FALSE,22.9,58 +386,TRUE,1,45,605,22,5,TRUE,21.1,58 +387,FALSE,0,51,850,40,2,FALSE,31.4,44 +388,FALSE,0,59,655,21,2,FALSE,24.7,43 +389,FALSE,0,30,939,36,1,FALSE,23,49 +390,FALSE,0,65,758,50,2,FALSE,28.2,62 +391,TRUE,1,14,1277,60,6,FALSE,25.6,54 +392,FALSE,0,63,776,64,2,FALSE,25.8,68 +393,TRUE,1,29,936,62,4,FALSE,30.4,47 +394,FALSE,0,63,686,50,4,FALSE,22.1,63 +395,TRUE,1,23,1083,70,1,FALSE,27.4,60 +396,TRUE,1,26,819,59,2,FALSE,16.6,56 +397,FALSE,0,57,624,36,2,FALSE,17.5,53 +398,FALSE,0,52,629,15,1,FALSE,19.2,44 +399,FALSE,0,30,1031,65,1,FALSE,27.1,46 +400,FALSE,0,36,999,65,7,FALSE,27.6,51 +401,TRUE,1,53,509,22,7,TRUE,21.1,48 +402,TRUE,1,19,1035,54,2,FALSE,18.1,61 +403,TRUE,1,48,707,51,5,FALSE,28.9,46 +404,TRUE,1,17,1062,67,3,FALSE,18.2,47 +405,FALSE,0,24,1121,60,2,FALSE,25.8,41 +406,FALSE,0,51,693,43,3,FALSE,19.3,46 +407,FALSE,0,48,834,61,4,FALSE,25.1,47 +408,FALSE,0,28,992,37,1,FALSE,31.4,15 +409,FALSE,0,37,853,53,2,FALSE,24.1,29 +410,FALSE,0,65,673,37,4,FALSE,27.2,47 +411,FALSE,0,35,952,53,2,FALSE,26.9,44 +412,FALSE,0,26,1084,62,4,FALSE,28.3,31 +413,FALSE,0,23,1118,75,2,FALSE,26.8,20 +414,FALSE,0,60,784,42,3,FALSE,31.9,43 +415,FALSE,0,28,1065,59,2,FALSE,24.2,57 +416,TRUE,1,19,1061,67,2,FALSE,16.2,72 +417,FALSE,0,78,462,12,6,TRUE,25.1,47 +418,FALSE,0,58,782,58,2,FALSE,23.5,68 +419,FALSE,0,54,779,45,3,FALSE,26.4,49 +420,TRUE,1,23,1038,83,1,FALSE,24.8,49 +421,TRUE,1,26,1036,77,3,FALSE,29.5,52 +422,FALSE,0,48,814,54,3,FALSE,26.4,35 +423,FALSE,0,26,1181,77,3,FALSE,29.6,47 +424,FALSE,0,64,736,44,2,FALSE,27.1,60 +425,FALSE,0,28,1024,57,5,FALSE,26.8,37 +426,FALSE,0,43,889,51,3,FALSE,27.6,43 +427,FALSE,0,42,714,20,2,FALSE,21.1,32 +428,FALSE,0,52,680,12,2,FALSE,21.6,53 +429,FALSE,0,76,557,18,2,FALSE,28,54 +430,TRUE,1,56,550,39,5,TRUE,21.7,57 +431,FALSE,0,28,1051,76,6,FALSE,27.3,31 +432,FALSE,0,57,739,31,3,FALSE,26.9,49 +433,FALSE,0,22,1039,51,2,FALSE,18.4,34 +434,TRUE,1,11,1357,87,8,FALSE,20.4,48 +435,TRUE,1,26,1096,78,2,FALSE,30.7,66 +436,FALSE,0,31,861,43,3,FALSE,19.2,41 +437,FALSE,0,63,738,51,1,FALSE,26.7,58 +438,FALSE,0,18,1312,71,3,FALSE,27.8,37 +439,FALSE,0,28,1102,63,1,FALSE,29.8,41 +440,FALSE,0,74,608,42,2,FALSE,26.7,54 +441,FALSE,0,43,838,42,2,FALSE,26.4,38 +442,FALSE,0,25,1031,56,3,FALSE,23.9,24 +443,FALSE,0,37,913,44,4,FALSE,22.3,65 +444,FALSE,0,44,840,48,2,FALSE,23.6,53 +445,TRUE,1,13,1200,70,5,FALSE,18,39 +446,FALSE,0,29,903,55,4,FALSE,22.3,20 +447,FALSE,0,29,1099,67,4,FALSE,23.9,74 +448,FALSE,0,56,961,68,2,FALSE,28.4,95 +449,FALSE,0,34,977,73,2,FALSE,24.2,51 +450,FALSE,0,25,1018,57,3,FALSE,16.1,59 +451,TRUE,1,25,879,36,3,FALSE,19.4,65 +452,FALSE,0,27,1071,48,2,FALSE,29.5,38 +453,TRUE,1,19,967,42,2,FALSE,17.9,43 +454,FALSE,0,24,1018,71,1,FALSE,21,23 +455,TRUE,1,26,901,44,2,FALSE,26.7,37 +456,TRUE,1,50,676,36,5,TRUE,27.7,56 +457,FALSE,0,42,872,64,4,FALSE,24.4,44 +458,TRUE,1,27,750,31,4,FALSE,18.9,45 +459,FALSE,0,71,588,29,2,FALSE,26.8,46 +460,FALSE,0,28,934,46,1,FALSE,23.7,22 +461,FALSE,0,61,716,19,6,FALSE,27.3,59 +462,FALSE,0,25,991,60,3,FALSE,20.1,27 +463,TRUE,1,30,778,62,3,FALSE,20.8,45 +464,FALSE,0,34,811,45,2,FALSE,17.3,41 +465,FALSE,0,34,955,78,3,FALSE,22.8,45 +466,FALSE,0,84,449,13,2,FALSE,26.1,68 +467,TRUE,1,19,1021,52,2,FALSE,21.9,39 +468,FALSE,0,66,596,57,4,FALSE,21.7,37 +469,FALSE,0,25,1137,74,2,FALSE,30.1,26 +470,FALSE,0,37,759,20,4,FALSE,19.9,36 +471,TRUE,1,27,916,64,1,FALSE,29.1,31 +472,FALSE,0,37,967,94,4,FALSE,21.9,53 +473,FALSE,0,40,918,72,3,FALSE,26.8,36 +474,TRUE,1,31,808,18,4,FALSE,27.6,52 +475,FALSE,0,36,813,56,3,FALSE,16.6,46 +476,FALSE,0,32,887,65,3,FALSE,22,28 +477,TRUE,1,16,1127,72,3,FALSE,20.3,37 +478,TRUE,1,43,678,53,1,FALSE,20.5,60 +479,FALSE,0,28,1183,65,2,FALSE,31.3,60 +480,TRUE,1,53,537,34,4,FALSE,15.8,76 +481,TRUE,1,18,1170,61,2,FALSE,28.6,48 +482,FALSE,0,51,591,27,4,FALSE,17.8,27 +483,FALSE,0,36,877,29,2,FALSE,26.6,37 +484,FALSE,0,48,782,53,4,FALSE,21.1,53 +485,FALSE,0,33,1130,87,5,FALSE,27.8,74 +486,FALSE,0,55,799,42,1,FALSE,28.8,49 +487,FALSE,0,64,789,59,1,FALSE,28.6,64 +488,TRUE,1,19,1067,57,4,FALSE,21.9,58 +489,TRUE,1,17,1188,82,3,FALSE,27.5,31 +490,FALSE,0,52,823,35,4,FALSE,30.2,45 +491,FALSE,0,27,986,27,6,FALSE,19.4,66 +492,FALSE,0,67,646,41,1,FALSE,23.5,60 +493,FALSE,0,62,575,46,3,FALSE,15.7,54 +494,FALSE,0,51,806,37,4,FALSE,26.1,54 +495,TRUE,1,27,841,46,1,FALSE,24.1,41 +496,TRUE,1,22,815,7,7,FALSE,20.3,29 +497,FALSE,0,59,884,61,2,FALSE,31.5,66 +498,FALSE,0,58,677,35,1,FALSE,26.8,28 +499,FALSE,0,35,804,31,4,FALSE,21.1,34 +500,FALSE,0,23,1228,78,4,FALSE,26.2,56 +501,FALSE,0,27,924,38,2,FALSE,21.7,30 +502,FALSE,0,45,685,35,2,FALSE,16.9,40 +503,TRUE,1,12,1222,79,2,FALSE,17.4,31 +504,TRUE,1,18,1077,62,1,FALSE,19.4,56 +505,FALSE,0,27,1060,59,2,FALSE,23.3,54 +506,TRUE,1,24,953,47,2,FALSE,23.7,54 +507,FALSE,0,44,710,31,3,FALSE,16.1,54 +508,FALSE,0,25,1155,61,3,FALSE,26.7,55 +509,FALSE,0,27,1059,48,5,FALSE,23.8,57 +510,FALSE,0,26,946,60,2,FALSE,20.7,20 +511,TRUE,1,28,951,67,3,FALSE,28.8,46 +512,FALSE,0,32,895,49,1,FALSE,19.8,49 +513,TRUE,1,16,1257,53,5,FALSE,27.9,58 +514,FALSE,0,23,1184,71,2,FALSE,28.3,31 +515,FALSE,0,34,900,53,4,FALSE,23.1,41 +516,FALSE,0,42,786,30,2,FALSE,24.6,33 +517,FALSE,0,48,950,60,3,FALSE,30.3,62 +518,FALSE,0,24,1105,66,4,FALSE,19.1,65 +519,TRUE,1,20,1045,79,1,FALSE,19.2,59 +520,TRUE,1,34,696,37,4,FALSE,23.8,31 +521,TRUE,1,25,931,58,2,FALSE,23,54 +522,TRUE,1,31,682,25,2,FALSE,15.6,64 +523,FALSE,0,52,915,71,2,FALSE,31.1,50 +524,FALSE,0,32,961,52,1,FALSE,26.2,40 +525,FALSE,0,26,911,54,3,FALSE,16.4,32 +526,FALSE,0,46,789,38,4,FALSE,25.1,38 +527,FALSE,0,50,762,35,5,FALSE,21.9,58 +528,TRUE,1,19,1125,72,1,FALSE,26.3,42 +529,TRUE,1,55,658,34,7,TRUE,30.8,51 +530,FALSE,0,62,743,49,2,FALSE,24.9,66 +531,TRUE,1,61,625,28,5,TRUE,31.6,56 +532,TRUE,1,21,1119,63,4,FALSE,25.3,67 +533,FALSE,0,53,531,21,3,FALSE,15.9,24 +534,TRUE,1,14,1184,77,4,FALSE,19.3,44 +535,FALSE,0,56,708,47,1,FALSE,22.4,49 +536,FALSE,0,25,1066,58,4,FALSE,20.1,56 +537,TRUE,1,32,683,15,2,FALSE,24.3,31 +538,FALSE,0,90,413,41,4,FALSE,29.8,59 +539,FALSE,0,53,811,43,3,FALSE,27.6,52 +540,TRUE,1,19,1198,75,2,FALSE,28.5,51 +541,TRUE,1,62,538,19,4,FALSE,27.8,55 +542,FALSE,0,60,618,27,1,FALSE,21.3,46 +543,TRUE,1,17,1101,58,4,FALSE,18.4,61 +544,FALSE,0,23,1223,67,2,FALSE,26.6,57 +545,FALSE,0,39,1049,91,4,FALSE,30.9,46 +546,FALSE,0,77,519,29,6,TRUE,23.5,62 +547,FALSE,0,58,759,50,1,FALSE,26.1,52 +548,TRUE,1,15,1169,83,4,FALSE,17.1,57 +549,TRUE,1,26,766,55,4,FALSE,16.4,39 +550,TRUE,1,20,1140,77,2,FALSE,24,70 +551,FALSE,0,51,727,36,2,FALSE,22.2,48 +552,FALSE,0,54,869,66,2,FALSE,28.1,59 +553,FALSE,0,47,834,65,3,FALSE,23.7,46 +554,TRUE,1,29,743,55,5,FALSE,17.9,44 +555,TRUE,1,11,1402,100,3,FALSE,21.1,59 +556,FALSE,0,35,900,65,3,FALSE,24.9,25 +557,TRUE,1,22,934,47,3,FALSE,19.3,54 +558,FALSE,0,67,585,24,3,FALSE,22.3,53 +559,FALSE,0,20,1160,71,3,FALSE,26.3,10 +560,FALSE,0,26,1035,58,1,FALSE,20.1,53 +561,FALSE,0,22,1117,51,1,FALSE,28.5,17 +562,TRUE,1,18,1016,51,5,FALSE,16.9,57 +563,TRUE,1,16,1177,86,4,FALSE,21.2,41 +564,FALSE,0,42,879,58,2,FALSE,26.3,38 +565,TRUE,1,29,763,35,3,FALSE,21.4,48 +566,TRUE,1,13,1469,99,3,FALSE,27.7,67 +567,TRUE,1,27,852,63,2,FALSE,22.6,39 +568,TRUE,1,29,838,50,4,FALSE,23.8,55 +569,TRUE,1,14,1321,98,3,FALSE,24.4,52 +570,FALSE,0,75,516,32,5,TRUE,27.3,31 +571,FALSE,0,46,648,33,3,FALSE,18.4,23 +572,TRUE,1,14,1123,64,5,FALSE,20.8,20 +573,TRUE,1,15,1226,86,3,FALSE,19.7,55 +574,FALSE,0,25,977,47,3,FALSE,18.2,47 +575,TRUE,1,25,1078,81,6,FALSE,26.4,73 +576,FALSE,0,54,805,64,4,FALSE,24.4,56 +577,FALSE,0,57,836,33,3,FALSE,31.8,59 +578,FALSE,0,29,1074,54,1,FALSE,26,66 +579,FALSE,0,59,649,34,3,FALSE,23.1,41 +580,FALSE,0,38,949,48,3,FALSE,27,55 +581,FALSE,0,51,790,35,5,FALSE,24.5,60 +582,TRUE,1,20,1134,60,4,FALSE,25.9,67 +583,TRUE,1,52,569,49,4,FALSE,19.1,58 +584,FALSE,0,43,796,50,2,FALSE,18.9,53 +585,TRUE,1,23,985,53,5,FALSE,28.4,35 +586,FALSE,0,22,1121,66,2,FALSE,18.7,58 +587,FALSE,0,58,763,41,2,FALSE,26.9,55 +588,TRUE,1,28,788,38,3,FALSE,18.8,56 +589,TRUE,1,38,690,41,6,TRUE,20.7,54 +590,FALSE,0,24,1064,64,3,FALSE,19.8,45 +591,TRUE,1,31,910,64,3,FALSE,30.7,47 +592,TRUE,1,30,848,54,1,FALSE,24,57 +593,TRUE,1,47,578,33,6,TRUE,20.7,50 +594,TRUE,1,28,795,42,1,FALSE,23,36 +595,FALSE,0,40,751,36,1,FALSE,17.7,44 +596,FALSE,0,47,855,65,5,FALSE,28.5,29 +597,FALSE,0,36,897,49,3,FALSE,26.1,34 +598,TRUE,1,22,1024,62,2,FALSE,25.8,46 +599,TRUE,1,15,1142,85,5,FALSE,20.1,22 +600,FALSE,0,28,962,48,1,FALSE,25.1,24 +601,FALSE,0,45,837,21,2,FALSE,25.2,63 +602,FALSE,0,50,777,37,4,FALSE,26.4,40 +603,FALSE,0,38,743,41,2,FALSE,19.7,22 +604,TRUE,1,26,779,26,2,FALSE,18.7,46 +605,TRUE,1,46,684,32,2,FALSE,24.1,66 +606,FALSE,0,34,860,37,4,FALSE,18.7,57 +607,FALSE,0,26,1094,52,2,FALSE,25.7,54 +608,FALSE,0,47,796,34,4,FALSE,21.7,64 +609,FALSE,0,51,719,45,2,FALSE,22.8,37 +610,TRUE,1,25,951,58,2,FALSE,23.2,58 +611,FALSE,0,26,1065,68,3,FALSE,24.1,39 +612,TRUE,1,37,665,27,1,FALSE,21.2,48 +613,FALSE,0,46,938,52,1,FALSE,26,79 +614,FALSE,0,47,750,42,7,FALSE,18.1,61 +615,TRUE,1,16,1163,65,3,FALSE,20.9,58 +616,FALSE,0,27,967,56,4,FALSE,21.2,32 +617,TRUE,1,23,902,60,5,FALSE,19.8,37 +618,TRUE,1,28,1090,80,4,FALSE,30.7,80 +619,FALSE,0,38,802,46,6,FALSE,20.9,32 +620,FALSE,0,27,1019,54,1,FALSE,22.6,51 +621,FALSE,0,61,742,8,5,FALSE,30.6,60 +622,TRUE,1,28,851,34,5,FALSE,23.6,62 +623,FALSE,0,33,923,45,4,FALSE,20.3,63 +624,FALSE,0,27,963,53,2,FALSE,18.4,45 +625,FALSE,0,21,1243,76,1,FALSE,28.2,36 +626,FALSE,0,27,1050,68,2,FALSE,23.1,43 +627,FALSE,0,50,691,37,2,FALSE,21.3,35 +628,FALSE,0,46,818,36,4,FALSE,23.9,56 +629,FALSE,0,35,974,55,2,FALSE,23.8,63 +630,TRUE,1,53,576,23,2,FALSE,19.5,77 +631,TRUE,1,28,965,61,4,FALSE,30.3,53 +632,FALSE,0,22,1096,61,4,FALSE,22,35 +633,TRUE,1,19,1091,44,3,FALSE,24.6,62 +634,TRUE,1,46,724,30,4,FALSE,28.3,60 +635,TRUE,1,23,959,48,1,FALSE,24.2,44 +636,TRUE,1,27,834,48,2,FALSE,25.7,26 +637,FALSE,0,24,1132,56,6,FALSE,23.8,58 +638,FALSE,0,48,969,83,4,FALSE,28.6,63 +639,TRUE,1,28,820,54,4,FALSE,21.9,43 +640,TRUE,1,17,1164,78,3,FALSE,21.8,55 +641,TRUE,1,26,795,49,3,FALSE,18.2,44 +642,TRUE,1,27,913,44,4,FALSE,25.9,57 +643,TRUE,1,16,1254,72,5,FALSE,29.3,46 +644,TRUE,1,17,1036,58,2,FALSE,17.9,43 +645,FALSE,0,23,1193,83,1,FALSE,24.6,49 +646,FALSE,0,43,938,46,3,FALSE,31.8,44 +647,TRUE,1,19,938,40,4,FALSE,18.6,39 +648,FALSE,0,63,762,51,1,FALSE,30.8,43 +649,FALSE,0,35,1014,54,2,FALSE,30.4,47 +650,TRUE,1,21,1036,48,3,FALSE,25.5,51 +651,TRUE,1,41,737,40,4,FALSE,23.3,69 +652,FALSE,0,28,803,17,5,FALSE,17.5,29 +653,FALSE,0,29,993,63,3,FALSE,22.9,45 +654,TRUE,1,18,1074,59,3,FALSE,19.1,56 +655,TRUE,1,50,674,33,4,FALSE,24.4,72 +656,FALSE,0,46,709,23,5,FALSE,18.4,54 +657,FALSE,0,35,994,62,5,FALSE,27.6,47 +658,FALSE,0,40,880,61,1,FALSE,23.8,43 +659,FALSE,0,64,718,32,3,FALSE,29.1,53 +660,FALSE,0,53,763,44,2,FALSE,22.1,61 +661,TRUE,1,24,853,43,4,FALSE,18.7,45 +662,FALSE,0,77,399,17,4,FALSE,18.6,50 +663,TRUE,1,30,875,54,1,FALSE,27.6,51 +664,FALSE,0,32,1004,37,4,FALSE,27.7,58 +665,TRUE,1,25,999,64,2,FALSE,25.3,63 +666,FALSE,0,38,846,47,1,FALSE,20.1,52 +667,TRUE,1,24,942,53,5,FALSE,23.1,47 +668,TRUE,1,23,998,71,2,FALSE,20.4,67 +669,FALSE,0,71,550,34,3,FALSE,22.6,50 +670,FALSE,0,25,1036,46,2,FALSE,17.7,70 +671,TRUE,1,27,941,64,1,FALSE,27.7,47 +672,FALSE,0,24,1041,45,3,FALSE,19.1,56 +673,FALSE,0,71,512,31,1,FALSE,24.8,26 +674,TRUE,1,21,989,75,2,FALSE,18.9,46 +675,TRUE,1,19,1137,67,3,FALSE,26.9,47 +676,FALSE,0,47,696,34,3,FALSE,19.8,37 +677,FALSE,0,29,954,52,4,FALSE,23.9,33 +678,FALSE,0,33,928,45,2,FALSE,21.1,61 +679,TRUE,1,56,612,29,3,FALSE,27,60 +680,TRUE,1,22,878,45,3,FALSE,19.7,29 +681,FALSE,0,47,652,8,4,FALSE,16.5,54 +682,FALSE,0,24,1079,50,4,FALSE,25.3,32 +683,TRUE,1,19,1144,78,4,FALSE,28.7,33 +684,FALSE,0,39,853,45,5,FALSE,21.3,55 +685,TRUE,1,25,1006,77,6,FALSE,29.1,38 +686,TRUE,1,28,798,43,3,FALSE,17.8,61 +687,FALSE,0,36,840,37,3,FALSE,20.8,48 +688,FALSE,0,41,1030,85,2,FALSE,29.6,55 +689,FALSE,0,21,1036,47,3,FALSE,16.6,40 +690,FALSE,0,46,820,58,2,FALSE,25.9,32 +691,FALSE,0,50,803,47,1,FALSE,22.7,60 +692,FALSE,0,30,955,63,3,FALSE,20.1,51 +693,TRUE,1,20,990,42,3,FALSE,22.6,44 +694,TRUE,1,19,1065,56,2,FALSE,22,49 +695,FALSE,0,51,793,50,2,FALSE,21.2,66 +696,FALSE,0,32,861,19,3,FALSE,24,38 +697,FALSE,0,51,759,57,2,FALSE,23.6,37 +698,FALSE,0,34,931,49,1,FALSE,25.8,39 +699,FALSE,0,53,569,18,3,FALSE,18.6,25 +700,TRUE,1,24,895,34,2,FALSE,19.8,59 +701,FALSE,0,27,1066,95,4,FALSE,19.6,50 +702,TRUE,1,26,918,51,2,FALSE,24.3,51 +703,FALSE,0,22,1265,75,1,FALSE,29.3,47 +704,TRUE,1,29,654,22,5,TRUE,16.8,40 +705,TRUE,1,16,1131,58,2,FALSE,23.9,36 +706,FALSE,0,37,1050,53,3,FALSE,31.8,60 +707,TRUE,1,27,812,43,3,FALSE,25.3,28 +708,FALSE,0,48,844,45,2,FALSE,26.2,54 +709,TRUE,1,20,1031,65,2,FALSE,23.4,37 +710,FALSE,0,66,580,20,3,FALSE,22.2,52 +711,FALSE,0,52,667,37,3,FALSE,20.5,37 +712,TRUE,1,27,934,64,3,FALSE,28.1,40 +713,FALSE,0,28,1045,45,3,FALSE,22.6,72 +714,TRUE,1,37,844,45,4,FALSE,29.9,57 +715,FALSE,0,61,579,29,3,FALSE,24.9,18 +716,TRUE,1,31,841,62,2,FALSE,24.8,49 +717,TRUE,1,16,1158,69,1,FALSE,22.8,41 +718,FALSE,0,55,639,54,1,FALSE,19,32 +719,FALSE,0,22,1188,63,7,FALSE,24,51 +720,FALSE,0,56,767,27,1,FALSE,28.8,49 +721,FALSE,0,24,1180,63,3,FALSE,28.7,43 +722,TRUE,1,23,1005,51,4,FALSE,20.5,75 +723,FALSE,0,22,1053,61,4,FALSE,22.1,16 +724,TRUE,1,18,1125,86,5,FALSE,18.8,59 +725,FALSE,0,21,1315,87,3,FALSE,29.5,44 +726,FALSE,0,52,794,36,4,FALSE,25.9,57 +727,FALSE,0,28,968,64,4,FALSE,20.7,41 +728,FALSE,0,35,1070,87,3,FALSE,31.9,39 +729,FALSE,0,47,751,22,4,FALSE,28.1,24 +730,TRUE,1,33,799,34,1,FALSE,28.3,45 +731,TRUE,1,24,962,50,3,FALSE,19.2,82 +732,FALSE,0,34,861,23,5,FALSE,19.9,61 +733,FALSE,0,44,951,56,3,FALSE,26.8,71 +734,FALSE,0,59,820,57,5,FALSE,28.6,60 +735,TRUE,1,26,820,36,2,FALSE,17.3,64 +736,TRUE,1,21,1171,77,2,FALSE,28.3,60 +737,FALSE,0,77,495,27,4,FALSE,23,54 +738,TRUE,1,17,1084,75,7,FALSE,19.7,39 +739,FALSE,0,72,613,19,2,FALSE,31.7,40 +740,TRUE,1,19,1037,48,1,FALSE,26.1,25 +741,FALSE,0,25,1141,78,7,FALSE,25.5,48 +742,TRUE,1,29,945,54,2,FALSE,28.8,60 +743,FALSE,0,26,1130,74,1,FALSE,23.3,62 +744,TRUE,1,26,968,48,3,FALSE,28.7,49 +745,FALSE,0,29,948,64,2,FALSE,21.2,40 +746,FALSE,0,62,898,49,3,FALSE,30.4,94 +747,FALSE,0,35,1020,64,4,FALSE,27.5,58 +748,FALSE,0,41,753,18,1,FALSE,15.9,67 +749,FALSE,0,49,807,40,4,FALSE,27.1,43 +750,TRUE,1,24,826,53,6,FALSE,15.8,47 +751,TRUE,1,14,1204,58,2,FALSE,20.2,54 +752,FALSE,0,26,1102,88,2,FALSE,17.1,71 +753,TRUE,1,26,785,44,2,FALSE,18.5,43 +754,TRUE,1,20,1064,76,1,FALSE,19.8,60 +755,FALSE,0,32,949,36,3,FALSE,31.7,18 +756,TRUE,1,23,1015,71,3,FALSE,26.3,41 +757,TRUE,1,29,849,41,3,FALSE,29.8,30 +758,TRUE,1,31,798,29,5,FALSE,23.3,63 +759,FALSE,0,56,836,65,1,FALSE,29.9,45 +760,FALSE,0,23,1126,71,2,FALSE,22.8,42 +761,TRUE,1,23,921,54,3,FALSE,17.2,67 +762,FALSE,0,49,745,47,2,FALSE,17.4,63 +763,FALSE,0,43,744,26,3,FALSE,22.1,35 +764,TRUE,1,28,920,58,3,FALSE,26.8,54 +765,TRUE,1,45,710,54,3,FALSE,30.1,30 +766,FALSE,0,30,976,57,2,FALSE,25.2,41 +767,FALSE,0,43,954,56,2,FALSE,26.2,70 +768,FALSE,0,31,1047,75,3,FALSE,23.1,68 +769,FALSE,0,44,992,58,4,FALSE,31.1,63 +770,TRUE,1,49,495,5,3,FALSE,21.6,40 +771,TRUE,1,25,691,24,5,TRUE,17.1,21 +772,FALSE,0,20,1119,61,4,FALSE,20.4,31 +773,FALSE,0,44,928,44,3,FALSE,28.7,61 +774,FALSE,0,44,717,22,4,FALSE,19.9,44 +775,TRUE,1,25,771,49,1,FALSE,20.4,17 +776,FALSE,0,80,383,6,2,FALSE,22.4,45 +777,FALSE,0,71,558,13,2,FALSE,21.8,67 +778,FALSE,0,42,903,44,3,FALSE,26.3,57 +779,TRUE,1,29,685,26,3,FALSE,19.3,36 +780,FALSE,0,50,598,25,4,FALSE,18,26 +781,FALSE,0,42,876,64,2,FALSE,25.8,36 +782,FALSE,0,43,960,47,4,FALSE,32.1,48 +783,FALSE,0,26,1153,55,1,FALSE,28.2,60 +784,FALSE,0,23,992,68,3,FALSE,17.8,20 +785,TRUE,1,31,782,33,4,FALSE,21.8,62 +786,TRUE,1,22,1046,70,3,FALSE,25.2,48 +787,FALSE,0,41,851,41,2,FALSE,22.4,56 +788,FALSE,0,36,845,61,1,FALSE,22.6,24 +789,TRUE,1,51,432,13,2,FALSE,17.6,38 +790,TRUE,1,53,644,28,5,TRUE,31.3,41 +791,TRUE,1,37,689,44,5,TRUE,18.1,62 +792,TRUE,1,16,1274,79,3,FALSE,25.2,62 +793,FALSE,0,68,724,46,2,FALSE,30.3,54 +794,FALSE,0,77,431,12,3,FALSE,17.9,70 +795,FALSE,0,51,661,18,4,FALSE,20.9,40 +796,FALSE,0,39,984,66,3,FALSE,26.3,62 +797,FALSE,0,75,480,26,1,FALSE,21.9,47 +798,FALSE,0,55,839,59,2,FALSE,31.4,38 +799,FALSE,0,32,999,51,2,FALSE,24.7,61 +800,FALSE,0,52,880,60,2,FALSE,26.6,67 +801,FALSE,0,43,877,78,3,FALSE,20.3,60 +802,FALSE,0,26,1016,70,2,FALSE,19.8,40 +803,TRUE,1,27,915,52,1,FALSE,28.5,41 +804,TRUE,1,29,895,55,1,FALSE,24.4,67 +805,FALSE,0,43,774,38,2,FALSE,19.6,53 +806,TRUE,1,25,938,57,6,FALSE,22.4,59 +807,FALSE,0,28,974,52,3,FALSE,22.1,43 +808,TRUE,1,22,1059,64,3,FALSE,23.6,65 +809,FALSE,0,35,855,54,4,FALSE,21.1,36 +810,FALSE,0,47,914,38,3,FALSE,30.8,56 +811,FALSE,0,33,856,34,1,FALSE,22.3,36 +812,TRUE,1,15,1078,47,4,FALSE,23.9,13 +813,TRUE,1,24,795,54,2,FALSE,17.6,29 +814,TRUE,1,11,1404,87,5,FALSE,22.8,50 +815,TRUE,1,27,792,39,4,FALSE,16.7,60 +816,FALSE,0,31,871,70,2,FALSE,20.2,23 +817,FALSE,0,48,650,34,2,FALSE,18.6,30 +818,FALSE,0,59,796,51,1,FALSE,25.4,72 +819,FALSE,0,28,974,48,3,FALSE,23.4,42 +820,FALSE,0,66,657,43,3,FALSE,24.7,55 +821,TRUE,1,29,919,79,4,FALSE,28.6,40 +822,TRUE,1,13,1293,86,2,FALSE,23.4,43 +823,FALSE,0,56,760,39,3,FALSE,26.9,49 +824,TRUE,1,22,972,70,7,FALSE,19.8,48 +825,FALSE,0,34,881,47,4,FALSE,21.3,45 +826,FALSE,0,15,1392,89,1,FALSE,22.3,41 +827,FALSE,0,56,499,28,3,FALSE,18.4,5 +828,TRUE,1,27,995,52,1,FALSE,26.5,74 +829,FALSE,0,68,527,19,2,FALSE,16.1,73 +830,FALSE,0,29,1021,56,4,FALSE,29,32 +831,TRUE,1,26,870,48,1,FALSE,22.8,45 +832,TRUE,1,16,1202,70,4,FALSE,21.4,67 +833,TRUE,1,22,899,38,3,FALSE,16.4,62 +834,FALSE,0,44,958,68,4,FALSE,26.7,65 +835,FALSE,0,52,797,32,3,FALSE,31.1,33 +836,FALSE,0,41,956,51,3,FALSE,23.4,84 +837,TRUE,1,17,1203,61,4,FALSE,31.8,32 +838,FALSE,0,74,633,37,3,FALSE,28.5,58 +839,FALSE,0,47,768,16,2,FALSE,24.9,50 +840,FALSE,0,51,767,39,1,FALSE,25.6,42 +841,TRUE,1,51,664,47,6,TRUE,28.4,42 +842,FALSE,0,49,723,45,4,FALSE,22.1,34 +843,TRUE,1,21,1058,51,3,FALSE,21.7,70 +844,FALSE,0,37,825,23,1,FALSE,21.5,49 +845,FALSE,0,26,997,55,3,FALSE,18.8,51 +846,FALSE,0,47,861,47,2,FALSE,27.4,51 +847,TRUE,1,23,1034,67,5,FALSE,27.3,42 +848,TRUE,1,16,1170,73,1,FALSE,25.1,32 +849,TRUE,1,14,1311,96,2,FALSE,23.4,51 +850,FALSE,0,53,754,51,1,FALSE,28.9,18 +851,FALSE,0,28,1014,62,2,FALSE,26,28 +852,TRUE,1,10,1292,67,4,FALSE,17.9,33 +853,TRUE,1,45,643,28,7,TRUE,27.7,33 +854,TRUE,1,12,1321,97,4,FALSE,18.7,49 +855,FALSE,0,35,961,52,3,FALSE,22.1,70 +856,FALSE,0,28,885,47,3,FALSE,20.2,26 +857,TRUE,1,22,1051,64,6,FALSE,25.3,54 +858,TRUE,1,24,943,66,1,FALSE,20.1,60 +859,TRUE,1,26,828,59,1,FALSE,21.4,34 +860,TRUE,1,20,1061,58,5,FALSE,23.8,47 +861,FALSE,0,64,649,62,3,FALSE,19.3,59 +862,FALSE,0,44,891,47,1,FALSE,28.8,44 +863,FALSE,0,29,1042,77,3,FALSE,24.6,45 +864,FALSE,0,56,857,49,3,FALSE,31.7,52 +865,TRUE,1,17,1185,67,3,FALSE,27.2,47 +866,FALSE,0,26,1069,83,2,FALSE,22.6,40 +867,FALSE,0,25,1008,42,2,FALSE,20.1,46 +868,TRUE,1,20,1002,50,1,FALSE,15.6,74 +869,TRUE,1,20,1109,66,3,FALSE,24.1,60 +870,TRUE,1,24,1003,72,3,FALSE,28.1,35 +871,TRUE,1,15,1046,56,2,FALSE,17.1,30 +872,FALSE,0,29,927,26,2,FALSE,23,43 +873,TRUE,1,47,753,41,4,FALSE,28.7,66 +874,FALSE,0,66,604,26,3,FALSE,23.5,52 +875,FALSE,0,39,767,14,5,FALSE,22,38 +876,FALSE,0,40,926,79,3,FALSE,21.3,60 +877,TRUE,1,81,336,20,1,FALSE,29.2,46 +878,FALSE,0,26,1036,52,4,FALSE,25.3,32 +879,FALSE,0,23,1129,75,5,FALSE,20.4,54 +880,TRUE,1,29,973,49,3,FALSE,30,69 +881,TRUE,1,34,789,45,1,FALSE,25,54 +882,FALSE,0,25,1177,73,5,FALSE,28,50 +883,FALSE,0,25,1083,77,3,FALSE,22.1,38 +884,FALSE,0,58,671,12,2,FALSE,24.2,56 +885,FALSE,0,57,537,13,4,FALSE,18.3,33 +886,TRUE,1,18,998,48,5,FALSE,21.1,24 +887,TRUE,1,55,587,12,3,FALSE,28.9,47 +888,TRUE,1,29,884,46,2,FALSE,27.8,47 +889,FALSE,0,52,877,53,2,FALSE,24.6,81 +890,FALSE,0,31,954,50,2,FALSE,27.3,31 +891,TRUE,1,25,884,56,3,FALSE,20.4,50 +892,TRUE,1,20,975,59,4,FALSE,15.6,59 +893,TRUE,1,23,1007,58,3,FALSE,23,62 +894,TRUE,1,27,798,30,3,FALSE,21.6,47 +895,FALSE,0,24,974,48,4,FALSE,17.5,37 +896,FALSE,0,45,711,31,4,FALSE,18.1,47 +897,FALSE,0,48,798,39,1,FALSE,19.5,75 +898,TRUE,1,51,594,35,2,FALSE,23,54 +899,FALSE,0,28,945,51,1,FALSE,24.4,19 +900,TRUE,1,25,990,50,4,FALSE,24.4,68 +901,FALSE,0,44,808,39,5,FALSE,21.4,55 +902,FALSE,0,60,754,40,3,FALSE,29,47 +903,FALSE,0,56,752,43,4,FALSE,26.4,47 +904,FALSE,0,41,860,36,3,FALSE,25.7,46 +905,TRUE,1,24,841,31,3,FALSE,17.9,51 +906,TRUE,1,27,820,33,3,FALSE,24.2,41 +907,FALSE,0,21,1113,51,4,FALSE,18.5,51 +908,TRUE,1,28,876,63,5,FALSE,26.9,35 +909,TRUE,1,13,1441,99,4,FALSE,31.2,50 +910,FALSE,0,20,1301,78,1,FALSE,24.3,63 +911,TRUE,1,20,920,29,1,FALSE,15.9,55 +912,TRUE,1,15,1252,71,1,FALSE,22.5,62 +913,FALSE,0,52,711,43,5,FALSE,23.8,32 +914,FALSE,0,43,869,59,3,FALSE,24,48 +915,TRUE,1,25,896,49,2,FALSE,20.8,56 +916,FALSE,0,47,719,26,6,FALSE,23.3,33 +917,FALSE,0,39,1001,61,3,FALSE,26.6,69 +918,TRUE,1,24,1034,63,3,FALSE,31.4,33 +919,TRUE,1,20,1046,62,2,FALSE,23.2,50 +920,FALSE,0,34,937,77,2,FALSE,21,50 +921,FALSE,0,46,808,59,4,FALSE,21.7,49 +922,FALSE,0,45,889,42,1,FALSE,30.1,45 +923,FALSE,0,36,882,37,2,FALSE,22.2,54 +924,TRUE,1,24,851,56,4,FALSE,20.2,33 +925,FALSE,0,35,829,35,4,FALSE,22.9,30 +926,TRUE,1,16,1286,87,4,FALSE,30.2,38 +927,FALSE,0,80,463,24,2,FALSE,25.4,47 +928,FALSE,0,53,903,64,3,FALSE,28.6,65 +929,TRUE,1,19,1142,67,2,FALSE,23.4,70 +930,TRUE,1,41,721,40,4,FALSE,25.2,52 +931,FALSE,0,31,913,48,5,FALSE,20.2,53 +932,TRUE,1,12,1288,74,2,FALSE,20.8,44 +933,FALSE,0,51,613,24,4,FALSE,15.6,48 +934,TRUE,1,24,809,34,3,FALSE,19.9,28 +935,FALSE,0,51,858,43,6,FALSE,29.8,52 +936,FALSE,0,58,543,11,2,FALSE,17.8,40 +937,TRUE,1,14,1410,87,3,FALSE,30.7,52 +938,TRUE,1,28,682,27,5,TRUE,16.7,43 +939,TRUE,1,19,1170,81,5,FALSE,29.1,38 +940,FALSE,0,40,889,75,1,FALSE,22.6,45 +941,FALSE,0,24,1044,38,6,FALSE,23,42 +942,FALSE,0,56,850,51,3,FALSE,29.1,63 +943,TRUE,1,28,954,52,2,FALSE,29.8,51 +944,TRUE,1,28,842,54,3,FALSE,22.3,54 +945,TRUE,1,27,829,30,1,FALSE,27.4,30 +946,FALSE,0,68,658,41,2,FALSE,23.5,69 +947,FALSE,0,36,775,6,2,FALSE,19.5,50 +948,FALSE,0,26,979,60,2,FALSE,19.5,36 +949,FALSE,0,22,1194,80,3,FALSE,22.9,52 +950,FALSE,0,45,853,33,2,FALSE,25.4,60 +951,FALSE,0,37,1013,81,3,FALSE,31.9,28 +952,FALSE,0,69,657,26,2,FALSE,25.4,71 +953,FALSE,0,28,1000,55,6,FALSE,23.4,45 +954,TRUE,1,25,1042,64,1,FALSE,28.7,63 +955,TRUE,1,24,997,61,2,FALSE,26.5,49 +956,TRUE,1,28,931,61,6,FALSE,29.2,43 +957,FALSE,0,28,1069,70,3,FALSE,30.9,22 +958,TRUE,1,21,860,41,1,FALSE,17.7,32 +959,FALSE,0,49,718,30,3,FALSE,21.2,47 +960,TRUE,1,25,849,38,3,FALSE,17.9,59 +961,FALSE,0,28,965,50,3,FALSE,25.3,21 +962,FALSE,0,23,1106,71,3,FALSE,16.1,67 +963,FALSE,0,23,1218,79,3,FALSE,23.4,67 +964,TRUE,1,28,801,52,2,FALSE,23.4,32 +965,FALSE,0,51,725,43,5,FALSE,20.1,54 +966,FALSE,0,34,1003,73,3,FALSE,29.1,33 +967,TRUE,1,18,1054,63,3,FALSE,18.9,46 +968,TRUE,1,32,834,56,1,FALSE,23.7,61 +969,FALSE,0,37,954,53,4,FALSE,25,60 +970,TRUE,1,18,971,50,3,FALSE,17.8,36 +971,FALSE,0,22,1209,62,4,FALSE,28.7,42 +972,TRUE,1,30,662,39,1,FALSE,17.6,34 +973,TRUE,1,21,980,51,4,FALSE,21.1,52 +974,TRUE,1,17,1094,64,2,FALSE,23.2,26 +975,FALSE,0,25,959,46,2,FALSE,23.1,11 +976,FALSE,0,42,823,49,3,FALSE,17.7,68 +977,TRUE,1,22,1178,81,6,FALSE,26.8,79 +978,FALSE,0,45,768,38,1,FALSE,22.4,41 +979,FALSE,0,67,622,35,2,FALSE,23,58 +980,TRUE,1,24,1017,42,3,FALSE,31.3,48 +981,FALSE,0,38,1021,57,3,FALSE,28.4,68 +982,TRUE,1,19,1021,61,4,FALSE,16.9,55 +983,TRUE,1,78,301,24,5,TRUE,22.8,50 +984,FALSE,0,32,797,16,3,FALSE,22.8,22 +985,FALSE,0,31,981,60,5,FALSE,21.5,63 +986,FALSE,0,31,865,51,4,FALSE,18.2,43 +987,TRUE,1,20,1027,66,2,FALSE,24.9,28 +988,FALSE,0,55,804,39,2,FALSE,30.3,45 +989,FALSE,0,57,803,56,2,FALSE,29.3,46 +990,TRUE,1,24,1060,81,3,FALSE,26.3,62 +991,FALSE,0,62,726,58,1,FALSE,29.5,31 +992,FALSE,0,39,921,59,2,FALSE,27.3,40 +993,TRUE,1,18,1150,79,3,FALSE,20.7,68 +994,FALSE,0,49,819,29,2,FALSE,24.6,67 +995,TRUE,1,30,843,42,3,FALSE,23.8,64 +996,FALSE,0,17,1299,78,4,FALSE,16.2,71 +997,TRUE,1,16,1131,65,3,FALSE,20.5,50 +998,FALSE,0,60,649,21,2,FALSE,25.8,39 +999,FALSE,0,28,990,55,4,FALSE,20.8,55 +1000,FALSE,0,28,1042,37,1,FALSE,25,62 +1001,FALSE,0,66,822,67,2,FALSE,27.7,81 +1002,FALSE,0,46,676,32,3,FALSE,21.4,20 +1003,FALSE,0,42,779,62,2,FALSE,16.1,51 +1004,TRUE,1,14,1164,47,4,FALSE,17.2,57 +1005,FALSE,0,45,844,44,4,FALSE,25.9,47 +1006,TRUE,1,15,1107,52,3,FALSE,23.4,26 +1007,FALSE,0,23,1198,69,4,FALSE,24.1,58 +1008,FALSE,0,36,813,16,2,FALSE,23.3,37 +1009,FALSE,0,34,1047,69,1,FALSE,28.7,55 +1010,FALSE,0,47,797,25,3,FALSE,23.6,60 +1011,FALSE,0,31,990,72,3,FALSE,20.2,66 +1012,FALSE,0,53,585,36,2,FALSE,17.4,26 +1013,TRUE,1,16,1288,91,2,FALSE,24.7,63 +1014,FALSE,0,72,628,30,3,FALSE,31.9,37 +1015,FALSE,0,47,733,28,1,FALSE,25,30 +1016,FALSE,0,44,928,66,4,FALSE,24.8,66 +1017,FALSE,0,49,788,43,3,FALSE,21.3,64 +1018,FALSE,0,24,1040,54,3,FALSE,20.7,44 +1019,FALSE,0,65,628,31,3,FALSE,22.4,58 +1020,FALSE,0,51,710,48,2,FALSE,21.5,36 +1021,FALSE,0,46,825,52,3,FALSE,24.3,45 +1022,FALSE,0,68,692,46,4,FALSE,29.8,46 +1023,TRUE,1,16,1131,50,3,FALSE,22.5,44 +1024,TRUE,1,27,1041,91,2,FALSE,28.5,58 +1025,TRUE,1,16,1227,62,4,FALSE,22.8,69 +1026,FALSE,0,49,777,43,2,FALSE,24.9,41 +1027,FALSE,0,60,741,55,3,FALSE,26.6,47 +1028,FALSE,0,50,908,54,3,FALSE,27.4,70 +1029,TRUE,1,22,1010,73,2,FALSE,23.6,43 +1030,FALSE,0,25,955,62,3,FALSE,21.6,11 +1031,FALSE,0,25,1050,29,2,FALSE,23.7,55 +1032,TRUE,1,13,1220,70,3,FALSE,21.4,35 +1033,FALSE,0,36,765,53,3,FALSE,16.3,34 +1034,FALSE,0,28,1146,64,1,FALSE,27.8,67 +1035,TRUE,1,32,807,36,3,FALSE,20.2,82 +1036,FALSE,0,31,991,52,3,FALSE,29.2,33 +1037,FALSE,0,68,745,53,2,FALSE,29.3,62 +1038,FALSE,0,79,455,10,3,FALSE,26.4,46 +1039,FALSE,0,49,879,57,3,FALSE,28.8,50 +1040,FALSE,0,59,730,32,3,FALSE,24.7,65 +1041,TRUE,1,15,1159,79,4,FALSE,16.9,51 +1042,FALSE,0,40,824,41,4,FALSE,24.1,36 +1043,TRUE,1,24,1049,69,3,FALSE,29.8,41 +1044,TRUE,1,26,876,46,3,FALSE,21.4,57 +1045,FALSE,0,32,843,36,2,FALSE,24.6,15 +1046,FALSE,0,26,992,39,1,FALSE,18.6,63 +1047,FALSE,0,31,968,68,2,FALSE,26.7,26 +1048,FALSE,0,29,1056,70,1,FALSE,26.1,48 +1049,TRUE,1,28,684,19,5,TRUE,16.3,45 +1050,FALSE,0,49,924,63,7,FALSE,27.8,66 +1051,TRUE,1,18,1195,71,4,FALSE,27.2,50 +1052,FALSE,0,51,768,39,4,FALSE,24.6,49 +1053,FALSE,0,39,819,32,5,FALSE,19.6,57 +1054,FALSE,0,64,711,39,3,FALSE,30.9,36 +1055,FALSE,0,44,798,40,3,FALSE,22.8,45 +1056,FALSE,0,29,1052,59,2,FALSE,24.3,64 +1057,TRUE,1,43,742,27,3,FALSE,29.3,57 +1058,FALSE,0,39,886,44,2,FALSE,28.4,30 +1059,FALSE,0,50,830,47,2,FALSE,25.9,57 +1060,FALSE,0,34,854,49,4,FALSE,22.6,28 +1061,FALSE,0,36,989,52,4,FALSE,31.3,39 +1062,TRUE,1,15,1150,61,2,FALSE,17.1,65 +1063,FALSE,0,54,637,35,2,FALSE,24.3,16 +1064,FALSE,0,53,614,17,2,FALSE,22.4,23 +1065,FALSE,0,27,1009,68,1,FALSE,16.2,66 +1066,TRUE,1,21,888,48,4,FALSE,18.2,36 +1067,FALSE,0,42,824,26,3,FALSE,21.2,65 +1068,TRUE,1,28,761,22,2,FALSE,21.9,45 +1069,FALSE,0,46,975,66,6,FALSE,31.9,54 +1070,FALSE,0,49,733,32,3,FALSE,19.3,59 +1071,FALSE,0,27,1007,47,4,FALSE,24.1,39 +1072,FALSE,0,66,584,14,4,FALSE,25.1,43 +1073,FALSE,0,29,1010,67,5,FALSE,25,42 +1074,TRUE,1,19,1131,79,4,FALSE,17.6,87 +1075,FALSE,0,27,1036,60,3,FALSE,22.9,49 +1076,TRUE,1,24,973,35,3,FALSE,27.5,54 +1077,TRUE,1,13,1157,44,2,FALSE,17.2,43 +1078,TRUE,1,15,1084,61,1,FALSE,16.6,44 +1079,FALSE,0,33,1020,51,3,FALSE,26.1,67 +1080,FALSE,0,35,896,49,2,FALSE,23.3,43 +1081,FALSE,0,46,795,29,2,FALSE,25.1,48 +1082,TRUE,1,22,970,51,2,FALSE,22.3,53 +1083,FALSE,0,25,1025,47,2,FALSE,22,42 +1084,FALSE,0,53,797,26,3,FALSE,24.1,75 +1085,FALSE,0,34,875,26,4,FALSE,27.1,28 +1086,TRUE,1,37,699,29,2,FALSE,18.1,76 +1087,FALSE,0,29,939,55,1,FALSE,20.3,43 +1088,FALSE,0,35,1052,71,1,FALSE,26.7,67 +1089,FALSE,0,42,750,47,4,FALSE,22.6,20 +1090,FALSE,0,42,912,52,3,FALSE,25.1,61 +1091,TRUE,1,25,920,38,4,FALSE,23.6,60 +1092,FALSE,0,29,955,71,1,FALSE,22,30 +1093,FALSE,0,41,765,16,1,FALSE,23.6,37 +1094,FALSE,0,44,786,56,1,FALSE,19.1,50 +1095,FALSE,0,46,875,52,4,FALSE,24.6,64 +1096,TRUE,1,30,817,62,4,FALSE,25.4,37 +1097,FALSE,0,30,1012,49,7,FALSE,28.2,44 +1098,TRUE,1,28,926,44,3,FALSE,25.5,70 +1099,FALSE,0,24,1014,62,2,FALSE,18.7,32 +1100,FALSE,0,63,674,18,2,FALSE,25.7,61 +1101,TRUE,1,32,903,48,4,FALSE,31.2,54 +1102,FALSE,0,49,912,76,4,FALSE,32,32 +1103,FALSE,0,15,1379,73,2,FALSE,24.1,38 +1104,FALSE,0,35,1050,77,4,FALSE,27.3,59 +1105,TRUE,1,26,953,72,5,FALSE,25.3,51 +1106,TRUE,1,30,941,59,3,FALSE,27.9,68 +1107,TRUE,1,23,885,45,3,FALSE,20.8,39 +1108,TRUE,1,26,800,57,5,FALSE,21.6,24 +1109,TRUE,1,31,909,47,6,FALSE,29,62 +1110,TRUE,1,16,1242,83,3,FALSE,28.4,39 +1111,TRUE,1,16,1072,62,1,FALSE,16.7,49 +1112,FALSE,0,34,942,53,4,FALSE,19.9,72 +1113,FALSE,0,48,730,16,3,FALSE,23.8,44 +1114,FALSE,0,35,970,66,2,FALSE,21,69 +1115,FALSE,0,67,503,17,2,FALSE,22,32 +1116,TRUE,1,17,1076,56,2,FALSE,16.1,61 +1117,FALSE,0,32,1048,66,3,FALSE,28.1,51 +1118,TRUE,1,20,1082,56,5,FALSE,28.6,37 +1119,TRUE,1,17,1086,68,2,FALSE,22.8,30 +1120,FALSE,0,27,1076,56,3,FALSE,26.8,49 +1121,TRUE,1,31,853,37,2,FALSE,28.9,51 +1122,FALSE,0,66,572,38,2,FALSE,19.7,51 +1123,FALSE,0,63,642,42,4,FALSE,21.4,55 +1124,FALSE,0,41,935,72,2,FALSE,27.5,41 +1125,FALSE,0,28,1088,70,2,FALSE,28.2,40 +1126,TRUE,1,48,679,40,1,FALSE,27.4,51 +1127,FALSE,0,29,961,39,5,FALSE,24.3,40 +1128,FALSE,0,50,924,45,3,FALSE,30.7,65 +1129,FALSE,0,81,536,16,1,FALSE,31.9,50 +1130,TRUE,1,20,1154,89,3,FALSE,28.9,39 +1131,TRUE,1,23,917,72,3,FALSE,22.7,22 +1132,FALSE,0,19,1333,85,4,FALSE,27.9,39 +1133,TRUE,1,22,1054,67,4,FALSE,21.2,76 +1134,FALSE,0,51,714,45,3,FALSE,21.4,40 +1135,FALSE,0,55,757,46,4,FALSE,27.9,36 +1136,FALSE,0,45,789,58,4,FALSE,18.2,57 +1137,TRUE,1,10,1418,90,2,FALSE,20.9,54 +1138,FALSE,0,68,583,22,2,FALSE,22.6,58 +1139,FALSE,0,53,756,55,3,FALSE,23.7,44 +1140,FALSE,0,39,831,45,2,FALSE,17.9,63 +1141,FALSE,0,69,444,19,4,FALSE,19.1,31 +1142,TRUE,1,57,636,45,2,FALSE,29.7,47 +1143,FALSE,0,56,770,43,1,FALSE,29.3,38 +1144,FALSE,0,32,1012,43,6,FALSE,27.8,57 +1145,TRUE,1,20,990,70,2,FALSE,18.1,49 +1146,FALSE,0,63,703,44,2,FALSE,23.6,63 +1147,FALSE,0,49,793,44,3,FALSE,18.7,76 +1148,TRUE,1,19,1177,54,3,FALSE,31.2,50 +1149,FALSE,0,60,591,15,2,FALSE,22.4,40 +1150,FALSE,0,24,955,34,2,FALSE,18.5,36 +1151,TRUE,1,25,828,57,5,FALSE,17.1,44 +1152,FALSE,0,44,854,63,3,FALSE,23.7,47 +1153,TRUE,1,17,1275,82,4,FALSE,25.6,75 +1154,TRUE,1,15,1145,56,5,FALSE,24,32 +1155,FALSE,0,19,1092,61,3,FALSE,16.6,32 +1156,FALSE,0,34,777,7,2,FALSE,19.8,42 +1157,FALSE,0,61,778,36,1,FALSE,30.1,56 +1158,FALSE,0,45,762,29,4,FALSE,19.4,59 +1159,TRUE,1,26,952,72,3,FALSE,27.7,35 +1160,FALSE,0,68,586,25,2,FALSE,24.4,49 +1161,FALSE,0,27,956,54,2,FALSE,18.6,47 +1162,FALSE,0,67,657,21,2,FALSE,26,64 +1163,TRUE,1,23,1138,81,3,FALSE,29.5,63 +1164,FALSE,0,59,628,29,2,FALSE,21.6,43 +1165,TRUE,1,20,1040,58,1,FALSE,23.7,48 +1166,TRUE,1,19,1210,53,1,FALSE,31.1,57 +1167,TRUE,1,24,866,83,4,FALSE,18.9,24 +1168,FALSE,0,54,805,44,2,FALSE,29.7,43 +1169,TRUE,1,28,920,50,2,FALSE,26.7,56 +1170,FALSE,0,27,1042,41,6,FALSE,27.3,40 +1171,TRUE,1,27,781,35,3,FALSE,20.3,47 +1172,TRUE,1,18,997,50,2,FALSE,17.9,47 +1173,TRUE,1,22,949,45,3,FALSE,23,37 +1174,TRUE,1,34,649,32,5,TRUE,20.9,34 +1175,TRUE,1,19,1019,66,2,FALSE,19.9,45 +1176,FALSE,0,52,674,38,3,FALSE,19.8,43 +1177,TRUE,1,30,760,39,4,FALSE,18.9,59 +1178,TRUE,1,33,905,48,2,FALSE,28.9,69 +1179,FALSE,0,61,550,16,1,FALSE,18.4,47 +1180,TRUE,1,43,752,69,3,FALSE,25.4,53 +1181,TRUE,1,20,1066,69,1,FALSE,24,47 +1182,TRUE,1,17,1197,80,2,FALSE,23.9,56 +1183,TRUE,1,22,1013,59,4,FALSE,23.8,51 +1184,FALSE,0,28,1025,55,5,FALSE,24.3,51 +1185,FALSE,0,55,781,40,4,FALSE,24.8,63 +1186,FALSE,0,39,815,34,1,FALSE,24.2,34 +1187,FALSE,0,68,729,27,2,FALSE,30.3,68 +1188,TRUE,1,21,958,51,4,FALSE,18.9,52 +1189,TRUE,1,21,985,63,4,FALSE,18.9,50 +1190,TRUE,1,22,947,56,3,FALSE,22.4,40 +1191,FALSE,0,28,892,32,1,FALSE,19,45 +1192,TRUE,1,22,919,51,3,FALSE,18.5,53 +1193,FALSE,0,50,574,28,3,FALSE,17.2,19 +1194,TRUE,1,18,1094,53,4,FALSE,25.6,39 +1195,FALSE,0,57,827,51,1,FALSE,29.6,56 +1196,FALSE,0,31,1065,67,2,FALSE,30.2,43 +1197,FALSE,0,21,1124,70,5,FALSE,19.8,36 +1198,TRUE,1,28,853,62,1,FALSE,25,39 +1199,TRUE,1,21,994,53,6,FALSE,20.9,51 +1200,FALSE,0,45,703,29,2,FALSE,22.3,25 +1201,TRUE,1,21,1068,71,5,FALSE,22.2,60 +1202,FALSE,0,23,1064,79,5,FALSE,22.7,17 +1203,TRUE,1,23,905,51,3,FALSE,20.4,41 +1204,FALSE,0,56,690,24,4,FALSE,26.2,37 +1205,FALSE,0,34,851,62,3,FALSE,20.1,30 +1206,FALSE,0,37,899,59,7,FALSE,25.9,33 +1207,TRUE,1,29,939,59,1,FALSE,29.4,51 +1208,FALSE,0,22,1020,45,2,FALSE,16.2,46 +1209,FALSE,0,74,477,35,4,FALSE,20.6,43 +1210,TRUE,1,30,712,41,3,FALSE,24.7,15 +1211,FALSE,0,28,938,45,3,FALSE,22.4,29 +1212,FALSE,0,50,793,58,8,FALSE,23.7,46 +1213,FALSE,0,46,743,39,2,FALSE,22.4,35 +1214,TRUE,1,19,1067,70,3,FALSE,23.6,36 +1215,FALSE,0,73,604,29,1,FALSE,26.3,62 +1216,FALSE,0,29,1029,55,4,FALSE,26.2,50 +1217,FALSE,0,32,899,41,2,FALSE,24.6,33 +1218,TRUE,1,24,900,41,4,FALSE,24.3,41 +1219,FALSE,0,36,948,60,2,FALSE,25.9,44 +1220,FALSE,0,28,1047,65,5,FALSE,26.9,38 +1221,TRUE,1,25,863,32,2,FALSE,25.9,34 +1222,FALSE,0,28,1065,90,3,FALSE,22.3,47 +1223,FALSE,0,56,785,44,1,FALSE,26.6,58 +1224,FALSE,0,22,1099,50,5,FALSE,19.8,51 +1225,TRUE,1,16,1088,45,6,FALSE,19.3,45 +1226,FALSE,0,29,1089,92,1,FALSE,25,53 +1227,FALSE,0,31,958,47,3,FALSE,22.2,59 +1228,TRUE,1,13,1243,83,2,FALSE,19.2,46 +1229,FALSE,0,29,1034,78,5,FALSE,21.8,54 +1230,TRUE,1,29,757,44,3,FALSE,23.1,32 +1231,FALSE,0,46,912,68,1,FALSE,28.8,44 +1232,TRUE,1,20,1091,71,2,FALSE,27.1,42 +1233,TRUE,1,18,1060,62,2,FALSE,19.6,50 +1234,TRUE,1,27,888,61,3,FALSE,22.7,53 +1235,TRUE,1,27,741,14,2,FALSE,19.1,46 +1236,TRUE,1,24,1022,57,1,FALSE,30.4,37 +1237,FALSE,0,19,1179,59,1,FALSE,22.9,35 +1238,FALSE,0,38,925,34,4,FALSE,27.4,51 +1239,TRUE,1,55,581,32,5,TRUE,22.6,67 +1240,FALSE,0,25,1095,79,2,FALSE,23.1,37 +1241,FALSE,0,47,798,58,1,FALSE,22.7,42 +1242,FALSE,0,39,870,37,2,FALSE,23.7,52 +1243,TRUE,1,21,885,27,3,FALSE,19.9,40 +1244,FALSE,0,53,708,37,3,FALSE,21.6,49 +1245,FALSE,0,25,1111,64,4,FALSE,25.2,47 +1246,TRUE,1,18,1135,67,2,FALSE,27.7,37 +1247,FALSE,0,66,507,13,3,FALSE,16.4,59 +1248,FALSE,0,50,670,27,1,FALSE,16.3,59 +1249,FALSE,0,25,1090,65,2,FALSE,19.9,62 +1250,FALSE,0,53,862,48,4,FALSE,28,65 +1251,TRUE,1,25,879,59,4,FALSE,20.8,41 +1252,TRUE,1,21,950,45,3,FALSE,21.1,41 +1253,FALSE,0,43,747,32,3,FALSE,18.2,51 +1254,FALSE,0,57,788,51,1,FALSE,26.3,56 +1255,TRUE,1,25,811,23,2,FALSE,21.6,43 +1256,TRUE,1,23,897,54,5,FALSE,19.7,42 +1257,TRUE,1,22,837,41,1,FALSE,16.8,39 +1258,TRUE,1,15,1334,90,2,FALSE,24.2,68 +1259,TRUE,1,38,723,43,6,FALSE,31.4,13 +1260,FALSE,0,50,752,34,3,FALSE,24.3,45 +1261,FALSE,0,27,1007,63,2,FALSE,20.2,48 +1262,TRUE,1,23,981,67,3,FALSE,26.8,33 +1263,FALSE,0,38,988,65,1,FALSE,27.8,53 +1264,FALSE,0,31,948,55,2,FALSE,28.1,20 +1265,TRUE,1,20,1104,68,4,FALSE,22.7,61 +1266,TRUE,1,20,923,66,1,FALSE,18.4,24 +1267,FALSE,0,58,655,19,3,FALSE,29.5,17 +1268,FALSE,0,59,705,35,5,FALSE,27.6,37 +1269,FALSE,0,33,908,44,1,FALSE,22,50 +1270,FALSE,0,38,855,36,6,FALSE,24.9,38 +1271,FALSE,0,44,734,47,1,FALSE,18.4,40 +1272,TRUE,1,28,919,61,4,FALSE,26.8,52 +1273,FALSE,0,31,933,39,3,FALSE,26.3,33 +1274,TRUE,1,23,867,32,3,FALSE,20.1,46 +1275,TRUE,1,48,649,16,5,TRUE,27.4,55 +1276,FALSE,0,61,826,49,3,FALSE,28.9,70 +1277,TRUE,1,23,1028,58,4,FALSE,26.3,54 +1278,FALSE,0,66,766,46,3,FALSE,28.1,72 +1279,FALSE,0,38,881,47,2,FALSE,22.5,54 +1280,TRUE,1,28,889,51,2,FALSE,27.2,48 +1281,FALSE,0,44,766,32,2,FALSE,27.6,16 +1282,FALSE,0,19,1171,79,4,FALSE,20.1,30 +1283,FALSE,0,27,1151,68,3,FALSE,31.8,43 +1284,FALSE,0,47,881,50,4,FALSE,27.1,58 +1285,TRUE,1,17,1169,79,3,FALSE,24.5,43 +1286,TRUE,1,29,862,33,2,FALSE,27,55 +1287,FALSE,0,26,1026,64,4,FALSE,22.5,33 +1288,TRUE,1,42,771,76,3,FALSE,26.8,44 +1289,FALSE,0,25,1200,66,2,FALSE,30.7,51 +1290,FALSE,0,28,935,29,3,FALSE,22.8,43 +1291,FALSE,0,39,850,45,4,FALSE,21.9,49 +1292,FALSE,0,52,824,68,3,FALSE,27.4,38 +1293,FALSE,0,28,1133,68,2,FALSE,28.7,53 +1294,TRUE,1,30,937,69,4,FALSE,30.7,46 +1295,FALSE,0,54,766,26,2,FALSE,28.1,47 +1296,FALSE,0,63,666,33,2,FALSE,31.3,20 +1297,TRUE,1,27,906,48,4,FALSE,29.2,38 +1298,TRUE,1,29,706,15,4,FALSE,23.3,27 +1299,FALSE,0,35,784,24,4,FALSE,22.1,25 +1300,TRUE,1,22,952,67,3,FALSE,20.4,41 +1301,FALSE,0,32,846,48,1,FALSE,17.7,45 +1302,FALSE,0,40,893,52,3,FALSE,24.1,52 +1303,FALSE,0,47,831,52,3,FALSE,21.9,63 +1304,TRUE,1,17,1111,79,4,FALSE,18.8,54 +1305,FALSE,0,57,848,64,4,FALSE,27.8,62 +1306,FALSE,0,29,1048,35,3,FALSE,30.8,40 +1307,FALSE,0,62,633,19,1,FALSE,25.4,43 +1308,FALSE,0,64,794,44,2,FALSE,30.9,63 +1309,FALSE,0,32,885,30,4,FALSE,22.2,48 +1310,FALSE,0,62,530,26,1,FALSE,20.8,24 +1311,FALSE,0,30,1016,70,2,FALSE,27.3,36 +1312,FALSE,0,28,1027,74,2,FALSE,19.1,62 +1313,FALSE,0,54,649,35,4,FALSE,20.1,39 +1314,TRUE,1,27,970,66,2,FALSE,27.7,52 +1315,TRUE,1,26,719,22,4,FALSE,15.7,48 +1316,TRUE,1,20,1020,64,1,FALSE,22.1,41 +1317,FALSE,0,22,1149,80,4,FALSE,21.7,43 +1318,TRUE,1,37,773,41,2,FALSE,26.6,53 +1319,TRUE,1,44,743,47,3,FALSE,28.4,51 +1320,FALSE,0,62,765,70,1,FALSE,23.9,65 +1321,TRUE,1,32,771,57,4,FALSE,22.6,45 +1322,FALSE,0,43,812,56,2,FALSE,23.4,35 +1323,FALSE,0,55,848,44,5,FALSE,31.5,50 +1324,FALSE,0,41,887,48,2,FALSE,24,57 +1325,FALSE,0,32,910,44,6,FALSE,15.6,80 +1326,FALSE,0,46,836,48,2,FALSE,26.7,41 +1327,FALSE,0,58,769,55,3,FALSE,28.1,43 +1328,FALSE,0,64,634,21,3,FALSE,23.3,60 +1329,FALSE,0,58,792,52,1,FALSE,25.8,66 +1330,FALSE,0,28,992,70,3,FALSE,21.7,38 +1331,FALSE,0,24,1109,69,3,FALSE,19.7,57 +1332,FALSE,0,68,676,37,2,FALSE,30.8,40 +1333,TRUE,1,19,1112,65,3,FALSE,27.1,34 +1334,FALSE,0,24,1026,42,3,FALSE,18.2,56 +1335,TRUE,1,33,768,35,3,FALSE,24.6,49 +1336,FALSE,0,54,801,37,2,FALSE,28.3,53 +1337,TRUE,1,17,1089,61,4,FALSE,20.6,39 +1338,FALSE,0,55,717,22,4,FALSE,20.4,73 +1339,FALSE,0,42,996,61,4,FALSE,30.9,57 +1340,TRUE,1,12,1227,65,3,FALSE,16.5,42 +1341,FALSE,0,37,1011,63,2,FALSE,28,57 +1342,FALSE,0,30,938,44,3,FALSE,25.8,31 +1343,FALSE,0,28,963,57,2,FALSE,20.3,46 +1344,FALSE,0,37,908,39,2,FALSE,22.2,67 +1345,FALSE,0,48,801,37,3,FALSE,25.9,45 +1346,TRUE,1,26,827,39,6,FALSE,17.6,60 +1347,TRUE,1,23,888,44,2,FALSE,19.8,45 +1348,FALSE,0,56,715,63,3,FALSE,27.4,15 +1349,TRUE,1,30,840,65,3,FALSE,26.4,35 +1350,TRUE,1,28,832,53,3,FALSE,21.6,51 +1351,FALSE,0,58,701,28,1,FALSE,21.8,68 +1352,TRUE,1,37,706,34,1,FALSE,25.1,39 +1353,FALSE,0,49,719,23,1,FALSE,21.2,51 +1354,TRUE,1,25,1025,66,1,FALSE,32,34 +1355,FALSE,0,62,719,35,1,FALSE,31.7,33 +1356,FALSE,0,30,932,50,3,FALSE,23.7,37 +1357,TRUE,1,25,932,66,2,FALSE,18.7,67 +1358,TRUE,1,24,1043,72,4,FALSE,25.3,61 +1359,FALSE,0,70,661,35,2,FALSE,28.6,56 +1360,FALSE,0,29,988,47,3,FALSE,21.7,63 +1361,FALSE,0,56,809,57,3,FALSE,29.3,42 +1362,FALSE,0,23,1199,63,2,FALSE,24.9,58 +1363,FALSE,0,18,1188,69,4,FALSE,16.9,51 +1364,TRUE,1,16,995,38,3,FALSE,17.7,33 +1365,FALSE,0,40,784,59,2,FALSE,18.4,36 +1366,TRUE,1,27,745,28,2,FALSE,18.3,48 +1367,FALSE,0,44,791,49,2,FALSE,20.2,50 +1368,FALSE,0,33,952,46,3,FALSE,26.6,43 +1369,FALSE,0,29,946,59,2,FALSE,22,34 +1370,FALSE,0,44,657,33,2,FALSE,19.2,18 +1371,FALSE,0,66,588,26,2,FALSE,22.1,54 +1372,FALSE,0,32,860,60,2,FALSE,16.9,43 +1373,TRUE,1,17,1213,77,2,FALSE,26.2,55 +1374,FALSE,0,37,867,55,3,FALSE,25.3,26 +1375,TRUE,1,23,1032,51,4,FALSE,31.9,30 +1376,FALSE,0,44,882,59,4,FALSE,26.2,46 +1377,FALSE,0,41,827,38,2,FALSE,26.9,28 +1378,FALSE,0,40,805,21,6,FALSE,28.5,20 +1379,FALSE,0,44,941,49,1,FALSE,29.1,59 +1380,FALSE,0,28,1026,61,3,FALSE,20.7,60 +1381,FALSE,0,31,883,33,3,FALSE,23.4,33 +1382,TRUE,1,23,861,42,2,FALSE,19.2,44 +1383,FALSE,0,22,1103,65,5,FALSE,21.8,32 +1384,FALSE,0,36,932,62,1,FALSE,23.2,52 +1385,FALSE,0,38,878,38,5,FALSE,24.4,47 +1386,TRUE,1,25,830,50,2,FALSE,20.1,35 +1387,TRUE,1,15,1095,38,2,FALSE,21.9,37 +1388,FALSE,0,41,747,52,5,FALSE,18.3,33 +1389,FALSE,0,69,581,17,1,FALSE,24.8,54 +1390,FALSE,0,38,898,48,2,FALSE,23.3,56 +1391,FALSE,0,58,740,52,7,FALSE,24.4,53 +1392,FALSE,0,22,1139,85,4,FALSE,20.6,36 +1393,FALSE,0,43,762,42,3,FALSE,23.9,23 +1394,TRUE,1,60,514,25,2,FALSE,23.7,55 +1395,TRUE,1,20,1085,56,3,FALSE,26.8,45 +1396,TRUE,1,42,764,57,4,FALSE,27.8,47 +1397,TRUE,1,23,1059,61,3,FALSE,25.9,62 +1398,FALSE,0,29,877,58,3,FALSE,17.8,35 +1399,FALSE,0,63,708,38,1,FALSE,24.8,64 +1400,TRUE,1,25,783,27,2,FALSE,19.2,42 +1401,TRUE,1,31,690,49,2,FALSE,18.4,38 +1402,TRUE,1,22,1065,83,2,FALSE,26.6,45 +1403,FALSE,0,25,1205,59,1,FALSE,30.2,53 +1404,FALSE,0,22,1182,68,3,FALSE,24.2,45 +1405,FALSE,0,30,940,47,2,FALSE,24.3,35 +1406,FALSE,0,26,1027,53,4,FALSE,21.8,44 +1407,FALSE,0,28,850,48,3,FALSE,19.6,12 +1408,FALSE,0,35,887,54,6,FALSE,22.3,40 +1409,FALSE,0,74,550,35,1,FALSE,23.6,54 +1410,TRUE,1,36,680,13,6,TRUE,24.2,45 +1411,FALSE,0,22,1146,73,4,FALSE,19.6,57 +1412,FALSE,0,34,889,62,5,FALSE,18.3,54 +1413,TRUE,1,42,750,33,3,FALSE,28.1,57 +1414,FALSE,0,49,918,44,2,FALSE,31.8,57 +1415,TRUE,1,16,1284,95,2,FALSE,31.5,23 +1416,FALSE,0,33,1044,54,4,FALSE,31.2,48 +1417,FALSE,0,19,1161,47,3,FALSE,15.6,70 +1418,FALSE,0,28,952,58,2,FALSE,20.8,41 +1419,TRUE,1,17,1057,58,4,FALSE,16.2,54 +1420,TRUE,1,22,948,30,2,FALSE,22.7,50 +1421,FALSE,0,60,638,49,4,FALSE,18.2,55 +1422,TRUE,1,31,880,51,3,FALSE,30.8,44 +1423,FALSE,0,51,786,28,3,FALSE,29.2,39 +1424,TRUE,1,19,1202,77,5,FALSE,30.5,49 +1425,FALSE,0,30,1008,53,3,FALSE,25.4,51 +1426,FALSE,0,39,849,61,1,FALSE,20.6,45 +1427,TRUE,1,21,1002,44,3,FALSE,23.6,48 +1428,FALSE,0,27,949,43,7,FALSE,18.5,53 +1429,TRUE,1,10,1291,68,5,FALSE,18.2,37 +1430,FALSE,0,46,766,26,3,FALSE,19.7,64 +1431,TRUE,1,28,881,64,5,FALSE,18.4,78 +1432,FALSE,0,47,905,34,2,FALSE,28.3,68 +1433,FALSE,0,40,900,51,4,FALSE,26.9,41 +1434,FALSE,0,26,892,41,4,FALSE,18.1,22 +1435,FALSE,0,39,829,54,2,FALSE,19.3,48 +1436,FALSE,0,47,866,38,2,FALSE,26.7,60 +1437,FALSE,0,34,918,23,3,FALSE,24.4,58 +1438,TRUE,1,10,1236,43,5,FALSE,17.8,30 +1439,FALSE,0,33,900,50,3,FALSE,24.4,32 +1440,TRUE,1,21,935,59,3,FALSE,17.7,49 +1441,FALSE,0,22,1178,74,2,FALSE,20.8,56 +1442,FALSE,0,47,861,59,3,FALSE,23.6,60 +1443,FALSE,0,22,1191,69,1,FALSE,22.9,59 +1444,TRUE,1,28,842,51,3,FALSE,25.3,34 +1445,TRUE,1,24,918,42,4,FALSE,27.1,29 +1446,TRUE,1,27,869,60,4,FALSE,27.5,19 +1447,TRUE,1,27,981,67,1,FALSE,28.3,55 +1448,FALSE,0,29,1019,57,3,FALSE,23.3,59 +1449,TRUE,1,21,1021,57,3,FALSE,22,52 +1450,TRUE,1,21,1041,82,2,FALSE,24.7,33 +1451,FALSE,0,53,874,55,3,FALSE,27,70 +1452,TRUE,1,21,1054,60,4,FALSE,26.9,42 +1453,FALSE,0,37,1016,62,4,FALSE,25.9,72 +1454,FALSE,0,33,1045,61,1,FALSE,28.8,55 +1455,FALSE,0,61,826,46,3,FALSE,30.7,64 +1456,FALSE,0,37,827,47,4,FALSE,18.4,52 +1457,FALSE,0,25,955,37,2,FALSE,17.7,47 +1458,TRUE,1,21,955,70,4,FALSE,20,33 +1459,FALSE,0,29,992,56,4,FALSE,25.2,40 +1460,TRUE,1,21,978,58,1,FALSE,20.2,47 +1461,FALSE,0,46,734,38,6,FALSE,18.7,52 +1462,FALSE,0,26,957,35,4,FALSE,19.2,47 +1463,FALSE,0,44,809,46,4,FALSE,22.9,45 +1464,FALSE,0,60,737,33,2,FALSE,28,50 +1465,TRUE,1,15,1091,62,1,FALSE,16,40 +1466,FALSE,0,28,961,49,5,FALSE,21.4,40 +1467,FALSE,0,45,792,57,5,FALSE,24.2,27 +1468,TRUE,1,39,688,28,2,FALSE,22.2,59 +1469,FALSE,0,47,909,46,3,FALSE,31.3,48 +1470,TRUE,1,30,892,51,3,FALSE,29.6,46 +1471,FALSE,0,43,799,37,4,FALSE,24.3,37 +1472,FALSE,0,19,1286,90,1,FALSE,24,44 +1473,FALSE,0,45,917,63,4,FALSE,31.4,32 +1474,FALSE,0,46,769,38,2,FALSE,24.7,33 +1475,TRUE,1,20,1007,64,3,FALSE,24.3,21 +1476,FALSE,0,52,883,53,4,FALSE,29.1,61 +1477,FALSE,0,61,632,26,3,FALSE,22.3,49 +1478,TRUE,1,14,1090,39,9,FALSE,18.2,32 +1479,TRUE,1,28,1002,63,4,FALSE,29.6,64 +1480,TRUE,1,20,1157,59,4,FALSE,29.9,56 +1481,FALSE,0,26,1101,78,4,FALSE,21.9,58 +1482,TRUE,1,19,1114,79,1,FALSE,24.9,44 +1483,FALSE,0,45,814,16,4,FALSE,28.4,42 +1484,FALSE,0,56,683,28,4,FALSE,23.4,46 +1485,TRUE,1,64,391,31,7,TRUE,17,53 +1486,FALSE,0,63,652,25,1,FALSE,23.4,59 +1487,FALSE,0,42,901,48,4,FALSE,22.9,70 +1488,FALSE,0,38,947,70,3,FALSE,26.7,40 +1489,FALSE,0,32,886,32,3,FALSE,25,33 +1490,TRUE,1,21,947,77,4,FALSE,16.1,49 +1491,TRUE,1,42,836,51,1,FALSE,25.6,90 +1492,FALSE,0,61,624,16,1,FALSE,24.8,42 +1493,TRUE,1,22,980,48,8,FALSE,20.8,64 +1494,FALSE,0,32,980,53,4,FALSE,26.2,44 +1495,FALSE,0,50,753,38,2,FALSE,24.2,41 +1496,TRUE,1,17,1088,62,4,FALSE,21.4,38 +1497,TRUE,1,11,1355,88,7,FALSE,19.3,45 +1498,FALSE,0,32,970,47,2,FALSE,21.7,71 +1499,FALSE,0,26,1173,89,3,FALSE,25.9,52 +1500,FALSE,0,55,783,43,3,FALSE,26.4,54 +1501,TRUE,1,26,984,66,5,FALSE,25.6,59 +1502,FALSE,0,55,908,57,7,FALSE,29.3,77 +1503,TRUE,1,26,879,33,3,FALSE,22.9,58 +1504,FALSE,0,41,784,52,2,FALSE,22.1,28 +1505,FALSE,0,23,1049,55,4,FALSE,20.2,33 +1506,TRUE,1,11,1246,78,3,FALSE,18.1,25 +1507,FALSE,0,23,934,36,3,FALSE,21.1,8 +1508,FALSE,0,46,838,31,3,FALSE,24.3,66 +1509,FALSE,0,29,1046,57,3,FALSE,28.5,41 +1510,TRUE,1,25,921,60,3,FALSE,21.4,53 +1511,FALSE,0,70,578,33,3,FALSE,21.1,64 +1512,TRUE,1,13,1218,60,6,FALSE,20.4,40 +1513,FALSE,0,39,890,58,4,FALSE,23.7,46 +1514,FALSE,0,38,905,73,2,FALSE,21.2,53 +1515,TRUE,1,34,847,55,3,FALSE,28.6,51 +1516,TRUE,1,36,798,29,3,FALSE,32.2,37 +1517,FALSE,0,65,692,16,1,FALSE,28.8,58 +1518,FALSE,0,31,1039,69,2,FALSE,25.8,55 +1519,FALSE,0,24,1044,52,3,FALSE,20.9,44 +1520,TRUE,1,21,1047,48,2,FALSE,29.3,31 +1521,FALSE,0,53,652,31,4,FALSE,16.7,56 +1522,FALSE,0,41,861,40,1,FALSE,20.7,68 +1523,FALSE,0,45,777,42,4,FALSE,17.3,67 +1524,TRUE,1,28,922,45,3,FALSE,26.9,60 +1525,TRUE,1,16,1189,79,4,FALSE,23.9,41 +1526,TRUE,1,26,897,45,1,FALSE,26.4,40 +1527,FALSE,0,37,859,39,1,FALSE,24.2,39 +1528,TRUE,1,21,1056,69,3,FALSE,25.9,42 +1529,FALSE,0,27,1053,71,3,FALSE,20.7,58 +1530,FALSE,0,62,677,44,2,FALSE,23.7,51 +1531,FALSE,0,53,576,21,4,FALSE,19.7,22 +1532,FALSE,0,66,510,37,4,FALSE,21.1,22 +1533,TRUE,1,34,611,23,5,TRUE,16.3,47 +1534,FALSE,0,40,891,52,3,FALSE,24.4,50 +1535,FALSE,0,45,792,40,3,FALSE,29,15 +1536,FALSE,0,28,829,33,2,FALSE,15.7,36 +1537,FALSE,0,61,736,45,2,FALSE,27.7,48 +1538,FALSE,0,42,1036,57,2,FALSE,32.2,68 +1539,FALSE,0,21,1153,83,5,FALSE,24,19 +1540,FALSE,0,50,663,43,3,FALSE,19.6,30 +1541,FALSE,0,20,1225,71,1,FALSE,25.3,33 +1542,FALSE,0,28,1025,60,4,FALSE,23.9,50 +1543,FALSE,0,42,936,40,2,FALSE,29.8,52 +1544,TRUE,1,29,781,15,3,FALSE,26.1,43 +1545,TRUE,1,14,1141,55,3,FALSE,21.4,25 +1546,FALSE,0,62,619,43,2,FALSE,21.9,39 +1547,TRUE,1,29,863,61,1,FALSE,27.2,40 +1548,TRUE,1,53,552,18,3,FALSE,25.2,45 +1549,TRUE,1,20,1066,67,3,FALSE,19.4,70 +1550,TRUE,1,25,883,55,6,FALSE,22.7,38 +1551,TRUE,1,61,637,58,6,TRUE,30.6,49 +1552,FALSE,0,49,844,71,1,FALSE,26.8,38 +1553,FALSE,0,51,759,67,3,FALSE,23.9,30 +1554,TRUE,1,47,724,43,2,FALSE,28.3,56 +1555,FALSE,0,41,823,40,2,FALSE,25.4,33 +1556,FALSE,0,30,1024,38,2,FALSE,21.4,86 +1557,FALSE,0,33,1066,64,4,FALSE,30.9,49 +1558,FALSE,0,46,714,20,2,FALSE,20,48 +1559,FALSE,0,27,991,41,2,FALSE,22,47 +1560,FALSE,0,49,871,62,7,FALSE,22.9,73 +1561,TRUE,1,19,1217,69,4,FALSE,30.5,57 +1562,FALSE,0,44,745,55,2,FALSE,17.4,44 +1563,TRUE,1,21,1000,58,4,FALSE,25.8,31 +1564,FALSE,0,27,1085,53,2,FALSE,29.5,33 +1565,TRUE,1,22,1036,59,3,FALSE,29,37 +1566,FALSE,0,52,664,16,2,FALSE,17.5,65 +1567,FALSE,0,66,694,63,1,FALSE,26.7,45 +1568,TRUE,1,26,873,58,5,FALSE,22.9,37 +1569,TRUE,1,24,874,31,1,FALSE,19.3,59 +1570,FALSE,0,38,924,56,5,FALSE,21.8,66 +1571,FALSE,0,41,968,63,2,FALSE,31.4,38 +1572,FALSE,0,25,1139,78,1,FALSE,25.7,41 +1573,FALSE,0,42,852,47,4,FALSE,22.8,52 +1574,FALSE,0,46,672,29,2,FALSE,16.1,48 +1575,FALSE,0,66,633,39,1,FALSE,23.2,53 +1576,TRUE,1,40,701,16,4,FALSE,22.8,72 +1577,TRUE,1,19,1109,84,1,FALSE,23.3,47 +1578,FALSE,0,49,872,55,3,FALSE,29.3,44 +1579,FALSE,0,56,800,50,2,FALSE,27.3,54 +1580,TRUE,1,22,973,55,3,FALSE,22.3,47 +1581,TRUE,1,25,1082,68,3,FALSE,31,56 +1582,FALSE,0,57,743,40,1,FALSE,27.2,44 +1583,FALSE,0,20,1113,56,2,FALSE,16.1,54 +1584,TRUE,1,17,1045,94,1,FALSE,17.8,26 +1585,TRUE,1,36,705,15,4,FALSE,24.9,48 +1586,TRUE,1,14,1333,77,3,FALSE,30,40 +1587,FALSE,0,26,925,31,3,FALSE,19.8,31 +1588,FALSE,0,48,698,48,2,FALSE,18.1,42 +1589,TRUE,1,22,988,53,3,FALSE,22.3,53 +1590,TRUE,1,17,1121,74,2,FALSE,19.7,49 +1591,TRUE,1,46,734,53,4,FALSE,27.2,57 +1592,FALSE,0,50,780,15,5,FALSE,25.3,61 +1593,FALSE,0,38,972,61,3,FALSE,26.1,59 +1594,FALSE,0,21,1162,86,3,FALSE,20.3,43 +1595,TRUE,1,21,1074,71,2,FALSE,29.1,29 +1596,FALSE,0,50,882,66,1,FALSE,29.6,44 +1597,FALSE,0,59,576,16,3,FALSE,15.8,64 +1598,FALSE,0,57,586,7,2,FALSE,20.1,46 +1599,FALSE,0,21,1130,65,4,FALSE,23.6,25 +1600,TRUE,1,15,1173,52,2,FALSE,20.3,54 +1601,FALSE,0,44,781,45,3,FALSE,19.8,52 +1602,FALSE,0,30,832,42,1,FALSE,15.8,42 +1603,FALSE,0,25,1032,71,2,FALSE,17.5,50 +1604,TRUE,1,22,979,53,4,FALSE,19.5,67 +1605,TRUE,1,51,670,16,4,FALSE,28.2,66 +1606,FALSE,0,25,1006,45,1,FALSE,20.5,41 +1607,FALSE,0,23,1197,76,5,FALSE,26.1,48 +1608,FALSE,0,35,962,73,1,FALSE,28.1,27 +1609,FALSE,0,40,879,21,3,FALSE,29.9,37 +1610,FALSE,0,38,1029,62,3,FALSE,26.9,76 +1611,TRUE,1,25,915,43,3,FALSE,21.3,69 +1612,FALSE,0,25,1136,82,4,FALSE,24.3,44 +1613,FALSE,0,34,843,63,3,FALSE,18.4,38 +1614,FALSE,0,41,864,33,7,FALSE,30.1,29 +1615,TRUE,1,27,1000,81,7,FALSE,23.1,77 +1616,TRUE,1,19,1154,63,2,FALSE,28.2,49 +1617,FALSE,0,26,1076,46,3,FALSE,28.4,39 +1618,FALSE,0,29,1136,66,2,FALSE,29.7,63 +1619,TRUE,1,13,1355,79,3,FALSE,31.3,32 +1620,FALSE,0,29,1084,62,2,FALSE,27.1,58 +1621,FALSE,0,34,1048,64,1,FALSE,26.6,68 +1622,FALSE,0,21,1186,59,1,FALSE,24.9,45 +1623,FALSE,0,50,791,35,1,FALSE,22.2,68 +1624,FALSE,0,77,541,33,4,FALSE,25.4,57 +1625,FALSE,0,50,749,35,3,FALSE,25.4,38 +1626,FALSE,0,51,849,51,4,FALSE,27,56 +1627,FALSE,0,39,790,48,3,FALSE,19.4,38 +1628,FALSE,0,48,720,53,2,FALSE,19.4,40 +1629,FALSE,0,32,913,37,3,FALSE,21.3,58 +1630,TRUE,1,19,1043,62,5,FALSE,21.7,41 +1631,FALSE,0,24,1152,81,4,FALSE,24.2,47 +1632,FALSE,0,24,1133,64,3,FALSE,22.2,62 +1633,FALSE,0,22,1067,49,3,FALSE,22.1,31 +1634,FALSE,0,55,712,17,3,FALSE,21.7,70 +1635,TRUE,1,26,1075,74,5,FALSE,28.1,76 +1636,TRUE,1,20,1232,93,5,FALSE,31.3,56 +1637,FALSE,0,53,812,28,2,FALSE,29.4,54 +1638,FALSE,0,35,943,41,2,FALSE,28.1,41 +1639,TRUE,1,49,599,31,1,FALSE,22.3,54 +1640,TRUE,1,23,854,32,4,FALSE,19.1,41 +1641,FALSE,0,30,1087,63,1,FALSE,30.3,52 +1642,TRUE,1,15,1250,88,4,FALSE,26,38 +1643,FALSE,0,59,777,49,4,FALSE,26.7,59 +1644,FALSE,0,44,958,53,5,FALSE,30.1,57 +1645,TRUE,1,59,511,30,3,FALSE,20.2,65 +1646,FALSE,0,54,925,52,5,FALSE,30.7,75 +1647,TRUE,1,22,1013,68,4,FALSE,26.1,39 +1648,TRUE,1,17,1070,54,5,FALSE,17.4,61 +1649,TRUE,1,22,922,47,2,FALSE,24.1,28 +1650,FALSE,0,32,1086,76,1,FALSE,31.6,41 +1651,FALSE,0,44,869,51,2,FALSE,23.7,61 +1652,FALSE,0,64,486,28,4,FALSE,16.4,37 +1653,TRUE,1,21,966,70,2,FALSE,17.4,52 +1654,FALSE,0,26,997,57,2,FALSE,21.1,35 +1655,FALSE,0,32,910,48,1,FALSE,22.3,42 +1656,FALSE,0,46,887,61,3,FALSE,27.6,47 +1657,TRUE,1,25,964,53,1,FALSE,28.8,39 +1658,TRUE,1,16,1095,56,5,FALSE,24.9,20 +1659,TRUE,1,20,1122,63,1,FALSE,27.5,51 +1660,FALSE,0,16,1247,75,4,FALSE,15.6,54 +1661,FALSE,0,40,860,48,4,FALSE,23,50 +1662,TRUE,1,38,743,33,1,FALSE,28.1,41 +1663,TRUE,1,21,1062,55,2,FALSE,23.4,60 +1664,TRUE,1,36,648,26,3,FALSE,17.1,63 +1665,TRUE,1,24,892,49,4,FALSE,26.6,14 +1666,TRUE,1,17,1152,75,2,FALSE,18.6,63 +1667,TRUE,1,19,1082,62,5,FALSE,27.6,23 +1668,FALSE,0,25,1016,40,2,FALSE,22.4,43 +1669,FALSE,0,29,972,30,3,FALSE,28.1,32 +1670,TRUE,1,17,1250,62,2,FALSE,32.2,39 +1671,TRUE,1,41,745,43,3,FALSE,24.3,66 +1672,FALSE,0,60,708,72,3,FALSE,20.1,55 +1673,FALSE,0,33,1078,54,1,FALSE,32.2,55 +1674,TRUE,1,20,842,49,4,FALSE,16.3,19 +1675,TRUE,1,23,904,53,2,FALSE,18.8,50 +1676,TRUE,1,29,740,36,3,FALSE,17.4,56 +1677,FALSE,0,50,726,43,3,FALSE,18.4,60 +1678,FALSE,0,26,1119,67,3,FALSE,29.8,34 +1679,FALSE,0,34,921,55,3,FALSE,19.9,61 +1680,TRUE,1,15,1112,78,2,FALSE,19.9,28 +1681,FALSE,0,58,750,22,2,FALSE,25.2,72 +1682,FALSE,0,41,935,52,3,FALSE,31.2,36 +1683,TRUE,1,63,575,16,8,TRUE,30.9,58 +1684,FALSE,0,49,688,22,2,FALSE,19.2,52 +1685,FALSE,0,31,935,48,2,FALSE,25.8,33 +1686,FALSE,0,30,1046,46,1,FALSE,26.8,64 +1687,TRUE,1,18,1028,58,3,FALSE,17.5,48 +1688,FALSE,0,40,861,60,3,FALSE,19.6,59 +1689,FALSE,0,42,905,50,4,FALSE,26.7,51 +1690,FALSE,0,61,713,27,6,FALSE,25.9,60 +1691,TRUE,1,23,1054,77,3,FALSE,27.3,48 +1692,FALSE,0,56,650,32,1,FALSE,17.4,63 +1693,FALSE,0,28,860,25,2,FALSE,17.1,43 +1694,TRUE,1,17,1075,72,5,FALSE,16.2,55 +1695,FALSE,0,50,803,51,4,FALSE,24.2,53 +1696,TRUE,1,17,1221,66,4,FALSE,26.2,59 +1697,TRUE,1,23,1068,74,5,FALSE,29.4,39 +1698,FALSE,0,26,1114,55,3,FALSE,26.4,50 +1699,FALSE,0,32,1005,60,3,FALSE,28.3,39 +1700,FALSE,0,77,436,26,2,FALSE,18.3,60 +1701,FALSE,0,45,833,34,4,FALSE,27.9,39 +1702,FALSE,0,35,941,45,1,FALSE,21,72 +1703,TRUE,1,22,1015,69,3,FALSE,20.7,59 +1704,TRUE,1,44,648,45,5,TRUE,22.5,47 +1705,TRUE,1,18,1131,39,4,FALSE,24.1,64 +1706,TRUE,1,15,1238,84,4,FALSE,22.4,46 +1707,FALSE,0,68,585,46,1,FALSE,20.2,55 +1708,FALSE,0,37,983,67,3,FALSE,26.4,55 +1709,TRUE,1,46,635,36,7,TRUE,22.8,54 +1710,TRUE,1,16,1128,70,3,FALSE,20.7,39 +1711,FALSE,0,73,430,17,2,FALSE,21.6,30 +1712,TRUE,1,17,1077,75,1,FALSE,21.2,24 +1713,FALSE,0,47,771,47,1,FALSE,22.8,41 +1714,FALSE,0,54,803,62,5,FALSE,24.2,57 +1715,TRUE,1,25,816,52,2,FALSE,17.3,44 +1716,FALSE,0,44,751,45,5,FALSE,21.8,31 +1717,FALSE,0,47,984,49,3,FALSE,30.6,78 +1718,FALSE,0,40,833,43,3,FALSE,19.9,57 +1719,TRUE,1,16,1296,80,6,FALSE,25.6,75 +1720,FALSE,0,28,1014,70,1,FALSE,18.1,65 +1721,TRUE,1,23,893,54,4,FALSE,20.1,39 +1722,TRUE,1,26,861,46,2,FALSE,22.8,42 +1723,TRUE,1,14,1222,86,3,FALSE,22.8,27 +1724,FALSE,0,34,923,44,2,FALSE,22.4,58 +1725,FALSE,0,50,843,59,1,FALSE,22.3,70 +1726,TRUE,1,42,745,37,4,FALSE,32,35 +1727,FALSE,0,37,771,42,2,FALSE,19.4,31 +1728,TRUE,1,16,1247,75,3,FALSE,24.4,60 +1729,TRUE,1,22,930,43,3,FALSE,24.2,26 +1730,TRUE,1,18,1080,51,2,FALSE,17.9,74 +1731,TRUE,1,29,832,57,7,FALSE,22.2,56 +1732,TRUE,1,26,770,36,3,FALSE,22.2,24 +1733,FALSE,0,26,972,45,1,FALSE,17.1,53 +1734,FALSE,0,41,786,44,5,FALSE,18.7,49 +1735,FALSE,0,36,857,62,5,FALSE,25.6,13 +1736,FALSE,0,37,989,50,3,FALSE,30.6,47 +1737,FALSE,0,83,444,29,2,FALSE,27.9,39 +1738,TRUE,1,26,829,49,4,FALSE,21.8,35 +1739,FALSE,0,39,954,70,6,FALSE,25.7,51 +1740,FALSE,0,53,824,34,4,FALSE,27.9,60 +1741,TRUE,1,19,1149,69,1,FALSE,21.7,72 +1742,TRUE,1,16,1146,74,6,FALSE,26.9,11 +1743,TRUE,1,27,780,48,3,FALSE,16.3,58 +1744,FALSE,0,35,847,36,1,FALSE,23.4,34 +1745,TRUE,1,49,570,12,2,FALSE,20.9,64 +1746,FALSE,0,31,970,49,1,FALSE,24.3,52 +1747,FALSE,0,67,592,37,4,FALSE,18.8,68 +1748,TRUE,1,18,961,27,4,FALSE,22.1,27 +1749,FALSE,0,49,906,49,5,FALSE,30.7,55 +1750,FALSE,0,17,1325,92,2,FALSE,21.4,52 +1751,FALSE,0,46,879,33,6,FALSE,27.4,62 +1752,TRUE,1,13,1339,77,4,FALSE,27.7,44 diff --git a/docs/files/data/generated_data/tutoring_program.csv b/docs/files/data/generated_data/tutoring_program.csv new file mode 100644 index 00000000..e0a7ed0b --- /dev/null +++ b/docs/files/data/generated_data/tutoring_program.csv @@ -0,0 +1,1001 @@ +id,entrance_exam,tutoring,tutoring_text,exit_exam +1,92.4,FALSE,No tutor,78.1 +2,72.8,FALSE,No tutor,58.2 +3,53.7,TRUE,Tutor,62 +4,98.3,FALSE,No tutor,67.5 +5,69.7,TRUE,Tutor,54.1 +6,68.1,TRUE,Tutor,60.1 +7,86,FALSE,No tutor,73 +8,85.7,FALSE,No tutor,66.7 +9,85.9,FALSE,No tutor,57.8 +10,89.5,FALSE,No tutor,79.9 +11,84.8,FALSE,No tutor,70 +12,90.6,FALSE,No tutor,74.9 +13,88.3,FALSE,No tutor,71.5 +14,76.7,FALSE,No tutor,57.6 +15,57.1,TRUE,Tutor,62.4 +16,79.6,FALSE,No tutor,65.4 +17,85.2,FALSE,No tutor,69.1 +18,89.7,FALSE,No tutor,77.3 +19,89,FALSE,No tutor,67.5 +20,75.5,FALSE,No tutor,54 +21,85,FALSE,No tutor,58.4 +22,84.3,FALSE,No tutor,63.8 +23,69.1,TRUE,Tutor,77.5 +24,87.4,FALSE,No tutor,74.6 +25,94.2,FALSE,No tutor,77.3 +26,66.5,TRUE,Tutor,77.7 +27,90.8,FALSE,No tutor,70.1 +28,78,FALSE,No tutor,53.4 +29,90,FALSE,No tutor,83.2 +30,53.2,TRUE,Tutor,55.2 +31,84.8,FALSE,No tutor,68.9 +32,87.6,FALSE,No tutor,74.3 +33,85.1,FALSE,No tutor,61.1 +34,95.3,FALSE,No tutor,71.9 +35,92.1,FALSE,No tutor,77.5 +36,97.8,FALSE,No tutor,79 +37,93.4,FALSE,No tutor,82 +38,82.3,FALSE,No tutor,49.7 +39,84.7,FALSE,No tutor,68.5 +40,91.2,FALSE,No tutor,76 +41,89.2,FALSE,No tutor,72.8 +42,82.1,FALSE,No tutor,70.1 +43,90.5,FALSE,No tutor,79.5 +44,90.3,FALSE,No tutor,80.1 +45,91.6,FALSE,No tutor,61.8 +46,92.8,FALSE,No tutor,66.5 +47,85.4,FALSE,No tutor,64.5 +48,85.1,FALSE,No tutor,66.4 +49,96.3,FALSE,No tutor,80.3 +50,86.1,FALSE,No tutor,72.8 +51,91.6,FALSE,No tutor,77.8 +52,90.7,FALSE,No tutor,71.6 +53,80.4,FALSE,No tutor,64 +54,66.8,TRUE,Tutor,63.4 +55,36.9,TRUE,Tutor,49.1 +56,88.3,FALSE,No tutor,64.2 +57,92,FALSE,No tutor,60.1 +58,78.4,FALSE,No tutor,54.7 +59,87.2,FALSE,No tutor,72.9 +60,77.9,FALSE,No tutor,57.6 +61,91.8,FALSE,No tutor,67.2 +62,71.6,FALSE,No tutor,59.9 +63,77.7,FALSE,No tutor,70.2 +64,84.5,FALSE,No tutor,62.4 +65,83.3,FALSE,No tutor,66.1 +66,64.9,TRUE,Tutor,70.1 +67,80.2,FALSE,No tutor,57.2 +68,93.8,FALSE,No tutor,63.4 +69,82.7,FALSE,No tutor,58.9 +70,80.6,FALSE,No tutor,71.6 +71,80.5,FALSE,No tutor,57.3 +72,93.7,FALSE,No tutor,77.2 +73,80.6,FALSE,No tutor,62 +74,59.9,TRUE,Tutor,63.5 +75,63.7,TRUE,Tutor,72 +76,67.1,TRUE,Tutor,69 +77,83.8,FALSE,No tutor,64.1 +78,80.8,FALSE,No tutor,54.3 +79,92.3,FALSE,No tutor,72.5 +80,78.7,FALSE,No tutor,62 +81,73.2,FALSE,No tutor,70.5 +82,35.1,TRUE,Tutor,47.3 +83,55.9,TRUE,Tutor,61.3 +84,85,FALSE,No tutor,62.2 +85,91.8,FALSE,No tutor,74 +86,56.7,TRUE,Tutor,48.5 +87,70,TRUE,Tutor,71.1 +88,84.8,FALSE,No tutor,66.4 +89,76.7,FALSE,No tutor,64.2 +90,85.1,FALSE,No tutor,60.4 +91,74.9,FALSE,No tutor,68 +92,89.6,FALSE,No tutor,68.2 +93,74.8,FALSE,No tutor,57.6 +94,71.2,FALSE,No tutor,69 +95,78.6,FALSE,No tutor,62.5 +96,80.9,FALSE,No tutor,69.8 +97,86.9,FALSE,No tutor,55.9 +98,91.6,FALSE,No tutor,64.9 +99,59.9,TRUE,Tutor,75.7 +100,77.4,FALSE,No tutor,55.9 +101,60.4,TRUE,Tutor,63.5 +102,92.7,FALSE,No tutor,75.5 +103,74.8,FALSE,No tutor,65.1 +104,64.3,TRUE,Tutor,75.7 +105,78.2,FALSE,No tutor,61 +106,80.8,FALSE,No tutor,75.8 +107,88.4,FALSE,No tutor,70.3 +108,62.4,TRUE,Tutor,62.5 +109,76.4,FALSE,No tutor,62.5 +110,86.7,FALSE,No tutor,61.1 +111,94.6,FALSE,No tutor,71.9 +112,86.8,FALSE,No tutor,74.5 +113,73.8,FALSE,No tutor,48.4 +114,55.6,TRUE,Tutor,73.1 +115,73.2,FALSE,No tutor,69 +116,92.1,FALSE,No tutor,77.4 +117,64.4,TRUE,Tutor,77 +118,95.5,FALSE,No tutor,59.7 +119,83.3,FALSE,No tutor,57.8 +120,82.6,FALSE,No tutor,54.3 +121,97,FALSE,No tutor,78 +122,58.1,TRUE,Tutor,63.4 +123,86.6,FALSE,No tutor,59.2 +124,82.9,FALSE,No tutor,61.8 +125,65.1,TRUE,Tutor,66.3 +126,79.5,FALSE,No tutor,72.7 +127,67.9,TRUE,Tutor,66.5 +128,70.3,FALSE,No tutor,61.5 +129,72.8,FALSE,No tutor,66.2 +130,68.1,TRUE,Tutor,74.1 +131,71.4,FALSE,No tutor,58.8 +132,83.5,FALSE,No tutor,62.5 +133,76.1,FALSE,No tutor,54 +134,75.7,FALSE,No tutor,59.9 +135,81.5,FALSE,No tutor,62.1 +136,91.1,FALSE,No tutor,74.2 +137,89.3,FALSE,No tutor,68.8 +138,83.7,FALSE,No tutor,61.3 +139,89.1,FALSE,No tutor,82.1 +140,81.8,FALSE,No tutor,66.6 +141,84,FALSE,No tutor,66.7 +142,80.7,FALSE,No tutor,67.2 +143,70.2,FALSE,No tutor,59.7 +144,65.4,TRUE,Tutor,79.6 +145,35.9,TRUE,Tutor,50.1 +146,78.9,FALSE,No tutor,64.4 +147,82.7,FALSE,No tutor,70 +148,77,FALSE,No tutor,66.6 +149,82.9,FALSE,No tutor,65.5 +150,96.4,FALSE,No tutor,73.8 +151,44.1,TRUE,Tutor,61.5 +152,89,FALSE,No tutor,66.9 +153,91.7,FALSE,No tutor,65 +154,73.6,FALSE,No tutor,54.8 +155,78.3,FALSE,No tutor,56 +156,99.1,FALSE,No tutor,67.8 +157,79.4,FALSE,No tutor,67.3 +158,70,TRUE,Tutor,70.2 +159,58.3,TRUE,Tutor,53.3 +160,51.3,TRUE,Tutor,55.6 +161,85.2,FALSE,No tutor,64.8 +162,63.5,TRUE,Tutor,55.6 +163,80.9,FALSE,No tutor,70 +164,85.6,FALSE,No tutor,67.6 +165,99.3,FALSE,No tutor,76.6 +166,88.5,FALSE,No tutor,68.2 +167,68.5,TRUE,Tutor,70.4 +168,68.2,TRUE,Tutor,58.4 +169,65.5,TRUE,Tutor,66.7 +170,90.3,FALSE,No tutor,69.6 +171,74.9,FALSE,No tutor,67.4 +172,97.5,FALSE,No tutor,76.9 +173,68.5,TRUE,Tutor,79.3 +174,63.7,TRUE,Tutor,63.5 +175,74.5,FALSE,No tutor,55.1 +176,63.6,TRUE,Tutor,63.5 +177,72.1,FALSE,No tutor,58.4 +178,62.2,TRUE,Tutor,64.5 +179,52.9,TRUE,Tutor,60.9 +180,77.2,FALSE,No tutor,49.2 +181,91.6,FALSE,No tutor,68.1 +182,69.9,TRUE,Tutor,57.7 +183,83.8,FALSE,No tutor,63.2 +184,41.6,TRUE,Tutor,51.8 +185,95.2,FALSE,No tutor,76.6 +186,84,FALSE,No tutor,67.5 +187,69.9,TRUE,Tutor,73.6 +188,80.2,FALSE,No tutor,62 +189,86.4,FALSE,No tutor,64.9 +190,82.5,FALSE,No tutor,60.2 +191,65.3,TRUE,Tutor,74.1 +192,64.6,TRUE,Tutor,68.4 +193,72.6,FALSE,No tutor,47.5 +194,87,FALSE,No tutor,72.1 +195,64.2,TRUE,Tutor,69.8 +196,87.3,FALSE,No tutor,63.6 +197,74.5,FALSE,No tutor,66.7 +198,82.8,FALSE,No tutor,56.6 +199,82.1,FALSE,No tutor,62.6 +200,90,FALSE,No tutor,69.3 +201,75.8,FALSE,No tutor,73.1 +202,72,FALSE,No tutor,63.6 +203,91.3,FALSE,No tutor,53 +204,81.8,FALSE,No tutor,68.1 +205,77.3,FALSE,No tutor,58.2 +206,66.1,TRUE,Tutor,78.2 +207,76.8,FALSE,No tutor,57.5 +208,70,TRUE,Tutor,57.3 +209,91.5,FALSE,No tutor,80.7 +210,63.4,TRUE,Tutor,59.5 +211,63.2,TRUE,Tutor,63.9 +212,73.3,FALSE,No tutor,64.4 +213,45.7,TRUE,Tutor,64.9 +214,70.2,FALSE,No tutor,61 +215,73,FALSE,No tutor,69 +216,73,FALSE,No tutor,52 +217,69.5,TRUE,Tutor,70.6 +218,54.3,TRUE,Tutor,51.5 +219,69.2,TRUE,Tutor,69.8 +220,64.5,TRUE,Tutor,72.5 +221,91.8,FALSE,No tutor,79.8 +222,83.4,FALSE,No tutor,75.8 +223,92.5,FALSE,No tutor,72.4 +224,73.1,FALSE,No tutor,73.5 +225,70.2,FALSE,No tutor,70.1 +226,56.6,TRUE,Tutor,64.7 +227,83.1,FALSE,No tutor,52.1 +228,75,FALSE,No tutor,61.6 +229,96.1,FALSE,No tutor,73 +230,71.6,FALSE,No tutor,59.2 +231,87.1,FALSE,No tutor,62.9 +232,81.5,FALSE,No tutor,77.7 +233,70.6,FALSE,No tutor,59.9 +234,64.4,TRUE,Tutor,62.1 +235,82.5,FALSE,No tutor,67.6 +236,64.3,TRUE,Tutor,65.3 +237,86.9,FALSE,No tutor,60.9 +238,61,TRUE,Tutor,66.6 +239,77.9,FALSE,No tutor,60.2 +240,72,FALSE,No tutor,71.2 +241,68.8,TRUE,Tutor,70.8 +242,87.5,FALSE,No tutor,64.1 +243,60.8,TRUE,Tutor,64.1 +244,88.7,FALSE,No tutor,78.4 +245,71.9,FALSE,No tutor,61.5 +246,89.1,FALSE,No tutor,63.8 +247,81.6,FALSE,No tutor,70.9 +248,94.9,FALSE,No tutor,69.4 +249,75.6,FALSE,No tutor,58 +250,56.4,TRUE,Tutor,54.9 +251,74.6,FALSE,No tutor,57.4 +252,96.1,FALSE,No tutor,71.1 +253,86.6,FALSE,No tutor,78.4 +254,92.1,FALSE,No tutor,74.8 +255,83.3,FALSE,No tutor,63 +256,71.3,FALSE,No tutor,67 +257,72,FALSE,No tutor,58.4 +258,86.1,FALSE,No tutor,68.8 +259,90.2,FALSE,No tutor,59.1 +260,80.6,FALSE,No tutor,65.6 +261,55.7,TRUE,Tutor,65.8 +262,77.4,FALSE,No tutor,65.7 +263,86.9,FALSE,No tutor,74.7 +264,85.2,FALSE,No tutor,56.3 +265,84.4,FALSE,No tutor,65.9 +266,62.1,TRUE,Tutor,70.5 +267,42.3,TRUE,Tutor,52.9 +268,69.4,TRUE,Tutor,62.4 +269,84.1,FALSE,No tutor,70.2 +270,78.4,FALSE,No tutor,66.5 +271,85,FALSE,No tutor,68 +272,80.2,FALSE,No tutor,77 +273,85.9,FALSE,No tutor,66.7 +274,86.9,FALSE,No tutor,68.1 +275,75.3,FALSE,No tutor,64.6 +276,77.4,FALSE,No tutor,70.8 +277,85.2,FALSE,No tutor,71 +278,95.1,FALSE,No tutor,71.5 +279,77.3,FALSE,No tutor,68 +280,87.7,FALSE,No tutor,73.7 +281,53.7,TRUE,Tutor,60.6 +282,90.1,FALSE,No tutor,72.2 +283,52.5,TRUE,Tutor,64.9 +284,86.9,FALSE,No tutor,65.1 +285,72.5,FALSE,No tutor,59.4 +286,58.7,TRUE,Tutor,71.8 +287,85.3,FALSE,No tutor,76.8 +288,67,TRUE,Tutor,63.5 +289,79.2,FALSE,No tutor,70.6 +290,91.8,FALSE,No tutor,77.6 +291,82,FALSE,No tutor,55.3 +292,81.2,FALSE,No tutor,65 +293,88.8,FALSE,No tutor,73.4 +294,78.7,FALSE,No tutor,53 +295,71.7,FALSE,No tutor,52.4 +296,57.2,TRUE,Tutor,70.6 +297,52,TRUE,Tutor,65.4 +298,76,FALSE,No tutor,60.4 +299,51.4,TRUE,Tutor,69.7 +300,88.2,FALSE,No tutor,72 +301,98.3,FALSE,No tutor,74.3 +302,84.7,FALSE,No tutor,67.9 +303,85.3,FALSE,No tutor,65.9 +304,98.2,FALSE,No tutor,72.6 +305,66.8,TRUE,Tutor,60.8 +306,88.4,FALSE,No tutor,69.6 +307,81.3,FALSE,No tutor,71.6 +308,95.1,FALSE,No tutor,73.5 +309,89.4,FALSE,No tutor,71.3 +310,79.6,FALSE,No tutor,64.5 +311,57.7,TRUE,Tutor,50.9 +312,28.8,TRUE,Tutor,44.7 +313,77.9,FALSE,No tutor,54.3 +314,80.2,FALSE,No tutor,49.4 +315,85.2,FALSE,No tutor,76.6 +316,43.4,TRUE,Tutor,61.8 +317,93,FALSE,No tutor,75.6 +318,72.2,FALSE,No tutor,63.4 +319,78.5,FALSE,No tutor,67.1 +320,86.4,FALSE,No tutor,64.4 +321,94.6,FALSE,No tutor,80.8 +322,73.6,FALSE,No tutor,65.7 +323,78.4,FALSE,No tutor,68.3 +324,89,FALSE,No tutor,72.3 +325,75.5,FALSE,No tutor,67.2 +326,82.1,FALSE,No tutor,59.6 +327,87.3,FALSE,No tutor,66.7 +328,68.2,TRUE,Tutor,78.4 +329,82.9,FALSE,No tutor,58.5 +330,96.4,FALSE,No tutor,74.9 +331,99,FALSE,No tutor,68 +332,86.1,FALSE,No tutor,64.9 +333,60.2,TRUE,Tutor,60 +334,56.4,TRUE,Tutor,58.3 +335,72,FALSE,No tutor,64.2 +336,94.6,FALSE,No tutor,74.2 +337,74.1,FALSE,No tutor,68.6 +338,38.4,TRUE,Tutor,44.8 +339,99.8,FALSE,No tutor,77 +340,88.4,FALSE,No tutor,62.3 +341,53.1,TRUE,Tutor,63.1 +342,67.6,TRUE,Tutor,56.1 +343,61.5,TRUE,Tutor,58.6 +344,69.1,TRUE,Tutor,75.7 +345,67.3,TRUE,Tutor,69.1 +346,77.5,FALSE,No tutor,63.7 +347,89.8,FALSE,No tutor,67.7 +348,92.6,FALSE,No tutor,75.2 +349,77.2,FALSE,No tutor,68.1 +350,84.1,FALSE,No tutor,69 +351,89.6,FALSE,No tutor,60.1 +352,70,TRUE,Tutor,74.4 +353,75.1,FALSE,No tutor,62.1 +354,91.7,FALSE,No tutor,76.3 +355,85.3,FALSE,No tutor,72.1 +356,79,FALSE,No tutor,73.3 +357,93.9,FALSE,No tutor,65.5 +358,82.2,FALSE,No tutor,62.8 +359,87.6,FALSE,No tutor,74.7 +360,97.7,FALSE,No tutor,65.7 +361,82.2,FALSE,No tutor,79.6 +362,85.5,FALSE,No tutor,57.8 +363,86.4,FALSE,No tutor,57.5 +364,66.9,TRUE,Tutor,67.2 +365,75.3,FALSE,No tutor,66.5 +366,92.6,FALSE,No tutor,78.9 +367,70.8,FALSE,No tutor,66.6 +368,79.5,FALSE,No tutor,69.4 +369,74.9,FALSE,No tutor,67.2 +370,64.6,TRUE,Tutor,58.9 +371,75.8,FALSE,No tutor,68.3 +372,38.8,TRUE,Tutor,54.8 +373,75.8,FALSE,No tutor,62 +374,92.8,FALSE,No tutor,67.5 +375,92.5,FALSE,No tutor,77.8 +376,96.8,FALSE,No tutor,79 +377,88.7,FALSE,No tutor,72.5 +378,88,FALSE,No tutor,65.5 +379,86.4,FALSE,No tutor,68.9 +380,63,TRUE,Tutor,74.2 +381,92.9,FALSE,No tutor,72.1 +382,77.4,FALSE,No tutor,60.5 +383,68.5,TRUE,Tutor,72 +384,80,FALSE,No tutor,71.3 +385,74.8,FALSE,No tutor,69 +386,90.1,FALSE,No tutor,71.7 +387,93,FALSE,No tutor,68.7 +388,73,FALSE,No tutor,53.2 +389,83.9,FALSE,No tutor,75.8 +390,71.8,FALSE,No tutor,66.6 +391,71.1,FALSE,No tutor,72.6 +392,45.4,TRUE,Tutor,56.8 +393,83.9,FALSE,No tutor,61 +394,62.1,TRUE,Tutor,64 +395,86.9,FALSE,No tutor,57.8 +396,94.4,FALSE,No tutor,67.4 +397,92.4,FALSE,No tutor,75.5 +398,80.2,FALSE,No tutor,52.4 +399,76,FALSE,No tutor,59.4 +400,88.6,FALSE,No tutor,64.5 +401,73.7,FALSE,No tutor,68.3 +402,63.7,TRUE,Tutor,68.7 +403,93.1,FALSE,No tutor,79.8 +404,96.9,FALSE,No tutor,74 +405,92.9,FALSE,No tutor,59.5 +406,89.5,FALSE,No tutor,73.2 +407,82.3,FALSE,No tutor,65.6 +408,58.9,TRUE,Tutor,57.8 +409,72.9,FALSE,No tutor,71.6 +410,85.9,FALSE,No tutor,77 +411,78.4,FALSE,No tutor,70.7 +412,85.2,FALSE,No tutor,65.2 +413,54.4,TRUE,Tutor,61.6 +414,53.3,TRUE,Tutor,50.8 +415,92.1,FALSE,No tutor,79.4 +416,88,FALSE,No tutor,72.3 +417,95.7,FALSE,No tutor,63.5 +418,69.9,TRUE,Tutor,74.6 +419,73.6,FALSE,No tutor,63.7 +420,89,FALSE,No tutor,70.5 +421,64.3,TRUE,Tutor,66.8 +422,94.1,FALSE,No tutor,68.7 +423,91.6,FALSE,No tutor,64.9 +424,78.5,FALSE,No tutor,58.5 +425,68.1,TRUE,Tutor,62.8 +426,62.9,TRUE,Tutor,73 +427,56.4,TRUE,Tutor,63.4 +428,92.6,FALSE,No tutor,82.9 +429,63.4,TRUE,Tutor,65 +430,79.6,FALSE,No tutor,71.8 +431,81.6,FALSE,No tutor,76.4 +432,94.7,FALSE,No tutor,81.7 +433,68.4,TRUE,Tutor,64.7 +434,71.2,FALSE,No tutor,58.1 +435,78.1,FALSE,No tutor,58.3 +436,91.1,FALSE,No tutor,74.5 +437,89,FALSE,No tutor,68.1 +438,78,FALSE,No tutor,60.6 +439,54.9,TRUE,Tutor,63.1 +440,83.3,FALSE,No tutor,74.3 +441,89.3,FALSE,No tutor,59.9 +442,68.3,TRUE,Tutor,61.6 +443,69.7,TRUE,Tutor,71.3 +444,47.2,TRUE,Tutor,59.6 +445,42.4,TRUE,Tutor,58.5 +446,80.1,FALSE,No tutor,67 +447,77.8,FALSE,No tutor,64.3 +448,87.2,FALSE,No tutor,68.5 +449,89.1,FALSE,No tutor,67.7 +450,83.1,FALSE,No tutor,73.2 +451,73.7,FALSE,No tutor,72.8 +452,78.2,FALSE,No tutor,66.8 +453,74.2,FALSE,No tutor,56.3 +454,74.3,FALSE,No tutor,69 +455,63.3,TRUE,Tutor,66.5 +456,82,FALSE,No tutor,67.3 +457,37.2,TRUE,Tutor,64.1 +458,69.5,TRUE,Tutor,76 +459,92.3,FALSE,No tutor,62.9 +460,82.1,FALSE,No tutor,73.9 +461,67.9,TRUE,Tutor,74.4 +462,83.9,FALSE,No tutor,72.3 +463,71.4,FALSE,No tutor,50 +464,47.3,TRUE,Tutor,60.1 +465,86.9,FALSE,No tutor,63.9 +466,78.1,FALSE,No tutor,57.6 +467,85.9,FALSE,No tutor,70.8 +468,91.7,FALSE,No tutor,78.6 +469,96.5,FALSE,No tutor,71.9 +470,74.3,FALSE,No tutor,64.8 +471,65.9,TRUE,Tutor,55.3 +472,65.1,TRUE,Tutor,71.4 +473,93.8,FALSE,No tutor,74.2 +474,91.8,FALSE,No tutor,65.2 +475,91.9,FALSE,No tutor,75.8 +476,87.4,FALSE,No tutor,68.8 +477,74.8,FALSE,No tutor,58.3 +478,66.1,TRUE,Tutor,71.1 +479,57.2,TRUE,Tutor,71.8 +480,65.6,TRUE,Tutor,65.3 +481,87.5,FALSE,No tutor,70.9 +482,91.3,FALSE,No tutor,82.6 +483,82.4,FALSE,No tutor,64 +484,75.9,FALSE,No tutor,61.9 +485,63.1,TRUE,Tutor,70.4 +486,89.1,FALSE,No tutor,70.9 +487,72.5,FALSE,No tutor,65.3 +488,46.4,TRUE,Tutor,53.6 +489,89.6,FALSE,No tutor,79.9 +490,81.3,FALSE,No tutor,72.3 +491,96.1,FALSE,No tutor,76.4 +492,72.6,FALSE,No tutor,48.7 +493,86.8,FALSE,No tutor,69.6 +494,89.9,FALSE,No tutor,77.1 +495,88.4,FALSE,No tutor,55.7 +496,69.4,TRUE,Tutor,71.5 +497,97.8,FALSE,No tutor,69.3 +498,84.1,FALSE,No tutor,57.4 +499,90.7,FALSE,No tutor,67 +500,90.2,FALSE,No tutor,58.8 +501,68.7,TRUE,Tutor,75 +502,71.3,FALSE,No tutor,71.9 +503,79.5,FALSE,No tutor,71.6 +504,67.4,TRUE,Tutor,73 +505,86.4,FALSE,No tutor,66.3 +506,97.3,FALSE,No tutor,77.2 +507,81.4,FALSE,No tutor,60.9 +508,83.3,FALSE,No tutor,63.2 +509,75,FALSE,No tutor,56.8 +510,69.8,TRUE,Tutor,56.9 +511,57.9,TRUE,Tutor,73.3 +512,77,FALSE,No tutor,55.2 +513,85.2,FALSE,No tutor,69.6 +514,82.4,FALSE,No tutor,71.9 +515,60.6,TRUE,Tutor,76.3 +516,89.1,FALSE,No tutor,75.6 +517,90.2,FALSE,No tutor,72.4 +518,72.1,FALSE,No tutor,72.7 +519,65.7,TRUE,Tutor,70.6 +520,61.6,TRUE,Tutor,61.6 +521,77.6,FALSE,No tutor,72.5 +522,80.7,FALSE,No tutor,65.4 +523,53,TRUE,Tutor,70.4 +524,91.9,FALSE,No tutor,71.4 +525,55.7,TRUE,Tutor,55.2 +526,86.7,FALSE,No tutor,76.3 +527,75.5,FALSE,No tutor,54.7 +528,68.6,TRUE,Tutor,75.9 +529,75.5,FALSE,No tutor,67.7 +530,85.2,FALSE,No tutor,58.8 +531,74.7,FALSE,No tutor,68.2 +532,89,FALSE,No tutor,76.2 +533,87,FALSE,No tutor,54.6 +534,54.4,TRUE,Tutor,63.9 +535,71.4,FALSE,No tutor,44 +536,89.6,FALSE,No tutor,70.3 +537,77.7,FALSE,No tutor,69.7 +538,66,TRUE,Tutor,72.9 +539,89.4,FALSE,No tutor,57.4 +540,83.5,FALSE,No tutor,62.3 +541,56.1,TRUE,Tutor,57.7 +542,84.6,FALSE,No tutor,67.4 +543,95.5,FALSE,No tutor,71.3 +544,69.8,TRUE,Tutor,73.5 +545,94,FALSE,No tutor,62.2 +546,94.3,FALSE,No tutor,74.6 +547,76.6,FALSE,No tutor,58.4 +548,76.8,FALSE,No tutor,50.5 +549,78.3,FALSE,No tutor,64.5 +550,72.4,FALSE,No tutor,72.2 +551,87.2,FALSE,No tutor,73.1 +552,75.7,FALSE,No tutor,57.9 +553,85.3,FALSE,No tutor,57.2 +554,78.9,FALSE,No tutor,62.8 +555,91.9,FALSE,No tutor,63.8 +556,79.6,FALSE,No tutor,56.8 +557,76,FALSE,No tutor,54.2 +558,87.5,FALSE,No tutor,62.5 +559,77.1,FALSE,No tutor,65 +560,86.9,FALSE,No tutor,59.7 +561,86.9,FALSE,No tutor,72.2 +562,81,FALSE,No tutor,62.7 +563,68.4,TRUE,Tutor,73 +564,81,FALSE,No tutor,61.6 +565,74.4,FALSE,No tutor,58.1 +566,56.8,TRUE,Tutor,64.2 +567,82.2,FALSE,No tutor,65.9 +568,79.5,FALSE,No tutor,61.2 +569,68,TRUE,Tutor,76.8 +570,92.8,FALSE,No tutor,62.6 +571,67.2,TRUE,Tutor,66.4 +572,85.5,FALSE,No tutor,63.2 +573,91.8,FALSE,No tutor,72.2 +574,96.1,FALSE,No tutor,84.5 +575,87.7,FALSE,No tutor,62.6 +576,92.1,FALSE,No tutor,73 +577,92.2,FALSE,No tutor,66 +578,92.4,FALSE,No tutor,79.1 +579,67.2,TRUE,Tutor,56.8 +580,89.5,FALSE,No tutor,72.5 +581,86.5,FALSE,No tutor,68.7 +582,83.9,FALSE,No tutor,70.9 +583,74.4,FALSE,No tutor,65.9 +584,83.1,FALSE,No tutor,74.4 +585,60.5,TRUE,Tutor,64.3 +586,82.3,FALSE,No tutor,62.3 +587,97.8,FALSE,No tutor,75.3 +588,79.3,FALSE,No tutor,67.7 +589,96.5,FALSE,No tutor,69.9 +590,57.6,TRUE,Tutor,69 +591,88,FALSE,No tutor,73.3 +592,91.6,FALSE,No tutor,78.8 +593,86.2,FALSE,No tutor,63.2 +594,66.3,TRUE,Tutor,73 +595,73.2,FALSE,No tutor,52.9 +596,90.3,FALSE,No tutor,71.4 +597,77.9,FALSE,No tutor,63.9 +598,66.7,TRUE,Tutor,73.5 +599,41.3,TRUE,Tutor,53.4 +600,75.5,FALSE,No tutor,62.7 +601,87.5,FALSE,No tutor,80 +602,82.5,FALSE,No tutor,61.3 +603,61,TRUE,Tutor,78.4 +604,57.8,TRUE,Tutor,66.8 +605,69.2,TRUE,Tutor,80.1 +606,81.1,FALSE,No tutor,63.2 +607,92.6,FALSE,No tutor,57.5 +608,83.3,FALSE,No tutor,62.4 +609,85.7,FALSE,No tutor,56.7 +610,71.8,FALSE,No tutor,67.7 +611,64.1,TRUE,Tutor,61.8 +612,92.1,FALSE,No tutor,69.6 +613,84.4,FALSE,No tutor,66.3 +614,75.3,FALSE,No tutor,53.2 +615,83.4,FALSE,No tutor,69.7 +616,92.4,FALSE,No tutor,73.9 +617,99,FALSE,No tutor,78.6 +618,78.2,FALSE,No tutor,73.1 +619,78.3,FALSE,No tutor,63.6 +620,37,TRUE,Tutor,53.8 +621,97.1,FALSE,No tutor,67.5 +622,87.1,FALSE,No tutor,70.2 +623,59.2,TRUE,Tutor,71.1 +624,71.5,FALSE,No tutor,61.7 +625,75.7,FALSE,No tutor,59.2 +626,86.6,FALSE,No tutor,66.1 +627,74.2,FALSE,No tutor,53 +628,81.5,FALSE,No tutor,50 +629,75.8,FALSE,No tutor,47.9 +630,86.1,FALSE,No tutor,71.3 +631,46.3,TRUE,Tutor,58.8 +632,83.3,FALSE,No tutor,69.4 +633,82.5,FALSE,No tutor,67.8 +634,83.1,FALSE,No tutor,62.9 +635,82.4,FALSE,No tutor,69.8 +636,76.1,FALSE,No tutor,71 +637,70.7,FALSE,No tutor,62.2 +638,64.2,TRUE,Tutor,54.4 +639,81.9,FALSE,No tutor,49.7 +640,89.9,FALSE,No tutor,73 +641,94.1,FALSE,No tutor,65.1 +642,77.1,FALSE,No tutor,64.5 +643,76.9,FALSE,No tutor,64.4 +644,75.9,FALSE,No tutor,67.8 +645,79.4,FALSE,No tutor,74.8 +646,76,FALSE,No tutor,56.2 +647,76.2,FALSE,No tutor,74.2 +648,88.1,FALSE,No tutor,71.7 +649,70.4,FALSE,No tutor,46.6 +650,91.4,FALSE,No tutor,69.9 +651,94.3,FALSE,No tutor,70.6 +652,79.8,FALSE,No tutor,57.7 +653,91.5,FALSE,No tutor,62.3 +654,66.4,TRUE,Tutor,63 +655,80.1,FALSE,No tutor,61.7 +656,88.2,FALSE,No tutor,56.2 +657,79.6,FALSE,No tutor,49.8 +658,43.8,TRUE,Tutor,55.1 +659,79.6,FALSE,No tutor,66.4 +660,82.8,FALSE,No tutor,66.3 +661,70.9,FALSE,No tutor,57.6 +662,55.2,TRUE,Tutor,67.5 +663,90.9,FALSE,No tutor,65.1 +664,80.7,FALSE,No tutor,74 +665,53.8,TRUE,Tutor,42.8 +666,71.5,FALSE,No tutor,59.4 +667,80.8,FALSE,No tutor,65.9 +668,93.2,FALSE,No tutor,67.1 +669,82.1,FALSE,No tutor,69.1 +670,80.7,FALSE,No tutor,66.5 +671,79.1,FALSE,No tutor,64.4 +672,37.9,TRUE,Tutor,44.2 +673,84.6,FALSE,No tutor,61.5 +674,95,FALSE,No tutor,71.1 +675,68.3,TRUE,Tutor,70.5 +676,79.6,FALSE,No tutor,66.6 +677,81,FALSE,No tutor,74.5 +678,65.2,TRUE,Tutor,62.4 +679,99.4,FALSE,No tutor,71 +680,85.8,FALSE,No tutor,75.1 +681,80.2,FALSE,No tutor,66.5 +682,65.9,TRUE,Tutor,56.7 +683,81.9,FALSE,No tutor,54.9 +684,90.6,FALSE,No tutor,78.6 +685,70.9,FALSE,No tutor,53.7 +686,77.5,FALSE,No tutor,62.7 +687,75.9,FALSE,No tutor,59.8 +688,51.6,TRUE,Tutor,67 +689,85.6,FALSE,No tutor,69.4 +690,92.7,FALSE,No tutor,83.5 +691,93,FALSE,No tutor,76.8 +692,90.8,FALSE,No tutor,72.7 +693,93.8,FALSE,No tutor,60.5 +694,78.6,FALSE,No tutor,71.6 +695,79.4,FALSE,No tutor,62.3 +696,61.8,TRUE,Tutor,65.2 +697,91.5,FALSE,No tutor,79.8 +698,81.3,FALSE,No tutor,63.4 +699,66.7,TRUE,Tutor,54.5 +700,83.2,FALSE,No tutor,58.6 +701,61.6,TRUE,Tutor,56 +702,63.8,TRUE,Tutor,68.5 +703,86.7,FALSE,No tutor,60.2 +704,88.3,FALSE,No tutor,77.6 +705,80.8,FALSE,No tutor,66.7 +706,77.7,FALSE,No tutor,63 +707,78.7,FALSE,No tutor,60.1 +708,86,FALSE,No tutor,62 +709,89.9,FALSE,No tutor,73.4 +710,91.8,FALSE,No tutor,74.5 +711,58.3,TRUE,Tutor,66.8 +712,90.5,FALSE,No tutor,74.4 +713,44.2,TRUE,Tutor,58.1 +714,80,FALSE,No tutor,57.6 +715,85.6,FALSE,No tutor,64 +716,91.3,FALSE,No tutor,73.9 +717,78.1,FALSE,No tutor,69.1 +718,81.4,FALSE,No tutor,66.5 +719,75,FALSE,No tutor,64.1 +720,86.4,FALSE,No tutor,57.6 +721,65.3,TRUE,Tutor,80.4 +722,63.3,TRUE,Tutor,73.5 +723,53.9,TRUE,Tutor,56.8 +724,74.3,FALSE,No tutor,56.6 +725,86,FALSE,No tutor,72.7 +726,79,FALSE,No tutor,66.1 +727,95.3,FALSE,No tutor,56.9 +728,75.5,FALSE,No tutor,70.3 +729,84.1,FALSE,No tutor,64.5 +730,70.2,FALSE,No tutor,51.1 +731,82,FALSE,No tutor,69.9 +732,93.7,FALSE,No tutor,79.5 +733,77.2,FALSE,No tutor,60.4 +734,93.5,FALSE,No tutor,68.3 +735,58.7,TRUE,Tutor,67.5 +736,96.4,FALSE,No tutor,79.4 +737,80.1,FALSE,No tutor,73.9 +738,69.1,TRUE,Tutor,73.9 +739,94.7,FALSE,No tutor,83.8 +740,89.5,FALSE,No tutor,66.7 +741,85.2,FALSE,No tutor,75 +742,74.9,FALSE,No tutor,65.3 +743,82.9,FALSE,No tutor,72.1 +744,90.9,FALSE,No tutor,67.9 +745,70.1,FALSE,No tutor,59 +746,85.4,FALSE,No tutor,76.1 +747,68.1,TRUE,Tutor,67 +748,85.2,FALSE,No tutor,72.5 +749,90.2,FALSE,No tutor,64.8 +750,79.3,FALSE,No tutor,59.7 +751,64.8,TRUE,Tutor,67.7 +752,73.4,FALSE,No tutor,67.4 +753,78.7,FALSE,No tutor,67.8 +754,96.9,FALSE,No tutor,80.5 +755,78.4,FALSE,No tutor,57.1 +756,89.3,FALSE,No tutor,69.3 +757,81,FALSE,No tutor,62.8 +758,73.1,FALSE,No tutor,63.1 +759,94.7,FALSE,No tutor,70.6 +760,63.2,TRUE,Tutor,64.5 +761,73.4,FALSE,No tutor,50.1 +762,56.4,TRUE,Tutor,61.2 +763,85.6,FALSE,No tutor,76.9 +764,85,FALSE,No tutor,75.6 +765,90.6,FALSE,No tutor,77.1 +766,83.3,FALSE,No tutor,67.4 +767,57.5,TRUE,Tutor,64.6 +768,57.9,TRUE,Tutor,53.6 +769,96.4,FALSE,No tutor,83.7 +770,60.6,TRUE,Tutor,72.5 +771,55,TRUE,Tutor,73.4 +772,65.6,TRUE,Tutor,63.6 +773,89.2,FALSE,No tutor,72.9 +774,54.2,TRUE,Tutor,67.9 +775,62.9,TRUE,Tutor,73.4 +776,64.5,TRUE,Tutor,64.9 +777,83.5,FALSE,No tutor,62.1 +778,60,TRUE,Tutor,73.6 +779,75.9,FALSE,No tutor,54.2 +780,78.9,FALSE,No tutor,60.6 +781,41.8,TRUE,Tutor,54 +782,62.3,TRUE,Tutor,64 +783,84.1,FALSE,No tutor,63.5 +784,94.5,FALSE,No tutor,63.9 +785,66.2,TRUE,Tutor,72 +786,84.4,FALSE,No tutor,66.8 +787,58.6,TRUE,Tutor,71.8 +788,68.9,TRUE,Tutor,67.1 +789,77.4,FALSE,No tutor,73.1 +790,79.2,FALSE,No tutor,62.9 +791,83.3,FALSE,No tutor,58.3 +792,74.3,FALSE,No tutor,75.2 +793,91.6,FALSE,No tutor,75.1 +794,64.3,TRUE,Tutor,72.7 +795,83.7,FALSE,No tutor,76.2 +796,88,FALSE,No tutor,65.3 +797,82.8,FALSE,No tutor,71.6 +798,96.1,FALSE,No tutor,60 +799,83.1,FALSE,No tutor,57.2 +800,75.9,FALSE,No tutor,56.2 +801,85.6,FALSE,No tutor,64.9 +802,83.9,FALSE,No tutor,63.9 +803,70.7,FALSE,No tutor,55.1 +804,73.8,FALSE,No tutor,59.5 +805,87.2,FALSE,No tutor,75.9 +806,66.7,TRUE,Tutor,69.9 +807,74.6,FALSE,No tutor,55.7 +808,64,TRUE,Tutor,75.6 +809,93.3,FALSE,No tutor,70.9 +810,80.8,FALSE,No tutor,65.1 +811,85.5,FALSE,No tutor,71.5 +812,90.9,FALSE,No tutor,60.4 +813,61.9,TRUE,Tutor,69.4 +814,68.9,TRUE,Tutor,71.2 +815,92.6,FALSE,No tutor,64 +816,93.8,FALSE,No tutor,77.8 +817,95.9,FALSE,No tutor,74.7 +818,76,FALSE,No tutor,63.5 +819,91.9,FALSE,No tutor,63.4 +820,83.5,FALSE,No tutor,53.2 +821,83.1,FALSE,No tutor,51.7 +822,71.9,FALSE,No tutor,62.7 +823,91.7,FALSE,No tutor,62.9 +824,79.3,FALSE,No tutor,70.8 +825,88,FALSE,No tutor,73 +826,74,FALSE,No tutor,69.6 +827,89.1,FALSE,No tutor,64.7 +828,77.3,FALSE,No tutor,57.5 +829,65.9,TRUE,Tutor,66.2 +830,90.5,FALSE,No tutor,75.7 +831,81.1,FALSE,No tutor,63.2 +832,71.5,FALSE,No tutor,68.9 +833,79.2,FALSE,No tutor,75.5 +834,97,FALSE,No tutor,77.2 +835,62.3,TRUE,Tutor,69.2 +836,77.5,FALSE,No tutor,70.4 +837,79.4,FALSE,No tutor,76.6 +838,69.9,TRUE,Tutor,73.1 +839,81.2,FALSE,No tutor,61.2 +840,90.5,FALSE,No tutor,63.6 +841,87,FALSE,No tutor,54.5 +842,76.8,FALSE,No tutor,63.1 +843,74.5,FALSE,No tutor,58.5 +844,90.4,FALSE,No tutor,71.4 +845,84.3,FALSE,No tutor,78.8 +846,88.9,FALSE,No tutor,49.1 +847,92.7,FALSE,No tutor,66.1 +848,87.2,FALSE,No tutor,58.9 +849,75.2,FALSE,No tutor,53.6 +850,72.7,FALSE,No tutor,54.1 +851,66.2,TRUE,Tutor,60.1 +852,73.9,FALSE,No tutor,52.8 +853,75.1,FALSE,No tutor,67.5 +854,57.2,TRUE,Tutor,65.6 +855,80.4,FALSE,No tutor,64.3 +856,73.2,FALSE,No tutor,67.7 +857,89.6,FALSE,No tutor,78.6 +858,96.3,FALSE,No tutor,72 +859,81.2,FALSE,No tutor,71.3 +860,67.1,TRUE,Tutor,67.8 +861,68.6,TRUE,Tutor,68 +862,62.2,TRUE,Tutor,66.5 +863,84.4,FALSE,No tutor,61.2 +864,92.4,FALSE,No tutor,77.5 +865,72.3,FALSE,No tutor,60.4 +866,94.8,FALSE,No tutor,65.7 +867,65.2,TRUE,Tutor,68.9 +868,63.6,TRUE,Tutor,72 +869,57.6,TRUE,Tutor,65.5 +870,81.3,FALSE,No tutor,52 +871,87.2,FALSE,No tutor,51.6 +872,69.4,TRUE,Tutor,56.5 +873,39.4,TRUE,Tutor,64.9 +874,92.4,FALSE,No tutor,82.5 +875,84.3,FALSE,No tutor,66.6 +876,75.2,FALSE,No tutor,64 +877,76.7,FALSE,No tutor,73 +878,84.4,FALSE,No tutor,52.5 +879,98.3,FALSE,No tutor,72 +880,82.1,FALSE,No tutor,64.7 +881,92.2,FALSE,No tutor,72 +882,77.2,FALSE,No tutor,67.3 +883,89,FALSE,No tutor,78.7 +884,79.7,FALSE,No tutor,66.4 +885,88,FALSE,No tutor,76.3 +886,83.9,FALSE,No tutor,65.4 +887,83.5,FALSE,No tutor,60.8 +888,46.6,TRUE,Tutor,60.5 +889,63.2,TRUE,Tutor,53.6 +890,81.4,FALSE,No tutor,51 +891,92.6,FALSE,No tutor,60.5 +892,54.7,TRUE,Tutor,72.3 +893,94.1,FALSE,No tutor,71.4 +894,92.2,FALSE,No tutor,69.8 +895,88.3,FALSE,No tutor,63.5 +896,90.3,FALSE,No tutor,79.7 +897,89.7,FALSE,No tutor,71.9 +898,47.8,TRUE,Tutor,56.1 +899,79.5,FALSE,No tutor,63.3 +900,87.7,FALSE,No tutor,57.2 +901,64.3,TRUE,Tutor,58.1 +902,74.3,FALSE,No tutor,53.1 +903,92.5,FALSE,No tutor,58.7 +904,85.9,FALSE,No tutor,67.8 +905,67.5,TRUE,Tutor,67.1 +906,60.2,TRUE,Tutor,72 +907,78,FALSE,No tutor,59.7 +908,95.9,FALSE,No tutor,71.4 +909,87.8,FALSE,No tutor,58.7 +910,81.2,FALSE,No tutor,54.8 +911,68.4,TRUE,Tutor,77.9 +912,76.8,FALSE,No tutor,60.7 +913,76.8,FALSE,No tutor,66.9 +914,70.6,FALSE,No tutor,61.6 +915,82.1,FALSE,No tutor,67.3 +916,84.2,FALSE,No tutor,74.8 +917,76.1,FALSE,No tutor,55 +918,88.7,FALSE,No tutor,65.4 +919,82.2,FALSE,No tutor,77.2 +920,85.5,FALSE,No tutor,70.5 +921,89.4,FALSE,No tutor,71.3 +922,57.7,TRUE,Tutor,68.7 +923,93,FALSE,No tutor,72.9 +924,84.7,FALSE,No tutor,58.5 +925,72.1,FALSE,No tutor,56.2 +926,79.5,FALSE,No tutor,70.4 +927,73.3,FALSE,No tutor,63.3 +928,93.3,FALSE,No tutor,72.4 +929,84.2,FALSE,No tutor,69.9 +930,95.8,FALSE,No tutor,73.9 +931,89,FALSE,No tutor,71.7 +932,51.9,TRUE,Tutor,58.6 +933,73.2,FALSE,No tutor,57.1 +934,76.3,FALSE,No tutor,67.4 +935,90,FALSE,No tutor,68.1 +936,85.8,FALSE,No tutor,65.6 +937,90.7,FALSE,No tutor,67.1 +938,76.9,FALSE,No tutor,62 +939,62.1,TRUE,Tutor,61.6 +940,72.3,FALSE,No tutor,66.3 +941,86.5,FALSE,No tutor,67.8 +942,67,TRUE,Tutor,74.9 +943,70.6,FALSE,No tutor,65.7 +944,60.1,TRUE,Tutor,77.7 +945,84.3,FALSE,No tutor,56.1 +946,92.2,FALSE,No tutor,75.1 +947,79.2,FALSE,No tutor,59.6 +948,72.3,FALSE,No tutor,63.2 +949,78.9,FALSE,No tutor,46.8 +950,69.8,TRUE,Tutor,68 +951,79.1,FALSE,No tutor,63.2 +952,81.4,FALSE,No tutor,64.7 +953,79.8,FALSE,No tutor,62.1 +954,78.1,FALSE,No tutor,65.9 +955,75.8,FALSE,No tutor,62.1 +956,85.9,FALSE,No tutor,62 +957,76.4,FALSE,No tutor,59.2 +958,87.5,FALSE,No tutor,79.2 +959,91.5,FALSE,No tutor,76.1 +960,61.1,TRUE,Tutor,57.5 +961,64.7,TRUE,Tutor,68.3 +962,85.9,FALSE,No tutor,67.4 +963,48.2,TRUE,Tutor,54.8 +964,80.8,FALSE,No tutor,71.8 +965,82.2,FALSE,No tutor,66.6 +966,90.2,FALSE,No tutor,75.1 +967,78.2,FALSE,No tutor,58.4 +968,80,FALSE,No tutor,62.3 +969,76.6,FALSE,No tutor,72.7 +970,69.4,TRUE,Tutor,72.1 +971,58.5,TRUE,Tutor,68.6 +972,71.8,FALSE,No tutor,65.7 +973,56.2,TRUE,Tutor,63.1 +974,54.2,TRUE,Tutor,73.3 +975,83.3,FALSE,No tutor,62.7 +976,66.7,TRUE,Tutor,80 +977,91.7,FALSE,No tutor,77.3 +978,90.2,FALSE,No tutor,67.1 +979,72.8,FALSE,No tutor,65 +980,84.3,FALSE,No tutor,67.3 +981,95.9,FALSE,No tutor,61.9 +982,58.5,TRUE,Tutor,52.7 +983,89,FALSE,No tutor,56.5 +984,70.6,FALSE,No tutor,64 +985,70.1,FALSE,No tutor,50.2 +986,40.7,TRUE,Tutor,55 +987,74.3,FALSE,No tutor,59.4 +988,64.5,TRUE,Tutor,61.5 +989,83.9,FALSE,No tutor,63.8 +990,95.5,FALSE,No tutor,69.6 +991,75.3,FALSE,No tutor,66 +992,93.9,FALSE,No tutor,71.1 +993,78.8,FALSE,No tutor,71.8 +994,76.1,FALSE,No tutor,58.9 +995,83.1,FALSE,No tutor,63.1 +996,43.7,TRUE,Tutor,65.3 +997,39.2,TRUE,Tutor,53.6 +998,90.3,FALSE,No tutor,76.7 +999,62.2,TRUE,Tutor,69.3 +1000,83.5,FALSE,No tutor,61.1 diff --git a/docs/files/data/generated_data/tutoring_program_fuzzy.csv b/docs/files/data/generated_data/tutoring_program_fuzzy.csv new file mode 100644 index 00000000..d9382f40 --- /dev/null +++ b/docs/files/data/generated_data/tutoring_program_fuzzy.csv @@ -0,0 +1,1001 @@ +id,entrance_exam,tutoring,tutoring_text,exit_exam +1,92.4,FALSE,No tutor,78.1 +2,72.8,FALSE,No tutor,58.2 +3,53.7,TRUE,Tutor,62 +4,98.3,FALSE,No tutor,67.5 +5,69.7,TRUE,Tutor,54.1 +6,68.1,TRUE,Tutor,60.1 +7,86,FALSE,No tutor,73 +8,85.7,TRUE,Tutor,76.7 +9,85.9,FALSE,No tutor,57.8 +10,89.5,FALSE,No tutor,79.9 +11,84.8,FALSE,No tutor,70 +12,90.6,FALSE,No tutor,74.9 +13,88.3,TRUE,Tutor,81.5 +14,76.7,TRUE,Tutor,67.6 +15,57.1,TRUE,Tutor,62.4 +16,79.6,FALSE,No tutor,65.4 +17,85.2,FALSE,No tutor,69.1 +18,89.7,TRUE,Tutor,87.3 +19,89,FALSE,No tutor,67.5 +20,75.5,TRUE,Tutor,64 +21,85,TRUE,Tutor,68.4 +22,84.3,FALSE,No tutor,63.8 +23,69.1,FALSE,No tutor,67.5 +24,87.4,FALSE,No tutor,74.6 +25,94.2,FALSE,No tutor,77.3 +26,66.5,FALSE,No tutor,67.7 +27,90.8,FALSE,No tutor,70.1 +28,78,FALSE,No tutor,53.4 +29,90,FALSE,No tutor,83.2 +30,53.2,TRUE,Tutor,55.2 +31,84.8,FALSE,No tutor,68.9 +32,87.6,FALSE,No tutor,74.3 +33,85.1,FALSE,No tutor,61.1 +34,95.3,FALSE,No tutor,71.9 +35,92.1,FALSE,No tutor,77.5 +36,97.8,FALSE,No tutor,79 +37,93.4,FALSE,No tutor,82 +38,82.3,FALSE,No tutor,49.7 +39,84.7,FALSE,No tutor,68.5 +40,91.2,FALSE,No tutor,76 +41,89.2,FALSE,No tutor,72.8 +42,82.1,TRUE,Tutor,80.1 +43,90.5,FALSE,No tutor,79.5 +44,90.3,FALSE,No tutor,80.1 +45,91.6,FALSE,No tutor,61.8 +46,92.8,FALSE,No tutor,66.5 +47,85.4,FALSE,No tutor,64.5 +48,85.1,FALSE,No tutor,66.4 +49,96.3,FALSE,No tutor,80.3 +50,86.1,FALSE,No tutor,72.8 +51,91.6,FALSE,No tutor,77.8 +52,90.7,FALSE,No tutor,71.6 +53,80.4,TRUE,Tutor,74 +54,66.8,TRUE,Tutor,63.4 +55,36.9,TRUE,Tutor,49.1 +56,88.3,TRUE,Tutor,74.2 +57,92,FALSE,No tutor,60.1 +58,78.4,FALSE,No tutor,54.7 +59,87.2,TRUE,Tutor,82.9 +60,77.9,TRUE,Tutor,67.6 +61,91.8,FALSE,No tutor,67.2 +62,71.6,FALSE,No tutor,59.9 +63,77.7,FALSE,No tutor,70.2 +64,84.5,TRUE,Tutor,72.4 +65,83.3,FALSE,No tutor,66.1 +66,64.9,FALSE,No tutor,60.1 +67,80.2,FALSE,No tutor,57.2 +68,93.8,FALSE,No tutor,63.4 +69,82.7,FALSE,No tutor,58.9 +70,80.6,FALSE,No tutor,71.6 +71,80.5,FALSE,No tutor,57.3 +72,93.7,FALSE,No tutor,77.2 +73,80.6,FALSE,No tutor,62 +74,59.9,FALSE,No tutor,53.5 +75,63.7,TRUE,Tutor,72 +76,67.1,FALSE,No tutor,59 +77,83.8,FALSE,No tutor,64.1 +78,80.8,FALSE,No tutor,54.3 +79,92.3,FALSE,No tutor,72.5 +80,78.7,FALSE,No tutor,62 +81,73.2,TRUE,Tutor,80.5 +82,35.1,TRUE,Tutor,47.3 +83,55.9,FALSE,No tutor,51.3 +84,85,TRUE,Tutor,72.2 +85,91.8,FALSE,No tutor,74 +86,56.7,TRUE,Tutor,48.5 +87,70,TRUE,Tutor,71.1 +88,84.8,FALSE,No tutor,66.4 +89,76.7,TRUE,Tutor,74.2 +90,85.1,FALSE,No tutor,60.4 +91,74.9,FALSE,No tutor,68 +92,89.6,TRUE,Tutor,78.2 +93,74.8,TRUE,Tutor,67.6 +94,71.2,FALSE,No tutor,69 +95,78.6,TRUE,Tutor,72.5 +96,80.9,FALSE,No tutor,69.8 +97,86.9,FALSE,No tutor,55.9 +98,91.6,FALSE,No tutor,64.9 +99,59.9,TRUE,Tutor,75.7 +100,77.4,FALSE,No tutor,55.9 +101,60.4,TRUE,Tutor,63.5 +102,92.7,FALSE,No tutor,75.5 +103,74.8,FALSE,No tutor,65.1 +104,64.3,TRUE,Tutor,75.7 +105,78.2,FALSE,No tutor,61 +106,80.8,FALSE,No tutor,75.8 +107,88.4,FALSE,No tutor,70.3 +108,62.4,TRUE,Tutor,62.5 +109,76.4,TRUE,Tutor,72.5 +110,86.7,TRUE,Tutor,71.1 +111,94.6,FALSE,No tutor,71.9 +112,86.8,FALSE,No tutor,74.5 +113,73.8,FALSE,No tutor,48.4 +114,55.6,TRUE,Tutor,73.1 +115,73.2,FALSE,No tutor,69 +116,92.1,FALSE,No tutor,77.4 +117,64.4,FALSE,No tutor,67 +118,95.5,FALSE,No tutor,59.7 +119,83.3,FALSE,No tutor,57.8 +120,82.6,FALSE,No tutor,54.3 +121,97,FALSE,No tutor,78 +122,58.1,TRUE,Tutor,63.4 +123,86.6,FALSE,No tutor,59.2 +124,82.9,TRUE,Tutor,71.8 +125,65.1,TRUE,Tutor,66.3 +126,79.5,FALSE,No tutor,72.7 +127,67.9,FALSE,No tutor,56.5 +128,70.3,FALSE,No tutor,61.5 +129,72.8,FALSE,No tutor,66.2 +130,68.1,TRUE,Tutor,74.1 +131,71.4,FALSE,No tutor,58.8 +132,83.5,FALSE,No tutor,62.5 +133,76.1,FALSE,No tutor,54 +134,75.7,FALSE,No tutor,59.9 +135,81.5,FALSE,No tutor,62.1 +136,91.1,FALSE,No tutor,74.2 +137,89.3,FALSE,No tutor,68.8 +138,83.7,FALSE,No tutor,61.3 +139,89.1,FALSE,No tutor,82.1 +140,81.8,TRUE,Tutor,76.6 +141,84,FALSE,No tutor,66.7 +142,80.7,FALSE,No tutor,67.2 +143,70.2,FALSE,No tutor,59.7 +144,65.4,TRUE,Tutor,79.6 +145,35.9,TRUE,Tutor,50.1 +146,78.9,FALSE,No tutor,64.4 +147,82.7,TRUE,Tutor,80 +148,77,FALSE,No tutor,66.6 +149,82.9,FALSE,No tutor,65.5 +150,96.4,FALSE,No tutor,73.8 +151,44.1,TRUE,Tutor,61.5 +152,89,FALSE,No tutor,66.9 +153,91.7,FALSE,No tutor,65 +154,73.6,FALSE,No tutor,54.8 +155,78.3,FALSE,No tutor,56 +156,99.1,FALSE,No tutor,67.8 +157,79.4,FALSE,No tutor,67.3 +158,70,FALSE,No tutor,60.2 +159,58.3,FALSE,No tutor,43.3 +160,51.3,TRUE,Tutor,55.6 +161,85.2,TRUE,Tutor,74.8 +162,63.5,TRUE,Tutor,55.6 +163,80.9,TRUE,Tutor,80 +164,85.6,TRUE,Tutor,77.6 +165,99.3,FALSE,No tutor,76.6 +166,88.5,FALSE,No tutor,68.2 +167,68.5,TRUE,Tutor,70.4 +168,68.2,FALSE,No tutor,48.4 +169,65.5,TRUE,Tutor,66.7 +170,90.3,FALSE,No tutor,69.6 +171,74.9,FALSE,No tutor,67.4 +172,97.5,FALSE,No tutor,76.9 +173,68.5,TRUE,Tutor,79.3 +174,63.7,TRUE,Tutor,63.5 +175,74.5,FALSE,No tutor,55.1 +176,63.6,TRUE,Tutor,63.5 +177,72.1,FALSE,No tutor,58.4 +178,62.2,TRUE,Tutor,64.5 +179,52.9,TRUE,Tutor,60.9 +180,77.2,FALSE,No tutor,49.2 +181,91.6,FALSE,No tutor,68.1 +182,69.9,TRUE,Tutor,57.7 +183,83.8,FALSE,No tutor,63.2 +184,41.6,TRUE,Tutor,51.8 +185,95.2,FALSE,No tutor,76.6 +186,84,FALSE,No tutor,67.5 +187,69.9,TRUE,Tutor,73.6 +188,80.2,TRUE,Tutor,72 +189,86.4,FALSE,No tutor,64.9 +190,82.5,FALSE,No tutor,60.2 +191,65.3,TRUE,Tutor,74.1 +192,64.6,TRUE,Tutor,68.4 +193,72.6,TRUE,Tutor,57.5 +194,87,FALSE,No tutor,72.1 +195,64.2,TRUE,Tutor,69.8 +196,87.3,FALSE,No tutor,63.6 +197,74.5,FALSE,No tutor,66.7 +198,82.8,FALSE,No tutor,56.6 +199,82.1,TRUE,Tutor,72.6 +200,90,FALSE,No tutor,69.3 +201,75.8,FALSE,No tutor,73.1 +202,72,FALSE,No tutor,63.6 +203,91.3,FALSE,No tutor,53 +204,81.8,TRUE,Tutor,78.1 +205,77.3,FALSE,No tutor,58.2 +206,66.1,TRUE,Tutor,78.2 +207,76.8,FALSE,No tutor,57.5 +208,70,TRUE,Tutor,57.3 +209,91.5,FALSE,No tutor,80.7 +210,63.4,TRUE,Tutor,59.5 +211,63.2,FALSE,No tutor,53.9 +212,73.3,FALSE,No tutor,64.4 +213,45.7,TRUE,Tutor,64.9 +214,70.2,FALSE,No tutor,61 +215,73,FALSE,No tutor,69 +216,73,FALSE,No tutor,52 +217,69.5,TRUE,Tutor,70.6 +218,54.3,TRUE,Tutor,51.5 +219,69.2,TRUE,Tutor,69.8 +220,64.5,TRUE,Tutor,72.5 +221,91.8,FALSE,No tutor,79.8 +222,83.4,FALSE,No tutor,75.8 +223,92.5,FALSE,No tutor,72.4 +224,73.1,FALSE,No tutor,73.5 +225,70.2,FALSE,No tutor,70.1 +226,56.6,TRUE,Tutor,64.7 +227,83.1,FALSE,No tutor,52.1 +228,75,FALSE,No tutor,61.6 +229,96.1,FALSE,No tutor,73 +230,71.6,FALSE,No tutor,59.2 +231,87.1,TRUE,Tutor,72.9 +232,81.5,FALSE,No tutor,77.7 +233,70.6,FALSE,No tutor,59.9 +234,64.4,TRUE,Tutor,62.1 +235,82.5,FALSE,No tutor,67.6 +236,64.3,TRUE,Tutor,65.3 +237,86.9,TRUE,Tutor,70.9 +238,61,TRUE,Tutor,66.6 +239,77.9,FALSE,No tutor,60.2 +240,72,FALSE,No tutor,71.2 +241,68.8,TRUE,Tutor,70.8 +242,87.5,FALSE,No tutor,64.1 +243,60.8,TRUE,Tutor,64.1 +244,88.7,FALSE,No tutor,78.4 +245,71.9,FALSE,No tutor,61.5 +246,89.1,FALSE,No tutor,63.8 +247,81.6,FALSE,No tutor,70.9 +248,94.9,FALSE,No tutor,69.4 +249,75.6,FALSE,No tutor,58 +250,56.4,TRUE,Tutor,54.9 +251,74.6,FALSE,No tutor,57.4 +252,96.1,FALSE,No tutor,71.1 +253,86.6,FALSE,No tutor,78.4 +254,92.1,FALSE,No tutor,74.8 +255,83.3,TRUE,Tutor,73 +256,71.3,FALSE,No tutor,67 +257,72,FALSE,No tutor,58.4 +258,86.1,FALSE,No tutor,68.8 +259,90.2,FALSE,No tutor,59.1 +260,80.6,FALSE,No tutor,65.6 +261,55.7,TRUE,Tutor,65.8 +262,77.4,FALSE,No tutor,65.7 +263,86.9,FALSE,No tutor,74.7 +264,85.2,FALSE,No tutor,56.3 +265,84.4,FALSE,No tutor,65.9 +266,62.1,TRUE,Tutor,70.5 +267,42.3,TRUE,Tutor,52.9 +268,69.4,TRUE,Tutor,62.4 +269,84.1,TRUE,Tutor,80.2 +270,78.4,FALSE,No tutor,66.5 +271,85,FALSE,No tutor,68 +272,80.2,FALSE,No tutor,77 +273,85.9,TRUE,Tutor,76.7 +274,86.9,FALSE,No tutor,68.1 +275,75.3,FALSE,No tutor,64.6 +276,77.4,TRUE,Tutor,80.8 +277,85.2,FALSE,No tutor,71 +278,95.1,FALSE,No tutor,71.5 +279,77.3,FALSE,No tutor,68 +280,87.7,FALSE,No tutor,73.7 +281,53.7,TRUE,Tutor,60.6 +282,90.1,FALSE,No tutor,72.2 +283,52.5,TRUE,Tutor,64.9 +284,86.9,FALSE,No tutor,65.1 +285,72.5,FALSE,No tutor,59.4 +286,58.7,TRUE,Tutor,71.8 +287,85.3,FALSE,No tutor,76.8 +288,67,TRUE,Tutor,63.5 +289,79.2,FALSE,No tutor,70.6 +290,91.8,FALSE,No tutor,77.6 +291,82,FALSE,No tutor,55.3 +292,81.2,FALSE,No tutor,65 +293,88.8,FALSE,No tutor,73.4 +294,78.7,FALSE,No tutor,53 +295,71.7,FALSE,No tutor,52.4 +296,57.2,TRUE,Tutor,70.6 +297,52,TRUE,Tutor,65.4 +298,76,FALSE,No tutor,60.4 +299,51.4,TRUE,Tutor,69.7 +300,88.2,TRUE,Tutor,82 +301,98.3,FALSE,No tutor,74.3 +302,84.7,FALSE,No tutor,67.9 +303,85.3,FALSE,No tutor,65.9 +304,98.2,FALSE,No tutor,72.6 +305,66.8,TRUE,Tutor,60.8 +306,88.4,FALSE,No tutor,69.6 +307,81.3,FALSE,No tutor,71.6 +308,95.1,FALSE,No tutor,73.5 +309,89.4,FALSE,No tutor,71.3 +310,79.6,TRUE,Tutor,74.5 +311,57.7,FALSE,No tutor,40.9 +312,28.8,TRUE,Tutor,44.7 +313,77.9,TRUE,Tutor,64.3 +314,80.2,FALSE,No tutor,49.4 +315,85.2,TRUE,Tutor,86.6 +316,43.4,TRUE,Tutor,61.8 +317,93,FALSE,No tutor,75.6 +318,72.2,FALSE,No tutor,63.4 +319,78.5,TRUE,Tutor,77.1 +320,86.4,FALSE,No tutor,64.4 +321,94.6,FALSE,No tutor,80.8 +322,73.6,FALSE,No tutor,65.7 +323,78.4,FALSE,No tutor,68.3 +324,89,FALSE,No tutor,72.3 +325,75.5,TRUE,Tutor,77.2 +326,82.1,FALSE,No tutor,59.6 +327,87.3,FALSE,No tutor,66.7 +328,68.2,TRUE,Tutor,78.4 +329,82.9,FALSE,No tutor,58.5 +330,96.4,FALSE,No tutor,74.9 +331,99,FALSE,No tutor,68 +332,86.1,FALSE,No tutor,64.9 +333,60.2,FALSE,No tutor,50 +334,56.4,TRUE,Tutor,58.3 +335,72,FALSE,No tutor,64.2 +336,94.6,FALSE,No tutor,74.2 +337,74.1,TRUE,Tutor,78.6 +338,38.4,TRUE,Tutor,44.8 +339,99.8,FALSE,No tutor,77 +340,88.4,FALSE,No tutor,62.3 +341,53.1,TRUE,Tutor,63.1 +342,67.6,FALSE,No tutor,46.1 +343,61.5,FALSE,No tutor,48.6 +344,69.1,TRUE,Tutor,75.7 +345,67.3,TRUE,Tutor,69.1 +346,77.5,FALSE,No tutor,63.7 +347,89.8,FALSE,No tutor,67.7 +348,92.6,FALSE,No tutor,75.2 +349,77.2,FALSE,No tutor,68.1 +350,84.1,FALSE,No tutor,69 +351,89.6,TRUE,Tutor,70.1 +352,70,TRUE,Tutor,74.4 +353,75.1,TRUE,Tutor,72.1 +354,91.7,FALSE,No tutor,76.3 +355,85.3,FALSE,No tutor,72.1 +356,79,FALSE,No tutor,73.3 +357,93.9,FALSE,No tutor,65.5 +358,82.2,TRUE,Tutor,72.8 +359,87.6,FALSE,No tutor,74.7 +360,97.7,FALSE,No tutor,65.7 +361,82.2,FALSE,No tutor,79.6 +362,85.5,FALSE,No tutor,57.8 +363,86.4,FALSE,No tutor,57.5 +364,66.9,TRUE,Tutor,67.2 +365,75.3,FALSE,No tutor,66.5 +366,92.6,FALSE,No tutor,78.9 +367,70.8,FALSE,No tutor,66.6 +368,79.5,FALSE,No tutor,69.4 +369,74.9,FALSE,No tutor,67.2 +370,64.6,FALSE,No tutor,48.9 +371,75.8,TRUE,Tutor,78.3 +372,38.8,TRUE,Tutor,54.8 +373,75.8,TRUE,Tutor,72 +374,92.8,FALSE,No tutor,67.5 +375,92.5,FALSE,No tutor,77.8 +376,96.8,FALSE,No tutor,79 +377,88.7,FALSE,No tutor,72.5 +378,88,FALSE,No tutor,65.5 +379,86.4,FALSE,No tutor,68.9 +380,63,TRUE,Tutor,74.2 +381,92.9,FALSE,No tutor,72.1 +382,77.4,FALSE,No tutor,60.5 +383,68.5,TRUE,Tutor,72 +384,80,FALSE,No tutor,71.3 +385,74.8,FALSE,No tutor,69 +386,90.1,FALSE,No tutor,71.7 +387,93,FALSE,No tutor,68.7 +388,73,FALSE,No tutor,53.2 +389,83.9,FALSE,No tutor,75.8 +390,71.8,TRUE,Tutor,76.6 +391,71.1,TRUE,Tutor,82.6 +392,45.4,TRUE,Tutor,56.8 +393,83.9,FALSE,No tutor,61 +394,62.1,TRUE,Tutor,64 +395,86.9,FALSE,No tutor,57.8 +396,94.4,FALSE,No tutor,67.4 +397,92.4,FALSE,No tutor,75.5 +398,80.2,FALSE,No tutor,52.4 +399,76,FALSE,No tutor,59.4 +400,88.6,FALSE,No tutor,64.5 +401,73.7,FALSE,No tutor,68.3 +402,63.7,TRUE,Tutor,68.7 +403,93.1,FALSE,No tutor,79.8 +404,96.9,FALSE,No tutor,74 +405,92.9,FALSE,No tutor,59.5 +406,89.5,FALSE,No tutor,73.2 +407,82.3,FALSE,No tutor,65.6 +408,58.9,TRUE,Tutor,57.8 +409,72.9,FALSE,No tutor,71.6 +410,85.9,TRUE,Tutor,87 +411,78.4,TRUE,Tutor,80.7 +412,85.2,FALSE,No tutor,65.2 +413,54.4,TRUE,Tutor,61.6 +414,53.3,TRUE,Tutor,50.8 +415,92.1,FALSE,No tutor,79.4 +416,88,FALSE,No tutor,72.3 +417,95.7,FALSE,No tutor,63.5 +418,69.9,TRUE,Tutor,74.6 +419,73.6,FALSE,No tutor,63.7 +420,89,FALSE,No tutor,70.5 +421,64.3,TRUE,Tutor,66.8 +422,94.1,FALSE,No tutor,68.7 +423,91.6,FALSE,No tutor,64.9 +424,78.5,FALSE,No tutor,58.5 +425,68.1,TRUE,Tutor,62.8 +426,62.9,TRUE,Tutor,73 +427,56.4,TRUE,Tutor,63.4 +428,92.6,FALSE,No tutor,82.9 +429,63.4,TRUE,Tutor,65 +430,79.6,FALSE,No tutor,71.8 +431,81.6,FALSE,No tutor,76.4 +432,94.7,FALSE,No tutor,81.7 +433,68.4,TRUE,Tutor,64.7 +434,71.2,FALSE,No tutor,58.1 +435,78.1,FALSE,No tutor,58.3 +436,91.1,FALSE,No tutor,74.5 +437,89,FALSE,No tutor,68.1 +438,78,FALSE,No tutor,60.6 +439,54.9,TRUE,Tutor,63.1 +440,83.3,FALSE,No tutor,74.3 +441,89.3,TRUE,Tutor,69.9 +442,68.3,TRUE,Tutor,61.6 +443,69.7,TRUE,Tutor,71.3 +444,47.2,TRUE,Tutor,59.6 +445,42.4,TRUE,Tutor,58.5 +446,80.1,FALSE,No tutor,67 +447,77.8,TRUE,Tutor,74.3 +448,87.2,FALSE,No tutor,68.5 +449,89.1,FALSE,No tutor,67.7 +450,83.1,FALSE,No tutor,73.2 +451,73.7,FALSE,No tutor,72.8 +452,78.2,TRUE,Tutor,76.8 +453,74.2,FALSE,No tutor,56.3 +454,74.3,FALSE,No tutor,69 +455,63.3,TRUE,Tutor,66.5 +456,82,FALSE,No tutor,67.3 +457,37.2,TRUE,Tutor,64.1 +458,69.5,TRUE,Tutor,76 +459,92.3,FALSE,No tutor,62.9 +460,82.1,TRUE,Tutor,83.9 +461,67.9,TRUE,Tutor,74.4 +462,83.9,TRUE,Tutor,82.3 +463,71.4,FALSE,No tutor,50 +464,47.3,TRUE,Tutor,60.1 +465,86.9,FALSE,No tutor,63.9 +466,78.1,FALSE,No tutor,57.6 +467,85.9,FALSE,No tutor,70.8 +468,91.7,FALSE,No tutor,78.6 +469,96.5,FALSE,No tutor,71.9 +470,74.3,FALSE,No tutor,64.8 +471,65.9,FALSE,No tutor,45.3 +472,65.1,TRUE,Tutor,71.4 +473,93.8,FALSE,No tutor,74.2 +474,91.8,FALSE,No tutor,65.2 +475,91.9,FALSE,No tutor,75.8 +476,87.4,FALSE,No tutor,68.8 +477,74.8,TRUE,Tutor,68.3 +478,66.1,TRUE,Tutor,71.1 +479,57.2,TRUE,Tutor,71.8 +480,65.6,FALSE,No tutor,55.3 +481,87.5,FALSE,No tutor,70.9 +482,91.3,FALSE,No tutor,82.6 +483,82.4,TRUE,Tutor,74 +484,75.9,FALSE,No tutor,61.9 +485,63.1,TRUE,Tutor,70.4 +486,89.1,TRUE,Tutor,80.9 +487,72.5,FALSE,No tutor,65.3 +488,46.4,TRUE,Tutor,53.6 +489,89.6,FALSE,No tutor,79.9 +490,81.3,FALSE,No tutor,72.3 +491,96.1,FALSE,No tutor,76.4 +492,72.6,FALSE,No tutor,48.7 +493,86.8,TRUE,Tutor,79.6 +494,89.9,FALSE,No tutor,77.1 +495,88.4,FALSE,No tutor,55.7 +496,69.4,FALSE,No tutor,61.5 +497,97.8,FALSE,No tutor,69.3 +498,84.1,TRUE,Tutor,67.4 +499,90.7,FALSE,No tutor,67 +500,90.2,FALSE,No tutor,58.8 +501,68.7,TRUE,Tutor,75 +502,71.3,FALSE,No tutor,71.9 +503,79.5,TRUE,Tutor,81.6 +504,67.4,TRUE,Tutor,73 +505,86.4,FALSE,No tutor,66.3 +506,97.3,FALSE,No tutor,77.2 +507,81.4,FALSE,No tutor,60.9 +508,83.3,FALSE,No tutor,63.2 +509,75,FALSE,No tutor,56.8 +510,69.8,FALSE,No tutor,46.9 +511,57.9,TRUE,Tutor,73.3 +512,77,TRUE,Tutor,65.2 +513,85.2,TRUE,Tutor,79.6 +514,82.4,FALSE,No tutor,71.9 +515,60.6,TRUE,Tutor,76.3 +516,89.1,FALSE,No tutor,75.6 +517,90.2,FALSE,No tutor,72.4 +518,72.1,FALSE,No tutor,72.7 +519,65.7,TRUE,Tutor,70.6 +520,61.6,FALSE,No tutor,51.6 +521,77.6,TRUE,Tutor,82.5 +522,80.7,TRUE,Tutor,75.4 +523,53,TRUE,Tutor,70.4 +524,91.9,FALSE,No tutor,71.4 +525,55.7,FALSE,No tutor,45.2 +526,86.7,TRUE,Tutor,86.3 +527,75.5,FALSE,No tutor,54.7 +528,68.6,TRUE,Tutor,75.9 +529,75.5,FALSE,No tutor,67.7 +530,85.2,FALSE,No tutor,58.8 +531,74.7,FALSE,No tutor,68.2 +532,89,FALSE,No tutor,76.2 +533,87,FALSE,No tutor,54.6 +534,54.4,FALSE,No tutor,53.9 +535,71.4,FALSE,No tutor,44 +536,89.6,TRUE,Tutor,80.3 +537,77.7,FALSE,No tutor,69.7 +538,66,TRUE,Tutor,72.9 +539,89.4,FALSE,No tutor,57.4 +540,83.5,FALSE,No tutor,62.3 +541,56.1,TRUE,Tutor,57.7 +542,84.6,TRUE,Tutor,77.4 +543,95.5,FALSE,No tutor,71.3 +544,69.8,TRUE,Tutor,73.5 +545,94,FALSE,No tutor,62.2 +546,94.3,FALSE,No tutor,74.6 +547,76.6,FALSE,No tutor,58.4 +548,76.8,FALSE,No tutor,50.5 +549,78.3,TRUE,Tutor,74.5 +550,72.4,FALSE,No tutor,72.2 +551,87.2,TRUE,Tutor,83.1 +552,75.7,FALSE,No tutor,57.9 +553,85.3,FALSE,No tutor,57.2 +554,78.9,FALSE,No tutor,62.8 +555,91.9,FALSE,No tutor,63.8 +556,79.6,FALSE,No tutor,56.8 +557,76,FALSE,No tutor,54.2 +558,87.5,FALSE,No tutor,62.5 +559,77.1,TRUE,Tutor,75 +560,86.9,FALSE,No tutor,59.7 +561,86.9,FALSE,No tutor,72.2 +562,81,FALSE,No tutor,62.7 +563,68.4,TRUE,Tutor,73 +564,81,FALSE,No tutor,61.6 +565,74.4,FALSE,No tutor,58.1 +566,56.8,TRUE,Tutor,64.2 +567,82.2,FALSE,No tutor,65.9 +568,79.5,FALSE,No tutor,61.2 +569,68,TRUE,Tutor,76.8 +570,92.8,FALSE,No tutor,62.6 +571,67.2,TRUE,Tutor,66.4 +572,85.5,TRUE,Tutor,73.2 +573,91.8,FALSE,No tutor,72.2 +574,96.1,FALSE,No tutor,84.5 +575,87.7,FALSE,No tutor,62.6 +576,92.1,FALSE,No tutor,73 +577,92.2,FALSE,No tutor,66 +578,92.4,FALSE,No tutor,79.1 +579,67.2,FALSE,No tutor,46.8 +580,89.5,TRUE,Tutor,82.5 +581,86.5,FALSE,No tutor,68.7 +582,83.9,FALSE,No tutor,70.9 +583,74.4,FALSE,No tutor,65.9 +584,83.1,FALSE,No tutor,74.4 +585,60.5,TRUE,Tutor,64.3 +586,82.3,FALSE,No tutor,62.3 +587,97.8,FALSE,No tutor,75.3 +588,79.3,FALSE,No tutor,67.7 +589,96.5,FALSE,No tutor,69.9 +590,57.6,TRUE,Tutor,69 +591,88,FALSE,No tutor,73.3 +592,91.6,FALSE,No tutor,78.8 +593,86.2,FALSE,No tutor,63.2 +594,66.3,TRUE,Tutor,73 +595,73.2,FALSE,No tutor,52.9 +596,90.3,FALSE,No tutor,71.4 +597,77.9,FALSE,No tutor,63.9 +598,66.7,TRUE,Tutor,73.5 +599,41.3,TRUE,Tutor,53.4 +600,75.5,FALSE,No tutor,62.7 +601,87.5,FALSE,No tutor,80 +602,82.5,FALSE,No tutor,61.3 +603,61,TRUE,Tutor,78.4 +604,57.8,TRUE,Tutor,66.8 +605,69.2,TRUE,Tutor,80.1 +606,81.1,FALSE,No tutor,63.2 +607,92.6,FALSE,No tutor,57.5 +608,83.3,TRUE,Tutor,72.4 +609,85.7,FALSE,No tutor,56.7 +610,71.8,FALSE,No tutor,67.7 +611,64.1,TRUE,Tutor,61.8 +612,92.1,FALSE,No tutor,69.6 +613,84.4,FALSE,No tutor,66.3 +614,75.3,FALSE,No tutor,53.2 +615,83.4,TRUE,Tutor,79.7 +616,92.4,FALSE,No tutor,73.9 +617,99,FALSE,No tutor,78.6 +618,78.2,FALSE,No tutor,73.1 +619,78.3,FALSE,No tutor,63.6 +620,37,TRUE,Tutor,53.8 +621,97.1,FALSE,No tutor,67.5 +622,87.1,FALSE,No tutor,70.2 +623,59.2,TRUE,Tutor,71.1 +624,71.5,FALSE,No tutor,61.7 +625,75.7,TRUE,Tutor,69.2 +626,86.6,FALSE,No tutor,66.1 +627,74.2,TRUE,Tutor,63 +628,81.5,FALSE,No tutor,50 +629,75.8,TRUE,Tutor,57.9 +630,86.1,FALSE,No tutor,71.3 +631,46.3,TRUE,Tutor,58.8 +632,83.3,FALSE,No tutor,69.4 +633,82.5,FALSE,No tutor,67.8 +634,83.1,FALSE,No tutor,62.9 +635,82.4,FALSE,No tutor,69.8 +636,76.1,FALSE,No tutor,71 +637,70.7,FALSE,No tutor,62.2 +638,64.2,TRUE,Tutor,54.4 +639,81.9,FALSE,No tutor,49.7 +640,89.9,FALSE,No tutor,73 +641,94.1,FALSE,No tutor,65.1 +642,77.1,FALSE,No tutor,64.5 +643,76.9,FALSE,No tutor,64.4 +644,75.9,TRUE,Tutor,77.8 +645,79.4,TRUE,Tutor,84.8 +646,76,FALSE,No tutor,56.2 +647,76.2,FALSE,No tutor,74.2 +648,88.1,FALSE,No tutor,71.7 +649,70.4,FALSE,No tutor,46.6 +650,91.4,FALSE,No tutor,69.9 +651,94.3,FALSE,No tutor,70.6 +652,79.8,FALSE,No tutor,57.7 +653,91.5,FALSE,No tutor,62.3 +654,66.4,TRUE,Tutor,63 +655,80.1,FALSE,No tutor,61.7 +656,88.2,FALSE,No tutor,56.2 +657,79.6,FALSE,No tutor,49.8 +658,43.8,TRUE,Tutor,55.1 +659,79.6,FALSE,No tutor,66.4 +660,82.8,FALSE,No tutor,66.3 +661,70.9,FALSE,No tutor,57.6 +662,55.2,TRUE,Tutor,67.5 +663,90.9,FALSE,No tutor,65.1 +664,80.7,FALSE,No tutor,74 +665,53.8,TRUE,Tutor,42.8 +666,71.5,TRUE,Tutor,69.4 +667,80.8,TRUE,Tutor,75.9 +668,93.2,FALSE,No tutor,67.1 +669,82.1,FALSE,No tutor,69.1 +670,80.7,FALSE,No tutor,66.5 +671,79.1,FALSE,No tutor,64.4 +672,37.9,TRUE,Tutor,44.2 +673,84.6,FALSE,No tutor,61.5 +674,95,FALSE,No tutor,71.1 +675,68.3,TRUE,Tutor,70.5 +676,79.6,FALSE,No tutor,66.6 +677,81,FALSE,No tutor,74.5 +678,65.2,TRUE,Tutor,62.4 +679,99.4,FALSE,No tutor,71 +680,85.8,FALSE,No tutor,75.1 +681,80.2,FALSE,No tutor,66.5 +682,65.9,TRUE,Tutor,56.7 +683,81.9,FALSE,No tutor,54.9 +684,90.6,FALSE,No tutor,78.6 +685,70.9,TRUE,Tutor,63.7 +686,77.5,TRUE,Tutor,72.7 +687,75.9,FALSE,No tutor,59.8 +688,51.6,TRUE,Tutor,67 +689,85.6,FALSE,No tutor,69.4 +690,92.7,FALSE,No tutor,83.5 +691,93,FALSE,No tutor,76.8 +692,90.8,FALSE,No tutor,72.7 +693,93.8,FALSE,No tutor,60.5 +694,78.6,FALSE,No tutor,71.6 +695,79.4,FALSE,No tutor,62.3 +696,61.8,TRUE,Tutor,65.2 +697,91.5,FALSE,No tutor,79.8 +698,81.3,FALSE,No tutor,63.4 +699,66.7,TRUE,Tutor,54.5 +700,83.2,FALSE,No tutor,58.6 +701,61.6,FALSE,No tutor,46 +702,63.8,FALSE,No tutor,58.5 +703,86.7,FALSE,No tutor,60.2 +704,88.3,FALSE,No tutor,77.6 +705,80.8,FALSE,No tutor,66.7 +706,77.7,FALSE,No tutor,63 +707,78.7,TRUE,Tutor,70.1 +708,86,TRUE,Tutor,72 +709,89.9,FALSE,No tutor,73.4 +710,91.8,FALSE,No tutor,74.5 +711,58.3,TRUE,Tutor,66.8 +712,90.5,FALSE,No tutor,74.4 +713,44.2,TRUE,Tutor,58.1 +714,80,FALSE,No tutor,57.6 +715,85.6,FALSE,No tutor,64 +716,91.3,FALSE,No tutor,73.9 +717,78.1,FALSE,No tutor,69.1 +718,81.4,FALSE,No tutor,66.5 +719,75,FALSE,No tutor,64.1 +720,86.4,FALSE,No tutor,57.6 +721,65.3,FALSE,No tutor,70.4 +722,63.3,TRUE,Tutor,73.5 +723,53.9,FALSE,No tutor,46.8 +724,74.3,FALSE,No tutor,56.6 +725,86,FALSE,No tutor,72.7 +726,79,FALSE,No tutor,66.1 +727,95.3,FALSE,No tutor,56.9 +728,75.5,TRUE,Tutor,80.3 +729,84.1,FALSE,No tutor,64.5 +730,70.2,FALSE,No tutor,51.1 +731,82,FALSE,No tutor,69.9 +732,93.7,FALSE,No tutor,79.5 +733,77.2,FALSE,No tutor,60.4 +734,93.5,FALSE,No tutor,68.3 +735,58.7,TRUE,Tutor,67.5 +736,96.4,FALSE,No tutor,79.4 +737,80.1,TRUE,Tutor,83.9 +738,69.1,TRUE,Tutor,73.9 +739,94.7,FALSE,No tutor,83.8 +740,89.5,FALSE,No tutor,66.7 +741,85.2,FALSE,No tutor,75 +742,74.9,FALSE,No tutor,65.3 +743,82.9,FALSE,No tutor,72.1 +744,90.9,FALSE,No tutor,67.9 +745,70.1,FALSE,No tutor,59 +746,85.4,FALSE,No tutor,76.1 +747,68.1,TRUE,Tutor,67 +748,85.2,FALSE,No tutor,72.5 +749,90.2,FALSE,No tutor,64.8 +750,79.3,FALSE,No tutor,59.7 +751,64.8,TRUE,Tutor,67.7 +752,73.4,FALSE,No tutor,67.4 +753,78.7,TRUE,Tutor,77.8 +754,96.9,FALSE,No tutor,80.5 +755,78.4,FALSE,No tutor,57.1 +756,89.3,TRUE,Tutor,79.3 +757,81,FALSE,No tutor,62.8 +758,73.1,FALSE,No tutor,63.1 +759,94.7,FALSE,No tutor,70.6 +760,63.2,FALSE,No tutor,54.5 +761,73.4,FALSE,No tutor,50.1 +762,56.4,TRUE,Tutor,61.2 +763,85.6,FALSE,No tutor,76.9 +764,85,TRUE,Tutor,85.6 +765,90.6,FALSE,No tutor,77.1 +766,83.3,TRUE,Tutor,77.4 +767,57.5,TRUE,Tutor,64.6 +768,57.9,TRUE,Tutor,53.6 +769,96.4,FALSE,No tutor,83.7 +770,60.6,FALSE,No tutor,62.5 +771,55,TRUE,Tutor,73.4 +772,65.6,TRUE,Tutor,63.6 +773,89.2,FALSE,No tutor,72.9 +774,54.2,TRUE,Tutor,67.9 +775,62.9,TRUE,Tutor,73.4 +776,64.5,TRUE,Tutor,64.9 +777,83.5,FALSE,No tutor,62.1 +778,60,TRUE,Tutor,73.6 +779,75.9,FALSE,No tutor,54.2 +780,78.9,FALSE,No tutor,60.6 +781,41.8,TRUE,Tutor,54 +782,62.3,TRUE,Tutor,64 +783,84.1,TRUE,Tutor,73.5 +784,94.5,FALSE,No tutor,63.9 +785,66.2,TRUE,Tutor,72 +786,84.4,FALSE,No tutor,66.8 +787,58.6,TRUE,Tutor,71.8 +788,68.9,TRUE,Tutor,67.1 +789,77.4,FALSE,No tutor,73.1 +790,79.2,TRUE,Tutor,72.9 +791,83.3,FALSE,No tutor,58.3 +792,74.3,TRUE,Tutor,85.2 +793,91.6,FALSE,No tutor,75.1 +794,64.3,TRUE,Tutor,72.7 +795,83.7,FALSE,No tutor,76.2 +796,88,FALSE,No tutor,65.3 +797,82.8,FALSE,No tutor,71.6 +798,96.1,FALSE,No tutor,60 +799,83.1,FALSE,No tutor,57.2 +800,75.9,FALSE,No tutor,56.2 +801,85.6,TRUE,Tutor,74.9 +802,83.9,FALSE,No tutor,63.9 +803,70.7,FALSE,No tutor,55.1 +804,73.8,FALSE,No tutor,59.5 +805,87.2,FALSE,No tutor,75.9 +806,66.7,TRUE,Tutor,69.9 +807,74.6,FALSE,No tutor,55.7 +808,64,TRUE,Tutor,75.6 +809,93.3,FALSE,No tutor,70.9 +810,80.8,FALSE,No tutor,65.1 +811,85.5,FALSE,No tutor,71.5 +812,90.9,FALSE,No tutor,60.4 +813,61.9,TRUE,Tutor,69.4 +814,68.9,TRUE,Tutor,71.2 +815,92.6,FALSE,No tutor,64 +816,93.8,FALSE,No tutor,77.8 +817,95.9,FALSE,No tutor,74.7 +818,76,FALSE,No tutor,63.5 +819,91.9,FALSE,No tutor,63.4 +820,83.5,FALSE,No tutor,53.2 +821,83.1,FALSE,No tutor,51.7 +822,71.9,TRUE,Tutor,72.7 +823,91.7,FALSE,No tutor,62.9 +824,79.3,TRUE,Tutor,80.8 +825,88,FALSE,No tutor,73 +826,74,FALSE,No tutor,69.6 +827,89.1,TRUE,Tutor,74.7 +828,77.3,FALSE,No tutor,57.5 +829,65.9,TRUE,Tutor,66.2 +830,90.5,FALSE,No tutor,75.7 +831,81.1,TRUE,Tutor,73.2 +832,71.5,FALSE,No tutor,68.9 +833,79.2,FALSE,No tutor,75.5 +834,97,FALSE,No tutor,77.2 +835,62.3,TRUE,Tutor,69.2 +836,77.5,FALSE,No tutor,70.4 +837,79.4,FALSE,No tutor,76.6 +838,69.9,TRUE,Tutor,73.1 +839,81.2,FALSE,No tutor,61.2 +840,90.5,FALSE,No tutor,63.6 +841,87,FALSE,No tutor,54.5 +842,76.8,FALSE,No tutor,63.1 +843,74.5,FALSE,No tutor,58.5 +844,90.4,FALSE,No tutor,71.4 +845,84.3,FALSE,No tutor,78.8 +846,88.9,FALSE,No tutor,49.1 +847,92.7,FALSE,No tutor,66.1 +848,87.2,FALSE,No tutor,58.9 +849,75.2,FALSE,No tutor,53.6 +850,72.7,FALSE,No tutor,54.1 +851,66.2,FALSE,No tutor,50.1 +852,73.9,FALSE,No tutor,52.8 +853,75.1,FALSE,No tutor,67.5 +854,57.2,TRUE,Tutor,65.6 +855,80.4,FALSE,No tutor,64.3 +856,73.2,TRUE,Tutor,77.7 +857,89.6,FALSE,No tutor,78.6 +858,96.3,FALSE,No tutor,72 +859,81.2,FALSE,No tutor,71.3 +860,67.1,TRUE,Tutor,67.8 +861,68.6,TRUE,Tutor,68 +862,62.2,TRUE,Tutor,66.5 +863,84.4,FALSE,No tutor,61.2 +864,92.4,FALSE,No tutor,77.5 +865,72.3,FALSE,No tutor,60.4 +866,94.8,FALSE,No tutor,65.7 +867,65.2,TRUE,Tutor,68.9 +868,63.6,TRUE,Tutor,72 +869,57.6,TRUE,Tutor,65.5 +870,81.3,FALSE,No tutor,52 +871,87.2,FALSE,No tutor,51.6 +872,69.4,FALSE,No tutor,46.5 +873,39.4,TRUE,Tutor,64.9 +874,92.4,FALSE,No tutor,82.5 +875,84.3,TRUE,Tutor,76.6 +876,75.2,FALSE,No tutor,64 +877,76.7,FALSE,No tutor,73 +878,84.4,FALSE,No tutor,52.5 +879,98.3,FALSE,No tutor,72 +880,82.1,FALSE,No tutor,64.7 +881,92.2,FALSE,No tutor,72 +882,77.2,FALSE,No tutor,67.3 +883,89,TRUE,Tutor,88.7 +884,79.7,FALSE,No tutor,66.4 +885,88,TRUE,Tutor,86.3 +886,83.9,FALSE,No tutor,65.4 +887,83.5,TRUE,Tutor,70.8 +888,46.6,TRUE,Tutor,60.5 +889,63.2,FALSE,No tutor,43.6 +890,81.4,FALSE,No tutor,51 +891,92.6,FALSE,No tutor,60.5 +892,54.7,FALSE,No tutor,62.3 +893,94.1,FALSE,No tutor,71.4 +894,92.2,FALSE,No tutor,69.8 +895,88.3,FALSE,No tutor,63.5 +896,90.3,FALSE,No tutor,79.7 +897,89.7,FALSE,No tutor,71.9 +898,47.8,TRUE,Tutor,56.1 +899,79.5,FALSE,No tutor,63.3 +900,87.7,FALSE,No tutor,57.2 +901,64.3,TRUE,Tutor,58.1 +902,74.3,FALSE,No tutor,53.1 +903,92.5,FALSE,No tutor,58.7 +904,85.9,FALSE,No tutor,67.8 +905,67.5,TRUE,Tutor,67.1 +906,60.2,TRUE,Tutor,72 +907,78,FALSE,No tutor,59.7 +908,95.9,FALSE,No tutor,71.4 +909,87.8,FALSE,No tutor,58.7 +910,81.2,FALSE,No tutor,54.8 +911,68.4,TRUE,Tutor,77.9 +912,76.8,FALSE,No tutor,60.7 +913,76.8,FALSE,No tutor,66.9 +914,70.6,FALSE,No tutor,61.6 +915,82.1,FALSE,No tutor,67.3 +916,84.2,FALSE,No tutor,74.8 +917,76.1,FALSE,No tutor,55 +918,88.7,FALSE,No tutor,65.4 +919,82.2,FALSE,No tutor,77.2 +920,85.5,FALSE,No tutor,70.5 +921,89.4,TRUE,Tutor,81.3 +922,57.7,TRUE,Tutor,68.7 +923,93,FALSE,No tutor,72.9 +924,84.7,FALSE,No tutor,58.5 +925,72.1,FALSE,No tutor,56.2 +926,79.5,TRUE,Tutor,80.4 +927,73.3,FALSE,No tutor,63.3 +928,93.3,FALSE,No tutor,72.4 +929,84.2,FALSE,No tutor,69.9 +930,95.8,FALSE,No tutor,73.9 +931,89,FALSE,No tutor,71.7 +932,51.9,TRUE,Tutor,58.6 +933,73.2,FALSE,No tutor,57.1 +934,76.3,FALSE,No tutor,67.4 +935,90,FALSE,No tutor,68.1 +936,85.8,FALSE,No tutor,65.6 +937,90.7,FALSE,No tutor,67.1 +938,76.9,FALSE,No tutor,62 +939,62.1,FALSE,No tutor,51.6 +940,72.3,FALSE,No tutor,66.3 +941,86.5,FALSE,No tutor,67.8 +942,67,TRUE,Tutor,74.9 +943,70.6,FALSE,No tutor,65.7 +944,60.1,TRUE,Tutor,77.7 +945,84.3,FALSE,No tutor,56.1 +946,92.2,FALSE,No tutor,75.1 +947,79.2,TRUE,Tutor,69.6 +948,72.3,FALSE,No tutor,63.2 +949,78.9,FALSE,No tutor,46.8 +950,69.8,TRUE,Tutor,68 +951,79.1,FALSE,No tutor,63.2 +952,81.4,FALSE,No tutor,64.7 +953,79.8,FALSE,No tutor,62.1 +954,78.1,FALSE,No tutor,65.9 +955,75.8,FALSE,No tutor,62.1 +956,85.9,TRUE,Tutor,72 +957,76.4,FALSE,No tutor,59.2 +958,87.5,FALSE,No tutor,79.2 +959,91.5,FALSE,No tutor,76.1 +960,61.1,TRUE,Tutor,57.5 +961,64.7,TRUE,Tutor,68.3 +962,85.9,FALSE,No tutor,67.4 +963,48.2,TRUE,Tutor,54.8 +964,80.8,FALSE,No tutor,71.8 +965,82.2,FALSE,No tutor,66.6 +966,90.2,FALSE,No tutor,75.1 +967,78.2,FALSE,No tutor,58.4 +968,80,FALSE,No tutor,62.3 +969,76.6,FALSE,No tutor,72.7 +970,69.4,TRUE,Tutor,72.1 +971,58.5,TRUE,Tutor,68.6 +972,71.8,FALSE,No tutor,65.7 +973,56.2,TRUE,Tutor,63.1 +974,54.2,TRUE,Tutor,73.3 +975,83.3,TRUE,Tutor,72.7 +976,66.7,TRUE,Tutor,80 +977,91.7,FALSE,No tutor,77.3 +978,90.2,FALSE,No tutor,67.1 +979,72.8,FALSE,No tutor,65 +980,84.3,FALSE,No tutor,67.3 +981,95.9,FALSE,No tutor,61.9 +982,58.5,TRUE,Tutor,52.7 +983,89,FALSE,No tutor,56.5 +984,70.6,TRUE,Tutor,74 +985,70.1,TRUE,Tutor,60.2 +986,40.7,TRUE,Tutor,55 +987,74.3,FALSE,No tutor,59.4 +988,64.5,TRUE,Tutor,61.5 +989,83.9,FALSE,No tutor,63.8 +990,95.5,FALSE,No tutor,69.6 +991,75.3,FALSE,No tutor,66 +992,93.9,FALSE,No tutor,71.1 +993,78.8,FALSE,No tutor,71.8 +994,76.1,FALSE,No tutor,58.9 +995,83.1,TRUE,Tutor,73.1 +996,43.7,TRUE,Tutor,65.3 +997,39.2,TRUE,Tutor,53.6 +998,90.3,FALSE,No tutor,76.7 +999,62.2,FALSE,No tutor,59.3 +1000,83.5,FALSE,No tutor,61.1 diff --git a/docs/files/data/generated_data/village_observational.csv b/docs/files/data/generated_data/village_observational.csv new file mode 100644 index 00000000..f659986a --- /dev/null +++ b/docs/files/data/generated_data/village_observational.csv @@ -0,0 +1,1001 @@ +id,sex,age,pre_income,program,post_income +1,1,45,979,1,1386 +2,0,23,664,1,1148 +3,0,42,729,1,1341 +4,0,34,744,1,1267 +5,0,53,769,1,1455 +6,0,33,762,0,1143 +7,1,20,846,1,1131 +8,1,40,674,1,1340 +9,0,39,747,1,1297 +10,1,35,744,0,1190 +11,0,24,763,1,1161 +12,1,27,740,1,1211 +13,1,35,920,1,1293 +14,0,45,877,1,1381 +15,1,31,824,1,1250 +16,0,26,658,0,1091 +17,1,8,1093,0,916 +18,1,40,894,1,1333 +19,1,39,923,0,1233 +20,1,48,611,1,1421 +21,1,50,778,1,1442 +22,1,34,877,1,1278 +23,1,48,839,1,1415 +24,1,35,861,0,1194 +25,1,28,859,1,1217 +26,0,27,756,1,1190 +27,1,32,775,1,1256 +28,0,37,707,0,1193 +29,0,35,909,1,1262 +30,1,37,606,1,1305 +31,1,37,772,1,1314 +32,1,42,881,1,1363 +33,1,32,779,1,1259 +34,1,51,945,1,1454 +35,1,39,884,1,1341 +36,0,23,713,1,1147 +37,1,32,794,1,1253 +38,1,40,801,1,1344 +39,0,31,827,1,1228 +40,0,38,747,1,1300 +41,1,39,738,1,1329 +42,0,48,774,1,1400 +43,1,28,891,1,1224 +44,0,35,912,0,1168 +45,1,29,740,1,1231 +46,1,24,806,1,1179 +47,0,17,700,1,1079 +48,1,37,724,1,1304 +49,1,41,739,1,1358 +50,0,41,668,1,1338 +51,1,21,599,1,1147 +52,1,24,877,1,1170 +53,0,24,841,1,1141 +54,1,28,717,1,1224 +55,1,37,896,0,1207 +56,1,41,981,1,1351 +57,1,27,545,0,1107 +58,0,6,915,0,883 +59,1,45,923,1,1390 +60,0,41,815,0,1233 +61,0,28,748,1,1202 +62,1,24,690,0,1081 +63,1,32,712,1,1262 +64,1,36,736,1,1301 +65,1,42,589,0,1261 +66,0,49,735,1,1409 +67,1,27,899,1,1209 +68,1,38,725,0,1212 +69,1,48,957,1,1414 +70,1,26,795,1,1202 +71,1,33,811,1,1265 +72,0,17,848,1,1083 +73,1,38,706,0,1220 +74,0,29,723,1,1201 +75,1,26,758,1,1200 +76,1,27,977,1,1214 +77,1,39,843,1,1338 +78,1,13,791,0,963 +79,1,31,688,1,1240 +80,0,25,791,0,1073 +81,0,25,839,0,1072 +82,1,40,764,0,1246 +83,1,39,711,0,1223 +84,1,34,705,1,1267 +85,1,40,778,0,1246 +86,0,29,834,0,1105 +87,1,15,897,1,1096 +88,1,47,666,1,1413 +89,1,33,720,1,1273 +90,0,31,595,1,1233 +91,1,37,811,1,1301 +92,0,43,872,1,1346 +93,1,39,825,1,1329 +94,1,44,923,1,1379 +95,1,35,858,1,1287 +96,1,30,741,1,1239 +97,1,32,945,1,1264 +98,1,43,844,0,1273 +99,1,27,858,1,1201 +100,0,25,708,1,1175 +101,1,38,775,1,1324 +102,1,41,678,1,1351 +103,1,18,793,1,1124 +104,1,43,936,0,1261 +105,1,35,754,0,1190 +106,1,33,807,0,1168 +107,1,46,878,1,1403 +108,1,50,641,1,1443 +109,1,24,663,0,1076 +110,1,45,707,1,1393 +111,0,29,830,1,1203 +112,1,36,808,0,1206 +113,0,40,925,0,1216 +114,1,36,677,1,1299 +115,1,20,756,1,1143 +116,0,30,590,0,1115 +117,0,50,962,1,1434 +118,1,37,908,1,1309 +119,1,27,736,1,1201 +120,0,28,775,1,1202 +121,0,46,787,1,1382 +122,0,38,980,0,1199 +123,0,26,804,1,1173 +124,0,35,841,1,1272 +125,1,41,870,1,1354 +126,1,52,869,1,1452 +127,1,26,633,0,1101 +128,1,31,874,1,1262 +129,1,45,708,1,1390 +130,1,30,797,1,1247 +131,0,50,607,1,1414 +132,0,45,821,1,1370 +133,1,18,699,1,1117 +134,1,39,582,1,1327 +135,0,21,633,0,1019 +136,1,20,658,1,1142 +137,0,36,855,1,1272 +138,1,36,831,1,1296 +139,0,35,869,0,1163 +140,0,48,747,1,1392 +141,1,38,818,0,1223 +142,0,28,841,1,1205 +143,1,36,791,1,1312 +144,1,30,689,0,1137 +145,1,34,913,1,1274 +146,0,24,967,1,1150 +147,0,34,1002,1,1262 +148,1,36,889,0,1199 +149,0,28,781,1,1203 +150,1,35,787,1,1298 +151,1,29,769,1,1235 +152,1,29,774,0,1126 +153,1,33,795,1,1268 +154,0,40,603,0,1215 +155,1,33,801,1,1269 +156,0,37,824,1,1290 +157,0,45,705,1,1373 +158,0,32,624,1,1242 +159,1,34,764,1,1272 +160,1,40,488,0,1233 +161,1,22,967,1,1156 +162,1,40,869,1,1349 +163,1,30,702,1,1228 +164,1,24,802,0,1072 +165,1,17,783,0,1006 +166,0,28,634,0,1103 +167,1,23,712,0,1079 +168,1,23,897,0,1075 +169,0,51,684,1,1426 +170,1,23,725,1,1166 +171,0,45,725,1,1370 +172,1,40,923,1,1345 +173,0,26,781,1,1175 +174,1,29,855,1,1227 +175,1,31,877,0,1155 +176,0,37,762,0,1183 +177,1,32,687,1,1258 +178,1,43,817,1,1370 +179,1,32,764,1,1261 +180,1,13,944,1,1076 +181,1,34,748,0,1180 +182,1,16,769,1,1111 +183,0,44,868,1,1356 +184,1,28,734,1,1215 +185,0,24,798,1,1161 +186,1,29,850,1,1230 +187,0,41,760,1,1324 +188,0,16,679,1,1086 +189,1,38,831,1,1319 +190,0,25,772,1,1177 +191,0,35,598,1,1261 +192,0,42,827,1,1335 +193,1,41,813,1,1336 +194,0,50,632,1,1420 +195,0,36,747,1,1273 +196,0,28,782,1,1189 +197,0,57,744,1,1487 +198,0,32,855,0,1131 +199,0,43,642,0,1247 +200,0,44,705,0,1263 +201,0,40,755,0,1214 +202,1,49,944,1,1436 +203,1,33,784,1,1264 +204,0,23,698,1,1143 +205,1,31,954,1,1247 +206,0,30,777,1,1207 +207,1,38,855,1,1322 +208,1,26,912,1,1194 +209,1,42,841,1,1360 +210,0,23,930,0,1048 +211,1,53,721,1,1461 +212,1,49,960,1,1446 +213,1,31,618,1,1245 +214,0,36,702,1,1285 +215,1,31,741,1,1246 +216,0,23,823,1,1158 +217,0,8,753,1,1008 +218,0,35,858,0,1174 +219,1,35,842,1,1290 +220,0,51,868,1,1433 +221,1,15,948,0,987 +222,1,28,657,1,1218 +223,1,44,897,1,1379 +224,1,38,773,1,1320 +225,1,36,720,1,1302 +226,1,29,622,1,1227 +227,0,37,715,1,1291 +228,1,33,770,1,1264 +229,1,36,606,1,1300 +230,1,29,764,1,1227 +231,0,47,851,0,1283 +232,1,46,670,1,1393 +233,1,48,800,1,1418 +234,0,31,666,1,1233 +235,1,32,795,1,1266 +236,1,31,889,1,1254 +237,0,49,582,1,1407 +238,1,32,1031,0,1156 +239,1,36,683,1,1302 +240,0,39,894,1,1307 +241,1,42,1008,1,1346 +242,1,32,706,1,1264 +243,1,58,732,1,1527 +244,0,26,902,1,1179 +245,0,21,718,1,1126 +246,1,35,704,1,1296 +247,0,53,958,1,1446 +248,1,36,977,1,1300 +249,0,36,777,0,1174 +250,0,44,1028,0,1260 +251,1,34,990,0,1182 +252,1,36,793,1,1303 +253,1,47,719,1,1408 +254,1,36,733,1,1300 +255,1,27,940,1,1217 +256,1,39,854,1,1329 +257,1,24,864,1,1173 +258,1,20,799,1,1146 +259,1,34,818,1,1274 +260,1,24,751,1,1172 +261,0,41,914,1,1331 +262,1,34,767,1,1282 +263,1,27,999,1,1214 +264,1,51,859,1,1455 +265,1,34,899,1,1276 +266,1,49,948,0,1331 +267,0,34,795,0,1163 +268,1,32,623,1,1254 +269,1,39,739,0,1229 +270,0,45,859,1,1369 +271,1,62,920,1,1561 +272,0,25,821,1,1177 +273,1,33,884,0,1176 +274,0,46,894,1,1387 +275,1,38,903,0,1232 +276,1,33,875,1,1274 +277,0,22,781,0,1033 +278,1,32,902,0,1164 +279,1,33,750,0,1170 +280,1,34,835,1,1276 +281,1,51,749,1,1441 +282,1,30,848,1,1235 +283,0,19,850,1,1110 +284,0,40,789,1,1323 +285,0,34,803,0,1147 +286,1,33,843,1,1275 +287,1,41,687,1,1343 +288,1,6,902,1,997 +289,0,29,827,1,1220 +290,0,33,855,0,1158 +291,0,41,783,1,1331 +292,1,32,612,0,1162 +293,0,25,875,0,1071 +294,1,39,774,1,1324 +295,0,35,862,1,1271 +296,0,36,1005,1,1281 +297,0,47,684,1,1392 +298,1,30,935,1,1241 +299,0,23,763,1,1149 +300,1,22,794,0,1063 +301,1,25,747,0,1089 +302,0,21,750,1,1134 +303,1,35,685,1,1286 +304,1,53,813,1,1468 +305,0,34,847,0,1164 +306,1,43,781,1,1369 +307,1,24,638,1,1176 +308,0,33,760,0,1145 +309,1,41,841,0,1241 +310,0,31,728,1,1226 +311,0,43,741,0,1246 +312,0,42,683,1,1342 +313,1,29,859,1,1233 +314,1,27,733,1,1215 +315,1,59,1117,1,1531 +316,1,33,901,1,1266 +317,1,35,783,1,1282 +318,1,34,800,0,1181 +319,1,29,728,1,1233 +320,0,26,828,1,1174 +321,1,24,801,1,1181 +322,0,44,627,1,1362 +323,1,25,616,1,1186 +324,1,42,860,1,1363 +325,1,49,568,1,1425 +326,1,47,762,1,1398 +327,1,34,966,1,1277 +328,1,30,634,1,1236 +329,0,24,829,0,1053 +330,0,35,957,1,1268 +331,0,33,851,1,1237 +332,0,37,929,0,1186 +333,0,29,703,1,1207 +334,1,41,863,1,1349 +335,1,42,818,1,1355 +336,1,46,935,1,1396 +337,1,57,1049,0,1410 +338,1,37,811,0,1217 +339,0,29,910,1,1215 +340,1,34,760,0,1190 +341,0,19,764,0,1008 +342,1,36,745,1,1306 +343,1,31,665,1,1259 +344,0,39,807,0,1201 +345,1,32,796,1,1252 +346,1,21,872,1,1146 +347,1,35,779,1,1298 +348,0,21,708,1,1126 +349,0,44,787,1,1367 +350,1,17,984,1,1114 +351,1,34,845,1,1287 +352,0,40,827,0,1205 +353,1,20,906,1,1133 +354,0,49,979,1,1414 +355,0,26,971,1,1181 +356,0,30,757,1,1223 +357,1,37,792,1,1300 +358,0,32,764,0,1137 +359,1,25,780,1,1186 +360,0,39,845,1,1311 +361,1,30,752,0,1143 +362,1,40,683,1,1336 +363,1,30,776,0,1140 +364,1,25,945,1,1188 +365,0,34,985,1,1260 +366,0,41,760,0,1225 +367,0,37,883,0,1190 +368,1,34,787,1,1283 +369,0,16,788,1,1079 +370,0,50,733,0,1312 +371,0,35,642,0,1165 +372,1,26,980,1,1209 +373,0,33,880,0,1141 +374,1,38,621,1,1314 +375,1,20,765,1,1137 +376,1,42,955,1,1367 +377,0,37,811,0,1194 +378,1,47,819,1,1405 +379,1,45,885,1,1379 +380,0,30,899,1,1213 +381,1,30,863,0,1146 +382,1,25,842,1,1199 +383,1,31,947,1,1261 +384,1,44,971,1,1380 +385,1,53,823,1,1468 +386,1,44,779,1,1387 +387,0,17,801,1,1084 +388,1,43,835,1,1367 +389,0,45,732,1,1372 +390,0,41,864,1,1326 +391,0,26,671,0,1075 +392,0,46,1023,1,1372 +393,0,42,552,1,1348 +394,0,42,817,1,1339 +395,1,31,794,1,1252 +396,0,43,855,1,1353 +397,1,36,759,1,1298 +398,1,34,1040,1,1283 +399,1,50,786,1,1439 +400,1,43,802,1,1374 +401,0,6,912,0,883 +402,1,31,870,1,1246 +403,0,20,818,0,1022 +404,0,41,783,0,1233 +405,1,31,777,1,1253 +406,1,44,665,1,1381 +407,0,40,863,1,1312 +408,1,35,845,1,1294 +409,0,34,696,1,1260 +410,1,31,781,0,1149 +411,0,37,929,0,1183 +412,0,24,927,1,1163 +413,0,42,678,1,1339 +414,1,31,880,0,1150 +415,0,28,813,1,1191 +416,1,32,839,1,1255 +417,1,54,713,1,1471 +418,0,17,779,1,1090 +419,1,32,594,1,1253 +420,1,36,726,0,1200 +421,0,30,769,0,1115 +422,0,31,930,1,1231 +423,1,39,694,1,1315 +424,1,37,830,1,1322 +425,0,28,809,1,1211 +426,1,41,664,1,1347 +427,1,37,828,1,1300 +428,1,42,958,1,1362 +429,1,22,894,1,1145 +430,1,27,913,1,1220 +431,0,33,779,1,1254 +432,0,45,896,1,1359 +433,1,30,563,0,1139 +434,0,25,675,1,1165 +435,1,43,783,1,1367 +436,0,40,811,1,1314 +437,1,23,852,0,1068 +438,0,55,872,1,1479 +439,0,50,754,1,1415 +440,1,21,752,0,1035 +441,0,57,765,1,1492 +442,0,18,744,0,986 +443,0,36,788,0,1181 +444,1,24,888,1,1176 +445,0,31,846,1,1233 +446,1,32,756,1,1260 +447,0,38,731,1,1301 +448,0,24,790,0,1059 +449,0,7,779,0,888 +450,1,34,922,1,1281 +451,1,28,573,1,1213 +452,0,37,703,0,1193 +453,0,27,862,1,1188 +454,0,43,866,0,1247 +455,0,35,735,1,1265 +456,0,41,779,1,1323 +457,1,25,980,0,1086 +458,0,33,690,1,1248 +459,1,38,978,1,1321 +460,1,34,832,1,1281 +461,1,52,905,1,1461 +462,0,15,747,1,1070 +463,1,43,688,1,1367 +464,1,35,840,1,1290 +465,1,44,842,1,1382 +466,1,34,757,1,1277 +467,1,8,712,0,915 +468,1,39,930,1,1329 +469,0,33,666,0,1152 +470,1,25,943,1,1191 +471,1,28,741,1,1226 +472,1,36,612,1,1302 +473,1,60,1018,0,1438 +474,0,37,838,1,1280 +475,1,25,693,1,1184 +476,0,54,762,1,1457 +477,1,31,721,1,1249 +478,1,27,832,0,1105 +479,0,23,813,0,1043 +480,1,28,676,1,1223 +481,1,54,826,1,1483 +482,1,44,733,1,1379 +483,0,42,863,1,1342 +484,1,36,860,1,1309 +485,1,38,797,1,1317 +486,1,41,721,0,1249 +487,0,37,753,0,1193 +488,0,37,699,1,1286 +489,0,45,883,1,1366 +490,1,33,935,0,1168 +491,1,38,805,1,1326 +492,0,26,834,0,1082 +493,0,51,779,1,1421 +494,1,49,822,1,1437 +495,0,17,987,1,1088 +496,1,33,826,1,1275 +497,0,40,933,0,1229 +498,1,40,825,1,1336 +499,0,43,662,1,1345 +500,1,31,681,1,1240 +501,0,23,703,0,1038 +502,0,38,790,1,1295 +503,0,20,789,1,1115 +504,1,41,919,1,1351 +505,0,42,634,1,1342 +506,0,16,695,1,1076 +507,0,44,626,1,1356 +508,0,33,851,1,1243 +509,1,28,755,1,1209 +510,0,39,616,0,1217 +511,1,48,718,1,1419 +512,0,51,700,1,1426 +513,0,23,830,0,1050 +514,1,31,856,0,1147 +515,1,36,673,1,1300 +516,0,36,903,1,1269 +517,0,31,847,0,1125 +518,1,12,823,1,1052 +519,0,32,826,1,1244 +520,1,23,843,0,1074 +521,0,35,897,1,1267 +522,1,27,747,1,1197 +523,1,34,805,0,1184 +524,0,28,1079,1,1190 +525,1,31,691,1,1242 +526,0,31,830,1,1231 +527,1,48,656,1,1414 +528,1,42,821,1,1363 +529,0,33,897,0,1142 +530,1,23,565,1,1172 +531,1,45,742,1,1386 +532,0,21,1025,0,1030 +533,1,23,723,1,1168 +534,0,27,658,0,1101 +535,1,25,846,1,1190 +536,0,26,728,1,1173 +537,0,48,948,1,1396 +538,0,34,908,0,1159 +539,0,28,880,1,1197 +540,1,42,657,1,1352 +541,1,37,836,1,1308 +542,0,23,838,0,1048 +543,0,29,592,1,1200 +544,1,40,863,1,1335 +545,0,55,830,1,1456 +546,1,51,694,1,1451 +547,0,43,779,0,1251 +548,0,35,1005,1,1268 +549,0,18,878,1,1104 +550,0,28,672,1,1190 +551,1,33,809,0,1178 +552,1,40,975,1,1338 +553,0,36,803,1,1268 +554,1,36,749,1,1290 +555,0,53,916,1,1452 +556,0,39,753,0,1210 +557,1,32,777,1,1260 +558,1,31,886,1,1242 +559,0,36,978,1,1274 +560,0,27,717,1,1191 +561,1,49,777,0,1325 +562,0,32,793,0,1142 +563,0,30,889,0,1116 +564,0,26,954,1,1175 +565,1,44,969,1,1388 +566,0,22,777,0,1042 +567,0,30,893,1,1230 +568,0,38,713,0,1208 +569,1,34,746,0,1179 +570,1,38,680,1,1312 +571,0,22,690,1,1124 +572,0,31,859,1,1226 +573,1,18,873,1,1118 +574,0,27,822,1,1192 +575,1,46,724,0,1300 +576,1,38,830,1,1320 +577,1,36,680,1,1293 +578,1,26,624,0,1093 +579,1,29,750,1,1234 +580,0,25,759,1,1171 +581,0,36,705,1,1273 +582,1,43,600,1,1370 +583,1,38,758,1,1327 +584,1,29,853,1,1226 +585,1,41,879,0,1239 +586,1,39,960,1,1328 +587,1,43,804,1,1378 +588,0,31,1028,1,1223 +589,0,23,845,1,1152 +590,0,34,784,0,1163 +591,0,38,607,1,1297 +592,0,51,1043,1,1423 +593,1,34,941,0,1182 +594,1,39,863,1,1336 +595,1,34,912,1,1274 +596,0,57,904,1,1481 +597,0,48,886,1,1399 +598,0,33,894,1,1239 +599,0,34,906,1,1253 +600,1,35,731,1,1300 +601,1,36,773,0,1194 +602,1,29,812,1,1225 +603,1,36,714,1,1291 +604,1,28,1018,0,1118 +605,1,24,668,1,1172 +606,1,43,814,1,1374 +607,0,42,721,0,1233 +608,1,29,809,0,1125 +609,1,48,817,1,1413 +610,1,33,795,1,1268 +611,1,32,491,1,1260 +612,0,25,550,0,1078 +613,1,35,872,1,1286 +614,1,34,711,1,1267 +615,0,36,810,1,1278 +616,1,39,880,1,1331 +617,1,44,783,1,1374 +618,0,38,729,1,1307 +619,0,45,777,1,1363 +620,1,46,961,1,1402 +621,0,6,956,1,976 +622,1,31,995,1,1258 +623,0,41,950,1,1330 +624,0,24,641,1,1155 +625,1,25,614,1,1202 +626,0,38,807,1,1299 +627,1,31,782,0,1141 +628,0,18,652,1,1094 +629,1,44,601,0,1278 +630,1,27,925,0,1112 +631,0,39,967,0,1215 +632,0,39,826,0,1218 +633,1,50,817,1,1451 +634,1,37,788,1,1310 +635,0,42,751,1,1336 +636,0,46,661,1,1388 +637,1,31,780,0,1151 +638,0,18,695,1,1106 +639,1,36,819,1,1303 +640,1,48,871,0,1328 +641,1,21,771,0,1051 +642,1,45,948,1,1396 +643,1,34,968,0,1183 +644,0,36,924,1,1280 +645,1,32,659,1,1249 +646,1,45,646,1,1396 +647,1,49,808,1,1425 +648,0,51,816,1,1419 +649,1,25,867,1,1199 +650,0,43,653,0,1231 +651,1,31,772,1,1254 +652,0,25,835,1,1165 +653,0,39,634,1,1312 +654,1,35,819,1,1289 +655,1,43,990,1,1370 +656,1,53,648,1,1470 +657,0,45,933,0,1275 +658,1,28,905,0,1117 +659,1,36,906,1,1298 +660,0,49,943,1,1412 +661,0,47,802,1,1384 +662,0,19,820,1,1114 +663,0,44,701,1,1358 +664,1,32,852,1,1247 +665,1,29,927,1,1229 +666,1,24,819,0,1086 +667,0,32,918,0,1140 +668,1,42,924,1,1357 +669,1,49,671,1,1432 +670,0,36,834,1,1289 +671,1,34,752,1,1279 +672,0,33,783,0,1149 +673,1,45,783,1,1384 +674,1,24,688,1,1181 +675,0,38,894,1,1300 +676,0,45,709,1,1373 +677,1,46,849,1,1396 +678,0,39,620,0,1202 +679,1,23,763,1,1172 +680,0,27,779,1,1190 +681,1,28,734,1,1218 +682,1,21,782,1,1140 +683,0,35,904,0,1170 +684,1,47,859,1,1408 +685,0,11,721,1,1019 +686,1,43,779,1,1369 +687,0,33,790,1,1253 +688,1,27,762,0,1116 +689,1,43,787,1,1363 +690,1,41,771,1,1353 +691,0,36,1014,1,1282 +692,1,26,829,0,1102 +693,1,28,855,0,1119 +694,1,19,742,0,1025 +695,1,54,824,0,1366 +696,1,33,829,1,1273 +697,1,27,840,1,1210 +698,1,13,818,1,1075 +699,1,31,998,1,1245 +700,0,30,603,1,1216 +701,1,21,854,0,1048 +702,1,59,853,1,1524 +703,0,44,729,1,1345 +704,1,20,806,1,1131 +705,1,46,709,1,1404 +706,1,45,726,1,1391 +707,1,41,579,1,1349 +708,0,39,927,1,1297 +709,1,36,745,0,1204 +710,1,41,861,1,1350 +711,0,25,773,0,1064 +712,0,29,1002,0,1110 +713,0,25,824,1,1171 +714,1,33,1022,1,1274 +715,1,36,816,1,1314 +716,1,41,945,1,1349 +717,1,40,812,1,1345 +718,1,49,835,1,1432 +719,0,41,776,0,1226 +720,1,48,810,1,1419 +721,0,46,872,1,1378 +722,1,29,849,1,1227 +723,0,43,636,1,1342 +724,1,40,922,0,1234 +725,1,36,726,1,1303 +726,0,26,894,0,1079 +727,1,41,788,1,1348 +728,1,36,807,1,1305 +729,1,31,852,1,1245 +730,0,44,710,1,1359 +731,0,45,793,1,1368 +732,1,44,730,1,1369 +733,1,9,868,1,1041 +734,1,26,833,1,1197 +735,0,44,658,1,1367 +736,0,28,769,0,1092 +737,1,39,740,1,1326 +738,0,37,734,1,1282 +739,0,46,801,1,1374 +740,0,28,618,1,1184 +741,1,34,992,0,1188 +742,1,38,848,1,1322 +743,1,48,607,0,1316 +744,1,33,709,1,1269 +745,1,38,837,1,1319 +746,1,22,571,0,1049 +747,1,41,752,0,1251 +748,0,37,798,1,1292 +749,1,41,927,1,1356 +750,0,31,968,1,1228 +751,1,52,932,1,1450 +752,0,34,948,0,1159 +753,1,36,750,1,1304 +754,0,34,914,1,1268 +755,1,43,804,1,1365 +756,0,27,981,0,1095 +757,0,37,833,1,1289 +758,0,41,869,0,1233 +759,1,23,838,1,1166 +760,0,37,882,1,1286 +761,1,29,838,1,1226 +762,0,49,755,1,1414 +763,1,42,811,1,1355 +764,1,18,1094,1,1107 +765,1,44,692,0,1290 +766,0,37,851,0,1193 +767,0,29,842,1,1217 +768,1,31,901,1,1250 +769,0,22,568,1,1139 +770,1,39,674,1,1316 +771,0,19,813,1,1114 +772,0,34,707,1,1258 +773,0,40,757,0,1209 +774,1,36,868,1,1299 +775,0,44,797,1,1358 +776,1,36,722,1,1289 +777,1,58,771,1,1515 +778,1,26,973,1,1207 +779,1,50,960,0,1346 +780,1,19,755,1,1131 +781,0,24,955,1,1161 +782,1,26,861,1,1197 +783,1,20,889,0,1042 +784,1,50,704,1,1439 +785,1,45,646,0,1294 +786,0,49,933,1,1396 +787,0,29,727,1,1199 +788,1,36,737,1,1295 +789,0,46,822,1,1380 +790,1,46,635,1,1399 +791,0,41,859,1,1326 +792,1,37,933,1,1302 +793,0,23,789,0,1047 +794,1,38,627,1,1331 +795,0,33,741,1,1255 +796,1,28,744,1,1226 +797,1,51,905,1,1452 +798,0,28,906,1,1199 +799,1,37,830,1,1308 +800,0,40,761,1,1317 +801,1,46,785,1,1389 +802,0,39,867,1,1319 +803,1,55,881,0,1381 +804,1,39,976,1,1331 +805,1,30,678,1,1242 +806,1,36,838,1,1298 +807,1,42,826,1,1348 +808,1,13,628,0,970 +809,0,34,779,1,1254 +810,1,35,745,1,1286 +811,1,33,683,1,1259 +812,1,36,825,1,1300 +813,0,15,561,1,1068 +814,0,38,907,1,1307 +815,1,35,949,1,1287 +816,1,30,925,1,1240 +817,1,6,891,0,902 +818,0,31,825,1,1237 +819,1,36,816,1,1316 +820,1,34,789,1,1285 +821,1,29,724,0,1122 +822,1,38,821,1,1319 +823,1,26,875,1,1198 +824,1,42,669,0,1260 +825,1,43,775,1,1367 +826,0,45,766,1,1367 +827,1,43,830,1,1372 +828,1,31,714,1,1252 +829,1,35,896,1,1289 +830,1,47,750,0,1304 +831,1,41,927,1,1351 +832,0,38,749,1,1307 +833,0,48,921,1,1395 +834,0,29,766,0,1103 +835,1,35,865,1,1291 +836,0,48,828,1,1408 +837,0,33,791,1,1242 +838,1,36,949,0,1203 +839,1,34,818,1,1268 +840,0,47,843,1,1398 +841,1,36,786,1,1300 +842,1,36,759,1,1303 +843,0,28,1021,1,1196 +844,1,31,779,0,1149 +845,1,19,814,1,1124 +846,0,39,833,0,1217 +847,1,43,817,1,1375 +848,0,22,943,0,1041 +849,0,39,683,0,1212 +850,0,38,765,1,1311 +851,1,37,686,1,1318 +852,0,36,731,0,1170 +853,0,51,849,1,1436 +854,1,38,885,1,1319 +855,1,49,1085,1,1430 +856,0,40,850,0,1208 +857,1,40,771,1,1338 +858,1,30,700,0,1128 +859,0,62,841,1,1535 +860,0,34,893,1,1263 +861,1,30,757,0,1135 +862,1,39,827,1,1327 +863,1,39,824,0,1235 +864,1,42,760,0,1259 +865,1,26,878,1,1200 +866,0,34,657,1,1253 +867,1,51,1002,1,1449 +868,0,30,805,0,1122 +869,1,31,843,1,1257 +870,1,41,811,1,1351 +871,0,29,667,1,1200 +872,0,46,859,1,1376 +873,0,39,789,0,1217 +874,1,36,698,1,1294 +875,0,19,838,1,1111 +876,1,32,605,1,1253 +877,1,55,954,1,1494 +878,1,32,710,1,1270 +879,1,42,788,1,1347 +880,1,26,985,1,1204 +881,0,19,655,0,1011 +882,1,42,968,1,1362 +883,1,49,881,1,1431 +884,1,20,872,1,1140 +885,1,43,581,0,1275 +886,0,38,776,1,1303 +887,1,31,661,1,1247 +888,1,52,729,1,1468 +889,1,25,844,0,1087 +890,1,34,712,0,1175 +891,0,42,909,1,1342 +892,0,24,805,1,1164 +893,0,46,641,1,1376 +894,1,34,886,1,1281 +895,1,47,740,1,1407 +896,1,35,696,1,1290 +897,0,28,918,1,1192 +898,0,22,832,0,1026 +899,0,21,849,0,1040 +900,0,34,832,1,1252 +901,0,15,730,0,971 +902,1,19,802,0,1027 +903,0,55,782,1,1464 +904,1,33,735,1,1274 +905,0,49,631,1,1409 +906,1,51,848,1,1457 +907,1,36,733,1,1304 +908,1,35,932,1,1289 +909,0,37,898,1,1291 +910,1,42,770,1,1361 +911,1,43,832,1,1363 +912,1,15,893,1,1087 +913,1,35,772,1,1290 +914,1,41,1102,1,1345 +915,1,33,856,1,1278 +916,1,37,791,1,1317 +917,1,44,806,1,1377 +918,0,34,796,1,1251 +919,0,50,931,0,1329 +920,0,40,924,0,1215 +921,1,19,814,0,1026 +922,1,33,784,1,1268 +923,1,41,859,1,1336 +924,1,37,740,1,1303 +925,1,21,806,0,1063 +926,1,16,781,1,1099 +927,0,34,658,1,1257 +928,1,42,744,1,1362 +929,1,28,689,1,1220 +930,1,39,894,1,1329 +931,1,41,683,0,1244 +932,0,45,788,1,1365 +933,1,41,703,1,1350 +934,0,37,809,1,1288 +935,1,19,753,1,1136 +936,1,30,1035,1,1242 +937,1,44,767,1,1370 +938,1,40,875,0,1236 +939,1,26,839,0,1095 +940,1,38,868,1,1322 +941,0,34,902,1,1261 +942,1,48,751,1,1412 +943,0,35,687,0,1160 +944,0,31,866,1,1227 +945,0,32,707,0,1140 +946,1,26,937,1,1201 +947,1,48,691,1,1415 +948,1,37,544,1,1301 +949,1,29,694,1,1232 +950,1,39,748,1,1322 +951,0,44,990,0,1260 +952,0,31,882,1,1230 +953,1,32,957,0,1156 +954,0,34,669,1,1268 +955,0,15,911,1,1069 +956,1,37,739,1,1303 +957,0,35,887,1,1272 +958,1,32,606,0,1162 +959,1,25,898,0,1084 +960,0,46,770,1,1366 +961,1,30,781,1,1238 +962,1,36,932,1,1304 +963,0,56,836,1,1488 +964,0,29,810,1,1214 +965,1,28,882,0,1127 +966,1,37,711,1,1306 +967,0,32,667,1,1244 +968,1,30,908,1,1247 +969,1,39,942,1,1326 +970,1,37,850,1,1304 +971,0,24,799,0,1061 +972,0,21,942,1,1127 +973,1,41,815,1,1340 +974,0,27,839,1,1187 +975,1,25,812,1,1187 +976,0,47,875,1,1409 +977,0,36,683,1,1276 +978,1,30,754,1,1238 +979,0,43,780,1,1350 +980,1,48,638,1,1414 +981,0,45,877,1,1368 +982,0,25,822,1,1163 +983,1,29,729,1,1230 +984,0,38,835,1,1305 +985,0,21,817,1,1132 +986,1,31,730,1,1238 +987,1,35,806,1,1292 +988,0,34,724,0,1159 +989,1,37,854,0,1219 +990,1,37,661,0,1208 +991,1,44,816,0,1276 +992,0,34,885,0,1160 +993,0,27,820,1,1187 +994,1,34,722,1,1271 +995,0,33,692,0,1151 +996,1,35,638,1,1295 +997,0,50,846,1,1418 +998,1,41,818,1,1351 +999,0,53,806,1,1443 +1000,1,46,869,0,1296 diff --git a/docs/files/data/generated_data/village_randomized.csv b/docs/files/data/generated_data/village_randomized.csv new file mode 100644 index 00000000..e9d3f77f --- /dev/null +++ b/docs/files/data/generated_data/village_randomized.csv @@ -0,0 +1,1001 @@ +id,sex,age,pre_income,program,post_income,sex_num,program_num +1,Male,45,979,No program,1281,1,0 +2,Female,23,664,No program,1041,0,0 +3,Female,42,729,No program,1247,0,0 +4,Female,34,744,Program,1249,0,1 +5,Female,53,769,No program,1343,0,0 +6,Female,33,762,Program,1251,0,1 +7,Male,20,846,Program,1136,1,1 +8,Male,40,674,Program,1329,1,1 +9,Female,39,747,Program,1303,0,1 +10,Male,35,744,No program,1189,1,0 +11,Female,24,763,Program,1168,0,1 +12,Male,27,740,No program,1100,1,0 +13,Male,35,920,No program,1198,1,0 +14,Female,45,877,No program,1273,0,0 +15,Male,31,824,No program,1156,1,0 +16,Female,26,658,No program,1078,0,0 +17,Male,8,1093,Program,1026,1,1 +18,Male,40,894,Program,1346,1,1 +19,Male,39,923,No program,1230,1,0 +20,Male,48,611,No program,1315,1,0 +21,Male,50,778,Program,1432,1,1 +22,Male,34,877,No program,1183,1,0 +23,Male,48,839,Program,1422,1,1 +24,Male,35,861,Program,1290,1,1 +25,Male,28,859,Program,1227,1,1 +26,Female,27,756,No program,1081,0,0 +27,Male,32,775,No program,1153,1,0 +28,Female,37,707,No program,1196,0,0 +29,Female,35,909,No program,1159,0,0 +30,Male,37,606,No program,1211,1,0 +31,Male,37,772,Program,1301,1,1 +32,Male,42,881,Program,1357,1,1 +33,Male,32,779,No program,1163,1,0 +34,Male,51,945,No program,1352,1,0 +35,Male,39,884,No program,1236,1,0 +36,Female,23,713,Program,1144,0,1 +37,Male,32,794,No program,1159,1,0 +38,Male,40,801,No program,1240,1,0 +39,Female,31,827,No program,1129,0,0 +40,Female,38,747,No program,1199,0,0 +41,Male,39,738,No program,1244,1,0 +42,Female,48,774,No program,1294,0,0 +43,Male,28,891,No program,1120,1,0 +44,Female,35,912,No program,1167,0,0 +45,Male,29,740,No program,1126,1,0 +46,Male,24,806,No program,1074,1,0 +47,Female,17,700,Program,1085,0,1 +48,Male,37,724,Program,1311,1,1 +49,Male,41,739,Program,1352,1,1 +50,Female,41,668,No program,1228,0,0 +51,Male,21,599,Program,1151,1,1 +52,Male,24,877,Program,1176,1,1 +53,Female,24,841,No program,1051,0,0 +54,Male,28,717,No program,1113,1,0 +55,Male,37,896,No program,1209,1,0 +56,Male,41,981,No program,1243,1,0 +57,Male,27,545,No program,1119,1,0 +58,Female,6,915,Program,979,0,1 +59,Male,45,923,No program,1290,1,0 +60,Female,41,815,No program,1237,0,0 +61,Female,28,748,No program,1104,0,0 +62,Male,24,690,No program,1087,1,0 +63,Male,32,712,Program,1265,1,1 +64,Male,36,736,Program,1304,1,1 +65,Male,42,589,No program,1261,1,0 +66,Female,49,735,No program,1310,0,0 +67,Male,27,899,Program,1207,1,1 +68,Male,38,725,No program,1214,1,0 +69,Male,48,957,Program,1425,1,1 +70,Male,26,795,Program,1192,1,1 +71,Male,33,811,Program,1265,1,1 +72,Female,17,848,No program,986,0,0 +73,Male,38,706,Program,1313,1,1 +74,Female,29,723,No program,1101,0,0 +75,Male,26,758,No program,1107,1,0 +76,Male,27,977,Program,1206,1,1 +77,Male,39,843,No program,1232,1,0 +78,Male,13,791,Program,1071,1,1 +79,Male,31,688,No program,1146,1,0 +80,Female,25,791,Program,1159,0,1 +81,Female,25,839,Program,1170,0,1 +82,Male,40,764,No program,1231,1,0 +83,Male,39,711,Program,1329,1,1 +84,Male,34,705,Program,1279,1,1 +85,Male,40,778,No program,1249,1,0 +86,Female,29,834,Program,1212,0,1 +87,Male,15,897,No program,995,1,0 +88,Male,47,666,Program,1401,1,1 +89,Male,33,720,Program,1260,1,1 +90,Female,31,595,Program,1229,0,1 +91,Male,37,811,Program,1306,1,1 +92,Female,43,872,Program,1341,0,1 +93,Male,39,825,No program,1234,1,0 +94,Male,44,923,No program,1279,1,0 +95,Male,35,858,No program,1196,1,0 +96,Male,30,741,No program,1136,1,0 +97,Male,32,945,No program,1165,1,0 +98,Male,43,844,Program,1367,1,1 +99,Male,27,858,Program,1204,1,1 +100,Female,25,708,No program,1070,0,0 +101,Male,38,775,Program,1322,1,1 +102,Male,41,678,Program,1354,1,1 +103,Male,18,793,Program,1123,1,1 +104,Male,43,936,Program,1365,1,1 +105,Male,35,754,Program,1295,1,1 +106,Male,33,807,No program,1173,1,0 +107,Male,46,878,Program,1400,1,1 +108,Male,50,641,Program,1432,1,1 +109,Male,24,663,No program,1077,1,0 +110,Male,45,707,No program,1282,1,0 +111,Female,29,830,No program,1096,0,0 +112,Male,36,808,No program,1200,1,0 +113,Female,40,925,No program,1211,0,0 +114,Male,36,677,Program,1303,1,1 +115,Male,20,756,Program,1151,1,1 +116,Female,30,590,No program,1115,0,0 +117,Female,50,962,Program,1422,0,1 +118,Male,37,908,No program,1211,1,0 +119,Male,27,736,Program,1197,1,1 +120,Female,28,775,Program,1196,0,1 +121,Female,46,787,Program,1384,0,1 +122,Female,38,980,No program,1202,0,0 +123,Female,26,804,Program,1178,0,1 +124,Female,35,841,Program,1276,0,1 +125,Male,41,870,Program,1353,1,1 +126,Male,52,869,No program,1352,1,0 +127,Male,26,633,Program,1206,1,1 +128,Male,31,874,No program,1149,1,0 +129,Male,45,708,No program,1284,1,0 +130,Male,30,797,No program,1135,1,0 +131,Female,50,607,Program,1404,0,1 +132,Female,45,821,No program,1274,0,0 +133,Male,18,699,Program,1127,1,1 +134,Male,39,582,Program,1322,1,1 +135,Female,21,633,Program,1118,0,1 +136,Male,20,658,No program,1046,1,0 +137,Female,36,855,No program,1178,0,0 +138,Male,36,831,No program,1197,1,0 +139,Female,35,869,Program,1262,0,1 +140,Female,48,747,No program,1293,0,0 +141,Male,38,818,Program,1312,1,1 +142,Female,28,841,No program,1104,0,0 +143,Male,36,791,No program,1199,1,0 +144,Male,30,689,No program,1133,1,0 +145,Male,34,913,No program,1186,1,0 +146,Female,24,967,Program,1152,0,1 +147,Female,34,1002,Program,1263,0,1 +148,Male,36,889,Program,1298,1,1 +149,Female,28,781,No program,1100,0,0 +150,Male,35,787,Program,1294,1,1 +151,Male,29,769,No program,1128,1,0 +152,Male,29,774,Program,1222,1,1 +153,Male,33,795,Program,1274,1,1 +154,Female,40,603,No program,1220,0,0 +155,Male,33,801,No program,1178,1,0 +156,Female,37,824,No program,1182,0,0 +157,Female,45,705,No program,1263,0,0 +158,Female,32,624,Program,1242,0,1 +159,Male,34,764,Program,1277,1,1 +160,Male,40,488,Program,1344,1,1 +161,Male,22,967,No program,1062,1,0 +162,Male,40,869,No program,1242,1,0 +163,Male,30,702,Program,1234,1,1 +164,Male,24,802,No program,1075,1,0 +165,Male,17,783,Program,1113,1,1 +166,Female,28,634,Program,1190,0,1 +167,Male,23,712,Program,1169,1,1 +168,Male,23,897,No program,1077,1,0 +169,Female,51,684,No program,1339,0,0 +170,Male,23,725,No program,1069,1,0 +171,Female,45,725,Program,1361,0,1 +172,Male,40,923,Program,1351,1,1 +173,Female,26,781,Program,1186,0,1 +174,Male,29,855,Program,1228,1,1 +175,Male,31,877,Program,1250,1,1 +176,Female,37,762,No program,1193,0,0 +177,Male,32,687,Program,1258,1,1 +178,Male,43,817,Program,1378,1,1 +179,Male,32,764,No program,1153,1,0 +180,Male,13,944,No program,967,1,0 +181,Male,34,748,Program,1277,1,1 +182,Male,16,769,No program,999,1,0 +183,Female,44,868,No program,1268,0,0 +184,Male,28,734,No program,1117,1,0 +185,Female,24,798,Program,1157,0,1 +186,Male,29,850,No program,1126,1,0 +187,Female,41,760,Program,1319,0,1 +188,Female,16,679,No program,973,0,0 +189,Male,38,831,No program,1207,1,0 +190,Female,25,772,Program,1168,0,1 +191,Female,35,598,No program,1166,0,0 +192,Female,42,827,No program,1237,0,0 +193,Male,41,813,No program,1249,1,0 +194,Female,50,632,Program,1425,0,1 +195,Female,36,747,No program,1183,0,0 +196,Female,28,782,No program,1088,0,0 +197,Female,57,744,Program,1480,0,1 +198,Female,32,855,Program,1243,0,1 +199,Female,43,642,Program,1348,0,1 +200,Female,44,705,No program,1259,0,0 +201,Female,40,755,Program,1319,0,1 +202,Male,49,944,Program,1432,1,1 +203,Male,33,784,No program,1173,1,0 +204,Female,23,698,No program,1044,0,0 +205,Male,31,954,No program,1157,1,0 +206,Female,30,777,No program,1112,0,0 +207,Male,38,855,No program,1225,1,0 +208,Male,26,912,Program,1198,1,1 +209,Male,42,841,No program,1257,1,0 +210,Female,23,930,No program,1060,0,0 +211,Male,53,721,No program,1364,1,0 +212,Male,49,960,Program,1437,1,1 +213,Male,31,618,No program,1148,1,0 +214,Female,36,702,No program,1185,0,0 +215,Male,31,741,Program,1250,1,1 +216,Female,23,823,No program,1041,0,0 +217,Female,8,753,Program,1008,0,1 +218,Female,35,858,Program,1256,0,1 +219,Male,35,842,Program,1289,1,1 +220,Female,51,868,Program,1427,0,1 +221,Male,15,948,No program,990,1,0 +222,Male,28,657,Program,1222,1,1 +223,Male,44,897,Program,1369,1,1 +224,Male,38,773,No program,1220,1,0 +225,Male,36,720,Program,1294,1,1 +226,Male,29,622,Program,1221,1,1 +227,Female,37,715,No program,1188,0,0 +228,Male,33,770,No program,1163,1,0 +229,Male,36,606,Program,1303,1,1 +230,Male,29,764,Program,1226,1,1 +231,Female,47,851,Program,1384,0,1 +232,Male,46,670,Program,1395,1,1 +233,Male,48,800,No program,1313,1,0 +234,Female,31,666,No program,1131,0,0 +235,Male,32,795,Program,1257,1,1 +236,Male,31,889,Program,1250,1,1 +237,Female,49,582,No program,1303,0,0 +238,Male,32,1031,No program,1152,1,0 +239,Male,36,683,Program,1294,1,1 +240,Female,39,894,Program,1306,0,1 +241,Male,42,1008,Program,1356,1,1 +242,Male,32,706,Program,1258,1,1 +243,Male,58,732,Program,1513,1,1 +244,Female,26,902,Program,1177,0,1 +245,Female,21,718,Program,1120,0,1 +246,Male,35,704,No program,1192,1,0 +247,Female,53,958,Program,1447,0,1 +248,Male,36,977,No program,1197,1,0 +249,Female,36,777,Program,1279,0,1 +250,Female,44,1028,Program,1354,0,1 +251,Male,34,990,No program,1175,1,0 +252,Male,36,793,No program,1205,1,0 +253,Male,47,719,No program,1310,1,0 +254,Male,36,733,Program,1292,1,1 +255,Male,27,940,No program,1105,1,0 +256,Male,39,854,No program,1231,1,0 +257,Male,24,864,No program,1082,1,0 +258,Male,20,799,Program,1149,1,1 +259,Male,34,818,Program,1282,1,1 +260,Male,24,751,No program,1090,1,0 +261,Female,41,914,No program,1221,0,0 +262,Male,34,767,No program,1168,1,0 +263,Male,27,999,Program,1206,1,1 +264,Male,51,859,No program,1349,1,0 +265,Male,34,899,No program,1182,1,0 +266,Male,49,948,Program,1434,1,1 +267,Female,34,795,No program,1163,0,0 +268,Male,32,623,No program,1148,1,0 +269,Male,39,739,Program,1326,1,1 +270,Female,45,859,No program,1275,0,0 +271,Male,62,920,Program,1561,1,1 +272,Female,25,821,Program,1172,0,1 +273,Male,33,884,Program,1267,1,1 +274,Female,46,894,Program,1380,0,1 +275,Male,38,903,Program,1324,1,1 +276,Male,33,875,No program,1173,1,0 +277,Female,22,781,No program,1031,0,0 +278,Male,32,902,Program,1266,1,1 +279,Male,33,750,No program,1174,1,0 +280,Male,34,835,No program,1182,1,0 +281,Male,51,749,Program,1448,1,1 +282,Male,30,848,No program,1151,1,0 +283,Female,19,850,Program,1111,0,1 +284,Female,40,789,Program,1321,0,1 +285,Female,34,803,Program,1255,0,1 +286,Male,33,843,No program,1168,1,0 +287,Male,41,687,Program,1339,1,1 +288,Male,6,902,Program,994,1,1 +289,Female,29,827,No program,1120,0,0 +290,Female,33,855,Program,1252,0,1 +291,Female,41,783,No program,1223,0,0 +292,Male,32,612,Program,1254,1,1 +293,Female,25,875,No program,1071,0,0 +294,Male,39,774,No program,1221,1,0 +295,Female,35,862,Program,1284,0,1 +296,Female,36,1005,Program,1287,0,1 +297,Female,47,684,No program,1290,0,0 +298,Male,30,935,Program,1236,1,1 +299,Female,23,763,No program,1038,0,0 +300,Male,22,794,Program,1162,1,1 +301,Male,25,747,Program,1190,1,1 +302,Female,21,750,No program,1030,0,0 +303,Male,35,685,No program,1179,1,0 +304,Male,53,813,No program,1378,1,0 +305,Female,34,847,No program,1161,0,0 +306,Male,43,781,No program,1265,1,0 +307,Male,24,638,Program,1178,1,1 +308,Female,33,760,No program,1150,0,0 +309,Male,41,841,Program,1351,1,1 +310,Female,31,728,No program,1124,0,0 +311,Female,43,741,No program,1240,0,0 +312,Female,42,683,No program,1240,0,0 +313,Male,29,859,Program,1229,1,1 +314,Male,27,733,No program,1107,1,0 +315,Male,59,1117,No program,1428,1,0 +316,Male,33,901,Program,1262,1,1 +317,Male,35,783,Program,1287,1,1 +318,Male,34,800,Program,1289,1,1 +319,Male,29,728,Program,1232,1,1 +320,Female,26,828,Program,1180,0,1 +321,Male,24,801,Program,1170,1,1 +322,Female,44,627,No program,1260,0,0 +323,Male,25,616,Program,1182,1,1 +324,Male,42,860,Program,1356,1,1 +325,Male,49,568,Program,1423,1,1 +326,Male,47,762,No program,1296,1,0 +327,Male,34,966,No program,1172,1,0 +328,Male,30,634,Program,1244,1,1 +329,Female,24,829,Program,1159,0,1 +330,Female,35,957,No program,1165,0,0 +331,Female,33,851,Program,1243,0,1 +332,Female,37,929,No program,1182,0,0 +333,Female,29,703,No program,1104,0,0 +334,Male,41,863,Program,1352,1,1 +335,Male,42,818,Program,1360,1,1 +336,Male,46,935,No program,1301,1,0 +337,Male,57,1049,No program,1419,1,0 +338,Male,37,811,Program,1311,1,1 +339,Female,29,910,No program,1111,0,0 +340,Male,34,760,Program,1282,1,1 +341,Female,19,764,Program,1112,0,1 +342,Male,36,745,No program,1201,1,0 +343,Male,31,665,No program,1146,1,0 +344,Female,39,807,Program,1301,0,1 +345,Male,32,796,Program,1257,1,1 +346,Male,21,872,Program,1153,1,1 +347,Male,35,779,No program,1185,1,0 +348,Female,21,708,Program,1133,0,1 +349,Female,44,787,No program,1257,0,0 +350,Male,17,984,Program,1111,1,1 +351,Male,34,845,No program,1177,1,0 +352,Female,40,827,No program,1212,0,0 +353,Male,20,906,No program,1042,1,0 +354,Female,49,979,No program,1311,0,0 +355,Female,26,971,Program,1182,0,1 +356,Female,30,757,Program,1224,0,1 +357,Male,37,792,No program,1207,1,0 +358,Female,32,764,Program,1241,0,1 +359,Male,25,780,Program,1185,1,1 +360,Female,39,845,Program,1313,0,1 +361,Male,30,752,Program,1241,1,1 +362,Male,40,683,No program,1236,1,0 +363,Male,30,776,Program,1237,1,1 +364,Male,25,945,Program,1187,1,1 +365,Female,34,985,Program,1260,0,1 +366,Female,41,760,Program,1330,0,1 +367,Female,37,883,No program,1192,0,0 +368,Male,34,787,Program,1280,1,1 +369,Female,16,788,Program,1072,0,1 +370,Female,50,733,Program,1411,0,1 +371,Female,35,642,No program,1161,0,0 +372,Male,26,980,Program,1201,1,1 +373,Female,33,880,Program,1256,0,1 +374,Male,38,621,Program,1309,1,1 +375,Male,20,765,No program,1041,1,0 +376,Male,42,955,No program,1258,1,0 +377,Female,37,811,No program,1195,0,0 +378,Male,47,819,Program,1405,1,1 +379,Male,45,885,Program,1383,1,1 +380,Female,30,899,No program,1118,0,0 +381,Male,30,863,Program,1239,1,1 +382,Male,25,842,No program,1082,1,0 +383,Male,31,947,Program,1257,1,1 +384,Male,44,971,No program,1281,1,0 +385,Male,53,823,Program,1469,1,1 +386,Male,44,779,No program,1284,1,0 +387,Female,17,801,No program,980,0,0 +388,Male,43,835,Program,1368,1,1 +389,Female,45,732,No program,1280,0,0 +390,Female,41,864,Program,1334,0,1 +391,Female,26,671,No program,1076,0,0 +392,Female,46,1023,No program,1275,0,0 +393,Female,42,552,No program,1235,0,0 +394,Female,42,817,No program,1241,0,0 +395,Male,31,794,Program,1251,1,1 +396,Female,43,855,Program,1352,0,1 +397,Male,36,759,No program,1205,1,0 +398,Male,34,1040,No program,1189,1,0 +399,Male,50,786,Program,1426,1,1 +400,Male,43,802,No program,1268,1,0 +401,Female,6,912,No program,880,0,0 +402,Male,31,870,No program,1150,1,0 +403,Female,20,818,No program,1016,0,0 +404,Female,41,783,Program,1331,0,1 +405,Male,31,777,Program,1240,1,1 +406,Male,44,665,No program,1280,1,0 +407,Female,40,863,No program,1210,0,0 +408,Male,35,845,No program,1192,1,0 +409,Female,34,696,No program,1170,0,0 +410,Male,31,781,No program,1159,1,0 +411,Female,37,929,Program,1294,0,1 +412,Female,24,927,No program,1054,0,0 +413,Female,42,678,No program,1242,0,0 +414,Male,31,880,No program,1154,1,0 +415,Female,28,813,Program,1192,0,1 +416,Male,32,839,No program,1155,1,0 +417,Male,54,713,Program,1473,1,1 +418,Female,17,779,Program,1097,0,1 +419,Male,32,594,No program,1149,1,0 +420,Male,36,726,No program,1198,1,0 +421,Female,30,769,No program,1109,0,0 +422,Female,31,930,Program,1232,0,1 +423,Male,39,694,No program,1219,1,0 +424,Male,37,830,Program,1305,1,1 +425,Female,28,809,Program,1194,0,1 +426,Male,41,664,Program,1342,1,1 +427,Male,37,828,No program,1209,1,0 +428,Male,42,958,No program,1252,1,0 +429,Male,22,894,Program,1164,1,1 +430,Male,27,913,Program,1214,1,1 +431,Female,33,779,No program,1147,0,0 +432,Female,45,896,Program,1366,0,1 +433,Male,30,563,Program,1237,1,1 +434,Female,25,675,Program,1166,0,1 +435,Male,43,783,Program,1367,1,1 +436,Female,40,811,No program,1216,0,0 +437,Male,23,852,Program,1169,1,1 +438,Female,55,872,No program,1373,0,0 +439,Female,50,754,Program,1417,0,1 +440,Male,21,752,Program,1142,1,1 +441,Female,57,765,Program,1490,0,1 +442,Female,18,744,No program,993,0,0 +443,Female,36,788,Program,1283,0,1 +444,Male,24,888,Program,1172,1,1 +445,Female,31,846,Program,1238,0,1 +446,Male,32,756,No program,1149,1,0 +447,Female,38,731,Program,1298,0,1 +448,Female,24,790,No program,1056,0,0 +449,Female,7,779,Program,993,0,1 +450,Male,34,922,Program,1283,1,1 +451,Male,28,573,No program,1121,1,0 +452,Female,37,703,No program,1194,0,0 +453,Female,27,862,Program,1184,0,1 +454,Female,43,866,No program,1248,0,0 +455,Female,35,735,No program,1162,0,0 +456,Female,41,779,No program,1232,0,0 +457,Male,25,980,Program,1194,1,1 +458,Female,33,690,No program,1155,0,0 +459,Male,38,978,No program,1221,1,0 +460,Male,34,832,Program,1274,1,1 +461,Male,52,905,No program,1355,1,0 +462,Female,15,747,No program,968,0,0 +463,Male,43,688,No program,1258,1,0 +464,Male,35,840,Program,1287,1,1 +465,Male,44,842,No program,1283,1,0 +466,Male,34,757,Program,1281,1,1 +467,Male,8,712,No program,917,1,0 +468,Male,39,930,No program,1236,1,0 +469,Female,33,666,No program,1146,0,0 +470,Male,25,943,Program,1185,1,1 +471,Male,28,741,No program,1125,1,0 +472,Male,36,612,No program,1195,1,0 +473,Male,60,1018,No program,1433,1,0 +474,Female,37,838,Program,1287,0,1 +475,Male,25,693,Program,1190,1,1 +476,Female,54,762,Program,1461,0,1 +477,Male,31,721,No program,1138,1,0 +478,Male,27,832,No program,1107,1,0 +479,Female,23,813,No program,1051,0,0 +480,Male,28,676,No program,1113,1,0 +481,Male,54,826,No program,1380,1,0 +482,Male,44,733,Program,1384,1,1 +483,Female,42,863,No program,1256,0,0 +484,Male,36,860,Program,1302,1,1 +485,Male,38,797,No program,1221,1,0 +486,Male,41,721,Program,1340,1,1 +487,Female,37,753,No program,1186,0,0 +488,Female,37,699,No program,1184,0,0 +489,Female,45,883,Program,1356,0,1 +490,Male,33,935,No program,1176,1,0 +491,Male,38,805,Program,1322,1,1 +492,Female,26,834,No program,1071,0,0 +493,Female,51,779,No program,1335,0,0 +494,Male,49,822,No program,1323,1,0 +495,Female,17,987,Program,1083,0,1 +496,Male,33,826,Program,1262,1,1 +497,Female,40,933,No program,1225,0,0 +498,Male,40,825,Program,1335,1,1 +499,Female,43,662,Program,1344,0,1 +500,Male,31,681,No program,1142,1,0 +501,Female,23,703,Program,1144,0,1 +502,Female,38,790,Program,1301,0,1 +503,Female,20,789,Program,1110,0,1 +504,Male,41,919,Program,1352,1,1 +505,Female,42,634,Program,1336,0,1 +506,Female,16,695,No program,982,0,0 +507,Female,44,626,No program,1269,0,0 +508,Female,33,851,No program,1144,0,0 +509,Male,28,755,Program,1225,1,1 +510,Female,39,616,No program,1222,0,0 +511,Male,48,718,No program,1319,1,0 +512,Female,51,700,Program,1428,0,1 +513,Female,23,830,Program,1153,0,1 +514,Male,31,856,No program,1144,1,0 +515,Male,36,673,Program,1298,1,1 +516,Female,36,903,No program,1180,0,0 +517,Female,31,847,No program,1124,0,0 +518,Male,12,823,Program,1055,1,1 +519,Female,32,826,No program,1137,0,0 +520,Male,23,843,No program,1060,1,0 +521,Female,35,897,No program,1176,0,0 +522,Male,27,747,No program,1106,1,0 +523,Male,34,805,No program,1176,1,0 +524,Female,28,1079,No program,1089,0,0 +525,Male,31,691,Program,1248,1,1 +526,Female,31,830,No program,1128,0,0 +527,Male,48,656,Program,1418,1,1 +528,Male,42,821,Program,1365,1,1 +529,Female,33,897,No program,1151,0,0 +530,Male,23,565,No program,1067,1,0 +531,Male,45,742,No program,1292,1,0 +532,Female,21,1025,No program,1027,0,0 +533,Male,23,723,No program,1069,1,0 +534,Female,27,658,Program,1186,0,1 +535,Male,25,846,No program,1090,1,0 +536,Female,26,728,Program,1179,0,1 +537,Female,48,948,No program,1299,0,0 +538,Female,34,908,Program,1260,0,1 +539,Female,28,880,No program,1110,0,0 +540,Male,42,657,Program,1345,1,1 +541,Male,37,836,No program,1201,1,0 +542,Female,23,838,No program,1050,0,0 +543,Female,29,592,No program,1112,0,0 +544,Male,40,863,Program,1344,1,1 +545,Female,55,830,Program,1460,0,1 +546,Male,51,694,Program,1438,1,1 +547,Female,43,779,No program,1253,0,0 +548,Female,35,1005,Program,1271,0,1 +549,Female,18,878,No program,988,0,0 +550,Female,28,672,Program,1201,0,1 +551,Male,33,809,No program,1174,1,0 +552,Male,40,975,Program,1338,1,1 +553,Female,36,803,Program,1280,0,1 +554,Male,36,749,No program,1194,1,0 +555,Female,53,916,No program,1354,0,0 +556,Female,39,753,No program,1211,0,0 +557,Male,32,777,No program,1160,1,0 +558,Male,31,886,Program,1251,1,1 +559,Female,36,978,Program,1277,0,1 +560,Female,27,717,No program,1081,0,0 +561,Male,49,777,No program,1326,1,0 +562,Female,32,793,Program,1250,0,1 +563,Female,30,889,Program,1219,0,1 +564,Female,26,954,Program,1183,0,1 +565,Male,44,969,No program,1272,1,0 +566,Female,22,777,No program,1038,0,0 +567,Female,30,893,Program,1227,0,1 +568,Female,38,713,Program,1298,0,1 +569,Male,34,746,No program,1177,1,0 +570,Male,38,680,Program,1313,1,1 +571,Female,22,690,Program,1134,0,1 +572,Female,31,859,Program,1216,0,1 +573,Male,18,873,No program,1024,1,0 +574,Female,27,822,Program,1181,0,1 +575,Male,46,724,Program,1396,1,1 +576,Male,38,830,No program,1211,1,0 +577,Male,36,680,Program,1297,1,1 +578,Male,26,624,Program,1194,1,1 +579,Male,29,750,No program,1133,1,0 +580,Female,25,759,No program,1071,0,0 +581,Female,36,705,No program,1170,0,0 +582,Male,43,600,Program,1364,1,1 +583,Male,38,758,Program,1312,1,1 +584,Male,29,853,Program,1229,1,1 +585,Male,41,879,Program,1351,1,1 +586,Male,39,960,Program,1334,1,1 +587,Male,43,804,No program,1278,1,0 +588,Female,31,1028,Program,1230,0,1 +589,Female,23,845,Program,1156,0,1 +590,Female,34,784,No program,1167,0,0 +591,Female,38,607,Program,1293,0,1 +592,Female,51,1043,No program,1341,0,0 +593,Male,34,941,Program,1284,1,1 +594,Male,39,863,Program,1345,1,1 +595,Male,34,912,Program,1292,1,1 +596,Female,57,904,No program,1390,0,0 +597,Female,48,886,No program,1300,0,0 +598,Female,33,894,No program,1149,0,0 +599,Female,34,906,Program,1256,0,1 +600,Male,35,731,No program,1186,1,0 +601,Male,36,773,Program,1314,1,1 +602,Male,29,812,No program,1134,1,0 +603,Male,36,714,Program,1297,1,1 +604,Male,28,1018,No program,1121,1,0 +605,Male,24,668,No program,1069,1,0 +606,Male,43,814,No program,1265,1,0 +607,Female,42,721,Program,1326,0,1 +608,Male,29,809,No program,1136,1,0 +609,Male,48,817,Program,1417,1,1 +610,Male,33,795,Program,1264,1,1 +611,Male,32,491,Program,1267,1,1 +612,Female,25,550,Program,1177,0,1 +613,Male,35,872,No program,1189,1,0 +614,Male,34,711,No program,1178,1,0 +615,Female,36,810,Program,1270,0,1 +616,Male,39,880,No program,1232,1,0 +617,Male,44,783,No program,1282,1,0 +618,Female,38,729,No program,1196,0,0 +619,Female,45,777,No program,1282,0,0 +620,Male,46,961,Program,1403,1,1 +621,Female,6,956,Program,982,0,1 +622,Male,31,995,No program,1154,1,0 +623,Female,41,950,Program,1320,0,1 +624,Female,24,641,Program,1162,0,1 +625,Male,25,614,No program,1099,1,0 +626,Female,38,807,No program,1198,0,0 +627,Male,31,782,Program,1242,1,1 +628,Female,18,652,Program,1098,0,1 +629,Male,44,601,No program,1281,1,0 +630,Male,27,925,Program,1202,1,1 +631,Female,39,967,No program,1205,0,0 +632,Female,39,826,No program,1211,0,0 +633,Male,50,817,No program,1346,1,0 +634,Male,37,788,Program,1320,1,1 +635,Female,42,751,Program,1330,0,1 +636,Female,46,661,No program,1280,0,0 +637,Male,31,780,No program,1155,1,0 +638,Female,18,695,No program,1003,0,0 +639,Male,36,819,Program,1307,1,1 +640,Male,48,871,Program,1418,1,1 +641,Male,21,771,Program,1147,1,1 +642,Male,45,948,Program,1393,1,1 +643,Male,34,968,Program,1279,1,1 +644,Female,36,924,No program,1186,0,0 +645,Male,32,659,No program,1147,1,0 +646,Male,45,646,Program,1396,1,1 +647,Male,49,808,Program,1432,1,1 +648,Female,51,816,No program,1320,0,0 +649,Male,25,867,No program,1101,1,0 +650,Female,43,653,Program,1345,0,1 +651,Male,31,772,No program,1149,1,0 +652,Female,25,835,Program,1174,0,1 +653,Female,39,634,Program,1306,0,1 +654,Male,35,819,Program,1286,1,1 +655,Male,43,990,Program,1366,1,1 +656,Male,53,648,No program,1370,1,0 +657,Female,45,933,Program,1368,0,1 +658,Male,28,905,Program,1221,1,1 +659,Male,36,906,No program,1203,1,0 +660,Female,49,943,No program,1309,0,0 +661,Female,47,802,Program,1390,0,1 +662,Female,19,820,Program,1113,0,1 +663,Female,44,701,Program,1362,0,1 +664,Male,32,852,Program,1258,1,1 +665,Male,29,927,No program,1119,1,0 +666,Male,24,819,No program,1074,1,0 +667,Female,32,918,Program,1239,0,1 +668,Male,42,924,No program,1266,1,0 +669,Male,49,671,No program,1326,1,0 +670,Female,36,834,Program,1275,0,1 +671,Male,34,752,No program,1182,1,0 +672,Female,33,783,Program,1249,0,1 +673,Male,45,783,No program,1277,1,0 +674,Male,24,688,No program,1080,1,0 +675,Female,38,894,Program,1293,0,1 +676,Female,45,709,No program,1272,0,0 +677,Male,46,849,No program,1290,1,0 +678,Female,39,620,No program,1207,0,0 +679,Male,23,763,No program,1069,1,0 +680,Female,27,779,No program,1093,0,0 +681,Male,28,734,No program,1114,1,0 +682,Male,21,782,No program,1043,1,0 +683,Female,35,904,Program,1264,0,1 +684,Male,47,859,No program,1312,1,0 +685,Female,11,721,Program,1021,0,1 +686,Male,43,779,Program,1369,1,1 +687,Female,33,790,No program,1154,0,0 +688,Male,27,762,No program,1110,1,0 +689,Male,43,787,Program,1358,1,1 +690,Male,41,771,No program,1252,1,0 +691,Female,36,1014,No program,1180,0,0 +692,Male,26,829,Program,1193,1,1 +693,Male,28,855,No program,1115,1,0 +694,Male,19,742,No program,1029,1,0 +695,Male,54,824,No program,1384,1,0 +696,Male,33,829,No program,1167,1,0 +697,Male,27,840,No program,1111,1,0 +698,Male,13,818,No program,962,1,0 +699,Male,31,998,Program,1251,1,1 +700,Female,30,603,Program,1216,0,1 +701,Male,21,854,No program,1054,1,0 +702,Male,59,853,Program,1528,1,1 +703,Female,44,729,Program,1353,0,1 +704,Male,20,806,No program,1025,1,0 +705,Male,46,709,Program,1405,1,1 +706,Male,45,726,No program,1299,1,0 +707,Male,41,579,No program,1250,1,0 +708,Female,39,927,No program,1206,0,0 +709,Male,36,745,Program,1299,1,1 +710,Male,41,861,Program,1351,1,1 +711,Female,25,773,No program,1065,0,0 +712,Female,29,1002,Program,1207,0,1 +713,Female,25,824,Program,1175,0,1 +714,Male,33,1022,Program,1279,1,1 +715,Male,36,816,Program,1306,1,1 +716,Male,41,945,Program,1344,1,1 +717,Male,40,812,No program,1238,1,0 +718,Male,49,835,Program,1428,1,1 +719,Female,41,776,Program,1334,0,1 +720,Male,48,810,No program,1306,1,0 +721,Female,46,872,No program,1274,0,0 +722,Male,29,849,No program,1131,1,0 +723,Female,43,636,Program,1348,0,1 +724,Male,40,922,No program,1237,1,0 +725,Male,36,726,Program,1304,1,1 +726,Female,26,894,No program,1077,0,0 +727,Male,41,788,Program,1344,1,1 +728,Male,36,807,Program,1287,1,1 +729,Male,31,852,Program,1254,1,1 +730,Female,44,710,No program,1267,0,0 +731,Female,45,793,Program,1369,0,1 +732,Male,44,730,Program,1383,1,1 +733,Male,9,868,Program,1030,1,1 +734,Male,26,833,No program,1101,1,0 +735,Female,44,658,No program,1258,0,0 +736,Female,28,769,Program,1195,0,1 +737,Male,39,740,No program,1225,1,0 +738,Female,37,734,No program,1192,0,0 +739,Female,46,801,Program,1375,0,1 +740,Female,28,618,No program,1094,0,0 +741,Male,34,992,No program,1190,1,0 +742,Male,38,848,Program,1320,1,1 +743,Male,48,607,No program,1321,1,0 +744,Male,33,709,No program,1170,1,0 +745,Male,38,837,Program,1316,1,1 +746,Male,22,571,No program,1052,1,0 +747,Male,41,752,No program,1256,1,0 +748,Female,37,798,No program,1182,0,0 +749,Male,41,927,Program,1346,1,1 +750,Female,31,968,Program,1231,0,1 +751,Male,52,932,Program,1464,1,1 +752,Female,34,948,No program,1166,0,0 +753,Male,36,750,Program,1305,1,1 +754,Female,34,914,No program,1163,0,0 +755,Male,43,804,Program,1379,1,1 +756,Female,27,981,Program,1190,0,1 +757,Female,37,833,Program,1288,0,1 +758,Female,41,869,No program,1227,0,0 +759,Male,23,838,Program,1164,1,1 +760,Female,37,882,No program,1200,0,0 +761,Male,29,838,Program,1236,1,1 +762,Female,49,755,No program,1319,0,0 +763,Male,42,811,No program,1266,1,0 +764,Male,18,1094,Program,1123,1,1 +765,Male,44,692,Program,1373,1,1 +766,Female,37,851,Program,1294,0,1 +767,Female,29,842,No program,1104,0,0 +768,Male,31,901,Program,1254,1,1 +769,Female,22,568,Program,1143,0,1 +770,Male,39,674,Program,1323,1,1 +771,Female,19,813,No program,1012,0,0 +772,Female,34,707,No program,1156,0,0 +773,Female,40,757,No program,1213,0,0 +774,Male,36,868,Program,1300,1,1 +775,Female,44,797,Program,1357,0,1 +776,Male,36,722,Program,1300,1,1 +777,Male,58,771,Program,1525,1,1 +778,Male,26,973,No program,1112,1,0 +779,Male,50,960,No program,1342,1,0 +780,Male,19,755,No program,1023,1,0 +781,Female,24,955,No program,1070,0,0 +782,Male,26,861,No program,1097,1,0 +783,Male,20,889,No program,1040,1,0 +784,Male,50,704,No program,1341,1,0 +785,Male,45,646,No program,1284,1,0 +786,Female,49,933,Program,1409,0,1 +787,Female,29,727,Program,1204,0,1 +788,Male,36,737,No program,1193,1,0 +789,Female,46,822,No program,1294,0,0 +790,Male,46,635,Program,1386,1,1 +791,Female,41,859,No program,1221,0,0 +792,Male,37,933,Program,1297,1,1 +793,Female,23,789,No program,1058,0,0 +794,Male,38,627,Program,1315,1,1 +795,Female,33,741,Program,1250,0,1 +796,Male,28,744,No program,1126,1,0 +797,Male,51,905,No program,1353,1,0 +798,Female,28,906,No program,1108,0,0 +799,Male,37,830,Program,1306,1,1 +800,Female,40,761,Program,1321,0,1 +801,Male,46,785,Program,1402,1,1 +802,Female,39,867,Program,1312,0,1 +803,Male,55,881,Program,1489,1,1 +804,Male,39,976,No program,1237,1,0 +805,Male,30,678,Program,1251,1,1 +806,Male,36,838,No program,1206,1,0 +807,Male,42,826,Program,1353,1,1 +808,Male,13,628,Program,1068,1,1 +809,Female,34,779,No program,1154,0,0 +810,Male,35,745,Program,1292,1,1 +811,Male,33,683,Program,1263,1,1 +812,Male,36,825,No program,1188,1,0 +813,Female,15,561,Program,1073,0,1 +814,Female,38,907,Program,1308,0,1 +815,Male,35,949,No program,1199,1,0 +816,Male,30,925,No program,1145,1,0 +817,Male,6,891,No program,905,1,0 +818,Female,31,825,Program,1238,0,1 +819,Male,36,816,Program,1296,1,1 +820,Male,34,789,Program,1285,1,1 +821,Male,29,724,No program,1126,1,0 +822,Male,38,821,Program,1312,1,1 +823,Male,26,875,Program,1190,1,1 +824,Male,42,669,Program,1357,1,1 +825,Male,43,775,Program,1374,1,1 +826,Female,45,766,Program,1366,0,1 +827,Male,43,830,No program,1268,1,0 +828,Male,31,714,No program,1154,1,0 +829,Male,35,896,Program,1287,1,1 +830,Male,47,750,Program,1409,1,1 +831,Male,41,927,Program,1347,1,1 +832,Female,38,749,No program,1205,0,0 +833,Female,48,921,No program,1306,0,0 +834,Female,29,766,Program,1206,0,1 +835,Male,35,865,Program,1303,1,1 +836,Female,48,828,Program,1395,0,1 +837,Female,33,791,Program,1246,0,1 +838,Male,36,949,Program,1304,1,1 +839,Male,34,818,Program,1273,1,1 +840,Female,47,843,Program,1397,0,1 +841,Male,36,786,No program,1196,1,0 +842,Male,36,759,Program,1295,1,1 +843,Female,28,1021,No program,1102,0,0 +844,Male,31,779,Program,1251,1,1 +845,Male,19,814,No program,1028,1,0 +846,Female,39,833,Program,1296,0,1 +847,Male,43,817,No program,1279,1,0 +848,Female,22,943,Program,1141,0,1 +849,Female,39,683,Program,1314,0,1 +850,Female,38,765,Program,1301,0,1 +851,Male,37,686,Program,1295,1,1 +852,Female,36,731,No program,1177,0,0 +853,Female,51,849,Program,1440,0,1 +854,Male,38,885,No program,1220,1,0 +855,Male,49,1085,No program,1327,1,0 +856,Female,40,850,No program,1214,0,0 +857,Male,40,771,No program,1238,1,0 +858,Male,30,700,Program,1233,1,1 +859,Female,62,841,No program,1442,0,0 +860,Female,34,893,No program,1170,0,0 +861,Male,30,757,No program,1135,1,0 +862,Male,39,827,No program,1229,1,0 +863,Male,39,824,Program,1330,1,1 +864,Male,42,760,Program,1355,1,1 +865,Male,26,878,Program,1205,1,1 +866,Female,34,657,Program,1257,0,1 +867,Male,51,1002,Program,1453,1,1 +868,Female,30,805,No program,1118,0,0 +869,Male,31,843,No program,1153,1,0 +870,Male,41,811,Program,1349,1,1 +871,Female,29,667,No program,1111,0,0 +872,Female,46,859,No program,1284,0,0 +873,Female,39,789,Program,1318,0,1 +874,Male,36,698,Program,1296,1,1 +875,Female,19,838,No program,1009,0,0 +876,Male,32,605,Program,1249,1,1 +877,Male,55,954,No program,1392,1,0 +878,Male,32,710,No program,1158,1,0 +879,Male,42,788,No program,1263,1,0 +880,Male,26,985,Program,1192,1,1 +881,Female,19,655,No program,1014,0,0 +882,Male,42,968,Program,1367,1,1 +883,Male,49,881,No program,1330,1,0 +884,Male,20,872,No program,1031,1,0 +885,Male,43,581,Program,1371,1,1 +886,Female,38,776,Program,1305,0,1 +887,Male,31,661,No program,1150,1,0 +888,Male,52,729,Program,1458,1,1 +889,Male,25,844,No program,1094,1,0 +890,Male,34,712,No program,1177,1,0 +891,Female,42,909,No program,1231,0,0 +892,Female,24,805,Program,1165,0,1 +893,Female,46,641,Program,1378,0,1 +894,Male,34,886,Program,1279,1,1 +895,Male,47,740,Program,1409,1,1 +896,Male,35,696,No program,1191,1,0 +897,Female,28,918,Program,1192,0,1 +898,Female,22,832,No program,1034,0,0 +899,Female,21,849,No program,1037,0,0 +900,Female,34,832,No program,1162,0,0 +901,Female,15,730,No program,965,0,0 +902,Male,19,802,Program,1135,1,1 +903,Female,55,782,No program,1358,0,0 +904,Male,33,735,Program,1268,1,1 +905,Female,49,631,No program,1308,0,0 +906,Male,51,848,Program,1448,1,1 +907,Male,36,733,No program,1201,1,0 +908,Male,35,932,No program,1191,1,0 +909,Female,37,898,Program,1292,0,1 +910,Male,42,770,Program,1353,1,1 +911,Male,43,832,No program,1266,1,0 +912,Male,15,893,No program,993,1,0 +913,Male,35,772,Program,1291,1,1 +914,Male,41,1102,Program,1353,1,1 +915,Male,33,856,Program,1277,1,1 +916,Male,37,791,No program,1209,1,0 +917,Male,44,806,Program,1379,1,1 +918,Female,34,796,Program,1254,0,1 +919,Female,50,931,Program,1417,0,1 +920,Female,40,924,Program,1313,0,1 +921,Male,19,814,Program,1138,1,1 +922,Male,33,784,No program,1177,1,0 +923,Male,41,859,No program,1246,1,0 +924,Male,37,740,No program,1197,1,0 +925,Male,21,806,No program,1056,1,0 +926,Male,16,781,Program,1095,1,1 +927,Female,34,658,Program,1260,0,1 +928,Male,42,744,Program,1353,1,1 +929,Male,28,689,No program,1117,1,0 +930,Male,39,894,Program,1327,1,1 +931,Male,41,683,Program,1343,1,1 +932,Female,45,788,Program,1369,0,1 +933,Male,41,703,No program,1242,1,0 +934,Female,37,809,Program,1296,0,1 +935,Male,19,753,Program,1128,1,1 +936,Male,30,1035,Program,1241,1,1 +937,Male,44,767,Program,1376,1,1 +938,Male,40,875,No program,1227,1,0 +939,Male,26,839,Program,1198,1,1 +940,Male,38,868,No program,1216,1,0 +941,Female,34,902,No program,1156,0,0 +942,Male,48,751,Program,1417,1,1 +943,Female,35,687,No program,1161,0,0 +944,Female,31,866,Program,1233,0,1 +945,Female,32,707,No program,1140,0,0 +946,Male,26,937,No program,1106,1,0 +947,Male,48,691,Program,1422,1,1 +948,Male,37,544,Program,1311,1,1 +949,Male,29,694,No program,1146,1,0 +950,Male,39,748,Program,1330,1,1 +951,Female,44,990,Program,1359,0,1 +952,Female,31,882,Program,1232,0,1 +953,Male,32,957,No program,1166,1,0 +954,Female,34,669,Program,1268,0,1 +955,Female,15,911,Program,1063,0,1 +956,Male,37,739,No program,1205,1,0 +957,Female,35,887,No program,1178,0,0 +958,Male,32,606,Program,1269,1,1 +959,Male,25,898,Program,1186,1,1 +960,Female,46,770,No program,1276,0,0 +961,Male,30,781,Program,1233,1,1 +962,Male,36,932,No program,1198,1,0 +963,Female,56,836,No program,1390,0,0 +964,Female,29,810,Program,1205,0,1 +965,Male,28,882,No program,1128,1,0 +966,Male,37,711,No program,1201,1,0 +967,Female,32,667,No program,1139,0,0 +968,Male,30,908,Program,1240,1,1 +969,Male,39,942,No program,1228,1,0 +970,Male,37,850,No program,1206,1,0 +971,Female,24,799,No program,1067,0,0 +972,Female,21,942,No program,1027,0,0 +973,Male,41,815,No program,1248,1,0 +974,Female,27,839,Program,1184,0,1 +975,Male,25,812,No program,1099,1,0 +976,Female,47,875,Program,1391,0,1 +977,Female,36,683,Program,1279,0,1 +978,Male,30,754,Program,1235,1,1 +979,Female,43,780,Program,1345,0,1 +980,Male,48,638,Program,1422,1,1 +981,Female,45,877,No program,1260,0,0 +982,Female,25,822,Program,1168,0,1 +983,Male,29,729,Program,1226,1,1 +984,Female,38,835,Program,1303,0,1 +985,Female,21,817,No program,1027,0,0 +986,Male,31,730,No program,1153,1,0 +987,Male,35,806,Program,1283,1,1 +988,Female,34,724,No program,1161,0,0 +989,Male,37,854,No program,1214,1,0 +990,Male,37,661,No program,1208,1,0 +991,Male,44,816,No program,1274,1,0 +992,Female,34,885,No program,1152,0,0 +993,Female,27,820,Program,1191,0,1 +994,Male,34,722,Program,1279,1,1 +995,Female,33,692,Program,1250,0,1 +996,Male,35,638,No program,1195,1,0 +997,Female,50,846,Program,1427,0,1 +998,Male,41,818,No program,1247,1,0 +999,Female,53,806,No program,1349,0,0 +1000,Male,46,869,No program,1302,1,0 diff --git a/docs/files/data/package_data/card.csv b/docs/files/data/package_data/card.csv new file mode 100644 index 00000000..27931fd7 --- /dev/null +++ b/docs/files/data/package_data/card.csv @@ -0,0 +1,3011 @@ +id,nearc2,nearc4,educ,age,fatheduc,motheduc,weight,momdad14,sinmom14,step14,reg661,reg662,reg663,reg664,reg665,reg666,reg667,reg668,reg669,south66,black,smsa,south,smsa66,wage,enroll,KWW,IQ,married,libcrd14,exper,lwage,expersq +2,0,0,7,29,NA,NA,158413,1,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,548,0,15,NA,1,0,16,6.306275367736816,256 +3,0,0,12,27,8,8,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,481,0,35,93,1,1,9,6.175867080688477,81 +4,0,0,12,34,14,12,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,721,0,42,103,1,1,16,6.580639362335205,256 +5,1,1,11,27,11,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,250,0,25,88,1,1,10,5.521461009979248,100 +6,1,1,12,34,8,7,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,729,0,34,108,1,0,16,6.591673851013184,256 +7,1,1,12,26,9,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,38,85,1,1,8,6.214608192443848,64 +8,1,1,18,33,14,14,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,565,0,41,119,1,1,9,6.336825847625732,81 +9,1,1,14,29,14,14,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,608,0,46,108,1,1,9,6.41017484664917,81 +10,1,1,12,28,12,12,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,425,0,32,96,4,0,10,6.052089214324951,100 +11,1,1,12,29,12,12,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,515,0,34,97,1,1,11,6.244166851043701,121 +12,1,1,9,28,11,12,380166,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,225,0,29,84,1,0,13,5.41610050201416,169 +13,1,1,12,26,11,6,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,400,0,34,89,1,1,8,5.991464614868164,64 +14,1,1,11,24,11,6,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,417,0,22,93,1,1,7,6.03308629989624,49 +15,1,1,11,30,11,6,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,217,0,27,74,1,0,13,5.379897117614746,169 +16,1,1,16,31,NA,8,648053,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,894,0,43,116,1,1,9,6.795705795288086,81 +17,1,1,14,24,15,12,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,300,0,36,NA,6,1,4,5.703782558441162,16 +19,1,1,12,34,12,8,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,346,0,40,93,1,1,16,5.846438884735107,256 +20,1,1,14,29,NA,12,496635,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,658,0,35,100,1,1,9,6.4892048835754395,81 +22,1,1,10,26,8,8,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,575,0,24,91,6,0,10,6.3543701171875,100 +25,1,1,12,32,8,8,355491,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,649,0,35,88,1,0,14,6.475432872772217,196 +26,1,1,18,32,12,13,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,944,0,43,NA,1,1,8,6.850126266479492,64 +29,1,1,18,34,NA,8,408301,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,614,0,50,114,1,1,10,6.419994831085205,100 +30,1,1,15,32,5,14,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,726,0,37,111,1,1,11,6.587550163269043,121 +31,0,1,12,28,14,12,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,604,0,44,NA,1,1,10,6.403573989868164,100 +32,0,1,12,32,11,12,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,693,0,44,95,1,1,14,6.541029930114746,196 +35,0,1,18,34,14,13,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1400,0,44,132,1,1,10,7.244227409362793,100 +36,0,1,12,26,7,12,367772,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,300,0,27,NA,6,1,8,5.703782558441162,64 +37,0,1,18,32,16,16,355491,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1800,0,38,109,5,1,8,7.495542049407959,64 +38,0,1,12,25,11,12,357519,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,413,0,43,108,1,1,7,6.023447513580322,49 +39,0,1,14,29,NA,16,496635,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,632,0,45,102,1,1,9,6.448889255523682,81 +47,1,1,12,25,12,12,90339,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,208,0,30,106,1,1,7,5.337538242340088,49 +48,1,1,12,25,NA,11,102031,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,457,0,40,104,6,1,7,6.124683380126953,49 +53,1,1,16,24,10,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,824,0,24,119,1,1,2,6.714170455932617,4 +54,1,1,18,34,NA,12,408301,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,577,0,47,122,1,1,10,6.357842445373535,100 +55,1,1,11,28,6,10,380166,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,255,0,32,90,1,1,11,5.541263580322266,121 +62,1,1,16,30,12,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,962,0,47,118,1,1,8,6.869014263153076,64 +63,1,1,10,31,8,6,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,944,0,37,105,1,0,15,6.850126266479492,225 +64,1,1,18,34,8,11,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1146,1,43,115,1,1,10,7.044033050537109,100 +77,1,1,6,27,2,6,104596,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,324,0,16,NA,1,1,15,5.780743598937988,225 +79,1,1,11,24,6,12,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,235,0,27,65,5,1,7,5.459585666656494,49 +80,1,1,12,34,11,10,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1000,0,45,120,1,0,16,6.907755374908447,256 +81,1,1,9,26,NA,12,422407,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,481,0,31,86,4,1,11,6.175867080688477,121 +82,1,1,15,32,10,12,89826,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,624,0,39,109,1,1,11,6.436150550842285,121 +83,1,1,11,34,8,10,89826,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,650,0,36,72,1,0,17,6.476972579956055,289 +87,1,1,12,24,NA,10,102031,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,344,0,31,NA,6,0,6,5.840641498565674,36 +90,1,1,16,24,12,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,380,0,NA,NA,6,0,2,5.940171241760254,4 +91,1,1,12,24,12,11,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,353,0,25,101,1,1,6,5.8664679527282715,36 +92,1,1,13,25,NA,12,369567,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,659,0,29,105,6,1,6,6.490723609924316,36 +93,1,1,17,28,10,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,621,1,48,136,1,1,5,6.431331157684326,25 +97,1,1,12,25,10,11,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,440,0,40,101,1,1,7,6.086774826049805,49 +98,1,1,12,26,12,10,104596,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,738,0,34,96,6,1,8,6.603943824768066,64 +102,1,1,11,31,5,5,158413,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,280,0,36,NA,1,0,14,5.63478946685791,196 +107,1,1,10,24,5,NA,369567,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,434,0,34,NA,1,1,8,6.073044300079346,64 +108,1,1,12,27,NA,8,380166,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,705,0,34,101,1,1,9,6.558197975158691,81 +110,1,1,12,27,10,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,425,0,32,91,1,1,9,6.052089214324951,81 +111,1,1,12,24,NA,4,369567,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,571,0,35,NA,1,1,6,6.347389221191406,36 +112,1,1,16,30,12,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,538,0,52,115,6,1,8,6.287858486175537,64 +115,1,1,16,32,12,12,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,740,0,49,113,1,1,10,6.606650352478027,100 +116,1,1,13,32,10,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,673,1,43,123,1,1,13,6.511745452880859,169 +119,1,1,12,34,10,10,89826,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,769,0,36,95,1,1,16,6.6450910568237305,256 +121,1,1,12,24,10,10,90339,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,592,0,26,102,1,1,6,6.383506774902344,36 +125,1,1,9,24,12,11,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,213,0,15,NA,6,1,9,5.361292362213135,81 +127,1,1,16,34,12,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1563,0,50,145,1,1,12,7.354362487792969,144 +129,1,1,16,28,11,11,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,774,0,35,114,1,1,6,6.651571750640869,36 +131,1,1,12,26,8,9,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,600,0,35,113,1,0,8,6.396929740905762,64 +133,1,1,18,24,16,16,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,693,0,24,NA,6,1,0,6.541029930114746,0 +135,1,1,13,31,8,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,570,0,40,93,5,1,12,6.345636367797852,144 +136,1,1,14,28,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,433,0,38,NA,5,1,8,6.070737838745117,64 +137,1,1,15,28,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,538,0,37,119,2,0,7,6.287858486175537,49 +138,1,1,12,25,12,9,369567,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,627,0,35,108,6,1,7,6.440946578979492,49 +139,1,1,8,31,12,11,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,481,0,35,NA,1,1,17,6.175867080688477,289 +141,1,1,12,26,6,11,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,545,0,26,72,1,1,8,6.300786018371582,64 +142,1,1,12,25,12,9,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,576,0,34,86,1,1,7,6.356107711791992,49 +144,1,1,16,25,14,12,90339,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,700,0,42,123,1,1,3,6.551080226898193,9 +147,1,1,16,28,12,12,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,788,0,38,103,1,1,6,6.669497966766357,36 +148,1,1,17,27,12,12,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1012,0,42,101,1,1,4,6.919683933258057,16 +149,1,1,12,24,12,10,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,758,0,30,NA,1,1,6,6.630683422088623,36 +150,1,1,14,29,12,16,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,601,1,41,105,6,1,9,6.398594856262207,81 +151,1,1,12,24,NA,12,357519,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,283,0,34,NA,6,1,6,5.64544677734375,36 +154,1,1,12,24,12,12,397244,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,250,0,29,NA,6,1,6,5.521461009979248,36 +156,1,1,12,26,10,12,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,33,95,1,1,8,6.214608192443848,64 +157,1,1,11,31,8,6,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,550,0,41,98,1,1,14,6.309918403625488,196 +158,1,1,12,25,8,6,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1143,0,27,NA,1,1,7,7.041411876678467,49 +159,1,1,18,31,8,8,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,810,0,39,115,4,0,7,6.6970343589782715,49 +164,1,1,12,28,NA,9,104596,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,313,0,20,60,6,1,10,5.746203422546387,100 +166,1,1,18,25,NA,4,369567,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,731,0,36,135,1,1,1,6.5944132804870605,1 +168,1,1,16,25,9,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,1,35,132,1,1,3,6.437751770019531,9 +169,1,1,14,24,16,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,588,1,33,106,1,1,4,6.376727104187012,16 +170,1,1,14,26,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,375,1,28,113,1,1,6,5.926926136016846,36 +173,1,1,16,29,14,11,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,817,0,43,102,6,1,7,6.705638885498047,49 +175,1,1,14,30,15,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,865,0,32,91,1,1,10,6.762729644775391,100 +176,1,1,15,28,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,350,0,30,104,1,1,7,5.857933044433594,49 +177,1,1,13,24,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,202,0,22,NA,1,1,5,5.308267593383789,25 +178,1,1,13,32,16,16,367470,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,1,1,505,0,43,97,1,1,13,6.224558353424072,169 +179,1,1,17,30,12,13,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,816,0,41,125,1,1,7,6.704414367675781,49 +181,1,1,18,26,14,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,41,123,6,1,2,6.437751770019531,4 +182,1,1,18,32,16,16,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,769,0,35,128,6,1,8,6.6450910568237305,64 +183,1,1,17,27,16,17,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,1,38,133,6,1,4,6.214608192443848,16 +188,1,1,17,27,12,8,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,619,1,32,114,1,1,4,6.428105354309082,16 +192,1,1,12,30,NA,8,480445,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,650,0,40,103,1,1,12,6.476972579956055,144 +194,0,1,18,28,10,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,769,0,36,130,1,1,4,6.6450910568237305,16 +195,0,1,12,26,10,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,512,0,33,97,1,1,8,6.2383246421813965,64 +196,0,1,18,31,12,13,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,46,132,1,1,7,6.437751770019531,49 +197,0,1,14,31,12,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1111,0,41,98,1,1,11,7.0130157470703125,121 +198,0,1,13,28,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,721,0,41,108,1,1,9,6.580639362335205,81 +199,0,1,14,32,13,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1154,0,44,107,1,1,12,7.050989627838135,144 +201,0,1,18,34,18,18,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,827,0,40,129,6,1,10,6.717804908752441,100 +204,0,1,16,34,14,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,923,0,56,NA,1,1,12,6.827629089355469,144 +205,0,1,17,28,14,17,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1076,0,42,132,1,1,5,6.981005668640137,25 +209,0,1,12,33,NA,8,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,37,101,1,1,15,6.437751770019531,225 +210,0,1,13,27,NA,8,380166,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,460,0,24,92,1,1,8,6.131226539611816,64 +213,0,1,14,24,8,12,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,900,0,39,108,6,1,4,6.802394866943359,16 +214,0,1,18,29,8,9,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,682,0,NA,132,1,1,5,6.52502965927124,25 +217,0,1,12,24,10,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,411,0,20,NA,1,1,6,6.0185933113098145,36 +218,0,1,13,27,12,15,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,35,106,1,0,8,6.437751770019531,64 +222,0,1,18,32,12,12,355491,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1005,0,46,123,1,1,8,6.912742614746094,64 +225,0,1,11,24,9,11,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,725,0,24,109,1,1,7,6.586171627044678,49 +226,0,1,15,27,8,11,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,750,0,35,103,1,1,6,6.620073318481445,36 +228,0,1,14,29,NA,8,533828,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,529,0,33,108,1,0,9,6.270988464355469,81 +229,0,1,17,29,8,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,972,0,47,122,1,1,6,6.8793559074401855,36 +232,0,1,12,26,12,12,380166,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,472,0,36,109,1,1,8,6.156979084014893,64 +233,0,1,12,24,12,12,369567,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,325,0,35,102,6,1,6,5.783825397491455,36 +234,0,1,12,34,NA,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,875,0,44,109,1,1,16,6.774223804473877,256 +237,0,1,13,34,9,10,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,40,100,1,1,15,6.437751770019531,225 +239,0,1,12,26,8,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,337,0,29,93,1,1,8,5.820083141326904,64 +240,0,1,16,27,5,5,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,481,0,37,115,1,1,5,6.175867080688477,25 +241,0,1,9,29,5,NA,551817,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,650,0,NA,NA,6,0,14,6.476972579956055,196 +242,0,1,16,25,5,4,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,383,0,39,NA,6,0,3,5.948034763336182,9 +244,0,1,18,30,15,14,533828,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,962,0,50,125,1,1,6,6.869014263153076,36 +245,0,1,16,29,13,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,615,0,31,106,6,1,7,6.421622276306152,49 +247,0,1,14,28,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,702,0,43,113,1,1,8,6.553933620452881,64 +249,0,1,14,31,NA,12,551817,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,635,0,41,122,6,1,11,6.453625202178955,121 +250,0,1,12,28,10,11,422407,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,200,0,35,NA,4,0,10,5.2983174324035645,100 +252,0,1,12,27,10,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,817,0,43,116,1,1,9,6.705638885498047,81 +253,0,1,14,26,NA,12,380166,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,577,0,39,116,1,1,6,6.357842445373535,36 +254,0,1,17,26,12,12,760332,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,466,0,34,105,1,1,3,6.144185543060303,9 +255,0,1,16,29,NA,12,993271,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,924,0,39,NA,1,1,7,6.828711986541748,49 +256,0,1,16,31,12,12,993271,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,793,1,38,112,1,0,9,6.675823211669922,81 +257,0,1,14,28,12,12,760332,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,635,0,32,113,1,1,8,6.453625202178955,64 +259,0,1,12,25,NA,NA,369567,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,570,0,22,NA,6,1,7,6.345636367797852,49 +260,0,1,16,29,12,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,705,0,37,94,1,1,7,6.558197975158691,49 +261,0,1,14,28,12,9,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,635,0,40,103,1,1,8,6.453625202178955,64 +263,0,1,12,30,NA,12,496635,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,694,0,36,102,1,0,12,6.542471885681152,144 +264,0,1,13,34,10,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,615,0,47,109,1,1,15,6.421622276306152,225 +265,0,1,16,26,15,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,462,0,34,130,6,1,4,6.135564804077148,16 +266,0,1,12,34,12,12,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,865,0,45,105,1,1,16,6.762729644775391,256 +267,0,1,18,33,12,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,737,0,46,134,1,1,9,6.602587699890137,81 +268,0,1,12,25,8,14,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1400,0,39,NA,1,1,7,7.244227409362793,49 +270,0,1,12,31,NA,7,496635,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,808,0,43,105,1,0,13,6.694561958312988,169 +272,0,1,16,26,11,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,654,0,36,104,1,0,4,6.483107566833496,16 +273,0,1,12,25,NA,12,369567,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,300,0,35,112,1,1,7,5.703782558441162,49 +275,0,1,16,30,8,10,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,577,0,37,115,4,1,8,6.357842445373535,64 +279,0,1,16,24,10,12,410630,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,265,0,44,NA,6,1,2,5.579730033874512,4 +280,0,1,18,31,8,8,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,594,0,33,117,1,1,7,6.3868794441223145,49 +282,0,1,17,26,12,8,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,325,0,29,114,1,1,3,5.783825397491455,9 +283,0,1,16,24,12,8,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,385,1,37,118,6,1,2,5.953243255615234,4 +284,0,1,18,25,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1000,0,32,107,1,1,1,6.907755374908447,1 +285,0,1,18,28,8,11,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,465,0,49,120,6,1,4,6.142037391662598,16 +286,0,1,16,28,16,18,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,440,0,43,131,6,1,6,6.086774826049805,36 +287,0,1,16,27,16,17,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,625,0,40,124,6,1,5,6.437751770019531,25 +288,0,1,17,27,11,12,92929,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,285,0,36,121,1,1,4,5.652489185333252,16 +290,0,1,14,27,10,12,92929,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,650,0,35,110,1,1,7,6.476972579956055,49 +291,0,1,13,25,10,12,90339,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,808,0,34,103,1,1,6,6.694561958312988,36 +292,0,1,12,24,10,12,90339,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,26,NA,1,1,6,6.214608192443848,36 +293,0,1,16,26,14,12,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,831,0,45,115,1,1,4,6.722630023956299,16 +295,0,1,12,31,8,6,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,33,96,1,1,13,6.214608192443848,169 +297,0,1,17,32,12,12,355491,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,693,0,48,123,1,0,9,6.541029930114746,81 +298,0,1,12,27,12,10,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1100,0,37,101,1,1,9,7.003065586090088,81 +300,0,1,12,25,8,12,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,763,0,34,98,1,1,7,6.637258052825928,49 +302,1,1,12,27,8,9,422407,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,795,0,28,NA,1,1,9,6.678342342376709,81 +304,1,1,16,25,7,8,369567,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,333,0,31,108,6,1,3,5.80814266204834,9 +306,1,1,18,30,16,12,551817,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,409,0,39,138,1,1,6,6.0137152671813965,36 +307,1,1,16,27,NA,12,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,865,0,37,121,1,1,5,6.762729644775391,25 +308,1,1,12,31,8,12,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,888,0,34,96,1,1,13,6.788971900939941,169 +309,1,1,12,34,NA,12,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,673,0,47,89,1,1,16,6.511745452880859,256 +312,1,1,12,33,7,NA,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,700,0,43,109,6,1,15,6.551080226898193,225 +313,1,1,18,33,16,16,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,250,0,44,133,6,1,9,5.521461009979248,81 +314,1,1,11,27,11,9,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,625,0,32,84,6,1,10,6.437751770019531,100 +315,1,1,13,31,8,12,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,417,0,37,NA,4,1,12,6.03308629989624,144 +316,1,1,13,28,8,12,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,576,0,51,98,1,1,9,6.356107711791992,81 +317,1,1,12,26,12,9,104596,1,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,613,0,27,85,6,1,8,6.418365001678467,64 +318,1,1,12,31,11,9,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,700,0,NA,105,1,1,13,6.551080226898193,169 +320,1,1,12,24,11,9,369567,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,450,0,20,93,6,1,6,6.10924768447876,36 +322,1,1,16,28,NA,12,380166,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,500,0,38,115,1,1,6,6.214608192443848,36 +323,1,1,12,25,12,NA,369567,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,514,0,36,NA,1,1,7,6.242223262786865,49 +324,1,1,16,25,12,12,369567,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,250,0,45,146,6,1,3,5.521461009979248,9 +325,1,1,12,24,12,12,369567,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,315,0,32,NA,6,1,6,5.752572536468506,36 +326,1,1,12,29,9,12,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,375,0,32,82,1,1,11,5.926926136016846,121 +330,1,1,15,34,NA,12,408301,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,457,0,45,120,1,1,13,6.124683380126953,169 +331,1,1,12,27,NA,NA,104596,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,275,0,26,NA,6,0,9,5.616771221160889,81 +332,1,1,12,28,NA,12,92929,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,951,0,38,122,1,1,10,6.857513904571533,100 +333,1,1,16,32,8,9,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1115,0,49,NA,1,1,10,7.0166096687316895,100 +335,1,1,16,25,12,14,369567,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,289,1,31,128,6,1,3,5.666426658630371,9 +336,1,1,16,25,NA,NA,369567,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,500,0,34,110,1,1,3,6.214608192443848,9 +339,1,1,18,32,16,12,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,726,0,46,114,1,1,8,6.587550163269043,64 +340,1,1,18,29,18,12,480445,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1265,0,48,117,1,1,5,7.14282751083374,25 +341,1,1,17,26,18,18,104596,1,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,613,0,40,109,6,1,3,6.418365001678467,9 +345,0,1,12,28,10,11,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,545,0,35,91,6,0,10,6.300786018371582,100 +346,0,1,13,28,12,8,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,278,1,32,107,1,1,9,5.627621173858643,81 +348,0,1,18,34,16,12,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1442,0,55,114,1,1,10,7.273786544799805,100 +349,0,1,16,27,16,12,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,995,0,40,126,1,1,5,6.902742862701416,25 +350,0,1,12,29,11,11,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,700,0,45,82,1,1,11,6.551080226898193,121 +352,0,1,16,28,9,12,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,577,0,45,119,1,1,6,6.357842445373535,36 +353,0,1,16,31,6,12,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,858,0,37,104,1,1,9,6.754603862762451,81 +355,0,1,12,28,12,NA,380166,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,686,0,35,97,1,1,10,6.530877590179443,100 +356,0,1,15,31,11,NA,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,832,0,49,115,1,1,10,6.723832607269287,100 +358,1,1,13,33,13,8,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,633,1,45,83,1,1,14,6.450470447540283,196 +359,1,1,12,32,12,12,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,689,0,45,97,1,1,14,6.53524112701416,196 +360,1,1,14,30,8,8,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,769,0,43,119,1,1,10,6.6450910568237305,100 +363,1,1,15,27,12,14,367772,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,385,0,27,105,6,1,6,5.953243255615234,36 +364,1,1,12,24,12,14,357519,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,450,1,29,NA,6,1,6,6.10924768447876,36 +366,1,1,12,27,10,12,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,615,0,41,114,1,1,9,6.421622276306152,81 +367,1,1,12,34,NA,8,408301,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,682,0,47,93,1,1,16,6.52502965927124,256 +368,1,1,10,32,NA,NA,367470,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,670,0,28,73,5,1,16,6.507277488708496,256 +370,1,1,11,33,8,8,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,800,0,48,96,1,1,16,6.684611797332764,256 +372,1,1,14,34,8,8,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,505,0,48,NA,1,1,14,6.224558353424072,196 +374,1,1,18,30,12,16,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1026,0,48,117,5,1,6,6.933423042297363,36 +375,1,1,15,25,16,12,357519,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,769,0,30,113,6,1,4,6.6450910568237305,16 +377,1,1,10,32,10,14,408301,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,290,0,38,106,1,1,16,5.6698808670043945,256 +378,1,1,13,28,NA,8,422407,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,529,0,37,104,1,1,9,6.270988464355469,81 +379,1,1,16,29,12,12,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1154,0,NA,NA,1,1,7,7.050989627838135,49 +380,1,1,10,29,12,NA,496635,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,549,0,39,80,1,1,13,6.308098316192627,169 +381,1,1,12,26,8,12,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,475,0,30,104,1,1,8,6.1633148193359375,64 +382,1,1,12,26,12,12,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,450,0,36,102,1,1,8,6.10924768447876,64 +383,1,1,17,27,10,NA,380166,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,875,0,43,114,6,1,4,6.774223804473877,16 +384,1,1,15,25,10,NA,369567,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,200,1,33,93,6,1,4,5.2983174324035645,16 +385,1,1,13,26,16,16,380166,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,300,0,36,122,6,1,7,5.703782558441162,49 +386,1,1,16,25,16,NA,357519,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,462,0,28,117,6,1,3,6.135564804077148,9 +387,1,1,12,30,13,12,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,385,0,38,96,1,1,12,5.953243255615234,144 +388,1,1,15,32,16,16,355491,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1282,0,51,95,1,1,11,7.156176567077637,121 +390,1,1,16,25,12,12,357519,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,588,0,29,117,6,1,3,6.376727104187012,9 +391,1,1,12,27,17,16,408636,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,600,0,24,105,6,1,9,6.396929740905762,81 +393,1,1,16,30,6,NA,121400,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,500,1,43,NA,1,0,8,6.214608192443848,64 +396,1,1,12,33,8,8,149854,1,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,440,0,18,94,1,0,15,6.086774826049805,225 +397,0,1,18,26,13,16,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,467,1,43,139,6,1,2,6.146329402923584,4 +398,0,1,17,29,14,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,929,0,41,91,1,1,6,6.834108829498291,36 +399,0,1,16,27,14,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,556,0,37,96,1,1,5,6.320768356323242,25 +400,0,1,13,24,14,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,438,0,32,114,6,0,5,6.082219123840332,25 +402,0,1,12,29,9,10,648053,0,0,1,0,1,0,0,0,0,0,0,0,0,1,1,0,1,600,0,31,54,1,0,11,6.396929740905762,121 +403,0,1,12,26,9,10,427892,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,575,0,37,69,1,0,8,6.3543701171875,64 +404,0,1,12,26,9,10,427892,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,389,0,17,67,6,0,8,5.963579177856445,64 +410,0,1,12,34,12,NA,408207,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,795,0,37,110,1,0,16,6.678342342376709,256 +411,0,1,18,27,18,16,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,471,0,41,125,1,1,3,6.154858112335205,9 +412,0,1,17,26,18,16,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,202,1,38,124,6,1,3,5.308267593383789,9 +413,0,1,17,24,18,16,410536,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,200,1,35,NA,6,1,1,5.2983174324035645,1 +415,0,1,17,24,15,17,410536,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,350,0,35,113,6,1,1,5.857933044433594,1 +416,0,1,14,24,10,12,410536,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,375,0,40,100,6,1,4,5.926926136016846,16 +419,0,1,16,25,12,9,410536,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,481,0,37,97,1,1,3,6.175867080688477,9 +420,0,1,18,31,8,8,551690,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,962,0,44,125,6,1,7,6.869014263153076,49 +421,0,1,15,27,12,12,422310,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,423,0,42,106,6,1,6,6.047372341156006,36 +423,0,1,15,27,11,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,28,101,6,1,6,6.214608192443848,36 +424,0,1,9,30,NA,11,551690,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,450,0,37,NA,1,1,15,6.10924768447876,225 +425,0,1,8,28,8,9,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,476,0,27,NA,1,0,14,6.165417671203613,196 +426,0,1,12,24,8,9,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,136,0,21,NA,6,0,6,4.912654876708984,36 +427,0,1,12,32,10,9,345723,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,575,0,39,91,1,1,14,6.3543701171875,196 +428,0,1,12,33,10,8,345723,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,577,0,28,86,1,1,15,6.357842445373535,225 +429,0,1,12,31,8,9,475820,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,310,0,32,110,1,1,13,5.736572265625,169 +430,0,1,9,30,12,12,428238,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,700,0,38,NA,1,0,15,6.551080226898193,225 +433,0,1,14,32,NA,12,453563,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1322,0,47,92,1,1,12,7.186901092529297,144 +434,0,1,10,34,12,9,408207,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,551,0,41,85,1,0,18,6.311734676361084,324 +435,0,1,17,30,8,8,551690,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,881,0,36,120,1,1,7,6.781057834625244,49 +439,0,1,12,25,7,12,410536,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,760,0,27,NA,1,1,7,6.6333184242248535,49 +441,0,1,12,32,8,11,453563,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,708,0,52,NA,1,1,14,6.56244421005249,196 +442,0,1,12,26,8,8,422310,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,425,0,24,NA,1,1,8,6.052089214324951,64 +443,0,1,12,26,NA,9,422310,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,427,0,35,107,6,1,8,6.056784152984619,64 +444,0,1,16,24,NA,9,410536,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,576,0,43,116,6,1,2,6.356107711791992,4 +446,0,1,9,32,NA,4,453563,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,400,0,34,NA,4,1,17,5.991464614868164,289 +449,0,1,12,31,8,5,551690,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,500,0,30,NA,1,0,13,6.214608192443848,169 +450,0,1,12,28,8,5,422310,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,531,0,29,NA,1,0,10,6.274762153625488,100 +453,0,1,16,28,12,12,422310,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,673,1,43,121,1,1,6,6.511745452880859,36 +454,0,1,16,27,12,12,422310,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,577,0,41,112,6,1,5,6.357842445373535,25 +458,0,1,16,24,16,12,410536,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,325,0,39,NA,6,1,2,5.783825397491455,4 +461,0,1,11,29,7,11,428238,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,40,NA,1,1,12,6.214608192443848,144 +462,0,1,12,25,7,11,318670,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,770,0,43,100,1,1,7,6.646390438079834,49 +464,0,1,12,26,7,12,327808,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,500,0,37,112,1,0,8,6.214608192443848,64 +467,0,1,16,28,14,12,327808,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,391,0,41,108,1,1,6,5.96870756149292,36 +468,0,1,12,34,12,10,352069,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,810,0,42,90,1,1,16,6.6970343589782715,256 +469,1,1,9,34,12,NA,166467,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,543,0,39,86,1,1,19,6.297109127044678,361 +473,1,1,9,34,12,12,196733,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,593,0,37,NA,5,1,19,6.385194301605225,361 +474,1,1,17,25,12,12,100353,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,864,0,40,127,6,1,2,6.76157283782959,4 +475,1,1,10,28,NA,8,116191,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,700,0,32,86,1,1,12,6.551080226898193,144 +477,1,1,12,25,12,12,410536,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,510,0,27,113,1,1,7,6.234410762786865,49 +479,1,1,13,34,9,12,316862,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,615,0,51,111,4,1,15,6.421622276306152,225 +481,1,1,14,29,9,8,428238,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,761,0,41,113,1,0,9,6.634633541107178,81 +484,1,1,10,31,NA,NA,551817,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,493,0,32,81,1,1,15,6.200509071350098,225 +485,1,1,16,24,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,445,0,34,111,1,1,2,6.098074436187744,4 +486,1,1,12,25,8,9,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,425,0,20,NA,1,1,7,6.052089214324951,49 +487,1,1,16,24,12,12,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,750,1,24,112,6,1,2,6.620073318481445,4 +488,1,1,16,24,12,12,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,700,0,30,114,1,1,2,6.551080226898193,4 +489,1,1,12,24,9,9,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,438,0,33,NA,1,1,6,6.082219123840332,36 +490,1,1,12,29,12,12,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,608,0,30,111,1,1,11,6.41017484664917,121 +491,1,1,13,24,7,8,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,450,0,32,106,1,0,5,6.10924768447876,25 +492,1,1,3,26,4,0,422407,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,313,0,6,NA,1,0,17,5.746203422546387,289 +494,1,1,7,33,6,5,177101,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,250,0,NA,NA,1,0,20,5.521461009979248,400 +496,1,1,14,33,12,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,26,79,1,0,13,6.214608192443848,169 +497,0,0,12,26,11,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,365,0,28,98,6,1,8,5.899897575378418,64 +499,0,0,12,26,10,12,364232,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,813,0,28,105,1,1,8,6.70073127746582,64 +500,0,0,12,25,10,12,354077,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,326,0,33,NA,4,1,7,5.7868971824646,49 +501,0,0,12,29,NA,10,428238,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,524,0,29,105,1,0,11,6.261491775512695,121 +502,0,0,13,28,9,12,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,815,0,44,118,1,1,9,6.703187942504883,81 +504,0,0,12,28,11,12,327808,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,750,0,35,100,1,1,10,6.620073318481445,100 +505,0,0,17,24,9,10,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,525,0,36,NA,1,1,1,6.263398170471191,1 +506,0,0,12,32,8,12,316862,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1125,0,38,90,1,1,14,7.025538444519043,196 +508,0,0,12,28,8,9,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,34,95,6,1,10,6.437751770019531,100 +509,0,0,14,25,12,12,354077,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,715,0,24,112,1,1,5,6.572282314300537,25 +510,0,0,12,31,8,12,428238,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,591,0,32,96,1,1,13,6.3818159103393555,169 +512,0,0,17,27,12,12,321899,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,404,1,37,127,6,1,4,6.001414775848389,16 +514,0,1,12,28,10,12,422310,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,675,0,39,120,1,1,10,6.514712810516357,100 +515,0,1,12,25,10,12,410536,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,444,0,41,123,6,1,7,6.095824718475342,49 +516,0,1,12,24,10,12,410536,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,488,0,34,NA,1,1,6,6.190315246582031,36 +517,0,1,9,34,10,6,408207,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,695,0,42,NA,1,1,19,6.543911933898926,361 +518,0,1,12,25,10,12,410536,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,700,1,25,98,1,0,7,6.551080226898193,49 +519,0,1,12,24,7,10,410536,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,325,0,24,NA,1,0,6,5.783825397491455,36 +520,0,1,9,25,12,11,410536,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,556,0,30,NA,1,1,10,6.320768356323242,100 +522,1,1,12,26,8,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,325,0,25,114,6,1,8,5.783825397491455,64 +523,1,1,13,26,15,16,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,668,0,32,103,1,1,7,6.504288196563721,49 +524,1,1,18,31,18,16,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,2404,0,40,121,1,1,7,7.784889221191406,49 +525,1,1,16,25,12,14,410630,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,758,1,38,117,6,0,3,6.630683422088623,9 +526,1,1,16,34,12,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,986,0,44,90,1,1,12,6.893656253814697,144 +527,1,1,12,25,12,12,410630,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,577,0,32,125,1,1,7,6.357842445373535,49 +529,1,1,17,29,12,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,286,0,39,104,1,1,6,5.655992031097412,36 +531,1,1,14,28,18,16,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,231,0,40,106,6,1,8,5.442417621612549,64 +532,1,1,12,25,7,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,513,0,33,NA,1,1,7,6.240275859832764,49 +533,1,1,15,28,9,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,615,0,36,122,4,1,7,6.421622276306152,49 +534,1,1,15,25,9,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,700,0,43,120,1,1,4,6.551080226898193,16 +537,1,1,18,33,12,7,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,714,0,41,112,1,1,9,6.570882797241211,81 +539,1,1,9,30,8,8,121400,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,701,0,31,NA,1,0,15,6.5525078773498535,225 +540,1,1,12,24,7,9,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,462,0,29,NA,1,1,6,6.135564804077148,36 +542,1,1,18,28,8,9,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,868,0,34,109,6,1,4,6.766191482543945,16 +544,1,1,16,29,9,10,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,917,0,46,128,6,1,7,6.821107387542725,49 +545,1,1,12,27,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1065,0,35,97,1,1,9,6.970730304718018,81 +546,0,1,12,29,12,12,496635,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,400,0,35,96,4,1,11,5.991464614868164,121 +547,0,1,12,27,12,12,367772,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,640,0,41,103,1,1,9,6.46146821975708,81 +548,0,1,13,24,8,8,357519,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,285,0,16,NA,6,0,5,5.652489185333252,25 +551,0,1,17,27,12,12,367772,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,641,1,38,127,6,1,4,6.463029384613037,16 +561,1,1,13,32,NA,4,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,389,0,21,NA,1,0,13,5.963579177856445,169 +562,1,1,12,25,12,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1010,0,29,NA,1,1,7,6.917705535888672,49 +564,1,1,12,24,8,12,90339,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,817,0,44,97,1,1,6,6.705638885498047,36 +565,1,1,17,27,10,9,92929,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,975,0,43,120,1,1,4,6.882437705993652,16 +567,1,1,12,29,6,7,158413,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,750,0,21,78,4,1,11,6.620073318481445,121 +570,1,1,15,24,7,8,90339,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,463,0,46,118,1,1,3,6.1377272605896,9 +571,1,1,12,28,12,NA,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1387,0,NA,NA,1,1,10,7.234898567199707,100 +572,1,1,12,25,12,NA,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,577,0,41,NA,6,1,7,6.357842445373535,49 +575,1,1,12,27,11,9,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,401,0,27,89,6,1,9,5.993961334228516,81 +576,1,1,10,26,11,9,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,320,0,24,NA,1,1,10,5.7683210372924805,100 +581,1,1,12,27,14,12,422407,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,514,0,36,NA,1,1,9,6.242223262786865,81 +582,1,1,11,25,14,12,410630,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,208,0,NA,NA,6,1,8,5.337538242340088,64 +583,1,1,17,27,8,6,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1192,1,50,122,1,1,4,7.083387851715088,16 +584,1,1,14,26,7,6,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,33,98,6,0,6,6.437751770019531,36 +585,1,1,17,34,7,7,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,481,0,44,NA,1,0,11,6.175867080688477,121 +588,1,1,13,27,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,714,1,18,101,1,1,8,6.570882797241211,64 +590,1,1,11,27,1,4,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,30,NA,1,1,10,6.437751770019531,100 +591,1,1,12,30,NA,7,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,553,0,39,112,1,1,12,6.3153581619262695,144 +592,1,1,12,34,5,2,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,579,0,32,88,1,1,16,6.361302375793457,256 +593,1,1,18,28,12,16,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,841,0,52,NA,6,0,4,6.734591484069824,16 +594,1,1,18,33,12,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1923,0,48,136,1,1,9,7.561641693115234,81 +598,1,1,16,26,13,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,806,0,50,124,1,1,4,6.692083835601807,16 +601,1,1,12,29,NA,6,158413,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,344,0,31,96,1,0,11,5.840641498565674,121 +605,1,1,12,32,11,14,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,962,0,39,97,1,1,14,6.869014263153076,196 +612,1,1,12,32,10,10,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,600,0,40,NA,1,1,14,6.396929740905762,196 +615,1,1,18,34,12,10,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,837,0,49,107,1,1,10,6.729824066162109,100 +616,1,1,16,24,NA,NA,410630,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,41,NA,6,1,2,6.437751770019531,4 +617,1,1,16,28,NA,NA,422407,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,563,0,41,111,1,1,6,6.333279609680176,36 +618,1,1,16,28,10,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1410,0,43,102,1,1,6,7.251345157623291,36 +619,1,1,12,25,NA,12,90339,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,480,0,30,115,1,1,7,6.173786163330078,49 +621,1,1,12,24,7,8,90339,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,600,1,32,94,6,1,6,6.396929740905762,36 +623,1,1,9,28,NA,0,92929,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,300,0,30,NA,1,0,13,5.703782558441162,169 +624,1,1,9,25,NA,0,90339,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,505,0,20,NA,1,0,10,6.224558353424072,100 +626,1,1,14,25,7,12,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,417,0,31,92,6,1,5,6.03308629989624,25 +627,1,1,12,24,7,12,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,300,0,27,NA,1,1,6,5.703782558441162,36 +628,1,1,18,27,14,14,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,865,0,37,NA,6,1,3,6.762729644775391,9 +629,1,1,16,25,16,13,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,300,0,33,116,6,1,3,5.703782558441162,9 +635,1,1,12,32,9,6,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,721,0,41,101,1,1,14,6.580639362335205,196 +640,1,1,12,34,8,NA,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,856,0,32,99,1,1,16,6.752270221710205,256 +641,1,1,10,30,10,7,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,738,0,42,106,1,1,14,6.603943824768066,196 +644,1,1,17,31,15,12,648053,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,1058,0,40,NA,1,1,8,6.964135646820068,64 +647,1,1,12,32,6,8,681157,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,529,0,25,NA,6,0,14,6.270988464355469,196 +648,1,1,11,34,6,NA,367470,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,572,0,30,122,1,1,17,6.349139213562012,289 +649,1,1,12,32,NA,9,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,805,0,32,88,1,1,14,6.690842151641846,196 +651,1,1,10,30,6,8,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,400,0,28,59,6,1,14,5.991464614868164,196 +652,1,1,18,29,12,16,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,962,0,48,126,1,1,5,6.869014263153076,25 +653,1,1,18,27,13,16,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,817,0,40,126,6,1,3,6.705638885498047,9 +654,1,1,13,28,14,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,740,0,47,NA,1,1,9,6.606650352478027,81 +655,1,1,18,30,12,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,721,0,54,105,1,1,6,6.580639362335205,36 +658,1,1,18,24,16,16,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,913,0,29,123,6,1,0,6.816735744476318,0 +662,1,1,17,27,8,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,379,0,30,119,6,1,4,5.937536239624023,16 +663,1,1,14,26,8,12,380166,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,350,0,35,108,6,1,6,5.857933044433594,36 +667,1,1,11,33,8,8,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,694,0,36,93,6,1,16,6.542471885681152,256 +669,1,1,12,32,NA,12,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,1014,0,38,82,4,1,14,6.921658039093018,196 +671,1,1,18,34,16,16,613041,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1136,0,49,123,1,1,10,7.035268783569336,100 +673,1,1,18,30,16,16,648053,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1709,0,45,134,1,1,6,7.443663597106934,36 +675,1,1,12,26,12,8,109826,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,529,0,29,84,1,1,8,6.270988464355469,64 +676,1,1,17,32,12,16,149854,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,673,0,38,101,6,1,9,6.511745452880859,81 +677,1,1,17,28,16,13,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1010,1,45,125,4,1,5,6.917705535888672,25 +679,1,1,18,28,17,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,846,0,43,117,1,1,4,6.7405195236206055,16 +680,1,1,11,27,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,710,0,36,98,1,1,10,6.56526517868042,100 +681,1,1,16,26,12,13,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,820,0,41,118,1,1,4,6.709304332733154,16 +682,1,1,12,24,12,13,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,447,0,NA,NA,6,1,6,6.102558612823486,36 +685,1,1,15,25,9,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,26,129,1,1,4,6.214608192443848,16 +686,1,1,16,31,12,12,551817,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1049,0,44,96,1,1,9,6.955592632293701,81 +687,1,1,18,29,16,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1202,0,40,124,1,1,5,7.091742038726807,25 +689,1,1,12,33,8,NA,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,690,0,27,NA,1,1,15,6.536691665649414,225 +692,1,1,16,28,8,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,648,0,42,122,1,1,6,6.473890781402588,36 +695,1,1,13,30,12,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,875,0,37,85,1,1,11,6.774223804473877,121 +703,1,1,17,25,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,548,1,39,112,1,1,2,6.306275367736816,4 +704,1,1,7,28,8,9,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,600,0,30,NA,1,0,15,6.396929740905762,225 +705,1,1,15,34,12,8,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,2244,0,45,111,1,1,13,7.716015338897705,169 +706,1,1,12,31,12,8,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1442,0,42,90,1,1,13,7.273786544799805,169 +708,1,1,12,34,NA,NA,149854,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,320,0,38,NA,1,1,16,5.7683210372924805,256 +709,1,1,18,33,10,16,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1262,0,43,101,1,1,9,7.140452861785889,81 +710,1,1,12,24,11,9,369567,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,600,0,18,100,1,1,6,6.396929740905762,36 +711,1,1,11,26,NA,10,475436,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,300,0,25,95,6,0,9,5.703782558441162,81 +714,1,1,16,24,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,538,0,44,120,6,1,2,6.287858486175537,4 +715,1,1,12,33,11,NA,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,744,0,44,NA,1,1,15,6.612040996551514,225 +717,1,1,12,33,NA,12,367470,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,846,1,36,101,1,1,15,6.7405195236206055,225 +719,1,1,16,29,12,12,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,813,0,44,NA,1,1,7,6.70073127746582,49 +721,1,1,12,28,NA,8,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1000,0,34,90,1,0,10,6.907755374908447,100 +727,1,1,16,26,12,15,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,561,0,34,122,1,1,4,6.329720973968506,16 +729,1,1,18,26,18,18,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,285,0,41,140,6,1,2,5.652489185333252,4 +732,1,1,16,27,16,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,437,0,37,106,1,1,5,6.079933166503906,25 +733,1,1,13,25,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,325,0,27,93,6,0,6,5.783825397491455,36 +734,1,1,16,28,10,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,580,0,30,119,1,1,6,6.363028049468994,36 +735,1,1,16,26,12,12,104596,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,588,0,33,95,4,1,4,6.376727104187012,16 +742,1,1,18,29,14,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,801,0,44,115,1,1,5,6.685861110687256,25 +747,1,1,14,25,8,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,312,0,32,119,6,1,5,5.7430033683776855,25 +749,1,1,12,29,4,11,158413,0,0,1,0,1,0,0,0,0,0,0,0,0,1,1,0,1,250,0,19,67,6,0,11,5.521461009979248,121 +750,1,1,15,27,4,11,104596,0,0,1,0,1,0,0,0,0,0,0,0,0,1,1,0,1,500,0,34,97,5,0,6,6.214608192443848,36 +751,1,1,12,33,NA,12,149854,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,750,0,28,111,1,1,15,6.620073318481445,225 +752,1,1,13,31,11,11,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,343,1,41,101,1,1,12,5.837730407714844,144 +753,1,1,15,28,11,11,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,250,0,32,112,4,NA,7,5.521461009979248,49 +754,1,1,16,24,12,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,700,1,26,107,1,1,2,6.551080226898193,4 +756,1,1,12,25,8,8,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,400,0,22,93,6,0,7,5.991464614868164,49 +757,1,1,17,27,14,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,555,0,37,122,1,1,4,6.318968296051025,16 +758,1,1,15,28,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,699,0,38,106,1,1,7,6.5496506690979,49 +759,1,1,14,24,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1923,0,31,NA,1,1,4,7.561641693115234,16 +762,1,1,18,32,NA,10,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1216,0,49,127,6,1,8,7.1033220291137695,64 +763,1,1,16,29,12,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,615,0,35,113,1,1,7,6.421622276306152,49 +764,1,1,14,25,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,745,0,36,115,6,1,5,6.613384246826172,25 +765,1,1,16,24,18,14,410630,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,458,0,37,NA,6,1,2,6.126869201660156,4 +767,1,1,18,25,16,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,647,0,45,118,6,1,1,6.472346305847168,1 +768,1,1,12,25,8,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,745,0,37,106,1,1,7,6.613384246826172,49 +770,1,1,16,25,17,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,815,0,40,118,1,1,3,6.703187942504883,9 +772,1,1,16,31,13,10,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,865,0,46,126,1,1,9,6.762729644775391,81 +773,1,1,12,28,7,8,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,542,0,40,95,1,1,10,6.295266151428223,100 +774,1,1,13,27,18,12,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,365,0,35,107,1,1,8,5.899897575378418,64 +775,1,1,10,24,18,12,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,417,0,32,100,1,1,8,6.03308629989624,64 +776,1,1,16,27,NA,12,735544,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,657,0,40,102,6,1,5,6.48768424987793,25 +777,1,1,15,26,NA,12,735544,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,529,0,43,113,6,1,5,6.270988464355469,25 +778,1,1,17,29,8,12,960890,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,851,0,46,96,1,1,6,6.74641227722168,36 +779,1,1,12,25,12,9,715038,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,663,0,32,106,1,1,7,6.496775150299072,49 +781,1,1,16,24,12,12,715038,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,529,1,33,NA,1,1,2,6.270988464355469,4 +784,1,1,18,28,9,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,889,0,47,111,1,0,4,6.790097236633301,16 +785,1,1,17,28,NA,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,865,1,43,113,1,1,5,6.762729644775391,25 +786,1,1,18,26,18,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,231,0,46,138,1,1,2,5.442417621612549,4 +791,1,1,12,32,10,9,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,802,0,NA,110,1,1,14,6.687108516693115,196 +792,1,1,13,27,12,12,380166,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,533,1,50,105,1,1,8,6.278521537780762,64 +798,1,1,15,25,12,14,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,775,0,29,85,1,1,4,6.652863025665283,16 +799,1,1,14,24,12,14,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,476,1,26,NA,6,1,4,6.165417671203613,16 +800,1,1,16,33,16,NA,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,865,0,46,113,1,1,11,6.762729644775391,121 +801,1,1,16,28,10,12,422407,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1014,0,51,117,1,1,6,6.921658039093018,36 +802,1,1,18,32,16,16,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,641,0,56,126,1,1,8,6.463029384613037,64 +803,1,1,16,24,10,10,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,333,0,34,125,1,1,2,5.80814266204834,4 +804,1,1,11,34,8,9,149854,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,556,0,18,NA,1,NA,17,6.320768356323242,289 +805,1,1,18,26,8,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,528,0,37,125,5,1,2,6.269096374511719,4 +807,1,1,12,26,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,635,1,32,NA,1,1,8,6.453625202178955,64 +809,1,1,11,27,3,NA,123613,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1,500,0,37,NA,1,0,10,6.214608192443848,100 +810,1,1,16,34,NA,12,149854,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,1154,1,49,89,1,1,12,7.050989627838135,144 +813,1,1,18,26,NA,NA,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,855,0,40,NA,1,1,2,6.751101493835449,4 +814,1,1,12,28,16,12,422407,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,479,0,38,NA,1,1,10,6.171700477600098,100 +815,1,1,18,25,12,11,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,817,0,31,125,1,1,1,6.705638885498047,1 +816,1,1,18,29,18,12,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,692,0,47,129,1,1,5,6.539586067199707,25 +817,1,1,16,33,12,8,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,989,0,47,118,1,1,11,6.896694183349609,121 +818,1,1,16,31,NA,12,551817,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,447,1,34,114,1,1,9,6.102558612823486,81 +819,1,1,18,34,16,12,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1002,0,40,121,1,1,10,6.909753322601318,100 +820,1,1,18,34,12,12,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1241,0,51,115,5,1,10,7.123672962188721,100 +821,1,1,14,32,NA,12,408301,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,921,0,44,120,1,1,12,6.825459957122803,144 +822,1,1,12,28,7,8,92929,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,571,0,37,85,6,NA,10,6.347389221191406,100 +824,1,1,12,31,6,11,121400,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,525,0,43,109,1,1,13,6.263398170471191,169 +827,1,1,12,28,8,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1154,0,42,117,1,1,10,7.050989627838135,100 +832,1,1,12,24,5,10,102031,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,480,0,31,NA,1,0,6,6.173786163330078,36 +836,1,1,11,24,NA,10,369567,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,839,0,29,NA,1,1,7,6.732210636138916,49 +838,1,1,14,33,10,10,408301,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1402,0,42,NA,1,1,13,7.245655059814453,169 +840,1,1,13,27,NA,NA,427892,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,400,0,21,NA,6,1,8,5.991464614868164,64 +841,1,1,12,33,12,8,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,710,0,43,NA,6,1,15,6.56526517868042,225 +845,1,1,14,24,10,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,635,0,29,104,1,1,4,6.453625202178955,16 +846,1,1,13,26,11,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,388,0,28,109,6,1,7,5.961005210876465,49 +847,1,1,12,26,8,10,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,688,0,28,105,1,1,8,6.533788681030273,64 +850,1,1,12,34,NA,NA,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,630,0,36,85,1,1,16,6.4457197189331055,256 +851,0,1,15,34,12,8,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1044,0,38,115,6,1,13,6.950814723968506,169 +857,0,1,12,24,NA,12,369567,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,577,0,41,NA,1,1,6,6.357842445373535,36 +862,0,1,12,25,NA,12,369567,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,38,89,6,1,7,6.214608192443848,49 +863,1,1,12,34,NA,12,367470,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,781,0,50,85,1,0,16,6.660574913024902,256 +864,1,1,13,26,12,11,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,577,0,34,102,1,1,7,6.357842445373535,49 +865,1,1,13,25,12,11,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,525,1,39,109,5,1,6,6.263398170471191,36 +867,1,1,17,28,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,385,1,39,107,1,1,5,5.953243255615234,25 +870,0,1,12,29,8,NA,496635,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,35,NA,1,NA,11,6.437751770019531,121 +871,0,1,16,28,11,11,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,1,32,103,1,1,6,6.437751770019531,36 +872,0,1,13,26,10,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,475,1,34,83,1,1,7,6.1633148193359375,49 +875,0,1,14,25,12,12,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,659,1,32,112,1,1,5,6.490723609924316,25 +876,0,1,16,24,12,12,357519,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,425,0,30,NA,6,1,2,6.052089214324951,4 +878,0,1,14,25,10,11,410630,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,524,0,32,106,1,1,5,6.261491775512695,25 +879,0,0,12,26,10,10,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,30,101,1,0,8,6.437751770019531,64 +880,0,0,16,31,9,12,551690,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1010,0,47,105,1,1,9,6.917705535888672,81 +881,0,0,12,26,9,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,601,0,40,116,1,1,8,6.398594856262207,64 +882,0,0,12,27,NA,11,422310,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,808,0,22,NA,1,0,9,6.694561958312988,81 +883,0,0,12,28,7,7,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,426,0,22,90,1,1,10,6.054439544677734,100 +885,0,0,12,30,5,11,551690,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1060,0,28,91,1,1,12,6.966024398803711,144 +886,0,0,12,26,5,11,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,414,0,41,128,1,1,8,6.0258660316467285,64 +887,0,0,12,30,NA,7,551690,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,492,0,34,110,1,1,12,6.198478698730469,144 +888,0,0,12,27,NA,7,422310,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,325,0,28,93,1,1,9,5.783825397491455,81 +889,0,0,12,28,12,7,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,275,0,33,75,4,1,10,5.616771221160889,100 +891,0,0,12,25,8,12,410536,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,291,0,17,94,6,1,7,5.673323154449463,49 +892,0,0,18,31,16,NA,551690,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,731,0,39,NA,1,1,7,6.5944132804870605,49 +893,0,0,14,26,12,12,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,488,0,38,112,1,1,6,6.190315246582031,36 +894,0,0,14,24,12,12,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,337,0,32,121,6,1,4,5.820083141326904,16 +895,0,0,12,27,12,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,725,0,33,100,1,1,9,6.586171627044678,81 +897,0,0,13,25,12,12,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,440,0,27,109,1,1,6,6.086774826049805,36 +899,0,0,16,27,8,8,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,641,0,38,122,1,0,5,6.463029384613037,25 +900,0,0,12,28,8,11,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,375,0,26,102,6,0,10,5.926926136016846,100 +901,0,0,12,25,NA,NA,456151,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,481,0,34,131,1,1,7,6.175867080688477,49 +902,0,0,14,29,10,8,551690,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,925,0,38,122,1,0,9,6.829793930053711,81 +904,0,0,12,26,12,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,514,0,NA,NA,4,1,8,6.242223262786865,64 +905,0,0,12,33,10,10,453563,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1065,0,38,105,1,0,15,6.970730304718018,225 +908,0,0,12,28,NA,10,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,638,0,36,103,1,1,10,6.458338260650635,100 +909,0,0,12,32,9,9,316862,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,739,0,37,113,1,1,14,6.605298042297363,196 +910,0,0,12,26,12,8,327808,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,493,0,34,104,1,0,8,6.200509071350098,64 +911,0,0,10,24,12,9,318670,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,1,1,650,0,26,NA,1,0,8,6.476972579956055,64 +912,0,0,7,31,5,8,428238,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,308,0,33,NA,4,0,18,5.730099678039551,324 +913,0,0,16,30,11,9,551690,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,629,0,43,124,1,1,8,6.444131374359131,64 +914,0,0,13,28,8,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,409,0,31,110,1,1,9,6.0137152671813965,81 +915,0,0,18,33,NA,NA,408207,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,600,0,39,112,6,1,9,6.396929740905762,81 +916,0,0,12,28,11,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,745,0,34,104,1,1,10,6.613384246826172,100 +917,0,0,17,31,NA,NA,551690,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,625,1,37,96,1,1,8,6.437751770019531,64 +919,0,0,12,29,12,12,475820,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,549,0,37,95,1,1,11,6.308098316192627,121 +920,0,0,15,24,12,12,354077,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,326,1,32,95,6,1,3,5.7868971824646,9 +921,0,0,9,26,7,NA,327808,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,258,0,20,NA,1,1,11,5.552959442138672,121 +924,0,1,12,26,12,12,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,875,0,40,103,1,1,8,6.774223804473877,64 +925,0,1,12,25,12,12,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,639,0,48,116,1,1,7,6.459904670715332,49 +927,0,1,11,33,7,7,316862,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,667,0,37,NA,1,1,16,6.5027899742126465,256 +928,0,1,14,29,12,12,428238,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,504,0,45,95,1,1,9,6.222576141357422,81 +929,0,1,17,25,12,12,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,313,1,38,101,6,1,2,5.746203422546387,4 +931,0,1,18,27,NA,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1010,0,44,NA,1,1,3,6.917705535888672,9 +932,0,1,10,33,8,9,408207,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,34,NA,1,1,17,6.907755374908447,289 +933,0,1,16,28,NA,18,422310,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,721,0,39,120,1,1,6,6.580639362335205,36 +935,0,1,12,27,8,8,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,785,0,39,102,1,0,9,6.665683746337891,81 +936,0,1,12,34,8,12,77455,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,546,0,39,105,1,1,16,6.302618980407715,256 +938,0,1,12,25,8,8,77897,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,828,0,28,103,4,1,7,6.719013214111328,49 +939,0,1,12,25,10,10,77897,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,159,0,30,94,1,1,7,5.068904399871826,49 +940,0,1,10,27,10,6,94700,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,700,0,22,NA,1,0,11,6.551080226898193,121 +941,0,1,13,28,10,12,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,721,0,36,102,1,0,9,6.580639362335205,81 +942,0,1,12,24,10,12,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,304,0,14,NA,1,1,6,5.71702766418457,36 +944,0,1,16,25,12,16,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,553,0,31,112,6,1,3,6.3153581619262695,9 +945,0,1,14,26,7,6,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,542,0,35,101,1,1,6,6.295266151428223,36 +947,0,1,16,24,12,12,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,509,0,30,121,1,1,2,6.232448101043701,4 +948,0,1,16,24,12,12,312925,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,385,0,40,105,1,1,2,5.953243255615234,4 +949,1,0,12,32,10,8,367470,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1442,0,42,96,1,1,14,7.273786544799805,196 +951,1,0,16,32,14,14,408301,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,879,0,45,128,1,1,10,6.77878475189209,100 +953,1,0,13,24,16,14,369567,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1000,0,37,NA,6,1,5,6.907755374908447,25 +954,1,0,12,28,12,9,380166,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,863,0,26,110,1,0,10,6.7604146003723145,100 +956,1,0,12,27,11,12,367772,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,740,0,32,92,1,1,9,6.606650352478027,81 +957,1,0,12,34,NA,NA,355491,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,889,0,39,87,1,1,16,6.790097236633301,256 +958,1,0,15,29,9,10,480445,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,458,1,34,126,1,1,8,6.126869201660156,64 +961,0,1,12,34,NA,9,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,450,0,34,98,1,1,16,6.10924768447876,256 +963,0,1,12,34,NA,NA,408301,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,700,0,39,103,1,1,16,6.551080226898193,256 +965,0,1,14,33,8,12,367470,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,744,0,49,122,1,1,13,6.612040996551514,169 +967,0,1,16,32,12,11,408207,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,889,0,43,109,1,1,10,6.790097236633301,100 +969,0,1,18,32,12,12,408207,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,692,0,37,125,1,1,8,6.539586067199707,64 +971,0,1,18,33,12,12,316862,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,604,0,38,119,1,0,9,6.403573989868164,81 +972,0,1,18,30,NA,14,551690,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,625,0,42,97,1,1,6,6.437751770019531,36 +973,0,1,14,33,8,12,408207,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,746,0,36,103,1,1,13,6.614725589752197,169 +974,0,1,18,33,8,16,408207,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,726,0,42,95,1,1,9,6.587550163269043,81 +975,0,1,12,30,8,10,612989,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,560,0,40,99,1,1,12,6.32793664932251,144 +976,0,1,12,26,12,10,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,424,0,31,106,1,1,8,6.049733638763428,64 +977,0,1,12,26,NA,12,422310,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,400,0,33,117,1,1,8,5.991464614868164,64 +978,0,1,14,26,12,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,250,0,40,112,5,1,6,5.521461009979248,36 +979,0,1,13,26,8,12,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,646,0,30,136,1,1,7,6.470799446105957,49 +980,0,1,12,24,12,12,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,598,0,35,NA,1,1,6,6.393590927124023,36 +981,0,1,12,27,8,8,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1000,0,33,110,5,1,9,6.907755374908447,81 +983,1,1,12,28,12,13,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,528,0,26,111,1,1,10,6.269096374511719,100 +984,1,1,12,26,12,13,422310,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,481,0,32,115,4,1,8,6.175867080688477,64 +985,1,1,12,33,6,12,408207,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,850,0,47,90,1,1,15,6.745236396789551,225 +986,1,1,14,30,NA,NA,428238,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,506,0,45,98,1,1,10,6.226536750793457,100 +987,1,1,12,29,8,8,428238,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,512,0,41,106,1,0,11,6.2383246421813965,121 +988,1,1,11,26,NA,9,364232,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,220,0,20,NA,6,0,9,5.393627643585205,81 +989,1,1,16,24,NA,NA,118599,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,154,1,38,NA,6,1,2,5.036952495574951,4 +990,1,1,12,31,11,12,134858,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,240,0,44,95,1,1,13,5.4806389808654785,169 +991,1,1,12,28,11,12,103231,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,557,0,43,115,1,1,10,6.322565078735352,100 +996,1,1,15,27,12,12,327808,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,500,0,40,106,6,0,6,6.214608192443848,36 +997,1,1,16,26,NA,NA,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,372,0,34,102,1,1,4,5.918893814086914,16 +998,1,1,10,25,8,8,312925,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,350,0,26,91,5,0,9,5.857933044433594,81 +999,1,1,12,26,8,8,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,584,0,26,114,1,0,8,6.369901180267334,64 +1004,1,1,13,26,10,12,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,515,0,34,92,5,1,7,6.244166851043701,49 +1006,0,0,12,29,NA,NA,428238,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,43,111,5,1,11,5.966146945953369,121 +1008,0,0,16,25,12,12,318670,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,34,111,4,1,3,5.63478946685791,9 +1009,0,0,12,33,NA,12,316862,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,690,0,38,NA,1,1,15,6.536691665649414,225 +1010,0,0,12,26,NA,12,327808,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,30,96,1,1,8,5.703782558441162,64 +1011,0,0,17,27,12,13,327808,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,635,0,36,119,1,1,4,6.453625202178955,16 +1012,0,0,13,26,12,13,327808,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,32,85,1,1,7,5.834810733795166,49 +1013,0,0,16,26,12,12,327808,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,505,0,34,98,1,1,4,6.224558353424072,16 +1014,0,0,13,24,12,12,318670,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,30,114,1,1,5,5.8749308586120605,25 +1015,0,0,12,33,NA,NA,352069,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,39,79,1,1,15,5.568344593048096,225 +1017,0,0,10,32,NA,NA,316862,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,30,NA,1,1,16,5.991464614868164,256 +1020,0,0,13,29,16,16,475820,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,42,108,1,1,10,6.606650352478027,100 +1021,0,0,12,34,8,12,316862,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,NA,NA,1,1,16,5.834810733795166,256 +1023,0,0,15,29,8,12,428238,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,39,121,6,1,8,5.620400905609131,64 +1024,0,0,9,24,10,12,318670,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,427,1,36,NA,6,1,9,6.056784152984619,81 +1026,0,0,12,25,12,NA,312925,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,40,117,1,0,7,5.476463317871094,49 +1027,0,0,13,24,12,NA,312925,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,21,NA,1,0,5,5.953243255615234,25 +1028,0,0,12,29,4,8,475820,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,32,107,1,0,11,5.857933044433594,121 +1030,0,0,12,29,NA,NA,551690,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,599,1,40,103,1,1,11,6.395261764526367,121 +1031,0,0,15,31,10,12,612989,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,750,0,45,105,1,1,10,6.620073318481445,100 +1033,0,0,16,33,12,9,316862,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,692,0,41,105,1,1,11,6.539586067199707,121 +1034,0,0,12,34,12,14,316862,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,43,88,1,1,16,4.9904327392578125,256 +1036,1,1,12,26,12,10,364232,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,280,0,34,96,1,1,8,5.63478946685791,64 +1037,1,1,18,32,NA,7,316862,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,769,0,46,105,1,1,8,6.6450910568237305,64 +1038,1,1,13,32,7,12,316862,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1010,0,41,NA,4,0,13,6.917705535888672,169 +1040,1,1,14,26,16,14,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,517,0,34,100,1,1,6,6.248043060302734,36 +1041,1,1,16,26,16,14,327808,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,400,0,43,116,6,1,4,5.991464614868164,16 +1046,1,1,12,25,12,10,318670,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,375,0,22,86,1,1,7,5.926926136016846,49 +1047,0,1,12,31,12,10,551690,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,27,88,1,1,13,6.390240669250488,169 +1049,0,1,7,31,NA,NA,475820,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,34,NA,1,0,18,5.857933044433594,324 +1050,0,1,11,33,NA,NA,316862,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,34,97,1,1,16,6.03308629989624,256 +1051,0,1,16,29,NA,12,428238,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,43,112,5,1,7,5.82304573059082,49 +1052,0,1,18,26,18,14,327808,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,481,0,35,125,6,1,2,6.175867080688477,4 +1053,0,1,12,28,11,11,327808,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,12,NA,1,1,10,6.214608192443848,100 +1054,0,1,12,27,NA,NA,327808,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,37,NA,4,1,9,5.720311641693115,81 +1056,0,1,10,34,9,NA,316862,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,450,0,31,84,1,1,18,6.10924768447876,324 +1058,1,1,16,29,14,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,769,0,45,117,1,1,7,6.6450910568237305,49 +1059,1,1,16,26,14,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,721,0,42,110,6,1,4,6.580639362335205,16 +1060,1,1,13,29,NA,9,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1000,0,32,104,1,1,10,6.907755374908447,100 +1062,1,1,14,30,12,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,625,0,35,101,1,1,10,6.437751770019531,100 +1063,1,1,16,26,12,11,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,817,0,33,99,1,1,4,6.705638885498047,16 +1064,1,1,12,34,8,NA,358351,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,377,0,35,87,1,1,16,5.932245254516602,256 +1067,1,1,12,33,NA,NA,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,708,0,43,101,1,0,15,6.56244421005249,225 +1068,1,1,14,24,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,411,0,31,117,1,1,4,6.0185933113098145,16 +1070,1,1,13,32,NA,NA,358351,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1339,0,41,108,1,1,13,7.199678421020508,169 +1071,1,1,12,34,NA,1,358351,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,716,0,42,NA,1,0,16,6.573680400848389,256 +1075,1,1,10,32,NA,9,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,192,0,37,86,4,1,16,5.257495403289795,256 +1076,1,1,16,32,8,NA,141996,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,797,0,43,NA,6,0,10,6.680854797363281,100 +1077,1,1,16,34,10,10,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,924,0,33,69,1,1,12,6.828711986541748,144 +1078,1,1,15,26,18,16,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,240,1,30,105,6,1,5,5.4806389808654785,25 +1079,1,1,13,25,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,625,0,39,104,1,0,6,6.437751770019531,36 +1080,1,1,8,24,7,10,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1025,0,34,NA,1,0,10,6.932447910308838,100 +1081,1,1,12,28,9,11,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1,503,0,38,109,1,1,10,6.220590114593506,100 +1089,1,1,16,28,8,8,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,462,0,39,85,1,1,6,6.135564804077148,36 +1090,1,1,16,25,9,11,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,476,0,36,114,1,1,3,6.165417671203613,9 +1091,1,1,15,26,8,13,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,500,0,33,99,4,1,5,6.214608192443848,25 +1094,1,1,12,34,NA,NA,358351,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1000,0,42,NA,1,1,16,6.907755374908447,256 +1095,1,1,13,34,NA,NA,358351,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,663,0,46,90,1,1,15,6.496775150299072,225 +1097,1,1,15,34,12,12,358351,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,707,0,46,119,1,1,13,6.561030864715576,169 +1098,1,1,16,31,NA,NA,520447,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,928,0,42,120,1,1,9,6.83303165435791,81 +1099,1,1,12,24,NA,NA,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,300,0,36,NA,1,1,6,5.703782558441162,36 +1100,1,1,15,27,18,12,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,365,0,46,112,1,1,6,5.899897575378418,36 +1101,1,1,12,30,NA,NA,468402,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,645,0,NA,97,1,1,12,6.469250202178955,144 +1104,0,1,18,25,14,12,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,462,0,30,107,1,1,1,6.135564804077148,1 +1105,0,1,18,33,8,12,358351,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1026,0,41,117,1,1,9,6.933423042297363,81 +1107,0,1,12,24,12,12,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,525,0,34,NA,1,1,6,6.263398170471191,36 +1110,0,1,18,29,16,16,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,375,0,41,125,6,1,5,5.926926136016846,25 +1111,0,1,18,34,18,16,358351,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1538,0,47,112,1,1,10,7.33823823928833,100 +1112,0,1,18,33,18,14,358351,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,923,0,46,106,5,1,9,6.827629089355469,81 +1113,0,1,13,26,8,12,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,568,0,40,104,4,1,7,6.342121601104736,49 +1114,0,1,14,25,8,12,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,600,0,23,89,6,1,5,6.396929740905762,25 +1115,0,1,15,27,17,12,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,721,0,38,116,1,1,6,6.580639362335205,36 +1116,0,1,17,24,18,12,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1116,1,46,NA,6,1,1,7.017506122589111,1 +1121,0,1,14,27,NA,8,370732,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,712,0,44,123,1,1,7,6.56807804107666,49 +1122,0,1,16,29,NA,8,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,808,0,40,118,1,1,7,6.694561958312988,49 +1124,0,1,11,27,8,12,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,925,0,31,106,1,1,10,6.829793930053711,100 +1126,0,1,9,25,NA,NA,360396,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,550,0,22,NA,4,1,10,6.309918403625488,100 +1127,0,1,12,26,NA,NA,358554,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,271,0,20,91,6,1,8,5.602118968963623,64 +1129,1,1,7,32,8,11,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,833,0,22,NA,1,1,19,6.725033760070801,361 +1130,1,1,12,30,7,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1200,0,29,103,1,1,12,7.090076923370361,144 +1131,1,1,14,33,6,8,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,581,0,40,114,1,0,13,6.364750862121582,169 +1132,1,1,17,34,12,8,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,686,0,41,105,1,1,11,6.530877590179443,121 +1133,1,1,18,32,12,8,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,1000,0,34,84,1,1,8,6.907755374908447,64 +1134,1,1,13,24,9,8,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,537,0,31,NA,6,1,5,6.2859978675842285,25 +1135,1,1,12,28,NA,11,99110,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,690,1,32,89,1,0,10,6.536691665649414,100 +1139,1,1,12,28,12,16,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,500,0,36,81,6,1,10,6.214608192443848,100 +1141,0,1,13,33,3,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,750,0,36,118,1,1,14,6.620073318481445,196 +1142,0,1,17,29,8,16,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,913,1,38,91,1,1,6,6.816735744476318,36 +1144,0,1,15,24,8,16,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,600,0,19,NA,6,1,3,6.396929740905762,9 +1145,0,1,16,24,12,12,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,577,0,29,113,6,1,2,6.357842445373535,4 +1146,0,1,12,26,8,12,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,601,0,38,121,1,1,8,6.398594856262207,64 +1147,0,1,12,31,6,12,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,577,0,36,102,1,1,13,6.357842445373535,169 +1148,0,1,12,32,NA,6,346581,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,677,0,36,104,5,1,14,6.51767110824585,196 +1150,0,1,18,27,9,10,405452,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,473,0,31,106,1,1,3,6.159095287322998,9 +1152,0,1,14,24,8,12,720791,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,350,1,39,NA,1,1,4,5.857933044433594,16 +1153,0,1,15,32,9,12,716702,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,620,1,45,108,1,1,11,6.4297194480896,121 +1154,0,1,16,24,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,378,0,41,108,6,0,2,5.93489408493042,4 +1155,0,1,16,25,16,13,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,243,0,51,121,6,1,3,5.493061542510986,9 +1156,0,1,12,26,7,12,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,750,0,NA,87,4,0,8,6.620073318481445,64 +1158,0,1,18,30,12,14,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,441,0,35,107,1,1,6,6.08904504776001,36 +1159,0,1,14,29,12,14,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,688,0,43,112,6,1,9,6.533788681030273,81 +1160,0,1,18,25,12,14,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,501,0,29,116,1,1,1,6.216606140136719,1 +1161,0,1,12,29,12,12,520447,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,400,0,36,115,6,1,11,5.991464614868164,121 +1162,0,1,12,26,12,12,398393,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,981,0,39,107,1,1,8,6.888572692871094,64 +1163,1,1,14,30,12,12,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,649,0,36,117,1,1,10,6.475432872772217,100 +1168,1,1,12,32,NA,NA,358351,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,625,0,36,110,1,1,14,6.437751770019531,196 +1169,1,1,16,28,12,11,99110,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,707,1,35,97,1,1,6,6.561030864715576,36 +1172,1,1,12,29,11,12,538123,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1043,0,42,96,4,1,11,6.949856281280518,121 +1173,1,1,12,27,8,8,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,761,0,45,NA,1,1,9,6.634633541107178,81 +1177,1,1,13,25,14,12,360396,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,524,0,28,NA,1,1,6,6.261491775512695,36 +1179,1,1,13,27,6,6,99110,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,575,0,34,91,1,1,8,6.3543701171875,64 +1180,1,1,14,26,NA,6,99110,0,1,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,865,0,31,97,6,1,6,6.762729644775391,36 +1183,1,1,12,28,12,8,99110,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,713,0,38,90,1,1,10,6.569481372833252,100 +1184,1,1,16,27,7,8,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,673,0,NA,112,1,1,5,6.511745452880859,25 +1185,1,1,12,25,7,8,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,662,0,27,97,1,1,7,6.495265483856201,49 +1186,1,1,14,29,11,8,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,543,0,45,120,1,1,9,6.297109127044678,81 +1187,1,1,13,25,12,12,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,525,1,40,109,6,1,6,6.263398170471191,36 +1188,1,1,12,28,NA,8,370732,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,640,0,36,NA,1,1,10,6.46146821975708,100 +1189,1,1,12,26,NA,8,370732,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,297,0,26,NA,6,1,8,5.693732261657715,64 +1191,1,1,8,33,NA,NA,141996,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,947,0,37,NA,5,0,19,6.853299140930176,361 +1192,1,1,12,34,8,9,141996,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,500,0,40,99,1,1,16,6.214608192443848,256 +1202,1,1,13,25,5,7,96681,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,620,0,43,NA,4,1,6,6.4297194480896,36 +1203,1,1,12,25,NA,10,96681,0,1,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,277,0,31,NA,1,NA,7,5.624017715454102,49 +1205,0,1,10,26,5,8,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,240,0,29,99,1,1,10,5.4806389808654785,100 +1206,0,1,10,25,5,8,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,240,0,34,NA,6,1,9,5.4806389808654785,81 +1207,0,1,12,33,NA,NA,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,462,0,32,85,1,1,15,6.135564804077148,225 +1209,0,1,12,27,NA,11,99110,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,404,0,32,97,6,1,9,6.001414775848389,81 +1210,0,1,12,25,NA,11,96681,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,450,0,40,95,1,1,7,6.10924768447876,49 +1213,0,1,12,24,3,2,395512,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,250,0,28,NA,6,1,6,5.521461009979248,36 +1215,0,1,11,26,NA,9,450502,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,727,0,23,NA,4,1,9,6.588926315307617,81 +1216,0,1,12,24,NA,9,439458,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,667,0,30,NA,1,1,6,6.5027899742126465,36 +1224,0,1,12,28,NA,6,117131,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,962,0,31,80,4,1,10,6.869014263153076,100 +1228,0,1,14,27,NA,8,90623,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,750,0,44,126,6,1,7,6.620073318481445,49 +1230,0,1,14,25,8,8,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,667,0,20,NA,6,1,5,6.5027899742126465,25 +1231,0,1,17,34,8,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,692,0,49,109,1,1,11,6.539586067199707,121 +1233,0,1,12,25,6,12,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,465,0,21,NA,1,1,7,6.142037391662598,49 +1235,0,1,12,30,NA,NA,150105,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,641,0,38,NA,5,1,12,6.463029384613037,144 +1236,0,1,11,29,NA,11,150105,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,710,0,22,86,1,1,12,6.56526517868042,144 +1238,0,1,13,25,NA,10,96681,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,425,0,22,NA,6,1,6,6.052089214324951,36 +1243,0,1,12,27,12,12,370732,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,833,0,46,112,1,1,9,6.725033760070801,81 +1244,0,1,12,26,12,12,370732,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,308,1,41,98,1,1,8,5.730099678039551,64 +1245,0,1,16,29,12,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,625,0,48,119,4,1,7,6.437751770019531,49 +1246,0,1,16,32,13,16,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1442,0,26,NA,1,1,10,7.273786544799805,100 +1248,0,1,16,25,12,12,400440,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,673,0,38,102,1,1,3,6.511745452880859,9 +1250,0,1,17,28,14,14,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1346,0,46,NA,1,1,5,7.204892635345459,25 +1251,0,1,17,33,12,10,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,400,0,41,128,4,1,10,5.991464614868164,100 +1252,0,1,9,34,12,NA,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,518,0,38,82,1,1,19,6.249975204467773,361 +1253,0,1,14,26,16,16,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,456,0,30,NA,1,1,6,6.122492790222168,36 +1255,0,1,17,33,12,12,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,409,0,42,113,1,1,10,6.0137152671813965,100 +1256,0,1,18,34,5,9,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,559,0,45,105,6,1,10,6.3261494636535645,100 +1258,0,1,12,24,10,9,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,230,0,32,NA,1,1,6,5.438079357147217,36 +1260,1,1,17,27,18,18,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1026,1,46,124,6,1,4,6.933423042297363,16 +1262,1,1,12,27,13,13,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1082,0,48,NA,1,1,9,6.986566543579102,81 +1263,1,1,14,24,13,13,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1202,0,39,94,1,1,4,7.091742038726807,16 +1264,1,1,17,25,NA,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,329,0,40,117,1,1,2,5.79605770111084,4 +1266,1,1,18,27,14,14,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,481,0,39,116,6,1,3,6.175867080688477,9 +1267,1,1,18,24,14,NA,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,673,0,33,NA,6,NA,0,6.511745452880859,0 +1268,1,1,17,31,12,12,538123,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1683,0,41,NA,6,1,8,7.428333282470703,64 +1269,1,1,16,34,12,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1282,0,40,112,1,1,12,7.156176567077637,144 +1272,1,1,12,24,12,14,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,577,0,23,NA,6,1,6,6.357842445373535,36 +1273,1,1,18,27,9,9,411924,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,444,0,31,105,6,1,3,6.095824718475342,9 +1275,1,1,16,28,NA,9,99110,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,481,0,34,87,6,1,6,6.175867080688477,36 +1277,1,1,12,24,16,12,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,467,0,NA,108,6,1,6,6.146329402923584,36 +1279,1,1,6,31,3,3,614067,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,668,0,40,NA,1,0,19,6.504288196563721,361 +1283,1,1,15,27,12,12,411924,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,286,0,36,89,1,1,6,5.655992031097412,36 +1284,1,1,18,33,12,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,577,0,NA,119,1,1,9,6.357842445373535,81 +1285,1,1,14,29,12,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,721,0,34,97,1,1,9,6.580639362335205,81 +1286,1,1,12,25,6,8,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,462,0,28,89,1,1,7,6.135564804077148,49 +1287,1,1,15,25,12,10,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,750,0,28,NA,1,0,4,6.620073318481445,16 +1288,1,1,12,24,6,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,200,0,39,131,6,1,6,5.2983174324035645,36 +1293,1,1,12,27,12,10,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,650,0,26,NA,1,1,9,6.476972579956055,81 +1295,1,1,18,28,12,11,370732,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,481,0,30,NA,6,1,4,6.175867080688477,16 +1298,1,1,11,24,9,NA,360396,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,600,0,38,NA,1,0,7,6.396929740905762,49 +1305,1,1,16,28,16,16,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,769,0,35,85,1,1,6,6.6450910568237305,36 +1306,1,1,17,27,16,16,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,775,1,26,132,1,1,4,6.652863025665283,16 +1307,1,1,16,24,16,16,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,641,0,28,114,1,1,2,6.463029384613037,4 +1310,1,1,14,33,14,10,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1055,0,35,98,1,1,13,6.961296081542969,169 +1311,1,1,16,31,14,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,676,0,44,110,6,1,9,6.51619291305542,81 +1312,1,1,12,28,NA,NA,370732,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,691,0,41,124,6,1,10,6.538139820098877,100 +1313,1,1,17,30,14,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,962,1,41,118,1,1,7,6.869014263153076,49 +1314,1,1,13,28,14,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,400,0,32,90,5,1,9,5.991464614868164,81 +1315,1,1,16,27,14,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,673,0,38,108,1,1,5,6.511745452880859,25 +1323,1,1,18,34,10,11,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,1442,0,42,112,1,1,10,7.273786544799805,100 +1334,1,1,18,32,16,10,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,529,0,38,100,1,1,8,6.270988464355469,64 +1336,1,1,14,27,9,11,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,700,0,21,84,1,1,7,6.551080226898193,49 +1337,1,1,8,34,NA,4,141996,0,0,1,0,0,1,0,0,0,0,0,0,0,1,1,0,1,675,0,36,NA,1,0,20,6.514712810516357,400 +1338,1,1,18,25,8,10,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,494,0,34,97,1,1,1,6.202535629272461,1 +1340,1,1,12,24,12,8,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,500,0,26,113,1,1,6,6.214608192443848,36 +1349,1,1,16,24,NA,NA,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,450,0,27,NA,6,0,2,6.10924768447876,4 +1350,1,1,13,25,NA,8,96681,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,601,0,27,NA,6,1,6,6.398594856262207,36 +1353,1,1,13,28,9,12,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,717,1,37,105,6,1,9,6.575075626373291,81 +1354,1,1,12,29,9,10,150105,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,575,0,28,88,5,1,11,6.3543701171875,121 +1355,1,1,12,25,9,10,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,350,0,33,74,1,1,7,5.857933044433594,49 +1356,1,1,12,24,9,10,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,350,0,31,NA,6,0,6,5.857933044433594,36 +1358,0,1,16,29,12,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,643,0,46,115,1,1,7,6.466144561767578,49 +1359,0,1,15,24,10,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,675,0,30,NA,1,1,3,6.514712810516357,9 +1360,0,1,15,28,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,679,0,34,91,1,1,7,6.520621299743652,49 +1361,0,1,12,27,12,9,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,534,0,34,103,4,1,9,6.280395984649658,81 +1362,0,1,16,31,12,10,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,524,0,46,102,1,1,9,6.261491775512695,81 +1363,0,1,16,28,10,10,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,667,0,38,98,6,1,6,6.5027899742126465,36 +1364,0,1,14,26,12,NA,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,370,0,35,NA,1,1,6,5.913503170013428,36 +1365,0,1,15,26,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,658,0,47,NA,6,1,5,6.4892048835754395,25 +1371,0,1,12,34,NA,NA,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,700,0,39,NA,NA,0,16,6.551080226898193,256 +1374,0,1,18,27,9,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,311,0,33,82,6,1,3,5.739792823791504,9 +1375,0,1,9,33,NA,9,358351,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,841,0,44,NA,1,1,18,6.734591484069824,324 +1377,0,1,14,31,10,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,660,0,47,112,1,1,11,6.492239952087402,121 +1379,0,1,16,31,8,9,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,692,0,41,108,1,1,9,6.539586067199707,81 +1382,0,1,15,28,NA,7,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,577,0,37,90,1,1,7,6.357842445373535,49 +1389,0,1,17,26,9,12,370732,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,705,0,32,NA,6,1,3,6.558197975158691,9 +1391,0,1,16,27,5,8,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,292,0,38,111,1,1,5,5.676753997802734,25 +1392,0,1,13,26,8,11,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,750,0,24,96,1,1,7,6.620073318481445,49 +1395,0,1,16,34,12,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1442,0,48,NA,1,0,12,7.273786544799805,144 +1396,0,1,16,33,16,16,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1202,0,48,127,1,1,11,7.091742038726807,121 +1397,0,1,15,33,NA,8,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1603,0,47,97,1,1,12,7.379631996154785,144 +1399,0,1,14,32,NA,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,769,0,50,120,4,1,12,6.6450910568237305,144 +1407,0,1,16,31,14,16,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,513,0,41,101,6,1,9,6.240275859832764,81 +1408,0,1,12,31,NA,8,484311,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,805,0,38,100,1,0,13,6.690842151641846,169 +1409,0,1,17,34,8,8,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,962,1,44,99,1,1,11,6.869014263153076,121 +1411,0,1,12,25,16,16,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,675,0,NA,104,1,1,7,6.514712810516357,49 +1413,0,1,13,24,8,8,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,398,0,NA,116,1,1,5,5.986452102661133,25 +1416,0,1,14,33,12,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,855,0,40,120,1,1,13,6.751101493835449,169 +1421,0,1,11,25,NA,9,96681,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,693,0,27,95,1,0,8,6.541029930114746,64 +1422,0,1,11,24,8,9,114259,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,641,0,27,NA,5,0,7,6.463029384613037,49 +1423,0,1,13,27,10,8,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,345,0,34,99,1,0,8,5.8435444831848145,64 +1424,0,1,12,27,NA,NA,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,561,0,24,68,5,1,9,6.329720973968506,81 +1425,0,1,12,24,9,11,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,684,0,21,NA,1,1,6,6.527957916259766,36 +1428,0,1,16,29,16,16,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,469,0,49,122,1,1,7,6.1506028175354,49 +1430,0,1,16,26,12,12,370732,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,300,0,37,106,6,1,4,5.703782558441162,16 +1431,0,1,18,25,12,9,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,673,0,37,101,1,1,1,6.511745452880859,1 +1432,0,1,16,24,12,9,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,385,0,29,NA,6,1,2,5.953243255615234,4 +1436,0,1,16,33,8,6,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,808,0,45,104,1,1,11,6.694561958312988,121 +1438,0,1,17,24,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,548,1,40,NA,6,1,1,6.306275367736816,1 +1439,0,1,16,26,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,500,0,38,NA,6,1,4,6.214608192443848,16 +1440,0,1,13,29,11,12,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,727,1,38,99,1,1,10,6.588926315307617,100 +1441,0,1,16,28,11,12,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,524,0,29,NA,1,1,6,6.261491775512695,36 +1445,0,1,15,24,2,8,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,450,0,36,NA,6,1,3,6.10924768447876,9 +1448,0,1,12,28,6,8,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,755,0,34,NA,1,0,10,6.626717567443848,100 +1449,0,1,12,24,11,NA,96681,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,640,0,37,NA,1,0,6,6.46146821975708,36 +1454,0,1,12,24,10,12,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,313,0,30,NA,1,1,6,5.746203422546387,36 +1458,0,1,12,29,12,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1425,0,37,101,1,0,11,7.261927127838135,121 +1459,0,1,12,28,11,5,411924,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,761,0,23,110,6,1,10,6.634633541107178,100 +1460,0,1,12,26,11,5,411924,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,600,0,35,94,1,1,8,6.396929740905762,64 +1461,0,1,16,32,12,15,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1111,0,42,111,1,1,10,7.0130157470703125,100 +1462,0,1,16,33,13,17,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,763,0,50,120,1,1,11,6.637258052825928,121 +1463,0,1,12,32,8,8,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,650,0,45,108,1,1,14,6.476972579956055,196 +1464,0,1,14,27,16,16,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1155,0,39,111,1,1,7,7.051855564117432,49 +1465,0,1,12,24,9,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,600,0,25,NA,1,1,6,6.396929740905762,36 +1467,0,1,12,29,11,11,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,555,0,31,103,1,0,11,6.318968296051025,121 +1468,0,1,11,28,11,11,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,543,1,25,NA,1,0,11,6.297109127044678,121 +1469,0,1,11,25,11,11,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,550,1,31,NA,1,0,8,6.309918403625488,64 +1470,0,1,11,31,NA,NA,520447,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,800,0,39,97,1,0,14,6.684611797332764,196 +1472,0,1,11,26,10,11,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1000,0,26,97,1,0,9,6.907755374908447,81 +1474,0,1,12,31,13,11,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,864,0,36,106,1,0,13,6.76157283782959,169 +1475,0,1,13,32,NA,6,346581,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,613,0,43,109,1,1,13,6.418365001678467,169 +1476,0,1,16,24,12,12,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,519,0,27,NA,1,1,2,6.251904010772705,4 +1480,0,1,13,30,NA,NA,150105,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,707,0,45,96,1,1,11,6.561030864715576,121 +1485,0,1,13,26,10,10,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,818,1,26,79,1,1,7,6.706862449645996,49 +1486,0,1,10,25,10,12,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,300,0,31,62,6,1,9,5.703782558441162,81 +1490,1,1,16,30,9,9,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,702,1,47,110,1,1,8,6.553933620452881,64 +1491,1,1,16,34,NA,12,358351,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1322,0,47,117,1,1,12,7.186901092529297,144 +1492,1,1,12,27,NA,12,99110,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,380,1,25,72,1,0,9,5.940171241760254,81 +1495,1,1,11,26,NA,NA,99110,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,400,0,30,83,6,1,9,5.991464614868164,81 +1496,1,1,11,25,NA,NA,96681,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,498,0,22,99,1,1,8,6.210599899291992,64 +1497,1,1,10,33,NA,11,167813,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,663,0,18,72,1,1,17,6.496775150299072,289 +1498,1,1,10,33,8,11,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,600,0,29,88,5,0,17,6.396929740905762,289 +1499,1,1,18,32,16,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1034,0,48,123,1,1,8,6.941190242767334,64 +1502,1,1,14,25,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1079,0,23,91,6,1,5,6.983789920806885,25 +1503,1,1,18,24,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,400,0,31,98,6,1,0,5.991464614868164,0 +1504,1,1,16,33,13,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,641,0,37,119,6,0,11,6.463029384613037,121 +1506,1,1,12,32,NA,8,358351,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,620,0,33,87,1,0,14,6.4297194480896,196 +1508,1,1,17,30,12,11,538123,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,481,0,49,121,4,1,7,6.175867080688477,49 +1510,1,1,16,33,8,8,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1058,0,41,NA,6,1,11,6.964135646820068,121 +1511,1,1,12,26,8,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,545,0,33,112,1,1,8,6.300786018371582,64 +1512,1,1,14,26,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,786,0,38,113,6,1,6,6.666956901550293,36 +1513,1,1,18,25,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,485,0,38,125,6,1,1,6.184148788452148,1 +1514,1,1,14,34,11,11,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,722,1,45,121,1,1,14,6.582025051116943,196 +1515,1,1,15,28,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,695,0,47,128,1,1,7,6.543911933898926,49 +1516,1,1,15,34,12,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,549,0,41,NA,4,1,13,6.308098316192627,169 +1517,1,1,15,32,15,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,793,0,36,103,1,1,11,6.675823211669922,121 +1518,1,1,16,33,18,16,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1923,0,48,99,1,1,11,7.561641693115234,121 +1520,1,1,15,33,12,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,793,0,40,101,1,1,12,6.675823211669922,144 +1521,0,1,15,28,NA,NA,370732,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,900,0,34,117,5,1,7,6.802394866943359,49 +1523,0,1,14,32,8,8,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,654,0,41,109,1,1,12,6.483107566833496,144 +1526,0,1,12,27,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,513,0,46,73,6,1,9,6.240275859832764,81 +1528,0,1,14,29,NA,12,538123,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,384,1,38,88,4,1,9,5.9506425857543945,81 +1529,0,1,16,27,16,16,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,500,0,27,116,1,1,5,6.214608192443848,25 +1530,0,1,15,25,12,11,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,601,1,40,137,6,1,4,6.398594856262207,16 +1531,0,1,12,27,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,438,0,40,105,1,1,9,6.082219123840332,81 +1532,0,1,12,25,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,500,0,42,98,6,1,7,6.214608192443848,49 +1535,0,1,18,33,NA,18,346581,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1264,0,47,122,1,1,9,7.142036437988281,81 +1536,0,1,14,26,12,14,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,747,0,43,104,1,1,6,6.61606502532959,36 +1537,0,1,14,27,12,12,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,513,0,29,78,1,1,7,6.240275859832764,49 +1539,0,1,12,33,NA,NA,346581,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,700,0,43,104,1,NA,15,6.551080226898193,225 +1541,0,1,16,29,14,12,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,672,0,38,93,1,1,7,6.510258197784424,49 +1542,0,1,17,30,NA,NA,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,983,1,39,87,6,1,7,6.890609264373779,49 +1543,0,1,13,29,12,12,538123,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,220,1,35,101,1,1,10,5.393627643585205,100 +1544,0,1,18,33,12,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1202,0,39,134,1,1,9,7.091742038726807,81 +1545,0,1,12,30,12,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,667,0,39,85,1,1,12,6.5027899742126465,144 +1548,0,1,14,28,NA,NA,117131,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,838,0,41,NA,1,1,8,6.73101806640625,64 +1551,0,1,15,25,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,444,1,36,104,1,1,4,6.095824718475342,16 +1554,0,1,12,25,10,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,543,0,25,104,6,1,7,6.297109127044678,49 +1555,0,1,14,30,12,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,505,0,41,NA,1,1,10,6.224558353424072,100 +1556,0,1,12,31,NA,NA,484311,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,797,0,37,107,1,1,13,6.680854797363281,169 +1557,0,1,9,24,10,8,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,357,0,18,NA,1,1,9,5.877735614776611,81 +1558,0,1,12,27,12,8,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,500,0,30,93,1,1,9,6.214608192443848,81 +1559,0,1,12,34,NA,8,358351,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,962,0,47,NA,1,1,16,6.869014263153076,256 +1560,0,1,11,28,6,5,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,350,0,31,94,6,1,11,5.857933044433594,121 +1561,0,1,15,24,6,5,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,313,0,35,NA,6,1,3,5.746203422546387,9 +1562,0,1,16,24,17,13,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,117,1,34,NA,1,1,2,4.762174129486084,4 +1563,0,1,12,33,10,8,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,726,0,48,109,1,1,15,6.587550163269043,225 +1564,0,1,13,33,NA,11,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,536,0,31,119,1,0,14,6.284134387969971,196 +1565,0,1,13,26,12,12,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,532,0,29,98,1,1,7,6.2766432762146,49 +1566,0,1,17,28,NA,NA,99110,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,428,1,32,103,1,1,5,6.0591230392456055,25 +1569,0,1,16,34,15,13,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1094,0,50,NA,1,1,12,6.99759578704834,144 +1570,0,1,12,33,NA,9,358351,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1925,0,45,NA,1,1,15,7.562681198120117,225 +1571,0,1,18,32,10,12,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,850,0,36,112,1,1,8,6.745236396789551,64 +1574,0,1,12,24,11,11,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,365,0,34,NA,6,1,6,5.899897575378418,36 +1575,0,1,16,26,12,8,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,474,0,29,104,6,1,4,6.16120719909668,16 +1576,0,1,13,26,11,10,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,656,0,33,96,1,0,7,6.486160755157471,49 +1577,0,1,12,25,11,10,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,440,0,22,NA,6,0,7,6.086774826049805,49 +1578,0,1,14,25,10,11,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,462,0,38,102,1,1,5,6.135564804077148,25 +1579,0,0,16,28,9,NA,358554,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,673,0,41,103,1,1,6,6.511745452880859,36 +1580,0,0,12,24,12,12,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1150,0,16,NA,1,1,6,7.0475172996521,36 +1582,0,0,12,31,NA,NA,139912,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,800,0,37,95,4,0,13,6.684611797332764,169 +1584,0,0,12,25,NA,12,88097,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,460,0,23,NA,6,1,7,6.131226539611816,49 +1586,1,0,12,26,NA,NA,358554,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,334,0,31,93,1,1,8,5.811141014099121,64 +1587,1,0,13,26,6,8,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,702,0,35,122,1,1,7,6.553933620452881,49 +1588,1,0,12,25,6,8,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,524,0,37,107,4,1,7,6.261491775512695,49 +1591,0,1,7,33,NA,8,398168,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,667,0,37,NA,1,1,20,6.5027899742126465,400 +1594,0,1,18,26,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,641,0,48,NA,1,1,2,6.463029384613037,4 +1595,0,1,12,24,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,800,0,40,NA,1,1,6,6.684611797332764,36 +1597,1,1,12,32,NA,12,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,577,0,30,97,1,0,14,6.357842445373535,196 +1599,1,1,18,32,12,12,87597,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,423,0,41,115,1,1,8,6.047372341156006,64 +1600,1,1,18,29,NA,NA,118387,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,874,0,42,120,1,1,5,6.773080348968506,25 +1601,1,1,15,28,NA,12,90623,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,640,0,29,103,1,0,7,6.46146821975708,49 +1604,0,0,16,29,12,14,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1101,0,41,106,1,1,7,7.003973960876465,49 +1605,0,0,16,26,12,14,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,649,0,32,96,1,1,4,6.475432872772217,16 +1606,0,0,12,26,8,8,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,450,0,39,114,1,1,8,6.10924768447876,64 +1607,0,0,12,33,NA,9,358351,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,924,0,37,NA,4,1,15,6.828711986541748,225 +1608,0,0,11,27,NA,9,370732,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,698,0,33,86,1,1,10,6.548219203948975,100 +1609,0,0,15,34,NA,NA,580891,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,505,1,27,78,1,1,13,6.224558353424072,169 +1610,0,0,16,28,12,13,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,556,0,38,110,1,1,6,6.320768356323242,36 +1611,0,0,17,25,12,13,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,375,1,37,132,6,1,2,5.926926136016846,4 +1612,0,0,15,28,12,12,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,673,0,34,126,1,1,7,6.511745452880859,49 +1613,0,0,13,30,8,8,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,308,0,36,102,1,1,11,5.730099678039551,121 +1614,0,0,12,34,12,12,346581,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,585,0,41,87,1,1,16,6.371612071990967,256 +1615,0,0,12,24,12,13,387287,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,781,0,31,89,4,1,6,6.660574913024902,36 +1620,0,1,12,27,NA,8,364640,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,656,0,40,106,1,1,9,6.486160755157471,81 +1621,0,1,12,28,8,5,405155,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,423,0,43,100,1,1,10,6.047372341156006,100 +1624,0,1,16,28,12,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1282,0,26,98,1,1,6,7.156176567077637,36 +1627,0,1,12,25,11,12,354474,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,962,0,30,97,1,1,7,6.869014263153076,49 +1628,0,1,12,30,4,16,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,800,0,38,111,1,1,12,6.684611797332764,144 +1630,0,1,12,33,12,12,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,750,0,40,100,1,1,15,6.620073318481445,225 +1631,0,1,18,29,12,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,647,0,39,110,4,1,5,6.472346305847168,25 +1632,0,1,12,29,10,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,938,0,38,114,4,1,11,6.84375,121 +1633,0,1,17,28,17,12,414980,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,537,1,43,135,4,1,5,6.2859978675842285,25 +1637,0,1,15,24,13,16,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,290,1,39,121,6,1,3,5.6698808670043945,9 +1638,0,1,12,29,6,8,529281,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,192,0,33,95,1,0,11,5.257495403289795,121 +1639,0,1,18,30,NA,NA,476353,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,818,0,35,116,1,1,6,6.706862449645996,36 +1640,0,1,18,30,NA,13,476353,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,813,0,45,98,1,1,6,6.70073127746582,36 +1641,0,1,12,29,10,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,727,0,28,90,1,1,11,6.588926315307617,121 +1643,0,1,12,24,10,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1125,0,33,116,1,1,6,7.025538444519043,36 +1645,0,1,17,28,14,NA,89240,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,615,1,32,110,1,1,5,6.421622276306152,25 +1646,0,1,12,26,14,NA,89240,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,403,0,23,97,6,0,8,5.998936653137207,64 +1647,0,1,11,26,8,9,89134,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,705,0,24,89,1,1,9,6.558197975158691,81 +1648,0,1,15,27,11,12,89134,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,337,1,33,105,1,1,6,5.820083141326904,36 +1649,0,1,17,28,11,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,833,0,44,117,1,0,5,6.725033760070801,25 +1650,0,1,17,26,11,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,192,1,37,75,1,1,3,5.257495403289795,9 +1653,0,1,12,26,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,730,0,23,87,1,0,8,6.593044757843018,64 +1654,0,1,10,26,9,11,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,542,0,23,74,1,1,10,6.295266151428223,100 +1655,0,1,12,28,11,11,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,823,0,45,91,1,1,10,6.712956428527832,100 +1656,0,1,12,26,11,11,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,438,0,38,90,1,1,8,6.082219123840332,64 +1657,0,1,14,24,11,11,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,735,0,27,NA,1,1,4,6.599870681762695,16 +1658,0,1,16,24,14,12,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,427,0,31,112,6,1,2,6.056784152984619,4 +1660,0,1,12,30,11,12,116442,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,340,0,38,90,1,1,12,5.828945636749268,144 +1665,0,1,13,34,14,11,401122,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,481,0,29,130,1,1,15,6.175867080688477,225 +1666,0,1,16,32,10,12,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,817,0,51,108,1,1,10,6.705638885498047,100 +1667,0,1,12,28,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,500,0,34,86,1,1,10,6.214608192443848,100 +1669,0,1,12,25,NA,NA,87052,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,543,0,30,101,1,0,7,6.297109127044678,49 +1671,0,1,16,26,NA,11,373482,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,447,0,37,125,1,0,4,6.102558612823486,16 +1675,0,1,15,25,NA,11,403411,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,217,0,24,94,1,1,4,5.379897117614746,16 +1677,0,1,8,26,3,6,91296,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,275,0,18,NA,1,0,12,5.616771221160889,144 +1678,0,1,15,24,8,10,79842,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,352,1,22,109,5,0,3,5.863631248474121,9 +1681,0,1,12,29,8,10,140950,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,721,0,31,98,1,0,11,6.580639362335205,121 +1682,0,1,12,27,3,8,91296,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1008,0,36,NA,1,1,9,6.9157233238220215,81 +1684,0,1,17,29,8,12,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,654,1,36,114,1,0,6,6.483107566833496,36 +1685,0,1,16,26,NA,16,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,803,0,27,125,1,1,4,6.6883544921875,16 +1686,0,1,12,27,8,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,570,0,28,100,1,1,9,6.345636367797852,81 +1688,0,1,16,25,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,600,0,29,104,1,1,3,6.396929740905762,9 +1691,0,1,12,24,NA,NA,348558,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,645,0,35,NA,1,1,6,6.469250202178955,36 +1692,0,1,13,26,14,10,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,450,0,35,112,1,1,7,6.10924768447876,49 +1694,0,1,13,26,NA,2,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,445,0,27,100,6,0,7,6.098074436187744,49 +1696,0,1,15,29,12,11,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,590,0,37,104,1,1,8,6.380122661590576,64 +1697,0,1,14,25,8,12,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,721,0,35,97,1,1,5,6.580639362335205,25 +1698,0,1,12,32,8,8,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,693,0,33,120,1,1,14,6.541029930114746,196 +1699,0,1,13,26,8,8,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,529,0,38,134,6,1,7,6.270988464355469,49 +1700,0,1,9,30,8,8,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,470,0,28,92,1,0,15,6.152732849121094,225 +1701,0,1,16,26,16,13,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,481,0,34,129,1,1,4,6.175867080688477,16 +1702,0,1,16,25,16,13,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,462,0,31,122,1,1,3,6.135564804077148,9 +1703,0,1,17,33,6,9,391625,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,554,1,45,NA,1,1,10,6.317164897918701,100 +1704,0,1,14,32,12,12,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,865,0,42,118,4,0,12,6.762729644775391,144 +1705,0,1,16,30,NA,12,476353,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,713,0,42,101,1,1,8,6.569481372833252,64 +1706,0,1,12,24,NA,12,354474,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,740,0,37,107,1,1,6,6.606650352478027,36 +1707,0,1,14,28,NA,10,364640,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,817,0,NA,92,4,1,8,6.705638885498047,64 +1708,0,1,12,34,11,12,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,677,0,37,92,1,1,16,6.51767110824585,256 +1710,0,1,16,29,12,12,454179,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,797,1,43,121,1,1,7,6.680854797363281,49 +1711,0,1,13,24,13,17,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,769,1,27,102,1,1,5,6.6450910568237305,25 +1713,0,1,16,25,12,16,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,462,0,33,118,1,1,3,6.135564804077148,9 +1714,0,1,14,24,12,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,519,0,28,NA,1,1,4,6.251904010772705,16 +1715,0,1,12,25,12,NA,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,393,0,38,100,1,1,7,5.973809719085693,49 +1716,0,1,13,32,9,7,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,800,0,37,92,1,1,13,6.684611797332764,169 +1717,1,0,17,27,14,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,673,0,38,108,1,1,4,6.511745452880859,16 +1718,1,0,16,33,NA,NA,401122,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,481,1,41,121,1,1,11,6.175867080688477,121 +1719,1,0,12,32,8,12,401122,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,911,0,42,119,1,1,14,6.814542770385742,196 +1720,1,0,12,25,8,8,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,481,0,33,NA,1,0,7,6.175867080688477,49 +1721,1,0,11,33,8,8,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,500,0,32,NA,1,0,16,6.214608192443848,256 +1724,1,0,16,24,12,12,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,385,0,39,106,1,1,2,5.953243255615234,4 +1725,1,0,12,24,12,11,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,436,0,24,98,1,0,6,6.077642440795898,36 +1729,1,0,12,25,7,8,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,526,0,29,109,1,0,7,6.26530122756958,49 +1730,1,0,14,29,12,8,454179,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,913,0,37,NA,6,0,9,6.816735744476318,81 +1731,1,0,16,25,12,15,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,542,0,28,120,6,0,3,6.295266151428223,9 +1732,1,0,13,28,4,16,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,769,0,36,127,1,1,9,6.6450910568237305,81 +1735,1,0,12,24,8,8,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,226,0,26,NA,6,0,6,5.420535087585449,36 +1736,1,0,18,27,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,711,0,24,101,1,1,3,6.566672325134277,9 +1740,0,0,18,34,8,8,352463,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,346,0,43,108,1,0,10,5.846438884735107,100 +1741,0,0,12,32,8,8,352463,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,787,0,41,91,1,1,14,6.6682281494140625,196 +1742,0,0,14,26,10,12,364640,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,455,0,38,118,1,1,6,6.120297431945801,36 +1743,0,0,16,24,10,12,354474,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,460,0,25,110,6,1,2,6.131226539611816,4 +1744,0,0,13,26,NA,14,364640,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,277,0,37,119,1,1,7,5.624017715454102,49 +1745,0,0,17,34,8,12,391625,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,808,0,43,103,1,1,11,6.694561958312988,121 +1746,0,0,14,27,12,14,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,624,0,33,103,1,1,7,6.436150550842285,49 +1747,0,0,12,26,8,12,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,697,0,40,104,1,1,8,6.546785354614258,64 +1748,0,0,14,26,8,12,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,378,0,32,108,1,1,6,5.93489408493042,36 +1750,0,0,12,24,8,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,473,0,33,118,1,0,6,6.159095287322998,36 +1751,0,0,12,24,8,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,425,0,21,98,1,0,6,6.052089214324951,36 +1753,0,0,16,24,8,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,649,0,25,120,1,1,2,6.475432872772217,4 +1755,0,0,15,25,12,15,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,491,0,25,144,1,1,4,6.196444034576416,16 +1756,0,0,18,26,12,16,364640,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,924,0,25,NA,4,1,2,6.828711986541748,4 +1758,0,0,12,24,12,10,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,350,0,38,NA,1,0,6,5.857933044433594,36 +1759,0,0,13,25,13,12,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,600,0,27,NA,1,0,6,6.396929740905762,36 +1762,0,0,9,31,3,7,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,429,0,30,NA,1,0,16,6.06145715713501,256 +1765,0,0,12,26,2,7,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,500,0,20,100,1,0,8,6.214608192443848,64 +1766,0,0,9,24,2,7,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,500,0,12,NA,6,0,9,6.214608192443848,81 +1767,0,0,8,34,8,8,361010,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,350,0,39,NA,1,0,20,5.857933044433594,400 +1768,0,0,14,27,8,10,414980,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,370,0,32,86,1,1,7,5.913503170013428,49 +1771,0,0,16,24,8,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,380,0,21,NA,1,1,2,5.940171241760254,4 +1772,0,0,14,25,9,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,250,0,30,NA,1,1,5,5.521461009979248,25 +1774,0,0,18,30,6,8,454179,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,506,0,40,122,1,1,6,6.226536750793457,36 +1776,0,0,12,27,12,13,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,619,1,35,98,1,1,9,6.428105354309082,81 +1777,0,0,16,24,12,13,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,381,1,28,NA,1,1,2,5.9427995681762695,4 +1779,0,0,12,30,NA,13,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,361,0,37,101,1,1,12,5.888877868652344,144 +1780,0,0,12,28,NA,8,364640,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,588,0,33,117,1,1,10,6.376727104187012,100 +1781,0,0,12,24,NA,8,354474,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,350,0,35,119,1,1,6,5.857933044433594,36 +1784,0,0,12,32,8,12,336056,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,484,0,37,105,1,1,14,6.182085037231445,196 +1785,0,0,11,34,6,9,336056,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,835,0,37,104,1,0,17,6.727431774139404,289 +1786,0,0,10,29,8,12,454179,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,535,0,22,NA,1,1,13,6.282266616821289,169 +1789,0,1,17,28,NA,12,373482,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,385,0,46,111,6,1,5,5.953243255615234,25 +1790,0,1,11,25,8,8,363070,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,450,0,22,96,4,1,8,6.10924768447876,64 +1791,0,1,16,28,12,8,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,491,0,29,94,1,1,6,6.196444034576416,36 +1792,0,1,12,24,NA,10,363070,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,914,0,41,NA,1,1,6,6.817830562591553,36 +1794,0,1,18,32,8,12,86158,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,831,0,36,101,1,0,8,6.722630023956299,64 +1795,0,1,12,30,8,8,454179,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,434,0,36,83,1,1,12,6.073044300079346,144 +1796,0,1,12,26,8,8,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,700,0,34,112,1,1,8,6.551080226898193,64 +1797,0,1,10,26,8,8,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,542,0,28,93,1,0,10,6.295266151428223,100 +1799,0,1,16,24,12,13,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,231,0,27,NA,6,1,2,5.442417621612549,4 +1802,0,0,12,34,12,9,352463,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,395,0,42,105,1,0,16,5.978885650634766,256 +1803,0,0,12,25,NA,NA,363070,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,721,0,37,115,1,1,7,6.580639362335205,49 +1804,0,0,12,25,8,15,363070,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1187,0,24,105,4,0,7,7.079184532165527,49 +1809,0,0,12,25,8,10,363070,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,501,0,27,88,1,0,7,6.216606140136719,49 +1810,0,1,16,24,16,13,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,336,0,39,122,6,1,2,5.817111015319824,4 +1812,0,1,12,32,8,8,336056,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,565,0,43,96,1,0,14,6.336825847625732,196 +1814,0,0,17,34,6,12,704926,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,964,0,42,123,1,0,11,6.871091365814209,121 +1816,0,0,12,33,12,12,722020,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1374,0,45,NA,1,1,15,7.2254815101623535,225 +1817,0,0,12,28,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,800,0,31,104,1,1,10,6.684611797332764,100 +1819,0,0,12,30,7,11,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,609,0,43,108,1,1,12,6.411818504333496,144 +1821,0,0,16,25,12,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,670,0,35,116,1,1,3,6.507277488708496,9 +1822,0,0,11,25,8,7,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,445,0,26,92,1,1,8,6.098074436187744,64 +1826,0,0,13,25,10,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,485,0,32,102,1,1,6,6.184148788452148,36 +1830,0,0,18,32,12,16,373396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,710,0,45,109,1,1,8,6.56526517868042,64 +1831,0,0,12,32,NA,NA,373396,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,953,0,43,103,1,1,14,6.859614849090576,196 +1832,0,0,11,25,10,8,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,480,0,22,NA,1,1,8,6.173786163330078,64 +1834,0,0,13,27,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,500,0,39,97,1,1,8,6.214608192443848,64 +1835,0,0,16,26,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,457,1,42,101,6,1,4,6.124683380126953,16 +1838,0,1,18,24,18,12,354474,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,721,0,39,NA,1,1,0,6.580639362335205,0 +1839,0,1,12,24,NA,12,354474,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,733,0,41,NA,1,1,6,6.5971455574035645,36 +1843,0,1,12,33,8,12,391625,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,330,0,31,NA,1,0,15,5.799092769622803,225 +1844,0,1,12,27,8,11,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,410,0,40,98,1,1,9,6.016157150268555,81 +1845,0,1,12,27,8,8,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,486,0,23,96,1,1,9,6.186208724975586,81 +1847,0,1,18,31,9,13,454179,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,962,0,46,122,1,0,7,6.869014263153076,49 +1849,0,1,16,24,12,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,359,0,29,114,1,0,2,5.883322238922119,4 +1853,1,0,12,24,9,12,393859,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,330,0,37,100,6,1,6,5.799092769622803,36 +1854,1,0,12,28,NA,10,364640,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,625,0,38,104,1,1,10,6.437751770019531,100 +1857,1,0,12,26,5,8,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,495,0,35,111,1,1,8,6.2045578956604,64 +1858,1,0,12,29,12,12,476353,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,653,0,44,110,1,1,11,6.481576919555664,121 +1859,1,0,12,27,15,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,722,0,26,87,1,1,9,6.582025051116943,81 +1860,1,0,12,25,15,12,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,704,0,34,103,1,1,7,6.556778430938721,49 +1861,1,0,9,29,1,3,529281,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,514,0,31,NA,1,0,14,6.242223262786865,196 +1863,1,0,12,31,14,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,625,0,27,95,4,1,13,6.437751770019531,169 +1864,1,0,18,29,12,15,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,622,0,41,116,6,1,5,6.4329400062561035,25 +1865,1,0,15,26,12,15,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,427,0,31,109,1,1,5,6.056784152984619,25 +1867,1,0,12,29,12,12,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,653,0,36,104,1,0,11,6.481576919555664,121 +1868,1,0,12,30,12,12,542115,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,643,0,38,104,1,0,12,6.466144561767578,144 +1869,1,0,12,34,12,12,336056,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,575,0,37,110,1,0,16,6.3543701171875,256 +1871,1,0,13,34,NA,NA,361010,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,313,1,32,100,1,1,15,5.746203422546387,225 +1872,1,0,18,24,NA,16,363070,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,664,0,39,116,1,1,0,6.498281955718994,0 +1873,1,0,13,32,8,13,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,555,0,40,94,6,1,13,6.318968296051025,169 +1875,1,0,18,24,12,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,300,0,44,NA,6,1,0,5.703782558441162,0 +1878,0,0,15,28,12,16,729279,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,642,0,38,115,1,1,7,6.464588165283203,49 +1880,0,0,14,28,12,8,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,667,0,45,123,1,1,8,6.5027899742126465,64 +1882,0,0,18,28,15,13,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1320,0,47,113,1,1,4,7.185387134552002,16 +1883,0,0,12,24,9,9,363070,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,504,0,29,NA,1,1,6,6.222576141357422,36 +1884,0,0,16,25,12,12,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,781,0,29,106,1,1,3,6.660574913024902,9 +1886,0,0,14,25,12,12,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,817,0,40,114,4,0,5,6.705638885498047,25 +1889,0,0,12,28,12,6,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,520,0,32,95,6,1,10,6.253829002380371,100 +1890,0,0,12,27,12,6,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,577,0,33,113,1,1,9,6.357842445373535,81 +1891,0,0,11,25,12,6,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,375,0,16,NA,1,1,8,5.926926136016846,64 +1892,0,0,12,24,12,8,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,500,0,32,NA,1,0,6,6.214608192443848,36 +1893,0,0,16,28,12,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,625,0,48,111,6,1,6,6.437751770019531,36 +1894,0,0,16,34,NA,NA,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,684,0,35,110,1,1,12,6.527957916259766,144 +1895,0,0,14,26,12,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,470,0,31,100,1,1,6,6.152732849121094,36 +1896,0,0,13,27,12,12,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,628,0,39,95,1,1,8,6.442540168762207,64 +1897,0,0,13,24,12,8,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,525,0,20,NA,6,1,5,6.263398170471191,25 +1899,0,0,12,32,8,8,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,554,0,34,100,1,0,14,6.317164897918701,196 +1901,1,1,16,25,12,12,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,641,0,36,130,6,1,3,6.463029384613037,9 +1903,1,1,13,34,8,12,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,513,0,36,98,1,0,15,6.240275859832764,225 +1904,1,1,12,27,12,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,604,0,36,103,1,1,9,6.403573989868164,81 +1905,1,1,13,33,8,15,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,700,0,39,108,1,0,14,6.551080226898193,196 +1906,1,1,12,33,8,12,704926,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,606,0,38,NA,1,1,15,6.406879901885986,225 +1907,1,1,12,33,NA,12,704926,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1021,0,47,101,1,1,15,6.928537845611572,225 +1911,1,1,12,31,16,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,714,0,43,90,6,1,13,6.570882797241211,169 +1912,1,1,12,28,8,8,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,500,0,34,79,1,1,10,6.214608192443848,100 +1913,1,1,12,28,14,8,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,583,0,47,94,1,1,10,6.368186950683594,100 +1914,1,1,12,31,5,8,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,706,0,41,115,1,0,13,6.559615135192871,169 +1917,1,1,16,30,11,12,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,520,1,39,118,1,1,8,6.253829002380371,64 +1919,1,1,16,29,NA,NA,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,656,0,41,114,1,1,7,6.486160755157471,49 +1920,1,1,16,28,16,14,370732,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,684,0,33,114,1,1,6,6.527957916259766,36 +1922,1,1,13,25,11,11,400440,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,276,0,33,84,1,1,6,5.620400905609131,36 +1923,1,1,13,34,NA,12,141996,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,707,0,37,92,1,1,15,6.561030864715576,225 +1926,1,1,12,34,8,11,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,788,0,42,107,1,1,16,6.669497966766357,256 +1927,1,1,18,31,18,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1319,0,44,137,1,1,7,7.184628963470459,49 +1928,1,1,14,28,9,8,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,404,0,33,129,6,0,8,6.001414775848389,64 +1929,1,1,16,25,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,300,1,41,101,1,1,3,5.703782558441162,9 +1930,1,1,12,26,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,673,0,40,98,1,1,8,6.511745452880859,64 +1933,1,1,12,34,NA,8,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,722,0,41,108,1,0,16,6.582025051116943,256 +1935,1,1,16,26,8,2,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,769,0,37,114,1,0,4,6.6450910568237305,16 +1938,0,1,16,30,6,12,529281,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,760,0,37,110,1,1,8,6.6333184242248535,64 +1939,0,1,18,30,11,12,529281,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,434,0,37,111,1,1,6,6.073044300079346,36 +1940,0,1,13,34,12,8,352463,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1192,0,30,99,1,1,15,7.083387851715088,225 +1941,0,1,17,31,NA,4,476353,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,462,1,39,113,1,1,8,6.135564804077148,64 +1944,0,1,12,24,12,12,363070,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,370,0,29,101,1,1,6,5.913503170013428,36 +1945,0,1,12,30,12,12,487904,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,475,0,25,99,6,0,12,6.1633148193359375,144 +1946,0,1,12,28,12,12,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,435,0,37,101,1,0,10,6.075345993041992,100 +1947,0,1,12,26,8,12,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,332,0,24,75,6,1,8,5.8051347732543945,64 +1948,0,1,16,31,12,12,542115,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,640,0,49,102,6,1,9,6.46146821975708,81 +1949,0,1,12,34,NA,6,401122,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,505,0,29,91,1,0,16,6.224558353424072,256 +1952,0,1,16,29,10,12,454179,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,625,0,38,113,1,0,7,6.437751770019531,49 +1953,0,1,12,31,NA,8,454179,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,462,0,34,120,1,1,13,6.135564804077148,169 +1957,1,1,17,27,16,16,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,817,0,42,134,1,1,4,6.705638885498047,16 +1960,1,1,17,24,NA,13,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,433,1,26,105,1,1,1,6.070737838745117,1 +1961,1,1,14,25,15,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,641,0,32,98,6,1,5,6.463029384613037,25 +1962,1,1,15,25,15,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,225,1,28,107,4,1,4,5.41610050201416,16 +1964,1,1,15,34,NA,14,167813,0,0,1,0,0,1,0,0,0,0,0,0,0,1,1,0,1,721,1,39,110,1,1,13,6.580639362335205,169 +1967,1,1,16,26,12,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,722,0,30,101,6,1,4,6.582025051116943,16 +1969,1,1,16,29,16,16,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,817,0,31,107,1,1,7,6.705638885498047,49 +1970,1,1,16,27,16,13,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,664,0,43,115,1,1,5,6.498281955718994,25 +1971,1,1,18,28,12,12,370732,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,897,0,39,121,1,1,4,6.799056053161621,16 +1973,1,1,11,34,NA,NA,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,793,0,40,115,1,1,17,6.675823211669922,289 +1975,1,1,15,31,10,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,539,0,42,134,1,1,10,6.289715766906738,100 +1976,1,1,11,27,10,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,897,0,39,NA,1,1,10,6.799056053161621,100 +1979,1,1,15,30,13,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,721,0,52,105,1,1,9,6.580639362335205,81 +1980,1,1,13,24,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,925,0,28,97,1,1,5,6.829793930053711,25 +1982,1,1,12,28,8,10,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,508,0,38,108,1,1,10,6.2304816246032715,100 +1983,1,1,16,32,8,10,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,929,0,45,113,6,1,10,6.834108829498291,100 +1985,1,1,17,33,NA,NA,398168,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,705,0,47,96,1,1,10,6.558197975158691,100 +1987,1,1,12,30,NA,5,484311,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,865,0,39,NA,1,1,12,6.762729644775391,144 +1989,1,1,16,24,12,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,520,0,41,137,1,1,2,6.253829002380371,4 +1991,1,1,12,24,10,8,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,417,0,30,NA,1,1,6,6.03308629989624,36 +1992,1,1,15,26,10,10,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,266,1,37,NA,6,1,5,5.58349609375,25 +1993,1,1,15,24,16,14,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,625,0,30,NA,6,1,3,6.437751770019531,9 +1994,1,1,12,31,NA,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,940,0,34,110,1,1,13,6.845880031585693,169 +1999,1,1,16,25,16,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,766,0,38,120,6,1,3,6.641181945800781,9 +2001,1,1,9,29,10,12,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,801,0,26,NA,1,1,14,6.685861110687256,196 +2002,1,1,15,28,10,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,707,0,36,105,6,1,7,6.561030864715576,49 +2004,1,1,12,30,NA,10,468402,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,684,0,40,121,1,1,12,6.527957916259766,144 +2005,1,1,16,26,9,12,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,417,0,29,113,1,1,4,6.03308629989624,16 +2008,1,1,18,29,8,12,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,600,0,41,113,6,0,5,6.396929740905762,25 +2009,1,1,15,25,NA,13,360396,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,682,0,37,101,4,0,4,6.52502965927124,16 +2010,1,1,18,31,12,9,236774,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,918,0,41,104,1,1,7,6.822197437286377,49 +2011,1,1,12,32,NA,NA,175194,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,738,0,37,96,1,1,14,6.603943824768066,196 +2015,1,1,12,28,10,12,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1167,1,32,92,4,1,10,7.062191486358643,100 +2016,1,1,11,29,10,10,468402,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,765,0,23,80,1,0,12,6.639875888824463,144 +2017,1,1,12,26,10,10,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,962,0,28,117,5,0,8,6.869014263153076,64 +2018,1,1,18,27,12,12,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,300,0,44,134,6,1,3,5.703782558441162,9 +2019,1,1,16,24,12,12,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,658,0,42,126,6,1,2,6.4892048835754395,4 +2020,1,1,12,26,8,8,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,462,0,25,95,1,1,8,6.135564804077148,64 +2021,1,1,12,24,8,8,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,721,0,18,102,1,1,6,6.580639362335205,36 +2024,1,1,12,25,8,12,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,865,0,36,NA,1,0,7,6.762729644775391,49 +2026,1,1,11,24,7,5,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,596,0,22,NA,1,1,7,6.390240669250488,49 +2029,1,1,12,32,8,10,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,909,0,42,112,1,1,14,6.812345027923584,196 +2030,1,1,12,29,8,10,484311,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1049,0,45,NA,1,1,11,6.955592632293701,121 +2031,1,1,13,34,NA,NA,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,455,0,47,104,1,1,15,6.120297431945801,225 +2034,1,1,12,27,NA,NA,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1,675,0,32,81,6,1,9,6.514712810516357,81 +2035,1,1,12,24,NA,NA,96681,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,721,0,20,70,6,1,6,6.580639362335205,36 +2039,1,1,7,33,8,8,141996,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,600,0,NA,NA,1,1,20,6.396929740905762,400 +2040,1,1,12,28,8,8,99110,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,925,0,18,70,6,1,10,6.829793930053711,100 +2041,1,1,12,28,6,6,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,750,0,20,83,1,1,10,6.620073318481445,100 +2042,1,1,12,28,6,6,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,563,0,13,84,1,1,10,6.333279609680176,100 +2046,1,1,14,26,12,10,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,625,0,25,104,1,0,6,6.437751770019531,36 +2047,1,1,10,29,NA,NA,538123,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,300,0,30,82,1,1,13,5.703782558441162,169 +2049,1,1,12,27,8,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1380,0,32,109,1,1,9,7.229838848114014,81 +2050,1,1,14,25,12,12,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,470,0,25,111,1,1,5,6.152732849121094,25 +2052,1,1,12,28,12,12,358554,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,788,0,37,97,1,1,10,6.669497966766357,100 +2054,1,1,16,25,8,12,348558,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,230,1,33,120,1,1,3,5.438079357147217,9 +2057,0,0,10,27,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,389,0,34,NA,4,1,11,5.963579177856445,121 +2058,0,0,12,33,7,12,401122,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,315,0,33,94,1,0,15,5.752572536468506,225 +2059,0,0,17,29,3,5,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,355,1,46,116,1,1,6,5.87211799621582,36 +2060,0,0,8,26,5,8,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,500,0,25,NA,1,0,12,6.214608192443848,144 +2062,0,0,11,33,8,11,401122,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,650,0,30,NA,1,0,16,6.476972579956055,256 +2063,0,0,12,27,8,11,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,815,0,29,NA,6,1,9,6.703187942504883,81 +2064,0,0,13,26,13,12,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,649,0,33,101,6,1,7,6.475432872772217,49 +2065,0,0,12,29,9,NA,454179,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,435,0,36,98,1,0,11,6.075345993041992,121 +2066,1,0,11,27,10,15,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,600,0,32,110,1,0,10,6.396929740905762,100 +2070,1,0,13,26,16,14,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,206,0,42,131,1,1,7,5.327876091003418,49 +2072,1,0,12,27,12,11,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,481,0,46,122,1,1,9,6.175867080688477,81 +2073,1,0,13,24,12,10,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,485,0,33,88,4,1,5,6.184148788452148,25 +2074,1,0,18,29,12,12,454179,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,759,0,39,111,1,0,5,6.632001876831055,25 +2075,1,0,12,26,12,12,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,995,0,35,90,1,0,8,6.902742862701416,64 +2076,0,1,12,29,NA,NA,538123,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,1167,0,41,NA,1,1,11,7.062191486358643,121 +2078,0,1,16,25,12,12,360396,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,314,0,38,120,1,1,3,5.749392986297607,9 +2080,1,1,13,25,14,12,360396,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,915,0,25,NA,6,1,6,6.8189239501953125,36 +2082,1,1,13,26,16,12,370732,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,664,1,35,NA,1,1,7,6.498281955718994,49 +2083,1,1,12,29,NA,8,484311,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,783,0,29,108,4,1,11,6.663132667541504,121 +2084,1,1,13,32,8,12,358351,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,650,0,43,99,1,1,13,6.476972579956055,169 +2087,0,1,9,27,12,6,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,267,0,36,NA,1,0,12,5.587248802185059,144 +2088,0,1,8,33,8,8,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,355,0,NA,NA,1,0,19,5.87211799621582,361 +2089,0,1,8,33,NA,NA,391625,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,440,0,34,NA,1,0,19,6.086774826049805,361 +2090,0,1,11,30,6,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,475,0,31,80,1,0,13,6.1633148193359375,169 +2091,0,1,11,32,5,10,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,726,0,45,93,1,1,15,6.587550163269043,225 +2092,0,1,16,28,17,12,364640,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,721,0,42,96,1,1,6,6.580639362335205,36 +2093,0,1,12,34,NA,NA,352463,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,563,0,46,85,1,0,16,6.333279609680176,256 +2095,0,1,12,26,12,13,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,600,0,32,108,1,1,8,6.396929740905762,64 +2097,0,1,15,25,13,12,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,692,0,36,110,1,1,4,6.539586067199707,16 +2098,0,1,15,28,10,11,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,423,0,43,118,4,1,7,6.047372341156006,49 +2099,0,1,12,24,14,NA,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,786,0,30,102,1,1,6,6.666956901550293,36 +2100,0,1,12,31,8,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1202,0,44,NA,1,1,13,7.091742038726807,169 +2101,0,1,16,34,NA,18,352463,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,577,0,46,113,4,1,12,6.357842445373535,144 +2102,0,1,18,27,11,10,1093919,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,635,0,37,112,1,1,3,6.453625202178955,9 +2105,0,1,12,27,NA,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,410,0,31,115,1,1,9,6.016157150268555,81 +2113,0,1,16,24,12,10,86649,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,370,0,30,117,1,1,2,5.913503170013428,4 +2114,0,1,16,26,11,10,89134,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,789,0,28,119,1,1,4,6.670766353607178,16 +2115,0,1,17,24,11,10,86649,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,450,0,32,NA,1,1,1,6.10924768447876,1 +2116,0,1,12,28,11,12,89134,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1251,0,39,94,1,1,10,7.1316986083984375,100 +2117,1,1,16,30,16,13,484311,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,808,0,42,109,1,1,8,6.694561958312988,64 +2121,1,1,16,30,8,12,520447,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,308,0,49,107,1,0,8,5.730099678039551,64 +2123,0,1,12,30,12,12,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,817,0,29,NA,1,1,12,6.705638885498047,144 +2126,0,1,16,30,6,6,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,673,0,38,121,6,1,8,6.511745452880859,64 +2127,0,1,12,29,NA,NA,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,524,1,32,90,1,1,11,6.261491775512695,121 +2128,0,1,15,30,8,9,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,275,0,34,NA,1,0,9,5.616771221160889,81 +2131,0,1,17,28,14,12,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,423,0,32,NA,1,1,5,6.047372341156006,25 +2132,0,1,16,28,10,8,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,641,0,38,NA,1,1,6,6.463029384613037,36 +2133,0,1,12,28,9,9,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,450,0,37,121,6,0,10,6.10924768447876,100 +2134,0,1,12,26,6,7,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,333,0,21,89,1,1,8,5.80814266204834,64 +2135,0,1,12,32,8,12,361010,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,913,0,28,101,1,0,14,6.816735744476318,196 +2140,0,1,11,27,8,9,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,128,0,21,68,6,0,10,4.852030277252197,100 +2143,0,1,16,27,14,12,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,396,0,50,118,1,1,5,5.981414318084717,25 +2144,0,1,13,28,12,12,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,475,1,40,102,1,1,9,6.1633148193359375,81 +2146,0,1,13,31,8,12,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,450,0,38,NA,1,1,12,6.10924768447876,144 +2147,0,1,16,24,12,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,300,0,27,102,1,1,2,5.703782558441162,4 +2148,0,1,18,29,8,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,462,0,47,NA,1,1,5,6.135564804077148,25 +2150,0,1,12,32,7,9,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,630,0,48,109,1,1,14,6.4457197189331055,196 +2151,0,1,12,33,6,4,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,485,0,38,94,1,0,15,6.184148788452148,225 +2155,0,1,12,30,5,6,454179,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,549,0,34,115,1,1,12,6.308098316192627,144 +2156,0,1,12,25,5,6,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,372,0,30,101,6,1,7,5.918893814086914,49 +2157,0,1,12,34,4,8,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,641,0,41,92,1,1,16,6.463029384613037,256 +2159,0,1,12,29,NA,8,454179,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,519,0,37,89,1,0,11,6.251904010772705,121 +2160,0,1,9,26,5,11,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,385,0,32,71,5,1,11,5.953243255615234,121 +2161,0,1,16,29,12,8,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,450,0,32,97,1,1,7,6.10924768447876,49 +2163,0,0,12,26,10,12,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,315,0,38,116,1,1,8,5.752572536468506,64 +2165,0,0,14,29,11,12,487904,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,731,0,39,130,1,1,9,6.5944132804870605,81 +2166,0,0,12,32,6,12,391625,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,325,0,34,102,1,1,14,5.783825397491455,196 +2167,0,0,16,28,12,12,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,616,0,38,119,1,1,6,6.42324686050415,36 +2169,0,0,15,30,10,10,487904,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,346,0,45,104,4,1,9,5.846438884735107,81 +2170,0,0,13,28,8,13,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,471,0,42,91,6,1,9,6.154858112335205,81 +2172,0,0,12,27,7,8,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,300,0,34,93,6,0,9,5.703782558441162,81 +2174,0,1,13,24,15,10,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,430,0,32,NA,1,1,5,6.063785076141357,25 +2175,0,1,12,28,12,8,405634,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,267,0,37,95,1,0,10,5.587248802185059,100 +2176,0,1,12,28,13,10,364640,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,230,0,24,74,4,1,10,5.438079357147217,100 +2177,0,1,14,24,NA,10,354474,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,432,0,24,115,6,1,4,6.06842565536499,16 +2178,0,1,12,26,12,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,531,0,31,89,1,1,8,6.274762153625488,64 +2179,0,1,12,27,12,11,89134,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1100,0,38,92,1,1,9,7.003065586090088,81 +2180,0,1,12,28,8,12,89240,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,588,0,25,104,1,1,10,6.376727104187012,100 +2181,0,1,18,30,NA,15,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,841,0,44,109,1,1,6,6.734591484069824,36 +2183,0,1,15,24,NA,10,354474,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,641,0,23,124,1,1,3,6.463029384613037,9 +2185,0,1,14,34,12,12,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,962,0,41,NA,1,1,14,6.869014263153076,196 +2186,0,1,13,33,11,12,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,921,0,37,NA,1,0,14,6.825459957122803,196 +2187,0,0,15,27,NA,12,414980,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,350,0,29,94,1,1,6,5.857933044433594,36 +2188,0,0,16,24,12,12,363070,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,385,0,25,NA,NA,1,2,5.953243255615234,4 +2189,0,0,16,33,4,12,401122,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,618,0,44,120,1,1,11,6.426488399505615,121 +2190,0,0,13,31,NA,NA,529281,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,470,1,35,103,1,1,12,6.152732849121094,144 +2192,0,0,12,27,12,NA,373482,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,411,0,31,92,1,1,9,6.0185933113098145,81 +2195,0,0,12,25,12,10,403411,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,400,0,24,111,1,1,7,5.991464614868164,49 +2199,0,0,11,33,9,8,391625,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,700,0,40,96,1,0,16,6.551080226898193,256 +2202,0,0,15,27,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,311,1,40,103,1,0,6,5.739792823791504,36 +2203,0,0,14,24,12,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,243,0,35,110,1,1,4,5.493061542510986,16 +2208,0,0,12,32,5,7,127854,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,248,0,35,67,5,0,14,5.513428688049316,196 +2209,0,0,11,30,8,8,135156,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,423,0,26,69,6,1,13,6.047372341156006,169 +2211,0,0,11,33,8,8,127854,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,600,0,32,91,5,1,16,6.396929740905762,256 +2212,0,0,17,25,8,4,102879,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,700,0,34,104,1,1,2,6.551080226898193,4 +2213,0,0,12,24,10,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,300,0,36,124,6,1,6,5.703782558441162,36 +2215,0,0,12,24,11,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,691,0,42,98,1,0,6,6.538139820098877,36 +2216,0,0,12,30,7,9,542115,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,600,0,48,86,1,1,12,6.396929740905762,144 +2218,0,0,12,30,NA,12,476353,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,700,0,44,118,1,1,12,6.551080226898193,144 +2219,0,0,14,25,12,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,275,1,NA,98,6,0,5,5.616771221160889,25 +2223,0,0,9,34,4,7,151100,1,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,675,0,23,92,1,1,19,6.514712810516357,361 +2224,0,0,17,28,12,12,89134,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,449,1,40,116,1,1,5,6.107022762298584,25 +2225,0,0,16,30,12,12,116442,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,635,0,43,97,1,1,8,6.453625202178955,64 +2226,0,0,14,29,10,9,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1250,0,44,109,1,1,9,7.130898952484131,81 +2227,0,0,18,29,8,18,504643,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,962,0,33,105,1,1,5,6.869014263153076,25 +2228,0,0,18,25,10,13,363070,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,490,0,32,99,6,1,1,6.194405555725098,1 +2230,0,0,12,24,10,13,363070,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,586,0,28,NA,4,1,6,6.373319625854492,36 +2231,0,0,14,33,NA,12,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,750,0,NA,108,1,1,13,6.620073318481445,169 +2232,0,0,18,26,12,12,89134,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,326,0,39,100,6,1,2,5.7868971824646,4 +2233,0,0,18,29,17,12,116442,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,430,0,35,117,1,1,5,6.063785076141357,25 +2234,0,0,12,26,12,11,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,571,0,25,101,1,1,8,6.347389221191406,64 +2235,0,0,16,28,9,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,913,0,40,111,1,1,6,6.816735744476318,36 +2236,0,0,14,30,4,10,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,577,0,44,101,1,1,10,6.357842445373535,100 +2237,0,0,11,32,NA,NA,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,433,0,36,NA,1,1,15,6.070737838745117,225 +2238,0,0,12,24,9,8,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,505,0,21,NA,1,0,6,6.224558353424072,36 +2239,0,1,18,34,NA,8,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,721,0,45,92,1,1,10,6.580639362335205,100 +2240,0,1,16,33,14,8,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,962,0,38,106,1,1,11,6.869014263153076,121 +2241,0,1,12,31,13,14,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,609,0,33,NA,4,0,13,6.411818504333496,169 +2244,0,1,12,25,12,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,450,0,33,NA,1,0,7,6.10924768447876,49 +2245,1,0,12,33,10,12,391625,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,625,0,37,102,1,1,15,6.437751770019531,225 +2246,1,0,14,26,10,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,713,0,28,115,1,1,6,6.569481372833252,36 +2247,1,0,12,24,8,10,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,710,0,37,99,1,1,6,6.56526517868042,36 +2250,1,0,16,32,10,11,704926,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,913,0,48,118,1,1,10,6.816735744476318,100 +2251,1,0,8,24,8,8,708947,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,418,0,21,NA,1,0,10,6.0354814529418945,100 +2254,0,0,13,29,16,13,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,692,0,37,132,1,1,10,6.539586067199707,100 +2255,0,0,12,34,NA,NA,352463,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,260,0,34,NA,1,0,16,5.5606818199157715,256 +2256,0,0,13,26,16,12,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,650,0,26,108,1,1,7,6.476972579956055,49 +2257,0,0,14,25,16,12,354474,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,610,0,35,103,1,1,5,6.413458824157715,25 +2260,0,0,12,29,10,14,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,726,0,40,98,5,1,11,6.587550163269043,121 +2261,0,0,13,32,11,8,352463,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,767,0,44,111,1,0,13,6.642486572265625,169 +2264,0,0,12,27,11,12,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,620,0,29,97,1,0,9,6.4297194480896,81 +2266,0,0,16,27,NA,12,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,721,0,33,101,1,0,5,6.580639362335205,25 +2267,0,0,18,26,12,14,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,516,0,36,129,3,1,2,6.2461066246032715,4 +2269,0,0,12,25,11,10,363070,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,400,0,37,85,6,0,7,5.991464614868164,49 +2270,0,0,14,27,13,13,414980,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,808,0,39,106,1,1,7,6.694561958312988,49 +2271,0,0,12,24,7,7,363070,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,460,0,27,NA,6,0,6,6.131226539611816,36 +2272,0,0,17,32,18,12,361010,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,642,0,45,120,1,0,9,6.464588165283203,81 +2273,0,0,12,28,8,8,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,519,0,28,107,1,1,10,6.251904010772705,100 +2275,0,0,12,24,10,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,568,0,32,109,1,0,6,6.342121601104736,36 +2276,0,0,16,24,10,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,693,0,28,NA,6,1,2,6.541029930114746,4 +2278,0,0,12,31,8,12,487904,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,978,0,49,106,6,1,13,6.885509490966797,169 +2279,0,0,12,32,12,8,361010,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,779,0,34,106,1,0,14,6.658010959625244,196 +2280,0,0,14,27,8,9,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,443,0,32,95,1,0,7,6.093569755554199,49 +2283,0,0,16,33,9,12,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,692,0,39,105,1,1,11,6.539586067199707,121 +2284,0,0,16,26,12,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,417,0,44,131,6,1,4,6.03308629989624,16 +2286,0,0,11,30,8,12,542115,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,773,0,32,93,1,0,13,6.6502790451049805,169 +2287,0,0,15,26,NA,8,430739,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,400,0,33,88,6,1,5,5.991464614868164,25 +2292,0,0,12,27,NA,11,347666,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,900,0,38,100,1,0,9,6.802394866943359,81 +2294,0,0,16,31,12,8,454179,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,700,0,32,107,1,1,9,6.551080226898193,81 +2296,0,0,16,24,8,12,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,485,0,35,104,1,0,2,6.184148788452148,4 +2299,0,0,16,29,8,9,111021,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,894,0,30,107,1,0,7,6.795705795288086,49 +2300,0,0,18,29,NA,NA,111021,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,750,0,42,126,1,1,5,6.620073318481445,25 +2301,1,0,13,33,NA,8,352463,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1055,0,47,109,1,1,14,6.961296081542969,196 +2302,1,0,12,28,10,NA,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,933,0,42,112,1,1,10,6.838405132293701,100 +2303,1,0,12,26,10,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,568,0,22,105,1,1,8,6.342121601104736,64 +2304,1,0,16,25,8,12,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,987,1,36,133,1,1,3,6.894670009613037,9 +2305,1,0,16,24,8,12,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,769,0,36,NA,1,1,2,6.6450910568237305,4 +2306,1,0,12,27,8,12,414980,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,648,1,33,114,1,0,9,6.473890781402588,81 +2307,1,0,16,30,12,14,487904,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,449,0,38,99,6,0,8,6.107022762298584,64 +2309,1,0,12,27,10,12,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,580,0,25,114,1,0,9,6.363028049468994,81 +2310,1,0,8,33,7,10,401122,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,550,0,34,NA,1,0,19,6.309918403625488,361 +2314,0,0,12,29,9,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,800,0,35,123,1,1,11,6.684611797332764,121 +2315,0,0,12,24,12,12,354474,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,160,0,34,83,6,1,6,5.075173854827881,36 +2317,0,0,17,28,16,17,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,462,0,42,NA,1,1,5,6.135564804077148,25 +2318,0,0,14,25,12,12,363070,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,425,0,46,NA,1,1,5,6.052089214324951,25 +2319,0,0,8,32,8,12,361010,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,600,0,39,NA,1,0,18,6.396929740905762,324 +2322,0,0,17,26,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,866,0,37,127,4,1,3,6.763885021209717,9 +2323,0,0,12,28,NA,10,386295,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,683,0,49,87,1,1,10,6.526494979858398,100 +2324,0,0,12,27,12,11,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1115,0,48,100,1,1,9,7.0166096687316895,81 +2325,0,0,12,26,12,11,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1100,0,48,104,1,1,8,7.003065586090088,64 +2326,0,0,12,24,12,11,337974,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,286,0,49,106,1,1,6,5.655992031097412,36 +2327,0,0,14,28,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,513,0,46,127,1,1,8,6.240275859832764,64 +2328,0,0,13,26,12,12,373482,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,650,1,52,109,1,1,7,6.476972579956055,49 +2329,0,0,12,31,12,9,454179,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1039,0,48,85,1,1,13,6.946013927459717,169 +2330,0,0,12,26,12,9,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,700,0,46,93,1,1,8,6.551080226898193,64 +2333,0,1,18,31,12,12,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,315,0,30,NA,6,1,7,5.752572536468506,49 +2336,0,1,12,33,7,8,361010,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,310,0,40,100,1,1,15,5.736572265625,225 +2338,0,1,11,27,NA,NA,373482,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,335,0,37,NA,1,0,10,5.8141303062438965,100 +2339,0,1,11,25,NA,NA,363070,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,518,0,20,71,1,0,8,6.249975204467773,64 +2340,0,1,16,28,12,12,373482,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,709,0,36,88,6,0,6,6.5638556480407715,36 +2342,0,1,12,25,8,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,623,0,32,93,1,0,7,6.43454647064209,49 +2343,0,1,13,28,8,12,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,298,0,26,98,1,0,9,5.697093486785889,81 +2345,0,1,14,24,10,12,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,625,0,35,110,1,1,4,6.437751770019531,16 +2347,0,1,16,29,8,12,504643,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,769,0,37,113,1,0,7,6.6450910568237305,49 +2348,0,1,16,28,8,8,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,459,0,40,136,6,1,6,6.129050254821777,36 +2350,1,1,12,31,6,NA,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,550,0,31,109,1,0,13,6.309918403625488,169 +2352,1,1,14,29,12,11,476353,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,470,0,38,94,1,1,9,6.152732849121094,81 +2353,1,1,12,33,8,8,391625,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,396,0,36,77,1,0,15,5.981414318084717,225 +2354,1,1,14,25,12,12,708947,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,594,0,33,NA,1,1,5,6.3868794441223145,25 +2356,1,1,16,28,18,15,729279,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1039,0,49,113,6,1,6,6.946013927459717,36 +2358,1,1,12,34,8,8,352463,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,400,0,36,NA,1,1,16,5.991464614868164,256 +2360,1,1,12,26,11,12,364640,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,698,1,34,125,1,NA,8,6.548219203948975,64 +2362,1,1,16,26,8,13,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,713,0,27,106,1,1,4,6.569481372833252,16 +2363,1,1,12,24,8,11,337974,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,550,0,33,NA,1,1,6,6.309918403625488,36 +2366,1,1,14,27,8,14,347666,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,333,0,37,108,1,1,7,5.80814266204834,49 +2368,0,1,12,29,12,12,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1058,0,29,NA,1,0,11,6.964135646820068,121 +2369,0,1,11,30,NA,NA,476353,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,590,0,35,89,1,0,13,6.380122661590576,169 +2370,0,1,12,24,NA,NA,354474,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,633,0,39,NA,1,1,6,6.450470447540283,36 +2371,0,1,10,26,NA,NA,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,500,0,24,84,2,1,10,6.214608192443848,100 +2372,0,1,14,28,12,12,364640,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,788,0,37,NA,1,1,8,6.669497966766357,64 +2375,0,1,18,31,13,12,454179,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,832,0,50,NA,1,1,7,6.723832607269287,49 +2377,0,1,12,26,6,12,347666,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,539,0,44,102,1,0,8,6.289715766906738,64 +2379,0,1,18,28,8,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,577,0,44,106,1,1,4,6.357842445373535,16 +2381,0,1,14,30,12,12,1113393,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,808,0,40,102,1,1,10,6.694561958312988,100 +2382,0,1,14,30,14,16,1113393,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,722,0,49,113,1,1,10,6.582025051116943,100 +2383,0,1,12,26,12,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,600,0,26,96,1,1,8,6.396929740905762,64 +2387,0,1,10,28,8,6,378045,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,452,0,22,NA,1,0,12,6.113682270050049,144 +2388,0,1,7,27,4,8,378045,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,300,0,30,NA,1,0,14,5.703782558441162,196 +2391,0,1,12,26,NA,10,88672,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,393,0,24,NA,6,0,8,5.973809719085693,64 +2393,1,1,12,26,NA,7,88672,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,200,0,NA,NA,6,0,8,5.2983174324035645,64 +2398,1,1,9,33,NA,7,107097,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,750,0,51,NA,1,1,18,6.620073318481445,324 +2399,1,1,16,26,12,12,426142,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,673,0,31,107,6,1,4,6.511745452880859,16 +2402,1,1,14,30,12,14,1002054,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,989,0,38,NA,1,0,10,6.896694183349609,100 +2404,1,1,17,27,12,14,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,880,0,49,110,6,0,4,6.779922008514404,16 +2406,1,1,13,26,12,12,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,905,0,35,106,1,1,7,6.807934761047363,49 +2408,1,1,14,34,NA,10,577458,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,250,0,37,NA,1,1,14,5.521461009979248,196 +2409,1,1,10,28,5,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,520,0,38,103,1,0,12,6.253829002380371,144 +2410,1,1,12,27,5,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,356,0,20,53,6,0,9,5.8749308586120605,81 +2411,1,1,12,24,5,12,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,278,0,24,103,1,0,6,5.627621173858643,36 +2412,1,1,12,25,11,11,86498,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,400,0,16,76,2,0,7,5.991464614868164,49 +2415,1,1,10,28,NA,8,88672,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,273,0,36,90,1,1,12,5.609471797943115,144 +2417,1,1,11,31,7,12,501027,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,500,0,31,96,1,1,14,6.214608192443848,196 +2418,1,1,11,33,6,12,370720,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,603,0,35,97,1,1,16,6.401916980743408,256 +2419,0,1,12,25,9,11,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,400,0,26,NA,5,1,7,5.991464614868164,49 +2422,0,1,12,28,NA,10,88672,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,475,0,35,87,5,1,10,6.1633148193359375,100 +2424,0,1,12,33,NA,15,370720,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1100,0,39,89,1,1,15,7.003065586090088,225 +2427,0,1,14,26,12,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,337,1,44,118,6,1,6,5.820083141326904,36 +2429,0,1,11,27,16,12,426142,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,538,0,46,NA,1,1,10,6.287858486175537,100 +2431,0,1,13,26,NA,8,104794,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,404,0,28,70,1,1,7,6.001414775848389,49 +2432,0,1,16,27,17,16,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,757,0,34,104,1,1,5,6.629363059997559,25 +2433,0,1,16,33,18,16,370720,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,554,0,36,113,1,1,11,6.317164897918701,121 +2435,0,1,16,29,12,11,501027,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,577,0,36,116,1,1,7,6.357842445373535,49 +2436,0,1,15,26,12,10,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,432,0,36,114,1,1,5,6.06842565536499,25 +2438,0,1,11,29,5,12,501027,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,550,0,33,NA,1,0,12,6.309918403625488,144 +2439,0,1,16,24,16,12,414261,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,797,0,41,NA,1,1,2,6.680854797363281,4 +2440,0,1,14,27,16,14,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,450,0,29,116,6,1,7,6.10924768447876,49 +2441,0,1,13,29,10,11,501027,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,807,0,43,109,1,1,10,6.693323612213135,100 +2442,0,1,13,24,10,11,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,600,0,31,NA,1,1,5,6.396929740905762,25 +2444,0,1,13,34,6,6,365421,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,933,0,35,NA,1,1,15,6.838405132293701,225 +2445,0,1,11,33,NA,10,365421,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,1,481,0,29,80,1,0,16,6.175867080688477,256 +2446,1,1,12,29,9,8,501027,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,623,0,20,NA,1,0,11,6.43454647064209,121 +2450,1,1,10,27,4,11,88672,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,328,0,14,NA,1,1,11,5.793013572692871,121 +2451,1,1,16,26,6,8,93751,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,600,0,40,116,1,1,4,6.396929740905762,16 +2457,1,1,14,27,5,8,88672,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,693,0,32,83,1,1,7,6.541029930114746,49 +2460,1,1,15,33,12,12,90620,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,923,0,47,104,1,1,12,6.827629089355469,144 +2461,1,1,12,28,12,12,93751,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,721,0,42,106,1,1,10,6.580639362335205,100 +2462,1,1,12,25,12,9,86498,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,540,0,26,99,1,1,7,6.291569232940674,49 +2463,1,1,13,27,12,9,88672,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,459,1,37,101,1,0,8,6.129050254821777,64 +2464,1,1,13,27,11,11,88672,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,485,1,38,74,6,1,8,6.184148788452148,64 +2466,1,1,12,25,NA,11,86498,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,350,0,24,NA,6,0,7,5.857933044433594,49 +2468,1,1,16,25,18,16,372835,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,200,1,30,121,6,1,3,5.2983174324035645,9 +2470,1,1,10,30,3,NA,134310,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,520,0,30,NA,1,0,14,6.253829002380371,196 +2473,1,1,12,25,6,12,86507,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,250,0,26,NA,4,0,7,5.521461009979248,49 +2475,1,1,11,28,NA,NA,88672,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,1,504,0,22,NA,1,0,11,6.222576141357422,121 +2477,1,1,12,28,9,8,88672,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,363,1,21,77,1,1,10,5.894402980804443,100 +2478,1,1,11,33,NA,NA,127041,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,654,0,23,NA,1,0,16,6.483107566833496,256 +2479,1,1,12,32,5,NA,127041,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,425,0,24,NA,1,0,14,6.052089214324951,196 +2480,1,1,12,31,NA,NA,134296,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,245,0,26,NA,4,0,13,5.501258373260498,169 +2481,1,1,11,25,NA,8,86498,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,250,0,21,NA,6,1,8,5.521461009979248,64 +2483,1,1,13,32,0,NA,370720,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,1,879,0,40,NA,1,0,13,6.77878475189209,169 +2486,1,1,12,26,6,6,88672,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,687,0,18,93,1,0,8,6.532334327697754,64 +2487,1,1,11,32,NA,NA,127041,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,402,0,26,NA,1,0,15,5.9964518547058105,225 +2488,1,1,12,31,6,NA,134296,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,428,0,32,NA,4,0,13,6.0591230392456055,169 +2489,1,1,13,24,10,12,372835,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,325,0,37,114,4,1,5,5.783825397491455,25 +2492,1,1,17,27,16,12,383527,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,725,0,40,103,5,0,4,6.586171627044678,16 +2493,1,1,12,25,3,8,89835,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,780,0,34,NA,1,1,7,6.659294128417969,49 +2499,0,1,14,27,NA,8,362750,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,264,0,38,NA,1,1,7,5.575949192047119,49 +2500,0,1,12,32,6,9,577458,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,450,0,43,92,4,1,14,6.10924768447876,196 +2501,0,1,14,27,8,8,88672,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,346,0,33,NA,4,1,7,5.846438884735107,49 +2502,0,1,13,24,6,3,86498,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,350,0,21,79,6,1,5,5.857933044433594,25 +2503,0,1,13,24,10,13,86498,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,400,0,24,NA,6,1,5,5.991464614868164,25 +2504,0,1,12,32,2,6,107097,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,980,0,34,92,1,1,14,6.887552738189697,196 +2505,0,1,12,29,NA,5,134296,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,385,0,36,NA,1,1,11,5.953243255615234,121 +2507,0,1,17,28,NA,11,88672,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,0,1,344,0,35,NA,6,1,5,5.840641498565674,25 +2509,0,1,16,25,7,9,86498,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,563,0,NA,99,6,1,3,6.333279609680176,9 +2510,0,1,7,29,12,12,144741,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,463,0,28,NA,1,1,16,6.1377272605896,256 +2511,0,1,12,28,NA,NA,104794,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,565,0,20,NA,6,0,10,6.336825847625732,100 +2512,0,1,12,27,5,9,104794,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,638,0,28,NA,1,1,9,6.458338260650635,81 +2513,0,1,10,30,NA,5,134296,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,462,0,29,NA,1,0,14,6.135564804077148,196 +2514,0,1,13,27,NA,NA,88672,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,670,1,35,99,1,1,8,6.507277488708496,64 +2515,0,1,13,24,NA,NA,86498,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,404,0,26,NA,6,1,5,6.001414775848389,25 +2516,0,1,17,25,11,9,86498,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,373,1,33,116,5,1,2,5.921578407287598,4 +2517,0,1,12,24,NA,NA,86498,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,230,0,20,NA,6,1,6,5.438079357147217,36 +2518,0,1,12,32,NA,NA,127041,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,558,0,40,NA,5,0,14,6.324358940124512,196 +2519,0,1,8,29,6,7,134296,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,300,0,18,NA,1,0,15,5.703782558441162,225 +2520,0,1,14,29,NA,12,501027,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,913,0,40,NA,1,1,9,6.816735744476318,81 +2522,0,1,18,27,12,8,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,558,0,41,98,1,1,3,6.324358940124512,9 +2523,0,1,13,33,NA,12,370720,0,0,1,0,0,0,0,0,0,1,0,0,1,0,1,1,1,529,0,48,114,1,1,14,6.270988464355469,196 +2524,0,1,15,26,5,7,93751,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,330,0,45,NA,6,1,5,5.799092769622803,25 +2526,0,1,9,26,13,11,93751,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,375,0,28,NA,1,1,11,5.926926136016846,121 +2527,0,1,13,24,13,11,91137,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,615,0,25,NA,1,0,5,6.421622276306152,25 +2528,0,1,14,27,12,12,426142,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,721,0,34,119,1,1,7,6.580639362335205,49 +2529,0,1,16,25,12,12,414261,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,529,1,40,122,4,1,3,6.270988464355469,9 +2531,0,1,12,34,6,12,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,859,0,42,77,1,0,16,6.755768775939941,256 +2532,0,1,14,27,16,11,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,649,0,35,NA,1,1,7,6.475432872772217,49 +2533,0,1,10,24,16,11,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,238,0,26,NA,1,1,8,5.472270488739014,64 +2534,0,1,12,34,8,6,150139,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,275,0,37,95,1,0,16,5.616771221160889,256 +2536,0,1,14,26,NA,13,88672,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,325,0,24,89,1,1,6,5.783825397491455,36 +2537,0,1,14,29,NA,16,134296,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,357,0,44,93,5,1,9,5.877735614776611,81 +2538,0,1,12,30,NA,10,134296,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,385,0,35,NA,1,0,12,5.953243255615234,144 +2540,0,1,14,24,12,15,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,365,0,25,116,1,1,4,5.899897575378418,16 +2542,0,1,8,33,6,4,406024,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,800,0,30,NA,1,0,19,6.684611797332764,361 +2543,0,1,12,34,5,12,406024,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,482,0,37,110,1,1,16,6.177944183349609,256 +2544,0,1,17,29,12,8,493866,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,955,0,39,132,1,1,6,6.861711502075195,36 +2545,0,1,17,26,7,12,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,462,0,32,103,1,0,3,6.135564804077148,9 +2546,0,1,16,28,2,8,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,417,0,37,112,1,0,6,6.03308629989624,36 +2548,0,1,10,25,2,8,367506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,290,0,23,NA,1,0,9,5.6698808670043945,81 +2549,0,1,12,24,12,12,367506,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,1,1,240,0,36,NA,1,1,6,5.4806389808654785,36 +2552,0,1,12,31,NA,NA,610498,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,829,0,30,NA,1,0,13,6.72022008895874,169 +2558,0,1,12,32,12,12,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,361,0,42,99,1,1,14,5.888877868652344,196 +2561,0,1,16,28,11,12,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,598,0,46,138,1,1,6,6.393590927124023,36 +2562,0,1,13,25,7,10,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,750,1,29,93,1,1,6,6.620073318481445,36 +2563,0,1,16,25,12,11,353857,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,385,0,28,88,6,0,3,5.953243255615234,9 +2564,0,1,16,28,NA,10,88672,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,620,0,26,96,1,1,6,6.4297194480896,36 +2570,0,1,13,34,14,12,411911,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,641,0,45,106,1,1,15,6.463029384613037,225 +2575,0,1,16,26,12,9,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,468,0,33,90,1,0,4,6.148468494415283,16 +2576,0,1,13,24,12,9,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,385,1,29,NA,6,0,5,5.953243255615234,25 +2578,0,1,12,25,11,12,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,462,0,25,93,1,0,7,6.135564804077148,49 +2579,0,1,12,27,14,10,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,635,0,32,92,1,1,9,6.453625202178955,81 +2580,0,1,12,26,14,10,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,400,0,22,101,1,1,8,5.991464614868164,64 +2581,0,1,13,27,12,10,420051,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,760,0,27,100,1,1,8,6.6333184242248535,64 +2583,0,1,13,27,12,10,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,560,1,35,91,1,1,8,6.32793664932251,64 +2584,0,1,12,34,3,NA,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1000,0,48,95,1,1,16,6.907755374908447,256 +2587,1,1,11,28,6,6,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,425,0,24,71,1,0,11,6.052089214324951,121 +2589,1,1,12,30,NA,9,134296,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,411,0,28,89,1,0,12,6.0185933113098145,144 +2591,1,1,11,25,NA,3,91137,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,179,0,12,67,1,1,8,5.1873860359191895,64 +2593,1,1,18,32,14,12,370720,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,375,0,44,96,1,0,8,5.926926136016846,64 +2594,1,1,18,28,16,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1298,0,45,127,6,1,4,7.168580055236816,16 +2595,1,1,15,30,8,14,158714,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,1,476,0,40,NA,1,1,9,6.165417671203613,81 +2596,1,1,16,27,8,8,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,775,0,43,114,6,1,5,6.652863025665283,25 +2597,1,1,12,27,10,10,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,714,1,37,112,1,1,9,6.570882797241211,81 +2600,1,1,10,28,NA,9,88672,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,429,0,34,57,4,0,12,6.06145715713501,144 +2602,1,1,13,24,10,11,86498,0,0,1,0,0,0,0,0,0,1,0,0,1,1,1,1,1,435,0,26,NA,6,1,5,6.075345993041992,25 +2603,1,1,13,26,NA,7,93751,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,875,0,30,102,1,1,7,6.774223804473877,49 +2604,1,1,14,33,NA,11,127041,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,424,0,29,103,5,0,13,6.049733638763428,169 +2605,1,1,12,25,NA,11,86498,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,375,0,34,NA,6,0,7,5.926926136016846,49 +2606,1,1,12,25,NA,NA,86498,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,489,0,23,NA,1,0,7,6.192362308502197,49 +2607,1,1,15,24,12,7,86498,0,0,1,0,0,0,0,0,0,1,0,0,1,1,1,1,1,462,0,30,102,1,0,3,6.135564804077148,9 +2608,1,1,12,34,8,NA,577458,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,340,0,33,NA,1,0,16,5.828945636749268,256 +2610,1,1,12,30,NA,12,501027,0,0,1,0,0,0,0,0,0,1,0,0,1,0,1,1,1,581,0,45,NA,1,0,12,6.364750862121582,144 +2611,1,1,12,27,7,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,515,0,34,88,1,1,9,6.244166851043701,81 +2612,1,1,12,25,7,12,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1053,0,32,88,1,1,7,6.9593987464904785,49 +2613,1,1,12,30,10,11,610438,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,475,0,26,NA,1,1,12,6.1633148193359375,144 +2618,1,1,18,32,14,9,370720,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1502,0,53,132,1,1,8,7.3145527839660645,64 +2619,1,1,15,33,12,14,411911,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,962,0,45,110,4,1,12,6.869014263153076,144 +2620,1,1,15,30,14,18,134296,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,230,0,32,90,4,1,9,5.438079357147217,81 +2621,1,1,18,29,14,18,134296,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,750,0,28,96,1,1,5,6.620073318481445,25 +2622,1,1,15,26,12,12,88672,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,225,0,29,83,1,0,5,5.41610050201416,25 +2626,1,1,13,26,12,NA,88672,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,331,0,32,86,1,1,7,5.802118301391602,49 +2627,1,1,11,26,NA,NA,88672,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,397,0,28,NA,1,0,9,5.983936309814453,81 +2628,1,1,10,34,10,NA,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,750,0,45,94,1,1,18,6.620073318481445,324 +2629,1,1,12,25,8,12,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,450,0,20,86,1,1,7,6.10924768447876,49 +2633,1,1,13,25,9,7,353857,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,865,0,40,110,1,1,6,6.762729644775391,36 +2634,1,1,8,24,9,10,91137,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,535,0,31,NA,6,1,10,6.282266616821289,100 +2636,1,1,16,27,12,8,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,846,0,29,114,1,1,5,6.7405195236206055,25 +2637,1,1,16,26,12,8,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,759,0,39,130,6,1,4,6.632001876831055,16 +2638,1,1,16,24,12,8,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,600,0,40,119,6,1,2,6.396929740905762,4 +2640,1,1,12,34,8,NA,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1030,0,26,94,1,1,16,6.937314033508301,256 +2642,1,1,14,32,10,8,411911,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,876,0,52,125,1,1,12,6.775366306304932,144 +2645,1,1,12,32,NA,NA,370720,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,568,0,44,100,1,0,14,6.342121601104736,196 +2646,1,1,16,25,14,14,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,533,0,27,108,6,1,3,6.278521537780762,9 +2649,1,1,12,25,10,8,372835,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,1,1,481,0,38,NA,1,1,7,6.175867080688477,49 +2652,1,1,12,28,NA,11,88672,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,604,1,39,83,1,1,10,6.403573989868164,100 +2657,1,1,12,27,12,12,426142,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,1,1,657,0,32,86,1,1,9,6.48768424987793,81 +2659,1,1,12,31,NA,12,493866,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,625,0,36,101,1,0,13,6.437751770019531,169 +2661,1,1,12,29,NA,10,134296,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,280,0,16,70,1,1,11,5.63478946685791,121 +2665,1,1,10,28,8,7,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,500,0,27,75,1,0,12,6.214608192443848,144 +2666,1,1,12,26,8,7,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,535,1,24,105,1,0,8,6.282266616821289,64 +2667,1,1,10,26,NA,NA,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,818,0,28,85,1,0,10,6.706862449645996,100 +2668,1,1,10,34,NA,NA,365421,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,624,0,33,NA,1,0,18,6.436150550842285,324 +2669,1,1,10,28,NA,9,378045,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,604,0,36,89,1,0,12,6.403573989868164,144 +2670,1,1,12,31,12,12,493866,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,505,0,25,80,1,1,13,6.224558353424072,169 +2671,1,1,12,30,12,12,556697,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,750,0,20,72,1,0,12,6.620073318481445,144 +2672,1,1,12,32,11,8,411911,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,721,0,43,NA,1,1,14,6.580639362335205,196 +2673,1,1,18,32,12,12,411911,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,674,0,56,115,1,1,8,6.513230323791504,64 +2674,1,1,16,33,17,12,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,913,0,48,115,1,1,11,6.816735744476318,121 +2675,1,1,17,30,18,18,134296,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,879,1,40,102,1,1,7,6.77878475189209,49 +2677,1,1,12,26,8,13,88672,0,0,1,0,0,0,0,1,0,0,0,0,1,1,1,1,1,427,1,27,NA,1,1,8,6.056784152984619,64 +2678,1,1,8,24,12,12,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,792,0,29,NA,1,1,10,6.674561500549316,100 +2679,1,1,14,29,10,10,134296,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,327,1,44,99,4,1,9,5.7899603843688965,81 +2682,1,1,10,30,NA,NA,158714,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,313,0,39,NA,5,0,14,5.746203422546387,196 +2683,1,1,16,34,14,12,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,786,0,34,NA,1,1,12,6.666956901550293,144 +2686,1,1,18,31,14,12,122473,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,337,0,40,107,1,1,7,5.820083141326904,49 +2687,1,1,10,30,NA,4,134296,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,385,0,27,66,6,1,14,5.953243255615234,196 +2689,1,1,16,27,8,8,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,529,0,47,108,5,1,5,6.270988464355469,25 +2690,1,1,10,33,NA,NA,127041,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,1,429,0,37,NA,1,0,17,6.06145715713501,289 +2691,1,1,12,27,7,7,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,984,0,36,94,2,0,9,6.891625881195068,81 +2692,1,1,12,34,3,8,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,817,0,27,93,6,0,16,6.705638885498047,256 +2695,1,1,14,32,7,8,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,745,0,NA,NA,1,0,12,6.613384246826172,144 +2697,1,1,10,24,4,0,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,345,0,31,NA,6,1,8,5.8435444831848145,64 +2702,1,1,14,34,NA,12,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,554,1,43,NA,1,1,14,6.317164897918701,196 +2707,1,1,13,24,6,12,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,263,0,28,85,6,1,5,5.5721540451049805,25 +2708,1,1,18,32,16,16,150139,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,745,0,40,99,1,0,8,6.613384246826172,64 +2710,1,1,17,29,13,13,134296,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,673,0,42,NA,6,1,6,6.511745452880859,36 +2712,1,1,17,32,14,13,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,721,0,36,86,5,1,9,6.580639362335205,81 +2713,1,1,13,30,NA,11,134296,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,438,0,34,NA,1,1,11,6.082219123840332,121 +2721,1,0,12,26,NA,12,88672,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,545,0,32,95,1,1,8,6.300786018371582,64 +2722,1,0,14,25,NA,12,86498,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,250,0,NA,114,6,1,5,5.521461009979248,25 +2723,1,0,14,27,NA,11,88672,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,624,0,NA,74,4,1,7,6.436150550842285,49 +2728,1,0,13,29,8,10,501027,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,400,0,36,NA,6,1,10,5.991464614868164,100 +2729,1,0,16,29,16,16,556697,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,577,0,46,128,1,1,7,6.357842445373535,49 +2730,1,0,16,25,18,18,353857,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,813,0,37,111,6,1,3,6.70073127746582,9 +2731,1,0,12,34,12,11,519712,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,625,0,38,101,4,1,16,6.437751770019531,256 +2732,1,0,14,26,12,11,362750,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,485,0,43,111,5,1,6,6.184148788452148,36 +2733,1,0,16,28,10,12,383527,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,841,0,42,92,6,1,6,6.734591484069824,36 +2734,1,0,16,27,10,12,383527,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,865,0,41,100,1,1,5,6.762729644775391,25 +2735,1,0,16,26,14,12,426142,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,325,0,48,123,1,1,4,5.783825397491455,16 +2736,1,0,14,26,9,10,88672,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,477,0,22,69,1,1,6,6.167516708374023,36 +2737,1,0,16,25,9,10,86498,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,250,0,30,79,1,1,3,5.521461009979248,9 +2739,1,0,12,24,10,9,91137,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,500,0,30,NA,6,1,6,6.214608192443848,36 +2740,0,0,13,25,8,10,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,515,1,31,106,6,1,6,6.244166851043701,36 +2741,0,0,18,28,NA,5,383527,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,256,0,27,106,6,1,4,5.545177459716797,16 +2742,0,0,13,24,NA,5,372835,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,718,0,40,115,6,1,5,6.576469421386719,25 +2743,0,0,18,30,17,13,501027,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,796,0,42,NA,1,1,6,6.679599285125732,36 +2744,0,0,12,25,10,12,367506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,750,0,31,108,1,0,7,6.620073318481445,49 +2745,0,0,12,24,10,11,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,419,0,26,NA,4,0,6,6.03787088394165,36 +2747,0,0,12,26,NA,NA,88672,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,431,0,22,69,1,0,8,6.066108226776123,64 +2748,0,0,12,25,NA,NA,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,425,0,27,86,1,0,7,6.052089214324951,49 +2749,0,0,12,31,10,11,134296,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,220,0,29,76,6,1,13,5.393627643585205,169 +2750,0,0,13,29,9,9,134296,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,685,1,40,115,1,1,10,6.5294189453125,100 +2751,0,0,15,34,14,12,365421,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,500,0,44,104,1,0,13,6.214608192443848,169 +2754,0,0,16,26,10,12,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,551,0,37,115,6,0,4,6.311734676361084,16 +2755,0,0,11,25,12,12,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,700,0,26,93,1,0,8,6.551080226898193,64 +2757,0,1,12,32,8,8,411911,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,707,0,39,91,1,1,14,6.561030864715576,196 +2761,1,1,17,28,18,14,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,523,0,38,125,1,1,5,6.259581565856934,25 +2762,1,1,12,24,0,3,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,433,0,26,NA,1,0,6,6.070737838745117,36 +2763,1,1,14,25,5,4,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,462,1,22,89,1,1,5,6.135564804077148,25 +2764,1,1,12,24,5,4,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,397,0,16,NA,1,1,6,5.983936309814453,36 +2765,1,1,15,26,9,5,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,400,1,26,92,1,1,5,5.991464614868164,25 +2768,1,1,18,28,14,8,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,872,0,28,127,4,1,4,6.770789623260498,16 +2769,1,1,12,26,7,10,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,378,0,38,80,1,1,8,5.93489408493042,64 +2770,1,1,12,27,5,8,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,364,0,24,NA,1,1,9,5.897153854370117,81 +2772,1,1,15,31,12,10,501027,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,962,0,44,NA,1,1,10,6.869014263153076,100 +2776,1,1,15,30,12,15,501027,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,801,0,36,112,4,1,9,6.685861110687256,81 +2780,1,1,5,32,0,4,730842,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,400,0,12,NA,1,0,21,5.991464614868164,441 +2783,1,1,13,29,NA,12,134296,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,540,0,29,NA,4,0,10,6.291569232940674,100 +2785,1,1,10,30,9,9,556697,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,450,0,35,90,1,0,14,6.10924768447876,196 +2787,1,1,15,27,NA,16,88672,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,438,0,34,NA,4,1,6,6.082219123840332,36 +2790,1,1,12,26,4,9,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,360,0,23,84,5,0,8,5.886104106903076,64 +2791,0,1,12,27,12,12,383527,0,0,1,0,0,0,0,0,1,0,0,0,1,0,1,1,1,529,0,30,NA,1,0,9,6.270988464355469,81 +2792,0,1,12,26,NA,NA,88672,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,721,0,43,120,1,0,8,6.580639362335205,64 +2793,0,1,2,31,NA,10,556697,0,1,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,345,0,31,NA,5,0,23,5.8435444831848145,529 +2794,0,1,11,27,NA,NA,426142,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,1,1052,0,41,NA,1,1,10,6.95844841003418,100 +2796,0,1,16,28,16,NA,383527,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,726,0,44,106,6,0,6,6.587550163269043,36 +2798,0,1,12,33,NA,NA,519712,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,1,543,0,24,76,5,0,15,6.297109127044678,225 +2799,0,1,16,33,8,6,370720,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,1,1202,0,48,115,1,0,11,7.091742038726807,121 +2803,0,1,16,24,NA,12,414261,0,1,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,400,0,33,NA,1,0,2,5.991464614868164,4 +2805,0,1,9,32,NA,NA,127041,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,375,0,32,89,1,0,17,5.926926136016846,289 +2806,1,1,11,30,NA,NA,158714,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,281,0,29,NA,1,0,13,5.638354778289795,169 +2809,1,1,12,24,NA,10,86498,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,127,0,24,NA,5,0,6,4.844187259674072,36 +2810,1,1,12,32,NA,7,127041,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,0,1,1393,0,39,102,6,1,14,7.239214897155762,196 +2813,1,1,12,30,10,9,501027,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,1,649,0,47,104,1,1,12,6.475432872772217,144 +2815,1,1,16,31,11,8,556697,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,420,0,37,NA,5,0,9,6.040254592895508,81 +2816,1,1,16,27,11,8,426142,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,455,0,40,122,1,0,5,6.120297431945801,25 +2818,1,1,12,25,9,6,86498,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,661,0,23,107,1,0,7,6.493753910064697,49 +2819,0,1,12,24,12,8,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,380,0,30,NA,1,0,6,5.940171241760254,36 +2820,0,1,10,34,NA,NA,577458,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,315,0,26,NA,4,0,18,5.752572536468506,324 +2821,0,1,14,24,NA,NA,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,452,0,41,NA,1,1,4,6.113682270050049,16 +2822,0,1,12,28,12,12,426142,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,625,0,42,100,1,1,10,6.437751770019531,100 +2823,0,1,14,24,8,NA,367506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,601,1,30,NA,6,1,4,6.398594856262207,16 +2825,0,1,13,27,7,12,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,499,0,32,100,1,1,8,6.212605953216553,64 +2827,0,0,8,31,8,10,548740,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,693,0,24,NA,1,0,17,6.541029930114746,289 +2828,0,1,18,32,15,15,423456,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,535,0,40,129,1,1,8,6.282266616821289,64 +2831,0,1,7,26,1,8,375674,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,465,0,24,NA,1,0,13,6.142037391662598,169 +2832,0,1,12,24,NA,9,365200,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,400,0,32,NA,1,1,6,5.991464614868164,36 +2833,0,1,18,27,17,16,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,368,0,40,129,1,1,3,5.908082962036133,9 +2835,0,1,8,25,4,5,365200,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,700,0,22,NA,1,1,11,6.551080226898193,121 +2839,0,1,16,31,16,12,981534,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,962,0,39,112,1,0,9,6.869014263153076,81 +2840,0,1,6,24,NA,8,365200,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,365,0,13,NA,1,1,12,5.899897575378418,144 +2841,0,1,9,33,7,3,363128,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,475,0,35,NA,6,0,18,6.1633148193359375,324 +2843,0,1,12,24,7,3,365200,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,200,0,15,NA,1,0,6,5.2983174324035645,36 +2844,0,1,9,24,NA,NA,75607,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,600,0,23,NA,1,1,9,6.396929740905762,81 +2846,0,1,12,27,8,NA,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,505,0,17,76,6,1,9,6.224558353424072,81 +2852,0,1,16,31,12,12,117386,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,577,0,36,82,1,1,9,6.357842445373535,81 +2853,0,1,12,24,6,12,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,457,0,20,NA,6,1,6,6.124683380126953,36 +2854,0,1,12,34,NA,NA,104904,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,750,0,45,97,5,1,16,6.620073318481445,256 +2855,0,1,11,32,2,11,104904,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,577,0,38,98,1,1,15,6.357842445373535,225 +2857,0,1,15,24,17,16,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,289,1,34,124,6,1,3,5.666426658630371,9 +2859,0,1,12,25,15,9,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,224,0,31,NA,1,0,7,5.411645889282227,49 +2860,0,1,10,24,15,9,86498,0,0,1,0,0,0,0,1,0,0,0,0,1,1,1,1,1,363,0,NA,NA,6,0,8,5.894402980804443,64 +2861,0,1,10,26,NA,8,88672,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,229,0,25,NA,5,0,10,5.433722019195557,100 +2862,0,1,9,26,2,9,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,234,0,20,81,5,0,11,5.455321311950684,121 +2863,0,1,14,24,NA,7,86507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,465,0,NA,NA,1,0,4,6.142037391662598,16 +2868,0,1,16,27,NA,NA,426142,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,2083,0,34,60,4,1,5,7.64156436920166,25 +2869,0,1,15,31,12,12,549394,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,427,1,44,NA,1,1,10,6.056784152984619,100 +2871,0,1,12,33,8,9,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,678,1,44,100,4,1,15,6.5191473960876465,225 +2872,0,1,13,27,18,16,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,313,1,30,84,6,1,8,5.746203422546387,64 +2873,0,1,18,28,7,12,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,601,0,45,132,1,0,4,6.398594856262207,16 +2874,0,1,10,33,6,12,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,500,0,35,96,1,0,17,6.214608192443848,289 +2875,0,1,12,28,6,12,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,375,0,35,100,6,0,10,5.926926136016846,100 +2877,0,1,12,34,2,6,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,550,0,30,109,1,0,16,6.309918403625488,256 +2880,0,1,17,28,NA,12,78509,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,702,1,41,NA,1,1,5,6.553933620452881,25 +2882,0,1,16,33,NA,14,132931,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,625,0,34,84,1,1,11,6.437751770019531,121 +2883,0,1,14,34,NA,6,112480,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,423,0,31,90,1,0,14,6.047372341156006,196 +2884,0,1,11,28,NA,8,78509,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,355,0,28,NA,1,0,11,5.87211799621582,121 +2885,0,1,12,26,9,12,438085,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,519,0,30,98,6,1,8,6.251904010772705,64 +2886,0,1,14,24,9,12,425871,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,359,0,40,120,1,1,4,5.883322238922119,16 +2888,0,1,11,27,NA,7,78509,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,349,0,26,63,1,0,10,5.855072021484375,100 +2889,0,1,12,31,6,5,118905,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,293,0,29,NA,1,0,13,5.680172443389893,169 +2890,0,1,18,28,NA,5,78509,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,443,0,40,100,1,1,4,6.093569755554199,16 +2891,0,1,6,34,6,6,112480,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,270,0,20,NA,1,0,22,5.598422050476074,484 +2892,0,1,14,28,16,13,107087,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,385,0,36,110,1,1,8,5.953243255615234,64 +2895,0,1,12,27,NA,12,91831,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,438,0,43,83,1,0,9,6.082219123840332,81 +2897,0,1,11,30,NA,NA,572299,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,417,0,38,88,1,1,13,6.03308629989624,169 +2901,0,1,11,31,6,NA,572299,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,481,0,41,98,1,0,14,6.175867080688477,196 +2903,0,1,16,30,16,12,110376,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,596,1,49,113,1,1,8,6.390240669250488,64 +2905,0,1,12,28,3,8,95822,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,600,0,22,103,1,0,10,6.396929740905762,100 +2908,0,1,14,27,NA,9,77507,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,250,0,19,NA,6,0,7,5.521461009979248,49 +2909,0,1,12,31,6,10,117386,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,531,0,18,97,1,0,13,6.274762153625488,169 +2910,0,1,12,26,6,10,77507,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,591,0,17,NA,1,0,8,6.3818159103393555,64 +2911,0,1,12,33,NA,NA,111044,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,1,503,0,32,76,1,0,15,6.220590114593506,225 +2912,0,1,11,25,NA,9,89353,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,0,1,475,0,27,NA,1,0,8,6.1633148193359375,64 +2913,1,1,16,31,12,12,501027,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1374,0,44,126,4,1,9,7.2254815101623535,81 +2916,1,1,17,24,17,12,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,325,1,49,NA,6,1,1,5.783825397491455,1 +2917,1,1,14,25,6,12,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,577,1,NA,108,1,0,5,6.357842445373535,25 +2918,1,1,12,25,NA,11,372835,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,702,0,44,127,1,1,7,6.553933620452881,49 +2921,1,1,16,25,16,14,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,444,0,32,112,6,1,3,6.095824718475342,9 +2922,1,1,13,27,12,12,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,560,0,29,99,5,1,8,6.32793664932251,64 +2925,1,1,13,32,8,8,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,962,0,39,94,1,1,13,6.869014263153076,169 +2926,1,1,12,26,NA,7,383527,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,310,0,28,NA,6,1,8,5.736572265625,64 +2927,1,1,17,33,16,16,741440,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1269,1,48,127,1,1,10,7.145984649658203,100 +2928,1,1,16,28,16,16,767055,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,500,0,48,97,5,1,6,6.214608192443848,36 +2929,1,1,16,30,16,16,1002054,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,583,1,52,114,6,1,8,6.368186950683594,64 +2930,1,1,17,25,16,16,745670,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,112,1,33,116,6,1,2,4.718498706817627,4 +2931,1,1,14,33,13,12,730842,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,673,0,45,125,1,1,13,6.511745452880859,169 +2932,1,1,17,29,14,12,987731,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1923,1,43,104,1,1,6,7.561641693115234,36 +2936,1,1,14,24,12,12,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,400,0,27,NA,6,1,4,5.991464614868164,16 +2937,1,1,12,25,12,12,86498,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,460,0,27,99,1,1,7,6.131226539611816,49 +2939,1,1,12,30,NA,12,134296,0,0,1,0,0,0,0,1,0,0,0,0,1,1,1,1,1,245,0,NA,NA,6,0,12,5.501258373260498,144 +2943,1,1,16,27,12,12,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,315,0,44,127,1,0,5,5.752572536468506,25 +2945,1,1,14,26,8,10,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,641,0,37,103,1,1,6,6.463029384613037,36 +2946,1,1,12,25,8,10,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,750,0,23,98,1,1,7,6.620073318481445,49 +2948,1,1,17,25,18,18,367506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,308,1,35,NA,1,1,2,5.730099678039551,4 +2950,1,1,17,29,18,16,493866,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,350,1,42,137,1,1,6,5.857933044433594,36 +2951,1,1,18,27,18,16,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,462,0,32,137,5,1,3,6.135564804077148,9 +2953,1,1,15,34,12,12,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,1154,0,51,103,1,0,13,7.050989627838135,169 +2954,1,1,16,34,12,12,411911,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1748,0,44,111,1,1,12,7.4662275314331055,144 +2956,1,1,17,33,15,12,411911,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,769,0,51,115,1,1,10,6.6450910568237305,100 +2957,0,1,15,29,12,11,572299,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,730,0,42,109,1,1,8,6.593044757843018,64 +2961,0,1,18,30,13,17,572299,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,736,0,49,107,1,1,6,6.601230144500732,36 +2962,0,1,16,25,14,13,425871,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,1,0,500,0,34,128,1,1,3,6.214608192443848,9 +2963,0,1,16,24,12,12,425871,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,1,0,365,0,36,123,4,1,2,5.899897575378418,4 +2965,0,1,13,24,3,3,405778,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,333,1,25,91,1,1,5,5.80814266204834,25 +2966,0,1,12,33,4,8,363128,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,721,0,40,NA,1,0,15,6.580639362335205,225 +2967,0,1,12,27,3,3,375674,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,375,0,21,89,1,1,9,5.926926136016846,81 +2968,0,1,12,26,9,5,345645,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,250,0,31,NA,1,0,8,5.521461009979248,64 +2971,0,1,17,30,4,8,451538,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,361,1,34,87,1,1,7,5.888877868652344,49 +2972,0,0,7,32,NA,4,423456,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,283,0,28,NA,1,0,19,5.64544677734375,361 +2975,0,0,12,34,NA,18,846911,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,415,0,37,NA,1,0,16,6.028278350830078,256 +2978,0,0,16,27,8,11,345645,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,522,1,38,101,1,1,5,6.257667541503906,25 +2979,0,0,12,33,11,11,334102,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,706,0,33,90,1,1,15,6.559615135192871,225 +2981,0,0,16,26,10,11,345645,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,409,1,41,104,1,1,4,6.0137152671813965,16 +2982,0,0,12,24,7,12,336009,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,416,0,39,105,1,1,6,6.0306854248046875,36 +2984,0,0,12,30,NA,8,451538,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,786,0,27,100,6,1,12,6.666956901550293,144 +2986,0,0,16,27,12,16,107087,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,577,0,40,111,1,1,5,6.357842445373535,25 +2987,0,0,16,24,16,12,104102,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,478,0,39,95,1,1,2,6.169610500335693,4 +2988,0,0,17,27,13,16,107087,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,625,0,44,125,6,1,4,6.437751770019531,16 +2989,0,0,17,24,12,16,104102,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,505,0,35,95,4,1,1,6.224558353424072,1 +2990,0,0,12,32,1,8,363128,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,287,0,37,NA,1,1,14,5.659482002258301,196 +2991,0,0,12,24,6,8,336009,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,500,0,24,NA,1,1,6,6.214608192443848,36 +2992,0,0,8,27,7,8,384050,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,500,0,34,NA,4,0,13,6.214608192443848,169 +2993,0,0,12,27,7,12,345645,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,350,0,22,NA,1,1,9,5.857933044433594,81 +2996,0,0,13,24,12,11,336009,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,462,0,34,NA,1,0,5,6.135564804077148,25 +2998,0,0,13,30,6,1,480216,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,548,0,29,NA,6,0,11,6.306275367736816,121 +2999,0,0,12,28,6,3,317074,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,255,0,32,NA,1,0,10,5.541263580322266,100 +3001,0,0,13,24,4,1,309300,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,524,0,26,NA,6,0,5,6.261491775512695,25 +3002,0,0,12,33,5,9,454271,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,292,0,29,NA,1,0,15,5.676753997802734,225 +3004,0,0,14,28,7,7,375674,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,375,0,24,NA,1,0,8,5.926926136016846,64 +3008,0,0,18,32,7,11,363128,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,529,0,38,NA,6,1,8,6.270988464355469,64 +3012,0,0,16,25,10,12,336009,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,909,0,20,124,6,0,3,6.812345027923584,9 +3013,0,0,9,28,NA,7,375674,0,1,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,353,0,30,NA,1,0,13,5.8664679527282715,169 +3018,0,0,14,28,12,12,375674,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,1155,0,41,107,1,1,8,7.051855564117432,64 +3021,0,0,8,34,NA,NA,403476,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,250,0,22,NA,4,0,20,5.521461009979248,400 +3022,0,0,13,28,12,12,107087,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,781,1,35,107,1,1,9,6.660574913024902,81 +3023,0,0,13,31,16,12,139895,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,416,0,45,110,6,1,12,6.0306854248046875,144 +3029,0,1,13,29,7,11,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,364,1,30,80,1,0,10,5.897153854370117,100 +3030,0,1,13,27,NA,11,78509,0,0,1,0,0,0,0,1,0,0,0,0,1,1,1,1,0,375,1,27,91,1,0,8,5.926926136016846,64 +3032,0,1,15,24,7,11,76585,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,375,1,29,NA,1,0,3,5.926926136016846,9 +3033,0,1,16,28,NA,5,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,358,1,26,96,1,NA,6,5.880533218383789,36 +3034,0,1,7,31,NA,2,140524,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,16,NA,2,0,18,5.703782558441162,324 +3036,0,1,14,25,16,16,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,528,0,32,102,1,1,5,6.269096374511719,25 +3037,0,1,12,34,NA,NA,88765,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,299,0,26,93,6,0,16,5.700443744659424,256 +3038,0,1,8,32,0,8,454271,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,450,0,33,NA,1,0,18,6.10924768447876,324 +3039,0,1,14,25,6,10,309300,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,540,1,20,NA,1,0,5,6.291569232940674,25 +3040,0,1,8,29,1,6,490767,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,528,0,26,NA,1,0,15,6.269096374511719,225 +3042,0,1,12,30,NA,12,119965,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,769,0,36,81,1,1,12,6.6450910568237305,144 +3043,0,1,12,26,5,8,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,198,0,32,NA,6,0,8,5.288267135620117,64 +3047,0,1,12,24,2,3,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,400,0,22,NA,6,0,6,5.991464614868164,36 +3048,0,1,12,28,NA,6,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,753,0,26,NA,6,0,10,6.624065399169922,100 +3049,0,1,12,24,NA,NA,75607,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,445,1,20,NA,6,0,6,6.098074436187744,36 +3050,0,1,9,30,3,5,117386,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,240,0,18,NA,1,0,15,5.4806389808654785,225 +3052,0,1,3,25,NA,5,75607,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,167,0,6,NA,1,0,16,5.1179938316345215,256 +3059,0,1,12,24,9,7,89271,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,445,0,36,NA,1,0,6,6.098074436187744,36 +3060,0,1,10,26,3,4,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,250,0,8,NA,1,0,10,5.521461009979248,100 +3061,0,1,12,26,10,12,91831,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,475,0,36,99,1,0,8,6.1633148193359375,64 +3062,0,1,16,28,16,16,84491,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,400,0,42,122,1,1,6,5.991464614868164,36 +3063,0,1,18,24,16,16,82135,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,398,0,38,94,6,1,0,5.986452102661133,0 +3064,0,1,12,25,3,5,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,350,0,24,NA,1,1,7,5.857933044433594,49 +3065,0,1,12,33,NA,NA,111044,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,523,0,26,93,1,0,15,6.259581565856934,225 +3066,0,1,10,31,4,8,117386,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,270,0,31,NA,1,0,15,5.598422050476074,225 +3067,0,1,9,30,NA,1,117386,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,310,0,20,NA,1,0,15,5.736572265625,225 +3071,0,1,6,31,NA,NA,117386,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,NA,NA,2,0,19,5.703782558441162,361 +3072,0,1,12,28,NA,NA,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,325,0,32,69,1,0,10,5.783825397491455,100 +3074,0,1,12,24,18,12,367506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,900,0,28,NA,1,0,6,6.802394866943359,36 +3077,0,0,13,26,12,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,750,0,35,102,1,0,7,6.620073318481445,49 +3079,0,0,8,26,NA,6,77507,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,285,0,12,NA,1,0,12,5.652489185333252,144 +3081,0,0,12,24,12,12,82135,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,278,0,10,NA,1,0,6,5.627621173858643,36 +3082,0,0,13,29,13,10,117386,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,500,0,29,NA,1,1,10,6.214608192443848,100 +3084,0,0,8,30,5,8,119965,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,700,0,28,NA,1,0,16,6.551080226898193,256 +3085,0,0,9,26,5,8,91831,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,300,0,16,NA,1,0,11,5.703782558441162,121 +3086,0,0,8,34,5,8,88765,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,392,0,36,NA,1,0,20,5.971261978149414,400 +3088,0,0,12,34,5,12,88765,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,511,0,44,95,1,0,16,6.236369609832764,256 +3089,0,0,16,31,8,11,119965,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,624,0,37,98,6,1,9,6.436150550842285,81 +3090,0,0,12,27,NA,NA,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,244,0,28,84,1,0,9,5.497168064117432,81 +3091,0,0,12,27,7,NA,91831,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,363,0,30,88,1,1,9,5.894402980804443,81 +3097,0,0,16,27,NA,4,84491,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,606,0,41,109,5,1,5,6.406879901885986,25 +3098,0,0,12,25,NA,9,851743,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,760,0,32,115,1,1,7,6.6333184242248535,49 +3104,0,0,14,31,12,12,130444,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,385,0,37,105,1,1,11,5.953243255615234,121 +3109,0,0,12,32,8,8,454271,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,495,0,27,NA,1,0,14,6.2045578956604,196 +3110,0,0,16,27,8,10,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,828,1,38,90,1,1,5,6.719013214111328,25 +3111,0,0,12,25,NA,12,425871,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,404,0,28,92,1,1,7,6.001414775848389,49 +3112,0,0,15,27,10,12,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,1,267,0,27,113,6,1,6,5.587248802185059,36 +3114,0,0,12,34,5,8,423456,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,440,0,41,82,1,0,16,6.086774826049805,256 +3116,0,0,14,28,NA,12,438085,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,375,0,22,105,6,1,8,5.926926136016846,64 +3117,0,0,10,24,2,8,336009,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,301,0,22,NA,1,1,8,5.707110404968262,64 +3118,0,0,12,34,8,12,363128,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,658,0,36,95,1,1,16,6.4892048835754395,256 +3119,0,0,15,24,7,10,76585,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,0,514,0,33,92,4,1,3,6.242223262786865,9 +3120,0,0,12,26,NA,7,78509,0,1,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,300,0,25,NA,6,0,8,5.703782558441162,64 +3122,0,0,12,26,10,7,78509,0,0,1,0,0,0,0,0,0,1,0,0,1,1,0,1,0,230,0,24,NA,6,0,8,5.438079357147217,64 +3126,0,0,10,31,NA,NA,118905,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,260,0,12,NA,6,0,15,5.5606818199157715,225 +3127,0,0,12,24,8,9,76585,0,0,1,0,0,0,0,0,0,1,0,0,1,1,0,1,0,305,0,16,NA,1,1,6,5.720311641693115,36 +3128,0,0,8,31,0,0,122798,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,430,0,21,NA,1,0,17,6.063785076141357,289 +3129,0,0,8,24,0,0,79093,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,260,0,12,NA,1,1,10,5.5606818199157715,100 +3130,0,0,16,24,12,12,89271,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,577,0,36,140,6,1,2,6.357842445373535,4 +3132,0,0,11,29,4,2,117386,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,425,0,19,NA,1,1,12,6.052089214324951,144 +3133,0,0,12,25,4,2,79093,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,315,0,24,NA,1,0,7,5.752572536468506,49 +3134,0,0,13,29,7,10,119965,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,375,1,33,85,1,0,10,5.926926136016846,100 +3135,0,0,9,33,1,2,111044,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,500,0,23,NA,1,0,18,6.214608192443848,324 +3136,0,0,12,25,1,6,365200,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,500,0,30,116,4,0,7,6.214608192443848,49 +3137,0,0,12,32,3,1,111044,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,350,0,24,85,1,0,14,5.857933044433594,196 +3138,0,0,10,29,3,1,117386,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,525,0,20,85,1,1,13,6.263398170471191,169 +3139,0,0,17,26,13,12,84491,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,500,0,37,NA,1,1,3,6.214608192443848,9 +3140,0,0,16,25,13,12,82135,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,385,0,21,122,1,1,3,5.953243255615234,9 +3142,0,1,9,25,12,8,86498,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,100,0,25,NA,1,1,10,4.605170249938965,100 +3143,0,1,15,26,6,7,88672,0,0,1,0,0,0,0,0,0,1,0,0,1,1,1,1,1,300,0,26,74,1,1,5,5.703782558441162,25 +3144,0,1,12,24,6,7,86498,0,0,1,0,0,0,0,0,0,1,0,0,1,1,1,1,1,188,0,24,NA,6,1,6,5.2364420890808105,36 +3145,0,1,8,33,NA,3,127041,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,355,0,19,NA,1,1,19,5.87211799621582,361 +3147,0,1,12,25,4,4,86507,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,267,0,19,110,1,0,7,5.587248802185059,49 +3149,0,1,12,28,6,7,88681,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,267,0,30,NA,1,0,10,5.587248802185059,100 +3150,0,1,12,34,8,8,370720,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,586,0,38,NA,1,1,16,6.373319625854492,256 +3151,0,1,12,24,NA,5,76585,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,375,0,27,NA,4,1,6,5.926926136016846,36 +3154,0,1,12,31,NA,NA,118905,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,346,0,27,NA,5,0,13,5.846438884735107,169 +3157,0,1,16,28,14,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,545,0,43,123,1,1,6,6.300786018371582,36 +3158,0,1,14,25,14,12,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,562,0,31,122,1,1,5,6.3315019607543945,25 +3159,0,1,12,26,12,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,577,0,24,86,1,1,8,6.357842445373535,64 +3163,0,1,15,26,10,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,890,0,30,80,1,1,5,6.791221618652344,25 +3166,0,1,13,26,6,NA,91831,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,625,0,30,96,1,0,7,6.437751770019531,49 +3168,0,1,13,26,6,12,91831,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,416,0,31,112,6,1,7,6.0306854248046875,49 +3169,0,1,6,31,4,NA,119965,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,683,0,28,NA,1,0,19,6.526494979858398,361 +3171,1,0,11,30,NA,9,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,625,0,20,NA,1,1,13,6.437751770019531,169 +3172,1,0,9,27,NA,NA,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,310,0,34,NA,6,0,12,5.736572265625,144 +3173,1,0,12,28,NA,NA,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,664,0,16,77,1,1,10,6.498281955718994,100 +3177,1,0,11,32,NA,NA,363128,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,286,0,22,92,1,0,15,5.655992031097412,225 +3179,1,0,12,26,NA,NA,78509,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,600,0,36,NA,1,0,8,6.396929740905762,64 +3182,1,0,16,29,12,12,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,742,0,37,89,5,0,7,6.609349250793457,49 +3185,1,0,11,27,2,5,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,225,0,28,NA,6,0,10,5.41610050201416,100 +3186,1,0,12,34,NA,8,103511,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,623,0,41,87,1,0,16,6.43454647064209,256 +3187,1,0,12,24,NA,8,104102,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,603,0,29,NA,6,1,6,6.401916980743408,36 +3188,1,0,12,29,11,10,165331,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,550,0,39,95,1,0,11,6.309918403625488,121 +3192,1,0,16,27,10,12,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,801,0,39,117,1,0,5,6.685861110687256,25 +3195,0,1,14,30,12,12,572299,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,330,0,40,67,1,1,10,5.799092769622803,100 +3196,0,1,16,34,4,12,470506,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,684,0,50,112,1,1,12,6.527957916259766,144 +3197,0,1,15,29,18,12,635888,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,1000,0,41,119,6,1,8,6.907755374908447,64 +3198,0,1,16,30,NA,NA,139895,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1091,0,30,103,6,0,8,6.994850158691406,64 +3199,0,1,13,24,NA,10,90509,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,476,0,23,NA,4,0,5,6.165417671203613,25 +3200,0,1,12,24,NA,3,76585,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,500,0,30,NA,6,1,6,6.214608192443848,36 +3201,0,1,14,25,6,10,76585,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,950,0,31,NA,1,1,5,6.856462001800537,25 +3202,0,1,18,30,14,12,140524,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,1142,0,36,NA,1,1,6,7.040536403656006,36 +3203,0,1,12,32,NA,9,460147,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,450,0,29,74,1,1,14,6.10924768447876,196 +3204,0,1,12,25,7,12,851743,0,0,1,0,0,0,0,0,0,1,0,0,1,0,1,1,1,448,1,32,NA,1,1,7,6.104793071746826,49 +3206,0,1,16,27,12,12,107087,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,361,0,35,112,6,1,5,5.888877868652344,25 +3207,0,1,13,24,12,12,104102,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,535,0,19,NA,1,1,5,6.282266616821289,25 +3210,0,1,17,25,6,8,336009,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,616,0,21,102,1,1,2,6.42324686050415,4 +3211,0,1,14,24,17,14,405778,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,490,0,34,NA,6,1,4,6.194405555725098,16 +3212,0,1,12,26,8,9,375674,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,415,0,24,95,1,1,8,6.028278350830078,64 +3216,1,0,13,24,NA,9,76585,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,250,0,21,NA,6,0,5,5.521461009979248,25 +3220,1,0,13,28,9,6,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,500,0,33,81,1,1,9,6.214608192443848,81 +3221,1,0,18,28,10,10,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,1155,0,48,124,1,0,4,7.051855564117432,16 +3222,1,0,12,32,8,7,470506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,525,0,38,89,1,0,14,6.263398170471191,196 +3224,1,0,11,24,NA,12,425871,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,300,0,23,NA,1,1,7,5.703782558441162,49 +3225,1,0,9,26,8,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,308,0,14,NA,1,0,11,5.730099678039551,121 +3226,1,0,8,29,8,12,572299,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,625,0,30,91,1,0,15,6.437751770019531,225 +3227,1,0,13,24,8,7,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,350,1,35,117,6,1,5,5.857933044433594,25 +3228,1,0,16,30,7,11,572299,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,673,0,46,109,1,1,8,6.511745452880859,64 +3229,1,0,13,28,NA,7,486761,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,558,1,26,NA,1,0,9,6.324358940124512,81 +3232,1,0,12,28,6,7,317074,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,351,0,34,88,1,1,10,5.860786437988281,100 +3233,1,0,12,28,5,9,317074,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,723,0,31,67,1,0,10,6.583409309387207,100 +3234,1,0,15,27,9,12,317074,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,569,1,32,81,1,1,6,6.343880653381348,36 +3235,1,0,11,25,6,12,626601,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,240,0,35,81,6,1,8,5.4806389808654785,64 +3236,1,0,8,32,7,4,88765,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,450,0,34,NA,1,0,18,6.10924768447876,324 +3237,1,0,11,33,3,3,131234,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,338,0,39,NA,1,1,16,5.82304573059082,256 +3238,1,0,10,29,0,7,138729,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,288,0,23,NA,1,0,13,5.662960529327393,169 +3242,0,1,17,24,12,12,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,413,0,31,119,1,1,1,6.023447513580322,1 +3244,0,1,12,29,8,12,635888,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,848,0,28,83,1,1,11,6.742880821228027,121 +3245,0,1,16,32,7,16,423456,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,874,0,38,101,1,1,10,6.773080348968506,100 +3247,0,1,11,29,12,NA,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,295,0,27,NA,1,1,12,5.686975479125977,144 +3248,0,1,8,26,NA,NA,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,12,NA,4,0,12,5.703782558441162,144 +3252,0,1,16,26,9,12,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,289,0,41,NA,1,1,4,5.666426658630371,16 +3256,0,1,9,29,6,14,140524,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,298,0,19,NA,2,0,14,5.697093486785889,196 +3257,0,1,5,32,2,5,132931,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,361,0,14,NA,1,0,21,5.888877868652344,441 +3261,0,1,12,30,NA,NA,118905,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,1097,0,23,NA,1,0,12,7.0003342628479,144 +3262,0,1,16,33,NA,8,112480,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,465,0,23,NA,1,1,11,6.142037391662598,121 +3263,0,1,14,27,NA,8,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,265,0,27,75,1,1,7,5.579730033874512,49 +3265,0,1,16,30,12,12,490767,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,839,0,43,109,1,1,8,6.732210636138916,64 +3266,0,1,16,31,8,14,545297,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,577,1,45,111,1,1,9,6.357842445373535,81 +3267,0,1,10,27,5,5,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,225,0,13,NA,1,0,11,5.41610050201416,121 +3268,0,1,12,25,5,5,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,235,0,18,NA,1,0,7,5.459585666656494,49 +3269,0,1,12,26,2,8,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,250,0,17,NA,1,0,8,5.521461009979248,64 +3272,0,1,12,28,4,1,84491,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,196,0,44,104,1,0,10,5.2781147956848145,100 +3274,0,1,12,32,0,4,137285,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,475,0,25,72,1,0,14,6.1633148193359375,196 +3277,0,1,11,26,7,4,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,500,0,32,87,4,1,9,6.214608192443848,81 +3278,0,1,8,29,NA,1,480216,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,334,0,20,NA,1,0,15,5.811141014099121,225 +3279,0,1,10,27,NA,1,317074,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,454,0,26,NA,4,0,11,6.118097305297852,121 +3280,0,1,16,25,16,12,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,945,0,41,106,1,1,3,6.851184844970703,9 +3281,0,1,13,24,8,16,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,291,0,25,NA,1,1,5,5.673323154449463,25 +3282,0,1,16,27,8,10,375674,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,520,1,49,118,6,1,5,6.253829002380371,25 +3283,0,1,15,28,5,11,417415,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,474,0,30,103,1,0,7,6.16120719909668,49 +3284,0,1,8,32,8,6,363128,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,296,0,36,NA,1,0,18,5.690359592437744,324 +3286,0,1,12,33,3,NA,363128,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,420,0,28,NA,1,1,15,6.040254592895508,225 +3287,0,1,12,26,NA,NA,345645,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,519,0,28,95,1,1,8,6.251904010772705,64 +3289,0,1,12,32,8,8,363128,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,316,0,32,NA,1,0,14,5.755742073059082,196 +3290,0,1,12,28,8,6,751347,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,375,0,40,91,4,1,10,5.926926136016846,100 +3291,0,1,13,25,8,8,618601,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,550,0,28,NA,1,0,6,6.309918403625488,36 +3292,0,1,8,33,NA,NA,334102,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,944,0,36,NA,1,0,19,6.850126266479492,361 +3293,0,1,16,27,12,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,475,0,34,101,1,1,5,6.1633148193359375,25 +3294,0,1,16,27,11,12,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,393,0,37,121,1,1,5,5.973809719085693,25 +3298,0,1,11,24,12,10,414261,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,750,0,37,NA,6,1,7,6.620073318481445,49 +3302,0,1,13,28,3,3,378045,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,492,1,26,NA,1,0,9,6.198478698730469,81 +3305,0,1,12,28,8,8,88672,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,500,0,35,65,1,1,10,6.214608192443848,100 +3310,0,1,11,24,1,3,86498,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,268,0,14,NA,1,0,7,5.590987205505371,49 +3311,0,1,12,33,NA,12,127041,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,475,0,30,85,1,0,15,6.1633148193359375,225 +3313,1,1,12,31,NA,8,134296,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,365,0,34,70,1,1,13,5.899897575378418,169 +3314,1,1,11,26,NA,NA,88672,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,281,0,10,65,1,0,9,5.638354778289795,81 +3315,1,1,14,24,NA,NA,86498,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,250,0,22,NA,6,0,4,5.521461009979248,16 +3316,1,1,12,33,NA,6,127041,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,263,0,33,90,1,0,15,5.5721540451049805,225 +3318,1,1,18,29,11,12,501027,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,1012,0,47,110,1,1,5,6.919683933258057,25 +3319,1,1,17,28,11,12,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,833,0,54,102,1,1,5,6.725033760070801,25 +3320,1,1,16,24,11,12,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,313,0,35,NA,6,1,2,5.746203422546387,4 +3322,1,1,14,32,12,12,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,962,0,31,NA,1,1,12,6.869014263153076,144 +3323,1,1,9,29,7,5,158714,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,346,0,20,67,1,0,14,5.846438884735107,196 +3326,1,1,11,25,5,NA,86498,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,300,0,20,68,6,0,8,5.703782558441162,64 +3327,1,1,11,32,NA,11,127041,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,375,0,37,88,4,1,15,5.926926136016846,225 +3328,1,1,14,24,10,8,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,500,0,34,NA,1,0,4,6.214608192443848,16 +3329,1,1,12,25,6,9,372835,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,346,1,22,NA,1,1,7,5.846438884735107,49 +3330,0,1,9,34,12,6,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,319,0,16,NA,1,1,19,5.765191078186035,361 +3333,0,1,11,26,12,6,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,400,0,22,NA,1,0,9,5.991464614868164,81 +3338,0,1,13,27,9,8,88672,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,548,0,37,NA,1,0,8,6.306275367736816,64 +3340,0,1,7,25,NA,12,86498,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,230,0,19,NA,6,NA,12,5.438079357147217,144 +3341,0,1,12,26,7,7,383527,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,418,0,34,94,1,0,8,6.0354814529418945,64 +3342,0,1,13,29,11,10,501027,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,527,1,43,NA,1,0,10,6.267200469970703,100 +3345,0,1,10,33,8,12,812047,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,865,0,38,97,1,0,17,6.762729644775391,289 +3346,0,1,13,34,NA,6,812047,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,519,0,41,98,1,0,15,6.251904010772705,225 +3348,0,1,11,29,8,8,493866,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,335,0,30,NA,6,0,12,5.8141303062438965,144 +3349,0,1,13,33,NA,12,406024,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,865,0,48,101,1,0,14,6.762729644775391,196 +3351,0,1,8,27,7,NA,378045,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,520,0,33,NA,1,0,13,6.253829002380371,169 +3352,0,1,17,27,16,12,383527,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,855,0,38,115,1,1,4,6.751101493835449,16 +3353,0,1,12,24,6,9,372835,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,316,0,32,NA,1,0,6,5.755742073059082,36 +3355,0,1,18,33,18,17,370720,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,831,0,44,122,1,1,9,6.722630023956299,81 +3356,0,1,16,31,18,17,501027,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,875,0,38,117,1,1,9,6.774223804473877,81 +3357,0,1,14,33,4,8,370720,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,1374,0,45,105,1,1,13,7.2254815101623535,169 +3358,1,1,16,34,NA,8,365421,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,451,0,36,113,6,0,12,6.111467361450195,144 +3360,1,1,18,34,12,17,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,684,0,44,101,1,1,10,6.527957916259766,100 +3361,1,1,13,28,NA,12,383527,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,435,1,39,NA,4,0,9,6.075345993041992,81 +3362,1,1,13,32,12,12,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,913,0,36,113,1,1,13,6.816735744476318,169 +3363,1,1,13,33,NA,12,1112160,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,855,0,31,88,1,1,14,6.751101493835449,196 +3364,1,1,10,34,NA,10,1112160,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,600,0,25,NA,1,0,18,6.396929740905762,324 +3365,1,1,12,28,NA,NA,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,256,0,22,NA,6,0,10,5.545177459716797,100 +3366,1,1,12,29,NA,12,134296,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,375,0,41,93,6,1,11,5.926926136016846,121 +3367,1,1,16,27,NA,5,104794,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,441,0,29,117,1,1,5,6.08904504776001,25 +3368,1,1,13,25,NA,5,102225,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,405,0,29,NA,1,1,6,6.003887176513672,36 +3369,1,1,12,32,NA,7,127041,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,410,0,39,83,5,1,14,6.016157150268555,196 +3370,1,1,15,27,15,12,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,300,1,35,103,6,1,6,5.703782558441162,36 +3371,1,1,16,26,14,16,378045,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,693,0,27,113,1,1,4,6.541029930114746,16 +3373,1,1,18,30,NA,10,501027,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,1012,0,38,124,1,1,6,6.919683933258057,36 +3375,1,0,15,26,15,12,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,452,0,33,123,1,1,5,6.113682270050049,25 +3379,1,0,12,28,11,12,107087,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,388,0,42,NA,1,1,10,5.961005210876465,100 +3381,1,0,18,27,13,16,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,492,0,32,98,1,1,3,6.198478698730469,9 +3384,1,0,5,31,NA,NA,451538,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,313,0,12,NA,1,0,20,5.746203422546387,400 +3388,0,1,14,26,12,12,107087,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,577,0,32,107,5,1,6,6.357842445373535,36 +3389,0,1,12,24,12,12,104102,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,375,0,31,NA,5,1,6,5.926926136016846,36 +3395,0,1,12,33,NA,10,103511,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,655,0,36,114,1,1,15,6.484635353088379,225 +3396,0,1,16,26,10,11,107087,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,709,0,32,119,6,1,4,6.5638556480407715,16 +3398,0,1,14,26,3,9,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,511,0,26,82,6,0,6,6.236369609832764,36 +3400,0,1,12,34,4,1,103511,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,625,0,40,89,1,0,16,6.437751770019531,256 +3402,0,1,14,25,11,10,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,460,0,32,111,6,0,5,6.131226539611816,25 +3403,0,1,14,33,9,7,470506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,625,0,44,104,4,1,13,6.437751770019531,169 +3407,0,1,12,28,NA,NA,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,575,0,30,65,6,0,10,6.3543701171875,100 +3410,0,1,12,25,NA,8,75607,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,500,0,14,NA,1,0,7,6.214608192443848,49 +3411,0,1,13,27,NA,4,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,414,1,14,73,6,0,8,6.0258660316467285,64 +3412,0,1,13,26,NA,NA,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,471,1,27,77,6,0,7,6.154858112335205,49 +3413,0,1,12,29,4,3,117386,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,520,0,18,74,1,0,11,6.253829002380371,121 +3414,0,1,13,27,10,7,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,1,750,0,22,NA,1,0,8,6.620073318481445,64 +3415,0,1,12,25,4,3,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,490,0,22,77,1,0,7,6.194405555725098,49 +3423,0,1,18,31,11,12,117386,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,425,0,38,98,1,1,7,6.052089214324951,49 +3424,0,1,12,32,NA,NA,111044,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,535,0,25,75,1,0,14,6.282266616821289,196 +3426,0,0,13,26,12,12,486761,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,745,0,28,97,1,1,7,6.613384246826172,49 +3427,0,0,12,24,12,12,473190,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,400,0,42,NA,1,1,6,5.991464614868164,36 +3428,0,0,12,28,16,16,486761,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,320,0,27,96,1,1,10,5.7683210372924805,100 +3429,0,0,17,29,16,14,635888,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,606,0,43,99,1,1,6,6.406879901885986,36 +3433,0,0,11,24,11,4,104102,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,1,1,563,0,16,NA,1,1,7,6.333279609680176,49 +3435,0,0,12,27,2,6,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,325,0,35,68,1,0,9,5.783825397491455,81 +3437,0,0,13,29,12,12,141777,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,821,0,51,83,1,0,10,6.7105231285095215,100 +3438,0,0,12,32,NA,12,423456,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,810,0,40,97,1,0,14,6.6970343589782715,196 +3439,0,0,12,26,12,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,374,0,37,98,4,1,8,5.924255847930908,64 +3440,0,0,12,32,12,12,423456,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,300,0,48,95,1,1,14,5.703782558441162,196 +3441,1,1,12,29,9,12,501027,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,619,0,39,NA,1,1,11,6.428105354309082,121 +3442,1,1,18,32,NA,13,370720,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,641,0,49,103,1,1,8,6.463029384613037,64 +3443,1,1,12,31,6,6,493866,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,585,0,NA,105,1,0,13,6.371612071990967,169 +3444,1,1,12,30,6,NA,548740,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,587,0,27,NA,1,0,12,6.375024795532227,144 +3449,1,1,12,24,12,12,86498,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,1,533,0,25,NA,1,1,6,6.278521537780762,36 +3451,0,1,12,30,NA,5,134296,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,325,0,16,86,6,0,12,5.783825397491455,144 +3453,0,1,13,26,NA,NA,88672,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,655,0,30,102,1,0,7,6.484635353088379,49 +3455,0,1,13,25,12,9,353857,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,617,0,34,95,1,1,6,6.424869060516357,36 +3456,0,1,12,24,4,9,353857,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,602,0,28,NA,1,1,6,6.400257587432861,36 +3458,0,1,16,26,3,7,362750,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,550,0,35,100,5,1,4,6.309918403625488,16 +3459,0,1,16,25,3,7,353857,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,686,0,24,NA,1,1,3,6.530877590179443,9 +3461,0,1,10,30,3,8,158714,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,625,0,20,81,1,0,14,6.437751770019531,196 +3462,0,1,11,31,NA,NA,134296,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,440,0,NA,NA,1,NA,14,6.086774826049805,196 +3463,0,1,6,33,NA,12,127041,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,153,0,NA,NA,6,0,21,5.03043794631958,441 +3464,0,1,10,27,NA,NA,88672,0,0,1,0,0,0,0,0,0,1,0,0,1,1,1,1,1,595,0,22,NA,1,1,11,6.388561248779297,121 +3465,0,1,11,27,7,7,88672,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,462,1,29,NA,1,1,10,6.135564804077148,100 +3466,0,1,11,26,NA,7,88672,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,300,0,20,NA,6,1,9,5.703782558441162,81 +3467,0,1,10,31,10,6,134296,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,500,0,27,85,1,1,15,6.214608192443848,225 +3468,0,1,10,29,NA,NA,134296,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,404,0,20,86,1,1,13,6.001414775848389,169 +3470,0,1,10,32,12,12,127041,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,275,0,23,79,1,0,16,5.616771221160889,256 +3471,0,1,8,32,NA,8,116164,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,400,0,11,NA,1,1,18,5.991464614868164,324 +3472,0,1,18,28,NA,4,84491,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,600,0,42,101,1,1,4,6.396929740905762,16 +3474,0,1,13,27,6,8,84491,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,577,0,33,100,1,0,8,6.357842445373535,64 +3475,0,1,12,27,6,8,84491,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,375,0,24,84,1,0,9,5.926926136016846,81 +3476,0,1,12,26,6,8,84491,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,304,0,24,74,1,0,8,5.71702766418457,64 +3477,0,1,12,28,NA,8,352304,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,282,0,33,NA,1,0,10,5.641907215118408,100 +3479,0,1,14,28,NA,NA,81081,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,275,0,25,86,4,0,8,5.616771221160889,64 +3480,0,1,12,25,12,12,89271,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,635,0,32,NA,1,1,7,6.453625202178955,49 +3482,0,1,18,25,10,10,75607,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,711,0,35,NA,6,0,1,6.566672325134277,1 +3483,0,1,13,28,NA,NA,81081,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,959,0,29,NA,1,0,9,6.865890979766846,81 +3484,0,1,16,29,NA,NA,122798,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,1,641,0,25,92,1,0,7,6.463029384613037,49 +3485,0,1,13,24,2,NA,97069,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,444,0,28,NA,1,0,5,6.095824718475342,25 +3486,0,1,9,34,NA,NA,116164,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,235,0,10,NA,1,0,19,5.459585666656494,361 +3488,0,1,15,25,7,8,79093,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,475,0,25,NA,6,0,4,6.1633148193359375,16 +3489,0,1,12,26,NA,6,81081,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,252,0,25,NA,6,0,8,5.529428958892822,64 +3490,0,1,14,27,5,11,84491,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,635,0,28,107,1,0,7,6.453625202178955,49 +3491,0,1,13,26,NA,NA,81081,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,390,0,22,NA,1,0,7,5.966146945953369,49 +3492,0,1,9,33,NA,3,116164,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,413,0,19,NA,1,NA,18,6.023447513580322,324 +3494,0,1,11,29,NA,7,122798,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,400,0,28,NA,1,0,12,5.991464614868164,144 +3495,0,1,8,25,NA,7,79093,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,288,0,12,NA,1,0,11,5.662960529327393,121 +3496,0,1,12,25,NA,NA,93473,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,360,0,10,NA,6,0,7,5.886104106903076,49 +3498,0,1,12,32,NA,6,88765,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,673,0,32,93,1,0,14,6.511745452880859,196 +3499,1,0,10,34,6,12,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,393,0,16,NA,6,0,18,5.973809719085693,324 +3500,1,0,16,26,6,12,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,577,0,27,NA,1,0,4,6.357842445373535,16 +3501,1,0,11,26,2,8,88672,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,188,0,20,NA,6,0,9,5.2364420890808105,81 +3502,1,0,5,27,NA,10,88672,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,285,0,NA,NA,6,0,16,5.652489185333252,256 +3503,1,0,9,34,NA,6,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,375,0,18,69,4,0,19,5.926926136016846,361 +3504,1,0,17,30,18,17,501027,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,770,0,41,113,1,1,7,6.646390438079834,49 +3509,1,0,17,26,NA,16,93751,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,558,0,34,114,1,1,3,6.324358940124512,9 +3510,1,0,18,28,NA,12,93751,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,1763,0,42,126,6,1,4,7.474771976470947,16 +3511,1,0,12,34,7,8,370720,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,695,0,37,92,4,1,16,6.543911933898926,256 +3512,1,0,10,24,NA,NA,372835,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,489,0,22,NA,1,0,8,6.192362308502197,64 +3513,0,0,12,24,12,9,425871,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,509,0,44,127,6,0,6,6.232448101043701,36 +3514,0,0,12,33,NA,6,423456,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,818,0,44,109,4,1,15,6.706862449645996,225 +3515,0,0,7,30,5,8,572299,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,275,0,42,NA,1,0,17,5.616771221160889,289 +3520,0,0,12,30,8,10,501709,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,600,0,42,97,1,0,12,6.396929740905762,144 +3521,0,1,13,25,NA,1,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,577,1,30,NA,1,0,6,6.357842445373535,36 +3522,0,1,14,24,4,1,372835,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,230,0,24,NA,1,0,4,5.438079357147217,16 +3523,0,1,11,26,10,0,383527,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,1,507,0,30,66,1,1,9,6.228510856628418,81 +3526,1,1,12,26,9,9,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,606,0,33,78,1,1,8,6.406879901885986,64 +3527,1,1,12,24,9,9,425871,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,813,0,NA,NA,1,1,6,6.70073127746582,36 +3528,1,1,10,25,8,12,425871,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,285,0,38,NA,4,1,9,5.652489185333252,81 +3530,1,1,16,31,14,16,572299,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1068,0,46,109,1,1,9,6.973543167114258,81 +3533,1,1,14,32,12,8,423456,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1635,0,38,93,1,1,12,7.399397850036621,144 +3534,1,1,16,30,14,4,572299,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,1,860,0,43,109,1,1,8,6.756932258605957,64 +3535,1,1,14,26,NA,NA,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,756,0,40,105,1,1,6,6.6280412673950195,36 +3536,1,1,15,25,16,16,425871,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,750,0,38,105,1,0,4,6.620073318481445,16 +3537,1,1,12,32,NA,NA,423456,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,438,0,36,104,1,1,14,6.082219123840332,196 +3538,1,1,12,33,16,10,423456,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1106,0,30,66,1,1,15,7.008505344390869,225 +3539,1,1,17,30,7,11,118905,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,291,1,43,122,4,1,7,5.673323154449463,49 +3540,1,1,12,26,6,11,78509,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,1,332,0,34,103,1,1,8,5.8051347732543945,64 +3544,0,1,13,26,10,12,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,417,1,39,100,1,1,7,6.03308629989624,49 +3545,0,1,13,30,8,8,490767,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,625,0,44,85,1,0,11,6.437751770019531,121 +3549,0,1,12,27,4,8,417415,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,462,0,26,81,1,0,9,6.135564804077148,81 +3550,0,1,8,34,8,NA,371225,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,250,0,43,NA,1,0,20,5.521461009979248,400 +3551,0,1,18,30,8,12,490767,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,520,0,47,105,1,0,6,6.253829002380371,36 +3556,0,1,14,28,6,8,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,150,0,36,116,6,0,8,5.0106353759765625,64 +3557,0,1,14,25,6,8,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,400,0,26,NA,1,0,5,5.991464614868164,25 +3558,1,1,18,29,NA,4,508712,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,385,0,45,121,1,1,5,5.953243255615234,25 +3561,1,1,15,34,NA,12,376407,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,577,0,45,109,1,1,13,6.357842445373535,169 +3564,1,1,18,34,13,14,376407,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,538,0,53,121,1,1,10,6.287858486175537,100 +3565,1,1,17,28,18,16,389410,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,801,1,52,126,6,1,5,6.685861110687256,25 +3566,1,1,17,24,18,16,378554,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,500,1,39,120,6,1,1,6.214608192443848,1 +3568,1,1,13,29,12,12,508712,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,894,0,40,78,1,1,10,6.795705795288086,100 +3569,1,1,14,27,12,12,389410,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,625,0,37,54,1,1,7,6.437751770019531,49 +3570,1,1,14,28,12,12,389410,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,323,0,37,60,6,1,8,5.777652263641357,64 +3571,1,1,12,32,8,8,418230,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,577,0,33,98,1,0,14,6.357842445373535,196 +3572,1,1,12,25,12,12,420616,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,427,0,40,NA,1,0,7,6.056784152984619,49 +3574,1,1,10,31,8,12,565236,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,241,0,32,94,1,0,15,5.48479700088501,225 +3576,1,1,17,28,9,13,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,758,1,36,128,1,1,5,6.630683422088623,25 +3578,1,1,16,32,8,9,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1979,0,43,94,1,0,10,7.590346813201904,100 +3580,1,1,12,32,NA,12,418230,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,695,0,34,98,1,0,14,6.543911933898926,196 +3581,1,1,16,26,12,16,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,491,0,29,105,1,1,4,6.196444034576416,16 +3582,1,1,16,24,12,16,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,565,0,32,NA,6,1,2,6.336825847625732,4 +3586,1,1,10,30,11,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,340,0,24,NA,6,0,14,5.828945636749268,196 +3587,1,1,13,27,NA,12,390229,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,298,0,25,87,4,1,8,5.697093486785889,64 +3588,1,1,13,25,NA,12,379350,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,308,0,20,71,5,0,6,5.730099678039551,36 +3589,1,1,13,24,12,12,379350,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1097,0,25,117,1,1,5,7.0003342628479,25 +3590,1,1,11,24,17,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,413,0,24,94,1,1,7,6.023447513580322,49 +3593,1,1,12,33,NA,NA,376407,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,606,0,36,NA,1,0,15,6.406879901885986,225 +3595,1,1,12,25,8,11,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,500,0,27,88,6,0,7,6.214608192443848,49 +3596,1,1,15,25,12,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,589,0,30,85,6,1,4,6.3784260749816895,16 +3597,1,1,13,28,12,12,389410,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,625,0,36,102,1,1,9,6.437751770019531,81 +3599,1,1,10,25,7,9,92535,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,390,0,21,NA,1,1,9,5.966146945953369,81 +3603,1,1,14,31,8,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,443,1,43,NA,1,1,11,6.093569755554199,121 +3605,1,1,13,26,8,NA,389410,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,707,1,39,NA,1,0,7,6.561030864715576,49 +3607,1,1,16,27,12,13,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,778,0,33,116,1,1,5,6.656726360321045,25 +3609,1,1,12,28,NA,NA,97090,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,510,0,26,NA,6,0,10,6.234410762786865,100 +3614,1,1,17,25,10,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,442,0,37,NA,1,1,2,6.091310024261475,4 +3615,1,1,13,26,NA,8,389410,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,400,0,35,82,1,1,7,5.991464614868164,49 +3620,1,1,18,28,NA,12,432678,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1275,0,39,114,1,1,4,7.150701522827148,16 +3621,1,1,12,26,NA,12,97090,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,405,0,18,NA,1,1,8,6.003887176513672,64 +3623,1,1,12,28,12,11,97090,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,1,673,0,21,65,5,1,10,6.511745452880859,100 +3624,1,1,10,27,12,11,97090,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,1,280,0,22,84,6,1,11,5.63478946685791,121 +3625,1,1,10,24,12,10,94710,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,350,0,18,NA,6,0,8,5.857933044433594,64 +3627,1,1,18,30,12,12,565236,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,2003,0,48,105,1,1,6,7.602401256561279,36 +3628,1,1,16,26,12,NA,432678,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,769,0,40,101,6,1,4,6.6450910568237305,16 +3632,1,1,16,29,NA,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,866,1,44,108,4,1,7,6.763885021209717,49 +3633,1,1,15,32,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,880,1,36,93,1,1,11,6.779922008514404,121 +3634,1,1,12,26,12,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,550,0,34,96,6,1,8,6.309918403625488,64 +3636,1,1,14,28,7,7,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,610,0,20,92,1,0,8,6.413458824157715,64 +3637,1,1,13,25,12,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,577,0,23,107,1,0,6,6.357842445373535,36 +3638,1,1,12,25,NA,9,94710,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,148,0,27,NA,6,1,7,4.9972124099731445,49 +3646,1,1,16,29,8,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,824,0,39,106,6,1,7,6.714170455932617,49 +3647,1,1,14,26,NA,0,114743,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,700,0,33,NA,1,1,6,6.551080226898193,36 +3649,1,1,18,27,5,3,114743,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,750,0,24,NA,6,0,3,6.620073318481445,9 +3650,1,1,17,34,NA,NA,418230,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,700,1,53,98,1,1,11,6.551080226898193,121 +3651,1,1,18,32,14,14,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,692,0,32,NA,1,1,8,6.539586067199707,64 +3656,1,1,11,27,NA,NA,97090,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,308,0,38,73,2,0,10,5.730099678039551,100 +3658,1,1,17,31,16,16,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,865,0,49,119,6,1,8,6.762729644775391,64 +3665,1,1,14,24,2,NA,94710,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,693,0,33,NA,1,1,4,6.541029930114746,16 +3666,1,1,11,24,NA,9,94710,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,800,0,24,NA,NA,1,7,6.684611797332764,49 +3667,1,1,14,32,12,8,139101,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,673,0,42,82,1,1,12,6.511745452880859,144 +3669,1,1,14,25,12,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,515,0,34,NA,1,1,5,6.244166851043701,25 +3670,1,1,16,31,16,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,712,0,37,NA,1,1,9,6.56807804107666,81 +3671,1,1,13,25,NA,12,378554,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,845,1,31,115,1,1,6,6.7393364906311035,36 +3672,1,1,14,25,12,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,885,1,28,77,6,1,5,6.785587787628174,25 +3673,1,1,14,27,9,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,693,0,34,101,1,1,7,6.541029930114746,49 +3674,1,1,12,34,12,12,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,851,0,40,97,1,1,16,6.74641227722168,256 +3675,1,1,12,29,10,10,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,738,0,34,110,1,0,11,6.603943824768066,121 +3676,1,1,14,25,10,10,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,481,1,28,86,6,0,5,6.175867080688477,25 +3678,1,1,16,30,16,16,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,795,0,43,126,1,1,8,6.678342342376709,64 +3679,1,1,13,32,8,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,579,0,36,NA,4,0,13,6.361302375793457,169 +3682,1,1,12,34,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,869,0,32,96,4,0,16,6.767343044281006,256 +3684,1,1,16,27,12,13,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,577,0,40,117,6,1,5,6.357842445373535,25 +3685,1,1,17,33,14,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1385,0,44,111,1,1,10,7.233455181121826,100 +3686,1,1,14,31,NA,NA,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1603,0,39,NA,1,1,11,7.379631996154785,121 +3690,1,1,12,30,8,8,147046,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,675,0,23,67,1,1,12,6.514712810516357,144 +3694,1,1,18,32,13,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,462,0,43,NA,6,1,8,6.135564804077148,64 +3697,1,1,12,29,NA,12,565236,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,663,0,24,NA,1,1,11,6.496775150299072,121 +3702,1,1,12,24,NA,12,92535,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,845,0,36,NA,6,1,6,6.7393364906311035,36 +3707,1,1,12,33,12,12,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,657,0,31,102,1,1,15,6.48768424987793,225 +3708,1,1,15,27,13,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1200,0,42,95,4,1,6,7.090076923370361,36 +3709,1,1,13,33,0,5,377198,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,770,0,35,NA,1,0,14,6.646390438079834,196 +3711,1,1,12,27,NA,5,97090,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,250,0,29,NA,1,1,9,5.521461009979248,81 +3713,1,1,12,24,0,4,421500,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,343,0,27,NA,6,0,6,5.837730407714844,36 +3715,1,1,12,34,2,0,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,2115,0,22,64,4,1,16,7.656810283660889,256 +3716,1,1,18,27,NA,2,389410,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1029,0,35,NA,1,1,3,6.936342716217041,9 +3717,1,1,12,25,NA,2,378554,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,713,0,22,NA,4,1,7,6.569481372833252,49 +3719,1,1,10,28,8,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,595,0,39,118,1,1,12,6.388561248779297,144 +3722,1,1,15,32,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,833,0,41,104,1,1,11,6.725033760070801,121 +3723,1,1,15,28,NA,NA,441320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,400,0,20,107,6,0,7,5.991464614868164,49 +3726,1,1,14,31,NA,7,147046,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,721,0,36,118,1,1,11,6.580639362335205,121 +3727,1,1,12,31,12,12,147046,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,167,0,32,71,1,1,13,5.1179938316345215,169 +3728,1,1,14,27,8,12,95189,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,467,1,39,114,1,1,7,6.146329402923584,49 +3729,1,1,18,27,13,13,95189,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,643,0,41,118,4,1,3,6.466144561767578,9 +3730,1,1,13,34,10,12,377198,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,600,0,37,75,1,1,15,6.396929740905762,225 +3731,1,1,12,24,13,10,379350,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,400,0,38,149,5,1,6,5.991464614868164,36 +3732,1,1,13,24,12,12,420616,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1000,0,33,108,5,1,5,6.907755374908447,25 +3733,1,1,14,28,8,12,432678,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,666,0,26,108,1,1,8,6.5012898445129395,64 +3739,0,1,16,24,8,11,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,553,0,32,NA,1,1,2,6.3153581619262695,4 +3744,0,1,14,28,10,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,785,0,45,112,4,0,8,6.665683746337891,64 +3746,1,1,15,28,13,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,667,1,39,108,1,0,7,6.5027899742126465,49 +3747,1,1,10,25,8,8,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,300,0,36,93,6,1,9,5.703782558441162,81 +3750,1,1,16,30,14,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,697,0,38,119,1,0,8,6.546785354614258,64 +3752,1,1,14,33,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,438,0,35,94,1,1,13,6.082219123840332,169 +3754,1,1,13,25,9,11,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,685,0,23,68,1,0,6,6.5294189453125,36 +3756,1,1,14,26,7,6,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,414,0,27,103,1,1,6,6.0258660316467285,36 +3757,1,1,12,25,11,14,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,751,0,33,104,1,1,7,6.621405601501465,49 +3758,1,1,13,26,16,16,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,231,0,36,119,6,1,7,5.442417621612549,49 +3762,1,1,16,29,17,14,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,505,0,36,90,1,1,7,6.224558353424072,49 +3763,1,1,16,30,15,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,600,0,44,129,1,1,8,6.396929740905762,64 +3764,1,1,18,33,18,15,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1309,0,48,NA,1,1,9,7.177018642425537,81 +3765,1,1,18,32,NA,18,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1058,0,49,125,1,1,8,6.964135646820068,64 +3766,1,1,15,32,13,11,377198,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,627,1,37,100,1,1,11,6.440946578979492,121 +3767,0,1,16,33,3,8,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1050,0,40,112,1,1,11,6.956545352935791,121 +3770,0,1,18,32,12,16,92010,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,983,0,50,128,1,1,8,6.890609264373779,64 +3773,0,1,18,34,16,13,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1282,0,47,84,1,1,10,7.156176567077637,100 +3774,0,1,12,26,12,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,818,0,40,84,1,0,8,6.706862449645996,64 +3775,0,1,17,24,16,16,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,500,1,31,120,6,1,1,6.214608192443848,1 +3777,0,1,12,32,12,8,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,720,0,38,97,4,1,14,6.579251289367676,196 +3778,0,1,12,29,7,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,538,0,34,102,4,1,11,6.287858486175537,121 +3779,0,1,17,34,8,12,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,938,0,49,NA,1,1,11,6.84375,121 +3782,0,1,11,25,8,9,379350,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,300,0,26,91,1,0,8,5.703782558441162,64 +3783,0,1,11,32,2,1,377198,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,781,1,31,NA,1,0,15,6.660574913024902,225 +3784,0,1,8,34,3,2,377198,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,650,0,33,NA,4,0,20,6.476972579956055,400 +3785,0,1,18,29,12,12,509782,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,996,0,41,131,1,1,5,6.903747081756592,25 +3786,0,1,17,28,12,12,390229,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,582,0,37,107,1,1,5,6.3664703369140625,25 +3787,0,1,16,26,12,12,390229,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,231,0,23,126,1,1,4,5.442417621612549,16 +3788,0,1,16,25,12,12,379350,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,539,0,32,107,1,1,3,6.289715766906738,9 +3792,0,1,15,34,8,8,139101,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,628,0,49,92,1,1,13,6.442540168762207,169 +3793,0,1,12,28,NA,NA,97090,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,674,0,30,NA,1,1,10,6.513230323791504,100 +3794,0,1,16,27,12,12,95189,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,231,0,32,92,1,1,5,5.442417621612549,25 +3795,0,1,18,29,12,12,124352,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,716,0,40,119,1,1,5,6.573680400848389,25 +3798,1,1,13,24,12,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,286,0,32,NA,6,1,5,5.655992031097412,25 +3799,1,1,15,26,12,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,500,0,41,76,1,1,5,6.214608192443848,25 +3800,1,1,16,27,NA,NA,432678,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,312,0,40,NA,6,1,5,5.7430033683776855,25 +3804,1,1,11,25,10,10,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,200,0,24,107,6,1,8,5.2983174324035645,64 +3809,1,1,16,33,12,9,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1106,0,NA,111,1,1,11,7.008505344390869,121 +3810,1,1,12,29,11,11,565236,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,583,1,25,92,1,1,11,6.368186950683594,121 +3812,1,1,16,30,8,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,404,0,46,115,6,1,8,6.001414775848389,64 +3813,1,1,13,25,12,NA,378554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,618,1,37,114,1,0,6,6.426488399505615,36 +3815,1,1,16,27,10,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,277,0,41,123,1,1,5,5.624017715454102,25 +3816,1,1,17,25,12,11,378554,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,962,0,32,107,1,1,2,6.869014263153076,4 +3817,1,1,15,30,12,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,692,1,47,107,1,1,9,6.539586067199707,81 +3818,1,1,12,28,8,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,563,0,43,105,1,1,10,6.333279609680176,100 +3821,1,1,8,33,3,5,418230,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1336,0,40,NA,1,0,19,7.19743537902832,361 +3822,1,1,14,31,12,12,508712,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,673,0,44,111,1,0,11,6.511745452880859,121 +3823,1,1,16,32,NA,11,376407,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,856,0,41,107,1,1,10,6.752270221710205,100 +3824,1,1,16,32,8,4,376407,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,260,1,40,117,6,1,10,5.5606818199157715,100 +3825,1,1,15,28,8,4,389410,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,575,0,42,116,1,1,7,6.3543701171875,49 +3828,1,1,13,24,2,8,378554,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,626,0,40,108,1,0,5,6.439350605010986,25 +3830,1,1,12,32,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1443,0,47,115,1,0,14,7.274479389190674,196 +3831,1,1,14,28,6,11,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,336,0,31,101,1,1,8,5.817111015319824,64 +3832,1,1,12,27,6,11,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,577,0,30,98,1,1,9,6.357842445373535,81 +3836,1,1,13,24,8,12,379350,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,480,0,30,NA,1,1,5,6.173786163330078,25 +3837,1,1,15,28,16,0,399926,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,250,0,42,87,1,1,7,5.521461009979248,49 +3840,0,1,11,24,12,9,378554,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,479,0,27,NA,1,1,7,6.171700477600098,49 +3842,0,1,15,34,NA,NA,376407,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1038,0,43,95,1,1,13,6.945051193237305,169 +3843,0,1,18,33,13,12,376407,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1090,0,48,114,1,1,9,6.993933200836182,81 +3845,0,1,18,26,12,12,389410,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,462,0,40,116,1,1,2,6.135564804077148,4 +3846,0,1,12,32,NA,12,376407,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,625,0,41,90,1,1,14,6.437751770019531,196 +3847,0,1,16,25,5,8,378554,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,817,0,38,115,1,1,3,6.705638885498047,9 +3849,0,1,14,28,17,4,389410,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,361,0,40,113,1,1,8,5.888877868652344,64 +3852,0,1,12,27,12,12,389410,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,320,1,35,87,1,0,9,5.7683210372924805,81 +3855,0,1,16,32,7,12,376407,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,347,1,32,91,4,1,10,5.849324703216553,100 +3856,1,0,12,30,NA,NA,565236,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,861,0,39,86,4,1,12,6.758094310760498,144 +3858,1,0,10,26,2,2,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,282,0,16,90,1,1,10,5.641907215118408,100 +3859,1,0,12,24,17,14,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,699,0,33,125,5,0,6,6.5496506690979,36 +3860,1,0,12,24,11,10,378554,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,615,0,26,107,1,1,6,6.421622276306152,36 +3863,1,0,11,25,8,12,379350,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,433,0,35,88,6,1,8,6.070737838745117,64 +3865,1,1,16,25,12,12,94710,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,534,0,28,117,6,1,3,6.280395984649658,9 +3867,1,1,16,26,12,12,97090,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,625,0,31,92,6,1,4,6.437751770019531,16 +3869,1,1,18,26,10,12,97090,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,577,0,43,122,4,1,2,6.357842445373535,4 +3870,1,1,12,24,10,12,94710,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,843,0,26,98,6,1,6,6.736967086791992,36 +3874,1,1,16,26,12,12,97090,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,404,0,45,123,1,1,4,6.001414775848389,16 +3879,1,1,15,32,NA,12,92010,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,553,0,40,NA,1,1,11,6.3153581619262695,121 +3880,1,1,18,31,18,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1014,0,45,116,1,1,7,6.921658039093018,49 +3883,1,1,16,29,8,4,601550,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,325,0,44,114,6,1,7,5.783825397491455,49 +3885,1,1,15,30,12,8,147046,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,771,0,34,91,1,1,9,6.647688388824463,81 +3887,1,1,14,24,12,13,94710,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,700,0,28,125,1,1,4,6.551080226898193,16 +3889,1,1,17,24,13,7,94710,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,548,1,42,126,6,1,1,6.306275367736816,1 +3890,1,1,16,26,0,5,97090,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,625,0,43,101,6,1,4,6.437751770019531,16 +3891,1,1,16,28,12,7,97090,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,911,0,33,101,1,0,6,6.814542770385742,36 +3895,0,1,12,33,16,16,377198,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,745,0,44,116,1,1,15,6.613384246826172,225 +3896,0,1,12,24,12,12,379350,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,674,0,18,103,1,0,6,6.513230323791504,36 +3897,0,0,16,28,12,12,390229,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,817,0,49,113,1,0,6,6.705638885498047,36 +3899,1,1,15,25,NA,10,420616,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,770,0,42,111,1,1,4,6.646390438079834,16 +3900,1,1,15,27,8,9,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,727,0,38,116,1,1,6,6.588926315307617,36 +3902,1,1,12,24,8,9,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,666,0,25,NA,1,1,6,6.5012898445129395,36 +3903,1,1,14,27,NA,12,389410,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,688,0,32,94,1,1,7,6.533788681030273,49 +3906,1,1,14,26,16,13,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,560,1,38,108,6,1,6,6.32793664932251,36 +3908,1,1,16,28,13,14,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,500,0,42,123,1,1,6,6.214608192443848,36 +3912,1,1,14,28,NA,NA,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,670,0,42,NA,6,1,8,6.507277488708496,64 +3915,1,1,12,34,9,9,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,962,0,36,NA,1,1,16,6.869014263153076,256 +3918,1,1,16,28,NA,12,389410,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,726,0,38,109,1,1,6,6.587550163269043,36 +3927,1,1,16,33,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,962,0,36,124,1,1,11,6.869014263153076,121 +3928,1,1,17,33,12,14,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,615,1,42,89,1,1,10,6.421622276306152,100 +3929,1,1,13,32,12,10,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1154,0,35,114,1,0,13,7.050989627838135,169 +3931,1,1,13,29,14,8,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,675,0,35,121,1,1,10,6.514712810516357,100 +3933,1,1,12,26,NA,10,389410,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,422,0,37,103,1,1,8,6.0450053215026855,64 +3934,1,1,12,25,12,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1063,0,19,96,6,1,7,6.968850612640381,49 +3939,1,1,18,33,15,14,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1175,0,54,117,6,1,9,7.069023609161377,81 +3940,1,1,15,27,12,NA,389410,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,852,1,36,108,1,1,6,6.747586727142334,36 +3941,1,1,12,24,12,NA,378554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,610,0,24,NA,1,1,6,6.413458824157715,36 +3943,1,1,18,33,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,423,0,43,NA,1,1,9,6.047372341156006,81 +3945,1,1,12,29,8,12,565236,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1200,0,40,100,1,1,11,7.090076923370361,121 +3946,1,1,14,34,15,10,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1029,0,46,NA,1,1,14,6.936342716217041,196 +3952,1,1,14,28,12,NA,389410,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,550,0,30,104,4,1,8,6.309918403625488,64 +3953,1,1,15,31,12,12,508712,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,801,0,36,91,6,0,10,6.685861110687256,100 +3954,1,1,12,31,NA,11,508712,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,543,0,31,97,1,1,13,6.297109127044678,169 +3955,1,1,9,31,8,11,565236,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,350,0,18,NA,3,1,16,5.857933044433594,256 +3957,1,1,14,32,NA,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,750,0,33,94,4,1,12,6.620073318481445,144 +3958,1,1,14,34,12,10,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,450,0,36,103,1,1,14,6.10924768447876,196 +3961,1,1,14,24,12,9,420616,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,600,0,26,NA,6,1,4,6.396929740905762,16 +3963,1,1,12,33,7,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,855,0,44,101,5,0,15,6.751101493835449,225 +3967,1,1,14,26,14,8,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,728,0,30,94,1,0,6,6.590301036834717,36 +3968,1,1,12,34,12,11,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,693,0,38,112,4,1,16,6.541029930114746,256 +3969,1,1,10,27,12,12,389410,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1025,0,24,73,4,0,11,6.932447910308838,121 +3973,1,1,14,28,8,8,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1154,1,32,104,1,1,8,7.050989627838135,64 +3974,1,1,16,32,15,18,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,983,0,48,NA,1,1,10,6.890609264373779,100 +3975,1,1,15,34,3,0,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,727,0,34,105,4,0,13,6.588926315307617,169 +3978,1,1,14,34,10,11,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,535,0,38,106,1,1,14,6.282266616821289,196 +3979,1,1,12,25,11,11,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,532,0,39,101,1,1,7,6.2766432762146,49 +3982,1,1,13,26,10,11,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,289,1,28,86,6,1,7,5.666426658630371,49 +3983,1,1,17,26,12,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,313,1,36,119,6,1,3,5.746203422546387,9 +3984,1,1,13,24,13,16,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,404,0,24,83,6,1,5,6.001414775848389,25 +3986,1,1,18,30,12,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1100,0,43,114,1,1,6,7.003065586090088,36 +3987,1,1,12,27,2,2,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,660,0,36,104,1,1,9,6.492239952087402,81 +3988,1,1,12,32,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,433,0,44,99,1,0,14,6.070737838745117,196 +3989,1,1,17,27,18,16,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,400,1,37,126,5,1,4,5.991464614868164,16 +3993,1,1,15,26,18,13,432678,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,263,0,36,101,6,1,5,5.5721540451049805,25 +3994,1,1,13,34,12,12,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,400,0,45,NA,1,1,15,5.991464614868164,225 +3997,1,1,16,34,15,18,376407,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,577,0,40,109,1,1,12,6.357842445373535,144 +3998,1,1,12,24,13,13,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,433,0,35,110,6,1,6,6.070737838745117,36 +4000,1,1,17,25,18,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,470,0,39,104,1,0,2,6.152732849121094,4 +4001,1,1,17,25,12,14,378554,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,255,1,30,118,1,1,2,5.541263580322266,4 +4002,1,1,12,26,12,12,389410,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,625,0,28,NA,1,1,8,6.437751770019531,64 +4005,1,1,13,34,12,NA,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,670,1,48,103,6,1,15,6.507277488708496,225 +4007,1,1,12,30,12,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1049,0,36,90,1,1,12,6.955592632293701,144 +4012,1,1,17,34,NA,4,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1846,0,49,98,1,1,11,7.520776271820068,121 +4013,1,1,15,33,16,12,418230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,769,0,46,112,1,1,12,6.6450910568237305,144 +4015,1,1,11,34,NA,NA,139101,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,1,688,0,37,64,1,NA,17,6.533788681030273,289 +4018,1,1,15,24,15,12,379350,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,650,0,25,NA,1,1,3,6.476972579956055,9 +4019,1,1,16,26,13,18,390229,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,479,0,39,128,1,1,4,6.171700477600098,16 +4027,1,0,16,24,16,13,440484,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,341,0,40,113,1,1,2,5.831882476806641,4 +4029,1,0,14,32,10,12,389423,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,906,0,46,102,1,1,12,6.809039115905762,144 +4031,1,0,12,33,7,8,432693,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,351,0,33,93,5,1,15,5.860786437988281,225 +4033,0,0,12,29,8,9,526305,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,775,0,40,92,1,0,11,6.652863025665283,121 +4034,0,0,12,26,8,9,402877,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,700,0,35,124,1,0,8,6.551080226898193,64 +4036,0,0,16,26,12,12,402877,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,592,0,39,119,1,1,4,6.383506774902344,16 +4037,0,0,12,24,8,11,391645,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,740,0,25,NA,NA,1,6,6.606650352478027,36 +4039,0,0,12,27,10,8,447641,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,533,0,34,96,1,1,9,6.278521537780762,81 +4040,0,0,16,25,18,13,323633,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,417,0,32,110,6,1,3,6.03308629989624,9 +4041,0,0,18,34,12,12,321797,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1394,0,40,118,1,1,10,7.239932537078857,100 +4043,0,0,12,34,8,10,321797,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,548,0,42,96,1,1,16,6.306275367736816,256 +4044,0,1,11,24,11,12,323633,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,657,0,27,80,1,1,7,6.48768424987793,49 +4046,0,1,12,25,10,12,323633,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,572,0,39,NA,1,1,7,6.349139213562012,49 +4047,0,1,13,29,NA,12,434907,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,624,0,36,137,1,0,10,6.436150550842285,100 +4048,0,1,16,31,15,12,434907,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,442,0,38,113,1,1,9,6.091310024261475,81 +4050,0,1,15,27,12,12,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,577,0,41,93,1,1,6,6.357842445373535,36 +4051,0,1,13,27,12,12,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,540,0,34,93,1,1,8,6.291569232940674,64 +4052,0,1,15,30,9,12,434907,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,841,0,42,116,6,1,9,6.734591484069824,81 +4061,1,0,14,29,NA,8,434907,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,724,1,34,106,6,1,9,6.58479118347168,81 +4063,1,0,13,26,6,11,332914,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,557,1,22,NA,1,1,7,6.322565078735352,49 +4064,1,0,13,24,NA,NA,323633,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,334,1,14,NA,1,1,5,5.811141014099121,25 +4066,1,0,15,24,10,14,323633,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,510,0,33,NA,6,1,3,6.234410762786865,9 +4067,1,0,12,31,8,12,526305,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,577,0,31,69,1,0,13,6.357842445373535,169 +4074,1,0,12,29,2,6,526305,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,511,0,36,78,1,1,11,6.236369609832764,121 +4078,0,1,15,25,9,7,323633,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,311,1,28,87,1,1,4,5.739792823791504,16 +4079,0,1,12,34,8,8,321797,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,577,0,41,99,1,1,16,6.357842445373535,256 +4081,0,1,12,34,NA,12,357552,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,670,0,40,NA,1,1,16,6.507277488708496,256 +4082,0,1,12,27,12,16,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,631,0,33,92,1,1,9,6.447305679321289,81 +4083,0,1,16,25,12,16,323633,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,666,0,23,113,4,1,3,6.5012898445129395,9 +4087,0,1,14,27,12,12,369904,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,400,0,38,119,1,1,7,5.991464614868164,49 +4089,0,1,11,24,10,16,359592,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,220,0,24,NA,1,1,7,5.393627643585205,49 +4091,0,1,13,30,NA,9,483230,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,577,0,43,NA,1,0,11,6.357842445373535,121 +4093,0,1,13,29,NA,12,434907,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,423,0,29,98,4,1,10,6.047372341156006,100 +4094,0,1,16,27,14,16,369904,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,647,0,33,99,1,1,5,6.472346305847168,25 +4095,0,1,15,28,10,12,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,345,1,36,NA,6,1,7,5.8435444831848145,49 +4096,0,1,16,25,11,14,359592,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,840,0,24,112,6,1,3,6.733401775360107,9 +4097,1,1,15,25,18,12,378554,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,625,0,30,115,1,1,4,6.437751770019531,16 +4100,0,1,9,30,8,NA,565236,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1000,0,26,96,1,1,15,6.907755374908447,225 +4101,1,1,16,31,8,6,124352,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,919,0,41,117,1,1,9,6.823286056518555,81 +4105,1,1,12,31,2,8,124352,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,730,0,38,96,1,1,13,6.593044757843018,169 +4107,1,1,12,24,10,10,109360,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,448,0,26,NA,5,0,6,6.104793071746826,36 +4109,1,1,14,29,12,12,508712,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,483,1,44,75,1,1,9,6.18001651763916,81 +4111,0,1,12,25,11,10,378554,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,411,0,46,108,6,1,7,6.0185933113098145,49 +4112,0,1,14,30,13,12,508712,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,885,0,46,NA,1,1,10,6.785587787628174,100 +4116,0,0,14,27,10,12,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,350,0,32,NA,NA,1,7,5.857933044433594,49 +4120,0,0,17,27,12,16,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,500,0,34,92,1,1,4,6.214608192443848,16 +4123,0,0,15,33,16,16,321797,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,733,0,38,95,1,1,12,6.5971455574035645,144 +4124,0,0,13,30,12,12,434907,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,459,1,34,88,6,1,11,6.129050254821777,121 +4125,0,0,16,28,12,12,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,721,0,37,106,1,1,6,6.580639362335205,36 +4126,0,0,15,32,8,8,321797,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,699,0,44,95,1,1,11,6.5496506690979,121 +4127,0,0,14,30,9,15,434907,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,785,0,40,94,1,1,10,6.665683746337891,100 +4128,0,0,16,29,12,13,434907,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,925,0,45,105,1,1,7,6.829793930053711,49 +4129,0,0,14,26,12,13,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,449,0,30,115,5,1,6,6.107022762298584,36 +4130,0,0,15,24,14,14,391645,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,325,0,37,117,1,1,3,5.783825397491455,9 +4131,0,0,13,32,13,12,432693,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,683,0,30,NA,1,1,13,6.526494979858398,169 +4132,0,0,16,32,18,14,432693,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,522,0,45,NA,1,1,10,6.257667541503906,100 +4133,0,0,18,28,18,14,447641,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,470,0,44,93,1,1,4,6.152732849121094,16 +4134,1,0,12,34,8,7,321797,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,541,0,38,115,1,1,16,6.293419361114502,256 +4135,1,0,14,29,13,12,483230,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,852,0,43,NA,1,1,9,6.747586727142334,81 +4136,1,0,12,30,9,12,434907,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,400,0,42,NA,1,1,12,5.991464614868164,144 +4137,1,0,18,27,NA,NA,453117,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,547,0,36,117,6,1,3,6.30444860458374,9 +4138,1,0,16,32,12,14,437985,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,577,0,36,98,6,1,10,6.357842445373535,100 +4139,1,0,11,24,13,13,440484,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,300,0,31,NA,1,1,7,5.703782558441162,49 +4141,1,0,16,32,NA,12,865385,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1068,0,42,105,1,1,10,6.973543167114258,100 +4142,1,0,12,32,6,7,389423,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,721,0,36,109,1,1,14,6.580639362335205,196 +4146,1,0,17,31,12,11,1169566,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,673,1,42,95,4,1,8,6.511745452880859,64 +4148,1,0,17,27,14,12,332914,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,739,0,31,120,1,1,4,6.605298042297363,16 +4149,1,0,12,26,8,NA,402877,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1478,0,NA,96,6,0,8,7.298445224761963,64 +4156,0,0,17,27,8,14,402877,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,875,0,40,NA,6,1,4,6.774223804473877,16 +4157,0,0,12,33,8,12,389423,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,900,0,40,NA,1,1,15,6.802394866943359,225 +4162,0,0,13,31,13,12,144695,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,801,0,42,91,1,1,12,6.685861110687256,144 +4163,0,0,13,26,8,12,110762,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,550,0,38,109,1,1,7,6.309918403625488,49 +4164,0,0,10,34,8,9,95192,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,575,0,32,NA,1,0,18,6.3543701171875,324 +4165,0,0,12,27,12,12,98481,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,540,0,38,87,1,1,9,6.291569232940674,81 +4167,0,0,16,32,13,13,437985,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,790,0,34,110,1,1,10,6.672032833099365,100 +4168,0,0,14,28,12,10,453117,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,693,0,28,97,1,1,8,6.541029930114746,64 +4169,0,0,16,26,12,10,453117,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,250,0,30,110,4,1,4,5.521461009979248,16 +4170,0,0,17,24,14,13,391645,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,417,1,35,NA,1,1,1,6.03308629989624,1 +4171,0,0,9,32,3,4,486650,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,635,0,29,74,1,0,17,6.453625202178955,289 +4177,0,0,12,32,NA,9,321797,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,413,0,32,95,5,1,14,6.023447513580322,196 +4183,0,0,12,25,NA,NA,104719,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,300,0,26,97,1,0,7,5.703782558441162,49 +4187,0,0,17,26,18,14,402877,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,567,1,29,NA,1,1,3,6.340359210968018,9 +4189,0,0,16,32,7,12,389423,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,641,0,39,NA,1,0,10,6.463029384613037,100 +4191,0,0,13,29,NA,NA,171004,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,356,0,34,98,1,0,10,5.8749308586120605,100 +4193,0,0,12,33,NA,NA,151687,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,400,1,39,105,1,0,15,5.991464614868164,225 +4195,0,0,12,31,12,12,128652,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,413,0,21,85,1,1,13,6.023447513580322,169 +4198,0,0,14,33,12,10,321797,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,531,0,42,105,1,0,13,6.274762153625488,169 +4199,0,0,16,29,12,10,526305,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,635,0,39,122,1,0,7,6.453625202178955,49 +4200,0,0,14,27,18,12,402877,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,144,1,36,114,1,1,7,4.969813346862793,49 +4201,0,0,14,31,17,13,526305,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,550,0,36,129,1,0,11,6.309918403625488,121 +4205,0,0,12,32,7,8,107063,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,486,0,33,100,6,1,14,6.186208724975586,196 +4207,0,0,17,31,9,14,526305,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,598,0,40,108,1,1,8,6.393590927124023,64 +4212,0,0,14,26,NA,16,453117,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,462,1,26,NA,1,1,6,6.135564804077148,36 +4213,0,0,16,26,NA,16,453117,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,812,0,32,NA,1,1,4,6.699500560760498,16 +4214,0,0,12,25,8,11,391645,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,625,0,22,NA,1,0,7,6.437751770019531,49 +4215,0,0,12,31,3,NA,526305,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1043,0,33,NA,1,0,13,6.949856281280518,169 +4216,0,0,16,27,8,12,447641,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,800,0,38,122,6,1,5,6.684611797332764,25 +4217,0,0,16,27,8,9,402877,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,812,1,36,119,1,1,5,6.699500560760498,25 +4218,0,0,17,26,8,8,739808,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,433,0,40,129,6,1,3,6.070737838745117,9 +4221,0,0,17,28,8,8,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,751,0,32,79,1,1,5,6.621405601501465,25 +4224,0,0,14,26,10,12,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,294,0,39,109,6,1,6,5.683579921722412,36 +4228,0,1,12,25,12,12,323633,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,427,0,30,105,1,1,7,6.056784152984619,49 +4229,0,1,12,33,NA,NA,321797,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,700,0,47,90,1,1,15,6.551080226898193,225 +4232,0,1,16,25,12,12,323633,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,284,0,30,NA,1,1,3,5.648974418640137,9 +4233,0,1,14,27,13,14,369904,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,542,1,28,101,1,1,7,6.295266151428223,49 +4238,0,1,12,25,12,12,323633,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,480,0,35,83,1,1,7,6.173786163330078,49 +4239,0,1,16,26,13,14,332914,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,378,0,32,NA,1,1,4,5.93489408493042,16 +4240,0,1,16,30,NA,NA,591935,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,508,0,38,111,1,1,8,6.2304816246032715,64 +4241,0,1,12,25,NA,NA,440484,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,500,0,26,NA,1,1,7,6.214608192443848,49 +4243,0,1,12,33,12,8,357552,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,723,0,42,110,1,0,15,6.583409309387207,225 +4244,0,1,12,25,14,14,359592,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,220,0,32,92,6,1,7,5.393627643585205,49 +4246,0,1,15,24,NA,NA,359592,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,475,0,22,NA,5,1,3,6.1633148193359375,9 +4248,0,1,13,26,10,10,402877,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1202,0,36,113,1,0,7,7.091742038726807,49 +4249,0,1,13,24,12,12,391645,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,400,0,26,115,6,1,5,5.991464614868164,25 +4250,0,1,16,29,12,12,526305,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,601,0,36,109,6,1,7,6.398594856262207,49 +4254,0,1,12,29,12,8,434907,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,481,0,35,114,5,1,11,6.175867080688477,121 +4255,0,1,16,33,7,12,437985,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,700,0,39,110,1,1,11,6.551080226898193,121 +4256,0,1,12,27,10,9,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,769,0,43,102,1,1,9,6.6450910568237305,81 +4257,0,1,14,25,10,9,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,529,0,34,118,1,1,5,6.270988464355469,25 +4260,0,1,16,30,12,9,545297,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,450,1,37,112,1,0,8,6.10924768447876,64 +4262,0,1,10,34,6,NA,363128,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,563,0,31,86,1,0,18,6.333279609680176,324 +4263,0,1,13,32,7,0,363128,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,649,0,42,114,1,0,13,6.475432872772217,169 +4265,0,1,8,32,9,12,403476,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,470,0,33,NA,1,0,18,6.152732849121094,324 +4268,0,1,16,24,14,12,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,275,0,31,NA,6,1,2,5.616771221160889,4 +4269,0,1,16,33,10,8,363128,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,719,1,40,102,1,1,11,6.577861309051514,121 +4270,0,1,12,33,NA,NA,403476,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1082,0,42,105,1,1,15,6.986566543579102,225 +4274,0,1,16,34,6,10,403476,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,673,0,51,83,1,1,12,6.511745452880859,144 +4275,1,0,18,24,15,12,425871,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,350,0,31,107,1,1,0,5.857933044433594,0 +4276,1,0,14,28,5,9,78509,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,769,0,34,81,1,1,8,6.6450910568237305,64 +4278,1,0,12,26,0,6,78509,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,650,0,26,85,1,1,8,6.476972579956055,64 +4279,1,0,9,30,NA,4,139895,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,751,0,34,72,1,0,15,6.621405601501465,225 +4280,1,0,10,27,NA,4,107087,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,356,0,23,NA,1,0,11,5.8749308586120605,121 +4281,1,0,9,24,NA,4,104102,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,250,0,14,NA,1,0,9,5.521461009979248,81 +4282,1,0,12,28,7,6,107087,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,401,0,35,86,6,1,10,5.993961334228516,100 +4283,1,0,11,25,7,6,104102,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,425,0,38,NA,1,1,8,6.052089214324951,64 +4284,1,0,9,25,7,6,104102,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,287,0,26,NA,1,1,10,5.659482002258301,100 +4285,1,0,13,26,6,12,78509,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,309,1,18,NA,1,1,7,5.733341217041016,49 +4286,1,0,14,24,6,12,76585,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,578,0,21,NA,1,0,4,6.359573841094971,16 +4288,1,0,16,30,7,8,118905,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,438,0,29,NA,1,0,8,6.082219123840332,64 +4289,1,0,12,31,8,12,572299,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,450,0,38,68,1,0,13,6.10924768447876,169 +4290,1,0,17,28,NA,15,438085,0,1,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,173,1,36,115,1,1,5,5.153291702270508,25 +4294,1,0,16,27,8,9,78509,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,529,1,19,NA,1,0,5,6.270988464355469,25 +4295,1,0,12,30,8,NA,118905,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,482,0,27,NA,5,0,12,6.177944183349609,144 +4296,1,0,12,27,8,NA,78509,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,833,0,18,NA,1,0,9,6.725033760070801,81 +4297,1,0,12,34,NA,6,112480,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,260,0,22,95,6,0,16,5.5606818199157715,256 +4298,1,0,12,25,NA,3,75607,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,279,0,22,NA,6,1,7,5.631211757659912,49 +4301,1,0,13,25,NA,NA,75607,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,350,0,29,NA,1,1,6,5.857933044433594,36 +4302,1,0,11,24,5,11,82135,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,145,0,20,NA,1,1,7,4.976733684539795,49 +4304,1,0,10,27,NA,12,81081,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,230,0,26,NA,1,1,11,5.438079357147217,121 +4305,1,0,15,24,NA,12,79093,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,450,0,14,NA,5,1,3,6.10924768447876,9 +4307,1,0,16,25,12,12,89271,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,385,0,31,87,6,1,3,5.953243255615234,9 +4308,1,0,17,34,13,12,103511,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,817,0,42,116,1,1,11,6.705638885498047,121 +4309,1,0,16,30,13,12,119965,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,962,0,37,95,1,1,8,6.869014263153076,64 +4310,1,0,13,28,14,12,91831,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,408,0,32,94,1,1,9,6.011267185211182,81 +4311,1,0,16,25,14,12,89271,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,526,0,29,NA,6,1,3,6.26530122756958,9 +4312,1,0,13,24,14,10,89271,0,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,578,0,35,NA,1,1,5,6.359573841094971,25 +4313,1,0,14,28,6,10,91831,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,620,0,45,96,1,1,8,6.4297194480896,64 +4317,0,1,12,25,7,12,104102,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,230,0,29,99,6,1,7,5.438079357147217,49 +4318,0,1,11,30,2,5,118905,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,580,0,33,NA,1,1,13,6.363028049468994,169 +4319,0,1,18,32,6,12,470506,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1155,0,45,106,6,1,8,7.051855564117432,64 +4320,0,1,12,28,NA,NA,92784,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,380,0,24,NA,1,0,10,5.940171241760254,100 +4322,0,1,16,27,10,12,78509,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,616,0,26,NA,6,1,5,6.42324686050415,25 +4324,0,1,12,28,10,8,78509,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,450,0,28,NA,1,0,10,6.10924768447876,100 +4325,0,1,12,25,10,8,76585,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,425,0,30,NA,1,0,7,6.052089214324951,49 +4326,0,1,12,28,8,2,92784,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,500,0,36,85,1,0,10,6.214608192443848,100 +4328,0,1,12,25,12,12,425871,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,713,0,16,NA,1,1,7,6.569481372833252,49 +4329,0,1,12,25,4,12,425871,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,750,0,32,100,1,1,7,6.620073318481445,49 +4330,0,1,15,24,4,12,425871,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,323,1,37,92,1,1,3,5.777652263641357,9 +4333,0,1,13,28,8,12,417415,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1038,0,38,101,1,0,9,6.945051193237305,81 +4334,0,1,16,25,16,15,365200,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,491,0,30,104,1,1,3,6.196444034576416,9 +4335,0,1,13,29,10,12,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,525,0,37,88,6,1,10,6.263398170471191,100 +4337,0,1,11,29,5,5,118905,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,388,0,26,NA,1,1,12,5.961005210876465,144 +4338,0,1,10,26,12,2,78509,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,460,0,21,NA,1,1,10,6.131226539611816,100 +4342,0,1,15,24,5,8,76585,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,400,0,22,NA,6,0,3,5.991464614868164,9 +4343,0,1,15,27,9,16,78509,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,737,0,31,97,1,1,6,6.602587699890137,36 +4345,0,1,14,26,6,10,78509,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,599,0,34,83,5,1,6,6.395261764526367,36 +4351,0,0,18,33,18,18,127041,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,1,1131,0,43,71,4,1,9,7.030857563018799,81 +4355,0,1,14,25,NA,NA,76585,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,601,0,30,100,6,1,5,6.398594856262207,25 +4356,0,1,10,26,NA,11,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,298,0,22,NA,6,0,10,5.697093486785889,100 +4357,0,1,12,27,NA,NA,78509,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,235,0,39,96,6,1,9,5.459585666656494,81 +4358,0,1,13,25,NA,NA,76585,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,220,1,20,113,1,1,6,5.393627643585205,36 +4359,0,1,8,26,NA,11,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,697,0,26,NA,1,0,12,6.546785354614258,144 +4360,0,1,9,24,NA,11,76585,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,542,0,20,NA,6,0,9,6.295266151428223,81 +4361,0,1,12,25,NA,8,76585,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,250,0,29,NA,6,1,7,5.521461009979248,49 +4364,0,1,16,26,12,12,438085,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,400,0,39,117,4,0,4,5.991464614868164,16 +4365,0,1,15,31,NA,NA,572299,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,423,1,39,101,6,0,10,6.047372341156006,100 +4368,0,1,12,25,6,5,104102,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,290,0,NA,65,6,1,7,5.6698808670043945,49 +4370,0,1,10,33,NA,10,112480,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,247,0,32,NA,6,0,17,5.509388446807861,289 +4372,0,1,13,26,NA,10,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,380,1,33,87,1,0,7,5.940171241760254,49 +4373,0,1,12,24,12,9,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,656,0,37,116,1,0,6,6.486160755157471,36 +4374,0,1,12,32,9,12,363128,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,711,0,42,106,1,1,14,6.566672325134277,196 +4375,0,1,14,29,8,12,490767,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,481,0,35,93,6,1,9,6.175867080688477,81 +4376,0,1,16,25,8,12,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,641,0,35,112,1,1,3,6.463029384613037,9 +4377,0,1,12,32,12,14,403476,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,596,0,45,98,5,1,14,6.390240669250488,196 +4378,0,1,7,31,NA,NA,545297,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,578,0,35,NA,1,0,18,6.359573841094971,324 +4380,1,0,16,30,NA,12,572299,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,678,1,37,NA,1,1,8,6.5191473960876465,64 +4383,1,0,16,32,11,14,470506,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1538,0,37,103,1,1,10,7.33823823928833,100 +4384,1,0,12,33,9,12,470506,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,860,0,36,103,1,0,15,6.756932258605957,225 +4385,1,0,18,32,12,16,423456,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,534,0,49,NA,6,1,8,6.280395984649658,64 +4386,1,0,12,27,12,12,438085,0,0,1,0,0,0,0,0,0,1,0,0,1,0,1,1,1,308,0,34,91,1,0,9,5.730099678039551,81 +4387,1,0,14,29,12,NA,635888,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,1,600,0,41,118,1,1,9,6.396929740905762,81 +4388,1,0,8,31,NA,NA,572299,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,625,0,20,NA,1,0,17,6.437751770019531,289 +4392,1,0,13,29,10,10,139895,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,540,0,28,87,1,0,10,6.291569232940674,100 +4396,1,0,13,27,12,10,107087,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,344,0,22,100,1,0,8,5.840641498565674,64 +4397,1,0,12,25,12,10,104102,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,500,0,39,96,1,1,7,6.214608192443848,49 +4398,1,0,11,26,6,9,81081,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,320,1,16,NA,1,0,9,5.7683210372924805,81 +4400,1,0,18,27,4,10,81081,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,378,0,29,62,1,0,3,5.93489408493042,9 +4401,1,0,15,25,4,10,79093,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,188,1,14,60,6,0,4,5.2364420890808105,16 +4404,1,0,9,33,4,10,111044,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,168,0,19,NA,5,0,18,5.123963832855225,324 +4405,1,0,2,25,6,NA,75607,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,250,0,12,NA,6,0,17,5.521461009979248,289 +4406,1,0,3,24,6,5,75607,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,190,0,8,NA,6,0,15,5.247024059295654,225 +4407,1,0,12,28,8,8,92784,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,1000,0,31,83,1,0,10,6.907755374908447,100 +4408,1,0,12,24,NA,NA,75607,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,564,0,20,100,6,0,6,6.335054397583008,36 +4409,1,0,9,24,NA,7,75607,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,624,0,17,NA,1,0,9,6.436150550842285,81 +4410,1,0,12,24,NA,NA,75607,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,714,0,26,NA,1,0,6,6.570882797241211,36 +4411,1,0,12,24,12,10,82135,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,538,0,40,123,1,0,6,6.287858486175537,36 +4413,1,0,13,26,9,8,317074,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,355,0,22,67,1,0,7,5.87211799621582,49 +4414,1,0,12,24,NA,12,309300,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,240,0,28,NA,6,0,6,5.4806389808654785,36 +4417,1,0,12,24,9,12,365200,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,418,0,22,NA,1,0,6,6.0354814529418945,36 +4418,0,1,13,27,14,13,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,1026,0,42,104,1,1,8,6.933423042297363,64 +4419,0,1,17,32,12,14,423456,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,295,0,34,106,6,1,9,5.686975479125977,81 +4421,0,1,12,26,NA,6,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,550,1,24,85,1,1,8,6.309918403625488,64 +4422,0,1,12,27,NA,8,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,538,0,27,81,1,1,9,6.287858486175537,81 +4424,0,1,5,30,2,3,139895,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,350,0,37,NA,1,0,19,5.857933044433594,361 +4425,0,1,12,27,8,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,711,0,37,109,1,1,9,6.566672325134277,81 +4428,0,1,12,29,4,4,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,229,0,20,76,1,0,11,5.433722019195557,121 +4429,0,1,12,27,4,3,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,220,0,31,73,1,0,9,5.393627643585205,81 +4431,0,1,12,29,8,2,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,310,0,26,62,1,0,11,5.736572265625,121 +4433,0,1,12,24,10,NA,76585,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,320,0,28,76,1,1,6,5.7683210372924805,36 +4434,0,1,12,27,10,9,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,303,0,26,76,1,1,9,5.713732719421387,81 +4437,0,1,13,26,5,12,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,450,1,36,104,1,1,7,6.10924768447876,49 +4438,0,1,12,29,9,11,540475,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,753,0,29,NA,1,0,11,6.624065399169922,121 +4440,0,1,12,26,4,11,345645,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,438,0,35,103,1,0,8,6.082219123840332,64 +4442,0,1,11,28,1,7,331693,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,325,0,27,NA,1,0,11,5.783825397491455,121 +4444,0,1,16,32,NA,12,363128,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,846,0,44,106,1,0,10,6.7405195236206055,100 +4445,0,1,14,26,12,14,375674,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,313,0,49,112,1,1,6,5.746203422546387,36 +4446,0,1,13,34,7,12,81669,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,479,0,38,NA,1,1,15,6.171700477600098,225 +4448,0,1,12,31,10,9,110376,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,429,0,24,94,6,1,13,6.06145715713501,169 +4449,0,1,14,29,11,9,110376,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,490,1,25,83,1,1,9,6.194405555725098,81 +4450,0,1,12,24,11,9,82135,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,361,0,34,NA,6,1,6,5.888877868652344,36 +4451,0,1,14,33,0,2,104904,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,400,1,40,91,1,0,13,5.991464614868164,169 +4454,0,1,12,24,7,8,309300,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,423,0,30,NA,1,0,6,6.047372341156006,36 +4458,0,1,12,27,5,5,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,311,0,12,NA,6,0,9,5.739792823791504,81 +4459,0,1,11,27,3,7,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,271,0,12,NA,6,0,10,5.602118968963623,100 +4461,0,1,18,26,12,12,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,385,0,33,NA,6,0,2,5.953243255615234,4 +4462,0,1,16,24,12,12,79093,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,529,1,18,NA,1,0,2,6.270988464355469,4 +4464,0,1,11,31,6,10,119965,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,700,0,29,81,1,1,14,6.551080226898193,196 +4467,0,1,10,32,6,5,88765,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,381,0,15,87,1,1,16,5.9427995681762695,256 +4470,0,1,12,28,12,12,84491,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,465,0,36,118,1,1,10,6.142037391662598,100 +4471,0,1,10,34,8,8,88765,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,400,0,37,NA,1,0,18,5.991464614868164,324 +4473,0,1,10,33,9,8,88765,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,455,0,38,NA,6,1,17,6.120297431945801,289 +4476,0,0,12,24,NA,4,90509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,260,0,20,NA,1,0,6,5.5606818199157715,36 +4477,0,0,13,28,0,7,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,705,0,26,NA,1,0,9,6.558197975158691,81 +4482,0,0,13,30,NA,NA,635888,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,417,0,45,74,1,1,11,6.03308629989624,121 +4486,0,0,11,27,NA,13,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,250,0,14,NA,6,0,10,5.521461009979248,100 +4488,0,0,12,24,NA,2,76585,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,460,0,28,NA,1,0,6,6.131226539611816,36 +4489,0,0,8,26,NA,NA,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,325,0,19,NA,1,0,12,5.783825397491455,144 +4490,0,0,9,25,NA,NA,76585,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,275,0,15,NA,2,0,10,5.616771221160889,100 +4491,0,0,12,26,7,NA,321175,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,325,0,18,NA,1,1,8,5.783825397491455,64 +4492,0,0,15,25,NA,8,313301,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,300,1,20,NA,1,0,4,5.703782558441162,16 +4493,0,0,8,31,NA,8,540475,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,250,0,17,NA,6,0,17,5.521461009979248,289 +4495,0,0,12,28,9,10,417415,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,288,0,39,NA,1,1,10,5.662960529327393,100 +4497,0,0,13,28,3,8,92784,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,550,1,16,85,1,0,9,6.309918403625488,81 +4500,0,0,12,33,12,12,81669,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,429,1,38,NA,1,1,15,6.06145715713501,225 +4501,0,0,8,30,NA,NA,122798,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,375,0,23,NA,1,0,16,5.926926136016846,256 +4503,0,0,9,30,5,4,110376,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,577,0,26,NA,1,0,15,6.357842445373535,225 +4504,0,0,13,25,5,NA,82135,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,531,0,25,96,6,0,6,6.274762153625488,36 +4505,0,0,12,24,4,NA,82135,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,250,1,22,NA,6,0,6,5.521461009979248,36 +4506,0,0,12,27,NA,8,84491,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,440,0,27,73,1,1,9,6.086774826049805,81 +4507,0,0,12,26,NA,6,84491,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,457,0,27,75,1,0,8,6.124683380126953,64 +4508,0,0,12,27,5,5,84491,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,438,0,34,95,1,1,9,6.082219123840332,81 +4511,0,0,12,27,NA,5,317074,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,550,0,42,102,4,1,9,6.309918403625488,81 +4512,0,0,16,25,12,16,365200,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,650,0,31,107,1,1,3,6.476972579956055,9 +4514,0,0,11,26,7,3,438085,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,423,0,19,86,1,0,9,6.047372341156006,81 +4516,0,0,13,27,18,8,438085,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,420,0,41,104,1,1,8,6.040254592895508,64 +4517,0,0,14,25,18,8,425871,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,200,1,43,106,6,1,5,5.2983174324035645,25 +4518,0,0,8,26,3,10,438085,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,400,0,24,NA,1,0,12,5.991464614868164,144 +4519,0,0,9,24,5,NA,425871,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,300,0,16,NA,1,0,9,5.703782558441162,81 +4520,0,0,12,30,5,7,451538,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,714,0,21,95,1,0,12,6.570882797241211,144 +4521,0,0,12,25,12,8,336009,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,398,0,37,116,1,0,7,5.986452102661133,49 +4522,0,0,9,29,6,8,490767,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,398,0,20,66,1,0,14,5.986452102661133,196 +4523,0,0,16,28,5,0,375674,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,734,0,38,101,1,1,6,6.598508834838867,36 +4525,0,0,12,25,12,12,336009,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,688,0,23,96,1,0,7,6.533788681030273,49 +4530,0,0,6,28,3,11,107087,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,212,0,NA,NA,6,1,16,5.356586456298828,256 +4531,0,0,12,31,NA,9,165331,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,455,0,41,104,1,0,13,6.120297431945801,169 +4534,0,0,15,24,17,12,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,350,0,32,NA,6,1,3,5.857933044433594,9 +4535,0,0,16,28,NA,16,438085,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,577,0,39,138,6,1,6,6.357842445373535,36 +4538,0,0,16,31,10,14,572299,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,699,0,34,105,1,0,9,6.5496506690979,81 +4539,0,0,16,27,14,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,375,0,44,106,6,1,5,5.926926136016846,25 +4540,0,0,13,24,14,12,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,375,0,33,NA,1,1,5,5.926926136016846,25 +4541,0,0,12,33,10,9,470506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,364,0,40,NA,1,1,15,5.897153854370117,225 +4543,0,0,12,29,11,4,118905,0,0,1,0,0,0,0,1,0,0,0,0,1,1,1,1,0,220,0,22,67,5,0,11,5.393627643585205,121 +4548,0,0,16,31,0,0,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,621,0,27,NA,1,0,9,6.431331157684326,81 +4551,0,0,11,31,NA,NA,140524,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,375,0,31,NA,5,0,14,5.926926136016846,196 +4552,0,0,16,26,12,10,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,341,0,24,97,6,0,4,5.831882476806641,16 +4553,0,0,16,24,12,10,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,380,0,16,NA,1,0,2,5.940171241760254,4 +4554,0,0,11,32,NA,NA,470506,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,260,0,37,NA,1,0,15,5.5606818199157715,225 +4557,0,0,8,30,NA,NA,117386,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,489,0,30,NA,1,0,16,6.192362308502197,256 +4558,0,0,11,26,8,9,317074,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,433,0,18,NA,1,0,9,6.070737838745117,81 +4560,0,0,11,27,8,NA,317074,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,365,0,19,NA,1,0,10,5.899897575378418,100 +4562,0,0,14,33,NA,NA,504746,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,257,0,41,NA,1,0,13,5.549076080322266,169 +4564,0,0,14,26,12,12,345645,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,513,1,29,NA,1,0,6,6.240275859832764,36 +4565,0,0,15,31,8,9,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,288,0,40,108,1,0,10,5.662960529327393,100 +4567,0,0,18,30,8,13,451538,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,866,0,44,125,1,1,6,6.763885021209717,36 +4568,0,0,12,25,7,8,89271,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,433,0,34,106,5,0,7,6.070737838745117,49 +4569,0,0,1,29,0,3,110376,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,500,0,8,NA,1,0,22,6.214608192443848,484 +4572,0,0,16,24,12,12,336009,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,548,0,32,NA,1,0,2,6.306275367736816,4 +4573,0,0,12,29,4,6,451538,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,400,0,25,99,1,0,11,5.991464614868164,121 +4574,0,0,9,30,NA,8,119965,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,433,0,20,NA,1,0,15,6.070737838745117,225 +4579,1,0,13,24,16,13,425871,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,375,0,26,NA,1,1,5,5.926926136016846,25 +4580,1,0,12,32,12,12,423456,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,547,0,42,96,1,0,14,6.30444860458374,196 +4584,1,0,12,24,12,12,365200,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,375,0,24,NA,6,1,6,5.926926136016846,36 +4586,1,0,14,25,10,12,365200,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,500,0,33,114,1,1,5,6.214608192443848,25 +4587,1,0,16,24,18,15,365200,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,355,1,36,117,1,1,2,5.87211799621582,4 +4589,1,0,12,29,9,12,490767,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,600,0,34,105,1,1,11,6.396929740905762,121 +4590,1,0,12,34,2,3,1693822,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,650,0,40,106,1,0,16,6.476972579956055,256 +4591,1,0,12,32,8,8,1693822,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,848,0,44,102,1,0,14,6.742880821228027,196 +4592,1,0,12,27,10,9,1752340,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,325,0,33,NA,1,0,9,5.783825397491455,81 +4593,0,1,12,33,NA,NA,460147,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,289,0,35,75,5,0,15,5.666426658630371,225 +4594,0,1,14,24,5,5,313301,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,457,0,27,99,1,0,4,6.124683380126953,16 +4596,0,1,14,29,12,12,486428,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,711,0,35,NA,1,1,9,6.566672325134277,81 +4601,0,1,13,34,11,12,470506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,413,0,46,90,1,0,15,6.023447513580322,225 +4603,0,1,16,25,NA,16,75607,0,1,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,649,0,26,101,6,0,3,6.475432872772217,9 +4606,0,1,13,26,NA,NA,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,633,0,37,115,1,0,7,6.450470447540283,49 +4607,0,1,16,28,10,12,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,721,0,37,118,1,0,6,6.580639362335205,36 +4609,0,1,12,32,12,9,363128,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,913,0,40,108,1,1,14,6.816735744476318,196 +4610,0,1,13,26,8,5,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,375,1,29,101,1,0,7,5.926926136016846,49 +4611,0,1,18,27,12,12,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,592,0,37,127,1,0,3,6.383506774902344,9 +4616,0,0,16,32,NA,12,103511,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,764,0,41,114,1,0,10,6.638567924499512,100 +4617,0,0,12,26,4,9,107087,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,500,0,24,NA,1,0,8,6.214608192443848,64 +4622,0,0,11,25,11,10,309300,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,275,0,30,76,1,1,8,5.616771221160889,64 +4623,0,0,10,24,11,10,309300,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,260,0,20,NA,6,1,8,5.5606818199157715,64 +4624,0,0,16,28,12,16,84491,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,962,0,42,132,6,1,6,6.869014263153076,36 +4625,0,0,12,28,NA,3,77507,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,625,0,28,50,1,0,10,6.437751770019531,100 +4626,0,0,12,26,NA,NA,77507,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,333,0,26,84,1,0,8,5.80814266204834,64 +4627,0,0,12,29,NA,10,117386,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,625,0,23,55,1,0,11,6.437751770019531,121 +4628,0,0,10,24,NA,NA,75607,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,250,0,18,NA,6,0,8,5.521461009979248,64 +4629,0,0,12,34,NA,NA,111044,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,359,0,23,73,1,0,16,5.883322238922119,256 +4631,0,0,12,34,NA,6,111044,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,550,0,19,NA,1,0,16,6.309918403625488,256 +4632,0,0,12,24,NA,NA,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,403,0,16,61,1,0,6,5.998936653137207,36 +4635,0,0,11,26,9,9,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,463,0,14,84,6,0,9,6.1377272605896,81 +4637,0,0,12,24,4,5,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,396,0,12,NA,6,0,6,5.981414318084717,36 +4639,0,0,12,24,NA,8,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,278,0,20,NA,6,0,6,5.627621173858643,36 +4642,1,0,14,27,NA,NA,78509,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,400,0,28,71,1,0,7,5.991464614868164,49 +4643,1,0,16,24,NA,NA,76585,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,415,0,27,84,1,0,2,6.028278350830078,4 +4644,1,0,12,33,7,7,112480,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,462,0,36,NA,1,0,15,6.135564804077148,225 +4645,1,0,18,33,NA,NA,103511,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,1442,0,44,101,6,0,9,7.273786544799805,81 +4648,1,0,4,27,NA,NA,81081,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,125,0,NA,NA,6,0,17,4.828313827514648,289 +4650,1,0,10,34,NA,8,111044,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,200,0,22,NA,1,0,18,5.2983174324035645,324 +4654,1,0,10,31,NA,9,117386,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,18,NA,1,0,15,5.703782558441162,225 +4655,1,0,10,32,NA,9,111044,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,521,0,28,NA,1,0,16,6.2557501792907715,256 +4656,1,0,13,25,10,12,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,266,0,24,69,1,0,6,5.58349609375,36 +4657,1,0,11,26,NA,NA,81081,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,325,0,18,80,1,0,9,5.783825397491455,81 +4659,1,0,9,30,7,10,122798,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,350,0,19,NA,5,0,15,5.857933044433594,225 +4660,1,0,9,34,NA,NA,111044,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,340,0,41,NA,1,0,19,5.828945636749268,361 +4661,1,0,13,25,3,7,79093,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,625,0,28,NA,1,0,6,6.437751770019531,36 +4662,1,0,10,29,NA,9,119965,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,214,0,16,69,1,0,13,5.365975856781006,169 +4663,1,0,12,28,9,12,91831,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,688,0,37,104,1,0,10,6.533788681030273,100 +4664,1,0,8,32,5,12,81669,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,275,0,31,NA,1,0,18,5.616771221160889,324 +4666,1,0,10,32,6,10,88765,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,457,0,40,92,1,1,16,6.124683380126953,256 +4668,1,0,12,26,NA,8,95822,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,615,0,28,NA,5,0,8,6.421622276306152,64 +4671,1,0,16,25,13,NA,79093,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,732,0,40,102,1,0,3,6.595780372619629,9 +4672,1,0,12,26,NA,NA,81081,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,163,0,25,NA,5,0,8,5.09375,64 +4673,1,0,8,24,NA,NA,79093,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,260,0,18,NA,6,0,10,5.5606818199157715,100 +4674,1,0,11,27,NA,NA,84491,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,492,0,26,NA,1,0,10,6.198478698730469,100 +4675,1,0,12,26,NA,NA,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,575,0,16,NA,1,0,8,6.3543701171875,64 +4678,1,0,12,25,NA,NA,75607,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,510,0,22,NA,5,0,7,6.234410762786865,49 +4680,1,0,8,26,NA,NA,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,565,0,16,NA,6,0,12,6.336825847625732,144 +4682,1,0,9,29,6,4,122798,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,515,0,23,NA,6,0,14,6.244166851043701,196 +4683,1,0,8,25,6,4,79093,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,471,0,18,NA,1,0,11,6.154858112335205,121 +4684,1,0,13,27,NA,12,77507,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,335,1,21,97,1,0,8,5.8141303062438965,64 +4686,1,0,12,28,6,10,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,481,0,27,83,1,0,10,6.175867080688477,100 +4687,1,0,12,26,6,10,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,642,0,36,98,1,1,8,6.464588165283203,64 +4688,1,0,10,25,7,10,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,573,0,25,70,1,0,9,6.35088586807251,81 +4692,1,0,6,32,NA,NA,111044,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,315,0,19,NA,1,0,20,5.752572536468506,400 +4693,1,0,11,30,0,8,117386,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,360,0,45,NA,1,0,13,5.886104106903076,169 +4696,1,0,12,25,NA,NA,75607,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,339,0,26,90,6,0,7,5.826000213623047,49 +4697,1,0,13,26,10,4,84491,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,400,0,26,87,1,0,7,5.991464614868164,49 +4698,1,0,15,24,NA,12,89271,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,300,0,38,96,6,0,3,5.703782558441162,9 +4699,1,0,10,34,10,12,88765,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,580,0,34,80,1,0,18,6.363028049468994,324 +4700,1,0,14,24,8,12,89271,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,321,0,34,102,6,0,4,5.7714409828186035,16 +4701,1,0,12,26,2,NA,81081,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,475,0,21,79,6,1,8,6.1633148193359375,64 +4702,1,0,7,25,2,NA,79093,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,445,0,16,NA,1,0,12,6.098074436187744,144 +4704,1,0,6,25,NA,6,79093,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,4,NA,5,0,13,5.703782558441162,169 +4711,1,0,10,27,NA,5,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,252,0,14,NA,1,1,11,5.529428958892822,121 +4712,1,0,12,25,9,2,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,419,0,20,NA,1,1,7,6.03787088394165,49 +4713,1,0,6,34,NA,NA,111044,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,317,0,30,NA,1,0,22,5.758901596069336,484 +4715,1,0,16,29,10,12,141777,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,553,0,40,104,1,0,7,6.3153581619262695,49 +4716,0,0,18,31,8,9,490767,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,721,0,35,104,1,1,7,6.580639362335205,49 +4721,0,0,13,25,8,12,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,729,0,30,101,6,1,6,6.591673851013184,36 +4722,0,0,12,25,5,8,336009,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,314,0,28,115,1,0,7,5.749392986297607,49 +4723,0,0,9,27,9,3,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,220,0,18,NA,6,0,12,5.393627643585205,144 +4724,0,1,8,25,NA,4,76585,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,235,0,24,NA,1,0,11,5.459585666656494,121 +4730,0,1,9,27,NA,5,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,333,0,22,NA,1,0,12,5.80814266204834,144 +4731,0,1,11,26,NA,5,78509,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,333,0,12,NA,1,0,9,5.80814266204834,81 +4733,0,1,11,30,9,7,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,333,0,NA,NA,6,0,13,5.80814266204834,169 +4734,0,1,12,28,9,7,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,380,0,26,NA,1,0,10,5.940171241760254,100 +4735,0,1,12,26,9,7,78509,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,390,0,24,NA,4,0,8,5.966146945953369,64 +4736,0,1,5,34,NA,6,112480,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,250,0,18,NA,5,0,23,5.521461009979248,529 +4738,0,1,17,27,6,11,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,1,673,1,27,107,6,0,4,6.511745452880859,16 +4739,0,1,16,26,7,10,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,483,1,29,98,6,0,4,6.18001651763916,16 +4740,0,1,16,25,7,10,79093,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,769,0,25,96,6,0,3,6.6450910568237305,9 +4743,0,1,4,25,0,4,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,325,0,8,NA,1,0,15,5.783825397491455,225 +4744,0,1,11,30,NA,NA,117386,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,465,0,18,NA,1,0,13,6.142037391662598,169 +4748,0,1,14,24,16,10,82135,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,350,0,21,NA,6,0,4,5.857933044433594,16 +4749,0,1,12,26,3,6,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,375,0,25,NA,1,0,8,5.926926136016846,64 +4752,0,1,5,27,1,1,91831,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,300,0,35,NA,1,0,16,5.703782558441162,256 +4756,0,1,16,25,7,10,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,475,0,21,NA,1,0,3,6.1633148193359375,9 +4757,0,1,12,27,NA,NA,81081,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,528,0,18,NA,1,1,9,6.269096374511719,81 +4758,0,1,10,26,NA,NA,81081,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,513,0,27,NA,1,0,10,6.240275859832764,100 +4759,0,1,12,27,NA,NA,81081,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,445,0,32,NA,2,0,9,6.098074436187744,81 +4760,0,1,11,29,7,6,122798,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,265,0,28,NA,1,0,12,5.579730033874512,144 +4761,0,1,12,27,7,6,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,260,0,16,NA,1,0,9,5.5606818199157715,81 +4763,0,1,9,24,0,7,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,318,0,10,NA,5,0,9,5.762051582336426,81 +4764,0,0,12,26,12,11,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,626,0,39,99,1,1,8,6.439350605010986,64 +4765,0,0,11,25,14,9,309300,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,400,0,33,NA,6,0,8,5.991464614868164,64 +4766,0,0,14,24,11,10,336009,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,378,0,25,NA,1,0,4,5.93489408493042,16 +4768,0,0,16,29,18,12,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,803,0,34,112,1,1,7,6.6883544921875,49 +4769,0,0,16,25,18,12,309300,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,447,0,25,118,4,1,3,6.102558612823486,9 +4771,1,0,15,28,12,9,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,319,0,26,83,1,0,7,5.765191078186035,49 +4772,1,0,8,30,NA,2,572299,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,401,0,25,NA,1,0,16,5.993961334228516,256 +4773,1,0,9,27,2,2,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,438,0,31,NA,6,0,12,6.082219123840332,144 +4774,1,0,10,24,2,2,425871,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,417,0,36,NA,1,0,8,6.03308629989624,64 +4775,1,0,10,25,5,11,473190,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,375,0,24,NA,1,1,9,5.926926136016846,81 +4776,1,0,16,30,12,12,572299,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,616,0,41,107,1,1,8,6.42324686050415,64 +4777,1,0,12,28,13,12,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,354,0,38,91,1,1,10,5.869297027587891,100 +4778,1,0,18,28,18,12,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,425,0,24,96,1,0,4,6.052089214324951,16 +4779,1,0,12,26,18,12,438085,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,265,0,24,89,6,1,8,5.579730033874512,64 +4784,1,0,14,24,13,13,425871,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,426,0,41,118,5,1,4,6.054439544677734,16 +4786,1,0,12,25,13,10,365200,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,250,0,39,113,1,1,7,5.521461009979248,49 +4787,1,0,17,25,12,12,405778,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,560,0,33,116,5,1,2,6.32793664932251,4 +4789,1,0,12,29,7,7,451538,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,289,0,29,105,1,0,11,5.666426658630371,121 +4790,1,0,16,26,7,7,345645,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,393,0,30,120,1,1,4,5.973809719085693,16 +4791,1,0,12,26,6,7,345645,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,577,0,32,107,1,1,8,6.357842445373535,64 +4793,1,0,17,32,12,11,363128,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,346,0,49,94,1,1,9,5.846438884735107,81 +4794,1,0,16,28,12,12,375674,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1282,0,31,98,1,1,6,7.156176567077637,36 +4795,1,1,17,28,12,16,375674,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,1,865,1,36,126,1,0,5,6.762729644775391,25 +4796,1,1,14,24,12,16,365200,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,413,0,28,96,1,1,4,6.023447513580322,16 +4799,1,1,6,29,NA,12,490767,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,225,0,25,NA,6,0,17,5.41610050201416,289 +4803,0,1,14,27,4,7,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,404,0,39,84,6,1,7,6.001414775848389,49 +4804,0,1,12,31,3,7,490767,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,721,0,36,108,1,1,13,6.580639362335205,169 +4805,0,1,12,30,3,8,490767,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,577,0,32,104,1,1,12,6.357842445373535,144 +4806,0,1,12,26,6,8,345645,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,500,0,20,110,1,0,8,6.214608192443848,64 +4808,0,1,12,29,7,6,490767,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,250,0,35,96,1,1,11,5.521461009979248,121 +4810,0,1,12,26,7,7,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,155,0,28,106,1,1,8,5.0434250831604,64 +4811,0,1,12,27,6,7,345645,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,406,1,18,68,1,1,9,6.006353378295898,81 +4818,1,0,12,33,NA,3,112480,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,350,0,45,83,1,1,15,5.857933044433594,225 +4819,1,0,12,26,NA,NA,157019,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,462,0,24,66,2,1,8,6.135564804077148,64 +4821,1,0,10,34,7,12,207023,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,500,0,34,70,1,1,18,6.214608192443848,324 +4822,1,0,16,30,12,11,279791,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,846,0,39,104,1,1,8,6.7405195236206055,64 +4823,1,0,12,29,9,12,279791,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,577,0,41,87,1,1,11,6.357842445373535,121 +4824,1,0,16,28,10,12,214175,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,400,0,38,110,1,1,6,5.991464614868164,36 +4827,1,0,11,34,8,12,470506,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,741,0,38,87,1,1,17,6.608000755310059,289 +4831,1,0,14,25,12,12,1460801,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,350,0,31,100,6,1,5,5.857933044433594,25 +4832,1,0,12,26,12,14,1502694,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,438,0,42,91,1,1,8,6.082219123840332,64 +4833,1,0,13,25,16,15,178542,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,727,0,35,NA,5,1,6,6.588926315307617,36 +4834,1,0,11,25,4,6,178542,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,970,0,28,NA,1,1,8,6.877295970916748,64 +4837,0,0,16,30,12,12,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,751,0,48,109,1,0,8,6.621405601501465,64 +4838,0,0,18,30,18,14,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,577,0,42,112,1,1,6,6.357842445373535,36 +4840,0,0,16,30,12,12,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,404,0,31,106,1,0,8,6.001414775848389,64 +4841,0,0,12,30,12,12,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,616,0,36,94,1,0,12,6.42324686050415,144 +4842,0,0,16,25,8,6,365200,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,230,0,36,NA,1,0,3,5.438079357147217,9 +4843,0,0,12,24,8,6,365200,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,142,0,30,NA,6,0,6,4.955827236175537,36 +4844,0,0,18,30,9,12,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,385,0,45,NA,1,1,6,5.953243255615234,36 +4845,0,0,12,27,13,6,375674,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,385,0,30,95,4,0,9,5.953243255615234,81 +4849,0,0,12,24,3,NA,89271,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,422,0,35,NA,1,1,6,6.0450053215026855,36 +4851,0,0,12,27,3,6,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,650,0,23,NA,5,0,9,6.476972579956055,81 +4854,0,0,8,30,NA,4,117386,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,230,0,19,NA,6,0,16,5.438079357147217,256 +4857,0,0,15,30,12,12,119965,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,672,0,43,89,1,1,9,6.510258197784424,81 +4860,0,0,18,27,3,11,321175,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,354,0,42,NA,1,1,3,5.869297027587891,9 +4861,0,0,13,26,2,11,317074,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,250,1,35,NA,6,0,7,5.521461009979248,49 +4862,0,0,11,31,NA,7,480216,0,0,1,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,25,NA,4,0,14,5.703782558441162,196 +4863,0,0,12,24,NA,2,309300,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,400,0,18,NA,1,1,6,5.991464614868164,36 +4864,0,0,7,34,NA,NA,454271,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,18,NA,1,0,21,5.703782558441162,441 +4865,0,0,13,27,NA,5,317074,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,460,0,19,NA,1,0,8,6.131226539611816,64 +4866,0,0,12,27,NA,5,317074,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,0,0,432,0,18,NA,6,0,9,6.06842565536499,81 +4868,0,0,11,26,6,11,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,250,0,12,NA,1,1,9,5.521461009979248,81 +4869,0,0,5,28,NA,4,91831,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,315,0,24,NA,1,0,17,5.752572536468506,289 +4870,0,0,12,28,7,10,84491,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,625,0,38,85,4,1,10,6.437751770019531,100 +4871,0,0,10,26,9,12,345645,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,500,0,27,97,1,1,10,6.214608192443848,100 +4872,0,0,12,27,5,7,345645,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,331,0,26,83,6,1,9,5.802118301391602,81 +4873,0,0,12,28,10,10,345645,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,585,0,40,99,1,1,10,6.371612071990967,100 +4875,0,0,13,28,NA,9,77507,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,320,1,24,75,1,0,9,5.7683210372924805,81 +4877,0,0,11,28,NA,9,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,26,68,1,1,11,5.703782558441162,121 +4879,0,0,16,32,8,12,103511,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,738,0,41,107,1,0,10,6.603943824768066,100 +4880,0,0,12,30,NA,NA,122798,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,385,0,30,74,6,0,12,5.953243255615234,144 +4881,0,0,13,26,6,7,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,641,1,30,105,1,0,7,6.463029384613037,49 +4882,0,0,5,32,0,7,111044,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,325,0,18,NA,1,0,21,5.783825397491455,441 +4883,0,0,12,24,NA,4,79093,0,1,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,406,0,22,NA,1,0,6,6.006353378295898,36 +4886,0,0,6,32,0,7,111044,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,300,0,16,NA,1,0,20,5.703782558441162,400 +4887,0,0,7,29,3,NA,117386,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,176,0,24,NA,6,0,16,5.1704840660095215,256 +4888,0,0,11,27,3,NA,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,450,0,29,51,1,1,10,6.10924768447876,100 +4889,0,0,10,24,3,NA,75607,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,292,0,10,NA,6,1,8,5.676753997802734,64 +4890,0,0,12,27,NA,NA,486761,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,801,0,40,100,1,0,9,6.685861110687256,81 +4892,0,0,9,27,6,8,77507,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,375,0,18,75,NA,1,12,5.926926136016846,144 +4894,0,0,10,24,6,8,75607,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,230,0,15,NA,1,0,8,5.438079357147217,64 +4895,0,0,13,33,2,5,116164,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,535,1,30,83,1,0,14,6.282266616821289,196 +4896,0,0,7,31,2,5,122798,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,422,0,27,NA,1,1,18,6.0450053215026855,324 +4898,0,0,10,27,NA,6,91831,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,361,0,28,86,4,1,11,5.888877868652344,121 +4899,0,0,9,27,8,7,99853,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,300,0,37,96,1,0,12,5.703782558441162,144 +4902,0,0,12,28,9,12,84491,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,558,0,36,90,1,0,10,6.324358940124512,100 +4903,0,0,16,28,8,5,81081,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,470,0,31,NA,1,0,6,6.152732849121094,36 +4905,0,0,12,34,3,5,96518,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,486,0,33,86,4,0,16,6.186208724975586,256 +4906,0,0,12,26,NA,NA,91831,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,600,0,37,102,1,0,8,6.396929740905762,64 +4908,0,0,11,34,NA,4,116164,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,363,0,27,NA,1,0,17,5.894402980804443,289 +4910,0,0,10,24,1,4,79093,1,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,200,0,14,NA,NA,0,8,5.2983174324035645,64 +4911,0,0,8,30,NA,NA,122798,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,142,0,12,NA,1,0,16,4.955827236175537,256 +4912,0,0,12,33,2,2,81669,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,448,1,33,NA,1,0,15,6.104793071746826,225 +4916,1,0,11,29,NA,1,118905,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,300,0,20,NA,6,0,12,5.703782558441162,144 +4918,1,0,12,31,NA,12,139895,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,706,0,45,NA,1,1,13,6.559615135192871,169 +4919,1,0,12,26,NA,12,107087,0,1,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,534,0,43,101,1,0,8,6.280395984649658,64 +4920,1,0,13,29,5,NA,118905,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,260,0,27,NA,1,0,10,5.5606818199157715,100 +4923,1,0,12,26,6,7,78509,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,675,0,25,NA,1,0,8,6.514712810516357,64 +4924,1,0,7,31,1,3,118905,0,0,1,0,0,0,0,0,1,0,0,0,1,1,0,1,0,260,0,16,NA,4,0,18,5.5606818199157715,324 +4926,1,0,10,34,NA,NA,112480,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,300,0,31,NA,4,0,18,5.703782558441162,324 +4928,1,0,16,27,14,13,91831,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,1215,1,40,84,6,1,5,7.102499485015869,25 +4929,1,0,17,28,12,12,107087,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,577,0,37,116,1,0,5,6.357842445373535,25 +4930,1,0,14,27,NA,10,77507,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,250,0,26,99,6,0,7,5.521461009979248,49 +4932,1,0,10,30,NA,8,117386,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,394,0,20,NA,6,0,14,5.976350784301758,196 +4934,1,0,8,24,4,8,79093,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,275,0,10,NA,1,0,10,5.616771221160889,100 +4938,1,0,9,32,5,5,116164,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,225,0,14,NA,1,0,17,5.41610050201416,289 +4940,1,0,7,25,3,4,79093,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,275,0,18,NA,6,0,12,5.616771221160889,144 +4943,1,0,9,30,7,8,122798,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,356,0,14,NA,6,0,15,5.8749308586120605,225 +4944,1,0,12,25,7,12,75607,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,885,0,26,NA,1,0,7,6.785587787628174,49 +4945,1,0,16,24,7,12,75607,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,192,0,12,NA,6,0,2,5.257495403289795,4 +4946,1,0,7,29,NA,2,117386,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,420,0,19,NA,2,0,16,6.040254592895508,256 +4947,1,0,7,33,NA,2,111044,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,375,0,14,NA,1,0,20,5.926926136016846,400 +4948,1,0,7,31,NA,2,117386,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,364,0,NA,NA,1,0,18,5.897153854370117,324 +4949,1,0,12,26,12,11,91831,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,400,0,37,107,1,0,8,5.991464614868164,64 +4950,1,0,12,26,10,9,81081,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,353,0,22,NA,1,0,8,5.8664679527282715,64 +4952,1,0,13,29,12,14,119965,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,300,0,40,116,1,0,10,5.703782558441162,100 +4953,1,0,15,25,9,11,89271,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,416,0,33,109,1,0,4,6.0306854248046875,16 +4955,1,0,11,26,NA,10,81081,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,600,0,19,NA,1,0,9,6.396929740905762,81 +4957,1,0,13,29,3,8,122798,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,973,1,29,NA,1,1,10,6.8803839683532715,100 +4959,1,0,5,29,2,NA,122798,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,230,0,10,NA,1,0,18,5.438079357147217,324 +4960,1,0,12,27,2,NA,81081,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,311,0,20,NA,1,0,9,5.739792823791504,81 +4961,1,0,8,31,3,6,122798,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,274,0,31,NA,1,0,17,5.613128185272217,289 +4963,1,0,11,27,NA,NA,77507,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,400,0,29,NA,6,1,10,5.991464614868164,100 +4964,1,0,8,26,NA,NA,77507,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,200,0,24,NA,6,0,12,5.2983174324035645,144 +4965,1,0,13,26,6,8,81081,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,435,0,23,NA,1,0,7,6.075345993041992,49 +4969,1,0,6,29,1,5,122798,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,230,0,8,NA,1,0,17,5.438079357147217,289 +4970,1,0,6,30,NA,8,145125,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,731,0,23,NA,1,0,18,6.5944132804870605,324 +4972,1,0,10,33,8,8,116164,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,270,0,16,NA,1,0,17,5.598422050476074,289 +4973,1,0,8,26,4,8,81081,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,176,0,18,NA,1,0,12,5.1704840660095215,144 +4974,1,0,12,25,4,8,79093,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,250,0,14,NA,1,0,7,5.521461009979248,49 +4975,1,0,10,30,NA,10,122798,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,333,0,25,NA,1,0,14,5.80814266204834,196 +4976,1,0,12,25,8,16,75607,0,0,1,0,0,0,0,0,1,0,0,0,1,1,1,0,0,438,0,42,NA,6,0,7,6.082219123840332,49 +4978,1,0,16,26,NA,NA,81081,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,428,0,18,NA,1,0,4,6.0591230392456055,16 +4979,1,0,16,29,8,12,139895,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,740,0,31,76,1,0,7,6.606650352478027,49 +4981,1,0,12,26,NA,8,77507,0,1,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,700,0,24,NA,1,0,8,6.551080226898193,64 +4983,1,0,12,24,4,7,75607,0,0,1,0,0,0,0,0,1,0,0,0,1,1,0,1,0,245,0,10,NA,6,0,6,5.501258373260498,36 +4984,1,0,12,26,2,8,91599,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,230,0,16,NA,6,0,8,5.438079357147217,64 +4986,1,0,15,29,5,12,117386,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,273,0,27,72,1,0,8,5.609471797943115,64 +4987,1,0,14,28,NA,NA,77507,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,632,0,31,105,1,0,8,6.448889255523682,64 +4988,1,0,16,25,8,12,75607,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,289,0,23,65,1,1,3,5.666426658630371,9 +4990,1,0,8,32,NA,5,111044,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,300,0,22,NA,1,0,18,5.703782558441162,324 +4991,1,0,10,29,NA,5,117386,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,230,0,14,NA,1,0,13,5.438079357147217,169 +4992,1,0,8,30,NA,5,138729,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,395,0,28,NA,1,0,16,5.978885650634766,256 +4994,1,0,9,24,5,5,79093,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,572,0,8,NA,6,0,9,6.349139213562012,81 +4995,1,0,17,30,8,8,122798,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,625,0,30,NA,6,0,7,6.437751770019531,49 +4996,1,0,16,25,NA,NA,79093,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,550,0,22,NA,6,0,3,6.309918403625488,9 +4997,1,0,9,26,8,8,77507,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,250,0,21,NA,1,0,11,5.521461009979248,121 +4998,1,0,8,27,NA,NA,84491,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,363,0,30,NA,1,0,13,5.894402980804443,169 +4999,1,0,14,34,4,12,116164,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,100,0,26,NA,1,0,14,4.605170249938965,196 +5001,1,0,12,33,NA,NA,116164,0,0,1,0,0,1,0,0,0,0,0,0,0,1,1,0,1,350,0,18,NA,1,0,15,5.857933044433594,225 +5003,1,0,10,25,NA,6,79093,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,290,0,18,NA,6,0,9,5.6698808670043945,81 +5004,1,0,4,32,NA,4,116164,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,250,0,NA,NA,5,0,22,5.521461009979248,484 +5008,1,0,8,33,NA,3,111044,0,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,833,0,22,NA,1,0,19,6.725033760070801,361 +5009,1,0,10,25,NA,NA,75607,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,435,0,20,NA,1,0,9,6.075345993041992,81 +5011,1,0,12,27,NA,NA,77507,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,0,1,333,0,26,98,6,1,9,5.80814266204834,81 +5012,0,0,12,26,NA,12,438085,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,306,0,27,93,2,0,8,5.72358512878418,64 +5013,0,0,18,33,7,7,423456,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,573,0,43,108,1,0,9,6.35088586807251,81 +5018,0,0,12,25,10,6,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,288,0,19,NA,6,0,7,5.662960529327393,49 +5020,0,0,12,28,NA,NA,77507,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,463,0,12,74,2,0,10,6.1377272605896,100 +5021,0,0,12,34,7,12,88765,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,389,0,40,107,1,0,16,5.963579177856445,256 +5022,0,0,16,32,14,12,81669,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,1106,0,48,110,4,0,10,7.008505344390869,100 +5024,0,0,16,24,9,10,336009,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,245,0,34,114,4,0,2,5.501258373260498,4 +5028,0,0,12,25,NA,12,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,358,0,28,NA,1,0,7,5.880533218383789,49 +5030,0,0,8,34,7,8,363128,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,357,0,34,NA,1,1,20,5.877735614776611,400 +5031,0,0,12,30,6,6,118905,1,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,0,400,0,24,72,1,0,12,5.991464614868164,144 +5033,0,0,10,25,12,9,104102,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,300,0,38,117,4,0,9,5.703782558441162,81 +5036,0,0,16,27,15,15,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,553,1,42,107,1,1,5,6.3153581619262695,25 +5037,0,0,8,31,4,10,545297,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,300,0,29,NA,1,0,17,5.703782558441162,289 +5039,0,0,7,30,NA,NA,635888,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,450,0,14,NA,1,0,17,6.10924768447876,289 +5040,0,0,12,25,7,9,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,409,0,29,114,1,0,7,6.0137152671813965,49 +5046,0,0,14,24,14,14,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,250,0,26,NA,6,1,4,5.521461009979248,16 +5048,0,0,16,24,NA,NA,89271,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,337,0,24,107,1,1,2,5.820083141326904,4 +5051,0,0,16,24,12,12,425871,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,280,0,34,NA,6,1,2,5.63478946685791,4 +5052,0,0,13,24,12,10,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,523,0,35,120,4,1,5,6.259581565856934,25 +5053,0,0,16,26,12,12,486761,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,513,0,34,97,1,1,4,6.240275859832764,16 +5054,0,0,14,31,8,14,635888,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,691,0,46,130,1,1,11,6.538139820098877,121 +5055,0,0,16,27,12,12,876170,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,425,0,38,107,6,1,5,6.052089214324951,25 +5056,0,0,13,24,16,12,730401,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,1,1,361,1,40,NA,6,1,5,5.888877868652344,25 +5058,0,0,12,24,5,12,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,542,0,31,100,1,0,6,6.295266151428223,36 +5059,0,0,12,32,6,12,363128,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,769,0,33,NA,1,0,14,6.6450910568237305,196 +5060,0,0,12,25,NA,11,365200,0,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,505,0,37,103,1,1,7,6.224558353424072,49 +5061,0,0,17,25,12,10,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,591,1,46,108,6,1,2,6.3818159103393555,4 +5062,0,0,16,25,14,13,851743,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,419,0,29,111,6,1,3,6.03787088394165,9 +5064,0,0,16,26,12,12,973522,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,375,0,36,114,4,1,4,5.926926136016846,16 +5068,0,0,17,26,12,2,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,369,1,37,112,5,1,3,5.910796642303467,9 +5069,0,0,11,26,8,8,375674,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,438,0,31,95,1,0,9,6.082219123840332,81 +5071,0,0,17,29,8,13,572299,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,619,1,39,138,6,1,6,6.428105354309082,36 +5073,0,0,16,33,13,12,423456,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,635,0,47,96,4,1,11,6.453625202178955,121 +5074,0,0,12,26,10,11,438085,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,500,0,31,105,1,1,8,6.214608192443848,64 +5075,0,0,12,32,10,11,423456,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,875,0,39,98,1,1,14,6.774223804473877,196 +5076,0,0,17,34,10,14,470506,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,1,635,0,43,NA,1,1,11,6.453625202178955,121 +5078,0,0,14,24,18,12,365200,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,313,1,36,NA,1,1,4,5.746203422546387,16 +5081,0,0,15,24,16,12,365200,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,350,0,45,NA,4,0,3,5.857933044433594,9 +5082,0,0,9,24,7,11,365200,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,857,0,22,NA,5,0,9,6.7534379959106445,81 +5083,0,0,11,31,NA,8,118905,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,1,200,0,30,62,6,1,14,5.2983174324035645,196 +5084,0,0,12,24,NA,NA,90509,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,0,383,0,30,NA,1,0,6,5.948034763336182,36 +5088,0,0,12,30,NA,8,118905,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,245,0,38,67,3,0,12,5.501258373260498,144 +5089,0,0,12,32,7,NA,112480,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,808,0,28,83,1,0,14,6.694561958312988,196 +5091,0,0,18,33,6,10,112480,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,462,0,27,NA,1,1,9,6.135564804077148,81 +5092,0,0,16,29,3,7,118905,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,577,0,28,NA,1,1,7,6.357842445373535,49 +5097,0,0,17,31,NA,NA,118905,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,0,506,0,44,NA,1,0,8,6.226536750793457,64 +5098,0,0,17,28,13,12,107087,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,962,0,28,97,6,1,5,6.869014263153076,25 +5099,0,0,16,26,13,12,107087,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,743,0,29,112,1,1,4,6.610695838928223,16 +5100,0,0,12,24,NA,9,104102,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,450,0,31,102,6,1,6,6.10924768447876,36 +5102,0,0,11,27,7,8,81081,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,476,0,22,NA,1,0,10,6.165417671203613,100 +5103,0,0,9,25,7,8,79093,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,123,0,18,NA,6,0,10,4.8121843338012695,100 +5104,0,0,11,32,3,0,116164,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,794,0,30,70,1,0,15,6.677083492279053,225 +5106,0,0,10,25,12,5,79093,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,200,0,22,NA,1,0,9,5.2983174324035645,81 +5107,0,0,14,32,8,8,81669,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,462,0,40,92,1,1,12,6.135564804077148,144 +5108,0,0,10,29,16,5,110376,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,225,0,34,90,1,1,13,5.41610050201416,169 +5116,0,0,13,28,NA,10,345645,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,577,0,25,83,1,1,9,6.357842445373535,81 +5120,0,0,8,32,NA,NA,116164,0,1,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,180,0,24,NA,1,0,18,5.192956924438477,324 +5121,0,0,9,31,NA,1,122798,0,1,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,325,0,20,NA,6,0,16,5.783825397491455,256 +5122,0,0,7,28,NA,1,81081,0,1,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,409,0,20,NA,6,0,15,6.0137152671813965,225 +5123,0,0,10,25,2,8,93473,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,200,0,17,75,1,0,9,5.2983174324035645,81 +5124,0,0,16,29,11,16,490767,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,1,539,0,36,95,1,1,7,6.289715766906738,49 +5126,0,0,16,28,12,12,375674,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,354,0,46,104,1,0,6,5.869297027587891,36 +5131,0,0,11,28,12,15,345645,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,250,0,24,85,5,1,11,5.521461009979248,121 +5139,0,0,16,28,9,12,375674,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,693,0,41,114,1,1,6,6.541029930114746,36 +5140,0,0,12,28,8,12,417415,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,420,0,27,82,1,1,10,6.040254592895508,100 +5142,0,0,12,33,16,16,363128,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,366,0,32,65,1,0,15,5.902633190155029,225 +5143,0,0,11,24,4,7,365200,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,351,0,26,NA,1,0,7,5.860786437988281,49 +5144,0,0,16,31,8,8,451538,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,0,913,0,45,113,1,1,9,6.816735744476318,81 +5145,0,0,13,28,9,16,345645,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,900,0,40,NA,1,0,9,6.802394866943359,81 +5146,0,0,7,26,2,7,91831,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,300,0,21,NA,1,0,13,5.703782558441162,169 +5149,0,0,10,27,NA,NA,108528,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,307,0,38,NA,1,0,11,5.7268476486206055,121 +5151,0,0,7,27,NA,8,108528,0,0,1,0,0,0,0,0,0,1,0,0,1,0,1,1,0,475,0,28,NA,1,0,14,6.1633148193359375,196 +5152,0,0,11,28,NA,9,81081,0,1,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,340,0,23,100,4,0,11,5.828945636749268,121 +5153,0,0,9,29,5,5,117386,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,1,463,0,30,68,1,0,14,6.1377272605896,196 +5159,0,0,12,30,NA,2,118905,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,200,0,20,76,1,0,12,5.2983174324035645,144 +5161,0,0,15,24,8,8,76585,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,315,0,23,101,6,1,3,5.752572536468506,9 +5162,0,0,16,30,5,8,118905,0,0,1,0,0,0,0,0,0,1,0,0,1,1,0,1,0,625,0,35,78,1,1,8,6.437751770019531,64 +5163,0,0,12,30,NA,NA,118905,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,254,0,27,72,5,1,12,5.537334442138672,144 +5165,0,0,9,27,NA,NA,107087,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,450,0,32,75,1,1,12,6.10924768447876,144 +5166,0,0,12,24,NA,NA,75607,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,375,0,27,NA,1,1,6,5.926926136016846,36 +5168,0,0,12,26,0,7,77507,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,0,300,0,30,NA,1,1,8,5.703782558441162,64 +5171,0,0,12,26,8,10,77507,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,364,0,30,NA,5,1,8,5.897153854370117,64 +5173,0,0,18,27,NA,NA,77507,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,0,750,0,39,NA,1,1,3,6.620073318481445,9 +5174,0,0,15,28,3,8,77507,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,589,0,36,NA,1,1,7,6.3784260749816895,49 +5176,0,0,10,31,0,2,117386,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,265,0,26,NA,1,1,15,5.579730033874512,225 +5177,0,0,9,25,0,2,75607,1,0,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,300,0,10,NA,5,1,10,5.703782558441162,100 +5179,0,0,6,33,NA,NA,111044,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,390,0,21,NA,1,0,21,5.966146945953369,441 +5184,0,0,10,31,NA,12,119965,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,500,0,31,NA,1,1,15,6.214608192443848,225 +5185,0,0,12,29,NA,12,119965,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,450,0,38,101,1,1,11,6.10924768447876,121 +5186,0,0,12,27,7,7,91831,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,263,0,33,100,1,1,9,5.5721540451049805,81 +5187,0,0,14,27,5,12,91831,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,432,0,38,105,1,1,7,6.06842565536499,49 +5193,0,0,10,30,NA,4,480216,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,192,0,29,NA,1,0,14,5.257495403289795,196 +5196,0,0,14,34,8,8,363128,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,829,0,35,NA,1,1,14,6.72022008895874,196 +5199,0,1,16,30,16,16,140524,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,1,0,513,0,30,82,1,0,8,6.240275859832764,64 +5200,0,1,13,30,4,9,117386,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,529,0,25,NA,1,0,11,6.270988464355469,121 +5204,0,1,16,26,NA,11,91599,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,385,0,28,79,1,0,4,5.953243255615234,16 +5206,0,1,13,27,6,8,91831,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,500,0,32,102,1,0,8,6.214608192443848,64 +5210,0,1,15,29,16,18,119965,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,712,0,43,NA,1,1,8,6.56807804107666,64 +5211,0,1,16,27,16,18,91831,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,472,0,36,NA,1,1,5,6.156979084014893,25 +5212,0,1,12,24,NA,7,79093,0,1,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,470,0,22,77,1,0,6,6.152732849121094,36 +5213,0,1,13,25,NA,NA,75607,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,413,0,28,NA,1,0,6,6.023447513580322,36 +5218,0,1,12,25,8,12,82135,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,335,0,15,NA,1,0,7,5.8141303062438965,49 +5219,0,1,13,34,NA,NA,88765,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,481,0,43,NA,1,1,15,6.175867080688477,225 +5220,0,1,12,24,11,NA,89271,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,500,0,25,109,1,0,6,6.214608192443848,36 +5221,0,1,12,31,NA,NA,110376,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,713,0,32,107,1,1,13,6.569481372833252,169 +5225,0,1,13,26,NA,NA,81081,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,525,1,27,NA,1,0,7,6.263398170471191,49 diff --git a/docs/files/data/package_data/cars.csv b/docs/files/data/package_data/cars.csv new file mode 100644 index 00000000..e6a7d628 --- /dev/null +++ b/docs/files/data/package_data/cars.csv @@ -0,0 +1,235 @@ +manufacturer,model,displ,year,cyl,trans,drv,cty,hwy,fl,class +audi,a4,1.8,1999,4,auto(l5),f,18,29,p,compact +audi,a4,1.8,1999,4,manual(m5),f,21,29,p,compact +audi,a4,2,2008,4,manual(m6),f,20,31,p,compact +audi,a4,2,2008,4,auto(av),f,21,30,p,compact +audi,a4,2.8,1999,6,auto(l5),f,16,26,p,compact +audi,a4,2.8,1999,6,manual(m5),f,18,26,p,compact +audi,a4,3.1,2008,6,auto(av),f,18,27,p,compact +audi,a4 quattro,1.8,1999,4,manual(m5),4,18,26,p,compact +audi,a4 quattro,1.8,1999,4,auto(l5),4,16,25,p,compact +audi,a4 quattro,2,2008,4,manual(m6),4,20,28,p,compact +audi,a4 quattro,2,2008,4,auto(s6),4,19,27,p,compact +audi,a4 quattro,2.8,1999,6,auto(l5),4,15,25,p,compact +audi,a4 quattro,2.8,1999,6,manual(m5),4,17,25,p,compact +audi,a4 quattro,3.1,2008,6,auto(s6),4,17,25,p,compact +audi,a4 quattro,3.1,2008,6,manual(m6),4,15,25,p,compact +audi,a6 quattro,2.8,1999,6,auto(l5),4,15,24,p,midsize +audi,a6 quattro,3.1,2008,6,auto(s6),4,17,25,p,midsize +audi,a6 quattro,4.2,2008,8,auto(s6),4,16,23,p,midsize +chevrolet,c1500 suburban 2wd,5.3,2008,8,auto(l4),r,14,20,r,suv +chevrolet,c1500 suburban 2wd,5.3,2008,8,auto(l4),r,11,15,e,suv +chevrolet,c1500 suburban 2wd,5.3,2008,8,auto(l4),r,14,20,r,suv +chevrolet,c1500 suburban 2wd,5.7,1999,8,auto(l4),r,13,17,r,suv +chevrolet,c1500 suburban 2wd,6,2008,8,auto(l4),r,12,17,r,suv +chevrolet,corvette,5.7,1999,8,manual(m6),r,16,26,p,2seater +chevrolet,corvette,5.7,1999,8,auto(l4),r,15,23,p,2seater +chevrolet,corvette,6.2,2008,8,manual(m6),r,16,26,p,2seater +chevrolet,corvette,6.2,2008,8,auto(s6),r,15,25,p,2seater +chevrolet,corvette,7,2008,8,manual(m6),r,15,24,p,2seater +chevrolet,k1500 tahoe 4wd,5.3,2008,8,auto(l4),4,14,19,r,suv +chevrolet,k1500 tahoe 4wd,5.3,2008,8,auto(l4),4,11,14,e,suv +chevrolet,k1500 tahoe 4wd,5.7,1999,8,auto(l4),4,11,15,r,suv +chevrolet,k1500 tahoe 4wd,6.5,1999,8,auto(l4),4,14,17,d,suv +chevrolet,malibu,2.4,1999,4,auto(l4),f,19,27,r,midsize +chevrolet,malibu,2.4,2008,4,auto(l4),f,22,30,r,midsize +chevrolet,malibu,3.1,1999,6,auto(l4),f,18,26,r,midsize +chevrolet,malibu,3.5,2008,6,auto(l4),f,18,29,r,midsize +chevrolet,malibu,3.6,2008,6,auto(s6),f,17,26,r,midsize +dodge,caravan 2wd,2.4,1999,4,auto(l3),f,18,24,r,minivan +dodge,caravan 2wd,3,1999,6,auto(l4),f,17,24,r,minivan +dodge,caravan 2wd,3.3,1999,6,auto(l4),f,16,22,r,minivan +dodge,caravan 2wd,3.3,1999,6,auto(l4),f,16,22,r,minivan +dodge,caravan 2wd,3.3,2008,6,auto(l4),f,17,24,r,minivan +dodge,caravan 2wd,3.3,2008,6,auto(l4),f,17,24,r,minivan +dodge,caravan 2wd,3.3,2008,6,auto(l4),f,11,17,e,minivan +dodge,caravan 2wd,3.8,1999,6,auto(l4),f,15,22,r,minivan +dodge,caravan 2wd,3.8,1999,6,auto(l4),f,15,21,r,minivan +dodge,caravan 2wd,3.8,2008,6,auto(l6),f,16,23,r,minivan +dodge,caravan 2wd,4,2008,6,auto(l6),f,16,23,r,minivan +dodge,dakota pickup 4wd,3.7,2008,6,manual(m6),4,15,19,r,pickup +dodge,dakota pickup 4wd,3.7,2008,6,auto(l4),4,14,18,r,pickup +dodge,dakota pickup 4wd,3.9,1999,6,auto(l4),4,13,17,r,pickup +dodge,dakota pickup 4wd,3.9,1999,6,manual(m5),4,14,17,r,pickup +dodge,dakota pickup 4wd,4.7,2008,8,auto(l5),4,14,19,r,pickup +dodge,dakota pickup 4wd,4.7,2008,8,auto(l5),4,14,19,r,pickup +dodge,dakota pickup 4wd,4.7,2008,8,auto(l5),4,9,12,e,pickup +dodge,dakota pickup 4wd,5.2,1999,8,manual(m5),4,11,17,r,pickup +dodge,dakota pickup 4wd,5.2,1999,8,auto(l4),4,11,15,r,pickup +dodge,durango 4wd,3.9,1999,6,auto(l4),4,13,17,r,suv +dodge,durango 4wd,4.7,2008,8,auto(l5),4,13,17,r,suv +dodge,durango 4wd,4.7,2008,8,auto(l5),4,9,12,e,suv +dodge,durango 4wd,4.7,2008,8,auto(l5),4,13,17,r,suv +dodge,durango 4wd,5.2,1999,8,auto(l4),4,11,16,r,suv +dodge,durango 4wd,5.7,2008,8,auto(l5),4,13,18,r,suv +dodge,durango 4wd,5.9,1999,8,auto(l4),4,11,15,r,suv +dodge,ram 1500 pickup 4wd,4.7,2008,8,manual(m6),4,12,16,r,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,auto(l5),4,9,12,e,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,auto(l5),4,13,17,r,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,auto(l5),4,13,17,r,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,manual(m6),4,12,16,r,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,manual(m6),4,9,12,e,pickup +dodge,ram 1500 pickup 4wd,5.2,1999,8,auto(l4),4,11,15,r,pickup +dodge,ram 1500 pickup 4wd,5.2,1999,8,manual(m5),4,11,16,r,pickup +dodge,ram 1500 pickup 4wd,5.7,2008,8,auto(l5),4,13,17,r,pickup +dodge,ram 1500 pickup 4wd,5.9,1999,8,auto(l4),4,11,15,r,pickup +ford,expedition 2wd,4.6,1999,8,auto(l4),r,11,17,r,suv +ford,expedition 2wd,5.4,1999,8,auto(l4),r,11,17,r,suv +ford,expedition 2wd,5.4,2008,8,auto(l6),r,12,18,r,suv +ford,explorer 4wd,4,1999,6,auto(l5),4,14,17,r,suv +ford,explorer 4wd,4,1999,6,manual(m5),4,15,19,r,suv +ford,explorer 4wd,4,1999,6,auto(l5),4,14,17,r,suv +ford,explorer 4wd,4,2008,6,auto(l5),4,13,19,r,suv +ford,explorer 4wd,4.6,2008,8,auto(l6),4,13,19,r,suv +ford,explorer 4wd,5,1999,8,auto(l4),4,13,17,r,suv +ford,f150 pickup 4wd,4.2,1999,6,auto(l4),4,14,17,r,pickup +ford,f150 pickup 4wd,4.2,1999,6,manual(m5),4,14,17,r,pickup +ford,f150 pickup 4wd,4.6,1999,8,manual(m5),4,13,16,r,pickup +ford,f150 pickup 4wd,4.6,1999,8,auto(l4),4,13,16,r,pickup +ford,f150 pickup 4wd,4.6,2008,8,auto(l4),4,13,17,r,pickup +ford,f150 pickup 4wd,5.4,1999,8,auto(l4),4,11,15,r,pickup +ford,f150 pickup 4wd,5.4,2008,8,auto(l4),4,13,17,r,pickup +ford,mustang,3.8,1999,6,manual(m5),r,18,26,r,subcompact +ford,mustang,3.8,1999,6,auto(l4),r,18,25,r,subcompact +ford,mustang,4,2008,6,manual(m5),r,17,26,r,subcompact +ford,mustang,4,2008,6,auto(l5),r,16,24,r,subcompact +ford,mustang,4.6,1999,8,auto(l4),r,15,21,r,subcompact +ford,mustang,4.6,1999,8,manual(m5),r,15,22,r,subcompact +ford,mustang,4.6,2008,8,manual(m5),r,15,23,r,subcompact +ford,mustang,4.6,2008,8,auto(l5),r,15,22,r,subcompact +ford,mustang,5.4,2008,8,manual(m6),r,14,20,p,subcompact +honda,civic,1.6,1999,4,manual(m5),f,28,33,r,subcompact +honda,civic,1.6,1999,4,auto(l4),f,24,32,r,subcompact +honda,civic,1.6,1999,4,manual(m5),f,25,32,r,subcompact +honda,civic,1.6,1999,4,manual(m5),f,23,29,p,subcompact +honda,civic,1.6,1999,4,auto(l4),f,24,32,r,subcompact +honda,civic,1.8,2008,4,manual(m5),f,26,34,r,subcompact +honda,civic,1.8,2008,4,auto(l5),f,25,36,r,subcompact +honda,civic,1.8,2008,4,auto(l5),f,24,36,c,subcompact +honda,civic,2,2008,4,manual(m6),f,21,29,p,subcompact +hyundai,sonata,2.4,1999,4,auto(l4),f,18,26,r,midsize +hyundai,sonata,2.4,1999,4,manual(m5),f,18,27,r,midsize +hyundai,sonata,2.4,2008,4,auto(l4),f,21,30,r,midsize +hyundai,sonata,2.4,2008,4,manual(m5),f,21,31,r,midsize +hyundai,sonata,2.5,1999,6,auto(l4),f,18,26,r,midsize +hyundai,sonata,2.5,1999,6,manual(m5),f,18,26,r,midsize +hyundai,sonata,3.3,2008,6,auto(l5),f,19,28,r,midsize +hyundai,tiburon,2,1999,4,auto(l4),f,19,26,r,subcompact +hyundai,tiburon,2,1999,4,manual(m5),f,19,29,r,subcompact +hyundai,tiburon,2,2008,4,manual(m5),f,20,28,r,subcompact +hyundai,tiburon,2,2008,4,auto(l4),f,20,27,r,subcompact +hyundai,tiburon,2.7,2008,6,auto(l4),f,17,24,r,subcompact +hyundai,tiburon,2.7,2008,6,manual(m6),f,16,24,r,subcompact +hyundai,tiburon,2.7,2008,6,manual(m5),f,17,24,r,subcompact +jeep,grand cherokee 4wd,3,2008,6,auto(l5),4,17,22,d,suv +jeep,grand cherokee 4wd,3.7,2008,6,auto(l5),4,15,19,r,suv +jeep,grand cherokee 4wd,4,1999,6,auto(l4),4,15,20,r,suv +jeep,grand cherokee 4wd,4.7,1999,8,auto(l4),4,14,17,r,suv +jeep,grand cherokee 4wd,4.7,2008,8,auto(l5),4,9,12,e,suv +jeep,grand cherokee 4wd,4.7,2008,8,auto(l5),4,14,19,r,suv +jeep,grand cherokee 4wd,5.7,2008,8,auto(l5),4,13,18,r,suv +jeep,grand cherokee 4wd,6.1,2008,8,auto(l5),4,11,14,p,suv +land rover,range rover,4,1999,8,auto(l4),4,11,15,p,suv +land rover,range rover,4.2,2008,8,auto(s6),4,12,18,r,suv +land rover,range rover,4.4,2008,8,auto(s6),4,12,18,r,suv +land rover,range rover,4.6,1999,8,auto(l4),4,11,15,p,suv +lincoln,navigator 2wd,5.4,1999,8,auto(l4),r,11,17,r,suv +lincoln,navigator 2wd,5.4,1999,8,auto(l4),r,11,16,p,suv +lincoln,navigator 2wd,5.4,2008,8,auto(l6),r,12,18,r,suv +mercury,mountaineer 4wd,4,1999,6,auto(l5),4,14,17,r,suv +mercury,mountaineer 4wd,4,2008,6,auto(l5),4,13,19,r,suv +mercury,mountaineer 4wd,4.6,2008,8,auto(l6),4,13,19,r,suv +mercury,mountaineer 4wd,5,1999,8,auto(l4),4,13,17,r,suv +nissan,altima,2.4,1999,4,manual(m5),f,21,29,r,compact +nissan,altima,2.4,1999,4,auto(l4),f,19,27,r,compact +nissan,altima,2.5,2008,4,auto(av),f,23,31,r,midsize +nissan,altima,2.5,2008,4,manual(m6),f,23,32,r,midsize +nissan,altima,3.5,2008,6,manual(m6),f,19,27,p,midsize +nissan,altima,3.5,2008,6,auto(av),f,19,26,p,midsize +nissan,maxima,3,1999,6,auto(l4),f,18,26,r,midsize +nissan,maxima,3,1999,6,manual(m5),f,19,25,r,midsize +nissan,maxima,3.5,2008,6,auto(av),f,19,25,p,midsize +nissan,pathfinder 4wd,3.3,1999,6,auto(l4),4,14,17,r,suv +nissan,pathfinder 4wd,3.3,1999,6,manual(m5),4,15,17,r,suv +nissan,pathfinder 4wd,4,2008,6,auto(l5),4,14,20,p,suv +nissan,pathfinder 4wd,5.6,2008,8,auto(s5),4,12,18,p,suv +pontiac,grand prix,3.1,1999,6,auto(l4),f,18,26,r,midsize +pontiac,grand prix,3.8,1999,6,auto(l4),f,16,26,p,midsize +pontiac,grand prix,3.8,1999,6,auto(l4),f,17,27,r,midsize +pontiac,grand prix,3.8,2008,6,auto(l4),f,18,28,r,midsize +pontiac,grand prix,5.3,2008,8,auto(s4),f,16,25,p,midsize +subaru,forester awd,2.5,1999,4,manual(m5),4,18,25,r,suv +subaru,forester awd,2.5,1999,4,auto(l4),4,18,24,r,suv +subaru,forester awd,2.5,2008,4,manual(m5),4,20,27,r,suv +subaru,forester awd,2.5,2008,4,manual(m5),4,19,25,p,suv +subaru,forester awd,2.5,2008,4,auto(l4),4,20,26,r,suv +subaru,forester awd,2.5,2008,4,auto(l4),4,18,23,p,suv +subaru,impreza awd,2.2,1999,4,auto(l4),4,21,26,r,subcompact +subaru,impreza awd,2.2,1999,4,manual(m5),4,19,26,r,subcompact +subaru,impreza awd,2.5,1999,4,manual(m5),4,19,26,r,subcompact +subaru,impreza awd,2.5,1999,4,auto(l4),4,19,26,r,subcompact +subaru,impreza awd,2.5,2008,4,auto(s4),4,20,25,p,compact +subaru,impreza awd,2.5,2008,4,auto(s4),4,20,27,r,compact +subaru,impreza awd,2.5,2008,4,manual(m5),4,19,25,p,compact +subaru,impreza awd,2.5,2008,4,manual(m5),4,20,27,r,compact +toyota,4runner 4wd,2.7,1999,4,manual(m5),4,15,20,r,suv +toyota,4runner 4wd,2.7,1999,4,auto(l4),4,16,20,r,suv +toyota,4runner 4wd,3.4,1999,6,auto(l4),4,15,19,r,suv +toyota,4runner 4wd,3.4,1999,6,manual(m5),4,15,17,r,suv +toyota,4runner 4wd,4,2008,6,auto(l5),4,16,20,r,suv +toyota,4runner 4wd,4.7,2008,8,auto(l5),4,14,17,r,suv +toyota,camry,2.2,1999,4,manual(m5),f,21,29,r,midsize +toyota,camry,2.2,1999,4,auto(l4),f,21,27,r,midsize +toyota,camry,2.4,2008,4,manual(m5),f,21,31,r,midsize +toyota,camry,2.4,2008,4,auto(l5),f,21,31,r,midsize +toyota,camry,3,1999,6,auto(l4),f,18,26,r,midsize +toyota,camry,3,1999,6,manual(m5),f,18,26,r,midsize +toyota,camry,3.5,2008,6,auto(s6),f,19,28,r,midsize +toyota,camry solara,2.2,1999,4,auto(l4),f,21,27,r,compact +toyota,camry solara,2.2,1999,4,manual(m5),f,21,29,r,compact +toyota,camry solara,2.4,2008,4,manual(m5),f,21,31,r,compact +toyota,camry solara,2.4,2008,4,auto(s5),f,22,31,r,compact +toyota,camry solara,3,1999,6,auto(l4),f,18,26,r,compact +toyota,camry solara,3,1999,6,manual(m5),f,18,26,r,compact +toyota,camry solara,3.3,2008,6,auto(s5),f,18,27,r,compact +toyota,corolla,1.8,1999,4,auto(l3),f,24,30,r,compact +toyota,corolla,1.8,1999,4,auto(l4),f,24,33,r,compact +toyota,corolla,1.8,1999,4,manual(m5),f,26,35,r,compact +toyota,corolla,1.8,2008,4,manual(m5),f,28,37,r,compact +toyota,corolla,1.8,2008,4,auto(l4),f,26,35,r,compact +toyota,land cruiser wagon 4wd,4.7,1999,8,auto(l4),4,11,15,r,suv +toyota,land cruiser wagon 4wd,5.7,2008,8,auto(s6),4,13,18,r,suv +toyota,toyota tacoma 4wd,2.7,1999,4,manual(m5),4,15,20,r,pickup +toyota,toyota tacoma 4wd,2.7,1999,4,auto(l4),4,16,20,r,pickup +toyota,toyota tacoma 4wd,2.7,2008,4,manual(m5),4,17,22,r,pickup +toyota,toyota tacoma 4wd,3.4,1999,6,manual(m5),4,15,17,r,pickup +toyota,toyota tacoma 4wd,3.4,1999,6,auto(l4),4,15,19,r,pickup +toyota,toyota tacoma 4wd,4,2008,6,manual(m6),4,15,18,r,pickup +toyota,toyota tacoma 4wd,4,2008,6,auto(l5),4,16,20,r,pickup +volkswagen,gti,2,1999,4,manual(m5),f,21,29,r,compact +volkswagen,gti,2,1999,4,auto(l4),f,19,26,r,compact +volkswagen,gti,2,2008,4,manual(m6),f,21,29,p,compact +volkswagen,gti,2,2008,4,auto(s6),f,22,29,p,compact +volkswagen,gti,2.8,1999,6,manual(m5),f,17,24,r,compact +volkswagen,jetta,1.9,1999,4,manual(m5),f,33,44,d,compact +volkswagen,jetta,2,1999,4,manual(m5),f,21,29,r,compact +volkswagen,jetta,2,1999,4,auto(l4),f,19,26,r,compact +volkswagen,jetta,2,2008,4,auto(s6),f,22,29,p,compact +volkswagen,jetta,2,2008,4,manual(m6),f,21,29,p,compact +volkswagen,jetta,2.5,2008,5,auto(s6),f,21,29,r,compact +volkswagen,jetta,2.5,2008,5,manual(m5),f,21,29,r,compact +volkswagen,jetta,2.8,1999,6,auto(l4),f,16,23,r,compact +volkswagen,jetta,2.8,1999,6,manual(m5),f,17,24,r,compact +volkswagen,new beetle,1.9,1999,4,manual(m5),f,35,44,d,subcompact +volkswagen,new beetle,1.9,1999,4,auto(l4),f,29,41,d,subcompact +volkswagen,new beetle,2,1999,4,manual(m5),f,21,29,r,subcompact +volkswagen,new beetle,2,1999,4,auto(l4),f,19,26,r,subcompact +volkswagen,new beetle,2.5,2008,5,manual(m5),f,20,28,r,subcompact +volkswagen,new beetle,2.5,2008,5,auto(s6),f,20,29,r,subcompact +volkswagen,passat,1.8,1999,4,manual(m5),f,21,29,p,midsize +volkswagen,passat,1.8,1999,4,auto(l5),f,18,29,p,midsize +volkswagen,passat,2,2008,4,auto(s6),f,19,28,p,midsize +volkswagen,passat,2,2008,4,manual(m6),f,21,29,p,midsize +volkswagen,passat,2.8,1999,6,auto(l5),f,16,26,p,midsize +volkswagen,passat,2.8,1999,6,manual(m5),f,18,26,p,midsize +volkswagen,passat,3.6,2008,6,auto(s6),f,17,26,p,midsize diff --git a/docs/files/data/package_data/gapminder.csv b/docs/files/data/package_data/gapminder.csv new file mode 100644 index 00000000..7e643799 --- /dev/null +++ b/docs/files/data/package_data/gapminder.csv @@ -0,0 +1,1705 @@ +country,continent,year,lifeExp,pop,gdpPercap +Afghanistan,Asia,1952,28.801,8425333,779.4453145 +Afghanistan,Asia,1957,30.332,9240934,820.8530296 +Afghanistan,Asia,1962,31.997,10267083,853.10071 +Afghanistan,Asia,1967,34.02,11537966,836.1971382 +Afghanistan,Asia,1972,36.088,13079460,739.9811058 +Afghanistan,Asia,1977,38.438,14880372,786.11336 +Afghanistan,Asia,1982,39.854,12881816,978.0114388 +Afghanistan,Asia,1987,40.822,13867957,852.3959448 +Afghanistan,Asia,1992,41.674,16317921,649.3413952 +Afghanistan,Asia,1997,41.763,22227415,635.341351 +Afghanistan,Asia,2002,42.129,25268405,726.7340548 +Afghanistan,Asia,2007,43.828,31889923,974.5803384 +Albania,Europe,1952,55.23,1282697,1601.056136 +Albania,Europe,1957,59.28,1476505,1942.284244 +Albania,Europe,1962,64.82,1728137,2312.888958 +Albania,Europe,1967,66.22,1984060,2760.196931 +Albania,Europe,1972,67.69,2263554,3313.422188 +Albania,Europe,1977,68.93,2509048,3533.00391 +Albania,Europe,1982,70.42,2780097,3630.880722 +Albania,Europe,1987,72,3075321,3738.932735 +Albania,Europe,1992,71.581,3326498,2497.437901 +Albania,Europe,1997,72.95,3428038,3193.054604 +Albania,Europe,2002,75.651,3508512,4604.211737 +Albania,Europe,2007,76.423,3600523,5937.029526 +Algeria,Africa,1952,43.077,9279525,2449.008185 +Algeria,Africa,1957,45.685,10270856,3013.976023 +Algeria,Africa,1962,48.303,11000948,2550.81688 +Algeria,Africa,1967,51.407,12760499,3246.991771 +Algeria,Africa,1972,54.518,14760787,4182.663766 +Algeria,Africa,1977,58.014,17152804,4910.416756 +Algeria,Africa,1982,61.368,20033753,5745.160213 +Algeria,Africa,1987,65.799,23254956,5681.358539 +Algeria,Africa,1992,67.744,26298373,5023.216647 +Algeria,Africa,1997,69.152,29072015,4797.295051 +Algeria,Africa,2002,70.994,31287142,5288.040382 +Algeria,Africa,2007,72.301,33333216,6223.367465 +Angola,Africa,1952,30.015,4232095,3520.610273 +Angola,Africa,1957,31.999,4561361,3827.940465 +Angola,Africa,1962,34,4826015,4269.276742 +Angola,Africa,1967,35.985,5247469,5522.776375 +Angola,Africa,1972,37.928,5894858,5473.288005 +Angola,Africa,1977,39.483,6162675,3008.647355 +Angola,Africa,1982,39.942,7016384,2756.953672 +Angola,Africa,1987,39.906,7874230,2430.208311 +Angola,Africa,1992,40.647,8735988,2627.845685 +Angola,Africa,1997,40.963,9875024,2277.140884 +Angola,Africa,2002,41.003,10866106,2773.287312 +Angola,Africa,2007,42.731,12420476,4797.231267 +Argentina,Americas,1952,62.485,17876956,5911.315053 +Argentina,Americas,1957,64.399,19610538,6856.856212 +Argentina,Americas,1962,65.142,21283783,7133.166023 +Argentina,Americas,1967,65.634,22934225,8052.953021 +Argentina,Americas,1972,67.065,24779799,9443.038526 +Argentina,Americas,1977,68.481,26983828,10079.02674 +Argentina,Americas,1982,69.942,29341374,8997.897412 +Argentina,Americas,1987,70.774,31620918,9139.671389 +Argentina,Americas,1992,71.868,33958947,9308.41871 +Argentina,Americas,1997,73.275,36203463,10967.28195 +Argentina,Americas,2002,74.34,38331121,8797.640716 +Argentina,Americas,2007,75.32,40301927,12779.37964 +Australia,Oceania,1952,69.12,8691212,10039.59564 +Australia,Oceania,1957,70.33,9712569,10949.64959 +Australia,Oceania,1962,70.93,10794968,12217.22686 +Australia,Oceania,1967,71.1,11872264,14526.12465 +Australia,Oceania,1972,71.93,13177000,16788.62948 +Australia,Oceania,1977,73.49,14074100,18334.19751 +Australia,Oceania,1982,74.74,15184200,19477.00928 +Australia,Oceania,1987,76.32,16257249,21888.88903 +Australia,Oceania,1992,77.56,17481977,23424.76683 +Australia,Oceania,1997,78.83,18565243,26997.93657 +Australia,Oceania,2002,80.37,19546792,30687.75473 +Australia,Oceania,2007,81.235,20434176,34435.36744 +Austria,Europe,1952,66.8,6927772,6137.076492 +Austria,Europe,1957,67.48,6965860,8842.59803 +Austria,Europe,1962,69.54,7129864,10750.72111 +Austria,Europe,1967,70.14,7376998,12834.6024 +Austria,Europe,1972,70.63,7544201,16661.6256 +Austria,Europe,1977,72.17,7568430,19749.4223 +Austria,Europe,1982,73.18,7574613,21597.08362 +Austria,Europe,1987,74.94,7578903,23687.82607 +Austria,Europe,1992,76.04,7914969,27042.01868 +Austria,Europe,1997,77.51,8069876,29095.92066 +Austria,Europe,2002,78.98,8148312,32417.60769 +Austria,Europe,2007,79.829,8199783,36126.4927 +Bahrain,Asia,1952,50.939,120447,9867.084765 +Bahrain,Asia,1957,53.832,138655,11635.79945 +Bahrain,Asia,1962,56.923,171863,12753.27514 +Bahrain,Asia,1967,59.923,202182,14804.6727 +Bahrain,Asia,1972,63.3,230800,18268.65839 +Bahrain,Asia,1977,65.593,297410,19340.10196 +Bahrain,Asia,1982,69.052,377967,19211.14731 +Bahrain,Asia,1987,70.75,454612,18524.02406 +Bahrain,Asia,1992,72.601,529491,19035.57917 +Bahrain,Asia,1997,73.925,598561,20292.01679 +Bahrain,Asia,2002,74.795,656397,23403.55927 +Bahrain,Asia,2007,75.635,708573,29796.04834 +Bangladesh,Asia,1952,37.484,46886859,684.2441716 +Bangladesh,Asia,1957,39.348,51365468,661.6374577 +Bangladesh,Asia,1962,41.216,56839289,686.3415538 +Bangladesh,Asia,1967,43.453,62821884,721.1860862 +Bangladesh,Asia,1972,45.252,70759295,630.2336265 +Bangladesh,Asia,1977,46.923,80428306,659.8772322 +Bangladesh,Asia,1982,50.009,93074406,676.9818656 +Bangladesh,Asia,1987,52.819,103764241,751.9794035 +Bangladesh,Asia,1992,56.018,113704579,837.8101643 +Bangladesh,Asia,1997,59.412,123315288,972.7700352 +Bangladesh,Asia,2002,62.013,135656790,1136.39043 +Bangladesh,Asia,2007,64.062,150448339,1391.253792 +Belgium,Europe,1952,68,8730405,8343.105127 +Belgium,Europe,1957,69.24,8989111,9714.960623 +Belgium,Europe,1962,70.25,9218400,10991.20676 +Belgium,Europe,1967,70.94,9556500,13149.04119 +Belgium,Europe,1972,71.44,9709100,16672.14356 +Belgium,Europe,1977,72.8,9821800,19117.97448 +Belgium,Europe,1982,73.93,9856303,20979.84589 +Belgium,Europe,1987,75.35,9870200,22525.56308 +Belgium,Europe,1992,76.46,10045622,25575.57069 +Belgium,Europe,1997,77.53,10199787,27561.19663 +Belgium,Europe,2002,78.32,10311970,30485.88375 +Belgium,Europe,2007,79.441,10392226,33692.60508 +Benin,Africa,1952,38.223,1738315,1062.7522 +Benin,Africa,1957,40.358,1925173,959.6010805 +Benin,Africa,1962,42.618,2151895,949.4990641 +Benin,Africa,1967,44.885,2427334,1035.831411 +Benin,Africa,1972,47.014,2761407,1085.796879 +Benin,Africa,1977,49.19,3168267,1029.161251 +Benin,Africa,1982,50.904,3641603,1277.897616 +Benin,Africa,1987,52.337,4243788,1225.85601 +Benin,Africa,1992,53.919,4981671,1191.207681 +Benin,Africa,1997,54.777,6066080,1232.975292 +Benin,Africa,2002,54.406,7026113,1372.877931 +Benin,Africa,2007,56.728,8078314,1441.284873 +Bolivia,Americas,1952,40.414,2883315,2677.326347 +Bolivia,Americas,1957,41.89,3211738,2127.686326 +Bolivia,Americas,1962,43.428,3593918,2180.972546 +Bolivia,Americas,1967,45.032,4040665,2586.886053 +Bolivia,Americas,1972,46.714,4565872,2980.331339 +Bolivia,Americas,1977,50.023,5079716,3548.097832 +Bolivia,Americas,1982,53.859,5642224,3156.510452 +Bolivia,Americas,1987,57.251,6156369,2753.69149 +Bolivia,Americas,1992,59.957,6893451,2961.699694 +Bolivia,Americas,1997,62.05,7693188,3326.143191 +Bolivia,Americas,2002,63.883,8445134,3413.26269 +Bolivia,Americas,2007,65.554,9119152,3822.137084 +Bosnia and Herzegovina,Europe,1952,53.82,2791000,973.5331948 +Bosnia and Herzegovina,Europe,1957,58.45,3076000,1353.989176 +Bosnia and Herzegovina,Europe,1962,61.93,3349000,1709.683679 +Bosnia and Herzegovina,Europe,1967,64.79,3585000,2172.352423 +Bosnia and Herzegovina,Europe,1972,67.45,3819000,2860.16975 +Bosnia and Herzegovina,Europe,1977,69.86,4086000,3528.481305 +Bosnia and Herzegovina,Europe,1982,70.69,4172693,4126.613157 +Bosnia and Herzegovina,Europe,1987,71.14,4338977,4314.114757 +Bosnia and Herzegovina,Europe,1992,72.178,4256013,2546.781445 +Bosnia and Herzegovina,Europe,1997,73.244,3607000,4766.355904 +Bosnia and Herzegovina,Europe,2002,74.09,4165416,6018.975239 +Bosnia and Herzegovina,Europe,2007,74.852,4552198,7446.298803 +Botswana,Africa,1952,47.622,442308,851.2411407 +Botswana,Africa,1957,49.618,474639,918.2325349 +Botswana,Africa,1962,51.52,512764,983.6539764 +Botswana,Africa,1967,53.298,553541,1214.709294 +Botswana,Africa,1972,56.024,619351,2263.611114 +Botswana,Africa,1977,59.319,781472,3214.857818 +Botswana,Africa,1982,61.484,970347,4551.14215 +Botswana,Africa,1987,63.622,1151184,6205.88385 +Botswana,Africa,1992,62.745,1342614,7954.111645 +Botswana,Africa,1997,52.556,1536536,8647.142313 +Botswana,Africa,2002,46.634,1630347,11003.60508 +Botswana,Africa,2007,50.728,1639131,12569.85177 +Brazil,Americas,1952,50.917,56602560,2108.944355 +Brazil,Americas,1957,53.285,65551171,2487.365989 +Brazil,Americas,1962,55.665,76039390,3336.585802 +Brazil,Americas,1967,57.632,88049823,3429.864357 +Brazil,Americas,1972,59.504,100840058,4985.711467 +Brazil,Americas,1977,61.489,114313951,6660.118654 +Brazil,Americas,1982,63.336,128962939,7030.835878 +Brazil,Americas,1987,65.205,142938076,7807.095818 +Brazil,Americas,1992,67.057,155975974,6950.283021 +Brazil,Americas,1997,69.388,168546719,7957.980824 +Brazil,Americas,2002,71.006,179914212,8131.212843 +Brazil,Americas,2007,72.39,190010647,9065.800825 +Bulgaria,Europe,1952,59.6,7274900,2444.286648 +Bulgaria,Europe,1957,66.61,7651254,3008.670727 +Bulgaria,Europe,1962,69.51,8012946,4254.337839 +Bulgaria,Europe,1967,70.42,8310226,5577.0028 +Bulgaria,Europe,1972,70.9,8576200,6597.494398 +Bulgaria,Europe,1977,70.81,8797022,7612.240438 +Bulgaria,Europe,1982,71.08,8892098,8224.191647 +Bulgaria,Europe,1987,71.34,8971958,8239.854824 +Bulgaria,Europe,1992,71.19,8658506,6302.623438 +Bulgaria,Europe,1997,70.32,8066057,5970.38876 +Bulgaria,Europe,2002,72.14,7661799,7696.777725 +Bulgaria,Europe,2007,73.005,7322858,10680.79282 +Burkina Faso,Africa,1952,31.975,4469979,543.2552413 +Burkina Faso,Africa,1957,34.906,4713416,617.1834648 +Burkina Faso,Africa,1962,37.814,4919632,722.5120206 +Burkina Faso,Africa,1967,40.697,5127935,794.8265597 +Burkina Faso,Africa,1972,43.591,5433886,854.7359763 +Burkina Faso,Africa,1977,46.137,5889574,743.3870368 +Burkina Faso,Africa,1982,48.122,6634596,807.1985855 +Burkina Faso,Africa,1987,49.557,7586551,912.0631417 +Burkina Faso,Africa,1992,50.26,8878303,931.7527731 +Burkina Faso,Africa,1997,50.324,10352843,946.2949618 +Burkina Faso,Africa,2002,50.65,12251209,1037.645221 +Burkina Faso,Africa,2007,52.295,14326203,1217.032994 +Burundi,Africa,1952,39.031,2445618,339.2964587 +Burundi,Africa,1957,40.533,2667518,379.5646281 +Burundi,Africa,1962,42.045,2961915,355.2032273 +Burundi,Africa,1967,43.548,3330989,412.9775136 +Burundi,Africa,1972,44.057,3529983,464.0995039 +Burundi,Africa,1977,45.91,3834415,556.1032651 +Burundi,Africa,1982,47.471,4580410,559.603231 +Burundi,Africa,1987,48.211,5126023,621.8188189 +Burundi,Africa,1992,44.736,5809236,631.6998778 +Burundi,Africa,1997,45.326,6121610,463.1151478 +Burundi,Africa,2002,47.36,7021078,446.4035126 +Burundi,Africa,2007,49.58,8390505,430.0706916 +Cambodia,Asia,1952,39.417,4693836,368.4692856 +Cambodia,Asia,1957,41.366,5322536,434.0383364 +Cambodia,Asia,1962,43.415,6083619,496.9136476 +Cambodia,Asia,1967,45.415,6960067,523.4323142 +Cambodia,Asia,1972,40.317,7450606,421.6240257 +Cambodia,Asia,1977,31.22,6978607,524.9721832 +Cambodia,Asia,1982,50.957,7272485,624.4754784 +Cambodia,Asia,1987,53.914,8371791,683.8955732 +Cambodia,Asia,1992,55.803,10150094,682.3031755 +Cambodia,Asia,1997,56.534,11782962,734.28517 +Cambodia,Asia,2002,56.752,12926707,896.2260153 +Cambodia,Asia,2007,59.723,14131858,1713.778686 +Cameroon,Africa,1952,38.523,5009067,1172.667655 +Cameroon,Africa,1957,40.428,5359923,1313.048099 +Cameroon,Africa,1962,42.643,5793633,1399.607441 +Cameroon,Africa,1967,44.799,6335506,1508.453148 +Cameroon,Africa,1972,47.049,7021028,1684.146528 +Cameroon,Africa,1977,49.355,7959865,1783.432873 +Cameroon,Africa,1982,52.961,9250831,2367.983282 +Cameroon,Africa,1987,54.985,10780667,2602.664206 +Cameroon,Africa,1992,54.314,12467171,1793.163278 +Cameroon,Africa,1997,52.199,14195809,1694.337469 +Cameroon,Africa,2002,49.856,15929988,1934.011449 +Cameroon,Africa,2007,50.43,17696293,2042.09524 +Canada,Americas,1952,68.75,14785584,11367.16112 +Canada,Americas,1957,69.96,17010154,12489.95006 +Canada,Americas,1962,71.3,18985849,13462.48555 +Canada,Americas,1967,72.13,20819767,16076.58803 +Canada,Americas,1972,72.88,22284500,18970.57086 +Canada,Americas,1977,74.21,23796400,22090.88306 +Canada,Americas,1982,75.76,25201900,22898.79214 +Canada,Americas,1987,76.86,26549700,26626.51503 +Canada,Americas,1992,77.95,28523502,26342.88426 +Canada,Americas,1997,78.61,30305843,28954.92589 +Canada,Americas,2002,79.77,31902268,33328.96507 +Canada,Americas,2007,80.653,33390141,36319.23501 +Central African Republic,Africa,1952,35.463,1291695,1071.310713 +Central African Republic,Africa,1957,37.464,1392284,1190.844328 +Central African Republic,Africa,1962,39.475,1523478,1193.068753 +Central African Republic,Africa,1967,41.478,1733638,1136.056615 +Central African Republic,Africa,1972,43.457,1927260,1070.013275 +Central African Republic,Africa,1977,46.775,2167533,1109.374338 +Central African Republic,Africa,1982,48.295,2476971,956.7529907 +Central African Republic,Africa,1987,50.485,2840009,844.8763504 +Central African Republic,Africa,1992,49.396,3265124,747.9055252 +Central African Republic,Africa,1997,46.066,3696513,740.5063317 +Central African Republic,Africa,2002,43.308,4048013,738.6906068 +Central African Republic,Africa,2007,44.741,4369038,706.016537 +Chad,Africa,1952,38.092,2682462,1178.665927 +Chad,Africa,1957,39.881,2894855,1308.495577 +Chad,Africa,1962,41.716,3150417,1389.817618 +Chad,Africa,1967,43.601,3495967,1196.810565 +Chad,Africa,1972,45.569,3899068,1104.103987 +Chad,Africa,1977,47.383,4388260,1133.98495 +Chad,Africa,1982,49.517,4875118,797.9081006 +Chad,Africa,1987,51.051,5498955,952.386129 +Chad,Africa,1992,51.724,6429417,1058.0643 +Chad,Africa,1997,51.573,7562011,1004.961353 +Chad,Africa,2002,50.525,8835739,1156.18186 +Chad,Africa,2007,50.651,10238807,1704.063724 +Chile,Americas,1952,54.745,6377619,3939.978789 +Chile,Americas,1957,56.074,7048426,4315.622723 +Chile,Americas,1962,57.924,7961258,4519.094331 +Chile,Americas,1967,60.523,8858908,5106.654313 +Chile,Americas,1972,63.441,9717524,5494.024437 +Chile,Americas,1977,67.052,10599793,4756.763836 +Chile,Americas,1982,70.565,11487112,5095.665738 +Chile,Americas,1987,72.492,12463354,5547.063754 +Chile,Americas,1992,74.126,13572994,7596.125964 +Chile,Americas,1997,75.816,14599929,10118.05318 +Chile,Americas,2002,77.86,15497046,10778.78385 +Chile,Americas,2007,78.553,16284741,13171.63885 +China,Asia,1952,44,556263527,400.448611 +China,Asia,1957,50.54896,637408000,575.9870009 +China,Asia,1962,44.50136,665770000,487.6740183 +China,Asia,1967,58.38112,754550000,612.7056934 +China,Asia,1972,63.11888,862030000,676.9000921 +China,Asia,1977,63.96736,943455000,741.2374699 +China,Asia,1982,65.525,1000281000,962.4213805 +China,Asia,1987,67.274,1084035000,1378.904018 +China,Asia,1992,68.69,1164970000,1655.784158 +China,Asia,1997,70.426,1230075000,2289.234136 +China,Asia,2002,72.028,1280400000,3119.280896 +China,Asia,2007,72.961,1318683096,4959.114854 +Colombia,Americas,1952,50.643,12350771,2144.115096 +Colombia,Americas,1957,55.118,14485993,2323.805581 +Colombia,Americas,1962,57.863,17009885,2492.351109 +Colombia,Americas,1967,59.963,19764027,2678.729839 +Colombia,Americas,1972,61.623,22542890,3264.660041 +Colombia,Americas,1977,63.837,25094412,3815.80787 +Colombia,Americas,1982,66.653,27764644,4397.575659 +Colombia,Americas,1987,67.768,30964245,4903.2191 +Colombia,Americas,1992,68.421,34202721,5444.648617 +Colombia,Americas,1997,70.313,37657830,6117.361746 +Colombia,Americas,2002,71.682,41008227,5755.259962 +Colombia,Americas,2007,72.889,44227550,7006.580419 +Comoros,Africa,1952,40.715,153936,1102.990936 +Comoros,Africa,1957,42.46,170928,1211.148548 +Comoros,Africa,1962,44.467,191689,1406.648278 +Comoros,Africa,1967,46.472,217378,1876.029643 +Comoros,Africa,1972,48.944,250027,1937.577675 +Comoros,Africa,1977,50.939,304739,1172.603047 +Comoros,Africa,1982,52.933,348643,1267.100083 +Comoros,Africa,1987,54.926,395114,1315.980812 +Comoros,Africa,1992,57.939,454429,1246.90737 +Comoros,Africa,1997,60.66,527982,1173.618235 +Comoros,Africa,2002,62.974,614382,1075.811558 +Comoros,Africa,2007,65.152,710960,986.1478792 +"Congo, Dem. Rep.",Africa,1952,39.143,14100005,780.5423257 +"Congo, Dem. Rep.",Africa,1957,40.652,15577932,905.8602303 +"Congo, Dem. Rep.",Africa,1962,42.122,17486434,896.3146335 +"Congo, Dem. Rep.",Africa,1967,44.056,19941073,861.5932424 +"Congo, Dem. Rep.",Africa,1972,45.989,23007669,904.8960685 +"Congo, Dem. Rep.",Africa,1977,47.804,26480870,795.757282 +"Congo, Dem. Rep.",Africa,1982,47.784,30646495,673.7478181 +"Congo, Dem. Rep.",Africa,1987,47.412,35481645,672.774812 +"Congo, Dem. Rep.",Africa,1992,45.548,41672143,457.7191807 +"Congo, Dem. Rep.",Africa,1997,42.587,47798986,312.188423 +"Congo, Dem. Rep.",Africa,2002,44.966,55379852,241.1658765 +"Congo, Dem. Rep.",Africa,2007,46.462,64606759,277.5518587 +"Congo, Rep.",Africa,1952,42.111,854885,2125.621418 +"Congo, Rep.",Africa,1957,45.053,940458,2315.056572 +"Congo, Rep.",Africa,1962,48.435,1047924,2464.783157 +"Congo, Rep.",Africa,1967,52.04,1179760,2677.939642 +"Congo, Rep.",Africa,1972,54.907,1340458,3213.152683 +"Congo, Rep.",Africa,1977,55.625,1536769,3259.178978 +"Congo, Rep.",Africa,1982,56.695,1774735,4879.507522 +"Congo, Rep.",Africa,1987,57.47,2064095,4201.194937 +"Congo, Rep.",Africa,1992,56.433,2409073,4016.239529 +"Congo, Rep.",Africa,1997,52.962,2800947,3484.164376 +"Congo, Rep.",Africa,2002,52.97,3328795,3484.06197 +"Congo, Rep.",Africa,2007,55.322,3800610,3632.557798 +Costa Rica,Americas,1952,57.206,926317,2627.009471 +Costa Rica,Americas,1957,60.026,1112300,2990.010802 +Costa Rica,Americas,1962,62.842,1345187,3460.937025 +Costa Rica,Americas,1967,65.424,1588717,4161.727834 +Costa Rica,Americas,1972,67.849,1834796,5118.146939 +Costa Rica,Americas,1977,70.75,2108457,5926.876967 +Costa Rica,Americas,1982,73.45,2424367,5262.734751 +Costa Rica,Americas,1987,74.752,2799811,5629.915318 +Costa Rica,Americas,1992,75.713,3173216,6160.416317 +Costa Rica,Americas,1997,77.26,3518107,6677.045314 +Costa Rica,Americas,2002,78.123,3834934,7723.447195 +Costa Rica,Americas,2007,78.782,4133884,9645.06142 +Cote d'Ivoire,Africa,1952,40.477,2977019,1388.594732 +Cote d'Ivoire,Africa,1957,42.469,3300000,1500.895925 +Cote d'Ivoire,Africa,1962,44.93,3832408,1728.869428 +Cote d'Ivoire,Africa,1967,47.35,4744870,2052.050473 +Cote d'Ivoire,Africa,1972,49.801,6071696,2378.201111 +Cote d'Ivoire,Africa,1977,52.374,7459574,2517.736547 +Cote d'Ivoire,Africa,1982,53.983,9025951,2602.710169 +Cote d'Ivoire,Africa,1987,54.655,10761098,2156.956069 +Cote d'Ivoire,Africa,1992,52.044,12772596,1648.073791 +Cote d'Ivoire,Africa,1997,47.991,14625967,1786.265407 +Cote d'Ivoire,Africa,2002,46.832,16252726,1648.800823 +Cote d'Ivoire,Africa,2007,48.328,18013409,1544.750112 +Croatia,Europe,1952,61.21,3882229,3119.23652 +Croatia,Europe,1957,64.77,3991242,4338.231617 +Croatia,Europe,1962,67.13,4076557,5477.890018 +Croatia,Europe,1967,68.5,4174366,6960.297861 +Croatia,Europe,1972,69.61,4225310,9164.090127 +Croatia,Europe,1977,70.64,4318673,11305.38517 +Croatia,Europe,1982,70.46,4413368,13221.82184 +Croatia,Europe,1987,71.52,4484310,13822.58394 +Croatia,Europe,1992,72.527,4494013,8447.794873 +Croatia,Europe,1997,73.68,4444595,9875.604515 +Croatia,Europe,2002,74.876,4481020,11628.38895 +Croatia,Europe,2007,75.748,4493312,14619.22272 +Cuba,Americas,1952,59.421,6007797,5586.53878 +Cuba,Americas,1957,62.325,6640752,6092.174359 +Cuba,Americas,1962,65.246,7254373,5180.75591 +Cuba,Americas,1967,68.29,8139332,5690.268015 +Cuba,Americas,1972,70.723,8831348,5305.445256 +Cuba,Americas,1977,72.649,9537988,6380.494966 +Cuba,Americas,1982,73.717,9789224,7316.918107 +Cuba,Americas,1987,74.174,10239839,7532.924763 +Cuba,Americas,1992,74.414,10723260,5592.843963 +Cuba,Americas,1997,76.151,10983007,5431.990415 +Cuba,Americas,2002,77.158,11226999,6340.646683 +Cuba,Americas,2007,78.273,11416987,8948.102923 +Czech Republic,Europe,1952,66.87,9125183,6876.14025 +Czech Republic,Europe,1957,69.03,9513758,8256.343918 +Czech Republic,Europe,1962,69.9,9620282,10136.86713 +Czech Republic,Europe,1967,70.38,9835109,11399.44489 +Czech Republic,Europe,1972,70.29,9862158,13108.4536 +Czech Republic,Europe,1977,70.71,10161915,14800.16062 +Czech Republic,Europe,1982,70.96,10303704,15377.22855 +Czech Republic,Europe,1987,71.58,10311597,16310.4434 +Czech Republic,Europe,1992,72.4,10315702,14297.02122 +Czech Republic,Europe,1997,74.01,10300707,16048.51424 +Czech Republic,Europe,2002,75.51,10256295,17596.21022 +Czech Republic,Europe,2007,76.486,10228744,22833.30851 +Denmark,Europe,1952,70.78,4334000,9692.385245 +Denmark,Europe,1957,71.81,4487831,11099.65935 +Denmark,Europe,1962,72.35,4646899,13583.31351 +Denmark,Europe,1967,72.96,4838800,15937.21123 +Denmark,Europe,1972,73.47,4991596,18866.20721 +Denmark,Europe,1977,74.69,5088419,20422.9015 +Denmark,Europe,1982,74.63,5117810,21688.04048 +Denmark,Europe,1987,74.8,5127024,25116.17581 +Denmark,Europe,1992,75.33,5171393,26406.73985 +Denmark,Europe,1997,76.11,5283663,29804.34567 +Denmark,Europe,2002,77.18,5374693,32166.50006 +Denmark,Europe,2007,78.332,5468120,35278.41874 +Djibouti,Africa,1952,34.812,63149,2669.529475 +Djibouti,Africa,1957,37.328,71851,2864.969076 +Djibouti,Africa,1962,39.693,89898,3020.989263 +Djibouti,Africa,1967,42.074,127617,3020.050513 +Djibouti,Africa,1972,44.366,178848,3694.212352 +Djibouti,Africa,1977,46.519,228694,3081.761022 +Djibouti,Africa,1982,48.812,305991,2879.468067 +Djibouti,Africa,1987,50.04,311025,2880.102568 +Djibouti,Africa,1992,51.604,384156,2377.156192 +Djibouti,Africa,1997,53.157,417908,1895.016984 +Djibouti,Africa,2002,53.373,447416,1908.260867 +Djibouti,Africa,2007,54.791,496374,2082.481567 +Dominican Republic,Americas,1952,45.928,2491346,1397.717137 +Dominican Republic,Americas,1957,49.828,2923186,1544.402995 +Dominican Republic,Americas,1962,53.459,3453434,1662.137359 +Dominican Republic,Americas,1967,56.751,4049146,1653.723003 +Dominican Republic,Americas,1972,59.631,4671329,2189.874499 +Dominican Republic,Americas,1977,61.788,5302800,2681.9889 +Dominican Republic,Americas,1982,63.727,5968349,2861.092386 +Dominican Republic,Americas,1987,66.046,6655297,2899.842175 +Dominican Republic,Americas,1992,68.457,7351181,3044.214214 +Dominican Republic,Americas,1997,69.957,7992357,3614.101285 +Dominican Republic,Americas,2002,70.847,8650322,4563.808154 +Dominican Republic,Americas,2007,72.235,9319622,6025.374752 +Ecuador,Americas,1952,48.357,3548753,3522.110717 +Ecuador,Americas,1957,51.356,4058385,3780.546651 +Ecuador,Americas,1962,54.64,4681707,4086.114078 +Ecuador,Americas,1967,56.678,5432424,4579.074215 +Ecuador,Americas,1972,58.796,6298651,5280.99471 +Ecuador,Americas,1977,61.31,7278866,6679.62326 +Ecuador,Americas,1982,64.342,8365850,7213.791267 +Ecuador,Americas,1987,67.231,9545158,6481.776993 +Ecuador,Americas,1992,69.613,10748394,7103.702595 +Ecuador,Americas,1997,72.312,11911819,7429.455877 +Ecuador,Americas,2002,74.173,12921234,5773.044512 +Ecuador,Americas,2007,74.994,13755680,6873.262326 +Egypt,Africa,1952,41.893,22223309,1418.822445 +Egypt,Africa,1957,44.444,25009741,1458.915272 +Egypt,Africa,1962,46.992,28173309,1693.335853 +Egypt,Africa,1967,49.293,31681188,1814.880728 +Egypt,Africa,1972,51.137,34807417,2024.008147 +Egypt,Africa,1977,53.319,38783863,2785.493582 +Egypt,Africa,1982,56.006,45681811,3503.729636 +Egypt,Africa,1987,59.797,52799062,3885.46071 +Egypt,Africa,1992,63.674,59402198,3794.755195 +Egypt,Africa,1997,67.217,66134291,4173.181797 +Egypt,Africa,2002,69.806,73312559,4754.604414 +Egypt,Africa,2007,71.338,80264543,5581.180998 +El Salvador,Americas,1952,45.262,2042865,3048.3029 +El Salvador,Americas,1957,48.57,2355805,3421.523218 +El Salvador,Americas,1962,52.307,2747687,3776.803627 +El Salvador,Americas,1967,55.855,3232927,4358.595393 +El Salvador,Americas,1972,58.207,3790903,4520.246008 +El Salvador,Americas,1977,56.696,4282586,5138.922374 +El Salvador,Americas,1982,56.604,4474873,4098.344175 +El Salvador,Americas,1987,63.154,4842194,4140.442097 +El Salvador,Americas,1992,66.798,5274649,4444.2317 +El Salvador,Americas,1997,69.535,5783439,5154.825496 +El Salvador,Americas,2002,70.734,6353681,5351.568666 +El Salvador,Americas,2007,71.878,6939688,5728.353514 +Equatorial Guinea,Africa,1952,34.482,216964,375.6431231 +Equatorial Guinea,Africa,1957,35.983,232922,426.0964081 +Equatorial Guinea,Africa,1962,37.485,249220,582.8419714 +Equatorial Guinea,Africa,1967,38.987,259864,915.5960025 +Equatorial Guinea,Africa,1972,40.516,277603,672.4122571 +Equatorial Guinea,Africa,1977,42.024,192675,958.5668124 +Equatorial Guinea,Africa,1982,43.662,285483,927.8253427 +Equatorial Guinea,Africa,1987,45.664,341244,966.8968149 +Equatorial Guinea,Africa,1992,47.545,387838,1132.055034 +Equatorial Guinea,Africa,1997,48.245,439971,2814.480755 +Equatorial Guinea,Africa,2002,49.348,495627,7703.4959 +Equatorial Guinea,Africa,2007,51.579,551201,12154.08975 +Eritrea,Africa,1952,35.928,1438760,328.9405571 +Eritrea,Africa,1957,38.047,1542611,344.1618859 +Eritrea,Africa,1962,40.158,1666618,380.9958433 +Eritrea,Africa,1967,42.189,1820319,468.7949699 +Eritrea,Africa,1972,44.142,2260187,514.3242082 +Eritrea,Africa,1977,44.535,2512642,505.7538077 +Eritrea,Africa,1982,43.89,2637297,524.8758493 +Eritrea,Africa,1987,46.453,2915959,521.1341333 +Eritrea,Africa,1992,49.991,3668440,582.8585102 +Eritrea,Africa,1997,53.378,4058319,913.47079 +Eritrea,Africa,2002,55.24,4414865,765.3500015 +Eritrea,Africa,2007,58.04,4906585,641.3695236 +Ethiopia,Africa,1952,34.078,20860941,362.1462796 +Ethiopia,Africa,1957,36.667,22815614,378.9041632 +Ethiopia,Africa,1962,40.059,25145372,419.4564161 +Ethiopia,Africa,1967,42.115,27860297,516.1186438 +Ethiopia,Africa,1972,43.515,30770372,566.2439442 +Ethiopia,Africa,1977,44.51,34617799,556.8083834 +Ethiopia,Africa,1982,44.916,38111756,577.8607471 +Ethiopia,Africa,1987,46.684,42999530,573.7413142 +Ethiopia,Africa,1992,48.091,52088559,421.3534653 +Ethiopia,Africa,1997,49.402,59861301,515.8894013 +Ethiopia,Africa,2002,50.725,67946797,530.0535319 +Ethiopia,Africa,2007,52.947,76511887,690.8055759 +Finland,Europe,1952,66.55,4090500,6424.519071 +Finland,Europe,1957,67.49,4324000,7545.415386 +Finland,Europe,1962,68.75,4491443,9371.842561 +Finland,Europe,1967,69.83,4605744,10921.63626 +Finland,Europe,1972,70.87,4639657,14358.8759 +Finland,Europe,1977,72.52,4738902,15605.42283 +Finland,Europe,1982,74.55,4826933,18533.15761 +Finland,Europe,1987,74.83,4931729,21141.01223 +Finland,Europe,1992,75.7,5041039,20647.16499 +Finland,Europe,1997,77.13,5134406,23723.9502 +Finland,Europe,2002,78.37,5193039,28204.59057 +Finland,Europe,2007,79.313,5238460,33207.0844 +France,Europe,1952,67.41,42459667,7029.809327 +France,Europe,1957,68.93,44310863,8662.834898 +France,Europe,1962,70.51,47124000,10560.48553 +France,Europe,1967,71.55,49569000,12999.91766 +France,Europe,1972,72.38,51732000,16107.19171 +France,Europe,1977,73.83,53165019,18292.63514 +France,Europe,1982,74.89,54433565,20293.89746 +France,Europe,1987,76.34,55630100,22066.44214 +France,Europe,1992,77.46,57374179,24703.79615 +France,Europe,1997,78.64,58623428,25889.78487 +France,Europe,2002,79.59,59925035,28926.03234 +France,Europe,2007,80.657,61083916,30470.0167 +Gabon,Africa,1952,37.003,420702,4293.476475 +Gabon,Africa,1957,38.999,434904,4976.198099 +Gabon,Africa,1962,40.489,455661,6631.459222 +Gabon,Africa,1967,44.598,489004,8358.761987 +Gabon,Africa,1972,48.69,537977,11401.94841 +Gabon,Africa,1977,52.79,706367,21745.57328 +Gabon,Africa,1982,56.564,753874,15113.36194 +Gabon,Africa,1987,60.19,880397,11864.40844 +Gabon,Africa,1992,61.366,985739,13522.15752 +Gabon,Africa,1997,60.461,1126189,14722.84188 +Gabon,Africa,2002,56.761,1299304,12521.71392 +Gabon,Africa,2007,56.735,1454867,13206.48452 +Gambia,Africa,1952,30,284320,485.2306591 +Gambia,Africa,1957,32.065,323150,520.9267111 +Gambia,Africa,1962,33.896,374020,599.650276 +Gambia,Africa,1967,35.857,439593,734.7829124 +Gambia,Africa,1972,38.308,517101,756.0868363 +Gambia,Africa,1977,41.842,608274,884.7552507 +Gambia,Africa,1982,45.58,715523,835.8096108 +Gambia,Africa,1987,49.265,848406,611.6588611 +Gambia,Africa,1992,52.644,1025384,665.6244126 +Gambia,Africa,1997,55.861,1235767,653.7301704 +Gambia,Africa,2002,58.041,1457766,660.5855997 +Gambia,Africa,2007,59.448,1688359,752.7497265 +Germany,Europe,1952,67.5,69145952,7144.114393 +Germany,Europe,1957,69.1,71019069,10187.82665 +Germany,Europe,1962,70.3,73739117,12902.46291 +Germany,Europe,1967,70.8,76368453,14745.62561 +Germany,Europe,1972,71,78717088,18016.18027 +Germany,Europe,1977,72.5,78160773,20512.92123 +Germany,Europe,1982,73.8,78335266,22031.53274 +Germany,Europe,1987,74.847,77718298,24639.18566 +Germany,Europe,1992,76.07,80597764,26505.30317 +Germany,Europe,1997,77.34,82011073,27788.88416 +Germany,Europe,2002,78.67,82350671,30035.80198 +Germany,Europe,2007,79.406,82400996,32170.37442 +Ghana,Africa,1952,43.149,5581001,911.2989371 +Ghana,Africa,1957,44.779,6391288,1043.561537 +Ghana,Africa,1962,46.452,7355248,1190.041118 +Ghana,Africa,1967,48.072,8490213,1125.69716 +Ghana,Africa,1972,49.875,9354120,1178.223708 +Ghana,Africa,1977,51.756,10538093,993.2239571 +Ghana,Africa,1982,53.744,11400338,876.032569 +Ghana,Africa,1987,55.729,14168101,847.0061135 +Ghana,Africa,1992,57.501,16278738,925.060154 +Ghana,Africa,1997,58.556,18418288,1005.245812 +Ghana,Africa,2002,58.453,20550751,1111.984578 +Ghana,Africa,2007,60.022,22873338,1327.60891 +Greece,Europe,1952,65.86,7733250,3530.690067 +Greece,Europe,1957,67.86,8096218,4916.299889 +Greece,Europe,1962,69.51,8448233,6017.190733 +Greece,Europe,1967,71,8716441,8513.097016 +Greece,Europe,1972,72.34,8888628,12724.82957 +Greece,Europe,1977,73.68,9308479,14195.52428 +Greece,Europe,1982,75.24,9786480,15268.42089 +Greece,Europe,1987,76.67,9974490,16120.52839 +Greece,Europe,1992,77.03,10325429,17541.49634 +Greece,Europe,1997,77.869,10502372,18747.69814 +Greece,Europe,2002,78.256,10603863,22514.2548 +Greece,Europe,2007,79.483,10706290,27538.41188 +Guatemala,Americas,1952,42.023,3146381,2428.237769 +Guatemala,Americas,1957,44.142,3640876,2617.155967 +Guatemala,Americas,1962,46.954,4208858,2750.364446 +Guatemala,Americas,1967,50.016,4690773,3242.531147 +Guatemala,Americas,1972,53.738,5149581,4031.408271 +Guatemala,Americas,1977,56.029,5703430,4879.992748 +Guatemala,Americas,1982,58.137,6395630,4820.49479 +Guatemala,Americas,1987,60.782,7326406,4246.485974 +Guatemala,Americas,1992,63.373,8486949,4439.45084 +Guatemala,Americas,1997,66.322,9803875,4684.313807 +Guatemala,Americas,2002,68.978,11178650,4858.347495 +Guatemala,Americas,2007,70.259,12572928,5186.050003 +Guinea,Africa,1952,33.609,2664249,510.1964923 +Guinea,Africa,1957,34.558,2876726,576.2670245 +Guinea,Africa,1962,35.753,3140003,686.3736739 +Guinea,Africa,1967,37.197,3451418,708.7595409 +Guinea,Africa,1972,38.842,3811387,741.6662307 +Guinea,Africa,1977,40.762,4227026,874.6858643 +Guinea,Africa,1982,42.891,4710497,857.2503577 +Guinea,Africa,1987,45.552,5650262,805.5724718 +Guinea,Africa,1992,48.576,6990574,794.3484384 +Guinea,Africa,1997,51.455,8048834,869.4497668 +Guinea,Africa,2002,53.676,8807818,945.5835837 +Guinea,Africa,2007,56.007,9947814,942.6542111 +Guinea-Bissau,Africa,1952,32.5,580653,299.850319 +Guinea-Bissau,Africa,1957,33.489,601095,431.7904566 +Guinea-Bissau,Africa,1962,34.488,627820,522.0343725 +Guinea-Bissau,Africa,1967,35.492,601287,715.5806402 +Guinea-Bissau,Africa,1972,36.486,625361,820.2245876 +Guinea-Bissau,Africa,1977,37.465,745228,764.7259628 +Guinea-Bissau,Africa,1982,39.327,825987,838.1239671 +Guinea-Bissau,Africa,1987,41.245,927524,736.4153921 +Guinea-Bissau,Africa,1992,43.266,1050938,745.5398706 +Guinea-Bissau,Africa,1997,44.873,1193708,796.6644681 +Guinea-Bissau,Africa,2002,45.504,1332459,575.7047176 +Guinea-Bissau,Africa,2007,46.388,1472041,579.231743 +Haiti,Americas,1952,37.579,3201488,1840.366939 +Haiti,Americas,1957,40.696,3507701,1726.887882 +Haiti,Americas,1962,43.59,3880130,1796.589032 +Haiti,Americas,1967,46.243,4318137,1452.057666 +Haiti,Americas,1972,48.042,4698301,1654.456946 +Haiti,Americas,1977,49.923,4908554,1874.298931 +Haiti,Americas,1982,51.461,5198399,2011.159549 +Haiti,Americas,1987,53.636,5756203,1823.015995 +Haiti,Americas,1992,55.089,6326682,1456.309517 +Haiti,Americas,1997,56.671,6913545,1341.726931 +Haiti,Americas,2002,58.137,7607651,1270.364932 +Haiti,Americas,2007,60.916,8502814,1201.637154 +Honduras,Americas,1952,41.912,1517453,2194.926204 +Honduras,Americas,1957,44.665,1770390,2220.487682 +Honduras,Americas,1962,48.041,2090162,2291.156835 +Honduras,Americas,1967,50.924,2500689,2538.269358 +Honduras,Americas,1972,53.884,2965146,2529.842345 +Honduras,Americas,1977,57.402,3055235,3203.208066 +Honduras,Americas,1982,60.909,3669448,3121.760794 +Honduras,Americas,1987,64.492,4372203,3023.096699 +Honduras,Americas,1992,66.399,5077347,3081.694603 +Honduras,Americas,1997,67.659,5867957,3160.454906 +Honduras,Americas,2002,68.565,6677328,3099.72866 +Honduras,Americas,2007,70.198,7483763,3548.330846 +"Hong Kong, China",Asia,1952,60.96,2125900,3054.421209 +"Hong Kong, China",Asia,1957,64.75,2736300,3629.076457 +"Hong Kong, China",Asia,1962,67.65,3305200,4692.648272 +"Hong Kong, China",Asia,1967,70,3722800,6197.962814 +"Hong Kong, China",Asia,1972,72,4115700,8315.928145 +"Hong Kong, China",Asia,1977,73.6,4583700,11186.14125 +"Hong Kong, China",Asia,1982,75.45,5264500,14560.53051 +"Hong Kong, China",Asia,1987,76.2,5584510,20038.47269 +"Hong Kong, China",Asia,1992,77.601,5829696,24757.60301 +"Hong Kong, China",Asia,1997,80,6495918,28377.63219 +"Hong Kong, China",Asia,2002,81.495,6762476,30209.01516 +"Hong Kong, China",Asia,2007,82.208,6980412,39724.97867 +Hungary,Europe,1952,64.03,9504000,5263.673816 +Hungary,Europe,1957,66.41,9839000,6040.180011 +Hungary,Europe,1962,67.96,10063000,7550.359877 +Hungary,Europe,1967,69.5,10223422,9326.64467 +Hungary,Europe,1972,69.76,10394091,10168.65611 +Hungary,Europe,1977,69.95,10637171,11674.83737 +Hungary,Europe,1982,69.39,10705535,12545.99066 +Hungary,Europe,1987,69.58,10612740,12986.47998 +Hungary,Europe,1992,69.17,10348684,10535.62855 +Hungary,Europe,1997,71.04,10244684,11712.7768 +Hungary,Europe,2002,72.59,10083313,14843.93556 +Hungary,Europe,2007,73.338,9956108,18008.94444 +Iceland,Europe,1952,72.49,147962,7267.688428 +Iceland,Europe,1957,73.47,165110,9244.001412 +Iceland,Europe,1962,73.68,182053,10350.15906 +Iceland,Europe,1967,73.73,198676,13319.89568 +Iceland,Europe,1972,74.46,209275,15798.06362 +Iceland,Europe,1977,76.11,221823,19654.96247 +Iceland,Europe,1982,76.99,233997,23269.6075 +Iceland,Europe,1987,77.23,244676,26923.20628 +Iceland,Europe,1992,78.77,259012,25144.39201 +Iceland,Europe,1997,78.95,271192,28061.09966 +Iceland,Europe,2002,80.5,288030,31163.20196 +Iceland,Europe,2007,81.757,301931,36180.78919 +India,Asia,1952,37.373,372000000,546.5657493 +India,Asia,1957,40.249,409000000,590.061996 +India,Asia,1962,43.605,454000000,658.3471509 +India,Asia,1967,47.193,506000000,700.7706107 +India,Asia,1972,50.651,567000000,724.032527 +India,Asia,1977,54.208,634000000,813.337323 +India,Asia,1982,56.596,708000000,855.7235377 +India,Asia,1987,58.553,788000000,976.5126756 +India,Asia,1992,60.223,872000000,1164.406809 +India,Asia,1997,61.765,959000000,1458.817442 +India,Asia,2002,62.879,1034172547,1746.769454 +India,Asia,2007,64.698,1110396331,2452.210407 +Indonesia,Asia,1952,37.468,82052000,749.6816546 +Indonesia,Asia,1957,39.918,90124000,858.9002707 +Indonesia,Asia,1962,42.518,99028000,849.2897701 +Indonesia,Asia,1967,45.964,109343000,762.4317721 +Indonesia,Asia,1972,49.203,121282000,1111.107907 +Indonesia,Asia,1977,52.702,136725000,1382.702056 +Indonesia,Asia,1982,56.159,153343000,1516.872988 +Indonesia,Asia,1987,60.137,169276000,1748.356961 +Indonesia,Asia,1992,62.681,184816000,2383.140898 +Indonesia,Asia,1997,66.041,199278000,3119.335603 +Indonesia,Asia,2002,68.588,211060000,2873.91287 +Indonesia,Asia,2007,70.65,223547000,3540.651564 +Iran,Asia,1952,44.869,17272000,3035.326002 +Iran,Asia,1957,47.181,19792000,3290.257643 +Iran,Asia,1962,49.325,22874000,4187.329802 +Iran,Asia,1967,52.469,26538000,5906.731805 +Iran,Asia,1972,55.234,30614000,9613.818607 +Iran,Asia,1977,57.702,35480679,11888.59508 +Iran,Asia,1982,59.62,43072751,7608.334602 +Iran,Asia,1987,63.04,51889696,6642.881371 +Iran,Asia,1992,65.742,60397973,7235.653188 +Iran,Asia,1997,68.042,63327987,8263.590301 +Iran,Asia,2002,69.451,66907826,9240.761975 +Iran,Asia,2007,70.964,69453570,11605.71449 +Iraq,Asia,1952,45.32,5441766,4129.766056 +Iraq,Asia,1957,48.437,6248643,6229.333562 +Iraq,Asia,1962,51.457,7240260,8341.737815 +Iraq,Asia,1967,54.459,8519282,8931.459811 +Iraq,Asia,1972,56.95,10061506,9576.037596 +Iraq,Asia,1977,60.413,11882916,14688.23507 +Iraq,Asia,1982,62.038,14173318,14517.90711 +Iraq,Asia,1987,65.044,16543189,11643.57268 +Iraq,Asia,1992,59.461,17861905,3745.640687 +Iraq,Asia,1997,58.811,20775703,3076.239795 +Iraq,Asia,2002,57.046,24001816,4390.717312 +Iraq,Asia,2007,59.545,27499638,4471.061906 +Ireland,Europe,1952,66.91,2952156,5210.280328 +Ireland,Europe,1957,68.9,2878220,5599.077872 +Ireland,Europe,1962,70.29,2830000,6631.597314 +Ireland,Europe,1967,71.08,2900100,7655.568963 +Ireland,Europe,1972,71.28,3024400,9530.772896 +Ireland,Europe,1977,72.03,3271900,11150.98113 +Ireland,Europe,1982,73.1,3480000,12618.32141 +Ireland,Europe,1987,74.36,3539900,13872.86652 +Ireland,Europe,1992,75.467,3557761,17558.81555 +Ireland,Europe,1997,76.122,3667233,24521.94713 +Ireland,Europe,2002,77.783,3879155,34077.04939 +Ireland,Europe,2007,78.885,4109086,40675.99635 +Israel,Asia,1952,65.39,1620914,4086.522128 +Israel,Asia,1957,67.84,1944401,5385.278451 +Israel,Asia,1962,69.39,2310904,7105.630706 +Israel,Asia,1967,70.75,2693585,8393.741404 +Israel,Asia,1972,71.63,3095893,12786.93223 +Israel,Asia,1977,73.06,3495918,13306.61921 +Israel,Asia,1982,74.45,3858421,15367.0292 +Israel,Asia,1987,75.6,4203148,17122.47986 +Israel,Asia,1992,76.93,4936550,18051.52254 +Israel,Asia,1997,78.269,5531387,20896.60924 +Israel,Asia,2002,79.696,6029529,21905.59514 +Israel,Asia,2007,80.745,6426679,25523.2771 +Italy,Europe,1952,65.94,47666000,4931.404155 +Italy,Europe,1957,67.81,49182000,6248.656232 +Italy,Europe,1962,69.24,50843200,8243.58234 +Italy,Europe,1967,71.06,52667100,10022.40131 +Italy,Europe,1972,72.19,54365564,12269.27378 +Italy,Europe,1977,73.48,56059245,14255.98475 +Italy,Europe,1982,74.98,56535636,16537.4835 +Italy,Europe,1987,76.42,56729703,19207.23482 +Italy,Europe,1992,77.44,56840847,22013.64486 +Italy,Europe,1997,78.82,57479469,24675.02446 +Italy,Europe,2002,80.24,57926999,27968.09817 +Italy,Europe,2007,80.546,58147733,28569.7197 +Jamaica,Americas,1952,58.53,1426095,2898.530881 +Jamaica,Americas,1957,62.61,1535090,4756.525781 +Jamaica,Americas,1962,65.61,1665128,5246.107524 +Jamaica,Americas,1967,67.51,1861096,6124.703451 +Jamaica,Americas,1972,69,1997616,7433.889293 +Jamaica,Americas,1977,70.11,2156814,6650.195573 +Jamaica,Americas,1982,71.21,2298309,6068.05135 +Jamaica,Americas,1987,71.77,2326606,6351.237495 +Jamaica,Americas,1992,71.766,2378618,7404.923685 +Jamaica,Americas,1997,72.262,2531311,7121.924704 +Jamaica,Americas,2002,72.047,2664659,6994.774861 +Jamaica,Americas,2007,72.567,2780132,7320.880262 +Japan,Asia,1952,63.03,86459025,3216.956347 +Japan,Asia,1957,65.5,91563009,4317.694365 +Japan,Asia,1962,68.73,95831757,6576.649461 +Japan,Asia,1967,71.43,100825279,9847.788607 +Japan,Asia,1972,73.42,107188273,14778.78636 +Japan,Asia,1977,75.38,113872473,16610.37701 +Japan,Asia,1982,77.11,118454974,19384.10571 +Japan,Asia,1987,78.67,122091325,22375.94189 +Japan,Asia,1992,79.36,124329269,26824.89511 +Japan,Asia,1997,80.69,125956499,28816.58499 +Japan,Asia,2002,82,127065841,28604.5919 +Japan,Asia,2007,82.603,127467972,31656.06806 +Jordan,Asia,1952,43.158,607914,1546.907807 +Jordan,Asia,1957,45.669,746559,1886.080591 +Jordan,Asia,1962,48.126,933559,2348.009158 +Jordan,Asia,1967,51.629,1255058,2741.796252 +Jordan,Asia,1972,56.528,1613551,2110.856309 +Jordan,Asia,1977,61.134,1937652,2852.351568 +Jordan,Asia,1982,63.739,2347031,4161.415959 +Jordan,Asia,1987,65.869,2820042,4448.679912 +Jordan,Asia,1992,68.015,3867409,3431.593647 +Jordan,Asia,1997,69.772,4526235,3645.379572 +Jordan,Asia,2002,71.263,5307470,3844.917194 +Jordan,Asia,2007,72.535,6053193,4519.461171 +Kenya,Africa,1952,42.27,6464046,853.540919 +Kenya,Africa,1957,44.686,7454779,944.4383152 +Kenya,Africa,1962,47.949,8678557,896.9663732 +Kenya,Africa,1967,50.654,10191512,1056.736457 +Kenya,Africa,1972,53.559,12044785,1222.359968 +Kenya,Africa,1977,56.155,14500404,1267.613204 +Kenya,Africa,1982,58.766,17661452,1348.225791 +Kenya,Africa,1987,59.339,21198082,1361.936856 +Kenya,Africa,1992,59.285,25020539,1341.921721 +Kenya,Africa,1997,54.407,28263827,1360.485021 +Kenya,Africa,2002,50.992,31386842,1287.514732 +Kenya,Africa,2007,54.11,35610177,1463.249282 +"Korea, Dem. Rep.",Asia,1952,50.056,8865488,1088.277758 +"Korea, Dem. Rep.",Asia,1957,54.081,9411381,1571.134655 +"Korea, Dem. Rep.",Asia,1962,56.656,10917494,1621.693598 +"Korea, Dem. Rep.",Asia,1967,59.942,12617009,2143.540609 +"Korea, Dem. Rep.",Asia,1972,63.983,14781241,3701.621503 +"Korea, Dem. Rep.",Asia,1977,67.159,16325320,4106.301249 +"Korea, Dem. Rep.",Asia,1982,69.1,17647518,4106.525293 +"Korea, Dem. Rep.",Asia,1987,70.647,19067554,4106.492315 +"Korea, Dem. Rep.",Asia,1992,69.978,20711375,3726.063507 +"Korea, Dem. Rep.",Asia,1997,67.727,21585105,1690.756814 +"Korea, Dem. Rep.",Asia,2002,66.662,22215365,1646.758151 +"Korea, Dem. Rep.",Asia,2007,67.297,23301725,1593.06548 +"Korea, Rep.",Asia,1952,47.453,20947571,1030.592226 +"Korea, Rep.",Asia,1957,52.681,22611552,1487.593537 +"Korea, Rep.",Asia,1962,55.292,26420307,1536.344387 +"Korea, Rep.",Asia,1967,57.716,30131000,2029.228142 +"Korea, Rep.",Asia,1972,62.612,33505000,3030.87665 +"Korea, Rep.",Asia,1977,64.766,36436000,4657.22102 +"Korea, Rep.",Asia,1982,67.123,39326000,5622.942464 +"Korea, Rep.",Asia,1987,69.81,41622000,8533.088805 +"Korea, Rep.",Asia,1992,72.244,43805450,12104.27872 +"Korea, Rep.",Asia,1997,74.647,46173816,15993.52796 +"Korea, Rep.",Asia,2002,77.045,47969150,19233.98818 +"Korea, Rep.",Asia,2007,78.623,49044790,23348.13973 +Kuwait,Asia,1952,55.565,160000,108382.3529 +Kuwait,Asia,1957,58.033,212846,113523.1329 +Kuwait,Asia,1962,60.47,358266,95458.11176 +Kuwait,Asia,1967,64.624,575003,80894.88326 +Kuwait,Asia,1972,67.712,841934,109347.867 +Kuwait,Asia,1977,69.343,1140357,59265.47714 +Kuwait,Asia,1982,71.309,1497494,31354.03573 +Kuwait,Asia,1987,74.174,1891487,28118.42998 +Kuwait,Asia,1992,75.19,1418095,34932.91959 +Kuwait,Asia,1997,76.156,1765345,40300.619960000004 +Kuwait,Asia,2002,76.904,2111561,35110.10566 +Kuwait,Asia,2007,77.588,2505559,47306.98978 +Lebanon,Asia,1952,55.928,1439529,4834.804067 +Lebanon,Asia,1957,59.489,1647412,6089.786934 +Lebanon,Asia,1962,62.094,1886848,5714.560611 +Lebanon,Asia,1967,63.87,2186894,6006.983042 +Lebanon,Asia,1972,65.421,2680018,7486.384341 +Lebanon,Asia,1977,66.099,3115787,8659.696836 +Lebanon,Asia,1982,66.983,3086876,7640.519521 +Lebanon,Asia,1987,67.926,3089353,5377.091329 +Lebanon,Asia,1992,69.292,3219994,6890.806854 +Lebanon,Asia,1997,70.265,3430388,8754.96385 +Lebanon,Asia,2002,71.028,3677780,9313.93883 +Lebanon,Asia,2007,71.993,3921278,10461.05868 +Lesotho,Africa,1952,42.138,748747,298.8462121 +Lesotho,Africa,1957,45.047,813338,335.9971151 +Lesotho,Africa,1962,47.747,893143,411.8006266 +Lesotho,Africa,1967,48.492,996380,498.6390265 +Lesotho,Africa,1972,49.767,1116779,496.5815922 +Lesotho,Africa,1977,52.208,1251524,745.3695408 +Lesotho,Africa,1982,55.078,1411807,797.2631074 +Lesotho,Africa,1987,57.18,1599200,773.9932141 +Lesotho,Africa,1992,59.685,1803195,977.4862725 +Lesotho,Africa,1997,55.558,1982823,1186.147994 +Lesotho,Africa,2002,44.593,2046772,1275.184575 +Lesotho,Africa,2007,42.592,2012649,1569.331442 +Liberia,Africa,1952,38.48,863308,575.5729961 +Liberia,Africa,1957,39.486,975950,620.9699901 +Liberia,Africa,1962,40.502,1112796,634.1951625 +Liberia,Africa,1967,41.536,1279406,713.6036483 +Liberia,Africa,1972,42.614,1482628,803.0054535 +Liberia,Africa,1977,43.764,1703617,640.3224383 +Liberia,Africa,1982,44.852,1956875,572.1995694 +Liberia,Africa,1987,46.027,2269414,506.1138573 +Liberia,Africa,1992,40.802,1912974,636.6229191 +Liberia,Africa,1997,42.221,2200725,609.17395079999994 +Liberia,Africa,2002,43.753,2814651,531.4823679 +Liberia,Africa,2007,45.678,3193942,414.5073415 +Libya,Africa,1952,42.723,1019729,2387.54806 +Libya,Africa,1957,45.289,1201578,3448.284395 +Libya,Africa,1962,47.808,1441863,6757.030816 +Libya,Africa,1967,50.227,1759224,18772.75169 +Libya,Africa,1972,52.773,2183877,21011.49721 +Libya,Africa,1977,57.442,2721783,21951.21176 +Libya,Africa,1982,62.155,3344074,17364.27538 +Libya,Africa,1987,66.234,3799845,11770.5898 +Libya,Africa,1992,68.755,4364501,9640.138501 +Libya,Africa,1997,71.555,4759670,9467.446056 +Libya,Africa,2002,72.737,5368585,9534.677467 +Libya,Africa,2007,73.952,6036914,12057.49928 +Madagascar,Africa,1952,36.681,4762912,1443.011715 +Madagascar,Africa,1957,38.865,5181679,1589.20275 +Madagascar,Africa,1962,40.848,5703324,1643.38711 +Madagascar,Africa,1967,42.881,6334556,1634.047282 +Madagascar,Africa,1972,44.851,7082430,1748.562982 +Madagascar,Africa,1977,46.881,8007166,1544.228586 +Madagascar,Africa,1982,48.969,9171477,1302.878658 +Madagascar,Africa,1987,49.35,10568642,1155.441948 +Madagascar,Africa,1992,52.214,12210395,1040.67619 +Madagascar,Africa,1997,54.978,14165114,986.2958956 +Madagascar,Africa,2002,57.286,16473477,894.6370822 +Madagascar,Africa,2007,59.443,19167654,1044.770126 +Malawi,Africa,1952,36.256,2917802,369.1650802 +Malawi,Africa,1957,37.207,3221238,416.3698064 +Malawi,Africa,1962,38.41,3628608,427.9010856 +Malawi,Africa,1967,39.487,4147252,495.5147806 +Malawi,Africa,1972,41.766,4730997,584.6219709 +Malawi,Africa,1977,43.767,5637246,663.2236766 +Malawi,Africa,1982,45.642,6502825,632.8039209 +Malawi,Africa,1987,47.457,7824747,635.5173634 +Malawi,Africa,1992,49.42,10014249,563.2000145 +Malawi,Africa,1997,47.495,10419991,692.2758103 +Malawi,Africa,2002,45.009,11824495,665.4231186 +Malawi,Africa,2007,48.303,13327079,759.3499101 +Malaysia,Asia,1952,48.463,6748378,1831.132894 +Malaysia,Asia,1957,52.102,7739235,1810.066992 +Malaysia,Asia,1962,55.737,8906385,2036.884944 +Malaysia,Asia,1967,59.371,10154878,2277.742396 +Malaysia,Asia,1972,63.01,11441462,2849.09478 +Malaysia,Asia,1977,65.256,12845381,3827.921571 +Malaysia,Asia,1982,68,14441916,4920.355951 +Malaysia,Asia,1987,69.5,16331785,5249.802653 +Malaysia,Asia,1992,70.693,18319502,7277.912802 +Malaysia,Asia,1997,71.938,20476091,10132.90964 +Malaysia,Asia,2002,73.044,22662365,10206.97794 +Malaysia,Asia,2007,74.241,24821286,12451.6558 +Mali,Africa,1952,33.685,3838168,452.3369807 +Mali,Africa,1957,35.307,4241884,490.3821867 +Mali,Africa,1962,36.936,4690372,496.1743428 +Mali,Africa,1967,38.487,5212416,545.0098873 +Mali,Africa,1972,39.977,5828158,581.3688761 +Mali,Africa,1977,41.714,6491649,686.3952693 +Mali,Africa,1982,43.916,6998256,618.0140641 +Mali,Africa,1987,46.364,7634008,684.1715576 +Mali,Africa,1992,48.388,8416215,739.014375 +Mali,Africa,1997,49.903,9384984,790.2579846 +Mali,Africa,2002,51.818,10580176,951.4097518 +Mali,Africa,2007,54.467,12031795,1042.581557 +Mauritania,Africa,1952,40.543,1022556,743.1159097 +Mauritania,Africa,1957,42.338,1076852,846.1202613 +Mauritania,Africa,1962,44.248,1146757,1055.896036 +Mauritania,Africa,1967,46.289,1230542,1421.145193 +Mauritania,Africa,1972,48.437,1332786,1586.851781 +Mauritania,Africa,1977,50.852,1456688,1497.492223 +Mauritania,Africa,1982,53.599,1622136,1481.150189 +Mauritania,Africa,1987,56.145,1841240,1421.603576 +Mauritania,Africa,1992,58.333,2119465,1361.369784 +Mauritania,Africa,1997,60.43,2444741,1483.136136 +Mauritania,Africa,2002,62.247,2828858,1579.019543 +Mauritania,Africa,2007,64.164,3270065,1803.151496 +Mauritius,Africa,1952,50.986,516556,1967.955707 +Mauritius,Africa,1957,58.089,609816,2034.037981 +Mauritius,Africa,1962,60.246,701016,2529.067487 +Mauritius,Africa,1967,61.557,789309,2475.387562 +Mauritius,Africa,1972,62.944,851334,2575.484158 +Mauritius,Africa,1977,64.93,913025,3710.982963 +Mauritius,Africa,1982,66.711,992040,3688.037739 +Mauritius,Africa,1987,68.74,1042663,4783.586903 +Mauritius,Africa,1992,69.745,1096202,6058.253846 +Mauritius,Africa,1997,70.736,1149818,7425.705295 +Mauritius,Africa,2002,71.954,1200206,9021.815894 +Mauritius,Africa,2007,72.801,1250882,10956.99112 +Mexico,Americas,1952,50.789,30144317,3478.125529 +Mexico,Americas,1957,55.19,35015548,4131.546641 +Mexico,Americas,1962,58.299,41121485,4581.609385 +Mexico,Americas,1967,60.11,47995559,5754.733883 +Mexico,Americas,1972,62.361,55984294,6809.40669 +Mexico,Americas,1977,65.032,63759976,7674.929108 +Mexico,Americas,1982,67.405,71640904,9611.147541 +Mexico,Americas,1987,69.498,80122492,8688.156003 +Mexico,Americas,1992,71.455,88111030,9472.384295 +Mexico,Americas,1997,73.67,95895146,9767.29753 +Mexico,Americas,2002,74.902,102479927,10742.44053 +Mexico,Americas,2007,76.195,108700891,11977.57496 +Mongolia,Asia,1952,42.244,800663,786.5668575 +Mongolia,Asia,1957,45.248,882134,912.6626085 +Mongolia,Asia,1962,48.251,1010280,1056.353958 +Mongolia,Asia,1967,51.253,1149500,1226.04113 +Mongolia,Asia,1972,53.754,1320500,1421.741975 +Mongolia,Asia,1977,55.491,1528000,1647.511665 +Mongolia,Asia,1982,57.489,1756032,2000.603139 +Mongolia,Asia,1987,60.222,2015133,2338.008304 +Mongolia,Asia,1992,61.271,2312802,1785.402016 +Mongolia,Asia,1997,63.625,2494803,1902.2521 +Mongolia,Asia,2002,65.033,2674234,2140.739323 +Mongolia,Asia,2007,66.803,2874127,3095.772271 +Montenegro,Europe,1952,59.164,413834,2647.585601 +Montenegro,Europe,1957,61.448,442829,3682.259903 +Montenegro,Europe,1962,63.728,474528,4649.593785 +Montenegro,Europe,1967,67.178,501035,5907.850937 +Montenegro,Europe,1972,70.636,527678,7778.414017 +Montenegro,Europe,1977,73.066,560073,9595.929905 +Montenegro,Europe,1982,74.101,562548,11222.58762 +Montenegro,Europe,1987,74.865,569473,11732.51017 +Montenegro,Europe,1992,75.435,621621,7003.339037 +Montenegro,Europe,1997,75.445,692651,6465.613349 +Montenegro,Europe,2002,73.981,720230,6557.194282 +Montenegro,Europe,2007,74.543,684736,9253.896111 +Morocco,Africa,1952,42.873,9939217,1688.20357 +Morocco,Africa,1957,45.423,11406350,1642.002314 +Morocco,Africa,1962,47.924,13056604,1566.353493 +Morocco,Africa,1967,50.335,14770296,1711.04477 +Morocco,Africa,1972,52.862,16660670,1930.194975 +Morocco,Africa,1977,55.73,18396941,2370.619976 +Morocco,Africa,1982,59.65,20198730,2702.620356 +Morocco,Africa,1987,62.677,22987397,2755.046991 +Morocco,Africa,1992,65.393,25798239,2948.047252 +Morocco,Africa,1997,67.66,28529501,2982.101858 +Morocco,Africa,2002,69.615,31167783,3258.495584 +Morocco,Africa,2007,71.164,33757175,3820.17523 +Mozambique,Africa,1952,31.286,6446316,468.5260381 +Mozambique,Africa,1957,33.779,7038035,495.5868333 +Mozambique,Africa,1962,36.161,7788944,556.6863539 +Mozambique,Africa,1967,38.113,8680909,566.6691539 +Mozambique,Africa,1972,40.328,9809596,724.9178037 +Mozambique,Africa,1977,42.495,11127868,502.3197334 +Mozambique,Africa,1982,42.795,12587223,462.2114149 +Mozambique,Africa,1987,42.861,12891952,389.8761846 +Mozambique,Africa,1992,44.284,13160731,410.8968239 +Mozambique,Africa,1997,46.344,16603334,472.3460771 +Mozambique,Africa,2002,44.026,18473780,633.6179466 +Mozambique,Africa,2007,42.082,19951656,823.6856205 +Myanmar,Asia,1952,36.319,20092996,331 +Myanmar,Asia,1957,41.905,21731844,350 +Myanmar,Asia,1962,45.108,23634436,388 +Myanmar,Asia,1967,49.379,25870271,349 +Myanmar,Asia,1972,53.07,28466390,357 +Myanmar,Asia,1977,56.059,31528087,371 +Myanmar,Asia,1982,58.056,34680442,424 +Myanmar,Asia,1987,58.339,38028578,385 +Myanmar,Asia,1992,59.32,40546538,347 +Myanmar,Asia,1997,60.328,43247867,415 +Myanmar,Asia,2002,59.908,45598081,611 +Myanmar,Asia,2007,62.069,47761980,944 +Namibia,Africa,1952,41.725,485831,2423.780443 +Namibia,Africa,1957,45.226,548080,2621.448058 +Namibia,Africa,1962,48.386,621392,3173.215595 +Namibia,Africa,1967,51.159,706640,3793.694753 +Namibia,Africa,1972,53.867,821782,3746.080948 +Namibia,Africa,1977,56.437,977026,3876.485958 +Namibia,Africa,1982,58.968,1099010,4191.100511 +Namibia,Africa,1987,60.835,1278184,3693.731337 +Namibia,Africa,1992,61.999,1554253,3804.537999 +Namibia,Africa,1997,58.909,1774766,3899.52426 +Namibia,Africa,2002,51.479,1972153,4072.324751 +Namibia,Africa,2007,52.906,2055080,4811.060429 +Nepal,Asia,1952,36.157,9182536,545.8657229 +Nepal,Asia,1957,37.686,9682338,597.9363558 +Nepal,Asia,1962,39.393,10332057,652.3968593 +Nepal,Asia,1967,41.472,11261690,676.4422254 +Nepal,Asia,1972,43.971,12412593,674.7881296 +Nepal,Asia,1977,46.748,13933198,694.1124398 +Nepal,Asia,1982,49.594,15796314,718.3730947 +Nepal,Asia,1987,52.537,17917180,775.6324501 +Nepal,Asia,1992,55.727,20326209,897.7403604 +Nepal,Asia,1997,59.426,23001113,1010.892138 +Nepal,Asia,2002,61.34,25873917,1057.206311 +Nepal,Asia,2007,63.785,28901790,1091.359778 +Netherlands,Europe,1952,72.13,10381988,8941.571858 +Netherlands,Europe,1957,72.99,11026383,11276.19344 +Netherlands,Europe,1962,73.23,11805689,12790.84956 +Netherlands,Europe,1967,73.82,12596822,15363.25136 +Netherlands,Europe,1972,73.75,13329874,18794.74567 +Netherlands,Europe,1977,75.24,13852989,21209.0592 +Netherlands,Europe,1982,76.05,14310401,21399.46046 +Netherlands,Europe,1987,76.83,14665278,23651.32361 +Netherlands,Europe,1992,77.42,15174244,26790.94961 +Netherlands,Europe,1997,78.03,15604464,30246.13063 +Netherlands,Europe,2002,78.53,16122830,33724.75778 +Netherlands,Europe,2007,79.762,16570613,36797.93332 +New Zealand,Oceania,1952,69.39,1994794,10556.57566 +New Zealand,Oceania,1957,70.26,2229407,12247.39532 +New Zealand,Oceania,1962,71.24,2488550,13175.678 +New Zealand,Oceania,1967,71.52,2728150,14463.91893 +New Zealand,Oceania,1972,71.89,2929100,16046.03728 +New Zealand,Oceania,1977,72.22,3164900,16233.7177 +New Zealand,Oceania,1982,73.84,3210650,17632.4104 +New Zealand,Oceania,1987,74.32,3317166,19007.19129 +New Zealand,Oceania,1992,76.33,3437674,18363.32494 +New Zealand,Oceania,1997,77.55,3676187,21050.41377 +New Zealand,Oceania,2002,79.11,3908037,23189.80135 +New Zealand,Oceania,2007,80.204,4115771,25185.00911 +Nicaragua,Americas,1952,42.314,1165790,3112.363948 +Nicaragua,Americas,1957,45.432,1358828,3457.415947 +Nicaragua,Americas,1962,48.632,1590597,3634.364406 +Nicaragua,Americas,1967,51.884,1865490,4643.393534 +Nicaragua,Americas,1972,55.151,2182908,4688.593267 +Nicaragua,Americas,1977,57.47,2554598,5486.371089 +Nicaragua,Americas,1982,59.298,2979423,3470.338156 +Nicaragua,Americas,1987,62.008,3344353,2955.984375 +Nicaragua,Americas,1992,65.843,4017939,2170.151724 +Nicaragua,Americas,1997,68.426,4609572,2253.023004 +Nicaragua,Americas,2002,70.836,5146848,2474.548819 +Nicaragua,Americas,2007,72.899,5675356,2749.320965 +Niger,Africa,1952,37.444,3379468,761.879376 +Niger,Africa,1957,38.598,3692184,835.5234025 +Niger,Africa,1962,39.487,4076008,997.7661127 +Niger,Africa,1967,40.118,4534062,1054.384891 +Niger,Africa,1972,40.546,5060262,954.2092363 +Niger,Africa,1977,41.291,5682086,808.8970728 +Niger,Africa,1982,42.598,6437188,909.7221354 +Niger,Africa,1987,44.555,7332638,668.3000228 +Niger,Africa,1992,47.391,8392818,581.182725 +Niger,Africa,1997,51.313,9666252,580.3052092 +Niger,Africa,2002,54.496,11140655,601.0745012 +Niger,Africa,2007,56.867,12894865,619.6768924 +Nigeria,Africa,1952,36.324,33119096,1077.281856 +Nigeria,Africa,1957,37.802,37173340,1100.592563 +Nigeria,Africa,1962,39.36,41871351,1150.927478 +Nigeria,Africa,1967,41.04,47287752,1014.514104 +Nigeria,Africa,1972,42.821,53740085,1698.388838 +Nigeria,Africa,1977,44.514,62209173,1981.951806 +Nigeria,Africa,1982,45.826,73039376,1576.97375 +Nigeria,Africa,1987,46.886,81551520,1385.029563 +Nigeria,Africa,1992,47.472,93364244,1619.848217 +Nigeria,Africa,1997,47.464,106207839,1624.941275 +Nigeria,Africa,2002,46.608,119901274,1615.286395 +Nigeria,Africa,2007,46.859,135031164,2013.977305 +Norway,Europe,1952,72.67,3327728,10095.42172 +Norway,Europe,1957,73.44,3491938,11653.97304 +Norway,Europe,1962,73.47,3638919,13450.40151 +Norway,Europe,1967,74.08,3786019,16361.87647 +Norway,Europe,1972,74.34,3933004,18965.05551 +Norway,Europe,1977,75.37,4043205,23311.34939 +Norway,Europe,1982,75.97,4114787,26298.63531 +Norway,Europe,1987,75.89,4186147,31540.9748 +Norway,Europe,1992,77.32,4286357,33965.66115 +Norway,Europe,1997,78.32,4405672,41283.16433 +Norway,Europe,2002,79.05,4535591,44683.97525 +Norway,Europe,2007,80.196,4627926,49357.19017 +Oman,Asia,1952,37.578,507833,1828.230307 +Oman,Asia,1957,40.08,561977,2242.746551 +Oman,Asia,1962,43.165,628164,2924.638113 +Oman,Asia,1967,46.988,714775,4720.942687 +Oman,Asia,1972,52.143,829050,10618.03855 +Oman,Asia,1977,57.367,1004533,11848.34392 +Oman,Asia,1982,62.728,1301048,12954.79101 +Oman,Asia,1987,67.734,1593882,18115.22313 +Oman,Asia,1992,71.197,1915208,18616.70691 +Oman,Asia,1997,72.499,2283635,19702.05581 +Oman,Asia,2002,74.193,2713462,19774.83687 +Oman,Asia,2007,75.64,3204897,22316.19287 +Pakistan,Asia,1952,43.436,41346560,684.5971438 +Pakistan,Asia,1957,45.557,46679944,747.0835292 +Pakistan,Asia,1962,47.67,53100671,803.3427418 +Pakistan,Asia,1967,49.8,60641899,942.4082588 +Pakistan,Asia,1972,51.929,69325921,1049.938981 +Pakistan,Asia,1977,54.043,78152686,1175.921193 +Pakistan,Asia,1982,56.158,91462088,1443.429832 +Pakistan,Asia,1987,58.245,105186881,1704.686583 +Pakistan,Asia,1992,60.838,120065004,1971.829464 +Pakistan,Asia,1997,61.818,135564834,2049.350521 +Pakistan,Asia,2002,63.61,153403524,2092.712441 +Pakistan,Asia,2007,65.483,169270617,2605.94758 +Panama,Americas,1952,55.191,940080,2480.380334 +Panama,Americas,1957,59.201,1063506,2961.800905 +Panama,Americas,1962,61.817,1215725,3536.540301 +Panama,Americas,1967,64.071,1405486,4421.009084 +Panama,Americas,1972,66.216,1616384,5364.249663 +Panama,Americas,1977,68.681,1839782,5351.912144 +Panama,Americas,1982,70.472,2036305,7009.601598 +Panama,Americas,1987,71.523,2253639,7034.779161 +Panama,Americas,1992,72.462,2484997,6618.74305 +Panama,Americas,1997,73.738,2734531,7113.692252 +Panama,Americas,2002,74.712,2990875,7356.031934 +Panama,Americas,2007,75.537,3242173,9809.185636 +Paraguay,Americas,1952,62.649,1555876,1952.308701 +Paraguay,Americas,1957,63.196,1770902,2046.154706 +Paraguay,Americas,1962,64.361,2009813,2148.027146 +Paraguay,Americas,1967,64.951,2287985,2299.376311 +Paraguay,Americas,1972,65.815,2614104,2523.337977 +Paraguay,Americas,1977,66.353,2984494,3248.373311 +Paraguay,Americas,1982,66.874,3366439,4258.503604 +Paraguay,Americas,1987,67.378,3886512,3998.875695 +Paraguay,Americas,1992,68.225,4483945,4196.411078 +Paraguay,Americas,1997,69.4,5154123,4247.400261 +Paraguay,Americas,2002,70.755,5884491,3783.674243 +Paraguay,Americas,2007,71.752,6667147,4172.838464 +Peru,Americas,1952,43.902,8025700,3758.523437 +Peru,Americas,1957,46.263,9146100,4245.256698 +Peru,Americas,1962,49.096,10516500,4957.037982 +Peru,Americas,1967,51.445,12132200,5788.09333 +Peru,Americas,1972,55.448,13954700,5937.827283 +Peru,Americas,1977,58.447,15990099,6281.290855 +Peru,Americas,1982,61.406,18125129,6434.501797 +Peru,Americas,1987,64.134,20195924,6360.9434440000005 +Peru,Americas,1992,66.458,22430449,4446.380924 +Peru,Americas,1997,68.386,24748122,5838.347657 +Peru,Americas,2002,69.906,26769436,5909.020073 +Peru,Americas,2007,71.421,28674757,7408.905561 +Philippines,Asia,1952,47.752,22438691,1272.880995 +Philippines,Asia,1957,51.334,26072194,1547.944844 +Philippines,Asia,1962,54.757,30325264,1649.552153 +Philippines,Asia,1967,56.393,35356600,1814.12743 +Philippines,Asia,1972,58.065,40850141,1989.37407 +Philippines,Asia,1977,60.06,46850962,2373.204287 +Philippines,Asia,1982,62.082,53456774,2603.273765 +Philippines,Asia,1987,64.151,60017788,2189.634995 +Philippines,Asia,1992,66.458,67185766,2279.324017 +Philippines,Asia,1997,68.564,75012988,2536.534925 +Philippines,Asia,2002,70.303,82995088,2650.921068 +Philippines,Asia,2007,71.688,91077287,3190.481016 +Poland,Europe,1952,61.31,25730551,4029.329699 +Poland,Europe,1957,65.77,28235346,4734.253019 +Poland,Europe,1962,67.64,30329617,5338.752143 +Poland,Europe,1967,69.61,31785378,6557.152776 +Poland,Europe,1972,70.85,33039545,8006.506993 +Poland,Europe,1977,70.67,34621254,9508.141454 +Poland,Europe,1982,71.32,36227381,8451.531004 +Poland,Europe,1987,70.98,37740710,9082.351172 +Poland,Europe,1992,70.99,38370697,7738.881247 +Poland,Europe,1997,72.75,38654957,10159.58368 +Poland,Europe,2002,74.67,38625976,12002.23908 +Poland,Europe,2007,75.563,38518241,15389.92468 +Portugal,Europe,1952,59.82,8526050,3068.319867 +Portugal,Europe,1957,61.51,8817650,3774.571743 +Portugal,Europe,1962,64.39,9019800,4727.954889 +Portugal,Europe,1967,66.6,9103000,6361.517993 +Portugal,Europe,1972,69.26,8970450,9022.247417 +Portugal,Europe,1977,70.41,9662600,10172.48572 +Portugal,Europe,1982,72.77,9859650,11753.84291 +Portugal,Europe,1987,74.06,9915289,13039.30876 +Portugal,Europe,1992,74.86,9927680,16207.26663 +Portugal,Europe,1997,75.97,10156415,17641.03156 +Portugal,Europe,2002,77.29,10433867,19970.90787 +Portugal,Europe,2007,78.098,10642836,20509.64777 +Puerto Rico,Americas,1952,64.28,2227000,3081.959785 +Puerto Rico,Americas,1957,68.54,2260000,3907.156189 +Puerto Rico,Americas,1962,69.62,2448046,5108.34463 +Puerto Rico,Americas,1967,71.1,2648961,6929.277714 +Puerto Rico,Americas,1972,72.16,2847132,9123.041742 +Puerto Rico,Americas,1977,73.44,3080828,9770.524921 +Puerto Rico,Americas,1982,73.75,3279001,10330.98915 +Puerto Rico,Americas,1987,74.63,3444468,12281.34191 +Puerto Rico,Americas,1992,73.911,3585176,14641.58711 +Puerto Rico,Americas,1997,74.917,3759430,16999.4333 +Puerto Rico,Americas,2002,77.778,3859606,18855.60618 +Puerto Rico,Americas,2007,78.746,3942491,19328.70901 +Reunion,Africa,1952,52.724,257700,2718.885295 +Reunion,Africa,1957,55.09,308700,2769.451844 +Reunion,Africa,1962,57.666,358900,3173.72334 +Reunion,Africa,1967,60.542,414024,4021.175739 +Reunion,Africa,1972,64.274,461633,5047.658563 +Reunion,Africa,1977,67.064,492095,4319.804067 +Reunion,Africa,1982,69.885,517810,5267.219353 +Reunion,Africa,1987,71.913,562035,5303.377488 +Reunion,Africa,1992,73.615,622191,6101.255823 +Reunion,Africa,1997,74.772,684810,6071.941411 +Reunion,Africa,2002,75.744,743981,6316.1652 +Reunion,Africa,2007,76.442,798094,7670.122558 +Romania,Europe,1952,61.05,16630000,3144.613186 +Romania,Europe,1957,64.1,17829327,3943.370225 +Romania,Europe,1962,66.8,18680721,4734.997586 +Romania,Europe,1967,66.8,19284814,6470.866545 +Romania,Europe,1972,69.21,20662648,8011.414402 +Romania,Europe,1977,69.46,21658597,9356.39724 +Romania,Europe,1982,69.66,22356726,9605.314053 +Romania,Europe,1987,69.53,22686371,9696.273295 +Romania,Europe,1992,69.36,22797027,6598.409903 +Romania,Europe,1997,69.72,22562458,7346.547557 +Romania,Europe,2002,71.322,22404337,7885.360081 +Romania,Europe,2007,72.476,22276056,10808.47561 +Rwanda,Africa,1952,40,2534927,493.3238752 +Rwanda,Africa,1957,41.5,2822082,540.2893983 +Rwanda,Africa,1962,43,3051242,597.4730727 +Rwanda,Africa,1967,44.1,3451079,510.9637142 +Rwanda,Africa,1972,44.6,3992121,590.5806638 +Rwanda,Africa,1977,45,4657072,670.0806011 +Rwanda,Africa,1982,46.218,5507565,881.5706467 +Rwanda,Africa,1987,44.02,6349365,847.991217 +Rwanda,Africa,1992,23.599,7290203,737.0685949 +Rwanda,Africa,1997,36.087,7212583,589.9445051 +Rwanda,Africa,2002,43.413,7852401,785.6537648 +Rwanda,Africa,2007,46.242,8860588,863.0884639 +Sao Tome and Principe,Africa,1952,46.471,60011,879.5835855 +Sao Tome and Principe,Africa,1957,48.945,61325,860.7369026 +Sao Tome and Principe,Africa,1962,51.893,65345,1071.551119 +Sao Tome and Principe,Africa,1967,54.425,70787,1384.840593 +Sao Tome and Principe,Africa,1972,56.48,76595,1532.985254 +Sao Tome and Principe,Africa,1977,58.55,86796,1737.561657 +Sao Tome and Principe,Africa,1982,60.351,98593,1890.218117 +Sao Tome and Principe,Africa,1987,61.728,110812,1516.525457 +Sao Tome and Principe,Africa,1992,62.742,125911,1428.777814 +Sao Tome and Principe,Africa,1997,63.306,145608,1339.076036 +Sao Tome and Principe,Africa,2002,64.337,170372,1353.09239 +Sao Tome and Principe,Africa,2007,65.528,199579,1598.435089 +Saudi Arabia,Asia,1952,39.875,4005677,6459.554823 +Saudi Arabia,Asia,1957,42.868,4419650,8157.591248 +Saudi Arabia,Asia,1962,45.914,4943029,11626.41975 +Saudi Arabia,Asia,1967,49.901,5618198,16903.04886 +Saudi Arabia,Asia,1972,53.886,6472756,24837.42865 +Saudi Arabia,Asia,1977,58.69,8128505,34167.7626 +Saudi Arabia,Asia,1982,63.012,11254672,33693.17525 +Saudi Arabia,Asia,1987,66.295,14619745,21198.26136 +Saudi Arabia,Asia,1992,68.768,16945857,24841.61777 +Saudi Arabia,Asia,1997,70.533,21229759,20586.69019 +Saudi Arabia,Asia,2002,71.626,24501530,19014.54118 +Saudi Arabia,Asia,2007,72.777,27601038,21654.83194 +Senegal,Africa,1952,37.278,2755589,1450.356983 +Senegal,Africa,1957,39.329,3054547,1567.653006 +Senegal,Africa,1962,41.454,3430243,1654.988723 +Senegal,Africa,1967,43.563,3965841,1612.404632 +Senegal,Africa,1972,45.815,4588696,1597.712056 +Senegal,Africa,1977,48.879,5260855,1561.769116 +Senegal,Africa,1982,52.379,6147783,1518.479984 +Senegal,Africa,1987,55.769,7171347,1441.72072 +Senegal,Africa,1992,58.196,8307920,1367.899369 +Senegal,Africa,1997,60.187,9535314,1392.368347 +Senegal,Africa,2002,61.6,10870037,1519.635262 +Senegal,Africa,2007,63.062,12267493,1712.472136 +Serbia,Europe,1952,57.996,6860147,3581.459448 +Serbia,Europe,1957,61.685,7271135,4981.090891 +Serbia,Europe,1962,64.531,7616060,6289.629157 +Serbia,Europe,1967,66.914,7971222,7991.707066 +Serbia,Europe,1972,68.7,8313288,10522.06749 +Serbia,Europe,1977,70.3,8686367,12980.66956 +Serbia,Europe,1982,70.162,9032824,15181.0927 +Serbia,Europe,1987,71.218,9230783,15870.87851 +Serbia,Europe,1992,71.659,9826397,9325.068238 +Serbia,Europe,1997,72.232,10336594,7914.320304 +Serbia,Europe,2002,73.213,10111559,7236.075251 +Serbia,Europe,2007,74.002,10150265,9786.534714 +Sierra Leone,Africa,1952,30.331,2143249,879.7877358 +Sierra Leone,Africa,1957,31.57,2295678,1004.484437 +Sierra Leone,Africa,1962,32.767,2467895,1116.639877 +Sierra Leone,Africa,1967,34.113,2662190,1206.043465 +Sierra Leone,Africa,1972,35.4,2879013,1353.759762 +Sierra Leone,Africa,1977,36.788,3140897,1348.285159 +Sierra Leone,Africa,1982,38.445,3464522,1465.010784 +Sierra Leone,Africa,1987,40.006,3868905,1294.447788 +Sierra Leone,Africa,1992,38.333,4260884,1068.696278 +Sierra Leone,Africa,1997,39.897,4578212,574.6481576 +Sierra Leone,Africa,2002,41.012,5359092,699.489713 +Sierra Leone,Africa,2007,42.568,6144562,862.5407561 +Singapore,Asia,1952,60.396,1127000,2315.138227 +Singapore,Asia,1957,63.179,1445929,2843.104409 +Singapore,Asia,1962,65.798,1750200,3674.735572 +Singapore,Asia,1967,67.946,1977600,4977.41854 +Singapore,Asia,1972,69.521,2152400,8597.756202 +Singapore,Asia,1977,70.795,2325300,11210.08948 +Singapore,Asia,1982,71.76,2651869,15169.16112 +Singapore,Asia,1987,73.56,2794552,18861.53081 +Singapore,Asia,1992,75.788,3235865,24769.8912 +Singapore,Asia,1997,77.158,3802309,33519.4766 +Singapore,Asia,2002,78.77,4197776,36023.1054 +Singapore,Asia,2007,79.972,4553009,47143.17964 +Slovak Republic,Europe,1952,64.36,3558137,5074.659104 +Slovak Republic,Europe,1957,67.45,3844277,6093.26298 +Slovak Republic,Europe,1962,70.33,4237384,7481.107598 +Slovak Republic,Europe,1967,70.98,4442238,8412.902397 +Slovak Republic,Europe,1972,70.35,4593433,9674.167626 +Slovak Republic,Europe,1977,70.45,4827803,10922.66404 +Slovak Republic,Europe,1982,70.8,5048043,11348.54585 +Slovak Republic,Europe,1987,71.08,5199318,12037.26758 +Slovak Republic,Europe,1992,71.38,5302888,9498.467723 +Slovak Republic,Europe,1997,72.71,5383010,12126.23065 +Slovak Republic,Europe,2002,73.8,5410052,13638.77837 +Slovak Republic,Europe,2007,74.663,5447502,18678.31435 +Slovenia,Europe,1952,65.57,1489518,4215.041741 +Slovenia,Europe,1957,67.85,1533070,5862.276629 +Slovenia,Europe,1962,69.15,1582962,7402.303395 +Slovenia,Europe,1967,69.18,1646912,9405.489397 +Slovenia,Europe,1972,69.82,1694510,12383.4862 +Slovenia,Europe,1977,70.97,1746919,15277.03017 +Slovenia,Europe,1982,71.063,1861252,17866.72175 +Slovenia,Europe,1987,72.25,1945870,18678.53492 +Slovenia,Europe,1992,73.64,1999210,14214.71681 +Slovenia,Europe,1997,75.13,2011612,17161.10735 +Slovenia,Europe,2002,76.66,2011497,20660.01936 +Slovenia,Europe,2007,77.926,2009245,25768.25759 +Somalia,Africa,1952,32.978,2526994,1135.749842 +Somalia,Africa,1957,34.977,2780415,1258.147413 +Somalia,Africa,1962,36.981,3080153,1369.488336 +Somalia,Africa,1967,38.977,3428839,1284.73318 +Somalia,Africa,1972,40.973,3840161,1254.576127 +Somalia,Africa,1977,41.974,4353666,1450.992513 +Somalia,Africa,1982,42.955,5828892,1176.807031 +Somalia,Africa,1987,44.501,6921858,1093.244963 +Somalia,Africa,1992,39.658,6099799,926.9602964 +Somalia,Africa,1997,43.795,6633514,930.5964284 +Somalia,Africa,2002,45.936,7753310,882.0818218 +Somalia,Africa,2007,48.159,9118773,926.1410683 +South Africa,Africa,1952,45.009,14264935,4725.295531 +South Africa,Africa,1957,47.985,16151549,5487.104219 +South Africa,Africa,1962,49.951,18356657,5768.729717 +South Africa,Africa,1967,51.927,20997321,7114.477971 +South Africa,Africa,1972,53.696,23935810,7765.962636 +South Africa,Africa,1977,55.527,27129932,8028.651439 +South Africa,Africa,1982,58.161,31140029,8568.266228 +South Africa,Africa,1987,60.834,35933379,7825.823398 +South Africa,Africa,1992,61.888,39964159,7225.069258 +South Africa,Africa,1997,60.236,42835005,7479.188244 +South Africa,Africa,2002,53.365,44433622,7710.946444 +South Africa,Africa,2007,49.339,43997828,9269.657808 +Spain,Europe,1952,64.94,28549870,3834.034742 +Spain,Europe,1957,66.66,29841614,4564.80241 +Spain,Europe,1962,69.69,31158061,5693.843879 +Spain,Europe,1967,71.44,32850275,7993.512294 +Spain,Europe,1972,73.06,34513161,10638.75131 +Spain,Europe,1977,74.39,36439000,13236.92117 +Spain,Europe,1982,76.3,37983310,13926.16997 +Spain,Europe,1987,76.9,38880702,15764.98313 +Spain,Europe,1992,77.57,39549438,18603.06452 +Spain,Europe,1997,78.77,39855442,20445.29896 +Spain,Europe,2002,79.78,40152517,24835.47166 +Spain,Europe,2007,80.941,40448191,28821.0637 +Sri Lanka,Asia,1952,57.593,7982342,1083.53203 +Sri Lanka,Asia,1957,61.456,9128546,1072.546602 +Sri Lanka,Asia,1962,62.192,10421936,1074.47196 +Sri Lanka,Asia,1967,64.266,11737396,1135.514326 +Sri Lanka,Asia,1972,65.042,13016733,1213.39553 +Sri Lanka,Asia,1977,65.949,14116836,1348.775651 +Sri Lanka,Asia,1982,68.757,15410151,1648.079789 +Sri Lanka,Asia,1987,69.011,16495304,1876.766827 +Sri Lanka,Asia,1992,70.379,17587060,2153.739222 +Sri Lanka,Asia,1997,70.457,18698655,2664.477257 +Sri Lanka,Asia,2002,70.815,19576783,3015.378833 +Sri Lanka,Asia,2007,72.396,20378239,3970.095407 +Sudan,Africa,1952,38.635,8504667,1615.991129 +Sudan,Africa,1957,39.624,9753392,1770.337074 +Sudan,Africa,1962,40.87,11183227,1959.593767 +Sudan,Africa,1967,42.858,12716129,1687.997641 +Sudan,Africa,1972,45.083,14597019,1659.652775 +Sudan,Africa,1977,47.8,17104986,2202.988423 +Sudan,Africa,1982,50.338,20367053,1895.544073 +Sudan,Africa,1987,51.744,24725960,1507.819159 +Sudan,Africa,1992,53.556,28227588,1492.197043 +Sudan,Africa,1997,55.373,32160729,1632.210764 +Sudan,Africa,2002,56.369,37090298,1993.398314 +Sudan,Africa,2007,58.556,42292929,2602.394995 +Swaziland,Africa,1952,41.407,290243,1148.376626 +Swaziland,Africa,1957,43.424,326741,1244.708364 +Swaziland,Africa,1962,44.992,370006,1856.182125 +Swaziland,Africa,1967,46.633,420690,2613.101665 +Swaziland,Africa,1972,49.552,480105,3364.836625 +Swaziland,Africa,1977,52.537,551425,3781.410618 +Swaziland,Africa,1982,55.561,649901,3895.384018 +Swaziland,Africa,1987,57.678,779348,3984.839812 +Swaziland,Africa,1992,58.474,962344,3553.0224 +Swaziland,Africa,1997,54.289,1054486,3876.76846 +Swaziland,Africa,2002,43.869,1130269,4128.116943 +Swaziland,Africa,2007,39.613,1133066,4513.480643 +Sweden,Europe,1952,71.86,7124673,8527.844662 +Sweden,Europe,1957,72.49,7363802,9911.878226 +Sweden,Europe,1962,73.37,7561588,12329.44192 +Sweden,Europe,1967,74.16,7867931,15258.29697 +Sweden,Europe,1972,74.72,8122293,17832.02464 +Sweden,Europe,1977,75.44,8251648,18855.72521 +Sweden,Europe,1982,76.42,8325260,20667.38125 +Sweden,Europe,1987,77.19,8421403,23586.92927 +Sweden,Europe,1992,78.16,8718867,23880.01683 +Sweden,Europe,1997,79.39,8897619,25266.59499 +Sweden,Europe,2002,80.04,8954175,29341.63093 +Sweden,Europe,2007,80.884,9031088,33859.74835 +Switzerland,Europe,1952,69.62,4815000,14734.23275 +Switzerland,Europe,1957,70.56,5126000,17909.48973 +Switzerland,Europe,1962,71.32,5666000,20431.0927 +Switzerland,Europe,1967,72.77,6063000,22966.14432 +Switzerland,Europe,1972,73.78,6401400,27195.11304 +Switzerland,Europe,1977,75.39,6316424,26982.29052 +Switzerland,Europe,1982,76.21,6468126,28397.71512 +Switzerland,Europe,1987,77.41,6649942,30281.70459 +Switzerland,Europe,1992,78.03,6995447,31871.5303 +Switzerland,Europe,1997,79.37,7193761,32135.32301 +Switzerland,Europe,2002,80.62,7361757,34480.95771 +Switzerland,Europe,2007,81.701,7554661,37506.41907 +Syria,Asia,1952,45.883,3661549,1643.485354 +Syria,Asia,1957,48.284,4149908,2117.234893 +Syria,Asia,1962,50.305,4834621,2193.037133 +Syria,Asia,1967,53.655,5680812,1881.923632 +Syria,Asia,1972,57.296,6701172,2571.423014 +Syria,Asia,1977,61.195,7932503,3195.484582 +Syria,Asia,1982,64.59,9410494,3761.837715 +Syria,Asia,1987,66.974,11242847,3116.774285 +Syria,Asia,1992,69.249,13219062,3340.542768 +Syria,Asia,1997,71.527,15081016,4014.238972 +Syria,Asia,2002,73.053,17155814,4090.925331 +Syria,Asia,2007,74.143,19314747,4184.548089 +Taiwan,Asia,1952,58.5,8550362,1206.947913 +Taiwan,Asia,1957,62.4,10164215,1507.86129 +Taiwan,Asia,1962,65.2,11918938,1822.879028 +Taiwan,Asia,1967,67.5,13648692,2643.858681 +Taiwan,Asia,1972,69.39,15226039,4062.523897 +Taiwan,Asia,1977,70.59,16785196,5596.519826 +Taiwan,Asia,1982,72.16,18501390,7426.354774 +Taiwan,Asia,1987,73.4,19757799,11054.56175 +Taiwan,Asia,1992,74.26,20686918,15215.6579 +Taiwan,Asia,1997,75.25,21628605,20206.82098 +Taiwan,Asia,2002,76.99,22454239,23235.42329 +Taiwan,Asia,2007,78.4,23174294,28718.27684 +Tanzania,Africa,1952,41.215,8322925,716.6500721 +Tanzania,Africa,1957,42.974,9452826,698.5356073 +Tanzania,Africa,1962,44.246,10863958,722.0038073 +Tanzania,Africa,1967,45.757,12607312,848.2186575 +Tanzania,Africa,1972,47.62,14706593,915.9850592 +Tanzania,Africa,1977,49.919,17129565,962.4922932 +Tanzania,Africa,1982,50.608,19844382,874.2426069 +Tanzania,Africa,1987,51.535,23040630,831.8220794 +Tanzania,Africa,1992,50.44,26605473,825.682454 +Tanzania,Africa,1997,48.466,30686889,789.1862231 +Tanzania,Africa,2002,49.651,34593779,899.0742111 +Tanzania,Africa,2007,52.517,38139640,1107.482182 +Thailand,Asia,1952,50.848,21289402,757.7974177 +Thailand,Asia,1957,53.63,25041917,793.5774148 +Thailand,Asia,1962,56.061,29263397,1002.199172 +Thailand,Asia,1967,58.285,34024249,1295.46066 +Thailand,Asia,1972,60.405,39276153,1524.358936 +Thailand,Asia,1977,62.494,44148285,1961.224635 +Thailand,Asia,1982,64.597,48827160,2393.219781 +Thailand,Asia,1987,66.084,52910342,2982.653773 +Thailand,Asia,1992,67.298,56667095,4616.896545 +Thailand,Asia,1997,67.521,60216677,5852.625497 +Thailand,Asia,2002,68.564,62806748,5913.187529 +Thailand,Asia,2007,70.616,65068149,7458.396327 +Togo,Africa,1952,38.596,1219113,859.8086567 +Togo,Africa,1957,41.208,1357445,925.9083202 +Togo,Africa,1962,43.922,1528098,1067.53481 +Togo,Africa,1967,46.769,1735550,1477.59676 +Togo,Africa,1972,49.759,2056351,1649.660188 +Togo,Africa,1977,52.887,2308582,1532.776998 +Togo,Africa,1982,55.471,2644765,1344.577953 +Togo,Africa,1987,56.941,3154264,1202.201361 +Togo,Africa,1992,58.061,3747553,1034.298904 +Togo,Africa,1997,58.39,4320890,982.2869243 +Togo,Africa,2002,57.561,4977378,886.2205765 +Togo,Africa,2007,58.42,5701579,882.9699438 +Trinidad and Tobago,Americas,1952,59.1,662850,3023.271928 +Trinidad and Tobago,Americas,1957,61.8,764900,4100.3934 +Trinidad and Tobago,Americas,1962,64.9,887498,4997.523971 +Trinidad and Tobago,Americas,1967,65.4,960155,5621.368472 +Trinidad and Tobago,Americas,1972,65.9,975199,6619.551419 +Trinidad and Tobago,Americas,1977,68.3,1039009,7899.554209 +Trinidad and Tobago,Americas,1982,68.832,1116479,9119.528607 +Trinidad and Tobago,Americas,1987,69.582,1191336,7388.597823 +Trinidad and Tobago,Americas,1992,69.862,1183669,7370.990932 +Trinidad and Tobago,Americas,1997,69.465,1138101,8792.573126 +Trinidad and Tobago,Americas,2002,68.976,1101832,11460.60023 +Trinidad and Tobago,Americas,2007,69.819,1056608,18008.50924 +Tunisia,Africa,1952,44.6,3647735,1468.475631 +Tunisia,Africa,1957,47.1,3950849,1395.232468 +Tunisia,Africa,1962,49.579,4286552,1660.30321 +Tunisia,Africa,1967,52.053,4786986,1932.360167 +Tunisia,Africa,1972,55.602,5303507,2753.285994 +Tunisia,Africa,1977,59.837,6005061,3120.876811 +Tunisia,Africa,1982,64.048,6734098,3560.233174 +Tunisia,Africa,1987,66.894,7724976,3810.419296 +Tunisia,Africa,1992,70.001,8523077,4332.720164 +Tunisia,Africa,1997,71.973,9231669,4876.798614 +Tunisia,Africa,2002,73.042,9770575,5722.895655 +Tunisia,Africa,2007,73.923,10276158,7092.923025 +Turkey,Europe,1952,43.585,22235677,1969.10098 +Turkey,Europe,1957,48.079,25670939,2218.754257 +Turkey,Europe,1962,52.098,29788695,2322.869908 +Turkey,Europe,1967,54.336,33411317,2826.356387 +Turkey,Europe,1972,57.005,37492953,3450.69638 +Turkey,Europe,1977,59.507,42404033,4269.122326 +Turkey,Europe,1982,61.036,47328791,4241.356344 +Turkey,Europe,1987,63.108,52881328,5089.043686 +Turkey,Europe,1992,66.146,58179144,5678.348271 +Turkey,Europe,1997,68.835,63047647,6601.429915 +Turkey,Europe,2002,70.845,67308928,6508.085718 +Turkey,Europe,2007,71.777,71158647,8458.276384 +Uganda,Africa,1952,39.978,5824797,734.753484 +Uganda,Africa,1957,42.571,6675501,774.3710692 +Uganda,Africa,1962,45.344,7688797,767.2717398 +Uganda,Africa,1967,48.051,8900294,908.9185217 +Uganda,Africa,1972,51.016,10190285,950.735869 +Uganda,Africa,1977,50.35,11457758,843.7331372 +Uganda,Africa,1982,49.849,12939400,682.2662268 +Uganda,Africa,1987,51.509,15283050,617.7244065 +Uganda,Africa,1992,48.825,18252190,644.1707969 +Uganda,Africa,1997,44.578,21210254,816.559081 +Uganda,Africa,2002,47.813,24739869,927.7210018 +Uganda,Africa,2007,51.542,29170398,1056.380121 +United Kingdom,Europe,1952,69.18,50430000,9979.508487 +United Kingdom,Europe,1957,70.42,51430000,11283.17795 +United Kingdom,Europe,1962,70.76,53292000,12477.17707 +United Kingdom,Europe,1967,71.36,54959000,14142.85089 +United Kingdom,Europe,1972,72.01,56079000,15895.11641 +United Kingdom,Europe,1977,72.76,56179000,17428.74846 +United Kingdom,Europe,1982,74.04,56339704,18232.42452 +United Kingdom,Europe,1987,75.007,56981620,21664.78767 +United Kingdom,Europe,1992,76.42,57866349,22705.09254 +United Kingdom,Europe,1997,77.218,58808266,26074.53136 +United Kingdom,Europe,2002,78.471,59912431,29478.99919 +United Kingdom,Europe,2007,79.425,60776238,33203.26128 +United States,Americas,1952,68.44,157553000,13990.48208 +United States,Americas,1957,69.49,171984000,14847.12712 +United States,Americas,1962,70.21,186538000,16173.14586 +United States,Americas,1967,70.76,198712000,19530.36557 +United States,Americas,1972,71.34,209896000,21806.03594 +United States,Americas,1977,73.38,220239000,24072.63213 +United States,Americas,1982,74.65,232187835,25009.55914 +United States,Americas,1987,75.02,242803533,29884.35041 +United States,Americas,1992,76.09,256894189,32003.93224 +United States,Americas,1997,76.81,272911760,35767.43303 +United States,Americas,2002,77.31,287675526,39097.09955 +United States,Americas,2007,78.242,301139947,42951.65309 +Uruguay,Americas,1952,66.071,2252965,5716.766744 +Uruguay,Americas,1957,67.044,2424959,6150.772969 +Uruguay,Americas,1962,68.253,2598466,5603.357717 +Uruguay,Americas,1967,68.468,2748579,5444.61962 +Uruguay,Americas,1972,68.673,2829526,5703.408898 +Uruguay,Americas,1977,69.481,2873520,6504.339663 +Uruguay,Americas,1982,70.805,2953997,6920.223051 +Uruguay,Americas,1987,71.918,3045153,7452.398969 +Uruguay,Americas,1992,72.752,3149262,8137.004775 +Uruguay,Americas,1997,74.223,3262838,9230.240708 +Uruguay,Americas,2002,75.307,3363085,7727.002004 +Uruguay,Americas,2007,76.384,3447496,10611.46299 +Venezuela,Americas,1952,55.088,5439568,7689.799761 +Venezuela,Americas,1957,57.907,6702668,9802.466526 +Venezuela,Americas,1962,60.77,8143375,8422.974165 +Venezuela,Americas,1967,63.479,9709552,9541.474188 +Venezuela,Americas,1972,65.712,11515649,10505.25966 +Venezuela,Americas,1977,67.456,13503563,13143.95095 +Venezuela,Americas,1982,68.557,15620766,11152.41011 +Venezuela,Americas,1987,70.19,17910182,9883.584648 +Venezuela,Americas,1992,71.15,20265563,10733.92631 +Venezuela,Americas,1997,72.146,22374398,10165.49518 +Venezuela,Americas,2002,72.766,24287670,8605.047831 +Venezuela,Americas,2007,73.747,26084662,11415.80569 +Vietnam,Asia,1952,40.412,26246839,605.0664917 +Vietnam,Asia,1957,42.887,28998543,676.2854478 +Vietnam,Asia,1962,45.363,33796140,772.0491602 +Vietnam,Asia,1967,47.838,39463910,637.1232887 +Vietnam,Asia,1972,50.254,44655014,699.5016441 +Vietnam,Asia,1977,55.764,50533506,713.5371196 +Vietnam,Asia,1982,58.816,56142181,707.2357863 +Vietnam,Asia,1987,62.82,62826491,820.7994449 +Vietnam,Asia,1992,67.662,69940728,989.0231487 +Vietnam,Asia,1997,70.672,76048996,1385.896769 +Vietnam,Asia,2002,73.017,80908147,1764.456677 +Vietnam,Asia,2007,74.249,85262356,2441.576404 +West Bank and Gaza,Asia,1952,43.16,1030585,1515.592329 +West Bank and Gaza,Asia,1957,45.671,1070439,1827.067742 +West Bank and Gaza,Asia,1962,48.127,1133134,2198.956312 +West Bank and Gaza,Asia,1967,51.631,1142636,2649.715007 +West Bank and Gaza,Asia,1972,56.532,1089572,3133.409277 +West Bank and Gaza,Asia,1977,60.765,1261091,3682.831494 +West Bank and Gaza,Asia,1982,64.406,1425876,4336.032082 +West Bank and Gaza,Asia,1987,67.046,1691210,5107.197384 +West Bank and Gaza,Asia,1992,69.718,2104779,6017.654756 +West Bank and Gaza,Asia,1997,71.096,2826046,7110.667619 +West Bank and Gaza,Asia,2002,72.37,3389578,4515.487575 +West Bank and Gaza,Asia,2007,73.422,4018332,3025.349798 +"Yemen, Rep.",Asia,1952,32.548,4963829,781.7175761 +"Yemen, Rep.",Asia,1957,33.97,5498090,804.8304547 +"Yemen, Rep.",Asia,1962,35.18,6120081,825.6232006 +"Yemen, Rep.",Asia,1967,36.984,6740785,862.4421463 +"Yemen, Rep.",Asia,1972,39.848,7407075,1265.047031 +"Yemen, Rep.",Asia,1977,44.175,8403990,1829.765177 +"Yemen, Rep.",Asia,1982,49.113,9657618,1977.55701 +"Yemen, Rep.",Asia,1987,52.922,11219340,1971.741538 +"Yemen, Rep.",Asia,1992,55.599,13367997,1879.496673 +"Yemen, Rep.",Asia,1997,58.02,15826497,2117.484526 +"Yemen, Rep.",Asia,2002,60.308,18701257,2234.820827 +"Yemen, Rep.",Asia,2007,62.698,22211743,2280.769906 +Zambia,Africa,1952,42.038,2672000,1147.388831 +Zambia,Africa,1957,44.077,3016000,1311.956766 +Zambia,Africa,1962,46.023,3421000,1452.725766 +Zambia,Africa,1967,47.768,3900000,1777.077318 +Zambia,Africa,1972,50.107,4506497,1773.498265 +Zambia,Africa,1977,51.386,5216550,1588.688299 +Zambia,Africa,1982,51.821,6100407,1408.678565 +Zambia,Africa,1987,50.821,7272406,1213.315116 +Zambia,Africa,1992,46.1,8381163,1210.884633 +Zambia,Africa,1997,40.238,9417789,1071.353818 +Zambia,Africa,2002,39.193,10595811,1071.613938 +Zambia,Africa,2007,42.384,11746035,1271.211593 +Zimbabwe,Africa,1952,48.451,3080907,406.8841148 +Zimbabwe,Africa,1957,50.469,3646340,518.7642681 +Zimbabwe,Africa,1962,52.358,4277736,527.2721818 +Zimbabwe,Africa,1967,53.995,4995432,569.7950712 +Zimbabwe,Africa,1972,55.635,5861135,799.3621758 +Zimbabwe,Africa,1977,57.674,6642107,685.5876821 +Zimbabwe,Africa,1982,60.363,7636524,788.8550411 +Zimbabwe,Africa,1987,62.351,9216418,706.1573059 +Zimbabwe,Africa,1992,60.377,10704340,693.4207856 +Zimbabwe,Africa,1997,46.809,11404948,792.4499603 +Zimbabwe,Africa,2002,39.989,11926563,672.0386227 +Zimbabwe,Africa,2007,43.487,12311143,469.7092981 diff --git a/docs/files/data/package_data/injury.csv b/docs/files/data/package_data/injury.csv new file mode 100644 index 00000000..46cbf86a --- /dev/null +++ b/docs/files/data/package_data/injury.csv @@ -0,0 +1,7151 @@ +durat,afchnge,highearn,male,married,hosp,indust,injtype,age,prewage,totmed,injdes,benefit,ky,mi,ldurat,afhigh,lprewage,lage,ltotmed,head,neck,upextr,trunk,lowback,lowextr,occdis,manuf,construc,highlpre +1,1,1,1,0,1,3,1,26,404.95001220703125,1187.5732421875,1010,246.83749389648438,1,0,0,1,6.003763675689697,3.25809645652771,7.079667091369629,1,0,0,0,0,0,0,0,0,6.003763675689697 +1,1,1,1,1,0,3,1,31,643.82501220703125,361.07855224609375,1404,246.83749389648438,1,0,0,1,6.467426776885986,3.4339871406555176,5.889095306396484,1,0,0,0,0,0,0,0,0,6.467426776885986 +84,1,1,1,1,1,3,1,37,398.125,8963.6572265625,1032,246.83749389648438,1,0,4.430816650390625,1,5.9867658615112305,3.610917806625366,9.100934028625488,1,0,0,0,0,0,0,0,0,5.9867658615112305 +4,1,1,1,1,1,3,1,31,527.79998779296875,1099.6483154296875,1940,246.83749389648438,1,0,1.3862943649291992,1,6.268717288970947,3.4339871406555176,7.002745628356934,1,0,0,0,0,0,0,0,0,6.268717288970947 +1,1,1,1,1,0,3,1,23,528.9375,372.8018798828125,1940,211.5749969482422,1,0,0,1,6.270870208740234,3.1354942321777344,5.921047210693359,1,0,0,0,0,0,0,0,0,6.270870208740234 +1,1,1,1,1,0,3,1,34,614.25,211.01992797851562,1425,176.3125,1,0,0,1,6.4204020500183105,3.526360511779785,5.35195255279541,1,0,0,0,0,0,0,0,0,6.4204020500183105 +7,1,1,1,1,0,3,1,35,546,96.13130187988281,1110,246.83749389648438,1,0,1.945910096168518,1,6.302618980407715,3.5553481578826904,4.5657148361206055,1,0,0,0,0,0,0,0,0,6.302618980407715 +2,1,1,1,1,1,3,1,45,659.75,567.40911865234375,1207,246.83749389648438,1,0,0.6931471824645996,1,6.491860866546631,3.8066625595092773,6.341080665588379,1,0,0,0,0,0,0,0,0,6.491860866546631 +175,1,1,1,1,1,3,1,41,478.88751220703125,31729.19140625,1425,246.83749389648438,1,0,5.164785861968994,1,6.171465873718262,3.7135720252990723,10.364992141723633,1,0,0,0,0,0,0,0,0,6.171465873718262 +60,1,1,1,1,1,3,1,33,481.1625061035156,9277.8427734375,1010,246.83749389648438,1,0,4.094344615936279,1,6.176205158233643,3.4965076446533203,9.135384559631348,1,0,0,0,0,0,0,0,0,6.176205158233643 +29,1,1,1,1,0,3,1,35,494.8125,1111.37158203125,1110,246.83749389648438,1,0,3.367295742034912,1,6.204178810119629,3.5553481578826904,7.013350009918213,1,0,0,0,0,0,0,0,0,6.204178810119629 +30,1,1,1,1,1,3,1,25,445.8999938964844,6270.80908203125,1510,265.0375061035156,1,0,3.4011974334716797,1,6.100094795227051,3.2188758850097656,8.743660926818848,1,0,0,0,0,0,0,0,0,6.100094795227051 +100,1,1,1,1,1,3,1,39,568.75,3862.837158203125,1528,246.83749389648438,1,0,4.605170249938965,1,6.343441009521484,3.6635615825653076,8.259157180786133,1,0,0,0,0,0,0,0,0,6.343441009521484 +4,1,1,1,1,0,3,1,27,490.26251220703125,504.1031799316406,1940,265.0375061035156,1,0,1.3862943649291992,1,6.19494104385376,3.295836925506592,6.222781181335449,1,0,0,0,0,0,0,0,0,6.19494104385376 +2,1,1,1,1,0,3,1,24,491.3999938964844,107.85462951660156,1910,246.83749389648438,1,0,0.6931471824645996,1,6.197258472442627,3.178053855895996,4.680784225463867,1,0,0,0,0,0,0,0,0,6.197258472442627 +1,1,1,0,0,0,3,1,27,485.7124938964844,186.40093994140625,1140,113.75,1,0,0,1,6.185616970062256,3.295836925506592,5.22790002822876,1,0,0,0,0,0,0,0,0,6.185616970062256 +1,1,1,1,1,0,3,1,31,426.5625,64.47830963134766,1340,227.5,1,0,0,1,6.055758953094482,3.4339871406555176,4.1663289070129395,1,0,0,0,0,0,0,0,0,6.055758953094482 +2,1,1,1,1,0,3,1,21,461.82501220703125,2315.357666015625,1728,246.83749389648438,1,0,0.6931471824645996,1,6.135186195373535,3.044522523880005,7.747319221496582,1,0,0,0,0,0,0,0,0,6.135186195373535 +20,1,1,1,1,1,3,1,37,574.4375,3956.623779296875,1107,265.0375061035156,1,0,2.995732307434082,1,6.353391170501709,3.610917806625366,8.283145904541016,1,0,0,0,0,0,0,0,0,6.353391170501709 +3,1,1,1,1,1,1,1,44,426.5625,1400.9378662109375,1110,246.83749389648438,1,0,1.0986123085021973,1,6.055758953094482,3.7841897010803223,7.244897365570068,1,0,0,0,0,0,0,1,0,6.055758953094482 +1,1,1,1,1,0,1,1,31,422.01251220703125,87.92497253417969,1437,105.7874984741211,1,0,0,1,6.045034885406494,3.4339871406555176,4.4764838218688965,1,0,0,0,0,0,0,1,0,6.045034885406494 +3,1,1,1,1,1,1,1,64,668.8499755859375,49.23798370361328,1232,246.83749389648438,1,0,1.0986123085021973,1,6.505559921264648,4.158883094787598,3.896665334701538,1,0,0,0,0,0,0,1,0,6.505559921264648 +5,1,1,1,1,1,1,1,34,385.61248779296875,2207.5029296875,1528,257.07501220703125,1,0,1.6094379425048828,1,5.954833030700684,3.526360511779785,7.699617385864258,1,0,0,0,0,0,0,1,0,5.954833030700684 +3,1,1,1,1,0,1,1,57,409.5,1357.5615234375,1540,265.0375061035156,1,0,1.0986123085021973,1,6.014936923980713,4.043051242828369,7.21344518661499,1,0,0,0,0,0,0,1,0,6.014936923980713 +1,1,1,1,1,0,1,1,31,389.0249938964844,332.94256591796875,1437,246.83749389648438,1,0,0,1,5.963643550872803,3.4339871406555176,5.80797004699707,1,0,0,0,0,0,0,1,0,5.963643550872803 +7,1,1,1,1,1,2,1,29,568.75,5839.390625,1713,246.83749389648438,1,0,1.945910096168518,1,6.343441009521484,3.367295742034912,8.672381401062012,1,0,0,0,0,0,0,0,1,6.343441009521484 +5,1,1,1,1,1,2,1,35,386.75,3229.77734375,1010,258.2124938964844,1,0,1.6094379425048828,1,5.957778453826904,3.5553481578826904,8.080168724060059,1,0,0,0,0,0,0,0,1,5.957778453826904 +3,1,1,1,1,1,2,1,33,664.29998779296875,4239.15576171875,1010,265.0375061035156,1,0,1.0986123085021973,1,6.498733997344971,3.4965076446533203,8.352119445800781,1,0,0,0,0,0,0,0,1,6.498733997344971 +1,1,1,1,1,0,2,1,45,409.5,98.47596740722656,1410,227.5,1,0,0,1,6.014936923980713,3.8066625595092773,4.589812755584717,1,0,0,0,0,0,0,0,1,6.014936923980713 +0.25,1,1,1,1,0,3,1,53,548.2750244140625,236.81124877929688,1404,246.83749389648438,1,0,-1.3862943649291992,1,6.306777000427246,3.97029185295105,5.467263221740723,1,0,0,0,0,0,0,0,0,6.306777000427246 +2,1,1,1,1,0,3,1,56,468.6499938964844,985.9320068359375,1840,137.6374969482422,1,0,0.6931471824645996,1,6.149856090545654,4.025351524353027,6.893587589263916,1,0,0,0,0,0,0,0,0,6.149856090545654 +0.25,1,1,1,1,0,3,1,42,498.2250061035156,423.2121887207031,1140,137.6374969482422,1,0,-1.3862943649291992,1,6.211051940917969,3.7376697063446045,6.047873497009277,1,0,0,0,0,0,0,0,0,6.211051940917969 +1,1,1,1,1,0,3,1,27,464.1000061035156,146.54161071777344,1710,246.83749389648438,1,0,0,1,6.140100002288818,3.295836925506592,4.987309455871582,1,0,0,0,0,0,0,0,0,6.140100002288818 +8,1,1,1,1,1,2,1,23,420.875,490.03515625,1040,246.83749389648438,1,0,2.079441547393799,1,6.0423359870910645,3.1354942321777344,6.194477081298828,1,0,0,0,0,0,0,0,1,6.0423359870910645 +2,1,1,1,1,0,3,1,25,422.01251220703125,208.67526245117188,1404,246.83749389648438,1,0,0.6931471824645996,1,6.045034885406494,3.2188758850097656,5.3407793045043945,1,0,0,0,0,0,0,0,0,6.045034885406494 +8,1,1,1,0,0,3,1,26,420.875,259.0855712890625,1404,137.6374969482422,1,0,2.079441547393799,1,6.0423359870910645,3.25809645652771,5.557158470153809,1,0,0,0,0,0,0,0,0,6.0423359870910645 +8,1,1,1,1,0,3,1,30,390.1625061035156,1137.1629638671875,1928,259.3500061035156,1,0,2.079441547393799,1,5.9665632247924805,3.4011974334716797,7.036291599273682,1,0,0,0,0,0,0,0,0,5.9665632247924805 +3,1,1,0,1,0,3,1,33,796.25,109.02696228027344,1007,265.0375061035156,1,0,1.0986123085021973,1,6.67991304397583,3.4965076446533203,4.691595077514648,1,0,0,0,0,0,0,0,0,6.67991304397583 +182,1,1,1,1,1,3,1,48,403.8125,18119.578125,1013,246.83749389648438,1,0,5.204006671905518,1,6.000950813293457,3.8712010383605957,9.80474853515625,1,0,0,0,0,0,0,0,0,6.000950813293457 +6,1,1,1,1,0,3,2,42,409.5,297.7725524902344,2128,265.0375061035156,1,0,1.7917594909667969,1,6.014936923980713,3.7376697063446045,5.6963300704956055,0,1,0,0,0,0,0,0,0,6.014936923980713 +2,1,1,1,1,0,3,2,25,528.9375,225.08792114257812,2152,246.83749389648438,1,0,0.6931471824645996,1,6.270870208740234,3.2188758850097656,5.4164910316467285,0,1,0,0,0,0,0,0,0,6.270870208740234 +3,1,1,1,1,0,3,2,25,436.79998779296875,109.02696228027344,2149,246.83749389648438,1,0,1.0986123085021973,1,6.079475402832031,3.2188758850097656,4.691595077514648,0,1,0,0,0,0,0,0,0,6.079475402832031 +18,1,1,1,1,0,3,2,44,522.11248779296875,1688.159423828125,2149,246.83749389648438,1,0,2.890371799468994,1,6.257883071899414,3.7841897010803223,7.431394100189209,0,1,0,0,0,0,0,0,0,6.257883071899414 +25,1,1,1,1,1,3,2,29,455,3756.15478515625,2152,246.83749389648438,1,0,3.2188758850097656,1,6.120297431945801,3.367295742034912,8.23115062713623,0,1,0,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,2,24,445.8999938964844,118.40562438964844,2052,105.7874984741211,1,0,0,1,6.100094795227051,3.178053855895996,4.774116039276123,0,1,0,0,0,0,0,0,0,6.100094795227051 +25,1,1,1,1,0,3,2,31,435.6625061035156,1493.5521240234375,2010,246.83749389648438,1,0,3.2188758850097656,1,6.076868057250977,3.4339871406555176,7.308912754058838,0,1,0,0,0,0,0,0,0,6.076868057250977 +3,1,1,0,NA,1,3,2,48,404.95001220703125,895.662353515625,2149,246.83749389648438,1,0,1.0986123085021973,1,6.003763675689697,3.8712010383605957,6.797563552856445,0,1,0,0,0,0,0,0,0,6.003763675689697 +6,1,1,0,1,0,3,2,37,418.6000061035156,189.91793823242188,2149,246.83749389648438,1,0,1.7917594909667969,1,6.0369157791137695,3.610917806625366,5.246592044830322,0,1,0,0,0,0,0,0,0,6.0369157791137695 +12,1,1,1,NA,0,3,2,54,455,1899.1793212890625,2149,246.83749389648438,1,0,2.4849066734313965,1,6.120297431945801,3.9889841079711914,7.549177169799805,0,1,0,0,0,0,0,0,0,6.120297431945801 +26,1,1,1,1,1,3,2,28,455,3352.872314453125,2052,246.83749389648438,1,0,3.25809645652771,1,6.120297431945801,3.332204580307007,8.117572784423828,0,1,0,0,0,0,0,0,0,6.120297431945801 +182,1,1,1,1,1,3,2,36,450.45001220703125,8792.4970703125,2234,246.83749389648438,1,0,5.204006671905518,1,6.1102471351623535,3.5835189819335938,9.081653594970703,0,1,0,0,0,0,0,0,0,6.1102471351623535 +25,1,1,1,1,0,3,2,23,489.125,3456.03759765625,2152,246.83749389648438,1,0,3.2188758850097656,1,6.192617893218994,3.1354942321777344,8.14787769317627,0,1,0,0,0,0,0,0,0,6.192617893218994 +163,1,1,1,1,1,3,2,29,483.4375,8164.12646484375,2049,265.0375061035156,1,0,5.09375,1,6.180922031402588,3.367295742034912,9.007505416870117,0,1,0,0,0,0,0,0,0,6.180922031402588 +10,1,1,1,0,0,3,2,20,486.8500061035156,257.9132385253906,2149,265.0375061035156,1,0,2.3025851249694824,1,6.187955856323242,2.995732307434082,5.552623271942139,0,1,0,0,0,0,0,0,0,6.187955856323242 +76,1,1,1,1,1,3,2,32,541.45001220703125,1029.308349609375,2149,265.0375061035156,1,0,4.330733299255371,1,6.294250965118408,3.465735912322998,6.936642169952393,0,1,0,0,0,0,0,0,0,6.294250965118408 +1,1,1,1,1,0,3,2,20,591.5,85.58030700683594,2149,151.28750610351562,1,0,0,1,6.382661819458008,2.995732307434082,4.449455261230469,0,1,0,0,0,0,0,0,0,6.382661819458008 +84,1,1,1,1,1,3,2,36,443.625,18099.6484375,2149,265.0375061035156,1,0,4.430816650390625,1,6.094979763031006,3.5835189819335938,9.803647994995117,0,1,0,0,0,0,0,0,0,6.094979763031006 +4,1,1,1,1,0,3,2,46,480.0249938964844,180.53927612304688,2152,265.0375061035156,1,0,1.3862943649291992,1,6.173838138580322,3.828641414642334,5.195948123931885,0,1,0,0,0,0,0,0,0,6.173838138580322 +8,1,1,1,1,1,3,2,30,561.92498779296875,3303.63427734375,2149,265.0375061035156,1,0,2.079441547393799,1,6.331368446350098,3.4011974334716797,8.102778434753418,0,1,0,0,0,0,0,0,0,6.331368446350098 +19,1,1,1,1,0,3,2,37,444.76251220703125,1413.83349609375,2149,265.0375061035156,1,0,2.944438934326172,1,6.097540378570557,3.610917806625366,7.2540602684021,0,1,0,0,0,0,0,0,0,6.097540378570557 +5,1,1,0,1,0,3,2,23,553.9625244140625,548.65179443359375,2152,265.0375061035156,1,0,1.6094379425048828,1,6.317097187042236,3.1354942321777344,6.307464122772217,0,1,0,0,0,0,0,0,0,6.317097187042236 +2,1,1,1,NA,0,3,2,37,473.20001220703125,200.46893310546875,2149,265.0375061035156,1,0,0.6931471824645996,1,6.159518241882324,3.610917806625366,5.3006591796875,0,1,0,0,0,0,0,0,0,6.159518241882324 +4,1,1,1,1,0,1,2,38,485.7124938964844,478.31182861328125,2052,149.0124969482422,1,0,1.3862943649291992,1,6.185616970062256,3.6375861167907715,6.170262813568115,0,1,0,0,0,0,0,1,0,6.185616970062256 +14,1,1,1,1,0,2,2,24,549.4124755859375,490.03515625,2352,246.83749389648438,1,0,2.6390573978424072,1,6.308849334716797,3.178053855895996,6.194477081298828,0,1,0,0,0,0,0,0,1,6.308849334716797 +4,1,1,1,0,0,1,2,28,393.57501220703125,582.64947509765625,2552,261.625,1,0,1.3862943649291992,1,5.975271701812744,3.332204580307007,6.3675856590271,0,1,0,0,0,0,0,1,0,5.975271701812744 +2,1,1,1,NA,0,2,2,29,455,392.7315368652344,2010,265.0375061035156,1,0,0.6931471824645996,1,6.120297431945801,3.367295742034912,5.973126411437988,0,1,0,0,0,0,0,0,1,6.120297431945801 +8,1,1,1,1,1,2,2,26,436.79998779296875,368.112548828125,2228,246.83749389648438,1,0,2.079441547393799,1,6.079475402832031,3.25809645652771,5.908388614654541,0,1,0,0,0,0,0,0,1,6.079475402832031 +4,1,1,1,1,0,2,2,36,395.8500061035156,294.25555419921875,2216,246.83749389648438,1,0,1.3862943649291992,1,5.981035232543945,3.5835189819335938,5.684448719024658,0,1,0,0,0,0,0,0,1,5.981035232543945 +3,1,1,1,1,0,3,2,46,409.5,64.47830963134766,2234,265.0375061035156,1,0,1.0986123085021973,1,6.014936923980713,3.828641414642334,4.1663289070129395,0,1,0,0,0,0,0,0,0,6.014936923980713 +32,1,1,1,1,1,3,2,51,550.54998779296875,1543.9625244140625,2128,265.0375061035156,1,0,3.465735912322998,1,6.310917854309082,3.931825637817383,7.34210729598999,0,1,0,0,0,0,0,0,0,6.310917854309082 +0.25,1,1,1,1,0,3,2,25,544.86248779296875,413.8335266113281,2552,246.83749389648438,1,0,-1.3862943649291992,1,6.300533294677734,3.2188758850097656,6.025463581085205,0,1,0,0,0,0,0,0,0,6.300533294677734 +12,1,1,1,1,0,3,2,39,498.2250061035156,280.18756103515625,2052,137.6374969482422,1,0,2.4849066734313965,1,6.211051940917969,3.6635615825653076,5.6354594230651855,0,1,0,0,0,0,0,0,0,6.211051940917969 +2,1,1,1,0,0,3,2,42,483.4375,656.5064697265625,2052,136.5,1,0,0.6931471824645996,1,6.180922031402588,3.7376697063446045,6.486932754516602,0,1,0,0,0,0,0,0,0,6.180922031402588 +3,1,1,1,1,0,3,2,39,409.5,336.4595642089844,2552,265.0375061035156,1,0,1.0986123085021973,1,6.014936923980713,3.6635615825653076,5.818478107452393,0,1,0,0,0,0,0,0,0,6.014936923980713 +12,1,1,1,1,1,3,2,27,481.1625061035156,5723.32958984375,2152,265.0375061035156,1,0,2.4849066734313965,1,6.176205158233643,3.295836925506592,8.652305603027344,0,1,0,0,0,0,0,0,0,6.176205158233643 +9,1,1,1,1,1,3,2,37,646.0999755859375,4399.765625,2049,276.4125061035156,1,0,2.1972246170043945,1,6.470954418182373,3.610917806625366,8.389307022094727,0,1,0,0,0,0,0,0,0,6.470954418182373 +5,1,1,1,0,1,3,3,61,910,6730.36328125,3128,246.83749389648438,1,0,1.6094379425048828,1,6.8134446144104,4.110873699188232,8.814384460449219,0,0,1,0,0,0,0,0,0,6.8134446144104 +4,1,1,1,1,0,3,3,26,455,144.1969451904297,3416,246.83749389648438,1,0,1.3862943649291992,1,6.120297431945801,3.25809645652771,4.971179962158203,0,0,1,0,0,0,0,0,0,6.120297431945801 +3,1,1,1,0,0,3,3,44,643.82501220703125,248.53457641601562,3210,246.83749389648438,1,0,1.0986123085021973,1,6.467426776885986,3.7841897010803223,5.515582084655762,0,0,1,0,0,0,0,0,0,6.467426776885986 +3,1,1,1,0,0,3,3,30,442.48748779296875,220.39859008789062,3540,246.83749389648438,1,0,1.0986123085021973,1,6.092411994934082,3.4011974334716797,5.395437717437744,0,0,1,0,0,0,0,0,0,6.092411994934082 +9,1,1,1,1,0,3,3,31,544.86248779296875,493.5521545410156,3110,246.83749389648438,1,0,2.1972246170043945,1,6.300533294677734,3.4339871406555176,6.201628684997559,0,0,1,0,0,0,0,0,0,6.300533294677734 +1,1,1,1,NA,0,3,3,28,443.625,302.4619140625,3149,76.2125015258789,1,0,0,1,6.094979763031006,3.332204580307007,5.711955547332764,0,0,1,0,0,0,0,0,0,6.094979763031006 +12,1,1,1,1,0,3,3,41,524.38751220703125,237.98358154296875,3152,265.0375061035156,1,0,2.4849066734313965,1,6.26223087310791,3.7135720252990723,5.472201824188232,0,0,1,0,0,0,0,0,0,6.26223087310791 +26,1,1,1,0,1,3,3,51,409.5,2076.20166015625,3413,265.0375061035156,1,0,3.25809645652771,1,6.014936923980713,3.931825637817383,7.6382951736450195,0,0,1,0,0,0,0,0,0,6.014936923980713 +2,1,1,1,1,0,3,3,27,475.4750061035156,147.7139434814453,3728,246.83749389648438,1,0,0.6931471824645996,1,6.164314270019531,3.295836925506592,4.995277404785156,0,0,1,0,0,0,0,0,0,6.164314270019531 +12,1,1,1,1,0,3,3,39,516.42498779296875,702.2274169921875,3228,246.83749389648438,1,0,2.4849066734313965,1,6.246930122375488,3.6635615825653076,6.554257392883301,0,0,1,0,0,0,0,0,0,6.246930122375488 +1,1,1,1,1,0,3,3,33,516.42498779296875,152.40328979492188,3628,176.3125,1,0,0,1,6.246930122375488,3.4965076446533203,5.0265302658081055,0,0,1,0,0,0,0,0,0,6.246930122375488 +1,1,1,1,1,0,3,3,25,398.125,153.57562255859375,3510,246.83749389648438,1,0,0,1,5.9867658615112305,3.2188758850097656,5.03419303894043,0,0,1,0,0,0,0,0,0,5.9867658615112305 +1,1,1,1,1,0,3,3,43,540.3125,0,3528,70.5250015258789,1,0,0,1,6.292147636413574,3.761200189590454,0,0,0,1,0,0,0,0,0,0,6.292147636413574 +8,1,1,1,1,0,3,3,64,477.75,257.9132385253906,3613,246.83749389648438,1,0,2.079441547393799,1,6.1690874099731445,4.158883094787598,5.552623271942139,0,0,1,0,0,0,0,0,0,6.1690874099731445 +4,1,1,1,1,0,3,3,42,528.9375,187.57327270507812,3328,246.83749389648438,1,0,1.3862943649291992,1,6.270870208740234,3.7376697063446045,5.2341694831848145,0,0,1,0,0,0,0,0,0,6.270870208740234 +1,1,1,1,1,0,3,3,29,485.7124938964844,82.06330871582031,3628,70.5250015258789,1,0,0,1,6.185616970062256,3.367295742034912,4.407491207122803,0,0,1,0,0,0,0,0,0,6.185616970062256 +1,1,1,1,1,0,3,3,30,485.7124938964844,107.85462951660156,3337,35.26250076293945,1,0,0,1,6.185616970062256,3.4011974334716797,4.680784225463867,0,0,1,0,0,0,0,0,0,6.185616970062256 +5,1,1,1,1,0,3,3,32,528.9375,343.4935607910156,3504,246.83749389648438,1,0,1.6094379425048828,1,6.270870208740234,3.465735912322998,5.839168548583984,0,0,1,0,0,0,0,0,0,6.270870208740234 +1,1,1,1,1,0,3,3,28,473.20001220703125,119.57795715332031,3540,246.83749389648438,1,0,0,1,6.159518241882324,3.332204580307007,4.783968448638916,0,0,1,0,0,0,0,0,0,6.159518241882324 +6,1,1,1,0,0,3,3,20,485.7124938964844,354.0445556640625,3528,246.83749389648438,1,0,1.7917594909667969,1,6.185616970062256,2.995732307434082,5.869422912597656,0,0,1,0,0,0,0,0,0,6.185616970062256 +1,1,1,1,0,0,3,3,27,398.125,85.58030700683594,3613,70.5250015258789,1,0,0,1,5.9867658615112305,3.295836925506592,4.449455261230469,0,0,1,0,0,0,0,0,0,5.9867658615112305 +4,1,1,1,1,0,3,3,33,386.75,263.77490234375,3128,246.83749389648438,1,0,1.3862943649291992,1,5.957778453826904,3.4965076446533203,5.575096130371094,0,0,1,0,0,0,0,0,0,5.957778453826904 +1,1,1,1,1,0,3,3,51,483.4375,241.50057983398438,3613,105.7874984741211,1,0,0,1,6.180922031402588,3.931825637817383,5.486871719360352,0,0,1,0,0,0,0,0,0,6.180922031402588 +1,1,1,1,1,0,3,3,36,448.17498779296875,344.6658935546875,3613,211.5749969482422,1,0,0,1,6.1051836013793945,3.5835189819335938,5.842575550079346,0,0,1,0,0,0,0,0,0,6.1051836013793945 +6,1,1,1,1,0,3,3,33,455,359.9062194824219,3728,246.83749389648438,1,0,1.7917594909667969,1,6.120297431945801,3.4965076446533203,5.885843276977539,0,0,1,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,3,27,436.79998779296875,165.2989501953125,3640,211.5749969482422,1,0,0,1,6.079475402832031,3.295836925506592,5.107755661010742,0,0,1,0,0,0,0,0,0,6.079475402832031 +1,1,1,1,1,0,3,3,29,386.75,192.26260375976562,3613,211.5749969482422,1,0,0,1,5.957778453826904,3.367295742034912,5.258862018585205,0,0,1,0,0,0,0,0,0,5.957778453826904 +5,1,1,1,1,0,3,3,33,412.9125061035156,233.29425048828125,3010,246.83749389648438,1,0,1.6094379425048828,1,6.02323579788208,3.4965076446533203,5.452300548553467,0,0,1,0,0,0,0,0,0,6.02323579788208 +8,1,1,1,1,0,3,3,54,412.9125061035156,624.85345458984375,3628,246.83749389648438,1,0,2.079441547393799,1,6.02323579788208,3.9889841079711914,6.437517166137695,0,0,1,0,0,0,0,0,0,6.02323579788208 +1,1,1,1,1,0,3,3,38,481.1625061035156,255.56858825683594,3640,141.0500030517578,1,0,0,1,6.176205158233643,3.6375861167907715,5.543490886688232,0,0,1,0,0,0,0,0,0,6.176205158233643 +1,1,1,1,1,0,3,3,57,435.6625061035156,72.68463897705078,3310,141.0500030517578,1,0,0,1,6.076868057250977,4.043051242828369,4.286129951477051,0,0,1,0,0,0,0,0,0,6.076868057250977 +5,1,1,1,1,1,3,3,27,576.7125244140625,1739.7420654296875,3149,246.83749389648438,1,0,1.6094379425048828,1,6.357344150543213,3.295836925506592,7.46149206161499,0,0,1,0,0,0,0,0,0,6.357344150543213 +34,1,1,1,1,1,3,3,50,432.25,3403.282470703125,3649,246.83749389648438,1,0,3.526360511779785,1,6.069004058837891,3.9120230674743652,8.132495880126953,0,0,1,0,0,0,0,0,0,6.069004058837891 +1,1,1,0,1,0,3,3,23,435.6625061035156,99.64830017089844,3110,35.26250076293945,1,0,0,1,6.076868057250977,3.1354942321777344,4.601646900177002,0,0,1,0,0,0,0,0,0,6.076868057250977 +9,1,1,1,1,0,3,3,32,443.625,684.6424560546875,3140,149.0124969482422,1,0,2.1972246170043945,1,6.094979763031006,3.465735912322998,6.528896808624268,0,0,1,0,0,0,0,0,0,6.094979763031006 +2,1,1,1,1,0,3,3,30,455,438.4525146484375,3610,246.83749389648438,1,0,0.6931471824645996,1,6.120297431945801,3.4011974334716797,6.083251476287842,0,0,1,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,0,0,3,3,33,453.86248779296875,548.65179443359375,3640,211.5749969482422,1,0,0,1,6.117794036865234,3.4965076446533203,6.307464122772217,0,0,1,0,0,0,0,0,0,6.117794036865234 +178,1,1,1,NA,1,3,3,51,453.86248779296875,19261.4296875,3049,246.83749389648438,1,0,5.181783676147461,1,6.117794036865234,3.931825637817383,9.8658599853515625,0,0,1,0,0,0,0,0,0,6.117794036865234 +1,1,1,1,NA,0,3,3,37,404.95001220703125,189.91793823242188,3640,246.83749389648438,1,0,0,1,6.003763675689697,3.610917806625366,5.246592044830322,0,0,1,0,0,0,0,0,0,6.003763675689697 +7,1,1,1,NA,1,3,3,31,404.95001220703125,1273.153564453125,3540,246.83749389648438,1,0,1.945910096168518,1,6.003763675689697,3.4339871406555176,7.149252414703369,0,0,1,0,0,0,0,0,0,6.003763675689697 +4,1,1,1,NA,0,3,3,27,453.86248779296875,186.40093994140625,3240,246.83749389648438,1,0,1.3862943649291992,1,6.117794036865234,3.295836925506592,5.22790002822876,0,0,1,0,0,0,0,0,0,6.117794036865234 +1,1,1,1,NA,0,3,3,24,404.95001220703125,628.3704833984375,3313,211.5749969482422,1,0,0,1,6.003763675689697,3.178053855895996,6.443130016326904,0,0,1,0,0,0,0,0,0,6.003763675689697 +2,1,1,1,NA,0,3,3,32,404.95001220703125,222.74325561523438,3628,246.83749389648438,1,0,0.6931471824645996,1,6.003763675689697,3.465735912322998,5.406019687652588,0,0,1,0,0,0,0,0,0,6.003763675689697 +4,1,1,1,NA,0,3,3,35,453.86248779296875,336.4595642089844,3528,246.83749389648438,1,0,1.3862943649291992,1,6.117794036865234,3.5553481578826904,5.818478107452393,0,0,1,0,0,0,0,0,0,6.117794036865234 +3,1,1,0,1,0,3,3,31,408.36248779296875,225.08792114257812,3610,246.83749389648438,1,0,1.0986123085021973,1,6.012155055999756,3.4339871406555176,5.4164910316467285,0,0,1,0,0,0,0,0,0,6.012155055999756 +182,1,1,1,1,1,3,3,20,480.0249938964844,11705.744140625,3302,246.83749389648438,1,0,5.204006671905518,1,6.173838138580322,2.995732307434082,9.36783504486084,0,0,1,0,0,0,0,0,0,6.173838138580322 +4,1,1,1,1,0,3,3,42,448.17498779296875,125.43962860107422,3640,246.83749389648438,1,0,1.3862943649291992,1,6.1051836013793945,3.7376697063446045,4.831824779510498,0,0,1,0,0,0,0,0,0,6.1051836013793945 +17,1,1,1,1,0,3,3,24,445.8999938964844,989.448974609375,3528,246.83749389648438,1,0,2.8332133293151855,1,6.100094795227051,3.178053855895996,6.897148132324219,0,0,1,0,0,0,0,0,0,6.100094795227051 +1,1,1,1,1,0,3,3,46,403.8125,236.81124877929688,3304,246.83749389648438,1,0,0,1,6.000950813293457,3.828641414642334,5.467263221740723,0,0,1,0,0,0,0,0,0,6.000950813293457 +10,1,1,1,1,0,3,3,21,481.1625061035156,1873.3880615234375,3628,246.83749389648438,1,0,2.3025851249694824,1,6.176205158233643,3.044522523880005,7.53550386428833,0,0,1,0,0,0,0,0,0,6.176205158233643 +6,1,1,1,1,1,3,3,22,481.1625061035156,1223.9156494140625,3540,246.83749389648438,1,0,1.7917594909667969,1,6.176205158233643,3.0910425186157227,7.1098103523254395,0,0,1,0,0,0,0,0,0,6.176205158233643 +1,1,1,1,NA,0,3,3,28,482.29998779296875,185.22860717773438,3728,105.7874984741211,1,0,0,1,6.1785664558410645,3.332204580307007,5.221590995788574,0,0,1,0,0,0,0,0,0,6.1785664558410645 +1,1,1,1,0,0,3,3,33,490.26251220703125,154.74795532226562,3510,105.7874984741211,1,0,0,1,6.19494104385376,3.4965076446533203,5.041797637939453,0,0,1,0,0,0,0,0,0,6.19494104385376 +23,1,1,1,0,0,3,3,27,480.0249938964844,422.03985595703125,3110,246.83749389648438,1,0,3.1354942321777344,1,6.173838138580322,3.295836925506592,6.04509973526001,0,0,1,0,0,0,0,0,0,6.173838138580322 +19,1,1,1,1,0,3,3,36,482.29998779296875,1218.053955078125,3510,246.83749389648438,1,0,2.944438934326172,1,6.1785664558410645,3.5835189819335938,7.10500955581665,0,0,1,0,0,0,0,0,0,6.1785664558410645 +73,1,1,1,1,1,3,3,33,490.26251220703125,11723.3291015625,3110,246.83749389648438,1,0,4.290459632873535,1,6.19494104385376,3.4965076446533203,9.369336128234863,0,0,1,0,0,0,0,0,0,6.19494104385376 +4,1,1,1,1,0,3,3,37,444.76251220703125,165.2989501953125,3628,265.0375061035156,1,0,1.3862943649291992,1,6.097540378570557,3.610917806625366,5.107755661010742,0,0,1,0,0,0,0,0,0,6.097540378570557 +1,1,1,1,1,0,3,3,23,455,106.68229675292969,3640,35.26250076293945,1,0,0,1,6.120297431945801,3.1354942321777344,4.669855117797852,0,0,1,0,0,0,0,0,0,6.120297431945801 +4,1,1,1,1,0,3,3,33,455,293.0832214355469,3628,246.83749389648438,1,0,1.3862943649291992,1,6.120297431945801,3.4965076446533203,5.680456638336182,0,0,1,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,3,31,409.5,148.8862762451172,3640,35.26250076293945,1,0,0,1,6.014936923980713,3.4339871406555176,5.003182888031006,0,0,1,0,0,0,0,0,0,6.014936923980713 +5,1,1,1,1,0,3,3,27,422.01251220703125,236.81124877929688,3510,246.83749389648438,1,0,1.6094379425048828,1,6.045034885406494,3.295836925506592,5.467263221740723,0,0,1,0,0,0,0,0,0,6.045034885406494 +2,1,1,1,1,0,3,3,45,444.76251220703125,225.08792114257812,3510,246.83749389648438,1,0,0.6931471824645996,1,6.097540378570557,3.8066625595092773,5.4164910316467285,0,0,1,0,0,0,0,0,0,6.097540378570557 +6,1,1,1,1,0,3,3,37,432.25,175.84994506835938,3628,246.83749389648438,1,0,1.7917594909667969,1,6.069004058837891,3.610917806625366,5.169631004333496,0,0,1,0,0,0,0,0,0,6.069004058837891 +1,1,1,0,0,0,3,3,42,404.95001220703125,52.754981994628906,3449,211.5749969482422,1,0,0,1,6.003763675689697,3.7376697063446045,3.965658187866211,0,0,1,0,0,0,0,0,0,6.003763675689697 +2,1,1,1,1,0,3,3,32,404.95001220703125,277.8428955078125,3504,265.0375061035156,1,0,0.6931471824645996,1,6.003763675689697,3.465735912322998,5.627055644989014,0,0,1,0,0,0,0,0,0,6.003763675689697 +1,1,1,1,1,0,3,3,29,432.25,121.92262268066406,3713,151.28750610351562,1,0,0,1,6.069004058837891,3.367295742034912,4.803386688232422,0,0,1,0,0,0,0,0,0,6.069004058837891 +3,1,1,1,1,0,3,3,40,434.5249938964844,113.71629333496094,3628,265.0375061035156,1,0,1.0986123085021973,1,6.074253559112549,3.6888794898986816,4.733706474304199,0,0,1,0,0,0,0,0,0,6.074253559112549 +6,1,1,1,1,0,3,3,27,414.04998779296875,153.57562255859375,3613,246.83749389648438,1,0,1.7917594909667969,1,6.025986671447754,3.295836925506592,5.03419303894043,0,0,1,0,0,0,0,0,0,6.025986671447754 +6,1,1,1,NA,0,3,3,31,455,441.9695129394531,3149,265.0375061035156,1,0,1.7917594909667969,1,6.120297431945801,3.4339871406555176,6.091240882873535,0,0,1,0,0,0,0,0,0,6.120297431945801 +10,1,1,1,1,1,3,3,40,452.7250061035156,7786.63525390625,3504,265.0375061035156,1,0,2.3025851249694824,1,6.1152849197387695,3.6888794898986816,8.960164070129395,0,0,1,0,0,0,0,0,0,6.1152849197387695 +1,1,1,1,1,0,3,3,27,483.4375,173.50527954101562,3610,227.5,1,0,0,1,6.180922031402588,3.295836925506592,5.156208038330078,0,0,1,0,0,0,0,0,0,6.180922031402588 +13,1,1,1,1,0,3,3,24,470.92498779296875,415.005859375,3328,265.0375061035156,1,0,2.5649492740631104,1,6.154698848724365,3.178053855895996,6.028292655944824,0,0,1,0,0,0,0,0,0,6.154698848724365 +5,1,1,1,1,1,3,3,24,682.5,2926.14306640625,3504,265.0375061035156,1,0,1.6094379425048828,1,6.525762557983398,3.178053855895996,7.981440544128418,0,0,1,0,0,0,0,0,0,6.525762557983398 +17,1,1,1,0,1,3,3,20,453.86248779296875,1752.6376953125,3110,246.83749389648438,1,0,2.8332133293151855,1,6.117794036865234,2.995732307434082,7.46887731552124,0,0,1,0,0,0,0,0,0,6.117794036865234 +1,1,1,1,1,0,3,3,32,535.76251220703125,546.30712890625,3640,176.3125,1,0,0,1,6.283690929412842,3.465735912322998,6.303181171417236,0,0,1,0,0,0,0,0,0,6.283690929412842 +4,1,1,1,1,0,3,3,27,568.75,305.9789123535156,3628,265.0375061035156,1,0,1.3862943649291992,1,6.343441009521484,3.295836925506592,5.72351598739624,0,0,1,0,0,0,0,0,0,6.343441009521484 +4,1,1,1,1,0,3,3,41,455,623.68115234375,3628,265.0375061035156,1,0,1.3862943649291992,1,6.120297431945801,3.7135720252990723,6.435639381408691,0,0,1,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,3,31,541.45001220703125,167.64361572265625,3428,188.8249969482422,1,0,0,1,6.294250965118408,3.4339871406555176,5.121840476989746,0,0,1,0,0,0,0,0,0,6.294250965118408 +5,1,1,1,1,0,3,3,23,541.45001220703125,304.80657958984375,3152,265.0375061035156,1,0,1.6094379425048828,1,6.294250965118408,3.1354942321777344,5.719677448272705,0,0,1,0,0,0,0,0,0,6.294250965118408 +6,1,1,1,0,0,3,3,28,541.45001220703125,512.30950927734375,3528,265.0375061035156,1,0,1.7917594909667969,1,6.294250965118408,3.332204580307007,6.23892879486084,0,0,1,0,0,0,0,0,0,6.294250965118408 +3,1,1,1,1,0,3,3,64,398.125,219.22625732421875,3504,265.0375061035156,1,0,1.0986123085021973,1,5.9867658615112305,4.158883094787598,5.390104293823242,0,0,1,0,0,0,0,0,0,5.9867658615112305 +4,1,1,1,1,1,3,3,23,409.5,2805.392822265625,3640,246.83749389648438,1,0,1.3862943649291992,1,6.014936923980713,3.1354942321777344,7.939298629760742,0,0,1,0,0,0,0,0,0,6.014936923980713 +3,1,1,1,1,0,3,3,31,477.75,295.4278869628906,3340,265.0375061035156,1,0,1.0986123085021973,1,6.1690874099731445,3.4339871406555176,5.688424587249756,0,0,1,0,0,0,0,0,0,6.1690874099731445 +1,1,1,1,1,0,3,3,30,477.75,356.38922119140625,3110,76.2125015258789,1,0,0,1,6.1690874099731445,3.4011974334716797,5.876023292541504,0,0,1,0,0,0,0,0,0,6.1690874099731445 +3,1,1,1,1,0,3,3,30,426.5625,148.8862762451172,3449,246.83749389648438,1,0,1.0986123085021973,1,6.055758953094482,3.4011974334716797,5.003182888031006,0,0,1,0,0,0,0,0,0,6.055758953094482 +3,1,1,1,0,1,3,3,22,425.42498779296875,3385.697509765625,3110,265.0375061035156,1,0,1.0986123085021973,1,6.053088665008545,3.0910425186157227,8.127315521240234,0,0,1,0,0,0,0,0,0,6.053088665008545 +19,1,1,1,1,0,3,3,46,473.20001220703125,1441.969482421875,3149,265.0375061035156,1,0,2.944438934326172,1,6.159518241882324,3.828641414642334,7.2737650871276855,0,0,1,0,0,0,0,0,0,6.159518241882324 +7,1,1,1,1,1,3,3,27,659.75,1541.6177978515625,3640,265.0375061035156,1,0,1.945910096168518,1,6.491860866546631,3.295836925506592,7.340587615966797,0,0,1,0,0,0,0,0,0,6.491860866546631 +5,1,1,1,1,0,3,3,49,455,153.57562255859375,3528,265.0375061035156,1,0,1.6094379425048828,1,6.120297431945801,3.891820192337036,5.03419303894043,0,0,1,0,0,0,0,0,0,6.120297431945801 +4,1,1,1,1,0,3,3,59,534.625,94.95896911621094,3628,265.0375061035156,1,0,1.3862943649291992,1,6.2815656661987305,4.077537536621094,4.553444862365723,0,0,1,0,0,0,0,0,0,6.2815656661987305 +4,1,1,1,1,0,3,3,26,568.75,111.37162780761719,3728,265.0375061035156,1,0,1.3862943649291992,1,6.343441009521484,3.25809645652771,4.712872505187988,0,0,1,0,0,0,0,0,0,6.343441009521484 +14,1,1,1,1,1,3,3,24,477.75,2172.3330078125,3628,265.0375061035156,1,0,2.6390573978424072,1,6.1690874099731445,3.178053855895996,7.683557033538818,0,0,1,0,0,0,0,0,0,6.1690874099731445 +6,1,1,1,0,0,3,3,39,540.3125,2592.028076171875,3328,265.0375061035156,1,0,1.7917594909667969,1,6.292147636413574,3.6635615825653076,7.860196113586426,0,0,1,0,0,0,0,0,0,6.292147636413574 +4,1,1,1,1,1,3,3,22,510.73748779296875,2294.255615234375,3640,265.0375061035156,1,0,1.3862943649291992,1,6.235855579376221,3.0910425186157227,7.738163948059082,0,0,1,0,0,0,0,0,0,6.235855579376221 +23,1,1,1,1,0,3,3,39,420.875,842.90740966796875,3628,265.0375061035156,1,0,3.1354942321777344,1,6.0423359870910645,3.6635615825653076,6.736856937408447,0,0,1,0,0,0,0,0,0,6.0423359870910645 +1,1,1,1,0,0,3,3,20,477.75,1404.454833984375,3610,226.3625030517578,1,0,0,1,6.1690874099731445,2.995732307434082,7.2474045753479,0,0,1,0,0,0,0,0,0,6.1690874099731445 +4,1,1,1,1,0,3,3,57,480.0249938964844,276.6705627441406,3640,246.83749389648438,1,0,1.3862943649291992,1,6.173838138580322,4.043051242828369,5.622827529907227,0,0,1,0,0,0,0,0,0,6.173838138580322 +4,1,1,1,1,0,3,3,43,480.0249938964844,439.6248474121094,3740,265.0375061035156,1,0,1.3862943649291992,1,6.173838138580322,3.761200189590454,6.085921764373779,0,0,1,0,0,0,0,0,0,6.173838138580322 +1,1,1,1,1,0,3,3,30,518.70001220703125,148.8862762451172,3449,113.75,1,0,0,1,6.251325607299805,3.4011974334716797,5.003182888031006,0,0,1,0,0,0,0,0,0,6.251325607299805 +9,1,1,1,1,1,3,3,32,431.11248779296875,2395.076171875,3410,265.0375061035156,1,0,2.1972246170043945,1,6.06636905670166,3.465735912322998,7.78117036819458,0,0,1,0,0,0,0,0,0,6.06636905670166 +12,1,1,1,1,0,3,3,38,432.25,515.82647705078125,3149,265.0375061035156,1,0,2.4849066734313965,1,6.069004058837891,3.6375861167907715,6.245770454406738,0,0,1,0,0,0,0,0,0,6.069004058837891 +5,1,1,1,1,0,3,3,24,461.82501220703125,243.84524536132812,3152,265.0375061035156,1,0,1.6094379425048828,1,6.135186195373535,3.178053855895996,5.4965338706970215,0,0,1,0,0,0,0,0,0,6.135186195373535 +6,1,1,1,1,0,3,3,58,575.57501220703125,148.8862762451172,3628,265.0375061035156,1,0,1.7917594909667969,1,6.355369567871094,4.060442924499512,5.003182888031006,0,0,1,0,0,0,0,0,0,6.355369567871094 +116,1,1,1,1,1,3,3,34,432.25,28001.171875,3152,265.0375061035156,1,0,4.753590106964111,1,6.069004058837891,3.526360511779785,10.240001678466797,0,0,1,0,0,0,0,0,0,6.069004058837891 +16,1,1,1,1,1,3,3,29,455,2286.04931640625,3640,265.0375061035156,1,0,2.7725887298583984,1,6.120297431945801,3.367295742034912,7.7345805168151855,0,0,1,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,3,21,486.8500061035156,524.0328369140625,3640,265.0375061035156,1,0,0,1,6.187955856323242,3.044522523880005,6.26155424118042,0,0,1,0,0,0,0,0,0,6.187955856323242 +18,1,1,1,1,0,3,3,29,477.75,412.66119384765625,3328,265.0375061035156,1,0,2.890371799468994,1,6.1690874099731445,3.367295742034912,6.022626876831055,0,0,1,0,0,0,0,0,0,6.1690874099731445 +182,1,1,1,1,1,3,3,33,481.1625061035156,10097.3037109375,3137,265.0375061035156,1,0,5.204006671905518,1,6.176205158233643,3.4965076446533203,9.220024108886719,0,0,1,0,0,0,0,0,0,6.176205158233643 +7,1,1,1,0,0,3,3,33,515.2874755859375,222.74325561523438,3628,265.0375061035156,1,0,1.945910096168518,1,6.244724750518799,3.4965076446533203,5.406019687652588,0,0,1,0,0,0,0,0,0,6.244724750518799 +1,1,1,1,1,0,3,3,27,625.625,378.6635437011719,3310,76.2125015258789,1,0,0,1,6.438751220703125,3.295836925506592,5.936647891998291,0,0,1,0,0,0,0,0,0,6.438751220703125 +2,1,1,1,1,0,3,3,22,435.6625061035156,30.480655670166016,3610,246.83749389648438,1,0,0.6931471824645996,1,6.076868057250977,3.0910425186157227,3.4170923233032227,0,0,1,0,0,0,0,0,0,6.076868057250977 +1,1,1,1,NA,0,3,3,21,455,186.40093994140625,3510,129.6750030517578,1,0,0,1,6.120297431945801,3.044522523880005,5.22790002822876,0,0,1,0,0,0,0,0,0,6.120297431945801 +5,1,1,1,1,1,1,3,58,459.54998779296875,2101.992919921875,3010,265.0375061035156,1,0,1.6094379425048828,1,6.130247592926025,4.060442924499512,7.650640964508057,0,0,1,0,0,0,0,1,0,6.130247592926025 +3,1,1,1,1,0,1,3,31,386.75,35.169986724853516,3704,265.0375061035156,1,0,1.0986123085021973,1,5.957778453826904,3.4339871406555176,3.5601930618286133,0,0,1,0,0,0,0,1,0,5.957778453826904 +4,1,1,1,1,0,1,3,44,489.125,201.64126586914062,3110,246.83749389648438,1,0,1.3862943649291992,1,6.192617893218994,3.7841897010803223,5.306490421295166,0,0,1,0,0,0,0,1,0,6.192617893218994 +13,1,1,1,0,0,1,3,41,386.75,1191.0902099609375,3128,246.83749389648438,1,0,2.5649492740631104,1,5.957778453826904,3.7135720252990723,7.082624435424805,0,0,1,0,0,0,0,1,0,5.957778453826904 +8,1,1,1,1,0,1,3,55,393.57501220703125,369.2848815917969,3528,246.83749389648438,1,0,2.079441547393799,1,5.975271701812744,4.007333278656006,5.9115681648254395,0,0,1,0,0,0,0,1,0,5.975271701812744 +0.25,1,1,1,1,0,1,3,24,424.2875061035156,166.47128295898438,3440,265.0375061035156,1,0,-1.3862943649291992,1,6.050411224365234,3.178053855895996,5.114822864532471,0,0,1,0,0,0,0,1,0,6.050411224365234 +7,1,1,1,1,0,1,3,44,435.6625061035156,400.9378662109375,3528,265.0375061035156,1,0,1.945910096168518,1,6.076868057250977,3.7841897010803223,5.9938063621521,0,0,1,0,0,0,0,1,0,6.076868057250977 +3,1,1,1,1,0,1,3,44,518.70001220703125,329.4255676269531,3328,245.6999969482422,1,0,1.0986123085021973,1,6.251325607299805,3.7841897010803223,5.7973504066467285,0,0,1,0,0,0,0,1,0,6.251325607299805 +0.25,1,1,1,1,0,1,3,39,511.875,154.74795532226562,3152,265.0375061035156,1,0,-1.3862943649291992,1,6.2380805015563965,3.6635615825653076,5.041797637939453,0,0,1,0,0,0,0,1,0,6.2380805015563965 +7,1,1,1,1,0,1,3,54,486.8500061035156,325.9085693359375,3628,265.0375061035156,1,0,1.945910096168518,1,6.187955856323242,3.9889841079711914,5.786616802215576,0,0,1,0,0,0,0,1,0,6.187955856323242 +1,1,1,1,1,0,1,3,23,370.82501220703125,84.40797424316406,3510,246.83749389648438,1,0,0,1,5.9157304763793945,3.1354942321777344,4.435661792755127,0,0,1,0,0,0,0,1,0,5.9157304763793945 +4,1,1,0,1,0,1,3,33,370.82501220703125,1134.8182373046875,3452,247.97500610351562,1,0,1.3862943649291992,1,5.9157304763793945,3.4965076446533203,7.0342278480529785,0,0,1,0,0,0,0,1,0,5.9157304763793945 +0.25,1,1,1,1,0,1,3,61,472.0625,954.27899169921875,3210,246.83749389648438,1,0,-1.3862943649291992,1,6.157111167907715,4.110873699188232,6.860956192016602,0,0,1,0,0,0,0,1,0,6.157111167907715 +5,1,1,0,0,0,1,3,42,404.95001220703125,1111.37158203125,3410,246.83749389648438,1,0,1.6094379425048828,1,6.003763675689697,3.7376697063446045,7.013350009918213,0,0,1,0,0,0,0,1,0,6.003763675689697 +1,1,1,1,1,0,1,3,33,420.875,153.57562255859375,3252,265.0375061035156,1,0,0,1,6.0423359870910645,3.4965076446533203,5.03419303894043,0,0,1,0,0,0,0,1,0,6.0423359870910645 +8,1,1,1,1,0,1,3,47,541.45001220703125,981.24267578125,3640,246.83749389648438,1,0,2.079441547393799,1,6.294250965118408,3.8501474857330322,6.888819694519043,0,0,1,0,0,0,0,1,0,6.294250965118408 +4,1,1,1,1,0,1,3,35,541.45001220703125,262.6025695800781,3628,246.83749389648438,1,0,1.3862943649291992,1,6.294250965118408,3.5553481578826904,5.57064151763916,0,0,1,0,0,0,0,1,0,6.294250965118408 +7,1,1,1,1,0,1,3,50,415.1875,946.07269287109375,3640,265.0375061035156,1,0,1.945910096168518,1,6.028730392456055,3.9120230674743652,6.852319240570068,0,0,1,0,0,0,0,1,0,6.028730392456055 +1,1,1,1,1,1,1,3,54,426.5625,1951.934326171875,3640,265.0375061035156,1,0,0,1,6.055758953094482,3.9889841079711914,7.576576232910156,0,0,1,0,0,0,0,1,0,6.055758953094482 +4,1,1,1,1,0,1,3,53,449.3125,212.1922607421875,3640,265.0375061035156,1,0,1.3862943649291992,1,6.107718467712402,3.97029185295105,5.357492923736572,0,0,1,0,0,0,0,1,0,6.107718467712402 +3,1,1,1,0,0,1,3,25,411.7749938964844,242.67291259765625,3628,265.0375061035156,1,0,1.0986123085021973,1,6.020477294921875,3.2188758850097656,5.4917144775390625,0,0,1,0,0,0,0,1,0,6.020477294921875 +1,1,1,1,1,0,1,3,29,427.70001220703125,236.81124877929688,3740,265.0375061035156,1,0,0,1,6.058422088623047,3.367295742034912,5.467263221740723,0,0,1,0,0,0,0,1,0,6.058422088623047 +13,1,1,1,NA,1,1,3,56,647.23748779296875,4002.3447265625,3716,246.83749389648438,1,0,2.5649492740631104,1,6.472713470458984,4.025351524353027,8.294635772705078,0,0,1,0,0,0,0,1,0,6.472713470458984 +21,1,1,1,1,0,1,3,25,375.375,746.77606201171875,3410,250.25,1,0,3.044522523880005,1,5.9279255867004395,3.2188758850097656,6.615765571594238,0,0,1,0,0,0,0,1,0,5.9279255867004395 +17,1,1,0,1,0,1,3,50,452.7250061035156,864.0093994140625,3725,137.6374969482422,1,0,2.8332133293151855,1,6.1152849197387695,3.9120230674743652,6.7615838050842285,0,0,1,0,0,0,0,1,0,6.1152849197387695 +15,1,1,1,1,0,1,3,46,437.9375,313.0129089355469,3152,137.6374969482422,1,0,2.70805025100708,1,6.082076072692871,3.828641414642334,5.746244430541992,0,0,1,0,0,0,0,1,0,6.082076072692871 +5,1,1,1,1,0,1,3,24,373.1000061035156,862.8370361328125,3149,246.83749389648438,1,0,1.6094379425048828,1,5.921846389770508,3.178053855895996,6.760225772857666,0,0,1,0,0,0,0,1,0,5.921846389770508 +5,1,1,1,1,0,1,3,24,373.1000061035156,552.1688232421875,3149,246.83749389648438,1,0,1.6094379425048828,1,5.921846389770508,3.178053855895996,6.313853740692139,0,0,1,0,0,0,0,1,0,5.921846389770508 +5,1,1,1,1,0,1,3,24,373.1000061035156,656.5064697265625,3149,246.83749389648438,1,0,1.6094379425048828,1,5.921846389770508,3.178053855895996,6.486932754516602,0,0,1,0,0,0,0,1,0,5.921846389770508 +3,1,1,1,1,0,1,3,27,384.4750061035156,148.8862762451172,3510,257.07501220703125,1,0,1.0986123085021973,1,5.951878547668457,3.295836925506592,5.003182888031006,0,0,1,0,0,0,0,1,0,5.951878547668457 +1,1,1,0,0,0,1,3,55,452.7250061035156,261.43023681640625,3249,265.0375061035156,1,0,0,1,6.1152849197387695,4.007333278656006,5.56616735458374,0,0,1,0,0,0,0,1,0,6.1152849197387695 +5,1,1,1,0,0,1,3,29,382.20001220703125,906.21337890625,3237,253.66250610351562,1,0,1.6094379425048828,1,5.945943832397461,3.367295742034912,6.809274673461914,0,0,1,0,0,0,0,1,0,5.945943832397461 +3,1,1,1,1,0,1,3,57,443.625,152.40328979492188,3628,246.83749389648438,1,0,1.0986123085021973,1,6.094979763031006,4.043051242828369,5.0265302658081055,0,0,1,0,0,0,0,1,0,6.094979763031006 +4,1,1,1,1,0,1,3,24,384.4750061035156,125.43962860107422,3652,255.9375,1,0,1.3862943649291992,1,5.951878547668457,3.178053855895996,4.831824779510498,0,0,1,0,0,0,0,1,0,5.951878547668457 +3,1,1,1,1,0,1,3,58,393.57501220703125,1604.923828125,3628,246.83749389648438,1,0,1.0986123085021973,1,5.975271701812744,4.060442924499512,7.380831718444824,0,0,1,0,0,0,0,1,0,5.975271701812744 +6,1,1,1,1,1,1,3,54,468.6499938964844,2016.4127197265625,3225,246.83749389648438,1,0,1.7917594909667969,1,6.149856090545654,3.9889841079711914,7.609075546264648,0,0,1,0,0,0,0,1,0,6.149856090545654 +7,1,1,1,NA,0,1,3,50,390.1625061035156,268.4642333984375,3149,260.48748779296875,1,0,1.945910096168518,1,5.9665632247924805,3.9120230674743652,5.59271764755249,0,0,1,0,0,0,0,1,0,5.9665632247924805 +7,1,1,1,1,1,1,3,40,371.9624938964844,1031.6529541015625,3128,247.97500610351562,1,0,1.945910096168518,1,5.918793201446533,3.6888794898986816,6.938917636871338,0,0,1,0,0,0,0,1,0,5.918793201446533 +10,1,1,1,1,1,1,3,46,468.6499938964844,2485.345947265625,3004,265.0375061035156,1,0,2.3025851249694824,1,6.149856090545654,3.828641414642334,7.818167209625244,0,0,1,0,0,0,0,1,0,6.149856090545654 +7,1,1,1,1,0,1,3,49,468.6499938964844,152.40328979492188,3152,265.0375061035156,1,0,1.945910096168518,1,6.149856090545654,3.891820192337036,5.0265302658081055,0,0,1,0,0,0,0,1,0,6.149856090545654 +5,1,1,1,0,0,1,3,20,393.57501220703125,420.8675231933594,3110,246.83749389648438,1,0,1.6094379425048828,1,5.975271701812744,2.995732307434082,6.042318344116211,0,0,1,0,0,0,0,1,0,5.975271701812744 +3,1,1,1,1,0,1,3,26,428.8374938964844,141.85227966308594,3540,246.83749389648438,1,0,1.0986123085021973,1,6.061078071594238,3.25809645652771,4.95478630065918,0,0,1,0,0,0,0,1,0,6.061078071594238 +4,1,1,1,NA,1,1,3,29,398.125,1250.8792724609375,3446,265.0375061035156,1,0,1.3862943649291992,1,5.9867658615112305,3.367295742034912,7.131601810455322,0,0,1,0,0,0,0,1,0,5.9867658615112305 +4,1,1,0,1,0,1,3,29,398.125,343.4935607910156,3728,265.0375061035156,1,0,1.3862943649291992,1,5.9867658615112305,3.367295742034912,5.839168548583984,0,0,1,0,0,0,0,1,0,5.9867658615112305 +12,1,1,1,1,0,1,3,21,378.7875061035156,498.2414855957031,3528,253.66250610351562,1,0,2.4849066734313965,1,5.936975479125977,3.044522523880005,6.211084842681885,0,0,1,0,0,0,0,1,0,5.936975479125977 +4,1,1,1,0,0,1,3,23,409.5,266.11956787109375,3540,246.83749389648438,1,0,1.3862943649291992,1,6.014936923980713,3.1354942321777344,5.5839457511901855,0,0,1,0,0,0,0,1,0,6.014936923980713 +4,1,1,1,1,0,1,3,28,409.5,391.5592041015625,3640,246.83749389648438,1,0,1.3862943649291992,1,6.014936923980713,3.332204580307007,5.970136642456055,0,0,1,0,0,0,0,1,0,6.014936923980713 +1,1,1,1,NA,0,1,3,40,400.3999938964844,194.60726928710938,3540,246.83749389648438,1,0,0,1,5.992464065551758,3.6888794898986816,5.270983695983887,0,0,1,0,0,0,0,1,0,5.992464065551758 +3,1,1,1,1,0,1,3,60,418.6000061035156,912.07501220703125,3540,265.0375061035156,1,0,1.0986123085021973,1,6.0369157791137695,4.094344615936279,6.815722465515137,0,0,1,0,0,0,0,1,0,6.0369157791137695 +13,1,1,1,1,0,1,3,35,416.32501220703125,4630.71533203125,3440,265.0375061035156,1,0,2.5649492740631104,1,6.031466007232666,3.5553481578826904,8.44046688079834,0,0,1,0,0,0,0,1,0,6.031466007232666 +8,1,1,1,1,1,2,3,28,659.75,3871.04345703125,3647,265.0375061035156,1,0,2.079441547393799,1,6.491860866546631,3.332204580307007,8.261279106140137,0,0,1,0,0,0,0,0,1,6.491860866546631 +6,1,1,1,1,0,3,3,21,386.75,202.8135986328125,3613,245.6999969482422,1,0,1.7917594909667969,1,5.957778453826904,3.044522523880005,5.312287330627441,0,0,1,0,0,0,0,0,0,5.957778453826904 +1,1,1,1,0,0,1,3,25,378.7875061035156,222.74325561523438,3602,252.52499389648438,1,0,0,1,5.936975479125977,3.2188758850097656,5.406019687652588,0,0,1,0,0,0,0,1,0,5.936975479125977 +3,1,1,1,1,0,1,3,37,474.3374938964844,262.6025695800781,3504,246.83749389648438,1,0,1.0986123085021973,1,6.161919116973877,3.610917806625366,5.57064151763916,0,0,1,0,0,0,0,1,0,6.161919116973877 +4,1,1,1,0,1,1,3,41,536.9000244140625,2288.393798828125,3640,265.0375061035156,1,0,1.3862943649291992,1,6.285811901092529,3.7135720252990723,7.735605239868164,0,0,1,0,0,0,0,1,0,6.285811901092529 +6,1,1,1,1,0,1,3,50,440.2124938964844,1494.7244873046875,3449,265.0375061035156,1,0,1.7917594909667969,1,6.087257385253906,3.9120230674743652,7.309697151184082,0,0,1,0,0,0,0,1,0,6.087257385253906 +4,1,1,1,0,0,1,3,32,615.38751220703125,26.96365737915039,3610,265.0375061035156,1,0,1.3862943649291992,1,6.422252178192139,3.465735912322998,3.294489860534668,0,0,1,0,0,0,0,1,0,6.422252178192139 +1,1,1,1,1,0,2,3,66,580.125,82.06330871582031,3540,246.83749389648438,1,0,0,1,6.363243579864502,4.18965482711792,4.407491207122803,0,0,1,0,0,0,0,0,1,6.363243579864502 +7,1,1,1,1,0,2,3,43,580.125,200.46893310546875,3640,245.6999969482422,1,0,1.945910096168518,1,6.363243579864502,3.761200189590454,5.3006591796875,0,0,1,0,0,0,0,0,1,6.363243579864502 +5,1,1,1,1,0,2,3,39,592.63751220703125,390.3868713378906,3540,265.0375061035156,1,0,1.6094379425048828,1,6.384582996368408,3.6635615825653076,5.967138290405273,0,0,1,0,0,0,0,0,1,6.384582996368408 +12,1,1,1,1,0,2,3,37,659.75,419.6951904296875,3428,246.83749389648438,1,0,2.4849066734313965,1,6.491860866546631,3.610917806625366,6.039528846740723,0,0,1,0,0,0,0,0,1,6.491860866546631 +8,1,1,1,0,0,2,3,21,428.8374938964844,307.1512451171875,3516,265.0375061035156,1,0,2.079441547393799,1,6.061078071594238,3.044522523880005,5.727340221405029,0,0,1,0,0,0,0,0,1,6.061078071594238 +10,1,1,1,1,0,2,3,33,702.9749755859375,0,3510,265.0375061035156,1,0,2.3025851249694824,1,6.555321216583252,3.4965076446533203,0,0,0,1,0,0,0,0,0,1,6.555321216583252 +3,1,1,1,1,0,2,3,35,650.6500244140625,83.23564147949219,3152,265.0375061035156,1,0,1.0986123085021973,1,6.477972030639648,3.5553481578826904,4.421675682067871,0,0,1,0,0,0,0,0,1,6.477972030639648 +0.25,1,1,1,NA,0,2,3,32,687.04998779296875,732.70806884765625,3543,265.0375061035156,1,0,-1.3862943649291992,1,6.532407283782959,3.465735912322998,6.596747398376465,0,0,1,0,0,0,0,0,1,6.532407283782959 +5,1,1,1,1,0,2,3,31,426.5625,511.1371765136719,3530,265.0375061035156,1,0,1.6094379425048828,1,6.055758953094482,3.4339871406555176,6.236638069152832,0,0,1,0,0,0,0,0,1,6.055758953094482 +9,1,1,1,1,1,2,3,30,734.82501220703125,1282.5322265625,3128,246.83749389648438,1,0,2.1972246170043945,1,6.599632263183594,3.4011974334716797,7.156591892242432,0,0,1,0,0,0,0,0,1,6.599632263183594 +8,1,1,1,1,1,2,3,30,734.82501220703125,1300.1171875,3128,246.83749389648438,1,0,2.079441547393799,1,6.599632263183594,3.4011974334716797,7.170209884643555,0,0,1,0,0,0,0,0,1,6.599632263183594 +3,1,1,1,1,1,2,3,30,687.04998779296875,1584.994140625,3504,246.83749389648438,1,0,1.0986123085021973,1,6.532407283782959,3.4011974334716797,7.368336200714111,0,0,1,0,0,0,0,0,1,6.532407283782959 +3,1,1,1,1,0,3,3,20,381.0625,216.881591796875,3116,245.6999969482422,1,0,1.0986123085021973,1,5.942963600158691,2.995732307434082,5.379351615905762,0,0,1,0,0,0,0,0,0,5.942963600158691 +8,1,1,1,1,1,2,3,24,575.57501220703125,1667.0574951171875,3540,245.6999969482422,1,0,2.079441547393799,1,6.355369567871094,3.178053855895996,7.4188151359558105,0,0,1,0,0,0,0,0,1,6.355369567871094 +13,1,1,1,1,1,2,3,55,489.125,709.26141357421875,3628,133.08749389648438,1,0,2.5649492740631104,1,6.192617893218994,4.007333278656006,6.5642242431640625,0,0,1,0,0,0,0,0,1,6.192617893218994 +8,1,1,1,1,0,2,3,46,573.29998779296875,447.8311767578125,3328,246.83749389648438,1,0,2.079441547393799,1,6.351408958435059,3.828641414642334,6.104416370391846,0,0,1,0,0,0,0,0,1,6.351408958435059 +3,1,1,1,1,0,2,3,50,754.1624755859375,252.0515899658203,3449,246.83749389648438,1,0,1.0986123085021973,1,6.625607967376709,3.9120230674743652,5.52963399887085,0,0,1,0,0,0,0,0,1,6.625607967376709 +15,1,1,1,1,0,2,3,50,455,831.18408203125,3428,246.83749389648438,1,0,2.70805025100708,1,6.120297431945801,3.9120230674743652,6.722851276397705,0,0,1,0,0,0,0,0,1,6.120297431945801 +12,1,1,1,1,0,2,3,43,458.4125061035156,0,3328,228.6374969482422,1,0,2.4849066734313965,1,6.127769470214844,3.761200189590454,0,0,0,1,0,0,0,0,0,1,6.127769470214844 +0.25,1,1,1,1,0,2,3,26,517.5625,83.23564147949219,3640,246.83749389648438,1,0,-1.3862943649291992,1,6.2491302490234375,3.25809645652771,4.421675682067871,0,0,1,0,0,0,0,0,1,6.2491302490234375 +6,1,1,1,1,0,2,3,25,550.54998779296875,1146.5416259765625,3602,246.83749389648438,1,0,1.7917594909667969,1,6.310917854309082,3.2188758850097656,7.044505596160889,0,0,1,0,0,0,0,0,1,6.310917854309082 +7,1,1,1,1,0,2,3,68,561.92498779296875,1262.6025390625,3628,265.0375061035156,1,0,1.945910096168518,1,6.331368446350098,4.219507694244385,7.14093017578125,0,0,1,0,0,0,0,0,1,6.331368446350098 +1,1,1,1,NA,0,2,3,43,448.17498779296875,196.95193481445312,3152,70.5250015258789,1,0,0,1,6.1051836013793945,3.761200189590454,5.282959938049316,0,0,1,0,0,0,0,0,1,6.1051836013793945 +6,1,1,1,1,1,2,3,26,517.5625,2131.30126953125,3136,246.83749389648438,1,0,1.7917594909667969,1,6.2491302490234375,3.25809645652771,7.664487838745117,0,0,1,0,0,0,0,0,1,6.2491302490234375 +4,1,1,1,1,0,2,3,36,415.1875,180.53927612304688,3116,246.83749389648438,1,0,1.3862943649291992,1,6.028730392456055,3.5835189819335938,5.195948123931885,0,0,1,0,0,0,0,0,1,6.028730392456055 +3,1,1,1,0,0,2,3,61,455,137.16294860839844,3228,265.0375061035156,1,0,1.0986123085021973,1,6.120297431945801,4.110873699188232,4.921169757843018,0,0,1,0,0,0,0,0,1,6.120297431945801 +2,1,1,1,1,0,2,3,57,455,130.1289520263672,3640,265.0375061035156,1,0,0.6931471824645996,1,6.120297431945801,4.043051242828369,4.868525981903076,0,0,1,0,0,0,0,0,1,6.120297431945801 +5,1,1,1,0,0,2,3,24,473.20001220703125,227.43258666992188,3428,246.83749389648438,1,0,1.6094379425048828,1,6.159518241882324,3.178053855895996,5.426853656768799,0,0,1,0,0,0,0,0,1,6.159518241882324 +14,1,1,1,1,0,2,3,38,657.4749755859375,376.3188781738281,3310,246.83749389648438,1,0,2.6390573978424072,1,6.488406658172607,3.6375861167907715,5.930437088012695,0,0,1,0,0,0,0,0,1,6.488406658172607 +2,1,1,1,1,1,2,3,36,455,923.79833984375,3437,246.83749389648438,1,0,0.6931471824645996,1,6.120297431945801,3.5835189819335938,6.828493595123291,0,0,1,0,0,0,0,0,1,6.120297431945801 +7,1,1,1,1,0,2,3,25,539.17498779296875,242.67291259765625,3152,265.0375061035156,1,0,1.945910096168518,1,6.290040016174316,3.2188758850097656,5.4917144775390625,0,0,1,0,0,0,0,0,1,6.290040016174316 +10,1,1,1,1,0,2,3,51,457.2749938964844,192.26260375976562,3447,265.0375061035156,1,0,2.3025851249694824,1,6.1252851486206055,3.931825637817383,5.258862018585205,0,0,1,0,0,0,0,0,1,6.1252851486206055 +1,1,1,1,1,0,2,3,61,391.29998779296875,162.95428466796875,3613,245.6999969482422,1,0,0,1,5.9694743156433105,4.110873699188232,5.093469619750977,0,0,1,0,0,0,0,0,1,5.9694743156433105 +9,1,1,1,1,0,2,3,37,456.13751220703125,487.69049072265625,3149,246.83749389648438,1,0,2.1972246170043945,1,6.122794151306152,3.610917806625366,6.189681053161621,0,0,1,0,0,0,0,0,1,6.122794151306152 +1,1,1,1,1,0,2,3,31,511.875,104.33763122558594,3640,265.0375061035156,1,0,0,1,6.2380805015563965,3.4339871406555176,4.647632122039795,0,0,1,0,0,0,0,0,1,6.2380805015563965 +10,1,1,1,1,0,2,3,36,585.8125,1104.337646484375,3628,246.83749389648438,1,0,2.3025851249694824,1,6.372999668121338,3.5835189819335938,7.007000923156738,0,0,1,0,0,0,0,0,1,6.372999668121338 +1,1,1,1,1,0,2,3,58,742.7874755859375,119.57795715332031,3504,265.0375061035156,1,0,0,1,6.610409736633301,4.060442924499512,4.783968448638916,0,0,1,0,0,0,0,0,1,6.610409736633301 +2,1,1,1,1,0,2,3,27,377.6499938964844,935.52166748046875,3449,251.3874969482422,1,0,0.6931471824645996,1,5.933967590332031,3.295836925506592,6.841104507446289,0,0,1,0,0,0,0,0,1,5.933967590332031 +1,1,1,1,0,0,2,3,62,411.7749938964844,556.858154296875,3613,246.83749389648438,1,0,0,1,6.020477294921875,4.127134323120117,6.322310447692871,0,0,1,0,0,0,0,0,1,6.020477294921875 +2,1,1,1,1,0,2,3,52,546,103.16529846191406,3540,246.83749389648438,1,0,0.6931471824645996,1,6.302618980407715,3.9512436389923096,4.6363325119018555,0,0,1,0,0,0,0,0,1,6.302618980407715 +2,1,1,1,1,1,2,3,26,422.01251220703125,2316.52978515625,3536,265.0375061035156,1,0,0.6931471824645996,1,6.045034885406494,3.25809645652771,7.747825622558594,0,0,1,0,0,0,0,0,1,6.045034885406494 +14,1,1,1,1,1,2,3,54,400.3999938964844,2981.24267578125,3328,137.6374969482422,1,0,2.6390573978424072,1,5.992464065551758,3.9889841079711914,8.00009536743164,0,0,1,0,0,0,0,0,1,5.992464065551758 +4,1,1,1,0,0,2,3,30,445.8999938964844,283.7045593261719,3613,265.0375061035156,1,0,1.3862943649291992,1,6.100094795227051,3.4011974334716797,5.647933483123779,0,0,1,0,0,0,0,0,1,6.100094795227051 +1,1,1,1,1,0,2,3,33,462.9624938964844,225.08792114257812,3628,141.0500030517578,1,0,0,1,6.137646198272705,3.4965076446533203,5.4164910316467285,0,0,1,0,0,0,0,0,1,6.137646198272705 +1,1,1,1,1,0,3,3,40,398.125,109.02696228027344,3628,265.0375061035156,1,0,0,1,5.9867658615112305,3.6888794898986816,4.691595077514648,0,0,1,0,0,0,0,0,0,5.9867658615112305 +5,1,1,1,1,0,3,3,53,582.4000244140625,171.16061401367188,3149,265.0375061035156,1,0,1.6094379425048828,1,6.367157459259033,3.97029185295105,5.142602443695068,0,0,1,0,0,0,0,0,0,6.367157459259033 +5,1,1,1,1,0,3,3,52,398.125,241.50057983398438,3149,265.0375061035156,1,0,1.6094379425048828,1,5.9867658615112305,3.9512436389923096,5.486871719360352,0,0,1,0,0,0,0,0,0,5.9867658615112305 +10,1,1,1,1,0,3,3,45,547.13751220703125,383.3528747558594,3428,149.0124969482422,1,0,2.3025851249694824,1,6.3047003746032715,3.8066625595092773,5.94895601272583,0,0,1,0,0,0,0,0,0,6.3047003746032715 +9,1,1,1,1,0,3,3,47,455,804.22039794921875,3110,246.83749389648438,1,0,2.1972246170043945,1,6.120297431945801,3.8501474857330322,6.689873218536377,0,0,1,0,0,0,0,0,0,6.120297431945801 +4,1,1,1,0,0,3,3,34,625.625,172.33294677734375,3437,246.83749389648438,1,0,1.3862943649291992,1,6.438751220703125,3.526360511779785,5.149428367614746,0,0,1,0,0,0,0,0,0,6.438751220703125 +2,1,1,1,1,0,3,3,47,580.125,164.12661743164062,3513,265.0375061035156,1,0,0.6931471824645996,1,6.363243579864502,3.8501474857330322,5.100638389587402,0,0,1,0,0,0,0,0,0,6.363243579864502 +7,1,1,1,1,0,3,3,37,550.54998779296875,4283.70458984375,3640,241.14999389648438,1,0,1.945910096168518,1,6.310917854309082,3.610917806625366,8.362573623657227,0,0,1,0,0,0,0,0,0,6.310917854309082 +86,1,1,1,1,1,3,3,37,550.54998779296875,17584.994140625,3643,246.83749389648438,1,0,4.454347133636475,1,6.310917854309082,3.610917806625366,9.774801254272461,0,0,1,0,0,0,0,0,0,6.310917854309082 +5,1,1,1,1,0,3,3,57,560.7874755859375,241.50057983398438,3613,246.83749389648438,1,0,1.6094379425048828,1,6.329341888427734,4.043051242828369,5.486871719360352,0,0,1,0,0,0,0,0,0,6.329341888427734 +4,1,1,1,1,0,3,3,33,560.7874755859375,254.39625549316406,3449,265.0375061035156,1,0,1.3862943649291992,1,6.329341888427734,3.4965076446533203,5.538893222808838,0,0,1,0,0,0,0,0,0,6.329341888427734 +28,1,1,1,1,1,3,3,28,549.4124755859375,6465.416015625,3449,265.0375061035156,1,0,3.332204580307007,1,6.308849334716797,3.332204580307007,8.774222373962402,0,0,1,0,0,0,0,0,0,6.308849334716797 +3,1,1,1,1,0,3,3,28,436.79998779296875,126.6119613647461,3152,265.0375061035156,1,0,1.0986123085021973,1,6.079475402832031,3.332204580307007,4.841126918792725,0,0,1,0,0,0,0,0,0,6.079475402832031 +6,1,1,1,1,0,3,3,24,477.75,207.5029296875,3628,265.0375061035156,1,0,1.7917594909667969,1,6.1690874099731445,3.178053855895996,5.335145473480225,0,0,1,0,0,0,0,0,0,6.1690874099731445 +0.25,1,1,1,1,0,3,3,26,410.63751220703125,164.12661743164062,3504,246.83749389648438,1,0,-1.3862943649291992,1,6.0177106857299805,3.25809645652771,5.100638389587402,0,0,1,0,0,0,0,0,0,6.0177106857299805 +83,1,1,1,1,1,2,3,27,375.375,1370.4571533203125,3602,250.25,1,0,4.418840408325195,1,5.9279255867004395,3.295836925506592,7.222899436950684,0,0,1,0,0,0,0,0,1,5.9279255867004395 +4,1,1,1,1,0,3,3,36,432.25,567.40911865234375,3228,246.83749389648438,1,0,1.3862943649291992,1,6.069004058837891,3.5835189819335938,6.341080665588379,0,0,1,0,0,0,0,0,0,6.069004058837891 +30,1,1,1,0,1,3,3,40,433.38751220703125,2304.806640625,3152,246.83749389648438,1,0,3.4011974334716797,1,6.071632385253906,3.6888794898986816,7.7427520751953125,0,0,1,0,0,0,0,0,0,6.071632385253906 +4,1,1,1,NA,0,3,3,45,561.92498779296875,294.25555419921875,3640,265.0375061035156,1,0,1.3862943649291992,1,6.331368446350098,3.8066625595092773,5.684448719024658,0,0,1,0,0,0,0,0,0,6.331368446350098 +5,1,1,1,1,0,3,3,34,404.95001220703125,300.11724853515625,3728,246.83749389648438,1,0,1.6094379425048828,1,6.003763675689697,3.526360511779785,5.7041730880737305,0,0,1,0,0,0,0,0,0,6.003763675689697 +1,1,1,1,1,0,3,3,35,807.625,963.65765380859375,3740,246.83749389648438,1,0,0,1,6.694097995758057,3.5553481578826904,6.870736122131348,0,0,1,0,0,0,0,0,0,6.694097995758057 +3,1,1,1,0,0,3,3,32,418.6000061035156,146.54161071777344,3740,245.6999969482422,1,0,1.0986123085021973,1,6.0369157791137695,3.465735912322998,4.987309455871582,0,0,1,0,0,0,0,0,0,6.0369157791137695 +0.25,1,1,1,1,0,3,3,28,464.1000061035156,260.2579040527344,3355,246.83749389648438,1,0,-1.3862943649291992,1,6.140100002288818,3.332204580307007,5.561673164367676,0,0,1,0,0,0,0,0,0,6.140100002288818 +13,1,1,1,1,0,3,3,29,427.70001220703125,985.9320068359375,3510,137.6374969482422,1,0,2.5649492740631104,1,6.058422088623047,3.367295742034912,6.893587589263916,0,0,1,0,0,0,0,0,0,6.058422088623047 +14,1,1,1,1,0,3,3,50,458.4125061035156,967.1746826171875,3449,137.6374969482422,1,0,2.6390573978424072,1,6.127769470214844,3.9120230674743652,6.8743791580200195,0,0,1,0,0,0,0,0,0,6.127769470214844 +3,1,1,1,0,0,3,3,30,468.6499938964844,317.7022399902344,3152,137.6374969482422,1,0,1.0986123085021973,1,6.149856090545654,3.4011974334716797,5.761114597320557,0,0,1,0,0,0,0,0,0,6.149856090545654 +1,1,1,1,0,0,3,3,38,490.26251220703125,222.74325561523438,3449,137.6374969482422,1,0,0,1,6.19494104385376,3.6375861167907715,5.406019687652588,0,0,1,0,0,0,0,0,0,6.19494104385376 +6,1,1,0,1,0,3,3,36,414.04998779296875,609.6131591796875,3640,137.6374969482422,1,0,1.7917594909667969,1,6.025986671447754,3.5835189819335938,6.412824630737305,0,0,1,0,0,0,0,0,0,6.025986671447754 +2,1,1,1,1,0,3,3,35,468.6499938964844,282.5322265625,3640,137.6374969482422,1,0,0.6931471824645996,1,6.149856090545654,3.5553481578826904,5.643792629241943,0,0,1,0,0,0,0,0,0,6.149856090545654 +1,1,1,1,1,0,3,3,29,386.75,30.480655670166016,3449,246.83749389648438,1,0,0,1,5.957778453826904,3.367295742034912,3.4170923233032227,0,0,1,0,0,0,0,0,0,5.957778453826904 +2,1,1,1,1,0,3,3,26,398.125,0,3613,265.0375061035156,1,0,0.6931471824645996,1,5.9867658615112305,3.25809645652771,0,0,0,1,0,0,0,0,0,0,5.9867658615112305 +9,1,1,1,1,0,3,3,31,432.25,332.94256591796875,3649,265.0375061035156,1,0,2.1972246170043945,1,6.069004058837891,3.4339871406555176,5.80797004699707,0,0,1,0,0,0,0,0,0,6.069004058837891 +1,1,1,1,1,0,3,3,46,489.125,195.77960205078125,3310,151.28750610351562,1,0,0,1,6.192617893218994,3.828641414642334,5.276989459991455,0,0,1,0,0,0,0,0,0,6.192617893218994 +14,1,1,1,1,0,3,3,36,432.25,744.431396484375,3228,265.0375061035156,1,0,2.6390573978424072,1,6.069004058837891,3.5835189819335938,6.612620830535889,0,0,1,0,0,0,0,0,0,6.069004058837891 +0.25,1,1,1,1,0,3,3,26,409.5,171.16061401367188,3640,265.0375061035156,1,0,-1.3862943649291992,1,6.014936923980713,3.25809645652771,5.142602443695068,0,0,1,0,0,0,0,0,0,6.014936923980713 +1,1,1,1,1,0,3,3,22,398.125,193.4349365234375,3310,265.0375061035156,1,0,0,1,5.9867658615112305,3.0910425186157227,5.264941215515137,0,0,1,0,0,0,0,0,0,5.9867658615112305 +3,1,1,1,1,0,3,3,49,415.1875,182.88394165039062,3210,265.0375061035156,1,0,1.0986123085021973,1,6.028730392456055,3.891820192337036,5.2088518142700195,0,0,1,0,0,0,0,0,0,6.028730392456055 +0.25,1,1,1,1,0,3,3,43,455,79.71864318847656,3352,265.0375061035156,1,0,-1.3862943649291992,1,6.120297431945801,3.761200189590454,4.378503322601318,0,0,1,0,0,0,0,0,0,6.120297431945801 +0.25,1,1,1,1,0,3,3,22,386.75,202.8135986328125,3610,258.2124938964844,1,0,-1.3862943649291992,1,5.957778453826904,3.0910425186157227,5.312287330627441,0,0,1,0,0,0,0,0,0,5.957778453826904 +10,1,1,1,1,0,3,3,34,455,2411.48876953125,3440,265.0375061035156,1,0,2.3025851249694824,1,6.120297431945801,3.526360511779785,7.787999629974365,0,0,1,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,3,25,409.5,206.33059692382812,3610,265.0375061035156,1,0,0,1,6.014936923980713,3.2188758850097656,5.329479694366455,0,0,1,0,0,0,0,0,0,6.014936923980713 +1,1,1,1,1,0,3,3,20,375.375,93.78663635253906,3640,250.25,1,0,0,1,5.9279255867004395,2.995732307434082,4.541022300720215,0,0,1,0,0,0,0,0,0,5.9279255867004395 +8,1,1,1,1,0,3,3,40,383.3374938964844,477.1394958496094,3628,246.83749389648438,1,0,2.079441547393799,1,5.948915958404541,3.6888794898986816,6.167809009552002,0,0,1,0,0,0,0,0,0,5.948915958404541 +1,1,1,1,1,0,3,3,30,432.25,321.21923828125,3152,246.83749389648438,1,0,0,1,6.069004058837891,3.4011974334716797,5.77212381362915,0,0,1,0,0,0,0,0,0,6.069004058837891 +3,1,1,1,1,0,3,3,51,580.125,0,3352,265.0375061035156,1,0,1.0986123085021973,1,6.363243579864502,3.931825637817383,0,0,0,1,0,0,0,0,0,0,6.363243579864502 +7,1,1,1,1,0,3,3,29,412.9125061035156,196.95193481445312,3228,246.83749389648438,1,0,1.945910096168518,1,6.02323579788208,3.367295742034912,5.282959938049316,0,0,1,0,0,0,0,0,0,6.02323579788208 +2,1,1,1,1,0,3,3,27,393.57501220703125,398.59320068359375,3428,246.83749389648438,1,0,0.6931471824645996,1,5.975271701812744,3.295836925506592,5.987941265106201,0,0,1,0,0,0,0,0,0,5.975271701812744 +3,1,1,1,1,1,3,3,20,398.125,1215.709228515625,3647,265.0375061035156,1,0,1.0986123085021973,1,5.9867658615112305,2.995732307434082,7.10308313369751,0,0,1,0,0,0,0,0,0,5.9867658615112305 +5,1,1,1,1,0,3,3,34,511.875,669.402099609375,3110,246.83749389648438,1,0,1.6094379425048828,1,6.2380805015563965,3.526360511779785,6.50638484954834,0,0,1,0,0,0,0,0,0,6.2380805015563965 +3,1,1,1,1,0,3,3,41,502.7749938964844,112.54396057128906,3304,265.0375061035156,1,0,1.0986123085021973,1,6.220142841339111,3.7135720252990723,4.723343849182129,0,0,1,0,0,0,0,0,0,6.220142841339111 +6,1,1,1,1,0,3,3,31,484.57501220703125,296.6002197265625,3628,246.83749389648438,1,0,1.7917594909667969,1,6.183272361755371,3.4339871406555176,5.692385196685791,0,0,1,0,0,0,0,0,0,6.183272361755371 +7,1,1,1,0,0,3,3,54,409.5,328.25323486328125,3628,265.0375061035156,1,0,1.945910096168518,1,6.014936923980713,3.9889841079711914,5.793785572052002,0,0,1,0,0,0,0,0,0,6.014936923980713 +1,1,1,1,0,0,3,3,19,455,172.33294677734375,3540,265.0375061035156,1,0,0,1,6.120297431945801,2.944438934326172,5.149428367614746,0,0,1,0,0,0,0,0,0,6.120297431945801 +3,1,1,1,1,0,3,3,36,373.1000061035156,365.76788330078125,3049,211.5749969482422,1,0,1.0986123085021973,1,5.921846389770508,3.5835189819335938,5.901998996734619,0,0,1,0,0,0,0,0,0,5.921846389770508 +0.25,1,1,0,1,0,3,3,47,404.95001220703125,104.33763122558594,3743,245.6999969482422,1,0,-1.3862943649291992,1,6.003763675689697,3.8501474857330322,4.647632122039795,0,0,1,0,0,0,0,0,0,6.003763675689697 +1,1,1,1,1,0,3,3,42,511.875,293.0832214355469,3613,246.83749389648438,1,0,0,1,6.2380805015563965,3.7376697063446045,5.680456638336182,0,0,1,0,0,0,0,0,0,6.2380805015563965 +8,1,1,0,1,0,3,3,41,507.32501220703125,942.5556640625,3613,245.6999969482422,1,0,2.079441547393799,1,6.229151725769043,3.7135720252990723,6.848595142364502,0,0,1,0,0,0,0,0,0,6.229151725769043 +2,1,1,1,0,0,3,3,45,409.5,146.54161071777344,3228,265.0375061035156,1,0,0.6931471824645996,1,6.014936923980713,3.8066625595092773,4.987309455871582,0,0,1,0,0,0,0,0,0,6.014936923980713 +2,1,1,1,1,0,2,3,27,460.6875,227.43258666992188,3340,265.0375061035156,1,0,0.6931471824645996,1,6.132719993591309,3.295836925506592,5.426853656768799,0,0,1,0,0,0,0,0,1,6.132719993591309 +8,1,1,1,1,1,NA,3,36,441.3500061035156,464.24383544921875,3613,265.0375061035156,1,0,2.079441547393799,1,6.089838027954102,3.5835189819335938,6.14040994644165,0,0,1,0,0,0,0,NA,NA,6.089838027954102 +1,1,1,1,0,0,3,4,23,392.4375,801.875732421875,4440,246.83749389648438,1,0,0,1,5.972377300262451,3.1354942321777344,6.686953544616699,0,0,0,1,0,0,0,0,0,5.972377300262451 +6,1,1,1,1,0,3,4,53,485.7124938964844,110.19929504394531,4428,149.0124969482422,1,0,1.7917594909667969,1,6.185616970062256,3.97029185295105,4.7022905349731445,0,0,0,1,0,0,0,0,0,6.185616970062256 +7,1,1,1,1,1,3,4,40,436.79998779296875,2201.641357421875,4534,246.83749389648438,1,0,1.945910096168518,1,6.079475402832031,3.6888794898986816,7.696958541870117,0,0,0,1,0,0,0,0,0,6.079475402832031 +5,1,1,1,1,1,3,4,26,426.5625,1570.9261474609375,4646,257.07501220703125,1,0,1.6094379425048828,1,6.055758953094482,3.25809645652771,7.3594207763671875,0,0,0,1,0,0,0,0,0,6.055758953094482 +4,1,1,1,1,1,3,4,57,498.2250061035156,2671.746826171875,4634,265.0375061035156,1,0,1.3862943649291992,1,6.211051940917969,4.043051242828369,7.8904876708984375,0,0,0,1,0,0,0,0,0,6.211051940917969 +1,1,1,1,1,1,3,4,27,455,2615.474853515625,4110,151.28750610351562,1,0,0,1,6.120297431945801,3.295836925506592,7.869201183319092,0,0,0,1,0,0,0,0,0,6.120297431945801 +7,1,1,1,1,0,3,4,25,625.625,390.3868713378906,4428,265.0375061035156,1,0,1.945910096168518,1,6.438751220703125,3.2188758850097656,5.967138290405273,0,0,0,1,0,0,0,0,0,6.438751220703125 +3,1,1,1,1,0,3,4,45,573.29998779296875,505.2755126953125,4110,265.0375061035156,1,0,1.0986123085021973,1,6.351408958435059,3.8066625595092773,6.225103855133057,0,0,0,1,0,0,0,0,0,6.351408958435059 +21,1,1,1,1,1,3,4,40,520.9749755859375,4971.86376953125,4428,265.0375061035156,1,0,3.044522523880005,1,6.255702018737793,3.6888794898986816,8.511549949645996,0,0,0,1,0,0,0,0,0,6.255702018737793 +135,1,1,1,1,1,3,4,43,485.7124938964844,11225.087890625,4334,265.0375061035156,1,0,4.905274868011475,1,6.185616970062256,3.761200189590454,9.325906753540039,0,0,0,1,0,0,0,0,0,6.185616970062256 +4,1,1,1,0,0,3,4,31,395.8500061035156,179.366943359375,4110,149.0124969482422,1,0,1.3862943649291992,1,5.981035232543945,3.4339871406555176,5.189433574676514,0,0,0,1,0,0,0,0,0,5.981035232543945 +9,1,1,1,1,1,3,4,44,568.75,2223.91552734375,4849,246.83749389648438,1,0,2.1972246170043945,1,6.343441009521484,3.7841897010803223,7.707024574279785,0,0,0,1,0,0,0,0,0,6.343441009521484 +1,1,1,1,1,1,3,4,30,426.5625,1611.957763671875,4110,141.0500030517578,1,0,0,1,6.055758953094482,3.4011974334716797,7.385204792022705,0,0,0,1,0,0,0,0,0,6.055758953094482 +16,1,1,1,1,1,3,4,53,480.0249938964844,4053.92724609375,4528,246.83749389648438,1,0,2.7725887298583984,1,6.173838138580322,3.97029185295105,8.307441711425781,0,0,0,1,0,0,0,0,0,6.173838138580322 +11,1,1,1,0,0,3,4,39,518.70001220703125,192.26260375976562,4428,246.83749389648438,1,0,2.397895336151123,1,6.251325607299805,3.6635615825653076,5.258862018585205,0,0,0,1,0,0,0,0,0,6.251325607299805 +6,1,1,1,1,1,3,4,41,576.7125244140625,2114.888671875,4834,246.83749389648438,1,0,1.7917594909667969,1,6.357344150543213,3.7135720252990723,7.656757354736328,0,0,0,1,0,0,0,0,0,6.357344150543213 +6,1,1,1,1,0,3,4,30,461.82501220703125,76.20164489746094,4410,149.0124969482422,1,0,1.7917594909667969,1,6.135186195373535,3.4011974334716797,4.333383083343506,0,0,0,1,0,0,0,0,0,6.135186195373535 +1,1,1,1,1,1,3,4,35,494.8125,405.627197265625,4534,211.5749969482422,1,0,0,1,6.204178810119629,3.5553481578826904,6.005434513092041,0,0,0,1,0,0,0,0,0,6.204178810119629 +2,1,1,1,1,0,3,4,33,568.75,376.3188781738281,4428,246.83749389648438,1,0,0.6931471824645996,1,6.343441009521484,3.4965076446533203,5.930437088012695,0,0,0,1,0,0,0,0,0,6.343441009521484 +1,1,1,1,1,0,3,4,40,423.1499938964844,0,4428,176.3125,1,0,0,1,6.047726631164551,3.6888794898986816,0,0,0,0,1,0,0,0,0,0,6.047726631164551 +58,1,1,1,1,1,3,4,33,568.75,6988.27685546875,4334,265.0375061035156,1,0,4.060442924499512,1,6.343441009521484,3.4965076446533203,8.85198974609375,0,0,0,1,0,0,0,0,0,6.343441009521484 +1,1,1,1,1,0,3,4,35,432.25,433.76318359375,4110,105.7874984741211,1,0,0,1,6.069004058837891,3.5553481578826904,6.072498798370361,0,0,0,1,0,0,0,0,0,6.069004058837891 +4,1,1,1,NA,1,3,4,38,432.25,3951.934326171875,4334,246.83749389648438,1,0,1.3862943649291992,1,6.069004058837891,3.6375861167907715,8.281960487365723,0,0,0,1,0,0,0,0,0,6.069004058837891 +13,1,1,1,1,1,3,4,40,431.11248779296875,2257.913330078125,4452,265.0375061035156,1,0,2.5649492740631104,1,6.06636905670166,3.6888794898986816,7.722196578979492,0,0,0,1,0,0,0,0,0,6.06636905670166 +3,1,1,1,1,0,3,4,37,379.92498779296875,94.95896911621094,4410,246.83749389648438,1,0,1.0986123085021973,1,5.939973831176758,3.610917806625366,4.553444862365723,0,0,0,1,0,0,0,0,0,5.939973831176758 +2,1,1,1,1,0,3,4,29,491.3999938964844,41.031654357910156,4452,246.83749389648438,1,0,0.6931471824645996,1,6.197258472442627,3.367295742034912,3.714343786239624,0,0,0,1,0,0,0,0,0,6.197258472442627 +5,1,1,1,1,0,3,4,40,473.20001220703125,146.54161071777344,4410,149.0124969482422,1,0,1.6094379425048828,1,6.159518241882324,3.6888794898986816,4.987309455871582,0,0,0,1,0,0,0,0,0,6.159518241882324 +182,1,1,1,1,1,3,4,29,591.5,12606.095703125,4346,265.0375061035156,1,0,5.204006671905518,1,6.382661819458008,3.367295742034912,9.441935539245605,0,0,0,1,0,0,0,0,0,6.382661819458008 +79,1,1,1,1,1,3,4,31,552.82501220703125,9941.3837890625,4334,265.0375061035156,1,0,4.369447708129883,1,6.315041542053223,3.4339871406555176,9.204461097717285,0,0,0,1,0,0,0,0,0,6.315041542053223 +6,1,1,1,1,1,3,4,45,381.0625,2446.658935546875,4634,254.8000030517578,1,0,1.7917594909667969,1,5.942963600158691,3.8066625595092773,7.802478790283203,0,0,0,1,0,0,0,0,0,5.942963600158691 +182,1,1,0,1,1,3,4,36,533.48748779296875,30246.189453125,4334,265.0375061035156,1,0,5.204006671905518,1,6.279435634613037,3.5835189819335938,10.31712532043457,0,0,0,1,0,0,0,0,0,6.279435634613037 +2,1,1,1,1,0,3,4,25,432.25,164.12661743164062,4410,246.83749389648438,1,0,0.6931471824645996,1,6.069004058837891,3.2188758850097656,5.100638389587402,0,0,0,1,0,0,0,0,0,6.069004058837891 +8,1,1,1,1,1,3,4,23,533.48748779296875,1675.2637939453125,4452,265.0375061035156,1,0,2.079441547393799,1,6.279435634613037,3.1354942321777344,7.4237260818481445,0,0,0,1,0,0,0,0,0,6.279435634613037 +182,1,1,1,1,1,3,4,39,904.3125,65920.28125,4334,265.0375061035156,1,0,5.204006671905518,1,6.807175159454346,3.6635615825653076,11.09620189666748,0,0,0,1,0,0,0,0,0,6.807175159454346 +3,1,1,1,1,0,3,4,32,455,446.6588439941406,4410,265.0375061035156,1,0,1.0986123085021973,1,6.120297431945801,3.465735912322998,6.101795196533203,0,0,0,1,0,0,0,0,0,6.120297431945801 +110,1,1,1,1,1,3,4,28,534.625,14507.6201171875,4334,265.0375061035156,1,0,4.7004804611206055,1,6.2815656661987305,3.332204580307007,9.582428932189941,0,0,0,1,0,0,0,0,0,6.2815656661987305 +4,1,1,1,1,0,3,4,31,681.36248779296875,11.723329544067383,4410,265.0375061035156,1,0,1.3862943649291992,1,6.524094581604004,3.4339871406555176,2.461580753326416,0,0,0,1,0,0,0,0,0,6.524094581604004 +4,1,1,1,1,1,3,4,40,583.5374755859375,3246.18994140625,4334,265.0375061035156,1,0,1.3862943649291992,1,6.3691086769104,3.6888794898986816,8.085237503051758,0,0,0,1,0,0,0,0,0,6.3691086769104 +4,1,1,1,1,0,3,4,37,481.1625061035156,107.85462951660156,4410,246.83749389648438,1,0,1.3862943649291992,1,6.176205158233643,3.610917806625366,4.680784225463867,0,0,0,1,0,0,0,0,0,6.176205158233643 +6,1,1,1,1,1,3,4,40,682.5,2252.051513671875,4534,288.92498779296875,1,0,1.7917594909667969,1,6.525762557983398,3.6888794898986816,7.719596862792969,0,0,0,1,0,0,0,0,0,6.525762557983398 +79,1,1,1,1,1,3,4,37,477.75,5861.66455078125,4346,265.0375061035156,1,0,4.369447708129883,1,6.1690874099731445,3.610917806625366,8.676188468933105,0,0,0,1,0,0,0,0,0,6.1690874099731445 +1,1,1,1,0,1,1,4,57,547.13751220703125,1083.235595703125,4152,246.83749389648438,1,0,0,1,6.3047003746032715,4.043051242828369,6.987707614898682,0,0,0,1,0,0,0,1,0,6.3047003746032715 +2,1,1,1,1,1,1,4,28,544.86248779296875,709.26141357421875,4010,265.0375061035156,1,0,0.6931471824645996,1,6.300533294677734,3.332204580307007,6.5642242431640625,0,0,0,1,0,0,0,1,0,6.300533294677734 +12,1,1,1,1,1,1,4,62,379.92498779296875,2076.20166015625,4428,245.6999969482422,1,0,2.4849066734313965,1,5.939973831176758,4.127134323120117,7.6382951736450195,0,0,0,1,0,0,0,1,0,5.939973831176758 +0.25,1,1,0,0,0,1,4,50,392.4375,0,4452,245.6999969482422,1,0,-1.3862943649291992,1,5.972377300262451,3.9120230674743652,0,0,0,0,1,0,0,0,1,0,5.972377300262451 +8,1,1,1,0,1,1,4,46,393.57501220703125,2685.814697265625,4834,262.76251220703125,1,0,2.079441547393799,1,5.975271701812744,3.828641414642334,7.895739555358887,0,0,0,1,0,0,0,1,0,5.975271701812744 +3,1,1,0,1,0,1,4,52,398.125,110.19929504394531,4428,265.0375061035156,1,0,1.0986123085021973,1,5.9867658615112305,3.9512436389923096,4.7022905349731445,0,0,0,1,0,0,0,1,0,5.9867658615112305 +2,1,1,1,1,1,1,4,58,378.7875061035156,1212.1922607421875,4552,246.83749389648438,1,0,0.6931471824645996,1,5.936975479125977,4.060442924499512,7.100185871124268,0,0,0,1,0,0,0,1,0,5.936975479125977 +5,1,1,1,1,0,3,4,31,568.75,140.67994689941406,4428,265.0375061035156,1,0,1.6094379425048828,1,6.343441009521484,3.4339871406555176,4.9464874267578125,0,0,0,1,0,0,0,0,0,6.343441009521484 +6,1,1,1,1,0,1,4,41,482.29998779296875,203.98593139648438,4428,265.0375061035156,1,0,1.7917594909667969,1,6.1785664558410645,3.7135720252990723,5.318050861358643,0,0,0,1,0,0,0,1,0,6.1785664558410645 +7,1,1,1,1,1,1,4,34,480.0249938964844,2418.52294921875,4010,265.0375061035156,1,0,1.945910096168518,1,6.173838138580322,3.526360511779785,7.79091215133667,0,0,0,1,0,0,0,1,0,6.173838138580322 +6,1,1,1,1,1,1,4,34,373.1000061035156,3003.51708984375,4834,249.1125030517578,1,0,1.7917594909667969,1,5.921846389770508,3.526360511779785,8.007538795471191,0,0,0,1,0,0,0,1,0,5.921846389770508 +9,1,1,1,1,1,1,4,39,375.375,1542.7901611328125,4834,246.83749389648438,1,0,2.1972246170043945,1,5.9279255867004395,3.6635615825653076,7.341347694396973,0,0,0,1,0,0,0,1,0,5.9279255867004395 +7,1,1,1,1,1,1,4,23,386.75,2205.158203125,4834,258.2124938964844,1,0,1.945910096168518,1,5.957778453826904,3.1354942321777344,7.698554515838623,0,0,0,1,0,0,0,1,0,5.957778453826904 +6,1,1,1,1,1,1,4,37,489.125,2141.852294921875,4834,246.83749389648438,1,0,1.7917594909667969,1,6.192617893218994,3.610917806625366,7.669426441192627,0,0,0,1,0,0,0,1,0,6.192617893218994 +3,1,1,1,1,1,1,4,50,420.875,1545.134765625,4852,246.83749389648438,1,0,1.0986123085021973,1,6.0423359870910645,3.9120230674743652,7.34286642074585,0,0,0,1,0,0,0,1,0,6.0423359870910645 +3,1,1,0,0,0,1,4,61,371.9624938964844,191.09027099609375,4452,247.97500610351562,1,0,1.0986123085021973,1,5.918793201446533,4.110873699188232,5.252746105194092,0,0,0,1,0,0,0,1,0,5.918793201446533 +0.25,1,1,1,1,0,1,4,22,467.51251220703125,237.98358154296875,4036,265.0375061035156,1,0,-1.3862943649291992,1,6.147426128387451,3.0910425186157227,5.472201824188232,0,0,0,1,0,0,0,1,0,6.147426128387451 +5,1,1,1,1,1,2,4,36,683.63751220703125,2652.989501953125,4352,265.0375061035156,1,0,1.6094379425048828,1,6.527427673339844,3.5835189819335938,7.883442401885986,0,0,0,1,0,0,0,0,1,6.527427673339844 +12,1,1,1,1,1,1,4,26,389.0249938964844,1773.73974609375,4834,246.83749389648438,1,0,2.4849066734313965,1,5.963643550872803,3.25809645652771,7.4808454513549805,0,0,0,1,0,0,0,1,0,5.963643550872803 +4,1,1,1,1,0,1,4,29,577.8499755859375,518.171142578125,4152,265.0375061035156,1,0,1.3862943649291992,1,6.359314441680908,3.367295742034912,6.250305652618408,0,0,0,1,0,0,0,1,0,6.359314441680908 +11,1,1,1,1,1,1,4,67,455,2839.390380859375,4834,265.0375061035156,1,0,2.397895336151123,1,6.120297431945801,4.204692840576172,7.9513444900512695,0,0,0,1,0,0,0,1,0,6.120297431945801 +3,1,1,1,1,0,1,4,59,409.5,123.09495544433594,4452,246.83749389648438,1,0,1.0986123085021973,1,6.014936923980713,4.077537536621094,4.812955856323242,0,0,0,1,0,0,0,1,0,6.014936923980713 +5,1,1,1,1,0,1,4,37,400.3999938964844,218.05392456054688,4152,265.0375061035156,1,0,1.6094379425048828,1,5.992464065551758,3.610917806625366,5.384742259979248,0,0,0,1,0,0,0,1,0,5.992464065551758 +7,1,1,1,1,1,2,4,25,650.6500244140625,2171.16064453125,4834,246.83749389648438,1,0,1.945910096168518,1,6.477972030639648,3.2188758850097656,7.683017253875732,0,0,0,1,0,0,0,0,1,6.477972030639648 +0.25,1,1,1,1,0,2,4,28,872.4625244140625,137.16294860839844,4410,265.0375061035156,1,0,-1.3862943649291992,1,6.77131986618042,3.332204580307007,4.921169757843018,0,0,0,1,0,0,0,0,1,6.77131986618042 +11,1,1,1,1,1,2,4,39,464.1000061035156,1651.817138671875,4834,265.0375061035156,1,0,2.397895336151123,1,6.140100002288818,3.6635615825653076,7.409631252288818,0,0,0,1,0,0,0,0,1,6.140100002288818 +13,1,1,1,1,1,2,4,39,664.29998779296875,2654.161865234375,4834,246.83749389648438,1,0,2.5649492740631104,1,6.498733997344971,3.6635615825653076,7.883884429931641,0,0,0,1,0,0,0,0,1,6.498733997344971 +9,1,1,1,1,0,2,4,54,607.42498779296875,275.49822998046875,4410,246.83749389648438,1,0,2.1972246170043945,1,6.409228801727295,3.9889841079711914,5.618581295013428,0,0,0,1,0,0,0,0,1,6.409228801727295 +12,1,1,1,1,1,1,4,51,436.79998779296875,2484.173583984375,4834,265.0375061035156,1,0,2.4849066734313965,1,6.079475402832031,3.931825637817383,7.817695140838623,0,0,0,1,0,0,0,1,0,6.079475402832031 +6,1,1,1,1,0,1,4,52,386.75,654.16180419921875,4428,265.0375061035156,1,0,1.7917594909667969,1,5.957778453826904,3.9512436389923096,6.483354568481445,0,0,0,1,0,0,0,1,0,5.957778453826904 +3,1,1,1,1,1,1,4,27,469.7875061035156,2007.0340576171875,4652,246.83749389648438,1,0,1.0986123085021973,1,6.152280330657959,3.295836925506592,7.6044135093688965,0,0,0,1,0,0,0,1,0,6.152280330657959 +15,1,1,1,1,1,1,4,43,393.57501220703125,2157.092529296875,4834,265.0375061035156,1,0,2.70805025100708,1,5.975271701812744,3.761200189590454,7.676516532897949,0,0,0,1,0,0,0,1,0,5.975271701812744 +1,1,1,1,1,0,1,4,37,403.8125,514.6541748046875,4634,265.0375061035156,1,0,0,1,6.000950813293457,3.610917806625366,6.243494987487793,0,0,0,1,0,0,0,1,0,6.000950813293457 +7,1,1,1,1,1,2,4,46,455,1606.09619140625,4613,265.0375061035156,1,0,1.945910096168518,1,6.120297431945801,3.828641414642334,7.381561756134033,0,0,0,1,0,0,0,0,1,6.120297431945801 +1,1,1,1,1,0,2,4,33,611.9749755859375,365.76788330078125,4834,265.0375061035156,1,0,0,1,6.416691303253174,3.4965076446533203,5.901998996734619,0,0,0,1,0,0,0,0,1,6.416691303253174 +17,1,1,1,1,1,2,4,33,561.92498779296875,2465.416259765625,4634,246.83749389648438,1,0,2.8332133293151855,1,6.331368446350098,3.4965076446533203,7.810115814208984,0,0,0,1,0,0,0,0,1,6.331368446350098 +4,1,1,1,0,0,2,4,30,382.20001220703125,0,4452,246.83749389648438,1,0,1.3862943649291992,1,5.945943832397461,3.4011974334716797,0,0,0,0,1,0,0,0,0,1,5.945943832397461 +7,1,1,1,1,0,2,4,33,531.2125244140625,15.240327835083008,4410,149.0124969482422,1,0,1.945910096168518,1,6.275162220001221,3.4965076446533203,2.723945140838623,0,0,0,1,0,0,0,0,1,6.275162220001221 +27,1,1,1,0,1,2,4,21,460.6875,2343.49365234375,4128,246.83749389648438,1,0,3.295836925506592,1,6.132719993591309,3.044522523880005,7.759397983551025,0,0,0,1,0,0,0,0,1,6.132719993591309 +15,1,1,1,1,1,2,4,52,732.54998779296875,1982.4150390625,4834,137.6374969482422,1,0,2.70805025100708,1,6.596531391143799,3.9512436389923096,7.592071056365967,0,0,0,1,0,0,0,0,1,6.596531391143799 +8,1,1,1,1,1,2,4,41,392.4375,2323.56396484375,4834,261.625,1,0,2.079441547393799,1,5.972377300262451,3.7135720252990723,7.750857353210449,0,0,0,1,0,0,0,0,1,5.972377300262451 +7,1,1,1,1,1,2,4,52,592.63751220703125,1800.703369140625,4634,265.0375061035156,1,0,1.945910096168518,1,6.384582996368408,3.9512436389923096,7.495932579040527,0,0,0,1,0,0,0,0,1,6.384582996368408 +16,1,1,1,1,1,2,4,42,407.2250061035156,1805.3927001953125,4646,265.0375061035156,1,0,2.7725887298583984,1,6.009366035461426,3.7376697063446045,7.498533248901367,0,0,0,1,0,0,0,0,1,6.009366035461426 +4,1,1,1,0,1,2,4,37,393.57501220703125,2281.35986328125,4837,188.8249969482422,1,0,1.3862943649291992,1,5.975271701812744,3.610917806625366,7.732526779174805,0,0,0,1,0,0,0,0,1,5.975271701812744 +28,1,1,1,1,1,2,4,37,610.8375244140625,7786.63525390625,4152,266.17498779296875,1,0,3.332204580307007,1,6.414831161499023,3.610917806625366,8.960164070129395,0,0,0,1,0,0,0,0,1,6.414831161499023 +10,1,1,1,1,1,2,4,30,581.26251220703125,4599.06201171875,4052,265.0375061035156,1,0,2.3025851249694824,1,6.3652024269104,3.4011974334716797,8.433608055114746,0,0,0,1,0,0,0,0,1,6.3652024269104 +10,1,1,1,1,1,2,4,36,538.0374755859375,1747.9483642578125,4834,265.0375061035156,1,0,2.3025851249694824,1,6.287928104400635,3.5835189819335938,7.466197967529297,0,0,0,1,0,0,0,0,1,6.287928104400635 +8,1,1,1,1,1,2,4,21,406.0874938964844,1389.2144775390625,4846,265.0375061035156,1,0,2.079441547393799,1,6.006568431854248,3.044522523880005,7.2364935874938965,0,0,0,1,0,0,0,0,1,6.006568431854248 +8,1,1,1,0,0,2,4,32,517.5625,1290.738525390625,4846,246.83749389648438,1,0,2.079441547393799,1,6.2491302490234375,3.465735912322998,7.162970066070557,0,0,0,1,0,0,0,0,1,6.2491302490234375 +18,1,1,1,0,1,2,4,23,392.4375,9873.3876953125,4428,246.83749389648438,1,0,2.890371799468994,1,5.972377300262451,3.1354942321777344,9.197598457336426,0,0,0,1,0,0,0,0,1,5.972377300262451 +4,1,1,1,1,1,2,4,43,470.92498779296875,1313.012939453125,4643,246.83749389648438,1,0,1.3862943649291992,1,6.154698848724365,3.761200189590454,7.180079936981201,0,0,0,1,0,0,0,0,1,6.154698848724365 +6,1,1,1,1,1,2,4,30,382.20001220703125,2025.7913818359375,4434,254.8000030517578,1,0,1.7917594909667969,1,5.945943832397461,3.4011974334716797,7.613715648651123,0,0,0,1,0,0,0,0,1,5.945943832397461 +5,1,1,1,0,0,2,4,28,586.95001220703125,255.56858825683594,4434,265.0375061035156,1,0,1.6094379425048828,1,6.374939441680908,3.332204580307007,5.543490886688232,0,0,0,1,0,0,0,0,1,6.374939441680908 +7,1,1,1,1,1,2,4,48,457.2749938964844,1535.756103515625,4834,246.83749389648438,1,0,1.945910096168518,1,6.1252851486206055,3.8712010383605957,7.336778163909912,0,0,0,1,0,0,0,0,1,6.1252851486206055 +6,1,1,1,1,1,2,4,50,443.625,3611.957763671875,4834,265.0375061035156,1,0,1.7917594909667969,1,6.094979763031006,3.9120230674743652,8.192005157470703,0,0,0,1,0,0,0,0,1,6.094979763031006 +56,1,1,1,1,1,2,4,43,392.4375,1549.8240966796875,4428,37.537498474121094,1,0,4.025351524353027,1,5.972377300262451,3.761200189590454,7.3458967208862305,0,0,0,1,0,0,0,0,1,5.972377300262451 +13,1,1,1,1,1,2,4,24,395.8500061035156,890.9730224609375,4534,246.83749389648438,1,0,2.5649492740631104,1,5.981035232543945,3.178053855895996,6.792314052581787,0,0,0,1,0,0,0,0,1,5.981035232543945 +6,1,1,1,1,1,2,4,24,771.2249755859375,2424.384521484375,4834,265.0375061035156,1,0,1.7917594909667969,1,6.647980213165283,3.178053855895996,7.793333053588867,0,0,0,1,0,0,0,0,1,6.647980213165283 +7,1,1,1,1,1,2,4,26,390.1625061035156,554.51348876953125,4837,246.83749389648438,1,0,1.945910096168518,1,5.9665632247924805,3.25809645652771,6.318090915679932,0,0,0,1,0,0,0,0,1,5.9665632247924805 +11,1,1,1,1,0,2,4,34,585.8125,177.02227783203125,4346,246.83749389648438,1,0,2.397895336151123,1,6.372999668121338,3.526360511779785,5.176275730133057,0,0,0,1,0,0,0,0,1,6.372999668121338 +6,1,1,1,1,1,2,4,34,610.8375244140625,1743.259033203125,4628,266.17498779296875,1,0,1.7917594909667969,1,6.414831161499023,3.526360511779785,7.4635114669799805,0,0,0,1,0,0,0,0,1,6.414831161499023 +3,1,1,1,1,0,2,4,37,409.5,67.99530792236328,4634,246.83749389648438,1,0,1.0986123085021973,1,6.014936923980713,3.610917806625366,4.219438552856445,0,0,0,1,0,0,0,0,1,6.014936923980713 +6,1,1,1,0,1,2,4,20,475.4750061035156,1203.9859619140625,4852,246.83749389648438,1,0,1.7917594909667969,1,6.164314270019531,2.995732307434082,7.093392848968506,0,0,0,1,0,0,0,0,1,6.164314270019531 +9,1,1,1,1,1,2,4,43,520.9749755859375,2247.3623046875,4346,265.0375061035156,1,0,2.1972246170043945,1,6.255702018737793,3.761200189590454,7.717512607574463,0,0,0,1,0,0,0,0,1,6.255702018737793 +5,1,1,1,1,1,2,4,53,441.3500061035156,4042.2041015625,4528,246.83749389648438,1,0,1.6094379425048828,1,6.089838027954102,3.97029185295105,8.304545402526855,0,0,0,1,0,0,0,0,1,6.089838027954102 +9,1,1,1,1,1,3,4,60,520.9749755859375,1769.0504150390625,4852,246.83749389648438,1,0,2.1972246170043945,1,6.255702018737793,4.094344615936279,7.478198051452637,0,0,0,1,0,0,0,0,0,6.255702018737793 +3,1,1,1,1,0,3,4,52,437.9375,53.92731475830078,4428,265.0375061035156,1,0,1.0986123085021973,1,6.082076072692871,3.9512436389923096,3.9876370429992676,0,0,0,1,0,0,0,0,0,6.082076072692871 +8,1,1,1,1,1,3,4,57,813.3125,2516.998779296875,4834,265.0375061035156,1,0,2.079441547393799,1,6.701115608215332,4.043051242828369,7.830822467803955,0,0,0,1,0,0,0,0,0,6.701115608215332 +9,1,1,1,1,1,3,4,36,580.125,2840.562744140625,4634,265.0375061035156,1,0,2.1972246170043945,1,6.363243579864502,3.5835189819335938,7.951757431030273,0,0,0,1,0,0,0,0,0,6.363243579864502 +8,1,1,1,1,1,3,4,32,511.875,1449.0035400390625,4346,149.0124969482422,1,0,2.079441547393799,1,6.2380805015563965,3.465735912322998,7.278631210327148,0,0,0,1,0,0,0,0,0,6.2380805015563965 +1,1,1,1,1,0,3,4,55,548.2750244140625,182.88394165039062,4010,265.0375061035156,1,0,0,1,6.306777000427246,4.007333278656006,5.2088518142700195,0,0,0,1,0,0,0,0,0,6.306777000427246 +10,1,1,1,1,1,3,4,37,449.3125,2819.460693359375,4852,265.0375061035156,1,0,2.3025851249694824,1,6.107718467712402,3.610917806625366,7.944301128387451,0,0,0,1,0,0,0,0,0,6.107718467712402 +12,1,1,1,1,1,3,4,55,505.04998779296875,3028.135986328125,4634,246.83749389648438,1,0,2.4849066734313965,1,6.2246575355529785,4.007333278656006,8.015702247619629,0,0,0,1,0,0,0,0,0,6.2246575355529785 +4,1,1,1,0,0,3,4,28,583.5374755859375,296.6002197265625,4152,265.0375061035156,1,0,1.3862943649291992,1,6.3691086769104,3.332204580307007,5.692385196685791,0,0,0,1,0,0,0,0,0,6.3691086769104 +10,1,1,1,1,0,3,4,26,568.75,208.67526245117188,4634,265.0375061035156,1,0,2.3025851249694824,1,6.343441009521484,3.25809645652771,5.3407793045043945,0,0,0,1,0,0,0,0,0,6.343441009521484 +5,1,1,0,1,0,3,4,39,384.4750061035156,313.0129089355469,4149,255.9375,1,0,1.6094379425048828,1,5.951878547668457,3.6635615825653076,5.746244430541992,0,0,0,1,0,0,0,0,0,5.951878547668457 +5,1,1,1,1,0,3,4,36,555.0999755859375,161.78195190429688,4410,265.0375061035156,1,0,1.6094379425048828,1,6.319148063659668,3.5835189819335938,5.086249351501465,0,0,0,1,0,0,0,0,0,6.319148063659668 +9,1,1,1,0,1,3,4,58,507.32501220703125,3668.229736328125,4834,265.0375061035156,1,0,2.1972246170043945,1,6.229151725769043,4.060442924499512,8.207464218139648,0,0,0,1,0,0,0,0,0,6.229151725769043 +3,1,1,1,1,0,3,4,23,379.92498779296875,106.68229675292969,4428,246.83749389648438,1,0,1.0986123085021973,1,5.939973831176758,3.1354942321777344,4.669855117797852,0,0,0,1,0,0,0,0,0,5.939973831176758 +3,1,1,1,1,1,3,4,23,379.92498779296875,106.68229675292969,4428,246.83749389648438,1,0,1.0986123085021973,1,5.939973831176758,3.1354942321777344,4.669855117797852,0,0,0,1,0,0,0,0,0,5.939973831176758 +4,1,1,0,1,0,3,4,55,500.5,294.25555419921875,4152,246.83749389648438,1,0,1.3862943649291992,1,6.215607643127441,4.007333278656006,5.684448719024658,0,0,0,1,0,0,0,0,0,6.215607643127441 +5,1,1,1,1,0,2,4,47,687.04998779296875,471.27783203125,4428,265.0375061035156,1,0,1.6094379425048828,1,6.532407283782959,3.8501474857330322,6.155447959899902,0,0,0,1,0,0,0,0,1,6.532407283782959 +19,1,1,0,1,0,3,4,50,400.3999938964844,5275.498046875,4510,246.83749389648438,1,0,2.944438934326172,1,5.992464065551758,3.9120230674743652,8.570828437805176,0,0,0,1,0,0,0,0,0,5.992464065551758 +4,1,1,0,1,1,3,4,47,416.32501220703125,1771.39501953125,4552,246.83749389648438,1,0,1.3862943649291992,1,6.031466007232666,3.8501474857330322,7.479522705078125,0,0,0,1,0,0,0,0,0,6.031466007232666 +2,1,1,1,0,1,3,4,30,398.125,1144.1968994140625,4834,246.83749389648438,1,0,0.6931471824645996,1,5.9867658615112305,3.4011974334716797,7.0424580574035645,0,0,0,1,0,0,0,0,0,5.9867658615112305 +7,1,1,1,1,1,3,4,39,375.375,2674.091552734375,4834,265.0375061035156,1,0,1.945910096168518,1,5.9279255867004395,3.6635615825653076,7.891365051269531,0,0,0,1,0,0,0,0,0,5.9279255867004395 +4,1,1,1,1,0,3,4,29,511.875,2018.75732421875,4152,265.0375061035156,1,0,1.3862943649291992,1,6.2380805015563965,3.367295742034912,7.6102375984191895,0,0,0,1,0,0,0,0,0,6.2380805015563965 +7,1,1,1,1,1,3,4,29,493.67498779296875,2029.308349609375,4834,246.83749389648438,1,0,1.945910096168518,1,6.201877593994141,3.367295742034912,7.615450382232666,0,0,0,1,0,0,0,0,0,6.201877593994141 +1,1,1,1,1,0,3,4,27,443.625,72.68463897705078,4552,137.6374969482422,1,0,0,1,6.094979763031006,3.295836925506592,4.286129951477051,0,0,0,1,0,0,0,0,0,6.094979763031006 +3,1,1,1,1,1,3,4,61,592.63751220703125,2256.740966796875,4834,246.83749389648438,1,0,1.0986123085021973,1,6.384582996368408,4.110873699188232,7.721676826477051,0,0,0,1,0,0,0,0,0,6.384582996368408 +30,1,1,1,1,1,3,4,33,371.9624938964844,2167.6435546875,4049,246.83749389648438,1,0,3.4011974334716797,1,5.918793201446533,3.4965076446533203,7.681396007537842,0,0,0,1,0,0,0,0,0,5.918793201446533 +10,1,1,1,1,1,2,4,22,432.25,2389.214599609375,4852,246.83749389648438,1,0,2.3025851249694824,1,6.069004058837891,3.0910425186157227,7.778719902038574,0,0,0,1,0,0,0,0,1,6.069004058837891 +11,1,1,1,1,1,3,4,29,459.54998779296875,933.177001953125,4110,245.6999969482422,1,0,2.397895336151123,1,6.130247592926025,3.367295742034912,6.838594913482666,0,0,0,1,0,0,0,0,0,6.130247592926025 +2,1,1,1,1,0,3,4,41,440.2124938964844,52.754981994628906,4152,246.83749389648438,1,0,0.6931471824645996,1,6.087257385253906,3.7135720252990723,3.965658187866211,0,0,0,1,0,0,0,0,0,6.087257385253906 +5,1,1,1,0,1,3,4,30,398.125,2818.288330078125,4834,265.0375061035156,1,0,1.6094379425048828,1,5.9867658615112305,3.4011974334716797,7.94388484954834,0,0,0,1,0,0,0,0,0,5.9867658615112305 +17,1,1,1,1,0,3,4,39,449.3125,1614.302490234375,4852,246.83749389648438,1,0,2.8332133293151855,1,6.107718467712402,3.6635615825653076,7.386658191680908,0,0,0,1,0,0,0,0,0,6.107718467712402 +9,1,1,1,1,0,3,4,34,409.5,403.28253173828125,4428,246.83749389648438,1,0,2.1972246170043945,1,6.014936923980713,3.526360511779785,5.999637603759766,0,0,0,1,0,0,0,0,0,6.014936923980713 +5,1,1,1,1,1,3,4,54,509.6000061035156,2298.94482421875,4843,243.4250030517578,1,0,1.6094379425048828,1,6.233625888824463,3.9889841079711914,7.74020528793335,0,0,0,1,0,0,0,0,0,6.233625888824463 +3,1,1,1,1,0,3,4,57,449.3125,63.30598068237305,4316,266.17498779296875,1,0,1.0986123085021973,1,6.107718467712402,4.043051242828369,4.147979736328125,0,0,0,1,0,0,0,0,0,6.107718467712402 +23,1,1,1,1,0,3,4,61,426.5625,5086.75244140625,4941,266.17498779296875,1,0,3.1354942321777344,1,6.055758953094482,4.110873699188232,8.534395217895508,0,0,0,1,0,0,0,0,0,6.055758953094482 +1,1,1,1,1,0,3,4,22,398.125,130.1289520263672,4110,265.0375061035156,1,0,0,1,5.9867658615112305,3.0910425186157227,4.868525981903076,0,0,0,1,0,0,0,0,0,5.9867658615112305 +1,1,1,1,1,1,3,5,44,460.6875,1803.048095703125,4252,265.0375061035156,1,0,0,1,6.132719993591309,3.7841897010803223,7.497233867645264,0,0,0,0,1,0,0,0,0,6.132719993591309 +1,1,1,1,1,0,3,5,30,386.75,345.8382263183594,4252,258.2124938964844,1,0,0,1,5.957778453826904,3.4011974334716797,5.84597110748291,0,0,0,0,1,0,0,0,0,5.957778453826904 +0.25,1,1,1,1,1,3,5,44,483.4375,1041.0316162109375,4249,246.83749389648438,1,0,-1.3862943649291992,1,6.180922031402588,3.7841897010803223,6.947967529296875,0,0,0,0,1,0,0,0,0,6.180922031402588 +4,1,1,1,1,0,3,5,35,445.8999938964844,201.64126586914062,4252,204.75,1,0,1.3862943649291992,1,6.100094795227051,3.5553481578826904,5.306490421295166,0,0,0,0,1,0,0,0,0,6.100094795227051 +2,1,1,1,NA,0,3,5,31,439.07501220703125,199.29660034179688,4252,246.83749389648438,1,0,0.6931471824645996,1,6.084670066833496,3.4339871406555176,5.294794082641602,0,0,0,0,1,0,0,0,0,6.084670066833496 +73,1,1,1,1,1,3,5,41,468.6499938964844,7209.84765625,4252,246.83749389648438,1,0,4.290459632873535,1,6.149856090545654,3.7135720252990723,8.883203506469727,0,0,0,0,1,0,0,0,0,6.149856090545654 +28,1,1,1,1,0,3,5,28,477.75,834.7010498046875,4252,246.83749389648438,1,0,3.332204580307007,1,6.1690874099731445,3.332204580307007,6.727073669433594,0,0,0,0,1,0,0,0,0,6.1690874099731445 +3,1,1,1,1,0,3,5,51,442.48748779296875,310.6682434082031,4252,246.83749389648438,1,0,1.0986123085021973,1,6.092411994934082,3.931825637817383,5.738725662231445,0,0,0,0,1,0,0,0,0,6.092411994934082 +46,1,1,1,1,0,3,5,36,485.7124938964844,5773.73974609375,4252,246.83749389648438,1,0,3.828641414642334,1,6.185616970062256,3.5835189819335938,8.661075592041016,0,0,0,0,1,0,0,0,0,6.185616970062256 +8,1,1,1,1,0,3,5,24,432.25,1111.37158203125,4252,246.83749389648438,1,0,2.079441547393799,1,6.069004058837891,3.178053855895996,7.013350009918213,0,0,0,0,1,0,0,0,0,6.069004058837891 +1,1,1,1,1,0,3,5,54,536.9000244140625,180.53927612304688,4252,227.5,1,0,0,1,6.285811901092529,3.9889841079711914,5.195948123931885,0,0,0,0,1,0,0,0,0,6.285811901092529 +1,1,1,1,1,0,3,5,34,498.2250061035156,141.85227966308594,4252,151.28750610351562,1,0,0,1,6.211051940917969,3.526360511779785,4.95478630065918,0,0,0,0,1,0,0,0,0,6.211051940917969 +76,1,1,1,1,1,3,5,38,420.875,9964.830078125,4252,265.0375061035156,1,0,4.330733299255371,1,6.0423359870910645,3.6375861167907715,9.206817626953125,0,0,0,0,1,0,0,0,0,6.0423359870910645 +3,1,1,1,1,0,3,5,37,398.125,361.07855224609375,4252,265.0375061035156,1,0,1.0986123085021973,1,5.9867658615112305,3.610917806625366,5.889095306396484,0,0,0,0,1,0,0,0,0,5.9867658615112305 +13,1,1,1,1,1,3,5,29,559.6500244140625,4130.12890625,4252,265.0375061035156,1,0,2.5649492740631104,1,6.3273115158081055,3.367295742034912,8.326064109802246,0,0,0,0,1,0,0,0,0,6.3273115158081055 +17,1,1,1,1,0,3,5,29,544.86248779296875,810.08209228515625,4252,246.83749389648438,1,0,2.8332133293151855,1,6.300533294677734,3.367295742034912,6.6971354484558105,0,0,0,0,1,0,0,0,0,6.300533294677734 +13,1,1,1,1,1,3,5,51,498.2250061035156,1123.094970703125,4252,265.0375061035156,1,0,2.5649492740631104,1,6.211051940917969,3.931825637817383,7.023843288421631,0,0,0,0,1,0,0,0,0,6.211051940917969 +1,1,1,1,1,0,3,5,27,608.5625,1155.9202880859375,4252,151.28750610351562,1,0,0,1,6.411099433898926,3.295836925506592,7.052651882171631,0,0,0,0,1,0,0,0,0,6.411099433898926 +1,1,1,1,1,0,3,5,48,568.75,0,4252,151.28750610351562,1,0,0,1,6.343441009521484,3.8712010383605957,0,0,0,0,0,1,0,0,0,0,6.343441009521484 +2,1,1,1,1,1,3,5,21,523.25,481.8288269042969,4252,265.0375061035156,1,0,0.6931471824645996,1,6.260059356689453,3.044522523880005,6.177588939666748,0,0,0,0,1,0,0,0,0,6.260059356689453 +12,1,1,1,1,0,3,5,28,527.79998779296875,280.18756103515625,4228,246.83749389648438,1,0,2.4849066734313965,1,6.268717288970947,3.332204580307007,5.6354594230651855,0,0,0,0,1,0,0,0,0,6.268717288970947 +4,1,1,1,0,1,3,5,34,480.0249938964844,1506.4478759765625,4252,245.6999969482422,1,0,1.3862943649291992,1,6.173838138580322,3.526360511779785,7.317509651184082,0,0,0,0,1,0,0,0,0,6.173838138580322 +3,1,1,1,0,1,3,5,22,468.6499938964844,1630.715087890625,4252,265.0375061035156,1,0,1.0986123085021973,1,6.149856090545654,3.0910425186157227,7.396773815155029,0,0,0,0,1,0,0,0,0,6.149856090545654 +16,1,1,1,1,1,3,5,35,468.6499938964844,5172.3330078125,4252,265.0375061035156,1,0,2.7725887298583984,1,6.149856090545654,3.5553481578826904,8.551078796386719,0,0,0,0,1,0,0,0,0,6.149856090545654 +3,1,1,1,1,0,3,5,28,409.5,593.200439453125,4210,265.0375061035156,1,0,1.0986123085021973,1,6.014936923980713,3.332204580307007,6.385532379150391,0,0,0,0,1,0,0,0,0,6.014936923980713 +3,1,1,1,1,0,3,5,54,507.32501220703125,99.64830017089844,4252,245.6999969482422,1,0,1.0986123085021973,1,6.229151725769043,3.9889841079711914,4.601646900177002,0,0,0,0,1,0,0,0,0,6.229151725769043 +1,1,1,1,0,0,3,5,19,485.7124938964844,160.609619140625,4252,141.0500030517578,1,0,0,1,6.185616970062256,2.944438934326172,5.078976631164551,0,0,0,0,1,0,0,0,0,6.185616970062256 +1,1,1,1,1,0,3,5,39,473.20001220703125,21.101993560791016,4252,141.0500030517578,1,0,0,1,6.159518241882324,3.6635615825653076,3.0493674278259277,0,0,0,0,1,0,0,0,0,6.159518241882324 +1,1,1,1,1,0,3,5,27,528.9375,181.71160888671875,4210,105.7874984741211,1,0,0,1,6.270870208740234,3.295836925506592,5.202420711517334,0,0,0,0,1,0,0,0,0,6.270870208740234 +3,1,1,1,1,0,3,5,25,485.7124938964844,648.30010986328125,4210,246.83749389648438,1,0,1.0986123085021973,1,6.185616970062256,3.2188758850097656,6.474353790283203,0,0,0,0,1,0,0,0,0,6.185616970062256 +19,1,1,1,0,0,3,5,50,511.875,2179.366943359375,4252,246.83749389648438,1,0,2.944438934326172,1,6.2380805015563965,3.9120230674743652,7.686789512634277,0,0,0,0,1,0,0,0,0,6.2380805015563965 +80,1,1,1,1,0,3,5,30,597.1875,3862.837158203125,4252,246.83749389648438,1,0,4.382026672363281,1,6.392230987548828,3.4011974334716797,8.259157180786133,0,0,0,0,1,0,0,0,0,6.392230987548828 +1,1,1,1,1,0,3,5,51,370.82501220703125,76.20164489746094,4252,211.5749969482422,1,0,0,1,5.9157304763793945,3.931825637817383,4.333383083343506,0,0,0,0,1,0,0,0,0,5.9157304763793945 +3,1,1,1,1,0,3,5,28,478.88751220703125,72.68463897705078,4252,246.83749389648438,1,0,1.0986123085021973,1,6.171465873718262,3.332204580307007,4.286129951477051,0,0,0,0,1,0,0,0,0,6.171465873718262 +1,1,1,1,1,0,3,5,27,412.9125061035156,356.38922119140625,4252,151.28750610351562,1,0,0,1,6.02323579788208,3.295836925506592,5.876023292541504,0,0,0,0,1,0,0,0,0,6.02323579788208 +5,1,1,1,0,0,3,5,28,460.6875,391.5592041015625,4252,246.83749389648438,1,0,1.6094379425048828,1,6.132719993591309,3.332204580307007,5.970136642456055,0,0,0,0,1,0,0,0,0,6.132719993591309 +6,1,1,1,1,0,3,5,25,536.9000244140625,644.78314208984375,4210,246.83749389648438,1,0,1.7917594909667969,1,6.285811901092529,3.2188758850097656,6.468914031982422,0,0,0,0,1,0,0,0,0,6.285811901092529 +10,1,1,1,1,0,3,5,33,455,172.33294677734375,4252,246.83749389648438,1,0,2.3025851249694824,1,6.120297431945801,3.4965076446533203,5.149428367614746,0,0,0,0,1,0,0,0,0,6.120297431945801 +2,1,1,1,NA,0,3,5,26,445.8999938964844,174.6776123046875,4252,246.83749389648438,1,0,0.6931471824645996,1,6.100094795227051,3.25809645652771,5.162941932678223,0,0,0,0,1,0,0,0,0,6.100094795227051 +2,1,1,1,1,0,3,5,27,604.01251220703125,194.60726928710938,4210,246.83749389648438,1,0,0.6931471824645996,1,6.403594970703125,3.295836925506592,5.270983695983887,0,0,0,0,1,0,0,0,0,6.403594970703125 +3,1,1,1,1,0,3,5,30,414.04998779296875,180.53927612304688,4252,246.83749389648438,1,0,1.0986123085021973,1,6.025986671447754,3.4011974334716797,5.195948123931885,0,0,0,0,1,0,0,0,0,6.025986671447754 +1,1,1,1,1,0,3,5,24,464.1000061035156,57.444313049316406,4252,211.5749969482422,1,0,0,1,6.140100002288818,3.178053855895996,4.050816059112549,0,0,0,0,1,0,0,0,0,6.140100002288818 +23,1,1,1,1,0,3,5,40,464.1000061035156,347.01055908203125,4252,246.83749389648438,1,0,3.1354942321777344,1,6.140100002288818,3.6888794898986816,5.849355220794678,0,0,0,0,1,0,0,0,0,6.140100002288818 +3,1,1,1,1,0,3,5,35,432.25,315.3575744628906,4252,246.83749389648438,1,0,1.0986123085021973,1,6.069004058837891,3.5553481578826904,5.753706932067871,0,0,0,0,1,0,0,0,0,6.069004058837891 +169,1,1,1,1,1,3,5,50,445.8999938964844,48112.54296875,4252,194.5124969482422,1,0,5.129898548126221,1,6.100094795227051,3.9120230674743652,10.781298637390137,0,0,0,0,1,0,0,0,0,6.100094795227051 +4,1,1,1,1,0,3,5,26,481.1625061035156,518.171142578125,4252,246.83749389648438,1,0,1.3862943649291992,1,6.176205158233643,3.25809645652771,6.250305652618408,0,0,0,0,1,0,0,0,0,6.176205158233643 +5,1,1,1,1,0,3,5,46,576.7125244140625,509.96484375,4252,246.83749389648438,1,0,1.6094379425048828,1,6.357344150543213,3.828641414642334,6.234341621398926,0,0,0,0,1,0,0,0,0,6.357344150543213 +4,1,1,1,1,0,3,5,22,432.25,131.30128479003906,4252,246.83749389648438,1,0,1.3862943649291992,1,6.069004058837891,3.0910425186157227,4.8774943351745605,0,0,0,0,1,0,0,0,0,6.069004058837891 +114,1,1,1,1,1,3,5,45,481.1625061035156,10111.3720703125,4252,246.83749389648438,1,0,4.736198425292969,1,6.176205158233643,3.8066625595092773,9.221416473388672,0,0,0,0,1,0,0,0,0,6.176205158233643 +14,1,1,1,1,1,3,5,32,481.1625061035156,2189.91796875,4252,246.83749389648438,1,0,2.6390573978424072,1,6.176205158233643,3.465735912322998,7.691619396209717,0,0,0,0,1,0,0,0,0,6.176205158233643 +2,1,1,1,1,0,3,5,49,445.8999938964844,76.20164489746094,4252,246.83749389648438,1,0,0.6931471824645996,1,6.100094795227051,3.891820192337036,4.333383083343506,0,0,0,0,1,0,0,0,0,6.100094795227051 +1,1,1,1,1,0,3,5,45,455,172.33294677734375,4252,35.26250076293945,1,0,0,1,6.120297431945801,3.8066625595092773,5.149428367614746,0,0,0,0,1,0,0,0,0,6.120297431945801 +80,1,1,1,1,1,3,5,32,445.8999938964844,3573.270751953125,4252,246.83749389648438,1,0,4.382026672363281,1,6.100094795227051,3.465735912322998,8.181236267089844,0,0,0,0,1,0,0,0,0,6.100094795227051 +1,1,1,1,0,0,3,5,47,432.25,178.19461059570312,4252,246.83749389648438,1,0,0,1,6.069004058837891,3.8501474857330322,5.182876110076904,0,0,0,0,1,0,0,0,0,6.069004058837891 +182,1,1,1,1,1,3,5,30,437.9375,13141.8525390625,4210,246.83749389648438,1,0,5.204006671905518,1,6.082076072692871,3.4011974334716797,9.48355770111084,0,0,0,0,1,0,0,0,0,6.082076072692871 +14,1,1,1,1,1,3,5,48,432.25,2579.132568359375,4252,246.83749389648438,1,0,2.6390573978424072,1,6.069004058837891,3.8712010383605957,7.855208396911621,0,0,0,0,1,0,0,0,0,6.069004058837891 +7,1,1,1,1,0,3,5,38,432.25,138.3352813720703,4252,149.0124969482422,1,0,1.945910096168518,1,6.069004058837891,3.6375861167907715,4.929680347442627,0,0,0,0,1,0,0,0,0,6.069004058837891 +98,1,1,1,1,1,3,5,27,461.82501220703125,16119.578125,4252,246.83749389648438,1,0,4.584967613220215,1,6.135186195373535,3.295836925506592,9.6877899169921875,0,0,0,0,1,0,0,0,0,6.135186195373535 +60,1,1,0,1,1,3,5,51,480.0249938964844,7045.72119140625,4252,246.83749389648438,1,0,4.094344615936279,1,6.173838138580322,3.931825637817383,8.860176086425781,0,0,0,0,1,0,0,0,0,6.173838138580322 +3,1,1,1,NA,0,3,5,55,404.95001220703125,46.89331817626953,4252,246.83749389648438,1,0,1.0986123085021973,1,6.003763675689697,4.007333278656006,3.8478751182556152,0,0,0,0,1,0,0,0,0,6.003763675689697 +1,1,1,1,NA,0,3,5,24,404.95001220703125,100.82063293457031,4252,176.3125,1,0,0,1,6.003763675689697,3.178053855895996,4.613343238830566,0,0,0,0,1,0,0,0,0,6.003763675689697 +25,1,1,1,1,1,3,5,37,404.95001220703125,4485.345703125,4252,246.83749389648438,1,0,3.2188758850097656,1,6.003763675689697,3.610917806625366,8.408571243286133,0,0,0,0,1,0,0,0,0,6.003763675689697 +1,1,1,1,1,0,3,5,60,450.45001220703125,398.59320068359375,4252,176.3125,1,0,0,1,6.1102471351623535,4.094344615936279,5.987941265106201,0,0,0,0,1,0,0,0,0,6.1102471351623535 +4,1,1,0,NA,1,3,5,48,434.5249938964844,1732.7081298828125,4252,246.83749389648438,1,0,1.3862943649291992,1,6.074253559112549,3.8712010383605957,7.4574408531188965,0,0,0,0,1,0,0,0,0,6.074253559112549 +80,1,1,1,1,1,3,5,28,423.1499938964844,1446.6588134765625,4252,246.83749389648438,1,0,4.382026672363281,1,6.047726631164551,3.332204580307007,7.277011871337891,0,0,0,0,1,0,0,0,0,6.047726631164551 +6,1,1,1,NA,0,3,5,47,404.95001220703125,892.1453857421875,4252,246.83749389648438,1,0,1.7917594909667969,1,6.003763675689697,3.8501474857330322,6.793629169464111,0,0,0,0,1,0,0,0,0,6.003763675689697 +168,1,1,1,1,1,3,5,20,453.86248779296875,17584.994140625,4252,246.83749389648438,1,0,5.123963832855225,1,6.117794036865234,2.995732307434082,9.774801254272461,0,0,0,0,1,0,0,0,0,6.117794036865234 +10,1,1,1,NA,0,3,5,28,404.95001220703125,112.54396057128906,4252,149.0124969482422,1,0,2.3025851249694824,1,6.003763675689697,3.332204580307007,4.723343849182129,0,0,0,0,1,0,0,0,0,6.003763675689697 +4,1,1,1,NA,0,3,5,49,453.86248779296875,87.92497253417969,4249,246.83749389648438,1,0,1.3862943649291992,1,6.117794036865234,3.891820192337036,4.4764838218688965,0,0,0,0,1,0,0,0,0,6.117794036865234 +98,1,1,1,1,0,3,5,26,453.86248779296875,4114.888671875,4252,246.83749389648438,1,0,4.584967613220215,1,6.117794036865234,3.25809645652771,8.322366714477539,0,0,0,0,1,0,0,0,0,6.117794036865234 +1,1,1,1,1,1,3,5,28,453.86248779296875,962.4853515625,4252,70.5250015258789,1,0,0,1,6.117794036865234,3.332204580307007,6.869518756866455,0,0,0,0,1,0,0,0,0,6.117794036865234 +3,1,1,1,1,0,3,5,54,404.95001220703125,0,4252,246.83749389648438,1,0,1.0986123085021973,1,6.003763675689697,3.9889841079711914,0,0,0,0,0,1,0,0,0,0,6.003763675689697 +1,1,1,1,1,0,3,5,22,477.75,208.67526245117188,4252,149.0124969482422,1,0,0,1,6.1690874099731445,3.0910425186157227,5.3407793045043945,0,0,0,0,1,0,0,0,0,6.1690874099731445 +24,1,1,1,1,0,3,5,27,455,858.147705078125,4252,246.83749389648438,1,0,3.178053855895996,1,6.120297431945801,3.295836925506592,6.7547760009765625,0,0,0,0,1,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,5,43,490.26251220703125,62.133644104003906,4252,211.5749969482422,1,0,0,1,6.19494104385376,3.761200189590454,4.1292877197265625,0,0,0,0,1,0,0,0,0,6.19494104385376 +1,1,1,1,1,0,3,5,51,466.375,174.6776123046875,4252,211.5749969482422,1,0,0,1,6.144989967346191,3.931825637817383,5.162941932678223,0,0,0,0,1,0,0,0,0,6.144989967346191 +2,1,1,1,1,1,3,5,44,411.7749938964844,1579.1324462890625,4249,246.83749389648438,1,0,0.6931471824645996,1,6.020477294921875,3.7841897010803223,7.364630699157715,0,0,0,0,1,0,0,0,0,6.020477294921875 +7,1,1,1,1,0,3,5,23,543.7249755859375,821.805419921875,4252,265.0375061035156,1,0,1.945910096168518,1,6.298443794250488,3.1354942321777344,6.711503505706787,0,0,0,0,1,0,0,0,0,6.298443794250488 +12,1,1,1,1,1,3,5,45,472.0625,4691.67626953125,4252,246.83749389648438,1,0,2.4849066734313965,1,6.157111167907715,3.8066625595092773,8.453545570373535,0,0,0,0,1,0,0,0,0,6.157111167907715 +34,1,1,1,1,1,3,5,31,483.4375,3303.63427734375,4252,246.83749389648438,1,0,3.526360511779785,1,6.180922031402588,3.4339871406555176,8.102778434753418,0,0,0,0,1,0,0,0,0,6.180922031402588 +10,1,1,1,0,1,3,5,32,480.0249938964844,3508.79248046875,4210,246.83749389648438,1,0,2.3025851249694824,1,6.173838138580322,3.465735912322998,8.163026809692383,0,0,0,0,1,0,0,0,0,6.173838138580322 +28,1,1,1,NA,0,3,5,26,452.7250061035156,471.27783203125,4252,265.0375061035156,1,0,3.332204580307007,1,6.1152849197387695,3.25809645652771,6.155447959899902,0,0,0,0,1,0,0,0,0,6.1152849197387695 +3,1,1,1,NA,0,3,5,50,481.1625061035156,46.89331817626953,4252,246.83749389648438,1,0,1.0986123085021973,1,6.176205158233643,3.9120230674743652,3.8478751182556152,0,0,0,0,1,0,0,0,0,6.176205158233643 +38,1,1,1,1,1,3,5,48,370.82501220703125,4689.33154296875,4252,246.83749389648438,1,0,3.6375861167907715,1,5.9157304763793945,3.8712010383605957,8.453044891357422,0,0,0,0,1,0,0,0,0,5.9157304763793945 +1,1,1,1,1,0,3,5,26,490.26251220703125,111.37162780761719,4252,37.537498474121094,1,0,0,1,6.19494104385376,3.25809645652771,4.712872505187988,0,0,0,0,1,0,0,0,0,6.19494104385376 +42,1,1,1,1,1,3,5,29,441.3500061035156,2461.899169921875,4252,265.0375061035156,1,0,3.7376697063446045,1,6.089838027954102,3.367295742034912,7.808688163757324,0,0,0,0,1,0,0,0,0,6.089838027954102 +8,1,1,1,1,0,3,5,36,493.67498779296875,499.413818359375,4252,265.0375061035156,1,0,2.079441547393799,1,6.201877593994141,3.5835189819335938,6.213435173034668,0,0,0,0,1,0,0,0,0,6.201877593994141 +117,1,1,1,1,1,3,5,37,480.0249938964844,6084.408203125,4252,265.0375061035156,1,0,4.762174129486084,1,6.173838138580322,3.610917806625366,8.713484764099121,0,0,0,0,1,0,0,0,0,6.173838138580322 +81,1,1,1,1,0,3,5,24,500.5,5505.275390625,4252,265.0375061035156,1,0,4.394449234008789,1,6.215607643127441,3.178053855895996,8.613462448120117,0,0,0,0,1,0,0,0,0,6.215607643127441 +3,1,1,1,1,0,3,5,24,455,135.99061584472656,4252,246.83749389648438,1,0,1.0986123085021973,1,6.120297431945801,3.178053855895996,4.912585735321045,0,0,0,0,1,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,5,36,432.25,286.0492248535156,4252,105.7874984741211,1,0,0,1,6.069004058837891,3.5835189819335938,5.656163692474365,0,0,0,0,1,0,0,0,0,6.069004058837891 +18,1,1,1,1,0,3,5,35,404.95001220703125,205.15826416015625,4252,265.0375061035156,1,0,2.890371799468994,1,6.003763675689697,3.5553481578826904,5.323781490325928,0,0,0,0,1,0,0,0,0,6.003763675689697 +15,1,1,1,1,0,3,5,46,443.625,1610.7855224609375,4252,265.0375061035156,1,0,2.70805025100708,1,6.094979763031006,3.828641414642334,7.384477138519287,0,0,0,0,1,0,0,0,0,6.094979763031006 +3,1,1,1,0,0,3,5,27,455,111.37162780761719,4252,265.0375061035156,1,0,1.0986123085021973,1,6.120297431945801,3.295836925506592,4.712872505187988,0,0,0,0,1,0,0,0,0,6.120297431945801 +1,1,1,1,0,0,3,5,51,455,66.8229751586914,4252,265.0375061035156,1,0,0,1,6.120297431945801,3.931825637817383,4.202046871185303,0,0,0,0,1,0,0,0,0,6.120297431945801 +4,1,1,1,1,0,3,5,27,481.1625061035156,358.73388671875,4252,246.83749389648438,1,0,1.3862943649291992,1,6.176205158233643,3.295836925506592,5.882580757141113,0,0,0,0,1,0,0,0,0,6.176205158233643 +182,1,1,1,1,1,3,5,24,625.625,4820.63330078125,4252,246.83749389648438,1,0,5.204006671905518,1,6.438751220703125,3.178053855895996,8.480660438537598,0,0,0,0,1,0,0,0,0,6.438751220703125 +29,1,1,1,1,1,3,5,41,445.8999938964844,14067.9951171875,4252,246.83749389648438,1,0,3.367295742034912,1,6.100094795227051,3.7135720252990723,9.551657676696777,0,0,0,0,1,0,0,0,0,6.100094795227051 +7,1,1,1,1,0,3,5,52,461.82501220703125,747.94842529296875,4252,246.83749389648438,1,0,1.945910096168518,1,6.135186195373535,3.9512436389923096,6.617333889007568,0,0,0,0,1,0,0,0,0,6.135186195373535 +3,1,1,1,1,0,3,5,32,450.45001220703125,502.93084716796875,4252,265.0375061035156,1,0,1.0986123085021973,1,6.1102471351623535,3.465735912322998,6.220452785491943,0,0,0,0,1,0,0,0,0,6.1102471351623535 +182,1,1,1,1,1,3,5,24,461.82501220703125,26377.490234375,4252,246.83749389648438,1,0,5.204006671905518,1,6.135186195373535,3.178053855895996,10.180266380310059,0,0,0,0,1,0,0,0,0,6.135186195373535 +2,1,1,1,1,0,3,5,27,511.875,706.916748046875,4252,246.83749389648438,1,0,0.6931471824645996,1,6.2380805015563965,3.295836925506592,6.5609130859375,0,0,0,0,1,0,0,0,0,6.2380805015563965 +4,1,1,1,1,0,3,5,23,426.5625,250.87925720214844,4252,246.83749389648438,1,0,1.3862943649291992,1,6.055758953094482,3.1354942321777344,5.524971961975098,0,0,0,0,1,0,0,0,0,6.055758953094482 +62,1,1,1,1,1,3,5,31,490.26251220703125,3519.343505859375,4252,265.0375061035156,1,0,4.127134323120117,1,6.19494104385376,3.4339871406555176,8.166029930114746,0,0,0,0,1,0,0,0,0,6.19494104385376 +1,1,1,1,0,0,3,5,19,460.6875,57.444313049316406,4252,211.5749969482422,1,0,0,1,6.132719993591309,2.944438934326172,4.050816059112549,0,0,0,0,1,0,0,0,0,6.132719993591309 +2,1,1,1,1,0,3,5,32,473.20001220703125,728.01873779296875,4252,265.0375061035156,1,0,0.6931471824645996,1,6.159518241882324,3.465735912322998,6.59032678604126,0,0,0,0,1,0,0,0,0,6.159518241882324 +2,1,1,1,1,0,3,5,29,627.9000244140625,85.58030700683594,4252,265.0375061035156,1,0,0.6931471824645996,1,6.442380905151367,3.367295742034912,4.449455261230469,0,0,0,0,1,0,0,0,0,6.442380905151367 +1,1,1,1,1,0,3,5,32,528.9375,164.12661743164062,4252,35.26250076293945,1,0,0,1,6.270870208740234,3.465735912322998,5.100638389587402,0,0,0,0,1,0,0,0,0,6.270870208740234 +6,1,1,1,1,0,3,5,24,485.7124938964844,138.3352813720703,4252,246.83749389648438,1,0,1.7917594909667969,1,6.185616970062256,3.178053855895996,4.929680347442627,0,0,0,0,1,0,0,0,0,6.185616970062256 +38,1,1,1,1,1,3,5,24,473.20001220703125,4542.7900390625,4252,246.83749389648438,1,0,3.6375861167907715,1,6.159518241882324,3.178053855895996,8.421297073364258,0,0,0,0,1,0,0,0,0,6.159518241882324 +4,1,1,1,1,1,3,5,42,506.1875,1726.846435546875,4252,265.0375061035156,1,0,1.3862943649291992,1,6.226907253265381,3.7376697063446045,7.454051971435547,0,0,0,0,1,0,0,0,0,6.226907253265381 +26,1,1,1,1,1,3,5,36,530.07501220703125,5023.44677734375,4252,265.0375061035156,1,0,3.25809645652771,1,6.2730183601379395,3.5835189819335938,8.521871566772461,0,0,0,0,1,0,0,0,0,6.2730183601379395 +4,1,1,1,1,0,3,5,20,530.07501220703125,250.87925720214844,4252,265.0375061035156,1,0,1.3862943649291992,1,6.2730183601379395,2.995732307434082,5.524971961975098,0,0,0,0,1,0,0,0,0,6.2730183601379395 +107,1,1,1,0,1,3,5,49,541.45001220703125,13010.55078125,4252,265.0375061035156,1,0,4.672828674316406,1,6.294250965118408,3.891820192337036,9.473515510559082,0,0,0,0,1,0,0,0,0,6.294250965118408 +148,1,1,1,1,1,3,5,28,530.07501220703125,15726.8466796875,4252,265.0375061035156,1,0,4.9972124099731445,1,6.2730183601379395,3.332204580307007,9.663124084472656,0,0,0,0,1,0,0,0,0,6.2730183601379395 +5,1,1,1,1,1,3,5,58,559.6500244140625,4684.642578125,4252,265.0375061035156,1,0,1.6094379425048828,1,6.3273115158081055,4.060442924499512,8.452044486999512,0,0,0,0,1,0,0,0,0,6.3273115158081055 +8,1,1,1,1,0,3,5,36,455,245.017578125,4252,265.0375061035156,1,0,2.079441547393799,1,6.120297431945801,3.5835189819335938,5.5013298988342285,0,0,0,0,1,0,0,0,0,6.120297431945801 +16,1,1,1,0,0,3,5,18,541.45001220703125,468.93316650390625,4252,265.0375061035156,1,0,2.7725887298583984,1,6.294250965118408,2.890371799468994,6.150460243225098,0,0,0,0,1,0,0,0,0,6.294250965118408 +2,1,1,1,1,0,3,5,29,541.45001220703125,45.720985412597656,4252,265.0375061035156,1,0,0.6931471824645996,1,6.294250965118408,3.367295742034912,3.8225574493408203,0,0,0,0,1,0,0,0,0,6.294250965118408 +3,1,1,1,0,1,3,5,46,568.75,1248.5345458984375,4252,265.0375061035156,1,0,1.0986123085021973,1,6.343441009521484,3.828641414642334,7.129725933074951,0,0,0,0,1,0,0,0,0,6.343441009521484 +6,1,1,1,1,0,3,5,38,625.625,161.78195190429688,4252,265.0375061035156,1,0,1.7917594909667969,1,6.438751220703125,3.6375861167907715,5.086249351501465,0,0,0,0,1,0,0,0,0,6.438751220703125 +3,1,1,1,1,0,3,5,24,455,158.26495361328125,4252,265.0375061035156,1,0,1.0986123085021973,1,6.120297431945801,3.178053855895996,5.064270496368408,0,0,0,0,1,0,0,0,0,6.120297431945801 +7,1,1,1,1,0,3,5,30,470.92498779296875,419.6951904296875,4252,265.0375061035156,1,0,1.945910096168518,1,6.154698848724365,3.4011974334716797,6.039528846740723,0,0,0,0,1,0,0,0,0,6.154698848724365 +95,1,1,1,1,0,3,5,42,478.88751220703125,1586.16650390625,4252,246.83749389648438,1,0,4.553876876831055,1,6.171465873718262,3.7376697063446045,7.369075298309326,0,0,0,0,1,0,0,0,0,6.171465873718262 +5,1,1,1,1,0,3,5,32,658.61248779296875,253.2239227294922,4252,265.0375061035156,1,0,1.6094379425048828,1,6.490135192871094,3.465735912322998,5.534274101257324,0,0,0,0,1,0,0,0,0,6.490135192871094 +17,1,1,1,1,0,3,5,41,455,1805.3927001953125,4252,265.0375061035156,1,0,2.8332133293151855,1,6.120297431945801,3.7135720252990723,7.498533248901367,0,0,0,0,1,0,0,0,0,6.120297431945801 +10,1,1,1,1,0,3,5,33,654.0625,502.93084716796875,4252,265.0375061035156,1,0,2.3025851249694824,1,6.483202934265137,3.4965076446533203,6.220452785491943,0,0,0,0,1,0,0,0,0,6.483202934265137 +2,1,1,1,NA,0,3,5,27,375.375,430.2461853027344,4252,250.25,1,0,0.6931471824645996,1,5.9279255867004395,3.295836925506592,6.064357757568359,0,0,0,0,1,0,0,0,0,5.9279255867004395 +6,1,1,1,0,1,3,5,32,409.5,3778.428955078125,4252,265.0375061035156,1,0,1.7917594909667969,1,6.014936923980713,3.465735912322998,8.23706340789795,0,0,0,0,1,0,0,0,0,6.014936923980713 +15,1,1,1,1,1,3,5,32,483.4375,2798.358642578125,4252,265.0375061035156,1,0,2.70805025100708,1,6.180922031402588,3.465735912322998,7.936788558959961,0,0,0,0,1,0,0,0,0,6.180922031402588 +1,1,1,1,1,0,3,5,28,384.4750061035156,94.95896911621094,4252,109.19999694824219,1,0,0,1,5.951878547668457,3.332204580307007,4.553444862365723,0,0,0,0,1,0,0,0,0,5.951878547668457 +21,1,1,1,1,1,3,5,27,455,4488.86279296875,4252,265.0375061035156,1,0,3.044522523880005,1,6.120297431945801,3.295836925506592,8.409354209899902,0,0,0,0,1,0,0,0,0,6.120297431945801 +171,1,1,1,1,1,3,5,25,432.25,14337.6318359375,4252,265.0375061035156,1,0,5.141663551330566,1,6.069004058837891,3.2188758850097656,9.570643424987793,0,0,0,0,1,0,0,0,0,6.069004058837891 +182,1,1,1,1,1,3,5,39,461.82501220703125,9800.703125,4252,265.0375061035156,1,0,5.204006671905518,1,6.135186195373535,3.6635615825653076,9.19020938873291,0,0,0,0,1,0,0,0,0,6.135186195373535 +22,1,1,1,1,1,3,5,53,461.82501220703125,4866.35400390625,4252,265.0375061035156,1,0,3.0910425186157227,1,6.135186195373535,3.97029185295105,8.490099906921387,0,0,0,0,1,0,0,0,0,6.135186195373535 +108,1,1,1,1,1,3,5,42,624.48748779296875,9261.4306640625,4252,265.0375061035156,1,0,4.682131290435791,1,6.436931133270264,3.7376697063446045,9.133613586425781,0,0,0,0,1,0,0,0,0,6.436931133270264 +16,1,1,1,1,0,3,5,21,432.25,651.817138671875,4252,265.0375061035156,1,0,2.7725887298583984,1,6.069004058837891,3.044522523880005,6.479763984680176,0,0,0,0,1,0,0,0,0,6.069004058837891 +3,1,1,0,0,1,3,5,22,432.25,1373.9742431640625,4210,246.83749389648438,1,0,1.0986123085021973,1,6.069004058837891,3.0910425186157227,7.225462913513184,0,0,0,0,1,0,0,0,0,6.069004058837891 +22,1,1,1,1,1,3,5,26,445.8999938964844,3255.568603515625,4252,265.0375061035156,1,0,3.0910425186157227,1,6.100094795227051,3.25809645652771,8.088122367858887,0,0,0,0,1,0,0,0,0,6.100094795227051 +146,1,1,1,1,1,3,5,27,553.9625244140625,19220.3984375,4252,265.0375061035156,1,0,4.983606815338135,1,6.317097187042236,3.295836925506592,9.863727569580078,0,0,0,0,1,0,0,0,0,6.317097187042236 +1,1,1,1,1,0,3,5,27,455,293.0832214355469,4252,188.8249969482422,1,0,0,1,6.120297431945801,3.295836925506592,5.680456638336182,0,0,0,0,1,0,0,0,0,6.120297431945801 +1,1,1,1,0,0,3,5,28,432.25,287.2215576171875,4252,35.26250076293945,1,0,0,1,6.069004058837891,3.332204580307007,5.660254001617432,0,0,0,0,1,0,0,0,0,6.069004058837891 +1,1,1,1,1,0,3,5,33,480.0249938964844,410.3165283203125,4252,246.83749389648438,1,0,0,1,6.173838138580322,3.4965076446533203,6.016928672790527,0,0,0,0,1,0,0,0,0,6.173838138580322 +18,1,1,1,1,0,3,5,22,444.76251220703125,642.4384765625,4252,265.0375061035156,1,0,2.890371799468994,1,6.097540378570557,3.0910425186157227,6.46527099609375,0,0,0,0,1,0,0,0,0,6.097540378570557 +13,1,1,1,0,1,3,5,21,561.92498779296875,2347.010498046875,4252,265.0375061035156,1,0,2.5649492740631104,1,6.331368446350098,3.044522523880005,7.760897636413574,0,0,0,0,1,0,0,0,0,6.331368446350098 +6,1,1,1,1,0,3,5,48,433.38751220703125,168.81594848632812,4252,265.0375061035156,1,0,1.7917594909667969,1,6.071632385253906,3.8712010383605957,5.128808975219727,0,0,0,0,1,0,0,0,0,6.071632385253906 +6,1,1,1,1,0,3,5,57,434.5249938964844,293.0832214355469,4252,265.0375061035156,1,0,1.7917594909667969,1,6.074253559112549,4.043051242828369,5.680456638336182,0,0,0,0,1,0,0,0,0,6.074253559112549 +129,1,1,1,1,1,3,5,30,432.25,14067.9951171875,4252,265.0375061035156,1,0,4.859812259674072,1,6.069004058837891,3.4011974334716797,9.551657676696777,0,0,0,0,1,0,0,0,0,6.069004058837891 +14,1,1,1,1,0,3,5,35,444.76251220703125,617.8194580078125,4252,265.0375061035156,1,0,2.6390573978424072,1,6.097540378570557,3.5553481578826904,6.426196098327637,0,0,0,0,1,0,0,0,0,6.097540378570557 +4,1,1,1,1,0,3,5,31,455,539.27313232421875,4252,265.0375061035156,1,0,1.3862943649291992,1,6.120297431945801,3.4339871406555176,6.29022216796875,0,0,0,0,1,0,0,0,0,6.120297431945801 +19,1,1,1,1,1,3,5,24,431.11248779296875,2067.995361328125,4252,265.0375061035156,1,0,2.944438934326172,1,6.06636905670166,3.178053855895996,7.634335041046143,0,0,0,0,1,0,0,0,0,6.06636905670166 +67,1,1,0,1,1,3,5,43,522.11248779296875,8502.9306640625,4252,265.0375061035156,1,0,4.204692840576172,1,6.257883071899414,3.761200189590454,9.048166275024414,0,0,0,0,1,0,0,0,0,6.257883071899414 +13,1,1,1,1,0,3,5,22,561.92498779296875,502.93084716796875,4252,265.0375061035156,1,0,2.5649492740631104,1,6.331368446350098,3.0910425186157227,6.220452785491943,0,0,0,0,1,0,0,0,0,6.331368446350098 +7,1,1,1,1,0,3,5,36,518.70001220703125,166.47128295898438,4252,265.0375061035156,1,0,1.945910096168518,1,6.251325607299805,3.5835189819335938,5.114822864532471,0,0,0,0,1,0,0,0,0,6.251325607299805 +6,1,1,1,1,0,3,5,32,518.70001220703125,225.08792114257812,4252,265.0375061035156,1,0,1.7917594909667969,1,6.251325607299805,3.465735912322998,5.4164910316467285,0,0,0,0,1,0,0,0,0,6.251325607299805 +3,1,1,1,0,0,3,5,24,500.5,123.09495544433594,4210,265.0375061035156,1,0,1.0986123085021973,1,6.215607643127441,3.178053855895996,4.812955856323242,0,0,0,0,1,0,0,0,0,6.215607643127441 +1,1,1,1,1,0,3,5,35,432.25,85.58030700683594,4252,113.75,1,0,0,1,6.069004058837891,3.5553481578826904,4.449455261230469,0,0,0,0,1,0,0,0,0,6.069004058837891 +1,1,1,1,1,0,3,5,26,429.9750061035156,29.30832290649414,4252,227.5,1,0,0,1,6.063726902008057,3.25809645652771,3.377871513366699,0,0,0,0,1,0,0,0,0,6.063726902008057 +12,1,1,1,1,0,3,5,41,455,169.98828125,4249,265.0375061035156,1,0,2.4849066734313965,1,6.120297431945801,3.7135720252990723,5.1357293128967285,0,0,0,0,1,0,0,0,0,6.120297431945801 +6,1,1,1,1,0,3,5,28,445.8999938964844,0,4252,265.0375061035156,1,0,1.7917594909667969,1,6.100094795227051,3.332204580307007,0,0,0,0,0,1,0,0,0,0,6.100094795227051 +3,1,1,1,1,0,3,5,30,409.5,198.124267578125,4252,265.0375061035156,1,0,1.0986123085021973,1,6.014936923980713,3.4011974334716797,5.2888946533203125,0,0,0,0,1,0,0,0,0,6.014936923980713 +5,1,1,1,1,1,1,5,41,412.9125061035156,852.28607177734375,4252,246.83749389648438,1,0,1.6094379425048828,1,6.02323579788208,3.7135720252990723,6.747922420501709,0,0,0,0,1,0,0,1,0,6.02323579788208 +3,1,1,1,1,1,1,5,28,440.2124938964844,1096.13134765625,4252,137.6374969482422,1,0,1.0986123085021973,1,6.087257385253906,3.332204580307007,6.999542236328125,0,0,0,0,1,0,0,1,0,6.087257385253906 +30,1,1,1,0,1,1,5,44,470.92498779296875,8529.89453125,4252,245.6999969482422,1,0,3.4011974334716797,1,6.154698848724365,3.7841897010803223,9.051332473754883,0,0,0,0,1,0,0,1,0,6.154698848724365 +6,1,1,1,1,0,1,5,44,398.125,153.57562255859375,4252,265.0375061035156,1,0,1.7917594909667969,1,5.9867658615112305,3.7841897010803223,5.03419303894043,0,0,0,0,1,0,0,1,0,5.9867658615112305 +5,1,1,1,1,0,1,5,60,398.125,286.0492248535156,4249,265.0375061035156,1,0,1.6094379425048828,1,5.9867658615112305,4.094344615936279,5.656163692474365,0,0,0,0,1,0,0,1,0,5.9867658615112305 +5,1,1,1,1,1,1,5,35,447.0375061035156,3167.6435546875,4252,265.0375061035156,1,0,1.6094379425048828,1,6.10264253616333,3.5553481578826904,8.06074333190918,0,0,0,0,1,0,0,1,0,6.10264253616333 +3,1,1,1,1,0,1,5,46,393.57501220703125,220.39859008789062,4252,262.76251220703125,1,0,1.0986123085021973,1,5.975271701812744,3.828641414642334,5.395437717437744,0,0,0,0,1,0,0,1,0,5.975271701812744 +6,1,1,1,1,0,1,5,32,432.25,334.1148986816406,4210,265.0375061035156,1,0,1.7917594909667969,1,6.069004058837891,3.465735912322998,5.8114848136901855,0,0,0,0,1,0,0,1,0,6.069004058837891 +1,1,1,1,1,0,1,5,39,508.4624938964844,117.23329162597656,4252,265.0375061035156,1,0,0,1,6.231391429901123,3.6635615825653076,4.764165878295898,0,0,0,0,1,0,0,1,0,6.231391429901123 +1,1,1,1,1,0,1,5,59,435.6625061035156,229.77725219726562,4252,265.0375061035156,1,0,0,1,6.076868057250977,4.077537536621094,5.437110424041748,0,0,0,0,1,0,0,1,0,6.076868057250977 +1,1,1,1,1,0,1,5,53,393.57501220703125,336.4595642089844,4252,262.76251220703125,1,0,0,1,5.975271701812744,3.97029185295105,5.818478107452393,0,0,0,0,1,0,0,1,0,5.975271701812744 +1,1,1,1,1,0,1,5,45,370.82501220703125,221.5709228515625,4252,247.97500610351562,1,0,0,1,5.9157304763793945,3.8066625595092773,5.400742530822754,0,0,0,0,1,0,0,1,0,5.9157304763793945 +3,1,1,1,1,0,1,5,40,416.32501220703125,158.26495361328125,4252,265.0375061035156,1,0,1.0986123085021973,1,6.031466007232666,3.6888794898986816,5.064270496368408,0,0,0,0,1,0,0,1,0,6.031466007232666 +2,1,1,0,0,0,1,5,26,379.92498779296875,105.50996398925781,4252,246.83749389648438,1,0,0.6931471824645996,1,5.939973831176758,3.25809645652771,4.6588053703308105,0,0,0,0,1,0,0,1,0,5.939973831176758 +3,1,1,0,1,0,1,5,27,426.5625,139.5076141357422,4252,265.0375061035156,1,0,1.0986123085021973,1,6.055758953094482,3.295836925506592,4.938119411468506,0,0,0,0,1,0,0,1,0,6.055758953094482 +2,1,1,1,0,0,1,5,39,398.125,220.39859008789062,4252,265.0375061035156,1,0,0.6931471824645996,1,5.9867658615112305,3.6635615825653076,5.395437717437744,0,0,0,0,1,0,0,1,0,5.9867658615112305 +3,1,1,1,0,0,1,5,33,426.5625,162.95428466796875,4252,265.0375061035156,1,0,1.0986123085021973,1,6.055758953094482,3.4965076446533203,5.093469619750977,0,0,0,0,1,0,0,1,0,6.055758953094482 +7,1,1,1,1,0,1,5,37,420.875,372.8018798828125,4252,265.0375061035156,1,0,1.945910096168518,1,6.0423359870910645,3.610917806625366,5.921047210693359,0,0,0,0,1,0,0,1,0,6.0423359870910645 +9,1,1,1,1,1,1,5,34,378.7875061035156,935.52166748046875,4252,246.83749389648438,1,0,2.1972246170043945,1,5.936975479125977,3.526360511779785,6.841104507446289,0,0,0,0,1,0,0,1,0,5.936975479125977 +7,1,1,1,1,1,1,5,38,398.125,1297.7725830078125,4228,246.83749389648438,1,0,1.945910096168518,1,5.9867658615112305,3.6375861167907715,7.168404579162598,0,0,0,0,1,0,0,1,0,5.9867658615112305 +1,1,1,1,0,0,1,5,28,420.875,205.15826416015625,4252,265.0375061035156,1,0,0,1,6.0423359870910645,3.332204580307007,5.323781490325928,0,0,0,0,1,0,0,1,0,6.0423359870910645 +6,1,1,0,0,0,1,5,48,442.48748779296875,398.59320068359375,4252,265.0375061035156,1,0,1.7917594909667969,1,6.092411994934082,3.8712010383605957,5.987941265106201,0,0,0,0,1,0,0,1,0,6.092411994934082 +5,1,1,1,1,0,1,5,51,390.1625061035156,642.4384765625,4252,259.3500061035156,1,0,1.6094379425048828,1,5.9665632247924805,3.931825637817383,6.46527099609375,0,0,0,0,1,0,0,1,0,5.9665632247924805 +1,1,1,1,1,0,1,5,34,466.375,184.0562744140625,4249,265.0375061035156,1,0,0,1,6.144989967346191,3.526360511779785,5.215241432189941,0,0,0,0,1,0,0,1,0,6.144989967346191 +4,1,1,1,0,1,1,5,38,506.1875,2161.781982421875,4252,265.0375061035156,1,0,1.3862943649291992,1,6.226907253265381,3.6375861167907715,7.678688049316406,0,0,0,0,1,0,0,1,0,6.226907253265381 +4,1,1,1,0,0,1,5,33,514.1500244140625,246.18991088867188,4252,246.83749389648438,1,0,1.3862943649291992,1,6.2425150871276855,3.4965076446533203,5.506103038787842,0,0,0,0,1,0,0,1,0,6.2425150871276855 +2,1,1,1,1,0,1,5,28,476.61248779296875,154.74795532226562,4252,246.83749389648438,1,0,0.6931471824645996,1,6.166703701019287,3.332204580307007,5.041797637939453,0,0,0,0,1,0,0,1,0,6.166703701019287 +1,1,1,1,0,0,1,5,22,450.45001220703125,139.5076141357422,4252,246.83749389648438,1,0,0,1,6.1102471351623535,3.0910425186157227,4.938119411468506,0,0,0,0,1,0,0,1,0,6.1102471351623535 +4,1,1,1,1,1,1,5,25,493.67498779296875,901.5240478515625,4249,246.83749389648438,1,0,1.3862943649291992,1,6.201877593994141,3.2188758850097656,6.804086685180664,0,0,0,0,1,0,0,1,0,6.201877593994141 +23,1,1,1,1,1,1,5,40,539.17498779296875,1379.8358154296875,4252,246.83749389648438,1,0,3.1354942321777344,1,6.290040016174316,3.6888794898986816,7.229719638824463,0,0,0,0,1,0,0,1,0,6.290040016174316 +1,1,1,1,1,0,1,5,46,382.20001220703125,849.94140625,4252,254.8000030517578,1,0,0,1,5.945943832397461,3.828641414642334,6.745167255401611,0,0,0,0,1,0,0,1,0,5.945943832397461 +34,1,1,1,1,0,1,5,36,859.95001220703125,4539.27294921875,4252,246.83749389648438,1,0,3.526360511779785,1,6.756874084472656,3.5835189819335938,8.42052173614502,0,0,0,0,1,0,0,1,0,6.756874084472656 +7,1,1,1,1,1,1,5,54,563.0625,3475.96728515625,4216,246.83749389648438,1,0,1.945910096168518,1,6.333390712738037,3.9889841079711914,8.1536283493042,0,0,0,0,1,0,0,1,0,6.333390712738037 +2,1,1,1,1,0,1,5,55,436.79998779296875,253.2239227294922,4252,265.0375061035156,1,0,0.6931471824645996,1,6.079475402832031,4.007333278656006,5.534274101257324,0,0,0,0,1,0,0,1,0,6.079475402832031 +6,1,1,1,1,0,1,5,60,426.5625,249.7069091796875,4252,265.0375061035156,1,0,1.7917594909667969,1,6.055758953094482,4.094344615936279,5.520287990570068,0,0,0,0,1,0,0,1,0,6.055758953094482 +1,1,1,1,1,0,1,5,33,374.23748779296875,145.36927795410156,4252,249.1125030517578,1,0,0,1,5.924890518188477,3.4965076446533203,4.97927713394165,0,0,0,0,1,0,0,1,0,5.924890518188477 +8,1,1,1,1,1,1,5,37,386.75,1992.9659423828125,4210,258.2124938964844,1,0,2.079441547393799,1,5.957778453826904,3.610917806625366,7.597379207611084,0,0,0,0,1,0,0,1,0,5.957778453826904 +2,1,1,1,1,0,1,5,28,453.86248779296875,277.8428955078125,4252,246.83749389648438,1,0,0.6931471824645996,1,6.117794036865234,3.332204580307007,5.627055644989014,0,0,0,0,1,0,0,1,0,6.117794036865234 +4,1,1,1,1,0,1,5,41,440.2124938964844,138.3352813720703,4252,265.0375061035156,1,0,1.3862943649291992,1,6.087257385253906,3.7135720252990723,4.929680347442627,0,0,0,0,1,0,0,1,0,6.087257385253906 +15,1,1,1,1,1,1,5,43,514.1500244140625,7039.859375,4252,265.0375061035156,1,0,2.70805025100708,1,6.2425150871276855,3.761200189590454,8.859343528747559,0,0,0,0,1,0,0,1,0,6.2425150871276855 +15,1,1,1,1,0,1,5,27,600.5999755859375,307.1512451171875,4249,255.9375,1,0,2.70805025100708,1,6.3979291915893555,3.295836925506592,5.727340221405029,0,0,0,0,1,0,0,1,0,6.3979291915893555 +5,1,1,1,0,0,1,5,34,389.0249938964844,201.64126586914062,4252,259.3500061035156,1,0,1.6094379425048828,1,5.963643550872803,3.526360511779785,5.306490421295166,0,0,0,0,1,0,0,1,0,5.963643550872803 +2,1,1,1,0,0,1,5,28,385.61248779296875,420.8675231933594,4252,246.83749389648438,1,0,0.6931471824645996,1,5.954833030700684,3.332204580307007,6.042318344116211,0,0,0,0,1,0,0,1,0,5.954833030700684 +3,1,1,1,0,0,1,5,41,389.0249938964844,264.9472351074219,4252,259.3500061035156,1,0,1.0986123085021973,1,5.963643550872803,3.7135720252990723,5.579530715942383,0,0,0,0,1,0,0,1,0,5.963643550872803 +11,1,1,1,1,1,1,5,36,373.1000061035156,3082.063232421875,4252,247.97500610351562,1,0,2.397895336151123,1,5.921846389770508,3.5835189819335938,8.033354759216309,0,0,0,0,1,0,0,1,0,5.921846389770508 +3,1,1,1,NA,0,2,5,32,483.4375,0,4252,265.0375061035156,1,0,1.0986123085021973,1,6.180922031402588,3.465735912322998,0,0,0,0,0,1,0,0,0,1,6.180922031402588 +5,1,1,1,1,1,2,5,29,402.67498779296875,842.90740966796875,4252,265.0375061035156,1,0,1.6094379425048828,1,5.998129844665527,3.367295742034912,6.736856937408447,0,0,0,0,1,0,0,0,1,5.998129844665527 +0.25,1,1,1,1,0,2,5,35,464.1000061035156,184.0562744140625,4252,265.0375061035156,1,0,-1.3862943649291992,1,6.140100002288818,3.5553481578826904,5.215241432189941,0,0,0,0,1,0,0,0,1,6.140100002288818 +22,1,1,1,1,1,2,5,30,674.5374755859375,3381.00830078125,4228,265.0375061035156,1,0,3.0910425186157227,1,6.514027118682861,3.4011974334716797,8.12592887878418,0,0,0,0,1,0,0,0,1,6.514027118682861 +4,1,1,1,0,0,2,5,31,393.57501220703125,720.9847412109375,4252,262.76251220703125,1,0,1.3862943649291992,1,5.975271701812744,3.4339871406555176,6.580617904663086,0,0,0,0,1,0,0,0,1,5.975271701812744 +0.25,1,1,1,1,0,2,5,42,659.75,141.85227966308594,4252,265.0375061035156,1,0,-1.3862943649291992,1,6.491860866546631,3.7376697063446045,4.95478630065918,0,0,0,0,1,0,0,0,1,6.491860866546631 +1,1,1,1,1,1,2,5,56,607.42498779296875,1225.087890625,4252,265.0375061035156,1,0,0,1,6.409228801727295,4.025351524353027,7.110767841339111,0,0,0,0,1,0,0,0,1,6.409228801727295 +7,1,1,1,1,0,2,5,37,546,445.48651123046875,4252,246.83749389648438,1,0,1.945910096168518,1,6.302618980407715,3.610917806625366,6.0991668701171875,0,0,0,0,1,0,0,0,1,6.302618980407715 +4,1,1,1,1,0,2,5,52,728,304.80657958984375,4252,265.0375061035156,1,0,1.3862943649291992,1,6.590301036834717,3.9512436389923096,5.719677448272705,0,0,0,0,1,0,0,0,1,6.590301036834717 +3,1,1,1,1,0,3,5,25,379.92498779296875,17.584993362426758,4252,253.66250610351562,1,0,1.0986123085021973,1,5.939973831176758,3.2188758850097656,2.8670458793640137,0,0,0,0,1,0,0,0,0,5.939973831176758 +3,1,1,1,1,0,3,5,25,370.82501220703125,148.8862762451172,4249,246.83749389648438,1,0,1.0986123085021973,1,5.9157304763793945,3.2188758850097656,5.003182888031006,0,0,0,0,1,0,0,0,0,5.9157304763793945 +7,1,1,1,1,0,1,5,50,386.75,145.36927795410156,4252,245.6999969482422,1,0,1.945910096168518,1,5.957778453826904,3.9120230674743652,4.97927713394165,0,0,0,0,1,0,0,1,0,5.957778453826904 +1,1,1,1,1,0,1,5,43,469.7875061035156,69.16764068603516,4252,246.83749389648438,1,0,0,1,6.152280330657959,3.761200189590454,4.236533164978027,0,0,0,0,1,0,0,1,0,6.152280330657959 +13,1,1,1,1,1,1,5,36,511.875,3425.556884765625,4252,246.83749389648438,1,0,2.5649492740631104,1,6.2380805015563965,3.5835189819335938,8.139019012451172,0,0,0,0,1,0,0,1,0,6.2380805015563965 +1,1,1,1,1,0,1,5,43,407.2250061035156,219.22625732421875,4252,265.0375061035156,1,0,0,1,6.009366035461426,3.761200189590454,5.390104293823242,0,0,0,0,1,0,0,1,0,6.009366035461426 +1,1,1,1,0,0,1,5,25,379.92498779296875,194.60726928710938,4252,253.66250610351562,1,0,0,1,5.939973831176758,3.2188758850097656,5.270983695983887,0,0,0,0,1,0,0,1,0,5.939973831176758 +15,1,1,1,1,1,1,5,35,392.4375,2554.513427734375,4252,260.48748779296875,1,0,2.70805025100708,1,5.972377300262451,3.5553481578826904,7.845616817474365,0,0,0,0,1,0,0,1,0,5.972377300262451 +28,1,1,1,1,1,1,5,35,392.4375,8792.4970703125,4252,260.48748779296875,1,0,3.332204580307007,1,5.972377300262451,3.5553481578826904,9.081653594970703,0,0,0,0,1,0,0,1,0,5.972377300262451 +0.25,1,1,0,1,0,1,5,49,386.75,112.54396057128906,4252,265.0375061035156,1,0,-1.3862943649291992,1,5.957778453826904,3.891820192337036,4.723343849182129,0,0,0,0,1,0,0,1,0,5.957778453826904 +2,1,1,1,1,0,1,5,35,375.375,259.0855712890625,4252,249.1125030517578,1,0,0.6931471824645996,1,5.9279255867004395,3.5553481578826904,5.557158470153809,0,0,0,0,1,0,0,1,0,5.9279255867004395 +10,1,1,1,0,1,1,5,21,481.1625061035156,1560.3751220703125,4204,265.0375061035156,1,0,2.3025851249694824,1,6.176205158233643,3.044522523880005,7.352681636810303,0,0,0,0,1,0,0,1,0,6.176205158233643 +0.25,1,1,1,1,0,1,5,34,429.9750061035156,0,4252,246.83749389648438,1,0,-1.3862943649291992,1,6.063726902008057,3.526360511779785,0,0,0,0,0,1,0,0,1,0,6.063726902008057 +8,1,1,1,1,0,1,5,33,466.375,429.0738525390625,4252,246.83749389648438,1,0,2.079441547393799,1,6.144989967346191,3.4965076446533203,6.061628818511963,0,0,0,0,1,0,0,1,0,6.144989967346191 +1,1,1,1,0,0,2,5,30,427.70001220703125,196.95193481445312,4252,246.83749389648438,1,0,0,1,6.058422088623047,3.4011974334716797,5.282959938049316,0,0,0,0,1,0,0,0,1,6.058422088623047 +12,1,1,1,1,0,2,5,39,436.79998779296875,2640.09375,4252,149.0124969482422,1,0,2.4849066734313965,1,6.079475402832031,3.6635615825653076,7.878569602966309,0,0,0,0,1,0,0,0,1,6.079475402832031 +3,1,1,1,1,1,2,5,40,611.9749755859375,1019.9296875,4252,265.0375061035156,1,0,1.0986123085021973,1,6.416691303253174,3.6888794898986816,6.927488803863525,0,0,0,0,1,0,0,0,1,6.416691303253174 +6,1,1,1,1,0,2,5,52,856.5374755859375,194.60726928710938,4249,176.3125,1,0,1.7917594909667969,1,6.752898216247559,3.9512436389923096,5.270983695983887,0,0,0,0,1,0,0,0,1,6.752898216247559 +5,1,1,1,1,1,2,5,48,468.6499938964844,1784.290771484375,4252,246.83749389648438,1,0,1.6094379425048828,1,6.149856090545654,3.8712010383605957,7.486776351928711,0,0,0,0,1,0,0,0,1,6.149856090545654 +6,1,1,1,1,1,2,5,41,725.7249755859375,3724.501708984375,4252,265.0375061035156,1,0,1.7917594909667969,1,6.5871710777282715,3.7135720252990723,8.222688674926758,0,0,0,0,1,0,0,0,1,6.5871710777282715 +5,1,1,1,1,0,2,5,55,682.5,516.99884033203125,4252,246.83749389648438,1,0,1.6094379425048828,1,6.525762557983398,4.007333278656006,6.248040676116943,0,0,0,0,1,0,0,0,1,6.525762557983398 +12,1,1,1,0,0,2,5,22,399.26251220703125,60.96131134033203,4252,246.83749389648438,1,0,2.4849066734313965,1,5.989619255065918,3.0910425186157227,4.110239505767822,0,0,0,0,1,0,0,0,1,5.989619255065918 +3,1,1,1,0,0,2,5,28,432.25,93.78663635253906,4210,265.0375061035156,1,0,1.0986123085021973,1,6.069004058837891,3.332204580307007,4.541022300720215,0,0,0,0,1,0,0,0,1,6.069004058837891 +24,1,1,1,1,0,2,5,28,528.9375,3543.96240234375,4249,246.83749389648438,1,0,3.178053855895996,1,6.270870208740234,3.332204580307007,8.17300033569336,0,0,0,0,1,0,0,0,1,6.270870208740234 +13,1,1,1,1,0,2,5,44,568.75,150.05862426757812,4252,265.0375061035156,1,0,2.5649492740631104,1,6.343441009521484,3.7841897010803223,5.011025905609131,0,0,0,0,1,0,0,0,1,6.343441009521484 +3,1,1,1,1,0,2,5,30,411.7749938964844,63.30598068237305,4252,246.83749389648438,1,0,1.0986123085021973,1,6.020477294921875,3.4011974334716797,4.147979736328125,0,0,0,0,1,0,0,0,1,6.020477294921875 +20,1,1,1,1,1,2,5,36,592.63751220703125,4901.52392578125,4252,265.0375061035156,1,0,2.995732307434082,1,6.384582996368408,3.5835189819335938,8.49730110168457,0,0,0,0,1,0,0,0,1,6.384582996368408 +0.25,1,1,1,0,0,2,5,30,375.375,33.99765396118164,4252,246.83749389648438,1,0,-1.3862943649291992,1,5.9279255867004395,3.4011974334716797,3.526291608810425,0,0,0,0,1,0,0,0,1,5.9279255867004395 +0.25,1,1,1,1,0,2,5,26,439.07501220703125,14.067995071411133,4252,246.83749389648438,1,0,-1.3862943649291992,1,6.084670066833496,3.25809645652771,2.64390230178833,0,0,0,0,1,0,0,0,1,6.084670066833496 +22,1,1,1,1,1,2,5,22,419.73748779296875,4600.234375,4219,265.0375061035156,1,0,3.0910425186157227,1,6.0396294593811035,3.0910425186157227,8.433862686157227,0,0,0,0,1,0,0,0,1,6.0396294593811035 +4,1,1,1,1,0,2,5,56,468.6499938964844,228.60491943359375,4249,246.83749389648438,1,0,1.3862943649291992,1,6.149856090545654,4.025351524353027,5.431995391845703,0,0,0,0,1,0,0,0,1,6.149856090545654 +3,1,1,1,1,0,2,5,57,646.0999755859375,304.80657958984375,4252,246.83749389648438,1,0,1.0986123085021973,1,6.470954418182373,4.043051242828369,5.719677448272705,0,0,0,0,1,0,0,0,1,6.470954418182373 +24,1,1,1,1,1,2,5,61,663.1624755859375,2937.866455078125,4252,265.0375061035156,1,0,3.178053855895996,1,6.497020244598389,4.110873699188232,7.985438823699951,0,0,0,0,1,0,0,0,1,6.497020244598389 +9,1,1,1,0,1,2,5,31,400.3999938964844,2417.3505859375,4249,265.0375061035156,1,0,2.1972246170043945,1,5.992464065551758,3.4339871406555176,7.790427207946777,0,0,0,0,1,0,0,0,1,5.992464065551758 +1,1,1,1,1,0,NA,5,28,482.29998779296875,71.5123062133789,4249,265.0375061035156,1,0,0,1,6.1785664558410645,3.332204580307007,4.269869327545166,0,0,0,0,1,0,0,NA,NA,6.1785664558410645 +1,1,1,1,1,1,NA,5,51,497.0874938964844,1273.153564453125,4252,253.66250610351562,1,0,0,1,6.208765983581543,3.931825637817383,7.149252414703369,0,0,0,0,1,0,0,NA,NA,6.208765983581543 +8,1,1,1,1,0,2,5,48,543.7249755859375,248.53457641601562,4252,147.875,1,0,2.079441547393799,1,6.298443794250488,3.8712010383605957,5.515582084655762,0,0,0,0,1,0,0,0,1,6.298443794250488 +3,1,1,1,1,0,2,5,33,477.75,161.78195190429688,4210,246.83749389648438,1,0,1.0986123085021973,1,6.1690874099731445,3.4965076446533203,5.086249351501465,0,0,0,0,1,0,0,0,1,6.1690874099731445 +5,1,1,1,1,0,2,5,47,402.67498779296875,107.85462951660156,4252,246.83749389648438,1,0,1.6094379425048828,1,5.998129844665527,3.8501474857330322,4.680784225463867,0,0,0,0,1,0,0,0,1,5.998129844665527 +27,1,1,1,1,1,3,5,42,411.7749938964844,5597.8896484375,4252,245.6999969482422,1,0,3.295836925506592,1,6.020477294921875,3.7376697063446045,8.630145072937012,0,0,0,0,1,0,0,0,0,6.020477294921875 +5,1,1,1,1,0,3,5,30,580.125,29.30832290649414,4252,227.5,1,0,1.6094379425048828,1,6.363243579864502,3.4011974334716797,3.377871513366699,0,0,0,0,1,0,0,0,0,6.363243579864502 +5,1,1,1,1,0,3,5,30,580.125,29.30832290649414,4252,246.83749389648438,1,0,1.6094379425048828,1,6.363243579864502,3.4011974334716797,3.377871513366699,0,0,0,0,1,0,0,0,0,6.363243579864502 +3,1,1,1,1,0,3,5,55,796.25,563.89215087890625,4252,265.0375061035156,1,0,1.0986123085021973,1,6.67991304397583,4.007333278656006,6.334863185882568,0,0,0,0,1,0,0,0,0,6.67991304397583 +6,1,1,1,1,1,3,5,51,728,1342.3211669921875,4252,265.0375061035156,1,0,1.7917594909667969,1,6.590301036834717,3.931825637817383,7.202155590057373,0,0,0,0,1,0,0,0,0,6.590301036834717 +12,1,1,1,1,1,3,5,35,582.4000244140625,5772.5673828125,4249,265.0375061035156,1,0,2.4849066734313965,1,6.367157459259033,3.5553481578826904,8.660872459411621,0,0,0,0,1,0,0,0,0,6.367157459259033 +2,1,1,1,1,1,3,5,53,582.4000244140625,237.98358154296875,4249,265.0375061035156,1,0,0.6931471824645996,1,6.367157459259033,3.97029185295105,5.472201824188232,0,0,0,0,1,0,0,0,0,6.367157459259033 +23,1,1,1,0,1,3,5,44,411.7749938964844,1528.72216796875,4252,246.83749389648438,1,0,3.1354942321777344,1,6.020477294921875,3.7841897010803223,7.332187652587891,0,0,0,0,1,0,0,0,0,6.020477294921875 +14,1,1,1,1,1,3,5,27,480.0249938964844,4083.235595703125,4249,265.0375061035156,1,0,2.6390573978424072,1,6.173838138580322,3.295836925506592,8.314644813537598,0,0,0,0,1,0,0,0,0,6.173838138580322 +9,1,1,1,0,0,3,5,36,841.75,468.93316650390625,4252,265.0375061035156,1,0,2.1972246170043945,1,6.735483169555664,3.5835189819335938,6.150460243225098,0,0,0,0,1,0,0,0,0,6.735483169555664 +3,1,1,1,0,0,3,5,58,409.5,165.2989501953125,4252,246.83749389648438,1,0,1.0986123085021973,1,6.014936923980713,4.060442924499512,5.107755661010742,0,0,0,0,1,0,0,0,0,6.014936923980713 +4,1,1,1,1,0,3,5,42,544.86248779296875,343.4935607910156,4252,210.4375,1,0,1.3862943649291992,1,6.300533294677734,3.7376697063446045,5.839168548583984,0,0,0,0,1,0,0,0,0,6.300533294677734 +2,1,1,1,0,0,3,5,30,544.86248779296875,82.06330871582031,4252,246.83749389648438,1,0,0.6931471824645996,1,6.300533294677734,3.4011974334716797,4.407491207122803,0,0,0,0,1,0,0,0,0,6.300533294677734 +4,1,1,0,1,1,3,5,35,522.11248779296875,1200.468994140625,4252,246.83749389648438,1,0,1.3862943649291992,1,6.257883071899414,3.5553481578826904,7.09046745300293,0,0,0,0,1,0,0,0,0,6.257883071899414 +1,1,1,1,1,0,3,5,54,519.8375244140625,120.75028991699219,4252,246.83749389648438,1,0,0,1,6.25351619720459,3.9889841079711914,4.793724536895752,0,0,0,0,1,0,0,0,0,6.25351619720459 +1,1,1,1,1,0,3,5,40,472.0625,22.27432632446289,4252,265.0375061035156,1,0,0,1,6.157111167907715,3.6888794898986816,3.1034348011016846,0,0,0,0,1,0,0,0,0,6.157111167907715 +9,1,1,1,1,1,3,5,48,544.86248779296875,2508.79248046875,4252,265.0375061035156,1,0,2.1972246170043945,1,6.300533294677734,3.8712010383605957,7.827556610107422,0,0,0,0,1,0,0,0,0,6.300533294677734 +4,1,1,1,1,0,3,5,24,544.86248779296875,175.84994506835938,4252,265.0375061035156,1,0,1.3862943649291992,1,6.300533294677734,3.178053855895996,5.169631004333496,0,0,0,0,1,0,0,0,0,6.300533294677734 +0.25,1,1,1,1,0,3,5,40,398.125,46.89331817626953,4252,246.83749389648438,1,0,-1.3862943649291992,1,5.9867658615112305,3.6888794898986816,3.8478751182556152,0,0,0,0,1,0,0,0,0,5.9867658615112305 +3,1,1,1,1,0,3,5,43,468.6499938964844,211.01992797851562,4252,204.75,1,0,1.0986123085021973,1,6.149856090545654,3.761200189590454,5.35195255279541,0,0,0,0,1,0,0,0,0,6.149856090545654 +4,1,1,1,1,0,3,5,51,468.6499938964844,610.78546142578125,4249,137.6374969482422,1,0,1.3862943649291992,1,6.149856090545654,3.931825637817383,6.414745807647705,0,0,0,0,1,0,0,0,0,6.149856090545654 +8,1,1,1,1,0,3,5,42,450.45001220703125,249.7069091796875,4252,265.0375061035156,1,0,2.079441547393799,1,6.1102471351623535,3.7376697063446045,5.520287990570068,0,0,0,0,1,0,0,0,0,6.1102471351623535 +0.25,1,1,1,1,0,3,5,28,511.875,223.91558837890625,4252,265.0375061035156,1,0,-1.3862943649291992,1,6.2380805015563965,3.332204580307007,5.411269187927246,0,0,0,0,1,0,0,0,0,6.2380805015563965 +5,1,1,1,1,1,3,5,29,516.42498779296875,1392.7315673828125,4252,265.0375061035156,1,0,1.6094379425048828,1,6.246930122375488,3.367295742034912,7.239022254943848,0,0,0,0,1,0,0,0,0,6.246930122375488 +3,1,1,1,NA,1,3,5,53,830.375,852.28607177734375,4252,245.6999969482422,1,0,1.0986123085021973,1,6.721877574920654,3.97029185295105,6.747922420501709,0,0,0,0,1,0,0,0,0,6.721877574920654 +1,1,1,1,1,0,2,5,32,437.9375,182.88394165039062,4252,246.83749389648438,1,0,0,1,6.082076072692871,3.465735912322998,5.2088518142700195,0,0,0,0,1,0,0,0,1,6.082076072692871 +3,1,1,1,1,0,3,5,57,392.4375,192.26260375976562,4210,246.83749389648438,1,0,1.0986123085021973,1,5.972377300262451,4.043051242828369,5.258862018585205,0,0,0,0,1,0,0,0,0,5.972377300262451 +13,1,1,1,1,1,3,5,49,455,7392.7314453125,4252,246.83749389648438,1,0,2.5649492740631104,1,6.120297431945801,3.891820192337036,8.908252716064453,0,0,0,0,1,0,0,0,0,6.120297431945801 +3,1,1,1,1,0,3,5,34,400.3999938964844,198.124267578125,4252,265.0375061035156,1,0,1.0986123085021973,1,5.992464065551758,3.526360511779785,5.2888946533203125,0,0,0,0,1,0,0,0,0,5.992464065551758 +4,1,1,1,1,0,3,5,38,412.9125061035156,1100.8206787109375,4252,246.83749389648438,1,0,1.3862943649291992,1,6.02323579788208,3.6375861167907715,7.003811359405518,0,0,0,0,1,0,0,0,0,6.02323579788208 +3,1,1,1,1,0,3,5,28,406.0874938964844,934.349365234375,4252,246.83749389648438,1,0,1.0986123085021973,1,6.006568431854248,3.332204580307007,6.839850425720215,0,0,0,0,1,0,0,0,0,6.006568431854248 +5,1,1,1,1,1,3,5,31,391.29998779296875,2437.2802734375,4252,261.625,1,0,1.6094379425048828,1,5.9694743156433105,3.4339871406555176,7.798637866973877,0,0,0,0,1,0,0,0,0,5.9694743156433105 +1,1,1,1,1,0,3,5,32,407.2250061035156,234.46658325195312,4252,246.83749389648438,1,0,0,1,6.009366035461426,3.465735912322998,5.457313060760498,0,0,0,0,1,0,0,0,0,6.009366035461426 +1,1,1,1,1,0,3,5,37,449.3125,117.23329162597656,4252,265.0375061035156,1,0,0,1,6.107718467712402,3.610917806625366,4.764165878295898,0,0,0,0,1,0,0,0,0,6.107718467712402 +3,1,1,1,1,1,3,5,44,455,1454.865234375,4252,265.0375061035156,1,0,1.0986123085021973,1,6.120297431945801,3.7841897010803223,7.282668590545654,0,0,0,0,1,0,0,0,0,6.120297431945801 +10,1,1,1,1,0,3,5,26,408.36248779296875,263.77490234375,4252,265.0375061035156,1,0,2.3025851249694824,1,6.012155055999756,3.25809645652771,5.575096130371094,0,0,0,0,1,0,0,0,0,6.012155055999756 +9,1,1,1,1,1,3,5,39,699.5625,5137.1630859375,4252,265.0375061035156,1,0,2.1972246170043945,1,6.550455093383789,3.6635615825653076,8.544256210327148,0,0,0,0,1,0,0,0,0,6.550455093383789 +4,1,1,1,1,0,3,5,33,384.4750061035156,94.95896911621094,4252,246.83749389648438,1,0,1.3862943649291992,1,5.951878547668457,3.4965076446533203,4.553444862365723,0,0,0,0,1,0,0,0,0,5.951878547668457 +3,1,1,1,1,1,3,5,31,427.70001220703125,541.6177978515625,4252,137.6374969482422,1,0,1.0986123085021973,1,6.058422088623047,3.4339871406555176,6.294560432434082,0,0,0,0,1,0,0,0,0,6.058422088623047 +1,1,1,1,1,0,3,5,27,443.625,600.2344970703125,4252,137.6374969482422,1,0,0,1,6.094979763031006,3.295836925506592,6.39732027053833,0,0,0,0,1,0,0,0,0,6.094979763031006 +1,1,1,1,1,0,3,5,38,464.1000061035156,322.3915710449219,4252,246.83749389648438,1,0,0,1,6.140100002288818,3.6375861167907715,5.775766849517822,0,0,0,0,1,0,0,0,0,6.140100002288818 +10,1,1,1,1,0,3,5,31,427.70001220703125,765.53338623046875,4252,137.6374969482422,1,0,2.3025851249694824,1,6.058422088623047,3.4339871406555176,6.640573024749756,0,0,0,0,1,0,0,0,0,6.058422088623047 +11,1,1,1,1,0,3,5,28,493.67498779296875,398.59320068359375,4249,137.6374969482422,1,0,2.397895336151123,1,6.201877593994141,3.332204580307007,5.987941265106201,0,0,0,0,1,0,0,0,0,6.201877593994141 +9,1,1,1,0,0,3,5,43,468.6499938964844,316.5299072265625,4252,246.83749389648438,1,0,2.1972246170043945,1,6.149856090545654,3.761200189590454,5.757417678833008,0,0,0,0,1,0,0,0,0,6.149856090545654 +2,1,1,1,1,0,3,5,25,469.7875061035156,135.99061584472656,4252,137.6374969482422,1,0,0.6931471824645996,1,6.152280330657959,3.2188758850097656,4.912585735321045,0,0,0,0,1,0,0,0,0,6.152280330657959 +1,1,1,1,1,0,3,5,41,412.9125061035156,93.78663635253906,4252,137.6374969482422,1,0,0,1,6.02323579788208,3.7135720252990723,4.541022300720215,0,0,0,0,1,0,0,0,0,6.02323579788208 +2,1,1,1,1,0,3,5,58,475.4750061035156,105.50996398925781,4252,137.6374969482422,1,0,0.6931471824645996,1,6.164314270019531,4.060442924499512,4.6588053703308105,0,0,0,0,1,0,0,0,0,6.164314270019531 +13,1,1,1,1,0,3,5,44,485.7124938964844,1528.72216796875,4252,137.6374969482422,1,0,2.5649492740631104,1,6.185616970062256,3.7841897010803223,7.332187652587891,0,0,0,0,1,0,0,0,0,6.185616970062256 +96,1,1,1,1,1,3,5,41,398.125,9964.830078125,4252,265.0375061035156,1,0,4.564348220825195,1,5.9867658615112305,3.7135720252990723,9.206817626953125,0,0,0,0,1,0,0,0,0,5.9867658615112305 +1,1,1,1,1,0,3,5,45,489.125,126.6119613647461,4252,37.537498474121094,1,0,0,1,6.192617893218994,3.8066625595092773,4.841126918792725,0,0,0,0,1,0,0,0,0,6.192617893218994 +11,1,1,1,1,0,3,5,25,440.2124938964844,627.1981201171875,4249,246.83749389648438,1,0,2.397895336151123,1,6.087257385253906,3.2188758850097656,6.441262245178223,0,0,0,0,1,0,0,0,0,6.087257385253906 +11,1,1,1,1,0,3,5,42,443.625,2280.1875,4252,265.0375061035156,1,0,2.397895336151123,1,6.094979763031006,3.7376697063446045,7.732012748718262,0,0,0,0,1,0,0,0,0,6.094979763031006 +1,1,1,1,1,0,3,5,26,386.75,93.78663635253906,4252,258.2124938964844,1,0,0,1,5.957778453826904,3.25809645652771,4.541022300720215,0,0,0,0,1,0,0,0,0,5.957778453826904 +1,1,1,1,1,0,3,5,50,374.23748779296875,98.47596740722656,4252,246.83749389648438,1,0,0,1,5.924890518188477,3.9120230674743652,4.589812755584717,0,0,0,0,1,0,0,0,0,5.924890518188477 +3,1,1,1,1,0,3,5,30,375.375,540.44549560546875,4252,246.83749389648438,1,0,1.0986123085021973,1,5.9279255867004395,3.4011974334716797,6.292393684387207,0,0,0,0,1,0,0,0,0,5.9279255867004395 +14,1,1,1,1,1,3,5,36,393.57501220703125,15179.3671875,4252,246.83749389648438,1,0,2.6390573978424072,1,5.975271701812744,3.5835189819335938,9.627692222595215,0,0,0,0,1,0,0,0,0,5.975271701812744 +1,1,1,1,0,0,3,5,30,511.875,127.78429412841797,4210,245.6999969482422,1,0,0,1,6.2380805015563965,3.4011974334716797,4.850343704223633,0,0,0,0,1,0,0,0,0,6.2380805015563965 +21,1,1,1,1,0,3,5,43,663.1624755859375,660.0234375,4249,246.83749389648438,1,0,3.044522523880005,1,6.497020244598389,3.761200189590454,6.492275238037109,0,0,0,0,1,0,0,0,0,6.497020244598389 +12,1,1,1,1,0,3,5,38,556.23748779296875,580.3048095703125,4252,265.0375061035156,1,0,2.4849066734313965,1,6.321195125579834,3.6375861167907715,6.363553524017334,0,0,0,0,1,0,0,0,0,6.321195125579834 +3,1,1,1,1,0,3,5,38,445.8999938964844,56.27198028564453,4252,265.0375061035156,1,0,1.0986123085021973,1,6.100094795227051,3.6375861167907715,4.030196666717529,0,0,0,0,1,0,0,0,0,6.100094795227051 +13,1,1,1,1,0,3,5,52,373.1000061035156,493.5521545410156,4246,246.83749389648438,1,0,2.5649492740631104,1,5.921846389770508,3.9512436389923096,6.201628684997559,0,0,0,0,1,0,0,0,0,5.921846389770508 +4,1,1,1,1,0,3,5,36,511.875,565.064453125,4252,246.83749389648438,1,0,1.3862943649291992,1,6.2380805015563965,3.5835189819335938,6.336939811706543,0,0,0,0,1,0,0,0,0,6.2380805015563965 +1,1,1,1,1,0,3,5,33,412.9125061035156,615.47479248046875,4252,246.83749389648438,1,0,0,1,6.02323579788208,3.4965076446533203,6.422393798828125,0,0,0,0,1,0,0,0,0,6.02323579788208 +0.25,1,1,1,1,0,3,5,31,547.13751220703125,290.7385559082031,4252,265.0375061035156,1,0,-1.3862943649291992,1,6.3047003746032715,3.4339871406555176,5.67242431640625,0,0,0,0,1,0,0,0,0,6.3047003746032715 +33,1,1,1,1,1,3,5,28,432.25,1067.995361328125,4252,246.83749389648438,1,0,3.4965076446533203,1,6.069004058837891,3.332204580307007,6.973538875579834,0,0,0,0,1,0,0,0,0,6.069004058837891 +2,1,1,0,1,0,3,5,54,381.0625,171.16061401367188,4252,245.6999969482422,1,0,0.6931471824645996,1,5.942963600158691,3.9889841079711914,5.142602443695068,0,0,0,0,1,0,0,0,0,5.942963600158691 +1,1,1,1,1,0,3,5,45,398.125,356.38922119140625,4252,246.83749389648438,1,0,0,1,5.9867658615112305,3.8066625595092773,5.876023292541504,0,0,0,0,1,0,0,0,0,5.9867658615112305 +3,1,1,0,0,0,3,5,26,375.375,148.8862762451172,4252,246.83749389648438,1,0,1.0986123085021973,1,5.9279255867004395,3.25809645652771,5.003182888031006,0,0,0,0,1,0,0,0,0,5.9279255867004395 +2,1,1,1,1,0,3,5,31,375.375,453.6928405761719,4252,135.3625030517578,1,0,0.6931471824645996,1,5.9279255867004395,3.4339871406555176,6.117420196533203,0,0,0,0,1,0,0,0,0,5.9279255867004395 +14,1,1,1,1,1,2,5,27,480.0249938964844,4083.235595703125,4249,265.0375061035156,1,0,2.6390573978424072,1,6.173838138580322,3.295836925506592,8.314644813537598,0,0,0,0,1,0,0,0,1,6.173838138580322 +2,1,1,1,1,0,2,5,51,465.23748779296875,134.8182830810547,4252,246.83749389648438,1,0,0.6931471824645996,1,6.142548084259033,3.931825637817383,4.903927803039551,0,0,0,0,1,0,0,0,1,6.142548084259033 +5,1,1,1,1,0,NA,5,42,441.3500061035156,279.0152282714844,4252,265.0375061035156,1,0,1.6094379425048828,1,6.089838027954102,3.7376697063446045,5.6312665939331055,0,0,0,0,1,0,0,NA,NA,6.089838027954102 +5,1,1,1,1,0,NA,5,42,442.48748779296875,279.0152282714844,4252,265.0375061035156,1,0,1.6094379425048828,1,6.092411994934082,3.7376697063446045,5.6312665939331055,0,0,0,0,1,0,0,NA,NA,6.092411994934082 +6,1,1,1,1,0,NA,5,42,442.48748779296875,279.0152282714844,4252,265.0375061035156,1,0,1.7917594909667969,1,6.092411994934082,3.7376697063446045,5.6312665939331055,0,0,0,0,1,0,0,NA,NA,6.092411994934082 +76,1,1,NA,NA,1,NA,5,42,442.48748779296875,13488.86328125,4252,294.61248779296875,1,0,4.330733299255371,1,6.092411994934082,3.7376697063446045,9.50961971282959,0,0,0,0,1,0,0,NA,NA,6.092411994934082 +3,1,1,1,1,0,3,6,25,491.3999938964844,209.84759521484375,5322,265.0375061035156,1,0,1.0986123085021973,1,6.197258472442627,3.2188758850097656,5.346381664276123,0,0,0,0,0,1,0,0,0,6.197258472442627 +182,1,1,1,1,1,3,6,44,705.25,3043.376220703125,5352,265.0375061035156,1,0,5.204006671905518,1,6.558552265167236,3.7841897010803223,8.020722389221191,0,0,0,0,0,1,0,0,0,6.558552265167236 +19,1,1,1,1,0,3,6,26,585.8125,552.1688232421875,5610,265.0375061035156,1,0,2.944438934326172,1,6.372999668121338,3.25809645652771,6.313853740692139,0,0,0,0,0,1,0,0,0,6.372999668121338 +1,1,1,1,1,0,3,6,29,582.4000244140625,200.46893310546875,5349,246.83749389648438,1,0,0,1,6.367157459259033,3.367295742034912,5.3006591796875,0,0,0,0,0,1,0,0,0,6.367157459259033 +1,1,1,1,1,0,3,6,43,436.79998779296875,119.57795715332031,5549,105.7874984741211,1,0,0,1,6.079475402832031,3.761200189590454,4.783968448638916,0,0,0,0,0,1,0,0,0,6.079475402832031 +5,1,1,1,1,0,3,6,39,536.9000244140625,84.40797424316406,5428,265.0375061035156,1,0,1.6094379425048828,1,6.285811901092529,3.6635615825653076,4.435661792755127,0,0,0,0,0,1,0,0,0,6.285811901092529 +2,1,1,1,0,1,3,6,20,386.75,1684.6424560546875,5449,258.2124938964844,1,0,0.6931471824645996,1,5.957778453826904,2.995732307434082,7.4293084144592285,0,0,0,0,0,1,0,0,0,5.957778453826904 +3,1,1,1,1,0,3,6,46,593.7750244140625,315.3575744628906,5352,265.0375061035156,1,0,1.0986123085021973,1,6.386500358581543,3.828641414642334,5.753706932067871,0,0,0,0,0,1,0,0,0,6.386500358581543 +1,1,1,1,1,0,3,6,39,583.5374755859375,572.09844970703125,5610,265.0375061035156,1,0,0,1,6.3691086769104,3.6635615825653076,6.349310874938965,0,0,0,0,0,1,0,0,0,6.3691086769104 +1,1,1,0,1,0,3,6,46,407.2250061035156,151.23095703125,5549,176.3125,1,0,0,1,6.009366035461426,3.828641414642334,5.018808364868164,0,0,0,0,0,1,0,0,0,6.009366035461426 +13,1,1,1,0,1,3,6,53,422.01251220703125,2669.402099609375,5349,246.83749389648438,1,0,2.5649492740631104,1,6.045034885406494,3.97029185295105,7.8896098136901855,0,0,0,0,0,1,0,0,0,6.045034885406494 +4,1,1,1,1,0,3,6,32,382.20001220703125,211.01992797851562,5649,246.83749389648438,1,0,1.3862943649291992,1,5.945943832397461,3.465735912322998,5.35195255279541,0,0,0,0,0,1,0,0,0,5.945943832397461 +10,1,1,1,1,1,3,6,41,437.9375,2399.765625,5352,246.83749389648438,1,0,2.3025851249694824,1,6.082076072692871,3.7135720252990723,7.783126354217529,0,0,0,0,0,1,0,0,0,6.082076072692871 +26,1,1,1,1,1,3,6,23,455,5187.5732421875,5428,274.13751220703125,1,0,3.25809645652771,1,6.120297431945801,3.1354942321777344,8.554020881652832,0,0,0,0,0,1,0,0,0,6.120297431945801 +3,1,1,1,1,0,3,6,33,455,310.6682434082031,5410,214.9875030517578,1,0,1.0986123085021973,1,6.120297431945801,3.4965076446533203,5.738725662231445,0,0,0,0,0,1,0,0,0,6.120297431945801 +7,1,1,1,1,0,3,6,38,455,385.6975402832031,5428,265.0375061035156,1,0,1.945910096168518,1,6.120297431945801,3.6375861167907715,5.955053329467773,0,0,0,0,0,1,0,0,0,6.120297431945801 +18,1,1,1,1,1,3,6,61,431.11248779296875,3071.51220703125,5628,245.6999969482422,1,0,2.890371799468994,1,6.06636905670166,4.110873699188232,8.029925346374512,0,0,0,0,0,1,0,0,0,6.06636905670166 +1,1,1,1,1,0,3,6,35,568.75,135.99061584472656,5352,265.0375061035156,1,0,0,1,6.343441009521484,3.5553481578826904,4.912585735321045,0,0,0,0,0,1,0,0,0,6.343441009521484 +5,1,1,1,1,1,3,6,34,514.1500244140625,1507.6201171875,5610,265.0375061035156,1,0,1.6094379425048828,1,6.2425150871276855,3.526360511779785,7.318287372589111,0,0,0,0,0,1,0,0,0,6.2425150871276855 +4,1,1,1,1,0,3,6,22,505.04998779296875,155.9202880859375,5352,265.0375061035156,1,0,1.3862943649291992,1,6.2246575355529785,3.0910425186157227,5.049345016479492,0,0,0,0,0,1,0,0,0,6.2246575355529785 +1,1,1,1,0,0,3,6,22,528.9375,99.64830017089844,5210,141.0500030517578,1,0,0,1,6.270870208740234,3.0910425186157227,4.601646900177002,0,0,0,0,0,1,0,0,0,6.270870208740234 +100,1,1,1,1,1,3,6,27,528.9375,6352.8720703125,5349,246.83749389648438,1,0,4.605170249938965,1,6.270870208740234,3.295836925506592,8.756662368774414,0,0,0,0,0,1,0,0,0,6.270870208740234 +11,1,1,1,1,0,3,6,38,455,151.23095703125,5310,149.0124969482422,1,0,2.397895336151123,1,6.120297431945801,3.6375861167907715,5.018808364868164,0,0,0,0,0,1,0,0,0,6.120297431945801 +2,1,1,1,1,0,3,6,24,583.5374755859375,35.169986724853516,5549,246.83749389648438,1,0,0.6931471824645996,1,6.3691086769104,3.178053855895996,3.5601930618286133,0,0,0,0,0,1,0,0,0,6.3691086769104 +3,1,1,1,1,0,3,6,23,511.875,493.5521545410156,5510,246.83749389648438,1,0,1.0986123085021973,1,6.2380805015563965,3.1354942321777344,6.201628684997559,0,0,0,0,0,1,0,0,0,6.2380805015563965 +4,1,1,1,1,0,3,6,27,443.625,417.35052490234375,5352,246.83749389648438,1,0,1.3862943649291992,1,6.094979763031006,3.295836925506592,6.033926486968994,0,0,0,0,0,1,0,0,0,6.094979763031006 +4,1,1,1,1,0,3,6,28,437.9375,83.23564147949219,5604,246.83749389648438,1,0,1.3862943649291992,1,6.082076072692871,3.332204580307007,4.421675682067871,0,0,0,0,0,1,0,0,0,6.082076072692871 +5,1,1,1,1,1,3,6,33,445.8999938964844,1213.3646240234375,5316,149.0124969482422,1,0,1.6094379425048828,1,6.100094795227051,3.4965076446533203,7.101152420043945,0,0,0,0,0,1,0,0,0,6.100094795227051 +1,1,1,1,1,0,3,6,33,480.0249938964844,116.06095886230469,5610,211.5749969482422,1,0,0,1,6.173838138580322,3.4965076446533203,4.754115581512451,0,0,0,0,0,1,0,0,0,6.173838138580322 +1,1,1,1,1,0,3,6,44,444.76251220703125,640.09381103515625,5549,246.83749389648438,1,0,0,1,6.097540378570557,3.7841897010803223,6.461614608764648,0,0,0,0,0,1,0,0,0,6.097540378570557 +20,1,1,1,1,0,3,6,25,576.7125244140625,1872.2156982421875,5610,246.83749389648438,1,0,2.995732307434082,1,6.357344150543213,3.2188758850097656,7.534877777099609,0,0,0,0,0,1,0,0,0,6.357344150543213 +94,1,1,1,1,1,3,6,30,576.7125244140625,7614.30224609375,5549,246.83749389648438,1,0,4.543294906616211,1,6.357344150543213,3.4011974334716797,8.937783241271973,0,0,0,0,0,1,0,0,0,6.357344150543213 +8,1,1,1,1,0,3,6,27,432.25,260.2579040527344,5310,246.83749389648438,1,0,2.079441547393799,1,6.069004058837891,3.295836925506592,5.561673164367676,0,0,0,0,0,1,0,0,0,6.069004058837891 +1,1,1,1,1,0,3,6,45,435.6625061035156,248.53457641601562,5410,105.7874984741211,1,0,0,1,6.076868057250977,3.8066625595092773,5.515582084655762,0,0,0,0,0,1,0,0,0,6.076868057250977 +3,1,1,1,1,1,3,6,30,576.7125244140625,354.0445556640625,5549,246.83749389648438,1,0,1.0986123085021973,1,6.357344150543213,3.4011974334716797,5.869422912597656,0,0,0,0,0,1,0,0,0,6.357344150543213 +1,1,1,1,1,0,3,6,27,432.25,134.8182830810547,5549,70.5250015258789,1,0,0,1,6.069004058837891,3.295836925506592,4.903927803039551,0,0,0,0,0,1,0,0,0,6.069004058837891 +12,1,1,1,1,1,3,6,34,455,893.31768798828125,5528,246.83749389648438,1,0,2.4849066734313965,1,6.120297431945801,3.526360511779785,6.794942378997803,0,0,0,0,0,1,0,0,0,6.120297431945801 +182,1,1,1,1,1,3,6,33,455,34953.10546875,5428,246.83749389648438,1,0,5.204006671905518,1,6.120297431945801,3.4965076446533203,10.461762428283691,0,0,0,0,0,1,0,0,0,6.120297431945801 +64,1,1,1,1,1,3,6,40,481.1625061035156,6208.67529296875,5728,246.83749389648438,1,0,4.158883094787598,1,6.176205158233643,3.6888794898986816,8.733702659606934,0,0,0,0,0,1,0,0,0,6.176205158233643 +28,1,1,1,1,0,3,6,41,432.25,950.76202392578125,5549,246.83749389648438,1,0,3.332204580307007,1,6.069004058837891,3.7135720252990723,6.857263565063477,0,0,0,0,0,1,0,0,0,6.069004058837891 +1,1,1,1,1,0,3,6,33,404.95001220703125,84.40797424316406,5549,176.3125,1,0,0,1,6.003763675689697,3.4965076446533203,4.435661792755127,0,0,0,0,0,1,0,0,0,6.003763675689697 +5,1,1,1,NA,0,3,6,59,404.95001220703125,456.0375061035156,5713,246.83749389648438,1,0,1.6094379425048828,1,6.003763675689697,4.077537536621094,6.122575283050537,0,0,0,0,0,1,0,0,0,6.003763675689697 +1,1,1,1,NA,0,3,6,43,404.95001220703125,187.57327270507812,5010,105.7874984741211,1,0,0,1,6.003763675689697,3.761200189590454,5.2341694831848145,0,0,0,0,0,1,0,0,0,6.003763675689697 +10,1,1,1,NA,1,3,6,58,453.86248779296875,3308.323486328125,5234,246.83749389648438,1,0,2.3025851249694824,1,6.117794036865234,4.060442924499512,8.104196548461914,0,0,0,0,0,1,0,0,0,6.117794036865234 +21,1,1,0,NA,0,3,6,46,404.95001220703125,2189.91796875,5310,246.83749389648438,1,0,3.044522523880005,1,6.003763675689697,3.828641414642334,7.691619396209717,0,0,0,0,0,1,0,0,0,6.003763675689697 +1,1,1,0,NA,0,3,6,26,404.95001220703125,708.089111328125,5510,211.5749969482422,1,0,0,1,6.003763675689697,3.25809645652771,6.562570095062256,0,0,0,0,0,1,0,0,0,6.003763675689697 +13,1,1,1,NA,0,3,6,33,404.95001220703125,667.05743408203125,5728,246.83749389648438,1,0,2.5649492740631104,1,6.003763675689697,3.4965076446533203,6.502876281738281,0,0,0,0,0,1,0,0,0,6.003763675689697 +12,1,1,1,1,0,3,6,53,433.38751220703125,276.6705627441406,5310,246.83749389648438,1,0,2.4849066734313965,1,6.071632385253906,3.97029185295105,5.622827529907227,0,0,0,0,0,1,0,0,0,6.071632385253906 +4,1,1,1,1,0,3,6,23,426.5625,345.8382263183594,5610,246.83749389648438,1,0,1.3862943649291992,1,6.055758953094482,3.1354942321777344,5.84597110748291,0,0,0,0,0,1,0,0,0,6.055758953094482 +1,1,1,1,1,0,3,6,22,426.5625,91.44197082519531,5310,113.75,1,0,0,1,6.055758953094482,3.0910425186157227,4.51570463180542,0,0,0,0,0,1,0,0,0,6.055758953094482 +12,1,1,1,1,0,3,6,28,398.125,339.9765625,5310,265.0375061035156,1,0,2.4849066734313965,1,5.9867658615112305,3.332204580307007,5.828876495361328,0,0,0,0,0,1,0,0,0,5.9867658615112305 +6,1,1,1,NA,0,3,6,47,455,206.33059692382812,5410,265.0375061035156,1,0,1.7917594909667969,1,6.120297431945801,3.8501474857330322,5.329479694366455,0,0,0,0,0,1,0,0,0,6.120297431945801 +6,1,1,1,1,0,3,6,28,511.875,814.77142333984375,5349,246.83749389648438,1,0,1.7917594909667969,1,6.2380805015563965,3.332204580307007,6.702907562255859,0,0,0,0,0,1,0,0,0,6.2380805015563965 +11,1,1,1,1,1,3,6,24,455,3309.495849609375,5349,265.0375061035156,1,0,2.397895336151123,1,6.120297431945801,3.178053855895996,8.104551315307617,0,0,0,0,0,1,0,0,0,6.120297431945801 +17,1,1,1,1,0,3,6,28,461.82501220703125,413.8335266113281,5528,265.0375061035156,1,0,2.8332133293151855,1,6.135186195373535,3.332204580307007,6.025463581085205,0,0,0,0,0,1,0,0,0,6.135186195373535 +5,1,1,1,1,0,3,6,35,480.0249938964844,289.56622314453125,5337,265.0375061035156,1,0,1.6094379425048828,1,6.173838138580322,3.5553481578826904,5.668384075164795,0,0,0,0,0,1,0,0,0,6.173838138580322 +10,1,1,1,1,0,3,6,26,475.4750061035156,460.7268371582031,5428,246.83749389648438,1,0,2.3025851249694824,1,6.164314270019531,3.25809645652771,6.132805347442627,0,0,0,0,0,1,0,0,0,6.164314270019531 +47,1,1,1,1,1,3,6,19,432.25,2989.448974609375,5349,246.83749389648438,1,0,3.8501474857330322,1,6.069004058837891,2.944438934326172,8.00284481048584,0,0,0,0,0,1,0,0,0,6.069004058837891 +22,1,1,1,1,1,3,6,33,449.3125,3379.8359375,5413,246.83749389648438,1,0,3.0910425186157227,1,6.107718467712402,3.4965076446533203,8.125582695007324,0,0,0,0,0,1,0,0,0,6.107718467712402 +4,1,1,1,1,0,3,6,26,431.11248779296875,436.10784912109375,5410,265.0375061035156,1,0,1.3862943649291992,1,6.06636905670166,3.25809645652771,6.077889442443848,0,0,0,0,0,1,0,0,0,6.06636905670166 +11,1,1,1,1,0,3,6,29,486.8500061035156,787.8077392578125,5352,265.0375061035156,1,0,2.397895336151123,1,6.187955856323242,3.367295742034912,6.669254302978516,0,0,0,0,0,1,0,0,0,6.187955856323242 +3,1,1,1,1,0,3,6,29,423.1499938964844,84.40797424316406,5549,246.83749389648438,1,0,1.0986123085021973,1,6.047726631164551,3.367295742034912,4.435661792755127,0,0,0,0,0,1,0,0,0,6.047726631164551 +10,1,1,1,1,0,3,6,23,418.6000061035156,384.52520751953125,5413,246.83749389648438,1,0,2.3025851249694824,1,6.0369157791137695,3.1354942321777344,5.952009201049805,0,0,0,0,0,1,0,0,0,6.0369157791137695 +3,1,1,1,1,1,3,6,22,480.0249938964844,717.4677734375,5510,246.83749389648438,1,0,1.0986123085021973,1,6.173838138580322,3.0910425186157227,6.575727939605713,0,0,0,0,0,1,0,0,0,6.173838138580322 +11,1,1,1,1,0,3,6,27,455,644.78314208984375,5610,246.83749389648438,1,0,2.397895336151123,1,6.120297431945801,3.295836925506592,6.468914031982422,0,0,0,0,0,1,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,6,34,434.5249938964844,201.64126586914062,5643,211.5749969482422,1,0,0,1,6.074253559112549,3.526360511779785,5.306490421295166,0,0,0,0,0,1,0,0,0,6.074253559112549 +5,1,1,1,1,0,3,6,24,490.26251220703125,249.7069091796875,5610,246.83749389648438,1,0,1.6094379425048828,1,6.19494104385376,3.178053855895996,5.520287990570068,0,0,0,0,0,1,0,0,0,6.19494104385376 +10,1,1,1,1,0,3,6,22,404.95001220703125,388.0422058105469,5316,246.83749389648438,1,0,2.3025851249694824,1,6.003763675689697,3.0910425186157227,5.961113929748535,0,0,0,0,0,1,0,0,0,6.003763675689697 +4,1,1,1,1,0,3,6,42,445.8999938964844,114.88862609863281,5404,246.83749389648438,1,0,1.3862943649291992,1,6.100094795227051,3.7376697063446045,4.743963241577148,0,0,0,0,0,1,0,0,0,6.100094795227051 +3,1,1,1,1,0,3,6,58,414.04998779296875,121.92262268066406,5410,265.0375061035156,1,0,1.0986123085021973,1,6.025986671447754,4.060442924499512,4.803386688232422,0,0,0,0,0,1,0,0,0,6.025986671447754 +8,1,1,1,1,0,3,6,34,509.6000061035156,1445.486572265625,5352,265.0375061035156,1,0,2.079441547393799,1,6.233625888824463,3.526360511779785,7.276201248168945,0,0,0,0,0,1,0,0,0,6.233625888824463 +10,1,1,1,1,0,3,6,27,480.0249938964844,1295.4278564453125,5310,265.0375061035156,1,0,2.3025851249694824,1,6.173838138580322,3.295836925506592,7.166596412658691,0,0,0,0,0,1,0,0,0,6.173838138580322 +4,1,1,1,1,1,3,6,45,460.6875,554.51348876953125,5628,246.83749389648438,1,0,1.3862943649291992,1,6.132719993591309,3.8066625595092773,6.318090915679932,0,0,0,0,0,1,0,0,0,6.132719993591309 +4,1,1,1,1,0,3,6,26,520.9749755859375,103.16529846191406,5310,246.83749389648438,1,0,1.3862943649291992,1,6.255702018737793,3.25809645652771,4.6363325119018555,0,0,0,0,0,1,0,0,0,6.255702018737793 +32,1,1,1,1,1,3,6,20,591.5,3235.638916015625,5349,265.0375061035156,1,0,3.465735912322998,1,6.382661819458008,2.995732307434082,8.081981658935547,0,0,0,0,0,1,0,0,0,6.382661819458008 +9,1,1,1,1,1,3,6,45,528.9375,1228.60498046875,5210,246.83749389648438,1,0,2.1972246170043945,1,6.270870208740234,3.8066625595092773,7.1136345863342285,0,0,0,0,0,1,0,0,0,6.270870208740234 +7,1,1,1,1,0,3,6,19,485.7124938964844,405.627197265625,5628,246.83749389648438,1,0,1.945910096168518,1,6.185616970062256,2.944438934326172,6.005434513092041,0,0,0,0,0,1,0,0,0,6.185616970062256 +31,1,1,1,1,1,3,6,35,485.7124938964844,7608.44091796875,5349,265.0375061035156,1,0,3.4339871406555176,1,6.185616970062256,3.5553481578826904,8.937013626098633,0,0,0,0,0,1,0,0,0,6.185616970062256 +9,1,1,1,1,1,3,6,23,485.7124938964844,2513.48193359375,5628,265.0375061035156,1,0,2.1972246170043945,1,6.185616970062256,3.1354942321777344,7.8294243812561035,0,0,0,0,0,1,0,0,0,6.185616970062256 +2,1,1,1,1,1,3,6,28,568.75,1056.27197265625,5340,265.0375061035156,1,0,0.6931471824645996,1,6.343441009521484,3.332204580307007,6.962501049041748,0,0,0,0,0,1,0,0,0,6.343441009521484 +1,1,1,1,1,0,3,6,36,485.7124938964844,128.9566192626953,5249,37.537498474121094,1,0,0,1,6.185616970062256,3.5835189819335938,4.859476089477539,0,0,0,0,0,1,0,0,0,6.185616970062256 +45,1,1,1,1,1,3,6,26,591.5,2855.802978515625,5449,265.0375061035156,1,0,3.8066625595092773,1,6.382661819458008,3.25809645652771,7.957108497619629,0,0,0,0,0,1,0,0,0,6.382661819458008 +1,1,1,1,1,0,3,6,31,455,397.4208679199219,5628,188.8249969482422,1,0,0,1,6.120297431945801,3.4339871406555176,5.9849958419799805,0,0,0,0,0,1,0,0,0,6.120297431945801 +2,1,1,1,1,0,3,6,24,541.45001220703125,315.3575744628906,5349,265.0375061035156,1,0,0.6931471824645996,1,6.294250965118408,3.178053855895996,5.753706932067871,0,0,0,0,0,1,0,0,0,6.294250965118408 +2,1,1,1,0,0,3,6,29,591.5,308.3235778808594,5440,265.0375061035156,1,0,0.6931471824645996,1,6.382661819458008,3.367295742034912,5.731149673461914,0,0,0,0,0,1,0,0,0,6.382661819458008 +4,1,1,1,1,0,3,6,21,591.5,409.1441955566406,5628,265.0375061035156,1,0,1.3862943649291992,1,6.382661819458008,3.044522523880005,6.014067649841309,0,0,0,0,0,1,0,0,0,6.382661819458008 +6,1,1,1,1,1,3,6,23,591.5,4031.653076171875,5337,265.0375061035156,1,0,1.7917594909667969,1,6.382661819458008,3.1354942321777344,8.301931381225586,0,0,0,0,0,1,0,0,0,6.382661819458008 +3,1,1,1,1,0,3,6,30,398.125,205.15826416015625,5649,265.0375061035156,1,0,1.0986123085021973,1,5.9867658615112305,3.4011974334716797,5.323781490325928,0,0,0,0,0,1,0,0,0,5.9867658615112305 +34,1,1,1,1,1,3,6,49,398.125,4535.75634765625,5428,265.0375061035156,1,0,3.526360511779785,1,5.9867658615112305,3.891820192337036,8.419747352600098,0,0,0,0,0,1,0,0,0,5.9867658615112305 +2,1,1,1,1,1,3,6,31,477.75,555.685791015625,5352,265.0375061035156,1,0,0.6931471824645996,1,6.1690874099731445,3.4339871406555176,6.320202827453613,0,0,0,0,0,1,0,0,0,6.1690874099731445 +5,1,1,1,1,1,3,6,36,500.5,1456.0374755859375,5310,246.83749389648438,1,0,1.6094379425048828,1,6.215607643127441,3.5835189819335938,7.283473968505859,0,0,0,0,0,1,0,0,0,6.215607643127441 +3,1,1,1,0,0,3,6,20,409.5,99.64830017089844,5528,265.0375061035156,1,0,1.0986123085021973,1,6.014936923980713,2.995732307434082,4.601646900177002,0,0,0,0,0,1,0,0,0,6.014936923980713 +3,1,1,1,0,0,3,6,20,455,135.99061584472656,5440,265.0375061035156,1,0,1.0986123085021973,1,6.120297431945801,2.995732307434082,4.912585735321045,0,0,0,0,0,1,0,0,0,6.120297431945801 +1,1,1,1,0,0,3,6,19,409.5,116.06095886230469,5540,76.2125015258789,1,0,0,1,6.014936923980713,2.944438934326172,4.754115581512451,0,0,0,0,0,1,0,0,0,6.014936923980713 +45,1,1,1,0,1,3,6,26,386.75,2475.96728515625,5628,265.0375061035156,1,0,3.8066625595092773,1,5.957778453826904,3.25809645652771,7.814386367797852,0,0,0,0,0,1,0,0,0,5.957778453826904 +1,1,1,1,1,0,3,6,31,732.54998779296875,336.4595642089844,5349,188.8249969482422,1,0,0,1,6.596531391143799,3.4339871406555176,5.818478107452393,0,0,0,0,0,1,0,0,0,6.596531391143799 +24,1,1,1,1,1,3,6,30,576.7125244140625,3341.14892578125,5428,265.0375061035156,1,0,3.178053855895996,1,6.357344150543213,3.4011974334716797,8.114069938659668,0,0,0,0,0,1,0,0,0,6.357344150543213 +58,1,1,1,1,1,3,6,26,455,8880.421875,5349,246.83749389648438,1,0,4.060442924499512,1,6.120297431945801,3.25809645652771,9.091604232788086,0,0,0,0,0,1,0,0,0,6.120297431945801 +24,1,1,1,1,1,3,6,30,461.82501220703125,3364.595458984375,5310,246.83749389648438,1,0,3.178053855895996,1,6.135186195373535,3.4011974334716797,8.121063232421875,0,0,0,0,0,1,0,0,0,6.135186195373535 +88,1,1,1,0,1,3,6,35,461.82501220703125,9320.046875,5352,265.0375061035156,1,0,4.477336883544922,1,6.135186195373535,3.5553481578826904,9.139923095703125,0,0,0,0,0,1,0,0,0,6.135186195373535 +9,1,1,1,1,0,3,6,25,461.82501220703125,757.32708740234375,5610,265.0375061035156,1,0,2.1972246170043945,1,6.135186195373535,3.2188758850097656,6.629795074462891,0,0,0,0,0,1,0,0,0,6.135186195373535 +4,1,1,1,1,0,3,6,42,455,426.72918701171875,5349,265.0375061035156,1,0,1.3862943649291992,1,6.120297431945801,3.7376697063446045,6.056149482727051,0,0,0,0,0,1,0,0,0,6.120297431945801 +15,1,1,1,1,1,3,6,30,477.75,2439.624755859375,5528,265.0375061035156,1,0,2.70805025100708,1,6.1690874099731445,3.4011974334716797,7.799599647521973,0,0,0,0,0,1,0,0,0,6.1690874099731445 +1,1,1,1,1,0,3,6,40,455,302.4619140625,5610,151.28750610351562,1,0,0,1,6.120297431945801,3.6888794898986816,5.711955547332764,0,0,0,0,0,1,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,6,40,455,157.09262084960938,5549,227.5,1,0,0,1,6.120297431945801,3.6888794898986816,5.056835651397705,0,0,0,0,0,1,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,6,29,455,120.75028991699219,5610,151.28750610351562,1,0,0,1,6.120297431945801,3.367295742034912,4.793724536895752,0,0,0,0,0,1,0,0,0,6.120297431945801 +5,1,1,1,1,1,3,6,30,486.8500061035156,1189.91796875,5428,265.0375061035156,1,0,1.6094379425048828,1,6.187955856323242,3.4011974334716797,7.081639766693115,0,0,0,0,0,1,0,0,0,6.187955856323242 +2,1,1,1,1,0,3,6,27,500.5,199.29660034179688,5349,265.0375061035156,1,0,0.6931471824645996,1,6.215607643127441,3.295836925506592,5.294794082641602,0,0,0,0,0,1,0,0,0,6.215607643127441 +3,1,1,1,1,0,3,6,32,549.4124755859375,247.36224365234375,5210,265.0375061035156,1,0,1.0986123085021973,1,6.308849334716797,3.465735912322998,5.5108537673950195,0,0,0,0,0,1,0,0,0,6.308849334716797 +7,1,1,1,1,1,3,6,24,682.5,2345.838134765625,5349,265.0375061035156,1,0,1.945910096168518,1,6.525762557983398,3.178053855895996,7.760397911071777,0,0,0,0,0,1,0,0,0,6.525762557983398 +2,1,1,1,1,0,3,6,27,547.13751220703125,111.37162780761719,5510,265.0375061035156,1,0,0.6931471824645996,1,6.3047003746032715,3.295836925506592,4.712872505187988,0,0,0,0,0,1,0,0,0,6.3047003746032715 +3,1,1,1,1,1,3,6,47,398.125,1341.14892578125,5628,246.83749389648438,1,0,1.0986123085021973,1,5.9867658615112305,3.8501474857330322,7.201282024383545,0,0,0,0,0,1,0,0,0,5.9867658615112305 +2,1,1,1,1,0,1,6,37,411.7749938964844,116.06095886230469,5552,245.6999969482422,1,0,0.6931471824645996,1,6.020477294921875,3.610917806625366,4.754115581512451,0,0,0,0,0,1,0,1,0,6.020477294921875 +14,1,1,1,1,0,1,6,40,411.7749938964844,4031.653076171875,5310,245.6999969482422,1,0,2.6390573978424072,1,6.020477294921875,3.6888794898986816,8.301931381225586,0,0,0,0,0,1,0,1,0,6.020477294921875 +13,1,1,1,1,1,1,6,35,540.3125,923.79833984375,5640,246.83749389648438,1,0,2.5649492740631104,1,6.292147636413574,3.5553481578826904,6.828493595123291,0,0,0,0,0,1,0,1,0,6.292147636413574 +5,1,1,1,1,0,3,6,45,370.82501220703125,364.5955505371094,5628,246.83749389648438,1,0,1.6094379425048828,1,5.9157304763793945,3.8066625595092773,5.8987884521484375,0,0,0,0,0,1,0,0,0,5.9157304763793945 +1,1,1,1,1,0,1,6,39,392.4375,150.05862426757812,5316,246.83749389648438,1,0,0,1,5.972377300262451,3.6635615825653076,5.011025905609131,0,0,0,0,0,1,0,1,0,5.972377300262451 +2,1,1,1,1,0,1,6,44,398.125,202.8135986328125,5034,265.0375061035156,1,0,0.6931471824645996,1,5.9867658615112305,3.7841897010803223,5.312287330627441,0,0,0,0,0,1,0,1,0,5.9867658615112305 +13,1,1,1,0,1,1,6,21,399.26251220703125,4756.15478515625,5349,265.0375061035156,1,0,2.5649492740631104,1,5.989619255065918,3.044522523880005,8.467194557189941,0,0,0,0,0,1,0,1,0,5.989619255065918 +9,1,1,1,1,0,1,6,60,393.57501220703125,817.1160888671875,5628,246.83749389648438,1,0,2.1972246170043945,1,5.975271701812744,4.094344615936279,6.705780982971191,0,0,0,0,0,1,0,1,0,5.975271701812744 +1,1,1,1,1,0,1,6,53,441.3500061035156,227.43258666992188,5713,265.0375061035156,1,0,0,1,6.089838027954102,3.97029185295105,5.426853656768799,0,0,0,0,0,1,0,1,0,6.089838027954102 +35,1,1,1,1,0,1,6,45,432.25,796.0140380859375,5352,265.0375061035156,1,0,3.5553481578826904,1,6.069004058837891,3.8066625595092773,6.679616928100586,0,0,0,0,0,1,0,1,0,6.069004058837891 +3,1,1,1,1,0,1,6,42,412.9125061035156,121.92262268066406,5549,246.83749389648438,1,0,1.0986123085021973,1,6.02323579788208,3.7376697063446045,4.803386688232422,0,0,0,0,0,1,0,1,0,6.02323579788208 +11,1,1,1,1,0,1,6,30,407.2250061035156,1396.24853515625,5337,265.0375061035156,1,0,2.397895336151123,1,6.009366035461426,3.4011974334716797,7.241544246673584,0,0,0,0,0,1,0,1,0,6.009366035461426 +5,1,1,1,1,0,1,6,43,525.5250244140625,243.84524536132812,5628,265.0375061035156,1,0,1.6094379425048828,1,6.264397621154785,3.761200189590454,5.4965338706970215,0,0,0,0,0,1,0,1,0,6.264397621154785 +13,1,1,1,1,0,1,6,42,410.63751220703125,1042.2039794921875,5549,265.0375061035156,1,0,2.5649492740631104,1,6.0177106857299805,3.7376697063446045,6.949092864990234,0,0,0,0,0,1,0,1,0,6.0177106857299805 +5,1,1,1,1,0,1,6,45,556.23748779296875,0,5728,265.0375061035156,1,0,1.6094379425048828,1,6.321195125579834,3.8066625595092773,0,0,0,0,0,0,1,0,1,0,6.321195125579834 +3,1,1,1,1,0,1,6,33,416.32501220703125,311.840576171875,5225,208.16250610351562,1,0,1.0986123085021973,1,6.031466007232666,3.4965076446533203,5.742492198944092,0,0,0,0,0,1,0,1,0,6.031466007232666 +3,1,1,0,1,0,1,6,54,377.6499938964844,72.68463897705078,5652,246.83749389648438,1,0,1.0986123085021973,1,5.933967590332031,3.9889841079711914,4.286129951477051,0,0,0,0,0,1,0,1,0,5.933967590332031 +1,1,1,1,1,0,1,6,27,682.5,250.87925720214844,5349,246.83749389648438,1,0,0,1,6.525762557983398,3.295836925506592,5.524971961975098,0,0,0,0,0,1,0,1,0,6.525762557983398 +2,1,1,1,1,0,1,6,34,455,121.92262268066406,5440,246.83749389648438,1,0,0.6931471824645996,1,6.120297431945801,3.526360511779785,4.803386688232422,0,0,0,0,0,1,0,1,0,6.120297431945801 +3,1,1,1,0,0,1,6,40,477.75,315.3575744628906,5116,265.0375061035156,1,0,1.0986123085021973,1,6.1690874099731445,3.6888794898986816,5.753706932067871,0,0,0,0,0,1,0,1,0,6.1690874099731445 +4,1,1,1,1,0,1,6,39,503.9125061035156,202.8135986328125,5549,265.0375061035156,1,0,1.3862943649291992,1,6.222402572631836,3.6635615825653076,5.312287330627441,0,0,0,0,0,1,0,1,0,6.222402572631836 +1,1,1,1,1,0,1,6,27,531.2125244140625,154.74795532226562,5310,246.83749389648438,1,0,0,1,6.275162220001221,3.295836925506592,5.041797637939453,0,0,0,0,0,1,0,1,0,6.275162220001221 +8,1,1,1,0,1,1,6,24,483.4375,3070.340087890625,5349,265.0375061035156,1,0,2.079441547393799,1,6.180922031402588,3.178053855895996,8.02954387664795,0,0,0,0,0,1,0,1,0,6.180922031402588 +3,1,1,1,1,0,1,6,36,580.125,162.95428466796875,5649,265.0375061035156,1,0,1.0986123085021973,1,6.363243579864502,3.5835189819335938,5.093469619750977,0,0,0,0,0,1,0,1,0,6.363243579864502 +3,1,1,1,1,0,1,6,54,459.54998779296875,103.16529846191406,5710,246.83749389648438,1,0,1.0986123085021973,1,6.130247592926025,3.9889841079711914,4.6363325119018555,0,0,0,0,0,1,0,1,0,6.130247592926025 +4,1,1,1,1,0,1,6,51,441.3500061035156,153.57562255859375,5628,265.0375061035156,1,0,1.3862943649291992,1,6.089838027954102,3.931825637817383,5.03419303894043,0,0,0,0,0,1,0,1,0,6.089838027954102 +10,1,1,1,1,0,1,6,21,382.20001220703125,409.1441955566406,5628,254.8000030517578,1,0,2.3025851249694824,1,5.945943832397461,3.044522523880005,6.014067649841309,0,0,0,0,0,1,0,1,0,5.945943832397461 +7,1,1,1,1,0,1,6,55,502.7749938964844,350.5275573730469,5549,246.83749389648438,1,0,1.945910096168518,1,6.220142841339111,4.007333278656006,5.859439373016357,0,0,0,0,0,1,0,1,0,6.220142841339111 +6,1,1,1,1,0,1,6,28,371.9624938964844,159.43728637695312,5210,247.97500610351562,1,0,1.7917594909667969,1,5.918793201446533,3.332204580307007,5.071650505065918,0,0,0,0,0,1,0,1,0,5.918793201446533 +3,1,1,1,1,0,1,6,53,384.4750061035156,123.09495544433594,5652,255.9375,1,0,1.0986123085021973,1,5.951878547668457,3.97029185295105,4.812955856323242,0,0,0,0,0,1,0,1,0,5.951878547668457 +6,1,1,0,1,0,1,6,56,395.8500061035156,248.53457641601562,5052,263.8999938964844,1,0,1.7917594909667969,1,5.981035232543945,4.025351524353027,5.515582084655762,0,0,0,0,0,1,0,1,0,5.981035232543945 +3,1,1,1,1,0,1,6,57,455,14.067995071411133,5310,246.83749389648438,1,0,1.0986123085021973,1,6.120297431945801,4.043051242828369,2.64390230178833,0,0,0,0,0,1,0,1,0,6.120297431945801 +1,1,1,1,1,1,1,6,44,563.0625,758.4993896484375,5643,265.0375061035156,1,0,0,1,6.333390712738037,3.7841897010803223,6.631341934204102,0,0,0,0,0,1,0,1,0,6.333390712738037 +15,1,1,1,1,1,1,6,42,433.38751220703125,1715.123046875,5610,246.83749389648438,1,0,2.70805025100708,1,6.071632385253906,3.7376697063446045,7.447239875793457,0,0,0,0,0,1,0,1,0,6.071632385253906 +10,1,1,1,1,0,1,6,63,433.38751220703125,337.63189697265625,5613,246.83749389648438,1,0,2.3025851249694824,1,6.071632385253906,4.143134593963623,5.821956157684326,0,0,0,0,0,1,0,1,0,6.071632385253906 +5,1,1,1,1,0,1,6,31,457.2749938964844,427.9015197753906,5440,246.83749389648438,1,0,1.6094379425048828,1,6.1252851486206055,3.4339871406555176,6.058893203735352,0,0,0,0,0,1,0,1,0,6.1252851486206055 +1,1,1,1,1,0,1,6,30,481.1625061035156,250.87925720214844,5349,265.0375061035156,1,0,0,1,6.176205158233643,3.4011974334716797,5.524971961975098,0,0,0,0,0,1,0,1,0,6.176205158233643 +30,1,1,1,1,1,1,6,33,640.4124755859375,3298.94482421875,5310,246.83749389648438,1,0,3.4011974334716797,1,6.4621124267578125,3.4965076446533203,8.101358413696289,0,0,0,0,0,1,0,1,0,6.4621124267578125 +2,1,1,1,1,0,1,6,44,663.1624755859375,107.85462951660156,5604,265.0375061035156,1,0,0.6931471824645996,1,6.497020244598389,3.7841897010803223,4.680784225463867,0,0,0,0,0,1,0,1,0,6.497020244598389 +10,1,1,1,1,0,1,6,36,409.5,384.52520751953125,5528,265.0375061035156,1,0,2.3025851249694824,1,6.014936923980713,3.5835189819335938,5.952009201049805,0,0,0,0,0,1,0,1,0,6.014936923980713 +3,1,1,1,1,0,1,6,29,477.75,268.4642333984375,5740,265.0375061035156,1,0,1.0986123085021973,1,6.1690874099731445,3.367295742034912,5.59271764755249,0,0,0,0,0,1,0,1,0,6.1690874099731445 +1,1,1,1,1,0,1,6,31,400.3999938964844,262.6025695800781,5713,246.83749389648438,1,0,0,1,5.992464065551758,3.4339871406555176,5.57064151763916,0,0,0,0,0,1,0,1,0,5.992464065551758 +13,1,1,1,1,1,1,6,23,394.7124938964844,3019.9296875,5310,262.76251220703125,1,0,2.5649492740631104,1,5.9781575202941895,3.1354942321777344,8.012989044189453,0,0,0,0,0,1,0,1,0,5.9781575202941895 +7,1,1,1,0,1,1,6,30,386.75,1788.9801025390625,5349,265.0375061035156,1,0,1.945910096168518,1,5.957778453826904,3.4011974334716797,7.489400863647461,0,0,0,0,0,1,0,1,0,5.957778453826904 +2,1,1,1,1,0,1,6,53,449.3125,273.153564453125,5728,265.0375061035156,1,0,0.6931471824645996,1,6.107718467712402,3.97029185295105,5.610033988952637,0,0,0,0,0,1,0,1,0,6.107718467712402 +3,1,1,1,1,0,2,6,39,635.86248779296875,566.23681640625,5449,246.83749389648438,1,0,1.0986123085021973,1,6.454982280731201,3.6635615825653076,6.339012622833252,0,0,0,0,0,1,0,0,1,6.454982280731201 +4,1,1,1,1,0,2,6,59,693.875,154.74795532226562,5549,246.83749389648438,1,0,1.3862943649291992,1,6.542291641235352,4.077537536621094,5.041797637939453,0,0,0,0,0,1,0,0,1,6.542291641235352 +4,1,1,1,NA,0,2,6,31,630.17498779296875,441.9695129394531,5628,246.83749389648438,1,0,1.3862943649291992,1,6.445997714996338,3.4339871406555176,6.091240882873535,0,0,0,0,0,1,0,0,1,6.445997714996338 +3,1,1,1,1,0,1,6,56,400.3999938964844,175.84994506835938,5352,265.0375061035156,1,0,1.0986123085021973,1,5.992464065551758,4.025351524353027,5.169631004333496,0,0,0,0,0,1,0,1,0,5.992464065551758 +5,1,1,1,1,0,3,6,51,389.0249938964844,330.597900390625,5728,245.6999969482422,1,0,1.6094379425048828,1,5.963643550872803,3.931825637817383,5.800902843475342,0,0,0,0,0,1,0,0,0,5.963643550872803 +3,1,1,1,1,1,1,6,51,411.7749938964844,2466.588623046875,5336,246.83749389648438,1,0,1.0986123085021973,1,6.020477294921875,3.931825637817383,7.810591220855713,0,0,0,0,0,1,0,1,0,6.020477294921875 +4,1,1,1,1,0,1,6,34,510.73748779296875,87.92497253417969,5728,246.83749389648438,1,0,1.3862943649291992,1,6.235855579376221,3.526360511779785,4.4764838218688965,0,0,0,0,0,1,0,1,0,6.235855579376221 +8,1,1,1,1,0,1,6,37,378.7875061035156,263.77490234375,5528,246.83749389648438,1,0,2.079441547393799,1,5.936975479125977,3.610917806625366,5.575096130371094,0,0,0,0,0,1,0,1,0,5.936975479125977 +6,1,1,1,1,1,1,6,43,1001,433.76318359375,5452,265.0375061035156,1,0,1.7917594909667969,1,6.908754825592041,3.761200189590454,6.072498798370361,0,0,0,0,0,1,0,1,0,6.908754825592041 +10,1,1,1,1,1,1,6,46,682.5,2538.100830078125,5316,246.83749389648438,1,0,2.3025851249694824,1,6.525762557983398,3.828641414642334,7.839171409606934,0,0,0,0,0,1,0,1,0,6.525762557983398 +11,1,1,1,NA,0,1,6,24,403.8125,1220.3985595703125,5628,265.0375061035156,1,0,2.397895336151123,1,6.000950813293457,3.178053855895996,7.106932640075684,0,0,0,0,0,1,0,1,0,6.000950813293457 +7,1,1,1,1,0,2,6,22,402.67498779296875,168.81594848632812,5316,246.83749389648438,1,0,1.945910096168518,1,5.998129844665527,3.0910425186157227,5.128808975219727,0,0,0,0,0,1,0,0,1,5.998129844665527 +14,1,1,1,1,1,2,6,25,434.5249938964844,1304.8065185546875,5528,246.83749389648438,1,0,2.6390573978424072,1,6.074253559112549,3.2188758850097656,7.173810005187988,0,0,0,0,0,1,0,0,1,6.074253559112549 +6,1,1,1,1,0,2,6,59,652.92498779296875,208.67526245117188,5410,265.0375061035156,1,0,1.7917594909667969,1,6.481462478637695,4.077537536621094,5.3407793045043945,0,0,0,0,0,1,0,0,1,6.481462478637695 +4,1,1,1,1,0,2,6,47,607.42498779296875,177.02227783203125,5728,245.6999969482422,1,0,1.3862943649291992,1,6.409228801727295,3.8501474857330322,5.176275730133057,0,0,0,0,0,1,0,0,1,6.409228801727295 +9,1,1,1,1,1,2,6,20,756.4375,2586.16650390625,5549,262.76251220703125,1,0,2.1972246170043945,1,6.628620147705078,2.995732307434082,7.857932090759277,0,0,0,0,0,1,0,0,1,6.628620147705078 +14,1,1,1,0,0,2,6,31,601.73748779296875,409.1441955566406,5452,246.83749389648438,1,0,2.6390573978424072,1,6.3998212814331055,3.4339871406555176,6.014067649841309,0,0,0,0,0,1,0,0,1,6.3998212814331055 +10,1,1,1,1,1,2,6,47,702.9749755859375,1150.05859375,5352,246.83749389648438,1,0,2.3025851249694824,1,6.555321216583252,3.8501474857330322,7.047568321228027,0,0,0,0,0,1,0,0,1,6.555321216583252 +18,1,1,1,1,1,2,6,57,684.7750244140625,6395.076171875,5310,246.83749389648438,1,0,2.890371799468994,1,6.529090404510498,4.043051242828369,8.763283729553223,0,0,0,0,0,1,0,0,1,6.529090404510498 +3,1,1,1,1,0,2,6,36,510.73748779296875,407.97186279296875,5728,246.83749389648438,1,0,1.0986123085021973,1,6.235855579376221,3.5835189819335938,6.011198043823242,0,0,0,0,0,1,0,0,1,6.235855579376221 +3,1,1,1,1,0,2,6,46,721.17498779296875,118.40562438964844,5728,265.0375061035156,1,0,1.0986123085021973,1,6.580881595611572,3.828641414642334,4.774116039276123,0,0,0,0,0,1,0,0,1,6.580881595611572 +14,1,1,1,1,0,2,6,34,409.5,461.899169921875,5528,246.83749389648438,1,0,2.6390573978424072,1,6.014936923980713,3.526360511779785,6.135346412658691,0,0,0,0,0,1,0,0,1,6.014936923980713 +14,1,1,1,1,0,2,6,36,658.61248779296875,2185.228515625,5352,149.0124969482422,1,0,2.6390573978424072,1,6.490135192871094,3.5835189819335938,7.6894755363464355,0,0,0,0,0,1,0,0,1,6.490135192871094 +20,1,1,1,1,1,2,6,33,675.67498779296875,2665.885009765625,5028,265.0375061035156,1,0,2.995732307434082,1,6.515712261199951,3.4965076446533203,7.888291358947754,0,0,0,0,0,1,0,0,1,6.515712261199951 +2,1,1,1,1,0,2,6,36,624.48748779296875,172.33294677734375,5736,265.0375061035156,1,0,0.6931471824645996,1,6.436931133270264,3.5835189819335938,5.149428367614746,0,0,0,0,0,1,0,0,1,6.436931133270264 +13,1,1,1,0,1,2,6,37,414.04998779296875,2746.776123046875,5352,246.83749389648438,1,0,2.5649492740631104,1,6.025986671447754,3.610917806625366,7.918183326721191,0,0,0,0,0,1,0,0,1,6.025986671447754 +2,1,1,1,1,0,2,6,26,370.82501220703125,119.57795715332031,5349,246.83749389648438,1,0,0.6931471824645996,1,5.9157304763793945,3.25809645652771,4.783968448638916,0,0,0,0,0,1,0,0,1,5.9157304763793945 +8,1,1,1,0,1,2,6,32,796.25,5.861664772033691,5316,246.83749389648438,1,0,2.079441547393799,1,6.67991304397583,3.465735912322998,1.768433690071106,0,0,0,0,0,1,0,0,1,6.67991304397583 +2,1,1,1,1,0,2,6,37,557.375,152.40328979492188,5549,149.0124969482422,1,0,0.6931471824645996,1,6.323238372802734,3.610917806625366,5.0265302658081055,0,0,0,0,0,1,0,0,1,6.323238372802734 +10,1,1,1,1,0,2,6,61,561.92498779296875,718.64007568359375,5728,130.8125,1,0,2.3025851249694824,1,6.331368446350098,4.110873699188232,6.5773606300354,0,0,0,0,0,1,0,0,1,6.331368446350098 +1,1,1,1,1,0,2,6,27,527.79998779296875,35.169986724853516,5410,246.83749389648438,1,0,0,1,6.268717288970947,3.295836925506592,3.5601930618286133,0,0,0,0,0,1,0,0,1,6.268717288970947 +11,1,1,1,0,0,2,6,39,377.6499938964844,411.4888610839844,5428,246.83749389648438,1,0,2.397895336151123,1,5.933967590332031,3.6635615825653076,6.019782066345215,0,0,0,0,0,1,0,0,1,5.933967590332031 +7,1,1,1,0,0,2,6,27,509.6000061035156,205.15826416015625,5628,246.83749389648438,1,0,1.945910096168518,1,6.233625888824463,3.295836925506592,5.323781490325928,0,0,0,0,0,1,0,0,1,6.233625888824463 +10,1,1,1,1,0,2,6,41,462.9624938964844,3574.443115234375,5452,246.83749389648438,1,0,2.3025851249694824,1,6.137646198272705,3.7135720252990723,8.1815643310546875,0,0,0,0,0,1,0,0,1,6.137646198272705 +4,1,1,1,1,0,2,6,53,696.1500244140625,268.4642333984375,5349,266.17498779296875,1,0,1.3862943649291992,1,6.545565128326416,3.97029185295105,5.59271764755249,0,0,0,0,0,1,0,0,1,6.545565128326416 +0.25,1,1,1,0,0,2,6,21,441.3500061035156,97.30363464355469,5549,265.0375061035156,1,0,-1.3862943649291992,1,6.089838027954102,3.044522523880005,4.577836513519287,0,0,0,0,0,1,0,0,1,6.089838027954102 +7,1,1,1,1,0,2,6,29,383.3374938964844,446.6588439941406,5349,246.83749389648438,1,0,1.945910096168518,1,5.948915958404541,3.367295742034912,6.101795196533203,0,0,0,0,0,1,0,0,1,5.948915958404541 +3,1,1,1,1,0,2,6,38,455,207.5029296875,5310,245.6999969482422,1,0,1.0986123085021973,1,6.120297431945801,3.6375861167907715,5.335145473480225,0,0,0,0,0,1,0,0,1,6.120297431945801 +2,1,1,1,1,1,2,6,59,731.4124755859375,1379.8358154296875,5049,246.83749389648438,1,0,0.6931471824645996,1,6.594977378845215,4.077537536621094,7.229719638824463,0,0,0,0,0,1,0,0,1,6.594977378845215 +9,1,1,1,1,0,2,6,55,646.0999755859375,451.3481750488281,5549,246.83749389648438,1,0,2.1972246170043945,1,6.470954418182373,4.007333278656006,6.112238883972168,0,0,0,0,0,1,0,0,1,6.470954418182373 +6,1,1,1,1,0,2,6,25,668.8499755859375,636.5767822265625,5440,246.83749389648438,1,0,1.7917594909667969,1,6.505559921264648,3.2188758850097656,6.4561052322387695,0,0,0,0,0,1,0,0,1,6.505559921264648 +2,1,1,1,1,0,2,6,24,432.25,322.3915710449219,5349,265.0375061035156,1,0,0.6931471824645996,1,6.069004058837891,3.178053855895996,5.775766849517822,0,0,0,0,0,1,0,0,1,6.069004058837891 +5,1,1,1,1,0,2,6,29,774.63751220703125,282.5322265625,5628,265.0375061035156,1,0,1.6094379425048828,1,6.652395248413086,3.367295742034912,5.643792629241943,0,0,0,0,0,1,0,0,1,6.652395248413086 +5,1,1,1,0,0,2,6,32,622.2125244140625,93.78663635253906,5628,265.0375061035156,1,0,1.6094379425048828,1,6.433281898498535,3.465735912322998,4.541022300720215,0,0,0,0,0,1,0,0,1,6.433281898498535 +10,1,1,1,1,0,2,6,53,742.7874755859375,373.9742126464844,5528,265.0375061035156,1,0,2.3025851249694824,1,6.610409736633301,3.97029185295105,5.924186706542969,0,0,0,0,0,1,0,0,1,6.610409736633301 +15,1,1,1,1,1,2,6,26,457.2749938964844,6536.9287109375,5404,246.83749389648438,1,0,2.70805025100708,1,6.1252851486206055,3.25809645652771,8.785223007202148,0,0,0,0,0,1,0,0,1,6.1252851486206055 +17,1,1,1,1,0,2,6,49,573.29998779296875,1007.0339965820312,5428,246.83749389648438,1,0,2.8332133293151855,1,6.351408958435059,3.891820192337036,6.914764881134033,0,0,0,0,0,1,0,0,1,6.351408958435059 +10,1,1,1,1,1,2,6,29,455,4529.89453125,5328,265.0375061035156,1,0,2.3025851249694824,1,6.120297431945801,3.367295742034912,8.41845417022705,0,0,0,0,0,1,0,0,1,6.120297431945801 +4,1,1,1,1,0,2,6,32,399.26251220703125,227.43258666992188,5549,246.83749389648438,1,0,1.3862943649291992,1,5.989619255065918,3.465735912322998,5.426853656768799,0,0,0,0,0,1,0,0,1,5.989619255065918 +10,1,1,1,1,1,2,6,34,515.2874755859375,2440.797119140625,5352,265.0375061035156,1,0,2.3025851249694824,1,6.244724750518799,3.526360511779785,7.800079822540283,0,0,0,0,0,1,0,0,1,6.244724750518799 +20,1,1,1,1,0,2,6,24,815.5875244140625,1405.627197265625,5628,246.83749389648438,1,0,2.995732307434082,1,6.703908920288086,3.178053855895996,7.248239040374756,0,0,0,0,0,1,0,0,1,6.703908920288086 +49,1,1,1,1,1,2,6,34,448.17498779296875,7174.677734375,5028,246.83749389648438,1,0,3.891820192337036,1,6.1051836013793945,3.526360511779785,8.878313064575195,0,0,0,0,0,1,0,0,1,6.1051836013793945 +2,1,1,1,0,0,2,6,32,445.8999938964844,130.1289520263672,5604,265.0375061035156,1,0,0.6931471824645996,1,6.100094795227051,3.465735912322998,4.868525981903076,0,0,0,0,0,1,0,0,1,6.100094795227051 +9,1,1,1,1,0,2,6,51,455,859.320068359375,5013,246.83749389648438,1,0,2.1972246170043945,1,6.120297431945801,3.931825637817383,6.756141662597656,0,0,0,0,0,1,0,0,1,6.120297431945801 +0.25,1,1,1,1,0,2,6,22,382.20001220703125,56.27198028564453,5410,254.8000030517578,1,0,-1.3862943649291992,1,5.945943832397461,3.0910425186157227,4.030196666717529,0,0,0,0,0,1,0,0,1,5.945943832397461 +10,1,1,1,1,1,2,6,52,502.7749938964844,2644.783203125,5352,246.83749389648438,1,0,2.3025851249694824,1,6.220142841339111,3.9512436389923096,7.880344390869141,0,0,0,0,0,1,0,0,1,6.220142841339111 +10,1,1,1,1,0,3,6,34,511.875,720.9847412109375,5528,246.83749389648438,1,0,2.3025851249694824,1,6.2380805015563965,3.526360511779785,6.580617904663086,0,0,0,0,0,1,0,0,0,6.2380805015563965 +1,1,1,1,1,0,3,6,48,552.82501220703125,291.910888671875,5549,246.83749389648438,1,0,0,1,6.315041542053223,3.8712010383605957,5.676448345184326,0,0,0,0,0,1,0,0,0,6.315041542053223 +12,1,1,1,1,1,3,6,54,689.32501220703125,7937.8662109375,5436,265.0375061035156,1,0,2.4849066734313965,1,6.535712718963623,3.9889841079711914,8.979399681091309,0,0,0,0,0,1,0,0,0,6.535712718963623 +1,1,1,1,NA,0,3,6,28,435.6625061035156,35.169986724853516,5613,137.6374969482422,1,0,0,1,6.076868057250977,3.332204580307007,3.5601930618286133,0,0,0,0,0,1,0,0,0,6.076868057250977 +2,1,1,1,1,0,3,6,53,541.45001220703125,437.2801818847656,5549,265.0375061035156,1,0,0.6931471824645996,1,6.294250965118408,3.97029185295105,6.080574035644531,0,0,0,0,0,1,0,0,0,6.294250965118408 +15,1,1,1,1,1,3,6,51,551.6875,2395.076171875,5310,149.0124969482422,1,0,2.70805025100708,1,6.312981605529785,3.931825637817383,7.78117036819458,0,0,0,0,0,1,0,0,0,6.312981605529785 +0.25,1,1,1,0,1,3,6,42,511.875,188.74560546875,5337,149.0124969482422,1,0,-1.3862943649291992,1,6.2380805015563965,3.7376697063446045,5.240400314331055,0,0,0,0,0,1,0,0,0,6.2380805015563965 +1,1,1,1,1,0,3,6,56,571.0250244140625,181.71160888671875,5610,149.0124969482422,1,0,0,1,6.347433090209961,4.025351524353027,5.202420711517334,0,0,0,0,0,1,0,0,0,6.347433090209961 +8,1,1,1,1,0,3,6,56,568.75,437.2801818847656,5549,265.0375061035156,1,0,2.079441547393799,1,6.343441009521484,4.025351524353027,6.080574035644531,0,0,0,0,0,1,0,0,0,6.343441009521484 +8,1,1,1,1,0,3,6,25,370.82501220703125,181.71160888671875,5549,265.0375061035156,1,0,2.079441547393799,1,5.9157304763793945,3.2188758850097656,5.202420711517334,0,0,0,0,0,1,0,0,0,5.9157304763793945 +4,1,1,1,1,0,3,6,45,695.01251220703125,499.413818359375,5549,265.0375061035156,1,0,1.3862943649291992,1,6.5439300537109375,3.8066625595092773,6.213435173034668,0,0,0,0,0,1,0,0,0,6.5439300537109375 +21,1,1,1,1,1,3,6,44,520.9749755859375,2825.322509765625,5328,149.0124969482422,1,0,3.044522523880005,1,6.255702018737793,3.7841897010803223,7.946377754211426,0,0,0,0,0,1,0,0,0,6.255702018737793 +10,1,1,1,1,0,3,6,52,522.11248779296875,152.40328979492188,5628,246.83749389648438,1,0,2.3025851249694824,1,6.257883071899414,3.9512436389923096,5.0265302658081055,0,0,0,0,0,1,0,0,0,6.257883071899414 +12,1,1,1,1,1,3,6,24,505.04998779296875,3997.6552734375,5349,246.83749389648438,1,0,2.4849066734313965,1,6.2246575355529785,3.178053855895996,8.293463706970215,0,0,0,0,0,1,0,0,0,6.2246575355529785 +9,1,1,1,1,0,3,6,39,450.45001220703125,378.6635437011719,5528,265.0375061035156,1,0,2.1972246170043945,1,6.1102471351623535,3.6635615825653076,5.936647891998291,0,0,0,0,0,1,0,0,0,6.1102471351623535 +1,1,1,1,1,0,3,6,38,511.875,236.81124877929688,5337,246.83749389648438,1,0,0,1,6.2380805015563965,3.6375861167907715,5.467263221740723,0,0,0,0,0,1,0,0,0,6.2380805015563965 +13,1,1,1,1,1,3,6,60,528.9375,797.1864013671875,5110,246.83749389648438,1,0,2.5649492740631104,1,6.270870208740234,4.094344615936279,6.681088447570801,0,0,0,0,0,1,0,0,0,6.270870208740234 +2,1,1,1,1,0,3,6,61,796.25,116.06095886230469,5543,246.83749389648438,1,0,0.6931471824645996,1,6.67991304397583,4.110873699188232,4.754115581512451,0,0,0,0,0,1,0,0,0,6.67991304397583 +6,1,1,1,1,0,3,6,50,548.2750244140625,308.3235778808594,5740,265.0375061035156,1,0,1.7917594909667969,1,6.306777000427246,3.9120230674743652,5.731149673461914,0,0,0,0,0,1,0,0,0,6.306777000427246 +1,1,1,1,1,0,3,6,38,602.875,520.51580810546875,5552,246.83749389648438,1,0,0,1,6.401710033416748,3.6375861167907715,6.254820346832275,0,0,0,0,0,1,0,0,0,6.401710033416748 +5,1,1,1,1,0,3,6,29,575.57501220703125,168.81594848632812,5549,246.83749389648438,1,0,1.6094379425048828,1,6.355369567871094,3.367295742034912,5.128808975219727,0,0,0,0,0,1,0,0,0,6.355369567871094 +5,1,1,0,1,0,3,6,36,531.2125244140625,177.02227783203125,5549,246.83749389648438,1,0,1.6094379425048828,1,6.275162220001221,3.5835189819335938,5.176275730133057,0,0,0,0,0,1,0,0,0,6.275162220001221 +6,1,1,1,1,0,3,6,45,560.7874755859375,85.58030700683594,5628,246.83749389648438,1,0,1.7917594909667969,1,6.329341888427734,3.8066625595092773,4.449455261230469,0,0,0,0,0,1,0,0,0,6.329341888427734 +3,1,1,1,1,0,3,6,40,675.67498779296875,198.124267578125,5549,265.0375061035156,1,0,1.0986123085021973,1,6.515712261199951,3.6888794898986816,5.2888946533203125,0,0,0,0,0,1,0,0,0,6.515712261199951 +3,1,1,1,1,0,3,6,32,549.4124755859375,121.92262268066406,5628,265.0375061035156,1,0,1.0986123085021973,1,6.308849334716797,3.465735912322998,4.803386688232422,0,0,0,0,0,1,0,0,0,6.308849334716797 +3,1,1,1,1,0,3,6,55,373.1000061035156,139.5076141357422,5728,246.83749389648438,1,0,1.0986123085021973,1,5.921846389770508,4.007333278656006,4.938119411468506,0,0,0,0,0,1,0,0,0,5.921846389770508 +0.25,1,1,1,1,0,3,6,37,422.01251220703125,78.54631042480469,5410,246.83749389648438,1,0,-1.3862943649291992,1,6.045034885406494,3.610917806625366,4.3636884689331055,0,0,0,0,0,1,0,0,0,6.045034885406494 +1,1,1,1,1,0,3,6,51,455,77.37397766113281,5552,246.83749389648438,1,0,0,1,6.120297431945801,3.931825637817383,4.3486504554748535,0,0,0,0,0,1,0,0,0,6.120297431945801 +3,1,1,1,0,0,3,6,52,418.6000061035156,133.6459503173828,5628,245.6999969482422,1,0,1.0986123085021973,1,6.0369157791137695,3.9512436389923096,4.895194053649902,0,0,0,0,0,1,0,0,0,6.0369157791137695 +10,1,1,1,0,0,3,6,60,422.01251220703125,91.44197082519531,5628,246.83749389648438,1,0,2.3025851249694824,1,6.045034885406494,4.094344615936279,4.51570463180542,0,0,0,0,0,1,0,0,0,6.045034885406494 +3,1,1,1,1,0,3,6,51,464.1000061035156,245.017578125,5728,265.0375061035156,1,0,1.0986123085021973,1,6.140100002288818,3.931825637817383,5.5013298988342285,0,0,0,0,0,1,0,0,0,6.140100002288818 +5,1,1,1,1,1,3,6,39,436.79998779296875,3336.45947265625,5310,246.83749389648438,1,0,1.6094379425048828,1,6.079475402832031,3.6635615825653076,8.112665176391602,0,0,0,0,0,1,0,0,0,6.079475402832031 +7,1,1,1,1,0,3,6,23,409.5,270.80889892578125,5549,246.83749389648438,1,0,1.945910096168518,1,6.014936923980713,3.1354942321777344,5.601413249969482,0,0,0,0,0,1,0,0,0,6.014936923980713 +2,1,1,0,1,0,3,6,47,400.3999938964844,417.35052490234375,5528,246.83749389648438,1,0,0.6931471824645996,1,5.992464065551758,3.8501474857330322,6.033926486968994,0,0,0,0,0,1,0,0,0,5.992464065551758 +7,1,1,1,1,0,3,6,44,411.7749938964844,500.586181640625,5428,265.0375061035156,1,0,1.945910096168518,1,6.020477294921875,3.7841897010803223,6.215779781341553,0,0,0,0,0,1,0,0,0,6.020477294921875 +3,1,1,1,1,0,2,6,41,383.3374938964844,52.754981994628906,5552,246.83749389648438,1,0,1.0986123085021973,1,5.948915958404541,3.7135720252990723,3.965658187866211,0,0,0,0,0,1,0,0,1,5.948915958404541 +5,1,1,1,1,0,3,6,40,385.61248779296875,247.36224365234375,5549,246.83749389648438,1,0,1.6094379425048828,1,5.954833030700684,3.6888794898986816,5.5108537673950195,0,0,0,0,0,1,0,0,0,5.954833030700684 +3,1,1,1,1,0,3,6,30,385.61248779296875,184.0562744140625,5352,257.07501220703125,1,0,1.0986123085021973,1,5.954833030700684,3.4011974334716797,5.215241432189941,0,0,0,0,0,1,0,0,0,5.954833030700684 +1,1,1,1,1,0,3,6,31,383.3374938964844,85.58030700683594,5310,255.9375,1,0,0,1,5.948915958404541,3.4339871406555176,4.449455261230469,0,0,0,0,0,1,0,0,0,5.948915958404541 +14,1,1,1,1,0,3,6,52,465.23748779296875,220.39859008789062,5455,265.0375061035156,1,0,2.6390573978424072,1,6.142548084259033,3.9512436389923096,5.395437717437744,0,0,0,0,0,1,0,0,0,6.142548084259033 +4,1,1,1,0,0,3,6,29,568.75,203.98593139648438,5713,246.83749389648438,1,0,1.3862943649291992,1,6.343441009521484,3.367295742034912,5.318050861358643,0,0,0,0,0,1,0,0,0,6.343441009521484 +3,1,1,1,1,0,3,6,52,391.29998779296875,80.89097595214844,5349,149.0124969482422,1,0,1.0986123085021973,1,5.9694743156433105,3.9512436389923096,4.393102169036865,0,0,0,0,0,1,0,0,0,5.9694743156433105 +1,1,1,1,1,0,3,6,24,408.36248779296875,423.2121887207031,5349,137.6374969482422,1,0,0,1,6.012155055999756,3.178053855895996,6.047873497009277,0,0,0,0,0,1,0,0,0,6.012155055999756 +7,1,1,1,1,1,3,6,37,460.6875,1193.4349365234375,5110,137.6374969482422,1,0,1.945910096168518,1,6.132719993591309,3.610917806625366,7.084590911865234,0,0,0,0,0,1,0,0,0,6.132719993591309 +10,1,1,1,1,0,3,6,57,432.25,549.82415771484375,5552,246.83749389648438,1,0,2.3025851249694824,1,6.069004058837891,4.043051242828369,6.309598445892334,0,0,0,0,0,1,0,0,0,6.069004058837891 +9,1,1,1,1,0,3,6,48,412.9125061035156,257.9132385253906,5628,137.6374969482422,1,0,2.1972246170043945,1,6.02323579788208,3.8712010383605957,5.552623271942139,0,0,0,0,0,1,0,0,0,6.02323579788208 +11,1,1,1,1,0,3,6,51,483.4375,203.98593139648438,5352,137.6374969482422,1,0,2.397895336151123,1,6.180922031402588,3.931825637817383,5.318050861358643,0,0,0,0,0,1,0,0,0,6.180922031402588 +10,1,1,1,1,0,3,6,36,411.7749938964844,234.46658325195312,5628,265.0375061035156,1,0,2.3025851249694824,1,6.020477294921875,3.5835189819335938,5.457313060760498,0,0,0,0,0,1,0,0,0,6.020477294921875 +3,1,1,1,1,0,3,6,32,448.17498779296875,338.8042297363281,5440,246.83749389648438,1,0,1.0986123085021973,1,6.1051836013793945,3.465735912322998,5.825422286987305,0,0,0,0,0,1,0,0,0,6.1051836013793945 +4,1,1,1,1,0,3,6,23,511.875,91.44197082519531,5328,265.0375061035156,1,0,1.3862943649291992,1,6.2380805015563965,3.1354942321777344,4.51570463180542,0,0,0,0,0,1,0,0,0,6.2380805015563965 +8,1,1,1,1,0,3,6,30,409.5,246.18991088867188,5728,246.83749389648438,1,0,2.079441547393799,1,6.014936923980713,3.4011974334716797,5.506103038787842,0,0,0,0,0,1,0,0,0,6.014936923980713 +5,1,1,1,1,0,3,6,26,409.5,167.64361572265625,5549,265.0375061035156,1,0,1.6094379425048828,1,6.014936923980713,3.25809645652771,5.121840476989746,0,0,0,0,0,1,0,0,0,6.014936923980713 +0.25,1,1,1,1,0,3,6,34,398.125,99.64830017089844,5610,246.83749389648438,1,0,-1.3862943649291992,1,5.9867658615112305,3.526360511779785,4.601646900177002,0,0,0,0,0,1,0,0,0,5.9867658615112305 +4,1,1,1,0,0,3,6,20,625.625,184.0562744140625,5649,255.9375,1,0,1.3862943649291992,1,6.438751220703125,2.995732307434082,5.215241432189941,0,0,0,0,0,1,0,0,0,6.438751220703125 +8,1,1,1,1,0,3,6,50,440.2124938964844,413.8335266113281,5552,245.6999969482422,1,0,2.079441547393799,1,6.087257385253906,3.9120230674743652,6.025463581085205,0,0,0,0,0,1,0,0,0,6.087257385253906 +2,1,1,1,1,0,3,6,41,416.32501220703125,206.33059692382812,5628,246.83749389648438,1,0,0.6931471824645996,1,6.031466007232666,3.7135720252990723,5.329479694366455,0,0,0,0,0,1,0,0,0,6.031466007232666 +1,1,1,1,1,1,3,6,43,386.75,212.1922607421875,5452,246.83749389648438,1,0,0,1,5.957778453826904,3.761200189590454,5.357492923736572,0,0,0,0,0,1,0,0,0,5.957778453826904 +1,1,1,1,1,0,3,6,29,395.8500061035156,302.4619140625,5328,145.60000610351562,1,0,0,1,5.981035232543945,3.367295742034912,5.711955547332764,0,0,0,0,0,1,0,0,0,5.981035232543945 +2,1,1,1,0,1,3,6,24,392.4375,2041.0316162109375,5349,246.83749389648438,1,0,0.6931471824645996,1,5.972377300262451,3.178053855895996,7.62121057510376,0,0,0,0,0,1,0,0,0,5.972377300262451 +6,1,1,1,1,1,3,6,23,500.5,2842.907470703125,5352,265.0375061035156,1,0,1.7917594909667969,1,6.215607643127441,3.1354942321777344,7.952582359313965,0,0,0,0,0,1,0,0,0,6.215607643127441 +3,1,1,1,1,0,3,6,32,766.67498779296875,293.0832214355469,5549,252.52499389648438,1,0,1.0986123085021973,1,6.642063140869141,3.465735912322998,5.680456638336182,0,0,0,0,0,1,0,0,0,6.642063140869141 +5,1,1,1,0,0,3,6,26,398.125,1424.384521484375,5355,265.0375061035156,1,0,1.6094379425048828,1,5.9867658615112305,3.25809645652771,7.261495113372803,0,0,0,0,0,1,0,0,0,5.9867658615112305 +3,1,1,1,1,0,3,6,27,395.8500061035156,398.59320068359375,5552,246.83749389648438,1,0,1.0986123085021973,1,5.981035232543945,3.295836925506592,5.987941265106201,0,0,0,0,0,1,0,0,0,5.981035232543945 +9,1,1,1,1,1,3,6,47,453.86248779296875,2709.261474609375,5628,246.83749389648438,1,0,2.1972246170043945,1,6.117794036865234,3.8501474857330322,7.904431343078613,0,0,0,0,0,1,0,0,0,6.117794036865234 +1,1,1,1,1,0,3,6,24,1049.9124755859375,117.23329162597656,5340,136.5,1,0,0,1,6.9564619064331055,3.178053855895996,4.764165878295898,0,0,0,0,0,1,0,0,0,6.9564619064331055 +59,1,1,0,0,1,3,6,70,398.125,5774.912109375,5328,149.0124969482422,1,0,4.077537536621094,1,5.9867658615112305,4.248495101928711,8.66127872467041,0,0,0,0,0,1,0,0,0,5.9867658615112305 +1,1,1,1,0,0,2,6,30,445.8999938964844,126.6119613647461,5549,246.83749389648438,1,0,0,1,6.100094795227051,3.4011974334716797,4.841126918792725,0,0,0,0,0,1,0,0,1,6.100094795227051 +6,1,1,1,NA,1,3,8,30,631.3125,2889.80078125,9010,265.0375061035156,1,0,1.7917594909667969,1,6.447801113128662,3.4011974334716797,7.968942642211914,0,0,0,0,0,0,0,0,0,6.447801113128662 +13,1,1,1,1,0,3,8,41,395.8500061035156,848.76904296875,9010,265.0375061035156,1,0,2.5649492740631104,1,5.981035232543945,3.7135720252990723,6.7437872886657715,0,0,0,0,0,0,0,0,0,5.981035232543945 +6,1,1,1,1,0,3,8,28,452.7250061035156,209.84759521484375,9010,246.83749389648438,1,0,1.7917594909667969,1,6.1152849197387695,3.332204580307007,5.346381664276123,0,0,0,0,0,0,0,0,0,6.1152849197387695 +5,1,1,1,1,1,3,8,56,544.86248779296875,2494.724609375,9010,246.83749389648438,1,0,1.6094379425048828,1,6.300533294677734,4.025351524353027,7.821933746337891,0,0,0,0,0,0,0,0,0,6.300533294677734 +4,1,1,1,1,1,3,8,22,527.79998779296875,2805.392822265625,9004,265.0375061035156,1,0,1.3862943649291992,1,6.268717288970947,3.0910425186157227,7.939298629760742,0,0,0,0,0,0,0,0,0,6.268717288970947 +1,1,1,1,1,0,3,8,37,597.1875,364.5955505371094,9004,76.2125015258789,1,0,0,1,6.392230987548828,3.610917806625366,5.8987884521484375,0,0,0,0,0,0,0,0,0,6.392230987548828 +6,1,1,1,1,1,3,8,29,455,1774.912109375,9004,151.28750610351562,1,0,1.7917594909667969,1,6.120297431945801,3.367295742034912,7.48150634765625,0,0,0,0,0,0,0,0,0,6.120297431945801 +7,1,1,1,0,1,3,8,18,588.0875244140625,4676.43603515625,9028,265.0375061035156,1,0,1.945910096168518,1,6.376875877380371,2.890371799468994,8.450291633605957,0,0,0,0,0,0,0,0,0,6.376875877380371 +1,1,1,1,1,1,3,8,32,436.79998779296875,377.4912109375,9010,211.5749969482422,1,0,0,1,6.079475402832031,3.465735912322998,5.933547496795654,0,0,0,0,0,0,0,0,0,6.079475402832031 +168,1,1,1,1,1,3,8,50,445.8999938964844,18833.529296875,9010,229.77499389648438,1,0,5.123963832855225,1,6.100094795227051,3.9120230674743652,9.84339427947998,0,0,0,0,0,0,0,0,0,6.100094795227051 +13,1,1,0,1,1,3,8,32,445.8999938964844,5430.24609375,9052,149.0124969482422,1,0,2.5649492740631104,1,6.100094795227051,3.465735912322998,8.599740028381348,0,0,0,0,0,0,0,0,0,6.100094795227051 +1,1,1,1,NA,0,3,8,29,455,277.8428955078125,9040,105.7874984741211,1,0,0,1,6.120297431945801,3.367295742034912,5.627055644989014,0,0,0,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,NA,0,3,8,44,453.86248779296875,339.9765625,9010,176.3125,1,0,0,1,6.117794036865234,3.7841897010803223,5.828876495361328,0,0,0,0,0,0,0,0,0,6.117794036865234 +3,1,1,1,1,1,3,8,49,477.75,1071.5123291015625,9004,246.83749389648438,1,0,1.0986123085021973,1,6.1690874099731445,3.891820192337036,6.976826190948486,0,0,0,0,0,0,0,0,0,6.1690874099731445 +1,1,1,1,1,1,3,8,28,409.5,1038.68701171875,9004,70.5250015258789,1,0,0,1,6.014936923980713,3.332204580307007,6.945712566375732,0,0,0,0,0,0,0,0,0,6.014936923980713 +4,1,1,1,1,0,3,8,24,566.4749755859375,307.1512451171875,9010,265.0375061035156,1,0,1.3862943649291992,1,6.339432716369629,3.178053855895996,5.727340221405029,0,0,0,0,0,0,0,0,0,6.339432716369629 +1,1,1,1,NA,0,3,8,24,546,46.89331817626953,9010,141.0500030517578,1,0,0,1,6.302618980407715,3.178053855895996,3.8478751182556152,0,0,0,0,0,0,0,0,0,6.302618980407715 +1,1,1,1,1,0,3,8,24,455,175.84994506835938,9010,188.8249969482422,1,0,0,1,6.120297431945801,3.178053855895996,5.169631004333496,0,0,0,0,0,0,0,0,0,6.120297431945801 +1,1,1,1,1,0,3,8,26,434.5249938964844,280.18756103515625,9010,246.83749389648438,1,0,0,1,6.074253559112549,3.25809645652771,5.6354594230651855,0,0,0,0,0,0,0,0,0,6.074253559112549 +6,1,1,1,1,1,3,8,48,431.11248779296875,3880.422119140625,9010,265.0375061035156,1,0,1.7917594909667969,1,6.06636905670166,3.8712010383605957,8.263699531555176,0,0,0,0,0,0,0,0,0,6.06636905670166 +5,1,1,1,1,0,1,8,55,452.7250061035156,205.15826416015625,9010,265.0375061035156,1,0,1.6094379425048828,1,6.1152849197387695,4.007333278656006,5.323781490325928,0,0,0,0,0,0,0,1,0,6.1152849197387695 +7,1,1,1,1,0,1,8,32,377.6499938964844,520.51580810546875,9010,246.83749389648438,1,0,1.945910096168518,1,5.933967590332031,3.465735912322998,6.254820346832275,0,0,0,0,0,0,0,1,0,5.933967590332031 +0.25,1,1,1,1,0,1,8,33,393.57501220703125,216.881591796875,9010,178.58749389648438,1,0,-1.3862943649291992,1,5.975271701812744,3.4965076446533203,5.379351615905762,0,0,0,0,0,0,0,1,0,5.975271701812744 +5,1,1,1,1,0,1,8,32,393.57501220703125,864.0093994140625,9010,262.76251220703125,1,0,1.6094379425048828,1,5.975271701812744,3.465735912322998,6.7615838050842285,0,0,0,0,0,0,0,1,0,5.975271701812744 +4,1,1,1,1,0,1,8,55,373.1000061035156,472.4501647949219,9052,249.1125030517578,1,0,1.3862943649291992,1,5.921846389770508,4.007333278656006,6.157932281494141,0,0,0,0,0,0,0,1,0,5.921846389770508 +7,1,1,1,1,1,1,8,46,394.7124938964844,1117.2332763671875,9010,246.83749389648438,1,0,1.945910096168518,1,5.9781575202941895,3.828641414642334,7.01861047744751,0,0,0,0,0,0,0,1,0,5.9781575202941895 +0.25,1,1,1,1,0,1,8,38,516.42498779296875,99.64830017089844,9004,265.0375061035156,1,0,-1.3862943649291992,1,6.246930122375488,3.6375861167907715,4.601646900177002,0,0,0,0,0,0,0,1,0,6.246930122375488 +9,1,1,1,1,1,1,8,54,607.42498779296875,2479.484130859375,9034,265.0375061035156,1,0,2.1972246170043945,1,6.409228801727295,3.9889841079711914,7.815805912017822,0,0,0,0,0,0,0,1,0,6.409228801727295 +23,1,1,1,1,1,1,8,55,391.29998779296875,9410.31640625,9004,260.48748779296875,1,0,3.1354942321777344,1,5.9694743156433105,4.007333278656006,9.149561882019043,0,0,0,0,0,0,0,1,0,5.9694743156433105 +74,1,1,1,1,1,2,8,64,630.17498779296875,4759.671875,9028,246.83749389648438,1,0,4.304065227508545,1,6.445997714996338,4.158883094787598,8.467933654785156,0,0,0,0,0,0,0,0,1,6.445997714996338 +60,1,1,1,1,1,2,8,49,702.9749755859375,4689.33154296875,9010,246.83749389648438,1,0,4.094344615936279,1,6.555321216583252,3.891820192337036,8.453044891357422,0,0,0,0,0,0,0,0,1,6.555321216583252 +22,1,1,1,1,1,2,8,47,734.82501220703125,5219.22607421875,9004,246.83749389648438,1,0,3.0910425186157227,1,6.599632263183594,3.8501474857330322,8.5601043701171875,0,0,0,0,0,0,0,0,1,6.599632263183594 +2,1,1,1,1,1,2,8,35,650.6500244140625,2109.02685546875,9007,246.83749389648438,1,0,0.6931471824645996,1,6.477972030639648,3.5553481578826904,7.653981685638428,0,0,0,0,0,0,0,0,1,6.477972030639648 +1,1,1,1,0,0,2,8,34,403.8125,0,9052,265.0375061035156,1,0,0,1,6.000950813293457,3.526360511779785,0,0,0,0,0,0,0,0,0,1,6.000950813293457 +6,1,1,1,0,0,2,8,26,414.04998779296875,494.7244873046875,9010,265.0375061035156,1,0,1.7917594909667969,1,6.025986671447754,3.25809645652771,6.204000949859619,0,0,0,0,0,0,0,0,1,6.025986671447754 +1,1,1,1,0,0,2,8,25,568.75,124.26728820800781,9010,265.0375061035156,1,0,0,1,6.343441009521484,3.2188758850097656,4.822434902191162,0,0,0,0,0,0,0,0,1,6.343441009521484 +23,1,1,1,1,0,2,8,55,677.95001220703125,831.18408203125,9028,246.83749389648438,1,0,3.1354942321777344,1,6.519073486328125,4.007333278656006,6.722851276397705,0,0,0,0,0,0,0,0,1,6.519073486328125 +7,1,1,1,1,0,2,8,46,534.625,811.25439453125,9052,246.83749389648438,1,0,1.945910096168518,1,6.2815656661987305,3.828641414642334,6.698581695556641,0,0,0,0,0,0,0,0,1,6.2815656661987305 +7,1,1,1,0,1,3,8,31,455,4434.935546875,9028,265.0375061035156,1,0,1.945910096168518,1,6.120297431945801,3.4339871406555176,8.397268295288086,0,0,0,0,0,0,0,0,0,6.120297431945801 +9,1,1,1,1,0,3,8,51,582.4000244140625,404.4548645019531,9010,265.0375061035156,1,0,2.1972246170043945,1,6.367157459259033,3.931825637817383,6.002540111541748,0,0,0,0,0,0,0,0,0,6.367157459259033 +2,1,1,1,0,0,3,8,50,455,337.63189697265625,9010,265.0375061035156,1,0,0.6931471824645996,1,6.120297431945801,3.9120230674743652,5.821956157684326,0,0,0,0,0,0,0,0,0,6.120297431945801 +13,1,1,1,1,1,3,8,34,539.17498779296875,3043.376220703125,9010,265.0375061035156,1,0,2.5649492740631104,1,6.290040016174316,3.526360511779785,8.020722389221191,0,0,0,0,0,0,0,0,0,6.290040016174316 +5,1,1,1,1,1,3,8,56,422.01251220703125,1444.314208984375,9019,246.83749389648438,1,0,1.6094379425048828,1,6.045034885406494,4.025351524353027,7.275389671325684,0,0,0,0,0,0,0,0,0,6.045034885406494 +3,1,1,1,1,0,3,8,44,426.5625,255.56858825683594,9010,246.83749389648438,1,0,1.0986123085021973,1,6.055758953094482,3.7841897010803223,5.543490886688232,0,0,0,0,0,0,0,0,0,6.055758953094482 +1,1,1,1,1,0,3,8,29,568.75,41.031654357910156,9004,246.83749389648438,1,0,0,1,6.343441009521484,3.367295742034912,3.714343786239624,0,0,0,0,0,0,0,0,0,6.343441009521484 +4,1,1,1,1,1,3,8,47,640.4124755859375,9674.091796875,9028,265.0375061035156,1,0,1.3862943649291992,1,6.4621124267578125,3.8501474857330322,9.177206993103027,0,0,0,0,0,0,0,0,0,6.4621124267578125 +10,1,1,1,1,1,3,8,49,435.6625061035156,2560.375244140625,9028,262.76251220703125,1,0,2.3025851249694824,1,6.076868057250977,3.891820192337036,7.847908973693848,0,0,0,0,0,0,0,0,0,6.076868057250977 +4,1,1,1,NA,1,3,7,22,631.3125,3485.345947265625,6100,265.0375061035156,1,0,1.3862943649291992,1,6.447801113128662,3.0910425186157227,8.156322479248047,0,0,0,0,0,0,1,0,0,6.447801113128662 +46,1,1,0,1,0,1,7,38,383.3374938964844,4103.16552734375,8033,246.83749389648438,1,0,3.828641414642334,1,5.948915958404541,3.6375861167907715,8.319514274597168,0,0,0,0,0,0,1,1,0,5.948915958404541 +2,1,1,1,1,0,1,7,40,415.1875,10.550996780395508,8034,246.83749389648438,1,0,0.6931471824645996,1,6.028730392456055,3.6888794898986816,2.356220245361328,0,0,0,0,0,0,1,1,0,6.028730392456055 +18,1,1,0,1,0,1,7,33,370.82501220703125,1000,8035,246.83749389648438,1,0,2.890371799468994,1,5.9157304763793945,3.4965076446533203,6.907755374908447,0,0,0,0,0,0,1,1,0,5.9157304763793945 +10,1,1,1,1,0,1,7,33,370.82501220703125,737.39739990234375,8048,246.83749389648438,1,0,2.3025851249694824,1,5.9157304763793945,3.4965076446533203,6.6031270027160645,0,0,0,0,0,0,1,1,0,5.9157304763793945 +9,1,1,1,1,0,1,7,35,377.6499938964844,3036.34228515625,8035,251.3874969482422,1,0,2.1972246170043945,1,5.933967590332031,3.5553481578826904,8.01840877532959,0,0,0,0,0,0,1,1,0,5.933967590332031 +7,1,1,0,0,0,1,7,32,371.9624938964844,1236.811279296875,8036,247.97500610351562,1,0,1.945910096168518,1,5.918793201446533,3.465735912322998,7.120291709899902,0,0,0,0,0,0,1,1,0,5.918793201446533 +7,1,1,1,1,0,1,7,37,377.6499938964844,550.9964599609375,8042,251.3874969482422,1,0,1.945910096168518,1,5.933967590332031,3.610917806625366,6.311728477478027,0,0,0,0,0,0,1,1,0,5.933967590332031 +3,1,1,1,1,0,1,7,29,374.23748779296875,321.21923828125,8025,249.1125030517578,1,0,1.0986123085021973,1,5.924890518188477,3.367295742034912,5.77212381362915,0,0,0,0,0,0,1,1,0,5.924890518188477 +27,1,1,1,0,0,1,7,52,376.51251220703125,1021.1019897460938,8031,251.3874969482422,1,0,3.295836925506592,1,5.930951118469238,3.9512436389923096,6.928637504577637,0,0,0,0,0,0,1,1,0,5.930951118469238 +91,1,1,0,1,1,1,7,53,373.1000061035156,6447.8310546875,8035,249.1125030517578,1,0,4.510859489440918,1,5.921846389770508,3.97029185295105,8.771498680114746,0,0,0,0,0,0,1,1,0,5.921846389770508 +8,1,1,0,1,1,1,7,33,392.4375,1776.0843505859375,8033,261.625,1,0,2.079441547393799,1,5.972377300262451,3.4965076446533203,7.482166290283203,0,0,0,0,0,0,1,1,0,5.972377300262451 +3,1,1,1,1,0,2,7,45,404.95001220703125,275.49822998046875,8035,245.6999969482422,1,0,1.0986123085021973,1,6.003763675689697,3.8066625595092773,5.618581295013428,0,0,0,0,0,0,1,0,1,6.003763675689697 +70,1,1,1,0,0,2,7,53,386.75,555.685791015625,6000,92.13749694824219,1,0,4.248495101928711,1,5.957778453826904,3.97029185295105,6.320202827453613,0,0,0,0,0,0,1,0,1,5.957778453826904 +5,1,0,1,0,1,3,1,21,147.875,1765.533447265625,1443,98.9625015258789,1,0,1.6094379425048828,0,4.996367454528809,3.044522523880005,7.476208209991455,1,0,0,0,0,0,0,0,0,0 +9,1,0,1,1,0,3,1,69,193.375,0,1940,128.53750610351562,1,0,2.1972246170043945,0,5.264631271362305,4.234106540679932,0,1,0,0,0,0,0,0,0,0,0 +1,1,0,1,1,1,3,1,24,152.4250030517578,1351.6998291015625,1928,101.23750305175781,1,0,0,0,5.026672840118408,3.178053855895996,7.209118366241455,1,0,0,0,0,0,0,0,0,0 +3,1,0,0,1,0,1,1,18,143.3249969482422,98.47596740722656,1207,95.55000305175781,1,0,1.0986123085021973,0,4.965114593505859,2.890371799468994,4.589812755584717,1,0,0,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,1,18,152.4250030517578,831.18408203125,1740,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,2.890371799468994,6.722851276397705,1,0,0,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,1,21,123.98750305175781,133.6459503173828,1840,81.9000015258789,1,0,0,0,4.820180892944336,3.044522523880005,4.895194053649902,1,0,0,0,0,0,0,1,0,0 +3,1,0,1,1,0,3,1,25,159.25,106.68229675292969,1436,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,3.2188758850097656,4.669855117797852,1,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,1,38,152.4250030517578,31.652990341186523,1110,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,3.6375861167907715,3.4548325538635254,1,0,0,0,0,0,0,0,0,0 +5,1,0,1,0,1,1,1,20,159.25,1634.232177734375,1110,105.7874984741211,1,0,1.6094379425048828,0,5.070475101470947,2.995732307434082,7.398928165435791,1,0,0,0,0,0,0,1,0,0 +0.25,1,0,1,1,1,1,1,19,147.875,1043.3763427734375,1528,98.9625015258789,1,0,-1.3862943649291992,0,4.996367454528809,2.944438934326172,6.950217247009277,1,0,0,0,0,0,0,1,0,0 +3,1,0,0,0,1,1,1,26,182,1826.4947509765625,1007,120.57499694824219,1,0,1.0986123085021973,0,5.204006671905518,3.25809645652771,7.510153770446777,1,0,0,0,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,1,39,159.25,161.78195190429688,1425,105.7874984741211,1,0,-1.3862943649291992,0,5.070475101470947,3.6635615825653076,5.086249351501465,1,0,0,0,0,0,0,1,0,0 +2,1,0,1,1,1,1,1,39,182,645.9554443359375,1107,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.6635615825653076,6.470730304718018,1,0,0,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,1,22,241.14999389648438,1140.679931640625,1440,160.3874969482422,1,0,1.0986123085021973,0,5.485419273376465,3.0910425186157227,7.039379596710205,1,0,0,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,1,44,219.53750610351562,138.3352813720703,1425,146.7375030517578,1,0,-1.3862943649291992,0,5.3915228843688965,3.7841897010803223,4.929680347442627,1,0,0,0,0,0,0,1,0,0 +1,1,0,0,0,1,1,1,22,218.39999389648438,1035.1700439453125,1107,145.60000610351562,1,0,0,0,5.386328220367432,3.0910425186157227,6.942320823669434,1,0,0,0,0,0,0,1,0,0 +5,1,0,1,0,1,1,1,27,227.5,2090.26953125,1040,142.1875,1,0,1.6094379425048828,0,5.427150249481201,3.295836925506592,7.645048141479492,1,0,0,0,0,0,0,1,0,0 +2,1,0,1,0,0,2,1,25,168.35000610351562,592.02813720703125,1140,112.61250305175781,1,0,0.6931471824645996,0,5.126045227050781,3.2188758850097656,6.383553981781006,1,0,0,0,0,0,0,0,1,0 +1,1,0,0,0,0,1,1,22,243.4250030517578,298.94488525390625,1040,162.66250610351562,1,0,0,0,5.494808673858643,3.0910425186157227,5.700259208679199,1,0,0,0,0,0,0,1,0,0 +3,1,0,1,1,1,2,1,26,154.6999969482422,3649.472412109375,1010,103.51249694824219,1,0,1.0986123085021973,0,5.041487693786621,3.25809645652771,8.202338218688965,1,0,0,0,0,0,0,0,1,0 +3,1,0,1,0,1,2,1,41,204.75,2754.982421875,1528,136.5,1,0,1.0986123085021973,0,5.321789741516113,3.7135720252990723,7.92116641998291,1,0,0,0,0,0,0,0,1,0 +1,1,0,1,0,0,2,1,22,156.97500610351562,950.76202392578125,1628,104.6500015258789,1,0,0,0,5.056086540222168,3.0910425186157227,6.857263565063477,1,0,0,0,0,0,0,0,1,0 +1,1,0,1,1,0,2,1,19,212.71249389648438,337.63189697265625,1840,130.8125,1,0,0,0,5.359941482543945,2.944438934326172,5.821956157684326,1,0,0,0,0,0,0,0,1,0 +2,1,0,1,1,1,2,1,21,238.875,2031.6529541015625,1928,159.25,1,0,0.6931471824645996,0,5.475940227508545,3.044522523880005,7.616604804992676,1,0,0,0,0,0,0,0,1,0 +0.25,1,0,0,0,0,2,1,40,191.10000610351562,104.33763122558594,1425,126.26249694824219,1,0,-1.3862943649291992,0,5.252796649932861,3.6888794898986816,4.647632122039795,1,0,0,0,0,0,0,0,1,0 +3,1,0,1,1,0,2,1,20,238.875,167.64361572265625,1440,159.25,1,0,1.0986123085021973,0,5.475940227508545,2.995732307434082,5.121840476989746,1,0,0,0,0,0,0,0,1,0 +14,1,0,0,0,1,2,1,25,200.1999969482422,1284.876953125,1107,133.08749389648438,1,0,2.6390573978424072,0,5.299316883087158,3.2188758850097656,7.15841817855835,1,0,0,0,0,0,0,0,1,0 +1,1,0,0,1,0,3,1,31,145.60000610351562,623.68115234375,1010,96.6875,1,0,0,0,4.980863094329834,3.4339871406555176,6.435639381408691,1,0,0,0,0,0,0,0,0,0 +2,1,0,0,NA,0,3,1,62,133.08749389648438,398.59320068359375,1740,88.7249984741211,1,0,0.6931471824645996,0,4.891006946563721,4.127134323120117,5.987941265106201,1,0,0,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,1,55,156.97500610351562,76.20164489746094,1425,209.3000030517578,1,0,0,0,5.056086540222168,4.007333278656006,4.333383083343506,1,0,0,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,1,27,220.6750030517578,70.33997344970703,1404,146.7375030517578,1,0,0.6931471824645996,0,5.396690845489502,3.295836925506592,4.253340244293213,1,0,0,0,0,0,0,0,0,0 +0.25,1,0,0,1,0,3,1,80,119.4375,52.754981994628906,1425,79.625,1,0,-1.3862943649291992,0,4.782793045043945,4.382026672363281,3.965658187866211,1,0,0,0,0,0,0,0,0,0 +16,1,0,0,0,1,3,1,54,127.4000015258789,588.5111083984375,1107,84.17500305175781,1,0,2.7725887298583984,0,4.847331523895264,3.9889841079711914,6.377595901489258,1,0,0,0,0,0,0,0,0,0 +8,1,0,1,1,1,3,1,66,111.4749984741211,3988.276611328125,1543,73.9375,1,0,2.079441547393799,0,4.713800430297852,4.18965482711792,8.291114807128906,1,0,0,0,0,0,0,0,0,0 +3,1,0,0,1,0,3,1,24,229.77499389648438,134.8182830810547,1928,153.5625,1,0,1.0986123085021973,0,5.437100410461426,3.178053855895996,4.903927803039551,1,0,0,0,0,0,0,0,0,0 +30,1,0,0,1,1,3,1,59,146.7375030517578,87644.78125,1010,97.82499694824219,1,0,3.4011974334716797,0,4.988645076751709,4.077537536621094,11.381047248840332,1,0,0,0,0,0,0,0,0,0 +2,1,0,1,0,1,2,1,41,170.625,1022.2743530273438,1940,113.75,1,0,0.6931471824645996,0,5.139468193054199,3.7135720252990723,6.929785251617432,1,0,0,0,0,0,0,0,1,0 +6,1,0,1,1,0,3,1,32,242.28750610351562,1196.951904296875,1740,161.52499389648438,1,0,1.7917594909667969,0,5.4901251792907715,3.465735912322998,7.087533473968506,1,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,1,29,193.375,114.88862609863281,1528,128.53750610351562,1,0,-1.3862943649291992,0,5.264631271362305,3.367295742034912,4.743963241577148,1,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,1,27,200.1999969482422,126.6119613647461,1040,133.08749389648438,1,0,-1.3862943649291992,0,5.299316883087158,3.295836925506592,4.841126918792725,1,0,0,0,0,0,0,0,0,0 +5,1,0,1,0,0,3,1,28,142.1875,425.5568542480469,1928,94.4124984741211,1,0,1.6094379425048828,0,4.957146644592285,3.332204580307007,6.053398609161377,1,0,0,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,1,18,156.97500610351562,44.54865264892578,1436,104.6500015258789,1,0,0,0,5.056086540222168,2.890371799468994,3.796581983566284,1,0,0,0,0,0,0,0,0,0 +1,1,0,1,0,1,3,1,20,121.7125015258789,1277.8428955078125,1107,80.76249694824219,1,0,0,0,4.801661491394043,2.995732307434082,7.152928829193115,1,0,0,0,0,0,0,0,0,0 +11,1,0,1,1,1,3,1,30,227.5,1559.2027587890625,1340,151.28750610351562,1,0,2.397895336151123,0,5.427150249481201,3.4011974334716797,7.351930141448975,1,0,0,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,1,25,141.0500030517578,0,1528,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.2188758850097656,0,1,0,0,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,1,52,241.14999389648438,87.92497253417969,1425,142.1875,1,0,0.6931471824645996,0,5.485419273376465,3.9512436389923096,4.4764838218688965,1,0,0,0,0,0,0,0,0,0 +182,1,0,1,1,1,3,1,19,200.1999969482422,29308.32421875,1443,133.08749389648438,1,0,5.204006671905518,0,5.299316883087158,2.944438934326172,10.285626411437988,1,0,0,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,1,40,227.5,41.031654357910156,1904,151.28750610351562,1,0,0,0,5.427150249481201,3.6888794898986816,3.714343786239624,1,0,0,0,0,0,0,0,0,0 +5,1,0,1,0,0,3,1,25,233.1875,607.26849365234375,1425,155.83749389648438,1,0,1.6094379425048828,0,5.451842784881592,3.2188758850097656,6.408970832824707,1,0,0,0,0,0,0,0,0,0 +4,1,0,0,0,0,3,1,59,199.0625,1453.69287109375,1410,131.9499969482422,1,0,1.3862943649291992,0,5.293618679046631,4.077537536621094,7.281862258911133,1,0,0,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,1,24,145.60000610351562,31.652990341186523,1728,96.6875,1,0,1.0986123085021973,0,4.980863094329834,3.178053855895996,3.4548325538635254,1,0,0,0,0,0,0,0,0,0 +7,1,0,0,1,1,3,1,62,161.52499389648438,2294.255615234375,1128,104.6500015258789,1,0,1.945910096168518,0,5.084660053253174,4.127134323120117,7.738163948059082,1,0,0,0,0,0,0,0,0,0 +9,1,0,NA,NA,0,3,1,65,159.25,167.64361572265625,1110,105.7874984741211,1,0,2.1972246170043945,0,5.070475101470947,4.174387454986572,5.121840476989746,1,0,0,0,0,0,0,0,0,0 +6,1,0,0,1,1,3,1,39,176.3125,2184.05615234375,1537,117.1624984741211,1,0,1.7917594909667969,0,5.172257900238037,3.6635615825653076,7.688939094543457,1,0,0,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,1,47,111.4749984741211,154.74795532226562,1940,73.9375,1,0,1.0986123085021973,0,4.713800430297852,3.8501474857330322,5.041797637939453,1,0,0,0,0,0,0,0,0,0 +8,1,0,0,1,0,3,1,58,156.97500610351562,0,1410,104.6500015258789,1,0,2.079441547393799,0,5.056086540222168,4.060442924499512,0,1,0,0,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,1,17,154.6999969482422,152.40328979492188,1528,102.375,1,0,1.0986123085021973,0,5.041487693786621,2.8332133293151855,5.0265302658081055,1,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,1,18,114.88749694824219,73.85697174072266,1458,76.2125015258789,1,0,-1.3862943649291992,0,4.743953227996826,2.890371799468994,4.302130222320557,1,0,0,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,1,41,139.91250610351562,72.68463897705078,1207,93.2750015258789,1,0,0,0,4.941017150878906,3.7135720252990723,4.286129951477051,1,0,0,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,1,33,105.7874984741211,167.64361572265625,1404,70.5250015258789,1,0,1.0986123085021973,0,4.661432266235352,3.4965076446533203,5.121840476989746,1,0,0,0,0,0,0,0,0,0 +4,1,0,1,0,1,3,1,19,184.27499389648438,742.08673095703125,1904,122.8499984741211,1,0,1.3862943649291992,0,5.216429233551025,2.944438934326172,6.609466075897217,1,0,0,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,1,69,192.2375030517578,130.1289520263672,1010,127.4000015258789,1,0,0.6931471824645996,0,5.258731365203857,4.234106540679932,4.868525981903076,1,0,0,0,0,0,0,0,0,0 +3,1,0,0,0,1,3,1,60,200.1999969482422,2456.03759765625,1107,133.08749389648438,1,0,1.0986123085021973,0,5.299316883087158,4.094344615936279,7.806304454803467,1,0,0,0,0,0,0,0,0,0 +9,1,0,1,1,1,3,1,20,126.26249694824219,2562.7197265625,1331,84.17500305175781,1,0,2.1972246170043945,0,4.838363170623779,2.995732307434082,7.848824501037598,1,0,0,0,0,0,0,0,0,0 +7,1,0,1,1,0,3,1,43,241.14999389648438,778.4290771484375,1007,160.3874969482422,1,0,1.945910096168518,0,5.485419273376465,3.761200189590454,6.657278060913086,1,0,0,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,1,79,141.0500030517578,56.27198028564453,1336,94.4124984741211,1,0,0,0,4.9491143226623535,4.369447708129883,4.030196666717529,1,0,0,0,0,0,0,0,0,0 +29,1,0,0,1,1,1,2,22,226.3625030517578,9885.111328125,2246,151.28750610351562,1,0,3.367295742034912,0,5.42213773727417,3.0910425186157227,9.198784828186035,0,1,0,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,2,22,159.25,151.23095703125,2049,105.7874984741211,1,0,0,0,5.070475101470947,3.0910425186157227,5.018808364868164,0,1,0,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,2,35,172.89999389648438,361.07855224609375,2052,113.75,1,0,1.6094379425048828,0,5.152713298797607,3.5553481578826904,5.889095306396484,0,1,0,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,2,26,182,266.11956787109375,2010,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.25809645652771,5.5839457511901855,0,1,0,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,2,21,238.875,313.0129089355469,2552,159.25,1,0,0,0,5.475940227508545,3.044522523880005,5.746244430541992,0,1,0,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,2,50,180.8625030517578,0,2552,120.57499694824219,1,0,0.6931471824645996,0,5.197737216949463,3.9120230674743652,0,0,1,0,0,0,0,0,1,0,0 +15,1,0,1,1,1,1,2,20,236.60000610351562,3155.920166015625,2552,158.1125030517578,1,0,2.70805025100708,0,5.466371059417725,2.995732307434082,8.057035446166992,0,1,0,0,0,0,0,1,0,0 +3,1,0,1,1,1,1,2,40,207.02499389648438,937.8663330078125,2049,137.6374969482422,1,0,1.0986123085021973,0,5.332839488983154,3.6888794898986816,6.843607425689697,0,1,0,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,2,30,191.10000610351562,342.32122802734375,2549,127.4000015258789,1,0,1.6094379425048828,0,5.252796649932861,3.4011974334716797,5.835749626159668,0,1,0,0,0,0,0,1,0,0 +2,1,0,1,0,0,1,2,32,236.60000610351562,65.65064239501953,2552,158.1125030517578,1,0,0.6931471824645996,0,5.466371059417725,3.465735912322998,4.184347152709961,0,1,0,0,0,0,0,1,0,0 +5,1,0,1,0,0,2,2,28,142.1875,236.81124877929688,2510,94.4124984741211,1,0,1.6094379425048828,0,4.957146644592285,3.332204580307007,5.467263221740723,0,1,0,0,0,0,0,0,1,0 +14,1,0,1,0,1,2,2,23,227.5,698.71044921875,2128,151.28750610351562,1,0,2.6390573978424072,0,5.427150249481201,3.1354942321777344,6.549236297607422,0,1,0,0,0,0,0,0,1,0 +0.25,1,0,1,0,0,3,2,21,177.4499969482422,104.33763122558594,2052,118.30000305175781,1,0,-1.3862943649291992,0,5.178689002990723,3.044522523880005,4.647632122039795,0,1,0,0,0,0,0,0,0,0 +5,1,0,0,1,0,3,2,27,201.33749389648438,93.78663635253906,2552,134.22500610351562,1,0,1.6094379425048828,0,5.304982662200928,3.295836925506592,4.541022300720215,0,1,0,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,2,24,227.5,225.08792114257812,2052,151.28750610351562,1,0,0.6931471824645996,0,5.427150249481201,3.178053855895996,5.4164910316467285,0,1,0,0,0,0,0,0,0,0 +8,1,0,1,1,0,3,2,36,227.5,558.03045654296875,2149,151.28750610351562,1,0,2.079441547393799,0,5.427150249481201,3.5835189819335938,6.324413776397705,0,1,0,0,0,0,0,0,0,0 +4,1,0,0,1,0,3,2,28,146.7375030517578,280.18756103515625,2152,97.82499694824219,1,0,1.3862943649291992,0,4.988645076751709,3.332204580307007,5.6354594230651855,0,1,0,0,0,0,0,0,0,0 +1,1,0,0,0,0,3,2,31,152.4250030517578,91.44197082519531,2152,101.23750305175781,1,0,0,0,5.026672840118408,3.4339871406555176,4.51570463180542,0,1,0,0,0,0,0,0,0,0 +0.25,1,0,1,1,1,3,2,41,163.8000030517578,846.42437744140625,2010,109.19999694824219,1,0,-1.3862943649291992,0,5.09864616394043,3.7135720252990723,6.741020679473877,0,1,0,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,2,33,228.6374969482422,529.89447021484375,2152,152.4250030517578,1,0,1.6094379425048828,0,5.432137966156006,3.4965076446533203,6.272677898406982,0,1,0,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,20,174.03750610351562,150.05862426757812,3552,116.0250015258789,1,0,1.3862943649291992,0,5.159270763397217,2.995732307434082,5.011025905609131,0,0,1,0,0,0,0,0,0,0 +10,1,0,1,0,1,3,3,24,138.77499389648438,1570.9261474609375,3013,147.875,1,0,2.3025851249694824,0,4.932853698730469,3.178053855895996,7.3594207763671875,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,0,0,3,3,59,177.4499969482422,181.71160888671875,3640,142.1875,1,0,-1.3862943649291992,0,5.178689002990723,4.077537536621094,5.202420711517334,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,3,16,196.78750610351562,134.8182830810547,3110,130.8125,1,0,1.0986123085021973,0,5.2821245193481445,2.7725887298583984,4.903927803039551,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,1,0,3,3,48,214.9875030517578,538.100830078125,3610,143.3249969482422,1,0,1.945910096168518,0,5.370579719543457,3.8712010383605957,6.288045883178711,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,0,0,3,3,20,147.875,63.30598068237305,3352,118.30000305175781,1,0,0.6931471824645996,0,4.996367454528809,2.995732307434082,4.147979736328125,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,23,179.72500610351562,94.95896911621094,3540,119.4375,1,0,0,0,5.191427707672119,3.1354942321777344,4.553444862365723,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,0,0,3,3,20,182,150.05862426757812,3210,121.7125015258789,1,0,1.945910096168518,0,5.204006671905518,2.995732307434082,5.011025905609131,0,0,1,0,0,0,0,0,0,0 +9,1,0,1,1,0,3,3,27,204.75,613.130126953125,3528,136.5,1,0,2.1972246170043945,0,5.321789741516113,3.295836925506592,6.418577194213867,0,0,1,0,0,0,0,0,0,0 +20,1,0,1,1,1,3,3,29,212.71249389648438,7338.80419921875,3152,142.1875,1,0,2.995732307434082,0,5.359941482543945,3.367295742034912,8.900931358337402,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,1,3,3,21,177.4499969482422,917.93670654296875,3740,118.30000305175781,1,0,1.0986123085021973,0,5.178689002990723,3.044522523880005,6.8221282958984375,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,1,3,56,147.875,60.96131134033203,3543,98.9625015258789,1,0,-1.3862943649291992,0,4.996367454528809,4.025351524353027,4.110239505767822,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,67,112.61250305175781,202.8135986328125,3740,75.07499694824219,1,0,1.0986123085021973,0,4.723952770233154,4.204692840576172,5.312287330627441,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,3,41,129.6750030517578,0,3552,86.44999694824219,1,0,1.6094379425048828,0,4.8650312423706055,3.7135720252990723,0,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,0,0,1,3,25,212.71249389648438,855.80303955078125,3640,142.1875,1,0,1.3862943649291992,0,5.359941482543945,3.2188758850097656,6.752040386199951,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,3,19,209.3000030517578,171.16061401367188,3540,138.77499389648438,1,0,1.0986123085021973,0,5.34376859664917,2.944438934326172,5.142602443695068,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,0,0,1,3,21,241.14999389648438,276.6705627441406,3228,160.3874969482422,1,0,1.3862943649291992,0,5.485419273376465,3.044522523880005,5.622827529907227,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,1,1,3,21,170.625,274.3258972167969,3702,113.75,1,0,-1.3862943649291992,0,5.139468193054199,3.044522523880005,5.614316940307617,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,0,1,3,24,197.9250030517578,169.98828125,3728,131.9499969482422,1,0,1.3862943649291992,0,5.287888050079346,3.178053855895996,5.1357293128967285,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,0,0,1,3,26,237.7375030517578,490.03515625,3613,158.1125030517578,1,0,1.3862943649291992,0,5.471167087554932,3.25809645652771,6.194477081298828,0,0,1,0,0,0,0,1,0,0 +9,1,0,1,1,1,1,3,25,193.375,1913.247314453125,3637,128.53750610351562,1,0,2.1972246170043945,0,5.264631271362305,3.2188758850097656,7.5565571784973145,0,0,1,0,0,0,0,1,0,0 +7,1,0,1,0,0,1,3,19,152.4250030517578,239.15591430664062,3328,101.23750305175781,1,0,1.945910096168518,0,5.026672840118408,2.944438934326172,5.477115631103516,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,22,147.875,572.09844970703125,3340,98.9625015258789,1,0,-1.3862943649291992,0,4.996367454528809,3.0910425186157227,6.349310874938965,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,28,243.4250030517578,84.40797424316406,3628,161.52499389648438,1,0,0,0,5.494808673858643,3.332204580307007,4.435661792755127,0,0,1,0,0,0,0,1,0,0 +11,1,0,0,0,0,1,3,34,152.4250030517578,676.43609619140625,3228,101.23750305175781,1,0,2.397895336151123,0,5.026672840118408,3.526360511779785,6.516838073730469,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,47,162.66250610351562,114.88862609863281,3710,108.0625,1,0,0,0,5.091677665710449,3.8501474857330322,4.743963241577148,0,0,1,0,0,0,0,1,0,0 +28,1,0,0,1,0,1,3,33,152.4250030517578,1144.1968994140625,3116,101.23750305175781,1,0,3.332204580307007,0,5.026672840118408,3.4965076446533203,7.0424580574035645,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,22,154.6999969482422,0,3540,102.375,1,0,-1.3862943649291992,0,5.041487693786621,3.0910425186157227,0,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,28,207.02499389648438,179.366943359375,3152,137.6374969482422,1,0,0,0,5.332839488983154,3.332204580307007,5.189433574676514,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,0,1,0,1,3,45,213.85000610351562,31.652990341186523,3449,143.3249969482422,1,0,-1.3862943649291992,0,5.365274906158447,3.8066625595092773,3.4548325538635254,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,0,0,1,3,57,168.35000610351562,436.10784912109375,3643,111.4749984741211,1,0,0.6931471824645996,0,5.126045227050781,4.043051242828369,6.077889442443848,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,0,0,1,3,27,228.6374969482422,124.26728820800781,3304,153.5625,1,0,1.6094379425048828,0,5.432137966156006,3.295836925506592,4.822434902191162,0,0,1,0,0,0,0,1,0,0 +39,1,0,0,1,1,1,3,46,229.77499389648438,3466.588623046875,3716,153.5625,1,0,3.6635615825653076,0,5.437100410461426,3.828641414642334,8.15092658996582,0,0,1,0,0,0,0,1,0,0 +7,1,0,0,1,1,1,3,39,234.3249969482422,1257.9132080078125,3643,155.83749389648438,1,0,1.945910096168518,0,5.456708908081055,3.6635615825653076,7.137209415435791,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,23,218.39999389648438,125.43962860107422,3449,103.51249694824219,1,0,0,0,5.386328220367432,3.1354942321777344,4.831824779510498,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,41,233.1875,803.048095703125,3640,155.83749389648438,1,0,1.0986123085021973,0,5.451842784881592,3.7135720252990723,6.688414573669434,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,3,56,152.4250030517578,412.66119384765625,3552,102.375,1,0,1.6094379425048828,0,5.026672840118408,4.025351524353027,6.022626876831055,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,0,0,0,1,3,22,141.0500030517578,200.46893310546875,3504,94.4124984741211,1,0,-1.3862943649291992,0,4.9491143226623535,3.0910425186157227,5.3006591796875,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,3,24,152.4250030517578,65.65064239501953,3628,102.375,1,0,1.6094379425048828,0,5.026672840118408,3.178053855895996,4.184347152709961,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,21,159.25,84.40797424316406,3504,105.7874984741211,1,0,0,0,5.070475101470947,3.044522523880005,4.435661792755127,0,0,1,0,0,0,0,1,0,0 +6,1,0,0,1,0,1,3,38,147.875,933.177001953125,3552,91,1,0,1.7917594909667969,0,4.996367454528809,3.6375861167907715,6.838594913482666,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,19,127.4000015258789,104.33763122558594,3152,84.17500305175781,1,0,1.0986123085021973,0,4.847331523895264,2.944438934326172,4.647632122039795,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,0,0,1,3,33,179.72500610351562,123.09495544433594,3713,128.53750610351562,1,0,0.6931471824645996,0,5.191427707672119,3.4965076446533203,4.812955856323242,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,0,1,0,1,3,35,186.5500030517578,35.169986724853516,3640,123.98750305175781,1,0,-1.3862943649291992,0,5.228699207305908,3.5553481578826904,3.5601930618286133,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,26,141.0500030517578,214.53692626953125,3504,94.4124984741211,1,0,0,0,4.9491143226623535,3.25809645652771,5.368481636047363,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,33,152.4250030517578,160.609619140625,3452,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,3.4965076446533203,5.078976631164551,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,24,208.16250610351562,126.6119613647461,3510,138.77499389648438,1,0,1.0986123085021973,0,5.338318824768066,3.178053855895996,4.841126918792725,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,53,207.02499389648438,78.54631042480469,3452,137.6374969482422,1,0,0,0,5.332839488983154,3.97029185295105,4.3636884689331055,0,0,1,0,0,0,0,1,0,0 +8,1,0,0,1,0,1,3,37,225.22500610351562,429.0738525390625,3152,150.14999389648438,1,0,2.079441547393799,0,5.417099952697754,3.610917806625366,6.061628818511963,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,41,220.6750030517578,123.09495544433594,3710,147.875,1,0,0,0,5.396690845489502,3.7135720252990723,4.812955856323242,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,26,200.1999969482422,46.89331817626953,3310,133.08749389648438,1,0,0,0,5.299316883087158,3.25809645652771,3.8478751182556152,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,3,27,216.125,189.91793823242188,3452,144.46249389648438,1,0,1.6094379425048828,0,5.375856876373291,3.295836925506592,5.246592044830322,0,0,1,0,0,0,0,1,0,0 +12,1,0,0,0,1,1,3,20,154.6999969482422,1416.17822265625,3552,103.51249694824219,1,0,2.4849066734313965,0,5.041487693786621,2.995732307434082,7.2557172775268555,0,0,1,0,0,0,0,1,0,0 +19,1,0,0,0,0,1,3,46,204.75,1242.6729736328125,3252,136.5,1,0,2.944438934326172,0,5.321789741516113,3.828641414642334,7.1250200271606445,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,24,161.52499389648438,334.1148986816406,3049,200.1999969482422,1,0,1.0986123085021973,0,5.084660053253174,3.178053855895996,5.8114848136901855,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,56,182,117.23329162597656,3610,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,4.025351524353027,4.764165878295898,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,3,21,178.58749389648438,203.98593139648438,3728,119.4375,1,0,-1.3862943649291992,0,5.1850786209106445,3.044522523880005,5.318050861358643,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,1,0,1,3,43,168.35000610351562,103.16529846191406,3252,111.4749984741211,1,0,1.3862943649291992,0,5.126045227050781,3.761200189590454,4.6363325119018555,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,3,22,185.41250610351562,28.135990142822266,3425,123.98750305175781,1,0,1.6094379425048828,0,5.222583293914795,3.0910425186157227,3.3370494842529297,0,0,1,0,0,0,0,1,0,0 +13,1,0,0,1,1,1,3,31,184.27499389648438,4630.71533203125,3149,122.8499984741211,1,0,2.5649492740631104,0,5.216429233551025,3.4339871406555176,8.44046688079834,0,0,1,0,0,0,0,1,0,0 +23,1,0,0,0,0,1,3,28,170.625,3073.85693359375,3252,113.75,1,0,3.1354942321777344,0,5.139468193054199,3.332204580307007,8.030688285827637,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,3,34,182,130.1289520263672,3428,121.7125015258789,1,0,1.6094379425048828,0,5.204006671905518,3.526360511779785,4.868525981903076,0,0,1,0,0,0,0,1,0,0 +6,1,0,0,1,0,1,3,20,182,1141.852294921875,3407,121.7125015258789,1,0,1.7917594909667969,0,5.204006671905518,2.995732307434082,7.040407180786133,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,34,211.5749969482422,106.68229675292969,3449,141.0500030517578,1,0,0,0,5.354579448699951,3.526360511779785,4.669855117797852,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,0,1,3,33,185.41250610351562,240.3282470703125,3449,176.3125,1,0,1.3862943649291992,0,5.222583293914795,3.4965076446533203,5.482005596160889,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,0,1,0,1,3,28,161.52499389648438,196.95193481445312,3640,108.0625,1,0,-1.3862943649291992,0,5.084660053253174,3.332204580307007,5.282959938049316,0,0,1,0,0,0,0,1,0,0 +7,1,0,0,1,0,1,3,32,227.5,1252.0516357421875,3504,151.28750610351562,1,0,1.945910096168518,0,5.427150249481201,3.465735912322998,7.132538795471191,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,20,147.875,173.50527954101562,3028,98.9625015258789,1,0,0,0,4.996367454528809,2.995732307434082,5.156208038330078,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,0,1,0,1,3,25,168.35000610351562,512.30950927734375,3304,112.61250305175781,1,0,-1.3862943649291992,0,5.126045227050781,3.2188758850097656,6.23892879486084,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,32,117.1624984741211,249.7069091796875,3510,78.48750305175781,1,0,1.0986123085021973,0,4.763561725616455,3.465735912322998,5.520287990570068,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,0,0,1,3,33,182,98.47596740722656,3604,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.4965076446533203,4.589812755584717,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,3,43,156.97500610351562,153.57562255859375,3152,104.6500015258789,1,0,0,0,5.056086540222168,3.761200189590454,5.03419303894043,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,NA,0,1,3,34,156.97500610351562,53.92731475830078,3152,104.6500015258789,1,0,0,0,5.056086540222168,3.526360511779785,3.9876370429992676,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,33,156.97500610351562,240.3282470703125,3052,104.6500015258789,1,0,0,0,5.056086540222168,3.4965076446533203,5.482005596160889,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,1,0,1,3,43,177.4499969482422,310.6682434082031,3152,118.30000305175781,1,0,0.6931471824645996,0,5.178689002990723,3.761200189590454,5.738725662231445,0,0,1,0,0,0,0,1,0,0 +10,1,0,0,NA,0,1,3,52,113.75,611.95782470703125,3328,52.32500076293945,1,0,2.3025851249694824,0,4.734003067016602,3.9512436389923096,6.41666316986084,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,1,0,1,3,23,161.52499389648438,0,3349,106.92500305175781,1,0,0.6931471824645996,0,5.084660053253174,3.1354942321777344,0,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,0,1,3,40,218.39999389648438,112.54396057128906,3640,145.60000610351562,1,0,1.3862943649291992,0,5.386328220367432,3.6888794898986816,4.723343849182129,0,0,1,0,0,0,0,1,0,0 +6,1,0,1,1,0,3,3,25,141.0500030517578,1077.3740234375,3249,101.23750305175781,1,0,1.7917594909667969,0,4.9491143226623535,3.2188758850097656,6.982281684875488,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,1,0,3,3,22,166.0749969482422,219.22625732421875,3640,95.55000305175781,1,0,1.3862943649291992,0,5.1124396324157715,3.0910425186157227,5.390104293823242,0,0,1,0,0,0,0,0,0,0 +14,1,0,1,1,0,3,3,50,113.75,681.12542724609375,3540,113.75,1,0,2.6390573978424072,0,4.734003067016602,3.9120230674743652,6.523746490478516,0,0,1,0,0,0,0,0,0,0 +17,1,0,1,0,0,3,3,68,152.4250030517578,562.71978759765625,3428,101.23750305175781,1,0,2.8332133293151855,0,5.026672840118408,4.219507694244385,6.332781791687012,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,1,3,19,154.6999969482422,205.15826416015625,3628,103.51249694824219,1,0,1.3862943649291992,0,5.041487693786621,2.944438934326172,5.323781490325928,0,0,1,0,0,0,0,1,0,0 +7,1,0,1,1,1,1,3,24,182,1199.296630859375,3628,121.7125015258789,1,0,1.945910096168518,0,5.204006671905518,3.178053855895996,7.0894904136657715,0,0,1,0,0,0,0,1,0,0 +6,1,0,1,1,0,1,3,30,195.64999389648438,788.98004150390625,3428,130.8125,1,0,1.7917594909667969,0,5.276327133178711,3.4011974334716797,6.670741081237793,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,42,204.75,140.67994689941406,3352,136.5,1,0,1.0986123085021973,0,5.321789741516113,3.7376697063446045,4.9464874267578125,0,0,1,0,0,0,0,1,0,0 +12,1,0,1,1,0,1,3,30,159.25,80.89097595214844,3352,105.7874984741211,1,0,2.4849066734313965,0,5.070475101470947,3.4011974334716797,4.393102169036865,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,1,1,3,51,170.625,533.4114990234375,3310,113.75,1,0,0.6931471824645996,0,5.139468193054199,3.931825637817383,6.279293060302734,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,17,150.14999389648438,134.8182830810547,3440,100.0999984741211,1,0,0,0,5.011634826660156,2.8332133293151855,4.903927803039551,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,1,0,1,3,48,182,311.840576171875,3140,121.7125015258789,1,0,1.6094379425048828,0,5.204006671905518,3.8712010383605957,5.742492198944092,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,3,50,163.8000030517578,64.47830963134766,3540,109.19999694824219,1,0,-1.3862943649291992,0,5.09864616394043,3.9120230674743652,4.1663289070129395,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,NA,0,1,3,61,168.35000610351562,117.23329162597656,3628,112.61250305175781,1,0,1.6094379425048828,0,5.126045227050781,4.110873699188232,4.764165878295898,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,0,1,3,42,164.9375,152.40328979492188,3452,110.3375015258789,1,0,1.3862943649291992,0,5.105566501617432,3.7376697063446045,5.0265302658081055,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,0,1,3,35,152.4250030517578,240.3282470703125,3628,101.23750305175781,1,0,0.6931471824645996,0,5.026672840118408,3.5553481578826904,5.482005596160889,0,0,1,0,0,0,0,1,0,0 +9,1,0,1,1,1,1,3,36,152.4250030517578,3638.92138671875,3613,101.23750305175781,1,0,2.1972246170043945,0,5.026672840118408,3.5835189819335938,8.199442863464355,0,0,1,0,0,0,0,1,0,0 +12,1,0,1,1,0,1,3,43,152.4250030517578,263.77490234375,3628,101.23750305175781,1,0,2.4849066734313965,0,5.026672840118408,3.761200189590454,5.575096130371094,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,NA,0,1,3,27,202.47500610351562,111.37162780761719,3740,135.3625030517578,1,0,1.0986123085021973,0,5.310616493225098,3.295836925506592,4.712872505187988,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,46,193.375,245.017578125,3640,128.53750610351562,1,0,0,0,5.264631271362305,3.828641414642334,5.5013298988342285,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,1,0,1,3,38,152.4250030517578,1583.82177734375,3610,101.23750305175781,1,0,1.6094379425048828,0,5.026672840118408,3.6375861167907715,7.36759614944458,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,1,0,1,3,38,152.4250030517578,1583.82177734375,3613,101.23750305175781,1,0,1.6094379425048828,0,5.026672840118408,3.6375861167907715,7.36759614944458,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,0,0,1,3,18,141.0500030517578,386.869873046875,3510,94.4124984741211,1,0,1.6094379425048828,0,4.9491143226623535,2.890371799468994,5.958088397979736,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,1,0,1,3,38,152.4250030517578,1583.82177734375,3640,101.23750305175781,1,0,1.6094379425048828,0,5.026672840118408,3.6375861167907715,7.36759614944458,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,23,145.60000610351562,72.68463897705078,3513,111.4749984741211,1,0,0,0,4.980863094329834,3.1354942321777344,4.286129951477051,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,NA,0,1,3,30,147.875,189.91793823242188,3310,98.9625015258789,1,0,-1.3862943649291992,0,4.996367454528809,3.4011974334716797,5.246592044830322,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,25,152.4250030517578,98.47596740722656,3740,101.23750305175781,1,0,0,0,5.026672840118408,3.2188758850097656,4.589812755584717,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,19,182,70.33997344970703,3613,121.7125015258789,1,0,0,0,5.204006671905518,2.944438934326172,4.253340244293213,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,20,182,143.0246124267578,3746,242.28750610351562,1,0,0,0,5.204006671905518,2.995732307434082,4.963016510009766,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,18,170.625,119.57795715332031,3628,80.76249694824219,1,0,0,0,5.139468193054199,2.890371799468994,4.783968448638916,0,0,1,0,0,0,0,1,0,0 +9,1,0,1,1,0,1,3,23,159.25,908.55804443359375,3602,105.7874984741211,1,0,2.1972246170043945,0,5.070475101470947,3.1354942321777344,6.811858654022217,0,0,1,0,0,0,0,1,0,0 +6,1,0,1,1,0,1,3,51,186.5500030517578,270.80889892578125,3640,123.98750305175781,1,0,1.7917594909667969,0,5.228699207305908,3.931825637817383,5.601413249969482,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,3,19,168.35000610351562,214.53692626953125,3640,112.61250305175781,1,0,-1.3862943649291992,0,5.126045227050781,2.944438934326172,5.368481636047363,0,0,1,0,0,0,0,1,0,0 +10,1,0,1,0,0,1,3,29,228.6374969482422,345.8382263183594,3116,152.4250030517578,1,0,2.3025851249694824,0,5.432137966156006,3.367295742034912,5.84597110748291,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,3,18,141.0500030517578,119.57795715332031,3510,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,2.890371799468994,4.783968448638916,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,26,232.0500030517578,169.98828125,3528,154.6999969482422,1,0,0,0,5.446952819824219,3.25809645652771,5.1357293128967285,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,3,18,159.25,412.66119384765625,3540,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,2.890371799468994,6.022626876831055,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,28,227.5,472.4501647949219,3310,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,3.332204580307007,6.157932281494141,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,25,159.25,91.44197082519531,3352,105.7874984741211,1,0,0,0,5.070475101470947,3.2188758850097656,4.51570463180542,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,3,24,207.02499389648438,1035.1700439453125,3740,137.6374969482422,1,0,0.6931471824645996,0,5.332839488983154,3.178053855895996,6.942320823669434,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,0,0,1,3,21,177.4499969482422,84.40797424316406,3616,118.30000305175781,1,0,1.0986123085021973,0,5.178689002990723,3.044522523880005,4.435661792755127,0,0,1,0,0,0,0,1,0,0 +15,1,0,0,1,0,1,3,27,221.8125,1316.5299072265625,3640,147.875,1,0,2.70805025100708,0,5.401832580566406,3.295836925506592,7.1827545166015625,0,0,1,0,0,0,0,1,0,0 +8,1,0,1,1,1,1,3,31,188.8249969482422,1539.273193359375,3437,126.26249694824219,1,0,2.079441547393799,0,5.240820407867432,3.4339871406555176,7.3390655517578125,0,0,1,0,0,0,0,1,0,0 +21,1,0,1,1,1,1,3,31,188.8249969482422,3785.463134765625,3437,126.26249694824219,1,0,3.044522523880005,0,5.240820407867432,3.4339871406555176,8.238923072814941,0,0,1,0,0,0,0,1,0,0 +8,1,0,1,1,0,1,3,29,178.58749389648438,984.7596435546875,3640,119.4375,1,0,2.079441547393799,0,5.1850786209106445,3.367295742034912,6.892397403717041,0,0,1,0,0,0,0,1,0,0 +10,1,0,1,0,0,1,3,29,218.39999389648438,125.43962860107422,3213,145.60000610351562,1,0,2.3025851249694824,0,5.386328220367432,3.367295742034912,4.831824779510498,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,3,19,156.97500610351562,228.60491943359375,3152,75.07499694824219,1,0,0,0,5.056086540222168,2.944438934326172,5.431995391845703,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,0,0,1,3,37,175.1750030517578,107.85462951660156,3710,117.1624984741211,1,0,1.3862943649291992,0,5.165785312652588,3.610917806625366,4.680784225463867,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,1,1,3,37,166.0749969482422,180.53927612304688,3613,94.4124984741211,1,0,1.0986123085021973,0,5.1124396324157715,3.610917806625366,5.195948123931885,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,0,1,1,3,19,159.25,5275.498046875,3640,105.7874984741211,1,0,1.6094379425048828,0,5.070475101470947,2.944438934326172,8.570828437805176,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,3,27,193.375,144.1969451904297,3610,128.53750610351562,1,0,0,0,5.264631271362305,3.295836925506592,4.971179962158203,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,1,0,1,3,38,193.375,270.80889892578125,3628,128.53750610351562,1,0,1.6094379425048828,0,5.264631271362305,3.6375861167907715,5.601413249969482,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,39,213.85000610351562,218.05392456054688,3152,142.1875,1,0,1.0986123085021973,0,5.365274906158447,3.6635615825653076,5.384742259979248,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,53,236.60000610351562,86.75263977050781,3636,156.97500610351562,1,0,0,0,5.466371059417725,3.97029185295105,4.4630608558654785,0,0,1,0,0,0,0,1,0,0 +9,1,0,0,0,0,1,3,19,177.4499969482422,213.36459350585938,3628,118.30000305175781,1,0,2.1972246170043945,0,5.178689002990723,2.944438934326172,5.363002300262451,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,22,233.1875,139.5076141357422,3510,155.83749389648438,1,0,0,0,5.451842784881592,3.0910425186157227,4.938119411468506,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,23,166.0749969482422,119.57795715332031,3528,110.3375015258789,1,0,0,0,5.1124396324157715,3.1354942321777344,4.783968448638916,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,0,1,1,3,33,201.33749389648438,1146.5416259765625,3647,201.33749389648438,1,0,1.6094379425048828,0,5.304982662200928,3.4965076446533203,7.044505596160889,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,0,0,1,3,35,213.85000610351562,302.4619140625,3628,142.1875,1,0,1.3862943649291992,0,5.365274906158447,3.5553481578826904,5.711955547332764,0,0,1,0,0,0,0,1,0,0 +9,1,0,1,0,0,1,3,19,182,273.153564453125,3528,120.57499694824219,1,0,2.1972246170043945,0,5.204006671905518,2.944438934326172,5.610033988952637,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,3,22,180.8625030517578,131.30128479003906,3640,121.7125015258789,1,0,-1.3862943649291992,0,5.197737216949463,3.0910425186157227,4.8774943351745605,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,18,176.3125,235.638916015625,3543,117.1624984741211,1,0,1.0986123085021973,0,5.172257900238037,2.890371799468994,5.462300777435303,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,21,195.64999389648438,146.54161071777344,3610,129.6750030517578,1,0,-1.3862943649291992,0,5.276327133178711,3.044522523880005,4.987309455871582,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,23,193.375,46.89331817626953,3740,128.53750610351562,1,0,1.0986123085021973,0,5.264631271362305,3.1354942321777344,3.8478751182556152,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,0,0,1,3,41,229.77499389648438,162.95428466796875,3728,153.5625,1,0,1.6094379425048828,0,5.437100410461426,3.7135720252990723,5.093469619750977,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,2,3,23,182,162.95428466796875,3740,121.7125015258789,1,0,0,0,5.204006671905518,3.1354942321777344,5.093469619750977,0,0,1,0,0,0,0,0,1,0 +4,1,0,1,1,0,1,3,36,204.75,150.05862426757812,3628,136.5,1,0,1.3862943649291992,0,5.321789741516113,3.5835189819335938,5.011025905609131,0,0,1,0,0,0,0,1,0,0 +16,1,0,1,1,1,1,3,26,179.72500610351562,4035.169921875,3640,119.4375,1,0,2.7725887298583984,0,5.191427707672119,3.25809645652771,8.302803993225098,0,0,1,0,0,0,0,1,0,0 +13,1,0,0,1,0,1,3,62,216.125,46.89331817626953,3537,144.46249389648438,1,0,2.5649492740631104,0,5.375856876373291,4.127134323120117,3.8478751182556152,0,0,1,0,0,0,0,1,0,0 +7,1,0,1,0,0,1,3,21,234.3249969482422,281.3598937988281,3540,155.83749389648438,1,0,1.945910096168518,0,5.456708908081055,3.044522523880005,5.639634609222412,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,19,232.0500030517578,131.30128479003906,3510,154.6999969482422,1,0,-1.3862943649291992,0,5.446952819824219,2.944438934326172,4.8774943351745605,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,1,1,3,35,227.5,1205.1583251953125,3052,125.125,1,0,1.3862943649291992,0,5.427150249481201,3.5553481578826904,7.094366073608398,0,0,1,0,0,0,0,1,0,0 +7,1,0,0,1,0,1,3,47,102.375,961.31298828125,3352,103.51249694824219,1,0,1.945910096168518,0,4.628642559051514,3.8501474857330322,6.868299961090088,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,0,0,0,1,3,23,156.97500610351562,79.71864318847656,3449,104.6500015258789,1,0,-1.3862943649291992,0,5.056086540222168,3.1354942321777344,4.378503322601318,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,33,159.25,28.135990142822266,3540,105.7874984741211,1,0,-1.3862943649291992,0,5.070475101470947,3.4965076446533203,3.3370494842529297,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,33,159.25,28.135990142822266,3540,105.7874984741211,1,0,-1.3862943649291992,0,5.070475101470947,3.4965076446533203,3.3370494842529297,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,3,25,163.8000030517578,203.98593139648438,3237,109.19999694824219,1,0,0,0,5.09864616394043,3.2188758850097656,5.318050861358643,0,0,1,0,0,0,0,1,0,0 +8,1,0,0,1,0,1,3,29,168.35000610351562,479.4841613769531,3640,112.61250305175781,1,0,2.079441547393799,0,5.126045227050781,3.367295742034912,6.17271089553833,0,0,1,0,0,0,0,1,0,0 +10,1,0,0,1,0,1,3,30,168.35000610351562,329.4255676269531,3610,112.61250305175781,1,0,2.3025851249694824,0,5.126045227050781,3.4011974334716797,5.7973504066467285,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,21,214.9875030517578,104.33763122558594,3628,143.3249969482422,1,0,0,0,5.370579719543457,3.044522523880005,4.647632122039795,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,0,0,1,3,48,220.6750030517578,218.05392456054688,3210,153.5625,1,0,1.3862943649291992,0,5.396690845489502,3.8712010383605957,5.384742259979248,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,NA,0,1,3,22,141.0500030517578,38.686988830566406,3449,94.4124984741211,1,0,0,0,4.9491143226623535,3.0910425186157227,3.655503273010254,0,0,1,0,0,0,0,1,0,0 +15,1,0,0,1,0,1,3,59,210.4375,873.3880615234375,3628,139.91250610351562,1,0,2.70805025100708,0,5.349188804626465,4.077537536621094,6.7723798751831055,0,0,1,0,0,0,0,1,0,0 +8,1,0,1,1,1,1,3,31,241.14999389648438,1444.314208984375,3510,160.3874969482422,1,0,2.079441547393799,0,5.485419273376465,3.4339871406555176,7.275389671325684,0,0,1,0,0,0,0,1,0,0 +8,1,0,1,0,0,1,3,23,159.25,1672.9190673828125,3437,105.7874984741211,1,0,2.079441547393799,0,5.070475101470947,3.1354942321777344,7.422325134277344,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,22,182,252.0515899658203,3510,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,3.0910425186157227,5.52963399887085,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,1,0,1,3,45,204.75,139.5076141357422,3149,136.5,1,0,1.3862943649291992,0,5.321789741516113,3.8066625595092773,4.938119411468506,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,0,1,3,22,240.0124969482422,18141.8515625,3613,149.0124969482422,1,0,0.6931471824645996,0,5.480690956115723,3.0910425186157227,9.805976867675781,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,0,0,1,3,23,143.3249969482422,328.25323486328125,3528,95.55000305175781,1,0,1.6094379425048828,0,4.965114593505859,3.1354942321777344,5.793785572052002,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,44,145.60000610351562,21.101993560791016,3210,96.6875,1,0,1.0986123085021973,0,4.980863094329834,3.7841897010803223,3.0493674278259277,0,0,1,0,0,0,0,1,0,0 +13,1,0,1,1,0,1,3,20,154.6999969482422,259.0855712890625,3052,103.51249694824219,1,0,2.5649492740631104,0,5.041487693786621,2.995732307434082,5.557158470153809,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,2,3,42,211.5749969482422,186.40093994140625,3510,141.0500030517578,1,0,1.0986123085021973,0,5.354579448699951,3.7376697063446045,5.22790002822876,0,0,1,0,0,0,0,0,1,0 +0.25,1,0,1,1,0,2,3,26,170.625,633.059814453125,3640,113.75,1,0,-1.3862943649291992,0,5.139468193054199,3.25809645652771,6.450564861297607,0,0,1,0,0,0,0,0,1,0 +16,1,0,1,0,1,1,3,26,199.0625,1754.982421875,3640,133.08749389648438,1,0,2.7725887298583984,0,5.293618679046631,3.25809645652771,7.470213890075684,0,0,1,0,0,0,0,1,0,0 +8,1,0,1,1,0,1,3,20,243.4250030517578,796.0140380859375,3528,162.66250610351562,1,0,2.079441547393799,0,5.494808673858643,2.995732307434082,6.679616928100586,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,3,24,152.4250030517578,192.26260375976562,3152,112.61250305175781,1,0,0.6931471824645996,0,5.026672840118408,3.178053855895996,5.258862018585205,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,0,0,1,3,50,147.875,209.84759521484375,3628,98.9625015258789,1,0,1.3862943649291992,0,4.996367454528809,3.9120230674743652,5.346381664276123,0,0,1,0,0,0,0,1,0,0 +12,1,0,1,0,0,1,3,33,174.03750610351562,24.61899185180664,3152,116.0250015258789,1,0,2.4849066734313965,0,5.159270763397217,3.4965076446533203,3.2035181522369385,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,0,0,1,3,19,197.9250030517578,441.9695129394531,3728,131.9499969482422,1,0,1.6094379425048828,0,5.287888050079346,2.944438934326172,6.091240882873535,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,NA,0,1,3,18,141.0500030517578,91.44197082519531,3640,94.4124984741211,1,0,0.6931471824645996,0,4.9491143226623535,2.890371799468994,4.51570463180542,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,3,53,232.0500030517578,228.60491943359375,3728,154.6999969482422,1,0,1.6094379425048828,0,5.446952819824219,3.97029185295105,5.431995391845703,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,1,0,1,3,42,227.5,52.754981994628906,3352,151.28750610351562,1,0,0.6931471824645996,0,5.427150249481201,3.7376697063446045,3.965658187866211,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,1,0,1,3,55,209.3000030517578,270.80889892578125,3410,139.91250610351562,1,0,0.6931471824645996,0,5.34376859664917,4.007333278656006,5.601413249969482,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,1,0,1,3,43,182,113.71629333496094,3152,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.761200189590454,4.733706474304199,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,3,20,141.0500030517578,345.8382263183594,3640,79.625,1,0,0,0,4.9491143226623535,2.995732307434082,5.84597110748291,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,27,154.6999969482422,111.37162780761719,3710,102.375,1,0,0,0,5.041487693786621,3.295836925506592,4.712872505187988,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,3,19,152.4250030517578,0,3552,101.23750305175781,1,0,0,0,5.026672840118408,2.944438934326172,0,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,25,195.64999389648438,153.57562255859375,3152,130.8125,1,0,0,0,5.276327133178711,3.2188758850097656,5.03419303894043,0,0,1,0,0,0,0,1,0,0 +13,1,0,0,0,1,1,3,48,144.46249389648438,1195.779541015625,3640,145.60000610351562,1,0,2.5649492740631104,0,4.973020076751709,3.8712010383605957,7.086553573608398,0,0,1,0,0,0,0,1,0,0 +24,1,0,0,0,1,1,3,48,216.125,3042.2041015625,3640,144.46249389648438,1,0,3.178053855895996,0,5.375856876373291,3.8712010383605957,8.020337104797363,0,0,1,0,0,0,0,1,0,0 +8,1,0,1,0,0,1,3,20,175.1750030517578,513.4818115234375,3628,117.1624984741211,1,0,2.079441547393799,0,5.165785312652588,2.995732307434082,6.241214752197266,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,21,171.7624969482422,135.99061584472656,3449,114.88749694824219,1,0,0,0,5.14611291885376,3.044522523880005,4.912585735321045,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,1,0,1,3,29,238.875,289.56622314453125,3640,159.25,1,0,1.3862943649291992,0,5.475940227508545,3.367295742034912,5.668384075164795,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,3,21,193.375,317.7022399902344,3407,128.53750610351562,1,0,1.0986123085021973,0,5.264631271362305,3.044522523880005,5.761114597320557,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,0,1,0,1,3,42,162.66250610351562,105.50996398925781,3425,108.0625,1,0,-1.3862943649291992,0,5.091677665710449,3.7376697063446045,4.6588053703308105,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,52,214.9875030517578,281.3598937988281,3440,143.3249969482422,1,0,-1.3862943649291992,0,5.370579719543457,3.9512436389923096,5.639634609222412,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,0,0,1,3,29,186.5500030517578,264.9472351074219,3504,162.66250610351562,1,0,0.6931471824645996,0,5.228699207305908,3.367295742034912,5.579530715942383,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,0,0,1,3,26,209.3000030517578,139.5076141357422,3628,139.91250610351562,1,0,1.3862943649291992,0,5.34376859664917,3.25809645652771,4.938119411468506,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,0,0,1,3,21,236.60000610351562,242.67291259765625,3152,156.97500610351562,1,0,1.6094379425048828,0,5.466371059417725,3.044522523880005,5.4917144775390625,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,0,1,3,18,159.25,636.5767822265625,3640,105.7874984741211,1,0,0.6931471824645996,0,5.070475101470947,2.890371799468994,6.4561052322387695,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,3,29,243.4250030517578,144.1969451904297,3152,162.66250610351562,1,0,0,0,5.494808673858643,3.367295742034912,4.971179962158203,0,0,1,0,0,0,0,1,0,0 +6,1,0,1,1,0,1,3,34,175.1750030517578,139.5076141357422,3210,116.0250015258789,1,0,1.7917594909667969,0,5.165785312652588,3.526360511779785,4.938119411468506,0,0,1,0,0,0,0,1,0,0 +93,1,0,0,1,0,1,3,35,191.10000610351562,1465.4161376953125,3728,17.0625,1,0,4.532599449157715,0,5.252796649932861,3.5553481578826904,7.2898945808410645,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,22,170.625,123.09495544433594,3540,113.75,1,0,0,0,5.139468193054199,3.0910425186157227,4.812955856323242,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,1,0,1,3,41,186.5500030517578,1094.958984375,3640,123.98750305175781,1,0,1.3862943649291992,0,5.228699207305908,3.7135720252990723,6.998472213745117,0,0,1,0,0,0,0,1,0,0 +13,1,0,0,1,0,1,3,43,232.0500030517578,328.25323486328125,3428,154.6999969482422,1,0,2.5649492740631104,0,5.446952819824219,3.761200189590454,5.793785572052002,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,0,0,1,3,25,225.22500610351562,133.6459503173828,3640,135.3625030517578,1,0,1.3862943649291992,0,5.417099952697754,3.2188758850097656,4.895194053649902,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,1,0,1,3,33,216.125,263.77490234375,3410,144.46249389648438,1,0,1.3862943649291992,0,5.375856876373291,3.4965076446533203,5.575096130371094,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,3,25,209.3000030517578,143.0246124267578,3613,139.91250610351562,1,0,0,0,5.34376859664917,3.2188758850097656,4.963016510009766,0,0,1,0,0,0,0,1,0,0 +12,1,0,0,1,1,1,3,34,233.1875,1487.6905517578125,3410,135.3625030517578,1,0,2.4849066734313965,0,5.451842784881592,3.526360511779785,7.304980278015137,0,0,1,0,0,0,0,1,0,0 +10,1,0,0,0,0,1,3,66,227.5,655.3341064453125,3628,151.28750610351562,1,0,2.3025851249694824,0,5.427150249481201,4.18965482711792,6.485145092010498,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,2,3,21,216.125,184.0562744140625,3613,144.46249389648438,1,0,1.0986123085021973,0,5.375856876373291,3.044522523880005,5.215241432189941,0,0,1,0,0,0,0,0,1,0 +3,1,0,0,1,0,2,3,40,159.25,533.4114990234375,3328,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,3.6888794898986816,6.279293060302734,0,0,1,0,0,0,0,0,1,0 +0.25,1,0,1,1,0,2,3,27,204.75,73.85697174072266,3152,136.5,1,0,-1.3862943649291992,0,5.321789741516113,3.295836925506592,4.302130222320557,0,0,1,0,0,0,0,0,1,0 +23,1,0,1,1,0,2,3,53,204.75,1096.13134765625,3640,136.5,1,0,3.1354942321777344,0,5.321789741516113,3.97029185295105,6.999542236328125,0,0,1,0,0,0,0,0,1,0 +6,1,0,1,0,0,2,3,18,182,228.60491943359375,3628,121.7125015258789,1,0,1.7917594909667969,0,5.204006671905518,2.890371799468994,5.431995391845703,0,0,1,0,0,0,0,0,1,0 +0.25,1,0,0,1,0,2,3,21,204.75,606.09613037109375,3613,136.5,1,0,-1.3862943649291992,0,5.321789741516113,3.044522523880005,6.407038688659668,0,0,1,0,0,0,0,0,1,0 +7,1,0,1,1,0,2,3,22,243.4250030517578,750.2930908203125,3640,159.25,1,0,1.945910096168518,0,5.494808673858643,3.0910425186157227,6.620463848114014,0,0,1,0,0,0,0,0,1,0 +2,1,0,0,1,1,2,3,29,170.625,663.54046630859375,3510,113.75,1,0,0.6931471824645996,0,5.139468193054199,3.367295742034912,6.497590065002441,0,0,1,0,0,0,0,0,1,0 +6,1,0,1,1,1,2,3,27,170.625,688.159423828125,3613,136.5,1,0,1.7917594909667969,0,5.139468193054199,3.295836925506592,6.53402042388916,0,0,1,0,0,0,0,0,1,0 +2,1,0,1,1,0,2,3,27,141.0500030517578,143.0246124267578,3640,127.4000015258789,1,0,0.6931471824645996,0,4.9491143226623535,3.295836925506592,4.963016510009766,0,0,1,0,0,0,0,0,1,0 +22,1,0,1,0,0,2,3,49,204.75,917.93670654296875,3410,136.5,1,0,3.0910425186157227,0,5.321789741516113,3.891820192337036,6.8221282958984375,0,0,1,0,0,0,0,0,1,0 +2,1,0,1,0,0,2,3,21,193.375,206.33059692382812,3728,128.53750610351562,1,0,0.6931471824645996,0,5.264631271362305,3.044522523880005,5.329479694366455,0,0,1,0,0,0,0,0,1,0 +8,1,0,1,0,0,2,3,26,170.625,132.47361755371094,3610,113.75,1,0,2.079441547393799,0,5.139468193054199,3.25809645652771,4.886383533477783,0,0,1,0,0,0,0,0,1,0 +0.25,1,0,1,0,0,2,3,20,227.5,66.8229751586914,3540,151.28750610351562,1,0,-1.3862943649291992,0,5.427150249481201,2.995732307434082,4.202046871185303,0,0,1,0,0,0,0,0,1,0 +2,1,0,1,0,0,2,3,26,185.41250610351562,174.6776123046875,3152,123.98750305175781,1,0,0.6931471824645996,0,5.222583293914795,3.25809645652771,5.162941932678223,0,0,1,0,0,0,0,0,1,0 +6,1,0,1,1,0,2,3,20,153.5625,936.69403076171875,3628,102.375,1,0,1.7917594909667969,0,5.034107685089111,2.995732307434082,6.8423566818237305,0,0,1,0,0,0,0,0,1,0 +7,1,0,1,1,0,2,3,46,152.4250030517578,198.124267578125,3528,101.23750305175781,1,0,1.945910096168518,0,5.026672840118408,3.828641414642334,5.2888946533203125,0,0,1,0,0,0,0,0,1,0 +1,1,0,1,0,0,2,3,29,227.5,120.75028991699219,3210,151.28750610351562,1,0,0,0,5.427150249481201,3.367295742034912,4.793724536895752,0,0,1,0,0,0,0,0,1,0 +3,1,0,1,0,0,2,3,20,204.75,424.384521484375,3640,136.5,1,0,1.0986123085021973,0,5.321789741516113,2.995732307434082,6.050640106201172,0,0,1,0,0,0,0,0,1,0 +4,1,0,1,1,0,2,3,63,101.23750305175781,125.43962860107422,3628,68.25,1,0,1.3862943649291992,0,4.617469310760498,4.143134593963623,4.831824779510498,0,0,1,0,0,0,0,0,1,0 +2,1,0,1,0,0,2,3,18,152.4250030517578,242.67291259765625,3525,92.13749694824219,1,0,0.6931471824645996,0,5.026672840118408,2.890371799468994,5.4917144775390625,0,0,1,0,0,0,0,0,1,0 +7,1,0,0,0,0,2,3,32,174.03750610351562,458.3821716308594,3428,116.0250015258789,1,0,1.945910096168518,0,5.159270763397217,3.465735912322998,6.1277031898498535,0,0,1,0,0,0,0,0,1,0 +1,1,0,1,0,0,2,3,14,136.5,52.754981994628906,3540,91,1,0,0,0,4.916324615478516,2.6390573978424072,3.965658187866211,0,0,1,0,0,0,0,0,1,0 +6,1,0,1,1,0,2,3,20,170.625,423.2121887207031,3513,113.75,1,0,1.7917594909667969,0,5.139468193054199,2.995732307434082,6.047873497009277,0,0,1,0,0,0,0,0,1,0 +2,1,0,1,1,0,2,3,22,204.75,310.6682434082031,3640,136.5,1,0,0.6931471824645996,0,5.321789741516113,3.0910425186157227,5.738725662231445,0,0,1,0,0,0,0,0,1,0 +2,1,0,1,1,0,2,3,53,204.75,26.96365737915039,3449,136.5,1,0,0.6931471824645996,0,5.321789741516113,3.97029185295105,3.294489860534668,0,0,1,0,0,0,0,0,1,0 +10,1,0,1,1,0,2,3,31,180.8625030517578,430.2461853027344,3328,120.57499694824219,1,0,2.3025851249694824,0,5.197737216949463,3.4339871406555176,6.064357757568359,0,0,1,0,0,0,0,0,1,0 +1,1,0,1,0,0,2,3,19,150.14999389648438,151.23095703125,3710,100.0999984741211,1,0,0,0,5.011634826660156,2.944438934326172,5.018808364868164,0,0,1,0,0,0,0,0,1,0 +1,1,0,1,1,0,2,3,25,187.6875,29.30832290649414,3510,125.125,1,0,0,0,5.23477840423584,3.2188758850097656,3.377871513366699,0,0,1,0,0,0,0,0,1,0 +4,1,0,1,0,0,2,3,20,227.5,528.72216796875,3613,151.28750610351562,1,0,1.3862943649291992,0,5.427150249481201,2.995732307434082,6.270462989807129,0,0,1,0,0,0,0,0,1,0 +8,1,0,1,1,0,2,3,34,229.77499389648438,297.7725524902344,3004,142.1875,1,0,2.079441547393799,0,5.437100410461426,3.526360511779785,5.6963300704956055,0,0,1,0,0,0,0,0,1,0 +5,1,0,1,0,1,2,3,19,204.75,2919.109130859375,3602,155.83749389648438,1,0,1.6094379425048828,0,5.321789741516113,2.944438934326172,7.979033946990967,0,0,1,0,0,0,0,0,1,0 +8,1,0,1,0,0,2,3,33,204.75,111.37162780761719,3428,136.5,1,0,2.079441547393799,0,5.321789741516113,3.4965076446533203,4.712872505187988,0,0,1,0,0,0,0,0,1,0 +0.25,1,0,1,1,0,2,3,24,152.4250030517578,76.20164489746094,3528,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,3.178053855895996,4.333383083343506,0,0,1,0,0,0,0,0,1,0 +5,1,0,1,1,0,2,3,26,158.1125030517578,242.67291259765625,3640,94.4124984741211,1,0,1.6094379425048828,0,5.06330680847168,3.25809645652771,5.4917144775390625,0,0,1,0,0,0,0,0,1,0 +3,1,0,1,0,0,2,3,21,91,461.899169921875,3610,61.42499923706055,1,0,1.0986123085021973,0,4.510859489440918,3.044522523880005,6.135346412658691,0,0,1,0,0,0,0,0,1,0 +0.25,1,0,1,NA,0,2,3,26,142.1875,64.47830963134766,3428,94.4124984741211,1,0,-1.3862943649291992,0,4.957146644592285,3.25809645652771,4.1663289070129395,0,0,1,0,0,0,0,0,1,0 +7,1,0,1,0,0,2,3,17,142.1875,282.5322265625,3428,94.4124984741211,1,0,1.945910096168518,0,4.957146644592285,2.8332133293151855,5.643792629241943,0,0,1,0,0,0,0,0,1,0 +7,1,0,1,0,0,2,3,21,227.5,345.8382263183594,3152,151.28750610351562,1,0,1.945910096168518,0,5.427150249481201,3.044522523880005,5.84597110748291,0,0,1,0,0,0,0,0,1,0 +4,1,0,1,1,0,2,3,38,204.75,1907.3857421875,3340,136.5,1,0,1.3862943649291992,0,5.321789741516113,3.6375861167907715,7.553488731384277,0,0,1,0,0,0,0,0,1,0 +1,1,0,1,0,0,2,3,18,159.25,263.77490234375,3140,105.7874984741211,1,0,0,0,5.070475101470947,2.890371799468994,5.575096130371094,0,0,1,0,0,0,0,0,1,0 +6,1,0,1,0,0,2,3,20,159.25,322.3915710449219,3528,106.92500305175781,1,0,1.7917594909667969,0,5.070475101470947,2.995732307434082,5.775766849517822,0,0,1,0,0,0,0,0,1,0 +1,1,0,1,1,0,3,3,18,141.0500030517578,240.3282470703125,3504,93.2750015258789,1,0,0,0,4.9491143226623535,2.890371799468994,5.482005596160889,0,0,1,0,0,0,0,0,0,0 +65,1,0,1,0,0,3,3,38,163.8000030517578,763.188720703125,3628,109.19999694824219,1,0,4.174387454986572,0,5.09864616394043,3.6375861167907715,6.637505531311035,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,3,58,194.5124969482422,18.757328033447266,3710,129.6750030517578,1,0,1.6094379425048828,0,5.270496368408203,4.060442924499512,2.931584596633911,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,23,227.5,85.58030700683594,3510,151.28750610351562,1,0,0,0,5.427150249481201,3.1354942321777344,4.449455261230469,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,3,23,193.375,125.43962860107422,3540,128.53750610351562,1,0,-1.3862943649291992,0,5.264631271362305,3.1354942321777344,4.831824779510498,0,0,1,0,0,0,0,0,0,0 +14,1,0,1,1,0,3,3,33,227.5,559.20281982421875,3052,146.7375030517578,1,0,2.6390573978424072,0,5.427150249481201,3.4965076446533203,6.326512336730957,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,32,204.75,400.9378662109375,3640,136.5,1,0,0,0,5.321789741516113,3.465735912322998,5.9938063621521,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,1,0,3,3,20,108.0625,237.98358154296875,3613,72.80000305175781,1,0,2.079441547393799,0,4.682709693908691,2.995732307434082,5.472201824188232,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,1,0,3,3,42,193.375,79.71864318847656,3636,125.125,1,0,1.3862943649291992,0,5.264631271362305,3.7376697063446045,4.378503322601318,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,0,0,3,3,65,141.0500030517578,0,3428,93.2750015258789,1,0,0,0,4.9491143226623535,4.174387454986572,0,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,0,0,3,3,18,171.7624969482422,511.1371765136719,3428,114.88749694824219,1,0,1.7917594909667969,0,5.14611291885376,2.890371799468994,6.236638069152832,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,3,24,149.0124969482422,248.53457641601562,3116,100.0999984741211,1,0,1.6094379425048828,0,5.004030227661133,3.178053855895996,5.515582084655762,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,0,1,3,3,25,204.75,1246.18994140625,3736,136.5,1,0,1.6094379425048828,0,5.321789741516113,3.2188758850097656,7.1278462409973145,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,1,0,3,3,38,216.125,112.54396057128906,3152,144.46249389648438,1,0,1.6094379425048828,0,5.375856876373291,3.6375861167907715,4.723343849182129,0,0,1,0,0,0,0,0,0,0 +25,1,0,1,1,0,3,3,36,159.25,561.5474853515625,3149,105.7874984741211,1,0,3.2188758850097656,0,5.070475101470947,3.5835189819335938,6.330696105957031,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,0,0,3,3,23,187.6875,743.25909423828125,3152,125.125,1,0,2.079441547393799,0,5.23477840423584,3.1354942321777344,6.611044883728027,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,24,193.375,289.56622314453125,3249,128.53750610351562,1,0,1.0986123085021973,0,5.264631271362305,3.178053855895996,5.668384075164795,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,1,0,3,3,38,216.125,112.54396057128906,3149,144.46249389648438,1,0,1.6094379425048828,0,5.375856876373291,3.6375861167907715,4.723343849182129,0,0,1,0,0,0,0,0,0,0 +4,1,0,0,1,0,3,3,27,227.5,826.4947509765625,3740,151.28750610351562,1,0,1.3862943649291992,0,5.427150249481201,3.295836925506592,6.717193603515625,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,3,27,220.6750030517578,390.3868713378906,3628,146.7375030517578,1,0,1.6094379425048828,0,5.396690845489502,3.295836925506592,5.967138290405273,0,0,1,0,0,0,0,0,0,0 +11,1,0,1,1,0,3,3,23,177.4499969482422,657.67877197265625,3504,118.30000305175781,1,0,2.397895336151123,0,5.178689002990723,3.1354942321777344,6.4887166023254395,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,26,204.75,699.88275146484375,3640,136.5,1,0,1.0986123085021973,0,5.321789741516113,3.25809645652771,6.550912857055664,0,0,1,0,0,0,0,0,0,0 +21,1,0,1,1,0,2,3,33,200.1999969482422,1175.8499755859375,3152,130.8125,1,0,3.044522523880005,0,5.299316883087158,3.4965076446533203,7.069746494293213,0,0,1,0,0,0,0,0,1,0 +19,1,0,1,1,0,3,3,56,210.4375,690.50408935546875,3128,145.60000610351562,1,0,2.944438934326172,0,5.349188804626465,4.025351524353027,6.537421703338623,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,1,0,3,3,70,163.8000030517578,0,3428,109.19999694824219,1,0,1.945910096168518,0,5.09864616394043,4.248495101928711,0,0,0,1,0,0,0,0,0,0,0 +7,1,0,0,1,0,3,3,28,154.6999969482422,1323.5638427734375,3640,102.375,1,0,1.945910096168518,0,5.041487693786621,3.332204580307007,7.188083171844482,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,3,47,129.6750030517578,411.4888610839844,3328,86.44999694824219,1,0,0.6931471824645996,0,4.8650312423706055,3.8501474857330322,6.019782066345215,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,23,137.6374969482422,418.5228576660156,3640,52.32500076293945,1,0,0,0,4.924623489379883,3.1354942321777344,6.036731719970703,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,3,20,184.27499389648438,87.92497253417969,3504,113.75,1,0,0.6931471824645996,0,5.216429233551025,2.995732307434082,4.4764838218688965,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,3,23,91,138.3352813720703,3616,56.875,1,0,-1.3862943649291992,0,4.510859489440918,3.1354942321777344,4.929680347442627,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,23,168.35000610351562,172.33294677734375,3510,112.61250305175781,1,0,1.0986123085021973,0,5.126045227050781,3.1354942321777344,5.149428367614746,0,0,1,0,0,0,0,0,0,0 +15,1,0,1,1,1,3,3,20,204.75,2941.38330078125,3116,135.3625030517578,1,0,2.70805025100708,0,5.321789741516113,2.995732307434082,7.986635208129883,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,NA,0,3,3,27,204.75,91.44197082519531,3640,96.6875,1,0,0,0,5.321789741516113,3.295836925506592,4.51570463180542,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,1,1,3,3,79,131.9499969482422,1974.2086181640625,3228,88.7249984741211,1,0,2.079441547393799,0,4.882422924041748,4.369447708129883,7.587923049926758,0,0,1,0,0,0,0,0,0,0 +49,1,0,0,0,1,3,3,78,84.17500305175781,2260.2578125,3128,55.73749923706055,1,0,3.891820192337036,0,4.432898044586182,4.356709003448486,7.723234176635742,0,0,1,0,0,0,0,0,0,0 +17,1,0,1,1,0,3,3,73,191.10000610351562,264.9472351074219,3149,127.4000015258789,1,0,2.8332133293151855,0,5.252796649932861,4.290459632873535,5.579530715942383,0,0,1,0,0,0,0,0,0,0 +9,1,0,0,1,0,3,3,27,170.625,358.73388671875,3328,113.75,1,0,2.1972246170043945,0,5.139468193054199,3.295836925506592,5.882580757141113,0,0,1,0,0,0,0,0,0,0 +10,1,0,0,1,1,3,3,30,168.35000610351562,2590.855712890625,3452,111.4749984741211,1,0,2.3025851249694824,0,5.126045227050781,3.4011974334716797,7.859743595123291,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,1,0,3,3,20,141.0500030517578,620.16412353515625,3640,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,2.995732307434082,6.429984092712402,0,0,1,0,0,0,0,0,0,0 +57,1,0,1,1,1,3,3,46,222.9499969482422,1467.7608642578125,3602,63.70000076293945,1,0,4.043051242828369,0,5.406947612762451,3.828641414642334,7.2914934158325195,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,NA,0,3,3,19,152.4250030517578,288.3938903808594,3628,101.23750305175781,1,0,1.3862943649291992,0,5.026672840118408,2.944438934326172,5.664327144622803,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,1,3,3,18,122.8499984741211,1091.4420166015625,3540,81.9000015258789,1,0,1.0986123085021973,0,4.810964107513428,2.890371799468994,6.995254993438721,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,3,20,105.7874984741211,69.16764068603516,3540,70.5250015258789,1,0,0.6931471824645996,0,4.661432266235352,2.995732307434082,4.236533164978027,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,53,170.625,614.302490234375,3740,113.75,1,0,1.0986123085021973,0,5.139468193054199,3.97029185295105,6.420487403869629,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,3,30,193.375,538.100830078125,3740,128.53750610351562,1,0,0.6931471824645996,0,5.264631271362305,3.4011974334716797,6.288045883178711,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,0,1,3,3,26,125.125,2412.6611328125,3602,47.775001525878906,1,0,0,0,4.829313278198242,3.25809645652771,7.788485527038574,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,1,3,3,32,154.6999969482422,1227.4326171875,3510,102.375,1,0,1.0986123085021973,0,5.041487693786621,3.465735912322998,7.112679958343506,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,18,119.4375,384.52520751953125,3428,71.6624984741211,1,0,1.3862943649291992,0,4.782793045043945,2.890371799468994,5.952009201049805,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,NA,0,3,3,20,200.1999969482422,349.355224609375,3602,133.08749389648438,1,0,1.3862943649291992,0,5.299316883087158,2.995732307434082,5.856089115142822,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,1,0,3,3,20,182,41.031654357910156,3640,120.57499694824219,1,0,1.0986123085021973,0,5.204006671905518,2.995732307434082,3.714343786239624,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,NA,0,3,3,59,121.7125015258789,124.26728820800781,3640,80.76249694824219,1,0,-1.3862943649291992,0,4.801661491394043,4.077537536621094,4.822434902191162,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,25,186.5500030517578,2038.68701171875,3540,123.98750305175781,1,0,1.3862943649291992,0,5.228699207305908,3.2188758850097656,7.62006139755249,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,1,0,3,3,36,121.7125015258789,93.78663635253906,3340,80.76249694824219,1,0,1.0986123085021973,0,4.801661491394043,3.5835189819335938,4.541022300720215,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,1,0,3,3,19,159.25,69.16764068603516,3528,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,2.944438934326172,4.236533164978027,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,3,17,86.44999694824219,186.40093994140625,3416,58.01250076293945,1,0,0.6931471824645996,0,4.459566116333008,2.8332133293151855,5.22790002822876,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,0,0,3,3,64,139.91250610351562,1274.325927734375,3152,93.2750015258789,1,0,1.6094379425048828,0,4.941017150878906,4.158883094787598,7.150172710418701,0,0,1,0,0,0,0,0,0,0 +9,1,0,0,1,0,3,3,24,86.44999694824219,1263.77490234375,3640,58.01250076293945,1,0,2.1972246170043945,0,4.459566116333008,3.178053855895996,7.1418585777282715,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,3,20,218.39999389648438,169.98828125,3540,145.60000610351562,1,0,-1.3862943649291992,0,5.386328220367432,2.995732307434082,5.1357293128967285,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,3,24,211.5749969482422,158.26495361328125,3640,141.0500030517578,1,0,0.6931471824645996,0,5.354579448699951,3.178053855895996,5.064270496368408,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,33,109.19999694824219,188.74560546875,3640,62.5625,1,0,0,0,4.693181037902832,3.4965076446533203,5.240400314331055,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,17,152.4250030517578,126.6119613647461,3449,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,2.8332133293151855,4.841126918792725,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,1,1,3,3,27,113.75,2126.612060546875,3104,76.2125015258789,1,0,1.945910096168518,0,4.734003067016602,3.295836925506592,7.662285327911377,0,0,1,0,0,0,0,0,0,0 +7,1,0,0,1,0,3,3,22,133.08749389648438,465.4161682128906,3528,88.7249984741211,1,0,1.945910096168518,0,4.891006946563721,3.0910425186157227,6.142931938171387,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,NA,0,3,3,19,159.25,1626.0257568359375,3740,105.7874984741211,1,0,1.6094379425048828,0,5.070475101470947,2.944438934326172,7.393894195556641,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,1,3,3,24,109.19999694824219,890.9730224609375,3602,70.5250015258789,1,0,1.6094379425048828,0,4.693181037902832,3.178053855895996,6.792314052581787,0,0,1,0,0,0,0,0,0,0 +4,1,0,0,1,0,3,3,31,159.25,175.84994506835938,3410,106.92500305175781,1,0,1.3862943649291992,0,5.070475101470947,3.4339871406555176,5.169631004333496,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,0,0,3,3,34,145.60000610351562,193.4349365234375,3540,97.82499694824219,1,0,-1.3862943649291992,0,4.980863094329834,3.526360511779785,5.264941215515137,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,0,0,3,3,18,154.6999969482422,2052.7548828125,3340,102.375,1,0,-1.3862943649291992,0,5.041487693786621,2.890371799468994,7.6269378662109375,0,0,1,0,0,0,0,0,0,0 +26,1,0,0,1,0,3,3,39,141.0500030517578,4633.0595703125,3437,94.4124984741211,1,0,3.25809645652771,0,4.9491143226623535,3.6635615825653076,8.440972328186035,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,26,150.14999389648438,192.26260375976562,3640,100.0999984741211,1,0,0,0,5.011634826660156,3.25809645652771,5.258862018585205,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,3,30,170.625,311.840576171875,3504,113.75,1,0,-1.3862943649291992,0,5.139468193054199,3.4011974334716797,5.742492198944092,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,3,22,170.625,236.81124877929688,3528,113.75,1,0,1.6094379425048828,0,5.139468193054199,3.0910425186157227,5.467263221740723,0,0,1,0,0,0,0,0,0,0 +8,1,0,1,1,0,3,3,24,161.52499389648438,558.03045654296875,3149,106.92500305175781,1,0,2.079441547393799,0,5.084660053253174,3.178053855895996,6.324413776397705,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,3,77,130.8125,101.99296569824219,3247,87.5875015258789,1,0,0.6931471824645996,0,4.873764991760254,4.343805313110352,4.624903678894043,0,0,1,0,0,0,0,0,0,0 +9,1,0,1,0,0,3,3,44,172.89999389648438,324.7362365722656,3428,114.88749694824219,1,0,2.1972246170043945,0,5.152713298797607,3.7841897010803223,5.783013343811035,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,18,159.25,269.6365661621094,3628,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,2.890371799468994,5.59707498550415,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,1,0,3,3,41,159.25,1383.3529052734375,3540,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,3.7135720252990723,7.232265472412109,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,1,0,3,3,17,197.9250030517578,390.3868713378906,3640,131.9499969482422,1,0,1.3862943649291992,0,5.287888050079346,2.8332133293151855,5.967138290405273,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,NA,0,3,3,23,216.125,157.09262084960938,3504,144.46249389648438,1,0,1.3862943649291992,0,5.375856876373291,3.1354942321777344,5.056835651397705,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,3,31,238.875,126.6119613647461,3152,159.25,1,0,0.6931471824645996,0,5.475940227508545,3.4339871406555176,4.841126918792725,0,0,1,0,0,0,0,0,0,0 +10,1,0,1,0,1,3,3,17,152.4250030517578,759.6717529296875,3328,72.80000305175781,1,0,2.3025851249694824,0,5.026672840118408,2.8332133293151855,6.6328864097595215,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,1,3,3,19,170.625,254.39625549316406,3647,113.75,1,0,0,0,5.139468193054199,2.944438934326172,5.538893222808838,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,2,3,23,228.6374969482422,787.8077392578125,3628,152.4250030517578,1,0,1.0986123085021973,0,5.432137966156006,3.1354942321777344,6.669254302978516,0,0,1,0,0,0,0,0,1,0 +5,1,0,1,0,0,3,3,36,166.0749969482422,635.40447998046875,3428,110.3375015258789,1,0,1.6094379425048828,0,5.1124396324157715,3.5835189819335938,6.454261779785156,0,0,1,0,0,0,0,0,0,0 +22,1,0,1,1,1,3,3,33,166.0749969482422,7810.08203125,3110,110.3375015258789,1,0,3.0910425186157227,0,5.1124396324157715,3.4965076446533203,8.963171005249023,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,3,24,130.8125,130.1289520263672,3628,27.299999237060547,1,0,-1.3862943649291992,0,4.873764991760254,3.178053855895996,4.868525981903076,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,3,18,144.46249389648438,241.50057983398438,3510,144.46249389648438,1,0,-1.3862943649291992,0,4.973020076751709,2.890371799468994,5.486871719360352,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,3,24,176.3125,111.37162780761719,3513,118.30000305175781,1,0,-1.3862943649291992,0,5.172257900238037,3.178053855895996,4.712872505187988,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,0,0,3,3,41,177.4499969482422,200.46893310546875,3640,118.30000305175781,1,0,1.6094379425048828,0,5.178689002990723,3.7135720252990723,5.3006591796875,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,3,31,193.375,447.8311767578125,3640,128.53750610351562,1,0,1.6094379425048828,0,5.264631271362305,3.4339871406555176,6.104416370391846,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,18,141.0500030517578,64.47830963134766,3552,94.4124984741211,1,0,0,0,4.9491143226623535,2.890371799468994,4.1663289070129395,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,21,150.14999389648438,52.754981994628906,3640,100.0999984741211,1,0,0,0,5.011634826660156,3.044522523880005,3.965658187866211,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,18,193.375,155.9202880859375,3640,128.53750610351562,1,0,0,0,5.264631271362305,2.890371799468994,5.049345016479492,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,1,0,3,3,43,170.625,164.12661743164062,3628,113.75,1,0,1.7917594909667969,0,5.139468193054199,3.761200189590454,5.100638389587402,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,3,38,182,79.71864318847656,3640,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.6375861167907715,4.378503322601318,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,NA,0,3,3,38,182,79.71864318847656,3640,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.6375861167907715,4.378503322601318,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,NA,0,3,3,53,177.4499969482422,174.6776123046875,3602,118.30000305175781,1,0,0,0,5.178689002990723,3.97029185295105,5.162941932678223,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,1,3,3,20,159.25,1841.735107421875,3640,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,2.995732307434082,7.518463611602783,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,1,0,3,3,56,159.25,566.23681640625,3528,105.7874984741211,1,0,1.7917594909667969,0,5.070475101470947,4.025351524353027,6.339012622833252,0,0,1,0,0,0,0,0,0,0 +8,1,0,1,0,0,3,3,20,136.5,225.08792114257812,3640,91,1,0,2.079441547393799,0,4.916324615478516,2.995732307434082,5.4164910316467285,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,22,170.625,141.85227966308594,3216,113.75,1,0,1.0986123085021973,0,5.139468193054199,3.0910425186157227,4.95478630065918,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,3,18,178.58749389648438,53.92731475830078,3640,118.30000305175781,1,0,-1.3862943649291992,0,5.1850786209106445,2.890371799468994,3.9876370429992676,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,34,204.75,186.40093994140625,3528,136.5,1,0,1.0986123085021973,0,5.321789741516113,3.526360511779785,5.22790002822876,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,1,0,3,3,71,187.6875,184.0562744140625,3116,125.125,1,0,1.7917594909667969,0,5.23477840423584,4.2626800537109375,5.215241432189941,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,0,0,3,3,21,170.625,255.56858825683594,3449,113.75,1,0,1.6094379425048828,0,5.139468193054199,3.044522523880005,5.543490886688232,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,20,204.75,165.2989501953125,3428,136.5,1,0,1.0986123085021973,0,5.321789741516113,2.995732307434082,5.107755661010742,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,26,170.625,284.87689208984375,3152,113.75,1,0,1.0986123085021973,0,5.139468193054199,3.25809645652771,5.65205717086792,0,0,1,0,0,0,0,0,0,0 +15,1,0,0,0,1,3,3,21,142.1875,3457.2099609375,3146,94.4124984741211,1,0,2.70805025100708,0,4.957146644592285,3.044522523880005,8.14821720123291,0,0,1,0,0,0,0,0,0,0 +10,1,0,1,0,0,3,3,54,169.4875030517578,400.9378662109375,3510,112.61250305175781,1,0,2.3025851249694824,0,5.132779121398926,3.9889841079711914,5.9938063621521,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,29,199.0625,1651.817138671875,3640,131.9499969482422,1,0,1.3862943649291992,0,5.293618679046631,3.367295742034912,7.409631252288818,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,3,36,177.4499969482422,137.16294860839844,3640,118.30000305175781,1,0,-1.3862943649291992,0,5.178689002990723,3.5835189819335938,4.921169757843018,0,0,1,0,0,0,0,0,0,0 +15,1,0,1,0,0,3,3,24,204.75,1386.869873046875,3228,135.3625030517578,1,0,2.70805025100708,0,5.321789741516113,3.178053855895996,7.234804630279541,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,29,168.35000610351562,139.5076141357422,3640,112.61250305175781,1,0,0,0,5.126045227050781,3.367295742034912,4.938119411468506,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,20,204.75,49.23798370361328,3628,136.5,1,0,0,0,5.321789741516113,2.995732307434082,3.896665334701538,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,22,209.3000030517578,0,3640,138.77499389648438,1,0,0,0,5.34376859664917,3.0910425186157227,0,0,0,1,0,0,0,0,0,0,0 +9,1,0,1,0,0,3,3,40,141.0500030517578,193.4349365234375,3628,93.2750015258789,1,0,2.1972246170043945,0,4.9491143226623535,3.6888794898986816,5.264941215515137,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,3,25,169.4875030517578,92.61430358886719,3649,112.61250305175781,1,0,-1.3862943649291992,0,5.132779121398926,3.2188758850097656,4.528443813323975,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,3,34,199.0625,196.95193481445312,3716,131.9499969482422,1,0,0.6931471824645996,0,5.293618679046631,3.526360511779785,5.282959938049316,0,0,1,0,0,0,0,0,0,0 +12,1,0,1,1,0,3,3,28,193.375,2513.48193359375,3640,128.53750610351562,1,0,2.4849066734313965,0,5.264631271362305,3.332204580307007,7.8294243812561035,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,NA,0,3,3,19,141.0500030517578,1519.343505859375,3640,101.23750305175781,1,0,1.7917594909667969,0,4.9491143226623535,2.944438934326172,7.326033592224121,0,0,1,0,0,0,0,0,0,0 +15,1,0,1,0,0,3,3,19,167.21249389648438,504.1031799316406,3510,111.4749984741211,1,0,2.70805025100708,0,5.119265556335449,2.944438934326172,6.222781181335449,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,20,218.39999389648438,405.627197265625,3628,145.60000610351562,1,0,1.0986123085021973,0,5.386328220367432,2.995732307434082,6.005434513092041,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,1,0,3,3,23,216.125,132.47361755371094,3116,144.46249389648438,1,0,1.7917594909667969,0,5.375856876373291,3.1354942321777344,4.886383533477783,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,21,182,230.9495849609375,3128,103.51249694824219,1,0,1.0986123085021973,0,5.204006671905518,3.044522523880005,5.442199230194092,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,38,227.5,219.22625732421875,3537,151.28750610351562,1,0,1.3862943649291992,0,5.427150249481201,3.6375861167907715,5.390104293823242,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,3,27,243.4250030517578,117.23329162597656,3540,176.3125,1,0,1.6094379425048828,0,5.494808673858643,3.295836925506592,4.764165878295898,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,1,0,3,3,32,199.0625,264.9472351074219,3528,133.08749389648438,1,0,1.945910096168518,0,5.293618679046631,3.465735912322998,5.579530715942383,0,0,1,0,0,0,0,0,0,0 +7,1,0,0,1,0,3,3,37,213.85000610351562,1106.6822509765625,3640,142.1875,1,0,1.945910096168518,0,5.365274906158447,3.610917806625366,7.009121894836426,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,1,0,3,3,48,227.5,70.33997344970703,3410,151.28750610351562,1,0,-1.3862943649291992,0,5.427150249481201,3.8712010383605957,4.253340244293213,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,0,0,3,3,17,163.8000030517578,175.84994506835938,3128,109.19999694824219,1,0,1.945910096168518,0,5.09864616394043,2.8332133293151855,5.169631004333496,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,1,0,3,3,23,141.0500030517578,104.33763122558594,3625,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.1354942321777344,4.647632122039795,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,0,0,3,3,20,197.9250030517578,218.05392456054688,3640,131.9499969482422,1,0,0,0,5.287888050079346,2.995732307434082,5.384742259979248,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,3,34,141.0500030517578,228.60491943359375,3743,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.526360511779785,5.431995391845703,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,1,0,3,3,40,170.625,2676.43603515625,3510,113.75,1,0,1.6094379425048828,0,5.139468193054199,3.6888794898986816,7.892241477966309,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,33,186.5500030517578,150.05862426757812,3452,123.98750305175781,1,0,1.0986123085021973,0,5.228699207305908,3.4965076446533203,5.011025905609131,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,3,56,111.4749984741211,146.54161071777344,3504,75.07499694824219,1,0,0.6931471824645996,0,4.713800430297852,4.025351524353027,4.987309455871582,0,0,1,0,0,0,0,0,0,0 +4,1,0,0,1,0,3,3,45,137.6374969482422,522.8604736328125,3152,92.13749694824219,1,0,1.3862943649291992,0,4.924623489379883,3.8066625595092773,6.25931453704834,0,0,1,0,0,0,0,0,0,0 +7,1,0,0,1,0,3,3,25,156.97500610351562,174.6776123046875,3328,103.51249694824219,1,0,1.945910096168518,0,5.056086540222168,3.2188758850097656,5.162941932678223,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,63,119.4375,79.71864318847656,3640,79.625,1,0,0,0,4.782793045043945,4.143134593963623,4.378503322601318,0,0,1,0,0,0,0,0,0,0 +9,1,0,0,0,0,3,3,54,184.27499389648438,178.19461059570312,3428,131.9499969482422,1,0,2.1972246170043945,0,5.216429233551025,3.9889841079711914,5.182876110076904,0,0,1,0,0,0,0,0,0,0 +4,1,0,0,1,0,3,3,29,152.4250030517578,23.446659088134766,3510,97.82499694824219,1,0,1.3862943649291992,0,5.026672840118408,3.367295742034912,3.1547279357910156,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,39,139.91250610351562,1140.679931640625,3437,53.462501525878906,1,0,0,0,4.941017150878906,3.6635615825653076,7.039379596710205,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,3,27,141.0500030517578,257.9132385253906,3149,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.295836925506592,5.552623271942139,0,0,1,0,0,0,0,0,0,0 +15,1,0,0,0,0,3,3,66,119.4375,307.1512451171875,3428,79.625,1,0,2.70805025100708,0,4.782793045043945,4.18965482711792,5.727340221405029,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,3,36,147.875,342.32122802734375,3628,98.9625015258789,1,0,1.0986123085021973,0,4.996367454528809,3.5835189819335938,5.835749626159668,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,NA,0,3,3,23,144.46249389648438,1702.2274169921875,3740,95.55000305175781,1,0,1.7917594909667969,0,4.973020076751709,3.1354942321777344,7.439692974090576,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,1,0,3,3,30,131.9499969482422,51.58264923095703,3740,87.5875015258789,1,0,-1.3862943649291992,0,4.882422924041748,3.4011974334716797,3.943185329437256,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,3,31,144.46249389648438,158.26495361328125,3310,96.6875,1,0,-1.3862943649291992,0,4.973020076751709,3.4339871406555176,5.064270496368408,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,53,141.0500030517578,41.031654357910156,3410,94.4124984741211,1,0,0,0,4.9491143226623535,3.97029185295105,3.714343786239624,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,0,0,3,3,40,136.5,521.68817138671875,3613,91,1,0,0.6931471824645996,0,4.916324615478516,3.6888794898986816,6.257070064544678,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,0,0,3,3,31,149.0124969482422,179.366943359375,3152,100.0999984741211,1,0,2.079441547393799,0,5.004030227661133,3.4339871406555176,5.189433574676514,0,0,1,0,0,0,0,0,0,0 +7,1,0,0,0,0,3,3,38,146.7375030517578,241.50057983398438,3616,97.82499694824219,1,0,1.945910096168518,0,4.988645076751709,3.6375861167907715,5.486871719360352,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,56,159.25,203.98593139648438,3625,105.7874984741211,1,0,0,0,5.070475101470947,4.025351524353027,5.318050861358643,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,0,1,3,3,22,156.97500610351562,286.0492248535156,3410,114.88749694824219,1,0,1.0986123085021973,0,5.056086540222168,3.0910425186157227,5.656163692474365,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,1,0,3,3,28,114.88749694824219,194.60726928710938,3252,76.2125015258789,1,0,1.0986123085021973,0,4.743953227996826,3.332204580307007,5.270983695983887,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,46,147.875,173.50527954101562,3152,98.9625015258789,1,0,0,0,4.996367454528809,3.828641414642334,5.156208038330078,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,0,0,3,3,41,185.41250610351562,187.57327270507812,3428,123.98750305175781,1,0,2.079441547393799,0,5.222583293914795,3.7135720252990723,5.2341694831848145,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,47,176.3125,38.686988830566406,3110,117.1624984741211,1,0,0,0,5.172257900238037,3.8501474857330322,3.655503273010254,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,32,182,99.64830017089844,3504,121.7125015258789,1,0,0,0,5.204006671905518,3.465735912322998,4.601646900177002,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,23,186.5500030517578,293.0832214355469,3628,123.98750305175781,1,0,1.0986123085021973,0,5.228699207305908,3.1354942321777344,5.680456638336182,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,NA,1,3,3,22,147.875,147.7139434814453,3640,97.82499694824219,1,0,0.6931471824645996,0,4.996367454528809,3.0910425186157227,4.995277404785156,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,23,155.83749389648438,29.30832290649414,3540,103.51249694824219,1,0,0,0,5.048813819885254,3.1354942321777344,3.377871513366699,0,0,1,0,0,0,0,0,0,0 +7,1,0,0,NA,0,3,3,48,193.375,86.75263977050781,3152,128.53750610351562,1,0,1.945910096168518,0,5.264631271362305,3.8712010383605957,4.4630608558654785,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,22,185.41250610351562,105.50996398925781,3449,122.8499984741211,1,0,0,0,5.222583293914795,3.0910425186157227,4.6588053703308105,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,1,0,3,3,62,152.4250030517578,331.7702331542969,3328,101.23750305175781,1,0,2.079441547393799,0,5.026672840118408,4.127134323120117,5.804442882537842,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,1,0,3,3,42,122.8499984741211,126.6119613647461,3743,81.9000015258789,1,0,-1.3862943649291992,0,4.810964107513428,3.7376697063446045,4.841126918792725,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,3,21,213.85000610351562,35.169986724853516,3504,131.9499969482422,1,0,0.6931471824645996,0,5.365274906158447,3.044522523880005,3.5601930618286133,0,0,1,0,0,0,0,0,0,0 +4,1,0,0,0,0,3,3,20,183.1374969482422,342.32122802734375,3152,121.7125015258789,1,0,1.3862943649291992,0,5.2102370262146,2.995732307434082,5.835749626159668,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,0,0,3,3,28,202.47500610351562,45.720985412597656,3504,134.22500610351562,1,0,0,0,5.310616493225098,3.332204580307007,3.8225574493408203,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,0,0,3,3,52,209.3000030517578,105.50996398925781,3710,138.77499389648438,1,0,0,0,5.34376859664917,3.9512436389923096,4.6588053703308105,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,3,25,182,240.3282470703125,3410,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,3.2188758850097656,5.482005596160889,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,0,0,3,3,18,189.96249389648438,1166.4713134765625,3640,126.26249694824219,1,0,1.6094379425048828,0,5.246826648712158,2.890371799468994,7.06173849105835,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,44,122.8499984741211,44.54865264892578,3540,81.9000015258789,1,0,0,0,4.810964107513428,3.7841897010803223,3.796581983566284,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,1,0,3,3,25,159.25,35.169986724853516,3052,105.7874984741211,1,0,1.7917594909667969,0,5.070475101470947,3.2188758850097656,3.5601930618286133,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,26,159.25,98.47596740722656,3504,105.7874984741211,1,0,0,0,5.070475101470947,3.25809645652771,4.589812755584717,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,3,35,133.08749389648438,1252.0516357421875,3640,88.7249984741211,1,0,1.6094379425048828,0,4.891006946563721,3.5553481578826904,7.132538795471191,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,1,0,3,3,56,171.7624969482422,180.53927612304688,3628,114.88749694824219,1,0,-1.3862943649291992,0,5.14611291885376,4.025351524353027,5.195948123931885,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,NA,0,3,3,62,162.66250610351562,186.40093994140625,3240,46.63750076293945,1,0,0,0,5.091677665710449,4.127134323120117,5.22790002822876,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,17,141.0500030517578,71.5123062133789,3540,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,2.8332133293151855,4.269869327545166,0,0,1,0,0,0,0,0,0,0 +28,1,0,1,0,0,3,3,24,94.4124984741211,4328.25341796875,3540,62.5625,1,0,3.332204580307007,0,4.547673225402832,3.178053855895996,8.372919082641602,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,3,24,138.77499389648438,93.78663635253906,3640,92.13749694824219,1,0,0.6931471824645996,0,4.932853698730469,3.178053855895996,4.541022300720215,0,0,1,0,0,0,0,0,0,0 +15,1,0,0,1,0,3,3,31,170.625,384.52520751953125,3152,113.75,1,0,2.70805025100708,0,5.139468193054199,3.4339871406555176,5.952009201049805,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,21,154.6999969482422,327.0809020996094,3640,92.13749694824219,1,0,1.0986123085021973,0,5.041487693786621,3.044522523880005,5.790207386016846,0,0,1,0,0,0,0,0,0,0 +4,1,0,0,0,0,3,3,24,122.8499984741211,1405.627197265625,3740,81.9000015258789,1,0,1.3862943649291992,0,4.810964107513428,3.178053855895996,7.248239040374756,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,0,1,0,3,3,50,179.72500610351562,126.6119613647461,3640,119.4375,1,0,-1.3862943649291992,0,5.191427707672119,3.9120230674743652,4.841126918792725,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,3,19,160.3874969482422,98.47596740722656,3640,106.92500305175781,1,0,0.6931471824645996,0,5.077592849731445,2.944438934326172,4.589812755584717,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,0,0,3,3,20,182,379.83587646484375,3628,120.57499694824219,1,0,1.6094379425048828,0,5.204006671905518,2.995732307434082,5.939739227294922,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,16,87.5875015258789,106.68229675292969,3504,58.01250076293945,1,0,0,0,4.472638130187988,2.7725887298583984,4.669855117797852,0,0,1,0,0,0,0,0,0,0 +10,1,0,1,1,1,3,3,21,170.625,3788.97998046875,3528,113.75,1,0,2.3025851249694824,0,5.139468193054199,3.044522523880005,8.239851951599121,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,1,0,3,3,21,145.60000610351562,201.64126586914062,3640,96.6875,1,0,1.0986123085021973,0,4.980863094329834,3.044522523880005,5.306490421295166,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,18,159.25,153.57562255859375,3740,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,2.890371799468994,5.03419303894043,0,0,1,0,0,0,0,0,0,0 +34,1,0,0,0,1,3,3,41,155.83749389648438,5103.16552734375,3304,98.9625015258789,1,0,3.526360511779785,0,5.048813819885254,3.7135720252990723,8.537616729736328,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,0,0,3,3,19,114.88749694824219,410.3165283203125,3602,76.2125015258789,1,0,0.6931471824645996,0,4.743953227996826,2.944438934326172,6.016928672790527,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,0,0,3,3,18,141.0500030517578,175.84994506835938,3640,58.01250076293945,1,0,0,0,4.9491143226623535,2.890371799468994,5.169631004333496,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,18,105.7874984741211,1048.065673828125,3540,70.5250015258789,1,0,1.3862943649291992,0,4.661432266235352,2.890371799468994,6.9547014236450195,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,3,22,147.875,250.87925720214844,3640,98.9625015258789,1,0,-1.3862943649291992,0,4.996367454528809,3.0910425186157227,5.524971961975098,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,40,127.4000015258789,93.78663635253906,3210,85.3125,1,0,0,0,4.847331523895264,3.6888794898986816,4.541022300720215,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,1,3,3,25,152.4250030517578,1005.8616943359375,3449,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,3.2188758850097656,6.913599967956543,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,3,17,105.7874984741211,151.23095703125,3640,70.5250015258789,1,0,1.0986123085021973,0,4.661432266235352,2.8332133293151855,5.018808364868164,0,0,1,0,0,0,0,0,0,0 +24,1,0,0,NA,0,3,3,57,105.7874984741211,670.574462890625,3028,81.9000015258789,1,0,3.178053855895996,0,4.661432266235352,4.043051242828369,6.508134841918945,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,35,154.6999969482422,1279.0152587890625,3640,102.375,1,0,1.0986123085021973,0,5.041487693786621,3.5553481578826904,7.15384578704834,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,3,47,133.08749389648438,123.09495544433594,3540,88.7249984741211,1,0,0.6931471824645996,0,4.891006946563721,3.8501474857330322,4.812955856323242,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,46,145.60000610351562,109.02696228027344,3549,96.6875,1,0,0,0,4.980863094329834,3.828641414642334,4.691595077514648,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,25,105.7874984741211,618.9918212890625,3543,70.5250015258789,1,0,1.3862943649291992,0,4.661432266235352,3.2188758850097656,6.428092002868652,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,22,108.0625,189.91793823242188,3504,37.537498474121094,1,0,1.0986123085021973,0,4.682709693908691,3.0910425186157227,5.246592044830322,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,0,0,3,3,16,87.5875015258789,1976.5533447265625,3640,59.150001525878906,1,0,1.945910096168518,0,4.472638130187988,2.7725887298583984,7.589109897613525,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,60,141.0500030517578,174.6776123046875,3540,93.2750015258789,1,0,0,0,4.9491143226623535,4.094344615936279,5.162941932678223,0,0,1,0,0,0,0,0,0,0 +13,1,0,0,0,1,3,3,49,168.35000610351562,4302.4619140625,3416,112.61250305175781,1,0,2.5649492740631104,0,5.126045227050781,3.891820192337036,8.366942405700684,0,0,1,0,0,0,0,0,0,0 +10,1,0,1,0,0,3,3,17,131.9499969482422,465.4161682128906,3719,88.7249984741211,1,0,2.3025851249694824,0,4.882422924041748,2.8332133293151855,6.142931938171387,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,1,0,3,3,47,162.66250610351562,276.6705627441406,3010,109.19999694824219,1,0,1.6094379425048828,0,5.091677665710449,3.8501474857330322,5.622827529907227,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,17,105.7874984741211,209.84759521484375,3504,70.5250015258789,1,0,0,0,4.661432266235352,2.8332133293151855,5.346381664276123,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,37,85.3125,146.54161071777344,3452,56.875,1,0,0,0,4.4463210105896,3.610917806625366,4.987309455871582,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,18,121.7125015258789,137.16294860839844,3610,80.76249694824219,1,0,0,0,4.801661491394043,2.890371799468994,4.921169757843018,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,3,53,136.5,260.2579040527344,3010,91,1,0,0.6931471824645996,0,4.916324615478516,3.97029185295105,5.561673164367676,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,0,0,3,3,51,109.19999694824219,1041.0316162109375,3640,72.80000305175781,1,0,1.6094379425048828,0,4.693181037902832,3.931825637817383,6.947967529296875,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,3,17,113.75,151.23095703125,3004,76.2125015258789,1,0,0.6931471824645996,0,4.734003067016602,2.8332133293151855,5.018808364868164,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,1,3,3,20,95.55000305175781,5150.05859375,3104,63.70000076293945,1,0,1.3862943649291992,0,4.559649467468262,2.995732307434082,8.54676342010498,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,1,3,3,21,143.3249969482422,841.73504638671875,3540,95.55000305175781,1,0,0,0,4.965114593505859,3.044522523880005,6.7354655265808105,0,0,1,0,0,0,0,0,0,0 +17,1,0,1,0,1,3,3,31,135.3625030517578,4192.2626953125,3149,89.86250305175781,1,0,2.8332133293151855,0,4.907956600189209,3.4339871406555176,8.340995788574219,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,18,226.3625030517578,69.16764068603516,3740,151.28750610351562,1,0,0,0,5.42213773727417,2.890371799468994,4.236533164978027,0,0,1,0,0,0,0,0,0,0 +9,1,0,0,0,0,3,3,18,139.91250610351562,215.70925903320312,3640,96.6875,1,0,2.1972246170043945,0,4.941017150878906,2.890371799468994,5.373931407928467,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,1,0,3,3,19,137.6374969482422,214.53692626953125,3740,92.13749694824219,1,0,1.6094379425048828,0,4.924623489379883,2.944438934326172,5.368481636047363,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,NA,0,3,3,24,125.125,1365.767822265625,3640,83.0374984741211,1,0,1.6094379425048828,0,4.829313278198242,3.178053855895996,7.2194719314575195,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,NA,0,3,3,18,96.6875,1065.650634765625,3640,64.8375015258789,1,0,0.6931471824645996,0,4.571484088897705,2.890371799468994,6.971340656280518,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,NA,0,3,3,20,98.9625015258789,543.96246337890625,3540,65.9749984741211,1,0,1.0986123085021973,0,4.594740867614746,2.995732307434082,6.298880100250244,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,20,238.875,162.95428466796875,3449,45.5,1,0,0,0,5.475940227508545,2.995732307434082,5.093469619750977,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,1,0,3,3,17,161.52499389648438,1240.3282470703125,3640,108.0625,1,0,1.6094379425048828,0,5.084660053253174,2.8332133293151855,7.123131275177002,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,3,57,189.96249389648438,173.50527954101562,3740,125.125,1,0,0,0,5.246826648712158,4.043051242828369,5.156208038330078,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,22,204.75,310.6682434082031,3640,136.5,1,0,1.0986123085021973,0,5.321789741516113,3.0910425186157227,5.738725662231445,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,0,0,3,3,17,129.6750030517578,747.94842529296875,3540,86.44999694824219,1,0,1.6094379425048828,0,4.8650312423706055,2.8332133293151855,6.617333889007568,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,18,87.5875015258789,797.1864013671875,3640,59.150001525878906,1,0,0,0,4.472638130187988,2.890371799468994,6.681088447570801,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,18,87.5875015258789,1173.5052490234375,3640,59.150001525878906,1,0,0,0,4.472638130187988,2.890371799468994,7.067750453948975,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,29,116.0250015258789,1243.84521484375,3640,77.3499984741211,1,0,1.0986123085021973,0,4.753805637359619,3.367295742034912,7.125962734222412,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,0,0,3,3,18,105.7874984741211,29.30832290649414,3640,70.5250015258789,1,0,0,0,4.661432266235352,2.890371799468994,3.377871513366699,0,0,1,0,0,0,0,0,0,0 +18,1,0,1,0,0,3,3,17,93.2750015258789,2167.6435546875,3440,62.5625,1,0,2.890371799468994,0,4.535552024841309,2.8332133293151855,7.681396007537842,0,0,1,0,0,0,0,0,0,0 +4,1,0,0,1,0,3,3,39,118.30000305175781,587.33880615234375,3052,78.48750305175781,1,0,1.3862943649291992,0,4.773223876953125,3.6635615825653076,6.375601768493652,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,22,123.98750305175781,226.26025390625,3210,81.9000015258789,1,0,1.0986123085021973,0,4.820180892944336,3.0910425186157227,5.421685695648193,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,76,159.25,140.67994689941406,3349,105.7874984741211,1,0,0,0,5.070475101470947,4.330733299255371,4.9464874267578125,0,0,1,0,0,0,0,0,0,0 +21,1,0,0,0,0,3,3,54,128.53750610351562,567.40911865234375,3428,85.3125,1,0,3.044522523880005,0,4.856220722198486,3.9889841079711914,6.341080665588379,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,1,0,3,3,45,141.0500030517578,222.74325561523438,3528,94.4124984741211,1,0,2.079441547393799,0,4.9491143226623535,3.8066625595092773,5.406019687652588,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,0,0,3,3,25,204.75,526.37750244140625,3340,136.5,1,0,1.6094379425048828,0,5.321789741516113,3.2188758850097656,6.266018867492676,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,0,1,3,3,22,129.6750030517578,2866.35400390625,3540,86.44999694824219,1,0,2.079441547393799,0,4.8650312423706055,3.0910425186157227,7.960796356201172,0,0,1,0,0,0,0,0,0,0 +4,1,0,0,1,0,3,3,65,166.0749969482422,302.4619140625,3528,110.3375015258789,1,0,1.3862943649291992,0,5.1124396324157715,4.174387454986572,5.711955547332764,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,0,0,3,3,40,152.4250030517578,147.7139434814453,3152,101.23750305175781,1,0,1.945910096168518,0,5.026672840118408,3.6888794898986816,4.995277404785156,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,3,37,152.4250030517578,123.09495544433594,3110,101.23750305175781,1,0,1.6094379425048828,0,5.026672840118408,3.610917806625366,4.812955856323242,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,29,197.9250030517578,295.4278869628906,3352,131.9499969482422,1,0,1.0986123085021973,0,5.287888050079346,3.367295742034912,5.688424587249756,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,1,3,20,182,1089.0972900390625,3640,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,2.995732307434082,6.993104457855225,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,0,1,3,23,193.375,199.29660034179688,3352,128.53750610351562,1,0,0.6931471824645996,0,5.264631271362305,3.1354942321777344,5.294794082641602,0,0,1,0,0,0,0,1,0,0 +15,1,0,1,0,0,3,3,25,182,1582.6494140625,3428,121.7125015258789,1,0,2.70805025100708,0,5.204006671905518,3.2188758850097656,7.366855621337891,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,1,3,21,182,168.81594848632812,3452,121.7125015258789,1,0,0,0,5.204006671905518,3.044522523880005,5.128808975219727,0,0,1,0,0,0,0,1,0,0 +7,1,0,0,1,0,3,3,33,172.89999389648438,90.26963806152344,3716,114.88749694824219,1,0,1.945910096168518,0,5.152713298797607,3.4965076446533203,4.502800941467285,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,3,31,213.85000610351562,191.09027099609375,3310,139.91250610351562,1,0,0.6931471824645996,0,5.365274906158447,3.4339871406555176,5.252746105194092,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,1,0,3,3,36,159.25,211.01992797851562,3152,106.92500305175781,1,0,1.3862943649291992,0,5.070475101470947,3.5835189819335938,5.35195255279541,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,4,28,152.4250030517578,37.51465606689453,4836,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,3.332204580307007,3.6247317790985107,0,0,0,1,0,0,0,0,0,0 +1,1,0,1,0,0,3,4,22,204.75,218.05392456054688,4110,136.5,1,0,0,0,5.321789741516113,3.0910425186157227,5.384742259979248,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,NA,0,3,4,26,213.85000610351562,212.1922607421875,4710,142.1875,1,0,1.0986123085021973,0,5.365274906158447,3.25809645652771,5.357492923736572,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,57,241.14999389648438,2871.04345703125,4834,182,1,0,2.079441547393799,0,5.485419273376465,4.043051242828369,7.962430953979492,0,0,0,1,0,0,0,0,0,0 +9,1,0,1,0,1,1,4,46,169.4875030517578,1908.5579833984375,4834,136.5,1,0,2.1972246170043945,0,5.132779121398926,3.828641414642334,7.554103374481201,0,0,0,1,0,0,0,1,0,0 +7,1,0,1,1,1,1,4,24,204.75,4373.97412109375,4428,136.5,1,0,1.945910096168518,0,5.321789741516113,3.178053855895996,8.383427619934082,0,0,0,1,0,0,0,1,0,0 +16,1,0,1,1,0,1,4,30,152.4250030517578,0,4834,101.23750305175781,1,0,2.7725887298583984,0,5.026672840118408,3.4011974334716797,0,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,1,1,1,4,19,242.28750610351562,1848.76904296875,4834,161.52499389648438,1,0,1.7917594909667969,0,5.4901251792907715,2.944438934326172,7.522275447845459,0,0,0,1,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,4,23,182,91.44197082519531,4152,121.7125015258789,1,0,-1.3862943649291992,0,5.204006671905518,3.1354942321777344,4.51570463180542,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,1,1,1,4,61,170.625,2046.893310546875,4534,113.75,1,0,1.7917594909667969,0,5.139468193054199,4.110873699188232,7.624078273773193,0,0,0,1,0,0,0,1,0,0 +10,1,0,0,1,0,1,4,37,227.5,556.858154296875,4152,151.28750610351562,1,0,2.3025851249694824,0,5.427150249481201,3.610917806625366,6.322310447692871,0,0,0,1,0,0,0,1,0,0 +4,1,0,0,1,0,1,4,35,141.0500030517578,152.40328979492188,4434,94.4124984741211,1,0,1.3862943649291992,0,4.9491143226623535,3.5553481578826904,5.0265302658081055,0,0,0,1,0,0,0,1,0,0 +3,1,0,0,1,0,1,4,61,141.0500030517578,24.61899185180664,4810,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,4.110873699188232,3.2035181522369385,0,0,0,1,0,0,0,1,0,0 +5,1,0,1,1,0,1,4,18,143.3249969482422,151.23095703125,4410,95.55000305175781,1,0,1.6094379425048828,0,4.965114593505859,2.890371799468994,5.018808364868164,0,0,0,1,0,0,0,1,0,0 +4,1,0,0,1,0,1,4,28,156.97500610351562,9.378664016723633,4852,104.6500015258789,1,0,1.3862943649291992,0,5.056086540222168,3.332204580307007,2.2384374141693115,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,0,1,1,4,18,193.375,1998.82763671875,4646,128.53750610351562,1,0,1.7917594909667969,0,5.264631271362305,2.890371799468994,7.600316047668457,0,0,0,1,0,0,0,1,0,0 +5,1,0,1,1,1,1,4,34,170.625,1980.0703125,4810,113.75,1,0,1.6094379425048828,0,5.139468193054199,3.526360511779785,7.590887546539307,0,0,0,1,0,0,0,1,0,0 +3,1,0,0,0,1,1,4,32,149.0124969482422,724.50177001953125,4832,98.9625015258789,1,0,1.0986123085021973,0,5.004030227661133,3.465735912322998,6.585484027862549,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,0,1,1,4,37,204.75,2607.2685546875,4346,136.5,1,0,1.7917594909667969,0,5.321789741516113,3.610917806625366,7.866058349609375,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,1,1,1,4,25,197.9250030517578,1735.052734375,4852,127.4000015258789,1,0,1.7917594909667969,0,5.287888050079346,3.2188758850097656,7.4587931632995605,0,0,0,1,0,0,0,1,0,0 +2,1,0,0,1,0,1,4,36,180.8625030517578,513.4818115234375,4152,120.57499694824219,1,0,0.6931471824645996,0,5.197737216949463,3.5835189819335938,6.241214752197266,0,0,0,1,0,0,0,1,0,0 +13,1,0,1,1,0,1,4,23,236.60000610351562,182.88394165039062,4652,158.1125030517578,1,0,2.5649492740631104,0,5.466371059417725,3.1354942321777344,5.2088518142700195,0,0,0,1,0,0,0,1,0,0 +3,1,0,0,1,0,1,4,45,202.47500610351562,157.09262084960938,4810,128.53750610351562,1,0,1.0986123085021973,0,5.310616493225098,3.8066625595092773,5.056835651397705,0,0,0,1,0,0,0,1,0,0 +5,1,0,0,0,0,1,4,45,200.1999969482422,114.88862609863281,4152,133.08749389648438,1,0,1.6094379425048828,0,5.299316883087158,3.8066625595092773,4.743963241577148,0,0,0,1,0,0,0,1,0,0 +9,1,0,1,1,0,1,4,27,232.0500030517578,637.7491455078125,4452,154.6999969482422,1,0,2.1972246170043945,0,5.446952819824219,3.295836925506592,6.457944869995117,0,0,0,1,0,0,0,1,0,0 +7,1,0,1,0,1,1,4,59,182,1997.6552734375,4634,121.7125015258789,1,0,1.945910096168518,0,5.204006671905518,4.077537536621094,7.599729537963867,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,0,1,1,4,20,163.8000030517578,1743.259033203125,4834,109.19999694824219,1,0,1.7917594909667969,0,5.09864616394043,2.995732307434082,7.4635114669799805,0,0,0,1,0,0,0,1,0,0 +11,1,0,1,1,0,1,4,50,188.8249969482422,738.56976318359375,4834,188.8249969482422,1,0,2.397895336151123,0,5.240820407867432,3.9120230674743652,6.604715347290039,0,0,0,1,0,0,0,1,0,0 +22,1,0,0,1,0,1,4,27,207.02499389648438,44.54865264892578,4452,137.6374969482422,1,0,3.0910425186157227,0,5.332839488983154,3.295836925506592,3.796581983566284,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,0,0,1,4,22,176.3125,126.6119613647461,4652,117.1624984741211,1,0,1.7917594909667969,0,5.172257900238037,3.0910425186157227,4.841126918792725,0,0,0,1,0,0,0,1,0,0 +0.25,1,0,1,0,1,1,4,23,194.5124969482422,1307.1512451171875,4652,129.6750030517578,1,0,-1.3862943649291992,0,5.270496368408203,3.1354942321777344,7.175605297088623,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,1,1,1,4,20,182,1436.10791015625,4834,121.7125015258789,1,0,1.7917594909667969,0,5.204006671905518,2.995732307434082,7.2696919441223145,0,0,0,1,0,0,0,1,0,0 +7,1,0,0,0,0,1,4,58,216.125,209.84759521484375,4652,144.46249389648438,1,0,1.945910096168518,0,5.375856876373291,4.060442924499512,5.346381664276123,0,0,0,1,0,0,0,1,0,0 +7,1,0,0,0,0,1,4,58,216.125,670.574462890625,4652,144.46249389648438,1,0,1.945910096168518,0,5.375856876373291,4.060442924499512,6.508134841918945,0,0,0,1,0,0,0,1,0,0 +8,1,0,1,1,1,1,4,32,186.5500030517578,1764.361083984375,4852,123.98750305175781,1,0,2.079441547393799,0,5.228699207305908,3.465735912322998,7.475543975830078,0,0,0,1,0,0,0,1,0,0 +2,1,0,1,1,0,1,4,50,220.6750030517578,128.9566192626953,4152,220.6750030517578,1,0,0.6931471824645996,0,5.396690845489502,3.9120230674743652,4.859476089477539,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,1,1,1,4,20,235.46249389648438,1275.498291015625,4834,156.97500610351562,1,0,1.7917594909667969,0,5.461551666259766,2.995732307434082,7.151092052459717,0,0,0,1,0,0,0,1,0,0 +6,1,0,0,1,0,1,4,35,235.46249389648438,1009.378662109375,4846,156.97500610351562,1,0,1.7917594909667969,0,5.461551666259766,3.5553481578826904,6.91709041595459,0,0,0,1,0,0,0,1,0,0 +4,1,0,1,1,0,1,4,20,236.60000610351562,143.0246124267578,4852,158.1125030517578,1,0,1.3862943649291992,0,5.466371059417725,2.995732307434082,4.963016510009766,0,0,0,1,0,0,0,1,0,0 +182,1,0,0,0,0,1,4,42,204.75,198726.84375,4052,136.5,1,0,5.204006671905518,0,5.321789741516113,3.7376697063446045,12.199686050415039,0,0,0,1,0,0,0,1,0,0 +8,1,0,0,NA,0,1,4,46,143.3249969482422,246.18991088867188,4941,95.55000305175781,1,0,2.079441547393799,0,4.965114593505859,3.828641414642334,5.506103038787842,0,0,0,1,0,0,0,1,0,0 +1,1,0,0,0,0,1,4,24,143.3249969482422,69.16764068603516,4452,95.55000305175781,1,0,0,0,4.965114593505859,3.178053855895996,4.236533164978027,0,0,0,1,0,0,0,1,0,0 +3,1,0,1,1,1,1,4,25,141.0500030517578,922.62603759765625,4834,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.2188758850097656,6.827223777770996,0,0,0,1,0,0,0,1,0,0 +8,1,0,1,0,1,2,4,31,227.5,1205.1583251953125,4634,151.28750610351562,1,0,2.079441547393799,0,5.427150249481201,3.4339871406555176,7.094366073608398,0,0,0,1,0,0,0,0,1,0 +8,1,0,1,1,0,3,4,32,199.0625,468.93316650390625,4834,133.08749389648438,1,0,2.079441547393799,0,5.293618679046631,3.465735912322998,6.150460243225098,0,0,0,1,0,0,0,0,0,0 +1,1,0,0,1,0,1,4,25,203.6125030517578,187.57327270507812,4152,135.3625030517578,1,0,0,0,5.316218852996826,3.2188758850097656,5.2341694831848145,0,0,0,1,0,0,0,1,0,0 +1,1,0,1,0,0,1,4,24,227.5,255.56858825683594,4152,151.28750610351562,1,0,0,0,5.427150249481201,3.178053855895996,5.543490886688232,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,1,1,1,4,27,147.875,1420.8675537109375,4834,98.9625015258789,1,0,1.7917594909667969,0,4.996367454528809,3.295836925506592,7.2590227127075195,0,0,0,1,0,0,0,1,0,0 +1,1,0,0,0,0,1,4,28,213.85000610351562,131.30128479003906,4652,142.1875,1,0,0,0,5.365274906158447,3.332204580307007,4.8774943351745605,0,0,0,1,0,0,0,1,0,0 +1,1,0,0,1,0,1,4,36,121.7125015258789,57.444313049316406,4152,80.76249694824219,1,0,0,0,4.801661491394043,3.5835189819335938,4.050816059112549,0,0,0,1,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,4,35,202.47500610351562,48.065650939941406,4410,134.22500610351562,1,0,-1.3862943649291992,0,5.310616493225098,3.5553481578826904,3.872567892074585,0,0,0,1,0,0,0,1,0,0 +2,1,0,1,0,0,1,4,32,141.0500030517578,359.9062194824219,4004,93.2750015258789,1,0,0.6931471824645996,0,4.9491143226623535,3.465735912322998,5.885843276977539,0,0,0,1,0,0,0,1,0,0 +19,1,0,1,1,1,2,4,42,227.5,2943.72802734375,4628,151.28750610351562,1,0,2.944438934326172,0,5.427150249481201,3.7376697063446045,7.98743200302124,0,0,0,1,0,0,0,0,1,0 +37,1,0,1,0,1,2,4,31,227.5,6588.51123046875,4443,151.28750610351562,1,0,3.610917806625366,0,5.427150249481201,3.4339871406555176,8.793082237243652,0,0,0,1,0,0,0,0,1,0 +0.25,1,0,1,1,0,2,4,NA,229.77499389648438,105.50996398925781,4443,153.5625,1,0,-1.3862943649291992,0,5.437100410461426,NA,4.6588053703308105,0,0,0,1,0,0,0,0,1,0 +21,1,0,0,1,1,3,4,28,232.0500030517578,1543.9625244140625,4846,154.6999969482422,1,0,3.044522523880005,0,5.446952819824219,3.332204580307007,7.34210729598999,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,0,0,3,4,35,186.5500030517578,336.4595642089844,4552,123.98750305175781,1,0,1.0986123085021973,0,5.228699207305908,3.5553481578826904,5.818478107452393,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,2,4,24,204.75,7080.89111328125,4834,136.5,1,0,2.079441547393799,0,5.321789741516113,3.178053855895996,8.865155220031738,0,0,0,1,0,0,0,0,1,0 +3,1,0,1,1,1,2,4,32,210.4375,1689.331787109375,4346,139.91250610351562,1,0,1.0986123085021973,0,5.349188804626465,3.465735912322998,7.432088375091553,0,0,0,1,0,0,0,0,1,0 +11,1,0,1,0,0,2,4,35,238.875,0,4652,159.25,1,0,2.397895336151123,0,5.475940227508545,3.5553481578826904,0,0,0,0,1,0,0,0,0,1,0 +3,1,0,1,0,0,2,4,32,204.75,137.16294860839844,4128,136.5,1,0,1.0986123085021973,0,5.321789741516113,3.465735912322998,4.921169757843018,0,0,0,1,0,0,0,0,1,0 +6,1,0,1,1,1,2,4,41,241.14999389648438,1819.460693359375,4834,160.3874969482422,1,0,1.7917594909667969,0,5.485419273376465,3.7135720252990723,7.506295204162598,0,0,0,1,0,0,0,0,1,0 +5,1,0,1,0,0,2,4,20,204.75,181.71160888671875,4452,136.5,1,0,1.6094379425048828,0,5.321789741516113,2.995732307434082,5.202420711517334,0,0,0,1,0,0,0,0,1,0 +2,1,0,1,0,0,2,4,23,182,296.6002197265625,4834,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.1354942321777344,5.692385196685791,0,0,0,1,0,0,0,0,1,0 +8,1,0,1,1,1,2,4,30,227.5,2282.5322265625,4834,147.875,1,0,2.079441547393799,0,5.427150249481201,3.4011974334716797,7.733040809631348,0,0,0,1,0,0,0,0,1,0 +6,1,0,1,1,0,2,4,22,227.5,198.124267578125,4903,126.26249694824219,1,0,1.7917594909667969,0,5.427150249481201,3.0910425186157227,5.2888946533203125,0,0,0,1,0,0,0,0,1,0 +3,1,0,1,1,0,2,4,25,238.875,452.5205078125,4852,159.25,1,0,1.0986123085021973,0,5.475940227508545,3.2188758850097656,6.114832878112793,0,0,0,1,0,0,0,0,1,0 +2,1,0,1,1,0,2,4,22,227.5,103.16529846191406,4652,151.28750610351562,1,0,0.6931471824645996,0,5.427150249481201,3.0910425186157227,4.6363325119018555,0,0,0,1,0,0,0,0,1,0 +16,1,0,1,1,0,2,4,19,200.1999969482422,300.11724853515625,4452,133.08749389648438,1,0,2.7725887298583984,0,5.299316883087158,2.944438934326172,5.7041730880737305,0,0,0,1,0,0,0,0,1,0 +4,1,0,1,1,1,2,4,23,238.875,1368.112548828125,4834,180.8625030517578,1,0,1.3862943649291992,0,5.475940227508545,3.1354942321777344,7.221187591552734,0,0,0,1,0,0,0,0,1,0 +0.25,1,0,0,1,0,1,4,62,171.7624969482422,49.23798370361328,4152,114.88749694824219,1,0,-1.3862943649291992,0,5.14611291885376,4.127134323120117,3.896665334701538,0,0,0,1,0,0,0,1,0,0 +5,1,0,1,0,1,3,4,25,216.125,1784.290771484375,4846,144.46249389648438,1,0,1.6094379425048828,0,5.375856876373291,3.2188758850097656,7.486776351928711,0,0,0,1,0,0,0,0,0,0 +18,1,0,1,1,1,3,4,28,236.60000610351562,2208.67529296875,4652,156.97500610351562,1,0,2.890371799468994,0,5.466371059417725,3.332204580307007,7.700148105621338,0,0,0,1,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,4,26,143.3249969482422,80.89097595214844,4152,95.55000305175781,1,0,-1.3862943649291992,0,4.965114593505859,3.25809645652771,4.393102169036865,0,0,0,1,0,0,0,0,0,0 +4,1,0,1,0,0,3,4,26,159.25,79.71864318847656,4404,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,3.25809645652771,4.378503322601318,0,0,0,1,0,0,0,0,0,0 +2,1,0,0,1,0,3,4,33,225.22500610351562,106.68229675292969,4852,150.14999389648438,1,0,0.6931471824645996,0,5.417099952697754,3.4965076446533203,4.669855117797852,0,0,0,1,0,0,0,0,0,0 +5,1,0,1,1,1,3,4,58,196.78750610351562,1996.4830322265625,4834,130.8125,1,0,1.6094379425048828,0,5.2821245193481445,4.060442924499512,7.599142551422119,0,0,0,1,0,0,0,0,0,0 +2,1,0,1,0,0,3,4,20,153.5625,0,4837,102.375,1,0,0.6931471824645996,0,5.034107685089111,2.995732307434082,0,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,65,167.21249389648438,1488.86279296875,4634,85.3125,1,0,2.079441547393799,0,5.119265556335449,4.174387454986572,7.305768013000488,0,0,0,1,0,0,0,0,0,0 +4,1,0,1,1,0,3,4,29,209.3000030517578,515.82647705078125,4152,139.91250610351562,1,0,1.3862943649291992,0,5.34376859664917,3.367295742034912,6.245770454406738,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,21,218.39999389648438,1686.987060546875,4434,145.60000610351562,1,0,2.079441547393799,0,5.386328220367432,3.044522523880005,7.430699348449707,0,0,0,1,0,0,0,0,0,0 +14,1,0,1,1,0,3,4,72,141.0500030517578,207.5029296875,4634,94.4124984741211,1,0,2.6390573978424072,0,4.9491143226623535,4.276666164398193,5.335145473480225,0,0,0,1,0,0,0,0,0,0 +1,1,0,1,1,0,3,4,68,113.75,189.91793823242188,4052,75.07499694824219,1,0,0,0,4.734003067016602,4.219507694244385,5.246592044830322,0,0,0,1,0,0,0,0,0,0 +2,1,0,1,NA,1,3,4,25,196.78750610351562,2595.545166015625,4410,130.8125,1,0,0.6931471824645996,0,5.2821245193481445,3.2188758850097656,7.861551761627197,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,1,0,3,4,35,152.4250030517578,143.0246124267578,4834,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,3.5553481578826904,4.963016510009766,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,0,0,3,4,40,182,570.9261474609375,4316,120.57499694824219,1,0,2.079441547393799,0,5.204006671905518,3.6888794898986816,6.347259998321533,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,0,1,3,4,21,204.75,1792.4970703125,4534,125.125,1,0,1.7917594909667969,0,5.321789741516113,3.044522523880005,7.4913649559021,0,0,0,1,0,0,0,0,0,0 +13,1,0,1,0,0,3,4,23,152.4250030517578,1113.71630859375,4110,93.2750015258789,1,0,2.5649492740631104,0,5.026672840118408,3.1354942321777344,7.015457630157471,0,0,0,1,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,4,21,146.7375030517578,70.33997344970703,4852,97.82499694824219,1,0,-1.3862943649291992,0,4.988645076751709,3.044522523880005,4.253340244293213,0,0,0,1,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,4,18,135.3625030517578,128.9566192626953,4152,89.86250305175781,1,0,-1.3862943649291992,0,4.907956600189209,2.890371799468994,4.859476089477539,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,0,1,3,4,31,238.875,2294.255615234375,4834,159.25,1,0,1.7917594909667969,0,5.475940227508545,3.4339871406555176,7.738163948059082,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,43,170.625,1477.1395263671875,4652,113.75,1,0,2.079441547393799,0,5.139468193054199,3.761200189590454,7.297862529754639,0,0,0,1,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,4,45,167.21249389648438,100.82063293457031,4852,111.4749984741211,1,0,-1.3862943649291992,0,5.119265556335449,3.8066625595092773,4.613343238830566,0,0,0,1,0,0,0,0,0,0 +15,1,0,1,0,1,3,4,57,159.25,1640.09375,4834,105.7874984741211,1,0,2.70805025100708,0,5.070475101470947,4.043051242828369,7.402508735656738,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,0,3,4,18,83.0374984741211,267.2919006347656,4628,55.73749923706055,1,0,2.079441547393799,0,4.419292449951172,2.890371799468994,5.588341236114502,0,0,0,1,0,0,0,0,0,0 +4,1,0,1,1,0,3,4,31,159.25,438.4525146484375,4428,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,3.4339871406555176,6.083251476287842,0,0,0,1,0,0,0,0,0,0 +7,1,0,1,0,1,3,4,20,170.625,1970.691650390625,4634,113.75,1,0,1.945910096168518,0,5.139468193054199,2.995732307434082,7.586139678955078,0,0,0,1,0,0,0,0,0,0 +5,1,0,1,1,0,3,4,25,227.5,113.71629333496094,4428,136.5,1,0,1.6094379425048828,0,5.427150249481201,3.2188758850097656,4.733706474304199,0,0,0,1,0,0,0,0,0,0 +1,1,0,0,0,1,3,4,22,199.0625,148.8862762451172,4428,133.08749389648438,1,0,0,0,5.293618679046631,3.0910425186157227,5.003182888031006,0,0,0,1,0,0,0,0,0,0 +15,1,0,1,1,1,3,4,21,182,1263.77490234375,4834,121.7125015258789,1,0,2.70805025100708,0,5.204006671905518,3.044522523880005,7.1418585777282715,0,0,0,1,0,0,0,0,0,0 +7,1,0,1,1,1,3,4,41,204.75,2840.562744140625,4128,135.3625030517578,1,0,1.945910096168518,0,5.321789741516113,3.7135720252990723,7.951757431030273,0,0,0,1,0,0,0,0,0,0 +33,1,0,1,0,1,3,4,31,228.6374969482422,1212.1922607421875,4152,152.4250030517578,1,0,3.4965076446533203,0,5.432137966156006,3.4339871406555176,7.100185871124268,0,0,0,1,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,4,30,142.1875,0,4428,94.4124984741211,1,0,-1.3862943649291992,0,4.957146644592285,3.4011974334716797,0,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,0,1,3,4,21,159.25,1577.9600830078125,4634,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,3.044522523880005,7.363888263702393,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,1,1,3,4,36,234.3249969482422,1919.1090087890625,4404,164.9375,1,0,1.7917594909667969,0,5.456708908081055,3.5835189819335938,7.5596160888671875,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,1,0,3,4,19,170.625,70.33997344970703,4834,112.61250305175781,1,0,1.7917594909667969,0,5.139468193054199,2.944438934326172,4.253340244293213,0,0,0,1,0,0,0,0,0,0 +97,1,0,1,0,1,3,4,37,199.0625,5538.1005859375,4346,133.08749389648438,1,0,4.574710845947266,0,5.293618679046631,3.610917806625366,8.619406700134277,0,0,0,1,0,0,0,0,0,0 +11,1,0,1,1,0,3,4,22,227.5,205.15826416015625,4834,151.28750610351562,1,0,2.397895336151123,0,5.427150249481201,3.0910425186157227,5.323781490325928,0,0,0,1,0,0,0,0,0,0 +13,1,0,NA,NA,1,3,4,21,186.5500030517578,1390.3868408203125,4834,123.98750305175781,1,0,2.5649492740631104,0,5.228699207305908,3.044522523880005,7.237337112426758,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,1,0,3,4,21,241.14999389648438,174.6776123046875,4104,137.6374969482422,1,0,1.0986123085021973,0,5.485419273376465,3.044522523880005,5.162941932678223,0,0,0,1,0,0,0,0,0,0 +7,1,0,1,1,0,3,4,22,227.5,1621.33642578125,4834,151.28750610351562,1,0,1.945910096168518,0,5.427150249481201,3.0910425186157227,7.391005992889404,0,0,0,1,0,0,0,0,0,0 +2,1,0,1,0,1,3,4,24,102.375,2308.323486328125,4634,68.25,1,0,0.6931471824645996,0,4.628642559051514,3.178053855895996,7.744277000427246,0,0,0,1,0,0,0,0,0,0 +5,1,0,0,1,0,3,4,24,199.0625,86.75263977050781,4510,133.08749389648438,1,0,1.6094379425048828,0,5.293618679046631,3.178053855895996,4.4630608558654785,0,0,0,1,0,0,0,0,0,0 +4,1,0,1,0,0,3,4,23,154.6999969482422,399.7655334472656,4049,102.375,1,0,1.3862943649291992,0,5.041487693786621,3.1354942321777344,5.990878105163574,0,0,0,1,0,0,0,0,0,0 +6,1,0,0,0,0,3,4,60,109.19999694824219,140.67994689941406,4316,72.80000305175781,1,0,1.7917594909667969,0,4.693181037902832,4.094344615936279,4.9464874267578125,0,0,0,1,0,0,0,0,0,0 +4,1,0,0,1,0,3,4,33,116.0250015258789,174.6776123046875,4810,56.875,1,0,1.3862943649291992,0,4.753805637359619,3.4965076446533203,5.162941932678223,0,0,0,1,0,0,0,0,0,0 +3,1,0,0,1,1,3,4,32,155.83749389648438,765.53338623046875,4410,102.375,1,0,1.0986123085021973,0,5.048813819885254,3.465735912322998,6.640573024749756,0,0,0,1,0,0,0,0,0,0 +2,1,0,0,0,0,3,4,18,147.875,214.53692626953125,4428,97.82499694824219,1,0,0.6931471824645996,0,4.996367454528809,2.890371799468994,5.368481636047363,0,0,0,1,0,0,0,0,0,0 +3,1,0,0,1,0,3,4,64,89.86250305175781,264.9472351074219,4152,60.287498474121094,1,0,1.0986123085021973,0,4.4982805252075195,4.158883094787598,5.579530715942383,0,0,0,1,0,0,0,0,0,0 +10,1,0,0,1,1,3,4,59,214.9875030517578,772.5673828125,4634,143.3249969482422,1,0,2.3025851249694824,0,5.370579719543457,4.077537536621094,6.64971923828125,0,0,0,1,0,0,0,0,0,0 +3,1,0,0,1,1,3,4,46,136.5,1444.314208984375,4452,92.13749694824219,1,0,1.0986123085021973,0,4.916324615478516,3.828641414642334,7.275389671325684,0,0,0,1,0,0,0,0,0,0 +3,1,0,0,0,1,3,4,22,174.03750610351562,1643.61083984375,4836,116.0250015258789,1,0,1.0986123085021973,0,5.159270763397217,3.0910425186157227,7.404650688171387,0,0,0,1,0,0,0,0,0,0 +1,1,0,1,1,0,3,4,76,114.88749694824219,135.99061584472656,4428,76.2125015258789,1,0,0,0,4.743953227996826,4.330733299255371,4.912585735321045,0,0,0,1,0,0,0,0,0,0 +13,1,0,0,1,1,3,4,36,242.28750610351562,10337.6318359375,4352,161.52499389648438,1,0,2.5649492740631104,0,5.4901251792907715,3.5835189819335938,9.243546485900879,0,0,0,1,0,0,0,0,0,0 +11,1,0,0,0,1,3,4,23,85.3125,1826.4947509765625,4834,56.875,1,0,2.397895336151123,0,4.4463210105896,3.1354942321777344,7.510153770446777,0,0,0,1,0,0,0,0,0,0 +4,1,0,1,0,0,3,4,43,102.375,162.95428466796875,4452,68.25,1,0,1.3862943649291992,0,4.628642559051514,3.761200189590454,5.093469619750977,0,0,0,1,0,0,0,0,0,0 +11,1,0,1,1,1,3,4,27,236.60000610351562,6887.4560546875,4843,158.1125030517578,1,0,2.397895336151123,0,5.466371059417725,3.295836925506592,8.837456703186035,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,59,184.27499389648438,1968.3470458984375,4834,122.8499984741211,1,0,2.079441547393799,0,5.216429233551025,4.077537536621094,7.584949493408203,0,0,0,1,0,0,0,0,0,0 +7,1,0,1,0,1,3,4,24,152.4250030517578,2739.7421875,4834,83.0374984741211,1,0,1.945910096168518,0,5.026672840118408,3.178053855895996,7.915618896484375,0,0,0,1,0,0,0,0,0,0 +1,1,0,0,1,0,3,4,44,172.89999389648438,85.58030700683594,4037,116.0250015258789,1,0,0,0,5.152713298797607,3.7841897010803223,4.449455261230469,0,0,0,1,0,0,0,0,0,0 +2,1,0,1,0,0,3,4,18,125.125,151.23095703125,4834,75.07499694824219,1,0,0.6931471824645996,0,4.829313278198242,2.890371799468994,5.018808364868164,0,0,0,1,0,0,0,0,0,0 +3,1,0,0,0,0,3,4,17,127.4000015258789,325.9085693359375,4152,85.3125,1,0,1.0986123085021973,0,4.847331523895264,2.8332133293151855,5.786616802215576,0,0,0,1,0,0,0,0,0,0 +1,1,0,0,1,0,3,4,48,214.9875030517578,246.18991088867188,4852,143.3249969482422,1,0,0,0,5.370579719543457,3.8712010383605957,5.506103038787842,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,1,1,3,4,24,159.25,1124.267333984375,4634,104.6500015258789,1,0,1.7917594909667969,0,5.070475101470947,3.178053855895996,7.024886608123779,0,0,0,1,0,0,0,0,0,0 +6,1,0,0,1,0,3,4,27,152.4250030517578,254.39625549316406,4428,101.23750305175781,1,0,1.7917594909667969,0,5.026672840118408,3.295836925506592,5.538893222808838,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,0,1,3,4,17,87.5875015258789,2053.92724609375,4834,58.01250076293945,1,0,1.7917594909667969,0,4.472638130187988,2.8332133293151855,7.627509117126465,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,0,0,3,4,19,119.4375,858.147705078125,4037,79.625,1,0,1.0986123085021973,0,4.782793045043945,2.944438934326172,6.7547760009765625,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,1,0,3,4,25,152.4250030517578,134.8182830810547,4452,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,3.2188758850097656,4.903927803039551,0,0,0,1,0,0,0,0,0,0 +24,1,0,0,1,1,3,4,57,86.44999694824219,4847.5966796875,4852,58.01250076293945,1,0,3.178053855895996,0,4.459566116333008,4.043051242828369,8.486238479614258,0,0,0,1,0,0,0,0,0,0 +5,1,0,1,1,0,3,4,59,218.39999389648438,0,4852,145.60000610351562,1,0,1.6094379425048828,0,5.386328220367432,4.077537536621094,0,0,0,0,1,0,0,0,0,0,0 +11,1,0,1,0,1,3,4,61,238.875,2617.819580078125,4634,159.25,1,0,2.397895336151123,0,5.475940227508545,4.110873699188232,7.8700971603393555,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,1,0,3,4,28,141.0500030517578,867.5263671875,4534,94.4124984741211,1,0,1.7917594909667969,0,4.9491143226623535,3.332204580307007,6.765645980834961,0,0,0,1,0,0,0,0,0,0 +182,1,0,1,1,0,3,4,60,177.4499969482422,7397.4208984375,4628,118.30000305175781,1,0,5.204006671905518,0,5.178689002990723,4.094344615936279,8.908886909484863,0,0,0,1,0,0,0,0,0,0 +22,1,0,1,0,1,3,5,18,163.8000030517578,2101.992919921875,4246,109.19999694824219,1,0,3.0910425186157227,0,5.09864616394043,2.890371799468994,7.650640964508057,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,1,0,3,5,61,204.75,844.0797119140625,4252,136.5,1,0,1.7917594909667969,0,5.321789741516113,4.110873699188232,6.738246917724609,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,NA,0,3,5,29,204.75,193.4349365234375,4252,136.5,1,0,0,0,5.321789741516113,3.367295742034912,5.264941215515137,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,3,5,51,218.39999389648438,0,4252,145.60000610351562,1,0,0,0,5.386328220367432,3.931825637817383,0,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,3,5,30,232.0500030517578,246.18991088867188,4252,154.6999969482422,1,0,0,0,5.446952819824219,3.4011974334716797,5.506103038787842,0,0,0,0,1,0,0,0,0,0 +11,1,0,0,0,0,1,5,38,236.60000610351562,94.95896911621094,4252,158.1125030517578,1,0,2.397895336151123,0,5.466371059417725,3.6375861167907715,4.553444862365723,0,0,0,0,1,0,0,1,0,0 +155,1,0,0,0,0,1,5,32,236.60000610351562,8792.4970703125,4252,158.1125030517578,1,0,5.0434250831604,0,5.466371059417725,3.465735912322998,9.081653594970703,0,0,0,0,1,0,0,1,0,0 +18,1,0,1,0,1,1,5,25,222.9499969482422,2810.08203125,4249,137.6374969482422,1,0,2.890371799468994,0,5.406947612762451,3.2188758850097656,7.940968990325928,0,0,0,0,1,0,0,1,0,0 +23,1,0,0,1,1,1,5,24,153.5625,2461.899169921875,4252,102.375,1,0,3.1354942321777344,0,5.034107685089111,3.178053855895996,7.808688163757324,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,0,1,0,1,5,44,163.8000030517578,80.89097595214844,4252,109.19999694824219,1,0,-1.3862943649291992,0,5.09864616394043,3.7841897010803223,4.393102169036865,0,0,0,0,1,0,0,1,0,0 +34,1,0,1,1,1,1,5,38,238.875,6406.79931640625,4252,158.1125030517578,1,0,3.526360511779785,0,5.475940227508545,3.6375861167907715,8.765114784240723,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,1,1,5,21,141.0500030517578,1783.118408203125,4249,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.044522523880005,7.486118793487549,0,0,0,0,1,0,0,1,0,0 +25,1,0,1,1,1,1,5,20,193.375,4407.9716796875,4252,128.53750610351562,1,0,3.2188758850097656,0,5.264631271362305,2.995732307434082,8.391169548034668,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,0,0,1,1,5,41,182,1079.7186279296875,4252,48.912498474121094,1,0,-1.3862943649291992,0,5.204006671905518,3.7135720252990723,6.984455585479736,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,1,0,1,5,34,191.10000610351562,228.60491943359375,4252,127.4000015258789,1,0,-1.3862943649291992,0,5.252796649932861,3.526360511779785,5.431995391845703,0,0,0,0,1,0,0,1,0,0 +9,1,0,1,0,1,1,5,26,159.25,5982.4150390625,4252,105.7874984741211,1,0,2.1972246170043945,0,5.070475101470947,3.25809645652771,8.696579933166504,0,0,0,0,1,0,0,1,0,0 +19,1,0,1,0,1,1,5,31,160.3874969482422,2454.865234375,4252,106.92500305175781,1,0,2.944438934326172,0,5.077592849731445,3.4339871406555176,7.8058271408081055,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,0,1,1,5,21,141.0500030517578,720.9847412109375,4252,93.2750015258789,1,0,-1.3862943649291992,0,4.9491143226623535,3.044522523880005,6.580617904663086,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,1,5,19,204.75,123.09495544433594,4252,136.5,1,0,1.0986123085021973,0,5.321789741516113,2.944438934326172,4.812955856323242,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,1,5,53,225.22500610351562,493.5521545410156,4252,150.14999389648438,1,0,1.0986123085021973,0,5.417099952697754,3.97029185295105,6.201628684997559,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,21,202.47500610351562,51.58264923095703,4252,135.3625030517578,1,0,0,0,5.310616493225098,3.044522523880005,3.943185329437256,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,1,1,5,54,209.3000030517578,1826.4947509765625,4252,139.91250610351562,1,0,1.0986123085021973,0,5.34376859664917,3.9889841079711914,7.510153770446777,0,0,0,0,1,0,0,1,0,0 +5,1,0,0,1,1,1,5,35,152.4250030517578,1232.1219482421875,4228,101.23750305175781,1,0,1.6094379425048828,0,5.026672840118408,3.5553481578826904,7.116493225097656,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,0,0,1,5,34,152.4250030517578,146.54161071777344,4252,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,3.526360511779785,4.987309455871582,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,1,0,1,5,42,221.8125,173.50527954101562,4252,147.875,1,0,0,0,5.401832580566406,3.7376697063446045,5.156208038330078,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,1,1,5,30,141.0500030517578,1060.9613037109375,4252,94.4124984741211,1,0,0,0,4.9491143226623535,3.4011974334716797,6.966930866241455,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,29,147.875,23.446659088134766,4252,98.9625015258789,1,0,0.6931471824645996,0,4.996367454528809,3.367295742034912,3.1547279357910156,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,1,0,1,5,61,195.64999389648438,98.47596740722656,4252,37.537498474121094,1,0,0,0,5.276327133178711,4.110873699188232,4.589812755584717,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,1,0,1,5,36,200.1999969482422,56.27198028564453,4252,133.08749389648438,1,0,1.0986123085021973,0,5.299316883087158,3.5835189819335938,4.030196666717529,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,1,0,1,5,53,171.7624969482422,66.8229751586914,4252,114.88749694824219,1,0,0,0,5.14611291885376,3.97029185295105,4.202046871185303,0,0,0,0,1,0,0,1,0,0 +5,1,0,0,1,0,1,5,52,152.4250030517578,166.47128295898438,4252,101.23750305175781,1,0,1.6094379425048828,0,5.026672840118408,3.9512436389923096,5.114822864532471,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,0,0,1,5,45,139.91250610351562,640.09381103515625,4252,60.287498474121094,1,0,0,0,4.941017150878906,3.8066625595092773,6.461614608764648,0,0,0,0,1,0,0,1,0,0 +17,1,0,0,0,0,1,5,57,208.16250610351562,848.76904296875,4252,141.0500030517578,1,0,2.8332133293151855,0,5.338318824768066,4.043051242828369,6.7437872886657715,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,1,5,43,182,116.06095886230469,4252,174.03750610351562,1,0,1.0986123085021973,0,5.204006671905518,3.761200189590454,4.754115581512451,0,0,0,0,1,0,0,1,0,0 +11,1,0,0,1,0,1,5,48,218.39999389648438,451.3481750488281,4252,145.60000610351562,1,0,2.397895336151123,0,5.386328220367432,3.8712010383605957,6.112238883972168,0,0,0,0,1,0,0,1,0,0 +9,1,0,0,1,1,1,5,39,240.0124969482422,1688.159423828125,4252,160.3874969482422,1,0,2.1972246170043945,0,5.480690956115723,3.6635615825653076,7.431394100189209,0,0,0,0,1,0,0,1,0,0 +29,1,0,0,0,0,1,5,25,170.625,425.5568542480469,4249,113.75,1,0,3.367295742034912,0,5.139468193054199,3.2188758850097656,6.053398609161377,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,1,0,1,5,30,222.9499969482422,83.23564147949219,4252,147.875,1,0,0,0,5.406947612762451,3.4011974334716797,4.421675682067871,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,0,0,0,1,5,39,147.875,112.54396057128906,4252,98.9625015258789,1,0,-1.3862943649291992,0,4.996367454528809,3.6635615825653076,4.723343849182129,0,0,0,0,1,0,0,1,0,0 +5,1,0,0,0,0,1,5,41,129.6750030517578,101.99296569824219,4252,86.44999694824219,1,0,1.6094379425048828,0,4.8650312423706055,3.7135720252990723,4.624903678894043,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,1,0,1,5,54,172.89999389648438,106.68229675292969,4252,114.88749694824219,1,0,0,0,5.152713298797607,3.9889841079711914,4.669855117797852,0,0,0,0,1,0,0,1,0,0 +15,1,0,0,0,0,1,5,27,150.14999389648438,268.4642333984375,4252,100.0999984741211,1,0,2.70805025100708,0,5.011634826660156,3.295836925506592,5.59271764755249,0,0,0,0,1,0,0,1,0,0 +31,1,0,0,1,0,1,5,36,227.5,1391.5592041015625,4252,151.28750610351562,1,0,3.4339871406555176,0,5.427150249481201,3.5835189819335938,7.238180160522461,0,0,0,0,1,0,0,1,0,0 +2,1,0,0,1,0,1,5,44,180.8625030517578,147.7139434814453,4252,120.57499694824219,1,0,0.6931471824645996,0,5.197737216949463,3.7841897010803223,4.995277404785156,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,1,0,1,5,48,179.72500610351562,79.71864318847656,4252,85.3125,1,0,0,0,5.191427707672119,3.8712010383605957,4.378503322601318,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,1,0,1,5,26,211.5749969482422,90.26963806152344,4252,141.0500030517578,1,0,1.0986123085021973,0,5.354579448699951,3.25809645652771,4.502800941467285,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,0,0,3,5,37,227.5,245.017578125,4249,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,3.610917806625366,5.5013298988342285,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,1,0,3,5,56,159.25,355.2168884277344,4252,105.7874984741211,1,0,1.6094379425048828,0,5.070475101470947,4.025351524353027,5.87272834777832,0,0,0,0,1,0,0,0,0,0 +11,1,0,1,1,0,1,5,35,241.14999389648438,498.2414855957031,4252,160.3874969482422,1,0,2.397895336151123,0,5.485419273376465,3.5553481578826904,6.211084842681885,0,0,0,0,1,0,0,1,0,0 +5,1,0,1,1,0,1,5,25,158.1125030517578,145.36927795410156,4252,104.6500015258789,1,0,1.6094379425048828,0,5.06330680847168,3.2188758850097656,4.97927713394165,0,0,0,0,1,0,0,1,0,0 +6,1,0,1,1,1,1,5,45,182,3716.29541015625,4252,121.7125015258789,1,0,1.7917594909667969,0,5.204006671905518,3.8066625595092773,8.22048282623291,0,0,0,0,1,0,0,1,0,0 +7,1,0,0,1,0,1,5,33,187.6875,396.24853515625,4210,125.125,1,0,1.945910096168518,0,5.23477840423584,3.4965076446533203,5.982041835784912,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,27,188.8249969482422,131.30128479003906,4252,126.26249694824219,1,0,0,0,5.240820407867432,3.295836925506592,4.8774943351745605,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,0,0,1,5,32,170.625,111.37162780761719,4210,113.75,1,0,0,0,5.139468193054199,3.465735912322998,4.712872505187988,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,0,0,1,5,19,183.1374969482422,105.50996398925781,4252,121.7125015258789,1,0,0,0,5.2102370262146,2.944438934326172,4.6588053703308105,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,23,197.9250030517578,158.26495361328125,4252,131.9499969482422,1,0,0,0,5.287888050079346,3.1354942321777344,5.064270496368408,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,26,159.25,111.37162780761719,4252,105.7874984741211,1,0,0.6931471824645996,0,5.070475101470947,3.25809645652771,4.712872505187988,0,0,0,0,1,0,0,1,0,0 +39,1,0,1,1,1,1,5,22,174.03750610351562,7033.99755859375,4252,116.0250015258789,1,0,3.6635615825653076,0,5.159270763397217,3.0910425186157227,8.85851001739502,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,0,0,1,5,25,159.25,148.8862762451172,4252,105.7874984741211,1,0,0.6931471824645996,0,5.070475101470947,3.2188758850097656,5.003182888031006,0,0,0,0,1,0,0,1,0,0 +22,1,0,1,1,0,1,5,34,176.3125,924.970703125,4252,117.1624984741211,1,0,3.0910425186157227,0,5.172257900238037,3.526360511779785,6.829761981964111,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,1,0,1,5,36,211.5749969482422,131.30128479003906,4252,141.0500030517578,1,0,-1.3862943649291992,0,5.354579448699951,3.5835189819335938,4.8774943351745605,0,0,0,0,1,0,0,1,0,0 +15,1,0,1,0,1,1,5,24,199.0625,3143.024658203125,4252,133.08749389648438,1,0,2.70805025100708,0,5.293618679046631,3.178053855895996,8.05294132232666,0,0,0,0,1,0,0,1,0,0 +5,1,0,1,0,0,1,5,21,149.0124969482422,201.64126586914062,4252,111.4749984741211,1,0,1.6094379425048828,0,5.004030227661133,3.044522523880005,5.306490421295166,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,0,0,0,1,5,45,193.375,133.6459503173828,4252,128.53750610351562,1,0,-1.3862943649291992,0,5.264631271362305,3.8066625595092773,4.895194053649902,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,1,1,1,5,48,218.39999389648438,1283.70458984375,4252,145.60000610351562,1,0,0,0,5.386328220367432,3.8712010383605957,7.157505512237549,0,0,0,0,1,0,0,1,0,0 +4,1,0,1,1,0,1,5,41,204.75,189.91793823242188,4252,139.91250610351562,1,0,1.3862943649291992,0,5.321789741516113,3.7135720252990723,5.246592044830322,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,0,0,1,5,20,122.8499984741211,44.54865264892578,4252,81.9000015258789,1,0,-1.3862943649291992,0,4.810964107513428,2.995732307434082,3.796581983566284,0,0,0,0,1,0,0,1,0,0 +7,1,0,0,1,0,1,5,35,150.14999389648438,694.0211181640625,4252,130.8125,1,0,1.945910096168518,0,5.011634826660156,3.5553481578826904,6.542502403259277,0,0,0,0,1,0,0,1,0,0 +4,1,0,1,1,0,1,5,21,238.875,114.88862609863281,4252,159.25,1,0,1.3862943649291992,0,5.475940227508545,3.044522523880005,4.743963241577148,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,1,0,1,5,34,202.47500610351562,189.91793823242188,4252,134.22500610351562,1,0,1.0986123085021973,0,5.310616493225098,3.526360511779785,5.246592044830322,0,0,0,0,1,0,0,1,0,0 +7,1,0,1,1,0,1,5,23,240.0124969482422,0,4249,160.3874969482422,1,0,1.945910096168518,0,5.480690956115723,3.1354942321777344,0,0,0,0,0,1,0,0,1,0,0 +13,1,0,1,1,0,1,5,44,238.875,1270.8089599609375,4252,159.25,1,0,2.5649492740631104,0,5.475940227508545,3.7841897010803223,7.147408962249756,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,0,0,1,5,37,209.3000030517578,92.61430358886719,4252,138.77499389648438,1,0,0,0,5.34376859664917,3.610917806625366,4.528443813323975,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,1,1,5,55,179.72500610351562,1059.7889404296875,4252,118.30000305175781,1,0,0,0,5.191427707672119,4.007333278656006,6.965825080871582,0,0,0,0,1,0,0,1,0,0 +12,1,0,1,1,0,1,5,25,180.8625030517578,705.74444580078125,4252,120.57499694824219,1,0,2.4849066734313965,0,5.197737216949463,3.2188758850097656,6.559253215789795,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,1,0,1,5,24,193.375,235.638916015625,4252,128.53750610351562,1,0,-1.3862943649291992,0,5.264631271362305,3.178053855895996,5.462300777435303,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,1,0,1,5,22,179.72500610351562,452.5205078125,4252,119.4375,1,0,0,0,5.191427707672119,3.0910425186157227,6.114832878112793,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,61,213.85000610351562,21.101993560791016,4252,143.3249969482422,1,0,0,0,5.365274906158447,4.110873699188232,3.0493674278259277,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,2,5,30,182,127.78429412841797,4252,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.4011974334716797,4.850343704223633,0,0,0,0,1,0,0,0,1,0 +18,1,0,1,0,0,1,5,61,170.625,534.58380126953125,4252,113.75,1,0,2.890371799468994,0,5.139468193054199,4.110873699188232,6.281488418579102,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,49,180.8625030517578,0,4249,120.57499694824219,1,0,0.6931471824645996,0,5.197737216949463,3.891820192337036,0,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,98,147.875,11.723329544067383,4249,98.9625015258789,1,0,0,0,4.996367454528809,4.584967613220215,2.461580753326416,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,0,0,1,5,22,147.875,137.16294860839844,4252,98.9625015258789,1,0,0,0,4.996367454528809,3.0910425186157227,4.921169757843018,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,1,5,22,159.25,45.720985412597656,4252,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,3.0910425186157227,3.8225574493408203,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,0,0,0,1,5,24,168.35000610351562,167.64361572265625,4252,112.61250305175781,1,0,-1.3862943649291992,0,5.126045227050781,3.178053855895996,5.121840476989746,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,22,222.9499969482422,174.6776123046875,4252,149.0124969482422,1,0,0,0,5.406947612762451,3.0910425186157227,5.162941932678223,0,0,0,0,1,0,0,1,0,0 +6,1,0,0,0,1,1,5,52,202.47500610351562,1271.981201171875,4252,135.3625030517578,1,0,1.7917594909667969,0,5.310616493225098,3.9512436389923096,7.148331165313721,0,0,0,0,1,0,0,1,0,0 +7,1,0,1,0,1,1,5,21,182,1538.100830078125,4252,136.5,1,0,1.945910096168518,0,5.204006671905518,3.044522523880005,7.338303565979004,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,1,5,28,147.875,337.63189697265625,4252,98.9625015258789,1,0,1.0986123085021973,0,4.996367454528809,3.332204580307007,5.821956157684326,0,0,0,0,1,0,0,1,0,0 +5,1,0,1,0,1,1,5,20,220.6750030517578,1558.030517578125,4252,147.875,1,0,1.6094379425048828,0,5.396690845489502,2.995732307434082,7.35117769241333,0,0,0,0,1,0,0,1,0,0 +4,1,0,1,0,0,1,5,40,236.60000610351562,254.39625549316406,4252,158.1125030517578,1,0,1.3862943649291992,0,5.466371059417725,3.6888794898986816,5.538893222808838,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,1,0,1,5,34,166.0749969482422,362.2508850097656,4252,111.4749984741211,1,0,1.0986123085021973,0,5.1124396324157715,3.526360511779785,5.892336845397949,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,0,0,0,1,5,58,232.0500030517578,140.67994689941406,4252,154.6999969482422,1,0,-1.3862943649291992,0,5.446952819824219,4.060442924499512,4.9464874267578125,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,0,0,2,5,20,241.14999389648438,36.34231948852539,4249,137.6374969482422,1,0,0.6931471824645996,0,5.485419273376465,2.995732307434082,3.5929830074310303,0,0,0,0,1,0,0,0,1,0 +25,1,0,1,1,0,1,5,31,204.75,233.29425048828125,4252,136.5,1,0,3.2188758850097656,0,5.321789741516113,3.4339871406555176,5.452300548553467,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,1,0,1,5,28,218.39999389648438,147.7139434814453,4252,145.60000610351562,1,0,-1.3862943649291992,0,5.386328220367432,3.332204580307007,4.995277404785156,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,35,209.3000030517578,145.36927795410156,4252,228.6374969482422,1,0,0,0,5.34376859664917,3.5553481578826904,4.97927713394165,0,0,0,0,1,0,0,1,0,0 +4,1,0,1,0,0,1,5,19,208.16250610351562,372.8018798828125,4252,138.77499389648438,1,0,1.3862943649291992,0,5.338318824768066,2.944438934326172,5.921047210693359,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,33,208.16250610351562,268.4642333984375,4252,138.77499389648438,1,0,0,0,5.338318824768066,3.4965076446533203,5.59271764755249,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,0,0,1,5,57,232.0500030517578,157.09262084960938,4252,154.6999969482422,1,0,1.0986123085021973,0,5.446952819824219,4.043051242828369,5.056835651397705,0,0,0,0,1,0,0,1,0,0 +10,1,0,1,0,0,1,5,20,219.53750610351562,263.77490234375,4252,146.7375030517578,1,0,2.3025851249694824,0,5.3915228843688965,2.995732307434082,5.575096130371094,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,0,0,1,5,20,218.39999389648438,295.4278869628906,4252,145.60000610351562,1,0,0,0,5.386328220367432,2.995732307434082,5.688424587249756,0,0,0,0,1,0,0,1,0,0 +6,1,0,1,0,0,1,5,22,186.5500030517578,475.9671630859375,4252,123.98750305175781,1,0,1.7917594909667969,0,5.228699207305908,3.0910425186157227,6.165349006652832,0,0,0,0,1,0,0,1,0,0 +15,1,0,1,1,0,1,5,25,210.4375,1087.9249267578125,4216,141.0500030517578,1,0,2.70805025100708,0,5.349188804626465,3.2188758850097656,6.992027282714844,0,0,0,0,1,0,0,1,0,0 +36,1,0,1,1,0,1,5,25,210.4375,3214.536865234375,4216,141.0500030517578,1,0,3.5835189819335938,0,5.349188804626465,3.2188758850097656,8.075438499450684,0,0,0,0,1,0,0,1,0,0 +4,1,0,0,0,0,1,5,20,172.89999389648438,398.59320068359375,4252,114.88749694824219,1,0,1.3862943649291992,0,5.152713298797607,2.995732307434082,5.987941265106201,0,0,0,0,1,0,0,1,0,0 +51,1,0,1,0,0,1,5,30,232.0500030517578,4175.85009765625,4252,154.6999969482422,1,0,3.931825637817383,0,5.446952819824219,3.4011974334716797,8.33707332611084,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,0,0,1,5,55,227.5,270.80889892578125,4252,152.4250030517578,1,0,-1.3862943649291992,0,5.427150249481201,4.007333278656006,5.601413249969482,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,1,0,1,5,38,234.3249969482422,232.12191772460938,4252,155.83749389648438,1,0,1.0986123085021973,0,5.456708908081055,3.6375861167907715,5.447262763977051,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,0,1,0,1,5,22,167.21249389648438,99.64830017089844,4252,111.4749984741211,1,0,-1.3862943649291992,0,5.119265556335449,3.0910425186157227,4.601646900177002,0,0,0,0,1,0,0,1,0,0 +14,1,0,0,1,1,1,5,48,228.6374969482422,5440.79736328125,4252,152.4250030517578,1,0,2.6390573978424072,0,5.432137966156006,3.8712010383605957,8.601680755615234,0,0,0,0,1,0,0,1,0,0 +8,1,0,1,1,0,1,5,26,170.625,368.112548828125,4252,113.75,1,0,2.079441547393799,0,5.139468193054199,3.25809645652771,5.908388614654541,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,24,220.6750030517578,335.2872314453125,4252,146.7375030517578,1,0,0.6931471824645996,0,5.396690845489502,3.178053855895996,5.814987659454346,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,2,5,20,182,274.3258972167969,4252,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,2.995732307434082,5.614316940307617,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,1,0,2,5,25,227.5,191.09027099609375,4252,151.28750610351562,1,0,0,0,5.427150249481201,3.2188758850097656,5.252746105194092,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,0,0,2,5,18,238.875,73.85697174072266,4252,159.25,1,0,0,0,5.475940227508545,2.890371799468994,4.302130222320557,0,0,0,0,1,0,0,0,1,0 +164,1,0,1,0,1,2,5,21,227.5,26543.962890625,4252,151.28750610351562,1,0,5.0998663902282715,0,5.427150249481201,3.044522523880005,10.18655776977539,0,0,0,0,1,0,0,0,1,0 +21,1,0,1,1,1,2,5,28,195.64999389648438,4749.12060546875,4249,130.8125,1,0,3.044522523880005,0,5.276327133178711,3.332204580307007,8.465714454650879,0,0,0,0,1,0,0,0,1,0 +2,1,0,1,0,0,2,5,21,202.47500610351562,85.58030700683594,4252,135.3625030517578,1,0,0.6931471824645996,0,5.310616493225098,3.044522523880005,4.449455261230469,0,0,0,0,1,0,0,0,1,0 +9,1,0,1,0,1,2,5,35,193.375,1890.9730224609375,4252,128.53750610351562,1,0,2.1972246170043945,0,5.264631271362305,3.5553481578826904,7.544847011566162,0,0,0,0,1,0,0,0,1,0 +7,1,0,1,0,0,2,5,33,227.5,579.1324462890625,4252,151.28750610351562,1,0,1.945910096168518,0,5.427150249481201,3.4965076446533203,6.3615312576293945,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,1,0,2,5,22,204.75,300.11724853515625,4252,136.5,1,0,0,0,5.321789741516113,3.0910425186157227,5.7041730880737305,0,0,0,0,1,0,0,0,1,0 +10,1,0,1,1,1,2,5,24,200.1999969482422,3885.111328125,4252,133.08749389648438,1,0,2.3025851249694824,0,5.299316883087158,3.178053855895996,8.264906883239746,0,0,0,0,1,0,0,0,1,0 +12,1,0,1,1,0,3,5,22,159.25,1153.5755615234375,4252,105.7874984741211,1,0,2.4849066734313965,0,5.070475101470947,3.0910425186157227,7.050621509552002,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,31,182,63.30598068237305,4252,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,3.4339871406555176,4.147979736328125,0,0,0,0,1,0,0,0,0,0 +34,1,0,1,1,1,2,5,32,170.625,868.69873046875,4252,113.75,1,0,3.526360511779785,0,5.139468193054199,3.465735912322998,6.766996383666992,0,0,0,0,1,0,0,0,1,0 +177,1,0,1,1,1,2,5,34,111.4749984741211,6597.8896484375,4252,73.9375,1,0,5.176149845123291,0,4.713800430297852,3.526360511779785,8.79450511932373,0,0,0,0,1,0,0,0,1,0 +3,1,0,1,0,1,2,5,43,193.375,1597.8897705078125,4252,128.53750610351562,1,0,1.0986123085021973,0,5.264631271362305,3.761200189590454,7.376439094543457,0,0,0,0,1,0,0,0,1,0 +5,1,0,1,1,0,2,5,44,238.875,321.21923828125,4252,61.42499923706055,1,0,1.6094379425048828,0,5.475940227508545,3.7841897010803223,5.77212381362915,0,0,0,0,1,0,0,0,1,0 +4,1,0,1,0,0,2,5,22,163.8000030517578,263.77490234375,4252,109.19999694824219,1,0,1.3862943649291992,0,5.09864616394043,3.0910425186157227,5.575096130371094,0,0,0,0,1,0,0,0,1,0 +5,1,0,1,0,0,2,5,20,200.1999969482422,133.6459503173828,4252,134.22500610351562,1,0,1.6094379425048828,0,5.299316883087158,2.995732307434082,4.895194053649902,0,0,0,0,1,0,0,0,1,0 +4,1,0,1,NA,0,2,5,39,227.5,311.840576171875,4228,151.28750610351562,1,0,1.3862943649291992,0,5.427150249481201,3.6635615825653076,5.742492198944092,0,0,0,0,1,0,0,0,1,0 +86,1,0,1,1,1,2,5,27,216.125,7450.17578125,4252,144.46249389648438,1,0,4.454347133636475,0,5.375856876373291,3.295836925506592,8.915992736816406,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,1,0,2,5,42,224.08749389648438,201.64126586914062,4252,149.0124969482422,1,0,0,0,5.412036418914795,3.7376697063446045,5.306490421295166,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,1,0,2,5,29,241.14999389648438,391.5592041015625,4252,160.3874969482422,1,0,0,0,5.485419273376465,3.367295742034912,5.970136642456055,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,1,0,2,5,24,204.75,120.75028991699219,4252,136.5,1,0,0,0,5.321789741516113,3.178053855895996,4.793724536895752,0,0,0,0,1,0,0,0,1,0 +11,1,0,1,0,0,2,5,19,207.02499389648438,127.78429412841797,4252,137.6374969482422,1,0,2.397895336151123,0,5.332839488983154,2.944438934326172,4.850343704223633,0,0,0,0,1,0,0,0,1,0 +4,1,0,1,1,0,2,5,21,227.5,252.0515899658203,4210,151.28750610351562,1,0,1.3862943649291992,0,5.427150249481201,3.044522523880005,5.52963399887085,0,0,0,0,1,0,0,0,1,0 +2,1,0,1,0,0,2,5,24,145.60000610351562,192.26260375976562,4252,96.6875,1,0,0.6931471824645996,0,4.980863094329834,3.178053855895996,5.258862018585205,0,0,0,0,1,0,0,0,1,0 +0.25,1,0,1,1,0,2,5,34,227.5,106.68229675292969,4252,151.28750610351562,1,0,-1.3862943649291992,0,5.427150249481201,3.526360511779785,4.669855117797852,0,0,0,0,1,0,0,0,1,0 +88,1,0,1,0,0,2,5,56,238.875,245.017578125,4252,159.25,1,0,4.477336883544922,0,5.475940227508545,4.025351524353027,5.5013298988342285,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,0,0,2,5,46,159.25,64.47830963134766,4210,105.7874984741211,1,0,0,0,5.070475101470947,3.828641414642334,4.1663289070129395,0,0,0,0,1,0,0,0,1,0 +3,1,0,1,NA,0,2,5,24,213.85000610351562,206.33059692382812,4252,142.1875,1,0,1.0986123085021973,0,5.365274906158447,3.178053855895996,5.329479694366455,0,0,0,0,1,0,0,0,1,0 +2,1,0,1,1,0,2,5,43,227.5,286.0492248535156,4249,151.28750610351562,1,0,0.6931471824645996,0,5.427150249481201,3.761200189590454,5.656163692474365,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,0,0,2,5,28,238.875,99.64830017089844,4252,145.60000610351562,1,0,0,0,5.475940227508545,3.332204580307007,4.601646900177002,0,0,0,0,1,0,0,0,1,0 +7,1,0,1,0,0,2,5,56,216.125,0,4252,144.46249389648438,1,0,1.945910096168518,0,5.375856876373291,4.025351524353027,0,0,0,0,0,1,0,0,0,1,0 +9,1,0,1,0,1,2,5,26,193.375,2696.36572265625,4252,128.53750610351562,1,0,2.1972246170043945,0,5.264631271362305,3.25809645652771,7.899660110473633,0,0,0,0,1,0,0,0,1,0 +3,1,0,0,0,1,1,5,28,224.08749389648438,386.869873046875,4252,149.0124969482422,1,0,1.0986123085021973,0,5.412036418914795,3.332204580307007,5.958088397979736,0,0,0,0,1,0,0,1,0,0 +12,1,0,1,0,0,3,5,21,227.5,708.089111328125,4252,151.28750610351562,1,0,2.4849066734313965,0,5.427150249481201,3.044522523880005,6.562570095062256,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,0,1,3,5,25,159.25,2075.029296875,4252,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,3.2188758850097656,7.637730598449707,0,0,0,0,1,0,0,0,0,0 +18,1,0,1,0,0,3,5,25,177.4499969482422,432.5908508300781,4252,118.30000305175781,1,0,2.890371799468994,0,5.178689002990723,3.2188758850097656,6.0697922706604,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,1,1,3,5,30,105.7874984741211,2276.670654296875,4249,70.5250015258789,1,0,1.7917594909667969,0,4.661432266235352,3.4011974334716797,7.730469226837158,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,3,5,23,159.25,417.35052490234375,4252,105.7874984741211,1,0,0,0,5.070475101470947,3.1354942321777344,6.033926486968994,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,1,0,3,5,23,235.46249389648438,123.09495544433594,4252,155.83749389648438,1,0,1.3862943649291992,0,5.461551666259766,3.1354942321777344,4.812955856323242,0,0,0,0,1,0,0,0,0,0 +13,1,0,1,1,0,3,5,31,227.5,256.74090576171875,4252,151.28750610351562,1,0,2.5649492740631104,0,5.427150249481201,3.4339871406555176,5.548067569732666,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,1,1,3,5,53,183.1374969482422,2303.63427734375,4252,121.7125015258789,1,0,1.3862943649291992,0,5.2102370262146,3.97029185295105,7.74224328994751,0,0,0,0,1,0,0,0,0,0 +27,1,0,1,0,0,3,5,60,243.4250030517578,1357.5615234375,4249,162.66250610351562,1,0,3.295836925506592,0,5.494808673858643,4.094344615936279,7.21344518661499,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,24,204.75,1709.261474609375,4252,136.5,1,0,-1.3862943649291992,0,5.321789741516113,3.178053855895996,7.443816661834717,0,0,0,0,1,0,0,0,0,0 +37,1,0,1,1,1,3,5,32,204.75,4263.77490234375,4252,136.5,1,0,3.610917806625366,0,5.321789741516113,3.465735912322998,8.35791015625,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,1,3,5,19,213.85000610351562,1454.865234375,4252,142.1875,1,0,1.0986123085021973,0,5.365274906158447,2.944438934326172,7.282668590545654,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,27,232.0500030517578,0,4252,154.6999969482422,1,0,1.0986123085021973,0,5.446952819824219,3.295836925506592,0,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,1,3,5,48,222.9499969482422,1981.24267578125,4252,149.0124969482422,1,0,1.0986123085021973,0,5.406947612762451,3.8712010383605957,7.591479778289795,0,0,0,0,1,0,0,0,0,0 +34,1,0,1,1,1,3,5,22,182,6655.333984375,4252,120.57499694824219,1,0,3.526360511779785,0,5.204006671905518,3.0910425186157227,8.803174018859863,0,0,0,0,1,0,0,0,0,0 +9,1,0,0,1,0,2,5,24,204.75,178.19461059570312,4252,136.5,1,0,2.1972246170043945,0,5.321789741516113,3.178053855895996,5.182876110076904,0,0,0,0,1,0,0,0,1,0 +23,1,0,1,0,0,3,5,23,185.41250610351562,910.9027099609375,4252,123.98750305175781,1,0,3.1354942321777344,0,5.222583293914795,3.1354942321777344,6.814435958862305,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,30,197.9250030517578,198.124267578125,4252,131.9499969482422,1,0,1.0986123085021973,0,5.287888050079346,3.4011974334716797,5.2888946533203125,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,32,218.39999389648438,98.47596740722656,4252,145.60000610351562,1,0,0.6931471824645996,0,5.386328220367432,3.465735912322998,4.589812755584717,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,2,5,40,170.625,35.169986724853516,4252,113.75,1,0,0,0,5.139468193054199,3.6888794898986816,3.5601930618286133,0,0,0,0,1,0,0,0,1,0 +3,1,0,1,1,0,3,5,52,216.125,125.43962860107422,4252,144.46249389648438,1,0,1.0986123085021973,0,5.375856876373291,3.9512436389923096,4.831824779510498,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,1,0,3,5,47,141.0500030517578,0,4252,93.2750015258789,1,0,-1.3862943649291992,0,4.9491143226623535,3.8501474857330322,0,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,57,213.85000610351562,245.017578125,4252,255.9375,1,0,0,0,5.365274906158447,4.043051242828369,5.5013298988342285,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,1,1,3,5,48,164.9375,1686.987060546875,4252,110.3375015258789,1,0,1.7917594909667969,0,5.105566501617432,3.8712010383605957,7.430699348449707,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,0,0,3,5,17,111.4749984741211,270.80889892578125,4249,89.86250305175781,1,0,0.6931471824645996,0,4.713800430297852,2.8332133293151855,5.601413249969482,0,0,0,0,1,0,0,0,0,0 +7,1,0,1,1,0,3,5,37,152.4250030517578,538.100830078125,4252,101.23750305175781,1,0,1.945910096168518,0,5.026672840118408,3.610917806625366,6.288045883178711,0,0,0,0,1,0,0,0,0,0 +11,1,0,0,0,1,3,5,25,141.0500030517578,5592.0283203125,4252,96.6875,1,0,2.397895336151123,0,4.9491143226623535,3.2188758850097656,8.629096984863281,0,0,0,0,1,0,0,0,0,0 +7,1,0,0,1,0,3,5,48,175.1750030517578,127.78429412841797,4252,117.1624984741211,1,0,1.945910096168518,0,5.165785312652588,3.8712010383605957,4.850343704223633,0,0,0,0,1,0,0,0,0,0 +10,1,0,1,0,1,3,5,21,103.51249694824219,9716.2958984375,4252,68.25,1,0,2.3025851249694824,0,4.639692306518555,3.044522523880005,9.181559562683105,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,18,184.27499389648438,256.74090576171875,4249,122.8499984741211,1,0,1.0986123085021973,0,5.216429233551025,2.890371799468994,5.548067569732666,0,0,0,0,1,0,0,0,0,0 +9,1,0,0,1,0,3,5,21,168.35000610351562,501.7585144042969,4252,112.61250305175781,1,0,2.1972246170043945,0,5.126045227050781,3.044522523880005,6.218119144439697,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,81,129.6750030517578,209.84759521484375,4249,68.25,1,0,0,0,4.8650312423706055,4.394449234008789,5.346381664276123,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,1,0,3,5,30,176.3125,291.910888671875,4252,117.1624984741211,1,0,1.3862943649291992,0,5.172257900238037,3.4011974334716797,5.676448345184326,0,0,0,0,1,0,0,0,0,0 +7,1,0,0,0,1,3,5,40,129.6750030517578,1589.6834716796875,4252,86.44999694824219,1,0,1.945910096168518,0,4.8650312423706055,3.6888794898986816,7.37129020690918,0,0,0,0,1,0,0,0,0,0 +7,1,0,1,1,0,3,5,58,170.625,1650.644775390625,4252,113.75,1,0,1.945910096168518,0,5.139468193054199,4.060442924499512,7.408921241760254,0,0,0,0,1,0,0,0,0,0 +7,1,0,0,0,0,3,5,42,176.3125,696.36578369140625,4252,117.1624984741211,1,0,1.945910096168518,0,5.172257900238037,3.7376697063446045,6.545875072479248,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,0,0,3,5,30,229.77499389648438,180.53927612304688,4252,152.4250030517578,1,0,0.6931471824645996,0,5.437100410461426,3.4011974334716797,5.195948123931885,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,0,0,3,5,30,161.52499389648438,2572.098388671875,4252,108.0625,1,0,1.6094379425048828,0,5.084660053253174,3.4011974334716797,7.852477550506592,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,1,0,3,5,26,240.0124969482422,207.5029296875,4252,137.6374969482422,1,0,1.3862943649291992,0,5.480690956115723,3.25809645652771,5.335145473480225,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,1,0,3,5,23,225.22500610351562,157.09262084960938,4249,150.14999389648438,1,0,1.3862943649291992,0,5.417099952697754,3.1354942321777344,5.056835651397705,0,0,0,0,1,0,0,0,0,0 +16,1,0,1,1,0,3,5,32,240.0124969482422,396.24853515625,4252,240.0124969482422,1,0,2.7725887298583984,0,5.480690956115723,3.465735912322998,5.982041835784912,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,20,154.6999969482422,422.03985595703125,4252,103.51249694824219,1,0,0,0,5.041487693786621,2.995732307434082,6.04509973526001,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,19,112.61250305175781,33.99765396118164,4252,75.07499694824219,1,0,-1.3862943649291992,0,4.723952770233154,2.944438934326172,3.526291608810425,0,0,0,0,1,0,0,0,0,0 +43,1,0,0,1,1,3,5,30,141.0500030517578,4225.087890625,4252,94.4124984741211,1,0,3.761200189590454,0,4.9491143226623535,3.4011974334716797,8.348794937133789,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,0,0,3,5,21,141.0500030517578,185.22860717773438,4252,94.4124984741211,1,0,1.7917594909667969,0,4.9491143226623535,3.044522523880005,5.221590995788574,0,0,0,0,1,0,0,0,0,0 +8,1,0,0,1,1,3,5,36,159.25,4572.0986328125,4252,105.7874984741211,1,0,2.079441547393799,0,5.070475101470947,3.5835189819335938,8.427727699279785,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,0,0,3,5,18,106.92500305175781,611.95782470703125,4252,70.5250015258789,1,0,-1.3862943649291992,0,4.672127723693848,2.890371799468994,6.41666316986084,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,1,0,3,5,20,139.91250610351562,262.6025695800781,4252,93.2750015258789,1,0,1.3862943649291992,0,4.941017150878906,2.995732307434082,5.57064151763916,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,1,0,3,5,20,146.7375030517578,25.791324615478516,4252,97.82499694824219,1,0,-1.3862943649291992,0,4.988645076751709,2.995732307434082,3.2500381469726562,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,24,193.375,323.56390380859375,4252,127.4000015258789,1,0,1.0986123085021973,0,5.264631271362305,3.178053855895996,5.7793965339660645,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,0,0,3,5,19,170.625,49.23798370361328,4252,113.75,1,0,0.6931471824645996,0,5.139468193054199,2.944438934326172,3.896665334701538,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,41,156.97500610351562,284.87689208984375,4252,104.6500015258789,1,0,1.0986123085021973,0,5.056086540222168,3.7135720252990723,5.65205717086792,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,35,170.625,192.26260375976562,4252,113.75,1,0,0.6931471824645996,0,5.139468193054199,3.5553481578826904,5.258862018585205,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,NA,0,3,5,33,134.22500610351562,29.30832290649414,4252,88.7249984741211,1,0,1.6094379425048828,0,4.89951753616333,3.4965076446533203,3.377871513366699,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,0,0,3,5,38,175.1750030517578,269.6365661621094,4252,121.7125015258789,1,0,1.6094379425048828,0,5.165785312652588,3.6375861167907715,5.59707498550415,0,0,0,0,1,0,0,0,0,0 +12,1,0,0,0,1,3,5,58,159.25,4345.83837890625,4252,105.7874984741211,1,0,2.4849066734313965,0,5.070475101470947,4.060442924499512,8.376974105834961,0,0,0,0,1,0,0,0,0,0 +12,1,0,0,0,1,3,5,58,159.25,4474.794921875,4252,105.7874984741211,1,0,2.4849066734313965,0,5.070475101470947,4.060442924499512,8.40621566772461,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,27,145.60000610351562,257.9132385253906,4252,96.6875,1,0,0.6931471824645996,0,4.980863094329834,3.295836925506592,5.552623271942139,0,0,0,0,1,0,0,0,0,0 +9,1,0,1,1,1,3,5,44,133.08749389648438,3174.677490234375,4252,88.7249984741211,1,0,2.1972246170043945,0,4.891006946563721,3.7841897010803223,8.06296157836914,0,0,0,0,1,0,0,0,0,0 +22,1,0,0,1,0,3,5,39,162.66250610351562,420.8675231933594,4252,108.0625,1,0,3.0910425186157227,0,5.091677665710449,3.6635615825653076,6.042318344116211,0,0,0,0,1,0,0,0,0,0 +20,1,0,1,1,1,3,5,20,133.08749389648438,2592.028076171875,4252,88.7249984741211,1,0,2.995732307434082,0,4.891006946563721,2.995732307434082,7.860196113586426,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,18,170.625,756.15472412109375,4252,113.75,1,0,1.0986123085021973,0,5.139468193054199,2.890371799468994,6.628245830535889,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,22,179.72500610351562,116.06095886230469,4252,51.1875,1,0,0,0,5.191427707672119,3.0910425186157227,4.754115581512451,0,0,0,0,1,0,0,0,0,0 +25,1,0,0,0,1,3,5,25,227.5,3606.09619140625,4252,151.28750610351562,1,0,3.2188758850097656,0,5.427150249481201,3.2188758850097656,8.190381050109863,0,0,0,0,1,0,0,0,0,0 +6,1,0,0,1,0,3,5,28,187.6875,1550.9964599609375,4252,125.125,1,0,1.7917594909667969,0,5.23477840423584,3.332204580307007,7.346652984619141,0,0,0,0,1,0,0,0,0,0 +18,1,0,1,0,1,3,5,24,205.8874969482422,6946.07275390625,4252,136.5,1,0,2.890371799468994,0,5.327330112457275,3.178053855895996,8.8459320068359375,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,1,3,5,54,241.14999389648438,1291.910888671875,4252,126.26249694824219,1,0,1.0986123085021973,0,5.485419273376465,3.9889841079711914,7.163877487182617,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,22,170.625,78.54631042480469,4252,113.75,1,0,1.0986123085021973,0,5.139468193054199,3.0910425186157227,4.3636884689331055,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,1,0,3,5,58,230.91250610351562,70.33997344970703,4252,153.5625,1,0,1.6094379425048828,0,5.4420390129089355,4.060442924499512,4.253340244293213,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,19,182,112.54396057128906,4252,121.7125015258789,1,0,0,0,5.204006671905518,2.944438934326172,4.723343849182129,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,35,197.9250030517578,100.82063293457031,4210,131.9499969482422,1,0,-1.3862943649291992,0,5.287888050079346,3.5553481578826904,4.613343238830566,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,1,1,3,5,27,212.71249389648438,497.06915283203125,4252,142.1875,1,0,1.6094379425048828,0,5.359941482543945,3.295836925506592,6.208729267120361,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,30,186.5500030517578,168.81594848632812,4252,123.98750305175781,1,0,1.0986123085021973,0,5.228699207305908,3.4011974334716797,5.128808975219727,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,1,0,3,5,52,182,0,4252,120.57499694824219,1,0,1.6094379425048828,0,5.204006671905518,3.9512436389923096,0,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,35,224.08749389648438,86.75263977050781,4252,149.0124969482422,1,0,0.6931471824645996,0,5.412036418914795,3.5553481578826904,4.4630608558654785,0,0,0,0,1,0,0,0,0,0 +7,1,0,1,1,1,3,5,41,235.46249389648438,3910.902587890625,4252,156.97500610351562,1,0,1.945910096168518,0,5.461551666259766,3.7135720252990723,8.271523475646973,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,3,5,39,159.25,173.50527954101562,4252,105.7874984741211,1,0,0,0,5.070475101470947,3.6635615825653076,5.156208038330078,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,19,141.0500030517578,57.444313049316406,4252,94.4124984741211,1,0,-1.3862943649291992,0,4.9491143226623535,2.944438934326172,4.050816059112549,0,0,0,0,1,0,0,0,0,0 +9,1,0,1,1,1,3,5,34,230.91250610351562,3787.8076171875,4252,153.5625,1,0,2.1972246170043945,0,5.4420390129089355,3.526360511779785,8.239542961120605,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,23,182,107.85462951660156,4249,112.61250305175781,1,0,0,0,5.204006671905518,3.1354942321777344,4.680784225463867,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,1,0,3,5,23,129.6750030517578,103.16529846191406,4252,86.44999694824219,1,0,1.3862943649291992,0,4.8650312423706055,3.1354942321777344,4.6363325119018555,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,1,3,5,42,216.125,1025.7913818359375,4252,144.46249389648438,1,0,1.0986123085021973,0,5.375856876373291,3.7376697063446045,6.933219909667969,0,0,0,0,1,0,0,0,0,0 +11,1,0,NA,1,1,3,5,27,200.1999969482422,4256.74072265625,4252,133.08749389648438,1,0,2.397895336151123,0,5.299316883087158,3.295836925506592,8.3562593460083,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,1,1,3,5,25,242.28750610351562,574.443115234375,4252,161.52499389648438,1,0,1.7917594909667969,0,5.4901251792907715,3.2188758850097656,6.353401184082031,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,NA,0,3,5,45,201.33749389648438,164.12661743164062,4252,134.22500610351562,1,0,-1.3862943649291992,0,5.304982662200928,3.8066625595092773,5.100638389587402,0,0,0,0,1,0,0,0,0,0 +16,1,0,1,0,1,3,5,25,233.1875,5131.30126953125,4252,155.83749389648438,1,0,2.7725887298583984,0,5.451842784881592,3.2188758850097656,8.54311466217041,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,23,177.4499969482422,361.07855224609375,4252,108.0625,1,0,1.0986123085021973,0,5.178689002990723,3.1354942321777344,5.889095306396484,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,69,213.85000610351562,153.57562255859375,4252,142.1875,1,0,1.0986123085021973,0,5.365274906158447,4.234106540679932,5.03419303894043,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,3,5,36,210.4375,0,4252,141.0500030517578,1,0,0,0,5.349188804626465,3.5835189819335938,0,0,0,0,0,1,0,0,0,0,0 +9,1,0,1,1,1,3,5,26,182,793.66937255859375,4252,121.7125015258789,1,0,2.1972246170043945,0,5.204006671905518,3.25809645652771,6.676666736602783,0,0,0,0,1,0,0,0,0,0 +9,1,0,0,0,0,3,5,54,110.3375015258789,352.8722229003906,4252,73.9375,1,0,2.1972246170043945,0,4.703543663024902,3.9889841079711914,5.866106033325195,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,1,0,3,5,26,214.9875030517578,23.446659088134766,4252,143.3249969482422,1,0,-1.3862943649291992,0,5.370579719543457,3.25809645652771,3.1547279357910156,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,23,238.875,358.73388671875,4252,159.25,1,0,1.0986123085021973,0,5.475940227508545,3.1354942321777344,5.882580757141113,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,1,0,3,5,21,194.5124969482422,253.2239227294922,4252,129.6750030517578,1,0,-1.3862943649291992,0,5.270496368408203,3.044522523880005,5.534274101257324,0,0,0,0,1,0,0,0,0,0 +21,1,0,1,1,0,3,5,44,227.5,2603.75146484375,4252,151.28750610351562,1,0,3.044522523880005,0,5.427150249481201,3.7841897010803223,7.864708423614502,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,0,0,3,5,40,191.10000610351562,413.8335266113281,4252,155.83749389648438,1,0,1.6094379425048828,0,5.252796649932861,3.6888794898986816,6.025463581085205,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,0,1,3,5,23,154.6999969482422,2389.214599609375,4252,103.51249694824219,1,0,1.7917594909667969,0,5.041487693786621,3.1354942321777344,7.778719902038574,0,0,0,0,1,0,0,0,0,0 +9,1,0,1,1,0,3,5,27,235.46249389648438,62.133644104003906,4252,156.97500610351562,1,0,2.1972246170043945,0,5.461551666259766,3.295836925506592,4.1292877197265625,0,0,0,0,1,0,0,0,0,0 +15,1,0,1,1,1,3,5,34,202.47500610351562,7638.92138671875,4252,134.22500610351562,1,0,2.70805025100708,0,5.310616493225098,3.526360511779785,8.941011428833008,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,22,230.91250610351562,413.8335266113281,4252,153.5625,1,0,-1.3862943649291992,0,5.4420390129089355,3.0910425186157227,6.025463581085205,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,28,237.7375030517578,543.96246337890625,4252,158.1125030517578,1,0,0.6931471824645996,0,5.471167087554932,3.332204580307007,6.298880100250244,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,31,200.1999969482422,1694.0211181640625,4252,133.08749389648438,1,0,1.0986123085021973,0,5.299316883087158,3.4339871406555176,7.4348602294921875,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,20,120.57499694824219,148.8862762451172,4252,106.92500305175781,1,0,0,0,4.792272090911865,2.995732307434082,5.003182888031006,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,38,152.4250030517578,162.95428466796875,4252,101.23750305175781,1,0,0.6931471824645996,0,5.026672840118408,3.6375861167907715,5.093469619750977,0,0,0,0,1,0,0,0,0,0 +13,1,0,1,1,1,3,5,59,182,4902.6962890625,4252,121.7125015258789,1,0,2.5649492740631104,0,5.204006671905518,4.077537536621094,8.497540473937988,0,0,0,0,1,0,0,0,0,0 +11,1,0,1,1,0,3,5,40,227.5,559.20281982421875,4252,135.3625030517578,1,0,2.397895336151123,0,5.427150249481201,3.6888794898986816,6.326512336730957,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,3,5,28,159.25,165.2989501953125,4252,105.7874984741211,1,0,0,0,5.070475101470947,3.332204580307007,5.107755661010742,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,52,91,182.88394165039062,4252,60.287498474121094,1,0,1.0986123085021973,0,4.510859489440918,3.9512436389923096,5.2088518142700195,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,1,0,3,5,51,187.6875,302.4619140625,4252,125.125,1,0,1.3862943649291992,0,5.23477840423584,3.931825637817383,5.711955547332764,0,0,0,0,1,0,0,0,0,0 +8,1,0,1,0,0,3,5,23,241.14999389648438,348.1828918457031,4252,161.52499389648438,1,0,2.079441547393799,0,5.485419273376465,3.1354942321777344,5.852727890014648,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,29,156.97500610351562,114.88862609863281,4252,104.6500015258789,1,0,-1.3862943649291992,0,5.056086540222168,3.367295742034912,4.743963241577148,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,1,0,3,5,57,233.1875,28.135990142822266,4252,155.83749389648438,1,0,1.6094379425048828,0,5.451842784881592,4.043051242828369,3.3370494842529297,0,0,0,0,1,0,0,0,0,0 +59,1,0,1,1,0,3,5,28,199.0625,2618.99169921875,4252,133.08749389648438,1,0,4.077537536621094,0,5.293618679046631,3.332204580307007,7.870544910430908,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,19,152.4250030517578,94.95896911621094,4252,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,2.944438934326172,4.553444862365723,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,3,5,27,232.0500030517578,14.067995071411133,4252,154.6999969482422,1,0,0,0,5.446952819824219,3.295836925506592,2.64390230178833,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,62,149.0124969482422,154.74795532226562,4252,98.9625015258789,1,0,0.6931471824645996,0,5.004030227661133,4.127134323120117,5.041797637939453,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,0,0,3,5,31,220.6750030517578,0,4252,147.875,1,0,-1.3862943649291992,0,5.396690845489502,3.4339871406555176,0,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,18,183.1374969482422,270.80889892578125,4252,121.7125015258789,1,0,-1.3862943649291992,0,5.2102370262146,2.890371799468994,5.601413249969482,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,29,156.97500610351562,161.78195190429688,4252,104.6500015258789,1,0,0.6931471824645996,0,5.056086540222168,3.367295742034912,5.086249351501465,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,0,3,5,33,193.375,276.6705627441406,4252,128.53750610351562,1,0,0,0,5.264631271362305,3.4965076446533203,5.622827529907227,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,23,191.10000610351562,168.81594848632812,4252,151.28750610351562,1,0,1.0986123085021973,0,5.252796649932861,3.1354942321777344,5.128808975219727,0,0,0,0,1,0,0,0,0,0 +17,1,0,0,0,1,3,5,45,130.8125,4647.1279296875,4252,87.5875015258789,1,0,2.8332133293151855,0,4.873764991760254,3.8066625595092773,8.444005012512207,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,1,0,3,5,59,214.9875030517578,195.77960205078125,4252,143.3249969482422,1,0,0,0,5.370579719543457,4.077537536621094,5.276989459991455,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,1,1,3,5,34,113.75,682.29779052734375,4252,75.07499694824219,1,0,0,0,4.734003067016602,3.526360511779785,6.525466442108154,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,1,3,5,42,227.5,2187.5732421875,4252,151.28750610351562,1,0,0.6931471824645996,0,5.427150249481201,3.7376697063446045,7.690547943115234,0,0,0,0,1,0,0,0,0,0 +24,1,0,0,1,1,3,5,46,143.3249969482422,3964.830078125,4249,96.6875,1,0,3.178053855895996,0,4.965114593505859,3.828641414642334,8.285218238830566,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,0,1,3,5,32,152.4250030517578,1771.39501953125,4252,101.23750305175781,1,0,1.3862943649291992,0,5.026672840118408,3.465735912322998,7.479522705078125,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,0,0,3,5,31,150.14999389648438,561.5474853515625,4252,98.9625015258789,1,0,1.3862943649291992,0,5.011634826660156,3.4339871406555176,6.330696105957031,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,1,0,3,5,28,156.97500610351562,322.3915710449219,4252,104.6500015258789,1,0,1.6094379425048828,0,5.056086540222168,3.332204580307007,5.775766849517822,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,0,0,3,5,23,141.0500030517578,944.90032958984375,4252,94.4124984741211,1,0,1.6094379425048828,0,4.9491143226623535,3.1354942321777344,6.85107946395874,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,1,0,3,5,52,141.0500030517578,750.2930908203125,4252,94.4124984741211,1,0,1.6094379425048828,0,4.9491143226623535,3.9512436389923096,6.620463848114014,0,0,0,0,1,0,0,0,0,0 +8,1,0,0,0,1,3,5,37,220.6750030517578,1260.2579345703125,4252,146.7375030517578,1,0,2.079441547393799,0,5.396690845489502,3.610917806625366,7.139071464538574,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,1,0,3,5,34,122.8499984741211,417.35052490234375,4252,81.9000015258789,1,0,1.6094379425048828,0,4.810964107513428,3.526360511779785,6.033926486968994,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,1,0,3,5,33,145.60000610351562,146.54161071777344,4252,96.6875,1,0,0,0,4.980863094329834,3.4965076446533203,4.987309455871582,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,1,0,3,5,22,136.5,362.2508850097656,4252,91,1,0,-1.3862943649291992,0,4.916324615478516,3.0910425186157227,5.892336845397949,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,1,0,3,5,45,146.7375030517578,478.31182861328125,4252,97.82499694824219,1,0,0,0,4.988645076751709,3.8066625595092773,6.170262813568115,0,0,0,0,1,0,0,0,0,0 +6,1,0,0,0,0,3,5,26,131.9499969482422,184.0562744140625,4252,87.5875015258789,1,0,1.7917594909667969,0,4.882422924041748,3.25809645652771,5.215241432189941,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,24,152.4250030517578,43.376319885253906,4252,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,3.178053855895996,3.769913673400879,0,0,0,0,1,0,0,0,0,0 +6,1,0,0,0,0,3,5,41,238.875,198.124267578125,4252,159.25,1,0,1.7917594909667969,0,5.475940227508545,3.7135720252990723,5.2888946533203125,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,48,119.4375,216.881591796875,4249,79.625,1,0,1.0986123085021973,0,4.782793045043945,3.8712010383605957,5.379351615905762,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,32,162.66250610351562,116.06095886230469,4252,108.0625,1,0,1.0986123085021973,0,5.091677665710449,3.465735912322998,4.754115581512451,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,1,0,3,5,33,161.52499389648438,14.067995071411133,4252,108.0625,1,0,0,0,5.084660053253174,3.4965076446533203,2.64390230178833,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,0,0,3,5,55,161.52499389648438,457.2098388671875,4252,106.92500305175781,1,0,1.6094379425048828,0,5.084660053253174,4.007333278656006,6.125142574310303,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,33,141.0500030517578,101.99296569824219,4252,94.4124984741211,1,0,0.6931471824645996,0,4.9491143226623535,3.4965076446533203,4.624903678894043,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,0,0,3,5,26,163.8000030517578,187.57327270507812,4249,109.19999694824219,1,0,1.3862943649291992,0,5.09864616394043,3.25809645652771,5.2341694831848145,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,0,0,3,5,58,156.97500610351562,29.30832290649414,4252,104.6500015258789,1,0,0.6931471824645996,0,5.056086540222168,4.060442924499512,3.377871513366699,0,0,0,0,1,0,0,0,0,0 +13,1,0,0,1,1,3,5,45,143.3249969482422,2887.4560546875,4252,95.55000305175781,1,0,2.5649492740631104,0,4.965114593505859,3.8066625595092773,7.968131065368652,0,0,0,0,1,0,0,0,0,0 +8,1,0,0,1,0,3,5,23,196.78750610351562,438.4525146484375,4252,130.8125,1,0,2.079441547393799,0,5.2821245193481445,3.1354942321777344,6.083251476287842,0,0,0,0,1,0,0,0,0,0 +8,1,0,0,0,0,3,5,36,143.3249969482422,1041.0316162109375,4252,95.55000305175781,1,0,2.079441547393799,0,4.965114593505859,3.5835189819335938,6.947967529296875,0,0,0,0,1,0,0,0,0,0 +14,1,0,0,1,1,3,5,19,105.7874984741211,991.79364013671875,4252,69.38749694824219,1,0,2.6390573978424072,0,4.661432266235352,2.944438934326172,6.899515151977539,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,0,0,3,5,20,141.0500030517578,22.27432632446289,4249,94.4124984741211,1,0,0.6931471824645996,0,4.9491143226623535,2.995732307434082,3.1034348011016846,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,0,0,3,5,30,143.3249969482422,24.61899185180664,4252,95.55000305175781,1,0,1.3862943649291992,0,4.965114593505859,3.4011974334716797,3.2035181522369385,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,42,109.19999694824219,222.74325561523438,4252,72.80000305175781,1,0,1.0986123085021973,0,4.693181037902832,3.7376697063446045,5.406019687652588,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,1,0,3,5,37,147.875,171.16061401367188,4252,97.82499694824219,1,0,0,0,4.996367454528809,3.610917806625366,5.142602443695068,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,1,0,3,5,23,151.28750610351562,141.85227966308594,4252,101.23750305175781,1,0,1.3862943649291992,0,5.019182205200195,3.1354942321777344,4.95478630065918,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,38,146.7375030517578,16.412660598754883,4249,97.82499694824219,1,0,1.0986123085021973,0,4.988645076751709,3.6375861167907715,2.798053026199341,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,26,182,281.3598937988281,4249,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,3.25809645652771,5.639634609222412,0,0,0,0,1,0,0,0,0,0 +13,1,0,0,0,1,3,5,33,163.8000030517578,3964.830078125,4252,109.19999694824219,1,0,2.5649492740631104,0,5.09864616394043,3.4965076446533203,8.285218238830566,0,0,0,0,1,0,0,0,0,0 +22,1,0,0,1,1,3,5,40,209.3000030517578,10677.6083984375,4252,138.77499389648438,1,0,3.0910425186157227,0,5.34376859664917,3.6888794898986816,9.275903701782227,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,NA,0,3,5,40,222.9499969482422,237.98358154296875,4252,85.3125,1,0,0,0,5.406947612762451,3.6888794898986816,5.472201824188232,0,0,0,0,1,0,0,0,0,0 +13,1,0,0,1,1,3,5,27,216.125,1479.484130859375,4252,144.46249389648438,1,0,2.5649492740631104,0,5.375856876373291,3.295836925506592,7.2994489669799805,0,0,0,0,1,0,0,0,0,0 +32,1,0,0,0,1,3,5,44,200.1999969482422,2079.71875,4252,134.22500610351562,1,0,3.465735912322998,0,5.299316883087158,3.7841897010803223,7.639987945556641,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,26,185.41250610351562,287.2215576171875,4252,123.98750305175781,1,0,1.0986123085021973,0,5.222583293914795,3.25809645652771,5.660254001617432,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,1,1,3,5,58,163.8000030517578,715.12310791015625,4252,109.19999694824219,1,0,1.3862943649291992,0,5.09864616394043,4.060442924499512,6.572454929351807,0,0,0,0,1,0,0,0,0,0 +8,1,0,0,1,0,3,5,24,172.89999389648438,270.80889892578125,4252,114.88749694824219,1,0,2.079441547393799,0,5.152713298797607,3.178053855895996,5.601413249969482,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,1,0,3,5,29,195.64999389648438,167.64361572265625,4252,130.8125,1,0,0,0,5.276327133178711,3.367295742034912,5.121840476989746,0,0,0,0,1,0,0,0,0,0 +11,1,0,0,0,0,3,5,22,214.9875030517578,165.2989501953125,4249,137.6374969482422,1,0,2.397895336151123,0,5.370579719543457,3.0910425186157227,5.107755661010742,0,0,0,0,1,0,0,0,0,0 +6,1,0,0,1,0,3,5,26,152.4250030517578,298.94488525390625,4252,101.23750305175781,1,0,1.7917594909667969,0,5.026672840118408,3.25809645652771,5.700259208679199,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,22,180.8625030517578,0,4252,120.57499694824219,1,0,0,0,5.197737216949463,3.0910425186157227,0,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,21,163.8000030517578,144.1969451904297,4252,15.925000190734863,1,0,0,0,5.09864616394043,3.044522523880005,4.971179962158203,0,0,0,0,1,0,0,0,0,0 +6,1,0,0,0,1,3,5,65,103.51249694824219,793.66937255859375,4252,69.38749694824219,1,0,1.7917594909667969,0,4.639692306518555,4.174387454986572,6.676666736602783,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,39,119.4375,477.1394958496094,4252,79.625,1,0,1.0986123085021973,0,4.782793045043945,3.6635615825653076,6.167809009552002,0,0,0,0,1,0,0,0,0,0 +8,1,0,0,0,1,3,5,25,210.4375,4243.84521484375,4252,139.91250610351562,1,0,2.079441547393799,0,5.349188804626465,3.2188758850097656,8.353224754333496,0,0,0,0,1,0,0,0,0,0 +15,1,0,0,0,1,3,5,37,218.39999389648438,4057.4443359375,4252,145.60000610351562,1,0,2.70805025100708,0,5.386328220367432,3.610917806625366,8.308308601379395,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,38,141.0500030517578,245.017578125,4252,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.6375861167907715,5.5013298988342285,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,1,3,5,36,158.1125030517578,2969.519287109375,4252,104.6500015258789,1,0,1.0986123085021973,0,5.06330680847168,3.5835189819335938,7.996155261993408,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,32,218.39999389648438,833.52874755859375,4252,134.22500610351562,1,0,1.0986123085021973,0,5.386328220367432,3.465735912322998,6.725667953491211,0,0,0,0,1,0,0,0,0,0 +18,1,0,1,0,1,3,5,18,141.0500030517578,1808.9097900390625,4252,94.4124984741211,1,0,2.890371799468994,0,4.9491143226623535,2.890371799468994,7.500479698181152,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,1,0,3,5,36,187.6875,33.99765396118164,4252,125.125,1,0,0,0,5.23477840423584,3.5835189819335938,3.526291608810425,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,31,142.1875,60.96131134033203,4252,94.4124984741211,1,0,1.0986123085021973,0,4.957146644592285,3.4339871406555176,4.110239505767822,0,0,0,0,1,0,0,0,0,0 +10,1,0,1,0,0,3,5,22,240.0124969482422,232.12191772460938,4252,159.25,1,0,2.3025851249694824,0,5.480690956115723,3.0910425186157227,5.447262763977051,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,0,0,3,5,19,142.1875,206.33059692382812,4252,94.4124984741211,1,0,0,0,4.957146644592285,2.944438934326172,5.329479694366455,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,23,185.41250610351562,160.609619140625,4252,123.98750305175781,1,0,1.0986123085021973,0,5.222583293914795,3.1354942321777344,5.078976631164551,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,40,195.64999389648438,155.9202880859375,4252,130.8125,1,0,0,0,5.276327133178711,3.6888794898986816,5.049345016479492,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,23,222.9499969482422,154.74795532226562,4252,149.0124969482422,1,0,-1.3862943649291992,0,5.406947612762451,3.1354942321777344,5.041797637939453,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,1,3,5,42,156.97500610351562,1264.947265625,4252,104.6500015258789,1,0,1.0986123085021973,0,5.056086540222168,3.7376697063446045,7.142785549163818,0,0,0,0,1,0,0,0,0,0 +10,1,0,0,1,0,3,5,41,164.9375,473.62249755859375,4252,110.3375015258789,1,0,2.3025851249694824,0,5.105566501617432,3.7135720252990723,6.160410404205322,0,0,0,0,1,0,0,0,0,0 +11,1,0,0,1,0,3,5,53,193.375,96.13130187988281,4252,128.53750610351562,1,0,2.397895336151123,0,5.264631271362305,3.97029185295105,4.5657148361206055,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,50,189.96249389648438,846.42437744140625,4252,126.26249694824219,1,0,1.0986123085021973,0,5.246826648712158,3.9120230674743652,6.741020679473877,0,0,0,0,1,0,0,0,0,0 +22,1,0,0,1,0,3,5,48,114.88749694824219,6487.6904296875,4252,204.75,1,0,3.0910425186157227,0,4.743953227996826,3.8712010383605957,8.77766227722168,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,1,0,3,5,33,166.0749969482422,144.1969451904297,4252,113.75,1,0,1.6094379425048828,0,5.1124396324157715,3.4965076446533203,4.971179962158203,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,18,170.625,186.40093994140625,4252,113.75,1,0,1.0986123085021973,0,5.139468193054199,2.890371799468994,5.22790002822876,0,0,0,0,1,0,0,0,0,0 +10,1,0,1,0,0,3,5,20,238.875,610.78546142578125,4252,159.25,1,0,2.3025851249694824,0,5.475940227508545,2.995732307434082,6.414745807647705,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,31,184.27499389648438,215.70925903320312,4252,122.8499984741211,1,0,1.0986123085021973,0,5.216429233551025,3.4339871406555176,5.373931407928467,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,41,183.1374969482422,35.169986724853516,4252,121.7125015258789,1,0,0.6931471824645996,0,5.2102370262146,3.7135720252990723,3.5601930618286133,0,0,0,0,1,0,0,0,0,0 +7,1,0,1,1,0,3,5,40,191.10000610351562,471.27783203125,4252,127.4000015258789,1,0,1.945910096168518,0,5.252796649932861,3.6888794898986816,6.155447959899902,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,NA,0,3,5,40,163.8000030517578,216.881591796875,4252,109.19999694824219,1,0,0,0,5.09864616394043,3.6888794898986816,5.379351615905762,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,1,0,3,5,33,154.6999969482422,128.9566192626953,4252,154.6999969482422,1,0,-1.3862943649291992,0,5.041487693786621,3.4965076446533203,4.859476089477539,0,0,0,0,1,0,0,0,0,0 +7,1,0,0,1,0,3,5,36,147.875,235.638916015625,4252,98.9625015258789,1,0,1.945910096168518,0,4.996367454528809,3.5835189819335938,5.462300777435303,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,NA,0,3,5,24,159.25,241.50057983398438,4252,105.7874984741211,1,0,1.6094379425048828,0,5.070475101470947,3.178053855895996,5.486871719360352,0,0,0,0,1,0,0,0,0,0 +13,1,0,0,1,1,3,5,43,128.53750610351562,4638.92138671875,4252,85.3125,1,0,2.5649492740631104,0,4.856220722198486,3.761200189590454,8.44223690032959,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,0,0,3,5,25,114.88749694824219,117.23329162597656,4252,76.2125015258789,1,0,0.6931471824645996,0,4.743953227996826,3.2188758850097656,4.764165878295898,0,0,0,0,1,0,0,0,0,0 +15,1,0,0,1,1,3,5,29,136.5,3162.954345703125,4252,91,1,0,2.70805025100708,0,4.916324615478516,3.367295742034912,8.059261322021484,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,47,97.82499694824219,134.8182830810547,4252,64.8375015258789,1,0,0.6931471824645996,0,4.583179950714111,3.8501474857330322,4.903927803039551,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,79,152.4250030517578,42.20398712158203,4252,101.23750305175781,1,0,1.0986123085021973,0,5.026672840118408,4.369447708129883,3.7425146102905273,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,0,0,3,5,20,126.26249694824219,99.64830017089844,4252,84.17500305175781,1,0,-1.3862943649291992,0,4.838363170623779,2.995732307434082,4.601646900177002,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,0,0,3,5,54,227.5,101.99296569824219,4252,151.28750610351562,1,0,0.6931471824645996,0,5.427150249481201,3.9889841079711914,4.624903678894043,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,0,0,3,5,24,121.7125015258789,480.656494140625,4252,121.7125015258789,1,0,0,0,4.801661491394043,3.178053855895996,6.175152778625488,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,0,0,3,5,28,91,158.26495361328125,4252,61.42499923706055,1,0,-1.3862943649291992,0,4.510859489440918,3.332204580307007,5.064270496368408,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,22,179.72500610351562,103.16529846191406,4252,119.4375,1,0,1.0986123085021973,0,5.191427707672119,3.0910425186157227,4.6363325119018555,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,1,0,3,5,21,200.1999969482422,107.85462951660156,4252,133.08749389648438,1,0,-1.3862943649291992,0,5.299316883087158,3.044522523880005,4.680784225463867,0,0,0,0,1,0,0,0,0,0 +18,1,0,1,1,1,3,5,30,182,4363.42333984375,4252,121.7125015258789,1,0,2.890371799468994,0,5.204006671905518,3.4011974334716797,8.381011962890625,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,17,149.0124969482422,195.77960205078125,4252,100.0999984741211,1,0,1.0986123085021973,0,5.004030227661133,2.8332133293151855,5.276989459991455,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,1,0,3,5,41,177.4499969482422,125.43962860107422,4228,118.30000305175781,1,0,1.7917594909667969,0,5.178689002990723,3.7135720252990723,4.831824779510498,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,0,0,3,5,20,109.19999694824219,771.39508056640625,4252,72.80000305175781,1,0,0.6931471824645996,0,4.693181037902832,2.995732307434082,6.648200511932373,0,0,0,0,1,0,0,0,0,0 +7,1,0,1,0,1,3,5,21,141.0500030517578,1079.7186279296875,4249,94.4124984741211,1,0,1.945910096168518,0,4.9491143226623535,3.044522523880005,6.984455585479736,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,26,163.8000030517578,260.2579040527344,4252,109.19999694824219,1,0,1.0986123085021973,0,5.09864616394043,3.25809645652771,5.561673164367676,0,0,0,0,1,0,0,0,0,0 +182,1,0,0,1,1,3,5,23,91,55682.296875,4252,52.32500076293945,1,0,5.204006671905518,0,4.510859489440918,3.1354942321777344,10.927417755126953,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,1,0,3,5,40,141.0500030517578,194.60726928710938,4252,93.2750015258789,1,0,-1.3862943649291992,0,4.9491143226623535,3.6888794898986816,5.270983695983887,0,0,0,0,1,0,0,0,0,0 +7,1,0,1,0,1,3,5,20,196.78750610351562,4953.1064453125,4252,130.8125,1,0,1.945910096168518,0,5.2821245193481445,2.995732307434082,8.507770538330078,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,0,0,3,5,23,172.89999389648438,87.92497253417969,4252,114.88749694824219,1,0,0.6931471824645996,0,5.152713298797607,3.1354942321777344,4.4764838218688965,0,0,0,0,1,0,0,0,0,0 +24,1,0,0,1,1,3,5,50,123.98750305175781,5532.2392578125,4252,81.9000015258789,1,0,3.178053855895996,0,4.820180892944336,3.9120230674743652,8.618348121643066,0,0,0,0,1,0,0,0,0,0 +16,1,0,0,0,1,3,5,32,123.98750305175781,2419.6953125,4252,81.9000015258789,1,0,2.7725887298583984,0,4.820180892944336,3.465735912322998,7.7913970947265625,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,0,0,3,5,19,134.22500610351562,123.09495544433594,4252,89.86250305175781,1,0,1.3862943649291992,0,4.89951753616333,2.944438934326172,4.812955856323242,0,0,0,0,1,0,0,0,0,0 +14,1,0,1,1,1,3,5,24,237.7375030517578,4696.36572265625,4252,158.1125030517578,1,0,2.6390573978424072,0,5.471167087554932,3.178053855895996,8.4545440673828125,0,0,0,0,1,0,0,0,0,0 +13,1,0,0,0,1,3,5,48,137.6374969482422,5613.13037109375,4252,91,1,0,2.5649492740631104,0,4.924623489379883,3.8712010383605957,8.632863998413086,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,0,0,3,5,18,92.13749694824219,154.74795532226562,4228,61.42499923706055,1,0,0,0,4.523282051086426,2.890371799468994,5.041797637939453,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,0,0,3,5,22,139.91250610351562,291.910888671875,4252,93.2750015258789,1,0,0,0,4.941017150878906,3.0910425186157227,5.676448345184326,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,0,1,3,5,42,186.5500030517578,3164.126708984375,4252,123.98750305175781,1,0,1.3862943649291992,0,5.228699207305908,3.7376697063446045,8.059632301330566,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,0,1,0,3,5,57,196.78750610351562,167.64361572265625,4252,130.8125,1,0,-1.3862943649291992,0,5.2821245193481445,4.043051242828369,5.121840476989746,0,0,0,0,1,0,0,0,0,0 +5,1,0,0,1,1,3,5,42,136.5,1320.046875,4210,91,1,0,1.6094379425048828,0,4.916324615478516,3.7376697063446045,7.185422420501709,0,0,0,0,1,0,0,0,0,0 +17,1,0,0,0,1,3,5,25,111.4749984741211,9280.1875,4252,71.6624984741211,1,0,2.8332133293151855,0,4.713800430297852,3.2188758850097656,9.135637283325195,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,33,126.26249694824219,138.3352813720703,4252,84.17500305175781,1,0,1.0986123085021973,0,4.838363170623779,3.4965076446533203,4.929680347442627,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,1,0,3,5,51,161.52499389648438,133.6459503173828,4249,108.0625,1,0,1.3862943649291992,0,5.084660053253174,3.931825637817383,4.895194053649902,0,0,0,0,1,0,0,0,0,0 +17,1,0,0,0,0,3,5,30,152.4250030517578,364.5955505371094,4252,102.375,1,0,2.8332133293151855,0,5.026672840118408,3.4011974334716797,5.8987884521484375,0,0,0,0,1,0,0,0,0,0 +9,1,0,0,0,1,3,5,19,163.8000030517578,3852.2861328125,4252,104.6500015258789,1,0,2.1972246170043945,0,5.09864616394043,2.944438934326172,8.25642204284668,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,1,0,3,5,31,152.4250030517578,0,4252,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,3.4339871406555176,0,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,24,189.96249389648438,262.6025695800781,4252,126.26249694824219,1,0,0.6931471824645996,0,5.246826648712158,3.178053855895996,5.57064151763916,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,34,130.8125,158.26495361328125,4249,87.5875015258789,1,0,1.0986123085021973,0,4.873764991760254,3.526360511779785,5.064270496368408,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,1,0,3,5,69,130.8125,140.67994689941406,4252,52.32500076293945,1,0,-1.3862943649291992,0,4.873764991760254,4.234106540679932,4.9464874267578125,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,0,0,3,5,60,150.14999389648438,37.51465606689453,4252,43.224998474121094,1,0,0,0,5.011634826660156,4.094344615936279,3.6247317790985107,0,0,0,0,1,0,0,0,0,0 +61,1,0,1,1,1,3,5,28,240.0124969482422,7233.29443359375,4252,160.3874969482422,1,0,4.110873699188232,0,5.480690956115723,3.332204580307007,8.886449813842773,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,1,0,3,5,26,152.4250030517578,676.43609619140625,4210,101.23750305175781,1,0,1.3862943649291992,0,5.026672840118408,3.25809645652771,6.516838073730469,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,49,133.08749389648438,32.825321197509766,4252,88.7249984741211,1,0,0.6931471824645996,0,4.891006946563721,3.891820192337036,3.4912002086639404,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,1,0,3,5,42,184.27499389648438,280.18756103515625,4252,122.8499984741211,1,0,1.7917594909667969,0,5.216429233551025,3.7376697063446045,5.6354594230651855,0,0,0,0,1,0,0,0,0,0 +13,1,0,1,0,1,3,5,41,172.89999389648438,1686.987060546875,4249,114.88749694824219,1,0,2.5649492740631104,0,5.152713298797607,3.7135720252990723,7.430699348449707,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,53,199.0625,139.5076141357422,4252,131.9499969482422,1,0,1.0986123085021973,0,5.293618679046631,3.97029185295105,4.938119411468506,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,1,0,3,5,30,218.39999389648438,433.76318359375,4252,145.60000610351562,1,0,1.7917594909667969,0,5.386328220367432,3.4011974334716797,6.072498798370361,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,56,210.4375,117.23329162597656,4252,139.91250610351562,1,0,0.6931471824645996,0,5.349188804626465,4.025351524353027,4.764165878295898,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,24,166.0749969482422,347.01055908203125,4252,111.4749984741211,1,0,0.6931471824645996,0,5.1124396324157715,3.178053855895996,5.849355220794678,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,1,5,35,208.16250610351562,370.45721435546875,4249,138.77499389648438,1,0,1.0986123085021973,0,5.338318824768066,3.5553481578826904,5.914738178253174,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,29,238.875,29.30832290649414,4252,159.25,1,0,0.6931471824645996,0,5.475940227508545,3.367295742034912,3.377871513366699,0,0,0,0,1,0,0,1,0,0 +6,1,0,1,1,0,3,6,28,169.4875030517578,259.0855712890625,5628,112.61250305175781,1,0,1.7917594909667969,0,5.132779121398926,3.332204580307007,5.557158470153809,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,27,189.96249389648438,85.58030700683594,5552,127.4000015258789,1,0,0,0,5.246826648712158,3.295836925506592,4.449455261230469,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,1,0,3,6,52,227.5,404.4548645019531,5528,151.28750610351562,1,0,2.397895336151123,0,5.427150249481201,3.9512436389923096,6.002540111541748,0,0,0,0,0,1,0,0,0,0 +40,1,0,1,1,1,3,6,47,218.39999389648438,2617.819580078125,5428,145.60000610351562,1,0,3.6888794898986816,0,5.386328220367432,3.8501474857330322,7.8700971603393555,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,0,0,3,6,23,127.4000015258789,350.5275573730469,5728,85.3125,1,0,1.3862943649291992,0,4.847331523895264,3.1354942321777344,5.859439373016357,0,0,0,0,0,1,0,0,0,0 +9,1,0,1,NA,0,3,6,47,204.75,498.2414855957031,5728,136.5,1,0,2.1972246170043945,0,5.321789741516113,3.8501474857330322,6.211084842681885,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,0,0,3,6,21,141.0500030517578,114.88862609863281,5636,94.4124984741211,1,0,1.3862943649291992,0,4.9491143226623535,3.044522523880005,4.743963241577148,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,3,6,26,170.625,105.50996398925781,5552,113.75,1,0,1.0986123085021973,0,5.139468193054199,3.25809645652771,4.6588053703308105,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,30,137.6374969482422,48.065650939941406,5549,91,1,0,0,0,4.924623489379883,3.4011974334716797,3.872567892074585,0,0,0,0,0,1,0,0,0,0 +31,1,0,1,NA,1,3,6,22,168.35000610351562,4280.1875,5528,112.61250305175781,1,0,3.4339871406555176,0,5.126045227050781,3.0910425186157227,8.3617525100708,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,1,0,3,6,24,202.47500610351562,314.18524169921875,5713,135.3625030517578,1,0,2.397895336151123,0,5.310616493225098,3.178053855895996,5.749982833862305,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,NA,0,3,6,20,193.375,158.26495361328125,5440,184.27499389648438,1,0,0,0,5.264631271362305,2.995732307434082,5.064270496368408,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,25,232.0500030517578,199.29660034179688,5728,151.28750610351562,1,0,0,0,5.446952819824219,3.2188758850097656,5.294794082641602,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,1,1,3,6,63,222.9499969482422,234.46658325195312,5728,149.0124969482422,1,0,1.7917594909667969,0,5.406947612762451,4.143134593963623,5.457313060760498,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,1,0,3,6,32,227.5,84.40797424316406,5549,151.28750610351562,1,0,-1.3862943649291992,0,5.427150249481201,3.465735912322998,4.435661792755127,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,1,6,32,170.625,157.09262084960938,5728,113.75,1,0,0.6931471824645996,0,5.139468193054199,3.465735912322998,5.056835651397705,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,1,1,6,27,227.5,2236.811279296875,5240,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,3.295836925506592,7.712806701660156,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,NA,0,1,6,28,149.0124969482422,235.638916015625,5528,98.9625015258789,1,0,0,0,5.004030227661133,3.332204580307007,5.462300777435303,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,0,0,1,6,21,152.4250030517578,234.46658325195312,5628,101.23750305175781,1,0,0,0,5.026672840118408,3.044522523880005,5.457313060760498,0,0,0,0,0,1,0,1,0,0 +18,1,0,1,1,1,1,6,21,159.25,2880.422119140625,5728,105.7874984741211,1,0,2.890371799468994,0,5.070475101470947,3.044522523880005,7.965692043304443,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,0,0,1,6,19,152.4250030517578,412.66119384765625,5728,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,2.944438934326172,6.022626876831055,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,24,227.5,105.50996398925781,5628,151.28750610351562,1,0,0,0,5.427150249481201,3.178053855895996,4.6588053703308105,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,1,0,1,6,28,242.28750610351562,172.33294677734375,5510,161.52499389648438,1,0,0.6931471824645996,0,5.4901251792907715,3.332204580307007,5.149428367614746,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,0,0,1,6,19,159.25,72.68463897705078,5710,105.7874984741211,1,0,-1.3862943649291992,0,5.070475101470947,2.944438934326172,4.286129951477051,0,0,0,0,0,1,0,1,0,0 +4,1,0,1,1,0,1,6,20,152.4250030517578,171.16061401367188,5352,101.23750305175781,1,0,1.3862943649291992,0,5.026672840118408,2.995732307434082,5.142602443695068,0,0,0,0,0,1,0,1,0,0 +19,1,0,1,0,1,1,6,39,161.52499389648438,2862.837158203125,5313,108.0625,1,0,2.944438934326172,0,5.084660053253174,3.6635615825653076,7.959568500518799,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,0,0,1,6,22,159.25,254.39625549316406,5304,105.7874984741211,1,0,-1.3862943649291992,0,5.070475101470947,3.0910425186157227,5.538893222808838,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,0,0,1,6,28,187.6875,211.01992797851562,5613,125.125,1,0,0.6931471824645996,0,5.23477840423584,3.332204580307007,5.35195255279541,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,0,0,1,6,21,169.4875030517578,44.54865264892578,5349,112.61250305175781,1,0,0.6931471824645996,0,5.132779121398926,3.044522523880005,3.796581983566284,0,0,0,0,0,1,0,1,0,0 +6,1,0,1,0,0,1,6,29,152.4250030517578,216.881591796875,5449,101.23750305175781,1,0,1.7917594909667969,0,5.026672840118408,3.367295742034912,5.379351615905762,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,0,1,1,6,18,145.60000610351562,518.171142578125,5613,96.6875,1,0,1.0986123085021973,0,4.980863094329834,2.890371799468994,6.250305652618408,0,0,0,0,0,1,0,1,0,0 +1,1,0,0,1,0,1,6,30,216.125,85.58030700683594,5549,81.9000015258789,1,0,0,0,5.375856876373291,3.4011974334716797,4.449455261230469,0,0,0,0,0,1,0,1,0,0 +7,1,0,0,0,0,1,6,29,218.39999389648438,450.17584228515625,5349,145.60000610351562,1,0,1.945910096168518,0,5.386328220367432,3.367295742034912,6.109638214111328,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,0,1,0,1,6,48,159.25,35.169986724853516,5004,105.7874984741211,1,0,-1.3862943649291992,0,5.070475101470947,3.8712010383605957,3.5601930618286133,0,0,0,0,0,1,0,1,0,0 +1,1,0,0,0,0,1,6,41,141.0500030517578,62.133644104003906,5649,80.76249694824219,1,0,0,0,4.9491143226623535,3.7135720252990723,4.1292877197265625,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,1,0,1,6,24,182,166.47128295898438,5549,121.7125015258789,1,0,0.6931471824645996,0,5.204006671905518,3.178053855895996,5.114822864532471,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,1,1,6,18,183.1374969482422,2667.057373046875,5346,130.8125,1,0,1.0986123085021973,0,5.2102370262146,2.890371799468994,7.888731002807617,0,0,0,0,0,1,0,1,0,0 +17,1,0,0,1,1,1,6,66,182,7754.982421875,5328,121.7125015258789,1,0,2.8332133293151855,0,5.204006671905518,4.18965482711792,8.956090927124023,0,0,0,0,0,1,0,1,0,0 +9,1,0,0,0,1,1,6,23,123.98750305175781,1498.241455078125,5410,83.0374984741211,1,0,2.1972246170043945,0,4.820180892944336,3.1354942321777344,7.312047481536865,0,0,0,0,0,1,0,1,0,0 +1,1,0,0,1,0,1,6,49,207.02499389648438,214.53692626953125,5310,137.6374969482422,1,0,0,0,5.332839488983154,3.891820192337036,5.368481636047363,0,0,0,0,0,1,0,1,0,0 +5,1,0,0,1,0,1,6,26,195.64999389648438,416.1781921386719,5340,130.8125,1,0,1.6094379425048828,0,5.276327133178711,3.25809645652771,6.031113624572754,0,0,0,0,0,1,0,1,0,0 +13,1,0,0,1,0,1,6,48,129.6750030517578,648.30010986328125,5328,86.44999694824219,1,0,2.5649492740631104,0,4.8650312423706055,3.8712010383605957,6.474353790283203,0,0,0,0,0,1,0,1,0,0 +10,1,0,0,1,0,1,6,59,219.53750610351562,418.5228576660156,5328,146.7375030517578,1,0,2.3025851249694824,0,5.3915228843688965,4.077537536621094,6.036731719970703,0,0,0,0,0,1,0,1,0,0 +1,1,0,0,0,0,1,6,28,170.625,307.1512451171875,5316,113.75,1,0,0,0,5.139468193054199,3.332204580307007,5.727340221405029,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,0,0,1,6,20,227.5,257.9132385253906,5640,151.28750610351562,1,0,0.6931471824645996,0,5.427150249481201,2.995732307434082,5.552623271942139,0,0,0,0,0,1,0,1,0,0 +2,1,0,0,1,0,1,6,62,184.27499389648438,126.6119613647461,5549,122.8499984741211,1,0,0.6931471824645996,0,5.216429233551025,4.127134323120117,4.841126918792725,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,0,0,1,6,21,235.46249389648438,290.7385559082031,5549,156.97500610351562,1,0,1.0986123085021973,0,5.461551666259766,3.044522523880005,5.67242431640625,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,22,170.625,199.29660034179688,5610,113.75,1,0,0,0,5.139468193054199,3.0910425186157227,5.294794082641602,0,0,0,0,0,1,0,1,0,0 +5,1,0,0,1,0,1,6,54,159.25,166.47128295898438,5549,105.7874984741211,1,0,1.6094379425048828,0,5.070475101470947,3.9889841079711914,5.114822864532471,0,0,0,0,0,1,0,1,0,0 +1,1,0,0,1,0,1,6,49,145.60000610351562,33.99765396118164,5549,96.6875,1,0,0,0,4.980863094329834,3.891820192337036,3.526291608810425,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,3,6,22,141.0500030517578,92.61430358886719,5410,94.4124984741211,1,0,0,0,4.9491143226623535,3.0910425186157227,4.528443813323975,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,1,6,24,141.0500030517578,158.26495361328125,5549,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.178053855895996,5.064270496368408,0,0,0,0,0,1,0,1,0,0 +4,1,0,1,NA,0,1,6,27,150.14999389648438,158.26495361328125,5410,100.0999984741211,1,0,1.3862943649291992,0,5.011634826660156,3.295836925506592,5.064270496368408,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,1,0,1,6,29,204.75,46.89331817626953,5549,136.5,1,0,-1.3862943649291992,0,5.321789741516113,3.367295742034912,3.8478751182556152,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,1,0,1,6,38,152.4250030517578,245.017578125,5628,101.23750305175781,1,0,0.6931471824645996,0,5.026672840118408,3.6375861167907715,5.5013298988342285,0,0,0,0,0,1,0,1,0,0 +4,1,0,1,0,0,1,6,20,147.875,187.57327270507812,5728,98.9625015258789,1,0,1.3862943649291992,0,4.996367454528809,2.995732307434082,5.2341694831848145,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,1,0,1,6,29,159.25,111.37162780761719,5710,105.7874984741211,1,0,-1.3862943649291992,0,5.070475101470947,3.367295742034912,4.712872505187988,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,0,1,6,21,161.52499389648438,202.8135986328125,5652,108.0625,1,0,1.0986123085021973,0,5.084660053253174,3.044522523880005,5.312287330627441,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,0,1,6,29,227.5,161.78195190429688,5440,141.0500030517578,1,0,1.0986123085021973,0,5.427150249481201,3.367295742034912,5.086249351501465,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,23,141.0500030517578,162.95428466796875,5528,94.4124984741211,1,0,0,0,4.9491143226623535,3.1354942321777344,5.093469619750977,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,0,0,1,6,23,210.4375,196.95193481445312,5728,139.91250610351562,1,0,-1.3862943649291992,0,5.349188804626465,3.1354942321777344,5.282959938049316,0,0,0,0,0,1,0,1,0,0 +4,1,0,0,1,0,1,6,48,179.72500610351562,271.9812316894531,5528,119.4375,1,0,1.3862943649291992,0,5.191427707672119,3.8712010383605957,5.6057329177856445,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,36,194.5124969482422,145.36927795410156,5549,130.8125,1,0,0,0,5.270496368408203,3.5835189819335938,4.97927713394165,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,28,235.46249389648438,112.54396057128906,5552,156.97500610351562,1,0,0,0,5.461551666259766,3.332204580307007,4.723343849182129,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,0,1,6,30,222.9499969482422,184.0562744140625,5628,137.6374969482422,1,0,1.0986123085021973,0,5.406947612762451,3.4011974334716797,5.215241432189941,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,1,1,1,6,40,227.5,1553.3411865234375,5152,152.4250030517578,1,0,-1.3862943649291992,0,5.427150249481201,3.6888794898986816,7.348163604736328,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,18,188.8249969482422,103.16529846191406,5610,18.200000762939453,1,0,0,0,5.240820407867432,2.890371799468994,4.6363325119018555,0,0,0,0,0,1,0,1,0,0 +13,1,0,1,0,0,1,6,21,188.8249969482422,1449.0035400390625,5536,126.26249694824219,1,0,2.5649492740631104,0,5.240820407867432,3.044522523880005,7.278631210327148,0,0,0,0,0,1,0,1,0,0 +3,1,0,0,0,0,1,6,48,193.375,812.4267578125,5337,128.53750610351562,1,0,1.0986123085021973,0,5.264631271362305,3.8712010383605957,6.70002555847168,0,0,0,0,0,1,0,1,0,0 +8,1,0,1,1,1,1,6,29,158.1125030517578,2035.1700439453125,5228,105.7874984741211,1,0,2.079441547393799,0,5.06330680847168,3.367295742034912,7.618334770202637,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,0,0,1,6,25,164.9375,447.8311767578125,5628,110.3375015258789,1,0,0,0,5.105566501617432,3.2188758850097656,6.104416370391846,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,0,0,1,6,24,163.8000030517578,32.825321197509766,5604,109.19999694824219,1,0,-1.3862943649291992,0,5.09864616394043,3.178053855895996,3.4912002086639404,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,0,1,6,23,193.375,365.76788330078125,5349,128.53750610351562,1,0,1.0986123085021973,0,5.264631271362305,3.1354942321777344,5.901998996734619,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,0,1,6,59,227.5,17.584993362426758,5637,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,4.077537536621094,2.8670458793640137,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,0,0,1,6,20,227.5,284.87689208984375,5352,151.28750610351562,1,0,0,0,5.427150249481201,2.995732307434082,5.65205717086792,0,0,0,0,0,1,0,1,0,0 +2,1,0,0,1,0,1,6,54,229.77499389648438,56.27198028564453,5549,229.77499389648438,1,0,0.6931471824645996,0,5.437100410461426,3.9889841079711914,4.030196666717529,0,0,0,0,0,1,0,1,0,0 +2,1,0,0,1,0,1,6,27,234.3249969482422,17.584993362426758,5349,234.3249969482422,1,0,0.6931471824645996,0,5.456708908081055,3.295836925506592,2.8670458793640137,0,0,0,0,0,1,0,1,0,0 +10,1,0,0,0,0,1,6,43,222.9499969482422,220.39859008789062,5628,222.9499969482422,1,0,2.3025851249694824,0,5.406947612762451,3.761200189590454,5.395437717437744,0,0,0,0,0,1,0,1,0,0 +9,1,0,1,0,0,1,6,30,230.91250610351562,173.50527954101562,5549,230.91250610351562,1,0,2.1972246170043945,0,5.4420390129089355,3.4011974334716797,5.156208038330078,0,0,0,0,0,1,0,1,0,0 +1,1,0,0,1,0,1,6,23,195.64999389648438,147.7139434814453,5252,129.6750030517578,1,0,0,0,5.276327133178711,3.1354942321777344,4.995277404785156,0,0,0,0,0,1,0,1,0,0 +2,1,0,0,1,0,1,6,34,236.60000610351562,198.124267578125,5549,168.35000610351562,1,0,0.6931471824645996,0,5.466371059417725,3.526360511779785,5.2888946533203125,0,0,0,0,0,1,0,1,0,0 +8,1,0,0,1,0,1,6,29,179.72500610351562,187.57327270507812,5549,119.4375,1,0,2.079441547393799,0,5.191427707672119,3.367295742034912,5.2341694831848145,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,0,0,2,6,21,202.47500610351562,106.68229675292969,5604,134.22500610351562,1,0,1.0986123085021973,0,5.310616493225098,3.044522523880005,4.669855117797852,0,0,0,0,0,1,0,0,1,0 +11,1,0,1,1,0,2,6,30,193.375,372.8018798828125,5604,128.53750610351562,1,0,2.397895336151123,0,5.264631271362305,3.4011974334716797,5.921047210693359,0,0,0,0,0,1,0,0,1,0 +8,1,0,1,1,1,2,6,24,141.0500030517578,2419.6953125,5328,94.4124984741211,1,0,2.079441547393799,0,4.9491143226623535,3.178053855895996,7.7913970947265625,0,0,0,0,0,1,0,0,1,0 +7,1,0,1,0,0,1,6,40,179.72500610351562,371.6295471191406,5728,102.375,1,0,1.945910096168518,0,5.191427707672119,3.6888794898986816,5.917897701263428,0,0,0,0,0,1,0,1,0,0 +18,1,0,1,1,1,1,6,28,202.47500610351562,2675.263671875,5316,135.3625030517578,1,0,2.890371799468994,0,5.310616493225098,3.332204580307007,7.89180326461792,0,0,0,0,0,1,0,1,0,0 +4,1,0,1,1,0,1,6,23,152.4250030517578,101.99296569824219,5452,101.23750305175781,1,0,1.3862943649291992,0,5.026672840118408,3.1354942321777344,4.624903678894043,0,0,0,0,0,1,0,1,0,0 +6,1,0,1,0,0,1,6,21,138.77499389648438,348.1828918457031,5610,92.13749694824219,1,0,1.7917594909667969,0,4.932853698730469,3.044522523880005,5.852727890014648,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,1,0,1,6,25,227.5,159.43728637695312,5610,151.28750610351562,1,0,-1.3862943649291992,0,5.427150249481201,3.2188758850097656,5.071650505065918,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,0,0,1,6,19,189.96249389648438,256.74090576171875,5310,126.26249694824219,1,0,0,0,5.246826648712158,2.944438934326172,5.548067569732666,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,1,0,1,6,19,197.9250030517578,14.067995071411133,5352,131.9499969482422,1,0,-1.3862943649291992,0,5.287888050079346,2.944438934326172,2.64390230178833,0,0,0,0,0,1,0,1,0,0 +3,1,0,0,1,0,1,6,38,178.58749389648438,199.29660034179688,5610,119.4375,1,0,1.0986123085021973,0,5.1850786209106445,3.6375861167907715,5.294794082641602,0,0,0,0,0,1,0,1,0,0 +4,1,0,1,0,0,2,6,23,218.39999389648438,386.869873046875,5210,145.60000610351562,1,0,1.3862943649291992,0,5.386328220367432,3.1354942321777344,5.958088397979736,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,0,0,1,6,27,196.78750610351562,206.33059692382812,5640,131.9499969482422,1,0,1.0986123085021973,0,5.2821245193481445,3.295836925506592,5.329479694366455,0,0,0,0,0,1,0,1,0,0 +14,1,0,1,1,0,3,6,37,227.5,756.15472412109375,5552,151.28750610351562,1,0,2.6390573978424072,0,5.427150249481201,3.610917806625366,6.628245830535889,0,0,0,0,0,1,0,0,0,0 +7,1,0,1,0,0,1,6,30,188.8249969482422,45.720985412597656,5528,126.26249694824219,1,0,1.945910096168518,0,5.240820407867432,3.4011974334716797,3.8225574493408203,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,0,1,6,34,177.4499969482422,123.09495544433594,5610,118.30000305175781,1,0,1.0986123085021973,0,5.178689002990723,3.526360511779785,4.812955856323242,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,0,0,1,6,19,222.9499969482422,273.153564453125,5610,149.0124969482422,1,0,0,0,5.406947612762451,2.944438934326172,5.610033988952637,0,0,0,0,0,1,0,1,0,0 +10,1,0,1,1,0,1,6,59,220.6750030517578,298.94488525390625,5628,184.27499389648438,1,0,2.3025851249694824,0,5.396690845489502,4.077537536621094,5.700259208679199,0,0,0,0,0,1,0,1,0,0 +9,1,0,0,0,0,1,6,21,200.1999969482422,141.85227966308594,5549,133.08749389648438,1,0,2.1972246170043945,0,5.299316883087158,3.044522523880005,4.95478630065918,0,0,0,0,0,1,0,1,0,0 +4,1,0,0,1,0,1,6,21,197.9250030517578,343.4935607910156,5428,131.9499969482422,1,0,1.3862943649291992,0,5.287888050079346,3.044522523880005,5.839168548583984,0,0,0,0,0,1,0,1,0,0 +3,1,0,0,1,0,1,6,30,178.58749389648438,221.5709228515625,5540,178.58749389648438,1,0,1.0986123085021973,0,5.1850786209106445,3.4011974334716797,5.400742530822754,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,1,0,1,6,20,195.64999389648438,69.16764068603516,5352,130.8125,1,0,-1.3862943649291992,0,5.276327133178711,2.995732307434082,4.236533164978027,0,0,0,0,0,1,0,1,0,0 +7,1,0,1,0,1,1,6,18,152.4250030517578,685.81475830078125,5610,101.23750305175781,1,0,1.945910096168518,0,5.026672840118408,2.890371799468994,6.5306077003479,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,0,1,0,1,6,25,195.64999389648438,78.54631042480469,5310,130.8125,1,0,-1.3862943649291992,0,5.276327133178711,3.2188758850097656,4.3636884689331055,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,0,0,0,1,6,20,121.7125015258789,157.09262084960938,5649,80.76249694824219,1,0,-1.3862943649291992,0,4.801661491394043,2.995732307434082,5.056835651397705,0,0,0,0,0,1,0,1,0,0 +3,1,0,0,NA,0,1,6,26,159.25,148.8862762451172,5152,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,3.25809645652771,5.003182888031006,0,0,0,0,0,1,0,1,0,0 +13,1,0,0,1,0,1,6,35,228.6374969482422,621.33648681640625,5228,152.4250030517578,1,0,2.5649492740631104,0,5.432137966156006,3.5553481578826904,6.431872844696045,0,0,0,0,0,1,0,1,0,0 +4,1,0,0,0,0,1,6,57,193.375,269.6365661621094,5610,128.53750610351562,1,0,1.3862943649291992,0,5.264631271362305,4.043051242828369,5.59707498550415,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,0,0,1,6,33,197.9250030517578,105.50996398925781,5349,131.9499969482422,1,0,1.0986123085021973,0,5.287888050079346,3.4965076446533203,4.6588053703308105,0,0,0,0,0,1,0,1,0,0 +13,1,0,1,1,0,1,6,35,225.22500610351562,2294.255615234375,5702,225.22500610351562,1,0,2.5649492740631104,0,5.417099952697754,3.5553481578826904,7.738163948059082,0,0,0,0,0,1,0,1,0,0 +8,1,0,1,NA,0,1,6,18,227.5,944.90032958984375,5628,151.28750610351562,1,0,2.079441547393799,0,5.427150249481201,2.890371799468994,6.85107946395874,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,NA,0,NA,6,21,229.77499389648438,301.2895812988281,5440,153.5625,1,0,0.6931471824645996,0,5.437100410461426,3.044522523880005,5.708071708679199,0,0,0,0,0,1,0,NA,NA,0 +3,1,0,1,1,0,2,6,26,227.5,377.4912109375,5549,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,3.25809645652771,5.933547496795654,0,0,0,0,0,1,0,0,1,0 +1,1,0,1,0,0,2,6,25,238.875,103.16529846191406,5210,159.25,1,0,0,0,5.475940227508545,3.2188758850097656,4.6363325119018555,0,0,0,0,0,1,0,0,1,0 +7,1,0,1,1,0,2,6,64,159.25,216.881591796875,5610,105.7874984741211,1,0,1.945910096168518,0,5.070475101470947,4.158883094787598,5.379351615905762,0,0,0,0,0,1,0,0,1,0 +8,1,0,1,0,1,2,6,17,101.23750305175781,4171.16064453125,5628,68.25,1,0,2.079441547393799,0,4.617469310760498,2.8332133293151855,8.335949897766113,0,0,0,0,0,1,0,0,1,0 +6,1,0,1,1,1,2,6,27,212.71249389648438,1230.9495849609375,5252,142.1875,1,0,1.7917594909667969,0,5.359941482543945,3.295836925506592,7.115540981292725,0,0,0,0,0,1,0,0,1,0 +1,1,0,1,1,0,2,6,21,204.75,80.89097595214844,5004,136.5,1,0,0,0,5.321789741516113,3.044522523880005,4.393102169036865,0,0,0,0,0,1,0,0,1,0 +4,1,0,1,0,0,2,6,20,182,207.5029296875,5528,121.7125015258789,1,0,1.3862943649291992,0,5.204006671905518,2.995732307434082,5.335145473480225,0,0,0,0,0,1,0,0,1,0 +1,1,0,1,1,0,2,6,31,204.75,121.92262268066406,5449,19.337499618530273,1,0,0,0,5.321789741516113,3.4339871406555176,4.803386688232422,0,0,0,0,0,1,0,0,1,0 +182,1,0,1,1,1,2,6,43,126.26249694824219,27762.015625,5028,93.2750015258789,1,0,5.204006671905518,0,4.838363170623779,3.761200189590454,10.231424331665039,0,0,0,0,0,1,0,0,1,0 +5,1,0,1,0,0,2,6,20,182,227.43258666992188,5316,121.7125015258789,1,0,1.6094379425048828,0,5.204006671905518,2.995732307434082,5.426853656768799,0,0,0,0,0,1,0,0,1,0 +5,1,0,1,1,0,2,6,40,230.91250610351562,173.50527954101562,5549,154.6999969482422,1,0,1.6094379425048828,0,5.4420390129089355,3.6888794898986816,5.156208038330078,0,0,0,0,0,1,0,0,1,0 +4,1,0,1,1,1,2,6,22,213.85000610351562,805.39276123046875,5613,142.1875,1,0,1.3862943649291992,0,5.365274906158447,3.0910425186157227,6.6913299560546875,0,0,0,0,0,1,0,0,1,0 +4,1,0,1,1,0,2,6,32,159.25,151.23095703125,5340,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,3.465735912322998,5.018808364868164,0,0,0,0,0,1,0,0,1,0 +10,1,0,1,0,1,2,6,21,182,1616.6470947265625,5428,121.7125015258789,1,0,2.3025851249694824,0,5.204006671905518,3.044522523880005,7.3881096839904785,0,0,0,0,0,1,0,0,1,0 +1,1,0,1,0,0,2,6,17,96.6875,139.5076141357422,5728,64.8375015258789,1,0,0,0,4.571484088897705,2.8332133293151855,4.938119411468506,0,0,0,0,0,1,0,0,1,0 +7,1,0,1,1,0,2,6,20,227.5,132.47361755371094,5349,151.28750610351562,1,0,1.945910096168518,0,5.427150249481201,2.995732307434082,4.886383533477783,0,0,0,0,0,1,0,0,1,0 +33,1,0,1,1,1,2,6,36,178.58749389648438,2882.7666015625,5428,119.4375,1,0,3.4965076446533203,0,5.1850786209106445,3.5835189819335938,7.966505527496338,0,0,0,0,0,1,0,0,1,0 +1,1,0,1,0,0,2,6,20,121.7125015258789,75.02931213378906,5610,103.51249694824219,1,0,0,0,4.801661491394043,2.995732307434082,4.317878723144531,0,0,0,0,0,1,0,0,1,0 +8,1,0,1,1,1,2,6,27,227.5,869.87103271484375,5110,151.28750610351562,1,0,2.079441547393799,0,5.427150249481201,3.295836925506592,6.768344879150391,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,0,0,2,6,38,227.5,0,5352,142.1875,1,0,1.0986123085021973,0,5.427150249481201,3.6375861167907715,0,0,0,0,0,0,1,0,0,1,0 +18,1,0,1,1,1,2,6,25,199.0625,3003.51708984375,5352,133.08749389648438,1,0,2.890371799468994,0,5.293618679046631,3.2188758850097656,8.007538795471191,0,0,0,0,0,1,0,0,1,0 +6,1,0,1,1,0,2,6,25,182,396.24853515625,5046,121.7125015258789,1,0,1.7917594909667969,0,5.204006671905518,3.2188758850097656,5.982041835784912,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,0,0,2,6,19,227.5,0,5628,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,2.944438934326172,0,0,0,0,0,0,1,0,0,1,0 +1,1,0,1,1,0,2,6,26,229.77499389648438,94.95896911621094,5640,153.5625,1,0,0,0,5.437100410461426,3.25809645652771,4.553444862365723,0,0,0,0,0,1,0,0,1,0 +5,1,0,1,0,0,2,6,23,202.47500610351562,296.6002197265625,5728,135.3625030517578,1,0,1.6094379425048828,0,5.310616493225098,3.1354942321777344,5.692385196685791,0,0,0,0,0,1,0,0,1,0 +10,1,0,1,0,0,2,6,22,136.5,525.20513916015625,5349,136.5,1,0,2.3025851249694824,0,4.916324615478516,3.0910425186157227,6.26378870010376,0,0,0,0,0,1,0,0,1,0 +0.25,1,0,1,0,0,2,6,20,113.75,130.1289520263672,5240,76.2125015258789,1,0,-1.3862943649291992,0,4.734003067016602,2.995732307434082,4.868525981903076,0,0,0,0,0,1,0,0,1,0 +43,1,0,1,1,1,2,6,44,227.5,3290.738525390625,5043,151.28750610351562,1,0,3.761200189590454,0,5.427150249481201,3.7841897010803223,8.098867416381836,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,1,0,2,6,34,182,296.6002197265625,5110,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,3.526360511779785,5.692385196685791,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,1,0,2,6,30,227.5,222.74325561523438,5525,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,3.4011974334716797,5.406019687652588,0,0,0,0,0,1,0,0,1,0 +4,1,0,1,1,0,2,6,60,204.75,130.1289520263672,5549,136.5,1,0,1.3862943649291992,0,5.321789741516113,4.094344615936279,4.868525981903076,0,0,0,0,0,1,0,0,1,0 +2,1,0,1,1,0,2,6,20,170.625,89.09730529785156,5549,113.75,1,0,0.6931471824645996,0,5.139468193054199,2.995732307434082,4.489728927612305,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,1,0,2,6,25,182,70.33997344970703,5549,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,3.2188758850097656,4.253340244293213,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,1,0,2,6,52,228.6374969482422,182.88394165039062,5728,161.52499389648438,1,0,1.0986123085021973,0,5.432137966156006,3.9512436389923096,5.2088518142700195,0,0,0,0,0,1,0,0,1,0 +4,1,0,1,0,0,2,6,28,159.25,114.88862609863281,5728,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,3.332204580307007,4.743963241577148,0,0,0,0,0,1,0,0,1,0 +7,1,0,0,1,0,1,6,57,171.7624969482422,152.40328979492188,5652,114.88749694824219,1,0,1.945910096168518,0,5.14611291885376,4.043051242828369,5.0265302658081055,0,0,0,0,0,1,0,1,0,0 +9,1,0,1,1,1,3,6,25,159.25,5002.3447265625,5528,105.7874984741211,1,0,2.1972246170043945,0,5.070475101470947,3.2188758850097656,8.517662048339844,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,45,147.875,82.06330871582031,5649,98.9625015258789,1,0,0,0,4.996367454528809,3.8066625595092773,4.407491207122803,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,0,0,3,6,25,227.5,422.03985595703125,5549,151.28750610351562,1,0,1.7917594909667969,0,5.427150249481201,3.2188758850097656,6.04509973526001,0,0,0,0,0,1,0,0,0,0 +2,1,0,0,1,0,3,6,28,168.35000610351562,213.36459350585938,5710,112.61250305175781,1,0,0.6931471824645996,0,5.126045227050781,3.332204580307007,5.363002300262451,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,26,177.4499969482422,126.6119613647461,5610,118.30000305175781,1,0,0,0,5.178689002990723,3.25809645652771,4.841126918792725,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,23,177.4499969482422,111.37162780761719,5510,118.30000305175781,1,0,0,0,5.178689002990723,3.1354942321777344,4.712872505187988,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,1,0,3,6,27,209.3000030517578,166.47128295898438,5549,179.72500610351562,1,0,0.6931471824645996,0,5.34376859664917,3.295836925506592,5.114822864532471,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,22,177.4499969482422,222.74325561523438,5349,118.30000305175781,1,0,0,0,5.178689002990723,3.0910425186157227,5.406019687652588,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,36,230.91250610351562,15.240327835083008,5310,153.5625,1,0,0,0,5.4420390129089355,3.5835189819335938,2.723945140838623,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,1,0,3,6,50,227.5,25.791324615478516,5349,151.28750610351562,1,0,1.3862943649291992,0,5.427150249481201,3.9120230674743652,3.2500381469726562,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,1,0,3,6,62,199.0625,175.84994506835938,5310,133.08749389648438,1,0,0.6931471824645996,0,5.293618679046631,4.127134323120117,5.169631004333496,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,1,0,3,6,33,193.375,1371.6295166015625,5340,129.6750030517578,1,0,1.3862943649291992,0,5.264631271362305,3.4965076446533203,7.2237548828125,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,24,193.375,232.12191772460938,5728,128.53750610351562,1,0,0,0,5.264631271362305,3.178053855895996,5.447262763977051,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,0,0,3,6,23,216.125,420.8675231933594,5628,144.46249389648438,1,0,2.397895336151123,0,5.375856876373291,3.1354942321777344,6.042318344116211,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,1,3,6,28,242.28750610351562,3383.352783203125,5346,161.52499389648438,1,0,1.0986123085021973,0,5.4901251792907715,3.332204580307007,8.126622200012207,0,0,0,0,0,1,0,0,0,0 +33,1,0,1,1,1,3,6,38,236.60000610351562,2344.665771484375,5528,158.1125030517578,1,0,3.4965076446533203,0,5.466371059417725,3.6375861167907715,7.7598981857299805,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,1,0,3,6,29,159.25,443.141845703125,5528,105.7874984741211,1,0,1.7917594909667969,0,5.070475101470947,3.367295742034912,6.0938897132873535,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,0,3,6,24,153.5625,93.78663635253906,5549,143.3249969482422,1,0,1.0986123085021973,0,5.034107685089111,3.178053855895996,4.541022300720215,0,0,0,0,0,1,0,0,0,0 +10,1,0,1,1,0,2,6,25,182,84.40797424316406,5549,105.7874984741211,1,0,2.3025851249694824,0,5.204006671905518,3.2188758850097656,4.435661792755127,0,0,0,0,0,1,0,0,1,0 +4,1,0,1,1,0,2,6,22,193.375,162.95428466796875,5640,128.53750610351562,1,0,1.3862943649291992,0,5.264631271362305,3.0910425186157227,5.093469619750977,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,1,0,2,6,19,182,226.26025390625,5252,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,2.944438934326172,5.421685695648193,0,0,0,0,0,1,0,0,1,0 +6,1,0,1,1,0,3,6,32,152.4250030517578,405.627197265625,5352,101.23750305175781,1,0,1.7917594909667969,0,5.026672840118408,3.465735912322998,6.005434513092041,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,1,0,3,6,55,222.9499969482422,593.200439453125,5210,147.875,1,0,1.7917594909667969,0,5.406947612762451,4.007333278656006,6.385532379150391,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,3,6,24,211.5749969482422,247.36224365234375,5428,137.6374969482422,1,0,0.6931471824645996,0,5.354579448699951,3.178053855895996,5.5108537673950195,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,0,0,3,6,24,145.60000610351562,329.4255676269531,5549,96.6875,1,0,0,0,4.980863094329834,3.178053855895996,5.7973504066467285,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,0,3,6,21,170.625,316.5299072265625,5436,113.75,1,0,1.0986123085021973,0,5.139468193054199,3.044522523880005,5.757417678833008,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,0,3,6,19,142.1875,58.61664581298828,5349,95.55000305175781,1,0,1.0986123085021973,0,4.957146644592285,2.944438934326172,4.071018695831299,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,3,6,43,184.27499389648438,140.67994689941406,5549,122.8499984741211,1,0,0.6931471824645996,0,5.216429233551025,3.761200189590454,4.9464874267578125,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,22,163.8000030517578,232.12191772460938,5549,109.19999694824219,1,0,0,0,5.09864616394043,3.0910425186157227,5.447262763977051,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,30,191.10000610351562,119.57795715332031,5413,127.4000015258789,1,0,0,0,5.252796649932861,3.4011974334716797,4.783968448638916,0,0,0,0,0,1,0,0,0,0 +9,1,0,1,0,1,3,6,29,154.6999969482422,413.8335266113281,5310,103.51249694824219,1,0,2.1972246170043945,0,5.041487693786621,3.367295742034912,6.025463581085205,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,0,3,6,31,147.875,158.26495361328125,5728,98.9625015258789,1,0,1.0986123085021973,0,4.996367454528809,3.4339871406555176,5.064270496368408,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,0,0,3,6,18,141.0500030517578,525.20513916015625,5528,93.2750015258789,1,0,2.397895336151123,0,4.9491143226623535,2.890371799468994,6.26378870010376,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,3,6,29,193.375,596.71746826171875,5110,128.53750610351562,1,0,1.0986123085021973,0,5.264631271362305,3.367295742034912,6.391443729400635,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,57,85.3125,315.3575744628906,5152,56.875,1,0,0,0,4.4463210105896,4.043051242828369,5.753706932067871,0,0,0,0,0,1,0,0,0,0 +5,1,0,1,1,0,3,6,41,222.9499969482422,269.6365661621094,5613,149.0124969482422,1,0,1.6094379425048828,0,5.406947612762451,3.7135720252990723,5.59707498550415,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,1,0,3,6,28,187.6875,58.61664581298828,5352,125.125,1,0,1.0986123085021973,0,5.23477840423584,3.332204580307007,4.071018695831299,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,1,0,3,6,23,238.875,130.1289520263672,5440,159.25,1,0,2.079441547393799,0,5.475940227508545,3.1354942321777344,4.868525981903076,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,0,0,3,6,46,141.0500030517578,56.27198028564453,5549,94.4124984741211,1,0,0,0,4.9491143226623535,3.828641414642334,4.030196666717529,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,0,0,3,6,26,234.3249969482422,543.96246337890625,5310,155.83749389648438,1,0,1.7917594909667969,0,5.456708908081055,3.25809645652771,6.298880100250244,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,32,201.33749389648438,53.92731475830078,5352,134.22500610351562,1,0,0,0,5.304982662200928,3.465735912322998,3.9876370429992676,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,0,0,3,6,43,159.25,269.6365661621094,5710,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,3.761200189590454,5.59707498550415,0,0,0,0,0,1,0,0,0,0 +12,1,0,1,1,0,3,6,44,207.02499389648438,158.26495361328125,5440,137.6374969482422,1,0,2.4849066734313965,0,5.332839488983154,3.7841897010803223,5.064270496368408,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,NA,0,3,6,22,182,97.30363464355469,5452,120.57499694824219,1,0,0.6931471824645996,0,5.204006671905518,3.0910425186157227,4.577836513519287,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,0,1,0,3,6,45,123.98750305175781,50.410316467285156,5455,83.0374984741211,1,0,-1.3862943649291992,0,4.820180892944336,3.8066625595092773,3.9201958179473877,0,0,0,0,0,1,0,0,0,0 +15,1,0,0,0,0,3,6,40,180.8625030517578,996.48297119140625,5528,120.57499694824219,1,0,2.70805025100708,0,5.197737216949463,3.6888794898986816,6.904232025146484,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,1,0,3,6,41,114.88749694824219,249.7069091796875,5710,76.2125015258789,1,0,1.3862943649291992,0,4.743953227996826,3.7135720252990723,5.520287990570068,0,0,0,0,0,1,0,0,0,0 +5,1,0,0,0,1,3,6,29,222.9499969482422,2784.290771484375,5337,137.6374969482422,1,0,1.6094379425048828,0,5.406947612762451,3.367295742034912,7.931748390197754,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,0,1,3,6,18,111.4749984741211,1344.6658935546875,5034,73.9375,1,0,1.7917594909667969,0,4.713800430297852,2.890371799468994,7.2039008140563965,0,0,0,0,0,1,0,0,0,0 +19,1,0,0,1,0,3,6,57,154.6999969482422,498.2414855957031,5628,103.51249694824219,1,0,2.944438934326172,0,5.041487693786621,4.043051242828369,6.211084842681885,0,0,0,0,0,1,0,0,0,0 +33,1,0,1,NA,1,3,6,69,98.9625015258789,6352.8720703125,5128,65.9749984741211,1,0,3.4965076446533203,0,4.594740867614746,4.234106540679932,8.756662368774414,0,0,0,0,0,1,0,0,0,0 +94,1,0,0,0,1,3,6,53,216.125,4800.70361328125,5152,144.46249389648438,1,0,4.543294906616211,0,5.375856876373291,3.97029185295105,8.476517677307129,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,1,0,3,6,26,238.875,52.754981994628906,5549,159.25,1,0,0.6931471824645996,0,5.475940227508545,3.25809645652771,3.965658187866211,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,0,0,3,6,19,159.25,184.0562744140625,5649,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,2.944438934326172,5.215241432189941,0,0,0,0,0,1,0,0,0,0 +14,1,0,1,1,0,3,6,40,152.4250030517578,0,5049,101.23750305175781,1,0,2.6390573978424072,0,5.026672840118408,3.6888794898986816,0,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,44,227.5,114.88862609863281,5728,151.28750610351562,1,0,0,0,5.427150249481201,3.7841897010803223,4.743963241577148,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,3,6,14,119.4375,84.40797424316406,5740,79.625,1,0,0.6931471824645996,0,4.782793045043945,2.6390573978424072,4.435661792755127,0,0,0,0,0,1,0,0,0,0 +20,1,0,1,1,1,3,6,25,182,1335.2872314453125,5428,67.11250305175781,1,0,2.995732307434082,0,5.204006671905518,3.2188758850097656,7.196901798248291,0,0,0,0,0,1,0,0,0,0 +31,1,0,0,NA,1,3,6,47,185.41250610351562,3035.169921875,5528,123.98750305175781,1,0,3.4339871406555176,0,5.222583293914795,3.8501474857330322,8.018022537231445,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,0,1,2,6,22,238.875,5103.16552734375,5640,159.25,1,0,2.079441547393799,0,5.475940227508545,3.0910425186157227,8.537616729736328,0,0,0,0,0,1,0,0,1,0 +15,1,0,1,0,0,2,6,21,238.875,655.3341064453125,5316,159.25,1,0,2.70805025100708,0,5.475940227508545,3.044522523880005,6.485145092010498,0,0,0,0,0,1,0,0,1,0 +1,1,0,1,1,0,3,6,26,166.0749969482422,79.71864318847656,5310,110.3375015258789,1,0,0,0,5.1124396324157715,3.25809645652771,4.378503322601318,0,0,0,0,0,1,0,0,0,0 +26,1,0,1,1,1,3,6,24,241.14999389648438,30662.3671875,5602,161.52499389648438,1,0,3.25809645652771,0,5.485419273376465,3.178053855895996,10.330791473388672,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,0,0,3,6,48,182,167.64361572265625,5628,121.7125015258789,1,0,1.7917594909667969,0,5.204006671905518,3.8712010383605957,5.121840476989746,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,3,6,21,147.875,71.5123062133789,5549,98.9625015258789,1,0,1.0986123085021973,0,4.996367454528809,3.044522523880005,4.269869327545166,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,1,0,3,6,49,204.75,100.82063293457031,5252,136.5,1,0,0.6931471824645996,0,5.321789741516113,3.891820192337036,4.613343238830566,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,0,1,3,6,22,200.1999969482422,1871.0433349609375,5343,133.08749389648438,1,0,2.397895336151123,0,5.299316883087158,3.0910425186157227,7.534251689910889,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,1,0,3,6,26,186.5500030517578,538.100830078125,5404,123.98750305175781,1,0,1.3862943649291992,0,5.228699207305908,3.25809645652771,6.288045883178711,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,32,194.5124969482422,0,5404,129.6750030517578,1,0,0,0,5.270496368408203,3.465735912322998,0,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,77,218.39999389648438,98.47596740722656,5110,145.60000610351562,1,0,0,0,5.386328220367432,4.343805313110352,4.589812755584717,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,1,0,3,6,30,199.0625,133.6459503173828,5449,133.08749389648438,1,0,0.6931471824645996,0,5.293618679046631,3.4011974334716797,4.895194053649902,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,0,0,3,6,21,159.25,116.06095886230469,5649,105.7874984741211,1,0,0,0,5.070475101470947,3.044522523880005,4.754115581512451,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,0,0,3,6,17,152.4250030517578,126.6119613647461,5316,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,2.8332133293151855,4.841126918792725,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,1,0,3,6,28,170.625,269.6365661621094,5549,113.75,1,0,2.079441547393799,0,5.139468193054199,3.332204580307007,5.59707498550415,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,0,3,6,42,227.5,0,5728,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,3.7376697063446045,0,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,1,0,3,6,59,185.41250610351562,232.12191772460938,5510,123.98750305175781,1,0,2.079441547393799,0,5.222583293914795,4.077537536621094,5.447262763977051,0,0,0,0,0,1,0,0,0,0 +16,1,0,1,0,0,3,6,53,220.6750030517578,206.33059692382812,5628,146.7375030517578,1,0,2.7725887298583984,0,5.396690845489502,3.97029185295105,5.329479694366455,0,0,0,0,0,1,0,0,0,0 +6,1,0,NA,1,0,3,6,24,214.9875030517578,58.61664581298828,5549,143.3249969482422,1,0,1.7917594909667969,0,5.370579719543457,3.178053855895996,4.071018695831299,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,3,6,32,227.5,259.0855712890625,5628,151.28750610351562,1,0,1.0986123085021973,0,5.427150249481201,3.465735912322998,5.557158470153809,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,0,0,3,6,18,85.3125,97.30363464355469,5440,56.875,1,0,-1.3862943649291992,0,4.4463210105896,2.890371799468994,4.577836513519287,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,1,0,3,6,38,238.875,437.2801818847656,5310,121.7125015258789,1,0,1.7917594909667969,0,5.475940227508545,3.6375861167907715,6.080574035644531,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,1,3,6,55,227.5,1577.9600830078125,5352,149.0124969482422,1,0,1.0986123085021973,0,5.427150249481201,4.007333278656006,7.363888263702393,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,20,141.0500030517578,171.16061401367188,5549,93.2750015258789,1,0,0,0,4.9491143226623535,2.995732307434082,5.142602443695068,0,0,0,0,0,1,0,0,0,0 +7,1,0,1,0,0,3,6,20,222.9499969482422,0,5628,149.0124969482422,1,0,1.945910096168518,0,5.406947612762451,2.995732307434082,0,0,0,0,0,0,1,0,0,0,0 +5,1,0,1,1,0,3,6,52,152.4250030517578,221.5709228515625,5440,101.23750305175781,1,0,1.6094379425048828,0,5.026672840118408,3.9512436389923096,5.400742530822754,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,1,0,3,6,27,227.5,0,5549,151.28750610351562,1,0,2.079441547393799,0,5.427150249481201,3.295836925506592,0,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,0,1,3,6,17,175.1750030517578,1415.005859375,5628,117.1624984741211,1,0,2.397895336151123,0,5.165785312652588,2.8332133293151855,7.254889011383057,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,1,0,3,6,44,229.77499389648438,276.6705627441406,5455,153.5625,1,0,1.3862943649291992,0,5.437100410461426,3.7841897010803223,5.622827529907227,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,3,6,21,141.0500030517578,155.9202880859375,5643,94.4124984741211,1,0,0.6931471824645996,0,4.9491143226623535,3.044522523880005,5.049345016479492,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,0,1,3,6,19,184.27499389648438,409.1441955566406,5628,122.8499984741211,1,0,1.7917594909667969,0,5.216429233551025,2.944438934326172,6.014067649841309,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,1,0,3,6,23,236.60000610351562,384.52520751953125,5249,158.1125030517578,1,0,2.079441547393799,0,5.466371059417725,3.1354942321777344,5.952009201049805,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,0,1,3,6,20,182,3004.689453125,5316,120.57499694824219,1,0,1.0986123085021973,0,5.204006671905518,2.995732307434082,8.007929801940918,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,1,0,3,6,23,214.9875030517578,268.4642333984375,5110,20.475000381469727,1,0,-1.3862943649291992,0,5.370579719543457,3.1354942321777344,5.59271764755249,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,3,6,26,156.97500610351562,130.1289520263672,5310,104.6500015258789,1,0,0.6931471824645996,0,5.056086540222168,3.25809645652771,4.868525981903076,0,0,0,0,0,1,0,0,0,0 +20,1,0,1,1,1,3,6,26,170.625,1506.4478759765625,5352,113.75,1,0,2.995732307434082,0,5.139468193054199,3.25809645652771,7.317509651184082,0,0,0,0,0,1,0,0,0,0 +12,1,0,1,0,0,3,6,22,193.375,445.48651123046875,5528,128.53750610351562,1,0,2.4849066734313965,0,5.264631271362305,3.0910425186157227,6.0991668701171875,0,0,0,0,0,1,0,0,0,0 +5,1,0,1,1,0,3,6,48,170.625,365.76788330078125,5428,113.75,1,0,1.6094379425048828,0,5.139468193054199,3.8712010383605957,5.901998996734619,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,3,6,22,222.9499969482422,124.26728820800781,5728,149.0124969482422,1,0,0.6931471824645996,0,5.406947612762451,3.0910425186157227,4.822434902191162,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,24,227.5,135.99061584472656,5604,151.28750610351562,1,0,0,0,5.427150249481201,3.178053855895996,4.912585735321045,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,1,0,3,6,31,196.78750610351562,230.9495849609375,5628,130.8125,1,0,1.3862943649291992,0,5.2821245193481445,3.4339871406555176,5.442199230194092,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,0,0,3,6,26,228.6374969482422,199.29660034179688,5210,152.4250030517578,1,0,0,0,5.432137966156006,3.25809645652771,5.294794082641602,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,0,0,3,6,30,187.6875,245.017578125,5628,125.125,1,0,1.3862943649291992,0,5.23477840423584,3.4011974334716797,5.5013298988342285,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,34,182,391.5592041015625,5149,121.7125015258789,1,0,0,0,5.204006671905518,3.526360511779785,5.970136642456055,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,3,6,30,141.0500030517578,157.09262084960938,5552,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,3.4011974334716797,5.056835651397705,0,0,0,0,0,1,0,0,0,0 +18,1,0,1,1,0,3,6,50,155.83749389648438,604.923828125,5228,103.51249694824219,1,0,2.890371799468994,0,5.048813819885254,3.9120230674743652,6.405102729797363,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,1,0,3,6,46,149.0124969482422,83.23564147949219,5604,98.9625015258789,1,0,-1.3862943649291992,0,5.004030227661133,3.828641414642334,4.421675682067871,0,0,0,0,0,1,0,0,0,0 +11,1,0,0,1,1,3,6,23,141.0500030517578,2522.860595703125,5549,94.4124984741211,1,0,2.397895336151123,0,4.9491143226623535,3.1354942321777344,7.83314847946167,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,1,0,3,6,18,141.0500030517578,79.71864318847656,5352,94.4124984741211,1,0,1.0986123085021973,0,4.9491143226623535,2.890371799468994,4.378503322601318,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,39,159.25,78.54631042480469,5549,105.7874984741211,1,0,0,0,5.070475101470947,3.6635615825653076,4.3636884689331055,0,0,0,0,0,1,0,0,0,0 +2,1,0,0,NA,0,3,6,54,152.4250030517578,130.1289520263672,5310,101.23750305175781,1,0,0.6931471824645996,0,5.026672840118408,3.9889841079711914,4.868525981903076,0,0,0,0,0,1,0,0,0,0 +17,1,0,0,1,1,3,6,45,147.875,2989.448974609375,5310,98.9625015258789,1,0,2.8332133293151855,0,4.996367454528809,3.8066625595092773,8.00284481048584,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,0,1,0,3,6,27,141.0500030517578,103.16529846191406,5137,93.2750015258789,1,0,-1.3862943649291992,0,4.9491143226623535,3.295836925506592,4.6363325119018555,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,1,1,3,6,35,241.14999389648438,337.63189697265625,5628,160.3874969482422,1,0,1.3862943649291992,0,5.485419273376465,3.5553481578826904,5.821956157684326,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,0,1,0,3,6,41,185.41250610351562,124.26728820800781,5307,121.7125015258789,1,0,-1.3862943649291992,0,5.222583293914795,3.7135720252990723,4.822434902191162,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,1,0,3,6,54,236.60000610351562,316.5299072265625,5328,156.97500610351562,1,0,1.3862943649291992,0,5.466371059417725,3.9889841079711914,5.757417678833008,0,0,0,0,0,1,0,0,0,0 +5,1,0,0,0,0,3,6,57,163.8000030517578,365.76788330078125,5628,109.19999694824219,1,0,1.6094379425048828,0,5.09864616394043,4.043051242828369,5.901998996734619,0,0,0,0,0,1,0,0,0,0 +6,1,0,0,1,0,3,6,36,217.2624969482422,221.5709228515625,5352,145.60000610351562,1,0,1.7917594909667969,0,5.381106376647949,3.5835189819335938,5.400742530822754,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,1,0,3,6,51,175.1750030517578,220.39859008789062,5216,116.0250015258789,1,0,-1.3862943649291992,0,5.165785312652588,3.931825637817383,5.395437717437744,0,0,0,0,0,1,0,0,0,0 +6,1,0,0,1,0,3,6,41,162.66250610351562,209.84759521484375,5549,108.0625,1,0,1.7917594909667969,0,5.091677665710449,3.7135720252990723,5.346381664276123,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,0,0,3,6,24,199.0625,652.98944091796875,5652,133.08749389648438,1,0,0,0,5.293618679046631,3.178053855895996,6.481561183929443,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,0,0,0,3,6,57,164.9375,92.61430358886719,5740,110.3375015258789,1,0,-1.3862943649291992,0,5.105566501617432,4.043051242828369,4.528443813323975,0,0,0,0,0,1,0,0,0,0 +7,1,0,0,0,0,3,6,20,138.77499389648438,212.1922607421875,5152,92.13749694824219,1,0,1.945910096168518,0,4.932853698730469,2.995732307434082,5.357492923736572,0,0,0,0,0,1,0,0,0,0 +83,1,0,NA,NA,0,3,6,41,143.3249969482422,0,5328,95.55000305175781,1,0,4.418840408325195,0,4.965114593505859,3.7135720252990723,0,0,0,0,0,0,1,0,0,0,0 +9,1,0,0,1,1,3,6,58,128.53750610351562,3291.910888671875,5528,91,1,0,2.1972246170043945,0,4.856220722198486,4.060442924499512,8.099223136901855,0,0,0,0,0,1,0,0,0,0 +9,1,0,1,1,1,3,6,37,199.0625,907.38568115234375,5528,131.9499969482422,1,0,2.1972246170043945,0,5.293618679046631,3.610917806625366,6.810567378997803,0,0,0,0,0,1,0,0,0,0 +5,1,0,0,1,1,3,6,56,147.875,2813.59912109375,5349,97.82499694824219,1,0,1.6094379425048828,0,4.996367454528809,4.025351524353027,7.9422197341918945,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,0,0,3,6,19,191.10000610351562,208.67526245117188,5643,127.4000015258789,1,0,-1.3862943649291992,0,5.252796649932861,2.944438934326172,5.3407793045043945,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,1,0,3,6,29,185.41250610351562,0,5604,122.8499984741211,1,0,1.3862943649291992,0,5.222583293914795,3.367295742034912,0,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,0,3,6,30,204.75,464.24383544921875,5710,136.5,1,0,1.0986123085021973,0,5.321789741516113,3.4011974334716797,6.14040994644165,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,3,6,25,182,232.12191772460938,5610,121.7125015258789,1,0,1.0986123085021973,0,5.204006671905518,3.2188758850097656,5.447262763977051,0,0,0,0,0,1,0,0,0,0 +10,1,0,1,1,0,3,6,53,204.75,0,5034,136.5,1,0,2.3025851249694824,0,5.321789741516113,3.97029185295105,0,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,1,0,3,6,41,143.3249969482422,105.50996398925781,5404,95.55000305175781,1,0,1.0986123085021973,0,4.965114593505859,3.7135720252990723,4.6588053703308105,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,NA,0,3,6,41,166.0749969482422,127.78429412841797,5552,63.70000076293945,1,0,0,0,5.1124396324157715,3.7135720252990723,4.850343704223633,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,0,0,3,6,56,210.4375,267.2919006347656,5446,139.91250610351562,1,0,1.0986123085021973,0,5.349188804626465,4.025351524353027,5.588341236114502,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,1,0,3,6,32,81.9000015258789,449.0035095214844,5352,54.599998474121094,1,0,1.0986123085021973,0,4.40549898147583,3.465735912322998,6.107030868530273,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,1,0,3,6,60,179.72500610351562,22.27432632446289,5552,119.4375,1,0,-1.3862943649291992,0,5.191427707672119,4.094344615936279,3.1034348011016846,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,45,168.35000610351562,100.82063293457031,5610,112.61250305175781,1,0,0,0,5.126045227050781,3.8066625595092773,4.613343238830566,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,48,141.0500030517578,78.54631042480469,5549,94.4124984741211,1,0,0,0,4.9491143226623535,3.8712010383605957,4.3636884689331055,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,NA,1,3,6,39,152.4250030517578,1580.3048095703125,5604,101.23750305175781,1,0,1.3862943649291992,0,5.026672840118408,3.6635615825653076,7.365373134613037,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,0,0,3,6,49,177.4499969482422,28.135990142822266,5352,118.30000305175781,1,0,0,0,5.178689002990723,3.891820192337036,3.3370494842529297,0,0,0,0,0,1,0,0,0,0 +5,1,0,1,0,0,3,6,18,141.0500030517578,604.923828125,5628,94.4124984741211,1,0,1.6094379425048828,0,4.9491143226623535,2.890371799468994,6.405102729797363,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,3,6,20,159.25,214.53692626953125,5352,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,2.995732307434082,5.368481636047363,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,1,0,3,6,34,182,322.3915710449219,5028,120.57499694824219,1,0,1.3862943649291992,0,5.204006671905518,3.526360511779785,5.775766849517822,0,0,0,0,0,1,0,0,0,0 +9,1,0,1,1,1,3,6,26,159.25,2018.75732421875,5528,106.92500305175781,1,0,2.1972246170043945,0,5.070475101470947,3.25809645652771,7.6102375984191895,0,0,0,0,0,1,0,0,0,0 +12,1,0,0,0,1,3,6,42,170.625,960.14068603515625,5328,94.4124984741211,1,0,2.4849066734313965,0,5.139468193054199,3.7376697063446045,6.867079734802246,0,0,0,0,0,1,0,0,0,0 +140,1,0,0,1,1,3,6,66,170.625,5067.9951171875,5110,83.0374984741211,1,0,4.9416422843933105,0,5.139468193054199,4.18965482711792,8.53070068359375,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,30,114.88749694824219,72.68463897705078,5004,92.13749694824219,1,0,0,0,4.743953227996826,3.4011974334716797,4.286129951477051,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,0,0,3,6,51,159.25,205.15826416015625,5628,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,3.931825637817383,5.323781490325928,0,0,0,0,0,1,0,0,0,0 +5,1,0,0,1,0,3,6,57,127.4000015258789,264.9472351074219,5628,85.3125,1,0,1.6094379425048828,0,4.847331523895264,4.043051242828369,5.579530715942383,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,21,242.28750610351562,125.43962860107422,5549,161.52499389648438,1,0,0,0,5.4901251792907715,3.044522523880005,4.831824779510498,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,0,0,3,6,16,175.1750030517578,35.169986724853516,5310,116.0250015258789,1,0,-1.3862943649291992,0,5.165785312652588,2.7725887298583984,3.5601930618286133,0,0,0,0,0,1,0,0,0,0 +15,1,0,0,0,0,3,6,28,152.4250030517578,978.89801025390625,5310,101.23750305175781,1,0,2.70805025100708,0,5.026672840118408,3.332204580307007,6.886427402496338,0,0,0,0,0,1,0,0,0,0 +6,1,0,0,1,1,3,6,22,193.375,3173.50537109375,5604,128.53750610351562,1,0,1.7917594909667969,0,5.264631271362305,3.0910425186157227,8.062592506408691,0,0,0,0,0,1,0,0,0,0 +6,1,0,0,1,1,3,6,42,125.125,225.08792114257812,5316,83.0374984741211,1,0,1.7917594909667969,0,4.829313278198242,3.7376697063446045,5.4164910316467285,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,0,3,6,18,159.25,193.4349365234375,5004,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,2.890371799468994,5.264941215515137,0,0,0,0,0,1,0,0,0,0 +9,1,0,0,1,0,3,6,34,145.60000610351562,631.887451171875,5328,96.6875,1,0,2.1972246170043945,0,4.980863094329834,3.526360511779785,6.448711395263672,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,20,100.0999984741211,723.32940673828125,5110,65.9749984741211,1,0,0,0,4.606169700622559,2.995732307434082,6.583864688873291,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,37,116.0250015258789,75.02931213378906,5349,77.3499984741211,1,0,0,0,4.753805637359619,3.610917806625366,4.317878723144531,0,0,0,0,0,1,0,0,0,0 +2,1,0,0,1,0,3,6,44,143.3249969482422,429.0738525390625,5340,95.55000305175781,1,0,0.6931471824645996,0,4.965114593505859,3.7841897010803223,6.061628818511963,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,1,0,3,6,25,159.25,291.910888671875,5349,105.7874984741211,1,0,1.0986123085021973,0,5.070475101470947,3.2188758850097656,5.676448345184326,0,0,0,0,0,1,0,0,0,0 +5,1,0,1,0,1,3,6,17,111.4749984741211,3772.5673828125,5316,73.9375,1,0,1.6094379425048828,0,4.713800430297852,2.8332133293151855,8.23551082611084,0,0,0,0,0,1,0,0,0,0 +12,1,0,1,0,1,3,6,18,93.2750015258789,935.52166748046875,5349,61.42499923706055,1,0,2.4849066734313965,0,4.535552024841309,2.890371799468994,6.841104507446289,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,1,0,3,6,30,106.92500305175781,159.43728637695312,5352,70.5250015258789,1,0,1.0986123085021973,0,4.672127723693848,3.4011974334716797,5.071650505065918,0,0,0,0,0,1,0,0,0,0 +13,1,0,1,0,0,3,6,19,216.125,38980.0703125,5452,158.1125030517578,1,0,2.5649492740631104,0,5.375856876373291,2.944438934326172,10.570805549621582,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,NA,0,3,6,57,170.625,130.1289520263672,5440,113.75,1,0,1.0986123085021973,0,5.139468193054199,4.043051242828369,4.868525981903076,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,1,0,3,6,38,174.03750610351562,38.686988830566406,5728,116.0250015258789,1,0,1.3862943649291992,0,5.159270763397217,3.6375861167907715,3.655503273010254,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,0,0,3,6,20,152.4250030517578,158.26495361328125,5440,95.55000305175781,1,0,0,0,5.026672840118408,2.995732307434082,5.064270496368408,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,0,0,3,6,34,186.5500030517578,323.56390380859375,5549,106.92500305175781,1,0,0,0,5.228699207305908,3.526360511779785,5.7793965339660645,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,1,0,3,6,33,129.6750030517578,111.37162780761719,5549,81.9000015258789,1,0,1.0986123085021973,0,4.8650312423706055,3.4965076446533203,4.712872505187988,0,0,0,0,0,1,0,0,0,0 +10,1,0,0,0,1,3,6,59,126.26249694824219,783.118408203125,5528,84.17500305175781,1,0,2.3025851249694824,0,4.838363170623779,4.077537536621094,6.663283824920654,0,0,0,0,0,1,0,0,0,0 +12,1,0,0,0,0,3,6,62,135.3625030517578,338.8042297363281,5528,89.86250305175781,1,0,2.4849066734313965,0,4.907956600189209,4.127134323120117,5.825422286987305,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,1,0,3,6,80,97.82499694824219,196.95193481445312,5352,65.9749984741211,1,0,1.3862943649291992,0,4.583179950714111,4.382026672363281,5.282959938049316,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,52,176.3125,73.85697174072266,5510,117.1624984741211,1,0,0,0,5.172257900238037,3.9512436389923096,4.302130222320557,0,0,0,0,0,1,0,0,0,0 +2,1,0,0,1,0,3,6,50,122.8499984741211,0,5610,81.9000015258789,1,0,0.6931471824645996,0,4.810964107513428,3.9120230674743652,0,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,0,0,3,6,14,102.375,165.2989501953125,5549,68.25,1,0,1.0986123085021973,0,4.628642559051514,2.6390573978424072,5.107755661010742,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,25,172.89999389648438,275.49822998046875,5352,114.88749694824219,1,0,0,0,5.152713298797607,3.2188758850097656,5.618581295013428,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,0,0,3,6,24,159.25,397.4208679199219,5646,105.7874984741211,1,0,1.3862943649291992,0,5.070475101470947,3.178053855895996,5.9849958419799805,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,1,0,3,6,26,220.6750030517578,66.8229751586914,5349,146.7375030517578,1,0,-1.3862943649291992,0,5.396690845489502,3.25809645652771,4.202046871185303,0,0,0,0,0,1,0,0,0,0 +10,1,0,1,0,0,3,6,22,218.39999389648438,329.4255676269531,5349,145.60000610351562,1,0,2.3025851249694824,0,5.386328220367432,3.0910425186157227,5.7973504066467285,0,0,0,0,0,1,0,0,0,0 +2,1,0,0,1,0,3,6,56,114.88749694824219,67.99530792236328,5010,76.2125015258789,1,0,0.6931471824645996,0,4.743953227996826,4.025351524353027,4.219438552856445,0,0,0,0,0,1,0,0,0,0 +9,1,0,1,0,1,1,6,42,170.625,1558.030517578125,5352,129.6750030517578,1,0,2.1972246170043945,0,5.139468193054199,3.7376697063446045,7.35117769241333,0,0,0,0,0,1,0,1,0,0 +4,1,0,0,0,0,3,6,63,91,259.0855712890625,5446,63.70000076293945,1,0,1.3862943649291992,0,4.510859489440918,4.143134593963623,5.557158470153809,0,0,0,0,0,1,0,0,0,0 +11,1,0,0,0,0,3,6,23,170.625,288.3938903808594,5628,113.75,1,0,2.397895336151123,0,5.139468193054199,3.1354942321777344,5.664327144622803,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,1,1,3,6,41,153.5625,862.8370361328125,5443,72.80000305175781,1,0,-1.3862943649291992,0,5.034107685089111,3.7135720252990723,6.760225772857666,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,1,1,3,8,61,127.4000015258789,6160.609375,9025,85.3125,1,0,2.397895336151123,0,4.847331523895264,4.110873699188232,8.725931167602539,0,0,0,0,0,0,0,0,0,0 +4,1,0,0,1,0,3,8,43,238.875,158.26495361328125,9010,159.25,1,0,1.3862943649291992,0,5.475940227508545,3.761200189590454,5.064270496368408,0,0,0,0,0,0,0,0,0,0 +1,1,0,1,1,1,3,8,22,96.6875,1794.8416748046875,9052,64.8375015258789,1,0,0,0,4.571484088897705,3.0910425186157227,7.492671966552734,0,0,0,0,0,0,0,0,0,0 +3,1,0,1,NA,0,1,8,25,156.97500610351562,119.57795715332031,9004,104.6500015258789,1,0,1.0986123085021973,0,5.056086540222168,3.2188758850097656,4.783968448638916,0,0,0,0,0,0,0,1,0,0 +13,1,0,1,0,1,1,8,26,159.25,896.834716796875,9028,105.7874984741211,1,0,2.5649492740631104,0,5.070475101470947,3.25809645652771,6.7988715171813965,0,0,0,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,8,38,163.8000030517578,92.61430358886719,9052,109.19999694824219,1,0,1.0986123085021973,0,5.09864616394043,3.6375861167907715,4.528443813323975,0,0,0,0,0,0,0,1,0,0 +3,1,0,0,1,1,1,8,58,229.77499389648438,1866.35400390625,9010,153.5625,1,0,1.0986123085021973,0,5.437100410461426,4.060442924499512,7.531742095947266,0,0,0,0,0,0,0,1,0,0 +11,1,0,0,0,1,1,8,57,205.8874969482422,290.7385559082031,9049,142.1875,1,0,2.397895336151123,0,5.327330112457275,4.043051242828369,5.67242431640625,0,0,0,0,0,0,0,1,0,0 +16,1,0,1,0,1,1,8,19,170.625,2031.6529541015625,9028,113.75,1,0,2.7725887298583984,0,5.139468193054199,2.944438934326172,7.616604804992676,0,0,0,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,8,21,194.5124969482422,0,9052,129.6750030517578,1,0,1.0986123085021973,0,5.270496368408203,3.044522523880005,0,0,0,0,0,0,0,0,1,0,0 +1,1,0,0,1,0,1,8,30,194.5124969482422,270.80889892578125,9052,129.6750030517578,1,0,0,0,5.270496368408203,3.4011974334716797,5.601413249969482,0,0,0,0,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,8,20,184.27499389648438,211.01992797851562,9010,122.8499984741211,1,0,-1.3862943649291992,0,5.216429233551025,2.995732307434082,5.35195255279541,0,0,0,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,8,19,152.4250030517578,128.9566192626953,9010,101.23750305175781,1,0,0,0,5.026672840118408,2.944438934326172,4.859476089477539,0,0,0,0,0,0,0,1,0,0 +6,1,0,1,1,1,2,8,30,221.8125,1636.5767822265625,9010,139.91250610351562,1,0,1.7917594909667969,0,5.401832580566406,3.4011974334716797,7.400362014770508,0,0,0,0,0,0,0,0,1,0 +0.25,1,0,1,0,1,2,8,28,204.75,2968.346923828125,9019,136.5,1,0,-1.3862943649291992,0,5.321789741516113,3.332204580307007,7.995760440826416,0,0,0,0,0,0,0,0,1,0 +5,1,0,1,0,0,2,8,19,227.5,426.72918701171875,9004,151.28750610351562,1,0,1.6094379425048828,0,5.427150249481201,2.944438934326172,6.056149482727051,0,0,0,0,0,0,0,0,1,0 +1,1,0,1,1,0,2,8,29,227.5,534.58380126953125,9004,151.28750610351562,1,0,0,0,5.427150249481201,3.367295742034912,6.281488418579102,0,0,0,0,0,0,0,0,1,0 +4,1,0,1,1,1,3,8,34,227.5,1014.0679931640625,9010,151.28750610351562,1,0,1.3862943649291992,0,5.427150249481201,3.526360511779785,6.921725273132324,0,0,0,0,0,0,0,0,0,0 +4,1,0,1,1,0,3,8,35,241.14999389648438,0,9010,161.52499389648438,1,0,1.3862943649291992,0,5.485419273376465,3.5553481578826904,0,0,0,0,0,0,0,0,0,0,0 +19,1,0,0,1,1,3,8,20,204.75,2861.664794921875,9052,136.5,1,0,2.944438934326172,0,5.321789741516113,2.995732307434082,7.959158897399902,0,0,0,0,0,0,0,0,0,0 +11,1,0,1,1,1,3,8,35,152.4250030517578,674.0914306640625,9004,101.23750305175781,1,0,2.397895336151123,0,5.026672840118408,3.5553481578826904,6.513365745544434,0,0,0,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,8,49,168.35000610351562,650.644775390625,9052,167.21249389648438,1,0,1.3862943649291992,0,5.126045227050781,3.891820192337036,6.477963924407959,0,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,1,1,3,8,23,170.625,2852.2861328125,9040,113.75,1,0,-1.3862943649291992,0,5.139468193054199,3.1354942321777344,7.955875873565674,0,0,0,0,0,0,0,0,0,0 +15,1,0,1,0,1,3,8,27,121.7125015258789,1364.5955810546875,9040,52.32500076293945,1,0,2.70805025100708,0,4.801661491394043,3.295836925506592,7.218613147735596,0,0,0,0,0,0,0,0,0,0 +12,1,0,1,1,1,3,8,22,227.5,7880.421875,9040,151.28750610351562,1,0,2.4849066734313965,0,5.427150249481201,3.0910425186157227,8.972136497497559,0,0,0,0,0,0,0,0,0,0 +8,1,0,1,1,1,3,8,23,162.66250610351562,515.82647705078125,9028,108.0625,1,0,2.079441547393799,0,5.091677665710449,3.1354942321777344,6.245770454406738,0,0,0,0,0,0,0,0,0,0 +5,1,0,1,1,0,3,8,57,217.2624969482422,1121.922607421875,9040,145.60000610351562,1,0,1.6094379425048828,0,5.381106376647949,4.043051242828369,7.022799015045166,0,0,0,0,0,0,0,0,0,0 +32,1,0,1,1,1,3,8,26,204.75,1167.6435546875,9010,136.5,1,0,3.465735912322998,0,5.321789741516113,3.25809645652771,7.062742710113525,0,0,0,0,0,0,0,0,0,0 +0.25,1,0,0,1,1,3,8,57,197.9250030517578,1347.010498046875,9019,131.9499969482422,1,0,-1.3862943649291992,0,5.287888050079346,4.043051242828369,7.205643177032471,0,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,1,1,3,8,50,113.75,1499.413818359375,9028,76.2125015258789,1,0,-1.3862943649291992,0,4.734003067016602,3.9120230674743652,7.312829494476318,0,0,0,0,0,0,0,0,0,0 +2,1,0,0,0,1,3,8,55,179.72500610351562,2441.969482421875,9010,119.4375,1,0,0.6931471824645996,0,5.191427707672119,4.007333278656006,7.800559997558594,0,0,0,0,0,0,0,0,0,0 +5,1,0,0,0,1,3,8,19,194.5124969482422,1629.5428466796875,9010,129.6750030517578,1,0,1.6094379425048828,0,5.270496368408203,2.944438934326172,7.396054744720459,0,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,8,34,141.0500030517578,298.94488525390625,9032,94.4124984741211,1,0,-1.3862943649291992,0,4.9491143226623535,3.526360511779785,5.700259208679199,0,0,0,0,0,0,0,0,0,0 +39,1,0,0,1,1,3,8,49,179.72500610351562,13126.6123046875,9010,119.4375,1,0,3.6635615825653076,0,5.191427707672119,3.891820192337036,9.482397079467773,0,0,0,0,0,0,0,0,0,0 +5,1,0,0,NA,0,3,8,55,193.375,267.2919006347656,9010,128.53750610351562,1,0,1.6094379425048828,0,5.264631271362305,4.007333278656006,5.588341236114502,0,0,0,0,0,0,0,0,0,0 +1,1,0,0,1,0,3,8,39,182,207.5029296875,9049,121.7125015258789,1,0,0,0,5.204006671905518,3.6635615825653076,5.335145473480225,0,0,0,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,8,43,188.8249969482422,262.6025695800781,9049,126.26249694824219,1,0,1.0986123085021973,0,5.240820407867432,3.761200189590454,5.57064151763916,0,0,0,0,0,0,0,0,0,0 +21,1,0,1,1,0,3,8,48,170.625,1769.0504150390625,9049,113.75,1,0,3.044522523880005,0,5.139468193054199,3.8712010383605957,7.478198051452637,0,0,0,0,0,0,0,0,0,0 +0.25,1,0,0,1,0,3,8,51,120.57499694824219,157.09262084960938,9010,80.76249694824219,1,0,-1.3862943649291992,0,4.792272090911865,3.931825637817383,5.056835651397705,0,0,0,0,0,0,0,0,0,0 +2,1,0,0,0,0,3,8,23,100.0999984741211,225.08792114257812,9049,76.2125015258789,1,0,0.6931471824645996,0,4.606169700622559,3.1354942321777344,5.4164910316467285,0,0,0,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,8,17,105.7874984741211,164.12661743164062,9004,70.5250015258789,1,0,0,0,4.661432266235352,2.8332133293151855,5.100638389587402,0,0,0,0,0,0,0,0,0,0 +4,1,0,0,0,0,3,8,21,118.30000305175781,178.19461059570312,9004,78.48750305175781,1,0,1.3862943649291992,0,4.773223876953125,3.044522523880005,5.182876110076904,0,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,8,20,152.4250030517578,290.7385559082031,9028,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,2.995732307434082,5.67242431640625,0,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,0,0,3,8,35,159.25,168.81594848632812,9010,105.7874984741211,1,0,-1.3862943649291992,0,5.070475101470947,3.5553481578826904,5.128808975219727,0,0,0,0,0,0,0,0,0,0 +5,1,0,1,0,1,3,8,17,84.17500305175781,1012.8956909179688,9049,56.875,1,0,1.6094379425048828,0,4.432898044586182,2.8332133293151855,6.920568466186523,0,0,0,0,0,0,0,0,0,0 +16,1,0,1,1,1,3,8,20,147.875,2116.06103515625,9010,98.9625015258789,1,0,2.7725887298583984,0,4.996367454528809,2.995732307434082,7.65731143951416,0,0,0,0,0,0,0,0,0,0 +5,1,0,0,1,0,1,7,31,152.4250030517578,148.8862762451172,6400,101.23750305175781,1,0,1.6094379425048828,0,5.026672840118408,3.4339871406555176,5.003182888031006,0,0,0,0,0,0,1,1,0,0 +0.25,1,0,1,0,0,1,7,21,127.4000015258789,67.99530792236328,6400,85.3125,1,0,-1.3862943649291992,0,4.847331523895264,3.044522523880005,4.219438552856445,0,0,0,0,0,0,1,1,0,0 +13,1,0,0,1,0,1,7,43,238.875,279.0152282714844,8035,238.875,1,0,2.5649492740631104,0,5.475940227508545,3.761200189590454,5.6312665939331055,0,0,0,0,0,0,1,1,0,0 +182,1,0,0,1,1,1,7,34,242.28750610351562,17584.994140625,8035,182,1,0,5.204006671905518,0,5.4901251792907715,3.526360511779785,9.774801254272461,0,0,0,0,0,0,1,1,0,0 +1,1,0,1,NA,0,1,7,29,163.8000030517578,72.68463897705078,6400,109.19999694824219,1,0,0,0,5.09864616394043,3.367295742034912,4.286129951477051,0,0,0,0,0,0,1,1,0,0 +3,1,0,0,1,0,1,7,29,234.3249969482422,86.75263977050781,6400,155.83749389648438,1,0,1.0986123085021973,0,5.456708908081055,3.367295742034912,4.4630608558654785,0,0,0,0,0,0,1,1,0,0 +1,1,0,0,1,0,3,7,50,156.97500610351562,202.8135986328125,6100,104.6500015258789,1,0,0,0,5.056086540222168,3.9120230674743652,5.312287330627441,0,0,0,0,0,0,1,0,0,0 +3,1,0,0,1,0,3,7,57,188.8249969482422,97.30363464355469,6400,126.26249694824219,1,0,1.0986123085021973,0,5.240820407867432,4.043051242828369,4.577836513519287,0,0,0,0,0,0,1,0,0,0 +4,1,0,0,0,1,3,7,55,166.0749969482422,2546.30712890625,8048,110.3375015258789,1,0,1.3862943649291992,0,5.1124396324157715,4.007333278656006,7.842399597167969,0,0,0,0,0,0,1,0,0,0 +2,1,0,1,NA,0,3,7,50,193.375,2.344666004180908,6100,128.53750610351562,1,0,0.6931471824645996,0,5.264631271362305,3.9120230674743652,0.8521429896354675,0,0,0,0,0,0,1,0,0,0 +9,1,0,1,1,0,3,7,43,143.3249969482422,0,8043,95.55000305175781,1,0,2.1972246170043945,0,4.965114593505859,3.761200189590454,0,0,0,0,0,0,0,1,0,0,0 +0.25,1,0,1,NA,0,3,7,38,95.55000305175781,978.89801025390625,6100,102.375,1,0,-1.3862943649291992,0,4.559649467468262,3.6375861167907715,6.886427402496338,0,0,0,0,0,0,1,0,0,0 +2,1,0,0,1,0,3,7,47,175.1750030517578,25.791324615478516,6400,117.1624984741211,1,0,0.6931471824645996,0,5.165785312652588,3.8501474857330322,3.2500381469726562,0,0,0,0,0,0,1,0,0,0 +0.25,1,0,1,1,0,3,7,28,152.4250030517578,58.61664581298828,6100,101.23750305175781,1,0,-1.3862943649291992,0,5.026672840118408,3.332204580307007,4.071018695831299,0,0,0,0,0,0,1,0,0,0 +1,0,1,1,0,1,3,1,26,371.7300109863281,745.45452880859375,1128,162.3220977783203,1,0,0,0,5.918167591094971,3.25809645652771,6.613994121551514,1,0,0,0,0,0,0,0,0,5.918167591094971 +0.25,0,1,1,1,1,3,1,24,451.03240966796875,1577.922119140625,1440,149.9311065673828,1,0,-1.3862943649291992,0,6.111539363861084,3.178053855895996,7.363863945007324,1,0,0,0,0,0,0,0,0,6.111539363861084 +4,0,1,1,1,1,3,1,37,539.00848388671875,4575.32470703125,1007,149.9311065673828,1,0,1.3862943649291992,0,6.289731502532959,3.610917806625366,8.428433418273926,1,0,0,0,0,0,0,0,0,6.289731502532959 +3,0,1,1,1,0,3,1,27,557.594970703125,441.5584411621094,1728,149.9311065673828,1,0,1.0986123085021973,0,6.323632717132568,3.295836925506592,6.090310573577881,1,0,0,0,0,0,0,0,0,6.323632717132568 +1,0,1,1,1,0,3,1,48,635.6583251953125,376.6233825683594,1940,64.433197021484375,1,0,0,0,6.4546613693237305,3.8712010383605957,5.931245803833008,1,0,0,0,0,0,0,0,0,6.4546613693237305 +1,0,1,0,0,0,3,1,34,451.03240966796875,345.4545593261719,1940,43.368499755859375,1,0,0,0,6.111539363861084,3.526360511779785,5.844861030578613,1,0,0,0,0,0,0,0,0,6.111539363861084 +1,0,1,1,NA,1,3,1,24,427.489501953125,931.1688232421875,1410,85.4979019165039,1,0,0,0,6.057929515838623,3.178053855895996,6.836440563201904,1,0,0,0,0,0,0,0,0,6.057929515838623 +182,0,1,0,NA,1,3,1,31,392.7947082519531,26350.6484375,1052,149.9311065673828,1,0,5.204006671905518,0,5.973287105560303,3.4339871406555176,10.179247856140137,1,0,0,0,0,0,0,0,0,5.973287105560303 +3,0,1,1,0,1,3,1,25,537.7694091796875,672.727294921875,1940,149.9311065673828,1,0,1.0986123085021973,0,6.2874298095703125,3.2188758850097656,6.511340141296387,1,0,0,0,0,0,0,0,0,6.2874298095703125 +4,0,1,1,1,1,3,1,33,464.6625061035156,1729.8701171875,1040,149.9311065673828,1,0,1.3862943649291992,0,6.141311168670654,3.4965076446533203,7.455801486968994,1,0,0,0,0,0,0,0,0,6.141311168670654 +2,0,1,1,1,0,3,1,36,489.4444885253906,135.06494140625,1040,162.3220977783203,1,0,0.6931471824645996,0,6.193271160125732,3.5835189819335938,4.905755519866943,1,0,0,0,0,0,0,0,0,6.193271160125732 +3,0,1,1,NA,0,3,1,42,470.8580017089844,184.41558837890625,1740,162.3220977783203,1,0,1.0986123085021973,0,6.154556751251221,3.7376697063446045,5.217191696166992,1,0,0,0,0,0,0,0,0,6.154556751251221 +4,0,1,1,1,1,3,1,49,458.4670104980469,4145.45458984375,1728,162.3220977783203,1,0,1.3862943649291992,0,6.127888202667236,3.891820192337036,8.329768180847168,1,0,0,0,0,0,0,0,0,6.127888202667236 +1,0,1,1,1,0,3,1,23,371.7300109863281,474.0259704589844,1107,45.84669876098633,1,0,0,0,5.918167591094971,3.1354942321777344,6.161262035369873,1,0,0,0,0,0,0,0,0,5.918167591094971 +1,0,1,1,1,0,3,1,24,451.03240966796875,258.4415588378906,1425,92.93250274658203,1,0,0,0,6.111539363861084,3.178053855895996,5.554669380187988,1,0,0,0,0,0,0,0,0,6.111539363861084 +182,0,1,1,1,1,3,1,21,628.22369384765625,16941.55859375,1328,162.3220977783203,1,0,5.204006671905518,0,6.442896366119385,3.044522523880005,9.73752498626709,1,0,0,0,0,0,0,0,0,6.442896366119385 +182,0,1,1,1,1,3,1,28,619.54998779296875,5818.181640625,1010,162.3220977783203,1,0,5.204006671905518,0,6.428993225097656,3.332204580307007,8.668743133544922,1,0,0,0,0,0,0,0,0,6.428993225097656 +1,0,1,0,1,0,3,1,29,451.03240966796875,457.1428527832031,1010,138.77920532226562,1,0,0,0,6.111539363861084,3.367295742034912,6.124995708465576,1,0,0,0,0,0,0,0,0,6.111539363861084 +1,0,1,1,1,0,3,1,21,433.68499755859375,1349.3507080078125,1740,45.84669876098633,1,0,0,0,6.0723185539245605,3.044522523880005,7.20737886428833,1,0,0,0,0,0,0,0,0,6.0723185539245605 +3,0,1,1,NA,1,3,1,32,473.3362121582031,1549.3507080078125,1940,162.3220977783203,1,0,1.0986123085021973,0,6.159805774688721,3.465735912322998,7.345591068267822,1,0,0,0,0,0,0,0,0,6.159805774688721 +1,0,1,1,1,0,3,1,29,651.7666015625,315.58441162109375,1910,92.93250274658203,1,0,0,0,6.479686737060547,3.367295742034912,5.754426002502441,1,0,0,0,0,0,0,0,0,6.479686737060547 +3,0,1,0,NA,0,3,1,34,441.1195983886719,131.16883850097656,1336,162.3220977783203,1,0,1.0986123085021973,0,6.089315891265869,3.526360511779785,4.876485347747803,1,0,0,0,0,0,0,0,0,6.089315891265869 +1,0,1,1,NA,0,3,1,42,433.68499755859375,196.10389709472656,1904,45.84669876098633,1,0,0,0,6.0723185539245605,3.7376697063446045,5.278644561767578,1,0,0,0,0,0,0,0,0,6.0723185539245605 +1,0,1,1,0,0,3,1,27,475.81439208984375,270.1298828125,1425,69.38960266113281,1,0,0,0,6.165027618408203,3.295836925506592,5.598902702331543,1,0,0,0,0,0,0,0,0,6.165027618408203 +37,0,1,1,1,0,3,1,38,650.52752685546875,259.7402648925781,1410,162.3220977783203,1,0,3.610917806625366,0,6.477783679962158,3.6375861167907715,5.559682369232178,1,0,0,0,0,0,0,0,0,6.477783679962158 +40,0,1,1,1,1,3,1,39,524.1392822265625,4333.76611328125,1928,149.9311065673828,1,0,3.6888794898986816,0,6.2617573738098145,3.6635615825653076,8.374192237854004,1,0,0,0,0,0,0,0,0,6.2617573738098145 +1,0,1,1,1,0,1,1,57,537.7694091796875,1183.116943359375,1704,162.3220977783203,1,0,0,0,6.2874298095703125,4.043051242828369,7.0759077072143555,1,0,0,0,0,0,0,1,0,6.2874298095703125 +1,0,1,1,1,0,3,1,27,495.6400146484375,329.8701171875,1710,149.9311065673828,1,0,0,0,6.205850124359131,3.295836925506592,5.798698902130127,1,0,0,0,0,0,0,0,0,6.205850124359131 +1,0,1,1,1,1,1,1,55,382.88189697265625,1122.077880859375,1028,162.3220977783203,1,0,0,0,5.947726726531982,4.007333278656006,7.022937297821045,1,0,0,0,0,0,0,1,0,5.947726726531982 +6,0,1,1,1,1,1,1,37,407.6639099121094,3435.06494140625,1540,149.9311065673828,1,0,1.7917594909667969,0,6.010443210601807,3.610917806625366,8.141791343688965,1,0,0,0,0,0,0,1,0,6.010443210601807 +9,0,1,1,0,1,2,1,21,406.4248046875,1376.6234130859375,1007,149.9311065673828,1,0,2.1972246170043945,0,6.007399082183838,3.044522523880005,7.227388858795166,1,0,0,0,0,0,0,0,1,6.007399082183838 +4,0,1,1,1,1,2,1,25,426.2503967285156,1342.857177734375,1207,149.9311065673828,1,0,1.3862943649291992,0,6.055027008056641,3.2188758850097656,7.202554702758789,1,0,0,0,0,0,0,0,1,6.055027008056641 +5,0,1,1,0,1,2,1,26,693.89599609375,1801.2987060546875,1528,162.3220977783203,1,0,1.6094379425048828,0,6.542322158813477,3.25809645652771,7.496263027191162,1,0,0,0,0,0,0,0,1,6.542322158813477 +6,0,1,1,1,0,2,1,42,433.68499755859375,197.40260314941406,1425,149.9311065673828,1,0,1.7917594909667969,0,6.0723185539245605,3.7376697063446045,5.285245418548584,1,0,0,0,0,0,0,0,1,6.0723185539245605 +3,0,1,1,1,0,2,1,31,574.9423828125,329.8701171875,1425,149.9311065673828,1,0,1.0986123085021973,0,6.354269981384277,3.4339871406555176,5.798698902130127,1,0,0,0,0,0,0,0,1,6.354269981384277 +0.25,0,1,1,1,0,2,1,34,582.37701416015625,2696.10400390625,1628,149.9311065673828,1,0,-1.3862943649291992,0,6.367117881774902,3.526360511779785,7.899562835693359,1,0,0,0,0,0,0,0,1,6.367117881774902 +0.25,0,1,1,1,0,2,1,27,446.07598876953125,181.81817626953125,1840,149.9311065673828,1,0,-1.3862943649291992,0,6.100489139556885,3.295836925506592,5.203007221221924,1,0,0,0,0,0,0,0,1,6.100489139556885 +3,0,1,1,0,0,2,1,19,426.2503967285156,477.9220886230469,1404,162.3220977783203,1,0,1.0986123085021973,0,6.055027008056641,2.944438934326172,6.169447898864746,1,0,0,0,0,0,0,0,1,6.055027008056641 +1,0,1,1,1,0,2,1,50,371.7300109863281,77.92208099365234,1425,162.3220977783203,1,0,0,0,5.918167591094971,3.9120230674743652,4.355709552764893,1,0,0,0,0,0,0,0,1,5.918167591094971 +9,0,1,1,1,1,2,1,41,396.5119934082031,4642.85693359375,1010,149.9311065673828,1,0,2.1972246170043945,0,5.982706069946289,3.7135720252990723,8.443084716796875,1,0,0,0,0,0,0,0,1,5.982706069946289 +1,0,1,1,0,0,2,1,28,406.4248046875,174.02597045898438,1440,149.9311065673828,1,0,0,0,6.007399082183838,3.332204580307007,5.159204483032227,1,0,0,0,0,0,0,0,1,6.007399082183838 +9,0,1,1,0,1,3,1,24,520.4219970703125,10193.5068359375,1425,149.9311065673828,1,0,2.1972246170043945,0,6.254640102386475,3.178053855895996,9.229506492614746,1,0,0,0,0,0,0,0,0,6.254640102386475 +11,0,1,1,1,0,3,1,30,514.22650146484375,136.36363220214844,1010,162.3220977783203,1,0,2.397895336151123,0,6.242663860321045,3.4011974334716797,4.915325164794922,1,0,0,0,0,0,0,0,0,6.242663860321045 +1,0,1,1,1,0,3,1,58,463.42340087890625,189.61038208007812,1840,149.9311065673828,1,0,0,0,6.138640880584717,4.060442924499512,5.24497127532959,1,0,0,0,0,0,0,0,0,6.138640880584717 +0.25,0,1,1,0,0,3,1,22,442.35870361328125,123.37662506103516,1910,162.3220977783203,1,0,-1.3862943649291992,0,6.092121124267578,3.0910425186157227,4.815241813659668,1,0,0,0,0,0,0,0,0,6.092121124267578 +4,0,1,1,1,0,3,1,38,371.7300109863281,397.402587890625,1528,162.3220977783203,1,0,1.3862943649291992,0,5.918167591094971,3.6375861167907715,5.984950065612793,1,0,0,0,0,0,0,0,0,5.918167591094971 +10,0,1,1,1,1,3,1,36,371.7300109863281,1488.3116455078125,1128,149.9311065673828,1,0,2.3025851249694824,0,5.918167591094971,3.5835189819335938,7.3053975105285645,1,0,0,0,0,0,0,0,0,5.918167591094971 +3,0,1,1,1,0,3,1,26,488.2054138183594,196.10389709472656,1425,149.9311065673828,1,0,1.0986123085021973,0,6.190736293792725,3.25809645652771,5.278644561767578,1,0,0,0,0,0,0,0,0,6.190736293792725 +2,0,1,1,1,1,3,1,26,371.7300109863281,612.98699951171875,1107,162.3220977783203,1,0,0.6931471824645996,0,5.918167591094971,3.25809645652771,6.418343544006348,1,0,0,0,0,0,0,0,0,5.918167591094971 +1,0,1,1,1,0,3,1,26,506.7919006347656,71.42857360839844,1810,149.9311065673828,1,0,0,0,6.228100299835205,3.25809645652771,4.268698215484619,1,0,0,0,0,0,0,0,0,6.228100299835205 +0.25,0,1,1,0,0,3,1,44,380.4036865234375,419.48052978515625,1010,149.9311065673828,1,0,-1.3862943649291992,0,5.941233158111572,3.7841897010803223,6.039017200469971,1,0,0,0,0,0,0,0,0,5.941233158111572 +1,0,1,1,1,0,3,1,40,405.1856994628906,283.11688232421875,1425,149.9311065673828,1,0,0,0,6.004345417022705,3.6888794898986816,5.645859718322754,1,0,0,0,0,0,0,0,0,6.004345417022705 +1,0,1,1,1,0,3,1,27,433.68499755859375,332.467529296875,1010,149.9311065673828,1,0,0,0,6.0723185539245605,3.295836925506592,5.80654239654541,1,0,0,0,0,0,0,0,0,6.0723185539245605 +21,0,1,1,1,1,3,1,57,619.54998779296875,1651.947998046875,1928,107.80169677734375,1,0,3.044522523880005,0,6.428993225097656,4.043051242828369,7.40971040725708,1,0,0,0,0,0,0,0,0,6.428993225097656 +28,0,1,1,1,1,3,2,49,539.00848388671875,20627.2734375,2007,149.9311065673828,1,0,3.332204580307007,0,6.289731502532959,3.891820192337036,9.934369087219238,0,1,0,0,0,0,0,0,0,6.289731502532959 +7,0,1,1,1,0,3,2,21,396.5119934082031,348.05194091796875,2049,149.9311065673828,1,0,1.945910096168518,0,5.982706069946289,3.044522523880005,5.852351665496826,0,1,0,0,0,0,0,0,0,5.982706069946289 +19,0,1,1,1,1,3,2,36,474.5752868652344,3885.71435546875,2052,149.9311065673828,1,0,2.944438934326172,0,6.162420272827148,3.5835189819335938,8.26506233215332,0,1,0,0,0,0,0,0,0,6.162420272827148 +1,0,1,1,1,0,3,2,19,436.1632080078125,163.63636779785156,2049,85.4979019165039,1,0,0,0,6.07801628112793,2.944438934326172,5.097646713256836,0,1,0,0,0,0,0,0,0,6.07801628112793 +1,0,1,1,1,0,3,2,50,494.4009094238281,180.5194854736328,2052,85.4979019165039,1,0,0,0,6.2033467292785645,3.9120230674743652,5.195838928222656,0,1,0,0,0,0,0,0,0,6.2033467292785645 +1,0,1,1,1,0,3,2,37,468.3797912597656,88.31169128417969,2049,85.4979019165039,1,0,0,0,6.149279594421387,3.610917806625366,4.480872631072998,0,1,0,0,0,0,0,0,0,6.149279594421387 +18,0,1,0,NA,0,3,2,28,421.29400634765625,407.7922058105469,2052,149.9311065673828,1,0,2.890371799468994,0,6.043331146240234,3.332204580307007,6.010757923126221,0,1,0,0,0,0,0,0,0,6.043331146240234 +6,0,1,1,NA,1,3,2,27,371.7300109863281,1458.4415283203125,2010,149.9311065673828,1,0,1.7917594909667969,0,5.918167591094971,3.295836925506592,7.285123825073242,0,1,0,0,0,0,0,0,0,5.918167591094971 +1,0,1,1,0,0,3,2,26,402.7074890136719,580.51947021484375,2049,128.86639404296875,1,0,0,0,5.998210430145264,3.25809645652771,6.3639235496521,0,1,0,0,0,0,0,0,0,5.998210430145264 +2,0,1,1,0,0,3,2,20,384.1210021972656,222.0779266357422,2349,162.3220977783203,1,0,0.6931471824645996,0,5.950957775115967,2.995732307434082,5.40302848815918,0,1,0,0,0,0,0,0,0,5.950957775115967 +9,0,1,1,1,0,3,2,24,433.68499755859375,475.3246765136719,2049,149.9311065673828,1,0,2.1972246170043945,0,6.0723185539245605,3.178053855895996,6.163998126983643,0,1,0,0,0,0,0,0,0,6.0723185539245605 +7,0,1,1,1,0,3,2,46,371.7300109863281,377.9220886230469,2049,162.3220977783203,1,0,1.945910096168518,0,5.918167591094971,3.828641414642334,5.934688091278076,0,1,0,0,0,0,0,0,0,5.918167591094971 +3,0,1,1,1,0,3,2,34,524.1392822265625,223.37661743164062,2049,162.3220977783203,1,0,1.0986123085021973,0,6.2617573738098145,3.526360511779785,5.4088592529296875,0,1,0,0,0,0,0,0,0,6.2617573738098145 +3,0,1,1,1,0,3,2,41,524.1392822265625,718.18182373046875,2010,162.3220977783203,1,0,1.0986123085021973,0,6.2617573738098145,3.7135720252990723,6.576722621917725,0,1,0,0,0,0,0,0,0,6.2617573738098145 +1,0,1,1,1,0,1,2,35,428.7286071777344,331.1688232421875,2249,162.3220977783203,1,0,0,0,6.060823917388916,3.5553481578826904,5.802628517150879,0,1,0,0,0,0,0,1,0,6.060823917388916 +15,0,1,1,1,1,1,2,30,599.72442626953125,3594.80517578125,2052,162.3220977783203,1,0,2.70805025100708,0,6.396470069885254,3.4011974334716797,8.18724536895752,0,1,0,0,0,0,0,1,0,6.396470069885254 +1,0,1,1,1,0,1,2,27,420.0549011230469,28.571428298950195,2152,162.3220977783203,1,0,0,0,6.0403852462768555,3.295836925506592,3.352407217025757,0,1,0,0,0,0,0,1,0,6.0403852462768555 +8,0,1,1,1,1,2,2,33,711.243408203125,598.7012939453125,2252,149.9311065673828,1,0,2.079441547393799,0,6.567014694213867,3.4965076446533203,6.394762992858887,0,1,0,0,0,0,0,0,1,6.567014694213867 +28,0,1,1,1,1,2,2,41,574.9423828125,8554.5458984375,2216,162.3220977783203,1,0,3.332204580307007,0,6.354269981384277,3.7135720252990723,9.054218292236328,0,1,0,0,0,0,0,0,1,6.354269981384277 +26,0,1,1,1,0,2,2,39,613.3544921875,519.48052978515625,2352,149.9311065673828,1,0,3.25809645652771,0,6.418942928314209,3.6635615825653076,6.252829551696777,0,1,0,0,0,0,0,0,1,6.418942928314209 +9,0,1,1,0,0,2,2,24,648.04931640625,644.15582275390625,2052,162.3220977783203,1,0,2.1972246170043945,0,6.473966598510742,3.178053855895996,6.467940807342529,0,1,0,0,0,0,0,0,1,6.473966598510742 +12,0,1,1,1,0,2,2,36,638.136474609375,1112.987060546875,2128,162.3220977783203,1,0,2.4849066734313965,0,6.458552360534668,3.5835189819335938,7.014802932739258,0,1,0,0,0,0,0,0,1,6.458552360534668 +3,0,1,1,1,0,3,2,40,477.0534973144531,181.81817626953125,2152,162.3220977783203,1,0,1.0986123085021973,0,6.167628765106201,3.6888794898986816,5.203007221221924,0,1,0,0,0,0,0,0,0,6.167628765106201 +7,0,1,1,0,0,3,2,31,619.54998779296875,244.1558380126953,2052,162.3220977783203,1,0,1.945910096168518,0,6.428993225097656,3.4339871406555176,5.497806549072266,0,1,0,0,0,0,0,0,0,6.428993225097656 +27,0,1,1,1,1,3,2,33,609.63720703125,2133.76611328125,2549,149.9311065673828,1,0,3.295836925506592,0,6.4128642082214355,3.4965076446533203,7.665643692016602,0,1,0,0,0,0,0,0,0,6.4128642082214355 +15,0,1,1,1,0,3,2,41,390.3164978027344,3731.1689453125,2349,162.3220977783203,1,0,2.70805025100708,0,5.966958045959473,3.7135720252990723,8.22447681427002,0,1,0,0,0,0,0,0,0,5.966958045959473 +16,0,1,1,0,1,3,2,32,631.94097900390625,8812.9873046875,2128,149.9311065673828,1,0,2.7725887298583984,0,6.448795795440674,3.465735912322998,9.08398151397705,0,1,0,0,0,0,0,0,0,6.448795795440674 +8,0,1,1,1,1,3,2,58,560.07318115234375,974.0260009765625,2049,162.3220977783203,1,0,2.079441547393799,0,6.328067302703857,4.060442924499512,6.8814377784729,0,1,0,0,0,0,0,0,0,6.328067302703857 +6,0,1,1,0,0,3,3,30,434.9241027832031,451.94805908203125,3540,149.9311065673828,1,0,1.7917594909667969,0,6.07517147064209,3.4011974334716797,6.113567352294922,0,0,1,0,0,0,0,0,0,6.07517147064209 +6,0,1,1,1,1,3,3,53,463.42340087890625,1092.207763671875,3110,149.9311065673828,1,0,1.7917594909667969,0,6.138640880584717,3.97029185295105,6.9959564208984375,0,0,1,0,0,0,0,0,0,6.138640880584717 +3,0,1,1,1,0,3,3,25,643.0928955078125,261.0389709472656,3228,149.9311065673828,1,0,1.0986123085021973,0,6.466289043426514,3.2188758850097656,5.564669609069824,0,0,1,0,0,0,0,0,0,6.466289043426514 +2,0,1,1,1,1,3,3,57,446.07598876953125,915.58441162109375,3504,162.3220977783203,1,0,0.6931471824645996,0,6.100489139556885,4.043051242828369,6.8195624351501465,0,0,1,0,0,0,0,0,0,6.100489139556885 +3,0,1,1,1,0,3,3,33,464.6625061035156,123.37662506103516,3252,149.9311065673828,1,0,1.0986123085021973,0,6.141311168670654,3.4965076446533203,4.815241813659668,0,0,1,0,0,0,0,0,0,6.141311168670654 +2,0,1,1,1,0,3,3,47,386.5992126464844,157.14285278320312,3104,149.9311065673828,1,0,0.6931471824645996,0,5.957388401031494,3.8501474857330322,5.057155132293701,0,0,1,0,0,0,0,0,0,5.957388401031494 +6,0,1,1,1,0,3,3,58,494.4009094238281,677.92205810546875,3710,162.3220977783203,1,0,1.7917594909667969,0,6.2033467292785645,4.060442924499512,6.5190324783325195,0,0,1,0,0,0,0,0,0,6.2033467292785645 +2,0,1,1,1,0,3,3,36,529.095703125,259.7402648925781,3610,162.3220977783203,1,0,0.6931471824645996,0,6.271169185638428,3.5835189819335938,5.559682369232178,0,0,1,0,0,0,0,0,0,6.271169185638428 +3,0,1,0,0,0,3,3,30,405.1856994628906,170.12986755371094,3510,149.9311065673828,1,0,1.0986123085021973,0,6.004345417022705,3.4011974334716797,5.136561870574951,0,0,1,0,0,0,0,0,0,6.004345417022705 +5,0,1,1,1,0,3,3,22,458.4670104980469,141.55844116210938,3528,149.9311065673828,1,0,1.6094379425048828,0,6.127888202667236,3.0910425186157227,4.952712535858154,0,0,1,0,0,0,0,0,0,6.127888202667236 +4,0,1,1,0,1,3,3,25,433.68499755859375,1512.987060546875,3340,162.3220977783203,1,0,1.3862943649291992,0,6.0723185539245605,3.2188758850097656,7.321841239929199,0,0,1,0,0,0,0,0,0,6.0723185539245605 +6,0,1,1,0,1,3,3,27,501.83551025390625,1702.597412109375,3349,149.9311065673828,1,0,1.7917594909667969,0,6.2182722091674805,3.295836925506592,7.439910411834717,0,0,1,0,0,0,0,0,0,6.2182722091674805 +13,0,1,1,1,1,3,3,33,480.77081298828125,1762.337646484375,3328,149.9311065673828,1,0,2.5649492740631104,0,6.175390720367432,3.4965076446533203,7.474396228790283,0,0,1,0,0,0,0,0,0,6.175390720367432 +1,0,1,1,1,0,3,3,21,480.77081298828125,358.4415588378906,3640,149.9311065673828,1,0,0,0,6.175390720367432,3.044522523880005,5.881765842437744,0,0,1,0,0,0,0,0,0,6.175390720367432 +9,0,1,1,1,0,3,3,22,539.00848388671875,3237.662353515625,3528,149.9311065673828,1,0,2.1972246170043945,0,6.289731502532959,3.0910425186157227,8.08260726928711,0,0,1,0,0,0,0,0,0,6.289731502532959 +1,0,1,1,1,0,3,3,32,516.7047119140625,184.41558837890625,3110,43.368499755859375,1,0,0,0,6.247471332550049,3.465735912322998,5.217191696166992,0,0,1,0,0,0,0,0,0,6.247471332550049 +1,0,1,1,1,0,3,3,35,496.87908935546875,220.7792205810547,3140,149.9311065673828,1,0,0,0,6.208346843719482,3.5553481578826904,5.397163391113281,0,0,1,0,0,0,0,0,0,6.208346843719482 +3,0,1,1,NA,0,3,3,53,495.6400146484375,393.5065002441406,3740,149.9311065673828,1,0,1.0986123085021973,0,6.205850124359131,3.97029185295105,5.97509765625,0,0,1,0,0,0,0,0,0,6.205850124359131 +3,0,1,1,1,0,3,3,22,489.4444885253906,390.9090881347656,3528,149.9311065673828,1,0,1.0986123085021973,0,6.193271160125732,3.0910425186157227,5.968474864959717,0,0,1,0,0,0,0,0,0,6.193271160125732 +3,0,1,1,1,0,3,3,36,635.6583251953125,301.2987060546875,3340,149.9311065673828,1,0,1.0986123085021973,0,6.4546613693237305,3.5835189819335938,5.708102226257324,0,0,1,0,0,0,0,0,0,6.4546613693237305 +4,0,1,1,1,0,3,3,24,609.63720703125,600,3210,149.9311065673828,1,0,1.3862943649291992,0,6.4128642082214355,3.178053855895996,6.396929740905762,0,0,1,0,0,0,0,0,0,6.4128642082214355 +5,0,1,1,1,0,3,3,19,408.90301513671875,263.6363525390625,3540,149.9311065673828,1,0,1.6094379425048828,0,6.013477802276611,2.944438934326172,5.574570655822754,0,0,1,0,0,0,0,0,0,6.013477802276611 +4,0,1,1,1,0,3,3,23,436.1632080078125,442.8571472167969,3540,149.9311065673828,1,0,1.3862943649291992,0,6.07801628112793,3.1354942321777344,6.093247413635254,0,0,1,0,0,0,0,0,0,6.07801628112793 +5,0,1,1,1,0,3,3,25,587.3333740234375,268.8311767578125,3628,149.9311065673828,1,0,1.6094379425048828,0,6.3755927085876465,3.2188758850097656,5.594083786010742,0,0,1,0,0,0,0,0,0,6.3755927085876465 +6,0,1,1,1,1,3,3,21,451.03240966796875,976.62335205078125,3216,149.9311065673828,1,0,1.7917594909667969,0,6.111539363861084,3.044522523880005,6.884100914001465,0,0,1,0,0,0,0,0,0,6.111539363861084 +6,0,1,1,1,0,3,3,40,433.68499755859375,131.16883850097656,3610,149.9311065673828,1,0,1.7917594909667969,0,6.0723185539245605,3.6888794898986816,4.876485347747803,0,0,1,0,0,0,0,0,0,6.0723185539245605 +2,0,1,1,1,0,3,3,46,489.4444885253906,19.480520248413086,3452,149.9311065673828,1,0,0.6931471824645996,0,6.193271160125732,3.828641414642334,2.9694149494171143,0,0,1,0,0,0,0,0,0,6.193271160125732 +1,0,1,1,1,0,3,3,28,489.4444885253906,58.441558837890625,3504,149.9311065673828,1,0,0,0,6.193271160125732,3.332204580307007,4.068027496337891,0,0,1,0,0,0,0,0,0,6.193271160125732 +4,0,1,1,1,0,3,3,41,489.4444885253906,276.6233825683594,3628,149.9311065673828,1,0,1.3862943649291992,0,6.193271160125732,3.7135720252990723,5.62265682220459,0,0,1,0,0,0,0,0,0,6.193271160125732 +1,0,1,1,NA,0,3,3,27,421.29400634765625,240.25973510742188,3110,21.064699172973633,1,0,0,0,6.043331146240234,3.295836925506592,5.481720447540283,0,0,1,0,0,0,0,0,0,6.043331146240234 +182,0,1,1,1,1,3,3,34,436.1632080078125,5084.41552734375,3340,149.9311065673828,1,0,5.204006671905518,0,6.07801628112793,3.526360511779785,8.533935546875,0,0,1,0,0,0,0,0,0,6.07801628112793 +9,0,1,1,1,0,3,3,38,439.8804931640625,475.3246765136719,3328,149.9311065673828,1,0,2.1972246170043945,0,6.086503028869629,3.6375861167907715,6.163998126983643,0,0,1,0,0,0,0,0,0,6.086503028869629 +8,0,1,1,NA,0,3,3,36,495.6400146484375,457.1428527832031,3328,149.9311065673828,1,0,2.079441547393799,0,6.205850124359131,3.5835189819335938,6.124995708465576,0,0,1,0,0,0,0,0,0,6.205850124359131 +1,0,1,1,NA,0,3,3,26,421.29400634765625,74.025970458984375,3540,64.433197021484375,1,0,0,0,6.043331146240234,3.25809645652771,4.304416179656982,0,0,1,0,0,0,0,0,0,6.043331146240234 +2,0,1,1,NA,0,3,3,34,425.01129150390625,350.64935302734375,3310,149.9311065673828,1,0,0.6931471824645996,0,6.0521159172058105,3.526360511779785,5.859786510467529,0,0,1,0,0,0,0,0,0,6.0521159172058105 +3,0,1,1,1,0,3,3,25,483.2489929199219,66.2337646484375,3149,149.9311065673828,1,0,1.0986123085021973,0,6.180531978607178,3.2188758850097656,4.193190574645996,0,0,1,0,0,0,0,0,0,6.180531978607178 +1,0,1,1,1,0,3,3,44,499.3572998046875,28.571428298950195,3152,116.47540283203125,1,0,0,0,6.213321685791016,3.7841897010803223,3.352407217025757,0,0,1,0,0,0,0,0,0,6.213321685791016 +8,0,1,1,1,0,3,3,45,532.81298828125,440.2597351074219,3710,162.3220977783203,1,0,2.079441547393799,0,6.278170585632324,3.8066625595092773,6.087364673614502,0,0,1,0,0,0,0,0,0,6.278170585632324 +3,0,1,1,1,0,3,3,19,386.5992126464844,41.558441162109375,3640,149.9311065673828,1,0,1.0986123085021973,0,5.957388401031494,2.944438934326172,3.7271006107330322,0,0,1,0,0,0,0,0,0,5.957388401031494 +5,0,1,1,1,1,3,3,23,436.1632080078125,823.37664794921875,3640,149.9311065673828,1,0,1.6094379425048828,0,6.07801628112793,3.1354942321777344,6.713413715362549,0,0,1,0,0,0,0,0,0,6.07801628112793 +5,0,1,1,0,0,3,3,26,453.5105895996094,338.9610290527344,3540,149.9311065673828,1,0,1.6094379425048828,0,6.117018699645996,3.25809645652771,5.82588529586792,0,0,1,0,0,0,0,0,0,6.117018699645996 +43,0,1,1,1,1,3,3,22,453.5105895996094,1864.93505859375,3602,149.9311065673828,1,0,3.761200189590454,0,6.117018699645996,3.0910425186157227,7.530981540679932,0,0,1,0,0,0,0,0,0,6.117018699645996 +1,0,1,1,1,0,3,3,28,475.81439208984375,74.025970458984375,3640,45.84669876098633,1,0,0,0,6.165027618408203,3.332204580307007,4.304416179656982,0,0,1,0,0,0,0,0,0,6.165027618408203 +1,0,1,1,1,0,3,3,36,453.5105895996094,150.64935302734375,3640,45.84669876098633,1,0,0,0,6.117018699645996,3.5835189819335938,5.014955043792725,0,0,1,0,0,0,0,0,0,6.117018699645996 +6,0,1,1,1,0,3,3,27,488.2054138183594,54.54545593261719,3210,162.3220977783203,1,0,1.7917594909667969,0,6.190736293792725,3.295836925506592,3.9990344047546387,0,0,1,0,0,0,0,0,0,6.190736293792725 +42,0,1,1,1,0,3,3,26,473.3362121582031,216.88311767578125,3110,162.3220977783203,1,0,3.7376697063446045,0,6.159805774688721,3.25809645652771,5.379358768463135,0,0,1,0,0,0,0,0,0,6.159805774688721 +7,0,1,1,1,0,3,3,49,495.6400146484375,524.67535400390625,3528,162.3220977783203,1,0,1.945910096168518,0,6.205850124359131,3.891820192337036,6.262779712677002,0,0,1,0,0,0,0,0,0,6.205850124359131 +5,0,1,1,1,0,3,3,28,433.68499755859375,214.2857208251953,3628,162.3220977783203,1,0,1.6094379425048828,0,6.0723185539245605,3.332204580307007,5.367310047149658,0,0,1,0,0,0,0,0,0,6.0723185539245605 +7,0,1,1,1,0,3,3,23,371.7300109863281,276.6233825683594,3428,162.3220977783203,1,0,1.945910096168518,0,5.918167591094971,3.1354942321777344,5.62265682220459,0,0,1,0,0,0,0,0,0,5.918167591094971 +65,0,1,1,1,0,3,3,39,489.4444885253906,485.71429443359375,3540,162.3220977783203,1,0,4.174387454986572,0,6.193271160125732,3.6635615825653076,6.1856207847595215,0,0,1,0,0,0,0,0,0,6.193271160125732 +5,0,1,1,0,0,3,3,25,489.4444885253906,397.402587890625,3010,149.9311065673828,1,0,1.6094379425048828,0,6.193271160125732,3.2188758850097656,5.984950065612793,0,0,1,0,0,0,0,0,0,6.193271160125732 +3,0,1,1,1,0,3,3,36,480.77081298828125,428.5714416503906,3528,162.3220977783203,1,0,1.0986123085021973,0,6.175390720367432,3.5835189819335938,6.060457229614258,0,0,1,0,0,0,0,0,0,6.175390720367432 +1,0,1,1,1,0,3,3,47,584.855224609375,0,3504,115.23629760742188,1,0,0,0,6.371364116668701,3.8501474857330322,0,0,0,1,0,0,0,0,0,0,6.371364116668701 +2,0,1,1,1,0,3,3,24,411.3811950683594,118.18181610107422,3510,149.9311065673828,1,0,0.6931471824645996,0,6.019520282745361,3.178053855895996,4.772224426269531,0,0,1,0,0,0,0,0,0,6.019520282745361 +4,0,1,1,1,0,3,3,44,539.00848388671875,331.1688232421875,3110,149.9311065673828,1,0,1.3862943649291992,0,6.289731502532959,3.7841897010803223,5.802628517150879,0,0,1,0,0,0,0,0,0,6.289731502532959 +1,0,1,1,1,0,3,3,20,539.00848388671875,227.27272033691406,3340,45.84669876098633,1,0,0,0,6.289731502532959,2.995732307434082,5.426150798797607,0,0,1,0,0,0,0,0,0,6.289731502532959 +1,0,1,1,0,0,3,3,23,480.77081298828125,197.40260314941406,3628,45.84669876098633,1,0,0,0,6.175390720367432,3.1354942321777344,5.285245418548584,0,0,1,0,0,0,0,0,0,6.175390720367432 +6,0,1,1,1,0,3,3,25,551.39947509765625,198.7012939453125,3010,162.3220977783203,1,0,1.7917594909667969,0,6.312459468841553,3.2188758850097656,5.291802883148193,0,0,1,0,0,0,0,0,0,6.312459468841553 +3,0,1,1,1,0,3,3,43,551.39947509765625,329.8701171875,3110,162.3220977783203,1,0,1.0986123085021973,0,6.312459468841553,3.761200189590454,5.798698902130127,0,0,1,0,0,0,0,0,0,6.312459468841553 +1,0,1,1,1,0,3,3,34,576.1815185546875,189.61038208007812,3628,230.47259521484375,1,0,0,0,6.3564229011535645,3.526360511779785,5.24497127532959,0,0,1,0,0,0,0,0,0,6.3564229011535645 +3,0,1,1,1,0,3,3,35,520.4219970703125,153.2467498779297,3310,162.3220977783203,1,0,1.0986123085021973,0,6.254640102386475,3.5553481578826904,5.032049179077148,0,0,1,0,0,0,0,0,0,6.254640102386475 +1,0,1,1,0,0,3,3,19,501.83551025390625,96.10389709472656,3610,116.47540283203125,1,0,0,0,6.2182722091674805,2.944438934326172,4.5654296875,0,0,1,0,0,0,0,0,0,6.2182722091674805 +1,0,1,1,1,0,3,3,52,436.1632080078125,107.79220581054688,3110,116.47540283203125,1,0,0,0,6.07801628112793,3.9512436389923096,4.680205345153809,0,0,1,0,0,0,0,0,0,6.07801628112793 +6,0,1,1,1,0,3,3,32,433.68499755859375,154.5454559326172,3328,149.9311065673828,1,0,1.7917594909667969,0,6.0723185539245605,3.465735912322998,5.040488243103027,0,0,1,0,0,0,0,0,0,6.0723185539245605 +9,0,1,1,1,0,3,3,28,451.03240966796875,344.1558532714844,3628,149.9311065673828,1,0,2.1972246170043945,0,6.111539363861084,3.332204580307007,5.841094493865967,0,0,1,0,0,0,0,0,0,6.111539363861084 +1,0,1,1,1,0,3,3,25,557.594970703125,806.4935302734375,3340,69.38960266113281,1,0,0,0,6.323632717132568,3.2188758850097656,6.6926960945129395,0,0,1,0,0,0,0,0,0,6.323632717132568 +19,0,1,1,1,0,3,3,26,464.6625061035156,527.272705078125,3528,162.3220977783203,1,0,2.944438934326172,0,6.141311168670654,3.25809645652771,6.2677178382873535,0,0,1,0,0,0,0,0,0,6.141311168670654 +5,0,1,1,1,0,3,3,19,433.68499755859375,294.8052062988281,3510,162.3220977783203,1,0,1.6094379425048828,0,6.0723185539245605,2.944438934326172,5.686314582824707,0,0,1,0,0,0,0,0,0,6.0723185539245605 +7,0,1,1,1,1,3,3,33,619.54998779296875,2890.9091796875,3628,162.3220977783203,1,0,1.945910096168518,0,6.428993225097656,3.4965076446533203,7.969326496124268,0,0,1,0,0,0,0,0,0,6.428993225097656 +3,0,1,1,1,0,3,3,24,396.5119934082031,168.83116149902344,3613,162.3220977783203,1,0,1.0986123085021973,0,5.982706069946289,3.178053855895996,5.128899097442627,0,0,1,0,0,0,0,0,0,5.982706069946289 +7,0,1,1,0,0,3,3,30,495.6400146484375,529.8701171875,3640,162.3220977783203,1,0,1.945910096168518,0,6.205850124359131,3.4011974334716797,6.272632122039795,0,0,1,0,0,0,0,0,0,6.205850124359131 +1,0,1,1,1,0,3,3,61,464.6625061035156,251.94805908203125,3110,45.84669876098633,1,0,0,0,6.141311168670654,4.110873699188232,5.5292229652404785,0,0,1,0,0,0,0,0,0,6.141311168670654 +31,0,1,1,1,1,3,3,35,433.68499755859375,3577.922119140625,3428,162.3220977783203,1,0,3.4339871406555176,0,6.0723185539245605,3.5553481578826904,8.182537078857422,0,0,1,0,0,0,0,0,0,6.0723185539245605 +1,0,1,1,1,0,3,3,24,458.4670104980469,142.85714721679688,3110,45.84669876098633,1,0,0,0,6.127888202667236,3.178053855895996,4.961845397949219,0,0,1,0,0,0,0,0,0,6.127888202667236 +3,0,1,1,0,0,3,3,22,446.07598876953125,237.66233825683594,3613,162.3220977783203,1,0,1.0986123085021973,0,6.100489139556885,3.0910425186157227,5.470850944519043,0,0,1,0,0,0,0,0,0,6.100489139556885 +1,0,1,1,1,0,3,3,29,464.6625061035156,138.96104431152344,3510,138.77920532226562,1,0,0,0,6.141311168670654,3.367295742034912,4.9341936111450195,0,0,1,0,0,0,0,0,0,6.141311168670654 +1,0,1,1,0,0,3,3,22,848.78350830078125,105.19480895996094,3740,116.47540283203125,1,0,0,0,6.743803977966309,3.0910425186157227,4.655814170837402,0,0,1,0,0,0,0,0,0,6.743803977966309 +1,0,1,1,1,0,3,3,32,524.1392822265625,479.22076416015625,3110,138.77920532226562,1,0,0,0,6.2617573738098145,3.465735912322998,6.17216157913208,0,0,1,0,0,0,0,0,0,6.2617573738098145 +2,0,1,1,1,0,3,3,25,452.2715148925781,148.05194091796875,3110,162.3220977783203,1,0,0.6931471824645996,0,6.114282608032227,3.2188758850097656,4.997563362121582,0,0,1,0,0,0,0,0,0,6.114282608032227 +25,0,1,1,1,1,3,3,20,524.1392822265625,4719.48046875,3628,162.3220977783203,1,0,3.2188758850097656,0,6.2617573738098145,2.995732307434082,8.459453582763672,0,0,1,0,0,0,0,0,0,6.2617573738098145 +1,0,1,1,1,0,3,3,33,522.90020751953125,279.22076416015625,3549,138.77920532226562,1,0,0,0,6.259390830993652,3.4965076446533203,5.632002830505371,0,0,1,0,0,0,0,0,0,6.259390830993652 +1,0,1,1,1,0,3,3,43,474.5752868652344,198.7012939453125,3613,162.3220977783203,1,0,0,0,6.162420272827148,3.761200189590454,5.291802883148193,0,0,1,0,0,0,0,0,0,6.162420272827148 +1,0,1,1,1,0,3,3,30,522.90020751953125,22.077922821044922,3149,92.93250274658203,1,0,0,0,6.259390830993652,3.4011974334716797,3.0945780277252197,0,0,1,0,0,0,0,0,0,6.259390830993652 +1,0,1,1,1,0,3,3,31,495.6400146484375,266.2337646484375,3510,92.93250274658203,1,0,0,0,6.205850124359131,3.4339871406555176,5.584374904632568,0,0,1,0,0,0,0,0,0,6.205850124359131 +1,0,1,1,1,0,3,3,31,489.4444885253906,227.27272033691406,3110,69.38960266113281,1,0,0,0,6.193271160125732,3.4339871406555176,5.426150798797607,0,0,1,0,0,0,0,0,0,6.193271160125732 +10,0,1,1,1,0,3,3,30,439.8804931640625,676.62335205078125,3228,162.3220977783203,1,0,2.3025851249694824,0,6.086503028869629,3.4011974334716797,6.517114639282227,0,0,1,0,0,0,0,0,0,6.086503028869629 +7,0,1,1,1,0,3,3,28,489.4444885253906,892.207763671875,3713,162.3220977783203,1,0,1.945910096168518,0,6.193271160125732,3.332204580307007,6.793698787689209,0,0,1,0,0,0,0,0,0,6.193271160125732 +13,0,1,1,1,0,3,3,32,436.1632080078125,911.68829345703125,3152,162.3220977783203,1,0,2.5649492740631104,0,6.07801628112793,3.465735912322998,6.815298080444336,0,0,1,0,0,0,0,0,0,6.07801628112793 +22,0,1,1,1,0,3,3,52,654.24481201171875,3132.467529296875,3602,162.3220977783203,1,0,3.0910425186157227,0,6.483481407165527,3.9512436389923096,8.049576759338379,0,0,1,0,0,0,0,0,0,6.483481407165527 +2,0,1,1,NA,0,3,3,38,473.3362121582031,429.8701171875,3628,162.3220977783203,1,0,0.6931471824645996,0,6.159805774688721,3.6375861167907715,6.063483238220215,0,0,1,0,0,0,0,0,0,6.159805774688721 +5,0,1,1,NA,1,3,3,28,494.4009094238281,777.92205810546875,3304,162.3220977783203,1,0,1.6094379425048828,0,6.2033467292785645,3.332204580307007,6.656626224517822,0,0,1,0,0,0,0,0,0,6.2033467292785645 +4,0,1,0,1,0,3,3,27,436.1632080078125,161.03895568847656,3610,162.3220977783203,1,0,1.3862943649291992,0,6.07801628112793,3.295836925506592,5.08164644241333,0,0,1,0,0,0,0,0,0,6.07801628112793 +1,0,1,1,1,0,3,3,23,524.1392822265625,83.11688232421875,3510,69.38960266113281,1,0,0,0,6.2617573738098145,3.1354942321777344,4.420248031616211,0,0,1,0,0,0,0,0,0,6.2617573738098145 +4,0,1,1,1,0,3,3,44,473.3362121582031,192.20779418945312,3628,162.3220977783203,1,0,1.3862943649291992,0,6.159805774688721,3.7841897010803223,5.2585768699646,0,0,1,0,0,0,0,0,0,6.159805774688721 +3,0,1,1,NA,0,3,3,32,441.1195983886719,170.12986755371094,3640,162.3220977783203,1,0,1.0986123085021973,0,6.089315891265869,3.465735912322998,5.136561870574951,0,0,1,0,0,0,0,0,0,6.089315891265869 +4,0,1,1,1,1,3,3,49,441.1195983886719,1993.5064697265625,3237,162.3220977783203,1,0,1.3862943649291992,0,6.089315891265869,3.891820192337036,7.597650527954102,0,0,1,0,0,0,0,0,0,6.089315891265869 +1,0,1,1,NA,0,3,3,28,400.22930908203125,267.532470703125,3410,92.93250274658203,1,0,0,0,5.992037773132324,3.332204580307007,5.589241027832031,0,0,1,0,0,0,0,0,0,5.992037773132324 +7,0,1,1,NA,0,3,3,61,421.29400634765625,1096.1038818359375,3513,162.3220977783203,1,0,1.945910096168518,0,6.043331146240234,4.110873699188232,6.999517440795898,0,0,1,0,0,0,0,0,0,6.043331146240234 +6,0,1,1,NA,0,3,3,24,436.1632080078125,698.7012939453125,3304,162.3220977783203,1,0,1.7917594909667969,0,6.07801628112793,3.178053855895996,6.54922342300415,0,0,1,0,0,0,0,0,0,6.07801628112793 +8,0,1,1,1,0,3,3,44,514.22650146484375,333.7662353515625,3628,162.3220977783203,1,0,2.079441547393799,0,6.242663860321045,3.7841897010803223,5.810441017150879,0,0,1,0,0,0,0,0,0,6.242663860321045 +2,0,1,1,1,0,3,3,27,496.87908935546875,185.7142791748047,3610,149.9311065673828,1,0,0.6931471824645996,0,6.208346843719482,3.295836925506592,5.224209308624268,0,0,1,0,0,0,0,0,0,6.208346843719482 +3,0,1,1,1,0,3,3,42,464.6625061035156,80.51947784423828,3628,162.3220977783203,1,0,1.0986123085021973,0,6.141311168670654,3.7376697063446045,4.3884992599487305,0,0,1,0,0,0,0,0,0,6.141311168670654 +0.25,0,1,1,1,0,3,3,27,372.9690856933594,74.025970458984375,3010,149.9311065673828,1,0,-1.3862943649291992,0,5.92149543762207,3.295836925506592,4.304416179656982,0,0,1,0,0,0,0,0,0,5.92149543762207 +11,0,1,1,1,0,1,3,29,480.77081298828125,549.35064697265625,3728,149.9311065673828,1,0,2.397895336151123,0,6.175390720367432,3.367295742034912,6.308736801147461,0,0,1,0,0,0,0,1,0,6.175390720367432 +7,0,1,0,1,0,1,3,41,408.90301513671875,155.8441619873047,3628,149.9311065673828,1,0,1.945910096168518,0,6.013477802276611,3.7135720252990723,5.048856735229492,0,0,1,0,0,0,0,1,0,6.013477802276611 +0.25,0,1,1,0,0,1,3,38,529.095703125,693.5064697265625,3149,162.3220977783203,1,0,-1.3862943649291992,0,6.271169185638428,3.6375861167907715,6.541760444641113,0,0,1,0,0,0,0,1,0,6.271169185638428 +6,0,1,1,1,0,1,3,33,423.7721862792969,1200,3540,162.3220977783203,1,0,1.7917594909667969,0,6.049196243286133,3.4965076446533203,7.090076923370361,0,0,1,0,0,0,0,1,0,6.049196243286133 +16,0,1,1,1,0,1,3,61,415.0985107421875,1166.2337646484375,3552,162.3220977783203,1,0,2.7725887298583984,0,6.028515815734863,4.110873699188232,7.061534881591797,0,0,1,0,0,0,0,1,0,6.028515815734863 +7,0,1,1,1,0,1,3,44,501.83551025390625,763.6363525390625,3428,162.3220977783203,1,0,1.945910096168518,0,6.2182722091674805,3.7841897010803223,6.638091564178467,0,0,1,0,0,0,0,1,0,6.2182722091674805 +3,0,1,1,1,0,1,3,36,411.3811950683594,1079.2208251953125,3528,162.3220977783203,1,0,1.0986123085021973,0,6.019520282745361,3.5835189819335938,6.983994483947754,0,0,1,0,0,0,0,1,0,6.019520282745361 +0.25,0,1,1,1,0,1,3,31,427.489501953125,167.532470703125,3640,149.9311065673828,1,0,-1.3862943649291992,0,6.057929515838623,3.4339871406555176,5.1211771965026855,0,0,1,0,0,0,0,1,0,6.057929515838623 +10,0,1,1,1,0,1,3,33,370.49090576171875,1166.2337646484375,3540,149.9311065673828,1,0,2.3025851249694824,0,5.914828777313232,3.4965076446533203,7.061534881591797,0,0,1,0,0,0,0,1,0,5.914828777313232 +0.25,0,1,1,1,0,1,3,32,371.7300109863281,267.532470703125,3540,149.9311065673828,1,0,-1.3862943649291992,0,5.918167591094971,3.465735912322998,5.589241027832031,0,0,1,0,0,0,0,1,0,5.918167591094971 +1,0,1,1,0,0,1,3,22,420.0549011230469,129.87013244628906,3540,162.3220977783203,1,0,0,0,6.0403852462768555,3.0910425186157227,4.866535186767578,0,0,1,0,0,0,0,1,0,6.0403852462768555 +1,0,1,1,0,0,1,3,26,428.7286071777344,246.7532501220703,3340,162.3220977783203,1,0,0,0,6.060823917388916,3.25809645652771,5.508388996124268,0,0,1,0,0,0,0,1,0,6.060823917388916 +0.25,0,1,0,1,0,1,3,41,384.1210021972656,297.402587890625,3237,255.2545928955078,1,0,-1.3862943649291992,0,5.950957775115967,3.7135720252990723,5.69508695602417,0,0,1,0,0,0,0,1,0,5.950957775115967 +6,0,1,1,1,0,1,3,56,436.1632080078125,442.8571472167969,3528,162.3220977783203,1,0,1.7917594909667969,0,6.07801628112793,4.025351524353027,6.093247413635254,0,0,1,0,0,0,0,1,0,6.07801628112793 +3,0,1,1,1,0,1,3,47,516.7047119140625,1818.1817626953125,3640,162.3220977783203,1,0,1.0986123085021973,0,6.247471332550049,3.8501474857330322,7.505592346191406,0,0,1,0,0,0,0,1,0,6.247471332550049 +5,0,1,1,1,1,1,3,33,379.16461181640625,2070.1298828125,3613,162.3220977783203,1,0,1.6094379425048828,0,5.9379706382751465,3.4965076446533203,7.635366439819336,0,0,1,0,0,0,0,1,0,5.9379706382751465 +10,0,1,1,1,0,1,3,56,505.55279541015625,114.28571319580078,3152,162.3220977783203,1,0,2.3025851249694824,0,6.225652694702148,4.025351524353027,4.738701343536377,0,0,1,0,0,0,0,1,0,6.225652694702148 +6,0,1,0,0,1,1,3,45,534.0521240234375,615.58441162109375,3640,162.3220977783203,1,0,1.7917594909667969,0,6.280493259429932,3.8066625595092773,6.422572135925293,0,0,1,0,0,0,0,1,0,6.280493259429932 +0.25,0,1,1,1,0,1,3,61,509.2701110839844,157.14285278320312,3640,162.3220977783203,1,0,-1.3862943649291992,0,6.232978343963623,4.110873699188232,5.057155132293701,0,0,1,0,0,0,0,1,0,6.232978343963623 +4,0,1,1,0,0,1,3,45,400.22930908203125,338.9610290527344,3540,149.9311065673828,1,0,1.3862943649291992,0,5.992037773132324,3.8066625595092773,5.82588529586792,0,0,1,0,0,0,0,1,0,5.992037773132324 +8,0,1,1,1,1,1,3,39,458.4670104980469,1363.6363525390625,3640,149.9311065673828,1,0,2.079441547393799,0,6.127888202667236,3.6635615825653076,7.217910289764404,0,0,1,0,0,0,0,1,0,6.127888202667236 +1,0,1,1,1,0,1,3,27,408.90301513671875,97.40259552001953,3504,149.9311065673828,1,0,0,0,6.013477802276611,3.295836925506592,4.578852653503418,0,0,1,0,0,0,0,1,0,6.013477802276611 +6,0,1,1,1,0,1,3,23,489.4444885253906,219.4805145263672,3628,162.3220977783203,1,0,1.7917594909667969,0,6.193271160125732,3.1354942321777344,5.391263484954834,0,0,1,0,0,0,0,1,0,6.193271160125732 +3,0,1,1,1,1,1,3,39,439.8804931640625,350.64935302734375,3340,162.3220977783203,1,0,1.0986123085021973,0,6.086503028869629,3.6635615825653076,5.859786510467529,0,0,1,0,0,0,0,1,0,6.086503028869629 +3,0,1,1,1,0,1,3,29,379.16461181640625,293.5065002441406,3640,149.9311065673828,1,0,1.0986123085021973,0,5.9379706382751465,3.367295742034912,5.6819000244140625,0,0,1,0,0,0,0,1,0,5.9379706382751465 +8,0,1,1,1,0,1,3,63,438.6413879394531,1390.9090576171875,3640,162.3220977783203,1,0,2.079441547393799,0,6.083682060241699,4.143134593963623,7.237712860107422,0,0,1,0,0,0,0,1,0,6.083682060241699 +5,0,1,1,1,0,1,3,41,397.7510986328125,1072.727294921875,3628,149.9311065673828,1,0,1.6094379425048828,0,5.98582649230957,3.7135720252990723,6.977959632873535,0,0,1,0,0,0,0,1,0,5.98582649230957 +6,0,1,0,1,0,1,3,36,382.88189697265625,893.5064697265625,3640,162.3220977783203,1,0,1.7917594909667969,0,5.947726726531982,3.5835189819335938,6.795153617858887,0,0,1,0,0,0,0,1,0,5.947726726531982 +9,0,1,1,1,1,1,3,36,405.1856994628906,7688.3115234375,3140,162.3220977783203,1,0,2.1972246170043945,0,6.004345417022705,3.5835189819335938,8.947456359863281,0,0,1,0,0,0,0,1,0,6.004345417022705 +153,0,1,1,1,1,1,3,50,498.1181945800781,10389.6103515625,3628,162.3220977783203,1,0,5.03043794631958,0,6.210837364196777,3.9120230674743652,9.24856185913086,0,0,1,0,0,0,0,1,0,6.210837364196777 +7,0,1,0,0,0,1,3,35,385.360107421875,298.7012939453125,3210,162.3220977783203,1,0,1.945910096168518,0,5.954178333282471,3.5553481578826904,5.69944429397583,0,0,1,0,0,0,0,1,0,5.954178333282471 +1,0,1,1,0,0,1,3,21,493.16180419921875,62.33766174316406,3749,149.9311065673828,1,0,0,0,6.200837135314941,3.044522523880005,4.132565975189209,0,0,1,0,0,0,0,1,0,6.200837135314941 +4,0,1,1,1,0,1,3,31,493.16180419921875,214.2857208251953,3628,162.3220977783203,1,0,1.3862943649291992,0,6.200837135314941,3.4339871406555176,5.367310047149658,0,0,1,0,0,0,0,1,0,6.200837135314941 +10,0,1,1,1,0,1,3,23,394.0338134765625,406.4934997558594,3613,162.3220977783203,1,0,2.3025851249694824,0,5.976436614990234,3.1354942321777344,6.007567882537842,0,0,1,0,0,0,0,1,0,5.976436614990234 +1,0,1,1,0,0,1,3,23,465.901611328125,125.97402954101562,3210,162.3220977783203,1,0,0,0,6.143974304199219,3.1354942321777344,4.836075782775879,0,0,1,0,0,0,0,1,0,6.143974304199219 +10,0,1,1,1,0,1,3,32,452.2715148925781,512.98699951171875,3428,162.3220977783203,1,0,2.3025851249694824,0,6.114282608032227,3.465735912322998,6.240250587463379,0,0,1,0,0,0,0,1,0,6.114282608032227 +6,0,1,1,0,1,1,3,21,371.7300109863281,1575.32470703125,3449,162.3220977783203,1,0,1.7917594909667969,0,5.918167591094971,3.044522523880005,7.362216472625732,0,0,1,0,0,0,0,1,0,5.918167591094971 +3,0,1,1,1,1,1,3,20,395.27288818359375,280.51947021484375,3340,162.3220977783203,1,0,1.0986123085021973,0,5.979576587677002,2.995732307434082,5.636642932891846,0,0,1,0,0,0,0,1,0,5.979576587677002 +0.25,0,1,1,0,0,1,3,41,403.94659423828125,132.467529296875,3543,162.3220977783203,1,0,-1.3862943649291992,0,6.001282691955566,3.7135720252990723,4.886337757110596,0,0,1,0,0,0,0,1,0,6.001282691955566 +2,0,1,1,1,0,1,3,55,372.9690856933594,1109.0909423828125,3540,162.3220977783203,1,0,0.6931471824645996,0,5.92149543762207,4.007333278656006,7.011295795440674,0,0,1,0,0,0,0,1,0,5.92149543762207 +4,0,1,1,1,0,1,3,60,412.62030029296875,2036.3636474609375,3640,162.3220977783203,1,0,1.3862943649291992,0,6.022527694702148,4.094344615936279,7.618920803070068,0,0,1,0,0,0,0,1,0,6.022527694702148 +3,0,1,1,1,0,1,3,34,446.07598876953125,919.48052978515625,3740,162.3220977783203,1,0,1.0986123085021973,0,6.100489139556885,3.526360511779785,6.823808670043945,0,0,1,0,0,0,0,1,0,6.100489139556885 +5,0,1,1,1,0,1,3,38,434.9241027832031,1177.922119140625,3504,162.3220977783203,1,0,1.6094379425048828,0,6.07517147064209,3.6375861167907715,7.071507453918457,0,0,1,0,0,0,0,1,0,6.07517147064209 +1,0,1,1,1,0,1,3,55,406.4248046875,205.19480895996094,3152,106.5625991821289,1,0,0,0,6.007399082183838,4.007333278656006,5.323959827423096,0,0,1,0,0,0,0,1,0,6.007399082183838 +6,0,1,1,1,0,1,3,41,421.29400634765625,877.92205810546875,3628,149.9311065673828,1,0,1.7917594909667969,0,6.043331146240234,3.7135720252990723,6.777557849884033,0,0,1,0,0,0,0,1,0,6.043331146240234 +4,0,1,1,1,0,2,3,48,664.1575927734375,196.10389709472656,3628,149.9311065673828,1,0,1.3862943649291992,0,6.498519420623779,3.8712010383605957,5.278644561767578,0,0,1,0,0,0,0,0,1,6.498519420623779 +7,0,1,1,1,0,2,3,29,442.35870361328125,397.402587890625,3352,162.3220977783203,1,0,1.945910096168518,0,6.092121124267578,3.367295742034912,5.984950065612793,0,0,1,0,0,0,0,0,1,6.092121124267578 +6,0,1,0,1,0,2,3,47,417.5766906738281,1003.8961181640625,3725,162.3220977783203,1,0,1.7917594909667969,0,6.034468173980713,3.8501474857330322,6.911643981933594,0,0,1,0,0,0,0,0,1,6.034468173980713 +1,0,1,1,0,0,2,3,41,428.7286071777344,120.77922058105469,3640,162.3220977783203,1,0,0,0,6.060823917388916,3.7135720252990723,4.793964385986328,0,0,1,0,0,0,0,0,1,6.060823917388916 +0.25,0,1,1,1,0,2,3,31,416.33758544921875,151.94805908203125,3340,162.3220977783203,1,0,-1.3862943649291992,0,6.031496524810791,3.4339871406555176,5.023538589477539,0,0,1,0,0,0,0,0,1,6.031496524810791 +3,0,1,1,1,1,2,3,29,396.5119934082031,509.0909118652344,3613,149.9311065673828,1,0,1.0986123085021973,0,5.982706069946289,3.367295742034912,6.232626438140869,0,0,1,0,0,0,0,0,1,5.982706069946289 +3,0,1,1,1,1,2,3,29,396.5119934082031,509.0909118652344,3613,149.9311065673828,1,0,1.0986123085021973,0,5.982706069946289,3.367295742034912,6.232626438140869,0,0,1,0,0,0,0,0,1,5.982706069946289 +0.25,0,1,1,1,1,2,3,24,433.68499755859375,894.80517578125,3540,149.9311065673828,1,0,-1.3862943649291992,0,6.0723185539245605,3.178053855895996,6.796606063842773,0,0,1,0,0,0,0,0,1,6.0723185539245605 +3,0,1,1,1,0,2,3,65,380.4036865234375,176.62338256835938,3628,162.3220977783203,1,0,1.0986123085021973,0,5.941233158111572,4.174387454986572,5.174019813537598,0,0,1,0,0,0,0,0,1,5.941233158111572 +1,0,1,1,0,0,2,3,25,656.7230224609375,161.03895568847656,3613,149.9311065673828,1,0,0,0,6.48726224899292,3.2188758850097656,5.08164644241333,0,0,1,0,0,0,0,0,1,6.48726224899292 +4,0,1,1,1,0,2,3,32,594.76800537109375,97.40259552001953,3449,149.9311065673828,1,0,1.3862943649291992,0,6.388171195983887,3.465735912322998,4.578852653503418,0,0,1,0,0,0,0,0,1,6.388171195983887 +2,0,1,1,1,0,2,3,28,568.74688720703125,1024.67529296875,3613,149.9311065673828,1,0,0.6931471824645996,0,6.343435287475586,3.332204580307007,6.932131290435791,0,0,1,0,0,0,0,0,1,6.343435287475586 +41,0,1,1,0,0,2,3,19,608.3980712890625,1479.2208251953125,3428,162.3220977783203,1,0,3.7135720252990723,0,6.410829544067383,2.944438934326172,7.2992706298828125,0,0,1,0,0,0,0,0,1,6.410829544067383 +9,0,1,1,1,0,2,3,46,635.6583251953125,266.2337646484375,3613,149.9311065673828,1,0,2.1972246170043945,0,6.4546613693237305,3.828641414642334,5.584374904632568,0,0,1,0,0,0,0,0,1,6.4546613693237305 +3,0,1,1,1,0,2,3,29,608.3980712890625,294.8052062988281,3710,149.9311065673828,1,0,1.0986123085021973,0,6.410829544067383,3.367295742034912,5.686314582824707,0,0,1,0,0,0,0,0,1,6.410829544067383 +8,0,1,1,0,0,2,3,35,604.6807861328125,0,3152,149.9311065673828,1,0,2.079441547393799,0,6.404700756072998,3.5553481578826904,0,0,0,1,0,0,0,0,0,1,6.404700756072998 +9,0,1,1,1,0,1,3,52,661.67938232421875,293.5065002441406,3528,149.9311065673828,1,0,2.1972246170043945,0,6.494781017303467,3.9512436389923096,5.6819000244140625,0,0,1,0,0,0,0,1,0,6.494781017303467 +38,0,1,1,1,1,1,3,32,682.74407958984375,937.662353515625,3152,199.49510192871094,1,0,3.6375861167907715,0,6.526120185852051,3.465735912322998,6.843389987945557,0,0,1,0,0,0,0,1,0,6.526120185852051 +3,0,1,1,1,0,1,3,43,416.33758544921875,1954.54541015625,3540,149.9311065673828,1,0,1.0986123085021973,0,6.031496524810791,3.761200189590454,7.5779128074646,0,0,1,0,0,0,0,1,0,6.031496524810791 +3,0,1,1,1,1,1,3,53,594.76800537109375,571.4285888671875,3640,149.9311065673828,1,0,1.0986123085021973,0,6.388171195983887,3.97029185295105,6.34813928604126,0,0,1,0,0,0,0,1,0,6.388171195983887 +0.25,0,1,1,1,0,1,3,36,475.81439208984375,150.64935302734375,3152,149.9311065673828,1,0,-1.3862943649291992,0,6.165027618408203,3.5835189819335938,5.014955043792725,0,0,1,0,0,0,0,1,0,6.165027618408203 +0.25,0,1,1,1,0,1,3,32,426.2503967285156,101.29869842529297,3152,162.3220977783203,1,0,-1.3862943649291992,0,6.055027008056641,3.465735912322998,4.618073463439941,0,0,1,0,0,0,0,1,0,6.055027008056641 +1,0,1,1,0,0,1,3,22,387.8382873535156,141.55844116210938,3628,149.9311065673828,1,0,0,0,5.960588455200195,3.0910425186157227,4.952712535858154,0,0,1,0,0,0,0,1,0,5.960588455200195 +7,0,1,1,1,1,2,3,56,562.5513916015625,1761.0389404296875,3710,162.3220977783203,1,0,1.945910096168518,0,6.33248233795166,4.025351524353027,7.473659038543701,0,0,1,0,0,0,0,0,1,6.33248233795166 +2,0,1,1,0,1,2,3,27,371.7300109863281,844.15582275390625,3310,162.3220977783203,1,0,0.6931471824645996,0,5.918167591094971,3.295836925506592,6.73833703994751,0,0,1,0,0,0,0,0,1,5.918167591094971 +6,0,1,1,0,0,2,3,20,428.7286071777344,990.90911865234375,3640,149.9311065673828,1,0,1.7917594909667969,0,6.060823917388916,2.995732307434082,6.898622989654541,0,0,1,0,0,0,0,0,1,6.060823917388916 +1,0,1,1,1,0,2,3,57,594.76800537109375,172.72727966308594,3010,149.9311065673828,1,0,0,0,6.388171195983887,4.043051242828369,5.151713848114014,0,0,1,0,0,0,0,0,1,6.388171195983887 +6,0,1,1,1,1,2,3,53,599.72442626953125,1090.9090576171875,3128,149.9311065673828,1,0,1.7917594909667969,0,6.396470069885254,3.97029185295105,6.994766712188721,0,0,1,0,0,0,0,0,1,6.396470069885254 +40,0,1,1,1,1,2,3,60,396.5119934082031,4970.1298828125,3128,149.9311065673828,1,0,3.6888794898986816,0,5.982706069946289,4.094344615936279,8.511200904846191,0,0,1,0,0,0,0,0,1,5.982706069946289 +5,0,1,1,1,1,2,3,38,446.07598876953125,1628.5714111328125,3240,149.9311065673828,1,0,1.6094379425048828,0,6.100489139556885,3.6375861167907715,7.395458698272705,0,0,1,0,0,0,0,0,1,6.100489139556885 +0.25,0,1,1,1,0,2,3,48,705.04791259765625,72.7272720336914,3449,149.9311065673828,1,0,-1.3862943649291992,0,6.558265686035156,3.8712010383605957,4.286716461181641,0,0,1,0,0,0,0,0,1,6.558265686035156 +4,0,1,1,1,0,2,3,69,682.74407958984375,972.727294921875,3640,149.9311065673828,1,0,1.3862943649291992,0,6.526120185852051,4.234106540679932,6.880103588104248,0,0,1,0,0,0,0,0,1,6.526120185852051 +26,0,1,1,0,0,2,3,50,682.74407958984375,2763.636474609375,3602,49.56399917602539,1,0,3.25809645652771,0,6.526120185852051,3.9120230674743652,7.924302577972412,0,0,1,0,0,0,0,0,1,6.526120185852051 +4,0,1,1,1,0,2,3,47,672.831298828125,716.88311767578125,3628,149.9311065673828,1,0,1.3862943649291992,0,6.5114946365356445,3.8501474857330322,6.574913024902344,0,0,1,0,0,0,0,0,1,6.5114946365356445 +3,0,1,1,1,0,2,3,61,371.7300109863281,109.09091186523438,3152,162.3220977783203,1,0,1.0986123085021973,0,5.918167591094971,4.110873699188232,4.692181587219238,0,0,1,0,0,0,0,0,1,5.918167591094971 +3,0,1,1,1,1,2,3,28,396.5119934082031,1816.883056640625,3004,162.3220977783203,1,0,1.0986123085021973,0,5.982706069946289,3.332204580307007,7.50487756729126,0,0,1,0,0,0,0,0,1,5.982706069946289 +5,0,1,1,1,0,2,3,27,515.465576171875,210.38961791992188,3528,149.9311065673828,1,0,1.6094379425048828,0,6.245070457458496,3.295836925506592,5.348961353302002,0,0,1,0,0,0,0,0,1,6.245070457458496 +3,0,1,1,1,0,2,3,31,703.80877685546875,1400,3640,149.9311065673828,1,0,1.0986123085021973,0,6.556506633758545,3.4339871406555176,7.244227409362793,0,0,1,0,0,0,0,0,1,6.556506633758545 +23,0,1,1,1,0,2,3,27,495.6400146484375,346.75323486328125,3228,162.3220977783203,1,0,3.1354942321777344,0,6.205850124359131,3.295836925506592,5.848613262176514,0,0,1,0,0,0,0,0,1,6.205850124359131 +9,0,1,1,1,0,2,3,29,408.90301513671875,2777.922119140625,3728,162.3220977783203,1,0,2.1972246170043945,0,6.013477802276611,3.367295742034912,7.9294586181640625,0,0,1,0,0,0,0,0,1,6.013477802276611 +4,0,1,1,1,0,2,3,48,438.6413879394531,1054.54541015625,3210,149.9311065673828,1,0,1.3862943649291992,0,6.083682060241699,3.8712010383605957,6.960865020751953,0,0,1,0,0,0,0,0,1,6.083682060241699 +7,0,1,1,1,0,2,3,28,520.4219970703125,0,3725,149.9311065673828,1,0,1.945910096168518,0,6.254640102386475,3.332204580307007,0,0,0,1,0,0,0,0,0,1,6.254640102386475 +5,0,1,1,1,0,2,3,55,565.02960205078125,333.7662353515625,3640,149.9311065673828,1,0,1.6094379425048828,0,6.336878299713135,4.007333278656006,5.810441017150879,0,0,1,0,0,0,0,0,1,6.336878299713135 +6,0,1,1,1,0,2,3,42,396.5119934082031,484.41558837890625,3152,149.9311065673828,1,0,1.7917594909667969,0,5.982706069946289,3.7376697063446045,6.182943344116211,0,0,1,0,0,0,0,0,1,5.982706069946289 +6,0,1,1,0,1,2,3,20,443.5978088378906,2207.792236328125,3540,162.3220977783203,1,0,1.7917594909667969,0,6.094918251037598,2.995732307434082,7.699748516082764,0,0,1,0,0,0,0,0,1,6.094918251037598 +1,0,1,1,1,0,2,3,43,434.9241027832031,1346.7532958984375,3440,149.9311065673828,1,0,0,0,6.07517147064209,3.761200189590454,7.205451965332031,0,0,1,0,0,0,0,0,1,6.07517147064209 +1,0,1,1,0,0,2,3,24,396.5119934082031,97.40259552001953,3740,149.9311065673828,1,0,0,0,5.982706069946289,3.178053855895996,4.578852653503418,0,0,1,0,0,0,0,0,1,5.982706069946289 +8,0,1,1,1,1,2,3,49,495.6400146484375,4316.88330078125,3143,149.9311065673828,1,0,2.079441547393799,0,6.205850124359131,3.891820192337036,8.370288848876953,0,0,1,0,0,0,0,0,1,6.205850124359131 +1,0,1,1,1,0,2,3,52,454.74969482421875,138.96104431152344,3628,162.3220977783203,1,0,0,0,6.119747161865234,3.9512436389923096,4.9341936111450195,0,0,1,0,0,0,0,0,1,6.119747161865234 +3,0,1,1,1,0,2,3,52,495.6400146484375,64.93506622314453,3152,149.9311065673828,1,0,1.0986123085021973,0,6.205850124359131,3.9512436389923096,4.1733880043029785,0,0,1,0,0,0,0,0,1,6.205850124359131 +7,0,1,1,0,0,2,3,22,427.489501953125,1035.06494140625,3640,149.9311065673828,1,0,1.945910096168518,0,6.057929515838623,3.0910425186157227,6.942219257354736,0,0,1,0,0,0,0,0,1,6.057929515838623 +9,0,1,1,1,0,2,3,36,396.5119934082031,311.6883239746094,3128,149.9311065673828,1,0,2.1972246170043945,0,5.982706069946289,3.5835189819335938,5.742003917694092,0,0,1,0,0,0,0,0,1,5.982706069946289 +3,0,1,1,1,0,2,3,28,410.14208984375,192.20779418945312,3528,149.9311065673828,1,0,1.0986123085021973,0,6.016503810882568,3.332204580307007,5.2585768699646,0,0,1,0,0,0,0,0,1,6.016503810882568 +3,0,1,1,0,0,2,3,31,396.5119934082031,259.7402648925781,3628,149.9311065673828,1,0,1.0986123085021973,0,5.982706069946289,3.4339871406555176,5.559682369232178,0,0,1,0,0,0,0,0,1,5.982706069946289 +3,0,1,1,1,0,2,3,57,418.8157958984375,210.38961791992188,3640,162.3220977783203,1,0,1.0986123085021973,0,6.037431240081787,4.043051242828369,5.348961353302002,0,0,1,0,0,0,0,0,1,6.037431240081787 +4,0,1,1,1,0,2,3,47,557.594970703125,1128.5714111328125,3210,162.3220977783203,1,0,1.3862943649291992,0,6.323632717132568,3.8501474857330322,7.028707981109619,0,0,1,0,0,0,0,0,1,6.323632717132568 +2,0,1,0,0,0,2,3,23,443.5978088378906,264.93505859375,3428,162.3220977783203,1,0,0.6931471824645996,0,6.094918251037598,3.1354942321777344,5.579484939575195,0,0,1,0,0,0,0,0,1,6.094918251037598 +9,0,1,1,0,0,2,3,41,371.7300109863281,633.7662353515625,3428,149.9311065673828,1,0,2.1972246170043945,0,5.918167591094971,3.7135720252990723,6.4516801834106445,0,0,1,0,0,0,0,0,1,5.918167591094971 +1,0,1,1,1,0,2,3,25,638.136474609375,1807.792236328125,3540,149.9311065673828,1,0,0,0,6.458552360534668,3.2188758850097656,7.499861717224121,0,0,1,0,0,0,0,0,1,6.458552360534668 +8,0,1,1,1,0,2,3,53,638.136474609375,940.259765625,3540,162.3220977783203,1,0,2.079441547393799,0,6.458552360534668,3.97029185295105,6.846156120300293,0,0,1,0,0,0,0,0,1,6.458552360534668 +6,0,1,1,1,1,2,3,31,638.136474609375,3175.32470703125,3528,149.9311065673828,1,0,1.7917594909667969,0,6.458552360534668,3.4339871406555176,8.063164710998535,0,0,1,0,0,0,0,0,1,6.458552360534668 +6,0,1,1,0,1,2,3,36,480.77081298828125,207.79220581054688,3152,149.9311065673828,1,0,1.7917594909667969,0,6.175390720367432,3.5835189819335938,5.336538791656494,0,0,1,0,0,0,0,0,1,6.175390720367432 +4,0,1,1,1,1,2,3,21,436.1632080078125,180.5194854736328,3504,149.9311065673828,1,0,1.3862943649291992,0,6.07801628112793,3.044522523880005,5.195838928222656,0,0,1,0,0,0,0,0,1,6.07801628112793 +3,0,1,1,1,0,2,3,48,574.9423828125,850.64935302734375,3340,162.3220977783203,1,0,1.0986123085021973,0,6.354269981384277,3.8712010383605957,6.745999813079834,0,0,1,0,0,0,0,0,1,6.354269981384277 +4,0,1,1,0,0,2,3,26,402.7074890136719,1524.67529296875,3428,149.9311065673828,1,0,1.3862943649291992,0,5.998210430145264,3.25809645652771,7.3295369148254395,0,0,1,0,0,0,0,0,1,5.998210430145264 +6,0,1,1,1,1,2,3,60,411.3811950683594,1585.7142333984375,3602,162.3220977783203,1,0,1.7917594909667969,0,6.019520282745361,4.094344615936279,7.368790149688721,0,0,1,0,0,0,0,0,1,6.019520282745361 +10,0,1,1,0,0,2,3,17,402.7074890136719,527.272705078125,3602,149.9311065673828,1,0,2.3025851249694824,0,5.998210430145264,2.8332133293151855,6.2677178382873535,0,0,1,0,0,0,0,0,1,5.998210430145264 +7,0,1,1,1,0,2,3,36,571.22509765625,120.77922058105469,3716,162.3220977783203,1,0,1.945910096168518,0,6.34778356552124,3.5835189819335938,4.793964385986328,0,0,1,0,0,0,0,0,1,6.34778356552124 +4,0,1,1,1,1,2,3,19,421.29400634765625,1138.9610595703125,3304,162.3220977783203,1,0,1.3862943649291992,0,6.043331146240234,2.944438934326172,7.037871837615967,0,0,1,0,0,0,0,0,1,6.043331146240234 +3,0,1,1,1,0,2,3,23,468.3797912597656,323.3766174316406,3110,149.9311065673828,1,0,1.0986123085021973,0,6.149279594421387,3.1354942321777344,5.778817653656006,0,0,1,0,0,0,0,0,1,6.149279594421387 +9,0,1,1,1,1,2,3,21,441.1195983886719,2525.97412109375,3543,162.3220977783203,1,0,2.1972246170043945,0,6.089315891265869,3.044522523880005,7.834382057189941,0,0,1,0,0,0,0,0,1,6.089315891265869 +4,0,1,1,1,0,3,3,53,508.031005859375,105.19480895996094,3152,149.9311065673828,1,0,1.3862943649291992,0,6.2305426597595215,3.97029185295105,4.655814170837402,0,0,1,0,0,0,0,0,0,6.2305426597595215 +1,0,1,1,1,0,3,3,52,572.46417236328125,183.11688232421875,3410,162.3220977783203,1,0,0,0,6.349950313568115,3.9512436389923096,5.210124492645264,0,0,1,0,0,0,0,0,0,6.349950313568115 +0.25,0,1,1,1,0,3,3,26,433.68499755859375,141.55844116210938,3328,149.9311065673828,1,0,-1.3862943649291992,0,6.0723185539245605,3.25809645652771,4.952712535858154,0,0,1,0,0,0,0,0,0,6.0723185539245605 +5,0,1,1,1,1,3,3,41,426.2503967285156,276.6233825683594,3152,162.3220977783203,1,0,1.6094379425048828,0,6.055027008056641,3.7135720252990723,5.62265682220459,0,0,1,0,0,0,0,0,0,6.055027008056641 +1,0,1,1,1,0,3,3,50,529.095703125,93.5064926147461,3152,149.9311065673828,1,0,0,0,6.271169185638428,3.9120230674743652,4.538031101226807,0,0,1,0,0,0,0,0,0,6.271169185638428 +3,0,1,1,1,1,3,3,45,454.74969482421875,797.402587890625,3328,149.9311065673828,1,0,1.0986123085021973,0,6.119747161865234,3.8066625595092773,6.681359767913818,0,0,1,0,0,0,0,0,0,6.119747161865234 +7,0,1,1,1,0,3,3,51,532.81298828125,497.402587890625,3216,149.9311065673828,1,0,1.945910096168518,0,6.278170585632324,3.931825637817383,6.209399700164795,0,0,1,0,0,0,0,0,0,6.278170585632324 +8,0,1,1,1,0,3,3,43,534.0521240234375,323.3766174316406,3328,149.9311065673828,1,0,2.079441547393799,0,6.280493259429932,3.761200189590454,5.778817653656006,0,0,1,0,0,0,0,0,0,6.280493259429932 +8,0,1,1,1,0,3,3,43,534.0521240234375,418.18182373046875,3328,149.9311065673828,1,0,2.079441547393799,0,6.280493259429932,3.761200189590454,6.035916328430176,0,0,1,0,0,0,0,0,0,6.280493259429932 +1,0,1,1,1,0,3,3,41,573.70330810546875,155.8441619873047,3152,116.47540283203125,1,0,0,0,6.352112293243408,3.7135720252990723,5.048856735229492,0,0,1,0,0,0,0,0,0,6.352112293243408 +4,0,1,1,1,0,3,3,47,390.3164978027344,63.6363639831543,3149,149.9311065673828,1,0,1.3862943649291992,0,5.966958045959473,3.8501474857330322,4.15318489074707,0,0,1,0,0,0,0,0,0,5.966958045959473 +12,0,1,1,1,1,3,3,60,534.0521240234375,1537.662353515625,3228,149.9311065673828,1,0,2.4849066734313965,0,6.280493259429932,4.094344615936279,7.338018417358398,0,0,1,0,0,0,0,0,0,6.280493259429932 +7,0,1,1,1,0,3,3,28,546.443115234375,1255.8441162109375,3613,162.3220977783203,1,0,1.945910096168518,0,6.303430080413818,3.332204580307007,7.135563373565674,0,0,1,0,0,0,0,0,0,6.303430080413818 +6,0,1,1,1,0,3,3,42,546.443115234375,755.84417724609375,3737,162.3220977783203,1,0,1.7917594909667969,0,6.303430080413818,3.7376697063446045,6.627835273742676,0,0,1,0,0,0,0,0,0,6.303430080413818 +17,0,1,1,0,1,3,3,52,531.57391357421875,1620.7791748046875,3152,149.9311065673828,1,0,2.8332133293151855,0,6.275842189788818,3.9512436389923096,7.39066219329834,0,0,1,0,0,0,0,0,0,6.275842189788818 +8,0,1,1,0,0,3,3,54,532.81298828125,597.402587890625,3428,162.3220977783203,1,0,2.079441547393799,0,6.278170585632324,3.9889841079711914,6.3925909996032715,0,0,1,0,0,0,0,0,0,6.278170585632324 +0.25,0,1,1,1,0,3,3,25,534.0521240234375,110.38961029052734,3540,149.9311065673828,1,0,-1.3862943649291992,0,6.280493259429932,3.2188758850097656,4.704016208648682,0,0,1,0,0,0,0,0,0,6.280493259429932 +13,0,1,1,1,1,3,3,41,381.6427917480469,1251.947998046875,3640,149.9311065673828,1,0,2.5649492740631104,0,5.944485187530518,3.7135720252990723,7.132455825805664,0,0,1,0,0,0,0,0,0,5.944485187530518 +12,0,1,1,1,0,3,3,50,385.360107421875,3061.0390625,3640,162.3220977783203,1,0,2.4849066734313965,0,5.954178333282471,3.9120230674743652,8.026509284973145,0,0,1,0,0,0,0,0,0,5.954178333282471 +4,0,1,1,1,0,3,3,30,375.4472961425781,49.350650787353516,3149,162.3220977783203,1,0,1.3862943649291992,0,5.9281182289123535,3.4011974334716797,3.8989510536193848,0,0,1,0,0,0,0,0,0,5.9281182289123535 +3,0,1,1,1,0,3,3,29,406.4248046875,319.48052978515625,3428,162.3220977783203,1,0,1.0986123085021973,0,6.007399082183838,3.367295742034912,5.766696453094482,0,0,1,0,0,0,0,0,0,6.007399082183838 +8,0,1,1,0,0,2,3,39,408.90301513671875,990.90911865234375,3740,149.9311065673828,1,0,2.079441547393799,0,6.013477802276611,3.6635615825653076,6.898622989654541,0,0,1,0,0,0,0,0,1,6.013477802276611 +8,0,1,1,1,0,3,3,63,426.2503967285156,1080.51953125,3702,149.9311065673828,1,0,2.079441547393799,0,6.055027008056641,4.143134593963623,6.985197067260742,0,0,1,0,0,0,0,0,0,6.055027008056641 +6,0,1,1,1,0,3,3,40,421.29400634765625,306.4934997558594,3628,149.9311065673828,1,0,1.7917594909667969,0,6.043331146240234,3.6888794898986816,5.725196361541748,0,0,1,0,0,0,0,0,0,6.043331146240234 +16,0,1,1,1,0,3,3,29,459.7060852050781,719.48052978515625,3110,149.9311065673828,1,0,2.7725887298583984,0,6.130587577819824,3.367295742034912,6.578529357910156,0,0,1,0,0,0,0,0,0,6.130587577819824 +10,0,1,1,1,0,3,3,29,459.7060852050781,480.51947021484375,3628,162.3220977783203,1,0,2.3025851249694824,0,6.130587577819824,3.367295742034912,6.174867630004883,0,0,1,0,0,0,0,0,0,6.130587577819824 +4,0,1,1,1,0,3,3,35,371.7300109863281,264.93505859375,3237,162.3220977783203,1,0,1.3862943649291992,0,5.918167591094971,3.5553481578826904,5.579484939575195,0,0,1,0,0,0,0,0,0,5.918167591094971 +8,0,1,1,1,0,3,3,30,394.0338134765625,464.93505859375,3616,162.3220977783203,1,0,2.079441547393799,0,5.976436614990234,3.4011974334716797,6.141897678375244,0,0,1,0,0,0,0,0,0,5.976436614990234 +3,0,1,1,1,0,3,3,50,464.6625061035156,371.4285583496094,3640,162.3220977783203,1,0,1.0986123085021973,0,6.141311168670654,3.9120230674743652,5.917356491088867,0,0,1,0,0,0,0,0,0,6.141311168670654 +7,0,1,1,1,1,3,3,26,460.9451904296875,4642.85693359375,3136,162.3220977783203,1,0,1.945910096168518,0,6.133279323577881,3.25809645652771,8.443084716796875,0,0,1,0,0,0,0,0,0,6.133279323577881 +7,0,1,0,0,0,3,3,54,377.9255065917969,698.7012939453125,3428,162.3220977783203,1,0,1.945910096168518,0,5.934697151184082,3.9889841079711914,6.54922342300415,0,0,1,0,0,0,0,0,0,5.934697151184082 +4,0,1,1,1,1,3,3,29,400.22930908203125,664.93505859375,3004,149.9311065673828,1,0,1.3862943649291992,0,5.992037773132324,3.367295742034912,6.49968957901001,0,0,1,0,0,0,0,0,0,5.992037773132324 +4,0,1,1,1,0,3,3,58,413.8594055175781,441.5584411621094,3128,162.3220977783203,1,0,1.3862943649291992,0,6.025526523590088,4.060442924499512,6.090310573577881,0,0,1,0,0,0,0,0,0,6.025526523590088 +3,0,1,0,1,0,3,3,53,371.7300109863281,342.8571472167969,3152,149.9311065673828,1,0,1.0986123085021973,0,5.918167591094971,3.97029185295105,5.837313652038574,0,0,1,0,0,0,0,0,0,5.918167591094971 +0.25,0,1,1,1,0,3,3,48,490.68359375,0,3110,149.9311065673828,1,0,-1.3862943649291992,0,6.195799350738525,3.8712010383605957,0,0,0,1,0,0,0,0,0,0,6.195799350738525 +14,0,1,1,1,1,3,3,48,452.2715148925781,1466.2337646484375,3149,162.3220977783203,1,0,2.6390573978424072,0,6.114282608032227,3.8712010383605957,7.290452480316162,0,0,1,0,0,0,0,0,0,6.114282608032227 +0.25,0,1,0,1,0,3,3,21,452.2715148925781,129.87013244628906,3340,149.9311065673828,1,0,-1.3862943649291992,0,6.114282608032227,3.044522523880005,4.866535186767578,0,0,1,0,0,0,0,0,0,6.114282608032227 +2,0,1,1,1,0,3,3,27,428.7286071777344,474.0259704589844,3352,149.9311065673828,1,0,0.6931471824645996,0,6.060823917388916,3.295836925506592,6.161262035369873,0,0,1,0,0,0,0,0,0,6.060823917388916 +6,0,1,1,1,0,3,3,37,452.2715148925781,1989.6103515625,3555,162.3220977783203,1,0,1.7917594909667969,0,6.114282608032227,3.610917806625366,7.595694065093994,0,0,1,0,0,0,0,0,0,6.114282608032227 +3,0,1,1,0,0,3,3,44,452.2715148925781,240.25973510742188,3640,162.3220977783203,1,0,1.0986123085021973,0,6.114282608032227,3.7841897010803223,5.481720447540283,0,0,1,0,0,0,0,0,0,6.114282608032227 +3,0,1,1,0,0,3,3,41,484.48809814453125,445.4545593261719,3340,149.9311065673828,1,0,1.0986123085021973,0,6.183093070983887,3.7135720252990723,6.099095344543457,0,0,1,0,0,0,0,0,0,6.183093070983887 +0.25,0,1,1,1,0,3,3,29,465.901611328125,444.1558532714844,3352,162.3220977783203,1,0,-1.3862943649291992,0,6.143974304199219,3.367295742034912,6.096175670623779,0,0,1,0,0,0,0,0,0,6.143974304199219 +1,0,1,1,0,0,3,3,23,444.8369140625,153.2467498779297,3513,162.3220977783203,1,0,0,0,6.097707748413086,3.1354942321777344,5.032049179077148,0,0,1,0,0,0,0,0,0,6.097707748413086 +4,0,1,1,0,0,3,3,28,439.8804931640625,136.36363220214844,3452,154.8874969482422,1,0,1.3862943649291992,0,6.086503028869629,3.332204580307007,4.915325164794922,0,0,1,0,0,0,0,0,0,6.086503028869629 +2,0,1,1,NA,1,3,3,42,439.8804931640625,241.55844116210938,3628,149.9311065673828,1,0,0.6931471824645996,0,6.086503028869629,3.7376697063446045,5.487111568450928,0,0,1,0,0,0,0,0,0,6.086503028869629 +12,0,1,0,1,1,3,3,31,402.7074890136719,2228.571533203125,3328,149.9311065673828,1,0,2.4849066734313965,0,5.998210430145264,3.4339871406555176,7.709115982055664,0,0,1,0,0,0,0,0,0,5.998210430145264 +1,0,1,1,1,0,3,3,43,428.7286071777344,137.66233825683594,3628,149.9311065673828,1,0,0,0,6.060823917388916,3.761200189590454,4.924803733825684,0,0,1,0,0,0,0,0,0,6.060823917388916 +5,0,1,1,1,1,3,3,32,411.3811950683594,2396.10400390625,3210,149.9311065673828,1,0,1.6094379425048828,0,6.019520282745361,3.465735912322998,7.781599521636963,0,0,1,0,0,0,0,0,0,6.019520282745361 +26,0,1,1,1,1,3,3,48,426.2503967285156,6055.84423828125,3713,162.3220977783203,1,0,3.25809645652771,0,6.055027008056641,3.8712010383605957,8.708779335021973,0,0,1,0,0,0,0,0,0,6.055027008056641 +3,0,1,1,1,0,3,3,32,381.6427917480469,298.7012939453125,3510,149.9311065673828,1,0,1.0986123085021973,0,5.944485187530518,3.465735912322998,5.69944429397583,0,0,1,0,0,0,0,0,0,5.944485187530518 +7,0,1,1,1,1,3,3,55,431.206787109375,1270.1298828125,3540,149.9311065673828,1,0,1.945910096168518,0,6.066587924957275,4.007333278656006,7.14687442779541,0,0,1,0,0,0,0,0,0,6.066587924957275 +1,0,1,1,1,1,3,3,30,423.7721862792969,1666.2337646484375,3052,149.9311065673828,1,0,0,0,6.049196243286133,3.4011974334716797,7.418321132659912,0,0,1,0,0,0,0,0,0,6.049196243286133 +1,0,1,1,0,0,3,3,55,371.7300109863281,0,3740,149.9311065673828,1,0,0,0,5.918167591094971,4.007333278656006,0,0,0,1,0,0,0,0,0,0,5.918167591094971 +0.25,0,1,1,1,0,3,3,39,446.07598876953125,223.37661743164062,3640,149.9311065673828,1,0,-1.3862943649291992,0,6.100489139556885,3.6635615825653076,5.4088592529296875,0,0,1,0,0,0,0,0,0,6.100489139556885 +1,0,1,1,1,0,3,3,26,408.90301513671875,40.25973892211914,3628,162.3220977783203,1,0,0,0,6.013477802276611,3.25809645652771,3.6953518390655518,0,0,1,0,0,0,0,0,0,6.013477802276611 +0.25,0,1,1,1,0,3,3,44,396.5119934082031,140.25973510742188,3540,162.3220977783203,1,0,-1.3862943649291992,0,5.982706069946289,3.7841897010803223,4.943495750427246,0,0,1,0,0,0,0,0,0,5.982706069946289 +3,0,1,1,1,0,3,3,35,408.90301513671875,179.2207794189453,3152,149.9311065673828,1,0,1.0986123085021973,0,6.013477802276611,3.5553481578826904,5.1886186599731445,0,0,1,0,0,0,0,0,0,6.013477802276611 +1,0,1,1,1,0,3,3,36,376.6864013671875,314.28570556640625,3152,162.3220977783203,1,0,0,0,5.931413173675537,3.5835189819335938,5.750302314758301,0,0,1,0,0,0,0,0,0,5.931413173675537 +3,0,1,1,0,1,3,3,26,526.61749267578125,1277.922119140625,3504,149.9311065673828,1,0,1.0986123085021973,0,6.26647424697876,3.25809645652771,7.152990818023682,0,0,1,0,0,0,0,0,0,6.26647424697876 +9,0,1,1,0,0,3,3,21,681.5050048828125,425.9740295410156,3528,162.3220977783203,1,0,2.1972246170043945,0,6.524303436279297,3.044522523880005,6.054378509521484,0,0,1,0,0,0,0,0,0,6.524303436279297 +2,0,1,1,1,0,3,3,29,433.68499755859375,150.64935302734375,3540,149.9311065673828,1,0,0.6931471824645996,0,6.0723185539245605,3.367295742034912,5.014955043792725,0,0,1,0,0,0,0,0,0,6.0723185539245605 +6,0,1,1,1,1,3,3,48,436.1632080078125,505.1947937011719,3640,149.9311065673828,1,0,1.7917594909667969,0,6.07801628112793,3.8712010383605957,6.224944114685059,0,0,1,0,0,0,0,0,0,6.07801628112793 +6,0,1,1,1,0,3,3,47,371.7300109863281,387.01300048828125,3210,149.9311065673828,1,0,1.7917594909667969,0,5.918167591094971,3.8501474857330322,5.958458423614502,0,0,1,0,0,0,0,0,0,5.918167591094971 +5,0,1,1,1,0,3,3,30,371.7300109863281,137.66233825683594,3740,162.3220977783203,1,0,1.6094379425048828,0,5.918167591094971,3.4011974334716797,4.924803733825684,0,0,1,0,0,0,0,0,0,5.918167591094971 +10,0,1,1,1,0,3,3,38,639.3756103515625,16.88311767578125,3149,162.3220977783203,1,0,2.3025851249694824,0,6.460492134094238,3.6375861167907715,2.8263142108917236,0,0,1,0,0,0,0,0,0,6.460492134094238 +7,0,1,1,1,0,3,3,37,493.16180419921875,1087.012939453125,3428,162.3220977783203,1,0,1.945910096168518,0,6.200837135314941,3.610917806625366,6.991189002990723,0,0,1,0,0,0,0,0,0,6.200837135314941 +2,0,1,1,1,0,3,3,27,490.68359375,306.4934997558594,3228,149.9311065673828,1,0,0.6931471824645996,0,6.195799350738525,3.295836925506592,5.725196361541748,0,0,1,0,0,0,0,0,0,6.195799350738525 +8,0,1,1,1,0,3,3,58,596.007080078125,983.11688232421875,3647,162.3220977783203,1,0,2.079441547393799,0,6.390252590179443,4.060442924499512,6.890727996826172,0,0,1,0,0,0,0,0,0,6.390252590179443 +6,0,1,1,0,1,3,3,29,403.94659423828125,5702.59716796875,3140,149.9311065673828,1,0,1.7917594909667969,0,6.001282691955566,3.367295742034912,8.648676872253418,0,0,1,0,0,0,0,0,0,6.001282691955566 +10,0,1,0,0,1,3,3,24,489.4444885253906,5005.19482421875,3504,162.3220977783203,1,0,2.3025851249694824,0,6.193271160125732,3.178053855895996,8.518231391906738,0,0,1,0,0,0,0,0,0,6.193271160125732 +3,0,1,1,1,0,3,3,28,371.7300109863281,98.70130157470703,3410,162.3220977783203,1,0,1.0986123085021973,0,5.918167591094971,3.332204580307007,4.592098236083984,0,0,1,0,0,0,0,0,0,5.918167591094971 +2,0,1,1,1,0,3,3,50,377.9255065917969,225.97402954101562,3152,162.3220977783203,1,0,0.6931471824645996,0,5.934697151184082,3.9120230674743652,5.420420169830322,0,0,1,0,0,0,0,0,0,5.934697151184082 +1,0,1,0,0,0,3,3,34,453.5105895996094,103.89610290527344,3504,116.47540283203125,1,0,0,0,6.117018699645996,3.526360511779785,4.6433916091918945,0,0,1,0,0,0,0,0,0,6.117018699645996 +5,0,1,1,1,0,2,3,36,428.7286071777344,219.4805145263672,3528,162.3220977783203,1,0,1.6094379425048828,0,6.060823917388916,3.5835189819335938,5.391263484954834,0,0,1,0,0,0,0,0,1,6.060823917388916 +37,0,1,1,1,1,3,4,46,701.33062744140625,8789.6103515625,4316,162.3220977783203,1,0,3.610917806625366,0,6.552979469299316,3.828641414642334,9.08132553100586,0,0,0,1,0,0,0,0,0,6.552979469299316 +1,0,1,1,1,0,3,4,20,431.206787109375,646.75323486328125,4852,149.9311065673828,1,0,0,0,6.066587924957275,2.995732307434082,6.4719648361206055,0,0,0,1,0,0,0,0,0,6.066587924957275 +4,0,1,1,1,1,3,4,33,494.4009094238281,2028.5714111328125,4434,162.3220977783203,1,0,1.3862943649291992,0,6.2033467292785645,3.4965076446533203,7.615087032318115,0,0,0,1,0,0,0,0,0,6.2033467292785645 +1,0,1,1,1,0,3,4,28,495.6400146484375,172.72727966308594,4152,43.368499755859375,1,0,0,0,6.205850124359131,3.332204580307007,5.151713848114014,0,0,0,1,0,0,0,0,0,6.205850124359131 +4,0,1,1,1,0,3,4,30,495.6400146484375,148.05194091796875,4540,162.3220977783203,1,0,1.3862943649291992,0,6.205850124359131,3.4011974334716797,4.997563362121582,0,0,0,1,0,0,0,0,0,6.205850124359131 +6,0,1,1,1,1,3,4,66,494.4009094238281,2400,4034,162.3220977783203,1,0,1.7917594909667969,0,6.2033467292785645,4.18965482711792,7.783224105834961,0,0,0,1,0,0,0,0,0,6.2033467292785645 +2,0,1,1,1,0,3,4,25,408.90301513671875,38.96104049682617,4110,162.3220977783203,1,0,0.6931471824645996,0,6.013477802276611,3.2188758850097656,3.662562131881714,0,0,0,1,0,0,0,0,0,6.013477802276611 +5,0,1,1,NA,1,3,4,31,451.03240966796875,1393.5064697265625,4628,149.9311065673828,1,0,1.6094379425048828,0,6.111539363861084,3.4339871406555176,7.239578723907471,0,0,0,1,0,0,0,0,0,6.111539363861084 +8,0,1,1,NA,1,3,4,27,479.5317077636719,2389.6103515625,4834,162.3220977783203,1,0,2.079441547393799,0,6.172810077667236,3.295836925506592,7.778885364532471,0,0,0,1,0,0,0,0,0,6.172810077667236 +1,0,1,1,1,0,3,4,39,539.00848388671875,171.42857360839844,4052,64.433197021484375,1,0,0,0,6.289731502532959,3.6635615825653076,5.144166469573975,0,0,0,1,0,0,0,0,0,6.289731502532959 +3,0,1,1,1,1,3,4,19,396.5119934082031,916.88311767578125,4410,149.9311065673828,1,0,1.0986123085021973,0,5.982706069946289,2.944438934326172,6.820980072021484,0,0,0,1,0,0,0,0,0,5.982706069946289 +6,0,1,1,1,1,3,4,43,468.3797912597656,876.62335205078125,4846,149.9311065673828,1,0,1.7917594909667969,0,6.149279594421387,3.761200189590454,6.7760772705078125,0,0,0,1,0,0,0,0,0,6.149279594421387 +3,0,1,1,1,0,3,4,50,540.24761962890625,267.532470703125,4452,149.9311065673828,1,0,1.0986123085021973,0,6.292027473449707,3.9120230674743652,5.589241027832031,0,0,0,1,0,0,0,0,0,6.292027473449707 +1,0,1,1,1,0,3,4,53,540.24761962890625,145.4545440673828,4852,149.9311065673828,1,0,0,0,6.292027473449707,3.97029185295105,4.97986364364624,0,0,0,1,0,0,0,0,0,6.292027473449707 +3,0,1,1,1,0,3,4,28,609.63720703125,805.19482421875,4034,149.9311065673828,1,0,1.0986123085021973,0,6.4128642082214355,3.332204580307007,6.691084384918213,0,0,0,1,0,0,0,0,0,6.4128642082214355 +9,0,1,1,1,1,3,4,47,536.5302734375,1790.9090576171875,4846,149.9311065673828,1,0,2.1972246170043945,0,6.285122871398926,3.8501474857330322,7.490478515625,0,0,0,1,0,0,0,0,0,6.285122871398926 +2,0,1,1,NA,0,3,4,29,421.29400634765625,197.40260314941406,4152,149.9311065673828,1,0,0.6931471824645996,0,6.043331146240234,3.367295742034912,5.285245418548584,0,0,0,1,0,0,0,0,0,6.043331146240234 +3,0,1,1,NA,1,3,4,31,371.7300109863281,1879.2208251953125,4034,149.9311065673828,1,0,1.0986123085021973,0,5.918167591094971,3.4339871406555176,7.538612365722656,0,0,0,1,0,0,0,0,0,5.918167591094971 +12,0,1,1,NA,1,3,4,53,421.29400634765625,4716.88330078125,4040,149.9311065673828,1,0,2.4849066734313965,0,6.043331146240234,3.97029185295105,8.458903312683105,0,0,0,1,0,0,0,0,0,6.043331146240234 +12,0,1,0,NA,1,3,4,45,421.29400634765625,3766.23388671875,4034,149.9311065673828,1,0,2.4849066734313965,0,6.043331146240234,3.8066625595092773,8.233830451965332,0,0,0,1,0,0,0,0,0,6.043331146240234 +6,0,1,1,1,1,3,4,56,429.96771240234375,2287.012939453125,4052,149.9311065673828,1,0,1.7917594909667969,0,6.0637102127075195,4.025351524353027,7.735002040863037,0,0,0,1,0,0,0,0,0,6.0637102127075195 +159,0,1,1,1,1,3,4,24,499.3572998046875,5938.9609375,4334,288.7102966308594,1,0,5.068904399871826,0,6.213321685791016,3.178053855895996,8.689289093017578,0,0,0,1,0,0,0,0,0,6.213321685791016 +5,0,1,1,1,0,3,4,23,490.68359375,238.96104431152344,4140,149.9311065673828,1,0,1.6094379425048828,0,6.195799350738525,3.1354942321777344,5.4763007164001465,0,0,0,1,0,0,0,0,0,6.195799350738525 +5,0,1,1,1,0,3,4,46,583.6160888671875,32.467533111572266,4534,288.7102966308594,1,0,1.6094379425048828,0,6.369243621826172,3.828641414642334,3.4802405834198,0,0,0,1,0,0,0,0,0,6.369243621826172 +1,0,1,1,1,0,3,4,41,499.3572998046875,0,4152,64.433197021484375,1,0,0,0,6.213321685791016,3.7135720252990723,0,0,0,0,1,0,0,0,0,0,6.213321685791016 +1,0,1,1,1,0,3,4,50,433.68499755859375,84.41558074951172,4110,162.3220977783203,1,0,0,0,6.0723185539245605,3.9120230674743652,4.435751914978027,0,0,0,1,0,0,0,0,0,6.0723185539245605 +2,0,1,1,1,0,3,4,33,508.031005859375,151.94805908203125,4110,162.3220977783203,1,0,0.6931471824645996,0,6.2305426597595215,3.4965076446533203,5.023538589477539,0,0,0,1,0,0,0,0,0,6.2305426597595215 +3,0,1,1,1,1,3,4,29,446.07598876953125,789.61041259765625,4749,149.9311065673828,1,0,1.0986123085021973,0,6.100489139556885,3.367295742034912,6.671539783477783,0,0,0,1,0,0,0,0,0,6.100489139556885 +5,0,1,1,1,0,3,4,21,495.6400146484375,603.8961181640625,4546,162.3220977783203,1,0,1.6094379425048828,0,6.205850124359131,3.044522523880005,6.403402328491211,0,0,0,1,0,0,0,0,0,6.205850124359131 +182,0,1,1,1,1,3,4,25,493.16180419921875,9090.9091796875,4334,162.3220977783203,1,0,5.204006671905518,0,6.200837135314941,3.2188758850097656,9.115030288696289,0,0,0,1,0,0,0,0,0,6.200837135314941 +3,0,1,0,0,0,3,4,29,396.5119934082031,193.50650024414062,4110,149.9311065673828,1,0,1.0986123085021973,0,5.982706069946289,3.367295742034912,5.265311241149902,0,0,0,1,0,0,0,0,0,5.982706069946289 +5,0,1,1,0,0,3,4,18,396.5119934082031,118.18181610107422,4010,149.9311065673828,1,0,1.6094379425048828,0,5.982706069946289,2.890371799468994,4.772224426269531,0,0,0,1,0,0,0,0,0,5.982706069946289 +1,0,1,1,1,0,3,4,44,539.00848388671875,154.5454559326172,4410,45.84669876098633,1,0,0,0,6.289731502532959,3.7841897010803223,5.040488243103027,0,0,0,1,0,0,0,0,0,6.289731502532959 +6,0,1,1,1,1,3,4,42,495.6400146484375,1062.337646484375,4110,162.3220977783203,1,0,1.7917594909667969,0,6.205850124359131,3.7376697063446045,6.968226909637451,0,0,0,1,0,0,0,0,0,6.205850124359131 +6,0,1,1,1,0,3,4,30,496.87908935546875,2406.493408203125,4634,162.3220977783203,1,0,1.7917594909667969,0,6.208346843719482,3.4011974334716797,7.78592586517334,0,0,0,1,0,0,0,0,0,6.208346843719482 +34,0,1,1,1,1,3,4,55,449.7933044433594,8523.376953125,4834,162.3220977783203,1,0,3.526360511779785,0,6.108788013458252,4.007333278656006,9.050567626953125,0,0,0,1,0,0,0,0,0,6.108788013458252 +6,0,1,1,1,1,3,4,30,576.1815185546875,2649.3505859375,4834,162.3220977783203,1,0,1.7917594909667969,0,6.3564229011535645,3.4011974334716797,7.882070064544678,0,0,0,1,0,0,0,0,0,6.3564229011535645 +2,0,1,1,NA,1,3,4,43,576.1815185546875,1440.259765625,4110,162.3220977783203,1,0,0.6931471824645996,0,6.3564229011535645,3.761200189590454,7.272578716278076,0,0,0,1,0,0,0,0,0,6.3564229011535645 +1,0,1,1,1,0,3,4,29,551.39947509765625,1324.67529296875,4846,22.303800582885742,1,0,0,0,6.312459468841553,3.367295742034912,7.188922882080078,0,0,0,1,0,0,0,0,0,6.312459468841553 +1,0,1,1,1,0,3,4,31,581.13787841796875,272.7272644042969,4410,116.47540283203125,1,0,0,0,6.364987850189209,3.4339871406555176,5.6084723472595215,0,0,0,1,0,0,0,0,0,6.364987850189209 +1,0,1,1,1,0,3,4,36,468.3797912597656,133.7662353515625,4110,149.9311065673828,1,0,0,0,6.149279594421387,3.5835189819335938,4.896093845367432,0,0,0,1,0,0,0,0,0,6.149279594421387 +3,0,1,1,1,0,3,4,51,576.1815185546875,85.71428680419922,4004,162.3220977783203,1,0,1.0986123085021973,0,6.3564229011535645,3.931825637817383,4.451019287109375,0,0,0,1,0,0,0,0,0,6.3564229011535645 +4,0,1,1,1,0,3,4,29,462.1842956542969,315.58441162109375,4610,149.9311065673828,1,0,1.3862943649291992,0,6.1359639167785645,3.367295742034912,5.754426002502441,0,0,0,1,0,0,0,0,0,6.1359639167785645 +6,0,1,1,1,1,3,4,39,433.68499755859375,1729.8701171875,4046,162.3220977783203,1,0,1.7917594909667969,0,6.0723185539245605,3.6635615825653076,7.455801486968994,0,0,0,1,0,0,0,0,0,6.0723185539245605 +1,0,1,1,1,1,3,4,32,452.2715148925781,872.727294921875,4019,69.38960266113281,1,0,0,0,6.114282608032227,3.465735912322998,6.771623134613037,0,0,0,1,0,0,0,0,0,6.114282608032227 +7,0,1,1,1,0,3,4,37,470.8580017089844,97.40259552001953,4410,162.3220977783203,1,0,1.945910096168518,0,6.154556751251221,3.610917806625366,4.578852653503418,0,0,0,1,0,0,0,0,0,6.154556751251221 +3,0,1,1,0,1,3,4,22,522.90020751953125,551.94805908203125,4846,162.3220977783203,1,0,1.0986123085021973,0,6.259390830993652,3.0910425186157227,6.3134541511535645,0,0,0,1,0,0,0,0,0,6.259390830993652 +2,0,1,1,1,0,3,4,29,433.68499755859375,85.71428680419922,4834,162.3220977783203,1,0,0.6931471824645996,0,6.0723185539245605,3.367295742034912,4.451019287109375,0,0,0,1,0,0,0,0,0,6.0723185539245605 +3,0,1,1,1,0,3,4,30,449.7933044433594,424.6753234863281,4410,162.3220977783203,1,0,1.0986123085021973,0,6.108788013458252,3.4011974334716797,6.051324844360352,0,0,0,1,0,0,0,0,0,6.108788013458252 +7,0,1,1,1,0,3,4,35,485.7272033691406,87.01298522949219,4034,162.3220977783203,1,0,1.945910096168518,0,6.185647010803223,3.5553481578826904,4.466057300567627,0,0,0,1,0,0,0,0,0,6.185647010803223 +1,0,1,1,1,0,3,4,62,460.9451904296875,928.5714111328125,4628,97.88890075683594,1,0,0,0,6.133279323577881,4.127134323120117,6.83364725112915,0,0,0,1,0,0,0,0,0,6.133279323577881 +1,0,1,1,1,0,3,4,30,522.90020751953125,103.89610290527344,4110,162.3220977783203,1,0,0,0,6.259390830993652,3.4011974334716797,4.6433916091918945,0,0,0,1,0,0,0,0,0,6.259390830993652 +9,0,1,1,NA,1,3,4,27,495.6400146484375,2290.9091796875,4434,162.3220977783203,1,0,2.1972246170043945,0,6.205850124359131,3.295836925506592,7.736703872680664,0,0,0,1,0,0,0,0,0,6.205850124359131 +13,0,1,1,1,1,3,4,27,396.5119934082031,1649.3507080078125,4834,149.9311065673828,1,0,2.5649492740631104,0,5.982706069946289,3.295836925506592,7.40813684463501,0,0,0,1,0,0,0,0,0,5.982706069946289 +51,0,1,1,1,1,1,4,23,488.2054138183594,7840.259765625,4346,162.3220977783203,1,0,3.931825637817383,0,6.190736293792725,3.1354942321777344,8.96702766418457,0,0,0,1,0,0,0,1,0,6.190736293792725 +3,0,1,1,1,0,1,4,55,433.68499755859375,167.532470703125,4428,149.9311065673828,1,0,1.0986123085021973,0,6.0723185539245605,4.007333278656006,5.1211771965026855,0,0,0,1,0,0,0,1,0,6.0723185539245605 +8,0,1,1,1,1,1,4,62,394.0338134765625,2867.532470703125,4834,162.3220977783203,1,0,2.079441547393799,0,5.976436614990234,4.127134323120117,7.961207389831543,0,0,0,1,0,0,0,1,0,5.976436614990234 +6,0,1,0,0,1,1,4,49,406.4248046875,2987.012939453125,4834,162.3220977783203,1,0,1.7917594909667969,0,6.007399082183838,3.891820192337036,8.0020294189453125,0,0,0,1,0,0,0,1,0,6.007399082183838 +0.25,0,1,1,0,0,1,4,37,395.27288818359375,162.33766174316406,4652,149.9311065673828,1,0,-1.3862943649291992,0,5.979576587677002,3.610917806625366,5.0896782875061035,0,0,0,1,0,0,0,1,0,5.979576587677002 +7,0,1,1,1,1,1,4,56,390.3164978027344,1892.207763671875,4834,162.3220977783203,1,0,1.945910096168518,0,5.966958045959473,4.025351524353027,7.545499324798584,0,0,0,1,0,0,0,1,0,5.966958045959473 +1,0,1,1,1,0,1,4,45,376.6864013671875,0,4452,149.9311065673828,1,0,0,0,5.931413173675537,3.8066625595092773,0,0,0,0,1,0,0,0,1,0,5.931413173675537 +7,0,1,1,1,1,1,4,50,524.1392822265625,1693.5064697265625,4152,162.3220977783203,1,0,1.945910096168518,0,6.2617573738098145,3.9120230674743652,7.434556484222412,0,0,0,1,0,0,0,1,0,6.2617573738098145 +31,0,1,1,1,0,1,4,53,547.68218994140625,19480.51953125,4941,149.9311065673828,1,0,3.4339871406555176,0,6.305695056915283,3.97029185295105,9.87717056274414,0,0,0,1,0,0,0,1,0,6.305695056915283 +7,0,1,1,1,1,1,4,40,390.3164978027344,1849.3507080078125,4634,162.3220977783203,1,0,1.945910096168518,0,5.966958045959473,3.6888794898986816,7.522589683532715,0,0,0,1,0,0,0,1,0,5.966958045959473 +6,0,1,0,1,1,1,4,32,375.4472961425781,777.92205810546875,4528,162.3220977783203,1,0,1.7917594909667969,0,5.9281182289123535,3.465735912322998,6.656626224517822,0,0,0,1,0,0,0,1,0,5.9281182289123535 +1,0,1,0,1,0,1,4,31,427.489501953125,342.8571472167969,4010,162.3220977783203,1,0,0,0,6.057929515838623,3.4339871406555176,5.837313652038574,0,0,0,1,0,0,0,1,0,6.057929515838623 +8,0,1,1,1,1,1,4,25,470.8580017089844,849.35064697265625,4634,149.9311065673828,1,0,2.079441547393799,0,6.154556751251221,3.2188758850097656,6.744472026824951,0,0,0,1,0,0,0,1,0,6.154556751251221 +8,0,1,1,1,1,1,4,63,551.39947509765625,3248.052001953125,4534,149.9311065673828,1,0,2.079441547393799,0,6.312459468841553,4.143134593963623,8.085810661315918,0,0,0,1,0,0,0,1,0,6.312459468841553 +6,0,1,1,1,1,1,4,25,371.7300109863281,2580.51953125,4634,149.9311065673828,1,0,1.7917594909667969,0,5.918167591094971,3.2188758850097656,7.855745792388916,0,0,0,1,0,0,0,1,0,5.918167591094971 +6,0,1,1,0,1,1,4,22,708.76519775390625,1962.337646484375,4152,149.9311065673828,1,0,1.7917594909667969,0,6.56352424621582,3.0910425186157227,7.5818915367126465,0,0,0,1,0,0,0,1,0,6.56352424621582 +5,0,1,1,1,1,1,4,23,433.68499755859375,566.2337646484375,4834,162.3220977783203,1,0,1.6094379425048828,0,6.0723185539245605,3.1354942321777344,6.3390069007873535,0,0,0,1,0,0,0,1,0,6.0723185539245605 +0.25,0,1,1,1,0,1,4,49,408.90301513671875,0,4410,149.9311065673828,1,0,-1.3862943649291992,0,6.013477802276611,3.891820192337036,0,0,0,0,1,0,0,0,1,0,6.013477802276611 +4,0,1,1,1,1,1,4,27,421.29400634765625,1672.727294921875,4652,149.9311065673828,1,0,1.3862943649291992,0,6.043331146240234,3.295836925506592,7.422210693359375,0,0,0,1,0,0,0,1,0,6.043331146240234 +2,0,1,1,1,1,2,4,25,400.22930908203125,702.597412109375,4510,162.3220977783203,1,0,0.6931471824645996,0,5.992037773132324,3.2188758850097656,6.554783821105957,0,0,0,1,0,0,0,0,1,5.992037773132324 +182,0,1,1,1,1,2,4,31,557.594970703125,12987.0126953125,4346,162.3220977783203,1,0,5.204006671905518,0,6.323632717132568,3.4339871406555176,9.471705436706543,0,0,0,1,0,0,0,0,1,6.323632717132568 +11,0,1,1,1,1,2,4,50,411.3811950683594,2837.662353515625,4852,162.3220977783203,1,0,2.397895336151123,0,6.019520282745361,3.9120230674743652,7.950736045837402,0,0,0,1,0,0,0,0,1,6.019520282745361 +4,0,1,1,1,0,2,4,53,631.94097900390625,224.67532348632812,4646,149.9311065673828,1,0,1.3862943649291992,0,6.448795795440674,3.97029185295105,5.414656162261963,0,0,0,1,0,0,0,0,1,6.448795795440674 +6,0,1,1,1,1,1,4,31,401.4684143066406,1662.337646484375,4834,149.9311065673828,1,0,1.7917594909667969,0,5.995128631591797,3.4339871406555176,7.415980339050293,0,0,0,1,0,0,0,1,0,5.995128631591797 +6,0,1,1,1,1,1,4,32,410.14208984375,2572.727294921875,4846,149.9311065673828,1,0,1.7917594909667969,0,6.016503810882568,3.465735912322998,7.852721691131592,0,0,0,1,0,0,0,1,0,6.016503810882568 +7,0,1,1,1,1,1,4,50,449.7933044433594,2027.272705078125,4834,162.3220977783203,1,0,1.945910096168518,0,6.108788013458252,3.9120230674743652,7.614446640014648,0,0,0,1,0,0,0,1,0,6.108788013458252 +6,0,1,1,1,0,1,4,34,426.2503967285156,638.9610595703125,4834,162.3220977783203,1,0,1.7917594909667969,0,6.055027008056641,3.526360511779785,6.459843635559082,0,0,0,1,0,0,0,1,0,6.055027008056641 +6,0,1,1,1,0,1,4,59,485.7272033691406,398.7012939453125,4452,162.3220977783203,1,0,1.7917594909667969,0,6.185647010803223,4.077537536621094,5.988212585449219,0,0,0,1,0,0,0,1,0,6.185647010803223 +9,0,1,1,1,1,1,4,30,395.27288818359375,1542.857177734375,4034,149.9311065673828,1,0,2.1972246170043945,0,5.979576587677002,3.4011974334716797,7.341391086578369,0,0,0,1,0,0,0,1,0,5.979576587677002 +7,0,1,1,1,1,2,4,23,567.5078125,1974.0260009765625,4846,162.3220977783203,1,0,1.945910096168518,0,6.341254711151123,3.1354942321777344,7.587830543518066,0,0,0,1,0,0,0,0,1,6.341254711151123 +3,0,1,1,1,1,2,4,31,477.0534973144531,1314.2857666015625,4049,162.3220977783203,1,0,1.0986123085021973,0,6.167628765106201,3.4339871406555176,7.18104887008667,0,0,0,1,0,0,0,0,1,6.167628765106201 +6,0,1,1,1,1,2,4,32,396.5119934082031,2228.571533203125,4834,149.9311065673828,1,0,1.7917594909667969,0,5.982706069946289,3.465735912322998,7.709115982055664,0,0,0,1,0,0,0,0,1,5.982706069946289 +20,0,1,1,0,1,2,4,28,428.7286071777344,5448.0517578125,4346,149.9311065673828,1,0,2.995732307434082,0,6.060823917388916,3.332204580307007,8.603013038635254,0,0,0,1,0,0,0,0,1,6.060823917388916 +8,0,1,1,1,0,2,4,37,557.594970703125,1233.7662353515625,4110,149.9311065673828,1,0,2.079441547393799,0,6.323632717132568,3.610917806625366,7.11782693862915,0,0,0,1,0,0,0,0,1,6.323632717132568 +6,0,1,1,1,1,2,4,47,628.22369384765625,876.62335205078125,4628,162.3220977783203,1,0,1.7917594909667969,0,6.442896366119385,3.8501474857330322,6.7760772705078125,0,0,0,1,0,0,0,0,1,6.442896366119385 +11,0,1,1,1,1,2,4,30,485.7272033691406,1898.7012939453125,4852,162.3220977783203,1,0,2.397895336151123,0,6.185647010803223,3.4011974334716797,7.548925399780273,0,0,0,1,0,0,0,0,1,6.185647010803223 +1,0,1,1,1,0,2,4,53,522.90020751953125,46.75324630737305,4410,149.9311065673828,1,0,0,0,6.259390830993652,3.97029185295105,3.844883680343628,0,0,0,1,0,0,0,0,1,6.259390830993652 +18,0,1,1,1,1,2,4,52,493.16180419921875,3757.142822265625,4634,162.3220977783203,1,0,2.890371799468994,0,6.200837135314941,3.9512436389923096,8.231413841247559,0,0,0,1,0,0,0,0,1,6.200837135314941 +18,0,1,1,1,1,2,4,52,493.16180419921875,5277.921875,4634,162.3220977783203,1,0,2.890371799468994,0,6.200837135314941,3.9512436389923096,8.571288108825684,0,0,0,1,0,0,0,0,1,6.200837135314941 +3,0,1,1,0,0,2,4,18,417.5766906738281,196.10389709472656,4152,149.9311065673828,1,0,1.0986123085021973,0,6.034468173980713,2.890371799468994,5.278644561767578,0,0,0,1,0,0,0,0,1,6.034468173980713 +9,0,1,1,0,1,2,4,27,636.89739990234375,1811.6883544921875,4834,162.3220977783203,1,0,2.1972246170043945,0,6.456608772277832,3.295836925506592,7.502014636993408,0,0,0,1,0,0,0,0,1,6.456608772277832 +4,0,1,1,1,0,2,4,28,532.81298828125,400,4110,162.3220977783203,1,0,1.3862943649291992,0,6.278170585632324,3.332204580307007,5.991464614868164,0,0,0,1,0,0,0,0,1,6.278170585632324 +20,0,1,1,1,1,2,4,47,411.3811950683594,3154.54541015625,4628,149.9311065673828,1,0,2.995732307434082,0,6.019520282745361,3.8501474857330322,8.056599617004395,0,0,0,1,0,0,0,0,1,6.019520282745361 +10,0,1,1,1,1,2,4,22,485.7272033691406,1798.7012939453125,4834,162.3220977783203,1,0,2.3025851249694824,0,6.185647010803223,3.0910425186157227,7.4948201179504395,0,0,0,1,0,0,0,0,1,6.185647010803223 +2,0,1,1,1,1,2,4,33,588.572509765625,1566.2337646484375,4825,149.9311065673828,1,0,0.6931471824645996,0,6.377700328826904,3.4965076446533203,7.356429100036621,0,0,0,1,0,0,0,0,1,6.377700328826904 +3,0,1,1,0,1,2,4,22,540.24761962890625,1800,4825,149.9311065673828,1,0,1.0986123085021973,0,6.292027473449707,3.0910425186157227,7.495542049407959,0,0,0,1,0,0,0,0,1,6.292027473449707 +6,0,1,1,1,0,2,4,31,382.88189697265625,0,4834,162.3220977783203,1,0,1.7917594909667969,0,5.947726726531982,3.4339871406555176,0,0,0,0,1,0,0,0,0,1,5.947726726531982 +9,0,1,1,1,1,2,4,26,446.07598876953125,1932.467529296875,4634,162.3220977783203,1,0,2.1972246170043945,0,6.100489139556885,3.25809645652771,7.566553115844727,0,0,0,1,0,0,0,0,1,6.100489139556885 +15,0,1,1,1,1,2,4,46,762.0465087890625,2748.052001953125,4852,162.3220977783203,1,0,2.70805025100708,0,6.636007785797119,3.828641414642334,7.918647766113281,0,0,0,1,0,0,0,0,1,6.636007785797119 +4,0,1,1,1,0,2,4,42,638.136474609375,175.32467651367188,4428,162.3220977783203,1,0,1.3862943649291992,0,6.458552360534668,3.7376697063446045,5.16663932800293,0,0,0,1,0,0,0,0,1,6.458552360534668 +10,0,1,1,0,1,2,4,45,532.81298828125,2445.45458984375,4834,162.3220977783203,1,0,2.3025851249694824,0,6.278170585632324,3.8066625595092773,7.801986217498779,0,0,0,1,0,0,0,0,1,6.278170585632324 +0.25,0,1,1,1,0,2,4,39,475.81439208984375,5096.10400390625,4346,742.22088623046875,1,0,-1.3862943649291992,0,6.165027618408203,3.6635615825653076,8.536231994628906,0,0,0,1,0,0,0,0,1,6.165027618408203 +25,0,1,0,NA,1,2,4,47,634.419189453125,11390.9091796875,4428,149.9311065673828,1,0,3.2188758850097656,0,6.452710151672363,3.8501474857330322,9.340570449829102,0,0,0,1,0,0,0,0,1,6.452710151672363 +25,0,1,0,NA,1,2,4,47,634.419189453125,11535.064453125,4428,149.9311065673828,1,0,3.2188758850097656,0,6.452710151672363,3.8501474857330322,9.35314655303955,0,0,0,1,0,0,0,0,1,6.452710151672363 +5,0,1,1,1,0,2,4,52,427.489501953125,236.36363220214844,4428,149.9311065673828,1,0,1.6094379425048828,0,6.057929515838623,3.9512436389923096,5.465371608734131,0,0,0,1,0,0,0,0,1,6.057929515838623 +7,0,1,1,1,1,3,4,50,532.81298828125,3075.32470703125,4846,162.3220977783203,1,0,1.945910096168518,0,6.278170585632324,3.9120230674743652,8.031166076660156,0,0,0,1,0,0,0,0,0,6.278170585632324 +4,0,1,1,1,1,3,4,56,508.031005859375,1388.3116455078125,4410,149.9311065673828,1,0,1.3862943649291992,0,6.2305426597595215,4.025351524353027,7.235843658447266,0,0,0,1,0,0,0,0,0,6.2305426597595215 +17,0,1,1,1,1,3,4,48,531.57391357421875,4851.9482421875,4834,149.9311065673828,1,0,2.8332133293151855,0,6.275842189788818,3.8712010383605957,8.487135887145996,0,0,0,1,0,0,0,0,0,6.275842189788818 +4,0,1,1,1,0,3,4,36,416.33758544921875,175.32467651367188,4852,162.3220977783203,1,0,1.3862943649291992,0,6.031496524810791,3.5835189819335938,5.16663932800293,0,0,0,1,0,0,0,0,0,6.031496524810791 +13,0,1,1,1,0,3,4,39,376.6864013671875,889.61041259765625,4152,149.9311065673828,1,0,2.5649492740631104,0,5.931413173675537,3.6635615825653076,6.790783405303955,0,0,0,1,0,0,0,0,0,5.931413173675537 +21,0,1,1,1,1,3,4,51,534.0521240234375,3696.10400390625,4052,149.9311065673828,1,0,3.044522523880005,0,6.280493259429932,3.931825637817383,8.215034484863281,0,0,0,1,0,0,0,0,0,6.280493259429932 +3,0,1,1,1,0,3,4,54,508.031005859375,507.7922058105469,4528,149.9311065673828,1,0,1.0986123085021973,0,6.2305426597595215,3.9889841079711914,6.230072498321533,0,0,0,1,0,0,0,0,0,6.2305426597595215 +0.25,0,1,1,1,0,3,4,33,514.22650146484375,179.2207794189453,4410,162.3220977783203,1,0,-1.3862943649291992,0,6.242663860321045,3.4965076446533203,5.1886186599731445,0,0,0,1,0,0,0,0,0,6.242663860321045 +1,0,1,1,1,0,3,4,32,510.5091857910156,140.25973510742188,4149,149.9311065673828,1,0,0,0,6.235408782958984,3.465735912322998,4.943495750427246,0,0,0,1,0,0,0,0,0,6.235408782958984 +3,0,1,1,1,0,3,4,32,568.74688720703125,196.10389709472656,4410,162.3220977783203,1,0,1.0986123085021973,0,6.343435287475586,3.465735912322998,5.278644561767578,0,0,0,1,0,0,0,0,0,6.343435287475586 +3,0,1,1,1,1,3,4,49,432.4458923339844,1822.077880859375,4903,149.9311065673828,1,0,1.0986123085021973,0,6.069457054138184,3.891820192337036,7.50773286819458,0,0,0,1,0,0,0,0,0,6.069457054138184 +3,0,1,1,0,0,3,4,33,459.7060852050781,174.02597045898438,4152,162.3220977783203,1,0,1.0986123085021973,0,6.130587577819824,3.4965076446533203,5.159204483032227,0,0,0,1,0,0,0,0,0,6.130587577819824 +6,0,1,1,1,0,3,4,28,459.7060852050781,659.740234375,4152,162.3220977783203,1,0,1.7917594909667969,0,6.130587577819824,3.332204580307007,6.491846084594727,0,0,0,1,0,0,0,0,0,6.130587577819824 +3,0,1,1,1,0,3,4,46,382.88189697265625,192.20779418945312,4152,162.3220977783203,1,0,1.0986123085021973,0,5.947726726531982,3.828641414642334,5.2585768699646,0,0,0,1,0,0,0,0,0,5.947726726531982 +7,0,1,1,1,0,3,4,28,380.4036865234375,389.6103820800781,4752,162.3220977783203,1,0,1.945910096168518,0,5.941233158111572,3.332204580307007,5.965147018432617,0,0,0,1,0,0,0,0,0,5.941233158111572 +4,0,1,1,1,0,3,4,23,459.7060852050781,302.597412109375,4152,162.3220977783203,1,0,1.3862943649291992,0,6.130587577819824,3.1354942321777344,5.712403297424316,0,0,0,1,0,0,0,0,0,6.130587577819824 +1,0,1,1,1,0,3,4,27,395.27288818359375,105.19480895996094,4152,149.9311065673828,1,0,0,0,5.979576587677002,3.295836925506592,4.655814170837402,0,0,0,1,0,0,0,0,0,5.979576587677002 +40,0,1,1,1,0,3,4,34,387.8382873535156,0,4334,257.7327880859375,1,0,3.6888794898986816,0,5.960588455200195,3.526360511779785,0,0,0,0,1,0,0,0,0,0,5.960588455200195 +1,0,1,1,1,0,3,4,28,508.031005859375,288.3116760253906,4152,149.9311065673828,1,0,0,0,6.2305426597595215,3.332204580307007,5.664041996002197,0,0,0,1,0,0,0,0,0,6.2305426597595215 +10,0,1,1,0,0,3,4,22,405.1856994628906,623.37664794921875,4852,149.9311065673828,1,0,2.3025851249694824,0,6.004345417022705,3.0910425186157227,6.435151100158691,0,0,0,1,0,0,0,0,0,6.004345417022705 +7,0,1,1,1,0,3,4,35,371.7300109863281,732.467529296875,4834,162.3220977783203,1,0,1.945910096168518,0,5.918167591094971,3.5553481578826904,6.596418857574463,0,0,0,1,0,0,0,0,0,5.918167591094971 +7,0,1,1,1,0,3,4,35,371.7300109863281,2981.818115234375,4834,162.3220977783203,1,0,1.945910096168518,0,5.918167591094971,3.5553481578826904,8.000288963317871,0,0,0,1,0,0,0,0,0,5.918167591094971 +10,0,1,1,1,0,3,4,67,619.54998779296875,2206.493408203125,4843,149.9311065673828,1,0,2.3025851249694824,0,6.428993225097656,4.204692840576172,7.699159622192383,0,0,0,1,0,0,0,0,0,6.428993225097656 +4,0,1,1,1,1,3,4,32,439.8804931640625,2418.181884765625,4834,162.3220977783203,1,0,1.3862943649291992,0,6.086503028869629,3.465735912322998,7.790771484375,0,0,0,1,0,0,0,0,0,6.086503028869629 +2,0,1,1,1,0,3,4,22,394.0338134765625,136.36363220214844,4449,149.9311065673828,1,0,0.6931471824645996,0,5.976436614990234,3.0910425186157227,4.915325164794922,0,0,0,1,0,0,0,0,0,5.976436614990234 +13,0,1,1,1,1,3,4,47,416.33758544921875,2229.8701171875,4834,159.84390258789062,1,0,2.5649492740631104,0,6.031496524810791,3.8501474857330322,7.709698677062988,0,0,0,1,0,0,0,0,0,6.031496524810791 +3,0,1,1,1,0,2,4,NA,396.5119934082031,6.49350643157959,4428,149.9311065673828,1,0,1.0986123085021973,0,5.982706069946289,NA,1.870802640914917,0,0,0,1,0,0,0,0,1,5.982706069946289 +6,0,1,1,1,1,3,4,47,464.6625061035156,2449.3505859375,4834,162.3220977783203,1,0,1.7917594909667969,0,6.141311168670654,3.8501474857330322,7.8035783767700195,0,0,0,1,0,0,0,0,0,6.141311168670654 +8,0,1,1,NA,1,3,4,36,385.360107421875,3062.337646484375,4452,162.3220977783203,1,0,2.079441547393799,0,5.954178333282471,3.5835189819335938,8.026933670043945,0,0,0,1,0,0,0,0,0,5.954178333282471 +10,0,1,1,1,1,3,4,31,447.3150939941406,2414.28564453125,4852,162.3220977783203,1,0,2.3025851249694824,0,6.1032633781433105,3.4339871406555176,7.789158821105957,0,0,0,1,0,0,0,0,0,6.1032633781433105 +1,0,1,1,0,0,3,4,33,376.6864013671875,45.45454406738281,4852,162.3220977783203,1,0,0,0,5.931413173675537,3.4965076446533203,3.8167128562927246,0,0,0,1,0,0,0,0,0,5.931413173675537 +8,0,1,1,1,1,3,4,56,488.2054138183594,1787.012939453125,4852,162.3220977783203,1,0,2.079441547393799,0,6.190736293792725,4.025351524353027,7.488300800323486,0,0,0,1,0,0,0,0,0,6.190736293792725 +31,0,1,1,0,1,3,4,40,510.5091857910156,5855.84423828125,4628,162.3220977783203,1,0,3.4339871406555176,0,6.235408782958984,3.6888794898986816,8.675195693969727,0,0,0,1,0,0,0,0,0,6.235408782958984 +7,0,1,1,1,1,3,4,46,371.7300109863281,953.24676513671875,4834,162.3220977783203,1,0,1.945910096168518,0,5.918167591094971,3.828641414642334,6.8598737716674805,0,0,0,1,0,0,0,0,0,5.918167591094971 +6,0,1,1,1,1,3,4,34,432.4458923339844,1471.4285888671875,4834,162.3220977783203,1,0,1.7917594909667969,0,6.069457054138184,3.526360511779785,7.293989181518555,0,0,0,1,0,0,0,0,0,6.069457054138184 +4,0,1,1,1,0,3,4,24,628.22369384765625,822.07794189453125,4152,162.3220977783203,1,0,1.3862943649291992,0,6.442896366119385,3.178053855895996,6.7118353843688965,0,0,0,1,0,0,0,0,0,6.442896366119385 +6,0,1,1,1,1,3,4,45,464.6625061035156,6177.921875,4634,162.3220977783203,1,0,1.7917594909667969,0,6.141311168670654,3.8066625595092773,8.728736877441406,0,0,0,1,0,0,0,0,0,6.141311168670654 +3,0,1,1,NA,1,3,4,49,464.6625061035156,1816.883056640625,4634,149.9311065673828,1,0,1.0986123085021973,0,6.141311168670654,3.891820192337036,7.50487756729126,0,0,0,1,0,0,0,0,0,6.141311168670654 +12,0,1,1,1,1,3,4,57,517.94378662109375,1670.1298828125,4010,162.3220977783203,1,0,2.4849066734313965,0,6.249866485595703,4.043051242828369,7.420656681060791,0,0,0,1,0,0,0,0,0,6.249866485595703 +8,0,1,1,1,0,3,4,52,437.4023132324219,2093.506591796875,4834,162.3220977783203,1,0,2.079441547393799,0,6.080853462219238,3.9512436389923096,7.6465959548950195,0,0,0,1,0,0,0,0,0,6.080853462219238 +10,0,1,1,1,1,3,4,68,433.68499755859375,1268.8311767578125,4628,149.9311065673828,1,0,2.3025851249694824,0,6.0723185539245605,4.219507694244385,7.1458516120910645,0,0,0,1,0,0,0,0,0,6.0723185539245605 +0.25,0,1,1,1,1,3,4,44,478.2926025390625,235.06494140625,4837,162.3220977783203,1,0,-1.3862943649291992,0,6.170222759246826,3.7841897010803223,5.459861755371094,0,0,0,1,0,0,0,0,0,6.170222759246826 +14,0,1,1,1,0,3,4,43,514.22650146484375,368.8311767578125,4941,162.3220977783203,1,0,2.6390573978424072,0,6.242663860321045,3.761200189590454,5.910338878631592,0,0,0,1,0,0,0,0,0,6.242663860321045 +61,0,1,1,0,1,NA,4,28,442.35870361328125,2481.818115234375,4110,162.3220977783203,1,0,4.110873699188232,0,6.092121124267578,3.332204580307007,7.816746711730957,0,0,0,1,0,0,0,NA,NA,6.092121124267578 +2,0,1,1,0,0,3,5,22,569.98602294921875,290.9090881347656,4252,149.9311065673828,1,0,0.6931471824645996,0,6.345612049102783,3.0910425186157227,5.67301082611084,0,0,0,0,1,0,0,0,0,6.345612049102783 +1,0,1,1,1,1,3,5,22,433.68499755859375,800,4252,162.3220977783203,1,0,0,0,6.0723185539245605,3.0910425186157227,6.684611797332764,0,0,0,0,1,0,0,0,0,6.0723185539245605 +24,0,1,1,1,1,3,5,37,548.92132568359375,6535.06494140625,4252,162.3220977783203,1,0,3.178053855895996,0,6.307955265045166,3.610917806625366,8.784937858581543,0,0,0,0,1,0,0,0,0,6.307955265045166 +1,0,1,1,0,1,3,5,22,551.39947509765625,757.14288330078125,4213,149.9311065673828,1,0,0,0,6.312459468841553,3.0910425186157227,6.629551887512207,0,0,0,0,1,0,0,0,0,6.312459468841553 +3,0,1,1,1,1,3,5,30,458.4670104980469,1529.8701171875,4252,149.9311065673828,1,0,1.0986123085021973,0,6.127888202667236,3.4011974334716797,7.332938194274902,0,0,0,0,1,0,0,0,0,6.127888202667236 +25,0,1,1,1,0,3,5,29,593.52886962890625,585.71429443359375,4252,149.9311065673828,1,0,3.2188758850097656,0,6.3860859870910645,3.367295742034912,6.372832298278809,0,0,0,0,1,0,0,0,0,6.3860859870910645 +6,0,1,1,1,0,3,5,34,526.61749267578125,767.532470703125,4252,149.9311065673828,1,0,1.7917594909667969,0,6.26647424697876,3.526360511779785,6.643180847167969,0,0,0,0,1,0,0,0,0,6.26647424697876 +174,0,1,1,1,1,3,5,44,475.81439208984375,4545.45458984375,4252,149.9311065673828,1,0,5.159055233001709,0,6.165027618408203,3.7841897010803223,8.421882629394531,0,0,0,0,1,0,0,0,0,6.165027618408203 +3,0,1,1,1,1,3,5,39,443.5978088378906,842.85711669921875,4252,149.9311065673828,1,0,1.0986123085021973,0,6.094918251037598,3.6635615825653076,6.736797332763672,0,0,0,0,1,0,0,0,0,6.094918251037598 +3,0,1,1,1,0,3,5,49,588.572509765625,188.3116912841797,4252,149.9311065673828,1,0,1.0986123085021973,0,6.377700328826904,3.891820192337036,5.238098621368408,0,0,0,0,1,0,0,0,0,6.377700328826904 +1,0,1,1,0,0,3,5,28,495.6400146484375,353.24676513671875,4252,138.77920532226562,1,0,0,0,6.205850124359131,3.332204580307007,5.867166996002197,0,0,0,0,1,0,0,0,0,6.205850124359131 +1,0,1,1,1,0,3,5,44,510.5091857910156,303.8961181640625,4252,69.38960266113281,1,0,0,0,6.235408782958984,3.7841897010803223,5.716685771942139,0,0,0,0,1,0,0,0,0,6.235408782958984 +37,0,1,1,1,0,3,5,44,451.03240966796875,1562.337646484375,4252,162.3220977783203,1,0,3.610917806625366,0,6.111539363861084,3.7841897010803223,7.353938579559326,0,0,0,0,1,0,0,0,0,6.111539363861084 +9,0,1,0,0,1,3,5,43,495.6400146484375,2610.3896484375,4252,149.9311065673828,1,0,2.1972246170043945,0,6.205850124359131,3.761200189590454,7.867254734039307,0,0,0,0,1,0,0,0,0,6.205850124359131 +4,0,1,1,1,0,3,5,24,516.7047119140625,202.59739685058594,4249,149.9311065673828,1,0,1.3862943649291992,0,6.247471332550049,3.178053855895996,5.311220645904541,0,0,0,0,1,0,0,0,0,6.247471332550049 +1,0,1,1,1,0,3,5,28,468.3797912597656,172.72727966308594,4252,149.9311065673828,1,0,0,0,6.149279594421387,3.332204580307007,5.151713848114014,0,0,0,0,1,0,0,0,0,6.149279594421387 +3,0,1,1,1,1,3,5,27,594.76800537109375,1880.51953125,4252,149.9311065673828,1,0,1.0986123085021973,0,6.388171195983887,3.295836925506592,7.539303302764893,0,0,0,0,1,0,0,0,0,6.388171195983887 +1,0,1,1,1,0,3,5,36,609.63720703125,231.16883850097656,4252,64.433197021484375,1,0,0,0,6.4128642082214355,3.5835189819335938,5.443148136138916,0,0,0,0,1,0,0,0,0,6.4128642082214355 +5,0,1,1,1,1,3,5,32,567.5078125,1040.259765625,4252,149.9311065673828,1,0,1.6094379425048828,0,6.341254711151123,3.465735912322998,6.947225570678711,0,0,0,0,1,0,0,0,0,6.341254711151123 +1,0,1,1,1,0,3,5,32,586.09429931640625,185.7142791748047,4252,43.368499755859375,1,0,0,0,6.373480796813965,3.465735912322998,5.224209308624268,0,0,0,0,1,0,0,0,0,6.373480796813965 +1,0,1,1,1,0,3,5,29,524.1392822265625,183.11688232421875,4252,64.433197021484375,1,0,0,0,6.2617573738098145,3.367295742034912,5.210124492645264,0,0,0,0,1,0,0,0,0,6.2617573738098145 +2,0,1,1,1,1,3,5,53,425.01129150390625,1405.19482421875,4252,149.9311065673828,1,0,0.6931471824645996,0,6.0521159172058105,3.97029185295105,7.247931003570557,0,0,0,0,1,0,0,0,0,6.0521159172058105 +2,0,1,1,1,0,3,5,46,429.96771240234375,162.33766174316406,4252,149.9311065673828,1,0,0.6931471824645996,0,6.0637102127075195,3.828641414642334,5.0896782875061035,0,0,0,0,1,0,0,0,0,6.0637102127075195 +1,0,1,1,1,0,3,5,25,436.1632080078125,163.63636779785156,4252,43.368499755859375,1,0,0,0,6.07801628112793,3.2188758850097656,5.097646713256836,0,0,0,0,1,0,0,0,0,6.07801628112793 +5,0,1,1,1,1,3,5,36,436.1632080078125,615.58441162109375,4252,149.9311065673828,1,0,1.6094379425048828,0,6.07801628112793,3.5835189819335938,6.422572135925293,0,0,0,0,1,0,0,0,0,6.07801628112793 +2,0,1,0,0,1,3,5,26,436.1632080078125,1163.6363525390625,4252,149.9311065673828,1,0,0.6931471824645996,0,6.07801628112793,3.25809645652771,7.059305191040039,0,0,0,0,1,0,0,0,0,6.07801628112793 +1,0,1,1,1,1,3,5,26,635.6583251953125,787.01300048828125,4252,128.86639404296875,1,0,0,0,6.4546613693237305,3.25809645652771,6.6682448387146,0,0,0,0,1,0,0,0,0,6.4546613693237305 +14,0,1,1,1,0,3,5,32,439.8804931640625,390.9090881347656,4252,149.9311065673828,1,0,2.6390573978424072,0,6.086503028869629,3.465735912322998,5.968474864959717,0,0,0,0,1,0,0,0,0,6.086503028869629 +3,0,1,1,1,0,3,5,29,439.8804931640625,306.4934997558594,4252,149.9311065673828,1,0,1.0986123085021973,0,6.086503028869629,3.367295742034912,5.725196361541748,0,0,0,0,1,0,0,0,0,6.086503028869629 +9,0,1,1,1,0,3,5,41,572.46417236328125,133.7662353515625,4252,149.9311065673828,1,0,2.1972246170043945,0,6.349950313568115,3.7135720252990723,4.896093845367432,0,0,0,0,1,0,0,0,0,6.349950313568115 +3,0,1,1,1,0,3,5,26,566.2686767578125,184.41558837890625,4252,149.9311065673828,1,0,1.0986123085021973,0,6.33906888961792,3.25809645652771,5.217191696166992,0,0,0,0,1,0,0,0,0,6.33906888961792 +2,0,1,1,1,0,3,5,49,477.0534973144531,132.467529296875,4252,149.9311065673828,1,0,0.6931471824645996,0,6.167628765106201,3.891820192337036,4.886337757110596,0,0,0,0,1,0,0,0,0,6.167628765106201 +1,0,1,1,NA,0,3,5,44,425.01129150390625,24.675325393676758,4252,21.064699172973633,1,0,0,0,6.0521159172058105,3.7841897010803223,3.205803871154785,0,0,0,0,1,0,0,0,0,6.0521159172058105 +21,0,1,1,1,0,3,5,52,436.1632080078125,223.37661743164062,4228,149.9311065673828,1,0,3.044522523880005,0,6.07801628112793,3.9512436389923096,5.4088592529296875,0,0,0,0,1,0,0,0,0,6.07801628112793 +5,0,1,1,1,0,3,5,33,489.4444885253906,0,4249,149.9311065673828,1,0,1.6094379425048828,0,6.193271160125732,3.4965076446533203,0,0,0,0,0,1,0,0,0,0,6.193271160125732 +4,0,1,1,NA,0,3,5,57,421.29400634765625,480.51947021484375,4252,149.9311065673828,1,0,1.3862943649291992,0,6.043331146240234,4.043051242828369,6.174867630004883,0,0,0,0,1,0,0,0,0,6.043331146240234 +34,0,1,1,NA,1,3,5,26,421.29400634765625,4579.220703125,4252,149.9311065673828,1,0,3.526360511779785,0,6.043331146240234,3.25809645652771,8.42928409576416,0,0,0,0,1,0,0,0,0,6.043331146240234 +6,0,1,1,1,0,3,5,23,451.03240966796875,228.57142639160156,4252,149.9311065673828,1,0,1.7917594909667969,0,6.111539363861084,3.1354942321777344,5.431848526000977,0,0,0,0,1,0,0,0,0,6.111539363861084 +4,0,1,1,1,0,3,5,30,421.29400634765625,0,4252,149.9311065673828,1,0,1.3862943649291992,0,6.043331146240234,3.4011974334716797,0,0,0,0,0,1,0,0,0,0,6.043331146240234 +7,0,1,1,NA,0,3,5,36,425.01129150390625,541.5584716796875,4252,149.9311065673828,1,0,1.945910096168518,0,6.0521159172058105,3.5835189819335938,6.2944512367248535,0,0,0,0,1,0,0,0,0,6.0521159172058105 +1,0,1,1,NA,0,3,5,42,474.5752868652344,87.01298522949219,4252,21.064699172973633,1,0,0,0,6.162420272827148,3.7376697063446045,4.466057300567627,0,0,0,0,1,0,0,0,0,6.162420272827148 +17,0,1,1,NA,0,3,5,32,474.5752868652344,661.0389404296875,4252,149.9311065673828,1,0,2.8332133293151855,0,6.162420272827148,3.465735912322998,6.493812561035156,0,0,0,0,1,0,0,0,0,6.162420272827148 +3,0,1,1,NA,0,3,5,26,425.01129150390625,220.7792205810547,4252,149.9311065673828,1,0,1.0986123085021973,0,6.0521159172058105,3.25809645652771,5.397163391113281,0,0,0,0,1,0,0,0,0,6.0521159172058105 +4,0,1,1,1,0,3,5,28,453.5105895996094,168.83116149902344,4252,149.9311065673828,1,0,1.3862943649291992,0,6.117018699645996,3.332204580307007,5.128899097442627,0,0,0,0,1,0,0,0,0,6.117018699645996 +182,0,1,1,NA,1,3,5,28,425.01129150390625,7305.19482421875,4252,149.9311065673828,1,0,5.204006671905518,0,6.0521159172058105,3.332204580307007,8.896341323852539,0,0,0,0,1,0,0,0,0,6.0521159172058105 +1,0,1,1,NA,0,3,5,38,421.29400634765625,72.7272720336914,4252,85.4979019165039,1,0,0,0,6.043331146240234,3.6375861167907715,4.286716461181641,0,0,0,0,1,0,0,0,0,6.043331146240234 +1,0,1,1,NA,0,3,5,50,453.5105895996094,36.3636360168457,4252,64.433197021484375,1,0,0,0,6.117018699645996,3.9120230674743652,3.593569278717041,0,0,0,0,1,0,0,0,0,6.117018699645996 +13,0,1,1,1,0,3,5,46,489.4444885253906,85.71428680419922,4252,149.9311065673828,1,0,2.5649492740631104,0,6.193271160125732,3.828641414642334,4.451019287109375,0,0,0,0,1,0,0,0,0,6.193271160125732 +10,0,1,1,1,0,3,5,23,451.03240966796875,185.7142791748047,4252,149.9311065673828,1,0,2.3025851249694824,0,6.111539363861084,3.1354942321777344,5.224209308624268,0,0,0,0,1,0,0,0,0,6.111539363861084 +5,0,1,1,NA,0,3,5,26,474.5752868652344,210.38961791992188,4252,149.9311065673828,1,0,1.6094379425048828,0,6.162420272827148,3.25809645652771,5.348961353302002,0,0,0,0,1,0,0,0,0,6.162420272827148 +2,0,1,1,NA,0,3,5,20,436.1632080078125,138.96104431152344,4252,149.9311065673828,1,0,0.6931471824645996,0,6.07801628112793,2.995732307434082,4.9341936111450195,0,0,0,0,1,0,0,0,0,6.07801628112793 +4,0,1,1,NA,0,3,5,29,425.01129150390625,659.740234375,4252,149.9311065673828,1,0,1.3862943649291992,0,6.0521159172058105,3.367295742034912,6.491846084594727,0,0,0,0,1,0,0,0,0,6.0521159172058105 +3,0,1,1,1,0,3,5,42,421.29400634765625,49.350650787353516,4252,149.9311065673828,1,0,1.0986123085021973,0,6.043331146240234,3.7376697063446045,3.8989510536193848,0,0,0,0,1,0,0,0,0,6.043331146240234 +1,0,1,1,1,0,3,5,43,460.9451904296875,128.57142639160156,4252,149.9311065673828,1,0,0,0,6.133279323577881,3.761200189590454,4.856484413146973,0,0,0,0,1,0,0,0,0,6.133279323577881 +2,0,1,1,NA,1,3,5,22,453.5105895996094,1577.922119140625,4252,149.9311065673828,1,0,0.6931471824645996,0,6.117018699645996,3.0910425186157227,7.363863945007324,0,0,0,0,1,0,0,0,0,6.117018699645996 +4,0,1,1,1,1,3,5,56,545.2039794921875,828.5714111328125,4252,162.3220977783203,1,0,1.3862943649291992,0,6.301159858703613,4.025351524353027,6.719703197479248,0,0,0,0,1,0,0,0,0,6.301159858703613 +182,0,1,1,1,0,3,5,32,464.6625061035156,1910.3896484375,4252,149.9311065673828,1,0,5.204006671905518,0,6.141311168670654,3.465735912322998,7.555062294006348,0,0,0,0,1,0,0,0,0,6.141311168670654 +25,0,1,1,1,0,3,5,41,557.594970703125,453.24676513671875,4252,162.3220977783203,1,0,3.2188758850097656,0,6.323632717132568,3.7135720252990723,6.11643648147583,0,0,0,0,1,0,0,0,0,6.323632717132568 +21,0,1,1,1,1,3,5,35,436.1632080078125,771.4285888671875,4252,149.9311065673828,1,0,3.044522523880005,0,6.07801628112793,3.5553481578826904,6.6482439041137695,0,0,0,0,1,0,0,0,0,6.07801628112793 +19,0,1,1,1,0,3,5,29,451.03240966796875,442.8571472167969,4252,149.9311065673828,1,0,2.944438934326172,0,6.111539363861084,3.367295742034912,6.093247413635254,0,0,0,0,1,0,0,0,0,6.111539363861084 +1,0,1,1,1,0,3,5,35,489.4444885253906,437.6623229980469,4252,92.93250274658203,1,0,0,0,6.193271160125732,3.5553481578826904,6.081447601318359,0,0,0,0,1,0,0,0,0,6.193271160125732 +5,0,1,1,1,0,3,5,35,415.0985107421875,196.10389709472656,4252,149.9311065673828,1,0,1.6094379425048828,0,6.028515815734863,3.5553481578826904,5.278644561767578,0,0,0,0,1,0,0,0,0,6.028515815734863 +1,0,1,1,1,1,3,5,26,458.4670104980469,438.9610290527344,4252,92.93250274658203,1,0,0,0,6.127888202667236,3.25809645652771,6.084410667419434,0,0,0,0,1,0,0,0,0,6.127888202667236 +182,0,1,1,1,1,3,5,51,415.0985107421875,19480.51953125,4252,162.3220977783203,1,0,5.204006671905518,0,6.028515815734863,3.931825637817383,9.87717056274414,0,0,0,0,1,0,0,0,0,6.028515815734863 +1,0,1,1,1,0,3,5,33,460.9451904296875,31.16883087158203,4252,162.3220977783203,1,0,0,0,6.133279323577881,3.4965076446533203,3.4394185543060303,0,0,0,0,1,0,0,0,0,6.133279323577881 +14,0,1,1,1,0,3,5,24,454.74969482421875,622.07794189453125,4252,162.3220977783203,1,0,2.6390573978424072,0,6.119747161865234,3.178053855895996,6.433065414428711,0,0,0,0,1,0,0,0,0,6.119747161865234 +17,0,1,1,1,0,3,5,22,454.74969482421875,1972.727294921875,4249,149.9311065673828,1,0,2.8332133293151855,0,6.119747161865234,3.0910425186157227,7.587172508239746,0,0,0,0,1,0,0,0,0,6.119747161865234 +3,0,1,1,1,0,3,5,35,436.1632080078125,31.16883087158203,4252,149.9311065673828,1,0,1.0986123085021973,0,6.07801628112793,3.5553481578826904,3.4394185543060303,0,0,0,0,1,0,0,0,0,6.07801628112793 +1,0,1,1,1,1,3,5,22,449.7933044433594,1107.792236328125,4252,149.9311065673828,1,0,0,0,6.108788013458252,3.0910425186157227,7.010124206542969,0,0,0,0,1,0,0,0,0,6.108788013458252 +1,0,1,1,1,0,3,5,23,534.0521240234375,133.7662353515625,4252,45.84669876098633,1,0,0,0,6.280493259429932,3.1354942321777344,4.896093845367432,0,0,0,0,1,0,0,0,0,6.280493259429932 +1,0,1,1,1,0,3,5,23,550.160400390625,74.025970458984375,4252,115.23629760742188,1,0,0,0,6.31020975112915,3.1354942321777344,4.304416179656982,0,0,0,0,1,0,0,0,0,6.31020975112915 +182,0,1,1,1,1,3,5,28,567.5078125,8488.3115234375,4252,162.3220977783203,1,0,5.204006671905518,0,6.341254711151123,3.332204580307007,9.046445846557617,0,0,0,0,1,0,0,0,0,6.341254711151123 +8,0,1,1,1,0,3,5,28,524.1392822265625,345.4545593261719,4252,162.3220977783203,1,0,2.079441547393799,0,6.2617573738098145,3.332204580307007,5.844861030578613,0,0,0,0,1,0,0,0,0,6.2617573738098145 +3,0,1,1,1,0,3,5,27,524.1392822265625,300,4252,162.3220977783203,1,0,1.0986123085021973,0,6.2617573738098145,3.295836925506592,5.703782558441162,0,0,0,0,1,0,0,0,0,6.2617573738098145 +6,0,1,1,1,0,3,5,31,495.6400146484375,493.5065002441406,4252,162.3220977783203,1,0,1.7917594909667969,0,6.205850124359131,3.4339871406555176,6.201536178588867,0,0,0,0,1,0,0,0,0,6.205850124359131 +6,0,1,1,1,0,3,5,25,449.7933044433594,587.01300048828125,4252,149.9311065673828,1,0,1.7917594909667969,0,6.108788013458252,3.2188758850097656,6.375046730041504,0,0,0,0,1,0,0,0,0,6.108788013458252 +182,0,1,1,1,1,3,5,26,451.03240966796875,6902.59716796875,4252,162.3220977783203,1,0,5.204006671905518,0,6.111539363861084,3.25809645652771,8.839653015136719,0,0,0,0,1,0,0,0,0,6.111539363861084 +1,0,1,1,1,0,3,5,57,505.55279541015625,141.55844116210938,4252,22.303800582885742,1,0,0,0,6.225652694702148,4.043051242828369,4.952712535858154,0,0,0,0,1,0,0,0,0,6.225652694702148 +17,0,1,1,1,0,3,5,40,384.1210021972656,1779.2208251953125,4228,162.3220977783203,1,0,2.8332133293151855,0,5.950957775115967,3.6888794898986816,7.483930587768555,0,0,0,0,1,0,0,0,0,5.950957775115967 +10,0,1,1,1,0,3,5,22,396.5119934082031,528.5714111328125,4252,149.9311065673828,1,0,2.3025851249694824,0,5.982706069946289,3.0910425186157227,6.270177841186523,0,0,0,0,1,0,0,0,0,5.982706069946289 +1,0,1,1,1,0,3,5,26,539.00848388671875,242.85714721679688,4252,69.38960266113281,1,0,0,0,6.289731502532959,3.25809645652771,5.492473602294922,0,0,0,0,1,0,0,0,0,6.289731502532959 +3,0,1,1,1,0,3,5,38,576.1815185546875,283.11688232421875,4252,162.3220977783203,1,0,1.0986123085021973,0,6.3564229011535645,3.6375861167907715,5.645859718322754,0,0,0,0,1,0,0,0,0,6.3564229011535645 +1,0,1,1,1,0,3,5,27,576.1815185546875,51.94805145263672,4252,22.303800582885742,1,0,0,0,6.3564229011535645,3.295836925506592,3.950244188308716,0,0,0,0,1,0,0,0,0,6.3564229011535645 +8,0,1,0,1,1,3,5,19,526.61749267578125,1420.7791748046875,4252,162.3220977783203,1,0,2.079441547393799,0,6.26647424697876,2.944438934326172,7.258960723876953,0,0,0,0,1,0,0,0,0,6.26647424697876 +182,0,1,1,1,1,3,5,34,576.1815185546875,21112.986328125,4252,162.3220977783203,1,0,5.204006671905518,0,6.3564229011535645,3.526360511779785,9.957643508911133,0,0,0,0,1,0,0,0,0,6.3564229011535645 +1,0,1,1,0,0,3,5,25,576.1815185546875,284.41558837890625,4210,22.303800582885742,1,0,0,0,6.3564229011535645,3.2188758850097656,5.6504364013671875,0,0,0,0,1,0,0,0,0,6.3564229011535645 +1,0,1,1,1,0,3,5,33,516.7047119140625,109.09091186523438,4252,116.47540283203125,1,0,0,0,6.247471332550049,3.4965076446533203,4.692181587219238,0,0,0,0,1,0,0,0,0,6.247471332550049 +28,0,1,1,0,1,3,5,20,433.68499755859375,2340.259765625,4252,149.9311065673828,1,0,3.332204580307007,0,6.0723185539245605,2.995732307434082,7.758017063140869,0,0,0,0,1,0,0,0,0,6.0723185539245605 +3,0,1,1,1,0,3,5,33,619.54998779296875,0,4252,149.9311065673828,1,0,1.0986123085021973,0,6.428993225097656,3.4965076446533203,0,0,0,0,0,1,0,0,0,0,6.428993225097656 +159,0,1,1,1,1,3,5,32,644.33197021484375,3054.54541015625,4252,162.3220977783203,1,0,5.068904399871826,0,6.46821403503418,3.465735912322998,8.024386405944824,0,0,0,0,1,0,0,0,0,6.46821403503418 +1,0,1,1,1,0,3,5,30,443.5978088378906,58.441558837890625,4252,64.433197021484375,1,0,0,0,6.094918251037598,3.4011974334716797,4.068027496337891,0,0,0,0,1,0,0,0,0,6.094918251037598 +182,0,1,1,NA,1,3,5,27,446.07598876953125,8715.583984375,4252,162.3220977783203,1,0,5.204006671905518,0,6.100489139556885,3.295836925506592,9.072868347167969,0,0,0,0,1,0,0,0,0,6.100489139556885 +3,0,1,1,1,1,3,5,38,619.54998779296875,2566.23388671875,4252,162.3220977783203,1,0,1.0986123085021973,0,6.428993225097656,3.6375861167907715,7.850194454193115,0,0,0,0,1,0,0,0,0,6.428993225097656 +1,0,1,1,1,0,3,5,33,452.2715148925781,25.97402572631836,4252,116.47540283203125,1,0,0,0,6.114282608032227,3.4965076446533203,3.257097005844116,0,0,0,0,1,0,0,0,0,6.114282608032227 +6,0,1,1,NA,0,3,5,28,421.29400634765625,90.909088134765625,4252,162.3220977783203,1,0,1.7917594909667969,0,6.043331146240234,3.332204580307007,4.509860038757324,0,0,0,0,1,0,0,0,0,6.043331146240234 +138,0,1,1,1,1,3,5,36,470.8580017089844,12840.259765625,4252,162.3220977783203,1,0,4.927253723144531,0,6.154556751251221,3.5835189819335938,9.46034049987793,0,0,0,0,1,0,0,0,0,6.154556751251221 +4,0,1,1,1,0,3,5,30,478.2926025390625,180.5194854736328,4252,162.3220977783203,1,0,1.3862943649291992,0,6.170222759246826,3.4011974334716797,5.195838928222656,0,0,0,0,1,0,0,0,0,6.170222759246826 +1,0,1,1,NA,0,3,5,39,449.7933044433594,209.09091186523438,4252,45.84669876098633,1,0,0,0,6.108788013458252,3.6635615825653076,5.342769145965576,0,0,0,0,1,0,0,0,0,6.108788013458252 +1,0,1,1,1,0,3,5,29,494.4009094238281,115.58441925048828,4252,92.93250274658203,1,0,0,0,6.2033467292785645,3.367295742034912,4.750000953674316,0,0,0,0,1,0,0,0,0,6.2033467292785645 +2,0,1,1,0,0,3,5,20,458.4670104980469,83.11688232421875,4252,162.3220977783203,1,0,0.6931471824645996,0,6.127888202667236,2.995732307434082,4.420248031616211,0,0,0,0,1,0,0,0,0,6.127888202667236 +13,0,1,1,0,0,3,5,19,415.0985107421875,0,4252,162.3220977783203,1,0,2.5649492740631104,0,6.028515815734863,2.944438934326172,0,0,0,0,0,1,0,0,0,0,6.028515815734863 +5,0,1,1,1,1,3,5,36,446.07598876953125,1972.727294921875,4252,162.3220977783203,1,0,1.6094379425048828,0,6.100489139556885,3.5835189819335938,7.587172508239746,0,0,0,0,1,0,0,0,0,6.100489139556885 +5,0,1,1,1,0,3,5,26,707.526123046875,228.57142639160156,4252,162.3220977783203,1,0,1.6094379425048828,0,6.561774730682373,3.25809645652771,5.431848526000977,0,0,0,0,1,0,0,0,0,6.561774730682373 +1,0,1,1,1,0,3,5,38,439.8804931640625,149.35064697265625,4252,45.84669876098633,1,0,0,0,6.086503028869629,3.6375861167907715,5.0062971115112305,0,0,0,0,1,0,0,0,0,6.086503028869629 +30,0,1,1,1,1,3,5,47,522.90020751953125,12653.2470703125,4252,162.3220977783203,1,0,3.4011974334716797,0,6.259390830993652,3.8501474857330322,9.445669174194336,0,0,0,0,1,0,0,0,0,6.259390830993652 +3,0,1,1,1,0,3,5,49,470.8580017089844,80.51947784423828,4252,162.3220977783203,1,0,1.0986123085021973,0,6.154556751251221,3.891820192337036,4.3884992599487305,0,0,0,0,1,0,0,0,0,6.154556751251221 +6,0,1,1,1,1,3,5,29,474.5752868652344,1357.142822265625,4252,162.3220977783203,1,0,1.7917594909667969,0,6.162420272827148,3.367295742034912,7.213136672973633,0,0,0,0,1,0,0,0,0,6.162420272827148 +12,0,1,1,1,1,3,5,47,421.29400634765625,3201.298583984375,4252,162.3220977783203,1,0,2.4849066734313965,0,6.043331146240234,3.8501474857330322,8.071311950683594,0,0,0,0,1,0,0,0,0,6.043331146240234 +7,0,1,1,1,0,3,5,28,452.2715148925781,337.6623229980469,4252,162.3220977783203,1,0,1.945910096168518,0,6.114282608032227,3.332204580307007,5.822046279907227,0,0,0,0,1,0,0,0,0,6.114282608032227 +73,0,1,1,1,0,3,5,34,470.8580017089844,570.1298828125,4249,162.3220977783203,1,0,4.290459632873535,0,6.154556751251221,3.526360511779785,6.345864295959473,0,0,0,0,1,0,0,0,0,6.154556751251221 +12,0,1,1,0,0,3,5,54,470.8580017089844,328.5714416503906,4249,162.3220977783203,1,0,2.4849066734313965,0,6.154556751251221,3.9889841079711914,5.794754505157471,0,0,0,0,1,0,0,0,0,6.154556751251221 +1,0,1,1,1,1,3,5,23,436.1632080078125,985.71429443359375,4252,92.93250274658203,1,0,0,0,6.07801628112793,3.1354942321777344,6.89336633682251,0,0,0,0,1,0,0,0,0,6.07801628112793 +1,0,1,1,1,0,3,5,30,433.68499755859375,545.45452880859375,4252,162.3220977783203,1,0,0,0,6.0723185539245605,3.4011974334716797,6.301619529724121,0,0,0,0,1,0,0,0,0,6.0723185539245605 +1,0,1,1,1,1,3,5,31,465.901611328125,1193.5064697265625,4252,116.47540283203125,1,0,0,0,6.143974304199219,3.4339871406555176,7.084650993347168,0,0,0,0,1,0,0,0,0,6.143974304199219 +5,0,1,1,1,1,3,5,59,436.1632080078125,2927.272705078125,4252,162.3220977783203,1,0,1.6094379425048828,0,6.07801628112793,4.077537536621094,7.981826305389404,0,0,0,0,1,0,0,0,0,6.07801628112793 +1,0,1,1,1,0,3,5,21,485.7272033691406,259.7402648925781,4210,45.84669876098633,1,0,0,0,6.185647010803223,3.044522523880005,5.559682369232178,0,0,0,0,1,0,0,0,0,6.185647010803223 +4,0,1,0,1,0,3,5,22,451.03240966796875,374.0259704589844,4252,162.3220977783203,1,0,1.3862943649291992,0,6.111539363861084,3.0910425186157227,5.924325466156006,0,0,0,0,1,0,0,0,0,6.111539363861084 +13,0,1,1,1,1,3,5,44,489.4444885253906,4719.48046875,4252,162.3220977783203,1,0,2.5649492740631104,0,6.193271160125732,3.7841897010803223,8.459453582763672,0,0,0,0,1,0,0,0,0,6.193271160125732 +1,0,1,1,1,0,3,5,21,436.1632080078125,294.8052062988281,4252,23.54290008544922,1,0,0,0,6.07801628112793,3.044522523880005,5.686314582824707,0,0,0,0,1,0,0,0,0,6.07801628112793 +11,0,1,1,1,0,3,5,38,524.1392822265625,1194.80517578125,4252,162.3220977783203,1,0,2.397895336151123,0,6.2617573738098145,3.6375861167907715,7.085738182067871,0,0,0,0,1,0,0,0,0,6.2617573738098145 +11,0,1,1,1,0,3,5,26,485.7272033691406,744.15582275390625,4252,162.3220977783203,1,0,2.397895336151123,0,6.185647010803223,3.25809645652771,6.612250328063965,0,0,0,0,1,0,0,0,0,6.185647010803223 +1,0,1,1,1,0,3,5,40,503.0745849609375,55.844154357910156,4252,138.77920532226562,1,0,0,0,6.220738410949707,3.6888794898986816,4.022564888000488,0,0,0,0,1,0,0,0,0,6.220738410949707 +1,0,1,1,1,0,3,5,28,485.7272033691406,131.16883850097656,4252,69.38960266113281,1,0,0,0,6.185647010803223,3.332204580307007,4.876485347747803,0,0,0,0,1,0,0,0,0,6.185647010803223 +5,0,1,1,1,0,3,5,27,503.0745849609375,593.5064697265625,4252,162.3220977783203,1,0,1.6094379425048828,0,6.220738410949707,3.295836925506592,6.386048316955566,0,0,0,0,1,0,0,0,0,6.220738410949707 +150,0,1,1,1,1,3,5,37,473.3362121582031,11000,4252,268.88470458984375,1,0,5.0106353759765625,0,6.159805774688721,3.610917806625366,9.30565071105957,0,0,0,0,1,0,0,0,0,6.159805774688721 +3,0,1,1,1,1,3,5,44,529.095703125,2742.857177734375,4252,162.3220977783203,1,0,1.0986123085021973,0,6.271169185638428,3.7841897010803223,7.916755199432373,0,0,0,0,1,0,0,0,0,6.271169185638428 +182,0,1,1,NA,1,3,5,36,474.5752868652344,41441.55859375,4252,162.3220977783203,1,0,5.204006671905518,0,6.162420272827148,3.5835189819335938,10.632039070129395,0,0,0,0,1,0,0,0,0,6.162420272827148 +4,0,1,0,NA,0,3,5,36,436.1632080078125,416.88311767578125,4252,162.3220977783203,1,0,1.3862943649291992,0,6.07801628112793,3.5835189819335938,6.032805919647217,0,0,0,0,1,0,0,0,0,6.07801628112793 +44,0,1,1,NA,1,3,5,29,455.9888000488281,7649.3505859375,4252,162.3220977783203,1,0,3.7841897010803223,0,6.1224684715271,3.367295742034912,8.942376136779785,0,0,0,0,1,0,0,0,0,6.1224684715271 +182,0,1,1,NA,1,3,5,60,436.1632080078125,16155.84375,4252,162.3220977783203,1,0,5.204006671905518,0,6.07801628112793,4.094344615936279,9.69003677368164,0,0,0,0,1,0,0,0,0,6.07801628112793 +1,0,1,1,NA,0,3,5,40,441.1195983886719,216.88311767578125,4252,116.47540283203125,1,0,0,0,6.089315891265869,3.6888794898986816,5.379358768463135,0,0,0,0,1,0,0,0,0,6.089315891265869 +182,0,1,1,NA,1,3,5,41,441.1195983886719,40831.16796875,4252,162.3220977783203,1,0,5.204006671905518,0,6.089315891265869,3.7135720252990723,10.61720085144043,0,0,0,0,1,0,0,0,0,6.089315891265869 +4,0,1,1,NA,0,3,5,57,444.8369140625,241.55844116210938,4252,162.3220977783203,1,0,1.3862943649291992,0,6.097707748413086,4.043051242828369,5.487111568450928,0,0,0,0,1,0,0,0,0,6.097707748413086 +55,0,1,1,NA,1,3,5,24,441.1195983886719,9057.142578125,4252,162.3220977783203,1,0,4.007333278656006,0,6.089315891265869,3.178053855895996,9.111309051513672,0,0,0,0,1,0,0,0,0,6.089315891265869 +6,0,1,1,NA,1,3,5,25,485.7272033691406,3846.753173828125,4252,162.3220977783203,1,0,1.7917594909667969,0,6.185647010803223,3.2188758850097656,8.254984855651855,0,0,0,0,1,0,0,0,0,6.185647010803223 +9,0,1,1,1,0,3,5,49,754.61187744140625,138.96104431152344,4252,162.3220977783203,1,0,2.1972246170043945,0,6.626203536987305,3.891820192337036,4.9341936111450195,0,0,0,0,1,0,0,0,0,6.626203536987305 +19,0,1,1,1,1,3,5,28,460.9451904296875,10689.6103515625,4252,162.3220977783203,1,0,2.944438934326172,0,6.133279323577881,3.332204580307007,9.277027130126953,0,0,0,0,1,0,0,0,0,6.133279323577881 +11,0,1,1,NA,0,3,5,39,441.1195983886719,1255.8441162109375,4252,162.3220977783203,1,0,2.397895336151123,0,6.089315891265869,3.6635615825653076,7.135563373565674,0,0,0,0,1,0,0,0,0,6.089315891265869 +182,0,1,1,NA,1,3,5,28,474.5752868652344,16571.427734375,4252,162.3220977783203,1,0,5.204006671905518,0,6.162420272827148,3.332204580307007,9.715435028076172,0,0,0,0,1,0,0,0,0,6.162420272827148 +79,0,1,1,NA,0,3,5,48,526.61749267578125,5090.9091796875,4252,162.3220977783203,1,0,4.369447708129883,0,6.26647424697876,3.8712010383605957,8.535211563110352,0,0,0,0,1,0,0,0,0,6.26647424697876 +4,0,1,1,1,1,3,5,33,421.29400634765625,2581.818115234375,4252,162.3220977783203,1,0,1.3862943649291992,0,6.043331146240234,3.4965076446533203,7.8562493324279785,0,0,0,0,1,0,0,0,0,6.043331146240234 +1,0,1,1,NA,0,3,5,50,474.5752868652344,140.25973510742188,4252,92.93250274658203,1,0,0,0,6.162420272827148,3.9120230674743652,4.943495750427246,0,0,0,0,1,0,0,0,0,6.162420272827148 +182,0,1,0,NA,1,3,5,36,436.1632080078125,3766.23388671875,4252,162.3220977783203,1,0,5.204006671905518,0,6.07801628112793,3.5835189819335938,8.233830451965332,0,0,0,0,1,0,0,0,0,6.07801628112793 +1,0,1,1,NA,0,3,5,25,436.1632080078125,114.28571319580078,4252,45.84669876098633,1,0,0,0,6.07801628112793,3.2188758850097656,4.738701343536377,0,0,0,0,1,0,0,0,0,6.07801628112793 +12,0,1,1,1,1,3,5,24,485.7272033691406,1097.402587890625,4252,162.3220977783203,1,0,2.4849066734313965,0,6.185647010803223,3.178053855895996,7.000701427459717,0,0,0,0,1,0,0,0,0,6.185647010803223 +1,0,1,1,1,0,3,5,47,475.81439208984375,58.441558837890625,4252,23.54290008544922,1,0,0,0,6.165027618408203,3.8501474857330322,4.068027496337891,0,0,0,0,1,0,0,0,0,6.165027618408203 +5,0,1,1,1,0,3,5,28,421.29400634765625,537.662353515625,4252,162.3220977783203,1,0,1.6094379425048828,0,6.043331146240234,3.332204580307007,6.287230968475342,0,0,0,0,1,0,0,0,0,6.043331146240234 +7,0,1,1,1,1,3,5,46,650.52752685546875,1361.0389404296875,4252,268.88470458984375,1,0,1.945910096168518,0,6.477783679962158,3.828641414642334,7.21600341796875,0,0,0,0,1,0,0,0,0,6.477783679962158 +21,0,1,1,1,0,3,5,22,458.4670104980469,1379.2208251953125,4252,162.3220977783203,1,0,3.044522523880005,0,6.127888202667236,3.0910425186157227,7.229273796081543,0,0,0,0,1,0,0,0,0,6.127888202667236 +7,0,1,1,1,1,3,5,22,446.07598876953125,868.8311767578125,4228,149.9311065673828,1,0,1.945910096168518,0,6.100489139556885,3.0910425186157227,6.767148971557617,0,0,0,0,1,0,0,0,0,6.100489139556885 +3,0,1,1,1,1,3,5,34,372.9690856933594,2346.753173828125,4252,162.3220977783203,1,0,1.0986123085021973,0,5.92149543762207,3.526360511779785,7.7607879638671875,0,0,0,0,1,0,0,0,0,5.92149543762207 +4,0,1,1,1,0,1,5,38,427.489501953125,574.0260009765625,4252,162.3220977783203,1,0,1.3862943649291992,0,6.057929515838623,3.6375861167907715,6.35267448425293,0,0,0,0,1,0,0,1,0,6.057929515838623 +12,0,1,1,1,0,1,5,46,490.68359375,475.3246765136719,4252,149.9311065673828,1,0,2.4849066734313965,0,6.195799350738525,3.828641414642334,6.163998126983643,0,0,0,0,1,0,0,1,0,6.195799350738525 +5,0,1,1,1,0,1,5,44,477.0534973144531,397.402587890625,4252,162.3220977783203,1,0,1.6094379425048828,0,6.167628765106201,3.7841897010803223,5.984950065612793,0,0,0,0,1,0,0,1,0,6.167628765106201 +5,0,1,1,1,1,3,5,58,381.6427917480469,1522.077880859375,4252,162.3220977783203,1,0,1.6094379425048828,0,5.944485187530518,4.060442924499512,7.327831745147705,0,0,0,0,1,0,0,0,0,5.944485187530518 +7,0,1,1,1,0,1,5,47,384.1210021972656,337.6623229980469,4252,162.3220977783203,1,0,1.945910096168518,0,5.950957775115967,3.8501474857330322,5.822046279907227,0,0,0,0,1,0,0,1,0,5.950957775115967 +7,0,1,1,1,1,1,5,41,448.55419921875,1551.947998046875,4252,162.3220977783203,1,0,1.945910096168518,0,6.106029510498047,3.7135720252990723,7.34726619720459,0,0,0,0,1,0,0,1,0,6.106029510498047 +0.25,0,1,1,1,0,1,5,41,514.22650146484375,38.96104049682617,4252,149.9311065673828,1,0,-1.3862943649291992,0,6.242663860321045,3.7135720252990723,3.662562131881714,0,0,0,0,1,0,0,1,0,6.242663860321045 +3,0,1,1,1,0,1,5,46,588.572509765625,142.85714721679688,4252,149.9311065673828,1,0,1.0986123085021973,0,6.377700328826904,3.828641414642334,4.961845397949219,0,0,0,0,1,0,0,1,0,6.377700328826904 +3,0,1,1,1,0,1,5,46,588.572509765625,142.85714721679688,4252,149.9311065673828,1,0,1.0986123085021973,0,6.377700328826904,3.828641414642334,4.961845397949219,0,0,0,0,1,0,0,1,0,6.377700328826904 +0.25,0,1,1,0,0,1,5,24,427.489501953125,67.532470703125,4252,149.9311065673828,1,0,-1.3862943649291992,0,6.057929515838623,3.178053855895996,4.212608337402344,0,0,0,0,1,0,0,1,0,6.057929515838623 +10,0,1,1,1,1,1,5,51,375.4472961425781,1792.207763671875,4252,149.9311065673828,1,0,2.3025851249694824,0,5.9281182289123535,3.931825637817383,7.491203308105469,0,0,0,0,1,0,0,1,0,5.9281182289123535 +11,0,1,0,0,1,1,5,53,377.9255065917969,3049.3505859375,4252,149.9311065673828,1,0,2.397895336151123,0,5.934697151184082,3.97029185295105,8.022684097290039,0,0,0,0,1,0,0,1,0,5.934697151184082 +12,0,1,1,1,1,1,5,48,405.1856994628906,4781.818359375,4252,162.3220977783203,1,0,2.4849066734313965,0,6.004345417022705,3.8712010383605957,8.472576141357422,0,0,0,0,1,0,0,1,0,6.004345417022705 +1,0,1,0,1,0,1,5,36,370.49090576171875,97.40259552001953,4252,149.9311065673828,1,0,0,0,5.914828777313232,3.5835189819335938,4.578852653503418,0,0,0,0,1,0,0,1,0,5.914828777313232 +1,0,1,1,1,0,1,5,28,423.7721862792969,211.6883087158203,4252,149.9311065673828,1,0,0,0,6.049196243286133,3.332204580307007,5.355114936828613,0,0,0,0,1,0,0,1,0,6.049196243286133 +0.25,0,1,1,1,0,1,5,30,400.22930908203125,136.36363220214844,4252,162.3220977783203,1,0,-1.3862943649291992,0,5.992037773132324,3.4011974334716797,4.915325164794922,0,0,0,0,1,0,0,1,0,5.992037773132324 +1,0,1,1,1,0,1,5,29,379.16461181640625,479.22076416015625,4252,149.9311065673828,1,0,0,0,5.9379706382751465,3.367295742034912,6.17216157913208,0,0,0,0,1,0,0,1,0,5.9379706382751465 +4,0,1,1,1,0,1,5,44,420.0549011230469,187.0129852294922,4252,162.3220977783203,1,0,1.3862943649291992,0,6.0403852462768555,3.7841897010803223,5.231178283691406,0,0,0,0,1,0,0,1,0,6.0403852462768555 +1,0,1,1,1,0,1,5,44,408.90301513671875,84.41558074951172,4252,149.9311065673828,1,0,0,0,6.013477802276611,3.7841897010803223,4.435751914978027,0,0,0,0,1,0,0,1,0,6.013477802276611 +16,0,1,1,1,1,1,5,25,398.9902038574219,1600,4252,149.9311065673828,1,0,2.7725887298583984,0,5.988936901092529,3.2188758850097656,7.377758979797363,0,0,0,0,1,0,0,1,0,5.988936901092529 +2,0,1,0,0,0,1,5,32,392.7947082519531,324.6753234863281,4252,162.3220977783203,1,0,0.6931471824645996,0,5.973287105560303,3.465735912322998,5.782825469970703,0,0,0,0,1,0,0,1,0,5.973287105560303 +6,0,1,1,NA,0,1,5,40,571.22509765625,455.8441467285156,4252,162.3220977783203,1,0,1.7917594909667969,0,6.34778356552124,3.6888794898986816,6.122150897979736,0,0,0,0,1,0,0,1,0,6.34778356552124 +4,0,1,1,1,0,1,5,39,567.5078125,428.5714416503906,4252,149.9311065673828,1,0,1.3862943649291992,0,6.341254711151123,3.6635615825653076,6.060457229614258,0,0,0,0,1,0,0,1,0,6.341254711151123 +2,0,1,1,0,0,1,5,33,519.18292236328125,135.06494140625,4252,162.3220977783203,1,0,0.6931471824645996,0,6.252256393432617,3.4965076446533203,4.905755519866943,0,0,0,0,1,0,0,1,0,6.252256393432617 +2,0,1,1,1,0,1,5,56,381.6427917480469,310.3896179199219,4252,162.3220977783203,1,0,0.6931471824645996,0,5.944485187530518,4.025351524353027,5.737828254699707,0,0,0,0,1,0,0,1,0,5.944485187530518 +8,0,1,0,0,0,1,5,26,443.5978088378906,1627.272705078125,4252,162.3220977783203,1,0,2.079441547393799,0,6.094918251037598,3.25809645652771,7.394660472869873,0,0,0,0,1,0,0,1,0,6.094918251037598 +3,0,1,1,1,0,1,5,24,636.89739990234375,187.0129852294922,4252,149.9311065673828,1,0,1.0986123085021973,0,6.456608772277832,3.178053855895996,5.231178283691406,0,0,0,0,1,0,0,1,0,6.456608772277832 +1,0,1,1,1,0,1,5,38,426.2503967285156,122.07791900634766,4252,149.9311065673828,1,0,0,0,6.055027008056641,3.6375861167907715,4.804659366607666,0,0,0,0,1,0,0,1,0,6.055027008056641 +1,0,1,1,1,0,1,5,53,442.35870361328125,381.81817626953125,4252,162.3220977783203,1,0,0,0,6.092121124267578,3.97029185295105,5.944944381713867,0,0,0,0,1,0,0,1,0,6.092121124267578 +7,0,1,1,0,1,1,5,27,514.22650146484375,3279.220703125,4252,149.9311065673828,1,0,1.945910096168518,0,6.242663860321045,3.295836925506592,8.09536075592041,0,0,0,0,1,0,0,1,0,6.242663860321045 +0.25,0,1,1,1,1,1,5,49,374.20819091796875,819.48052978515625,4252,162.3220977783203,1,0,-1.3862943649291992,0,5.924812316894531,3.891820192337036,6.708670616149902,0,0,0,0,1,0,0,1,0,5.924812316894531 +1,0,1,1,1,0,1,5,47,371.7300109863281,270.1298828125,4252,149.9311065673828,1,0,0,0,5.918167591094971,3.8501474857330322,5.598902702331543,0,0,0,0,1,0,0,1,0,5.918167591094971 +2,0,1,1,1,0,1,5,54,381.6427917480469,58.441558837890625,4252,162.3220977783203,1,0,0.6931471824645996,0,5.944485187530518,3.9889841079711914,4.068027496337891,0,0,0,0,1,0,0,1,0,5.944485187530518 +0.25,0,1,1,1,1,1,5,32,408.90301513671875,2302.597412109375,4252,149.9311065673828,1,0,-1.3862943649291992,0,6.013477802276611,3.465735912322998,7.741793155670166,0,0,0,0,1,0,0,1,0,6.013477802276611 +3,0,1,0,1,0,1,5,39,769.4810791015625,211.6883087158203,4252,162.3220977783203,1,0,1.0986123085021973,0,6.645716190338135,3.6635615825653076,5.355114936828613,0,0,0,0,1,0,0,1,0,6.645716190338135 +1,0,1,1,1,0,1,5,44,380.4036865234375,158.44155883789062,4252,149.9311065673828,1,0,0,0,5.941233158111572,3.7841897010803223,5.065385818481445,0,0,0,0,1,0,0,1,0,5.941233158111572 +5,0,1,1,1,0,1,5,37,416.33758544921875,162.33766174316406,4252,162.3220977783203,1,0,1.6094379425048828,0,6.031496524810791,3.610917806625366,5.0896782875061035,0,0,0,0,1,0,0,1,0,6.031496524810791 +3,0,1,0,1,0,1,5,38,371.7300109863281,197.40260314941406,4252,149.9311065673828,1,0,1.0986123085021973,0,5.918167591094971,3.6375861167907715,5.285245418548584,0,0,0,0,1,0,0,1,0,5.918167591094971 +13,0,1,1,1,0,1,5,56,429.96771240234375,461.0389709472656,4249,162.3220977783203,1,0,2.5649492740631104,0,6.0637102127075195,4.025351524353027,6.133482456207275,0,0,0,0,1,0,0,1,0,6.0637102127075195 +17,0,1,1,1,0,1,5,32,400.22930908203125,816.88311767578125,4252,162.3220977783203,1,0,2.8332133293151855,0,5.992037773132324,3.465735912322998,6.705495834350586,0,0,0,0,1,0,0,1,0,5.992037773132324 +7,0,1,1,1,1,1,5,49,417.5766906738281,2275.32470703125,4252,162.3220977783203,1,0,1.945910096168518,0,6.034468173980713,3.891820192337036,7.729877948760986,0,0,0,0,1,0,0,1,0,6.034468173980713 +6,0,1,1,1,1,1,5,63,517.94378662109375,1993.5064697265625,4252,162.3220977783203,1,0,1.7917594909667969,0,6.249866485595703,4.143134593963623,7.597650527954102,0,0,0,0,1,0,0,1,0,6.249866485595703 +2,0,1,1,1,0,1,5,54,463.42340087890625,211.6883087158203,4252,162.3220977783203,1,0,0.6931471824645996,0,6.138640880584717,3.9889841079711914,5.355114936828613,0,0,0,0,1,0,0,1,0,6.138640880584717 +17,0,1,1,1,0,1,5,22,442.35870361328125,755.84417724609375,4252,149.9311065673828,1,0,2.8332133293151855,0,6.092121124267578,3.0910425186157227,6.627835273742676,0,0,0,0,1,0,0,1,0,6.092121124267578 +1,0,1,1,1,0,1,5,39,431.206787109375,324.6753234863281,4252,149.9311065673828,1,0,0,0,6.066587924957275,3.6635615825653076,5.782825469970703,0,0,0,0,1,0,0,1,0,6.066587924957275 +17,0,1,0,1,1,1,5,31,392.7947082519531,2581.818115234375,4234,162.3220977783203,1,0,2.8332133293151855,0,5.973287105560303,3.4339871406555176,7.8562493324279785,0,0,0,0,1,0,0,1,0,5.973287105560303 +16,0,1,1,1,0,1,5,53,374.20819091796875,1290.9090576171875,4252,149.9311065673828,1,0,2.7725887298583984,0,5.924812316894531,3.97029185295105,7.163102149963379,0,0,0,0,1,0,0,1,0,5.924812316894531 +0.25,0,1,1,1,0,1,5,28,486.96630859375,116.88311767578125,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.188194751739502,3.332204580307007,4.76117467880249,0,0,0,0,1,0,0,1,0,6.188194751739502 +2,0,1,1,0,0,1,5,36,386.5992126464844,320.77923583984375,4252,162.3220977783203,1,0,0.6931471824645996,0,5.957388401031494,3.5835189819335938,5.770753383636475,0,0,0,0,1,0,0,1,0,5.957388401031494 +1,0,1,1,0,0,2,5,20,485.7272033691406,163.63636779785156,4252,162.3220977783203,1,0,0,0,6.185647010803223,2.995732307434082,5.097646713256836,0,0,0,0,1,0,0,0,1,6.185647010803223 +2,0,1,1,1,0,2,5,51,508.031005859375,12.98701286315918,4249,162.3220977783203,1,0,0.6931471824645996,0,6.2305426597595215,3.931825637817383,2.5639498233795166,0,0,0,0,1,0,0,0,1,6.2305426597595215 +3,0,1,1,0,0,2,5,23,706.2869873046875,383.11688232421875,4252,162.3220977783203,1,0,1.0986123085021973,0,6.560021877288818,3.1354942321777344,5.948339939117432,0,0,0,0,1,0,0,0,1,6.560021877288818 +20,0,1,1,1,1,2,5,32,449.7933044433594,6862.337890625,4252,162.3220977783203,1,0,2.995732307434082,0,6.108788013458252,3.465735912322998,8.833803176879883,0,0,0,0,1,0,0,0,1,6.108788013458252 +6,0,1,1,NA,0,2,5,32,631.94097900390625,525.9739990234375,4252,162.3220977783203,1,0,1.7917594909667969,0,6.448795795440674,3.465735912322998,6.265251636505127,0,0,0,0,1,0,0,0,1,6.448795795440674 +16,0,1,1,1,1,2,5,25,589.81158447265625,5341.55859375,4252,162.3220977783203,1,0,2.7725887298583984,0,6.37980318069458,3.2188758850097656,8.583272933959961,0,0,0,0,1,0,0,0,1,6.37980318069458 +5,0,1,1,1,0,2,5,35,655.48388671875,559.740234375,4252,162.3220977783203,1,0,1.6094379425048828,0,6.485373497009277,3.5553481578826904,6.327472686767578,0,0,0,0,1,0,0,0,1,6.485373497009277 +1,0,1,1,1,0,2,5,36,740.9818115234375,0,4252,162.3220977783203,1,0,0,0,6.607975959777832,3.5835189819335938,0,0,0,0,0,1,0,0,0,1,6.607975959777832 +0.25,0,1,1,1,0,1,5,40,511.748291015625,93.5064926147461,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.237833023071289,3.6888794898986816,4.538031101226807,0,0,0,0,1,0,0,1,0,6.237833023071289 +3,0,1,1,1,1,1,5,65,371.7300109863281,2488.311767578125,4252,162.3220977783203,1,0,1.0986123085021973,0,5.918167591094971,4.174387454986572,7.81935977935791,0,0,0,0,1,0,0,1,0,5.918167591094971 +2,0,1,1,1,0,1,5,43,413.8594055175781,140.25973510742188,4252,162.3220977783203,1,0,0.6931471824645996,0,6.025526523590088,3.761200189590454,4.943495750427246,0,0,0,0,1,0,0,1,0,6.025526523590088 +0.25,0,1,NA,NA,1,1,5,45,421.29400634765625,788.31170654296875,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.043331146240234,3.8066625595092773,6.669893741607666,0,0,0,0,1,0,0,1,0,6.043331146240234 +2,0,1,1,1,0,1,5,30,556.35589599609375,205.19480895996094,4252,162.3220977783203,1,0,0.6931471824645996,0,6.321408271789551,3.4011974334716797,5.323959827423096,0,0,0,0,1,0,0,1,0,6.321408271789551 +1,0,1,NA,1,0,1,5,32,474.5752868652344,123.37662506103516,4252,162.3220977783203,1,0,0,0,6.162420272827148,3.465735912322998,4.815241813659668,0,0,0,0,1,0,0,1,0,6.162420272827148 +5,0,1,1,1,0,1,5,35,374.20819091796875,127.2727279663086,4252,149.9311065673828,1,0,1.6094379425048828,0,5.924812316894531,3.5553481578826904,4.84633207321167,0,0,0,0,1,0,0,1,0,5.924812316894531 +9,0,1,1,1,1,1,5,25,390.3164978027344,2536.363525390625,4252,162.3220977783203,1,0,2.1972246170043945,0,5.966958045959473,3.2188758850097656,7.838486671447754,0,0,0,0,1,0,0,1,0,5.966958045959473 +15,0,1,1,1,1,1,5,43,379.16461181640625,4724.67529296875,4252,162.3220977783203,1,0,2.70805025100708,0,5.9379706382751465,3.761200189590454,8.460554122924805,0,0,0,0,1,0,0,1,0,5.9379706382751465 +3,0,1,1,1,0,2,5,40,708.76519775390625,242.85714721679688,4249,162.3220977783203,1,0,1.0986123085021973,0,6.56352424621582,3.6888794898986816,5.492473602294922,0,0,0,0,1,0,0,0,1,6.56352424621582 +4,0,1,1,1,0,2,5,29,446.07598876953125,368.8311767578125,4252,149.9311065673828,1,0,1.3862943649291992,0,6.100489139556885,3.367295742034912,5.910338878631592,0,0,0,0,1,0,0,0,1,6.100489139556885 +2,0,1,1,1,0,2,5,36,644.33197021484375,263.6363525390625,4252,162.3220977783203,1,0,0.6931471824645996,0,6.46821403503418,3.5835189819335938,5.574570655822754,0,0,0,0,1,0,0,0,1,6.46821403503418 +2,0,1,1,0,0,2,5,20,391.55560302734375,50.649349212646484,4252,162.3220977783203,1,0,0.6931471824645996,0,5.970127582550049,2.995732307434082,3.924926280975342,0,0,0,0,1,0,0,0,1,5.970127582550049 +2,0,1,1,1,0,2,5,33,436.1632080078125,167.532470703125,4252,162.3220977783203,1,0,0.6931471824645996,0,6.07801628112793,3.4965076446533203,5.1211771965026855,0,0,0,0,1,0,0,0,1,6.07801628112793 +15,0,1,1,1,1,2,5,41,396.5119934082031,1758.4415283203125,4249,149.9311065673828,1,0,2.70805025100708,0,5.982706069946289,3.7135720252990723,7.4721832275390625,0,0,0,0,1,0,0,0,1,5.982706069946289 +0.25,0,1,1,1,0,2,5,47,727.3516845703125,0,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.589410305023193,3.8501474857330322,0,0,0,0,0,1,0,0,0,1,6.589410305023193 +182,0,1,1,1,1,2,5,26,397.7510986328125,19480.51953125,4252,162.3220977783203,1,0,5.204006671905518,0,5.98582649230957,3.25809645652771,9.87717056274414,0,0,0,0,1,0,0,0,1,5.98582649230957 +2,0,1,1,1,0,2,5,32,597.2462158203125,103.89610290527344,4252,162.3220977783203,1,0,0.6931471824645996,0,6.392329216003418,3.465735912322998,4.6433916091918945,0,0,0,0,1,0,0,0,1,6.392329216003418 +0.25,0,1,1,1,0,2,5,57,703.80877685546875,861.0389404296875,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.556506633758545,4.043051242828369,6.758139610290527,0,0,0,0,1,0,0,0,1,6.556506633758545 +1,0,1,1,1,0,2,5,25,371.7300109863281,51.94805145263672,4252,162.3220977783203,1,0,0,0,5.918167591094971,3.2188758850097656,3.950244188308716,0,0,0,0,1,0,0,0,1,5.918167591094971 +2,0,1,1,1,1,2,5,36,640.61468505859375,1033.7662353515625,4252,149.9311065673828,1,0,0.6931471824645996,0,6.462428092956543,3.5835189819335938,6.9409637451171875,0,0,0,0,1,0,0,0,1,6.462428092956543 +82,0,1,1,1,1,2,5,42,566.2686767578125,6493.50634765625,4228,149.9311065673828,1,0,4.406719207763672,0,6.33906888961792,3.7376697063446045,8.778557777404785,0,0,0,0,1,0,0,0,1,6.33906888961792 +24,0,1,1,1,0,2,5,19,669.114013671875,146.7532501220703,4252,149.9311065673828,1,0,3.178053855895996,0,6.505954265594482,2.944438934326172,4.988752841949463,0,0,0,0,1,0,0,0,1,6.505954265594482 +3,0,1,1,1,0,2,5,36,551.39947509765625,125.97402954101562,4252,149.9311065673828,1,0,1.0986123085021973,0,6.312459468841553,3.5835189819335938,4.836075782775879,0,0,0,0,1,0,0,0,1,6.312459468841553 +5,0,1,1,1,0,2,5,34,371.7300109863281,0,4252,162.3220977783203,1,0,1.6094379425048828,0,5.918167591094971,3.526360511779785,0,0,0,0,0,1,0,0,0,1,5.918167591094971 +4,0,1,1,1,0,2,5,23,460.9451904296875,54.54545593261719,4252,162.3220977783203,1,0,1.3862943649291992,0,6.133279323577881,3.1354942321777344,3.9990344047546387,0,0,0,0,1,0,0,0,1,6.133279323577881 +4,0,1,1,0,0,2,5,25,416.33758544921875,472.7272644042969,4252,149.9311065673828,1,0,1.3862943649291992,0,6.031496524810791,3.2188758850097656,6.1585187911987305,0,0,0,0,1,0,0,0,1,6.031496524810791 +3,0,1,1,0,0,2,5,48,451.03240966796875,129.87013244628906,4252,149.9311065673828,1,0,1.0986123085021973,0,6.111539363861084,3.8712010383605957,4.866535186767578,0,0,0,0,1,0,0,0,1,6.111539363861084 +0.25,0,1,1,1,0,2,5,55,494.4009094238281,203.89610290527344,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.2033467292785645,4.007333278656006,5.317610740661621,0,0,0,0,1,0,0,0,1,6.2033467292785645 +9,0,1,1,1,0,2,5,38,483.2489929199219,141.55844116210938,4249,162.3220977783203,1,0,2.1972246170043945,0,6.180531978607178,3.6375861167907715,4.952712535858154,0,0,0,0,1,0,0,0,1,6.180531978607178 +9,0,1,1,1,0,2,5,30,483.2489929199219,246.7532501220703,4252,162.3220977783203,1,0,2.1972246170043945,0,6.180531978607178,3.4011974334716797,5.508388996124268,0,0,0,0,1,0,0,0,1,6.180531978607178 +9,0,1,1,1,0,2,5,38,483.2489929199219,246.7532501220703,4252,162.3220977783203,1,0,2.1972246170043945,0,6.180531978607178,3.6375861167907715,5.508388996124268,0,0,0,0,1,0,0,0,1,6.180531978607178 +1,0,1,1,1,0,2,5,42,371.7300109863281,0,4252,92.93250274658203,1,0,0,0,5.918167591094971,3.7376697063446045,0,0,0,0,0,1,0,0,0,1,5.918167591094971 +9,0,1,1,1,0,2,5,40,396.5119934082031,505.1947937011719,4252,162.3220977783203,1,0,2.1972246170043945,0,5.982706069946289,3.6888794898986816,6.224944114685059,0,0,0,0,1,0,0,0,1,5.982706069946289 +17,0,1,1,1,1,2,5,32,532.81298828125,2427.272705078125,4252,162.3220977783203,1,0,2.8332133293151855,0,6.278170585632324,3.465735912322998,7.7945237159729,0,0,0,0,1,0,0,0,1,6.278170585632324 +4,0,1,1,1,1,2,5,41,372.9690856933594,1098.7012939453125,4252,149.9311065673828,1,0,1.3862943649291992,0,5.92149543762207,3.7135720252990723,7.0018839836120605,0,0,0,0,1,0,0,0,1,5.92149543762207 +0.25,0,1,1,1,1,2,5,41,372.9690856933594,1045.45458984375,4252,149.9311065673828,1,0,-1.3862943649291992,0,5.92149543762207,3.7135720252990723,6.952207088470459,0,0,0,0,1,0,0,0,1,5.92149543762207 +8,0,1,1,1,0,2,5,43,417.5766906738281,197.40260314941406,4252,149.9311065673828,1,0,2.079441547393799,0,6.034468173980713,3.761200189590454,5.285245418548584,0,0,0,0,1,0,0,0,1,6.034468173980713 +1,0,1,1,NA,1,2,5,NA,411.3811950683594,705.19482421875,4252,45.84669876098633,1,0,0,0,6.019520282745361,NA,6.558474063873291,0,0,0,0,1,0,0,0,1,6.019520282745361 +21,0,1,1,1,0,2,5,28,654.24481201171875,1018.1818237304688,4252,162.3220977783203,1,0,3.044522523880005,0,6.483481407165527,3.332204580307007,6.925773620605469,0,0,0,0,1,0,0,0,1,6.483481407165527 +3,0,1,1,1,0,2,5,59,525.37841796875,267.532470703125,4252,162.3220977783203,1,0,1.0986123085021973,0,6.264118671417236,4.077537536621094,5.589241027832031,0,0,0,0,1,0,0,0,1,6.264118671417236 +6,0,1,1,1,0,2,5,33,512.9874267578125,203.89610290527344,4252,162.3220977783203,1,0,1.7917594909667969,0,6.240251541137695,3.4965076446533203,5.317610740661621,0,0,0,0,1,0,0,0,1,6.240251541137695 +6,0,1,1,1,1,2,5,34,527.85662841796875,2303.89599609375,4252,149.9311065673828,1,0,1.7917594909667969,0,6.268824577331543,3.526360511779785,7.742356777191162,0,0,0,0,1,0,0,0,1,6.268824577331543 +1,0,1,1,0,0,2,5,52,454.74969482421875,249.35064697265625,4210,149.9311065673828,1,0,0,0,6.119747161865234,3.9512436389923096,5.518860340118408,0,0,0,0,1,0,0,0,1,6.119747161865234 +3,0,1,1,1,0,2,5,52,508.031005859375,202.59739685058594,4252,149.9311065673828,1,0,1.0986123085021973,0,6.2305426597595215,3.9512436389923096,5.311220645904541,0,0,0,0,1,0,0,0,1,6.2305426597595215 +0.25,0,1,1,1,0,2,5,48,396.5119934082031,19.480520248413086,4252,149.9311065673828,1,0,-1.3862943649291992,0,5.982706069946289,3.8712010383605957,2.9694149494171143,0,0,0,0,1,0,0,0,1,5.982706069946289 +3,0,1,1,1,1,2,5,33,436.1632080078125,1610.3896484375,4252,149.9311065673828,1,0,1.0986123085021973,0,6.07801628112793,3.4965076446533203,7.3842315673828125,0,0,0,0,1,0,0,0,1,6.07801628112793 +10,0,1,1,1,1,2,5,27,469.618896484375,510.3896179199219,4249,86.73699951171875,1,0,2.3025851249694824,0,6.151921272277832,3.295836925506592,6.235174179077148,0,0,0,0,1,0,0,0,1,6.151921272277832 +3,0,1,1,1,0,2,5,21,480.77081298828125,109.09091186523438,4252,149.9311065673828,1,0,1.0986123085021973,0,6.175390720367432,3.044522523880005,4.692181587219238,0,0,0,0,1,0,0,0,1,6.175390720367432 +13,0,1,1,0,1,2,5,23,447.3150939941406,3018.181884765625,4252,162.3220977783203,1,0,2.5649492740631104,0,6.1032633781433105,3.1354942321777344,8.012410163879395,0,0,0,0,1,0,0,0,1,6.1032633781433105 +1,0,1,1,1,0,2,5,34,396.5119934082031,72.7272720336914,4252,162.3220977783203,1,0,0,0,5.982706069946289,3.526360511779785,4.286716461181641,0,0,0,0,1,0,0,0,1,5.982706069946289 +2,0,1,1,1,1,2,5,30,687.70050048828125,2127.272705078125,4252,149.9311065673828,1,0,0.6931471824645996,0,6.533353328704834,3.4011974334716797,7.662596225738525,0,0,0,0,1,0,0,0,1,6.533353328704834 +0.25,0,1,1,1,0,2,5,37,468.3797912597656,267.532470703125,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.149279594421387,3.610917806625366,5.589241027832031,0,0,0,0,1,0,0,0,1,6.149279594421387 +1,0,1,1,1,0,2,5,43,473.3362121582031,168.83116149902344,4252,162.3220977783203,1,0,0,0,6.159805774688721,3.761200189590454,5.128899097442627,0,0,0,0,1,0,0,0,1,6.159805774688721 +6,0,1,1,1,0,2,5,36,498.1181945800781,312.98699951171875,4252,162.3220977783203,1,0,1.7917594909667969,0,6.210837364196777,3.5835189819335938,5.746161460876465,0,0,0,0,1,0,0,0,1,6.210837364196777 +8,0,1,1,0,0,2,5,21,408.90301513671875,220.7792205810547,4210,149.9311065673828,1,0,2.079441547393799,0,6.013477802276611,3.044522523880005,5.397163391113281,0,0,0,0,1,0,0,0,1,6.013477802276611 +2,0,1,1,1,1,2,5,32,410.14208984375,1218.1817626953125,4252,149.9311065673828,1,0,0.6931471824645996,0,6.016503810882568,3.465735912322998,7.105114459991455,0,0,0,0,1,0,0,0,1,6.016503810882568 +4,0,1,1,1,0,2,5,35,532.81298828125,177.9220733642578,4252,162.3220977783203,1,0,1.3862943649291992,0,6.278170585632324,3.5553481578826904,5.181345462799072,0,0,0,0,1,0,0,0,1,6.278170585632324 +12,0,1,1,1,1,2,5,50,371.7300109863281,4325.97412109375,4252,162.3220977783203,1,0,2.4849066734313965,0,5.918167591094971,3.9120230674743652,8.372392654418945,0,0,0,0,1,0,0,0,1,5.918167591094971 +9,0,1,1,1,0,2,5,60,402.7074890136719,0,4249,149.9311065673828,1,0,2.1972246170043945,0,5.998210430145264,4.094344615936279,0,0,0,0,0,1,0,0,0,1,5.998210430145264 +6,0,1,1,1,0,2,5,40,396.5119934082031,148.05194091796875,4210,162.3220977783203,1,0,1.7917594909667969,0,5.982706069946289,3.6888794898986816,4.997563362121582,0,0,0,0,1,0,0,0,1,5.982706069946289 +1,0,1,1,1,0,2,5,63,426.2503967285156,61.03895950317383,4252,162.3220977783203,1,0,0,0,6.055027008056641,4.143134593963623,4.111512184143066,0,0,0,0,1,0,0,0,1,6.055027008056641 +3,0,1,1,1,1,NA,5,43,619.54998779296875,1042.857177734375,4252,162.3220977783203,1,0,1.0986123085021973,0,6.428993225097656,3.761200189590454,6.949719429016113,0,0,0,0,1,0,0,NA,NA,6.428993225097656 +3,0,1,1,1,0,2,5,32,743.46002197265625,0,4252,268.88470458984375,1,0,1.0986123085021973,0,6.61131477355957,3.465735912322998,0,0,0,0,0,1,0,0,0,1,6.61131477355957 +3,0,1,1,1,0,2,5,25,581.13787841796875,196.10389709472656,4252,149.9311065673828,1,0,1.0986123085021973,0,6.364987850189209,3.2188758850097656,5.278644561767578,0,0,0,0,1,0,0,0,1,6.364987850189209 +2,0,1,1,1,1,2,5,29,565.02960205078125,1322.077880859375,4252,162.3220977783203,1,0,0.6931471824645996,0,6.336878299713135,3.367295742034912,7.186959743499756,0,0,0,0,1,0,0,0,1,6.336878299713135 +4,0,1,1,1,0,2,5,34,396.5119934082031,284.41558837890625,4252,149.9311065673828,1,0,1.3862943649291992,0,5.982706069946289,3.526360511779785,5.6504364013671875,0,0,0,0,1,0,0,0,1,5.982706069946289 +8,0,1,1,0,0,2,5,21,468.3797912597656,214.2857208251953,4252,149.9311065673828,1,0,2.079441547393799,0,6.149279594421387,3.044522523880005,5.367310047149658,0,0,0,0,1,0,0,0,1,6.149279594421387 +23,0,1,1,1,0,2,5,28,474.5752868652344,1118.1817626953125,4252,162.3220977783203,1,0,3.1354942321777344,0,6.162420272827148,3.332204580307007,7.019459247589111,0,0,0,0,1,0,0,0,1,6.162420272827148 +4,0,1,1,1,0,3,5,34,454.74969482421875,257.1428527832031,4252,149.9311065673828,1,0,1.3862943649291992,0,6.119747161865234,3.526360511779785,5.549631595611572,0,0,0,0,1,0,0,0,0,6.119747161865234 +1,0,1,1,1,1,3,5,50,572.46417236328125,629.8701171875,4252,162.3220977783203,1,0,0,0,6.349950313568115,3.9120230674743652,6.445513725280762,0,0,0,0,1,0,0,0,0,6.349950313568115 +1,0,1,1,1,0,3,5,33,576.1815185546875,74.025970458984375,4252,149.9311065673828,1,0,0,0,6.3564229011535645,3.4965076446533203,4.304416179656982,0,0,0,0,1,0,0,0,0,6.3564229011535645 +3,0,1,1,0,0,3,5,25,504.3136901855469,264.93505859375,4252,149.9311065673828,1,0,1.0986123085021973,0,6.223198413848877,3.2188758850097656,5.579484939575195,0,0,0,0,1,0,0,0,0,6.223198413848877 +3,0,1,1,1,0,3,5,48,566.2686767578125,285.71429443359375,4252,149.9311065673828,1,0,1.0986123085021973,0,6.33906888961792,3.8712010383605957,5.65499210357666,0,0,0,0,1,0,0,0,0,6.33906888961792 +9,0,1,1,0,0,3,5,25,566.2686767578125,40.25973892211914,4252,162.3220977783203,1,0,2.1972246170043945,0,6.33906888961792,3.2188758850097656,3.6953518390655518,0,0,0,0,1,0,0,0,0,6.33906888961792 +54,0,1,1,1,0,3,5,48,539.00848388671875,0,4249,288.7102966308594,1,0,3.9889841079711914,0,6.289731502532959,3.8712010383605957,0,0,0,0,0,1,0,0,0,0,6.289731502532959 +6,0,1,1,1,0,3,5,40,631.94097900390625,264.93505859375,4252,149.9311065673828,1,0,1.7917594909667969,0,6.448795795440674,3.6888794898986816,5.579484939575195,0,0,0,0,1,0,0,0,0,6.448795795440674 +12,0,1,1,1,1,3,5,35,531.57391357421875,4990.9091796875,4249,162.3220977783203,1,0,2.4849066734313965,0,6.275842189788818,3.5553481578826904,8.515373229980469,0,0,0,0,1,0,0,0,0,6.275842189788818 +3,0,1,1,1,0,3,5,55,446.07598876953125,145.4545440673828,4249,149.9311065673828,1,0,1.0986123085021973,0,6.100489139556885,4.007333278656006,4.97986364364624,0,0,0,0,1,0,0,0,0,6.100489139556885 +3,0,1,1,1,0,3,5,54,532.81298828125,170.12986755371094,4210,149.9311065673828,1,0,1.0986123085021973,0,6.278170585632324,3.9889841079711914,5.136561870574951,0,0,0,0,1,0,0,0,0,6.278170585632324 +5,0,1,1,1,0,3,5,30,619.54998779296875,724.67535400390625,4252,162.3220977783203,1,0,1.6094379425048828,0,6.428993225097656,3.4011974334716797,6.585723876953125,0,0,0,0,1,0,0,0,0,6.428993225097656 +11,0,1,1,1,1,3,5,59,402.7074890136719,4192.2080078125,4252,162.3220977783203,1,0,2.397895336151123,0,5.998210430145264,4.077537536621094,8.340982437133789,0,0,0,0,1,0,0,0,0,5.998210430145264 +0.25,0,1,0,0,0,3,5,40,504.3136901855469,62.33766174316406,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.223198413848877,3.6888794898986816,4.132565975189209,0,0,0,0,1,0,0,0,0,6.223198413848877 +34,0,1,1,1,0,3,5,35,553.877685546875,777.92205810546875,4252,149.9311065673828,1,0,3.526360511779785,0,6.316943645477295,3.5553481578826904,6.656626224517822,0,0,0,0,1,0,0,0,0,6.316943645477295 +4,0,1,1,1,0,3,5,29,529.095703125,205.19480895996094,4252,162.3220977783203,1,0,1.3862943649291992,0,6.271169185638428,3.367295742034912,5.323959827423096,0,0,0,0,1,0,0,0,0,6.271169185638428 +5,0,1,1,1,0,3,5,25,529.095703125,0,4249,162.3220977783203,1,0,1.6094379425048828,0,6.271169185638428,3.2188758850097656,0,0,0,0,0,1,0,0,0,0,6.271169185638428 +0.25,0,1,1,1,0,3,5,37,529.095703125,197.40260314941406,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.271169185638428,3.610917806625366,5.285245418548584,0,0,0,0,1,0,0,0,0,6.271169185638428 +3,0,1,1,1,0,3,5,44,408.90301513671875,71.42857360839844,4252,149.9311065673828,1,0,1.0986123085021973,0,6.013477802276611,3.7841897010803223,4.268698215484619,0,0,0,0,1,0,0,0,0,6.013477802276611 +5,0,1,1,1,1,3,5,35,639.3756103515625,2849.3505859375,4252,162.3220977783203,1,0,1.6094379425048828,0,6.460492134094238,3.5553481578826904,7.954846382141113,0,0,0,0,1,0,0,0,0,6.460492134094238 +3,0,1,1,1,1,3,5,40,510.5091857910156,2115.58447265625,4252,149.9311065673828,1,0,1.0986123085021973,0,6.235408782958984,3.6888794898986816,7.657086372375488,0,0,0,0,1,0,0,0,0,6.235408782958984 +1,0,1,1,1,0,3,5,52,526.61749267578125,0,4252,149.9311065673828,1,0,0,0,6.26647424697876,3.9512436389923096,0,0,0,0,0,1,0,0,0,0,6.26647424697876 +11,0,1,1,1,1,3,5,36,503.0745849609375,4303.89599609375,4249,149.9311065673828,1,0,2.397895336151123,0,6.220738410949707,3.5835189819335938,8.367276191711426,0,0,0,0,1,0,0,0,0,6.220738410949707 +182,0,1,1,1,1,3,5,38,433.68499755859375,38961.0390625,4252,162.3220977783203,1,0,5.204006671905518,0,6.0723185539245605,3.6375861167907715,10.570317268371582,0,0,0,0,1,0,0,0,0,6.0723185539245605 +1,0,1,1,1,0,3,5,42,394.0338134765625,214.2857208251953,4252,162.3220977783203,1,0,0,0,5.976436614990234,3.7376697063446045,5.367310047149658,0,0,0,0,1,0,0,0,0,5.976436614990234 +1,0,1,1,NA,1,2,5,42,573.70330810546875,800,4249,162.3220977783203,1,0,0,0,6.352112293243408,3.7376697063446045,6.684611797332764,0,0,0,0,1,0,0,0,1,6.352112293243408 +0.25,0,1,1,1,0,2,5,51,494.4009094238281,131.16883850097656,4249,162.3220977783203,1,0,-1.3862943649291992,0,6.2033467292785645,3.931825637817383,4.876485347747803,0,0,0,0,1,0,0,0,1,6.2033467292785645 +7,0,1,1,1,1,3,5,32,371.7300109863281,1910.3896484375,4252,162.3220977783203,1,0,1.945910096168518,0,5.918167591094971,3.465735912322998,7.555062294006348,0,0,0,0,1,0,0,0,0,5.918167591094971 +12,0,1,1,1,1,3,5,51,477.0534973144531,2776.623291015625,4252,162.3220977783203,1,0,2.4849066734313965,0,6.167628765106201,3.931825637817383,7.928990840911865,0,0,0,0,1,0,0,0,0,6.167628765106201 +16,0,1,1,1,0,3,5,48,459.7060852050781,4271.4287109375,4252,162.3220977783203,1,0,2.7725887298583984,0,6.130587577819824,3.8712010383605957,8.35970401763916,0,0,0,0,1,0,0,0,0,6.130587577819824 +23,0,1,1,1,1,3,5,35,429.96771240234375,3480.51953125,4252,162.3220977783203,1,0,3.1354942321777344,0,6.0637102127075195,3.5553481578826904,8.154936790466309,0,0,0,0,1,0,0,0,0,6.0637102127075195 +12,0,1,1,1,1,3,5,23,371.7300109863281,3915.58447265625,4252,162.3220977783203,1,0,2.4849066734313965,0,5.918167591094971,3.1354942321777344,8.2727203369140625,0,0,0,0,1,0,0,0,0,5.918167591094971 +5,0,1,1,NA,0,3,5,61,371.7300109863281,287.01300048828125,4252,162.3220977783203,1,0,1.6094379425048828,0,5.918167591094971,4.110873699188232,5.65952730178833,0,0,0,0,1,0,0,0,0,5.918167591094971 +4,0,1,1,0,0,3,5,20,371.7300109863281,232.467529296875,4252,162.3220977783203,1,0,1.3862943649291992,0,5.918167591094971,2.995732307434082,5.4487504959106445,0,0,0,0,1,0,0,0,0,5.918167591094971 +3,0,1,1,1,1,3,5,29,459.7060852050781,1184.41552734375,4252,162.3220977783203,1,0,1.0986123085021973,0,6.130587577819824,3.367295742034912,7.077004909515381,0,0,0,0,1,0,0,0,0,6.130587577819824 +8,0,1,1,0,0,3,5,36,377.9255065917969,1232.467529296875,4249,149.9311065673828,1,0,2.079441547393799,0,5.934697151184082,3.5835189819335938,7.11677360534668,0,0,0,0,1,0,0,0,0,5.934697151184082 +1,0,1,1,1,0,3,5,43,395.27288818359375,220.7792205810547,4252,149.9311065673828,1,0,0,0,5.979576587677002,3.761200189590454,5.397163391113281,0,0,0,0,1,0,0,0,0,5.979576587677002 +13,0,1,1,1,0,3,5,39,759.56829833984375,401.2987060546875,4252,149.9311065673828,1,0,2.5649492740631104,0,6.632750034332275,3.6635615825653076,5.994706153869629,0,0,0,0,1,0,0,0,0,6.632750034332275 +10,0,1,1,1,1,3,5,36,374.20819091796875,3474.02587890625,4252,162.3220977783203,1,0,2.3025851249694824,0,5.924812316894531,3.5835189819335938,8.153069496154785,0,0,0,0,1,0,0,0,0,5.924812316894531 +2,0,1,1,1,0,3,5,42,391.55560302734375,398.7012939453125,4252,149.9311065673828,1,0,0.6931471824645996,0,5.970127582550049,3.7376697063446045,5.988212585449219,0,0,0,0,1,0,0,0,0,5.970127582550049 +4,0,1,1,1,0,3,5,38,381.6427917480469,357.1428527832031,4252,162.3220977783203,1,0,1.3862943649291992,0,5.944485187530518,3.6375861167907715,5.878135681152344,0,0,0,0,1,0,0,0,0,5.944485187530518 +2,0,1,1,1,0,3,5,53,510.5091857910156,719.48052978515625,4252,162.3220977783203,1,0,0.6931471824645996,0,6.235408782958984,3.97029185295105,6.578529357910156,0,0,0,0,1,0,0,0,0,6.235408782958984 +2,0,1,1,1,0,3,5,26,371.7300109863281,127.2727279663086,4252,149.9311065673828,1,0,0.6931471824645996,0,5.918167591094971,3.25809645652771,4.84633207321167,0,0,0,0,1,0,0,0,0,5.918167591094971 +1,0,1,1,1,0,3,5,29,416.33758544921875,198.7012939453125,4252,149.9311065673828,1,0,0,0,6.031496524810791,3.367295742034912,5.291802883148193,0,0,0,0,1,0,0,0,0,6.031496524810791 +1,0,1,1,0,0,3,5,35,439.8804931640625,35.06493377685547,4252,149.9311065673828,1,0,0,0,6.086503028869629,3.5553481578826904,3.557201623916626,0,0,0,0,1,0,0,0,0,6.086503028869629 +1,0,1,1,1,0,3,5,32,439.8804931640625,55.844154357910156,4252,149.9311065673828,1,0,0,0,6.086503028869629,3.465735912322998,4.022564888000488,0,0,0,0,1,0,0,0,0,6.086503028869629 +4,0,1,1,1,0,3,5,25,468.3797912597656,487.01300048828125,4252,162.3220977783203,1,0,1.3862943649291992,0,6.149279594421387,3.2188758850097656,6.188290596008301,0,0,0,0,1,0,0,0,0,6.149279594421387 +1,0,1,1,1,0,3,5,56,433.68499755859375,102.59740447998047,4252,149.9311065673828,1,0,0,0,6.0723185539245605,4.025351524353027,4.630812644958496,0,0,0,0,1,0,0,0,0,6.0723185539245605 +0.25,0,1,1,1,0,3,5,44,371.7300109863281,197.40260314941406,4252,162.3220977783203,1,0,-1.3862943649291992,0,5.918167591094971,3.7841897010803223,5.285245418548584,0,0,0,0,1,0,0,0,0,5.918167591094971 +0.25,0,1,1,1,0,3,5,44,446.07598876953125,109.09091186523438,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.100489139556885,3.7841897010803223,4.692181587219238,0,0,0,0,1,0,0,0,0,6.100489139556885 +2,0,1,1,1,0,3,5,31,421.29400634765625,49.350650787353516,4252,149.9311065673828,1,0,0.6931471824645996,0,6.043331146240234,3.4339871406555176,3.8989510536193848,0,0,0,0,1,0,0,0,0,6.043331146240234 +4,0,1,1,1,0,3,5,39,408.90301513671875,163.63636779785156,4252,149.9311065673828,1,0,1.3862943649291992,0,6.013477802276611,3.6635615825653076,5.097646713256836,0,0,0,0,1,0,0,0,0,6.013477802276611 +4,0,1,1,0,0,3,5,29,371.7300109863281,363.6363525390625,4252,162.3220977783203,1,0,1.3862943649291992,0,5.918167591094971,3.367295742034912,5.896154403686523,0,0,0,0,1,0,0,0,0,5.918167591094971 +3,0,1,1,1,0,3,5,32,372.9690856933594,374.0259704589844,4252,162.3220977783203,1,0,1.0986123085021973,0,5.92149543762207,3.465735912322998,5.924325466156006,0,0,0,0,1,0,0,0,0,5.92149543762207 +3,0,1,1,1,0,3,5,36,398.9902038574219,58.441558837890625,4252,162.3220977783203,1,0,1.0986123085021973,0,5.988936901092529,3.5835189819335938,4.068027496337891,0,0,0,0,1,0,0,0,0,5.988936901092529 +17,0,1,1,1,1,3,5,35,557.594970703125,4107.7919921875,4249,162.3220977783203,1,0,2.8332133293151855,0,6.323632717132568,3.5553481578826904,8.320640563964844,0,0,0,0,1,0,0,0,0,6.323632717132568 +13,0,1,1,1,1,3,5,31,475.81439208984375,4970.1298828125,4252,162.3220977783203,1,0,2.5649492740631104,0,6.165027618408203,3.4339871406555176,8.511200904846191,0,0,0,0,1,0,0,0,0,6.165027618408203 +3,0,1,1,NA,0,3,5,33,421.29400634765625,242.85714721679688,4252,149.9311065673828,1,0,1.0986123085021973,0,6.043331146240234,3.4965076446533203,5.492473602294922,0,0,0,0,1,0,0,0,0,6.043331146240234 +4,0,1,1,0,0,3,5,33,433.68499755859375,377.9220886230469,4249,149.9311065673828,1,0,1.3862943649291992,0,6.0723185539245605,3.4965076446533203,5.934688091278076,0,0,0,0,1,0,0,0,0,6.0723185539245605 +28,0,1,1,1,0,3,5,41,377.9255065917969,845.45452880859375,4252,149.9311065673828,1,0,3.332204580307007,0,5.934697151184082,3.7135720252990723,6.739874362945557,0,0,0,0,1,0,0,0,0,5.934697151184082 +9,0,1,1,1,0,3,5,19,390.3164978027344,492.2077941894531,4252,149.9311065673828,1,0,2.1972246170043945,0,5.966958045959473,2.944438934326172,6.198901176452637,0,0,0,0,1,0,0,0,0,5.966958045959473 +3,0,1,1,1,0,3,5,25,482.0098876953125,197.40260314941406,4216,102.84529876708984,1,0,1.0986123085021973,0,6.177964687347412,3.2188758850097656,5.285245418548584,0,0,0,0,1,0,0,0,0,6.177964687347412 +4,0,1,1,1,0,3,5,40,371.7300109863281,135.06494140625,4252,149.9311065673828,1,0,1.3862943649291992,0,5.918167591094971,3.6888794898986816,4.905755519866943,0,0,0,0,1,0,0,0,0,5.918167591094971 +3,0,1,1,1,0,3,5,50,371.7300109863281,155.8441619873047,4252,162.3220977783203,1,0,1.0986123085021973,0,5.918167591094971,3.9120230674743652,5.048856735229492,0,0,0,0,1,0,0,0,0,5.918167591094971 +4,0,1,1,1,1,3,5,35,371.7300109863281,2600,4252,162.3220977783203,1,0,1.3862943649291992,0,5.918167591094971,3.5553481578826904,7.863266944885254,0,0,0,0,1,0,0,0,0,5.918167591094971 +182,0,1,1,1,1,3,5,23,475.81439208984375,9925.9736328125,4252,162.3220977783203,1,0,5.204006671905518,0,6.165027618408203,3.1354942321777344,9.202910423278809,0,0,0,0,1,0,0,0,0,6.165027618408203 +3,0,1,1,0,0,3,5,52,581.13787841796875,207.79220581054688,4252,149.9311065673828,1,0,1.0986123085021973,0,6.364987850189209,3.9512436389923096,5.336538791656494,0,0,0,0,1,0,0,0,0,6.364987850189209 +40,0,1,1,NA,1,3,5,22,370.49090576171875,4063.636474609375,4249,162.3220977783203,1,0,3.6888794898986816,0,5.914828777313232,3.0910425186157227,8.309833526611328,0,0,0,0,1,0,0,0,0,5.914828777313232 +5,0,1,1,0,0,3,5,52,512.9874267578125,275.3246765136719,4252,162.3220977783203,1,0,1.6094379425048828,0,6.240251541137695,3.9512436389923096,5.617950916290283,0,0,0,0,1,0,0,0,0,6.240251541137695 +0.25,0,1,1,1,0,3,5,33,436.1632080078125,50.649349212646484,4252,162.3220977783203,1,0,-1.3862943649291992,0,6.07801628112793,3.4965076446533203,3.924926280975342,0,0,0,0,1,0,0,0,0,6.07801628112793 +1,0,1,1,NA,0,3,5,54,505.55279541015625,616.88311767578125,4252,162.3220977783203,1,0,0,0,6.225652694702148,3.9889841079711914,6.424679756164551,0,0,0,0,1,0,0,0,0,6.225652694702148 +12,0,1,0,0,1,3,5,27,377.9255065917969,4771.4287109375,4252,162.3220977783203,1,0,2.4849066734313965,0,5.934697151184082,3.295836925506592,8.4704008102417,0,0,0,0,1,0,0,0,0,5.934697151184082 +2,0,1,1,1,0,3,5,53,510.5091857910156,719.48052978515625,4252,162.3220977783203,1,0,0.6931471824645996,0,6.235408782958984,3.97029185295105,6.578529357910156,0,0,0,0,1,0,0,0,0,6.235408782958984 +2,0,1,0,1,1,3,5,55,418.8157958984375,793.5064697265625,4210,162.3220977783203,1,0,0.6931471824645996,0,6.037431240081787,4.007333278656006,6.676461696624756,0,0,0,0,1,0,0,0,0,6.037431240081787 +63,0,1,0,1,1,3,5,32,467.14068603515625,2323376.5,4252,162.3220977783203,1,0,4.143134593963623,0,6.14663028717041,3.465735912322998,14.65853214263916,0,0,0,0,1,0,0,0,0,6.14663028717041 +90,0,1,0,NA,0,3,5,50,491.9226989746094,5237.662109375,4252,162.3220977783203,1,0,4.499809741973877,0,6.19832181930542,3.9120230674743652,8.563630104064941,0,0,0,0,1,0,0,0,0,6.19832181930542 +3,0,1,0,1,1,3,5,37,422.5331115722656,2755.84423828125,4252,162.3220977783203,1,0,1.0986123085021973,0,6.046267986297607,3.610917806625366,7.921479225158691,0,0,0,0,1,0,0,0,0,6.046267986297607 +4,0,1,1,1,1,3,6,39,610.87628173828125,1029.8701171875,5610,149.9311065673828,1,0,1.3862943649291992,0,6.4148945808410645,3.6635615825653076,6.937188148498535,0,0,0,0,0,1,0,0,0,6.4148945808410645 +2,0,1,1,1,0,3,6,39,1153.60205078125,58.441558837890625,5652,149.9311065673828,1,0,0.6931471824645996,0,7.050644397735596,3.6635615825653076,4.068027496337891,0,0,0,0,0,1,0,0,0,7.050644397735596 +4,0,1,1,1,0,3,6,23,446.07598876953125,116.88311767578125,5340,149.9311065673828,1,0,1.3862943649291992,0,6.100489139556885,3.1354942321777344,4.76117467880249,0,0,0,0,0,1,0,0,0,6.100489139556885 +28,0,1,1,1,1,3,6,30,429.96771240234375,3911.688232421875,5425,162.3220977783203,1,0,3.332204580307007,0,6.0637102127075195,3.4011974334716797,8.271724700927734,0,0,0,0,0,1,0,0,0,6.0637102127075195 +93,0,1,1,1,1,3,6,30,458.4670104980469,3342.857177734375,5528,149.9311065673828,1,0,4.532599449157715,0,6.127888202667236,3.4011974334716797,8.114581108093262,0,0,0,0,0,1,0,0,0,6.127888202667236 +8,0,1,1,1,1,3,6,43,458.4670104980469,548.05194091796875,5349,149.9311065673828,1,0,2.079441547393799,0,6.127888202667236,3.761200189590454,6.306370258331299,0,0,0,0,0,1,0,0,0,6.127888202667236 +1,0,1,1,1,0,3,6,52,550.160400390625,215.58441162109375,5410,85.4979019165039,1,0,0,0,6.31020975112915,3.9512436389923096,5.373352527618408,0,0,0,0,0,1,0,0,0,6.31020975112915 +7,0,1,1,1,0,3,6,41,371.7300109863281,266.2337646484375,5528,149.9311065673828,1,0,1.945910096168518,0,5.918167591094971,3.7135720252990723,5.584374904632568,0,0,0,0,0,1,0,0,0,5.918167591094971 +3,0,1,1,1,0,3,6,29,458.4670104980469,279.22076416015625,5210,162.3220977783203,1,0,1.0986123085021973,0,6.127888202667236,3.367295742034912,5.632002830505371,0,0,0,0,0,1,0,0,0,6.127888202667236 +4,0,1,1,1,0,3,6,42,463.42340087890625,914.28570556640625,5628,162.3220977783203,1,0,1.3862943649291992,0,6.138640880584717,3.7376697063446045,6.818142890930176,0,0,0,0,0,1,0,0,0,6.138640880584717 +14,0,1,1,1,1,3,6,32,395.27288818359375,3663.636474609375,5413,162.3220977783203,1,0,2.6390573978424072,0,5.979576587677002,3.465735912322998,8.20621109008789,0,0,0,0,0,1,0,0,0,5.979576587677002 +1,0,1,1,1,0,3,6,22,441.1195983886719,149.35064697265625,5510,149.9311065673828,1,0,0,0,6.089315891265869,3.0910425186157227,5.0062971115112305,0,0,0,0,0,1,0,0,0,6.089315891265869 +5,0,1,1,1,1,3,6,40,379.16461181640625,2545.45458984375,5604,162.3220977783203,1,0,1.6094379425048828,0,5.9379706382751465,3.6888794898986816,7.842064380645752,0,0,0,0,0,1,0,0,0,5.9379706382751465 +3,0,1,1,NA,1,3,6,26,483.2489929199219,1132.467529296875,5337,149.9311065673828,1,0,1.0986123085021973,0,6.180531978607178,3.25809645652771,7.032154083251953,0,0,0,0,0,1,0,0,0,6.180531978607178 +5,0,1,1,1,0,3,6,30,496.87908935546875,272.7272644042969,5628,149.9311065673828,1,0,1.6094379425048828,0,6.208346843719482,3.4011974334716797,5.6084723472595215,0,0,0,0,0,1,0,0,0,6.208346843719482 +1,0,1,1,1,0,3,6,26,516.7047119140625,142.85714721679688,5610,149.9311065673828,1,0,0,0,6.247471332550049,3.25809645652771,4.961845397949219,0,0,0,0,0,1,0,0,0,6.247471332550049 +1,0,1,1,1,0,3,6,24,496.87908935546875,163.63636779785156,5310,43.368499755859375,1,0,0,0,6.208346843719482,3.178053855895996,5.097646713256836,0,0,0,0,0,1,0,0,0,6.208346843719482 +1,0,1,1,1,0,3,6,25,539.00848388671875,46.75324630737305,5116,64.433197021484375,1,0,0,0,6.289731502532959,3.2188758850097656,3.844883680343628,0,0,0,0,0,1,0,0,0,6.289731502532959 +2,0,1,1,0,0,3,6,18,539.00848388671875,255.8441619873047,5349,149.9311065673828,1,0,0.6931471824645996,0,6.289731502532959,2.890371799468994,5.5445685386657715,0,0,0,0,0,1,0,0,0,6.289731502532959 +4,0,1,1,1,0,3,6,40,439.8804931640625,403.8961181640625,5352,149.9311065673828,1,0,1.3862943649291992,0,6.086503028869629,3.6888794898986816,6.001157760620117,0,0,0,0,0,1,0,0,0,6.086503028869629 +12,0,1,1,1,1,3,6,23,505.55279541015625,3254.54541015625,5316,149.9311065673828,1,0,2.4849066734313965,0,6.225652694702148,3.1354942321777344,8.087807655334473,0,0,0,0,0,1,0,0,0,6.225652694702148 +13,0,1,1,1,1,3,6,27,586.09429931640625,1383.116943359375,5340,149.9311065673828,1,0,2.5649492740631104,0,6.373480796813965,3.295836925506592,7.232094764709473,0,0,0,0,0,1,0,0,0,6.373480796813965 +3,0,1,1,1,0,3,6,29,451.03240966796875,3167.532470703125,5410,149.9311065673828,1,0,1.0986123085021973,0,6.111539363861084,3.367295742034912,8.060708045959473,0,0,0,0,0,1,0,0,0,6.111539363861084 +4,0,1,1,1,0,3,6,26,571.22509765625,429.8701171875,5549,149.9311065673828,1,0,1.3862943649291992,0,6.34778356552124,3.25809645652771,6.063483238220215,0,0,0,0,0,1,0,0,0,6.34778356552124 +3,0,1,1,1,0,3,6,24,451.03240966796875,261.0389709472656,5210,149.9311065673828,1,0,1.0986123085021973,0,6.111539363861084,3.178053855895996,5.564669609069824,0,0,0,0,0,1,0,0,0,6.111539363861084 +3,0,1,1,1,0,3,6,38,371.7300109863281,232.467529296875,5628,149.9311065673828,1,0,1.0986123085021973,0,5.918167591094971,3.6375861167907715,5.4487504959106445,0,0,0,0,0,1,0,0,0,5.918167591094971 +19,0,1,1,1,0,3,6,41,468.3797912597656,954.54547119140625,5628,149.9311065673828,1,0,2.944438934326172,0,6.149279594421387,3.7135720252990723,6.86123514175415,0,0,0,0,0,1,0,0,0,6.149279594421387 +3,0,1,1,1,1,3,6,30,451.03240966796875,1163.6363525390625,5643,149.9311065673828,1,0,1.0986123085021973,0,6.111539363861084,3.4011974334716797,7.059305191040039,0,0,0,0,0,1,0,0,0,6.111539363861084 +5,0,1,1,1,0,3,6,27,567.5078125,449.35064697265625,5452,149.9311065673828,1,0,1.6094379425048828,0,6.341254711151123,3.295836925506592,6.1078033447265625,0,0,0,0,0,1,0,0,0,6.341254711151123 +1,0,1,1,1,0,3,6,29,468.3797912597656,109.09091186523438,5649,43.368499755859375,1,0,0,0,6.149279594421387,3.367295742034912,4.692181587219238,0,0,0,0,0,1,0,0,0,6.149279594421387 +6,0,1,1,1,0,3,6,60,371.7300109863281,70.12986755371094,5052,149.9311065673828,1,0,1.7917594909667969,0,5.918167591094971,4.094344615936279,4.2503485679626465,0,0,0,0,0,1,0,0,0,5.918167591094971 +6,0,1,1,1,0,3,6,39,486.96630859375,406.4934997558594,5628,149.9311065673828,1,0,1.7917594909667969,0,6.188194751739502,3.6635615825653076,6.007567882537842,0,0,0,0,0,1,0,0,0,6.188194751739502 +1,0,1,1,1,0,3,6,60,436.1632080078125,58.441558837890625,5349,21.064699172973633,1,0,0,0,6.07801628112793,4.094344615936279,4.068027496337891,0,0,0,0,0,1,0,0,0,6.07801628112793 +6,0,1,1,1,0,3,6,42,494.4009094238281,635.06494140625,5352,149.9311065673828,1,0,1.7917594909667969,0,6.2033467292785645,3.7376697063446045,6.4537272453308105,0,0,0,0,0,1,0,0,0,6.2033467292785645 +1,0,1,1,NA,0,3,6,43,392.7947082519531,81.81818389892578,5252,21.064699172973633,1,0,0,0,5.973287105560303,3.761200189590454,4.404499530792236,0,0,0,0,0,1,0,0,0,5.973287105560303 +3,0,1,1,1,0,3,6,37,451.03240966796875,192.20779418945312,5649,149.9311065673828,1,0,1.0986123085021973,0,6.111539363861084,3.610917806625366,5.2585768699646,0,0,0,0,0,1,0,0,0,6.111539363861084 +56,0,1,1,1,1,3,6,42,898.34747314453125,3053.246826171875,5349,149.9311065673828,1,0,4.025351524353027,0,6.8005571365356445,3.7376697063446045,8.023961067199707,0,0,0,0,0,1,0,0,0,6.8005571365356445 +3,0,1,1,NA,0,3,6,37,421.29400634765625,319.48052978515625,5352,149.9311065673828,1,0,1.0986123085021973,0,6.043331146240234,3.610917806625366,5.766696453094482,0,0,0,0,0,1,0,0,0,6.043331146240234 +3,0,1,0,0,0,3,6,39,436.1632080078125,300,5110,149.9311065673828,1,0,1.0986123085021973,0,6.07801628112793,3.6635615825653076,5.703782558441162,0,0,0,0,0,1,0,0,0,6.07801628112793 +3,0,1,1,1,0,3,6,22,489.4444885253906,249.35064697265625,5310,149.9311065673828,1,0,1.0986123085021973,0,6.193271160125732,3.0910425186157227,5.518860340118408,0,0,0,0,0,1,0,0,0,6.193271160125732 +9,0,1,1,1,0,3,6,43,489.4444885253906,637.662353515625,5152,149.9311065673828,1,0,2.1972246170043945,0,6.193271160125732,3.761200189590454,6.457808971405029,0,0,0,0,0,1,0,0,0,6.193271160125732 +182,0,1,0,NA,1,3,6,39,421.29400634765625,6629.8701171875,5313,149.9311065673828,1,0,5.204006671905518,0,6.043331146240234,3.6635615825653076,8.79934024810791,0,0,0,0,0,1,0,0,0,6.043331146240234 +3,0,1,1,NA,0,3,6,25,453.5105895996094,181.81817626953125,5649,149.9311065673828,1,0,1.0986123085021973,0,6.117018699645996,3.2188758850097656,5.203007221221924,0,0,0,0,0,1,0,0,0,6.117018699645996 +1,0,1,1,NA,0,3,6,31,421.29400634765625,261.0389709472656,5310,21.064699172973633,1,0,0,0,6.043331146240234,3.4339871406555176,5.564669609069824,0,0,0,0,0,1,0,0,0,6.043331146240234 +5,0,1,1,NA,1,3,6,58,421.29400634765625,2531.1689453125,5404,149.9311065673828,1,0,1.6094379425048828,0,6.043331146240234,4.060442924499512,7.8364362716674805,0,0,0,0,0,1,0,0,0,6.043331146240234 +1,0,1,0,NA,0,3,6,43,421.29400634765625,135.06494140625,5710,128.86639404296875,1,0,0,0,6.043331146240234,3.761200189590454,4.905755519866943,0,0,0,0,0,1,0,0,0,6.043331146240234 +14,0,1,0,0,0,3,6,37,436.1632080078125,324.6753234863281,5510,149.9311065673828,1,0,2.6390573978424072,0,6.07801628112793,3.610917806625366,5.782825469970703,0,0,0,0,0,1,0,0,0,6.07801628112793 +2,0,1,1,0,0,3,6,21,451.03240966796875,174.02597045898438,5349,149.9311065673828,1,0,0.6931471824645996,0,6.111539363861084,3.044522523880005,5.159204483032227,0,0,0,0,0,1,0,0,0,6.111539363861084 +2,0,1,1,0,1,3,6,21,489.4444885253906,1245.45458984375,5310,149.9311065673828,1,0,0.6931471824645996,0,6.193271160125732,3.044522523880005,7.127255916595459,0,0,0,0,0,1,0,0,0,6.193271160125732 +5,0,1,1,NA,0,3,6,44,474.5752868652344,179.2207794189453,5628,149.9311065673828,1,0,1.6094379425048828,0,6.162420272827148,3.7841897010803223,5.1886186599731445,0,0,0,0,0,1,0,0,0,6.162420272827148 +3,0,1,1,NA,0,3,6,21,421.29400634765625,131.16883850097656,5349,149.9311065673828,1,0,1.0986123085021973,0,6.043331146240234,3.044522523880005,4.876485347747803,0,0,0,0,0,1,0,0,0,6.043331146240234 +2,0,1,1,NA,0,3,6,25,421.29400634765625,50.649349212646484,5349,149.9311065673828,1,0,0.6931471824645996,0,6.043331146240234,3.2188758850097656,3.924926280975342,0,0,0,0,0,1,0,0,0,6.043331146240234 +1,0,1,1,1,0,3,6,36,398.9902038574219,289.6103820800781,5210,92.93250274658203,1,0,0,0,5.988936901092529,3.5835189819335938,5.66853666305542,0,0,0,0,0,1,0,0,0,5.988936901092529 +9,0,1,1,1,1,3,6,23,452.2715148925781,970.1298828125,5413,149.9311065673828,1,0,2.1972246170043945,0,6.114282608032227,3.1354942321777344,6.877429962158203,0,0,0,0,0,1,0,0,0,6.114282608032227 +1,0,1,1,1,0,3,6,30,436.1632080078125,114.28571319580078,5610,23.54290008544922,1,0,0,0,6.07801628112793,3.4011974334716797,4.738701343536377,0,0,0,0,0,1,0,0,0,6.07801628112793 +7,0,1,1,1,0,3,6,36,483.2489929199219,303.8961181640625,5628,149.9311065673828,1,0,1.945910096168518,0,6.180531978607178,3.5835189819335938,5.716685771942139,0,0,0,0,0,1,0,0,0,6.180531978607178 +182,0,1,1,1,1,3,6,29,712.48248291015625,5227.27294921875,5428,149.9311065673828,1,0,5.204006671905518,0,6.568755149841309,3.367295742034912,8.561644554138184,0,0,0,0,0,1,0,0,0,6.568755149841309 +3,0,1,1,1,0,3,6,28,452.2715148925781,225.97402954101562,5204,149.9311065673828,1,0,1.0986123085021973,0,6.114282608032227,3.332204580307007,5.420420169830322,0,0,0,0,0,1,0,0,0,6.114282608032227 +1,0,1,1,1,0,3,6,23,490.68359375,76.62337493896484,5610,43.368499755859375,1,0,0,0,6.195799350738525,3.1354942321777344,4.338901996612549,0,0,0,0,0,1,0,0,0,6.195799350738525 +6,0,1,1,1,1,3,6,21,460.9451904296875,1229.8701171875,5152,149.9311065673828,1,0,1.7917594909667969,0,6.133279323577881,3.044522523880005,7.114664077758789,0,0,0,0,0,1,0,0,0,6.133279323577881 +5,0,1,1,1,0,3,6,32,473.3362121582031,72.7272720336914,5310,162.3220977783203,1,0,1.6094379425048828,0,6.159805774688721,3.465735912322998,4.286716461181641,0,0,0,0,0,1,0,0,0,6.159805774688721 +11,0,1,1,1,0,3,6,31,473.3362121582031,158.44155883789062,5549,162.3220977783203,1,0,2.397895336151123,0,6.159805774688721,3.4339871406555176,5.065385818481445,0,0,0,0,0,1,0,0,0,6.159805774688721 +8,0,1,1,1,1,3,6,23,371.7300109863281,1298.7012939453125,5310,149.9311065673828,1,0,2.079441547393799,0,5.918167591094971,3.1354942321777344,7.169119834899902,0,0,0,0,0,1,0,0,0,5.918167591094971 +4,0,1,1,1,0,3,6,51,436.1632080078125,111.68830871582031,5310,149.9311065673828,1,0,1.3862943649291992,0,6.07801628112793,3.931825637817383,4.715712070465088,0,0,0,0,0,1,0,0,0,6.07801628112793 +53,0,1,1,1,0,3,6,26,524.1392822265625,410.3896179199219,5349,149.9311065673828,1,0,3.97029185295105,0,6.2617573738098145,3.25809645652771,6.017107009887695,0,0,0,0,0,1,0,0,0,6.2617573738098145 +8,0,1,1,1,0,3,6,29,534.0521240234375,314.28570556640625,5410,162.3220977783203,1,0,2.079441547393799,0,6.280493259429932,3.367295742034912,5.750302314758301,0,0,0,0,0,1,0,0,0,6.280493259429932 +15,0,1,1,1,0,3,6,29,478.2926025390625,246.7532501220703,5052,162.3220977783203,1,0,2.70805025100708,0,6.170222759246826,3.367295742034912,5.508388996124268,0,0,0,0,0,1,0,0,0,6.170222759246826 +2,0,1,1,1,0,3,6,22,451.03240966796875,124.67532348632812,5337,149.9311065673828,1,0,0.6931471824645996,0,6.111539363861084,3.0910425186157227,4.825713157653809,0,0,0,0,0,1,0,0,0,6.111539363861084 +3,0,1,1,1,0,3,6,26,489.4444885253906,135.06494140625,5610,149.9311065673828,1,0,1.0986123085021973,0,6.193271160125732,3.25809645652771,4.905755519866943,0,0,0,0,0,1,0,0,0,6.193271160125732 +6,0,1,1,0,1,3,6,23,489.4444885253906,1100,5628,149.9311065673828,1,0,1.7917594909667969,0,6.193271160125732,3.1354942321777344,7.003065586090088,0,0,0,0,0,1,0,0,0,6.193271160125732 +5,0,1,1,0,0,3,6,20,396.5119934082031,684.41558837890625,5428,162.3220977783203,1,0,1.6094379425048828,0,5.982706069946289,2.995732307434082,6.528565406799316,0,0,0,0,0,1,0,0,0,5.982706069946289 +9,0,1,1,0,0,3,6,23,578.65972900390625,445.4545593261719,5528,162.3220977783203,1,0,2.1972246170043945,0,6.360714435577393,3.1354942321777344,6.099095344543457,0,0,0,0,0,1,0,0,0,6.360714435577393 +1,0,1,1,1,0,3,6,21,576.1815185546875,136.36363220214844,5310,23.54290008544922,1,0,0,0,6.3564229011535645,3.044522523880005,4.915325164794922,0,0,0,0,0,1,0,0,0,6.3564229011535645 +6,0,1,1,1,0,3,6,23,529.095703125,401.2987060546875,5610,162.3220977783203,1,0,1.7917594909667969,0,6.271169185638428,3.1354942321777344,5.994706153869629,0,0,0,0,0,1,0,0,0,6.271169185638428 +1,0,1,1,1,0,3,6,22,530.33477783203125,174.02597045898438,5440,92.93250274658203,1,0,0,0,6.273508548736572,3.0910425186157227,5.159204483032227,0,0,0,0,0,1,0,0,0,6.273508548736572 +5,0,1,1,0,0,3,6,22,545.2039794921875,288.3116760253906,5613,162.3220977783203,1,0,1.6094379425048828,0,6.301159858703613,3.0910425186157227,5.664041996002197,0,0,0,0,0,1,0,0,0,6.301159858703613 +3,0,1,1,0,0,3,6,19,529.095703125,329.8701171875,5310,162.3220977783203,1,0,1.0986123085021973,0,6.271169185638428,2.944438934326172,5.798698902130127,0,0,0,0,0,1,0,0,0,6.271169185638428 +3,0,1,1,1,0,3,6,23,629.46282958984375,184.41558837890625,5425,162.3220977783203,1,0,1.0986123085021973,0,6.44486665725708,3.1354942321777344,5.217191696166992,0,0,0,0,0,1,0,0,0,6.44486665725708 +5,0,1,1,1,0,3,6,35,467.14068603515625,272.7272644042969,5440,162.3220977783203,1,0,1.6094379425048828,0,6.14663028717041,3.5553481578826904,5.6084723472595215,0,0,0,0,0,1,0,0,0,6.14663028717041 +6,0,1,1,1,0,3,6,23,371.7300109863281,353.24676513671875,5549,149.9311065673828,1,0,1.7917594909667969,0,5.918167591094971,3.1354942321777344,5.867166996002197,0,0,0,0,0,1,0,0,0,5.918167591094971 +3,0,1,1,1,0,3,6,21,458.4670104980469,223.37661743164062,5628,162.3220977783203,1,0,1.0986123085021973,0,6.127888202667236,3.044522523880005,5.4088592529296875,0,0,0,0,0,1,0,0,0,6.127888202667236 +6,0,1,1,1,1,3,6,50,442.35870361328125,6397.40283203125,5336,149.9311065673828,1,0,1.7917594909667969,0,6.092121124267578,3.9120230674743652,8.763647079467773,0,0,0,0,0,1,0,0,0,6.092121124267578 +5,0,1,1,1,0,3,6,27,451.03240966796875,170.12986755371094,5713,149.9311065673828,1,0,1.6094379425048828,0,6.111539363861084,3.295836925506592,5.136561870574951,0,0,0,0,0,1,0,0,0,6.111539363861084 +1,0,1,1,1,0,3,6,30,489.4444885253906,101.29869842529297,5728,149.9311065673828,1,0,0,0,6.193271160125732,3.4011974334716797,4.618073463439941,0,0,0,0,0,1,0,0,0,6.193271160125732 +2,0,1,1,0,0,3,6,21,464.6625061035156,223.37661743164062,5410,149.9311065673828,1,0,0.6931471824645996,0,6.141311168670654,3.044522523880005,5.4088592529296875,0,0,0,0,0,1,0,0,0,6.141311168670654 +1,0,1,1,1,0,3,6,24,421.29400634765625,114.28571319580078,5610,85.4979019165039,1,0,0,0,6.043331146240234,3.178053855895996,4.738701343536377,0,0,0,0,0,1,0,0,0,6.043331146240234 +16,0,1,1,1,1,3,6,22,463.42340087890625,846.75323486328125,5428,162.3220977783203,1,0,2.7725887298583984,0,6.138640880584717,3.0910425186157227,6.7414093017578125,0,0,0,0,0,1,0,0,0,6.138640880584717 +41,0,1,1,NA,1,3,6,54,407.6639099121094,2788.311767578125,5602,162.3220977783203,1,0,3.7135720252990723,0,6.010443210601807,3.9889841079711914,7.933191776275635,0,0,0,0,0,1,0,0,0,6.010443210601807 +4,0,1,1,0,0,3,6,19,551.39947509765625,212.9870147705078,5549,162.3220977783203,1,0,1.3862943649291992,0,6.312459468841553,2.944438934326172,5.361231327056885,0,0,0,0,0,1,0,0,0,6.312459468841553 +9,0,1,1,0,0,3,6,56,402.7074890136719,461.0389709472656,5628,162.3220977783203,1,0,2.1972246170043945,0,5.998210430145264,4.025351524353027,6.133482456207275,0,0,0,0,0,1,0,0,0,5.998210430145264 +4,0,1,1,1,0,3,6,36,371.7300109863281,180.5194854736328,5549,162.3220977783203,1,0,1.3862943649291992,0,5.918167591094971,3.5835189819335938,5.195838928222656,0,0,0,0,0,1,0,0,0,5.918167591094971 +1,0,1,1,NA,0,3,6,25,436.1632080078125,61.03895950317383,5610,278.7974853515625,1,0,0,0,6.07801628112793,3.2188758850097656,4.111512184143066,0,0,0,0,0,1,0,0,0,6.07801628112793 +1,0,1,1,1,0,3,6,27,485.7272033691406,329.8701171875,5628,138.77920532226562,1,0,0,0,6.185647010803223,3.295836925506592,5.798698902130127,0,0,0,0,0,1,0,0,0,6.185647010803223 +4,0,1,1,1,1,3,6,23,486.96630859375,1323.3765869140625,5316,162.3220977783203,1,0,1.3862943649291992,0,6.188194751739502,3.1354942321777344,7.187941551208496,0,0,0,0,0,1,0,0,0,6.188194751739502 +10,0,1,1,1,1,3,6,24,512.9874267578125,662.337646484375,5428,149.9311065673828,1,0,2.3025851249694824,0,6.240251541137695,3.178053855895996,6.4957756996154785,0,0,0,0,0,1,0,0,0,6.240251541137695 +13,0,1,1,1,0,3,6,29,500.5964050292969,46.75324630737305,5316,162.3220977783203,1,0,2.5649492740631104,0,6.2158002853393555,3.367295742034912,3.844883680343628,0,0,0,0,0,1,0,0,0,6.2158002853393555 +5,0,1,1,1,0,3,6,32,486.96630859375,644.15582275390625,5440,162.3220977783203,1,0,1.6094379425048828,0,6.188194751739502,3.465735912322998,6.467940807342529,0,0,0,0,0,1,0,0,0,6.188194751739502 +8,0,1,1,1,0,3,6,22,446.07598876953125,355.8441467285156,5628,162.3220977783203,1,0,2.079441547393799,0,6.100489139556885,3.0910425186157227,5.874492645263672,0,0,0,0,0,1,0,0,0,6.100489139556885 +4,0,1,1,1,0,3,6,27,470.8580017089844,81.81818389892578,5610,162.3220977783203,1,0,1.3862943649291992,0,6.154556751251221,3.295836925506592,4.404499530792236,0,0,0,0,0,1,0,0,0,6.154556751251221 +2,0,1,1,1,0,3,6,52,470.8580017089844,402.597412109375,5410,162.3220977783203,1,0,0.6931471824645996,0,6.154556751251221,3.9512436389923096,5.997937202453613,0,0,0,0,0,1,0,0,0,6.154556751251221 +11,0,1,1,1,1,3,6,26,452.2715148925781,3410.3896484375,5316,162.3220977783203,1,0,2.397895336151123,0,6.114282608032227,3.25809645652771,8.134581565856934,0,0,0,0,0,1,0,0,0,6.114282608032227 +1,0,1,1,1,0,3,6,27,522.90020751953125,236.36363220214844,5628,69.38960266113281,1,0,0,0,6.259390830993652,3.295836925506592,5.465371608734131,0,0,0,0,0,1,0,0,0,6.259390830993652 +1,0,1,1,1,0,3,6,29,449.7933044433594,129.87013244628906,5110,162.3220977783203,1,0,0,0,6.108788013458252,3.367295742034912,4.866535186767578,0,0,0,0,0,1,0,0,0,6.108788013458252 +1,0,1,1,1,0,3,6,40,470.8580017089844,441.5584411621094,5310,138.77920532226562,1,0,0,0,6.154556751251221,3.6888794898986816,6.090310573577881,0,0,0,0,0,1,0,0,0,6.154556751251221 +14,0,1,1,1,1,3,6,48,521.66107177734375,3140.259765625,5310,162.3220977783203,1,0,2.6390573978424072,0,6.257018089294434,3.8712010383605957,8.052061080932617,0,0,0,0,0,1,0,0,0,6.257018089294434 +2,0,1,1,1,0,3,6,40,433.68499755859375,66.2337646484375,5110,162.3220977783203,1,0,0.6931471824645996,0,6.0723185539245605,3.6888794898986816,4.193190574645996,0,0,0,0,0,1,0,0,0,6.0723185539245605 +18,0,1,1,1,1,3,6,27,436.1632080078125,3280.51953125,5328,162.3220977783203,1,0,2.890371799468994,0,6.07801628112793,3.295836925506592,8.095757484436035,0,0,0,0,0,1,0,0,0,6.07801628112793 +2,0,1,1,1,1,3,6,25,436.1632080078125,983.11688232421875,5410,162.3220977783203,1,0,0.6931471824645996,0,6.07801628112793,3.2188758850097656,6.890727996826172,0,0,0,0,0,1,0,0,0,6.07801628112793 +6,0,1,1,1,0,3,6,42,485.7272033691406,427.2727355957031,5549,162.3220977783203,1,0,1.7917594909667969,0,6.185647010803223,3.7376697063446045,6.057422637939453,0,0,0,0,0,1,0,0,0,6.185647010803223 +1,0,1,1,1,0,3,6,31,524.1392822265625,174.02597045898438,5549,92.93250274658203,1,0,0,0,6.2617573738098145,3.4339871406555176,5.159204483032227,0,0,0,0,0,1,0,0,0,6.2617573738098145 +14,0,1,1,1,1,3,6,29,485.7272033691406,2840.259765625,5610,162.3220977783203,1,0,2.6390573978424072,0,6.185647010803223,3.367295742034912,7.951650619506836,0,0,0,0,0,1,0,0,0,6.185647010803223 +2,0,1,0,NA,0,3,6,43,421.29400634765625,116.88311767578125,5110,162.3220977783203,1,0,0.6931471824645996,0,6.043331146240234,3.761200189590454,4.76117467880249,0,0,0,0,0,1,0,0,0,6.043331146240234 +0.25,0,1,1,NA,0,3,6,24,494.4009094238281,145.4545440673828,5310,162.3220977783203,1,0,-1.3862943649291992,0,6.2033467292785645,3.178053855895996,4.97986364364624,0,0,0,0,0,1,0,0,0,6.2033467292785645 +1,0,1,1,NA,0,3,6,39,473.3362121582031,428.5714416503906,5310,138.77920532226562,1,0,0,0,6.159805774688721,3.6635615825653076,6.060457229614258,0,0,0,0,0,1,0,0,0,6.159805774688721 +6,0,1,1,NA,1,3,6,58,494.4009094238281,885.71429443359375,5613,162.3220977783203,1,0,1.7917594909667969,0,6.2033467292785645,4.060442924499512,6.7863945960998535,0,0,0,0,0,1,0,0,0,6.2033467292785645 +182,0,1,1,NA,1,3,6,53,494.4009094238281,6714.28564453125,5613,162.3220977783203,1,0,5.204006671905518,0,6.2033467292785645,3.97029185295105,8.811992645263672,0,0,0,0,0,1,0,0,0,6.2033467292785645 +10,0,1,1,1,0,3,6,24,436.1632080078125,597.402587890625,5640,162.3220977783203,1,0,2.3025851249694824,0,6.07801628112793,3.178053855895996,6.3925909996032715,0,0,0,0,0,1,0,0,0,6.07801628112793 +6,0,1,1,1,0,3,6,42,472.09710693359375,548.05194091796875,5610,162.3220977783203,1,0,1.7917594909667969,0,6.157184600830078,3.7376697063446045,6.306370258331299,0,0,0,0,0,1,0,0,0,6.157184600830078 +3,0,1,1,1,0,3,6,37,472.09710693359375,262.3376770019531,5628,162.3220977783203,1,0,1.0986123085021973,0,6.157184600830078,3.610917806625366,5.569632530212402,0,0,0,0,0,1,0,0,0,6.157184600830078 +12,0,1,1,NA,0,3,6,64,464.6625061035156,557.14288330078125,5610,162.3220977783203,1,0,2.4849066734313965,0,6.141311168670654,4.158883094787598,6.322821617126465,0,0,0,0,0,1,0,0,0,6.141311168670654 +5,0,1,1,1,0,3,6,41,545.2039794921875,1184.41552734375,5152,162.3220977783203,1,0,1.6094379425048828,0,6.301159858703613,3.7135720252990723,7.077004909515381,0,0,0,0,0,1,0,0,0,6.301159858703613 +10,0,1,1,1,0,3,6,30,396.5119934082031,510.3896179199219,5528,162.3220977783203,1,0,2.3025851249694824,0,5.982706069946289,3.4011974334716797,6.235174179077148,0,0,0,0,0,1,0,0,0,5.982706069946289 +1,0,1,1,1,0,3,6,31,433.68499755859375,119.48052215576172,5749,23.54290008544922,1,0,0,0,6.0723185539245605,3.4339871406555176,4.783153533935547,0,0,0,0,0,1,0,0,0,6.0723185539245605 +3,0,1,1,1,1,3,6,45,411.3811950683594,3341.558349609375,5452,162.3220977783203,1,0,1.0986123085021973,0,6.019520282745361,3.8066625595092773,8.114192962646484,0,0,0,0,0,1,0,0,0,6.019520282745361 +12,0,1,1,1,0,3,6,34,489.4444885253906,0,5210,149.9311065673828,1,0,2.4849066734313965,0,6.193271160125732,3.526360511779785,0,0,0,0,0,0,1,0,0,0,6.193271160125732 +7,0,1,1,1,0,3,6,24,551.39947509765625,388.3116760253906,5649,162.3220977783203,1,0,1.945910096168518,0,6.312459468841553,3.178053855895996,5.961808204650879,0,0,0,0,0,1,0,0,0,6.312459468841553 +4,0,1,1,1,0,3,6,36,451.03240966796875,464.93505859375,5610,149.9311065673828,1,0,1.3862943649291992,0,6.111539363861084,3.5835189819335938,6.141897678375244,0,0,0,0,0,1,0,0,0,6.111539363861084 +5,0,1,1,1,1,3,6,40,396.5119934082031,2403.89599609375,5628,162.3220977783203,1,0,1.6094379425048828,0,5.982706069946289,3.6888794898986816,7.78484582901001,0,0,0,0,0,1,0,0,0,5.982706069946289 +1,0,1,1,1,0,3,6,23,374.20819091796875,58.441558837890625,5440,162.3220977783203,1,0,0,0,5.924812316894531,3.1354942321777344,4.068027496337891,0,0,0,0,0,1,0,0,0,5.924812316894531 +16,0,1,1,1,0,3,6,24,372.9690856933594,424.6753234863281,5528,162.3220977783203,1,0,2.7725887298583984,0,5.92149543762207,3.178053855895996,6.051324844360352,0,0,0,0,0,1,0,0,0,5.92149543762207 +0.25,0,1,1,1,0,3,6,34,372.9690856933594,28.571428298950195,5349,149.9311065673828,1,0,-1.3862943649291992,0,5.92149543762207,3.526360511779785,3.352407217025757,0,0,0,0,0,1,0,0,0,5.92149543762207 +3,0,1,1,1,0,1,6,44,400.22930908203125,251.94805908203125,5349,149.9311065673828,1,0,1.0986123085021973,0,5.992037773132324,3.7841897010803223,5.5292229652404785,0,0,0,0,0,1,0,1,0,5.992037773132324 +9,0,1,1,1,0,1,6,33,468.3797912597656,388.3116760253906,5549,149.9311065673828,1,0,2.1972246170043945,0,6.149279594421387,3.4965076446533203,5.961808204650879,0,0,0,0,0,1,0,1,0,6.149279594421387 +0.25,0,1,1,1,0,1,6,27,485.7272033691406,80.51947784423828,5604,149.9311065673828,1,0,-1.3862943649291992,0,6.185647010803223,3.295836925506592,4.3884992599487305,0,0,0,0,0,1,0,1,0,6.185647010803223 +6,0,1,1,1,1,1,6,36,482.0098876953125,1749.3507080078125,5349,149.9311065673828,1,0,1.7917594909667969,0,6.177964687347412,3.5835189819335938,7.4670000076293945,0,0,0,0,0,1,0,1,0,6.177964687347412 +17,0,1,1,1,1,3,6,36,384.1210021972656,3261.0390625,5352,162.3220977783203,1,0,2.8332133293151855,0,5.950957775115967,3.5835189819335938,8.089800834655762,0,0,0,0,0,1,0,0,0,5.950957775115967 +1,0,1,1,1,0,1,6,49,390.3164978027344,18.18181800842285,5649,149.9311065673828,1,0,0,0,5.966958045959473,3.891820192337036,2.9004220962524414,0,0,0,0,0,1,0,1,0,5.966958045959473 +2,0,1,1,1,0,1,6,56,397.7510986328125,109.09091186523438,5728,162.3220977783203,1,0,0.6931471824645996,0,5.98582649230957,4.025351524353027,4.692181587219238,0,0,0,0,0,1,0,1,0,5.98582649230957 +7,0,1,1,1,0,1,6,23,389.077392578125,222.0779266357422,5610,162.3220977783203,1,0,1.945910096168518,0,5.963778495788574,3.1354942321777344,5.40302848815918,0,0,0,0,0,1,0,1,0,5.963778495788574 +2,0,1,1,1,1,1,6,34,382.88189697265625,253.2467498779297,5549,149.9311065673828,1,0,0.6931471824645996,0,5.947726726531982,3.526360511779785,5.534364223480225,0,0,0,0,0,1,0,1,0,5.947726726531982 +7,0,1,1,1,0,1,6,25,588.572509765625,288.3116760253906,5528,162.3220977783203,1,0,1.945910096168518,0,6.377700328826904,3.2188758850097656,5.664041996002197,0,0,0,0,0,1,0,1,0,6.377700328826904 +1,0,1,1,1,0,1,6,56,444.8369140625,0,5152,162.3220977783203,1,0,0,0,6.097707748413086,4.025351524353027,0,0,0,0,0,0,1,0,1,0,6.097707748413086 +2,0,1,1,1,0,1,6,33,391.55560302734375,163.63636779785156,5349,162.3220977783203,1,0,0.6931471824645996,0,5.970127582550049,3.4965076446533203,5.097646713256836,0,0,0,0,0,1,0,1,0,5.970127582550049 +2,0,1,1,1,0,1,6,58,386.5992126464844,215.58441162109375,5310,149.9311065673828,1,0,0.6931471824645996,0,5.957388401031494,4.060442924499512,5.373352527618408,0,0,0,0,0,1,0,1,0,5.957388401031494 +3,0,1,1,0,0,1,6,26,485.7272033691406,194.80519104003906,5637,162.3220977783203,1,0,1.0986123085021973,0,6.185647010803223,3.25809645652771,5.271999835968018,0,0,0,0,0,1,0,1,0,6.185647010803223 +4,0,1,0,0,0,1,6,54,405.1856994628906,194.80519104003906,5549,162.3220977783203,1,0,1.3862943649291992,0,6.004345417022705,3.9889841079711914,5.271999835968018,0,0,0,0,0,1,0,1,0,6.004345417022705 +16,0,1,1,1,1,1,6,46,505.55279541015625,3809.0908203125,5346,162.3220977783203,1,0,2.7725887298583984,0,6.225652694702148,3.828641414642334,8.245145797729492,0,0,0,0,0,1,0,1,0,6.225652694702148 +1,0,1,1,0,0,1,6,36,375.4472961425781,251.94805908203125,5552,162.3220977783203,1,0,0,0,5.9281182289123535,3.5835189819335938,5.5292229652404785,0,0,0,0,0,1,0,1,0,5.9281182289123535 +7,0,1,0,1,1,1,6,27,387.8382873535156,3115.58447265625,5010,149.9311065673828,1,0,1.945910096168518,0,5.960588455200195,3.295836925506592,8.044172286987305,0,0,0,0,0,1,0,1,0,5.960588455200195 +45,0,1,1,1,1,1,6,33,377.9255065917969,15584.416015625,5210,149.9311065673828,1,0,3.8066625595092773,0,5.934697151184082,3.4965076446533203,9.654026985168457,0,0,0,0,0,1,0,1,0,5.934697151184082 +3,0,1,0,1,0,1,6,29,402.7074890136719,392.2077941894531,5552,162.3220977783203,1,0,1.0986123085021973,0,5.998210430145264,3.367295742034912,5.971791744232178,0,0,0,0,0,1,0,1,0,5.998210430145264 +12,0,1,1,1,0,1,6,49,491.9226989746094,445.4545593261719,5352,149.9311065673828,1,0,2.4849066734313965,0,6.19832181930542,3.891820192337036,6.099095344543457,0,0,0,0,0,1,0,1,0,6.19832181930542 +15,0,1,1,1,1,1,6,25,573.70330810546875,3046.753173828125,5349,162.3220977783203,1,0,2.70805025100708,0,6.352112293243408,3.2188758850097656,8.021831512451172,0,0,0,0,0,1,0,1,0,6.352112293243408 +4,0,1,1,0,0,1,6,57,669.114013671875,902.597412109375,5352,149.9311065673828,1,0,1.3862943649291992,0,6.505954265594482,4.043051242828369,6.805276393890381,0,0,0,0,0,1,0,1,0,6.505954265594482 +6,0,1,1,1,0,1,6,44,453.5105895996094,200,5241,162.3220977783203,1,0,1.7917594909667969,0,6.117018699645996,3.7841897010803223,5.2983174324035645,0,0,0,0,0,1,0,1,0,6.117018699645996 +5,0,1,1,1,0,1,6,44,437.4023132324219,142.85714721679688,5728,149.9311065673828,1,0,1.6094379425048828,0,6.080853462219238,3.7841897010803223,4.961845397949219,0,0,0,0,0,1,0,1,0,6.080853462219238 +24,0,1,1,1,1,1,6,57,382.88189697265625,1835.06494140625,5613,149.9311065673828,1,0,3.178053855895996,0,5.947726726531982,4.043051242828369,7.514835357666016,0,0,0,0,0,1,0,1,0,5.947726726531982 +7,0,1,1,1,0,1,6,59,498.1181945800781,123.37662506103516,5352,162.3220977783203,1,0,1.945910096168518,0,6.210837364196777,4.077537536621094,4.815241813659668,0,0,0,0,0,1,0,1,0,6.210837364196777 +12,0,1,1,1,1,1,6,46,470.8580017089844,4472.72705078125,5428,162.3220977783203,1,0,2.4849066734313965,0,6.154556751251221,3.828641414642334,8.405753135681152,0,0,0,0,0,1,0,1,0,6.154556751251221 +1,0,1,1,1,1,1,6,31,439.8804931640625,2288.311767578125,5410,162.3220977783203,1,0,0,0,6.086503028869629,3.4339871406555176,7.735569477081299,0,0,0,0,0,1,0,1,0,6.086503028869629 +9,0,1,1,1,1,1,6,31,412.62030029296875,332.467529296875,5528,149.9311065673828,1,0,2.1972246170043945,0,6.022527694702148,3.4339871406555176,5.80654239654541,0,0,0,0,0,1,0,1,0,6.022527694702148 +1,0,1,1,1,0,1,6,21,454.74969482421875,55.844154357910156,5310,162.3220977783203,1,0,0,0,6.119747161865234,3.044522523880005,4.022564888000488,0,0,0,0,0,1,0,1,0,6.119747161865234 +4,0,1,1,1,0,1,6,21,604.6807861328125,312.98699951171875,5628,149.9311065673828,1,0,1.3862943649291992,0,6.404700756072998,3.044522523880005,5.746161460876465,0,0,0,0,0,1,0,1,0,6.404700756072998 +14,0,1,1,0,1,1,6,26,429.96771240234375,1328.5714111328125,5528,162.3220977783203,1,0,2.6390573978424072,0,6.0637102127075195,3.25809645652771,7.191859722137451,0,0,0,0,0,1,0,1,0,6.0637102127075195 +4,0,1,1,1,0,1,6,47,553.877685546875,118.18181610107422,5352,149.9311065673828,1,0,1.3862943649291992,0,6.316943645477295,3.8501474857330322,4.772224426269531,0,0,0,0,0,1,0,1,0,6.316943645477295 +3,0,1,1,1,0,1,6,31,537.7694091796875,394.8052062988281,5728,162.3220977783203,1,0,1.0986123085021973,0,6.2874298095703125,3.4339871406555176,5.978392601013184,0,0,0,0,0,1,0,1,0,6.2874298095703125 +4,0,1,1,1,0,1,6,38,395.27288818359375,263.6363525390625,5310,162.3220977783203,1,0,1.3862943649291992,0,5.979576587677002,3.6375861167907715,5.574570655822754,0,0,0,0,0,1,0,1,0,5.979576587677002 +6,0,1,1,1,1,2,6,29,608.3980712890625,1949.3507080078125,5349,162.3220977783203,1,0,1.7917594909667969,0,6.410829544067383,3.367295742034912,7.575251579284668,0,0,0,0,0,1,0,0,1,6.410829544067383 +9,0,1,1,1,0,2,6,36,433.68499755859375,416.88311767578125,5628,149.9311065673828,1,0,2.1972246170043945,0,6.0723185539245605,3.5835189819335938,6.032805919647217,0,0,0,0,0,1,0,0,1,6.0723185539245605 +6,0,1,1,1,0,2,6,33,433.68499755859375,201.2987060546875,5628,162.3220977783203,1,0,1.7917594909667969,0,6.0723185539245605,3.4965076446533203,5.304790019989014,0,0,0,0,0,1,0,0,1,6.0723185539245605 +3,0,1,1,0,0,2,6,23,384.1210021972656,196.10389709472656,5549,162.3220977783203,1,0,1.0986123085021973,0,5.950957775115967,3.1354942321777344,5.278644561767578,0,0,0,0,0,1,0,0,1,5.950957775115967 +4,0,1,1,1,1,2,6,27,568.74688720703125,1835.06494140625,5437,162.3220977783203,1,0,1.3862943649291992,0,6.343435287475586,3.295836925506592,7.514835357666016,0,0,0,0,0,1,0,0,1,6.343435287475586 +7,0,1,1,1,0,2,6,61,682.74407958984375,442.8571472167969,5628,149.9311065673828,1,0,1.945910096168518,0,6.526120185852051,4.110873699188232,6.093247413635254,0,0,0,0,0,1,0,0,1,6.526120185852051 +11,0,1,1,1,1,2,6,29,682.74407958984375,3298.701416015625,5352,149.9311065673828,1,0,2.397895336151123,0,6.526120185852051,3.367295742034912,8.10128402709961,0,0,0,0,0,1,0,0,1,6.526120185852051 +4,0,1,1,1,0,2,6,37,447.3150939941406,32.467533111572266,5728,149.9311065673828,1,0,1.3862943649291992,0,6.1032633781433105,3.610917806625366,3.4802405834198,0,0,0,0,0,1,0,0,1,6.1032633781433105 +1,0,1,1,1,0,1,6,52,437.4023132324219,124.67532348632812,5346,162.3220977783203,1,0,0,0,6.080853462219238,3.9512436389923096,4.825713157653809,0,0,0,0,0,1,0,1,0,6.080853462219238 +3,0,1,1,1,0,3,6,27,396.5119934082031,271.4285583496094,5728,162.3220977783203,1,0,1.0986123085021973,0,5.982706069946289,3.295836925506592,5.60369873046875,0,0,0,0,0,1,0,0,0,5.982706069946289 +2,0,1,1,1,0,3,6,32,524.1392822265625,119.48052215576172,5549,162.3220977783203,1,0,0.6931471824645996,0,6.2617573738098145,3.465735912322998,4.783153533935547,0,0,0,0,0,1,0,0,0,6.2617573738098145 +13,0,1,1,1,0,1,6,22,396.5119934082031,718.18182373046875,5349,149.9311065673828,1,0,2.5649492740631104,0,5.982706069946289,3.0910425186157227,6.576722621917725,0,0,0,0,0,1,0,1,0,5.982706069946289 +4,0,1,1,1,0,1,6,40,477.0534973144531,179.2207794189453,5352,162.3220977783203,1,0,1.3862943649291992,0,6.167628765106201,3.6888794898986816,5.1886186599731445,0,0,0,0,0,1,0,1,0,6.167628765106201 +3,0,1,1,1,0,1,6,35,495.6400146484375,151.94805908203125,5252,149.9311065673828,1,0,1.0986123085021973,0,6.205850124359131,3.5553481578826904,5.023538589477539,0,0,0,0,0,1,0,1,0,6.205850124359131 +16,0,1,1,1,0,2,6,42,428.7286071777344,427.2727355957031,5528,162.3220977783203,1,0,2.7725887298583984,0,6.060823917388916,3.7376697063446045,6.057422637939453,0,0,0,0,0,1,0,0,1,6.060823917388916 +4,0,1,1,NA,0,2,6,25,374.20819091796875,71.42857360839844,5410,162.3220977783203,1,0,1.3862943649291992,0,5.924812316894531,3.2188758850097656,4.268698215484619,0,0,0,0,0,1,0,0,1,5.924812316894531 +18,0,1,1,1,1,2,6,25,588.572509765625,5045.45458984375,5352,149.9311065673828,1,0,2.890371799468994,0,6.377700328826904,3.2188758850097656,8.526243209838867,0,0,0,0,0,1,0,0,1,6.377700328826904 +2,0,1,1,1,1,2,6,51,693.89599609375,2135.06494140625,5037,149.9311065673828,1,0,0.6931471824645996,0,6.542322158813477,3.931825637817383,7.666252136230469,0,0,0,0,0,1,0,0,1,6.542322158813477 +7,0,1,1,1,1,2,6,45,676.548583984375,2309.0908203125,5352,149.9311065673828,1,0,1.945910096168518,0,6.517004489898682,3.8066625595092773,7.744609355926514,0,0,0,0,0,1,0,0,1,6.517004489898682 +5,0,1,1,1,0,2,6,36,587.3333740234375,301.2987060546875,5404,149.9311065673828,1,0,1.6094379425048828,0,6.3755927085876465,3.5835189819335938,5.708102226257324,0,0,0,0,0,1,0,0,1,6.3755927085876465 +0.25,0,1,1,1,0,2,6,44,682.74407958984375,109.09091186523438,5549,149.9311065673828,1,0,-1.3862943649291992,0,6.526120185852051,3.7841897010803223,4.692181587219238,0,0,0,0,0,1,0,0,1,6.526120185852051 +6,0,1,1,1,1,2,6,48,411.3811950683594,949.35064697265625,5610,162.3220977783203,1,0,1.7917594909667969,0,6.019520282745361,3.8712010383605957,6.855778217315674,0,0,0,0,0,1,0,0,1,6.019520282745361 +9,0,1,1,1,0,2,6,55,710.0042724609375,467.532470703125,5628,149.9311065673828,1,0,2.1972246170043945,0,6.565270900726318,4.007333278656006,6.147468566894531,0,0,0,0,0,1,0,0,1,6.565270900726318 +5,0,1,1,1,0,2,6,31,692.65692138671875,270.1298828125,5740,149.9311065673828,1,0,1.6094379425048828,0,6.540534973144531,3.4339871406555176,5.598902702331543,0,0,0,0,0,1,0,0,1,6.540534973144531 +5,0,1,1,1,0,2,6,40,703.80877685546875,81.81818389892578,5728,162.3220977783203,1,0,1.6094379425048828,0,6.556506633758545,3.6888794898986816,4.404499530792236,0,0,0,0,0,1,0,0,1,6.556506633758545 +3,0,1,1,1,0,2,6,48,638.136474609375,228.57142639160156,5352,162.3220977783203,1,0,1.0986123085021973,0,6.458552360534668,3.8712010383605957,5.431848526000977,0,0,0,0,0,1,0,0,1,6.458552360534668 +0.25,0,1,1,0,0,2,6,25,446.07598876953125,567.532470703125,5440,162.3220977783203,1,0,-1.3862943649291992,0,6.100489139556885,3.2188758850097656,6.3412981033325195,0,0,0,0,0,1,0,0,1,6.100489139556885 +4,0,1,1,0,0,2,6,32,664.1575927734375,232.467529296875,5549,149.9311065673828,1,0,1.3862943649291992,0,6.498519420623779,3.465735912322998,5.4487504959106445,0,0,0,0,0,1,0,0,1,6.498519420623779 +6,0,1,1,0,1,2,6,25,648.04931640625,1915.58447265625,5352,162.3220977783203,1,0,1.7917594909667969,0,6.473966598510742,3.2188758850097656,7.5577778816223145,0,0,0,0,0,1,0,0,1,6.473966598510742 +4,0,1,NA,1,0,2,6,57,748.4163818359375,259.7402648925781,5540,162.3220977783203,1,0,1.3862943649291992,0,6.617959499359131,4.043051242828369,5.559682369232178,0,0,0,0,0,1,0,0,1,6.617959499359131 +9,0,1,1,1,0,2,6,22,376.6864013671875,644.15582275390625,5728,162.3220977783203,1,0,2.1972246170043945,0,5.931413173675537,3.0910425186157227,6.467940807342529,0,0,0,0,0,1,0,0,1,5.931413173675537 +1,0,1,1,1,0,2,6,44,426.2503967285156,210.38961791992188,5610,162.3220977783203,1,0,0,0,6.055027008056641,3.7841897010803223,5.348961353302002,0,0,0,0,0,1,0,0,1,6.055027008056641 +4,0,1,1,0,0,2,6,25,408.90301513671875,150.64935302734375,5604,149.9311065673828,1,0,1.3862943649291992,0,6.013477802276611,3.2188758850097656,5.014955043792725,0,0,0,0,0,1,0,0,1,6.013477802276611 +2,0,1,1,0,0,2,6,20,490.68359375,132.467529296875,5628,162.3220977783203,1,0,0.6931471824645996,0,6.195799350738525,2.995732307434082,4.886337757110596,0,0,0,0,0,1,0,0,1,6.195799350738525 +7,0,1,0,1,0,2,6,30,401.4684143066406,228.57142639160156,5410,162.3220977783203,1,0,1.945910096168518,0,5.995128631591797,3.4011974334716797,5.431848526000977,0,0,0,0,0,1,0,0,1,5.995128631591797 +6,0,1,1,1,1,2,6,45,669.114013671875,6189.6103515625,5628,149.9311065673828,1,0,1.7917594909667969,0,6.505954265594482,3.8066625595092773,8.730627059936523,0,0,0,0,0,1,0,0,1,6.505954265594482 +40,0,1,1,1,1,2,6,53,557.594970703125,4845.45458984375,5028,162.3220977783203,1,0,3.6888794898986816,0,6.323632717132568,3.97029185295105,8.485795974731445,0,0,0,0,0,1,0,0,1,6.323632717132568 +2,0,1,1,1,0,2,6,38,526.61749267578125,92.207794189453125,5610,162.3220977783203,1,0,0.6931471824645996,0,6.26647424697876,3.6375861167907715,4.524044513702393,0,0,0,0,0,1,0,0,1,6.26647424697876 +3,0,1,1,1,0,2,6,31,479.5317077636719,535.06494140625,5628,149.9311065673828,1,0,1.0986123085021973,0,6.172810077667236,3.4339871406555176,6.282388210296631,0,0,0,0,0,1,0,0,1,6.172810077667236 +5,0,1,1,1,1,2,6,40,607.15899658203125,2296.10400390625,5349,162.3220977783203,1,0,1.6094379425048828,0,6.408790588378906,3.6888794898986816,7.738968849182129,0,0,0,0,0,1,0,0,1,6.408790588378906 +3,0,1,1,1,0,2,6,32,446.07598876953125,119.48052215576172,5404,162.3220977783203,1,0,1.0986123085021973,0,6.100489139556885,3.465735912322998,4.783153533935547,0,0,0,0,0,1,0,0,1,6.100489139556885 +9,0,1,1,0,1,2,6,20,429.96771240234375,735.06494140625,5628,149.9311065673828,1,0,2.1972246170043945,0,6.0637102127075195,2.995732307434082,6.599958896636963,0,0,0,0,0,1,0,0,1,6.0637102127075195 +9,0,1,1,1,1,2,6,24,460.9451904296875,2464.93505859375,5346,149.9311065673828,1,0,2.1972246170043945,0,6.133279323577881,3.178053855895996,7.809920787811279,0,0,0,0,0,1,0,0,1,6.133279323577881 +3,0,1,1,1,0,2,6,39,411.3811950683594,270.1298828125,5510,149.9311065673828,1,0,1.0986123085021973,0,6.019520282745361,3.6635615825653076,5.598902702331543,0,0,0,0,0,1,0,0,1,6.019520282745361 +20,0,1,1,0,1,2,6,30,527.85662841796875,3472.727294921875,5540,149.9311065673828,1,0,2.995732307434082,0,6.268824577331543,3.4011974334716797,8.152695655822754,0,0,0,0,0,1,0,0,1,6.268824577331543 +13,0,1,1,1,0,2,6,42,485.7272033691406,533.7662353515625,5528,149.9311065673828,1,0,2.5649492740631104,0,6.185647010803223,3.7376697063446045,6.2799577713012695,0,0,0,0,0,1,0,0,1,6.185647010803223 +2,0,1,1,1,1,2,6,26,401.4684143066406,567.532470703125,5152,149.9311065673828,1,0,0.6931471824645996,0,5.995128631591797,3.25809645652771,6.3412981033325195,0,0,0,0,0,1,0,0,1,5.995128631591797 +2,0,1,1,1,0,2,6,49,381.6427917480469,155.8441619873047,5352,162.3220977783203,1,0,0.6931471824645996,0,5.944485187530518,3.891820192337036,5.048856735229492,0,0,0,0,0,1,0,0,1,5.944485187530518 +1,0,1,0,0,1,2,6,27,432.4458923339844,222.0779266357422,5549,149.9311065673828,1,0,0,0,6.069457054138184,3.295836925506592,5.40302848815918,0,0,0,0,0,1,0,0,1,6.069457054138184 +0.25,0,1,1,1,0,2,6,20,500.5964050292969,161.03895568847656,5716,64.433197021484375,1,0,-1.3862943649291992,0,6.2158002853393555,2.995732307434082,5.08164644241333,0,0,0,0,0,1,0,0,1,6.2158002853393555 +4,0,1,1,1,0,2,6,28,669.114013671875,272.7272644042969,5628,149.9311065673828,1,0,1.3862943649291992,0,6.505954265594482,3.332204580307007,5.6084723472595215,0,0,0,0,0,1,0,0,1,6.505954265594482 +9,0,1,1,1,0,2,6,33,371.7300109863281,138.96104431152344,5549,162.3220977783203,1,0,2.1972246170043945,0,5.918167591094971,3.4965076446533203,4.9341936111450195,0,0,0,0,0,1,0,0,1,5.918167591094971 +3,0,1,1,1,0,2,6,50,638.136474609375,522.07794189453125,5137,149.9311065673828,1,0,1.0986123085021973,0,6.458552360534668,3.9120230674743652,6.257816791534424,0,0,0,0,0,1,0,0,1,6.458552360534668 +1,0,1,1,1,0,2,6,53,372.9690856933594,375.3246765136719,5404,162.3220977783203,1,0,0,0,5.92149543762207,3.97029185295105,5.927791595458984,0,0,0,0,0,1,0,0,1,5.92149543762207 +5,0,1,1,1,0,2,6,44,436.1632080078125,159.74026489257812,5728,149.9311065673828,1,0,1.6094379425048828,0,6.07801628112793,3.7841897010803223,5.073549270629883,0,0,0,0,0,1,0,0,1,6.07801628112793 +10,0,1,1,1,0,2,6,57,532.81298828125,455.8441467285156,5549,162.3220977783203,1,0,2.3025851249694824,0,6.278170585632324,4.043051242828369,6.122150897979736,0,0,0,0,0,1,0,0,1,6.278170585632324 +7,0,1,1,1,1,2,6,53,371.7300109863281,1170.1298828125,5352,162.3220977783203,1,0,1.945910096168518,0,5.918167591094971,3.97029185295105,7.0648698806762695,0,0,0,0,0,1,0,0,1,5.918167591094971 +15,0,1,1,1,0,2,6,41,371.7300109863281,1494.80517578125,5628,149.9311065673828,1,0,2.70805025100708,0,5.918167591094971,3.7135720252990723,7.309751033782959,0,0,0,0,0,1,0,0,1,5.918167591094971 +5,0,1,1,1,1,2,6,36,495.6400146484375,389.6103820800781,5352,149.9311065673828,1,0,1.6094379425048828,0,6.205850124359131,3.5835189819335938,5.965147018432617,0,0,0,0,0,1,0,0,1,6.205850124359131 +19,0,1,1,NA,1,2,6,39,477.0534973144531,10944.15625,5628,162.3220977783203,1,0,2.944438934326172,0,6.167628765106201,3.6635615825653076,9.30056095123291,0,0,0,0,0,1,0,0,1,6.167628765106201 +182,0,1,1,1,1,2,6,52,527.85662841796875,2033.7662353515625,5028,162.3220977783203,1,0,5.204006671905518,0,6.268824577331543,3.9512436389923096,7.617644786834717,0,0,0,0,0,1,0,0,1,6.268824577331543 +7,0,1,1,1,1,2,6,64,411.3811950683594,2615.58447265625,5404,162.3220977783203,1,0,1.945910096168518,0,6.019520282745361,4.158883094787598,7.8692426681518555,0,0,0,0,0,1,0,0,1,6.019520282745361 +11,0,1,1,1,0,2,6,48,708.76519775390625,849.35064697265625,5116,149.9311065673828,1,0,2.397895336151123,0,6.56352424621582,3.8712010383605957,6.744472026824951,0,0,0,0,0,1,0,0,1,6.56352424621582 +5,0,1,1,1,1,2,6,26,464.6625061035156,924.67535400390625,5652,162.3220977783203,1,0,1.6094379425048828,0,6.141311168670654,3.25809645652771,6.829442501068115,0,0,0,0,0,1,0,0,1,6.141311168670654 +11,0,1,1,1,0,2,6,50,555.1168212890625,524.67535400390625,5528,162.3220977783203,1,0,2.397895336151123,0,6.319178581237793,3.9120230674743652,6.262779712677002,0,0,0,0,0,1,0,0,1,6.319178581237793 +1,0,1,1,0,0,2,6,52,454.74969482421875,98.70130157470703,5410,162.3220977783203,1,0,0,0,6.119747161865234,3.9512436389923096,4.592098236083984,0,0,0,0,0,1,0,0,1,6.119747161865234 +4,0,1,1,1,0,2,6,24,561.31231689453125,128.57142639160156,5728,149.9311065673828,1,0,1.3862943649291992,0,6.330277442932129,3.178053855895996,4.856484413146973,0,0,0,0,0,1,0,0,1,6.330277442932129 +23,0,1,1,1,0,2,6,44,452.2715148925781,435.06494140625,5428,149.9311065673828,1,0,3.1354942321777344,0,6.114282608032227,3.7841897010803223,6.07549524307251,0,0,0,0,0,1,0,0,1,6.114282608032227 +3,0,1,1,1,0,2,6,26,473.3362121582031,302.597412109375,5740,162.3220977783203,1,0,1.0986123085021973,0,6.159805774688721,3.25809645652771,5.712403297424316,0,0,0,0,0,1,0,0,1,6.159805774688721 +16,0,1,1,NA,0,3,6,37,447.3150939941406,371.4285583496094,5528,149.9311065673828,1,0,2.7725887298583984,0,6.1032633781433105,3.610917806625366,5.917356491088867,0,0,0,0,0,1,0,0,0,6.1032633781433105 +1,0,1,1,1,0,3,6,23,371.7300109863281,6.49350643157959,5440,162.3220977783203,1,0,0,0,5.918167591094971,3.1354942321777344,1.870802640914917,0,0,0,0,0,1,0,0,0,5.918167591094971 +6,0,1,1,1,0,3,6,61,563.79052734375,235.06494140625,5628,162.3220977783203,1,0,1.7917594909667969,0,6.334682941436768,4.110873699188232,5.459861755371094,0,0,0,0,0,1,0,0,0,6.334682941436768 +7,0,1,1,1,0,3,6,27,508.031005859375,363.6363525390625,5628,149.9311065673828,1,0,1.945910096168518,0,6.2305426597595215,3.295836925506592,5.896154403686523,0,0,0,0,0,1,0,0,0,6.2305426597595215 +3,0,1,1,0,0,3,6,47,547.68218994140625,212.9870147705078,5455,149.9311065673828,1,0,1.0986123085021973,0,6.305695056915283,3.8501474857330322,5.361231327056885,0,0,0,0,0,1,0,0,0,6.305695056915283 +3,0,1,1,1,0,3,6,51,448.55419921875,196.10389709472656,5604,162.3220977783203,1,0,1.0986123085021973,0,6.106029510498047,3.931825637817383,5.278644561767578,0,0,0,0,0,1,0,0,0,6.106029510498047 +5,0,1,1,1,0,3,6,41,531.57391357421875,357.1428527832031,5549,162.3220977783203,1,0,1.6094379425048828,0,6.275842189788818,3.7135720252990723,5.878135681152344,0,0,0,0,0,1,0,0,0,6.275842189788818 +8,0,1,1,1,0,3,6,38,444.8369140625,412.98699951171875,5610,149.9311065673828,1,0,2.079441547393799,0,6.097707748413086,3.6375861167907715,6.023416042327881,0,0,0,0,0,1,0,0,0,6.097707748413086 +4,0,1,1,1,0,3,6,26,371.7300109863281,180.5194854736328,5728,162.3220977783203,1,0,1.3862943649291992,0,5.918167591094971,3.25809645652771,5.195838928222656,0,0,0,0,0,1,0,0,0,5.918167591094971 +1,0,1,1,1,0,3,6,40,447.3150939941406,222.0779266357422,5340,149.9311065673828,1,0,0,0,6.1032633781433105,3.6888794898986816,5.40302848815918,0,0,0,0,0,1,0,0,0,6.1032633781433105 +0.25,0,1,1,NA,0,3,6,29,483.2489929199219,158.44155883789062,5649,162.3220977783203,1,0,-1.3862943649291992,0,6.180531978607178,3.367295742034912,5.065385818481445,0,0,0,0,0,1,0,0,0,6.180531978607178 +0.25,0,1,1,1,0,3,6,53,421.29400634765625,101.29869842529297,5728,173.4739990234375,1,0,-1.3862943649291992,0,6.043331146240234,3.97029185295105,4.618073463439941,0,0,0,0,0,1,0,0,0,6.043331146240234 +13,0,1,1,1,1,3,6,23,396.5119934082031,649.35064697265625,5628,162.3220977783203,1,0,2.5649492740631104,0,5.982706069946289,3.1354942321777344,6.475972652435303,0,0,0,0,0,1,0,0,0,5.982706069946289 +2,0,1,1,1,0,3,6,29,527.85662841796875,255.8441619873047,5552,162.3220977783203,1,0,0.6931471824645996,0,6.268824577331543,3.367295742034912,5.5445685386657715,0,0,0,0,0,1,0,0,0,6.268824577331543 +3,0,1,1,1,0,3,6,32,504.3136901855469,49.350650787353516,5549,149.9311065673828,1,0,1.0986123085021973,0,6.223198413848877,3.465735912322998,3.8989510536193848,0,0,0,0,0,1,0,0,0,6.223198413848877 +0.25,0,1,1,1,0,3,6,37,509.2701110839844,163.63636779785156,5443,149.9311065673828,1,0,-1.3862943649291992,0,6.232978343963623,3.610917806625366,5.097646713256836,0,0,0,0,0,1,0,0,0,6.232978343963623 +0.25,0,1,1,NA,0,3,6,19,415.0985107421875,215.58441162109375,5310,161.08299255371094,1,0,-1.3862943649291992,0,6.028515815734863,2.944438934326172,5.373352527618408,0,0,0,0,0,1,0,0,0,6.028515815734863 +3,0,1,1,1,0,3,6,32,529.095703125,127.2727279663086,5549,162.3220977783203,1,0,1.0986123085021973,0,6.271169185638428,3.465735912322998,4.84633207321167,0,0,0,0,0,1,0,0,0,6.271169185638428 +3,0,1,1,0,1,3,6,21,573.70330810546875,257.1428527832031,5549,162.3220977783203,1,0,1.0986123085021973,0,6.352112293243408,3.044522523880005,5.549631595611572,0,0,0,0,0,1,0,0,0,6.352112293243408 +4,0,1,1,1,1,3,6,29,552.63861083984375,2944.15576171875,5352,162.3220977783203,1,0,1.3862943649291992,0,6.314704418182373,3.367295742034912,7.987577438354492,0,0,0,0,0,1,0,0,0,6.314704418182373 +1,0,1,1,1,0,3,6,37,572.46417236328125,125.97402954101562,5549,162.3220977783203,1,0,0,0,6.349950313568115,3.610917806625366,4.836075782775879,0,0,0,0,0,1,0,0,0,6.349950313568115 +0.25,0,1,1,1,0,3,6,50,371.7300109863281,87.01298522949219,5710,162.3220977783203,1,0,-1.3862943649291992,0,5.918167591094971,3.9120230674743652,4.466057300567627,0,0,0,0,0,1,0,0,0,5.918167591094971 +1,0,1,1,1,0,3,6,23,470.8580017089844,261.0389709472656,5549,162.3220977783203,1,0,0,0,6.154556751251221,3.1354942321777344,5.564669609069824,0,0,0,0,0,1,0,0,0,6.154556751251221 +2,0,1,0,1,0,3,6,46,375.4472961425781,184.41558837890625,5349,162.3220977783203,1,0,0.6931471824645996,0,5.9281182289123535,3.828641414642334,5.217191696166992,0,0,0,0,0,1,0,0,0,5.9281182289123535 +5,0,1,1,1,0,3,6,38,458.4670104980469,110.38961029052734,5452,162.3220977783203,1,0,1.6094379425048828,0,6.127888202667236,3.6375861167907715,4.704016208648682,0,0,0,0,0,1,0,0,0,6.127888202667236 +5,0,1,1,1,0,3,6,34,389.077392578125,138.96104431152344,5352,162.3220977783203,1,0,1.6094379425048828,0,5.963778495788574,3.526360511779785,4.9341936111450195,0,0,0,0,0,1,0,0,0,5.963778495788574 +8,0,1,1,0,0,3,6,27,386.5992126464844,416.88311767578125,5528,162.3220977783203,1,0,2.079441547393799,0,5.957388401031494,3.295836925506592,6.032805919647217,0,0,0,0,0,1,0,0,0,5.957388401031494 +0.25,0,1,1,1,0,3,6,47,394.0338134765625,197.40260314941406,5610,149.9311065673828,1,0,-1.3862943649291992,0,5.976436614990234,3.8501474857330322,5.285245418548584,0,0,0,0,0,1,0,0,0,5.976436614990234 +13,0,1,1,1,0,3,6,41,438.6413879394531,1128.5714111328125,5628,149.9311065673828,1,0,2.5649492740631104,0,6.083682060241699,3.7135720252990723,7.028707981109619,0,0,0,0,0,1,0,0,0,6.083682060241699 +3,0,1,1,1,0,3,6,28,421.29400634765625,274.0259704589844,5728,149.9311065673828,1,0,1.0986123085021973,0,6.043331146240234,3.332204580307007,5.613223075866699,0,0,0,0,0,1,0,0,0,6.043331146240234 +4,0,1,1,1,0,3,6,32,377.9255065917969,214.2857208251953,5610,149.9311065673828,1,0,1.3862943649291992,0,5.934697151184082,3.465735912322998,5.367310047149658,0,0,0,0,0,1,0,0,0,5.934697151184082 +3,0,1,1,1,0,3,6,35,439.8804931640625,153.2467498779297,5549,162.3220977783203,1,0,1.0986123085021973,0,6.086503028869629,3.5553481578826904,5.032049179077148,0,0,0,0,0,1,0,0,0,6.086503028869629 +3,0,1,1,1,0,3,6,35,371.7300109863281,200,5549,162.3220977783203,1,0,1.0986123085021973,0,5.918167591094971,3.5553481578826904,5.2983174324035645,0,0,0,0,0,1,0,0,0,5.918167591094971 +8,0,1,1,1,0,3,6,46,459.7060852050781,274.0259704589844,5628,162.3220977783203,1,0,2.079441547393799,0,6.130587577819824,3.828641414642334,5.613223075866699,0,0,0,0,0,1,0,0,0,6.130587577819824 +12,0,1,1,1,1,3,6,38,470.8580017089844,3231.1689453125,5310,162.3220977783203,1,0,2.4849066734313965,0,6.154556751251221,3.6375861167907715,8.080598831176758,0,0,0,0,0,1,0,0,0,6.154556751251221 +12,0,1,1,1,1,3,6,38,470.8580017089844,3231.1689453125,5310,162.3220977783203,1,0,2.4849066734313965,0,6.154556751251221,3.6375861167907715,8.080598831176758,0,0,0,0,0,1,0,0,0,6.154556751251221 +3,0,1,1,1,0,3,6,28,459.7060852050781,183.11688232421875,5549,162.3220977783203,1,0,1.0986123085021973,0,6.130587577819824,3.332204580307007,5.210124492645264,0,0,0,0,0,1,0,0,0,6.130587577819824 +8,0,1,1,0,0,3,6,30,371.7300109863281,377.9220886230469,5510,162.3220977783203,1,0,2.079441547393799,0,5.918167591094971,3.4011974334716797,5.934688091278076,0,0,0,0,0,1,0,0,0,5.918167591094971 +3,0,1,1,0,0,3,6,27,371.7300109863281,455.8441467285156,5510,169.75669860839844,1,0,1.0986123085021973,0,5.918167591094971,3.295836925506592,6.122150897979736,0,0,0,0,0,1,0,0,0,5.918167591094971 +3,0,1,1,1,0,3,6,30,464.6625061035156,197.40260314941406,5713,162.3220977783203,1,0,1.0986123085021973,0,6.141311168670654,3.4011974334716797,5.285245418548584,0,0,0,0,0,1,0,0,0,6.141311168670654 +5,0,1,1,1,0,3,6,33,403.94659423828125,70.12986755371094,5349,162.3220977783203,1,0,1.6094379425048828,0,6.001282691955566,3.4965076446533203,4.2503485679626465,0,0,0,0,0,1,0,0,0,6.001282691955566 +4,0,1,1,0,0,3,6,32,423.7721862792969,283.11688232421875,5443,162.3220977783203,1,0,1.3862943649291992,0,6.049196243286133,3.465735912322998,5.645859718322754,0,0,0,0,0,1,0,0,0,6.049196243286133 +6,0,1,1,1,0,3,6,30,381.6427917480469,384.41558837890625,5628,162.3220977783203,1,0,1.7917594909667969,0,5.944485187530518,3.4011974334716797,5.951724052429199,0,0,0,0,0,1,0,0,0,5.944485187530518 +0.25,0,1,1,1,0,3,6,36,377.9255065917969,76.62337493896484,5649,149.9311065673828,1,0,-1.3862943649291992,0,5.934697151184082,3.5835189819335938,4.338901996612549,0,0,0,0,0,1,0,0,0,5.934697151184082 +4,0,1,0,0,0,3,6,32,386.5992126464844,357.1428527832031,5552,162.3220977783203,1,0,1.3862943649291992,0,5.957388401031494,3.465735912322998,5.878135681152344,0,0,0,0,0,1,0,0,0,5.957388401031494 +1,0,1,1,1,0,3,6,57,371.7300109863281,40.25973892211914,5610,149.9311065673828,1,0,0,0,5.918167591094971,4.043051242828369,3.6953518390655518,0,0,0,0,0,1,0,0,0,5.918167591094971 +1,0,1,1,1,0,3,6,49,484.48809814453125,161.03895568847656,5552,149.9311065673828,1,0,0,0,6.183093070983887,3.891820192337036,5.08164644241333,0,0,0,0,0,1,0,0,0,6.183093070983887 +1,0,1,0,1,0,3,6,36,380.4036865234375,80.51947784423828,5610,149.9311065673828,1,0,0,0,5.941233158111572,3.5835189819335938,4.3884992599487305,0,0,0,0,0,1,0,0,0,5.941233158111572 +3,0,1,0,0,0,3,6,60,391.55560302734375,390.9090881347656,5728,162.3220977783203,1,0,1.0986123085021973,0,5.970127582550049,4.094344615936279,5.968474864959717,0,0,0,0,0,1,0,0,0,5.970127582550049 +4,0,1,1,0,0,3,6,19,395.27288818359375,454.5454406738281,5510,162.3220977783203,1,0,1.3862943649291992,0,5.979576587677002,2.944438934326172,6.119297981262207,0,0,0,0,0,1,0,0,0,5.979576587677002 +2,0,1,1,1,0,3,6,27,446.07598876953125,122.07791900634766,5410,149.9311065673828,1,0,0.6931471824645996,0,6.100489139556885,3.295836925506592,4.804659366607666,0,0,0,0,0,1,0,0,0,6.100489139556885 +1,0,1,0,0,0,3,6,28,436.1632080078125,158.44155883789062,5410,149.9311065673828,1,0,0,0,6.07801628112793,3.332204580307007,5.065385818481445,0,0,0,0,0,1,0,0,0,6.07801628112793 +3,0,1,1,1,0,3,6,31,431.206787109375,111.68830871582031,5549,149.9311065673828,1,0,1.0986123085021973,0,6.066587924957275,3.4339871406555176,4.715712070465088,0,0,0,0,0,1,0,0,0,6.066587924957275 +3,0,1,1,1,0,3,6,53,536.5302734375,236.36363220214844,5728,162.3220977783203,1,0,1.0986123085021973,0,6.285122871398926,3.97029185295105,5.465371608734131,0,0,0,0,0,1,0,0,0,6.285122871398926 +0.25,0,1,1,1,0,3,6,34,446.07598876953125,125.97402954101562,5410,149.9311065673828,1,0,-1.3862943649291992,0,6.100489139556885,3.526360511779785,4.836075782775879,0,0,0,0,0,1,0,0,0,6.100489139556885 +6,0,1,1,1,0,3,6,28,376.6864013671875,403.8961181640625,5628,149.9311065673828,1,0,1.7917594909667969,0,5.931413173675537,3.332204580307007,6.001157760620117,0,0,0,0,0,1,0,0,0,5.931413173675537 +2,0,1,1,NA,0,3,6,28,433.68499755859375,164.93505859375,5549,149.9311065673828,1,0,0.6931471824645996,0,6.0723185539245605,3.332204580307007,5.105551719665527,0,0,0,0,0,1,0,0,0,6.0723185539245605 +2,0,1,1,1,0,3,6,29,387.8382873535156,119.48052215576172,5728,149.9311065673828,1,0,0.6931471824645996,0,5.960588455200195,3.367295742034912,4.783153533935547,0,0,0,0,0,1,0,0,0,5.960588455200195 +1,0,1,1,1,0,3,6,51,371.7300109863281,155.8441619873047,5528,162.3220977783203,1,0,0,0,5.918167591094971,3.931825637817383,5.048856735229492,0,0,0,0,0,1,0,0,0,5.918167591094971 +2,0,1,1,1,0,3,6,41,397.7510986328125,87.01298522949219,5728,149.9311065673828,1,0,0.6931471824645996,0,5.98582649230957,3.7135720252990723,4.466057300567627,0,0,0,0,0,1,0,0,0,5.98582649230957 +7,0,1,0,1,1,3,6,47,394.0338134765625,3506.493408203125,5352,162.3220977783203,1,0,1.945910096168518,0,5.976436614990234,3.8501474857330322,8.162371635437012,0,0,0,0,0,1,0,0,0,5.976436614990234 +5,0,1,1,1,1,3,6,62,397.7510986328125,1028.5714111328125,5628,162.3220977783203,1,0,1.6094379425048828,0,5.98582649230957,4.127134323120117,6.9359259605407715,0,0,0,0,0,1,0,0,0,5.98582649230957 +4,0,1,1,1,1,3,6,36,387.8382873535156,1602.597412109375,5204,149.9311065673828,1,0,1.3862943649291992,0,5.960588455200195,3.5835189819335938,7.37938117980957,0,0,0,0,0,1,0,0,0,5.960588455200195 +1,0,1,1,0,0,3,6,25,371.7300109863281,137.66233825683594,5410,162.3220977783203,1,0,0,0,5.918167591094971,3.2188758850097656,4.924803733825684,0,0,0,0,0,1,0,0,0,5.918167591094971 +11,0,1,0,1,1,3,6,45,429.96771240234375,7137.662109375,5437,162.3220977783203,1,0,2.397895336151123,0,6.0637102127075195,3.8066625595092773,8.873140335083008,0,0,0,0,0,1,0,0,0,6.0637102127075195 +0.25,0,1,1,1,0,3,6,28,408.90301513671875,314.28570556640625,5528,149.9311065673828,1,0,-1.3862943649291992,0,6.013477802276611,3.332204580307007,5.750302314758301,0,0,0,0,0,1,0,0,0,6.013477802276611 +16,0,1,1,1,0,3,6,27,446.07598876953125,485.71429443359375,5440,162.3220977783203,1,0,2.7725887298583984,0,6.100489139556885,3.295836925506592,6.1856207847595215,0,0,0,0,0,1,0,0,0,6.100489139556885 +4,0,1,1,0,0,3,6,38,434.9241027832031,466.2337646484375,5352,162.3220977783203,1,0,1.3862943649291992,0,6.07517147064209,3.6375861167907715,6.144687175750732,0,0,0,0,0,1,0,0,0,6.07517147064209 +4,0,1,1,0,0,3,6,38,434.9241027832031,466.2337646484375,5352,162.3220977783203,1,0,1.3862943649291992,0,6.07517147064209,3.6375861167907715,6.144687175750732,0,0,0,0,0,1,0,0,0,6.07517147064209 +1,0,1,1,1,0,3,6,39,524.1392822265625,2018.1817626953125,5446,162.3220977783203,1,0,0,0,6.2617573738098145,3.6635615825653076,7.609952449798584,0,0,0,0,0,1,0,0,0,6.2617573738098145 +11,0,1,1,1,1,3,6,42,390.3164978027344,3849.3505859375,5310,162.3220977783203,1,0,2.397895336151123,0,5.966958045959473,3.7376697063446045,8.255660057067871,0,0,0,0,0,1,0,0,0,5.966958045959473 +13,0,1,0,1,1,NA,6,29,420.0549011230469,1954.54541015625,5310,149.9311065673828,1,0,2.5649492740631104,0,6.0403852462768555,3.367295742034912,7.5779128074646,0,0,0,0,0,1,0,NA,NA,6.0403852462768555 +2,0,1,1,1,0,3,8,39,582.37701416015625,384.41558837890625,9052,149.9311065673828,1,0,0.6931471824645996,0,6.367117881774902,3.6635615825653076,5.951724052429199,0,0,0,0,0,0,0,0,0,6.367117881774902 +14,0,1,1,1,1,3,8,37,421.29400634765625,648.05194091796875,9004,162.3220977783203,1,0,2.6390573978424072,0,6.043331146240234,3.610917806625366,6.473970890045166,0,0,0,0,0,0,0,0,0,6.043331146240234 +5,0,1,1,1,1,3,8,61,495.6400146484375,992.207763671875,9010,162.3220977783203,1,0,1.6094379425048828,0,6.205850124359131,4.110873699188232,6.899932384490967,0,0,0,0,0,0,0,0,0,6.205850124359131 +4,0,1,1,1,1,3,8,32,574.9423828125,2187.012939453125,9010,162.3220977783203,1,0,1.3862943649291992,0,6.354269981384277,3.465735912322998,7.690291881561279,0,0,0,0,0,0,0,0,0,6.354269981384277 +6,0,1,1,1,0,1,8,33,451.03240966796875,568.8311767578125,9004,162.3220977783203,1,0,1.7917594909667969,0,6.111539363861084,3.4965076446533203,6.343583583831787,0,0,0,0,0,0,0,1,0,6.111539363861084 +8,0,1,0,1,0,1,8,40,411.3811950683594,459.7402648925781,9040,162.3220977783203,1,0,2.079441547393799,0,6.019520282745361,3.6888794898986816,6.130661487579346,0,0,0,0,0,0,0,1,0,6.019520282745361 +6,0,1,1,1,1,3,8,19,371.7300109863281,1723.3765869140625,9040,117.7145004272461,1,0,1.7917594909667969,0,5.918167591094971,2.944438934326172,7.452040672302246,0,0,0,0,0,0,0,0,0,5.918167591094971 +2,0,1,1,1,0,1,8,28,536.5302734375,279.22076416015625,9010,162.3220977783203,1,0,0.6931471824645996,0,6.285122871398926,3.332204580307007,5.632002830505371,0,0,0,0,0,0,0,1,0,6.285122871398926 +28,0,1,1,0,1,2,8,20,537.7694091796875,4361.0390625,9019,162.3220977783203,1,0,3.332204580307007,0,6.2874298095703125,2.995732307434082,8.380465507507324,0,0,0,0,0,0,0,0,1,6.2874298095703125 +5,0,1,0,1,1,1,8,50,432.4458923339844,1844.1558837890625,9052,162.3220977783203,1,0,1.6094379425048828,0,6.069457054138184,3.9120230674743652,7.519776821136475,0,0,0,0,0,0,0,1,0,6.069457054138184 +4,0,1,1,0,1,1,8,25,470.8580017089844,1298.7012939453125,9004,313.4923095703125,1,0,1.3862943649291992,0,6.154556751251221,3.2188758850097656,7.169119834899902,0,0,0,0,0,0,0,1,0,6.154556751251221 +14,0,1,1,0,1,2,8,19,384.1210021972656,658.4415283203125,9040,149.9311065673828,1,0,2.6390573978424072,0,5.950957775115967,2.944438934326172,6.489875793457031,0,0,0,0,0,0,0,0,1,5.950957775115967 +182,0,1,1,1,1,2,8,51,427.489501953125,25974.025390625,9028,268.88470458984375,1,0,5.204006671905518,0,6.057929515838623,3.931825637817383,10.164852142333984,0,0,0,0,0,0,0,0,1,6.057929515838623 +0.25,0,1,1,0,0,2,8,28,473.3362121582031,154.5454559326172,9040,162.3220977783203,1,0,-1.3862943649291992,0,6.159805774688721,3.332204580307007,5.040488243103027,0,0,0,0,0,0,0,0,1,6.159805774688721 +5,0,1,1,1,0,2,8,58,495.6400146484375,880.51947021484375,9010,149.9311065673828,1,0,1.6094379425048828,0,6.205850124359131,4.060442924499512,6.780511856079102,0,0,0,0,0,0,0,0,1,6.205850124359131 +10,0,1,1,1,1,2,8,51,446.07598876953125,628.5714111328125,9010,149.9311065673828,1,0,2.3025851249694824,0,6.100489139556885,3.931825637817383,6.4434494972229,0,0,0,0,0,0,0,0,1,6.100489139556885 +4,0,1,1,0,0,2,8,29,535.29119873046875,358.4415588378906,9040,149.9311065673828,1,0,1.3862943649291992,0,6.282810688018799,3.367295742034912,5.881765842437744,0,0,0,0,0,0,0,0,1,6.282810688018799 +42,0,1,1,1,1,3,8,33,402.7074890136719,60155.84375,9028,149.9311065673828,1,0,3.7376697063446045,0,5.998210430145264,3.4965076446533203,11.004693984985352,0,0,0,0,0,0,0,0,0,5.998210430145264 +7,0,1,1,1,1,3,8,26,501.83551025390625,503.8961181640625,9016,162.3220977783203,1,0,1.945910096168518,0,6.2182722091674805,3.25809645652771,6.222370147705078,0,0,0,0,0,0,0,0,0,6.2182722091674805 +4,0,1,1,1,1,3,8,40,496.87908935546875,237.66233825683594,9010,149.9311065673828,1,0,1.3862943649291992,0,6.208346843719482,3.6888794898986816,5.470850944519043,0,0,0,0,0,0,0,0,0,6.208346843719482 +5,0,1,1,1,1,3,8,31,496.87908935546875,649.35064697265625,9010,149.9311065673828,1,0,1.6094379425048828,0,6.208346843719482,3.4339871406555176,6.475972652435303,0,0,0,0,0,0,0,0,0,6.208346843719482 +5,0,1,1,1,1,3,8,31,496.87908935546875,636.3636474609375,9010,149.9311065673828,1,0,1.6094379425048828,0,6.208346843719482,3.4339871406555176,6.455770015716553,0,0,0,0,0,0,0,0,0,6.208346843719482 +2,0,1,1,1,1,3,8,39,495.6400146484375,2362.337646484375,9010,149.9311065673828,1,0,0.6931471824645996,0,6.205850124359131,3.6635615825653076,7.767406940460205,0,0,0,0,0,0,0,0,0,6.205850124359131 +3,0,1,1,1,0,3,8,53,495.6400146484375,385.71429443359375,9010,162.3220977783203,1,0,1.0986123085021973,0,6.205850124359131,3.97029185295105,5.95509672164917,0,0,0,0,0,0,0,0,0,6.205850124359131 +4,0,1,1,1,1,2,8,30,371.7300109863281,1255.8441162109375,9040,149.9311065673828,1,0,1.3862943649291992,0,5.918167591094971,3.4011974334716797,7.135563373565674,0,0,0,0,0,0,0,0,1,5.918167591094971 +4,0,1,1,1,0,3,8,29,421.29400634765625,433.7662353515625,9010,149.9311065673828,1,0,1.3862943649291992,0,6.043331146240234,3.367295742034912,6.072505950927734,0,0,0,0,0,0,0,0,0,6.043331146240234 +9,0,1,1,0,0,3,8,24,403.94659423828125,480.51947021484375,9010,162.3220977783203,1,0,2.1972246170043945,0,6.001282691955566,3.178053855895996,6.174867630004883,0,0,0,0,0,0,0,0,0,6.001282691955566 +14,0,1,1,1,0,3,8,45,607.15899658203125,2048.052001953125,9028,162.3220977783203,1,0,2.6390573978424072,0,6.408790588378906,3.8066625595092773,7.6246442794799805,0,0,0,0,0,0,0,0,0,6.408790588378906 +11,0,1,1,1,1,3,8,25,381.6427917480469,2857.142822265625,9052,162.3220977783203,1,0,2.397895336151123,0,5.944485187530518,3.2188758850097656,7.957577228546143,0,0,0,0,0,0,0,0,0,5.944485187530518 +4,0,1,1,0,1,3,8,21,413.8594055175781,2968.8310546875,9004,162.3220977783203,1,0,1.3862943649291992,0,6.025526523590088,3.044522523880005,7.9959235191345215,0,0,0,0,0,0,0,0,0,6.025526523590088 +0.25,0,1,1,1,0,1,8,46,391.55560302734375,372.7272644042969,9010,162.3220977783203,1,0,-1.3862943649291992,0,5.970127582550049,3.828641414642334,5.920846939086914,0,0,0,0,0,0,0,1,0,5.970127582550049 +2,0,1,1,1,0,3,7,39,503.0745849609375,53.24675369262695,8090,162.3220977783203,1,0,0.6931471824645996,0,6.220738410949707,3.6635615825653076,3.9749367237091064,0,0,0,0,0,0,1,0,0,6.220738410949707 +4,0,1,1,1,1,1,7,38,475.81439208984375,2609.0908203125,6100,162.3220977783203,1,0,1.3862943649291992,0,6.165027618408203,3.6375861167907715,7.866756916046143,0,0,0,0,0,0,1,1,0,6.165027618408203 +3,0,1,1,0,0,1,7,53,377.9255065917969,281.81817626953125,8031,149.9311065673828,1,0,1.0986123085021973,0,5.934697151184082,3.97029185295105,5.641262054443359,0,0,0,0,0,0,1,1,0,5.934697151184082 +3,0,1,0,1,0,1,7,56,426.2503967285156,107.79220581054688,8042,162.3220977783203,1,0,1.0986123085021973,0,6.055027008056641,4.025351524353027,4.680205345153809,0,0,0,0,0,0,1,1,0,6.055027008056641 +3,0,1,1,1,0,1,7,45,380.4036865234375,116.88311767578125,8042,162.3220977783203,1,0,1.0986123085021973,0,5.941233158111572,3.8066625595092773,4.76117467880249,0,0,0,0,0,0,1,1,0,5.941233158111572 +153,0,1,0,1,1,1,7,31,381.6427917480469,6493.50634765625,8033,162.3220977783203,1,0,5.03043794631958,0,5.944485187530518,3.4339871406555176,8.778557777404785,0,0,0,0,0,0,1,1,0,5.944485187530518 +3,0,1,1,1,1,1,7,54,1237.86083984375,1971.4285888671875,6900,162.3220977783203,1,0,1.0986123085021973,0,7.121140003204346,3.9889841079711914,7.586513519287109,0,0,0,0,0,0,1,1,0,7.121140003204346 +8,0,1,0,1,0,1,7,24,376.6864013671875,0,8034,251.53729248046875,1,0,2.079441547393799,0,5.931413173675537,3.178053855895996,0,0,0,0,0,0,0,1,1,0,5.931413173675537 +3,0,1,1,1,0,1,7,21,505.55279541015625,606.4935302734375,6100,162.3220977783203,1,0,1.0986123085021973,0,6.225652694702148,3.044522523880005,6.407693862915039,0,0,0,0,0,0,1,1,0,6.225652694702148 +0.25,0,1,1,1,1,2,7,52,449.7933044433594,1097.402587890625,6100,162.3220977783203,1,0,-1.3862943649291992,0,6.108788013458252,3.9512436389923096,7.000701427459717,0,0,0,0,0,0,1,0,1,6.108788013458252 +8,0,1,1,1,0,3,7,45,371.7300109863281,403.8961181640625,8090,162.3220977783203,1,0,2.079441547393799,0,5.918167591094971,3.8066625595092773,6.001157760620117,0,0,0,0,0,0,1,0,0,5.918167591094971 +4,0,1,1,1,0,3,7,54,400.22930908203125,6493.50634765625,8042,149.9311065673828,1,0,1.3862943649291992,0,5.992037773132324,3.9889841079711914,8.778557777404785,0,0,0,0,0,0,1,0,0,5.992037773132324 +0.25,0,0,1,0,1,3,1,24,241.62449645996094,650.64935302734375,1840,161.08299255371094,1,0,-1.3862943649291992,0,5.487384796142578,3.178053855895996,6.477971076965332,1,0,0,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,1,22,223.03799438476562,441.5584411621094,1804,148.69200134277344,1,0,1.3862943649291992,0,5.407341957092285,3.0910425186157227,6.090310573577881,1,0,0,0,0,0,0,0,0,0 +30,0,0,1,1,1,1,1,31,225.51620483398438,4002.597412109375,1825,149.9311065673828,1,0,3.4011974334716797,0,5.418392181396484,3.4339871406555176,8.294698715209961,1,0,0,0,0,0,0,1,0,0 +3,0,0,1,1,1,1,1,62,231.71170043945312,829.8701171875,1440,153.64840698242188,1,0,1.0986123085021973,0,5.445493698120117,4.127134323120117,6.721269130706787,1,0,0,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,1,20,168.51759338378906,149.35064697265625,1107,111.51899719238281,1,0,-1.3862943649291992,0,5.127040386199951,2.995732307434082,5.0062971115112305,1,0,0,0,0,0,0,1,0,0 +2,0,0,1,0,1,3,1,28,173.4739990234375,1066.2337646484375,1928,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,3.332204580307007,6.971888065338135,1,0,0,0,0,0,0,0,0,0 +3,0,0,0,1,0,1,1,24,154.8874969482422,105.19480895996094,1425,102.84529876708984,1,0,1.0986123085021973,0,5.042698860168457,3.178053855895996,4.655814170837402,1,0,0,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,1,30,173.4739990234375,168.83116149902344,1425,115.23629760742188,1,0,-1.3862943649291992,0,5.156027793884277,3.4011974334716797,5.128899097442627,1,0,0,0,0,0,0,1,0,0 +6,0,0,1,0,0,1,1,23,208.16879272460938,27.272727966308594,1436,138.77920532226562,1,0,1.7917594909667969,0,5.338349342346191,3.1354942321777344,3.305887222290039,1,0,0,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,1,48,203.21240234375,419.48052978515625,1810,135.06190490722656,1,0,1.0986123085021973,0,5.314251899719238,3.8712010383605957,6.039017200469971,1,0,0,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,1,47,210.64700317382812,138.96104431152344,1425,140.01829528808594,1,0,-1.3862943649291992,0,5.350183963775635,3.8501474857330322,4.9341936111450195,1,0,0,0,0,0,0,1,0,0 +4,0,0,1,0,1,1,1,22,225.51620483398438,1455.8441162109375,1440,149.9311065673828,1,0,1.3862943649291992,0,5.418392181396484,3.0910425186157227,7.283340930938721,1,0,0,0,0,0,0,1,0,0 +3,0,0,1,0,1,1,1,29,227.99440002441406,1831.1688232421875,1513,152.4093017578125,1,0,1.0986123085021973,0,5.4293212890625,3.367295742034912,7.512709617614746,1,0,0,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,2,1,19,198.25599670410156,103.89610290527344,1007,132.5836944580078,1,0,-1.3862943649291992,0,5.2895588874816895,2.944438934326172,4.6433916091918945,1,0,0,0,0,0,0,0,1,0 +9,0,0,1,1,1,3,1,35,223.03799438476562,1957.142822265625,1425,148.69200134277344,1,0,2.1972246170043945,0,5.407341957092285,3.5553481578826904,7.579240798950195,1,0,0,0,0,0,0,0,0,0 +0.25,0,0,0,0,0,1,1,21,168.51759338378906,54.54545593261719,1437,112.75810241699219,1,0,-1.3862943649291992,0,5.127040386199951,3.044522523880005,3.9990344047546387,1,0,0,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,1,22,153.64840698242188,145.4545440673828,1437,102.84529876708984,1,0,0,0,5.034667015075684,3.0910425186157227,4.97986364364624,1,0,0,0,0,0,0,1,0,0 +5,0,0,1,0,0,2,1,28,185.86500549316406,511.6883239746094,1404,123.91000366210938,1,0,1.6094379425048828,0,5.225020408630371,3.332204580307007,6.237715721130371,1,0,0,0,0,0,0,0,1,0 +1,0,0,1,1,1,2,1,28,198.25599670410156,1936.3636474609375,1840,132.5836944580078,1,0,0,0,5.2895588874816895,3.332204580307007,7.568567276000977,1,0,0,0,0,0,0,0,1,0 +1,0,0,0,1,1,2,1,24,198.25599670410156,519.48052978515625,1010,132.5836944580078,1,0,0,0,5.2895588874816895,3.178053855895996,6.252829551696777,1,0,0,0,0,0,0,0,1,0 +1,0,0,1,1,0,3,1,47,154.8874969482422,231.16883850097656,1010,102.84529876708984,1,0,0,0,5.042698860168457,3.8501474857330322,5.443148136138916,1,0,0,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,1,20,189.58230590820312,179.2207794189453,1007,126.38819885253906,1,0,0,0,5.244823455810547,2.995732307434082,5.1886186599731445,1,0,0,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,1,30,115.23629760742188,0,1110,76.82420349121094,1,0,1.3862943649291992,0,4.746984958648682,3.4011974334716797,0,1,0,0,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,1,36,213.1251983642578,181.81817626953125,1440,142.4965057373047,1,0,-1.3862943649291992,0,5.361879825592041,3.5835189819335938,5.203007221221924,1,0,0,0,0,0,0,0,0,0 +3,0,0,1,0,0,2,1,17,173.4739990234375,300,1740,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,2.8332133293151855,5.703782558441162,1,0,0,0,0,0,0,0,1,0 +1,0,0,0,1,0,3,1,58,133.8227996826172,58.441558837890625,1425,89.21520233154297,1,0,0,0,4.8965163230896,4.060442924499512,4.068027496337891,1,0,0,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,1,36,237.90719604492188,161.03895568847656,1110,149.9311065673828,1,0,0,0,5.4718804359436035,3.5835189819335938,5.08164644241333,1,0,0,0,0,0,0,0,0,0 +2,0,0,0,1,1,3,1,53,173.4739990234375,1967.532470703125,1528,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,3.97029185295105,7.584535598754883,1,0,0,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,1,23,158.60479736328125,168.83116149902344,1107,105.32350158691406,1,0,0.6931471824645996,0,5.066415786743164,3.1354942321777344,5.128899097442627,1,0,0,0,0,0,0,0,0,0 +2,0,0,1,0,1,3,1,21,192.0605010986328,2940.259765625,1110,127.6272964477539,1,0,0.6931471824645996,0,5.257810592651367,3.044522523880005,7.986253261566162,1,0,0,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,1,26,223.03799438476562,0,1425,132.5836944580078,1,0,0,0,5.407341957092285,3.25809645652771,0,1,0,0,0,0,0,0,0,0,0 +0.25,0,0,1,1,1,3,1,21,192.0605010986328,529.8701171875,1804,127.6272964477539,1,0,-1.3862943649291992,0,5.257810592651367,3.044522523880005,6.272632122039795,1,0,0,0,0,0,0,0,0,0 +3,0,0,1,0,1,3,1,29,198.25599670410156,897.402587890625,1843,132.5836944580078,1,0,1.0986123085021973,0,5.2895588874816895,3.367295742034912,6.79950475692749,1,0,0,0,0,0,0,0,0,0 +6,0,0,1,0,1,3,1,24,173.4739990234375,2520.779296875,1440,115.23629760742188,1,0,1.7917594909667969,0,5.156027793884277,3.178053855895996,7.8323235511779785,1,0,0,0,0,0,0,0,0,0 +4,0,0,1,1,1,3,1,38,185.86500549316406,2701.298583984375,1804,127.6272964477539,1,0,1.3862943649291992,0,5.225020408630371,3.6375861167907715,7.901487827301025,1,0,0,0,0,0,0,0,0,0 +3,0,0,0,0,1,3,1,18,178.43040466308594,1324.67529296875,1528,118.95359802246094,1,0,1.0986123085021973,0,5.18419885635376,2.890371799468994,7.188922882080078,1,0,0,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,1,40,178.43040466308594,111.68830871582031,1425,118.95359802246094,1,0,-1.3862943649291992,0,5.18419885635376,3.6888794898986816,4.715712070465088,1,0,0,0,0,0,0,0,0,0 +1,0,0,1,0,1,3,1,18,198.25599670410156,2368.8310546875,1528,132.5836944580078,1,0,0,0,5.2895588874816895,2.890371799468994,7.7701520919799805,1,0,0,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,1,24,153.64840698242188,493.5065002441406,1140,102.84529876708984,1,0,-1.3862943649291992,0,5.034667015075684,3.178053855895996,6.201536178588867,1,0,0,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,1,22,154.8874969482422,1128.5714111328125,1543,102.84529876708984,1,0,0.6931471824645996,0,5.042698860168457,3.0910425186157227,7.028707981109619,1,0,0,0,0,0,0,0,0,0 +4,0,0,1,0,1,3,1,24,206.92970275878906,1918.1817626953125,1007,120.19270324707031,1,0,1.3862943649291992,0,5.332379341125488,3.178053855895996,7.559133052825928,1,0,0,0,0,0,0,0,0,0 +0.25,0,0,1,1,1,3,1,39,183.3867950439453,93.5064926147461,1740,121.43180084228516,1,0,-1.3862943649291992,0,5.211597442626953,3.6635615825653076,4.538031101226807,1,0,0,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,1,22,198.25599670410156,1289.6103515625,1928,131.3446044921875,1,0,-1.3862943649291992,0,5.2895588874816895,3.0910425186157227,7.162095546722412,1,0,0,0,0,0,0,0,0,0 +8,0,0,1,1,0,3,1,21,223.03799438476562,1136.3636474609375,1904,148.69200134277344,1,0,2.079441547393799,0,5.407341957092285,3.044522523880005,7.03558874130249,1,0,0,0,0,0,0,0,0,0 +3,0,0,0,0,1,3,1,22,92.93250274658203,4020.779296875,1528,61.95500183105469,1,0,1.0986123085021973,0,4.5318732261657715,3.0910425186157227,8.299230575561523,1,0,0,0,0,0,0,0,0,0 +3,0,0,0,0,1,3,1,57,172.23489379882812,5140.259765625,1013,120.19270324707031,1,0,1.0986123085021973,0,5.148859024047852,4.043051242828369,8.544858932495117,1,0,0,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,1,20,173.4739990234375,292.2077941894531,1425,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,2.995732307434082,5.677464962005615,1,0,0,0,0,0,0,0,0,0 +4,0,0,0,0,1,3,1,66,120.19270324707031,755.84417724609375,1528,71.8677978515625,1,0,1.3862943649291992,0,4.789096355438232,4.18965482711792,6.627835273742676,1,0,0,0,0,0,0,0,0,0 +6,0,0,0,0,1,3,1,44,158.60479736328125,3648.052001953125,1010,105.32350158691406,1,0,1.7917594909667969,0,5.066415786743164,3.7841897010803223,8.201948165893555,1,0,0,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,1,18,149.9311065673828,0,1804,90.45429992675781,1,0,0,0,5.010175704956055,2.890371799468994,0,1,0,0,0,0,0,0,0,0,0 +4,0,0,0,1,1,3,1,49,163.5612030029297,1267.532470703125,1110,109.04080200195312,1,0,1.3862943649291992,0,5.097187042236328,3.891820192337036,7.144827365875244,1,0,0,0,0,0,0,0,0,0 +6,0,0,0,0,1,3,1,47,236.66810607910156,1402.597412109375,1904,149.9311065673828,1,0,1.7917594909667969,0,5.466658592224121,3.8501474857330322,7.2460808753967285,1,0,0,0,0,0,0,0,0,0 +5,0,0,1,1,1,3,1,18,153.64840698242188,1176.6234130859375,1110,102.84529876708984,1,0,1.6094379425048828,0,5.034667015075684,2.890371799468994,7.070404052734375,1,0,0,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,1,34,153.64840698242188,171.42857360839844,1110,102.84529876708984,1,0,0,0,5.034667015075684,3.526360511779785,5.144166469573975,1,0,0,0,0,0,0,0,0,0 +0.25,0,0,0,1,0,3,1,24,115.23629760742188,77.92208099365234,1528,92.93250274658203,1,0,-1.3862943649291992,0,4.746984958648682,3.178053855895996,4.355709552764893,1,0,0,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,1,29,153.64840698242188,2077.922119140625,1107,73.106903076171875,1,0,0,0,5.034667015075684,3.367295742034912,7.639123916625977,1,0,0,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,1,25,227.99440002441406,0,1440,149.9311065673828,1,0,0.6931471824645996,0,5.4293212890625,3.2188758850097656,0,1,0,0,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,1,22,180.90859985351562,50.649349212646484,1010,120.19270324707031,1,0,0,0,5.197991847991943,3.0910425186157227,3.924926280975342,1,0,0,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,2,22,185.86500549316406,179.2207794189453,2552,86.73699951171875,1,0,0.6931471824645996,0,5.225020408630371,3.0910425186157227,5.1886186599731445,0,1,0,0,0,0,0,0,0,0 +44,0,0,1,0,0,1,2,20,187.10409545898438,2551.947998046875,2040,89.21520233154297,1,0,3.7841897010803223,0,5.231665134429932,2.995732307434082,7.844612121582031,0,1,0,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,2,31,219.32069396972656,170.12986755371094,2552,149.9311065673828,1,0,-1.3862943649291992,0,5.3905348777771,3.4339871406555176,5.136561870574951,0,1,0,0,0,0,0,1,0,0 +5,0,0,0,1,0,1,2,26,221.7989044189453,477.9220886230469,2552,147.45289611816406,1,0,1.6094379425048828,0,5.401771068572998,3.25809645652771,6.169447898864746,0,1,0,0,0,0,0,1,0,0 +1,0,0,1,1,0,2,2,57,198.25599670410156,238.96104431152344,2537,132.5836944580078,1,0,0,0,5.2895588874816895,4.043051242828369,5.4763007164001465,0,1,0,0,0,0,0,0,1,0 +3,0,0,1,1,0,3,2,24,223.03799438476562,136.36363220214844,2052,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,3.178053855895996,4.915325164794922,0,1,0,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,2,21,161.08299255371094,198.7012939453125,2552,107.80169677734375,1,0,1.3862943649291992,0,5.0819196701049805,3.044522523880005,5.291802883148193,0,1,0,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,2,56,198.25599670410156,380.51947021484375,2128,131.3446044921875,1,0,1.0986123085021973,0,5.2895588874816895,4.025351524353027,5.941537380218506,0,1,0,0,0,0,0,0,0,0 +16,0,0,1,1,1,3,2,35,237.90719604492188,1553.2467041015625,2052,149.9311065673828,1,0,2.7725887298583984,0,5.4718804359436035,3.5553481578826904,7.348102569580078,0,1,0,0,0,0,0,0,0,0 +5,0,0,1,0,0,3,2,24,173.4739990234375,192.20779418945312,2052,115.23629760742188,1,0,1.6094379425048828,0,5.156027793884277,3.178053855895996,5.2585768699646,0,1,0,0,0,0,0,0,0,0 +6,0,0,1,0,1,3,2,20,184.6259002685547,1119.48046875,2152,122.6708984375,1,0,1.7917594909667969,0,5.218331813812256,2.995732307434082,7.020619869232178,0,1,0,0,0,0,0,0,0,0 +1,0,0,0,0,0,3,2,24,146.21380615234375,189.61038208007812,2552,97.88890075683594,1,0,0,0,4.985069751739502,3.178053855895996,5.24497127532959,0,1,0,0,0,0,0,0,0,0 +7,0,0,1,1,1,3,2,59,166.03939819335938,2638.9609375,2534,110.27989959716797,1,0,1.945910096168518,0,5.11222505569458,4.077537536621094,7.878140449523926,0,1,0,0,0,0,0,0,0,0 +5,0,0,0,NA,0,3,2,45,168.51759338378906,248.05194091796875,2052,111.51899719238281,1,0,1.6094379425048828,0,5.127040386199951,3.8066625595092773,5.513638019561768,0,1,0,0,0,0,0,0,0,0 +112,0,0,0,1,0,3,2,47,137.54010009765625,9644.15625,2552,83.01969909667969,1,0,4.718498706817627,0,4.923915386199951,3.8501474857330322,9.174107551574707,0,1,0,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,29,163.5612030029297,1254.54541015625,3340,109.04080200195312,1,0,0,0,5.097187042236328,3.367295742034912,7.134528636932373,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,3,46,213.1251983642578,79.22077941894531,3152,142.4965057373047,1,0,1.3862943649291992,0,5.361879825592041,3.828641414642334,4.372238636016846,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,25,214.3643035888672,84.41558074951172,3152,142.4965057373047,1,0,0,0,5.367676734924316,3.2188758850097656,4.435751914978027,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,60,136.30099487304688,77.92208099365234,3740,91.69339752197266,1,0,0,0,4.914865493774414,4.094344615936279,4.355709552764893,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,1,3,3,25,185.86500549316406,1775.32470703125,3340,123.91000366210938,1,0,1.945910096168518,0,5.225020408630371,3.2188758850097656,7.481738567352295,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,0,0,3,3,65,138.77920532226562,416.88311767578125,3628,94.171600341796875,1,0,2.1972246170043945,0,4.932884216308594,4.174387454986572,6.032805919647217,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,NA,0,3,3,40,210.64700317382812,789.61041259765625,3540,140.01829528808594,1,0,1.7917594909667969,0,5.350183963775635,3.6888794898986816,6.671539783477783,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,1,0,3,3,60,210.64700317382812,487.01300048828125,3510,140.01829528808594,1,0,1.7917594909667969,0,5.350183963775635,4.094344615936279,6.188290596008301,0,0,1,0,0,0,0,0,0,0 +19,0,0,1,0,0,3,3,22,184.6259002685547,187.0129852294922,3128,122.6708984375,1,0,2.944438934326172,0,5.218331813812256,3.0910425186157227,5.231178283691406,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,17,115.23629760742188,224.67532348632812,3504,47.08580017089844,1,0,0,0,4.746984958648682,2.8332133293151855,5.414656162261963,0,0,1,0,0,0,0,0,0,0 +32,0,0,1,1,1,3,3,51,143.735595703125,1851.947998046875,3328,49.56399917602539,1,0,3.465735912322998,0,4.967975616455078,3.931825637817383,7.523993492126465,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,1,0,1,3,24,198.25599670410156,159.74026489257812,3640,132.5836944580078,1,0,1.0986123085021973,0,5.2895588874816895,3.178053855895996,5.073549270629883,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,1,0,1,3,51,180.90859985351562,90.909088134765625,3640,109.04080200195312,1,0,0.6931471824645996,0,5.197991847991943,3.931825637817383,4.509860038757324,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,0,0,1,3,18,116.47540283203125,1010.3895874023438,3640,76.82420349121094,1,0,2.079441547393799,0,4.7576799392700195,2.890371799468994,6.918091297149658,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,22,151.17019653320312,115.58441925048828,3610,101.606201171875,1,0,0.6931471824645996,0,5.018406391143799,3.0910425186157227,4.750000953674316,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,29,185.86500549316406,348.05194091796875,3640,123.91000366210938,1,0,1.0986123085021973,0,5.225020408630371,3.367295742034912,5.852351665496826,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,0,1,3,42,223.03799438476562,1037.662353515625,3510,148.69200134277344,1,0,1.7917594909667969,0,5.407341957092285,3.7376697063446045,6.944725513458252,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,22,227.99440002441406,241.55844116210938,3628,149.9311065673828,1,0,1.0986123085021973,0,5.4293212890625,3.0910425186157227,5.487111568450928,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,32,218.08160400390625,90.909088134765625,3740,144.97470092773438,1,0,1.0986123085021973,0,5.38486909866333,3.465735912322998,4.509860038757324,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,1,1,3,26,185.86500549316406,1722.077880859375,3210,149.9311065673828,1,0,1.0986123085021973,0,5.225020408630371,3.25809645652771,7.451286792755127,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,1,0,1,3,25,143.735595703125,414.28570556640625,3310,95.41069793701172,1,0,2.079441547393799,0,4.967975616455078,3.2188758850097656,6.026556015014648,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,1,1,1,3,24,205.6905975341797,118.18181610107422,3640,137.54010009765625,1,0,1.3862943649291992,0,5.326373100280762,3.178053855895996,4.772224426269531,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,24,159.84390258789062,88.31169128417969,3640,106.5625991821289,1,0,-1.3862943649291992,0,5.074197769165039,3.178053855895996,4.480872631072998,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,27,231.71170043945312,153.2467498779297,3152,149.9311065673828,1,0,0.6931471824645996,0,5.445493698120117,3.295836925506592,5.032049179077148,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,1,1,3,26,231.71170043945312,750.64935302734375,3628,149.9311065673828,1,0,1.7917594909667969,0,5.445493698120117,3.25809645652771,6.620938777923584,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,58,201.97329711914062,184.41558837890625,3640,133.8227996826172,1,0,-1.3862943649291992,0,5.308135509490967,4.060442924499512,5.217191696166992,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,1,0,1,3,26,132.5836944580078,118.18181610107422,3628,87.9760971069336,1,0,1.3862943649291992,0,4.887214183807373,3.25809645652771,4.772224426269531,0,0,1,0,0,0,0,1,0,0 +17,0,0,1,1,1,1,3,37,215.6033935546875,3428.571533203125,3052,143.735595703125,1,0,2.8332133293151855,0,5.373440742492676,3.610917806625366,8.139899253845215,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,0,0,1,3,19,242.8636016845703,1922.077880859375,3340,149.9311065673828,1,0,1.945910096168518,0,5.492499828338623,2.944438934326172,7.561161994934082,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,3,23,174.71310424804688,87.01298522949219,3152,116.47540283203125,1,0,-1.3862943649291992,0,5.163145065307617,3.1354942321777344,4.466057300567627,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,33,241.62449645996094,114.28571319580078,3452,149.9311065673828,1,0,0,0,5.487384796142578,3.4965076446533203,4.738701343536377,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,23,234.1898956298828,87.01298522949219,3640,149.9311065673828,1,0,1.0986123085021973,0,5.456132411956787,3.1354942321777344,4.466057300567627,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,0,1,1,3,40,223.03799438476562,1496.1038818359375,3540,149.9311065673828,1,0,1.945910096168518,0,5.407341957092285,3.6888794898986816,7.310619831085205,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,26,201.97329711914062,98.70130157470703,3549,133.8227996826172,1,0,-1.3862943649291992,0,5.308135509490967,3.25809645652771,4.592098236083984,0,0,1,0,0,0,0,1,0,0 +9,0,0,1,NA,0,1,3,25,136.30099487304688,232.467529296875,3310,90.45429992675781,1,0,2.1972246170043945,0,4.914865493774414,3.2188758850097656,5.4487504959106445,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,1,1,1,3,45,163.5612030029297,1638.9610595703125,3410,109.04080200195312,1,0,2.079441547393799,0,5.097187042236328,3.8066625595092773,7.401817798614502,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,1,0,1,3,53,167.27850341796875,307.7922058105469,3528,111.51899719238281,1,0,2.079441547393799,0,5.119659900665283,3.97029185295105,5.729424953460693,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,0,1,3,20,162.3220977783203,588.31170654296875,3740,109.04080200195312,1,0,1.6094379425048828,0,5.089582443237305,2.995732307434082,6.377256870269775,0,0,1,0,0,0,0,1,0,0 +10,0,0,1,1,0,1,3,22,183.3867950439453,584.41558837890625,3452,122.6708984375,1,0,2.3025851249694824,0,5.211597442626953,3.0910425186157227,6.370612144470215,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,36,225.51620483398438,116.88311767578125,3146,149.9311065673828,1,0,1.0986123085021973,0,5.418392181396484,3.5835189819335938,4.76117467880249,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,1,1,3,25,237.90719604492188,481.81817626953125,3110,149.9311065673828,1,0,0,0,5.4718804359436035,3.2188758850097656,6.177567005157471,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,40,235.4290008544922,279.22076416015625,3052,156.12660217285156,1,0,1.0986123085021973,0,5.461409568786621,3.6888794898986816,5.632002830505371,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,1,1,3,31,241.62449645996094,1022.0779418945312,3446,161.08299255371094,1,0,1.0986123085021973,0,5.487384796142578,3.4339871406555176,6.929593086242676,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,0,0,1,3,20,211.88609313964844,177.9220733642578,3743,141.2574005126953,1,0,0,0,5.356049060821533,2.995732307434082,5.181345462799072,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,0,0,1,3,55,216.84249877929688,76.62337493896484,3337,144.97470092773438,1,0,0,0,5.379171371459961,4.007333278656006,4.338901996612549,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,0,0,1,3,23,143.735595703125,105.19480895996094,3710,95.41069793701172,1,0,0.6931471824645996,0,4.967975616455078,3.1354942321777344,4.655814170837402,0,0,1,0,0,0,0,1,0,0 +34,0,0,0,1,1,1,3,48,143.735595703125,3002.597412109375,3510,95.41069793701172,1,0,3.526360511779785,0,4.967975616455078,3.8712010383605957,8.007232666015625,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,1,0,1,3,45,178.43040466308594,45.45454406738281,3504,118.95359802246094,1,0,0,0,5.18419885635376,3.8066625595092773,3.8167128562927246,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,1,1,1,3,22,163.5612030029297,1579.2208251953125,3452,109.04080200195312,1,0,1.3862943649291992,0,5.097187042236328,3.0910425186157227,7.364686965942383,0,0,1,0,0,0,0,1,0,0 +7,0,0,0,1,1,1,3,40,99.12799835205078,1794.80517578125,3510,99.12799835205078,1,0,1.945910096168518,0,4.59641170501709,3.6888794898986816,7.49265193939209,0,0,1,0,0,0,0,1,0,0 +13,0,0,0,1,1,1,3,40,148.69200134277344,2444.15576171875,3410,99.12799835205078,1,0,2.5649492740631104,0,5.0018768310546875,3.6888794898986816,7.801455020904541,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,1,0,1,3,20,143.735595703125,136.36363220214844,3452,95.41069793701172,1,0,0,0,4.967975616455078,2.995732307434082,4.915325164794922,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,32,143.735595703125,85.71428680419922,3728,95.41069793701172,1,0,-1.3862943649291992,0,4.967975616455078,3.465735912322998,4.451019287109375,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,52,153.64840698242188,141.55844116210938,3304,102.84529876708984,1,0,-1.3862943649291992,0,5.034667015075684,3.9512436389923096,4.952712535858154,0,0,1,0,0,0,0,1,0,0 +11,0,0,0,0,0,1,3,61,241.62449645996094,412.98699951171875,3504,161.08299255371094,1,0,2.397895336151123,0,5.487384796142578,4.110873699188232,6.023416042327881,0,0,1,0,0,0,0,1,0,0 +13,0,0,0,1,0,1,3,29,148.69200134277344,597.402587890625,3428,83.01969909667969,1,0,2.5649492740631104,0,5.0018768310546875,3.367295742034912,6.3925909996032715,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,0,1,1,3,21,166.03939819335938,733.7662353515625,3422,110.27989959716797,1,0,1.7917594909667969,0,5.11222505569458,3.044522523880005,6.5981903076171875,0,0,1,0,0,0,0,1,0,0 +9,0,0,0,1,0,1,3,38,142.4965057373047,233.7662353515625,3428,95.41069793701172,1,0,2.1972246170043945,0,4.959317684173584,3.6375861167907715,5.454321384429932,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,0,0,1,3,20,153.64840698242188,88.31169128417969,3640,102.84529876708984,1,0,0,0,5.034667015075684,2.995732307434082,4.480872631072998,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,3,25,153.64840698242188,38.96104049682617,3640,102.84529876708984,1,0,1.0986123085021973,0,5.034667015075684,3.2188758850097656,3.662562131881714,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,0,0,1,3,49,187.10409545898438,66.2337646484375,3643,125.14910125732422,1,0,1.3862943649291992,0,5.231665134429932,3.891820192337036,4.193190574645996,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,0,0,1,3,18,172.23489379882812,0,3437,113.99720001220703,1,0,-1.3862943649291992,0,5.148859024047852,2.890371799468994,0,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,39,178.43040466308594,80.51947784423828,3152,118.95359802246094,1,0,1.0986123085021973,0,5.18419885635376,3.6635615825653076,4.3884992599487305,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,0,0,1,3,20,153.64840698242188,74.025970458984375,3640,102.84529876708984,1,0,0,0,5.034667015075684,2.995732307434082,4.304416179656982,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,1,0,1,3,41,221.7989044189453,1129.8701171875,3749,147.45289611816406,1,0,1.7917594909667969,0,5.401771068572998,3.7135720252990723,7.029858112335205,0,0,1,0,0,0,0,1,0,0 +7,0,0,0,1,0,1,3,31,153.64840698242188,2571.428466796875,3452,102.84529876708984,1,0,1.945910096168518,0,5.034667015075684,3.4339871406555176,7.852216720581055,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,1,1,1,3,47,230.47259521484375,1432.467529296875,3610,153.64840698242188,1,0,1.7917594909667969,0,5.440132141113281,3.8501474857330322,7.267153739929199,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,1,0,1,3,33,185.86500549316406,1841.5584716796875,3540,123.91000366210938,1,0,1.3862943649291992,0,5.225020408630371,3.4965076446533203,7.518367290496826,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,20,223.03799438476562,142.85714721679688,3540,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,2.995732307434082,4.961845397949219,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,0,1,1,3,23,143.735595703125,1419.48046875,3504,95.41069793701172,1,0,2.079441547393799,0,4.967975616455078,3.1354942321777344,7.2580461502075195,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,1,0,1,3,19,153.64840698242188,150.64935302734375,3640,102.84529876708984,1,0,0,0,5.034667015075684,2.944438934326172,5.014955043792725,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,0,0,1,3,21,198.25599670410156,94.80519104003906,3640,132.5836944580078,1,0,-1.3862943649291992,0,5.2895588874816895,3.044522523880005,4.55182409286499,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,0,0,1,3,29,156.12660217285156,297.402587890625,3152,104.08439636230469,1,0,0.6931471824645996,0,5.0506672859191895,3.367295742034912,5.69508695602417,0,0,1,0,0,0,0,1,0,0 +37,0,0,0,1,1,1,3,53,161.08299255371094,9402.59765625,3504,107.80169677734375,1,0,3.610917806625366,0,5.0819196701049805,3.97029185295105,9.148741722106934,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,3,52,173.4739990234375,58.441558837890625,3628,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,3.9512436389923096,4.068027496337891,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,23,151.17019653320312,103.89610290527344,3740,100.36710357666016,1,0,1.0986123085021973,0,5.018406391143799,3.1354942321777344,4.6433916091918945,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,1,0,1,3,35,218.08160400390625,83.11688232421875,3352,146.21380615234375,1,0,0,0,5.38486909866333,3.5553481578826904,4.420248031616211,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,31,218.08160400390625,284.41558837890625,3628,144.97470092773438,1,0,1.0986123085021973,0,5.38486909866333,3.4339871406555176,5.6504364013671875,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,26,183.3867950439453,194.80519104003906,3513,122.6708984375,1,0,-1.3862943649291992,0,5.211597442626953,3.25809645652771,5.271999835968018,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,22,143.735595703125,142.85714721679688,3510,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,3.0910425186157227,4.961845397949219,0,0,1,0,0,0,0,1,0,0 +9,0,0,1,0,0,1,3,39,178.43040466308594,264.93505859375,3513,118.95359802246094,1,0,2.1972246170043945,0,5.18419885635376,3.6635615825653076,5.579484939575195,0,0,1,0,0,0,0,1,0,0 +12,0,0,1,1,0,3,3,50,210.64700317382812,716.88311767578125,3428,140.01829528808594,1,0,2.4849066734313965,0,5.350183963775635,3.9120230674743652,6.574913024902344,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,NA,0,1,3,23,148.69200134277344,263.6363525390625,3340,99.12799835205078,1,0,1.3862943649291992,0,5.0018768310546875,3.1354942321777344,5.574570655822754,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,33,193.2996063232422,157.14285278320312,3710,128.86639404296875,1,0,0,0,5.2642412185668945,3.4965076446533203,5.057155132293701,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,1,0,1,3,19,173.4739990234375,167.532470703125,3510,115.23629760742188,1,0,1.3862943649291992,0,5.156027793884277,2.944438934326172,5.1211771965026855,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,25,198.25599670410156,376.6233825683594,3340,131.3446044921875,1,0,1.0986123085021973,0,5.2895588874816895,3.2188758850097656,5.931245803833008,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,0,1,3,19,113.99720001220703,97.40259552001953,3610,75.58509826660156,1,0,1.7917594909667969,0,4.7361741065979,2.944438934326172,4.578852653503418,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,1,0,1,3,32,143.735595703125,115.58441925048828,3510,95.41069793701172,1,0,1.3862943649291992,0,4.967975616455078,3.465735912322998,4.750000953674316,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,0,1,1,3,19,156.12660217285156,4005.19482421875,3640,104.08439636230469,1,0,1.945910096168518,0,5.0506672859191895,2.944438934326172,8.295347213745117,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,0,1,3,20,161.08299255371094,232.467529296875,3640,107.80169677734375,1,0,1.6094379425048828,0,5.0819196701049805,2.995732307434082,5.4487504959106445,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,0,1,3,19,226.7552947998047,562.337646484375,3328,151.17019653320312,1,0,1.7917594909667969,0,5.4238715171813965,2.944438934326172,6.332102298736572,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,1,1,3,41,173.4739990234375,1419.48046875,3740,115.23629760742188,1,0,1.6094379425048828,0,5.156027793884277,3.7135720252990723,7.2580461502075195,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,1,1,3,41,173.4739990234375,2936.363525390625,3740,115.23629760742188,1,0,1.6094379425048828,0,5.156027793884277,3.7135720252990723,7.984927177429199,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,1,0,1,3,17,153.64840698242188,141.55844116210938,3628,102.84529876708984,1,0,1.945910096168518,0,5.034667015075684,2.8332133293151855,4.952712535858154,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,33,221.7989044189453,244.1558380126953,3613,147.45289611816406,1,0,0,0,5.401771068572998,3.4965076446533203,5.497806549072266,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,38,210.64700317382812,296.1038818359375,3236,140.01829528808594,1,0,1.0986123085021973,0,5.350183963775635,3.6375861167907715,5.690710544586182,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,0,0,1,3,20,95.41069793701172,300,3328,95.41069793701172,1,0,2.079441547393799,0,4.558190822601318,2.995732307434082,5.703782558441162,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,0,0,1,3,21,95.41069793701172,300,3328,95.41069793701172,1,0,2.079441547393799,0,4.558190822601318,3.044522523880005,5.703782558441162,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,23,153.64840698242188,225.97402954101562,3640,102.84529876708984,1,0,0,0,5.034667015075684,3.1354942321777344,5.420420169830322,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,3,20,173.4739990234375,154.5454559326172,3510,115.23629760742188,1,0,-1.3862943649291992,0,5.156027793884277,2.995732307434082,5.040488243103027,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,18,198.25599670410156,161.03895568847656,3540,131.3446044921875,1,0,0,0,5.2895588874816895,2.890371799468994,5.08164644241333,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,0,1,3,21,143.735595703125,863.6363525390625,3640,95.41069793701172,1,0,1.7917594909667969,0,4.967975616455078,3.044522523880005,6.7611517906188965,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,0,1,1,3,55,240.38540649414062,74.025970458984375,3728,149.9311065673828,1,0,0.6931471824645996,0,5.482243537902832,4.007333278656006,4.304416179656982,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,3,18,143.735595703125,96.10389709472656,3640,27.26020050048828,1,0,-1.3862943649291992,0,4.967975616455078,2.890371799468994,4.5654296875,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,32,163.5612030029297,66.2337646484375,3252,109.04080200195312,1,0,0,0,5.097187042236328,3.465735912322998,4.193190574645996,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,18,161.08299255371094,123.37662506103516,3540,107.80169677734375,1,0,0.6931471824645996,0,5.0819196701049805,2.890371799468994,4.815241813659668,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,NA,0,1,3,65,161.08299255371094,250.64935302734375,3340,91.69339752197266,1,0,0,0,5.0819196701049805,4.174387454986572,5.524055004119873,0,0,1,0,0,0,0,1,0,0 +9,0,0,1,0,0,1,3,25,200.7342071533203,161.03895568847656,3628,133.8227996826172,1,0,2.1972246170043945,0,5.301981449127197,3.2188758850097656,5.08164644241333,0,0,1,0,0,0,0,1,0,0 +21,0,0,0,1,1,1,3,22,223.03799438476562,3972.727294921875,3640,148.69200134277344,1,0,3.044522523880005,0,5.407341957092285,3.0910425186157227,8.287208557128906,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,19,210.64700317382812,222.0779266357422,3602,140.01829528808594,1,0,1.0986123085021973,0,5.350183963775635,2.944438934326172,5.40302848815918,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,31,148.69200134277344,188.3116912841797,3640,99.12799835205078,1,0,0.6931471824645996,0,5.0018768310546875,3.4339871406555176,5.238098621368408,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,0,0,1,3,21,195.77780151367188,222.0779266357422,3728,130.10549926757812,1,0,1.3862943649291992,0,5.276980400085449,3.044522523880005,5.40302848815918,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,1,1,3,51,223.03799438476562,1472.727294921875,3210,148.69200134277344,1,0,1.6094379425048828,0,5.407341957092285,3.931825637817383,7.2948713302612305,0,0,1,0,0,0,0,1,0,0 +13,0,0,0,1,0,1,3,42,227.99440002441406,458.4415588378906,3452,152.4093017578125,1,0,2.5649492740631104,0,5.4293212890625,3.7376697063446045,6.127832889556885,0,0,1,0,0,0,0,1,0,0 +13,0,0,0,1,0,1,3,42,227.99440002441406,458.4415588378906,3452,152.4093017578125,1,0,2.5649492740631104,0,5.4293212890625,3.7376697063446045,6.127832889556885,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,1,0,1,3,28,161.08299255371094,55.844154357910156,3152,107.80169677734375,1,0,0.6931471824645996,0,5.0819196701049805,3.332204580307007,4.022564888000488,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,NA,0,1,3,29,153.64840698242188,262.3376770019531,3640,102.84529876708984,1,0,2.079441547393799,0,5.034667015075684,3.367295742034912,5.569632530212402,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,33,185.86500549316406,81.81818389892578,3740,123.91000366210938,1,0,0,0,5.225020408630371,3.4965076446533203,4.404499530792236,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,1,1,3,18,215.6033935546875,2210.3896484375,3340,143.735595703125,1,0,1.6094379425048828,0,5.373440742492676,2.890371799468994,7.700923919677734,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,20,203.21240234375,150.64935302734375,3640,136.30099487304688,1,0,0,0,5.314251899719238,2.995732307434082,5.014955043792725,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,30,210.64700317382812,133.7662353515625,3549,140.01829528808594,1,0,-1.3862943649291992,0,5.350183963775635,3.4011974334716797,4.896093845367432,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,0,1,3,42,227.99440002441406,290.9090881347656,3640,149.9311065673828,1,0,1.7917594909667969,0,5.4293212890625,3.7376697063446045,5.67301082611084,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,22,198.25599670410156,432.467529296875,3528,132.5836944580078,1,0,0.6931471824645996,0,5.2895588874816895,3.0910425186157227,6.069507122039795,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,44,173.4739990234375,71.42857360839844,3640,115.23629760742188,1,0,-1.3862943649291992,0,5.156027793884277,3.7841897010803223,4.268698215484619,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,21,188.34320068359375,272.7272644042969,3152,125.14910125732422,1,0,1.0986123085021973,0,5.2382659912109375,3.044522523880005,5.6084723472595215,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,1,0,1,3,22,218.08160400390625,281.81817626953125,3740,144.97470092773438,1,0,0.6931471824645996,0,5.38486909866333,3.0910425186157227,5.641262054443359,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,0,1,3,22,210.64700317382812,223.37661743164062,3647,140.01829528808594,1,0,1.6094379425048828,0,5.350183963775635,3.0910425186157227,5.4088592529296875,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,1,1,3,23,173.4739990234375,792.207763671875,3443,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,3.1354942321777344,6.674823760986328,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,29,173.4739990234375,89.61038970947266,3340,115.23629760742188,1,0,0,0,5.156027793884277,3.367295742034912,4.495471477508545,0,0,1,0,0,0,0,1,0,0 +11,0,0,1,NA,0,1,3,38,242.8636016845703,393.5065002441406,3728,162.3220977783203,1,0,2.397895336151123,0,5.492499828338623,3.6375861167907715,5.97509765625,0,0,1,0,0,0,0,1,0,0 +27,0,0,0,1,0,1,3,51,242.8636016845703,1631.1688232421875,3613,162.3220977783203,1,0,3.295836925506592,0,5.492499828338623,3.931825637817383,7.39705228805542,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,17,156.12660217285156,525.9739990234375,3613,102.84529876708984,1,0,0.6931471824645996,0,5.0506672859191895,2.8332133293151855,6.265251636505127,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,0,1,1,3,54,210.64700317382812,1310.3896484375,3740,140.01829528808594,1,0,2.079441547393799,0,5.350183963775635,3.9889841079711914,7.178079605102539,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,0,0,1,3,55,198.25599670410156,162.33766174316406,3728,131.3446044921875,1,0,1.7917594909667969,0,5.2895588874816895,4.007333278656006,5.0896782875061035,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,19,143.735595703125,115.58441925048828,3449,95.41069793701172,1,0,0,0,4.967975616455078,2.944438934326172,4.750000953674316,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,0,1,3,22,173.4739990234375,807.792236328125,3743,115.23629760742188,1,0,1.6094379425048828,0,5.156027793884277,3.0910425186157227,6.694304943084717,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,25,208.16879272460938,124.67532348632812,3640,138.77920532226562,1,0,0,0,5.338349342346191,3.2188758850097656,4.825713157653809,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,0,1,3,25,204.45150756835938,516.88311767578125,3652,136.30099487304688,1,0,1.6094379425048828,0,5.320330619812012,3.2188758850097656,6.247816562652588,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,26,242.8636016845703,53.24675369262695,3610,161.08299255371094,1,0,-1.3862943649291992,0,5.492499828338623,3.25809645652771,3.9749367237091064,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,26,223.03799438476562,123.37662506103516,3504,148.69200134277344,1,0,0,0,5.407341957092285,3.25809645652771,4.815241813659668,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,33,237.90719604492188,124.67532348632812,3628,149.9311065673828,1,0,0,0,5.4718804359436035,3.4965076446533203,4.825713157653809,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,20,173.4739990234375,107.79220581054688,3510,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,2.995732307434082,4.680205345153809,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,20,210.64700317382812,723.37664794921875,3340,140.01829528808594,1,0,1.0986123085021973,0,5.350183963775635,2.995732307434082,6.583930015563965,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,0,1,1,3,25,148.69200134277344,2577.922119140625,3155,99.12799835205078,1,0,1.7917594909667969,0,5.0018768310546875,3.2188758850097656,7.854739189147949,0,0,1,0,0,0,0,1,0,0 +9,0,0,0,0,0,1,3,48,204.45150756835938,259.7402648925781,3210,136.30099487304688,1,0,2.1972246170043945,0,5.320330619812012,3.8712010383605957,5.559682369232178,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,23,193.2996063232422,127.2727279663086,3540,128.86639404296875,1,0,-1.3862943649291992,0,5.2642412185668945,3.1354942321777344,4.84633207321167,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,3,25,227.99440002441406,138.96104431152344,3640,152.4093017578125,1,0,1.0986123085021973,0,5.4293212890625,3.2188758850097656,4.9341936111450195,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,1,1,3,24,221.7989044189453,1116.883056640625,3228,148.69200134277344,1,0,1.6094379425048828,0,5.401771068572998,3.178053855895996,7.01829719543457,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,21,188.34320068359375,58.441558837890625,3304,125.14910125732422,1,0,0,0,5.2382659912109375,3.044522523880005,4.068027496337891,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,0,0,1,3,24,143.735595703125,367.532470703125,3352,95.41069793701172,1,0,2.079441547393799,0,4.967975616455078,3.178053855895996,5.906811714172363,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,1,0,1,3,33,188.34320068359375,162.33766174316406,3540,162.3220977783203,1,0,0.6931471824645996,0,5.2382659912109375,3.4965076446533203,5.0896782875061035,0,0,1,0,0,0,0,1,0,0 +42,0,0,0,1,0,1,3,32,221.7989044189453,544.15582275390625,3237,147.45289611816406,1,0,3.7376697063446045,0,5.401771068572998,3.465735912322998,6.299235820770264,0,0,1,0,0,0,0,1,0,0 +10,0,0,1,1,1,1,3,37,221.7989044189453,2223.376708984375,3428,147.45289611816406,1,0,2.3025851249694824,0,5.401771068572998,3.610917806625366,7.706782341003418,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,0,1,1,3,19,218.08160400390625,1527.272705078125,3428,146.21380615234375,1,0,1.7917594909667969,0,5.38486909866333,2.944438934326172,7.331238746643066,0,0,1,0,0,0,0,1,0,0 +5,0,0,0,1,0,1,3,44,216.84249877929688,300,3152,144.97470092773438,1,0,1.6094379425048828,0,5.379171371459961,3.7841897010803223,5.703782558441162,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,1,0,1,3,32,180.90859985351562,2300,3540,120.19270324707031,1,0,2.079441547393799,0,5.197991847991943,3.465735912322998,7.740664482116699,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,3,18,180.90859985351562,271.4285583496094,3643,120.19270324707031,1,0,1.0986123085021973,0,5.197991847991943,2.890371799468994,5.60369873046875,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,1,1,1,3,44,166.03939819335938,257.1428527832031,3052,110.27989959716797,1,0,1.3862943649291992,0,5.11222505569458,3.7841897010803223,5.549631595611572,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,21,183.3867950439453,38.96104049682617,3740,121.43180084228516,1,0,0,0,5.211597442626953,3.044522523880005,3.662562131881714,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,1,0,1,3,24,168.51759338378906,241.55844116210938,3628,112.75810241699219,1,0,1.7917594909667969,0,5.127040386199951,3.178053855895996,5.487111568450928,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,1,0,1,3,21,146.21380615234375,150.64935302734375,3452,96.6498031616211,1,0,0.6931471824645996,0,4.985069751739502,3.044522523880005,5.014955043792725,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,0,1,3,19,188.34320068359375,310.3896179199219,3613,125.14910125732422,1,0,1.6094379425048828,0,5.2382659912109375,2.944438934326172,5.737828254699707,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,1,0,1,3,42,230.47259521484375,268.8311767578125,3613,153.64840698242188,1,0,1.7917594909667969,0,5.440132141113281,3.7376697063446045,5.594083786010742,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,1,0,1,3,54,195.77780151367188,438.9610290527344,3749,130.10549926757812,1,0,1.7917594909667969,0,5.276980400085449,3.9889841079711914,6.084410667419434,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,18,177.19129943847656,100,3743,117.7145004272461,1,0,1.0986123085021973,0,5.177229881286621,2.890371799468994,4.605170249938965,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,26,151.17019653320312,118.18181610107422,3543,100.36710357666016,1,0,0,0,5.018406391143799,3.25809645652771,4.772224426269531,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,21,216.84249877929688,19.480520248413086,3049,143.735595703125,1,0,1.0986123085021973,0,5.379171371459961,3.044522523880005,2.9694149494171143,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,46,183.3867950439453,125.97402954101562,3640,123.91000366210938,1,0,1.0986123085021973,0,5.211597442626953,3.828641414642334,4.836075782775879,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,1,0,1,3,50,221.7989044189453,164.93505859375,3640,147.45289611816406,1,0,0.6931471824645996,0,5.401771068572998,3.9120230674743652,5.105551719665527,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,0,2,3,49,198.25599670410156,670.1298828125,3640,132.5836944580078,1,0,1.6094379425048828,0,5.2895588874816895,3.891820192337036,6.507471561431885,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,0,0,1,3,21,190.82139587402344,124.67532348632812,3549,126.38819885253906,1,0,0,0,5.251338005065918,3.044522523880005,4.825713157653809,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,52,161.08299255371094,429.8701171875,3428,106.5625991821289,1,0,0,0,5.0819196701049805,3.9512436389923096,6.063483238220215,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,3,20,200.7342071533203,157.14285278320312,3304,37.17300033569336,1,0,-1.3862943649291992,0,5.301981449127197,2.995732307434082,5.057155132293701,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,31,141.2574005126953,877.92205810546875,3602,105.32350158691406,1,0,1.0986123085021973,0,4.9505839347839355,3.4339871406555176,6.777557849884033,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,52,231.71170043945312,170.12986755371094,3610,153.64840698242188,1,0,1.0986123085021973,0,5.445493698120117,3.9512436389923096,5.136561870574951,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,1,0,1,3,27,159.84390258789062,563.6363525390625,3640,106.5625991821289,1,0,1.3862943649291992,0,5.074197769165039,3.295836925506592,6.334409236907959,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,0,0,1,3,57,211.88609313964844,671.4285888671875,3152,141.2574005126953,1,0,1.945910096168518,0,5.356049060821533,4.043051242828369,6.5094075202941895,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,31,151.17019653320312,50.649349212646484,3543,100.36710357666016,1,0,-1.3862943649291992,0,5.018406391143799,3.4339871406555176,3.924926280975342,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,3,22,153.64840698242188,364.93505859375,3149,102.84529876708984,1,0,1.0986123085021973,0,5.034667015075684,3.0910425186157227,5.89971923828125,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,0,0,1,3,32,227.99440002441406,276.6233825683594,3428,149.9311065673828,1,0,1.945910096168518,0,5.4293212890625,3.465735912322998,5.62265682220459,0,0,1,0,0,0,0,1,0,0 +13,0,0,1,0,0,1,3,20,190.82139587402344,135.06494140625,3228,127.6272964477539,1,0,2.5649492740631104,0,5.251338005065918,2.995732307434082,4.905755519866943,0,0,1,0,0,0,0,1,0,0 +10,0,0,1,1,0,1,3,21,148.69200134277344,394.8052062988281,3743,99.12799835205078,1,0,2.3025851249694824,0,5.0018768310546875,3.044522523880005,5.978392601013184,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,19,166.03939819335938,51.94805145263672,3152,110.27989959716797,1,0,-1.3862943649291992,0,5.11222505569458,2.944438934326172,3.950244188308716,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,40,185.86500549316406,451.94805908203125,3552,123.91000366210938,1,0,-1.3862943649291992,0,5.225020408630371,3.6888794898986816,6.113567352294922,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,0,1,3,65,161.08299255371094,272.7272644042969,3540,107.80169677734375,1,0,1.6094379425048828,0,5.0819196701049805,4.174387454986572,5.6084723472595215,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,19,173.4739990234375,198.7012939453125,3640,130.10549926757812,1,0,0,0,5.156027793884277,2.944438934326172,5.291802883148193,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,0,1,1,3,19,166.03939819335938,2428.571533203125,3513,110.27989959716797,1,0,1.7917594909667969,0,5.11222505569458,2.944438934326172,7.795058727264404,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,30,239.14630126953125,146.7532501220703,3728,149.9311065673828,1,0,1.0986123085021973,0,5.477075576782227,3.4011974334716797,4.988752841949463,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,0,1,1,3,17,210.64700317382812,309.0909118652344,3710,141.2574005126953,1,0,1.3862943649291992,0,5.350183963775635,2.8332133293151855,5.733635425567627,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,1,0,1,3,22,161.08299255371094,171.42857360839844,3602,106.5625991821289,1,0,0.6931471824645996,0,5.0819196701049805,3.0910425186157227,5.144166469573975,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,24,223.03799438476562,266.2337646484375,3602,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,3.178053855895996,5.584374904632568,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,0,2,3,57,208.16879272460938,146.7532501220703,3152,138.77920532226562,1,0,1.7917594909667969,0,5.338349342346191,4.043051242828369,4.988752841949463,0,0,1,0,0,0,0,0,1,0 +2,0,0,1,1,0,3,3,40,185.86500549316406,676.62335205078125,3328,123.91000366210938,1,0,0.6931471824645996,0,5.225020408630371,3.6888794898986816,6.517114639282227,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,42,189.58230590820312,393.5065002441406,3428,126.38819885253906,1,0,1.7917594909667969,0,5.244823455810547,3.7376697063446045,5.97509765625,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,1,0,1,3,30,184.6259002685547,192.20779418945312,3504,122.6708984375,1,0,1.3862943649291992,0,5.218331813812256,3.4011974334716797,5.2585768699646,0,0,1,0,0,0,0,1,0,0 +10,0,0,1,1,0,1,3,21,235.4290008544922,1710.3896484375,3440,149.9311065673828,1,0,2.3025851249694824,0,5.461409568786621,3.044522523880005,7.44447660446167,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,19,189.58230590820312,116.88311767578125,3437,126.38819885253906,1,0,0.6931471824645996,0,5.244823455810547,2.944438934326172,4.76117467880249,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,26,240.38540649414062,106.4935073852539,3628,149.9311065673828,1,0,1.0986123085021973,0,5.482243537902832,3.25809645652771,4.668084144592285,0,0,1,0,0,0,0,1,0,0 +21,0,0,1,0,1,1,3,19,240.38540649414062,3035.06494140625,3449,149.9311065673828,1,0,3.044522523880005,0,5.482243537902832,2.944438934326172,8.017988204956055,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,0,1,3,35,178.43040466308594,685.71429443359375,3110,118.95359802246094,1,0,1.6094379425048828,0,5.18419885635376,3.5553481578826904,6.530460834503174,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,0,0,1,3,47,178.43040466308594,192.20779418945312,3640,118.95359802246094,1,0,1.7917594909667969,0,5.18419885635376,3.8501474857330322,5.2585768699646,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,40,185.86500549316406,216.88311767578125,3240,123.91000366210938,1,0,0,0,5.225020408630371,3.6888794898986816,5.379358768463135,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,NA,0,1,3,21,173.4739990234375,189.61038208007812,3628,148.69200134277344,1,0,1.3862943649291992,0,5.156027793884277,3.044522523880005,5.24497127532959,0,0,1,0,0,0,0,1,0,0 +10,0,0,1,1,0,1,3,26,213.1251983642578,403.8961181640625,3210,141.2574005126953,1,0,2.3025851249694824,0,5.361879825592041,3.25809645652771,6.001157760620117,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,0,0,1,3,28,211.88609313964844,223.37661743164062,3628,141.2574005126953,1,0,1.3862943649291992,0,5.356049060821533,3.332204580307007,5.4088592529296875,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,0,0,1,3,17,110.27989959716797,1049.3507080078125,3740,73.106903076171875,1,0,1.945910096168518,0,4.70302152633667,2.8332133293151855,6.955926895141602,0,0,1,0,0,0,0,1,0,0 +7,0,0,0,1,0,1,3,22,185.86500549316406,367.532470703125,3228,123.91000366210938,1,0,1.945910096168518,0,5.225020408630371,3.0910425186157227,5.906811714172363,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,20,143.735595703125,167.532470703125,3628,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,2.995732307434082,5.1211771965026855,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,0,1,3,19,115.23629760742188,1144.1558837890625,3702,76.82420349121094,1,0,1.6094379425048828,0,4.746984958648682,2.944438934326172,7.042422294616699,0,0,1,0,0,0,0,1,0,0 +14,0,0,1,0,0,1,3,19,153.64840698242188,625.9739990234375,3640,102.84529876708984,1,0,2.6390573978424072,0,5.034667015075684,2.944438934326172,6.4393086433410645,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,1,0,1,3,26,205.6905975341797,412.98699951171875,3428,136.30099487304688,1,0,1.945910096168518,0,5.326373100280762,3.25809645652771,6.023416042327881,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,1,0,1,3,26,205.6905975341797,412.98699951171875,3428,136.30099487304688,1,0,1.945910096168518,0,5.326373100280762,3.25809645652771,6.023416042327881,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,0,0,1,3,32,161.08299255371094,290.9090881347656,3349,107.80169677734375,1,0,0.6931471824645996,0,5.0819196701049805,3.465735912322998,5.67301082611084,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,3,60,194.5386962890625,270.1298828125,3149,128.86639404296875,1,0,1.0986123085021973,0,5.270631313323975,4.094344615936279,5.598902702331543,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,0,0,1,3,19,143.735595703125,151.94805908203125,3449,95.41069793701172,1,0,0.6931471824645996,0,4.967975616455078,2.944438934326172,5.023538589477539,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,1,0,1,3,29,159.84390258789062,100,3540,106.5625991821289,1,0,0,0,5.074197769165039,3.367295742034912,4.605170249938965,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,29,210.64700317382812,98.70130157470703,3310,140.01829528808594,1,0,-1.3862943649291992,0,5.350183963775635,3.367295742034912,4.592098236083984,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,3,18,158.60479736328125,42.85714340209961,3540,105.32350158691406,1,0,-1.3862943649291992,0,5.066415786743164,2.890371799468994,3.7578723430633545,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,1,0,1,3,34,169.75669860839844,206.49349975585938,3452,112.75810241699219,1,0,1.3862943649291992,0,5.134366035461426,3.526360511779785,5.330268859863281,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,0,0,1,3,32,170.9958038330078,149.35064697265625,3628,113.99720001220703,1,0,2.079441547393799,0,5.141639232635498,3.465735912322998,5.0062971115112305,0,0,1,0,0,0,0,1,0,0 +9,0,0,1,0,0,1,3,38,188.34320068359375,3242.857177734375,3640,125.14910125732422,1,0,2.1972246170043945,0,5.2382659912109375,3.6375861167907715,8.084210395812988,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,1,1,3,38,193.2996063232422,1902.597412109375,3728,128.86639404296875,1,0,1.0986123085021973,0,5.2642412185668945,3.6375861167907715,7.550975322723389,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,29,195.77780151367188,112.98701477050781,3640,130.10549926757812,1,0,1.0986123085021973,0,5.276980400085449,3.367295742034912,4.727272987365723,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,44,223.03799438476562,106.4935073852539,3640,148.69200134277344,1,0,-1.3862943649291992,0,5.407341957092285,3.7841897010803223,4.668084144592285,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,0,1,1,3,30,156.12660217285156,738.9610595703125,3110,104.08439636230469,1,0,0.6931471824645996,0,5.0506672859191895,3.4011974334716797,6.605245113372803,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,0,1,1,3,18,143.735595703125,928.5714111328125,3640,95.41069793701172,1,0,1.3862943649291992,0,4.967975616455078,2.890371799468994,6.83364725112915,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,0,0,1,3,62,201.97329711914062,138.96104431152344,3116,135.06190490722656,1,0,1.3862943649291992,0,5.308135509490967,4.127134323120117,4.9341936111450195,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,33,144.97470092773438,51.94805145263672,3152,96.6498031616211,1,0,0,0,4.976559162139893,3.4965076446533203,3.950244188308716,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,0,1,3,3,21,156.12660217285156,320.77923583984375,3149,104.08439636230469,1,0,-1.3862943649291992,0,5.0506672859191895,3.044522523880005,5.770753383636475,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,1,3,20,208.16879272460938,135.06494140625,3740,118.95359802246094,1,0,0,0,5.338349342346191,2.995732307434082,4.905755519866943,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,3,31,173.4739990234375,754.54547119140625,3540,115.23629760742188,1,0,-1.3862943649291992,0,5.156027793884277,3.4339871406555176,6.626115322113037,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,0,0,1,3,20,168.51759338378906,242.85714721679688,3640,111.51899719238281,1,0,1.3862943649291992,0,5.127040386199951,2.995732307434082,5.492473602294922,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,1,0,1,3,32,161.08299255371094,125.97402954101562,3628,106.5625991821289,1,0,1.3862943649291992,0,5.0819196701049805,3.465735912322998,4.836075782775879,0,0,1,0,0,0,0,1,0,0 +11,0,0,1,0,0,1,3,33,161.08299255371094,953.24676513671875,3152,107.80169677734375,1,0,2.397895336151123,0,5.0819196701049805,3.4965076446533203,6.8598737716674805,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,1,0,1,3,22,225.51620483398438,168.83116149902344,3713,149.9311065673828,1,0,1.3862943649291992,0,5.418392181396484,3.0910425186157227,5.128899097442627,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,20,229.23350524902344,129.87013244628906,3628,149.9311065673828,1,0,0,0,5.434741020202637,2.995732307434082,4.866535186767578,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,1,0,1,3,49,235.4290008544922,475.3246765136719,3713,149.9311065673828,1,0,1.7917594909667969,0,5.461409568786621,3.891820192337036,6.163998126983643,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,31,149.9311065673828,929.8701171875,3640,149.9311065673828,1,0,0,0,5.010175704956055,3.4339871406555176,6.835044860839844,0,0,1,0,0,0,0,1,0,0 +6,0,0,0,1,0,1,3,30,240.38540649414062,1040.259765625,3640,149.9311065673828,1,0,1.7917594909667969,0,5.482243537902832,3.4011974334716797,6.947225570678711,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,NA,0,1,3,18,215.6033935546875,1366.2337646484375,3740,143.735595703125,1,0,1.945910096168518,0,5.373440742492676,2.890371799468994,7.219813346862793,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,29,198.25599670410156,283.11688232421875,3710,132.5836944580078,1,0,-1.3862943649291992,0,5.2895588874816895,3.367295742034912,5.645859718322754,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,21,185.86500549316406,300,3149,123.91000366210938,1,0,1.0986123085021973,0,5.225020408630371,3.044522523880005,5.703782558441162,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,1,NA,3,31,195.77780151367188,2323.376708984375,3540,130.10549926757812,1,0,1.6094379425048828,0,5.276980400085449,3.4339871406555176,7.750776767730713,0,0,1,0,0,0,0,NA,NA,0 +1,0,0,1,0,0,NA,3,20,122.6708984375,87.01298522949219,3152,149.9311065673828,1,0,0,0,4.809504985809326,2.995732307434082,4.466057300567627,0,0,1,0,0,0,0,NA,NA,0 +5,0,0,1,1,0,2,3,28,215.6033935546875,237.66233825683594,3149,149.9311065673828,1,0,1.6094379425048828,0,5.373440742492676,3.332204580307007,5.470850944519043,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,0,0,2,3,21,235.4290008544922,194.80519104003906,3349,149.9311065673828,1,0,1.0986123085021973,0,5.461409568786621,3.044522523880005,5.271999835968018,0,0,1,0,0,0,0,0,1,0 +18,0,0,1,0,1,2,3,25,185.86500549316406,2880.51953125,3428,123.91000366210938,1,0,2.890371799468994,0,5.225020408630371,3.2188758850097656,7.965725898742676,0,0,1,0,0,0,0,0,1,0 +0.25,0,0,1,1,0,2,3,21,168.51759338378906,81.81818389892578,3740,112.75810241699219,1,0,-1.3862943649291992,0,5.127040386199951,3.044522523880005,4.404499530792236,0,0,1,0,0,0,0,0,1,0 +9,0,0,1,1,0,2,3,68,128.86639404296875,266.2337646484375,3328,56.998600006103516,1,0,2.1972246170043945,0,4.858776092529297,4.219507694244385,5.584374904632568,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,0,0,2,3,18,143.735595703125,149.35064697265625,3449,95.41069793701172,1,0,0,0,4.967975616455078,2.890371799468994,5.0062971115112305,0,0,1,0,0,0,0,0,1,0 +40,0,0,1,0,1,2,3,18,173.4739990234375,9407.7919921875,3702,115.23629760742188,1,0,3.6888794898986816,0,5.156027793884277,2.890371799468994,9.149293899536133,0,0,1,0,0,0,0,0,1,0 +2,0,0,1,0,0,2,3,18,223.03799438476562,859.740234375,3525,148.69200134277344,1,0,0.6931471824645996,0,5.407341957092285,2.890371799468994,6.7566304206848145,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,1,0,2,3,54,187.10409545898438,74.025970458984375,3640,125.14910125732422,1,0,0,0,5.231665134429932,3.9889841079711914,4.304416179656982,0,0,1,0,0,0,0,0,1,0 +6,0,0,1,0,0,2,3,21,216.84249877929688,500,3428,144.97470092773438,1,0,1.7917594909667969,0,5.379171371459961,3.044522523880005,6.214608192443848,0,0,1,0,0,0,0,0,1,0 +7,0,0,1,0,0,2,3,18,185.86500549316406,1440.259765625,3640,123.91000366210938,1,0,1.945910096168518,0,5.225020408630371,2.890371799468994,7.272578716278076,0,0,1,0,0,0,0,0,1,0 +1,0,0,0,1,0,3,3,42,188.34320068359375,58.441558837890625,3352,125.14910125732422,1,0,0,0,5.2382659912109375,3.7376697063446045,4.068027496337891,0,0,1,0,0,0,0,0,0,0 +33,0,0,1,1,1,3,3,28,133.8227996826172,7545.45458984375,3028,97.88890075683594,1,0,3.4965076446533203,0,4.8965163230896,3.332204580307007,8.92870044708252,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,2,3,59,143.735595703125,136.36363220214844,3528,95.41069793701172,1,0,1.3862943649291992,0,4.967975616455078,4.077537536621094,4.915325164794922,0,0,1,0,0,0,0,0,1,0 +8,0,0,1,1,0,2,3,51,198.25599670410156,354.5454406738281,3428,132.5836944580078,1,0,2.079441547393799,0,5.2895588874816895,3.931825637817383,5.8708367347717285,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,1,0,2,3,41,102.84529876708984,161.03895568847656,3449,68.15049743652344,1,0,1.3862943649291992,0,4.633225917816162,3.7135720252990723,5.08164644241333,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,1,0,2,3,63,198.25599670410156,125.97402954101562,3640,132.5836944580078,1,0,1.0986123085021973,0,5.2895588874816895,4.143134593963623,4.836075782775879,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,1,0,2,3,63,198.25599670410156,125.97402954101562,3640,132.5836944580078,1,0,1.0986123085021973,0,5.2895588874816895,4.143134593963623,4.836075782775879,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,1,0,2,3,63,198.25599670410156,125.97402954101562,3640,132.5836944580078,1,0,1.0986123085021973,0,5.2895588874816895,4.143134593963623,4.836075782775879,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,0,0,2,3,25,231.71170043945312,41.558441162109375,3704,64.433197021484375,1,0,0,0,5.445493698120117,3.2188758850097656,3.7271006107330322,0,0,1,0,0,0,0,0,1,0 +5,0,0,1,1,0,2,3,37,198.25599670410156,328.5714416503906,3410,132.5836944580078,1,0,1.6094379425048828,0,5.2895588874816895,3.610917806625366,5.794754505157471,0,0,1,0,0,0,0,0,1,0 +8,0,0,1,1,1,2,3,34,198.25599670410156,6218.181640625,3702,132.5836944580078,1,0,2.079441547393799,0,5.2895588874816895,3.526360511779785,8.73523235321045,0,0,1,0,0,0,0,0,1,0 +0.25,0,0,1,0,0,2,3,19,148.69200134277344,25.97402572631836,3449,99.12799835205078,1,0,-1.3862943649291992,0,5.0018768310546875,2.944438934326172,3.257097005844116,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,0,0,2,3,25,237.90719604492188,32.467533111572266,3452,158.60479736328125,1,0,1.0986123085021973,0,5.4718804359436035,3.2188758850097656,3.4802405834198,0,0,1,0,0,0,0,0,1,0 +5,0,0,1,0,0,2,3,27,235.4290008544922,207.79220581054688,3237,149.9311065673828,1,0,1.6094379425048828,0,5.461409568786621,3.295836925506592,5.336538791656494,0,0,1,0,0,0,0,0,1,0 +2,0,0,0,1,0,2,3,31,163.5612030029297,172.72727966308594,3449,109.04080200195312,1,0,0.6931471824645996,0,5.097187042236328,3.4339871406555176,5.151713848114014,0,0,1,0,0,0,0,0,1,0 +8,0,0,0,0,1,2,3,19,198.25599670410156,1101.2987060546875,3640,132.5836944580078,1,0,2.079441547393799,0,5.2895588874816895,2.944438934326172,7.004245281219482,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,1,0,2,3,33,178.43040466308594,140.25973510742188,3228,118.95359802246094,1,0,1.3862943649291992,0,5.18419885635376,3.4965076446533203,4.943495750427246,0,0,1,0,0,0,0,0,1,0 +11,0,0,1,NA,0,2,3,25,121.43180084228516,1611.6883544921875,3628,80.54149627685547,1,0,2.397895336151123,0,4.799352645874023,3.2188758850097656,7.385037422180176,0,0,1,0,0,0,0,0,1,0 +11,0,0,1,1,0,2,3,26,185.86500549316406,305.1947937011719,3228,154.8874969482422,1,0,2.397895336151123,0,5.225020408630371,3.25809645652771,5.720950126647949,0,0,1,0,0,0,0,0,1,0 +10,0,0,1,0,1,2,3,20,223.03799438476562,2398.701416015625,3440,148.69200134277344,1,0,2.3025851249694824,0,5.407341957092285,2.995732307434082,7.7826828956604,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,1,0,2,3,55,193.2996063232422,92.207794189453125,3152,128.86639404296875,1,0,0,0,5.2642412185668945,4.007333278656006,4.524044513702393,0,0,1,0,0,0,0,0,1,0 +7,0,0,1,1,1,2,3,55,205.6905975341797,1863.6363525390625,3228,137.54010009765625,1,0,1.945910096168518,0,5.326373100280762,4.007333278656006,7.530284881591797,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,1,0,2,3,54,242.8636016845703,84.41558074951172,3540,162.3220977783203,1,0,0,0,5.492499828338623,3.9889841079711914,4.435751914978027,0,0,1,0,0,0,0,0,1,0 +2,0,0,1,0,0,2,3,18,216.84249877929688,212.9870147705078,3540,144.97470092773438,1,0,0.6931471824645996,0,5.379171371459961,2.890371799468994,5.361231327056885,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,0,0,2,3,18,173.4739990234375,644.15582275390625,3504,115.23629760742188,1,0,1.3862943649291992,0,5.156027793884277,2.890371799468994,6.467940807342529,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,0,0,2,3,19,220.55979919433594,777.92205810546875,3440,147.45289611816406,1,0,1.0986123085021973,0,5.3961687088012695,2.944438934326172,6.656626224517822,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,0,0,2,3,27,198.25599670410156,631.1688232421875,3602,132.5836944580078,1,0,1.3862943649291992,0,5.2895588874816895,3.295836925506592,6.447573184967041,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,1,0,2,3,27,223.03799438476562,85.71428680419922,3740,148.69200134277344,1,0,0,0,5.407341957092285,3.295836925506592,4.451019287109375,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,0,0,2,3,19,173.4739990234375,97.40259552001953,3504,125.14910125732422,1,0,1.3862943649291992,0,5.156027793884277,2.944438934326172,4.578852653503418,0,0,1,0,0,0,0,0,1,0 +8,0,0,1,0,1,2,3,22,223.03799438476562,4119.48046875,3504,148.69200134277344,1,0,2.079441547393799,0,5.407341957092285,3.0910425186157227,8.323482513427734,0,0,1,0,0,0,0,0,1,0 +6,0,0,1,1,1,2,3,30,235.4290008544922,4998.701171875,3304,149.9311065673828,1,0,1.7917594909667969,0,5.461409568786621,3.4011974334716797,8.51693344116211,0,0,1,0,0,0,0,0,1,0 +2,0,0,1,0,0,2,3,60,218.08160400390625,233.7662353515625,3004,144.97470092773438,1,0,0.6931471824645996,0,5.38486909866333,4.094344615936279,5.454321384429932,0,0,1,0,0,0,0,0,1,0 +6,0,0,1,0,0,2,3,18,148.69200134277344,709.09088134765625,3640,99.12799835205078,1,0,1.7917594909667969,0,5.0018768310546875,2.890371799468994,6.563983917236328,0,0,1,0,0,0,0,0,1,0 +6,0,0,1,0,0,2,3,27,148.69200134277344,166.2337646484375,3504,99.12799835205078,1,0,1.7917594909667969,0,5.0018768310546875,3.295836925506592,5.1133952140808105,0,0,1,0,0,0,0,0,1,0 +8,0,0,1,0,1,2,3,19,152.4093017578125,1298.7012939453125,3540,101.606201171875,1,0,2.079441547393799,0,5.026569843292236,2.944438934326172,7.169119834899902,0,0,1,0,0,0,0,0,1,0 +0.25,0,0,1,0,0,2,3,22,178.43040466308594,144.1558380126953,3610,118.95359802246094,1,0,-1.3862943649291992,0,5.18419885635376,3.0910425186157227,4.970894813537598,0,0,1,0,0,0,0,0,1,0 +12,0,0,1,1,0,2,3,28,185.86500549316406,1368.8311767578125,3540,123.91000366210938,1,0,2.4849066734313965,0,5.225020408630371,3.332204580307007,7.221712589263916,0,0,1,0,0,0,0,0,1,0 +10,0,0,1,1,1,2,3,52,151.17019653320312,945.45452880859375,3328,100.36710357666016,1,0,2.3025851249694824,0,5.018406391143799,3.9512436389923096,6.85166597366333,0,0,1,0,0,0,0,0,1,0 +2,0,0,1,0,0,2,3,20,198.25599670410156,100,3740,132.5836944580078,1,0,0.6931471824645996,0,5.2895588874816895,2.995732307434082,4.605170249938965,0,0,1,0,0,0,0,0,1,0 +9,0,0,1,0,1,2,3,20,148.69200134277344,507.7922058105469,3628,99.12799835205078,1,0,2.1972246170043945,0,5.0018768310546875,2.995732307434082,6.230072498321533,0,0,1,0,0,0,0,0,1,0 +10,0,0,1,1,1,2,3,24,198.25599670410156,1077.922119140625,3740,132.5836944580078,1,0,2.3025851249694824,0,5.2895588874816895,3.178053855895996,6.982790470123291,0,0,1,0,0,0,0,0,1,0 +11,0,0,1,0,0,2,3,28,173.4739990234375,758.4415283203125,3304,102.84529876708984,1,0,2.397895336151123,0,5.156027793884277,3.332204580307007,6.631265640258789,0,0,1,0,0,0,0,0,1,0 +17,0,0,1,1,0,2,3,39,163.5612030029297,561.0389404296875,3328,133.8227996826172,1,0,2.8332133293151855,0,5.097187042236328,3.6635615825653076,6.329790115356445,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,1,0,2,3,51,131.3446044921875,219.4805145263672,3613,75.58509826660156,1,0,1.0986123085021973,0,4.877824306488037,3.931825637817383,5.391263484954834,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,1,0,2,3,26,198.25599670410156,327.2727355957031,3628,132.5836944580078,1,0,1.3862943649291992,0,5.2895588874816895,3.25809645652771,5.7907938957214355,0,0,1,0,0,0,0,0,1,0 +2,0,0,1,1,0,2,3,47,210.64700317382812,209.09091186523438,3628,140.01829528808594,1,0,0.6931471824645996,0,5.350183963775635,3.8501474857330322,5.342769145965576,0,0,1,0,0,0,0,0,1,0 +2,0,0,1,1,0,2,3,26,210.64700317382812,51.94805145263672,3052,140.01829528808594,1,0,0.6931471824645996,0,5.350183963775635,3.25809645652771,3.950244188308716,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,0,0,2,3,23,158.60479736328125,253.2467498779297,3352,107.80169677734375,1,0,0,0,5.066415786743164,3.1354942321777344,5.534364223480225,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,0,1,2,3,19,153.64840698242188,758.4415283203125,3640,102.84529876708984,1,0,1.0986123085021973,0,5.034667015075684,2.944438934326172,6.631265640258789,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,1,0,1,3,48,239.14630126953125,284.41558837890625,3152,149.9311065673828,1,0,1.0986123085021973,0,5.477075576782227,3.8712010383605957,5.6504364013671875,0,0,1,0,0,0,0,1,0,0 +9,0,0,1,0,0,3,3,27,173.4739990234375,458.4415588378906,3528,115.23629760742188,1,0,2.1972246170043945,0,5.156027793884277,3.295836925506592,6.127832889556885,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,1,3,3,39,223.03799438476562,2277.922119140625,3152,148.69200134277344,1,0,1.945910096168518,0,5.407341957092285,3.6635615825653076,7.731019020080566,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,1,0,3,3,20,173.4739990234375,132.467529296875,3128,115.23629760742188,1,0,1.6094379425048828,0,5.156027793884277,2.995732307434082,4.886337757110596,0,0,1,0,0,0,0,0,0,0 +11,0,0,1,NA,0,3,3,19,173.4739990234375,1019.4805297851562,3152,115.23629760742188,1,0,2.397895336151123,0,5.156027793884277,2.944438934326172,6.927048683166504,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,22,193.2996063232422,245.4545440673828,3540,128.86639404296875,1,0,1.3862943649291992,0,5.2642412185668945,3.0910425186157227,5.503111839294434,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,25,99.12799835205078,105.19480895996094,3628,74.34600067138672,1,0,0,0,4.59641170501709,3.2188758850097656,4.655814170837402,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,NA,0,3,3,26,168.51759338378906,63.6363639831543,3410,112.75810241699219,1,0,1.0986123085021973,0,5.127040386199951,3.25809645652771,4.15318489074707,0,0,1,0,0,0,0,0,0,0 +8,0,0,1,0,0,3,3,22,166.03939819335938,193.50650024414062,3546,110.27989959716797,1,0,2.079441547393799,0,5.11222505569458,3.0910425186157227,5.265311241149902,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,22,192.0605010986328,103.89610290527344,3640,128.86639404296875,1,0,-1.3862943649291992,0,5.257810592651367,3.0910425186157227,4.6433916091918945,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,0,0,3,3,27,232.9508056640625,344.1558532714844,3510,156.12660217285156,1,0,2.1972246170043945,0,5.450827121734619,3.295836925506592,5.841094493865967,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,0,3,3,32,115.23629760742188,331.1688232421875,3428,76.82420349121094,1,0,1.945910096168518,0,4.746984958648682,3.465735912322998,5.802628517150879,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,1,0,3,3,46,185.86500549316406,342.8571472167969,3628,123.91000366210938,1,0,2.1972246170043945,0,5.225020408630371,3.828641414642334,5.837313652038574,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,19,135.06190490722656,111.68830871582031,3510,90.45429992675781,1,0,0,0,4.905733108520508,2.944438934326172,4.715712070465088,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,25,159.84390258789062,74.025970458984375,3610,106.5625991821289,1,0,0,0,5.074197769165039,3.2188758850097656,4.304416179656982,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,0,3,3,19,168.51759338378906,123.37662506103516,3110,112.75810241699219,1,0,1.6094379425048828,0,5.127040386199951,2.944438934326172,4.815241813659668,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,43,168.51759338378906,100,3610,112.75810241699219,1,0,0,0,5.127040386199951,3.761200189590454,4.605170249938965,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,0,3,3,20,149.9311065673828,110.38961029052734,3116,99.12799835205078,1,0,1.6094379425048828,0,5.010175704956055,2.995732307434082,4.704016208648682,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,1,0,3,3,53,215.6033935546875,51.94805145263672,3252,142.4965057373047,1,0,2.1972246170043945,0,5.373440742492676,3.97029185295105,3.950244188308716,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,22,179.66949462890625,332.467529296875,3540,120.19270324707031,1,0,0,0,5.191119194030762,3.0910425186157227,5.80654239654541,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,1,0,3,3,33,226.7552947998047,1040.259765625,3149,151.17019653320312,1,0,1.7917594909667969,0,5.4238715171813965,3.4965076446533203,6.947225570678711,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,1,3,3,29,235.4290008544922,2170.1298828125,3540,157.36570739746094,1,0,1.7917594909667969,0,5.461409568786621,3.367295742034912,7.682542324066162,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,22,148.69200134277344,429.8701171875,3440,97.88890075683594,1,0,0.6931471824645996,0,5.0018768310546875,3.0910425186157227,6.063483238220215,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,24,215.6033935546875,103.89610290527344,3152,162.3220977783203,1,0,1.3862943649291992,0,5.373440742492676,3.178053855895996,4.6433916091918945,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,3,29,240.38540649414062,76.62337493896484,3243,162.3220977783203,1,0,0.6931471824645996,0,5.482243537902832,3.367295742034912,4.338901996612549,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,0,0,2,3,24,223.03799438476562,66.2337646484375,3728,148.69200134277344,1,0,2.1972246170043945,0,5.407341957092285,3.178053855895996,4.193190574645996,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,0,0,3,3,22,213.1251983642578,231.16883850097656,3352,142.4965057373047,1,0,0,0,5.361879825592041,3.0910425186157227,5.443148136138916,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,3,35,118.95359802246094,341.5584411621094,3110,79.302398681640625,1,0,1.3862943649291992,0,4.778733253479004,3.5553481578826904,5.833518981933594,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,0,1,3,3,40,198.25599670410156,2070.1298828125,3149,131.3446044921875,1,0,2.1972246170043945,0,5.2895588874816895,3.6888794898986816,7.635366439819336,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,54,116.47540283203125,94.80519104003906,3640,78.06330108642578,1,0,0,0,4.7576799392700195,3.9889841079711914,4.55182409286499,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,25,175.9521942138672,10.389610290527344,3716,117.7145004272461,1,0,-1.3862943649291992,0,5.170212268829346,3.2188758850097656,2.340806245803833,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,0,1,3,3,60,187.10409545898438,123.37662506103516,3740,125.14910125732422,1,0,1.0986123085021973,0,5.231665134429932,4.094344615936279,4.815241813659668,0,0,1,0,0,0,0,0,0,0 +6,0,0,0,1,0,3,3,70,100.36710357666016,400,3128,66.9113998413086,1,0,1.7917594909667969,0,4.608834266662598,4.248495101928711,5.991464614868164,0,0,1,0,0,0,0,0,0,0 +5,0,0,0,1,0,3,3,40,210.64700317382812,258.4415588378906,3710,141.2574005126953,1,0,1.6094379425048828,0,5.350183963775635,3.6888794898986816,5.554669380187988,0,0,1,0,0,0,0,0,0,0 +7,0,0,0,1,0,3,3,44,153.64840698242188,205.19480895996094,3237,102.84529876708984,1,0,1.945910096168518,0,5.034667015075684,3.7841897010803223,5.323959827423096,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,0,0,3,3,59,156.12660217285156,45.45454406738281,3604,97.88890075683594,1,0,1.3862943649291992,0,5.0506672859191895,4.077537536621094,3.8167128562927246,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,25,173.4739990234375,71.42857360839844,3552,115.23629760742188,1,0,1.3862943649291992,0,5.156027793884277,3.2188758850097656,4.268698215484619,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,3,34,175.9521942138672,0,3352,117.7145004272461,1,0,0.6931471824645996,0,5.170212268829346,3.526360511779785,0,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,33,161.08299255371094,341.5584411621094,3110,107.80169677734375,1,0,1.3862943649291992,0,5.0819196701049805,3.4965076446533203,5.833518981933594,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,23,153.64840698242188,207.79220581054688,3528,102.84529876708984,1,0,0,0,5.034667015075684,3.1354942321777344,5.336538791656494,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,3,53,230.47259521484375,109.09091186523438,3652,153.64840698242188,1,0,0.6931471824645996,0,5.440132141113281,3.97029185295105,4.692181587219238,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,25,215.6033935546875,1557.142822265625,3613,143.735595703125,1,0,1.7917594909667969,0,5.373440742492676,3.2188758850097656,7.350607872009277,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,19,178.43040466308594,253.2467498779297,3549,118.95359802246094,1,0,-1.3862943649291992,0,5.18419885635376,2.944438934326172,5.534364223480225,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,18,148.69200134277344,157.14285278320312,3610,99.12799835205078,1,0,1.3862943649291992,0,5.0018768310546875,2.890371799468994,5.057155132293701,0,0,1,0,0,0,0,0,0,0 +10,0,0,1,0,1,3,3,20,153.64840698242188,2446.753173828125,3728,102.84529876708984,1,0,2.3025851249694824,0,5.034667015075684,2.995732307434082,7.802517414093018,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,47,173.4739990234375,305.1947937011719,3128,115.23629760742188,1,0,1.7917594909667969,0,5.156027793884277,3.8501474857330322,5.720950126647949,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,0,1,3,3,40,188.34320068359375,301.2987060546875,3552,125.14910125732422,1,0,0,0,5.2382659912109375,3.6888794898986816,5.708102226257324,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,0,0,3,3,32,143.735595703125,294.8052062988281,3340,95.41069793701172,1,0,1.945910096168518,0,4.967975616455078,3.465735912322998,5.686314582824707,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,0,0,3,3,44,143.735595703125,120.77922058105469,3452,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,3.7841897010803223,4.793964385986328,0,0,1,0,0,0,0,0,0,0 +9,0,0,0,0,0,3,3,23,220.55979919433594,620.77923583984375,3640,147.45289611816406,1,0,2.1972246170043945,0,5.3961687088012695,3.1354942321777344,6.430975437164307,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,0,0,3,3,20,115.23629760742188,93.5064926147461,3740,86.73699951171875,1,0,0,0,4.746984958648682,2.995732307434082,4.538031101226807,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,32,91.69339752197266,49.350650787353516,3536,102.84529876708984,1,0,0.6931471824645996,0,4.5184502601623535,3.465735912322998,3.8989510536193848,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,0,3,3,54,149.9311065673828,110.38961029052734,3152,100.36710357666016,1,0,1.0986123085021973,0,5.010175704956055,3.9889841079711914,4.704016208648682,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,32,153.64840698242188,96.10389709472656,3449,63.19409942626953,1,0,0,0,5.034667015075684,3.465735912322998,4.5654296875,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,32,153.64840698242188,96.10389709472656,3449,63.19409942626953,1,0,0,0,5.034667015075684,3.465735912322998,4.5654296875,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,1,3,3,50,219.32069396972656,222.0779266357422,3740,146.21380615234375,1,0,0,0,5.3905348777771,3.9120230674743652,5.40302848815918,0,0,1,0,0,0,0,0,0,0 +5,0,0,0,1,0,3,3,36,184.6259002685547,355.8441467285156,3640,122.6708984375,1,0,1.6094379425048828,0,5.218331813812256,3.5835189819335938,5.874492645263672,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,20,175.9521942138672,111.68830871582031,3510,117.7145004272461,1,0,1.0986123085021973,0,5.170212268829346,2.995732307434082,4.715712070465088,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,0,0,3,3,19,102.84529876708984,931.1688232421875,3310,68.15049743652344,1,0,1.945910096168518,0,4.633225917816162,2.944438934326172,6.836440563201904,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,15,81.78060150146484,27.272727966308594,3340,54.52040100097656,1,0,0,0,4.4040398597717285,2.70805025100708,3.305887222290039,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,17,94.171600341796875,806.4935302734375,3640,61.95500183105469,1,0,0.6931471824645996,0,4.545118808746338,2.8332133293151855,6.6926960945129395,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,20,185.86500549316406,54.54545593261719,3540,122.6708984375,1,0,-1.3862943649291992,0,5.225020408630371,2.995732307434082,3.9990344047546387,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,1,3,3,17,107.80169677734375,1558.4415283203125,3628,71.8677978515625,1,0,1.6094379425048828,0,4.680293560028076,2.8332133293151855,7.351441383361816,0,0,1,0,0,0,0,0,0,0 +8,0,0,0,1,0,3,3,48,208.16879272460938,1597.402587890625,3643,138.77920532226562,1,0,2.079441547393799,0,5.338349342346191,3.8712010383605957,7.376134395599365,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,1,0,3,3,27,198.25599670410156,238.96104431152344,3540,132.5836944580078,1,0,1.6094379425048828,0,5.2895588874816895,3.295836925506592,5.4763007164001465,0,0,1,0,0,0,0,0,0,0 +13,0,0,0,1,0,3,3,48,198.25599670410156,111.68830871582031,3007,131.3446044921875,1,0,2.5649492740631104,0,5.2895588874816895,3.8712010383605957,4.715712070465088,0,0,1,0,0,0,0,0,0,0 +7,0,0,0,1,0,3,3,45,91.69339752197266,609.09088134765625,3640,61.95500183105469,1,0,1.945910096168518,0,4.5184502601623535,3.8066625595092773,6.4119672775268555,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,0,0,3,3,22,203.21240234375,170.12986755371094,3449,135.06190490722656,1,0,1.0986123085021973,0,5.314251899719238,3.0910425186157227,5.136561870574951,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,23,173.4739990234375,101.29869842529297,3449,115.23629760742188,1,0,0,0,5.156027793884277,3.1354942321777344,4.618073463439941,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,0,3,3,29,102.84529876708984,170.12986755371094,3410,68.15049743652344,1,0,1.0986123085021973,0,4.633225917816162,3.367295742034912,5.136561870574951,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,26,232.9508056640625,68.83116912841797,3037,149.9311065673828,1,0,0.6931471824645996,0,5.450827121734619,3.25809645652771,4.231656551361084,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,17,99.12799835205078,106.4935073852539,3640,65.67230224609375,1,0,-1.3862943649291992,0,4.59641170501709,2.8332133293151855,4.668084144592285,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,0,3,3,18,173.4739990234375,450.64935302734375,3540,116.47540283203125,1,0,1.6094379425048828,0,5.156027793884277,2.890371799468994,6.110689640045166,0,0,1,0,0,0,0,0,0,0 +8,0,0,1,1,0,3,3,48,188.34320068359375,588.31170654296875,3528,125.14910125732422,1,0,2.079441547393799,0,5.2382659912109375,3.8712010383605957,6.377256870269775,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,3,49,173.4739990234375,0,3310,115.23629760742188,1,0,1.3862943649291992,0,5.156027793884277,3.891820192337036,0,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,19,143.735595703125,120.77922058105469,3604,95.41069793701172,1,0,0.6931471824645996,0,4.967975616455078,2.944438934326172,4.793964385986328,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,3,40,223.03799438476562,779.22076416015625,3628,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,3.6888794898986816,6.658294200897217,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,18,152.4093017578125,200,3640,101.606201171875,1,0,0,0,5.026569843292236,2.890371799468994,5.2983174324035645,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,19,185.86500549316406,109.09091186523438,3240,123.91000366210938,1,0,0.6931471824645996,0,5.225020408630371,2.944438934326172,4.692181587219238,0,0,1,0,0,0,0,0,0,0 +5,0,0,0,0,0,3,3,37,86.73699951171875,500,3522,56.998600006103516,1,0,1.6094379425048828,0,4.462880611419678,3.610917806625366,6.214608192443848,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,19,205.6905975341797,290.9090881347656,3640,137.54010009765625,1,0,1.0986123085021973,0,5.326373100280762,2.944438934326172,5.67301082611084,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,19,205.6905975341797,290.9090881347656,3640,137.54010009765625,1,0,1.0986123085021973,0,5.326373100280762,2.944438934326172,5.67301082611084,0,0,1,0,0,0,0,0,0,0 +11,0,0,1,0,1,3,3,20,185.86500549316406,1387.012939453125,3640,123.91000366210938,1,0,2.397895336151123,0,5.225020408630371,2.995732307434082,7.234907627105713,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,19,141.2574005126953,548.05194091796875,3140,97.88890075683594,1,0,1.7917594909667969,0,4.9505839347839355,2.944438934326172,6.306370258331299,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,1,0,3,3,56,195.77780151367188,663.6363525390625,3128,130.10549926757812,1,0,0.6931471824645996,0,5.276980400085449,4.025351524353027,6.497734546661377,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,26,185.86500549316406,1485.7142333984375,3513,123.91000366210938,1,0,-1.3862943649291992,0,5.225020408630371,3.25809645652771,7.303650856018066,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,1,3,3,20,242.8636016845703,1351.947998046875,3628,162.3220977783203,1,0,1.6094379425048828,0,5.492499828338623,2.995732307434082,7.209301948547363,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,1,1,3,3,22,213.1251983642578,1646.7532958984375,3152,141.2574005126953,1,0,1.0986123085021973,0,5.361879825592041,3.0910425186157227,7.406560897827148,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,3,27,225.51620483398438,119.48052215576172,3613,149.9311065673828,1,0,0.6931471824645996,0,5.418392181396484,3.295836925506592,4.783153533935547,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,24,185.86500549316406,74.025970458984375,3543,123.91000366210938,1,0,-1.3862943649291992,0,5.225020408630371,3.178053855895996,4.304416179656982,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,20,156.12660217285156,75.324676513671875,3310,104.08439636230469,1,0,-1.3862943649291992,0,5.0506672859191895,2.995732307434082,4.321807861328125,0,0,1,0,0,0,0,0,0,0 +10,0,0,1,NA,0,3,3,20,205.6905975341797,323.3766174316406,3328,136.30099487304688,1,0,2.3025851249694824,0,5.326373100280762,2.995732307434082,5.778817653656006,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,37,223.03799438476562,107.79220581054688,3210,148.69200134277344,1,0,0,0,5.407341957092285,3.610917806625366,4.680205345153809,0,0,1,0,0,0,0,0,0,0 +8,0,0,1,0,0,3,3,17,90.45429992675781,1180.51953125,3228,49.56399917602539,1,0,2.079441547393799,0,4.504844665527344,2.8332133293151855,7.073709964752197,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,18,143.735595703125,71.42857360839844,3728,95.41069793701172,1,0,1.3862943649291992,0,4.967975616455078,2.890371799468994,4.268698215484619,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,1,0,3,3,44,173.4739990234375,197.40260314941406,3640,115.23629760742188,1,0,2.1972246170043945,0,5.156027793884277,3.7841897010803223,5.285245418548584,0,0,1,0,0,0,0,0,0,0 +11,0,0,0,0,0,3,3,41,148.69200134277344,123.37662506103516,3628,99.12799835205078,1,0,2.397895336151123,0,5.0018768310546875,3.7135720252990723,4.815241813659668,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,1,3,3,23,152.4093017578125,2542.857177734375,3640,101.606201171875,1,0,1.945910096168518,0,5.026569843292236,3.1354942321777344,7.841043472290039,0,0,1,0,0,0,0,0,0,0 +8,0,0,1,1,1,3,3,37,198.25599670410156,1472.727294921875,3137,132.5836944580078,1,0,2.079441547393799,0,5.2895588874816895,3.610917806625366,7.2948713302612305,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,21,86.73699951171875,900,3628,58.237701416015625,1,0,1.7917594909667969,0,4.462880611419678,3.044522523880005,6.802394866943359,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,28,198.25599670410156,107.79220581054688,3149,132.5836944580078,1,0,-1.3862943649291992,0,5.2895588874816895,3.332204580307007,4.680205345153809,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,30,229.23350524902344,136.36363220214844,3152,152.4093017578125,1,0,-1.3862943649291992,0,5.434741020202637,3.4011974334716797,4.915325164794922,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,1,0,3,3,50,205.6905975341797,994.80517578125,3640,137.54010009765625,1,0,2.1972246170043945,0,5.326373100280762,3.9120230674743652,6.9025468826293945,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,3,22,173.4739990234375,142.85714721679688,3228,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,3.0910425186157227,4.961845397949219,0,0,1,0,0,0,0,0,0,0 +10,0,0,1,1,0,3,3,22,183.3867950439453,584.41558837890625,3449,122.6708984375,1,0,2.3025851249694824,0,5.211597442626953,3.0910425186157227,6.370612144470215,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,18,166.03939819335938,145.4545440673828,3428,110.27989959716797,1,0,1.3862943649291992,0,5.11222505569458,2.890371799468994,4.97986364364624,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,54,236.66810607910156,32.467533111572266,3116,149.9311065673828,1,0,0.6931471824645996,0,5.466658592224121,3.9889841079711914,3.4802405834198,0,0,1,0,0,0,0,0,0,0 +91,0,0,0,0,1,3,3,21,211.88609313964844,8402.59765625,3540,141.2574005126953,1,0,4.510859489440918,0,5.356049060821533,3.044522523880005,9.036295890808105,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,1,0,3,3,51,185.86500549316406,196.10389709472656,3328,123.91000366210938,1,0,1.7917594909667969,0,5.225020408630371,3.931825637817383,5.278644561767578,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,34,195.77780151367188,193.50650024414062,3628,130.10549926757812,1,0,1.3862943649291992,0,5.276980400085449,3.526360511779785,5.265311241149902,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,41,198.25599670410156,249.35064697265625,3128,132.5836944580078,1,0,1.3862943649291992,0,5.2895588874816895,3.7135720252990723,5.518860340118408,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,25,235.4290008544922,75.324676513671875,3640,149.9311065673828,1,0,-1.3862943649291992,0,5.461409568786621,3.2188758850097656,4.321807861328125,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,3,30,237.90719604492188,1045.45458984375,3540,158.60479736328125,1,0,1.0986123085021973,0,5.4718804359436035,3.4011974334716797,6.952207088470459,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,0,3,3,26,180.90859985351562,71.42857360839844,3228,120.19270324707031,1,0,1.945910096168518,0,5.197991847991943,3.25809645652771,4.268698215484619,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,19,189.58230590820312,36.3636360168457,3613,149.9311065673828,1,0,1.7917594909667969,0,5.244823455810547,2.944438934326172,3.593569278717041,0,0,1,0,0,0,0,0,0,0 +16,0,0,1,1,0,3,3,34,173.4739990234375,192.20779418945312,3628,132.5836944580078,1,0,2.7725887298583984,0,5.156027793884277,3.526360511779785,5.2585768699646,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,0,0,3,3,18,223.03799438476562,527.272705078125,3328,148.69200134277344,1,0,2.1972246170043945,0,5.407341957092285,2.890371799468994,6.2677178382873535,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,17,153.64840698242188,146.7532501220703,3340,102.84529876708984,1,0,-1.3862943649291992,0,5.034667015075684,2.8332133293151855,4.988752841949463,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,3,34,153.64840698242188,174.02597045898438,3310,102.84529876708984,1,0,0.6931471824645996,0,5.034667015075684,3.526360511779785,5.159204483032227,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,1,0,3,3,64,131.3446044921875,1123.3765869140625,3428,87.9760971069336,1,0,2.1972246170043945,0,4.877824306488037,4.158883094787598,7.024094104766846,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,39,173.4739990234375,202.59739685058594,3310,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,3.6635615825653076,5.311220645904541,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,23,173.4739990234375,0,3310,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,3.1354942321777344,0,0,0,1,0,0,0,0,0,0,0 +13,0,0,0,1,1,3,3,29,136.30099487304688,2053.246826171875,3210,90.45429992675781,1,0,2.5649492740631104,0,4.914865493774414,3.367295742034912,7.627177715301514,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,25,185.86500549316406,0,3137,123.91000366210938,1,0,-1.3862943649291992,0,5.225020408630371,3.2188758850097656,0,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,34,198.25599670410156,371.4285583496094,3449,131.3446044921875,1,0,1.0986123085021973,0,5.2895588874816895,3.526360511779785,5.917356491088867,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,1,0,3,3,41,173.4739990234375,79.22077941894531,3528,115.23629760742188,1,0,1.7917594909667969,0,5.156027793884277,3.7135720252990723,4.372238636016846,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,20,193.2996063232422,566.2337646484375,3602,128.86639404296875,1,0,1.7917594909667969,0,5.2642412185668945,2.995732307434082,6.3390069007873535,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,22,175.9521942138672,84.41558074951172,3304,117.7145004272461,1,0,-1.3862943649291992,0,5.170212268829346,3.0910425186157227,4.435751914978027,0,0,1,0,0,0,0,0,0,0 +15,0,0,1,1,0,3,3,38,208.16879272460938,2093.506591796875,3010,138.77920532226562,1,0,2.70805025100708,0,5.338349342346191,3.6375861167907715,7.6465959548950195,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,3,23,185.86500549316406,105.19480895996094,3310,123.91000366210938,1,0,1.0986123085021973,0,5.225020408630371,3.1354942321777344,4.655814170837402,0,0,1,0,0,0,0,0,0,0 +11,0,0,1,0,0,3,3,19,224.277099609375,467.532470703125,3428,148.69200134277344,1,0,2.397895336151123,0,5.412882328033447,2.944438934326172,6.147468566894531,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,1,0,3,3,72,152.4093017578125,289.6103820800781,3328,101.606201171875,1,0,1.7917594909667969,0,5.026569843292236,4.276666164398193,5.66853666305542,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,0,0,3,3,22,206.92970275878906,514.28570556640625,3513,137.54010009765625,1,0,2.1972246170043945,0,5.332379341125488,3.0910425186157227,6.242778778076172,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,0,0,3,3,36,223.03799438476562,40.25973892211914,3152,106.5625991821289,1,0,0,0,5.407341957092285,3.5835189819335938,3.6953518390655518,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,0,0,3,3,30,221.7989044189453,127.2727279663086,3528,147.45289611816406,1,0,1.945910096168518,0,5.401771068572998,3.4011974334716797,4.84633207321167,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,3,26,199.49510192871094,245.4545440673828,3110,132.5836944580078,1,0,1.3862943649291992,0,5.29578971862793,3.25809645652771,5.503111839294434,0,0,1,0,0,0,0,0,0,0 +8,0,0,1,0,0,3,3,20,216.84249877929688,429.8701171875,3428,144.97470092773438,1,0,2.079441547393799,0,5.379171371459961,2.995732307434082,6.063483238220215,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,1,0,3,3,44,220.55979919433594,79.22077941894531,3410,146.21380615234375,1,0,0.6931471824645996,0,5.3961687088012695,3.7841897010803223,4.372238636016846,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,1,3,3,24,188.34320068359375,162.33766174316406,3540,125.14910125732422,1,0,0.6931471824645996,0,5.2382659912109375,3.178053855895996,5.0896782875061035,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,1,0,3,3,20,201.97329711914062,101.29869842529297,3310,135.06190490722656,1,0,-1.3862943649291992,0,5.308135509490967,2.995732307434082,4.618073463439941,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,0,0,3,3,19,204.45150756835938,155.8441619873047,3628,136.30099487304688,1,0,2.1972246170043945,0,5.320330619812012,2.944438934326172,5.048856735229492,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,48,166.03939819335938,122.07791900634766,3152,110.27989959716797,1,0,0,0,5.11222505569458,3.8712010383605957,4.804659366607666,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,1,0,3,3,56,193.2996063232422,162.33766174316406,3640,128.86639404296875,1,0,1.6094379425048828,0,5.2642412185668945,4.025351524353027,5.0896782875061035,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,0,3,3,49,240.38540649414062,228.57142639160156,3410,159.84390258789062,1,0,1.0986123085021973,0,5.482243537902832,3.891820192337036,5.431848526000977,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,0,1,3,3,26,167.27850341796875,1372.727294921875,3128,112.75810241699219,1,0,1.3862943649291992,0,5.119659900665283,3.25809645652771,7.224554538726807,0,0,1,0,0,0,0,0,0,0 +10,0,0,1,0,0,3,3,17,193.2996063232422,890.90911865234375,3640,128.86639404296875,1,0,2.3025851249694824,0,5.2642412185668945,2.8332133293151855,6.792242527008057,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,0,0,3,3,58,225.51620483398438,203.89610290527344,3228,149.9311065673828,1,0,0,0,5.418392181396484,4.060442924499512,5.317610740661621,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,1,0,3,3,26,220.55979919433594,823.37664794921875,3440,147.45289611816406,1,0,0.6931471824645996,0,5.3961687088012695,3.25809645652771,6.713413715362549,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,23,168.51759338378906,237.66233825683594,3228,152.4093017578125,1,0,0.6931471824645996,0,5.127040386199951,3.1354942321777344,5.470850944519043,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,1,3,3,18,198.25599670410156,1689.6103515625,3340,132.5836944580078,1,0,0.6931471824645996,0,5.2895588874816895,2.890371799468994,7.432253360748291,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,33,153.64840698242188,129.87013244628906,3337,102.84529876708984,1,0,0,0,5.034667015075684,3.4965076446533203,4.866535186767578,0,0,1,0,0,0,0,0,0,0 +6,0,0,0,1,0,3,3,48,148.69200134277344,187.0129852294922,3152,99.12799835205078,1,0,1.7917594909667969,0,5.0018768310546875,3.8712010383605957,5.231178283691406,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,52,156.12660217285156,50.649349212646484,3610,104.08439636230469,1,0,0,0,5.0506672859191895,3.9512436389923096,3.924926280975342,0,0,1,0,0,0,0,0,0,0 +15,0,0,0,1,1,3,3,56,178.43040466308594,2472.727294921875,3228,118.95359802246094,1,0,2.70805025100708,0,5.18419885635376,4.025351524353027,7.813076972961426,0,0,1,0,0,0,0,0,0,0 +5,0,0,0,NA,0,3,3,25,143.735595703125,170.12986755371094,3152,95.41069793701172,1,0,1.6094379425048828,0,4.967975616455078,3.2188758850097656,5.136561870574951,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,1,0,3,3,38,143.735595703125,103.89610290527344,3149,96.6498031616211,1,0,-1.3862943649291992,0,4.967975616455078,3.6375861167907715,4.6433916091918945,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,0,0,3,3,31,153.64840698242188,38.96104049682617,3152,102.84529876708984,1,0,1.3862943649291992,0,5.034667015075684,3.4339871406555176,3.662562131881714,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,18,148.69200134277344,20.779220581054688,3210,99.12799835205078,1,0,0,0,5.0018768310546875,2.890371799468994,3.0339534282684326,0,0,1,0,0,0,0,0,0,0 +9,0,0,0,1,1,3,3,53,218.08160400390625,979.22076416015625,3428,144.97470092773438,1,0,2.1972246170043945,0,5.38486909866333,3.97029185295105,6.886756896972656,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,0,3,3,25,161.08299255371094,205.19480895996094,3628,107.80169677734375,1,0,1.6094379425048828,0,5.0819196701049805,3.2188758850097656,5.323959827423096,0,0,1,0,0,0,0,0,0,0 +12,0,0,0,0,1,3,3,18,178.43040466308594,2528.571533203125,3152,118.95359802246094,1,0,2.4849066734313965,0,5.18419885635376,2.890371799468994,7.835409641265869,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,31,204.45150756835938,32.467533111572266,3128,136.30099487304688,1,0,1.3862943649291992,0,5.320330619812012,3.4339871406555176,3.4802405834198,0,0,1,0,0,0,0,0,0,0 +10,0,0,1,1,0,3,3,48,198.25599670410156,353.24676513671875,3116,49.56399917602539,1,0,2.3025851249694824,0,5.2895588874816895,3.8712010383605957,5.867166996002197,0,0,1,0,0,0,0,0,0,0 +5,0,0,0,1,0,3,3,43,140.01829528808594,144.1558380126953,3504,92.93250274658203,1,0,1.6094379425048828,0,4.941772937774658,3.761200189590454,4.970894813537598,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,48,156.12660217285156,166.2337646484375,3640,89.21520233154297,1,0,0,0,5.0506672859191895,3.8712010383605957,5.1133952140808105,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,1,1,3,3,27,198.25599670410156,1355.8441162109375,3640,132.5836944580078,1,0,1.7917594909667969,0,5.2895588874816895,3.295836925506592,7.212179660797119,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,0,0,3,3,47,180.90859985351562,167.532470703125,3552,120.19270324707031,1,0,-1.3862943649291992,0,5.197991847991943,3.8501474857330322,5.1211771965026855,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,0,3,3,51,174.71310424804688,37.66233825683594,3540,116.47540283203125,1,0,1.0986123085021973,0,5.163145065307617,3.931825637817383,3.6286606788635254,0,0,1,0,0,0,0,0,0,0 +6,0,0,0,1,0,3,3,30,173.4739990234375,0,3410,115.23629760742188,1,0,1.7917594909667969,0,5.156027793884277,3.4011974334716797,0,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,0,0,3,3,42,168.51759338378906,29.87013053894043,3640,112.75810241699219,1,0,-1.3862943649291992,0,5.127040386199951,3.7376697063446045,3.3968589305877686,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,39,152.4093017578125,123.37662506103516,3640,101.606201171875,1,0,1.3862943649291992,0,5.026569843292236,3.6635615825653076,4.815241813659668,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,54,158.60479736328125,84.41558074951172,3349,105.32350158691406,1,0,-1.3862943649291992,0,5.066415786743164,3.9889841079711914,4.435751914978027,0,0,1,0,0,0,0,0,0,0 +6,0,0,0,1,0,3,3,33,225.51620483398438,697.402587890625,3252,151.17019653320312,1,0,1.7917594909667969,0,5.418392181396484,3.4965076446533203,6.547362804412842,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,1,0,3,3,25,162.3220977783203,177.9220733642578,3504,107.80169677734375,1,0,1.6094379425048828,0,5.089582443237305,3.2188758850097656,5.181345462799072,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,3,50,112.75810241699219,342.8571472167969,3510,75.58509826660156,1,0,1.3862943649291992,0,4.725244998931885,3.9120230674743652,5.837313652038574,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,20,182.147705078125,111.68830871582031,3310,120.19270324707031,1,0,1.0986123085021973,0,5.204817771911621,2.995732307434082,4.715712070465088,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,40,213.1251983642578,288.3116760253906,3037,142.4965057373047,1,0,-1.3862943649291992,0,5.361879825592041,3.6888794898986816,5.664041996002197,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,25,220.55979919433594,242.85714721679688,3428,147.45289611816406,1,0,0.6931471824645996,0,5.3961687088012695,3.2188758850097656,5.492473602294922,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,21,127.6272964477539,1272.727294921875,3543,85.4979019165039,1,0,0,0,4.849114418029785,3.044522523880005,7.148917198181152,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,32,225.51620483398438,240.25973510742188,3340,149.9311065673828,1,0,-1.3862943649291992,0,5.418392181396484,3.465735912322998,5.481720447540283,0,0,1,0,0,0,0,0,0,0 +18,0,0,0,0,0,3,3,65,216.84249877929688,261.0389709472656,3628,144.97470092773438,1,0,2.890371799468994,0,5.379171371459961,4.174387454986572,5.564669609069824,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,61,216.84249877929688,154.5454559326172,3228,144.97470092773438,1,0,0.6931471824645996,0,5.379171371459961,4.110873699188232,5.040488243103027,0,0,1,0,0,0,0,0,0,0 +12,0,0,0,1,0,3,3,60,201.97329711914062,915.58441162109375,3643,133.8227996826172,1,0,2.4849066734313965,0,5.308135509490967,4.094344615936279,6.8195624351501465,0,0,1,0,0,0,0,0,0,0 +9,0,0,0,1,0,3,3,53,227.99440002441406,568.8311767578125,3428,149.9311065673828,1,0,2.1972246170043945,0,5.4293212890625,3.97029185295105,6.343583583831787,0,0,1,0,0,0,0,0,0,0 +29,0,0,0,0,0,3,3,58,188.34320068359375,748.05194091796875,3428,125.14910125732422,1,0,3.367295742034912,0,5.2382659912109375,4.060442924499512,6.6174726486206055,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,3,42,201.97329711914062,0,3310,135.06190490722656,1,0,1.3862943649291992,0,5.308135509490967,3.7376697063446045,0,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,17,140.01829528808594,0,3504,60.71590042114258,1,0,0,0,4.941772937774658,2.8332133293151855,0,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,1,1,3,3,32,188.34320068359375,2867.532470703125,3610,149.9311065673828,1,0,2.1972246170043945,0,5.2382659912109375,3.465735912322998,7.961207389831543,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,24,232.9508056640625,44.155845642089844,3004,128.86639404296875,1,0,0,0,5.450827121734619,3.178053855895996,3.7877252101898193,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,46,121.43180084228516,25.97402572631836,3536,23.54290008544922,1,0,0,0,4.799352645874023,3.828641414642334,3.257097005844116,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,42,170.9958038330078,51.94805145263672,3152,113.99720001220703,1,0,1.0986123085021973,0,5.141639232635498,3.7376697063446045,3.950244188308716,0,0,1,0,0,0,0,0,0,0 +11,0,0,0,0,0,3,3,58,173.4739990234375,700,3428,116.47540283203125,1,0,2.397895336151123,0,5.156027793884277,4.060442924499512,6.551080226898193,0,0,1,0,0,0,0,0,0,0 +15,0,0,0,1,1,3,3,62,99.12799835205078,1663.6363525390625,3428,65.67230224609375,1,0,2.70805025100708,0,4.59641170501709,4.127134323120117,7.4167609214782715,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,0,0,3,3,52,195.77780151367188,177.9220733642578,3152,131.3446044921875,1,0,-1.3862943649291992,0,5.276980400085449,3.9512436389923096,5.181345462799072,0,0,1,0,0,0,0,0,0,0 +64,0,0,0,1,1,3,3,64,185.86500549316406,32467.533203125,3210,123.91000366210938,1,0,4.158883094787598,0,5.225020408630371,4.158883094787598,10.387995719909668,0,0,1,0,0,0,0,0,0,0 +10,0,0,0,1,0,3,3,60,137.54010009765625,389.6103820800781,3228,91.69339752197266,1,0,2.3025851249694824,0,4.923915386199951,4.094344615936279,5.965147018432617,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,0,3,3,59,182.147705078125,840.259765625,3540,121.43180084228516,1,0,1.0986123085021973,0,5.204817771911621,4.077537536621094,6.733711242675781,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,0,3,3,35,115.23629760742188,663.6363525390625,3640,102.84529876708984,1,0,1.0986123085021973,0,4.746984958648682,3.5553481578826904,6.497734546661377,0,0,1,0,0,0,0,0,0,0 +11,0,0,0,1,0,3,3,50,115.23629760742188,261.0389709472656,3549,76.82420349121094,1,0,2.397895336151123,0,4.746984958648682,3.9120230674743652,5.564669609069824,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,45,138.77920532226562,38.96104049682617,3640,91.69339752197266,1,0,1.3862943649291992,0,4.932884216308594,3.8066625595092773,3.662562131881714,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,1,0,3,3,48,143.735595703125,105.19480895996094,3640,95.41069793701172,1,0,-1.3862943649291992,0,4.967975616455078,3.8712010383605957,4.655814170837402,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,0,0,3,3,23,143.735595703125,98.70130157470703,3540,95.41069793701172,1,0,0.6931471824645996,0,4.967975616455078,3.1354942321777344,4.592098236083984,0,0,1,0,0,0,0,0,0,0 +5,0,0,0,0,0,3,3,21,161.08299255371094,307.7922058105469,3540,107.80169677734375,1,0,1.6094379425048828,0,5.0819196701049805,3.044522523880005,5.729424953460693,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,26,143.735595703125,77.92208099365234,3449,96.6498031616211,1,0,0,0,4.967975616455078,3.25809645652771,4.355709552764893,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,0,0,3,3,60,94.171600341796875,185.7142791748047,3640,63.19409942626953,1,0,1.0986123085021973,0,4.545118808746338,4.094344615936279,5.224209308624268,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,27,185.86500549316406,89.61038970947266,3549,123.91000366210938,1,0,0,0,5.225020408630371,3.295836925506592,4.495471477508545,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,17,90.45429992675781,1893.5064697265625,3440,59.47679901123047,1,0,1.7917594909667969,0,4.504844665527344,2.8332133293151855,7.546185493469238,0,0,1,0,0,0,0,0,0,0 +9,0,0,0,1,1,3,3,24,128.86639404296875,1462.337646484375,3540,85.4979019165039,1,0,2.1972246170043945,0,4.858776092529297,3.178053855895996,7.287791728973389,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,0,0,3,3,19,110.27989959716797,620.77923583984375,3713,74.34600067138672,1,0,0.6931471824645996,0,4.70302152633667,2.944438934326172,6.430975437164307,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,59,133.8227996826172,157.14285278320312,3640,89.21520233154297,1,0,0,0,4.8965163230896,4.077537536621094,5.057155132293701,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,38,99.12799835205078,49.350650787353516,3504,65.67230224609375,1,0,-1.3862943649291992,0,4.59641170501709,3.6375861167907715,3.8989510536193848,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,3,28,153.64840698242188,1164.93505859375,3640,102.84529876708984,1,0,1.3862943649291992,0,5.034667015075684,3.332204580307007,7.060420513153076,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,19,170.9958038330078,216.88311767578125,3528,113.99720001220703,1,0,1.3862943649291992,0,5.141639232635498,2.944438934326172,5.379358768463135,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,21,140.01829528808594,155.8441619873047,3640,92.93250274658203,1,0,0,0,4.941772937774658,3.044522523880005,5.048856735229492,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,20,138.77920532226562,1332.467529296875,3740,92.93250274658203,1,0,1.7917594909667969,0,4.932884216308594,2.995732307434082,7.194787979125977,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,0,0,3,3,21,161.08299255371094,192.20779418945312,3628,107.80169677734375,1,0,0,0,5.0819196701049805,3.044522523880005,5.2585768699646,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,17,107.80169677734375,1100,3740,71.8677978515625,1,0,-1.3862943649291992,0,4.680293560028076,2.8332133293151855,7.003065586090088,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,0,0,3,3,19,173.4739990234375,0,3640,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,2.944438934326172,0,0,0,1,0,0,0,0,0,0,0 +10,0,0,1,0,0,3,3,20,143.735595703125,393.5065002441406,3428,94.171600341796875,1,0,2.3025851249694824,0,4.967975616455078,2.995732307434082,5.97509765625,0,0,1,0,0,0,0,0,0,0 +7,0,0,0,0,0,3,3,23,123.91000366210938,155.8441619873047,3504,83.01969909667969,1,0,1.945910096168518,0,4.819555759429932,3.1354942321777344,5.048856735229492,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,0,1,3,3,19,122.6708984375,207.79220581054688,3740,89.21520233154297,1,0,1.945910096168518,0,4.809504985809326,2.944438934326172,5.336538791656494,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,19,153.64840698242188,0,3540,146.21380615234375,1,0,0,0,5.034667015075684,2.944438934326172,0,0,0,1,0,0,0,0,0,0,0 +9,0,0,0,1,0,3,3,48,169.75669860839844,1279.2208251953125,3437,112.75810241699219,1,0,2.1972246170043945,0,5.134366035461426,3.8712010383605957,7.154006481170654,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,1,3,3,16,136.30099487304688,483.11688232421875,3304,90.45429992675781,1,0,1.7917594909667969,0,4.914865493774414,2.7725887298583984,6.180258750915527,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,17,89.21520233154297,202.59739685058594,3528,59.47679901123047,1,0,1.3862943649291992,0,4.49105167388916,2.8332133293151855,5.311220645904541,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,0,0,3,3,23,141.2574005126953,310.3896179199219,3537,94.171600341796875,1,0,0.6931471824645996,0,4.9505839347839355,3.1354942321777344,5.737828254699707,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,31,99.12799835205078,93.5064926147461,3740,65.67230224609375,1,0,-1.3862943649291992,0,4.59641170501709,3.4339871406555176,4.538031101226807,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,16,91.69339752197266,506.4934997558594,3747,61.95500183105469,1,0,1.3862943649291992,0,4.5184502601623535,2.7725887298583984,6.227511405944824,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,23,96.6498031616211,68.83116912841797,3404,64.433197021484375,1,0,1.3862943649291992,0,4.571094036102295,3.1354942321777344,4.231656551361084,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,NA,0,3,3,26,158.60479736328125,184.41558837890625,3510,105.32350158691406,1,0,0.6931471824645996,0,5.066415786743164,3.25809645652771,5.217191696166992,0,0,1,0,0,0,0,0,0,0 +6,0,0,0,1,1,3,3,24,166.03939819335938,642.85711669921875,3747,110.27989959716797,1,0,1.7917594909667969,0,5.11222505569458,3.178053855895996,6.4659223556518555,0,0,1,0,0,0,0,0,0,0 +10,0,0,0,NA,0,3,3,57,133.8227996826172,503.8961181640625,3640,89.21520233154297,1,0,2.3025851249694824,0,4.8965163230896,4.043051242828369,6.222370147705078,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,20,153.64840698242188,90.909088134765625,3304,101.606201171875,1,0,0.6931471824645996,0,5.034667015075684,2.995732307434082,4.509860038757324,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,19,133.8227996826172,370.1298828125,3640,38.41210174560547,1,0,0,0,4.8965163230896,2.944438934326172,5.913854122161865,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,0,0,3,3,19,96.6498031616211,232.467529296875,3628,64.433197021484375,1,0,0.6931471824645996,0,4.571094036102295,2.944438934326172,5.4487504959106445,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,0,3,3,30,148.69200134277344,93.5064926147461,3328,78.06330108642578,1,0,1.6094379425048828,0,5.0018768310546875,3.4011974334716797,4.538031101226807,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,NA,0,3,3,32,143.735595703125,116.88311767578125,3304,95.41069793701172,1,0,-1.3862943649291992,0,4.967975616455078,3.465735912322998,4.76117467880249,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,25,153.64840698242188,98.70130157470703,3549,74.34600067138672,1,0,1.0986123085021973,0,5.034667015075684,3.2188758850097656,4.592098236083984,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,18,152.4093017578125,107.79220581054688,3304,101.606201171875,1,0,-1.3862943649291992,0,5.026569843292236,2.890371799468994,4.680205345153809,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,0,0,3,3,27,170.9958038330078,244.1558380126953,3228,113.99720001220703,1,0,1.3862943649291992,0,5.141639232635498,3.295836925506592,5.497806549072266,0,0,1,0,0,0,0,0,0,0 +12,0,0,0,0,0,3,3,18,143.735595703125,422.0779113769531,3610,96.6498031616211,1,0,2.4849066734313965,0,4.967975616455078,2.890371799468994,6.04518985748291,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,1,3,3,20,141.2574005126953,1907.792236328125,3536,94.171600341796875,1,0,1.0986123085021973,0,4.9505839347839355,2.995732307434082,7.553701877593994,0,0,1,0,0,0,0,0,0,0 +9,0,0,0,1,0,3,3,42,91.69339752197266,497.402587890625,3428,61.95500183105469,1,0,2.1972246170043945,0,4.5184502601623535,3.7376697063446045,6.209399700164795,0,0,1,0,0,0,0,0,0,0 +9,0,0,0,0,1,3,3,32,143.735595703125,238.96104431152344,3510,95.41069793701172,1,0,2.1972246170043945,0,4.967975616455078,3.465735912322998,5.4763007164001465,0,0,1,0,0,0,0,0,0,0 +49,0,0,0,1,1,3,3,31,153.64840698242188,4937.662109375,3328,109.04080200195312,1,0,3.891820192337036,0,5.034667015075684,3.4339871406555176,8.504647254943848,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,19,156.12660217285156,151.94805908203125,3604,104.08439636230469,1,0,0,0,5.0506672859191895,2.944438934326172,5.023538589477539,0,0,1,0,0,0,0,0,0,0 +182,0,0,0,0,1,3,3,49,153.64840698242188,7976.62353515625,3328,102.84529876708984,1,0,5.204006671905518,0,5.034667015075684,3.891820192337036,8.984270095825195,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,20,214.3643035888672,205.19480895996094,3647,142.4965057373047,1,0,0,0,5.367676734924316,2.995732307434082,5.323959827423096,0,0,1,0,0,0,0,0,0,0 +13,0,0,0,0,0,3,3,62,163.5612030029297,461.0389709472656,3128,109.04080200195312,1,0,2.5649492740631104,0,5.097187042236328,4.127134323120117,6.133482456207275,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,47,99.12799835205078,0,3504,65.67230224609375,1,0,0,0,4.59641170501709,3.8501474857330322,0,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,18,118.95359802246094,146.7532501220703,3349,76.82420349121094,1,0,0,0,4.778733253479004,2.890371799468994,4.988752841949463,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,0,0,3,3,23,185.86500549316406,881.81817626953125,3740,130.10549926757812,1,0,1.0986123085021973,0,5.225020408630371,3.1354942321777344,6.781985759735107,0,0,1,0,0,0,0,0,0,0 +8,0,0,0,1,0,3,3,33,153.64840698242188,396.1038818359375,3410,102.84529876708984,1,0,2.079441547393799,0,5.034667015075684,3.4965076446533203,5.9816765785217285,0,0,1,0,0,0,0,0,0,0 +12,0,0,1,1,0,3,3,18,183.3867950439453,3192.207763671875,3340,122.6708984375,1,0,2.4849066734313965,0,5.211597442626953,2.890371799468994,8.06846809387207,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,NA,0,3,3,24,107.80169677734375,129.87013244628906,3340,61.95500183105469,1,0,0,0,4.680293560028076,3.178053855895996,4.866535186767578,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,1,3,3,18,120.19270324707031,870.1298828125,3540,80.54149627685547,1,0,1.3862943649291992,0,4.789096355438232,2.890371799468994,6.768642425537109,0,0,1,0,0,0,0,0,0,0 +6,0,0,0,1,0,3,3,31,117.7145004272461,38.96104049682617,3537,78.06330108642578,1,0,1.7917594909667969,0,4.7682623863220215,3.4339871406555176,3.662562131881714,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,0,0,3,3,18,125.14910125732422,90.909088134765625,3628,83.01969909667969,1,0,0.6931471824645996,0,4.829505920410156,2.890371799468994,4.509860038757324,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,21,161.08299255371094,836.3636474609375,3540,107.80169677734375,1,0,1.0986123085021973,0,5.0819196701049805,3.044522523880005,6.729063510894775,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,28,97.88890075683594,1955.8441162109375,3640,65.67230224609375,1,0,1.3862943649291992,0,4.58383321762085,3.332204580307007,7.578577041625977,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,3,42,149.9311065673828,185.7142791748047,3152,100.36710357666016,1,0,0,0,5.010175704956055,3.7376697063446045,5.224209308624268,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,17,142.4965057373047,94.80519104003906,3540,70.62870025634766,1,0,1.0986123085021973,0,4.959317684173584,2.8332133293151855,4.55182409286499,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,0,0,3,3,18,123.91000366210938,146.7532501220703,3210,83.01969909667969,1,0,-1.3862943649291992,0,4.819555759429932,2.890371799468994,4.988752841949463,0,0,1,0,0,0,0,0,0,0 +7,0,0,0,1,0,3,3,28,126.38819885253906,302.597412109375,3513,84.25879669189453,1,0,1.945910096168518,0,4.839358329772949,3.332204580307007,5.712403297424316,0,0,1,0,0,0,0,0,0,0 +4,0,0,0,0,0,3,3,34,137.54010009765625,0,3540,91.69339752197266,1,0,1.3862943649291992,0,4.923915386199951,3.526360511779785,0,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,1,3,3,19,96.6498031616211,140.25973510742188,3452,64.433197021484375,1,0,-1.3862943649291992,0,4.571094036102295,2.944438934326172,4.943495750427246,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,0,1,0,3,3,63,135.06190490722656,141.55844116210938,3540,89.21520233154297,1,0,-1.3862943649291992,0,4.905733108520508,4.143134593963623,4.952712535858154,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,0,0,3,3,15,173.4739990234375,2987.012939453125,3640,53.28129959106445,1,0,2.1972246170043945,0,5.156027793884277,2.70805025100708,8.0020294189453125,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,18,123.91000366210938,9.090909004211426,3152,83.01969909667969,1,0,0,0,4.819555759429932,2.890371799468994,2.207274913787842,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,1,0,3,3,52,173.4739990234375,362.3376770019531,3602,115.23629760742188,1,0,2.1972246170043945,0,5.156027793884277,3.9512436389923096,5.892576694488525,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,3,47,154.8874969482422,328.5714416503906,3510,102.84529876708984,1,0,1.0986123085021973,0,5.042698860168457,3.8501474857330322,5.794754505157471,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,1,0,3,3,23,182.147705078125,275.3246765136719,3613,121.43180084228516,1,0,1.7917594909667969,0,5.204817771911621,3.1354942321777344,5.617950916290283,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,32,210.64700317382812,135.06494140625,3652,140.01829528808594,1,0,1.0986123085021973,0,5.350183963775635,3.465735912322998,4.905755519866943,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,1,0,3,3,25,216.84249877929688,77.92208099365234,3449,162.3220977783203,1,0,1.6094379425048828,0,5.379171371459961,3.2188758850097656,4.355709552764893,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,24,168.51759338378906,118.18181610107422,3110,32.21659851074219,1,0,-1.3862943649291992,0,5.127040386199951,3.178053855895996,4.772224426269531,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,21,170.9958038330078,179.2207794189453,3549,112.75810241699219,1,0,0.6931471824645996,0,5.141639232635498,3.044522523880005,5.1886186599731445,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,1,0,3,3,22,221.7989044189453,184.41558837890625,3740,148.69200134277344,1,0,1.6094379425048828,0,5.401771068572998,3.0910425186157227,5.217191696166992,0,0,1,0,0,0,0,0,0,0 +1,0,0,0,NA,0,3,3,20,148.69200134277344,102.59740447998047,3540,99.12799835205078,1,0,0,0,5.0018768310546875,2.995732307434082,4.630812644958496,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,1,3,4,26,210.64700317382812,1653.2467041015625,4834,140.01829528808594,1,0,1.945910096168518,0,5.350183963775635,3.25809645652771,7.410496234893799,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,0,0,3,4,27,223.03799438476562,475.3246765136719,4452,148.69200134277344,1,0,0,0,5.407341957092285,3.295836925506592,6.163998126983643,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,0,0,3,4,72,115.23629760742188,42.85714340209961,4428,75.58509826660156,1,0,1.0986123085021973,0,4.746984958648682,4.276666164398193,3.7578723430633545,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,1,0,3,4,29,223.03799438476562,146.7532501220703,4110,138.77920532226562,1,0,0,0,5.407341957092285,3.367295742034912,4.988752841949463,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,1,1,1,4,52,213.1251983642578,2310.3896484375,4834,142.4965057373047,1,0,2.079441547393799,0,5.361879825592041,3.9512436389923096,7.745171546936035,0,0,0,1,0,0,0,1,0,0 +7,0,0,1,1,1,3,4,52,236.66810607910156,2503.89599609375,4834,149.9311065673828,1,0,1.945910096168518,0,5.466658592224121,3.9512436389923096,7.825603008270264,0,0,0,1,0,0,0,0,0,0 +2,0,0,1,1,0,1,4,62,125.14910125732422,0,4610,83.01969909667969,1,0,0.6931471824645996,0,4.829505920410156,4.127134323120117,0,0,0,0,1,0,0,0,1,0,0 +3,0,0,1,1,0,1,4,39,143.735595703125,307.7922058105469,4346,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,3.6635615825653076,5.729424953460693,0,0,0,1,0,0,0,1,0,0 +1,0,0,1,1,1,1,4,52,163.5612030029297,1288.3116455078125,4932,109.04080200195312,1,0,0,0,5.097187042236328,3.9512436389923096,7.161087989807129,0,0,0,1,0,0,0,1,0,0 +5,0,0,1,1,0,1,4,39,229.23350524902344,200,4428,149.9311065673828,1,0,1.6094379425048828,0,5.434741020202637,3.6635615825653076,5.2983174324035645,0,0,0,1,0,0,0,1,0,0 +2,0,0,1,NA,0,1,4,31,194.5386962890625,97.40259552001953,4152,130.10549926757812,1,0,0.6931471824645996,0,5.270631313323975,3.4339871406555176,4.578852653503418,0,0,0,1,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,4,21,190.82139587402344,58.441558837890625,4549,127.6272964477539,1,0,-1.3862943649291992,0,5.251338005065918,3.044522523880005,4.068027496337891,0,0,0,1,0,0,0,1,0,0 +3,0,0,0,1,0,1,4,30,177.19129943847656,463.6363525390625,4152,117.7145004272461,1,0,1.0986123085021973,0,5.177229881286621,3.4011974334716797,6.139100551605225,0,0,0,1,0,0,0,1,0,0 +4,0,0,1,1,1,1,4,48,163.5612030029297,275.3246765136719,4452,109.04080200195312,1,0,1.3862943649291992,0,5.097187042236328,3.8712010383605957,5.617950916290283,0,0,0,1,0,0,0,1,0,0 +6,0,0,0,1,0,1,4,41,209.40789794921875,38.96104049682617,4052,140.01829528808594,1,0,1.7917594909667969,0,5.3442840576171875,3.7135720252990723,3.662562131881714,0,0,0,1,0,0,0,1,0,0 +1,0,0,0,1,0,1,4,26,192.0605010986328,175.32467651367188,4552,127.6272964477539,1,0,0,0,5.257810592651367,3.25809645652771,5.16663932800293,0,0,0,1,0,0,0,1,0,0 +3,0,0,1,1,0,1,4,24,223.03799438476562,184.41558837890625,4428,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,3.178053855895996,5.217191696166992,0,0,0,1,0,0,0,1,0,0 +4,0,0,0,1,0,1,4,21,156.12660217285156,115.58441925048828,4152,104.08439636230469,1,0,1.3862943649291992,0,5.0506672859191895,3.044522523880005,4.750000953674316,0,0,0,1,0,0,0,1,0,0 +4,0,0,0,1,0,1,4,33,148.69200134277344,190.90908813476562,4352,99.12799835205078,1,0,1.3862943649291992,0,5.0018768310546875,3.4965076446533203,5.251797199249268,0,0,0,1,0,0,0,1,0,0 +3,0,0,0,0,0,1,4,30,156.12660217285156,51.94805145263672,4452,104.08439636230469,1,0,1.0986123085021973,0,5.0506672859191895,3.4011974334716797,3.950244188308716,0,0,0,1,0,0,0,1,0,0 +4,0,0,1,1,0,1,4,30,242.8636016845703,45.45454406738281,4852,162.3220977783203,1,0,1.3862943649291992,0,5.492499828338623,3.4011974334716797,3.8167128562927246,0,0,0,1,0,0,0,1,0,0 +19,0,0,1,1,1,1,4,50,193.2996063232422,1935.06494140625,4846,128.86639404296875,1,0,2.944438934326172,0,5.2642412185668945,3.9120230674743652,7.567896366119385,0,0,0,1,0,0,0,1,0,0 +5,0,0,1,1,1,1,4,47,198.25599670410156,2931.1689453125,4443,132.5836944580078,1,0,1.6094379425048828,0,5.2895588874816895,3.8501474857330322,7.983156681060791,0,0,0,1,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,4,21,179.66949462890625,51.94805145263672,4710,120.19270324707031,1,0,-1.3862943649291992,0,5.191119194030762,3.044522523880005,3.950244188308716,0,0,0,1,0,0,0,1,0,0 +8,0,0,1,1,0,1,4,21,198.25599670410156,646.75323486328125,4834,132.5836944580078,1,0,2.079441547393799,0,5.2895588874816895,3.044522523880005,6.4719648361206055,0,0,0,1,0,0,0,1,0,0 +3,0,0,0,1,0,1,4,32,156.12660217285156,84.41558074951172,4452,104.08439636230469,1,0,1.0986123085021973,0,5.0506672859191895,3.465735912322998,4.435751914978027,0,0,0,1,0,0,0,1,0,0 +8,0,0,1,0,1,1,4,27,195.77780151367188,2227.272705078125,4846,130.10549926757812,1,0,2.079441547393799,0,5.276980400085449,3.295836925506592,7.70853328704834,0,0,0,1,0,0,0,1,0,0 +17,0,0,1,1,0,1,4,28,178.43040466308594,655.84417724609375,4152,118.95359802246094,1,0,2.8332133293151855,0,5.18419885635376,3.332204580307007,6.4859232902526855,0,0,0,1,0,0,0,1,0,0 +5,0,0,0,1,0,1,4,19,200.7342071533203,140.25973510742188,4152,133.8227996826172,1,0,1.6094379425048828,0,5.301981449127197,2.944438934326172,4.943495750427246,0,0,0,1,0,0,0,1,0,0 +7,0,0,1,0,1,1,4,22,213.1251983642578,1149.3507080078125,4834,142.4965057373047,1,0,1.945910096168518,0,5.361879825592041,3.0910425186157227,7.046952247619629,0,0,0,1,0,0,0,1,0,0 +8,0,0,1,1,1,1,4,43,215.6033935546875,1696.1038818359375,4834,143.735595703125,1,0,2.079441547393799,0,5.373440742492676,3.761200189590454,7.436089038848877,0,0,0,1,0,0,0,1,0,0 +4,0,0,1,0,1,1,4,18,170.9958038330078,2387.012939453125,4452,113.99720001220703,1,0,1.3862943649291992,0,5.141639232635498,2.890371799468994,7.777798175811768,0,0,0,1,0,0,0,1,0,0 +10,0,0,1,1,1,1,4,54,213.1251983642578,2897.402587890625,4834,142.4965057373047,1,0,2.3025851249694824,0,5.361879825592041,3.9889841079711914,7.971570014953613,0,0,0,1,0,0,0,1,0,0 +3,0,0,1,1,0,1,4,53,219.32069396972656,72.7272720336914,4449,146.21380615234375,1,0,1.0986123085021973,0,5.3905348777771,3.97029185295105,4.286716461181641,0,0,0,1,0,0,0,1,0,0 +13,0,0,1,1,1,1,4,20,193.2996063232422,1790.9090576171875,4834,128.86639404296875,1,0,2.5649492740631104,0,5.2642412185668945,2.995732307434082,7.490478515625,0,0,0,1,0,0,0,1,0,0 +1,0,0,1,0,1,1,4,31,223.03799438476562,531.1688232421875,4840,148.69200134277344,1,0,0,0,5.407341957092285,3.4339871406555176,6.275079727172852,0,0,0,1,0,0,0,1,0,0 +5,0,0,1,0,0,1,4,19,163.5612030029297,388.3116760253906,4452,109.04080200195312,1,0,1.6094379425048828,0,5.097187042236328,2.944438934326172,5.961808204650879,0,0,0,1,0,0,0,1,0,0 +1,0,0,1,0,0,1,4,21,232.9508056640625,118.18181610107422,4852,154.8874969482422,1,0,0,0,5.450827121734619,3.044522523880005,4.772224426269531,0,0,0,1,0,0,0,1,0,0 +7,0,0,1,0,1,1,4,20,223.03799438476562,2218.181884765625,4834,148.69200134277344,1,0,1.945910096168518,0,5.407341957092285,2.995732307434082,7.704442977905273,0,0,0,1,0,0,0,1,0,0 +9,0,0,1,1,1,1,4,22,195.77780151367188,1948.052001953125,4652,130.10549926757812,1,0,2.1972246170043945,0,5.276980400085449,3.0910425186157227,7.5745849609375,0,0,0,1,0,0,0,1,0,0 +2,0,0,0,1,0,1,4,49,190.82139587402344,0,4428,126.38819885253906,1,0,0.6931471824645996,0,5.251338005065918,3.891820192337036,0,0,0,0,1,0,0,0,1,0,0 +10,0,0,0,1,1,1,4,37,173.4739990234375,1844.1558837890625,4834,115.23629760742188,1,0,2.3025851249694824,0,5.156027793884277,3.610917806625366,7.519776821136475,0,0,0,1,0,0,0,1,0,0 +0.25,0,0,0,0,0,1,4,57,173.4739990234375,53.24675369262695,4152,115.23629760742188,1,0,-1.3862943649291992,0,5.156027793884277,4.043051242828369,3.9749367237091064,0,0,0,1,0,0,0,1,0,0 +5,0,0,1,1,0,2,4,33,148.69200134277344,233.7662353515625,4646,148.69200134277344,1,0,1.6094379425048828,0,5.0018768310546875,3.4965076446533203,5.454321384429932,0,0,0,1,0,0,0,0,1,0 +5,0,0,1,1,0,1,4,63,151.17019653320312,53.24675369262695,4452,100.36710357666016,1,0,1.6094379425048828,0,5.018406391143799,4.143134593963623,3.9749367237091064,0,0,0,1,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,4,48,234.1898956298828,93.5064926147461,4428,149.9311065673828,1,0,-1.3862943649291992,0,5.456132411956787,3.8712010383605957,4.538031101226807,0,0,0,1,0,0,0,1,0,0 +3,0,0,1,1,0,1,4,24,203.21240234375,148.05194091796875,4836,135.06190490722656,1,0,1.0986123085021973,0,5.314251899719238,3.178053855895996,4.997563362121582,0,0,0,1,0,0,0,1,0,0 +1,0,0,1,0,0,1,4,22,237.90719604492188,68.83116912841797,4152,158.60479736328125,1,0,0,0,5.4718804359436035,3.0910425186157227,4.231656551361084,0,0,0,1,0,0,0,1,0,0 +9,0,0,1,0,1,1,4,23,173.4739990234375,2362.337646484375,4652,115.23629760742188,1,0,2.1972246170043945,0,5.156027793884277,3.1354942321777344,7.767406940460205,0,0,0,1,0,0,0,1,0,0 +2,0,0,0,0,0,1,4,28,200.7342071533203,218.18182373046875,4428,133.8227996826172,1,0,0.6931471824645996,0,5.301981449127197,3.332204580307007,5.385328769683838,0,0,0,1,0,0,0,1,0,0 +6,0,0,1,1,1,1,4,21,188.34320068359375,1875.32470703125,4434,153.64840698242188,1,0,1.7917594909667969,0,5.2382659912109375,3.044522523880005,7.536537170410156,0,0,0,1,0,0,0,1,0,0 +4,0,0,0,0,0,1,4,23,231.71170043945312,131.16883850097656,4652,149.9311065673828,1,0,1.3862943649291992,0,5.445493698120117,3.1354942321777344,4.876485347747803,0,0,0,1,0,0,0,1,0,0 +8,0,0,1,1,1,1,4,23,203.21240234375,2179.220703125,4834,149.9311065673828,1,0,2.079441547393799,0,5.314251899719238,3.1354942321777344,7.686722755432129,0,0,0,1,0,0,0,1,0,0 +9,0,0,0,1,1,1,4,26,161.08299255371094,3133.76611328125,4834,107.80169677734375,1,0,2.1972246170043945,0,5.0819196701049805,3.25809645652771,8.0499906539917,0,0,0,1,0,0,0,1,0,0 +9,0,0,0,0,0,1,4,21,242.8636016845703,450.64935302734375,4510,149.9311065673828,1,0,2.1972246170043945,0,5.492499828338623,3.044522523880005,6.110689640045166,0,0,0,1,0,0,0,1,0,0 +6,0,0,1,0,1,2,4,22,198.25599670410156,1964.93505859375,4834,132.5836944580078,1,0,1.7917594909667969,0,5.2895588874816895,3.0910425186157227,7.583214282989502,0,0,0,1,0,0,0,0,1,0 +7,0,0,1,1,0,3,4,58,170.9958038330078,0,4634,113.99720001220703,1,0,1.945910096168518,0,5.141639232635498,4.060442924499512,0,0,0,0,1,0,0,0,0,0,0 +4,0,0,1,1,1,2,4,32,173.4739990234375,507.7922058105469,4052,115.23629760742188,1,0,1.3862943649291992,0,5.156027793884277,3.465735912322998,6.230072498321533,0,0,0,1,0,0,0,0,1,0 +3,0,0,1,1,1,2,4,23,173.4739990234375,1979.2208251953125,4428,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,3.1354942321777344,7.590458393096924,0,0,0,1,0,0,0,0,1,0 +4,0,0,1,0,1,2,4,29,153.64840698242188,2966.23388671875,4847,102.84529876708984,1,0,1.3862943649291992,0,5.034667015075684,3.367295742034912,7.995048522949219,0,0,0,1,0,0,0,0,1,0 +0.25,0,0,1,0,0,2,4,23,170.9958038330078,96.10389709472656,4152,113.99720001220703,1,0,-1.3862943649291992,0,5.141639232635498,3.1354942321777344,4.5654296875,0,0,0,1,0,0,0,0,1,0 +10,0,0,1,0,1,2,4,24,235.4290008544922,2179.220703125,4834,128.86639404296875,1,0,2.3025851249694824,0,5.461409568786621,3.178053855895996,7.686722755432129,0,0,0,1,0,0,0,0,1,0 +8,0,0,1,0,1,2,4,18,153.64840698242188,4680.51953125,4436,102.84529876708984,1,0,2.079441547393799,0,5.034667015075684,2.890371799468994,8.451164245605469,0,0,0,1,0,0,0,0,1,0 +8,0,0,1,0,1,2,4,26,148.69200134277344,1327.272705078125,4834,99.12799835205078,1,0,2.079441547393799,0,5.0018768310546875,3.25809645652771,7.190881729125977,0,0,0,1,0,0,0,0,1,0 +11,0,0,1,1,0,2,4,42,143.735595703125,125.97402954101562,4034,95.41069793701172,1,0,2.397895336151123,0,4.967975616455078,3.7376697063446045,4.836075782775879,0,0,0,1,0,0,0,0,1,0 +6,0,0,1,1,0,2,4,31,178.43040466308594,120.77922058105469,4428,118.95359802246094,1,0,1.7917594909667969,0,5.18419885635376,3.4339871406555176,4.793964385986328,0,0,0,1,0,0,0,0,1,0 +1,0,0,1,1,0,2,4,69,198.25599670410156,105.19480895996094,4428,94.171600341796875,1,0,0,0,5.2895588874816895,4.234106540679932,4.655814170837402,0,0,0,1,0,0,0,0,1,0 +2,0,0,1,1,0,2,4,51,132.5836944580078,161.03895568847656,4410,89.21520233154297,1,0,0.6931471824645996,0,4.887214183807373,3.931825637817383,5.08164644241333,0,0,0,1,0,0,0,0,1,0 +4,0,0,1,1,1,2,4,23,223.03799438476562,1403.8961181640625,4846,147.45289611816406,1,0,1.3862943649291992,0,5.407341957092285,3.1354942321777344,7.247006416320801,0,0,0,1,0,0,0,0,1,0 +14,0,0,0,0,0,3,4,20,161.08299255371094,518.18182373046875,4149,107.80169677734375,1,0,2.6390573978424072,0,5.0819196701049805,2.995732307434082,6.250326156616211,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,1,0,1,3,4,22,158.60479736328125,837.662353515625,4040,105.32350158691406,1,0,-1.3862943649291992,0,5.066415786743164,3.0910425186157227,6.730615139007568,0,0,0,1,0,0,0,0,0,0 +2,0,0,1,0,0,3,4,19,159.84390258789062,63.6363639831543,4452,106.5625991821289,1,0,0.6931471824645996,0,5.074197769165039,2.944438934326172,4.15318489074707,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,0,0,3,4,17,168.51759338378906,75.324676513671875,4152,111.51899719238281,1,0,0,0,5.127040386199951,2.8332133293151855,4.321807861328125,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,NA,0,3,4,38,210.64700317382812,900,4152,44.607601165771484,1,0,2.079441547393799,0,5.350183963775635,3.6375861167907715,6.802394866943359,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,1,0,3,4,53,239.14630126953125,115.58441925048828,4428,149.9311065673828,1,0,1.0986123085021973,0,5.477075576782227,3.97029185295105,4.750000953674316,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,4,38,209.40789794921875,42.85714340209961,4834,149.9311065673828,1,0,-1.3862943649291992,0,5.3442840576171875,3.6375861167907715,3.7578723430633545,0,0,0,1,0,0,0,0,0,0 +5,0,0,1,0,1,3,4,19,210.64700317382812,1758.4415283203125,4352,140.01829528808594,1,0,1.6094379425048828,0,5.350183963775635,2.944438934326172,7.4721832275390625,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,1,0,2,4,37,198.25599670410156,251.94805908203125,4428,132.5836944580078,1,0,1.7917594909667969,0,5.2895588874816895,3.610917806625366,5.5292229652404785,0,0,0,1,0,0,0,0,1,0 +5,0,0,1,1,1,3,4,28,118.95359802246094,1827.272705078125,4852,79.302398681640625,1,0,1.6094379425048828,0,4.778733253479004,3.332204580307007,7.510579586029053,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,1,1,3,4,43,237.90719604492188,1767.532470703125,4834,158.60479736328125,1,0,1.0986123085021973,0,5.4718804359436035,3.761200189590454,7.477339744567871,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,4,49,166.03939819335938,75.324676513671875,4510,110.27989959716797,1,0,-1.3862943649291992,0,5.11222505569458,3.891820192337036,4.321807861328125,0,0,0,1,0,0,0,0,0,0 +5,0,0,0,1,1,3,4,55,133.8227996826172,4494.80517578125,4834,89.21520233154297,1,0,1.6094379425048828,0,4.8965163230896,4.007333278656006,8.410677909851074,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,1,1,3,4,65,154.8874969482422,2722.077880859375,4634,102.84529876708984,1,0,2.079441547393799,0,5.042698860168457,4.174387454986572,7.90915060043335,0,0,0,1,0,0,0,0,0,0 +2,0,0,0,1,0,3,4,55,146.21380615234375,349.35064697265625,4128,97.88890075683594,1,0,0.6931471824645996,0,4.985069751739502,4.007333278656006,5.856076240539551,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,1,0,3,4,22,200.7342071533203,0,4834,133.8227996826172,1,0,1.0986123085021973,0,5.301981449127197,3.0910425186157227,0,0,0,0,1,0,0,0,0,0,0 +4,0,0,1,0,1,3,4,36,161.08299255371094,185.7142791748047,4837,107.80169677734375,1,0,1.3862943649291992,0,5.0819196701049805,3.5835189819335938,5.224209308624268,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,0,1,3,4,32,143.735595703125,1718.1817626953125,4634,95.41069793701172,1,0,1.7917594909667969,0,4.967975616455078,3.465735912322998,7.449021816253662,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,0,0,3,4,37,154.8874969482422,0,4410,102.84529876708984,1,0,0,0,5.042698860168457,3.610917806625366,0,0,0,0,1,0,0,0,0,0,0 +10,0,0,1,0,1,3,4,19,180.90859985351562,2027.272705078125,4534,107.80169677734375,1,0,2.3025851249694824,0,5.197991847991943,2.944438934326172,7.614446640014648,0,0,0,1,0,0,0,0,0,0 +4,0,0,0,0,0,3,4,34,175.9521942138672,477.9220886230469,4149,117.7145004272461,1,0,1.3862943649291992,0,5.170212268829346,3.526360511779785,6.169447898864746,0,0,0,1,0,0,0,0,0,0 +10,0,0,0,1,1,3,4,46,91.69339752197266,4724.67529296875,4016,81.78060150146484,1,0,2.3025851249694824,0,4.5184502601623535,3.828641414642334,8.460554122924805,0,0,0,1,0,0,0,0,0,0 +6,0,0,0,1,0,3,4,39,166.03939819335938,509.0909118652344,4452,105.32350158691406,1,0,1.7917594909667969,0,5.11222505569458,3.6635615825653076,6.232626438140869,0,0,0,1,0,0,0,0,0,0 +5,0,0,0,1,0,3,4,58,159.84390258789062,448.05194091796875,4316,106.5625991821289,1,0,1.6094379425048828,0,5.074197769165039,4.060442924499512,6.1049089431762695,0,0,0,1,0,0,0,0,0,0 +15,0,0,0,1,1,3,4,54,185.86500549316406,4293.50634765625,4525,122.6708984375,1,0,2.70805025100708,0,5.225020408630371,3.9889841079711914,8.364858627319336,0,0,0,1,0,0,0,0,0,0 +9,0,0,1,1,0,3,4,56,173.4739990234375,732.467529296875,4634,115.23629760742188,1,0,2.1972246170043945,0,5.156027793884277,4.025351524353027,6.596418857574463,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,1,1,3,4,60,185.86500549316406,1732.467529296875,4834,123.91000366210938,1,0,2.079441547393799,0,5.225020408630371,4.094344615936279,7.457302093505859,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,0,1,3,4,21,223.03799438476562,1722.077880859375,4843,148.69200134277344,1,0,2.079441547393799,0,5.407341957092285,3.044522523880005,7.451286792755127,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,0,1,3,4,19,167.27850341796875,2006.4935302734375,4834,86.73699951171875,1,0,2.079441547393799,0,5.119659900665283,2.944438934326172,7.604144096374512,0,0,0,1,0,0,0,0,0,0 +1,0,0,0,1,0,3,4,24,235.4290008544922,76.62337493896484,4152,157.36570739746094,1,0,0,0,5.461409568786621,3.178053855895996,4.338901996612549,0,0,0,1,0,0,0,0,0,0 +4,0,0,0,1,0,3,4,47,153.64840698242188,220.7792205810547,4410,101.606201171875,1,0,1.3862943649291992,0,5.034667015075684,3.8501474857330322,5.397163391113281,0,0,0,1,0,0,0,0,0,0 +2,0,0,0,1,0,3,4,24,153.64840698242188,88.31169128417969,4152,101.606201171875,1,0,0.6931471824645996,0,5.034667015075684,3.178053855895996,4.480872631072998,0,0,0,1,0,0,0,0,0,0 +122,0,0,0,1,0,3,4,24,153.64840698242188,3246.753173828125,4152,101.606201171875,1,0,4.804020881652832,0,5.034667015075684,3.178053855895996,8.085411071777344,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,0,0,3,4,17,126.38819885253906,38.96104049682617,4846,84.25879669189453,1,0,1.0986123085021973,0,4.839358329772949,2.8332133293151855,3.662562131881714,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,1,0,3,4,34,152.4093017578125,312.98699951171875,4334,101.606201171875,1,0,2.079441547393799,0,5.026569843292236,3.526360511779785,5.746161460876465,0,0,0,1,0,0,0,0,0,0 +5,0,0,1,1,1,3,4,20,216.84249877929688,1485.7142333984375,4534,144.97470092773438,1,0,1.6094379425048828,0,5.379171371459961,2.995732307434082,7.303650856018066,0,0,0,1,0,0,0,0,0,0 +10,0,0,1,0,1,3,4,20,172.23489379882812,1329.8701171875,4834,115.23629760742188,1,0,2.3025851249694824,0,5.148859024047852,2.995732307434082,7.192836761474609,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,1,1,3,4,36,161.08299255371094,754.54547119140625,4834,106.5625991821289,1,0,1.7917594909667969,0,5.0819196701049805,3.5835189819335938,6.626115322113037,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,1,1,3,4,37,229.23350524902344,2096.10400390625,4834,152.4093017578125,1,0,1.0986123085021973,0,5.434741020202637,3.610917806625366,7.647835731506348,0,0,0,1,0,0,0,0,0,0 +12,0,0,1,1,1,3,4,59,198.25599670410156,2337.662353515625,4834,132.5836944580078,1,0,2.4849066734313965,0,5.2895588874816895,4.077537536621094,7.756906509399414,0,0,0,1,0,0,0,0,0,0 +16,0,0,1,1,1,3,4,36,166.03939819335938,3809.0908203125,4628,110.27989959716797,1,0,2.7725887298583984,0,5.11222505569458,3.5835189819335938,8.245145797729492,0,0,0,1,0,0,0,0,0,0 +9,0,0,1,1,1,3,4,58,189.58230590820312,1685.7142333984375,4634,131.3446044921875,1,0,2.1972246170043945,0,5.244823455810547,4.060442924499512,7.4299445152282715,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,1,1,3,4,60,184.6259002685547,2702.597412109375,4834,122.6708984375,1,0,2.079441547393799,0,5.218331813812256,4.094344615936279,7.901968479156494,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,0,0,3,4,46,183.3867950439453,393.5065002441406,4149,122.6708984375,1,0,0,0,5.211597442626953,3.828641414642334,5.97509765625,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,1,0,3,4,61,185.86500549316406,116.88311767578125,4152,132.5836944580078,1,0,0,0,5.225020408630371,4.110873699188232,4.76117467880249,0,0,0,1,0,0,0,0,0,0 +4,0,0,1,1,1,3,4,27,235.4290008544922,1158.4415283203125,4634,149.9311065673828,1,0,1.3862943649291992,0,5.461409568786621,3.295836925506592,7.054831027984619,0,0,0,1,0,0,0,0,0,0 +4,0,0,1,1,1,3,4,27,235.4290008544922,1158.4415283203125,4634,149.9311065673828,1,0,1.3862943649291992,0,5.461409568786621,3.295836925506592,7.054831027984619,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,NA,0,3,4,50,210.64700317382812,12.98701286315918,4534,140.01829528808594,1,0,1.0986123085021973,0,5.350183963775635,3.9120230674743652,2.5639498233795166,0,0,0,1,0,0,0,0,0,0 +5,0,0,1,1,1,3,4,29,198.25599670410156,314.28570556640625,4034,132.5836944580078,1,0,1.6094379425048828,0,5.2895588874816895,3.367295742034912,5.750302314758301,0,0,0,1,0,0,0,0,0,0 +2,0,0,1,0,1,3,4,48,107.80169677734375,1779.2208251953125,4534,162.3220977783203,1,0,0.6931471824645996,0,4.680293560028076,3.8712010383605957,7.483930587768555,0,0,0,1,0,0,0,0,0,0 +12,0,0,1,1,1,3,4,25,215.6033935546875,1718.1817626953125,4834,141.2574005126953,1,0,2.4849066734313965,0,5.373440742492676,3.2188758850097656,7.449021816253662,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,1,0,3,4,29,210.64700317382812,337.6623229980469,4428,141.2574005126953,1,0,1.7917594909667969,0,5.350183963775635,3.367295742034912,5.822046279907227,0,0,0,1,0,0,0,0,0,0 +7,0,0,1,0,1,3,4,21,179.66949462890625,533.7662353515625,4534,118.95359802246094,1,0,1.945910096168518,0,5.191119194030762,3.044522523880005,6.2799577713012695,0,0,0,1,0,0,0,0,0,0 +13,0,0,1,1,0,3,4,25,190.82139587402344,440.2597351074219,4152,126.38819885253906,1,0,2.5649492740631104,0,5.251338005065918,3.2188758850097656,6.087364673614502,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,1,1,3,4,54,143.735595703125,1559.740234375,4834,95.41069793701172,1,0,1.7917594909667969,0,4.967975616455078,3.9889841079711914,7.352274417877197,0,0,0,1,0,0,0,0,0,0 +40,0,0,1,1,1,3,4,47,231.71170043945312,5829.8701171875,4316,149.9311065673828,1,0,3.6888794898986816,0,5.445493698120117,3.8501474857330322,8.67074966430664,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,0,1,3,4,20,173.4739990234375,2087.012939453125,4834,115.23629760742188,1,0,2.079441547393799,0,5.156027793884277,2.995732307434082,7.643488883972168,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,1,1,3,4,50,237.90719604492188,1529.8701171875,4152,149.9311065673828,1,0,1.0986123085021973,0,5.4718804359436035,3.9120230674743652,7.332938194274902,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,1,0,3,4,43,198.25599670410156,66.2337646484375,4452,148.69200134277344,1,0,0,0,5.2895588874816895,3.761200189590454,4.193190574645996,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,4,34,198.25599670410156,106.4935073852539,4152,132.5836944580078,1,0,-1.3862943649291992,0,5.2895588874816895,3.526360511779785,4.668084144592285,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,0,1,3,4,29,178.43040466308594,1854.54541015625,4834,149.9311065673828,1,0,1.0986123085021973,0,5.18419885635376,3.367295742034912,7.525394916534424,0,0,0,1,0,0,0,0,0,0 +5,0,0,1,NA,1,3,4,20,219.32069396972656,1631.1688232421875,4152,146.21380615234375,1,0,1.6094379425048828,0,5.3905348777771,2.995732307434082,7.39705228805542,0,0,0,1,0,0,0,0,0,0 +3,0,0,0,1,0,3,4,44,137.54010009765625,59.74026107788086,4652,91.69339752197266,1,0,1.0986123085021973,0,4.923915386199951,3.7841897010803223,4.090006351470947,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,0,0,3,4,18,153.64840698242188,192.20779418945312,4610,101.606201171875,1,0,1.0986123085021973,0,5.034667015075684,2.890371799468994,5.2585768699646,0,0,0,1,0,0,0,0,0,0 +1,0,0,0,1,0,3,4,58,146.21380615234375,72.7272720336914,4404,69.38960266113281,1,0,0,0,4.985069751739502,4.060442924499512,4.286716461181641,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,0,0,0,3,4,26,148.69200134277344,163.63636779785156,4410,99.12799835205078,1,0,-1.3862943649291992,0,5.0018768310546875,3.25809645652771,5.097646713256836,0,0,0,1,0,0,0,0,0,0 +4,0,0,0,1,0,3,4,27,143.735595703125,38.96104049682617,4810,95.41069793701172,1,0,1.3862943649291992,0,4.967975616455078,3.295836925506592,3.662562131881714,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,0,1,0,3,4,49,161.08299255371094,125.97402954101562,4152,106.5625991821289,1,0,-1.3862943649291992,0,5.0819196701049805,3.891820192337036,4.836075782775879,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,0,0,0,3,4,39,115.23629760742188,23.376623153686523,4449,76.82420349121094,1,0,-1.3862943649291992,0,4.746984958648682,3.6635615825653076,3.1517364978790283,0,0,0,1,0,0,0,0,0,0 +10,0,0,0,1,1,3,4,31,240.38540649414062,4029.8701171875,4813,149.9311065673828,1,0,2.3025851249694824,0,5.482243537902832,3.4339871406555176,8.30148983001709,0,0,0,1,0,0,0,0,0,0 +8,0,0,0,1,1,3,4,45,190.82139587402344,2757.142822265625,4852,126.38819885253906,1,0,2.079441547393799,0,5.251338005065918,3.8066625595092773,7.921950340270996,0,0,0,1,0,0,0,0,0,0 +3,0,0,0,1,0,3,4,20,143.735595703125,92.207794189453125,4752,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,2.995732307434082,4.524044513702393,0,0,0,1,0,0,0,0,0,0 +16,0,0,1,1,0,3,4,64,240.38540649414062,9090.9091796875,4152,162.3220977783203,1,0,2.7725887298583984,0,5.482243537902832,4.158883094787598,9.115030288696289,0,0,0,1,0,0,0,0,0,0 +9,0,0,0,0,0,3,4,18,173.4739990234375,1074.0260009765625,4152,115.23629760742188,1,0,2.1972246170043945,0,5.156027793884277,2.890371799468994,6.9791693687438965,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,1,0,3,4,19,195.77780151367188,253.2467498779297,4152,130.10549926757812,1,0,0,0,5.276980400085449,2.944438934326172,5.534364223480225,0,0,0,1,0,0,0,0,0,0 +15,0,0,1,1,1,3,4,31,184.6259002685547,4954.54541015625,4434,122.6708984375,1,0,2.70805025100708,0,5.218331813812256,3.4339871406555176,8.508060455322266,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,1,0,3,4,23,208.16879272460938,90.909088134765625,4152,138.77920532226562,1,0,1.0986123085021973,0,5.338349342346191,3.1354942321777344,4.509860038757324,0,0,0,1,0,0,0,0,0,0 +3,0,0,0,1,0,3,4,32,184.6259002685547,112.98701477050781,4152,123.91000366210938,1,0,1.0986123085021973,0,5.218331813812256,3.465735912322998,4.727272987365723,0,0,0,1,0,0,0,0,0,0 +3,0,0,0,1,0,3,4,32,184.6259002685547,112.98701477050781,4152,123.91000366210938,1,0,1.0986123085021973,0,5.218331813812256,3.465735912322998,4.727272987365723,0,0,0,1,0,0,0,0,0,0 +5,0,0,0,NA,0,3,4,57,172.23489379882812,310.3896179199219,4428,115.23629760742188,1,0,1.6094379425048828,0,5.148859024047852,4.043051242828369,5.737828254699707,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,NA,0,3,4,27,214.3643035888672,38.96104049682617,4110,142.4965057373047,1,0,0,0,5.367676734924316,3.295836925506592,3.662562131881714,0,0,0,1,0,0,0,0,0,0 +2,0,0,1,1,0,3,4,62,96.6498031616211,253.2467498779297,4410,64.433197021484375,1,0,0.6931471824645996,0,4.571094036102295,4.127134323120117,5.534364223480225,0,0,0,1,0,0,0,0,0,0 +4,0,0,0,1,0,3,4,60,166.03939819335938,192.20779418945312,4052,126.38819885253906,1,0,1.3862943649291992,0,5.11222505569458,4.094344615936279,5.2585768699646,0,0,0,1,0,0,0,0,0,0 +9,0,0,1,0,1,3,4,37,146.21380615234375,5948.0517578125,4152,96.6498031616211,1,0,2.1972246170043945,0,4.985069751739502,3.610917806625366,8.690818786621094,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,0,0,3,4,21,166.03939819335938,0,4552,110.27989959716797,1,0,0,0,5.11222505569458,3.044522523880005,0,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,4,32,173.4739990234375,105.19480895996094,4552,115.23629760742188,1,0,-1.3862943649291992,0,5.156027793884277,3.465735912322998,4.655814170837402,0,0,0,1,0,0,0,0,0,0 +1,0,0,0,0,0,3,4,44,170.9958038330078,20.779220581054688,4110,113.99720001220703,1,0,0,0,5.141639232635498,3.7841897010803223,3.0339534282684326,0,0,0,1,0,0,0,0,0,0 +7,0,0,1,0,1,3,4,18,137.54010009765625,1332.467529296875,4834,90.45429992675781,1,0,1.945910096168518,0,4.923915386199951,2.890371799468994,7.194787979125977,0,0,0,1,0,0,0,0,0,0 +8,0,0,0,0,0,3,4,17,143.735595703125,267.532470703125,4152,95.41069793701172,1,0,2.079441547393799,0,4.967975616455078,2.8332133293151855,5.589241027832031,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,4,16,130.10549926757812,119.48052215576172,4404,86.73699951171875,1,0,-1.3862943649291992,0,4.868345737457275,2.7725887298583984,4.783153533935547,0,0,0,1,0,0,0,0,0,0 +8,0,0,0,1,1,3,4,49,237.90719604492188,1492.207763671875,4152,149.9311065673828,1,0,2.079441547393799,0,5.4718804359436035,3.891820192337036,7.308012008666992,0,0,0,1,0,0,0,0,0,0 +2,0,0,0,0,0,3,4,25,198.25599670410156,124.67532348632812,4152,132.5836944580078,1,0,0.6931471824645996,0,5.2895588874816895,3.2188758850097656,4.825713157653809,0,0,0,1,0,0,0,0,0,0 +15,0,0,0,0,1,3,4,45,143.735595703125,6885.71435546875,4152,95.41069793701172,1,0,2.70805025100708,0,4.967975616455078,3.8066625595092773,8.8372039794921875,0,0,0,1,0,0,0,0,0,0 +3,0,0,0,1,0,3,4,51,161.08299255371094,222.0779266357422,4004,107.80169677734375,1,0,1.0986123085021973,0,5.0819196701049805,3.931825637817383,5.40302848815918,0,0,0,1,0,0,0,0,0,0 +5,0,0,0,1,0,3,4,52,91.69339752197266,211.6883087158203,4152,61.95500183105469,1,0,1.6094379425048828,0,4.5184502601623535,3.9512436389923096,5.355114936828613,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,0,1,3,4,19,208.16879272460938,1467.532470703125,4834,138.77920532226562,1,0,1.7917594909667969,0,5.338349342346191,2.944438934326172,7.291337490081787,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,1,0,3,4,43,199.49510192871094,193.50650024414062,4428,132.5836944580078,1,0,1.0986123085021973,0,5.29578971862793,3.761200189590454,5.265311241149902,0,0,0,1,0,0,0,0,0,0 +1,0,0,0,1,0,3,4,47,151.17019653320312,210.38961791992188,4437,100.36710357666016,1,0,0,0,5.018406391143799,3.8501474857330322,5.348961353302002,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,1,0,3,4,51,100.36710357666016,151.94805908203125,4428,66.9113998413086,1,0,1.7917594909667969,0,4.608834266662598,3.931825637817383,5.023538589477539,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,1,0,3,4,26,163.5612030029297,83.11688232421875,4037,163.5612030029297,1,0,0,0,5.097187042236328,3.25809645652771,4.420248031616211,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,0,0,3,4,21,86.73699951171875,90.909088134765625,4852,81.78060150146484,1,0,0,0,4.462880611419678,3.044522523880005,4.509860038757324,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,1,0,3,4,28,185.86500549316406,79.22077941894531,4428,175.9521942138672,1,0,1.0986123085021973,0,5.225020408630371,3.332204580307007,4.372238636016846,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,0,1,3,4,32,190.82139587402344,1400,4834,126.38819885253906,1,0,2.079441547393799,0,5.251338005065918,3.465735912322998,7.244227409362793,0,0,0,1,0,0,0,0,0,0 +7,0,0,1,0,1,3,4,20,198.25599670410156,1910.3896484375,4846,132.5836944580078,1,0,1.945910096168518,0,5.2895588874816895,2.995732307434082,7.555062294006348,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,1,0,3,4,20,148.69200134277344,1588.3116455078125,4634,99.12799835205078,1,0,2.079441547393799,0,5.0018768310546875,2.995732307434082,7.370426654815674,0,0,0,1,0,0,0,0,0,0 +7,0,0,1,1,1,3,4,38,123.91000366210938,1668.8311767578125,4834,81.78060150146484,1,0,1.945910096168518,0,4.819555759429932,3.6375861167907715,7.419878959655762,0,0,0,1,0,0,0,0,0,0 +13,0,0,1,1,0,3,5,27,153.64840698242188,379.22076416015625,4249,102.84529876708984,1,0,2.5649492740631104,0,5.034667015075684,3.295836925506592,5.9381184577941895,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,1,3,5,36,99.12799835205078,720.77923583984375,4252,65.67230224609375,1,0,0,0,4.59641170501709,3.5835189819335938,6.5803327560424805,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,0,3,5,27,140.01829528808594,51.94805145263672,4204,92.93250274658203,1,0,1.0986123085021973,0,4.941772937774658,3.295836925506592,3.950244188308716,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,0,3,5,24,223.03799438476562,202.59739685058594,4252,162.3220977783203,1,0,1.0986123085021973,0,5.407341957092285,3.178053855895996,5.311220645904541,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,3,5,34,198.25599670410156,254.5454559326172,4252,149.9311065673828,1,0,1.7917594909667969,0,5.2895588874816895,3.526360511779785,5.5394792556762695,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,46,153.64840698242188,71.42857360839844,4252,47.08580017089844,1,0,0,0,5.034667015075684,3.828641414642334,4.268698215484619,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,0,1,3,5,39,198.25599670410156,1836.3636474609375,4252,131.3446044921875,1,0,1.3862943649291992,0,5.2895588874816895,3.6635615825653076,7.515542507171631,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,1,5,28,173.4739990234375,100,4249,115.23629760742188,1,0,1.7917594909667969,0,5.156027793884277,3.332204580307007,4.605170249938965,0,0,0,0,1,0,0,1,0,0 +5,0,0,1,1,1,3,5,31,198.25599670410156,2046.7532958984375,4252,132.5836944580078,1,0,1.6094379425048828,0,5.2895588874816895,3.4339871406555176,7.62401008605957,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,1,1,3,5,41,200.7342071533203,1764.93505859375,4252,133.8227996826172,1,0,1.6094379425048828,0,5.301981449127197,3.7135720252990723,7.475869178771973,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,0,3,5,36,220.55979919433594,116.88311767578125,4210,147.45289611816406,1,0,1.0986123085021973,0,5.3961687088012695,3.5835189819335938,4.76117467880249,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,0,3,5,47,242.8636016845703,124.67532348632812,4252,162.3220977783203,1,0,1.0986123085021973,0,5.492499828338623,3.8501474857330322,4.825713157653809,0,0,0,0,1,0,0,0,0,0 +11,0,0,0,0,0,1,5,40,158.60479736328125,98.70130157470703,4249,104.08439636230469,1,0,2.397895336151123,0,5.066415786743164,3.6888794898986816,4.592098236083984,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,19,218.08160400390625,240.25973510742188,4252,144.97470092773438,1,0,0,0,5.38486909866333,2.944438934326172,5.481720447540283,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,0,1,1,5,19,221.7989044189453,841.5584716796875,4252,147.45289611816406,1,0,1.0986123085021973,0,5.401771068572998,2.944438934326172,6.735255718231201,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,0,0,1,5,23,208.16879272460938,88.31169128417969,4249,69.38960266113281,1,0,0.6931471824645996,0,5.338349342346191,3.1354942321777344,4.480872631072998,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,28,200.7342071533203,159.74026489257812,4252,133.8227996826172,1,0,0,0,5.301981449127197,3.332204580307007,5.073549270629883,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,42,225.51620483398438,207.79220581054688,4216,149.9311065673828,1,0,0,0,5.418392181396484,3.7376697063446045,5.336538791656494,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,24,225.51620483398438,159.74026489257812,4216,149.9311065673828,1,0,-1.3862943649291992,0,5.418392181396484,3.178053855895996,5.073549270629883,0,0,0,0,1,0,0,1,0,0 +14,0,0,1,0,0,1,5,23,242.8636016845703,132.467529296875,4252,162.3220977783203,1,0,2.6390573978424072,0,5.492499828338623,3.1354942321777344,4.886337757110596,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,1,1,5,26,173.4739990234375,2338.9609375,4252,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,3.25809645652771,7.757462024688721,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,0,0,1,5,19,161.08299255371094,214.2857208251953,4252,107.80169677734375,1,0,1.0986123085021973,0,5.0819196701049805,2.944438934326172,5.367310047149658,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,35,148.69200134277344,24.675325393676758,4252,99.12799835205078,1,0,-1.3862943649291992,0,5.0018768310546875,3.5553481578826904,3.205803871154785,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,27,100.36710357666016,436.3636474609375,4252,66.9113998413086,1,0,0,0,4.608834266662598,3.295836925506592,6.0784759521484375,0,0,0,0,1,0,0,1,0,0 +2,0,0,0,1,0,1,5,37,220.55979919433594,140.25973510742188,4252,147.45289611816406,1,0,0.6931471824645996,0,5.3961687088012695,3.610917806625366,4.943495750427246,0,0,0,0,1,0,0,1,0,0 +12,0,0,1,0,0,1,5,19,153.64840698242188,1003.8961181640625,4249,102.84529876708984,1,0,2.4849066734313965,0,5.034667015075684,2.944438934326172,6.911643981933594,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,30,156.12660217285156,172.72727966308594,4252,102.84529876708984,1,0,0,0,5.0506672859191895,3.4011974334716797,5.151713848114014,0,0,0,0,1,0,0,1,0,0 +5,0,0,0,1,1,1,5,30,188.34320068359375,1083.116943359375,4252,125.14910125732422,1,0,1.6094379425048828,0,5.2382659912109375,3.4011974334716797,6.987598419189453,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,1,1,5,56,168.51759338378906,996.1038818359375,4252,111.51899719238281,1,0,0,0,5.127040386199951,4.025351524353027,6.903851509094238,0,0,0,0,1,0,0,1,0,0 +4,0,0,0,1,0,1,5,31,218.08160400390625,54.54545593261719,4252,144.97470092773438,1,0,1.3862943649291992,0,5.38486909866333,3.4339871406555176,3.9990344047546387,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,52,205.6905975341797,88.31169128417969,4252,137.54010009765625,1,0,0.6931471824645996,0,5.326373100280762,3.9512436389923096,4.480872631072998,0,0,0,0,1,0,0,1,0,0 +6,0,0,0,1,1,1,5,31,223.03799438476562,1520.7791748046875,4249,148.69200134277344,1,0,1.7917594909667969,0,5.407341957092285,3.4339871406555176,7.3269782066345215,0,0,0,0,1,0,0,1,0,0 +27,0,0,0,1,0,1,5,34,143.735595703125,314.28570556640625,4252,95.41069793701172,1,0,3.295836925506592,0,4.967975616455078,3.526360511779785,5.750302314758301,0,0,0,0,1,0,0,1,0,0 +14,0,0,0,1,1,1,5,21,143.735595703125,3167.532470703125,4252,95.41069793701172,1,0,2.6390573978424072,0,4.967975616455078,3.044522523880005,8.060708045959473,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,0,0,0,1,5,23,153.64840698242188,63.6363639831543,4249,102.84529876708984,1,0,-1.3862943649291992,0,5.034667015075684,3.1354942321777344,4.15318489074707,0,0,0,0,1,0,0,1,0,0 +2,0,0,0,0,1,1,5,28,205.6905975341797,909.09088134765625,4252,137.54010009765625,1,0,0.6931471824645996,0,5.326373100280762,3.332204580307007,6.812445163726807,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,26,215.6033935546875,38.96104049682617,4252,143.735595703125,1,0,0,0,5.373440742492676,3.25809645652771,3.662562131881714,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,57,180.90859985351562,0,4252,120.19270324707031,1,0,1.0986123085021973,0,5.197991847991943,4.043051242828369,0,0,0,0,0,1,0,0,1,0,0 +26,0,0,1,1,1,1,5,41,118.95359802246094,2220.779296875,4252,79.302398681640625,1,0,3.25809645652771,0,4.778733253479004,3.7135720252990723,7.705613613128662,0,0,0,0,1,0,0,1,0,0 +2,0,0,0,1,0,1,5,52,188.34320068359375,71.42857360839844,4252,125.14910125732422,1,0,0.6931471824645996,0,5.2382659912109375,3.9512436389923096,4.268698215484619,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,31,215.6033935546875,48.05194854736328,4252,143.735595703125,1,0,-1.3862943649291992,0,5.373440742492676,3.4339871406555176,3.8722827434539795,0,0,0,0,1,0,0,1,0,0 +48,0,0,0,0,1,1,5,33,225.51620483398438,5120.779296875,4252,151.17019653320312,1,0,3.8712010383605957,0,5.418392181396484,3.4965076446533203,8.541062355041504,0,0,0,0,1,0,0,1,0,0 +4,0,0,1,1,1,1,5,36,205.6905975341797,2372.727294921875,4252,149.9311065673828,1,0,1.3862943649291992,0,5.326373100280762,3.5835189819335938,7.771795272827148,0,0,0,0,1,0,0,1,0,0 +2,0,0,0,1,0,1,5,27,161.08299255371094,138.96104431152344,4252,107.80169677734375,1,0,0.6931471824645996,0,5.0819196701049805,3.295836925506592,4.9341936111450195,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,25,208.16879272460938,198.7012939453125,4252,138.77920532226562,1,0,-1.3862943649291992,0,5.338349342346191,3.2188758850097656,5.291802883148193,0,0,0,0,1,0,0,1,0,0 +20,0,0,0,1,1,1,5,58,143.735595703125,2636.363525390625,4210,94.171600341796875,1,0,2.995732307434082,0,4.967975616455078,4.060442924499512,7.877155780792236,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,27,173.4739990234375,167.532470703125,4252,115.23629760742188,1,0,0,0,5.156027793884277,3.295836925506592,5.1211771965026855,0,0,0,0,1,0,0,1,0,0 +9,0,0,1,0,1,1,5,20,175.9521942138672,993.5064697265625,4252,117.7145004272461,1,0,2.1972246170043945,0,5.170212268829346,2.995732307434082,6.901240348815918,0,0,0,0,1,0,0,1,0,0 +15,0,0,1,0,1,1,5,20,227.99440002441406,1971.4285888671875,4252,152.4093017578125,1,0,2.70805025100708,0,5.4293212890625,2.995732307434082,7.586513519287109,0,0,0,0,1,0,0,1,0,0 +5,0,0,1,1,0,1,5,24,163.5612030029297,0,4252,109.04080200195312,1,0,1.6094379425048828,0,5.097187042236328,3.178053855895996,0,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,19,143.735595703125,168.83116149902344,4252,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,2.944438934326172,5.128899097442627,0,0,0,0,1,0,0,1,0,0 +5,0,0,0,NA,0,1,5,39,205.6905975341797,146.7532501220703,4252,137.54010009765625,1,0,1.6094379425048828,0,5.326373100280762,3.6635615825653076,4.988752841949463,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,1,1,5,26,174.71310424804688,3329.8701171875,4210,116.47540283203125,1,0,0,0,5.163145065307617,3.25809645652771,8.110688209533691,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,0,0,1,5,20,168.51759338378906,201.2987060546875,4252,112.75810241699219,1,0,-1.3862943649291992,0,5.127040386199951,2.995732307434082,5.304790019989014,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,22,182.147705078125,0,4252,53.28129959106445,1,0,0,0,5.204817771911621,3.0910425186157227,0,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,30,173.4739990234375,162.33766174316406,4252,115.23629760742188,1,0,0,0,5.156027793884277,3.4011974334716797,5.0896782875061035,0,0,0,0,1,0,0,1,0,0 +6,0,0,1,1,0,1,5,43,158.60479736328125,410.3896179199219,4249,105.32350158691406,1,0,1.7917594909667969,0,5.066415786743164,3.761200189590454,6.017107009887695,0,0,0,0,1,0,0,1,0,0 +8,0,0,0,1,0,1,5,31,237.90719604492188,588.31170654296875,4252,158.60479736328125,1,0,2.079441547393799,0,5.4718804359436035,3.4339871406555176,6.377256870269775,0,0,0,0,1,0,0,1,0,0 +11,0,0,1,1,0,1,5,20,223.03799438476562,554.54547119140625,4252,138.77920532226562,1,0,2.397895336151123,0,5.407341957092285,2.995732307434082,6.318148612976074,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,22,215.6033935546875,81.81818389892578,4252,143.735595703125,1,0,0,0,5.373440742492676,3.0910425186157227,4.404499530792236,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,1,1,5,24,225.51620483398438,1422.077880859375,4252,149.9311065673828,1,0,0.6931471824645996,0,5.418392181396484,3.178053855895996,7.25987434387207,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,33,185.86500549316406,146.7532501220703,4252,123.91000366210938,1,0,0,0,5.225020408630371,3.4965076446533203,4.988752841949463,0,0,0,0,1,0,0,1,0,0 +20,0,0,1,1,0,1,5,33,185.86500549316406,1374.0260009765625,4252,123.91000366210938,1,0,2.995732307434082,0,5.225020408630371,3.4965076446533203,7.225500583648682,0,0,0,0,1,0,0,1,0,0 +22,0,0,1,1,0,1,5,33,185.86500549316406,1533.7662353515625,4252,123.91000366210938,1,0,3.0910425186157227,0,5.225020408630371,3.4965076446533203,7.335481643676758,0,0,0,0,1,0,0,1,0,0 +15,0,0,1,0,1,1,5,19,192.0605010986328,2193.506591796875,4252,127.6272964477539,1,0,2.70805025100708,0,5.257810592651367,2.944438934326172,7.693256855010986,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,43,195.77780151367188,54.54545593261719,4252,161.08299255371094,1,0,0,0,5.276980400085449,3.761200189590454,3.9990344047546387,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,73,213.1251983642578,412.98699951171875,4249,142.4965057373047,1,0,-1.3862943649291992,0,5.361879825592041,4.290459632873535,6.023416042327881,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,25,205.6905975341797,123.37662506103516,4249,137.54010009765625,1,0,1.0986123085021973,0,5.326373100280762,3.2188758850097656,4.815241813659668,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,22,231.71170043945312,58.441558837890625,4252,154.8874969482422,1,0,0,0,5.445493698120117,3.0910425186157227,4.068027496337891,0,0,0,0,1,0,0,1,0,0 +7,0,0,1,1,0,1,5,22,190.82139587402344,329.8701171875,4252,127.6272964477539,1,0,1.945910096168518,0,5.251338005065918,3.0910425186157227,5.798698902130127,0,0,0,0,1,0,0,1,0,0 +5,0,0,1,0,1,1,5,27,208.16879272460938,318.18182373046875,4252,138.77920532226562,1,0,1.6094379425048828,0,5.338349342346191,3.295836925506592,5.762622833251953,0,0,0,0,1,0,0,1,0,0 +3,0,0,0,1,0,1,5,26,215.6033935546875,114.28571319580078,4252,143.735595703125,1,0,1.0986123085021973,0,5.373440742492676,3.25809645652771,4.738701343536377,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,0,0,1,5,22,223.03799438476562,137.66233825683594,4252,148.69200134277344,1,0,-1.3862943649291992,0,5.407341957092285,3.0910425186157227,4.924803733825684,0,0,0,0,1,0,0,1,0,0 +7,0,0,0,0,0,1,5,19,153.64840698242188,128.57142639160156,4252,102.84529876708984,1,0,1.945910096168518,0,5.034667015075684,2.944438934326172,4.856484413146973,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,28,161.08299255371094,68.83116912841797,4252,107.80169677734375,1,0,0,0,5.0819196701049805,3.332204580307007,4.231656551361084,0,0,0,0,1,0,0,1,0,0 +7,0,0,0,0,1,1,5,56,227.99440002441406,1814.2857666015625,4252,149.9311065673828,1,0,1.945910096168518,0,5.4293212890625,4.025351524353027,7.50344705581665,0,0,0,0,1,0,0,1,0,0 +8,0,0,0,1,0,1,5,42,226.7552947998047,481.81817626953125,4252,151.17019653320312,1,0,2.079441547393799,0,5.4238715171813965,3.7376697063446045,6.177567005157471,0,0,0,0,1,0,0,1,0,0 +7,0,0,0,0,0,1,5,24,205.6905975341797,358.4415588378906,4252,137.54010009765625,1,0,1.945910096168518,0,5.326373100280762,3.178053855895996,5.881765842437744,0,0,0,0,1,0,0,1,0,0 +16,0,0,0,1,1,1,5,30,206.92970275878906,3107.792236328125,4249,137.54010009765625,1,0,2.7725887298583984,0,5.332379341125488,3.4011974334716797,8.041667938232422,0,0,0,0,1,0,0,1,0,0 +3,0,0,0,0,0,1,5,32,232.9508056640625,45.45454406738281,4252,154.8874969482422,1,0,1.0986123085021973,0,5.450827121734619,3.465735912322998,3.8167128562927246,0,0,0,0,1,0,0,1,0,0 +10,0,0,0,0,0,1,5,19,215.6033935546875,238.96104431152344,4252,143.735595703125,1,0,2.3025851249694824,0,5.373440742492676,2.944438934326172,5.4763007164001465,0,0,0,0,1,0,0,1,0,0 +6,0,0,1,1,0,1,5,24,188.34320068359375,363.6363525390625,4252,125.14910125732422,1,0,1.7917594909667969,0,5.2382659912109375,3.178053855895996,5.896154403686523,0,0,0,0,1,0,0,1,0,0 +38,0,0,1,1,1,1,5,32,242.8636016845703,4545.45458984375,4252,162.3220977783203,1,0,3.6375861167907715,0,5.492499828338623,3.465735912322998,8.421882629394531,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,18,213.1251983642578,270.1298828125,4249,149.9311065673828,1,0,0,0,5.361879825592041,2.890371799468994,5.598902702331543,0,0,0,0,1,0,0,1,0,0 +3,0,0,0,0,0,1,5,25,153.64840698242188,403.8961181640625,4252,102.84529876708984,1,0,1.0986123085021973,0,5.034667015075684,3.2188758850097656,6.001157760620117,0,0,0,0,1,0,0,1,0,0 +8,0,0,0,1,0,1,5,48,208.16879272460938,403.8961181640625,4252,138.77920532226562,1,0,2.079441547393799,0,5.338349342346191,3.8712010383605957,6.001157760620117,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,23,177.19129943847656,224.67532348632812,4252,236.66810607910156,1,0,0,0,5.177229881286621,3.1354942321777344,5.414656162261963,0,0,0,0,1,0,0,1,0,0 +11,0,0,1,1,1,2,5,33,223.03799438476562,3901.298583984375,4249,148.69200134277344,1,0,2.397895336151123,0,5.407341957092285,3.4965076446533203,8.269064903259277,0,0,0,0,1,0,0,0,1,0 +3,0,0,1,1,0,2,5,20,161.08299255371094,67.532470703125,4252,106.5625991821289,1,0,1.0986123085021973,0,5.0819196701049805,2.995732307434082,4.212608337402344,0,0,0,0,1,0,0,0,1,0 +3,0,0,1,1,0,2,5,40,224.277099609375,110.38961029052734,4249,149.9311065673828,1,0,1.0986123085021973,0,5.412882328033447,3.6888794898986816,4.704016208648682,0,0,0,0,1,0,0,0,1,0 +12,0,0,0,0,1,1,5,56,198.25599670410156,2494.80517578125,4252,132.5836944580078,1,0,2.4849066734313965,0,5.2895588874816895,4.025351524353027,7.82196569442749,0,0,0,0,1,0,0,1,0,0 +4,0,0,1,1,0,1,5,19,218.08160400390625,236.36363220214844,4252,144.97470092773438,1,0,1.3862943649291992,0,5.38486909866333,2.944438934326172,5.465371608734131,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,47,218.08160400390625,401.2987060546875,4252,149.9311065673828,1,0,0,0,5.38486909866333,3.8501474857330322,5.994706153869629,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,31,206.92970275878906,136.36363220214844,4252,137.54010009765625,1,0,1.0986123085021973,0,5.332379341125488,3.4339871406555176,4.915325164794922,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,57,166.03939819335938,187.0129852294922,4252,110.27989959716797,1,0,0,0,5.11222505569458,4.043051242828369,5.231178283691406,0,0,0,0,1,0,0,1,0,0 +11,0,0,1,1,1,1,5,28,221.7989044189453,3361.0390625,4252,147.45289611816406,1,0,2.397895336151123,0,5.401771068572998,3.332204580307007,8.12000560760498,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,48,231.71170043945312,212.9870147705078,4252,153.64840698242188,1,0,-1.3862943649291992,0,5.445493698120117,3.8712010383605957,5.361231327056885,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,NA,0,1,5,21,162.3220977783203,96.10389709472656,4252,122.6708984375,1,0,1.0986123085021973,0,5.089582443237305,3.044522523880005,4.5654296875,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,0,0,1,5,19,230.47259521484375,296.1038818359375,4252,153.64840698242188,1,0,0.6931471824645996,0,5.440132141113281,2.944438934326172,5.690710544586182,0,0,0,0,1,0,0,1,0,0 +14,0,0,1,1,1,1,5,31,213.1251983642578,3150.6494140625,4252,142.4965057373047,1,0,2.6390573978424072,0,5.361879825592041,3.4339871406555176,8.055363655090332,0,0,0,0,1,0,0,1,0,0 +17,0,0,1,0,0,1,5,20,198.25599670410156,761.0389404296875,4252,131.3446044921875,1,0,2.8332133293151855,0,5.2895588874816895,2.995732307434082,6.6346845626831055,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,18,235.4290008544922,29.87013053894043,4252,149.9311065673828,1,0,0.6931471824645996,0,5.461409568786621,2.890371799468994,3.3968589305877686,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,0,0,1,5,28,215.6033935546875,0,4252,149.9311065673828,1,0,-1.3862943649291992,0,5.373440742492676,3.332204580307007,0,0,0,0,0,1,0,0,1,0,0 +8,0,0,1,0,0,1,5,26,211.88609313964844,220.7792205810547,4252,141.2574005126953,1,0,2.079441547393799,0,5.356049060821533,3.25809645652771,5.397163391113281,0,0,0,0,1,0,0,1,0,0 +20,0,0,1,1,1,1,5,47,190.82139587402344,1740.259765625,4249,127.6272964477539,1,0,2.995732307434082,0,5.251338005065918,3.8501474857330322,7.461789608001709,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,1,1,5,32,162.3220977783203,3105.19482421875,4252,162.3220977783203,1,0,1.0986123085021973,0,5.089582443237305,3.465735912322998,8.040831565856934,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,34,242.8636016845703,171.42857360839844,4252,149.9311065673828,1,0,0,0,5.492499828338623,3.526360511779785,5.144166469573975,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,0,0,2,5,48,224.277099609375,97.40259552001953,4252,149.9311065673828,1,0,0,0,5.412882328033447,3.8712010383605957,4.578852653503418,0,0,0,0,1,0,0,0,1,0 +9,0,0,1,0,0,2,5,19,237.90719604492188,220.7792205810547,4252,149.9311065673828,1,0,2.1972246170043945,0,5.4718804359436035,2.944438934326172,5.397163391113281,0,0,0,0,1,0,0,0,1,0 +0.25,0,0,1,1,0,2,5,45,175.9521942138672,211.6883087158203,4249,116.47540283203125,1,0,-1.3862943649291992,0,5.170212268829346,3.8066625595092773,5.355114936828613,0,0,0,0,1,0,0,0,1,0 +1,0,0,1,0,0,1,5,19,185.86500549316406,206.49349975585938,4252,123.91000366210938,1,0,0,0,5.225020408630371,2.944438934326172,5.330268859863281,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,45,198.25599670410156,262.3376770019531,4252,132.5836944580078,1,0,0.6931471824645996,0,5.2895588874816895,3.8066625595092773,5.569632530212402,0,0,0,0,1,0,0,1,0,0 +16,0,0,1,1,0,1,5,23,173.4739990234375,344.1558532714844,4252,115.23629760742188,1,0,2.7725887298583984,0,5.156027793884277,3.1354942321777344,5.841094493865967,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,32,148.69200134277344,58.441558837890625,4252,99.12799835205078,1,0,0,0,5.0018768310546875,3.465735912322998,4.068027496337891,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,1,1,5,23,153.64840698242188,693.5064697265625,4252,102.84529876708984,1,0,0,0,5.034667015075684,3.1354942321777344,6.541760444641113,0,0,0,0,1,0,0,1,0,0 +9,0,0,1,1,0,1,5,23,208.16879272460938,940.259765625,4252,138.77920532226562,1,0,2.1972246170043945,0,5.338349342346191,3.1354942321777344,6.846156120300293,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,23,183.3867950439453,187.0129852294922,4252,122.6708984375,1,0,0,0,5.211597442626953,3.1354942321777344,5.231178283691406,0,0,0,0,1,0,0,1,0,0 +4,0,0,0,1,0,1,5,45,198.25599670410156,189.61038208007812,4252,132.5836944580078,1,0,1.3862943649291992,0,5.2895588874816895,3.8066625595092773,5.24497127532959,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,22,188.34320068359375,254.5454559326172,4252,126.38819885253906,1,0,0,0,5.2382659912109375,3.0910425186157227,5.5394792556762695,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,36,227.99440002441406,266.2337646484375,4252,149.9311065673828,1,0,0,0,5.4293212890625,3.5835189819335938,5.584374904632568,0,0,0,0,1,0,0,1,0,0 +23,0,0,0,0,0,1,5,26,197.01690673828125,987.01300048828125,4252,131.3446044921875,1,0,3.1354942321777344,0,5.283289432525635,3.25809645652771,6.894683361053467,0,0,0,0,1,0,0,1,0,0 +21,0,0,0,0,1,1,5,33,204.45150756835938,9551.9482421875,4252,136.30099487304688,1,0,3.044522523880005,0,5.320330619812012,3.4965076446533203,9.16450023651123,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,44,215.6033935546875,80.51947784423828,4252,143.735595703125,1,0,0,0,5.373440742492676,3.7841897010803223,4.3884992599487305,0,0,0,0,1,0,0,1,0,0 +5,0,0,0,1,0,1,5,22,148.69200134277344,467.532470703125,4249,99.12799835205078,1,0,1.6094379425048828,0,5.0018768310546875,3.0910425186157227,6.147468566894531,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,0,0,1,5,20,198.25599670410156,324.6753234863281,4252,132.5836944580078,1,0,0.6931471824645996,0,5.2895588874816895,2.995732307434082,5.782825469970703,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,0,1,0,1,5,21,172.23489379882812,100,4252,115.23629760742188,1,0,-1.3862943649291992,0,5.148859024047852,3.044522523880005,4.605170249938965,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,24,195.77780151367188,138.96104431152344,4252,130.10549926757812,1,0,0,0,5.276980400085449,3.178053855895996,4.9341936111450195,0,0,0,0,1,0,0,1,0,0 +14,0,0,0,1,1,1,5,32,106.5625991821289,1258.4415283203125,4252,70.62870025634766,1,0,2.6390573978424072,0,4.668732643127441,3.465735912322998,7.137629508972168,0,0,0,0,1,0,0,1,0,0 +12,0,0,0,1,1,1,5,52,213.1251983642578,1733.7662353515625,4252,142.4965057373047,1,0,2.4849066734313965,0,5.361879825592041,3.9512436389923096,7.4580512046813965,0,0,0,0,1,0,0,1,0,0 +8,0,0,0,1,0,1,5,47,211.88609313964844,857.14288330078125,4252,141.2574005126953,1,0,2.079441547393799,0,5.356049060821533,3.8501474857330322,6.753604412078857,0,0,0,0,1,0,0,1,0,0 +5,0,0,1,0,0,1,5,20,193.2996063232422,463.6363525390625,4252,128.86639404296875,1,0,1.6094379425048828,0,5.2642412185668945,2.995732307434082,6.139100551605225,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,NA,0,3,5,27,180.90859985351562,19.480520248413086,4252,121.43180084228516,1,0,0,0,5.197991847991943,3.295836925506592,2.9694149494171143,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,0,1,5,20,220.55979919433594,128.57142639160156,4249,147.45289611816406,1,0,1.0986123085021973,0,5.3961687088012695,2.995732307434082,4.856484413146973,0,0,0,0,1,0,0,1,0,0 +4,0,0,1,1,0,1,5,46,180.90859985351562,176.62338256835938,4252,120.19270324707031,1,0,1.3862943649291992,0,5.197991847991943,3.828641414642334,5.174019813537598,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,0,0,1,5,30,213.1251983642578,261.0389709472656,4252,142.4965057373047,1,0,0.6931471824645996,0,5.361879825592041,3.4011974334716797,5.564669609069824,0,0,0,0,1,0,0,1,0,0 +14,0,0,0,1,0,1,5,25,183.3867950439453,400,4252,121.43180084228516,1,0,2.6390573978424072,0,5.211597442626953,3.2188758850097656,5.991464614868164,0,0,0,0,1,0,0,1,0,0 +7,0,0,1,1,0,2,5,21,198.25599670410156,300,4252,132.5836944580078,1,0,1.945910096168518,0,5.2895588874816895,3.044522523880005,5.703782558441162,0,0,0,0,1,0,0,0,1,0 +10,0,0,1,1,0,2,5,34,127.6272964477539,706.4935302734375,4252,107.80169677734375,1,0,2.3025851249694824,0,4.849114418029785,3.526360511779785,6.560314178466797,0,0,0,0,1,0,0,0,1,0 +2,0,0,1,0,0,2,5,26,146.21380615234375,0,4249,96.6498031616211,1,0,0.6931471824645996,0,4.985069751739502,3.25809645652771,0,0,0,0,0,1,0,0,0,1,0 +30,0,0,1,0,0,2,5,28,153.64840698242188,1349.3507080078125,4252,106.5625991821289,1,0,3.4011974334716797,0,5.034667015075684,3.332204580307007,7.20737886428833,0,0,0,0,1,0,0,0,1,0 +8,0,0,0,1,1,2,5,36,218.08160400390625,2102.597412109375,4252,144.97470092773438,1,0,2.079441547393799,0,5.38486909866333,3.5835189819335938,7.650928497314453,0,0,0,0,1,0,0,0,1,0 +8,0,0,0,1,1,2,5,36,218.08160400390625,2102.597412109375,4252,144.97470092773438,1,0,2.079441547393799,0,5.38486909866333,3.5835189819335938,7.650928497314453,0,0,0,0,1,0,0,0,1,0 +8,0,0,0,1,1,2,5,36,218.08160400390625,2102.597412109375,4252,144.97470092773438,1,0,2.079441547393799,0,5.38486909866333,3.5835189819335938,7.650928497314453,0,0,0,0,1,0,0,0,1,0 +3,0,0,1,1,0,2,5,20,225.51620483398438,583.11688232421875,4249,149.9311065673828,1,0,1.0986123085021973,0,5.418392181396484,2.995732307434082,6.368387699127197,0,0,0,0,1,0,0,0,1,0 +1,0,0,1,0,0,2,5,21,198.25599670410156,100,4249,132.5836944580078,1,0,0,0,5.2895588874816895,3.044522523880005,4.605170249938965,0,0,0,0,1,0,0,0,1,0 +2,0,0,1,1,0,2,5,21,235.4290008544922,64.93506622314453,4252,149.9311065673828,1,0,0.6931471824645996,0,5.461409568786621,3.044522523880005,4.1733880043029785,0,0,0,0,1,0,0,0,1,0 +9,0,0,1,1,0,2,5,41,216.84249877929688,420.77923583984375,4252,144.97470092773438,1,0,2.1972246170043945,0,5.379171371459961,3.7135720252990723,6.042108535766602,0,0,0,0,1,0,0,0,1,0 +3,0,0,1,1,0,2,5,53,185.86500549316406,102.59740447998047,4252,123.91000366210938,1,0,1.0986123085021973,0,5.225020408630371,3.97029185295105,4.630812644958496,0,0,0,0,1,0,0,0,1,0 +5,0,0,1,1,1,2,5,25,223.03799438476562,2094.80517578125,4252,148.69200134277344,1,0,1.6094379425048828,0,5.407341957092285,3.2188758850097656,7.647215843200684,0,0,0,0,1,0,0,0,1,0 +1,0,0,1,1,0,2,5,20,198.25599670410156,225.97402954101562,4252,162.3220977783203,1,0,0,0,5.2895588874816895,2.995732307434082,5.420420169830322,0,0,0,0,1,0,0,0,1,0 +3,0,0,1,0,0,2,5,27,185.86500549316406,257.1428527832031,4252,121.43180084228516,1,0,1.0986123085021973,0,5.225020408630371,3.295836925506592,5.549631595611572,0,0,0,0,1,0,0,0,1,0 +1,0,0,1,0,0,2,5,28,223.03799438476562,41.558441162109375,4252,148.69200134277344,1,0,0,0,5.407341957092285,3.332204580307007,3.7271006107330322,0,0,0,0,1,0,0,0,1,0 +1,0,0,1,1,0,2,5,61,185.86500549316406,48.05194854736328,4249,53.28129959106445,1,0,0,0,5.225020408630371,4.110873699188232,3.8722827434539795,0,0,0,0,1,0,0,0,1,0 +21,0,0,1,1,1,2,5,47,237.90719604492188,2815.58447265625,4252,149.9311065673828,1,0,3.044522523880005,0,5.4718804359436035,3.8501474857330322,7.942924976348877,0,0,0,0,1,0,0,0,1,0 +5,0,0,1,1,0,2,5,44,231.71170043945312,98.70130157470703,4252,149.9311065673828,1,0,1.6094379425048828,0,5.445493698120117,3.7841897010803223,4.592098236083984,0,0,0,0,1,0,0,0,1,0 +3,0,0,1,1,1,2,5,20,178.43040466308594,1380.51953125,4252,118.95359802246094,1,0,1.0986123085021973,0,5.18419885635376,2.995732307434082,7.230215072631836,0,0,0,0,1,0,0,0,1,0 +2,0,0,1,0,0,2,5,18,223.03799438476562,166.2337646484375,4249,148.69200134277344,1,0,0.6931471824645996,0,5.407341957092285,2.890371799468994,5.1133952140808105,0,0,0,0,1,0,0,0,1,0 +2,0,0,1,1,0,2,5,37,198.25599670410156,188.3116912841797,4252,132.5836944580078,1,0,0.6931471824645996,0,5.2895588874816895,3.610917806625366,5.238098621368408,0,0,0,0,1,0,0,0,1,0 +0.25,0,0,1,1,0,2,5,37,166.03939819335938,83.11688232421875,4249,111.51899719238281,1,0,-1.3862943649291992,0,5.11222505569458,3.610917806625366,4.420248031616211,0,0,0,0,1,0,0,0,1,0 +0.25,0,0,1,1,0,2,5,26,232.9508056640625,12.98701286315918,4252,149.9311065673828,1,0,-1.3862943649291992,0,5.450827121734619,3.25809645652771,2.5639498233795166,0,0,0,0,1,0,0,0,1,0 +9,0,0,1,1,0,2,5,48,130.10549926757812,1950.6492919921875,4252,71.8677978515625,1,0,2.1972246170043945,0,4.868345737457275,3.8712010383605957,7.575917720794678,0,0,0,0,1,0,0,0,1,0 +1,0,0,1,0,0,2,5,18,183.3867950439453,177.9220733642578,4252,122.6708984375,1,0,0,0,5.211597442626953,2.890371799468994,5.181345462799072,0,0,0,0,1,0,0,0,1,0 +2,0,0,1,1,1,1,5,26,156.12660217285156,646.75323486328125,4252,149.9311065673828,1,0,0.6931471824645996,0,5.0506672859191895,3.25809645652771,6.4719648361206055,0,0,0,0,1,0,0,1,0,0 +6,0,0,0,1,0,3,5,24,173.4739990234375,214.2857208251953,4252,115.23629760742188,1,0,1.7917594909667969,0,5.156027793884277,3.178053855895996,5.367310047149658,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,1,3,5,35,143.735595703125,1305.19482421875,4252,95.41069793701172,1,0,1.7917594909667969,0,4.967975616455078,3.5553481578826904,7.174107551574707,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,NA,0,3,5,27,190.82139587402344,96.10389709472656,4252,138.77920532226562,1,0,0.6931471824645996,0,5.251338005065918,3.295836925506592,4.5654296875,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,19,172.23489379882812,109.09091186523438,4252,115.23629760742188,1,0,0,0,5.148859024047852,2.944438934326172,4.692181587219238,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,0,3,5,22,242.8636016845703,405.1947937011719,4252,161.08299255371094,1,0,0.6931471824645996,0,5.492499828338623,3.0910425186157227,6.004367828369141,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,0,3,5,56,225.51620483398438,240.25973510742188,4252,149.9311065673828,1,0,1.0986123085021973,0,5.418392181396484,4.025351524353027,5.481720447540283,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,0,0,3,5,26,161.08299255371094,176.62338256835938,4252,107.80169677734375,1,0,1.7917594909667969,0,5.0819196701049805,3.25809645652771,5.174019813537598,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,0,0,3,5,20,189.58230590820312,103.89610290527344,4252,126.38819885253906,1,0,0.6931471824645996,0,5.244823455810547,2.995732307434082,4.6433916091918945,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,20,168.51759338378906,148.05194091796875,4252,112.75810241699219,1,0,0,0,5.127040386199951,2.995732307434082,4.997563362121582,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,0,3,5,25,183.3867950439453,135.06494140625,4210,122.6708984375,1,0,1.0986123085021973,0,5.211597442626953,3.2188758850097656,4.905755519866943,0,0,0,0,1,0,0,0,0,0 +1,0,0,NA,NA,0,3,5,34,156.12660217285156,202.59739685058594,4252,104.08439636230469,1,0,0,0,5.0506672859191895,3.526360511779785,5.311220645904541,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,0,0,3,5,21,189.58230590820312,107.79220581054688,4252,162.3220977783203,1,0,1.7917594909667969,0,5.244823455810547,3.044522523880005,4.680205345153809,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,0,3,5,35,85.4979019165039,184.41558837890625,4252,56.998600006103516,1,0,0.6931471824645996,0,4.448492050170898,3.5553481578826904,5.217191696166992,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,1,0,3,5,35,156.12660217285156,201.2987060546875,4252,104.08439636230469,1,0,1.6094379425048828,0,5.0506672859191895,3.5553481578826904,5.304790019989014,0,0,0,0,1,0,0,0,0,0 +10,0,0,1,1,0,3,5,24,234.1898956298828,572.727294921875,4249,156.12660217285156,1,0,2.3025851249694824,0,5.456132411956787,3.178053855895996,6.350409507751465,0,0,0,0,1,0,0,0,0,0 +10,0,0,1,1,0,3,5,23,240.38540649414062,350.64935302734375,4252,161.08299255371094,1,0,2.3025851249694824,0,5.482243537902832,3.1354942321777344,5.859786510467529,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,1,0,3,5,25,218.08160400390625,228.57142639160156,4252,144.97470092773438,1,0,1.6094379425048828,0,5.38486909866333,3.2188758850097656,5.431848526000977,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,1,0,3,5,23,242.8636016845703,232.467529296875,4252,162.3220977783203,1,0,1.6094379425048828,0,5.492499828338623,3.1354942321777344,5.4487504959106445,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,0,0,3,5,21,178.43040466308594,148.05194091796875,4252,118.95359802246094,1,0,-1.3862943649291992,0,5.18419885635376,3.044522523880005,4.997563362121582,0,0,0,0,1,0,0,0,0,0 +19,0,0,1,1,1,3,5,31,213.1251983642578,6697.40283203125,4252,142.4965057373047,1,0,2.944438934326172,0,5.361879825592041,3.4339871406555176,8.80947494506836,0,0,0,0,1,0,0,0,0,0 +19,0,0,1,1,1,3,5,31,213.1251983642578,6697.40283203125,4252,142.4965057373047,1,0,2.944438934326172,0,5.361879825592041,3.4339871406555176,8.80947494506836,0,0,0,0,1,0,0,0,0,0 +11,0,0,1,1,1,3,5,26,223.03799438476562,2024.67529296875,4252,148.69200134277344,1,0,2.397895336151123,0,5.407341957092285,3.25809645652771,7.61316442489624,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,61,198.25599670410156,61.03895950317383,4252,132.5836944580078,1,0,0,0,5.2895588874816895,4.110873699188232,4.111512184143066,0,0,0,0,1,0,0,0,0,0 +182,0,0,1,1,0,3,5,61,198.25599670410156,4545.45458984375,4252,132.5836944580078,1,0,5.204006671905518,0,5.2895588874816895,4.110873699188232,8.421882629394531,0,0,0,0,1,0,0,0,0,0 +14,0,0,1,1,1,3,5,33,182.147705078125,874.0260009765625,4252,121.43180084228516,1,0,2.6390573978424072,0,5.204817771911621,3.4965076446533203,6.7731099128723145,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,0,0,3,5,21,162.3220977783203,71.42857360839844,4252,162.3220977783203,1,0,-1.3862943649291992,0,5.089582443237305,3.044522523880005,4.268698215484619,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,1,0,3,5,26,218.08160400390625,164.93505859375,4252,144.97470092773438,1,0,-1.3862943649291992,0,5.38486909866333,3.25809645652771,5.105551719665527,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,1,0,3,5,28,205.6905975341797,22.077922821044922,4252,137.54010009765625,1,0,-1.3862943649291992,0,5.326373100280762,3.332204580307007,3.0945780277252197,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,1,3,5,47,182.147705078125,332.467529296875,4252,121.43180084228516,1,0,0.6931471824645996,0,5.204817771911621,3.8501474857330322,5.80654239654541,0,0,0,0,1,0,0,0,0,0 +8,0,0,1,0,1,3,5,35,153.64840698242188,2006.4935302734375,4228,102.84529876708984,1,0,2.079441547393799,0,5.034667015075684,3.5553481578826904,7.604144096374512,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,0,0,3,5,36,166.03939819335938,362.3376770019531,4252,110.27989959716797,1,0,1.3862943649291992,0,5.11222505569458,3.5835189819335938,5.892576694488525,0,0,0,0,1,0,0,0,0,0 +26,0,0,0,1,1,3,5,24,123.91000366210938,1502.597412109375,4252,83.01969909667969,1,0,3.25809645652771,0,4.819555759429932,3.178053855895996,7.314950466156006,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,1,1,3,5,31,168.51759338378906,1327.272705078125,4210,112.75810241699219,1,0,1.3862943649291992,0,5.127040386199951,3.4339871406555176,7.190881729125977,0,0,0,0,1,0,0,0,0,0 +25,0,0,0,1,0,3,5,31,132.5836944580078,581.81817626953125,4252,79.302398681640625,1,0,3.2188758850097656,0,4.887214183807373,3.4339871406555176,6.3661580085754395,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,44,161.08299255371094,272.7272644042969,4252,107.80169677734375,1,0,1.0986123085021973,0,5.0819196701049805,3.7841897010803223,5.6084723472595215,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,1,0,3,5,42,148.69200134277344,289.6103820800781,4252,99.12799835205078,1,0,1.3862943649291992,0,5.0018768310546875,3.7376697063446045,5.66853666305542,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,19,208.16879272460938,187.0129852294922,4252,138.77920532226562,1,0,0,0,5.338349342346191,2.944438934326172,5.231178283691406,0,0,0,0,1,0,0,0,0,0 +11,0,0,1,1,0,3,5,42,153.64840698242188,849.35064697265625,4252,102.84529876708984,1,0,2.397895336151123,0,5.034667015075684,3.7376697063446045,6.744472026824951,0,0,0,0,1,0,0,0,0,0 +21,0,0,1,1,1,3,5,41,241.62449645996094,3540.259765625,4252,144.97470092773438,1,0,3.044522523880005,0,5.487384796142578,3.7135720252990723,8.171955108642578,0,0,0,0,1,0,0,0,0,0 +8,0,0,1,1,0,3,5,53,219.32069396972656,341.5584411621094,4252,149.9311065673828,1,0,2.079441547393799,0,5.3905348777771,3.97029185295105,5.833518981933594,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,0,3,5,47,223.03799438476562,64.93506622314453,4252,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,3.8501474857330322,4.1733880043029785,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,23,185.86500549316406,146.7532501220703,4252,123.91000366210938,1,0,0,0,5.225020408630371,3.1354942321777344,4.988752841949463,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,33,153.64840698242188,62.33766174316406,4246,102.84529876708984,1,0,0,0,5.034667015075684,3.4965076446533203,4.132565975189209,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,19,153.64840698242188,332.467529296875,4252,101.606201171875,1,0,0,0,5.034667015075684,2.944438934326172,5.80654239654541,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,65,117.7145004272461,132.467529296875,4252,79.302398681640625,1,0,0.6931471824645996,0,4.7682623863220215,4.174387454986572,4.886337757110596,0,0,0,0,1,0,0,0,0,0 +10,0,0,1,1,1,3,5,34,219.32069396972656,2706.493408203125,4249,146.21380615234375,1,0,2.3025851249694824,0,5.3905348777771,3.526360511779785,7.903409004211426,0,0,0,0,1,0,0,0,0,0 +11,0,0,1,1,0,3,5,39,158.60479736328125,100,4252,106.5625991821289,1,0,2.397895336151123,0,5.066415786743164,3.6635615825653076,4.605170249938965,0,0,0,0,1,0,0,0,0,0 +11,0,0,1,0,0,3,5,20,143.735595703125,580.51947021484375,4249,96.6498031616211,1,0,2.397895336151123,0,4.967975616455078,2.995732307434082,6.3639235496521,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,28,225.51620483398438,93.5064926147461,4252,43.368499755859375,1,0,0,0,5.418392181396484,3.332204580307007,4.538031101226807,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,28,188.34320068359375,0,4252,125.14910125732422,1,0,0,0,5.2382659912109375,3.332204580307007,0,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,1,3,5,26,140.01829528808594,1297.402587890625,4252,92.93250274658203,1,0,1.0986123085021973,0,4.941772937774658,3.25809645652771,7.168119430541992,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,0,0,3,5,16,115.23629760742188,154.5454559326172,4252,76.82420349121094,1,0,1.7917594909667969,0,4.746984958648682,2.7725887298583984,5.040488243103027,0,0,0,0,1,0,0,0,0,0 +6,0,0,0,0,1,3,5,21,200.7342071533203,2748.052001953125,4252,149.9311065673828,1,0,1.7917594909667969,0,5.301981449127197,3.044522523880005,7.918647766113281,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,3,5,59,218.08160400390625,115.58441925048828,4252,144.97470092773438,1,0,1.7917594909667969,0,5.38486909866333,4.077537536621094,4.750000953674316,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,43,232.9508056640625,348.05194091796875,4252,149.9311065673828,1,0,1.0986123085021973,0,5.450827121734619,3.761200189590454,5.852351665496826,0,0,0,0,1,0,0,0,0,0 +15,0,0,0,1,1,3,5,27,226.7552947998047,5875.32470703125,4252,149.9311065673828,1,0,2.70805025100708,0,5.4238715171813965,3.295836925506592,8.678516387939453,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,1,0,3,5,40,149.9311065673828,368.8311767578125,4252,149.9311065673828,1,0,1.3862943649291992,0,5.010175704956055,3.6888794898986816,5.910338878631592,0,0,0,0,1,0,0,0,0,0 +13,0,0,1,0,1,3,5,19,163.5612030029297,6157.14306640625,4252,109.04080200195312,1,0,2.5649492740631104,0,5.097187042236328,2.944438934326172,8.72536849975586,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,0,0,3,5,21,133.8227996826172,136.36363220214844,4252,89.21520233154297,1,0,-1.3862943649291992,0,4.8965163230896,3.044522523880005,4.915325164794922,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,0,0,3,5,23,141.2574005126953,1741.5584716796875,4252,94.171600341796875,1,0,1.7917594909667969,0,4.9505839347839355,3.1354942321777344,7.462535858154297,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,1,3,5,21,188.34320068359375,1211.6883544921875,4252,125.14910125732422,1,0,0.6931471824645996,0,5.2382659912109375,3.044522523880005,7.0997700691223145,0,0,0,0,1,0,0,0,0,0 +26,0,0,0,1,1,3,5,50,185.86500549316406,6996.10400390625,4252,162.3220977783203,1,0,3.25809645652771,0,5.225020408630371,3.9120230674743652,8.853108406066895,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,50,205.6905975341797,101.29869842529297,4252,137.54010009765625,1,0,0.6931471824645996,0,5.326373100280762,3.9120230674743652,4.618073463439941,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,1,0,3,5,52,144.97470092773438,64.93506622314453,4252,96.6498031616211,1,0,-1.3862943649291992,0,4.976559162139893,3.9512436389923096,4.1733880043029785,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,1,0,3,5,30,232.9508056640625,0,4249,154.8874969482422,1,0,1.3862943649291992,0,5.450827121734619,3.4011974334716797,0,0,0,0,0,1,0,0,0,0,0 +5,0,0,0,1,0,3,5,54,136.30099487304688,245.4545440673828,4252,90.45429992675781,1,0,1.6094379425048828,0,4.914865493774414,3.9889841079711914,5.503111839294434,0,0,0,0,1,0,0,0,0,0 +125,0,0,1,1,0,3,5,54,166.03939819335938,5623.37646484375,4252,110.27989959716797,1,0,4.828313827514648,0,5.11222505569458,3.9889841079711914,8.634687423706055,0,0,0,0,1,0,0,0,0,0 +60,0,0,1,0,1,3,5,38,148.69200134277344,5392.2080078125,4252,99.12799835205078,1,0,4.094344615936279,0,5.0018768310546875,3.6375861167907715,8.592710494995117,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,0,0,3,5,20,175.9521942138672,323.3766174316406,4252,116.47540283203125,1,0,1.7917594909667969,0,5.170212268829346,2.995732307434082,5.778817653656006,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,18,161.08299255371094,32.467533111572266,4252,107.80169677734375,1,0,0,0,5.0819196701049805,2.890371799468994,3.4802405834198,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,20,188.34320068359375,89.61038970947266,4249,107.80169677734375,1,0,0,0,5.2382659912109375,2.995732307434082,4.495471477508545,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,0,0,3,5,18,161.08299255371094,42.85714340209961,4252,107.80169677734375,1,0,-1.3862943649291992,0,5.0819196701049805,2.890371799468994,3.7578723430633545,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,0,1,3,5,19,161.08299255371094,567.532470703125,4252,107.80169677734375,1,0,-1.3862943649291992,0,5.0819196701049805,2.944438934326172,6.3412981033325195,0,0,0,0,1,0,0,0,0,0 +8,0,0,1,1,1,3,5,47,166.03939819335938,571.4285888671875,4252,110.27989959716797,1,0,2.079441547393799,0,5.11222505569458,3.8501474857330322,6.34813928604126,0,0,0,0,1,0,0,0,0,0 +7,0,0,0,0,1,3,5,22,175.9521942138672,623.37664794921875,4252,117.7145004272461,1,0,1.945910096168518,0,5.170212268829346,3.0910425186157227,6.435151100158691,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,1,3,5,24,235.4290008544922,1094.80517578125,4252,111.51899719238281,1,0,1.0986123085021973,0,5.461409568786621,3.178053855895996,6.998331546783447,0,0,0,0,1,0,0,0,0,0 +7,0,0,1,1,0,3,5,42,209.40789794921875,433.7662353515625,4252,140.01829528808594,1,0,1.945910096168518,0,5.3442840576171875,3.7376697063446045,6.072505950927734,0,0,0,0,1,0,0,0,0,0 +8,0,0,1,1,0,3,5,23,153.64840698242188,227.27272033691406,4249,102.84529876708984,1,0,2.079441547393799,0,5.034667015075684,3.1354942321777344,5.426150798797607,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,20,194.5386962890625,68.83116912841797,4252,130.10549926757812,1,0,0,0,5.270631313323975,2.995732307434082,4.231656551361084,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,1,0,3,5,25,161.08299255371094,340.2597351074219,4252,107.80169677734375,1,0,1.3862943649291992,0,5.0819196701049805,3.2188758850097656,5.829709053039551,0,0,0,0,1,0,0,0,0,0 +8,0,0,1,0,1,3,5,21,185.86500549316406,1372.727294921875,4252,123.91000366210938,1,0,2.079441547393799,0,5.225020408630371,3.044522523880005,7.224554538726807,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,0,3,5,36,216.84249877929688,0,4252,144.97470092773438,1,0,1.0986123085021973,0,5.379171371459961,3.5835189819335938,0,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,0,3,5,24,232.9508056640625,145.4545440673828,4252,149.9311065673828,1,0,1.0986123085021973,0,5.450827121734619,3.178053855895996,4.97986364364624,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,0,3,5,32,208.16879272460938,411.6883239746094,4252,149.9311065673828,1,0,1.0986123085021973,0,5.338349342346191,3.465735912322998,6.020266532897949,0,0,0,0,1,0,0,0,0,0 +27,0,0,1,1,0,3,5,25,210.64700317382812,1192.207763671875,4252,140.01829528808594,1,0,3.295836925506592,0,5.350183963775635,3.2188758850097656,7.083561897277832,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,1,0,3,5,19,195.77780151367188,635.06494140625,4252,131.3446044921875,1,0,1.3862943649291992,0,5.276980400085449,2.944438934326172,6.4537272453308105,0,0,0,0,1,0,0,0,0,0 +14,0,0,1,1,0,3,5,37,215.6033935546875,654.54547119140625,4228,143.735595703125,1,0,2.6390573978424072,0,5.373440742492676,3.610917806625366,6.483941078186035,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,0,0,3,5,28,185.86500549316406,135.06494140625,4249,118.95359802246094,1,0,0.6931471824645996,0,5.225020408630371,3.332204580307007,4.905755519866943,0,0,0,0,1,0,0,0,0,0 +22,0,0,0,1,1,3,5,42,242.8636016845703,1484.41552734375,4252,162.3220977783203,1,0,3.0910425186157227,0,5.492499828338623,3.7376697063446045,7.302776336669922,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,1,0,3,5,27,185.86500549316406,2259.740234375,4252,123.91000366210938,1,0,1.6094379425048828,0,5.225020408630371,3.295836925506592,7.723005294799805,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,1,0,3,5,68,154.8874969482422,133.7662353515625,4210,102.84529876708984,1,0,1.3862943649291992,0,5.042698860168457,4.219507694244385,4.896093845367432,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,28,185.86500549316406,40.25973892211914,4252,131.3446044921875,1,0,0,0,5.225020408630371,3.332204580307007,3.6953518390655518,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,0,3,5,56,184.6259002685547,224.67532348632812,4228,122.6708984375,1,0,0.6931471824645996,0,5.218331813812256,4.025351524353027,5.414656162261963,0,0,0,0,1,0,0,0,0,0 +10,0,0,0,0,1,3,5,29,185.86500549316406,51.94805145263672,4252,123.91000366210938,1,0,2.3025851249694824,0,5.225020408630371,3.367295742034912,3.950244188308716,0,0,0,0,1,0,0,0,0,0 +8,0,0,1,0,0,3,5,32,148.69200134277344,205.19480895996094,4252,99.12799835205078,1,0,2.079441547393799,0,5.0018768310546875,3.465735912322998,5.323959827423096,0,0,0,0,1,0,0,0,0,0 +27,0,0,0,1,1,3,5,32,83.01969909667969,3887.012939453125,4252,55.759498596191406,1,0,3.295836925506592,0,4.4190778732299805,3.465735912322998,8.2653961181640625,0,0,0,0,1,0,0,0,0,0 +11,0,0,1,1,0,3,5,24,223.03799438476562,137.66233825683594,4252,148.69200134277344,1,0,2.397895336151123,0,5.407341957092285,3.178053855895996,4.924803733825684,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,NA,1,3,5,58,204.45150756835938,1262.337646484375,4252,109.04080200195312,1,0,1.0986123085021973,0,5.320330619812012,4.060442924499512,7.140720367431641,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,0,3,5,43,223.03799438476562,166.2337646484375,4252,147.45289611816406,1,0,1.0986123085021973,0,5.407341957092285,3.761200189590454,5.1133952140808105,0,0,0,0,1,0,0,0,0,0 +23,0,0,1,0,1,3,5,31,223.03799438476562,4272.72705078125,4252,148.69200134277344,1,0,3.1354942321777344,0,5.407341957092285,3.4339871406555176,8.360007286071777,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,1,0,3,5,35,187.10409545898438,1012.9869995117188,4252,125.14910125732422,1,0,1.3862943649291992,0,5.231665134429932,3.5553481578826904,6.920658588409424,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,0,0,3,5,30,216.84249877929688,254.5454559326172,4252,144.97470092773438,1,0,1.6094379425048828,0,5.379171371459961,3.4011974334716797,5.5394792556762695,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,1,3,5,30,236.66810607910156,3648.052001953125,4249,157.36570739746094,1,0,1.7917594909667969,0,5.466658592224121,3.4011974334716797,8.201948165893555,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,1,0,3,5,24,192.0605010986328,127.2727279663086,4252,128.86639404296875,1,0,-1.3862943649291992,0,5.257810592651367,3.178053855895996,4.84633207321167,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,0,0,3,5,36,223.03799438476562,119.48052215576172,4252,146.21380615234375,1,0,0.6931471824645996,0,5.407341957092285,3.5835189819335938,4.783153533935547,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,1,0,3,5,25,223.03799438476562,79.22077941894531,4252,148.69200134277344,1,0,-1.3862943649291992,0,5.407341957092285,3.2188758850097656,4.372238636016846,0,0,0,0,1,0,0,0,0,0 +5,0,0,0,1,0,3,5,21,237.90719604492188,136.36363220214844,4249,158.60479736328125,1,0,1.6094379425048828,0,5.4718804359436035,3.044522523880005,4.915325164794922,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,3,5,31,143.735595703125,183.11688232421875,4252,95.41069793701172,1,0,1.7917594909667969,0,4.967975616455078,3.4339871406555176,5.210124492645264,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,0,0,3,5,42,159.84390258789062,54.54545593261719,4252,106.5625991821289,1,0,1.6094379425048828,0,5.074197769165039,3.7376697063446045,3.9990344047546387,0,0,0,0,1,0,0,0,0,0 +55,0,0,1,1,1,3,5,23,198.25599670410156,19366.234375,4252,132.5836944580078,1,0,4.007333278656006,0,5.2895588874816895,3.1354942321777344,9.871286392211914,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,1,3,5,36,203.21240234375,2958.441650390625,4252,136.30099487304688,1,0,1.0986123085021973,0,5.314251899719238,3.5835189819335938,7.992417812347412,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,39,197.01690673828125,171.42857360839844,4252,131.3446044921875,1,0,0,0,5.283289432525635,3.6635615825653076,5.144166469573975,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,44,203.21240234375,122.07791900634766,4249,135.06190490722656,1,0,0,0,5.314251899719238,3.7841897010803223,4.804659366607666,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,1,3,5,39,225.51620483398438,1381.8182373046875,4255,149.9311065673828,1,0,1.0986123085021973,0,5.418392181396484,3.6635615825653076,7.2311553955078125,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,0,0,3,5,19,189.58230590820312,90.909088134765625,4252,126.38819885253906,1,0,0.6931471824645996,0,5.244823455810547,2.944438934326172,4.509860038757324,0,0,0,0,1,0,0,0,0,0 +11,0,0,0,1,1,3,5,25,94.171600341796875,2561.0390625,4249,61.95500183105469,1,0,2.397895336151123,0,4.545118808746338,3.2188758850097656,7.84816837310791,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,1,0,3,5,36,224.277099609375,667.532470703125,4252,149.9311065673828,1,0,-1.3862943649291992,0,5.412882328033447,3.5835189819335938,6.5035881996154785,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,32,205.6905975341797,428.5714416503906,4252,49.56399917602539,1,0,0,0,5.326373100280762,3.465735912322998,6.060457229614258,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,0,3,5,31,157.36570739746094,233.7662353515625,4252,105.32350158691406,1,0,1.0986123085021973,0,5.058572292327881,3.4339871406555176,5.454321384429932,0,0,0,0,1,0,0,0,0,0 +17,0,0,1,1,0,3,5,37,153.64840698242188,0,4252,102.84529876708984,1,0,2.8332133293151855,0,5.034667015075684,3.610917806625366,0,0,0,0,0,1,0,0,0,0,0 +7,0,0,1,1,0,3,5,23,157.36570739746094,598.7012939453125,4252,105.32350158691406,1,0,1.945910096168518,0,5.058572292327881,3.1354942321777344,6.394762992858887,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,47,159.84390258789062,264.93505859375,4252,106.5625991821289,1,0,1.0986123085021973,0,5.074197769165039,3.8501474857330322,5.579484939575195,0,0,0,0,1,0,0,0,0,0 +6,0,0,0,1,0,3,5,55,135.06190490722656,98.70130157470703,4252,90.45429992675781,1,0,1.7917594909667969,0,4.905733108520508,4.007333278656006,4.592098236083984,0,0,0,0,1,0,0,0,0,0 +14,0,0,0,1,0,3,5,18,153.64840698242188,206.49349975585938,4252,101.606201171875,1,0,2.6390573978424072,0,5.034667015075684,2.890371799468994,5.330268859863281,0,0,0,0,1,0,0,0,0,0 +11,0,0,0,0,0,3,5,21,166.03939819335938,764.93505859375,4252,110.27989959716797,1,0,2.397895336151123,0,5.11222505569458,3.044522523880005,6.639791011810303,0,0,0,0,1,0,0,0,0,0 +26,0,0,0,NA,0,3,5,24,143.735595703125,383.11688232421875,4252,95.41069793701172,1,0,3.25809645652771,0,4.967975616455078,3.178053855895996,5.948339939117432,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,31,143.735595703125,225.97402954101562,4252,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,3.4339871406555176,5.420420169830322,0,0,0,0,1,0,0,0,0,0 +152,0,0,0,1,1,3,5,35,153.64840698242188,3203.89599609375,4252,102.84529876708984,1,0,5.023880481719971,0,5.034667015075684,3.5553481578826904,8.072122573852539,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,0,0,3,5,25,143.735595703125,167.532470703125,4252,95.41069793701172,1,0,-1.3862943649291992,0,4.967975616455078,3.2188758850097656,5.1211771965026855,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,1,0,3,5,43,148.69200134277344,29.87013053894043,4252,99.12799835205078,1,0,-1.3862943649291992,0,5.0018768310546875,3.761200189590454,3.3968589305877686,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,20,143.735595703125,70.12986755371094,4252,95.41069793701172,1,0,0,0,4.967975616455078,2.995732307434082,4.2503485679626465,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,21,153.64840698242188,61.03895950317383,4252,73.106903076171875,1,0,0,0,5.034667015075684,3.044522523880005,4.111512184143066,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,0,0,3,5,24,153.64840698242188,62.33766174316406,4252,102.84529876708984,1,0,0.6931471824645996,0,5.034667015075684,3.178053855895996,4.132565975189209,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,52,173.4739990234375,225.97402954101562,4252,115.23629760742188,1,0,0,0,5.156027793884277,3.9512436389923096,5.420420169830322,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,NA,0,3,5,NA,84.25879669189453,0,4252,56.998600006103516,1,0,0.6931471824645996,0,4.433893203735352,NA,0,0,0,0,0,1,0,0,0,0,0 +6,0,0,0,NA,0,3,5,37,86.73699951171875,161.03895568847656,4252,58.237701416015625,1,0,1.7917594909667969,0,4.462880611419678,3.610917806625366,5.08164644241333,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,26,156.12660217285156,0,4252,104.08439636230469,1,0,0.6931471824645996,0,5.0506672859191895,3.25809645652771,0,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,1,3,5,44,154.8874969482422,1374.0260009765625,4252,102.84529876708984,1,0,1.0986123085021973,0,5.042698860168457,3.7841897010803223,7.225500583648682,0,0,0,0,1,0,0,0,0,0 +29,0,0,0,1,1,3,5,42,115.23629760742188,2064.93505859375,4252,76.82420349121094,1,0,3.367295742034912,0,4.746984958648682,3.7376697063446045,7.632853984832764,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,NA,0,3,5,27,158.60479736328125,207.79220581054688,4252,105.32350158691406,1,0,0.6931471824645996,0,5.066415786743164,3.295836925506592,5.336538791656494,0,0,0,0,1,0,0,0,0,0 +10,0,0,0,0,0,3,5,21,148.69200134277344,497.402587890625,4252,99.12799835205078,1,0,2.3025851249694824,0,5.0018768310546875,3.044522523880005,6.209399700164795,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,0,0,3,5,18,86.73699951171875,98.70130157470703,4252,58.237701416015625,1,0,-1.3862943649291992,0,4.462880611419678,2.890371799468994,4.592098236083984,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,45,166.03939819335938,97.40259552001953,4252,110.27989959716797,1,0,0,0,5.11222505569458,3.8066625595092773,4.578852653503418,0,0,0,0,1,0,0,0,0,0 +5,0,0,0,1,0,3,5,38,168.51759338378906,37.66233825683594,4252,123.91000366210938,1,0,1.6094379425048828,0,5.127040386199951,3.6375861167907715,3.6286606788635254,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,43,158.60479736328125,0,4252,105.32350158691406,1,0,0,0,5.066415786743164,3.761200189590454,0,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,22,148.69200134277344,109.09091186523438,4252,99.12799835205078,1,0,0,0,5.0018768310546875,3.0910425186157227,4.692181587219238,0,0,0,0,1,0,0,0,0,0 +17,0,0,0,1,0,3,5,57,113.99720001220703,475.3246765136719,4252,75.58509826660156,1,0,2.8332133293151855,0,4.7361741065979,4.043051242828369,6.163998126983643,0,0,0,0,1,0,0,0,0,0 +7,0,0,0,0,0,3,5,49,220.55979919433594,506.4934997558594,4252,146.21380615234375,1,0,1.945910096168518,0,5.3961687088012695,3.891820192337036,6.227511405944824,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,39,190.82139587402344,301.2987060546875,4252,127.6272964477539,1,0,1.0986123085021973,0,5.251338005065918,3.6635615825653076,5.708102226257324,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,0,0,3,5,27,183.3867950439453,28.571428298950195,4252,121.43180084228516,1,0,-1.3862943649291992,0,5.211597442626953,3.295836925506592,3.352407217025757,0,0,0,0,1,0,0,0,0,0 +8,0,0,1,1,0,3,5,59,211.88609313964844,400,4252,141.2574005126953,1,0,2.079441547393799,0,5.356049060821533,4.077537536621094,5.991464614868164,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,38,143.735595703125,198.7012939453125,4252,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,3.6375861167907715,5.291802883148193,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,1,3,5,27,223.03799438476562,502.597412109375,4252,140.01829528808594,1,0,1.0986123085021973,0,5.407341957092285,3.295836925506592,6.219789505004883,0,0,0,0,1,0,0,0,0,0 +11,0,0,0,0,0,3,5,63,203.21240234375,0,4252,136.30099487304688,1,0,2.397895336151123,0,5.314251899719238,4.143134593963623,0,0,0,0,0,1,0,0,0,0,0 +8,0,0,0,1,1,3,5,41,189.58230590820312,1132.467529296875,4252,126.38819885253906,1,0,2.079441547393799,0,5.244823455810547,3.7135720252990723,7.032154083251953,0,0,0,0,1,0,0,0,0,0 +7,0,0,0,1,1,3,5,29,189.58230590820312,1693.5064697265625,4252,126.38819885253906,1,0,1.945910096168518,0,5.244823455810547,3.367295742034912,7.434556484222412,0,0,0,0,1,0,0,0,0,0 +15,0,0,0,1,1,3,5,31,96.6498031616211,4493.50634765625,4252,64.433197021484375,1,0,2.70805025100708,0,4.571094036102295,3.4339871406555176,8.410388946533203,0,0,0,0,1,0,0,0,0,0 +17,0,0,0,1,1,3,5,24,148.69200134277344,1975.32470703125,4252,99.12799835205078,1,0,2.8332133293151855,0,5.0018768310546875,3.178053855895996,7.5884881019592285,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,1,0,3,5,58,148.69200134277344,297.402587890625,4252,99.12799835205078,1,0,-1.3862943649291992,0,5.0018768310546875,4.060442924499512,5.69508695602417,0,0,0,0,1,0,0,0,0,0 +11,0,0,0,1,0,3,5,25,146.21380615234375,1233.7662353515625,4252,97.88890075683594,1,0,2.397895336151123,0,4.985069751739502,3.2188758850097656,7.11782693862915,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,1,3,5,35,161.08299255371094,2494.80517578125,4252,107.80169677734375,1,0,1.7917594909667969,0,5.0819196701049805,3.5553481578826904,7.82196569442749,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,1,0,3,5,56,211.88609313964844,905.19482421875,4252,141.2574005126953,1,0,-1.3862943649291992,0,5.356049060821533,4.025351524353027,6.808150291442871,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,1,3,5,22,195.77780151367188,1193.5064697265625,4249,78.06330108642578,1,0,1.0986123085021973,0,5.276980400085449,3.0910425186157227,7.084650993347168,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,1,3,5,31,224.277099609375,2745.45458984375,4252,170.9958038330078,1,0,1.0986123085021973,0,5.412882328033447,3.4339871406555176,7.917701721191406,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,1,3,5,34,211.88609313964844,6650.6494140625,4252,141.2574005126953,1,0,0.6931471824645996,0,5.356049060821533,3.526360511779785,8.802470207214355,0,0,0,0,1,0,0,0,0,0 +16,0,0,0,0,1,3,5,56,153.64840698242188,779.22076416015625,4252,102.84529876708984,1,0,2.7725887298583984,0,5.034667015075684,4.025351524353027,6.658294200897217,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,0,3,5,18,84.25879669189453,490.9090881347656,4249,55.759498596191406,1,0,1.0986123085021973,0,4.433893203735352,2.890371799468994,6.196259021759033,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,36,201.97329711914062,106.4935073852539,4252,126.38819885253906,1,0,1.0986123085021973,0,5.308135509490967,3.5835189819335938,4.668084144592285,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,1,3,5,25,163.5612030029297,1401.2987060546875,4252,109.04080200195312,1,0,0.6931471824645996,0,5.097187042236328,3.2188758850097656,7.245154857635498,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,47,173.4739990234375,116.88311767578125,4252,115.23629760742188,1,0,0,0,5.156027793884277,3.8501474857330322,4.76117467880249,0,0,0,0,1,0,0,0,0,0 +14,0,0,1,0,1,3,5,38,178.43040466308594,1807.792236328125,4210,118.95359802246094,1,0,2.6390573978424072,0,5.18419885635376,3.6375861167907715,7.499861717224121,0,0,0,0,1,0,0,0,0,0 +128,0,0,1,1,1,3,5,62,185.86500549316406,10357.142578125,4252,123.91000366210938,1,0,4.852030277252197,0,5.225020408630371,4.127134323120117,9.245431900024414,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,21,153.64840698242188,601.2987060546875,4252,14.869199752807617,1,0,0,0,5.034667015075684,3.044522523880005,6.399091720581055,0,0,0,0,1,0,0,0,0,0 +19,0,0,1,1,1,3,5,37,170.9958038330078,1562.337646484375,4252,100.36710357666016,1,0,2.944438934326172,0,5.141639232635498,3.610917806625366,7.353938579559326,0,0,0,0,1,0,0,0,0,0 +24,0,0,1,1,1,3,5,45,188.34320068359375,3671.428466796875,4252,125.14910125732422,1,0,3.178053855895996,0,5.2382659912109375,3.8066625595092773,8.208335876464844,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,0,0,3,5,31,203.21240234375,290.9090881347656,4252,135.06190490722656,1,0,1.3862943649291992,0,5.314251899719238,3.4339871406555176,5.67301082611084,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,1,3,5,24,170.9958038330078,1149.3507080078125,4252,113.99720001220703,1,0,1.0986123085021973,0,5.141639232635498,3.178053855895996,7.046952247619629,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,52,235.4290008544922,157.14285278320312,4252,157.36570739746094,1,0,0,0,5.461409568786621,3.9512436389923096,5.057155132293701,0,0,0,0,1,0,0,0,0,0 +8,0,0,0,1,1,3,5,34,183.3867950439453,1438.9610595703125,4252,122.6708984375,1,0,2.079441547393799,0,5.211597442626953,3.526360511779785,7.271676540374756,0,0,0,0,1,0,0,0,0,0 +11,0,0,0,1,0,3,5,32,224.277099609375,1311.6883544921875,4252,148.69200134277344,1,0,2.397895336151123,0,5.412882328033447,3.465735912322998,7.179070472717285,0,0,0,0,1,0,0,0,0,0 +15,0,0,0,0,1,3,5,34,127.6272964477539,3587.012939453125,4252,85.4979019165039,1,0,2.70805025100708,0,4.849114418029785,3.526360511779785,8.185074806213379,0,0,0,0,1,0,0,0,0,0 +27,0,0,0,1,1,3,5,37,189.58230590820312,3303.89599609375,4252,126.38819885253906,1,0,3.295836925506592,0,5.244823455810547,3.610917806625366,8.10285758972168,0,0,0,0,1,0,0,0,0,0 +8,0,0,1,1,0,3,5,40,179.66949462890625,107.79220581054688,4252,118.95359802246094,1,0,2.079441547393799,0,5.191119194030762,3.6888794898986816,4.680205345153809,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,42,173.4739990234375,259.7402648925781,4252,115.23629760742188,1,0,0,0,5.156027793884277,3.7376697063446045,5.559682369232178,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,1,0,3,5,40,215.6033935546875,0,4234,143.735595703125,1,0,1.3862943649291992,0,5.373440742492676,3.6888794898986816,0,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,45,208.16879272460938,158.44155883789062,4252,138.77920532226562,1,0,0,0,5.338349342346191,3.8066625595092773,5.065385818481445,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,35,166.03939819335938,175.32467651367188,4252,111.51899719238281,1,0,0.6931471824645996,0,5.11222505569458,3.5553481578826904,5.16663932800293,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,0,3,5,22,215.6033935546875,36.3636360168457,4252,144.97470092773438,1,0,1.0986123085021973,0,5.373440742492676,3.0910425186157227,3.593569278717041,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,1,1,3,5,53,227.99440002441406,1202.597412109375,4252,149.9311065673828,1,0,1.3862943649291992,0,5.4293212890625,3.97029185295105,7.092238903045654,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,1,0,3,5,32,168.51759338378906,338.9610290527344,4252,112.75810241699219,1,0,1.3862943649291992,0,5.127040386199951,3.465735912322998,5.82588529586792,0,0,0,0,1,0,0,0,0,0 +9,0,0,0,1,1,3,5,37,168.51759338378906,1632.467529296875,4252,111.51899719238281,1,0,2.1972246170043945,0,5.127040386199951,3.610917806625366,7.397848129272461,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,1,3,5,26,154.8874969482422,2281.818115234375,4252,102.84529876708984,1,0,1.0986123085021973,0,5.042698860168457,3.25809645652771,7.732728004455566,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,0,0,3,5,34,167.27850341796875,120.77922058105469,4252,111.51899719238281,1,0,1.3862943649291992,0,5.119659900665283,3.526360511779785,4.793964385986328,0,0,0,0,1,0,0,0,0,0 +8,0,0,0,1,0,3,5,62,162.3220977783203,549.35064697265625,4210,107.80169677734375,1,0,2.079441547393799,0,5.089582443237305,4.127134323120117,6.308736801147461,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,0,0,3,5,58,227.99440002441406,305.1947937011719,4252,151.17019653320312,1,0,1.3862943649291992,0,5.4293212890625,4.060442924499512,5.720950126647949,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,1,1,3,5,54,188.34320068359375,1228.5714111328125,4252,126.38819885253906,1,0,-1.3862943649291992,0,5.2382659912109375,3.9889841079711914,7.113607406616211,0,0,0,0,1,0,0,0,0,0 +110,0,0,0,1,1,3,5,44,188.34320068359375,4545.45458984375,4252,126.38819885253906,1,0,4.7004804611206055,0,5.2382659912109375,3.7841897010803223,8.421882629394531,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,1,1,3,5,45,213.1251983642578,944.15582275390625,4252,142.4965057373047,1,0,-1.3862943649291992,0,5.361879825592041,3.8066625595092773,6.8502912521362305,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,0,0,3,5,41,178.43040466308594,183.11688232421875,4252,118.95359802246094,1,0,0.6931471824645996,0,5.18419885635376,3.7135720252990723,5.210124492645264,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,44,168.51759338378906,76.62337493896484,4252,112.75810241699219,1,0,0,0,5.127040386199951,3.7841897010803223,4.338901996612549,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,1,0,3,5,53,154.8874969482422,283.11688232421875,4252,102.84529876708984,1,0,1.3862943649291992,0,5.042698860168457,3.97029185295105,5.645859718322754,0,0,0,0,1,0,0,0,0,0 +29,0,0,0,1,1,3,5,60,192.0605010986328,710.38958740234375,4252,127.6272964477539,1,0,3.367295742034912,0,5.257810592651367,4.094344615936279,6.5658135414123535,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,0,3,5,46,161.08299255371094,98.70130157470703,4252,107.80169677734375,1,0,1.0986123085021973,0,5.0819196701049805,3.828641414642334,4.592098236083984,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,50,163.5612030029297,202.59739685058594,4252,78.06330108642578,1,0,0,0,5.097187042236328,3.9120230674743652,5.311220645904541,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,0,1,3,5,51,170.9958038330078,2472.727294921875,4252,113.99720001220703,1,0,1.3862943649291992,0,5.141639232635498,3.931825637817383,7.813076972961426,0,0,0,0,1,0,0,0,0,0 +8,0,0,0,1,1,3,5,47,117.7145004272461,1758.4415283203125,4252,78.06330108642578,1,0,2.079441547393799,0,4.7682623863220215,3.8501474857330322,7.4721832275390625,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,41,151.17019653320312,44.155845642089844,4252,100.36710357666016,1,0,0.6931471824645996,0,5.018406391143799,3.7135720252990723,3.7877252101898193,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,25,143.735595703125,132.467529296875,4252,95.41069793701172,1,0,0,0,4.967975616455078,3.2188758850097656,4.886337757110596,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,1,3,5,55,122.6708984375,2810.3896484375,4252,81.78060150146484,1,0,1.0986123085021973,0,4.809504985809326,4.007333278656006,7.941078186035156,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,28,231.71170043945312,746.75323486328125,4249,149.9311065673828,1,0,0,0,5.445493698120117,3.332204580307007,6.615734577178955,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,24,223.03799438476562,129.87013244628906,4252,148.69200134277344,1,0,0,0,5.407341957092285,3.178053855895996,4.866535186767578,0,0,0,0,1,0,0,0,0,0 +14,0,0,1,1,1,3,5,39,201.97329711914062,1816.883056640625,4249,135.06190490722656,1,0,2.6390573978424072,0,5.308135509490967,3.6635615825653076,7.50487756729126,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,1,3,5,35,154.8874969482422,2736.363525390625,4252,102.84529876708984,1,0,1.0986123085021973,0,5.042698860168457,3.5553481578826904,7.9143853187561035,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,56,210.64700317382812,163.63636779785156,4252,140.01829528808594,1,0,0,0,5.350183963775635,4.025351524353027,5.097646713256836,0,0,0,0,1,0,0,0,0,0 +10,0,0,0,1,1,3,5,20,154.8874969482422,1183.116943359375,4252,102.84529876708984,1,0,2.3025851249694824,0,5.042698860168457,2.995732307434082,7.0759077072143555,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,0,0,3,5,46,162.3220977783203,383.11688232421875,4252,107.80169677734375,1,0,1.3862943649291992,0,5.089582443237305,3.828641414642334,5.948339939117432,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,0,3,5,30,147.45289611816406,144.1558380126953,4252,97.88890075683594,1,0,0.6931471824645996,0,4.993508815765381,3.4011974334716797,4.970894813537598,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,0,3,5,22,128.86639404296875,263.6363525390625,4252,86.73699951171875,1,0,1.0986123085021973,0,4.858776092529297,3.0910425186157227,5.574570655822754,0,0,0,0,1,0,0,0,0,0 +5,0,0,0,1,0,3,5,36,167.27850341796875,109.09091186523438,4252,111.51899719238281,1,0,1.6094379425048828,0,5.119659900665283,3.5835189819335938,4.692181587219238,0,0,0,0,1,0,0,0,0,0 +23,0,0,0,1,0,3,5,55,161.08299255371094,784.41558837890625,4249,107.80169677734375,1,0,3.1354942321777344,0,5.0819196701049805,4.007333278656006,6.664938926696777,0,0,0,0,1,0,0,0,0,0 +23,0,0,0,1,0,3,5,55,161.08299255371094,783.11688232421875,4249,107.80169677734375,1,0,3.1354942321777344,0,5.0819196701049805,4.007333278656006,6.6632819175720215,0,0,0,0,1,0,0,0,0,0 +16,0,0,1,0,0,3,5,19,117.7145004272461,671.4285888671875,4252,81.78060150146484,1,0,2.7725887298583984,0,4.7682623863220215,2.944438934326172,6.5094075202941895,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,0,0,3,5,27,148.69200134277344,397.402587890625,4252,99.12799835205078,1,0,1.3862943649291992,0,5.0018768310546875,3.295836925506592,5.984950065612793,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,20,153.64840698242188,0,4252,102.84529876708984,1,0,0,0,5.034667015075684,2.995732307434082,0,0,0,0,0,1,0,0,0,0,0 +13,0,0,0,1,1,3,5,30,164.80029296875,2685.71435546875,4252,100.36710357666016,1,0,2.5649492740631104,0,5.104734420776367,3.4011974334716797,7.895701885223389,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,52,143.735595703125,38.96104049682617,4252,95.41069793701172,1,0,0,0,4.967975616455078,3.9512436389923096,3.662562131881714,0,0,0,0,1,0,0,0,0,0 +9,0,0,0,1,1,3,5,34,163.5612030029297,2900,4252,109.04080200195312,1,0,2.1972246170043945,0,5.097187042236328,3.526360511779785,7.972465991973877,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,29,128.86639404296875,757.14288330078125,4252,85.4979019165039,1,0,0.6931471824645996,0,4.858776092529297,3.367295742034912,6.629551887512207,0,0,0,0,1,0,0,0,0,0 +9,0,0,0,0,0,3,5,21,135.06190490722656,459.7402648925781,4252,89.21520233154297,1,0,2.1972246170043945,0,4.905733108520508,3.044522523880005,6.130661487579346,0,0,0,0,1,0,0,0,0,0 +55,0,0,0,0,1,3,5,22,178.43040466308594,3205.19482421875,4252,118.95359802246094,1,0,4.007333278656006,0,5.18419885635376,3.0910425186157227,8.072527885437012,0,0,0,0,1,0,0,0,0,0 +14,0,0,0,0,1,3,5,44,81.78060150146484,1372.727294921875,4252,54.52040100097656,1,0,2.6390573978424072,0,4.4040398597717285,3.7841897010803223,7.224554538726807,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,0,3,5,21,229.23350524902344,457.1428527832031,4252,152.4093017578125,1,0,1.0986123085021973,0,5.434741020202637,3.044522523880005,6.124995708465576,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,3,5,22,135.06190490722656,207.79220581054688,4252,89.21520233154297,1,0,1.7917594909667969,0,4.905733108520508,3.0910425186157227,5.336538791656494,0,0,0,0,1,0,0,0,0,0 +18,0,0,1,1,1,3,5,27,161.08299255371094,2894.80517578125,4252,106.5625991821289,1,0,2.890371799468994,0,5.0819196701049805,3.295836925506592,7.970673084259033,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,17,138.77920532226562,76.62337493896484,4252,91.69339752197266,1,0,0,0,4.932884216308594,2.8332133293151855,4.338901996612549,0,0,0,0,1,0,0,0,0,0 +12,0,0,1,0,1,3,5,21,111.51899719238281,740.259765625,4252,73.106903076171875,1,0,2.4849066734313965,0,4.7141947746276855,3.044522523880005,6.607001304626465,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,33,100.36710357666016,183.11688232421875,4252,66.9113998413086,1,0,0,0,4.608834266662598,3.4965076446533203,5.210124492645264,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,37,132.5836944580078,0,4252,87.9760971069336,1,0,0,0,4.887214183807373,3.610917806625366,0,0,0,0,0,1,0,0,0,0,0 +5,0,0,0,1,1,3,5,28,184.6259002685547,2433.76611328125,4252,122.6708984375,1,0,1.6094379425048828,0,5.218331813812256,3.332204580307007,7.797194957733154,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,0,3,5,48,122.6708984375,0,4252,83.01969909667969,1,0,1.0986123085021973,0,4.809504985809326,3.8712010383605957,0,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,0,0,3,5,19,100.36710357666016,31.16883087158203,4252,100.36710357666016,1,0,-1.3862943649291992,0,4.608834266662598,2.944438934326172,3.4394185543060303,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,3,5,28,161.08299255371094,341.5584411621094,4252,107.80169677734375,1,0,1.7917594909667969,0,5.0819196701049805,3.332204580307007,5.833518981933594,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,1,0,3,5,39,163.5612030029297,133.7662353515625,4252,109.04080200195312,1,0,1.3862943649291992,0,5.097187042236328,3.6635615825653076,4.896093845367432,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,3,5,21,153.64840698242188,0,4252,101.606201171875,1,0,1.7917594909667969,0,5.034667015075684,3.044522523880005,0,0,0,0,0,1,0,0,0,0,0 +21,0,0,0,1,1,3,5,39,107.80169677734375,2323.376708984375,4252,71.8677978515625,1,0,3.044522523880005,0,4.680293560028076,3.6635615825653076,7.750776767730713,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,0,0,3,5,56,116.47540283203125,284.41558837890625,4252,78.06330108642578,1,0,0.6931471824645996,0,4.7576799392700195,4.025351524353027,5.6504364013671875,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,0,0,3,5,60,107.80169677734375,38.96104049682617,4252,71.8677978515625,1,0,0.6931471824645996,0,4.680293560028076,4.094344615936279,3.662562131881714,0,0,0,0,1,0,0,0,0,0 +20,0,0,1,1,0,3,5,38,185.86500549316406,1757.142822265625,4252,123.91000366210938,1,0,2.995732307434082,0,5.225020408630371,3.6375861167907715,7.471444606781006,0,0,0,0,1,0,0,0,0,0 +7,0,0,0,1,0,3,5,28,110.27989959716797,398.7012939453125,4252,73.106903076171875,1,0,1.945910096168518,0,4.70302152633667,3.332204580307007,5.988212585449219,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,1,1,3,5,23,173.4739990234375,1653.2467041015625,4252,115.23629760742188,1,0,1.6094379425048828,0,5.156027793884277,3.1354942321777344,7.410496234893799,0,0,0,0,1,0,0,0,0,0 +18,0,0,0,0,1,3,5,62,226.7552947998047,6363.63623046875,4252,149.9311065673828,1,0,2.890371799468994,0,5.4238715171813965,4.127134323120117,8.758355140686035,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,1,0,3,5,46,143.735595703125,57.14285659790039,4252,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,3.828641414642334,4.045554161071777,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,41,168.51759338378906,115.58441925048828,4252,112.75810241699219,1,0,0,0,5.127040386199951,3.7135720252990723,4.750000953674316,0,0,0,0,1,0,0,0,0,0 +22,0,0,1,1,0,3,5,26,220.55979919433594,2374.02587890625,4252,147.45289611816406,1,0,3.0910425186157227,0,5.3961687088012695,3.25809645652771,7.772342681884766,0,0,0,0,1,0,0,0,0,0 +22,0,0,1,1,0,3,5,26,220.55979919433594,2374.02587890625,4252,147.45289611816406,1,0,3.0910425186157227,0,5.3961687088012695,3.25809645652771,7.772342681884766,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,1,5,20,187.10409545898438,67.532470703125,4252,106.5625991821289,1,0,0,0,5.231665134429932,2.995732307434082,4.212608337402344,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,0,1,0,1,5,33,153.64840698242188,84.41558074951172,4252,102.84529876708984,1,0,-1.3862943649291992,0,5.034667015075684,3.4965076446533203,4.435751914978027,0,0,0,0,1,0,0,1,0,0 +11,0,0,1,0,1,2,5,22,178.43040466308594,1272.727294921875,4228,118.95359802246094,1,0,2.397895336151123,0,5.18419885635376,3.0910425186157227,7.148917198181152,0,0,0,0,1,0,0,0,1,0 +23,0,0,1,1,0,3,6,60,175.9521942138672,5848.0517578125,5452,117.7145004272461,1,0,3.1354942321777344,0,5.170212268829346,4.094344615936279,8.673863410949707,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,0,0,3,6,21,142.4965057373047,110.38961029052734,5549,142.4965057373047,1,0,1.0986123085021973,0,4.959317684173584,3.044522523880005,4.704016208648682,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,49,240.38540649414062,51.94805145263672,5610,161.08299255371094,1,0,0,0,5.482243537902832,3.891820192337036,3.950244188308716,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,39,182.147705078125,129.87013244628906,5549,121.43180084228516,1,0,1.3862943649291992,0,5.204817771911621,3.6635615825653076,4.866535186767578,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,22,173.4739990234375,100,5340,115.23629760742188,1,0,-1.3862943649291992,0,5.156027793884277,3.0910425186157227,4.605170249938965,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,16,154.8874969482422,189.61038208007812,5510,102.84529876708984,1,0,0,0,5.042698860168457,2.7725887298583984,5.24497127532959,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,18,190.82139587402344,92.207794189453125,5440,126.38819885253906,1,0,1.3862943649291992,0,5.251338005065918,2.890371799468994,4.524044513702393,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,0,0,3,6,21,167.27850341796875,435.06494140625,5528,111.51899719238281,1,0,1.7917594909667969,0,5.119659900665283,3.044522523880005,6.07549524307251,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,46,195.77780151367188,609.09088134765625,5328,121.43180084228516,1,0,1.3862943649291992,0,5.276980400085449,3.828641414642334,6.4119672775268555,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,1,0,3,6,26,221.7989044189453,616.88311767578125,5649,148.69200134277344,1,0,1.945910096168518,0,5.401771068572998,3.25809645652771,6.424679756164551,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,19,198.25599670410156,242.85714721679688,5549,132.5836944580078,1,0,1.3862943649291992,0,5.2895588874816895,2.944438934326172,5.492473602294922,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,32,223.03799438476562,128.57142639160156,5336,149.9311065673828,1,0,0,0,5.407341957092285,3.465735912322998,4.856484413146973,0,0,0,0,0,1,0,0,0,0 +33,0,0,1,1,0,3,6,30,122.6708984375,712.98699951171875,5328,81.78060150146484,1,0,3.4965076446533203,0,4.809504985809326,3.4011974334716797,6.56946325302124,0,0,0,0,0,1,0,0,0,0 +10,0,0,1,1,1,3,6,44,235.4290008544922,2420.779296875,5352,149.9311065673828,1,0,2.3025851249694824,0,5.461409568786621,3.7841897010803223,7.791844844818115,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,1,3,6,28,173.4739990234375,715.58441162109375,5640,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,3.332204580307007,6.573099613189697,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,28,198.25599670410156,67.532470703125,5549,132.5836944580078,1,0,0,0,5.2895588874816895,3.332204580307007,4.212608337402344,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,1,0,3,6,22,163.5612030029297,81.81818389892578,5549,109.04080200195312,1,0,-1.3862943649291992,0,5.097187042236328,3.0910425186157227,4.404499530792236,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,1,6,22,221.7989044189453,0,5352,128.86639404296875,1,0,0,0,5.401771068572998,3.0910425186157227,0,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,0,1,6,46,210.64700317382812,223.37661743164062,5610,140.01829528808594,1,0,1.0986123085021973,0,5.350183963775635,3.828641414642334,5.4088592529296875,0,0,0,0,0,1,0,1,0,0 +14,0,0,0,1,0,1,6,29,118.95359802246094,471.4285583496094,5310,79.302398681640625,1,0,2.6390573978424072,0,4.778733253479004,3.367295742034912,6.155767440795898,0,0,0,0,0,1,0,1,0,0 +7,0,0,0,1,0,1,6,55,118.95359802246094,194.80519104003906,5310,79.302398681640625,1,0,1.945910096168518,0,4.778733253479004,4.007333278656006,5.271999835968018,0,0,0,0,0,1,0,1,0,0 +7,0,0,0,1,1,1,6,55,118.95359802246094,1462.337646484375,5310,79.302398681640625,1,0,1.945910096168518,0,4.778733253479004,4.007333278656006,7.287791728973389,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,0,0,1,6,35,195.77780151367188,106.4935073852539,5549,107.80169677734375,1,0,0,0,5.276980400085449,3.5553481578826904,4.668084144592285,0,0,0,0,0,1,0,1,0,0 +3,0,0,0,1,0,1,6,53,138.77920532226562,77.92208099365234,5210,91.69339752197266,1,0,1.0986123085021973,0,4.932884216308594,3.97029185295105,4.355709552764893,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,1,6,26,135.06190490722656,0,5536,89.21520233154297,1,0,0,0,4.905733108520508,3.25809645652771,0,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,1,6,20,239.14630126953125,97.40259552001953,5210,149.9311065673828,1,0,0,0,5.477075576782227,2.995732307434082,4.578852653503418,0,0,0,0,0,1,0,1,0,0 +4,0,0,1,NA,1,1,6,40,100.36710357666016,567.532470703125,5740,66.9113998413086,1,0,1.3862943649291992,0,4.608834266662598,3.6888794898986816,6.3412981033325195,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,1,0,1,6,25,208.16879272460938,376.6233825683594,5210,138.77920532226562,1,0,0.6931471824645996,0,5.338349342346191,3.2188758850097656,5.931245803833008,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,1,6,40,223.03799438476562,145.4545440673828,5549,148.69200134277344,1,0,0,0,5.407341957092285,3.6888794898986816,4.97986364364624,0,0,0,0,0,1,0,1,0,0 +4,0,0,1,0,0,1,6,20,172.23489379882812,114.28571319580078,5549,115.23629760742188,1,0,1.3862943649291992,0,5.148859024047852,2.995732307434082,4.738701343536377,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,0,0,1,6,18,143.735595703125,128.57142639160156,5728,95.41069793701172,1,0,-1.3862943649291992,0,4.967975616455078,2.890371799468994,4.856484413146973,0,0,0,0,0,1,0,1,0,0 +6,0,0,0,1,0,1,6,53,143.735595703125,233.7662353515625,5610,95.41069793701172,1,0,1.7917594909667969,0,4.967975616455078,3.97029185295105,5.454321384429932,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,1,6,50,185.86500549316406,85.71428680419922,5549,17.347400665283203,1,0,0,0,5.225020408630371,3.9120230674743652,4.451019287109375,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,0,1,6,52,148.69200134277344,85.71428680419922,5310,99.12799835205078,1,0,1.0986123085021973,0,5.0018768310546875,3.9512436389923096,4.451019287109375,0,0,0,0,0,1,0,1,0,0 +29,0,0,0,1,1,1,6,53,151.17019653320312,4138.9609375,5528,104.08439636230469,1,0,3.367295742034912,0,5.018406391143799,3.97029185295105,8.328200340270996,0,0,0,0,0,1,0,1,0,0 +3,0,0,0,1,0,1,6,59,225.51620483398438,51.94805145263672,5549,149.9311065673828,1,0,1.0986123085021973,0,5.418392181396484,4.077537536621094,3.950244188308716,0,0,0,0,0,1,0,1,0,0 +3,0,0,0,0,0,1,6,58,237.90719604492188,177.9220733642578,5352,157.36570739746094,1,0,1.0986123085021973,0,5.4718804359436035,4.060442924499512,5.181345462799072,0,0,0,0,0,1,0,1,0,0 +3,0,0,0,1,0,1,6,48,230.47259521484375,216.88311767578125,5152,149.9311065673828,1,0,1.0986123085021973,0,5.440132141113281,3.8712010383605957,5.379358768463135,0,0,0,0,0,1,0,1,0,0 +8,0,0,0,1,0,1,6,49,148.69200134277344,354.5454406738281,5728,97.88890075683594,1,0,2.079441547393799,0,5.0018768310546875,3.891820192337036,5.8708367347717285,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,0,0,1,6,68,153.64840698242188,120.77922058105469,5613,102.84529876708984,1,0,1.0986123085021973,0,5.034667015075684,4.219507694244385,4.793964385986328,0,0,0,0,0,1,0,1,0,0 +5,0,0,0,1,0,1,6,57,226.7552947998047,627.272705078125,5628,151.17019653320312,1,0,1.6094379425048828,0,5.4238715171813965,4.043051242828369,6.441381454467773,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,1,0,1,6,24,161.08299255371094,116.88311767578125,5410,107.80169677734375,1,0,0.6931471824645996,0,5.0819196701049805,3.178053855895996,4.76117467880249,0,0,0,0,0,1,0,1,0,0 +1,0,0,0,1,0,1,6,56,179.66949462890625,61.03895950317383,5549,120.19270324707031,1,0,0,0,5.191119194030762,4.025351524353027,4.111512184143066,0,0,0,0,0,1,0,1,0,0 +1,0,0,0,0,0,1,6,19,161.08299255371094,123.37662506103516,5549,106.5625991821289,1,0,0,0,5.0819196701049805,2.944438934326172,4.815241813659668,0,0,0,0,0,1,0,1,0,0 +22,0,0,1,1,0,1,6,24,225.51620483398438,2331.1689453125,5249,149.9311065673828,1,0,3.0910425186157227,0,5.418392181396484,3.178053855895996,7.754125118255615,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,0,0,1,6,20,168.51759338378906,338.9610290527344,5310,112.75810241699219,1,0,0.6931471824645996,0,5.127040386199951,2.995732307434082,5.82588529586792,0,0,0,0,0,1,0,1,0,0 +4,0,0,1,0,1,1,6,16,148.69200134277344,396.1038818359375,5310,99.12799835205078,1,0,1.3862943649291992,0,5.0018768310546875,2.7725887298583984,5.9816765785217285,0,0,0,0,0,1,0,1,0,0 +1,0,0,0,1,0,1,6,29,158.60479736328125,71.42857360839844,5549,105.32350158691406,1,0,0,0,5.066415786743164,3.367295742034912,4.268698215484619,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,1,0,3,6,48,185.86500549316406,325.9740295410156,5628,162.3220977783203,1,0,1.6094379425048828,0,5.225020408630371,3.8712010383605957,5.78681755065918,0,0,0,0,0,1,0,0,0,0 +15,0,0,1,1,1,1,6,35,148.69200134277344,2359.740234375,5316,99.12799835205078,1,0,2.70805025100708,0,5.0018768310546875,3.5553481578826904,7.7663068771362305,0,0,0,0,0,1,0,1,0,0 +11,0,0,1,0,1,1,6,19,198.25599670410156,1203.8961181640625,5428,132.5836944580078,1,0,2.397895336151123,0,5.2895588874816895,2.944438934326172,7.093318462371826,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,1,0,1,6,35,198.25599670410156,270.1298828125,5110,132.5836944580078,1,0,1.6094379425048828,0,5.2895588874816895,3.5553481578826904,5.598902702331543,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,0,0,1,6,22,143.735595703125,59.74026107788086,5549,95.41069793701172,1,0,-1.3862943649291992,0,4.967975616455078,3.0910425186157227,4.090006351470947,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,1,0,1,6,24,175.9521942138672,97.40259552001953,5610,117.7145004272461,1,0,-1.3862943649291992,0,5.170212268829346,3.178053855895996,4.578852653503418,0,0,0,0,0,1,0,1,0,0 +7,0,0,1,1,0,1,6,35,166.03939819335938,472.7272644042969,5310,110.27989959716797,1,0,1.945910096168518,0,5.11222505569458,3.5553481578826904,6.1585187911987305,0,0,0,0,0,1,0,1,0,0 +7,0,0,1,1,0,1,6,56,168.51759338378906,161.03895568847656,5604,112.75810241699219,1,0,1.945910096168518,0,5.127040386199951,4.025351524353027,5.08164644241333,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,1,0,1,6,50,200.7342071533203,505.1947937011719,5340,133.8227996826172,1,0,1.6094379425048828,0,5.301981449127197,3.9120230674743652,6.224944114685059,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,0,3,6,52,177.19129943847656,57.14285659790039,5628,117.7145004272461,1,0,1.0986123085021973,0,5.177229881286621,3.9512436389923096,4.045554161071777,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,1,6,22,232.9508056640625,211.6883087158203,5010,149.9311065673828,1,0,0,0,5.450827121734619,3.0910425186157227,5.355114936828613,0,0,0,0,0,1,0,1,0,0 +7,0,0,1,0,1,1,6,55,170.9958038330078,1883.116943359375,5034,113.99720001220703,1,0,1.945910096168518,0,5.141639232635498,4.007333278656006,7.540683746337891,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,1,0,1,6,54,185.86500549316406,110.38961029052734,5640,123.91000366210938,1,0,-1.3862943649291992,0,5.225020408630371,3.9889841079711914,4.704016208648682,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,0,0,1,6,17,148.69200134277344,45.45454406738281,5410,99.12799835205078,1,0,-1.3862943649291992,0,5.0018768310546875,2.8332133293151855,3.8167128562927246,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,0,1,6,24,197.01690673828125,153.2467498779297,5549,131.3446044921875,1,0,1.0986123085021973,0,5.283289432525635,3.178053855895996,5.032049179077148,0,0,0,0,0,1,0,1,0,0 +6,0,0,1,0,0,1,6,19,143.735595703125,511.6883239746094,5628,95.41069793701172,1,0,1.7917594909667969,0,4.967975616455078,2.944438934326172,6.237715721130371,0,0,0,0,0,1,0,1,0,0 +8,0,0,1,0,0,1,6,28,231.71170043945312,172.72727966308594,5628,149.9311065673828,1,0,2.079441547393799,0,5.445493698120117,3.332204580307007,5.151713848114014,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,0,0,1,6,22,198.25599670410156,162.33766174316406,5552,132.5836944580078,1,0,1.0986123085021973,0,5.2895588874816895,3.0910425186157227,5.0896782875061035,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,1,0,1,6,53,223.03799438476562,75.324676513671875,5728,148.69200134277344,1,0,-1.3862943649291992,0,5.407341957092285,3.97029185295105,4.321807861328125,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,1,6,34,197.01690673828125,148.05194091796875,5549,131.3446044921875,1,0,0,0,5.283289432525635,3.526360511779785,4.997563362121582,0,0,0,0,0,1,0,1,0,0 +5,0,0,0,0,0,1,6,19,194.5386962890625,296.1038818359375,5310,130.10549926757812,1,0,1.6094379425048828,0,5.270631313323975,2.944438934326172,5.690710544586182,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,0,1,1,6,20,166.03939819335938,1145.45458984375,5636,110.27989959716797,1,0,1.0986123085021973,0,5.11222505569458,2.995732307434082,7.0435566902160645,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,1,0,1,6,24,193.2996063232422,144.1558380126953,5549,128.86639404296875,1,0,1.6094379425048828,0,5.2642412185668945,3.178053855895996,4.970894813537598,0,0,0,0,0,1,0,1,0,0 +16,0,0,0,1,0,1,6,52,211.88609313964844,333.7662353515625,5549,141.2574005126953,1,0,2.7725887298583984,0,5.356049060821533,3.9512436389923096,5.810441017150879,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,1,6,39,173.4739990234375,146.7532501220703,5728,115.23629760742188,1,0,0,0,5.156027793884277,3.6635615825653076,4.988752841949463,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,1,0,1,6,38,143.735595703125,136.36363220214844,5610,95.41069793701172,1,0,0.6931471824645996,0,4.967975616455078,3.6375861167907715,4.915325164794922,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,0,0,1,6,19,185.86500549316406,0,5628,123.91000366210938,1,0,0,0,5.225020408630371,2.944438934326172,0,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,1,1,1,6,20,203.21240234375,96.10389709472656,5628,203.21240234375,1,0,-1.3862943649291992,0,5.314251899719238,2.995732307434082,4.5654296875,0,0,0,0,0,1,0,1,0,0 +18,0,0,1,1,0,1,6,44,175.9521942138672,392.2077941894531,5728,149.9311065673828,1,0,2.890371799468994,0,5.170212268829346,3.7841897010803223,5.971791744232178,0,0,0,0,0,1,0,1,0,0 +18,0,0,1,1,0,1,6,44,175.9521942138672,419.48052978515625,5728,149.9311065673828,1,0,2.890371799468994,0,5.170212268829346,3.7841897010803223,6.039017200469971,0,0,0,0,0,1,0,1,0,0 +9,0,0,1,1,1,1,6,23,194.5386962890625,2933.76611328125,5352,130.10549926757812,1,0,2.1972246170043945,0,5.270631313323975,3.1354942321777344,7.984042167663574,0,0,0,0,0,1,0,1,0,0 +51,0,0,1,1,0,1,6,51,215.6033935546875,1627.272705078125,5236,143.735595703125,1,0,3.931825637817383,0,5.373440742492676,3.931825637817383,7.394660472869873,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,0,0,1,6,36,208.16879272460938,144.1558380126953,5110,118.95359802246094,1,0,0,0,5.338349342346191,3.5835189819335938,4.970894813537598,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,1,6,18,236.66810607910156,96.10389709472656,5549,85.4979019165039,1,0,0,0,5.466658592224121,2.890371799468994,4.5654296875,0,0,0,0,0,1,0,1,0,0 +4,0,0,0,1,0,1,6,30,161.08299255371094,107.79220581054688,5204,106.5625991821289,1,0,1.3862943649291992,0,5.0819196701049805,3.4011974334716797,4.680205345153809,0,0,0,0,0,1,0,1,0,0 +10,0,0,0,1,1,1,6,34,232.9508056640625,1307.792236328125,5628,149.9311065673828,1,0,2.3025851249694824,0,5.450827121734619,3.526360511779785,7.176095485687256,0,0,0,0,0,1,0,1,0,0 +6,0,0,1,0,1,1,6,19,242.8636016845703,1857.142822265625,5034,116.47540283203125,1,0,1.7917594909667969,0,5.492499828338623,2.944438934326172,7.52679443359375,0,0,0,0,0,1,0,1,0,0 +2,0,0,0,1,0,1,6,28,148.69200134277344,74.025970458984375,5549,99.12799835205078,1,0,0.6931471824645996,0,5.0018768310546875,3.332204580307007,4.304416179656982,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,0,0,1,6,22,224.277099609375,194.80519104003906,5728,85.4979019165039,1,0,0,0,5.412882328033447,3.0910425186157227,5.271999835968018,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,0,0,1,6,20,161.08299255371094,0,5316,107.80169677734375,1,0,1.0986123085021973,0,5.0819196701049805,2.995732307434082,0,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,0,0,1,6,39,220.55979919433594,133.7662353515625,5310,146.21380615234375,1,0,1.0986123085021973,0,5.3961687088012695,3.6635615825653076,4.896093845367432,0,0,0,0,0,1,0,1,0,0 +7,0,0,1,1,1,1,6,22,241.62449645996094,1028.5714111328125,5316,161.08299255371094,1,0,1.945910096168518,0,5.487384796142578,3.0910425186157227,6.9359259605407715,0,0,0,0,0,1,0,1,0,0 +7,0,0,1,1,0,1,6,36,210.64700317382812,177.9220733642578,5552,140.01829528808594,1,0,1.945910096168518,0,5.350183963775635,3.5835189819335938,5.181345462799072,0,0,0,0,0,1,0,1,0,0 +1,0,0,0,0,0,1,6,22,180.90859985351562,72.7272720336914,5610,121.43180084228516,1,0,0,0,5.197991847991943,3.0910425186157227,4.286716461181641,0,0,0,0,0,1,0,1,0,0 +1,0,0,0,0,0,1,6,29,173.4739990234375,244.1558380126953,5152,115.23629760742188,1,0,0,0,5.156027793884277,3.367295742034912,5.497806549072266,0,0,0,0,0,1,0,1,0,0 +3,0,0,0,0,0,1,6,28,151.17019653320312,120.77922058105469,5316,101.606201171875,1,0,1.0986123085021973,0,5.018406391143799,3.332204580307007,4.793964385986328,0,0,0,0,0,1,0,1,0,0 +4,0,0,1,1,1,1,6,33,234.1898956298828,1506.4935302734375,5349,149.9311065673828,1,0,1.3862943649291992,0,5.456132411956787,3.4965076446533203,7.317540168762207,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,0,0,1,6,24,179.66949462890625,93.5064926147461,5728,120.19270324707031,1,0,-1.3862943649291992,0,5.191119194030762,3.178053855895996,4.538031101226807,0,0,0,0,0,1,0,1,0,0 +4,0,0,0,1,0,1,6,46,172.23489379882812,119.48052215576172,5728,115.23629760742188,1,0,1.3862943649291992,0,5.148859024047852,3.828641414642334,4.783153533935547,0,0,0,0,0,1,0,1,0,0 +32,0,0,1,NA,1,2,6,34,232.9508056640625,7048.0517578125,5528,154.8874969482422,1,0,3.465735912322998,0,5.450827121734619,3.526360511779785,8.860506057739258,0,0,0,0,0,1,0,0,1,0 +0.25,0,0,1,1,0,2,6,30,223.03799438476562,32.467533111572266,5728,148.69200134277344,1,0,-1.3862943649291992,0,5.407341957092285,3.4011974334716797,3.4802405834198,0,0,0,0,0,1,0,0,1,0 +6,0,0,1,1,0,1,6,40,223.03799438476562,115.58441925048828,5346,148.69200134277344,1,0,1.7917594909667969,0,5.407341957092285,3.6888794898986816,4.750000953674316,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,1,1,6,37,163.5612030029297,3096.10400390625,5643,109.04080200195312,1,0,1.0986123085021973,0,5.097187042236328,3.610917806625366,8.0378999710083,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,0,0,1,6,18,96.6498031616211,320.77923583984375,5337,64.433197021484375,1,0,1.0986123085021973,0,4.571094036102295,2.890371799468994,5.770753383636475,0,0,0,0,0,1,0,1,0,0 +3,0,0,0,1,0,1,6,52,241.62449645996094,96.10389709472656,5349,161.08299255371094,1,0,1.0986123085021973,0,5.487384796142578,3.9512436389923096,4.5654296875,0,0,0,0,0,1,0,1,0,0 +8,0,0,NA,NA,0,1,6,38,234.1898956298828,162.33766174316406,5549,149.9311065673828,1,0,2.079441547393799,0,5.456132411956787,3.6375861167907715,5.0896782875061035,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,1,0,1,6,40,240.38540649414062,90.909088134765625,5610,159.84390258789062,1,0,0.6931471824645996,0,5.482243537902832,3.6888794898986816,4.509860038757324,0,0,0,0,0,1,0,1,0,0 +6,0,0,1,0,1,1,6,26,143.735595703125,1419.48046875,5728,95.41069793701172,1,0,1.7917594909667969,0,4.967975616455078,3.25809645652771,7.2580461502075195,0,0,0,0,0,1,0,1,0,0 +3,0,0,0,0,0,1,6,49,195.77780151367188,144.1558380126953,5310,130.10549926757812,1,0,1.0986123085021973,0,5.276980400085449,3.891820192337036,4.970894813537598,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,1,1,1,6,27,206.92970275878906,1850.6492919921875,5352,137.54010009765625,1,0,1.6094379425048828,0,5.332379341125488,3.295836925506592,7.52329158782959,0,0,0,0,0,1,0,1,0,0 +19,0,0,0,0,1,1,6,34,143.735595703125,2200,5310,96.6498031616211,1,0,2.944438934326172,0,4.967975616455078,3.526360511779785,7.6962127685546875,0,0,0,0,0,1,0,1,0,0 +6,0,0,0,0,0,1,6,21,226.7552947998047,237.66233825683594,5628,149.9311065673828,1,0,1.7917594909667969,0,5.4238715171813965,3.044522523880005,5.470850944519043,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,1,1,6,28,198.25599670410156,285.71429443359375,5349,132.5836944580078,1,0,1.0986123085021973,0,5.2895588874816895,3.332204580307007,5.65499210357666,0,0,0,0,0,1,0,1,0,0 +10,0,0,1,1,0,1,6,30,210.64700317382812,40.25973892211914,5510,140.01829528808594,1,0,2.3025851249694824,0,5.350183963775635,3.4011974334716797,3.6953518390655518,0,0,0,0,0,1,0,1,0,0 +4,0,0,1,1,0,1,6,35,204.45150756835938,164.93505859375,5440,136.30099487304688,1,0,1.3862943649291992,0,5.320330619812012,3.5553481578826904,5.105551719665527,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,0,0,NA,6,17,173.4739990234375,142.85714721679688,5240,83.01969909667969,1,0,0,0,5.156027793884277,2.8332133293151855,4.961845397949219,0,0,0,0,0,1,0,NA,NA,0 +3,0,0,1,1,0,NA,6,26,188.34320068359375,218.18182373046875,5728,125.14910125732422,1,0,1.0986123085021973,0,5.2382659912109375,3.25809645652771,5.385328769683838,0,0,0,0,0,1,0,NA,NA,0 +4,0,0,1,NA,0,NA,6,22,205.6905975341797,332.467529296875,5304,137.54010009765625,1,0,1.3862943649291992,0,5.326373100280762,3.0910425186157227,5.80654239654541,0,0,0,0,0,1,0,NA,NA,0 +4,0,0,1,0,0,1,6,22,223.03799438476562,383.11688232421875,5528,148.69200134277344,1,0,1.3862943649291992,0,5.407341957092285,3.0910425186157227,5.948339939117432,0,0,0,0,0,1,0,1,0,0 +1,0,0,0,0,0,1,6,51,223.03799438476562,58.441558837890625,5604,85.4979019165039,1,0,0,0,5.407341957092285,3.931825637817383,4.068027496337891,0,0,0,0,0,1,0,1,0,0 +24,0,0,1,0,1,2,6,47,143.735595703125,9218.181640625,5128,95.41069793701172,1,0,3.178053855895996,0,4.967975616455078,3.8501474857330322,9.12893295288086,0,0,0,0,0,1,0,0,1,0 +26,0,0,1,1,1,2,6,29,213.1251983642578,4279.220703125,5628,144.97470092773438,1,0,3.25809645652771,0,5.361879825592041,3.367295742034912,8.3615264892578125,0,0,0,0,0,1,0,0,1,0 +11,0,0,1,1,1,2,6,24,198.25599670410156,1120.7791748046875,5643,132.5836944580078,1,0,2.397895336151123,0,5.2895588874816895,3.178053855895996,7.021779537200928,0,0,0,0,0,1,0,0,1,0 +2,0,0,1,0,0,2,6,22,198.25599670410156,80.51947784423828,5510,132.5836944580078,1,0,0.6931471824645996,0,5.2895588874816895,3.0910425186157227,4.3884992599487305,0,0,0,0,0,1,0,0,1,0 +6,0,0,1,0,1,2,6,23,173.4739990234375,366.2337646484375,5428,115.23629760742188,1,0,1.7917594909667969,0,5.156027793884277,3.1354942321777344,5.903271675109863,0,0,0,0,0,1,0,0,1,0 +1,0,0,1,1,0,2,6,25,223.03799438476562,214.2857208251953,5610,148.69200134277344,1,0,0,0,5.407341957092285,3.2188758850097656,5.367310047149658,0,0,0,0,0,1,0,0,1,0 +3,0,0,1,1,0,2,6,30,223.03799438476562,32.467533111572266,5352,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,3.4011974334716797,3.4802405834198,0,0,0,0,0,1,0,0,1,0 +3,0,0,1,0,0,2,6,16,173.4739990234375,155.8441619873047,5649,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,2.7725887298583984,5.048856735229492,0,0,0,0,0,1,0,0,1,0 +13,0,0,1,1,1,2,6,22,157.36570739746094,6614.28564453125,5637,105.32350158691406,1,0,2.5649492740631104,0,5.058572292327881,3.0910425186157227,8.796987533569336,0,0,0,0,0,1,0,0,1,0 +7,0,0,1,0,0,2,6,37,234.1898956298828,176.62338256835938,5728,156.12660217285156,1,0,1.945910096168518,0,5.456132411956787,3.610917806625366,5.174019813537598,0,0,0,0,0,1,0,0,1,0 +4,0,0,1,1,0,3,6,19,173.4739990234375,475.3246765136719,5528,115.23629760742188,1,0,1.3862943649291992,0,5.156027793884277,2.944438934326172,6.163998126983643,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,21,148.69200134277344,45.45454406738281,5437,149.9311065673828,1,0,0,0,5.0018768310546875,3.044522523880005,3.8167128562927246,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,1,0,2,6,23,223.03799438476562,50.649349212646484,5404,148.69200134277344,1,0,-1.3862943649291992,0,5.407341957092285,3.1354942321777344,3.924926280975342,0,0,0,0,0,1,0,0,1,0 +15,0,0,1,NA,0,2,6,20,198.25599670410156,712.98699951171875,5549,132.5836944580078,1,0,2.70805025100708,0,5.2895588874816895,2.995732307434082,6.56946325302124,0,0,0,0,0,1,0,0,1,0 +2,0,0,1,1,0,2,6,37,230.47259521484375,102.59740447998047,5604,149.9311065673828,1,0,0.6931471824645996,0,5.440132141113281,3.610917806625366,4.630812644958496,0,0,0,0,0,1,0,0,1,0 +2,0,0,1,1,0,2,6,22,173.4739990234375,70.12986755371094,5552,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,3.0910425186157227,4.2503485679626465,0,0,0,0,0,1,0,0,1,0 +0.25,0,0,1,0,0,2,6,20,223.03799438476562,164.93505859375,5728,148.69200134277344,1,0,-1.3862943649291992,0,5.407341957092285,2.995732307434082,5.105551719665527,0,0,0,0,0,1,0,0,1,0 +1,0,0,1,1,0,2,6,25,132.5836944580078,170.12986755371094,5743,132.5836944580078,1,0,0,0,4.887214183807373,3.2188758850097656,5.136561870574951,0,0,0,0,0,1,0,0,1,0 +2,0,0,1,1,0,2,6,30,223.03799438476562,136.36363220214844,5728,148.69200134277344,1,0,0.6931471824645996,0,5.407341957092285,3.4011974334716797,4.915325164794922,0,0,0,0,0,1,0,0,1,0 +2,0,0,0,0,0,2,6,68,162.3220977783203,228.57142639160156,5410,107.80169677734375,1,0,0.6931471824645996,0,5.089582443237305,4.219507694244385,5.431848526000977,0,0,0,0,0,1,0,0,1,0 +1,0,0,1,0,0,2,6,19,168.51759338378906,63.6363639831543,5643,112.75810241699219,1,0,0,0,5.127040386199951,2.944438934326172,4.15318489074707,0,0,0,0,0,1,0,0,1,0 +3,0,0,1,1,0,2,6,45,227.99440002441406,0,5728,152.4093017578125,1,0,1.0986123085021973,0,5.4293212890625,3.8066625595092773,0,0,0,0,0,0,1,0,0,1,0 +3,0,0,1,1,0,2,6,19,223.03799438476562,150.64935302734375,5549,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,2.944438934326172,5.014955043792725,0,0,0,0,0,1,0,0,1,0 +9,0,0,1,1,1,2,6,22,223.03799438476562,3374.02587890625,5349,148.69200134277344,1,0,2.1972246170043945,0,5.407341957092285,3.0910425186157227,8.123862266540527,0,0,0,0,0,1,0,0,1,0 +6,0,0,1,0,1,2,6,21,173.4739990234375,1851.947998046875,5346,115.23629760742188,1,0,1.7917594909667969,0,5.156027793884277,3.044522523880005,7.523993492126465,0,0,0,0,0,1,0,0,1,0 +6,0,0,1,1,1,2,6,22,210.64700317382812,2422.077880859375,5328,140.01829528808594,1,0,1.7917594909667969,0,5.350183963775635,3.0910425186157227,7.792381286621094,0,0,0,0,0,1,0,0,1,0 +24,0,0,0,0,1,2,6,20,198.25599670410156,3998.701416015625,5352,131.3446044921875,1,0,3.178053855895996,0,5.2895588874816895,2.995732307434082,8.29372501373291,0,0,0,0,0,1,0,0,1,0 +1,0,0,1,1,0,2,6,26,198.25599670410156,27.272727966308594,5549,132.5836944580078,1,0,0,0,5.2895588874816895,3.25809645652771,3.305887222290039,0,0,0,0,0,1,0,0,1,0 +7,0,0,1,1,1,2,6,61,223.03799438476562,905.19482421875,5343,148.69200134277344,1,0,1.945910096168518,0,5.407341957092285,4.110873699188232,6.808150291442871,0,0,0,0,0,1,0,0,1,0 +12,0,0,1,1,1,2,6,24,156.12660217285156,1492.207763671875,5052,104.08439636230469,1,0,2.4849066734313965,0,5.0506672859191895,3.178053855895996,7.308012008666992,0,0,0,0,0,1,0,0,1,0 +5,0,0,1,1,0,2,6,38,223.03799438476562,342.8571472167969,5549,138.77920532226562,1,0,1.6094379425048828,0,5.407341957092285,3.6375861167907715,5.837313652038574,0,0,0,0,0,1,0,0,1,0 +5,0,0,1,0,0,2,6,20,148.69200134277344,796.1038818359375,5604,99.12799835205078,1,0,1.6094379425048828,0,5.0018768310546875,2.995732307434082,6.679729461669922,0,0,0,0,0,1,0,0,1,0 +9,0,0,1,1,0,2,6,29,153.64840698242188,303.8961181640625,5549,102.84529876708984,1,0,2.1972246170043945,0,5.034667015075684,3.367295742034912,5.716685771942139,0,0,0,0,0,1,0,0,1,0 +4,0,0,1,1,1,2,6,24,210.64700317382812,572.727294921875,5340,136.30099487304688,1,0,1.3862943649291992,0,5.350183963775635,3.178053855895996,6.350409507751465,0,0,0,0,0,1,0,0,1,0 +0.25,0,0,1,1,0,2,6,25,209.40789794921875,64.93506622314453,5610,138.77920532226562,1,0,-1.3862943649291992,0,5.3442840576171875,3.2188758850097656,4.1733880043029785,0,0,0,0,0,1,0,0,1,0 +3,0,0,1,1,0,2,6,25,223.03799438476562,184.41558837890625,5728,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,3.2188758850097656,5.217191696166992,0,0,0,0,0,1,0,0,1,0 +2,0,0,1,0,0,2,6,21,173.4739990234375,140.25973510742188,5728,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,3.044522523880005,4.943495750427246,0,0,0,0,0,1,0,0,1,0 +0.25,0,0,1,1,0,1,6,21,193.2996063232422,235.06494140625,5610,149.9311065673828,1,0,-1.3862943649291992,0,5.2642412185668945,3.044522523880005,5.459861755371094,0,0,0,0,0,1,0,1,0,0 +9,0,0,0,1,0,1,6,33,169.75669860839844,288.3116760253906,5349,112.75810241699219,1,0,2.1972246170043945,0,5.134366035461426,3.4965076446533203,5.664041996002197,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,0,0,3,6,38,235.4290008544922,238.96104431152344,5352,156.12660217285156,1,0,0,0,5.461409568786621,3.6375861167907715,5.4763007164001465,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,43,223.03799438476562,228.57142639160156,5110,148.69200134277344,1,0,1.0986123085021973,0,5.407341957092285,3.761200189590454,5.431848526000977,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,1,3,6,38,240.38540649414062,263.6363525390625,5549,68.15049743652344,1,0,0,0,5.482243537902832,3.6375861167907715,5.574570655822754,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,0,0,3,6,26,174.71310424804688,164.93505859375,5352,116.47540283203125,1,0,1.0986123085021973,0,5.163145065307617,3.25809645652771,5.105551719665527,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,0,3,6,23,159.84390258789062,231.16883850097656,5549,106.5625991821289,1,0,1.6094379425048828,0,5.074197769165039,3.1354942321777344,5.443148136138916,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,0,3,6,27,168.51759338378906,110.38961029052734,5340,112.75810241699219,1,0,1.6094379425048828,0,5.127040386199951,3.295836925506592,4.704016208648682,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,0,0,3,6,20,225.51620483398438,161.03895568847656,5352,149.9311065673828,1,0,1.7917594909667969,0,5.418392181396484,2.995732307434082,5.08164644241333,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,25,162.3220977783203,231.16883850097656,5352,162.3220977783203,1,0,1.0986123085021973,0,5.089582443237305,3.2188758850097656,5.443148136138916,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,1,0,3,6,23,97.88890075683594,57.14285659790039,5052,65.67230224609375,1,0,0.6931471824645996,0,4.58383321762085,3.1354942321777344,4.045554161071777,0,0,0,0,0,1,0,0,0,0 +7,0,0,1,0,1,3,6,21,153.64840698242188,1425.9739990234375,5352,102.84529876708984,1,0,1.945910096168518,0,5.034667015075684,3.044522523880005,7.26261043548584,0,0,0,0,0,1,0,0,0,0 +8,0,0,0,0,1,3,6,28,241.62449645996094,1397.402587890625,5610,161.08299255371094,1,0,2.079441547393799,0,5.487384796142578,3.332204580307007,7.24237060546875,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,22,115.23629760742188,212.9870147705078,5549,75.58509826660156,1,0,0,0,4.746984958648682,3.0910425186157227,5.361231327056885,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,22,221.7989044189453,157.14285278320312,5349,147.45289611816406,1,0,1.0986123085021973,0,5.401771068572998,3.0910425186157227,5.057155132293701,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,22,223.03799438476562,93.5064926147461,5628,148.69200134277344,1,0,1.3862943649291992,0,5.407341957092285,3.0910425186157227,4.538031101226807,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,0,0,3,6,47,157.36570739746094,111.68830871582031,5428,104.08439636230469,1,0,1.945910096168518,0,5.058572292327881,3.8501474857330322,4.715712070465088,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,1,1,3,6,31,225.51620483398438,1255.8441162109375,5349,149.9311065673828,1,0,1.6094379425048828,0,5.418392181396484,3.4339871406555176,7.135563373565674,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,32,205.6905975341797,116.88311767578125,5449,136.30099487304688,1,0,1.0986123085021973,0,5.326373100280762,3.465735912322998,4.76117467880249,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,22,229.23350524902344,241.55844116210938,5549,152.4093017578125,1,0,0,0,5.434741020202637,3.0910425186157227,5.487111568450928,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,NA,0,3,6,29,179.66949462890625,41.558441162109375,5549,120.19270324707031,1,0,1.0986123085021973,0,5.191119194030762,3.367295742034912,3.7271006107330322,0,0,0,0,0,1,0,0,0,0 +27,0,0,1,1,0,3,6,43,153.64840698242188,980.51947021484375,5034,102.84529876708984,1,0,3.295836925506592,0,5.034667015075684,3.761200189590454,6.888082504272461,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,22,223.03799438476562,271.4285583496094,5340,148.69200134277344,1,0,0.6931471824645996,0,5.407341957092285,3.0910425186157227,5.60369873046875,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,21,161.08299255371094,124.67532348632812,5604,107.80169677734375,1,0,0,0,5.0819196701049805,3.044522523880005,4.825713157653809,0,0,0,0,0,1,0,0,0,0 +10,0,0,1,1,0,2,6,22,223.03799438476562,755.84417724609375,5549,148.69200134277344,1,0,2.3025851249694824,0,5.407341957092285,3.0910425186157227,6.627835273742676,0,0,0,0,0,1,0,0,1,0 +7,0,0,1,1,0,3,6,34,190.82139587402344,116.88311767578125,5628,127.6272964477539,1,0,1.945910096168518,0,5.251338005065918,3.526360511779785,4.76117467880249,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,1,0,3,6,22,215.6033935546875,164.93505859375,5252,143.735595703125,1,0,1.6094379425048828,0,5.373440742492676,3.0910425186157227,5.105551719665527,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,1,3,6,21,198.25599670410156,1640.259765625,5336,132.5836944580078,1,0,-1.3862943649291992,0,5.2895588874816895,3.044522523880005,7.402609825134277,0,0,0,0,0,1,0,0,0,0 +29,0,0,0,1,1,3,6,52,203.21240234375,6431.1689453125,5128,135.06190490722656,1,0,3.367295742034912,0,5.314251899719238,3.9512436389923096,8.768911361694336,0,0,0,0,0,1,0,0,0,0 +12,0,0,0,1,0,3,6,45,153.64840698242188,212.9870147705078,5528,102.84529876708984,1,0,2.4849066734313965,0,5.034667015075684,3.8066625595092773,5.361231327056885,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,28,194.5386962890625,200,5452,130.10549926757812,1,0,1.0986123085021973,0,5.270631313323975,3.332204580307007,5.2983174324035645,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,17,143.735595703125,202.59739685058594,5549,95.41069793701172,1,0,1.0986123085021973,0,4.967975616455078,2.8332133293151855,5.311220645904541,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,20,115.23629760742188,294.8052062988281,5652,75.58509826660156,1,0,-1.3862943649291992,0,4.746984958648682,2.995732307434082,5.686314582824707,0,0,0,0,0,1,0,0,0,0 +12,0,0,0,0,0,3,6,72,143.735595703125,364.93505859375,5549,95.41069793701172,1,0,2.4849066734313965,0,4.967975616455078,4.276666164398193,5.89971923828125,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,0,0,3,6,59,111.51899719238281,157.14285278320312,5728,74.34600067138672,1,0,1.945910096168518,0,4.7141947746276855,4.077537536621094,5.057155132293701,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,23,138.77920532226562,114.28571319580078,5310,92.93250274658203,1,0,0,0,4.932884216308594,3.1354942321777344,4.738701343536377,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,NA,0,3,6,18,161.08299255371094,115.58441925048828,5549,107.80169677734375,1,0,-1.3862943649291992,0,5.0819196701049805,2.890371799468994,4.750000953674316,0,0,0,0,0,1,0,0,0,0 +9,0,0,0,NA,0,3,6,19,120.19270324707031,398.7012939453125,5549,80.54149627685547,1,0,2.1972246170043945,0,4.789096355438232,2.944438934326172,5.988212585449219,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,43,240.38540649414062,792.207763671875,5549,149.9311065673828,1,0,1.3862943649291992,0,5.482243537902832,3.761200189590454,6.674823760986328,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,1,0,3,6,27,224.277099609375,161.03895568847656,5549,149.9311065673828,1,0,0.6931471824645996,0,5.412882328033447,3.295836925506592,5.08164644241333,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,1,0,3,6,44,153.64840698242188,0,5728,102.84529876708984,1,0,1.7917594909667969,0,5.034667015075684,3.7841897010803223,0,0,0,0,0,0,1,0,0,0,0 +10,0,0,0,1,1,3,6,32,148.69200134277344,2961.0390625,5552,146.21380615234375,1,0,2.3025851249694824,0,5.0018768310546875,3.465735912322998,7.993295669555664,0,0,0,0,0,1,0,0,0,0 +21,0,0,1,0,0,3,6,53,143.735595703125,555.84417724609375,5428,95.41069793701172,1,0,3.044522523880005,0,4.967975616455078,3.97029185295105,6.320487976074219,0,0,0,0,0,1,0,0,0,0 +6,0,0,0,1,0,3,6,60,168.51759338378906,268.8311767578125,5310,112.75810241699219,1,0,1.7917594909667969,0,5.127040386199951,4.094344615936279,5.594083786010742,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,0,NA,0,3,6,39,90.45429992675781,0,5610,59.47679901123047,1,0,-1.3862943649291992,0,4.504844665527344,3.6635615825653076,0,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,1,0,3,6,56,107.80169677734375,127.2727279663086,5549,71.8677978515625,1,0,0.6931471824645996,0,4.680293560028076,4.025351524353027,4.84633207321167,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,24,201.97329711914062,94.80519104003906,5549,133.8227996826172,1,0,0,0,5.308135509490967,3.178053855895996,4.55182409286499,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,27,224.277099609375,259.7402648925781,5610,149.9311065673828,1,0,1.0986123085021973,0,5.412882328033447,3.295836925506592,5.559682369232178,0,0,0,0,0,1,0,0,0,0 +14,0,0,1,0,0,3,6,22,144.97470092773438,318.18182373046875,5628,96.6498031616211,1,0,2.6390573978424072,0,4.976559162139893,3.0910425186157227,5.762622833251953,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,22,213.1251983642578,132.467529296875,5610,142.4965057373047,1,0,-1.3862943649291992,0,5.361879825592041,3.0910425186157227,4.886337757110596,0,0,0,0,0,1,0,0,0,0 +7,0,0,1,0,1,3,6,16,151.17019653320312,2036.3636474609375,5034,100.36710357666016,1,0,1.945910096168518,0,5.018406391143799,2.7725887298583984,7.618920803070068,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,1,3,6,33,180.90859985351562,4527.27294921875,5352,120.19270324707031,1,0,1.3862943649291992,0,5.197991847991943,3.4965076446533203,8.417875289916992,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,54,214.3643035888672,96.10389709472656,5604,142.4965057373047,1,0,1.0986123085021973,0,5.367676734924316,3.9889841079711914,4.5654296875,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,23,204.45150756835938,0,5349,136.30099487304688,1,0,1.0986123085021973,0,5.320330619812012,3.1354942321777344,0,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,0,3,6,16,175.9521942138672,285.71429443359375,5528,117.7145004272461,1,0,1.6094379425048828,0,5.170212268829346,2.7725887298583984,5.65499210357666,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,17,115.23629760742188,105.19480895996094,5628,64.433197021484375,1,0,1.0986123085021973,0,4.746984958648682,2.8332133293151855,4.655814170837402,0,0,0,0,0,1,0,0,0,0 +8,0,0,1,0,0,3,6,19,173.4739990234375,601.2987060546875,5352,115.23629760742188,1,0,2.079441547393799,0,5.156027793884277,2.944438934326172,6.399091720581055,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,1,0,3,6,43,151.17019653320312,227.27272033691406,5310,100.36710357666016,1,0,1.945910096168518,0,5.018406391143799,3.761200189590454,5.426150798797607,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,19,184.6259002685547,258.4415588378906,5728,122.6708984375,1,0,1.3862943649291992,0,5.218331813812256,2.944438934326172,5.554669380187988,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,1,0,3,6,20,184.6259002685547,248.05194091796875,5728,122.6708984375,1,0,1.6094379425048828,0,5.218331813812256,2.995732307434082,5.513638019561768,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,0,0,3,6,24,87.9760971069336,116.88311767578125,5652,87.9760971069336,1,0,1.0986123085021973,0,4.477065086364746,3.178053855895996,4.76117467880249,0,0,0,0,0,1,0,0,0,0 +8,0,0,0,1,0,3,6,19,185.86500549316406,312.98699951171875,5652,123.91000366210938,1,0,2.079441547393799,0,5.225020408630371,2.944438934326172,5.746161460876465,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,30,232.9508056640625,179.2207794189453,5149,149.9311065673828,1,0,0,0,5.450827121734619,3.4011974334716797,5.1886186599731445,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,30,220.55979919433594,124.67532348632812,5610,147.45289611816406,1,0,1.0986123085021973,0,5.3961687088012695,3.4011974334716797,4.825713157653809,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,0,0,3,6,19,173.4739990234375,145.4545440673828,5410,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,2.944438934326172,4.97986364364624,0,0,0,0,0,1,0,0,0,0 +5,0,0,0,1,0,3,6,21,102.84529876708984,45.45454406738281,5149,68.15049743652344,1,0,1.6094379425048828,0,4.633225917816162,3.044522523880005,3.8167128562927246,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,19,126.38819885253906,103.89610290527344,5510,84.25879669189453,1,0,0,0,4.839358329772949,2.944438934326172,4.6433916091918945,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,0,0,3,6,21,170.9958038330078,297.402587890625,5549,113.99720001220703,1,0,1.3862943649291992,0,5.141639232635498,3.044522523880005,5.69508695602417,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,49,117.7145004272461,1493.5064697265625,5440,78.06330108642578,1,0,1.0986123085021973,0,4.7682623863220215,3.891820192337036,7.308881759643555,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,0,3,6,22,237.90719604492188,641.5584716796875,5252,149.9311065673828,1,0,1.6094379425048828,0,5.4718804359436035,3.0910425186157227,6.463900566101074,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,0,0,3,6,66,105.32350158691406,242.85714721679688,5152,70.62870025634766,1,0,1.945910096168518,0,4.657036781311035,4.18965482711792,5.492473602294922,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,20,184.6259002685547,0,5240,122.6708984375,1,0,0.6931471824645996,0,5.218331813812256,2.995732307434082,0,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,1,0,3,6,55,210.64700317382812,45.45454406738281,5310,140.01829528808594,1,0,0.6931471824645996,0,5.350183963775635,4.007333278656006,3.8167128562927246,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,1,1,3,6,19,130.10549926757812,212.9870147705078,5610,86.73699951171875,1,0,1.945910096168518,0,4.868345737457275,2.944438934326172,5.361231327056885,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,47,148.69200134277344,0,5110,99.12799835205078,1,0,0,0,5.0018768310546875,3.8501474857330322,0,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,21,127.6272964477539,124.67532348632812,5728,85.4979019165039,1,0,0,0,4.849114418029785,3.044522523880005,4.825713157653809,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,23,130.10549926757812,45.45454406738281,5210,86.73699951171875,1,0,0,0,4.868345737457275,3.1354942321777344,3.8167128562927246,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,1,3,6,25,216.84249877929688,949.35064697265625,5010,144.97470092773438,1,0,1.0986123085021973,0,5.379171371459961,3.2188758850097656,6.855778217315674,0,0,0,0,0,1,0,0,0,0 +10,0,0,1,0,0,3,6,22,180.90859985351562,0,5628,121.43180084228516,1,0,2.3025851249694824,0,5.197991847991943,3.0910425186157227,0,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,2,6,22,179.66949462890625,183.11688232421875,5549,120.19270324707031,1,0,0,0,5.191119194030762,3.0910425186157227,5.210124492645264,0,0,0,0,0,1,0,0,1,0 +4,0,0,1,1,0,3,6,20,200.7342071533203,335.06494140625,5613,133.8227996826172,1,0,1.3862943649291992,0,5.301981449127197,2.995732307434082,5.814324378967285,0,0,0,0,0,1,0,0,0,0 +28,0,0,1,0,1,3,6,23,193.2996063232422,2754.54541015625,5349,128.86639404296875,1,0,3.332204580307007,0,5.2642412185668945,3.1354942321777344,7.9210076332092285,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,1,3,6,20,173.4739990234375,128.57142639160156,5613,115.23629760742188,1,0,1.0986123085021973,0,5.156027793884277,2.995732307434082,4.856484413146973,0,0,0,0,0,1,0,0,0,0 +13,0,0,1,0,1,3,6,58,148.69200134277344,2349.3505859375,5310,99.12799835205078,1,0,2.5649492740631104,0,5.0018768310546875,4.060442924499512,7.761894226074219,0,0,0,0,0,1,0,0,0,0 +10,0,0,1,1,1,3,6,29,167.27850341796875,2688.311767578125,5346,111.51899719238281,1,0,2.3025851249694824,0,5.119659900665283,3.367295742034912,7.896668910980225,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,1,0,3,6,24,130.10549926757812,315.58441162109375,5728,92.93250274658203,1,0,1.6094379425048828,0,4.868345737457275,3.178053855895996,5.754426002502441,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,24,175.9521942138672,603.8961181640625,5604,117.7145004272461,1,0,1.3862943649291992,0,5.170212268829346,3.178053855895996,6.403402328491211,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,1,0,3,6,35,166.03939819335938,325.9740295410156,5628,110.27989959716797,1,0,1.7917594909667969,0,5.11222505569458,3.5553481578826904,5.78681755065918,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,1,3,6,19,173.4739990234375,2744.15576171875,5643,115.23629760742188,1,0,1.6094379425048828,0,5.156027793884277,2.944438934326172,7.917228698730469,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,1,3,6,37,215.6033935546875,844.15582275390625,5010,143.735595703125,1,0,1.3862943649291992,0,5.373440742492676,3.610917806625366,6.73833703994751,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,18,198.25599670410156,251.94805908203125,5643,162.3220977783203,1,0,0,0,5.2895588874816895,2.890371799468994,5.5292229652404785,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,44,185.86500549316406,158.44155883789062,5404,123.91000366210938,1,0,1.3862943649291992,0,5.225020408630371,3.7841897010803223,5.065385818481445,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,1,0,3,6,62,235.4290008544922,259.7402648925781,5310,157.36570739746094,1,0,-1.3862943649291992,0,5.461409568786621,4.127134323120117,5.559682369232178,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,30,198.25599670410156,207.79220581054688,5352,132.5836944580078,1,0,0,0,5.2895588874816895,3.4011974334716797,5.336538791656494,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,22,143.735595703125,103.89610290527344,5628,95.41069793701172,1,0,1.3862943649291992,0,4.967975616455078,3.0910425186157227,4.6433916091918945,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,26,208.16879272460938,190.90908813476562,5440,112.75810241699219,1,0,0,0,5.338349342346191,3.25809645652771,5.251797199249268,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,22,148.69200134277344,129.87013244628906,5610,99.12799835205078,1,0,0,0,5.0018768310546875,3.0910425186157227,4.866535186767578,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,46,161.08299255371094,98.70130157470703,5643,107.80169677734375,1,0,1.3862943649291992,0,5.0819196701049805,3.828641414642334,4.592098236083984,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,1,3,6,19,185.86500549316406,1364.93505859375,5643,123.91000366210938,1,0,0,0,5.225020408630371,2.944438934326172,7.218862056732178,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,17,209.40789794921875,166.2337646484375,5549,138.77920532226562,1,0,1.0986123085021973,0,5.3442840576171875,2.8332133293151855,5.1133952140808105,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,29,204.45150756835938,157.14285278320312,5549,136.30099487304688,1,0,-1.3862943649291992,0,5.320330619812012,3.367295742034912,5.057155132293701,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,22,204.45150756835938,274.0259704589844,5237,136.30099487304688,1,0,-1.3862943649291992,0,5.320330619812012,3.0910425186157227,5.613223075866699,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,25,185.86500549316406,133.7662353515625,5549,70.62870025634766,1,0,0,0,5.225020408630371,3.2188758850097656,4.896093845367432,0,0,0,0,0,1,0,0,0,0 +10,0,0,1,1,0,3,6,22,215.6033935546875,210.38961791992188,5610,143.735595703125,1,0,2.3025851249694824,0,5.373440742492676,3.0910425186157227,5.348961353302002,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,1,0,3,6,32,182.147705078125,164.93505859375,5549,121.43180084228516,1,0,1.945910096168518,0,5.204817771911621,3.465735912322998,5.105551719665527,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,1,3,6,21,178.43040466308594,1770.1298828125,5352,118.95359802246094,1,0,1.0986123085021973,0,5.18419885635376,3.044522523880005,7.478808403015137,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,21,198.25599670410156,175.32467651367188,5549,132.5836944580078,1,0,0,0,5.2895588874816895,3.044522523880005,5.16663932800293,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,1,0,3,6,37,236.66810607910156,342.8571472167969,5404,162.3220977783203,1,0,-1.3862943649291992,0,5.466658592224121,3.610917806625366,5.837313652038574,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,NA,0,3,6,54,86.73699951171875,203.89610290527344,5410,56.998600006103516,1,0,1.0986123085021973,0,4.462880611419678,3.9889841079711914,5.317610740661621,0,0,0,0,0,1,0,0,0,0 +17,0,0,1,0,1,3,6,29,146.21380615234375,8997.40234375,5128,97.88890075683594,1,0,2.8332133293151855,0,4.985069751739502,3.367295742034912,9.104691505432129,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,19,143.735595703125,237.66233825683594,5310,95.41069793701172,1,0,-1.3862943649291992,0,4.967975616455078,2.944438934326172,5.470850944519043,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,1,0,3,6,32,231.71170043945312,98.70130157470703,5649,154.8874969482422,1,0,1.6094379425048828,0,5.445493698120117,3.465735912322998,4.592098236083984,0,0,0,0,0,1,0,0,0,0 +14,0,0,1,1,0,3,6,28,193.2996063232422,128.57142639160156,5628,128.86639404296875,1,0,2.6390573978424072,0,5.2642412185668945,3.332204580307007,4.856484413146973,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,0,3,6,59,178.43040466308594,414.28570556640625,5549,118.95359802246094,1,0,1.3862943649291992,0,5.18419885635376,4.077537536621094,6.026556015014648,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,18,148.69200134277344,94.80519104003906,5240,30.977500915527344,1,0,-1.3862943649291992,0,5.0018768310546875,2.890371799468994,4.55182409286499,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,23,204.45150756835938,179.2207794189453,5316,136.30099487304688,1,0,1.3862943649291992,0,5.320330619812012,3.1354942321777344,5.1886186599731445,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,44,225.51620483398438,494.8052062988281,5728,149.9311065673828,1,0,0,0,5.418392181396484,3.7841897010803223,6.204164028167725,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,25,167.27850341796875,361.0389709472656,5352,111.51899719238281,1,0,1.3862943649291992,0,5.119659900665283,3.2188758850097656,5.888986110687256,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,20,173.4739990234375,110.38961029052734,5310,109.04080200195312,1,0,1.0986123085021973,0,5.156027793884277,2.995732307434082,4.704016208648682,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,19,168.51759338378906,133.7662353515625,5549,112.75810241699219,1,0,-1.3862943649291992,0,5.127040386199951,2.944438934326172,4.896093845367432,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,37,223.03799438476562,77.92208099365234,5628,148.69200134277344,1,0,0,0,5.407341957092285,3.610917806625366,4.355709552764893,0,0,0,0,0,1,0,0,0,0 +11,0,0,1,1,0,3,6,45,230.47259521484375,309.0909118652344,5528,153.64840698242188,1,0,2.397895336151123,0,5.440132141113281,3.8066625595092773,5.733635425567627,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,23,162.3220977783203,180.5194854736328,5340,162.3220977783203,1,0,0,0,5.089582443237305,3.1354942321777344,5.195838928222656,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,1,3,6,28,97.88890075683594,351.94805908203125,5328,65.67230224609375,1,0,1.0986123085021973,0,4.58383321762085,3.332204580307007,5.863483428955078,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,23,153.64840698242188,211.6883087158203,5604,101.606201171875,1,0,0.6931471824645996,0,5.034667015075684,3.1354942321777344,5.355114936828613,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,34,214.3643035888672,466.2337646484375,5349,142.4965057373047,1,0,1.0986123085021973,0,5.367676734924316,3.526360511779785,6.144687175750732,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,30,175.9521942138672,267.532470703125,5410,100.36710357666016,1,0,1.3862943649291992,0,5.170212268829346,3.4011974334716797,5.589241027832031,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,21,223.03799438476562,105.19480895996094,5549,148.69200134277344,1,0,0,0,5.407341957092285,3.044522523880005,4.655814170837402,0,0,0,0,0,1,0,0,0,0 +11,0,0,1,0,0,3,6,21,223.03799438476562,1196.1038818359375,5549,148.69200134277344,1,0,2.397895336151123,0,5.407341957092285,3.044522523880005,7.086824893951416,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,46,168.51759338378906,274.0259704589844,5628,112.75810241699219,1,0,1.0986123085021973,0,5.127040386199951,3.828641414642334,5.613223075866699,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,21,230.47259521484375,128.57142639160156,5610,128.86639404296875,1,0,0,0,5.440132141113281,3.044522523880005,4.856484413146973,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,24,213.1251983642578,57.14285659790039,5549,142.4965057373047,1,0,0,0,5.361879825592041,3.178053855895996,4.045554161071777,0,0,0,0,0,1,0,0,0,0 +22,0,0,1,1,0,3,6,24,235.4290008544922,440.2597351074219,5628,157.36570739746094,1,0,3.0910425186157227,0,5.461409568786621,3.178053855895996,6.087364673614502,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,47,185.86500549316406,418.18182373046875,5152,123.91000366210938,1,0,1.0986123085021973,0,5.225020408630371,3.8501474857330322,6.035916328430176,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,1,3,6,18,163.5612030029297,1215.58447265625,5343,109.04080200195312,1,0,1.3862943649291992,0,5.097187042236328,2.890371799468994,7.102980136871338,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,21,148.69200134277344,206.49349975585938,5449,99.12799835205078,1,0,1.3862943649291992,0,5.0018768310546875,3.044522523880005,5.330268859863281,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,47,148.69200134277344,410.3896179199219,5628,99.12799835205078,1,0,1.0986123085021973,0,5.0018768310546875,3.8501474857330322,6.017107009887695,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,45,231.71170043945312,318.18182373046875,5552,149.9311065673828,1,0,1.0986123085021973,0,5.445493698120117,3.8066625595092773,5.762622833251953,0,0,0,0,0,1,0,0,0,0 +16,0,0,0,1,1,3,6,32,158.60479736328125,3702.597412109375,5428,105.32350158691406,1,0,2.7725887298583984,0,5.066415786743164,3.465735912322998,8.216790199279785,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,NA,1,3,6,49,188.34320068359375,1151.947998046875,5110,125.14910125732422,1,0,1.0986123085021973,0,5.2382659912109375,3.891820192337036,7.0492095947265625,0,0,0,0,0,1,0,0,0,0 +16,0,0,0,0,1,3,6,39,185.86500549316406,3085.71435546875,5352,123.91000366210938,1,0,2.7725887298583984,0,5.225020408630371,3.6635615825653076,8.034538269042969,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,1,3,6,22,149.9311065673828,1968.8311767578125,5310,100.36710357666016,1,0,1.3862943649291992,0,5.010175704956055,3.0910425186157227,7.585195541381836,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,0,0,0,3,6,18,148.69200134277344,90.909088134765625,5643,92.93250274658203,1,0,-1.3862943649291992,0,5.0018768310546875,2.890371799468994,4.509860038757324,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,0,3,6,45,146.21380615234375,66.2337646484375,5528,97.88890075683594,1,0,1.3862943649291992,0,4.985069751739502,3.8066625595092773,4.193190574645996,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,0,1,0,3,6,56,135.06190490722656,77.92208099365234,5352,90.45429992675781,1,0,-1.3862943649291992,0,4.905733108520508,4.025351524353027,4.355709552764893,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,35,158.60479736328125,175.32467651367188,5628,105.32350158691406,1,0,0,0,5.066415786743164,3.5553481578826904,5.16663932800293,0,0,0,0,0,1,0,0,0,0 +10,0,0,0,1,1,3,6,35,161.08299255371094,1685.7142333984375,5528,107.80169677734375,1,0,2.3025851249694824,0,5.0819196701049805,3.5553481578826904,7.4299445152282715,0,0,0,0,0,1,0,0,0,0 +6,0,0,0,1,0,3,6,54,188.34320068359375,187.0129852294922,5510,126.38819885253906,1,0,1.7917594909667969,0,5.2382659912109375,3.9889841079711914,5.231178283691406,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,1,1,3,6,30,214.3643035888672,258.4415588378906,5628,142.4965057373047,1,0,0.6931471824645996,0,5.367676734924316,3.4011974334716797,5.554669380187988,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,0,0,0,3,6,47,177.19129943847656,55.844154357910156,5549,117.7145004272461,1,0,-1.3862943649291992,0,5.177229881286621,3.8501474857330322,4.022564888000488,0,0,0,0,0,1,0,0,0,0 +18,0,0,0,0,0,3,6,59,188.34320068359375,201.2987060546875,5328,126.38819885253906,1,0,2.890371799468994,0,5.2382659912109375,4.077537536621094,5.304790019989014,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,0,0,3,6,57,183.3867950439453,124.67532348632812,5404,122.6708984375,1,0,1.0986123085021973,0,5.211597442626953,4.043051242828369,4.825713157653809,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,27,227.99440002441406,0,5549,149.9311065673828,1,0,0,0,5.4293212890625,3.295836925506592,0,0,0,0,0,0,1,0,0,0,0 +8,0,0,0,1,0,3,6,64,102.84529876708984,342.8571472167969,5628,102.84529876708984,1,0,2.079441547393799,0,4.633225917816162,4.158883094787598,5.837313652038574,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,0,1,0,3,6,48,132.5836944580078,254.5454559326172,5728,89.21520233154297,1,0,-1.3862943649291992,0,4.887214183807373,3.8712010383605957,5.5394792556762695,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,0,3,6,24,151.17019653320312,270.1298828125,5349,100.36710357666016,1,0,1.3862943649291992,0,5.018406391143799,3.178053855895996,5.598902702331543,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,22,115.23629760742188,190.90908813476562,5510,76.82420349121094,1,0,0,0,4.746984958648682,3.0910425186157227,5.251797199249268,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,0,0,3,6,51,180.90859985351562,263.6363525390625,5649,120.19270324707031,1,0,1.3862943649291992,0,5.197991847991943,3.931825637817383,5.574570655822754,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,59,161.08299255371094,179.2207794189453,5549,91.69339752197266,1,0,0,0,5.0819196701049805,4.077537536621094,5.1886186599731445,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,0,0,3,6,25,213.1251983642578,624.67535400390625,5628,141.2574005126953,1,0,1.7917594909667969,0,5.361879825592041,3.2188758850097656,6.43723201751709,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,1,0,3,6,37,153.64840698242188,579.22076416015625,5549,102.84529876708984,1,0,0.6931471824645996,0,5.034667015075684,3.610917806625366,6.3616838455200195,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,32,200.7342071533203,180.5194854736328,5728,100.36710357666016,1,0,1.0986123085021973,0,5.301981449127197,3.465735912322998,5.195838928222656,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,22,242.8636016845703,251.94805908203125,5349,162.3220977783203,1,0,0,0,5.492499828338623,3.0910425186157227,5.5292229652404785,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,61,223.03799438476562,225.97402954101562,5310,148.69200134277344,1,0,0,0,5.407341957092285,4.110873699188232,5.420420169830322,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,NA,0,3,6,26,219.32069396972656,71.42857360839844,5449,146.21380615234375,1,0,0.6931471824645996,0,5.3905348777771,3.25809645652771,4.268698215484619,0,0,0,0,0,1,0,0,0,0 +21,0,0,1,0,1,3,6,51,170.9958038330078,7332.4677734375,5449,113.99720001220703,1,0,3.044522523880005,0,5.141639232635498,3.931825637817383,8.900067329406738,0,0,0,0,0,1,0,0,0,0 +5,0,0,0,0,0,3,6,25,209.40789794921875,200,5728,138.77920532226562,1,0,1.6094379425048828,0,5.3442840576171875,3.2188758850097656,5.2983174324035645,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,68,84.25879669189453,233.7662353515625,5349,55.759498596191406,1,0,0.6931471824645996,0,4.433893203735352,4.219507694244385,5.454321384429932,0,0,0,0,0,1,0,0,0,0 +9,0,0,0,NA,0,3,6,22,168.51759338378906,309.0909118652344,5549,112.75810241699219,1,0,2.1972246170043945,0,5.127040386199951,3.0910425186157227,5.733635425567627,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,27,123.91000366210938,114.28571319580078,5728,83.01969909667969,1,0,1.0986123085021973,0,4.819555759429932,3.295836925506592,4.738701343536377,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,47,166.03939819335938,0,5610,110.27989959716797,1,0,0,0,5.11222505569458,3.8501474857330322,0,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,1,3,6,47,143.735595703125,3036.363525390625,5610,95.41069793701172,1,0,1.6094379425048828,0,4.967975616455078,3.8501474857330322,8.018415451049805,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,22,210.64700317382812,196.10389709472656,5728,141.2574005126953,1,0,1.3862943649291992,0,5.350183963775635,3.0910425186157227,5.278644561767578,0,0,0,0,0,1,0,0,0,0 +17,0,0,0,1,1,3,6,30,149.9311065673828,2038.9610595703125,5334,100.36710357666016,1,0,2.8332133293151855,0,5.010175704956055,3.4011974334716797,7.6201958656311035,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,0,0,3,6,69,128.86639404296875,71.42857360839844,5604,85.4979019165039,1,0,0.6931471824645996,0,4.858776092529297,4.234106540679932,4.268698215484619,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,1,0,3,6,22,197.01690673828125,94.80519104003906,5610,131.3446044921875,1,0,-1.3862943649291992,0,5.283289432525635,3.0910425186157227,4.55182409286499,0,0,0,0,0,1,0,0,0,0 +9,0,0,0,1,1,3,6,27,128.86639404296875,1516.883056640625,5310,85.4979019165039,1,0,2.1972246170043945,0,4.858776092529297,3.295836925506592,7.324412822723389,0,0,0,0,0,1,0,0,0,0 +23,0,0,0,1,1,3,6,20,174.71310424804688,4688.3115234375,5528,115.23629760742188,1,0,3.1354942321777344,0,5.163145065307617,2.995732307434082,8.452827453613281,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,1,0,3,6,19,158.60479736328125,298.7012939453125,5549,105.32350158691406,1,0,-1.3862943649291992,0,5.066415786743164,2.944438934326172,5.69944429397583,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,0,3,6,31,118.95359802246094,118.18181610107422,5649,79.302398681640625,1,0,1.3862943649291992,0,4.778733253479004,3.4339871406555176,4.772224426269531,0,0,0,0,0,1,0,0,0,0 +5,0,0,0,1,0,3,6,45,143.735595703125,1624.67529296875,5310,95.41069793701172,1,0,1.6094379425048828,0,4.967975616455078,3.8066625595092773,7.393063068389893,0,0,0,0,0,1,0,0,0,0 +14,0,0,0,0,0,3,6,54,153.64840698242188,300,5549,76.82420349121094,1,0,2.6390573978424072,0,5.034667015075684,3.9889841079711914,5.703782558441162,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,48,168.51759338378906,228.57142639160156,5649,112.75810241699219,1,0,0,0,5.127040386199951,3.8712010383605957,5.431848526000977,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,0,0,0,3,6,59,158.60479736328125,58.441558837890625,5410,105.32350158691406,1,0,-1.3862943649291992,0,5.066415786743164,4.077537536621094,4.068027496337891,0,0,0,0,0,1,0,0,0,0 +6,0,0,0,0,1,3,6,16,121.43180084228516,4263.63623046875,5004,80.54149627685547,1,0,1.7917594909667969,0,4.799352645874023,2.7725887298583984,8.357877731323242,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,1,0,3,6,50,159.84390258789062,188.3116912841797,5055,106.5625991821289,1,0,1.945910096168518,0,5.074197769165039,3.9120230674743652,5.238098621368408,0,0,0,0,0,1,0,0,0,0 +7,0,0,0,0,0,3,6,41,203.21240234375,1858.4415283203125,5352,136.30099487304688,1,0,1.945910096168518,0,5.314251899719238,3.7135720252990723,7.527493476867676,0,0,0,0,0,1,0,0,0,0 +57,0,0,0,1,1,3,6,61,105.32350158691406,9535.064453125,5349,69.38960266113281,1,0,4.043051242828369,0,4.657036781311035,4.110873699188232,9.162731170654297,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,1,3,6,20,210.64700317382812,825.9739990234375,5004,140.01829528808594,1,0,0,0,5.350183963775635,2.995732307434082,6.7165632247924805,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,0,0,3,6,16,83.01969909667969,335.06494140625,5349,55.759498596191406,1,0,1.3862943649291992,0,4.4190778732299805,2.7725887298583984,5.814324378967285,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,1,0,3,6,22,146.21380615234375,107.79220581054688,5610,96.6498031616211,1,0,0.6931471824645996,0,4.985069751739502,3.0910425186157227,4.680205345153809,0,0,0,0,0,1,0,0,0,0 +21,0,0,1,1,1,3,6,33,223.03799438476562,3353.246826171875,5249,148.69200134277344,1,0,3.044522523880005,0,5.407341957092285,3.4965076446533203,8.117684364318848,0,0,0,0,0,1,0,0,0,0 +6,0,0,0,0,1,3,6,18,178.43040466308594,1151.947998046875,5004,118.95359802246094,1,0,1.7917594909667969,0,5.18419885635376,2.890371799468994,7.0492095947265625,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,1,0,3,6,35,111.51899719238281,228.57142639160156,5628,80.54149627685547,1,0,0.6931471824645996,0,4.7141947746276855,3.5553481578826904,5.431848526000977,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,1,0,3,6,42,148.69200134277344,214.2857208251953,5404,100.36710357666016,1,0,0.6931471824645996,0,5.0018768310546875,3.7376697063446045,5.367310047149658,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,1,0,3,6,42,185.86500549316406,184.41558837890625,5649,123.91000366210938,1,0,0.6931471824645996,0,5.225020408630371,3.7376697063446045,5.217191696166992,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,39,123.91000366210938,423.3766174316406,5610,83.01969909667969,1,0,1.0986123085021973,0,4.819555759429932,3.6635615825653076,6.048262119293213,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,16,92.93250274658203,200,5604,61.95500183105469,1,0,0,0,4.5318732261657715,2.7725887298583984,5.2983174324035645,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,24,198.25599670410156,138.96104431152344,5110,132.5836944580078,1,0,0,0,5.2895588874816895,3.178053855895996,4.9341936111450195,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,55,168.51759338378906,336.3636474609375,5728,111.51899719238281,1,0,0,0,5.127040386199951,4.007333278656006,5.818192958831787,0,0,0,0,0,1,0,0,0,0 +10,0,0,0,1,0,3,6,25,121.43180084228516,561.0389404296875,5549,80.54149627685547,1,0,2.3025851249694824,0,4.799352645874023,3.2188758850097656,6.329790115356445,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,30,158.60479736328125,380.51947021484375,5349,105.32350158691406,1,0,1.0986123085021973,0,5.066415786743164,3.4011974334716797,5.941537380218506,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,22,216.84249877929688,84.41558074951172,5549,144.97470092773438,1,0,0,0,5.379171371459961,3.0910425186157227,4.435751914978027,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,18,115.23629760742188,74.025970458984375,5549,76.82420349121094,1,0,0,0,4.746984958648682,2.890371799468994,4.304416179656982,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,15,107.80169677734375,153.2467498779297,5728,71.8677978515625,1,0,0,0,4.680293560028076,2.70805025100708,5.032049179077148,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,17,143.735595703125,227.27272033691406,5604,96.6498031616211,1,0,1.0986123085021973,0,4.967975616455078,2.8332133293151855,5.426150798797607,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,20,144.97470092773438,176.62338256835938,5604,96.6498031616211,1,0,1.3862943649291992,0,4.976559162139893,2.995732307434082,5.174019813537598,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,47,127.6272964477539,146.7532501220703,5728,85.4979019165039,1,0,0,0,4.849114418029785,3.8501474857330322,4.988752841949463,0,0,0,0,0,1,0,0,0,0 +10,0,0,1,0,0,3,6,17,91.69339752197266,411.6883239746094,5328,61.95500183105469,1,0,2.3025851249694824,0,4.5184502601623535,2.8332133293151855,6.020266532897949,0,0,0,0,0,1,0,0,0,0 +10,0,0,0,1,1,3,6,59,240.38540649414062,74.025970458984375,5328,78.06330108642578,1,0,2.3025851249694824,0,5.482243537902832,4.077537536621094,4.304416179656982,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,0,3,6,53,178.43040466308594,88.31169128417969,5610,118.95359802246094,1,0,1.3862943649291992,0,5.18419885635376,3.97029185295105,4.480872631072998,0,0,0,0,0,1,0,0,0,0 +13,0,0,1,1,0,3,6,31,197.01690673828125,314.28570556640625,5528,131.3446044921875,1,0,2.5649492740631104,0,5.283289432525635,3.4339871406555176,5.750302314758301,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,66,132.5836944580078,38.96104049682617,5210,87.9760971069336,1,0,0,0,4.887214183807373,4.18965482711792,3.662562131881714,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,0,3,6,60,185.86500549316406,109.09091186523438,5528,123.91000366210938,1,0,1.3862943649291992,0,5.225020408630371,4.094344615936279,4.692181587219238,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,0,1,3,6,61,121.43180084228516,1328.5714111328125,5310,80.54149627685547,1,0,1.0986123085021973,0,4.799352645874023,4.110873699188232,7.191859722137451,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,0,0,3,6,32,185.86500549316406,133.7662353515625,5540,123.91000366210938,1,0,0.6931471824645996,0,5.225020408630371,3.465735912322998,4.896093845367432,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,1,0,3,6,29,235.4290008544922,300,5628,149.9311065673828,1,0,1.7917594909667969,0,5.461409568786621,3.367295742034912,5.703782558441162,0,0,0,0,0,1,0,0,0,0 +6,0,0,0,1,0,3,6,47,135.06190490722656,92.207794189453125,5549,89.21520233154297,1,0,1.7917594909667969,0,4.905733108520508,3.8501474857330322,4.524044513702393,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,50,154.8874969482422,44.155845642089844,5649,102.84529876708984,1,0,0,0,5.042698860168457,3.9120230674743652,3.7877252101898193,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,55,242.8636016845703,174.02597045898438,5152,149.9311065673828,1,0,1.3862943649291992,0,5.492499828338623,4.007333278656006,5.159204483032227,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,1,3,6,25,166.03939819335938,1524.67529296875,5252,110.27989959716797,1,0,1.6094379425048828,0,5.11222505569458,3.2188758850097656,7.3295369148254395,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,1,3,6,20,151.17019653320312,111.68830871582031,5307,100.36710357666016,1,0,1.0986123085021973,0,5.018406391143799,2.995732307434082,4.715712070465088,0,0,0,0,0,1,0,0,0,0 +8,0,0,1,0,0,3,6,19,116.47540283203125,62.33766174316406,5740,78.06330108642578,1,0,2.079441547393799,0,4.7576799392700195,2.944438934326172,4.132565975189209,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,23,113.99720001220703,114.28571319580078,5349,76.82420349121094,1,0,0.6931471824645996,0,4.7361741065979,3.1354942321777344,4.738701343536377,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,20,140.01829528808594,214.2857208251953,5340,66.9113998413086,1,0,0,0,4.941772937774658,2.995732307434082,5.367310047149658,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,26,231.71170043945312,158.44155883789062,5552,149.9311065673828,1,0,0,0,5.445493698120117,3.25809645652771,5.065385818481445,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,22,173.4739990234375,183.11688232421875,5528,115.23629760742188,1,0,0.6931471824645996,0,5.156027793884277,3.0910425186157227,5.210124492645264,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,22,182.147705078125,201.2987060546875,5552,121.43180084228516,1,0,0,0,5.204817771911621,3.0910425186157227,5.304790019989014,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,0,0,3,6,24,167.27850341796875,162.33766174316406,5352,111.51899719238281,1,0,0,0,5.119659900665283,3.178053855895996,5.0896782875061035,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,23,173.4739990234375,588.31170654296875,5010,115.23629760742188,1,0,1.3862943649291992,0,5.156027793884277,3.1354942321777344,6.377256870269775,0,0,0,0,0,1,0,0,0,0 +10,0,0,1,1,0,3,6,42,153.64840698242188,0,5028,102.84529876708984,1,0,2.3025851249694824,0,5.034667015075684,3.7376697063446045,0,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,24,208.16879272460938,110.38961029052734,5628,138.77920532226562,1,0,0,0,5.338349342346191,3.178053855895996,4.704016208648682,0,0,0,0,0,1,0,0,0,0 +8,0,0,1,0,0,3,6,23,153.64840698242188,206.49349975585938,5728,102.84529876708984,1,0,2.079441547393799,0,5.034667015075684,3.1354942321777344,5.330268859863281,0,0,0,0,0,1,0,0,0,0 +8,0,0,1,0,0,3,6,23,153.64840698242188,206.49349975585938,5728,102.84529876708984,1,0,2.079441547393799,0,5.034667015075684,3.1354942321777344,5.330268859863281,0,0,0,0,0,1,0,0,0,0 +12,0,0,1,0,0,1,6,18,185.86500549316406,172.72727966308594,5346,135.06190490722656,1,0,2.4849066734313965,0,5.225020408630371,2.890371799468994,5.151713848114014,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,0,0,1,6,19,210.64700317382812,150.64935302734375,5337,140.01829528808594,1,0,1.6094379425048828,0,5.350183963775635,2.944438934326172,5.014955043792725,0,0,0,0,0,1,0,1,0,0 +4,0,0,1,0,1,3,6,25,154.8874969482422,2601.298583984375,5349,101.606201171875,1,0,1.3862943649291992,0,5.042698860168457,3.2188758850097656,7.863766193389893,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,8,61,188.34320068359375,350.64935302734375,9049,125.14910125732422,1,0,1.0986123085021973,0,5.2382659912109375,4.110873699188232,5.859786510467529,0,0,0,0,0,0,0,0,0,0 +30,0,0,1,1,1,3,8,66,125.14910125732422,5512.98681640625,9010,49.56399917602539,1,0,3.4011974334716797,0,4.829505920410156,4.18965482711792,8.614861488342285,0,0,0,0,0,0,0,0,0,0 +10,0,0,1,0,1,3,8,23,216.84249877929688,4654.54541015625,9010,143.735595703125,1,0,2.3025851249694824,0,5.379171371459961,3.1354942321777344,8.445599555969238,0,0,0,0,0,0,0,0,0,0 +4,0,0,0,0,0,1,8,58,197.01690673828125,368.8311767578125,9028,131.3446044921875,1,0,1.3862943649291992,0,5.283289432525635,4.060442924499512,5.910338878631592,0,0,0,0,0,0,0,1,0,0 +2,0,0,0,0,1,1,8,21,153.64840698242188,880.51947021484375,9010,102.84529876708984,1,0,0.6931471824645996,0,5.034667015075684,3.044522523880005,6.780511856079102,0,0,0,0,0,0,0,1,0,0 +0.25,0,0,1,0,1,1,8,19,177.19129943847656,522.07794189453125,9013,117.7145004272461,1,0,-1.3862943649291992,0,5.177229881286621,2.944438934326172,6.257816791534424,0,0,0,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,8,56,198.25599670410156,0,9010,132.5836944580078,1,0,-1.3862943649291992,0,5.2895588874816895,4.025351524353027,0,0,0,0,0,0,0,0,1,0,0 +32,0,0,1,1,0,1,8,50,161.08299255371094,864.93505859375,9028,107.80169677734375,1,0,3.465735912322998,0,5.0819196701049805,3.9120230674743652,6.7626543045043945,0,0,0,0,0,0,0,1,0,0 +32,0,0,1,1,0,1,8,50,161.08299255371094,864.93505859375,9028,107.80169677734375,1,0,3.465735912322998,0,5.0819196701049805,3.9120230674743652,6.7626543045043945,0,0,0,0,0,0,0,1,0,0 +5,0,0,0,1,0,1,8,44,235.4290008544922,233.7662353515625,9040,149.9311065673828,1,0,1.6094379425048828,0,5.461409568786621,3.7841897010803223,5.454321384429932,0,0,0,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,8,43,188.34320068359375,61.03895950317383,9049,125.14910125732422,1,0,1.0986123085021973,0,5.2382659912109375,3.761200189590454,4.111512184143066,0,0,0,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,8,59,242.8636016845703,62.33766174316406,9010,162.3220977783203,1,0,0,0,5.492499828338623,4.077537536621094,4.132565975189209,0,0,0,0,0,0,0,1,0,0 +4,0,0,1,1,0,2,8,40,198.25599670410156,129.87013244628906,9010,132.5836944580078,1,0,1.3862943649291992,0,5.2895588874816895,3.6888794898986816,4.866535186767578,0,0,0,0,0,0,0,0,1,0 +1,0,0,1,1,0,3,8,28,184.6259002685547,193.50650024414062,9052,122.6708984375,1,0,0,0,5.218331813812256,3.332204580307007,5.265311241149902,0,0,0,0,0,0,0,0,0,0 +16,0,0,1,1,1,2,8,26,192.0605010986328,3180.51953125,9004,85.4979019165039,1,0,2.7725887298583984,0,5.257810592651367,3.25809645652771,8.064800262451172,0,0,0,0,0,0,0,0,1,0 +5,0,0,1,1,0,3,8,65,144.97470092773438,207.79220581054688,9040,96.6498031616211,1,0,1.6094379425048828,0,4.976559162139893,4.174387454986572,5.336538791656494,0,0,0,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,8,42,241.62449645996094,263.6363525390625,9010,161.08299255371094,1,0,1.0986123085021973,0,5.487384796142578,3.7376697063446045,5.574570655822754,0,0,0,0,0,0,0,0,0,0 +5,0,0,1,0,1,3,8,26,173.4739990234375,2548.052001953125,9010,116.47540283203125,1,0,1.6094379425048828,0,5.156027793884277,3.25809645652771,7.843084335327148,0,0,0,0,0,0,0,0,0,0 +6,0,0,1,0,1,3,8,26,210.64700317382812,2666.23388671875,9010,140.01829528808594,1,0,1.7917594909667969,0,5.350183963775635,3.25809645652771,7.888422012329102,0,0,0,0,0,0,0,0,0,0 +2,0,0,1,1,1,2,8,36,214.3643035888672,703.8961181640625,9010,142.4965057373047,1,0,0.6931471824645996,0,5.367676734924316,3.5835189819335938,6.556630611419678,0,0,0,0,0,0,0,0,1,0 +7,0,0,0,1,1,3,8,37,241.62449645996094,903.8961181640625,9010,161.08299255371094,1,0,1.945910096168518,0,5.487384796142578,3.610917806625366,6.8067145347595215,0,0,0,0,0,0,0,0,0,0 +3,0,0,0,0,0,3,8,25,198.25599670410156,596.1038818359375,9028,136.30099487304688,1,0,1.0986123085021973,0,5.2895588874816895,3.2188758850097656,6.390414714813232,0,0,0,0,0,0,0,0,0,0 +6,0,0,1,1,0,3,8,24,230.47259521484375,0,9025,153.64840698242188,1,0,1.7917594909667969,0,5.440132141113281,3.178053855895996,0,0,0,0,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,8,23,166.03939819335938,129.87013244628906,9010,110.27989959716797,1,0,0,0,5.11222505569458,3.1354942321777344,4.866535186767578,0,0,0,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,8,20,173.4739990234375,272.7272644042969,9004,115.23629760742188,1,0,0,0,5.156027793884277,2.995732307434082,5.6084723472595215,0,0,0,0,0,0,0,0,0,0 +4,0,0,1,1,1,3,8,26,216.84249877929688,4716.88330078125,9010,144.97470092773438,1,0,1.3862943649291992,0,5.379171371459961,3.25809645652771,8.458903312683105,0,0,0,0,0,0,0,0,0,0 +15,0,0,1,1,1,3,8,69,92.93250274658203,1628.5714111328125,9010,58.237701416015625,1,0,2.70805025100708,0,4.5318732261657715,4.234106540679932,7.395458698272705,0,0,0,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,8,20,185.86500549316406,192.20779418945312,9010,123.91000366210938,1,0,-1.3862943649291992,0,5.225020408630371,2.995732307434082,5.2585768699646,0,0,0,0,0,0,0,0,0,0 +14,0,0,0,1,0,3,8,26,148.69200134277344,0,9052,99.12799835205078,1,0,2.6390573978424072,0,5.0018768310546875,3.25809645652771,0,0,0,0,0,0,0,0,0,0,0 +14,0,0,0,1,0,3,8,26,148.69200134277344,0,9052,99.12799835205078,1,0,2.6390573978424072,0,5.0018768310546875,3.25809645652771,0,0,0,0,0,0,0,0,0,0,0 +1,0,0,0,1,1,3,8,26,143.735595703125,1483.116943359375,9052,68.15049743652344,1,0,0,0,4.967975616455078,3.25809645652771,7.301901340484619,0,0,0,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,8,32,185.86500549316406,19.480520248413086,9049,123.91000366210938,1,0,0,0,5.225020408630371,3.465735912322998,2.9694149494171143,0,0,0,0,0,0,0,0,0,0 +3,0,0,0,0,1,3,8,21,122.6708984375,568.8311767578125,9010,81.78060150146484,1,0,1.0986123085021973,0,4.809504985809326,3.044522523880005,6.343583583831787,0,0,0,0,0,0,0,0,0,0 +2,0,0,0,1,0,3,8,20,149.9311065673828,85.71428680419922,9052,99.12799835205078,1,0,0.6931471824645996,0,5.010175704956055,2.995732307434082,4.451019287109375,0,0,0,0,0,0,0,0,0,0 +2,0,0,0,1,0,3,8,22,121.43180084228516,38.96104049682617,9052,80.54149627685547,1,0,0.6931471824645996,0,4.799352645874023,3.0910425186157227,3.662562131881714,0,0,0,0,0,0,0,0,0,0 +4,0,0,1,0,1,3,8,17,153.64840698242188,2519.48046875,9004,102.84529876708984,1,0,1.3862943649291992,0,5.034667015075684,2.8332133293151855,7.831808090209961,0,0,0,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,8,33,153.64840698242188,49.350650787353516,9032,102.84529876708984,1,0,1.0986123085021973,0,5.034667015075684,3.4965076446533203,3.8989510536193848,0,0,0,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,8,35,198.25599670410156,188.3116912841797,9010,132.5836944580078,1,0,0,0,5.2895588874816895,3.5553481578826904,5.238098621368408,0,0,0,0,0,0,0,0,0,0 +18,0,0,0,1,0,3,8,61,184.6259002685547,458.4415588378906,9010,122.6708984375,1,0,2.890371799468994,0,5.218331813812256,4.110873699188232,6.127832889556885,0,0,0,0,0,0,0,0,0,0 +5,0,0,1,0,0,3,8,18,111.51899719238281,277.9220886230469,9052,74.34600067138672,1,0,1.6094379425048828,0,4.7141947746276855,2.890371799468994,5.627340793609619,0,0,0,0,0,0,0,0,0,0 +11,0,0,0,1,0,3,8,44,121.43180084228516,487.01300048828125,9010,80.54149627685547,1,0,2.397895336151123,0,4.799352645874023,3.7841897010803223,6.188290596008301,0,0,0,0,0,0,0,0,0,0 +182,0,0,0,0,1,3,8,50,148.69200134277344,116883.1171875,9025,162.3220977783203,1,0,5.204006671905518,0,5.0018768310546875,3.9120230674743652,11.668930053710938,0,0,0,0,0,0,0,0,0,0 +20,0,0,0,1,1,3,8,31,143.735595703125,3450.6494140625,9052,95.41069793701172,1,0,2.995732307434082,0,4.967975616455078,3.4339871406555176,8.146317481994629,0,0,0,0,0,0,0,0,0,0 +5,0,0,0,0,0,3,8,17,117.7145004272461,233.7662353515625,9004,78.06330108642578,1,0,1.6094379425048828,0,4.7682623863220215,2.8332133293151855,5.454321384429932,0,0,0,0,0,0,0,0,0,0 +6,0,0,0,1,1,3,8,30,133.8227996826172,1462.337646484375,9019,89.21520233154297,1,0,1.7917594909667969,0,4.8965163230896,3.4011974334716797,7.287791728973389,0,0,0,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,8,33,87.9760971069336,288.3116760253906,9004,59.47679901123047,1,0,1.3862943649291992,0,4.477065086364746,3.4965076446533203,5.664041996002197,0,0,0,0,0,0,0,0,0,0 +4,0,0,0,1,0,3,8,35,123.91000366210938,288.3116760253906,9004,83.01969909667969,1,0,1.3862943649291992,0,4.819555759429932,3.5553481578826904,5.664041996002197,0,0,0,0,0,0,0,0,0,0 +4,0,0,1,0,1,3,8,30,173.4739990234375,1940.259765625,9052,115.23629760742188,1,0,1.3862943649291992,0,5.156027793884277,3.4011974334716797,7.570577144622803,0,0,0,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,8,20,156.12660217285156,196.10389709472656,9004,104.08439636230469,1,0,0.6931471824645996,0,5.0506672859191895,2.995732307434082,5.278644561767578,0,0,0,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,8,24,211.88609313964844,101.29869842529297,9010,141.2574005126953,1,0,1.3862943649291992,0,5.356049060821533,3.178053855895996,4.618073463439941,0,0,0,0,0,0,0,0,0,0 +9,0,0,0,1,0,3,8,53,111.51899719238281,38.96104049682617,9007,148.69200134277344,1,0,2.1972246170043945,0,4.7141947746276855,3.97029185295105,3.662562131881714,0,0,0,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,8,27,216.84249877929688,20.779220581054688,9052,144.97470092773438,1,0,0,0,5.379171371459961,3.295836925506592,3.0339534282684326,0,0,0,0,0,0,0,0,0,0 +1,0,0,1,NA,0,3,7,21,178.43040466308594,0,6200,117.7145004272461,1,0,0,0,5.18419885635376,3.044522523880005,0,0,0,0,0,0,0,1,0,0,0 +14,0,0,0,0,0,1,7,25,188.34320068359375,401.2987060546875,8034,125.14910125732422,1,0,2.6390573978424072,0,5.2382659912109375,3.2188758850097656,5.994706153869629,0,0,0,0,0,0,1,1,0,0 +2,0,0,0,1,0,1,7,62,185.86500549316406,0,8034,123.91000366210938,1,0,0.6931471824645996,0,5.225020408630371,4.127134323120117,0,0,0,0,0,0,0,1,1,0,0 +2,0,0,0,0,0,1,7,49,190.82139587402344,258.4415588378906,6400,127.6272964477539,1,0,0.6931471824645996,0,5.251338005065918,3.891820192337036,5.554669380187988,0,0,0,0,0,0,1,1,0,0 +1,0,0,0,0,0,1,7,18,156.12660217285156,58.441558837890625,8031,102.84529876708984,1,0,0,0,5.0506672859191895,2.890371799468994,4.068027496337891,0,0,0,0,0,0,1,1,0,0 +17,0,0,0,0,0,2,7,25,240.38540649414062,4098.701171875,8035,159.84390258789062,1,0,2.8332133293151855,0,5.482243537902832,3.2188758850097656,8.318425178527832,0,0,0,0,0,0,1,0,1,0 +1,0,0,1,1,1,3,7,37,240.38540649414062,1812.987060546875,6100,149.9311065673828,1,0,0,0,5.482243537902832,3.610917806625366,7.502730846405029,0,0,0,0,0,0,1,0,0,0 +16,0,0,0,0,1,3,7,23,198.25599670410156,5468.8310546875,6900,131.3446044921875,1,0,2.7725887298583984,0,5.2895588874816895,3.1354942321777344,8.606820106506348,0,0,0,0,0,0,1,0,0,0 +3,0,0,1,0,0,3,7,27,203.21240234375,125.97402954101562,6900,135.06190490722656,1,0,1.0986123085021973,0,5.314251899719238,3.295836925506592,4.836075782775879,0,0,0,0,0,0,1,0,0,0 +3,0,0,0,1,0,3,7,59,148.69200134277344,180.5194854736328,6400,99.12799835205078,1,0,1.0986123085021973,0,5.0018768310546875,4.077537536621094,5.195838928222656,0,0,0,0,0,0,1,0,0,0 +2,1,1,0,1,0,1,1,54,688.12078857421875,141,1110,324.0078125,0,1,0.6931471824645996,1,6.533964157104492,3.9889841079711914,4.948760032653809,1,0,0,0,0,0,0,1,0,6.533964157104492 +0.25,1,1,1,1,0,1,1,23,653.2926025390625,216,1428,324.0078125,0,1,-1.3862943649291992,1,6.482025146484375,3.1354942321777344,5.375278472900391,1,0,0,0,0,0,0,1,0,6.482025146484375 +0.25,1,1,1,1,0,1,1,23,653.2926025390625,241,1425,324.0078125,0,1,-1.3862943649291992,1,6.482025146484375,3.1354942321777344,5.48479700088501,1,0,0,0,0,0,0,1,0,6.482025146484375 +7,1,1,1,1,0,1,1,43,691.2869873046875,1000,1940,324.0078125,0,1,1.945910096168518,1,6.538555145263672,3.761200189590454,6.907755374908447,1,0,0,0,0,0,0,1,0,6.538555145263672 +8,1,1,1,1,0,2,1,36,1005.7962036132812,718,1128,324.0078125,0,1,2.079441547393799,1,6.913534641265869,3.5835189819335938,6.576469421386719,1,0,0,0,0,0,0,0,1,6.913534641265869 +0.25,1,1,1,1,0,2,1,36,866.4833984375,55,1336,324.0078125,0,1,-1.3862943649291992,1,6.7644429206848145,3.5835189819335938,4.007333278656006,1,0,0,0,0,0,0,0,1,6.7644429206848145 +1,1,1,1,1,1,1,2,49,1054.3446044921875,1261,2028,324.0078125,0,1,0,1,6.96067476272583,3.891820192337036,7.139660358428955,0,1,0,0,0,0,0,1,0,6.96067476272583 +4,1,1,1,1,0,3,2,35,1054.3446044921875,138,2549,324.0078125,0,1,1.3862943649291992,1,6.96067476272583,3.5553481578826904,4.927253723144531,0,1,0,0,0,0,0,0,0,6.96067476272583 +5,1,1,1,1,0,3,2,55,659.625,363,2636,324.0078125,0,1,1.6094379425048828,1,6.491671562194824,4.007333278656006,5.894402980804443,0,1,0,0,0,0,0,0,0,6.491671562194824 +4,1,1,1,1,0,1,3,51,767.27581787109375,329,3110,324.0078125,0,1,1.3862943649291992,1,6.64284610748291,3.931825637817383,5.79605770111084,0,0,1,0,0,0,0,1,0,6.64284610748291 +7,1,1,1,1,1,1,3,58,771.49737548828125,1535,3152,324.0078125,0,1,1.945910096168518,1,6.6483330726623535,4.060442924499512,7.336285591125488,0,0,1,0,0,0,0,1,0,6.6483330726623535 +8,1,1,1,1,1,1,3,63,757.7772216796875,1877,3602,324.0078125,0,1,2.079441547393799,1,6.630389213562012,4.143134593963623,7.5374298095703125,0,0,1,0,0,0,0,1,0,6.630389213562012 +12,1,1,1,1,1,1,3,31,660.680419921875,2018,3549,324.0078125,0,1,2.4849066734313965,1,6.493270397186279,3.4339871406555176,7.609862327575684,0,0,1,0,0,0,0,1,0,6.493270397186279 +2,1,1,1,1,0,1,3,33,658.569580078125,1571,3640,324.0078125,0,1,0.6931471824645996,1,6.490070343017578,3.4965076446533203,7.359467506408691,0,0,1,0,0,0,0,1,0,6.490070343017578 +10,1,1,0,1,0,NA,3,35,640.6278076171875,584,3152,324.0078125,0,1,2.3025851249694824,1,6.462448596954346,3.5553481578826904,6.369901180267334,0,0,1,0,0,0,0,NA,NA,6.462448596954346 +12,1,1,1,1,0,2,3,45,658.569580078125,158,3116,324.0078125,0,1,2.4849066734313965,1,6.490070343017578,3.8066625595092773,5.062594890594482,0,0,1,0,0,0,0,0,1,6.490070343017578 +42,1,1,1,1,1,1,3,40,636.40618896484375,12192,3128,324.0078125,0,1,3.7376697063446045,1,6.455837249755859,3.6888794898986816,9.40853500366211,0,0,1,0,0,0,0,1,0,6.455837249755859 +2,1,1,1,0,0,1,3,42,645.90478515625,116,3628,324.0078125,0,1,0.6931471824645996,1,6.470652103424072,3.7376697063446045,4.753590106964111,0,0,1,0,0,0,0,1,0,6.470652103424072 +0.25,1,1,1,1,0,2,3,48,646.960205078125,218,3410,324.0078125,0,1,-1.3862943649291992,1,6.47228479385376,3.8712010383605957,5.384495258331299,0,0,1,0,0,0,0,0,1,6.47228479385376 +10,1,1,1,1,0,2,3,28,824.26739501953125,397,3140,324.0078125,0,1,2.3025851249694824,1,6.7144951820373535,3.332204580307007,5.983936309814453,0,0,1,0,0,0,0,0,1,6.7144951820373535 +15,1,1,1,1,0,2,3,47,785.21759033203125,3625,3740,324.0078125,0,1,2.70805025100708,1,6.665960788726807,3.8501474857330322,8.195609092712402,0,0,1,0,0,0,0,0,1,6.665960788726807 +10,1,1,1,1,0,2,3,35,697.619384765625,148,3428,324.0078125,0,1,2.3025851249694824,1,6.54767370223999,3.5553481578826904,4.9972124099731445,0,0,1,0,0,0,0,0,1,6.54767370223999 +6,1,1,1,1,1,2,3,30,975.1895751953125,6123,3140,324.0078125,0,1,1.7917594909667969,1,6.882631778717041,3.4011974334716797,8.719807624816895,0,0,1,0,0,0,0,0,1,6.882631778717041 +27,1,1,1,1,1,2,3,52,725.059814453125,1690,3528,324.0078125,0,1,3.295836925506592,1,6.586254119873047,3.9512436389923096,7.432483673095703,0,0,1,0,0,0,0,0,1,6.586254119873047 +19,1,1,1,1,0,2,3,49,633.239990234375,939,3428,324.0078125,0,1,2.944438934326172,1,6.450849533081055,3.891820192337036,6.844815254211426,0,0,1,0,0,0,0,0,1,6.450849533081055 +3,1,1,1,1,0,2,3,47,820.0457763671875,292,3528,324.0078125,0,1,1.0986123085021973,1,6.709360122680664,3.8501474857330322,5.676753997802734,0,0,1,0,0,0,0,0,1,6.709360122680664 +4,1,1,1,1,1,2,3,37,633.239990234375,11133,3540,324.0078125,0,1,1.3862943649291992,1,6.450849533081055,3.610917806625366,9.317668914794922,0,0,1,0,0,0,0,0,1,6.450849533081055 +9,1,1,1,1,1,2,3,37,633.239990234375,11183,3540,324.0078125,0,1,2.1972246170043945,1,6.450849533081055,3.610917806625366,9.322150230407715,0,0,1,0,0,0,0,0,1,6.450849533081055 +10,1,1,1,1,0,2,3,48,648.015625,412,3528,324.0078125,0,1,2.3025851249694824,1,6.473914623260498,3.8712010383605957,6.021023273468018,0,0,1,0,0,0,0,0,1,6.473914623260498 +8,1,1,1,1,0,1,3,30,635.350830078125,378,3628,324.0078125,0,1,2.079441547393799,1,6.454177379608154,3.4011974334716797,5.93489408493042,0,0,1,0,0,0,0,1,0,6.454177379608154 +11,1,1,1,1,1,1,3,37,738.780029296875,2755,3540,324.0078125,0,1,2.397895336151123,1,6.605000019073486,3.610917806625366,7.921172618865967,0,0,1,0,0,0,0,1,0,6.605000019073486 +9,1,1,1,1,0,3,3,46,852.76318359375,518,3449,324.0078125,0,1,2.1972246170043945,1,6.748481750488281,3.828641414642334,6.249975204467773,0,0,1,0,0,0,0,0,0,6.748481750488281 +10,1,1,1,1,0,3,3,33,646.960205078125,1426,3528,324.0078125,0,1,2.3025851249694824,1,6.47228479385376,3.4965076446533203,7.262628555297852,0,0,1,0,0,0,0,0,0,6.47228479385376 +4,1,1,1,0,0,3,3,38,748.27862548828125,584,3149,324.0078125,0,1,1.3862943649291992,1,6.6177754402160645,3.6375861167907715,6.369901180267334,0,0,1,0,0,0,0,0,0,6.6177754402160645 +3,1,1,1,1,0,3,3,35,714.50579833984375,154,3428,324.0078125,0,1,1.0986123085021973,1,6.571590900421143,3.5553481578826904,5.036952495574951,0,0,1,0,0,0,0,0,0,6.571590900421143 +182,1,1,0,0,0,3,3,29,659.625,7500,3152,238.52040100097656,0,1,5.204006671905518,1,6.491671562194824,3.367295742034912,8.92265796661377,0,0,1,0,0,0,0,0,0,6.491671562194824 +1,1,1,1,1,0,3,3,38,636.40618896484375,97,3640,324.0078125,0,1,0,1,6.455837249755859,3.6375861167907715,4.574710845947266,0,0,1,0,0,0,0,0,0,6.455837249755859 +4,1,1,1,0,0,3,3,52,668.06817626953125,222,3728,324.0078125,0,1,1.3862943649291992,1,6.504390239715576,3.9512436389923096,5.402677536010742,0,0,1,0,0,0,0,0,0,6.504390239715576 +2,1,1,1,1,0,3,3,46,713.45037841796875,252,3649,324.0078125,0,1,0.6931471824645996,1,6.570112705230713,3.828641414642334,5.529428958892822,0,0,1,0,0,0,0,0,0,6.570112705230713 +4,1,1,1,1,0,3,3,35,699.730224609375,547,3049,324.0078125,0,1,1.3862943649291992,1,6.550694942474365,3.5553481578826904,6.30444860458374,0,0,1,0,0,0,0,0,0,6.550694942474365 +2,1,1,1,1,0,3,3,36,672.289794921875,197,3540,324.0078125,0,1,0.6931471824645996,1,6.5106892585754395,3.5835189819335938,5.283203601837158,0,0,1,0,0,0,0,0,0,6.5106892585754395 +4,1,1,1,1,0,3,3,43,672.289794921875,1225,3152,324.0078125,0,1,1.3862943649291992,1,6.5106892585754395,3.761200189590454,7.110696315765381,0,0,1,0,0,0,0,0,0,6.5106892585754395 +14,1,1,1,1,0,3,3,29,783.1068115234375,836,3528,324.0078125,0,1,2.6390573978424072,1,6.66326904296875,3.367295742034912,6.728628635406494,0,0,1,0,0,0,0,0,0,6.66326904296875 +19,1,1,1,1,1,3,3,55,663.84661865234375,4437,3149,324.0078125,0,1,2.944438934326172,1,6.498051166534424,4.007333278656006,8.397733688354492,0,0,1,0,0,0,0,0,0,6.498051166534424 +3,1,1,1,1,0,3,3,35,656.45880126953125,369,3152,324.0078125,0,1,1.0986123085021973,1,6.4868597984313965,3.5553481578826904,5.910796642303467,0,0,1,0,0,0,0,0,0,6.4868597984313965 +5,1,1,1,1,0,3,3,42,675.45599365234375,985,3740,324.0078125,0,1,1.6094379425048828,1,6.515388011932373,3.7376697063446045,6.892641544342041,0,0,1,0,0,0,0,0,0,6.515388011932373 +3,1,1,1,0,0,3,3,35,633.239990234375,0,3540,315.5646057128906,0,1,1.0986123085021973,1,6.450849533081055,3.5553481578826904,0,0,0,1,0,0,0,0,0,0,6.450849533081055 +5,1,1,1,1,0,3,3,25,730.3367919921875,181,3128,324.0078125,0,1,1.6094379425048828,1,6.593505859375,3.2188758850097656,5.1984968185424805,0,0,1,0,0,0,0,0,0,6.593505859375 +7,1,1,1,1,0,2,3,51,652.2371826171875,562,3428,324.0078125,0,1,1.945910096168518,1,6.480408191680908,3.931825637817383,6.3315019607543945,0,0,1,0,0,0,0,0,1,6.480408191680908 +3,1,1,1,0,0,3,4,49,708.17340087890625,464,4110,324.0078125,0,1,1.0986123085021973,1,6.562688827514648,3.891820192337036,6.1398844718933105,0,0,0,1,0,0,0,0,0,6.562688827514648 +4,1,1,1,1,0,1,4,31,736.669189453125,214,4452,324.0078125,0,1,1.3862943649291992,1,6.602138996124268,3.4339871406555176,5.365975856781006,0,0,0,1,0,0,0,1,0,6.602138996124268 +4,1,1,1,1,1,1,4,60,717.6719970703125,2602,4834,324.0078125,0,1,1.3862943649291992,1,6.57601261138916,4.094344615936279,7.864035606384277,0,0,0,1,0,0,0,1,0,6.57601261138916 +4,1,1,1,0,0,1,4,30,636.40618896484375,178,4952,322.952392578125,0,1,1.3862943649291992,1,6.455837249755859,3.4011974334716797,5.181783676147461,0,0,0,1,0,0,0,1,0,6.455837249755859 +0.25,1,1,1,1,0,1,4,60,805.27020263671875,0,4410,324.0078125,0,1,-1.3862943649291992,1,6.691177845001221,4.094344615936279,0,0,0,0,1,0,0,0,1,0,6.691177845001221 +75,1,1,1,1,1,1,4,57,633.239990234375,1479,4941,324.0078125,0,1,4.317488193511963,1,6.450849533081055,4.043051242828369,7.299121379852295,0,0,0,1,0,0,0,1,0,6.450849533081055 +4,1,1,1,1,1,1,4,39,740.89080810546875,1789,4834,324.0078125,0,1,1.3862943649291992,1,6.607853412628174,3.6635615825653076,7.489412307739258,0,0,0,1,0,0,0,1,0,6.607853412628174 +9,1,1,1,1,1,1,4,58,688.12078857421875,2906,4834,324.0078125,0,1,2.1972246170043945,1,6.533964157104492,4.060442924499512,7.9745330810546875,0,0,0,1,0,0,0,1,0,6.533964157104492 +6,1,1,1,0,1,1,4,24,683.899169921875,2875,4534,324.0078125,0,1,1.7917594909667969,1,6.527810573577881,3.178053855895996,7.963808059692383,0,0,0,1,0,0,0,1,0,6.527810573577881 +94,1,1,1,1,0,1,4,62,637.46160888671875,705,4052,324.0078125,0,1,4.543294906616211,1,6.457494258880615,4.127134323120117,6.558197975158691,0,0,0,1,0,0,0,1,0,6.457494258880615 +1,1,1,1,1,1,1,4,30,740.89080810546875,2234,4410,324.0078125,0,1,0,1,6.607853412628174,3.4011974334716797,7.711548805236816,0,0,0,1,0,0,0,1,0,6.607853412628174 +8,1,1,1,0,1,1,4,60,636.40618896484375,2510,4534,324.0078125,0,1,2.079441547393799,1,6.455837249755859,4.094344615936279,7.828038215637207,0,0,0,1,0,0,0,1,0,6.455837249755859 +10,1,1,1,1,1,1,4,32,694.45318603515625,905,4652,324.0078125,0,1,2.3025851249694824,1,6.543124675750732,3.465735912322998,6.807934761047363,0,0,0,1,0,0,0,1,0,6.543124675750732 +16,1,1,1,1,1,1,4,37,814.768798828125,15306,4852,324.0078125,0,1,2.7725887298583984,1,6.702904224395752,3.610917806625366,9.636000633239746,0,0,0,1,0,0,0,1,0,6.702904224395752 +5,1,1,1,1,0,2,4,46,954.08160400390625,639,4110,324.0078125,0,1,1.6094379425048828,1,6.860749244689941,3.828641414642334,6.459904670715332,0,0,0,1,0,0,0,0,1,6.860749244689941 +12,1,1,1,1,0,2,4,47,771.49737548828125,12,4534,324.0078125,0,1,2.4849066734313965,1,6.6483330726623535,3.8501474857330322,2.4849066734313965,0,0,0,1,0,0,0,0,1,6.6483330726623535 +8,1,1,1,1,0,2,4,28,776.7744140625,1297,4628,324.0078125,0,1,2.079441547393799,1,6.655149936676025,3.332204580307007,7.167809009552002,0,0,0,1,0,0,0,0,1,6.655149936676025 +8,1,1,1,1,1,2,4,26,693.3978271484375,2563,4534,324.0078125,0,1,2.079441547393799,1,6.541604042053223,3.25809645652771,7.848933696746826,0,0,0,1,0,0,0,0,1,6.541604042053223 +23,1,1,1,1,0,2,4,58,812.65802001953125,2004,4346,324.0078125,0,1,3.1354942321777344,1,6.700310230255127,4.060442924499512,7.602900505065918,0,0,0,1,0,0,0,0,1,6.700310230255127 +12,1,1,1,1,0,2,4,32,712.39501953125,770,4152,324.0078125,0,1,2.4849066734313965,1,6.56863260269165,3.465735912322998,6.646390438079834,0,0,0,1,0,0,0,0,1,6.56863260269165 +11,1,1,1,0,1,2,4,41,657.51422119140625,2946,4634,324.0078125,0,1,2.397895336151123,1,6.488466262817383,3.7135720252990723,7.988203525543213,0,0,0,1,0,0,0,0,1,6.488466262817383 +0.25,1,1,1,1,1,2,4,33,767.27581787109375,1952,4834,324.0078125,0,1,-1.3862943649291992,1,6.64284610748291,3.4965076446533203,7.5766096115112305,0,0,0,1,0,0,0,0,1,6.64284610748291 +107,1,1,1,1,0,2,4,35,702.89642333984375,0,4941,389.4425964355469,0,1,4.672828674316406,1,6.555209636688232,3.5553481578826904,0,0,0,0,1,0,0,0,0,1,6.555209636688232 +8,1,1,1,0,1,2,4,34,738.780029296875,2519,4649,324.0078125,0,1,2.079441547393799,1,6.605000019073486,3.526360511779785,7.83161735534668,0,0,0,1,0,0,0,0,1,6.605000019073486 +182,1,1,1,NA,0,2,4,58,738.780029296875,1200,4834,341.9495849609375,0,1,5.204006671905518,1,6.605000019073486,4.060442924499512,7.090076923370361,0,0,0,1,0,0,0,0,1,6.605000019073486 +10,1,1,1,1,0,2,4,43,839.04302978515625,3212,4834,324.0078125,0,1,2.3025851249694824,1,6.732262134552002,3.761200189590454,8.0746488571167,0,0,0,1,0,0,0,0,1,6.732262134552002 +2,1,1,1,1,1,2,4,55,686.010009765625,4890,4834,324.0078125,0,1,0.6931471824645996,1,6.530892372131348,4.007333278656006,8.49494743347168,0,0,0,1,0,0,0,0,1,6.530892372131348 +8,1,1,1,1,1,2,4,46,664.9019775390625,2164,4434,324.0078125,0,1,2.079441547393799,1,6.499639511108398,3.828641414642334,7.679713726043701,0,0,0,1,0,0,0,0,1,6.499639511108398 +15,1,1,1,1,1,2,4,51,692.3424072265625,3088,4834,324.0078125,0,1,2.70805025100708,1,6.540080547332764,3.931825637817383,8.035279273986816,0,0,0,1,0,0,0,0,1,6.540080547332764 +1,1,1,1,1,0,3,4,60,767.27581787109375,0,4834,324.0078125,0,1,0,1,6.64284610748291,4.094344615936279,0,0,0,0,1,0,0,0,0,0,6.64284610748291 +11,1,1,1,1,0,3,4,42,794.7161865234375,421,4410,324.0078125,0,1,2.397895336151123,1,6.677985191345215,3.7376697063446045,6.042633056640625,0,0,0,1,0,0,0,0,0,6.677985191345215 +16,1,1,1,0,0,3,4,49,659.625,251,4952,324.0078125,0,1,2.7725887298583984,1,6.491671562194824,3.891820192337036,5.525453090667725,0,0,0,1,0,0,0,0,0,6.491671562194824 +7,1,1,1,1,0,3,4,51,773.60821533203125,495,4413,324.0078125,0,1,1.945910096168518,1,6.651065349578857,3.931825637817383,6.2045578956604,0,0,0,1,0,0,0,0,0,6.651065349578857 +7,1,1,1,1,1,3,4,36,690.23162841796875,1963,4834,324.0078125,0,1,1.945910096168518,1,6.537027359008789,3.5835189819335938,7.582229137420654,0,0,0,1,0,0,0,0,0,6.537027359008789 +4,1,1,1,0,0,3,4,29,633.239990234375,765,4834,324.0078125,0,1,1.3862943649291992,1,6.450849533081055,3.367295742034912,6.639875888824463,0,0,0,1,0,0,0,0,0,6.450849533081055 +56,1,1,1,1,0,3,4,30,689.17620849609375,4474,4952,324.0078125,0,1,4.025351524353027,1,6.535497188568115,3.4011974334716797,8.406038284301758,0,0,0,1,0,0,0,0,0,6.535497188568115 +156,1,1,1,1,0,3,4,30,689.17620849609375,6000,4952,324.0078125,0,1,5.049856185913086,1,6.535497188568115,3.4011974334716797,8.699514389038086,0,0,0,1,0,0,0,0,0,6.535497188568115 +3,1,1,1,NA,0,3,4,40,712.39501953125,459,4952,324.0078125,0,1,1.0986123085021973,1,6.56863260269165,3.6888794898986816,6.129050254821777,0,0,0,1,0,0,0,0,0,6.56863260269165 +6,1,1,1,1,0,3,4,40,738.780029296875,90,4952,324.0078125,0,1,1.7917594909667969,1,6.605000019073486,3.6888794898986816,4.499809741973877,0,0,0,1,0,0,0,0,0,6.605000019073486 +2,1,1,1,1,0,3,4,35,735.61376953125,844,4152,324.0078125,0,1,0.6931471824645996,1,6.600705146789551,3.5553481578826904,6.738152503967285,0,0,0,1,0,0,0,0,0,6.600705146789551 +3,1,1,1,0,0,3,4,43,752.50018310546875,472,4410,324.0078125,0,1,1.0986123085021973,1,6.623401165008545,3.761200189590454,6.156979084014893,0,0,0,1,0,0,0,0,0,6.623401165008545 +8,1,1,1,1,0,3,4,31,638.51702880859375,2150,4834,324.0078125,0,1,2.079441547393799,1,6.459148406982422,3.4339871406555176,7.67322301864624,0,0,0,1,0,0,0,0,0,6.459148406982422 +6,1,1,1,1,0,3,4,38,1054.3446044921875,11718,4846,324.0078125,0,1,1.7917594909667969,1,6.96067476272583,3.6375861167907715,9.3688812255859375,0,0,0,1,0,0,0,0,0,6.96067476272583 +90,1,1,1,1,1,1,5,25,798.93780517578125,8061,4249,324.0078125,0,1,4.499809741973877,1,6.68328332901001,3.2188758850097656,8.994792938232422,0,0,0,0,1,0,0,1,0,6.68328332901001 +6,1,1,1,1,0,1,5,41,702.89642333984375,1369,4252,324.0078125,0,1,1.7917594909667969,1,6.555209636688232,3.7135720252990723,7.221835613250732,0,0,0,0,1,0,0,1,0,6.555209636688232 +1,1,1,1,1,0,1,5,62,836.93218994140625,273,4252,324.0078125,0,1,0,1,6.729743003845215,4.127134323120117,5.609471797943115,0,0,0,0,1,0,0,1,0,6.729743003845215 +182,1,1,1,1,0,2,5,29,641.6832275390625,17716,4249,324.0078125,0,1,5.204006671905518,1,6.464094638824463,3.367295742034912,9.78222370147705,0,0,0,0,1,0,0,0,1,6.464094638824463 +9,1,1,1,1,1,2,5,33,633.239990234375,1792,4252,320.84161376953125,0,1,2.1972246170043945,1,6.450849533081055,3.4965076446533203,7.491087436676025,0,0,0,0,1,0,0,0,1,6.450849533081055 +6,1,1,1,0,0,2,5,48,855.92938232421875,1010,4252,324.0078125,0,1,1.7917594909667969,1,6.752187728881836,3.8712010383605957,6.917705535888672,0,0,0,0,1,0,0,0,1,6.752187728881836 +3,1,1,1,1,0,2,5,41,635.350830078125,264,4252,324.0078125,0,1,1.0986123085021973,1,6.454177379608154,3.7135720252990723,5.575949192047119,0,0,0,0,1,0,0,0,1,6.454177379608154 +6,1,1,1,1,0,1,5,36,775.718994140625,270,4252,324.0078125,0,1,1.7917594909667969,1,6.653790473937988,3.5835189819335938,5.598422050476074,0,0,0,0,1,0,0,1,0,6.653790473937988 +24,1,1,1,1,0,2,5,36,789.439208984375,630,4252,324.0078125,0,1,3.178053855895996,1,6.671322822570801,3.5835189819335938,6.4457197189331055,0,0,0,0,1,0,0,0,1,6.671322822570801 +1,1,1,1,1,0,2,5,50,773.60821533203125,288,4252,324.0078125,0,1,0,1,6.651065349578857,3.9120230674743652,5.662960529327393,0,0,0,0,1,0,0,0,1,6.651065349578857 +0.25,1,1,1,1,0,2,5,37,658.569580078125,0,4252,348.2820129394531,0,1,-1.3862943649291992,1,6.490070343017578,3.610917806625366,0,0,0,0,0,1,0,0,0,1,6.490070343017578 +125,1,1,1,1,1,2,5,37,658.569580078125,25000,4252,348.2820129394531,0,1,4.828313827514648,1,6.490070343017578,3.610917806625366,10.126630783081055,0,0,0,0,1,0,0,0,1,6.490070343017578 +2,1,1,1,1,0,2,5,39,793.66082763671875,452,4252,324.0078125,0,1,0.6931471824645996,1,6.676656246185303,3.6635615825653076,6.113682270050049,0,0,0,0,1,0,0,0,1,6.676656246185303 +161,1,1,1,1,1,2,5,38,883.36981201171875,24738,4249,324.0078125,0,1,5.081404209136963,1,6.783743858337402,3.6375861167907715,10.116095542907715,0,0,0,0,1,0,0,0,1,6.783743858337402 +29,1,1,1,1,1,2,5,56,718.7274169921875,3708,4252,324.0078125,0,1,3.367295742034912,1,6.577482223510742,4.025351524353027,8.21824836730957,0,0,0,0,1,0,0,0,1,6.577482223510742 +182,1,1,1,1,1,2,5,57,643.79400634765625,44500,4252,324.0078125,0,1,5.204006671905518,1,6.467378616333008,4.043051242828369,10.70324420928955,0,0,0,0,1,0,0,0,1,6.467378616333008 +17,1,1,1,1,1,2,5,41,639.5723876953125,1900,4252,324.0078125,0,1,2.8332133293151855,1,6.460799694061279,3.7135720252990723,7.549609184265137,0,0,0,0,1,0,0,0,1,6.460799694061279 +16,1,1,1,1,0,2,5,29,712.39501953125,2342,4252,324.0078125,0,1,2.7725887298583984,1,6.56863260269165,3.367295742034912,7.758760452270508,0,0,0,0,1,0,0,0,1,6.56863260269165 +182,1,1,1,1,0,2,5,58,670.17901611328125,10000,4252,324.0078125,0,1,5.204006671905518,1,6.507544994354248,4.060442924499512,9.21034049987793,0,0,0,0,1,0,0,0,1,6.507544994354248 +2,1,1,1,1,0,2,5,54,633.239990234375,196,4252,324.0078125,0,1,0.6931471824645996,1,6.450849533081055,3.9889841079711914,5.2781147956848145,0,0,0,0,1,0,0,0,1,6.450849533081055 +5,1,1,1,1,0,2,5,41,654.3480224609375,336,4249,324.0078125,0,1,1.6094379425048828,1,6.483639240264893,3.7135720252990723,5.817111015319824,0,0,0,0,1,0,0,0,1,6.483639240264893 +10,1,1,1,0,0,2,5,27,664.9019775390625,319,4252,324.0078125,0,1,2.3025851249694824,1,6.499639511108398,3.295836925506592,5.765191078186035,0,0,0,0,1,0,0,0,1,6.499639511108398 +5,1,1,1,1,0,3,5,52,924.5303955078125,936,4252,324.0078125,0,1,1.6094379425048828,1,6.829286098480225,3.9512436389923096,6.841615676879883,0,0,0,0,1,0,0,0,0,6.829286098480225 +7,1,1,1,1,0,3,5,63,796.8270263671875,869,4252,324.0078125,0,1,1.945910096168518,1,6.680637836456299,4.143134593963623,6.767343044281006,0,0,0,0,1,0,0,0,0,6.680637836456299 +2,1,1,1,1,0,3,5,30,645.90478515625,78,4252,324.0078125,0,1,0.6931471824645996,1,6.470652103424072,3.4011974334716797,4.356709003448486,0,0,0,0,1,0,0,0,0,6.470652103424072 +4,1,1,1,1,0,3,5,42,794.7161865234375,481,4252,324.0078125,0,1,1.3862943649291992,1,6.677985191345215,3.7376697063446045,6.175867080688477,0,0,0,0,1,0,0,0,0,6.677985191345215 +8,1,1,1,1,0,3,5,60,930.86279296875,228,4252,324.0078125,0,1,2.079441547393799,1,6.836112022399902,4.094344615936279,5.429345607757568,0,0,0,0,1,0,0,0,0,6.836112022399902 +11,1,1,1,1,0,3,5,41,660.680419921875,1555,4252,324.0078125,0,1,2.397895336151123,1,6.493270397186279,3.7135720252990723,7.349230766296387,0,0,0,0,1,0,0,0,0,6.493270397186279 +8,1,1,1,1,1,3,5,45,705.0072021484375,561,4252,324.0078125,0,1,2.079441547393799,1,6.558207988739014,3.8066625595092773,6.329720973968506,0,0,0,0,1,0,0,0,0,6.558207988739014 +3,1,1,1,1,0,3,5,53,746.16778564453125,327,4249,324.0078125,0,1,1.0986123085021973,1,6.614950656890869,3.97029185295105,5.7899603843688965,0,0,0,0,1,0,0,0,0,6.614950656890869 +4,1,1,1,1,0,3,5,40,677.5667724609375,396,4252,324.0078125,0,1,1.3862943649291992,1,6.518507957458496,3.6888794898986816,5.981414318084717,0,0,0,0,1,0,0,0,0,6.518507957458496 +14,1,1,1,1,0,3,5,41,779.94061279296875,1513,4252,324.0078125,0,1,2.6390573978424072,1,6.659217834472656,3.7135720252990723,7.321849822998047,0,0,0,0,1,0,0,0,0,6.659217834472656 +41,1,1,1,1,0,3,5,51,963.5802001953125,1211,4252,324.0078125,0,1,3.7135720252990723,1,6.870655536651611,3.931825637817383,7.099201679229736,0,0,0,0,1,0,0,0,0,6.870655536651611 +23,1,1,1,1,0,3,5,42,955.13702392578125,816,4252,324.0078125,0,1,3.1354942321777344,1,6.8618550300598145,3.7376697063446045,6.704414367675781,0,0,0,0,1,0,0,0,0,6.8618550300598145 +1,1,1,1,0,0,3,5,26,660.680419921875,154,4252,324.0078125,0,1,0,1,6.493270397186279,3.25809645652771,5.036952495574951,0,0,0,0,1,0,0,0,0,6.493270397186279 +4,1,1,1,1,0,3,5,34,644.84942626953125,318,4252,324.0078125,0,1,1.3862943649291992,1,6.469017028808594,3.526360511779785,5.762051582336426,0,0,0,0,1,0,0,0,0,6.469017028808594 +3,1,1,1,1,0,3,5,39,813.71337890625,95,4252,324.0078125,0,1,1.0986123085021973,1,6.701608180999756,3.6635615825653076,4.553876876831055,0,0,0,0,1,0,0,0,0,6.701608180999756 +9,1,1,1,1,0,3,5,35,680.73297119140625,739,4252,324.0078125,0,1,2.1972246170043945,1,6.523169994354248,3.5553481578826904,6.605298042297363,0,0,0,0,1,0,0,0,0,6.523169994354248 +30,1,1,1,1,1,3,5,29,733.50299072265625,7183,4246,324.0078125,0,1,3.4011974334716797,1,6.597831726074219,3.367295742034912,8.879472732543945,0,0,0,0,1,0,0,0,0,6.597831726074219 +5,1,1,1,1,0,3,5,35,654.3480224609375,406,4252,324.0078125,0,1,1.6094379425048828,1,6.483639240264893,3.5553481578826904,6.006353378295898,0,0,0,0,1,0,0,0,0,6.483639240264893 +0.25,1,1,1,0,0,3,5,36,763.05419921875,98,4252,324.0078125,0,1,-1.3862943649291992,1,6.6373291015625,3.5835189819335938,4.584967613220215,0,0,0,0,1,0,0,0,0,6.6373291015625 +3,1,1,1,1,0,3,5,39,691.2869873046875,536,4252,324.0078125,0,1,1.0986123085021973,1,6.538555145263672,3.6635615825653076,6.284134387969971,0,0,0,0,1,0,0,0,0,6.538555145263672 +3,1,1,1,1,1,3,5,41,791.54998779296875,5012,4252,324.0078125,0,1,1.0986123085021973,1,6.673993110656738,3.7135720252990723,8.519590377807617,0,0,0,0,1,0,0,0,0,6.673993110656738 +10,1,1,1,1,0,3,5,30,674.40057373046875,1193,4210,324.0078125,0,1,2.3025851249694824,1,6.513824462890625,3.4011974334716797,7.084226608276367,0,0,0,0,1,0,0,0,0,6.513824462890625 +130,1,1,1,1,0,3,5,43,825.32281494140625,1500,4252,324.0078125,0,1,4.867534637451172,1,6.7157745361328125,3.761200189590454,7.313220500946045,0,0,0,0,1,0,0,0,0,6.7157745361328125 +1,1,1,1,1,0,3,5,41,652.2371826171875,133,4252,324.0078125,0,1,0,1,6.480408191680908,3.7135720252990723,4.8903489112854,0,0,0,0,1,0,0,0,0,6.480408191680908 +23,1,1,1,1,0,3,5,40,635.350830078125,2379,4252,324.0078125,0,1,3.1354942321777344,1,6.454177379608154,3.6888794898986816,7.774435520172119,0,0,0,0,1,0,0,0,0,6.454177379608154 +9,1,1,1,1,0,3,5,53,1054.3446044921875,352,4252,324.0078125,0,1,2.1972246170043945,1,6.96067476272583,3.97029185295105,5.863631248474121,0,0,0,0,1,0,0,0,0,6.96067476272583 +36,1,1,1,1,0,3,5,35,731.3922119140625,492,4252,324.0078125,0,1,3.5835189819335938,1,6.594949722290039,3.5553481578826904,6.198478698730469,0,0,0,0,1,0,0,0,0,6.594949722290039 +1,1,1,1,1,0,3,5,31,753.55560302734375,369,4252,53.825401306152344,0,1,0,1,6.624802589416504,3.4339871406555176,5.910796642303467,0,0,0,0,1,0,0,0,0,6.624802589416504 +4,1,1,1,1,0,3,5,57,715.56121826171875,221,4252,324.0078125,0,1,1.3862943649291992,1,6.5730671882629395,4.043051242828369,5.398162841796875,0,0,0,0,1,0,0,0,0,6.5730671882629395 +0.25,1,1,1,1,0,3,5,48,676.51141357421875,119,4252,324.0078125,0,1,-1.3862943649291992,1,6.51694917678833,3.8712010383605957,4.779123306274414,0,0,0,0,1,0,0,0,0,6.51694917678833 +6,1,1,1,1,1,2,5,40,811.60260009765625,2547,4252,162.53160095214844,0,1,1.7917594909667969,1,6.699010848999023,3.6888794898986816,7.8426713943481445,0,0,0,0,1,0,0,0,1,6.699010848999023 +4,1,1,1,1,0,3,5,38,738.780029296875,1509,4252,324.0078125,0,1,1.3862943649291992,1,6.605000019073486,3.6375861167907715,7.319202423095703,0,0,0,0,1,0,0,0,0,6.605000019073486 +8,1,1,1,1,0,3,5,34,634.29541015625,1338,4252,324.0078125,0,1,2.079441547393799,1,6.4525146484375,3.526360511779785,7.1989312171936035,0,0,0,0,1,0,0,0,0,6.4525146484375 +2,1,1,1,1,0,3,5,44,874.92657470703125,167,4204,324.0078125,0,1,0.6931471824645996,1,6.774139881134033,3.7841897010803223,5.1179938316345215,0,0,0,0,1,0,0,0,0,6.774139881134033 +1,1,1,1,1,1,3,5,32,663.84661865234375,357,4252,324.0078125,0,1,0,1,6.498051166534424,3.465735912322998,5.877735614776611,0,0,0,0,1,0,0,0,0,6.498051166534424 +4,1,1,1,1,0,1,6,47,814.768798828125,115,5352,324.0078125,0,1,1.3862943649291992,1,6.702904224395752,3.8501474857330322,4.744932174682617,0,0,0,0,0,1,0,1,0,6.702904224395752 +5,1,1,1,1,0,1,6,54,847.4862060546875,340,5628,324.0078125,0,1,1.6094379425048828,1,6.742274761199951,3.9889841079711914,5.828945636749268,0,0,0,0,0,1,0,1,0,6.742274761199951 +1,1,1,1,1,0,1,6,31,720.83819580078125,193,5649,324.0078125,0,1,0,1,6.580414772033691,3.4339871406555176,5.26269006729126,0,0,0,0,0,1,0,1,0,6.580414772033691 +17,1,1,1,1,0,1,6,68,891.81298828125,290,5204,324.0078125,0,1,2.8332133293151855,1,6.7932562828063965,4.219507694244385,5.6698808670043945,0,0,0,0,0,1,0,1,0,6.7932562828063965 +18,1,1,1,1,1,1,6,36,790.49462890625,10744,5028,324.0078125,0,1,2.890371799468994,1,6.672658920288086,3.5835189819335938,9.282102584838867,0,0,0,0,0,1,0,1,0,6.672658920288086 +19,1,1,1,1,0,1,6,45,733.50299072265625,8295,5728,324.0078125,0,1,2.944438934326172,1,6.597831726074219,3.8066625595092773,9.023407936096191,0,0,0,0,0,1,0,1,0,6.597831726074219 +10,1,1,1,1,1,1,6,51,694.45318603515625,1020,5628,324.0078125,0,1,2.3025851249694824,1,6.543124675750732,3.931825637817383,6.927557945251465,0,0,0,0,0,1,0,1,0,6.543124675750732 +4,1,1,1,1,0,1,6,23,793.66082763671875,258,5528,324.0078125,0,1,1.3862943649291992,1,6.676656246185303,3.1354942321777344,5.552959442138672,0,0,0,0,0,1,0,1,0,6.676656246185303 +1,1,1,1,1,0,1,6,32,766.22039794921875,195,5728,215.30160522460938,0,1,0,1,6.641469955444336,3.465735912322998,5.2729997634887695,0,0,0,0,0,1,0,1,0,6.641469955444336 +24,1,1,1,1,0,2,6,34,665.9573974609375,3294,5528,324.0078125,0,1,3.178053855895996,1,6.501225471496582,3.526360511779785,8.099858283996582,0,0,0,0,0,1,0,0,1,6.501225471496582 +24,1,1,1,1,0,2,6,34,665.9573974609375,3294,5528,324.0078125,0,1,3.178053855895996,1,6.501225471496582,3.526360511779785,8.099858283996582,0,0,0,0,0,1,0,0,1,6.501225471496582 +8,1,1,1,1,0,1,6,26,656.45880126953125,495,5728,324.0078125,0,1,2.079441547393799,1,6.4868597984313965,3.25809645652771,6.2045578956604,0,0,0,0,0,1,0,1,0,6.4868597984313965 +5,1,1,1,1,0,1,6,56,710.2841796875,236,5240,324.0078125,0,1,1.6094379425048828,1,6.565665245056152,4.025351524353027,5.463831901550293,0,0,0,0,0,1,0,1,0,6.565665245056152 +9,1,1,1,0,0,2,6,43,690.23162841796875,241,5528,324.0078125,0,1,2.1972246170043945,1,6.537027359008789,3.761200189590454,5.48479700088501,0,0,0,0,0,1,0,0,1,6.537027359008789 +35,1,1,1,1,1,2,6,51,809.4918212890625,8745,5404,324.0078125,0,1,3.5553481578826904,1,6.696406841278076,3.931825637817383,9.076237678527832,0,0,0,0,0,1,0,0,1,6.696406841278076 +175,1,1,1,1,1,2,6,59,746.16778564453125,7478,5349,324.0078125,0,1,5.164785861968994,1,6.614950656890869,4.077537536621094,8.919720649719238,0,0,0,0,0,1,0,0,1,6.614950656890869 +7,1,1,1,0,0,2,6,41,755.6663818359375,91,5052,324.0078125,0,1,1.945910096168518,1,6.627600193023682,3.7135720252990723,4.510859489440918,0,0,0,0,0,1,0,0,1,6.627600193023682 +1,1,1,1,1,0,2,6,58,669.12359619140625,140,5349,324.0078125,0,1,0,1,6.5059685707092285,4.060442924499512,4.9416422843933105,0,0,0,0,0,1,0,0,1,6.5059685707092285 +18,1,1,1,1,1,2,6,46,783.1068115234375,4563,5528,324.0078125,0,1,2.890371799468994,1,6.66326904296875,3.828641414642334,8.4257354736328125,0,0,0,0,0,1,0,0,1,6.66326904296875 +25,1,1,1,NA,0,2,6,45,1002.6300048828125,0,5349,324.0078125,0,1,3.2188758850097656,1,6.91038179397583,3.8066625595092773,0,0,0,0,0,0,1,0,0,1,6.91038179397583 +5,1,1,1,1,0,2,6,60,846.4307861328125,2789,5352,324.0078125,0,1,1.6094379425048828,1,6.741028308868408,4.094344615936279,7.933438301086426,0,0,0,0,0,1,0,0,1,6.741028308868408 +17,1,1,1,1,0,2,6,31,688.12078857421875,2447,5310,324.0078125,0,1,2.8332133293151855,1,6.533964157104492,3.4339871406555176,7.802618026733398,0,0,0,0,0,1,0,0,1,6.533964157104492 +13,1,1,1,1,0,2,6,30,639.5723876953125,182,5352,324.0078125,0,1,2.5649492740631104,1,6.460799694061279,3.4011974334716797,5.204006671905518,0,0,0,0,0,1,0,0,1,6.460799694061279 +7,1,1,1,1,0,2,6,41,776.7744140625,305,5747,324.0078125,0,1,1.945910096168518,1,6.655149936676025,3.7135720252990723,5.720311641693115,0,0,0,0,0,1,0,0,1,6.655149936676025 +4,1,1,1,1,0,2,6,27,638.51702880859375,958,5410,324.0078125,0,1,1.3862943649291992,1,6.459148406982422,3.295836925506592,6.864847660064697,0,0,0,0,0,1,0,0,1,6.459148406982422 +3,1,1,1,1,1,2,6,37,917.142578125,5152,5310,324.0078125,0,1,1.0986123085021973,1,6.821262836456299,3.610917806625366,8.547140121459961,0,0,0,0,0,1,0,0,1,6.821262836456299 +12,1,1,1,1,1,2,6,63,747.22320556640625,2428,5252,324.0078125,0,1,2.4849066734313965,1,6.616364002227783,4.143134593963623,7.794823169708252,0,0,0,0,0,1,0,0,1,6.616364002227783 +6,1,1,1,1,0,2,6,34,646.960205078125,564,5428,324.0078125,0,1,1.7917594909667969,1,6.47228479385376,3.526360511779785,6.335054397583008,0,0,0,0,0,1,0,0,1,6.47228479385376 +4,1,1,1,0,0,2,6,27,796.8270263671875,314,5549,324.0078125,0,1,1.3862943649291992,1,6.680637836456299,3.295836925506592,5.749392986297607,0,0,0,0,0,1,0,0,1,6.680637836456299 +5,1,1,1,0,0,2,6,35,705.0072021484375,0,5549,324.0078125,0,1,1.6094379425048828,1,6.558207988739014,3.5553481578826904,0,0,0,0,0,0,1,0,0,1,6.558207988739014 +17,1,1,1,1,1,2,6,39,721.89361572265625,8278,5643,324.0078125,0,1,2.8332133293151855,1,6.581877708435059,3.6635615825653076,9.021356582641602,0,0,0,0,0,1,0,0,1,6.581877708435059 +3,1,1,1,1,0,2,6,45,755.6663818359375,167,5352,324.0078125,0,1,1.0986123085021973,1,6.627600193023682,3.8066625595092773,5.1179938316345215,0,0,0,0,0,1,0,0,1,6.627600193023682 +14,1,1,1,1,0,2,6,62,708.17340087890625,1137,5728,324.0078125,0,1,2.6390573978424072,1,6.562688827514648,4.127134323120117,7.036148548126221,0,0,0,0,0,1,0,0,1,6.562688827514648 +2,1,1,1,1,0,2,6,39,820.0457763671875,289,5549,324.0078125,0,1,0.6931471824645996,1,6.709360122680664,3.6635615825653076,5.666426658630371,0,0,0,0,0,1,0,0,1,6.709360122680664 +8,1,1,1,1,0,2,6,59,635.350830078125,222,5643,324.0078125,0,1,2.079441547393799,1,6.454177379608154,4.077537536621094,5.402677536010742,0,0,0,0,0,1,0,0,1,6.454177379608154 +4,1,1,1,1,0,3,6,35,721.89361572265625,315,5352,341.9495849609375,0,1,1.3862943649291992,1,6.581877708435059,3.5553481578826904,5.752572536468506,0,0,0,0,0,1,0,0,0,6.581877708435059 +13,1,1,0,1,0,3,6,56,898.1453857421875,680,5549,324.0078125,0,1,2.5649492740631104,1,6.800332069396973,4.025351524353027,6.522092819213867,0,0,0,0,0,1,0,0,0,6.800332069396973 +2,1,1,1,1,0,3,6,40,736.669189453125,491,5452,324.0078125,0,1,0.6931471824645996,1,6.602138996124268,3.6888794898986816,6.196444034576416,0,0,0,0,0,1,0,0,0,6.602138996124268 +3,1,1,1,1,0,3,6,61,672.289794921875,363,5436,324.0078125,0,1,1.0986123085021973,1,6.5106892585754395,4.110873699188232,5.894402980804443,0,0,0,0,0,1,0,0,0,6.5106892585754395 +55,1,1,1,1,0,3,6,57,660.680419921875,7960,5352,324.0078125,0,1,4.007333278656006,1,6.493270397186279,4.043051242828369,8.982184410095215,0,0,0,0,0,1,0,0,0,6.493270397186279 +20,1,1,1,1,1,3,6,50,724.00439453125,3436,5352,324.0078125,0,1,2.995732307434082,1,6.584797382354736,3.9120230674743652,8.14206314086914,0,0,0,0,0,1,0,0,0,6.584797382354736 +3,1,1,NA,1,0,3,6,37,636.40618896484375,109,5549,324.0078125,0,1,1.0986123085021973,1,6.455837249755859,3.610917806625366,4.691348075866699,0,0,0,0,0,1,0,0,0,6.455837249755859 +3,1,1,1,1,0,3,6,33,743.0015869140625,254,5549,324.0078125,0,1,1.0986123085021973,1,6.610698223114014,3.4965076446533203,5.537334442138672,0,0,0,0,0,1,0,0,0,6.610698223114014 +7,1,1,1,1,0,3,6,35,740.89080810546875,829,5628,324.0078125,0,1,1.945910096168518,1,6.607853412628174,3.5553481578826904,6.72022008895874,0,0,0,0,0,1,0,0,0,6.607853412628174 +1,1,1,1,1,0,3,6,39,743.0015869140625,258,5337,324.0078125,0,1,0,1,6.610698223114014,3.6635615825653076,5.552959442138672,0,0,0,0,0,1,0,0,0,6.610698223114014 +15,1,1,0,1,1,3,6,33,645.90478515625,4164,5310,324.0078125,0,1,2.70805025100708,1,6.470652103424072,3.4965076446533203,8.33423137664795,0,0,0,0,0,1,0,0,0,6.470652103424072 +3,1,1,1,0,0,3,6,33,738.780029296875,83,5649,324.0078125,0,1,1.0986123085021973,1,6.605000019073486,3.4965076446533203,4.418840408325195,0,0,0,0,0,1,0,0,0,6.605000019073486 +3,1,1,1,0,0,3,6,30,693.3978271484375,2159,5349,324.0078125,0,1,1.0986123085021973,1,6.541604042053223,3.4011974334716797,7.677400588989258,0,0,0,0,0,1,0,0,0,6.541604042053223 +0.25,1,1,1,1,0,3,6,56,747.22320556640625,262,5410,459.0989990234375,0,1,-1.3862943649291992,1,6.616364002227783,4.025351524353027,5.568344593048096,0,0,0,0,0,1,0,0,0,6.616364002227783 +11,1,1,1,0,0,3,6,22,660.680419921875,346,5628,324.0078125,0,1,2.397895336151123,1,6.493270397186279,3.0910425186157227,5.846438884735107,0,0,0,0,0,1,0,0,0,6.493270397186279 +19,1,1,1,1,1,3,6,45,640.6278076171875,2044,5349,324.0078125,0,1,2.944438934326172,1,6.462448596954346,3.8066625595092773,7.622663974761963,0,0,0,0,0,1,0,0,0,6.462448596954346 +18,1,1,1,1,1,3,6,47,680.73297119140625,3944,5349,324.0078125,0,1,2.890371799468994,1,6.523169994354248,3.8501474857330322,8.279951095581055,0,0,0,0,0,1,0,0,0,6.523169994354248 +3,1,1,1,1,0,3,6,46,767.27581787109375,280,5728,324.0078125,0,1,1.0986123085021973,1,6.64284610748291,3.828641414642334,5.63478946685791,0,0,0,0,0,1,0,0,0,6.64284610748291 +6,1,1,1,1,1,3,6,36,655.40338134765625,2150,5352,324.0078125,0,1,1.7917594909667969,1,6.485250949859619,3.5835189819335938,7.67322301864624,0,0,0,0,0,1,0,0,0,6.485250949859619 +1,1,1,1,1,1,3,6,32,650.12640380859375,2141,5352,324.0078125,0,1,0,1,6.477166652679443,3.465735912322998,7.669028282165527,0,0,0,0,0,1,0,0,0,6.477166652679443 +2,1,1,0,0,1,3,6,25,730.3367919921875,5210,5528,360.9468078613281,0,1,0.6931471824645996,1,6.593505859375,3.2188758850097656,8.558335304260254,0,0,0,0,0,1,0,0,0,6.593505859375 +26,1,1,1,1,0,3,6,61,893.923828125,871,5428,324.0078125,0,1,3.25809645652771,1,6.795620441436768,4.110873699188232,6.769641876220703,0,0,0,0,0,1,0,0,0,6.795620441436768 +1,1,1,1,1,1,3,6,56,872.8157958984375,197,5140,324.0078125,0,1,0,1,6.771724700927734,4.025351524353027,5.283203601837158,0,0,0,0,0,1,0,0,0,6.771724700927734 +2,1,1,1,1,1,3,6,33,730.3367919921875,5998,5340,324.0078125,0,1,0.6931471824645996,1,6.593505859375,3.4965076446533203,8.69918155670166,0,0,0,0,0,1,0,0,0,6.593505859375 +10,1,1,1,1,0,3,6,57,901.31158447265625,1553,5628,324.0078125,0,1,2.3025851249694824,1,6.803851127624512,4.043051242828369,7.3479437828063965,0,0,0,0,0,1,0,0,0,6.803851127624512 +182,1,1,1,1,0,2,6,42,645.90478515625,10000,5316,324.0078125,0,1,5.204006671905518,1,6.470652103424072,3.7376697063446045,9.21034049987793,0,0,0,0,0,1,0,0,1,6.470652103424072 +16,1,1,1,1,0,1,8,42,706.0626220703125,1305,9010,324.0078125,0,1,2.7725887298583984,1,6.559703826904297,3.7376697063446045,7.1739583015441895,0,0,0,0,0,0,0,1,0,6.559703826904297 +104,1,1,1,0,1,2,8,34,713.45037841796875,30066,9013,324.0078125,0,1,4.644391059875488,1,6.570112705230713,3.526360511779785,10.311150550842285,0,0,0,0,0,0,0,0,1,6.570112705230713 +39,1,1,1,1,0,2,8,21,696.56402587890625,6004,9052,324.0078125,0,1,3.6635615825653076,1,6.546159744262695,3.044522523880005,8.700181007385254,0,0,0,0,0,0,0,0,1,6.546159744262695 +0.25,1,1,1,1,0,2,8,39,669.12359619140625,225,9004,324.0078125,0,1,-1.3862943649291992,1,6.5059685707092285,3.6635615825653076,5.41610050201416,0,0,0,0,0,0,0,0,1,6.5059685707092285 +1,1,1,1,1,0,3,8,36,755.6663818359375,366,9049,107.65080261230469,0,1,0,1,6.627600193023682,3.5835189819335938,5.902633190155029,0,0,0,0,0,0,0,0,0,6.627600193023682 +182,1,1,1,1,1,3,8,40,1583.0999755859375,33742,9010,324.0078125,0,1,5.204006671905518,1,7.367140293121338,3.6888794898986816,10.426498413085938,0,0,0,0,0,0,0,0,0,7.367140293121338 +9,1,1,1,NA,0,2,7,41,744.0570068359375,1436,8034,84.43199920654297,0,1,2.1972246170043945,1,6.612117767333984,3.7135720252990723,7.269616603851318,0,0,0,0,0,0,1,0,1,6.612117767333984 +3,1,1,1,1,1,3,7,33,693.3978271484375,2075,8053,324.0078125,0,1,1.0986123085021973,1,6.541604042053223,3.4965076446533203,7.637716293334961,0,0,0,0,0,0,1,0,0,6.541604042053223 +0.25,1,1,1,1,1,3,7,53,1054.3446044921875,816,6100,324.0078125,0,1,-1.3862943649291992,1,6.96067476272583,3.97029185295105,6.704414367675781,0,0,0,0,0,0,1,0,0,6.96067476272583 +1,1,0,1,1,0,1,1,26,271.23779296875,270,1540,180.47340393066406,0,1,0,0,5.602995872497559,3.25809645652771,5.598422050476074,1,0,0,0,0,0,0,1,0,0 +0.25,1,0,1,0,1,1,1,19,305.0105895996094,1533,1010,191.02740478515625,0,1,-1.3862943649291992,0,5.720346450805664,2.944438934326172,7.334981918334961,1,0,0,0,0,0,0,1,0,0 +1,1,0,1,0,1,1,1,19,305.0105895996094,1866,1010,191.02740478515625,0,1,0,0,5.720346450805664,2.944438934326172,7.531552314758301,1,0,0,0,0,0,0,1,0,0 +2,1,0,1,1,1,3,1,30,265.9607849121094,880,1810,177.3072052001953,0,1,0.6931471824645996,0,5.583348751068115,3.4011974334716797,6.779922008514404,1,0,0,0,0,0,0,0,0,0 +4,1,0,0,1,0,1,1,36,268.07159423828125,255,1110,178.3625946044922,0,1,1.3862943649291992,0,5.591254234313965,3.5835189819335938,5.541263580322266,1,0,0,0,0,0,0,1,0,0 +0.25,1,0,1,1,1,1,1,41,280.73638916015625,1976,1840,169.91940307617188,0,1,-1.3862943649291992,0,5.637415885925293,3.7135720252990723,7.58882999420166,1,0,0,0,0,0,0,1,0,0 +23,1,0,1,0,1,2,1,22,286.0133972167969,3443,1007,191.02740478515625,0,1,3.1354942321777344,0,5.656038761138916,3.0910425186157227,8.144098281860352,1,0,0,0,0,0,0,0,1,0 +13,1,0,1,0,1,2,1,30,290.2349853515625,4859,1128,191.02740478515625,0,1,2.5649492740631104,0,5.670691013336182,3.4011974334716797,8.488588333129883,1,0,0,0,0,0,0,0,1,0 +3,1,0,1,1,1,3,1,33,290.2349853515625,1926,1425,193.13819885253906,0,1,1.0986123085021973,0,5.670691013336182,3.4965076446533203,7.5632004737854,1,0,0,0,0,0,0,0,0,0 +182,1,0,1,1,1,3,1,35,303.9552001953125,12755,1207,202.6367950439453,0,1,5.204006671905518,0,5.7168803215026855,3.5553481578826904,9.453679084777832,1,0,0,0,0,0,0,0,0,0 +3,1,0,0,1,1,3,1,25,269.12701416015625,2652,1528,179.41799926757812,0,1,1.0986123085021973,0,5.595183372497559,3.2188758850097656,7.8830695152282715,1,0,0,0,0,0,0,0,0,0 +8,1,0,0,0,0,1,2,32,259.6283874511719,712,2152,173.08560180664062,0,1,2.079441547393799,0,5.559251308441162,3.465735912322998,6.56807804107666,0,1,0,0,0,0,0,1,0,0 +182,1,0,1,1,1,2,2,40,283.902587890625,7890,2246,188.91659545898438,0,1,5.204006671905518,0,5.6486310958862305,3.6888794898986816,8.97335147857666,0,1,0,0,0,0,0,0,1,0 +0.25,1,0,0,NA,0,3,2,30,276.5148010253906,108,2552,184.69500732421875,0,1,-1.3862943649291992,0,5.622264385223389,3.4011974334716797,4.682131290435791,0,1,0,0,0,0,0,0,0,0 +14,1,0,1,1,1,3,2,27,249.07440185546875,2007,2549,165.6977996826172,0,1,2.6390573978424072,0,5.517751693725586,3.295836925506592,7.604396343231201,0,1,0,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,2,25,251.18519592285156,97,2052,167.80859375,0,1,0.6931471824645996,0,5.526190280914307,3.2188758850097656,4.574710845947266,0,1,0,0,0,0,0,0,0,0 +6,1,0,0,1,0,3,2,26,269.12701416015625,94,2537,179.41799926757812,0,1,1.7917594909667969,0,5.595183372497559,3.25809645652771,4.543294906616211,0,1,0,0,0,0,0,0,0,0 +16,1,0,0,1,0,3,3,42,261.73919677734375,1737,3352,174.14100646972656,0,1,2.7725887298583984,0,5.567348480224609,3.7376697063446045,7.459914684295654,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,3,29,267.0162048339844,204,3640,183.6396026611328,0,1,-1.3862943649291992,0,5.58730936050415,3.367295742034912,5.318120002746582,0,0,1,0,0,0,0,0,0,0 +8,1,0,1,0,0,3,3,24,264.9053955078125,380,3528,177.3072052001953,0,1,2.079441547393799,0,5.579372882843018,3.178053855895996,5.940171241760254,0,0,1,0,0,0,0,0,0,0 +33,1,0,1,1,1,3,3,31,269.12701416015625,17041,3702,180.47340393066406,0,1,3.4965076446533203,0,5.595183372497559,3.4339871406555176,9.743377685546875,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,1,3,3,24,303.9552001953125,516,3740,157.2545928955078,0,1,1.0986123085021973,0,5.7168803215026855,3.178053855895996,6.2461066246032715,0,0,1,0,0,0,0,0,0,0 +17,1,0,1,1,0,NA,3,25,289.1795959472656,677,3552,239.5758056640625,0,1,2.8332133293151855,0,5.66704797744751,3.2188758850097656,6.51767110824585,0,0,1,0,0,0,0,NA,NA,0 +3,1,0,1,1,0,1,3,27,253.29600524902344,307,3328,168.86399841308594,0,1,1.0986123085021973,0,5.5345587730407715,3.295836925506592,5.7268476486206055,0,0,1,0,0,0,0,1,0,0 +34,1,0,1,0,1,1,3,41,274.40399169921875,8649,3228,169.91940307617188,0,1,3.526360511779785,0,5.6146016120910645,3.7135720252990723,9.06519889831543,0,0,1,0,0,0,0,1,0,0 +13,1,0,1,1,0,1,3,34,250.1298065185547,584,3510,166.75320434570312,0,1,2.5649492740631104,0,5.521979808807373,3.526360511779785,6.369901180267334,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,27,257.5176086425781,183,3110,170.97479248046875,0,1,0,0,5.551088333129883,3.295836925506592,5.20948600769043,0,0,1,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,3,61,253.29600524902344,76,3549,168.86399841308594,0,1,0,0,5.5345587730407715,4.110873699188232,4.330733299255371,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,3,55,268.07159423828125,711,3640,178.3625946044922,0,1,1.0986123085021973,0,5.591254234313965,4.007333278656006,6.566672325134277,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,1,0,1,3,59,277.5701904296875,108,3628,184.69500732421875,0,1,1.6094379425048828,0,5.626073837280273,4.077537536621094,4.682131290435791,0,0,1,0,0,0,0,1,0,0 +8,1,0,1,0,0,1,3,30,307.12139892578125,0,3149,204.7476043701172,0,1,2.079441547393799,0,5.727242946624756,3.4011974334716797,0,0,0,1,0,0,0,0,1,0,0 +9,1,0,0,0,0,1,3,34,254.3513946533203,213,3337,186.80580139160156,0,1,2.1972246170043945,0,5.538716793060303,3.526360511779785,5.361292362213135,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,0,1,3,22,297.622802734375,282,3540,198.4152069091797,0,1,0.6931471824645996,0,5.695827007293701,3.0910425186157227,5.641907215118408,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,0,1,3,61,283.902587890625,823,3628,181.52879333496094,0,1,1.3862943649291992,0,5.6486310958862305,4.110873699188232,6.712956428527832,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,3,18,288.12420654296875,179,3540,192.08279418945312,0,1,0.6931471824645996,0,5.663391590118408,2.890371799468994,5.1873860359191895,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,3,32,293.4012145996094,385,3640,196.3043975830078,0,1,0.6931471824645996,0,5.6815409660339355,3.465735912322998,5.953243255615234,0,0,1,0,0,0,0,1,0,0 +182,1,0,1,1,1,1,3,28,263.8500061035156,14240,3240,176.25180053710938,0,1,5.204006671905518,0,5.575380802154541,3.332204580307007,9.563810348510742,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,3,21,263.8500061035156,106,3510,175.19639587402344,0,1,0.6931471824645996,0,5.575380802154541,3.044522523880005,4.6634392738342285,0,0,1,0,0,0,0,1,0,0 +7,1,0,1,1,0,1,3,21,263.8500061035156,1630,3552,175.19639587402344,0,1,1.945910096168518,0,5.575380802154541,3.044522523880005,7.396335124969482,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,3,46,279.6809997558594,114,3210,186.80580139160156,0,1,-1.3862943649291992,0,5.633649826049805,3.828641414642334,4.736198425292969,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,3,25,249.07440185546875,330,3152,165.6977996826172,0,1,1.0986123085021973,0,5.517751693725586,3.2188758850097656,5.799092769622803,0,0,1,0,0,0,0,1,0,0 +9,1,0,1,1,1,1,3,45,303.9552001953125,2781,3410,191.02740478515625,0,1,2.1972246170043945,0,5.7168803215026855,3.8066625595092773,7.93056583404541,0,0,1,0,0,0,0,1,0,0 +182,1,0,0,1,0,1,3,31,301.8443908691406,13600,3437,201.58140563964844,0,1,5.204006671905518,0,5.709911823272705,3.4339871406555176,9.51782512664795,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,3,55,293.4012145996094,174,3740,195.24899291992188,0,1,0.6931471824645996,0,5.6815409660339355,4.007333278656006,5.159055233001709,0,0,1,0,0,0,0,1,0,0 +4,1,0,NA,1,0,1,3,24,267.0162048339844,0,3252,178.3625946044922,0,1,1.3862943649291992,0,5.58730936050415,3.178053855895996,0,0,0,1,0,0,0,0,1,0,0 +12,1,0,0,0,0,1,3,40,294.45660400390625,2200,3449,196.3043975830078,0,1,2.4849066734313965,0,5.685131549835205,3.6888794898986816,7.6962127685546875,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,0,0,1,3,20,283.902587890625,355,3740,188.91659545898438,0,1,1.3862943649291992,0,5.6486310958862305,2.995732307434082,5.87211799621582,0,0,1,0,0,0,0,1,0,0 +6,1,0,1,1,0,1,3,34,292.3457946777344,1534,3052,195.24899291992188,0,1,1.7917594909667969,0,5.6779375076293945,3.526360511779785,7.335633754730225,0,0,1,0,0,0,0,1,0,0 +9,1,0,1,0,0,1,3,46,296.5674133300781,1127,3628,191.02740478515625,0,1,2.1972246170043945,0,5.692274570465088,3.828641414642334,7.02731466293335,0,0,1,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,3,33,270.1824035644531,1053,3152,183.6396026611328,0,1,1.6094379425048828,0,5.59909725189209,3.4965076446533203,6.9593987464904785,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,1,1,3,33,288.12420654296875,3451,3613,192.08279418945312,0,1,1.3862943649291992,0,5.663391590118408,3.4965076446533203,8.146419525146484,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,21,303.9552001953125,356,3640,168.86399841308594,0,1,0,0,5.7168803215026855,3.044522523880005,5.8749308586120605,0,0,1,0,0,0,0,1,0,0 +156,1,0,0,1,0,1,3,65,263.8500061035156,4000,3710,175.19639587402344,0,1,5.049856185913086,0,5.575380802154541,4.174387454986572,8.294049263000488,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,0,1,3,39,278.6256103515625,0,3252,165.6977996826172,0,1,0.6931471824645996,0,5.629868984222412,3.6635615825653076,0,0,0,1,0,0,0,0,1,0,0 +20,1,0,0,0,0,1,3,22,265.9607849121094,11031,3528,177.3072052001953,0,1,2.995732307434082,0,5.583348751068115,3.0910425186157227,9.308465003967285,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,0,0,1,3,27,249.07440185546875,175,3628,165.6977996826172,0,1,0.6931471824645996,0,5.517751693725586,3.295836925506592,5.164785861968994,0,0,1,0,0,0,0,1,0,0 +7,1,0,0,0,0,NA,3,61,294.45660400390625,816,3410,191.02740478515625,0,1,1.945910096168518,0,5.685131549835205,4.110873699188232,6.704414367675781,0,0,1,0,0,0,0,NA,NA,0 +0.25,1,0,1,1,0,1,3,56,290.2349853515625,255,3449,193.13819885253906,0,1,-1.3862943649291992,0,5.670691013336182,4.025351524353027,5.541263580322266,0,0,1,0,0,0,0,1,0,0 +7,1,0,1,0,0,1,3,21,294.45660400390625,390,3528,196.3043975830078,0,1,1.945910096168518,0,5.685131549835205,3.044522523880005,5.966146945953369,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,3,20,263.8500061035156,205,3640,175.19639587402344,0,1,0.6931471824645996,0,5.575380802154541,2.995732307434082,5.323009967803955,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,0,1,3,27,303.9552001953125,235,3152,202.6367950439453,0,1,1.3862943649291992,0,5.7168803215026855,3.295836925506592,5.459585666656494,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,39,256.4621887207031,247,3640,170.97479248046875,0,1,1.0986123085021973,0,5.546981334686279,3.6635615825653076,5.509388446807861,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,61,301.8443908691406,137,3537,201.58140563964844,0,1,1.0986123085021973,0,5.709911823272705,4.110873699188232,4.919981002807617,0,0,1,0,0,0,0,1,0,0 +8,1,0,1,1,0,1,3,25,276.5148010253906,379,3510,183.6396026611328,0,1,2.079441547393799,0,5.622264385223389,3.2188758850097656,5.937536239624023,0,0,1,0,0,0,0,1,0,0 +9,1,0,1,0,0,1,3,22,263.8500061035156,570,3628,176.25180053710938,0,1,2.1972246170043945,0,5.575380802154541,3.0910425186157227,6.345636367797852,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,3,21,283.902587890625,217,3613,188.91659545898438,0,1,1.0986123085021973,0,5.6486310958862305,3.044522523880005,5.379897117614746,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,42,298.6781921386719,741,3640,297.622802734375,0,1,1.0986123085021973,0,5.699366569519043,3.7376697063446045,6.608000755310059,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,58,282.8471984863281,324,3752,187.8612060546875,0,1,1.0986123085021973,0,5.644906997680664,4.060442924499512,5.780743598937988,0,0,1,0,0,0,0,1,0,0 +3,1,0,0,1,0,1,3,51,251.18519592285156,45,3237,167.80859375,0,1,1.0986123085021973,0,5.526190280914307,3.931825637817383,3.8066625595092773,0,0,1,0,0,0,0,1,0,0 +6,1,0,0,1,0,1,3,51,251.18519592285156,1754,3237,167.80859375,0,1,1.7917594909667969,0,5.526190280914307,3.931825637817383,7.469654083251953,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,0,1,3,21,293.4012145996094,42,3140,196.3043975830078,0,1,0.6931471824645996,0,5.6815409660339355,3.044522523880005,3.7376697063446045,0,0,1,0,0,0,0,1,0,0 +22,1,0,0,1,0,1,3,58,284.9580078125,1655,3602,189.9720001220703,0,1,3.0910425186157227,0,5.652341842651367,4.060442924499512,7.411556243896484,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,0,1,3,25,256.4621887207031,224,3640,170.97479248046875,0,1,1.3862943649291992,0,5.546981334686279,3.2188758850097656,5.411645889282227,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,49,252.2406005859375,16,3152,170.97479248046875,0,1,-1.3862943649291992,0,5.530383586883545,3.891820192337036,2.7725887298583984,0,0,1,0,0,0,0,1,0,0 +34,1,0,1,0,1,1,3,24,258.572998046875,1849,3152,172.0301971435547,0,1,3.526360511779785,0,5.555178165435791,3.178053855895996,7.522400379180908,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,0,1,3,26,299.7336120605469,127,3628,200.5260009765625,0,1,1.0986123085021973,0,5.70289421081543,3.25809645652771,4.844187259674072,0,0,1,0,0,0,0,1,0,0 +12,1,0,0,0,0,1,3,34,246.96359252929688,500,3152,173.08560180664062,0,1,2.4849066734313965,0,5.509241104125977,3.526360511779785,6.214608192443848,0,0,1,0,0,0,0,1,0,0 +7,1,0,0,1,0,1,3,30,298.6781921386719,520,3628,199.47059631347656,0,1,1.945910096168518,0,5.699366569519043,3.4011974334716797,6.253829002380371,0,0,1,0,0,0,0,1,0,0 +7,1,0,1,0,1,1,3,32,295.5119934082031,5777,3528,191.02740478515625,0,1,1.945910096168518,0,5.688709259033203,3.465735912322998,8.661640167236328,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,0,0,1,3,21,301.8443908691406,350,3440,197.35980224609375,0,1,-1.3862943649291992,0,5.709911823272705,3.044522523880005,5.857933044433594,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,1,1,1,3,30,261.73919677734375,288,3304,177.3072052001953,0,1,1.0986123085021973,0,5.567348480224609,3.4011974334716797,5.662960529327393,0,0,1,0,0,0,0,1,0,0 +6,1,0,0,1,0,1,3,32,286.0133972167969,216,3428,191.02740478515625,0,1,1.7917594909667969,0,5.656038761138916,3.465735912322998,5.375278472900391,0,0,1,0,0,0,0,1,0,0 +1,1,0,1,0,0,1,3,25,274.40399169921875,326,3116,182.58419799804688,0,1,0,0,5.6146016120910645,3.2188758850097656,5.7868971824646,0,0,1,0,0,0,0,1,0,0 +4,1,0,1,1,0,2,3,38,246.96359252929688,374,3602,163.58700561523438,0,1,1.3862943649291992,0,5.509241104125977,3.6375861167907715,5.924255847930908,0,0,1,0,0,0,0,0,1,0 +8,1,0,0,1,0,1,3,30,287.06878662109375,827,3510,192.08279418945312,0,1,2.079441547393799,0,5.659721851348877,3.4011974334716797,6.717804908752441,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,0,1,0,1,3,36,260.6838073730469,134,3552,173.08560180664062,0,1,-1.3862943649291992,0,5.563308238983154,3.5835189819335938,4.8978400230407715,0,0,1,0,0,0,0,1,0,0 +10,1,0,0,1,1,1,3,21,260.6838073730469,485,3537,173.08560180664062,0,1,2.3025851249694824,0,5.563308238983154,3.044522523880005,6.184148788452148,0,0,1,0,0,0,0,1,0,0 +24,1,0,0,1,1,1,3,51,253.29600524902344,2955,3452,168.86399841308594,0,1,3.178053855895996,0,5.5345587730407715,3.931825637817383,7.991253852844238,0,0,1,0,0,0,0,1,0,0 +4,1,0,0,0,0,1,3,52,267.0162048339844,156,3110,178.3625946044922,0,1,1.3862943649291992,0,5.58730936050415,3.9512436389923096,5.049856185913086,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,1,1,3,19,246.96359252929688,925,3504,164.64239501953125,0,1,0.6931471824645996,0,5.509241104125977,2.944438934326172,6.829793930053711,0,0,1,0,0,0,0,1,0,0 +7,1,0,0,1,0,1,3,35,260.6838073730469,245,3428,174.14100646972656,0,1,1.945910096168518,0,5.563308238983154,3.5553481578826904,5.501258373260498,0,0,1,0,0,0,0,1,0,0 +7,1,0,0,0,0,1,3,35,245.908203125,1557,3440,163.58700561523438,0,1,1.945910096168518,0,5.504958152770996,3.5553481578826904,7.350516319274902,0,0,1,0,0,0,0,1,0,0 +5,1,0,1,0,0,1,3,32,303.9552001953125,647,3640,202.6367950439453,0,1,1.6094379425048828,0,5.7168803215026855,3.465735912322998,6.472346305847168,0,0,1,0,0,0,0,1,0,0 +0.25,1,0,1,1,0,1,3,30,260.6838073730469,258,3152,186.80580139160156,0,1,-1.3862943649291992,0,5.563308238983154,3.4011974334716797,5.552959442138672,0,0,1,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,3,26,263.8500061035156,233,3352,196.3043975830078,0,1,1.0986123085021973,0,5.575380802154541,3.25809645652771,5.451038360595703,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,0,1,1,3,32,246.96359252929688,579,3552,229.0218048095703,0,1,0.6931471824645996,0,5.509241104125977,3.465735912322998,6.361302375793457,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,3,32,303.9552001953125,116,3152,182.58419799804688,0,1,0.6931471824645996,0,5.7168803215026855,3.465735912322998,4.753590106964111,0,0,1,0,0,0,0,1,0,0 +17,1,0,1,1,0,2,3,28,263.8500061035156,478,3152,175.19639587402344,0,1,2.8332133293151855,0,5.575380802154541,3.332204580307007,6.169610500335693,0,0,1,0,0,0,0,0,1,0 +4,1,0,1,1,1,2,3,58,256.4621887207031,1758,3540,170.97479248046875,0,1,1.3862943649291992,0,5.546981334686279,4.060442924499512,7.4719319343566895,0,0,1,0,0,0,0,0,1,0 +182,1,0,0,0,0,2,3,39,267.0162048339844,19100,3428,177.3072052001953,0,1,5.204006671905518,0,5.58730936050415,3.6635615825653076,9.857443809509277,0,0,1,0,0,0,0,0,1,0 +7,1,0,1,0,1,2,3,28,245.908203125,2163,3540,163.58700561523438,0,1,1.945910096168518,0,5.504958152770996,3.332204580307007,7.679251194000244,0,0,1,0,0,0,0,0,1,0 +2,1,0,1,1,0,2,3,26,295.5119934082031,839,3340,197.35980224609375,0,1,0.6931471824645996,0,5.688709259033203,3.25809645652771,6.732210636138916,0,0,1,0,0,0,0,0,1,0 +10,1,0,1,1,1,2,3,40,284.9580078125,12790,3440,169.91940307617188,0,1,2.3025851249694824,0,5.652341842651367,3.6888794898986816,9.456418991088867,0,0,1,0,0,0,0,0,1,0 +6,1,0,1,0,0,2,3,38,263.8500061035156,204,3028,162.53160095214844,0,1,1.7917594909667969,0,5.575380802154541,3.6375861167907715,5.318120002746582,0,0,1,0,0,0,0,0,1,0 +29,1,0,1,1,0,2,3,63,273.3486022949219,564,3152,216.35699462890625,0,1,3.367295742034912,0,5.610747814178467,4.143134593963623,6.335054397583008,0,0,1,0,0,0,0,0,1,0 +17,1,0,1,0,0,3,3,23,295.5119934082031,2273,3513,191.02740478515625,0,1,2.8332133293151855,0,5.688709259033203,3.1354942321777344,7.728855609893799,0,0,1,0,0,0,0,0,0,0 +9,1,0,1,1,0,2,3,38,283.902587890625,435,3540,188.91659545898438,0,1,2.1972246170043945,0,5.6486310958862305,3.6375861167907715,6.075345993041992,0,0,1,0,0,0,0,0,1,0 +4,1,0,1,1,0,1,3,39,264.9053955078125,429,3110,176.25180053710938,0,1,1.3862943649291992,0,5.579372882843018,3.6635615825653076,6.06145715713501,0,0,1,0,0,0,0,1,0,0 +2,1,0,1,1,0,3,3,51,270.1824035644531,90,3152,180.47340393066406,0,1,0.6931471824645996,0,5.59909725189209,3.931825637817383,4.499809741973877,0,0,1,0,0,0,0,0,0,0 +18,1,0,0,1,1,3,3,21,272.293212890625,459,3437,181.52879333496094,0,1,2.890371799468994,0,5.606879711151123,3.044522523880005,6.129050254821777,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,20,251.18519592285156,126,3610,167.80859375,0,1,0,0,5.526190280914307,2.995732307434082,4.836281776428223,0,0,1,0,0,0,0,0,0,0 +3,1,0,0,0,0,3,3,24,245.908203125,145,3610,164.64239501953125,0,1,1.0986123085021973,0,5.504958152770996,3.178053855895996,4.976733684539795,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,0,0,3,3,22,277.5701904296875,372,3528,184.69500732421875,0,1,1.6094379425048828,0,5.626073837280273,3.0910425186157227,5.918893814086914,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,22,253.29600524902344,0,3549,168.86399841308594,0,1,0,0,5.5345587730407715,3.0910425186157227,0,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,46,280.73638916015625,711,3628,194.193603515625,0,1,1.0986123085021973,0,5.637415885925293,3.828641414642334,6.566672325134277,0,0,1,0,0,0,0,0,0,0 +14,1,0,1,1,0,3,3,65,258.572998046875,2665,3628,173.08560180664062,0,1,2.6390573978424072,0,5.555178165435791,4.174387454986572,7.8879594802856445,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,59,293.4012145996094,474,3310,195.24899291992188,0,1,1.0986123085021973,0,5.6815409660339355,4.077537536621094,6.16120719909668,0,0,1,0,0,0,0,0,0,0 +9,1,0,1,0,0,3,3,26,271.23779296875,523,3640,180.47340393066406,0,1,2.1972246170043945,0,5.602995872497559,3.25809645652771,6.259581565856934,0,0,1,0,0,0,0,0,0,0 +30,1,0,1,1,0,3,3,44,278.6256103515625,3700,3428,185.75039672851562,0,1,3.4011974334716797,0,5.629868984222412,3.7841897010803223,8.21608829498291,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,0,0,3,3,25,253.29600524902344,164,3549,168.86399841308594,0,1,1.3862943649291992,0,5.5345587730407715,3.2188758850097656,5.0998663902282715,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,26,303.9552001953125,254,3310,174.14100646972656,0,1,0,0,5.7168803215026855,3.25809645652771,5.537334442138672,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,2,3,24,251.18519592285156,250,3140,199.47059631347656,0,1,0.6931471824645996,0,5.526190280914307,3.178053855895996,5.521461009979248,0,0,1,0,0,0,0,0,1,0 +4,1,0,1,1,0,3,3,21,256.4621887207031,245,3116,324.0078125,0,1,1.3862943649291992,0,5.546981334686279,3.044522523880005,5.501258373260498,0,0,1,0,0,0,0,0,0,0 +17,1,0,1,0,1,3,3,25,267.0162048339844,5427,3152,177.3072052001953,0,1,2.8332133293151855,0,5.58730936050415,3.2188758850097656,8.599142074584961,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,3,30,298.6781921386719,1972,3049,199.47059631347656,0,1,0.6931471824645996,0,5.699366569519043,3.4011974334716797,7.586803436279297,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,26,265.9607849121094,139,3343,59.10240173339844,0,1,0,0,5.583348751068115,3.25809645652771,4.934473991394043,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,3,22,303.9552001953125,313,3740,196.3043975830078,0,1,0.6931471824645996,0,5.7168803215026855,3.0910425186157227,5.746203422546387,0,0,1,0,0,0,0,0,0,0 +12,1,0,0,0,0,3,3,31,296.5674133300781,2218,3628,191.02740478515625,0,1,2.4849066734313965,0,5.692274570465088,3.4339871406555176,7.7043609619140625,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,0,0,3,3,28,283.902587890625,144,3152,188.91659545898438,0,1,0.6931471824645996,0,5.6486310958862305,3.332204580307007,4.969813346862793,0,0,1,0,0,0,0,0,0,0 +5,1,0,1,0,0,3,3,27,281.79180908203125,768,3740,187.8612060546875,0,1,1.6094379425048828,0,5.641168594360352,3.295836925506592,6.643789768218994,0,0,1,0,0,0,0,0,0,0 +19,1,0,1,1,1,3,3,29,306.0660095214844,5106,3602,205.80299377441406,0,1,2.944438934326172,0,5.7238006591796875,3.367295742034912,8.538171768188477,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,3,28,256.4621887207031,194,3640,170.97479248046875,0,1,0.6931471824645996,0,5.546981334686279,3.332204580307007,5.267858028411865,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,60,253.29600524902344,223,3152,168.86399841308594,0,1,0,0,5.5345587730407715,4.094344615936279,5.407171726226807,0,0,1,0,0,0,0,0,0,0 +16,1,0,1,1,0,3,3,48,298.6781921386719,3410,3643,196.3043975830078,0,1,2.7725887298583984,0,5.699366569519043,3.8712010383605957,8.134467124938965,0,0,1,0,0,0,0,0,0,0 +52,1,0,1,1,1,3,3,28,287.06878662109375,2472,3713,192.08279418945312,0,1,3.9512436389923096,0,5.659721851348877,3.332204580307007,7.8127827644348145,0,0,1,0,0,0,0,0,0,0 +9,1,0,1,1,0,3,3,32,291.2904052734375,228,3152,194.193603515625,0,1,2.1972246170043945,0,5.674320697784424,3.465735912322998,5.429345607757568,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,1,0,3,3,28,258.572998046875,210,3640,173.08560180664062,0,1,0,0,5.555178165435791,3.332204580307007,5.347107410430908,0,0,1,0,0,0,0,0,0,0 +8,1,0,1,0,0,3,3,35,290.2349853515625,1164,3528,191.02740478515625,0,1,2.079441547393799,0,5.670691013336182,3.5553481578826904,7.059617519378662,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,25,257.5176086425781,178,3540,172.0301971435547,0,1,1.0986123085021973,0,5.551088333129883,3.2188758850097656,5.181783676147461,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,3,40,274.40399169921875,227,3528,187.8612060546875,0,1,1.0986123085021973,0,5.6146016120910645,3.6888794898986816,5.424950122833252,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,20,276.5148010253906,84,3152,61.213199615478516,0,1,0,0,5.622264385223389,2.995732307434082,4.430816650390625,0,0,1,0,0,0,0,0,0,0 +10,1,0,1,0,1,3,3,29,253.29600524902344,1875,3228,168.86399841308594,0,1,2.3025851249694824,0,5.5345587730407715,3.367295742034912,7.5363640785217285,0,0,1,0,0,0,0,0,0,0 +8,1,0,1,1,0,3,3,63,306.0660095214844,918,3328,188.91659545898438,0,1,2.079441547393799,0,5.7238006591796875,4.143134593963623,6.822197437286377,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,3,20,258.572998046875,579,3602,172.0301971435547,0,1,0.6931471824645996,0,5.555178165435791,2.995732307434082,6.361302375793457,0,0,1,0,0,0,0,0,0,0 +9,1,0,1,1,0,3,3,22,253.29600524902344,445,3528,168.86399841308594,0,1,2.1972246170043945,0,5.5345587730407715,3.0910425186157227,6.098074436187744,0,0,1,0,0,0,0,0,0,0 +3,1,0,1,0,0,3,3,24,288.12420654296875,463,3640,191.02740478515625,0,1,1.0986123085021973,0,5.663391590118408,3.178053855895996,6.1377272605896,0,0,1,0,0,0,0,0,0,0 +182,1,0,1,1,1,3,3,55,258.572998046875,12441,3049,172.0301971435547,0,1,5.204006671905518,0,5.555178165435791,4.007333278656006,9.428752899169922,0,0,1,0,0,0,0,0,0,0 +4,1,0,1,1,1,3,3,24,268.07159423828125,3728,3004,178.3625946044922,0,1,1.3862943649291992,0,5.591254234313965,3.178053855895996,8.223627090454102,0,0,1,0,0,0,0,0,0,0 +11,1,0,1,1,1,3,3,52,303.9552001953125,2807,3237,202.6367950439453,0,1,2.397895336151123,0,5.7168803215026855,3.9512436389923096,7.939871788024902,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,3,28,274.40399169921875,39,3504,187.8612060546875,0,1,0.6931471824645996,0,5.6146016120910645,3.332204580307007,3.6635615825653076,0,0,1,0,0,0,0,0,0,0 +61,1,0,1,1,1,3,3,61,253.29600524902344,6451,3149,168.86399841308594,0,1,4.110873699188232,0,5.5345587730407715,4.110873699188232,8.771990776062012,0,0,1,0,0,0,0,0,0,0 +19,1,0,0,0,1,3,3,26,259.6283874511719,1565,3452,173.08560180664062,0,1,2.944438934326172,0,5.559251308441162,3.25809645652771,7.355640888214111,0,0,1,0,0,0,0,0,0,0 +0.25,1,0,1,0,1,3,3,20,292.3457946777344,177,3152,195.24899291992188,0,1,-1.3862943649291992,0,5.6779375076293945,2.995732307434082,5.176149845123291,0,0,1,0,0,0,0,0,0,0 +11,1,0,0,1,1,3,3,53,262.7945861816406,2559,3437,175.19639587402344,0,1,2.397895336151123,0,5.5713725090026855,3.97029185295105,7.847372055053711,0,0,1,0,0,0,0,0,0,0 +8,1,0,0,1,0,3,3,54,307.12139892578125,621,3428,208.9691925048828,0,1,2.079441547393799,0,5.727242946624756,3.9889841079711914,6.431331157684326,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,0,0,3,3,27,274.40399169921875,367,3628,182.58419799804688,0,1,1.7917594909667969,0,5.6146016120910645,3.295836925506592,5.905361652374268,0,0,1,0,0,0,0,0,0,0 +7,1,0,1,1,0,3,3,35,281.79180908203125,391,3152,192.08279418945312,0,1,1.945910096168518,0,5.641168594360352,3.5553481578826904,5.96870756149292,0,0,1,0,0,0,0,0,0,0 +1,1,0,0,0,0,3,3,27,252.2406005859375,585,3740,167.80859375,0,1,0,0,5.530383586883545,3.295836925506592,6.371612071990967,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,1,3,3,32,263.8500061035156,486,3504,176.25180053710938,0,1,0.6931471824645996,0,5.575380802154541,3.465735912322998,6.186208724975586,0,0,1,0,0,0,0,0,0,0 +5,1,0,0,0,0,3,3,24,254.3513946533203,762,3228,169.91940307617188,0,1,1.6094379425048828,0,5.538716793060303,3.178053855895996,6.635946750640869,0,0,1,0,0,0,0,0,0,0 +2,1,0,1,0,0,3,3,22,249.07440185546875,369,3740,165.6977996826172,0,1,0.6931471824645996,0,5.517751693725586,3.0910425186157227,5.910796642303467,0,0,1,0,0,0,0,0,0,0 +8,1,0,1,0,0,3,3,29,298.6781921386719,487,3449,199.47059631347656,0,1,2.079441547393799,0,5.699366569519043,3.367295742034912,6.188263893127441,0,0,1,0,0,0,0,0,0,0 +8,1,0,1,1,0,3,3,58,308.1767883300781,552,3540,205.80299377441406,0,1,2.079441547393799,0,5.730673789978027,4.060442924499512,6.3135480880737305,0,0,1,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,3,20,257.5176086425781,154,3152,150.9221954345703,0,1,0,0,5.551088333129883,2.995732307434082,5.036952495574951,0,0,1,0,0,0,0,0,0,0 +6,1,0,1,0,0,3,3,19,249.07440185546875,2263,3440,165.6977996826172,0,1,1.7917594909667969,0,5.517751693725586,2.944438934326172,7.724446773529053,0,0,1,0,0,0,0,0,0,0 +2,1,0,0,1,0,1,3,34,261.73919677734375,106,3410,174.14100646972656,0,1,0.6931471824645996,0,5.567348480224609,3.526360511779785,4.6634392738342285,0,0,1,0,0,0,0,1,0,0 +2,1,0,0,0,0,3,3,21,253.29600524902344,42,3536,168.86399841308594,0,1,0.6931471824645996,0,5.5345587730407715,3.044522523880005,3.7376697063446045,0,0,1,0,0,0,0,0,0,0 +8,1,0,1,0,0,1,4,34,290.2349853515625,2438,4834,195.24899291992188,0,1,2.079441547393799,0,5.670691013336182,3.526360511779785,7.798933506011963,0,0,0,1,0,0,0,1,0,0 +9,1,0,1,1,1,1,4,48,280.73638916015625,1970,4834,186.80580139160156,0,1,2.1972246170043945,0,5.637415885925293,3.8712010383605957,7.585788726806641,0,0,0,1,0,0,0,1,0,0 +11,1,0,1,1,0,1,4,48,274.40399169921875,920,4834,182.58419799804688,0,1,2.397895336151123,0,5.6146016120910645,3.8712010383605957,6.824373722076416,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,1,1,1,4,49,289.1795959472656,2225,4834,193.13819885253906,0,1,1.7917594909667969,0,5.66704797744751,3.891820192337036,7.707512378692627,0,0,0,1,0,0,0,1,0,0 +14,1,0,1,1,0,1,4,49,286.0133972167969,2000,4152,189.9720001220703,0,1,2.6390573978424072,0,5.656038761138916,3.891820192337036,7.600902557373047,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,1,1,1,4,24,298.6781921386719,1928,4534,131.9250030517578,0,1,1.7917594909667969,0,5.699366569519043,3.178053855895996,7.564238548278809,0,0,0,1,0,0,0,1,0,0 +10,1,0,1,0,1,1,4,23,308.1767883300781,2268,4852,196.3043975830078,0,1,2.3025851249694824,0,5.730673789978027,3.1354942321777344,7.726653575897217,0,0,0,1,0,0,0,1,0,0 +7,1,0,1,1,1,1,4,52,301.8443908691406,2684,4846,196.3043975830078,0,1,1.945910096168518,0,5.709911823272705,3.9512436389923096,7.895063400268555,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,0,0,1,4,22,265.9607849121094,1530,4834,177.3072052001953,0,1,1.7917594909667969,0,5.583348751068115,3.0910425186157227,7.3330230712890625,0,0,0,1,0,0,0,1,0,0 +2,1,0,1,1,1,1,4,31,295.5119934082031,201,4149,192.08279418945312,0,1,0.6931471824645996,0,5.688709259033203,3.4339871406555176,5.303304672241211,0,0,0,1,0,0,0,1,0,0 +8,1,0,1,1,0,1,4,59,303.9552001953125,0,4834,202.6367950439453,0,1,2.079441547393799,0,5.7168803215026855,4.077537536621094,0,0,0,0,1,0,0,0,1,0,0 +3,1,0,0,1,0,1,4,36,248.0189971923828,107,4452,165.6977996826172,0,1,1.0986123085021973,0,5.513505458831787,3.5835189819335938,4.672828674316406,0,0,0,1,0,0,0,1,0,0 +5,1,0,1,0,1,1,4,24,277.5701904296875,2437,4834,184.69500732421875,0,1,1.6094379425048828,0,5.626073837280273,3.178053855895996,7.79852294921875,0,0,0,1,0,0,0,1,0,0 +9,1,0,1,0,1,1,4,22,253.29600524902344,1873,4846,168.86399841308594,0,1,2.1972246170043945,0,5.5345587730407715,3.0910425186157227,7.53529691696167,0,0,0,1,0,0,0,1,0,0 +8,1,0,1,0,0,1,4,42,291.2904052734375,493,4410,195.24899291992188,0,1,2.079441547393799,0,5.674320697784424,3.7376697063446045,6.200509071350098,0,0,0,1,0,0,0,1,0,0 +15,1,0,1,1,1,1,4,34,252.2406005859375,6659,4037,210.02459716796875,0,1,2.70805025100708,0,5.530383586883545,3.526360511779785,8.80372428894043,0,0,0,1,0,0,0,1,0,0 +5,1,0,1,0,0,1,4,28,271.23779296875,508,4552,180.47340393066406,0,1,1.6094379425048828,0,5.602995872497559,3.332204580307007,6.2304816246032715,0,0,0,1,0,0,0,1,0,0 +8,1,0,1,1,0,1,4,29,270.1824035644531,147,4428,180.47340393066406,0,1,2.079441547393799,0,5.59909725189209,3.367295742034912,4.9904327392578125,0,0,0,1,0,0,0,1,0,0 +4,1,0,0,0,0,1,4,30,249.07440185546875,1515,4834,166.75320434570312,0,1,1.3862943649291992,0,5.517751693725586,3.4011974334716797,7.3231706619262695,0,0,0,1,0,0,0,1,0,0 +10,1,0,1,0,1,1,4,60,292.3457946777344,5420,4846,191.02740478515625,0,1,2.3025851249694824,0,5.6779375076293945,4.094344615936279,8.597850799560547,0,0,0,1,0,0,0,1,0,0 +155,1,0,0,1,0,1,4,30,252.2406005859375,2473,4152,167.80859375,0,1,5.0434250831604,0,5.530383586883545,3.4011974334716797,7.813187122344971,0,0,0,1,0,0,0,1,0,0 +13,1,0,1,1,1,1,4,59,297.622802734375,3548,4434,196.3043975830078,0,1,2.5649492740631104,0,5.695827007293701,4.077537536621094,8.174139022827148,0,0,0,1,0,0,0,1,0,0 +5,1,0,0,1,0,1,4,25,257.5176086425781,1893,4410,170.97479248046875,0,1,1.6094379425048828,0,5.551088333129883,3.2188758850097656,7.545917987823486,0,0,0,1,0,0,0,1,0,0 +6,1,0,1,0,1,1,4,20,290.2349853515625,3033,4404,191.02740478515625,0,1,1.7917594909667969,0,5.670691013336182,2.995732307434082,8.01730728149414,0,0,0,1,0,0,0,1,0,0 +9,1,0,1,1,0,1,4,22,298.6781921386719,0,4446,188.91659545898438,0,1,2.1972246170043945,0,5.699366569519043,3.0910425186157227,0,0,0,0,1,0,0,0,1,0,0 +1,1,0,0,1,0,1,4,34,257.5176086425781,474,4428,172.0301971435547,0,1,0,0,5.551088333129883,3.526360511779785,6.16120719909668,0,0,0,1,0,0,0,1,0,0 +8,1,0,1,1,0,2,4,65,279.6809997558594,490,4834,185.75039672851562,0,1,2.079441547393799,0,5.633649826049805,4.174387454986572,6.194405555725098,0,0,0,1,0,0,0,0,1,0 +1,1,0,1,1,0,2,4,24,286.0133972167969,104,4510,189.9720001220703,0,1,0,0,5.656038761138916,3.178053855895996,4.644391059875488,0,0,0,1,0,0,0,0,1,0 +3,1,0,1,0,1,3,4,26,269.12701416015625,2614,4834,179.41799926757812,0,1,1.0986123085021973,0,5.595183372497559,3.25809645652771,7.8686370849609375,0,0,0,1,0,0,0,0,0,0 +9,1,0,1,0,1,2,4,39,259.6283874511719,1057,4634,173.08560180664062,0,1,2.1972246170043945,0,5.559251308441162,3.6635615825653076,6.963190078735352,0,0,0,1,0,0,0,0,1,0 +8,1,0,1,1,0,2,4,21,300.78900146484375,275,4652,196.3043975830078,0,1,2.079441547393799,0,5.706408977508545,3.044522523880005,5.616771221160889,0,0,0,1,0,0,0,0,1,0 +8,1,0,1,1,1,2,4,55,287.06878662109375,1765,4834,191.02740478515625,0,1,2.079441547393799,0,5.659721851348877,4.007333278656006,7.475905895233154,0,0,0,1,0,0,0,0,1,0 +182,1,0,1,0,1,2,4,51,294.45660400390625,28254,4346,191.02740478515625,0,1,5.204006671905518,0,5.685131549835205,3.931825637817383,10.248990058898926,0,0,0,1,0,0,0,0,1,0 +10,1,0,1,1,0,3,4,60,246.96359252929688,88,4428,164.64239501953125,0,1,2.3025851249694824,0,5.509241104125977,4.094344615936279,4.477336883544922,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,53,252.2406005859375,3503,4834,167.80859375,0,1,2.079441547393799,0,5.530383586883545,3.97029185295105,8.161375045776367,0,0,0,1,0,0,0,0,0,0 +169,1,0,1,1,0,3,4,58,280.73638916015625,10000,4634,186.80580139160156,0,1,5.129898548126221,0,5.637415885925293,4.060442924499512,9.21034049987793,0,0,0,1,0,0,0,0,0,0 +5,1,0,1,0,0,3,4,38,246.96359252929688,1484,4152,163.58700561523438,0,1,1.6094379425048828,0,5.509241104125977,3.6375861167907715,7.302496433258057,0,0,0,1,0,0,0,0,0,0 +1,1,0,1,1,0,2,4,40,264.9053955078125,111,4410,154.08839416503906,0,1,0,0,5.579372882843018,3.6888794898986816,4.709530353546143,0,0,0,1,0,0,0,0,1,0 +6,1,0,1,1,1,3,4,47,299.7336120605469,2228,4634,181.52879333496094,0,1,1.7917594909667969,0,5.70289421081543,3.8501474857330322,7.708859443664551,0,0,0,1,0,0,0,0,0,0 +182,1,0,1,1,1,3,4,52,290.2349853515625,59240,4149,194.193603515625,0,1,5.204006671905518,0,5.670691013336182,3.9512436389923096,10.989352226257324,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,53,248.0189971923828,8000,4834,164.64239501953125,0,1,2.079441547393799,0,5.513505458831787,3.97029185295105,8.987196922302246,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,34,267.0162048339844,3091,4634,179.41799926757812,0,1,2.079441547393799,0,5.58730936050415,3.526360511779785,8.036250114440918,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,1,1,3,4,52,263.8500061035156,2484,4852,177.3072052001953,0,1,1.0986123085021973,0,5.575380802154541,3.9512436389923096,7.817625522613525,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,1,1,3,4,21,260.6838073730469,2841,4834,170.97479248046875,0,1,2.079441547393799,0,5.563308238983154,3.044522523880005,7.951911449432373,0,0,0,1,0,0,0,0,0,0 +0.25,1,0,1,1,0,3,4,31,279.6809997558594,94,4410,186.80580139160156,0,1,-1.3862943649291992,0,5.633649826049805,3.4339871406555176,4.543294906616211,0,0,0,1,0,0,0,0,0,0 +2,1,0,1,1,0,3,4,22,245.908203125,678,4955,163.58700561523438,0,1,0.6931471824645996,0,5.504958152770996,3.0910425186157227,6.5191473960876465,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,1,1,3,4,24,297.622802734375,1962,4834,198.4152069091797,0,1,1.7917594909667969,0,5.695827007293701,3.178053855895996,7.581719875335693,0,0,0,1,0,0,0,0,0,0 +3,1,0,1,0,0,3,4,29,279.6809997558594,882,4152,185.75039672851562,0,1,1.0986123085021973,0,5.633649826049805,3.367295742034912,6.782192230224609,0,0,0,1,0,0,0,0,0,0 +6,1,0,1,1,1,3,4,54,262.7945861816406,2366,4834,262.7945861816406,0,1,1.7917594909667969,0,5.5713725090026855,3.9889841079711914,7.768956184387207,0,0,0,1,0,0,0,0,0,0 +5,1,0,1,1,0,3,4,33,300.78900146484375,144,4837,200.5260009765625,0,1,1.6094379425048828,0,5.706408977508545,3.4965076446533203,4.969813346862793,0,0,0,1,0,0,0,0,0,0 +1,1,0,0,0,0,3,4,37,303.9552001953125,50,4152,202.6367950439453,0,1,0,0,5.7168803215026855,3.610917806625366,3.9120230674743652,0,0,0,1,0,0,0,0,0,0 +10,1,0,0,1,1,3,4,61,251.18519592285156,1466,4428,167.80859375,0,1,2.3025851249694824,0,5.526190280914307,4.110873699188232,7.290292739868164,0,0,0,1,0,0,0,0,0,0 +11,1,0,1,1,1,3,4,67,267.0162048339844,2583,4634,142.47900390625,0,1,2.397895336151123,0,5.58730936050415,4.204692840576172,7.856706619262695,0,0,0,1,0,0,0,0,0,0 +14,1,0,0,0,0,3,4,28,248.0189971923828,401,4852,164.64239501953125,0,1,2.6390573978424072,0,5.513505458831787,3.332204580307007,5.993961334228516,0,0,0,1,0,0,0,0,0,0 +5,1,0,1,1,0,3,4,61,263.8500061035156,276,4834,176.25180053710938,0,1,1.6094379425048828,0,5.575380802154541,4.110873699188232,5.620400905609131,0,0,0,1,0,0,0,0,0,0 +3,1,0,0,0,0,3,4,29,251.18519592285156,90,4152,166.75320434570312,0,1,1.0986123085021973,0,5.526190280914307,3.367295742034912,4.499809741973877,0,0,0,1,0,0,0,0,0,0 +5,1,0,1,1,1,3,4,37,299.7336120605469,860,4852,189.9720001220703,0,1,1.6094379425048828,0,5.70289421081543,3.610917806625366,6.756932258605957,0,0,0,1,0,0,0,0,0,0 +4,1,0,1,0,0,3,4,25,253.29600524902344,982,4652,168.86399841308594,0,1,1.3862943649291992,0,5.5345587730407715,3.2188758850097656,6.889591217041016,0,0,0,1,0,0,0,0,0,0 +12,1,0,1,1,1,3,4,26,263.8500061035156,4648,4834,177.3072052001953,0,1,2.4849066734313965,0,5.575380802154541,3.25809645652771,8.444191932678223,0,0,0,1,0,0,0,0,0,0 +8,1,0,1,0,0,3,5,24,263.8500061035156,788,4252,176.25180053710938,0,1,2.079441547393799,0,5.575380802154541,3.178053855895996,6.669497966766357,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,48,272.293212890625,547,4252,181.52879333496094,0,1,1.0986123085021973,0,5.606879711151123,3.8712010383605957,6.30444860458374,0,0,0,0,1,0,0,0,0,0 +30,1,0,1,1,0,3,5,33,257.5176086425781,6091,4252,181.52879333496094,0,1,3.4011974334716797,0,5.551088333129883,3.4965076446533203,8.714567184448242,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,36,246.96359252929688,388,4249,164.64239501953125,0,1,0,0,5.509241104125977,3.5835189819335938,5.961005210876465,0,0,0,0,1,0,0,0,0,0 +9,1,0,0,1,0,3,5,23,257.5176086425781,336,4252,172.0301971435547,0,1,2.1972246170043945,0,5.551088333129883,3.1354942321777344,5.817111015319824,0,0,0,0,1,0,0,0,0,0 +6,1,0,1,1,1,3,5,23,290.2349853515625,3686,4252,193.13819885253906,0,1,1.7917594909667969,0,5.670691013336182,3.1354942321777344,8.212297439575195,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,1,5,24,251.18519592285156,346,4252,167.80859375,0,1,0.6931471824645996,0,5.526190280914307,3.178053855895996,5.846438884735107,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,NA,0,1,5,34,296.5674133300781,475,4204,197.35980224609375,0,1,0.6931471824645996,0,5.692274570465088,3.526360511779785,6.1633148193359375,0,0,0,0,1,0,0,1,0,0 +7,1,0,0,1,0,1,5,42,286.0133972167969,1611,4252,191.02740478515625,0,1,1.945910096168518,0,5.656038761138916,3.7376697063446045,7.384610176086426,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,0,0,1,5,21,292.3457946777344,291,4252,195.24899291992188,0,1,0,0,5.6779375076293945,3.044522523880005,5.673323154449463,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,1,5,49,284.9580078125,53,4252,189.9720001220703,0,1,1.0986123085021973,0,5.652341842651367,3.891820192337036,3.97029185295105,0,0,0,0,1,0,0,1,0,0 +6,1,0,1,1,0,1,5,49,284.9580078125,70,4252,189.9720001220703,0,1,1.7917594909667969,0,5.652341842651367,3.891820192337036,4.248495101928711,0,0,0,0,1,0,0,1,0,0 +20,1,0,1,1,0,1,5,54,305.0105895996094,4609,4252,196.3043975830078,0,1,2.995732307434082,0,5.720346450805664,3.9889841079711914,8.435766220092773,0,0,0,0,1,0,0,1,0,0 +4,1,0,1,0,0,1,5,22,298.6781921386719,380,4252,191.02740478515625,0,1,1.3862943649291992,0,5.699366569519043,3.0910425186157227,5.940171241760254,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,19,259.6283874511719,145,4252,175.19639587402344,0,1,0,0,5.559251308441162,2.944438934326172,4.976733684539795,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,43,270.1824035644531,51,4252,181.52879333496094,0,1,0.6931471824645996,0,5.59909725189209,3.761200189590454,3.931825637817383,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,28,293.4012145996094,138,4252,195.24899291992188,0,1,0.6931471824645996,0,5.6815409660339355,3.332204580307007,4.927253723144531,0,0,0,0,1,0,0,1,0,0 +14,1,0,0,1,0,1,5,54,302.8998107910156,164,4252,191.02740478515625,0,1,2.6390573978424072,0,5.713402271270752,3.9889841079711914,5.0998663902282715,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,43,276.5148010253906,639,4249,184.69500732421875,0,1,0,0,5.622264385223389,3.761200189590454,6.459904670715332,0,0,0,0,1,0,0,1,0,0 +6,1,0,1,1,1,1,5,40,278.6256103515625,2318,4252,185.75039672851562,0,1,1.7917594909667969,0,5.629868984222412,3.6888794898986816,7.748459815979004,0,0,0,0,1,0,0,1,0,0 +17,1,0,0,1,0,1,5,49,251.18519592285156,1306,4252,166.75320434570312,0,1,2.8332133293151855,0,5.526190280914307,3.891820192337036,7.174724102020264,0,0,0,0,1,0,0,1,0,0 +8,1,0,0,1,0,1,5,31,282.8471984863281,1828,4252,188.91659545898438,0,1,2.079441547393799,0,5.644906997680664,3.4339871406555176,7.510977745056152,0,0,0,0,1,0,0,1,0,0 +7,1,0,1,1,1,1,5,19,253.29600524902344,2258,4252,168.86399841308594,0,1,1.945910096168518,0,5.5345587730407715,2.944438934326172,7.722234725952148,0,0,0,0,1,0,0,1,0,0 +55,1,0,1,1,1,1,5,25,287.06878662109375,6429,4252,191.02740478515625,0,1,4.007333278656006,0,5.659721851348877,3.2188758850097656,8.768574714660645,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,1,5,22,293.4012145996094,95,4252,191.02740478515625,0,1,1.0986123085021973,0,5.6815409660339355,3.0910425186157227,4.553876876831055,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,1,0,1,5,30,249.07440185546875,29,4252,156.19920349121094,0,1,-1.3862943649291992,0,5.517751693725586,3.4011974334716797,3.367295742034912,0,0,0,0,1,0,0,1,0,0 +1,1,0,0,0,0,1,5,23,269.12701416015625,849,4249,178.3625946044922,0,1,0,0,5.595183372497559,3.1354942321777344,6.744059085845947,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,28,262.7945861816406,450,4252,177.3072052001953,0,1,0.6931471824645996,0,5.5713725090026855,3.332204580307007,6.10924768447876,0,0,0,0,1,0,0,1,0,0 +1,1,0,1,1,0,1,5,28,278.6256103515625,382,4252,185.75039672851562,0,1,0,0,5.629868984222412,3.332204580307007,5.945420742034912,0,0,0,0,1,0,0,1,0,0 +182,1,0,0,0,1,1,5,36,281.79180908203125,20000,4252,187.8612060546875,0,1,5.204006671905518,0,5.641168594360352,3.5835189819335938,9.903487205505371,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,1,0,1,5,30,261.73919677734375,40,4252,175.19639587402344,0,1,1.0986123085021973,0,5.567348480224609,3.4011974334716797,3.6888794898986816,0,0,0,0,1,0,0,1,0,0 +4,1,0,1,1,0,1,5,34,270.1824035644531,407,4252,174.14100646972656,0,1,1.3862943649291992,0,5.59909725189209,3.526360511779785,6.008813381195068,0,0,0,0,1,0,0,1,0,0 +182,1,0,1,0,0,1,5,22,264.9053955078125,1914,4252,176.25180053710938,0,1,5.204006671905518,0,5.579372882843018,3.0910425186157227,7.556950569152832,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,1,5,47,256.4621887207031,274,4252,142.47900390625,0,1,1.0986123085021973,0,5.546981334686279,3.8501474857330322,5.613128185272217,0,0,0,0,1,0,0,1,0,0 +4,1,0,0,0,0,1,5,48,305.0105895996094,600,4249,197.35980224609375,0,1,1.3862943649291992,0,5.720346450805664,3.8712010383605957,6.396929740905762,0,0,0,0,1,0,0,1,0,0 +2,1,0,1,1,0,1,5,60,292.3457946777344,435,4252,195.24899291992188,0,1,0.6931471824645996,0,5.6779375076293945,4.094344615936279,6.075345993041992,0,0,0,0,1,0,0,1,0,0 +3,1,0,0,1,0,1,5,53,258.572998046875,124,4252,172.0301971435547,0,1,1.0986123085021973,0,5.555178165435791,3.97029185295105,4.820281505584717,0,0,0,0,1,0,0,1,0,0 +6,1,0,0,0,0,1,5,20,290.2349853515625,467,4252,191.02740478515625,0,1,1.7917594909667969,0,5.670691013336182,2.995732307434082,6.146329402923584,0,0,0,0,1,0,0,1,0,0 +28,1,0,0,0,1,1,5,20,290.2349853515625,6000,4252,191.02740478515625,0,1,3.332204580307007,0,5.670691013336182,2.995732307434082,8.699514389038086,0,0,0,0,1,0,0,1,0,0 +0.25,1,0,1,1,0,1,5,26,295.5119934082031,223,4252,203.69219970703125,0,1,-1.3862943649291992,0,5.688709259033203,3.25809645652771,5.407171726226807,0,0,0,0,1,0,0,1,0,0 +6,1,0,1,1,0,1,5,26,263.8500061035156,487,4252,175.19639587402344,0,1,1.7917594909667969,0,5.575380802154541,3.25809645652771,6.188263893127441,0,0,0,0,1,0,0,1,0,0 +3,1,0,1,1,0,2,5,32,274.40399169921875,137,4252,184.69500732421875,0,1,1.0986123085021973,0,5.6146016120910645,3.465735912322998,4.919981002807617,0,0,0,0,1,0,0,0,1,0 +6,1,0,1,1,0,2,5,37,278.6256103515625,961,4252,185.75039672851562,0,1,1.7917594909667969,0,5.629868984222412,3.610917806625366,6.867974281311035,0,0,0,0,1,0,0,0,1,0 +18,1,0,1,1,0,2,5,37,278.6256103515625,1332,4252,185.75039672851562,0,1,2.890371799468994,0,5.629868984222412,3.610917806625366,7.194437026977539,0,0,0,0,1,0,0,0,1,0 +13,1,0,1,0,0,2,5,27,290.2349853515625,1024,4252,191.02740478515625,0,1,2.5649492740631104,0,5.670691013336182,3.295836925506592,6.931471824645996,0,0,0,0,1,0,0,0,1,0 +3,1,0,1,1,0,2,5,45,289.1795959472656,80,4252,193.13819885253906,0,1,1.0986123085021973,0,5.66704797744751,3.8066625595092773,4.382026672363281,0,0,0,0,1,0,0,0,1,0 +2,1,0,1,1,0,2,5,20,295.5119934082031,330,4252,197.35980224609375,0,1,0.6931471824645996,0,5.688709259033203,2.995732307434082,5.799092769622803,0,0,0,0,1,0,0,0,1,0 +4,1,0,1,1,0,2,5,47,256.4621887207031,468,4252,170.97479248046875,0,1,1.3862943649291992,0,5.546981334686279,3.8501474857330322,6.148468494415283,0,0,0,0,1,0,0,0,1,0 +14,1,0,1,1,1,2,5,35,263.8500061035156,3879,4252,177.3072052001953,0,1,2.6390573978424072,0,5.575380802154541,3.5553481578826904,8.26333236694336,0,0,0,0,1,0,0,0,1,0 +10,1,0,1,1,0,2,5,28,267.0162048339844,353,4252,183.6396026611328,0,1,2.3025851249694824,0,5.58730936050415,3.332204580307007,5.8664679527282715,0,0,0,0,1,0,0,0,1,0 +0.25,1,0,1,1,0,2,5,29,274.40399169921875,210,4252,182.58419799804688,0,1,-1.3862943649291992,0,5.6146016120910645,3.367295742034912,5.347107410430908,0,0,0,0,1,0,0,0,1,0 +4,1,0,1,1,0,2,5,23,269.12701416015625,170,4252,179.41799926757812,0,1,1.3862943649291992,0,5.595183372497559,3.1354942321777344,5.135798454284668,0,0,0,0,1,0,0,0,1,0 +1,1,0,1,1,0,3,5,25,268.07159423828125,30,4252,179.41799926757812,0,1,0,0,5.591254234313965,3.2188758850097656,3.4011974334716797,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,0,0,3,5,30,256.4621887207031,116,4252,170.97479248046875,0,1,-1.3862943649291992,0,5.546981334686279,3.4011974334716797,4.753590106964111,0,0,0,0,1,0,0,0,0,0 +182,1,0,0,1,1,3,5,27,254.3513946533203,15628,4252,169.91940307617188,0,1,5.204006671905518,0,5.538716793060303,3.295836925506592,9.656819343566895,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,0,0,3,5,23,261.73919677734375,127,4252,175.19639587402344,0,1,0.6931471824645996,0,5.567348480224609,3.1354942321777344,4.844187259674072,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,0,0,3,5,28,254.3513946533203,252,4252,169.91940307617188,0,1,0,0,5.538716793060303,3.332204580307007,5.529428958892822,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,39,263.8500061035156,168,4252,181.52879333496094,0,1,1.0986123085021973,0,5.575380802154541,3.6635615825653076,5.123963832855225,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,1,0,3,5,41,276.5148010253906,123,4252,177.3072052001953,0,1,1.6094379425048828,0,5.622264385223389,3.7135720252990723,4.8121843338012695,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,1,0,3,5,54,297.622802734375,128,4252,198.4152069091797,0,1,-1.3862943649291992,0,5.695827007293701,3.9889841079711914,4.852030277252197,0,0,0,0,1,0,0,0,0,0 +4,1,0,1,0,0,3,5,29,271.23779296875,0,4252,180.47340393066406,0,1,1.3862943649291992,0,5.602995872497559,3.367295742034912,0,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,NA,0,3,5,22,306.0660095214844,32,4252,226.91099548339844,0,1,0.6931471824645996,0,5.7238006591796875,3.0910425186157227,3.465735912322998,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,1,0,3,5,30,277.5701904296875,63,4252,178.3625946044922,0,1,0,0,5.626073837280273,3.4011974334716797,4.143134593963623,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,19,269.12701416015625,456,4252,179.41799926757812,0,1,0,0,5.595183372497559,2.944438934326172,6.122492790222168,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,0,0,3,5,24,270.1824035644531,95,4252,180.47340393066406,0,1,0.6931471824645996,0,5.59909725189209,3.178053855895996,4.553876876831055,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,1,0,3,5,55,279.6809997558594,193,4252,186.80580139160156,0,1,-1.3862943649291992,0,5.633649826049805,4.007333278656006,5.26269006729126,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,24,299.7336120605469,175,4252,200.5260009765625,0,1,1.0986123085021973,0,5.70289421081543,3.178053855895996,5.164785861968994,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,1,0,3,5,27,245.908203125,1825,4252,176.25180053710938,0,1,1.6094379425048828,0,5.504958152770996,3.295836925506592,7.509335041046143,0,0,0,0,1,0,0,0,0,0 +7,1,0,1,1,0,3,5,45,281.79180908203125,529,4252,187.8612060546875,0,1,1.945910096168518,0,5.641168594360352,3.8066625595092773,6.270988464355469,0,0,0,0,1,0,0,0,0,0 +32,1,0,1,1,0,3,5,46,302.8998107910156,2977,4252,201.58140563964844,0,1,3.465735912322998,0,5.713402271270752,3.828641414642334,7.998671531677246,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,33,272.293212890625,36,4252,181.52879333496094,0,1,0,0,5.606879711151123,3.4965076446533203,3.5835189819335938,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,0,0,3,5,30,265.9607849121094,503,4252,177.3072052001953,0,1,0.6931471824645996,0,5.583348751068115,3.4011974334716797,6.220590114593506,0,0,0,0,1,0,0,0,0,0 +0.25,1,0,1,1,0,3,5,40,289.1795959472656,108,4252,193.13819885253906,0,1,-1.3862943649291992,0,5.66704797744751,3.6888794898986816,4.682131290435791,0,0,0,0,1,0,0,0,0,0 +5,1,0,1,0,0,3,5,30,295.5119934082031,757,4252,196.3043975830078,0,1,1.6094379425048828,0,5.688709259033203,3.4011974334716797,6.629363059997559,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,33,280.73638916015625,576,4252,191.02740478515625,0,1,1.0986123085021973,0,5.637415885925293,3.4965076446533203,6.356107711791992,0,0,0,0,1,0,0,0,0,0 +24,1,0,1,0,0,3,5,21,248.0189971923828,3359,4252,164.64239501953125,0,1,3.178053855895996,0,5.513505458831787,3.044522523880005,8.11939811706543,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,31,246.96359252929688,149,4252,164.64239501953125,0,1,0.6931471824645996,0,5.509241104125977,3.4339871406555176,5.003946304321289,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,0,0,3,5,32,274.40399169921875,380,4252,182.58419799804688,0,1,0.6931471824645996,0,5.6146016120910645,3.465735912322998,5.940171241760254,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,1,3,5,34,290.2349853515625,458,4252,200.5260009765625,0,1,1.0986123085021973,0,5.670691013336182,3.526360511779785,6.126869201660156,0,0,0,0,1,0,0,0,0,0 +11,1,0,1,1,0,3,5,39,281.79180908203125,175,4252,195.24899291992188,0,1,2.397895336151123,0,5.641168594360352,3.6635615825653076,5.164785861968994,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,29,280.73638916015625,503,4252,192.08279418945312,0,1,1.0986123085021973,0,5.637415885925293,3.367295742034912,6.220590114593506,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,34,245.908203125,68,4252,163.58700561523438,0,1,0,0,5.504958152770996,3.526360511779785,4.219507694244385,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,28,284.9580078125,120,4252,189.9720001220703,0,1,0.6931471824645996,0,5.652341842651367,3.332204580307007,4.787491798400879,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,61,265.9607849121094,187,4252,177.3072052001953,0,1,0.6931471824645996,0,5.583348751068115,4.110873699188232,5.231108665466309,0,0,0,0,1,0,0,0,0,0 +16,1,0,1,1,0,3,5,55,272.293212890625,193,4249,197.35980224609375,0,1,2.7725887298583984,0,5.606879711151123,4.007333278656006,5.26269006729126,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,24,284.9580078125,627,4249,189.9720001220703,0,1,1.0986123085021973,0,5.652341842651367,3.178053855895996,6.440946578979492,0,0,0,0,1,0,0,0,0,0 +15,1,0,1,0,0,3,5,24,301.8443908691406,140,4252,201.58140563964844,0,1,2.70805025100708,0,5.709911823272705,3.178053855895996,4.9416422843933105,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,32,295.5119934082031,937,4252,197.35980224609375,0,1,0.6931471824645996,0,5.688709259033203,3.465735912322998,6.8426833152771,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,0,0,3,5,54,268.07159423828125,166,4252,178.3625946044922,0,1,0,0,5.591254234313965,3.9889841079711914,5.111987590789795,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,0,0,3,5,28,250.1298065185547,209,4249,166.75320434570312,0,1,1.0986123085021973,0,5.521979808807373,3.332204580307007,5.342334270477295,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,1,0,3,5,48,250.1298065185547,115,4252,158.30999755859375,0,1,1.3862943649291992,0,5.521979808807373,3.8712010383605957,4.744932174682617,0,0,0,0,1,0,0,0,0,0 +3,1,0,0,1,0,3,5,32,248.0189971923828,0,4252,168.86399841308594,0,1,1.0986123085021973,0,5.513505458831787,3.465735912322998,0,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,0,0,3,5,21,283.902587890625,433,4252,188.91659545898438,0,1,0.6931471824645996,0,5.6486310958862305,3.044522523880005,6.070737838745117,0,0,0,0,1,0,0,0,0,0 +182,1,0,1,0,1,3,5,29,294.45660400390625,19944,4252,196.3043975830078,0,1,5.204006671905518,0,5.685131549835205,3.367295742034912,9.900683403015137,0,0,0,0,1,0,0,0,0,0 +9,1,0,0,0,0,3,5,36,290.2349853515625,175,4252,193.13819885253906,0,1,2.1972246170043945,0,5.670691013336182,3.5835189819335938,5.164785861968994,0,0,0,0,1,0,0,0,0,0 +4,1,0,0,0,0,3,5,41,289.1795959472656,0,4252,193.13819885253906,0,1,1.3862943649291992,0,5.66704797744751,3.7135720252990723,0,0,0,0,0,1,0,0,0,0,0 +1,1,0,0,0,0,3,5,25,276.5148010253906,0,4252,184.69500732421875,0,1,0,0,5.622264385223389,3.2188758850097656,0,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,0,0,3,5,22,249.07440185546875,0,4252,165.6977996826172,0,1,1.0986123085021973,0,5.517751693725586,3.0910425186157227,0,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,41,276.5148010253906,306,4252,184.69500732421875,0,1,0.6931471824645996,0,5.622264385223389,3.7135720252990723,5.72358512878418,0,0,0,0,1,0,0,0,0,0 +182,1,0,0,1,1,3,5,38,295.5119934082031,113030,4252,196.3043975830078,0,1,5.204006671905518,0,5.688709259033203,3.6375861167907715,11.635408401489258,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,33,307.12139892578125,370,4252,204.7476043701172,0,1,0,0,5.727242946624756,3.4965076446533203,5.913503170013428,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,23,264.9053955078125,1450,4252,176.25180053710938,0,1,0,0,5.579372882843018,3.1354942321777344,7.279318809509277,0,0,0,0,1,0,0,0,0,0 +1,1,0,1,0,0,3,5,29,256.4621887207031,145,4249,28.495800018310547,0,1,0,0,5.546981334686279,3.367295742034912,4.976733684539795,0,0,0,0,1,0,0,0,0,0 +2,1,0,0,1,0,3,5,53,308.1767883300781,0,4210,196.3043975830078,0,1,0.6931471824645996,0,5.730673789978027,3.97029185295105,0,0,0,0,0,1,0,0,0,0,0 +9,1,0,0,1,0,3,5,52,283.902587890625,129,4252,188.91659545898438,0,1,2.1972246170043945,0,5.6486310958862305,3.9512436389923096,4.859812259674072,0,0,0,0,1,0,0,0,0,0 +18,1,0,1,0,1,3,5,40,281.79180908203125,8488,4252,187.8612060546875,0,1,2.890371799468994,0,5.641168594360352,3.6888794898986816,9.046408653259277,0,0,0,0,1,0,0,0,0,0 +22,1,0,1,1,0,3,5,25,263.8500061035156,0,4249,175.19639587402344,0,1,3.0910425186157227,0,5.575380802154541,3.2188758850097656,0,0,0,0,0,1,0,0,0,0,0 +3,1,0,1,1,0,3,5,35,284.9580078125,273,4252,195.24899291992188,0,1,1.0986123085021973,0,5.652341842651367,3.5553481578826904,5.609471797943115,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,5,34,282.8471984863281,516,4252,250.1298065185547,0,1,0.6931471824645996,0,5.644906997680664,3.526360511779785,6.2461066246032715,0,0,0,0,1,0,0,0,0,0 +2,1,0,1,1,0,3,6,26,288.12420654296875,162,5231,192.08279418945312,0,1,0.6931471824645996,0,5.663391590118408,3.25809645652771,5.087596416473389,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,20,254.3513946533203,98,5340,169.91940307617188,0,1,0,0,5.538716793060303,2.995732307434082,4.584967613220215,0,0,0,0,0,1,0,0,0,0 +182,1,0,1,1,1,NA,6,40,277.5701904296875,24869,5128,184.69500732421875,0,1,5.204006671905518,0,5.626073837280273,3.6888794898986816,10.121376991271973,0,0,0,0,0,1,0,NA,NA,0 +4,1,0,1,0,0,3,6,39,298.6781921386719,249,5310,198.4152069091797,0,1,1.3862943649291992,0,5.699366569519043,3.6635615825653076,5.517452716827393,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,0,0,1,6,28,302.8998107910156,247,5349,201.58140563964844,0,1,2.079441547393799,0,5.713402271270752,3.332204580307007,5.509388446807861,0,0,0,0,0,1,0,1,0,0 +6,1,0,1,0,1,1,6,20,293.4012145996094,2723,5328,168.86399841308594,0,1,1.7917594909667969,0,5.6815409660339355,2.995732307434082,7.909489631652832,0,0,0,0,0,1,0,1,0,0 +6,1,0,0,1,1,1,6,56,268.07159423828125,2768,5349,179.41799926757812,0,1,1.7917594909667969,0,5.591254234313965,4.025351524353027,7.925880432128906,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,0,0,1,6,50,284.9580078125,1181,5440,189.9720001220703,0,1,1.0986123085021973,0,5.652341842651367,3.9120230674743652,7.0741167068481445,0,0,0,0,0,1,0,1,0,0 +111,1,0,1,0,1,3,6,21,268.07159423828125,6097,5440,169.91940307617188,0,1,4.709530353546143,0,5.591254234313965,3.044522523880005,8.71555233001709,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,1,6,61,255.40679931640625,230,5310,154.08839416503906,0,1,0,0,5.542857646942139,4.110873699188232,5.438079357147217,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,0,0,1,6,23,295.5119934082031,110,5310,191.02740478515625,0,1,0,0,5.688709259033203,3.1354942321777344,4.7004804611206055,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,20,274.40399169921875,287,5310,184.69500732421875,0,1,0,0,5.6146016120910645,2.995732307434082,5.659482002258301,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,1,0,1,6,29,283.902587890625,450,5349,188.91659545898438,0,1,0.6931471824645996,0,5.6486310958862305,3.367295742034912,6.10924768447876,0,0,0,0,0,1,0,1,0,0 +4,1,0,1,1,0,1,6,27,263.8500061035156,1387,5310,176.25180053710938,0,1,1.3862943649291992,0,5.575380802154541,3.295836925506592,7.234898567199707,0,0,0,0,0,1,0,1,0,0 +9,1,0,1,0,1,1,6,28,290.2349853515625,3661,5352,193.13819885253906,0,1,2.1972246170043945,0,5.670691013336182,3.332204580307007,8.20549201965332,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,0,1,6,27,284.9580078125,156,5728,189.9720001220703,0,1,1.0986123085021973,0,5.652341842651367,3.295836925506592,5.049856185913086,0,0,0,0,0,1,0,1,0,0 +6,1,0,1,1,0,1,6,28,265.9607849121094,13,5628,177.3072052001953,0,1,1.7917594909667969,0,5.583348751068115,3.332204580307007,2.5649492740631104,0,0,0,0,0,1,0,1,0,0 +5,1,0,1,1,0,1,6,36,281.79180908203125,21,5440,187.8612060546875,0,1,1.6094379425048828,0,5.641168594360352,3.5835189819335938,3.044522523880005,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,51,299.7336120605469,225,5337,199.47059631347656,0,1,0,0,5.70289421081543,3.931825637817383,5.41610050201416,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,0,0,1,6,21,293.4012145996094,96,5549,191.02740478515625,0,1,0.6931471824645996,0,5.6815409660339355,3.044522523880005,4.564348220825195,0,0,0,0,0,1,0,1,0,0 +182,1,0,1,0,1,1,6,51,267.0162048339844,18976,5352,177.3072052001953,0,1,5.204006671905518,0,5.58730936050415,3.931825637817383,9.850930213928223,0,0,0,0,0,1,0,1,0,0 +8,1,0,1,1,0,1,6,33,287.06878662109375,748,5628,186.80580139160156,0,1,2.079441547393799,0,5.659721851348877,3.4965076446533203,6.617403030395508,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,0,0,1,6,22,305.0105895996094,207,5604,191.02740478515625,0,1,1.0986123085021973,0,5.720346450805664,3.0910425186157227,5.332718849182129,0,0,0,0,0,1,0,1,0,0 +1,1,0,0,0,0,1,6,42,273.3486022949219,158,5552,60.157798767089844,0,1,0,0,5.610747814178467,3.7376697063446045,5.062594890594482,0,0,0,0,0,1,0,1,0,0 +8,1,0,1,1,0,1,6,26,276.5148010253906,293,5552,188.91659545898438,0,1,2.079441547393799,0,5.622264385223389,3.25809645652771,5.680172443389893,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,0,0,1,6,21,295.5119934082031,195,5728,191.02740478515625,0,1,0.6931471824645996,0,5.688709259033203,3.044522523880005,5.2729997634887695,0,0,0,0,0,1,0,1,0,0 +7,1,0,0,1,0,1,6,31,297.622802734375,538,5410,198.4152069091797,0,1,1.945910096168518,0,5.695827007293701,3.4339871406555176,6.287858486175537,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,0,1,0,1,6,38,301.8443908691406,352,5410,201.58140563964844,0,1,-1.3862943649291992,0,5.709911823272705,3.6375861167907715,5.863631248474121,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,2,6,20,280.73638916015625,321,5310,188.91659545898438,0,1,0,0,5.637415885925293,2.995732307434082,5.7714409828186035,0,0,0,0,0,1,0,0,1,0 +12,1,0,1,0,0,1,6,62,267.0162048339844,424,5728,178.3625946044922,0,1,2.4849066734313965,0,5.58730936050415,4.127134323120117,6.049733638763428,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,0,0,1,6,41,294.45660400390625,359,5349,191.02740478515625,0,1,1.0986123085021973,0,5.685131549835205,3.7135720252990723,5.883322238922119,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,0,1,6,32,275.45941162109375,389,5643,183.6396026611328,0,1,1.0986123085021973,0,5.6184401512146,3.465735912322998,5.963579177856445,0,0,0,0,0,1,0,1,0,0 +20,1,0,1,1,1,1,6,29,303.9552001953125,3703,5352,196.3043975830078,0,1,2.995732307434082,0,5.7168803215026855,3.367295742034912,8.216898918151855,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,NA,0,1,6,31,295.5119934082031,197,5310,197.35980224609375,0,1,1.0986123085021973,0,5.688709259033203,3.4339871406555176,5.283203601837158,0,0,0,0,0,1,0,1,0,0 +0.25,1,0,1,1,0,1,6,23,283.902587890625,82,5643,188.91659545898438,0,1,-1.3862943649291992,0,5.6486310958862305,3.1354942321777344,4.406719207763672,0,0,0,0,0,1,0,1,0,0 +12,1,0,0,1,1,1,6,56,297.622802734375,845,5649,198.4152069091797,0,1,2.4849066734313965,0,5.695827007293701,4.025351524353027,6.7393364906311035,0,0,0,0,0,1,0,1,0,0 +5,1,0,1,1,1,1,6,32,308.1767883300781,3072,5455,205.80299377441406,0,1,1.6094379425048828,0,5.730673789978027,3.465735912322998,8.030083656311035,0,0,0,0,0,1,0,1,0,0 +4,1,0,1,0,0,1,6,56,270.1824035644531,549,5440,179.41799926757812,0,1,1.3862943649291992,0,5.59909725189209,4.025351524353027,6.308098316192627,0,0,0,0,0,1,0,1,0,0 +52,1,0,1,0,1,1,6,27,261.73919677734375,10137,5428,175.19639587402344,0,1,3.9512436389923096,0,5.567348480224609,3.295836925506592,9.223947525024414,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,1,0,1,6,24,300.78900146484375,120,5710,200.5260009765625,0,1,0.6931471824645996,0,5.706408977508545,3.178053855895996,4.787491798400879,0,0,0,0,0,1,0,1,0,0 +17,1,0,1,1,1,1,6,21,292.3457946777344,5906,5346,194.193603515625,0,1,2.8332133293151855,0,5.6779375076293945,3.044522523880005,8.683724403381348,0,0,0,0,0,1,0,1,0,0 +30,1,0,1,1,1,1,6,32,253.29600524902344,14600,5349,172.0301971435547,0,1,3.4011974334716797,0,5.5345587730407715,3.465735912322998,9.588776588439941,0,0,0,0,0,1,0,1,0,0 +16,1,0,0,0,1,1,6,45,288.12420654296875,1811,5310,191.02740478515625,0,1,2.7725887298583984,0,5.663391590118408,3.8066625595092773,7.50163459777832,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,1,0,1,6,53,255.40679931640625,368,5052,169.91940307617188,0,1,0.6931471824645996,0,5.542857646942139,3.97029185295105,5.908082962036133,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,1,0,1,6,21,280.73638916015625,189,5728,186.80580139160156,0,1,0,0,5.637415885925293,3.044522523880005,5.24174690246582,0,0,0,0,0,1,0,1,0,0 +4,1,0,0,1,0,1,6,32,246.96359252929688,209,5628,164.64239501953125,0,1,1.3862943649291992,0,5.509241104125977,3.465735912322998,5.342334270477295,0,0,0,0,0,1,0,1,0,0 +2,1,0,0,1,1,1,6,27,251.18519592285156,1529,5355,208.9691925048828,0,1,0.6931471824645996,0,5.526190280914307,3.295836925506592,7.332369327545166,0,0,0,0,0,1,0,1,0,0 +2,1,0,0,1,0,1,6,36,267.0162048339844,3033,5628,180.47340393066406,0,1,0.6931471824645996,0,5.58730936050415,3.5835189819335938,8.01730728149414,0,0,0,0,0,1,0,1,0,0 +3,1,0,1,1,1,3,6,53,306.0660095214844,590,5310,203.69219970703125,0,1,1.0986123085021973,0,5.7238006591796875,3.97029185295105,6.380122661590576,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,1,1,1,6,44,305.0105895996094,1448,5404,204.7476043701172,0,1,2.397895336151123,0,5.720346450805664,3.7841897010803223,7.277938365936279,0,0,0,0,0,1,0,1,0,0 +1,1,0,1,0,1,1,6,23,246.96359252929688,302,5628,164.64239501953125,0,1,0,0,5.509241104125977,3.1354942321777344,5.7104268074035645,0,0,0,0,0,1,0,1,0,0 +2,1,0,1,1,0,3,6,21,250.1298065185547,687,5110,166.75320434570312,0,1,0.6931471824645996,0,5.521979808807373,3.044522523880005,6.532334327697754,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,2,6,23,273.3486022949219,243,5304,182.58419799804688,0,1,0,0,5.610747814178467,3.1354942321777344,5.493061542510986,0,0,0,0,0,1,0,0,1,0 +24,1,0,1,0,0,2,6,20,261.73919677734375,1030,5528,195.24899291992188,0,1,3.178053855895996,0,5.567348480224609,2.995732307434082,6.937314033508301,0,0,0,0,0,1,0,0,1,0 +12,1,0,1,0,1,2,6,36,297.622802734375,3662,5349,191.02740478515625,0,1,2.4849066734313965,0,5.695827007293701,3.5835189819335938,8.2057647705078125,0,0,0,0,0,1,0,0,1,0 +13,1,0,1,0,0,2,6,24,281.79180908203125,2217,5628,187.8612060546875,0,1,2.5649492740631104,0,5.641168594360352,3.178053855895996,7.7039103507995605,0,0,0,0,0,1,0,0,1,0 +4,1,0,1,1,0,2,6,46,274.40399169921875,234,5549,182.58419799804688,0,1,1.3862943649291992,0,5.6146016120910645,3.828641414642334,5.455321311950684,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,0,0,2,6,21,253.29600524902344,111,5149,168.86399841308594,0,1,1.0986123085021973,0,5.5345587730407715,3.044522523880005,4.709530353546143,0,0,0,0,0,1,0,0,1,0 +7,1,0,1,0,0,2,6,40,253.29600524902344,579,5628,168.86399841308594,0,1,1.945910096168518,0,5.5345587730407715,3.6888794898986816,6.361302375793457,0,0,0,0,0,1,0,0,1,0 +5,1,0,1,1,0,2,6,22,261.73919677734375,209,5628,175.19639587402344,0,1,1.6094379425048828,0,5.567348480224609,3.0910425186157227,5.342334270477295,0,0,0,0,0,1,0,0,1,0 +12,1,0,1,1,1,2,6,24,296.5674133300781,2465,5352,197.35980224609375,0,1,2.4849066734313965,0,5.692274570465088,3.178053855895996,7.8099470138549805,0,0,0,0,0,1,0,0,1,0 +3,1,0,1,0,0,3,6,29,252.2406005859375,0,5552,167.80859375,0,1,1.0986123085021973,0,5.530383586883545,3.367295742034912,0,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,NA,0,3,6,27,287.06878662109375,225,5649,191.02740478515625,0,1,0.6931471824645996,0,5.659721851348877,3.295836925506592,5.41610050201416,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,0,1,0,3,6,26,299.7336120605469,180,5649,199.47059631347656,0,1,-1.3862943649291992,0,5.70289421081543,3.25809645652771,5.192956924438477,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,1,0,3,6,21,261.73919677734375,183,5316,184.69500732421875,0,1,1.7917594909667969,0,5.567348480224609,3.044522523880005,5.20948600769043,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,1,1,3,6,38,280.73638916015625,2911,5328,186.80580139160156,0,1,2.079441547393799,0,5.637415885925293,3.6375861167907715,7.97625207901001,0,0,0,0,0,1,0,0,0,0 +23,1,0,1,1,1,3,6,28,308.1767883300781,11722,5310,191.02740478515625,0,1,3.1354942321777344,0,5.730673789978027,3.332204580307007,9.369222640991211,0,0,0,0,0,1,0,0,0,0 +21,1,0,1,1,1,3,6,31,281.79180908203125,4305,5352,187.8612060546875,0,1,3.044522523880005,0,5.641168594360352,3.4339871406555176,8.367532730102539,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,1,0,3,6,41,290.2349853515625,0,5352,193.13819885253906,0,1,1.7917594909667969,0,5.670691013336182,3.7135720252990723,0,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,NA,0,3,6,28,291.2904052734375,382,5528,233.24339294433594,0,1,2.079441547393799,0,5.674320697784424,3.332204580307007,5.945420742034912,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,34,270.1824035644531,488,5528,182.58419799804688,0,1,0,0,5.59909725189209,3.526360511779785,6.190315246582031,0,0,0,0,0,1,0,0,0,0 +12,1,0,1,0,0,3,6,24,296.5674133300781,1703,5352,191.02740478515625,0,1,2.4849066734313965,0,5.692274570465088,3.178053855895996,7.440146446228027,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,38,248.0189971923828,59,5452,165.6977996826172,0,1,0,0,5.513505458831787,3.6375861167907715,4.077537536621094,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,1,0,3,6,22,252.2406005859375,325,5652,167.80859375,0,1,1.0986123085021973,0,5.530383586883545,3.0910425186157227,5.783825397491455,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,1,0,3,6,44,249.07440185546875,85,5649,165.6977996826172,0,1,1.3862943649291992,0,5.517751693725586,3.7841897010803223,4.442651271820068,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,1,0,3,6,26,299.7336120605469,91,5710,196.3043975830078,0,1,1.0986123085021973,0,5.70289421081543,3.25809645652771,4.510859489440918,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,0,0,3,6,34,252.2406005859375,217,5510,167.80859375,0,1,1.3862943649291992,0,5.530383586883545,3.526360511779785,5.379897117614746,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,0,0,3,6,28,261.73919677734375,823,5552,174.14100646972656,0,1,1.7917594909667969,0,5.567348480224609,3.332204580307007,6.712956428527832,0,0,0,0,0,1,0,0,0,0 +18,1,0,0,1,0,3,6,33,267.0162048339844,1076,5328,177.3072052001953,0,1,2.890371799468994,0,5.58730936050415,3.4965076446533203,6.981005668640137,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,25,257.5176086425781,457,5549,172.0301971435547,0,1,0,0,5.551088333129883,3.2188758850097656,6.124683380126953,0,0,0,0,0,1,0,0,0,0 +30,1,0,1,1,1,3,6,31,282.8471984863281,1323,5428,188.91659545898438,0,1,3.4011974334716797,0,5.644906997680664,3.4339871406555176,7.187657356262207,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,0,0,3,6,24,297.622802734375,283,5528,198.4152069091797,0,1,1.3862943649291992,0,5.695827007293701,3.178053855895996,5.64544677734375,0,0,0,0,0,1,0,0,0,0 +5,1,0,1,1,0,3,6,30,282.8471984863281,377,5528,187.8612060546875,0,1,1.6094379425048828,0,5.644906997680664,3.4011974334716797,5.932245254516602,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,1,0,3,6,29,295.5119934082031,83,5728,197.35980224609375,0,1,-1.3862943649291992,0,5.688709259033203,3.367295742034912,4.418840408325195,0,0,0,0,0,1,0,0,0,0 +8,1,0,1,1,0,3,6,56,258.572998046875,542,5528,172.0301971435547,0,1,2.079441547393799,0,5.555178165435791,4.025351524353027,6.295266151428223,0,0,0,0,0,1,0,0,0,0 +1,1,0,0,1,0,3,6,42,291.2904052734375,184,5728,194.193603515625,0,1,0,0,5.674320697784424,3.7376697063446045,5.214935779571533,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,0,0,3,6,32,296.5674133300781,200,5052,197.35980224609375,0,1,1.3862943649291992,0,5.692274570465088,3.465735912322998,5.2983174324035645,0,0,0,0,0,1,0,0,0,0 +10,1,0,1,0,0,3,6,37,306.0660095214844,448,5528,186.80580139160156,0,1,2.3025851249694824,0,5.7238006591796875,3.610917806625366,6.104793071746826,0,0,0,0,0,1,0,0,0,0 +3,1,0,1,0,1,3,6,23,274.40399169921875,3128,5352,182.58419799804688,0,1,1.0986123085021973,0,5.6146016120910645,3.1354942321777344,8.048149108886719,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,3,6,19,252.2406005859375,247,5549,167.80859375,0,1,0.6931471824645996,0,5.530383586883545,2.944438934326172,5.509388446807861,0,0,0,0,0,1,0,0,0,0 +4,1,0,1,1,0,3,6,25,305.0105895996094,2968,5310,203.69219970703125,0,1,1.3862943649291992,0,5.720346450805664,3.2188758850097656,7.995643615722656,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,1,0,3,6,21,258.572998046875,60,5628,173.08560180664062,0,1,0,0,5.555178165435791,3.044522523880005,4.094344615936279,0,0,0,0,0,1,0,0,0,0 +1,1,0,1,0,0,3,6,24,270.1824035644531,0,5352,180.47340393066406,0,1,0,0,5.59909725189209,3.178053855895996,0,0,0,0,0,0,1,0,0,0,0 +11,1,0,1,0,1,3,6,20,296.5674133300781,3037,5628,197.35980224609375,0,1,2.397895336151123,0,5.692274570465088,2.995732307434082,8.018625259399414,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,0,0,3,6,29,302.8998107910156,132,5728,191.02740478515625,0,1,-1.3862943649291992,0,5.713402271270752,3.367295742034912,4.8828020095825195,0,0,0,0,0,1,0,0,0,0 +8,1,0,0,1,0,3,6,53,269.12701416015625,2125,5428,179.41799926757812,0,1,2.079441547393799,0,5.595183372497559,3.97029185295105,7.661527156829834,0,0,0,0,0,1,0,0,0,0 +2,1,0,0,1,0,3,6,65,258.572998046875,370,5549,172.0301971435547,0,1,0.6931471824645996,0,5.555178165435791,4.174387454986572,5.913503170013428,0,0,0,0,0,1,0,0,0,0 +15,1,0,0,0,1,3,6,59,261.73919677734375,8559,5128,174.14100646972656,0,1,2.70805025100708,0,5.567348480224609,4.077537536621094,9.054738998413086,0,0,0,0,0,1,0,0,0,0 +25,1,0,0,0,1,3,6,43,308.1767883300781,6430,5349,205.80299377441406,0,1,3.2188758850097656,0,5.730673789978027,3.761200189590454,8.768730163574219,0,0,0,0,0,1,0,0,0,0 +11,1,0,0,0,0,3,6,22,260.6838073730469,1278,5352,174.14100646972656,0,1,2.397895336151123,0,5.563308238983154,3.0910425186157227,7.153051853179932,0,0,0,0,0,1,0,0,0,0 +3,1,0,0,0,0,3,6,60,261.73919677734375,0,5349,174.14100646972656,0,1,1.0986123085021973,0,5.567348480224609,4.094344615936279,0,0,0,0,0,0,1,0,0,0,0 +15,1,0,NA,NA,0,3,6,28,263.8500061035156,97,5628,176.25180053710938,0,1,2.70805025100708,0,5.575380802154541,3.332204580307007,4.574710845947266,0,0,0,0,0,1,0,0,0,0 +10,1,0,0,1,0,3,6,45,253.29600524902344,884,5528,168.86399841308594,0,1,2.3025851249694824,0,5.5345587730407715,3.8066625595092773,6.784457206726074,0,0,0,0,0,1,0,0,0,0 +5,1,0,0,0,1,3,6,66,283.902587890625,3466,5440,189.9720001220703,0,1,1.6094379425048828,0,5.6486310958862305,4.18965482711792,8.1507568359375,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,0,0,3,6,56,251.18519592285156,155,5010,167.80859375,0,1,0.6931471824645996,0,5.526190280914307,4.025351524353027,5.0434250831604,0,0,0,0,0,1,0,0,0,0 +21,1,0,0,1,1,3,6,60,258.572998046875,1260,5628,172.0301971435547,0,1,3.044522523880005,0,5.555178165435791,4.094344615936279,7.138866901397705,0,0,0,0,0,1,0,0,0,0 +18,1,0,1,1,0,3,6,36,281.79180908203125,177,5528,184.69500732421875,0,1,2.890371799468994,0,5.641168594360352,3.5835189819335938,5.176149845123291,0,0,0,0,0,1,0,0,0,0 +4,1,0,0,0,0,3,6,28,262.7945861816406,0,5410,175.19639587402344,0,1,1.3862943649291992,0,5.5713725090026855,3.332204580307007,0,0,0,0,0,0,1,0,0,0,0 +6,1,0,1,1,1,3,6,61,259.6283874511719,2380,5349,173.08560180664062,0,1,1.7917594909667969,0,5.559251308441162,4.110873699188232,7.774855613708496,0,0,0,0,0,1,0,0,0,0 +0.25,1,0,1,0,0,3,6,21,292.3457946777344,119,5649,194.193603515625,0,1,-1.3862943649291992,0,5.6779375076293945,3.044522523880005,4.779123306274414,0,0,0,0,0,1,0,0,0,0 +5,1,0,1,0,0,3,6,19,298.6781921386719,258,5552,172.0301971435547,0,1,1.6094379425048828,0,5.699366569519043,2.944438934326172,5.552959442138672,0,0,0,0,0,1,0,0,0,0 +2,1,0,1,1,0,3,6,26,274.40399169921875,57,5346,176.25180053710938,0,1,0.6931471824645996,0,5.6146016120910645,3.25809645652771,4.043051242828369,0,0,0,0,0,1,0,0,0,0 +5,1,0,1,0,0,3,6,30,252.2406005859375,257,5252,167.80859375,0,1,1.6094379425048828,0,5.530383586883545,3.4011974334716797,5.549076080322266,0,0,0,0,0,1,0,0,0,0 +2,1,0,0,1,0,3,8,48,284.9580078125,286,9010,189.9720001220703,0,1,0.6931471824645996,0,5.652341842651367,3.8712010383605957,5.655992031097412,0,0,0,0,0,0,0,0,0,0 +5,1,0,0,1,0,1,8,56,278.6256103515625,287,9010,185.75039672851562,0,1,1.6094379425048828,0,5.629868984222412,4.025351524353027,5.659482002258301,0,0,0,0,0,0,0,1,0,0 +2,1,0,1,1,0,1,8,52,272.293212890625,253,9032,163.58700561523438,0,1,0.6931471824645996,0,5.606879711151123,3.9512436389923096,5.533389568328857,0,0,0,0,0,0,0,1,0,0 +1,1,0,0,0,0,1,8,26,246.96359252929688,262,9040,164.64239501953125,0,1,0,0,5.509241104125977,3.25809645652771,5.568344593048096,0,0,0,0,0,0,0,1,0,0 +3,1,0,1,0,0,1,8,52,267.0162048339844,200,9052,177.3072052001953,0,1,1.0986123085021973,0,5.58730936050415,3.9512436389923096,5.2983174324035645,0,0,0,0,0,0,0,1,0,0 +1,1,0,1,1,0,1,8,29,293.4012145996094,279,9019,162.53160095214844,0,1,0,0,5.6815409660339355,3.367295742034912,5.631211757659912,0,0,0,0,0,0,0,1,0,0 +56,1,0,0,0,0,1,8,49,245.908203125,2081,9010,149.86680603027344,0,1,4.025351524353027,0,5.504958152770996,3.891820192337036,7.640604019165039,0,0,0,0,0,0,0,1,0,0 +5,1,0,0,1,0,1,8,37,253.29600524902344,837,9010,168.86399841308594,0,1,1.6094379425048828,0,5.5345587730407715,3.610917806625366,6.729824066162109,0,0,0,0,0,0,0,1,0,0 +27,1,0,1,1,0,2,8,65,295.5119934082031,1428,9049,197.35980224609375,0,1,3.295836925506592,0,5.688709259033203,4.174387454986572,7.2640299797058105,0,0,0,0,0,0,0,0,1,0 +8,1,0,1,1,0,3,8,56,263.8500061035156,0,9052,176.25180053710938,0,1,2.079441547393799,0,5.575380802154541,4.025351524353027,0,0,0,0,0,0,0,0,0,0,0 +40,1,0,1,NA,0,3,8,28,263.8500061035156,542,9052,175.19639587402344,0,1,3.6888794898986816,0,5.575380802154541,3.332204580307007,6.295266151428223,0,0,0,0,0,0,0,0,0,0 +7,1,0,1,0,0,3,8,23,253.29600524902344,1819,9052,168.86399841308594,0,1,1.945910096168518,0,5.5345587730407715,3.1354942321777344,7.506042003631592,0,0,0,0,0,0,0,0,0,0 +3,1,0,1,1,0,3,8,32,273.3486022949219,138,9052,181.52879333496094,0,1,1.0986123085021973,0,5.610747814178467,3.465735912322998,4.927253723144531,0,0,0,0,0,0,0,0,0,0 +35,1,0,1,1,1,3,8,23,295.5119934082031,8460,9040,197.35980224609375,0,1,3.5553481578826904,0,5.688709259033203,3.1354942321777344,9.04310417175293,0,0,0,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,8,31,263.8500061035156,407,9052,177.3072052001953,0,1,0.6931471824645996,0,5.575380802154541,3.4339871406555176,6.008813381195068,0,0,0,0,0,0,0,0,0,0 +1,1,0,1,0,0,3,8,19,282.8471984863281,0,9010,186.80580139160156,0,1,0,0,5.644906997680664,2.944438934326172,0,0,0,0,0,0,0,0,0,0,0 +2,1,0,1,1,0,3,8,61,292.3457946777344,155,9049,211.0800018310547,0,1,0.6931471824645996,0,5.6779375076293945,4.110873699188232,5.0434250831604,0,0,0,0,0,0,0,0,0,0 +6,1,0,1,1,0,3,8,40,260.6838073730469,3000,9052,168.86399841308594,0,1,1.7917594909667969,0,5.563308238983154,3.6888794898986816,8.006367683410645,0,0,0,0,0,0,0,0,0,0 +18,1,0,1,1,0,3,8,21,263.8500061035156,0,9010,180.47340393066406,0,1,2.890371799468994,0,5.575380802154541,3.044522523880005,0,0,0,0,0,0,0,0,0,0,0 +14,1,0,0,0,1,3,8,36,281.79180908203125,10401,9028,187.8612060546875,0,1,2.6390573978424072,0,5.641168594360352,3.5835189819335938,9.24965763092041,0,0,0,0,0,0,0,0,0,0 +0.25,1,0,1,NA,1,3,8,59,290.2349853515625,137,9004,181.52879333496094,0,1,-1.3862943649291992,0,5.670691013336182,4.077537536621094,4.919981002807617,0,0,0,0,0,0,0,0,0,0 +2,1,0,0,1,0,3,8,40,256.4621887207031,717,9049,174.14100646972656,0,1,0.6931471824645996,0,5.546981334686279,3.6888794898986816,6.575075626373291,0,0,0,0,0,0,0,0,0,0 +22,1,0,0,1,0,3,7,59,293.4012145996094,3015,8034,191.02740478515625,0,1,3.0910425186157227,0,5.6815409660339355,4.077537536621094,8.01135540008545,0,0,0,0,0,0,1,0,0,0 +1,1,0,1,0,0,1,7,26,283.902587890625,49,6400,188.91659545898438,0,1,0,0,5.6486310958862305,3.25809645652771,3.891820192337036,0,0,0,0,0,0,1,1,0,0 +13,1,0,0,1,0,1,7,39,267.0162048339844,3330,8034,178.3625946044922,0,1,2.5649492740631104,0,5.58730936050415,3.6635615825653076,8.110727310180664,0,0,0,0,0,0,1,1,0,0 +10,1,0,0,1,0,1,7,41,281.79180908203125,1747,8031,149.86680603027344,0,1,2.3025851249694824,0,5.641168594360352,3.7135720252990723,7.465655326843262,0,0,0,0,0,0,1,1,0,0 +2,1,0,1,1,0,1,7,42,284.9580078125,249,8052,189.9720001220703,0,1,0.6931471824645996,0,5.652341842651367,3.7376697063446045,5.517452716827393,0,0,0,0,0,0,1,1,0,0 +11,1,0,0,NA,0,3,7,38,246.96359252929688,272,6700,194.193603515625,0,1,2.397895336151123,0,5.509241104125977,3.6375861167907715,5.605802059173584,0,0,0,0,0,0,1,0,0,0 +12,1,0,0,0,0,3,7,61,295.5119934082031,120,8090,197.35980224609375,0,1,2.4849066734313965,0,5.688709259033203,4.110873699188232,4.787491798400879,0,0,0,0,0,0,1,0,0,0 +5,0,1,1,1,1,1,1,38,1136.062744140625,5515.625,1425,225.1656036376953,0,1,1.6094379425048828,0,7.035323619842529,3.6375861167907715,8.615340232849121,1,0,0,0,0,0,0,1,0,7.035323619842529 +15,0,1,1,1,0,1,1,63,750.552001953125,1839.2857666015625,1304,211.51919555664062,0,1,2.70805025100708,0,6.620809078216553,4.143134593963623,7.517132759094238,1,0,0,0,0,0,0,1,0,6.620809078216553 +11,0,1,1,1,0,1,1,69,759.64959716796875,290.1785583496094,1107,173.99159240722656,0,1,2.397895336151123,0,6.632857322692871,4.234106540679932,5.670496463775635,1,0,0,0,0,0,0,1,0,6.632857322692871 +1,0,1,1,1,0,1,1,58,792.62841796875,181.91964721679688,1804,211.51919555664062,0,1,0,0,6.675354480743408,4.060442924499512,5.2035651206970215,1,0,0,0,0,0,0,1,0,6.675354480743408 +8,0,1,1,1,1,2,1,57,1017.7940063476562,4818.08056640625,1440,225.1656036376953,0,1,2.079441547393799,0,6.9253926277160645,4.043051242828369,8.480131149291992,1,0,0,0,0,0,0,0,1,6.9253926277160645 +9,0,1,1,1,0,2,1,44,730.0823974609375,389.5089416503906,1007,225.1656036376953,0,1,2.1972246170043945,0,6.5931572914123535,3.7841897010803223,5.964886665344238,1,0,0,0,0,0,0,0,1,6.5931572914123535 +0.25,0,1,1,1,0,3,1,30,742.59161376953125,33.48214340209961,1210,225.1656036376953,0,1,-1.3862943649291992,0,6.6101460456848145,3.4011974334716797,3.511012315750122,1,0,0,0,0,0,0,0,0,6.6101460456848145 +3,0,1,1,1,0,3,1,51,716.43597412109375,218.75,1410,211.51919555664062,0,1,1.0986123085021973,0,6.574288845062256,3.931825637817383,5.387929439544678,1,0,0,0,0,0,0,0,0,6.574288845062256 +0.25,0,1,1,1,0,3,1,23,747.140380859375,984.375,1904,218.3424072265625,0,1,-1.3862943649291992,0,6.616252899169922,3.1354942321777344,6.892006874084473,1,0,0,0,0,0,0,0,0,6.616252899169922 +0.25,0,1,1,1,0,3,1,28,692.5548095703125,200.89285278320312,1110,225.1656036376953,0,1,-1.3862943649291992,0,6.540387153625488,3.332204580307007,5.30277156829834,1,0,0,0,0,0,0,0,0,6.540387153625488 +11,0,1,1,1,0,1,2,48,693.6920166015625,2791.294677734375,2552,211.51919555664062,0,1,2.397895336151123,0,6.542027950286865,3.8712010383605957,7.934260845184326,0,1,0,0,0,0,0,1,0,6.542027950286865 +1,0,1,1,1,0,1,2,64,743.72882080078125,297.9910583496094,2349,176.26600646972656,0,1,0,0,6.6116766929626465,4.158883094787598,5.697063446044922,0,1,0,0,0,0,0,1,0,6.6116766929626465 +22,0,1,1,0,1,2,2,25,652.7528076171875,2064.732177734375,2552,205.8332061767578,0,1,3.0910425186157227,0,6.481198310852051,3.2188758850097656,7.632755756378174,0,1,0,0,0,0,0,0,1,6.481198310852051 +19,0,1,1,1,1,2,2,61,876.78118896484375,12130.580078125,2128,211.51919555664062,0,1,2.944438934326172,0,6.776257514953613,4.110873699188232,9.403485298156738,0,1,0,0,0,0,0,0,1,6.776257514953613 +7,0,1,1,1,0,3,2,40,695.96636962890625,2402.90185546875,2010,231.98880004882812,0,1,1.945910096168518,0,6.54530143737793,3.6888794898986816,7.784432411193848,0,1,0,0,0,0,0,0,0,6.54530143737793 +3,0,1,1,1,0,3,2,61,781.25640869140625,504.46429443359375,2352,211.51919555664062,0,1,1.0986123085021973,0,6.660903453826904,4.110873699188232,6.223496913909912,0,1,0,0,0,0,0,0,0,6.660903453826904 +2,0,1,1,1,0,1,3,52,761.92401123046875,122.76786041259766,3210,211.51919555664062,0,1,0.6931471824645996,0,6.6358466148376465,3.9512436389923096,4.810295104980469,0,0,1,0,0,0,0,1,0,6.6358466148376465 +71,0,1,1,1,1,1,3,64,746.003173828125,1440.8482666015625,3602,211.51919555664062,0,1,4.2626800537109375,0,6.614729881286621,4.158883094787598,7.272987365722656,0,0,1,0,0,0,0,1,0,6.614729881286621 +7,0,1,1,0,1,1,3,47,1022.3427734375,22521.205078125,3640,205.8332061767578,0,1,1.945910096168518,0,6.92985200881958,3.8501474857330322,10.022212982177734,0,0,1,0,0,0,0,1,0,6.92985200881958 +2,0,1,1,1,0,1,3,38,1018.9312133789062,64.73213958740234,3640,238.81199645996094,0,1,0.6931471824645996,0,6.926509380340576,3.6375861167907715,4.170258045196533,0,0,1,0,0,0,0,1,0,6.926509380340576 +3,0,1,1,0,0,1,3,31,1050.7728271484375,424.1071472167969,3628,285.43719482421875,0,1,1.0986123085021973,0,6.957281112670898,3.4339871406555176,6.049986362457275,0,0,1,0,0,0,0,1,0,6.957281112670898 +10,0,1,1,1,0,1,3,32,783.53082275390625,632.8125,3428,238.81199645996094,0,1,2.3025851249694824,0,6.6638102531433105,3.465735912322998,6.450174331665039,0,0,1,0,0,0,0,1,0,6.6638102531433105 +2,0,1,1,1,0,1,3,38,666.399169921875,78.125,3152,218.3424072265625,0,1,0.6931471824645996,0,6.501888751983643,3.6375861167907715,4.358310222625732,0,0,1,0,0,0,0,1,0,6.501888751983643 +18,0,1,1,1,0,1,3,56,650.4783935546875,50.22321319580078,3152,211.51919555664062,0,1,2.890371799468994,0,6.477707862854004,4.025351524353027,3.9164774417877197,0,0,1,0,0,0,0,1,0,6.477707862854004 +1,0,1,1,1,0,1,3,57,904.073974609375,426.33929443359375,3628,211.51919555664062,0,1,0,0,6.806910991668701,4.043051242828369,6.055235385894775,0,0,1,0,0,0,0,1,0,6.806910991668701 +8,0,1,1,0,0,1,3,32,639.10638427734375,1592.6339111328125,3640,205.8332061767578,0,1,2.079441547393799,0,6.460071086883545,3.465735912322998,7.373144626617432,0,0,1,0,0,0,0,1,0,6.460071086883545 +3,0,1,1,1,0,1,3,23,657.30157470703125,252.23214721679688,3540,225.1656036376953,0,1,1.0986123085021973,0,6.488142967224121,3.1354942321777344,5.5303497314453125,0,0,1,0,0,0,0,1,0,6.488142967224121 +32,0,1,1,1,0,1,3,25,732.3568115234375,3089.28564453125,3702,225.1656036376953,0,1,3.465735912322998,0,6.5962677001953125,3.2188758850097656,8.03569507598877,0,0,1,0,0,0,0,1,0,6.5962677001953125 +182,0,1,1,1,1,1,3,51,653.8900146484375,33482.14453125,3552,218.3424072265625,0,1,5.204006671905518,0,6.48293924331665,3.931825637817383,10.418767929077148,0,0,1,0,0,0,0,1,0,6.48293924331665 +10,0,1,1,1,1,1,3,37,682.32000732421875,3387.27685546875,3422,225.1656036376953,0,1,2.3025851249694824,0,6.525498867034912,3.610917806625366,8.127781867980957,0,0,1,0,0,0,0,1,0,6.525498867034912 +5,0,1,1,0,0,1,3,21,635.69482421875,196.42857360839844,3428,205.8332061767578,0,1,1.6094379425048828,0,6.454718589782715,3.044522523880005,5.280298709869385,0,0,1,0,0,0,0,1,0,6.454718589782715 +9,0,1,1,1,1,1,3,32,824.469970703125,604.91070556640625,3328,225.1656036376953,0,1,2.1972246170043945,0,6.714740753173828,3.465735912322998,6.405080795288086,0,0,1,0,0,0,0,1,0,6.714740753173828 +5,0,1,1,1,0,1,3,44,666.399169921875,491.0714416503906,3549,218.3424072265625,0,1,1.6094379425048828,0,6.501888751983643,3.7841897010803223,6.196589469909668,0,0,1,0,0,0,0,1,0,6.501888751983643 +2,0,1,1,1,0,1,3,29,664.12481689453125,329.2410583496094,3428,225.1656036376953,0,1,0.6931471824645996,0,6.498470306396484,3.367295742034912,5.79679012298584,0,0,1,0,0,0,0,1,0,6.498470306396484 +2,0,1,1,1,0,1,3,56,1132.6512451171875,239.95535278320312,3640,211.51919555664062,0,1,0.6931471824645996,0,7.032316207885742,4.025351524353027,5.480453014373779,0,0,1,0,0,0,0,1,0,7.032316207885742 +2,0,1,1,1,0,1,3,33,682.32000732421875,123.88392639160156,3640,225.1656036376953,0,1,0.6931471824645996,0,6.525498867034912,3.4965076446533203,4.819344997406006,0,0,1,0,0,0,0,1,0,6.525498867034912 +5,0,1,1,1,0,1,3,64,659.57598876953125,993.3035888671875,3713,211.51919555664062,0,1,1.6094379425048828,0,6.4915971755981445,4.158883094787598,6.901036262512207,0,0,1,0,0,0,0,1,0,6.4915971755981445 +5,0,1,1,1,0,1,3,23,672.085205078125,1040.1785888671875,3640,218.3424072265625,0,1,1.6094379425048828,0,6.510385036468506,3.1354942321777344,6.947147846221924,0,0,1,0,0,0,0,1,0,6.510385036468506 +1,0,1,1,0,0,1,3,24,674.359619140625,286.8303527832031,3613,205.8332061767578,0,1,0,0,6.513763427734375,3.178053855895996,5.658890724182129,0,0,1,0,0,0,0,1,0,6.513763427734375 +1,0,1,1,0,0,1,3,20,676.63397216796875,215.4017791748047,3640,205.8332061767578,0,1,0,0,6.517130374908447,2.995732307434082,5.372505187988281,0,0,1,0,0,0,0,1,0,6.517130374908447 +0.25,0,1,1,1,0,1,3,22,659.57598876953125,193.08035278320312,3540,218.3424072265625,0,1,-1.3862943649291992,0,6.4915971755981445,3.0910425186157227,5.263106346130371,0,0,1,0,0,0,0,1,0,6.4915971755981445 +0.25,0,1,1,1,0,1,3,22,753.963623046875,387.27679443359375,3543,218.3424072265625,0,1,-1.3862943649291992,0,6.625344276428223,3.0910425186157227,5.959139823913574,0,0,1,0,0,0,0,1,0,6.625344276428223 +11,0,1,1,1,1,1,3,26,781.25640869140625,2972.09814453125,3628,218.3424072265625,0,1,2.397895336151123,0,6.660903453826904,3.25809645652771,7.997023582458496,0,0,1,0,0,0,0,1,0,6.660903453826904 +11,0,1,1,1,1,1,3,46,643.65521240234375,718.75,3613,218.3424072265625,0,1,2.397895336151123,0,6.4671630859375,3.828641414642334,6.577513694763184,0,0,1,0,0,0,0,1,0,6.4671630859375 +3,0,1,1,0,0,2,3,22,691.4176025390625,303.5714416503906,3749,205.8332061767578,0,1,1.0986123085021973,0,6.53874397277832,3.0910425186157227,5.7156171798706055,0,0,1,0,0,0,0,0,1,6.53874397277832 +6,0,1,1,1,1,2,3,50,846.0767822265625,2033.482177734375,3646,218.3424072265625,0,1,1.7917594909667969,0,6.740610122680664,3.9120230674743652,7.617505073547363,0,0,1,0,0,0,0,0,1,6.740610122680664 +3,0,1,1,1,0,2,3,38,785.80517578125,312.5,3252,218.3424072265625,0,1,1.0986123085021973,0,6.666708946228027,3.6375861167907715,5.744604587554932,0,0,1,0,0,0,0,0,1,6.666708946228027 +10,0,1,1,1,0,2,3,55,785.80517578125,948.66070556640625,3116,225.1656036376953,0,1,2.3025851249694824,0,6.666708946228027,4.007333278656006,6.855051040649414,0,0,1,0,0,0,0,0,1,6.666708946228027 +13,0,1,1,1,0,2,3,34,833.567626953125,3404.017822265625,3728,235.40040588378906,0,1,2.5649492740631104,0,6.725714683532715,3.526360511779785,8.132711410522461,0,0,1,0,0,0,0,0,1,6.725714683532715 +4,0,1,1,1,0,1,3,37,644.79241943359375,368.3035583496094,3152,238.81199645996094,0,1,1.3862943649291992,0,6.468928337097168,3.610917806625366,5.908907413482666,0,0,1,0,0,0,0,1,0,6.468928337097168 +33,0,1,1,1,0,1,3,43,665.26202392578125,2196.428466796875,3602,231.98880004882812,0,1,3.4965076446533203,0,6.500181198120117,3.761200189590454,7.694587707519531,0,0,1,0,0,0,0,1,0,6.500181198120117 +15,0,1,1,0,0,1,3,21,954.11077880859375,1141.7410888671875,3116,205.8332061767578,0,1,2.70805025100708,0,6.860779762268066,3.044522523880005,7.040309429168701,0,0,1,0,0,0,0,1,0,6.860779762268066 +2,0,1,1,1,0,2,3,50,709.61279296875,287.9464416503906,3440,211.51919555664062,0,1,0.6931471824645996,0,6.5647196769714355,3.9120230674743652,5.662774562835693,0,0,1,0,0,0,0,0,1,6.5647196769714355 +3,0,1,1,1,0,2,3,40,757.37518310546875,245.5357208251953,3549,225.1656036376953,0,1,1.0986123085021973,0,6.62985897064209,3.6888794898986816,5.503442287445068,0,0,1,0,0,0,0,0,1,6.62985897064209 +0.25,0,1,1,1,0,2,3,27,691.4176025390625,286.8303527832031,3549,218.3424072265625,0,1,-1.3862943649291992,0,6.53874397277832,3.295836925506592,5.658890724182129,0,0,1,0,0,0,0,0,1,6.53874397277832 +2,0,1,1,0,0,2,3,40,846.0767822265625,203.125,3540,205.8332061767578,0,1,0.6931471824645996,0,6.740610122680664,3.6888794898986816,5.313821315765381,0,0,1,0,0,0,0,0,1,6.740610122680664 +6,0,1,1,1,0,2,3,43,749.414794921875,391.7410583496094,3540,225.1656036376953,0,1,1.7917594909667969,0,6.619292736053467,3.761200189590454,5.9706010818481445,0,0,1,0,0,0,0,0,1,6.619292736053467 +8,0,1,1,0,1,2,3,23,835.84197998046875,9060.267578125,3604,205.8332061767578,0,1,2.079441547393799,0,6.728439807891846,3.1354942321777344,9.111654281616211,0,0,1,0,0,0,0,0,1,6.728439807891846 +3,0,1,1,1,0,2,3,52,648.2039794921875,787.9464111328125,3116,205.8332061767578,0,1,1.0986123085021973,0,6.474205493927002,3.9512436389923096,6.669430255889893,0,0,1,0,0,0,0,0,1,6.474205493927002 +4,0,1,1,1,0,2,3,25,660.71319580078125,924.10711669921875,3740,225.1656036376953,0,1,1.3862943649291992,0,6.493319988250732,3.2188758850097656,6.828827857971191,0,0,1,0,0,0,0,0,1,6.493319988250732 +7,0,1,1,1,0,2,3,36,644.79241943359375,787.9464111328125,3328,218.3424072265625,0,1,1.945910096168518,0,6.468928337097168,3.5835189819335938,6.669430255889893,0,0,1,0,0,0,0,0,1,6.468928337097168 +6,0,1,1,1,0,2,3,32,650.4783935546875,803.5714111328125,3152,231.98880004882812,0,1,1.7917594909667969,0,6.477707862854004,3.465735912322998,6.689065933227539,0,0,1,0,0,0,0,0,1,6.477707862854004 +4,0,1,1,1,0,2,3,59,636.83197021484375,122.76786041259766,3110,211.51919555664062,0,1,1.3862943649291992,0,6.45650577545166,4.077537536621094,4.810295104980469,0,0,1,0,0,0,0,0,1,6.45650577545166 +5,0,1,1,1,0,2,3,44,711.88720703125,0,3228,218.3424072265625,0,1,1.6094379425048828,0,6.5679192543029785,3.7841897010803223,0,0,0,1,0,0,0,0,0,1,6.5679192543029785 +17,0,1,1,1,1,2,3,38,728.9451904296875,985.4910888671875,3428,238.81199645996094,0,1,2.8332133293151855,0,6.5915985107421875,3.6375861167907715,6.8931403160095215,0,0,1,0,0,0,0,0,1,6.5915985107421875 +36,0,1,1,1,0,2,3,50,703.92681884765625,370.53570556640625,3602,211.51919555664062,0,1,3.5835189819335938,0,6.556674480438232,3.9120230674743652,5.914949893951416,0,0,1,0,0,0,0,0,1,6.556674480438232 +1,0,1,1,1,1,2,3,47,703.92681884765625,219.86607360839844,3640,176.26600646972656,0,1,0,0,6.556674480438232,3.8501474857330322,5.39301872253418,0,0,1,0,0,0,0,0,1,6.556674480438232 +8,0,1,1,1,0,2,3,52,647.0667724609375,1361.607177734375,3528,218.3424072265625,0,1,2.079441547393799,0,6.47244930267334,3.9512436389923096,7.216421127319336,0,0,1,0,0,0,0,0,1,6.47244930267334 +8,0,1,1,1,0,2,3,42,918.85760498046875,244.41964721679688,3210,218.3424072265625,0,1,2.079441547393799,0,6.823131084442139,3.7376697063446045,5.498886585235596,0,0,1,0,0,0,0,0,1,6.823131084442139 +4,0,1,1,1,0,3,3,54,683.45721435546875,323.66070556640625,3240,205.8332061767578,0,1,1.3862943649291992,0,6.527163982391357,3.9889841079711914,5.779695987701416,0,0,1,0,0,0,0,0,0,6.527163982391357 +5,0,1,1,1,0,3,3,46,653.8900146484375,438.6160583496094,3728,231.98880004882812,0,1,1.6094379425048828,0,6.48293924331665,3.828641414642334,6.083624362945557,0,0,1,0,0,0,0,0,0,6.48293924331665 +3,0,1,1,1,0,3,3,33,788.07958984375,190.8482208251953,3613,287.71160888671875,0,1,1.0986123085021973,0,6.6695990562438965,3.4965076446533203,5.251478672027588,0,0,1,0,0,0,0,0,0,6.6695990562438965 +6,0,1,1,1,0,3,3,56,667.536376953125,654.01788330078125,3210,225.1656036376953,0,1,1.7917594909667969,0,6.503593921661377,4.025351524353027,6.483134746551514,0,0,1,0,0,0,0,0,0,6.503593921661377 +182,0,1,1,0,0,3,3,60,695.96636962890625,13113.8388671875,3449,205.8332061767578,0,1,5.204006671905518,0,6.54530143737793,4.094344615936279,9.481423377990723,0,0,1,0,0,0,0,0,0,6.54530143737793 +3,0,1,1,1,0,3,3,43,722.12200927734375,106.02678680419922,3449,211.51919555664062,0,1,1.0986123085021973,0,6.5821943283081055,3.761200189590454,4.663691997528076,0,0,1,0,0,0,0,0,0,6.5821943283081055 +8,0,1,1,0,0,3,3,32,703.92681884765625,248.88392639160156,3528,211.51919555664062,0,1,2.079441547393799,0,6.556674480438232,3.465735912322998,5.516986846923828,0,0,1,0,0,0,0,0,0,6.556674480438232 +14,0,1,1,1,0,3,3,42,925.6807861328125,632.8125,3128,231.98880004882812,0,1,2.6390573978424072,0,6.830529689788818,3.7376697063446045,6.450174331665039,0,0,1,0,0,0,0,0,0,6.830529689788818 +10,0,1,1,1,0,3,3,53,726.6707763671875,306.9196472167969,3152,225.1656036376953,0,1,2.3025851249694824,0,6.588473320007324,3.97029185295105,5.726585865020752,0,0,1,0,0,0,0,0,0,6.588473320007324 +17,0,1,1,1,0,3,3,61,666.399169921875,1718.75,3149,211.51919555664062,0,1,2.8332133293151855,0,6.501888751983643,4.110873699188232,7.449352741241455,0,0,1,0,0,0,0,0,0,6.501888751983643 +2,0,1,1,1,0,3,3,39,865.4091796875,154.01785278320312,3049,231.98880004882812,0,1,0.6931471824645996,0,6.763202667236328,3.6635615825653076,5.0370683670043945,0,0,1,0,0,0,0,0,0,6.763202667236328 +2,0,1,1,1,0,3,3,28,769.8843994140625,335.9375,3510,225.1656036376953,0,1,0.6931471824645996,0,6.646240234375,3.332204580307007,5.816925048828125,0,0,1,0,0,0,0,0,0,6.646240234375 +10,0,1,1,1,0,3,3,44,740.31719970703125,1443.080322265625,3228,231.98880004882812,0,1,2.3025851249694824,0,6.607078552246094,3.7841897010803223,7.274535179138184,0,0,1,0,0,0,0,0,0,6.607078552246094 +6,0,1,1,1,0,3,3,34,649.3411865234375,1085.9375,3610,231.98880004882812,0,1,1.7917594909667969,0,6.475958347320557,3.526360511779785,6.990199089050293,0,0,1,0,0,0,0,0,0,6.475958347320557 +26,0,1,1,1,1,3,3,30,805.1375732421875,5616.0712890625,3352,238.81199645996094,0,1,3.25809645652771,0,6.691013336181641,3.4011974334716797,8.633387565612793,0,0,1,0,0,0,0,0,0,6.691013336181641 +3,0,1,1,0,1,3,3,23,699.37799072265625,187.5,3540,205.8332061767578,0,1,1.0986123085021973,0,6.550191402435303,3.1354942321777344,5.233778953552246,0,0,1,0,0,0,0,0,0,6.550191402435303 +3,0,1,1,0,0,3,3,29,655.0272216796875,952.0089111328125,3010,205.8332061767578,0,1,1.0986123085021973,0,6.484676837921143,3.367295742034912,6.858574390411377,0,0,1,0,0,0,0,0,0,6.484676837921143 +7,0,1,1,1,0,3,3,47,746.003173828125,175.2232208251953,3616,218.3424072265625,0,1,1.945910096168518,0,6.614729881286621,3.8501474857330322,5.166060924530029,0,0,1,0,0,0,0,0,0,6.614729881286621 +1,0,1,1,1,0,3,3,42,685.73162841796875,329.2410583496094,3540,225.1656036376953,0,1,0,0,6.530486106872559,3.7376697063446045,5.79679012298584,0,0,1,0,0,0,0,0,0,6.530486106872559 +10,0,1,1,1,0,3,3,58,765.3355712890625,781.25,3428,218.3424072265625,0,1,2.3025851249694824,0,6.64031457901001,4.060442924499512,6.660895347595215,0,0,1,0,0,0,0,0,0,6.64031457901001 +0.25,0,1,1,1,0,3,3,60,675.496826171875,133.92857360839844,3110,204.6959991455078,0,1,-1.3862943649291992,0,6.515448570251465,4.094344615936279,4.897306442260742,0,0,1,0,0,0,0,0,0,6.515448570251465 +5,0,1,1,1,1,1,4,43,698.24078369140625,3345.982177734375,4834,218.3424072265625,0,1,1.6094379425048828,0,6.5485639572143555,3.761200189590454,8.11551570892334,0,0,0,1,0,0,0,1,0,6.5485639572143555 +4,0,1,1,1,1,1,4,38,815.37237548828125,2212.053466796875,4534,231.98880004882812,0,1,1.3862943649291992,0,6.703644752502441,3.6375861167907715,7.701676368713379,0,0,0,1,0,0,0,1,0,6.703644752502441 +6,0,1,1,1,1,1,4,39,675.496826171875,2405.134033203125,4634,231.98880004882812,0,1,1.7917594909667969,0,6.515448570251465,3.6635615825653076,7.785360813140869,0,0,0,1,0,0,0,1,0,6.515448570251465 +8,0,1,1,1,1,1,4,36,773.2960205078125,2183.03564453125,4634,231.98880004882812,0,1,2.079441547393799,0,6.650661945343018,3.5835189819335938,7.688471794128418,0,0,0,1,0,0,0,1,0,6.650661945343018 +5,0,1,1,0,0,1,4,50,666.399169921875,154.01785278320312,4834,231.98880004882812,0,1,1.6094379425048828,0,6.501888751983643,3.9120230674743652,5.0370683670043945,0,0,0,1,0,0,0,1,0,6.501888751983643 +0.25,0,1,1,1,0,1,4,20,724.39642333984375,106.02678680419922,4840,225.1656036376953,0,1,-1.3862943649291992,0,6.585338592529297,2.995732307434082,4.663691997528076,0,0,0,1,0,0,0,1,0,6.585338592529297 +10,0,1,1,1,0,1,4,37,727.8079833984375,5984.375,4846,231.98880004882812,0,1,2.3025851249694824,0,6.5900373458862305,3.610917806625366,8.696907043457031,0,0,0,1,0,0,0,1,0,6.5900373458862305 +3,0,1,1,1,0,1,4,50,752.826416015625,492.1875,4952,218.3424072265625,0,1,1.0986123085021973,0,6.623834609985352,3.9120230674743652,6.198859691619873,0,0,0,1,0,0,0,1,0,6.623834609985352 +7,0,1,1,1,1,1,4,35,844.9395751953125,1897.3214111328125,4834,231.98880004882812,0,1,1.945910096168518,0,6.739264965057373,3.5553481578826904,7.548198223114014,0,0,0,1,0,0,0,1,0,6.739264965057373 +2,0,1,1,NA,0,1,4,36,664.12481689453125,371.65179443359375,4428,205.8332061767578,0,1,0.6931471824645996,0,6.498470306396484,3.5835189819335938,5.917957305908203,0,0,0,1,0,0,0,1,0,6.498470306396484 +8,0,1,1,1,1,2,4,38,758.51239013671875,2258.928466796875,4634,231.98880004882812,0,1,2.079441547393799,0,6.631359100341797,3.6375861167907715,7.7226457595825195,0,0,0,1,0,0,0,0,1,6.631359100341797 +50,0,1,1,1,1,1,4,57,755.100830078125,4889.5087890625,4128,218.3424072265625,0,1,3.9120230674743652,0,6.6268510818481445,4.043051242828369,8.494847297668457,0,0,0,1,0,0,0,1,0,6.6268510818481445 +6,0,1,1,1,1,1,4,48,1112.181640625,2078.125,4634,225.1656036376953,0,1,1.7917594909667969,0,7.014078617095947,3.8712010383605957,7.63922119140625,0,0,0,1,0,0,0,1,0,7.014078617095947 +10,0,1,1,1,1,2,4,33,667.536376953125,2284.59814453125,4834,211.51919555664062,0,1,2.3025851249694824,0,6.503593921661377,3.4965076446533203,7.733945369720459,0,0,0,1,0,0,0,0,1,6.503593921661377 +9,0,1,1,0,0,2,4,40,771.0216064453125,353.7946472167969,4052,225.1656036376953,0,1,2.1972246170043945,0,6.647716522216797,3.6888794898986816,5.868716716766357,0,0,0,1,0,0,0,0,1,6.647716522216797 +157,0,1,1,0,0,2,4,64,775.57037353515625,11160.7138671875,4861,201.28439331054688,0,1,5.056245803833008,0,6.653598785400391,4.158883094787598,9.320155143737793,0,0,0,1,0,0,0,0,1,6.653598785400391 +7,0,1,1,1,1,2,4,60,641.38079833984375,2510.044677734375,4552,211.51919555664062,0,1,1.945910096168518,0,6.463623523712158,4.094344615936279,7.8280558586120605,0,0,0,1,0,0,0,0,1,6.463623523712158 +7,0,1,1,1,1,2,4,53,700.51519775390625,2225.446533203125,4852,211.51919555664062,0,1,1.945910096168518,0,6.551815986633301,3.97029185295105,7.707712650299072,0,0,0,1,0,0,0,0,1,6.551815986633301 +23,0,1,1,1,1,2,4,66,775.57037353515625,2321.428466796875,4834,211.51919555664062,0,1,3.1354942321777344,0,6.653598785400391,4.18965482711792,7.749938011169434,0,0,0,1,0,0,0,0,1,6.653598785400391 +5,0,1,1,1,0,2,4,33,688.0059814453125,39.0625,4152,231.98880004882812,0,1,1.6094379425048828,0,6.533797740936279,3.4965076446533203,3.665163040161133,0,0,0,1,0,0,0,0,1,6.533797740936279 +12,0,1,1,0,1,2,4,33,753.963623046875,2390.625,4652,205.8332061767578,0,1,2.4849066734313965,0,6.625344276428223,3.4965076446533203,7.77931022644043,0,0,0,1,0,0,0,0,1,6.625344276428223 +6,0,1,1,1,0,2,4,36,748.277587890625,2619.419677734375,4834,225.1656036376953,0,1,1.7917594909667969,0,6.61777400970459,3.5835189819335938,7.870707988739014,0,0,0,1,0,0,0,0,1,6.61777400970459 +182,0,1,1,1,0,2,4,30,644.79241943359375,3469.865966796875,4113,225.1656036376953,0,1,5.204006671905518,0,6.468928337097168,3.4011974334716797,8.151871681213379,0,0,0,1,0,0,0,0,1,6.468928337097168 +8,0,1,1,0,1,2,4,35,668.673583984375,822.54461669921875,4834,211.51919555664062,0,1,2.079441547393799,0,6.505296230316162,3.5553481578826904,6.712402820587158,0,0,0,1,0,0,0,0,1,6.505296230316162 +16,0,1,1,0,0,2,4,31,864.27197265625,1294.642822265625,4128,205.8332061767578,0,1,2.7725887298583984,0,6.761887550354004,3.4339871406555176,7.165990352630615,0,0,0,1,0,0,0,0,1,6.761887550354004 +182,0,1,1,0,0,2,4,31,864.27197265625,11723.2138671875,4128,205.8332061767578,0,1,5.204006671905518,0,6.761887550354004,3.4339871406555176,9.3693265914917,0,0,0,1,0,0,0,0,1,6.761887550354004 +2,0,1,1,1,1,3,4,52,797.17718505859375,2272.321533203125,4428,211.51919555664062,0,1,0.6931471824645996,0,6.681077003479004,3.9512436389923096,7.728557109832764,0,0,0,1,0,0,0,0,0,6.681077003479004 +3,0,1,1,1,0,3,4,42,701.65240478515625,197.54464721679688,4410,218.3424072265625,0,1,1.0986123085021973,0,6.553438186645508,3.7376697063446045,5.285964488983154,0,0,0,1,0,0,0,0,0,6.553438186645508 +8,0,1,1,1,1,3,4,50,831.293212890625,3495.53564453125,4634,211.51919555664062,0,1,2.079441547393799,0,6.722982406616211,3.9120230674743652,8.159241676330566,0,0,0,1,0,0,0,0,0,6.722982406616211 +3,0,1,1,1,0,3,4,30,720.98480224609375,2437.5,4852,225.1656036376953,0,1,1.0986123085021973,0,6.580617904663086,3.4011974334716797,7.798727989196777,0,0,0,1,0,0,0,0,0,6.580617904663086 +6,0,1,1,1,1,3,4,29,675.496826171875,2401.78564453125,4846,225.1656036376953,0,1,1.7917594909667969,0,6.515448570251465,3.367295742034912,7.783967971801758,0,0,0,1,0,0,0,0,0,6.515448570251465 +1,0,1,1,1,0,3,4,51,686.8687744140625,3763.392822265625,4452,211.51919555664062,0,1,0,0,6.5321431159973145,3.931825637817383,8.233076095581055,0,0,0,1,0,0,0,0,0,6.5321431159973145 +10,0,1,1,1,1,3,4,41,636.83197021484375,1869.419677734375,4834,238.81199645996094,0,1,2.3025851249694824,0,6.45650577545166,3.7135720252990723,7.533383369445801,0,0,0,1,0,0,0,0,0,6.45650577545166 +6,0,1,1,NA,0,3,4,40,933.64117431640625,162.94642639160156,4428,211.51919555664062,0,1,1.7917594909667969,0,6.839092254638672,3.6888794898986816,5.093421459197998,0,0,0,1,0,0,0,0,0,6.839092254638672 +3,0,1,1,1,0,1,5,60,649.3411865234375,349.3303527832031,4252,211.51919555664062,0,1,1.0986123085021973,0,6.475958347320557,4.094344615936279,5.85601806640625,0,0,0,0,1,0,0,1,0,6.475958347320557 +2,0,1,1,NA,0,1,5,52,656.1644287109375,167.4107208251953,4249,218.3424072265625,0,1,0.6931471824645996,0,6.4864115715026855,3.9512436389923096,5.120450019836426,0,0,0,0,1,0,0,1,0,6.4864115715026855 +9,0,1,1,1,0,1,5,44,675.496826171875,616.0714111328125,4252,225.1656036376953,0,1,2.1972246170043945,0,6.515448570251465,3.7841897010803223,6.423362731933594,0,0,0,0,1,0,0,1,0,6.515448570251465 +5,0,1,1,NA,0,1,5,62,682.32000732421875,421.875,4252,349.1203918457031,0,1,1.6094379425048828,0,6.525498867034912,4.127134323120117,6.044709205627441,0,0,0,0,1,0,0,1,0,6.525498867034912 +5,0,1,1,0,0,1,5,20,705.06402587890625,1873.8839111328125,4252,205.8332061767578,0,1,1.6094379425048828,0,6.55828857421875,2.995732307434082,7.535768508911133,0,0,0,0,1,0,0,1,0,6.55828857421875 +2,0,1,1,1,0,1,5,29,993.91278076171875,925.22320556640625,4252,211.51919555664062,0,1,0.6931471824645996,0,6.901649475097656,3.367295742034912,6.830035209655762,0,0,0,0,1,0,0,1,0,6.901649475097656 +13,0,1,1,1,1,1,5,57,694.8292236328125,4818.08056640625,4246,211.51919555664062,0,1,2.5649492740631104,0,6.543665885925293,4.043051242828369,8.480131149291992,0,0,0,0,1,0,0,1,0,6.543665885925293 +1,0,1,1,1,0,1,5,38,999.59881591796875,80.35713958740234,4249,225.1656036376953,0,1,0,0,6.90735387802124,3.6375861167907715,4.386480808258057,0,0,0,0,1,0,0,1,0,6.90735387802124 +3,0,1,1,1,0,1,5,33,693.6920166015625,755.58038330078125,4252,211.51919555664062,0,1,1.0986123085021973,0,6.542027950286865,3.4965076446533203,6.627486228942871,0,0,0,0,1,0,0,1,0,6.542027950286865 +0.25,0,1,1,1,0,1,5,35,651.6156005859375,1111.607177734375,4252,238.81199645996094,0,1,-1.3862943649291992,0,6.47945499420166,3.5553481578826904,7.013562202453613,0,0,0,0,1,0,0,1,0,6.47945499420166 +3,0,1,1,1,1,1,5,46,672.085205078125,3702.009033203125,4252,238.81199645996094,0,1,1.0986123085021973,0,6.510385036468506,3.828641414642334,8.216630935668945,0,0,0,0,1,0,0,1,0,6.510385036468506 +0.25,0,1,1,1,0,1,5,44,659.57598876953125,656.25,4252,211.51919555664062,0,1,-1.3862943649291992,0,6.4915971755981445,3.7841897010803223,6.486541748046875,0,0,0,0,1,0,0,1,0,6.4915971755981445 +0.25,0,1,1,1,0,1,5,48,692.5548095703125,379.46429443359375,4252,211.51919555664062,0,1,-1.3862943649291992,0,6.540387153625488,3.8712010383605957,5.938760280609131,0,0,0,0,1,0,0,1,0,6.540387153625488 +0.25,0,1,1,1,0,1,5,47,916.58319091796875,203.125,4252,211.51919555664062,0,1,-1.3862943649291992,0,6.820652961730957,3.8501474857330322,5.313821315765381,0,0,0,0,1,0,0,1,0,6.820652961730957 +1,0,1,1,1,0,1,5,27,744.86602783203125,215.4017791748047,4252,218.3424072265625,0,1,0,0,6.613204479217529,3.295836925506592,5.372505187988281,0,0,0,0,1,0,0,1,0,6.613204479217529 +26,0,1,1,1,0,1,5,40,682.32000732421875,756.6964111328125,4252,238.81199645996094,0,1,3.25809645652771,0,6.525498867034912,3.6888794898986816,6.62896203994751,0,0,0,0,1,0,0,1,0,6.525498867034912 +10,0,1,1,1,0,2,5,60,757.37518310546875,284.59820556640625,4252,211.51919555664062,0,1,2.3025851249694824,0,6.62985897064209,4.094344615936279,5.651078224182129,0,0,0,0,1,0,0,0,1,6.62985897064209 +5,0,1,1,1,0,1,5,58,634.5576171875,334.8214416503906,4252,211.51919555664062,0,1,1.6094379425048828,0,6.452928066253662,4.060442924499512,5.813597202301025,0,0,0,0,1,0,0,1,0,6.452928066253662 +1,0,1,1,1,0,1,5,36,665.26202392578125,0,4252,231.98880004882812,0,1,0,0,6.500181198120117,3.5835189819335938,0,0,0,0,0,1,0,0,1,0,6.500181198120117 +0.25,0,1,1,0,0,1,5,36,689.1431884765625,0,4252,218.3424072265625,0,1,-1.3862943649291992,0,6.535449028015137,3.5835189819335938,0,0,0,0,0,1,0,0,1,0,6.535449028015137 +3,0,1,1,0,0,2,5,55,681.18280029296875,637.27679443359375,4249,205.8332061767578,0,1,1.0986123085021973,0,6.523830890655518,4.007333278656006,6.4572038650512695,0,0,0,0,1,0,0,0,1,6.523830890655518 +20,0,1,1,1,0,2,5,46,674.359619140625,5169.64306640625,4252,238.81199645996094,0,1,2.995732307434082,0,6.513763427734375,3.828641414642334,8.550559043884277,0,0,0,0,1,0,0,0,1,6.513763427734375 +6,0,1,1,1,1,2,5,31,675.496826171875,1531.25,4252,225.1656036376953,0,1,1.7917594909667969,0,6.515448570251465,3.4339871406555176,7.3338398933410645,0,0,0,0,1,0,0,0,1,6.515448570251465 +3,0,1,1,1,0,2,5,25,659.57598876953125,397.3214416503906,4252,211.51919555664062,0,1,1.0986123085021973,0,6.4915971755981445,3.2188758850097656,5.984745502471924,0,0,0,0,1,0,0,0,1,6.4915971755981445 +3,0,1,1,0,0,2,5,34,833.567626953125,324.77679443359375,4252,349.1203918457031,0,1,1.0986123085021973,0,6.725714683532715,3.526360511779785,5.783138275146484,0,0,0,0,1,0,0,0,1,6.725714683532715 +4,0,1,1,1,0,2,5,27,714.16162109375,647.3214111328125,4252,211.51919555664062,0,1,1.3862943649291992,0,6.571109294891357,3.295836925506592,6.472843170166016,0,0,0,0,1,0,0,0,1,6.571109294891357 +12,0,1,1,1,0,2,5,51,633.42041015625,918.52679443359375,4249,211.51919555664062,0,1,2.4849066734313965,0,6.451134204864502,3.931825637817383,6.822771072387695,0,0,0,0,1,0,0,0,1,6.451134204864502 +2,0,1,1,1,0,2,5,33,665.26202392578125,340.40179443359375,4252,231.98880004882812,0,1,0.6931471824645996,0,6.500181198120117,3.4965076446533203,5.830126762390137,0,0,0,0,1,0,0,0,1,6.500181198120117 +5,0,1,1,1,0,2,5,61,744.86602783203125,297.9910583496094,4252,211.51919555664062,0,1,1.6094379425048828,0,6.613204479217529,4.110873699188232,5.697063446044922,0,0,0,0,1,0,0,0,1,6.613204479217529 +4,0,1,1,1,0,2,5,38,634.5576171875,689.73211669921875,4252,225.1656036376953,0,1,1.3862943649291992,0,6.452928066253662,3.6375861167907715,6.536303520202637,0,0,0,0,1,0,0,0,1,6.452928066253662 +19,0,1,1,1,1,2,5,37,705.06402587890625,4646.20556640625,4252,225.1656036376953,0,1,2.944438934326172,0,6.55828857421875,3.610917806625366,8.443805694580078,0,0,0,0,1,0,0,0,1,6.55828857421875 +8,0,1,1,1,0,2,5,35,650.4783935546875,434.15179443359375,4252,231.98880004882812,0,1,2.079441547393799,0,6.477707862854004,3.5553481578826904,6.073394298553467,0,0,0,0,1,0,0,0,1,6.477707862854004 +2,0,1,1,0,0,2,5,39,715.298828125,728.79461669921875,4252,205.8332061767578,0,1,0.6931471824645996,0,6.572700500488281,3.6635615825653076,6.5913920402526855,0,0,0,0,1,0,0,0,1,6.572700500488281 +182,0,1,1,1,0,3,5,59,686.8687744140625,4169.64306640625,4252,211.51919555664062,0,1,5.204006671905518,0,6.5321431159973145,4.077537536621094,8.335585594177246,0,0,0,0,1,0,0,0,0,6.5321431159973145 +12,0,1,1,0,0,3,5,31,1136.062744140625,1177.455322265625,4252,205.8332061767578,0,1,2.4849066734313965,0,7.035323619842529,3.4339871406555176,7.071110725402832,0,0,0,0,1,0,0,0,0,7.035323619842529 +33,0,1,1,1,0,3,5,56,657.30157470703125,2698.66064453125,4228,218.3424072265625,0,1,3.4965076446533203,0,6.488142967224121,4.025351524353027,7.900510787963867,0,0,0,0,1,0,0,0,0,6.488142967224121 +10,0,1,1,0,0,3,5,35,709.61279296875,1319.1964111328125,4249,218.3424072265625,0,1,2.3025851249694824,0,6.5647196769714355,3.5553481578826904,7.184778213500977,0,0,0,0,1,0,0,0,0,6.5647196769714355 +3,0,1,1,1,0,3,5,41,743.72882080078125,329.2410583496094,4252,231.98880004882812,0,1,1.0986123085021973,0,6.6116766929626465,3.7135720252990723,5.79679012298584,0,0,0,0,1,0,0,0,0,6.6116766929626465 +1,0,1,1,1,0,3,5,49,794.90277099609375,55.80356979370117,4252,211.51919555664062,0,1,0,0,6.678219795227051,3.891820192337036,4.0218377113342285,0,0,0,0,1,0,0,0,0,6.678219795227051 +1,0,1,1,1,0,3,5,20,763.06121826171875,324.77679443359375,4252,141.01280212402344,0,1,0,0,6.637338161468506,2.995732307434082,5.783138275146484,0,0,0,0,1,0,0,0,0,6.637338161468506 +13,0,1,1,1,0,3,5,41,873.36962890625,1042.4107666015625,4249,225.1656036376953,0,1,2.5649492740631104,0,6.7723588943481445,3.7135720252990723,6.949291229248047,0,0,0,0,1,0,0,0,0,6.7723588943481445 +1,0,1,1,1,0,3,5,38,635.69482421875,167.4107208251953,4252,154.65919494628906,0,1,0,0,6.454718589782715,3.6375861167907715,5.120450019836426,0,0,0,0,1,0,0,0,0,6.454718589782715 +24,0,1,1,1,1,3,5,28,710.75,737.72320556640625,4252,225.1656036376953,0,1,3.178053855895996,0,6.566320896148682,3.332204580307007,6.6035685539245605,0,0,0,0,1,0,0,0,0,6.566320896148682 +4,0,1,1,1,1,3,5,34,847.2139892578125,863.83929443359375,4252,231.98880004882812,0,1,1.3862943649291992,0,6.741953372955322,3.526360511779785,6.761386871337891,0,0,0,0,1,0,0,0,0,6.741953372955322 +0.25,0,1,1,1,0,3,5,40,709.61279296875,17.85714340209961,4249,473.0751953125,0,1,-1.3862943649291992,0,6.5647196769714355,3.6888794898986816,2.882403612136841,0,0,0,0,1,0,0,0,0,6.5647196769714355 +3,0,1,1,1,0,2,5,31,706.201171875,525.66961669921875,4252,218.3424072265625,0,1,1.0986123085021973,0,6.559900283813477,3.4339871406555176,6.264672756195068,0,0,0,0,1,0,0,0,1,6.559900283813477 +4,0,1,1,1,0,3,5,45,666.399169921875,253.3482208251953,4252,211.51919555664062,0,1,1.3862943649291992,0,6.501888751983643,3.8066625595092773,5.534764766693115,0,0,0,0,1,0,0,0,0,6.501888751983643 +1,0,1,1,1,0,3,5,38,1136.062744140625,120.53571319580078,4249,141.01280212402344,0,1,0,0,7.035323619842529,3.6375861167907715,4.791945934295654,0,0,0,0,1,0,0,0,0,7.035323619842529 +11,0,1,1,1,1,3,5,52,651.6156005859375,10397.3212890625,4252,231.98880004882812,0,1,2.397895336151123,0,6.47945499420166,3.9512436389923096,9.249303817749023,0,0,0,0,1,0,0,0,0,6.47945499420166 +5,0,1,1,1,0,3,5,30,850.6256103515625,555.8035888671875,4249,225.1656036376953,0,1,1.6094379425048828,0,6.745972156524658,3.4011974334716797,6.320415019989014,0,0,0,0,1,0,0,0,0,6.745972156524658 +3,0,1,1,1,0,3,5,49,674.359619140625,1069.1964111328125,4252,225.1656036376953,0,1,1.0986123085021973,0,6.513763427734375,3.891820192337036,6.974662780761719,0,0,0,0,1,0,0,0,0,6.513763427734375 +3,0,1,1,1,1,1,6,44,682.32000732421875,1835.9375,5349,218.3424072265625,0,1,1.0986123085021973,0,6.525498867034912,3.7841897010803223,7.515310764312744,0,0,0,0,0,1,0,1,0,6.525498867034912 +8,0,1,1,1,0,1,6,45,682.32000732421875,0,5428,238.81199645996094,0,1,2.079441547393799,0,6.525498867034912,3.8066625595092773,0,0,0,0,0,0,1,0,1,0,6.525498867034912 +0.25,0,1,1,1,0,1,6,26,991.638427734375,191.9642791748047,5610,166.0312042236328,0,1,-1.3862943649291992,0,6.899358749389648,3.25809645652771,5.257309436798096,0,0,0,0,0,1,0,1,0,6.899358749389648 +1,0,1,1,0,0,1,6,31,648.2039794921875,197.54464721679688,5549,205.8332061767578,0,1,0,0,6.474205493927002,3.4339871406555176,5.285964488983154,0,0,0,0,0,1,0,1,0,6.474205493927002 +4,0,1,1,1,0,1,6,42,761.92401123046875,595.98211669921875,5436,225.1656036376953,0,1,1.3862943649291992,0,6.6358466148376465,3.7376697063446045,6.3902106285095215,0,0,0,0,0,1,0,1,0,6.6358466148376465 +4,0,1,1,1,1,1,6,49,805.1375732421875,3477.678466796875,5440,211.51919555664062,0,1,1.3862943649291992,0,6.691013336181641,3.891820192337036,8.154120445251465,0,0,0,0,0,1,0,1,0,6.691013336181641 +8,0,1,1,0,0,1,6,33,846.0767822265625,78.125,5628,205.8332061767578,0,1,2.079441547393799,0,6.740610122680664,3.4965076446533203,4.358310222625732,0,0,0,0,0,1,0,1,0,6.740610122680664 +2,0,1,1,1,0,1,6,40,914.30877685546875,554.6875,5452,231.98880004882812,0,1,0.6931471824645996,0,6.8181681632995605,3.6888794898986816,6.318404674530029,0,0,0,0,0,1,0,1,0,6.8181681632995605 +0.25,0,1,1,1,1,1,6,55,841.52801513671875,3558.03564453125,5346,205.8332061767578,0,1,-1.3862943649291992,0,6.735219478607178,4.007333278656006,8.176963806152344,0,0,0,0,0,1,0,1,0,6.735219478607178 +10,0,1,1,1,0,1,6,42,660.71319580078125,2045.7589111328125,5349,225.1656036376953,0,1,2.3025851249694824,0,6.493319988250732,3.7376697063446045,7.623524188995361,0,0,0,0,0,1,0,1,0,6.493319988250732 +6,0,1,1,1,0,1,6,60,1136.062744140625,391.7410583496094,5340,211.51919555664062,0,1,1.7917594909667969,0,7.035323619842529,4.094344615936279,5.9706010818481445,0,0,0,0,0,1,0,1,0,7.035323619842529 +5,0,1,1,1,0,1,6,32,664.12481689453125,648.4375,5643,231.98880004882812,0,1,1.6094379425048828,0,6.498470306396484,3.465735912322998,6.474565505981445,0,0,0,0,0,1,0,1,0,6.498470306396484 +4,0,1,1,0,0,1,6,27,955.24798583984375,160.7142791748047,5728,205.8332061767578,0,1,1.3862943649291992,0,6.861970901489258,3.295836925506592,5.079627990722656,0,0,0,0,0,1,0,1,0,6.861970901489258 +24,0,1,1,NA,1,1,6,28,760.78680419921875,9791.294921875,5316,205.8332061767578,0,1,3.178053855895996,0,6.634353160858154,3.332204580307007,9.189249038696289,0,0,0,0,0,1,0,1,0,6.634353160858154 +1,0,1,1,1,0,1,6,56,709.61279296875,189.73214721679688,5728,211.51919555664062,0,1,0,0,6.5647196769714355,4.025351524353027,5.245613098144531,0,0,0,0,0,1,0,1,0,6.5647196769714355 +3,0,1,1,1,0,1,6,39,655.0272216796875,241.07142639160156,5413,225.1656036376953,0,1,1.0986123085021973,0,6.484676837921143,3.6635615825653076,5.485093116760254,0,0,0,0,0,1,0,1,0,6.484676837921143 +3,0,1,1,1,0,2,6,49,761.92401123046875,145.0892791748047,5528,211.51919555664062,0,1,1.0986123085021973,0,6.6358466148376465,3.891820192337036,4.977349281311035,0,0,0,0,0,1,0,0,1,6.6358466148376465 +11,0,1,1,1,0,2,6,28,662.98760986328125,6743.3037109375,5349,218.3424072265625,0,1,2.397895336151123,0,6.496756076812744,3.332204580307007,8.816305160522461,0,0,0,0,0,1,0,0,1,6.496756076812744 +1,0,1,1,1,0,2,6,28,796.03997802734375,363.83929443359375,5649,218.3424072265625,0,1,0,0,6.679649353027344,3.332204580307007,5.896712303161621,0,0,0,0,0,1,0,0,1,6.679649353027344 +3,0,1,1,0,0,2,6,60,750.552001953125,51.33928680419922,5652,205.8332061767578,0,1,1.0986123085021973,0,6.620809078216553,4.094344615936279,3.9384562969207764,0,0,0,0,0,1,0,0,1,6.620809078216553 +6,0,1,1,1,0,2,6,63,742.59161376953125,237.7232208251953,5310,211.51919555664062,0,1,1.7917594909667969,0,6.6101460456848145,4.143134593963623,5.471107006072998,0,0,0,0,0,1,0,0,1,6.6101460456848145 +19,0,1,1,0,1,2,6,51,955.24798583984375,5876.1162109375,5428,205.8332061767578,0,1,2.944438934326172,0,6.861970901489258,3.931825637817383,8.678650856018066,0,0,0,0,0,1,0,0,1,6.861970901489258 +19,0,1,1,1,1,2,6,35,755.100830078125,8199.7763671875,5140,231.98880004882812,0,1,2.944438934326172,0,6.6268510818481445,3.5553481578826904,9.011861801147461,0,0,0,0,0,1,0,0,1,6.6268510818481445 +143,0,1,1,0,1,2,6,64,785.80517578125,4782.3662109375,5628,205.8332061767578,0,1,4.9628448486328125,0,6.666708946228027,4.158883094787598,8.47269058227539,0,0,0,0,0,1,0,0,1,6.666708946228027 +9,0,1,1,1,0,2,6,49,666.399169921875,171.875,5449,218.3424072265625,0,1,2.1972246170043945,0,6.501888751983643,3.891820192337036,5.146767616271973,0,0,0,0,0,1,0,0,1,6.501888751983643 +140,0,1,1,1,1,2,6,32,726.6707763671875,33705.35546875,5013,211.51919555664062,0,1,4.9416422843933105,0,6.588473320007324,3.465735912322998,10.42541217803955,0,0,0,0,0,1,0,0,1,6.588473320007324 +9,0,1,1,1,1,2,6,56,726.6707763671875,2835.9375,5549,218.3424072265625,0,1,2.1972246170043945,0,6.588473320007324,4.025351524353027,7.950128078460693,0,0,0,0,0,1,0,0,1,6.588473320007324 +3,0,1,1,1,0,2,6,41,667.536376953125,306.9196472167969,5549,211.51919555664062,0,1,1.0986123085021973,0,6.503593921661377,3.7135720252990723,5.726585865020752,0,0,0,0,0,1,0,0,1,6.503593921661377 +9,0,1,1,0,0,2,6,50,782.39361572265625,738.83929443359375,5528,211.51919555664062,0,1,2.1972246170043945,0,6.662357807159424,3.9120230674743652,6.605080604553223,0,0,0,0,0,1,0,0,1,6.662357807159424 +5,0,1,1,0,0,2,6,40,711.88720703125,80.35713958740234,5728,225.1656036376953,0,1,1.6094379425048828,0,6.5679192543029785,3.6888794898986816,4.386480808258057,0,0,0,0,0,1,0,0,1,6.5679192543029785 +14,0,1,1,1,0,2,6,40,670.947998046875,1040.1785888671875,5428,218.3424072265625,0,1,2.6390573978424072,0,6.508691787719727,3.6888794898986816,6.947147846221924,0,0,0,0,0,1,0,0,1,6.508691787719727 +2,0,1,1,1,0,2,6,54,689.1431884765625,89.28571319580078,5540,218.3424072265625,0,1,0.6931471824645996,0,6.535449028015137,3.9889841079711914,4.4918413162231445,0,0,0,0,0,1,0,0,1,6.535449028015137 +9,0,1,1,1,0,2,6,38,650.4783935546875,841.51788330078125,5428,225.1656036376953,0,1,2.1972246170043945,0,6.477707862854004,3.6375861167907715,6.7352070808410645,0,0,0,0,0,1,0,0,1,6.477707862854004 +1,0,1,1,1,0,2,6,25,1091.7120361328125,448.66070556640625,5440,181.95199584960938,0,1,0,0,6.995502471923828,3.2188758850097656,6.106266975402832,0,0,0,0,0,1,0,0,1,6.995502471923828 +55,0,1,1,1,1,2,6,34,1021.2056274414062,14015.625,5128,231.98880004882812,0,1,4.007333278656006,0,6.928739070892334,3.526360511779785,9.5479278564453125,0,0,0,0,0,1,0,0,1,6.928739070892334 +10,0,1,1,1,0,2,6,24,738.04278564453125,3398.4375,5352,218.3424072265625,0,1,2.3025851249694824,0,6.604001998901367,3.178053855895996,8.131071090698242,0,0,0,0,0,1,0,0,1,6.604001998901367 +5,0,1,1,1,0,2,6,52,668.673583984375,165.17857360839844,5549,211.51919555664062,0,1,1.6094379425048828,0,6.505296230316162,3.9512436389923096,5.107027053833008,0,0,0,0,0,1,0,0,1,6.505296230316162 +4,0,1,1,1,1,2,6,51,739.17999267578125,3937.5,5440,283.1628112792969,0,1,1.3862943649291992,0,6.605541229248047,3.931825637817383,8.278301239013672,0,0,0,0,0,1,0,0,1,6.605541229248047 +6,0,1,1,1,1,2,6,47,713.0244140625,3753.34814453125,5549,225.1656036376953,0,1,1.7917594909667969,0,6.569515705108643,3.8501474857330322,8.230403900146484,0,0,0,0,0,1,0,0,1,6.569515705108643 +4,0,1,1,1,0,2,6,12,675.496826171875,304.6875,5328,218.3424072265625,0,1,1.3862943649291992,0,6.515448570251465,2.4849066734313965,5.7192864418029785,0,0,0,0,0,1,0,0,1,6.515448570251465 +23,0,1,1,1,0,2,6,37,672.085205078125,10541.294921875,5528,231.98880004882812,0,1,3.1354942321777344,0,6.510385036468506,3.610917806625366,9.263055801391602,0,0,0,0,0,1,0,0,1,6.510385036468506 +3,0,1,1,1,1,3,6,38,684.59442138671875,4532.3662109375,5352,349.1203918457031,0,1,1.0986123085021973,0,6.528826713562012,3.6375861167907715,8.418999671936035,0,0,0,0,0,1,0,0,0,6.528826713562012 +182,0,1,1,0,1,3,6,43,707.33837890625,27343.75,5428,205.8332061767578,0,1,5.204006671905518,0,6.561509132385254,3.761200189590454,10.216242790222168,0,0,0,0,0,1,0,0,0,6.561509132385254 +4,0,1,1,1,0,3,6,60,793.765625,1969.8660888671875,5210,283.1628112792969,0,1,1.3862943649291992,0,6.676788330078125,4.094344615936279,7.585721015930176,0,0,0,0,0,1,0,0,0,6.676788330078125 +1,0,1,1,0,0,3,6,43,708.4755859375,177.45535278320312,5010,205.8332061767578,0,1,0,0,6.56311559677124,3.761200189590454,5.1787190437316895,0,0,0,0,0,1,0,0,0,6.56311559677124 +0.25,0,1,1,0,0,3,6,27,674.359619140625,113.83928680419922,5640,205.8332061767578,0,1,-1.3862943649291992,0,6.513763427734375,3.295836925506592,4.734787464141846,0,0,0,0,0,1,0,0,0,6.513763427734375 +1,0,1,1,1,0,3,6,40,682.32000732421875,114.95536041259766,5710,211.51919555664062,0,1,0,0,6.525498867034912,3.6888794898986816,4.74454402923584,0,0,0,0,0,1,0,0,0,6.525498867034912 +1,0,1,1,1,0,3,6,31,1005.2847900390625,1267.857177734375,5149,225.1656036376953,0,1,0,0,6.913026332855225,3.4339871406555176,7.145083427429199,0,0,0,0,0,1,0,0,0,6.913026332855225 +1,0,1,1,0,0,3,6,60,901.79962158203125,256.6964416503906,5552,205.8332061767578,0,1,0,0,6.804392337799072,4.094344615936279,5.54789400100708,0,0,0,0,0,1,0,0,0,6.804392337799072 +14,0,1,1,1,1,3,6,43,844.9395751953125,4055.803466796875,5152,238.81199645996094,0,1,2.6390573978424072,0,6.739264965057373,3.761200189590454,8.307904243469238,0,0,0,0,0,1,0,0,0,6.739264965057373 +9,0,1,1,0,0,3,6,20,676.63397216796875,1245.5357666015625,5549,205.8332061767578,0,1,2.1972246170043945,0,6.517130374908447,2.995732307434082,7.127321243286133,0,0,0,0,0,1,0,0,0,6.517130374908447 +1,0,1,1,1,0,3,6,37,666.399169921875,199.7767791748047,5636,225.1656036376953,0,1,0,0,6.501888751983643,3.610917806625366,5.297200679779053,0,0,0,0,0,1,0,0,0,6.501888751983643 +6,0,1,1,1,1,3,6,42,819.92120361328125,2369.419677734375,5349,211.51919555664062,0,1,1.7917594909667969,0,6.709208011627197,3.7376697063446045,7.770400524139404,0,0,0,0,0,1,0,0,0,6.709208011627197 +5,0,1,1,1,1,3,6,42,900.66241455078125,2525.669677734375,5352,218.3424072265625,0,1,1.6094379425048828,0,6.803130626678467,3.7376697063446045,7.834261417388916,0,0,0,0,0,1,0,0,0,6.803130626678467 +1,0,1,1,1,0,1,8,29,702.78961181640625,101.5625,9004,225.1656036376953,0,1,0,0,6.555057525634766,3.367295742034912,4.6206746101379395,0,0,0,0,0,0,0,1,0,6.555057525634766 +182,0,1,1,1,0,1,8,62,833.567626953125,1116.0714111328125,9052,218.3424072265625,0,1,5.204006671905518,0,6.725714683532715,4.127134323120117,7.0175700187683105,0,0,0,0,0,0,0,1,0,6.725714683532715 +5,0,1,1,1,1,1,8,40,693.6920166015625,3049.107177734375,9004,211.51919555664062,0,1,1.6094379425048828,0,6.542027950286865,3.6888794898986816,8.022603988647461,0,0,0,0,0,0,0,1,0,6.542027950286865 +5,0,1,1,1,0,1,8,42,739.17999267578125,1752.232177734375,9052,231.98880004882812,0,1,1.6094379425048828,0,6.605541229248047,3.7376697063446045,7.4686455726623535,0,0,0,0,0,0,0,1,0,6.605541229248047 +102,0,1,1,1,0,2,8,60,682.32000732421875,1137.2767333984375,9010,211.51919555664062,0,1,4.624972820281982,0,6.525498867034912,4.094344615936279,7.036391735076904,0,0,0,0,0,0,0,0,1,6.525498867034912 +42,0,1,1,1,1,2,8,30,676.63397216796875,9536.830078125,9007,211.51919555664062,0,1,3.7376697063446045,0,6.517130374908447,3.4011974334716797,9.16291618347168,0,0,0,0,0,0,0,0,1,6.517130374908447 +11,0,1,1,0,1,2,8,27,678.90838623046875,2716.517822265625,9004,205.8332061767578,0,1,2.397895336151123,0,6.520486354827881,3.295836925506592,7.907105922698975,0,0,0,0,0,0,0,0,1,6.520486354827881 +2,0,1,1,1,0,3,8,40,645.92962646484375,473.21429443359375,9052,225.1656036376953,0,1,0.6931471824645996,0,6.470690727233887,3.6888794898986816,6.159548282623291,0,0,0,0,0,0,0,0,0,6.470690727233887 +2,0,1,1,0,1,3,8,36,718.71038818359375,2126.115966796875,9010,225.1656036376953,0,1,0.6931471824645996,0,6.577458381652832,3.5835189819335938,7.662052154541016,0,0,0,0,0,0,0,0,0,6.577458381652832 +30,0,1,1,1,1,3,8,56,864.27197265625,21736.607421875,9028,218.3424072265625,0,1,3.4011974334716797,0,6.761887550354004,4.025351524353027,9.986753463745117,0,0,0,0,0,0,0,0,0,6.761887550354004 +2,0,0,1,1,0,1,1,29,255.8699951171875,210.9375,1804,170.5800018310547,0,1,0.6931471824645996,0,5.5446696281433105,3.367295742034912,5.351562023162842,1,0,0,0,0,0,0,1,0,0 +2,0,0,1,1,0,1,1,33,272.9280090332031,142.85714721679688,1207,181.95199584960938,0,1,0.6931471824645996,0,5.609208106994629,3.4965076446533203,4.961845397949219,1,0,0,0,0,0,0,1,0,0 +5,0,0,1,0,1,1,1,20,307.04400634765625,5987.72314453125,1010,204.6959991455078,0,1,1.6094379425048828,0,5.726991176605225,2.995732307434082,8.697466850280762,1,0,0,0,0,0,0,1,0,0 +12,0,0,1,1,1,1,1,31,278.614013671875,3229.91064453125,1528,218.3424072265625,0,1,2.4849066734313965,0,5.629827499389648,3.4339871406555176,8.080209732055664,1,0,0,0,0,0,0,1,0,0 +3,0,0,1,1,1,1,1,36,299.0835876464844,1210.9375,1007,179.67759704589844,0,1,1.0986123085021973,0,5.700723171234131,3.5835189819335938,7.09915018081665,1,0,0,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,1,21,245.63519287109375,1095.982177734375,1840,163.75680541992188,0,1,1.0986123085021973,0,5.503847599029541,3.044522523880005,6.999406337738037,1,0,0,0,0,0,0,1,0,0 +2,0,0,1,1,0,1,1,50,288.8487854003906,45.75893020629883,1107,194.46119689941406,0,1,0.6931471824645996,0,5.665903091430664,3.9120230674743652,3.8233869075775146,1,0,0,0,0,0,0,1,0,0 +7,0,0,0,1,0,2,1,56,295.6719970703125,0,1022,163.75680541992188,0,1,1.945910096168518,0,5.689250946044922,4.025351524353027,0,1,0,0,0,0,0,0,0,1,0 +18,0,0,1,1,1,3,1,29,261.5559997558594,1675.2232666015625,1010,173.99159240722656,0,1,2.890371799468994,0,5.566648483276367,3.367295742034912,7.423701763153076,1,0,0,0,0,0,0,0,0,0 +18,0,0,1,1,1,3,1,29,261.5559997558594,2408.482177734375,1010,173.99159240722656,0,1,2.890371799468994,0,5.566648483276367,3.367295742034912,7.786752223968506,1,0,0,0,0,0,0,0,0,0 +5,0,0,1,1,1,3,1,55,272.9280090332031,4595.98193359375,1207,181.95199584960938,0,1,1.6094379425048828,0,5.609208106994629,4.007333278656006,8.4329376220703125,1,0,0,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,1,18,260.4187927246094,372.7678527832031,1040,173.99159240722656,0,1,1.0986123085021973,0,5.562291145324707,2.890371799468994,5.920955657958984,1,0,0,0,0,0,0,0,0,0 +8,0,0,1,1,0,3,1,25,263.8304138183594,2091.517822265625,1110,175.12879943847656,0,1,2.079441547393799,0,5.575306415557861,3.2188758850097656,7.6456451416015625,1,0,0,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,1,26,288.8487854003906,219.86607360839844,1425,192.18679809570312,0,1,0,0,5.665903091430664,3.25809645652771,5.39301872253418,1,0,0,0,0,0,0,0,0,0 +1,0,0,0,1,0,3,1,37,280.8883972167969,77.00892639160156,1410,30.70439910888672,0,1,0,0,5.637957572937012,3.610917806625366,4.343921184539795,1,0,0,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,1,53,299.0835876464844,122.76786041259766,1110,200.14720153808594,0,1,1.0986123085021973,0,5.700723171234131,3.97029185295105,4.810295104980469,1,0,0,0,0,0,0,0,0,0 +2,0,0,0,1,0,1,2,50,300.2207946777344,108.25892639160156,2549,200.14720153808594,0,1,0.6931471824645996,0,5.7045183181762695,3.9120230674743652,4.684525966644287,0,1,0,0,0,0,0,1,0,0 +5,0,0,0,1,0,1,2,50,300.2207946777344,254.4642791748047,2549,200.14720153808594,0,1,1.6094379425048828,0,5.7045183181762695,3.9120230674743652,5.539160251617432,0,1,0,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,2,30,254.73280334472656,101.5625,2049,169.4427947998047,0,1,-1.3862943649291992,0,5.540215015411377,3.4011974334716797,4.6206746101379395,0,1,0,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,2,43,254.73280334472656,0,2152,169.4427947998047,0,1,-1.3862943649291992,0,5.540215015411377,3.761200189590454,0,0,1,0,0,0,0,0,1,0,0 +38,0,0,1,1,1,1,2,20,268.37921142578125,11358.2587890625,2246,196.735595703125,0,1,3.6375861167907715,0,5.592401027679443,2.995732307434082,9.337700843811035,0,1,0,0,0,0,0,1,0,0 +4,0,0,1,0,0,2,2,23,271.7908020019531,431.9196472167969,2128,180.81480407714844,0,1,1.3862943649291992,0,5.605032444000244,3.1354942321777344,6.068239688873291,0,1,0,0,0,0,0,0,1,0 +8,0,0,0,1,0,3,2,41,253.59559631347656,2339.28564453125,2052,170.5800018310547,0,1,2.079441547393799,0,5.535740852355957,3.7135720252990723,7.757600784301758,0,1,0,0,0,0,0,0,0,0 +4,0,0,1,0,1,3,3,20,266.10479736328125,2512.27685546875,3540,177.4031982421875,0,1,1.3862943649291992,0,5.583890438079834,2.995732307434082,7.828944683074951,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,1,3,19,263.8304138183594,835.9375,3428,227.44000244140625,0,1,0.6931471824645996,0,5.575306415557861,2.944438934326172,6.728553771972656,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,20,268.37921142578125,532.3660888671875,3604,179.67759704589844,0,1,1.0986123085021973,0,5.592401027679443,2.995732307434082,6.277331352233887,0,0,1,0,0,0,0,1,0,0 +5,0,0,0,0,1,1,3,21,269.5163879394531,1366.0714111328125,3510,179.67759704589844,0,1,1.6094379425048828,0,5.5966291427612305,3.044522523880005,7.219694137573242,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,1,0,1,3,23,287.71160888671875,159.5982208251953,3452,192.18679809570312,0,1,2.079441547393799,0,5.661958694458008,3.1354942321777344,5.072659492492676,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,0,0,1,3,20,282.0256042480469,366.0714416503906,3610,188.77520751953125,0,1,2.079441547393799,0,5.641997814178467,2.995732307434082,5.902828693389893,0,0,1,0,0,0,0,1,0,0 +24,0,0,1,NA,0,1,3,25,291.1231994628906,178.57142639160156,3037,194.46119689941406,0,1,3.178053855895996,0,5.673746585845947,3.2188758850097656,5.184988498687744,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,1,0,1,3,28,257.0072021484375,61.38393020629883,3137,170.5800018310547,0,1,0,0,5.5491042137146,3.332204580307007,4.117147922515869,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,26,293.3976135253906,176.3392791748047,3628,205.8332061767578,0,1,0.6931471824645996,0,5.681528568267822,3.25809645652771,5.172410011291504,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,1,0,1,3,39,251.32119750976562,83.70536041259766,3452,170.5800018310547,0,1,-1.3862943649291992,0,5.526731967926025,3.6635615825653076,4.427302837371826,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,51,279.7511901855469,171.875,3152,186.50079345703125,0,1,1.0986123085021973,0,5.6339006423950195,3.931825637817383,5.146767616271973,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,3,29,250.1840057373047,356.02679443359375,3352,166.0312042236328,0,1,1.0986123085021973,0,5.5221967697143555,3.367295742034912,5.875006198883057,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,1,0,1,3,36,250.1840057373047,393.97320556640625,3152,173.99159240722656,0,1,1.3862943649291992,0,5.5221967697143555,3.5835189819335938,5.976283073425293,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,1,0,3,3,36,283.1628112792969,753.34820556640625,3428,170.5800018310547,0,1,2.079441547393799,0,5.646021842956543,3.5835189819335938,6.624527454376221,0,0,1,0,0,0,0,0,0,0 +12,0,0,1,1,0,1,3,29,263.8304138183594,600.4464111328125,3628,177.4031982421875,0,1,2.4849066734313965,0,5.575306415557861,3.367295742034912,6.397673606872559,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,1,1,3,64,282.0256042480469,949.77679443359375,3740,187.63800048828125,0,1,1.7917594909667969,0,5.641997814178467,4.158883094787598,6.856226921081543,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,1,0,1,3,25,252.45840454101562,125,3640,173.99159240722656,0,1,0.6931471824645996,0,5.531246662139893,3.2188758850097656,4.828313827514648,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,35,264.96759033203125,85.9375,3510,177.4031982421875,0,1,-1.3862943649291992,0,5.5796074867248535,3.5553481578826904,4.453620433807373,0,0,1,0,0,0,0,1,0,0 +182,0,0,1,1,1,1,3,52,291.1231994628906,33482.14453125,3152,205.8332061767578,0,1,5.204006671905518,0,5.673746585845947,3.9512436389923096,10.418767929077148,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,25,255.8699951171875,0,3152,211.51919555664062,0,1,1.0986123085021973,0,5.5446696281433105,3.2188758850097656,0,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,0,0,1,3,21,289.9859924316406,121.65178680419922,3540,135.32679748535156,0,1,1.3862943649291992,0,5.669832706451416,3.044522523880005,4.8011627197265625,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,0,1,3,28,294.5347900390625,513.39288330078125,3628,195.59840393066406,0,1,1.6094379425048828,0,5.685397148132324,3.332204580307007,6.24104118347168,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,0,0,1,3,51,278.614013671875,450.8928527832031,3128,185.3636016845703,0,1,2.079441547393799,0,5.629827499389648,3.931825637817383,6.11122989654541,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,1,0,1,3,33,303.63238525390625,440.84820556640625,3628,167.16839599609375,0,1,2.079441547393799,0,5.715817928314209,3.4965076446533203,6.088700771331787,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,1,0,1,3,44,293.3976135253906,311.3839416503906,3613,195.59840393066406,0,1,1.3862943649291992,0,5.681528568267822,3.7841897010803223,5.741026878356934,0,0,1,0,0,0,0,1,0,0 +14,0,0,1,1,1,1,3,24,307.04400634765625,3448.66064453125,3540,204.6959991455078,0,1,2.6390573978424072,0,5.726991176605225,3.178053855895996,8.14574146270752,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,40,304.76959228515625,58.03571319580078,3452,169.4427947998047,0,1,0,0,5.719555854797363,3.6888794898986816,4.061058521270752,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,1,1,3,56,289.9859924316406,284.59820556640625,3640,193.32400512695312,0,1,1.7917594909667969,0,5.669832706451416,4.025351524353027,5.651078224182129,0,0,1,0,0,0,0,1,0,0 +2,0,0,NA,0,0,1,3,29,285.43719482421875,0,3740,189.9123992919922,0,1,0.6931471824645996,0,5.654022216796875,3.367295742034912,0,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,50,293.3976135253906,117.1875,3449,195.59840393066406,0,1,1.0986123085021973,0,5.681528568267822,3.9120230674743652,4.76377534866333,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,0,1,3,22,307.04400634765625,434.15179443359375,3628,210.3820037841797,0,1,1.7917594909667969,0,5.726991176605225,3.0910425186157227,6.073394298553467,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,3,20,272.9280090332031,279.0178527832031,3640,181.95199584960938,0,1,-1.3862943649291992,0,5.609208106994629,2.995732307434082,5.631275653839111,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,NA,0,1,3,65,302.4952087402344,88.16963958740234,3610,201.28439331054688,0,1,0,0,5.71206521987915,4.174387454986572,4.479262828826904,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,31,254.73280334472656,312.5,3540,173.99159240722656,0,1,1.0986123085021973,0,5.540215015411377,3.4339871406555176,5.744604587554932,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,45,295.6719970703125,327.0089416503906,3352,196.735595703125,0,1,1.0986123085021973,0,5.689250946044922,3.8066625595092773,5.789987564086914,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,NA,0,1,3,39,272.9280090332031,179.6875,3640,181.95199584960938,0,1,0,0,5.609208106994629,3.6635615825653076,5.191219329833984,0,0,1,0,0,0,0,1,0,0 +5,0,0,0,0,0,1,3,40,300.2207946777344,1553.5714111328125,3440,200.14720153808594,0,1,1.6094379425048828,0,5.7045183181762695,3.6888794898986816,7.348311901092529,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,1,1,3,30,260.4187927246094,1714.2857666015625,3552,180.81480407714844,0,1,1.0986123085021973,0,5.562291145324707,3.4011974334716797,7.446751594543457,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,22,301.3580017089844,264.5089416503906,3640,201.28439331054688,0,1,1.0986123085021973,0,5.708299160003662,3.0910425186157227,5.577875137329102,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,1,1,3,34,246.77239990234375,657.3660888671875,3610,167.16839599609375,0,1,1.0986123085021973,0,5.5084662437438965,3.526360511779785,6.488241195678711,0,0,1,0,0,0,0,1,0,0 +33,0,0,0,1,0,1,3,23,286.57440185546875,445.3125,3602,191.0496063232422,0,1,3.4965076446533203,0,5.657998085021973,3.1354942321777344,6.098776340484619,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,0,0,NA,3,38,247.90960693359375,292.41070556640625,3537,170.5800018310547,0,1,1.3862943649291992,0,5.513064384460449,3.6375861167907715,5.678159236907959,0,0,1,0,0,0,0,NA,NA,0 +2,0,0,1,1,1,1,3,28,286.57440185546875,1210.9375,3422,191.0496063232422,0,1,0.6931471824645996,0,5.657998085021973,3.332204580307007,7.09915018081665,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,3,30,295.6719970703125,268.97320556640625,3546,196.735595703125,0,1,-1.3862943649291992,0,5.689250946044922,3.4011974334716797,5.594611644744873,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,1,0,1,3,23,302.4952087402344,90.40178680419922,3452,206.97039794921875,0,1,0.6931471824645996,0,5.71206521987915,3.1354942321777344,4.504263877868652,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,1,3,22,263.8304138183594,1757.8125,3640,176.26600646972656,0,1,1.0986123085021973,0,5.575306415557861,3.0910425186157227,7.47182559967041,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,0,0,1,3,27,259.2815856933594,66.96428680419922,3452,114.8572006225586,0,1,0,0,5.557914733886719,3.295836925506592,4.204159259796143,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,0,0,1,3,61,262.6932067871094,165.17857360839844,3749,175.12879943847656,0,1,1.3862943649291992,0,5.570986747741699,4.110873699188232,5.107027053833008,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,1,0,1,3,26,305.90679931640625,829.2410888671875,3110,203.55880737304688,0,1,0,0,5.723280429840088,3.25809645652771,6.720510959625244,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,2,3,25,295.6719970703125,94.86607360839844,3452,196.735595703125,0,1,1.0986123085021973,0,5.689250946044922,3.2188758850097656,4.552465915679932,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,1,0,2,3,48,278.614013671875,147.32142639160156,3152,185.3636016845703,0,1,1.0986123085021973,0,5.629827499389648,3.8712010383605957,4.992616653442383,0,0,1,0,0,0,0,0,1,0 +5,0,0,1,1,0,1,3,52,247.90960693359375,1339.2857666015625,3513,218.3424072265625,0,1,1.6094379425048828,0,5.513064384460449,3.9512436389923096,7.199891567230225,0,0,1,0,0,0,0,1,0,0 +17,0,0,1,1,0,1,3,50,308.18121337890625,901.78570556640625,3328,205.8332061767578,0,1,2.8332133293151855,0,5.730688095092773,3.9120230674743652,6.80437707901001,0,0,1,0,0,0,0,1,0,0 +1,0,0,1,NA,0,1,3,25,272.9280090332031,98.21428680419922,3616,181.95199584960938,0,1,0,0,5.609208106994629,3.2188758850097656,4.587151527404785,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,0,NA,0,1,3,57,282.0256042480469,60.26785659790039,3643,187.63800048828125,0,1,-1.3862943649291992,0,5.641997814178467,4.043051242828369,4.098798751831055,0,0,1,0,0,0,0,1,0,0 +7,0,0,0,1,0,1,3,41,252.45840454101562,2281.25,3452,168.30560302734375,0,1,1.945910096168518,0,5.531246662139893,3.7135720252990723,7.732478618621826,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,0,1,3,57,260.4187927246094,1944.1964111328125,3640,197.872802734375,0,1,1.6094379425048828,0,5.562291145324707,4.043051242828369,7.572604179382324,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,0,0,1,3,21,270.6535949707031,1795.7589111328125,3752,179.67759704589844,0,1,1.3862943649291992,0,5.600839614868164,3.044522523880005,7.493183135986328,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,0,0,1,3,26,245.63519287109375,320.3125,3640,163.75680541992188,0,1,1.0986123085021973,0,5.503847599029541,3.25809645652771,5.769297122955322,0,0,1,0,0,0,0,1,0,0 +11,0,0,1,0,0,1,3,44,249.0467987060547,2512.27685546875,3352,167.16839599609375,0,1,2.397895336151123,0,5.517640590667725,3.7841897010803223,7.828944683074951,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,0,0,1,3,20,283.1628112792969,338.1696472167969,3540,188.77520751953125,0,1,1.7917594909667969,0,5.646021842956543,2.995732307434082,5.823547840118408,0,0,1,0,0,0,0,1,0,0 +9,0,0,1,1,0,1,3,27,302.4952087402344,2032.3660888671875,3636,201.28439331054688,0,1,2.1972246170043945,0,5.71206521987915,3.295836925506592,7.616955757141113,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,1,0,NA,3,26,247.90960693359375,160.7142791748047,3349,173.99159240722656,0,1,1.0986123085021973,0,5.513064384460449,3.25809645652771,5.079627990722656,0,0,1,0,0,0,0,NA,NA,0 +0.25,0,0,1,1,0,1,3,23,296.8092041015625,667.41070556640625,3640,214.93080139160156,0,1,-1.3862943649291992,0,5.693089485168457,3.1354942321777344,6.503405570983887,0,0,1,0,0,0,0,1,0,0 +3,0,0,1,0,0,1,3,21,272.9280090332031,0,3628,181.95199584960938,0,1,1.0986123085021973,0,5.609208106994629,3.044522523880005,0,0,0,1,0,0,0,0,1,0,0 +8,0,0,1,0,0,1,3,32,245.63519287109375,551.33929443359375,3510,164.8939971923828,0,1,2.079441547393799,0,5.503847599029541,3.465735912322998,6.312350273132324,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,23,272.9280090332031,143.9732208251953,3540,181.95199584960938,0,1,0.6931471824645996,0,5.609208106994629,3.1354942321777344,4.969627380371094,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,0,0,1,3,47,288.8487854003906,92.63392639160156,3352,193.32400512695312,0,1,0.6931471824645996,0,5.665903091430664,3.8501474857330322,4.528655529022217,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,1,0,1,3,35,262.6932067871094,428.5714416503906,3252,175.12879943847656,0,1,0.6931471824645996,0,5.570986747741699,3.5553481578826904,6.060457229614258,0,0,1,0,0,0,0,1,0,0 +18,0,0,0,1,1,1,3,35,262.6932067871094,2422.990966796875,3252,175.12879943847656,0,1,2.890371799468994,0,5.570986747741699,3.5553481578826904,7.792757987976074,0,0,1,0,0,0,0,1,0,0 +12,0,0,1,0,0,1,3,27,258.1444091796875,938.6160888671875,3437,171.71719360351562,0,1,2.4849066734313965,0,5.553519248962402,3.295836925506592,6.844406604766846,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,26,268.37921142578125,325.8928527832031,3628,178.5404052734375,0,1,0.6931471824645996,0,5.592401027679443,3.25809645652771,5.786568641662598,0,0,1,0,0,0,0,1,0,0 +21,0,0,1,1,0,1,3,53,276.339599609375,2968.75,3540,184.2263946533203,0,1,3.044522523880005,0,5.621630668640137,3.97029185295105,7.995896339416504,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,1,1,3,28,272.9280090332031,1662.9464111328125,3452,181.95199584960938,0,1,1.0986123085021973,0,5.609208106994629,3.332204580307007,7.416346073150635,0,0,1,0,0,0,0,1,0,0 +10,0,0,1,1,0,1,3,27,245.63519287109375,292.41070556640625,3628,177.4031982421875,0,1,2.3025851249694824,0,5.503847599029541,3.295836925506592,5.678159236907959,0,0,1,0,0,0,0,1,0,0 +0.25,0,0,1,1,1,1,3,24,267.24200439453125,145.0892791748047,3340,196.735595703125,0,1,-1.3862943649291992,0,5.5881547927856445,3.178053855895996,4.977349281311035,0,0,1,0,0,0,0,1,0,0 +2,0,0,0,0,0,1,3,25,272.9280090332031,789.0625,3552,181.95199584960938,0,1,0.6931471824645996,0,5.609208106994629,3.2188758850097656,6.6708455085754395,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,1,0,1,3,48,288.8487854003906,20.089284896850586,3625,197.872802734375,0,1,1.3862943649291992,0,5.665903091430664,3.8712010383605957,3.0001866817474365,0,0,1,0,0,0,0,1,0,0 +9,0,0,0,0,1,2,3,20,245.63519287109375,2323.66064453125,3528,163.75680541992188,0,1,2.1972246170043945,0,5.503847599029541,2.995732307434082,7.750899314880371,0,0,1,0,0,0,0,0,1,0 +7,0,0,1,1,0,1,3,31,258.1444091796875,178.57142639160156,3449,195.59840393066406,0,1,1.945910096168518,0,5.553519248962402,3.4339871406555176,5.184988498687744,0,0,1,0,0,0,0,1,0,0 +48,0,0,0,0,0,1,3,25,288.8487854003906,2263.392822265625,3452,192.18679809570312,0,1,3.8712010383605957,0,5.665903091430664,3.2188758850097656,7.724620342254639,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,1,0,1,3,32,254.73280334472656,453.125,3740,130.7779998779297,0,1,1.6094379425048828,0,5.540215015411377,3.465735912322998,6.116168022155762,0,0,1,0,0,0,0,1,0,0 +10,0,0,1,1,1,1,3,21,286.57440185546875,2344.865966796875,3513,191.0496063232422,0,1,2.3025851249694824,0,5.657998085021973,3.044522523880005,7.759983539581299,0,0,1,0,0,0,0,1,0,0 +15,0,0,0,0,0,1,3,27,266.10479736328125,578.125,3449,180.81480407714844,0,1,2.70805025100708,0,5.583890438079834,3.295836925506592,6.359790325164795,0,0,1,0,0,0,0,1,0,0 +4,0,0,0,0,0,1,3,43,272.9280090332031,103.79463958740234,3732,181.95199584960938,0,1,1.3862943649291992,0,5.609208106994629,3.761200189590454,4.642414093017578,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,0,0,1,3,38,272.9280090332031,50.22321319580078,3237,181.95199584960938,0,1,2.079441547393799,0,5.609208106994629,3.6375861167907715,3.9164774417877197,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,NA,1,1,3,34,267.24200439453125,2899.553466796875,3116,178.5404052734375,0,1,2.079441547393799,0,5.5881547927856445,3.526360511779785,7.972311973571777,0,0,1,0,0,0,0,1,0,0 +2,0,0,1,0,0,1,3,27,247.90960693359375,188.61607360839844,3510,164.8939971923828,0,1,0.6931471824645996,0,5.513064384460449,3.295836925506592,5.239713668823242,0,0,1,0,0,0,0,1,0,0 +9,0,0,1,0,0,1,3,20,272.9280090332031,194.19642639160156,3510,181.95199584960938,0,1,2.1972246170043945,0,5.609208106994629,2.995732307434082,5.2688703536987305,0,0,1,0,0,0,0,1,0,0 +25,0,0,1,0,1,1,3,20,295.6719970703125,22062.5,3602,196.735595703125,0,1,3.2188758850097656,0,5.689250946044922,2.995732307434082,10.00163459777832,0,0,1,0,0,0,0,1,0,0 +157,0,0,0,1,0,1,3,50,252.45840454101562,1962.0535888671875,3310,168.30560302734375,0,1,5.056245803833008,0,5.531246662139893,3.9120230674743652,7.581747055053711,0,0,1,0,0,0,0,1,0,0 +5,0,0,1,0,1,1,3,21,272.9280090332031,1311.3839111328125,3440,181.95199584960938,0,1,1.6094379425048828,0,5.609208106994629,3.044522523880005,7.17883825302124,0,0,1,0,0,0,0,1,0,0 +9,0,0,0,1,0,1,3,39,250.1840057373047,3452.009033203125,3449,167.16839599609375,0,1,2.1972246170043945,0,5.5221967697143555,3.6635615825653076,8.146711349487305,0,0,1,0,0,0,0,1,0,0 +19,0,0,1,0,0,1,3,19,250.1840057373047,941.96429443359375,3640,166.0312042236328,0,1,2.944438934326172,0,5.5221967697143555,2.944438934326172,6.847967147827148,0,0,1,0,0,0,0,1,0,0 +58,0,0,0,1,1,1,3,39,263.8304138183594,8609.375,3328,176.26600646972656,0,1,4.060442924499512,0,5.575306415557861,3.6635615825653076,9.060606956481934,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,0,1,1,3,27,246.77239990234375,185.26785278320312,3636,164.8939971923828,0,1,0,0,5.5084662437438965,3.295836925506592,5.221802711486816,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,0,0,1,3,27,246.77239990234375,229.9107208251953,3636,164.8939971923828,0,1,0,0,5.5084662437438965,3.295836925506592,5.4376912117004395,0,0,1,0,0,0,0,1,0,0 +1,0,0,0,1,0,1,3,24,254.73280334472656,161.83035278320312,3310,170.5800018310547,0,1,0,0,5.540215015411377,3.178053855895996,5.086548805236816,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,0,0,1,3,22,275.202392578125,1020.0892944335938,3640,183.08920288085938,0,1,1.7917594909667969,0,5.617506980895996,3.0910425186157227,6.927645683288574,0,0,1,0,0,0,0,1,0,0 +9,0,0,0,0,0,1,3,41,263.8304138183594,537.9464111328125,3449,176.26600646972656,0,1,2.1972246170043945,0,5.575306415557861,3.7135720252990723,6.287758827209473,0,0,1,0,0,0,0,1,0,0 +12,0,0,0,0,0,1,3,59,286.57440185546875,379.46429443359375,3328,191.0496063232422,0,1,2.4849066734313965,0,5.657998085021973,4.077537536621094,5.938760280609131,0,0,1,0,0,0,0,1,0,0 +3,0,0,0,1,0,1,3,47,257.0072021484375,26.785715103149414,3352,171.71719360351562,0,1,1.0986123085021973,0,5.5491042137146,3.8501474857330322,3.2878687381744385,0,0,1,0,0,0,0,1,0,0 +7,0,0,1,1,0,1,3,53,293.3976135253906,527.90179443359375,3228,195.59840393066406,0,1,1.945910096168518,0,5.681528568267822,3.97029185295105,6.2689104080200195,0,0,1,0,0,0,0,1,0,0 +8,0,0,0,1,1,1,3,24,270.6535949707031,1619.419677734375,3540,179.67759704589844,0,1,2.079441547393799,0,5.600839614868164,3.178053855895996,7.389822959899902,0,0,1,0,0,0,0,1,0,0 +4,0,0,1,1,1,1,3,19,304.76959228515625,2965.40185546875,3613,203.55880737304688,0,1,1.3862943649291992,0,5.719555854797363,2.944438934326172,7.994767665863037,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,1,0,1,3,21,296.8092041015625,281.25,3428,197.872802734375,0,1,1.7917594909667969,0,5.693089485168457,3.044522523880005,5.639244079589844,0,0,1,0,0,0,0,1,0,0 +9,0,0,1,0,0,2,3,24,272.9280090332031,0,3128,163.75680541992188,0,1,2.1972246170043945,0,5.609208106994629,3.178053855895996,0,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,0,0,2,3,25,295.6719970703125,662.9464111328125,3116,196.735595703125,0,1,0,0,5.689250946044922,3.2188758850097656,6.496694087982178,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,1,1,2,3,20,272.9280090332031,209.82142639160156,3543,151.2476043701172,0,1,0,0,5.609208106994629,2.995732307434082,5.346256732940674,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,0,0,3,3,23,258.1444091796875,55.80356979370117,3152,171.71719360351562,0,1,1.0986123085021973,0,5.553519248962402,3.1354942321777344,4.0218377113342285,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,0,3,3,52,268.37921142578125,0,3510,178.5404052734375,0,1,1.0986123085021973,0,5.592401027679443,3.9512436389923096,0,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,0,2,3,60,301.3580017089844,314.7321472167969,3610,202.42160034179688,0,1,0.6931471824645996,0,5.708299160003662,4.094344615936279,5.7517218589782715,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,0,1,2,3,22,296.8092041015625,2093.75,3152,218.3424072265625,0,1,1.3862943649291992,0,5.693089485168457,3.0910425186157227,7.646711826324463,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,1,0,2,3,32,250.1840057373047,188.61607360839844,3116,177.4031982421875,0,1,1.0986123085021973,0,5.5221967697143555,3.465735912322998,5.239713668823242,0,0,1,0,0,0,0,0,1,0 +5,0,0,1,1,0,2,3,34,283.1628112792969,0,3528,217.2052001953125,0,1,1.6094379425048828,0,5.646021842956543,3.526360511779785,0,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,0,0,2,3,26,307.04400634765625,378.34820556640625,3449,204.6959991455078,0,1,1.3862943649291992,0,5.726991176605225,3.25809645652771,5.93581485748291,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,0,0,2,3,19,250.1840057373047,453.125,3540,167.16839599609375,0,1,1.0986123085021973,0,5.5221967697143555,2.944438934326172,6.116168022155762,0,0,1,0,0,0,0,0,1,0 +31,0,0,1,0,1,2,3,23,261.5559997558594,6823.66064453125,3328,173.99159240722656,0,1,3.4339871406555176,0,5.566648483276367,3.1354942321777344,8.82815170288086,0,0,1,0,0,0,0,0,1,0 +4,0,0,1,1,0,2,3,24,283.1628112792969,127.23213958740234,3504,211.51919555664062,0,1,1.3862943649291992,0,5.646021842956543,3.178053855895996,4.846013069152832,0,0,1,0,0,0,0,0,1,0 +3,0,0,1,0,0,2,3,21,307.04400634765625,297.9910583496094,3628,204.6959991455078,0,1,1.0986123085021973,0,5.726991176605225,3.044522523880005,5.697063446044922,0,0,1,0,0,0,0,0,1,0 +43,0,0,1,0,1,2,3,26,286.57440185546875,3078.125,3428,191.0496063232422,0,1,3.761200189590454,0,5.657998085021973,3.25809645652771,8.032075881958008,0,0,1,0,0,0,0,0,1,0 +6,0,0,1,1,1,2,3,24,295.6719970703125,1625,3028,197.872802734375,0,1,1.7917594909667969,0,5.689250946044922,3.178053855895996,7.39326286315918,0,0,1,0,0,0,0,0,1,0 +7,0,0,1,1,0,2,3,45,297.9464111328125,438.6160583496094,3728,197.872802734375,0,1,1.945910096168518,0,5.696913719177246,3.8066625595092773,6.083624362945557,0,0,1,0,0,0,0,0,1,0 +0.25,0,0,1,1,0,2,3,27,252.45840454101562,802.45538330078125,3702,173.99159240722656,0,1,-1.3862943649291992,0,5.531246662139893,3.295836925506592,6.687676429748535,0,0,1,0,0,0,0,0,1,0 +1,0,0,1,0,0,2,3,22,278.614013671875,72.54463958740234,3210,196.735595703125,0,1,0,0,5.629827499389648,3.0910425186157227,4.2842020988464355,0,0,1,0,0,0,0,0,1,0 +10,0,0,1,0,1,3,3,37,284.29998779296875,399.5535583496094,3528,188.77520751953125,0,1,2.3025851249694824,0,5.650030136108398,3.610917806625366,5.990347862243652,0,0,1,0,0,0,0,0,0,0 +18,0,0,1,1,1,3,3,22,308.18121337890625,1252.232177734375,3228,205.8332061767578,0,1,2.890371799468994,0,5.730688095092773,3.0910425186157227,7.132682800292969,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,21,294.5347900390625,178.57142639160156,3540,196.735595703125,0,1,-1.3862943649291992,0,5.685397148132324,3.044522523880005,5.184988498687744,0,0,1,0,0,0,0,0,0,0 +8,0,0,1,0,0,3,3,25,294.5347900390625,50.22321319580078,3610,196.735595703125,0,1,2.079441547393799,0,5.685397148132324,3.2188758850097656,3.9164774417877197,0,0,1,0,0,0,0,0,0,0 +8,0,0,0,0,0,3,3,26,260.4187927246094,129.4642791748047,3152,172.85440063476562,0,1,2.079441547393799,0,5.562291145324707,3.25809645652771,4.863405227661133,0,0,1,0,0,0,0,0,0,0 +24,0,0,1,1,1,3,3,37,278.614013671875,4216.51806640625,3146,185.3636016845703,0,1,3.178053855895996,0,5.629827499389648,3.610917806625366,8.34676456451416,0,0,1,0,0,0,0,0,0,0 +11,0,0,1,1,0,3,3,55,264.96759033203125,3517.857177734375,3628,177.4031982421875,0,1,2.397895336151123,0,5.5796074867248535,4.007333278656006,8.165607452392578,0,0,1,0,0,0,0,0,0,0 +13,0,0,1,1,0,3,3,31,284.29998779296875,709.8214111328125,3552,181.95199584960938,0,1,2.5649492740631104,0,5.650030136108398,3.4339871406555176,6.565013408660889,0,0,1,0,0,0,0,0,0,0 +22,0,0,1,0,1,3,3,26,263.8304138183594,856.02679443359375,3152,205.8332061767578,0,1,3.0910425186157227,0,5.575306415557861,3.25809645652771,6.7523016929626465,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,0,3,3,24,284.29998779296875,626.1160888671875,3640,189.9123992919922,0,1,1.945910096168518,0,5.650030136108398,3.178053855895996,6.439535617828369,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,25,245.63519287109375,160.7142791748047,3640,163.75680541992188,0,1,-1.3862943649291992,0,5.503847599029541,3.2188758850097656,5.079627990722656,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,0,0,3,3,20,252.45840454101562,118.30357360839844,3740,168.30560302734375,0,1,0.6931471824645996,0,5.531246662139893,2.995732307434082,4.773253917694092,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,19,250.1840057373047,238.8392791748047,3540,55.722801208496094,0,1,0,0,5.5221967697143555,2.944438934326172,5.475790977478027,0,0,1,0,0,0,0,0,0,0 +17,0,0,1,1,0,3,3,24,261.5559997558594,89.28571319580078,3428,175.12879943847656,0,1,2.8332133293151855,0,5.566648483276367,3.178053855895996,4.4918413162231445,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,24,293.3976135253906,266.7410583496094,3540,195.59840393066406,0,1,0,0,5.681528568267822,3.178053855895996,5.586278438568115,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,22,305.90679931640625,246.6517791748047,3604,150.1103973388672,0,1,-1.3862943649291992,0,5.723280429840088,3.0910425186157227,5.507977485656738,0,0,1,0,0,0,0,0,0,0 +8,0,0,1,0,0,3,3,24,295.6719970703125,680.8035888671875,3110,196.735595703125,0,1,2.079441547393799,0,5.689250946044922,3.178053855895996,6.523273944854736,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,0,3,3,48,301.3580017089844,316.96429443359375,3504,201.28439331054688,0,1,0,0,5.708299160003662,3.8712010383605957,5.7587890625,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,1,3,3,38,301.3580017089844,3427.455322265625,3710,200.14720153808594,0,1,1.945910096168518,0,5.708299160003662,3.6375861167907715,8.139573097229004,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,3,31,296.8092041015625,274.5535583496094,3640,186.50079345703125,0,1,1.0986123085021973,0,5.693089485168457,3.4339871406555176,5.615146160125732,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,1,3,3,41,246.77239990234375,1668.5267333984375,3640,164.8939971923828,0,1,1.6094379425048828,0,5.5084662437438965,3.7135720252990723,7.41969633102417,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,1,1,3,3,51,250.1840057373047,3354.91064453125,3528,167.16839599609375,0,1,1.945910096168518,0,5.5221967697143555,3.931825637817383,8.118180274963379,0,0,1,0,0,0,0,0,0,0 +14,0,0,1,1,0,3,3,29,263.8304138183594,630.58038330078125,3740,176.26600646972656,0,1,2.6390573978424072,0,5.575306415557861,3.367295742034912,6.446640491485596,0,0,1,0,0,0,0,0,0,0 +12,0,0,1,0,0,3,3,20,285.43719482421875,930.8035888671875,3613,189.9123992919922,0,1,2.4849066734313965,0,5.654022216796875,2.995732307434082,6.836048126220703,0,0,1,0,0,0,0,0,0,0 +15,0,0,1,1,0,3,3,63,251.32119750976562,390.625,3728,167.16839599609375,0,1,2.70805025100708,0,5.526731967926025,4.143134593963623,5.967748165130615,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,3,28,254.73280334472656,202.00892639160156,3210,173.99159240722656,0,1,-1.3862943649291992,0,5.540215015411377,3.332204580307007,5.308311939239502,0,0,1,0,0,0,0,0,0,0 +99,0,0,1,0,1,3,3,24,287.71160888671875,44945.3125,3302,191.0496063232422,0,1,4.595119953155518,0,5.661958694458008,3.178053855895996,10.713201522827148,0,0,1,0,0,0,0,0,0,0 +9,0,0,1,1,1,3,3,56,262.6932067871094,1774.5535888671875,3728,175.12879943847656,0,1,2.1972246170043945,0,5.570986747741699,4.025351524353027,7.481304168701172,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,23,280.8883972167969,750,3540,187.63800048828125,0,1,1.0986123085021973,0,5.637957572937012,3.1354942321777344,6.620073318481445,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,3,25,289.9859924316406,193.08035278320312,3110,193.32400512695312,0,1,-1.3862943649291992,0,5.669832706451416,3.2188758850097656,5.263106346130371,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,28,260.4187927246094,944.1964111328125,3640,172.85440063476562,0,1,1.3862943649291992,0,5.562291145324707,3.332204580307007,6.850334167480469,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,NA,1,3,3,57,247.90960693359375,1438.6160888671875,3004,167.16839599609375,0,1,0.6931471824645996,0,5.513064384460449,4.043051242828369,7.27143669128418,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,23,254.73280334472656,320.3125,3740,163.75680541992188,0,1,0,0,5.540215015411377,3.1354942321777344,5.769297122955322,0,0,1,0,0,0,0,0,0,0 +17,0,0,1,1,1,3,3,38,308.18121337890625,1987.7232666015625,3428,204.6959991455078,0,1,2.8332133293151855,0,5.730688095092773,3.6375861167907715,7.59474515914917,0,0,1,0,0,0,0,0,0,0 +17,0,0,1,1,0,3,3,61,274.065185546875,976.5625,3428,181.95199584960938,0,1,2.8332133293151855,0,5.61336612701416,4.110873699188232,6.884038925170898,0,0,1,0,0,0,0,0,0,0 +2,0,0,1,1,0,3,3,62,295.6719970703125,520.08929443359375,3540,196.735595703125,0,1,0.6931471824645996,0,5.689250946044922,4.127134323120117,6.254000663757324,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,1,0,3,3,28,300.2207946777344,697.54461669921875,3628,200.14720153808594,0,1,1.6094379425048828,0,5.7045183181762695,3.332204580307007,6.5475664138793945,0,0,1,0,0,0,0,0,0,0 +27,0,0,1,1,1,3,3,51,301.3580017089844,26625,3602,200.14720153808594,0,1,3.295836925506592,0,5.708299160003662,3.931825637817383,10.189605712890625,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,49,304.76959228515625,348.21429443359375,3328,203.55880737304688,0,1,1.3862943649291992,0,5.719555854797363,3.891820192337036,5.852818012237549,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,0,0,3,3,22,270.6535949707031,209.82142639160156,3728,179.67759704589844,0,1,1.3862943649291992,0,5.600839614868164,3.0910425186157227,5.346256732940674,0,0,1,0,0,0,0,0,0,0 +10,0,0,0,1,0,3,3,38,289.9859924316406,396.2053527832031,3152,193.32400512695312,0,1,2.3025851249694824,0,5.669832706451416,3.6375861167907715,5.981932640075684,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,3,27,274.065185546875,276.78570556640625,3328,184.2263946533203,0,1,1.0986123085021973,0,5.61336612701416,3.295836925506592,5.623243808746338,0,0,1,0,0,0,0,0,0,0 +9,0,0,0,0,0,3,3,60,303.63238525390625,753.34820556640625,3352,179.67759704589844,0,1,2.1972246170043945,0,5.715817928314209,4.094344615936279,6.624527454376221,0,0,1,0,0,0,0,0,0,0 +5,0,0,0,0,0,3,3,62,284.29998779296875,459.8214416503906,3752,189.9123992919922,0,1,1.6094379425048828,0,5.650030136108398,4.127134323120117,6.130838394165039,0,0,1,0,0,0,0,0,0,0 +6,0,0,0,1,1,3,3,43,271.7908020019531,322.5446472167969,3328,180.81480407714844,0,1,1.7917594909667969,0,5.605032444000244,3.761200189590454,5.776241779327393,0,0,1,0,0,0,0,0,0,0 +182,0,0,0,1,1,3,3,53,289.9859924316406,27901.78515625,3452,194.46119689941406,0,1,5.204006671905518,0,5.669832706451416,3.97029185295105,10.236446380615234,0,0,1,0,0,0,0,0,0,0 +3,0,0,0,1,0,3,3,49,270.6535949707031,294.6428527832031,3152,213.79359436035156,0,1,1.0986123085021973,0,5.600839614868164,3.891820192337036,5.685763835906982,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,1,1,3,3,39,286.57440185546875,2018.9732666015625,3210,159.20799255371094,0,1,0,0,5.657998085021973,3.6635615825653076,7.610344409942627,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,0,0,3,3,29,254.73280334472656,331.47320556640625,3640,170.5800018310547,0,1,0.6931471824645996,0,5.540215015411377,3.367295742034912,5.803546905517578,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,0,0,3,3,28,257.0072021484375,123.88392639160156,3740,170.5800018310547,0,1,0.6931471824645996,0,5.5491042137146,3.332204580307007,4.819344997406006,0,0,1,0,0,0,0,0,0,0 +6,0,0,0,0,0,3,3,61,284.29998779296875,1062.5,3428,189.9123992919922,0,1,1.7917594909667969,0,5.650030136108398,4.110873699188232,6.968379974365234,0,0,1,0,0,0,0,0,0,0 +12,0,0,0,1,1,3,3,36,295.6719970703125,2823.66064453125,3410,196.735595703125,0,1,2.4849066734313965,0,5.689250946044922,3.5835189819335938,7.945789337158203,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,0,0,3,3,50,278.614013671875,147.32142639160156,3049,185.3636016845703,0,1,0.6931471824645996,0,5.629827499389648,3.9120230674743652,4.992616653442383,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,NA,0,3,3,21,245.63519287109375,505.5803527832031,3452,163.75680541992188,0,1,1.6094379425048828,0,5.503847599029541,3.044522523880005,6.225707054138184,0,0,1,0,0,0,0,0,0,0 +11,0,0,1,0,0,3,3,47,287.71160888671875,881.6964111328125,3740,192.18679809570312,0,1,2.397895336151123,0,5.661958694458008,3.8501474857330322,6.781847953796387,0,0,1,0,0,0,0,0,0,0 +19,0,0,1,0,1,3,3,22,295.6719970703125,3408.482177734375,3602,196.735595703125,0,1,2.944438934326172,0,5.689250946044922,3.0910425186157227,8.13402271270752,0,0,1,0,0,0,0,0,0,0 +2,0,0,0,1,0,3,3,33,254.73280334472656,126.11607360839844,3504,171.71719360351562,0,1,0.6931471824645996,0,5.540215015411377,3.4965076446533203,4.837202548980713,0,0,1,0,0,0,0,0,0,0 +7,0,0,1,0,1,3,3,20,258.1444091796875,1246.6517333984375,3628,171.71719360351562,0,1,1.945910096168518,0,5.553519248962402,2.995732307434082,7.128216743469238,0,0,1,0,0,0,0,0,0,0 +6,0,0,1,0,0,3,3,65,266.10479736328125,295.7589416503906,3349,168.30560302734375,0,1,1.7917594909667969,0,5.583890438079834,4.174387454986572,5.689544677734375,0,0,1,0,0,0,0,0,0,0 +8,0,0,0,0,1,3,3,32,284.29998779296875,1976.5625,3640,189.9123992919922,0,1,2.079441547393799,0,5.650030136108398,3.465735912322998,7.589114665985107,0,0,1,0,0,0,0,0,0,0 +0.25,0,0,1,NA,1,3,3,23,255.8699951171875,2233.259033203125,3252,170.5800018310547,0,1,-1.3862943649291992,0,5.5446696281433105,3.1354942321777344,7.711217403411865,0,0,1,0,0,0,0,0,0,0 +5,0,0,0,1,0,3,3,49,285.43719482421875,1180.8035888671875,3152,191.0496063232422,0,1,1.6094379425048828,0,5.654022216796875,3.891820192337036,7.073950290679932,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,1,0,3,3,22,301.3580017089844,507.8125,3628,200.14720153808594,0,1,1.3862943649291992,0,5.708299160003662,3.0910425186157227,6.230112075805664,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,28,257.0072021484375,0,3152,171.71719360351562,0,1,0,0,5.5491042137146,3.332204580307007,0,0,0,1,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,3,19,289.9859924316406,703.125,3449,193.32400512695312,0,1,1.0986123085021973,0,5.669832706451416,2.944438934326172,6.555534839630127,0,0,1,0,0,0,0,0,0,0 +5,0,0,1,0,0,3,3,41,296.8092041015625,243.30357360839844,3540,197.872802734375,0,1,1.6094379425048828,0,5.693089485168457,3.7135720252990723,5.494309902191162,0,0,1,0,0,0,0,0,0,0 +1,0,0,1,0,0,3,3,29,288.8487854003906,262.27679443359375,3740,192.18679809570312,0,1,0,0,5.665903091430664,3.367295742034912,5.569400310516357,0,0,1,0,0,0,0,0,0,0 +38,0,0,1,1,1,3,3,24,297.9464111328125,4872.76806640625,3640,199.00999450683594,0,1,3.6375861167907715,0,5.696913719177246,3.178053855895996,8.49141788482666,0,0,1,0,0,0,0,0,0,0 +7,0,0,0,1,0,1,3,36,296.8092041015625,382.8125,3152,197.872802734375,0,1,1.945910096168518,0,5.693089485168457,3.5835189819335938,5.947545528411865,0,0,1,0,0,0,0,1,0,0 +6,0,0,1,0,1,3,3,27,302.4952087402344,1335.9375,3510,201.28439331054688,0,1,1.7917594909667969,0,5.71206521987915,3.295836925506592,7.197388648986816,0,0,1,0,0,0,0,0,0,0 +4,0,0,1,NA,1,3,4,34,271.7908020019531,1771.205322265625,4534,180.81480407714844,0,1,1.3862943649291992,0,5.605032444000244,3.526360511779785,7.479415416717529,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,1,0,0,3,4,21,255.8699951171875,95.98213958740234,4437,227.44000244140625,0,1,-1.3862943649291992,0,5.5446696281433105,3.044522523880005,4.564162254333496,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,0,1,1,4,29,255.8699951171875,2323.66064453125,4834,205.8332061767578,0,1,1.7917594909667969,0,5.5446696281433105,3.367295742034912,7.750899314880371,0,0,0,1,0,0,0,1,0,0 +0.25,0,0,1,1,0,1,4,53,266.10479736328125,32.36606979370117,4852,177.4031982421875,0,1,-1.3862943649291992,0,5.583890438079834,3.97029185295105,3.4771106243133545,0,0,0,1,0,0,0,1,0,0 +2,0,0,1,0,0,1,4,20,260.4187927246094,1170.7589111328125,4152,187.63800048828125,0,1,0.6931471824645996,0,5.562291145324707,2.995732307434082,7.0654072761535645,0,0,0,1,0,0,0,1,0,0 +9,0,0,1,1,1,1,4,30,261.5559997558594,2988.83935546875,4834,173.99159240722656,0,1,2.1972246170043945,0,5.566648483276367,3.4011974334716797,8.002640724182129,0,0,0,1,0,0,0,1,0,0 +4,0,0,1,1,0,1,4,64,280.8883972167969,0,4834,250.1840057373047,0,1,1.3862943649291992,0,5.637957572937012,4.158883094787598,0,0,0,0,1,0,0,0,1,0,0 +15,0,0,1,0,1,1,4,22,294.5347900390625,1568.080322265625,4034,154.65919494628906,0,1,2.70805025100708,0,5.685397148132324,3.0910425186157227,7.357607364654541,0,0,0,1,0,0,0,1,0,0 +3,0,0,1,1,0,1,4,24,252.45840454101562,145.0892791748047,4152,173.99159240722656,0,1,1.0986123085021973,0,5.531246662139893,3.178053855895996,4.977349281311035,0,0,0,1,0,0,0,1,0,0 +15,0,0,1,1,1,1,4,39,275.202392578125,3142.857177734375,4634,183.08920288085938,0,1,2.70805025100708,0,5.617506980895996,3.6635615825653076,8.052887916564941,0,0,0,1,0,0,0,1,0,0 +12,0,0,1,1,1,1,4,22,261.5559997558594,1710.9375,4046,173.99159240722656,0,1,2.4849066734313965,0,5.566648483276367,3.0910425186157227,7.444796562194824,0,0,0,1,0,0,0,1,0,0 +0.25,0,0,1,1,0,NA,4,34,279.7511901855469,172.99107360839844,4410,186.50079345703125,0,1,-1.3862943649291992,0,5.6339006423950195,3.526360511779785,5.153240203857422,0,0,0,1,0,0,0,NA,NA,0 +7,0,0,1,1,0,2,4,22,272.9280090332031,833.70538330078125,4152,181.95199584960938,0,1,1.945910096168518,0,5.609208106994629,3.0910425186157227,6.725880146026611,0,0,0,1,0,0,0,0,1,0 +12,0,0,0,1,0,1,4,34,293.3976135253906,274.5535583496094,4834,195.59840393066406,0,1,2.4849066734313965,0,5.681528568267822,3.526360511779785,5.615146160125732,0,0,0,1,0,0,0,1,0,0 +0.25,0,0,1,1,1,1,4,62,278.614013671875,1859.375,4834,205.8332061767578,0,1,-1.3862943649291992,0,5.629827499389648,4.127134323120117,7.527995586395264,0,0,0,1,0,0,0,1,0,0 +16,0,0,1,1,0,1,4,32,286.57440185546875,50.22321319580078,4452,168.30560302734375,0,1,2.7725887298583984,0,5.657998085021973,3.465735912322998,3.9164774417877197,0,0,0,1,0,0,0,1,0,0 +6,0,0,1,1,1,1,4,28,308.18121337890625,1339.2857666015625,4852,205.8332061767578,0,1,1.7917594909667969,0,5.730688095092773,3.332204580307007,7.199891567230225,0,0,0,1,0,0,0,1,0,0 +9,0,0,0,0,1,1,4,23,293.3976135253906,2483.259033203125,4834,186.50079345703125,0,1,2.1972246170043945,0,5.681528568267822,3.1354942321777344,7.81732702255249,0,0,0,1,0,0,0,1,0,0 +6,0,0,1,1,0,1,4,34,279.7511901855469,5.580357074737549,4834,186.50079345703125,0,1,1.7917594909667969,0,5.6339006423950195,3.526360511779785,1.7192528247833252,0,0,0,1,0,0,0,1,0,0 +2,0,0,1,0,0,1,4,26,285.43719482421875,75.89286041259766,4152,189.9123992919922,0,1,0.6931471824645996,0,5.654022216796875,3.25809645652771,4.329322814941406,0,0,0,1,0,0,0,1,0,0 +5,0,0,1,1,1,3,4,41,261.5559997558594,2235.490966796875,4834,173.99159240722656,0,1,1.6094379425048828,0,5.566648483276367,3.7135720252990723,7.712216377258301,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,0,0,1,4,24,247.90960693359375,2095.982177734375,4534,181.95199584960938,0,1,2.079441547393799,0,5.513064384460449,3.178053855895996,7.647777557373047,0,0,0,1,0,0,0,1,0,0 +7,0,0,1,1,0,1,4,55,301.3580017089844,128.3482208251953,4634,200.14720153808594,0,1,1.945910096168518,0,5.708299160003662,4.007333278656006,4.8547468185424805,0,0,0,1,0,0,0,1,0,0 +14,0,0,1,1,1,1,4,43,266.10479736328125,3287.946533203125,4452,177.4031982421875,0,1,2.6390573978424072,0,5.583890438079834,3.761200189590454,8.098018646240234,0,0,0,1,0,0,0,1,0,0 +10,0,0,1,1,1,1,4,45,261.5559997558594,888.39288330078125,4113,173.99159240722656,0,1,2.3025851249694824,0,5.566648483276367,3.8066625595092773,6.789413928985596,0,0,0,1,0,0,0,1,0,0 +11,0,0,1,0,1,1,4,19,249.0467987060547,2555.803466796875,4849,166.0312042236328,0,1,2.397895336151123,0,5.517640590667725,2.944438934326172,7.846121788024902,0,0,0,1,0,0,0,1,0,0 +8,0,0,1,0,1,1,4,27,299.0835876464844,2108.259033203125,4834,199.00999450683594,0,1,2.079441547393799,0,5.700723171234131,3.295836925506592,7.653617858886719,0,0,0,1,0,0,0,1,0,0 +8,0,0,1,1,1,3,4,73,277.476806640625,2564.732177734375,4834,167.16839599609375,0,1,2.079441547393799,0,5.625737190246582,4.290459632873535,7.849609375,0,0,0,1,0,0,0,0,0,0 +7,0,0,1,0,0,3,4,23,245.63519287109375,69.19642639160156,4152,163.75680541992188,0,1,1.945910096168518,0,5.503847599029541,3.1354942321777344,4.236949443817139,0,0,0,1,0,0,0,0,0,0 +1,0,0,0,1,0,3,4,45,302.4952087402344,117.1875,4152,101.21080017089844,0,1,0,0,5.71206521987915,3.8066625595092773,4.76377534866333,0,0,0,1,0,0,0,0,0,0 +4,0,0,1,1,0,2,4,24,296.8092041015625,0,4149,199.00999450683594,0,1,1.3862943649291992,0,5.693089485168457,3.178053855895996,0,0,0,0,1,0,0,0,0,1,0 +3,0,0,1,0,1,2,4,23,267.24200439453125,1709.8214111328125,4440,178.5404052734375,0,1,1.0986123085021973,0,5.5881547927856445,3.1354942321777344,7.444144248962402,0,0,0,1,0,0,0,0,1,0 +3,0,0,1,1,1,2,4,49,288.8487854003906,1690.8482666015625,4634,193.32400512695312,0,1,1.0986123085021973,0,5.665903091430664,3.891820192337036,7.432985782623291,0,0,0,1,0,0,0,0,1,0 +9,0,0,1,1,1,2,4,35,272.9280090332031,3853.794677734375,4834,181.95199584960938,0,1,2.1972246170043945,0,5.609208106994629,3.5553481578826904,8.256814002990723,0,0,0,1,0,0,0,0,1,0 +3,0,0,1,1,0,2,4,31,307.04400634765625,137.2767791748047,4652,204.6959991455078,0,1,1.0986123085021973,0,5.726991176605225,3.4339871406555176,4.921998977661133,0,0,0,1,0,0,0,0,1,0 +9,0,0,1,1,0,2,4,35,275.202392578125,235.49107360839844,4652,183.08920288085938,0,1,2.1972246170043945,0,5.617506980895996,3.5553481578826904,5.461672782897949,0,0,0,1,0,0,0,0,1,0 +24,0,0,1,0,1,2,4,19,279.7511901855469,6705.35693359375,4634,186.50079345703125,0,1,3.178053855895996,0,5.6339006423950195,2.944438934326172,8.810662269592285,0,0,0,1,0,0,0,0,1,0 +6,0,0,1,0,1,2,4,28,302.4952087402344,1733.2589111328125,4846,201.28439331054688,0,1,1.7917594909667969,0,5.71206521987915,3.332204580307007,7.457758903503418,0,0,0,1,0,0,0,0,1,0 +6,0,0,1,1,1,2,4,23,272.9280090332031,1401.7857666015625,4852,181.95199584960938,0,1,1.7917594909667969,0,5.609208106994629,3.1354942321777344,7.245502471923828,0,0,0,1,0,0,0,0,1,0 +3,0,0,1,0,1,2,4,52,284.29998779296875,839.28570556640625,4428,189.9123992919922,0,1,1.0986123085021973,0,5.650030136108398,3.9512436389923096,6.732551097869873,0,0,0,1,0,0,0,0,1,0 +46,0,0,1,0,0,3,4,23,253.59559631347656,539.0625,4452,171.71719360351562,0,1,3.828641414642334,0,5.535740852355957,3.1354942321777344,6.289831638336182,0,0,0,1,0,0,0,0,0,0 +2,0,0,1,0,0,3,4,31,255.8699951171875,301.33929443359375,4149,170.5800018310547,0,1,0.6931471824645996,0,5.5446696281433105,3.4339871406555176,5.7082366943359375,0,0,0,1,0,0,0,0,0,0 +36,0,0,1,1,1,3,4,26,270.6535949707031,3504.46435546875,4428,180.81480407714844,0,1,3.5835189819335938,0,5.600839614868164,3.25809645652771,8.161792755126953,0,0,0,1,0,0,0,0,0,0 +1,0,0,1,1,0,3,4,20,287.71160888671875,0,4952,191.0496063232422,0,1,0,0,5.661958694458008,2.995732307434082,0,0,0,0,1,0,0,0,0,0,0 +7,0,0,1,0,1,3,4,21,251.32119750976562,3095.982177734375,4634,167.16839599609375,0,1,1.945910096168518,0,5.526731967926025,3.044522523880005,8.037860870361328,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,0,1,3,4,23,272.9280090332031,2468.75,4546,181.95199584960938,0,1,1.7917594909667969,0,5.609208106994629,3.1354942321777344,7.811467170715332,0,0,0,1,0,0,0,0,0,0 +7,0,0,0,0,1,3,4,23,252.45840454101562,1810.267822265625,4834,168.30560302734375,0,1,1.945910096168518,0,5.531246662139893,3.1354942321777344,7.501230239868164,0,0,0,1,0,0,0,0,0,0 +8,0,0,0,1,0,3,4,57,267.24200439453125,838.16961669921875,4846,178.5404052734375,0,1,2.079441547393799,0,5.5881547927856445,4.043051242828369,6.731220722198486,0,0,0,1,0,0,0,0,0,0 +9,0,0,1,0,0,3,4,28,272.9280090332031,382.8125,4610,181.95199584960938,0,1,2.1972246170043945,0,5.609208106994629,3.332204580307007,5.947545528411865,0,0,0,1,0,0,0,0,0,0 +0.25,0,0,1,1,0,3,4,27,259.2815856933594,41.29464340209961,4652,170.5800018310547,0,1,-1.3862943649291992,0,5.557914733886719,3.295836925506592,3.7207326889038086,0,0,0,1,0,0,0,0,0,0 +7,0,0,0,1,1,3,4,49,246.77239990234375,1705.357177734375,4834,170.5800018310547,0,1,1.945910096168518,0,5.5084662437438965,3.891820192337036,7.441529750823975,0,0,0,1,0,0,0,0,0,0 +4,0,0,1,0,0,3,4,54,279.7511901855469,92.63392639160156,4834,186.50079345703125,0,1,1.3862943649291992,0,5.6339006423950195,3.9889841079711914,4.528655529022217,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,0,1,3,4,28,261.5559997558594,1970.982177734375,4846,173.99159240722656,0,1,1.0986123085021973,0,5.566648483276367,3.332204580307007,7.586287498474121,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,1,1,3,4,32,272.9280090332031,1219.8660888671875,4634,177.4031982421875,0,1,2.079441547393799,0,5.609208106994629,3.465735912322998,7.106496334075928,0,0,0,1,0,0,0,0,0,0 +182,0,0,1,1,1,3,4,58,286.57440185546875,218.75,4346,191.0496063232422,0,1,5.204006671905518,0,5.657998085021973,4.060442924499512,5.387929439544678,0,0,0,1,0,0,0,0,0,0 +106,0,0,1,1,1,3,4,23,245.63519287109375,1139.5089111328125,4152,170.5800018310547,0,1,4.6634392738342285,0,5.503847599029541,3.1354942321777344,7.0383524894714355,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,0,0,3,4,38,278.614013671875,149.55357360839844,4416,185.3636016845703,0,1,1.0986123085021973,0,5.629827499389648,3.6375861167907715,5.007654666900635,0,0,0,1,0,0,0,0,0,0 +2,0,0,1,1,0,3,4,51,272.9280090332031,237.7232208251953,4410,181.95199584960938,0,1,0.6931471824645996,0,5.609208106994629,3.931825637817383,5.471107006072998,0,0,0,1,0,0,0,0,0,0 +4,0,0,1,1,0,3,4,53,268.37921142578125,204.24107360839844,4428,178.5404052734375,0,1,1.3862943649291992,0,5.592401027679443,3.97029185295105,5.319301128387451,0,0,0,1,0,0,0,0,0,0 +4,0,0,1,1,1,3,4,45,264.96759033203125,2398.4375,4834,177.4031982421875,0,1,1.3862943649291992,0,5.5796074867248535,3.8066625595092773,7.7825727462768555,0,0,0,1,0,0,0,0,0,0 +3,0,0,1,0,0,3,4,23,278.614013671875,452.0089416503906,4116,185.3636016845703,0,1,1.0986123085021973,0,5.629827499389648,3.1354942321777344,6.113701820373535,0,0,0,1,0,0,0,0,0,0 +8,0,0,1,0,1,3,4,24,291.1231994628906,4744.41943359375,4634,194.46119689941406,0,1,2.079441547393799,0,5.673746585845947,3.178053855895996,8.46472454071045,0,0,0,1,0,0,0,0,0,0 +5,0,0,0,1,0,3,4,33,257.0072021484375,108.25892639160156,4528,171.71719360351562,0,1,1.6094379425048828,0,5.5491042137146,3.4965076446533203,4.684525966644287,0,0,0,1,0,0,0,0,0,0 +6,0,0,1,0,1,3,4,34,272.9280090332031,2845.982177734375,4852,181.95199584960938,0,1,1.7917594909667969,0,5.609208106994629,3.526360511779785,7.953663349151611,0,0,0,1,0,0,0,0,0,0 +2,0,0,1,0,0,3,4,21,250.1840057373047,126.11607360839844,4834,185.3636016845703,0,1,0.6931471824645996,0,5.5221967697143555,3.044522523880005,4.837202548980713,0,0,0,1,0,0,0,0,0,0 +5,0,0,1,1,1,1,4,24,295.6719970703125,3465.40185546875,4852,196.735595703125,0,1,1.6094379425048828,0,5.689250946044922,3.178053855895996,8.15058422088623,0,0,0,1,0,0,0,1,0,0 +13,0,0,1,1,0,3,4,61,272.9280090332031,0,4952,181.95199584960938,0,1,2.5649492740631104,0,5.609208106994629,4.110873699188232,0,0,0,0,1,0,0,0,0,0,0 +2,0,0,1,1,0,3,5,22,282.0256042480469,0,4252,187.63800048828125,0,1,0.6931471824645996,0,5.641997814178467,3.0910425186157227,0,0,0,0,0,1,0,0,0,0,0 +27,0,0,1,1,1,3,5,30,295.6719970703125,4069.196533203125,4252,196.735595703125,0,1,3.295836925506592,0,5.689250946044922,3.4011974334716797,8.311201095581055,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,0,NA,5,23,297.9464111328125,66.96428680419922,4249,205.8332061767578,0,1,1.0986123085021973,0,5.696913719177246,3.1354942321777344,4.204159259796143,0,0,0,0,1,0,0,NA,NA,0 +2,0,0,1,1,0,2,5,31,255.8699951171875,608.2589111328125,4249,170.5800018310547,0,1,0.6931471824645996,0,5.5446696281433105,3.4339871406555176,6.410600662231445,0,0,0,0,1,0,0,0,1,0 +4,0,0,1,0,0,1,5,19,301.3580017089844,334.8214416503906,4252,200.14720153808594,0,1,1.3862943649291992,0,5.708299160003662,2.944438934326172,5.813597202301025,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,28,286.57440185546875,392.8571472167969,4252,191.0496063232422,0,1,1.0986123085021973,0,5.657998085021973,3.332204580307007,5.973445892333984,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,25,285.43719482421875,99.33036041259766,4252,191.0496063232422,0,1,-1.3862943649291992,0,5.654022216796875,3.2188758850097656,4.598451137542725,0,0,0,0,1,0,0,1,0,0 +4,0,0,1,1,1,1,5,27,246.77239990234375,15525.669921875,4204,167.16839599609375,0,1,1.3862943649291992,0,5.5084662437438965,3.295836925506592,9.650250434875488,0,0,0,0,1,0,0,1,0,0 +26,0,0,1,1,1,1,5,51,257.0072021484375,2333.705322265625,4252,171.71719360351562,0,1,3.25809645652771,0,5.5491042137146,3.931825637817383,7.755212783813477,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,1,1,5,23,301.3580017089844,2521.205322265625,4249,217.2052001953125,0,1,0.6931471824645996,0,5.708299160003662,3.1354942321777344,7.832492351531982,0,0,0,0,1,0,0,1,0,0 +10,0,0,0,0,0,1,5,24,286.57440185546875,171.875,4252,191.0496063232422,0,1,2.3025851249694824,0,5.657998085021973,3.178053855895996,5.146767616271973,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,42,295.6719970703125,335.9375,4252,200.14720153808594,0,1,0,0,5.689250946044922,3.7376697063446045,5.816925048828125,0,0,0,0,1,0,0,1,0,0 +120,0,0,1,1,0,1,5,24,276.339599609375,1340.4017333984375,4252,211.51919555664062,0,1,4.787491798400879,0,5.621630668640137,3.178053855895996,7.2007246017456055,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,27,280.8883972167969,227.67857360839844,4252,186.50079345703125,0,1,0,0,5.637957572937012,3.295836925506592,5.427934646606445,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,0,0,1,5,39,266.10479736328125,145.0892791748047,4249,177.4031982421875,0,1,-1.3862943649291992,0,5.583890438079834,3.6635615825653076,4.977349281311035,0,0,0,0,1,0,0,1,0,0 +8,0,0,1,1,0,1,5,50,249.0467987060547,454.2410583496094,4252,166.0312042236328,0,1,2.079441547393799,0,5.517640590667725,3.9120230674743652,6.118628025054932,0,0,0,0,1,0,0,1,0,0 +11,0,0,1,0,1,1,5,19,293.3976135253906,3275.669677734375,4249,194.46119689941406,0,1,2.397895336151123,0,5.681528568267822,2.944438934326172,8.094277381896973,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,50,289.9859924316406,87.05357360839844,4252,193.32400512695312,0,1,-1.3862943649291992,0,5.669832706451416,3.9120230674743652,4.46652364730835,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,35,291.1231994628906,345.9821472167969,4252,194.46119689941406,0,1,-1.3862943649291992,0,5.673746585845947,3.5553481578826904,5.8463873863220215,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,0,1,5,23,292.2604064941406,161.83035278320312,4249,194.46119689941406,0,1,0,0,5.677645206451416,3.1354942321777344,5.086548805236816,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,25,294.5347900390625,347.09820556640625,4252,196.735595703125,0,1,1.0986123085021973,0,5.685397148132324,3.2188758850097656,5.849607944488525,0,0,0,0,1,0,0,1,0,0 +9,0,0,1,1,1,1,5,28,293.3976135253906,5532.3662109375,4252,195.59840393066406,0,1,2.1972246170043945,0,5.681528568267822,3.332204580307007,8.61837100982666,0,0,0,0,1,0,0,1,0,0 +12,0,0,1,1,0,1,5,34,263.8304138183594,1746.6517333984375,4252,176.26600646972656,0,1,2.4849066734313965,0,5.575306415557861,3.526360511779785,7.465456008911133,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,55,263.8304138183594,231.0267791748047,4252,175.12879943847656,0,1,0.6931471824645996,0,5.575306415557861,4.007333278656006,5.442533493041992,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,55,302.4952087402344,29.01785659790039,4252,238.81199645996094,0,1,0.6931471824645996,0,5.71206521987915,4.007333278656006,3.3679113388061523,0,0,0,0,1,0,0,1,0,0 +8,0,0,1,1,0,1,5,45,272.9280090332031,565.84820556640625,4252,181.95199584960938,0,1,2.079441547393799,0,5.609208106994629,3.8066625595092773,6.3383259773254395,0,0,0,0,1,0,0,1,0,0 +6,0,0,1,0,0,1,5,30,267.24200439453125,544.64288330078125,4249,178.5404052734375,0,1,1.7917594909667969,0,5.5881547927856445,3.4011974334716797,6.300130367279053,0,0,0,0,1,0,0,1,0,0 +12,0,0,1,1,1,1,5,24,305.90679931640625,1169.642822265625,4252,203.55880737304688,0,1,2.4849066734313965,0,5.723280429840088,3.178053855895996,7.064453601837158,0,0,0,0,1,0,0,1,0,0 +8,0,0,1,NA,0,1,5,40,308.18121337890625,267.8571472167969,4252,205.8332061767578,0,1,2.079441547393799,0,5.730688095092773,3.6888794898986816,5.590453624725342,0,0,0,0,1,0,0,1,0,0 +20,0,0,0,0,0,1,5,21,284.29998779296875,550.22320556640625,4252,161.48240661621094,0,1,2.995732307434082,0,5.650030136108398,3.044522523880005,6.310324192047119,0,0,0,0,1,0,0,1,0,0 +7,0,0,0,1,1,1,5,36,299.0835876464844,2202.009033203125,4252,200.14720153808594,0,1,1.945910096168518,0,5.700723171234131,3.5835189819335938,7.697125434875488,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,1,5,25,300.2207946777344,171.875,4252,212.65640258789062,0,1,0,0,5.7045183181762695,3.2188758850097656,5.146767616271973,0,0,0,0,1,0,0,1,0,0 +5,0,0,0,1,0,1,5,39,270.6535949707031,279.0178527832031,4252,179.67759704589844,0,1,1.6094379425048828,0,5.600839614868164,3.6635615825653076,5.631275653839111,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,54,259.2815856933594,287.9464416503906,4252,172.85440063476562,0,1,1.0986123085021973,0,5.557914733886719,3.9889841079711914,5.662774562835693,0,0,0,0,1,0,0,1,0,0 +4,0,0,0,1,0,1,5,31,264.96759033203125,1004.4642944335938,4210,177.4031982421875,0,1,1.3862943649291992,0,5.5796074867248535,3.4339871406555176,6.912209510803223,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,1,1,5,60,260.4187927246094,1184.1517333984375,4252,191.0496063232422,0,1,0,0,5.562291145324707,4.094344615936279,7.076781749725342,0,0,0,0,1,0,0,1,0,0 +15,0,0,0,1,0,1,5,34,252.45840454101562,1662.9464111328125,4252,170.5800018310547,0,1,2.70805025100708,0,5.531246662139893,3.526360511779785,7.416346073150635,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,22,286.57440185546875,612.72320556640625,4252,191.0496063232422,0,1,1.0986123085021973,0,5.657998085021973,3.0910425186157227,6.417913436889648,0,0,0,0,1,0,0,1,0,0 +6,0,0,1,0,0,1,5,20,250.1840057373047,35.71428680419922,4252,166.0312042236328,0,1,1.7917594909667969,0,5.5221967697143555,2.995732307434082,3.5755507946014404,0,0,0,0,1,0,0,1,0,0 +4,0,0,1,NA,0,1,5,41,251.32119750976562,27.901784896850586,4252,170.5800018310547,0,1,1.3862943649291992,0,5.526731967926025,3.7135720252990723,3.328690767288208,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,48,295.6719970703125,141.74107360839844,4249,196.735595703125,0,1,-1.3862943649291992,0,5.689250946044922,3.8712010383605957,4.9540019035339355,0,0,0,0,1,0,0,1,0,0 +182,0,0,0,1,1,1,5,32,294.5347900390625,7919.64306640625,4252,196.735595703125,0,1,5.204006671905518,0,5.685397148132324,3.465735912322998,8.97710132598877,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,0,0,1,5,50,250.1840057373047,190.8482208251953,4252,167.16839599609375,0,1,0,0,5.5221967697143555,3.9120230674743652,5.251478672027588,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,0,0,0,1,5,54,254.73280334472656,122.76786041259766,4249,169.4427947998047,0,1,-1.3862943649291992,0,5.540215015411377,3.9889841079711914,4.810295104980469,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,1,0,2,5,25,269.5163879394531,273.4375,4252,211.51919555664062,0,1,0,0,5.5966291427612305,3.2188758850097656,5.611073017120361,0,0,0,0,1,0,0,0,1,0 +8,0,0,1,1,0,2,5,60,302.4952087402344,1071.4285888671875,4252,201.28439331054688,0,1,2.079441547393799,0,5.71206521987915,4.094344615936279,6.976747989654541,0,0,0,0,1,0,0,0,1,0 +1,0,0,0,0,0,1,5,36,269.5163879394531,195.3125,4252,179.67759704589844,0,1,0,0,5.5966291427612305,3.5835189819335938,5.274600982666016,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,33,249.0467987060547,44.64285659790039,4252,177.4031982421875,0,1,0.6931471824645996,0,5.517640590667725,3.4965076446533203,3.798694372177124,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,0,0,1,5,48,252.45840454101562,368.3035583496094,4252,168.30560302734375,0,1,0.6931471824645996,0,5.531246662139893,3.8712010383605957,5.908907413482666,0,0,0,0,1,0,0,1,0,0 +182,0,0,0,0,1,1,5,47,284.29998779296875,72544.640625,4252,189.9123992919922,0,1,5.204006671905518,0,5.650030136108398,3.8501474857330322,11.191957473754883,0,0,0,0,1,0,0,1,0,0 +6,0,0,1,1,0,1,5,31,304.76959228515625,1248.8839111328125,4252,202.42160034179688,0,1,1.7917594909667969,0,5.719555854797363,3.4339871406555176,7.130005359649658,0,0,0,0,1,0,0,1,0,0 +6,0,0,1,1,1,1,5,31,304.76959228515625,3273.4375,4252,202.42160034179688,0,1,1.7917594909667969,0,5.719555854797363,3.4339871406555176,8.093595504760742,0,0,0,0,1,0,0,1,0,0 +14,0,0,0,NA,0,1,5,49,297.9464111328125,829.2410888671875,4252,197.872802734375,0,1,2.6390573978424072,0,5.696913719177246,3.891820192337036,6.720510959625244,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,30,303.63238525390625,187.5,4252,202.42160034179688,0,1,0.6931471824645996,0,5.715817928314209,3.4011974334716797,5.233778953552246,0,0,0,0,1,0,0,1,0,0 +1,0,0,1,0,1,1,5,69,295.6719970703125,1186.3839111328125,4252,196.735595703125,0,1,0,0,5.689250946044922,4.234106540679932,7.078665256500244,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,0,0,1,5,23,258.1444091796875,0,4252,171.71719360351562,0,1,1.0986123085021973,0,5.553519248962402,3.1354942321777344,0,0,0,0,0,1,0,0,1,0,0 +8,0,0,0,1,0,1,5,56,270.6535949707031,75.89286041259766,4252,180.81480407714844,0,1,2.079441547393799,0,5.600839614868164,4.025351524353027,4.329322814941406,0,0,0,0,1,0,0,1,0,0 +5,0,0,1,0,0,1,5,21,251.32119750976562,532.3660888671875,4252,168.30560302734375,0,1,1.6094379425048828,0,5.526731967926025,3.044522523880005,6.277331352233887,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,1,0,1,5,26,302.4952087402344,220.98214721679688,4252,201.28439331054688,0,1,1.0986123085021973,0,5.71206521987915,3.25809645652771,5.3980817794799805,0,0,0,0,1,0,0,1,0,0 +4,0,0,1,0,0,1,5,23,254.73280334472656,946.4285888671875,4249,169.4427947998047,0,1,1.3862943649291992,0,5.540215015411377,3.1354942321777344,6.852695465087891,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,56,255.8699951171875,116.07142639160156,4252,170.5800018310547,0,1,0.6931471824645996,0,5.5446696281433105,4.025351524353027,4.754205703735352,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,0,1,0,1,5,47,251.32119750976562,0,4252,168.30560302734375,0,1,-1.3862943649291992,0,5.526731967926025,3.8501474857330322,0,0,0,0,0,1,0,0,1,0,0 +0.25,0,0,1,1,0,1,5,31,304.76959228515625,284.59820556640625,4249,202.42160034179688,0,1,-1.3862943649291992,0,5.719555854797363,3.4339871406555176,5.651078224182129,0,0,0,0,1,0,0,1,0,0 +5,0,0,1,1,1,1,5,40,294.5347900390625,2646.205322265625,4252,196.735595703125,0,1,1.6094379425048828,0,5.685397148132324,3.6888794898986816,7.8808817863464355,0,0,0,0,1,0,0,1,0,0 +2,0,0,1,1,0,1,5,53,282.0256042480469,630.58038330078125,4252,187.63800048828125,0,1,0.6931471824645996,0,5.641997814178467,3.97029185295105,6.446640491485596,0,0,0,0,1,0,0,1,0,0 +1,0,0,0,1,0,1,5,44,285.43719482421875,23.4375,4252,191.0496063232422,0,1,0,0,5.654022216796875,3.7841897010803223,3.1543374061584473,0,0,0,0,1,0,0,1,0,0 +5,0,0,0,1,0,1,5,47,252.45840454101562,564.73211669921875,4252,168.30560302734375,0,1,1.6094379425048828,0,5.531246662139893,3.8501474857330322,6.33635139465332,0,0,0,0,1,0,0,1,0,0 +3,0,0,0,1,0,1,5,29,288.8487854003906,574.77679443359375,4252,192.18679809570312,0,1,1.0986123085021973,0,5.665903091430664,3.367295742034912,6.353981971740723,0,0,0,0,1,0,0,1,0,0 +2,0,0,0,0,0,1,5,44,245.63519287109375,488.83929443359375,4252,163.75680541992188,0,1,0.6931471824645996,0,5.503847599029541,3.7841897010803223,6.192033767700195,0,0,0,0,1,0,0,1,0,0 +5,0,0,1,0,0,1,5,20,250.1840057373047,1636.1607666015625,4252,163.75680541992188,0,1,1.6094379425048828,0,5.5221967697143555,2.995732307434082,7.4001078605651855,0,0,0,0,1,0,0,1,0,0 +3,0,0,1,0,0,1,5,21,269.5163879394531,0,4252,179.67759704589844,0,1,1.0986123085021973,0,5.5966291427612305,3.044522523880005,0,0,0,0,0,1,0,0,1,0,0 +5,0,0,0,1,0,1,5,48,266.10479736328125,304.6875,4252,177.4031982421875,0,1,1.6094379425048828,0,5.583890438079834,3.8712010383605957,5.7192864418029785,0,0,0,0,1,0,0,1,0,0 +6,0,0,1,1,1,1,5,28,253.59559631347656,1691.9642333984375,4228,170.5800018310547,0,1,1.7917594909667969,0,5.535740852355957,3.332204580307007,7.433645248413086,0,0,0,0,1,0,0,1,0,0 +7,0,0,1,1,1,1,5,39,284.29998779296875,3938.615966796875,4252,231.98880004882812,0,1,1.945910096168518,0,5.650030136108398,3.6635615825653076,8.278584480285645,0,0,0,0,1,0,0,1,0,0 +11,0,0,1,0,0,2,5,20,250.1840057373047,612.72320556640625,4252,168.30560302734375,0,1,2.397895336151123,0,5.5221967697143555,2.995732307434082,6.417913436889648,0,0,0,0,1,0,0,0,1,0 +0.25,0,0,1,1,0,3,5,28,272.9280090332031,436.3839416503906,4252,181.95199584960938,0,1,-1.3862943649291992,0,5.609208106994629,3.332204580307007,6.078522682189941,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,1,3,5,25,266.10479736328125,4702.0087890625,4252,180.81480407714844,0,1,1.7917594909667969,0,5.583890438079834,3.2188758850097656,8.455744743347168,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,2,5,32,286.57440185546875,208.70535278320312,4252,211.51919555664062,0,1,0,0,5.657998085021973,3.465735912322998,5.340923309326172,0,0,0,0,1,0,0,0,1,0 +5,0,0,1,0,0,2,5,33,300.2207946777344,222.0982208251953,4252,205.8332061767578,0,1,1.6094379425048828,0,5.7045183181762695,3.4965076446533203,5.4031195640563965,0,0,0,0,1,0,0,0,1,0 +11,0,0,1,1,1,2,5,39,263.8304138183594,3482.142822265625,4252,176.26600646972656,0,1,2.397895336151123,0,5.575306415557861,3.6635615825653076,8.155403137207031,0,0,0,0,1,0,0,0,1,0 +13,0,0,1,1,0,2,5,39,286.57440185546875,155.13392639160156,4252,191.0496063232422,0,1,2.5649492740631104,0,5.657998085021973,3.6635615825653076,5.044288635253906,0,0,0,0,1,0,0,0,1,0 +11,0,0,0,0,0,2,5,27,247.90960693359375,1027.9017333984375,4252,166.0312042236328,0,1,2.397895336151123,0,5.513064384460449,3.295836925506592,6.935275077819824,0,0,0,0,1,0,0,0,1,0 +1,0,0,1,1,0,2,5,58,308.18121337890625,103.79463958740234,4252,68.23200225830078,0,1,0,0,5.730688095092773,4.060442924499512,4.642414093017578,0,0,0,0,1,0,0,0,1,0 +3,0,0,1,1,1,2,5,33,251.32119750976562,2457.58935546875,4249,173.99159240722656,0,1,1.0986123085021973,0,5.526731967926025,3.4965076446533203,7.806936264038086,0,0,0,0,1,0,0,0,1,0 +7,0,0,1,1,1,2,5,22,279.7511901855469,248.88392639160156,4252,211.51919555664062,0,1,1.945910096168518,0,5.6339006423950195,3.0910425186157227,5.516986846923828,0,0,0,0,1,0,0,0,1,0 +1,0,0,1,1,0,2,5,32,295.6719970703125,119.41963958740234,4252,131.9152069091797,0,1,0,0,5.689250946044922,3.465735912322998,4.782643795013428,0,0,0,0,1,0,0,0,1,0 +6,0,0,1,0,0,2,5,26,295.6719970703125,395.08929443359375,4252,196.735595703125,0,1,1.7917594909667969,0,5.689250946044922,3.25809645652771,5.979111671447754,0,0,0,0,1,0,0,0,1,0 +5,0,0,1,1,0,2,5,37,245.63519287109375,123.88392639160156,4252,173.99159240722656,0,1,1.6094379425048828,0,5.503847599029541,3.610917806625366,4.819344997406006,0,0,0,0,1,0,0,0,1,0 +0.25,0,0,1,1,0,2,5,25,295.6719970703125,36.83035659790039,4252,196.735595703125,0,1,-1.3862943649291992,0,5.689250946044922,3.2188758850097656,3.6063225269317627,0,0,0,0,1,0,0,0,1,0 +4,0,0,1,1,0,2,5,24,250.1840057373047,172.99107360839844,4252,177.4031982421875,0,1,1.3862943649291992,0,5.5221967697143555,3.178053855895996,5.153240203857422,0,0,0,0,1,0,0,0,1,0 +3,0,0,1,1,0,3,5,45,282.0256042480469,145.0892791748047,4252,187.63800048828125,0,1,1.0986123085021973,0,5.641997814178467,3.8066625595092773,4.977349281311035,0,0,0,0,1,0,0,0,0,0 +182,0,0,1,1,1,3,5,45,282.0256042480469,12946.4287109375,4252,187.63800048828125,0,1,5.204006671905518,0,5.641997814178467,3.8066625595092773,9.468575477600098,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,0,0,3,5,27,260.4187927246094,150.66964721679688,4252,173.99159240722656,0,1,0.6931471824645996,0,5.562291145324707,3.295836925506592,5.015089511871338,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,0,0,3,5,22,253.59559631347656,155.13392639160156,4252,169.4427947998047,0,1,1.0986123085021973,0,5.535740852355957,3.0910425186157227,5.044288635253906,0,0,0,0,1,0,0,0,0,0 +15,0,0,1,1,1,3,5,28,277.476806640625,1670.7589111328125,4252,185.3636016845703,0,1,2.70805025100708,0,5.625737190246582,3.332204580307007,7.4210333824157715,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,1,0,3,5,31,289.9859924316406,234.375,4252,193.32400512695312,0,1,-1.3862943649291992,0,5.669832706451416,3.4339871406555176,5.45692253112793,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,1,0,3,5,46,270.6535949707031,83.70536041259766,4252,179.67759704589844,0,1,1.3862943649291992,0,5.600839614868164,3.828641414642334,4.427302837371826,0,0,0,0,1,0,0,0,0,0 +4,0,0,1,NA,0,3,5,37,300.2207946777344,1069.1964111328125,4252,200.14720153808594,0,1,1.3862943649291992,0,5.7045183181762695,3.610917806625366,6.974662780761719,0,0,0,0,1,0,0,0,0,0 +6,0,0,0,1,0,3,5,36,303.63238525390625,1074.7767333984375,4252,202.42160034179688,0,1,1.7917594909667969,0,5.715817928314209,3.5835189819335938,6.979868412017822,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,0,0,3,5,27,272.9280090332031,158.48214721679688,4252,181.95199584960938,0,1,0,0,5.609208106994629,3.295836925506592,5.0656418800354,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,38,272.9280090332031,184.1517791748047,4252,181.95199584960938,0,1,0.6931471824645996,0,5.609208106994629,3.6375861167907715,5.215760231018066,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,39,278.614013671875,65.84821319580078,4252,185.3636016845703,0,1,1.0986123085021973,0,5.629827499389648,3.6635615825653076,4.187352180480957,0,0,0,0,1,0,0,0,0,0 +28,0,0,0,1,1,3,5,41,291.1231994628906,2064.732177734375,4252,194.46119689941406,0,1,3.332204580307007,0,5.673746585845947,3.7135720252990723,7.632755756378174,0,0,0,0,1,0,0,0,0,0 +7,0,0,1,1,0,3,5,26,266.10479736328125,14108.2587890625,4252,177.4031982421875,0,1,1.945910096168518,0,5.583890438079834,3.25809645652771,9.554515838623047,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,32,255.8699951171875,658.48211669921875,4252,170.5800018310547,0,1,0,0,5.5446696281433105,3.465735912322998,6.4899373054504395,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,0,3,5,20,294.5347900390625,33.48214340209961,4249,196.735595703125,0,1,1.0986123085021973,0,5.685397148132324,2.995732307434082,3.511012315750122,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,3,5,45,302.4952087402344,915.1785888671875,4252,202.42160034179688,0,1,1.7917594909667969,0,5.71206521987915,3.8066625595092773,6.819119453430176,0,0,0,0,1,0,0,0,0,0 +7,0,0,1,0,0,3,5,23,276.339599609375,1075.892822265625,4249,184.2263946533203,0,1,1.945910096168518,0,5.621630668640137,3.1354942321777344,6.980906009674072,0,0,0,0,1,0,0,0,0,0 +12,0,0,1,0,0,3,5,19,264.96759033203125,487.72320556640625,4252,176.26600646972656,0,1,2.4849066734313965,0,5.5796074867248535,2.944438934326172,6.1897478103637695,0,0,0,0,1,0,0,0,0,0 +7,0,0,1,0,0,3,5,25,286.57440185546875,1047.9910888671875,4252,191.0496063232422,0,1,1.945910096168518,0,5.657998085021973,3.2188758850097656,6.954630374908447,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,1,3,5,22,263.8304138183594,148.4375,4249,163.75680541992188,0,1,0.6931471824645996,0,5.575306415557861,3.0910425186157227,5.000164031982422,0,0,0,0,1,0,0,0,0,0 +182,0,0,1,0,0,2,5,20,258.1444091796875,11592.6337890625,4252,171.71719360351562,0,1,5.204006671905518,0,5.553519248962402,2.995732307434082,9.358124732971191,0,0,0,0,1,0,0,0,1,0 +14,0,0,1,1,1,3,5,31,272.9280090332031,4731.02685546875,4249,181.95199584960938,0,1,2.6390573978424072,0,5.609208106994629,3.4339871406555176,8.461897850036621,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,0,3,5,22,304.76959228515625,50.22321319580078,4249,217.2052001953125,0,1,1.0986123085021973,0,5.719555854797363,3.0910425186157227,3.9164774417877197,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,21,289.9859924316406,219.86607360839844,4252,193.32400512695312,0,1,0,0,5.669832706451416,3.044522523880005,5.39301872253418,0,0,0,0,1,0,0,0,0,0 +3,0,0,1,0,1,3,5,27,284.29998779296875,1530.1339111328125,4210,188.77520751953125,0,1,1.0986123085021973,0,5.650030136108398,3.295836925506592,7.333110332489014,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,0,3,5,44,284.29998779296875,183.0357208251953,4252,189.9123992919922,0,1,0.6931471824645996,0,5.650030136108398,3.7841897010803223,5.209681510925293,0,0,0,0,1,0,0,0,0,0 +5,0,0,1,0,0,3,5,25,245.63519287109375,277.90179443359375,4252,163.75680541992188,0,1,1.6094379425048828,0,5.503847599029541,3.2188758850097656,5.627267837524414,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,1,0,3,5,46,295.6719970703125,175.2232208251953,4252,196.735595703125,0,1,-1.3862943649291992,0,5.689250946044922,3.828641414642334,5.166060924530029,0,0,0,0,1,0,0,0,0,0 +9,0,0,1,0,1,3,5,26,284.29998779296875,6272.3212890625,4252,189.9123992919922,0,1,2.1972246170043945,0,5.650030136108398,3.25809645652771,8.743902206420898,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,0,0,3,5,36,272.9280090332031,0,4252,196.735595703125,0,1,0.6931471824645996,0,5.609208106994629,3.5835189819335938,0,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,1,0,3,5,22,280.8883972167969,351.5625,4252,187.63800048828125,0,1,0.6931471824645996,0,5.637957572937012,3.0910425186157227,5.862387657165527,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,1,3,5,26,261.5559997558594,3302.455322265625,4252,153.52200317382812,0,1,0,0,5.566648483276367,3.25809645652771,8.102421760559082,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,24,288.8487854003906,327.0089416503906,4252,193.32400512695312,0,1,0,0,5.665903091430664,3.178053855895996,5.789987564086914,0,0,0,0,1,0,0,0,0,0 +9,0,0,0,1,0,3,5,59,301.3580017089844,353.7946472167969,4252,201.28439331054688,0,1,2.1972246170043945,0,5.708299160003662,4.077537536621094,5.868716716766357,0,0,0,0,1,0,0,0,0,0 +67,0,0,0,1,0,3,5,43,250.1840057373047,8835.9375,4216,170.5800018310547,0,1,4.204692840576172,0,5.5221967697143555,3.761200189590454,9.08658218383789,0,0,0,0,1,0,0,0,0,0 +5,0,0,0,1,1,3,5,46,253.59559631347656,524.5535888671875,4252,169.4427947998047,0,1,1.6094379425048828,0,5.535740852355957,3.828641414642334,6.262547492980957,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,30,271.7908020019531,470.9821472167969,4252,181.95199584960938,0,1,1.0986123085021973,0,5.605032444000244,3.4011974334716797,6.154819965362549,0,0,0,0,1,0,0,0,0,0 +5,0,0,0,0,0,3,5,36,263.8304138183594,321.4285583496094,4252,175.12879943847656,0,1,1.6094379425048828,0,5.575306415557861,3.5835189819335938,5.772775173187256,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,1,0,3,5,25,275.202392578125,152.9017791748047,4252,81.87840270996094,0,1,0,0,5.617506980895996,3.2188758850097656,5.0297956466674805,0,0,0,0,1,0,0,0,0,0 +10,0,0,0,0,0,3,5,35,259.2815856933594,167.4107208251953,4249,192.18679809570312,0,1,2.3025851249694824,0,5.557914733886719,3.5553481578826904,5.120450019836426,0,0,0,0,1,0,0,0,0,0 +7,0,0,0,1,0,3,5,46,252.45840454101562,0,4252,168.30560302734375,0,1,1.945910096168518,0,5.531246662139893,3.828641414642334,0,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,0,1,0,3,5,50,259.2815856933594,370.53570556640625,4252,172.85440063476562,0,1,-1.3862943649291992,0,5.557914733886719,3.9120230674743652,5.914949893951416,0,0,0,0,1,0,0,0,0,0 +13,0,0,1,0,0,3,5,33,286.57440185546875,137.2767791748047,4249,163.75680541992188,0,1,2.5649492740631104,0,5.657998085021973,3.4965076446533203,4.921998977661133,0,0,0,0,1,0,0,0,0,0 +37,0,0,1,1,0,3,5,28,261.5559997558594,467.6339416503906,4252,173.99159240722656,0,1,3.610917806625366,0,5.566648483276367,3.332204580307007,6.147686004638672,0,0,0,0,1,0,0,0,0,0 +1,0,0,0,1,0,3,5,37,257.0072021484375,32.36606979370117,4249,171.71719360351562,0,1,0,0,5.5491042137146,3.610917806625366,3.4771106243133545,0,0,0,0,1,0,0,0,0,0 +5,0,0,0,0,0,3,5,36,279.7511901855469,335.9375,4252,186.50079345703125,0,1,1.6094379425048828,0,5.6339006423950195,3.5835189819335938,5.816925048828125,0,0,0,0,1,0,0,0,0,0 +2,0,0,1,0,0,3,5,33,261.5559997558594,27.901784896850586,4252,173.99159240722656,0,1,0.6931471824645996,0,5.566648483276367,3.4965076446533203,3.328690767288208,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,26,261.5559997558594,209.82142639160156,4252,173.99159240722656,0,1,0.6931471824645996,0,5.566648483276367,3.25809645652771,5.346256732940674,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,1,3,5,34,284.29998779296875,1436.3839111328125,4252,189.9123992919922,0,1,0.6931471824645996,0,5.650030136108398,3.526360511779785,7.26988410949707,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,30,305.90679931640625,0,4252,203.55880737304688,0,1,0,0,5.723280429840088,3.4011974334716797,0,0,0,0,0,1,0,0,0,0,0 +4,0,0,0,0,0,3,5,30,270.6535949707031,854.91070556640625,4252,180.81480407714844,0,1,1.3862943649291992,0,5.600839614868164,3.4011974334716797,6.750997066497803,0,0,0,0,1,0,0,0,0,0 +56,0,0,0,1,0,3,5,34,284.29998779296875,0,4252,189.9123992919922,0,1,4.025351524353027,0,5.650030136108398,3.526360511779785,0,0,0,0,0,1,0,0,0,0,0 +2,0,0,0,1,0,3,5,45,284.29998779296875,232.14285278320312,4252,189.9123992919922,0,1,0.6931471824645996,0,5.650030136108398,3.8066625595092773,5.447352886199951,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,1,0,3,5,29,285.43719482421875,26.785715103149414,4252,189.9123992919922,0,1,-1.3862943649291992,0,5.654022216796875,3.367295742034912,3.2878687381744385,0,0,0,0,1,0,0,0,0,0 +7,0,0,1,1,0,3,5,58,245.63519287109375,0,4252,167.16839599609375,0,1,1.945910096168518,0,5.503847599029541,4.060442924499512,0,0,0,0,0,1,0,0,0,0,0 +6,0,0,1,1,0,3,5,61,270.6535949707031,75.89286041259766,4252,180.81480407714844,0,1,1.7917594909667969,0,5.600839614868164,4.110873699188232,4.329322814941406,0,0,0,0,1,0,0,0,0,0 +182,0,0,1,1,1,3,5,55,292.2604064941406,22321.427734375,4249,195.59840393066406,0,1,5.204006671905518,0,5.677645206451416,4.007333278656006,10.01330280303955,0,0,0,0,1,0,0,0,0,0 +3,0,0,0,1,0,3,5,27,294.5347900390625,27.901784896850586,4252,196.735595703125,0,1,1.0986123085021973,0,5.685397148132324,3.295836925506592,3.328690767288208,0,0,0,0,1,0,0,0,0,0 +1,0,0,1,0,0,3,5,27,299.0835876464844,534.59820556640625,4252,133.05239868164062,0,1,0,0,5.700723171234131,3.295836925506592,6.281515598297119,0,0,0,0,1,0,0,0,0,0 +0.25,0,0,1,0,0,1,5,21,261.5559997558594,241.07142639160156,4249,173.99159240722656,0,1,-1.3862943649291992,0,5.566648483276367,3.044522523880005,5.485093116760254,0,0,0,0,1,0,0,1,0,0 +7,0,0,1,1,0,3,6,39,272.9280090332031,41.29464340209961,5349,181.95199584960938,0,1,1.945910096168518,0,5.609208106994629,3.6635615825653076,3.7207326889038086,0,0,0,0,0,1,0,0,0,0 +8,0,0,1,1,0,1,6,24,270.6535949707031,261.16070556640625,5510,180.81480407714844,0,1,2.079441547393799,0,5.600839614868164,3.178053855895996,5.565135955810547,0,0,0,0,0,1,0,1,0,0 +29,0,0,0,0,1,1,6,23,301.3580017089844,4581.47314453125,5528,194.46119689941406,0,1,3.367295742034912,0,5.708299160003662,3.1354942321777344,8.429776191711426,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,0,1,6,46,272.9280090332031,268.97320556640625,5349,181.95199584960938,0,1,1.0986123085021973,0,5.609208106994629,3.828641414642334,5.594611644744873,0,0,0,0,0,1,0,1,0,0 +8,0,0,1,1,0,1,6,34,284.29998779296875,1101.5625,5110,172.85440063476562,0,1,2.079441547393799,0,5.650030136108398,3.526360511779785,7.004485130310059,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,0,0,1,6,21,255.8699951171875,306.9196472167969,5649,170.5800018310547,0,1,-1.3862943649291992,0,5.5446696281433105,3.044522523880005,5.726585865020752,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,NA,0,1,6,50,293.3976135253906,422.9910583496094,5240,195.59840393066406,0,1,0,0,5.681528568267822,3.9120230674743652,6.047350883483887,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,1,0,1,6,19,295.6719970703125,108.25892639160156,5252,196.735595703125,0,1,-1.3862943649291992,0,5.689250946044922,2.944438934326172,4.684525966644287,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,0,1,6,42,274.065185546875,507.8125,5352,183.08920288085938,0,1,1.0986123085021973,0,5.61336612701416,3.7376697063446045,6.230112075805664,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,0,0,1,6,25,283.1628112792969,231.0267791748047,5610,188.77520751953125,0,1,0.6931471824645996,0,5.646021842956543,3.2188758850097656,5.442533493041992,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,1,0,1,6,46,288.8487854003906,66.96428680419922,5352,192.18679809570312,0,1,0.6931471824645996,0,5.665903091430664,3.828641414642334,4.204159259796143,0,0,0,0,0,1,0,1,0,0 +6,0,0,0,1,0,1,6,22,258.1444091796875,170.75892639160156,5549,172.85440063476562,0,1,1.7917594909667969,0,5.553519248962402,3.0910425186157227,5.140252590179443,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,0,0,1,6,27,275.202392578125,889.5089111328125,5440,183.08920288085938,0,1,1.6094379425048828,0,5.617506980895996,3.295836925506592,6.7906694412231445,0,0,0,0,0,1,0,1,0,0 +4,0,0,1,1,0,NA,6,34,279.7511901855469,139.50892639160156,5636,186.50079345703125,0,1,1.3862943649291992,0,5.6339006423950195,3.526360511779785,4.938128471374512,0,0,0,0,0,1,0,NA,NA,0 +6,0,0,1,1,1,1,6,26,278.614013671875,2007.8125,5628,186.50079345703125,0,1,1.7917594909667969,0,5.629827499389648,3.25809645652771,7.604801177978516,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,1,6,32,295.6719970703125,100.44642639160156,5728,196.735595703125,0,1,0,0,5.689250946044922,3.465735912322998,4.60962438583374,0,0,0,0,0,1,0,1,0,0 +10,0,0,NA,NA,1,1,6,53,295.6719970703125,2082.58935546875,5349,196.735595703125,0,1,2.3025851249694824,0,5.689250946044922,3.97029185295105,7.641367435455322,0,0,0,0,0,1,0,1,0,0 +10,0,0,1,0,0,1,6,21,252.45840454101562,4625,5310,168.30560302734375,0,1,2.3025851249694824,0,5.531246662139893,3.044522523880005,8.439231872558594,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,1,0,2,6,21,271.7908020019531,189.73214721679688,5552,191.0496063232422,0,1,1.0986123085021973,0,5.605032444000244,3.044522523880005,5.245613098144531,0,0,0,0,0,1,0,0,1,0 +14,0,0,1,0,1,2,6,20,255.8699951171875,4363.83935546875,5613,170.5800018310547,0,1,2.6390573978424072,0,5.5446696281433105,2.995732307434082,8.381107330322266,0,0,0,0,0,1,0,0,1,0 +2,0,0,0,1,0,1,6,37,274.065185546875,0,5610,183.08920288085938,0,1,0.6931471824645996,0,5.61336612701416,3.610917806625366,0,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,0,0,0,1,6,21,261.5559997558594,215.4017791748047,5552,205.8332061767578,0,1,-1.3862943649291992,0,5.566648483276367,3.044522523880005,5.372505187988281,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,0,1,1,6,19,250.1840057373047,176.3392791748047,5610,167.16839599609375,0,1,1.0986123085021973,0,5.5221967697143555,2.944438934326172,5.172410011291504,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,0,0,1,6,22,250.1840057373047,0,5640,167.16839599609375,0,1,0.6931471824645996,0,5.5221967697143555,3.0910425186157227,0,0,0,0,0,0,1,0,1,0,0 +12,0,0,1,1,1,1,6,39,269.5163879394531,6481.02685546875,5528,179.67759704589844,0,1,2.4849066734313965,0,5.5966291427612305,3.6635615825653076,8.776634216308594,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,0,0,1,6,23,245.63519287109375,65.84821319580078,5310,163.75680541992188,0,1,-1.3862943649291992,0,5.503847599029541,3.1354942321777344,4.187352180480957,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,0,0,1,6,22,300.2207946777344,123.88392639160156,5510,200.14720153808594,0,1,0.6931471824645996,0,5.7045183181762695,3.0910425186157227,4.819344997406006,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,0,0,1,6,31,291.1231994628906,333.7053527832031,5640,194.46119689941406,0,1,0.6931471824645996,0,5.673746585845947,3.4339871406555176,5.810258388519287,0,0,0,0,0,1,0,1,0,0 +6,0,0,1,0,0,1,6,36,247.90960693359375,1444.1964111328125,5628,164.8939971923828,0,1,1.7917594909667969,0,5.513064384460449,3.5835189819335938,7.275308132171631,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,0,0,1,6,52,283.1628112792969,0,5310,188.77520751953125,0,1,0,0,5.646021842956543,3.9512436389923096,0,0,0,0,0,0,1,0,1,0,0 +13,0,0,0,0,1,1,6,52,280.8883972167969,386.16070556640625,5310,186.50079345703125,0,1,2.5649492740631104,0,5.637957572937012,3.9512436389923096,5.956253528594971,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,0,1,1,6,18,252.45840454101562,2324.77685546875,5234,168.30560302734375,0,1,1.6094379425048828,0,5.531246662139893,2.890371799468994,7.751379489898682,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,1,0,1,6,28,291.1231994628906,126.11607360839844,5410,196.735595703125,0,1,-1.3862943649291992,0,5.673746585845947,3.332204580307007,4.837202548980713,0,0,0,0,0,1,0,1,0,0 +5,0,0,1,1,0,1,6,50,301.3580017089844,813.6160888671875,5549,201.28439331054688,0,1,1.6094379425048828,0,5.708299160003662,3.9120230674743652,6.701488494873047,0,0,0,0,0,1,0,1,0,0 +2,0,0,0,1,0,1,6,46,292.2604064941406,309.15179443359375,5349,205.8332061767578,0,1,0.6931471824645996,0,5.677645206451416,3.828641414642334,5.733832359313965,0,0,0,0,0,1,0,1,0,0 +2,0,0,1,0,0,2,6,18,262.6932067871094,227.67857360839844,5610,205.8332061767578,0,1,0.6931471824645996,0,5.570986747741699,2.890371799468994,5.427934646606445,0,0,0,0,0,1,0,0,1,0 +11,0,0,1,1,0,2,6,24,294.5347900390625,1093.75,5513,199.00999450683594,0,1,2.397895336151123,0,5.685397148132324,3.178053855895996,6.9973673820495605,0,0,0,0,0,1,0,0,1,0 +5,0,0,1,1,0,2,6,41,261.5559997558594,185.26785278320312,5452,173.99159240722656,0,1,1.6094379425048828,0,5.566648483276367,3.7135720252990723,5.221802711486816,0,0,0,0,0,1,0,0,1,0 +1,0,0,1,0,0,1,6,27,302.4952087402344,178.57142639160156,5549,201.28439331054688,0,1,0,0,5.71206521987915,3.295836925506592,5.184988498687744,0,0,0,0,0,1,0,1,0,0 +14,0,0,1,0,1,1,6,24,252.45840454101562,4607.14306640625,5352,168.30560302734375,0,1,2.6390573978424072,0,5.531246662139893,3.178053855895996,8.435362815856934,0,0,0,0,0,1,0,1,0,0 +15,0,0,0,0,0,1,6,26,261.5559997558594,561.3839111328125,5549,173.99159240722656,0,1,2.70805025100708,0,5.566648483276367,3.25809645652771,6.330405235290527,0,0,0,0,0,1,0,1,0,0 +2,0,0,0,1,0,1,6,21,277.476806640625,12.276785850524902,5552,185.3636016845703,0,1,0.6931471824645996,0,5.625737190246582,3.044522523880005,2.5077102184295654,0,0,0,0,0,1,0,1,0,0 +3,0,0,1,0,0,1,6,32,295.6719970703125,373.8839416503906,5604,196.735595703125,0,1,1.0986123085021973,0,5.689250946044922,3.465735912322998,5.923945426940918,0,0,0,0,0,1,0,1,0,0 +1,0,0,1,1,0,2,6,28,245.63519287109375,87.05357360839844,5349,211.51919555664062,0,1,0,0,5.503847599029541,3.332204580307007,4.46652364730835,0,0,0,0,0,1,0,0,1,0 +4,0,0,1,0,0,2,6,21,284.29998779296875,848.21429443359375,5428,189.9123992919922,0,1,1.3862943649291992,0,5.650030136108398,3.044522523880005,6.743133544921875,0,0,0,0,0,1,0,0,1,0 +8,0,0,1,0,0,2,6,22,275.202392578125,242.1875,5628,184.2263946533203,0,1,2.079441547393799,0,5.617506980895996,3.0910425186157227,5.489712238311768,0,0,0,0,0,1,0,0,1,0 +1,0,0,0,0,0,3,6,39,266.10479736328125,31.25,5549,177.4031982421875,0,1,0,0,5.583890438079834,3.6635615825653076,3.442019462585449,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,0,2,6,20,295.6719970703125,578.125,5528,196.735595703125,0,1,1.6094379425048828,0,5.689250946044922,2.995732307434082,6.359790325164795,0,0,0,0,0,1,0,0,1,0 +4,0,0,1,1,0,2,6,26,250.1840057373047,2497.767822265625,5349,170.5800018310547,0,1,1.3862943649291992,0,5.5221967697143555,3.25809645652771,7.823152542114258,0,0,0,0,0,1,0,0,1,0 +4,0,0,1,1,0,2,6,27,296.8092041015625,202.00892639160156,5649,197.872802734375,0,1,1.3862943649291992,0,5.693089485168457,3.295836925506592,5.308311939239502,0,0,0,0,0,1,0,0,1,0 +0.25,0,0,1,0,0,2,6,22,261.5559997558594,112.72321319580078,5549,173.99159240722656,0,1,-1.3862943649291992,0,5.566648483276367,3.0910425186157227,4.724935531616211,0,0,0,0,0,1,0,0,1,0 +7,0,0,1,0,0,2,6,24,250.1840057373047,392.8571472167969,5349,167.16839599609375,0,1,1.945910096168518,0,5.5221967697143555,3.178053855895996,5.973445892333984,0,0,0,0,0,1,0,0,1,0 +13,0,0,1,1,0,2,6,42,250.1840057373047,380.5803527832031,5310,173.99159240722656,0,1,2.5649492740631104,0,5.5221967697143555,3.7376697063446045,5.941697120666504,0,0,0,0,0,1,0,0,1,0 +3,0,0,1,1,0,2,6,27,275.202392578125,74.77678680419922,5452,189.9123992919922,0,1,1.0986123085021973,0,5.617506980895996,3.295836925506592,4.314507484436035,0,0,0,0,0,1,0,0,1,0 +3,0,0,1,1,0,2,6,39,272.9280090332031,198.6607208251953,5352,181.95199584960938,0,1,1.0986123085021973,0,5.609208106994629,3.6635615825653076,5.291598320007324,0,0,0,0,0,1,0,0,1,0 +7,0,0,1,1,0,1,6,53,304.76959228515625,703.125,5440,203.55880737304688,0,1,1.945910096168518,0,5.719555854797363,3.97029185295105,6.555534839630127,0,0,0,0,0,1,0,1,0,0 +17,0,0,1,1,1,3,6,29,279.7511901855469,1342.6339111328125,5449,196.735595703125,0,1,2.8332133293151855,0,5.6339006423950195,3.367295742034912,7.202388763427734,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,25,277.476806640625,171.875,5728,184.2263946533203,0,1,1.0986123085021973,0,5.625737190246582,3.2188758850097656,5.146767616271973,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,0,0,3,6,29,252.45840454101562,256.6964416503906,5549,168.30560302734375,0,1,1.0986123085021973,0,5.531246662139893,3.367295742034912,5.54789400100708,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,0,0,3,6,23,266.10479736328125,90.40178680419922,5549,177.4031982421875,0,1,1.0986123085021973,0,5.583890438079834,3.1354942321777344,4.504263877868652,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,0,0,3,6,24,253.59559631347656,44.64285659790039,5640,169.4427947998047,0,1,1.3862943649291992,0,5.535740852355957,3.178053855895996,3.798694372177124,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,1,3,6,58,286.57440185546875,180.80357360839844,5152,95.5248031616211,0,1,0,0,5.657998085021973,4.060442924499512,5.197411060333252,0,0,0,0,0,1,0,0,0,0 +8,0,0,1,1,0,3,6,28,264.96759033203125,459.8214416503906,5549,176.26600646972656,0,1,2.079441547393799,0,5.5796074867248535,3.332204580307007,6.130838394165039,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,1,0,3,6,24,302.4952087402344,279.0178527832031,5728,201.28439331054688,0,1,1.7917594909667969,0,5.71206521987915,3.178053855895996,5.631275653839111,0,0,0,0,0,1,0,0,0,0 +2,0,0,0,0,0,3,6,19,284.29998779296875,209.82142639160156,5713,189.9123992919922,0,1,0.6931471824645996,0,5.650030136108398,2.944438934326172,5.346256732940674,0,0,0,0,0,1,0,0,0,0 +4,0,0,1,1,0,3,6,29,296.8092041015625,4.464285850524902,5340,197.872802734375,0,1,1.3862943649291992,0,5.693089485168457,3.367295742034912,1.4961092472076416,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,0,0,3,6,24,255.8699951171875,746.65179443359375,5628,170.5800018310547,0,1,1.7917594909667969,0,5.5446696281433105,3.178053855895996,6.615599155426025,0,0,0,0,0,1,0,0,0,0 +6,0,0,0,1,0,3,6,23,284.29998779296875,70.3125,5552,211.51919555664062,0,1,1.7917594909667969,0,5.650030136108398,3.1354942321777344,4.2529497146606445,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,34,293.3976135253906,79.24107360839844,5610,194.46119689941406,0,1,1.0986123085021973,0,5.681528568267822,3.526360511779785,4.372494697570801,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,33,257.0072021484375,50.22321319580078,5728,171.71719360351562,0,1,-1.3862943649291992,0,5.5491042137146,3.4965076446533203,3.9164774417877197,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,1,0,3,6,35,295.6719970703125,620.53570556640625,5310,196.735595703125,0,1,1.6094379425048828,0,5.689250946044922,3.5553481578826904,6.4305830001831055,0,0,0,0,0,1,0,0,0,0 +16,0,0,1,1,0,3,6,56,275.202392578125,1338.169677734375,5528,183.08920288085938,0,1,2.7725887298583984,0,5.617506980895996,4.025351524353027,7.1990580558776855,0,0,0,0,0,1,0,0,0,0 +8,0,0,1,0,0,3,6,36,279.7511901855469,1016.7410888671875,5728,186.50079345703125,0,1,2.079441547393799,0,5.6339006423950195,3.5835189819335938,6.924357891082764,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,1,1,3,6,27,287.71160888671875,178.57142639160156,5452,202.42160034179688,0,1,0.6931471824645996,0,5.661958694458008,3.295836925506592,5.184988498687744,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,1,0,3,6,60,299.0835876464844,0,5249,199.00999450683594,0,1,1.0986123085021973,0,5.700723171234131,4.094344615936279,0,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,1,0,3,6,27,308.18121337890625,238.8392791748047,5549,205.8332061767578,0,1,-1.3862943649291992,0,5.730688095092773,3.295836925506592,5.475790977478027,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,21,286.57440185546875,303.5714416503906,5640,191.0496063232422,0,1,0.6931471824645996,0,5.657998085021973,3.044522523880005,5.7156171798706055,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,1,0,3,6,36,260.4187927246094,145.0892791748047,5728,177.4031982421875,0,1,-1.3862943649291992,0,5.562291145324707,3.5835189819335938,4.977349281311035,0,0,0,0,0,1,0,0,0,0 +9,0,0,0,1,1,3,6,50,247.90960693359375,4161.83056640625,5352,164.8939971923828,0,1,2.1972246170043945,0,5.513064384460449,3.9120230674743652,8.333710670471191,0,0,0,0,0,1,0,0,0,0 +9,0,0,1,1,0,3,6,28,253.59559631347656,2379.46435546875,5328,169.4427947998047,0,1,2.1972246170043945,0,5.535740852355957,3.332204580307007,7.774630546569824,0,0,0,0,0,1,0,0,0,0 +7,0,0,1,1,1,3,6,46,276.339599609375,2208.705322265625,5352,184.2263946533203,0,1,1.945910096168518,0,5.621630668640137,3.828641414642334,7.700161933898926,0,0,0,0,0,1,0,0,0,0 +7,0,0,1,0,0,3,6,20,247.90960693359375,2232.142822265625,5310,164.8939971923828,0,1,1.945910096168518,0,5.513064384460449,2.995732307434082,7.71071720123291,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,0,3,6,34,267.24200439453125,279.0178527832031,5628,178.5404052734375,0,1,1.6094379425048828,0,5.5881547927856445,3.526360511779785,5.631275653839111,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,0,0,3,6,20,291.1231994628906,2459.821533203125,5316,193.32400512695312,0,1,1.7917594909667969,0,5.673746585845947,2.995732307434082,7.807844161987305,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,1,0,3,6,38,284.29998779296875,152.9017791748047,5452,189.9123992919922,0,1,1.6094379425048828,0,5.650030136108398,3.6375861167907715,5.0297956466674805,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,21,294.5347900390625,94.86607360839844,5310,195.59840393066406,0,1,0.6931471824645996,0,5.685397148132324,3.044522523880005,4.552465915679932,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,1,0,3,6,36,285.43719482421875,129.4642791748047,5549,191.0496063232422,0,1,0,0,5.654022216796875,3.5835189819335938,4.863405227661133,0,0,0,0,0,1,0,0,0,0 +8,0,0,1,1,1,3,6,22,282.0256042480469,2909.59814453125,5034,187.63800048828125,0,1,2.079441547393799,0,5.641997814178467,3.0910425186157227,7.975770473480225,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,0,0,3,6,20,270.6535949707031,627.23211669921875,5702,179.67759704589844,0,1,0.6931471824645996,0,5.600839614868164,2.995732307434082,6.441316604614258,0,0,0,0,0,1,0,0,0,0 +0.25,0,0,1,0,0,3,6,20,255.8699951171875,33.48214340209961,5310,170.5800018310547,0,1,-1.3862943649291992,0,5.5446696281433105,2.995732307434082,3.511012315750122,0,0,0,0,0,1,0,0,0,0 +10,0,0,0,0,1,3,6,38,288.8487854003906,2164.0625,5352,192.18679809570312,0,1,2.3025851249694824,0,5.665903091430664,3.6375861167907715,7.679742336273193,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,1,0,3,6,41,255.8699951171875,0,5404,171.71719360351562,0,1,1.3862943649291992,0,5.5446696281433105,3.7135720252990723,0,0,0,0,0,0,1,0,0,0,0 +18,0,0,0,0,0,3,6,57,254.73280334472656,1174.107177734375,5552,169.4427947998047,0,1,2.890371799468994,0,5.540215015411377,4.043051242828369,7.068263053894043,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,0,3,6,26,272.9280090332031,116.07142639160156,5628,181.95199584960938,0,1,1.0986123085021973,0,5.609208106994629,3.25809645652771,4.754205703735352,0,0,0,0,0,1,0,0,0,0 +3,0,0,1,0,1,3,6,31,286.57440185546875,401.78570556640625,5528,191.0496063232422,0,1,1.0986123085021973,0,5.657998085021973,3.4339871406555176,5.9959187507629395,0,0,0,0,0,1,0,0,0,0 +1,0,0,0,0,0,3,6,61,263.8304138183594,39.0625,5610,176.26600646972656,0,1,0,0,5.575306415557861,4.110873699188232,3.665163040161133,0,0,0,0,0,1,0,0,0,0 +7,0,0,1,0,0,3,6,22,308.18121337890625,580.35711669921875,5713,205.8332061767578,0,1,1.945910096168518,0,5.730688095092773,3.0910425186157227,6.363643646240234,0,0,0,0,0,1,0,0,0,0 +81,0,0,1,1,0,3,6,35,277.476806640625,5022.3212890625,5652,147.83599853515625,0,1,4.394449234008789,0,5.625737190246582,3.5553481578826904,8.521647453308105,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,21,277.476806640625,45.75893020629883,5440,185.3636016845703,0,1,1.0986123085021973,0,5.625737190246582,3.044522523880005,3.8233869075775146,0,0,0,0,0,1,0,0,0,0 +40,0,0,1,0,1,3,6,38,284.29998779296875,6431.91943359375,5528,189.9123992919922,0,1,3.6888794898986816,0,5.650030136108398,3.6375861167907715,8.769028663635254,0,0,0,0,0,1,0,0,0,0 +3,0,0,0,1,0,3,6,57,250.1840057373047,0,5528,166.0312042236328,0,1,1.0986123085021973,0,5.5221967697143555,4.043051242828369,0,0,0,0,0,0,1,0,0,0,0 +4,0,0,0,0,0,3,6,21,275.202392578125,0,5604,183.08920288085938,0,1,1.3862943649291992,0,5.617506980895996,3.044522523880005,0,0,0,0,0,0,1,0,0,0,0 +5,0,0,1,0,0,3,6,40,284.29998779296875,628.34820556640625,5528,189.9123992919922,0,1,1.6094379425048828,0,5.650030136108398,3.6888794898986816,6.443094253540039,0,0,0,0,0,1,0,0,0,0 +10,0,0,1,1,1,3,6,20,304.76959228515625,8366.0712890625,5528,211.51919555664062,0,1,2.3025851249694824,0,5.719555854797363,2.995732307434082,9.031939506530762,0,0,0,0,0,1,0,0,0,0 +1,0,0,1,1,0,3,6,38,274.065185546875,40.17856979370117,5310,181.95199584960938,0,1,0,0,5.61336612701416,3.6375861167907715,3.693333864212036,0,0,0,0,0,1,0,0,0,0 +12,0,0,1,1,0,3,6,64,291.1231994628906,75.89286041259766,5410,194.46119689941406,0,1,2.4849066734313965,0,5.673746585845947,4.158883094787598,4.329322814941406,0,0,0,0,0,1,0,0,0,0 +12,0,0,0,0,0,3,6,23,257.0072021484375,709.8214111328125,5628,171.71719360351562,0,1,2.4849066734313965,0,5.5491042137146,3.1354942321777344,6.565013408660889,0,0,0,0,0,1,0,0,0,0 +36,0,0,1,0,1,3,6,23,293.3976135253906,8854.9111328125,5349,195.59840393066406,0,1,3.5835189819335938,0,5.681528568267822,3.1354942321777344,9.088727951049805,0,0,0,0,0,1,0,0,0,0 +2,0,0,1,1,0,3,6,31,289.9859924316406,271.2053527832031,5340,193.32400512695312,0,1,0.6931471824645996,0,5.669832706451416,3.4339871406555176,5.60287618637085,0,0,0,0,0,1,0,0,0,0 +7,0,0,1,1,0,3,6,32,300.2207946777344,1072.544677734375,5452,200.14720153808594,0,1,1.945910096168518,0,5.7045183181762695,3.465735912322998,6.977789402008057,0,0,0,0,0,1,0,0,0,0 +103,0,0,1,0,1,3,6,24,284.29998779296875,10561.3837890625,5352,189.9123992919922,0,1,4.634728908538818,0,5.650030136108398,3.178053855895996,9.264959335327148,0,0,0,0,0,1,0,0,0,0 +6,0,0,1,0,0,1,6,30,257.0072021484375,597.09820556640625,5404,171.71719360351562,0,1,1.7917594909667969,0,5.5491042137146,3.4011974334716797,6.3920817375183105,0,0,0,0,0,1,0,1,0,0 +32,0,0,0,1,1,1,6,60,270.6535949707031,3665.178466796875,5428,180.81480407714844,0,1,3.465735912322998,0,5.600839614868164,4.094344615936279,8.206632614135742,0,0,0,0,0,1,0,1,0,0 +0.25,0,0,1,0,0,3,6,42,250.1840057373047,136.1607208251953,5352,166.0312042236328,0,1,-1.3862943649291992,0,5.5221967697143555,3.7376697063446045,4.9138360023498535,0,0,0,0,0,1,0,0,0,0 +28,0,0,1,1,0,1,8,23,268.37921142578125,1437.5,9052,169.4427947998047,0,1,3.332204580307007,0,5.592401027679443,3.1354942321777344,7.270660877227783,0,0,0,0,0,0,0,1,0,0 +9,0,0,1,0,0,1,8,45,259.2815856933594,582.58929443359375,9052,172.85440063476562,0,1,2.1972246170043945,0,5.557914733886719,3.8066625595092773,6.367482662200928,0,0,0,0,0,0,0,1,0,0 +0.25,0,0,1,0,0,1,8,24,295.6719970703125,427.4553527832031,9049,196.735595703125,0,1,-1.3862943649291992,0,5.689250946044922,3.178053855895996,6.057849884033203,0,0,0,0,0,0,0,1,0,0 +12,0,0,0,0,1,1,8,27,282.0256042480469,1901.7857666015625,9049,187.63800048828125,0,1,2.4849066734313965,0,5.641997814178467,3.295836925506592,7.550548553466797,0,0,0,0,0,0,0,1,0,0 +10,0,0,1,1,0,2,8,31,250.1840057373047,1409.5982666015625,9010,173.99159240722656,0,1,2.3025851249694824,0,5.5221967697143555,3.4339871406555176,7.2510600090026855,0,0,0,0,0,0,0,0,1,0 +8,0,0,1,1,0,2,8,49,249.0467987060547,0,9032,180.81480407714844,0,1,2.079441547393799,0,5.517640590667725,3.891820192337036,0,0,0,0,0,0,0,0,0,1,0 +32,0,0,1,0,0,1,8,58,269.5163879394531,0,9032,178.5404052734375,0,1,3.465735912322998,0,5.5966291427612305,4.060442924499512,0,0,0,0,0,0,0,0,1,0,0 +11,0,0,0,1,1,1,8,55,258.1444091796875,1930.8035888671875,9052,171.71719360351562,0,1,2.397895336151123,0,5.553519248962402,4.007333278656006,7.5656914710998535,0,0,0,0,0,0,0,1,0,0 +0.25,0,0,1,NA,0,1,8,25,284.29998779296875,118.30357360839844,9010,188.77520751953125,0,1,-1.3862943649291992,0,5.650030136108398,3.2188758850097656,4.773253917694092,0,0,0,0,0,0,0,1,0,0 +17,0,0,1,0,0,1,8,25,285.43719482421875,1171.875,9052,191.0496063232422,0,1,2.8332133293151855,0,5.654022216796875,3.2188758850097656,7.0663604736328125,0,0,0,0,0,0,0,1,0,0 +5,0,0,0,0,0,1,8,43,304.76959228515625,565.84820556640625,9028,203.55880737304688,0,1,1.6094379425048828,0,5.719555854797363,3.761200189590454,6.3383259773254395,0,0,0,0,0,0,0,1,0,0 +7,0,0,0,1,0,1,8,57,266.10479736328125,1188.6160888671875,9010,172.85440063476562,0,1,1.945910096168518,0,5.583890438079834,4.043051242828369,7.080544948577881,0,0,0,0,0,0,0,1,0,0 +6,0,0,1,1,1,1,8,57,272.9280090332031,1552.455322265625,9004,200.14720153808594,0,1,1.7917594909667969,0,5.609208106994629,4.043051242828369,7.347592830657959,0,0,0,0,0,0,0,1,0,0 +0.25,0,0,1,1,0,2,8,26,284.29998779296875,24.553571701049805,9052,189.9123992919922,0,1,-1.3862943649291992,0,5.650030136108398,3.25809645652771,3.200857400894165,0,0,0,0,0,0,0,0,1,0 +6,0,0,1,1,0,3,8,23,261.5559997558594,592.6339111328125,9007,173.99159240722656,0,1,1.7917594909667969,0,5.566648483276367,3.1354942321777344,6.384576797485352,0,0,0,0,0,0,0,0,0,0 +33,0,0,1,1,0,3,8,33,289.9859924316406,1167.4107666015625,9010,193.32400512695312,0,1,3.4965076446533203,0,5.669832706451416,3.4965076446533203,7.0625433921813965,0,0,0,0,0,0,0,0,0,0 +0.25,0,0,0,0,0,3,8,60,250.1840057373047,279.0178527832031,9028,163.75680541992188,0,1,-1.3862943649291992,0,5.5221967697143555,4.094344615936279,5.631275653839111,0,0,0,0,0,0,0,0,0,0 +3,0,0,1,0,0,3,8,28,291.1231994628906,256.6964416503906,9052,194.46119689941406,0,1,1.0986123085021973,0,5.673746585845947,3.332204580307007,5.54789400100708,0,0,0,0,0,0,0,0,0,0 +3,0,0,1,1,0,3,8,45,253.59559631347656,315.84820556640625,9010,169.4427947998047,0,1,1.0986123085021973,0,5.535740852355957,3.8066625595092773,5.7552618980407715,0,0,0,0,0,0,0,0,0,0 +3,0,0,0,0,0,3,8,41,262.6932067871094,0,9010,173.99159240722656,0,1,1.0986123085021973,0,5.570986747741699,3.7135720252990723,0,0,0,0,0,0,0,0,0,0,0 +2,0,0,1,0,1,3,8,21,247.90960693359375,1133.9285888671875,9052,164.8939971923828,0,1,0.6931471824645996,0,5.513064384460449,3.044522523880005,7.033443450927734,0,0,0,0,0,0,0,0,0,0 +3,0,0,0,0,0,3,8,28,275.202392578125,0,9004,183.08920288085938,0,1,1.0986123085021973,0,5.617506980895996,3.332204580307007,0,0,0,0,0,0,0,0,0,0,0 +16,0,0,1,1,1,1,7,46,295.6719970703125,7628.34814453125,8022,196.735595703125,0,1,2.7725887298583984,0,5.689250946044922,3.828641414642334,8.939626693725586,0,0,0,0,0,0,1,1,0,0 +4,0,0,0,1,0,1,7,22,302.4952087402344,431.9196472167969,6400,201.28439331054688,0,1,1.3862943649291992,0,5.71206521987915,3.0910425186157227,6.068239688873291,0,0,0,0,0,0,1,1,0,0 +22,0,0,1,1,1,1,7,47,282.0256042480469,4877.23193359375,6100,211.51919555664062,0,1,3.0910425186157227,0,5.641997814178467,3.8501474857330322,8.49233341217041,0,0,0,0,0,0,1,1,0,0 +182,0,0,0,0,0,1,7,29,251.32119750976562,8370.5361328125,6100,167.16839599609375,0,1,5.204006671905518,0,5.526731967926025,3.367295742034912,9.03247356414795,0,0,0,0,0,0,1,1,0,0 +29,0,0,0,1,0,1,7,63,263.8304138183594,0,8090,175.12879943847656,0,1,3.367295742034912,0,5.575306415557861,4.143134593963623,0,0,0,0,0,0,0,1,1,0,0 +179,0,0,1,1,0,1,7,31,286.57440185546875,2790.178466796875,6100,191.0496063232422,0,1,5.1873860359191895,0,5.657998085021973,3.4339871406555176,7.933860778808594,0,0,0,0,0,0,1,1,0,0 +16,0,0,0,1,1,1,7,42,274.065185546875,6425.22314453125,8034,183.08920288085938,0,1,2.7725887298583984,0,5.61336612701416,3.7376697063446045,8.767986297607422,0,0,0,0,0,0,1,1,0,0 +13,0,0,1,1,0,2,7,32,250.1840057373047,0,8090,167.16839599609375,0,1,2.5649492740631104,0,5.5221967697143555,3.465735912322998,0,0,0,0,0,0,0,1,0,1,0 +22,0,0,1,1,0,2,7,51,297.9464111328125,1056.919677734375,6400,199.00999450683594,0,1,3.0910425186157227,0,5.696913719177246,3.931825637817383,6.963113784790039,0,0,0,0,0,0,1,0,1,0 +7,0,0,1,0,0,3,7,23,293.3976135253906,1000,8034,195.59840393066406,0,1,1.945910096168518,0,5.681528568267822,3.1354942321777344,6.907755374908447,0,0,0,0,0,0,1,0,0,0 +2,0,0,1,0,0,3,7,60,284.29998779296875,0,6500,167.16839599609375,0,1,0.6931471824645996,0,5.650030136108398,4.094344615936279,0,0,0,0,0,0,0,1,0,0,0 +50,0,0,0,1,0,3,7,31,253.59559631347656,195.3125,6500,217.2052001953125,0,1,3.9120230674743652,0,5.535740852355957,3.4339871406555176,5.274600982666016,0,0,0,0,0,0,1,0,0,0 +1,0,0,1,1,0,3,7,23,284.29998779296875,284.59820556640625,8042,203.55880737304688,0,1,0,0,5.650030136108398,3.1354942321777344,5.651078224182129,0,0,0,0,0,0,1,0,0,0 +18,0,0,0,0,0,3,7,31,304.76959228515625,965.40179443359375,8021,203.55880737304688,0,1,2.890371799468994,0,5.719555854797363,3.4339871406555176,6.872544288635254,0,0,0,0,0,0,1,0,0,0 +14,0,0,0,0,0,3,7,66,255.8699951171875,544.64288330078125,8090,170.5800018310547,0,1,2.6390573978424072,0,5.5446696281433105,4.18965482711792,6.300130367279053,0,0,0,0,0,0,1,0,0,0 +76,0,0,0,NA,0,3,7,39,274.065185546875,782.3660888671875,6500,181.95199584960938,0,1,4.330733299255371,0,5.61336612701416,3.6635615825653076,6.662322998046875,0,0,0,0,0,0,1,0,0,0 +4,0,0,1,1,0,3,7,45,304.76959228515625,800.22320556640625,8090,203.55880737304688,0,1,1.3862943649291992,0,5.719555854797363,3.8066625595092773,6.6848907470703125,0,0,0,0,0,0,1,0,0,0 diff --git a/docs/files/data/package_data/penguins.csv b/docs/files/data/package_data/penguins.csv new file mode 100644 index 00000000..a1cee93d --- /dev/null +++ b/docs/files/data/package_data/penguins.csv @@ -0,0 +1,343 @@ +species,island,bill_length_mm,bill_depth_mm,flipper_length_mm,body_mass_g,sex,year +Adelie,Torgersen,39.1,18.7,181,3750,male,2007 +Adelie,Torgersen,39.5,17.4,186,3800,female,2007 +Adelie,Torgersen,40.3,18,195,3250,female,2007 +Adelie,Torgersen,36.7,19.3,193,3450,female,2007 +Adelie,Torgersen,39.3,20.6,190,3650,male,2007 +Adelie,Torgersen,38.9,17.8,181,3625,female,2007 +Adelie,Torgersen,39.2,19.6,195,4675,male,2007 +Adelie,Torgersen,34.1,18.1,193,3475,NA,2007 +Adelie,Torgersen,42,20.2,190,4250,NA,2007 +Adelie,Torgersen,37.8,17.1,186,3300,NA,2007 +Adelie,Torgersen,37.8,17.3,180,3700,NA,2007 +Adelie,Torgersen,41.1,17.6,182,3200,female,2007 +Adelie,Torgersen,38.6,21.2,191,3800,male,2007 +Adelie,Torgersen,34.6,21.1,198,4400,male,2007 +Adelie,Torgersen,36.6,17.8,185,3700,female,2007 +Adelie,Torgersen,38.7,19,195,3450,female,2007 +Adelie,Torgersen,42.5,20.7,197,4500,male,2007 +Adelie,Torgersen,34.4,18.4,184,3325,female,2007 +Adelie,Torgersen,46,21.5,194,4200,male,2007 +Adelie,Biscoe,37.8,18.3,174,3400,female,2007 +Adelie,Biscoe,37.7,18.7,180,3600,male,2007 +Adelie,Biscoe,35.9,19.2,189,3800,female,2007 +Adelie,Biscoe,38.2,18.1,185,3950,male,2007 +Adelie,Biscoe,38.8,17.2,180,3800,male,2007 +Adelie,Biscoe,35.3,18.9,187,3800,female,2007 +Adelie,Biscoe,40.6,18.6,183,3550,male,2007 +Adelie,Biscoe,40.5,17.9,187,3200,female,2007 +Adelie,Biscoe,37.9,18.6,172,3150,female,2007 +Adelie,Biscoe,40.5,18.9,180,3950,male,2007 +Adelie,Dream,39.5,16.7,178,3250,female,2007 +Adelie,Dream,37.2,18.1,178,3900,male,2007 +Adelie,Dream,39.5,17.8,188,3300,female,2007 +Adelie,Dream,40.9,18.9,184,3900,male,2007 +Adelie,Dream,36.4,17,195,3325,female,2007 +Adelie,Dream,39.2,21.1,196,4150,male,2007 +Adelie,Dream,38.8,20,190,3950,male,2007 +Adelie,Dream,42.2,18.5,180,3550,female,2007 +Adelie,Dream,37.6,19.3,181,3300,female,2007 +Adelie,Dream,39.8,19.1,184,4650,male,2007 +Adelie,Dream,36.5,18,182,3150,female,2007 +Adelie,Dream,40.8,18.4,195,3900,male,2007 +Adelie,Dream,36,18.5,186,3100,female,2007 +Adelie,Dream,44.1,19.7,196,4400,male,2007 +Adelie,Dream,37,16.9,185,3000,female,2007 +Adelie,Dream,39.6,18.8,190,4600,male,2007 +Adelie,Dream,41.1,19,182,3425,male,2007 +Adelie,Dream,37.5,18.9,179,2975,NA,2007 +Adelie,Dream,36,17.9,190,3450,female,2007 +Adelie,Dream,42.3,21.2,191,4150,male,2007 +Adelie,Biscoe,39.6,17.7,186,3500,female,2008 +Adelie,Biscoe,40.1,18.9,188,4300,male,2008 +Adelie,Biscoe,35,17.9,190,3450,female,2008 +Adelie,Biscoe,42,19.5,200,4050,male,2008 +Adelie,Biscoe,34.5,18.1,187,2900,female,2008 +Adelie,Biscoe,41.4,18.6,191,3700,male,2008 +Adelie,Biscoe,39,17.5,186,3550,female,2008 +Adelie,Biscoe,40.6,18.8,193,3800,male,2008 +Adelie,Biscoe,36.5,16.6,181,2850,female,2008 +Adelie,Biscoe,37.6,19.1,194,3750,male,2008 +Adelie,Biscoe,35.7,16.9,185,3150,female,2008 +Adelie,Biscoe,41.3,21.1,195,4400,male,2008 +Adelie,Biscoe,37.6,17,185,3600,female,2008 +Adelie,Biscoe,41.1,18.2,192,4050,male,2008 +Adelie,Biscoe,36.4,17.1,184,2850,female,2008 +Adelie,Biscoe,41.6,18,192,3950,male,2008 +Adelie,Biscoe,35.5,16.2,195,3350,female,2008 +Adelie,Biscoe,41.1,19.1,188,4100,male,2008 +Adelie,Torgersen,35.9,16.6,190,3050,female,2008 +Adelie,Torgersen,41.8,19.4,198,4450,male,2008 +Adelie,Torgersen,33.5,19,190,3600,female,2008 +Adelie,Torgersen,39.7,18.4,190,3900,male,2008 +Adelie,Torgersen,39.6,17.2,196,3550,female,2008 +Adelie,Torgersen,45.8,18.9,197,4150,male,2008 +Adelie,Torgersen,35.5,17.5,190,3700,female,2008 +Adelie,Torgersen,42.8,18.5,195,4250,male,2008 +Adelie,Torgersen,40.9,16.8,191,3700,female,2008 +Adelie,Torgersen,37.2,19.4,184,3900,male,2008 +Adelie,Torgersen,36.2,16.1,187,3550,female,2008 +Adelie,Torgersen,42.1,19.1,195,4000,male,2008 +Adelie,Torgersen,34.6,17.2,189,3200,female,2008 +Adelie,Torgersen,42.9,17.6,196,4700,male,2008 +Adelie,Torgersen,36.7,18.8,187,3800,female,2008 +Adelie,Torgersen,35.1,19.4,193,4200,male,2008 +Adelie,Dream,37.3,17.8,191,3350,female,2008 +Adelie,Dream,41.3,20.3,194,3550,male,2008 +Adelie,Dream,36.3,19.5,190,3800,male,2008 +Adelie,Dream,36.9,18.6,189,3500,female,2008 +Adelie,Dream,38.3,19.2,189,3950,male,2008 +Adelie,Dream,38.9,18.8,190,3600,female,2008 +Adelie,Dream,35.7,18,202,3550,female,2008 +Adelie,Dream,41.1,18.1,205,4300,male,2008 +Adelie,Dream,34,17.1,185,3400,female,2008 +Adelie,Dream,39.6,18.1,186,4450,male,2008 +Adelie,Dream,36.2,17.3,187,3300,female,2008 +Adelie,Dream,40.8,18.9,208,4300,male,2008 +Adelie,Dream,38.1,18.6,190,3700,female,2008 +Adelie,Dream,40.3,18.5,196,4350,male,2008 +Adelie,Dream,33.1,16.1,178,2900,female,2008 +Adelie,Dream,43.2,18.5,192,4100,male,2008 +Adelie,Biscoe,35,17.9,192,3725,female,2009 +Adelie,Biscoe,41,20,203,4725,male,2009 +Adelie,Biscoe,37.7,16,183,3075,female,2009 +Adelie,Biscoe,37.8,20,190,4250,male,2009 +Adelie,Biscoe,37.9,18.6,193,2925,female,2009 +Adelie,Biscoe,39.7,18.9,184,3550,male,2009 +Adelie,Biscoe,38.6,17.2,199,3750,female,2009 +Adelie,Biscoe,38.2,20,190,3900,male,2009 +Adelie,Biscoe,38.1,17,181,3175,female,2009 +Adelie,Biscoe,43.2,19,197,4775,male,2009 +Adelie,Biscoe,38.1,16.5,198,3825,female,2009 +Adelie,Biscoe,45.6,20.3,191,4600,male,2009 +Adelie,Biscoe,39.7,17.7,193,3200,female,2009 +Adelie,Biscoe,42.2,19.5,197,4275,male,2009 +Adelie,Biscoe,39.6,20.7,191,3900,female,2009 +Adelie,Biscoe,42.7,18.3,196,4075,male,2009 +Adelie,Torgersen,38.6,17,188,2900,female,2009 +Adelie,Torgersen,37.3,20.5,199,3775,male,2009 +Adelie,Torgersen,35.7,17,189,3350,female,2009 +Adelie,Torgersen,41.1,18.6,189,3325,male,2009 +Adelie,Torgersen,36.2,17.2,187,3150,female,2009 +Adelie,Torgersen,37.7,19.8,198,3500,male,2009 +Adelie,Torgersen,40.2,17,176,3450,female,2009 +Adelie,Torgersen,41.4,18.5,202,3875,male,2009 +Adelie,Torgersen,35.2,15.9,186,3050,female,2009 +Adelie,Torgersen,40.6,19,199,4000,male,2009 +Adelie,Torgersen,38.8,17.6,191,3275,female,2009 +Adelie,Torgersen,41.5,18.3,195,4300,male,2009 +Adelie,Torgersen,39,17.1,191,3050,female,2009 +Adelie,Torgersen,44.1,18,210,4000,male,2009 +Adelie,Torgersen,38.5,17.9,190,3325,female,2009 +Adelie,Torgersen,43.1,19.2,197,3500,male,2009 +Adelie,Dream,36.8,18.5,193,3500,female,2009 +Adelie,Dream,37.5,18.5,199,4475,male,2009 +Adelie,Dream,38.1,17.6,187,3425,female,2009 +Adelie,Dream,41.1,17.5,190,3900,male,2009 +Adelie,Dream,35.6,17.5,191,3175,female,2009 +Adelie,Dream,40.2,20.1,200,3975,male,2009 +Adelie,Dream,37,16.5,185,3400,female,2009 +Adelie,Dream,39.7,17.9,193,4250,male,2009 +Adelie,Dream,40.2,17.1,193,3400,female,2009 +Adelie,Dream,40.6,17.2,187,3475,male,2009 +Adelie,Dream,32.1,15.5,188,3050,female,2009 +Adelie,Dream,40.7,17,190,3725,male,2009 +Adelie,Dream,37.3,16.8,192,3000,female,2009 +Adelie,Dream,39,18.7,185,3650,male,2009 +Adelie,Dream,39.2,18.6,190,4250,male,2009 +Adelie,Dream,36.6,18.4,184,3475,female,2009 +Adelie,Dream,36,17.8,195,3450,female,2009 +Adelie,Dream,37.8,18.1,193,3750,male,2009 +Adelie,Dream,36,17.1,187,3700,female,2009 +Adelie,Dream,41.5,18.5,201,4000,male,2009 +Gentoo,Biscoe,46.1,13.2,211,4500,female,2007 +Gentoo,Biscoe,50,16.3,230,5700,male,2007 +Gentoo,Biscoe,48.7,14.1,210,4450,female,2007 +Gentoo,Biscoe,50,15.2,218,5700,male,2007 +Gentoo,Biscoe,47.6,14.5,215,5400,male,2007 +Gentoo,Biscoe,46.5,13.5,210,4550,female,2007 +Gentoo,Biscoe,45.4,14.6,211,4800,female,2007 +Gentoo,Biscoe,46.7,15.3,219,5200,male,2007 +Gentoo,Biscoe,43.3,13.4,209,4400,female,2007 +Gentoo,Biscoe,46.8,15.4,215,5150,male,2007 +Gentoo,Biscoe,40.9,13.7,214,4650,female,2007 +Gentoo,Biscoe,49,16.1,216,5550,male,2007 +Gentoo,Biscoe,45.5,13.7,214,4650,female,2007 +Gentoo,Biscoe,48.4,14.6,213,5850,male,2007 +Gentoo,Biscoe,45.8,14.6,210,4200,female,2007 +Gentoo,Biscoe,49.3,15.7,217,5850,male,2007 +Gentoo,Biscoe,42,13.5,210,4150,female,2007 +Gentoo,Biscoe,49.2,15.2,221,6300,male,2007 +Gentoo,Biscoe,46.2,14.5,209,4800,female,2007 +Gentoo,Biscoe,48.7,15.1,222,5350,male,2007 +Gentoo,Biscoe,50.2,14.3,218,5700,male,2007 +Gentoo,Biscoe,45.1,14.5,215,5000,female,2007 +Gentoo,Biscoe,46.5,14.5,213,4400,female,2007 +Gentoo,Biscoe,46.3,15.8,215,5050,male,2007 +Gentoo,Biscoe,42.9,13.1,215,5000,female,2007 +Gentoo,Biscoe,46.1,15.1,215,5100,male,2007 +Gentoo,Biscoe,44.5,14.3,216,4100,NA,2007 +Gentoo,Biscoe,47.8,15,215,5650,male,2007 +Gentoo,Biscoe,48.2,14.3,210,4600,female,2007 +Gentoo,Biscoe,50,15.3,220,5550,male,2007 +Gentoo,Biscoe,47.3,15.3,222,5250,male,2007 +Gentoo,Biscoe,42.8,14.2,209,4700,female,2007 +Gentoo,Biscoe,45.1,14.5,207,5050,female,2007 +Gentoo,Biscoe,59.6,17,230,6050,male,2007 +Gentoo,Biscoe,49.1,14.8,220,5150,female,2008 +Gentoo,Biscoe,48.4,16.3,220,5400,male,2008 +Gentoo,Biscoe,42.6,13.7,213,4950,female,2008 +Gentoo,Biscoe,44.4,17.3,219,5250,male,2008 +Gentoo,Biscoe,44,13.6,208,4350,female,2008 +Gentoo,Biscoe,48.7,15.7,208,5350,male,2008 +Gentoo,Biscoe,42.7,13.7,208,3950,female,2008 +Gentoo,Biscoe,49.6,16,225,5700,male,2008 +Gentoo,Biscoe,45.3,13.7,210,4300,female,2008 +Gentoo,Biscoe,49.6,15,216,4750,male,2008 +Gentoo,Biscoe,50.5,15.9,222,5550,male,2008 +Gentoo,Biscoe,43.6,13.9,217,4900,female,2008 +Gentoo,Biscoe,45.5,13.9,210,4200,female,2008 +Gentoo,Biscoe,50.5,15.9,225,5400,male,2008 +Gentoo,Biscoe,44.9,13.3,213,5100,female,2008 +Gentoo,Biscoe,45.2,15.8,215,5300,male,2008 +Gentoo,Biscoe,46.6,14.2,210,4850,female,2008 +Gentoo,Biscoe,48.5,14.1,220,5300,male,2008 +Gentoo,Biscoe,45.1,14.4,210,4400,female,2008 +Gentoo,Biscoe,50.1,15,225,5000,male,2008 +Gentoo,Biscoe,46.5,14.4,217,4900,female,2008 +Gentoo,Biscoe,45,15.4,220,5050,male,2008 +Gentoo,Biscoe,43.8,13.9,208,4300,female,2008 +Gentoo,Biscoe,45.5,15,220,5000,male,2008 +Gentoo,Biscoe,43.2,14.5,208,4450,female,2008 +Gentoo,Biscoe,50.4,15.3,224,5550,male,2008 +Gentoo,Biscoe,45.3,13.8,208,4200,female,2008 +Gentoo,Biscoe,46.2,14.9,221,5300,male,2008 +Gentoo,Biscoe,45.7,13.9,214,4400,female,2008 +Gentoo,Biscoe,54.3,15.7,231,5650,male,2008 +Gentoo,Biscoe,45.8,14.2,219,4700,female,2008 +Gentoo,Biscoe,49.8,16.8,230,5700,male,2008 +Gentoo,Biscoe,46.2,14.4,214,4650,NA,2008 +Gentoo,Biscoe,49.5,16.2,229,5800,male,2008 +Gentoo,Biscoe,43.5,14.2,220,4700,female,2008 +Gentoo,Biscoe,50.7,15,223,5550,male,2008 +Gentoo,Biscoe,47.7,15,216,4750,female,2008 +Gentoo,Biscoe,46.4,15.6,221,5000,male,2008 +Gentoo,Biscoe,48.2,15.6,221,5100,male,2008 +Gentoo,Biscoe,46.5,14.8,217,5200,female,2008 +Gentoo,Biscoe,46.4,15,216,4700,female,2008 +Gentoo,Biscoe,48.6,16,230,5800,male,2008 +Gentoo,Biscoe,47.5,14.2,209,4600,female,2008 +Gentoo,Biscoe,51.1,16.3,220,6000,male,2008 +Gentoo,Biscoe,45.2,13.8,215,4750,female,2008 +Gentoo,Biscoe,45.2,16.4,223,5950,male,2008 +Gentoo,Biscoe,49.1,14.5,212,4625,female,2009 +Gentoo,Biscoe,52.5,15.6,221,5450,male,2009 +Gentoo,Biscoe,47.4,14.6,212,4725,female,2009 +Gentoo,Biscoe,50,15.9,224,5350,male,2009 +Gentoo,Biscoe,44.9,13.8,212,4750,female,2009 +Gentoo,Biscoe,50.8,17.3,228,5600,male,2009 +Gentoo,Biscoe,43.4,14.4,218,4600,female,2009 +Gentoo,Biscoe,51.3,14.2,218,5300,male,2009 +Gentoo,Biscoe,47.5,14,212,4875,female,2009 +Gentoo,Biscoe,52.1,17,230,5550,male,2009 +Gentoo,Biscoe,47.5,15,218,4950,female,2009 +Gentoo,Biscoe,52.2,17.1,228,5400,male,2009 +Gentoo,Biscoe,45.5,14.5,212,4750,female,2009 +Gentoo,Biscoe,49.5,16.1,224,5650,male,2009 +Gentoo,Biscoe,44.5,14.7,214,4850,female,2009 +Gentoo,Biscoe,50.8,15.7,226,5200,male,2009 +Gentoo,Biscoe,49.4,15.8,216,4925,male,2009 +Gentoo,Biscoe,46.9,14.6,222,4875,female,2009 +Gentoo,Biscoe,48.4,14.4,203,4625,female,2009 +Gentoo,Biscoe,51.1,16.5,225,5250,male,2009 +Gentoo,Biscoe,48.5,15,219,4850,female,2009 +Gentoo,Biscoe,55.9,17,228,5600,male,2009 +Gentoo,Biscoe,47.2,15.5,215,4975,female,2009 +Gentoo,Biscoe,49.1,15,228,5500,male,2009 +Gentoo,Biscoe,47.3,13.8,216,4725,NA,2009 +Gentoo,Biscoe,46.8,16.1,215,5500,male,2009 +Gentoo,Biscoe,41.7,14.7,210,4700,female,2009 +Gentoo,Biscoe,53.4,15.8,219,5500,male,2009 +Gentoo,Biscoe,43.3,14,208,4575,female,2009 +Gentoo,Biscoe,48.1,15.1,209,5500,male,2009 +Gentoo,Biscoe,50.5,15.2,216,5000,female,2009 +Gentoo,Biscoe,49.8,15.9,229,5950,male,2009 +Gentoo,Biscoe,43.5,15.2,213,4650,female,2009 +Gentoo,Biscoe,51.5,16.3,230,5500,male,2009 +Gentoo,Biscoe,46.2,14.1,217,4375,female,2009 +Gentoo,Biscoe,55.1,16,230,5850,male,2009 +Gentoo,Biscoe,44.5,15.7,217,4875,NA,2009 +Gentoo,Biscoe,48.8,16.2,222,6000,male,2009 +Gentoo,Biscoe,47.2,13.7,214,4925,female,2009 +Gentoo,Biscoe,46.8,14.3,215,4850,female,2009 +Gentoo,Biscoe,50.4,15.7,222,5750,male,2009 +Gentoo,Biscoe,45.2,14.8,212,5200,female,2009 +Gentoo,Biscoe,49.9,16.1,213,5400,male,2009 +Chinstrap,Dream,46.5,17.9,192,3500,female,2007 +Chinstrap,Dream,50,19.5,196,3900,male,2007 +Chinstrap,Dream,51.3,19.2,193,3650,male,2007 +Chinstrap,Dream,45.4,18.7,188,3525,female,2007 +Chinstrap,Dream,52.7,19.8,197,3725,male,2007 +Chinstrap,Dream,45.2,17.8,198,3950,female,2007 +Chinstrap,Dream,46.1,18.2,178,3250,female,2007 +Chinstrap,Dream,51.3,18.2,197,3750,male,2007 +Chinstrap,Dream,46,18.9,195,4150,female,2007 +Chinstrap,Dream,51.3,19.9,198,3700,male,2007 +Chinstrap,Dream,46.6,17.8,193,3800,female,2007 +Chinstrap,Dream,51.7,20.3,194,3775,male,2007 +Chinstrap,Dream,47,17.3,185,3700,female,2007 +Chinstrap,Dream,52,18.1,201,4050,male,2007 +Chinstrap,Dream,45.9,17.1,190,3575,female,2007 +Chinstrap,Dream,50.5,19.6,201,4050,male,2007 +Chinstrap,Dream,50.3,20,197,3300,male,2007 +Chinstrap,Dream,58,17.8,181,3700,female,2007 +Chinstrap,Dream,46.4,18.6,190,3450,female,2007 +Chinstrap,Dream,49.2,18.2,195,4400,male,2007 +Chinstrap,Dream,42.4,17.3,181,3600,female,2007 +Chinstrap,Dream,48.5,17.5,191,3400,male,2007 +Chinstrap,Dream,43.2,16.6,187,2900,female,2007 +Chinstrap,Dream,50.6,19.4,193,3800,male,2007 +Chinstrap,Dream,46.7,17.9,195,3300,female,2007 +Chinstrap,Dream,52,19,197,4150,male,2007 +Chinstrap,Dream,50.5,18.4,200,3400,female,2008 +Chinstrap,Dream,49.5,19,200,3800,male,2008 +Chinstrap,Dream,46.4,17.8,191,3700,female,2008 +Chinstrap,Dream,52.8,20,205,4550,male,2008 +Chinstrap,Dream,40.9,16.6,187,3200,female,2008 +Chinstrap,Dream,54.2,20.8,201,4300,male,2008 +Chinstrap,Dream,42.5,16.7,187,3350,female,2008 +Chinstrap,Dream,51,18.8,203,4100,male,2008 +Chinstrap,Dream,49.7,18.6,195,3600,male,2008 +Chinstrap,Dream,47.5,16.8,199,3900,female,2008 +Chinstrap,Dream,47.6,18.3,195,3850,female,2008 +Chinstrap,Dream,52,20.7,210,4800,male,2008 +Chinstrap,Dream,46.9,16.6,192,2700,female,2008 +Chinstrap,Dream,53.5,19.9,205,4500,male,2008 +Chinstrap,Dream,49,19.5,210,3950,male,2008 +Chinstrap,Dream,46.2,17.5,187,3650,female,2008 +Chinstrap,Dream,50.9,19.1,196,3550,male,2008 +Chinstrap,Dream,45.5,17,196,3500,female,2008 +Chinstrap,Dream,50.9,17.9,196,3675,female,2009 +Chinstrap,Dream,50.8,18.5,201,4450,male,2009 +Chinstrap,Dream,50.1,17.9,190,3400,female,2009 +Chinstrap,Dream,49,19.6,212,4300,male,2009 +Chinstrap,Dream,51.5,18.7,187,3250,male,2009 +Chinstrap,Dream,49.8,17.3,198,3675,female,2009 +Chinstrap,Dream,48.1,16.4,199,3325,female,2009 +Chinstrap,Dream,51.4,19,201,3950,male,2009 +Chinstrap,Dream,45.7,17.3,193,3600,female,2009 +Chinstrap,Dream,50.7,19.7,203,4050,male,2009 +Chinstrap,Dream,42.5,17.3,187,3350,female,2009 +Chinstrap,Dream,52.2,18.8,197,3450,male,2009 +Chinstrap,Dream,45.2,16.6,191,3250,female,2009 +Chinstrap,Dream,49.3,19.9,203,4050,male,2009 +Chinstrap,Dream,50.2,18.8,202,3800,male,2009 +Chinstrap,Dream,45.6,19.4,194,3525,female,2009 +Chinstrap,Dream,51.9,19.5,206,3950,male,2009 +Chinstrap,Dream,46.8,16.5,189,3650,female,2009 +Chinstrap,Dream,45.7,17,195,3650,female,2009 +Chinstrap,Dream,55.8,19.8,207,4000,male,2009 +Chinstrap,Dream,43.5,18.1,202,3400,female,2009 +Chinstrap,Dream,49.6,18.2,193,3775,male,2009 +Chinstrap,Dream,50.8,19,210,4100,male,2009 +Chinstrap,Dream,50.2,18.7,198,3775,female,2009 diff --git a/docs/files/data/package_data/wage2.csv b/docs/files/data/package_data/wage2.csv new file mode 100644 index 00000000..ed458b8c --- /dev/null +++ b/docs/files/data/package_data/wage2.csv @@ -0,0 +1,936 @@ +wage,hours,IQ,KWW,educ,exper,tenure,age,married,black,south,urban,sibs,brthord,meduc,feduc,lwage +769,40,93,35,12,11,2,31,1,0,0,1,1,2,8,8,6.6450910568237305 +808,50,119,41,18,11,16,37,1,0,0,1,1,NA,14,14,6.694561958312988 +825,40,108,46,14,11,9,33,1,0,0,1,1,2,14,14,6.715383529663086 +650,40,96,32,12,13,7,32,1,0,0,1,4,3,12,12,6.476972579956055 +562,40,74,27,11,14,5,34,1,0,0,1,10,6,6,11,6.3315019607543945 +1400,40,116,43,16,14,2,35,1,1,0,1,1,2,8,NA,7.244227409362793 +600,40,91,24,10,13,0,30,0,0,0,1,1,2,8,8,6.396929740905762 +1081,40,114,50,18,8,14,38,1,0,0,1,2,3,8,NA,6.985641956329346 +1154,45,111,37,15,13,1,36,1,0,0,0,2,3,14,5,7.050989627838135 +1000,40,95,44,12,16,16,36,1,0,0,1,1,1,12,11,6.907755374908447 +930,43,132,44,18,8,13,38,1,0,0,0,1,1,13,14,6.835184574127197 +921,38,102,45,14,9,11,33,1,0,0,0,1,2,16,NA,6.825459957122803 +900,45,125,40,15,4,3,30,0,0,0,0,2,NA,12,12,6.802394866943359 +1318,38,119,24,16,7,2,28,1,0,0,1,3,1,10,10,7.183870792388916 +1792,40,118,47,16,9,9,34,1,0,0,1,1,1,12,12,7.491087436676025 +958,50,105,37,10,17,2,35,1,0,0,1,1,2,6,8,6.864847660064697 +1360,45,109,39,15,6,9,36,1,0,0,1,3,3,12,10,7.215240001678467 +850,40,72,36,11,19,10,38,1,0,0,1,2,3,10,8,6.745236396789551 +830,44,105,29,14,4,7,29,1,0,0,1,3,1,12,NA,6.721425533294678 +471,44,101,34,12,13,7,31,1,0,0,1,3,2,8,NA,6.154858112335205 +1275,40,123,37,14,9,1,31,1,0,0,1,0,1,12,NA,7.150701522827148 +1615,50,113,49,16,10,4,36,1,0,0,1,2,1,12,12,7.38709020614624 +873,65,95,36,12,14,3,38,1,0,0,1,5,1,10,10,6.77193546295166 +2137,45,145,50,16,17,8,38,1,0,0,1,2,1,12,12,7.667158126831055 +1053,38,114,35,16,12,7,32,1,0,0,1,0,1,11,11,6.9593987464904785 +1602,60,124,32,16,8,9,29,1,0,0,1,3,1,16,16,7.3790082931518555 +1188,40,93,40,13,16,5,35,1,0,0,1,2,1,12,8,7.080026626586914 +800,40,115,39,18,11,1,35,1,0,1,1,0,1,8,8,6.684611797332764 +1417,48,125,41,17,9,4,34,1,0,0,1,3,1,13,12,7.2562971115112305 +635,40,128,35,18,8,13,36,0,0,0,1,2,1,16,16,6.453625202178955 +1000,40,103,40,12,17,2,34,1,0,0,1,1,1,8,NA,6.907755374908447 +1424,50,98,41,14,15,4,35,1,0,0,1,1,1,12,12,7.26122522354126 +2668,75,108,41,13,12,2,32,1,0,1,1,1,2,12,12,7.889084339141846 +666,75,129,40,18,8,12,38,1,0,0,0,2,1,18,18,6.5012898445129395 +1779,40,132,42,17,8,9,32,1,0,0,1,1,1,17,14,7.483806610107422 +782,40,92,24,13,9,10,31,1,0,0,1,3,3,8,NA,6.6618547439575195 +1572,35,108,39,14,7,5,28,1,1,0,1,1,NA,12,8,7.360104084014893 +1274,40,106,35,13,11,12,31,1,0,0,1,0,1,15,12,7.149916648864746 +714,35,105,37,16,9,2,29,1,0,0,1,1,2,13,12,6.570882797241211 +1081,40,123,46,18,11,7,36,1,0,0,0,1,1,12,12,6.985641956329346 +692,40,108,48,12,21,11,38,1,0,0,1,3,1,8,7,6.539586067199707 +1318,38,122,47,17,10,9,33,1,0,0,1,1,NA,12,8,7.183870792388916 +1239,45,109,44,12,16,4,38,1,0,0,1,3,3,12,NA,7.1220598220825195 +1027,27,100,40,13,12,15,38,1,0,0,1,3,3,10,9,6.934397220611572 +1748,55,125,50,18,12,12,34,1,0,0,1,1,2,14,15,7.4662275314331055 +981,40,122,41,14,9,15,35,0,0,0,1,3,2,12,NA,6.888572692871094 +770,40,105,34,17,7,11,30,1,0,0,1,3,1,12,12,6.646390438079834 +1154,50,94,37,16,11,5,33,1,0,0,1,1,NA,12,12,7.050989627838135 +1155,40,102,36,12,16,5,34,1,0,0,1,1,2,12,NA,7.051855564117432 +808,60,109,47,13,14,12,38,1,0,0,1,2,2,12,10,6.694561958312988 +1100,40,105,45,12,22,14,38,1,0,0,1,1,1,12,12,7.003065586090088 +1154,40,134,46,18,10,10,37,1,0,1,1,2,1,12,12,7.050989627838135 +1749,40,108,32,12,13,9,29,0,0,0,1,7,1,12,9,7.466799259185791 +1000,50,104,36,16,11,8,30,1,0,0,1,1,1,12,11,6.907755374908447 +462,40,112,35,12,11,1,29,1,0,0,1,8,3,12,NA,6.135564804077148 +769,55,120,49,18,8,12,32,0,0,0,1,1,1,11,8,6.6450910568237305 +875,50,124,40,16,9,3,31,0,0,0,0,2,2,17,16,6.774223804473877 +1375,40,103,34,12,12,7,29,1,0,0,1,4,2,12,10,7.2262091636657715 +1452,45,115,45,17,1,7,30,1,0,0,1,3,1,12,14,7.280697345733643 +800,40,96,33,12,17,12,35,1,0,0,1,1,2,6,8,6.684611797332764 +1748,55,123,48,17,10,7,36,1,0,0,1,1,1,12,12,7.4662275314331055 +1151,40,98,34,12,12,12,29,1,0,0,1,3,4,12,8,7.048386573791504 +840,50,96,34,12,18,13,35,1,0,0,1,2,1,12,8,6.733401775360107 +978,45,89,47,12,17,2,38,1,0,0,1,0,1,12,NA,6.885509490966797 +963,40,109,43,12,15,15,37,0,0,0,0,5,NA,NA,7,6.870053291320801 +619,42,93,20,12,10,10,28,0,0,0,1,8,NA,9,11,6.428105354309082 +442,60,82,32,12,12,0,33,1,0,0,1,2,3,12,9,6.091310024261475 +600,40,120,45,15,12,1,38,1,0,0,0,3,4,12,NA,6.396929740905762 +1366,38,122,38,12,15,15,32,1,0,0,1,1,2,12,NA,7.219642162322998 +1643,48,117,48,18,8,2,33,1,0,0,1,2,2,12,18,7.4042792320251465 +1455,40,109,44,16,8,13,36,1,0,0,1,1,2,8,8,7.282761096954346 +2310,40,114,55,18,12,7,38,1,0,0,1,2,NA,12,16,7.745002746582031 +1682,45,126,40,16,10,11,31,1,0,0,1,1,1,12,16,7.427738666534424 +1235,40,82,45,12,10,2,33,1,0,0,1,1,1,11,11,7.118826389312744 +855,45,119,45,16,11,4,32,1,0,0,1,3,1,12,9,6.751101493835449 +1072,42,104,37,16,6,8,35,1,0,0,1,2,2,12,6,6.97728157043457 +1040,40,115,49,15,8,15,35,1,0,0,1,3,4,NA,11,6.946976184844971 +1000,50,97,45,12,17,15,36,1,0,0,1,1,2,12,12,6.907755374908447 +675,40,105,27,15,8,2,31,1,0,0,0,3,NA,14,12,6.514712810516357 +1100,37,100,32,12,14,1,30,1,0,0,1,1,2,7,7,7.003065586090088 +996,50,114,41,12,5,14,31,1,0,0,1,2,1,12,10,6.903747081756592 +732,40,73,28,10,17,5,36,1,0,0,1,5,6,NA,NA,6.595780372619629 +1200,40,96,48,11,15,3,37,1,0,0,1,4,3,8,8,7.090076923370361 +1694,30,113,30,15,9,8,29,0,0,0,1,3,1,12,16,7.434847831726074 +686,55,106,38,10,15,3,36,1,0,1,1,4,5,14,10,6.530877590179443 +754,40,104,37,13,9,5,32,1,0,0,1,1,2,8,NA,6.625392436981201 +857,35,80,39,10,14,15,33,1,0,0,1,2,1,NA,12,6.7534379959106445 +832,50,104,30,13,4,2,30,1,0,0,1,1,2,12,8,6.723832607269287 +579,44,122,36,13,8,1,30,1,0,0,0,4,1,16,16,6.361302375793457 +672,61,96,38,12,13,3,34,1,0,0,1,2,NA,12,13,6.510258197784424 +2500,40,95,51,15,12,9,36,1,0,0,1,3,1,16,16,7.8240461349487305 +1076,45,105,24,12,5,8,31,0,0,0,1,1,1,16,17,6.981005668640137 +750,40,94,18,12,16,3,37,1,1,0,1,7,3,8,8,6.620073318481445 +1186,30,91,41,17,8,9,33,1,0,0,1,1,1,12,14,7.078341484069824 +833,48,96,37,16,9,7,31,1,0,0,1,4,4,12,14,6.725033760070801 +650,40,69,37,12,14,11,30,1,1,0,1,3,4,10,9,6.476972579956055 +1250,46,110,37,12,5,16,38,1,0,0,0,1,1,NA,12,7.130898952484131 +1122,48,111,44,15,12,9,31,1,0,0,1,3,1,9,12,7.0228681564331055 +865,40,110,35,16,1,11,31,1,0,0,1,3,1,9,12,6.762729644775391 +808,40,97,37,16,10,7,29,1,0,0,1,3,3,9,12,6.694561958312988 +1299,60,125,44,18,6,12,35,0,0,0,1,1,2,8,8,7.1693501472473145 +903,40,91,39,12,6,12,36,1,0,0,1,5,4,9,10,6.805722713470459 +900,40,86,28,12,17,15,37,1,0,0,1,5,3,8,10,6.802394866943359 +625,40,110,32,12,18,0,35,1,0,0,1,4,1,9,8,6.437751770019531 +1586,40,92,47,14,16,1,36,1,0,1,1,4,4,12,NA,7.3689703941345215 +962,40,85,41,10,15,16,38,1,0,0,1,1,2,9,12,6.869014263153076 +1539,45,120,36,17,7,8,34,1,0,0,1,1,1,8,8,7.338888168334961 +1110,52,106,42,12,11,6,33,1,0,0,0,5,2,12,12,7.012115478515625 +1282,45,112,41,16,6,6,31,0,0,1,1,2,2,12,12,7.156176567077637 +770,48,91,39,12,13,2,38,1,0,0,1,1,2,10,8,6.646390438079834 +1000,45,90,42,12,16,0,38,1,0,0,1,6,3,10,12,6.907755374908447 +895,40,86,39,9,17,16,38,1,1,0,0,2,NA,NA,12,6.796823501586914 +1205,40,86,32,10,13,0,32,1,1,0,1,5,5,8,NA,7.094234943389893 +750,40,113,27,12,11,10,29,1,0,0,0,1,NA,12,12,6.620073318481445 +654,50,111,51,13,5,16,38,1,0,0,1,3,3,12,9,6.483107566833496 +601,48,111,30,12,15,3,33,1,0,0,1,0,1,12,12,6.398594856262207 +600,40,106,32,13,10,11,28,1,0,0,1,6,NA,8,7,6.396929740905762 +433,40,98,28,12,11,10,30,0,0,0,1,1,1,12,11,6.070737838745117 +1188,40,105,28,12,11,7,30,1,0,0,1,3,1,12,10,7.080026626586914 +635,40,105,29,12,15,15,33,1,0,0,0,2,2,10,NA,6.453625202178955 +1225,40,118,44,13,9,14,32,1,0,0,1,0,1,12,9,7.110696315765381 +1151,45,90,38,12,19,19,36,1,0,0,1,1,1,12,8,7.048386573791504 +865,40,95,34,12,15,11,32,0,0,0,1,3,1,9,8,6.762729644775391 +1031,40,112,24,14,9,5,29,1,0,0,1,4,2,12,12,6.938284397125244 +1049,55,120,39,12,9,11,32,1,0,0,1,3,2,12,10,6.955592632293701 +1000,45,123,41,12,12,1,29,1,0,0,1,3,3,12,10,6.907755374908447 +1105,40,103,32,13,10,11,30,1,0,0,1,1,1,16,15,7.007600784301758 +1924,50,121,40,18,11,7,35,1,0,0,1,3,1,16,18,7.562161445617676 +1346,40,90,44,16,9,16,38,1,0,0,1,1,1,12,12,7.204892635345459 +809,65,125,32,12,11,10,29,1,0,0,1,0,1,12,12,6.695798873901367 +1495,45,109,34,18,10,3,32,1,0,0,1,3,1,9,8,7.309881687164307 +1346,50,128,46,16,10,1,33,0,0,0,0,3,1,10,9,7.204892635345459 +1200,40,97,35,12,10,4,31,1,0,0,1,3,1,12,12,7.090076923370361 +500,40,96,35,12,6,0,33,1,0,1,1,4,4,12,12,6.214608192443848 +1325,45,97,44,12,12,5,28,1,0,0,1,1,2,12,8,7.1891679763793945 +900,40,78,21,12,16,5,33,1,1,0,1,4,1,7,6,6.802394866943359 +800,40,112,39,12,15,3,34,1,0,0,1,6,4,7,NA,6.684611797332764 +800,40,88,32,12,16,7,38,1,0,0,1,3,2,2,5,6.684611797332764 +1034,40,97,39,12,15,16,36,1,0,0,1,14,10,14,11,6.941190242767334 +980,40,101,41,12,4,12,36,1,0,0,1,1,NA,6,9,6.887552738189697 +884,40,106,42,10,19,12,34,1,0,0,1,2,1,7,10,6.784457206726074 +480,40,59,28,10,11,5,34,0,0,0,1,0,1,8,6,6.173786163330078 +923,40,105,54,18,7,14,34,1,0,0,1,1,1,12,12,6.827629089355469 +513,45,119,30,17,8,5,31,0,0,0,1,1,1,12,8,6.240275859832764 +1105,40,93,36,11,17,16,37,0,0,0,1,2,2,8,8,7.007600784301758 +1193,50,82,38,12,19,10,36,1,0,1,1,0,1,12,NA,7.084226608276367 +2771,50,134,45,18,6,7,34,1,0,0,1,4,3,16,16,7.9269633293151855 +779,40,84,29,12,9,6,30,1,0,0,1,0,1,8,12,6.658010959625244 +950,60,98,36,11,13,6,31,1,0,0,1,2,1,12,12,6.856462001800537 +1394,40,118,41,16,11,8,30,1,0,0,0,2,1,13,12,7.239932537078857 +1495,45,113,50,17,13,9,33,1,0,0,1,3,3,12,8,7.309881687164307 +650,40,100,18,12,4,3,28,1,0,0,1,6,2,9,11,6.476972579956055 +670,40,93,27,13,9,5,29,1,0,0,1,2,NA,12,12,6.507277488708496 +1126,40,119,30,16,5,8,32,1,0,0,1,1,1,12,10,7.026426792144775 +450,64,67,19,12,11,1,33,0,1,0,1,6,1,11,4,6.10924768447876 +1028,40,111,28,12,19,12,37,1,1,1,1,3,4,12,NA,6.935370445251465 +2404,50,106,38,15,8,0,32,1,0,0,1,2,1,12,12,7.784889221191406 +1899,40,127,49,18,9,14,36,0,0,0,1,0,1,10,NA,7.5490827560424805 +757,40,113,35,16,10,9,33,1,0,0,1,2,1,12,12,6.629363059997559 +1250,40,115,36,14,9,1,29,1,0,0,1,2,2,12,12,7.130898952484131 +1162,48,102,40,16,8,11,31,1,0,0,1,3,2,12,NA,7.057898044586182 +1025,40,85,29,15,9,13,29,1,1,0,1,6,1,14,12,6.932447910308838 +1100,50,117,51,16,11,12,32,1,0,0,0,0,1,12,10,7.003065586090088 +714,35,125,34,16,7,5,28,1,0,0,1,4,1,10,10,6.570882797241211 +1318,35,118,47,16,16,17,37,1,0,0,0,1,1,8,12,7.183870792388916 +1411,45,121,40,18,14,3,38,1,0,0,1,3,2,12,16,7.252053737640381 +2162,40,115,51,17,4,4,38,1,0,0,1,1,1,12,12,7.678789138793945 +1273,55,120,44,14,11,16,36,1,0,0,0,1,1,12,NA,7.149131774902344 +1140,48,109,43,12,16,15,35,1,0,0,1,2,2,11,6,7.038783550262451 +578,40,109,28,13,7,4,30,0,0,0,1,1,NA,12,11,6.359573841094971 +942,40,85,36,12,7,10,38,1,0,0,1,4,5,NA,NA,6.848005294799805 +1058,40,85,50,12,17,8,38,1,0,0,0,4,1,12,NA,6.964135646820068 +750,40,106,32,14,9,9,29,1,0,0,1,1,2,11,10,6.620073318481445 +1000,60,101,30,12,11,6,30,1,0,0,1,3,1,10,10,6.907755374908447 +951,60,116,40,12,9,7,30,1,0,0,1,4,5,12,9,6.857513904571533 +635,47,91,24,12,13,2,31,1,0,0,1,2,2,7,7,6.453625202178955 +1250,40,91,28,12,13,1,34,1,0,0,1,3,1,11,5,7.130898952484131 +675,40,110,34,12,6,15,34,1,0,0,1,2,1,7,NA,6.514712810516357 +400,40,75,33,12,11,6,32,1,0,0,1,4,NA,7,12,5.991464614868164 +577,50,94,17,12,9,8,29,1,0,0,1,2,NA,12,8,6.357842445373535 +590,40,109,27,13,10,7,29,1,0,0,0,2,2,12,12,6.380122661590576 +923,50,122,38,16,10,10,31,1,0,0,0,1,2,8,8,6.827629089355469 +1250,50,102,26,12,6,2,32,0,0,0,1,4,2,11,8,7.130898952484131 +1100,40,122,38,14,11,8,33,1,0,0,1,2,3,8,10,7.003065586090088 +1130,50,105,38,12,18,2,37,1,0,0,1,4,2,10,10,7.029973030090332 +652,50,113,37,12,14,4,36,0,0,0,1,1,2,9,9,6.480044364929199 +618,42,104,34,12,6,2,30,1,0,0,1,3,2,8,12,6.426488399505615 +962,50,124,43,16,7,14,34,1,0,0,1,2,2,9,11,6.869014263153076 +529,40,110,31,13,14,11,32,1,0,0,0,1,1,12,8,6.270988464355469 +817,40,95,37,12,16,14,33,1,0,0,0,2,1,12,12,6.705638885498047 +962,40,120,39,16,8,9,32,1,0,0,0,0,1,18,NA,6.869014263153076 +840,40,105,39,12,19,15,38,1,0,0,0,3,1,12,8,6.733401775360107 +866,40,121,30,16,7,4,28,1,0,0,0,1,NA,12,12,6.763885021209717 +2404,50,96,42,14,1,1,36,1,0,0,1,5,5,8,10,7.784889221191406 +1126,40,110,26,12,16,2,32,1,0,0,1,6,1,9,12,7.026426792144775 +1160,40,92,32,12,8,8,31,1,0,0,0,4,1,12,11,7.056175231933594 +723,40,98,34,12,15,5,38,1,0,0,1,1,1,9,NA,6.583409309387207 +1778,40,109,43,16,14,13,36,1,0,0,1,0,1,11,12,7.4832444190979 +1903,48,118,44,18,13,5,36,1,0,0,0,0,1,11,11,7.551187038421631 +1010,40,97,42,18,7,14,34,1,0,0,1,4,5,14,NA,6.917705535888672 +971,40,95,42,17,5,11,37,1,0,0,1,1,2,16,8,6.878326416015625 +525,40,99,40,12,9,2,34,1,0,0,1,2,1,10,8,6.263398170471191 +525,40,106,31,12,12,13,30,1,0,0,0,1,1,10,12,6.263398170471191 +670,45,117,33,12,10,3,30,1,0,0,0,5,2,12,NA,6.507277488708496 +500,45,90,47,12,19,4,37,1,0,0,0,0,1,12,6,6.214608192443848 +1058,45,98,45,14,14,15,34,1,0,0,0,2,3,NA,NA,6.964135646820068 +550,46,95,44,12,18,15,35,1,0,0,1,1,1,12,11,6.309918403625488 +500,45,115,43,12,14,1,32,1,0,0,1,1,2,12,11,6.214608192443848 +727,55,106,40,15,10,5,31,0,0,0,1,1,NA,12,12,6.588926315307617 +865,40,114,26,12,6,8,30,1,0,0,0,2,3,8,8,6.762729644775391 +1081,40,92,34,13,8,2,30,1,0,1,1,3,4,12,10,6.985641956329346 +1304,45,119,36,17,9,9,31,1,0,0,0,1,1,13,12,7.173191547393799 +575,40,85,32,13,6,1,30,1,0,0,0,1,2,13,12,6.3543701171875 +623,45,98,34,16,7,1,30,1,0,0,0,3,1,12,12,6.43454647064209 +515,45,114,30,13,8,10,28,1,0,0,0,3,2,12,12,6.244166851043701 +1273,55,84,42,18,14,4,37,1,0,0,1,1,1,8,12,7.149131774902344 +990,40,108,42,13,13,9,33,1,0,0,0,4,1,16,16,6.897705078125 +600,40,107,32,12,16,6,33,1,0,0,0,5,6,8,4,6.396929740905762 +1160,40,84,35,12,17,2,38,1,0,0,0,4,2,16,12,7.056175231933594 +500,55,86,22,12,11,9,29,1,0,0,0,5,5,10,12,6.214608192443848 +795,45,88,27,12,17,18,35,1,0,0,0,2,2,10,12,6.678342342376709 +500,50,97,34,11,20,3,37,1,0,0,0,2,1,NA,NA,6.214608192443848 +740,50,84,31,10,23,13,38,1,0,0,0,5,1,NA,9,6.606650352478027 +1250,40,117,45,16,10,7,33,1,0,0,1,1,1,12,14,7.130898952484131 +1014,55,110,42,16,13,9,30,0,0,0,1,1,2,12,14,6.921658039093018 +1250,32,104,32,13,13,3,33,1,0,0,1,3,3,9,NA,7.130898952484131 +913,40,110,26,14,4,13,29,1,0,0,1,3,4,9,NA,6.816735744476318 +1346,40,99,33,16,9,8,30,1,0,0,1,2,NA,11,12,7.204892635345459 +445,40,80,31,10,19,0,38,1,0,0,0,5,5,NA,NA,6.098074436187744 +265,40,101,43,12,18,2,37,1,0,0,1,1,2,NA,NA,5.579730033874512 +1250,40,117,31,14,7,1,28,1,0,0,1,1,2,12,12,7.130898952484131 +1607,56,108,41,13,7,9,36,1,0,0,1,2,1,NA,NA,7.382124423980713 +1452,35,69,33,16,12,15,38,1,1,0,1,7,6,10,10,7.280697345733643 +1391,50,109,38,12,14,8,32,1,1,1,1,1,2,11,9,7.237778186798096 +821,45,85,39,16,8,2,32,1,0,0,1,5,6,8,8,6.7105231285095215 +794,40,114,36,16,9,7,29,1,0,0,1,1,2,11,9,6.677083492279053 +500,30,90,46,13,10,1,38,1,0,0,0,4,3,NA,NA,6.214608192443848 +520,50,107,30,18,6,3,29,1,0,0,0,10,1,12,14,6.253829002380371 +1730,50,117,41,18,12,12,37,1,0,0,1,1,2,12,8,7.45587682723999 +1924,50,112,47,18,9,10,38,1,0,0,1,6,1,16,18,7.562161445617676 +1155,60,106,46,18,10,2,37,1,0,0,1,3,3,14,18,7.051855564117432 +2162,40,116,38,15,9,4,31,1,0,0,1,2,1,12,17,7.678789138793945 +923,50,123,44,14,8,7,31,1,0,0,1,1,2,8,NA,6.827629089355469 +1115,40,118,40,16,12,13,33,1,0,0,1,1,1,8,NA,7.0166096687316895 +449,36,91,20,12,7,2,30,0,0,0,1,1,NA,NA,NA,6.107022762298584 +1500,40,103,29,12,10,11,34,1,0,0,1,2,3,12,7,7.313220500946045 +826,40,114,40,14,20,3,37,1,0,0,1,4,4,8,6,6.716594696044922 +937,40,102,36,12,16,8,35,1,0,0,1,3,2,12,6,6.8426833152771 +978,48,104,36,12,19,15,36,1,0,0,1,5,6,6,NA,6.885509490966797 +1031,40,112,43,14,14,12,33,0,0,0,1,6,6,14,12,6.938284397125244 +1272,40,107,39,12,10,1,30,1,0,0,1,4,3,12,12,7.148345947265625 +1136,50,117,36,14,16,12,34,1,0,1,1,2,3,12,12,7.035268783569336 +800,45,110,36,12,19,12,36,1,0,0,1,7,8,NA,NA,6.684611797332764 +1339,38,96,42,12,8,9,33,1,0,0,1,0,1,12,11,7.199678421020508 +1063,40,90,38,12,14,12,32,1,1,0,1,2,2,8,12,6.968850612640381 +935,44,97,27,12,10,6,29,1,0,0,1,2,2,8,7,6.840546607971191 +808,40,99,40,12,18,13,38,1,1,0,1,0,1,9,8,6.694561958312988 +375,40,99,29,10,12,2,30,1,0,1,0,3,2,8,5,5.926926136016846 +537,40,97,32,12,14,8,31,0,1,0,1,2,1,11,NA,6.2859978675842285 +1082,55,95,40,12,11,4,29,1,1,0,1,2,2,11,NA,6.986566543579102 +930,40,126,44,14,10,1,31,0,0,0,1,3,NA,8,NA,6.835184574127197 +1155,40,109,49,17,13,4,38,1,0,0,0,3,3,12,8,7.051855564117432 +548,40,86,22,11,7,0,33,1,1,0,1,5,2,11,NA,6.306275367736816 +622,45,119,48,16,12,1,33,1,0,0,1,0,1,12,12,6.4329400062561035 +841,40,102,38,16,10,1,29,1,0,0,1,3,1,12,12,6.734591484069824 +769,55,105,45,18,7,15,38,0,0,0,1,2,3,9,5,6.6450910568237305 +587,38,117,40,17,8,5,29,1,0,0,0,3,3,12,NA,6.375024795532227 +1924,45,112,40,16,17,18,38,1,0,0,1,1,1,12,12,7.562161445617676 +1058,40,89,28,12,7,3,29,1,0,0,1,2,NA,8,6,6.964135646820068 +417,48,131,39,12,7,1,28,0,0,0,1,1,2,12,6,6.03308629989624 +1202,48,114,28,16,6,6,28,1,0,0,1,3,3,16,16,7.091742038726807 +1154,40,98,35,14,18,2,37,1,0,0,1,1,NA,10,14,7.050989627838135 +1070,40,124,41,13,4,9,32,1,0,0,1,0,1,NA,NA,6.975413799285889 +1202,40,125,30,14,10,11,29,1,0,0,1,2,3,12,12,7.091742038726807 +711,45,100,38,18,13,3,36,1,0,0,1,1,NA,10,16,6.566672325134277 +1202,40,84,21,14,6,5,31,1,1,0,1,2,1,11,9,7.091742038726807 +850,43,113,26,12,7,3,28,1,0,0,1,1,2,8,12,6.745236396789551 +1000,40,102,46,16,13,11,35,1,0,0,1,6,2,10,12,6.907755374908447 +490,49,82,33,18,7,8,31,0,0,0,1,2,NA,12,9,6.194405555725098 +1000,40,112,47,14,15,4,35,1,0,0,1,4,1,12,10,6.907755374908447 +865,40,111,38,16,11,4,31,1,0,1,1,4,5,8,5,6.762729644775391 +1375,40,96,24,13,3,3,30,1,0,0,1,3,1,11,8,7.2262091636657715 +1586,40,127,48,16,16,12,37,1,0,0,1,4,4,16,16,7.3689703941345215 +1602,65,97,47,15,14,14,37,1,0,0,1,1,1,8,NA,7.3790082931518555 +3078,65,120,50,14,12,13,36,1,0,1,1,1,2,12,NA,8.032034873962402 +898,40,101,41,16,7,9,35,0,0,0,1,3,4,16,14,6.800169944763184 +906,40,120,40,14,16,2,37,1,0,0,1,5,1,12,12,6.809039115905762 +952,40,99,34,13,10,10,31,1,1,0,1,1,1,8,10,6.858564853668213 +571,40,78,33,13,10,1,29,0,1,0,1,5,5,8,9,6.347389221191406 +445,45,110,23,12,15,13,32,0,0,0,1,2,2,5,11,6.098074436187744 +289,40,94,35,12,9,0,30,1,0,0,1,2,3,5,11,5.666426658630371 +1444,40,120,50,16,12,15,37,1,0,0,1,1,2,17,13,7.275172233581543 +962,55,108,45,12,19,21,36,1,0,0,1,3,1,8,8,6.869014263153076 +1075,40,103,31,12,17,10,33,1,0,0,1,13,3,11,11,6.980075836181641 +909,55,97,39,11,17,5,35,1,0,0,1,7,3,NA,NA,6.812345027923584 +1250,40,106,36,12,14,19,35,1,0,0,1,4,1,11,13,7.130898952484131 +620,40,99,22,11,10,5,29,1,1,0,1,11,5,NA,NA,6.4297194480896 +1016,40,72,18,10,14,15,37,1,1,0,1,8,9,11,NA,6.923628807067871 +800,40,88,29,10,21,14,37,1,1,0,1,8,1,11,8,6.684611797332764 +1050,40,119,37,16,7,18,37,0,0,0,1,2,2,12,13,6.956545352935791 +1079,50,87,33,12,18,9,36,1,0,0,1,5,5,8,NA,6.983789920806885 +654,50,121,49,17,12,13,34,1,0,0,1,1,2,11,12,6.483107566833496 +781,50,112,33,12,8,10,30,1,0,0,1,2,2,12,8,6.660574913024902 +1038,48,103,36,15,8,2,36,1,0,1,0,2,1,12,15,6.945051193237305 +1924,50,99,48,16,16,14,37,1,0,0,1,0,1,16,18,7.562161445617676 +1202,40,101,40,15,15,17,37,1,0,0,1,3,2,12,12,7.091742038726807 +666,70,117,34,15,8,2,32,1,0,0,1,0,1,NA,NA,6.5012898445129395 +905,45,109,41,14,11,14,36,1,0,0,1,3,4,8,8,6.807934761047363 +890,70,73,46,12,6,8,31,1,0,0,1,3,1,12,12,6.791221618652344 +817,40,116,27,16,10,7,31,1,0,1,0,1,2,16,16,6.705638885498047 +812,40,98,42,12,10,2,29,0,0,0,1,3,2,12,12,6.699500560760498 +577,60,104,43,14,6,2,30,1,0,1,1,2,3,14,12,6.357842445373535 +756,40,78,29,14,9,2,31,1,0,0,1,2,2,12,12,6.6280412673950195 +1011,40,104,43,12,20,7,37,1,0,1,1,0,1,NA,NA,6.918695449829102 +1155,45,85,39,12,14,1,34,1,0,0,1,2,1,12,12,7.051855564117432 +1025,40,104,25,12,12,7,29,1,0,0,1,3,4,12,10,6.932447910308838 +1350,40,107,37,12,17,12,35,1,0,0,0,2,3,NA,NA,7.207859992980957 +1001,40,109,48,12,20,22,37,1,0,0,1,1,1,8,10,6.908754825592041 +796,48,119,31,13,16,15,37,1,1,0,1,7,1,11,NA,6.679599285125732 +1230,50,96,33,13,11,12,30,1,0,0,1,3,2,10,11,7.114769458770752 +754,40,93,31,12,13,1,30,1,0,0,1,5,NA,NA,NA,6.625392436981201 +714,40,90,32,12,17,1,37,1,0,0,0,5,3,12,12,6.570882797241211 +1000,45,103,29,15,8,3,32,1,0,0,1,3,4,12,NA,6.907755374908447 +2067,40,106,41,16,12,13,33,1,0,1,1,2,1,14,12,7.633853435516357 +912,40,96,32,16,11,5,30,1,0,0,1,2,2,14,12,6.815639972686768 +600,40,114,39,12,8,5,30,1,0,1,1,6,3,8,8,6.396929740905762 +951,40,86,33,11,13,1,31,1,0,0,1,3,4,9,NA,6.857513904571533 +711,45,110,38,16,8,5,32,1,0,1,1,3,2,13,12,6.566672325134277 +1151,48,87,41,12,18,9,38,1,0,0,1,2,1,12,12,7.048386573791504 +1000,40,89,31,12,9,5,28,1,0,0,1,2,3,13,12,6.907755374908447 +841,44,106,40,12,15,10,31,1,0,0,1,5,6,8,NA,6.734591484069824 +400,70,100,43,12,12,3,32,1,0,0,1,3,2,5,8,5.991464614868164 +1175,45,111,38,12,17,14,34,1,0,0,1,0,1,16,4,7.069023609161377 +1202,40,100,40,12,18,2,37,1,0,0,1,0,1,12,12,7.091742038726807 +1442,40,114,38,12,16,17,33,1,0,0,1,2,3,12,10,7.273786544799805 +538,55,98,45,18,5,1,34,1,0,0,1,2,2,13,NA,6.287858486175537 +781,40,89,24,11,13,10,30,1,0,0,1,3,1,9,8,6.660574913024902 +750,60,74,23,10,13,9,30,1,0,0,1,4,2,11,9,6.620073318481445 +841,48,110,37,18,13,1,37,0,1,0,1,1,1,12,12,6.734591484069824 +700,50,130,29,13,14,1,38,1,0,0,1,1,2,11,14,6.551080226898193 +1346,50,108,51,16,9,4,36,1,0,0,1,1,2,12,10,7.204892635345459 +800,45,98,31,12,16,12,33,1,0,0,0,3,4,10,8,6.684611797332764 +1250,40,125,27,16,9,10,30,1,0,0,1,3,1,16,NA,7.130898952484131 +1105,40,104,29,16,5,8,29,1,0,0,1,3,1,12,12,7.007600784301758 +475,52,98,33,14,12,1,30,0,0,0,1,6,1,8,10,6.1633148193359375 +762,58,104,37,15,6,4,33,1,0,0,0,2,1,11,12,6.635946750640869 +962,40,120,33,12,18,19,36,1,0,0,1,3,NA,8,8,6.869014263153076 +721,40,134,38,13,9,9,30,0,0,1,1,3,3,8,8,6.580639362335205 +800,50,92,28,9,18,13,34,1,0,0,1,0,1,8,8,6.684611797332764 +658,40,129,34,16,11,9,30,1,0,0,1,2,1,13,16,6.4892048835754395 +1270,40,118,42,14,4,16,36,1,0,0,1,2,1,12,12,7.146772384643555 +1313,40,107,37,12,11,7,28,1,0,0,0,1,NA,12,NA,7.180069923400879 +824,42,92,37,12,19,15,38,1,0,0,1,1,1,12,11,6.714170455932617 +1442,40,118,33,16,6,7,29,1,0,0,1,2,1,16,12,7.273786544799805 +1400,42,108,38,17,7,3,31,1,0,0,1,2,1,12,14,7.244227409362793 +1038,50,119,42,12,20,5,36,1,0,0,0,3,3,12,8,6.945051193237305 +668,43,109,29,12,11,12,29,1,0,0,0,2,3,8,7,6.504288196563721 +1100,40,91,41,12,18,10,36,1,0,0,0,2,3,8,8,7.003065586090088 +1000,45,118,38,14,9,7,30,1,0,0,1,3,1,12,10,6.907755374908447 +523,43,119,37,13,9,2,30,1,0,0,0,4,1,14,NA,6.259581565856934 +1111,40,103,33,14,13,13,31,1,0,0,0,6,3,14,12,7.0130157470703125 +962,40,120,25,16,6,4,28,1,0,0,0,4,3,12,8,6.869014263153076 +729,47,122,40,18,6,13,34,1,0,0,1,3,3,8,6,6.591673851013184 +690,40,119,35,12,9,5,28,1,0,0,1,1,2,8,NA,6.536691665649414 +1010,50,104,37,11,15,7,38,1,0,0,0,6,1,9,6,6.917705535888672 +600,40,96,22,11,7,2,29,1,0,1,1,4,3,8,8,6.396929740905762 +596,40,83,36,12,16,17,34,1,0,0,0,3,3,8,8,6.390240669250488 +850,44,115,37,12,11,1,29,1,0,0,1,3,2,NA,NA,6.745236396789551 +670,40,88,27,12,9,2,29,1,0,0,1,7,3,10,8,6.507277488708496 +793,40,96,43,12,17,18,36,1,0,0,0,4,5,8,8,6.675823211669922 +1442,40,123,42,17,14,7,38,1,0,1,0,2,3,12,6,7.273786544799805 +670,50,108,43,12,14,8,34,1,0,1,1,5,1,11,7,6.507277488708496 +876,45,116,35,16,10,8,29,1,0,0,1,2,1,12,12,6.775366306304932 +841,40,109,45,18,13,2,36,1,0,0,0,3,4,16,12,6.734591484069824 +975,40,97,39,13,8,0,31,1,0,0,1,3,1,12,12,6.882437705993652 +1223,40,107,34,12,7,3,28,1,0,0,0,1,1,12,10,7.109062194824219 +910,30,95,27,12,16,5,35,1,0,1,1,2,3,12,14,6.8134446144104 +533,45,109,31,15,8,2,30,1,0,0,1,2,2,15,12,6.278521537780762 +750,40,104,36,12,15,11,33,1,0,0,0,0,1,12,12,6.620073318481445 +1206,40,110,37,12,16,4,38,1,0,0,1,1,1,12,12,7.095064163208008 +745,40,94,40,13,17,1,36,0,0,0,0,2,3,13,8,6.613384246826172 +900,40,103,38,12,15,1,37,1,0,1,0,3,3,8,6,6.802394866943359 +1170,47,123,45,14,9,14,32,1,0,0,1,3,4,8,12,7.064759254455566 +540,50,113,33,12,12,3,31,1,0,0,0,5,4,6,12,6.291569232940674 +550,40,110,35,16,15,1,38,1,0,0,0,2,1,NA,NA,6.309918403625488 +615,40,100,31,14,9,4,30,1,0,0,0,3,3,12,12,6.421622276306152 +909,40,95,39,13,6,2,31,1,0,0,1,2,1,12,12,6.812345027923584 +769,40,100,34,12,18,12,36,1,0,0,0,1,2,8,8,6.6450910568237305 +984,40,108,39,13,17,18,37,1,0,0,1,4,1,15,8,6.891625881195068 +833,60,101,47,12,15,12,37,1,0,0,1,5,2,12,NA,6.725033760070801 +879,70,90,43,12,17,10,35,0,0,0,1,1,2,12,16,6.77878475189209 +1027,45,115,41,12,16,7,35,1,0,0,1,4,3,8,5,6.934397220611572 +1000,55,114,41,16,10,1,33,1,0,1,0,0,1,NA,NA,6.907755374908447 +465,43,84,33,13,10,1,29,1,0,0,1,3,3,11,11,6.142037391662598 +1100,40,92,37,13,21,12,38,1,1,0,1,6,6,12,NA,7.003065586090088 +641,45,125,44,14,9,0,37,1,0,0,1,1,1,12,11,6.463029384613037 +1035,48,107,42,12,21,14,38,1,0,0,1,1,2,11,8,6.942156791687012 +1212,40,129,33,14,9,3,32,0,0,0,1,6,7,8,9,7.100027084350586 +950,40,98,40,12,11,6,30,1,0,0,1,3,4,12,12,6.856462001800537 +938,44,108,41,12,19,20,38,1,0,0,1,0,1,8,NA,6.84375 +1250,40,114,37,16,8,8,30,1,0,0,1,5,3,2,8,7.130898952484131 +586,60,111,37,18,6,10,34,1,0,0,0,3,1,12,11,6.373319625854492 +693,53,101,29,12,7,6,28,1,0,0,0,1,2,12,12,6.541029930114746 +562,40,99,25,12,18,12,34,0,0,0,0,1,1,12,12,6.3315019607543945 +375,60,75,24,12,12,5,30,0,0,0,0,4,1,12,8,5.926926136016846 +673,40,91,29,12,7,11,38,1,0,0,0,0,1,6,NA,6.511745452880859 +654,50,113,38,17,1,13,33,1,0,0,0,1,1,12,10,6.483107566833496 +692,50,120,34,12,17,7,35,1,0,0,0,3,4,8,NA,6.539586067199707 +1111,40,98,32,14,10,1,29,1,0,0,1,3,1,12,15,7.0130157470703125 +1368,45,107,31,16,11,1,33,1,0,1,1,2,2,16,16,7.221105098724365 +1282,45,121,39,18,7,13,32,1,0,0,1,2,2,12,12,7.156176567077637 +1250,60,115,40,11,19,4,38,1,0,0,1,1,2,NA,NA,7.130898952484131 +1346,40,134,42,15,15,7,35,1,0,0,1,2,1,12,10,7.204892635345459 +1424,50,96,47,17,15,12,37,1,0,0,1,2,3,NA,NA,7.26122522354126 +854,48,120,38,16,8,5,29,0,0,0,1,2,3,12,16,6.749931335449219 +888,50,105,36,15,9,5,32,0,0,0,1,2,2,12,10,6.788971900939941 +1161,50,121,40,12,5,10,34,1,0,0,1,5,6,10,NA,7.057036876678467 +583,58,113,29,16,9,0,30,1,0,0,1,2,2,12,9,6.368186950683594 +1260,45,106,37,12,5,3,29,1,0,0,1,2,1,12,13,7.138866901397705 +947,48,104,41,18,8,13,35,1,0,0,0,3,2,9,12,6.853299140930176 +1850,40,80,23,11,14,15,33,1,0,0,1,3,NA,10,10,7.5229411125183105 +1575,40,117,28,12,13,2,30,1,0,0,1,3,3,10,10,7.362010478973389 +758,38,126,42,16,10,8,28,0,0,0,1,2,2,12,12,6.630683422088623 +1442,40,112,42,12,19,15,36,1,0,0,1,3,2,10,8,7.273786544799805 +489,55,104,47,13,20,4,38,1,0,1,1,2,2,NA,NA,6.192362308502197 +1126,40,116,33,12,5,0,31,1,1,0,1,9,5,9,10,7.026426792144775 +1000,40,70,18,12,12,5,32,0,1,0,1,6,NA,8,8,6.907755374908447 +500,70,83,20,12,13,11,32,1,0,0,1,5,1,6,6,6.214608192443848 +1200,50,84,13,12,13,9,32,1,0,0,1,5,2,6,6,7.090076923370361 +565,45,82,30,10,15,3,33,1,0,0,0,4,4,NA,NA,6.336825847625732 +1920,40,109,32,12,13,2,31,1,0,0,0,0,1,12,8,7.560080528259277 +684,45,111,25,14,7,7,29,1,0,0,1,4,1,12,12,6.527957916259766 +774,40,94,33,12,20,4,37,1,0,0,0,1,1,12,7,6.651571750640869 +233,60,96,32,16,7,4,30,1,0,0,0,3,NA,12,8,5.451038360595703 +975,40,101,33,13,12,10,30,1,0,0,0,3,3,12,13,6.882437705993652 +1366,40,90,35,12,13,1,30,1,0,0,1,3,3,12,12,7.219642162322998 +2137,40,120,48,16,16,3,37,1,0,1,1,3,3,12,12,7.667158126831055 +700,40,120,38,16,10,1,29,1,0,1,1,1,1,12,12,6.551080226898193 +1200,40,108,29,12,16,11,33,1,0,0,1,3,2,8,NA,7.090076923370361 +1161,40,99,43,13,16,18,36,1,0,0,1,0,1,12,8,7.057036876678467 +729,60,80,31,11,16,15,34,1,0,0,1,6,1,12,6,6.591673851013184 +750,45,93,45,11,17,2,36,1,0,0,1,1,2,10,5,6.620073318481445 +1026,45,85,46,12,4,16,38,1,0,0,1,1,2,NA,NA,6.933423042297363 +1111,45,118,43,15,11,3,32,1,0,0,1,3,1,11,10,7.0130157470703125 +625,50,115,31,12,12,8,31,1,0,0,1,2,3,12,NA,6.437751770019531 +1200,42,119,28,16,11,5,30,1,0,0,1,5,1,10,11,7.090076923370361 +1541,40,94,39,12,8,1,32,1,0,0,1,8,3,12,11,7.340187072753906 +1154,40,109,42,16,12,9,34,1,0,0,1,0,1,13,16,7.050989627838135 +310,40,104,37,13,10,0,33,0,0,0,0,2,1,14,8,5.736572265625 +610,50,89,21,12,14,4,30,1,0,0,0,1,2,7,6,6.413458824157715 +1749,43,101,28,12,16,17,36,1,0,0,0,2,2,12,8,7.466799259185791 +1000,40,96,34,16,9,1,31,0,0,1,1,4,2,12,7,6.907755374908447 +350,40,109,48,12,14,1,36,1,0,0,0,1,1,9,7,5.857933044433594 +765,45,94,38,12,17,18,37,1,0,0,0,10,6,4,6,6.639875888824463 +790,40,115,34,12,15,2,34,1,0,0,0,6,5,6,5,6.672032833099365 +818,47,92,41,12,16,17,38,1,0,0,0,12,1,8,4,6.706862449645996 +477,60,71,32,9,12,1,30,1,0,0,0,4,2,11,5,6.167516708374023 +938,50,130,39,14,15,1,33,1,0,0,0,3,1,12,11,6.84375 +2099,55,119,38,16,10,4,32,1,0,0,1,0,1,12,12,7.649216175079346 +350,40,74,24,12,14,3,32,1,0,0,1,4,2,10,13,5.857933044433594 +940,48,104,25,12,13,0,32,1,1,0,1,7,2,12,8,6.845880031585693 +1202,40,124,23,15,11,8,28,1,0,0,1,2,2,10,NA,7.091742038726807 +450,40,94,29,15,9,4,31,1,0,0,0,1,1,12,NA,6.10924768447876 +1058,40,120,44,16,16,13,37,1,0,0,0,5,4,12,4,6.964135646820068 +1000,40,96,40,11,15,15,37,1,0,0,1,5,5,8,9,6.907755374908447 +318,40,67,35,12,16,5,36,1,1,1,1,6,NA,7,5,5.762051582336426 +556,40,69,26,11,13,9,34,0,1,0,1,3,NA,8,8,6.320768356323242 +958,60,98,42,12,11,9,28,1,0,0,1,0,1,12,11,6.864847660064697 +995,40,92,23,9,22,13,38,1,1,0,1,7,3,7,4,6.902742862701416 +1600,50,109,44,14,16,5,33,1,0,0,0,2,NA,9,10,7.377758979797363 +606,45,100,39,18,6,5,30,0,0,0,0,1,NA,12,12,6.406879901885986 +511,45,101,25,12,13,1,30,1,0,0,1,4,2,11,12,6.236369609832764 +1411,45,111,40,16,11,12,32,1,0,1,1,1,1,12,9,7.252053737640381 +1346,40,106,38,16,15,11,37,1,0,0,1,1,1,8,14,7.204892635345459 +1522,46,102,37,12,15,16,37,1,0,0,0,3,2,12,10,7.327780723571777 +1075,40,115,28,14,9,10,30,1,0,0,0,2,1,12,10,6.980075836181641 +1200,50,99,37,12,11,11,28,1,0,0,1,5,4,10,8,7.090076923370361 +1377,37,118,48,16,15,1,36,1,0,0,1,2,2,11,10,7.227662563323975 +874,55,132,37,13,8,2,33,1,0,0,0,2,1,13,16,6.773080348968506 +625,40,108,26,13,11,9,30,1,0,0,1,3,NA,12,16,6.437751770019531 +1250,32,98,40,12,17,2,33,1,0,0,1,0,1,14,10,7.130898952484131 +1082,40,111,44,13,20,12,36,1,0,0,1,4,2,8,11,6.986566543579102 +693,40,79,36,11,18,3,38,1,0,0,0,3,2,8,8,6.541029930114746 +727,55,97,29,12,11,11,31,1,0,0,0,3,1,12,11,6.588926315307617 +615,50,99,49,15,16,15,38,1,0,0,0,2,3,12,14,6.421622276306152 +913,40,101,33,16,5,7,31,1,0,0,1,2,3,12,NA,6.816735744476318 +884,46,120,45,17,4,10,36,1,0,0,0,2,1,12,18,6.784457206726074 +698,43,97,33,12,10,4,29,1,0,0,1,2,3,8,8,6.548219203948975 +800,55,106,34,12,17,18,36,1,0,0,0,3,3,8,12,6.684611797332764 +812,40,131,44,16,9,3,30,0,0,0,0,1,1,12,12,6.699500560760498 +1000,40,93,32,11,16,14,34,1,0,0,1,1,NA,12,8,6.907755374908447 +549,49,79,23,12,11,3,32,0,0,0,0,4,2,8,8,6.308098316192627 +1300,35,100,38,12,13,15,31,1,0,0,1,4,2,11,NA,7.170119762420654 +923,50,107,30,16,9,8,33,1,0,0,1,6,4,9,8,6.827629089355469 +1539,40,112,42,12,15,15,32,1,0,0,0,3,1,NA,10,7.338888168334961 +721,40,105,22,12,11,9,30,1,0,0,0,3,2,12,10,6.580639362335205 +815,40,114,25,12,15,14,31,1,0,0,0,2,1,12,10,6.703187942504883 +600,80,116,36,12,20,2,38,1,0,0,0,10,10,8,NA,6.396929740905762 +1100,40,104,41,12,18,7,37,1,0,0,1,2,3,11,13,7.003065586090088 +1058,40,85,48,12,18,19,35,1,0,0,1,2,1,9,12,6.964135646820068 +962,40,93,46,12,15,1,30,1,0,0,1,2,2,9,12,6.869014263153076 +433,50,100,40,12,5,9,37,1,0,0,0,2,2,8,7,6.070737838745117 +940,40,71,20,11,9,2,29,1,0,0,0,2,3,NA,NA,6.845880031585693 +1417,38,88,36,16,9,10,32,0,0,0,1,2,1,12,12,7.2562971115112305 +1000,65,93,32,12,11,9,29,1,0,0,1,7,1,12,8,6.907755374908447 +500,40,98,26,13,14,5,32,1,0,0,0,3,4,12,8,6.214608192443848 +800,50,110,35,14,8,5,28,1,0,0,1,3,4,12,10,6.684611797332764 +766,40,109,31,12,17,18,35,1,0,0,0,4,3,NA,6,6.641181945800781 +750,43,94,38,14,12,10,33,1,0,0,0,1,1,11,12,6.620073318481445 +550,40,77,36,12,15,2,37,1,0,0,0,6,3,8,8,6.309918403625488 +795,52,89,35,11,16,4,34,1,0,0,1,6,1,NA,NA,6.678342342376709 +723,40,102,44,12,12,10,30,1,0,0,1,10,6,12,6,6.583409309387207 +1039,40,113,49,14,12,8,34,1,0,0,1,1,2,16,14,6.946013927459717 +200,55,103,38,10,11,15,32,1,0,1,1,3,2,12,5,5.2983174324035645 +400,40,90,36,10,12,1,32,1,1,0,1,5,3,8,NA,5.991464614868164 +575,40,96,31,11,17,1,35,1,0,1,1,2,1,12,7,6.3543701171875 +850,40,97,35,11,16,5,37,1,0,1,1,1,1,12,6,6.745236396789551 +508,50,87,35,12,16,1,32,1,1,1,1,2,1,10,NA,6.2304816246032715 +1162,45,89,39,12,11,4,37,1,0,1,1,3,3,15,NA,7.057898044586182 +1199,43,70,28,13,13,5,30,1,1,1,1,3,1,8,NA,7.089242935180664 +1270,40,104,34,16,8,4,31,1,0,1,1,3,4,16,17,7.146772384643555 +350,45,116,36,16,5,3,33,1,0,1,1,2,2,11,12,5.857933044433594 +963,40,85,32,14,9,9,28,1,1,1,1,5,1,7,NA,6.870053291320801 +1463,45,104,47,15,14,11,37,1,0,1,1,3,4,12,12,7.288244247436523 +802,40,99,26,12,13,12,29,1,1,1,1,8,6,9,12,6.687108516693115 +642,45,93,18,12,12,7,30,1,1,1,1,1,2,6,6,6.464588165283203 +751,40,114,37,13,9,2,28,1,0,1,1,2,2,12,10,6.621405601501465 +488,40,103,40,17,5,3,31,1,0,1,1,1,NA,12,16,6.190315246582031 +1400,40,92,34,12,15,5,36,1,0,1,1,2,1,6,2,7.244227409362793 +940,45,98,41,18,10,7,31,1,0,1,1,2,2,8,12,6.845880031585693 +866,40,114,48,13,15,16,37,1,0,1,1,3,1,12,NA,6.763885021209717 +675,40,77,42,12,20,4,38,1,1,1,1,5,2,12,6,6.514712810516357 +375,40,89,24,14,9,3,30,1,1,1,1,3,1,13,NA,5.926926136016846 +325,40,93,44,14,10,1,33,1,1,1,1,1,NA,16,NA,5.783825397491455 +346,40,110,37,12,16,17,38,1,0,1,1,2,NA,12,5,5.846438884735107 +1442,40,132,39,17,8,1,33,1,0,1,1,3,1,8,12,7.273786544799805 +560,49,112,37,16,13,2,32,1,0,1,0,3,1,8,2,6.32793664932251 +550,56,99,42,12,17,11,36,1,0,1,1,1,2,12,12,6.309918403625488 +950,44,96,26,16,8,10,32,1,1,1,1,1,2,10,NA,6.856462001800537 +684,45,106,45,13,16,2,38,1,0,1,1,1,1,12,14,6.527957916259766 +1322,40,128,43,16,7,1,33,1,0,1,1,0,1,18,NA,7.186901092529297 +1634,40,95,48,12,18,3,38,1,0,1,1,3,3,NA,3,7.3987860679626465 +417,40,80,30,12,8,0,30,0,0,1,1,3,4,8,7,6.03308629989624 +472,45,71,24,11,9,0,32,1,0,1,1,13,6,6,6,6.156979084014893 +666,50,89,28,12,16,1,34,1,1,1,1,6,1,9,NA,6.5012898445129395 +1679,55,127,45,18,10,3,32,1,0,1,1,1,2,12,16,7.4259538650512695 +1039,40,114,43,16,1,9,31,0,0,1,1,6,5,8,8,6.946013927459717 +1250,40,102,30,13,13,11,30,1,0,1,1,5,6,7,NA,7.130898952484131 +760,40,88,34,12,12,15,31,1,0,1,1,2,1,12,7,6.6333184242248535 +1154,42,88,32,12,14,12,29,1,0,1,1,2,2,12,7,7.050989627838135 +1602,60,110,45,15,14,1,37,1,0,0,1,5,1,14,12,7.3790082931518555 +1442,40,110,40,13,13,13,29,1,1,1,1,1,2,7,9,7.273786544799805 +865,40,130,39,16,5,3,30,1,0,0,1,4,2,8,12,6.762729644775391 +705,50,100,44,12,15,12,36,1,0,1,1,1,2,NA,NA,6.558197975158691 +1000,40,101,36,12,16,1,35,1,0,1,1,1,1,12,NA,6.907755374908447 +852,44,89,36,10,13,9,32,1,0,1,1,6,7,9,NA,6.747586727142334 +770,40,80,25,12,16,14,35,1,0,0,1,1,2,12,12,6.646390438079834 +1000,40,72,20,12,16,9,34,1,0,0,1,3,4,12,12,6.907755374908447 +1329,55,115,56,18,10,5,36,1,0,0,1,1,1,12,12,7.1921820640563965 +1682,40,115,48,16,10,4,37,1,0,1,1,1,2,12,17,7.427738666534424 +577,55,108,47,16,4,0,31,1,1,1,1,2,2,8,8,6.357842445373535 +685,40,93,27,12,17,7,38,0,0,1,1,6,6,8,3,6.5294189453125 +577,40,111,37,16,8,8,29,0,1,1,1,1,1,18,18,6.357842445373535 +1040,40,101,38,12,19,9,38,1,1,1,1,6,1,11,12,6.946976184844971 +1250,40,92,42,16,10,11,32,0,0,1,1,1,1,12,10,7.130898952484131 +600,40,115,40,13,7,7,28,0,0,1,1,4,5,5,NA,6.396929740905762 +480,40,76,29,12,17,3,35,0,1,1,1,8,5,11,10,6.173786163330078 +1000,40,93,26,11,11,0,29,1,0,1,1,5,3,12,12,6.907755374908447 +988,48,91,39,12,15,15,36,1,0,1,1,1,2,8,8,6.8956828117370605 +478,45,90,35,10,19,10,34,1,0,1,1,2,1,9,9,6.169610500335693 +440,40,84,23,12,11,2,30,1,1,1,1,5,3,9,4,6.086774826049805 +485,40,120,43,12,11,1,30,1,1,1,1,6,6,NA,NA,6.184148788452148 +705,40,89,32,9,19,0,36,1,1,1,1,0,1,NA,NA,6.558197975158691 +1550,40,104,47,12,16,1,34,1,0,1,0,8,4,9,10,7.346010208129883 +960,40,107,23,12,11,9,29,1,1,1,1,11,2,6,9,6.866933345794678 +1000,40,100,42,12,16,14,32,1,0,1,1,2,3,12,12,6.907755374908447 +625,40,129,40,18,4,5,36,1,0,1,0,3,1,15,15,6.437751770019531 +1346,40,112,39,16,14,14,35,1,0,0,1,0,1,12,16,7.204892635345459 +961,40,76,17,12,13,13,31,0,1,0,1,13,5,NA,8,6.867974281311035 +479,40,97,45,12,15,1,38,1,0,1,0,3,4,NA,NA,6.171700477600098 +1201,50,98,38,11,17,16,36,1,0,1,0,4,5,11,2,7.090909957885742 +1346,45,60,34,16,8,2,31,1,0,1,1,2,3,NA,NA,7.204892635345459 +1122,35,132,45,18,13,8,32,1,0,1,1,2,3,12,7,7.0228681564331055 +543,45,90,31,14,5,7,38,1,1,1,1,1,2,6,NA,6.297109127044678 +450,40,63,26,11,12,4,31,1,1,1,1,7,2,7,NA,6.10924768447876 +507,55,110,36,14,10,4,32,1,0,1,1,2,2,13,16,6.228510856628418 +547,60,88,38,11,17,5,34,1,0,1,1,4,5,NA,NA,6.30444860458374 +586,56,98,41,11,18,16,35,1,0,1,1,2,2,NA,6,6.373319625854492 +462,55,61,24,12,6,4,29,1,1,1,0,9,NA,8,3,6.135564804077148 +705,40,76,32,12,13,8,37,1,1,0,1,5,NA,NA,NA,6.558197975158691 +1566,40,127,44,12,7,1,29,1,0,0,1,3,2,11,NA,7.3562798500061035 +1634,40,94,39,13,18,18,36,1,0,1,1,2,2,8,8,7.3987860679626465 +1282,45,97,48,16,4,1,32,1,0,0,1,11,3,16,16,7.156176567077637 +556,40,127,44,16,6,2,31,1,1,1,1,2,1,12,12,6.320768356323242 +1200,40,109,42,15,7,8,33,1,0,0,1,2,1,11,12,7.090076923370361 +855,45,89,21,12,6,6,31,1,0,1,0,4,3,3,3,6.751101493835449 +1053,40,90,33,12,18,7,37,1,0,1,0,1,1,11,11,6.9593987464904785 +1000,48,105,39,12,11,4,28,1,0,1,0,0,1,12,7,6.907755374908447 +900,55,100,27,12,18,5,34,0,0,0,1,2,2,8,NA,6.802394866943359 +1602,45,111,40,16,10,10,31,1,0,1,0,1,NA,16,12,7.3790082931518555 +508,50,125,44,17,9,2,31,1,0,1,1,3,1,16,13,6.2304816246032715 +1500,60,124,20,16,6,6,29,1,0,1,0,2,NA,12,10,7.313220500946045 +1682,50,107,41,14,15,9,32,1,0,1,1,0,1,12,12,7.427738666534424 +750,40,110,45,13,13,1,35,1,0,1,1,2,NA,12,16,6.620073318481445 +843,40,102,32,14,8,7,29,1,0,1,0,1,1,16,16,6.736967086791992 +409,40,93,26,12,17,18,38,0,0,1,0,0,1,NA,NA,6.0137152671813965 +1004,40,81,36,12,17,15,34,1,0,1,0,1,1,12,NA,6.911747455596924 +650,40,99,36,12,13,10,30,1,0,1,0,1,2,12,10,6.476972579956055 +808,40,93,26,12,17,9,37,1,1,1,0,4,1,NA,NA,6.694561958312988 +2137,45,102,35,13,8,2,30,1,0,1,0,0,1,12,12,7.667158126831055 +761,48,95,44,12,14,21,38,1,0,1,1,1,1,12,5,6.634633541107178 +769,40,98,37,16,8,3,35,0,0,1,1,0,1,11,8,6.6450910568237305 +345,40,84,28,12,7,8,31,1,1,1,1,2,2,NA,NA,5.8435444831848145 +495,40,88,30,12,6,10,31,1,0,1,1,2,1,NA,7,6.2045578956604 +987,38,109,41,16,9,3,31,1,0,1,1,3,4,4,NA,6.894670009613037 +2500,60,82,41,12,21,1,38,1,0,1,0,3,3,8,5,7.8240461349487305 +1098,45,105,22,14,6,1,32,0,0,1,1,1,2,12,NA,7.001245498657227 +1212,40,95,36,12,6,16,38,1,0,1,0,3,1,12,8,7.100027084350586 +577,40,92,33,15,8,1,28,1,1,1,1,1,2,10,7,6.357842445373535 +390,59,74,26,15,10,3,30,1,1,1,1,3,3,7,6,5.966146945953369 +1500,40,123,43,16,9,12,32,1,0,1,1,1,1,12,14,7.313220500946045 +583,80,86,24,12,9,1,30,1,0,1,1,2,2,12,12,6.368186950683594 +460,40,92,22,11,16,1,36,1,0,1,1,5,6,NA,NA,6.131226539611816 +945,40,87,41,12,12,13,38,1,0,1,1,2,2,8,NA,6.851184844970703 +1442,60,117,39,16,9,3,31,1,0,1,1,1,2,12,10,7.273786544799805 +1333,45,112,50,16,14,8,38,1,0,1,1,1,2,12,4,7.195187091827393 +1500,37,119,41,15,8,5,33,0,0,0,1,1,1,12,18,7.313220500946045 +1333,45,103,30,16,7,1,34,1,0,0,1,3,1,NA,NA,7.195187091827393 +700,40,74,29,12,16,4,36,1,1,1,1,3,NA,9,NA,6.551080226898193 +973,36,81,33,13,11,5,32,1,0,1,1,0,1,6,9,6.8803839683532715 +2162,40,124,48,18,10,8,32,1,0,1,1,1,1,10,10,7.678789138793945 +797,41,89,38,12,10,7,36,1,0,1,0,1,2,7,8,6.680854797363281 +400,40,88,34,12,14,1,32,1,1,1,1,7,7,7,6,5.991464614868164 +1015,40,67,31,12,15,11,32,1,1,0,1,3,2,9,5,6.922643661499023 +1744,43,106,41,16,8,9,29,1,0,1,1,1,1,12,16,7.463936805725098 +630,40,103,30,15,14,2,32,1,0,1,0,0,1,11,5,6.4457197189331055 +445,40,91,40,12,11,4,32,1,0,1,0,0,1,6,8,6.098074436187744 +660,42,101,34,16,12,9,31,1,0,1,1,0,1,12,12,6.492239952087402 +779,40,85,30,12,14,7,37,1,1,1,1,7,4,12,NA,6.658010959625244 +377,40,83,32,12,9,1,36,0,0,1,1,1,1,12,12,5.932245254516602 +560,44,70,34,12,16,11,35,1,1,1,1,2,1,8,NA,6.32793664932251 +1122,60,102,54,17,7,13,32,1,0,1,1,2,2,12,11,7.0228681564331055 +453,50,94,34,12,9,2,30,1,0,1,0,6,4,7,7,6.115891933441162 +1386,40,97,38,10,17,9,37,1,0,1,1,1,2,12,8,7.234177112579346 +1539,40,115,38,17,7,9,31,1,0,1,1,2,1,12,16,7.338888168334961 +1154,40,117,38,16,11,12,35,1,0,1,1,5,5,17,18,7.050989627838135 +962,50,105,45,14,15,2,37,1,0,1,1,3,4,8,4,6.869014263153076 +722,55,113,36,16,8,1,38,0,0,1,1,1,2,8,NA,6.582025051116943 +480,40,83,37,12,9,3,37,1,0,1,1,4,3,10,11,6.173786163330078 +808,50,101,44,18,8,9,38,1,0,1,0,3,2,17,12,6.694561958312988 +1442,40,113,36,13,14,8,36,1,0,1,1,2,1,12,12,7.273786544799805 +1091,50,88,31,13,13,4,37,1,0,0,1,4,1,12,NA,6.994850158691406 +350,40,93,41,12,16,0,33,0,1,1,1,1,1,12,NA,5.857933044433594 +500,40,83,39,12,18,11,36,1,1,1,1,0,1,7,NA,6.214608192443848 +1026,45,113,27,16,9,13,30,1,0,1,1,2,2,16,14,6.933423042297363 +577,40,106,43,17,11,7,33,0,1,1,1,3,2,13,16,6.357842445373535 +1333,60,106,38,15,5,1,30,1,0,1,1,2,2,12,12,7.195187091827393 +915,55,114,36,12,17,9,37,1,0,0,1,1,NA,10,NA,6.8189239501953125 +1105,40,119,32,16,9,10,30,0,0,1,1,5,1,11,10,7.007600784301758 +910,40,82,26,14,5,5,30,1,1,1,1,10,NA,9,3,6.8134446144104 +1000,40,89,40,12,17,8,38,1,0,1,1,7,7,1,4,6.907755374908447 +1160,40,74,18,12,14,1,33,1,1,1,1,9,6,3,4,7.056175231933594 +1001,34,77,22,12,12,3,29,1,1,1,1,9,8,3,4,6.908754825592041 +713,40,75,25,12,5,12,36,1,1,1,1,7,4,NA,NA,6.569481372833252 +929,40,97,28,13,12,5,30,1,0,1,1,2,1,12,12,6.834108829498291 +400,50,68,35,12,4,9,31,1,1,1,1,6,1,6,2,5.991464614868164 +1241,40,83,51,13,9,10,33,1,0,1,1,2,3,12,12,7.123672962188721 +1065,40,97,40,12,21,10,36,1,0,1,1,1,1,12,NA,6.970730304718018 +403,45,98,37,12,5,3,30,1,0,1,1,2,NA,12,12,5.998936653137207 +940,45,102,30,13,15,12,30,1,1,1,1,2,2,NA,NA,6.845880031585693 +812,40,81,20,10,17,13,34,1,1,1,1,2,2,8,3,6.699500560760498 +700,20,85,27,10,13,0,35,1,1,1,1,3,NA,6,10,6.551080226898193 +575,40,86,20,10,12,6,33,1,1,1,1,8,NA,NA,NA,6.3543701171875 +450,40,79,23,10,20,5,36,1,1,1,1,7,6,12,12,6.10924768447876 +621,43,84,24,12,14,10,31,1,0,1,0,4,3,8,6,6.431331157684326 +441,38,74,24,12,12,11,30,1,0,1,0,4,4,8,6,6.08904504776001 +625,40,92,25,16,6,9,33,1,1,1,0,11,1,NA,NA,6.437751770019531 +726,45,93,32,12,16,5,36,1,0,1,0,5,2,6,NA,6.587550163269043 +500,40,69,18,9,21,13,38,1,1,1,1,8,6,6,NA,6.214608192443848 +1000,44,113,41,17,8,2,34,1,0,1,1,4,1,17,18,6.907755374908447 +393,48,92,37,12,15,16,38,1,0,1,1,1,1,8,7,5.973809719085693 +600,40,127,44,12,8,3,28,0,0,1,0,2,2,9,12,6.396929740905762 +962,50,109,44,12,21,12,37,1,0,1,0,0,1,6,NA,6.869014263153076 +962,40,97,42,12,15,4,34,1,0,1,0,5,1,10,8,6.869014263153076 +865,40,66,30,11,10,7,30,1,0,0,1,14,4,0,10,6.762729644775391 +1154,50,109,46,16,10,3,35,1,0,1,1,2,1,16,14,7.050989627838135 +1386,42,109,43,16,10,11,34,1,0,1,0,1,1,4,14,7.234177112579346 +732,40,104,36,12,10,7,36,1,0,1,1,1,2,NA,NA,6.595780372619629 +865,40,85,44,13,4,9,34,1,0,1,1,3,3,8,8,6.762729644775391 +700,40,81,26,12,13,13,31,1,0,1,0,5,6,8,4,6.551080226898193 +975,40,87,12,9,20,10,37,1,0,1,0,3,NA,5,4,6.882437705993652 +1300,40,78,40,13,12,3,33,1,0,1,1,2,3,12,12,7.170119762420654 +900,40,54,37,14,12,3,31,1,0,1,1,2,1,12,12,6.802394866943359 +829,40,98,33,12,15,15,36,1,0,0,1,4,5,8,8,6.72022008895874 +1000,40,98,34,12,17,13,36,1,0,1,1,3,NA,12,NA,6.907755374908447 +827,40,105,29,16,7,8,30,1,0,0,1,2,1,16,12,6.717804908752441 +500,44,87,25,13,5,2,31,1,0,1,1,7,NA,12,NA,6.214608192443848 +1155,40,117,25,13,9,1,28,1,0,0,1,3,2,12,12,7.051855564117432 +950,55,85,30,15,8,3,29,0,0,0,1,2,NA,12,12,6.856462001800537 +700,40,82,35,13,10,4,30,1,0,0,1,4,5,8,NA,6.551080226898193 +1710,45,114,39,18,7,6,32,1,0,0,1,1,1,12,NA,7.444248676300049 +533,30,65,21,12,5,1,32,0,1,0,1,5,1,11,12,6.278521537780762 +2004,48,105,48,18,10,0,34,1,0,0,1,2,1,12,12,7.602900505065918 +890,60,92,20,14,9,8,32,1,0,0,1,1,2,7,7,6.791221618652344 +3078,30,107,23,13,11,4,29,1,0,0,1,2,2,12,12,8.032034873962402 +1539,40,111,41,17,10,13,37,1,0,0,1,3,2,12,16,7.338888168334961 +508,40,73,38,12,1,1,31,1,1,0,1,1,NA,NA,NA,6.2304816246032715 +1354,40,119,49,17,13,9,35,0,0,0,0,2,1,16,16,7.210818290710449 +1143,35,97,40,12,21,8,38,1,0,0,1,5,1,12,12,7.041411876678467 +962,40,110,34,12,16,8,33,1,0,0,1,2,1,10,10,6.869014263153076 +1250,44,96,32,12,19,20,38,1,0,0,1,2,1,12,12,7.130898952484131 +990,40,67,23,12,16,3,34,1,1,0,1,2,1,8,8,6.897705078125 +905,40,102,31,12,17,4,37,1,0,0,0,5,5,12,12,6.807934761047363 +926,55,64,22,12,18,0,38,1,0,0,1,4,5,0,2,6.830874443054199 +1559,40,103,32,12,17,10,34,1,0,0,1,3,4,8,8,7.351799964904785 +1312,40,118,39,10,14,4,32,1,0,0,1,0,1,12,8,7.17930793762207 +923,40,118,36,14,8,16,35,1,1,0,1,5,1,7,NA,6.827629089355469 +879,40,118,41,18,1,9,31,1,0,0,1,1,2,13,13,6.77878475189209 +800,25,75,37,13,14,1,38,1,0,1,1,0,1,12,10,6.684611797332764 +1049,50,112,45,14,6,10,32,1,0,0,0,3,3,12,10,6.955592632293701 +550,40,95,20,12,4,1,30,0,0,0,0,3,4,12,10,6.309918403625488 +1190,40,119,38,17,4,2,34,1,0,0,1,0,1,12,14,7.0817084312438965 +583,48,94,35,14,10,6,37,1,0,0,0,2,1,12,12,6.368186950683594 +1200,40,103,27,14,5,2,30,1,0,0,1,1,1,6,7,7.090076923370361 +797,55,90,36,16,11,5,33,1,0,0,1,5,2,14,17,6.680854797363281 +1371,40,128,50,18,8,13,36,1,0,0,0,1,2,16,12,7.22329568862915 +360,55,110,44,13,11,1,38,0,1,0,1,4,NA,12,8,5.886104106903076 +1270,40,84,40,12,11,12,30,1,0,0,1,2,2,12,12,7.146772384643555 +1832,40,97,38,12,16,1,36,1,0,0,1,1,2,8,12,7.5131635665893555 +909,40,102,34,12,14,5,33,1,0,0,1,3,3,12,7,6.812345027923584 +1746,40,131,41,18,9,10,33,1,0,0,1,7,3,12,12,7.46508264541626 +520,40,126,23,16,8,1,30,1,0,0,1,7,5,12,12,6.253829002380371 +808,40,107,32,16,6,7,29,1,0,0,0,7,6,12,12,6.694561958312988 +2137,45,108,45,16,11,2,36,1,0,0,1,2,3,12,NA,7.667158126831055 +692,50,92,49,15,9,3,38,1,1,0,1,0,1,8,8,6.539586067199707 +931,80,108,40,16,4,1,36,1,0,0,1,4,2,12,12,6.836259365081787 +812,45,115,46,16,11,3,34,1,0,0,1,1,2,12,8,6.699500560760498 +866,40,111,44,14,16,14,35,1,0,0,1,1,1,12,12,6.763885021209717 +1442,40,115,47,12,14,9,36,1,0,0,1,7,5,12,12,7.273786544799805 +500,40,101,31,14,12,0,32,1,0,0,0,2,2,11,6,6.214608192443848 +1384,50,114,48,18,12,2,37,1,0,0,1,1,1,12,13,7.232733249664307 +528,55,116,40,18,5,9,30,1,0,0,1,4,5,12,12,6.269096374511719 +881,40,90,41,12,4,14,36,1,0,0,0,2,3,12,NA,6.781057834625244 +1026,45,125,33,12,11,11,28,1,0,0,1,3,1,14,17,6.933423042297363 +1212,40,98,26,12,11,12,28,0,0,0,1,4,NA,12,10,7.100027084350586 +1620,38,111,42,15,8,5,29,1,0,0,0,1,2,10,NA,7.390181541442871 +1843,48,109,38,16,11,2,32,1,0,0,1,3,2,12,NA,7.5191497802734375 +1602,60,124,36,16,12,2,37,1,0,0,1,1,2,12,12,7.3790082931518555 +1000,40,121,35,13,6,1,33,1,0,0,1,2,2,8,14,6.907755374908447 +737,48,103,37,12,7,4,30,1,0,0,1,4,4,10,NA,6.602587699890137 +1699,40,96,19,12,10,1,29,0,0,1,1,2,3,12,12,7.437795162200928 +1699,40,100,40,12,11,9,33,1,0,0,1,1,2,12,8,7.437795162200928 +1025,48,104,30,14,6,5,32,1,0,0,1,2,3,NA,12,6.932447910308838 +1107,40,112,38,12,12,5,38,1,0,0,1,5,3,11,12,7.009408950805664 +625,40,73,24,11,1,1,31,1,0,0,1,3,4,12,12,6.437751770019531 +720,50,101,39,13,1,7,29,1,0,0,1,4,2,11,11,6.579251289367676 +855,40,99,44,12,19,10,36,1,0,0,1,1,2,12,12,6.751101493835449 +1250,40,95,23,12,12,2,32,1,0,0,1,2,2,12,12,7.130898952484131 +1130,40,109,40,18,4,13,38,1,0,0,0,1,2,18,15,7.029973030090332 +900,40,110,35,12,6,1,28,0,0,0,1,1,NA,13,13,6.802394866943359 +1924,50,98,49,17,6,7,38,1,0,0,1,1,1,4,NA,7.562161445617676 +962,40,112,46,15,8,2,37,1,0,0,1,2,1,12,16,6.869014263153076 +1874,48,64,37,11,22,3,38,1,1,0,1,7,NA,NA,NA,7.535830497741699 +1573,55,90,28,12,5,3,30,1,0,0,1,4,3,11,8,7.360739707946777 +940,45,102,46,14,11,7,36,1,0,0,1,1,2,12,10,6.845880031585693 +900,40,119,39,16,8,9,30,1,0,0,0,1,2,12,12,6.802394866943359 +882,44,96,34,12,15,13,31,1,0,0,0,6,3,8,10,6.782192230224609 +1710,45,118,40,18,12,12,38,1,0,0,1,1,1,12,12,7.444248676300049 +1260,45,79,39,12,19,15,37,1,0,0,0,3,2,9,8,7.138866901397705 +751,40,96,42,12,9,7,38,1,0,0,0,1,1,10,8,6.621405601501465 +1097,50,80,27,11,12,12,28,1,0,0,0,5,1,12,11,7.0003342628479 +1001,48,137,36,13,11,11,33,1,0,0,0,5,6,12,NA,6.908754825592041 +1154,40,116,42,15,11,12,34,0,0,0,0,2,1,12,9,7.050989627838135 +1000,43,69,31,12,15,16,35,1,0,0,1,4,4,12,8,6.907755374908447 +1250,40,78,36,12,16,3,33,1,0,0,1,9,NA,6,2,7.130898952484131 +857,65,99,41,12,18,3,38,1,0,1,1,2,1,8,8,6.7534379959106445 +1211,27,92,33,12,13,3,31,1,0,0,1,3,2,16,12,7.099201679229736 +937,32,113,23,16,12,7,29,1,0,0,1,3,NA,16,12,6.8426833152771 +904,50,98,29,13,7,1,33,1,0,0,1,5,NA,12,NA,6.806829452514648 +872,45,115,30,15,7,4,29,1,0,0,1,3,1,12,18,6.770789623260498 +1200,40,96,26,9,18,0,34,1,0,0,1,4,3,NA,8,7.090076923370361 +1261,40,117,41,17,1,9,35,1,0,0,1,4,1,6,8,7.139660358428955 +950,40,96,38,12,14,2,35,1,0,0,1,1,1,8,2,6.856462001800537 +115,50,108,46,12,9,3,29,1,0,0,1,5,6,10,11,4.744932174682617 +673,40,92,34,17,6,4,31,1,0,0,1,5,5,16,12,6.511745452880859 +1084,45,95,38,15,17,10,37,1,0,0,1,1,2,16,16,6.988413333892822 +1058,40,94,40,14,13,14,34,1,0,0,1,0,1,15,9,6.964135646820068 +800,40,115,38,12,20,12,38,1,0,0,0,7,6,7,8,6.684611797332764 +369,40,117,36,18,11,1,31,0,0,0,0,3,4,NA,NA,5.910796642303467 +1924,40,105,42,16,14,13,36,1,0,0,0,0,1,12,NA,7.562161445617676 +855,40,109,36,12,17,15,36,1,0,0,0,3,1,7,6,6.751101493835449 +864,40,87,38,12,15,6,31,1,0,0,0,1,1,12,12,6.76157283782959 +1092,44,110,34,16,15,13,36,1,0,0,1,4,4,13,13,6.9957661628723145 +1025,40,110,30,16,9,4,30,1,0,0,0,3,NA,10,12,6.932447910308838 +850,35,109,32,12,11,2,31,1,0,0,0,2,2,17,NA,6.745236396789551 +673,40,85,21,12,17,10,35,1,0,0,0,2,2,12,12,6.511745452880859 +800,40,105,42,14,12,12,37,1,0,0,0,3,2,10,12,6.684611797332764 +1049,44,122,39,16,7,3,33,1,0,0,0,3,3,10,12,6.955592632293701 +884,40,108,40,17,9,11,35,1,0,0,1,3,2,14,9,6.784457206726074 +800,40,122,38,16,10,2,31,0,0,1,1,3,3,12,8,6.684611797332764 +1200,40,79,32,17,9,9,32,1,0,0,1,0,1,8,8,7.090076923370361 +664,40,105,30,12,8,10,29,1,0,0,1,7,6,12,12,6.498281955718994 +1111,45,90,47,12,18,18,37,1,0,0,1,6,3,NA,NA,7.0130157470703125 +850,43,111,38,16,8,8,34,1,0,0,1,4,2,NA,NA,6.745236396789551 +1000,40,110,42,12,6,12,37,1,0,0,1,5,2,8,12,6.907755374908447 +875,40,92,32,12,8,4,29,0,0,0,1,4,NA,14,14,6.774223804473877 +1202,40,131,32,16,10,2,33,1,0,0,0,3,2,12,12,7.091742038726807 +666,40,104,32,12,10,2,29,1,0,0,0,2,3,12,12,6.5012898445129395 +923,40,110,39,16,15,11,37,1,0,0,0,2,1,12,7,6.827629089355469 +788,40,99,20,12,10,10,28,1,0,1,1,4,5,10,3,6.669497966766357 +950,40,86,31,10,23,5,38,1,0,1,1,9,9,NA,6,6.856462001800537 +1442,40,105,42,12,9,16,37,1,0,1,1,3,4,NA,NA,7.273786544799805 +866,40,85,26,12,11,12,30,1,1,1,0,8,5,6,0,6.763885021209717 +625,40,72,34,9,17,5,34,1,0,1,0,10,7,4,NA,6.437751770019531 +680,40,86,35,12,13,9,32,0,0,1,0,6,1,6,7,6.522092819213867 +693,40,68,38,12,11,19,35,1,0,1,0,5,2,12,8,6.541029930114746 +875,36,95,22,12,16,2,38,0,1,1,0,8,9,6,NA,6.774223804473877 +2308,40,116,42,17,8,2,38,1,0,0,0,6,1,12,13,7.744136810302734 +1196,45,96,45,14,10,4,32,1,0,1,0,2,3,10,6,7.086738109588623 +700,38,85,36,12,13,8,32,1,1,1,1,6,NA,2,8,6.551080226898193 +721,40,100,32,12,8,8,29,1,0,1,1,3,2,12,4,6.580639362335205 +1500,40,101,38,13,13,2,32,1,0,1,1,5,3,12,8,7.313220500946045 +1050,50,97,31,15,4,9,31,1,1,1,1,2,1,16,9,6.956545352935791 +801,48,100,30,14,6,10,29,1,1,1,1,2,1,NA,NA,6.685861110687256 +640,23,96,39,12,7,3,31,0,1,1,1,5,NA,NA,NA,6.46146821975708 +1198,32,117,39,16,7,9,30,1,0,1,1,1,2,12,12,7.088408946990967 +390,55,93,38,12,4,2,32,1,0,1,1,1,NA,16,13,5.966146945953369 +889,36,116,37,12,12,11,28,1,0,1,1,1,2,9,12,6.790097236633301 +1076,38,106,42,12,19,20,36,1,0,1,1,1,1,12,9,6.981005668640137 +1127,40,98,45,12,17,12,36,1,0,1,1,1,2,14,12,7.02731466293335 +750,50,103,36,15,1,1,37,1,0,1,0,1,1,12,9,6.620073318481445 +855,40,118,41,14,6,14,33,1,0,1,0,3,1,NA,12,6.751101493835449 +525,40,100,22,13,5,1,31,1,0,1,0,1,1,10,12,6.263398170471191 +1104,54,96,39,12,11,4,29,1,0,1,0,1,2,10,12,7.00669527053833 +553,40,67,22,12,11,10,30,1,1,1,0,7,2,8,9,6.3153581619262695 +800,43,96,27,12,10,1,29,1,0,1,0,1,1,10,10,6.684611797332764 +1384,50,104,42,13,8,7,31,1,0,1,0,3,1,13,14,7.232733249664307 +425,30,106,34,17,8,0,36,0,0,1,0,0,1,14,12,6.052089214324951 +510,54,62,34,11,13,4,33,0,1,1,1,7,6,2,10,6.234410762786865 +370,32,73,31,12,13,2,31,1,1,1,0,9,2,3,4,5.913503170013428 +596,40,62,26,12,16,14,33,1,1,1,0,9,8,2,8,6.390240669250488 +402,40,76,28,12,9,4,28,1,1,0,1,4,2,NA,10,5.9964518547058105 +418,40,76,26,12,12,2,31,1,1,1,0,0,1,9,10,6.0354814529418945 +1133,40,106,44,16,13,10,36,1,0,1,0,1,1,12,NA,7.032624244689941 +681,40,94,24,12,18,15,35,0,0,1,1,4,NA,9,10,6.523562431335449 +950,40,81,29,11,16,5,35,1,0,1,0,3,4,10,6,6.856462001800537 +600,40,87,15,10,20,7,36,1,0,1,0,0,1,5,6,6.396929740905762 +661,40,96,25,13,8,6,29,0,0,1,0,3,2,NA,5,6.493753910064697 +925,40,75,27,12,12,9,30,1,0,1,0,2,2,6,NA,6.829793930053711 +550,40,95,34,12,14,13,31,1,0,1,0,0,1,5,5,6.309918403625488 +606,40,86,19,11,13,11,30,1,0,1,0,4,4,3,7,6.406879901885986 +425,40,86,17,10,7,1,30,1,0,1,0,4,4,3,7,6.052089214324951 +340,50,104,41,14,4,1,31,1,0,1,1,5,3,8,18,5.828945636749268 +692,50,95,21,12,16,9,34,1,0,1,1,2,2,7,5,6.539586067199707 +575,40,116,37,12,11,9,29,1,0,1,0,1,2,8,12,6.3543701171875 +571,40,66,20,9,15,10,33,1,0,1,0,5,1,8,6,6.347389221191406 +817,40,101,38,16,11,9,32,1,0,1,1,1,2,0,5,6.705638885498047 +987,40,96,23,12,11,5,29,1,0,1,0,1,2,12,12,6.894670009613037 +616,55,104,41,12,16,18,35,1,0,1,1,4,5,9,NA,6.42324686050415 +1026,60,105,34,16,12,1,35,1,0,0,1,3,1,14,10,6.933423042297363 +808,40,106,34,12,4,3,29,1,0,0,1,1,2,8,7,6.694561958312988 +808,50,101,34,17,8,0,30,1,0,1,1,1,2,15,15,6.694561958312988 +788,40,96,42,12,13,5,36,1,0,1,1,4,1,12,12,6.669497966766357 +850,40,105,34,12,6,2,33,1,0,0,1,1,1,12,9,6.745236396789551 +900,38,106,40,12,10,19,38,1,0,1,1,7,NA,3,2,6.802394866943359 +1418,45,102,44,12,19,20,36,1,0,1,1,2,3,8,8,7.257002830505371 +260,40,75,35,12,21,0,37,1,1,1,0,3,3,NA,NA,5.5606818199157715 +662,45,99,27,14,7,2,28,1,1,1,0,6,1,5,5,6.495265483856201 +562,55,90,46,13,4,1,38,1,0,1,0,1,1,12,11,6.3315019607543945 +562,80,104,30,12,11,5,28,1,0,1,0,1,NA,12,12,6.3315019607543945 +357,70,115,37,13,5,2,30,1,0,1,1,6,7,NA,NA,5.877735614776611 +1009,40,118,37,16,11,12,32,1,0,1,0,0,1,12,10,6.916715145111084 +1442,40,108,40,12,17,17,36,1,0,1,1,1,1,9,12,7.273786544799805 +651,40,76,30,11,11,2,29,1,1,0,1,7,7,10,11,6.478509426116943 +750,40,50,28,12,14,5,32,1,1,1,0,10,NA,3,NA,6.620073318481445 +754,40,55,23,12,13,14,33,1,1,1,0,2,1,10,NA,6.625392436981201 +700,40,73,23,12,17,9,38,1,1,1,0,8,3,NA,NA,6.551080226898193 +503,40,84,14,11,11,2,30,0,1,0,1,3,NA,9,9,6.220590114593506 +937,40,104,37,12,14,15,32,1,0,1,0,1,2,12,9,6.8426833152771 +624,40,92,40,10,18,10,36,1,0,1,0,2,3,10,6,6.436150550842285 +750,40,83,27,12,4,10,32,1,1,1,0,7,1,10,6,6.620073318481445 +900,40,98,36,14,1,8,30,1,1,1,0,7,2,10,6,6.802394866943359 +540,40,70,25,10,12,10,29,1,1,1,0,9,NA,10,7,6.291569232940674 +642,35,87,26,13,9,3,30,1,0,1,0,10,10,4,10,6.464588165283203 +400,50,96,38,15,6,10,28,0,0,1,0,5,NA,12,NA,5.991464614868164 +900,40,80,34,10,15,14,38,1,0,1,0,3,3,12,10,6.802394866943359 +513,40,104,40,16,8,10,33,1,0,1,0,5,2,12,10,6.240275859832764 +894,40,104,35,18,7,10,35,1,0,1,0,7,8,9,8,6.795705795288086 +1282,60,96,24,18,7,5,32,1,0,1,1,4,2,12,18,7.156176567077637 +485,40,89,24,12,10,9,30,0,0,1,0,4,3,12,18,6.184148788452148 +325,55,113,39,12,11,5,29,1,0,1,0,1,2,10,13,5.783825397491455 +769,45,105,29,12,16,5,33,1,0,1,0,4,1,7,7,6.6450910568237305 +618,40,84,39,14,6,8,31,0,0,1,1,7,8,7,4,6.426488399505615 +1040,48,108,36,12,16,17,35,1,0,1,1,6,7,7,3,6.946976184844971 +751,40,104,32,12,15,4,34,1,0,1,1,4,3,8,3,6.621405601501465 +380,50,106,28,12,15,11,30,1,0,1,0,2,1,7,7,5.940171241760254 +300,24,83,45,12,16,3,37,1,1,1,1,4,1,3,NA,5.703782558441162 +753,46,70,34,10,21,7,38,1,0,1,1,4,2,12,7,6.624065399169922 +1065,65,104,39,16,10,11,34,1,0,1,1,2,3,11,12,6.970730304718018 +1070,40,91,42,12,13,1,30,1,0,0,1,1,2,14,12,6.975413799285889 +1573,55,112,42,18,7,8,34,1,0,1,1,1,1,14,18,7.360739707946777 +650,40,97,27,10,14,9,30,1,0,1,0,5,1,12,9,6.476972579956055 +700,45,99,40,12,15,7,32,1,0,1,0,4,2,10,10,6.551080226898193 +494,40,74,30,12,16,4,34,1,1,1,0,5,NA,NA,NA,6.202535629272461 +890,48,100,40,12,4,8,31,1,0,1,0,0,1,NA,NA,6.791221618652344 +520,40,86,28,10,15,12,31,1,0,1,0,0,1,6,NA,6.253829002380371 +891,40,90,36,12,16,16,32,1,0,1,0,5,5,12,9,6.792344570159912 +570,50,101,43,12,11,12,30,1,0,0,1,2,3,12,NA,6.345636367797852 +1444,40,109,33,15,11,1,29,1,0,1,1,2,1,11,9,7.275172233581543 +481,48,98,26,12,14,2,31,0,1,0,1,4,3,NA,NA,6.175867080688477 +500,44,107,40,12,21,12,38,1,0,1,0,2,NA,12,7,6.214608192443848 +1473,40,110,48,16,15,15,36,1,0,1,0,1,2,12,14,7.295056343078613 +803,40,120,35,13,4,1,28,1,0,1,1,3,4,10,12,6.6883544921875 +962,50,97,34,16,7,2,30,1,0,1,1,0,1,12,12,6.869014263153076 +1000,44,103,37,12,9,5,29,1,0,1,1,0,1,11,NA,6.907755374908447 +600,40,114,36,16,5,4,30,1,0,1,1,2,1,12,12,6.396929740905762 +450,40,95,31,11,12,2,30,1,0,1,0,2,3,8,8,6.10924768447876 +629,60,93,32,12,6,1,30,1,1,1,0,8,3,10,6,6.444131374359131 +492,60,67,38,12,15,2,34,1,1,1,0,3,NA,8,NA,6.198478698730469 +1562,40,97,28,17,7,2,32,1,0,1,1,5,1,12,13,7.353722095489502 +357,70,97,34,14,6,3,28,1,0,1,0,1,2,13,16,5.877735614776611 +960,40,83,25,13,14,13,32,1,0,1,1,4,NA,10,NA,6.866933345794678 +566,45,104,46,16,5,2,32,1,0,1,0,1,2,12,12,6.33859395980835 +481,40,82,27,12,9,2,32,1,0,1,0,2,2,12,8,6.175867080688477 +1442,40,113,45,16,8,10,35,1,0,1,1,2,2,8,8,7.273786544799805 +645,45,93,39,12,11,3,35,1,0,1,0,7,7,7,8,6.469250202178955 +788,40,100,23,11,15,6,32,1,1,1,0,5,NA,9,NA,6.669497966766357 +644,42,101,38,12,11,5,33,1,0,1,0,4,3,12,NA,6.467698574066162 +477,45,100,33,12,9,3,31,1,0,1,0,3,3,7,7,6.167516708374023 +664,60,82,30,16,10,9,34,1,1,1,1,3,4,16,16,6.498281955718994 +520,40,79,28,16,6,1,30,1,1,1,0,0,1,11,NA,6.253829002380371 +1202,40,102,32,13,10,3,31,1,0,1,1,7,7,8,6,7.091742038726807 +538,45,77,22,12,12,10,28,1,1,1,0,9,NA,7,NA,6.287858486175537 +873,44,109,25,12,12,12,28,1,0,1,0,1,1,NA,11,6.77193546295166 +1000,40,107,32,12,17,18,35,1,0,1,0,5,1,NA,NA,6.907755374908447 diff --git a/docs/files/data/package_data/wages.csv b/docs/files/data/package_data/wages.csv new file mode 100644 index 00000000..72c03b8b --- /dev/null +++ b/docs/files/data/package_data/wages.csv @@ -0,0 +1,527 @@ +wage,education,n_kids +3.1,11,2 +3.2,12,3 +3,11,2 +6,8,0 +5.3,12,1 +8.8,16,0 +11.2,18,0 +5,12,0 +3.6,12,2 +18.2,17,0 +6.2,16,0 +8.1,13,0 +8.8,12,2 +5.5,12,0 +22.2,12,1 +17.3,16,1 +7.5,12,0 +10.6,13,0 +3.6,12,3 +4.5,12,0 +6.9,12,0 +8.5,12,3 +6.3,16,0 +0.5,12,0 +6,11,0 +9.6,16,1 +7.8,16,1 +12.5,16,0 +12.5,15,2 +3.2,8,2 +13,14,2 +4.5,14,2 +9.7,13,0 +5,12,0 +4.7,12,0 +4.3,16,1 +6.2,12,1 +3.5,4,5 +3,14,0 +6.2,12,0 +7.8,12,0 +10,12,4 +4.5,14,1 +4,11,0 +6.4,13,0 +13.7,15,2 +1.7,10,1 +2.9,12,1 +3.7,14,0 +2.9,12,2 +1.6,12,2 +8.6,16,0 +5,12,1 +6,12,0 +2.5,12,2 +3.2,15,1 +3.4,16,1 +10,8,0 +21.6,18,0 +4.4,16,0 +11.7,13,0 +12.4,14,0 +6.2,10,0 +3.7,10,4 +7.8,14,0 +20,14,2 +6.2,16,3 +10,12,3 +5.7,16,1 +2,12,4 +5.7,16,0 +13.1,17,3 +4.9,12,2 +2.9,12,2 +3.8,12,0 +11.9,13,2 +4,12,1 +3.1,12,1 +8.4,12,4 +7.1,18,2 +4.5,9,4 +4.7,16,0 +2.9,10,1 +6.7,12,0 +3.5,12,1 +3.3,12,1 +3.2,12,1 +8,12,1 +9.9,8,2 +7.5,12,1 +5.9,12,2 +11.8,14,0 +3,12,2 +4.8,12,0 +6.5,12,0 +4,9,1 +3.5,13,1 +13.2,12,0 +4.2,14,2 +3.5,12,0 +5.1,15,0 +3.8,12,3 +4.5,12,0 +7.6,12,0 +15,14,1 +6.8,15,2 +13.3,12,2 +6.7,12,0 +2.5,12,0 +9.8,17,0 +3.4,11,0 +25,18,0 +5.4,12,0 +6.1,14,2 +4.2,14,0 +3.8,10,0 +3.5,14,0 +3.6,12,0 +3.8,15,1 +3,8,3 +5,16,0 +4.6,14,2 +3,15,0 +3.2,12,1 +3.9,18,2 +6.4,16,2 +5.5,10,0 +1.5,8,0 +2.9,10,2 +5,11,0 +8.9,18,0 +5,15,0 +3.5,12,0 +2.9,11,1 +4.5,12,3 +2.2,12,2 +5,14,4 +10,16,2 +3.8,2,0 +10,14,0 +10.9,16,4 +7.9,12,0 +4.7,12,0 +5.8,13,1 +3.8,12,3 +3.2,15,2 +2,10,5 +4.5,12,3 +11.6,16,3 +2.1,13,0 +2.4,9,5 +3.8,12,1 +5.5,13,0 +6.5,12,0 +3.1,12,1 +10,14,2 +6.6,16,0 +10,16,0 +2.3,9,5 +6.9,18,0 +2.8,10,4 +3.1,10,1 +8,13,1 +4.5,12,0 +8.6,18,0 +2,13,0 +4.8,12,0 +6.2,13,1 +6,13,2 +15.4,13,2 +14.6,18,0 +12.5,12,0 +5.2,12,2 +2.2,13,1 +7.1,12,0 +6.2,12,1 +9,12,0 +10,14,0 +5.8,10,0 +4,12,2 +8.8,16,1 +6.5,16,0 +7.6,12,0 +5,14,0 +5,12,0 +21.9,12,3 +8.6,12,0 +3.3,12,1 +4.4,12,0 +4.6,12,0 +3.5,12,0 +6.2,16,1 +3.8,16,0 +6.2,14,0 +2.9,11,3 +6.2,16,0 +6.2,12,0 +9.1,12,3 +10,17,0 +11.1,12,0 +6.9,12,3 +8.8,16,0 +10,8,0 +3,12,2 +3,12,0 +5.8,12,2 +4.1,16,0 +8,12,1 +6.2,12,0 +2.7,9,1 +2.8,13,1 +3,16,0 +3,14,0 +7.4,8,3 +7.5,14,1 +3.5,13,3 +8.1,12,1 +3.8,18,1 +3.2,9,1 +5.8,8,0 +3.5,8,3 +3.3,12,0 +4,14,0 +3.5,12,2 +6.2,16,0 +3,8,1 +5.7,13,0 +3,9,0 +22.9,16,2 +9,12,0 +8.3,15,1 +3,11,0 +5.8,14,0 +6.8,12,2 +10,12,2 +3,12,0 +3.5,18,0 +3.2,12,0 +4,12,0 +2.9,12,1 +3.1,12,3 +3.2,12,1 +4.8,12,3 +3,14,4 +18.2,16,1 +3.5,12,2 +4.1,14,0 +2,11,0 +4.3,12,0 +3,10,0 +6.4,12,0 +5.2,6,0 +4.5,13,0 +3.9,12,3 +3.5,10,2 +10.9,12,0 +4.1,14,0 +3,13,0 +5.9,12,2 +18,18,0 +4,12,0 +3,12,0 +3.5,12,1 +3,12,2 +8.8,12,0 +2.9,8,1 +6.3,13,0 +3.5,13,0 +4.6,14,0 +6,12,2 +2.9,10,1 +5.6,16,0 +4,12,0 +6,16,0 +4.5,12,2 +2.9,14,0 +4.3,18,0 +18.9,17,2 +4.3,13,2 +4.6,14,0 +6.2,15,2 +3,14,0 +8.8,12,0 +8.5,8,0 +3.8,12,4 +3.2,12,0 +5,8,0 +6.5,12,3 +2,9,3 +4.8,12,0 +5.8,16,2 +3.2,12,0 +4.7,16,0 +4.1,12,0 +2.9,12,0 +6,13,4 +3.6,10,0 +4,6,6 +7,12,1 +3,12,0 +6.1,16,0 +8.6,12,1 +3,8,0 +3.8,12,1 +2.9,6,0 +3,4,0 +6.2,11,0 +3.5,11,2 +3,7,3 +3.2,12,2 +8,18,1 +3.3,12,1 +5.2,16,0 +6.2,12,3 +3.5,14,1 +3,12,1 +3,10,2 +4.7,10,0 +3.7,9,1 +4,10,0 +4,12,2 +2.9,12,2 +3,12,1 +5.1,10,0 +13.9,16,0 +18.2,16,1 +6.2,16,0 +5.2,12,0 +4.8,12,3 +3.3,7,1 +3,8,1 +8.4,16,0 +5.7,16,0 +12,18,2 +3.5,13,0 +4.2,10,1 +7,16,1 +6,14,2 +12.2,16,0 +4.5,12,0 +3,9,2 +2.9,11,2 +15,11,0 +4,12,0 +5.2,11,2 +4,12,3 +3.3,12,2 +5.1,12,3 +3.6,12,0 +5,14,2 +4.6,14,0 +12.5,18,0 +3.5,12,0 +4.6,12,0 +10,12,0 +2.9,11,1 +4.5,12,0 +6.5,17,0 +7.5,16,0 +3.5,13,0 +4.2,13,2 +3.5,12,0 +4.5,14,0 +3.3,14,0 +2.9,11,2 +5.2,10,1 +4.1,8,0 +3.8,14,3 +3.4,12,1 +3,10,1 +6.3,17,1 +2.5,9,1 +4.5,12,1 +3.1,12,1 +6.4,14,0 +4.7,16,0 +6.8,12,2 +8.5,10,0 +4.2,0,0 +3.8,14,0 +11.1,15,2 +3.3,16,2 +9.1,12,3 +4.5,11,2 +3,11,1 +8.8,12,0 +4.1,13,0 +2.9,12,0 +3.3,13,2 +6.1,16,0 +3,15,0 +4.2,16,1 +5.6,15,2 +10,12,0 +12.5,18,1 +3.8,6,4 +3.1,6,5 +4.3,12,2 +10.9,12,0 +7.5,16,1 +4.1,9,1 +4.7,12,3 +5,11,0 +2.9,10,2 +8,12,1 +8.4,8,3 +2.9,9,0 +6.2,17,0 +6.2,16,2 +5.1,11,0 +4,10,1 +4.4,8,3 +6.9,13,0 +5.4,14,1 +3,13,1 +2.9,11,2 +6.2,7,0 +4.3,16,0 +3.2,12,2 +7.3,13,0 +6.3,14,2 +5.6,16,0 +8.8,14,1 +3.2,11,0 +3,8,0 +3,14,0 +12.5,17,3 +2.9,10,3 +3.3,12,0 +6.5,12,0 +10.4,18,1 +4.5,14,0 +10,18,0 +3.8,12,2 +8.8,16,0 +9.4,14,2 +6.3,12,2 +4,9,0 +2.9,12,0 +20,12,1 +11.2,17,1 +3.5,12,2 +6,15,2 +14.4,17,1 +6.4,16,1 +3.5,12,1 +3,15,0 +4.5,16,1 +6.6,12,0 +9.3,15,0 +3,12,2 +3.2,12,0 +1.5,12,2 +5.9,12,1 +8,16,0 +2.9,11,1 +3.3,14,0 +6.5,14,0 +4,13,1 +6,14,0 +4.1,12,0 +3.8,12,0 +3,8,0 +3.5,12,0 +2.9,3,0 +4.5,11,0 +3.3,15,2 +5.9,11,1 +8,12,2 +3,4,1 +5,9,6 +5.5,12,1 +2.7,12,0 +3,11,2 +4.5,12,0 +17.5,16,3 +8.2,13,0 +9.1,15,1 +11.8,16,0 +3.2,12,0 +4.5,12,0 +4.5,12,0 +3.7,9,2 +6.5,10,3 +2.9,12,0 +5.6,11,2 +2.2,8,4 +5,6,3 +8.3,16,0 +2.9,12,4 +6.2,12,3 +4.6,16,0 +3.3,12,0 +2.3,10,4 +3.3,13,0 +3.2,13,4 +12.5,14,0 +5.2,16,0 +3.1,10,2 +7.2,12,3 +2.9,12,0 +1.8,11,2 +2.9,0,2 +2.9,5,5 +17.7,16,1 +6.2,16,0 +2.6,9,1 +6.6,15,2 +3.5,12,1 +6.5,12,3 +3,12,0 +4.4,13,1 +10,12,1 +4.9,7,5 +9,17,2 +1.4,12,2 +3.1,12,0 +9.3,14,3 +7.5,12,2 +4.8,13,0 +5.7,12,0 +15,16,2 +2.3,10,3 +4.7,15,3 +11.6,16,0 +3.5,14,2 diff --git a/docs/files/dist_muestral.png b/docs/files/dist_muestral.png new file mode 100644 index 00000000..40bbb6b2 Binary files /dev/null and b/docs/files/dist_muestral.png differ diff --git a/docs/files/ebs-casen.png b/docs/files/ebs-casen.png new file mode 100644 index 00000000..34290dde Binary files /dev/null and b/docs/files/ebs-casen.png differ diff --git a/docs/files/encabezado.png b/docs/files/encabezado.png new file mode 100644 index 00000000..d841687a Binary files /dev/null and b/docs/files/encabezado.png differ diff --git a/docs/files/esquema1.drawio.png b/docs/files/esquema1.drawio.png new file mode 100644 index 00000000..0dbe5919 Binary files /dev/null and b/docs/files/esquema1.drawio.png differ diff --git a/docs/files/esquema2.drawio.png b/docs/files/esquema2.drawio.png new file mode 100644 index 00000000..1f853de3 Binary files /dev/null and b/docs/files/esquema2.drawio.png differ diff --git a/docs/files/evalsp23_final-project-rubric.xlsx b/docs/files/evalsp23_final-project-rubric.xlsx new file mode 100644 index 00000000..d2e8396a Binary files /dev/null and b/docs/files/evalsp23_final-project-rubric.xlsx differ diff --git a/docs/files/flujo-herramientas.png b/docs/files/flujo-herramientas.png new file mode 100644 index 00000000..3fcbbf4b Binary files /dev/null and b/docs/files/flujo-herramientas.png differ diff --git a/docs/files/healeysworkflow.png b/docs/files/healeysworkflow.png new file mode 100644 index 00000000..56cfbb4b Binary files /dev/null and b/docs/files/healeysworkflow.png differ diff --git a/docs/files/icon-512.png b/docs/files/icon-512.png new file mode 100644 index 00000000..d9aaa547 Binary files /dev/null and b/docs/files/icon-512.png differ diff --git a/docs/files/img-144.png b/docs/files/img-144.png new file mode 100644 index 00000000..76325006 Binary files /dev/null and b/docs/files/img-144.png differ diff --git a/docs/files/img/Martin-Venegas.png b/docs/files/img/Martin-Venegas.png new file mode 100644 index 00000000..1b4d68b9 Binary files /dev/null and b/docs/files/img/Martin-Venegas.png differ diff --git a/docs/files/img/assignments/insert-chunk-button.png b/docs/files/img/assignments/insert-chunk-button.png new file mode 100644 index 00000000..4c3d284e Binary files /dev/null and b/docs/files/img/assignments/insert-chunk-button.png differ diff --git a/docs/files/img/assignments/knit-button.png b/docs/files/img/assignments/knit-button.png new file mode 100755 index 00000000..906ad217 Binary files /dev/null and b/docs/files/img/assignments/knit-button.png differ diff --git a/docs/files/img/assignments/project-structure.png b/docs/files/img/assignments/project-structure.png new file mode 100644 index 00000000..455e5581 Binary files /dev/null and b/docs/files/img/assignments/project-structure.png differ diff --git a/docs/files/img/dice/1.svg b/docs/files/img/dice/1.svg new file mode 100644 index 00000000..935d9dcc --- /dev/null +++ b/docs/files/img/dice/1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/files/img/dice/2.svg b/docs/files/img/dice/2.svg new file mode 100644 index 00000000..3ffe302b --- /dev/null +++ b/docs/files/img/dice/2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/files/img/dice/3.svg b/docs/files/img/dice/3.svg new file mode 100644 index 00000000..755f5a29 --- /dev/null +++ b/docs/files/img/dice/3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/files/img/dice/4.svg b/docs/files/img/dice/4.svg new file mode 100644 index 00000000..023825f6 --- /dev/null +++ b/docs/files/img/dice/4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/files/img/dice/5.svg b/docs/files/img/dice/5.svg new file mode 100644 index 00000000..db998ce6 --- /dev/null +++ b/docs/files/img/dice/5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/files/img/dice/6.svg b/docs/files/img/dice/6.svg new file mode 100644 index 00000000..be55d89a --- /dev/null +++ b/docs/files/img/dice/6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/files/img/eval-flowchart.png b/docs/files/img/eval-flowchart.png new file mode 100644 index 00000000..48934e4c Binary files /dev/null and b/docs/files/img/eval-flowchart.png differ diff --git a/docs/files/img/eval-hires.png b/docs/files/img/eval-hires.png new file mode 100644 index 00000000..3110f38c Binary files /dev/null and b/docs/files/img/eval-hires.png differ diff --git a/docs/files/img/example/dagitty-code.png b/docs/files/img/example/dagitty-code.png new file mode 100644 index 00000000..0fa3c2f1 Binary files /dev/null and b/docs/files/img/example/dagitty-code.png differ diff --git a/docs/files/img/example/working-directory.png b/docs/files/img/example/working-directory.png new file mode 100644 index 00000000..5a199006 Binary files /dev/null and b/docs/files/img/example/working-directory.png differ diff --git a/docs/files/img/flujo-semanal.png b/docs/files/img/flujo-semanal.png new file mode 100644 index 00000000..0407859c Binary files /dev/null and b/docs/files/img/flujo-semanal.png differ diff --git a/docs/files/img/install/install-r-links.png b/docs/files/img/install/install-r-links.png new file mode 100644 index 00000000..e40849eb Binary files /dev/null and b/docs/files/img/install/install-r-links.png differ diff --git a/docs/files/img/install/install-r-mac.png b/docs/files/img/install/install-r-mac.png new file mode 100644 index 00000000..5cc63c9b Binary files /dev/null and b/docs/files/img/install/install-r-mac.png differ diff --git a/docs/files/img/install/install-r-package-panel.png b/docs/files/img/install/install-r-package-panel.png new file mode 100644 index 00000000..2f5966cb Binary files /dev/null and b/docs/files/img/install/install-r-package-panel.png differ diff --git a/docs/files/img/install/install-r-rstudio1.png b/docs/files/img/install/install-r-rstudio1.png new file mode 100644 index 00000000..d5de8800 Binary files /dev/null and b/docs/files/img/install/install-r-rstudio1.png differ diff --git a/docs/files/img/install/install-r-rstudio2.png b/docs/files/img/install/install-r-rstudio2.png new file mode 100644 index 00000000..a04fcabb Binary files /dev/null and b/docs/files/img/install/install-r-rstudio2.png differ diff --git a/docs/files/img/install/install-r-tidyverse.png b/docs/files/img/install/install-r-tidyverse.png new file mode 100644 index 00000000..6609eda8 Binary files /dev/null and b/docs/files/img/install/install-r-tidyverse.png differ diff --git a/docs/files/img/install/install-r-windows.png b/docs/files/img/install/install-r-windows.png new file mode 100644 index 00000000..f09a18a3 Binary files /dev/null and b/docs/files/img/install/install-r-windows.png differ diff --git a/docs/files/img/mpa-mpp-logic-model.jpg b/docs/files/img/mpa-mpp-logic-model.jpg new file mode 100644 index 00000000..636e48c6 Binary files /dev/null and b/docs/files/img/mpa-mpp-logic-model.jpg differ diff --git a/docs/files/img/reference/chunk-options.png b/docs/files/img/reference/chunk-options.png new file mode 100644 index 00000000..67ee7453 Binary files /dev/null and b/docs/files/img/reference/chunk-options.png differ diff --git a/docs/files/img/reference/chunk-toc.png b/docs/files/img/reference/chunk-toc.png new file mode 100644 index 00000000..1a24428c Binary files /dev/null and b/docs/files/img/reference/chunk-toc.png differ diff --git a/docs/files/img/reference/insert-chunk.png b/docs/files/img/reference/insert-chunk.png new file mode 100644 index 00000000..00d81407 Binary files /dev/null and b/docs/files/img/reference/insert-chunk.png differ diff --git a/docs/files/img/reference/output-options.png b/docs/files/img/reference/output-options.png new file mode 100644 index 00000000..87a9a32a Binary files /dev/null and b/docs/files/img/reference/output-options.png differ diff --git a/docs/files/img/reference/rproj-multiple-folders.png b/docs/files/img/reference/rproj-multiple-folders.png new file mode 100644 index 00000000..2c74924b Binary files /dev/null and b/docs/files/img/reference/rproj-multiple-folders.png differ diff --git a/docs/files/img/reference/rproj-one-folder.png b/docs/files/img/reference/rproj-one-folder.png new file mode 100644 index 00000000..65ac1bab Binary files /dev/null and b/docs/files/img/reference/rproj-one-folder.png differ diff --git a/docs/files/img/resurgence.gif b/docs/files/img/resurgence.gif new file mode 100644 index 00000000..2563be5b Binary files /dev/null and b/docs/files/img/resurgence.gif differ diff --git a/docs/files/img/streets-dag.jpg b/docs/files/img/streets-dag.jpg new file mode 100644 index 00000000..70c3f74b Binary files /dev/null and b/docs/files/img/streets-dag.jpg differ diff --git a/docs/files/img/streets-logic-model.jpg b/docs/files/img/streets-logic-model.jpg new file mode 100644 index 00000000..e64d2290 Binary files /dev/null and b/docs/files/img/streets-logic-model.jpg differ diff --git a/docs/files/img/syllabus/gator_error.jpg b/docs/files/img/syllabus/gator_error.jpg new file mode 100644 index 00000000..19e6f8df Binary files /dev/null and b/docs/files/img/syllabus/gator_error.jpg differ diff --git a/docs/files/img/syllabus/hosrt_error_tweet.png b/docs/files/img/syllabus/hosrt_error_tweet.png new file mode 100644 index 00000000..1799d2e3 Binary files /dev/null and b/docs/files/img/syllabus/hosrt_error_tweet.png differ diff --git a/docs/files/img/unzipping/extract-windows-1.png b/docs/files/img/unzipping/extract-windows-1.png new file mode 100644 index 00000000..99ed16b1 Binary files /dev/null and b/docs/files/img/unzipping/extract-windows-1.png differ diff --git a/docs/files/img/unzipping/extract-windows-2.png b/docs/files/img/unzipping/extract-windows-2.png new file mode 100644 index 00000000..40239e10 Binary files /dev/null and b/docs/files/img/unzipping/extract-windows-2.png differ diff --git a/docs/files/img/unzipping/extract-windows-3.png b/docs/files/img/unzipping/extract-windows-3.png new file mode 100644 index 00000000..10dc70e3 Binary files /dev/null and b/docs/files/img/unzipping/extract-windows-3.png differ diff --git a/docs/files/img/unzipping/inside-zip-windows.png b/docs/files/img/unzipping/inside-zip-windows.png new file mode 100644 index 00000000..f03ee79a Binary files /dev/null and b/docs/files/img/unzipping/inside-zip-windows.png differ diff --git a/docs/files/img/unzipping/temp-wd-windows.png b/docs/files/img/unzipping/temp-wd-windows.png new file mode 100644 index 00000000..10617a0d Binary files /dev/null and b/docs/files/img/unzipping/temp-wd-windows.png differ diff --git a/docs/files/img/unzipping/unzip-mac.png b/docs/files/img/unzipping/unzip-mac.png new file mode 100644 index 00000000..5f5df27a Binary files /dev/null and b/docs/files/img/unzipping/unzip-mac.png differ diff --git a/docs/files/insertchunk.png b/docs/files/insertchunk.png new file mode 100644 index 00000000..5485b376 Binary files /dev/null and b/docs/files/insertchunk.png differ diff --git a/docs/files/int_conf_ex.jpg b/docs/files/int_conf_ex.jpg new file mode 100644 index 00000000..16646fc5 Binary files /dev/null and b/docs/files/int_conf_ex.jpg differ diff --git a/docs/files/ipo-exp.png b/docs/files/ipo-exp.png new file mode 100644 index 00000000..8071a883 Binary files /dev/null and b/docs/files/ipo-exp.png differ diff --git a/docs/files/ipo-rproj.png b/docs/files/ipo-rproj.png new file mode 100644 index 00000000..6e4325ff Binary files /dev/null and b/docs/files/ipo-rproj.png differ diff --git a/docs/files/ipo.png b/docs/files/ipo.png new file mode 100644 index 00000000..5edb865c Binary files /dev/null and b/docs/files/ipo.png differ diff --git a/docs/files/js/macros.js b/docs/files/js/macros.js new file mode 100644 index 00000000..071125df --- /dev/null +++ b/docs/files/js/macros.js @@ -0,0 +1,4 @@ +remark.macros.scale = function (percentage) { + var url = this; + return ''; +}; diff --git a/docs/files/js/markdown-config.js b/docs/files/js/markdown-config.js new file mode 100644 index 00000000..88be739c --- /dev/null +++ b/docs/files/js/markdown-config.js @@ -0,0 +1,48 @@ +/* eslint-disable prefer-arrow-callback, comma-dangle */ +/* global Stackedit */ + +function makeEditButton(el) { + const div = document.createElement('div'); + div.className = 'stackedit-button-wrapper'; + div.innerHTML = 'Click here to try Markdown in your browser!
    '; + el.parentNode.insertBefore(div, el.nextSibling); + return div.getElementsByTagName('a')[0]; +} + +const textareaEl = document.querySelector('textarea'); +makeEditButton(textareaEl) + .addEventListener('click', function onClick() { + const stackedit = new Stackedit(); + stackedit.on('fileChange', function onFileChange(file) { + textareaEl.value = file.content.text; + }); + stackedit.openFile({ + name: 'Markdown with StackEdit', + content: { + text: textareaEl.value + } + }); + }); + +const htmlEl = document.querySelector('.html'); +let markdown = 'Hello **Markdown** writer!'; + +function doOpen(background) { + const stackedit = new Stackedit(); + stackedit.on('fileChange', function onFileChange(file) { + markdown = file.content.text; + htmlEl.innerHTML = file.content.html; + }); + stackedit.openFile({ + name: 'HTML with StackEdit', + content: { + text: markdown + } + }, background); +} + +doOpen(true); +makeEditButton(htmlEl) + .addEventListener('click', function onClick() { + doOpen(false); + }); diff --git a/docs/files/js/stackedit.min.js b/docs/files/js/stackedit.min.js new file mode 100644 index 00000000..cba8eb19 --- /dev/null +++ b/docs/files/js/stackedit.min.js @@ -0,0 +1 @@ +!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("Stackedit",[],t):"object"==typeof exports?exports.Stackedit=t():e.Stackedit=t()}("undefined"!=typeof self?self:this,function(){return function(e){function t(i){if(n[i])return n[i].exports;var o=n[i]={i:i,l:!1,exports:{}};return e[i].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,i){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:i})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var o=function(){function e(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};i(this,e),this.$options={url:"https://stackedit.io/app"},this.$listeners={},Object.keys(n).forEach(function(e){t.$options[e]=n[e]})}return o(e,[{key:"$trigger",value:function(e,t){(this.$listeners[e]||[]).forEach(function(e){return setTimeout(function(){return e(t)},1)})}},{key:"on",value:function(e,t){var n=this.$listeners[e]||[];n.push(t),this.$listeners[e]=n}},{key:"off",value:function(e,t){var n=this.$listeners[e]||[],i=n.indexOf(t);i>=0&&(n.splice(i,1),n.length?this.$listeners[e]=n:delete this.$listeners[e])}},{key:"openFile",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.close(),s.href=this.$options.url,this.$origin=s.protocol+"//"+s.host;var i=t.content||{},o={origin:a,fileName:t.name,contentText:i.text,contentProperties:!i.yamlProperties&&i.properties?JSON.stringify(i.properties):i.yamlProperties,silent:n},c=Object.keys(o).map(function(e){return e+"="+encodeURIComponent(o[e]||"")}).join("&");s.hash="#"+c,r(),this.$containerEl=document.createElement("div"),this.$containerEl.className=n?"stackedit-hidden-container":"stackedit-container",this.$containerEl.innerHTML='\n
    \n \n \n \n \n \n \n
    \n',document.body.appendChild(this.$containerEl);var l=this.$containerEl.querySelector("iframe");l.src=s.href;var d=this.$containerEl.querySelector("a");d.addEventListener("click",function(){return e.close()}),this.$messageHandler=function(t){if(t.origin===e.$origin&&t.source===l.contentWindow)switch(t.data.type){case"ready":d.parentNode.removeChild(d);break;case"fileChange":e.$trigger("fileChange",t.data.payload),n&&e.close();break;case"close":default:e.close()}},window.addEventListener("message",this.$messageHandler),n||(document.body.className+=" stackedit-no-overflow")}},{key:"close",value:function(){this.$messageHandler&&(window.removeEventListener("message",this.$messageHandler),document.body.removeChild(this.$containerEl),this.$messageHandler=null,this.$containerEl=null,document.body.className=document.body.className.replace(/\sstackedit-no-overflow\b/,""),this.$trigger("close"))}}]),e}();t.default=c,e.exports=t.default}])}); \ No newline at end of file diff --git a/docs/files/knit-button.png b/docs/files/knit-button.png new file mode 100644 index 00000000..906ad217 Binary files /dev/null and b/docs/files/knit-button.png differ diff --git a/docs/files/knitmenu.png b/docs/files/knitmenu.png new file mode 100644 index 00000000..5a7b3efa Binary files /dev/null and b/docs/files/knitmenu.png differ diff --git a/docs/files/logo-correlacional-transp.png b/docs/files/logo-correlacional-transp.png new file mode 100644 index 00000000..1c92ba48 Binary files /dev/null and b/docs/files/logo-correlacional-transp.png differ diff --git a/docs/files/logo-correlacional.png b/docs/files/logo-correlacional.png new file mode 100644 index 00000000..6739fbdf Binary files /dev/null and b/docs/files/logo-correlacional.png differ diff --git a/docs/files/pandoc.png b/docs/files/pandoc.png new file mode 100644 index 00000000..417a073d Binary files /dev/null and b/docs/files/pandoc.png differ diff --git a/docs/files/psd-final-report-2012.pdf b/docs/files/psd-final-report-2012.pdf new file mode 100644 index 00000000..aa76bda5 Binary files /dev/null and b/docs/files/psd-final-report-2012.pdf differ diff --git a/docs/files/psd-proposal-2011.pdf b/docs/files/psd-proposal-2011.pdf new file mode 100755 index 00000000..f685c700 Binary files /dev/null and b/docs/files/psd-proposal-2011.pdf differ diff --git a/docs/files/render.png b/docs/files/render.png new file mode 100644 index 00000000..f411fd9b Binary files /dev/null and b/docs/files/render.png differ diff --git a/docs/files/reporte_notas/reporte_notas.html b/docs/files/reporte_notas/reporte_notas.html new file mode 100644 index 00000000..b0280165 --- /dev/null +++ b/docs/files/reporte_notas/reporte_notas.html @@ -0,0 +1,1320 @@ + + + + + + + + + + +Reporte Notas - Estadística Correlacional 2023 – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    + + + + +
    + +
    +
    +

    Reporte Notas - Estadística Correlacional 2023

    +
    + + + +
    + + +
    +
    Fecha de publicación
    +
    +

    25 de octubre de 2023

    +
    +
    + + +
    + + + +
    + + +
    +

    Prueba 1

    +
    +

    Librerías & datos

    +
    +
    pacman::p_load(googlesheets4, dplyr, sjmisc,sjPlot, kableExtra, sjlabelled )
    +
    +
    +
    +
     [1] "N"            "Persona"      "p1-a"         "p1-b"         "p2"          
    + [6] "p3"           "p4"           "p5"           "pje"          "Nota 60%"    
    +[11] "corrector/a"  "decimas"      "nota_final"   "Recorrección" "...15"       
    +[16] "...16"       
    +
    +
    +
    +
    load("prueba1.Rdata")
    +
    +
    +
    +

    Etiquetados

    +
    +
    # Label variables
    +
    +prueba1$p1a <- set_label(x = prueba1$p1a, 
    +                         label = "Cálculo Pearson")
    +prueba1$p1b <- set_label(x = prueba1$p1b, 
    +                         label = "Interpretación Pearson")
    +prueba1$p2 <- set_label(x = prueba1$p2, 
    +                         label = "Limitación Pearson")
    +prueba1$p3 <- set_label(x = prueba1$p3, 
    +                         label = "Coeficiente determinación")
    +prueba1$p4 <- set_label(x = prueba1$p4, 
    +                         label = "Spearman")
    +prueba1$p5 <- set_label(x = prueba1$p5, 
    +                         label = "Perdidos matrices")
    +
    +
    +
    +

    Tabla descriptiva

    +
    +
    prueba1 %>% descr(., show = c("label","range", "mean", "sd", "n"))%>% kable(.,"markdown", digits=2)
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    varlabelnmeansdrange
    2p1aCálculo Pearson791.781.293 (0-3)
    3p1bInterpretación Pearson791.660.783 (0-3)
    4p2Limitación Pearson791.530.692 (0-2)
    5p3Coeficiente determinación791.500.642 (0-2)
    6p4Spearman791.390.812 (0-2)
    7p5Perdidos matrices790.990.892 (0-2)
    1nota_finalnota_final794.541.406 (1-7)
    +
    +
    +
    +
    +

    Gráficos descriptivos

    +
    +
    hist(prueba1$nota_final)
    +
    +
    +
    +

    +
    +
    +
    +
    plot_frq(data = prueba1$nota_final,type = "hist",show.mean = T)
    +
    +
    +
    +

    +
    +
    +
    +
    +
    +
    prueba1 <- prueba1 %>%  mutate(notas_cat=cut(nota_final, breaks=c(-Inf,4,5,6, Inf), labels=c("Menor a 4.0","4.0-5.0","5.0-6.0","6.0-7.0")))
    +
    +frq(prueba1$notas_cat)
    +
    +
    x <categorical> 
    +# total N=88 valid N=79 mean=2.23 sd=1.13
    +
    +Value       |  N | Raw % | Valid % | Cum. %
    +-------------------------------------------
    +Menor a 4.0 | 30 | 34.09 |   37.97 |  37.97
    +4.0-5.0     | 14 | 15.91 |   17.72 |  55.70
    +5.0-6.0     | 22 | 25.00 |   27.85 |  83.54
    +6.0-7.0     | 13 | 14.77 |   16.46 | 100.00
    +<NA>        |  9 | 10.23 |    <NA> |   <NA>
    +
    +
    prueba1 <- prueba1 %>% dplyr::select(-notas_cat)
    +
    +
    +
    +

    Preguntas y asociaciones

    +
    +
    tab_corr(prueba1,
    +         triangle = "lower")
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     Cálculo PearsonInterpretación PearsonLimitación PearsonCoeficiente determinaciónSpearmanPerdidos matricesnota_final
    Cálculo Pearson       
    Interpretación Pearson0.405***      
    Limitación Pearson0.2110.153     
    Coeficiente determinación0.271*0.407***0.267*    
    Spearman0.229*0.2030.375***0.197   
    Perdidos matrices0.0630.1270.435***0.0950.277*  
    nota_final0.696***0.627***0.619***0.524***0.583***0.539*** 
    Computed correlation used pearson-method with listwise-deletion.
    +
    +
    +
    +
    plot_scatter(prueba1, p1a, p1b)
    +
    +
    +
    +

    +
    +
    +
    +
    +

    Consistencia interna

    +
    +
    pacman::p_load(ltm)
    +
    +preguntas <- prueba1 %>% dplyr::select(-nota_final)
    +cronbach.alpha(na.omit(preguntas))
    +
    +
    
    +Cronbach's alpha for the 'na.omit(preguntas)' data-set
    +
    +Items: 6
    +Sample units: 79
    +alpha: 0.634
    +
    +
    +
    +
    +
    +

    Prueba 2

    +
    +

    Datos

    +
    +
    load("prueba2.Rdata")
    +
    +
    +
    +

    Adecuación preguntas

    +

    La prueba tiene dos formas: A y B, la única diferencia es en el orden de las preguntas, la forma A parte por la pregunta sobre identificación con la izquierda, mientras que en la forma B la primera pregunta es la de CASEN. Para poder realizar un correcto análisis de las preguntas vamos a adaptar la forma B a la A.

    +
    +
    frq(prueba2$forma)
    +
    +
    x <character> 
    +# total N=87 valid N=72 mean=1.50 sd=0.50
    +
    +Value |  N | Raw % | Valid % | Cum. %
    +-------------------------------------
    +A     | 36 | 41.38 |      50 |     50
    +B     | 36 | 41.38 |      50 |    100
    +<NA>  | 15 | 17.24 |    <NA> |   <NA>
    +
    +
    A <- subset(prueba2, subset = prueba2$forma=="A")
    +B <- subset(prueba2, subset = prueba2$forma=="B")
    +dim(A)
    +
    +
    [1] 36  8
    +
    +
    dim(B)
    +
    +
    [1] 36  8
    +
    +
    descr(B, show = "mean")
    +
    +
    
    +## Basic descriptive statistics
    +
    +        var mean
    +        p1a 1.33
    +        p1b 1.36
    +        p1c 1.31
    +        p2a 1.39
    +        p2b 1.28
    +        p2c 1.32
    + nota_final 4.58
    +
    +
    B <- B %>% rename("p1a"="p2a", 
    +                  "p1b"="p2b",
    +                  "p1c"="p2c",
    +                  "p2a"="p1a",
    +                  "p2b"="p1b",
    +                  "p2c"="p1c")
    +
    +descr(B, show = "mean")
    +
    +
    
    +## Basic descriptive statistics
    +
    +        var mean
    +        p2a 1.33
    +        p2b 1.36
    +        p2c 1.31
    +        p1a 1.39
    +        p1b 1.28
    +        p1c 1.32
    + nota_final 4.58
    +
    +
    prueba2 <- rbind(A,B)
    +
    +
    +
    +

    Etiquetados

    +
    +
    # Label variables
    +
    +prueba2$p1a <- set_label(x = prueba2$p1a, 
    +                         label = "H1 promedio direccional")
    +prueba2$p1b <- set_label(x = prueba2$p1b, 
    +                         label = "Prueba promedios")
    +prueba2$p1c <- set_label(x = prueba2$p1c, 
    +                         label = "Rechazo H0")
    +prueba2$p2a <- set_label(x = prueba2$p2a, 
    +                         label = "H1 proporcion no direccional")
    +prueba2$p2b <- set_label(x = prueba2$p2b, 
    +                         label = "Error tipo 1")
    +prueba2$p2c <- set_label(x = prueba2$p2c, 
    +                         label = "Intervalo confianza")
    +
    +
    +
    +

    Tabla descriptiva

    +
    +
    prueba2 %>% descr(., show = c("label","range", "mean", "sd", "n"))%>% kable(.,"markdown", digits=2)
    +
    + +++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    varlabelnmeansdrange
    2p1aH1 promedio direccional721.360.632 (0-2)
    3p1bPrueba promedios721.240.862 (0-2)
    4p1cRechazo H0721.270.702 (0-2)
    5p2aH1 proporcion no direccional721.260.682 (0-2)
    6p2bError tipo 1721.270.792 (0-2)
    7p2cIntervalo confianza721.140.722 (0-2)
    1nota_finalnota_final724.371.235.6 (1.4-7)
    +
    +
    +
    +
    +

    Gráficos descriptivos

    +
    +
    hist(prueba2$nota_final)
    +
    +
    +
    +

    +
    +
    +
    +
    plot_frq(data = prueba2$nota_final,type = "hist",show.mean = T)
    +
    +
    +
    +

    +
    +
    +
    +
    +
    +
    prueba2 <- prueba2 %>%  mutate(notas_cat=cut(nota_final, breaks=c(-Inf,4,5,6, Inf), labels=c("Menor a 4.0","4.0-5.0","5.0-6.0","6.0-7.0")))
    +
    +frq(prueba2$notas_cat)
    +
    +
    x <categorical> 
    +# total N=72 valid N=72 mean=2.06 sd=1.02
    +
    +Value       |  N | Raw % | Valid % | Cum. %
    +-------------------------------------------
    +Menor a 4.0 | 28 | 38.89 |   38.89 |  38.89
    +4.0-5.0     | 19 | 26.39 |   26.39 |  65.28
    +5.0-6.0     | 18 | 25.00 |   25.00 |  90.28
    +6.0-7.0     |  7 |  9.72 |    9.72 | 100.00
    +<NA>        |  0 |  0.00 |    <NA> |   <NA>
    +
    +
    prueba2 <- prueba2 %>% dplyr::select(-notas_cat)
    +
    +
    +
    +

    Preguntas y asociaciones

    +
    +
    prueba2 <- prueba2 %>% dplyr::select(-forma)
    +tab_corr(prueba2,
    +         triangle = "lower")
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     H1 promedio direccionalPrueba promediosRechazo H0H1 proporcion no direccionalError tipo 1Intervalo confianzanota_final
    H1 promedio direccional       
    Prueba promedios0.295*      
    Rechazo H00.397***0.488***     
    H1 proporcion no direccional0.1080.094-0.060    
    Error tipo 1-0.2040.0390.031-0.039   
    Intervalo confianza0.0470.2060.308**0.1690.351**  
    nota_final0.469***0.677***0.650***0.370**0.404***0.631*** 
    Computed correlation used pearson-method with listwise-deletion.
    +
    +
    +

    Consistencia interna

    +
    +
    pacman::p_load(ltm)
    +
    +preguntas <- prueba2 %>% dplyr::select(-nota_final)
    +cronbach.alpha(na.omit(preguntas))
    +
    +
    
    +Cronbach's alpha for the 'na.omit(preguntas)' data-set
    +
    +Items: 6
    +Sample units: 72
    +alpha: 0.513
    +
    +
    +
    +
    +
    +

    Pruebas 1 & 2

    +
    +
    # rescatar ID secuencial
    +
    +prueba1 <- read_sheet('https://docs.google.com/spreadsheets/d/1ahL6yZpDRUmFFnilWHqMKchNqzVzAo7YZiA401crxGA/edit?usp=sharing', sheet = "Prueba 1 2023-10-10")
    +
    +prueba2 <- read_sheet('https://docs.google.com/spreadsheets/d/1lnZ7ojc3jxAMTFwC5Y_Wble08YaONTNTaPdz7KnDOXI/edit#gid=1600039458', sheet ="Prueba 2 2023-11-19")
    +
    +prueba1 <- prueba1 %>% dplyr::select(RUT,Nota) %>%  rename("Nota_p1"="Nota") 
    +prueba2 <- prueba2 %>% dplyr::select(RUT,Nota) %>% rename("Nota_p2"="Nota") 
    +
    +pruebas <- merge(prueba1, prueba2, by = 'RUT')
    +
    +plot_scatter(pruebas, Nota_p1, Nota_p2)
    +
    +
    +
    +

    +
    +
    +
    +
    pruebas_c <-na.omit(pruebas)
    +cor(pruebas_c$Nota_p1, pruebas_c$Nota_p2)
    +
    +
    [1] 0.2952938
    +
    +
    + + +
    + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/files/reporte_notas/reporte_notas.qmd b/docs/files/reporte_notas/reporte_notas.qmd new file mode 100644 index 00000000..aceb787c --- /dev/null +++ b/docs/files/reporte_notas/reporte_notas.qmd @@ -0,0 +1,238 @@ +--- +title: "Reporte Notas - Estadística Correlacional 2023 " +date: "2023-10-25" +lang: es +website: + comments: + giscus: + repo: cursos-metodos-facso/correlacional +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE, + message = FALSE, + warning = FALSE) +``` + +# Prueba 1 + +## Librerías & datos + +```{r } +pacman::p_load(googlesheets4, dplyr, sjmisc,sjPlot, kableExtra, sjlabelled ) +``` + +```{r echo=FALSE} +#Read google sheets data into R +prueba1 <- read_sheet('https://docs.google.com/spreadsheets/d/1ahL6yZpDRUmFFnilWHqMKchNqzVzAo7YZiA401crxGA/edit?usp=sharing', sheet = "puntaje-prueba1") + +names(prueba1) +prueba1 <- prueba1 %>% rename("p1a"="p1-a", + "p1b"="p1-b") +prueba1 <- prueba1 %>% dplyr::select(p1a:p5,nota_final) +``` + + +```{r eval=FALSE} +load("prueba1.Rdata") +``` + + +## Etiquetados +```{r} +# Label variables + +prueba1$p1a <- set_label(x = prueba1$p1a, + label = "Cálculo Pearson") +prueba1$p1b <- set_label(x = prueba1$p1b, + label = "Interpretación Pearson") +prueba1$p2 <- set_label(x = prueba1$p2, + label = "Limitación Pearson") +prueba1$p3 <- set_label(x = prueba1$p3, + label = "Coeficiente determinación") +prueba1$p4 <- set_label(x = prueba1$p4, + label = "Spearman") +prueba1$p5 <- set_label(x = prueba1$p5, + label = "Perdidos matrices") + +``` + + +## Tabla descriptiva + +```{r} +prueba1 %>% descr(., show = c("label","range", "mean", "sd", "n"))%>% kable(.,"markdown", digits=2) +``` + +## Gráficos descriptivos + +```{r} +hist(prueba1$nota_final) +plot_frq(data = prueba1$nota_final,type = "hist",show.mean = T) +``` + + +```{r} +prueba1 <- prueba1 %>% mutate(notas_cat=cut(nota_final, breaks=c(-Inf,4,5,6, Inf), labels=c("Menor a 4.0","4.0-5.0","5.0-6.0","6.0-7.0"))) + +frq(prueba1$notas_cat) + +prueba1 <- prueba1 %>% dplyr::select(-notas_cat) +``` + +## Preguntas y asociaciones + +```{r} +tab_corr(prueba1, + triangle = "lower") +``` + + +```{r} +plot_scatter(prueba1, p1a, p1b) +``` + + +**Consistencia interna** + +```{r} +pacman::p_load(ltm) + +preguntas <- prueba1 %>% dplyr::select(-nota_final) +cronbach.alpha(na.omit(preguntas)) +``` + +# Prueba 2 + +## Datos + +```{r echo=FALSE, results=FALSE} +#Read google sheets data into R +prueba2 <- read_sheet('https://docs.google.com/spreadsheets/d/1lnZ7ojc3jxAMTFwC5Y_Wble08YaONTNTaPdz7KnDOXI/edit#gid=1600039458', sheet = "puntaje-prueba2") + +names(prueba2) +prueba2 <- prueba2 %>% rename("p1a"="p1-a", + "p1b"="p1-b", + "p1c"="p1-c", + "p2a"="p2-a", + "p2b"="p2-b", + "p2c"="p2-c") + +prueba2 <- prueba2 %>% dplyr::select(forma,p1a:p2c,nota_final) +``` + + +```{r eval=FALSE} +load("prueba2.Rdata") +``` + + +## Adecuación preguntas + +La prueba tiene dos formas: A y B, la única diferencia es en el orden de las preguntas, la forma A parte por la pregunta sobre identificación con la izquierda, mientras que en la forma B la primera pregunta es la de CASEN. Para poder realizar un correcto análisis de las preguntas vamos a adaptar la forma B a la A. + +```{r} +frq(prueba2$forma) + +A <- subset(prueba2, subset = prueba2$forma=="A") +B <- subset(prueba2, subset = prueba2$forma=="B") +dim(A) +dim(B) + +descr(B, show = "mean") + +B <- B %>% rename("p1a"="p2a", + "p1b"="p2b", + "p1c"="p2c", + "p2a"="p1a", + "p2b"="p1b", + "p2c"="p1c") + +descr(B, show = "mean") +prueba2 <- rbind(A,B) + +``` + + + +## Etiquetados +```{r} +# Label variables + +prueba2$p1a <- set_label(x = prueba2$p1a, + label = "H1 promedio direccional") +prueba2$p1b <- set_label(x = prueba2$p1b, + label = "Prueba promedios") +prueba2$p1c <- set_label(x = prueba2$p1c, + label = "Rechazo H0") +prueba2$p2a <- set_label(x = prueba2$p2a, + label = "H1 proporcion no direccional") +prueba2$p2b <- set_label(x = prueba2$p2b, + label = "Error tipo 1") +prueba2$p2c <- set_label(x = prueba2$p2c, + label = "Intervalo confianza") + +``` + + +## Tabla descriptiva + +```{r} +prueba2 %>% descr(., show = c("label","range", "mean", "sd", "n"))%>% kable(.,"markdown", digits=2) +``` + +## Gráficos descriptivos + +```{r} +hist(prueba2$nota_final) +plot_frq(data = prueba2$nota_final,type = "hist",show.mean = T) +``` + + +```{r} +prueba2 <- prueba2 %>% mutate(notas_cat=cut(nota_final, breaks=c(-Inf,4,5,6, Inf), labels=c("Menor a 4.0","4.0-5.0","5.0-6.0","6.0-7.0"))) + +frq(prueba2$notas_cat) + +prueba2 <- prueba2 %>% dplyr::select(-notas_cat) +``` + +## Preguntas y asociaciones + +```{r} +prueba2 <- prueba2 %>% dplyr::select(-forma) +tab_corr(prueba2, + triangle = "lower") +``` + + +**Consistencia interna** + +```{r} +pacman::p_load(ltm) + +preguntas <- prueba2 %>% dplyr::select(-nota_final) +cronbach.alpha(na.omit(preguntas)) +``` + + +# Pruebas 1 & 2 + +```{r} + +# rescatar ID secuencial + +prueba1 <- read_sheet('https://docs.google.com/spreadsheets/d/1ahL6yZpDRUmFFnilWHqMKchNqzVzAo7YZiA401crxGA/edit?usp=sharing', sheet = "Prueba 1 2023-10-10") + +prueba2 <- read_sheet('https://docs.google.com/spreadsheets/d/1lnZ7ojc3jxAMTFwC5Y_Wble08YaONTNTaPdz7KnDOXI/edit#gid=1600039458', sheet ="Prueba 2 2023-11-19") + +prueba1 <- prueba1 %>% dplyr::select(RUT,Nota) %>% rename("Nota_p1"="Nota") +prueba2 <- prueba2 %>% dplyr::select(RUT,Nota) %>% rename("Nota_p2"="Nota") + +pruebas <- merge(prueba1, prueba2, by = 'RUT') + +plot_scatter(pruebas, Nota_p1, Nota_p2) +pruebas_c <-na.omit(pruebas) +cor(pruebas_c$Nota_p1, pruebas_c$Nota_p2) +``` + diff --git a/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-10-1.png b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-10-1.png new file mode 100644 index 00000000..ba8f022d Binary files /dev/null and b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-10-1.png differ diff --git a/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-16-1.png b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-16-1.png new file mode 100644 index 00000000..afd8944b Binary files /dev/null and b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-16-1.png differ diff --git a/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-16-2.png b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-16-2.png new file mode 100644 index 00000000..3311650d Binary files /dev/null and b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-16-2.png differ diff --git a/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-19-1.png b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-19-1.png new file mode 100644 index 00000000..201de388 Binary files /dev/null and b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-19-1.png differ diff --git a/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-20-1.png b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-20-1.png new file mode 100644 index 00000000..6147dd62 Binary files /dev/null and b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-20-1.png differ diff --git a/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-3-1.png b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 00000000..29e31459 Binary files /dev/null and b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-3-2.png b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-3-2.png new file mode 100644 index 00000000..da533d1e Binary files /dev/null and b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-3-2.png differ diff --git a/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-6-1.png b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-6-1.png new file mode 100644 index 00000000..46aaa6fd Binary files /dev/null and b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-6-1.png differ diff --git a/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-6-2.png b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-6-2.png new file mode 100644 index 00000000..05e4caa5 Binary files /dev/null and b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-6-2.png differ diff --git a/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-9-1.png b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..027d4edd Binary files /dev/null and b/docs/files/reporte_notas/reporte_notas_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/docs/files/reproducibility.jpg b/docs/files/reproducibility.jpg new file mode 100644 index 00000000..5a238fe3 Binary files /dev/null and b/docs/files/reproducibility.jpg differ diff --git a/docs/files/resul-m.png b/docs/files/resul-m.png new file mode 100644 index 00000000..ecaae125 Binary files /dev/null and b/docs/files/resul-m.png differ diff --git a/docs/files/rm-jc.gif b/docs/files/rm-jc.gif new file mode 100644 index 00000000..180cc8dc Binary files /dev/null and b/docs/files/rm-jc.gif differ diff --git a/docs/files/rm-logo.png b/docs/files/rm-logo.png new file mode 100644 index 00000000..3b792e04 Binary files /dev/null and b/docs/files/rm-logo.png differ diff --git a/docs/files/scatterplot6.png b/docs/files/scatterplot6.png new file mode 100644 index 00000000..baf3b0fe Binary files /dev/null and b/docs/files/scatterplot6.png differ diff --git a/docs/files/schedule.ics b/docs/files/schedule.ics new file mode 100644 index 00000000..d02f51e4 --- /dev/null +++ b/docs/files/schedule.ics @@ -0,0 +1,358 @@ +BEGIN:VCALENDAR +PRODID:ATFutures/calendar +VERSION:2.0 +CALSCALE:GREGORIAN +METHOD:PUBLISH +BEGIN:VEVENT +UID:ical-b3c3807e-2c30-4e80-b7e0-0042b9fd82e7 +DTSTART;VALUE=DATE:20230111 +DTEND;VALUE=DATE:20230112 +SUMMARY:PMAP 8521: (Session 1) Evaluation and the causal revolution +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/01-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-9d800bf1-d251-42e9-926e-6b894833667b +DTSTART;VALUE=DATE:20230118 +DTEND;VALUE=DATE:20230119 +SUMMARY:PMAP 8521: Weekly check-in 1 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-4612ecf7-cd10-453d-b877-49ce8939e5ac +DTSTART;VALUE=DATE:20230118 +DTEND;VALUE=DATE:20230119 +SUMMARY:PMAP 8521: Problem set 1 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/01-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-757f0ff1-d229-4a3f-9208-6d0c30f6ba63 +DTSTART;VALUE=DATE:20230118 +DTEND;VALUE=DATE:20230119 +SUMMARY:PMAP 8521: (Session 2) Regression and inference +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/02-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-46fb07e2-531b-4ccd-b3d0-2eeb7f70313c +DTSTART;VALUE=DATE:20230118 +DTEND;VALUE=DATE:20230119 +SUMMARY:PMAP 8521: Weekly check-in 2 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-7104f949-8f30-40ec-8bba-484934ef83b5 +DTSTART;VALUE=DATE:20230201 +DTEND;VALUE=DATE:20230202 +SUMMARY:PMAP 8521: Problem set 2 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/02-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-ca454b77-a7b7-4110-99a7-b295d4269c7a +DTSTART;VALUE=DATE:20230125 +DTEND;VALUE=DATE:20230126 +SUMMARY:PMAP 8521: (Session 3) Theories of change and logic models +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/03-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-c4ea9e2d-5dff-4f03-a994-3f4f2cbea56f +DTSTART;VALUE=DATE:20230125 +DTEND;VALUE=DATE:20230126 +SUMMARY:PMAP 8521: Weekly check-in 3 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-308f1607-84ca-48a6-9035-2547a9e15898 +DTSTART;VALUE=DATE:20230201 +DTEND;VALUE=DATE:20230202 +SUMMARY:PMAP 8521: Evaluation: Background and theory +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/01-eval-background-theory.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-f7fbfadb-0a2b-4a2e-8558-91e3c492d6c0 +DTSTART;VALUE=DATE:20230201 +DTEND;VALUE=DATE:20230202 +SUMMARY:PMAP 8521: (Session 4) Measurement and DAGs +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/04-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-3ab3c996-1738-49ae-9bfb-bc8a22917f41 +DTSTART;VALUE=DATE:20230201 +DTEND;VALUE=DATE:20230202 +SUMMARY:PMAP 8521: Weekly check-in 4 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-f8ad53fd-3810-4cbd-b407-ae2e0420ec2c +DTSTART;VALUE=DATE:20230208 +DTEND;VALUE=DATE:20230209 +SUMMARY:PMAP 8521: Evaluation: Measurement +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/02-eval-measurement.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-4292cc16-a9b9-4b5f-b9ca-8d58df67d09a +DTSTART;VALUE=DATE:20230208 +DTEND;VALUE=DATE:20230209 +SUMMARY:PMAP 8521: (Session 5) DAGs and potential outcomes +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/05-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-9ef6a241-2835-4010-b7de-eb89c2e57ab7 +DTSTART;VALUE=DATE:20230208 +DTEND;VALUE=DATE:20230209 +SUMMARY:PMAP 8521: Weekly check-in 5 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-63c40e62-bf80-4435-aab2-8a1a034572d4 +DTSTART;VALUE=DATE:20230215 +DTEND;VALUE=DATE:20230216 +SUMMARY:PMAP 8521: Evaluation: Causal model +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/03-eval-dag.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-676749d9-122a-4a0b-89eb-228974d39549 +DTSTART;VALUE=DATE:20230215 +DTEND;VALUE=DATE:20230216 +SUMMARY:PMAP 8521: (Session 6) Threats to validity +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/06-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-b9a021f6-65e1-4662-8672-d61bdf262c5d +DTSTART;VALUE=DATE:20230215 +DTEND;VALUE=DATE:20230216 +SUMMARY:PMAP 8521: Weekly check-in 6 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-76f5740f-3da5-4387-a078-fa58b0380396 +DTSTART;VALUE=DATE:20230222 +DTEND;VALUE=DATE:20230223 +SUMMARY:PMAP 8521: Evaluation: Threats to validity +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/04-eval-threats.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-9aeae366-313c-4d09-9117-42c3ea187374 +DTSTART;VALUE=DATE:20230222 +DTEND;VALUE=DATE:20230302 +SUMMARY:PMAP 8521: Exam 1 +DESCRIPTION: +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-e860bab1-7822-4c90-b99f-2c1dda7049c6 +DTSTART;VALUE=DATE:20230222 +DTEND;VALUE=DATE:20230223 +SUMMARY:PMAP 8521: (Session 7) Randomization and matching +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/07-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-c4d35b56-6b61-4be4-a823-edcf20a7d690 +DTSTART;VALUE=DATE:20230222 +DTEND;VALUE=DATE:20230223 +SUMMARY:PMAP 8521: Weekly check-in 7 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-6c8566b6-e60e-47e0-9d6d-2bc501b1e4f9 +DTSTART;VALUE=DATE:20230301 +DTEND;VALUE=DATE:20230302 +SUMMARY:PMAP 8521: Problem set 3 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/03-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-173e5b51-f991-4bbe-929c-123572fb239f +DTSTART;VALUE=DATE:20230301 +DTEND;VALUE=DATE:20230302 +SUMMARY:PMAP 8521: (Session 8) Difference-in-differences I +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/08-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-c0a902b3-3e00-4fd4-83d4-76a14bf085ba +DTSTART;VALUE=DATE:20230301 +DTEND;VALUE=DATE:20230302 +SUMMARY:PMAP 8521: Weekly check-in 8 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-db60d0e4-1612-442a-99d4-f8138b2008c0 +DTSTART;VALUE=DATE:20230308 +DTEND;VALUE=DATE:20230309 +SUMMARY:PMAP 8521: Problem set 4 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/04-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-40053a1a-266c-4bf4-b6a9-69b7c95faf3c +DTSTART;VALUE=DATE:20230308 +DTEND;VALUE=DATE:20230309 +SUMMARY:PMAP 8521: (Session 9) Difference-in-differences II +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/09-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-bd5f16e4-3ba7-4896-842b-84b1ed8dbc20 +DTSTART;VALUE=DATE:20230308 +DTEND;VALUE=DATE:20230309 +SUMMARY:PMAP 8521: Weekly check-in 9 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-9a9e382e-0a5e-4651-a838-f9ca042532a9 +DTSTART;VALUE=DATE:20230322 +DTEND;VALUE=DATE:20230323 +SUMMARY:PMAP 8521: Problem set 5 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/05-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-1b101720-2c4d-400f-a66b-1e621b91b7af +DTSTART;VALUE=DATE:20230322 +DTEND;VALUE=DATE:20230323 +SUMMARY:PMAP 8521: (Session 10) Regression discontinuity I +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/10-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-d6c118dd-9e85-48fa-bcf3-3a94a75973e5 +DTSTART;VALUE=DATE:20230322 +DTEND;VALUE=DATE:20230323 +SUMMARY:PMAP 8521: Weekly check-in 10 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-632209fd-14c7-49d8-8c22-23c52ad5dd95 +DTSTART;VALUE=DATE:20230329 +DTEND;VALUE=DATE:20230330 +SUMMARY:PMAP 8521: Problem set 6 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/06-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-ad8c68c7-f8b5-4a68-a78d-0432720d6a60 +DTSTART;VALUE=DATE:20230329 +DTEND;VALUE=DATE:20230330 +SUMMARY:PMAP 8521: (Session 11) Instrumental variables I +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/11-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-568ea08c-c07b-4830-8c5a-adbedd7c95cd +DTSTART;VALUE=DATE:20230329 +DTEND;VALUE=DATE:20230330 +SUMMARY:PMAP 8521: Weekly check-in 11 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-e645bd87-c6ab-45f3-a600-bab9d734ed51 +DTSTART;VALUE=DATE:20230405 +DTEND;VALUE=DATE:20230406 +SUMMARY:PMAP 8521: Problem set 7 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/07-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-dd62ed8a-80c8-4685-b7e9-509730565b35 +DTSTART;VALUE=DATE:20230405 +DTEND;VALUE=DATE:20230406 +SUMMARY:PMAP 8521: (Session 12) Instrumental variables II + Regression discontinuity II +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/12-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-ce3ec323-41ad-43d2-8d30-0ea34787180e +DTSTART;VALUE=DATE:20230405 +DTEND;VALUE=DATE:20230406 +SUMMARY:PMAP 8521: Weekly check-in 12 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-84e8d616-9e18-4e65-93b9-3e63c00c3393 +DTSTART;VALUE=DATE:20230412 +DTEND;VALUE=DATE:20230413 +SUMMARY:PMAP 8521: Problem set 8 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/08-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-888aaac4-3c27-4de4-984a-89ebbdc9fc42 +DTSTART;VALUE=DATE:20230412 +DTEND;VALUE=DATE:20230420 +SUMMARY:PMAP 8521: Exam 2 +DESCRIPTION: +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-4418345a-0b28-4455-a262-881ca601fe09 +DTSTART;VALUE=DATE:20230412 +DTEND;VALUE=DATE:20230413 +SUMMARY:PMAP 8521: (Session 13) Choosing and planning ethical evaluations +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/13-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-8966f0a0-dd91-49c5-aada-0fbbdc1f2119 +DTSTART;VALUE=DATE:20230412 +DTEND;VALUE=DATE:20230413 +SUMMARY:PMAP 8521: Weekly check-in 13 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-000c9d8e-8f55-4f04-87c4-e4b9764026b8 +DTSTART;VALUE=DATE:20230419 +DTEND;VALUE=DATE:20230420 +SUMMARY:PMAP 8521: Problem set 9 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/09-problem-set.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-2d9db45e-aa0f-4a5b-86fc-2393dc11e8bc +DTSTART;VALUE=DATE:20230419 +DTEND;VALUE=DATE:20230420 +SUMMARY:PMAP 8521: (Session 14) Ethics, stories, and curiosity +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/content/14-content.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-6ba0eb52-9d70-483e-820b-01a9f52403be +DTSTART;VALUE=DATE:20230419 +DTEND;VALUE=DATE:20230420 +SUMMARY:PMAP 8521: Weekly check-in 14 +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html +DTSTAMP:20230119T214517Z +END:VEVENT +BEGIN:VEVENT +UID:ical-a002a8b7-0997-4de7-859d-c3cb46cce21a +DTSTART;VALUE=DATE:20230430 +DTEND;VALUE=DATE:20230501 +SUMMARY:PMAP 8521: Final project due +DESCRIPTION:https://evalsp23.classes.andrewheiss.com/assignment/final-project.html +DTSTAMP:20230119T214517Z +END:VEVENT +END:VCALENDAR diff --git a/docs/files/schemes.odp b/docs/files/schemes.odp new file mode 100644 index 00000000..c9cf4bda Binary files /dev/null and b/docs/files/schemes.odp differ diff --git a/docs/files/social-image-sp23.png b/docs/files/social-image-sp23.png new file mode 100644 index 00000000..d17f5628 Binary files /dev/null and b/docs/files/social-image-sp23.png differ diff --git a/docs/files/stop.gif b/docs/files/stop.gif new file mode 100644 index 00000000..de3aeaa4 Binary files /dev/null and b/docs/files/stop.gif differ diff --git a/docs/files/textos/Elorza.pdf b/docs/files/textos/Elorza.pdf new file mode 100644 index 00000000..2a65f8ee Binary files /dev/null and b/docs/files/textos/Elorza.pdf differ diff --git a/docs/files/textos/Field-correlation.pdf b/docs/files/textos/Field-correlation.pdf new file mode 100644 index 00000000..03be59e8 Binary files /dev/null and b/docs/files/textos/Field-correlation.pdf differ diff --git a/docs/files/textos/Moore.pdf b/docs/files/textos/Moore.pdf new file mode 100644 index 00000000..2387c9a8 Binary files /dev/null and b/docs/files/textos/Moore.pdf differ diff --git a/docs/files/textos/Pardo.pdf b/docs/files/textos/Pardo.pdf new file mode 100644 index 00000000..2501e19f Binary files /dev/null and b/docs/files/textos/Pardo.pdf differ diff --git a/docs/files/textos/Piovani2008.pdf b/docs/files/textos/Piovani2008.pdf new file mode 100644 index 00000000..bbc78b56 Binary files /dev/null and b/docs/files/textos/Piovani2008.pdf differ diff --git a/docs/files/textos/Ritchey.pdf b/docs/files/textos/Ritchey.pdf new file mode 100644 index 00000000..01798171 Binary files /dev/null and b/docs/files/textos/Ritchey.pdf differ diff --git a/docs/files/word.png b/docs/files/word.png new file mode 100644 index 00000000..a31a9a86 Binary files /dev/null and b/docs/files/word.png differ diff --git a/docs/files/yaml_informe.png b/docs/files/yaml_informe.png new file mode 100644 index 00000000..d3129044 Binary files /dev/null and b/docs/files/yaml_informe.png differ diff --git a/docs/images/paste-1.png b/docs/images/paste-1.png new file mode 100644 index 00000000..d061b289 Binary files /dev/null and b/docs/images/paste-1.png differ diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 00000000..bd159f3e --- /dev/null +++ b/docs/index.html @@ -0,0 +1,853 @@ + + + + + + + + + + +Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + + + + + + + + \ No newline at end of file diff --git a/docs/listings.json b/docs/listings.json new file mode 100644 index 00000000..174e2a23 --- /dev/null +++ b/docs/listings.json @@ -0,0 +1,20 @@ +[ + { + "listing": "/news/index.html", + "items": [ + "/news/2024-08-28_asignacion_ayudantes1.html", + "/news/2024-08-23_primera-practica.html", + "/news/2024-08-19_cambio-practico.html", + "/news/2024-08-19_inicio.html" + ] + }, + { + "listing": "/index.html", + "items": [ + "/news/2024-08-28_asignacion_ayudantes1.html", + "/news/2024-08-23_primera-practica.html", + "/news/2024-08-19_cambio-practico.html", + "/news/2024-08-19_inicio.html" + ] + } +] \ No newline at end of file diff --git a/docs/news/2024-08-19_cambio-practico.html b/docs/news/2024-08-19_cambio-practico.html new file mode 100644 index 00000000..7d0c9d24 --- /dev/null +++ b/docs/news/2024-08-19_cambio-practico.html @@ -0,0 +1,608 @@ + + + + + + + + + + +Estadística Correlacional - Prácticos parten próxima semana (Martes 27) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    + + + + +
    + + + +
    +
    +

    Prácticos parten próxima semana (Martes 27)

    +
    +
    info
    +
    +
    + + + +
    + + +
    +
    Posted
    +
    +

    lunes agosto 19, 2024 at 12:00 AM

    +
    +
    + + +
    + + + +
    + + +

    Inicialmente en el programa estaba contemplado que esta semana el martes 20 comenzaba la primera sesión de prácticos, para lo cual debían traer sus computadores. Esto se modifica, el práctico es el próximo martes 27.

    + + + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/news/2024-08-19_inicio.html b/docs/news/2024-08-19_inicio.html new file mode 100644 index 00000000..e10bacf4 --- /dev/null +++ b/docs/news/2024-08-19_inicio.html @@ -0,0 +1,611 @@ + + + + + + + + + + +Estadística Correlacional - Informaciones por acá + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    + + + + +
    + + + +
    +
    +

    Informaciones por acá

    +
    +
    info
    +
    +
    + + + +
    + + +
    +
    Posted
    +
    +

    Monday August 19, 2024 at 12:00 AM

    +
    +
    + + +
    + + + +
    + + +

    Estimad_s estudiantes, acá en esta pestaña quedará registro de las informaciones y actualizaciones del curso. De todas maneras se enviará link por correo a UCursos cuando haya noticias relevantes.

    +
      +
    • +
    + + + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/news/2024-08-23_primera-practica.html b/docs/news/2024-08-23_primera-practica.html new file mode 100644 index 00000000..780ed481 --- /dev/null +++ b/docs/news/2024-08-23_primera-practica.html @@ -0,0 +1,614 @@ + + + + + + + + + + +Estadística Correlacional - Sesión práctica martes 27 de agosto + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    + + + + +
    + + + +
    +
    +

    Sesión práctica martes 27 de agosto

    +
    +
    info
    +
    mail-UCursos
    +
    +
    + + + +
    + + +
    +
    Posted
    +
    +

    viernes agosto 23, 2024 at 12:00 AM

    +
    +
    + + +
    + + + +
    + + +

    Algunas informaciones importantes:

    +

    -El próximo martes 27 de agosto tendremos nuestra primera sesión práctica del curso.

    +

    -En esta instancia contaremos con el equipo docente completo y ayudantes.

    +

    -Aquellas personas que, por diversos motivos, no puedan contar con un computador personal para las sesiones del curso, les pedimos encarecidamente que rellenen este formulario: https://forms.gle/iGVJjAWRGYh9GGpZ8 Esta información nos permitirá ir organizando el uso de computadores de la sala de computación.

    +

    -Nos dividiremos en dos grupos: una parte del curso en las salas C7 y C8 del aulario C (idealmente quienes dispongan de computador) y otra parte en la sala 345 de computación del edificio nuevo de Facso (para quienes no puedan contar con un computador).

    +

    -Dentro de la próxima semana les enviaremos un correo respecto a la asignación de ayudantes para el asesoramiento en las unidades 1 y 2 del curso.

    + + + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/news/2024-08-28_asignacion_ayudantes1.html b/docs/news/2024-08-28_asignacion_ayudantes1.html new file mode 100644 index 00000000..db04a19b --- /dev/null +++ b/docs/news/2024-08-28_asignacion_ayudantes1.html @@ -0,0 +1,990 @@ + + + + + + + + + + +Estadística Correlacional - Asignación asesorías ayudantes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    + + + + +
    + + + +
    +
    +

    Asignación asesorías ayudantes

    +
    +
    info
    +
    mail-UCursos
    +
    +
    + + + +
    + + +
    +
    Posted
    +
    +

    viernes agosto 30, 2024 at 12:00 AM

    +
    +
    + + +
    + + + +
    + + +

    Durante las dos primeras unidades del curso l_s estudiantes están asignados a un/a ayudante para consultas y/o apoyo con los contenidos del curso. Sus ayudantes se contactarán con uds. para indicarles la forma y momentos de asesoría, también pueden ser contactados directamente mediante el correo de UCursos.

    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    AyudanteEstudiante
    Antonia Jiménez F.Alarcón Riveros, Milen Valentina
    Arriagada Rodríguez, Javiera Ignacia
    Celpa Bugueño, Álvaro Giovanni
    Díaz Devia, Eduardo Ignacio
    Hernández Osses, Antonia Margarita
    Huerta Carrasco, Rodrigo Javier
    Kovacevic Ardiles, Ruby Mladenka
    Navarro Sánchez, Camila Alexandra
    Padilla Maureira, Belén Monserrat
    Zanca Garrido, Andrés Ignacio
    Cristóbal Mejías G.Antil Contreras, Ana Paula
    Beroíza Aguilar, Benjamín Daniel David
    Fuentes Fernández, Víctor Javier
    Olmos Jara, Vicente Martín
    Raccagni Mancilla, Matilda Isidora
    Rendic Gomez, Andres Nicolas
    Vásquez Campos, Fernanda María José
    Vega Villanueva, Martina Alejandra
    Fernanda Zúñiga M.Álvarez Cárdenas, Javiera Ignacia
    Castro Rojas, Joel Wilson
    Duclos González, Gaspar
    Faúndez Ramírez, Jennifer Paola
    González Núñez, Bastián Antonio
    Guzmán Reyes, Pablo Antonio
    Montecinos Quintanilla, Valentina Antonia
    Santos Chavarría, Catalina Paz
    Ismael AguayoBustos Pérez, Benjamín Alfredo
    Castillo Rojas, Anahi Constanza
    Chateau Vives, Manuela
    Maldonado Acevedo, Agustín Eduardo
    Morales Verdugo, Javiera Catalina
    Rivera Valenzuela, Luis Felipe
    Salas Aguilar, Maximiliano Alonso
    Thumala Raposo, Daniel
    Tsukame Díaz, Amalia Victoria
    Javiera GonzálezBuzio Aranda, Martina Javiera
    Cantillana Olave, Muriel Noelia
    Ferrel Higuera, Benjamin Tomas Alexandre
    Figueroa Tengner, Nino
    Mancilla Chaparro, Benjamín Patricio
    Mansilla Fuentes, Violeta Del Rosario
    Outerbridge Ortega, Nicolás Eduardo
    Rojas Murúa, Vicente Ignacio de Jesús
    Rojas Santander, Matías Nicolás
    Villatoro Cepeda, Martina Alejandra
    Jesús Díaz M.Arias Acuña, Antonio Domingo
    Consuegra Erazo, Lucas Andrés
    Jiménez Miranda, Constanza María
    Jiménez Morales, Rosita Monserrat
    Jullian Corral, Maite Ayelen
    Muñoz Caniuqueo, Ignacio Benjamín
    Osorio Huerta, Francisca Andrea
    Plaza Spate, Cristóbal Ignacio
    Venegas Moya, Alonso Elessar
    Luis RiosBalmaceda Yankovic, Bianca
    Caballero Salazar, Amador
    Canales Llanquitrú, Carla Jacqueline
    Gaete Morgado, Paulina Andrea
    Gatica Pailacura, Carolina Paz
    Martin Gerdes, Bastián Javier
    Mena Rojas, Martín Elías
    Valencia Almendras, Isidora Paz
    Vásquez Olivares, Catalina Ignacia
    María Fernanda Núñez G.Calderón Guajardo, Elisa Amanda
    Flores Fuentes, Matías Gabriel
    Gallo Novoa, Emilia Antonia
    Lagos Zúñiga, Martina Jacinta
    Latorre González, Camila Ignacia
    Poblete Duarte, José Patricio
    Roa Neira, Carla Denisse
    Silva Díaz, Catalina Rosario
    Vargas Olivares, Andrés Ignacio
    Sophia Karoussis P.Bascuñán Soto, Marta del Carmen
    Berríos Puentes, Rocío Belén
    Ferran Villagra, Catalina Sofía
    Guerrero Tapia, Daniela Sofía
    Palma Valladares, Elisa Victoria
    Peña Gaete, Micaela Fabiana
    Robledo Dávila, Martina Elisa
    Suárez Urbina, Rocío Belén
    Vega Gandolfo, Felipe Ignacio
    Victoria Arias O.Canales Calderón, Fernanda Paz
    Carrasco Gomberoff, Benjamín Eitan
    Ibarra Domínguez, Asunción Rebeca
    Isla Hernández, Paz Magdalena
    Núñez Pérez, Joaquín Emilio
    Reyes Aqueveque, Valeria Patricia
    Rivera Sepúlveda, Sofía Belén
    Santa Cruz Claro, Amalia Magdalena
    Soto Ortega, Martina Paz
    + + +
    +
    +
    +

    Por dudas, comentarios o cambios respecto a esta asignación escribir a Andreas Laffert (Apoyo Docente) por UCursos.

    + + + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/news/index.html b/docs/news/index.html new file mode 100644 index 00000000..893a7ea6 --- /dev/null +++ b/docs/news/index.html @@ -0,0 +1,784 @@ + + + + + + + + + + +Informaciones – Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + + + + + + + + \ No newline at end of file diff --git a/docs/news/index.xml b/docs/news/index.xml new file mode 100644 index 00000000..f6904cc8 --- /dev/null +++ b/docs/news/index.xml @@ -0,0 +1,482 @@ + + + +Noticias y mensajes importantes Estadística Correlacional +https://correlacional.netlify.app/news/ + + +quarto-1.5.55 +Thu, 29 Aug 2024 04:00:00 GMT + + Asignación asesorías ayudantes + https://correlacional.netlify.app/news/2024-08-28_asignacion_ayudantes1.html + ← News + + + + +

    Durante las dos primeras unidades del curso l_s estudiantes están asignados a un/a ayudante para consultas y/o apoyo con los contenidos del curso. Sus ayudantes se contactarán con uds. para indicarles la forma y momentos de asesoría, también pueden ser contactados directamente mediante el correo de UCursos.

    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    AyudanteEstudiante
    Antonia Jiménez F.Alarcón Riveros, Milen Valentina
    Arriagada Rodríguez, Javiera Ignacia
    Celpa Bugueño, Álvaro Giovanni
    Díaz Devia, Eduardo Ignacio
    Hernández Osses, Antonia Margarita
    Huerta Carrasco, Rodrigo Javier
    Kovacevic Ardiles, Ruby Mladenka
    Navarro Sánchez, Camila Alexandra
    Padilla Maureira, Belén Monserrat
    Zanca Garrido, Andrés Ignacio
    Cristóbal Mejías G.Antil Contreras, Ana Paula
    Beroíza Aguilar, Benjamín Daniel David
    Fuentes Fernández, Víctor Javier
    Olmos Jara, Vicente Martín
    Raccagni Mancilla, Matilda Isidora
    Rendic Gomez, Andres Nicolas
    Vásquez Campos, Fernanda María José
    Vega Villanueva, Martina Alejandra
    Fernanda Zúñiga M.Álvarez Cárdenas, Javiera Ignacia
    Castro Rojas, Joel Wilson
    Duclos González, Gaspar
    Faúndez Ramírez, Jennifer Paola
    González Núñez, Bastián Antonio
    Guzmán Reyes, Pablo Antonio
    Montecinos Quintanilla, Valentina Antonia
    Santos Chavarría, Catalina Paz
    Ismael AguayoBustos Pérez, Benjamín Alfredo
    Castillo Rojas, Anahi Constanza
    Chateau Vives, Manuela
    Maldonado Acevedo, Agustín Eduardo
    Morales Verdugo, Javiera Catalina
    Rivera Valenzuela, Luis Felipe
    Salas Aguilar, Maximiliano Alonso
    Thumala Raposo, Daniel
    Tsukame Díaz, Amalia Victoria
    Javiera GonzálezBuzio Aranda, Martina Javiera
    Cantillana Olave, Muriel Noelia
    Ferrel Higuera, Benjamin Tomas Alexandre
    Figueroa Tengner, Nino
    Mancilla Chaparro, Benjamín Patricio
    Mansilla Fuentes, Violeta Del Rosario
    Outerbridge Ortega, Nicolás Eduardo
    Rojas Murúa, Vicente Ignacio de Jesús
    Rojas Santander, Matías Nicolás
    Villatoro Cepeda, Martina Alejandra
    Jesús Díaz M.Arias Acuña, Antonio Domingo
    Consuegra Erazo, Lucas Andrés
    Jiménez Miranda, Constanza María
    Jiménez Morales, Rosita Monserrat
    Jullian Corral, Maite Ayelen
    Muñoz Caniuqueo, Ignacio Benjamín
    Osorio Huerta, Francisca Andrea
    Plaza Spate, Cristóbal Ignacio
    Venegas Moya, Alonso Elessar
    Luis RiosBalmaceda Yankovic, Bianca
    Caballero Salazar, Amador
    Canales Llanquitrú, Carla Jacqueline
    Gaete Morgado, Paulina Andrea
    Gatica Pailacura, Carolina Paz
    Martin Gerdes, Bastián Javier
    Mena Rojas, Martín Elías
    Valencia Almendras, Isidora Paz
    Vásquez Olivares, Catalina Ignacia
    María Fernanda Núñez G.Calderón Guajardo, Elisa Amanda
    Flores Fuentes, Matías Gabriel
    Gallo Novoa, Emilia Antonia
    Lagos Zúñiga, Martina Jacinta
    Latorre González, Camila Ignacia
    Poblete Duarte, José Patricio
    Roa Neira, Carla Denisse
    Silva Díaz, Catalina Rosario
    Vargas Olivares, Andrés Ignacio
    Sophia Karoussis P.Bascuñán Soto, Marta del Carmen
    Berríos Puentes, Rocío Belén
    Ferran Villagra, Catalina Sofía
    Guerrero Tapia, Daniela Sofía
    Palma Valladares, Elisa Victoria
    Peña Gaete, Micaela Fabiana
    Robledo Dávila, Martina Elisa
    Suárez Urbina, Rocío Belén
    Vega Gandolfo, Felipe Ignacio
    Victoria Arias O.Canales Calderón, Fernanda Paz
    Carrasco Gomberoff, Benjamín Eitan
    Ibarra Domínguez, Asunción Rebeca
    Isla Hernández, Paz Magdalena
    Núñez Pérez, Joaquín Emilio
    Reyes Aqueveque, Valeria Patricia
    Rivera Sepúlveda, Sofía Belén
    Santa Cruz Claro, Amalia Magdalena
    Soto Ortega, Martina Paz
    + + +
    +
    +

    Por dudas, comentarios o cambios respecto a esta asignación escribir a Andreas Laffert (Apoyo Docente) por UCursos.

    + + + + ]]>
    + info + mail-UCursos + https://correlacional.netlify.app/news/2024-08-28_asignacion_ayudantes1.html + Thu, 29 Aug 2024 04:00:00 GMT + +
    + + Sesión práctica martes 27 de agosto + https://correlacional.netlify.app/news/2024-08-23_primera-practica.html + ← News + + + + +

    Algunas informaciones importantes:

    +

    -El próximo martes 27 de agosto tendremos nuestra primera sesión práctica del curso.

    +

    -En esta instancia contaremos con el equipo docente completo y ayudantes.

    +

    -Aquellas personas que, por diversos motivos, no puedan contar con un computador personal para las sesiones del curso, les pedimos encarecidamente que rellenen este formulario: https://forms.gle/iGVJjAWRGYh9GGpZ8 Esta información nos permitirá ir organizando el uso de computadores de la sala de computación.

    +

    -Nos dividiremos en dos grupos: una parte del curso en las salas C7 y C8 del aulario C (idealmente quienes dispongan de computador) y otra parte en la sala 345 de computación del edificio nuevo de Facso (para quienes no puedan contar con un computador).

    +

    -Dentro de la próxima semana les enviaremos un correo respecto a la asignación de ayudantes para el asesoramiento en las unidades 1 y 2 del curso.

    + + + + ]]>
    + info + mail-UCursos + https://correlacional.netlify.app/news/2024-08-23_primera-practica.html + Fri, 23 Aug 2024 04:00:00 GMT + +
    + + Prácticos parten próxima semana (Martes 27) + https://correlacional.netlify.app/news/2024-08-19_cambio-practico.html + ← News + + + + +

    Inicialmente en el programa estaba contemplado que esta semana el martes 20 comenzaba la primera sesión de prácticos, para lo cual debían traer sus computadores. Esto se modifica, el práctico es el próximo martes 27.

    + + + + ]]>
    + info + https://correlacional.netlify.app/news/2024-08-19_cambio-practico.html + Mon, 19 Aug 2024 04:00:00 GMT + +
    + + Informaciones por acá + https://correlacional.netlify.app/news/2024-08-19_inicio.html + ← News + + + + +

    Estimad_s estudiantes, acá en esta pestaña quedará registro de las informaciones y actualizaciones del curso. De todas maneras se enviará link por correo a UCursos cuando haya noticias relevantes.

    +
      +
    • +
    + + + + ]]>
    + info + https://correlacional.netlify.app/news/2024-08-19_inicio.html + Mon, 19 Aug 2024 04:00:00 GMT + +
    +
    +
    diff --git a/docs/projects/01-class/01-class.Rproj b/docs/projects/01-class/01-class.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/01-class/01-class.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/01-class/01_recreate_me.md b/docs/projects/01-class/01_recreate_me.md new file mode 100644 index 00000000..835c9354 --- /dev/null +++ b/docs/projects/01-class/01_recreate_me.md @@ -0,0 +1,33 @@ +--- +title: "Example paper from regular Markdown" +author: "Your name" +date: "Put the date here" +output: + pdf_document: default + word_document: default +bibliography: references.bib +csl: csl/chicago-author-date.csl +abstract: Here's an important abstract for this important paper. +--- + +It was the best of times, it was the worst of times, it was the age of wisdom, it was the age of foolishness, it was the epoch of belief, it was the epoch of incredulity, it was the season of Light, it was the season of Darkness, it was the spring of hope, it was the winter of despair, we had everything before us, we had nothing before us, we were all going direct to Heaven, we were all going direct the other way—in short, the period was so far like the present period, that some of its noisiest authorities insisted on its being received, for good or for evil, in the superlative degree of comparison only. + +There were a king with a large jaw and a queen with a plain face, on the throne of England; there were a king with a large jaw and a queen with a fair face, on the throne of France. In both countries it was clearer than crystal to the lords of the State preserves of loaves and fishes, that things in general were settled for ever. + +It was the year of Our Lord one thousand seven hundred and seventy-five. Spiritual revelations were conceded to England at that favoured period, as at this. Mrs. Southcott had recently attained her five-and-twentieth blessed birthday, of whom a prophetic private in the Life Guards had heralded the sublime appearance by announcing that arrangements were made for the swallowing up of London and Westminster. Even the Cock-lane ghost had been laid only a round dozen of years, after rapping out its messages, as the spirits of this very year last past (supernaturally deficient in originality) rapped out theirs. Mere messages in the earthly order of events had lately come to the English Crown and People, from a congress of British subjects in America: which, strange to relate, have proved more important to the human race than any communications yet received through any of the chickens of the Cock-lane brood. + +France, less favoured on the whole as to matters spiritual than her sister of the shield and trident, rolled with exceeding smoothness down hill, making paper money and spending it. Under the guidance of her Christian pastors, she entertained herself, besides, with such humane achievements as sentencing a youth to have his hands cut off, his tongue torn out with pincers, and his body burned alive, because he had not kneeled down in the rain to do honour to a dirty procession of monks which passed within his view, at a distance of some fifty or sixty yards. It is likely enough that, rooted in the woods of France and Norway, there were growing trees, when that sufferer was put to death, already marked by the Woodman, Fate, to come down and be sawn into boards, to make a certain movable framework with a sack and a knife in it, terrible in history. + +It is likely enough that in the rough outhouses of some tillers of the heavy lands adjacent to Paris, there were sheltered from the weather that very day: rude carts, bespattered with rustic mire, snuffed about by pigs, and roosted in by poultry, which the Farmer, Death, had already set apart to be his tumbrils of the Revolution. + +But that Woodman and that Farmer, though they work unceasingly, work silently, and no one heard them as they went about with muffled tread: the rather, forasmuch as to entertain any suspicion that they were awake, was to be atheistical and traitorous. + +In England, there was scarcely an amount of order and protection to justify much national boasting. Daring burglaries by armed men, and highway robberies, took place in the capital itself every night; families were publicly cautioned not to go out of town without removing their furniture to upholsterers’ warehouses for security; the highwayman in the dark was a City tradesman in the light, and, being recognised and challenged by his fellow-tradesman whom he stopped in his character of “the Captain,” gallantly shot him through the head and rode away; the mail was waylaid by seven robbers, and the guard shot three dead, and then got shot dead himself by the other four, “in consequence of the failure of his ammunition:” after which the mail was robbed in peace; that magnificent potentate, the Lord Mayor of London, was made to stand and deliver on Turnham Green, by one highwayman, who despoiled the illustrious creature in sight of all his retinue; prisoners in London gaols fought battles with their turnkeys, and the majesty of the law fired blunderbusses in among them, loaded with rounds of shot and ball; thieves snipped off diamond crosses from the necks of noble lords at Court drawing-rooms; musketeers went into St. Giles’s, to search for contraband goods, and the mob fired on the musketeers, and the musketeers fired on the mob, and nobody thought any of these occurrences much out of the common way. + +In the midst of them, the hangman, ever busy and ever worse than useless, was in constant requisition; now, stringing up long rows of miscellaneous criminals; now, hanging a housebreaker on Saturday who had been taken on Tuesday; now, burning people in the hand at Newgate by the dozen, and now burning pamphlets at the door of Westminster Hall; to-day, taking the life of an atrocious murderer, and to-morrow of a wretched pilferer who had robbed a farmer’s boy of sixpence. + +All these things, and a thousand like them, came to pass in and close upon the dear old year one thousand seven hundred and seventy-five. Environed by them, while the Woodman and the Farmer worked unheeded, those two of the large jaws, and those other two of the plain and the fair faces, trod with stir enough, and carried their divine rights with a high hand. Thus did the year one thousand seven hundred and seventy-five conduct their Greatnesses, and myriads of small creatures—the creatures of this chronicle among the rest—along the roads that lay before them. + +It was the Dover road that lay, on a Friday night late in November, before the first of the persons with whom this history has business. The Dover road lay, as to him, beyond the Dover mail, as it lumbered up Shooter’s Hill. He walked up hill in the mire by the side of the mail, as the rest of the passengers did; not because they had the least relish for walking exercise, under the circumstances, but because the hill, and the harness, and the mud, and the mail, were all so heavy, that the horses had three times already come to a stop, besides once drawing the coach across the road, with the mutinous intent of taking it back to Blackheath. Reins and whip and coachman and guard, however, in combination, had read that article of war which forbade a purpose otherwise strongly in favour of the argument, that some brute animals are endued with Reason; and the team had capitulated and returned to their duty. + +Two other passengers, besides the one, were plodding up the hill by the side of the mail. All three were wrapped to the cheekbones and over the ears, and wore jack-boots. Not one of the three could have said, from anything he saw, what either of the other two was like; and each was hidden under almost as many wrappers from the eyes of the mind, as from the eyes of the body, of his two companions. diff --git a/docs/projects/01-class/02_getting-started.Rmd b/docs/projects/01-class/02_getting-started.Rmd new file mode 100644 index 00000000..2cbb8f9a --- /dev/null +++ b/docs/projects/01-class/02_getting-started.Rmd @@ -0,0 +1,71 @@ +--- +title: "Getting started with R and RStudio" +output: html_document +--- + +```{r setup} +library(tidyverse) +``` + +## R Markdown + +This is an [R Markdown](http://rmarkdown.rstudio.com) file (it has a .Rmd file extension). When you execute code within the file, the results appear beneath the code. + +R code goes in **code chunks**, denoted by three backticks. Try executing this chunk by clicking the *Run* button (a small green triangle) within the chunk or by placing your cursor inside it and pressing *Ctrl+Shift+Enter* (or *Cmd+Shift+Enter* on Mac). + +```{r} +ggplot(data = mpg) + + geom_point(mapping = aes(x = cty, y = hwy), alpha = 0.2) +``` + +## Add a new code chunk + +Add a new code chunk by clicking the *Insert Chunk* button on the toolbar or by pressing *Cmd/Ctrl+Option+I*. + +Put 2 + 2 in your new code chunk and run it. + +PUT A NEW CHUNK HERE + + +## Knitting R Markdown files + +We'll use R Markdown files as notebooks as we learn because we can record text, code and output. + +R Markdown files are also a publication format. Try hitting the "Knit" button in the toolbar above. R runs all the code in the document from top to bottom, it collects the output and puts the code, text and output together in an HTML document---you should see it as `01-getting-started.html` in the Files pane. This document is a great way to record or share your work (you can also Knit to PDF or Word documents). + +## Assigning variables + +What's the difference between the code in this chunk: + +```{r} +filter(mtcars, cyl == 4) +``` + +And the code in this chunk? + +```{r} +four_cyls <- filter(mtcars, cyl == 4) +``` + +## Functions + +Look at the help page for `seq` + +Add a chunk here that uses `seq()` to create a list of numbers from 5 to 100, spaced by 5 (so 5, 10, 15, 20, etc.) + +CHUNK HERE + + +## Syntax gone wrong + +```{r, error=TRUE} +sd(pull(.data = starwars, var = mass) +``` + +```{r, error=TRUE} +my_name <- "Andrew' +``` + +```{r, error=TRUE} +pull(.data = "starwars", var = height) +``` diff --git a/docs/projects/01-class/03_penguins.Rmd b/docs/projects/01-class/03_penguins.Rmd new file mode 100644 index 00000000..bff57308 --- /dev/null +++ b/docs/projects/01-class/03_penguins.Rmd @@ -0,0 +1,196 @@ +--- +title: "Penguins" +author: "Put your name here" +date: "Put the date here" +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +```{r} +library(tidyverse) +library(scales) +library(broom) + +penguins_raw <- read_csv("data/penguins.csv") +``` + +Between 2007 and 2009, researchers collected data on penguins in three islands in the Palmer Archipelago in Antarctica: Biscoe, Dream, and Torgersen. The `penguins` dataset has data for 342 penguins from 3 different species: Chinstrap, Gentoo, and Adélie. It includes the following variables: + +- `species`: The penguin's species (Chinstrap, Gentoo, and Adélie) +- `island`: The island where the penguin lives (Biscoe, Dream, and Torgersen) +- `bill_length_mm`: The length of the penguin's bill, in millimeters (distance from the penguin's face to the tip of the bill) +- `bill_depth_mm`: The depth of the penguin's bill, in millimeters (height of the bill; distance from the bottom of the bill to the top of the bill) +- `flipper_length_mm`: The length of the penguin's flippers, in millimeters +- `body_mass_g`: The weight of the penguin, in grams +- `sex`: The sex of the penguin +- `year`: The year the observation was made + +Knowing the difference between bill length and bill depth is tricky if you're not a bird expert (I'm not!), so here's a helpful diagram: + +![Penguin bill length vs. bill depth](img/culmen_depth.png) + +# Cleaning the data + +We first need to clean the data a little. Some of the observations are missing the sex of the penguin! + +```{r} +library(naniar) + +gg_miss_var(penguins_raw) +``` + +Missing data will mess up our regression models, so we remove any rows with missing sex. That also fixes the issues we had with the other missing variables, since those rows were missing the sex. + +```{r} +penguins <- penguins_raw %>% + filter(!is.na(sex)) + +gg_miss_var(penguins) +``` + +We'll save this clean data as a CSV file so we can use it in other analysis (or other files within this analysis): + +```{r} +write_csv(penguins, file = "data/penguins_clean.csv") +``` + +# Exploratory analysis + +First we'll look for any patterns in the data. Maybe specific species are heavier or have longer wings or longer or taller bills? + +## Penguin weight by species + +```{r} +ggplot(penguins, aes(x = body_mass_g, + fill = species)) + + geom_density(alpha = 0.75) + + scale_fill_viridis_d(option = "plasma") + + labs(x = "Body mass (g)", y = "Density", fill = "Species") + + theme_minimal() +``` + +```{r} +penguin_details <- penguins %>% + group_by(species) %>% + summarize(avg_weight = mean(body_mass_g), + avg_bill_depth = mean(bill_depth_mm), + avg_flipper_length = mean(flipper_length_mm)) + +gentoo_weight <- filter(penguin_details, species == "Gentoo")$avg_weight +adelie_weight <- filter(penguin_details, species == "Adelie")$avg_weight +chinstrap_weight <- filter(penguin_details, species == "Chinstrap")$avg_weight + +gentoo_bill <- filter(penguin_details, species == "Gentoo")$avg_bill_depth +adelie_bill <- filter(penguin_details, species == "Adelie")$avg_bill_depth +chinstrap_bill <- filter(penguin_details, species == "Chinstrap")$avg_bill_depth +``` + +It looks like Gentoo penguins are heavier on average than the other two species, and substantially so. Gentoo penguins weigh an average of `r comma(gentoo_weight)` grams, while Adelie and Chinstrap penguins weigh an average of `r comma(adelie_weight)` and `r comma(chinstrap_weight)`, respectively. + +## Bill depth by species + +Next we'll look at bill depth (again, this refers to the distance between the top and bottom of the bill) across species: + +```{r} +ggplot(penguins, aes(x = bill_depth_mm, + fill = species)) + + geom_density(alpha = 0.75) + + scale_fill_viridis_d(option = "plasma") + + labs(x = "Bill depth (mm)", y = "Density", fill = "Species") + + theme_minimal() +``` + +Again, Gentoo penguins are quite distinctive and have the shortest bills. On average, Gentoo bills are `r round(gentoo_bill, 1)` millimeters deep, while Adelie and Chinstrap penguins have bills that are `r round(adelie_bill, 1)` and `r round(chinstrap_bill, 1)`, respectively. + +## Penguin location + +Are there any patterns in where these birds live? + +```{r} +ggplot(penguins, aes(x = island, y = species, color = species)) + + geom_point(position = position_jitter(seed = 1234)) + + scale_color_viridis_d(option = "plasma") + + guides(color = "none") + + labs(x = "Island", y = "Species") + + theme_minimal() +``` + +Neat! Gentoo penguins are only on Biscoe Island, Chinstrap penguins are only on Dream Island, and Adelie penguins live on all three of the islands in the dataset---and they're all alone on Torgersen Island. + + +# Regression analysis + +We've seen that Gentoo penguins are pretty distinctive and are both heavier and have shorter bill depths. What's the overall relationship between bill length and bird weight? Are Gentoos still distinctive? + +```{r} +ggplot(penguins, aes(x = bill_depth_mm, y = body_mass_g)) + + geom_point() + + geom_smooth(method = "lm") + + labs(x = "Bill depth (mm)", y = "Body mass (g)") + + theme_minimal() +``` + +According to this plot, it looks like there's a negative relationship between bill depth and body mass---as bills get taller, penguins get lighter. We can create a regression model to see the exact relationship. We'll use this model: + +$$ +\widehat{\text{Body mass}} = \beta_0 + \beta_1 \text{Bill depth} + \epsilon +$$ + +```{r} +model1 <- lm(body_mass_g ~ bill_depth_mm, + data = penguins) + +nice_results1 <- tidy(model1) +nice_results1 +``` + +Based on this model, a 1-mm increase in bill depth is associated with a `r round(filter(nice_results1, term == "bill_depth_mm")$estimate, 1)` gram decrease in body weight, on average. + +However, that's wrong! The coefficient for $\beta_1$ is negative here, but we're not accounting for species. If we look at the original scatterplot, the trend line does go down, but if we color the points by species, we can see that the relationship is actually positive *within* species. + +```{r} +ggplot(penguins, aes(x = bill_depth_mm, y = body_mass_g, color = species)) + + geom_point() + + geom_smooth(method = "lm") + + geom_smooth(aes(color = NULL), method = "lm", color = "darkred") + + scale_color_viridis_d(option = "plasma") + + labs(x = "Bill depth (mm)", y = "Body mass (g)", color = "Species") + + theme_minimal() +``` + +The dark red line shows the trend when not considering species, while the yellow, purple, and blue lines show the within-species trends. The directions reverse! This is a great example of something called Simpson's Paradox, which [according to Wikipedia](https://en.wikipedia.org/wiki/Simpson%27s_paradox) means that + +> …a trend appears in several groups of data but disappears or reverses when the groups are combined. + +If we control for species in a new regression model, we can see the positive relationship between bill depth and body mass. Here's the new model: + +$$ +\widehat{\text{Body mass}} = \beta_0 + \beta_1 \text{Bill depth} + \beta_2 \text{Species} + \epsilon +$$ + +```{r} +model2 <- lm(body_mass_g ~ bill_depth_mm + species, + data = penguins) + +nice_results2 <- tidy(model2) +nice_results2 +``` + +It worked! After controlling for species, on average, a 1-mm increase in bill depth is associated with a `r round(filter(nice_results2, term == "bill_depth_mm")$estimate, 1)` gram *increase* in weight. Also, interestingly, the coefficients for Chinstrap and Gentoo penguins show the trends across these species' weights. Compared to Adelie penguins, Chinstrap penguins are only `r round(filter(nice_results2, term == "speciesChinstrap")$estimate, 1)` grams heavier, while Gentoo penguins are `r comma(filter(nice_results2, term == "speciesGentoo")$estimate, 1)` grams heavier than Adelie penguins, on average. + + +# Conclusion + +Therefore, Gentoo penguins are neat. They + +1. only live on Biscoe Island +2. are heavier than their Chinstrap and Adelie counterparts---they're the chonky bois of the penguin world +3. have short bills, height-wise + +Also, there seems to be a fairly strong relationship between bill depth and body weight. Within all three species, penguins with taller bills tend to be heavier. This relationship can get hidden by Simpson's Paradox if we don't look at within-species trends though. + +The end. + +![Penguins!](img/lter_penguins.png) diff --git a/docs/projects/01-class/04_visualizing-data.Rmd b/docs/projects/01-class/04_visualizing-data.Rmd new file mode 100644 index 00000000..8db58795 --- /dev/null +++ b/docs/projects/01-class/04_visualizing-data.Rmd @@ -0,0 +1,100 @@ +--- +title: "Visualizing data with ggplot" +output: html_document +--- + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) # For ggplot, dplyr, and friends + +mpg <- read_csv("data/mpg.csv") # Load data +``` + +## Figuring out what's in the data + +```{r} +mpg +``` + +## Basic ggplot code + +Run this code from the the slide to make a graph. + +```{r} +ggplot(data = mpg) + + geom_point(mapping = aes(x = displ, y = hwy)) +``` + +## ggplot playground + +Add `color`, `size`, `alpha`, or `shape` aesthetics to your graph. Experiment. + +```{r} +ggplot(data = mpg) + + geom_point(mapping = aes(x = displ, y = hwy)) +``` + +## Switching geoms + +Replace this scatterplot with one that draws boxplots. Use the cheatsheet. Try your best guess. + +```{r} +ggplot(data = mpg) + + geom_point(mapping = aes(x = class, y = hwy)) +``` + +## Histograms + +Make a histogram of the `hwy` variable from `mpg`. + +```{r} +ggplot(data = mpg) +``` + +## Density plots + +Make a density plot `hwy` colored by `class`. + +```{r} +ggplot(data = mpg) +``` + +## Complex plots + +Predict what this code will do. Then run it. + +```{r} +ggplot(mpg) + + geom_point(aes(displ, hwy)) + + geom_smooth(aes(displ, hwy)) +``` + +--- + +## Fancy completed plot from slides + +```{r message=FALSE} +ggplot(data = mpg, mapping = aes(x = displ, y = hwy, color = drv)) + + geom_point() + + geom_smooth(method = "lm") + + scale_color_viridis_d() + + facet_wrap(vars(drv), ncol = 1) + + labs(x = "Displacement", y = "Highway MPG", + color = "Drive", + title = "Heavier cars get lower mileage", + subtitle = "Displacement indicates weight(?)", + caption = "I know nothing about cars") + + theme_bw() + + theme(legend.position = "bottom", + plot.title = element_text(face = "bold")) +``` + +--- + +## Takeaways + +You can use this code template to any kind of graph with **ggplot2**. + +```{r eval=FALSE} +ggplot(data = ) + + (mapping = aes()) +``` diff --git a/docs/projects/01-class/05_manipulating-data.Rmd b/docs/projects/01-class/05_manipulating-data.Rmd new file mode 100644 index 00000000..7a13cf27 --- /dev/null +++ b/docs/projects/01-class/05_manipulating-data.Rmd @@ -0,0 +1,112 @@ +--- +title: "Manipulating data with dplyr" +output: html_document +--- + + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) # For ggplot, dplyr, and friends + +gapminder <- read_csv("data/gapminder.csv") +``` + +## gapminder + +```{r} +gapminder +``` + + +## Your turn 1 + +- `filter()` selects rows based on logical tests + +The data for Canada: + +```{r} +filter(gapminder, country == "New Zealand") +``` + +All data for countries in Oceania: + +```{r} +filter(gapminder, country == "New Zealand") +``` + +Rows where the life expectancy is greater than 82: + +```{r} +filter(gapminder, country == "New Zealand") +``` + + +## Your turn 2 + +Canada before 1970: + +```{r} +filter(gapminder, country == "New Zealand", year > 2000) +``` + +Countries where life expectancy in 2007 is below 50: + +```{r} +filter(gapminder, country == "New Zealand", year > 2000) +``` + +Countries where life expectancy in 2007 is below 50, and are not in Africa: + +```{r} +filter(gapminder, country == "New Zealand", year > 2000) +``` + + +## Your turn 3 + +Write code to: + +- Add an `africa` column that is TRUE if the country is on the African continent +- Add a column for logged GDP per capita (hint: use `log()`) +- Add an `africa_asia` column that says “Africa or Asia” if the country is in Africa or Asia, and “Not Africa or Asia” if it’s not + +```{r} +mutate(gapminder) +``` + + +## Your turn 4 + +Use `summarize()` to compute four statistics about the data: + +- The first (minimum) year in the dataset +- The last (maximum) year in the dataset +- The number of rows in the dataset (use the cheatsheet) +- The number of distinct countries in the dataset (use the cheatsheet) + +```{r} +gapminder +``` + + +## Your turn 5 + +Use `filter()` and `summarize()` to calculate the (1) the number of unique countries and (2) the median life expectancy on the African continent in 2007. + +```{r} +gapminder +``` + + +## Your turn 6 + +Find the minimum, maximum, and median life expectancy for each continent. + +```{r} +gapminder +``` + +Find the minimum, maximum, and median life expectancy for each continent in 2007 only. + +```{r} +gapminder +``` diff --git a/docs/projects/01-class/answers/example.md b/docs/projects/01-class/answers/example.md new file mode 100644 index 00000000..47298885 --- /dev/null +++ b/docs/projects/01-class/answers/example.md @@ -0,0 +1,79 @@ +--- +title: "Example paper from regular Markdown" +author: "Your name" +date: "August 23, 2021" +output: + pdf_document: default + word_document: default +bibliography: references.bib +csl: csl/chicago-author-date.csl +abstract: Here's an important abstract for this important paper. +--- + +![A Tale of Two Cities](img/totc-cover.jpg) + +**It was the best of times, it was the worst of times**,[^note] it was the age of wisdom, it was the age of foolishness, it was the epoch of belief, it was the epoch of incredulity, it was the season of Light, it was the season of Darkness, it was the spring of hope, it was the winter of despair, we had everything before us, we had nothing before us, we were all going direct to Heaven, we were all going direct the other way—in short, the period was so far like the present period, that some of its noisiest authorities insisted on its being received, for good or for evil, in the superlative degree of comparison only [@Huntington-Klein:2021]. + +[^note]: This is a super famous part. + +> There were a king with a large jaw and a queen with a plain face, on the throne of England; there were a king with a large jaw and a queen with a fair face, on the throne of France. In both countries it was clearer than crystal to the lords of the State preserves of loaves and fishes, that things in general were settled for ever. + +It was the year of Our Lord one thousand seven hundred and seventy-five. Spiritual revelations were conceded to England at that favoured period, as at this. Mrs. Southcott had recently attained her five-and-twentieth blessed birthday, of whom a prophetic private in the Life Guards had heralded the sublime appearance by announcing that arrangements were made for the swallowing up of London and Westminster. Even the Cock-lane ghost had been laid only a round dozen of years, after rapping out its messages, as the spirits of this very year last past (supernaturally deficient in originality) rapped out theirs. `Mere messages in the earthly order of events` had lately come to the English Crown and People, from a congress of British subjects in America: which, strange to relate, have proved more important to the human race than any communications yet received through any of the chickens of the Cock-lane brood. + +# Main heading + +France, *less favoured on the whole as to matters spiritual than her sister of the shield and trident*, rolled with exceeding smoothness down hill, making paper money and spending it. Under the guidance of her Christian pastors, she entertained herself, besides, with such humane achievements as sentencing a youth to have his hands cut off, his tongue torn out with pincers, and his body burned alive, because he had not kneeled down in the rain to do honour to a dirty procession of monks which passed within his view, at a distance of some fifty or sixty yards. It is likely enough that, rooted in the woods of France and Norway, there were growing trees, when that sufferer was put to death, already marked by the Woodman, Fate, to come down and be sawn into boards, to make a certain movable framework with a sack and a knife in it, terrible in history. + +It is likely enough that in the rough outhouses of some tillers of the heavy lands adjacent to Paris, there were sheltered from the weather that very day: + +- rude carts +- bespattered with rustic mire +- snuffed about by pigs, +- and roosted in by poultry, which the Farmer, Death, had already set apart to be his tumbrils of the Revolution. + +But that Woodman and that Farmer, though they work unceasingly, work silently, and no one heard them as they went about with muffled tread: the rather, forasmuch as to entertain any suspicion that they were awake, was to be atheistical and traitorous. + +## A subheading + +In England, there was scarcely an amount of order and protection to justify much national boasting [@wb-eval]. Daring burglaries by armed men, and highway robberies, took place in the capital itself every night; + +1. families were publicly cautioned not to go out of town without removing their furniture to upholsterers’ warehouses for security; +2. the highwayman in the dark was a City tradesman in the light, and, being recognised and challenged by his fellow-tradesman whom he stopped in his character of “the Captain,” gallantly shot him through the head and rode away; +3. the mail was waylaid by seven robbers, and the guard shot three dead, and then got shot dead himself by the other four, “in consequence of the failure of his ammunition:” after which the mail was robbed in peace; +4. that magnificent potentate, the Lord Mayor of London, was made to stand and deliver on Turnham Green, by one highwayman, who despoiled the illustrious creature in sight of all his retinue; +5. prisoners in London gaols fought battles with their turnkeys, and the majesty of the law fired blunderbusses in among them, loaded with rounds of shot and ball; +6. thieves snipped off diamond crosses from the necks of noble lords at Court drawing-rooms; +7. musketeers went into St. Giles’s, to search for contraband goods, and the mob fired on the musketeers, and the musketeers fired on the mob, and nobody thought any of these occurrences much out of the common way. + +In the midst of them, the hangman, ever busy and ever worse than useless, was in constant requisition; now, stringing up long rows of miscellaneous criminals; now, hanging a housebreaker on Saturday who had been taken on Tuesday; now, burning people in the hand at Newgate by the dozen, and now burning pamphlets at the door of Westminster Hall; to-day, taking the life of an atrocious murderer, and to-morrow of a wretched pilferer who had robbed a farmer’s boy of sixpence [@ChaudhryHeiss:2021] + +## Another subheading + +All these things, and a thousand like them, came to pass in and close upon the dear old year one thousand seven hundred and seventy-five. Environed by them, while the Woodman and the Farmer worked unheeded, those two of the large jaws, and those other two of the plain and the fair faces, trod with stir enough, and carried their divine rights with a high hand. Thus did the year one thousand seven hundred and seventy-five conduct their Greatnesses, and myriads of small creatures—the creatures of this chronicle among the rest—along the roads that lay before them. + +# An important heading + +It was the Dover road that lay, on a Friday night late in November, before the first of the persons with whom this history has business. The Dover road lay, as to him, beyond the Dover mail, as it lumbered up Shooter’s Hill. He walked up hill in the mire by the side of the mail, as the rest of the passengers did; not because they had the least relish for walking exercise, under the circumstances, but because the hill, and the harness, and the mud, and the mail, were all so heavy, that the horses had three times already come to a stop, besides once drawing the coach across the road, with the mutinous intent of taking it back to Blackheath. Reins and whip and coachman and guard, however, in combination, had read that article of war which forbade a purpose otherwise strongly in favour of the argument, that some brute animals are endued with Reason; and the team had capitulated and returned to their duty. + +Some math! Here's some math in the middle of a sentence, like $a^2 + b^2 = c^2$, and here's some in a standalone equation: + +$$ +y = mx + b +$$ + +A table! + +| Thing | Status | +| :---- | :----- | +| Times | Best | +| Times | Worst | +| Age | Wisdom | +| Age | Foolishness| + +Table: Things and their contradictory adjectives in *A Tale of Two Cities* + +# Conclusion + +Two other passengers, besides the one, were plodding up the hill by the side of the mail. All three were wrapped to the cheekbones and over the ears, and wore jack-boots. Not one of the three could have said, from anything he saw, what either of the other two was like; and each was hidden under almost as many wrappers from the eyes of the mind, as from the eyes of the body, of his two companions. + +# References diff --git a/docs/projects/01-class/csl/apa.csl b/docs/projects/01-class/csl/apa.csl new file mode 100644 index 00000000..4cfe07d5 --- /dev/null +++ b/docs/projects/01-class/csl/apa.csl @@ -0,0 +1,1916 @@ + + diff --git a/docs/projects/01-class/csl/chicago-author-date.csl b/docs/projects/01-class/csl/chicago-author-date.csl new file mode 100644 index 00000000..e2c157fc --- /dev/null +++ b/docs/projects/01-class/csl/chicago-author-date.csl @@ -0,0 +1,658 @@ + + diff --git a/docs/projects/01-class/csl/chicago-note-bibliography.csl b/docs/projects/01-class/csl/chicago-note-bibliography.csl new file mode 100644 index 00000000..4c7806c1 --- /dev/null +++ b/docs/projects/01-class/csl/chicago-note-bibliography.csl @@ -0,0 +1,1417 @@ + + diff --git a/docs/projects/01-class/data/gapminder.csv b/docs/projects/01-class/data/gapminder.csv new file mode 100644 index 00000000..7e643799 --- /dev/null +++ b/docs/projects/01-class/data/gapminder.csv @@ -0,0 +1,1705 @@ +country,continent,year,lifeExp,pop,gdpPercap +Afghanistan,Asia,1952,28.801,8425333,779.4453145 +Afghanistan,Asia,1957,30.332,9240934,820.8530296 +Afghanistan,Asia,1962,31.997,10267083,853.10071 +Afghanistan,Asia,1967,34.02,11537966,836.1971382 +Afghanistan,Asia,1972,36.088,13079460,739.9811058 +Afghanistan,Asia,1977,38.438,14880372,786.11336 +Afghanistan,Asia,1982,39.854,12881816,978.0114388 +Afghanistan,Asia,1987,40.822,13867957,852.3959448 +Afghanistan,Asia,1992,41.674,16317921,649.3413952 +Afghanistan,Asia,1997,41.763,22227415,635.341351 +Afghanistan,Asia,2002,42.129,25268405,726.7340548 +Afghanistan,Asia,2007,43.828,31889923,974.5803384 +Albania,Europe,1952,55.23,1282697,1601.056136 +Albania,Europe,1957,59.28,1476505,1942.284244 +Albania,Europe,1962,64.82,1728137,2312.888958 +Albania,Europe,1967,66.22,1984060,2760.196931 +Albania,Europe,1972,67.69,2263554,3313.422188 +Albania,Europe,1977,68.93,2509048,3533.00391 +Albania,Europe,1982,70.42,2780097,3630.880722 +Albania,Europe,1987,72,3075321,3738.932735 +Albania,Europe,1992,71.581,3326498,2497.437901 +Albania,Europe,1997,72.95,3428038,3193.054604 +Albania,Europe,2002,75.651,3508512,4604.211737 +Albania,Europe,2007,76.423,3600523,5937.029526 +Algeria,Africa,1952,43.077,9279525,2449.008185 +Algeria,Africa,1957,45.685,10270856,3013.976023 +Algeria,Africa,1962,48.303,11000948,2550.81688 +Algeria,Africa,1967,51.407,12760499,3246.991771 +Algeria,Africa,1972,54.518,14760787,4182.663766 +Algeria,Africa,1977,58.014,17152804,4910.416756 +Algeria,Africa,1982,61.368,20033753,5745.160213 +Algeria,Africa,1987,65.799,23254956,5681.358539 +Algeria,Africa,1992,67.744,26298373,5023.216647 +Algeria,Africa,1997,69.152,29072015,4797.295051 +Algeria,Africa,2002,70.994,31287142,5288.040382 +Algeria,Africa,2007,72.301,33333216,6223.367465 +Angola,Africa,1952,30.015,4232095,3520.610273 +Angola,Africa,1957,31.999,4561361,3827.940465 +Angola,Africa,1962,34,4826015,4269.276742 +Angola,Africa,1967,35.985,5247469,5522.776375 +Angola,Africa,1972,37.928,5894858,5473.288005 +Angola,Africa,1977,39.483,6162675,3008.647355 +Angola,Africa,1982,39.942,7016384,2756.953672 +Angola,Africa,1987,39.906,7874230,2430.208311 +Angola,Africa,1992,40.647,8735988,2627.845685 +Angola,Africa,1997,40.963,9875024,2277.140884 +Angola,Africa,2002,41.003,10866106,2773.287312 +Angola,Africa,2007,42.731,12420476,4797.231267 +Argentina,Americas,1952,62.485,17876956,5911.315053 +Argentina,Americas,1957,64.399,19610538,6856.856212 +Argentina,Americas,1962,65.142,21283783,7133.166023 +Argentina,Americas,1967,65.634,22934225,8052.953021 +Argentina,Americas,1972,67.065,24779799,9443.038526 +Argentina,Americas,1977,68.481,26983828,10079.02674 +Argentina,Americas,1982,69.942,29341374,8997.897412 +Argentina,Americas,1987,70.774,31620918,9139.671389 +Argentina,Americas,1992,71.868,33958947,9308.41871 +Argentina,Americas,1997,73.275,36203463,10967.28195 +Argentina,Americas,2002,74.34,38331121,8797.640716 +Argentina,Americas,2007,75.32,40301927,12779.37964 +Australia,Oceania,1952,69.12,8691212,10039.59564 +Australia,Oceania,1957,70.33,9712569,10949.64959 +Australia,Oceania,1962,70.93,10794968,12217.22686 +Australia,Oceania,1967,71.1,11872264,14526.12465 +Australia,Oceania,1972,71.93,13177000,16788.62948 +Australia,Oceania,1977,73.49,14074100,18334.19751 +Australia,Oceania,1982,74.74,15184200,19477.00928 +Australia,Oceania,1987,76.32,16257249,21888.88903 +Australia,Oceania,1992,77.56,17481977,23424.76683 +Australia,Oceania,1997,78.83,18565243,26997.93657 +Australia,Oceania,2002,80.37,19546792,30687.75473 +Australia,Oceania,2007,81.235,20434176,34435.36744 +Austria,Europe,1952,66.8,6927772,6137.076492 +Austria,Europe,1957,67.48,6965860,8842.59803 +Austria,Europe,1962,69.54,7129864,10750.72111 +Austria,Europe,1967,70.14,7376998,12834.6024 +Austria,Europe,1972,70.63,7544201,16661.6256 +Austria,Europe,1977,72.17,7568430,19749.4223 +Austria,Europe,1982,73.18,7574613,21597.08362 +Austria,Europe,1987,74.94,7578903,23687.82607 +Austria,Europe,1992,76.04,7914969,27042.01868 +Austria,Europe,1997,77.51,8069876,29095.92066 +Austria,Europe,2002,78.98,8148312,32417.60769 +Austria,Europe,2007,79.829,8199783,36126.4927 +Bahrain,Asia,1952,50.939,120447,9867.084765 +Bahrain,Asia,1957,53.832,138655,11635.79945 +Bahrain,Asia,1962,56.923,171863,12753.27514 +Bahrain,Asia,1967,59.923,202182,14804.6727 +Bahrain,Asia,1972,63.3,230800,18268.65839 +Bahrain,Asia,1977,65.593,297410,19340.10196 +Bahrain,Asia,1982,69.052,377967,19211.14731 +Bahrain,Asia,1987,70.75,454612,18524.02406 +Bahrain,Asia,1992,72.601,529491,19035.57917 +Bahrain,Asia,1997,73.925,598561,20292.01679 +Bahrain,Asia,2002,74.795,656397,23403.55927 +Bahrain,Asia,2007,75.635,708573,29796.04834 +Bangladesh,Asia,1952,37.484,46886859,684.2441716 +Bangladesh,Asia,1957,39.348,51365468,661.6374577 +Bangladesh,Asia,1962,41.216,56839289,686.3415538 +Bangladesh,Asia,1967,43.453,62821884,721.1860862 +Bangladesh,Asia,1972,45.252,70759295,630.2336265 +Bangladesh,Asia,1977,46.923,80428306,659.8772322 +Bangladesh,Asia,1982,50.009,93074406,676.9818656 +Bangladesh,Asia,1987,52.819,103764241,751.9794035 +Bangladesh,Asia,1992,56.018,113704579,837.8101643 +Bangladesh,Asia,1997,59.412,123315288,972.7700352 +Bangladesh,Asia,2002,62.013,135656790,1136.39043 +Bangladesh,Asia,2007,64.062,150448339,1391.253792 +Belgium,Europe,1952,68,8730405,8343.105127 +Belgium,Europe,1957,69.24,8989111,9714.960623 +Belgium,Europe,1962,70.25,9218400,10991.20676 +Belgium,Europe,1967,70.94,9556500,13149.04119 +Belgium,Europe,1972,71.44,9709100,16672.14356 +Belgium,Europe,1977,72.8,9821800,19117.97448 +Belgium,Europe,1982,73.93,9856303,20979.84589 +Belgium,Europe,1987,75.35,9870200,22525.56308 +Belgium,Europe,1992,76.46,10045622,25575.57069 +Belgium,Europe,1997,77.53,10199787,27561.19663 +Belgium,Europe,2002,78.32,10311970,30485.88375 +Belgium,Europe,2007,79.441,10392226,33692.60508 +Benin,Africa,1952,38.223,1738315,1062.7522 +Benin,Africa,1957,40.358,1925173,959.6010805 +Benin,Africa,1962,42.618,2151895,949.4990641 +Benin,Africa,1967,44.885,2427334,1035.831411 +Benin,Africa,1972,47.014,2761407,1085.796879 +Benin,Africa,1977,49.19,3168267,1029.161251 +Benin,Africa,1982,50.904,3641603,1277.897616 +Benin,Africa,1987,52.337,4243788,1225.85601 +Benin,Africa,1992,53.919,4981671,1191.207681 +Benin,Africa,1997,54.777,6066080,1232.975292 +Benin,Africa,2002,54.406,7026113,1372.877931 +Benin,Africa,2007,56.728,8078314,1441.284873 +Bolivia,Americas,1952,40.414,2883315,2677.326347 +Bolivia,Americas,1957,41.89,3211738,2127.686326 +Bolivia,Americas,1962,43.428,3593918,2180.972546 +Bolivia,Americas,1967,45.032,4040665,2586.886053 +Bolivia,Americas,1972,46.714,4565872,2980.331339 +Bolivia,Americas,1977,50.023,5079716,3548.097832 +Bolivia,Americas,1982,53.859,5642224,3156.510452 +Bolivia,Americas,1987,57.251,6156369,2753.69149 +Bolivia,Americas,1992,59.957,6893451,2961.699694 +Bolivia,Americas,1997,62.05,7693188,3326.143191 +Bolivia,Americas,2002,63.883,8445134,3413.26269 +Bolivia,Americas,2007,65.554,9119152,3822.137084 +Bosnia and Herzegovina,Europe,1952,53.82,2791000,973.5331948 +Bosnia and Herzegovina,Europe,1957,58.45,3076000,1353.989176 +Bosnia and Herzegovina,Europe,1962,61.93,3349000,1709.683679 +Bosnia and Herzegovina,Europe,1967,64.79,3585000,2172.352423 +Bosnia and Herzegovina,Europe,1972,67.45,3819000,2860.16975 +Bosnia and Herzegovina,Europe,1977,69.86,4086000,3528.481305 +Bosnia and Herzegovina,Europe,1982,70.69,4172693,4126.613157 +Bosnia and Herzegovina,Europe,1987,71.14,4338977,4314.114757 +Bosnia and Herzegovina,Europe,1992,72.178,4256013,2546.781445 +Bosnia and Herzegovina,Europe,1997,73.244,3607000,4766.355904 +Bosnia and Herzegovina,Europe,2002,74.09,4165416,6018.975239 +Bosnia and Herzegovina,Europe,2007,74.852,4552198,7446.298803 +Botswana,Africa,1952,47.622,442308,851.2411407 +Botswana,Africa,1957,49.618,474639,918.2325349 +Botswana,Africa,1962,51.52,512764,983.6539764 +Botswana,Africa,1967,53.298,553541,1214.709294 +Botswana,Africa,1972,56.024,619351,2263.611114 +Botswana,Africa,1977,59.319,781472,3214.857818 +Botswana,Africa,1982,61.484,970347,4551.14215 +Botswana,Africa,1987,63.622,1151184,6205.88385 +Botswana,Africa,1992,62.745,1342614,7954.111645 +Botswana,Africa,1997,52.556,1536536,8647.142313 +Botswana,Africa,2002,46.634,1630347,11003.60508 +Botswana,Africa,2007,50.728,1639131,12569.85177 +Brazil,Americas,1952,50.917,56602560,2108.944355 +Brazil,Americas,1957,53.285,65551171,2487.365989 +Brazil,Americas,1962,55.665,76039390,3336.585802 +Brazil,Americas,1967,57.632,88049823,3429.864357 +Brazil,Americas,1972,59.504,100840058,4985.711467 +Brazil,Americas,1977,61.489,114313951,6660.118654 +Brazil,Americas,1982,63.336,128962939,7030.835878 +Brazil,Americas,1987,65.205,142938076,7807.095818 +Brazil,Americas,1992,67.057,155975974,6950.283021 +Brazil,Americas,1997,69.388,168546719,7957.980824 +Brazil,Americas,2002,71.006,179914212,8131.212843 +Brazil,Americas,2007,72.39,190010647,9065.800825 +Bulgaria,Europe,1952,59.6,7274900,2444.286648 +Bulgaria,Europe,1957,66.61,7651254,3008.670727 +Bulgaria,Europe,1962,69.51,8012946,4254.337839 +Bulgaria,Europe,1967,70.42,8310226,5577.0028 +Bulgaria,Europe,1972,70.9,8576200,6597.494398 +Bulgaria,Europe,1977,70.81,8797022,7612.240438 +Bulgaria,Europe,1982,71.08,8892098,8224.191647 +Bulgaria,Europe,1987,71.34,8971958,8239.854824 +Bulgaria,Europe,1992,71.19,8658506,6302.623438 +Bulgaria,Europe,1997,70.32,8066057,5970.38876 +Bulgaria,Europe,2002,72.14,7661799,7696.777725 +Bulgaria,Europe,2007,73.005,7322858,10680.79282 +Burkina Faso,Africa,1952,31.975,4469979,543.2552413 +Burkina Faso,Africa,1957,34.906,4713416,617.1834648 +Burkina Faso,Africa,1962,37.814,4919632,722.5120206 +Burkina Faso,Africa,1967,40.697,5127935,794.8265597 +Burkina Faso,Africa,1972,43.591,5433886,854.7359763 +Burkina Faso,Africa,1977,46.137,5889574,743.3870368 +Burkina Faso,Africa,1982,48.122,6634596,807.1985855 +Burkina Faso,Africa,1987,49.557,7586551,912.0631417 +Burkina Faso,Africa,1992,50.26,8878303,931.7527731 +Burkina Faso,Africa,1997,50.324,10352843,946.2949618 +Burkina Faso,Africa,2002,50.65,12251209,1037.645221 +Burkina Faso,Africa,2007,52.295,14326203,1217.032994 +Burundi,Africa,1952,39.031,2445618,339.2964587 +Burundi,Africa,1957,40.533,2667518,379.5646281 +Burundi,Africa,1962,42.045,2961915,355.2032273 +Burundi,Africa,1967,43.548,3330989,412.9775136 +Burundi,Africa,1972,44.057,3529983,464.0995039 +Burundi,Africa,1977,45.91,3834415,556.1032651 +Burundi,Africa,1982,47.471,4580410,559.603231 +Burundi,Africa,1987,48.211,5126023,621.8188189 +Burundi,Africa,1992,44.736,5809236,631.6998778 +Burundi,Africa,1997,45.326,6121610,463.1151478 +Burundi,Africa,2002,47.36,7021078,446.4035126 +Burundi,Africa,2007,49.58,8390505,430.0706916 +Cambodia,Asia,1952,39.417,4693836,368.4692856 +Cambodia,Asia,1957,41.366,5322536,434.0383364 +Cambodia,Asia,1962,43.415,6083619,496.9136476 +Cambodia,Asia,1967,45.415,6960067,523.4323142 +Cambodia,Asia,1972,40.317,7450606,421.6240257 +Cambodia,Asia,1977,31.22,6978607,524.9721832 +Cambodia,Asia,1982,50.957,7272485,624.4754784 +Cambodia,Asia,1987,53.914,8371791,683.8955732 +Cambodia,Asia,1992,55.803,10150094,682.3031755 +Cambodia,Asia,1997,56.534,11782962,734.28517 +Cambodia,Asia,2002,56.752,12926707,896.2260153 +Cambodia,Asia,2007,59.723,14131858,1713.778686 +Cameroon,Africa,1952,38.523,5009067,1172.667655 +Cameroon,Africa,1957,40.428,5359923,1313.048099 +Cameroon,Africa,1962,42.643,5793633,1399.607441 +Cameroon,Africa,1967,44.799,6335506,1508.453148 +Cameroon,Africa,1972,47.049,7021028,1684.146528 +Cameroon,Africa,1977,49.355,7959865,1783.432873 +Cameroon,Africa,1982,52.961,9250831,2367.983282 +Cameroon,Africa,1987,54.985,10780667,2602.664206 +Cameroon,Africa,1992,54.314,12467171,1793.163278 +Cameroon,Africa,1997,52.199,14195809,1694.337469 +Cameroon,Africa,2002,49.856,15929988,1934.011449 +Cameroon,Africa,2007,50.43,17696293,2042.09524 +Canada,Americas,1952,68.75,14785584,11367.16112 +Canada,Americas,1957,69.96,17010154,12489.95006 +Canada,Americas,1962,71.3,18985849,13462.48555 +Canada,Americas,1967,72.13,20819767,16076.58803 +Canada,Americas,1972,72.88,22284500,18970.57086 +Canada,Americas,1977,74.21,23796400,22090.88306 +Canada,Americas,1982,75.76,25201900,22898.79214 +Canada,Americas,1987,76.86,26549700,26626.51503 +Canada,Americas,1992,77.95,28523502,26342.88426 +Canada,Americas,1997,78.61,30305843,28954.92589 +Canada,Americas,2002,79.77,31902268,33328.96507 +Canada,Americas,2007,80.653,33390141,36319.23501 +Central African Republic,Africa,1952,35.463,1291695,1071.310713 +Central African Republic,Africa,1957,37.464,1392284,1190.844328 +Central African Republic,Africa,1962,39.475,1523478,1193.068753 +Central African Republic,Africa,1967,41.478,1733638,1136.056615 +Central African Republic,Africa,1972,43.457,1927260,1070.013275 +Central African Republic,Africa,1977,46.775,2167533,1109.374338 +Central African Republic,Africa,1982,48.295,2476971,956.7529907 +Central African Republic,Africa,1987,50.485,2840009,844.8763504 +Central African Republic,Africa,1992,49.396,3265124,747.9055252 +Central African Republic,Africa,1997,46.066,3696513,740.5063317 +Central African Republic,Africa,2002,43.308,4048013,738.6906068 +Central African Republic,Africa,2007,44.741,4369038,706.016537 +Chad,Africa,1952,38.092,2682462,1178.665927 +Chad,Africa,1957,39.881,2894855,1308.495577 +Chad,Africa,1962,41.716,3150417,1389.817618 +Chad,Africa,1967,43.601,3495967,1196.810565 +Chad,Africa,1972,45.569,3899068,1104.103987 +Chad,Africa,1977,47.383,4388260,1133.98495 +Chad,Africa,1982,49.517,4875118,797.9081006 +Chad,Africa,1987,51.051,5498955,952.386129 +Chad,Africa,1992,51.724,6429417,1058.0643 +Chad,Africa,1997,51.573,7562011,1004.961353 +Chad,Africa,2002,50.525,8835739,1156.18186 +Chad,Africa,2007,50.651,10238807,1704.063724 +Chile,Americas,1952,54.745,6377619,3939.978789 +Chile,Americas,1957,56.074,7048426,4315.622723 +Chile,Americas,1962,57.924,7961258,4519.094331 +Chile,Americas,1967,60.523,8858908,5106.654313 +Chile,Americas,1972,63.441,9717524,5494.024437 +Chile,Americas,1977,67.052,10599793,4756.763836 +Chile,Americas,1982,70.565,11487112,5095.665738 +Chile,Americas,1987,72.492,12463354,5547.063754 +Chile,Americas,1992,74.126,13572994,7596.125964 +Chile,Americas,1997,75.816,14599929,10118.05318 +Chile,Americas,2002,77.86,15497046,10778.78385 +Chile,Americas,2007,78.553,16284741,13171.63885 +China,Asia,1952,44,556263527,400.448611 +China,Asia,1957,50.54896,637408000,575.9870009 +China,Asia,1962,44.50136,665770000,487.6740183 +China,Asia,1967,58.38112,754550000,612.7056934 +China,Asia,1972,63.11888,862030000,676.9000921 +China,Asia,1977,63.96736,943455000,741.2374699 +China,Asia,1982,65.525,1000281000,962.4213805 +China,Asia,1987,67.274,1084035000,1378.904018 +China,Asia,1992,68.69,1164970000,1655.784158 +China,Asia,1997,70.426,1230075000,2289.234136 +China,Asia,2002,72.028,1280400000,3119.280896 +China,Asia,2007,72.961,1318683096,4959.114854 +Colombia,Americas,1952,50.643,12350771,2144.115096 +Colombia,Americas,1957,55.118,14485993,2323.805581 +Colombia,Americas,1962,57.863,17009885,2492.351109 +Colombia,Americas,1967,59.963,19764027,2678.729839 +Colombia,Americas,1972,61.623,22542890,3264.660041 +Colombia,Americas,1977,63.837,25094412,3815.80787 +Colombia,Americas,1982,66.653,27764644,4397.575659 +Colombia,Americas,1987,67.768,30964245,4903.2191 +Colombia,Americas,1992,68.421,34202721,5444.648617 +Colombia,Americas,1997,70.313,37657830,6117.361746 +Colombia,Americas,2002,71.682,41008227,5755.259962 +Colombia,Americas,2007,72.889,44227550,7006.580419 +Comoros,Africa,1952,40.715,153936,1102.990936 +Comoros,Africa,1957,42.46,170928,1211.148548 +Comoros,Africa,1962,44.467,191689,1406.648278 +Comoros,Africa,1967,46.472,217378,1876.029643 +Comoros,Africa,1972,48.944,250027,1937.577675 +Comoros,Africa,1977,50.939,304739,1172.603047 +Comoros,Africa,1982,52.933,348643,1267.100083 +Comoros,Africa,1987,54.926,395114,1315.980812 +Comoros,Africa,1992,57.939,454429,1246.90737 +Comoros,Africa,1997,60.66,527982,1173.618235 +Comoros,Africa,2002,62.974,614382,1075.811558 +Comoros,Africa,2007,65.152,710960,986.1478792 +"Congo, Dem. Rep.",Africa,1952,39.143,14100005,780.5423257 +"Congo, Dem. Rep.",Africa,1957,40.652,15577932,905.8602303 +"Congo, Dem. Rep.",Africa,1962,42.122,17486434,896.3146335 +"Congo, Dem. Rep.",Africa,1967,44.056,19941073,861.5932424 +"Congo, Dem. Rep.",Africa,1972,45.989,23007669,904.8960685 +"Congo, Dem. Rep.",Africa,1977,47.804,26480870,795.757282 +"Congo, Dem. Rep.",Africa,1982,47.784,30646495,673.7478181 +"Congo, Dem. Rep.",Africa,1987,47.412,35481645,672.774812 +"Congo, Dem. Rep.",Africa,1992,45.548,41672143,457.7191807 +"Congo, Dem. Rep.",Africa,1997,42.587,47798986,312.188423 +"Congo, Dem. Rep.",Africa,2002,44.966,55379852,241.1658765 +"Congo, Dem. Rep.",Africa,2007,46.462,64606759,277.5518587 +"Congo, Rep.",Africa,1952,42.111,854885,2125.621418 +"Congo, Rep.",Africa,1957,45.053,940458,2315.056572 +"Congo, Rep.",Africa,1962,48.435,1047924,2464.783157 +"Congo, Rep.",Africa,1967,52.04,1179760,2677.939642 +"Congo, Rep.",Africa,1972,54.907,1340458,3213.152683 +"Congo, Rep.",Africa,1977,55.625,1536769,3259.178978 +"Congo, Rep.",Africa,1982,56.695,1774735,4879.507522 +"Congo, Rep.",Africa,1987,57.47,2064095,4201.194937 +"Congo, Rep.",Africa,1992,56.433,2409073,4016.239529 +"Congo, Rep.",Africa,1997,52.962,2800947,3484.164376 +"Congo, Rep.",Africa,2002,52.97,3328795,3484.06197 +"Congo, Rep.",Africa,2007,55.322,3800610,3632.557798 +Costa Rica,Americas,1952,57.206,926317,2627.009471 +Costa Rica,Americas,1957,60.026,1112300,2990.010802 +Costa Rica,Americas,1962,62.842,1345187,3460.937025 +Costa Rica,Americas,1967,65.424,1588717,4161.727834 +Costa Rica,Americas,1972,67.849,1834796,5118.146939 +Costa Rica,Americas,1977,70.75,2108457,5926.876967 +Costa Rica,Americas,1982,73.45,2424367,5262.734751 +Costa Rica,Americas,1987,74.752,2799811,5629.915318 +Costa Rica,Americas,1992,75.713,3173216,6160.416317 +Costa Rica,Americas,1997,77.26,3518107,6677.045314 +Costa Rica,Americas,2002,78.123,3834934,7723.447195 +Costa Rica,Americas,2007,78.782,4133884,9645.06142 +Cote d'Ivoire,Africa,1952,40.477,2977019,1388.594732 +Cote d'Ivoire,Africa,1957,42.469,3300000,1500.895925 +Cote d'Ivoire,Africa,1962,44.93,3832408,1728.869428 +Cote d'Ivoire,Africa,1967,47.35,4744870,2052.050473 +Cote d'Ivoire,Africa,1972,49.801,6071696,2378.201111 +Cote d'Ivoire,Africa,1977,52.374,7459574,2517.736547 +Cote d'Ivoire,Africa,1982,53.983,9025951,2602.710169 +Cote d'Ivoire,Africa,1987,54.655,10761098,2156.956069 +Cote d'Ivoire,Africa,1992,52.044,12772596,1648.073791 +Cote d'Ivoire,Africa,1997,47.991,14625967,1786.265407 +Cote d'Ivoire,Africa,2002,46.832,16252726,1648.800823 +Cote d'Ivoire,Africa,2007,48.328,18013409,1544.750112 +Croatia,Europe,1952,61.21,3882229,3119.23652 +Croatia,Europe,1957,64.77,3991242,4338.231617 +Croatia,Europe,1962,67.13,4076557,5477.890018 +Croatia,Europe,1967,68.5,4174366,6960.297861 +Croatia,Europe,1972,69.61,4225310,9164.090127 +Croatia,Europe,1977,70.64,4318673,11305.38517 +Croatia,Europe,1982,70.46,4413368,13221.82184 +Croatia,Europe,1987,71.52,4484310,13822.58394 +Croatia,Europe,1992,72.527,4494013,8447.794873 +Croatia,Europe,1997,73.68,4444595,9875.604515 +Croatia,Europe,2002,74.876,4481020,11628.38895 +Croatia,Europe,2007,75.748,4493312,14619.22272 +Cuba,Americas,1952,59.421,6007797,5586.53878 +Cuba,Americas,1957,62.325,6640752,6092.174359 +Cuba,Americas,1962,65.246,7254373,5180.75591 +Cuba,Americas,1967,68.29,8139332,5690.268015 +Cuba,Americas,1972,70.723,8831348,5305.445256 +Cuba,Americas,1977,72.649,9537988,6380.494966 +Cuba,Americas,1982,73.717,9789224,7316.918107 +Cuba,Americas,1987,74.174,10239839,7532.924763 +Cuba,Americas,1992,74.414,10723260,5592.843963 +Cuba,Americas,1997,76.151,10983007,5431.990415 +Cuba,Americas,2002,77.158,11226999,6340.646683 +Cuba,Americas,2007,78.273,11416987,8948.102923 +Czech Republic,Europe,1952,66.87,9125183,6876.14025 +Czech Republic,Europe,1957,69.03,9513758,8256.343918 +Czech Republic,Europe,1962,69.9,9620282,10136.86713 +Czech Republic,Europe,1967,70.38,9835109,11399.44489 +Czech Republic,Europe,1972,70.29,9862158,13108.4536 +Czech Republic,Europe,1977,70.71,10161915,14800.16062 +Czech Republic,Europe,1982,70.96,10303704,15377.22855 +Czech Republic,Europe,1987,71.58,10311597,16310.4434 +Czech Republic,Europe,1992,72.4,10315702,14297.02122 +Czech Republic,Europe,1997,74.01,10300707,16048.51424 +Czech Republic,Europe,2002,75.51,10256295,17596.21022 +Czech Republic,Europe,2007,76.486,10228744,22833.30851 +Denmark,Europe,1952,70.78,4334000,9692.385245 +Denmark,Europe,1957,71.81,4487831,11099.65935 +Denmark,Europe,1962,72.35,4646899,13583.31351 +Denmark,Europe,1967,72.96,4838800,15937.21123 +Denmark,Europe,1972,73.47,4991596,18866.20721 +Denmark,Europe,1977,74.69,5088419,20422.9015 +Denmark,Europe,1982,74.63,5117810,21688.04048 +Denmark,Europe,1987,74.8,5127024,25116.17581 +Denmark,Europe,1992,75.33,5171393,26406.73985 +Denmark,Europe,1997,76.11,5283663,29804.34567 +Denmark,Europe,2002,77.18,5374693,32166.50006 +Denmark,Europe,2007,78.332,5468120,35278.41874 +Djibouti,Africa,1952,34.812,63149,2669.529475 +Djibouti,Africa,1957,37.328,71851,2864.969076 +Djibouti,Africa,1962,39.693,89898,3020.989263 +Djibouti,Africa,1967,42.074,127617,3020.050513 +Djibouti,Africa,1972,44.366,178848,3694.212352 +Djibouti,Africa,1977,46.519,228694,3081.761022 +Djibouti,Africa,1982,48.812,305991,2879.468067 +Djibouti,Africa,1987,50.04,311025,2880.102568 +Djibouti,Africa,1992,51.604,384156,2377.156192 +Djibouti,Africa,1997,53.157,417908,1895.016984 +Djibouti,Africa,2002,53.373,447416,1908.260867 +Djibouti,Africa,2007,54.791,496374,2082.481567 +Dominican Republic,Americas,1952,45.928,2491346,1397.717137 +Dominican Republic,Americas,1957,49.828,2923186,1544.402995 +Dominican Republic,Americas,1962,53.459,3453434,1662.137359 +Dominican Republic,Americas,1967,56.751,4049146,1653.723003 +Dominican Republic,Americas,1972,59.631,4671329,2189.874499 +Dominican Republic,Americas,1977,61.788,5302800,2681.9889 +Dominican Republic,Americas,1982,63.727,5968349,2861.092386 +Dominican Republic,Americas,1987,66.046,6655297,2899.842175 +Dominican Republic,Americas,1992,68.457,7351181,3044.214214 +Dominican Republic,Americas,1997,69.957,7992357,3614.101285 +Dominican Republic,Americas,2002,70.847,8650322,4563.808154 +Dominican Republic,Americas,2007,72.235,9319622,6025.374752 +Ecuador,Americas,1952,48.357,3548753,3522.110717 +Ecuador,Americas,1957,51.356,4058385,3780.546651 +Ecuador,Americas,1962,54.64,4681707,4086.114078 +Ecuador,Americas,1967,56.678,5432424,4579.074215 +Ecuador,Americas,1972,58.796,6298651,5280.99471 +Ecuador,Americas,1977,61.31,7278866,6679.62326 +Ecuador,Americas,1982,64.342,8365850,7213.791267 +Ecuador,Americas,1987,67.231,9545158,6481.776993 +Ecuador,Americas,1992,69.613,10748394,7103.702595 +Ecuador,Americas,1997,72.312,11911819,7429.455877 +Ecuador,Americas,2002,74.173,12921234,5773.044512 +Ecuador,Americas,2007,74.994,13755680,6873.262326 +Egypt,Africa,1952,41.893,22223309,1418.822445 +Egypt,Africa,1957,44.444,25009741,1458.915272 +Egypt,Africa,1962,46.992,28173309,1693.335853 +Egypt,Africa,1967,49.293,31681188,1814.880728 +Egypt,Africa,1972,51.137,34807417,2024.008147 +Egypt,Africa,1977,53.319,38783863,2785.493582 +Egypt,Africa,1982,56.006,45681811,3503.729636 +Egypt,Africa,1987,59.797,52799062,3885.46071 +Egypt,Africa,1992,63.674,59402198,3794.755195 +Egypt,Africa,1997,67.217,66134291,4173.181797 +Egypt,Africa,2002,69.806,73312559,4754.604414 +Egypt,Africa,2007,71.338,80264543,5581.180998 +El Salvador,Americas,1952,45.262,2042865,3048.3029 +El Salvador,Americas,1957,48.57,2355805,3421.523218 +El Salvador,Americas,1962,52.307,2747687,3776.803627 +El Salvador,Americas,1967,55.855,3232927,4358.595393 +El Salvador,Americas,1972,58.207,3790903,4520.246008 +El Salvador,Americas,1977,56.696,4282586,5138.922374 +El Salvador,Americas,1982,56.604,4474873,4098.344175 +El Salvador,Americas,1987,63.154,4842194,4140.442097 +El Salvador,Americas,1992,66.798,5274649,4444.2317 +El Salvador,Americas,1997,69.535,5783439,5154.825496 +El Salvador,Americas,2002,70.734,6353681,5351.568666 +El Salvador,Americas,2007,71.878,6939688,5728.353514 +Equatorial Guinea,Africa,1952,34.482,216964,375.6431231 +Equatorial Guinea,Africa,1957,35.983,232922,426.0964081 +Equatorial Guinea,Africa,1962,37.485,249220,582.8419714 +Equatorial Guinea,Africa,1967,38.987,259864,915.5960025 +Equatorial Guinea,Africa,1972,40.516,277603,672.4122571 +Equatorial Guinea,Africa,1977,42.024,192675,958.5668124 +Equatorial Guinea,Africa,1982,43.662,285483,927.8253427 +Equatorial Guinea,Africa,1987,45.664,341244,966.8968149 +Equatorial Guinea,Africa,1992,47.545,387838,1132.055034 +Equatorial Guinea,Africa,1997,48.245,439971,2814.480755 +Equatorial Guinea,Africa,2002,49.348,495627,7703.4959 +Equatorial Guinea,Africa,2007,51.579,551201,12154.08975 +Eritrea,Africa,1952,35.928,1438760,328.9405571 +Eritrea,Africa,1957,38.047,1542611,344.1618859 +Eritrea,Africa,1962,40.158,1666618,380.9958433 +Eritrea,Africa,1967,42.189,1820319,468.7949699 +Eritrea,Africa,1972,44.142,2260187,514.3242082 +Eritrea,Africa,1977,44.535,2512642,505.7538077 +Eritrea,Africa,1982,43.89,2637297,524.8758493 +Eritrea,Africa,1987,46.453,2915959,521.1341333 +Eritrea,Africa,1992,49.991,3668440,582.8585102 +Eritrea,Africa,1997,53.378,4058319,913.47079 +Eritrea,Africa,2002,55.24,4414865,765.3500015 +Eritrea,Africa,2007,58.04,4906585,641.3695236 +Ethiopia,Africa,1952,34.078,20860941,362.1462796 +Ethiopia,Africa,1957,36.667,22815614,378.9041632 +Ethiopia,Africa,1962,40.059,25145372,419.4564161 +Ethiopia,Africa,1967,42.115,27860297,516.1186438 +Ethiopia,Africa,1972,43.515,30770372,566.2439442 +Ethiopia,Africa,1977,44.51,34617799,556.8083834 +Ethiopia,Africa,1982,44.916,38111756,577.8607471 +Ethiopia,Africa,1987,46.684,42999530,573.7413142 +Ethiopia,Africa,1992,48.091,52088559,421.3534653 +Ethiopia,Africa,1997,49.402,59861301,515.8894013 +Ethiopia,Africa,2002,50.725,67946797,530.0535319 +Ethiopia,Africa,2007,52.947,76511887,690.8055759 +Finland,Europe,1952,66.55,4090500,6424.519071 +Finland,Europe,1957,67.49,4324000,7545.415386 +Finland,Europe,1962,68.75,4491443,9371.842561 +Finland,Europe,1967,69.83,4605744,10921.63626 +Finland,Europe,1972,70.87,4639657,14358.8759 +Finland,Europe,1977,72.52,4738902,15605.42283 +Finland,Europe,1982,74.55,4826933,18533.15761 +Finland,Europe,1987,74.83,4931729,21141.01223 +Finland,Europe,1992,75.7,5041039,20647.16499 +Finland,Europe,1997,77.13,5134406,23723.9502 +Finland,Europe,2002,78.37,5193039,28204.59057 +Finland,Europe,2007,79.313,5238460,33207.0844 +France,Europe,1952,67.41,42459667,7029.809327 +France,Europe,1957,68.93,44310863,8662.834898 +France,Europe,1962,70.51,47124000,10560.48553 +France,Europe,1967,71.55,49569000,12999.91766 +France,Europe,1972,72.38,51732000,16107.19171 +France,Europe,1977,73.83,53165019,18292.63514 +France,Europe,1982,74.89,54433565,20293.89746 +France,Europe,1987,76.34,55630100,22066.44214 +France,Europe,1992,77.46,57374179,24703.79615 +France,Europe,1997,78.64,58623428,25889.78487 +France,Europe,2002,79.59,59925035,28926.03234 +France,Europe,2007,80.657,61083916,30470.0167 +Gabon,Africa,1952,37.003,420702,4293.476475 +Gabon,Africa,1957,38.999,434904,4976.198099 +Gabon,Africa,1962,40.489,455661,6631.459222 +Gabon,Africa,1967,44.598,489004,8358.761987 +Gabon,Africa,1972,48.69,537977,11401.94841 +Gabon,Africa,1977,52.79,706367,21745.57328 +Gabon,Africa,1982,56.564,753874,15113.36194 +Gabon,Africa,1987,60.19,880397,11864.40844 +Gabon,Africa,1992,61.366,985739,13522.15752 +Gabon,Africa,1997,60.461,1126189,14722.84188 +Gabon,Africa,2002,56.761,1299304,12521.71392 +Gabon,Africa,2007,56.735,1454867,13206.48452 +Gambia,Africa,1952,30,284320,485.2306591 +Gambia,Africa,1957,32.065,323150,520.9267111 +Gambia,Africa,1962,33.896,374020,599.650276 +Gambia,Africa,1967,35.857,439593,734.7829124 +Gambia,Africa,1972,38.308,517101,756.0868363 +Gambia,Africa,1977,41.842,608274,884.7552507 +Gambia,Africa,1982,45.58,715523,835.8096108 +Gambia,Africa,1987,49.265,848406,611.6588611 +Gambia,Africa,1992,52.644,1025384,665.6244126 +Gambia,Africa,1997,55.861,1235767,653.7301704 +Gambia,Africa,2002,58.041,1457766,660.5855997 +Gambia,Africa,2007,59.448,1688359,752.7497265 +Germany,Europe,1952,67.5,69145952,7144.114393 +Germany,Europe,1957,69.1,71019069,10187.82665 +Germany,Europe,1962,70.3,73739117,12902.46291 +Germany,Europe,1967,70.8,76368453,14745.62561 +Germany,Europe,1972,71,78717088,18016.18027 +Germany,Europe,1977,72.5,78160773,20512.92123 +Germany,Europe,1982,73.8,78335266,22031.53274 +Germany,Europe,1987,74.847,77718298,24639.18566 +Germany,Europe,1992,76.07,80597764,26505.30317 +Germany,Europe,1997,77.34,82011073,27788.88416 +Germany,Europe,2002,78.67,82350671,30035.80198 +Germany,Europe,2007,79.406,82400996,32170.37442 +Ghana,Africa,1952,43.149,5581001,911.2989371 +Ghana,Africa,1957,44.779,6391288,1043.561537 +Ghana,Africa,1962,46.452,7355248,1190.041118 +Ghana,Africa,1967,48.072,8490213,1125.69716 +Ghana,Africa,1972,49.875,9354120,1178.223708 +Ghana,Africa,1977,51.756,10538093,993.2239571 +Ghana,Africa,1982,53.744,11400338,876.032569 +Ghana,Africa,1987,55.729,14168101,847.0061135 +Ghana,Africa,1992,57.501,16278738,925.060154 +Ghana,Africa,1997,58.556,18418288,1005.245812 +Ghana,Africa,2002,58.453,20550751,1111.984578 +Ghana,Africa,2007,60.022,22873338,1327.60891 +Greece,Europe,1952,65.86,7733250,3530.690067 +Greece,Europe,1957,67.86,8096218,4916.299889 +Greece,Europe,1962,69.51,8448233,6017.190733 +Greece,Europe,1967,71,8716441,8513.097016 +Greece,Europe,1972,72.34,8888628,12724.82957 +Greece,Europe,1977,73.68,9308479,14195.52428 +Greece,Europe,1982,75.24,9786480,15268.42089 +Greece,Europe,1987,76.67,9974490,16120.52839 +Greece,Europe,1992,77.03,10325429,17541.49634 +Greece,Europe,1997,77.869,10502372,18747.69814 +Greece,Europe,2002,78.256,10603863,22514.2548 +Greece,Europe,2007,79.483,10706290,27538.41188 +Guatemala,Americas,1952,42.023,3146381,2428.237769 +Guatemala,Americas,1957,44.142,3640876,2617.155967 +Guatemala,Americas,1962,46.954,4208858,2750.364446 +Guatemala,Americas,1967,50.016,4690773,3242.531147 +Guatemala,Americas,1972,53.738,5149581,4031.408271 +Guatemala,Americas,1977,56.029,5703430,4879.992748 +Guatemala,Americas,1982,58.137,6395630,4820.49479 +Guatemala,Americas,1987,60.782,7326406,4246.485974 +Guatemala,Americas,1992,63.373,8486949,4439.45084 +Guatemala,Americas,1997,66.322,9803875,4684.313807 +Guatemala,Americas,2002,68.978,11178650,4858.347495 +Guatemala,Americas,2007,70.259,12572928,5186.050003 +Guinea,Africa,1952,33.609,2664249,510.1964923 +Guinea,Africa,1957,34.558,2876726,576.2670245 +Guinea,Africa,1962,35.753,3140003,686.3736739 +Guinea,Africa,1967,37.197,3451418,708.7595409 +Guinea,Africa,1972,38.842,3811387,741.6662307 +Guinea,Africa,1977,40.762,4227026,874.6858643 +Guinea,Africa,1982,42.891,4710497,857.2503577 +Guinea,Africa,1987,45.552,5650262,805.5724718 +Guinea,Africa,1992,48.576,6990574,794.3484384 +Guinea,Africa,1997,51.455,8048834,869.4497668 +Guinea,Africa,2002,53.676,8807818,945.5835837 +Guinea,Africa,2007,56.007,9947814,942.6542111 +Guinea-Bissau,Africa,1952,32.5,580653,299.850319 +Guinea-Bissau,Africa,1957,33.489,601095,431.7904566 +Guinea-Bissau,Africa,1962,34.488,627820,522.0343725 +Guinea-Bissau,Africa,1967,35.492,601287,715.5806402 +Guinea-Bissau,Africa,1972,36.486,625361,820.2245876 +Guinea-Bissau,Africa,1977,37.465,745228,764.7259628 +Guinea-Bissau,Africa,1982,39.327,825987,838.1239671 +Guinea-Bissau,Africa,1987,41.245,927524,736.4153921 +Guinea-Bissau,Africa,1992,43.266,1050938,745.5398706 +Guinea-Bissau,Africa,1997,44.873,1193708,796.6644681 +Guinea-Bissau,Africa,2002,45.504,1332459,575.7047176 +Guinea-Bissau,Africa,2007,46.388,1472041,579.231743 +Haiti,Americas,1952,37.579,3201488,1840.366939 +Haiti,Americas,1957,40.696,3507701,1726.887882 +Haiti,Americas,1962,43.59,3880130,1796.589032 +Haiti,Americas,1967,46.243,4318137,1452.057666 +Haiti,Americas,1972,48.042,4698301,1654.456946 +Haiti,Americas,1977,49.923,4908554,1874.298931 +Haiti,Americas,1982,51.461,5198399,2011.159549 +Haiti,Americas,1987,53.636,5756203,1823.015995 +Haiti,Americas,1992,55.089,6326682,1456.309517 +Haiti,Americas,1997,56.671,6913545,1341.726931 +Haiti,Americas,2002,58.137,7607651,1270.364932 +Haiti,Americas,2007,60.916,8502814,1201.637154 +Honduras,Americas,1952,41.912,1517453,2194.926204 +Honduras,Americas,1957,44.665,1770390,2220.487682 +Honduras,Americas,1962,48.041,2090162,2291.156835 +Honduras,Americas,1967,50.924,2500689,2538.269358 +Honduras,Americas,1972,53.884,2965146,2529.842345 +Honduras,Americas,1977,57.402,3055235,3203.208066 +Honduras,Americas,1982,60.909,3669448,3121.760794 +Honduras,Americas,1987,64.492,4372203,3023.096699 +Honduras,Americas,1992,66.399,5077347,3081.694603 +Honduras,Americas,1997,67.659,5867957,3160.454906 +Honduras,Americas,2002,68.565,6677328,3099.72866 +Honduras,Americas,2007,70.198,7483763,3548.330846 +"Hong Kong, China",Asia,1952,60.96,2125900,3054.421209 +"Hong Kong, China",Asia,1957,64.75,2736300,3629.076457 +"Hong Kong, China",Asia,1962,67.65,3305200,4692.648272 +"Hong Kong, China",Asia,1967,70,3722800,6197.962814 +"Hong Kong, China",Asia,1972,72,4115700,8315.928145 +"Hong Kong, China",Asia,1977,73.6,4583700,11186.14125 +"Hong Kong, China",Asia,1982,75.45,5264500,14560.53051 +"Hong Kong, China",Asia,1987,76.2,5584510,20038.47269 +"Hong Kong, China",Asia,1992,77.601,5829696,24757.60301 +"Hong Kong, China",Asia,1997,80,6495918,28377.63219 +"Hong Kong, China",Asia,2002,81.495,6762476,30209.01516 +"Hong Kong, China",Asia,2007,82.208,6980412,39724.97867 +Hungary,Europe,1952,64.03,9504000,5263.673816 +Hungary,Europe,1957,66.41,9839000,6040.180011 +Hungary,Europe,1962,67.96,10063000,7550.359877 +Hungary,Europe,1967,69.5,10223422,9326.64467 +Hungary,Europe,1972,69.76,10394091,10168.65611 +Hungary,Europe,1977,69.95,10637171,11674.83737 +Hungary,Europe,1982,69.39,10705535,12545.99066 +Hungary,Europe,1987,69.58,10612740,12986.47998 +Hungary,Europe,1992,69.17,10348684,10535.62855 +Hungary,Europe,1997,71.04,10244684,11712.7768 +Hungary,Europe,2002,72.59,10083313,14843.93556 +Hungary,Europe,2007,73.338,9956108,18008.94444 +Iceland,Europe,1952,72.49,147962,7267.688428 +Iceland,Europe,1957,73.47,165110,9244.001412 +Iceland,Europe,1962,73.68,182053,10350.15906 +Iceland,Europe,1967,73.73,198676,13319.89568 +Iceland,Europe,1972,74.46,209275,15798.06362 +Iceland,Europe,1977,76.11,221823,19654.96247 +Iceland,Europe,1982,76.99,233997,23269.6075 +Iceland,Europe,1987,77.23,244676,26923.20628 +Iceland,Europe,1992,78.77,259012,25144.39201 +Iceland,Europe,1997,78.95,271192,28061.09966 +Iceland,Europe,2002,80.5,288030,31163.20196 +Iceland,Europe,2007,81.757,301931,36180.78919 +India,Asia,1952,37.373,372000000,546.5657493 +India,Asia,1957,40.249,409000000,590.061996 +India,Asia,1962,43.605,454000000,658.3471509 +India,Asia,1967,47.193,506000000,700.7706107 +India,Asia,1972,50.651,567000000,724.032527 +India,Asia,1977,54.208,634000000,813.337323 +India,Asia,1982,56.596,708000000,855.7235377 +India,Asia,1987,58.553,788000000,976.5126756 +India,Asia,1992,60.223,872000000,1164.406809 +India,Asia,1997,61.765,959000000,1458.817442 +India,Asia,2002,62.879,1034172547,1746.769454 +India,Asia,2007,64.698,1110396331,2452.210407 +Indonesia,Asia,1952,37.468,82052000,749.6816546 +Indonesia,Asia,1957,39.918,90124000,858.9002707 +Indonesia,Asia,1962,42.518,99028000,849.2897701 +Indonesia,Asia,1967,45.964,109343000,762.4317721 +Indonesia,Asia,1972,49.203,121282000,1111.107907 +Indonesia,Asia,1977,52.702,136725000,1382.702056 +Indonesia,Asia,1982,56.159,153343000,1516.872988 +Indonesia,Asia,1987,60.137,169276000,1748.356961 +Indonesia,Asia,1992,62.681,184816000,2383.140898 +Indonesia,Asia,1997,66.041,199278000,3119.335603 +Indonesia,Asia,2002,68.588,211060000,2873.91287 +Indonesia,Asia,2007,70.65,223547000,3540.651564 +Iran,Asia,1952,44.869,17272000,3035.326002 +Iran,Asia,1957,47.181,19792000,3290.257643 +Iran,Asia,1962,49.325,22874000,4187.329802 +Iran,Asia,1967,52.469,26538000,5906.731805 +Iran,Asia,1972,55.234,30614000,9613.818607 +Iran,Asia,1977,57.702,35480679,11888.59508 +Iran,Asia,1982,59.62,43072751,7608.334602 +Iran,Asia,1987,63.04,51889696,6642.881371 +Iran,Asia,1992,65.742,60397973,7235.653188 +Iran,Asia,1997,68.042,63327987,8263.590301 +Iran,Asia,2002,69.451,66907826,9240.761975 +Iran,Asia,2007,70.964,69453570,11605.71449 +Iraq,Asia,1952,45.32,5441766,4129.766056 +Iraq,Asia,1957,48.437,6248643,6229.333562 +Iraq,Asia,1962,51.457,7240260,8341.737815 +Iraq,Asia,1967,54.459,8519282,8931.459811 +Iraq,Asia,1972,56.95,10061506,9576.037596 +Iraq,Asia,1977,60.413,11882916,14688.23507 +Iraq,Asia,1982,62.038,14173318,14517.90711 +Iraq,Asia,1987,65.044,16543189,11643.57268 +Iraq,Asia,1992,59.461,17861905,3745.640687 +Iraq,Asia,1997,58.811,20775703,3076.239795 +Iraq,Asia,2002,57.046,24001816,4390.717312 +Iraq,Asia,2007,59.545,27499638,4471.061906 +Ireland,Europe,1952,66.91,2952156,5210.280328 +Ireland,Europe,1957,68.9,2878220,5599.077872 +Ireland,Europe,1962,70.29,2830000,6631.597314 +Ireland,Europe,1967,71.08,2900100,7655.568963 +Ireland,Europe,1972,71.28,3024400,9530.772896 +Ireland,Europe,1977,72.03,3271900,11150.98113 +Ireland,Europe,1982,73.1,3480000,12618.32141 +Ireland,Europe,1987,74.36,3539900,13872.86652 +Ireland,Europe,1992,75.467,3557761,17558.81555 +Ireland,Europe,1997,76.122,3667233,24521.94713 +Ireland,Europe,2002,77.783,3879155,34077.04939 +Ireland,Europe,2007,78.885,4109086,40675.99635 +Israel,Asia,1952,65.39,1620914,4086.522128 +Israel,Asia,1957,67.84,1944401,5385.278451 +Israel,Asia,1962,69.39,2310904,7105.630706 +Israel,Asia,1967,70.75,2693585,8393.741404 +Israel,Asia,1972,71.63,3095893,12786.93223 +Israel,Asia,1977,73.06,3495918,13306.61921 +Israel,Asia,1982,74.45,3858421,15367.0292 +Israel,Asia,1987,75.6,4203148,17122.47986 +Israel,Asia,1992,76.93,4936550,18051.52254 +Israel,Asia,1997,78.269,5531387,20896.60924 +Israel,Asia,2002,79.696,6029529,21905.59514 +Israel,Asia,2007,80.745,6426679,25523.2771 +Italy,Europe,1952,65.94,47666000,4931.404155 +Italy,Europe,1957,67.81,49182000,6248.656232 +Italy,Europe,1962,69.24,50843200,8243.58234 +Italy,Europe,1967,71.06,52667100,10022.40131 +Italy,Europe,1972,72.19,54365564,12269.27378 +Italy,Europe,1977,73.48,56059245,14255.98475 +Italy,Europe,1982,74.98,56535636,16537.4835 +Italy,Europe,1987,76.42,56729703,19207.23482 +Italy,Europe,1992,77.44,56840847,22013.64486 +Italy,Europe,1997,78.82,57479469,24675.02446 +Italy,Europe,2002,80.24,57926999,27968.09817 +Italy,Europe,2007,80.546,58147733,28569.7197 +Jamaica,Americas,1952,58.53,1426095,2898.530881 +Jamaica,Americas,1957,62.61,1535090,4756.525781 +Jamaica,Americas,1962,65.61,1665128,5246.107524 +Jamaica,Americas,1967,67.51,1861096,6124.703451 +Jamaica,Americas,1972,69,1997616,7433.889293 +Jamaica,Americas,1977,70.11,2156814,6650.195573 +Jamaica,Americas,1982,71.21,2298309,6068.05135 +Jamaica,Americas,1987,71.77,2326606,6351.237495 +Jamaica,Americas,1992,71.766,2378618,7404.923685 +Jamaica,Americas,1997,72.262,2531311,7121.924704 +Jamaica,Americas,2002,72.047,2664659,6994.774861 +Jamaica,Americas,2007,72.567,2780132,7320.880262 +Japan,Asia,1952,63.03,86459025,3216.956347 +Japan,Asia,1957,65.5,91563009,4317.694365 +Japan,Asia,1962,68.73,95831757,6576.649461 +Japan,Asia,1967,71.43,100825279,9847.788607 +Japan,Asia,1972,73.42,107188273,14778.78636 +Japan,Asia,1977,75.38,113872473,16610.37701 +Japan,Asia,1982,77.11,118454974,19384.10571 +Japan,Asia,1987,78.67,122091325,22375.94189 +Japan,Asia,1992,79.36,124329269,26824.89511 +Japan,Asia,1997,80.69,125956499,28816.58499 +Japan,Asia,2002,82,127065841,28604.5919 +Japan,Asia,2007,82.603,127467972,31656.06806 +Jordan,Asia,1952,43.158,607914,1546.907807 +Jordan,Asia,1957,45.669,746559,1886.080591 +Jordan,Asia,1962,48.126,933559,2348.009158 +Jordan,Asia,1967,51.629,1255058,2741.796252 +Jordan,Asia,1972,56.528,1613551,2110.856309 +Jordan,Asia,1977,61.134,1937652,2852.351568 +Jordan,Asia,1982,63.739,2347031,4161.415959 +Jordan,Asia,1987,65.869,2820042,4448.679912 +Jordan,Asia,1992,68.015,3867409,3431.593647 +Jordan,Asia,1997,69.772,4526235,3645.379572 +Jordan,Asia,2002,71.263,5307470,3844.917194 +Jordan,Asia,2007,72.535,6053193,4519.461171 +Kenya,Africa,1952,42.27,6464046,853.540919 +Kenya,Africa,1957,44.686,7454779,944.4383152 +Kenya,Africa,1962,47.949,8678557,896.9663732 +Kenya,Africa,1967,50.654,10191512,1056.736457 +Kenya,Africa,1972,53.559,12044785,1222.359968 +Kenya,Africa,1977,56.155,14500404,1267.613204 +Kenya,Africa,1982,58.766,17661452,1348.225791 +Kenya,Africa,1987,59.339,21198082,1361.936856 +Kenya,Africa,1992,59.285,25020539,1341.921721 +Kenya,Africa,1997,54.407,28263827,1360.485021 +Kenya,Africa,2002,50.992,31386842,1287.514732 +Kenya,Africa,2007,54.11,35610177,1463.249282 +"Korea, Dem. Rep.",Asia,1952,50.056,8865488,1088.277758 +"Korea, Dem. Rep.",Asia,1957,54.081,9411381,1571.134655 +"Korea, Dem. Rep.",Asia,1962,56.656,10917494,1621.693598 +"Korea, Dem. Rep.",Asia,1967,59.942,12617009,2143.540609 +"Korea, Dem. Rep.",Asia,1972,63.983,14781241,3701.621503 +"Korea, Dem. Rep.",Asia,1977,67.159,16325320,4106.301249 +"Korea, Dem. Rep.",Asia,1982,69.1,17647518,4106.525293 +"Korea, Dem. Rep.",Asia,1987,70.647,19067554,4106.492315 +"Korea, Dem. Rep.",Asia,1992,69.978,20711375,3726.063507 +"Korea, Dem. Rep.",Asia,1997,67.727,21585105,1690.756814 +"Korea, Dem. Rep.",Asia,2002,66.662,22215365,1646.758151 +"Korea, Dem. Rep.",Asia,2007,67.297,23301725,1593.06548 +"Korea, Rep.",Asia,1952,47.453,20947571,1030.592226 +"Korea, Rep.",Asia,1957,52.681,22611552,1487.593537 +"Korea, Rep.",Asia,1962,55.292,26420307,1536.344387 +"Korea, Rep.",Asia,1967,57.716,30131000,2029.228142 +"Korea, Rep.",Asia,1972,62.612,33505000,3030.87665 +"Korea, Rep.",Asia,1977,64.766,36436000,4657.22102 +"Korea, Rep.",Asia,1982,67.123,39326000,5622.942464 +"Korea, Rep.",Asia,1987,69.81,41622000,8533.088805 +"Korea, Rep.",Asia,1992,72.244,43805450,12104.27872 +"Korea, Rep.",Asia,1997,74.647,46173816,15993.52796 +"Korea, Rep.",Asia,2002,77.045,47969150,19233.98818 +"Korea, Rep.",Asia,2007,78.623,49044790,23348.13973 +Kuwait,Asia,1952,55.565,160000,108382.3529 +Kuwait,Asia,1957,58.033,212846,113523.1329 +Kuwait,Asia,1962,60.47,358266,95458.11176 +Kuwait,Asia,1967,64.624,575003,80894.88326 +Kuwait,Asia,1972,67.712,841934,109347.867 +Kuwait,Asia,1977,69.343,1140357,59265.47714 +Kuwait,Asia,1982,71.309,1497494,31354.03573 +Kuwait,Asia,1987,74.174,1891487,28118.42998 +Kuwait,Asia,1992,75.19,1418095,34932.91959 +Kuwait,Asia,1997,76.156,1765345,40300.619960000004 +Kuwait,Asia,2002,76.904,2111561,35110.10566 +Kuwait,Asia,2007,77.588,2505559,47306.98978 +Lebanon,Asia,1952,55.928,1439529,4834.804067 +Lebanon,Asia,1957,59.489,1647412,6089.786934 +Lebanon,Asia,1962,62.094,1886848,5714.560611 +Lebanon,Asia,1967,63.87,2186894,6006.983042 +Lebanon,Asia,1972,65.421,2680018,7486.384341 +Lebanon,Asia,1977,66.099,3115787,8659.696836 +Lebanon,Asia,1982,66.983,3086876,7640.519521 +Lebanon,Asia,1987,67.926,3089353,5377.091329 +Lebanon,Asia,1992,69.292,3219994,6890.806854 +Lebanon,Asia,1997,70.265,3430388,8754.96385 +Lebanon,Asia,2002,71.028,3677780,9313.93883 +Lebanon,Asia,2007,71.993,3921278,10461.05868 +Lesotho,Africa,1952,42.138,748747,298.8462121 +Lesotho,Africa,1957,45.047,813338,335.9971151 +Lesotho,Africa,1962,47.747,893143,411.8006266 +Lesotho,Africa,1967,48.492,996380,498.6390265 +Lesotho,Africa,1972,49.767,1116779,496.5815922 +Lesotho,Africa,1977,52.208,1251524,745.3695408 +Lesotho,Africa,1982,55.078,1411807,797.2631074 +Lesotho,Africa,1987,57.18,1599200,773.9932141 +Lesotho,Africa,1992,59.685,1803195,977.4862725 +Lesotho,Africa,1997,55.558,1982823,1186.147994 +Lesotho,Africa,2002,44.593,2046772,1275.184575 +Lesotho,Africa,2007,42.592,2012649,1569.331442 +Liberia,Africa,1952,38.48,863308,575.5729961 +Liberia,Africa,1957,39.486,975950,620.9699901 +Liberia,Africa,1962,40.502,1112796,634.1951625 +Liberia,Africa,1967,41.536,1279406,713.6036483 +Liberia,Africa,1972,42.614,1482628,803.0054535 +Liberia,Africa,1977,43.764,1703617,640.3224383 +Liberia,Africa,1982,44.852,1956875,572.1995694 +Liberia,Africa,1987,46.027,2269414,506.1138573 +Liberia,Africa,1992,40.802,1912974,636.6229191 +Liberia,Africa,1997,42.221,2200725,609.17395079999994 +Liberia,Africa,2002,43.753,2814651,531.4823679 +Liberia,Africa,2007,45.678,3193942,414.5073415 +Libya,Africa,1952,42.723,1019729,2387.54806 +Libya,Africa,1957,45.289,1201578,3448.284395 +Libya,Africa,1962,47.808,1441863,6757.030816 +Libya,Africa,1967,50.227,1759224,18772.75169 +Libya,Africa,1972,52.773,2183877,21011.49721 +Libya,Africa,1977,57.442,2721783,21951.21176 +Libya,Africa,1982,62.155,3344074,17364.27538 +Libya,Africa,1987,66.234,3799845,11770.5898 +Libya,Africa,1992,68.755,4364501,9640.138501 +Libya,Africa,1997,71.555,4759670,9467.446056 +Libya,Africa,2002,72.737,5368585,9534.677467 +Libya,Africa,2007,73.952,6036914,12057.49928 +Madagascar,Africa,1952,36.681,4762912,1443.011715 +Madagascar,Africa,1957,38.865,5181679,1589.20275 +Madagascar,Africa,1962,40.848,5703324,1643.38711 +Madagascar,Africa,1967,42.881,6334556,1634.047282 +Madagascar,Africa,1972,44.851,7082430,1748.562982 +Madagascar,Africa,1977,46.881,8007166,1544.228586 +Madagascar,Africa,1982,48.969,9171477,1302.878658 +Madagascar,Africa,1987,49.35,10568642,1155.441948 +Madagascar,Africa,1992,52.214,12210395,1040.67619 +Madagascar,Africa,1997,54.978,14165114,986.2958956 +Madagascar,Africa,2002,57.286,16473477,894.6370822 +Madagascar,Africa,2007,59.443,19167654,1044.770126 +Malawi,Africa,1952,36.256,2917802,369.1650802 +Malawi,Africa,1957,37.207,3221238,416.3698064 +Malawi,Africa,1962,38.41,3628608,427.9010856 +Malawi,Africa,1967,39.487,4147252,495.5147806 +Malawi,Africa,1972,41.766,4730997,584.6219709 +Malawi,Africa,1977,43.767,5637246,663.2236766 +Malawi,Africa,1982,45.642,6502825,632.8039209 +Malawi,Africa,1987,47.457,7824747,635.5173634 +Malawi,Africa,1992,49.42,10014249,563.2000145 +Malawi,Africa,1997,47.495,10419991,692.2758103 +Malawi,Africa,2002,45.009,11824495,665.4231186 +Malawi,Africa,2007,48.303,13327079,759.3499101 +Malaysia,Asia,1952,48.463,6748378,1831.132894 +Malaysia,Asia,1957,52.102,7739235,1810.066992 +Malaysia,Asia,1962,55.737,8906385,2036.884944 +Malaysia,Asia,1967,59.371,10154878,2277.742396 +Malaysia,Asia,1972,63.01,11441462,2849.09478 +Malaysia,Asia,1977,65.256,12845381,3827.921571 +Malaysia,Asia,1982,68,14441916,4920.355951 +Malaysia,Asia,1987,69.5,16331785,5249.802653 +Malaysia,Asia,1992,70.693,18319502,7277.912802 +Malaysia,Asia,1997,71.938,20476091,10132.90964 +Malaysia,Asia,2002,73.044,22662365,10206.97794 +Malaysia,Asia,2007,74.241,24821286,12451.6558 +Mali,Africa,1952,33.685,3838168,452.3369807 +Mali,Africa,1957,35.307,4241884,490.3821867 +Mali,Africa,1962,36.936,4690372,496.1743428 +Mali,Africa,1967,38.487,5212416,545.0098873 +Mali,Africa,1972,39.977,5828158,581.3688761 +Mali,Africa,1977,41.714,6491649,686.3952693 +Mali,Africa,1982,43.916,6998256,618.0140641 +Mali,Africa,1987,46.364,7634008,684.1715576 +Mali,Africa,1992,48.388,8416215,739.014375 +Mali,Africa,1997,49.903,9384984,790.2579846 +Mali,Africa,2002,51.818,10580176,951.4097518 +Mali,Africa,2007,54.467,12031795,1042.581557 +Mauritania,Africa,1952,40.543,1022556,743.1159097 +Mauritania,Africa,1957,42.338,1076852,846.1202613 +Mauritania,Africa,1962,44.248,1146757,1055.896036 +Mauritania,Africa,1967,46.289,1230542,1421.145193 +Mauritania,Africa,1972,48.437,1332786,1586.851781 +Mauritania,Africa,1977,50.852,1456688,1497.492223 +Mauritania,Africa,1982,53.599,1622136,1481.150189 +Mauritania,Africa,1987,56.145,1841240,1421.603576 +Mauritania,Africa,1992,58.333,2119465,1361.369784 +Mauritania,Africa,1997,60.43,2444741,1483.136136 +Mauritania,Africa,2002,62.247,2828858,1579.019543 +Mauritania,Africa,2007,64.164,3270065,1803.151496 +Mauritius,Africa,1952,50.986,516556,1967.955707 +Mauritius,Africa,1957,58.089,609816,2034.037981 +Mauritius,Africa,1962,60.246,701016,2529.067487 +Mauritius,Africa,1967,61.557,789309,2475.387562 +Mauritius,Africa,1972,62.944,851334,2575.484158 +Mauritius,Africa,1977,64.93,913025,3710.982963 +Mauritius,Africa,1982,66.711,992040,3688.037739 +Mauritius,Africa,1987,68.74,1042663,4783.586903 +Mauritius,Africa,1992,69.745,1096202,6058.253846 +Mauritius,Africa,1997,70.736,1149818,7425.705295 +Mauritius,Africa,2002,71.954,1200206,9021.815894 +Mauritius,Africa,2007,72.801,1250882,10956.99112 +Mexico,Americas,1952,50.789,30144317,3478.125529 +Mexico,Americas,1957,55.19,35015548,4131.546641 +Mexico,Americas,1962,58.299,41121485,4581.609385 +Mexico,Americas,1967,60.11,47995559,5754.733883 +Mexico,Americas,1972,62.361,55984294,6809.40669 +Mexico,Americas,1977,65.032,63759976,7674.929108 +Mexico,Americas,1982,67.405,71640904,9611.147541 +Mexico,Americas,1987,69.498,80122492,8688.156003 +Mexico,Americas,1992,71.455,88111030,9472.384295 +Mexico,Americas,1997,73.67,95895146,9767.29753 +Mexico,Americas,2002,74.902,102479927,10742.44053 +Mexico,Americas,2007,76.195,108700891,11977.57496 +Mongolia,Asia,1952,42.244,800663,786.5668575 +Mongolia,Asia,1957,45.248,882134,912.6626085 +Mongolia,Asia,1962,48.251,1010280,1056.353958 +Mongolia,Asia,1967,51.253,1149500,1226.04113 +Mongolia,Asia,1972,53.754,1320500,1421.741975 +Mongolia,Asia,1977,55.491,1528000,1647.511665 +Mongolia,Asia,1982,57.489,1756032,2000.603139 +Mongolia,Asia,1987,60.222,2015133,2338.008304 +Mongolia,Asia,1992,61.271,2312802,1785.402016 +Mongolia,Asia,1997,63.625,2494803,1902.2521 +Mongolia,Asia,2002,65.033,2674234,2140.739323 +Mongolia,Asia,2007,66.803,2874127,3095.772271 +Montenegro,Europe,1952,59.164,413834,2647.585601 +Montenegro,Europe,1957,61.448,442829,3682.259903 +Montenegro,Europe,1962,63.728,474528,4649.593785 +Montenegro,Europe,1967,67.178,501035,5907.850937 +Montenegro,Europe,1972,70.636,527678,7778.414017 +Montenegro,Europe,1977,73.066,560073,9595.929905 +Montenegro,Europe,1982,74.101,562548,11222.58762 +Montenegro,Europe,1987,74.865,569473,11732.51017 +Montenegro,Europe,1992,75.435,621621,7003.339037 +Montenegro,Europe,1997,75.445,692651,6465.613349 +Montenegro,Europe,2002,73.981,720230,6557.194282 +Montenegro,Europe,2007,74.543,684736,9253.896111 +Morocco,Africa,1952,42.873,9939217,1688.20357 +Morocco,Africa,1957,45.423,11406350,1642.002314 +Morocco,Africa,1962,47.924,13056604,1566.353493 +Morocco,Africa,1967,50.335,14770296,1711.04477 +Morocco,Africa,1972,52.862,16660670,1930.194975 +Morocco,Africa,1977,55.73,18396941,2370.619976 +Morocco,Africa,1982,59.65,20198730,2702.620356 +Morocco,Africa,1987,62.677,22987397,2755.046991 +Morocco,Africa,1992,65.393,25798239,2948.047252 +Morocco,Africa,1997,67.66,28529501,2982.101858 +Morocco,Africa,2002,69.615,31167783,3258.495584 +Morocco,Africa,2007,71.164,33757175,3820.17523 +Mozambique,Africa,1952,31.286,6446316,468.5260381 +Mozambique,Africa,1957,33.779,7038035,495.5868333 +Mozambique,Africa,1962,36.161,7788944,556.6863539 +Mozambique,Africa,1967,38.113,8680909,566.6691539 +Mozambique,Africa,1972,40.328,9809596,724.9178037 +Mozambique,Africa,1977,42.495,11127868,502.3197334 +Mozambique,Africa,1982,42.795,12587223,462.2114149 +Mozambique,Africa,1987,42.861,12891952,389.8761846 +Mozambique,Africa,1992,44.284,13160731,410.8968239 +Mozambique,Africa,1997,46.344,16603334,472.3460771 +Mozambique,Africa,2002,44.026,18473780,633.6179466 +Mozambique,Africa,2007,42.082,19951656,823.6856205 +Myanmar,Asia,1952,36.319,20092996,331 +Myanmar,Asia,1957,41.905,21731844,350 +Myanmar,Asia,1962,45.108,23634436,388 +Myanmar,Asia,1967,49.379,25870271,349 +Myanmar,Asia,1972,53.07,28466390,357 +Myanmar,Asia,1977,56.059,31528087,371 +Myanmar,Asia,1982,58.056,34680442,424 +Myanmar,Asia,1987,58.339,38028578,385 +Myanmar,Asia,1992,59.32,40546538,347 +Myanmar,Asia,1997,60.328,43247867,415 +Myanmar,Asia,2002,59.908,45598081,611 +Myanmar,Asia,2007,62.069,47761980,944 +Namibia,Africa,1952,41.725,485831,2423.780443 +Namibia,Africa,1957,45.226,548080,2621.448058 +Namibia,Africa,1962,48.386,621392,3173.215595 +Namibia,Africa,1967,51.159,706640,3793.694753 +Namibia,Africa,1972,53.867,821782,3746.080948 +Namibia,Africa,1977,56.437,977026,3876.485958 +Namibia,Africa,1982,58.968,1099010,4191.100511 +Namibia,Africa,1987,60.835,1278184,3693.731337 +Namibia,Africa,1992,61.999,1554253,3804.537999 +Namibia,Africa,1997,58.909,1774766,3899.52426 +Namibia,Africa,2002,51.479,1972153,4072.324751 +Namibia,Africa,2007,52.906,2055080,4811.060429 +Nepal,Asia,1952,36.157,9182536,545.8657229 +Nepal,Asia,1957,37.686,9682338,597.9363558 +Nepal,Asia,1962,39.393,10332057,652.3968593 +Nepal,Asia,1967,41.472,11261690,676.4422254 +Nepal,Asia,1972,43.971,12412593,674.7881296 +Nepal,Asia,1977,46.748,13933198,694.1124398 +Nepal,Asia,1982,49.594,15796314,718.3730947 +Nepal,Asia,1987,52.537,17917180,775.6324501 +Nepal,Asia,1992,55.727,20326209,897.7403604 +Nepal,Asia,1997,59.426,23001113,1010.892138 +Nepal,Asia,2002,61.34,25873917,1057.206311 +Nepal,Asia,2007,63.785,28901790,1091.359778 +Netherlands,Europe,1952,72.13,10381988,8941.571858 +Netherlands,Europe,1957,72.99,11026383,11276.19344 +Netherlands,Europe,1962,73.23,11805689,12790.84956 +Netherlands,Europe,1967,73.82,12596822,15363.25136 +Netherlands,Europe,1972,73.75,13329874,18794.74567 +Netherlands,Europe,1977,75.24,13852989,21209.0592 +Netherlands,Europe,1982,76.05,14310401,21399.46046 +Netherlands,Europe,1987,76.83,14665278,23651.32361 +Netherlands,Europe,1992,77.42,15174244,26790.94961 +Netherlands,Europe,1997,78.03,15604464,30246.13063 +Netherlands,Europe,2002,78.53,16122830,33724.75778 +Netherlands,Europe,2007,79.762,16570613,36797.93332 +New Zealand,Oceania,1952,69.39,1994794,10556.57566 +New Zealand,Oceania,1957,70.26,2229407,12247.39532 +New Zealand,Oceania,1962,71.24,2488550,13175.678 +New Zealand,Oceania,1967,71.52,2728150,14463.91893 +New Zealand,Oceania,1972,71.89,2929100,16046.03728 +New Zealand,Oceania,1977,72.22,3164900,16233.7177 +New Zealand,Oceania,1982,73.84,3210650,17632.4104 +New Zealand,Oceania,1987,74.32,3317166,19007.19129 +New Zealand,Oceania,1992,76.33,3437674,18363.32494 +New Zealand,Oceania,1997,77.55,3676187,21050.41377 +New Zealand,Oceania,2002,79.11,3908037,23189.80135 +New Zealand,Oceania,2007,80.204,4115771,25185.00911 +Nicaragua,Americas,1952,42.314,1165790,3112.363948 +Nicaragua,Americas,1957,45.432,1358828,3457.415947 +Nicaragua,Americas,1962,48.632,1590597,3634.364406 +Nicaragua,Americas,1967,51.884,1865490,4643.393534 +Nicaragua,Americas,1972,55.151,2182908,4688.593267 +Nicaragua,Americas,1977,57.47,2554598,5486.371089 +Nicaragua,Americas,1982,59.298,2979423,3470.338156 +Nicaragua,Americas,1987,62.008,3344353,2955.984375 +Nicaragua,Americas,1992,65.843,4017939,2170.151724 +Nicaragua,Americas,1997,68.426,4609572,2253.023004 +Nicaragua,Americas,2002,70.836,5146848,2474.548819 +Nicaragua,Americas,2007,72.899,5675356,2749.320965 +Niger,Africa,1952,37.444,3379468,761.879376 +Niger,Africa,1957,38.598,3692184,835.5234025 +Niger,Africa,1962,39.487,4076008,997.7661127 +Niger,Africa,1967,40.118,4534062,1054.384891 +Niger,Africa,1972,40.546,5060262,954.2092363 +Niger,Africa,1977,41.291,5682086,808.8970728 +Niger,Africa,1982,42.598,6437188,909.7221354 +Niger,Africa,1987,44.555,7332638,668.3000228 +Niger,Africa,1992,47.391,8392818,581.182725 +Niger,Africa,1997,51.313,9666252,580.3052092 +Niger,Africa,2002,54.496,11140655,601.0745012 +Niger,Africa,2007,56.867,12894865,619.6768924 +Nigeria,Africa,1952,36.324,33119096,1077.281856 +Nigeria,Africa,1957,37.802,37173340,1100.592563 +Nigeria,Africa,1962,39.36,41871351,1150.927478 +Nigeria,Africa,1967,41.04,47287752,1014.514104 +Nigeria,Africa,1972,42.821,53740085,1698.388838 +Nigeria,Africa,1977,44.514,62209173,1981.951806 +Nigeria,Africa,1982,45.826,73039376,1576.97375 +Nigeria,Africa,1987,46.886,81551520,1385.029563 +Nigeria,Africa,1992,47.472,93364244,1619.848217 +Nigeria,Africa,1997,47.464,106207839,1624.941275 +Nigeria,Africa,2002,46.608,119901274,1615.286395 +Nigeria,Africa,2007,46.859,135031164,2013.977305 +Norway,Europe,1952,72.67,3327728,10095.42172 +Norway,Europe,1957,73.44,3491938,11653.97304 +Norway,Europe,1962,73.47,3638919,13450.40151 +Norway,Europe,1967,74.08,3786019,16361.87647 +Norway,Europe,1972,74.34,3933004,18965.05551 +Norway,Europe,1977,75.37,4043205,23311.34939 +Norway,Europe,1982,75.97,4114787,26298.63531 +Norway,Europe,1987,75.89,4186147,31540.9748 +Norway,Europe,1992,77.32,4286357,33965.66115 +Norway,Europe,1997,78.32,4405672,41283.16433 +Norway,Europe,2002,79.05,4535591,44683.97525 +Norway,Europe,2007,80.196,4627926,49357.19017 +Oman,Asia,1952,37.578,507833,1828.230307 +Oman,Asia,1957,40.08,561977,2242.746551 +Oman,Asia,1962,43.165,628164,2924.638113 +Oman,Asia,1967,46.988,714775,4720.942687 +Oman,Asia,1972,52.143,829050,10618.03855 +Oman,Asia,1977,57.367,1004533,11848.34392 +Oman,Asia,1982,62.728,1301048,12954.79101 +Oman,Asia,1987,67.734,1593882,18115.22313 +Oman,Asia,1992,71.197,1915208,18616.70691 +Oman,Asia,1997,72.499,2283635,19702.05581 +Oman,Asia,2002,74.193,2713462,19774.83687 +Oman,Asia,2007,75.64,3204897,22316.19287 +Pakistan,Asia,1952,43.436,41346560,684.5971438 +Pakistan,Asia,1957,45.557,46679944,747.0835292 +Pakistan,Asia,1962,47.67,53100671,803.3427418 +Pakistan,Asia,1967,49.8,60641899,942.4082588 +Pakistan,Asia,1972,51.929,69325921,1049.938981 +Pakistan,Asia,1977,54.043,78152686,1175.921193 +Pakistan,Asia,1982,56.158,91462088,1443.429832 +Pakistan,Asia,1987,58.245,105186881,1704.686583 +Pakistan,Asia,1992,60.838,120065004,1971.829464 +Pakistan,Asia,1997,61.818,135564834,2049.350521 +Pakistan,Asia,2002,63.61,153403524,2092.712441 +Pakistan,Asia,2007,65.483,169270617,2605.94758 +Panama,Americas,1952,55.191,940080,2480.380334 +Panama,Americas,1957,59.201,1063506,2961.800905 +Panama,Americas,1962,61.817,1215725,3536.540301 +Panama,Americas,1967,64.071,1405486,4421.009084 +Panama,Americas,1972,66.216,1616384,5364.249663 +Panama,Americas,1977,68.681,1839782,5351.912144 +Panama,Americas,1982,70.472,2036305,7009.601598 +Panama,Americas,1987,71.523,2253639,7034.779161 +Panama,Americas,1992,72.462,2484997,6618.74305 +Panama,Americas,1997,73.738,2734531,7113.692252 +Panama,Americas,2002,74.712,2990875,7356.031934 +Panama,Americas,2007,75.537,3242173,9809.185636 +Paraguay,Americas,1952,62.649,1555876,1952.308701 +Paraguay,Americas,1957,63.196,1770902,2046.154706 +Paraguay,Americas,1962,64.361,2009813,2148.027146 +Paraguay,Americas,1967,64.951,2287985,2299.376311 +Paraguay,Americas,1972,65.815,2614104,2523.337977 +Paraguay,Americas,1977,66.353,2984494,3248.373311 +Paraguay,Americas,1982,66.874,3366439,4258.503604 +Paraguay,Americas,1987,67.378,3886512,3998.875695 +Paraguay,Americas,1992,68.225,4483945,4196.411078 +Paraguay,Americas,1997,69.4,5154123,4247.400261 +Paraguay,Americas,2002,70.755,5884491,3783.674243 +Paraguay,Americas,2007,71.752,6667147,4172.838464 +Peru,Americas,1952,43.902,8025700,3758.523437 +Peru,Americas,1957,46.263,9146100,4245.256698 +Peru,Americas,1962,49.096,10516500,4957.037982 +Peru,Americas,1967,51.445,12132200,5788.09333 +Peru,Americas,1972,55.448,13954700,5937.827283 +Peru,Americas,1977,58.447,15990099,6281.290855 +Peru,Americas,1982,61.406,18125129,6434.501797 +Peru,Americas,1987,64.134,20195924,6360.9434440000005 +Peru,Americas,1992,66.458,22430449,4446.380924 +Peru,Americas,1997,68.386,24748122,5838.347657 +Peru,Americas,2002,69.906,26769436,5909.020073 +Peru,Americas,2007,71.421,28674757,7408.905561 +Philippines,Asia,1952,47.752,22438691,1272.880995 +Philippines,Asia,1957,51.334,26072194,1547.944844 +Philippines,Asia,1962,54.757,30325264,1649.552153 +Philippines,Asia,1967,56.393,35356600,1814.12743 +Philippines,Asia,1972,58.065,40850141,1989.37407 +Philippines,Asia,1977,60.06,46850962,2373.204287 +Philippines,Asia,1982,62.082,53456774,2603.273765 +Philippines,Asia,1987,64.151,60017788,2189.634995 +Philippines,Asia,1992,66.458,67185766,2279.324017 +Philippines,Asia,1997,68.564,75012988,2536.534925 +Philippines,Asia,2002,70.303,82995088,2650.921068 +Philippines,Asia,2007,71.688,91077287,3190.481016 +Poland,Europe,1952,61.31,25730551,4029.329699 +Poland,Europe,1957,65.77,28235346,4734.253019 +Poland,Europe,1962,67.64,30329617,5338.752143 +Poland,Europe,1967,69.61,31785378,6557.152776 +Poland,Europe,1972,70.85,33039545,8006.506993 +Poland,Europe,1977,70.67,34621254,9508.141454 +Poland,Europe,1982,71.32,36227381,8451.531004 +Poland,Europe,1987,70.98,37740710,9082.351172 +Poland,Europe,1992,70.99,38370697,7738.881247 +Poland,Europe,1997,72.75,38654957,10159.58368 +Poland,Europe,2002,74.67,38625976,12002.23908 +Poland,Europe,2007,75.563,38518241,15389.92468 +Portugal,Europe,1952,59.82,8526050,3068.319867 +Portugal,Europe,1957,61.51,8817650,3774.571743 +Portugal,Europe,1962,64.39,9019800,4727.954889 +Portugal,Europe,1967,66.6,9103000,6361.517993 +Portugal,Europe,1972,69.26,8970450,9022.247417 +Portugal,Europe,1977,70.41,9662600,10172.48572 +Portugal,Europe,1982,72.77,9859650,11753.84291 +Portugal,Europe,1987,74.06,9915289,13039.30876 +Portugal,Europe,1992,74.86,9927680,16207.26663 +Portugal,Europe,1997,75.97,10156415,17641.03156 +Portugal,Europe,2002,77.29,10433867,19970.90787 +Portugal,Europe,2007,78.098,10642836,20509.64777 +Puerto Rico,Americas,1952,64.28,2227000,3081.959785 +Puerto Rico,Americas,1957,68.54,2260000,3907.156189 +Puerto Rico,Americas,1962,69.62,2448046,5108.34463 +Puerto Rico,Americas,1967,71.1,2648961,6929.277714 +Puerto Rico,Americas,1972,72.16,2847132,9123.041742 +Puerto Rico,Americas,1977,73.44,3080828,9770.524921 +Puerto Rico,Americas,1982,73.75,3279001,10330.98915 +Puerto Rico,Americas,1987,74.63,3444468,12281.34191 +Puerto Rico,Americas,1992,73.911,3585176,14641.58711 +Puerto Rico,Americas,1997,74.917,3759430,16999.4333 +Puerto Rico,Americas,2002,77.778,3859606,18855.60618 +Puerto Rico,Americas,2007,78.746,3942491,19328.70901 +Reunion,Africa,1952,52.724,257700,2718.885295 +Reunion,Africa,1957,55.09,308700,2769.451844 +Reunion,Africa,1962,57.666,358900,3173.72334 +Reunion,Africa,1967,60.542,414024,4021.175739 +Reunion,Africa,1972,64.274,461633,5047.658563 +Reunion,Africa,1977,67.064,492095,4319.804067 +Reunion,Africa,1982,69.885,517810,5267.219353 +Reunion,Africa,1987,71.913,562035,5303.377488 +Reunion,Africa,1992,73.615,622191,6101.255823 +Reunion,Africa,1997,74.772,684810,6071.941411 +Reunion,Africa,2002,75.744,743981,6316.1652 +Reunion,Africa,2007,76.442,798094,7670.122558 +Romania,Europe,1952,61.05,16630000,3144.613186 +Romania,Europe,1957,64.1,17829327,3943.370225 +Romania,Europe,1962,66.8,18680721,4734.997586 +Romania,Europe,1967,66.8,19284814,6470.866545 +Romania,Europe,1972,69.21,20662648,8011.414402 +Romania,Europe,1977,69.46,21658597,9356.39724 +Romania,Europe,1982,69.66,22356726,9605.314053 +Romania,Europe,1987,69.53,22686371,9696.273295 +Romania,Europe,1992,69.36,22797027,6598.409903 +Romania,Europe,1997,69.72,22562458,7346.547557 +Romania,Europe,2002,71.322,22404337,7885.360081 +Romania,Europe,2007,72.476,22276056,10808.47561 +Rwanda,Africa,1952,40,2534927,493.3238752 +Rwanda,Africa,1957,41.5,2822082,540.2893983 +Rwanda,Africa,1962,43,3051242,597.4730727 +Rwanda,Africa,1967,44.1,3451079,510.9637142 +Rwanda,Africa,1972,44.6,3992121,590.5806638 +Rwanda,Africa,1977,45,4657072,670.0806011 +Rwanda,Africa,1982,46.218,5507565,881.5706467 +Rwanda,Africa,1987,44.02,6349365,847.991217 +Rwanda,Africa,1992,23.599,7290203,737.0685949 +Rwanda,Africa,1997,36.087,7212583,589.9445051 +Rwanda,Africa,2002,43.413,7852401,785.6537648 +Rwanda,Africa,2007,46.242,8860588,863.0884639 +Sao Tome and Principe,Africa,1952,46.471,60011,879.5835855 +Sao Tome and Principe,Africa,1957,48.945,61325,860.7369026 +Sao Tome and Principe,Africa,1962,51.893,65345,1071.551119 +Sao Tome and Principe,Africa,1967,54.425,70787,1384.840593 +Sao Tome and Principe,Africa,1972,56.48,76595,1532.985254 +Sao Tome and Principe,Africa,1977,58.55,86796,1737.561657 +Sao Tome and Principe,Africa,1982,60.351,98593,1890.218117 +Sao Tome and Principe,Africa,1987,61.728,110812,1516.525457 +Sao Tome and Principe,Africa,1992,62.742,125911,1428.777814 +Sao Tome and Principe,Africa,1997,63.306,145608,1339.076036 +Sao Tome and Principe,Africa,2002,64.337,170372,1353.09239 +Sao Tome and Principe,Africa,2007,65.528,199579,1598.435089 +Saudi Arabia,Asia,1952,39.875,4005677,6459.554823 +Saudi Arabia,Asia,1957,42.868,4419650,8157.591248 +Saudi Arabia,Asia,1962,45.914,4943029,11626.41975 +Saudi Arabia,Asia,1967,49.901,5618198,16903.04886 +Saudi Arabia,Asia,1972,53.886,6472756,24837.42865 +Saudi Arabia,Asia,1977,58.69,8128505,34167.7626 +Saudi Arabia,Asia,1982,63.012,11254672,33693.17525 +Saudi Arabia,Asia,1987,66.295,14619745,21198.26136 +Saudi Arabia,Asia,1992,68.768,16945857,24841.61777 +Saudi Arabia,Asia,1997,70.533,21229759,20586.69019 +Saudi Arabia,Asia,2002,71.626,24501530,19014.54118 +Saudi Arabia,Asia,2007,72.777,27601038,21654.83194 +Senegal,Africa,1952,37.278,2755589,1450.356983 +Senegal,Africa,1957,39.329,3054547,1567.653006 +Senegal,Africa,1962,41.454,3430243,1654.988723 +Senegal,Africa,1967,43.563,3965841,1612.404632 +Senegal,Africa,1972,45.815,4588696,1597.712056 +Senegal,Africa,1977,48.879,5260855,1561.769116 +Senegal,Africa,1982,52.379,6147783,1518.479984 +Senegal,Africa,1987,55.769,7171347,1441.72072 +Senegal,Africa,1992,58.196,8307920,1367.899369 +Senegal,Africa,1997,60.187,9535314,1392.368347 +Senegal,Africa,2002,61.6,10870037,1519.635262 +Senegal,Africa,2007,63.062,12267493,1712.472136 +Serbia,Europe,1952,57.996,6860147,3581.459448 +Serbia,Europe,1957,61.685,7271135,4981.090891 +Serbia,Europe,1962,64.531,7616060,6289.629157 +Serbia,Europe,1967,66.914,7971222,7991.707066 +Serbia,Europe,1972,68.7,8313288,10522.06749 +Serbia,Europe,1977,70.3,8686367,12980.66956 +Serbia,Europe,1982,70.162,9032824,15181.0927 +Serbia,Europe,1987,71.218,9230783,15870.87851 +Serbia,Europe,1992,71.659,9826397,9325.068238 +Serbia,Europe,1997,72.232,10336594,7914.320304 +Serbia,Europe,2002,73.213,10111559,7236.075251 +Serbia,Europe,2007,74.002,10150265,9786.534714 +Sierra Leone,Africa,1952,30.331,2143249,879.7877358 +Sierra Leone,Africa,1957,31.57,2295678,1004.484437 +Sierra Leone,Africa,1962,32.767,2467895,1116.639877 +Sierra Leone,Africa,1967,34.113,2662190,1206.043465 +Sierra Leone,Africa,1972,35.4,2879013,1353.759762 +Sierra Leone,Africa,1977,36.788,3140897,1348.285159 +Sierra Leone,Africa,1982,38.445,3464522,1465.010784 +Sierra Leone,Africa,1987,40.006,3868905,1294.447788 +Sierra Leone,Africa,1992,38.333,4260884,1068.696278 +Sierra Leone,Africa,1997,39.897,4578212,574.6481576 +Sierra Leone,Africa,2002,41.012,5359092,699.489713 +Sierra Leone,Africa,2007,42.568,6144562,862.5407561 +Singapore,Asia,1952,60.396,1127000,2315.138227 +Singapore,Asia,1957,63.179,1445929,2843.104409 +Singapore,Asia,1962,65.798,1750200,3674.735572 +Singapore,Asia,1967,67.946,1977600,4977.41854 +Singapore,Asia,1972,69.521,2152400,8597.756202 +Singapore,Asia,1977,70.795,2325300,11210.08948 +Singapore,Asia,1982,71.76,2651869,15169.16112 +Singapore,Asia,1987,73.56,2794552,18861.53081 +Singapore,Asia,1992,75.788,3235865,24769.8912 +Singapore,Asia,1997,77.158,3802309,33519.4766 +Singapore,Asia,2002,78.77,4197776,36023.1054 +Singapore,Asia,2007,79.972,4553009,47143.17964 +Slovak Republic,Europe,1952,64.36,3558137,5074.659104 +Slovak Republic,Europe,1957,67.45,3844277,6093.26298 +Slovak Republic,Europe,1962,70.33,4237384,7481.107598 +Slovak Republic,Europe,1967,70.98,4442238,8412.902397 +Slovak Republic,Europe,1972,70.35,4593433,9674.167626 +Slovak Republic,Europe,1977,70.45,4827803,10922.66404 +Slovak Republic,Europe,1982,70.8,5048043,11348.54585 +Slovak Republic,Europe,1987,71.08,5199318,12037.26758 +Slovak Republic,Europe,1992,71.38,5302888,9498.467723 +Slovak Republic,Europe,1997,72.71,5383010,12126.23065 +Slovak Republic,Europe,2002,73.8,5410052,13638.77837 +Slovak Republic,Europe,2007,74.663,5447502,18678.31435 +Slovenia,Europe,1952,65.57,1489518,4215.041741 +Slovenia,Europe,1957,67.85,1533070,5862.276629 +Slovenia,Europe,1962,69.15,1582962,7402.303395 +Slovenia,Europe,1967,69.18,1646912,9405.489397 +Slovenia,Europe,1972,69.82,1694510,12383.4862 +Slovenia,Europe,1977,70.97,1746919,15277.03017 +Slovenia,Europe,1982,71.063,1861252,17866.72175 +Slovenia,Europe,1987,72.25,1945870,18678.53492 +Slovenia,Europe,1992,73.64,1999210,14214.71681 +Slovenia,Europe,1997,75.13,2011612,17161.10735 +Slovenia,Europe,2002,76.66,2011497,20660.01936 +Slovenia,Europe,2007,77.926,2009245,25768.25759 +Somalia,Africa,1952,32.978,2526994,1135.749842 +Somalia,Africa,1957,34.977,2780415,1258.147413 +Somalia,Africa,1962,36.981,3080153,1369.488336 +Somalia,Africa,1967,38.977,3428839,1284.73318 +Somalia,Africa,1972,40.973,3840161,1254.576127 +Somalia,Africa,1977,41.974,4353666,1450.992513 +Somalia,Africa,1982,42.955,5828892,1176.807031 +Somalia,Africa,1987,44.501,6921858,1093.244963 +Somalia,Africa,1992,39.658,6099799,926.9602964 +Somalia,Africa,1997,43.795,6633514,930.5964284 +Somalia,Africa,2002,45.936,7753310,882.0818218 +Somalia,Africa,2007,48.159,9118773,926.1410683 +South Africa,Africa,1952,45.009,14264935,4725.295531 +South Africa,Africa,1957,47.985,16151549,5487.104219 +South Africa,Africa,1962,49.951,18356657,5768.729717 +South Africa,Africa,1967,51.927,20997321,7114.477971 +South Africa,Africa,1972,53.696,23935810,7765.962636 +South Africa,Africa,1977,55.527,27129932,8028.651439 +South Africa,Africa,1982,58.161,31140029,8568.266228 +South Africa,Africa,1987,60.834,35933379,7825.823398 +South Africa,Africa,1992,61.888,39964159,7225.069258 +South Africa,Africa,1997,60.236,42835005,7479.188244 +South Africa,Africa,2002,53.365,44433622,7710.946444 +South Africa,Africa,2007,49.339,43997828,9269.657808 +Spain,Europe,1952,64.94,28549870,3834.034742 +Spain,Europe,1957,66.66,29841614,4564.80241 +Spain,Europe,1962,69.69,31158061,5693.843879 +Spain,Europe,1967,71.44,32850275,7993.512294 +Spain,Europe,1972,73.06,34513161,10638.75131 +Spain,Europe,1977,74.39,36439000,13236.92117 +Spain,Europe,1982,76.3,37983310,13926.16997 +Spain,Europe,1987,76.9,38880702,15764.98313 +Spain,Europe,1992,77.57,39549438,18603.06452 +Spain,Europe,1997,78.77,39855442,20445.29896 +Spain,Europe,2002,79.78,40152517,24835.47166 +Spain,Europe,2007,80.941,40448191,28821.0637 +Sri Lanka,Asia,1952,57.593,7982342,1083.53203 +Sri Lanka,Asia,1957,61.456,9128546,1072.546602 +Sri Lanka,Asia,1962,62.192,10421936,1074.47196 +Sri Lanka,Asia,1967,64.266,11737396,1135.514326 +Sri Lanka,Asia,1972,65.042,13016733,1213.39553 +Sri Lanka,Asia,1977,65.949,14116836,1348.775651 +Sri Lanka,Asia,1982,68.757,15410151,1648.079789 +Sri Lanka,Asia,1987,69.011,16495304,1876.766827 +Sri Lanka,Asia,1992,70.379,17587060,2153.739222 +Sri Lanka,Asia,1997,70.457,18698655,2664.477257 +Sri Lanka,Asia,2002,70.815,19576783,3015.378833 +Sri Lanka,Asia,2007,72.396,20378239,3970.095407 +Sudan,Africa,1952,38.635,8504667,1615.991129 +Sudan,Africa,1957,39.624,9753392,1770.337074 +Sudan,Africa,1962,40.87,11183227,1959.593767 +Sudan,Africa,1967,42.858,12716129,1687.997641 +Sudan,Africa,1972,45.083,14597019,1659.652775 +Sudan,Africa,1977,47.8,17104986,2202.988423 +Sudan,Africa,1982,50.338,20367053,1895.544073 +Sudan,Africa,1987,51.744,24725960,1507.819159 +Sudan,Africa,1992,53.556,28227588,1492.197043 +Sudan,Africa,1997,55.373,32160729,1632.210764 +Sudan,Africa,2002,56.369,37090298,1993.398314 +Sudan,Africa,2007,58.556,42292929,2602.394995 +Swaziland,Africa,1952,41.407,290243,1148.376626 +Swaziland,Africa,1957,43.424,326741,1244.708364 +Swaziland,Africa,1962,44.992,370006,1856.182125 +Swaziland,Africa,1967,46.633,420690,2613.101665 +Swaziland,Africa,1972,49.552,480105,3364.836625 +Swaziland,Africa,1977,52.537,551425,3781.410618 +Swaziland,Africa,1982,55.561,649901,3895.384018 +Swaziland,Africa,1987,57.678,779348,3984.839812 +Swaziland,Africa,1992,58.474,962344,3553.0224 +Swaziland,Africa,1997,54.289,1054486,3876.76846 +Swaziland,Africa,2002,43.869,1130269,4128.116943 +Swaziland,Africa,2007,39.613,1133066,4513.480643 +Sweden,Europe,1952,71.86,7124673,8527.844662 +Sweden,Europe,1957,72.49,7363802,9911.878226 +Sweden,Europe,1962,73.37,7561588,12329.44192 +Sweden,Europe,1967,74.16,7867931,15258.29697 +Sweden,Europe,1972,74.72,8122293,17832.02464 +Sweden,Europe,1977,75.44,8251648,18855.72521 +Sweden,Europe,1982,76.42,8325260,20667.38125 +Sweden,Europe,1987,77.19,8421403,23586.92927 +Sweden,Europe,1992,78.16,8718867,23880.01683 +Sweden,Europe,1997,79.39,8897619,25266.59499 +Sweden,Europe,2002,80.04,8954175,29341.63093 +Sweden,Europe,2007,80.884,9031088,33859.74835 +Switzerland,Europe,1952,69.62,4815000,14734.23275 +Switzerland,Europe,1957,70.56,5126000,17909.48973 +Switzerland,Europe,1962,71.32,5666000,20431.0927 +Switzerland,Europe,1967,72.77,6063000,22966.14432 +Switzerland,Europe,1972,73.78,6401400,27195.11304 +Switzerland,Europe,1977,75.39,6316424,26982.29052 +Switzerland,Europe,1982,76.21,6468126,28397.71512 +Switzerland,Europe,1987,77.41,6649942,30281.70459 +Switzerland,Europe,1992,78.03,6995447,31871.5303 +Switzerland,Europe,1997,79.37,7193761,32135.32301 +Switzerland,Europe,2002,80.62,7361757,34480.95771 +Switzerland,Europe,2007,81.701,7554661,37506.41907 +Syria,Asia,1952,45.883,3661549,1643.485354 +Syria,Asia,1957,48.284,4149908,2117.234893 +Syria,Asia,1962,50.305,4834621,2193.037133 +Syria,Asia,1967,53.655,5680812,1881.923632 +Syria,Asia,1972,57.296,6701172,2571.423014 +Syria,Asia,1977,61.195,7932503,3195.484582 +Syria,Asia,1982,64.59,9410494,3761.837715 +Syria,Asia,1987,66.974,11242847,3116.774285 +Syria,Asia,1992,69.249,13219062,3340.542768 +Syria,Asia,1997,71.527,15081016,4014.238972 +Syria,Asia,2002,73.053,17155814,4090.925331 +Syria,Asia,2007,74.143,19314747,4184.548089 +Taiwan,Asia,1952,58.5,8550362,1206.947913 +Taiwan,Asia,1957,62.4,10164215,1507.86129 +Taiwan,Asia,1962,65.2,11918938,1822.879028 +Taiwan,Asia,1967,67.5,13648692,2643.858681 +Taiwan,Asia,1972,69.39,15226039,4062.523897 +Taiwan,Asia,1977,70.59,16785196,5596.519826 +Taiwan,Asia,1982,72.16,18501390,7426.354774 +Taiwan,Asia,1987,73.4,19757799,11054.56175 +Taiwan,Asia,1992,74.26,20686918,15215.6579 +Taiwan,Asia,1997,75.25,21628605,20206.82098 +Taiwan,Asia,2002,76.99,22454239,23235.42329 +Taiwan,Asia,2007,78.4,23174294,28718.27684 +Tanzania,Africa,1952,41.215,8322925,716.6500721 +Tanzania,Africa,1957,42.974,9452826,698.5356073 +Tanzania,Africa,1962,44.246,10863958,722.0038073 +Tanzania,Africa,1967,45.757,12607312,848.2186575 +Tanzania,Africa,1972,47.62,14706593,915.9850592 +Tanzania,Africa,1977,49.919,17129565,962.4922932 +Tanzania,Africa,1982,50.608,19844382,874.2426069 +Tanzania,Africa,1987,51.535,23040630,831.8220794 +Tanzania,Africa,1992,50.44,26605473,825.682454 +Tanzania,Africa,1997,48.466,30686889,789.1862231 +Tanzania,Africa,2002,49.651,34593779,899.0742111 +Tanzania,Africa,2007,52.517,38139640,1107.482182 +Thailand,Asia,1952,50.848,21289402,757.7974177 +Thailand,Asia,1957,53.63,25041917,793.5774148 +Thailand,Asia,1962,56.061,29263397,1002.199172 +Thailand,Asia,1967,58.285,34024249,1295.46066 +Thailand,Asia,1972,60.405,39276153,1524.358936 +Thailand,Asia,1977,62.494,44148285,1961.224635 +Thailand,Asia,1982,64.597,48827160,2393.219781 +Thailand,Asia,1987,66.084,52910342,2982.653773 +Thailand,Asia,1992,67.298,56667095,4616.896545 +Thailand,Asia,1997,67.521,60216677,5852.625497 +Thailand,Asia,2002,68.564,62806748,5913.187529 +Thailand,Asia,2007,70.616,65068149,7458.396327 +Togo,Africa,1952,38.596,1219113,859.8086567 +Togo,Africa,1957,41.208,1357445,925.9083202 +Togo,Africa,1962,43.922,1528098,1067.53481 +Togo,Africa,1967,46.769,1735550,1477.59676 +Togo,Africa,1972,49.759,2056351,1649.660188 +Togo,Africa,1977,52.887,2308582,1532.776998 +Togo,Africa,1982,55.471,2644765,1344.577953 +Togo,Africa,1987,56.941,3154264,1202.201361 +Togo,Africa,1992,58.061,3747553,1034.298904 +Togo,Africa,1997,58.39,4320890,982.2869243 +Togo,Africa,2002,57.561,4977378,886.2205765 +Togo,Africa,2007,58.42,5701579,882.9699438 +Trinidad and Tobago,Americas,1952,59.1,662850,3023.271928 +Trinidad and Tobago,Americas,1957,61.8,764900,4100.3934 +Trinidad and Tobago,Americas,1962,64.9,887498,4997.523971 +Trinidad and Tobago,Americas,1967,65.4,960155,5621.368472 +Trinidad and Tobago,Americas,1972,65.9,975199,6619.551419 +Trinidad and Tobago,Americas,1977,68.3,1039009,7899.554209 +Trinidad and Tobago,Americas,1982,68.832,1116479,9119.528607 +Trinidad and Tobago,Americas,1987,69.582,1191336,7388.597823 +Trinidad and Tobago,Americas,1992,69.862,1183669,7370.990932 +Trinidad and Tobago,Americas,1997,69.465,1138101,8792.573126 +Trinidad and Tobago,Americas,2002,68.976,1101832,11460.60023 +Trinidad and Tobago,Americas,2007,69.819,1056608,18008.50924 +Tunisia,Africa,1952,44.6,3647735,1468.475631 +Tunisia,Africa,1957,47.1,3950849,1395.232468 +Tunisia,Africa,1962,49.579,4286552,1660.30321 +Tunisia,Africa,1967,52.053,4786986,1932.360167 +Tunisia,Africa,1972,55.602,5303507,2753.285994 +Tunisia,Africa,1977,59.837,6005061,3120.876811 +Tunisia,Africa,1982,64.048,6734098,3560.233174 +Tunisia,Africa,1987,66.894,7724976,3810.419296 +Tunisia,Africa,1992,70.001,8523077,4332.720164 +Tunisia,Africa,1997,71.973,9231669,4876.798614 +Tunisia,Africa,2002,73.042,9770575,5722.895655 +Tunisia,Africa,2007,73.923,10276158,7092.923025 +Turkey,Europe,1952,43.585,22235677,1969.10098 +Turkey,Europe,1957,48.079,25670939,2218.754257 +Turkey,Europe,1962,52.098,29788695,2322.869908 +Turkey,Europe,1967,54.336,33411317,2826.356387 +Turkey,Europe,1972,57.005,37492953,3450.69638 +Turkey,Europe,1977,59.507,42404033,4269.122326 +Turkey,Europe,1982,61.036,47328791,4241.356344 +Turkey,Europe,1987,63.108,52881328,5089.043686 +Turkey,Europe,1992,66.146,58179144,5678.348271 +Turkey,Europe,1997,68.835,63047647,6601.429915 +Turkey,Europe,2002,70.845,67308928,6508.085718 +Turkey,Europe,2007,71.777,71158647,8458.276384 +Uganda,Africa,1952,39.978,5824797,734.753484 +Uganda,Africa,1957,42.571,6675501,774.3710692 +Uganda,Africa,1962,45.344,7688797,767.2717398 +Uganda,Africa,1967,48.051,8900294,908.9185217 +Uganda,Africa,1972,51.016,10190285,950.735869 +Uganda,Africa,1977,50.35,11457758,843.7331372 +Uganda,Africa,1982,49.849,12939400,682.2662268 +Uganda,Africa,1987,51.509,15283050,617.7244065 +Uganda,Africa,1992,48.825,18252190,644.1707969 +Uganda,Africa,1997,44.578,21210254,816.559081 +Uganda,Africa,2002,47.813,24739869,927.7210018 +Uganda,Africa,2007,51.542,29170398,1056.380121 +United Kingdom,Europe,1952,69.18,50430000,9979.508487 +United Kingdom,Europe,1957,70.42,51430000,11283.17795 +United Kingdom,Europe,1962,70.76,53292000,12477.17707 +United Kingdom,Europe,1967,71.36,54959000,14142.85089 +United Kingdom,Europe,1972,72.01,56079000,15895.11641 +United Kingdom,Europe,1977,72.76,56179000,17428.74846 +United Kingdom,Europe,1982,74.04,56339704,18232.42452 +United Kingdom,Europe,1987,75.007,56981620,21664.78767 +United Kingdom,Europe,1992,76.42,57866349,22705.09254 +United Kingdom,Europe,1997,77.218,58808266,26074.53136 +United Kingdom,Europe,2002,78.471,59912431,29478.99919 +United Kingdom,Europe,2007,79.425,60776238,33203.26128 +United States,Americas,1952,68.44,157553000,13990.48208 +United States,Americas,1957,69.49,171984000,14847.12712 +United States,Americas,1962,70.21,186538000,16173.14586 +United States,Americas,1967,70.76,198712000,19530.36557 +United States,Americas,1972,71.34,209896000,21806.03594 +United States,Americas,1977,73.38,220239000,24072.63213 +United States,Americas,1982,74.65,232187835,25009.55914 +United States,Americas,1987,75.02,242803533,29884.35041 +United States,Americas,1992,76.09,256894189,32003.93224 +United States,Americas,1997,76.81,272911760,35767.43303 +United States,Americas,2002,77.31,287675526,39097.09955 +United States,Americas,2007,78.242,301139947,42951.65309 +Uruguay,Americas,1952,66.071,2252965,5716.766744 +Uruguay,Americas,1957,67.044,2424959,6150.772969 +Uruguay,Americas,1962,68.253,2598466,5603.357717 +Uruguay,Americas,1967,68.468,2748579,5444.61962 +Uruguay,Americas,1972,68.673,2829526,5703.408898 +Uruguay,Americas,1977,69.481,2873520,6504.339663 +Uruguay,Americas,1982,70.805,2953997,6920.223051 +Uruguay,Americas,1987,71.918,3045153,7452.398969 +Uruguay,Americas,1992,72.752,3149262,8137.004775 +Uruguay,Americas,1997,74.223,3262838,9230.240708 +Uruguay,Americas,2002,75.307,3363085,7727.002004 +Uruguay,Americas,2007,76.384,3447496,10611.46299 +Venezuela,Americas,1952,55.088,5439568,7689.799761 +Venezuela,Americas,1957,57.907,6702668,9802.466526 +Venezuela,Americas,1962,60.77,8143375,8422.974165 +Venezuela,Americas,1967,63.479,9709552,9541.474188 +Venezuela,Americas,1972,65.712,11515649,10505.25966 +Venezuela,Americas,1977,67.456,13503563,13143.95095 +Venezuela,Americas,1982,68.557,15620766,11152.41011 +Venezuela,Americas,1987,70.19,17910182,9883.584648 +Venezuela,Americas,1992,71.15,20265563,10733.92631 +Venezuela,Americas,1997,72.146,22374398,10165.49518 +Venezuela,Americas,2002,72.766,24287670,8605.047831 +Venezuela,Americas,2007,73.747,26084662,11415.80569 +Vietnam,Asia,1952,40.412,26246839,605.0664917 +Vietnam,Asia,1957,42.887,28998543,676.2854478 +Vietnam,Asia,1962,45.363,33796140,772.0491602 +Vietnam,Asia,1967,47.838,39463910,637.1232887 +Vietnam,Asia,1972,50.254,44655014,699.5016441 +Vietnam,Asia,1977,55.764,50533506,713.5371196 +Vietnam,Asia,1982,58.816,56142181,707.2357863 +Vietnam,Asia,1987,62.82,62826491,820.7994449 +Vietnam,Asia,1992,67.662,69940728,989.0231487 +Vietnam,Asia,1997,70.672,76048996,1385.896769 +Vietnam,Asia,2002,73.017,80908147,1764.456677 +Vietnam,Asia,2007,74.249,85262356,2441.576404 +West Bank and Gaza,Asia,1952,43.16,1030585,1515.592329 +West Bank and Gaza,Asia,1957,45.671,1070439,1827.067742 +West Bank and Gaza,Asia,1962,48.127,1133134,2198.956312 +West Bank and Gaza,Asia,1967,51.631,1142636,2649.715007 +West Bank and Gaza,Asia,1972,56.532,1089572,3133.409277 +West Bank and Gaza,Asia,1977,60.765,1261091,3682.831494 +West Bank and Gaza,Asia,1982,64.406,1425876,4336.032082 +West Bank and Gaza,Asia,1987,67.046,1691210,5107.197384 +West Bank and Gaza,Asia,1992,69.718,2104779,6017.654756 +West Bank and Gaza,Asia,1997,71.096,2826046,7110.667619 +West Bank and Gaza,Asia,2002,72.37,3389578,4515.487575 +West Bank and Gaza,Asia,2007,73.422,4018332,3025.349798 +"Yemen, Rep.",Asia,1952,32.548,4963829,781.7175761 +"Yemen, Rep.",Asia,1957,33.97,5498090,804.8304547 +"Yemen, Rep.",Asia,1962,35.18,6120081,825.6232006 +"Yemen, Rep.",Asia,1967,36.984,6740785,862.4421463 +"Yemen, Rep.",Asia,1972,39.848,7407075,1265.047031 +"Yemen, Rep.",Asia,1977,44.175,8403990,1829.765177 +"Yemen, Rep.",Asia,1982,49.113,9657618,1977.55701 +"Yemen, Rep.",Asia,1987,52.922,11219340,1971.741538 +"Yemen, Rep.",Asia,1992,55.599,13367997,1879.496673 +"Yemen, Rep.",Asia,1997,58.02,15826497,2117.484526 +"Yemen, Rep.",Asia,2002,60.308,18701257,2234.820827 +"Yemen, Rep.",Asia,2007,62.698,22211743,2280.769906 +Zambia,Africa,1952,42.038,2672000,1147.388831 +Zambia,Africa,1957,44.077,3016000,1311.956766 +Zambia,Africa,1962,46.023,3421000,1452.725766 +Zambia,Africa,1967,47.768,3900000,1777.077318 +Zambia,Africa,1972,50.107,4506497,1773.498265 +Zambia,Africa,1977,51.386,5216550,1588.688299 +Zambia,Africa,1982,51.821,6100407,1408.678565 +Zambia,Africa,1987,50.821,7272406,1213.315116 +Zambia,Africa,1992,46.1,8381163,1210.884633 +Zambia,Africa,1997,40.238,9417789,1071.353818 +Zambia,Africa,2002,39.193,10595811,1071.613938 +Zambia,Africa,2007,42.384,11746035,1271.211593 +Zimbabwe,Africa,1952,48.451,3080907,406.8841148 +Zimbabwe,Africa,1957,50.469,3646340,518.7642681 +Zimbabwe,Africa,1962,52.358,4277736,527.2721818 +Zimbabwe,Africa,1967,53.995,4995432,569.7950712 +Zimbabwe,Africa,1972,55.635,5861135,799.3621758 +Zimbabwe,Africa,1977,57.674,6642107,685.5876821 +Zimbabwe,Africa,1982,60.363,7636524,788.8550411 +Zimbabwe,Africa,1987,62.351,9216418,706.1573059 +Zimbabwe,Africa,1992,60.377,10704340,693.4207856 +Zimbabwe,Africa,1997,46.809,11404948,792.4499603 +Zimbabwe,Africa,2002,39.989,11926563,672.0386227 +Zimbabwe,Africa,2007,43.487,12311143,469.7092981 diff --git a/docs/projects/01-class/data/mpg.csv b/docs/projects/01-class/data/mpg.csv new file mode 100644 index 00000000..e6a7d628 --- /dev/null +++ b/docs/projects/01-class/data/mpg.csv @@ -0,0 +1,235 @@ +manufacturer,model,displ,year,cyl,trans,drv,cty,hwy,fl,class +audi,a4,1.8,1999,4,auto(l5),f,18,29,p,compact +audi,a4,1.8,1999,4,manual(m5),f,21,29,p,compact +audi,a4,2,2008,4,manual(m6),f,20,31,p,compact +audi,a4,2,2008,4,auto(av),f,21,30,p,compact +audi,a4,2.8,1999,6,auto(l5),f,16,26,p,compact +audi,a4,2.8,1999,6,manual(m5),f,18,26,p,compact +audi,a4,3.1,2008,6,auto(av),f,18,27,p,compact +audi,a4 quattro,1.8,1999,4,manual(m5),4,18,26,p,compact +audi,a4 quattro,1.8,1999,4,auto(l5),4,16,25,p,compact +audi,a4 quattro,2,2008,4,manual(m6),4,20,28,p,compact +audi,a4 quattro,2,2008,4,auto(s6),4,19,27,p,compact +audi,a4 quattro,2.8,1999,6,auto(l5),4,15,25,p,compact +audi,a4 quattro,2.8,1999,6,manual(m5),4,17,25,p,compact +audi,a4 quattro,3.1,2008,6,auto(s6),4,17,25,p,compact +audi,a4 quattro,3.1,2008,6,manual(m6),4,15,25,p,compact +audi,a6 quattro,2.8,1999,6,auto(l5),4,15,24,p,midsize +audi,a6 quattro,3.1,2008,6,auto(s6),4,17,25,p,midsize +audi,a6 quattro,4.2,2008,8,auto(s6),4,16,23,p,midsize +chevrolet,c1500 suburban 2wd,5.3,2008,8,auto(l4),r,14,20,r,suv +chevrolet,c1500 suburban 2wd,5.3,2008,8,auto(l4),r,11,15,e,suv +chevrolet,c1500 suburban 2wd,5.3,2008,8,auto(l4),r,14,20,r,suv +chevrolet,c1500 suburban 2wd,5.7,1999,8,auto(l4),r,13,17,r,suv +chevrolet,c1500 suburban 2wd,6,2008,8,auto(l4),r,12,17,r,suv +chevrolet,corvette,5.7,1999,8,manual(m6),r,16,26,p,2seater +chevrolet,corvette,5.7,1999,8,auto(l4),r,15,23,p,2seater +chevrolet,corvette,6.2,2008,8,manual(m6),r,16,26,p,2seater +chevrolet,corvette,6.2,2008,8,auto(s6),r,15,25,p,2seater +chevrolet,corvette,7,2008,8,manual(m6),r,15,24,p,2seater +chevrolet,k1500 tahoe 4wd,5.3,2008,8,auto(l4),4,14,19,r,suv +chevrolet,k1500 tahoe 4wd,5.3,2008,8,auto(l4),4,11,14,e,suv +chevrolet,k1500 tahoe 4wd,5.7,1999,8,auto(l4),4,11,15,r,suv +chevrolet,k1500 tahoe 4wd,6.5,1999,8,auto(l4),4,14,17,d,suv +chevrolet,malibu,2.4,1999,4,auto(l4),f,19,27,r,midsize +chevrolet,malibu,2.4,2008,4,auto(l4),f,22,30,r,midsize +chevrolet,malibu,3.1,1999,6,auto(l4),f,18,26,r,midsize +chevrolet,malibu,3.5,2008,6,auto(l4),f,18,29,r,midsize +chevrolet,malibu,3.6,2008,6,auto(s6),f,17,26,r,midsize +dodge,caravan 2wd,2.4,1999,4,auto(l3),f,18,24,r,minivan +dodge,caravan 2wd,3,1999,6,auto(l4),f,17,24,r,minivan +dodge,caravan 2wd,3.3,1999,6,auto(l4),f,16,22,r,minivan +dodge,caravan 2wd,3.3,1999,6,auto(l4),f,16,22,r,minivan +dodge,caravan 2wd,3.3,2008,6,auto(l4),f,17,24,r,minivan +dodge,caravan 2wd,3.3,2008,6,auto(l4),f,17,24,r,minivan +dodge,caravan 2wd,3.3,2008,6,auto(l4),f,11,17,e,minivan +dodge,caravan 2wd,3.8,1999,6,auto(l4),f,15,22,r,minivan +dodge,caravan 2wd,3.8,1999,6,auto(l4),f,15,21,r,minivan +dodge,caravan 2wd,3.8,2008,6,auto(l6),f,16,23,r,minivan +dodge,caravan 2wd,4,2008,6,auto(l6),f,16,23,r,minivan +dodge,dakota pickup 4wd,3.7,2008,6,manual(m6),4,15,19,r,pickup +dodge,dakota pickup 4wd,3.7,2008,6,auto(l4),4,14,18,r,pickup +dodge,dakota pickup 4wd,3.9,1999,6,auto(l4),4,13,17,r,pickup +dodge,dakota pickup 4wd,3.9,1999,6,manual(m5),4,14,17,r,pickup +dodge,dakota pickup 4wd,4.7,2008,8,auto(l5),4,14,19,r,pickup +dodge,dakota pickup 4wd,4.7,2008,8,auto(l5),4,14,19,r,pickup +dodge,dakota pickup 4wd,4.7,2008,8,auto(l5),4,9,12,e,pickup +dodge,dakota pickup 4wd,5.2,1999,8,manual(m5),4,11,17,r,pickup +dodge,dakota pickup 4wd,5.2,1999,8,auto(l4),4,11,15,r,pickup +dodge,durango 4wd,3.9,1999,6,auto(l4),4,13,17,r,suv +dodge,durango 4wd,4.7,2008,8,auto(l5),4,13,17,r,suv +dodge,durango 4wd,4.7,2008,8,auto(l5),4,9,12,e,suv +dodge,durango 4wd,4.7,2008,8,auto(l5),4,13,17,r,suv +dodge,durango 4wd,5.2,1999,8,auto(l4),4,11,16,r,suv +dodge,durango 4wd,5.7,2008,8,auto(l5),4,13,18,r,suv +dodge,durango 4wd,5.9,1999,8,auto(l4),4,11,15,r,suv +dodge,ram 1500 pickup 4wd,4.7,2008,8,manual(m6),4,12,16,r,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,auto(l5),4,9,12,e,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,auto(l5),4,13,17,r,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,auto(l5),4,13,17,r,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,manual(m6),4,12,16,r,pickup +dodge,ram 1500 pickup 4wd,4.7,2008,8,manual(m6),4,9,12,e,pickup +dodge,ram 1500 pickup 4wd,5.2,1999,8,auto(l4),4,11,15,r,pickup +dodge,ram 1500 pickup 4wd,5.2,1999,8,manual(m5),4,11,16,r,pickup +dodge,ram 1500 pickup 4wd,5.7,2008,8,auto(l5),4,13,17,r,pickup +dodge,ram 1500 pickup 4wd,5.9,1999,8,auto(l4),4,11,15,r,pickup +ford,expedition 2wd,4.6,1999,8,auto(l4),r,11,17,r,suv +ford,expedition 2wd,5.4,1999,8,auto(l4),r,11,17,r,suv +ford,expedition 2wd,5.4,2008,8,auto(l6),r,12,18,r,suv +ford,explorer 4wd,4,1999,6,auto(l5),4,14,17,r,suv +ford,explorer 4wd,4,1999,6,manual(m5),4,15,19,r,suv +ford,explorer 4wd,4,1999,6,auto(l5),4,14,17,r,suv +ford,explorer 4wd,4,2008,6,auto(l5),4,13,19,r,suv +ford,explorer 4wd,4.6,2008,8,auto(l6),4,13,19,r,suv +ford,explorer 4wd,5,1999,8,auto(l4),4,13,17,r,suv +ford,f150 pickup 4wd,4.2,1999,6,auto(l4),4,14,17,r,pickup +ford,f150 pickup 4wd,4.2,1999,6,manual(m5),4,14,17,r,pickup +ford,f150 pickup 4wd,4.6,1999,8,manual(m5),4,13,16,r,pickup +ford,f150 pickup 4wd,4.6,1999,8,auto(l4),4,13,16,r,pickup +ford,f150 pickup 4wd,4.6,2008,8,auto(l4),4,13,17,r,pickup +ford,f150 pickup 4wd,5.4,1999,8,auto(l4),4,11,15,r,pickup +ford,f150 pickup 4wd,5.4,2008,8,auto(l4),4,13,17,r,pickup +ford,mustang,3.8,1999,6,manual(m5),r,18,26,r,subcompact +ford,mustang,3.8,1999,6,auto(l4),r,18,25,r,subcompact +ford,mustang,4,2008,6,manual(m5),r,17,26,r,subcompact +ford,mustang,4,2008,6,auto(l5),r,16,24,r,subcompact +ford,mustang,4.6,1999,8,auto(l4),r,15,21,r,subcompact +ford,mustang,4.6,1999,8,manual(m5),r,15,22,r,subcompact +ford,mustang,4.6,2008,8,manual(m5),r,15,23,r,subcompact +ford,mustang,4.6,2008,8,auto(l5),r,15,22,r,subcompact +ford,mustang,5.4,2008,8,manual(m6),r,14,20,p,subcompact +honda,civic,1.6,1999,4,manual(m5),f,28,33,r,subcompact +honda,civic,1.6,1999,4,auto(l4),f,24,32,r,subcompact +honda,civic,1.6,1999,4,manual(m5),f,25,32,r,subcompact +honda,civic,1.6,1999,4,manual(m5),f,23,29,p,subcompact +honda,civic,1.6,1999,4,auto(l4),f,24,32,r,subcompact +honda,civic,1.8,2008,4,manual(m5),f,26,34,r,subcompact +honda,civic,1.8,2008,4,auto(l5),f,25,36,r,subcompact +honda,civic,1.8,2008,4,auto(l5),f,24,36,c,subcompact +honda,civic,2,2008,4,manual(m6),f,21,29,p,subcompact +hyundai,sonata,2.4,1999,4,auto(l4),f,18,26,r,midsize +hyundai,sonata,2.4,1999,4,manual(m5),f,18,27,r,midsize +hyundai,sonata,2.4,2008,4,auto(l4),f,21,30,r,midsize +hyundai,sonata,2.4,2008,4,manual(m5),f,21,31,r,midsize +hyundai,sonata,2.5,1999,6,auto(l4),f,18,26,r,midsize +hyundai,sonata,2.5,1999,6,manual(m5),f,18,26,r,midsize +hyundai,sonata,3.3,2008,6,auto(l5),f,19,28,r,midsize +hyundai,tiburon,2,1999,4,auto(l4),f,19,26,r,subcompact +hyundai,tiburon,2,1999,4,manual(m5),f,19,29,r,subcompact +hyundai,tiburon,2,2008,4,manual(m5),f,20,28,r,subcompact +hyundai,tiburon,2,2008,4,auto(l4),f,20,27,r,subcompact +hyundai,tiburon,2.7,2008,6,auto(l4),f,17,24,r,subcompact +hyundai,tiburon,2.7,2008,6,manual(m6),f,16,24,r,subcompact +hyundai,tiburon,2.7,2008,6,manual(m5),f,17,24,r,subcompact +jeep,grand cherokee 4wd,3,2008,6,auto(l5),4,17,22,d,suv +jeep,grand cherokee 4wd,3.7,2008,6,auto(l5),4,15,19,r,suv +jeep,grand cherokee 4wd,4,1999,6,auto(l4),4,15,20,r,suv +jeep,grand cherokee 4wd,4.7,1999,8,auto(l4),4,14,17,r,suv +jeep,grand cherokee 4wd,4.7,2008,8,auto(l5),4,9,12,e,suv +jeep,grand cherokee 4wd,4.7,2008,8,auto(l5),4,14,19,r,suv +jeep,grand cherokee 4wd,5.7,2008,8,auto(l5),4,13,18,r,suv +jeep,grand cherokee 4wd,6.1,2008,8,auto(l5),4,11,14,p,suv +land rover,range rover,4,1999,8,auto(l4),4,11,15,p,suv +land rover,range rover,4.2,2008,8,auto(s6),4,12,18,r,suv +land rover,range rover,4.4,2008,8,auto(s6),4,12,18,r,suv +land rover,range rover,4.6,1999,8,auto(l4),4,11,15,p,suv +lincoln,navigator 2wd,5.4,1999,8,auto(l4),r,11,17,r,suv +lincoln,navigator 2wd,5.4,1999,8,auto(l4),r,11,16,p,suv +lincoln,navigator 2wd,5.4,2008,8,auto(l6),r,12,18,r,suv +mercury,mountaineer 4wd,4,1999,6,auto(l5),4,14,17,r,suv +mercury,mountaineer 4wd,4,2008,6,auto(l5),4,13,19,r,suv +mercury,mountaineer 4wd,4.6,2008,8,auto(l6),4,13,19,r,suv +mercury,mountaineer 4wd,5,1999,8,auto(l4),4,13,17,r,suv +nissan,altima,2.4,1999,4,manual(m5),f,21,29,r,compact +nissan,altima,2.4,1999,4,auto(l4),f,19,27,r,compact +nissan,altima,2.5,2008,4,auto(av),f,23,31,r,midsize +nissan,altima,2.5,2008,4,manual(m6),f,23,32,r,midsize +nissan,altima,3.5,2008,6,manual(m6),f,19,27,p,midsize +nissan,altima,3.5,2008,6,auto(av),f,19,26,p,midsize +nissan,maxima,3,1999,6,auto(l4),f,18,26,r,midsize +nissan,maxima,3,1999,6,manual(m5),f,19,25,r,midsize +nissan,maxima,3.5,2008,6,auto(av),f,19,25,p,midsize +nissan,pathfinder 4wd,3.3,1999,6,auto(l4),4,14,17,r,suv +nissan,pathfinder 4wd,3.3,1999,6,manual(m5),4,15,17,r,suv +nissan,pathfinder 4wd,4,2008,6,auto(l5),4,14,20,p,suv +nissan,pathfinder 4wd,5.6,2008,8,auto(s5),4,12,18,p,suv +pontiac,grand prix,3.1,1999,6,auto(l4),f,18,26,r,midsize +pontiac,grand prix,3.8,1999,6,auto(l4),f,16,26,p,midsize +pontiac,grand prix,3.8,1999,6,auto(l4),f,17,27,r,midsize +pontiac,grand prix,3.8,2008,6,auto(l4),f,18,28,r,midsize +pontiac,grand prix,5.3,2008,8,auto(s4),f,16,25,p,midsize +subaru,forester awd,2.5,1999,4,manual(m5),4,18,25,r,suv +subaru,forester awd,2.5,1999,4,auto(l4),4,18,24,r,suv +subaru,forester awd,2.5,2008,4,manual(m5),4,20,27,r,suv +subaru,forester awd,2.5,2008,4,manual(m5),4,19,25,p,suv +subaru,forester awd,2.5,2008,4,auto(l4),4,20,26,r,suv +subaru,forester awd,2.5,2008,4,auto(l4),4,18,23,p,suv +subaru,impreza awd,2.2,1999,4,auto(l4),4,21,26,r,subcompact +subaru,impreza awd,2.2,1999,4,manual(m5),4,19,26,r,subcompact +subaru,impreza awd,2.5,1999,4,manual(m5),4,19,26,r,subcompact +subaru,impreza awd,2.5,1999,4,auto(l4),4,19,26,r,subcompact +subaru,impreza awd,2.5,2008,4,auto(s4),4,20,25,p,compact +subaru,impreza awd,2.5,2008,4,auto(s4),4,20,27,r,compact +subaru,impreza awd,2.5,2008,4,manual(m5),4,19,25,p,compact +subaru,impreza awd,2.5,2008,4,manual(m5),4,20,27,r,compact +toyota,4runner 4wd,2.7,1999,4,manual(m5),4,15,20,r,suv +toyota,4runner 4wd,2.7,1999,4,auto(l4),4,16,20,r,suv +toyota,4runner 4wd,3.4,1999,6,auto(l4),4,15,19,r,suv +toyota,4runner 4wd,3.4,1999,6,manual(m5),4,15,17,r,suv +toyota,4runner 4wd,4,2008,6,auto(l5),4,16,20,r,suv +toyota,4runner 4wd,4.7,2008,8,auto(l5),4,14,17,r,suv +toyota,camry,2.2,1999,4,manual(m5),f,21,29,r,midsize +toyota,camry,2.2,1999,4,auto(l4),f,21,27,r,midsize +toyota,camry,2.4,2008,4,manual(m5),f,21,31,r,midsize +toyota,camry,2.4,2008,4,auto(l5),f,21,31,r,midsize +toyota,camry,3,1999,6,auto(l4),f,18,26,r,midsize +toyota,camry,3,1999,6,manual(m5),f,18,26,r,midsize +toyota,camry,3.5,2008,6,auto(s6),f,19,28,r,midsize +toyota,camry solara,2.2,1999,4,auto(l4),f,21,27,r,compact +toyota,camry solara,2.2,1999,4,manual(m5),f,21,29,r,compact +toyota,camry solara,2.4,2008,4,manual(m5),f,21,31,r,compact +toyota,camry solara,2.4,2008,4,auto(s5),f,22,31,r,compact +toyota,camry solara,3,1999,6,auto(l4),f,18,26,r,compact +toyota,camry solara,3,1999,6,manual(m5),f,18,26,r,compact +toyota,camry solara,3.3,2008,6,auto(s5),f,18,27,r,compact +toyota,corolla,1.8,1999,4,auto(l3),f,24,30,r,compact +toyota,corolla,1.8,1999,4,auto(l4),f,24,33,r,compact +toyota,corolla,1.8,1999,4,manual(m5),f,26,35,r,compact +toyota,corolla,1.8,2008,4,manual(m5),f,28,37,r,compact +toyota,corolla,1.8,2008,4,auto(l4),f,26,35,r,compact +toyota,land cruiser wagon 4wd,4.7,1999,8,auto(l4),4,11,15,r,suv +toyota,land cruiser wagon 4wd,5.7,2008,8,auto(s6),4,13,18,r,suv +toyota,toyota tacoma 4wd,2.7,1999,4,manual(m5),4,15,20,r,pickup +toyota,toyota tacoma 4wd,2.7,1999,4,auto(l4),4,16,20,r,pickup +toyota,toyota tacoma 4wd,2.7,2008,4,manual(m5),4,17,22,r,pickup +toyota,toyota tacoma 4wd,3.4,1999,6,manual(m5),4,15,17,r,pickup +toyota,toyota tacoma 4wd,3.4,1999,6,auto(l4),4,15,19,r,pickup +toyota,toyota tacoma 4wd,4,2008,6,manual(m6),4,15,18,r,pickup +toyota,toyota tacoma 4wd,4,2008,6,auto(l5),4,16,20,r,pickup +volkswagen,gti,2,1999,4,manual(m5),f,21,29,r,compact +volkswagen,gti,2,1999,4,auto(l4),f,19,26,r,compact +volkswagen,gti,2,2008,4,manual(m6),f,21,29,p,compact +volkswagen,gti,2,2008,4,auto(s6),f,22,29,p,compact +volkswagen,gti,2.8,1999,6,manual(m5),f,17,24,r,compact +volkswagen,jetta,1.9,1999,4,manual(m5),f,33,44,d,compact +volkswagen,jetta,2,1999,4,manual(m5),f,21,29,r,compact +volkswagen,jetta,2,1999,4,auto(l4),f,19,26,r,compact +volkswagen,jetta,2,2008,4,auto(s6),f,22,29,p,compact +volkswagen,jetta,2,2008,4,manual(m6),f,21,29,p,compact +volkswagen,jetta,2.5,2008,5,auto(s6),f,21,29,r,compact +volkswagen,jetta,2.5,2008,5,manual(m5),f,21,29,r,compact +volkswagen,jetta,2.8,1999,6,auto(l4),f,16,23,r,compact +volkswagen,jetta,2.8,1999,6,manual(m5),f,17,24,r,compact +volkswagen,new beetle,1.9,1999,4,manual(m5),f,35,44,d,subcompact +volkswagen,new beetle,1.9,1999,4,auto(l4),f,29,41,d,subcompact +volkswagen,new beetle,2,1999,4,manual(m5),f,21,29,r,subcompact +volkswagen,new beetle,2,1999,4,auto(l4),f,19,26,r,subcompact +volkswagen,new beetle,2.5,2008,5,manual(m5),f,20,28,r,subcompact +volkswagen,new beetle,2.5,2008,5,auto(s6),f,20,29,r,subcompact +volkswagen,passat,1.8,1999,4,manual(m5),f,21,29,p,midsize +volkswagen,passat,1.8,1999,4,auto(l5),f,18,29,p,midsize +volkswagen,passat,2,2008,4,auto(s6),f,19,28,p,midsize +volkswagen,passat,2,2008,4,manual(m6),f,21,29,p,midsize +volkswagen,passat,2.8,1999,6,auto(l5),f,16,26,p,midsize +volkswagen,passat,2.8,1999,6,manual(m5),f,18,26,p,midsize +volkswagen,passat,3.6,2008,6,auto(s6),f,17,26,p,midsize diff --git a/docs/projects/01-class/data/penguins.csv b/docs/projects/01-class/data/penguins.csv new file mode 100644 index 00000000..25b46d38 --- /dev/null +++ b/docs/projects/01-class/data/penguins.csv @@ -0,0 +1,345 @@ +species,island,bill_length_mm,bill_depth_mm,flipper_length_mm,body_mass_g,sex,year +Adelie,Torgersen,39.1,18.7,181,3750,male,2007 +Adelie,Torgersen,39.5,17.4,186,3800,female,2007 +Adelie,Torgersen,40.3,18,195,3250,female,2007 +Adelie,Torgersen,NA,NA,NA,NA,NA,2007 +Adelie,Torgersen,36.7,19.3,193,3450,female,2007 +Adelie,Torgersen,39.3,20.6,190,3650,male,2007 +Adelie,Torgersen,38.9,17.8,181,3625,female,2007 +Adelie,Torgersen,39.2,19.6,195,4675,male,2007 +Adelie,Torgersen,34.1,18.1,193,3475,NA,2007 +Adelie,Torgersen,42,20.2,190,4250,NA,2007 +Adelie,Torgersen,37.8,17.1,186,3300,NA,2007 +Adelie,Torgersen,37.8,17.3,180,3700,NA,2007 +Adelie,Torgersen,41.1,17.6,182,3200,female,2007 +Adelie,Torgersen,38.6,21.2,191,3800,male,2007 +Adelie,Torgersen,34.6,21.1,198,4400,male,2007 +Adelie,Torgersen,36.6,17.8,185,3700,female,2007 +Adelie,Torgersen,38.7,19,195,3450,female,2007 +Adelie,Torgersen,42.5,20.7,197,4500,male,2007 +Adelie,Torgersen,34.4,18.4,184,3325,female,2007 +Adelie,Torgersen,46,21.5,194,4200,male,2007 +Adelie,Biscoe,37.8,18.3,174,3400,female,2007 +Adelie,Biscoe,37.7,18.7,180,3600,male,2007 +Adelie,Biscoe,35.9,19.2,189,3800,female,2007 +Adelie,Biscoe,38.2,18.1,185,3950,male,2007 +Adelie,Biscoe,38.8,17.2,180,3800,male,2007 +Adelie,Biscoe,35.3,18.9,187,3800,female,2007 +Adelie,Biscoe,40.6,18.6,183,3550,male,2007 +Adelie,Biscoe,40.5,17.9,187,3200,female,2007 +Adelie,Biscoe,37.9,18.6,172,3150,female,2007 +Adelie,Biscoe,40.5,18.9,180,3950,male,2007 +Adelie,Dream,39.5,16.7,178,3250,female,2007 +Adelie,Dream,37.2,18.1,178,3900,male,2007 +Adelie,Dream,39.5,17.8,188,3300,female,2007 +Adelie,Dream,40.9,18.9,184,3900,male,2007 +Adelie,Dream,36.4,17,195,3325,female,2007 +Adelie,Dream,39.2,21.1,196,4150,male,2007 +Adelie,Dream,38.8,20,190,3950,male,2007 +Adelie,Dream,42.2,18.5,180,3550,female,2007 +Adelie,Dream,37.6,19.3,181,3300,female,2007 +Adelie,Dream,39.8,19.1,184,4650,male,2007 +Adelie,Dream,36.5,18,182,3150,female,2007 +Adelie,Dream,40.8,18.4,195,3900,male,2007 +Adelie,Dream,36,18.5,186,3100,female,2007 +Adelie,Dream,44.1,19.7,196,4400,male,2007 +Adelie,Dream,37,16.9,185,3000,female,2007 +Adelie,Dream,39.6,18.8,190,4600,male,2007 +Adelie,Dream,41.1,19,182,3425,male,2007 +Adelie,Dream,37.5,18.9,179,2975,NA,2007 +Adelie,Dream,36,17.9,190,3450,female,2007 +Adelie,Dream,42.3,21.2,191,4150,male,2007 +Adelie,Biscoe,39.6,17.7,186,3500,female,2008 +Adelie,Biscoe,40.1,18.9,188,4300,male,2008 +Adelie,Biscoe,35,17.9,190,3450,female,2008 +Adelie,Biscoe,42,19.5,200,4050,male,2008 +Adelie,Biscoe,34.5,18.1,187,2900,female,2008 +Adelie,Biscoe,41.4,18.6,191,3700,male,2008 +Adelie,Biscoe,39,17.5,186,3550,female,2008 +Adelie,Biscoe,40.6,18.8,193,3800,male,2008 +Adelie,Biscoe,36.5,16.6,181,2850,female,2008 +Adelie,Biscoe,37.6,19.1,194,3750,male,2008 +Adelie,Biscoe,35.7,16.9,185,3150,female,2008 +Adelie,Biscoe,41.3,21.1,195,4400,male,2008 +Adelie,Biscoe,37.6,17,185,3600,female,2008 +Adelie,Biscoe,41.1,18.2,192,4050,male,2008 +Adelie,Biscoe,36.4,17.1,184,2850,female,2008 +Adelie,Biscoe,41.6,18,192,3950,male,2008 +Adelie,Biscoe,35.5,16.2,195,3350,female,2008 +Adelie,Biscoe,41.1,19.1,188,4100,male,2008 +Adelie,Torgersen,35.9,16.6,190,3050,female,2008 +Adelie,Torgersen,41.8,19.4,198,4450,male,2008 +Adelie,Torgersen,33.5,19,190,3600,female,2008 +Adelie,Torgersen,39.7,18.4,190,3900,male,2008 +Adelie,Torgersen,39.6,17.2,196,3550,female,2008 +Adelie,Torgersen,45.8,18.9,197,4150,male,2008 +Adelie,Torgersen,35.5,17.5,190,3700,female,2008 +Adelie,Torgersen,42.8,18.5,195,4250,male,2008 +Adelie,Torgersen,40.9,16.8,191,3700,female,2008 +Adelie,Torgersen,37.2,19.4,184,3900,male,2008 +Adelie,Torgersen,36.2,16.1,187,3550,female,2008 +Adelie,Torgersen,42.1,19.1,195,4000,male,2008 +Adelie,Torgersen,34.6,17.2,189,3200,female,2008 +Adelie,Torgersen,42.9,17.6,196,4700,male,2008 +Adelie,Torgersen,36.7,18.8,187,3800,female,2008 +Adelie,Torgersen,35.1,19.4,193,4200,male,2008 +Adelie,Dream,37.3,17.8,191,3350,female,2008 +Adelie,Dream,41.3,20.3,194,3550,male,2008 +Adelie,Dream,36.3,19.5,190,3800,male,2008 +Adelie,Dream,36.9,18.6,189,3500,female,2008 +Adelie,Dream,38.3,19.2,189,3950,male,2008 +Adelie,Dream,38.9,18.8,190,3600,female,2008 +Adelie,Dream,35.7,18,202,3550,female,2008 +Adelie,Dream,41.1,18.1,205,4300,male,2008 +Adelie,Dream,34,17.1,185,3400,female,2008 +Adelie,Dream,39.6,18.1,186,4450,male,2008 +Adelie,Dream,36.2,17.3,187,3300,female,2008 +Adelie,Dream,40.8,18.9,208,4300,male,2008 +Adelie,Dream,38.1,18.6,190,3700,female,2008 +Adelie,Dream,40.3,18.5,196,4350,male,2008 +Adelie,Dream,33.1,16.1,178,2900,female,2008 +Adelie,Dream,43.2,18.5,192,4100,male,2008 +Adelie,Biscoe,35,17.9,192,3725,female,2009 +Adelie,Biscoe,41,20,203,4725,male,2009 +Adelie,Biscoe,37.7,16,183,3075,female,2009 +Adelie,Biscoe,37.8,20,190,4250,male,2009 +Adelie,Biscoe,37.9,18.6,193,2925,female,2009 +Adelie,Biscoe,39.7,18.9,184,3550,male,2009 +Adelie,Biscoe,38.6,17.2,199,3750,female,2009 +Adelie,Biscoe,38.2,20,190,3900,male,2009 +Adelie,Biscoe,38.1,17,181,3175,female,2009 +Adelie,Biscoe,43.2,19,197,4775,male,2009 +Adelie,Biscoe,38.1,16.5,198,3825,female,2009 +Adelie,Biscoe,45.6,20.3,191,4600,male,2009 +Adelie,Biscoe,39.7,17.7,193,3200,female,2009 +Adelie,Biscoe,42.2,19.5,197,4275,male,2009 +Adelie,Biscoe,39.6,20.7,191,3900,female,2009 +Adelie,Biscoe,42.7,18.3,196,4075,male,2009 +Adelie,Torgersen,38.6,17,188,2900,female,2009 +Adelie,Torgersen,37.3,20.5,199,3775,male,2009 +Adelie,Torgersen,35.7,17,189,3350,female,2009 +Adelie,Torgersen,41.1,18.6,189,3325,male,2009 +Adelie,Torgersen,36.2,17.2,187,3150,female,2009 +Adelie,Torgersen,37.7,19.8,198,3500,male,2009 +Adelie,Torgersen,40.2,17,176,3450,female,2009 +Adelie,Torgersen,41.4,18.5,202,3875,male,2009 +Adelie,Torgersen,35.2,15.9,186,3050,female,2009 +Adelie,Torgersen,40.6,19,199,4000,male,2009 +Adelie,Torgersen,38.8,17.6,191,3275,female,2009 +Adelie,Torgersen,41.5,18.3,195,4300,male,2009 +Adelie,Torgersen,39,17.1,191,3050,female,2009 +Adelie,Torgersen,44.1,18,210,4000,male,2009 +Adelie,Torgersen,38.5,17.9,190,3325,female,2009 +Adelie,Torgersen,43.1,19.2,197,3500,male,2009 +Adelie,Dream,36.8,18.5,193,3500,female,2009 +Adelie,Dream,37.5,18.5,199,4475,male,2009 +Adelie,Dream,38.1,17.6,187,3425,female,2009 +Adelie,Dream,41.1,17.5,190,3900,male,2009 +Adelie,Dream,35.6,17.5,191,3175,female,2009 +Adelie,Dream,40.2,20.1,200,3975,male,2009 +Adelie,Dream,37,16.5,185,3400,female,2009 +Adelie,Dream,39.7,17.9,193,4250,male,2009 +Adelie,Dream,40.2,17.1,193,3400,female,2009 +Adelie,Dream,40.6,17.2,187,3475,male,2009 +Adelie,Dream,32.1,15.5,188,3050,female,2009 +Adelie,Dream,40.7,17,190,3725,male,2009 +Adelie,Dream,37.3,16.8,192,3000,female,2009 +Adelie,Dream,39,18.7,185,3650,male,2009 +Adelie,Dream,39.2,18.6,190,4250,male,2009 +Adelie,Dream,36.6,18.4,184,3475,female,2009 +Adelie,Dream,36,17.8,195,3450,female,2009 +Adelie,Dream,37.8,18.1,193,3750,male,2009 +Adelie,Dream,36,17.1,187,3700,female,2009 +Adelie,Dream,41.5,18.5,201,4000,male,2009 +Gentoo,Biscoe,46.1,13.2,211,4500,female,2007 +Gentoo,Biscoe,50,16.3,230,5700,male,2007 +Gentoo,Biscoe,48.7,14.1,210,4450,female,2007 +Gentoo,Biscoe,50,15.2,218,5700,male,2007 +Gentoo,Biscoe,47.6,14.5,215,5400,male,2007 +Gentoo,Biscoe,46.5,13.5,210,4550,female,2007 +Gentoo,Biscoe,45.4,14.6,211,4800,female,2007 +Gentoo,Biscoe,46.7,15.3,219,5200,male,2007 +Gentoo,Biscoe,43.3,13.4,209,4400,female,2007 +Gentoo,Biscoe,46.8,15.4,215,5150,male,2007 +Gentoo,Biscoe,40.9,13.7,214,4650,female,2007 +Gentoo,Biscoe,49,16.1,216,5550,male,2007 +Gentoo,Biscoe,45.5,13.7,214,4650,female,2007 +Gentoo,Biscoe,48.4,14.6,213,5850,male,2007 +Gentoo,Biscoe,45.8,14.6,210,4200,female,2007 +Gentoo,Biscoe,49.3,15.7,217,5850,male,2007 +Gentoo,Biscoe,42,13.5,210,4150,female,2007 +Gentoo,Biscoe,49.2,15.2,221,6300,male,2007 +Gentoo,Biscoe,46.2,14.5,209,4800,female,2007 +Gentoo,Biscoe,48.7,15.1,222,5350,male,2007 +Gentoo,Biscoe,50.2,14.3,218,5700,male,2007 +Gentoo,Biscoe,45.1,14.5,215,5000,female,2007 +Gentoo,Biscoe,46.5,14.5,213,4400,female,2007 +Gentoo,Biscoe,46.3,15.8,215,5050,male,2007 +Gentoo,Biscoe,42.9,13.1,215,5000,female,2007 +Gentoo,Biscoe,46.1,15.1,215,5100,male,2007 +Gentoo,Biscoe,44.5,14.3,216,4100,NA,2007 +Gentoo,Biscoe,47.8,15,215,5650,male,2007 +Gentoo,Biscoe,48.2,14.3,210,4600,female,2007 +Gentoo,Biscoe,50,15.3,220,5550,male,2007 +Gentoo,Biscoe,47.3,15.3,222,5250,male,2007 +Gentoo,Biscoe,42.8,14.2,209,4700,female,2007 +Gentoo,Biscoe,45.1,14.5,207,5050,female,2007 +Gentoo,Biscoe,59.6,17,230,6050,male,2007 +Gentoo,Biscoe,49.1,14.8,220,5150,female,2008 +Gentoo,Biscoe,48.4,16.3,220,5400,male,2008 +Gentoo,Biscoe,42.6,13.7,213,4950,female,2008 +Gentoo,Biscoe,44.4,17.3,219,5250,male,2008 +Gentoo,Biscoe,44,13.6,208,4350,female,2008 +Gentoo,Biscoe,48.7,15.7,208,5350,male,2008 +Gentoo,Biscoe,42.7,13.7,208,3950,female,2008 +Gentoo,Biscoe,49.6,16,225,5700,male,2008 +Gentoo,Biscoe,45.3,13.7,210,4300,female,2008 +Gentoo,Biscoe,49.6,15,216,4750,male,2008 +Gentoo,Biscoe,50.5,15.9,222,5550,male,2008 +Gentoo,Biscoe,43.6,13.9,217,4900,female,2008 +Gentoo,Biscoe,45.5,13.9,210,4200,female,2008 +Gentoo,Biscoe,50.5,15.9,225,5400,male,2008 +Gentoo,Biscoe,44.9,13.3,213,5100,female,2008 +Gentoo,Biscoe,45.2,15.8,215,5300,male,2008 +Gentoo,Biscoe,46.6,14.2,210,4850,female,2008 +Gentoo,Biscoe,48.5,14.1,220,5300,male,2008 +Gentoo,Biscoe,45.1,14.4,210,4400,female,2008 +Gentoo,Biscoe,50.1,15,225,5000,male,2008 +Gentoo,Biscoe,46.5,14.4,217,4900,female,2008 +Gentoo,Biscoe,45,15.4,220,5050,male,2008 +Gentoo,Biscoe,43.8,13.9,208,4300,female,2008 +Gentoo,Biscoe,45.5,15,220,5000,male,2008 +Gentoo,Biscoe,43.2,14.5,208,4450,female,2008 +Gentoo,Biscoe,50.4,15.3,224,5550,male,2008 +Gentoo,Biscoe,45.3,13.8,208,4200,female,2008 +Gentoo,Biscoe,46.2,14.9,221,5300,male,2008 +Gentoo,Biscoe,45.7,13.9,214,4400,female,2008 +Gentoo,Biscoe,54.3,15.7,231,5650,male,2008 +Gentoo,Biscoe,45.8,14.2,219,4700,female,2008 +Gentoo,Biscoe,49.8,16.8,230,5700,male,2008 +Gentoo,Biscoe,46.2,14.4,214,4650,NA,2008 +Gentoo,Biscoe,49.5,16.2,229,5800,male,2008 +Gentoo,Biscoe,43.5,14.2,220,4700,female,2008 +Gentoo,Biscoe,50.7,15,223,5550,male,2008 +Gentoo,Biscoe,47.7,15,216,4750,female,2008 +Gentoo,Biscoe,46.4,15.6,221,5000,male,2008 +Gentoo,Biscoe,48.2,15.6,221,5100,male,2008 +Gentoo,Biscoe,46.5,14.8,217,5200,female,2008 +Gentoo,Biscoe,46.4,15,216,4700,female,2008 +Gentoo,Biscoe,48.6,16,230,5800,male,2008 +Gentoo,Biscoe,47.5,14.2,209,4600,female,2008 +Gentoo,Biscoe,51.1,16.3,220,6000,male,2008 +Gentoo,Biscoe,45.2,13.8,215,4750,female,2008 +Gentoo,Biscoe,45.2,16.4,223,5950,male,2008 +Gentoo,Biscoe,49.1,14.5,212,4625,female,2009 +Gentoo,Biscoe,52.5,15.6,221,5450,male,2009 +Gentoo,Biscoe,47.4,14.6,212,4725,female,2009 +Gentoo,Biscoe,50,15.9,224,5350,male,2009 +Gentoo,Biscoe,44.9,13.8,212,4750,female,2009 +Gentoo,Biscoe,50.8,17.3,228,5600,male,2009 +Gentoo,Biscoe,43.4,14.4,218,4600,female,2009 +Gentoo,Biscoe,51.3,14.2,218,5300,male,2009 +Gentoo,Biscoe,47.5,14,212,4875,female,2009 +Gentoo,Biscoe,52.1,17,230,5550,male,2009 +Gentoo,Biscoe,47.5,15,218,4950,female,2009 +Gentoo,Biscoe,52.2,17.1,228,5400,male,2009 +Gentoo,Biscoe,45.5,14.5,212,4750,female,2009 +Gentoo,Biscoe,49.5,16.1,224,5650,male,2009 +Gentoo,Biscoe,44.5,14.7,214,4850,female,2009 +Gentoo,Biscoe,50.8,15.7,226,5200,male,2009 +Gentoo,Biscoe,49.4,15.8,216,4925,male,2009 +Gentoo,Biscoe,46.9,14.6,222,4875,female,2009 +Gentoo,Biscoe,48.4,14.4,203,4625,female,2009 +Gentoo,Biscoe,51.1,16.5,225,5250,male,2009 +Gentoo,Biscoe,48.5,15,219,4850,female,2009 +Gentoo,Biscoe,55.9,17,228,5600,male,2009 +Gentoo,Biscoe,47.2,15.5,215,4975,female,2009 +Gentoo,Biscoe,49.1,15,228,5500,male,2009 +Gentoo,Biscoe,47.3,13.8,216,4725,NA,2009 +Gentoo,Biscoe,46.8,16.1,215,5500,male,2009 +Gentoo,Biscoe,41.7,14.7,210,4700,female,2009 +Gentoo,Biscoe,53.4,15.8,219,5500,male,2009 +Gentoo,Biscoe,43.3,14,208,4575,female,2009 +Gentoo,Biscoe,48.1,15.1,209,5500,male,2009 +Gentoo,Biscoe,50.5,15.2,216,5000,female,2009 +Gentoo,Biscoe,49.8,15.9,229,5950,male,2009 +Gentoo,Biscoe,43.5,15.2,213,4650,female,2009 +Gentoo,Biscoe,51.5,16.3,230,5500,male,2009 +Gentoo,Biscoe,46.2,14.1,217,4375,female,2009 +Gentoo,Biscoe,55.1,16,230,5850,male,2009 +Gentoo,Biscoe,44.5,15.7,217,4875,NA,2009 +Gentoo,Biscoe,48.8,16.2,222,6000,male,2009 +Gentoo,Biscoe,47.2,13.7,214,4925,female,2009 +Gentoo,Biscoe,NA,NA,NA,NA,NA,2009 +Gentoo,Biscoe,46.8,14.3,215,4850,female,2009 +Gentoo,Biscoe,50.4,15.7,222,5750,male,2009 +Gentoo,Biscoe,45.2,14.8,212,5200,female,2009 +Gentoo,Biscoe,49.9,16.1,213,5400,male,2009 +Chinstrap,Dream,46.5,17.9,192,3500,female,2007 +Chinstrap,Dream,50,19.5,196,3900,male,2007 +Chinstrap,Dream,51.3,19.2,193,3650,male,2007 +Chinstrap,Dream,45.4,18.7,188,3525,female,2007 +Chinstrap,Dream,52.7,19.8,197,3725,male,2007 +Chinstrap,Dream,45.2,17.8,198,3950,female,2007 +Chinstrap,Dream,46.1,18.2,178,3250,female,2007 +Chinstrap,Dream,51.3,18.2,197,3750,male,2007 +Chinstrap,Dream,46,18.9,195,4150,female,2007 +Chinstrap,Dream,51.3,19.9,198,3700,male,2007 +Chinstrap,Dream,46.6,17.8,193,3800,female,2007 +Chinstrap,Dream,51.7,20.3,194,3775,male,2007 +Chinstrap,Dream,47,17.3,185,3700,female,2007 +Chinstrap,Dream,52,18.1,201,4050,male,2007 +Chinstrap,Dream,45.9,17.1,190,3575,female,2007 +Chinstrap,Dream,50.5,19.6,201,4050,male,2007 +Chinstrap,Dream,50.3,20,197,3300,male,2007 +Chinstrap,Dream,58,17.8,181,3700,female,2007 +Chinstrap,Dream,46.4,18.6,190,3450,female,2007 +Chinstrap,Dream,49.2,18.2,195,4400,male,2007 +Chinstrap,Dream,42.4,17.3,181,3600,female,2007 +Chinstrap,Dream,48.5,17.5,191,3400,male,2007 +Chinstrap,Dream,43.2,16.6,187,2900,female,2007 +Chinstrap,Dream,50.6,19.4,193,3800,male,2007 +Chinstrap,Dream,46.7,17.9,195,3300,female,2007 +Chinstrap,Dream,52,19,197,4150,male,2007 +Chinstrap,Dream,50.5,18.4,200,3400,female,2008 +Chinstrap,Dream,49.5,19,200,3800,male,2008 +Chinstrap,Dream,46.4,17.8,191,3700,female,2008 +Chinstrap,Dream,52.8,20,205,4550,male,2008 +Chinstrap,Dream,40.9,16.6,187,3200,female,2008 +Chinstrap,Dream,54.2,20.8,201,4300,male,2008 +Chinstrap,Dream,42.5,16.7,187,3350,female,2008 +Chinstrap,Dream,51,18.8,203,4100,male,2008 +Chinstrap,Dream,49.7,18.6,195,3600,male,2008 +Chinstrap,Dream,47.5,16.8,199,3900,female,2008 +Chinstrap,Dream,47.6,18.3,195,3850,female,2008 +Chinstrap,Dream,52,20.7,210,4800,male,2008 +Chinstrap,Dream,46.9,16.6,192,2700,female,2008 +Chinstrap,Dream,53.5,19.9,205,4500,male,2008 +Chinstrap,Dream,49,19.5,210,3950,male,2008 +Chinstrap,Dream,46.2,17.5,187,3650,female,2008 +Chinstrap,Dream,50.9,19.1,196,3550,male,2008 +Chinstrap,Dream,45.5,17,196,3500,female,2008 +Chinstrap,Dream,50.9,17.9,196,3675,female,2009 +Chinstrap,Dream,50.8,18.5,201,4450,male,2009 +Chinstrap,Dream,50.1,17.9,190,3400,female,2009 +Chinstrap,Dream,49,19.6,212,4300,male,2009 +Chinstrap,Dream,51.5,18.7,187,3250,male,2009 +Chinstrap,Dream,49.8,17.3,198,3675,female,2009 +Chinstrap,Dream,48.1,16.4,199,3325,female,2009 +Chinstrap,Dream,51.4,19,201,3950,male,2009 +Chinstrap,Dream,45.7,17.3,193,3600,female,2009 +Chinstrap,Dream,50.7,19.7,203,4050,male,2009 +Chinstrap,Dream,42.5,17.3,187,3350,female,2009 +Chinstrap,Dream,52.2,18.8,197,3450,male,2009 +Chinstrap,Dream,45.2,16.6,191,3250,female,2009 +Chinstrap,Dream,49.3,19.9,203,4050,male,2009 +Chinstrap,Dream,50.2,18.8,202,3800,male,2009 +Chinstrap,Dream,45.6,19.4,194,3525,female,2009 +Chinstrap,Dream,51.9,19.5,206,3950,male,2009 +Chinstrap,Dream,46.8,16.5,189,3650,female,2009 +Chinstrap,Dream,45.7,17,195,3650,female,2009 +Chinstrap,Dream,55.8,19.8,207,4000,male,2009 +Chinstrap,Dream,43.5,18.1,202,3400,female,2009 +Chinstrap,Dream,49.6,18.2,193,3775,male,2009 +Chinstrap,Dream,50.8,19,210,4100,male,2009 +Chinstrap,Dream,50.2,18.7,198,3775,female,2009 diff --git a/docs/projects/01-class/data/penguins_clean.csv b/docs/projects/01-class/data/penguins_clean.csv new file mode 100644 index 00000000..87e488e9 --- /dev/null +++ b/docs/projects/01-class/data/penguins_clean.csv @@ -0,0 +1,334 @@ +species,island,bill_length_mm,bill_depth_mm,flipper_length_mm,body_mass_g,sex,year +Adelie,Torgersen,39.1,18.7,181,3750,male,2007 +Adelie,Torgersen,39.5,17.4,186,3800,female,2007 +Adelie,Torgersen,40.3,18,195,3250,female,2007 +Adelie,Torgersen,36.7,19.3,193,3450,female,2007 +Adelie,Torgersen,39.3,20.6,190,3650,male,2007 +Adelie,Torgersen,38.9,17.8,181,3625,female,2007 +Adelie,Torgersen,39.2,19.6,195,4675,male,2007 +Adelie,Torgersen,41.1,17.6,182,3200,female,2007 +Adelie,Torgersen,38.6,21.2,191,3800,male,2007 +Adelie,Torgersen,34.6,21.1,198,4400,male,2007 +Adelie,Torgersen,36.6,17.8,185,3700,female,2007 +Adelie,Torgersen,38.7,19,195,3450,female,2007 +Adelie,Torgersen,42.5,20.7,197,4500,male,2007 +Adelie,Torgersen,34.4,18.4,184,3325,female,2007 +Adelie,Torgersen,46,21.5,194,4200,male,2007 +Adelie,Biscoe,37.8,18.3,174,3400,female,2007 +Adelie,Biscoe,37.7,18.7,180,3600,male,2007 +Adelie,Biscoe,35.9,19.2,189,3800,female,2007 +Adelie,Biscoe,38.2,18.1,185,3950,male,2007 +Adelie,Biscoe,38.8,17.2,180,3800,male,2007 +Adelie,Biscoe,35.3,18.9,187,3800,female,2007 +Adelie,Biscoe,40.6,18.6,183,3550,male,2007 +Adelie,Biscoe,40.5,17.9,187,3200,female,2007 +Adelie,Biscoe,37.9,18.6,172,3150,female,2007 +Adelie,Biscoe,40.5,18.9,180,3950,male,2007 +Adelie,Dream,39.5,16.7,178,3250,female,2007 +Adelie,Dream,37.2,18.1,178,3900,male,2007 +Adelie,Dream,39.5,17.8,188,3300,female,2007 +Adelie,Dream,40.9,18.9,184,3900,male,2007 +Adelie,Dream,36.4,17,195,3325,female,2007 +Adelie,Dream,39.2,21.1,196,4150,male,2007 +Adelie,Dream,38.8,20,190,3950,male,2007 +Adelie,Dream,42.2,18.5,180,3550,female,2007 +Adelie,Dream,37.6,19.3,181,3300,female,2007 +Adelie,Dream,39.8,19.1,184,4650,male,2007 +Adelie,Dream,36.5,18,182,3150,female,2007 +Adelie,Dream,40.8,18.4,195,3900,male,2007 +Adelie,Dream,36,18.5,186,3100,female,2007 +Adelie,Dream,44.1,19.7,196,4400,male,2007 +Adelie,Dream,37,16.9,185,3000,female,2007 +Adelie,Dream,39.6,18.8,190,4600,male,2007 +Adelie,Dream,41.1,19,182,3425,male,2007 +Adelie,Dream,36,17.9,190,3450,female,2007 +Adelie,Dream,42.3,21.2,191,4150,male,2007 +Adelie,Biscoe,39.6,17.7,186,3500,female,2008 +Adelie,Biscoe,40.1,18.9,188,4300,male,2008 +Adelie,Biscoe,35,17.9,190,3450,female,2008 +Adelie,Biscoe,42,19.5,200,4050,male,2008 +Adelie,Biscoe,34.5,18.1,187,2900,female,2008 +Adelie,Biscoe,41.4,18.6,191,3700,male,2008 +Adelie,Biscoe,39,17.5,186,3550,female,2008 +Adelie,Biscoe,40.6,18.8,193,3800,male,2008 +Adelie,Biscoe,36.5,16.6,181,2850,female,2008 +Adelie,Biscoe,37.6,19.1,194,3750,male,2008 +Adelie,Biscoe,35.7,16.9,185,3150,female,2008 +Adelie,Biscoe,41.3,21.1,195,4400,male,2008 +Adelie,Biscoe,37.6,17,185,3600,female,2008 +Adelie,Biscoe,41.1,18.2,192,4050,male,2008 +Adelie,Biscoe,36.4,17.1,184,2850,female,2008 +Adelie,Biscoe,41.6,18,192,3950,male,2008 +Adelie,Biscoe,35.5,16.2,195,3350,female,2008 +Adelie,Biscoe,41.1,19.1,188,4100,male,2008 +Adelie,Torgersen,35.9,16.6,190,3050,female,2008 +Adelie,Torgersen,41.8,19.4,198,4450,male,2008 +Adelie,Torgersen,33.5,19,190,3600,female,2008 +Adelie,Torgersen,39.7,18.4,190,3900,male,2008 +Adelie,Torgersen,39.6,17.2,196,3550,female,2008 +Adelie,Torgersen,45.8,18.9,197,4150,male,2008 +Adelie,Torgersen,35.5,17.5,190,3700,female,2008 +Adelie,Torgersen,42.8,18.5,195,4250,male,2008 +Adelie,Torgersen,40.9,16.8,191,3700,female,2008 +Adelie,Torgersen,37.2,19.4,184,3900,male,2008 +Adelie,Torgersen,36.2,16.1,187,3550,female,2008 +Adelie,Torgersen,42.1,19.1,195,4000,male,2008 +Adelie,Torgersen,34.6,17.2,189,3200,female,2008 +Adelie,Torgersen,42.9,17.6,196,4700,male,2008 +Adelie,Torgersen,36.7,18.8,187,3800,female,2008 +Adelie,Torgersen,35.1,19.4,193,4200,male,2008 +Adelie,Dream,37.3,17.8,191,3350,female,2008 +Adelie,Dream,41.3,20.3,194,3550,male,2008 +Adelie,Dream,36.3,19.5,190,3800,male,2008 +Adelie,Dream,36.9,18.6,189,3500,female,2008 +Adelie,Dream,38.3,19.2,189,3950,male,2008 +Adelie,Dream,38.9,18.8,190,3600,female,2008 +Adelie,Dream,35.7,18,202,3550,female,2008 +Adelie,Dream,41.1,18.1,205,4300,male,2008 +Adelie,Dream,34,17.1,185,3400,female,2008 +Adelie,Dream,39.6,18.1,186,4450,male,2008 +Adelie,Dream,36.2,17.3,187,3300,female,2008 +Adelie,Dream,40.8,18.9,208,4300,male,2008 +Adelie,Dream,38.1,18.6,190,3700,female,2008 +Adelie,Dream,40.3,18.5,196,4350,male,2008 +Adelie,Dream,33.1,16.1,178,2900,female,2008 +Adelie,Dream,43.2,18.5,192,4100,male,2008 +Adelie,Biscoe,35,17.9,192,3725,female,2009 +Adelie,Biscoe,41,20,203,4725,male,2009 +Adelie,Biscoe,37.7,16,183,3075,female,2009 +Adelie,Biscoe,37.8,20,190,4250,male,2009 +Adelie,Biscoe,37.9,18.6,193,2925,female,2009 +Adelie,Biscoe,39.7,18.9,184,3550,male,2009 +Adelie,Biscoe,38.6,17.2,199,3750,female,2009 +Adelie,Biscoe,38.2,20,190,3900,male,2009 +Adelie,Biscoe,38.1,17,181,3175,female,2009 +Adelie,Biscoe,43.2,19,197,4775,male,2009 +Adelie,Biscoe,38.1,16.5,198,3825,female,2009 +Adelie,Biscoe,45.6,20.3,191,4600,male,2009 +Adelie,Biscoe,39.7,17.7,193,3200,female,2009 +Adelie,Biscoe,42.2,19.5,197,4275,male,2009 +Adelie,Biscoe,39.6,20.7,191,3900,female,2009 +Adelie,Biscoe,42.7,18.3,196,4075,male,2009 +Adelie,Torgersen,38.6,17,188,2900,female,2009 +Adelie,Torgersen,37.3,20.5,199,3775,male,2009 +Adelie,Torgersen,35.7,17,189,3350,female,2009 +Adelie,Torgersen,41.1,18.6,189,3325,male,2009 +Adelie,Torgersen,36.2,17.2,187,3150,female,2009 +Adelie,Torgersen,37.7,19.8,198,3500,male,2009 +Adelie,Torgersen,40.2,17,176,3450,female,2009 +Adelie,Torgersen,41.4,18.5,202,3875,male,2009 +Adelie,Torgersen,35.2,15.9,186,3050,female,2009 +Adelie,Torgersen,40.6,19,199,4000,male,2009 +Adelie,Torgersen,38.8,17.6,191,3275,female,2009 +Adelie,Torgersen,41.5,18.3,195,4300,male,2009 +Adelie,Torgersen,39,17.1,191,3050,female,2009 +Adelie,Torgersen,44.1,18,210,4000,male,2009 +Adelie,Torgersen,38.5,17.9,190,3325,female,2009 +Adelie,Torgersen,43.1,19.2,197,3500,male,2009 +Adelie,Dream,36.8,18.5,193,3500,female,2009 +Adelie,Dream,37.5,18.5,199,4475,male,2009 +Adelie,Dream,38.1,17.6,187,3425,female,2009 +Adelie,Dream,41.1,17.5,190,3900,male,2009 +Adelie,Dream,35.6,17.5,191,3175,female,2009 +Adelie,Dream,40.2,20.1,200,3975,male,2009 +Adelie,Dream,37,16.5,185,3400,female,2009 +Adelie,Dream,39.7,17.9,193,4250,male,2009 +Adelie,Dream,40.2,17.1,193,3400,female,2009 +Adelie,Dream,40.6,17.2,187,3475,male,2009 +Adelie,Dream,32.1,15.5,188,3050,female,2009 +Adelie,Dream,40.7,17,190,3725,male,2009 +Adelie,Dream,37.3,16.8,192,3000,female,2009 +Adelie,Dream,39,18.7,185,3650,male,2009 +Adelie,Dream,39.2,18.6,190,4250,male,2009 +Adelie,Dream,36.6,18.4,184,3475,female,2009 +Adelie,Dream,36,17.8,195,3450,female,2009 +Adelie,Dream,37.8,18.1,193,3750,male,2009 +Adelie,Dream,36,17.1,187,3700,female,2009 +Adelie,Dream,41.5,18.5,201,4000,male,2009 +Gentoo,Biscoe,46.1,13.2,211,4500,female,2007 +Gentoo,Biscoe,50,16.3,230,5700,male,2007 +Gentoo,Biscoe,48.7,14.1,210,4450,female,2007 +Gentoo,Biscoe,50,15.2,218,5700,male,2007 +Gentoo,Biscoe,47.6,14.5,215,5400,male,2007 +Gentoo,Biscoe,46.5,13.5,210,4550,female,2007 +Gentoo,Biscoe,45.4,14.6,211,4800,female,2007 +Gentoo,Biscoe,46.7,15.3,219,5200,male,2007 +Gentoo,Biscoe,43.3,13.4,209,4400,female,2007 +Gentoo,Biscoe,46.8,15.4,215,5150,male,2007 +Gentoo,Biscoe,40.9,13.7,214,4650,female,2007 +Gentoo,Biscoe,49,16.1,216,5550,male,2007 +Gentoo,Biscoe,45.5,13.7,214,4650,female,2007 +Gentoo,Biscoe,48.4,14.6,213,5850,male,2007 +Gentoo,Biscoe,45.8,14.6,210,4200,female,2007 +Gentoo,Biscoe,49.3,15.7,217,5850,male,2007 +Gentoo,Biscoe,42,13.5,210,4150,female,2007 +Gentoo,Biscoe,49.2,15.2,221,6300,male,2007 +Gentoo,Biscoe,46.2,14.5,209,4800,female,2007 +Gentoo,Biscoe,48.7,15.1,222,5350,male,2007 +Gentoo,Biscoe,50.2,14.3,218,5700,male,2007 +Gentoo,Biscoe,45.1,14.5,215,5000,female,2007 +Gentoo,Biscoe,46.5,14.5,213,4400,female,2007 +Gentoo,Biscoe,46.3,15.8,215,5050,male,2007 +Gentoo,Biscoe,42.9,13.1,215,5000,female,2007 +Gentoo,Biscoe,46.1,15.1,215,5100,male,2007 +Gentoo,Biscoe,47.8,15,215,5650,male,2007 +Gentoo,Biscoe,48.2,14.3,210,4600,female,2007 +Gentoo,Biscoe,50,15.3,220,5550,male,2007 +Gentoo,Biscoe,47.3,15.3,222,5250,male,2007 +Gentoo,Biscoe,42.8,14.2,209,4700,female,2007 +Gentoo,Biscoe,45.1,14.5,207,5050,female,2007 +Gentoo,Biscoe,59.6,17,230,6050,male,2007 +Gentoo,Biscoe,49.1,14.8,220,5150,female,2008 +Gentoo,Biscoe,48.4,16.3,220,5400,male,2008 +Gentoo,Biscoe,42.6,13.7,213,4950,female,2008 +Gentoo,Biscoe,44.4,17.3,219,5250,male,2008 +Gentoo,Biscoe,44,13.6,208,4350,female,2008 +Gentoo,Biscoe,48.7,15.7,208,5350,male,2008 +Gentoo,Biscoe,42.7,13.7,208,3950,female,2008 +Gentoo,Biscoe,49.6,16,225,5700,male,2008 +Gentoo,Biscoe,45.3,13.7,210,4300,female,2008 +Gentoo,Biscoe,49.6,15,216,4750,male,2008 +Gentoo,Biscoe,50.5,15.9,222,5550,male,2008 +Gentoo,Biscoe,43.6,13.9,217,4900,female,2008 +Gentoo,Biscoe,45.5,13.9,210,4200,female,2008 +Gentoo,Biscoe,50.5,15.9,225,5400,male,2008 +Gentoo,Biscoe,44.9,13.3,213,5100,female,2008 +Gentoo,Biscoe,45.2,15.8,215,5300,male,2008 +Gentoo,Biscoe,46.6,14.2,210,4850,female,2008 +Gentoo,Biscoe,48.5,14.1,220,5300,male,2008 +Gentoo,Biscoe,45.1,14.4,210,4400,female,2008 +Gentoo,Biscoe,50.1,15,225,5000,male,2008 +Gentoo,Biscoe,46.5,14.4,217,4900,female,2008 +Gentoo,Biscoe,45,15.4,220,5050,male,2008 +Gentoo,Biscoe,43.8,13.9,208,4300,female,2008 +Gentoo,Biscoe,45.5,15,220,5000,male,2008 +Gentoo,Biscoe,43.2,14.5,208,4450,female,2008 +Gentoo,Biscoe,50.4,15.3,224,5550,male,2008 +Gentoo,Biscoe,45.3,13.8,208,4200,female,2008 +Gentoo,Biscoe,46.2,14.9,221,5300,male,2008 +Gentoo,Biscoe,45.7,13.9,214,4400,female,2008 +Gentoo,Biscoe,54.3,15.7,231,5650,male,2008 +Gentoo,Biscoe,45.8,14.2,219,4700,female,2008 +Gentoo,Biscoe,49.8,16.8,230,5700,male,2008 +Gentoo,Biscoe,49.5,16.2,229,5800,male,2008 +Gentoo,Biscoe,43.5,14.2,220,4700,female,2008 +Gentoo,Biscoe,50.7,15,223,5550,male,2008 +Gentoo,Biscoe,47.7,15,216,4750,female,2008 +Gentoo,Biscoe,46.4,15.6,221,5000,male,2008 +Gentoo,Biscoe,48.2,15.6,221,5100,male,2008 +Gentoo,Biscoe,46.5,14.8,217,5200,female,2008 +Gentoo,Biscoe,46.4,15,216,4700,female,2008 +Gentoo,Biscoe,48.6,16,230,5800,male,2008 +Gentoo,Biscoe,47.5,14.2,209,4600,female,2008 +Gentoo,Biscoe,51.1,16.3,220,6000,male,2008 +Gentoo,Biscoe,45.2,13.8,215,4750,female,2008 +Gentoo,Biscoe,45.2,16.4,223,5950,male,2008 +Gentoo,Biscoe,49.1,14.5,212,4625,female,2009 +Gentoo,Biscoe,52.5,15.6,221,5450,male,2009 +Gentoo,Biscoe,47.4,14.6,212,4725,female,2009 +Gentoo,Biscoe,50,15.9,224,5350,male,2009 +Gentoo,Biscoe,44.9,13.8,212,4750,female,2009 +Gentoo,Biscoe,50.8,17.3,228,5600,male,2009 +Gentoo,Biscoe,43.4,14.4,218,4600,female,2009 +Gentoo,Biscoe,51.3,14.2,218,5300,male,2009 +Gentoo,Biscoe,47.5,14,212,4875,female,2009 +Gentoo,Biscoe,52.1,17,230,5550,male,2009 +Gentoo,Biscoe,47.5,15,218,4950,female,2009 +Gentoo,Biscoe,52.2,17.1,228,5400,male,2009 +Gentoo,Biscoe,45.5,14.5,212,4750,female,2009 +Gentoo,Biscoe,49.5,16.1,224,5650,male,2009 +Gentoo,Biscoe,44.5,14.7,214,4850,female,2009 +Gentoo,Biscoe,50.8,15.7,226,5200,male,2009 +Gentoo,Biscoe,49.4,15.8,216,4925,male,2009 +Gentoo,Biscoe,46.9,14.6,222,4875,female,2009 +Gentoo,Biscoe,48.4,14.4,203,4625,female,2009 +Gentoo,Biscoe,51.1,16.5,225,5250,male,2009 +Gentoo,Biscoe,48.5,15,219,4850,female,2009 +Gentoo,Biscoe,55.9,17,228,5600,male,2009 +Gentoo,Biscoe,47.2,15.5,215,4975,female,2009 +Gentoo,Biscoe,49.1,15,228,5500,male,2009 +Gentoo,Biscoe,46.8,16.1,215,5500,male,2009 +Gentoo,Biscoe,41.7,14.7,210,4700,female,2009 +Gentoo,Biscoe,53.4,15.8,219,5500,male,2009 +Gentoo,Biscoe,43.3,14,208,4575,female,2009 +Gentoo,Biscoe,48.1,15.1,209,5500,male,2009 +Gentoo,Biscoe,50.5,15.2,216,5000,female,2009 +Gentoo,Biscoe,49.8,15.9,229,5950,male,2009 +Gentoo,Biscoe,43.5,15.2,213,4650,female,2009 +Gentoo,Biscoe,51.5,16.3,230,5500,male,2009 +Gentoo,Biscoe,46.2,14.1,217,4375,female,2009 +Gentoo,Biscoe,55.1,16,230,5850,male,2009 +Gentoo,Biscoe,48.8,16.2,222,6000,male,2009 +Gentoo,Biscoe,47.2,13.7,214,4925,female,2009 +Gentoo,Biscoe,46.8,14.3,215,4850,female,2009 +Gentoo,Biscoe,50.4,15.7,222,5750,male,2009 +Gentoo,Biscoe,45.2,14.8,212,5200,female,2009 +Gentoo,Biscoe,49.9,16.1,213,5400,male,2009 +Chinstrap,Dream,46.5,17.9,192,3500,female,2007 +Chinstrap,Dream,50,19.5,196,3900,male,2007 +Chinstrap,Dream,51.3,19.2,193,3650,male,2007 +Chinstrap,Dream,45.4,18.7,188,3525,female,2007 +Chinstrap,Dream,52.7,19.8,197,3725,male,2007 +Chinstrap,Dream,45.2,17.8,198,3950,female,2007 +Chinstrap,Dream,46.1,18.2,178,3250,female,2007 +Chinstrap,Dream,51.3,18.2,197,3750,male,2007 +Chinstrap,Dream,46,18.9,195,4150,female,2007 +Chinstrap,Dream,51.3,19.9,198,3700,male,2007 +Chinstrap,Dream,46.6,17.8,193,3800,female,2007 +Chinstrap,Dream,51.7,20.3,194,3775,male,2007 +Chinstrap,Dream,47,17.3,185,3700,female,2007 +Chinstrap,Dream,52,18.1,201,4050,male,2007 +Chinstrap,Dream,45.9,17.1,190,3575,female,2007 +Chinstrap,Dream,50.5,19.6,201,4050,male,2007 +Chinstrap,Dream,50.3,20,197,3300,male,2007 +Chinstrap,Dream,58,17.8,181,3700,female,2007 +Chinstrap,Dream,46.4,18.6,190,3450,female,2007 +Chinstrap,Dream,49.2,18.2,195,4400,male,2007 +Chinstrap,Dream,42.4,17.3,181,3600,female,2007 +Chinstrap,Dream,48.5,17.5,191,3400,male,2007 +Chinstrap,Dream,43.2,16.6,187,2900,female,2007 +Chinstrap,Dream,50.6,19.4,193,3800,male,2007 +Chinstrap,Dream,46.7,17.9,195,3300,female,2007 +Chinstrap,Dream,52,19,197,4150,male,2007 +Chinstrap,Dream,50.5,18.4,200,3400,female,2008 +Chinstrap,Dream,49.5,19,200,3800,male,2008 +Chinstrap,Dream,46.4,17.8,191,3700,female,2008 +Chinstrap,Dream,52.8,20,205,4550,male,2008 +Chinstrap,Dream,40.9,16.6,187,3200,female,2008 +Chinstrap,Dream,54.2,20.8,201,4300,male,2008 +Chinstrap,Dream,42.5,16.7,187,3350,female,2008 +Chinstrap,Dream,51,18.8,203,4100,male,2008 +Chinstrap,Dream,49.7,18.6,195,3600,male,2008 +Chinstrap,Dream,47.5,16.8,199,3900,female,2008 +Chinstrap,Dream,47.6,18.3,195,3850,female,2008 +Chinstrap,Dream,52,20.7,210,4800,male,2008 +Chinstrap,Dream,46.9,16.6,192,2700,female,2008 +Chinstrap,Dream,53.5,19.9,205,4500,male,2008 +Chinstrap,Dream,49,19.5,210,3950,male,2008 +Chinstrap,Dream,46.2,17.5,187,3650,female,2008 +Chinstrap,Dream,50.9,19.1,196,3550,male,2008 +Chinstrap,Dream,45.5,17,196,3500,female,2008 +Chinstrap,Dream,50.9,17.9,196,3675,female,2009 +Chinstrap,Dream,50.8,18.5,201,4450,male,2009 +Chinstrap,Dream,50.1,17.9,190,3400,female,2009 +Chinstrap,Dream,49,19.6,212,4300,male,2009 +Chinstrap,Dream,51.5,18.7,187,3250,male,2009 +Chinstrap,Dream,49.8,17.3,198,3675,female,2009 +Chinstrap,Dream,48.1,16.4,199,3325,female,2009 +Chinstrap,Dream,51.4,19,201,3950,male,2009 +Chinstrap,Dream,45.7,17.3,193,3600,female,2009 +Chinstrap,Dream,50.7,19.7,203,4050,male,2009 +Chinstrap,Dream,42.5,17.3,187,3350,female,2009 +Chinstrap,Dream,52.2,18.8,197,3450,male,2009 +Chinstrap,Dream,45.2,16.6,191,3250,female,2009 +Chinstrap,Dream,49.3,19.9,203,4050,male,2009 +Chinstrap,Dream,50.2,18.8,202,3800,male,2009 +Chinstrap,Dream,45.6,19.4,194,3525,female,2009 +Chinstrap,Dream,51.9,19.5,206,3950,male,2009 +Chinstrap,Dream,46.8,16.5,189,3650,female,2009 +Chinstrap,Dream,45.7,17,195,3650,female,2009 +Chinstrap,Dream,55.8,19.8,207,4000,male,2009 +Chinstrap,Dream,43.5,18.1,202,3400,female,2009 +Chinstrap,Dream,49.6,18.2,193,3775,male,2009 +Chinstrap,Dream,50.8,19,210,4100,male,2009 +Chinstrap,Dream,50.2,18.7,198,3775,female,2009 diff --git a/docs/projects/01-class/img/culmen_depth.png b/docs/projects/01-class/img/culmen_depth.png new file mode 100644 index 00000000..3fe2147f Binary files /dev/null and b/docs/projects/01-class/img/culmen_depth.png differ diff --git a/docs/projects/01-class/img/lter_penguins.png b/docs/projects/01-class/img/lter_penguins.png new file mode 100644 index 00000000..736ae89b Binary files /dev/null and b/docs/projects/01-class/img/lter_penguins.png differ diff --git a/docs/projects/01-class/img/totc-cover.jpg b/docs/projects/01-class/img/totc-cover.jpg new file mode 100644 index 00000000..5f4059cc Binary files /dev/null and b/docs/projects/01-class/img/totc-cover.jpg differ diff --git a/docs/projects/01-class/recreate_me.pdf b/docs/projects/01-class/recreate_me.pdf new file mode 100644 index 00000000..51d92281 Binary files /dev/null and b/docs/projects/01-class/recreate_me.pdf differ diff --git a/docs/projects/01-class/references.bib b/docs/projects/01-class/references.bib new file mode 100644 index 00000000..ff70526e --- /dev/null +++ b/docs/projects/01-class/references.bib @@ -0,0 +1,47 @@ +@book{wb-eval, + author = {Paul J. Gertler and Sebastian Martinez and Patrick Premand and Laura B. Rawlings and Christel M. J. Vermeersch}, + date-added = {2021-08-23 14:20:05 -0400}, + date-modified = {2021-08-23 14:20:05 -0400}, + edition = {2}, + publisher = {Inter-American Development Bank and World Bank}, + title = {Impact Evaluation in Practice}, + url = {https://openknowledge.worldbank.org/handle/10986/25030}, + year = {2016}, + Bdsk-Url-1 = {https://openknowledge.worldbank.org/handle/10986/25030}} + +@book{Huntington-Klein:2021, + address = {Boca Raton, Florida}, + author = {Nick Huntington-Klein}, + date-added = {2021-08-23 14:20:00 -0400}, + date-modified = {2021-08-23 14:20:00 -0400}, + publisher = {{Chapman and Hall} / CRC}, + title = {The Effect: An Introduction to Research Design and Causality}, + url = {https://theeffectbook.net/}, + year = {2021}, + Bdsk-Url-1 = {https://theeffectbook.net/}} + +@article{ChaudhryHeiss:2021, + author = {Suparna Chaudhry and Andrew Heiss}, + date-added = {2021-08-23 14:19:19 -0400}, + date-modified = {2021-08-23 14:19:19 -0400}, + doi = {10.1177/0899764020971045}, + journal = {Nonprofit and Voluntary Sector Quarterly}, + month = {6}, + number = {3}, + pages = {481--505}, + title = {Dynamics of International Giving: How Heuristics Shape Individual Donor Preferences}, + volume = {50}, + year = {2021}, + Bdsk-Url-1 = {https://doi.org/10.1177/0899764020971045}} + +@article{HeissKelley:2017, + author = {Andrew Heiss and Judith G. Kelley}, + doi = {10.1086/691218}, + journal = {Journal of Politics}, + month = {4}, + number = {2}, + pages = {732--741}, + title = {Between a Rock and a Hard Place: International {NGOs} and the Dual Pressures of Donors and Host Governments}, + volume = {79}, + year = {2017}, + Bdsk-Url-1 = {https://doi.org/10.1086/691218}} diff --git a/docs/projects/background-theory/background-theory.Rproj b/docs/projects/background-theory/background-theory.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/background-theory/background-theory.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/background-theory/figures/placeholder.png b/docs/projects/background-theory/figures/placeholder.png new file mode 100644 index 00000000..5c05ed54 Binary files /dev/null and b/docs/projects/background-theory/figures/placeholder.png differ diff --git a/docs/projects/background-theory/your-name_background-theory.Rmd b/docs/projects/background-theory/your-name_background-theory.Rmd new file mode 100644 index 00000000..1289409d --- /dev/null +++ b/docs/projects/background-theory/your-name_background-theory.Rmd @@ -0,0 +1,68 @@ +--- +title: "Background and theory" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +# 1: Program background and purpose + +*(≈350 words)* + +Provide in-depth background about the program. Include details about (1) when it was started, (2) why it was started, (3) what it was designed to address in society. If the program hasn’t started yet, explain why it’s under consideration. Make sure you cite your sources appropriately! (In the past, some students have just copied/pasted text from a program's website; don't do that! Describe and analyze the program's background!) + + +# 2: Program theory + +*(≈400 words)* + +Explain and explore the program’s underlying theory. Sometimes programs will explain why they exist in a mission statement, but often they don’t and you have to infer the theory from what the program looks like when implemented. What did the program designers plan on occurring? Was this theory based on existing research? If so, cite it. + +Include a simple impact theory graph showing the program’s basic activities and outcomes. Recall from class and your reading that this is focused primarily on the theory and mechanisms, not on the implementation of the program. + +![My neat impact theory](figures/placeholder.png) + + +# 3: Logic model + +List every possible input, activity, output, and outcome for the program and provide a brief 1–2 sentence description of each. + +## Inputs + +- Something +- Something else + +## Activities + +- Something +- Something else + +## Outputs + +- Something +- Something else + +## Outcomes + +- Something +- Something else + +## Diagram + +Use flowchart software to connect the inputs, activities, outputs, and outcomes and create a complete logic model. Remember that inputs will always feed into activities, and that activities always produce outputs (that's the whole purpose of an activity: convert an input to an output). Include this as a figure. + +![My neat logic model](figures/placeholder.png) + + +# 4: Analysis + +*(≈150 words)* + +Evaluate how well the logic model relates to the program theory. Do the inputs, activities, and outputs have a logical, well-grounded connection to the intended outcomes? Under ideal conditions, would the components of the program lead to changes or lasting effects? diff --git a/docs/projects/causal-model/causal-model.Rproj b/docs/projects/causal-model/causal-model.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/causal-model/causal-model.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/causal-model/your-name_causal-model.Rmd b/docs/projects/causal-model/your-name_causal-model.Rmd new file mode 100644 index 00000000..2d0b945d --- /dev/null +++ b/docs/projects/causal-model/your-name_causal-model.Rmd @@ -0,0 +1,84 @@ +--- +title: "Causal models" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +**Feel free to remove any/all of the placeholder text and instructions here!** + + +## 1: DAG I + +Find a news article that makes a causal claim and interpret that claim by drawing an appropriate diagram. The article likely won't explain all the things the researchers controlled for, so you'll need to create an ideal DAG. What should be included in the causal process to measure the effect of X on Y? + +INCLUDE IMAGE HERE + +Export the figure from dagitty and include it in your assignment, or use this code to draw the DAG with R: + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(ggdag) +``` + +```{r example-dag-code} +# Remember that you can change the variable names here--they can be basically +# anything, but cannot include spaces. The labels can have spaces. Adjust the +# variable names (y, x2, etc) and labels ("Outcome", "Something", etc.) as +# necessary. +my_dag <- dagify(y ~ x1 + x2 + z, + z ~ x1, + x2 ~ x1 + z, + labels = c("y" = "Outcome", + "x1" = "Something", + "x2" = "Something else", + "z" = "Yet another thing"), + exposure = "z", + outcome = "y") + +# If you set text = TRUE, you'll see the variable names in the DAG points +# The `seed` argument makes it so that the random layout is the same every time +ggdag(my_dag, text = FALSE, use_labels = "label", seed = 1234) + + theme_dag() + +# If you want the treatment and outcomes colored differently, +# replace ggdag() with ggdag_status() +ggdag_status(my_dag, text = FALSE, use_labels = "label", seed = 1234) + + theme_dag() + + theme(legend.position = "bottom") +``` + +Summarize the causal claim. Describe what the authors controlled for and what else you included in the DAG. Justify the inclusion of each node (point) and connection (line) in the graph. *(≈150 words)* + +Identify all the frontdoor and backdoor paths between your exposure and outcome. What variables need to be controlled for / adjusted to close the backdoors? Did this happen in the study or article? *(≈100 words)* + + +## 2: DAG II + +Find a different news article with a causal claim and do the same thing as above. + +Draw and include a DAG. + +INCLUDE IMAGE HERE + +Summarize the causal claim. Describe what the authors controlled for and what else you included in the DAG. Justify the inclusion of each node (point) and connection (line) in the graph. *(≈150 words)* + +Identify all the frontdoor and backdoor paths between your exposure and outcome. What variables need to be controlled for / adjusted to close the backdoors? Did this happen in the study or article? *(≈100 words)* + + +## 3: DAG for your program + +Identify the outcome you care most about from your final project program. Draw a DAG that shows the causal effect of your program's intervention on the outcome. + +INCLUDE IMAGE HERE + +Summarize the causal claim. Describe what needs to be controlled for and what else you included in the DAG. Justify the inclusion of each node (point) and connection (line) in the graph. *(≈150 words)* + +Identify all the frontdoor and backdoor paths between your exposure and outcome. What variables need to be controlled for / adjusted to close the backdoors? How might you do this with your evaluation? *(≈100 words)* diff --git a/docs/projects/final-project/final-project-template.Rmd b/docs/projects/final-project/final-project-template.Rmd new file mode 100644 index 00000000..6a227874 --- /dev/null +++ b/docs/projects/final-project/final-project-template.Rmd @@ -0,0 +1,110 @@ +--- +title: "TITLE GOES HERE" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +--- + + + +```{r setup, include=FALSE} +# Change this to `echo = FALSE` to hide all code +knitr::opts_chunk$set(echo = TRUE) +``` + +# Introduction + +Describe the motivation for this evaluation, briefly describe the program to be evaluated, and explain why it matters for society. (**≈150 words**) + + +# Program overview + +Provide in-depth background about the program. Include details about (1) when it was started, (2) why it was started, (3) what it was designed to address in society. If the program hasn't started yet, explain why it's under consideration. (**≈300 words**) + + +# Program theory and implementation + +## Program theory and impact theory graph + +Explain and explore the program's underlying theory. Sometimes programs will explain why they exist in a mission statement, but often they don't and you have to infer the theory from what the program looks like when implemented. What did the program designers plan on occurring? Was this theory based on existing research? If so, cite it. (**≈300 words**) + +Include a simple impact theory graph showing the program's basic activities and outcomes. Recall from class and your reading that this is focused primarily on the theory and mechanisms, not on the implementation of the program. + +## Logic model + +Describe the program's inputs, activities, outputs, and outcomes. Pay careful attention to how they are linked—remember that every input needs to flow into an activity and every output must flow out of an activity. (**≈150 words**) + +Use flowchart software to connect the inputs, activities, outputs, and outcomes and create a complete logic model. Include this as a figure. + + +# Outcome and causation + +## Main outcome + +Select one of the program's outcomes to evaluate. Explain why you've chosen this (is it the most important? easiest to measure? has the greatest impact on society?) (**≈50 words**) + +## Measurement + +Using the concept of the "ladder of abstraction" that we discussed in class (e.g. identifying a witch, measuring poverty, etc.), make a list of all the possible attributes of the outcome. Narrow this list down to 3-4 key attributes. Discuss how you decided to narrow the concepts and justify why you think these attributes capture the outcome. Then, for each of these attributes, answer these questions: + +- *Measurable definition*: How would you specifically define this attribute? (i.e. if the attribute is "reduced crime", define it as "The percent change in crime in a specific neighborhood during a certain time frame" or something similar) +- *Ideal measurement*: How would you measure this attribute in an ideal world? +- *Feasible measurement*: How would you measure this given reality and given limitations in budget, time, etc.? +- *Measurement of program effect*: How would to connect this measure to people in the program? How would you check to see if the program itself had an effect? + +(**≈150 words** in this section) + +## Causal theory + +Given your measurement approach, describe and draw a causal diagram (DAG) that shows how your program causes the outcome. Note that this is not the same thing as the logic model—you'll likely have nodes in the DAG that aren't related to the program at all (like socioeconomic status, gender, experience, or other factors). The logic model provides the framework for the actual implementation of your program and connects all the moving parts to the outcomes. The DAG is how you can prove causation with statistical approaches. (**≈150 words**) + +## Hypotheses + +Make predictions of your program's effect. Declare what you think will happen. (**≈50 words**) + + +# Data and methods + +## Identification strategy + +How will you measure the actual program effect? Will you rely on an RCT? Differences-in-differences? Regression discontinuity? Instrumental variables? How does your approach account for selection bias and endogeneity? How does your approach isolate the causal effect of the program on the outcome? + +Also briefly describe what kinds of threats to internal and external validity you face in your study. + +(**≈300 words**) + +## Data + +Given your measurement approach, limits on feasibility, and identification strategy, describe the data you will use. Will you rely on administrative data collected by a government agency or nonprofit? Will you collect your own data? If so, what variables will you measure, and how? Will you conduct a survey or rely on outside observers or do something else? What does this data look like? What variables does it (or should it) include? + +(**≈100 words**) + + +# Synthetic analysis + + +Generate a synthetic (fake) dataset in R with all the variables you'll need for the real life analysis. Analyze the data using your identification strategy. For instance: + +- If you're relying on observational data, close all the backdoors with matching or inverse probability weighting, don't adjust for colliders, and make a strong argument for isolation of the causal effect in the absence of treatment/control groups +- If you're doing an RCT, test the differences in means in the treatment and control groups (and follow all other best practices listed in the World Bank book, checking for balance across groups, etc.) +- If you're doing diff-in-diff, run a regression model with an interaction term to show the diff-in-diff +- If you're doing regression discontinuity, check for a jump in the outcome variable at the cutoff in the running variable +- If you're using instrumental variables, check the validity of your instrument and run a 2SLS model + +Include robustness checks to ensure the validity of your effect (i.e. if you're doing regression discontinuity, test different bandwidths and kernel types; etc.) + +(**As many words as you need to fully describe your analysis and results**) + + +# Conclusion + +What would the findings from this analysis mean for your selected program? What would it mean if you found an effect? What would it mean if you didn't find an effect? Why does any of this matter? (**≈75 words**) diff --git a/docs/projects/final-project/final-project.Rproj b/docs/projects/final-project/final-project.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/final-project/final-project.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/measurement/measurement.Rproj b/docs/projects/measurement/measurement.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/measurement/measurement.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/measurement/your-name_measurement.Rmd b/docs/projects/measurement/your-name_measurement.Rmd new file mode 100644 index 00000000..4ddb251c --- /dev/null +++ b/docs/projects/measurement/your-name_measurement.Rmd @@ -0,0 +1,185 @@ +--- +title: "Measurement" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +**Feel free to remove any/all of the placeholder text and instructions here!** + +# 1: Measurement and abstraction for full-day kindergarten + +Read this article about half-day vs. full-day kindergarten in Utah: . The article is 10 years old, and half-day kindergarten still remains standard practice in most Utah school districts. + +Pretend you are the administrator of the Optional Extended Day Kindergarten initiative. Based on the *Salt Lake Tribune* article (which provides hints throughout, and especially in one of the final paragraphs), and based on your own knowledge of educational outcomes, do the following: + +## Possible outcomes + +Make a list of two (2) possible outcomes of the full-day kindergarten program. + +- Outcome 1 +- Outcome 2 + +For each of the these outcomes, answer these questions: + +## Outcome 1: NAME OF IT HERE + +Using the concept of the "ladder of abstraction" that we discussed in class (e.g. identifying a witch, measuring poverty, etc.), make a list of all the possible attributes of the outcome: + +- List +- Lots +- Of +- Things +- Here + +Narrow this list down to 3-4 key attributes. Discuss how you decided to narrow the concepts and justify why you think these attributes capture the outcome. *(≈100 words)* + +*For each of these attributes*, answer these questions: + +### Attribute 1: NAME + +- Measurable definition: How would you specifically define this attribute? (i.e. if the attribute is "reduced crime", define it as "The percent change in crime in a specific neighborhood during a certain time frame" or something similar) +- Ideal measurement: How would you measure this attribute in an ideal world? +- Feasible measurement: How would you measure this given reality and given limitations in budget, time, etc.? +- Measurement of program effect: How would to connect this measure to people in the program? How would you check to see if the program itself had an effect? + +### Attribute 2: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + +### Attribute 3: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + + +## Outcome 2: NAME OF IT HERE + +Using the concept of the "ladder of abstraction" that we discussed in class (e.g. identifying a witch, measuring poverty, etc.), make a list of all the possible attributes of the outcome: + +- List +- Lots +- Of +- Things +- Here + +Narrow this list down to 3-4 key attributes. Discuss how you decided to narrow the concepts and justify why you think these attributes capture the outcome. *(≈100 words)* + +*For each of these attributes*, answer these questions: + +### Attribute 1: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + +### Attribute 2: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + +### Attribute 3: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + + +# 2: Measurement and abstraction for your program + +Repeat this exercise for the program you've chosen for your final project. + +## Possible outcomes + +- List +- Things +- Here + +For each of the these outcomes, answer these questions: + +## Outcome 1: NAME OF IT HERE + +Using the concept of the "ladder of abstraction" that we discussed in class (e.g. identifying a witch, measuring poverty, etc.), make a list of all the possible attributes of the outcome: + +- List +- Lots +- Of +- Things +- Here + +Narrow this list down to 3-4 key attributes. Discuss how you decided to narrow the concepts and justify why you think these attributes capture the outcome. *(≈100 words)* + +*For each of these attributes*, answer these questions: + +### Attribute 1: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + +### Attribute 2: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + +### Attribute 3: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + + +## Outcome 2: NAME OF IT HERE + +Using the concept of the "ladder of abstraction" that we discussed in class (e.g. identifying a witch, measuring poverty, etc.), make a list of all the possible attributes of the outcome: + +- List +- Lots +- Of +- Things +- Here + +Narrow this list down to 3-4 key attributes. Discuss how you decided to narrow the concepts and justify why you think these attributes capture the outcome. *(≈100 words)* + +*For each of these attributes*, answer these questions: + +### Attribute 1: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + +### Attribute 2: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: + +### Attribute 3: NAME + +- Measurable definition: +- Ideal measurement: +- Feasible measurement: +- Measurement of program effect: diff --git a/docs/projects/problem-set-2/data/food_health_politics.csv b/docs/projects/problem-set-2/data/food_health_politics.csv new file mode 100755 index 00000000..d9499897 --- /dev/null +++ b/docs/projects/problem-set-2/data/food_health_politics.csv @@ -0,0 +1,3144 @@ +FIPS,state,county,low_access_pop,low_access_change,pct_low_access_pop,children_low_access,pct_children_low_access,grocery_stores,grocery_stores_per_1000,snap_stores,snap_stores_per_1000,fastfood,fastfood_per_1000,deaths,population,mortality_rate,votes_dem_2012,votes_dem_2016,total_votes_2012,total_votes_2016,per_dem_2012,per_dem_2016,diff_2016,per_point_diff_2012,per_point_diff_2016 +1001,AL,Autauga,17496.6930380858,-5.056025703678356,0.3206225474718403,4616.97147985914,0.08460485385752764,4,0.072208683,42.1666666666667,0.760911409460565,36,0.649878148,1540,165675,922.5,6354,5908,23909,24661,0.2657576644778117,0.23956854953164916,12202,-0.46057969802166554,-0.49478934349783055 +1003,AL,Baldwin,30561.2644297432,-13.204891081933559,0.16767489331327023,7007.97267534918,0.038449360411209936,29,0.14491957,198.083333333333,0.949752992301287,132,0.659633903,6017,598548,782.4,18329,18409,84988,94090,0.2156657410457947,0.19565309809756615,54371,-0.5582317503647574,-0.5778616218514189 +1005,AL,Barbour,6069.52362758896,6.067799405129772,0.22105560066973667,1031.92777647386,0.03758341320879411,5,0.185963477,35.1666666666667,1.35438731625907,22,0.818239298,871,80277,917.2,5873,4848,11459,10390,0.5125229077580941,0.46660250240615975,583,0.029147395060651005,-0.056111645813281985 +1007,AL,Bibb,969.378840984762,-7.224695844103675,0.042303244206186426,232.642670170693,0.010152418510612831,5,0.222162979,19.5833333333333,0.864873618042368,5,0.222162979,717,67644,988.7,2200,1874,8391,8748,0.26218567512811347,0.21422039323273892,4859,-0.46847813133118815,-0.5554412437128486 +1009,AL,Blount,3724.42824233857,140.56885668584255,0.06497380137361868,910.686113009206,0.015887200603768293,6,0.103951905,47.0833333333333,0.815945746106567,21,0.363831667,1793,173065,884.8,2961,2150,23980,25384,0.12347789824854045,0.08469902300661834,20658,-0.7414512093411175,-0.8138197289631264 +1011,AL,Bullock,4141.90036536622,1.2693649484205736,0.37950342361794204,616.715389898739,0.056506816006847996,2,0.185804534,11.0833333333333,1.06961333075983,3,0.2787068,359,32153,989.6,4058,3530,5318,4701,0.763068822865739,0.7509040629653265,2391,0.5280180518992101,0.5086151882578175 +1013,AL,Butler,1304.32875630859,-0.2669289357560789,0.06226804584468373,264.140115579595,0.012609925792695612,3,0.147812377,25.8333333333333,1.29179584625129,17,0.837603469,796,60691,978.2,4367,3716,9483,8685,0.4605082779711062,0.4278641335636154,1175,-0.07529262891490035,-0.1352907311456535 +1015,AL,Calhoun,27785.986765365,-10.081060933943231,0.23433851807648515,6167.76448702024,0.05201704016985663,27,0.232927292,135.583333333333,1.18298708966271,103,0.888574485,4292,348188,1055.9,15500,13197,46240,47376,0.3352076124567474,0.27855876393110435,19606,-0.31946366782006924,-0.41383823032759204 +1017,AL,Chambers,7131.50571665377,5.679910835566213,0.20843214136062457,1595.35384990639,0.04662732280889639,7,0.205423172,37.5,1.10805779629465,26,0.763000352,1317,102328,962.5,6853,5763,14562,13778,0.47060843290756765,0.4182755116852954,2040,-0.051023211097376675,-0.14806212803019303 +1019,AL,Cherokee,103.522498883598,30.364177179211055,0.003983319823140483,18.7476009328966,7.213667679747816e-4,5,0.192034413,32.3333333333333,1.2568837058633,15,0.576103238,1016,77938,992,2126,1524,9761,10503,0.21780555270976334,0.14510139960011426,7285,-0.5499436533142097,-0.6936113491383414 +1021,AL,Chilton,1469.89911040547,0.9076282021860224,0.033680065770122815,337.049923084982,0.007722886215085627,6,0.136577815,53.8333333333333,1.22512763326582,20,0.455259384,1487,131659,1017.2,3391,2909,17434,18255,0.19450499024893886,0.1593536017529444,12159,-0.6033612481358266,-0.666064092029581 +1023,AL,Choctaw,2702.89519889199,3.469851513810586,0.1950281549095887,557.553869171617,0.040230454518480195,3,0.22517451,15.3333333333333,1.18012263013417,6,0.45034902,536,39837,953.4,3785,3109,7965,7268,0.47520401757689895,0.4277655476059439,993,-0.045825486503452584,-0.13662630709961476 +1025,AL,Clarke,5712.92633155957,12.888935861183025,0.22114838894280842,1523.2770498477,0.05896632407570549,5,0.20044097,41,1.68087897671368,26,1.042293045,856,74638,885.7,6317,5712,13827,12936,0.456859767122297,0.44155844155844154,1397,-0.08288131915816882,-0.1079931972789116 +1027,AL,Clay,642.740919912668,-13.46723068427281,0.046134145845009196,143.227842712202,0.01028049402183477,3,0.22136954,13.25,0.982063445004447,4,0.295159386,544,40560,968.5,1770,1234,6640,6572,0.26656626506024095,0.18776628119293975,3996,-0.4566265060240964,-0.6080340839926963 +1029,AL,Cleburne,789.535142867193,437.59794990751845,0.052734113202457446,188.521670554044,0.012591615719612877,2,0.132625995,11.4166666666667,0.76498704547485,8,0.530503979,602,45118,1041.4,971,684,6302,6532,0.15407807045382418,0.10471524800979792,5054,-0.6820057124722311,-0.7737293325168402 +1031,AL,Coffee,10486.0859800181,-7.979015861825822,0.20994005725991233,2569.54971577507,0.05144449659195704,5,0.098214461,45.1666666666667,0.881713713088406,34,0.667858335,1487,152797,836,4899,4194,19715,20513,0.248490996703018,0.20445571101252863,11631,-0.49398934821202134,-0.5670062886949738 +1033,AL,Colbert,11095.6663044647,16.55661203463322,0.20385952642876276,2607.22197884364,0.04790221905716984,10,0.183341584,75.75,1.39718902169101,52,0.953376235,2181,163305,999.7,9160,7296,23374,24626,0.3918884230341405,0.2962722325996914,9422,-0.20411568409343717,-0.3826037521318931 +1035,AL,Conecuh,3558.35944028066,-4.493610992525419,0.26900207440887963,694.969177816164,0.052537736454200484,2,0.157853197,15.6666666666667,1.26395051768186,7,0.552486188,515,38209,962.8,3551,3069,7013,6543,0.5063453586197063,0.469050894085282,344,0.016683302438328884,-0.05257527128228634 +1037,AL,Coosa,2828.93033363739,-0.2929747457731485,0.24516252133091168,500.446376472077,0.04336999536112982,1,0.091861106,4,0.378036102447784,1,0.091861106,407,32590,935.8,2188,1780,5243,5223,0.4173183292008392,0.34080030633735403,1596,-0.16021361815754342,-0.3055715106260769 +1039,AL,Covington,3769.12224820551,13.046278100847427,0.09980464049266544,783.970987836349,0.020759194699757684,6,0.158252888,54.6666666666667,1.4594123195757,24,0.633011552,1593,113553,984.5,3155,2379,15415,15818,0.20467077521894259,0.15039828044000506,10843,-0.5833927992215374,-0.6854848906309268 +1041,AL,Crenshaw,5278.96648668747,-1.948776511874784,0.3796178977914188,1278.33294687272,0.09192671845769596,3,0.214638334,18.4166666666667,1.32370205323558,5,0.357730557,547,41843,1007.5,2048,1663,6411,6252,0.3194509436905319,0.2659948816378759,2848,-0.3553267820932772,-0.45553422904670504 +1043,AL,Cullman,5900.27020156578,-6.276302149361973,0.07338096910138273,1433.05749715962,0.017822768166052532,15,0.184526812,81.6666666666667,0.990247076750211,53,0.651994735,2899,243982,986,4855,3730,33178,37278,0.1463319066851528,0.10005901604163313,29004,-0.695490988004099,-0.7780460325124738 +1045,AL,Dale,14036.9701173605,1.3722165390717271,0.2793371299548367,4144.06557441776,0.08246732551427355,8,0.161668418,52.1666666666667,1.05973807879305,34,0.687090777,1483,148899,892.4,5283,4408,18551,18617,0.28478249150989166,0.23677284202610518,9390,-0.42164842865613716,-0.504377719288822 +1047,AL,Dallas,7640.05686759809,-1.8693535770191398,0.174350909803699,1941.88855512285,0.04431511992521338,8,0.191795929,48.0833333333333,1.20184296474039,19,0.455515332,1578,124814,1105.6,14599,12826,20936,18730,0.6973156285823462,0.6847837693539776,7042,0.3971627818112342,0.3759743726641751 +1049,AL,DeKalb,2679.85266237218,0,0.0376865468839694,890.009064237456,0.01251612403827161,14,0.197002744,82,1.15655853314528,43,0.605079856,2371,213011,997.5,5235,3682,23842,26086,0.2195705058300478,0.14114850877865523,18097,-0.5486536364398961,-0.6937437706049221 +1051,AL,Elmore,15064.3665877468,0.35214103799495794,0.18995960540896056,3210.94978815732,0.040489638325880734,10,0.123491856,74.8333333333333,0.914844109748693,45,0.555713351,2306,243373,931.2,8940,8436,35440,36905,0.25225733634311515,0.228586912342501,19183,-0.48766930022573357,-0.5197940658447364 +1053,AL,Escambia,5058.77540327542,-2.5041076337296344,0.13201741703268405,1201.96458278963,0.03136732646440747,4,0.106008004,44.9166666666667,1.19053929884083,27,0.715554024,1427,113430,1054.8,5476,4698,14832,15213,0.3692017259978425,0.3088148294222047,5584,-0.2553263214670981,-0.36705449286794195 +1055,AL,Etowah,23289.8268209082,-6.010550624081865,0.22301854659492676,4933.01584229078,0.047237535596004784,13,0.125566256,117.583333333333,1.14643864643865,79,0.763056476,4162,310361,1076.4,12792,10350,42490,43474,0.30105907272299365,0.23807333118645627,21782,-0.3838550247116969,-0.5010351014399411 +1057,AL,Fayette,407.386753066814,-6.885559318739418,0.023628951514808535,90.7323979997341,0.005262594861071522,5,0.296313856,11.8333333333333,0.715177887908457,9,0.53336494,678,50458,998.9,1803,1358,7912,8196,0.22788169868554095,0.16569058077110785,5347,-0.534757330637007,-0.6523914104441191 +1059,AL,Franklin,3663.44173644414,19.18380453564112,0.11555140475788987,918.699674463936,0.028977405830934142,8,0.253156546,32.5,1.02757050714557,18,0.569602228,1158,94795,1067.5,3171,2197,10859,11955,0.2920158393958928,0.1837724801338352,7269,-0.40482549037664606,-0.608030112923463 +1061,AL,Geneva,605.193394728471,-0.13261755788924987,0.02259027229296271,134.89997696504,0.005035460133073535,10,0.374363582,31.9166666666667,1.1992435059242,10,0.374363582,1039,80236,969.7,2039,1522,11318,11659,0.1801555045060965,0.13054292820996655,8445,-0.6303233786888143,-0.7243331332018184 +1063,AL,Greene,2962.99100888567,-9.8439824226501,0.3275833066761382,721.112028490531,0.07972493405091553,2,0.233836081,17,2.01852291617193,1,0.11691804,325,25738,957.2,4514,4006,5328,4862,0.8472222222222222,0.8239407651172357,3168,0.6972597597597597,0.6515837104072398 +1065,AL,Hale,1864.54134988226,2040.32528552133,0.11830846128694543,428.493819430962,0.027188694126330074,3,0.197576396,14.5833333333333,0.975343320848939,7,0.461011591,536,45515,920.9,5401,4772,8628,8010,0.6259851645804357,0.5957553058676655,1600,0.25452016689847007,0.19975031210986272 +1067,AL,Henry,805.472428049552,108.502601825661,0.04655371795454584,146.756394473487,0.008482047998698821,3,0.17452007,15,0.873922162666045,10,0.581733566,619,51603,841.1,3046,2286,8700,8017,0.35011494252873565,0.28514406885368593,3337,-0.2941379310344827,-0.416240488960958 +1069,AL,Houston,18340.749037533,-14.3128943762761,0.1806134010609176,4485.83938615519,0.044175006510829375,16,0.15356118,138.583333333333,1.33181492017119,97,0.930964652,3234,311893,881.1,12348,10547,41843,42030,0.2951031235810052,0.250939804901261,20020,-0.4030781731711397,-0.476326433499881 +1071,AL,Jackson,4218.96673811722,-13.101701300475959,0.07926365825835047,961.340309428508,0.018061140200058393,11,0.208867369,52.75,1.01173807971153,29,0.550650337,2112,157971,1047.4,5817,3663,20555,20785,0.28299683775237167,0.17623286023574694,12980,-0.418632936025298,-0.6244888140485928 +1073,AL,Jefferson,205657.867797348,-1.7220518714027497,0.3123287577450438,49882.8024000602,0.0757560791294618,108,0.163439988,594.666666666666,0.901664490845123,642,0.971559929,21133,1979648,931.4,159658,151581,303424,290111,0.526187776840329,0.5224931147043718,20967,0.06013037861210713,0.07227233713992232 +1075,AL,Lamar,229.952612240944,148.91512203182177,0.015789110975071685,52.4839962010155,0.0036036800467601966,3,0.212977424,13.9166666666667,0.999904200795134,6,0.425954849,607,42123,992.2,1643,1035,7159,6931,0.22950132700097778,0.14932910113980666,4784,-0.5321972342505936,-0.6902322897128841 +1077,AL,Lauderdale,12476.0967050946,-14.451735489671982,0.13457265966728796,2541.60817191946,0.02741490224163199,17,0.182607201,92.0833333333333,0.997458061627563,72,0.773395205,3311,278388,908.1,12504,9877,36908,38813,0.3387883385715834,0.25447659289413344,17858,-0.30882193562371296,-0.4601035735449463 +1079,AL,Lawrence,1648.24435485302,22.14297831535426,0.047999194934419176,400.718567456389,0.011669488554016975,5,0.149356274,26.6666666666667,0.802149761360446,16,0.477940078,1218,100108,1044.2,5055,3611,14079,14623,0.3590453867462178,0.24693975244477878,7121,-0.2699055330634278,-0.4869725774464884 +1081,AL,Lee,36835.8868735046,-15.889830274238948,0.26265008787000504,7548.52882097987,0.05382310367408836,17,0.110207125,103.833333333333,0.653076798896373,128,0.82979482,3322,462925,902.4,21274,20987,54115,57668,0.39312575071606765,0.3639280016647014,13334,-0.1993532292340386,-0.2312200873968232 +1083,AL,Limestone,9339.42167313804,-7.872145116234769,0.11281947371575995,1706.17085037168,0.020610408668209027,9,0.099133136,75.0833333333333,0.809497626312177,51,0.561754436,2184,271145,789.4,9809,9340,35406,39400,0.27704343896514716,0.23705583756345178,19484,-0.4364796927074507,-0.4945177664974619 +1085,AL,Lowndes,2539.86439181493,-53.8433223805548,0.2247866529617603,711.25067746586,0.06294810845790424,3,0.283553875,16.5,1.59297161614211,0,0,389,31738,1044.8,5747,4882,7519,6676,0.7643303630801969,0.731276213301378,3131,0.5310546615241389,0.46899340922708205 +1087,AL,Macon,8050.77930475775,7.262079847687317,0.3752927141878496,1716.83211950396,0.08003133132127355,4,0.205920206,17.0833333333333,0.900877146724323,9,0.463320463,710,58344,1007.4,9045,7237,10385,8748,0.8709677419354839,0.8272748056698674,5843,0.7436687530091478,0.6679240969364426 +1089,AL,Madison,88544.0304518332,-19.54355449168313,0.2644597413222182,21193.9217265741,0.06330115117655662,44,0.125606981,285.166666666667,0.798860025343145,330,0.942052361,8717,1049921,782.2,61802,62435,154632,159473,0.3996714780899167,0.3915082803985628,26764,-0.18674659837549795,-0.16782778275946397 +1091,AL,Marengo,5125.00561748114,-8.268941504212949,0.24373451360066295,1257.12579134936,0.05978626486656965,3,0.149179513,24.25,1.23265389111981,19,0.94480358,772,60374,945.8,6154,5607,11509,10948,0.534711964549483,0.5121483375959079,383,0.07237813884785821,0.03498355864084768 +1093,AL,Marion,1929.43172023684,258.56971408303,0.06269273850522615,425.163311766315,0.013814768383360898,3,0.099104754,26.4166666666667,0.8806142631731,17,0.561593604,1220,90692,968,2249,1432,12104,12912,0.18580634500991408,0.11090458488228006,9841,-0.6152511566424322,-0.7621592317224287 +1095,AL,Marshall,10484.7984305757,-18.17532788539224,0.11271673991954008,2859.98421671936,0.030746236970074503,21,0.22190287,107.833333333333,1.13321493251504,71,0.750243036,3289,283458,1003.9,6271,4913,32455,34965,0.19322138345401324,0.14051194051194052,24304,-0.6012632876290249,-0.6950950950950952 +1097,AL,Mobile,103768.64350403,-7.984983043258863,0.2512606624438972,26376.5127146844,0.06386688535052591,60,0.144535475,512.25,1.23482532856358,253,0.60945792,12731,1244442,930.5,78417,68429,174189,163387,0.4501834214560047,0.41881545043363305,22658,-0.09270964297401102,-0.1386768837177988 +1099,AL,Monroe,5711.64066386163,-20.10617435260907,0.24760016749877015,1416.93422808672,0.061424233920873934,6,0.273385884,26,1.20761727821644,9,0.410078826,776,65724,918.6,4897,4310,10680,10185,0.45852059925093636,0.42317133038782523,1461,-0.07799625468164795,-0.1434462444771723 +1101,AL,Montgomery,66180.6549797803,2.989202728592042,0.288541111599431,17674.7441064891,0.07706013658039483,37,0.163580015,229.333333333333,1.01318465437591,210,0.928427112,6398,679908,892.7,62993,58669,101781,94572,0.6189072616696633,0.6203633210675464,24741,0.24277615665006236,0.2616102017510468 +1103,AL,Morgan,15514.2795759028,10.739779150528609,0.1298374723901816,3921.75345899455,0.032820767085066115,16,0.133771435,129.333333333333,1.08672514816433,99,0.827710753,3780,358875,904.5,13401,11216,49198,49991,0.2723891215090044,0.22436038486927648,26176,-0.4453026545794545,-0.5236142505651017 +1105,AL,Perry,881.549476374204,-9.274133491964482,0.0832357167759611,159.257536771624,0.015037063239696344,4,0.407083249,12,1.25339461040318,1,0.101770812,400,29500,1067.2,4536,3823,6065,5255,0.7478977741137676,0.7274976213130352,2420,0.4999175597691674,0.4605137963843958 +1107,AL,Pickens,529.138640010843,-37.85299639525924,0.026797257166557432,103.190683941107,0.0052259031672798025,4,0.196415419,25,1.23007282031096,8,0.392830837,759,60568,966.6,4448,3972,9599,9494,0.4633816022502344,0.4183694965241205,1482,-0.06990311490780288,-0.15609858858226255 +1109,AL,Pike,4535.49713758166,21.503528078208326,0.1378612461649795,1009.18456804293,0.03067523535800267,6,0.179699901,39.4166666666667,1.18418153778365,33,0.988349456,965,99766,939.1,6009,5039,14057,13025,0.4274738564416305,0.3868714011516315,2642,-0.13729814327381373,-0.20284069097888674 +1111,AL,Randolph,3374.62946397418,218.04062147496234,0.14728012324768386,810.125102929966,0.03535657063369991,3,0.133102622,24.6666666666667,1.08893990228972,9,0.399307866,905,67812,1002.9,3076,2290,10391,10130,0.296025406601867,0.22606120434353405,5407,-0.39871042248099314,-0.533761105626851 +1113,AL,Russell,6225.85569408263,-26.855854645957177,0.1175865619219716,1455.56389920828,0.02749096075713978,12,0.20131526,63.8333333333333,1.09732058951615,44,0.738155952,1596,178869,908.6,10495,9577,18871,19136,0.5561443484711992,0.5004703177257525,367,0.11758783318319116,0.019178511705685575 +1115,AL,St. Clair,4561.84011807665,21.8546070729686,0.05457203495599691,1096.36840149621,0.01311555275556817,14,0.161481943,73.75,0.837887274338495,49,0.5651868,2721,259845,975.3,5790,5550,35105,37937,0.16493377011821678,0.1462951735772465,26029,-0.6611878649764991,-0.6861111843319186 +1117,AL,Shelby,47122.3183671755,-9.403861448456938,0.24154762471320454,12433.8385008711,0.06373549222580464,26,0.125813554,128.25,0.608910750064096,141,0.682296581,3984,618837,660.2,19944,22927,92204,99208,0.21630298034792417,0.23110031449076687,49919,-0.5563641490607782,-0.5031751471655512 +1119,AL,Sumter,2304.52537843944,3.6310430507156024,0.16744353545298554,541.683027407621,0.03935791814340049,3,0.227859638,20.8333333333333,1.59764826175869,7,0.53167249,467,39748,979.3,5420,4739,7025,6391,0.7715302491103203,0.7415115005476451,3158,0.5459074733096085,0.49413237365044593 +1121,AL,Talladega,11038.3872483772,-10.637419051275717,0.13413845072215916,2557.13626354036,0.031074312665301914,9,0.110671159,95.25,1.18909404142167,49,0.602542977,2931,243434,1038.4,13878,12108,33317,33218,0.41654410661224,0.3645011740622554,8488,-0.16024852177567012,-0.25552411343247633 +1123,AL,Tallapoosa,3484.730857794,-24.210755586199852,0.08373536278820644,754.17668276516,0.01812227707528739,6,0.145754889,45.0833333333333,1.10696425794518,20,0.48584963,1474,123147,919.6,6252,5271,18668,18504,0.33490464966788086,0.2848573281452659,7696,-0.3241375616027427,-0.4159100734976221 +1125,AL,Tuscaloosa,34859.5802446893,-11.699741201151525,0.17908299895553845,7647.39851991719,0.03928673413569163,21,0.103851403,173.833333333333,0.843433510268378,161,0.796194093,5075,607110,902.4,32003,31746,78495,81708,0.4077074972928212,0.388529886914378,15955,-0.17453340977132303,-0.1952685171586626 +1127,AL,Walker,7858.659653953,4.36798347583771,0.11725317658047238,1775.32399992236,0.026488280141479192,10,0.152739381,75,1.15443225021934,41,0.626231461,3025,196790,1251.7,6551,4486,28497,29243,0.2298838474225357,0.15340423349177582,19722,-0.5292486928448608,-0.6744178093902815 +1129,AL,Washington,1478.89694731913,-13.428757871759094,0.0841190459768574,398.207004999297,0.022649849553455264,2,0.118807176,15.6666666666667,0.934988461844513,3,0.178210764,662,50536,1088.3,2971,2366,8761,8492,0.339116539207853,0.2786151672162035,3665,-0.31708709051478134,-0.4315826660386246 +1131,AL,Wilcox,4997.12856775663,-3.4039146090972165,0.42820296210425274,1336.62419376867,0.11453506373339074,7,0.630744278,19.1666666666667,1.74464469931428,5,0.450531627,483,33321,1192,4867,4329,6547,6095,0.7433939208797923,0.7102543068088597,2592,0.48739880861463264,0.42526661197703036 +1133,AL,Winston,1459.03265534054,44.278058835268666,0.059591270026978435,331.320441952703,0.013532120648288801,8,0.33126294,26.1666666666667,1.09920884968144,10,0.414078675,909,72132,930.1,1286,871,9712,10255,0.13241350906095553,0.08493417844953681,8354,-0.7232289950576607,-0.814627011214042 +2013,AK,Aleutians East,2203.00003012739,79.68265436933977,0.7013690003589271,219.99999618428,0.07004138687815345,4,1.19047619,5,1.51699029126214,1,0.297619048,25,9972,382,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2016,AK,Aleutians West,1243.22905305789,62.62487119277361,0.22356213865453875,209.035191586782,0.037589496778777556,3,0.52173913,4,0.708340711882415,0,0,43,17152,564.6,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2020,AK,Anchorage,80039.7236440701,-9.024345496111076,0.27427207871838016,20527.212944541,0.07034058975053971,32,0.106308761,122.333333333333,0.41025021909821,204,0.677718348,4858,900589,718.4,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2050,AK,Bethel,11504.8634897179,-13.319050566948226,0.6762395515028449,4363.52791258193,0.2564819792265873,22,1.231251399,50.5,2.81055209260908,7,0.391761809,306,53731,993,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2060,AK,Bristol Bay,996.999998134377,129.64806215137548,0.9999999981287634,225.000001238685,0.22567703233569208,2,2.0898641590000002,1,1.11358574610245,0,0,26,2792,892.5,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2068,AK,Denali,1826.00001354376,0,1.0000000074171742,411.000002458105,0.22508214811506297,0,0,NA,NA,2,1.041124414,32,5756,742.4,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2070,AK,Dillingham,2461.50966602722,55.931427870973074,0.5078418951985187,894.018194292218,0.18444773969305095,6,1.202886929,8.16666666666667,1.64849952900013,1,0.200481155,110,14982,1086.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2090,AK,Fairbanks North Star,33612.3839432149,-7.273718130325575,0.34445623577555984,8925.38960164537,0.09146646992391305,7,0.070453013,27.25,0.270861289200338,49,0.49317109,1386,300009,713.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2100,AK,Haines,518.894136562259,-0.06578622073861878,0.20689558874093258,98.6173815076257,0.03932112500304051,3,1.16913484,3,1.20192307692308,1,0.389711613,54,7663,646,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2105,AK,Hoonah-Angoon,2136.90478780445,26.077308819378704,0.9939092036299768,418.000001612602,0.19441860540121023,4,0,6,2.88739172281039,2,0,36,4224,681.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2110,AK,Juneau,10062.672904577,-0.7445648563893272,0.32174813443891287,2592.48419790412,0.08289317978910056,6,0.185150898,11.75,0.361894788715042,31,0.956612973,559,98026,672.9,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2122,AK,Kenai Peninsula,10888.785060094,-3.5510566211221306,0.19654846678870036,2687.92725778857,0.04851854255936047,19,0.330567009,37.3333333333333,0.63811119087501,39,0.678532282,1226,172767,711.9,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2130,AK,Ketchikan Gateway,1062.59891684336,2.560116726779654,0.07884536000915338,268.15112329525,0.01989694466834236,4,0.290128382,8,0.581987487269024,12,0.870385145,260,41163,669.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2150,AK,Kodiak Island,1948.65920848546,37.65012022065088,0.14336809950599325,601.68911987084,0.0442678869828458,5,0.357500358,9,0.655403437226915,7,0.500500501,199,41993,675,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2164,AK,Lake and Peninsula,1628.68561954873,-0.1418990719369423,0.9985810052414041,491.751172434662,0.3015028647668069,1,0.613120785,8.5,5.44174135723431,0,0,40,4844,1121.3,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2170,AK,Matanuska-Susitna,23011.2553342344,12.603060785704479,0.2585679570114546,6285.84806275718,0.070631474383473,10,0.10216383,43.8333333333333,0.420000319391878,43,0.439304469,1666,295257,769.4,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2180,AK,Nome,5276.00763807735,4.144054952928766,0.5558372985753635,1989.8896748228,0.2096386088098188,17,1.731689926,25.75,2.59655137642432,1,0.101864113,173,29567,871.4,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2185,AK,North Slope,5522.182352331,52.183517664387615,0.5855972802047721,944.729218745845,0.10018337420422534,8,0.824487272,12.25,1.27524463876744,2,0.206121818,149,29139,1001.3,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2188,AK,Northwest Arctic,4322.06293794552,-0.00634228679050044,0.5745132178579716,1618.95098120402,0.21520018359750367,7,0.907088247,21.25,2.76945132282028,2,0.25916807,126,23216,790.5,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2195,AK,Petersburg,180.230547734276,-1.6979771397566352,0.04724260753192031,48.4784220950549,0.012707319028847943,3,0,4,1.2702445220705,4,0,45,6361,708,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2198,AK,Prince of Wales-Hyder,1758.79264788,26.47909797531034,0.31638651697787373,362.472778417292,0.06520467321771757,6,0,7,1.10288325193005,3,0,87,12725,936.3,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2220,AK,Sitka,1632.24976162452,0.9235659189988157,0.18379121288419323,400.871008837048,0.0451380485122225,4,0.449438202,3.16666666666667,0.358625896564741,4,0.449438202,195,26747,679.7,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2230,AK,Skagway,2.99995376171291,0,0.0030991257868935016,0,0,2,0,1,0.919117647058823,2,0,NA,NA,NA,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2240,AK,Southeast Fairbanks,3323.08447550762,62.63495454296213,0.472767744417075,796.609132877075,0.11333178729222862,3,0.432837974,6,0.87260034904014006,2,0.28855865000000003,149,20821,836.5,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2261,AK,Valdez-Cordova,5010.71088565046,86.01758378321466,0.5199990541355811,1235.97953964079,0.12826686795774078,8,0.84317032,15.75,1.68359166221272,9,0.94856661,192,28626,876.5,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2270,AK,Wade Hampton,4615.00000192692,-6.863207810703786,0.6187156457872262,1933.99999969499,0.2592840862977598,14,1.747815231,19.5,NA,0,0,177,24124,1333.8,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2275,AK,Wrangell,510.624434692214,0,0.21554429493128496,105.576735992657,0.04456595018685395,2,0,2,0.829531314807134,1,0,45,4742,774.9,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2282,AK,Yakutat,662.00000099384,26147.419425788114,1.0000000015012689,162.00000032418,0.2447129914262538,2,3.149606299,2,3.32778702163062,0,0,NA,NA,NA,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +2290,AK,Yukon-Koyukuk,5587.99999538776,1.790343902605534e-13,0.9999999991746169,1552.00000155166,0.27773801029915174,9,1.622498648,33.4166666666667,6.04717094945108,0,0,171,16757,991.3,NA,93003,NA,246588,NA,0.37715947248041265,37410,NA,-0.15171054552532975 +4001,AZ,Apache,50446.8141367026,7.9149701925493785,0.7053722718295057,16011.4685359408,0.2238802614158785,9,0.125299326,50.3333333333333,0.688441477915162,16,0.222754358,1966,215285,946.2,16833,12196,25465,18659,0.6610249361869233,0.6536255962270218,6881,0.33909287257019444,0.3687764617610804 +4003,AZ,Cochise,55218.539200034,6.960246963408021,0.42040518325669607,11841.9208732421,0.09015821474001567,19,0.149080409,92,0.731493996978612,61,0.478626577,3787,383353,728.9,16223,15291,43776,43147,0.3705911915204678,0.35439312119034927,9745,-0.2402914839181287,-0.22585579530442446 +4005,AZ,Coconino,41435.5536860364,1.9144705403405522,0.308252086251675,11146.7884527634,0.0829244571366334,21,0.152525385,96.75,0.68661821897976,120,0.871573626,2252,413346,649.8,26316,25308,46746,44929,0.5629572583750482,0.5632887444634869,8735,0.14863303812090878,0.1944178592891006 +4007,AZ,Gila,17451.0661177204,36.21599689433086,0.3255978155068455,3944.26823621309,0.07359121287036756,7,0.131779589,41.5,0.774889834939129,34,0.640072291,2257,159323,908.9,6650,6746,18477,21398,0.35990691129512364,0.31526310870174784,6926,-0.26384153271635014,-0.32367510982334796 +4009,AZ,Graham,13894.4627686973,19.137849667011402,0.3733063613298576,4144.88169840996,0.11136167916200862,6,0.15807361,26,0.691507752865768,16,0.421529626,811,113010,765.1,3608,3301,11854,11939,0.3043698329677746,0.2764888181589748,4724,-0.37691918339800906,-0.3956780299857609 +4011,AZ,Greenlee,5895.55884963053,-1.0366346440513288,0.6987743095449247,1703.6866525887,0.201930384329584,2,0.213995292,9.91666666666667,1.03158916744686,2,0.213995292,166,27760,635.1,1310,1092,2972,3243,0.4407806191117093,0.3367252543940796,800,-0.0942126514131898,-0.2466851680542707 +4012,AZ,La Paz,8846.86161625004,-0.3492578786224555,0.4317859151861994,885.767219002415,0.043231354336591095,7,0.346003658,34.1666666666667,1.68167872553363,15,0.741436409,786,60843,735,1619,1318,4922,4931,0.3289313287281593,0.2672885824376394,2063,-0.32222673709874033,-0.41837355505982554 +4013,AZ,Maricopa,511215.572447903,3.846261052684986,0.13392714251302829,122203.797777925,0.03201468484668534,494,0.120865406,2144.83333333333,0.505499611084649,2781,0.68041841,84396,12273297,648.8,512008,549040,1187008,1201934,0.43134334393702484,0.456797128627695,41425,-0.1203252210600097,-0.0344652867794738 +4015,AZ,Mohave,88341.5771291182,-0.03613266411511568,0.44129747899013017,16238.4155864558,0.08111663945758345,19,0.09342991,151.333333333333,0.737315813150531,114,0.560579462,8884,610907,881.3,18324,16485,65949,74189,0.2778510667333849,0.22220275242960547,38171,-0.42635976284704846,-0.5145102373667256 +4017,AZ,Navajo,41411.3260773712,16.405274811111536,0.3854044809851297,12847.6467921359,0.11956971951470838,14,0.129508515,86.4166666666667,0.785420415780513,54,0.499532844,2830,323820,826.9,16157,15362,35775,35409,0.4516282320055905,0.43384450281002007,2803,-0.08380153738644308,-0.07916066536756194 +4019,AZ,Pima,218481.73008953,-5.911266963776383,0.2228807269982954,47677.1677144494,0.04863711852273258,127,0.126429046,637.166666666667,0.627005416880698,611,0.608253129,26631,3011687,683.9,183470,195649,351817,360762,0.5214927078566414,0.5423215305381387,48630,0.05839115221834079,0.13479801087697707 +4021,AZ,Pinal,80761.8534872067,23.88655064037386,0.21492363277325677,15076.1808020377,0.040120767496175054,29,0.072154021,165.583333333333,0.395621286695019,115,0.286128016,8103,1188465,595.9,41428,35737,102139,93805,0.40560412770831905,0.3809711635840307,18120,-0.1715211623375988,-0.19316667555034384 +4023,AZ,Santa Cruz,12583.4229510448,-3.592365110100806,0.2653610913337157,3662.94680961435,0.07724476612430092,8,0.171324553,28.9166666666667,0.62882824109311,27,0.578220366,855,140242,541.7,9486,10684,13894,14926,0.6827407514034836,0.7157979364866676,7034,0.3779329206851879,0.4712582071552995 +4025,AZ,Yavapai,68596.9359505336,-2.3496787245682578,0.32505312415846616,13583.0215401747,0.06436444319217705,32,0.14622288,145.25,0.643947118752272,128,0.584891521,8451,656378,733.8,32624,29705,96790,92780,0.33705961359644593,0.3201659840482863,29157,-0.30748011158177496,-0.314259538693684 +4027,AZ,Yuma,39776.5270122877,-9.087536030663209,0.20319961079273002,10632.6266988707,0.054317100290014866,31,0.152523776,112,0.544664958104566,117,0.575654253,4196,609931,565.3,14025,18336,33935,40759,0.413290113452188,0.4498638337545082,2250,-0.161337851775453,-0.05520253195613234 +5001,AR,Arkansas,7183.71266226274,71.13839177155408,0.3777124276914002,1695.59870136522,0.08915288402992902,4,0.215123158,20.3333333333333,1.11635738076937,11,0.591588685,691,55788,945.6,2454,1939,6488,6167,0.3782367447595561,0.31441543700340524,1886,-0.22163995067817505,-0.30582130695638077 +5003,AR,Ashley,4633.91024763474,6.733899777340538,0.2120491579021068,1115.20997497198,0.05103235139211917,4,0.190949017,19,0.92719109896545,15,0.716058812,800,63002,999.9,2855,2408,7915,8027,0.36070751737207835,0.29998754204559613,2930,-0.254074542008844,-0.36501806403388565 +5005,AR,Baxter,4618.03029165229,-7.265187687717352,0.11124299115101993,863.893813179188,0.020810199532175173,7,0.17132927,36.0833333333333,0.878752455636193,32,0.783219522,2020,122860,861.9,5172,4163,19339,19572,0.2674388541289622,0.2127018189249949,10492,-0.44035368943585507,-0.5360719395054159 +5007,AR,Benton,34546.6198358403,-20.748957215610517,0.15608012973692073,9711.47581692189,0.043876026443247146,30,0.123802724,139.416666666667,0.539765871310524,160,0.660281197,5207,730120,718.9,22144,27894,77525,94262,0.2856368913253789,0.2959198828796334,32857,-0.40416639793614967,-0.3485710042222741 +5009,AR,Boone,8411.78466495022,-24.04574648583753,0.22794311207625995,1868.44745181829,0.05063131593144974,4,0.107538445,41.8333333333333,1.12141682750733,23,0.618346059,1341,111761,855.4,3762,2925,15363,15912,0.2448740480374927,0.18382352941176472,9300,-0.480440018225607,-0.5844645550527904 +5011,AR,Bradley,1240.00834783248,-1.165324688073099,0.10775185504279458,276.653954096422,0.024040141996560828,3,0.269106566,10,0.909421607857403,6,0.538213132,463,33300,1048.3,1447,1317,3634,3617,0.39818381948266374,0.3641139065523915,846,-0.18464501926252058,-0.23389549350290295 +5013,AR,Calhoun,3493.52796074734,-0.4031764154035922,0.6508062520021124,736.638804595498,0.137227795192902,0,0,4,0.777604976671851,2,0.384467512,194,15631,847.2,660,636,2174,2250,0.30358785648574055,0.2826666666666667,918,-0.3670653173873046,-0.408 +5015,AR,Carroll,1943.27117802682,-17.62660828297867,0.07080343868056621,504.316492704509,0.018374863102255667,5,0.180219146,23.5833333333333,0.853046854276689,15,0.540657439,926,83151,808,3691,3334,10172,10656,0.36285882815572157,0.31287537537537535,3439,-0.23889107353519468,-0.322728978978979 +5017,AR,Chicot,7115.72056623247,1082.6586032694695,0.6030271666298703,1664.79948287694,0.14108470193872372,3,0.268336315,15.5,1.41617176793056,5,0.447227191,469,33604,971.1,2649,2350,4361,4149,0.6074294886493924,0.5664015425403712,634,0.22448979591836737,0.15280790551940232 +5019,AR,Clark,9423.23963448559,348.1990735157883,0.4097951569682796,1734.8755652236,0.07544577365616874,2,0.088589653,16.5,0.728251754424681,19,0.841601701,734,67998,917,3808,3606,8406,8365,0.4530097549369498,0.4310818888224746,792,-0.06364501546514395,-0.09468021518230724 +5021,AR,Clay,1645.72828388202,-1.7830569967701528,0.10232719541640366,344.985868593518,0.021450343132097118,4,0.264585263,12,0.804289544235925,9,0.595316841,699,45597,1033.7,1738,1999,5110,5978,0.3401174168297456,0.33439277350284374,1780,-0.2909980430528376,-0.2977584476413517 +5023,AR,Cleburne,2341.79256165515,-33.96505980512517,0.09017299043724107,556.966224178713,0.021446523842075974,8,0.312085511,24.5833333333333,0.973057842516361,16,0.624171023,1095,76826,857.5,2618,2101,11643,11968,0.2248561367345186,0.17555147058823528,7353,-0.521600961951387,-0.6143883689839572 +5025,AR,Cleveland,1838.88684625122,-13.625853855653066,0.2116338872426309,438.642269507649,0.050482480090648985,1,0.118357202,8,0.970755976216479,1,0.118357202,307,25273,947.8,845,723,3266,3299,0.25872627066748316,0.21915732040012126,1737,-0.449479485609308,-0.5265231888451045 +5027,AR,Columbia,4236.87096050175,-3.838820802633596,0.17256724342219576,680.695213191503,0.027724633968373335,3,0.125349935,21.8333333333333,0.913490369998466,22,0.919232858,899,72521,981,3557,3140,9455,8837,0.37620306716023266,0.35532420504696166,2316,-0.2361713379164463,-0.26207989136584814 +5029,AR,Conway,3553.4350831012,-21.064006824086974,0.16703967861144173,853.52184707219,0.04012230748235745,4,0.18972632,23.4166666666667,1.11843466908662,7,0.33202106,788,63200,920.7,3003,2655,7724,7837,0.38878819264629727,0.33877759346688785,2189,-0.19523562920766446,-0.27931606482072224 +5031,AR,Craighead,15955.2023061865,-33.878054945677775,0.16543660303170266,3910.98965614635,0.040552343416799044,20,0.195087692,97.9166666666667,0.925182280594007,76,0.741333229,2705,308703,872.5,10351,10474,31207,34968,0.3316884032428622,0.2995309997712194,12324,-0.3106033902650046,-0.35243651338366505 +5033,AR,Crawford,10484.3762725612,-19.79033239959405,0.16924479034934461,2924.6848055537,0.04721193267827371,8,0.129665948,41,0.658454719193152,28,0.453830818,1867,184995,906.7,4872,4476,20562,22155,0.2369419317187044,0.202031144211239,12179,-0.4986382647602373,-0.5497178966373278 +5035,AR,Crittenden,6476.88070561365,5.812470781526532,0.12724216544759834,1753.97877929138,0.03445795409397234,9,0.181642044,67.5833333333333,1.37266849463458,34,0.686203278,1449,148259,1000.9,9092,8368,15513,15798,0.5860890865725521,0.5296873021901507,1415,0.18693998581834592,0.08956829978478292 +5037,AR,Cross,2383.09274329744,-19.138620780361162,0.13335717645760717,584.783641282859,0.03272432239971231,3,0.174145237,19.9166666666667,1.16902428048757,12,0.696580949,661,51950,1016.4,2279,1995,6680,6831,0.3411676646706587,0.2920509442248573,2582,-0.2977544910179641,-0.3779827258088127 +5039,AR,Dallas,3353.85447598974,119.72634718605181,0.41323983193565056,715.125862933992,0.08811309301798817,3,0.386847195,10,1.33886731824876,3,0.386847195,333,23283,975.9,1337,1165,3083,2741,0.43366850470321117,0.4250273622765414,342,-0.10606552059682128,-0.12477198102882153 +5041,AR,Desha,4559.47311700064,16.012426883077147,0.35051300099943417,1230.16161370581,0.09456961974983163,4,0.32615786,18.0833333333333,1.52267879196138,9,0.733855186,466,36630,1017.6,2353,2227,4240,4226,0.5549528301886792,0.5269758637008992,312,0.12877358490566038,0.07382867960246098 +5043,AR,Drew,3989.45432425787,13.157320838671726,0.21554132174930413,823.540137443042,0.04449403735712583,2,0.10739985,19,1.01871213339767,15,0.805498872,641,56215,959.8,2627,2364,6626,6552,0.396468457591307,0.3608058608058608,1603,-0.18955629338967706,-0.24465811965811962 +5045,AR,Faulkner,18908.5472588058,-34.091520845754324,0.16698205762079354,4521.17192474173,0.03992663109003003,10,0.082803392,69.5,0.568614135992866,79,0.654146794,2722,361839,868.6,13559,14525,41322,46364,0.3281302937902328,0.3132818566128893,14645,-0.31687720826678284,-0.31587007160728153 +5047,AR,Franklin,1180.16399126482,-37.67410610709087,0.06511249606978317,284.405321131201,0.015691328062411088,2,0.112327998,17.5833333333333,0.997579333560271,6,0.336983993,711,53392,1001.7,1725,1376,6539,6698,0.26380180455727176,0.20543445804717828,3658,-0.44441046031503284,-0.5461331740818154 +5049,AR,Fulton,2343.4208289342,1.0023583224279662,0.191377772881519,548.097223026825,0.044760900206355654,1,0.082474227,9.5,0.783634413923946,4,0.329896907,507,36585,842.3,1452,1067,4522,4744,0.32109685979655017,0.22491568296795952,2403,-0.33104820875718716,-0.5065345699831366 +5051,AR,Garland,27118.3923590728,-10.388475218155975,0.28241265057769727,5734.21607108568,0.05971648828507123,17,0.174677873,86.8333333333333,0.890808430022809,85,0.873389367,4130,291368,949.4,13317,12283,39241,40337,0.3393644402538162,0.3045095074001537,13770,-0.2985143090135317,-0.34137392468453287 +5053,AR,Grant,2119.12818204986,-0.06328228991164721,0.11869871629697304,541.511297459156,0.03033166960506111,2,0.110229277,11.1666666666667,0.617557054898057,6,0.330687831,557,54276,910.3,1467,1407,6478,6855,0.2264587835751775,0.20525164113785557,3753,-0.518987341772152,-0.5474835886214442 +5055,AR,Greene,9620.66066558663,3.603775206365457,0.22857354871909316,2630.46040424066,0.062496089433135185,5,0.114432187,39.1666666666667,0.878215764533537,28,0.64082025,1412,131007,982.7,3998,3056,13754,14422,0.29067907517813,0.21189848842046874,7642,-0.3684746255634724,-0.5298848980723894 +5057,AR,Hempstead,6581.43092097881,18.90329158660129,0.291097833649379,1703.05536532595,0.0753264348412557,3,0.134366462,18.25,0.830526986438518,11,0.492677028,715,66809,886.7,2466,2371,6919,6984,0.3564098858216505,0.33949026345933564,2020,-0.26275473334296867,-0.2892325315005727 +5059,AR,Hot Spring,5165.93250419011,-14.195635842760323,0.15690953145795067,1203.25993899339,0.03654770036124867,6,0.179812994,28.1666666666667,0.843970356165478,14,0.419563654,1217,100172,992.3,3824,3137,11239,11815,0.34024379393184445,0.2655099449851883,5016,-0.2903283210250023,-0.42454506982649176 +5061,AR,Howard,5676.68563191416,179.93521304037918,0.4116821837634463,1360.24891415946,0.09864739387623903,1,0.074074074,17.75,1.32690438812888,9,0.666666667,499,40267,985.7,1460,1350,4419,4634,0.33039149128762163,0.29132498921018557,1805,-0.31726634985290786,-0.3895123003884333 +5063,AR,Independence,5563.27590662558,-18.745310953504166,0.15180713036880455,1369.3282429036,0.03736535713437935,6,0.162342055,30.0833333333333,0.809388004017793,21,0.568197191,1286,110992,922.5,3279,2878,12390,13443,0.26464891041162225,0.2140891170125716,7047,-0.43946731234866826,-0.5242133452354385 +5065,AR,Izard,150.823051491608,-81.38559714423039,0.011012197100730724,34.6151934266309,0.0025273943798649902,4,0.296603886,16.4166666666667,1.22211469267227,3,0.222452914,568,40307,836.8,1563,1111,5313,5396,0.2941840767927724,0.20589325426241661,2931,-0.37794089968003014,-0.543180133432172 +5067,AR,Jackson,3107.86497962899,25.189004624666893,0.1726879468594205,748.868328657142,0.041610731158367616,3,0.171096156,21.3333333333333,1.23879759208718,9,0.513288468,673,52496,1041.9,2093,1583,5338,5093,0.3920944173847883,0.3108187708619674,1679,-0.1820906706631698,-0.32966817200078535 +5069,AR,Jefferson,14581.3812859626,10.58073418458958,0.18830478835103764,2875.52777763636,0.03713472948455298,17,0.235141154,85.25,1.21757883912249,56,0.774582624,2585,217101,1023.7,17456,15721,27364,25683,0.6379184329776348,0.6121169645290659,6490,0.2901988013448326,0.2526963360978079 +5071,AR,Johnson,1502.74542260782,-35.19661680981346,0.058838896734840246,329.99250149393,0.012920614780498434,2,0.076908287,22.6666666666667,0.865933170334149,11,0.422995578,770,78059,857.7,2785,2421,8064,8997,0.3453621031746032,0.26908969656552184,3651,-0.28025793650793646,-0.4058019339779927 +5073,AR,Lafayette,1615.93852923618,0.1389394691224371,0.21137194627026554,419.372493380728,0.054855787230965077,2,0.281254395,8.25,1.20490725865342,3,0.421881592,291,21369,938.8,1173,1028,2928,2835,0.40061475409836067,0.36261022927689596,722,-0.18408469945355188,-0.25467372134038796 +5075,AR,Lawrence,5222.80588743685,18.788172570611888,0.29990272107016075,1264.43815867163,0.07260626808335514,4,0.236253027,17.8333333333333,1.06563091325565,6,0.35437954,702,50822,994.8,1786,1263,5537,5629,0.32255734152067905,0.22437377864629596,2801,-0.3158750225754019,-0.4976017054538995 +5077,AR,Lee,4722.32758468425,44.16961670451512,0.45302451886840456,742.697477818685,0.07124879871629748,1,0.101419878,13,1.39634801288937,3,0.304259635,372,29406,988,2107,1735,3424,3004,0.6153621495327103,0.5775632490013316,506,0.24153037383177572,0.1684420772303596 +5079,AR,Lincoln,4694.28736413289,-3.2637822148755316,0.33212730749489805,353.017130104906,0.024976448995677514,1,0.071581961,9.58333333333333,0.699258178280433,5,0.357909807,386,41831,879.6,1424,1252,3725,3814,0.38228187919463086,0.3282642894598846,1203,-0.20805369127516782,-0.31541688515993704 +5081,AR,Little River,1914.88805626529,121.84093979894001,0.14538668713577482,499.260723673611,0.037906060562873815,2,0.159591446,12.8333333333333,1.03070703825663,6,0.478774338,489,37737,982.3,1552,1397,5051,5192,0.3072658879429816,0.2690677966101695,2207,-0.36289843595327653,-0.42507704160246534 +5083,AR,Logan,2069.944574439,-32.65718497359833,0.0926025399024292,520.500921766383,0.023285506275058522,2,0.091082977,16,0.734214390602056,13,0.592039348,890,65711,1006.9,2009,1712,7330,7839,0.2740791268758527,0.21839520346983032,4025,-0.41869031377899046,-0.5134583492792448 +5085,AR,Lonoke,12276.4894294997,-5.690390670302669,0.179596369440864,3506.33575930244,0.051295215625584284,8,0.111798985,52.5,0.726864927728859,38,0.531045181,1898,213916,929.4,5612,5638,24083,26766,0.23302744674666778,0.21064036464170963,14264,-0.50869908234024,-0.5329148920271987 +5087,AR,Madison,3813.49854006133,-7.071179516048886,0.2426352700936139,813.980162763392,0.051789792120849526,4,0.254129606,9.33333333333333,0.580720092915215,3,0.190597205,531,47190,900,2099,1587,6567,6782,0.31962844525658596,0.2340017693895606,3330,-0.3293741434444952,-0.49100560306694185 +5089,AR,Marion,2255.37670432853,0,0.13543365785915631,361.45541711119,0.02170512322771813,3,0.183295656,11.0833333333333,0.678917815211843,5,0.30549276,766,49026,940,2024,1377,7029,6718,0.28794992175273865,0.20497171777314677,3700,-0.3908095034855598,-0.550759154510271 +5091,AR,Miller,14528.874643974,32.39100634776443,0.33428914095011736,3596.01928572121,0.08273938810273826,7,0.161186331,44.9166666666667,1.02579913368504,24,0.552638851,1368,130875,924.1,4518,4273,15329,16015,0.2947354687194207,0.26681236340930375,7020,-0.3981994911605454,-0.438339057133937 +5093,AR,Mississippi,5862.95884835965,-2.3156499133007213,0.12613939002494945,1642.54984444765,0.0353388520750355,11,0.248671866,56.3333333333333,1.3151239251391,32,0.723409065,1479,132731,1069.2,6445,5621,13349,12995,0.48280770095138215,0.43255098114659485,1367,-0.011536444677503921,-0.10519430550211617 +5095,AR,Monroe,1020.24764516173,0,0.12519912199800343,220.535960258738,0.027062947632683517,3,0.395673965,14.25,1.98772492676803,5,0.659456608,360,22660,1052.6,1583,1298,3230,2766,0.49009287925696593,0.4692697035430224,102,-6.191950464396467e-4,-0.03687635574837317 +5097,AR,Montgomery,2108.83295467537,-5.629111180084161,0.2222865979419595,426.996980109772,0.045008641310189945,1,0.110107906,8,0.901002365131208,4,0.440431623,387,27275,853.5,920,735,3403,3445,0.27034969144872173,0.21335268505079827,1838,-0.4255069056714664,-0.5335268505079825 +5099,AR,Nevada,2631.89242537197,10.875461724567833,0.2925300017085662,576.699883875561,0.06409913125214638,1,0.114639459,8,0.952607763753275,3,0.343918377,360,26049,995.9,1314,1156,3384,3233,0.3882978723404255,0.3575626353232292,845,-0.20153664302600477,-0.2613671512527065 +5101,AR,Newton,3653.07497206561,24.264804269158606,0.4385444144136387,736.207251864219,0.08838022231263133,4,0.506072874,7.83333333333333,0.987063172043011,1,0.126518219,301,23899,825.6,993,699,3661,3731,0.2712373668396613,0.18734923612972393,2176,-0.4138213602840754,-0.5832216563923882 +5103,AR,Ouachita,6756.87134966328,-8.05357851845479,0.25868573314177945,1499.48489834315,0.05740753822140696,4,0.161108426,33,1.36940824964727,16,0.644433704,1051,74107,1049,4626,4320,10303,9881,0.4489954382218771,0.4372027122760854,1027,-0.0863826070076677,-0.10393684849711571 +5105,AR,Perry,1490.74658645795,34.60438432734524,0.14272346447658688,328.640382616402,0.031463894936946096,1,0.09760859,5.33333333333333,0.526385050664561,1,0.09760859,393,30768,966,1187,1035,3937,4213,0.301498602997206,0.24566816995015428,1944,-0.35382270764541535,-0.4614289105150724 +5107,AR,Phillips,10960.597088673,36.297920081645465,0.503773364373443,3004.63376387953,0.1380996352382925,7,0.351229303,31.25,1.64690382081686,7,0.351229303,797,59802,1142,5179,4292,7900,6894,0.6555696202531646,0.622570351029881,1849,0.32759493670886075,0.2682042355671598 +5109,AR,Pike,2603.40194713087,18.282491911309933,0.23057319521130726,564.904429380734,0.05003139043315331,4,0.362844702,17,1.56942392909897,5,0.453555878,450,32935,1071.1,850,684,3787,3956,0.22445207288090838,0.17290192113245703,2466,-0.5273303406390282,-0.6233569261880687 +5111,AR,Poinsett,8364.12753593656,199.05724113552864,0.34024030980501,2216.30859174698,0.09015614822222591,5,0.206219583,28,1.16554968155518,17,0.701146581,1016,72340,1174.5,2387,1878,7550,5283,0.316158940397351,0.35547984099943214,1271,-0.3417218543046358,-0.24058300208215028 +5113,AR,Polk,7939.58793966146,4.298474153605306,0.38426037845617367,1977.98396492319,0.09573051809714403,4,0.197775031,16.5,0.817924949189511,8,0.395550062,846,60823,953.4,1556,1210,7721,8121,0.20152829944307732,0.14899642901120552,5396,-0.5690972671933687,-0.6644501908631941 +5115,AR,Pope,8394.67528015649,-3.99868708261936,0.13593735272462498,1765.66177940378,0.02859186092243061,7,0.110757741,39.4166666666667,0.618019515305456,52,0.822771792,1764,188920,865.1,5108,4818,20390,21545,0.2505149583128985,0.22362497099094916,10876,-0.47204512015693967,-0.5048038988164307 +5117,AR,Prairie,3227.06354427812,503.06979291880134,0.37028841586668043,712.824695578467,0.08179285089827504,2,0.240847784,8.08333333333333,0.979679230800307,1,0.120423892,324,24972,829.4,877,812,3134,3404,0.27983407785577535,0.23854289071680376,1691,-0.4058710912571793,-0.4967685076380728 +5119,AR,Pulaski,101839.261929696,-12.941584121976254,0.2660739231287845,26363.7844407866,0.06888026701847325,63,0.16042699,337.583333333333,0.858444585717313,344,0.875982297,10797,1176506,860.7,87055,89377,159055,157728,0.5473263965295023,0.5666527186041793,28195,0.11441954041054975,0.17875710083181168 +5121,AR,Randolph,5762.67470571779,4.584227450144287,0.320700913001157,1448.43607309732,0.08060749474635873,5,0.284559786,13.4166666666667,0.768951551276173,8,0.455295658,710,52643,953,2040,1425,5948,6313,0.3429724277067922,0.22572469507365753,3083,-0.2789172831203766,-0.4883573578330429 +5123,AR,St. Francis,7660.23656650706,-10.370532698619245,0.27108204991531815,1880.60099550257,0.066551100414133,8,0.297408826,36.5,1.39334249503741,10,0.371761032,839,80866,973.3,4652,4031,8021,7412,0.5799775589078668,0.5438478143550999,836,0.17017828200972446,0.112790070156503 +5125,AR,Saline,23913.2982531669,-0.43945810881247965,0.22324257597385036,5965.99363082281,0.055695528583644294,12,0.103699479,79.1666666666667,0.666930630790011,64,0.553063888,3261,347494,804.7,12868,13247,47059,51971,0.2734439745850953,0.2548921513921225,22605,-0.4269958987653797,-0.43495410902233944 +5127,AR,Scott,1942.85760207044,-3.059354162040787,0.17295981501561827,442.055898530618,0.039353324893672034,2,0.187038249,12.8333333333333,1.24874314813013,4,0.374076499,356,32101,848.5,895,507,3637,3017,0.24608193566125927,0.16804772953264832,1871,-0.4770415177343965,-0.6201524693404044 +5129,AR,Searcy,2757.11254790789,1.1517739747127942,0.33643838290517264,551.669635617162,0.06731783229007468,3,0.378357927,9,1.12965984686833,4,0.504477235,350,23766,905.2,814,601,3694,3698,0.22035733622089876,0.16252028123309897,2354,-0.510286951813752,-0.6365603028664142 +5131,AR,Sebastian,12919.2474935847,-28.175007310889367,0.10274245684553299,3103.4588420021,0.024680770788284928,19,0.149870638,118,0.923368259607334,96,0.757241118,3784,381995,891.8,13083,12184,43340,43557,0.30186894323950164,0.27972541726932526,16585,-0.37090447623442546,-0.38076543379938926 +5133,AR,Sevier,4001.66488564692,-30.869768532037362,0.23459168048111853,1150.66905452845,0.0674562700509116,4,0.229542064,21.6666666666667,1.28129312044155,7,0.401698611,487,51995,905.5,1042,1075,4328,4517,0.24075785582255083,0.23798981624972326,2206,-0.4835951940850277,-0.48837724153199025 +5135,AR,Sharp,3878.3965115348,8.64218790356768,0.224652253911886,724.338726785556,0.041956599095548885,3,0.177451792,13.4166666666667,0.781993744050048,9,0.532355377,769,50933,921.8,2092,1472,7282,7190,0.2872837132655864,0.20472878998609179,3933,-0.38835484756934907,-0.5470097357440891 +5137,AR,Stone,3115.9136263907,2.6511543505892234,0.2514050045498386,696.222300039008,0.056174140716395676,2,0.160076837,9.41666666666667,0.750990243772762,10,0.800384184,519,37396,883.4,1356,1189,5351,5527,0.2534105774621566,0.2151257463361679,2892,-0.451691272659316,-0.5232495024425547 +5139,AR,Union,10943.8414857132,21.127779872182508,0.26282671259427937,2708.40933677311,0.06504501397183195,6,0.149153554,37.1666666666667,0.931798998838385,27,0.671190991,1614,120939,1053.5,6182,5667,17160,16338,0.36025641025641025,0.34686008079324276,4534,-0.263053613053613,-0.2775125474354266 +5141,AR,Van Buren,1774.93122955086,-20.17069569742489,0.10262684183584042,364.645501399907,0.021083868250934203,1,0.0593437,15.3333333333333,0.922139363322909,6,0.356061955,699,50645,823.6,1826,1547,6421,7111,0.2843793801588538,0.21755027422303475,3835,-0.39495405700046715,-0.5393053016453382 +5143,AR,Washington,29544.0737156694,-26.946144597548727,0.14549072324462314,8013.15657613571,0.03946104240580952,33,0.149461937,172.5,0.756416384198133,157,0.711076488,4456,662639,778.3,28136,32296,70231,78153,0.40062080847489,0.4132406945350786,8122,-0.1628055986672552,-0.10392435351170137 +5145,AR,White,9451.94007150395,-14.261308682808757,0.12263142964741229,2356.83539672166,0.03057807095232835,12,0.152687296,76.0833333333333,0.959884603577121,60,0.763436482,2484,236489,951.2,5765,5157,26508,27451,0.2174815150143353,0.1878620086699938,15881,-0.5371963180926512,-0.578521729627336 +5147,AR,Woodruff,381.780216009752,-1.3125146786958444,0.0525868066129135,71.9129000247099,0.00990535813012533,2,0.289435601,9.58333333333333,1.44305576469407,4,0.578871201,291,20662,960,1340,1117,2685,2550,0.49906890130353815,0.4380392156862745,227,0.042085661080074444,-0.08901960784313728 +5149,AR,Yell,2856.00284025208,70.96848163259318,0.12873576020969485,602.400974157855,0.027153525993141983,2,0.091112022,21.6666666666667,1.00532046523138,9,0.4100041,777,65426,958.5,1720,1472,5971,6389,0.2880589515993971,0.23039599311316325,3128,-0.3887121085245352,-0.4895914853654719 +6001,CA,Alameda,107964.398427475,-32.700975623053665,0.07148677186245052,25674.4484533376,0.016999895021050926,377,0.234027615,888.416666666667,0.539184627012295,1236,0.767262951,28826,4834910,577,438091,486351,558386,613195,0.7845665901365722,0.7931424750691053,395162,0.5977245131504013,0.6444312168233597 +6003,CA,Alpine,575.162591718659,-11.865434519419011,0.48950007805843315,104.035195383321,0.08854059181559233,0,0,NA,NA,2,1.792114695,25,3361,593.2,389,318,647,575,0.6012364760432767,0.5530434782608695,107,0.23647604327666155,0.18608695652173907 +6005,CA,Amador,5337.85448752287,12.130219515302535,0.140134270235039,473.810677969839,0.01243891412590478,12,0.326601709,34.0833333333333,0.911733497400779,14,0.381035327,1280,110336,679.6,6001,5904,15303,17186,0.3921453309808534,0.34353543581985335,4335,-0.1896360190812259,-0.2522401955079716 +6007,CA,Butte,46598.3440656602,-4.412114971885652,0.21181065484391,9961.29854383338,0.04527862974469718,46,0.205136438,204.666666666667,0.902155770270588,149,0.66446368,6794,671598,767.8,32567,38676,70163,87847,0.46416202271852686,0.4402654615410885,3517,-0.03912318458446756,-0.040035516295377216 +6009,CA,Calaveras,4578.26192993363,17.169095887186987,0.10044894312900149,1021.71118202138,0.022416762078664706,12,0.268913589,37.9166666666667,0.839402861718064,29,0.649874507,1445,133977,687.8,7404,7738,18469,22334,0.40088797444366236,0.3464672696337423,5334,-0.16963560560939955,-0.2388286916808453 +6011,CA,Colusa,1770.98331197088,0,0.08268281955137402,405.733320534148,0.018942682689861712,9,0.420187684,23.4166666666667,1.08470755357915,9,0.420187684,419,64222,631.8,2248,2659,5865,6594,0.38329070758738276,0.4032453745829542,892,-0.21705029838022166,-0.13527449196239005 +6013,CA,Contra Costa,200374.382313247,-2.7411927162535927,0.19101011159242823,47000.969602573,0.04480443230864183,196,0.176363828,522.083333333333,0.45993385174816,644,0.579481148,22368,3334414,591.6,230826,286658,351257,415972,0.6571427758023327,0.6891281143923149,180839,0.33673065590151935,0.4347383958535671 +6015,CA,Del Norte,9166.13931439813,18.189599982201695,0.32038235981818,2128.02469971841,0.07438045088145438,7,0.257239453,25.9166666666667,0.941055434519487,10,0.367484933,858,82269,886.3,3396,3485,7940,9361,0.42770780856423174,0.3722892853327636,1649,-0.10831234256926947,-0.17615639354769785 +6017,CA,El Dorado,52705.456072138,4.231673868415921,0.2910970853104419,12951.4718634919,0.07153217125723194,33,0.18024218,107.166666666667,0.577328843995511,108,0.589883498,4377,548982,611.3,34033,35243,85923,89228,0.39608719434842826,0.3949769130766127,12390,-0.18188377966318675,-0.13885775765454794 +6019,CA,Fresno,85484.3748392296,-24.77064241079696,0.09187422735152839,25088.6154283525,0.02696395876011876,250,0.258806138,941.416666666667,0.960712578812108,599,0.620099506,19581,2895061,732.7,85862,123660,180244,250264,0.47636537138545526,0.4941182111690055,9711,-0.02929917223319506,0.03880302400664898 +6021,CA,Glenn,2537.77965653726,-30.104675082324345,0.09024179135684732,598.171545305328,0.021270590473839987,9,0.321945985,32.75,1.16610290190493,14,0.500804865,776,83990,801.5,3276,3065,9142,9379,0.35834609494640124,0.326793901268792,2723,-0.2550864143513454,-0.29032945943064287 +6023,CA,Humboldt,21098.8799221068,-4.00157024917677,0.15672567036915536,4323.98220569106,0.032119193642178974,45,0.333805606,129.833333333333,0.950143680263845,92,0.682447018,3896,405198,824.7,27757,19596,46269,33636,0.599904903931358,0.5825900820549411,8713,0.2616006397371891,0.2590379355452491 +6025,CA,Imperial,30616.0196653308,8.640535541518062,0.17542182151477587,6814.6387849367,0.03904610598263144,34,0.189847619,113.166666666667,0.625634618326027,101,0.563959105,3126,537102,596.3,17464,28467,27453,41751,0.6361417695698102,0.6818279801681397,17172,0.288456634976141,0.41129553783142925 +6027,CA,Inyo,7627.65105576419,-0.017226039285812508,0.41128281331630484,1499.27802871292,0.08084104543906612,4,0.217273221,15.25,0.84049823633157,14,0.760456274,588,55059,667.5,2775,3155,6501,7996,0.42685740655283805,0.39457228614307155,1093,-0.1178280264574681,-0.1366933466733366 +6029,CA,Kern,122097.200406201,-4.660261365578148,0.14541768992116894,33085.1531603931,0.0394043968843374,185,0.211527929,721.083333333333,0.814978654020323,550,0.628866816,17267,2622153,815.4,64690,86481,168116,217725,0.3847938328297128,0.3972028935583879,32683,-0.20908182445454326,-0.15011137903318406 +6031,CA,Kings,29477.3466209067,-9.947412905611992,0.1926850650462584,5994.81787637251,0.039186426353247504,31,0.206296708,121.25,0.809493607504089,87,0.578961729,2384,451821,688.1,12282,12902,30139,32250,0.40751186170742226,0.400062015503876,4544,-0.162646404990212,-0.14089922480620154 +6033,CA,Lake,12117.2286158185,6.4543679574997235,0.18738465345733396,2511.90143369576,0.038844837759155024,22,0.342764552,61.6666666666667,0.961798407053882,33,0.514146828,2516,192550,932.5,9159,6240,16274,13045,0.5627995575765024,0.47834419317746263,488,0.16498709598131983,0.03740896895362206 +6035,CA,Lassen,17122.0068345117,1.579247663968169,0.4906722119074853,1855.12625955045,0.053163096705844674,7,0.220479385,24.0833333333333,0.780153331173739,13,0.409461715,692,95253,719.2,3044,2224,10603,10422,0.2870885598415543,0.2133947418921512,5350,-0.3977176270866735,-0.5133371713682594 +6037,CA,Los Angeles,622625.436180995,1.4942133843987428,0.06341282047510771,151114.773445374,0.015390656151803033,2076,0.205205153,6415.66666666666,0.632838869399345,7798,0.770804328,181077,30324903,587,1672164,1893770,2427869,2652072,0.6887373247897642,0.7140718653188903,1273485,0.40058339226704576,0.48018492710605143 +6039,CA,Madera,31476.8511905402,5.253996704547749,0.20864250283723995,9014.22256611808,0.05975025729041248,38,0.245878303,138.25,0.893682488994615,78,0.50469757,3174,461685,713.1,12698,13283,32372,34263,0.39225256394414926,0.3876776697895689,5938,-0.19436550105029043,-0.1733064822111316 +6041,CA,Marin,30188.5746861837,-27.07343202052666,0.11960181564913969,6314.68329870323,0.0250176629942008,71,0.272291467,109.666666666667,0.420741400058571,185,0.70949185,5728,780323,485.2,73450,86650,99286,109941,0.7397820437926798,0.7881500077314196,69119,0.504633080192575,0.6286917528492556 +6043,CA,Mariposa,3193.81686069276,1.205389749424965,0.17499407488317137,459.776855919559,0.02519187200260583,10,0.565546884,11,0.631820792647903,8,0.452437507,547,52901,640.9,3080,3122,7805,8877,0.39461883408071746,0.3516953925875859,2063,-0.17347853939782193,-0.23239833277007999 +6045,CA,Mendocino,15254.5987178115,-3.5274823139237124,0.17366148743538326,3407.39991753056,0.03879054106317733,47,0.534887162,96.75,1.10409914639156,52,0.591790051,2582,262705,735.4,11869,6905,17928,11435,0.6620370370370371,0.6038478355924792,3334,0.37594823739402056,0.29156099693922166 +6047,CA,Merced,40077.4815443969,9.519686783825524,0.1566793522277658,13121.6407967176,0.05129788851421892,64,0.240282632,235.166666666667,0.875292798157853,129,0.484319681,4948,797854,727.6,26128,21856,50538,42523,0.5169971110847283,0.5139806692848576,3370,0.05391982270766554,0.07925122874679591 +6049,CA,Modoc,2570.68978339541,-25.76779561330243,0.2654026206272362,492.913104597366,0.05088923235570577,5,0.554139421,10.5833333333333,1.20333522834944,3,0.332483653,333,27090,820.5,1113,798,3986,3359,0.2792272955343703,0.23757070556713308,1615,-0.4179628700451581,-0.48079785650491214 +6051,CA,Mono,7067.90401270645,3.7431639613635803,0.4976696248913146,1420.34870230644,0.10001047051869032,5,0.357219404,10.75,0.768900650883342,17,1.214545974,161,42003,430.3,2574,2696,4917,5154,0.5234899328859061,0.5230888630190144,616,0.07565588773642468,0.11951882033372141 +6053,CA,Monterey,51148.1335548715,3.451289210615778,0.12323158880556524,12911.6904161808,0.031108234329696404,113,0.261971883,276.916666666667,0.636250704605054,252,0.584220483,7464,1294300,576.6,51712,64733,78522,96676,0.6585670258016861,0.6695870743514419,38355,0.3390769465882173,0.3967375563738674 +6055,CA,Napa,13839.7753825313,-28.30052360840975,0.10140218181274947,2582.58622417575,0.01892226359262441,42,0.296469891,61.5,0.432592884374604,79,0.557645747,3600,424420,626.8,19964,26161,32332,40393,0.6174687615984165,0.6476617235659644,14215,0.2572374118520352,0.35191741143267397 +6057,CA,Nevada,26699.8368990941,12.942061250309884,0.2703397685299715,5157.40197301588,0.05221945215884208,27,0.273022357,59.5,0.600361225745911,62,0.626940228,2923,295782,600.2,14261,16199,30864,33258,0.46205935717988594,0.48707077996271575,1513,-0.04649429756350437,0.045492813759095585 +6059,CA,Orange,195971.138584192,-11.159159527857915,0.06510167275618357,46413.8642619168,0.01541870004103232,529,0.168175958,1395.66666666667,0.439922013920322,2790,0.886977172,56649,9434917,558.9,457077,556544,1021315,1092116,0.4475377332164905,0.5096015441583128,83875,-0.08275115904495678,0.07680044976907213 +6061,CA,Placer,54218.6896993893,2.2871673063441116,0.1556076643344736,12872.367969155,0.036943701982467166,66,0.177565417,214.5,0.563686007184697,311,0.836709767,9057,1113354,603.8,49126,61969,126325,150532,0.38888581040965764,0.41166662237929474,17008,-0.2005462101721749,-0.11298594318815935 +6063,CA,Plumas,1622.47958187118,5.517318308035405,0.08109559563508671,294.254468504883,0.014707575773723346,10,0.537461034,24.25,1.3018736243088,10,0.537461034,715,55820,831.9,3670,3224,9128,8830,0.4020595968448729,0.365118912797282,1855,-0.17199824715162138,-0.21007927519818798 +6065,CA,Riverside,437849.237235762,0.891339273092325,0.19996393803174223,117685.100395507,0.05374629923147539,367,0.157560026,1202.58333333333,0.503648985938313,1426,0.612208713,46307,6985171,644.5,287754,339145,589721,683612,0.4879493862351858,0.49610744106305915,29631,-0.00419350845569344,0.04334476281867489 +6067,CA,Sacramento,193704.687849156,1.8180285577345614,0.1365282817793469,47501.7391327512,0.033480505285321836,267,0.180158783,978.416666666666,0.646049857154805,1009,0.680824763,32954,4445147,709.3,221063,273768,388090,467526,0.5696178721430596,0.5855674336828326,110744,0.16329975005797626,0.2368723878458096 +6069,CA,San Benito,9765.67326335152,0.02851338091562399,0.17669350383309848,2613.35741610601,0.04728432604364128,9,0.154461359,26.9166666666667,0.453035760370732,27,0.463384077,941,174705,575.6,8617,10050,14972,17572,0.5755410098851189,0.5719326200773959,3579,0.17131979695431476,0.20367630320965174 +6071,CA,San Bernardino,433153.412546069,-4.607306347500536,0.21282983699277666,121641.672866291,0.05976861005315963,324,0.153364142,1407.83333333333,0.657836533189789,1434,0.678778332,39440,6330118,739,274203,312517,531692,598783,0.5157177463644366,0.521920294998355,58555,0.05404444678498077,0.09779001741866422 +6073,CA,San Diego,424210.884922634,-7.116638730115536,0.13704943084031695,92733.313596107,0.029959268609057278,623,0.190903377,1652.08333333333,0.497953080035088,2632,0.806513145,61526,9788866,596.8,478386,567243,928256,1011651,0.5153599869001655,0.5607101658575931,180436,0.050998862382791,0.17835795150699202 +6075,CA,San Francisco,4473.70211213036,-83.23977567636527,0.0055557720567664835,933.065493237344,0.0011587493008095077,363,0.425821936,479.833333333333,0.550970830123005,924,1.083910383,16798,2558068,538.2,267857,312443,321023,365295,0.8343856982209997,0.8553169356273697,277950,0.7015167137557122,0.7608918819036669 +6077,CA,San Joaquin,86687.3016380355,11.167190973403642,0.12649429836895562,25128.9761368459,0.03666825642391268,158,0.220794665,529.333333333333,0.721448603374544,442,0.617666089,15668,2145874,761.8,80005,89791,149587,166647,0.5348392574221021,0.5388095795303846,21475,0.08866412188224909,0.12886520609431912 +6079,CA,San Luis Obispo,42276.1008767946,-8.061597948702625,0.15678894542215868,8171.06244542081,0.030303936200969484,73,0.261570931,146.583333333333,0.518169210085064,222,0.795462282,6846,836825,606,57655,63001,117597,124575,0.4902761124858627,0.5057274734095926,10329,0.009821679124467464,0.08291390728476816 +6081,CA,San Mateo,69488.5473081618,-15.92128452864681,0.09671995349461798,15669.8168872662,0.02181055755683575,174,0.229375637,269.5,0.352381089360968,552,0.727674434,13993,2273577,506.4,151036,219580,211814,287499,0.713059571133164,0.763759178292794,165849,0.44752471508021185,0.5768680934542381 +6083,CA,Santa Barbara,57597.5672923975,-1.4812473953270706,0.13587696786326212,13064.0925207619,0.03081917107010439,133,0.301814518,232.5,0.521101822175404,326,0.739785961,9062,1322245,586.1,84279,100120,147249,164224,0.5723570278915306,0.6096551052221356,46380,0.1710232327554007,0.28241913484021824 +6085,CA,Santa Clara,132928.161095634,-21.844244968206347,0.07460991663624565,31894.8316036411,0.017901930692945666,350,0.184735077,770,0.40116661335145,1434,0.756886,29252,5685224,505.4,343239,483472,491687,659148,0.6980843504099152,0.7334801895780614,346020,0.42077988639113906,0.5249503905041053 +6087,CA,Santa Cruz,36861.5907447915,-13.02214348099776,0.14048826041722184,6624.49281561026,0.025247512465071002,71,0.26121764200000003,156.666666666667,0.570375197659277,178,0.654883666,5254,814824,600,61106,85185,81294,113509,0.751666789676975,0.7504691257961924,65027,0.5409255295593771,0.5728796835493222 +6089,CA,Shasta,41275.1351798199,1.016352078467764,0.2328994271613724,9305.21632460443,0.05250569240225264,37,0.205779627,162.833333333333,0.906487929885896,125,0.695201442,6596,538321,889.4,18184,20471,54121,72554,0.33598787901184385,0.2821484687267415,27116,-0.3025997302341051,-0.3737354246492267 +6091,CA,Sierra,2863.07672806322,0.2820861637342665,0.8836656568096357,511.058856353964,0.15773421492406298,1,0.333000333,2.41666666666667,0.820042981563172,1,0.333000333,101,8981,668.5,652,601,1779,1804,0.36649803260258573,0.33314855875831484,447,-0.2270938729623384,-0.2477827050997783 +6093,CA,Siskiyou,8889.7168331794,1.1458248649150389,0.1979892390463118,1744.64588786994,0.03885625585456436,19,0.435500138,54.0833333333333,1.24035807933705,28,0.641789676,1697,130654,856.9,7110,7106,17505,19836,0.40616966580976865,0.35823754789272033,4106,-0.15618394744358755,-0.20699737850373057 +6095,CA,Solano,72338.6456313888,-21.812697095615633,0.1750083359898506,18032.3663928162,0.0436255670647601,69,0.160044163,240.166666666667,0.545576664311714,280,0.649454574,9249,1291653,681.5,87225,97159,138565,156067,0.6294879659365641,0.6225467267263419,47564,0.28045321690181507,0.30476654257466346 +6097,CA,Sonoma,74693.7338402341,-5.979495672130968,0.15436480650129597,15172.551658287,0.031356151051064526,139,0.277837743,312.666666666667,0.621517217617164,295,0.589655641,12024,1496866,615.9,124504,116027,175738,164060,0.7084637357885033,0.7072229672071193,78606,0.4486110004666037,0.47912958673655975 +6099,CA,Stanislaus,60419.5866110182,-12.420224670777657,0.11744432749156522,17730.0919197647,0.034463968369831066,134,0.25188112,460.416666666667,0.85016741758377,337,0.633462219,12151,1596458,781.7,70609,73939,143620,156141,0.4916376549227127,0.4735399414631647,979,0.00738058766188554,0.006269973933816231 +6101,CA,Sutter,31556.8592027256,-5.5555688784989865,0.3330996253071725,9007.93196592238,0.0950835678343454,23,0.239965779,88.4166666666667,0.914803433659938,64,0.667730863,2276,287099,711.8,8004,11831,20988,30429,0.38136077758719267,0.38880673042163727,4949,-0.21783876500857635,-0.1626409017713365 +6103,CA,Tehama,12744.2666960487,27.85812528858067,0.2008141231276287,3096.80039313717,0.048796942992565276,10,0.15856153,64.6666666666667,1.0219777904208,34,0.539109201,1823,189253,751.1,6032,6571,17356,22875,0.34754551740032263,0.2872568306010929,8410,-0.274199124222171,-0.3676502732240437 +6105,CA,Trinity,2390.24902677505,3.101686111317791,0.17338234634956115,343.210406893977,0.024895575721309807,10,0.759301443,22.3333333333333,1.74724873520054,10,0.759301443,494,39633,838.7,2367,1876,5030,4716,0.4705765407554672,0.3977947413061917,533,-0.010934393638171003,-0.11301950805767597 +6107,CA,Tulare,59680.2696233089,-5.609627130253323,0.13496857522249792,19986.7268576526,0.045200533850889804,122,0.266260438,469.25,1.01914051216562,228,0.497601474,8819,1371331,759.5,29191,39099,72832,94571,0.4007990992970123,0.41343540831756037,11389,-0.1784243189806678,-0.12042803819352649 +6109,CA,Tuolumne,16108.1297194684,3.888734168214631,0.2909442738095981,3319.13219225366,0.0599500079879646,14,0.260073192,40.0833333333333,0.744987981067083,29,0.538723041,1981,161521,749.7,9628,8580,23730,23472,0.40573114201432786,0.36554192229038857,4906,-0.15937631689844084,-0.2090149965916837 +6111,CA,Ventura,130817.223327523,2.7764940200904706,0.15889027487255591,32946.1300727715,0.04001628784111546,173,0.204448709,449,0.528398165081472,604,0.713797806,16513,2537619,595.4,138119,170489,267907,307881,0.5155483059419873,0.5537496630191535,51725,0.05300346762122676,0.16800322202409373 +6113,CA,Yolo,12376.451543734,-34.43034528645247,0.061620677940811254,3069.31370185834,0.0152816977025444,40,0.192687509,152.916666666667,0.708597078185868,144,0.693675033,3784,629224,644.2,38856,34460,59613,50623,0.6518041366815963,0.6807182505975544,21282,0.3317397212017513,0.42040179365110714 +6115,CA,Yuba,14994.418506338,0.04244577709393926,0.20780844718090222,4905.10311289466,0.06798008610483902,12,0.162236703,69.6666666666667,0.925495405734529,29,0.392072033,1769,221667,906.1,5817,7234,15009,21058,0.38756745952428545,0.34352740051286923,5079,-0.19514957692051432,-0.24119099629594454 +8001,CO,Adams,66895.7142511163,1.7489174002327492,0.15148383106798707,19349.7612141322,0.04381709638324966,66,0.13729463,233.166666666667,0.468030411605816,316,0.657350047,8299,1443096,742.4,90843,86471,161495,175125,0.5625127712932289,0.4937673090649536,12664,0.1505433604755565,0.07231406138472518 +8003,CO,Alamosa,915.1862387662,-10.619806207200176,0.05925453148372936,259.785746147883,0.016820054784582907,4,0.247264635,11.6666666666667,0.700532404627517,14,0.865426222,399,49080,842,3782,3168,6671,6897,0.5669314945285564,0.45933014354066987,137,0.16324389147054413,0.01986370885892419 +8005,CO,Arapahoe,69481.6733981126,-28.561289734741756,0.12147081990498756,18845.3168869791,0.03294618539934074,94,0.151901762,305.916666666667,0.480194683560729,457,0.738501117,10728,1859133,611.2,135433,148365,254746,281658,0.5316393584197593,0.5267558528428093,38727,0.08322407417584576,0.1374965383550263 +8007,CO,Archuleta,3600.90155231601,31.35899939016593,0.29798920492519115,764.675945580285,0.06328003521849429,3,0.245017968,12.0833333333333,0.940044603495669,7,0.571708592,284,36746,564.1,2637,2489,6646,7290,0.3967800180559735,0.3414266117969822,1745,-0.17965693650315984,-0.2393689986282579 +8009,CO,Baca,955.224504744831,0,0.2521711997742426,201.665883715608,0.05323808968205069,1,0.274348422,5.16666666666667,1.44805680119581,1,0.274348422,166,10932,764.3,462,278,2096,2107,0.22041984732824427,0.13194114855244424,1438,-0.5209923664122138,-0.6824869482676792 +8011,CO,Bent,1680.81108594272,0.6697758108532932,0.25862610954650256,284.652501433378,0.043799430902196956,2,0.355239787,4.58333333333333,0.78200534607291206,1,0.177619893,166,17339,750.9,778,581,1881,1892,0.41360978203083465,0.3070824524312896,585,-0.14619883040935677,-0.3091966173361522 +8013,CO,Boulder,43147.2794831739,-5.921633843939595,0.14647696273911845,10437.7080705011,0.03543407126562412,60,0.191489565,121.5,0.37706454476051,258,0.823405131,5241,943942,570.9,120485,124715,173207,176735,0.6956127639183174,0.7056610179081676,85949,0.4154508766966693,0.4863156703539197 +8014,CO,Broomfield,16646.5401687861,98.61951184875329,0.2978500271750452,4552.97991354212,0.08146468739004313,7,0.112652483,18.8333333333333,0.283084569636299,68,1.094338408,1075,187103,602.2,16653,19530,32191,37342,0.5173185051722531,0.5230035884526806,5258,0.05864993321114592,0.1408065984682127 +8015,CO,Chaffee,1782.82209924298,31.118740005758422,0.10010792853293166,301.283859709613,0.016917505739211244,7,0.381201329,14.75,0.773953195508448,17,0.925774656,542,55432,631.7,4967,4773,10217,10999,0.48615053342468434,0.43394854077643424,510,0.0017617695996867688,-0.04636785162287477 +8017,CO,Cheyenne,621.652255741721,0,0.33859055323623155,156.199602384931,0.08507603615736983,2,1.068947087,2,1.08225108225108,0,0,57,5572,641.9,162,127,1045,1076,0.15502392344497606,0.11802973977695168,778,-0.6660287081339713,-0.7230483271375465 +8019,CO,Clear Creek,1262.60837271503,-0.02341004046140994,0.1389313790399461,192.840111731688,0.021219202435264966,1,0.108849461,6.25,0.662356930902925,11,1.197344073,173,27554,579.5,3041,2585,5610,5532,0.5420677361853833,0.4672812725958062,159,0.11764705882352944,0.028741865509761377 +8021,CO,Conejos,463.776198704138,0,0.056174442672497334,120.226636368598,0.01456233483146778,3,0.362976407,6.58333333333333,0.809857711075573,1,0.120992136,255,24652,888.4,2180,1753,4027,3970,0.5413459150732556,0.4415617128463476,132,0.09585299230196181,-0.03324937027707808 +8023,CO,Costilla,3522.007211992,0,0.9994345096458571,735.395557577747,0.20868205379618246,2,0.560538117,9.33333333333333,2.50828630296515,0,0,123,10659,742.2,1317,1109,1804,1820,0.7300443458980045,0.6093406593406593,528,0.48614190687361425,0.2901098901098901 +8025,CO,Crowley,459.48496194487,-85.24657136920585,0.07890863162371115,84.3377550800071,0.014483557458356021,1,0.186567164,3.41666666666667,0.600046832923545,0,0,127,16497,795,535,336,1502,1511,0.3561917443408788,0.22236929185969556,733,-0.2589880159786951,-0.48510919920582396 +8027,CO,Custer,1101.4374363612,4.641671103143449,0.2588572118357697,170.887951824351,0.04016168080478284,2,0.45861041,3,0.651890482398957,1,0.229305205,118,13054,582.5,862,797,2697,3064,0.3196143863552095,0.26011749347258484,1262,-0.3388950685947349,-0.41187989556135773 +8029,CO,Delta,2612.37438315521,92.57225494343862,0.08440082654287963,736.86125820252,0.023806579807525197,6,0.200870439,14.4166666666667,0.473578170510041,16,0.535654503,1079,90249,750.6,4542,4048,15681,16661,0.28964989477711883,0.2429626072864774,7536,-0.3966583763790575,-0.45231378668747374 +8031,CO,Denver,55276.4705558132,-35.36203928791778,0.09210319708445641,15505.7768185194,0.025836157842633774,120,0.180760459,354,0.510778287594148,582,0.876688227,13308,1994919,726.5,209759,174611,285564,232291,0.734542869549383,0.7516907671842645,130974,0.49027188301046354,0.5638358782733726 +8033,CO,Dolores,2063.99999514993,398.95347821197913,0.9999999976501599,461.999998311711,0.22383720848435612,1,0.505561173,2,0.972762645914397,0,0,53,5981,584.6,329,227,1218,1230,0.27011494252873564,0.18455284552845527,709,-0.41789819376026277,-0.5764227642276423 +8035,CO,Douglas,54681.3513293537,3.3043925448148244,0.19155185864940957,16761.4787313916,0.05871640562377734,26,0.082634647,83.6666666666667,0.254590747908502,204,0.648364152,3450,943605,495.6,54093,67045,150160,182918,0.3602357485348961,0.36653035786527294,33133,-0.26529701651571663,-0.18113580948840463 +8037,CO,Eagle,8057.94619400634,1.1153744713033835,0.15437565749001553,1946.59499420529,0.03729323513238864,18,0.340129627,18.3333333333333,0.33957534559509,46,0.869220158,353,159115,329.8,12598,12652,22374,22611,0.5630642710288728,0.5595506611826102,4499,0.14664342540448733,0.19897395073194463 +8039,CO,Elbert,5986.12599182079,-6.312837623392896,0.2592968029030923,1547.46005457407,0.06703023713826865,1,0.0413309,3,0.118901351512029,7,0.289315974,371,72595,522.9,3542,3056,13993,15689,0.2531265632816408,0.19478615590541143,8480,-0.4720931894518688,-0.5405060870673721 +8041,CO,El Paso,168373.587396914,-8.522086669883548,0.2705826754875575,42407.5167884696,0.06815047140593222,59,0.088919835,313.916666666667,0.456085956765909,451,0.679709247,12449,1992495,696.8,104989,105807,275604,313273,0.38094149576929215,0.337746949146591,70699,-0.21345844037096706,-0.22567856151024823 +8043,CO,Fremont,16167.8407284318,8.494211770811336,0.34528961063625063,2893.08548508623,0.061786380597262734,6,0.129026709,25.3333333333333,0.533940339192626,15,0.322566771,1619,139514,805.9,6644,5275,20258,21880,0.3279691973541317,0.24108775137111518,9791,-0.31804719123309305,-0.44748628884826325 +8045,CO,Garfield,8633.24668999421,-21.810452104295457,0.15310161006569029,2652.7181221462,0.04704318434705705,11,0.19143419,36.5833333333333,0.621246341863796,46,0.800542977,944,172604,646.5,10989,11205,23695,26328,0.46376872757965815,0.42559252506836825,1866,-0.049377505802912,-0.07087511394712853 +8047,CO,Gilpin,0,0,0,0,0,1,0.170910955,1,0.16860563142809,0,0,89,17123,569.7,1854,1634,3271,3574,0.5667991439926628,0.4571908226077224,70,0.1632528278813819,0.019585898153329562 +8049,CO,Grand,421.928987024033,-85.3577200116388,0.028426125919560265,69.7084807333641,0.004696387572146069,5,0.34373711,10.0833333333333,0.671863894811656,16,1.099958752,210,43356,565.4,3575,3319,7961,8513,0.44906418791609093,0.38987430987900856,1148,-0.07210149478708705,-0.13485257840949133 +8051,CO,Gunnison,1838.89203567921,-0.35355564928098326,0.12000078541367856,295.27819818185,0.019269002752665753,5,0.317965024,9.58333333333333,0.584064683894035,14,0.890302067,197,47319,533.9,4563,5068,7912,9299,0.5767189079878665,0.5450048392300247,1818,0.18415065722952473,0.19550489299924723 +8053,CO,Hinsdale,99.2714692888681,-88.22399874595132,0.11775975004610688,19.4187443423093,0.02303528391733013,2,2.544529262,1,1.26903553299492,0,0,17,2363,627.4,228,197,598,589,0.38127090301003347,0.33446519524617996,142,-0.2073578595317726,-0.24108658743633277 +8055,CO,Huerfano,2459.81752693712,-0.9112678767463458,0.3665351701590105,385.63235484769,0.05746272609859782,4,0.619003405,10.1666666666667,1.52263990814238,4,0.619003405,306,19413,853.3,1897,1631,3623,3772,0.5235992271598123,0.4323966065747614,244,0.0778360474744687,-0.06468716861081653 +8057,CO,Jackson,382.235066584368,-0.010575703672758719,0.2742001912369928,66.1529853017736,0.047455513128962415,2,1.432664756,2,1.47383935151069,0,0,36,4109,596.3,216,171,848,862,0.25471698113207547,0.19837587006960558,457,-0.45283018867924524,-0.5301624129930395 +8059,CO,Jefferson,121653.329036851,-6.181305674125597,0.2275838034299411,28579.5283821652,0.053465349620451866,62,0.111011042,227.416666666667,0.397694914226723,424,0.759172287,12625,1676297,667.1,153069,151885,300151,309529,0.5099733134322391,0.4906971560015378,21652,0.04367468374251621,0.06995144235273593 +8061,CO,Kiowa,1398.00000464842,0,1.00000000332505,314.000000674863,0.2246065813124914,2,1.426533524,1.16666666666667,0.849720806020879,0,0,64,4253,731,118,91,821,853,0.14372716199756394,0.10668229777256741,635,-0.6808769792935444,-0.7444314185228604 +8063,CO,Kit Carson,921.046456958068,-57.25781298592477,0.11137200205055237,211.182525171421,0.025535976441526116,5,0.619425173,8.83333333333333,1.07789302420175,8,0.991080278,218,23596,643.1,789,526,3525,3613,0.22382978723404257,0.1455853861057293,2368,-0.5319148936170213,-0.6554110157763631 +8065,CO,Lake,1455.80636836994,-71.52538685060206,0.19915271797126402,450.640916574485,0.06164718420991587,2,0.271849939,6.25,0.820425308479916,5,0.679624847,127,22150,693.2,1807,1600,2993,3175,0.6037420648179085,0.5039370078740157,336,0.2405613097226863,0.10582677165354332 +8067,CO,La Plata,7347.21871312946,-3.461050859326712,0.14312577849241168,1486.85702980879,0.02896437117327288,11,0.203745207,25.5,0.458443449652122,46,0.852025413,981,161815,582.6,15063,15300,28475,30722,0.5289903424056189,0.4980144521841026,2829,0.08811237928007021,0.09208384870776642 +8069,CO,Larimer,56628.0654703376,-15.806277852539063,0.18899330998343825,13413.4227582757,0.044766621360597066,37,0.114154547,111.75,0.328683237596068,252,0.777485021,6316,974852,611.1,83103,92170,161823,193897,0.5135425742941362,0.4753554722352589,9546,0.05252652589557727,0.04923232437840708 +8071,CO,Las Animas,6181.77712966353,0.006441304263104261,0.3986442980372431,1258.90761658752,0.08118318285854903,4,0.284656988,11.6666666666667,0.827247157815122,11,0.782806718,519,42528,812.2,3282,2614,6532,6693,0.5024494794856094,0.3905572986702525,1042,0.027097366809553047,-0.15568504407590017 +8073,CO,Lincoln,1246.55168383383,-0.5521581263421821,0.2280138437596177,295.628343820308,0.05407505831723212,3,0.54446461,7,1.24047492468545,3,0.54446461,160,16498,669.3,537,399,2248,2402,0.23887900355871886,0.16611157368859283,1474,-0.5008896797153025,-0.6136552872606161 +8075,CO,Logan,4437.72341101557,-3.2166488014137413,0.19541694530871326,1105.45340226168,0.04867908768601347,3,0.133191263,8.66666666666667,0.395395167054458,13,0.577162138,633,65666,716.5,2675,1843,9030,9702,0.296234772978959,0.18996083281797568,5429,-0.38194905869324475,-0.5595753452896309 +8077,CO,Mesa,46154.3451139422,-0.3350164934521371,0.31456789401758556,11633.3763915906,0.07928802158891653,20,0.134902701,71.25,0.474737312020682,91,0.613807291,4264,444079,741.1,22448,20958,69033,74876,0.325177813509481,0.27990277258400553,27171,-0.32794460620283056,-0.3628799615364069 +8079,CO,Mineral,91.112206655213,-86.63522744092242,0.12796658238091713,13.9739166659132,0.01962628745212528,1,1.432664756,1,1.36612021857923,1,1.432664756,17,2142,446.7,291,237,650,652,0.44769230769230767,0.36349693251533743,107,-0.08153846153846162,-0.1641104294478527 +8081,CO,Moffat,3230.23918284314,0.053820219404409286,0.2341601437363639,914.127444766266,0.06626512829041435,2,0.15470297,11.6666666666667,0.889973809342182,5,0.386757426,278,38985,722.4,1291,874,6042,6510,0.213670969877524,0.13425499231950844,4419,-0.550314465408805,-0.6788018433179723 +8083,CO,Montezuma,4196.14277277489,-4.514911432638378,0.16432906883786524,1182.14201187366,0.046294968156399455,7,0.271612603,18.4166666666667,0.682124029285035,14,0.543225206,785,77619,761.8,4486,3920,12232,12706,0.3667429692609549,0.3085156618920195,3851,-0.2359385219097449,-0.3030851566189202 +8085,CO,Montrose,8466.39606992101,4.029075057513245,0.20511667966665859,2310.93360188334,0.055987343780486,9,0.22019426,22.75,0.548576113428661,22,0.538252636,1238,122463,674.2,5852,5438,19054,21070,0.3071271124173402,0.2580920740389179,8865,-0.3640705363703159,-0.4207403891789274 +8087,CO,Morgan,3374.0993922753,1.1538841356678957,0.11982312554690507,1153.59050361268,0.04096702665622643,6,0.211804575,25.1666666666667,0.890099266699677,11,0.388308387,746,84938,701.7,3761,3128,10478,11888,0.3589425462874594,0.2631224764468372,4976,-0.25768276388623784,-0.4185733512786003 +8089,CO,Otero,5577.85547997969,-3.251944464350398,0.29620601561147525,1335.34801515227,0.07091222001764484,4,0.216356556,15.6666666666667,0.856335975220916,11,0.594980528,751,55308,974.3,3566,1719,8039,5038,0.4435875108844384,0.3412068281063914,1269,-0.09317079238711279,-0.2518856689162366 +8091,CO,Ouray,273.479042767945,-15.608553516322038,0.0616499194697802,39.122574463190404,0.008819335992603788,3,0.64808814,3,0.617665225447807,6,1.29617628,101,13894,593.1,1640,1690,3183,3287,0.5152371976123155,0.5141466382719805,353,0.0534087338988376,0.10739275935503495 +8093,CO,Park,8729.06984377191,-7.956880593501527,0.5386319785123966,1591.9872030791,0.09823443188196347,4,0.244723157,3,0.174764068507515,5,0.305903946,257,48847,496.3,3721,3351,9054,10245,0.410978573006406,0.32708638360175696,2702,-0.15065164568146677,-0.2637384089799903 +8095,CO,Phillips,209.370709333543,-85.6633207913371,0.04713433348346308,49.8040934133477,0.011212087666219651,4,0.916800367,3,0.699626865671642,2,0.458400183,154,13099,702.2,588,436,2265,2332,0.2596026490066225,0.18696397941680962,1355,-0.4631346578366446,-0.5810463121783876 +8097,CO,Pitkin,1568.48325079631,-10.807191173185844,0.09146741607162992,286.600371776046,0.016713341017963963,7,0.397140588,3.75,0.211243803515097,19,1.077953024,166,52746,314.4,6648,7239,9779,10387,0.679824112894979,0.6969288533744104,4717,0.3790776152980877,0.45412534899393475 +8099,CO,Prowers,2997.42134797923,-20.975673823832995,0.23881932499236952,793.353568988451,0.06321038713954673,3,0.249293668,13.0833333333333,1.09741094894593,10,0.830978893,368,36281,818.6,1498,1173,4809,4978,0.31149927219796214,0.23563680192848532,2335,-0.3539197338323976,-0.4690638810767376 +8101,CO,Pueblo,58655.7437590756,-12.517646085325252,0.3687579371637376,14784.2315908174,0.09294576105579173,17,0.105019305,116.333333333333,0.704525313453204,97,0.599227799,4984,486590,801.3,40624,27945,73306,60112,0.5541701907074456,0.4648822198562683,199,0.13097154393910465,0.003310487090763925 +8103,CO,Rio Blanco,572.227252070974,-0.30708158772290395,0.08584267207785387,119.154416124534,0.017874949913671466,1,0.149097957,9,1.37509549274255,5,0.745489787,163,19994,753.8,561,433,3311,3436,0.16943521594684385,0.1260186263096624,2349,-0.6390818483841739,-0.6836437718277066 +8105,CO,Rio Grande,1460.30068818733,109.76971292838162,0.12187453581933985,280.402362647086,0.02340196650367936,4,0.344619626,13.1666666666667,1.14702209832448,5,0.430774533,370,34905,770.3,2428,1985,5453,5488,0.44525949018888683,0.36169825072886297,1075,-0.08509077571978735,-0.19588192419825068 +8107,CO,Routt,5254.12612604418,-13.267505439248644,0.2234942416114756,1007.26221849621,0.04284581302889148,9,0.377121307,13,0.527426160337553,25,1.047559187,310,71536,521.9,7389,7487,13038,13772,0.5667280257708237,0.5436392680801626,2338,0.155545329038196,0.16976474005227993 +8109,CO,Saguache,1235.46073133838,-79.28235563245582,0.20226927494079563,240.103130312887,0.039309615309902915,4,0.645577792,6.5,1.01737361089372,1,0.161394448,150,18679,678,1762,1345,2796,2707,0.6301859799713877,0.49685999261174735,236,0.29506437768240346,0.08718138160325084 +8111,CO,San Juan,693.70724348045,0,0.9924281022610156,127.418047013332,0.18228619029088985,1,1.388888889,1,1.44092219020173,4,5.555555556,11,2119,554.5,266,265,506,506,0.525691699604743,0.5237154150197628,50,0.10671936758893275,0.09881422924901184 +8113,CO,San Miguel,718.693398459581,3.656015529575994,0.09766182884353594,133.959529025242,0.01820349626650931,7,0.892857143,5,0.623674691281028,12,1.530612245,77,23315,415.2,2961,2960,4215,4311,0.702491103202847,0.6866156344235677,1930,0.4310794780545671,0.4476919508234749 +8115,CO,Sedgwick,441.699892597613,-1.5494545274626896,0.18566620117596172,76.0026950140506,0.03194732871544792,1,0.425894378,1,0.415454923140839,1,0.425894378,118,7079,901.8,419,267,1337,1364,0.31338818249813016,0.19574780058651026,748,-0.3455497382198953,-0.5483870967741935 +8117,CO,Summit,5174.80498066335,-36.17525311842703,0.18485407518265876,904.173715667617,0.032298839596614164,11,0.374098762,15.25,0.502074142358596,48,1.632430962,201,88491,297.9,9169,9502,15038,16061,0.6097220375049873,0.5916194508436585,4438,0.24431440351110517,0.2763215241890293 +8119,CO,Teller,3003.70250354313,-49.8173527642695,0.12863822284981286,759.544872287538,0.03252868832066544,4,0.171020565,16.5833333333333,0.689736444425959,14,0.598571978,499,69997,700.4,3894,3547,12144,14203,0.32065217391304346,0.24973597127367458,6033,-0.3306159420289855,-0.4247694149123425 +8121,CO,Washington,2485.02861052779,0,0.5162086851948048,634.915416281726,0.13188936773612922,1,0.209205021,2,0.407497962510187,2,0.418410042,155,14428,638,461,289,2567,2708,0.17958706661472537,0.10672082717872969,1995,-0.6225165562913908,-0.7367060561299853 +8123,CO,Weld,37098.743418412,-4.263486259918958,0.14673684729916742,10216.5343838394,0.040409510071549096,29,0.104440523,119,0.403482836721685,149,0.536608204,4988,831921,688.9,47418,45869,112695,133790,0.4207640090509783,0.34284326182823827,30013,-0.13249922356803756,-0.22432917258390012 +8125,CO,Yuma,2300.54798145926,0,0.22906979801446384,602.738857336146,0.060015817717429656,4,0.392079984,9.5,0.940314757992676,2,0.196039992,270,30633,639.6,950,701,4481,4664,0.21200624860522205,0.15030017152658662,3054,-0.5541173845123857,-0.654802744425386 +9001,CT,Fairfield,268768.077781111,2.356898600205398,0.293149625263938,70260.4364990659,0.0766341776918769,216,0.228465537,459.083333333333,0.486225923034911,659,0.697031429,20109,2835662,578.2,214757,238723,390611,410279,0.5497976247468709,0.5818552740939702,83266,0.10885254127507926,0.20294970008213925 +9003,CT,Hartford,259189.004869212,-7.826214473398912,0.289916047029702,57236.0543194679,0.06402142955196216,245,0.272833065,703.916666666667,0.788800250413964,599,0.667049004,23568,2690638,667.9,244314,233789,392485,399219,0.6224798399938851,0.5856159150741823,85877,0.2564836872746729,0.21511250717024988 +9005,CT,Litchfield,34657.1637544368,15.306905941824983,0.18247623431337723,8064.7623077584,0.042462431922572354,40,0.216224398,93,0.509390867114712,96,0.518938554,5400,555122,676.8,43823,39836,92404,97434,0.47425436128306137,0.4088511197323316,13540,-0.03662179126444737,-0.13896586407208983 +9007,CT,Middlesex,52122.2284180667,-5.878903270093371,0.31460337295725815,11431.0745428091,0.06899656282629409,34,0.206131815,96.5833333333333,0.591342219283369,106,0.642646247,4499,494121,642.4,47851,45306,83447,88402,0.5734298416959267,0.5124997172009683,6459,0.15959830790801344,0.07306395782900843 +9009,CT,New Haven,247957.11523193,-1.7579092097903462,0.28749417692521656,55041.9770728795,0.06381848683834988,200,0.23221333,670.583333333333,0.782591782154145,652,0.757015455,23217,2583223,691.6,230040,203601,371783,375909,0.6187480331268509,0.5416231055920449,45228,0.2477197720175479,0.12031635315994027 +9011,CT,New London,99027.5284201002,26.06339843693981,0.3613418051854562,20067.2802516001,0.07322355093539654,43,0.157120098,190.833333333333,0.707311438183451,188,0.686943685,7140,818322,682.5,66510,62951,114043,124527,0.5832010732793771,0.5055208910517398,8377,0.18234350201239885,0.06727055176788971 +9013,CT,Tolland,53336.7250905958,6.610517034377272,0.34931151862647963,10670.5424611315,0.06988324433746258,15,0.099096897,74.5833333333333,0.493543676685328,67,0.442632806,3002,454739,603.6,39283,38450,70780,77069,0.5550014128284826,0.4989035799089128,4461,0.12562870867476683,0.0578831955779886 +9015,CT,Windham,18808.4221319189,-15.125103727914082,0.15881735849561673,4287.72295083633,0.03620531420640668,21,0.179490248,101.25,0.87140250619664,62,0.529923588,3092,350989,754.4,25953,21776,46634,50703,0.5565252819831025,0.4294814902471254,3962,0.13284299009306516,-0.07814133285998853 +10001,DE,Kent,25573.4333514992,-17.875111759959868,0.15755919753249462,6402.22160858841,0.03944440643576126,24,0.139545431,153.833333333333,0.879917480328172,88,0.511666579,4512,514691,788.8,35525,33347,68669,74253,0.5173367895265695,0.449099699675434,3642,0.04938181712271911,-0.049048523291988166 +10003,DE,New Castle,122163.689387304,-25.957070323234593,0.22686806614056254,28277.5612233128,0.052513767896821974,91,0.164623049,419.166666666667,0.752560951452487,385,0.696482132,13206,1659655,721.3,167051,162905,251960,261468,0.6630060327036037,0.6230399131060015,77398,0.3406294649944435,0.2960132788716019 +10005,DE,Sussex,27649.128752441,-18.8537090050981,0.14024767938543203,5252.7677195193,0.026644184328891426,50,0.237136529,182.666666666667,0.829356809579374,142,0.673467742,7091,632909,734.9,39971,39329,93215,105814,0.4288043769779542,0.37168049596461716,23278,-0.1302901893472081,-0.21998979341107983 +11001,DC,District of Columbia,12688.2801039051,-25.234222040450344,0.021086579877958964,3454.45297601835,0.005740935573375706,198,0.300504027,421,0.618054230221531,839,1.273347873,14313,1981604,749.3,222332,260223,243348,280272,0.9136380820882029,0.928465918821716,248670,0.842394431020596,0.8872452474738824 +12001,FL,Alachua,37664.1714842574,-23.237009694993926,0.15227937495656677,7129.54721718952,0.028825351817727787,37,0.144317029,220.666666666667,0.83745736810679,193,0.752788829,5539,769734,733.9,69634,75370,120318,127827,0.5787496467693944,0.589625040093251,28786,0.17344869429345566,0.22519499010381216 +12003,FL,Baker,8982.41285188653,-1.872694882002697,0.33127098845238867,2080.43160431967,0.07672622549583884,4,0.147639612,35.1666666666667,1.2587846464068,16,0.590558447,684,81546,865.8,2310,2112,11366,12634,0.203237726552877,0.16716795947443408,8182,-0.586310047510118,-0.6476175399715054 +12005,FL,Bay,56308.4800897985,-8.297337939446335,0.3334783129000456,13035.6150137584,0.07720142499797693,26,0.14526357,209.166666666667,1.13693601632115,136,0.75984021,5585,535197,859.1,22037,21689,79834,87151,0.27603527319187315,0.24886690915766888,40321,-0.43623017761855853,-0.4626567681380592 +12007,FL,Bradford,1579.6829187902,-2.925405723671935,0.055388601640610095,316.258975881428,0.011089024399769564,4,0.149801513,35.5833333333333,1.32152318700636,16,0.599206052,885,80504,844.8,3324,2924,11631,12098,0.2857879803972143,0.24169284179203174,5989,-0.4206001203679821,-0.49504050256240695 +12009,FL,Brevard,218701.811068225,1.362910619148749,0.4024870643315587,44071.2271636009,0.08110631894599854,81,0.145451934,494.916666666667,0.854586477417276,343,0.615926089,20209,1676138,744.7,122972,119525,285504,314337,0.4307190091907644,0.3802447691490343,62095,-0.12713657251737281,-0.1975427646125018 +12011,FL,Broward,158491.739814012,-19.32904250867654,0.09066690835129337,38153.390617464,0.021826058408243164,374,0.200081852,1101.16666666667,0.576638151574056,1286,0.687981982,43255,5609687,610.9,507430,546956,755166,822837,0.6719449763363287,0.6647197440076225,288435,0.34919209816119895,0.35053722669252846 +12013,FL,Calhoun,2635.87715596127,-29.82513049302199,0.18023091664692445,504.82586122305503,0.03451800760499522,4,0.275254611,10,0.693337031130833,7,0.481695568,489,43605,873.2,1664,1236,6152,6067,0.270481144343303,0.20372507005109608,3411,-0.4392067620286086,-0.5622218559419813 +12015,FL,Charlotte,66893.4712938867,-2.0442321533604897,0.4181416900691764,9835.46740438575,0.06148012479457019,19,0.112777046,115,0.644384052895526,74,0.439236915,7409,506444,632.8,35896,33421,84664,96323,0.4239818576963054,0.34696801386999987,26775,-0.1428233960124728,-0.27797099342836085 +12017,FL,Citrus,43886.2410196738,5.132553990446191,0.31072984946949644,7232.50175654995,0.05120862780417139,18,0.129146129,134.333333333333,0.935332112527648,47,0.337214892,7477,419260,839.7,28453,22765,73923,79590,0.38490050457908903,0.28602839552707626,31612,-0.2192010605630183,-0.3971855760773967 +12019,FL,Clay,46476.3393732326,5.406179047560855,0.2435037297211778,11957.3025959966,0.06264795848372724,21,0.105106157,131.416666666667,0.63086762900983,119,0.595601558,4882,600402,784.9,25745,27768,96549,106363,0.266652166257548,0.26106822861333356,47130,-0.4583268599364054,-0.44310521515940693 +12021,FL,Collier,90596.7463395816,0.6396552679294119,0.2817763944376138,16490.3655525483,0.05128877069093152,62,0.177764015,217.5,0.595668463257526,185,0.530424885,9243,1045197,450.8,51678,60941,149080,170505,0.346646096055809,0.35741473857071643,44356,-0.3007110276361685,-0.2601448637869857 +12023,FL,Columbia,11077.7170997406,-0.8922909422053674,0.1640389909780782,2795.91356216601,0.0414019274431892,8,0.117894985,85.5833333333333,1.23498655584256,40,0.589474925,2317,203813,908.4,8462,7599,27163,28696,0.31152670912638514,0.26481042654028436,12760,-0.3669329602768472,-0.4446612768330081 +12027,FL,DeSoto,3454.77524144708,-11.71370535469246,0.09909859564703918,797.597668275497,0.022878712302091014,5,0.14280818,27.9166666666667,0.779795158286779,11,0.314177996,919,105307,642.9,4174,3761,9863,10761,0.42319780999695833,0.3495028343090791,2983,-0.14326269897597077,-0.2772047207508596 +12029,FL,Dixie,1484.28604110338,48.5089667342556,0.09038399958003776,205.841059718836,0.01253446959681135,3,0.188596216,18.1666666666667,1.11451942740286,8,0.502923241,674,48046,990,1798,1270,6941,7202,0.2590404840801037,0.17633990558178284,4552,-0.46880852903039905,-0.6320466537073035 +12031,FL,Duval,213634.250039002,-0.7520143236902779,0.24718662032159425,52309.7550719896,0.06052527421859966,164,0.182689501,952,1.02779472175589,739,0.823216717,23131,2699949,837,196657,203627,411702,428734,0.4776683134888827,0.4749495024887226,6434,-0.036181509927083244,-0.015006974021188002 +12033,FL,Escambia,108622.126562935,-8.54810299540279,0.3649704036467261,23156.3847359686,0.07780546516172893,44,0.141634397,314.416666666667,0.997555948267748,188,0.605165149,9639,927790,875.4,58154,57114,148430,151609,0.391794111702486,0.3767190602141034,31256,-0.2055985986660379,-0.2061619033170854 +12035,FL,Flagler,33041.2454685726,-1.5596777490559437,0.345273004812872,6912.41284347111,0.07223303840778204,17,0.166002656,59.9166666666667,0.553196073000339,37,0.361299898,3626,307988,671.4,23204,21985,50589,57413,0.4586767874439107,0.3829272116071273,11819,-0.07436399217221135,-0.20585930015850074 +12037,FL,Franklin,287.434968963443,-23.10380260639741,0.024888299330110226,47.0127393871653,0.004070719489753684,6,0.507829031,17.0833333333333,1.43545360333866,5,0.423190859,406,35016,893.4,1845,1738,5474,6003,0.3370478626233102,0.28952190571380976,2381,-0.31512605042016806,-0.3966350158254206 +12039,FL,Gadsden,3970.91393054233,-17.50669043297501,0.08560033478933217,1192.82372302363,0.02571350369750652,10,0.21607139,57.5,1.24983697778551,19,0.410535641,1408,138236,880.6,15768,14994,22495,22079,0.700955767948433,0.6791068436070474,8273,0.406312513891976,0.3746999411205218 +12041,FL,Gilchrist,75.0408901572227,-24.222070683681153,0.004430066128887343,12.790300257504,7.550800081175985e-4,3,0.176501736,15.75,0.915059260980711,6,0.353003471,575,51097,812.5,1885,1457,7908,8418,0.2383662114314618,0.17308149204086481,5283,-0.5098634294385433,-0.6275837491090521 +12043,FL,Glades,7331.50731599358,149.71351312236104,0.569039686121824,1327.5668639813,0.10303996150118752,0,0,10.1666666666667,0.727749940348365,2,0.146681335,334,40247,546.7,1603,1271,3989,4355,0.40185510152920534,0.2918484500574053,1725,-0.18576084231637002,-0.3960964408725603 +12045,FL,Gulf,2972.32060601745,16.98676915828369,0.18737443144534136,520.561594007851,0.03281608737362737,4,0.250878073,18.4166666666667,1.15176151761518,7,0.439036628,521,47593,863.4,2013,1715,7107,7279,0.2832418742085268,0.23560928698997116,3605,-0.41958632334318274,-0.49526033795851077 +12047,FL,Hamilton,3266.36649529099,-0.0744399784549935,0.22071535207047707,725.993019014642,0.04905689702105831,2,0.142369021,21.1666666666667,1.47389921778892,7,0.498291572,436,42670,894.7,2226,1899,5404,5451,0.4119170984455959,0.3483764446890479,1540,-0.16857883049592892,-0.2825169693634196 +12049,FL,Hardee,9787.8434274916,12.221551273083483,0.35295674254414194,2534.77866332998,0.09140595951570374,10,0.364046744,27.25,0.995979532163743,9,0.327642069,608,82305,662.5,2461,2147,7222,7577,0.34076433121019106,0.2833575293651841,3091,-0.3091941290501246,-0.4079450970040913 +12051,FL,Hendry,9640.86593501773,1.3480928137200996,0.24631747406790316,2577.71295006133,0.06585878768679944,12,0.311647838,42.4166666666667,1.07957919742089,22,0.57135437,845,115325,736.1,4751,4610,10185,11106,0.4664702994599902,0.4150909418332433,1582,-0.05930289641629849,-0.14244552494147306 +12053,FL,Hernando,62289.2318860947,10.538072288411858,0.3605159909600453,12342.6235841753,0.07143631471700854,23,0.130789571,122.583333333333,0.670458792536075,82,0.466293253,7523,528159,780.2,37791,31818,83593,93878,0.45208330841099137,0.33892924859924584,27211,-0.08511478233823405,-0.28985491808517433 +12055,FL,Highlands,32757.0448808248,-11.347834991904943,0.33159602454623927,6091.43082832785,0.061662895838761056,14,0.142513946,85.5,0.847230892713814,40,0.407182703,4351,295357,677.2,16147,14901,42440,45589,0.38046654099905747,0.32685516242953344,14608,-0.23008953817153627,-0.3204281734628967 +12057,FL,Hillsborough,300321.068371228,-2.9919134878245925,0.24431721129493517,73943.0116444091,0.06015412271169752,265,0.201322193,1074,0.780388275865075,837,0.635874247,30062,3961414,728.3,286158,306422,541503,595072,0.5284513659204104,0.5149326468057647,40494,0.06695069094723394,0.0680489083673908 +12059,FL,Holmes,3133.30129958745,-15.632693926041513,0.1572389872829553,756.562583564236,0.03796670766117509,3,0.152671756,21.1666666666667,1.08619421494672,4,0.203562341,767,58622,988.5,1264,852,8274,8506,0.15276770606719844,0.10016458970138725,6624,-0.6834662799129804,-0.7787444157065602 +12061,FL,Indian River,51308.9907339362,-19.274590345632976,0.3717288574342612,8389.99208159223,0.060784710939753024,28,0.193430279,119.75,0.790100486266437,78,0.538841491,5853,434712,639.4,27483,28997,71445,79897,0.3846735250892295,0.362929772081555,19567,-0.2233606270557772,-0.24490281237092754 +12063,FL,Jackson,2725.36861228835,-19.59615712194874,0.054785683518038635,548.230480259961,0.01102059422385641,8,0.163931067,52.75,1.09374028074395,27,0.553267351,1785,146401,908.7,7342,6383,20940,20997,0.3506208213944604,0.30399580892508454,7848,-0.2901146131805158,-0.3737676810972996 +12065,FL,Jefferson,2399.81693490243,0,0.16257820844810175,463.244767378106,0.031383020620425854,3,0.213523132,18.4166666666667,1.32436837815811,6,0.427046263,457,42298,759.7,3945,3537,7808,7641,0.5052510245901639,0.4628975265017668,393,0.01754610655737704,-0.05143305850019625 +12067,FL,Lafayette,564.097314101133,-19.11604624614385,0.06359608952662153,119.917621665647,0.01351946129263213,1,0.113186191,7.41666666666667,0.860701713666783,2,0.226372383,201,26376,708.8,687,515,3399,3375,0.20211827007943514,0.15259259259259259,2280,-0.5828184760223595,-0.6755555555555556 +12069,FL,Lake,81690.3111655509,-9.320217646213337,0.2750034040018276,16673.8473130867,0.056131072381558435,41,0.129874244,262.333333333333,0.782159993957392,141,0.446640692,11332,949621,691.6,61790,62597,150796,169898,0.40975887954587653,0.36843871028499453,39291,-0.1714037507626197,-0.23126228678383498 +12071,FL,Lee,158942.748829071,-8.235839681156373,0.2568755092154087,32313.6674501713,0.05222377140215869,116,0.170710494,511.833333333333,0.708580678982265,355,0.522432978,19714,2042144,570.5,110080,124725,266034,325797,0.41378169707631357,0.3828304128030645,66416,-0.1655126788305254,-0.20385700298038345 +12073,FL,Leon,79833.7467744261,-6.599243083337337,0.289791339607408,18239.8959912279,0.06620964325441091,41,0.144372297,233.916666666667,0.812712949901907,254,0.894403989,5298,852545,693.2,90863,91936,148335,151925,0.6125526679475511,0.6051406944215896,38159,0.2363366703744902,0.25116998519006084 +12075,FL,Levy,3258.27380144121,-17.60500771728794,0.07985769469966937,584.229984172919,0.014319011401017595,9,0.227198142,60.0833333333333,1.50354929389488,17,0.429152046,1583,118922,905.3,6118,5091,18396,19367,0.332572298325723,0.2628698301234058,8667,-0.32257012393998696,-0.4475138121546961 +12077,FL,Liberty,2163.17201562125,-0.35708224835534597,0.2585979695901076,614.238133321399,0.07342954373238482,3,0.358851675,10.75,1.3106559375762,0,0,189,25002,803.9,942,651,3284,3295,0.2868453105968331,0.1975720789074355,1891,-0.41382460414129113,-0.5738998482549318 +12079,FL,Madison,4052.89165224604,-5.289665438383814,0.21082457616760508,940.273083577194,0.04891141716485612,3,0.162004536,26.1666666666667,1.43583552824115,9,0.486013608,708,55640,987.1,4174,3526,8712,8503,0.47910927456382,0.4146771727625544,1323,-0.03443526170798894,-0.15559214394919435 +12081,FL,Manatee,70204.8954880245,-5.628283739809426,0.2174650531018344,11756.4244815571,0.03641642732173322,50,0.142148027,268.916666666667,0.715417003646476,180,0.511732898,11067,1057369,613,66476,71066,153451,178521,0.43320669138682705,0.3980820183619854,30615,-0.12473036995523007,-0.1714924294620801 +12083,FL,Marion,90423.929893391,8.736442372809716,0.2729383512529234,18009.2181991208,0.05435957415716606,55,0.162162003,336.666666666667,0.964605657746452,162,0.47764080799999997,14181,1017691,793.9,66823,61958,161368,174485,0.41410316791433244,0.35509069547525574,45752,-0.16244236775568888,-0.26221165143135516 +12085,FL,Martin,44382.1532456622,-6.002185846798456,0.30332668055647427,7068.2094679204,0.04830717661477331,33,0.215135079,114.833333333333,0.723582922182805,103,0.671482216,5662,461371,576.8,30097,30158,78860,85741,0.38165102713669796,0.35173370966048917,23024,-0.22930509764138984,-0.2685296415950362 +12086,FL,Miami-Dade,133181.239697939,-18.141564012180336,0.05334857094133794,32498.8624031659,0.013018108784392904,663,0.248979111,1513.33333333333,0.557819393070384,1640,0.61587593,57028,8003948,581.5,540776,623006,877245,978670,0.6164480846285815,0.6365843440587736,289340,0.2373042878557301,0.2956461319954632 +12087,FL,Monroe,20457.4140964427,-16.97439338536284,0.2798934751189314,2979.49192509097,0.04076470002860816,24,0.311138768,72.75,0.91998937744224,70,0.907488073,2157,230605,656,19392,18949,39045,42434,0.49665770265078757,0.4465522929726163,2936,0.00404661288257141,-0.06918980063156904 +12089,FL,Nassau,17763.1419662347,-2.1116339046698083,0.24228853924536517,3423.26250683514,0.04669316238147066,9,0.117464337,70.1666666666667,0.87031662160039,49,0.639528054,2346,230640,770.7,10249,10849,40523,46537,0.2529180958961577,0.2331263295872102,23372,-0.48557609258939366,-0.5022240367879323 +12091,FL,Okaloosa,62772.6877267774,-1.1120025488927785,0.34715182735937783,14701.1225982965,0.081301625898931,24,0.122129946,160.416666666667,0.797418435485742,149,0.758223416,5121,587772,779.4,23390,23711,94739,100657,0.24688882086574696,0.2355623553255114,48077,-0.49349264822301275,-0.47763195803570546 +12093,FL,Okeechobee,19130.1645223347,9.478618850620306,0.47830194325269276,4606.70603254912,0.11517916873060105,12,0.306521239,43.4166666666667,1.07696251095566,17,0.434238422,1260,117589,842.1,4856,3953,12321,13632,0.39412385358331303,0.2899794600938967,5389,-0.20038957876795715,-0.3953198356807512 +12095,FL,Orange,213587.079861888,-4.820596503860551,0.18638331651641774,52054.5484773595,0.04542456121994169,225,0.179568891,957.416666666666,0.728424151448314,948,0.756583594,22096,3772228,660.1,274227,329579,467385,545800,0.5867261465387208,0.6038457310370099,134488,0.18222664398729105,0.2464052766581165 +12097,FL,Osceola,57551.9402549002,8.444547695988474,0.21419856060033196,15624.6739627876,0.05815238648524331,51,0.164404228,246.583333333333,0.733846207262573,185,0.596368278,6000,936082,674.2,67201,85287,108647,139981,0.618526052260992,0.6092755445381873,35035,0.24501366811784953,0.25028396710982204 +12099,FL,Palm Beach,226700.784961512,-16.149291260443235,0.17172558616133815,48762.8062102014,0.036937770112883545,269,0.192457663,787.25,0.545258725178521,910,0.651064956,42209,4197133,563.3,349418,371411,600341,657235,0.5820325448370176,0.5651114137256841,100649,0.17017161912979456,0.1531400488409777 +12101,FL,Pasco,109782.032513673,6.133569385448773,0.23624433235780087,23233.1503267946,0.0499963424054698,65,0.133929215,356.75,0.696276894731911,190,0.391485399,17200,1459300,758.5,98148,89998,213358,240814,0.46001556070079397,0.37372411902962455,51945,-0.06649387414580188,-0.2157058974976538 +12103,FL,Pinellas,131275.317642518,-18.379676094822035,0.14322891656085374,23605.6103112233,0.025755077575521142,194,0.206801422,811.666666666667,0.84484367789771,613,0.653449853,34617,2817654,705.5,238966,233327,457484,491520,0.5223483225642864,0.47470499674479166,5419,0.056338582332934095,-0.011024983723958326 +12105,FL,Polk,197904.428105007,4.047739350350288,0.3286930270223254,45929.7378131994,0.0762832074891826,93,0.146540232,544.333333333333,0.817134504943088,290,0.456953413,19169,1908251,742.5,114610,117182,248658,283828,0.4609141873577363,0.4128627196752963,40034,-0.06819004415703495,-0.14105021350959035 +12107,FL,Putnam,17893.988357123,-2.5977410137532613,0.2406270286310984,4336.64905283166,0.058316511387656124,13,0.180197663,96.5833333333333,1.33629416457979,28,0.388118043,2890,216505,927.3,11666,9920,31323,32652,0.3724419755451266,0.3038098738208992,11953,-0.24454873415700917,-0.3660725223569766 +12109,FL,St. Johns,48249.2090250575,0.5620695575343906,0.25389109090795836,10054.8420127634,0.05290936077733202,28,0.128488108,123,0.523210556092,133,0.610318513,5339,654215,618.5,35155,43037,114733,136392,0.30640704941037017,0.3155390345474808,45596,-0.3777030148257258,-0.33430113203120415 +12111,FL,St. Lucie,102411.279571579,3.767110689808985,0.3686657123629049,22249.9076723757,0.08009643172471086,36,0.123699438,208.333333333333,0.6797017142621,138,0.474181178,9019,875743,655.1,65869,66812,123026,140731,0.5354071497081918,0.47474969978185333,3436,0.07857688618665976,-0.02441537401141186 +12113,FL,Santa Rosa,62096.0970326835,-0.02630548783522915,0.4102218179893475,15589.1742830727,0.10298585130058861,15,0.091786908,111.75,0.655436752552831,83,0.507887555,3923,491010,764.7,17757,18398,76816,87432,0.23116277858779422,0.21042638850764023,46728,-0.5260883149343887,-0.534449629426297 +12115,FL,Sarasota,100808.424975912,-4.100374267742908,0.2656712513332841,15026.0048612383,0.03959964174600551,88,0.221683688,250,0.605959245604978,184,0.463520438,15960,1192678,579.4,95089,97676,207434,228509,0.4584060472246594,0.42744924707560755,26422,-0.07424048130971783,-0.11562783085130118 +12117,FL,Seminole,116001.431555215,-15.447795270558718,0.2744180081170307,28734.2185817021,0.06797491136337251,63,0.142367734,303.833333333333,0.667063318689409,307,0.693760226,9550,1328331,636.5,96435,105611,208605,224377,0.4622851801251168,0.4706854980679838,3654,-0.06473478583926567,-0.016285091609211266 +12119,FL,Sumter,11721.7415244325,18.454908928262657,0.12547357658352065,1119.9287510944,0.011988104807261828,13,0.113686052,67.9166666666667,0.547732722560943,27,0.236117184,4655,341144,583.3,19519,22631,60471,76649,0.32278282151775234,0.2952549935419901,30091,-0.34934100643283555,-0.39258176884238544 +12121,FL,Suwannee,7073.28400393237,-1.4808879085970055,0.17023137840081756,1559.40654853091,0.037529940278956224,6,0.136295489,55.4166666666667,1.26539404180177,22,0.499750125,1661,131162,913.9,4749,3955,17627,18675,0.26941623645543766,0.21178045515394914,10326,-0.4494809099676632,-0.5529317269076305 +12123,FL,Taylor,6513.76479115371,21.99129033625479,0.2886027820626367,1228.92823541398,0.054449633824279135,3,0.132849172,31.5833333333333,1.42427658774897,10,0.442830573,733,67994,844.4,2761,2149,9117,9279,0.30284084676977074,0.23159823256816467,4774,-0.3825819896895909,-0.5144950964543593 +12125,FL,Union,3599.33514310344,-5.488615225669564,0.23169199505010876,384.865055048438,0.024774062120916512,0,0,12,0.792497688548408,3,0.197498354,701,45483,1558,1339,1014,5393,5693,0.2482848136473206,0.17811347268575445,3553,-0.4897088818839236,-0.6240997716493939 +12127,FL,Volusia,171050.984610032,13.944109259381152,0.3458419035652183,32026.7424265746,0.06475373170783776,64,0.126100672,467.583333333333,0.883292655589222,269,0.530016886,19993,1526983,792.5,114716,108793,234483,260304,0.4892294963814008,0.4179459401315385,33970,-0.01175778201404798,-0.1305012600651546 +12129,FL,Wakulla,387.695085350992,6.141606237563314,0.012597318863757211,58.9619367026481,0.001915841457715366,4,0.127258844,30.0833333333333,0.943258186226863,10,0.318147111,772,93899,855.6,5173,4348,14656,15344,0.3529612445414847,0.28336809176225236,6159,-0.2807723799126638,-0.40139468196037537 +12131,FL,Walton,6982.22126667468,-32.81555065606835,0.12685030370209982,1390.08177451692,0.025254469678558943,9,0.146270112,50.75,0.770234788811486,45,0.731350561,1739,184492,737.8,6665,6861,28480,33559,0.23402387640449437,0.20444590124854733,18834,-0.5202949438202247,-0.5612205369647486 +12133,FL,Washington,10289.8141848071,-10.74558735640328,0.4133119450838328,1740.1378922825,0.06989628423371225,3,0.122694368,23.3333333333333,0.949706269418101,17,0.695268087,838,73727,950.1,2820,2261,10998,11144,0.2564102564102564,0.2028894472361809,6369,-0.47435897435897434,-0.5715183058147881 +13001,GA,Appling,3671.27985691817,0.43206812239093545,0.2013204571681383,842.443686982591,0.046196736509244954,1,0.0539374,24.6666666666667,1.33854279719268,13,0.701186624,631,55280,997,1756,1434,7079,7003,0.2480576352592174,0.2047693845494788,4058,-0.49088854357960165,-0.579465943167214 +13003,GA,Atkinson,1919.59901559692,-0.28430731312197743,0.22920585260858747,553.633314076514,0.06610547033749421,3,0.364830354,10.8333333333333,1.30948063983239,4,0.486440472,223,24873,1034.3,930,696,2902,2604,0.32046864231564437,0.2672811059907834,1177,-0.3473466574776017,-0.45199692780337936 +13005,GA,Bacon,1369.72936612636,73.73127387205777,0.12344352614693223,395.925229613777,0.03568179791039807,2,0.177289247,16.3333333333333,1.43627623402509,7,0.620512366,384,33745,1079.7,791,607,3929,4010,0.2013234919826928,0.1513715710723192,2749,-0.5856452023415627,-0.6855361596009975 +13007,GA,Baker,2616.91711574939,-1.3122307903711943,0.758306901115442,583.725218876183,0.16914668759089627,1,0.307219662,2.66666666666667,0.846560846560847,0,0,82,9778,585,790,650,1584,1440,0.49873737373737376,0.4513888888888889,125,0.0037878787878787845,-0.08680555555555552 +13009,GA,Baldwin,7587.25075026634,-7.812281010846648,0.1659503663662804,1715.01894904668,0.03751135059157218,7,0.152475549,64.0833333333333,1.41953157304034,40,0.871288854,1222,137419,867.7,8469,7965,16214,16075,0.5223263846058961,0.4954898911353033,274,0.054520784507215925,0.017045101088646986 +13011,GA,Banks,674.318232605408,-63.0776419656914,0.03665769136207708,187.671143790103,0.010202291045941995,0,0,17,0.924063706039028,14,0.765236403,478,55107,851.3,779,684,6191,6946,0.12582781456953643,0.09847394183702851,5446,-0.7388144080116298,-0.7840483731644111 +13013,GA,Barrow,8995.27694118216,-11.820480813164778,0.12967660330102426,2509.56331633267,0.03617805752494226,13,0.177498635,60.3333333333333,0.782269705849303,40,0.546149645,1671,219995,878,6019,6580,25171,28828,0.23912438917802234,0.22825031219647565,14525,-0.5045488856223431,-0.503850423199667 +13015,GA,Bartow,32530.3012225236,-2.7791479551140306,0.32479308707852267,8750.7819269878,0.08737064735353295,14,0.137611072,108.5,1.04520889728053,58,0.570103012,2504,305864,862.5,8383,8204,35738,39263,0.2345682466842017,0.2089499019433054,21675,-0.5166489451004532,-0.5520464559508952 +13017,GA,Ben Hill,4050.36323786718,2.8307959710984285,0.2296905544894624,1088.59005720253,0.061732451922566066,3,0.171781951,27.3333333333333,1.58518432600669,14,0.801649107,658,52265,1093.4,2508,2098,5947,5923,0.4217252396166134,0.3542123923687321,1636,-0.14915083235244658,-0.27621137936856316 +13019,GA,Berrien,3723.02958257279,39.80445736672012,0.19304311845757488,934.514200721075,0.048455574028884944,6,0.320855615,25,1.31627441689043,9,0.481283422,604,56673,915.6,1268,1041,6187,6563,0.20494585421044126,0.1586164863629438,4367,-0.5768546953289155,-0.6653969221392656 +13021,GA,Bibb,38423.1967510543,8.337279721533987,0.24701985092000683,10304.4014948656,0.06624622458077366,35,0.227413015,225.833333333333,1.47835384481103,173,1.124070043,5193,462192,1016.6,38538,34383,64625,58327,0.5963326885880077,0.5894868585732165,11794,0.20010831721470013,0.20220481080803054 +13023,GA,Bleckley,907.601337564891,-4.977833699839416,0.06947878263529748,227.208838571918,0.017393312299771722,3,0.234466589,15.0833333333333,1.16294011822154,5,0.390777648,443,37776,919.8,1266,1094,4903,4934,0.25820925963695696,0.2217267936765302,2623,-0.47317968590658777,-0.531617349006891 +13025,GA,Brantley,798.914983320469,-71.80962389899119,0.04339335089459937,202.444831107823,0.010995862859585193,4,0.217190639,23.4166666666667,1.2757650049941,6,0.325785959,546,55147,914.6,939,619,6001,6285,0.15647392101316449,0.0984884645982498,4942,-0.6705549075154141,-0.7863166268894193 +13027,GA,Brooks,1355.03645364123,0,0.0834227946586979,355.337822475575,0.021876366587180632,3,0.194577766,22.4166666666667,1.42899640891609,7,0.454014788,568,46706,972.8,3101,2504,6671,6268,0.4648478488982162,0.39948947032546267,1175,-0.06310897916354363,-0.1874601148691768 +13029,GA,Bryan,7790.85835136745,84.43027353357907,0.25769385609656503,2428.1154414965,0.08031341386883538,7,0.206453135,36,0.993651669886834,27,0.796319236,752,102216,904.9,3695,4010,13403,15063,0.2756845482354697,0.26621522936997943,6503,-0.43587256584346784,-0.43172010887605394 +13031,GA,Bulloch,4473.95337355557,-58.57631695285943,0.06371609971311178,1027.57274677036,0.014634244510166485,11,0.152593394,89.5833333333333,1.19888832383145,56,0.776839097,1458,216226,862.8,9572,8812,24032,24151,0.3983022636484687,0.36487101983354725,5664,-0.19087050599201066,-0.23452445033331953 +13033,GA,Burke,1759.32536859792,-21.283584286516614,0.07545571146843026,471.332035214665,0.020214961194658817,4,0.176141618,29.4166666666667,1.29657381288199,8,0.352283236,720,68377,999.5,5403,4730,9773,9350,0.5528496879156861,0.5058823529411764,239,0.11306661209454621,0.025561497326203164 +13035,GA,Butts,1120.39854060672,16.44271321760032,0.047364131921653764,343.485535760061,0.014520631399706658,3,0.128380692,28.4166666666667,1.19312535863739,12,0.513522766,797,70201,1052.2,2966,2566,9372,9477,0.31647460520699955,0.2707607892793078,4151,-0.35638070849338455,-0.43800780837817876 +13037,GA,Calhoun,920.795436493451,-1.091182959878658,0.1375553385858158,197.910091395979,0.029565295995814013,1,0.154726907,7.58333333333333,1.19913556820578,1,0.154726907,208,19422,986.7,1297,1178,2187,2023,0.5930498399634202,0.5823035096391498,349,0.18930041152263372,0.17251606524962926 +13039,GA,Camden,22128.5554332657,20.91736095601823,0.43807644434632076,6000.71262483351,0.11879541157392176,5,0.096103946,49.6666666666667,0.936965489485864,35,0.672727622,990,155544,788.9,6358,5914,17938,18825,0.3544430817259449,0.3141567065073041,6373,-0.27650797190322224,-0.3385391766268261 +13043,GA,Candler,387.784923543164,-44.00019608816849,0.03525958570132424,116.132622877474,0.010559431067237135,4,0.367376929,21,1.92483959670027,12,1.102130786,403,32707,1067.7,1155,1023,3526,3757,0.32756664775950084,0.2722917221187117,1638,-0.33720930232558144,-0.43598615916955014 +13045,GA,Carroll,24209.0440597118,-12.024726421055497,0.2190328522416405,6075.02947294183,0.05496421211958915,24,0.210354711,127.75,1.0988207567456,81,0.709947148,3161,340875,1001,12635,12422,41445,43744,0.30486186512245145,0.28397037307973666,17561,-0.37674025817348294,-0.4014493416239941 +13047,GA,Catoosa,22293.5579319821,-11.704724859072407,0.34865280929564446,5426.77982755486,0.08487034855892622,8,0.121912193,66.1666666666667,0.996515959316044,46,0.700995108,1765,196991,781.4,5357,4769,23639,26510,0.22661703117729176,0.17989437947944173,16091,-0.5284064469732221,-0.6069784986797434 +13049,GA,Charlton,2206.8829869376,-38.99452365422468,0.18132306194541123,560.686339888213,0.046067401190388046,2,0.155074824,16.5,1.32031687605025,6,0.465224471,342,38907,847.1,1197,1004,3763,4008,0.31809726282221634,0.250499001996008,1946,-0.3534414031357959,-0.4855289421157684 +13051,GA,Chatham,58615.0119360267,11.84218321571338,0.22108193753970423,13106.6050152873,0.04943500880815041,56,0.197615208,295.833333333333,1.02335438848954,289,1.019835626,7101,848050,796.6,60077,58998,108267,106013,0.5548966905890068,0.5565166536179526,15349,0.12001810339253882,0.14478413024817716 +13053,GA,Chattahoochee,10904.0156107988,26.03874638011044,0.9677834038163486,2980.47933837702,0.26453175986305316,1,0.084480865,5,0.457791613257645,2,0.16896173,115,35662,929.8,726,593,1483,1384,0.48954821308159135,0.42846820809248554,153,-0.004045853000674338,-0.11054913294797686 +13055,GA,Chattooga,1319.89429583407,-30.03880644103894,0.05073589451601269,294.455759074061,0.011318691488528196,7,0.280684871,34.25,1.37971318079278,10,0.400978387,975,74887,1068.3,2220,1612,7791,8246,0.2849441663457836,0.19548872180451127,4845,-0.4125272750609677,-0.587557603686636 +13057,GA,Cherokee,63651.9585581528,-0.0915074614990322,0.29695892882607,17331.9880933369,0.0808598625275811,38,0.164512847,118.333333333333,0.489609925703418,148,0.640734247,3995,691223,689.2,19813,25203,98041,110825,0.20208892198161993,0.2274125874125874,55408,-0.5779214818290308,-0.4999593954432664 +13059,GA,Clarke,40504.5533203394,-5.10623100266458,0.3470410860765581,8149.19928009531,0.06982195178038034,25,0.206717492,110.833333333333,0.888749896423884,120,0.99224396,2209,365847,782.5,25386,29514,40138,44221,0.6324679854501968,0.6674204563442708,16823,0.2885544870197817,0.38043011239004093 +13061,GA,Clay,2355.45401748128,4584.874528619641,0.7400106872388563,557.127049525062,0.17503206079957961,2,0.644745326,5.83333333333333,1.93156732891832,0,0,105,9270,728.3,862,697,1402,1271,0.6148359486447932,0.5483870967741935,131,0.23181169757489306,0.10306845003933907 +13063,GA,Clayton,99211.8210369566,-3.492319539508463,0.38243115917169,28481.2430515562,0.10978646174431125,54,0.201837469,281.083333333333,1.00580162359581,189,0.70643114,4602,807148,830.2,81439,75908,96020,89236,0.8481462195375963,0.8506432381550048,64168,0.7006977712976463,0.7190819848491641 +13065,GA,Clinch,684.673266774504,37.086273234403386,0.10071686772205118,152.808365155282,0.022478429708043833,1,0.146391451,11.8333333333333,1.73280616976619,5,0.731957254,221,20496,1052.8,852,685,2472,2443,0.3446601941747573,0.280392959476054,1039,-0.3017799352750809,-0.42529676627097834 +13067,GA,Cobb,268612.01393590303,-3.458128263940716,0.3903801806421699,71804.226056283,0.10435477672049245,107,0.146378634,454.416666666667,0.607387110427944,603,0.824918842,12369,2190287,687.2,132526,159416,308989,326424,0.4289019997475638,0.48837095311619244,6814,-0.12601743104123453,0.020874690586476508 +13069,GA,Coffee,6630.00818561789,-2.032713283577702,0.15653055495367577,1830.51336475059,0.043217333193658274,8,0.186867861,64.75,1.50539384357854,29,0.677395996,1161,128979,953.6,5048,4090,14434,13896,0.34972980462796177,0.2943293033966609,5485,-0.29056394623804904,-0.39471790443293037 +13071,GA,Colquitt,7939.47024632146,-6.347241564636502,0.17450152196407445,2017.08808477347,0.044333554986449294,13,0.281983428,65.4166666666667,1.43118637145941,26,0.563966856,1414,138202,982.1,3971,3460,13319,13592,0.29814550641940085,0.25456150676868744,6432,-0.39560027029056233,-0.47321954090641555 +13073,GA,Columbia,21997.9766349998,6.754032923228706,0.177327244282684,6240.31486651713,0.05030361915082368,18,0.12925741600000001,80.5833333333333,0.546512942240307,72,0.517029665,2485,419673,673.8,16420,18863,58842,64190,0.2790523775534482,0.29386197226982397,24197,-0.43003296964753074,-0.3769590278859635 +13075,GA,Cook,2218.61335814221,3.7620257112252213,0.1288992190414949,669.464923370451,0.038895243049642744,4,0.232369002,25.75,1.49997087435195,13,0.755199256,588,51348,1056.8,2042,1752,6027,6038,0.3388086942093911,0.2901623053991388,2423,-0.3139206902273104,-0.4012918184829414 +13077,GA,Coweta,32150.4149686124,-0.42423891694183047,0.25252256154804464,9008.70619254214,0.07075807781005003,18,0.132771758,96.5,0.686705663008981,66,0.486829779,2900,406926,795.7,15156,16572,55512,61315,0.2730220492866407,0.2702764413275707,25941,-0.44093169044530917,-0.42307755035472566 +13079,GA,Crawford,82.7522260219412,787.6797412651077,0.0065520368980159305,15.4702063687682,0.0012248777805833886,1,0.080729797,10.4166666666667,0.845371422388141,1,0.080729797,317,37399,752,1699,1419,5123,5157,0.3316416162404841,0.27515997673065734,2213,-0.3253952762053484,-0.42912546053907313 +13081,GA,Crisp,1970.35604693502,-70.23408276998624,0.08406314462797133,570.917887805321,0.024357604326350143,14,0.610447371,40.5833333333333,1.78615964672916,18,0.784860905,713,69111,855.6,3160,2835,7386,7500,0.42783644733279175,0.378,1704,-0.13796371513674527,-0.22719999999999996 +13083,GA,Dade,909.009866401786,34.01160116196796,0.054650986977802324,202.946392891579,0.012201430463030061,4,0.244066142,27,1.66082303007935,8,0.488132284,583,49109,997.7,1404,965,5997,6238,0.23411705852926462,0.15469701827508817,4082,-0.5092546273136569,-0.6543764026931709 +13085,GA,Dawson,121.022838448174,NA,0.005419741981557277,22.9180345398418,0.0010263338351921988,3,0.130679096,24.9166666666667,1.05561204315653,17,0.740514876,615,68797,847.9,1241,1444,10234,11680,0.1212624584717608,0.12363013698630138,8436,-0.7428180574555404,-0.7222602739726027 +13087,GA,Decatur,3707.05354209836,-14.309240450424978,0.13314609374679837,948.126292972008,0.03405381412872667,6,0.220426157,45.6666666666667,1.70258245718689,21,0.77149155,889,81782,929.5,4580,4104,10465,10238,0.4376493072145246,0.4008595428794686,1905,-0.11810797897754416,-0.18607149833951947 +13089,GA,DeKalb,168085.214808465,-7.470059860240314,0.2429352729518365,43384.1638736398,0.06270357392492741,153,0.211864113,589,0.795600827208738,595,0.823915997,12914,2174917,691.6,237704,239131,305299,295871,0.7785940995548626,0.8082272341662413,191600,0.5679546935954589,0.6475795194527344 +13091,GA,Dodge,595.885361021617,35.306254316403574,0.02733920724085231,162.3394265764,0.00744812931622316,7,0.333714722,25.5,1.2400914263483,13,0.619755912,645,63123,910.9,2440,1836,7731,6995,0.315612469279524,0.2624731951393853,3185,-0.35881515974647515,-0.45532523230879196 +13093,GA,Dooly,249.845539402996,-94.99589514358469,0.016747924614760424,37.0652503253982,0.0024845991637885913,0,0,17.3333333333333,1.25941534064763,6,0.422892585,367,42563,758.1,2278,1860,4289,3836,0.5311261366285848,0.4848800834202294,81,0.06878060153882026,-0.02111574556830026 +13095,GA,Dougherty,36949.5682490665,-6.234103881034258,0.39073196477625444,9868.59788365833,0.10435782671874722,19,0.205612129,132,1.46638968194897,92,0.995595572,2791,277072,947,26209,23224,37822,33925,0.6929564803553487,0.6845689019896831,12997,0.3904605784992861,0.38310980103168757 +13097,GA,Douglas,42655.0980948235,1.2478232830623825,0.3221611148903235,12044.6422940911,0.09096955729168599,14,0.100881997,109.666666666667,0.771084111448607,85,0.612497838,2743,415559,831.8,28410,30971,55201,57365,0.5146645894096121,0.5398936633835962,6168,0.039564500643104294,0.10752200819314911 +13099,GA,Early,1113.63815932384,4.1006286511575905,0.10116625720601745,292.519582724688,0.026573363256239827,4,0.381279192,17.0833333333333,1.65231969565077,5,0.47659899,423,31542,1019.6,2762,2165,5349,4782,0.5163581977939802,0.45273943956503554,387,0.03851187137782763,-0.08092848180677542 +13101,GA,Echols,194.303752798141,0,0.04816652275610833,52.0372160777409,0.012899656935483615,0,0,4.66666666666667,1.17785630153121,0,0,82,12132,817.2,173,156,1102,1175,0.1569872958257713,0.1327659574468085,850,-0.6751361161524501,-0.7234042553191489 +13103,GA,Effingham,6971.91159583195,9.812076170232036,0.13343371475276458,1874.83035805739,0.0358819207283711,4,0.072172203,39.5,0.672775582504428,24,0.433033217,1207,167066,880.3,4941,4851,20779,23395,0.23778815149910967,0.20735199829023296,13014,-0.5125366957023918,-0.5562727078435563 +13105,GA,Elbert,4666.53397186186,58.27758290011494,0.23140602855607753,1144.56610520551,0.056757220331523854,6,0.308673732,28,1.46267565167424,11,0.565901842,779,58284,992.5,3179,2507,8139,7912,0.39058852438874553,0.3168604651162791,2762,-0.20616783388622678,-0.3490899898887765 +13107,GA,Emanuel,5925.42251460223,-10.832990255163645,0.26221004135774095,1449.55570154424,0.06414530938774406,3,0.131839156,37.3333333333333,1.64936308077461,12,0.527356625,835,68226,1090.9,2919,2433,8060,7838,0.3621588089330025,0.31041081908650164,2897,-0.26885856079404463,-0.36960959428425616 +13109,GA,Evans,868.18716731132,42.15085014687748,0.0789261061192109,243.85529332771,0.022168663029791823,3,0.275279868,23.5833333333333,2.21024679787566,5,0.45879978,377,32442,1068.7,1266,1130,3560,3602,0.3556179775280899,0.31371460299833426,1274,-0.2811797752808989,-0.3536923931149361 +13111,GA,Fannin,262.397710092461,823.0816897814442,0.011080048563992105,45.4524193313915,0.0019192812824673383,9,0.378899507,18.4166666666667,0.739625167336011,20,0.841998905,983,71735,884.4,2027,1920,10007,11764,0.20255820925352253,0.16320979258755525,7702,-0.582192465274308,-0.6547092825569534 +13113,GA,Fayette,35537.3025841888,-17.21055735083184,0.3334738013098689,9328.62083974307,0.08753761333004645,17,0.155018967,61.0833333333333,0.547209307186732,95,0.866282463,2539,328657,671.7,19703,23255,58473,60387,0.3369589383134096,0.3850994419328663,11779,-0.31370034032801464,-0.19505853908953913 +13115,GA,Floyd,19666.0533490897,-10.632402490397645,0.2041805013558323,4515.49160513742,0.04688156405553974,19,0.197786869,115.25,1.1935584092792,75,0.780737641,3147,288604,919.2,9595,9127,32685,34250,0.2935597368823619,0.26648175182481754,14918,-0.39899036255162923,-0.4355620437956204 +13117,GA,Forsyth,46512.3625556452,-9.624286047050276,0.2650110964876572,14425.9628644634,0.08219406683605814,36,0.176209729,109.75,0.496586111877797,130,0.636312909,3005,611211,631.1,14544,23427,81598,97314,0.17823966273683178,0.24073617362352795,46374,-0.6288021765239344,-0.47653986065725384 +13119,GA,Franklin,197.749835371971,-72.33710087669145,0.008954439203584992,49.2405785024166,0.0022296947338533144,5,0.224577794,34.4166666666667,1.54196535244922,15,0.673733381,884,66625,1032.2,1499,1243,7757,8474,0.19324481113832667,0.14668397451026668,5811,-0.5946886682996003,-0.6857446306348831 +13121,GA,Fulton,215972.953155202,8.282302232478319,0.23460505176100963,58074.2447393629,0.06308433993245885,204,0.204753698,674.583333333333,0.659200236611761,1147,1.151237706,19416,2991465,737.1,248479,281875,386845,407173,0.6423218601765565,0.6922733088883595,171503,0.29635125179335386,0.4212042547025466 +13123,GA,Gilmer,1758.34912126438,66.1535425498323,0.062150046700988976,391.014968166546,0.01382069023634052,7,0.242811058,26.4166666666667,0.88846287514434,21,0.728433175,862,86873,732,1955,1955,11008,12713,0.17759811046511628,0.15377959568945174,8510,-0.6327216569767442,-0.6693935341776135 +13125,GA,Glascock,2147.1099515887,-0.842455598215224,0.6966612432150227,550.178500132435,0.17851346532525472,1,0.327546675,3.33333333333333,1.10889332446219,0,0,113,9190,986.7,176,138,1333,1390,0.13203300825206302,0.09928057553956834,1097,-0.7194298574643662,-0.7892086330935252 +13127,GA,Glynn,21075.6584008721,-3.6067107219845322,0.26468312361379576,4619.96880992878,0.05802085763354658,20,0.243383024,103.666666666667,1.22679542101568,90,1.095223608,2454,247514,799,11922,11738,33054,34041,0.3606825195135233,0.344819482388884,9744,-0.2701942276275186,-0.28624305983960513 +13129,GA,Gordon,8191.95058314043,15.375945948007638,0.14844255034139872,2341.5067174541,0.04242936102370347,11,0.19626385,73.8333333333333,1.29750691222644,35,0.624475886,1509,168254,907,3436,3176,16857,18850,0.20383223586640564,0.16848806366047744,11995,-0.5776828617191672,-0.6363395225464191 +13131,GA,Grady,2708.21485281942,2.818467172241622,0.10828095049455917,656.570455942349,0.026251267679914796,5,0.197168658,28.4166666666667,1.14546382887241,16,0.630939706,772,75707,873.9,3419,3005,9391,9187,0.3640719838142903,0.3270926308914771,3042,-0.26653178575231606,-0.33112006095569824 +13133,GA,Greene,600.763917560979,-0.5331261339474493,0.037561830534011444,127.452929710806,0.007968796405577466,6,0.363856883,28.0833333333333,1.65166931325844,7,0.424499697,584,49446,800.7,3195,3194,8313,8831,0.38433778419343195,0.3616804438908391,2294,-0.2251894622879827,-0.25976673083456003 +13135,GA,Gwinnett,238353.748639251,-8.58327693173586,0.295973591448939,68657.4444904144,0.08525475492432757,145,0.165162737,548,0.60409972054876,673,0.766582908,11739,2631620,655.5,131879,165063,295560,323931,0.44620043307619434,0.5095622215842263,18600,-0.09366626065773448,0.0574196356631505 +13137,GA,Habersham,7764.31422893915,-14.530367303375987,0.18039344413324854,1799.46336436983,0.04180812166004112,6,0.137136588,56.4166666666667,1.27506817942112,30,0.68568294,1275,131049,802.8,2297,2483,14600,16128,0.15732876712328767,0.15395585317460317,10701,-0.6747260273972603,-0.6635044642857143 +13139,GA,Hall,48466.8521886444,-5.652283336604571,0.2697338226477839,13134.8546627194,0.07309974545713252,34,0.178233496,177.75,0.903949917868967,111,0.581879944,4230,571648,728.4,12489,16153,59241,70133,0.2108168329366486,0.2303195357392383,35528,-0.564288246315896,-0.5065803544693654 +13141,GA,Hancock,2161.80750509955,-6.1212904262303125,0.2292721927139198,264.526277814127,0.02805454213746177,2,0.235045246,13.5833333333333,1.57214506172839,7,0.822658362,280,25983,784,3301,2695,4076,3572,0.8098626104023553,0.7544792833146696,1854,0.622423945044161,0.519036954087346 +13143,GA,Haralson,1492.03171794254,35.77053301900236,0.05184265871933773,419.044637859634,0.014560272337026893,4,0.139659928,32.75,1.12767715722058,19,0.663384658,1013,85932,1044.8,1787,1474,10362,11317,0.17245705462265973,0.1302465317663692,8105,-0.641961011387763,-0.716179199434479 +13145,GA,Harris,198.054701785033,-5.293503470234344,0.006184571002530382,58.4576296621017,0.00182543185305089,5,0.152086629,23.75,0.7057530013075,8,0.243338606,764,98912,676.8,4141,4082,15479,16392,0.26752374184378835,0.2490239141044412,7849,-0.4555849861102138,-0.47883113714006836 +13147,GA,Hart,3072.14240657398,269.2070554290176,0.12184755509356206,737.478453885599,0.029249928762368583,4,0.157623044,23.3333333333333,0.913134791740044,12,0.472869133,847,76456,811,2869,2583,9501,10077,0.301968213872224,0.25632628758559095,4702,-0.3838543311230396,-0.4666071251364493 +13149,GA,Heard,757.33018183969,79.94856317330358,0.06399612826091684,199.667110982533,0.01687232643083767,1,0.086184607,6.25,0.544093322886742,4,0.34473843,367,34711,922,947,743,4162,4206,0.22753483901970206,0.17665240133143129,2627,-0.5305141758769822,-0.6245839277223015 +13151,GA,Henry,67872.6963615127,-3.9386598859002184,0.3328365569262399,19140.2837441632,0.09386080827062897,26,0.121569746,163.916666666667,0.739135793562041,152,0.710715438,4207,642164,838.6,43374,49902,90469,98037,0.47943494456664715,0.5090119036690229,4261,-0.03233151687318303,0.04346318226791929 +13153,GA,Houston,51794.9048753804,2.2117943027574527,0.3702280548633338,14027.9430601018,0.10027121558328662,14,0.093889787,157.75,1.03699662113304,125,0.83830166800000006,3205,447325,792.4,22643,22460,57912,59559,0.39098977759359027,0.3771050554911936,12891,-0.20700372979693332,-0.21644084017528836 +13155,GA,Irwin,710.056613856433,4.739266731401907,0.07444502137307958,132.685686794285,0.01391126932210998,1,0.109841828,9,0.955211207811505,4,0.439367311,316,27741,871.9,1134,890,3683,3659,0.307901167526473,0.24323585679147308,1821,-0.3760521314146076,-0.49767696091828373 +13157,GA,Jackson,2606.89004968246,346.04455111404985,0.04309977762556766,686.077711848018,0.011342939767678235,6,0.096977534,62.5,0.967267662307514,34,0.549539357,1737,186124,985.1,4236,4469,23670,27057,0.17896070975918885,0.1651698266622316,17285,-0.62889733840304185,-0.6388365302879108 +13159,GA,Jasper,3165.39966908527,245.4047917672741,0.22772659489822086,780.953360863204,0.056183695026129785,3,0.22334723,9.66666666666667,0.70797324349397,3,0.22334723,405,40605,921.5,1839,1544,6010,6016,0.3059900166389351,0.2566489361702128,2809,-0.37970049916805326,-0.4669215425531915 +13161,GA,Jeff Davis,1843.84142751173,-3.455845421952202,0.12236802677938213,503.893533817458,0.033441301686850146,4,0.26919712,21.9166666666667,1.47319127960386,8,0.538394239,516,44748,1134.2,1271,901,5330,5089,0.23846153846153847,0.17704853605816467,3201,-0.5108818011257035,-0.6290037335429357 +13163,GA,Jefferson,616.66325276448,83.45704810526834,0.03642429136234377,163.232703106627,0.009641624518997461,6,0.368731563,25.5833333333333,1.60739716846779,11,0.676007866,657,48669,1061.8,4238,3809,7268,6934,0.5831040176114475,0.5493221805595616,752,0.17143643368189326,0.10845111047014716 +13165,GA,Jenkins,340.970745715516,-67.01510618404636,0.04088378245989401,75.1125730029753,0.009006303717383129,1,0.109589041,13.5833333333333,1.53501337250913,6,0.657534247,297,27348,935.5,1487,1108,3386,3034,0.43916125221500296,0.3651944627554384,784,-0.11724748966331949,-0.2584047462096242 +13167,GA,Johnson,885.749846380491,-59.54003080101211,0.08875248961728367,221.392346717032,0.02218360187545411,2,0.206164313,12,1.26249342451341,6,0.618492939,272,29150,789.9,1305,1136,3772,3682,0.34597030752916225,0.3085279739272135,1383,-0.30090137857900323,-0.3756110809342748 +13169,GA,Jones,2131.35336376658,9.732841635140348,0.07434348473147233,535.019557474438,0.018661953938903974,2,0.069475805,20.3333333333333,0.710384422783542,7,0.243165318,658,86026,700.1,4272,3960,12099,12524,0.3530870319861146,0.316192909613542,4344,-0.28663525911232335,-0.346854040242734 +13171,GA,Lamar,1163.95543792748,14.551199053930919,0.06354509133195829,285.046776361418,0.015561870194978324,4,0.219695721,18.25,0.988142292490119,8,0.439391443,621,54352,1005.7,2602,2267,7589,7575,0.34286467255237846,0.2992739273927393,2916,-0.30227961523257346,-0.38495049504950496 +13173,GA,Lanier,399.314532138134,-19.927789844661177,0.039622398505470724,112.956916340741,0.011208267150301744,1,0.096404126,12.5833333333333,1.21005224861365,4,0.385616504,257,31098,895.7,1108,805,2958,2861,0.3745774171737661,0.28137015029709894,1179,-0.237998647734956,-0.41209367354071996 +13175,GA,Laurens,4789.90557327193,-0.021872590864844083,0.09889551912441527,1304.58041610592,0.026935219393523554,9,0.188083844,80.1666666666667,1.68715099475264,39,0.815029989,1610,143429,927.2,7508,6737,19591,19448,0.3832372007554489,0.34641094199917727,5664,-0.22658363534275944,-0.29123817359111476 +13177,GA,Lee,4297.96158767969,-20.514937329840237,0.1518821679157428,1231.52578123687,0.04351988766827585,6,0.205542804,30.3333333333333,1.03396166388292,13,0.445342743,587,87407,834.3,3187,3166,13607,14106,0.23421768207540236,0.22444349922019,7475,-0.523480561475711,-0.5299163476534807 +13179,GA,Liberty,27023.6325096935,8.95572671375914,0.42588423730467434,8537.95809597725,0.1345556253601445,6,0.092027363,70.25,1.12274252836823,43,0.659529433,967,191628,805.1,10427,9531,16132,16082,0.6463550706669973,0.5926501678895659,3406,0.30182246466650137,0.21178957841064538 +13181,GA,Lincoln,358.530907249446,-19.757116350711527,0.04483878279757954,46.9294673025489,0.005869117971804515,1,0.13119916,7,0.894225855901891,3,0.393597481,260,22973,830.7,1586,1271,4425,4100,0.3584180790960452,0.31,1488,-0.2757062146892656,-0.36292682926829273 +13183,GA,Long,1522.47313687083,0.32250358480523267,0.105259481254897,436.010076458652,0.030144501967550606,1,0.0584351,8,0.433910072137549,3,0.175305323,289,51535,789.7,1434,1356,3786,4109,0.3787638668779715,0.33000730104648335,1267,-0.22873745377707344,-0.3083475298126065 +13185,GA,Lowndes,26897.5997419599,17.215775238993153,0.24624060258310126,7089.75275830025,0.06490486170205204,13,0.114514239,133.666666666667,1.16609089111445,109,0.960157853,2505,339326,862.7,17118,14614,38610,36813,0.4433566433566434,0.39697932795479857,6694,-0.10510230510230512,-0.1818379376850569 +13187,GA,Lumpkin,352.531033670646,-4.631436114555553,0.011764367405414337,75.2358487891834,0.002510707094346369,3,0.096227868,21,0.667832723803466,27,0.866050808,767,93421,784.4,2049,2216,10878,12324,0.18836183121897407,0.1798117494320026,7397,-0.6052583195440339,-0.600210970464135 +13189,GA,McDuffie,1924.4101567174,-6.718131115576963,0.08797303573565257,568.491923796505,0.025988202230697373,4,0.187178287,28.5833333333333,1.33007600434311,15,0.701918577,681,64624,940.8,4041,3699,9585,9268,0.4215962441314554,0.3991152352179543,1733,-0.14960876369327075,-0.18698748381527835 +13191,GA,McIntosh,1211.65435753902,-3.7368772290767613,0.08453599089785949,232.200350934281,0.016200401237304193,2,0.140706346,15.75,1.13089681912831,10,0.703531729,392,41976,649,2860,2298,6333,5893,0.4516027159324175,0.3899541829288987,1184,-0.08605716090320537,-0.20091634142202608 +13193,GA,Macon,2530.80362231372,-1.5237370387568883,0.17169631087610038,277.23003185766,0.01880800758871506,4,0.290023202,21.4166666666667,1.59231722428748,7,0.507540603,443,41444,991.1,3211,2705,4781,4287,0.671616816565572,0.6309773734546302,1165,0.3484626647144949,0.271751807790996 +13195,GA,Madison,814.255246056158,1.7966045698420217,0.02895644545007671,181.795368126622,0.006464984641771764,4,0.141282848,33.0833333333333,1.14777037653807,10,0.353207121,873,85005,936,2486,2423,11079,11945,0.2243884827150465,0.20284637923817497,6772,-0.53750338478202,-0.5669317706153203 +13197,GA,Marion,4.88743107067421,-99.9396082716682,5.590747049501498e-4,1.13742980593815,1.3011093639191834e-4,2,0.227350233,9.91666666666667,1.16338182386986,4,0.454700466,222,26218,738,1411,1213,3167,3183,0.44553204925797285,0.3810870248193528,708,-0.10104199557941274,-0.22243166823751176 +13199,GA,Meriwether,980.755135542255,205.19489595796392,0.044595995613962124,241.130832362578,0.010964479463558476,8,0.377394094,27.25,1.29306254152036,10,0.471742617,757,63573,940.9,4328,3800,9259,9181,0.4674370882384707,0.4138982681625095,1416,-0.056917593692623336,-0.1542315651889773 +13201,GA,Miller,191.031015006823,-14.719190859431352,0.0311887371439711,37.0009266452823,0.006040967615556294,2,0.335683115,9.58333333333333,1.61716728540893,1,0.167841558,256,17659,1013,848,622,2770,2540,0.3061371841155235,0.24488188976377953,1266,-0.38122743682310467,-0.49842519685039366 +13205,GA,Mitchell,2991.66038023321,-37.60892172799933,0.12731553239565963,376.97585161121,0.016042890952898542,8,0.351324053,32.0833333333333,1.42852902325719,15,0.658732598,720,68378,923.3,4081,3492,8273,7857,0.4932914299528587,0.4444444444444444,780,-0.008703009790886007,-0.099274532264223 +13207,GA,Monroe,2302.01591071108,-18.55516729027315,0.08711837385373448,432.58495138655,0.016370910966793446,3,0.11090163,27.4166666666667,1.00405283332113,13,0.480573731,758,81158,765.1,3779,3570,12259,12675,0.30826331674687985,0.2816568047337278,5251,-0.3730320580797781,-0.4142800788954636 +13209,GA,Montgomery,1222.66626018566,13.69725484002248,0.13402019732386933,271.334180051221,0.02974177135275907,1,0.111222333,13.6666666666667,1.50846210448859,4,0.444889334,250,26887,920,1135,847,3831,3560,0.2962672931349517,0.23792134831460673,1821,-0.39859044635865315,-0.5115168539325843 +13211,GA,Morgan,3025.57471361296,-15.21993333806354,0.16932923178939782,752.166251427053,0.042095715884657096,2,0.111383382,21.8333333333333,1.20161438268208,15,0.835375362,567,53761,833.5,2751,2658,9016,9435,0.3051242236024845,0.28171701112877584,3901,-0.3801020408163265,-0.41346051934287226 +13213,GA,Murray,5366.60346763986,-5.304621797546482,0.13542453486524328,1455.29827052374,0.03672398986887403,4,0.101497082,54.3333333333333,1.38200008478528,25,0.634356762,1074,118198,948.6,2542,1799,11209,12422,0.22678205013828173,0.14482369988729674,8541,-0.526095102150058,-0.6875704395427468 +13215,GA,Muscogee,54150.9912143008,-13.30905673893211,0.2851778245480201,14593.3478357636,0.07685361053144588,39,0.194138994,207.75,1.05197863128845,195,0.970694968,5529,605873,936.3,42458,39602,70410,68320,0.6030109359465985,0.5796545667447307,12701,0.21288169294134357,0.18590456674473071 +13217,GA,Newton,25321.7552640477,-0.9189961595983223,0.25332394869893055,7462.24149861892,0.07465376956940835,19,0.183265011,89,0.831783474611912,59,0.569086086,2505,311624,895.7,21844,21936,43216,43787,0.5054609403924473,0.5009706077146185,1029,0.020015734912995187,0.023500125608057254 +13219,GA,Oconee,9964.43710835707,2.6040903955509584,0.3037197362947168,2733.5410411738,0.08331934409820166,6,0.170974268,20.9166666666667,0.567801364533,33,0.940358476,640,105200,620.1,4140,5253,16643,19030,0.24875322958601215,0.27603783499737256,7632,-0.485609565583128,-0.401050972149238 +13221,GA,Oglethorpe,645.210840997122,-4.211005933012581,0.04330564742580858,119.803017645951,0.0080410106480939,1,0.068152389,8.41666666666667,0.564081942675871,4,0.272609555,401,44058,744.5,1913,1829,6258,6650,0.3056887184403963,0.2750375939849624,2793,-0.3734419942473634,-0.42000000000000004 +13223,GA,Paulding,35114.4179152128,3.2307218737934087,0.24672169075639241,10637.0591601302,0.07473833759682275,15,0.100679925,81.8333333333333,0.525161773356864,63,0.422855685,2403,448230,746.2,15779,18004,57254,64601,0.2755964648758165,0.27869537623256607,26642,-0.4365109861319733,-0.41240847664896824 +13225,GA,Peach,5366.05950109803,-8.694733161028894,0.19375553352944683,1332.45848176577,0.04811187874221954,4,0.148577372,31.75,1.19114612643031,19,0.705742515,864,80409,1081.6,6141,5083,11499,10699,0.5340464388207671,0.47509113001215064,322,0.07487607618053749,-0.030096270679502823 +13227,GA,Pickens,1654.30005513708,-8.757854957479998,0.05620944090031192,438.194501602586,0.01488887572976066,5,0.166683335,26.3333333333333,0.854090987718388,14,0.466713338,917,89889,808.3,1975,1977,12673,13982,0.15584313106604591,0.14139608067515377,9674,-0.6763986427838713,-0.6918895723072522 +13229,GA,Pierce,2206.09914353856,-3.1296678328809437,0.11760844138706472,552.376623870993,0.029447522330258664,4,0.210626086,25.4166666666667,1.32578721332568,13,0.68453478,601,57086,951.8,1124,903,6845,7297,0.1642074506939372,0.12374948609017404,5398,-0.6635500365230095,-0.7397560641359463 +13231,GA,Pike,5.07830686408852,NA,2.841964779276132e-4,1.43694275108282,8.041539823620907e-5,2,0.112460639,11.5,0.640989911376178,4,0.224921278,509,53487,909.9,1355,1239,8099,8675,0.1673046055068527,0.1428242074927954,6034,-0.6550191381652056,-0.6955619596541787 +13233,GA,Polk,4894.50245786524,3.363909360152922,0.11801090917095214,1305.39039411414,0.031474150551275226,8,0.194491041,61.75,1.47812140942168,29,0.705030025,1417,123683,1067.2,3608,2863,13580,14158,0.26568483063328424,0.20221782737674812,8143,-0.45581737849779086,-0.5751518576070067 +13235,GA,Pulaski,1212.12968028652,0,0.10092670110628807,291.642488306415,0.024283304605030386,2,0.174170513,16,1.42209581370545,11,0.957937821,338,34403,737.9,1219,1104,3681,3598,0.33116001086661234,0.3068371317398555,1332,-0.3327900027166531,-0.3702056698165648 +13237,GA,Putnam,637.477900156751,-13.951326472773683,0.030044203042546472,131.422323720839,0.00619390723540574,4,0.188750472,30,1.39684313451599,7,0.330313326,724,63821,854.4,2917,2745,9205,9431,0.31689299293862033,0.29106139327748914,3771,-0.3577403585008147,-0.3998515533877638 +13239,GA,Quitman,878.522977588357,0.7472922818790457,0.3495913161911488,189.838756743819,0.07554268075758815,1,0.431965443,2,0.856531049250535,0,0,81,6972,767.5,612,461,1128,1044,0.5425531914893617,0.44157088122605365,114,0.09042553191489355,-0.10919540229885055 +13241,GA,Rabun,96.0157151910637,-17.112631324853144,0.005899220643343801,16.2023929384184,9.95477570559007e-4,3,0.184694946,16.3333333333333,0.986371962880206,17,1.046604691,630,48737,812.3,1558,1443,7438,7949,0.20946490992202205,0.18153226820983773,4844,-0.5639956977682172,-0.6093848282802868 +13243,GA,Randolph,1856.19909561412,294.22029218508834,0.2404714465104444,362.603384531716,0.04697543522887887,1,0.136742787,14,1.95067576982026,4,0.546971147,270,21684,860.1,1749,1597,3015,2895,0.5800995024875621,0.5516407599309153,327,0.16583747927031506,0.11295336787564764 +13245,GA,Richmond,78927.4411939859,17.262931607004916,0.3935568923005645,20129.2200732078,0.10037058311538727,32,0.158913035,217,1.07613800354084,158,0.78463311,5971,604098,1002.8,52461,48707,78865,74952,0.6652000253597921,0.6498425659088484,24266,0.33779243010207316,0.32375386914291815 +13247,GA,Rockdale,35030.2915607095,-12.103111060999392,0.4110812833504605,9623.42294800869,0.11293109133378737,18,0.205118855,80.75,0.903698729785686,72,0.82047542,1933,263296,773.9,21878,23206,37879,37589,0.5775759655745928,0.6173614621298784,9743,0.1638638823622588,0.2591981696772992 +13249,GA,Schley,27.7556931857907,-37.432019606801994,0.005540058520117904,5.98176879622042,0.0011939658275889062,1,0.193685842,2.5,0.490388387602982,2,0.387371683,120,15368,732.2,448,401,1748,1909,0.2562929061784897,0.21005762179151388,1071,-0.4794050343249428,-0.5610267155578837 +13251,GA,Screven,3023.79701714128,-3.4208839964557014,0.20720873138773932,820.229056941043,0.056207020964917635,3,0.212992545,21.6666666666667,1.54277034083357,5,0.354987575,530,42440,1015,2769,2300,6093,5699,0.4544559330379124,0.40357957536409894,1005,-0.08468734613490886,-0.17634672749605196 +13253,GA,Seminole,489.748076230168,-23.550941236249642,0.05610586278269768,102.379972169874,0.011728717169191659,6,0.690766751,11.6666666666667,1.37773578963943,4,0.460511167,366,26173,987.3,1475,1186,3765,3577,0.39176626826029215,0.33156276209113783,1157,-0.2042496679946879,-0.3234554095610847 +13255,GA,Spalding,10011.4984113554,-8.286775970164078,0.15625143838052533,2673.26680303717,0.04172220440805285,11,0.171907233,70.3333333333333,1.08529045664496,54,0.843908233,2196,191549,1006.3,9884,9347,25057,25940,0.39446062976413776,0.360331534309946,6289,-0.20022349044179277,-0.2424441017733231 +13257,GA,Stephens,3479.17051409191,29.348437669274947,0.13291959939224107,789.796730433132,0.030173705078629688,4,0.156985871,30.1666666666667,1.17147554140292,15,0.588697017,1002,76638,1070.2,2123,1835,9467,9760,0.22425266715960707,0.1880122950819672,5847,-0.537023344248442,-0.599077868852459 +13259,GA,Stewart,595.120378050023,-42.46610742403528,0.09823710433311703,110.172028967182,0.01818620484766953,1,0.174094708,7.08333333333333,1.24160093485247,0,0,207,17161,952.1,1307,1220,2055,2053,0.6360097323600973,0.5942523136872869,415,0.27591240875912404,0.20214320506575745 +13261,GA,Sumter,7063.75147726198,-4.8917459048148775,0.21523359874651818,1667.93858527517,0.05082234636263048,6,0.192110656,47.6666666666667,1.56855002358309,21,0.672387295,978,93391,947.3,6370,5520,11820,10973,0.538917089678511,0.5030529481454479,245,0.08443316412859564,0.02232753121297726 +13263,GA,Talbot,1512.30142435491,394.4852686567787,0.22029154032846468,329.537693497702,0.04800257734853634,1,0.156494523,5.83333333333333,0.945281693944795,1,0.156494523,238,19151,964.6,2264,2001,3490,3243,0.6487106017191977,0.6170212765957447,805,0.30429799426934095,0.24822695035460995 +13265,GA,Taliaferro,1172.41914030211,-0.9518916944708362,0.6828300176482878,204.975989282319,0.11938030825994118,0,0,2.58333333333333,1.62167817535049,0,0,78,5021,941,636,545,961,897,0.6618106139438086,0.6075808249721293,196,0.3277835587929241,0.2185061315496098 +13267,GA,Tattnall,998.343608665851,4.603218607738697,0.03912004736151454,228.630808779529,0.008958887491360853,4,0.158579131,33.1666666666667,1.32180243371061,6,0.237868696,721,75919,1022.1,1894,1678,6658,6879,0.2844698107539802,0.2439308038959151,3414,-0.4217482727545809,-0.49629306585259486 +13269,GA,Taylor,410.318552837287,-37.145151181767396,0.04607214830870054,31.521282593475,0.0035393310794380197,2,0.236910685,13,1.57920310981535,6,0.710732054,304,25167,939.5,1571,1295,3537,3402,0.44416171897087925,0.38065843621399176,767,-0.10658750353406848,-0.22545561434450323 +13271,GA,Telfair,379.469583848265,-72.29601750846604,0.022998156596864546,88.99077426245,0.005393380258330302,4,0.242160068,22.9166666666667,1.43543167345234,7,0.423780119,446,49443,748.7,1804,1313,4334,3794,0.41624365482233505,0.3460727464417501,1136,-0.15574526995846794,-0.29942013705851345 +13273,GA,Terrell,629.597103313037,441.8959350617461,0.06758959777917735,174.044473266402,0.018684323485389374,6,0.657030223,12.5833333333333,1.4032935578603,6,0.657030223,319,27450,942,2544,2267,4398,4179,0.5784447476125512,0.5424742761426179,395,0.1614370168258299,0.09452022014836092 +13275,GA,Thomas,12238.4570098702,1.6226248694238343,0.2736685377877952,3181.6279357057,0.0711455262903779,7,0.155697413,69.5833333333333,1.53782119283357,37,0.822972041,1496,134946,879.4,7651,7138,18943,18730,0.4038958982209787,0.3810998398291511,4087,-0.18487040067571137,-0.21820608649225848 +13277,GA,Tift,3447.28561928778,-12.21580211146351,0.08592865096185703,884.122671360965,0.02203805452318074,9,0.221108491,77.1666666666667,1.89004278109794,39,0.958136792,1213,121599,941.7,4640,3892,13893,12796,0.3339811415820917,0.3041575492341357,4788,-0.3261354639026848,-0.37417943107221 +13279,GA,Toombs,4932.81450471415,8.66167307356405,0.1812002536353139,1388.72571855198,0.05101295663784226,5,0.183271021,40.1666666666667,1.47693288228661,26,0.95300931,952,81670,1050.3,2740,2338,9333,9108,0.2935819136397729,0.2566974088713219,4274,-0.40490731811850417,-0.4692577953447518 +13281,GA,Towns,1.41620071267243,27.83886038860146,1.35249805431423e-4,0,0,3,0.270318976,16,1.40461768062505,7,0.630744278,479,33017,736.1,1265,1206,6159,6726,0.2053904854684202,0.1793041926851026,4171,-0.5794771878551713,-0.620130835563485 +13283,GA,Treutlen,394.385812852891,-61.04286326339556,0.057281890029468555,73.2852938512517,0.010644196637799797,1,0.147536146,11.8333333333333,1.78293405655165,3,0.442608439,199,20238,852.5,1068,860,2738,2700,0.39006574141709277,0.31851851851851853,948,-0.2111029948867787,-0.35111111111111104 +13285,GA,Troup,10880.9952879678,10.335107168342804,0.1622963320799445,3015.810968303,0.044982563216738256,14,0.201528739,85.0833333333333,1.21538937694927,53,0.762930228,2017,208209,909.3,10545,9597,25975,25793,0.40596727622714146,0.3720776954987787,6046,-0.17805582290664101,-0.2344046834412437 +13287,GA,Turner,527.849103967458,-27.0540722483336,0.05910964210161903,128.737644569303,0.01441630958222878,1,0.122654238,18.8333333333333,2.34537152345372,8,0.981233902,366,24466,1165.9,1508,1243,3556,3390,0.42407199100112486,0.36666666666666664,851,-0.14595050618672661,-0.25103244837758115 +13289,GA,Twiggs,14.9415840977163,-84.67993940832136,0.0016559441535760058,4.82642388297245,5.349023476640197e-4,0,0,12.25,1.49920450373271,1,0.120192308,341,25228,1066.5,2269,1970,4199,4053,0.540366753989045,0.48605970885763633,64,0.08668730650154799,-0.015790772267456232 +13291,GA,Union,296.71125361044,3931.9194542925907,0.013893578086272708,43.7489857432083,0.002048557114778437,4,0.181950509,22.75,0.992236566643405,18,0.818777293,914,65795,747.4,2137,1962,11072,12039,0.1930093930635838,0.16297034637428356,7887,-0.5991690751445087,-0.6551208572140543 +13293,GA,Upson,6800.65830248109,37.95751381060763,0.2504569772209734,1640.91588844025,0.06043221332597687,8,0.304692261,46.5,1.76571103094741,18,0.685557587,1094,79106,1097.9,3955,3471,11257,10924,0.3513369459003287,0.3177407543024533,3817,-0.2908412543306387,-0.3494141340168436 +13295,GA,Walker,17529.7614805068,0.3598382214391693,0.25495609809335623,4228.9917569419,0.06150723946916488,8,0.117271101,64.9166666666667,0.956119162640902,23,0.337154417,2507,204622,1020.2,5269,4213,21879,23939,0.240824534942182,0.17598897197042482,14725,-0.5016682663741487,-0.6151050586908392 +13297,GA,Walton,14141.2544187553,-8.591459507001996,0.16881451650696327,4011.4404919106,0.04788750467852401,9,0.102722137,76.0833333333333,0.843645583843402,50,0.570678537,2429,261768,895,8139,8279,37570,40425,0.21663561352142666,0.20479901051329621,22814,-0.5557359595421879,-0.5643537414965987 +13299,GA,Ware,14253.1927852367,4.723394663684988,0.39252018024996427,2968.56858888753,0.0817517236419787,5,0.140785584,58.8333333333333,1.64624022982073,29,0.816556385,1327,106607,1015.5,3892,3436,11923,12150,0.3264279124381448,0.282798353909465,5072,-0.3389247672565629,-0.4174485596707819 +13301,GA,Warren,121.809121800035,40.88416070921813,0.02087917754542938,24.7486841347072,0.0042421467491784715,1,0.18115942,8.41666666666667,1.54661276491486,1,0.18115942,248,16531,1080,1525,1313,2522,2332,0.6046788263283108,0.5630360205831904,322,0.2121332275971451,0.1380789022298456 +13303,GA,Washington,5328.82391549535,-5.4408649070396695,0.251513848845771,875.237125096166,0.04131010171785368,2,0.096922704,25.5,1.24651708461651,12,0.581536225,642,62064,851,4705,4187,8796,8422,0.5349022282855843,0.49715032058893377,49,0.07639836289222368,0.00581809546426032 +13305,GA,Wayne,8632.81645668352,1.406019752051318,0.28681406215101896,2257.55006656928,0.07500415517356988,2,0.066780193,33.5833333333333,1.11557711046151,21,0.701192026,965,89537,1004.2,2594,2039,10258,10376,0.2528758042503412,0.19651117964533538,6108,-0.48342756872684733,-0.5886661526599846 +13307,GA,Webster,49.9475432565214,-10.76867641168488,0.017844781442129833,14.4035329174367,0.005145956740777671,1,0.377500944,1,0.384763370527126,0,0,55,8006,487.2,573,471,1175,1114,0.4876595744680851,0.4228007181328546,159,-0.021276595744680826,-0.14272890484739675 +13309,GA,Wheeler,366.362583346453,2953.4910480081576,0.0493683578151803,83.0573455913836,0.011192203960569127,1,0.125078174,5,0.62672348959639,1,0.125078174,205,23820,828,772,646,2160,2102,0.3574074074074074,0.3073263558515699,775,-0.275,-0.36869647954329215 +13311,GA,White,NA,NA,NA,NA,NA,3,0.107257776,20.5,0.709735493698934,22,0.786557025,826,84015,734.4,1670,1672,10471,11771,0.15948811001814536,0.14204400645654575,8079,-0.6663164931716169,-0.6863478039249002 +13313,GA,Whitfield,23220.2973081828,-16.150950679286005,0.2263208930709149,7016.87595756593,0.06839127045649498,22,0.212474165,126.833333333333,1.21268329684129,82,0.791949161,2459,310938,816.2,7193,7925,26828,30362,0.26811540181899507,0.26101706079968384,13589,-0.45090949753988374,-0.4475660364929846 +13315,GA,Wilcox,72.8075308794068,6.0082107695937825,0.007866832077731692,17.2691283620516,0.0018659241882281576,0,0,14.25,1.62652665220865,2,0.226065333,326,26661,987.5,1059,852,3124,2973,0.33898847631241996,0.2865792129162462,1244,-0.31722151088348277,-0.4184325597040027 +13317,GA,Wilkes,1963.79833873839,-39.398324055071654,0.18538641921442367,432.326756732975,0.04081249473548334,3,0.301810865,16.6666666666667,1.69981302056774,4,0.402414487,413,29715,933.4,2080,1844,4746,4470,0.4382638010956595,0.41252796420581656,725,-0.1154656552886642,-0.16219239373601785 +13319,GA,Wilkinson,2076.77708428276,2.7954423843587004,0.21716794774472026,406.269623309749,0.04248349088254199,4,0.428908428,16.1666666666667,1.77577621558289,1,0.107227107,358,27922,1002.3,2180,1893,4448,4276,0.49010791366906475,0.44270346117867165,439,-0.014613309352517978,-0.10266604303087001 +13321,GA,Worth,1699.91743770702,-30.620548618192423,0.07841309274906684,434.716685871374,0.0200524325785956,2,0.095510984,20.9166666666667,1.00812929760298,7,0.334288443,616,62703,810.5,2486,2015,8410,8266,0.29560047562425684,0.2437696588434551,4129,-0.4016646848989298,-0.4995160900072586 +15001,HI,Hawaii,72139.1764588419,4.7792688184917145,0.389775049891354,16542.1504129848,0.08937886206962864,45,0.231731809,163.916666666667,0.82598887707505,145,0.746691385,4748,581668,633.2,46670,41258,62653,64865,0.7448964933841955,0.6360595082093579,23758,0.5128086444384148,0.36626840360749247 +15003,HI,Honolulu,220465.177770797,16.629458283464423,0.2312878291607143,57720.1783538997,0.06055366604934678,190,0.191573199,578.416666666667,0.582725924881163,917,0.924592756,22514,2977598,581,201803,175634,292925,285683,0.6889237859520355,0.6147863191019417,85338,0.39104890330289327,0.29871570937017605 +15005,HI,Kalawao,0,0,0,0,0,0,0,NA,NA,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +15007,HI,Kauai,26305.4345165036,-6.735942003593458,0.39208589105101427,6190.79728292814,0.09227463121623079,22,0.312167435,46.25,0.642102486498494,64,0.908123448,1645,212110,569.5,18638,16456,25369,26335,0.7346761795892625,0.6248718435542054,8882,0.49339745358508413,0.33726979305107274 +15009,HI,Maui,46070.1930063933,-17.36982093290328,0.2975457135150762,10679.0031821393,0.06897066007556028,41,0.251504426,120.416666666667,0.728094679517412,123,0.754513278,3417,488982,592.2,35979,33479,48547,51942,0.7411168558304324,0.6445458395903123,20034,0.5026469194800915,0.3856994339840592 +16001,ID,Ada,67383.0628447504,-6.260943697250676,0.17173566155174494,18207.0023165752,0.04640322739432722,42,0.098536961,225,0.506724801138667,307,0.720258261,8311,1277497,662,77043,75676,180361,195587,0.4271599736084852,0.38691733090645086,18072,-0.1132617361846519,-0.09239877905995797 +16003,ID,Adams,424.209101787764,0,0.10669243002710362,64.758086598049,0.01628724512023365,1,0.259000259,4,1.02564102564103,1,0.259000259,107,11516,659.8,577,415,2060,2183,0.28009708737864075,0.19010535959688502,1141,-0.4058252427184466,-0.5226752175904719 +16005,ID,Bannock,23876.3236168654,-5.228792030643699,0.2882256378863265,6680.65834570098,0.08064629396420746,10,0.119980323,59.25,0.702205577349278,63,0.755876036,2058,250645,842.5,13214,10342,35260,33405,0.374758933635848,0.309594372099985,6838,-0.22110039705048212,-0.20469989522526572 +16007,ID,Bear Lake,1549.1736957254,0,0.2587994814108587,385.507185250495,0.06440146763289259,2,0.335739466,4,0.672834314550042,3,0.503609199,188,17832,775.1,302,255,2822,2928,0.10701630049610206,0.08709016393442623,1948,-0.7749822820694543,-0.6653005464480874 +16009,ID,Benewah,2392.65308414811,-7.3744985441407644,0.25769015445860094,530.225649736353,0.05710561655749629,3,0.329019522,6.16666666666667,0.678251943100161,7,0.767712218,391,27156,1085.2,1164,780,3884,4192,0.2996910401647786,0.18606870229007633,2321,-0.36869207003089594,-0.5536736641221374 +16011,ID,Bingham,9323.04957057327,-0.30691615448041304,0.20442146097251016,3071.14028734831,0.06733923054242352,5,0.11045086,24.1666666666667,0.534648938445315,14,0.309262409,1041,135598,779.6,3822,2924,17603,16625,0.21712208146338693,0.1758796992481203,7983,-0.5463841390672044,-0.4801804511278196 +16013,ID,Blaine,6075.22657447632,-0.48875177239461826,0.28420783001854044,1669.74494276938,0.07811306805620229,4,0.186202402,8.33333333333333,0.382420877120524,23,1.070663812,316,64331,484.1,5992,6416,10194,10723,0.587796743182264,0.5983400167863471,3076,0.20139297626054536,0.28686002051664644 +16015,ID,Boise,4478.64329436769,-29.215161124317273,0.6372571562845318,996.630181455759,0.14180850618323265,2,0.293083236,8,1.12296462661426,1,0.146541618,162,20623,595.1,953,777,3345,3812,0.2849028400597907,0.20383001049317942,1896,-0.39790732436472354,-0.497376705141658 +16017,ID,Bonner,8193.5075468117,7.093898954034573,0.20044297641244926,1645.29628358402,0.04024992743068278,12,0.288565589,22.9166666666667,0.538759325434142,24,0.577131177,1245,124067,718.7,6500,5140,18536,16815,0.3506689684937419,0.3056794528694618,5080,-0.2625701337936987,-0.3021112102289622 +16019,ID,Bonneville,24101.1451084224,-2.5295492888250557,0.2312215314429303,8407.11670383839,0.08065618419938206,9,0.082855381,73.9166666666667,0.658605982845059,73,0.672049198,2438,326188,780.7,9929,8930,43302,44212,0.2292965682878389,0.20198136252601104,17769,-0.517458777885548,-0.4019044603275128 +16021,ID,Boundary,1598.58582419636,-20.5147816735317,0.14569684872369304,423.225131245279,0.03857319825421792,4,0.364331906,7.75,0.663470593271124,6,0.54649786,324,33155,717.1,1225,933,4544,5150,0.2695862676056338,0.1811650485436893,2856,-0.4209947183098592,-0.5545631067961165 +16023,ID,Butte,618.473209743516,2.1991832551156363,0.21393054643497614,202.391428167991,0.07000741202628537,1,0.381388253,3,1.19952019192323,2,0.762776506,79,7736,759.1,258,160,1286,1230,0.2006220839813375,0.13008130081300814,754,-0.5777604976671851,-0.6130081300813007 +16025,ID,Camas,1116.99999373264,0,0.9999999943891137,239.999999163109,0.21486123470287288,1,0.962463908,1,0.932835820895522,2,1.924927815,15,3147,336.5,159,110,578,599,0.2750865051903114,0.18363939899833054,300,-0.4204152249134948,-0.5008347245409015 +16027,ID,Canyon,36485.0520925969,-8.2004388219669,0.19312128270563617,11604.1558881147,0.061422674254138984,22,0.108298095,117.333333333333,0.554248662402731,109,0.536567836,4192,609304,742,19866,16683,66090,72007,0.3005901044030867,0.2316858083241907,30072,-0.37075200484188225,-0.4176260641326538 +16029,ID,Caribou,2190.12740233255,-0.0034912874164181383,0.3145379006653095,686.665719963292,0.09861636075876662,3,0.438788943,4.08333333333333,0.592904506074246,2,0.292525962,172,20407,690.7,385,271,3050,3035,0.12622950819672132,0.08929159802306424,2004,-0.7288524590163935,-0.6602965403624381 +16031,ID,Cassia,6549.25071473403,21.3120447379125,0.28534553480019303,2236.01607872471,0.0974214046150536,6,0.254885302,12.5833333333333,0.535369866122078,19,0.807136788,588,70393,802.3,1093,1036,8387,8178,0.1303207344700131,0.12668134018097335,4913,-0.7221891021819482,-0.6007581315725117 +16033,ID,Clark,982.000005821659,0,1.0000000059283696,308.000003296386,0.3136456245380713,0,0,NA,NA,0,0,23,2617,847.7,66,44,328,283,0.20121951219512196,0.15547703180212014,159,-0.5152439024390243,-0.5618374558303887 +16035,ID,Clearwater,1545.47031669965,-19.867213009698155,0.17640341475854926,259.759726671736,0.02964955218259742,4,0.467180565,5.25,0.617865128869013,3,0.350385424,309,25590,745.6,1032,704,3696,3801,0.2792207792207792,0.18521441725861615,2148,-0.4082792207792208,-0.5651144435674822 +16037,ID,Custer,1877.64687681143,95.64622782490268,0.4298642117242285,334.792996988473,0.07664674839479693,5,1.207729469,6,1.46484375,4,0.966183575,128,12470,692.3,530,427,2352,2413,0.22534013605442177,0.17695814338997098,1350,-0.5161564625850341,-0.5594695399917116 +16039,ID,Elmore,8712.52230986179,-6.4216110975866085,0.3222324990702637,2671.58220507112,0.09880842536693246,4,0.153291945,14.4166666666667,0.554103569323801,11,0.421552847,556,78386,796.3,2513,1814,8001,8519,0.31408573928258965,0.2129357905857495,4002,-0.33920759905011877,-0.469773447587745 +16041,ID,Franklin,915.67329241373,-0.3741106803577553,0.07161530520989598,320.186296688582,0.02504194405510574,2,0.153598034,2,0.149186931224825,7,0.537593119,292,38920,708.6,325,385,5600,5499,0.05803571428571429,0.07001272958719768,3516,-0.8696428571428572,-0.6393889798145118 +16043,ID,Fremont,1633.90835622654,-1.2063139165934584,0.12338833682423653,342.669239386715,0.0258774535105509,2,0.155436388,8.91666666666667,0.688918076695254,5,0.388590969,323,38602,747.8,810,651,5802,5714,0.13960703205791106,0.11393069653482674,3440,-0.7061358152361256,-0.6020301015050753 +16045,ID,Gem,5059.32846182766,-17.7930589088618,0.30260951383621393,1182.05969764525,0.07070157890096597,1,0.0592909,15.1666666666667,0.882603972687772,10,0.592908811,624,50272,839.7,1957,1229,7490,7952,0.26128170894526037,0.1545523138832998,4751,-0.4477970627503337,-0.5974597585513078 +16047,ID,Gooding,164.476317553215,-91.84189384646282,0.010636078476022699,43.662524675083,0.002823494870349392,5,0.331917153,9.5,0.625617385577873,7,0.464684015,411,45543,758.1,1287,930,5118,5191,0.2514654161781946,0.17915623193989597,2813,-0.4706916764361079,-0.5418994413407822 +16049,ID,Idaho,5583.99162661082,0,0.3432711395223963,1032.20076791358,0.06345366496056924,4,0.246685168,16.0833333333333,0.995502187009986,5,0.30835646,590,48689,771.3,1722,1196,7749,8223,0.2222222222222222,0.14544570108233004,5245,-0.5289714801909924,-0.6378450687097167 +16051,ID,Jefferson,3058.14992401931,0.33052336178130803,0.11699119831749466,1177.49098399897,0.04504556174441355,2,0.074016506,6,0.215524982937606,11,0.407090781,460,80988,673.7,1303,976,11381,11471,0.11448906071522713,0.08508412518524976,7460,-0.7549424479395483,-0.6503356289774214 +16053,ID,Jerome,4902.94526359682,-0.26282958469438383,0.21913583908093412,1584.36333422879,0.0708126993040489,1,0.0438251,16.25,0.706706097242759,10,0.438250504,507,68206,806.5,1699,2117,6681,10667,0.25430324801676396,0.19846254804537358,5230,-0.46475078581050744,-0.49029717821318086 +16055,ID,Kootenai,34068.6738937365,-1.3195126845696241,0.24599386178272342,8587.61254873754,0.06200710896311414,20,0.135753363,94.3333333333333,0.611319564602221,99,0.671979148,3894,441880,724.3,18824,16264,59764,66286,0.3149722240813868,0.24536101137495098,28185,-0.34340070945719825,-0.4252029086081525 +16057,ID,Latah,4402.31355303086,-23.91065534885282,0.11820195341614381,1166.07260810448,0.03130900569499732,7,0.182239463,22.8333333333333,0.582542436303024,29,0.75499206,668,115630,632.3,8306,8093,16759,18146,0.49561429679575153,0.445993607406591,838,0.042782982278178894,0.046180976523751804 +16059,ID,Lemhi,2925.60581664585,-11.622413690278362,0.36864992649267264,526.403279910189,0.06633105845642502,6,0.776598499,7.16666666666667,0.927964089947775,3,0.388299249,302,23186,755.3,960,733,4109,4068,0.23363348746653687,0.18018682399213373,2278,-0.5035288391336091,-0.5599803343166175 +16061,ID,Lewis,1852.67358799045,-0.003632736455894164,0.4848661575478801,375.821080813814,0.09835673405229363,4,1.042209484,4.91666666666667,1.27606194307466,4,1.042209484,121,11428,635.1,396,270,1612,1590,0.2456575682382134,0.16981132075471697,932,-0.4820099255583127,-0.5861635220125787 +16063,ID,Lincoln,5074.03099268556,0,0.9742763042791015,1665.01147100316,0.3197026634030645,2,0.376222724,4.08333333333333,0.774679061531651,0,0,121,15909,782.4,429,360,1622,1748,0.2644882860665845,0.20594965675057209,824,-0.43896424167694204,-0.471395881006865 +16065,ID,Madison,7096.5556031278,7.415762895205893,0.18905998516431693,2020.21528139183,0.053820739593772114,3,0.0788685,9.41666666666667,0.241156183842109,28,0.736105999,375,113969,683.5,832,1201,14412,15687,0.057729669719678044,0.07656020909032957,7740,-0.8751734665556481,-0.49340218014916815 +16067,ID,Minidoka,3532.99350357278,39.31236003547037,0.1760423291430953,1086.77508709848,0.05415193019574867,1,0.0492053,13.75,0.666957702755142,5,0.246026669,517,61080,701.1,1390,1167,6973,6870,0.19934031263444715,0.16986899563318777,3720,-0.5810985228739424,-0.5414847161572052 +16069,ID,Nez Perce,7090.98045402913,1.4066148602008663,0.1805929059984498,1695.03901902124,0.04316920970383904,11,0.274951883,38.6666666666667,0.957830678656064,28,0.699877521,1527,119892,853.4,6451,4828,16848,17195,0.3828941120607787,0.280779296307066,5871,-0.20868945868945865,-0.3414364640883978 +16071,ID,Oneida,491.032348246324,0,0.114566576819021,138.090386069963,0.032218942153514465,1,0.239005736,4,0.921022334791619,5,1.195028681,125,12766,670.1,217,184,2089,2068,0.1038774533269507,0.08897485493230174,1347,-0.7759693633317377,-0.6513539651837524 +16073,ID,Owyhee,2160.61340435321,5.070973300290318,0.1874556137734869,528.442832621996,0.04584789455335728,3,0.264247336,10.1666666666667,0.892674217812509,7,0.616577116,272,34017,703,833,591,3723,3920,0.2237442922374429,0.15076530612244898,2461,-0.5267257587966694,-0.6278061224489796 +16075,ID,Payette,5406.7873544366,-2.572416431322442e-4,0.23899515335882068,1648.14109788091,0.0728524553720068,5,0.218952531,18.4166666666667,0.799820492776282,12,0.525486075,626,68280,769.3,2271,892,8495,5703,0.2673337257210124,0.15640890759249518,3414,-0.43943496174220126,-0.5986322987901105 +16077,ID,Power,1085.13139951329,0,0.13881686062598056,338.701005113257,0.043328771282238325,1,0.131285283,5,0.653253200940685,2,0.262570566,204,23063,882.6,982,699,2903,2758,0.33827075439200827,0.2534445250181291,967,-0.30589045814674476,-0.3506163886874547 +16079,ID,Shoshone,1143.61989523532,107.19612122822808,0.08959027773092988,206.970999736073,0.016213944358485936,6,0.484261501,13.8333333333333,1.11093264803512,8,0.645682002,529,37498,959.2,2277,1384,5148,5120,0.4423076923076923,0.2703125,1913,-0.08197358197358195,-0.37363281249999997 +16081,ID,Teton,905.892721811762,-0.03485685255837169,0.08907499722829519,304.735642659839,0.029964173319551524,2,0.193404893,4,0.364963503649635,5,0.483512233,118,31156,557.4,1926,2157,4523,4966,0.4258235684280345,0.43435360451067256,4,-0.11762104797700645,-8.05477245267805e-4 +16083,ID,Twin Falls,4792.84959862122,-33.67031282509505,0.062059427665689754,1506.36450117022,0.019504913908717076,17,0.210099612,60.75,0.727422947050794,63,0.778604444,2234,243463,807,7541,6844,28142,31893,0.2679624760144979,0.21459254381839274,14219,-0.43465283206595123,-0.4458345091399366 +16085,ID,Valley,1835.77431115079,3.131814940821715,0.18614624935619445,408.346380868143,0.04140604145894778,5,0.508854061,9.5,0.905106707317073,8,0.814166497,221,29483,566.5,2095,1913,4919,5349,0.42589957308396015,0.3576369414843896,993,-0.11567391746289896,-0.18564217610768363 +16087,ID,Washington,2132.75114026283,0,0.20913425576219166,413.227538523569,0.04052044896289165,2,0.19958088,8,0.786472670074715,6,0.59874264,369,29943,758.7,1104,776,4330,4454,0.25496535796766745,0.1742254153569825,2507,-0.4674364896073903,-0.5628648405927257 +17001,IL,Adams,10346.464754843,-1.511322104225867,0.1541878120924996,2502.42448217732,0.037292289199846805,10,0.149280468,48,0.720958875304154,32,0.477697498,2416,201027,796.2,9627,7633,30538,31770,0.315246578033925,0.24025810513062637,15099,-0.351823957037134,-0.4752596789423985 +17003,IL,Alexander,1748.04911039734,-54.70032343787929,0.21219338557870113,375.348336315081,0.04556304155317807,2,0.266951415,6.5,1.00339610991047,0,0,302,21089,1023,1961,1262,3495,2820,0.5610872675250358,0.4475177304964539,234,0.13619456366237487,-0.08297872340425533 +17005,IL,Bond,1281.4335522263,-38.42186530489368,0.07212030347964318,294.134708394937,0.016554182147396273,1,0.0579072,15,0.891583452211127,7,0.405350628,524,51384,765.7,3016,2066,7316,7462,0.41224712957900495,0.2768694719914232,2818,-0.14693821760524878,-0.37764674350040206 +17007,IL,Boone,11409.517783676,25.87770349623418,0.21064373273656417,3382.69845530235,0.062451739228327335,5,0.092817762,33.8333333333333,0.632363294270103,26,0.48265236,1195,161222,717.8,9868,8952,21333,22604,0.46256972765199456,0.3960360998053442,3309,-0.057000890638916224,-0.14639001946558133 +17009,IL,Brown,1662.65977699965,-12.969990495652247,0.23967994478876314,30.0904075906292,0.004337668673868993,2,0.292740047,4,0.591540964211772,3,0.43911007,159,20531,725,787,475,2362,2336,0.3331922099915326,0.2033390410958904,1301,-0.3065198983911939,-0.5569349315068494 +17011,IL,Bureau,12511.0875428635,0.22648832792205573,0.35768447432281725,2866.82066778849,0.08196068007857768,5,0.147754137,22.0833333333333,0.66199026749403,12,0.354609929,1175,101584,738.4,8118,6010,16599,16303,0.48906560636182905,0.36864380788811874,3254,-0.0019880715705765106,-0.1995951665337668 +17013,IL,Calhoun,577.503364617314,-27.10105562960163,0.11348071617553822,119.58683179949,0.023499082688050697,3,0.605326877,3,0.612995504699632,1,0.201775626,161,14902,640.6,1079,739,2574,2556,0.41919191919191917,0.28912363067292646,980,-0.13986013986013984,-0.38341158059467917 +17015,IL,Carroll,2881.3771378022,56.47886916757753,0.1872604885814129,647.142194842061,0.042057723717557755,3,0.203873598,12.3333333333333,0.84829309672834,10,0.679578661,571,44342,758.3,3658,2437,7370,7354,0.4963364993215739,0.33138428066358444,1991,0.014518317503392109,-0.27073701387000276 +17017,IL,Cass,1528.09411500513,4.095941401343053,0.11201393600682671,367.350329082316,0.026927893936542734,5,0.380054728,15,1.18333859261597,8,0.608087565,440,39226,838.3,2050,1617,4858,5054,0.42198435570193493,0.31994459833795014,1599,-0.13524083985179092,-0.3163830629204591 +17019,IL,Champaign,31716.3830578362,7.770669586891723,0.1577293879473257,7595.30346820789,0.03777235774741467,35,0.168973558,142.416666666667,0.683319019219297,172,0.830384342,3799,622070,656.6,40378,49694,77620,89196,0.5202009791290905,0.5571326068433562,16459,0.06817830456068025,0.18452621193775504 +17021,IL,Christian,3836.89064863578,9.553907496122143,0.11025547840907414,613.182341726501,0.017620182233520146,7,0.206538416,33,0.990723227956408,17,0.501593296,1234,101748,818.8,5487,3982,14682,15310,0.3737229260318758,0.26009144350097974,6540,-0.2306225309903283,-0.42717178314826915 +17023,IL,Clark,1430.77116982566,0.9814462433432338,0.08758929720389716,302.810257991281,0.01853751196763275,3,0.185414091,12.9166666666667,0.810432091019367,15,0.927070457,638,48271,920.6,2587,1873,7843,7819,0.32984827234476605,0.2395446988105896,3747,-0.3252581920183603,-0.47921729121371015 +17025,IL,Clay,2153.75631882501,0.9496282876965594,0.15589984211545496,504.426153236581,0.03651293183037141,2,0.147928994,12.1666666666667,0.914786967418546,8,0.591715976,517,40444,876.5,1581,1014,5899,6278,0.2680115273775216,0.161516406498885,3995,-0.44126123071707074,-0.6363491557820962 +17027,IL,Clinton,5729.07838299405,36.84538409247555,0.1517154383505654,1047.04893822785,0.027727581648955297,9,0.237736746,38.25,1.01380900633465,18,0.475473492,1064,113459,714.5,5577,3939,16394,17268,0.34018543369525434,0.22810979847116053,8455,-0.2998658045626449,-0.48963400509613153 +17029,IL,Coles,8283.21730427517,3.5903270352927272,0.15375452089683442,1875.63009297232,0.03481577214880033,8,0.150037509,37.9166666666667,0.724388488750486,39,0.731432858,1542,158245,809,9252,7285,21338,21580,0.43359265160746085,0.33758109360519,5700,-0.11111631830537072,-0.2641334569045412 +17031,IL,Cook,373742.394051579,-9.984937682306818,0.07194721403198064,89882.0560899708,0.017302729446976146,1493,0.284573053,3470.91666666666,0.667035136677582,4381,0.835039882,119749,15733651,712.4,1439123,1528582,1944401,2055215,0.7401369367738445,0.743757709047472,1088369,0.49368365887489263,0.5295645467749117 +17033,IL,Crawford,2948.45324142653,0.7339396988274585,0.1487840360007332,416.992503124476,0.021042160928721604,5,0.257824988,15,0.776880049720323,12,0.618779972,713,58293,852.3,2855,1969,8598,8507,0.33205396603861365,0.23145644763136242,4177,-0.31658525238427543,-0.49100740566592216 +17035,IL,Cumberland,NA,NA,NA,NA,NA,3,0.276931598,9.58333333333333,0.88260575919445,3,0.276931598,343,32702,725.4,1640,1028,5290,5513,0.31001890359168244,0.18646834754217304,3172,-0.3527410207939508,-0.5753673136223472 +17037,IL,DeKalb,29776.1191344934,12.725945772514107,0.2831506193846843,5531.77274759179,0.052603392426700174,10,0.094820883,65.5,0.626626358487678,75,0.711156625,2087,313100,719.7,21171,20348,41020,42605,0.5161140906874695,0.4775965262293158,1297,0.05521696733300824,0.030442436333763645 +17039,IL,De Witt,653.139207992471,-8.806385992313814,0.03943839188409341,157.981224866551,0.009539352989949339,3,0.184229919,15,0.924442253173918,8,0.491279784,568,48882,856.1,2598,1907,7338,7469,0.35404742436631237,0.2553219975900388,3165,-0.2695557372581085,-0.423751506225733 +17041,IL,Douglas,1971.22000119025,0,0.09865965971923174,451.563275300741,0.02260076452956662,10,0.502790487,20.6666666666667,1.0528103243335,17,0.854743828,616,59491,780.2,2426,1946,7889,8089,0.307516795538091,0.24057361849425146,3749,-0.3682342502218278,-0.4634689083941154 +17043,IL,DuPage,216272.303550319,-13.658564812460149,0.23586720769695088,53859.8278852211,0.05873968604292297,169,0.181192828,436.916666666667,0.470122348377249,843,0.903819845,18129,2799601,591.7,197411,222499,397173,412929,0.4970403325502992,0.5388311307755086,58144,0.010267566022866603,0.14080871045627696 +17045,IL,Edgar,6684.28398692881,-0.9017280699390843,0.35983440928772664,1411.76719295261,0.07599952589107505,3,0.168152009,14,0.79699419332802,8,0.448405358,747,53397,901.4,2563,1778,7810,7783,0.32816901408450705,0.22844661441603495,3856,-0.3280409731113957,-0.4954387768212771 +17047,IL,Edwards,1243.35810665907,0,0.18499599861018748,313.980676438234,0.046716363106417795,3,0.453377664,10,1.5330369461904,5,0.755629439,230,19830,792.4,754,432,3225,3312,0.2337984496124031,0.13043478260869565,2345,-0.5110077519379845,-0.7080314009661836 +17049,IL,Effingham,5870.16388068926,0.18020099434200854,0.17143168858972196,1492.41890648684,0.0435844549525974,7,0.203962704,29.0833333333333,0.845789953275558,34,0.990675991,1109,103011,814.7,3855,3071,16595,17428,0.23229888520638747,0.17621069543263715,10542,-0.5203977101536608,-0.604888684874914 +17051,IL,Fayette,7659.77841687353,7.761475462136101,0.34597011819663637,1846.04261374665,0.08338042519180894,5,0.228623685,16.4166666666667,0.753438279254058,7,0.32007316,669,66183,747.2,2848,1814,8963,9515,0.3177507530960616,0.1906463478717814,5549,-0.34608947896909514,-0.5831844456121913 +17053,IL,Ford,2589.90069918994,0.26028686643129534,0.183928747900713,627.666358661548,0.04457541074224473,3,0.219170076,12.9166666666667,0.951503990178023,6,0.438340152,597,41244,881,1654,1410,6e3,6289,0.27566666666666667,0.22420098584830656,3064,-0.42850000000000005,-0.4871998727937669 +17055,IL,Franklin,4242.04516769149,-3.918813163134055,0.10722795600949142,953.405718519773,0.02409963647328867,5,0.126868133,43.25,1.10455613443661,22,0.558219786,1652,118580,1002.7,7245,4711,17891,18533,0.4049522106086859,0.25419521933847733,8390,-0.16812922698563526,-0.45270598392057404 +17057,IL,Fulton,6302.33203747223,36.59159200227442,0.17001624099577087,1482.36979354423,0.03998947351005504,5,0.138861888,29.4166666666667,0.827799039471709,20,0.555447552,1344,108047,827.5,8324,6118,15337,15609,0.5427397796179174,0.3919533602408867,2364,0.11097346286757509,-0.15145108591197387 +17059,IL,Gallatin,4204.63241151282,-13.414535729498997,0.7523049582238002,884.885537185498,0.15832627253274253,0,0,1.16666666666667,0.223842414939882,0,0,247,15989,1025.8,1028,656,2569,2691,0.4001557026080187,0.2437755481233742,1286,-0.18061502530167384,-0.4778892604979561 +17061,IL,Greene,1656.17615597713,537.2195969588073,0.11926949128454055,389.315112079414,0.028036519665808293,5,0.372189966,12.5,0.954708622928282,4,0.297751973,467,40037,818.7,2023,1202,5614,5542,0.36034912718204487,0.2168892096715987,2937,-0.25347345920912007,-0.52995308552869 +17063,IL,Grundy,9307.07539096414,1.9827986223150902,0.18590726466580387,2507.13652334078,0.05007963013284821,5,0.099157164,33.8333333333333,0.670803841095492,38,0.753594447,1157,151146,759,9319,8021,20956,22891,0.44469364382515747,0.3503997204141366,5396,-0.08966405802634086,-0.23572583111266432 +17065,IL,Hamilton,1193.62118727239,-22.848223973150013,0.14114002450897364,277.32830516448,0.03279275217742462,1,0.120540019,8,0.992432700657487,3,0.361620058,315,24826,799.3,1266,800,3935,4143,0.32172808132147396,0.19309678976587014,2405,-0.3303684879288437,-0.580497224233647 +17067,IL,Hancock,7343.92638302976,-28.03455025927762,0.3844182570681407,1685.56231521668,0.0882308582085783,4,0.215470804,19.75,1.06710611627404,10,0.538677009,611,55770,653.3,3246,1744,8229,7818,0.3944586219467736,0.22307495523151702,3969,-0.19005954550978243,-0.5076745970836531 +17069,IL,Hardin,714.716399561821,-30.273997756775632,0.16544361100968077,127.543119831699,0.029523870331411805,1,0.242189392,1.25,0.310636182902584,0,0,195,12600,1086.6,742,419,2330,2133,0.3184549356223176,0.1964369432723863,1231,-0.340343347639485,-0.577121425222691 +17071,IL,Henderson,99.5907392047593,-2.3292594505018984,0.013584877807224022,21.1093372510259,0.002879462181288487,2,0.2891845,5,0.727907992429757,2,0.2891845,250,20945,697.5,1977,1151,3563,3480,0.5548694920011227,0.3307471264367816,1002,0.12321077743474601,-0.2879310344827586 +17073,IL,Henry,9344.02629427308,-1.1426001985554128,0.1850815333809983,2355.99896959452,0.04666638215732124,9,0.181323663,43.6666666666667,0.886093073593074,23,0.463382694,1584,148970,743.9,12316,8835,24279,24232,0.5072696569051444,0.3646005282271377,5127,0.030973269080275145,-0.21157972928359198 +17075,IL,Iroquois,6495.50894919482,55.11716896493878,0.21857153742495522,1600.68183992227,0.05386236758605121,8,0.277017902,25.6666666666667,0.905861038563799,21,0.727171993,1120,86451,823.7,3408,2496,12770,12923,0.2668754894283477,0.19314400680956434,7232,-0.4469068128425998,-0.5596223787046352 +17077,IL,Jackson,13246.9999751389,-6.976152081885632,0.21998405751002856,2787.74086370157,0.046294145665773855,14,0.234596243,51.5,0.874808900968235,36,0.603247482,1402,178411,760.8,11306,11619,21190,24509,0.5335535630014158,0.47407074952058426,730,0.10268994808872112,0.029784976947243857 +17079,IL,Jasper,1449.13926542508,-3.6478789836956675,0.14942661016963085,357.507119381146,0.036864004885661585,1,0.103917697,6.91666666666667,0.72532158836689,5,0.519588486,314,28790,755.8,1434,924,5038,5104,0.2846367606192934,0.1810344827586207,3049,-0.41226677252878124,-0.5973746081504703 +17081,IL,Jefferson,8547.83399181774,-1.714642205535978,0.22015180137063747,1833.8560062113,0.047231462801949675,10,0.259511081,32.9166666666667,0.855867568036055,30,0.778533243,1357,115458,864.7,6080,4408,16303,16818,0.37293749616634975,0.262100130812225,7273,-0.22848555480586397,-0.43245332381971696 +17083,IL,Jersey,3597.68843202288,2.983304152423962,0.1565233165987766,785.291656920237,0.034165397299118425,4,0.177218555,15,0.681044267877412,13,0.575960303,741,67538,816.7,3656,2673,9940,10909,0.36780684104627764,0.24502704189201577,5064,-0.23903420523138835,-0.4642038683655697 +17085,IL,Jo Daviess,4522.11936124926,-0.02371808541547579,0.1994055631558894,999.000481832985,0.04405152490664896,4,0.179742968,12.4166666666667,0.570356760067371,9,0.404421677,740,66801,638.9,5660,4452,11411,11177,0.4960126194023311,0.3983179744117384,1661,0.011480150731750072,-0.14860875011183677 +17087,IL,Johnson,2657.22990550549,19.626050776368587,0.2111929665796765,315.216691305828,0.02505298770512065,2,0.158717562,10.1666666666667,0.787991525861624,5,0.396793905,355,38383,720.8,1571,1135,5666,6017,0.2772679138722203,0.18863220874189796,3509,-0.4214613483939287,-0.583180987202925 +17089,IL,Kane,95265.8243154576,-6.0518307953435055,0.18488561181724034,27105.2267596656,0.05260403160226134,80,0.151714564,256.25,0.481931109711029,325,0.616340417,9171,1582650,624.9,91120,99389,183631,193500,0.49621251313776,0.5136382428940568,17302,0.008811148444434813,0.08941602067183457 +17091,IL,Kankakee,14468.1615138151,-14.79305814794835,0.12753009293881037,4136.61816018666,0.036462358947074544,24,0.215488215,96.6666666666667,0.878723971589945,77,0.691358025,3298,334591,828.4,21574,18908,45452,46556,0.4746545806565168,0.40613454764154994,6173,-0.03390389861832266,-0.13259300627201648 +17093,IL,Kendall,17970.9035390389,-35.0036576243921,0.15662829050201243,5340.28071010474,0.046544072567500525,9,0.074165637,50,0.400978387264926,71,0.585084466,1672,365009,652.2,21219,23392,45042,50815,0.4710936459304649,0.4603365148086195,760,-0.04122818702544295,-0.014956213716422362 +17095,IL,Knox,9509.9654234022,28.609066750796924,0.17970795788662294,1932.4356451739,0.03651685869298173,10,0.192052853,41.3333333333333,0.811443977646027,39,0.749006126,2074,155572,882.3,12993,9939,22517,21964,0.5770306879246792,0.45251320342378437,719,0.17142603366345432,-0.03273538517574215 +17097,IL,Lake,248067.693831979,-2.5004881392254945,0.3526383711301805,64112.4545025376,0.09113847585589215,114,0.161659477,344.166666666667,0.489535787318155,545,0.772845746,13288,2111900,628.2,151552,168186,284032,293574,0.533573681838666,0.5728913323386948,59578,0.08077610973411442,0.2029403148780205 +17099,IL,LaSalle,23592.1278509741,-11.564559452553146,0.20708654761923825,5648.39322238373,0.04958036254330721,21,0.188779317,92.75,0.838289257244085,69,0.620274899,3932,336077,825.7,23023,19277,47146,48447,0.4883341110592627,0.397898734699775,6992,-0.003902770118355714,-0.14432266187792853 +17101,IL,Lawrence,2393.50275326143,13.492197844078355,0.1421910980372738,560.022890713539,0.03326934537596026,0,0,9.16666666666667,0.559728073924813,6,0.363218112,593,49823,878.7,2010,1288,5984,6039,0.3358957219251337,0.2132803444278854,3229,-0.30798796791443855,-0.5346911740354363 +17103,IL,Lee,3915.66638753897,3.22497337789453,0.10867492957561461,920.562668091517,0.025549184538078792,6,0.172736433,27.3333333333333,0.798030227827898,13,0.374262271,1114,104489,778.3,6932,5499,15275,15215,0.45381342062193125,0.3614196516595465,3098,-0.07292962356792149,-0.20361485376273414 +17105,IL,Livingston,3290.49671807776,-1.4275968592949133,0.084480018435886,765.29968147505,0.01964825883119512,8,0.211065087,33.3333333333333,0.912591943638321,20,0.527662718,1271,111083,811.1,5014,4005,15019,15096,0.333843797856049,0.265302066772655,6192,-0.3150009987349357,-0.41017488076311603 +17107,IL,Logan,11044.5314946002,14.43002093970145,0.3644458503415343,1915.78131594019,0.06321667434219404,5,0.168089827,24.8333333333333,0.841038145877784,14,0.470651516,1047,89090,843.3,3974,3301,12037,12130,0.33014870814987124,0.27213520197856556,4866,-0.320760986956883,-0.401154163231657 +17109,IL,McDonough,4131.32230736607,-56.023520512822515,0.12668104707978872,637.734973782078,0.019555224266591377,6,0.188205772,27.9166666666667,0.900653847808319,24,0.752823087,962,95066,818.8,5957,5278,12439,12910,0.47889701744513224,0.4088303640588691,1511,-0.01487257818152582,-0.11704105344694038 +17111,IL,McHenry,133295.441456285,0.21393457555386017,0.4317121435946529,39048.6499974106,0.1264692641450013,45,0.146444808,116.166666666667,0.378388120893105,214,0.696426421,6021,921361,700.1,59691,59827,133589,140145,0.44682571169781943,0.42689357451211246,11290,-0.08830816908577804,-0.08055942060009275 +17113,IL,McLean,46496.1291683262,0.20105465231551942,0.27419697337016846,10732.1409439922,0.06328958167617414,28,0.160863146,119.666666666667,0.694049731853209,127,0.729629268,3463,522158,693.6,31590,35918,72756,78995,0.43419099455714993,0.4546870055066776,1163,-0.1106163065589092,-0.014722450788024588 +17115,IL,Macon,29815.5903407987,-10.104513274884102,0.2691715147045961,6437.74415257642,0.05811916936819677,16,0.147669589,102.833333333333,0.9651180979196,63,0.581449008,3780,325234,832.3,22688,18211,48742,47283,0.46547125682163226,0.3851489964680752,8571,-0.0525419556029707,-0.18127022397056025 +17117,IL,Macoupin,7698.45705519122,74.67684347663932,0.16117360107173076,1872.03309542037,0.03919256977745986,11,0.236798484,42.5833333333333,0.927579797275711,20,0.430542699,1664,139245,821.9,9440,6532,20947,21881,0.45066119253353704,0.29852383346282163,7662,-0.07012937413472092,-0.3501668113888762 +17119,IL,Madison,96436.7595203085,12.779941693876761,0.3581255320456191,21811.1813932591,0.08099754678463135,41,0.153811525,221.5,0.833461895928266,187,0.701530612,8527,800107,858.6,58813,50336,122203,127902,0.4812729638388583,0.39355131272380417,19959,-0.013649419408688801,-0.15604916264014634 +17121,IL,Marion,10749.336541171,7.4643588731892665,0.2725698339420088,2509.53342780192,0.06363398402013135,4,0.103704856,38.9166666666667,1.02036357280196,24,0.622229136,1555,115410,956.7,6210,4231,15728,16600,0.3948372329603255,0.25487951807228915,7446,-0.19195066124109866,-0.4485542168674699 +17123,IL,Marshall,2340.82626553526,36.216311504252324,0.1851919513872832,557.49237884178,0.044105409718495255,3,0.249708673,13.4166666666667,1.12376804310802,5,0.416181122,497,36096,843,2452,1784,5842,5903,0.4197192742211571,0.3022192105708962,1992,-0.14293050325231088,-0.33745553108588855 +17125,IL,Mason,4562.9352787239,340.72871443601014,0.3111233655205169,1106.86737054693,0.07547166034003341,2,0.143905598,13,0.962463907603465,7,0.503669593,568,41805,880.4,2867,2008,6272,6433,0.4571109693877551,0.31214052541582465,2043,-0.06345663265306123,-0.317581221824965 +17127,IL,Massac,1525.0356457935,-21.495449873681434,0.0988421573526152,317.251491994632,0.020562025535979776,2,0.13418316,13.6666666666667,0.932369127211534,5,0.3354579,625,44611,916.3,2092,1555,6492,6633,0.32224276032039434,0.23443389115030905,3289,-0.33672211953173137,-0.49585406301824214 +17129,IL,Menard,350.869064250204,0,0.027616612691869658,57.1098719547117,0.0044950705985605435,3,0.238663484,10.5,0.838926174496644,2,0.15910899,374,37609,724,2095,1808,6142,6423,0.3410941061543471,0.2814884010586953,2422,-0.30104200586128294,-0.37708236026778763 +17131,IL,Mercer,2967.64024984461,-21.55238013648671,0.18057930204725628,602.744145488497,0.03667665483074705,2,0.12543117,14.6666666666667,0.932400932400932,5,0.313577924,538,47982,727.9,4503,3061,8525,8417,0.5282111436950147,0.36366876559344186,1739,0.07378299120234605,-0.20660567898301052 +17133,IL,Monroe,9635.4950606866,46.53246505725563,0.2923656601233911,2337.20671067954,0.07091685258608307,5,0.148271158,14,0.410942820241869,22,0.652393096,905,101132,675.6,6205,5522,17407,19074,0.3564657896248636,0.2895040369088812,7092,-0.26851266731774576,-0.3718150361748978 +17135,IL,Montgomery,7125.79678063823,56.189537363368615,0.23670597862869486,1575.28299795111,0.052328029429680775,4,0.136244422,32.75,1.13118264714009,20,0.681222112,1084,87295,819.9,5053,3490,12120,12829,0.41691419141914193,0.27203990957985813,5126,-0.14174917491749178,-0.3995634889703017 +17137,IL,Morgan,11483.3671131944,28.599765391689836,0.3230474333472417,2839.56616021664,0.07988201986712352,5,0.143147528,32.8333333333333,0.957882350653013,22,0.629849123,1181,104774,784.8,5792,4693,14071,14607,0.4116267500533011,0.3212843157390292,4367,-0.15421789496126787,-0.2989662490586705 +17139,IL,Moultrie,448.602321210074,2.169291377730982,0.030217049791868112,90.7144329861067,0.006110361914731692,1,0.06739907,10.75,0.725028663923923,2,0.13479814,567,44743,820.7,2142,1476,6052,6209,0.3539325842696629,0.23771943952327268,2977,-0.2708195637805685,-0.4794652923176035 +17141,IL,Ogle,9409.03702917308,41.39990140925966,0.17587971342641795,2662.84781762446,0.04977564756200273,8,0.153595085,39,0.760634251945468,29,0.556782183,1538,156017,743.4,9504,8025,23342,23798,0.4071630537229029,0.337213211194218,6319,-0.1672950047125354,-0.26552651483317924 +17143,IL,Peoria,47562.3493044821,-13.937126892722096,0.25503420648643976,11325.3496705816,0.060727689204915974,54,0.288278285,162.5,0.878349891354875,135,0.720695712,5446,561812,804,40050,37436,78060,77465,0.5130668716372021,0.48326340928161104,2137,0.04397899052011267,0.027586652036403536 +17145,IL,Perry,4795.01440552116,4.03933792460344,0.2145420315669423,1203.24738827251,0.053836572182215214,6,0.276854928,14.5833333333333,0.682836228558942,10,0.46142488,741,64897,864.8,3813,2433,9533,9706,0.3999790202454631,0.2506696888522563,4383,-0.17664953320046156,-0.45157634452915724 +17147,IL,Piatt,507.19203873981,-0.7987130629316783,0.030318132508805672,119.156904509931,0.007122775091752704,3,0.182581705,10,0.603864734299517,6,0.365163411,522,49271,765.5,3081,2633,8697,8899,0.3542600896860987,0.29587594111697946,2990,-0.2680234563642635,-0.33599280818069444 +17149,IL,Pike,3030.02254381445,-23.340699784061783,0.18442011830885266,731.274925140905,0.0445085164419297,5,0.312070903,19.25,1.20689655172414,5,0.312070903,618,48093,811.5,2276,1412,7275,7458,0.31285223367697595,0.18932689729149907,4337,-0.3542268041237114,-0.5815231965674443 +17151,IL,Pope,1081.89491649023,-18.511189110214126,0.24203465693293733,178.283348478999,0.039884418004250334,2,0.467726848,4,0.962232379119557,0,0,144,12833,757.5,649,374,2219,2132,0.29247408742676884,0.175422138836773,1304,-0.38846327174402884,-0.6116322701688555 +17153,IL,Pulaski,1284.13334389978,-63.834984686931584,0.20842936924197045,298.081738178881,0.0483820383345043,3,0.515907137,10.0833333333333,1.79450673310791,2,0.343938091,259,17387,980.2,1389,817,3001,2473,0.4628457180939687,0.3303679741205014,766,-0.057647450849716786,-0.3097452486858067 +17155,IL,Putnam,655.860706784377,22083757.707267486,0.10920091688051566,95.0807315431084,0.01583095763288518,2,0.343997248,6,1.06932810550704,0,0,171,17256,691.4,1558,1143,3132,3076,0.49744572158365263,0.3715864759427828,619,0.018518518518518545,-0.20123537061118335 +17157,IL,Randolph,3835.84626018966,-13.770492854809694,0.11458496415908889,801.22412936042,0.023934285140411637,6,0.182542822,32,0.980963183225529,19,0.578052268,1126,99022,826.9,5753,3421,14380,14032,0.4000695410292072,0.24379988597491448,6571,-0.17600834492350492,-0.4682867730900799 +17159,IL,Richland,939.448311500851,16.98079193141382,0.0578727475821383,184.87275139042,0.011388699032244194,3,0.186787871,12,0.753295668549906,16,0.99620198,649,48224,832.1,2360,1579,7274,7630,0.3244432224360737,0.20694626474442987,4157,-0.3285675006873797,-0.5448230668414155 +17161,IL,Rock Island,26107.8664310907,-13.319397993724841,0.1769473007136127,6197.31527311743,0.042002597651697976,27,0.184851742,143.916666666667,0.994009466976093,109,0.746253329,4664,440662,768.5,39081,32258,64880,62971,0.6023581997533909,0.5122675517301615,5289,0.21875770653514182,0.0839910434962125 +17163,IL,St. Clair,90848.946496767,-19.519267823259128,0.3364078061467511,24119.2012054423,0.08931185089552648,35,0.131713136,223.833333333333,0.851857912891027,191,0.718777401,7517,796467,837.3,66749,60180,118379,119201,0.5638584546245533,0.5048615363965068,6701,0.14478074658512063,0.05621597134252232 +17165,IL,Saline,9727.97560375129,11.954929118372453,0.390477887197499,2300.39725659119,0.09233722380248023,8,0.325044694,32.9166666666667,1.35420523580313,17,0.690719974,1099,73995,1043.2,3697,2551,10713,11234,0.34509474470269763,0.22707851166102902,5697,-0.2899281247082983,-0.5071212390956027 +17167,IL,Sangamon,47888.0504288221,-23.223298290636432,0.24251411859733168,11432.0345705418,0.05789397903700302,30,0.150756042,170.166666666667,0.861607738098252,154,0.773881013,5768,596849,778.4,41961,40731,94032,96472,0.4462417049515059,0.4222054067501451,9092,-0.08688531563722984,-0.09424496226884488 +17169,IL,Schuyler,1067.16751723631,1.1223181242262303,0.14145910885953208,239.697148648162,0.0317732169469992,1,0.136425648,7,1.01112234580384,3,0.409276944,250,21632,763.4,1726,1074,3882,3792,0.4446161772282329,0.28322784810126583,1449,-0.08655332302936625,-0.38212025316455694 +17171,IL,Scott,222.81403047104,-0.23595330589604083,0.0416085957929113,46.5170974582288,0.008686666192012847,1,0.192159877,2.91666666666667,0.577214855861205,2,0.384319754,181,15466,805.7,910,528,2554,2583,0.35630383711824587,0.20441347270615565,1437,-0.26468285043069695,-0.5563298490127758 +17173,IL,Shelby,5434.01899313025,54.07149799362306,0.24299150351608684,1198.40962556475,0.053588947170091224,4,0.181422351,20,0.920937514389649,7,0.317489115,739,66030,724.7,3336,2279,10383,10912,0.3212944235770009,0.2088526392961877,5930,-0.33718578445535974,-0.5434384164222874 +17175,IL,Stark,1799.41454685856,0,0.3002026271035302,486.705990915566,0.08119886401661094,1,0.172028213,5.75,0.995498614958449,0,0,249,17514,787.5,1095,748,2661,2707,0.41149943630214203,0.2763206501662357,1029,-0.1623449830890643,-0.38012560029553005 +17177,IL,Stephenson,3553.06700864395,-15.280905157358754,0.07447060444434092,541.485810358109,0.011349286545201504,6,0.129212878,44.4166666666667,0.973537319539424,27,0.581457952,1592,138820,714.4,7954,7531,17029,19525,0.46708555992718304,0.3857106274007682,3314,-0.04627400317106112,-0.16973111395646612 +17179,IL,Tazewell,58387.7132782571,6.789812885531705,0.43124298918901205,13307.151195011,0.09828464477754553,17,0.125269883,96.8333333333333,0.720566531482928,109,0.803201014,4307,406574,796.2,24385,20568,60903,63347,0.4003907853471914,0.32468783052078237,18052,-0.17866114969705926,-0.28497008540262364 +17181,IL,Union,2362.23629156052,68.4315610852438,0.13265028591422506,505.790280687663,0.028402419176081706,4,0.229265776,18,1.04578201254938,13,0.745113773,696,52438,919.7,3135,2389,8274,8514,0.3788977519941987,0.28059666431759456,3391,-0.21948271694464588,-0.39828517735494484 +17183,IL,Vermilion,11870.9618804098,-17.199468744141143,0.1454329173710236,2834.87309049053,0.03473045133832196,15,0.188139675,78.4166666666667,1.00391323458497,42,0.52679109,2953,239649,937.4,10773,9876,26153,29799,0.4119221504225137,0.3314205174670291,8706,-0.1573433258134822,-0.29215745494815265 +17185,IL,Wabash,1022.76720842774,1.5901949289657622,0.08560870581968193,226.134855013924,0.018928170671626686,2,0.173175167,9.83333333333333,0.855667710871331,10,0.865875833,413,34717,791.4,1588,1146,5127,5402,0.3097327872049932,0.21214365049981487,2893,-0.3676614004291008,-0.5355423917067753 +17187,IL,Warren,1177.38569592423,821.4272967150029,0.06649266933553002,299.434949097937,0.01691054097802773,6,0.335683115,19.5833333333333,1.12690374803391,8,0.447577487,554,52934,747.8,3893,2983,7476,7700,0.520733012306046,0.3874025974025974,1284,0.05791867308721238,-0.16675324675324676 +17189,IL,Washington,1627.92799511166,-0.061604693190003224,0.11062299504700053,325.026816617223,0.022086627929955353,8,0.557996792,15.6666666666667,1.10687202675333,10,0.697495989,468,43090,730.9,2448,1446,7398,7376,0.3309002433090024,0.1960412147505423,4120,-0.3161665314949987,-0.5585683297180044 +17191,IL,Wayne,3358.780289312,-1.6720227569219985,0.20040455186825773,838.10551393316,0.050006295580737464,3,0.181345584,16.4166666666667,1.00126047003334,5,0.30224264,649,49535,905.2,1514,1048,7676,8256,0.1972381448671183,0.12693798449612403,5915,-0.5823345492443981,-0.7164486434108527 +17193,IL,White,4287.55161955678,-2.2025877134977554,0.2923662884116454,883.992463157778,0.06027906329067699,5,0.347850285,17.25,1.20696893366919,8,0.556560456,686,43170,956.5,2187,1412,7059,7289,0.3098172545686358,0.19371655919879271,4227,-0.36010766397506727,-0.5799149403210316 +17195,IL,Whiteside,13051.789531955,31.18288013295807,0.22311514123482856,2850.4612193997,0.048727498707642994,8,0.140656868,45.9166666666667,0.812166878920806,30,0.527463253,1901,171615,755.6,12393,11005,21492,25210,0.5766331658291457,0.4365331217770726,1592,0.1729480737018425,-0.06314954383181276 +17197,IL,Will,217703.442342544,-10.208815805107063,0.3213050391737175,64040.5957522248,0.09451649411450616,102,0.148814083,346.5,0.502516935473345,477,0.695924683,12562,2056938,695.3,127522,146230,249708,291010,0.5106844794720233,0.5024913233222226,16504,0.03666682685376521,0.05671282773787839 +17199,IL,Williamson,9594.14586250416,-19.666692637353766,0.14458377959377547,2293.81231860237,0.034567751987015234,14,0.208930277,55.8333333333333,0.826425893033353,42,0.626790831,2230,202080,864.1,10622,8539,29079,31422,0.3652807868221053,0.2717522754757813,12964,-0.24959592833316135,-0.41257717522754755 +17201,IL,Winnebago,76322.4129302052,4.7132774389652665,0.2584869674469976,18420.9543440647,0.062387658396377166,55,0.190613498,259.083333333333,0.90628822355848,202,0.700071393,8788,866554,828.8,60334,52595,116101,113027,0.5196682199119732,0.46533129252302546,1327,0.056950413863791016,-0.011740557565891319 +17203,IL,Woodford,4535.31717805075,56.35271313520873,0.11730077534788821,1189.2007848238,0.03075731390502276,6,0.153112001,28.75,0.734542667347981,19,0.484854671,1170,117640,724,5564,5068,18848,19389,0.2952037351443124,0.2613853215740884,8112,-0.39171264855687604,-0.41838155655268455 +18001,IN,Adams,2972.77288029622,21.114198471359703,0.0864504865296833,620.177762029809,0.018035238957449296,7,0.20120146,17.5833333333333,0.499072812594611,16,0.459889052,916,104407,717.3,3800,2802,12998,13039,0.2923526696414833,0.21489378019786792,6840,-0.39513771349438376,-0.5245801058363371 +18003,IN,Allen,107884.128826096,-8.247112185732504,0.30361757364610265,27857.9195876366,0.07840035456615306,50,0.136642636,289.666666666667,0.782028991767548,240,0.655884652,9376,1097624,799.8,59834,55222,146405,145787,0.40868822786107034,0.37878548841803455,28579,-0.16764454765889142,-0.1960325680616241 +18005,IN,Bartholomew,20967.6675264495,16.09441837637923,0.2730378353315298,5534.48023092876,0.07206917507785451,11,0.13712804,60.3333333333333,0.741177530445607,71,0.885099169,2220,240887,810.7,10622,9841,29313,32389,0.3623648210691502,0.30383772268362713,10796,-0.2545287073994474,-0.3333230417734416 +18007,IN,Benton,140.43746324282,32.436996679622816,0.015861470888052856,27.9185495830607,0.003153213189864547,2,0.229885057,6,0.69364161849711,5,0.574712644,279,26095,858.8,1159,860,3577,3654,0.32401453732177804,0.23535851122058019,1719,-0.32708974000559127,-0.4704433497536946 +18009,IN,Blackford,270.900133361109,5.151844916923326,0.021220439711821165,61.8336489326321,0.004843619687657222,4,0.322554633,10,0.823113013416742,5,0.403193291,498,37172,949,1927,1243,4740,4822,0.4065400843881857,0.2577768560763169,2106,-0.1651898734177215,-0.4367482372459561 +18011,IN,Boone,6750.17678934163,-11.250360958208079,0.11917685009430844,2161.68023836345,0.03816525844568238,6,0.09690705,31.5833333333333,0.488505302667058,38,0.61374465,1576,185607,828.5,8326,10181,27725,32061,0.30030658250676284,0.31755091856149215,9473,-0.37803426510369703,-0.29546801409812545 +18013,IN,Brown,469.00902196374,4.189974398251315,0.03077083204066002,109.478086688201,0.007182658882574532,4,0.267343938,5.91666666666667,0.39677217453505,4,0.267343938,453,44938,744.2,3056,2518,7590,7908,0.40263504611330697,0.3184117349519474,2497,-0.16785243741765482,-0.31575619625695495 +18015,IN,Carroll,913.624568611383,-1.0333090490926127,0.04532992153864465,207.880179643631,0.010314074901693426,4,0.200772976,12.8333333333333,0.642630612585545,13,0.652512172,534,59861,674.1,2631,1891,7793,8609,0.3376106762479148,0.2196538506214427,4382,-0.30309251892724237,-0.5090022069926821 +18017,IN,Cass,1565.43927509535,-1.6576491402751736,0.04017449250873453,416.624739728245,0.010692006870816739,6,0.15609553,35,0.922363358456754,31,0.806493574,1205,114806,815.8,5365,3758,14137,14135,0.3795006012591073,0.2658648744251857,5939,-0.2169484331895028,-0.4201627166607711 +18019,IN,Clark,24179.4548689309,1.6736706042212575,0.2193505957338241,5608.26899273151,0.050876959437654315,12,0.105021792,93,0.801509941308788,85,0.74390436,3523,342443,949.3,20775,18791,47062,51104,0.44143895287068124,0.3677011584220413,11221,-0.09874208490926861,-0.2195718534752661 +18021,IN,Clay,1069.46457059783,3.004965746703918,0.0397718323018903,241.462329964491,0.008979632947731164,5,0.188238837,25.5,0.969250066517162,14,0.527068745,935,79721,924.3,3630,2306,10922,11259,0.33235671122505034,0.2048139266364686,6222,-0.31450283830800224,-0.5526245670130563 +18023,IN,Clinton,620.622748974274,-53.3667014836534,0.01867995271413057,158.957836206864,0.004784428010078979,5,0.152550647,28.3333333333333,0.872949851598525,21,0.640712717,1107,98194,875.3,3307,2819,9879,11896,0.33475048081789655,0.23697041022192333,5711,-0.306812430407936,-0.4800773369199731 +18025,IN,Crawford,1560.80049013911,28.85362083902744,0.14569219547644077,333.546795913841,0.031134770457746753,2,0.187705303,11.3333333333333,1.07537084479868,1,0.093852651,351,31696,935.5,2040,1323,4586,4591,0.44483209768861753,0.2881725114354171,1690,-0.08242477104230261,-0.36811152254410806 +18027,IN,Daviess,3039.00727764284,111.3380085295088,0.09602525523391177,858.23409456769,0.02711811471712873,6,0.183323658,25.9166666666667,0.786091985400427,19,0.580524917,994,97954,878.1,2437,1800,10246,10736,0.23784891665040014,0.1676602086438152,6745,-0.5076127269178217,-0.6282600596125187 +18029,IN,Dearborn,13205.3719350514,0,0.26385941085482445,3259.02419983253,0.06511927188108238,7,0.141397002,28.4166666666667,0.576040758684532,25,0.504989294,1359,148633,797.4,6527,4883,22352,23910,0.2920096635647817,0.20422417398578002,13227,-0.39656406585540444,-0.5531994981179422 +18031,IN,Decatur,3931.46686463751,11.01611970308083,0.1527376404288077,1002.32073088514,0.03894019933508703,5,0.188508521,25.9166666666667,0.974384038900168,22,0.829437491,778,79256,822,2941,2121,10303,11095,0.2854508395612928,0.19116719242902208,6367,-0.4055129573910512,-0.5738621000450654 +18033,IN,DeKalb,9058.00969896297,-22.807609307146425,0.21452785683070744,2486.22009609481,0.058883075482433975,6,0.141566194,29,0.67842605156038,27,0.637047873,1257,127484,853.6,5419,3941,16314,16816,0.3321686894691676,0.23436013320647003,8113,-0.31672183400760084,-0.4824571836346337 +18035,IN,Delaware,30038.4473678234,5.255605729548726,0.25527485419367046,6158.48433263104,0.052336466356460304,13,0.11104088,101.583333333333,0.878725753945255,77,0.657703675,3646,351488,868.1,22630,18100,44924,44699,0.5037396491852907,0.4049307590773843,6117,0.031141483394176828,-0.1368486990760419 +18037,IN,Dubois,2411.3313005984,1.7285972009824755,0.05756478551883311,690.005971478289,0.016472247403334743,10,0.23615539,30.5833333333333,0.71872845773015,39,0.921006022,1224,127160,752.8,6522,5389,18542,19917,0.3517419911552152,0.27057287744138175,7976,-0.2767770467047783,-0.40046191695536476 +18039,IN,Elkhart,40314.6072834407,3.4471258526631687,0.20406363305868475,11390.5700210215,0.05765654827682616,36,0.178243411,148.25,0.727496675352462,138,0.68326641,5011,605689,766.2,24376,20667,67768,65187,0.35969779246842165,0.3170417414515164,21143,-0.26519891394168343,-0.32434381088253794 +18041,IN,Fayette,5202.24000161974,0,0.21428677355602999,1248.32874326791,0.05142022256736459,3,0.127833646,18,0.771505722000772,23,0.980057951,941,70753,1016.1,3553,2252,8816,9530,0.40301724137931033,0.23630640083945437,4587,-0.16912431941923772,-0.4813221406086044 +18043,IN,Floyd,21970.6236730828,23.112203583499326,0.29459926081529136,5444.3830924422,0.0730025354989702,8,0.105015818,57.9166666666667,0.752262198553925,67,0.879507476,2243,229109,866.9,14805,13939,35283,37225,0.4196071762605221,0.37445265278710543,7488,-0.14349686818014346,-0.20115513767629284 +18045,IN,Fountain,3224.424482336,401.40441476898616,0.18703158250208818,762.176621682862,0.0442097808400732,4,0.240124865,14.3333333333333,0.869424562254842,7,0.420218514,605,50192,840.6,2233,1476,7103,7474,0.3143742080810925,0.1974846133261975,4185,-0.34168661129100375,-0.5599411292480599 +18047,IN,Franklin,2094.70128001872,0,0.09073076969804304,591.185794424367,0.02560686942540681,7,0.305223685,20.4166666666667,0.89881869542886506,15,0.654050754,624,68690,763.6,2907,1967,10549,10990,0.27557114418428286,0.1789808917197452,6698,-0.42790785856479285,-0.6094631483166515 +18049,IN,Fulton,2688.93155634797,-16.79734850448885,0.12905219602361154,637.18339010823,0.03058088837148349,4,0.195121951,20.75,1.03033914295645,13,0.634146341,695,61233,870.1,2621,1960,8120,8374,0.32278325123152707,0.2340577979460234,4050,-0.3317733990147783,-0.48363983759254836 +18051,IN,Gibson,1293.42408330258,-62.6308528725525,0.038606216855284,284.489761598896,0.00849147125925726,7,0.207352114,33,0.979141322730914,20,0.59243461,1081,101196,835.3,4928,3720,14718,15472,0.33482810164424515,0.2404343329886246,7359,-0.30975676042940614,-0.47563340227507755 +18053,IN,Grant,12579.0165038672,-12.599977202803553,0.17954377619313455,2682.16558726396,0.03828329009383195,7,0.102086949,73,1.09057770739651,49,0.714608642,2490,205641,936.2,9589,7029,25258,25239,0.3796420935941088,0.2784975632949008,9980,-0.2200886847731412,-0.39541978683783036 +18055,IN,Greene,3960.46380511797,46.0176856379615,0.11941696985128811,959.040504502704,0.028917247233610856,9,0.275010695,22.25,0.690757815653038,22,0.672248365,1135,97972,879.1,4340,2929,13101,13763,0.3312724219525227,0.2128169730436678,7346,-0.31425082054804976,-0.5337499091767783 +18057,IN,Hamilton,87492.2420206383,-8.267326930190096,0.3186530235410345,26396.0774147898,0.09613640802417535,31,0.102437686,132.666666666667,0.419336247614893,219,0.723672688,4510,910072,602.3,43794,57214,136803,153630,0.32012455867195894,0.3724142420100241,30085,-0.34316498907187704,-0.1958276378311527 +18059,IN,Hancock,20497.433577284,-10.377139002493758,0.2928121136150967,5343.62933993058,0.07633538098812291,5,0.06946567,40.3333333333333,0.547137476204042,45,0.625191031,1880,215573,788.8,9303,8901,32758,36027,0.2839916966847793,0.2470647014738946,16149,-0.4104951462238232,-0.4482471479723541 +18061,IN,Harrison,1864.7545584559,-13.406648601322448,0.0473720800339371,423.939941014789,0.01076973734922236,3,0.07633782,29.75,0.746999447597047,19,0.483472862,1165,117867,841.7,6600,4776,17646,18528,0.37402244134648077,0.25777202072538863,8217,-0.2283236994219653,-0.44349093264248707 +18063,IN,Hendricks,39540.9318003327,-26.312558076852167,0.2718561396535717,11033.4170805612,0.07585815604588031,9,0.0576716,75.5,0.470082809289583,120,0.768954734,3242,467860,726.9,21100,22595,66590,75258,0.31686439405316114,0.3002338621807648,25731,-0.34852079891875654,-0.3419038507534083 +18065,IN,Henry,1826.32833870122,-18.79997711329663,0.036923867589285106,407.271847600583,0.008234035170445655,8,0.163281968,45.1666666666667,0.930868421233418,25,0.510256149,1762,147108,900,7613,5124,18996,20075,0.40076858285954936,0.2552428393524284,8771,-0.169667298378606,-0.4369115815691158 +18067,IN,Howard,22218.6050532589,-13.29489334002846,0.26849629076347276,5242.66509058642,0.06335393815963868,11,0.132558868,86.6666666666667,1.04963989277525,77,0.927912077,3027,248074,916.4,15097,11215,36194,36754,0.4171133337017185,0.3051368558524242,12460,-0.14331104602972872,-0.3390107199216412 +18069,IN,Huntington,8245.43548047286,7.950569128600115,0.2221052548344157,2012.8654782503,0.054220059213724275,5,0.136217512,28.9166666666667,0.794413919413919,31,0.844548575,1240,110134,871.8,4596,3506,15753,15974,0.2917539516282613,0.21948165769375236,8143,-0.3977655049831778,-0.5097658695379992 +18071,IN,Jackson,6621.65116990927,1.9670267217230264,0.15625946691309398,1696.49168093381,0.04003425714871176,10,0.228806773,38.1666666666667,0.867168033687017,34,0.777943027,1420,131386,918.4,5838,3843,16704,17532,0.3494971264367816,0.21919917864476385,9014,-0.27424568965517243,-0.5141455624001825 +18073,IN,Jasper,3056.56976236764,26.255203464079823,0.09130084719420635,868.892272159923,0.025954127252521744,8,0.238984317,39.75,1.18894505428768,21,0.627333831,965,100346,827.1,4672,3329,12891,13331,0.36242339616786906,0.24971870077263522,6053,-0.25467380342874874,-0.4540544595304178 +18075,IN,Jay,4122.41987153247,0.35074348597406707,0.19396884541158754,1000.21511039794,0.047062302281933845,3,0.141649747,14.5,0.688967024612753,9,0.424949242,732,63542,930.6,3063,1889,7897,7962,0.3878688109408636,0.23725194674704847,3808,-0.20007597821957707,-0.4782717910072846 +18077,IN,Jefferson,5379.9272324687,12.725245028876738,0.16590376318208647,1231.82242308655,0.03798638285082491,6,0.184649474,28.6666666666667,0.884282394554466,19,0.584723334,1163,97446,995.1,5728,4325,13120,13461,0.43658536585365854,0.32129856622836345,4213,-0.10426829268292687,-0.3129782334150509 +18079,IN,Jennings,7999.89410769224,53.07327215377532,0.2804520283152407,2157.16247806775,0.07562357504181419,2,0.071428571,19,0.684487354996758,11,0.392857143,857,84174,976.7,3818,2364,10237,11115,0.37296082836768585,0.2126855600539811,5858,-0.22408908860017585,-0.5270355375618534 +18081,IN,Johnson,40026.7514147481,-6.048190348871321,0.2866137125664005,10178.1615131467,0.07288127452952799,13,0.088112893,88.5,0.582305799370978,125,0.847239355,3773,442881,798.4,17080,17318,57362,66229,0.2977580976953384,0.2614866599223905,28138,-0.38450542170775076,-0.4248592006522822 +18083,IN,Knox,10536.5588549086,116.27039233096335,0.2741040284835744,2328.51770385239,0.06057538251437018,4,0.105435184,29.0833333333333,0.770541896283736,25,0.658969898,1390,113795,960.7,5228,3772,15145,15483,0.34519643446682075,0.24362203707291868,7305,-0.2894684714427203,-0.47180778918814187 +18085,IN,Kosciusko,14141.1308944476,-19.128787077101293,0.1828011439598697,3784.05777969566,0.04891617905964037,15,0.190927142,60.75,0.76809285389167,54,0.687337712,2139,234941,808.6,6862,6311,30039,31907,0.22843636605745865,0.1977935876140032,17598,-0.5223542727787209,-0.551540414329144 +18087,IN,LaGrange,59.0375741440803,-88.69193428483459,0.0015901091937104157,16.789925288409,4.522173370073529e-4,8,0.208138204,19.5,0.498593710048581,8,0.208138204,778,115320,729.5,2897,2080,9311,9552,0.31113736440768985,0.21775544388609716,4945,-0.357641499301901,-0.5176926298157454 +18089,IN,Lake,147709.011983438,6.581025414543032,0.29779742539578835,38065.6617119608,0.07674451207540407,81,0.16522924,394.333333333333,0.811642646709725,405,0.826146201,14512,1469999,852.1,130824,116896,201648,200247,0.6487741014044275,0.5837590575639086,41331,0.30958402761247317,0.2064000958815862 +18091,IN,LaPorte,28376.921769712,36.10498834144427,0.2545768861610342,6556.33130713731,0.0588185858338101,19,0.170489214,98.5833333333333,0.896089927131149,70,0.628118158,3560,333955,889.1,24104,19795,43657,44994,0.5521222255308427,0.4399475485620305,2883,0.12586755846714154,-0.0640752100280037 +18093,IN,Lawrence,4370.66899292182,5.43087938217599,0.09473856576325096,962.982974959089,0.020873606775026858,9,0.196919307,35,0.768926578496419,22,0.481358306,1670,136955,923.1,5779,4210,17822,19076,0.32426214790708113,0.22069616271755085,9824,-0.3278532151273707,-0.5149926609352065 +18095,IN,Madison,34367.4647632017,4.710588569160663,0.2610795281169414,7395.32439151619,0.05618010568169947,20,0.15376454,105.5,0.815957183516892,77,0.59199348,4503,390123,910.6,24404,18595,52340,53660,0.46625907527703475,0.34653373089824824,13781,-0.044917844860527356,-0.25682072307118897 +18097,IN,Marion,219009.703422696,-3.392254005203406,0.2424301532364054,59591.3546354877,0.06596393223711906,163,0.174472808,786.916666666667,0.836052296164554,832,0.890560593,23564,2802066,876.4,215474,212676,357745,361070,0.6023117024696362,0.589015980280832,82448,0.2217864680149268,0.22834353449469635 +18099,IN,Marshall,7139.5320684617,-3.886007826787921,0.15174028327690592,1933.50270315699,0.041093764280397654,9,0.191054408,37.5833333333333,0.807271529627402,43,0.912815505,1390,140856,760.4,6136,4798,17751,18008,0.34567066644132727,0.26643713904931143,7488,-0.28865979381443296,-0.41581519324744554 +18101,IN,Martin,275.751319595234,2.921761418650266,0.026683890032439907,72.2065359465687,0.006987278492990972,3,0.294031167,6.91666666666667,0.680038016583096,9,0.882093502,311,30658,804.1,1351,881,4742,4807,0.2849008857022353,0.1832743915123778,2814,-0.40299451708140027,-0.5853962970667776 +18103,IN,Miami,7288.49712390266,8.773027985940919,0.19750419000901445,1906.34336619258,0.05165822199259084,11,0.305946487,29.25,0.815149235013795,22,0.611892974,1086,107969,833,4220,2766,12758,13440,0.3307728484088415,0.20580357142857142,7209,-0.3090609813450384,-0.5363839285714286 +18105,IN,Monroe,20102.6612313355,-26.520983715997183,0.145698908717117,4303.19111157283,0.03118842036595902,20,0.139529367,70.6666666666667,0.485694910283903,111,0.774387989,2647,430373,676.2,22885,34183,40200,57623,0.5692786069651742,0.5932179858736962,13656,0.16495024875621894,0.23698870242784997 +18107,IN,Montgomery,5511.10293945507,20.39612675032866,0.1445573113905957,1293.12973659585,0.03391904670537851,8,0.209720547,37.4166666666667,0.982735374971547,27,0.707806847,1168,114373,797.3,4244,3362,14349,15101,0.29576974005157153,0.2226342626316138,7689,-0.38497456268729524,-0.5091715780411893 +18109,IN,Morgan,10034.5689654583,-18.548725959856167,0.14565229142535344,2508.70438914096,0.03641397493455105,7,0.100440503,51.4166666666667,0.737706486078032,38,0.545248447,2020,208619,887.7,7969,6037,28251,31180,0.2820785104952037,0.19361770365618985,17634,-0.4113836678347669,-0.5655548428479795 +18111,IN,Newton,2267.03404583037,1070.876212985407,0.15915712200437868,487.999356945677,0.03425999416917137,3,0.211924272,13.5,0.96954898017811,10,0.706414241,462,42109,829.1,2212,1403,5652,5791,0.3913658881811748,0.24227249179761698,2671,-0.19090587402689319,-0.4612329476774305 +18113,IN,Noble,2720.93795481059,-15.82928476107549,0.057239522778748525,804.157133885543,0.01691680271553229,9,0.189004158,33,0.692724295730299,26,0.546012012,1287,142829,799.8,5229,3904,16244,16890,0.3219034720512189,0.2311426879810539,8294,-0.3355700566362965,-0.4910597986974541 +18115,IN,Ohio,NA,NA,NA,NA,NA,1,0.165700083,4,0.674308833445718,2,0.331400166,188,17972,763.6,992,686,2812,2917,0.352773826458037,0.23517312307164895,1432,-0.2720483641536273,-0.49091532396297566 +18117,IN,Orange,2066.74842187058,73.82577315440741,0.10417078739267036,477.606343591733,0.02407290038264783,4,0.203811271,17.3333333333333,0.89647444185846,14,0.713339448,690,59027,943.1,2939,2048,7753,8189,0.379079066167935,0.25009158627427036,3752,-0.216174384109377,-0.4581756014165344 +18119,IN,Owen,171.997325877946,13.338305425958765,0.007972066089360186,31.3844718185569,0.0014546684504545492,2,0.095378893,16,0.767754318618042,7,0.333826124,717,63081,979.4,2823,1946,8107,8520,0.3482175897372641,0.2284037558685446,4205,-0.276181078080671,-0.49354460093896707 +18121,IN,Parke,2149.84944102521,33.91152972447126,0.12398924049975259,441.255743361854,0.02544874233588177,2,0.116056403,12.6666666666667,0.753968253968254,5,0.290141009,462,51327,733.2,2106,1441,6504,6576,0.3238007380073801,0.2191301703163017,3422,-0.32626076260762604,-0.5203771289537713 +18123,IN,Perry,5976.13310846147,12.644284724181007,0.309035738362885,1153.14095644744,0.05963082823701727,4,0.205613241,10.5833333333333,0.558016098984147,14,0.719646345,630,58183,817.1,4314,3062,7866,8025,0.5484363081617086,0.3815576323987539,1494,0.11581489956775998,-0.18616822429906538 +18125,IN,Pike,990.517539774276,52.99938404492184,0.07711308211555282,216.08880136359,0.016822794967971195,3,0.237642586,7.58333333333333,0.610034054648326,5,0.396070976,439,37895,851.7,2125,1297,5924,5977,0.3587103308575287,0.2169984942278735,3101,-0.25354490209318026,-0.5188221515810607 +18127,IN,Porter,52406.9133449128,-17.790753265390283,0.31888740831622153,13243.3752332169,0.08058375004239243,12,0.071823601,89.9166666666667,0.535884920327471,111,0.664368311,4349,501574,785.8,36950,33531,72487,76492,0.5097465752479755,0.4383595670135439,5188,0.03797922386083025,-0.06782408617894681 +18129,IN,Posey,5706.22162973052,-4.457165203276646,0.2202324056244894,1291.31270127387,0.04983839063195176,3,0.117462803,13.6666666666667,0.536452608991469,10,0.391542678,741,76529,796.4,4531,3515,12216,12448,0.3709070072036673,0.28237467866323906,4878,-0.23706614276358873,-0.3918701799485861 +18131,IN,Pulaski,354.733496813788,0,0.026468698463944788,82.9521728539767,0.00618953684927449,2,0.15423768,13,1.02685624012638,9,0.694069561,452,38879,876.7,1899,1327,5399,5437,0.3517318021855899,0.24406842008460547,2527,-0.2717169846267828,-0.4647783704248666 +18133,IN,Putnam,1799.8176053775,70.06014795024575,0.04740978335161868,388.13355647539,0.010223995903258171,4,0.106332075,28.4166666666667,0.759073262812979,23,0.611409432,1076,112752,820.4,4504,3356,13813,14680,0.3260696445377543,0.22861035422343323,7281,-0.3257800622601897,-0.4959809264305177 +18135,IN,Randolph,3755.088578971,-28.341522833508005,0.14348280841278516,957.01884729304,0.03656791285365634,4,0.157579578,25.0833333333333,1.00005315897191,8,0.315159155,897,76113,850.4,3768,2446,10188,10456,0.36984687868080096,0.2339326702371844,5069,-0.24047899489595598,-0.4847934200459067 +18137,IN,Ripley,733.8206545672,0.21339767785523311,0.025463968858602262,209.144524751231,0.007257426773240023,8,0.280731305,21.6666666666667,0.751115117058402,15,0.526371197,932,85742,852.6,3241,2471,10982,12790,0.2951192861045347,0.19319781078967943,7335,-0.38635949735931524,-0.5734949179046129 +18139,IN,Rush,570.539421258247,-3.8579988419551228,0.03280470453416783,124.927680017306,0.007183054278823943,2,0.118399242,12.6666666666667,0.760806454842133,10,0.591996211,577,50507,846.5,2221,1525,7026,7214,0.316111585539425,0.21139451067369006,3767,-0.34329632792485054,-0.5221790962018298 +18141,IN,St. Joseph,83408.9702290678,-7.4773849297401425,0.31247389860701,20003.6418885175,0.07493937342803009,46,0.171886794,200.833333333333,0.746201185747743,211,0.78843725,7898,803005,827.8,56458,52247,110644,109452,0.510267163153899,0.47735080217812376,228,0.035094537435378326,0.0020831049227058585 +18143,IN,Scott,830.983063254971,-33.5386802630952,0.03436512399218271,193.560528264701,0.008004653581932137,4,0.168690958,22,0.927096502317741,19,0.801282051,882,71222,1088.2,3998,2642,8716,9060,0.45869664983937586,0.29161147902869755,3432,-0.062069756769160156,-0.37880794701986753 +18145,IN,Shelby,5949.08272108818,31.746207475817744,0.13387979838617742,1361.09855661804,0.03063053732599784,7,0.157024608,27.1666666666667,0.612910988779593,23,0.515937998,1288,133464,808.8,5357,4247,16743,17935,0.3199546078958371,0.23679955394480068,8471,-0.3353640327300962,-0.47231669919152497 +18147,IN,Spencer,2.09551611123607,17.19436663862676,1.0001508740149247e-4,0.0011725302319974,5.59626876669244e-8,5,0.240373059,12.25,0.593277799302596,10,0.480746118,544,62373,666.1,4026,2861,9725,9959,0.4139845758354756,0.28727783914047594,3711,-0.15311053984575834,-0.37262777387287876 +18149,IN,Starke,1304.23105122149,-5.122138901273817,0.05582463943934811,345.394693170674,0.014783833119491248,5,0.216694115,23.1666666666667,1.00685239109334,8,0.346710583,845,69183,1022.2,3809,2489,8752,9226,0.4352148080438757,0.26978105354433124,3878,-0.10614716636197441,-0.4203338391502276 +18151,IN,Steuben,6418.32293245979,-11.495933178067903,0.18775260881848146,1434.09935254459,0.04195112922464794,7,0.204034045,29.8333333333333,0.874467503028882,21,0.612102134,958,103106,752.3,4846,3741,13677,14530,0.35431746728083646,0.2574673090158293,6386,-0.2702347005922351,-0.439504473503097 +18153,IN,Sullivan,1042.41717498011,-1.1814428352428759,0.04854096274645449,246.788295047932,0.011491888011545145,3,0.142517815,17.9166666666667,0.861295388263949,11,0.522565321,733,63105,948.6,3191,2113,8289,8559,0.38496802991917,0.2468746348872532,4025,-0.20641814452889373,-0.47026521789928727 +18155,IN,Switzerland,487.624455233279,0,0.04594595828071977,177.714994656475,0.016745029177091773,2,0.191350938,12.8333333333333,1.21908742598398,5,0.478377344,324,31537,901.7,1437,930,3397,3639,0.4230203120400353,0.25556471558120364,1628,-0.12805416544009418,-0.44737565265182744 +18157,IN,Tippecanoe,32253.6397567729,-33.13578407700799,0.1866746137097633,8003.17204755081,0.04632001416570674,22,0.120169986,111.916666666667,0.595114653734555,137,0.748331276,3459,550786,731.2,26642,27207,56696,61916,0.46990969380555947,0.4394179210543317,3504,-0.036439960491039924,-0.05659280315265841 +18159,IN,Tipton,1878.9409321202,-63.46209907959385,0.1179054299774222,384.471842787927,0.024125994150848835,2,0.129743756,10,0.65867474641022306,10,0.64871878,509,46284,753.8,2432,1587,7364,7510,0.3302552960347637,0.21131824234354193,4002,-0.3178978815860945,-0.5328894806924102 +18161,IN,Union,NA,NA,NA,NA,NA,1,0.138007176,7,0.970604547975596,4,0.552028705,226,21691,848,1018,715,3099,3286,0.3284930622781542,0.2175897748021911,1730,-0.3239754759599871,-0.5264759586122946 +18163,IN,Vanderburgh,35885.1020438684,0.8822954529386233,0.19969116844943266,8021.35076051927,0.04463671035274464,40,0.219772975,152.333333333333,0.838281394738821,161,0.884586222,5932,545316,874.9,31659,28296,72416,71957,0.43718239063190456,0.3932348485901302,12126,-0.10833241272646932,-0.16851730894839972 +18165,IN,Vermillion,2072.00482894055,-7.725209256830587,0.12780686090183505,433.890152689452,0.026763517930511474,3,0.191168037,15,0.958772770853308,7,0.446058752,640,47244,980.3,2979,2081,6578,6913,0.45287321374277895,0.3010270504845942,2430,-0.06795378534508972,-0.3515116447273253 +18167,IN,Vigo,36598.0959965341,25.697695524164654,0.33934886132829634,6969.04703678219,0.06461915878627504,17,0.157152762,88.5833333333333,0.820740411312166,93,0.859718049,3458,324421,923.7,19707,15922,39843,39569,0.4946163692493035,0.40238570598195555,6002,0.008508395452149708,-0.15168439940357348 +18169,IN,Wabash,3443.89776208595,24.767735463554697,0.10471593779147258,633.162977882805,0.01925209735717602,7,0.217040804,28,0.881556577041748,26,0.806151556,1243,96771,844.7,3929,3018,12702,13415,0.3093213667139033,0.22497204621692135,6801,-0.36206896551724144,-0.5069698099142751 +18171,IN,Warren,403.050267230325,51.7951515259492,0.047373092058101196,96.2676556797624,0.011314957179097602,2,0.239463602,3.33333333333333,0.408196587476529,0,0,250,24976,706.8,1324,839,3798,3919,0.3486045286993154,0.214085225822914,2057,-0.2772511848341232,-0.5248787956111253 +18173,IN,Warrick,17692.8442995398,4.404082655385299,0.2964171673095512,4755.72939799746,0.07967513943938515,8,0.130827978,22.5833333333333,0.361344896370017,29,0.474251419,1586,184253,713.8,8791,9086,24627,29609,0.3569659317009786,0.3068661555608092,10047,-0.26633369878588536,-0.3393225032929177 +18175,IN,Washington,2713.39186649667,-1.4321341111145898,0.09600848724423855,695.891887113333,0.0246228818595051,6,0.215223474,17.1666666666667,0.620407179857848,10,0.35870579,930,83545,980.5,3909,2636,10725,11333,0.36447552447552445,0.23259507632577428,5570,-0.24456876456876464,-0.49148504367775525 +18177,IN,Wayne,9994.70932011018,-14.450806316029881,0.14502531044749742,2328.89273707576,0.03379271786461628,7,0.103441652,65.3333333333333,0.981452549773665,43,0.635427288,2607,202287,934.3,10591,8322,25458,25575,0.4160185403409537,0.3253958944281525,7706,-0.1465158299945008,-0.30130987292277617 +18179,IN,Wells,2543.74709038409,-13.35506491386235,0.09204469135852113,566.809086831637,0.020509809192055185,2,0.071782356,14.75,0.527746967691152,13,0.466585313,880,83524,771.7,3434,2585,12922,13123,0.2657483361708714,0.1969823973176865,7414,-0.45047206314811944,-0.5649622799664711 +18181,IN,White,3863.97358756372,57.17558042738947,0.1567980192169671,917.939226954702,0.03724949182139764,3,0.122684333,22.6666666666667,0.944483797936025,18,0.736105999,844,73040,823.3,3635,2563,9901,9902,0.3671346328653671,0.258836598666936,4250,-0.2358347641652358,-0.42920622096546157 +18183,IN,Whitley,1687.94835628103,0,0.05070132032563469,426.585167685524,0.012813443700754656,6,0.179624585,25.8333333333333,0.772320049428483,20,0.598748615,904,100060,723.7,4420,3379,15005,15535,0.29456847717427526,0.21750885098165432,7978,-0.38900366544485165,-0.5135500482780818 +19001,IA,Adair,489.787852159838,-19.052199339981748,0.06375785630823197,105.607642202477,0.013747415022452095,2,0.268312316,7.66666666666667,1.08103026884753,3,0.402468473,344,22081,838.7,1788,1127,3959,3759,0.4516291992927507,0.29981378026070765,1329,-0.08133367011871684,-0.35355147645650437 +19003,IA,Adams,258.774842516174,6.289940830723702,0.06422805721424026,55.3040442573838,0.013726493982969424,1,0.258064516,3.75,1.01543460601137,2,0.516129032,155,11559,802.3,1018,565,2158,2082,0.47173308619091753,0.271373679154659,828,-0.039388322520852614,-0.39769452449567727 +19005,IA,Allamakee,1164.83079367155,-57.30382106195462,0.08128616843486043,236.391327976924,0.016496254569220097,7,0.498646531,14.3333333333333,1.03236339191395,3,0.213705656,497,41980,721.5,3511,2409,6824,6837,0.5145076201641267,0.3523475208424748,1663,0.041178194607268515,-0.24323533713617085 +19007,IA,Appanoose,1609.21526828434,-13.423804515778052,0.12487120883714907,321.51487391494,0.024948775813993948,5,0.394913514,13.25,1.06323222596694,8,0.631861622,528,37790,877.5,2934,1813,6176,6096,0.47506476683937826,0.2974081364829396,2218,-0.03545984455958551,-0.36384514435695536 +19009,IA,Audubon,462.27035139835,82.21589406789388,0.07554671537806014,88.5963634251239,0.014478895804073197,1,0.172592337,5.41666666666667,0.953974404132911,1,0.172592337,230,17446,718.6,1608,1079,3439,3379,0.46757778423960455,0.31932524415507546,1056,-0.055830183192788596,-0.3125184965966262 +19011,IA,Benton,3565.66121725282,-6.745932485265368,0.13674111126142122,901.915753120407,0.034587964147891045,3,0.11682243,16.25,0.632320323748006,6,0.23364486,698,77035,657,6850,4672,13959,13690,0.49072283114836307,0.3412710007304602,3554,-0.006089261408410318,-0.2596055514974434 +19013,IA,Black Hawk,38072.0946308971,21.940178928085547,0.2904271464711046,7697.2743123602,0.05871747892562515,24,0.180590984,122.833333333333,0.924226007744939,80,0.601969947,3557,399292,735.9,39338,32006,66205,63221,0.5941847292500566,0.5062558327138135,4624,0.2002869873876595,0.07314025402951552 +19015,IA,Boone,3083.22174961925,-9.901186144733694,0.11720602712762299,671.375149471323,0.025521749770825018,4,0.151325994,20.25,0.763229308005427,8,0.302651988,860,79426,754.4,7457,5517,14237,13984,0.5237760764205942,0.39452231121281467,1941,0.06440963686169837,-0.13880148741418763 +19017,IA,Bremer,2217.67181208332,20.006927863867933,0.09135243912025541,576.335936610996,0.023740976133259026,5,0.20225719,19.75,0.796435196386805,13,0.525868695,628,73873,560.3,6710,5349,13218,13350,0.5076410954758662,0.4006741573033708,1850,0.024738992283250105,-0.13857677902621718 +19019,IA,Buchanan,4140.59652976771,50.337173032248074,0.19756639611450091,1026.20262688104,0.04896472119863728,3,0.142599106,17,0.809832317073171,7,0.332731248,622,63137,747.3,5903,3966,10478,10137,0.5633708723038748,0.39124001183782187,1538,0.13933956861996571,-0.15172141659268024 +19021,IA,Buena Vista,1931.80097234484,-29.466135014381383,0.09535049221840276,471.241599598117,0.023259703830114362,4,0.19438235,13.3333333333333,0.655780706931602,9,0.437360288,578,61747,679,3683,2851,8322,8179,0.44256188416246095,0.34857562049150265,2044,-0.10394136024993988,-0.24990830174838002 +19023,IA,Butler,6659.7930656739,-1.3045650308647554,0.4479580995274029,1481.2799356952,0.09963542985775208,4,0.266560043,15.8333333333333,1.07047078178171,1,0.066640011,544,44891,692.9,3321,2163,7510,7457,0.4422103861517976,0.29006302802735684,2755,-0.10426098535286282,-0.3694515220598096 +19025,IA,Calhoun,264.521998757905,-94.24719480395451,0.027354911970827823,53.3316013743924,0.0055151604316848405,4,0.4054328,9.58333333333333,0.973322499830726,4,0.4054328,442,29588,779.2,2232,1396,5190,5105,0.4300578034682081,0.27345739471106756,2070,-0.1267822736030828,-0.405484818805093 +19027,IA,Carroll,1039.60033665824,9.52000708572982,0.0499423682099462,243.77828919223,0.011711101517689759,6,0.291800409,17.8333333333333,0.87260034904014006,15,0.729501021,749,61623,696,4912,3305,10581,10435,0.46422833380587847,0.3167225682798275,3322,-0.06284850203194403,-0.3183517010062291 +19029,IA,Cass,3557.69377527767,0,0.2549221679046768,817.050031595275,0.058544714215769206,6,0.446162998,13.5833333333333,1.03240353677383,9,0.669244497,596,40443,859.8,2856,1946,7167,7055,0.3984930933444956,0.27583274273564845,2809,-0.18920050230221847,-0.398157335223246 +19031,IA,Cedar,3724.59720726975,90.68499261627385,0.2013404620395562,941.773577046253,0.050909431701511056,3,0.162946065,17.0833333333333,0.925725226689787,9,0.488838195,536,55059,606.4,4931,3578,9548,9386,0.5164432341851697,0.3812060515661624,1697,0.044093003770423134,-0.18080119326656718 +19033,IA,Cerro Gordo,7309.1691773412,-0.4059376157970776,0.16554934604745533,1644.6202483335,0.03724989803930828,10,0.231192491,37.6666666666667,0.874545313830199,38,0.878531465,1519,129719,744.5,13204,9840,23548,22633,0.5607270256497368,0.4347633985772986,1743,0.1324953286903347,-0.07701144346750322 +19035,IA,Cherokee,935.688539084868,6.4540600078212735,0.07750899097787177,202.693948795094,0.016790419880309312,3,0.253464008,8.91666666666667,0.774823311319662,9,0.760392024,486,35285,717.1,2623,1676,6367,6186,0.411967959792681,0.2709343679275784,2512,-0.1622428145123292,-0.4060782411897834 +19037,IA,Chickasaw,1875.61962620909,2.219885310391062,0.15078540286269718,473.247511157872,0.03804546275085393,2,0.16307893,10.9166666666667,0.907981923535446,5,0.407697326,404,36516,707.9,3552,2264,6462,6367,0.5496750232126276,0.3555834773048531,1475,0.1108016094088517,-0.23166326370347107 +19039,IA,Clarke,735.249619214578,0,0.07917829196797092,179.897100582316,0.019372937818470385,3,0.325485516,12.0833333333333,1.29802699896158,4,0.433980688,327,27738,823.1,2187,1463,4398,4405,0.4972714870395634,0.3321225879682179,1243,0.014324693042291947,-0.2821793416572077 +19041,IA,Clay,1748.36402029142,10.690238418028656,0.10489974322262074,405.236099490106,0.02431367969581245,2,0.121102028,13,0.795934610910427,20,1.211020285,607,49505,730.1,3363,2246,8400,8542,0.40035714285714286,0.26293608054319834,3624,-0.18702380952380948,-0.4242566143760243 +19043,IA,Clayton,629.400025812553,-81.17595937446278,0.03471785679367605,130.993474030787,0.007225631531291688,5,0.282613611,15.8333333333333,0.900132651127534,13,0.734795388,584,53112,648,4768,3236,9035,9098,0.5277255118981737,0.3556825675972741,2073,0.06884338682899832,-0.22785227522532425 +19045,IA,Clinton,10260.3797117651,0.5276404695776625,0.20890096326584207,2460.57436110716,0.05009720582105953,7,0.14567855,41.8333333333333,0.884257399930951,25,0.520280535,1658,143996,795.3,15123,10079,24873,22748,0.6080086841153057,0.4430719184104097,1170,0.2291641539018212,-0.05143309301916649 +19047,IA,Crawford,4536.4583346839,-0.3310220294677655,0.26535203174332594,1162.43765129805,0.0679947152139711,5,0.290225215,9.83333333333333,0.580480125934671,9,0.522405387,493,51690,664.9,3035,1985,6686,6862,0.4539335925815136,0.2892742640629554,2623,-0.08211187556087346,-0.38225007286505386 +19049,IA,Dallas,3511.27822604048,2.8613362207847914,0.05309258677009874,1084.01946132214,0.016391010226387538,11,0.142118863,54.0833333333333,0.639918279773455,41,0.529715762,1240,232453,582.3,16466,15662,37799,37617,0.435619989946824,0.4163543078927081,3626,-0.11786026085346174,-0.09639258845734644 +19051,IA,Davis,955.733717748634,-17.733046866254828,0.10918927427723454,244.20264439424,0.027899308167969837,2,0.227764492,7.16666666666667,0.80887885628292,4,0.455528983,245,26270,670.1,1518,976,3738,3858,0.406099518459069,0.25298081907724207,1745,-0.1645264847512039,-0.4523068947641265 +19053,IA,Decatur,833.250569458674,-9.379584713797158,0.09852791408994609,203.986012392212,0.024120375120280476,2,0.242042842,10.1666666666667,1.24882283093805,5,0.605107104,284,24723,829.7,1790,1201,3812,3703,0.4695697796432319,0.3243316230083716,1095,-0.040661070304302216,-0.2957061841749933 +19055,IA,Delaware,1556.49317122311,0.28438507671483515,0.08762064688263398,367.631433360218,0.02069530698942907,2,0.114955742,9.91666666666667,0.572324503183856,5,0.287389355,522,52311,654.9,4605,2956,9323,9165,0.493939718974579,0.32253136933987997,2732,-0.0024670170545961767,-0.29809056192034916 +19057,IA,Des Moines,11346.952579712,15.271184794893996,0.28138754072441413,2657.21319460122,0.06589493353009845,6,0.149049807,38.25,0.962530511588113,32,0.794932307,1409,120686,789.4,11873,8178,20264,18713,0.5859159099881563,0.43702239085127986,1301,0.18471180418476119,-0.06952386041789133 +19059,IA,Dickinson,3316.51690196177,-3.2146628159260824,0.1989870343770187,522.680244065419,0.03136018744017633,3,0.177147919,14,0.811923679174158,18,1.062887511,628,50973,659.3,4088,3051,10118,10247,0.4040324174738091,0.29774568166292575,3692,-0.18017394742043874,-0.3603005757782765 +19061,IA,Dubuque,18351.666340162,1.0497093380698164,0.1959538545499023,3939.41827317343,0.04206398378240345,16,0.166026772,74,0.762863004236982,72,0.747120473,2766,289693,717.5,28600,22774,50516,49037,0.5661572571066593,0.46442482207312846,610,0.14520152031039674,-0.012439586434732974 +19063,IA,Emmet,2855.78229358433,0,0.2772065903304533,608.857005811855,0.059100854767215584,5,0.500500501,9.25,0.957755228825844,6,0.600600601,362,29544,742.4,2087,1356,4646,4707,0.4492036160137753,0.28808158062460165,1765,-0.08867843306069739,-0.37497344380709585 +19065,IA,Fayette,1137.31727370702,-2.6038224290962457,0.05446921808941666,255.908024622132,0.012256131447420115,5,0.245784791,18.5,0.922509225092251,7,0.344098707,787,61157,798.3,5709,3666,10309,9813,0.5537879522747114,0.3735860593090798,1925,0.11882820836162578,-0.1961683481096505 +19067,IA,Floyd,3026.61709089547,0,0.18564786179816417,723.417668381675,0.04437328518565141,2,0.124401319,16.6666666666667,1.05000105000105,6,0.373203956,618,48047,769.2,4674,3177,8228,7985,0.5680602819640252,0.397871008140263,1194,0.14681575109382594,-0.14953036944270504 +19069,IA,Franklin,1827.58168661598,-5.302791555055189,0.17112188076928653,385.861835239468,0.03612938532204757,3,0.287466462,13.0833333333333,1.28646345460505,5,0.47911077,346,31237,633.1,2256,1490,5133,4915,0.43950905902980714,0.3031536113936928,1663,-0.10948762906682247,-0.338351983723296 +19071,IA,Fremont,5615.53605935835,66.6081433882897,0.7546749172635869,1338.86437960135,0.17993070549675447,3,0.42722871,6.08333333333333,0.875299760191847,3,0.42722871,305,21013,845.5,1636,959,3655,3554,0.4476060191518468,0.2698368036015757,1442,-0.0916552667578659,-0.405740011254924 +19073,IA,Greene,1224.59399799827,-47.44244744917723,0.13116902292183696,237.390633822264,0.025427445782161953,1,0.108695652,9,0.998779269781378,8,0.869565217,358,27374,713.7,2369,1688,4804,4762,0.4931307243963364,0.35447291054178914,1131,-8.326394671107629e-4,-0.23750524989500216 +19075,IA,Grundy,1383.85658365986,-0.43229248133212206,0.11112636181320645,359.054692430314,0.028832786672313017,5,0.404040404,12,0.974579712498985,3,0.242424242,381,37133,598.4,2615,1847,6890,6766,0.3795355587808418,0.2729825598581141,2669,-0.23076923076923084,-0.39447236180904527 +19077,IA,Guthrie,1234.58149789635,0.4578157485818841,0.11270599761697554,291.175128861052,0.02658162578611028,4,0.373064727,10,0.941176470588235,5,0.466330908,393,32061,736.1,2565,1720,5843,5654,0.43898682183809684,0.304209409267775,1883,-0.10251583090877975,-0.3330385567739654 +19079,IA,Hamilton,2824.33923440775,-22.62127128109779,0.18020412393337268,676.837703073143,0.04318494883386352,4,0.264602765,13.1666666666667,0.87335279030689,4,0.264602765,517,45702,691.3,3776,2715,7872,7589,0.4796747967479675,0.35775464488074843,1735,-0.02667682926829268,-0.22862037159045995 +19081,IA,Hancock,1424.80900685791,0.07432740332555467,0.12563345444475002,299.438292672909,0.026403164859616347,3,0.27205949,8,0.738347946469774,3,0.27205949,374,33016,709.6,2506,1582,5881,5815,0.42611800714164255,0.272055030094583,2390,-0.13603128719605512,-0.41100601891659505 +19083,IA,Hardin,2542.41345975158,-0.9376522026370007,0.1449990566756918,568.17230976618,0.03240403272306262,6,0.346600427,21.25,1.23360037153141,6,0.346600427,670,52182,693.3,4021,2774,8775,8423,0.45823361823361825,0.32933634097115044,2457,-0.07133903133903136,-0.2917012940757449 +19085,IA,Harrison,2657.99591517302,-0.611786055209763,0.17805438874417337,591.080492731571,0.039595424218352826,5,0.349064507,12.6666666666667,0.895234056588216,7,0.48869031,553,43019,829.8,3131,2123,7282,7378,0.4299642955232079,0.28774735700731907,2769,-0.1274375171656138,-0.37530496069395497 +19087,IA,Henry,6159.79894683815,5.370892081053381,0.3057730924218491,1527.06537979023,0.07580369222090991,3,0.148389969,13.5833333333333,0.686963704715184,9,0.445169907,649,60057,761.9,4451,2897,9613,9286,0.46301882866951005,0.3119750161533491,2867,-0.0597108082804535,-0.30874434632780534 +19089,IA,Howard,3524.87173250832,-5.6213201756693305,0.3684791691938448,891.079794766153,0.09315072075749038,1,0.105831305,8.66666666666667,0.928704100585798,3,0.317493915,337,28346,700.6,2767,1674,4625,4507,0.5982702702702702,0.3714222320834258,937,0.21059459459459456,-0.20789882405147547 +19091,IA,Humboldt,1458.02592460806,-14.992020155683708,0.14855078192644525,327.109940617932,0.0333275538072269,3,0.31120332,10.5,1.10677769579424,4,0.414937759,354,28854,702.8,1967,1251,5124,5033,0.383879781420765,0.2485595072521359,2313,-0.22092115534738482,-0.45956685873236636 +19093,IA,Ida,75.2501586011904,0,0.010615059754717224,21.3917155005183,0.003017592819934871,3,0.426015337,6.33333333333333,0.906704843712718,2,0.284010224,251,21184,636.6,1317,792,3626,3590,0.36321014892443465,0.22061281337047353,1863,-0.26447876447876445,-0.518941504178273 +19095,IA,Iowa,2590.72629435939,26.136683587410907,0.15840576547596394,590.742088255652,0.03611996871022024,6,0.366412214,12.5833333333333,0.771463020865265,7,0.427480916,558,49144,718.2,4118,3070,8788,8789,0.46859353664087394,0.3493002616907498,2123,-0.049271734182976756,-0.2415519399249061 +19097,IA,Jackson,4549.35277747859,11.835049135581475,0.22920963207772016,1018.07352837286,0.05129350707239319,3,0.153988297,14.5833333333333,0.748938646946042,5,0.256647161,686,58446,779,5877,3837,10166,10204,0.5781034821955539,0.37602900823206586,1984,0.16781428290379702,-0.19443355546844376 +19099,IA,Jasper,6166.54282155932,1.453264300436747,0.1673780690939504,1502.66063976555,0.040786619612549535,6,0.162725103,28.3333333333333,0.771857179179834,19,0.51529616,1123,110440,706.1,10240,7108,19385,18776,0.5282434872323962,0.3785683851725607,3448,0.0707763734846531,-0.18363868768640818 +19101,IA,Jefferson,2066.0830935575,-10.401978609745141,0.12266716698673039,473.310489888914,0.02810131745466449,2,0.115440115,12.4166666666667,0.686382900313249,11,0.634920635,456,52400,621.8,4772,3702,8405,8001,0.5677572873289709,0.46269216347956504,36,0.1597858417608567,-0.004499437570303744 +19103,IA,Johnson,20182.3686639133,-7.861981957552366,0.15420278314751687,5052.21653515665,0.03860130908113148,20,0.140560979,80.5,0.549311824875296,106,0.744973188,2070,426523,585,50090,49942,74928,75637,0.6685084347640401,0.6602853100995545,28949,0.3541266282297672,0.38273596255800735 +19105,IA,Jones,3326.84132067644,33.34763143017034,0.16119979264833995,724.79700584896,0.03511953706022677,4,0.195560771,14.1666666666667,0.693119363308707,5,0.244450963,647,61457,705.9,5514,3779,10371,10011,0.531674862597628,0.3774847667565678,1939,0.07733101918812069,-0.19368694436120265 +19107,IA,Keokuk,2671.36829976555,0,0.2541497764023927,623.532698993362,0.05932191979767501,3,0.293226469,9.66666666666667,0.955298613169944,4,0.390968625,359,30694,717.2,2298,1265,5221,4858,0.44014556598352805,0.2603952243721696,2120,-0.10381153035816892,-0.4363935776039522 +19109,IA,Kossuth,8277.39212549361,15.294346661448655,0.5325479074498881,1811.70838183027,0.11656104882135172,7,0.459860728,10.1666666666667,0.672665519827092,10,0.656943897,584,45664,689.5,3824,2529,8833,8505,0.4329219970564927,0.29735449735449737,3108,-0.12340088305219066,-0.36543209876543203 +19111,IA,Lee,7087.7219505923,44.06473918223399,0.19763878061994034,1449.08732351336,0.04040732038127712,7,0.19837896,31.5,0.910010111223458,19,0.538457178,1340,105648,882.8,9428,6195,16488,15893,0.571809801067443,0.38979424904045806,2567,0.16017709849587575,-0.16151764927955709 +19113,IA,Linn,52422.6807731371,-3.6036301748918733,0.24818289781152467,13532.3560191596,0.06406576850936722,28,0.12858724,154.083333333333,0.695130552209605,160,0.734784226,5104,653872,676.2,68028,58481,117122,114664,0.5808302453851539,0.510020581873997,10298,0.17589351274739162,0.08981022814484052 +19115,IA,Louisa,129.706521248975,-5.335902451747963,0.01139075447870159,37.6115115922294,0.0033030220068700623,3,0.268793119,12.5833333333333,1.12936037814875,3,0.268793119,326,33656,733.6,2449,1643,4921,4943,0.497663076610445,0.3323892373052802,1417,0.006705954074375131,-0.28666801537527814 +19117,IA,Lucas,1927.62179178979,0,0.21663540029105305,452.22787251156,0.050823541527484827,1,0.114929318,10.25,1.18538221348445,3,0.344787955,345,26067,795.1,1977,1236,4273,4297,0.4626725953662532,0.28764254130788924,1637,-0.06342148373508077,-0.38096346288107985 +19119,IA,Lyon,1299.0310214584,-30.34739295941074,0.11216915822972108,303.763593254602,0.026229478737121316,5,0.427972267,6.83333333333333,0.581362373092848,5,0.427972267,341,35124,645.5,1416,917,6466,6336,0.21899164862356943,0.14472853535353536,4271,-0.5488710176306836,-0.6740845959595959 +19121,IA,Madison,2579.27553354495,-9.186348153138576,0.16450510450570513,739.864302185842,0.04718823280731182,2,0.128131206,13.25,0.836067642604745,3,0.19219681,441,46837,715.8,3508,2666,8140,8523,0.43095823095823094,0.3128006570456412,2670,-0.12088452088452095,-0.3132699753607885 +19123,IA,Mahaska,5136.10369813753,-0.02307096580893107,0.22948499611891918,1247.67577533311,0.05574709688276261,3,0.134108181,20.3333333333333,0.916700479389267,9,0.402324542,677,67061,715.8,4207,2606,10777,10494,0.3903683770993783,0.2483323804078521,4798,-0.2053447155980328,-0.45721364589289115 +19125,IA,Marion,4309.84509225554,-7.861829624619306,0.12938980732701494,1102.29515776971,0.03309301263231289,9,0.269743743,28.5833333333333,0.861229122098687,19,0.569459014,1020,99619,769.6,7478,5469,17536,17554,0.4264370437956204,0.31155292241084653,5471,-0.13298357664233573,-0.31166685655691007 +19127,IA,Marshall,8684.09187434901,-9.036193067027048,0.21364130767439973,2288.23151536556,0.056293827872602835,9,0.220231978,41.5,1.02947013296289,22,0.538344834,1444,122727,831.5,10085,7623,18727,17700,0.5385272601057297,0.4306779661016949,1502,0.08938965130560156,-0.0848587570621469 +19129,IA,Mills,1564.62734025013,20.027461663403116,0.1038998167375078,384.37810334527,0.025524809306412776,4,0.269705347,11,0.734704782260219,2,0.134852673,385,44452,727.4,2842,2080,7169,7608,0.3964290696052448,0.2733964248159832,2970,-0.19096108243827592,-0.390378548895899 +19131,IA,Mitchell,2222.42526091041,0,0.20623842436065423,630.126925987814,0.05847503025128194,5,0.463864923,13.3333333333333,1.23881197931184,4,0.371091938,384,32345,601.7,2831,1879,5580,5360,0.5073476702508961,0.3505597014925373,1301,0.03369175627240151,-0.24272388059701494 +19133,IA,Monona,1399.29873466066,0,0.15139010436661907,271.040622423427,0.029323879954930975,2,0.222321032,8,0.899078444594291,5,0.555802579,469,27049,925,2098,1244,4707,4525,0.44571914170384536,0.2749171270718232,1871,-0.0970894412577013,-0.4134806629834254 +19135,IA,Monroe,1987.90689567945,16.87667737421836,0.24942370083807405,463.029090684511,0.058096498203828235,2,0.249968754,6,0.762388818297332,3,0.374953131,337,23912,931.9,1729,1053,3802,3844,0.45476065228826934,0.2739334027055151,1582,-0.07706470278800626,-0.4115504682622268 +19137,IA,Montgomery,2148.18850956462,0.2500511904005284,0.20001755210098882,476.079720895335,0.044327720753755594,3,0.287880242,11.4166666666667,1.11654441727791,6,0.575760484,473,31106,874,1919,1312,5e3,4998,0.3838,0.26250500200080035,2119,-0.21600000000000003,-0.423969587835134 +19139,IA,Muscatine,8657.28761393753,-15.234642372868443,0.20253333989794176,2307.523023925,0.05398346061352205,9,0.20977554,37.0833333333333,0.863608135382705,34,0.792485374,1198,128889,771.5,11213,8284,19726,19086,0.5684375950522154,0.4340354186314576,1265,0.15517590996654163,-0.06627894791994132 +19141,IA,O'Brien,4080.00209888711,31.400623336948307,0.2833728364277754,943.46360773684,0.065527407121603,7,0.498007968,15.3333333333333,1.09367570137898,10,0.711439954,574,42089,707,1964,1314,7295,7348,0.2692254969156957,0.17882416984213392,4421,-0.4516792323509253,-0.601660315732172 +19143,IA,Osceola,1194.5459011597,1.406093392155828,0.1848569949179356,265.792589614661,0.041131629466830855,2,0.321646832,3.66666666666667,0.604661389621812,2,0.321646832,207,18562,678.7,909,552,3179,3197,0.2859389745202894,0.17266187050359713,1976,-0.4139666561811891,-0.6180794494838912 +19145,IA,Page,3799.9364959426,-17.154051003886345,0.2385096972095531,785.944038242862,0.04933115981941137,4,0.258131131,12.6666666666667,0.822991791739761,8,0.51626226099999994,606,46628,774.2,2588,1801,7014,6968,0.36897633304818933,0.25846727898966704,3074,-0.24950099800399206,-0.44115958668197475 +19147,IA,Palo Alto,2054.77458317136,-35.34983766161115,0.21810578316222906,469.000565831755,0.049782461079689526,4,0.439608748,6.16666666666667,0.681625584908441,7,0.769315309,397,27402,799.3,2124,1395,4857,4674,0.43730697961704756,0.29845956354300385,1684,-0.10809141445336623,-0.36029097133076593 +19149,IA,Plymouth,747.557048792602,-27.29118432018971,0.029919036612206917,200.665266256809,0.008031108070792003,5,0.201013106,10.6666666666667,0.423280423280423,12,0.482431455,729,74558,672.1,4148,2878,12909,13057,0.32132620652258115,0.22041816650072757,6781,-0.3430939654504609,-0.5193382859768707 +19151,IA,Pocahontas,1326.01601576782,-26.420991810930396,0.18139753977671955,332.128691725506,0.04543484154931683,4,0.560381059,9,1.30699970955562,3,0.420285794,280,21270,715.3,1518,962,3992,3831,0.3802605210420842,0.25110937092143043,1730,-0.21793587174348694,-0.4515792221352128 +19153,IA,Polk,64531.0552960138,-26.51700525918834,0.14984919026568316,16615.3845237651,0.03858300325971833,76,0.165266971,371.166666666667,0.782977706054629,334,0.726304848,10049,1379918,750.1,128264,119671,227563,228420,0.563641716799304,0.5239077138604326,26250,0.1416530806853487,0.11491988442343054 +19155,IA,Pottawattamie,32133.1188904871,-8.398751891272896,0.3449313949471554,8064.19173424293,0.08656467221540748,12,0.128854909,60,0.641148938898506,70,0.751653638,2771,279706,802.8,19347,15341,41679,42226,0.46419059958252357,0.3633069672713494,9100,-0.05767892703759686,-0.21550703358120588 +19157,IA,Poweshiek,3582.33973186702,0,0.1894014873568267,838.438678719842,0.044328998557673784,5,0.267838012,18.6666666666667,1.00721235993453,9,0.482108421,676,55892,763.5,5307,4272,9858,9693,0.5383444917833232,0.4407304240173321,664,0.0910935280990059,-0.06850304343340552 +19159,IA,Ringgold,560.252100242363,-5.52442996824224,0.10918965118736366,92.059176429706,0.017941761143969205,2,0.395961196,5.08333333333333,1.00302551960011,3,0.593941794,221,15134,743.8,1181,753,2578,2684,0.4581070597362296,0.28055141579731746,1067,-0.07176105508145852,-0.3975409836065573 +19161,IA,Sac,3735.67522679783,82.6731003829146,0.3609348045215295,924.177262835286,0.08929248916282956,5,0.498256104,5.91666666666667,0.599095450249764,2,0.199302441,431,30106,735.7,2117,1269,5256,5158,0.4027777777777778,0.24602559131446297,2423,-0.18436073059360725,-0.4697557192710352 +19163,IA,Scott,18170.1577751081,-5.407830547465487,0.10997287182920217,4542.89632382654,0.02749537793435905,25,0.145868706,144.083333333333,0.835391614581522,127,0.741013029,4385,514076,740.8,50581,40302,89826,84878,0.5630997706677354,0.474822686679705,1219,0.1375770934918621,0.014361789863097663 +19165,IA,Shelby,3181.92640217996,-0.41214409859534035,0.2615210324796548,719.368719265894,0.0591245762526419,4,0.334784064,7.33333333333333,0.621468926553672,6,0.502176096,478,35845,712.2,2468,1649,6456,6270,0.3822800495662949,0.2629984051036683,2691,-0.22227385377943,-0.4291866028708134 +19167,IA,Sioux,1430.53920456424,2.3946374552443643,0.042444196669957274,406.184715753072,0.01205152847593971,8,0.230673856,19,0.544443807668061,23,0.663187336,763,104165,550.5,2683,2289,17181,17989,0.15616087538560036,0.12724442714992495,12472,-0.6797043245445551,-0.6933125799099449 +19169,IA,Story,17893.2169499397,10.966279465315115,0.19983043655423935,2707.84497798887,0.030241059815381274,12,0.127560512,58.5833333333333,0.603392041748206,66,0.701582813,1540,285104,589.9,25940,25085,46529,48910,0.5575017730877517,0.5128808014720916,5974,0.13718326205162373,0.12214271110202413 +19171,IA,Tama,3032.75522212361,-5.353072029725173,0.17069596567364273,786.040199787694,0.04424158269756819,5,0.286516532,16,0.923840868410416,6,0.343819838,629,52237,754.3,4737,3194,8930,8636,0.5304591265397537,0.3698471514590088,1774,0.07402015677491608,-0.2054191755442334 +19173,IA,Taylor,267.964001415981,-46.316175295292055,0.04241950315275938,67.8692871204221,0.010743911211084709,2,0.325573824,6,0.965250965250965,0,0,253,18553,761.7,1261,755,2978,3003,0.42343854936198794,0.2514152514152514,1353,-0.14069845533915376,-0.45054945054945056 +19175,IA,Union,2448.15388243863,0.23296198678027527,0.19532103737343465,523.322931494254,0.04175226834962933,3,0.239693193,12.0833333333333,0.97289318303811,5,0.399488655,459,37703,842.3,3029,1920,5899,5768,0.513476860484828,0.332871012482663,1601,0.038820139006611354,-0.2775658807212205 +19177,IA,Van Buren,3945.21216490873,-42.832414772234294,0.5211640904767146,956.303683294276,0.1263280955474605,5,0.669523299,12,1.65039196809242,2,0.26780932,273,22197,790.4,1398,843,3540,3526,0.3949152542372881,0.23908111174134997,1681,-0.18644067796610175,-0.4767441860465117 +19179,IA,Wapello,15751.4670921351,59.394508495421604,0.4421464446915116,3963.15410209048,0.11124643093587312,6,0.170396456,36.0833333333333,1.0314828578507,23,0.653186414,1264,105784,880.7,8616,5591,15630,14996,0.5512476007677544,0.3728327554014404,3119,0.117658349328215,-0.20798879701253664 +19181,IA,Warren,6544.85316609861,-35.430665850185115,0.14158687217087312,1734.83489961353,0.03753023038644738,5,0.10426224,33,0.664104163731863,21,0.43790141,1152,144049,689.6,12521,10371,25875,26916,0.48390338164251206,0.38530985287561303,4402,-0.019710144927536255,-0.1635458463367514 +19183,IA,Washington,1492.37603533065,0.10172730374277283,0.06876041445496912,347.529163099329,0.016012217245638085,4,0.181241504,18.0833333333333,0.811603309247042,10,0.453103761,719,66337,689.7,5081,3938,10880,10824,0.4670036764705882,0.3638211382113821,2232,-0.04218749999999999,-0.20620842572062087 +19185,IA,Wayne,2560.35348065502,0,0.3998677933242261,624.616227144897,0.09755055866701498,3,0.469116497,7,1.08493490390577,1,0.156372166,247,19191,752.7,1251,719,2886,2921,0.43347193347193347,0.24614857925368025,1350,-0.11503811503811501,-0.46217048955837037 +19187,IA,Webster,8850.07836263809,5.180045517368651,0.23281715104406625,1467.50396042966,0.0386053181919254,5,0.135299689,31,0.843101525741794,27,0.73061832,1316,111436,852.8,9458,6293,18118,17239,0.5220222982669169,0.3650443761239051,3756,0.05546969864223428,-0.2178780671732699 +19189,IA,Winnebago,1917.68462692083,-0.1264281801288479,0.17648487271496685,417.23251926971,0.03839798631232376,3,0.284117814,12.6666666666667,1.19148402470762,4,0.378823752,379,31704,674.4,2895,1920,5878,5717,0.4925144607009187,0.33584047577400733,1517,-3.402517863218546e-4,-0.265348959244359 +19191,IA,Winneshiek,2590.80768439811,-9.951060606965246,0.12304367802042694,634.511327314349,0.030134466532786335,5,0.240755008,12.8333333333333,0.624159006533405,8,0.385208012,590,62331,597,6245,5238,11016,11217,0.5669026870007262,0.46696977801551215,94,0.14769426289034132,-0.008380137291610967 +19193,IA,Woodbury,26350.5327283699,-18.24537442533434,0.2579036597929952,6559.05292591221,0.06419618805457669,19,0.185780915,88.6666666666667,0.862692443657427,95,0.928904577,2850,307601,823.8,22026,16102,44702,42933,0.4927296317838128,0.3750494957258985,8525,-0.0024607400116326006,-0.19856520625160134 +19195,IA,Worth,619.173183961901,1.4299368613059258,0.08149160094260345,134.783812979647,0.017739380492188338,2,0.262329486,5.33333333333333,0.704349357281212,3,0.393494229,251,22714,684.9,2343,1523,4143,4216,0.5655322230267922,0.3612428842504744,920,0.1448225923244026,-0.21821631878557873 +19197,IA,Wright,889.518561002078,0.24191354591274072,0.06724004543065062,185.539886086799,0.014025238951303875,4,0.31152648,19.3333333333333,1.51289876620497,8,0.62305296,491,38614,720,2794,1890,6174,5949,0.452542921930677,0.3177004538577912,1900,-0.08341431810819566,-0.31938140864010756 +20001,KS,Allen,5343.1194704336,0,0.39960507594298117,1307.98597715353,0.09782259944308803,2,0.154930669,14.5833333333333,1.14702952126265,5,0.387326671,552,38717,944.7,1842,1398,5221,5314,0.3528059758666922,0.26307866014301845,2177,-0.27178701398199573,-0.4096725630410237 +20003,KS,Anderson,1808.22407642578,0,0.22318243352576894,458.454507747524,0.05658535025271835,3,0.380565774,5,0.638814360546825,4,0.507421033,266,23527,733.7,937,665,3274,3277,0.2861942577886378,0.20292950869697896,1721,-0.39981673793524736,-0.5251754653646628 +20005,KS,Atchison,2710.64798835944,-22.624267063977857,0.16016591753482864,698.557090536458,0.0412761221068576,3,0.181675044,10.4166666666667,0.635938135938136,12,0.726700176,547,49592,866.9,2486,1946,6499,6393,0.38252038775196184,0.30439543250430157,2031,-0.20772426527158028,-0.3176912247771 +20007,KS,Barber,544.518981481045,-1.9924603163261592,0.11201789374224337,103.279346042282,0.02124652253492738,3,0.612619971,4,0.853242320819113,4,0.816826629,198,14608,898.7,473,281,2282,2209,0.2072743207712533,0.12720688094160254,1541,-0.5609114811568799,-0.6976007243096423 +20009,KS,Barton,6371.89898126749,-0.020850779290758775,0.23024857199058643,1668.26809191284,0.060282868104099156,4,0.146065364,25.5833333333333,0.955493308434485,19,0.69381048,842,81787,737.6,2693,1823,12010,10088,0.22422980849292257,0.1807097541633624,5943,-0.5361365528726061,-0.5891157811260904 +20011,KS,Bourbon,3155.45257929828,-0.7324871068831048,0.2079649758978633,782.403600564635,0.051565517733120354,2,0.135391281,10.9166666666667,0.746847278283277,9,0.609260764,597,44292,949.1,1951,1306,6118,5918,0.3188950637463223,0.22068266306184522,3008,-0.3385093167701863,-0.5082798242649543 +20013,KS,Brown,805.447484260785,39.15031817185743,0.08067382654855619,180.484672864499,0.018077391112229467,3,0.30565461,8.83333333333333,0.912157510670522,5,0.50942435,350,29521,804.8,1039,850,3865,3960,0.2688227684346701,0.21464646464646464,2011,-0.4395860284605433,-0.5078282828282829 +20015,KS,Butler,17365.9903194437,7.334587696739464,0.26360033878937006,4559.14493319189,0.06920377858518352,5,0.075497909,34.1666666666667,0.509760039786149,51,0.770078669,1880,198792,826.2,7124,6489,25452,27051,0.2798994185132799,0.23988022623932573,12292,-0.4180418041804181,-0.45440094636057815 +20017,KS,Chase,2615.44659283978,0,0.9374360547812831,571.992335703968,0.20501517408744374,1,0.371471025,2,0.749344323716748,0,0,105,8063,812.2,343,313,1233,1342,0.2781832927818329,0.23323397913561847,651,-0.41686942416869427,-0.48509687034277194 +20019,KS,Chautauqua,1344.29758302802,22.162938909559355,0.3663934540823167,297.806921006226,0.08116841673650205,1,0.287273772,5.66666666666667,1.67950997826516,0,0,165,10422,891.7,259,236,1502,1845,0.17243675099866845,0.12791327913279132,1316,-0.6271637816245006,-0.7132791327913279 +20021,KS,Cherokee,2679.67036339981,-23.458308970684865,0.1240415851224279,684.873344164816,0.031702696114651485,4,0.19242796,17,0.839672033982021,11,0.529176889,759,62184,934.8,2868,1959,8396,8386,0.3415912339209147,0.23360362508943477,4058,-0.29502143878037157,-0.48390174099689964 +20023,KS,Cheyenne,260.513953383517,-90.26407888235936,0.09556638055154694,70.5806055088347,0.02589163811769428,4,1.485332343,3,1.12739571589628,1,0.371333086,101,8038,588.7,231,188,1422,1409,0.16244725738396623,0.1334279630943932,984,-0.6511954992967651,-0.6983676366217175 +20025,KS,Clark,2214.99999478452,0,0.9999999976453815,558.999999933868,0.25237020313041447,1,0.46641791,2,0.965250965250965,1,0.46641791,106,6412,908.3,171,118,1e3,983,0.171,0.12004069175991862,695,-0.62,-0.7070193285859614 +20027,KS,Clay,2260.64135987915,0.7766604802397522,0.26486717749023436,563.969237995983,0.06607723936684043,2,0.240471324,10,1.22804863072578,4,0.480942648,336,25080,774.2,811,665,3584,3727,0.22628348214285715,0.17842768983096324,2166,-0.53125,-0.5811644754494232 +20029,KS,Cloud,3220.20292605976,0.006699462822327064,0.3377953347382524,741.474087522054,0.07777972175831889,2,0.21310602,9,0.983606557377049,5,0.532765051,403,27905,844.8,951,744,3957,3831,0.2403335860500379,0.1942051683633516,2112,-0.48900682335102347,-0.5512920908379013 +20031,KS,Coffey,3341.34696861209,-27.672091130291953,0.3884835447752692,804.893512242754,0.0935813873087727,2,0.237163524,9.75,1.15617218071861,6,0.711490573,293,25257,794.8,884,719,3839,3962,0.23026829903620735,0.18147400302877334,2271,-0.5147173743162281,-0.5731953558808682 +20033,KS,Comanche,336.988720837292,0,0.1782066212783141,72.2851928987515,0.03822590846047145,2,1.023541453,3,1.61117078410311,1,0.511770727,110,5713,1170.6,141,102,915,857,0.1540983606557377,0.11901983663943991,603,-0.6721311475409837,-0.7036172695449241 +20035,KS,Cowley,11420.6726986565,93.38834139119112,0.3145237723735645,2740.96637291602,0.07548584101005261,5,0.139031783,27.0833333333333,0.757512190119244,16,0.444901705,1328,107893,925.6,4219,3436,12444,12171,0.3390388942462231,0.28231040999096213,4580,-0.2983767277402764,-0.3763043299646701 +20037,KS,Crawford,11594.7922603136,-2.219450248412339,0.2962843629660551,2731.33894228387,0.0697945250238634,7,0.178162382,27.5,0.702175467265856,20,0.509035378,1244,117934,884.1,6545,5064,14385,14404,0.45498783454987834,0.3515690086087198,3330,-0.06499826207855408,-0.23118578172729792 +20039,KS,Decatur,825.220404742673,65.09705855951223,0.2786965230471709,139.915711710647,0.047252857720583255,1,0.343878955,2,0.706214689265537,1,0.343878955,118,8731,559.8,266,178,1533,1460,0.1735159817351598,0.12191780821917808,1042,-0.6216568819308546,-0.7136986301369863 +20041,KS,Dickinson,1591.42150022829,-56.43405939615178,0.08056198745713729,386.817520018633,0.01958173129587086,4,0.206249355,16.5,0.86550566512799,11,0.567185728,701,58142,789.4,1962,1582,7854,8008,0.24980901451489687,0.19755244755244755,4323,-0.4770817417876241,-0.5398351648351649 +20043,KS,Doniphan,4886.72879336353,0.26842666254788977,0.6150697033811869,1037.78233132667,0.13062080948101573,2,0.254000508,5.91666666666667,0.772007654836465,1,0.127000254,243,23482,734.7,885,584,3369,3366,0.26268922528940336,0.17349970291146763,2017,-0.44879786286731965,-0.599227569815805 +20045,KS,Douglas,15121.956304054,2.409839362102767,0.13644773161581217,3696.13673206336,0.0333508087638583,16,0.137238924,53.4166666666667,0.447225943290913,99,0.849165845,2067,349167,680.1,28012,30089,46283,48231,0.6052330229241838,0.6238518794965894,15781,0.23732255903895594,0.3271962016130705 +20047,KS,Edwards,485.900137121224,0,0.15999345970405796,112.93236959335,0.03718550200637142,1,0.330033003,2,0.68073519400953,1,0.330033003,110,8952,801.1,291,208,1365,1308,0.21318681318681318,0.15902140672782875,825,-0.5545787545787546,-0.6307339449541285 +20049,KS,Elk,2863.46905947274,0,0.9935701108510547,610.176901220607,0.21171995184615092,1,0.371195249,2.75,1.07970160973695,0,0,126,7945,837.4,277,160,1356,1259,0.2042772861356932,0.12708498808578236,888,-0.562684365781711,-0.7053216838760921 +20051,KS,Ellis,4106.4970766129,-27.493316026711355,0.14433070000748277,806.273398425384,0.02833802187633151,5,0.172336539,19,0.657598726335098,32,1.102953848,749,87090,708.5,3464,2669,12779,11660,0.2710697237655529,0.22890222984562608,5642,-0.4376711792785038,-0.48387650085763295 +20053,KS,Ellsworth,1981.77239174962,-2.5916537450830677,0.30502884281200865,399.79536631162,0.06153538037734647,1,0.156445557,5.75,0.90865992414665,3,0.469336671,265,19105,853.5,696,515,2677,2626,0.2599925289503175,0.19611576542269613,1418,-0.4516249533059395,-0.5399847677075399 +20055,KS,Finney,7140.32946258269,-4.768953269063212,0.19415731625469573,2538.91820424953,0.06903736687648276,5,0.134466437,26.6666666666667,0.726176860374344,23,0.618545611,648,111376,715.9,2307,3006,7593,9731,0.3038324772817068,0.30890967012640014,3149,-0.36889240089556175,-0.3236049737950879 +20057,KS,Ford,7088.05451077542,-34.57188209778028,0.20940837008908708,2076.17309010274,0.06133813194583845,7,0.20117833,21.4166666666667,0.630439688754133,16,0.459836183,713,104355,725.9,2468,2032,8082,7425,0.30536995793120514,0.2736700336700337,2962,-0.37008166295471423,-0.39892255892255896 +20059,KS,Franklin,12227.6864095286,0,0.47044038202249155,3294.94208533684,0.1267675471428455,3,0.117137168,17.3333333333333,0.678142931664058,15,0.585685838,777,77001,849.8,3611,2829,10806,10658,0.3341662039607625,0.26543441546256336,4196,-0.3037201554691838,-0.3936948770876337 +20061,KS,Geary,12619.689257103,9.367820005800946,0.36725712290038415,3978.97566214015,0.11579581113265089,2,0.0544766,22.8333333333333,0.641638097379119,26,0.708196007,607,110687,837.2,3158,2569,7526,7129,0.4196120116927983,0.36035909664749616,1547,-0.14403401541323407,-0.21700098190489553 +20063,KS,Gove,1118.70811975922,-57.396793949794315,0.41510505371399625,211.949079001055,0.07864529833063265,2,0.733406674,2,0.772499034376207,3,1.100110011,128,8104,856.4,174,149,1368,1328,0.12719298245614036,0.11219879518072289,978,-0.7171052631578947,-0.7364457831325302 +20065,KS,Graham,561.579916026842,-2.520556611542246,0.216241785147032,92.715465571415,0.03570098789811898,1,0.389711613,3,1.17004680187207,2,0.779423227,90,7740,569.4,248,185,1319,1265,0.18802122820318423,0.14624505928853754,828,-0.6034874905231236,-0.6545454545454545 +20067,KS,Grant,742.541610363169,0,0.0948450134580622,260.390088515394,0.033259686871298245,1,0.127942682,4.25,0.555846194088412,5,0.639713408,148,23365,700.6,437,427,2215,2311,0.19729119638826184,0.1847684984855041,1328,-0.5891647855530474,-0.5746430116832539 +20069,KS,Gray,2727.80355798078,-14.319247036625878,0.45417974658354654,787.820207990404,0.13117219580259806,2,0.328839198,5,0.828637719588996,1,0.164419599,146,18229,708.4,304,257,1901,2011,0.1599158337716991,0.12779711586275486,1394,-0.6649132035770646,-0.6931874689209349 +20071,KS,Greeley,1246.99999892103,0,0.9999999991347476,265.999999234883,0.21331194806325823,1,0.768639508,1,0.771604938271605,0,0,63,3923,1039.9,112,83,665,639,0.16842105263157894,0.1298904538341158,440,-0.6421052631578947,-0.6885758998435055 +20073,KS,Greenwood,3106.69500593501,8.179224834362465,0.4644483489213649,646.102718782627,0.09659182520296411,3,0.474083439,7,1.13802633718095,1,0.158027813,295,18929,908.5,653,484,2706,2811,0.24131559497413155,0.17218071860547848,1662,-0.49260901699926085,-0.5912486659551761 +20075,KS,Hamilton,2690.00000129812,0,1.0000000004825724,763.000004801498,0.2836431244615234,1,0.384172109,4,1.57728706624606,1,0.384172109,80,7664,1082.9,159,114,857,847,0.1855309218203034,0.1345926800472255,576,-0.6056009334889149,-0.680047225501771 +20077,KS,Harper,1565.89571187963,39.61242678889524,0.2595120503612247,360.263088991198,0.05970551690275075,4,0.687521485,9,1.58311345646438,3,0.515641114,262,17502,895.5,536,388,2335,2513,0.22955032119914348,0.15439713489852766,1562,-0.5083511777301928,-0.6215678471945881 +20079,KS,Harvey,5077.73961822344,-35.054963130181825,0.1464000581888894,1275.13416908443,0.03676433424877263,8,0.229753016,26.25,0.751868931343626,24,0.689259047,1212,104638,763.7,5162,5006,13805,14540,0.3739224918507787,0.34429160935350756,3497,-0.23107569721115534,-0.24050894085281982 +20081,KS,Haskell,4256.00000198285,0,1.0000000004658953,1325.99999925801,0.31156015020160005,2,0.48709206,5,1.24812780828757,1,0.24354603,87,12238,699.7,202,228,1355,1300,0.14907749077490776,0.1753846153846154,783,-0.6856088560885609,-0.6023076923076923 +20083,KS,Hodgeman,611.673876069951,-67.84615819655781,0.3192452380323335,125.219973673187,0.06535489231377192,1,0.521920668,2,1.06951871657754,1,0.521920668,63,5763,631.2,178,124,1050,1006,0.16952380952380952,0.12326043737574553,721,-0.6466666666666667,-0.7166998011928429 +20085,KS,Jackson,1799.49837774155,-11.489737769430233,0.13367243929145373,502.865945812495,0.03735447524977678,3,0.221582096,8,0.601911067639756,5,0.369303494,406,40135,756.3,1870,1489,5474,5727,0.3416149068322981,0.25999650777021127,2399,-0.29338691998538546,-0.4188929631569757 +20087,KS,Jefferson,163.785710537325,-94.33169325463,0.008563510955627157,41.2226901599856,0.0021553220830275856,3,0.15910899,13.5,0.714399110969995,4,0.21214532,547,56611,737.5,2883,2483,7725,8151,0.3732038834951456,0.30462519936204147,2629,-0.22834951456310687,-0.32253711201079627 +20089,KS,Jewell,826.016113010031,-1.181851046207078,0.26844852551512216,155.434256328433,0.050514870434979854,3,0.985869208,3,1.03412616339193,2,0.657246139,126,9058,679.4,225,180,1477,1483,0.15233581584292485,0.12137559002022927,1024,-0.6736628300609343,-0.6904922454484154 +20091,KS,Johnson,94138.799041455,-21.33505785129991,0.1729923408317024,25918.7718343966,0.04762912908141734,76,0.132341469,254.083333333333,0.434738469663553,415,0.722654073,11253,1721102,620.1,107651,126324,268145,279753,0.40146562494172927,0.45155547929780915,7583,-0.17822819743049473,-0.02710605426930185 +20093,KS,Kearny,3977.00000048533,1035.592266913803,1.0000000001220342,1186.99999964763,0.2984661804494921,1,0.255427842,4.75,1.2126627521062,2,0.510855683,119,11818,878.1,261,224,1341,1325,0.19463087248322147,0.16905660377358492,824,-0.5958240119313944,-0.6218867924528302 +20095,KS,Kingman,2668.32043585745,1.758697974400874,0.33956737539545045,592.730581408336,0.07543020888372817,1,0.129903871,5.91666666666667,0.79237534038659,3,0.389711613,324,23224,835.5,731,594,3199,3281,0.22850890903407314,0.18104236513258154,1913,-0.5126602063144733,-0.583053946967388 +20097,KS,Kiowa,2544.17526585165,0,0.9965433865458871,548.330044925925,0.21477870933252055,0,0,3,1.20821586790173,0,0,81,7621,643.1,160,111,1133,1023,0.1412180052956752,0.10850439882697947,744,-0.7149161518093557,-0.7272727272727273 +20099,KS,Labette,4220.4608675766,-0.035313983396506425,0.1953284059599482,1052.81968703382,0.048725861389078536,5,0.238549618,23.9166666666667,1.16986238831279,10,0.477099237,788,62606,904.8,3074,2234,7907,7919,0.3887694447957506,0.2821063265563834,2998,-0.2015935247249273,-0.3785831544386918 +20101,KS,Lane,389.988822059676,-77.71492449249813,0.22285075546267202,106.963989466053,0.06112227969488743,1,0.592768228,3,1.83374083129584,1,0.592768228,76,5074,870.2,170,104,917,831,0.18538713195201745,0.12515042117930206,580,-0.6128680479825519,-0.6979542719614922 +20103,KS,Leavenworth,23532.1325570506,58.34304411175301,0.30871125135517075,6500.72686260312,0.08528115841635012,8,0.101526708,37,0.46132362475687,35,0.444179347,1731,236294,733.5,11072,10064,28532,29676,0.3880555166129258,0.33912926270386845,7323,-0.2016332538903688,-0.24676506267691067 +20105,KS,Lincoln,1021.210926063,-0.6660334400718736,0.31509130702344956,226.873609862213,0.07000111381123511,1,0.315756236,2,0.650829808005207,0,0,102,9395,594.4,284,214,1459,1448,0.19465387251542152,0.1477900552486188,954,-0.5921864290610006,-0.6588397790055249 +20107,KS,Linn,1351.29293075698,-59.37077665225283,0.1399433441131918,340.962244905477,0.03531092014348353,3,0.315723006,7.08333333333333,0.74108948873544,2,0.210482004,323,28551,807.2,1108,721,4294,4279,0.25803446669771773,0.16849731245618135,2656,-0.4590125756870051,-0.6207057723767235 +20109,KS,Logan,502.559402006471,0,0.18235101669320428,127.81058970894,0.04637539539511612,1,0.357909807,3,1.05969622041681,1,0.357909807,125,8404,833,194,149,1302,1348,0.1490015360983103,0.11053412462908012,975,-0.6835637480798771,-0.7232937685459941 +20111,KS,Lyon,5776.67464032556,73.87032018151788,0.1714655577419282,1554.45322332648,0.04613989977223152,9,0.27098639,27.5,0.820650552074008,20,0.602191979,867,100120,773.1,4972,4456,11614,11745,0.428104012398829,0.37939548744146445,1898,-0.11933872912002752,-0.16160068114091097 +20113,KS,McPherson,7489.58557194796,-12.293154845637588,0.2566684568864962,1885.08405547447,0.06460192102379952,6,0.205191341,21.25,0.737744757672546,18,0.615574023,1171,87692,797.6,3384,3183,12060,12443,0.28059701492537314,0.25580647753757135,5224,-0.4158374792703151,-0.41983444506951695 +20115,KS,Marion,2891.97813449468,-5.659107546971541,0.22843429182422434,689.63149510343,0.05447326185651105,5,0.409567497,9.66666666666667,0.79810656098635,4,0.327653997,519,36530,781.4,1371,1177,5368,5465,0.25540238450074515,0.21537053979871912,2751,-0.46460506706408344,-0.5033851784080512 +20117,KS,Marshall,1405.64797208993,-1.2202988934066512,0.13893920846989521,330.821797815328,0.03269959452558347,5,0.49970018,9.16666666666667,0.931950657448827,5,0.49970018,370,29956,692.7,1451,1060,4679,4578,0.3101089976490703,0.23154215814766274,2190,-0.35734131224620647,-0.47837483617300125 +20119,KS,Meade,2320.27079349847,0,0.5071630149723432,714.54717157094,0.15618517411386668,1,0.229515722,4.25,1.00806451612903,2,0.459031444,145,12995,713.9,254,206,1648,1675,0.154126213592233,0.12298507462686567,1184,-0.691747572815534,-0.706865671641791 +20121,KS,Miami,2505.68836306116,-28.038258649919186,0.07642322759206881,741.027643776769,0.022601264030767346,3,0.091402108,15.4166666666667,0.467681915625126,15,0.457010542,882,98110,754.8,4635,3949,14642,14712,0.31655511542139053,0.2684203371397499,5890,-0.3476984018576697,-0.40035345296356717 +20123,KS,Mitchell,1288.74643618128,-8.297920940790418,0.20221974520340183,277.960945833567,0.04361540025632622,2,0.318268619,6.58333333333333,1.05451438944952,4,0.636537237,252,18855,747.8,576,469,2923,2824,0.19705781731098188,0.16607648725212465,1747,-0.5874101950051318,-0.6186260623229461 +20125,KS,Montgomery,8478.63653333685,110.62312692189539,0.23903009594702293,1957.00220136159,0.0551718925703135,3,0.088066931,27.1666666666667,0.829617866813249,28,0.821958021,1277,101680,900.7,3406,2557,12093,11623,0.281650541635657,0.2199948378215607,5909,-0.4143719507152898,-0.5083885399638648 +20127,KS,Morris,1952.18887480024,0,0.3295946099612089,473.937450524783,0.08001645289967635,1,0.175500176,3,0.538309707518392,5,0.877500878,226,17038,713.8,705,586,2526,2568,0.27909738717339666,0.22819314641744548,1204,-0.4136975455265242,-0.4688473520249221 +20129,KS,Morton,844.954886100762,0,0.26135319706178844,234.172629487591,0.07243199179944046,2,0.643086817,2.33333333333333,0.819288389513109,3,0.964630225,119,9223,926.4,180,145,1247,1160,0.14434643143544507,0.125,825,-0.6976744186046511,-0.7112068965517241 +20131,KS,Nemaha,1415.41313119728,-7.934284359195765,0.13906593939843584,406.939973663822,0.03998231220906091,5,0.492707923,6.66666666666667,0.650978094587117,3,0.295624754,383,30555,677.6,988,714,4959,5025,0.19923371647509577,0.14208955223880598,3352,-0.5827787860455736,-0.6670646766169155 +20133,KS,Neosho,1061.21645222117,-74.00304428957581,0.06426940723238675,278.820097644712,0.01688590707635126,3,0.182748538,15.5833333333333,0.965151327470168,6,0.365497076,600,49188,854.5,2012,1464,6359,6151,0.3164019499921371,0.2380100796618436,2876,-0.34297845573203334,-0.46756624939034297 +20135,KS,Ness,833.418428290968,-0.33897795994171764,0.26823895342483683,192.368323941229,0.06191449113010267,3,0.966183575,4,1.35043889264011,2,0.644122383,146,9176,833.6,211,160,1417,1435,0.1489061397318278,0.11149825783972125,1056,-0.6908962597035992,-0.7358885017421604 +20137,KS,Norton,2008.86823540954,20.017869017825962,0.3542352733926186,350.625289519564,0.06182777103148721,2,0.35971223,6.33333333333333,1.15298258389465,2,0.35971223,186,16689,691.8,393,277,2296,2190,0.1711672473867596,0.12648401826484018,1531,-0.6367595818815331,-0.6990867579908675 +20139,KS,Osage,2040.30936135534,7.0313531754720815,0.12521076166648296,505.00212815824,0.03099123216681436,2,0.125502008,14.6666666666667,0.925750594373961,4,0.251004016,610,47887,915.1,2228,1730,6771,6894,0.32905036183724706,0.25094284885407603,2983,-0.31132772116378676,-0.4326950971859588 +20141,KS,Osborne,891.757786118625,0,0.23114509749057152,186.909817704508,0.048447334811951265,3,0.798722045,3.58333333333333,0.983891634632985,1,0.266240682,205,11254,945.2,320,231,1802,1753,0.17758046614872364,0.13177410154021676,1206,-0.6259711431742507,-0.6879634911580149 +20143,KS,Ottawa,1735.68165901982,0,0.28495840732553274,420.65893320293,0.06906237616203086,1,0.164880462,4,0.675675675675676,1,0.164880462,207,18091,835.2,548,424,2888,2866,0.18975069252077562,0.1479413817166783,1837,-0.592797783933518,-0.6409630146545708 +20145,KS,Pawnee,1180.2313061792,0,0.16925732198181556,231.493845527528,0.03319860110820708,1,0.14459225,6,0.889811656532701,3,0.43377675,242,20640,788.3,704,567,2565,2602,0.27446393762183235,0.21790930053804766,1305,-0.4304093567251462,-0.5015372790161414 +20147,KS,Phillips,1994.55658350516,0,0.35351942281197446,498.298018052246,0.08831939348675044,3,0.542201337,4.91666666666667,0.905797101449275,5,0.903668896,219,16460,821.8,376,296,2537,2611,0.14820654316121404,0.11336652623515894,1904,-0.6858494284588096,-0.7292225201072385 +20149,KS,Pottawatomie,577.42753121056,-86.09965783097003,0.026727806480770232,148.150543436145,0.006857551538425523,6,0.262043062,13.25,0.559993237817506,11,0.480412281,570,68771,786.6,2291,2191,9303,10359,0.24626464581317856,0.2115069022106381,5260,-0.473073202192841,-0.5077710203687615 +20151,KS,Pratt,2235.98707959362,0.6833508548833109,0.23156452771267813,544.747278326169,0.05641541821936298,3,0.304568528,6.25,0.652128547579299,9,0.913705584,365,29263,831.3,974,769,3752,3806,0.2595948827292111,0.20204939569101418,2055,-0.4680170575692964,-0.5399369416710457 +20153,KS,Rawlins,715.067546293676,-20.44141179281615,0.2838696094853815,129.999549423086,0.05160760199407939,2,0.773993808,2.66666666666667,1.04616189355303,0,0,131,7648,798,184,160,1420,1448,0.1295774647887324,0.11049723756906077,1049,-0.7204225352112676,-0.7244475138121547 +20155,KS,Reno,15361.5413380668,-11.549693894334116,0.238122821504345,3378.16427388668,0.05236570931913441,11,0.172430009,40.4166666666667,0.639301908678688,57,0.893500956,2276,191649,820.9,7888,6670,23869,23448,0.3304704847291466,0.28445922893210507,8430,-0.3146340441576941,-0.3595189355168884 +20157,KS,Republic,1274.50440736542,0,0.255924579792253,248.709512073082,0.04994166909098032,2,0.416406413,3.5,0.744839327516493,2,0.416406413,271,14288,911.9,470,370,2640,2484,0.17803030303030304,0.14895330112721417,1623,-0.6166666666666667,-0.6533816425120773 +20159,KS,Rice,1890.35991486958,0.21551523228896083,0.18747990824849553,472.611704660679,0.046872131772357335,3,0.299550674,9,0.91547146780592,7,0.698951573,383,29976,925.2,899,668,3622,3567,0.248205411374931,0.1872722175497617,1984,-0.4781888459414687,-0.5562097000280348 +20161,KS,Riley,30210.7704501525,-15.757442881854839,0.4248157273451804,6414.031504569,0.09019238563691205,10,0.132989334,26.9166666666667,0.366997077657945,46,0.611750938,977,225473,615.1,8587,8892,20266,20475,0.4237145958748643,0.4342857142857143,925,-0.12681338201914533,-0.04517704517704518 +20163,KS,Rooks,750.211137844585,0,0.1448004512342376,188.348216653497,0.03635364150810596,4,0.775945684,4.58333333333333,0.90294194904124,3,0.581959263,195,15524,784.8,398,273,2625,2378,0.15161904761904763,0.11480235492010092,1726,-0.6708571428571428,-0.7258200168208578 +20165,KS,Rush,699.461267536276,-78.84906958085985,0.21150930376059146,123.63434293419,0.037385649511397036,0,0,4,1.3080444735121,2,0.625586487,150,9495,788.2,361,227,1549,1474,0.23305358295674627,0.15400271370420623,950,-0.5100064557779213,-0.6445047489823609 +20167,KS,Russell,1732.61836811233,0,0.2485822622829742,330.222432581938,0.04737768042782467,2,0.287521564,6.5,0.93016599885518,5,0.71880391,260,20994,684.6,584,454,3140,3148,0.1859872611464968,0.14421855146124524,2090,-0.6117834394904459,-0.6639135959339264 +20169,KS,Saline,10421.3742793234,-8.716692555976811,0.1874145646031615,2517.06012660862,0.04526598076841744,5,0.089678056,43.25,0.784338616662435,55,0.986458614,1621,167099,758.4,6910,6084,21102,21206,0.3274571130698512,0.28689993398094876,7283,-0.3216282816794616,-0.3434405356974441 +20171,KS,Scott,569.796627112043,27.11898027403195,0.11543691797245603,157.752260456221,0.03195953412808367,2,0.393700787,5.91666666666667,1.17580816110228,5,0.984251969,133,14864,615.9,271,232,2019,2159,0.1342248637939574,0.10745715609078277,1600,-0.7087667161961367,-0.7410838351088467 +20173,KS,Sedgwick,135646.483781243,-6.483331764571107,0.2721830059920801,36881.6005447617,0.07400519808726877,69,0.135612408,313.25,0.61182238107794,438,0.860843981,12906,1527438,810,69373,66716,177852,180750,0.3900602748352563,0.3691065006915629,34603,-0.19700649978633922,-0.19144121715076068 +20175,KS,Seward,1229.81204399679,-87.65119145611115,0.05358191199010064,409.019148871656,0.017820632139754967,3,0.127849989,13.9166666666667,0.612826045473894,11,0.468783294,394,69781,713.9,1393,1491,4955,4743,0.2811301715438951,0.3143580012650221,1534,-0.424217961654894,-0.32342399325321525 +20177,KS,Shawnee,43336.6958457383,-9.38561883056285,0.24355489027245103,11775.7886089215,0.06618065467488789,28,0.156945394,105.5,0.592210883208155,142,0.795937356,5477,535984,806.6,35959,33270,74844,73648,0.48045267489711935,0.45174342819900065,2079,-0.01692854470632249,-0.028228872474473143 +20179,KS,Sheridan,820.142059594341,-67.47064652922138,0.3208693503890223,219.408103461327,0.08584041606468192,2,0.787711698,2.58333333333333,1.02962667729507,1,0.393855849,93,7582,718.9,165,126,1320,1362,0.125,0.09251101321585903,1060,-0.7356060606060606,-0.7782672540381792 +20181,KS,Sherman,4302.2312898112,0,0.7158454725143428,952.661393126632,0.1585127110027674,0,0,6,1.00586756077117,9,1.47299509,236,18126,881,575,340,2606,2537,0.22064466615502687,0.13401655498620418,1703,-0.5341519570222564,-0.6712652739456051 +20183,KS,Smith,1439.8735262702,-3.6219951547410068,0.37370192739948094,283.904538635271,0.07368402248514691,3,0.7959671,4.25,1.17015418502203,3,0.7959671,196,11150,834.3,345,295,1983,2014,0.17397881996974282,0.1464746772591857,1340,-0.6318709026727181,-0.6653426017874876 +20185,KS,Stafford,1354.19048874608,0,0.30520407679650213,353.890456774128,0.07975894901377688,2,0.465441005,2,0.475285171102662,0,0,181,12873,846.9,403,303,1833,1884,0.2198581560283688,0.160828025477707,1182,-0.5340971085651937,-0.6273885350318471 +20187,KS,Stanton,235.618470721488,0,0.10542213455100134,64.7685413167743,0.02897921311712497,0,0,2,0.969932104752667,1,0.473709143,54,6365,588.9,135,132,713,742,0.18934081346423562,0.1778975741239892,448,-0.6115007012622721,-0.6037735849056604 +20189,KS,Stevens,945.853677015608,-9.393321437077502,0.1652434795624752,295.989810772267,0.051710309359236026,2,0.344768143,2.83333333333333,0.507402101241643,4,0.689536287,156,17473,765,241,215,1998,1853,0.12062062062062062,0.11602806260118727,1349,-0.7422422422422422,-0.7280086346465192 +20191,KS,Sumner,7002.47766896215,17.88205470877703,0.2901739461694907,2028.69301475183,0.08406650981070074,6,0.255015301,17.0833333333333,0.734072418929758,11,0.467528052,768,70641,801.4,2617,2039,8989,9494,0.29113360774279673,0.21476722140299137,4805,-0.39437089776393375,-0.506109121550453 +20193,KS,Thomas,3715.4355050717,0,0.47030829178122785,892.203181629485,0.112937111598669,2,0.253453301,8.33333333333333,1.05592160837979,6,0.760359904,247,23730,769.9,576,467,3388,3483,0.17001180637544275,0.1340798162503589,2365,-0.6354781582054309,-0.6790123456790124 +20195,KS,Trego,214.851579456104,-60.13180624625338,0.07159332870913163,31.8628457720288,0.010617409454191535,1,0.344589938,3.33333333333333,1.16063138347261,3,1.033769814,139,8810,817.5,289,193,1544,1459,0.1871761658031088,0.13228238519533927,1018,-0.6094559585492229,-0.6977381768334475 +20197,KS,Wabaunsee,2946.9193775579,-37.228659039631715,0.41782495073839504,718.491369046206,0.10187032029578988,3,0.42722871,5.08333333333333,0.73767716344991,2,0.28481914,197,20958,712.5,908,773,3229,3340,0.28120161040569835,0.231437125748503,1585,-0.40941467946732735,-0.4745508982035928 +20199,KS,Wallace,1485.0000045804,205.0955683705391,1.0000000030844445,374.000000713732,0.2518518523324795,1,0.664010624,NA,NA,0,0,63,4597,739.5,68,45,781,779,0.08706786171574904,0.057766367137355584,666,-0.8117797695262483,-0.8549422336328626 +20201,KS,Washington,2909.2294330955,6.728003684846875,0.501677777736765,697.493048406293,0.12027815975276653,5,0.893176134,7,1.26217093400649,1,0.178635227,213,16867,669.1,515,378,2863,2677,0.1798812434509256,0.14120283899887934,1758,-0.6234718826405868,-0.6567052670900262 +20203,KS,Wichita,2233.99999834971,0,0.9999999992612847,607.999999089747,0.2721575644985439,2,0.919117647,3,1.42045454545455,1,0.459558824,76,6524,748.3,157,139,987,934,0.1590678824721378,0.14882226980728053,626,-0.6727456940222898,-0.6702355460385439 +20205,KS,Wilson,1146.5782086645,12.438087633055241,0.12185973096657454,258.185817465768,0.027440303694948244,2,0.221533008,11.1666666666667,1.28014062440292,5,0.553832521,372,26934,946.2,813,550,3699,3482,0.2197891321978913,0.15795519816197587,2197,-0.5404163287374967,-0.6309592188397473 +20207,KS,Woodson,613.500384584288,809.6400943259484,0.18540356137331154,100.335345397238,0.030321953882513752,0,0,5.75,1.81674565560821,2,0.633512829,161,9479,972.6,377,270,1435,1420,0.2627177700348432,0.19014084507042253,793,-0.45505226480836236,-0.5584507042253521 +20209,KS,Wyandotte,41854.211067357,-14.145946117144812,0.2657325866947525,11639.376177649,0.07389845514522712,27,0.167041996,142.416666666667,0.869290101791887,104,0.64342102,4103,486525,903.7,33265,29346,49422,47467,0.6730808142122942,0.6182400404491541,13826,0.3640483994981992,0.2912760444098005 +21001,KY,Adair,1727.43783277072,7.8776584355234105,0.09259422345469125,431.777438185492,0.023144159422464193,5,0.260362424,19.4166666666667,1.00708852005532,6,0.312434909,568,56852,825.4,1660,1323,7600,8228,0.21842105263157896,0.16079241614000972,5314,-0.5501315789473684,-0.6458434613514827 +21003,KY,Allen,194.272850198585,-21.10345778307318,0.009735059641139757,55.3604172085447,0.002774123933080011,5,0.245290424,13.5,0.654355096699142,9,0.441522763,665,61369,967.4,1808,1349,7099,8085,0.2546837582758135,0.166852195423624,5117,-0.47555993801943935,-0.6329004329004329 +21005,KY,Anderson,4575.0363311235,-18.09436998973208,0.21357715938207833,1269.81953299832,0.05927919018712105,2,0.091374269,17.9166666666667,0.808586815897945,19,0.868055556,621,65597,852.3,3315,2634,10318,11414,0.3212831944175228,0.23076923076923078,5608,-0.33989145183175035,-0.49132644121254593 +21007,KY,Ballard,416.480867769778,-16.464998669287016,0.05048864926291405,93.9356608080448,0.011387521009582352,2,0.242718447,9.58333333333333,1.1898849432994,4,0.485436893,311,24695,931.1,1189,816,3895,4097,0.30526315789473685,0.1991701244813278,2345,-0.37432605905006416,-0.5723700268489139 +21009,KY,Barren,3041.1042262415,-6.88206234731243,0.0721102180599317,755.240616228251,0.017908154891239682,9,0.208584407,51.3333333333333,1.16685230226021,37,0.857513674,1479,129625,908.9,5400,4275,16565,18473,0.32598853003320255,0.2314188274779408,9208,-0.3333534560821008,-0.49845720781681374 +21011,KY,Bath,13.9055206403136,-10.447404589594358,0.0011996825675363299,2.06975960358977,1.785660946932767e-4,5,0.409634606,10.4166666666667,0.845028528163111,5,0.409634606,414,36387,982.2,1770,1361,4122,4577,0.4294032023289665,0.2973563469521521,1721,-0.12251334303736056,-0.3760104872187022 +21013,KY,Bell,4990.42310003258,-16.359512861556368,0.1739368826472615,1148.47583347949,0.040029132253302076,7,0.251997984,36.75,1.35523841132869,24,0.863993088,1165,82962,1155.9,2224,1720,9482,9714,0.23454967306475427,0.1770640312950381,6044,-0.5170850031638895,-0.6221947704344245 +21015,KY,Boone,41574.2710866256,3.3219292449922886,0.349919376881144,12252.1038001093,0.10312263847715532,13,0.102837525,88.8333333333333,0.691116366880355,120,0.949269458,2452,378285,759.5,15628,15026,52495,57550,0.29770454328983714,0.2610947002606429,24056,-0.38655110010477184,-0.4180017376194613 +21017,KY,Bourbon,3142.29481853638,108.78233620264051,0.1572326654258884,711.161445006117,0.03558476082092154,3,0.150210294,22.0833333333333,1.10251289732069,13,0.650911276,615,60095,816.9,3075,2791,7909,8791,0.38879757238588947,0.3174837902400182,2778,-0.20445062586926294,-0.3160050051188716 +21019,KY,Boyd,10683.9844961166,-17.951745335963736,0.21565509055178636,2384.63662812026,0.04813363667434217,7,0.143348624,49.25,1.0232277902435,61,1.249180865,1817,145938,939.2,7776,6021,19040,20443,0.4084033613445378,0.2945262437020007,7570,-0.16318277310924367,-0.37029790148216996 +21021,KY,Boyle,7764.64873634233,15.916858612774778,0.2730954113795136,1808.42951760882,0.0636054276030114,5,0.168316165,29.3333333333333,0.977191462900038,23,0.774254359,922,89207,773.2,4471,4281,12368,12928,0.3614974126778784,0.33114170792079206,3759,-0.26131953428201815,-0.2907642326732674 +21023,KY,Bracken,47.8709315519664,0,0.0056398364222392085,11.9252098414072,0.0014049493215606975,2,0.237925291,7.5,0.892857142857143,4,0.475850583,309,25149,1085,1147,705,3230,3522,0.35510835913312694,0.20017035775127767,2006,-0.2730650154798761,-0.5695627484383873 +21025,KY,Breathitt,2068.21377515004,123.30535799094827,0.14902822994307824,435.084282962597,0.031350647280775114,4,0.298307107,20.4166666666667,1.53693666566295,5,0.372883884,604,40486,1324,1562,1537,5008,5728,0.31190095846645366,0.2683310055865922,2454,-0.3506389776357827,-0.42842178770949724 +21027,KY,Breckinridge,1809.96204730614,-7.731205380245082,0.09023191820659754,442.014181532251,0.02203570375054843,6,0.301689461,25.75,1.29001553028405,3,0.15084473,697,59957,943.7,2825,1960,7967,8765,0.35458767415589304,0.22361665715915574,4524,-0.2761390736789256,-0.5161437535653166 +21029,KY,Bullitt,24247.1297768732,28.03553006895198,0.32625748162479584,6038.191041763,0.08124693606968608,5,0.064139568,53.8333333333333,0.680134595056706,39,0.500288628,1726,233585,752.4,9971,8255,31775,36036,0.31380015735641226,0.22907647907647907,17955,-0.356726986624705,-0.49825174825174823 +21031,KY,Butler,1031.11436354974,-30.72510971258884,0.08125408696215444,248.314233385119,0.019567709486613002,3,0.233009709,11.0833333333333,0.862851952770209,6,0.466019417,427,38619,875.5,1293,947,5058,5575,0.2556346381969158,0.16986547085201795,3481,-0.4790431000395413,-0.6243946188340807 +21033,KY,Caldwell,1429.12330427402,-4.5215552773913315,0.11006803021210876,320.644273173874,0.024695338352886165,3,0.235756385,15,1.19350732017823,10,0.785854617,516,38219,992.4,1852,1260,5860,5972,0.31604095563139933,0.21098459477561957,3247,-0.3501706484641638,-0.5437039517749497 +21035,KY,Calloway,5493.24639867251,-4.529098052916932,0.1477036486965263,1070.1169364375,0.028773545654526632,3,0.078365812000000007,27.8333333333333,0.724128660752227,26,0.679170367,1178,114822,884.1,5314,4749,15064,16039,0.35276155071694104,0.2960907787268533,5618,-0.27376526818906,-0.3502712139160795 +21037,KY,Campbell,27457.7464208672,-1.5842623232634678,0.3039513197492384,6610.81168813163,0.07318025690900228,17,0.185118639,67.3333333333333,0.730209338726761,71,0.773142552,2483,275017,822.1,15080,14658,40173,42471,0.3753764966519802,0.34512961785689056,10392,-0.22801384014138854,-0.24468460832097194 +21039,KY,Carlisle,115.470762971222,-66.46220464972406,0.022623582086838165,34.9490211726879,0.006847378756404368,1,0.200883889,8.66666666666667,1.78510127016821,2,0.401767778,211,14828,922.3,750,432,2619,2599,0.286368843069874,0.16621777606771834,1662,-0.4142802596410844,-0.6394767218160831 +21041,KY,Carroll,4090.09903349113,0,0.37832753986598183,1031.30901099808,0.09539441411507539,4,0.369856681,18.4166666666667,1.72456846770921,13,1.202034212,407,32307,1119.3,1629,1106,3680,3851,0.44266304347826085,0.28719813035575176,1482,-0.10054347826086957,-0.3848351077642171 +21043,KY,Carter,1528.80470166053,25.697007428757917,0.05515168476408839,328.170405237353,0.011838759207696718,6,0.220401866,37,1.3680396361754,18,0.661205598,929,81768,977.4,3383,2276,8906,10267,0.3798562766674152,0.22168111424953735,5311,-0.2128901863911969,-0.5172883997272817 +21045,KY,Casey,703.501284197861,-27.31445012308784,0.04409284137874403,164.091232879447,0.01028462757000608,5,0.314643509,23.5,1.48593107809042,3,0.188786105,563,47741,922.4,1086,767,6091,6438,0.1782958463306518,0.11913637775706741,4715,-0.6268264652766377,-0.7323703013358186 +21047,KY,Christian,18938.2352253862,24.83210697412851,0.25607782063939155,5316.1546633402,0.07188364090785208,13,0.175084175,63,0.870755069038438,43,0.579124579,1747,221558,887.9,8252,7188,21953,22069,0.3758939552680727,0.32570574108477957,6920,-0.23791736892452064,-0.31356201005935924 +21049,KY,Clark,3670.51161118725,-2.102682399863405,0.1030666220533864,957.71795199209,0.02689236941544071,6,0.167794619,37.5833333333333,1.04925691206715,32,0.894904637,1256,107066,986.1,5228,4706,15410,16193,0.3392602206359507,0.29061940344593346,6004,-0.3051914341336794,-0.3707774964490829 +21051,KY,Clay,1989.59623257483,-31.348888007041452,0.09155988184881869,206.59044077534,0.009507153280043259,6,0.283728188,33.8333333333333,1.62926578702366,11,0.520168345,744,63362,1118.6,1111,752,7383,6762,0.15048083434918055,0.11120970127181307,5109,-0.6860354869294325,-0.7555456965394853 +21053,KY,Clinton,10.6970472969115,-93.48261957713152,0.0010413792150420073,3.91663787700236,3.812926282128466e-4,2,0.196753566,14.4166666666667,1.41659297107858,6,0.590260698,424,30533,1185.8,752,547,4393,4454,0.17118142499430913,0.12281095644364616,3262,-0.6412474391076713,-0.7323753929052537 +21055,KY,Crittenden,269.660609051621,NA,0.028949072361956093,56.3323835073825,0.006047491519847827,2,0.216825672,9.16666666666667,0.997678130895371,6,0.650477016,379,27582,1009.8,960,617,3854,4036,0.24909185262065386,0.15287413280475717,2673,-0.4875454073689673,-0.6622893954410307 +21057,KY,Cumberland,110.583775582272,-18.693167911793875,0.016129488853890313,25.184044222442,0.003673285329994458,2,0.296515938,11.5833333333333,1.71910557039675,4,0.593031875,320,20309,1073.6,599,459,2853,3061,0.20995443392919733,0.14995099640640314,2043,-0.5667718191377498,-0.6674289447892845 +21059,KY,Daviess,15930.5113417571,-8.238280597478594,0.16481657984767734,4088.87757343838,0.04230340147987068,16,0.162808446,102.75,1.03086060557417,77,0.783515645,3056,295839,827.4,16208,14163,42079,45752,0.3851802561847953,0.30956023780381187,14744,-0.2111266902730578,-0.32225913621262453 +21061,KY,Edmonson,306.784930553196,16.90024982641317,0.025226949309530136,61.4249290955889,0.00505097681897779,2,0.166486307,14,1.15568763414231,3,0.24972946,415,36121,869,1374,979,4664,5239,0.2945969125214408,0.18686772284787173,3156,-0.3983704974271012,-0.602405039129605 +21063,KY,Elliott,4.53188812732697,-71.08625640413044,5.771635414323701e-4,1.08147330582142,1.3773220909595263e-4,1,0.130344108,10.1666666666667,1.3398348269197,2,0.260688217,210,22963,732.9,1186,740,2399,2847,0.4943726552730304,0.2599227256761503,1260,0.02501042100875367,-0.44257112750263433 +21065,KY,Estill,1341.49080258628,-26.28290874350585,0.09143203398216194,298.896270180077,0.02037188319111757,4,0.276874092,17.25,1.20570350178234,8,0.553748183,614,43260,1231.9,1356,1108,5184,5538,0.26157407407407407,0.20007222824124232,3128,-0.46161265432098764,-0.5648248465149874 +21067,KY,Fayette,46941.7344592896,2.7724895417480315,0.15869255707105606,10271.0937582871,0.03472275047341338,60,0.193052056,228.166666666667,0.716493588193609,311,1.000653159,6860,934716,766.3,62078,69776,125821,136112,0.49338345745145884,0.5126366521688022,12886,0.010212921531381924,0.0946720347948748 +21069,KY,Fleming,838.481728425686,-0.9397156084522847,0.05843892726691427,167.84647144637,0.011698248637187762,5,0.343760743,22,1.51650927138623,5,0.343760743,568,43691,1152.4,1911,1348,5782,6250,0.3305084745762712,0.21568,3374,-0.3232445520581114,-0.53984 +21071,KY,Floyd,1950.82579463096,16.040136811864848,0.04944933701632303,396.403057903533,0.010047985042293808,18,0.472341766,57.25,1.54271085960658,26,0.682271439,1507,114314,1141.2,4733,4015,14890,16521,0.3178643384822028,0.24302403002239573,7978,-0.33922095366017463,-0.4829005508141154 +21073,KY,Franklin,7305.1095113299,-35.9163968063903,0.14822176141483007,1585.96878777358,0.032179543223568634,6,0.120288693,48.6666666666667,0.962552742616034,47,0.942261427,1560,149978,865.9,11535,10717,23337,23840,0.49427947036894204,0.44953859060402684,1102,0.00814157775206753,-0.04622483221476509 +21075,KY,Fulton,7.18897076274152,130.1014785168063,0.0010551843186175722,1.62719887133426,2.3883735084900338e-4,2,0.319233839,11,1.78022333710956,3,0.478850758,292,18858,1089.1,1022,774,2481,2381,0.41193067311567916,0.3250734985300294,775,-0.16243450221684802,-0.32549349013019735 +21077,KY,Gallatin,NA,NA,NA,NA,NA,1,0.116427989,7.75,0.900220699268208,3,0.349283968,301,25748,1296,1238,749,3060,3334,0.4045751633986928,0.22465506898620277,1694,-0.16993464052287577,-0.5080983803239352 +21079,KY,Garrard,122.193154523149,-96.81572711751195,0.007225233829419879,17.4034130545333,0.0010290570633002187,1,0.059319,12.8333333333333,0.742154368108567,3,0.177957053,513,51103,823.9,1661,1453,7077,7613,0.23470397060901513,0.19085774333377117,4451,-0.5156139607178183,-0.5846578221463287 +21081,KY,Grant,4503.75143272545,3.7490451881898514,0.18261906709615808,1364.34590347248,0.05532178669501581,1,0.040201,22.3333333333333,0.896093300699488,15,0.603015075,703,74145,1040.8,2810,1910,8606,9551,0.3265163839181966,0.19997905978431577,5358,-0.33162909597954915,-0.5609883781802953 +21083,KY,Graves,3573.32898646182,-21.938487536531134,0.09626165745701411,786.885229559344,0.021197845681941326,6,0.159498113,39.3333333333333,1.05785953776917,18,0.478494338,1320,112459,911.4,4547,3308,15493,16582,0.29348738139805075,0.1994934266071644,9363,-0.3970825534112179,-0.5646484139428296 +21085,KY,Grayson,5837.20862412188,-0.7738388372559601,0.22672293265446594,1351.11239008128,0.05247853608643206,5,0.190883408,34.25,1.30805071799572,17,0.649003589,939,78370,1030.3,2744,1959,9269,10564,0.2960405653252778,0.18544112078758046,6260,-0.39486460243823496,-0.5925785687239682 +21087,KY,Green,1254.53910814183,71.78141336500893,0.11143534447875554,291.248482099386,0.025870357265889682,2,0.181110206,9.58333333333333,0.866485834840265,7,0.633885719,430,33224,951,1165,832,4856,5331,0.23990939044481055,0.1560682798724442,3540,-0.5084431630971994,-0.6640405177265053 +21089,KY,Greenup,8653.32232470595,-2.34922390675791,0.23444384515594552,1838.9402012975,0.0498222758411677,7,0.192794976,37.4166666666667,1.0424502456375,21,0.578384929,1406,108848,959.8,6027,4146,15159,16265,0.3975855927171977,0.25490316630802334,7400,-0.1865558414143414,-0.4549646480172149 +21091,KY,Hancock,271.349078271873,795.7532489673202,0.03168115333004939,63.5943329609099,0.007424907526084051,0,0,7.91666666666667,0.898600075671585,3,0.342739632,248,26081,866.7,1833,1244,4133,4292,0.4435035083474474,0.2898415657036347,1544,-0.09170094362448583,-0.3597390493942218 +21093,KY,Hardin,28939.4097778166,18.356063701746812,0.27419544430058457,8288.14352851819,0.07852859525044949,12,0.110838121,89.25,0.831656043833166,66,0.609609665,2677,323090,845.2,15214,13944,39212,43113,0.3879934713863103,0.3234291281052119,13026,-0.20766602060593703,-0.3021362466077517 +21095,KY,Harlan,5719.80983042747,12.452006025576432,0.1953620407960745,1240.72949045586,0.042377535707898775,9,0.319568228,37.5833333333333,1.38336768747546,18,0.639136456,1289,84232,1265.2,1830,1372,10658,10744,0.17170200788140363,0.12769918093819807,7757,-0.6401763933195721,-0.7219843633655993 +21097,KY,Harrison,948.831351709748,-35.82853540513443,0.05034656434838947,221.555908989298,0.011756123792279423,2,0.10757315,16.1666666666667,0.867031356144302,10,0.537865749,691,55956,1003.9,2471,2031,7163,7774,0.3449671925171018,0.26125546694108565,3404,-0.29107915677788637,-0.43786982248520717 +21099,KY,Hart,1704.04633217987,-0.8984021409106218,0.09363406407933787,404.747363566907,0.02224008811291318,5,0.268860569,25.5833333333333,1.37345430468317,6,0.322632683,645,55469,991.3,2283,1730,6621,7261,0.3448119619392841,0.23825919294862966,3590,-0.2979912399939586,-0.4944222558876188 +21101,KY,Henderson,4483.63973694868,-0.5316613424731337,0.09694356187997148,1125.29797024168,0.024330766924144435,7,0.150644543,41.4166666666667,0.895437413068702,35,0.753222717,1543,139186,935,8091,6707,18614,19692,0.4346728269044805,0.34059516554946173,5452,-0.11845922423981947,-0.27686370099532803 +21103,KY,Henry,320.959550383081,-74.95507983154414,0.020819898182607748,70.615260907433,0.004580647438209198,2,0.128435654,18.75,1.185358452396,8,0.513742615,511,46596,927.5,2529,1828,6584,7142,0.3841130012150668,0.25595071408569026,3116,-0.21430741190765495,-0.43629235508261 +21105,KY,Hickman,0,-100,0,0,0,2,0.422475708,4.75,1.02658309920035,1,0.211237854,196,14040,823.8,686,449,2139,2157,0.32071061243571763,0.20815948076031526,1208,-0.3482935951379149,-0.5600370885489105 +21107,KY,Hopkins,10899.9897592173,39.58887992646889,0.2323100971700192,2623.4518948655,0.05591329699201833,7,0.150940141,44.6666666666667,0.973045195770884,29,0.625323443,1796,139043,1019.5,5789,4310,19765,20325,0.2928914748292436,0.2120541205412054,10967,-0.3992916772071844,-0.5395817958179582 +21109,KY,Jackson,23.8481425112823,-6.869191376506821,0.0017673145480422633,6.55007253761187,4.8540629447249665e-4,2,0.150500414,14.4166666666667,1.07844604029523,4,0.301000828,443,40079,997.9,612,482,5061,5497,0.12092471843509188,0.08768419137711479,4407,-0.7415530527563723,-0.8017100236492632 +21111,KY,Jefferson,119488.484865259,-9.180033188206457,0.16123212763968367,29002.8882922253,0.03913512998616279,155,0.203940392,622.75,0.813677889389458,658,0.865759856,22686,2281760,858.1,186164,190824,339500,352778,0.5483475699558173,0.5409180844610492,47066,0.11118998527245949,0.13341534902970142 +21113,KY,Jessamine,7707.39465535987,77.66625310066986,0.15863406444983885,2017.56155258138,0.04152557429262298,5,0.098396143,40.25,0.768760624176328,35,0.688773,1366,153137,843.1,6001,6144,20620,23292,0.29102812803103784,0.26378155589902114,9330,-0.39917555771096025,-0.40056671818650175 +21115,KY,Johnson,3913.69510349085,68.65533764015161,0.16756701076771927,824.788233053285,0.035313762333160005,4,0.17195426,32.75,1.42527635129254,21,0.902759866,867,69888,1066.5,1723,1250,9035,9560,0.1907028223574986,0.1307531380753138,6793,-0.5945766463752076,-0.7105648535564855 +21117,KY,Kenton,49639.8753183589,-4.858210701458302,0.310793108679933,13164.3471006932,0.08242140684130478,25,0.152505048,127.25,0.771469277638001,98,0.597819788,4462,492551,892,24917,24213,67679,71905,0.3681644232332038,0.33673597107294345,18745,-0.24335465949555996,-0.26069118976427236 +21119,KY,Knott,138.576973412984,181.86773790393383,0.008477729928605408,33.3559083909206,0.0020406159544182428,5,0.31462371,19.75,1.27058672156459,5,0.31462371,575,47651,1048.3,1420,1245,5693,5756,0.24942912348498156,0.21629603891591384,3112,-0.47602318636922536,-0.5406532314107019 +21121,KY,Knox,2739.43184214812,61.58906636282049,0.08592139516821252,679.046864152903,0.021298085630364238,10,0.314485188,40.75,1.28601634739799,19,0.597521857,1145,95286,1024.1,2484,1761,11100,12001,0.22378378378378377,0.14673777185234563,8124,-0.5390090090090089,-0.6769435880343305 +21123,KY,Larue,191.152675683566,-9.448468662488752,0.01346809523593081,48.2322148700114,0.0033983100732763614,3,0.211565585,12.6666666666667,0.898600075671585,8,0.564174894,484,42478,866.8,1733,1278,5764,6359,0.3006592643997224,0.20097499606856423,3521,-0.3778625954198473,-0.5537034124862399 +21125,KY,Laurel,5505.68364458836,-15.77625043087367,0.09355611216143622,1269.55570476181,0.021573105826128054,9,0.149962509,80.5,1.33609958506224,39,0.649837541,1705,179842,872.6,3905,3440,22408,24811,0.17426811852909674,0.1386481802426343,17152,-0.6357550874687612,-0.691306275442344 +21127,KY,Lawrence,2504.38730326915,41.09689047618085,0.15790588292995902,604.494746522947,0.03811442285768897,3,0.189825361,20.5,1.29231545104961,8,0.506200962,602,47363,1123.1,1520,1045,5592,6037,0.2718168812589413,0.17309922146761636,3771,-0.44259656652360513,-0.6246480039754845 +21129,KY,Lee,1.82599131355528,41.79396294548379,2.3151912178968938e-4,0.60850965847203,7.715350050361734e-5,2,0.263365815,12.75,1.93768996960486,4,0.52673163,292,20362,1267.9,595,444,2623,2663,0.22683949675943577,0.16672925272249342,1707,-0.5268776210446053,-0.6410063837776944 +21131,KY,Leslie,350.828101725769,-17.146296058275865,0.031019283972216535,73.2966180957806,0.006480691255153015,3,0.2747756,18.8333333333333,1.78718289365471,2,0.183183733,471,32578,1213.7,433,400,4950,4487,0.08747474747474747,0.08914642299977714,3615,-0.8092929292929293,-0.8056607978604858 +21133,KY,Letcher,NA,NA,NA,NA,NA,4,0.171240207,32.3333333333333,1.4198100089287,15,0.642150777,943,70004,1113.1,1702,1542,8758,9131,0.1943366065311715,0.168875260102946,5751,-0.5833523635533228,-0.6298324389442558 +21135,KY,Lewis,160.607534205861,4.248738160778044,0.011579490569997188,50.3922322464059,0.003633181849055941,4,0.288184438,20.4166666666667,1.51887119972226,5,0.360230548,471,41284,943,1342,785,4769,5293,0.2814007129377228,0.1483090874740223,3578,-0.4160201300062906,-0.6759871528433781 +21137,KY,Lincoln,4359.72627964824,126.54832748926421,0.1762075127171708,1055.62327647319,0.04266523629751798,7,0.286357128,26.3333333333333,1.08047486186334,9,0.368173451,891,73380,1010.9,2582,1865,9152,9555,0.2821241258741259,0.19518576661433804,5473,-0.41892482517482516,-0.5727891156462585 +21139,KY,Livingston,1424.89170626967,957.6520945222499,0.1496892222155342,309.256976583106,0.032488389177760896,6,0.641094134,13,1.40252454417952,4,0.427396089,383,28023,1007.7,1346,887,4511,4642,0.298381733540235,0.1910814304179233,2683,-0.38638882731101754,-0.577983627746661 +21141,KY,Logan,4080.23895057223,441.03053205975976,0.1520491503846555,984.712054533833,0.03669506445067386,3,0.111661146,24.1666666666667,0.908760450745184,14,0.521085346,948,80756,955.5,3469,2755,10509,10896,0.3300980112284708,0.252845080763583,5023,-0.32638690646112856,-0.4609948604992658 +21143,KY,Lyon,260.159269720432,87.96219249292461,0.03129170913163724,27.0327374200278,0.003251471905223455,1,0.118623962,4.5,0.557689924402032,3,0.355871886,377,25147,975.2,1373,1045,3838,3959,0.3577384054194893,0.2639555443293761,1744,-0.2707139134966128,-0.44051528163677695 +21145,KY,McCracken,15861.0186455426,9.817164247517,0.24191289019358803,3575.20528510355,0.0545291738748349,11,0.168412028,64.8333333333333,0.994956160543466,70,1.071712903,2453,195651,912.7,10062,9134,30540,31284,0.3294695481335953,0.29197033627413377,11640,-0.3247216764898494,-0.37207518220176444 +21147,KY,McCreary,359.65669847792,-58.4886594740288,0.01964692988516989,91.010325681638,0.004971611803869655,5,0.27990819,22.6666666666667,1.29442445700798,6,0.335889828,610,53683,1122.8,1069,664,5704,5772,0.1874123422159888,0.11503811503811504,4348,-0.6127279102384292,-0.7532917532917534 +21149,KY,McLean,49.8843907952833,1635.6671735011805,0.005233909431883674,17.5985937686528,0.0018464582697149093,3,0.316522473,11.4166666666667,1.20492524186456,8,0.844059928,363,28458,947.8,1432,988,4200,4565,0.34095238095238095,0.21642935377875136,2393,-0.30309523809523814,-0.5242059145673603 +21151,KY,Madison,18254.7312426582,129.38249898230023,0.22015933285081526,3658.27011814692,0.04412019535610642,8,0.091596061,91.0833333333333,1.01715672589069,63,0.721318983,2201,260034,866.4,11512,11793,33317,37318,0.34552930936158716,0.3160137199206817,11638,-0.28862142449800404,-0.31186022830805504 +21153,KY,Magoffin,231.728841252829,117.14711964725939,0.017380097596402085,74.2500746813457,0.005568894823471507,4,0.309765353,21.4166666666667,1.68847892357826,8,0.619530705,462,38665,1097.8,1433,1172,4905,5113,0.2921508664627931,0.22921963622139643,2652,-0.39918450560652396,-0.5186778799139449 +21155,KY,Marion,309.121466638046,-33.952392917754246,0.015596441303635016,66.2108363008915,0.0033406072805697022,2,0.099965012,16.5,0.859151262692007,14,0.699755086,605,58557,864.5,3418,2679,7316,8108,0.4671951886276654,0.330414405525407,2443,-0.05221432476763255,-0.30130735076467685 +21157,KY,Marshall,1059.39045221828,0,0.03368705330126812,210.24086949788,0.006685349449818112,8,0.258456369,28.0833333333333,0.895371698815027,21,0.67844797,1231,93358,921.2,5022,3672,15714,16678,0.31958762886597936,0.22017028420673943,8650,-0.34236986127020497,-0.5186473198225207 +21159,KY,Martin,5.05276608467102,-86.91297344229939,3.908087311215887e-4,1.05580186843872,8.166152590600356e-5,3,0.239291697,20.0833333333333,1.67333222240738,8,0.638111191,391,37511,982.7,574,363,3824,3951,0.15010460251046026,0.09187547456340167,3140,-0.6814853556485356,-0.7947355099974689 +21161,KY,Mason,2901.2511317538,33.32144827673849,0.16588056785327615,671.931011501276,0.03841801094918673,4,0.233018758,24.9166666666667,1.44948613535001,13,0.757310964,687,51501,1078.4,2592,1970,6879,7212,0.37679895333624075,0.27315585135884635,2974,-0.2333187963366768,-0.4123682750970604 +21163,KY,Meade,4046.18622575817,-1.237874921869226,0.14146515019083178,1456.58960321517,0.05092614513723412,2,0.068636535,25.4166666666667,0.90367157315888,11,0.377500944,704,86504,871.9,4122,3026,10915,12223,0.3776454420522217,0.24756606397774686,5634,-0.22757672927164452,-0.4609343041806431 +21165,KY,Menifee,94.3353960383683,NA,0.01495962512501876,16.1308211991563,0.0025580116078585953,1,0.159058374,7.16666666666667,1.11839367457345,1,0.159058374,239,18993,976,1048,700,2598,2779,0.403387220939184,0.2518891687657431,1310,-0.16782140107775212,-0.47139258726160493 +21167,KY,Mercer,4717.22358240688,20.780801806942016,0.22114404305503166,1257.11632654536,0.0589337736883109,3,0.140719546,18.0833333333333,0.841986000527696,12,0.562878184,764,64094,911.4,2966,2395,9936,10579,0.29851046698872785,0.22639190849796767,5345,-0.3878824476650564,-0.5052462425560073 +21169,KY,Metcalfe,78.7793182627465,-2.0438723139295565,0.0078007048482767105,15.7632124165748,0.0015608686421006834,1,0.1001001,7.75,0.773607506488321,2,0.2002002,381,29863,1014.7,1425,976,4184,4616,0.3405831739961759,0.21143847487001732,2515,-0.2989961759082218,-0.544844020797227 +21171,KY,Monroe,381.303676002626,-14.254862692340486,0.03478096105104679,81.2711598516908,0.007413222644503403,5,0.467115097,18,1.7000377786173,11,1.027653214,465,32079,1148.2,936,601,4746,4991,0.1972187104930468,0.1204167501502705,3677,-0.5954487989886219,-0.7367261069925866 +21173,KY,Montgomery,3017.9372865539,-47.52047167348027,0.11388872359537718,656.803330292892,0.02478596665130352,5,0.181990245,35,1.26030751503367,17,0.618766834,805,82214,892.2,3701,3158,10248,11437,0.36114363778298203,0.2761213604966337,4698,-0.2631733021077283,-0.41077205560898844 +21175,KY,Morgan,2143.87442080466,51.98483556798203,0.15398078149857503,515.439774108667,0.037020740796428,3,0.225513042,22.6666666666667,1.70451696997042,4,0.300684056,448,39942,1020.3,1369,1006,4472,4766,0.30612701252236135,0.21107847251363826,2622,-0.3694096601073345,-0.5501468736886277 +21177,KY,Muhlenberg,1594.05150261904,13.36292270013083,0.050606416159847616,374.57212701848,0.011891556145226197,8,0.256352741,28.4166666666667,0.915839456834687,21,0.672925946,1180,93687,977.2,4771,3272,12737,13046,0.37457800109915995,0.25080484439674994,6121,-0.23482766742561045,-0.4691859573815729 +21179,KY,Nelson,5565.99559644769,-10.756230468067105,0.12813950310674518,1323.74523873995,0.030475061324215534,5,0.111577256,37.5833333333333,0.824937626667252,24,0.535570829,1154,134426,840.8,7611,6434,18532,20761,0.4106950140297863,0.3099080005780068,6996,-0.16522771422404486,-0.3369779875728529 +21181,KY,Nicholas,37.2301902326708,-11.705301017555371,0.005217966395609081,8.26009986083955,0.0011576874366979034,2,0.284050561,6.5,0.917560700169396,0,0,312,21249,1176.8,948,787,2580,2837,0.3674418604651163,0.2774057102573141,1170,-0.24612403100775193,-0.41240747268241096 +21183,KY,Ohio,4152.15182775888,68.86495148497958,0.1741528323026122,980.175352555783,0.041111289009134425,3,0.125119907,27,1.10755599310854,12,0.500479626,837,72285,948.9,2987,2080,9646,10398,0.30966203607713044,0.20003846893633392,5862,-0.3610823139125026,-0.5637622619734565 +21185,KY,Oldham,24249.0836729,-1.3432801096247349,0.40203401540055705,6550.86948307732,0.10860914986201539,3,0.0472515,23.75,0.362263575350824,33,0.519766892,1172,192273,733.9,9240,10268,29873,32838,0.309309409834968,0.31268652171265,10201,-0.366183510193151,-0.31064620257019304 +21187,KY,Owen,1101.07473585408,46.28156757757253,0.10156579059626233,276.052027968587,0.02546370519035025,2,0.187881635,10.3333333333333,0.970995426924763,5,0.469704086,351,31978,953.7,1501,1062,4555,4997,0.3295279912184413,0.21252751650990595,2683,-0.3227222832052689,-0.5369221532919751 +21189,KY,Owsley,33.3749056116794,-51.72022545262542,0.007018907594464648,5.70798266609199,0.0012004169644778107,0,0,7,1.55867290135827,1,0.221827862,237,13572,1386.3,283,256,1580,1757,0.17911392405063292,0.14570290267501423,1218,-0.6303797468354431,-0.6932270916334662 +21191,KY,Pendleton,116.244714036351,2.9347539722692884,0.007813720107303287,28.152733805473,0.0018923663242234995,2,0.137997654,10.0833333333333,0.69253663003663,6,0.413992962,461,43390,982.5,1859,1164,5534,6006,0.3359233827249729,0.1938061938061938,3440,-0.3066498012287676,-0.5727605727605728 +21193,KY,Perry,701.318248883937,-58.878728451851856,0.024425962973110095,148.980835676251,0.005188800350942149,8,0.289886582,46.5833333333333,1.7036657767375,21,0.760952277,1194,83204,1258.7,2047,2136,10240,10566,0.19990234375,0.2021578648495173,6022,-0.58525390625,-0.5699413212190043 +21195,KY,Pike,982.724339597509,24.798736081907,0.015113255714774683,246.35833586083,0.003788729328568375,21,0.333153536,88,1.45322434150772,47,0.74562934300000006,2460,188229,1119.6,5645,4277,23632,24637,0.23887102234258634,0.1736006819012055,15463,-0.505416384563304,-0.6276332345658968 +21197,KY,Powell,386.658410406671,58.32899472180662,0.030655546690451996,101.305554191495,0.008031836533060732,4,0.321698568,19.5833333333333,1.59110605568194,12,0.965095705,515,37137,1314.1,1620,1272,4441,4952,0.36478270659761314,0.2568659127625202,2241,-0.24904300833145687,-0.45254442649434573 +21199,KY,Pulaski,11036.6913811054,24.979843250341784,0.17501056691095254,2514.39550601281,0.03987116860937174,11,0.172346259,73.9166666666667,1.15574248962829,43,0.673717195,2426,191274,1021.4,4976,4208,26003,28015,0.19136253509210477,0.15020524718900588,18692,-0.6052378571703265,-0.6672139925040157 +21201,KY,Robertson,1612.86828090351,-5.422371187837534,0.7067783877754207,351.169448715053,0.15388669969984795,1,0.455166136,1.66666666666667,0.773395204949729,0,0,115,6540,1098.2,340,222,935,1013,0.36363636363636365,0.21915103652517276,537,-0.2556149732620321,-0.5301085883514314 +21203,KY,Rockcastle,274.360451126975,-36.318098626188466,0.016085861346562796,58.8516420444707,0.003450494960393451,3,0.178295495,19.75,1.17210682492582,9,0.534886485,596,50521,1007.6,1097,915,6216,6686,0.17648005148005147,0.1368531259347891,4694,-0.6324002574002574,-0.7020640143583607 +21205,KY,Rowan,2000.23422770173,23.177344107920327,0.0857255486950555,289.094017071024,0.012389920587623709,2,0.084548721,28.75,1.17582102981473,20,0.845487212,686,71112,973.9,3438,3295,7641,8829,0.4499411071849234,0.3732019481254955,1879,-0.07813113466823718,-0.21282138407520673 +21207,KY,Russell,179.107475402765,-58.10805007051992,0.010196838907074578,37.4331164005598,0.002131119635670925,4,0.225047823,24.9166666666667,1.40597374261746,9,0.506357601,695,53135,977.9,1445,1093,7907,8171,0.1827494625015809,0.13376575694529433,5770,-0.6198305299102062,-0.7061559172683882 +21209,KY,Scott,13103.7919774885,64.99107657770156,0.2777816118857927,3897.4270628628,0.082619868629572,4,0.077997036,32.0833333333333,0.594444032708318,32,0.623976289,1058,153797,828.4,7532,7713,20565,24159,0.3662533430585947,0.31925990314168634,7339,-0.25027960126428395,-0.3037791299308746 +21211,KY,Shelby,4468.17764895729,17.23573097756352,0.10619807123062439,1183.14741743725,0.028120630732453532,6,0.133704735,32.3333333333333,0.696718956501753,28,0.623955432,1063,134847,778.5,6634,6276,18659,20563,0.3555388820408382,0.30520838399066286,6920,-0.2763277774800364,-0.33652677138549825 +21213,KY,Simpson,2266.67759508011,0.022749417258588294,0.13081766001501186,622.409659719677,0.03592137471689716,1,0.0560978,13.5833333333333,0.751165920109127,18,1.009761023,530,53617,867.8,2650,2144,7089,7524,0.37381859218507546,0.28495481127060074,2933,-0.24051347157568065,-0.38981924508240295 +21215,KY,Spencer,NA,NA,NA,NA,NA,2,0.113199004,7,0.383057896464923,10,0.565995019,394,53133,883.5,2549,1921,8431,9509,0.30233661487368046,0.20201913976233044,5275,-0.3768236270904993,-0.5547376169944264 +21217,KY,Taylor,4103.66934264808,130.55726859231757,0.1674147088221312,943.597075811662,0.038495311513204226,6,0.237557905,22.25,0.876087726896878,19,0.752266698,864,75434,918.9,3284,2553,10946,11301,0.30001827151470856,0.22590921157419697,5767,-0.3898227663073269,-0.5103088222281215 +21219,KY,Todd,59.2503127974123,-93.38580264572353,0.004755241797545128,11.8395354795102,9.502034895273034e-4,3,0.239616613,8.33333333333333,0.67778229632642,5,0.399361022,375,37544,873.9,1403,1042,4718,4771,0.2973717676981772,0.21840285055543912,2570,-0.3908435777871979,-0.5386711381261791 +21221,KY,Trigg,1851.68717233776,6.0069381355360445,0.12913642320508822,448.88396646819,0.031305109593987725,3,0.212134069,12.1666666666667,0.85296317068611,6,0.424268137,524,42659,903.6,2115,1587,6740,6740,0.3137982195845697,0.235459940652819,3341,-0.3568249258160237,-0.49569732937685457 +21223,KY,Trimble,515.209051674698,-79.66361944603031,0.05848666723517971,126.662087404577,0.01437871352078295,0,0,6,0.696055684454756,2,0.227634874,291,26297,974,1355,879,3540,3786,0.3827683615819209,0.23217115689381934,1892,-0.21977401129943502,-0.49973586899101957 +21225,KY,Union,970.586064388917,8.209146197795484,0.0646755556999345,204.200506583555,0.013607017164227029,5,0.329706561,19,1.27688172043011,6,0.395647873,512,45307,1020.2,1941,1331,5975,6209,0.32485355648535563,0.21436624255113546,3370,-0.3365690376569038,-0.5427605089386375 +21227,KY,Warren,14250.3041657947,18.41515092709059,0.1252311600621722,3791.43717495917,0.033319013418862224,17,0.141125685,103.416666666667,0.823827125088955,92,0.763739,2872,362296,842.9,16805,16966,43889,48416,0.3828977648157853,0.35042134831460675,11707,-0.21825514365786414,-0.24180023132848644 +21229,KY,Washington,2021.02409908338,95.47233722226571,0.1724864811029598,468.843203504327,0.04001392877906691,4,0.334476127,11.1666666666667,0.916126562200892,7,0.585333222,386,35901,813.6,1669,1420,5218,5621,0.31985435032579534,0.2526240882405266,2593,-0.3499425067075508,-0.46130581747020105 +21231,KY,Wayne,2592.94925005234,-5.572334199501327,0.12458315716390428,574.146197507026,0.027585941359103736,2,0.097627648,20.4166666666667,0.998223569484509,12,0.585765889,749,61625,982.5,1855,1431,7210,7988,0.25728155339805825,0.17914371557336004,4939,-0.47628294036061025,-0.6183024536805207 +21233,KY,Webster,433.272218169448,453.50660978184766,0.031809134290393365,87.6171771889058,0.006432506951685324,3,0.226654578,18.9166666666667,1.42059677580855,5,0.377757631,510,39771,1023.9,1765,1240,5470,5804,0.3226691042047532,0.2136457615437629,3157,-0.33674588665447897,-0.5439352170916609 +21235,KY,Whitley,4495.55631351991,-1.5563883449992644,0.12614856226730392,1058.56467061171,0.029704090428815836,11,0.309832972,47.9166666666667,1.32747857565012,28,0.788665747,1480,107692,1261.7,2683,2067,13068,13765,0.20531068258340984,0.15016345804576825,9245,-0.5776706458524641,-0.6716309480566655 +21237,KY,Wolfe,124.69176578155,-72.58069447527235,0.016953333212991164,27.9481733066568,0.003799887601176995,3,0.415858054,12.25,1.71113283978209,2,0.277238703,317,21751,1250.1,976,753,2559,2634,0.38139898397811645,0.285876993166287,1051,-0.22118014849550605,-0.3990129081245254 +21239,KY,Woodford,8495.44418592798,25.857209794158948,0.3406489508772597,2247.22455397836,0.09010884774763865,3,0.117357118,18.6666666666667,0.714540907466952,13,0.50854751,686,76600,787.8,4883,4958,12331,13547,0.39599383667180277,0.3659850889495829,2739,-0.1893601492174195,-0.2021849856056691 +22001,LA,Acadia,1087.15803349386,3.440794049318705,0.017599242929659562,314.699006139039,0.0050944426551897916,21,0.336075281,78.25,1.24910208316705,28,0.448100374,1924,187200,971.5,6559,5638,26834,27386,0.24442870984571813,0.2058716132330388,15521,-0.49832302303048376,-0.5667494340173811 +22003,LA,Allen,7198.27470890453,-23.86337683520019,0.27939274603728187,1618.80038598123,0.06283187338849675,5,0.194454167,31.5833333333333,1.229689041167,10,0.388908334,779,76977,968.3,2616,2106,9306,9245,0.28110896196002577,0.22779881016765818,4761,-0.4168278529980658,-0.5149810708491076 +22005,LA,Ascension,33734.7376597653,-20.771643048706753,0.31464569005983584,9710.10199358024,0.09056663707112103,22,0.187987593,96.6666666666666,0.795041136525012,81,0.692136137,2151,351400,784.4,16343,16471,51056,54663,0.32009949858978376,0.30131899090792674,19664,-0.3428196490128486,-0.3597314454018257 +22007,LA,Assumption,9104.47762451999,-0.2548970658710696,0.3887313788702442,2184.42398174041,0.09326775038386106,5,0.217070418,21.5,0.947345230226922,4,0.173656334,676,69044,845.1,4754,3931,10991,10904,0.43253571103630245,0.360509904622157,2783,-0.12082613047038487,-0.25522743947175347 +22009,LA,Avoyelles,7985.4754485467,-9.512013973321976,0.18980047651811613,1681.37062108408,0.039963174032849574,10,0.243042897,67.9166666666667,1.65179041921022,16,0.388868635,1462,123539,1016.7,6075,5032,17027,16581,0.3567862806131438,0.3034798866172125,6131,-0.26968931696716975,-0.3697605693263374 +22011,LA,Beauregard,12563.0707222184,-14.357505808596777,0.35236076519376225,3309.66916605271,0.09282742935021907,2,0.0552517,26.25,0.71086197091559,18,0.497265042,1081,108929,945.3,2827,2393,14223,15078,0.19876256767208042,0.15870805146571162,9845,-0.5824368979821416,-0.6529380554450193 +22013,LA,Bienville,4133.45616800214,0,0.28798551996113286,1002.53567150586,0.06984851052085697,2,0.144040331,21.1666666666667,1.52662579636976,9,0.648181491,609,41497,1047.6,3490,3129,7203,7005,0.484520338747744,0.44668094218415416,627,-0.02096348743579063,-0.08950749464668101 +22015,LA,Bossier,26314.6201959832,-11.188539138869052,0.22495165966526642,7347.82088260559,0.0628131620428076,16,0.127934498,92,0.729828569615333,109,0.871553764,3077,373827,827.3,12955,12638,48559,49818,0.2667888547951976,0.2536834076036774,22813,-0.45369550443790024,-0.45792685374764136 +22017,LA,Caddo,82925.4014661677,-1.7300369640762776,0.3252371914474611,20534.0182981692,0.08053535252587256,27,0.106887092,224.416666666667,0.901811391823487,208,0.823426483,8324,759360,949.8,57879,53448,111516,105737,0.519019692241472,0.5054805791728534,4471,0.04932924423401125,0.04228415786337797 +22019,LA,Calcasieu,42022.2059697382,-0.5929876735474898,0.21799368136691874,11182.3264776572,0.05800924675079473,32,0.162268514,217.666666666667,1.08507268990018,165,0.836697024,5990,591120,958.5,28357,26293,81718,83773,0.347010450573925,0.3138600742482662,27889,-0.2874152573484422,-0.3329115586167381 +22021,LA,Caldwell,961.426009460156,-15.277061182796201,0.09489005225623331,206.804109859298,0.020410985971111132,3,0.303214069,10,0.991375037176564,4,0.404285426,378,29850,1067.5,1016,788,4716,4692,0.2154368108566582,0.1679454390451833,3034,-0.556403731976251,-0.6466325660699062 +22023,LA,Cameron,1747.26949526649,3.914990773574149,0.25548610838814007,366.058472936018,0.05352514591841176,3,0.449169037,6,0.871839581517001,1,0.149723012,137,20211,615.1,408,323,3744,3692,0.10897435897435898,0.08748645720476707,2933,-0.7617521367521367,-0.7944203683640303 +22025,LA,Catahoula,2487.87174894996,17.893638818873832,0.23905753329008936,405.973881198354,0.039009693590694144,1,0.098512462,11.5833333333333,1.16755703390115,5,0.492562309,439,30654,1250.2,1408,1322,4193,4856,0.33579775816837587,0.27224052718286657,2157,-0.31862628189840214,-0.4441927512355848 +22027,LA,Claiborne,2036.68201977712,39.72161361115073,0.11844617736418261,533.145134071475,0.031005823441202385,3,0.182793078,13.9166666666667,0.862674601206711,9,0.548379235,575,49380,890.7,3014,2717,6732,6421,0.4477124183006536,0.4231428126460053,868,-0.0943256090314914,-0.13518143591340914 +22029,LA,Concordia,5686.39051930264,20.505918556177445,0.27309530877450006,1494.54362006191,0.0717771405274186,3,0.146584579,26.3333333333333,1.32195448460509,14,0.68406137,783,60985,1086.6,3833,3272,9380,8869,0.40863539445629,0.3689254707407825,2202,-0.17238805970149257,-0.24828052768068554 +22031,LA,De Soto,6392.38601872671,-5.194861889860453,0.23981039986219652,1543.83717556493,0.057917060908048094,2,0.073686537,23.3333333333333,0.859454614657384,8,0.29474615,857,81079,895.6,5552,5163,13050,13497,0.4254406130268199,0.3825294509891087,2904,-0.138007662835249,-0.21515892420537902 +22033,LA,East Baton Rouge,115502.766865058,-7.084477426718415,0.26240430847342966,28105.5694543933,0.06385147920783808,120,0.269032961,458.25,1.02508293496959,383,0.858663534,11233,1337946,853.5,102460,102711,197912,196332,0.5177048385140871,0.5231495629851476,18091,0.051664376086341446,0.09214493816596375 +22035,LA,East Carroll,1562.12848282769,65.39151253434702,0.20133116159655756,411.792710564608,0.05307291024160433,2,0.267129691,11.9166666666667,1.63893091275845,5,0.667824229,261,22276,1104.5,2244,1838,3384,2939,0.6631205673758865,0.6253827832596122,779,0.33156028368794327,0.26505614154474316 +22037,LA,East Feliciana,2097.3065411295,-31.70995398958655,0.10348381808503973,238.19193106578,0.011752698034528051,1,0.0504719,17.4166666666667,0.884858337990482,11,0.555191036,722,59174,1075.8,4648,4235,10209,10042,0.45528455284552843,0.4217287392949612,1334,-0.07336663728083065,-0.13284206333399723 +22039,LA,Evangeline,8944.97874324539,62.44976081149579,0.26321147431866143,2289.96378392872,0.06738358592068974,16,0.474777448,52.1666666666667,1.54755900995778,10,0.296735905,1095,101279,1012.2,5330,4208,15765,14879,0.3380907072629242,0.28281470528933395,6149,-0.30738978750396445,-0.41326702063310705 +22041,LA,Franklin,2090.88074803066,-4.939316399233135,0.1006828501001907,503.316938325867,0.024236381678907258,3,0.146763857,28.5,1.4018691588785,11,0.538134142,835,61381,1082.8,2921,2506,9336,9162,0.31287489288774634,0.2735210652695918,4008,-0.36128963153384747,-0.4374590700720367 +22043,LA,Grant,4348.2680102442,-13.906356987773453,0.194910933266583,1089.37388813067,0.04883113936665336,3,0.134024303,15.0833333333333,0.67441687159997,2,0.089349535,627,67061,921,1421,1181,8666,8819,0.16397415185783523,0.1339154099104207,6225,-0.6532425571197784,-0.7058623426692369 +22045,LA,Iberia,14131.877384496,19.60901343101658,0.19295299541911523,3776.80449986942,0.051567510921209994,22,0.297647234,85.5833333333333,1.16800640526979,42,0.568235628,2232,222226,980.3,12129,10698,33392,32454,0.3632307139434595,0.3296357921981882,10205,-0.2623682319118351,-0.31444506070130024 +22047,LA,Iberville,5331.73493426058,3.750633462731412,0.15969493917574445,668.654712747255,0.020027397272808427,8,0.240045609,34.4166666666667,1.04546375050628,12,0.360068413,1035,99500,967.9,9548,8324,17014,16043,0.561184906547549,0.5188555756404662,1004,0.13383096273656986,0.0625818113819111 +22049,LA,Jackson,3734.17777437207,0,0.22945666550154048,818.418644997744,0.05028994991997935,1,0.062523446,13,0.822368421052632,9,0.562711017,596,47957,948.6,2305,2139,7529,7464,0.306149555053792,0.2865755627009646,3030,-0.37548147164298046,-0.4059485530546624 +22051,LA,Jefferson,51623.7053071229,-1.257389016413831,0.11934681912723305,13056.8892887985,0.03018571013149517,98,0.224917148,400,0.916332014578842,373,0.856062206,12293,1307028,799.9,7e4,73540,175733,181388,0.3983315598094837,0.405429245595078,26752,-0.18394382386916514,-0.14748494939025736 +22053,LA,Jefferson Davis,2236.04195824463,-2.3875485910942564,0.07077425961399729,565.88524272331,0.01791116169916152,6,0.19061537,29.25,0.931143157291567,18,0.57184611,1129,94164,1020.8,3483,3080,13733,14277,0.2536226607441928,0.21573159627372698,7695,-0.47556979538338306,-0.538978777054003 +22055,LA,Lafayette,50786.6337847731,-11.53172022812441,0.2292043153416544,14293.4943035692,0.06450773228194676,57,0.241890309,230.666666666667,0.955545061130029,223,0.946342788,5078,707611,778.5,31766,32726,98637,105599,0.32204953516428925,0.3099082377674031,35465,-0.3368208684367935,-0.3358459833899942 +22057,LA,Lafourche,25027.4473215012,-6.002052604203385,0.2598418501370585,6455.02596109333,0.06701785710971293,14,0.142827994,71.4166666666667,0.726480511333774,51,0.520301979,2733,293355,877.1,9543,8423,38725,41644,0.24642995480955454,0.20226203054461628,23535,-0.4851904454486766,-0.5651474402074728 +22059,LA,La Salle,2208.93343782209,49.71887300291172,0.1483501301425178,451.256715182215,0.030306025196925115,2,0.134779972,14.1666666666667,0.941181681282665,9,0.606509873,493,44671,952,764,605,6572,6568,0.1162507608034084,0.09211327649208283,5230,-0.7550213024954351,-0.796285018270402 +22061,LA,Lincoln,14853.3706146899,-0.03681817141034861,0.31782113222830644,2916.9893727498,0.06241552097464,3,0.063002709,33,0.691171850455545,40,0.840036122,1155,142593,845.4,7947,7102,18974,18664,0.41883630230842206,0.3805186455207887,3659,-0.14672710024243696,-0.19604586369481353 +22063,LA,Livingston,19726.103128249,-19.76225287148549,0.1540788834162514,5520.50503614155,0.043120186806910696,14,0.103129995,121.833333333333,0.869381133834744,72,0.530382833,3222,407676,890.7,7448,6950,54033,57700,0.13784168933799715,0.12045060658578856,41847,-0.7040142135361723,-0.7252512998266898 +22065,LA,Madison,1181.44740024248,0.12397549207694054,0.09769679982158934,194.009837591181,0.01604315203764004,2,0.168876129,13.0833333333333,1.13491788110109,7,0.591066453,389,35203,1068.1,3154,2744,5187,4732,0.608058608058608,0.5798816568047337,817,0.22247927511085402,0.1726542688081149 +22067,LA,Morehouse,6826.51831596957,-1.013764061033981,0.24398721598232853,1650.58358972539,0.058993659163136286,3,0.112107623,27.5833333333333,1.0580082594965,13,0.485799701,1136,80135,1116,5887,5155,12613,11852,0.46674066439387935,0.43494768815389806,1347,-0.05581542852612381,-0.11365170435369565 +22069,LA,Natchitoches,10995.9698122213,1.8700442487446143,0.2779146189208234,2691.65568009941,0.06802951220996335,8,0.204258796,33.6666666666667,0.859676897672914,17,0.434049941,1159,117634,886.6,7941,7143,17257,16617,0.4601610940487918,0.42986098573749776,1822,-0.06582835950628729,-0.10964674730697477 +22071,LA,Orleans,57760.4901457077,-34.07640344678794,0.16799190919238258,15602.414770997,0.04537841418553118,148,0.385095754,371.083333333333,0.947862254520066,303,0.788405495,9524,1152898,827.5,126199,133833,157233,165619,0.8026241310666336,0.808077575640476,109566,0.6247543454618305,0.6615545317868119 +22073,LA,Ouachita,46348.0787646053,-27.458447550452785,0.30150974996490565,12671.6725500556,0.08243346701831643,20,0.127938589,145.666666666667,0.92791363820711,114,0.72924996,4572,468956,930.3,26629,24420,68437,67987,0.38910238613615444,0.3591863150308147,17292,-0.20892207431652465,-0.25434274199479306 +22075,LA,Plaquemines,6459.58714287328,-11.015790957712262,0.2803396902557625,1602.89812957161,0.06956419275981296,3,0.127948138,20.4166666666667,0.870127287191726,13,0.554441933,537,70455,780,3597,3347,10235,10572,0.3514411333659013,0.31659099508134697,3553,-0.28060576453346364,-0.33607642830117285 +22077,LA,Pointe Coupee,2803.43326492435,-11.342738770552073,0.12294681453049514,725.115850678189,0.031800537263318523,9,0.401678122,29.6666666666667,1.3388089113528,10,0.446309024,820,66973,960.5,5436,4764,12147,11761,0.4475179056557175,0.40506759629283223,2025,-0.09154523750720345,-0.1721792364594848 +22079,LA,Rapides,45454.6848344254,-4.7132404581508425,0.3453662239628715,11927.7764774883,0.09062764679392082,15,0.113217801,142.916666666667,1.07923538532794,101,0.762333192,4287,397006,957.4,20040,18318,58008,56838,0.34546959040132397,0.32228438720574265,18496,-0.29559715901255,-0.32541609486611073 +22081,LA,Red River,2041.12211070163,20.17551463656222,0.22452118696530968,508.140516990329,0.055894897919956985,0,0,9,1.05263157894737,5,0.576767793,343,26121,1087.7,2253,1938,4807,4422,0.4686914915747868,0.43826322930800543,453,-0.04784688995215308,-0.1024423337856174 +22083,LA,Richland,2326.32623958992,4.0556343798409165,0.11224734569794548,694.686525526162,0.03351925334263749,2,0.096432015,22.5833333333333,1.10540055473976,8,0.385728062,675,62082,947.3,4074,3157,11507,9596,0.35404536369166595,0.3289912463526469,3129,-0.2817415486225776,-0.3260733639016257 +22085,LA,Sabine,6349.34088658217,-0.5606365480058036,0.26201216880213635,1545.67972651237,0.06378408478159411,5,0.206620108,19.6666666666667,0.820230498672339,10,0.413240217,861,72508,935.7,2194,1703,10050,9785,0.21830845771144278,0.17404190086867655,6174,-0.5513432835820895,-0.6309657639243741 +22087,LA,St. Bernard,16588.7754880647,7.774301087613739,0.4621215000714461,4325.39556572117,0.12049462533696882,12,0.270215497,53.5,1.17098581684469,32,0.720574658,989,133279,900.9,5052,4957,13944,15807,0.3623063683304647,0.31359524261403177,5275,-0.2470596672403902,-0.3337129120010122 +22089,LA,St. Charles,30492.4313862523,3.2942605669771217,0.5777270061813623,8269.89973307461,0.1566862397323723,13,0.24646886,42.6666666666667,0.806202722193879,31,0.587733434,1232,158301,849.9,8894,8558,25330,26190,0.3511251480457955,0.3267659411989309,8062,-0.27801026450848804,-0.30782741504390987 +22091,LA,St. Helena,662.77049039775,-34.35886770312606,0.0591600901899268,132.927024356678,0.011865306110566637,4,0.376683304,13,1.23668188736682,1,0.094170826,377,32041,971.4,4233,3353,7093,5964,0.5967855632313549,0.562206572769953,856,0.2082334696179332,0.14352783366867872 +22093,LA,St. James,5604.47033868404,27.411890648527802,0.25357299514451365,1384.23158460995,0.06262924552574202,6,0.277289953,23.1666666666667,1.07467025405514,11,0.508364914,578,64766,806.3,7055,6418,12391,12085,0.5693648615930917,0.5310715763342987,962,0.148979097732225,0.07960281340504755 +22095,LA,St. John the Baptist,18462.5488433888,-7.728071178240678,0.4020239709822489,5178.37092388322,0.11275957938949611,10,0.228597554,42,0.962618321835392,31,0.708652417,1163,131017,900.6,13178,12658,21122,20740,0.623899251964776,0.6103182256509161,5089,0.2631379604204147,0.24537126325940212 +22097,LA,St. Landry,13575.1660327652,18.25637961849976,0.16280300816421855,3672.95773783075,0.04404871123753658,31,0.37033055,117.583333333333,1.40175403041538,40,0.477845871,2931,251168,1049,19668,17208,41647,39970,0.4722549043148366,0.43052289216912687,4758,-0.043388479362259036,-0.1190392794595947 +22099,LA,St. Martin,2135.7606716809,-46.459503686270395,0.040946331895722776,489.994078351829,0.009394058250610219,14,0.262590265,64.3333333333333,1.19120360940866,22,0.412641846,1464,160070,913.7,9419,8266,25430,25749,0.37038930397168696,0.32102217561847063,8606,-0.24514353126228866,-0.3342265719057051 +22101,LA,St. Mary,18240.4886779309,33.54699184172546,0.33376923472883624,4759.04529382878,0.08708225606274071,13,0.244535571,62.1666666666667,1.19337850894874,34,0.639554569,1662,159550,948.4,9448,8050,23636,22871,0.3997292266034862,0.35197411569236153,6303,-0.1876375021154172,-0.2755891740632242 +22103,LA,St. Tammany,62438.8313795623,4.273017236472365,0.2671294232033982,16834.2597831754,0.0720213047966775,42,0.170850469,188.833333333333,0.744605063577311,188,0.764759243,6395,738614,785.2,25723,27716,112884,124389,0.22787108890542504,0.22281713013208562,63198,-0.522545267708444,-0.5080674336155127 +22105,LA,Tangipahoa,31687.6851456632,-5.829283587201873,0.26167192536283473,7702.44229705991,0.06360555832976796,20,0.157419578,153.833333333333,1.17690561803484,85,0.669033208,3556,381116,972.6,17720,16869,50090,52381,0.3537632261928529,0.322044252687043,17064,-0.27676182870832494,-0.3257669765754759 +22107,LA,Tensas,1283.98925198056,-56.07047558956037,0.24447624752105102,322.742888796374,0.06145142589420678,1,0.207039337,8,1.74026539047205,0,0,158,14420,802.4,1564,1329,2812,2543,0.5561877667140825,0.522611089264648,149,0.11877667140825038,0.05859221392056624 +22109,LA,Terrebonne,33431.1645259142,1.2555623996692225,0.29886612306377797,8482.81702762391,0.07583423053481057,18,0.158831004,109.083333333333,0.963463463463464,82,0.723563462,3110,340307,933.1,12071,10664,42335,43893,0.28513050667296563,0.2429544574305698,21236,-0.41169245305302943,-0.48381290866425175 +22111,LA,Union,3905.09300943357,-5.079670117555131,0.17187152895706923,900.528295972117,0.03963418405757304,4,0.177470163,21.5,0.956107973495798,6,0.266205244,811,67370,939.1,3075,2691,10766,10894,0.28562140070592607,0.24701670644391407,5281,-0.41668214750139326,-0.48476225445199195 +22113,LA,Vermilion,3644.22401403623,6.372924613719815,0.06283253183738047,887.977690452282,0.015310224149593647,16,0.268384326,56.25,0.934307781745702,20,0.335480408,1641,178673,840,5718,4745,24984,25253,0.22886647454370798,0.18789846750881084,15062,-0.5279779058597502,-0.5964439868530471 +22115,LA,Vernon,27251.628451162,33.03430314156828,0.5207251204028356,8056.28520683663,0.15393979452815817,2,0.0383642,31.9166666666667,0.631150836810431,22,0.422005678,1187,155906,930.6,3173,2665,15606,16633,0.2033192361912085,0.1602236517765887,10806,-0.5749711649365629,-0.6496723381230085 +22117,LA,Washington,5013.26730358172,-36.65304645499968,0.10628534819330308,1312.37961012438,0.02782351615765731,13,0.280862464,63,1.36039732239257,29,0.626539342,1747,139007,1070.7,6351,5690,18100,18622,0.3508839779005525,0.30555257222639887,6862,-0.28281767955801107,-0.36848888411556224 +22119,LA,Webster,11029.0488756416,32.5177651127131,0.26764988656397215,2770.0644443706,0.06722315248308783,6,0.14876156,56.3333333333333,1.41861831612524,32,0.793394987,1597,120954,993.9,6802,6259,18413,18140,0.36941291478846466,0.3450385887541345,5279,-0.2495519469939717,-0.29101433296582135 +22121,LA,West Baton Rouge,4535.16889831006,15.59302755274376,0.190649440823527,1159.02727544028,0.048723191333457205,4,0.159457843,29.5833333333333,1.14686308716159,20,0.797289217,663,75202,900.2,5692,5382,12772,12710,0.445662386470404,0.42344610542879624,1544,-0.09614782336360783,-0.1214791502753737 +22123,LA,West Carroll,564.761468105789,0,0.04866955085365297,153.953921679552,0.013267314863801448,5,0.433839479,16,1.4396256973187,9,0.780911063,422,34259,983.6,853,715,4548,4759,0.18755496921723835,0.150241647404917,3255,-0.6101583113456465,-0.6839672200042026 +22125,LA,West Feliciana,6576.24706820991,-0.461415151268534,0.42087981236543426,368.283663724281,0.023570154478353988,3,0.194729326,9.5,0.619134515119917,4,0.259639102,376,46173,769.8,2441,2247,5777,5798,0.4225376492989441,0.387547430148327,1143,-0.14124978362471874,-0.1971369437737151 +22127,LA,Winn,4130.00409980492,-2.7511325814916643,0.269705746738387,1016.86797392839,0.0664055360757781,4,0.2713152,10.6666666666667,0.741977369690225,8,0.542630401,512,44091,973.6,1919,1643,6532,6368,0.29378444580526636,0.25800879396984927,2962,-0.4011022657685242,-0.4651381909547739 +23001,ME,Androscoggin,12978.3240816559,6.6890383000646185,0.12050216413488977,2748.88319019848,0.025523046834770757,22,0.20476545,134.833333333333,1.25637895743842,76,0.707371556,3200,322006,806.3,28912,22975,52539,55340,0.5502959706123071,0.4151608239971088,5214,0.12756238223034316,-0.09421756414889776 +23003,ME,Aroostook,7943.72032592932,5.20731650747674,0.11052901524877307,1373.25405796596,0.019107472630665926,32,0.460783043,93.5,1.37582954428405,50,0.719973505,2608,207960,807.8,17844,13377,33866,34963,0.5269001358294455,0.38260446758001315,6042,0.07721608693084514,-0.17281125761519317 +23005,ME,Cumberland,59726.4284599861,-2.112075090157838,0.21204097098058783,13347.900445263,0.04738776189944049,68,0.236277654,243.25,0.832930992566112,244,0.847819817,7839,863734,692,100977,102935,166895,171249,0.6050331046466341,0.6010838019492084,45238,0.26345306929506573,0.26416504621924797 +23007,ME,Franklin,779.482896152344,66.51448052588806,0.02533420749325091,123.230534808649,0.004005152587384588,12,0.396091893,41,1.36662111262958,15,0.495114867,959,90661,772.1,9292,7001,16112,16382,0.5767130089374379,0.42735929678915885,899,0.18538977159880832,-0.05487730435844218 +23009,ME,Hancock,2217.66291915827,-34.07976395925757,0.04075237824172645,431.895298238731,0.007936625716467548,31,0.566769051,51,0.937172678660027,46,0.84101214,1810,164197,732.1,17533,16107,30738,31983,0.5704014574793416,0.5036112934996717,2425,0.1670570629188627,0.07582153018791232 +23011,ME,Kennebec,8675.39761388398,-22.846525576232906,0.07102191233705807,1717.0927603777,0.014057132241059835,22,0.181650043,132.333333333333,1.09757345033411,81,0.668802431,4051,362120,836.8,35022,29296,63225,65999,0.553926453143535,0.44388551341686994,2457,0.1346935547647291,-0.037227836785405866 +23013,ME,Knox,6350.07100798122,42.37289857619324,0.15980649808690406,1279.99248093888,0.03221241395557882,15,0.378062305,49.6666666666667,1.24966451959206,30,0.756124609,1431,119288,718.3,13227,12440,22002,23021,0.6011726206708481,0.5403761782720126,3292,0.225661303517862,0.14299986968420142 +23015,ME,Lincoln,1378.1459414137,-7.097855400319947,0.03999610939471515,285.952535232405,0.008298822742328264,10,0.292654375,32.1666666666667,0.940105993297483,25,0.731635938,1242,102289,707.3,11298,10241,20668,21432,0.5466421521192181,0.4778368794326241,514,0.11679891619895488,0.023982829413960405 +23017,ME,Oxford,3821.31649658626,-22.815315896373082,0.06607501766441755,773.195008121865,0.013369443191981483,15,0.262063664,69,1.20593529894961,26,0.454243684,1923,171829,789.4,16052,12172,28734,31094,0.558641330827591,0.39145815913037885,4042,0.1491612723602701,-0.12999292468000256 +23019,ME,Penobscot,19151.9057797449,-23.156971437799665,0.12442523716237924,4008.05398090833,0.026039344223464524,27,0.175994368,169,1.11326298038286,93,0.606202824,4662,459754,789.9,38816,32832,77171,80228,0.5029868733073305,0.4092336840005983,8769,0.02881911598916692,-0.10930099217230888 +23021,ME,Piscataquis,777.314406654683,4.039269123085441,0.04432930747959413,117.795351991314,0.006717727515900428,7,0.41113591,30,1.78115537612064,7,0.41113591,687,51154,850.7,4168,3098,8990,9144,0.46362625139043384,0.3388013998250219,2305,-0.04549499443826471,-0.2520778652668416 +23023,ME,Sagadahoc,3119.53022936714,-11.24764480841011,0.08838948883254866,582.315945021835,0.016499474258970193,8,0.228277928,27.6666666666667,0.784358196543154,20,0.570694821,1094,105245,725.5,11821,10679,20734,21596,0.5701263624963827,0.4944897203185775,1375,0.16359602585125876,0.06366919799962956 +23025,ME,Somerset,7965.42765039639,94.38173668968332,0.15251259191231503,1683.71242491861,0.03223773502563012,10,0.195453746,69.1666666666667,1.35847327244754,22,0.429998241,1737,154100,849,12211,9092,24705,25968,0.49427241449099374,0.35012322858903266,5906,0.01671726371179927,-0.22743376463339493 +23027,ME,Waldo,2729.38971659828,-22.43042695308793,0.07037048720152322,616.846582757549,0.01590384630427342,10,0.256075389,39.5833333333333,1.0055719269721899,20,0.512150777,1162,117150,747.3,11292,10442,20976,22630,0.5383295194508009,0.4614228899690676,64,0.10664569031273835,0.0028281042863455563 +23029,ME,Washington,3783.07448177169,-2.2603200464486135,0.11514105435146366,761.140532671936,0.0231659524187952,16,0.503018109,48.8333333333333,1.55272919978802,19,0.597334004,1301,95723,906.9,7797,6358,15756,16559,0.49485910129474486,0.38396038408116434,2679,0.016374714394516376,-0.16178513195241256 +23031,ME,York,29869.2931470517,-11.185741899972099,0.1515200204283025,5639.62599271614,0.028608519171089985,41,0.204274824,153.166666666667,0.756965482703463,157,0.782223108,5830,601152,713.7,61492,55828,107627,113962,0.571343621953599,0.48988259244309507,5440,0.16364852685664377,0.04773520998227482 +24001,MD,Allegany,25628.8286186755,-11.83586661779806,0.34132178164896054,3743.83221294094,0.04985992532583456,12,0.164491721,62.5,0.866491057812283,62,0.84987389,2807,219173,890.4,9001,6665,27817,27804,0.32357910630190173,0.2397137102575169,13360,-0.32918718769098027,-0.48050640195655303 +24003,MD,Anne Arundel,190277.614638754,23.316003990900988,0.3539021505177176,44391.4137632125,0.08256471380066902,96,0.171387867,268.416666666667,0.472276864210651,454,0.810521787,12505,1680615,723.4,115960,116074,239189,242939,0.48480490323551667,0.47779072112752585,1565,-0.009218651359385266,0.006441946332206849 +24005,MD,Baltimore,141213.631086441,-13.428275269065098,0.17541434046033244,32014.9637168299,0.039768708601590624,149,0.180185627,515.75,0.6206183681377,739,0.89367234,22615,2483052,699.3,202733,189437,354655,335017,0.5716344052670905,0.5654548873639248,58428,0.16367173732218632,0.17440308999244813 +24009,MD,Calvert,32025.6247148662,7.483810481034209,0.3609049744172803,8879.68865112479,0.10006748764466672,13,0.143467273,39.6666666666667,0.434698432528593,55,0.606976924,1942,271615,696.9,18963,16669,42168,43445,0.4497011952191235,0.3836805155944297,8011,-0.0818155947638019,-0.18439406145701465 +24011,MD,Caroline,1739.83224640694,-18.197295283564838,0.052616955374310166,445.938915269566,0.013486327807099921,4,0.122933186,31.9166666666667,0.971588026382547,16,0.49173274300000003,1009,97743,893.1,4621,3747,12526,13282,0.3689126616637394,0.28211112784219244,5252,-0.2437330352866039,-0.3954223761481705 +24013,MD,Carroll,40184.3722593868,-6.444702904386442,0.2404320620543205,10137.0562976899,0.060652268824355905,25,0.148960257,84,0.50102591019707,114,0.679258774,4535,502769,754.9,26067,24314,82171,84879,0.31722870599116476,0.28645483570730096,31279,-0.33945065777464073,-0.3685128241378904 +24015,MD,Cecil,22751.0722135042,12.754911321074088,0.22501752792562604,5552.42791170519,0.05491581192096758,18,0.17581043700000001,66.75,0.650565772930616,55,0.537198558,2720,306388,859,15489,12651,40037,42309,0.3868671478882034,0.299014394100546,14928,-0.2040862202462722,-0.3528327306246898 +24017,MD,Charles,43217.5639645208,-7.880002255483752,0.29489777595868194,12049.15720188,0.08221818480856494,21,0.135705377,81.5833333333333,0.51731608594105,121,0.781921459,2879,463709,711.6,45621,46063,70167,72480,0.6501774338364188,0.6355270419426049,21900,0.31330967548847743,0.3021523178807947 +24019,MD,Dorchester,5295.41077368885,39.83143834774545,0.16234627425620363,876.765038204937,0.026879791471118308,7,0.21486893,35.8333333333333,1.11083555500444,19,0.583215667,1132,97498,807.9,6570,5695,14249,14034,0.46108498842024004,0.4058001995154624,2243,-0.06625026317636318,-0.15982613652558075 +24021,MD,Frederick,55823.203732177,15.265890476204161,0.2391893383558369,15366.8808667207,0.06584348122938792,38,0.155945419,114.083333333333,0.460773345288534,172,0.705858213,5116,729956,671,51187,51891,109127,114962,0.4690589863186929,0.4513752370348463,4581,-0.03947693971244515,-0.03984794975731115 +24023,MD,Garrett,980.734155355545,-24.23420608151485,0.032585777830200516,201.917258224436,0.006708883218408347,6,0.202163146,34.25,1.16397621070518,25,0.84234644,923,89062,728.7,2792,2252,12113,12905,0.23049616114917856,0.17450600542425415,7937,-0.520927928671675,-0.6150329329717164 +24025,MD,Harford,53243.0988941045,-10.129244542266004,0.2174732213658047,14029.5471205118,0.0573041552797162,36,0.143939545,144.75,0.576619713821345,165,0.659722916,5946,749479,716.5,46390,43803,118417,124224,0.39175118437386525,0.35261302163833075,30458,-0.1951240109105956,-0.2451861154044307 +24027,MD,Howard,53712.7931999684,-12.797912286194139,0.1870971774908769,15019.9743346807,0.05231891019969939,45,0.145497342,99.5,0.313649588788052,244,0.788918922,4584,926969,536.8,84017,93808,141167,146401,0.5951603420062762,0.6407606505420045,49016,0.211968802907195,0.334806456240053 +24029,MD,Kent,3.0248236899497,-83.93485891261872,1.4976598950090114e-4,0.595437714509899,2.9481493019255285e-5,9,0.454086781,27.3333333333333,1.38536915019429,14,0.706357215,765,59394,725.9,4453,4178,9143,9166,0.4870392650114842,0.4558149683613354,420,-0.008749863283386172,-0.04582151429194847 +24031,MD,Montgomery,181385.286469958,18.73616267685002,0.18665319972581979,47761.1512203878,0.04914826263678581,202,0.196031431,341.25,0.326910715295015,794,0.770539387,17084,3089756,477.6,286493,309761,404214,408300,0.708765653836829,0.758660298799902,226776,0.4343070749652412,0.5554151359294637 +24033,MD,Prince George's,200531.832316327,-13.134719595475525,0.23225293868143776,44741.809867635,0.05181928825789882,160,0.176907002,471.583333333333,0.519336878663303,753,0.832568579,16834,2705833,703.8,317342,313627,352292,351091,0.9007925243831821,0.8932926221406986,284337,0.8092888853564657,0.8098669575694051 +24035,MD,Queen Anne's,11148.8304337416,1.658884377254744,0.23324888978077746,2759.12343746627,0.05772466290359994,5,0.102450619,34.0833333333333,0.696587572468952,33,0.676174084,1202,146137,694.1,7898,7316,23153,24633,0.3411221008076707,0.2969999594040515,8895,-0.3015160022459292,-0.36110096212397996 +24037,MD,St. Mary's,19594.9193927194,43.00797144071891,0.18635029046532509,5448.16442215596,0.05181276851533471,17,0.154010618,55.0833333333333,0.489251275310056,69,0.625101919,2316,331273,742.3,17982,15786,44076,45169,0.4079771304111081,0.34948748035156857,11103,-0.1614030311280515,-0.24581017954792 +24039,MD,Somerset,6019.38893158008,-17.17494122699779,0.2274041908417106,690.445016542046,0.026084058048433924,5,0.193356278,20.25,0.7810089478556,11,0.42538381199999997,760,77457,856.6,4478,3484,9272,8768,0.4829594477998274,0.39735401459854014,1572,-0.0245901639344262,-0.17928832116788318 +24041,MD,Talbot,4181.28205188699,0,0.11066862664461889,1027.58545966747,0.027197751830699012,12,0.318784369,33.3333333333333,0.894182448986891,36,0.956353107,1365,112972,647.3,7983,7865,18671,18731,0.4275614589470301,0.4198921573861513,2233,-0.13170156927856036,-0.11921413699215205 +24043,MD,Washington,36575.9292877415,2.69165124499982,0.24809013964418028,7529.65517158038,0.05107274755192552,24,0.160456767,103.75,0.690322838208288,110,0.735426848,4599,448329,823.6,23282,19193,58653,60731,0.39694474280940445,0.3160329979746752,19649,-0.18466233611238986,-0.32354151915825524 +24045,MD,Wicomico,26408.113997542,0.3112038561495618,0.2674699846813325,6299.29588202719,0.06380132156449404,10,0.098484326,102.916666666667,1.0033113335998,82,0.807571475,2818,305225,833.9,17481,16327,38256,38722,0.45694792973651194,0.4216466091627499,4505,-0.06940087829360103,-0.11634213108827018 +24047,MD,Worcester,10662.4334517087,3.3088731887394167,0.20722263481378903,1745.31664094327,0.0339199409364339,14,0.270924045,53.4166666666667,1.03834590363632,83,1.60619255,1851,154608,709.5,9841,8783,24526,25571,0.4012476555492131,0.34347503030777055,7127,-0.18319334583707086,-0.2787141683938837 +24510,MD,Baltimore,13717.3385403424,-33.461273815757394,0.02209049930727115,3358.80504564376,0.005409043475586647,304,0.488123662,855.916666666667,1.39249519520692,670,1.075798861,20496,1868775,1074.2,201042,178562,229897,208980,0.8744872703863035,0.8544454014738252,155836,0.7635636828666751,0.745698152933295 +25001,MA,Barnstable,104445.410706982,-3.91943275899074,0.48379442445611615,18820.5391399869,0.08717732870741728,75,0.3489768,178.5,0.833037764378652,216,1.005053184,8745,643683,686.5,70329,71632,132212,132667,0.5319411248600732,0.5399383418634627,17790,0.07645296947327013,0.13409514046447124 +25003,MA,Berkshire,31915.0644275113,2.328435165394464,0.24321984184844647,6037.84162255622,0.046013470782098775,34,0.264149478,94.1666666666667,0.742036568612772,118,0.916754069,4542,385738,723.2,48596,43540,64078,64507,0.7583882143637442,0.6749655076193282,26741,0.5366428415368769,0.4145441579983568 +25005,MA,Bristol,158761.375910066,-6.800570315224556,0.28955994767331955,35765.5132530814,0.06523160993476276,104,0.187659917,492,0.881208760504653,386,0.696506999,15694,1663582,741.5,142481,127619,239565,246068,0.5947488155615386,0.518633060779947,22844,0.20467514035856654,0.09283612659915141 +25007,MA,Dukes,1177.39122433707,-57.796473069361944,0.07120600086707408,241.313491953442,0.014594102930356335,12,0.691403549,8.58333333333333,0.497699949746801,24,1.382807098,425,51774,581.1,7955,8338,10914,11434,0.7288803371816016,0.7292286164072066,5864,0.47333699835074217,0.5128563932132237 +25009,MA,Essex,222643.773928076,-6.801524197907555,0.29959103493071604,52062.1240989305,0.07005516194909905,187,0.243144179,542.833333333333,0.69681744623787,576,0.748936082,19724,2310683,668.6,208723,220027,363246,376140,0.574605088562572,0.5849603870899134,84622,0.16219036135291243,0.22497474344658908 +25011,MA,Franklin,11057.2550514399,-10.449999255802162,0.15492427074258674,2170.26600172432,0.030407807007290257,20,0.282238718,51.8333333333333,0.736457238119595,35,0.493917756,2112,212608,725.5,27024,24369,37600,37987,0.7187234042553191,0.6415089372680127,14042,0.4703723404255319,0.369652775949667 +25013,MA,Hampden,103309.202554273,-14.405240915301402,0.2228941348341345,21604.440079102,0.046612526870271204,98,0.209329696,478.166666666667,1.0207051225949,293,0.625853072,13303,1407780,750.5,122571,110313,197827,200220,0.6195868106982363,0.5509589451603236,32083,0.2540249814231626,0.16023873738887223 +25015,MA,Hampshire,61107.3608574501,17.228170988724553,0.3865597220233432,9413.69263603201,0.05955018114898792,37,0.22990077,98.0833333333333,0.606141131490912,99,0.615139898,3785,483254,669.1,56552,54572,80406,82329,0.703330597219113,0.6628527007494321,32483,0.43760415889361487,0.3945511302214286 +25017,MA,Middlesex,373153.162051242,-7.202934867426225,0.24825819035599586,92396.4818010449,0.06147122870698916,287,0.182765878,831.416666666667,0.522977899164703,1213,0.77245648200000006,33383,4715956,604.1,467173,508919,746856,767337,0.625519511123965,0.6632274997817126,292756,0.26894876656276445,0.38152206918211945 +25019,MA,Nantucket,1060.20546431921,-31.98118731869753,0.1042278277938665,250.347759248107,0.02461145883288508,4,0.368459838,4,0.363372093023256,17,1.565954311,201,32307,558.3,3828,4144,6097,6404,0.6278497621781204,0.6470955652717052,2252,0.2694767918648516,0.3516552154903186 +25021,MA,Norfolk,212622.838567376,-8.65120624677985,0.31694542530726094,54877.1074142538,0.08180235136655556,119,0.171902221,341.416666666667,0.489710228286007,471,0.680386101,17292,2077537,630.2,200891,219129,350195,357781,0.5736546781079113,0.6124668442427071,99958,0.16058767258241835,0.27938319810163204 +25023,MA,Plymouth,202026.561193111,-9.327028947440255,0.4082012636272016,49852.2440013797,0.10072808682103476,85,0.167645585,317.666666666667,0.618552017109162,306,0.603524107,13471,1520679,719.7,130278,133828,253993,264168,0.5129196473918572,0.5066018594227916,19106,0.03767820373002406,0.07232518700221074 +25025,MA,Suffolk,5420.46133843728,-73.49418842809732,0.007507325027647706,1043.5715897116,0.0014453439706375005,217,0.282826808,677.583333333334,0.864010983172454,745,0.970995264,14101,2308294,661.3,219208,241212,282649,303517,0.7755484717794863,0.7947231950763878,191170,0.5672618689611497,0.6298493988804581 +25027,MA,Worcester,226510.941225407,-7.180356646553397,0.2836520868088828,53788.7341315579,0.06735783534642441,136,0.167183995,608.416666666666,0.742343621823458,581,0.714219859,20795,2444481,725.2,195667,197126,364093,380972,0.5374093981482753,0.5174291024012263,39988,0.09240770901939888,0.10496309440063833 +26001,MI,Alcona,1202.48604611377,-7.707381172705921,0.10989636685375342,151.467133843128,0.013842728371698776,2,0.191314329,11.1666666666667,1.07869654817105,4,0.382628659,564,31369,836.4,2462,1732,6086,6179,0.40453499835688467,0.28030425635216055,2469,-0.18222149194873483,-0.3995792199385014 +26003,MI,Alger,3341.01670977576,0.1596388554845508,0.3479863253594167,604.805059941034,0.06299396520581543,7,0.740035945,11.75,1.27454170734353,5,0.528597103,369,28332,789.4,2212,1663,4603,4513,0.4805561590267217,0.36849102592510524,922,-0.02541820551814028,-0.20429869266563266 +26005,MI,Allegan,4526.63609911551,-29.20091560263257,0.040631158436696735,1207.93471894321,0.010842441466889362,16,0.140539496,77.3333333333333,0.669274529488467,54,0.474320799,2941,340759,754.8,19594,17932,49199,55153,0.3982601272383585,0.32513190578934964,15880,-0.1916502367934308,-0.287926314071764 +26007,MI,Alpena,1829.37819818211,-9.277660855041402,0.06180749368815832,396.660294191857,0.013401591127503784,9,0.310473299,32,1.11482720178372,21,0.724437698,1095,86781,779,6549,4877,14014,14688,0.46731839588982443,0.3320397603485839,4213,-0.053446553446553524,-0.28683278867102396 +26009,MI,Antrim,32.7601821860299,-54.157479523848664,0.0013893207033939738,10.2460709289298,4.345237883345971e-4,5,0.214896635,15.75,0.680521949533357,13,0.55873125,842,69617,709.6,5107,4448,13184,13572,0.3873634708737864,0.32773356911287943,4021,-0.21313713592233008,-0.29627173592690836 +26011,MI,Arenac,4582.23390611579,15117.3265672713,0.28820893805370085,782.416796888833,0.04921169865330102,4,0.2605354,27.75,1.8350747255654,14,0.911873901,601,46006,858.8,3669,2238,7826,7457,0.46882187579862,0.3001206919672791,2466,-0.049194991055456105,-0.3306959903446426 +26013,MI,Baraga,1452.29931993286,9.982998388999652,0.1639164017982912,207.368435846606,0.02340501533257404,4,0.462214005,9,1.05844995883806,7,0.808874509,294,25909,831.1,1574,1156,3490,3486,0.4510028653295129,0.33161216293746415,1002,-0.08366762177650428,-0.2874354561101549 +26015,MI,Barry,1655.5535668162,-1.0477504480451743,0.027978192196038733,419.077142129885,0.00708223585300534,10,0.168688113,41.0833333333333,0.688139984143468,19,0.320507414,1589,177693,717.3,11496,9109,28483,30265,0.40360917038233335,0.3009747232777135,10088,-0.18098514903626717,-0.3333223195109863 +26017,MI,Bay,23684.2411229358,17.164110065329602,0.21976451107381206,5105.75830263802,0.047375994494233326,23,0.216615338,114.916666666667,1.09708790386996,82,0.772280771,3603,318873,801.2,26797,21641,51077,52932,0.5246392701215812,0.4088453109650117,6686,0.059948704896528815,-0.12631300536537443 +26019,MI,Benzie,NA,NA,NA,NA,NA,7,0.399566185,17.6666666666667,1.00538735867668,13,0.742051487,653,52360,754.3,4683,4108,9847,10221,0.4755763176602011,0.40191762058506997,1431,-0.03940286381639074,-0.1400058702670971 +26021,MI,Berrien,40255.6873410884,4.51644207500711,0.2567114164073667,9865.6151527524,0.06291324796255668,36,0.231909452,147.166666666667,0.955565655909789,94,0.605541348,5236,465298,825.8,33465,29496,72322,71882,0.46272226984873205,0.4103391669680866,9150,-0.06559553109703825,-0.12729195069697563 +26023,MI,Branch,1587.26184394956,-75.68189205992729,0.03507916027116248,307.232832525857,0.006789975966359993,3,0.068894247,43.4166666666667,0.999762052793577,23,0.52818923,1354,130863,857.5,6526,4740,16278,16490,0.4009092026047426,0.28744693753790174,6285,-0.1873080230986608,-0.38114008489993934 +26025,MI,Calhoun,31513.0122083023,-2.0621245358997125,0.2314648407467153,7206.40294322265,0.052931433484807854,23,0.170524474,158.583333333333,1.18005843862704,92,0.682097896,4379,403907,847.7,29270,24154,58231,58786,0.5026532259449434,0.41088014153029634,7335,0.016005220586972624,-0.12477460619875475 +26027,MI,Cass,4271.93991339946,36.631551597738344,0.08169238547032032,1000.88862169856,0.01914001150629262,9,0.174391567,34.5,0.668617608868389,14,0.271275771,1598,155266,773.1,9587,7270,22461,23272,0.42682872534615557,0.3123925747679615,6971,-0.1368149236454298,-0.29954451701615675 +26029,MI,Charlevoix,1420.09645042633,-6.785611095433043,0.05472644226853944,357.748951771073,0.013786618049677174,8,0.306266988,26.25,1.00290364483839,17,0.65081735,872,78589,728.1,5936,5137,14064,14567,0.42207053469852107,0.35264639253106334,3537,-0.14654436860068254,-0.24280908903686416 +26031,MI,Cheboygan,2824.58304760354,-11.033351804977515,0.10800638756513994,565.813335569735,0.021635566517655823,6,0.23369036,23,0.905476162355813,12,0.467380721,936,76730,724.5,5829,4302,13288,13647,0.4386664659843468,0.31523411738843704,4378,-0.10949729078868153,-0.32080310690994357 +26033,MI,Chippewa,7809.69113636114,-26.986080129315624,0.2027437989709538,1898.84353767377,0.04929500357408541,13,0.339239581,32.9166666666667,0.872565652281483,22,0.574097753,1075,115027,773.8,7100,5378,15564,15434,0.45618093035209456,0.34845147077880007,3742,-0.07568748393729124,-0.24245172994687053 +26035,MI,Clare,822.925118782885,-56.81583692029475,0.026609491003779503,182.72656274993,0.005908509433807476,11,0.358867284,48.3333333333333,1.59211190899708,15,0.489364479,1230,91801,913.6,6337,4250,13492,13385,0.4696857396975986,0.3175196115054165,4257,-0.04825081529795433,-0.31804258498319016 +26037,MI,Clinton,16808.2317647872,25.978587921029433,0.22297407557224802,4388.94998005928,0.058222785015776705,7,0.090559789,41.0833333333333,0.52746678992057,37,0.47867317,1846,231854,682.2,18187,16490,39125,40564,0.4648434504792332,0.4065180948624396,5145,-0.06244089456869012,-0.12683660388521845 +26039,MI,Crawford,2633.72970362839,9.073730760169573,0.18713441122839206,459.278889188612,0.0326331454589038,2,0.145507457,16.8333333333333,1.22477687233217,10,0.727537286,506,41449,787.3,2994,2110,6814,6833,0.4393894922218961,0.3087955510024879,2244,-0.1100675080716173,-0.32840626372018145 +26041,MI,Delta,9548.95041705727,16.77647688517726,0.25759935301889103,1948.50323556707,0.05256422443462381,12,0.328236549,28.9166666666667,0.798758816271661,26,0.71117919,1258,109767,704.9,8330,6431,18043,18467,0.4616748877681095,0.34824281150159747,4681,-0.06667405642077262,-0.25347917907618994 +26043,MI,Dickinson,8524.13761626059,2.24134982462951,0.3257466224495793,1831.91561549967,0.0700059467861384,7,0.269676773,18.3333333333333,0.717968800992102,19,0.731979813,933,77773,722.2,4952,3923,12785,13140,0.38732890105592493,0.2985540334855403,4657,-0.2140007821666015,-0.35441400304414006 +26045,MI,Eaton,28954.3630637455,32.78034250660618,0.26869554342324536,7327.47240922213,0.06799870460214118,11,0.101308725,81.75,0.748900696225724,76,0.699951188,2965,325799,743.6,27912,24534,54707,55686,0.5102089312153838,0.44057752397370975,3074,0.03142193869157517,-0.05520238480048845 +26047,MI,Emmet,3800.32311578552,-34.12530810910287,0.11623916057336268,951.117285261768,0.029091493401289775,14,0.421635947,35.3333333333333,1.06483434793965,28,0.843271895,1091,99425,713.4,7225,6972,17672,18774,0.4088388411045722,0.3713646532438479,3644,-0.17134449977365324,-0.19409822094385848 +26049,MI,Genesee,134363.930745544,5.730077604664913,0.31556384777835084,33776.6298116997,0.07932696825124991,84,0.203441553,451,1.10372844853958,295,0.714467359,13399,1239478,899.2,128972,102744,202699,196135,0.6362734892624039,0.5238432712162541,18570,0.28201915154983503,0.09467968491090317 +26051,MI,Gladwin,284.963432365404,-87.93504470565517,0.011091523912712285,51.9900668570644,0.0020235897110798848,3,0.118059108,36.0833333333333,1.43632407186264,9,0.354177325,1001,76149,800.5,5760,3794,12552,12472,0.4588910133843212,0.30420141116100063,4330,-0.07178138942001272,-0.3471776779987171 +26053,MI,Gogebic,2058.96796634653,-40.6880136044184,0.12534047399686674,102.716665033162,0.006252916846238632,3,0.190633539,19,1.24647379124844,10,0.635445129,614,46965,745.6,4058,2925,7576,7313,0.5356388595564942,0.3999726514426364,1094,0.08104540654699044,-0.14959660877888692 +26055,MI,Grand Traverse,16136.9308533184,5.537035998219192,0.18551181630743335,3856.59166794704,0.04433577435388499,24,0.264369589,74,0.803614091481691,75,0.826154965,2505,272411,688.1,20875,20964,47901,51460,0.43579465981921045,0.40738437621453555,6448,-0.1180977432621449,-0.12530120481927715 +26057,MI,Gratiot,11838.0281217412,317.4128811301733,0.2786992212482625,2385.14761583865,0.05615283020620233,7,0.16800672,38.5,0.934420659191301,23,0.552022081,1348,125206,813.3,7606,5665,16011,16442,0.4750484042220973,0.3445444593115193,4213,-0.03934794828555371,-0.25623403478895507 +26059,MI,Hillsdale,3197.66243585463,19.989657286635804,0.06849002818400081,636.074894458057,0.013623948219201014,2,0.0436395,35.5833333333333,0.777369977134035,19,0.414575605,1399,137987,791.2,7106,4799,19081,19880,0.3724123473612494,0.24139839034205232,9295,-0.24217808290970078,-0.46755533199195165 +26061,MI,Houghton,3952.70912144259,7.030873373395391,0.10791495908710795,778.259806006984,0.02124767407466922,10,0.274010138,29.5,0.807003145944467,23,0.630223318,1082,109578,791.2,6530,6018,14804,15623,0.4410970008105917,0.3852013057671382,2457,-0.10199945960551199,-0.1572681303206811 +26063,MI,Huron,8604.63046914679,-12.208577941429867,0.2598173340523821,1684.47875402578,0.05086293719505344,7,0.218306565,37,1.17531209300848,31,0.966786215,1380,96231,825.2,6432,4579,15274,15848,0.4211077648291214,0.2889323573952549,6050,-0.14757103574702113,-0.3817516405855629 +26065,MI,Ingham,82007.7932850857,-11.118730367443236,0.2919517730293729,19101.956568388,0.06800390383733423,51,0.17921021,231.916666666667,0.805123629727606,226,0.794147205,6476,853032,785.6,80903,81266,127579,133478,0.6341404149585746,0.6088344146600938,36912,0.2785568157768911,0.2765399541497475 +26067,MI,Ionia,5560.5345213213,40.908729681773295,0.08701251109179721,841.00244795478,0.013160197918078084,9,0.139981958,55,0.85627101756134,26,0.404392323,1556,192543,813.3,11016,8206,25730,26364,0.4281383598911776,0.31125777575481717,8168,-0.12837155071900502,-0.3098164163252921 +26069,MI,Iosco,5656.53053203738,-15.159031932248004,0.21850853834115117,1034.53086793981,0.039963335571515046,7,0.275373721,36.9166666666667,1.45760124241587,19,0.747442958,1280,76090,920.8,6242,4344,13330,13349,0.46826706676669166,0.3254176342797213,4000,-0.049812453113278365,-0.2996479137014008 +26071,MI,Iron,1308.06435054047,-27.217137190159256,0.11069343746640178,241.293827887282,0.020419211973198105,3,0.26345833,14.9166666666667,1.33244007741551,9,0.790374989,550,34213,720.2,2687,2004,5987,5910,0.4488057457825288,0.33908629441624366,1671,-0.08969433773175212,-0.28274111675126906 +26073,MI,Isabella,4943.60942794965,-13.596914731184995,0.07031061182389171,887.072209901613,0.012616407246399753,10,0.141610966,52.4166666666667,0.735342255641911,38,0.538121672,1386,212060,743.6,13038,11404,24119,25344,0.5405696753596749,0.44996843434343436,934,0.09278991666321157,-0.03685290404040403 +26075,MI,Jackson,39303.7046730692,-7.37076918984816,0.2452679888240053,9497.00644506478,0.059264430414512376,19,0.118942538,140,0.88350372333712,85,0.532111355,4977,478976,833,32301,25795,69323,69567,0.4659492520519885,0.37079362341340005,13998,-0.05765763166625798,-0.20121609383759542 +26077,MI,Kalamazoo,66912.6920773396,3.0045674332743704,0.26729686725711,15394.7225833668,0.06149746768625061,44,0.170003632,199.083333333333,0.760864857152321,201,0.7766075,6254,776333,737.6,69045,67142,122880,125966,0.5618896484375,0.5330168458155375,16111,0.13334147135416669,0.12789959195338424 +26079,MI,Kalkaska,1048.40208275023,-16.35093063856595,0.061120625123898445,117.953670220895,0.006876562130291785,6,0.344946533,18,1.04269246365058,8,0.459928711,569,51919,896.4,3268,2279,8281,8920,0.3946383287042628,0.2554932735426009,3934,-0.19671537253954835,-0.4410313901345292 +26081,MI,Kent,127045.982923315,-5.343331699479405,0.21082201267679404,32369.765692985,0.05371487548245003,98,0.155744179,451.25,0.70269226516842,401,0.637279753,13788,1889815,702.1,134560,138567,295418,306270,0.4554901867861809,0.45243412675090605,9392,-0.07867157722278262,-0.030665752440656946 +26083,MI,Keweenaw,625.530384510346,6.390502976236825,0.29013468669311043,30.490354219397,0.014142093793783395,2,0.902119982,1,0.45475216007276,0,0,65,6554,571.1,582,527,1388,1429,0.41930835734870314,0.36878936319104266,287,-0.13832853025936603,-0.2008397480755773 +26085,MI,Lake,1849.67148677835,0.07392728347665925,0.16029738164298032,366.614379629535,0.03177176355226059,3,0.264526938,14.25,1.23956158663883,2,0.176351292,476,34163,867.6,2752,1939,5287,5328,0.5205220351806318,0.3639264264264264,1220,0.05012294306790244,-0.22897897897897895 +26087,MI,Lapeer,8180.22854299796,-8.746564632270156,0.09262138999533465,1764.8487621817,0.0199826624189778,10,0.113439134,70.5833333333333,0.798996302165874,36,0.408380883,2446,264877,800.5,18786,12734,43025,45126,0.4366298663567693,0.2821876523511944,17303,-0.11479372457873332,-0.3834374861498914 +26089,MI,Leelanau,506.429937403649,-86.91203159344272,0.023329184512790167,89.5560077358969,0.0041254840490094384,9,0.410677618,16.3333333333333,0.750440309365189,13,0.593201004,747,65576,578.3,6576,6774,14164,14757,0.46427562835357244,0.45903638951006304,465,-0.06403558316859642,-0.03151046960764381 +26091,MI,Lenawee,19771.9399914803,-10.294164853999078,0.19793316773595784,4323.39653206063,0.043280708485770945,15,0.151443254,77.6666666666667,0.788462059070359,58,0.585580583,3083,296159,822.5,21774,16750,44619,45895,0.48799838633765885,0.36496350364963503,9678,-0.012931710706201416,-0.21087264407887574 +26093,MI,Livingston,56632.0194497847,4.271195834599439,0.3129411409250565,14515.9612959771,0.08021330571859565,18,0.096984849,77.9166666666667,0.41307928294738,97,0.522640574,4183,557502,692.1,37186,34378,97959,105577,0.3796077950979491,0.3256201634825767,31287,-0.2328933533417042,-0.2963429534841868 +26095,MI,Luce,795.342626062048,1.5401661982829258,0.11994308943779944,107.025821839395,0.016140223471481675,4,0.622471211,6.41666666666667,1.00922722029988,2,0.311235605,200,19360,705.7,951,681,2477,2576,0.3839321760193783,0.2643633540372671,1075,-0.22204279370205898,-0.4173136645962733 +26097,MI,Mackinac,3361.36017283393,-1.7792005641264683,0.3024709954858211,554.407374191986,0.04988818268622208,7,0.633943126,15.4166666666667,1.42483056069008,17,1.539576164,442,33012,769,2652,2085,6097,6088,0.4349680170575693,0.34247700394218134,1655,-0.12202722650483838,-0.2718462549277267 +26099,MI,Macomb,190310.459177412,-2.509491317002426,0.22629659655473985,47202.650041919,0.05612828164579692,134,0.155793664,821.583333333333,0.946819095033401,602,0.699908849,25642,2582150,795.5,207992,176238,403388,418773,0.5156127599234483,0.4208437506716049,48351,0.03990202980753016,-0.1154587330128733 +26101,MI,Manistee,2479.19843827561,-18.880539728327765,0.10023848454597543,258.228576736408,0.010440649202943759,11,0.45045045,30.1666666666667,1.2377083931673,9,0.368550369,928,73324,769.6,6467,4979,12385,12598,0.5221639079531691,0.3952214637244007,1936,0.059023011707710904,-0.15367518653754564 +26103,MI,Marquette,10319.5633671948,-5.286551929639816,0.15384652514565053,1821.12940441223,0.027149833838904992,15,0.221644305,51.75,0.778956875141115,52,0.768366925,2004,202647,766.1,18126,16042,32144,32897,0.5638999502239921,0.4876432501443901,1396,0.14052389248382285,0.042435480438945794 +26105,MI,Mason,1818.0530822159,9.773957333114176,0.06333576318466817,416.52784678116,0.01451063740746072,4,0.138773245,30.1666666666667,1.04469686475504,19,0.659172911,1007,86228,773.4,6856,5281,14588,14658,0.46997532218261584,0.36028107518078867,3224,-0.04962983273923771,-0.2199481511802428 +26107,MI,Mecosta,7600.15305476657,0.354019874470592,0.17758196772668278,1408.15900642014,0.03290244886256694,6,0.138933914,39.5833333333333,0.915835666304189,24,0.555735655,1169,129544,768.1,7515,5827,16879,17149,0.4452277978553232,0.33978657647676247,4478,-0.09834705847502812,-0.2611230975567088 +26109,MI,Menominee,9806.25190525985,628.8108574459137,0.40810070769735945,1982.37446271102,0.0824992493533239,5,0.210845914,19,0.816116146213651,12,0.506030193,821,70914,711.3,5244,3539,10922,10765,0.4801318439846182,0.32875058058522993,3165,-0.02939022157114085,-0.29400836042731066 +26111,MI,Midland,16799.7274944664,-23.273091080545015,0.2008839935245716,4266.04890014793,0.051011597653301245,16,0.191784434,63,0.754834535477223,54,0.647272466,2133,250699,640.3,17480,15655,41808,42379,0.41810179869881364,0.3694046579673895,8222,-0.15456371986222733,-0.19401118478491708 +26113,MI,Missaukee,663.75058809805,-49.39495968252113,0.04470001940184862,114.763442037941,0.007728698366081285,2,0.133005254,17.75,1.17534101443517,5,0.332513134,521,44971,839.8,2274,1565,7024,7301,0.32374715261959,0.21435419805506095,3821,-0.3404043280182233,-0.5233529653472128 +26115,MI,Monroe,28361.2636594701,-9.351981992949868,0.1865614859754251,6791.3114786304,0.044673508782539256,25,0.166862452,97,0.650099190391936,85,0.567332337,4352,449766,795.8,36310,26859,72682,74101,0.49957348449409755,0.3624647440655322,16396,0.009864890894581868,-0.22126556996531754 +26117,MI,Montcalm,4771.41802973625,26.39439540847139,0.07532787139238183,1296.57571582865,0.020469447062433296,10,0.159000207,70.4166666666667,1.11818634145309,23,0.365700475,1811,188695,797.5,11431,7874,25383,26556,0.45034077926171057,0.29650549781593616,9033,-0.08639640704408469,-0.3401491188431992 +26119,MI,Montmorency,376.782594558333,3.3623612809360557,0.03858500712322919,36.4033200638514,0.0037279385626063904,3,0.322580645,9.83333333333333,1.07198662742105,2,0.215053763,484,27915,888.6,2049,1286,5051,5008,0.4056622450999802,0.2567891373801917,2212,-0.1740249455553356,-0.4416932907348242 +26121,MI,Muskegon,62080.2705368533,2.684831764795852,0.36053772932407196,15815.5579383442,0.09185052348795619,22,0.127651673,167.166666666667,0.964007812019438,121,0.702084204,5097,517303,837.4,44436,36640,76054,77114,0.5842690719751755,0.4751407007806624,678,0.1782154784758198,0.008792177814664015 +26123,MI,Newaygo,2776.33141219184,74.61112580750175,0.05729119711497813,672.959991668783,0.013886916873066096,8,0.167014614,49.5833333333333,1.03432211050385,28,0.584551148,1449,143774,775,8723,6212,21424,22605,0.4071601941747573,0.2748064587480646,8962,-0.17433719193427927,-0.39646095996460956 +26125,MI,Oakland,360094.411821571,-0.18747227376411102,0.2994891819781156,89187.1696496934,0.07417663702752865,235,0.189842536,927.916666666667,0.745931707892205,1002,0.809456259,30856,3714914,688,349055,342976,650306,663255,0.5367550045670807,0.5171103120217714,53849,0.08076813069539568,0.08118898462883806 +26127,MI,Oceana,974.774197962783,-0.5722249326270522,0.03668702288154998,227.16984693658,0.00854986251172676,6,0.228824225,30.25,1.16225458178046,12,0.45764845,815,78479,789.1,5063,3973,11438,11903,0.44264731596432944,0.33378139964714776,3255,-0.10281517747858021,-0.2734604721498782 +26129,MI,Ogemaw,11.1790961790248,18.633278995990747,5.151894639856584e-4,0,0,4,0.190123105,31.1666666666667,1.49094272228601,17,0.808023195,945,63151,931.8,4791,3030,10361,10386,0.4624071035614323,0.29173887926054304,3797,-0.062349194093234306,-0.3655882919314462 +26131,MI,Ontonagon,2210.60875208935,2.5608166472915106,0.32604848850875373,318.30299521023,0.046947344426287604,4,0.64808814,9,1.52258501099645,1,0.162022035,296,18470,806.4,1585,1175,3535,3420,0.44837340876944837,0.3435672514619883,894,-0.0908062234794908,-0.26140350877192986 +26133,MI,Osceola,3691.65997064543,-0.41132747208143894,0.15690496305021379,923.558496375945,0.03925359131145635,5,0.215805602,30.0833333333333,1.3017452762152,11,0.474772325,709,69455,776.5,3981,2705,10265,10597,0.3878226984900146,0.2552609229027083,4631,-0.21032635168046765,-0.4370104746626404 +26135,MI,Oscoda,138.393564054518,2127.7692006448997,0.016017773617421065,24.7516933972397,0.0028647793283842244,3,0.358380122,13.5,1.63359148112294,5,0.597300203,354,24977,860.4,1654,1044,4027,4062,0.4107275887757636,0.2570162481536189,1799,-0.16240377452197668,-0.44288527818808465 +26137,MI,Otsego,3237.96590718256,9.372432821348365,0.13399958232008607,744.889895265835,0.030826431686220616,6,0.248364931,28.25,1.15447486718431,20,0.827883103,784,72524,779.2,4681,3556,11829,12529,0.39572237720855524,0.28382153404102484,4710,-0.1967199256065601,-0.37592784739404583 +26139,MI,Ottawa,85882.1452421826,-0.9891614906760734,0.3255565568067695,23064.1081022188,0.08742994947789735,38,0.137535651,123.583333333333,0.437850605255388,152,0.550142603,5537,829633,624,43068,46276,132695,145405,0.324563849429142,0.31825590591795333,44180,-0.34240174837032294,-0.3038409958392077 +26141,MI,Presque Isle,3669.34404307053,-4.747877543556836,0.2743229697271628,502.861291406004,0.0375942951110948,5,0.384497078,16.0833333333333,1.26025178916575,6,0.461396493,565,38880,710.8,3192,2400,7077,7215,0.45103857566765576,0.33264033264033266,2086,-0.08506429277942634,-0.28911988911988906 +26143,MI,Roscommon,5380.38211468065,15.689382826386186,0.22006552884292407,901.668607964311,0.03687957004230484,5,0.208724692,36.5833333333333,1.5436005625879,17,0.709663953,1186,71878,887.5,6198,4287,13032,13036,0.47559852670349906,0.3288585455661246,3854,-0.038597298956415005,-0.29564283522552925 +26145,MI,Saginaw,50401.5251403104,21.822484455998765,0.2517948590456584,11853.5948538102,0.05921793511387977,40,0.205115583,188.083333333333,0.977940233423112,141,0.723032429,6118,585213,790.8,54372,44395,97903,94198,0.5553660255559074,0.47129450731438033,1074,0.11905661726402667,-0.011401515955752783 +26147,MI,St. Clair,55597.6468919793,4.4357947912512365,0.3410061757358887,13042.4339513317,0.07999530146793242,27,0.168667774,161.25,1.01042064829842,83,0.518497233,5286,480105,863.7,33845,24553,73740,77994,0.4589774884730133,0.31480626714875504,24514,-0.0709384323298074,-0.3143062286842577 +26149,MI,St. Joseph,7134.9932197428,4.41944653888911,0.11640416379382984,1989.99265375448,0.03246582353788204,12,0.196895613,64.6666666666667,1.0626701504719,30,0.492239031,1949,183078,854.8,10106,7529,23314,23765,0.4334734494295273,0.31681043551441196,7357,-0.12305910611649656,-0.3095729013254786 +26151,MI,Sanilac,2776.86362338269,3.5847103330782635,0.06440746911403929,543.618120789814,0.01260885375492448,9,0.216413783,54.3333333333333,1.31211411367899,15,0.360689639,1467,125025,829.2,7212,4873,18359,19243,0.3928318535867967,0.25323494257652135,8573,-0.20420502206002505,-0.4455126539520865 +26153,MI,Schoolcraft,2165.0851079372,-1.4751734967951866,0.2551661883249499,323.340025181124,0.038107251052577965,3,0.367152123,9,1.12485939257593,7,0.856688288,325,24596,754.3,1865,1369,4046,4151,0.46094908551655955,0.32980004818116115,1187,-0.0684626791893228,-0.2859551915201156 +26155,MI,Shiawassee,11649.4659667407,3.6640391052900725,0.16489449052684718,3033.26621378009,0.04293491979645694,10,0.1450684,52.25,0.762172885608425,39,0.565766759,2195,206350,859.7,17197,12547,33590,34044,0.5119678475736826,0.3685524615203854,6685,0.036766894909199155,-0.1963635295499941 +26157,MI,Tuscola,1905.77046440709,-48.716603081153984,0.034197104997525346,471.3006742362,0.008457009353051374,8,0.148148148,49.1666666666667,0.921794342994988,18,0.333333333,1731,161992,797.5,11643,7493,26482,26157,0.4396571255947436,0.28646251481439006,9928,-0.10852654633335851,-0.3795542302251787 +26159,MI,Van Buren,4049.31931773666,-10.55100319254325,0.05310025594346377,1019.63438468403,0.013370851381940649,18,0.239364885,85.5833333333333,1.13772826573433,41,0.545220016,2181,225585,807.3,16288,13258,32798,33213,0.4966156472955668,0.39918104356727785,4632,0.004512470272577562,-0.13946346310179752 +26161,MI,Washtenaw,80354.589674249,-9.139076022788425,0.23305303698254595,19921.4805180247,0.05777842379303607,63,0.176532894,229.833333333333,0.630182784996623,269,0.753767436,6442,1070198,631.4,120791,128025,179016,187201,0.6747497430397283,0.6838905775075987,77690,0.3596885194619476,0.415008466835113 +26163,MI,Wayne,252050.906132115,-8.016171766683053,0.1384450847267223,62456.0298268821,0.034305491988769594,439,0.248752836,2289.33333333333,1.30866458667502,1270,0.719626655,54153,5301056,905.4,595253,517842,814108,775450,0.7311720312292718,0.6677954735959766,288934,0.46881617672348136,0.37260171513314855 +26165,MI,Wexford,3276.80132356836,2.9839228382408387,0.10010084996390287,779.230603905487,0.023804203571268886,7,0.212856535,35.4166666666667,1.06795726160681,24,0.729793833,1114,98463,877.2,5717,4436,13859,15279,0.4125117252327008,0.2903331369854048,5564,-0.1627101522476369,-0.3641599581124419 +27001,MN,Aitkin,5241.52597656593,6.612731652829523,0.32351104657239416,940.374096630948,0.05804061823422713,6,0.380445121,15.8333333333333,1.01606451474898,9,0.570667681,621,47155,702.1,4412,3134,9109,9185,0.4843561312987156,0.3412084921066957,2382,-0.013283565704248546,-0.2593358737071312 +27003,MN,Anoka,113444.603245561,-10.689959823029547,0.34289454620776255,31155.9113283292,0.0941710030356579,34,0.099454754,171,0.494281081174828,201,0.587953104,5849,1024920,626.4,88611,75499,185714,184084,0.4771368879029045,0.41013341735294756,17842,-0.025948501459232942,-0.09692314378218642 +27005,MN,Becker,10854.7224162297,-7.350411494173209,0.33395035737846723,2899.98326987248,0.08921927362393797,3,0.090201149,26,0.770735756210352,16,0.481072792,1037,99846,743.6,6829,5208,16329,17090,0.4182129952844632,0.3047396138092452,5672,-0.14544675117888417,-0.33188999414862486 +27007,MN,Beltrami,7618.05756892875,-5.567234625412873,0.17141572316567097,1991.71407555783,0.04481603158178817,6,0.131394534,35.25,0.764542575803583,23,0.503679047,1223,136845,801,11818,8688,21949,21316,0.5384299968107886,0.40758115969224995,2095,0.09936671374550093,-0.09828297992118595 +27009,MN,Benton,6097.91727399545,-33.49058864851824,0.15858930259279214,1403.83648011588,0.03650975215510338,4,0.101250443,25.9166666666667,0.648046275921851,14,0.35437655,1026,118380,731.4,8173,5640,19521,19911,0.41867732185851136,0.28326050926623475,7232,-0.13708314123251886,-0.3632163125910301 +27011,MN,Big Stone,2275.21759246845,-8.636348581312916,0.43181203121435763,517.353563100086,0.0981881881002251,3,0.585137507,6.91666666666667,1.36963696369637,3,0.585137507,228,15279,695.6,1345,921,2783,2729,0.4832914121451671,0.33748625870282156,686,-0.014372978799856273,-0.25137412971784534 +27013,MN,Blue Earth,21683.1802265296,-2.893342778356958,0.33873088632823956,3593.31683345655,0.05613417326881336,8,0.122352221,42.9166666666667,0.645936495035696,53,0.810583467,1409,196207,643.8,18164,14428,34039,33256,0.5336231969211787,0.4338465239355304,1239,0.09541995945826848,-0.037256434929035354 +27015,MN,Brown,6866.03801852085,-17.813214990042724,0.2651696604688854,1407.18422022422,0.05434612521624455,6,0.237229163,15.8333333333333,0.625057571092074,18,0.71168749,904,75883,672.5,5630,3763,13882,13663,0.40556115833453393,0.27541535533923733,4945,-0.16625846419824236,-0.3619263704896436 +27017,MN,Carlton,9377.951925718,18.163883335143886,0.2650187058644097,2304.32361490966,0.06511964095714859,4,0.112451154,29.1666666666667,0.816124759826142,12,0.337353462,1173,106407,860.7,11389,8460,18356,18059,0.6204510786663762,0.46846447754582204,300,0.26165831335803014,0.016612215515809325 +27019,MN,Carver,25146.7776282071,-0.2795109011547191,0.276210733817437,8208.79233993408,0.09016489466327716,12,0.12328176,37,0.369033133191039,54,0.554767922,1431,291808,571.6,20745,21508,52747,55102,0.39329250952660816,0.3903306595041922,7549,-0.1973571956698959,-0.13700047185220143 +27021,MN,Cass,3393.14016432335,-28.885599107755493,0.11877831639035775,734.160169169143,0.025699589357270382,10,0.350152316,28,0.965750353533611,10,0.350152316,965,85786,739.9,6858,4949,16080,15885,0.42649253731343284,0.31155177840730247,5033,-0.1305348258706468,-0.31683978596159906 +27023,MN,Chippewa,944.642589821947,-33.48350349511419,0.07592979582203577,217.436430776912,0.017477407827096857,3,0.247729149,10.5,0.865408390340394,7,0.578034682,456,36293,730.1,3083,1978,6176,6182,0.499190414507772,0.31996117761242315,1786,0.01878238341968913,-0.2889032675509544 +27025,MN,Chisago,5362.11513053641,30.596981486001145,0.09950665523292093,1357.5679727781,0.025192866048919037,6,0.111059695,20.0833333333333,0.366832273933903,26,0.481258677,1250,161949,704.2,12524,9279,29331,30009,0.4269885104496949,0.3092072378286514,9162,-0.12624867887218305,-0.3053084074777567 +27027,MN,Clay,5606.09523195713,-52.37211765869514,0.09502017376493041,1388.21835779653,0.02352952351389905,6,0.097901641,35,0.556660039761431,32,0.522142088,1391,184211,697.5,15210,12974,28771,29108,0.5286573285600084,0.44571938985845816,575,0.07959403566090856,-0.01975401951353578 +27029,MN,Clearwater,3297.3839808999,-1.6365512987843587,0.37922759987347904,792.61405149873,0.09115745273130878,3,0.341258105,9.66666666666667,1.09512480646501,2,0.227505403,313,26378,831.6,1753,1100,4183,4225,0.41907721730815206,0.2603550295857988,1825,-0.14487210136265838,-0.4319526627218935 +27031,MN,Cook,1486.92049101483,1.237007618758561,0.28727211959328247,253.916141270971,0.04905644151293876,4,0.764379897,5,0.945894816496406,4,0.764379897,146,15585,620.2,1993,1912,3304,3360,0.6032082324455206,0.569047619047619,756,0.23365617433414043,0.22499999999999998 +27033,MN,Cottonwood,4254.97317025174,-15.404498486839213,0.36407745103548733,1118.07492499048,0.09566825746474544,5,0.429811742,11.1666666666667,0.973554199360651,4,0.343849394,414,34775,653.4,2433,1678,5848,5697,0.41603967168262657,0.2945409864841144,2001,-0.1509917920656635,-0.35123749341758825 +27035,MN,Crow Wing,4208.76083818901,-14.547596106656957,0.06734017341102416,1101.06543979822,0.01761704703677152,15,0.237097921,53.0833333333333,0.830205400896674,40,0.632261124,1963,189723,698.3,14760,10982,34800,35568,0.4241379310344828,0.3087606837606838,11305,-0.13376436781609197,-0.3178418803418803 +27037,MN,Dakota,131295.795631951,-11.098226919621506,0.32943203303948043,37384.620906008,0.09380111229151529,50,0.1212036,211.083333333333,0.5056057768005,268,0.649651297,7161,1235376,591.4,116252,110251,230023,228659,0.5053929389669729,0.48216339614885045,10627,0.029292722901622936,0.04647531914335318 +27039,MN,Dodge,1800.03042329957,-14.72645574831761,0.08961171022549759,551.501138949753,0.02745562497882974,2,0.098265612,11,0.536428362430508,9,0.442195254,442,61022,645.3,4487,3102,10272,10564,0.4368185358255452,0.29363877319197274,3425,-0.1007593457943925,-0.3242143127603181 +27041,MN,Douglas,9290.12342239178,-30.31878716638013,0.2579944853339937,2114.8717958712,0.05873175583524119,7,0.190269095,23.0833333333333,0.61627865584508,26,0.706713781,1191,110418,645.1,8665,6227,20917,21623,0.41425634651240617,0.2879803912500578,7739,-0.1548979299134675,-0.3579059334967396 +27043,MN,Faribault,1898.39203655718,-14.474176927980626,0.13044678324449804,364.636377476435,0.02505575327949117,6,0.422773393,13.75,0.986724076067456,6,0.422773393,552,42376,700.3,3407,2153,7689,7355,0.4431005332292886,0.2927260367097213,2506,-0.09064897906099617,-0.3407205982324949 +27045,MN,Fillmore,455.501945998103,-15.28749366342351,0.021829864180873335,115.775085712146,0.005548504059817214,4,0.192529842,15.75,0.749892872446793,7,0.336927224,723,62463,661.1,5713,3872,10854,10976,0.5263497328173945,0.35276967930029157,2399,0.07370554634236226,-0.21856778425655976 +27047,MN,Freeborn,8893.3916718975,-2.0883885774958597,0.28454300661966087,2069.0780775159,0.06619990649546953,5,0.162127108,26.3333333333333,0.864919310692154,23,0.745784695,1080,92348,665.1,9327,6041,16645,15929,0.5603484529888856,0.37924540146901875,2767,0.14160408531090418,-0.1737083307175592 +27049,MN,Goodhue,8134.53966503857,-26.648606622510794,0.17613709947466752,1932.16462078319,0.041837139657085715,13,0.280033604,35,0.749850029994001,30,0.646231394,1437,139205,676.2,12212,9446,25701,25538,0.4751566086922688,0.3698801785574438,4595,-0.03011555970584806,-0.17992795050512955 +27051,MN,Grant,2653.96792711151,-1.4708538763202086,0.441004972933119,575.102238822285,0.09556368209077518,4,0.671591672,4.41666666666667,0.74154913812402,1,0.167897918,215,17857,643.4,1647,1104,3471,3453,0.47450302506482284,0.3197219808861859,959,-0.029098242581388656,-0.27772951057051837 +27053,MN,Hennepin,306811.978830476,-10.237986386662035,0.26623162360281666,75357.8711450857,0.06539069453117176,242,0.199659424,618.333333333333,0.501697251267022,965,0.796162579,24842,3634827,636.9,423979,429283,677965,672644,0.625370041226317,0.6382023774834831,237515,0.2712617908004101,0.35310654670226743 +27055,MN,Houston,2021.24645056419,-3.863276485840399e-5,0.10623043309844904,520.22131016197,0.02734121564944395,5,0.266837443,11.25,0.597958966726906,3,0.160102466,556,56330,597.9,5281,4145,10422,10515,0.5067165611207062,0.39419876367094625,1471,0.03166378814047205,-0.1398953875416073 +27057,MN,Hubbard,4381.732013361,-0.1683639885309384,0.21449637817510278,911.436009691302,0.04461699675402889,4,0.194429592,17.4166666666667,0.840653859767674,11,0.534681379,622,61931,653.7,4676,3432,11482,11423,0.4072461243685769,0.30044646765298083,3837,-0.16948266852464733,-0.3359012518602819 +27059,MN,Isanti,3449.62871709636,-21.863010820077488,0.09122140673514809,891.665073456178,0.023579042560190874,5,0.130164267,19.0833333333333,0.489002775998292,16,0.416525655,892,114998,671.2,8024,5656,20131,20875,0.3985892404748895,0.2709461077844311,7979,-0.18136207838656798,-0.3822275449101797 +27061,MN,Itasca,7274.217551221,-3.8521747904642885,0.16144119914823116,1463.96485394066,0.03249067543922633,10,0.219351159,33.6666666666667,0.744146294740875,15,0.329026739,1630,136407,785,12852,9015,23833,23650,0.5392522972349264,0.38118393234672304,3905,0.0986866949188101,-0.1651162790697674 +27063,MN,Jackson,1380.18021606995,-52.25058781128361,0.13444186792031462,320.205532573205,0.031190875956867817,2,0.194760931,6,0.603378921962993,5,0.486902327,317,30580,584.9,2268,1492,5415,5453,0.4188365650969529,0.273610856409316,2117,-0.14330563250230843,-0.38822666422152946 +27065,MN,Kanabec,1184.26985828585,155.30452935566586,0.07292751144071986,252.621412114216,0.015556463582376749,1,0.062774639,8.75,0.552747946936197,4,0.251098556,451,47793,705.4,3586,2327,8107,8125,0.4423337856173677,0.2864,2903,-0.09041569014431972,-0.3572923076923077 +27067,MN,Kandiyohi,11792.0107950968,3.484274327709437,0.2791735314542674,2824.96056261291,0.06688038454065934,11,0.260139529,29.4166666666667,0.692238302545398,24,0.56757715500000006,1147,127519,618.1,9806,7266,21403,21648,0.4581600710180816,0.3356430155210643,5519,-0.06695323085548749,-0.2549427198817443 +27069,MN,Kittson,3308.71685095709,177.46215610826,0.726871012951909,700.551942336459,0.15389981158533808,4,0.901916573,3.41666666666667,0.788522194014924,0,0,226,13357,856.3,1241,823,2405,2363,0.516008316008316,0.34828607702073633,526,0.060706860706860655,-0.2225983918747355 +27071,MN,Koochiching,6010.70095788429,-0.25453890659494055,0.4515589330541875,1221.43728895301,0.091761497179251,5,0.38892346,14.4166666666667,1.14164290993559,8,0.622277536,459,38841,725.5,3451,2306,6432,6313,0.5365360696517413,0.36527799778235387,1263,0.0948383084577114,-0.2000633613179154 +27073,MN,Lac qui Parle,820.610127587625,-14.745497057620414,0.11304726926403429,175.683654928936,0.02420218417535969,2,0.290233638,5.91666666666667,0.881111938446265,3,0.435350457,251,20757,559.2,1974,1301,3974,3835,0.4967287367891293,0.33924380704041723,993,0.009058882737795648,-0.25893089960886573 +27075,MN,Lake,902.252555428612,-2.719257352640293,0.08303447040572537,136.017949070109,0.012517757138791552,2,0.187265918,8.75,0.823529411764706,8,0.74906367,432,32102,715,4043,3077,6797,6472,0.5948212446667648,0.4754326328800989,145,0.21082830660585555,0.022404202719406685 +27077,MN,Lake of the Woods,1665.97472109299,0,0.41186025243337204,313.60578867609,0.07752924318321137,1,0.255232261,4,1.0487676979549,2,0.510464523,143,11768,771.8,859,553,2220,2230,0.3869369369369369,0.24798206278026905,987,-0.20135135135135135,-0.4426008968609866 +27079,MN,Le Sueur,1977.25354902598,105.78860557122265,0.07137326459322023,564.605376519496,0.020380658286809947,5,0.180050414,16,0.579899242506614,6,0.216060497,687,83075,674.7,6753,4623,14730,14867,0.4584521384928717,0.3109571534270532,4559,-0.0652410047522064,-0.30665231721261854 +27081,MN,Lincoln,720.187658899786,-87.33536804366234,0.12214851745247389,180.142497003514,0.03055334074008039,5,0.863856254,5.83333333333333,1.00870367168136,0,0,235,17379,653.2,1428,860,3113,3002,0.45872149052361066,0.2864756828780813,1070,-0.05332476710568579,-0.35642904730179875 +27083,MN,Lyon,6716.53676964575,0.09231752730695471,0.2597570007984588,1729.06253813519,0.066870191365401635,7,0.272744983,21.0833333333333,0.820395086708951,24,0.935125658,683,76979,676.8,5465,3825,12334,12129,0.443084157613102,0.31535988127628,3431,-0.09161666936922325,-0.28287575232912854 +27085,MN,McLeod,9134.91438826425,24.031908437441153,0.24924052244861641,2505.44650318903,0.06835956735666229,4,0.111476506,28.6666666666667,0.799806558413779,24,0.668859038,1008,107803,649,6970,4978,18455,18684,0.37767542671362775,0.2664311710554485,7177,-0.22210782985640742,-0.38412545493470346 +27087,MN,Mahnomen,1904.71609491431,0,0.35187808884432104,613.778015634956,0.1133896204756985,1,0.181653043,6.33333333333333,1.15888990545898,3,0.544959128,183,16467,894.5,1276,930,2179,2074,0.5855897200550712,0.4484088717454195,61,0.18586507572280864,-0.02941176470588236 +27089,MN,Marshall,5982.48264677284,-1.4701394803899188,0.6338047088433987,1396.1378551929,0.1479116278411802,5,0.530954656,8.91666666666667,0.956313456313456,2,0.212381863,244,28310,529.9,1854,1225,4335,4794,0.427681660899654,0.25552774301209846,1983,-0.12133794694348332,-0.4136420525657071 +27091,MN,Martin,9218.7317362397,2.5777253998853604,0.44235756891745204,1926.62107430074,0.09244822813343284,2,0.098911968,18.75,0.945584749609158,14,0.692383778,791,60651,690,4054,2733,10927,10469,0.3710075958634575,0.26105645238322667,4329,-0.23821725999816962,-0.4135065431273283 +27093,MN,Meeker,5008.21967020761,48.14991613488447,0.21494505022350258,1266.58170486014,0.05435972982232361,5,0.216384645,13.5833333333333,0.587768642723208,11,0.47604622,672,69354,675.7,4969,3192,12167,12198,0.40839976986931864,0.2616822429906542,4911,-0.1597764444809731,-0.4026069847515987 +27095,MN,Mille Lacs,438.867852071207,-74.31066720600292,0.01681679319734862,100.641365533891,0.0038564342849327893,6,0.231803431,16.3333333333333,0.631459573700353,12,0.463606861,870,77424,814.2,5829,3709,13047,12948,0.44676937226948726,0.2864535063330244,4631,-0.08599678086916535,-0.3576614148903306 +27097,MN,Morrison,9757.3715062345509,-11.103571410484706,0.29391443780452287,2390.26708811784,0.07200033399957347,8,0.243828101,30.5833333333333,0.931822105765618,18,0.548613228,953,98481,683.7,6153,3637,16662,17534,0.36928339935181853,0.20742557317212273,9288,-0.24042731964950181,-0.5297136990988935 +27099,MN,Mower,5740.59734260908,-56.777016795665666,0.14658216537571384,1382.81996695645,0.03530934726544059,8,0.203443277,29.5833333333333,0.755389866285355,23,0.584899423,1156,117542,630.1,11129,7444,18471,17587,0.6025120459098046,0.42326718598965146,1382,0.22689621568945917,-0.0785807698868482 +27101,MN,Murray,1263.30909198082,-61.18083362056655,0.14479187300639773,327.254567784259,0.03750768685206407,3,0.354191263,5,0.600312162324409,3,0.354191263,295,25401,618.7,2160,1295,4754,4642,0.4543542280185107,0.27897457992244723,1679,-0.07236011779554058,-0.3616975441619992 +27103,MN,Nicollet,10421.516092943,-0.41753539175290516,0.3184378675999328,2644.36167125858,0.08080061329356739,2,0.0604357,20,0.595681310498883,19,0.574139546,679,99519,594.2,9652,7886,18285,17914,0.5278643697019415,0.4402143574857653,550,0.07864369701941487,-0.030702244054929106 +27105,MN,Nobles,6356.31601441441,-28.05949367798572,0.2973297789509968,1527.18340833678,0.0714371507314426,7,0.324224178,21.6666666666667,0.991700231905285,9,0.416859657,560,65167,621.9,3793,2733,8493,8592,0.44660308489344164,0.31808659217877094,2566,-0.09278229129871657,-0.2986499068901303 +27107,MN,Norman,2172.21511162296,22.030143034287132,0.3170191347961121,534.844806222922,0.07805674346510828,2,0.301250188,6,0.911992704058368,1,0.150625094,276,19980,772.1,1730,1264,3199,3232,0.5407939981244139,0.3910891089108911,435,0.10815879962488278,-0.13459158415841588 +27109,MN,Olmsted,28175.7259747578,-9.123032376252803,0.19532836486299845,7469.71005410545,0.05178380327010045,23,0.153040516,75.5833333333333,0.493679594867039,105,0.698663224,2989,450705,562,39338,36266,77951,79277,0.5046503572757245,0.4574592883181755,598,0.03214840091852572,0.007543171411632632 +27111,MN,Otter Tail,11231.817874451,12.85085394817607,0.19600750177915643,2297.63671888717,0.040096272776070536,14,0.242907955,39.25,0.675733838340363,36,0.624620456,2018,172917,676.2,12165,9339,31562,32284,0.3854318484253216,0.28927642175690743,11600,-0.2121221722324314,-0.35931111386445297 +27113,MN,Pennington,2524.66790298826,4.858605745674588,0.18123961974072217,667.036777054069,0.04788490861838255,2,0.142267748,10.25,0.720056199508254,6,0.426803244,376,42412,644.3,3024,2146,6493,6671,0.46573232712151547,0.3216909009144056,1854,-0.043123363622362576,-0.2779193524209264 +27115,MN,Pine,2678.84696169972,-43.81822351426188,0.09004527602352001,559.262761534541,0.01879874828687533,5,0.171850833,23.1666666666667,0.802336588857334,11,0.378071834,843,87255,718.6,6750,4580,13904,13729,0.4854718066743383,0.33360040789569523,3611,-0.006832566168009202,-0.26301988491514317 +27117,MN,Pipestone,2711.00834347388,-15.199113611949642,0.28251441678552314,662.295713873444,0.06901789431778282,4,0.43098804,9.66666666666667,1.05049626892704,7,0.75422907,335,27860,670.9,1728,1127,4637,4779,0.3726547336640069,0.2358233940154844,2211,-0.23722234203148584,-0.46264908976773383 +27119,MN,Polk,11067.5863063598,27.323607728698242,0.35024007298606963,2669.94893716915,0.08449205497370729,7,0.220792329,18.6666666666667,0.589597810065277,18,0.567751703,1018,94708,756.5,6773,4712,14644,14698,0.46251024310297734,0.32058783507960265,4267,-0.057497951379404555,-0.2903116070213635 +27121,MN,Pope,1413.72889009808,2.3187930458139627,0.12857925330587358,326.237253324698,0.029671419129122144,2,0.18208303,7.91666666666667,0.716505264428153,4,0.36416606,377,32907,627.3,2981,2106,6224,6294,0.47895244215938304,0.334604385128694,1687,-0.025867609254498714,-0.2680330473466794 +27123,MN,Ramsey,111304.290307266,-10.584699554822173,0.21882724580698723,24478.4982368423,0.04812538973899477,108,0.202757883,333.666666666667,0.617159500279602,371,0.696510875,12222,1599823,694.8,184936,176929,277782,269161,0.6657594804558971,0.6573352008649098,106151,0.3532878300249836,0.39437734292858173 +27125,MN,Red Lake,4055.97570536792,152.4594629615332,0.9919236256708046,1002.42878945176,0.24515255305741257,3,0.74202325,2.5,0.623908160718742,1,0.247341083,106,12125,627,928,540,1963,1871,0.47274579724910853,0.28861571352218063,601,-0.02547121752419762,-0.3212185996793159 +27127,MN,Redwood,6928.94955840364,-2.0886626282397245,0.4314683080144243,1700.39885481908,0.10588447940837414,6,0.386722527,8.33333333333333,0.545982659590731,7,0.451176281,555,46682,717,3008,1887,7761,7566,0.38757892024223684,0.24940523394131642,3250,-0.20126272387578914,-0.429553264604811 +27129,MN,Renville,5201.29422684241,-35.503272862953516,0.3306607900090534,1237.68672447774,0.07868319926749777,6,0.399334443,9.75,0.665075034106412,6,0.399334443,554,45035,706.9,3394,2117,7684,7563,0.44169703279541905,0.2799153774957028,2773,-0.09825611660593436,-0.36665344440037023 +27131,MN,Rice,14453.776093313,-1.2433111644028805,0.22534027771683143,2948.45357667315,0.04596759653071544,9,0.138140627,33.4166666666667,0.50922962827507,35,0.53721355,1414,195356,634.2,17054,14437,32160,32217,0.5302860696517413,0.4481174535183288,992,0.08314676616915423,-0.030791197194028008 +27133,MN,Rock,1394.08341638397,-35.324551584391934,0.1439128126751285,349.118370125427,0.03603988542638867,1,0.104679158,4.25,0.444374738603095,6,0.62807495,340,28632,675.4,1945,1373,4830,4807,0.4026915113871636,0.2856251300187227,1718,-0.1790890269151138,-0.3573954649469524 +27135,MN,Roseau,4603.1049029405,-0.4420052888956586,0.29452331581934227,1108.68024274961,0.07093737556782967,6,0.382677467,12,0.767950851145527,8,0.510236622,419,47042,706.9,2772,1856,7330,7767,0.3781718963165075,0.23895970130037336,3595,-0.22332878581173266,-0.46285567143041073 +27137,MN,St. Louis,51285.5234088887,-6.031111050210818,0.2561381809000265,10458.4833053003,0.052233392792645814,36,0.179149934,154.75,0.773827382738274,114,0.567308123,6156,601792,742.8,74177,57769,116460,111260,0.6369311351537008,0.5192252381808377,13138,0.2962562253134123,0.11808376775121338 +27139,MN,Scott,23765.3253737482,-17.965069709898934,0.18291150001345519,6938.59281363699,0.053403368124168696,16,0.114554098,51.4166666666667,0.357855419450631,77,0.551291597,1863,418663,592.8,29714,28502,71411,74390,0.41609836019660834,0.3831428955504772,11446,-0.1485345394967162,-0.15386476676972716 +27141,MN,Sherburne,15106.2626799156,4.856083720113638,0.17069416241896068,3818.79622373078,0.043150727395007624,7,0.076816715,31.1666666666667,0.333233541470647,45,0.493821741,1495,273164,667.6,17597,13299,46320,47938,0.3799006908462867,0.27742083524552547,17750,-0.22130829015544046,-0.37026993199549424 +27143,MN,Sibley,242.320599740728,-51.35861681159823,0.015914921827185603,56.4272973045718,0.0037059830096264155,4,0.268132457,8.91666666666667,0.601380364650075,4,0.268132457,441,44812,670.8,2916,1954,7785,7727,0.3745664739884393,0.2528795133945904,3239,-0.22825947334617852,-0.4191795004529571 +27145,MN,Stearns,26241.5132116435,-2.7678025203404233,0.17419785459329737,6554.86265077418,0.043512849343305196,33,0.215810401,90.9166666666667,0.584102142386007,104,0.680129748,2942,460013,585.1,33552,25575,78178,78985,0.4291744480544399,0.3237956574033044,22043,-0.12104428355803426,-0.27907830600746975 +27147,MN,Steele,7901.8917297116,-17.652384556068746,0.21604034694093396,2300.39082172704,0.06289344985036746,6,0.164055451,28.4166666666667,0.772087125843409,28,0.765592103,909,109757,602,8706,6239,19034,19040,0.45739203530524325,0.32767857142857143,4959,-0.06288746453714406,-0.2604516806722689 +27149,MN,Stevens,1320.79123111369,-15.184619488082296,0.13580004432589862,292.43267602551,0.030067106315598394,3,0.306122449,6,0.619003404518725,5,0.510204082,249,29392,546.9,2742,2116,5621,5350,0.487813556306707,0.3955140186915888,684,-0.004269702899839911,-0.12785046728971955 +27151,MN,Swift,2480.8786008829,-45.7532925064053,0.253590780014607,585.932257976275,0.05989290176594858,3,0.317931327,8.16666666666667,0.867041794953463,7,0.741839763,318,28329,602.7,2751,1679,5087,4968,0.5407902496559859,0.33796296296296297,1283,0.09887949675643803,-0.2582528180354267 +27153,MN,Todd,8324.16410333525,-2.2506396588356474,0.3343709220058345,2037.41014449034,0.08184013434385778,7,0.288493241,22.25,0.918169438369166,6,0.247279921,674,72955,655.8,4819,2783,11762,11944,0.40970923312361845,0.2330040187541862,5702,-0.16153715354531545,-0.47739450770261216 +27155,MN,Traverse,1386.29910037331,0,0.3896287522128471,315.098865617731,0.0885606704940222,2,0.590493062,2.83333333333333,0.844259038537942,2,0.590493062,159,10202,704.5,942,631,1840,1791,0.5119565217391304,0.35231714126186486,419,0.04456521739130431,-0.2339475153545505 +27157,MN,Wabasha,2227.0544902678,-0.26453986445196753,0.10274287185217751,506.330274018129,0.023359027219880465,3,0.140436289,10.8333333333333,0.509252730378101,10,0.468120962,602,63975,629.8,5415,3866,11722,11764,0.461951885343798,0.328629717783067,3123,-0.054086333390206465,-0.26547092825569535 +27159,MN,Wadena,3420.1352650958,-47.30323472524236,0.24706604530057072,777.181889200705,0.056142591143589174,4,0.290761067,13.6666666666667,0.993144878036964,13,0.944973468,602,41385,864.8,2492,1684,6772,6894,0.36798582398109864,0.24427038004061502,3153,-0.2437979917306557,-0.45735422106179285 +27161,MN,Waseca,5704.33717414646,0.3063753222615675,0.29809454296333926,1354.34360918622,0.07077464512887856,3,0.157687254,10.8333333333333,0.572858829957873,10,0.525624179,499,57025,630.9,4370,2838,9706,9579,0.45023696682464454,0.29627309740056373,3129,-0.07685967442818875,-0.3266520513623552 +27163,MN,Washington,94726.4269686236,0.42458508017036123,0.397782892836965,24865.0126277653,0.10441517715828477,25,0.100287625,102.083333333333,0.403304927497297,129,0.517484145,4496,747603,598.6,70203,67086,141711,142843,0.49539555856637807,0.4696484952010249,2657,0.007522351828721852,0.018600841483306874 +27165,MN,Watonwan,523.090788463605,0,0.04665870916631924,108.022328381214,0.009635387421390956,3,0.270684833,12.9166666666667,1.18414619239702,6,0.54136966500000006,372,32972,682.3,2494,1814,5115,4971,0.4875855327468231,0.36491651579159123,954,-0.00449657869012704,-0.19191309595654793 +27167,MN,Wilkin,1886.45347610973,-4.709365629765607,0.2868694458804334,448.911828718987,0.06826518076626932,0,0,3.91666666666667,0.616021809793436,2,0.307929176,238,19430,815.1,1258,893,3212,3279,0.3916562889165629,0.2723391277828606,1236,-0.19489414694894147,-0.3769441903019213 +27169,MN,Winona,7298.7041393104,-6.535375499781193,0.1418298155751035,1581.39651387907,0.030729999686735003,4,0.078282482,29.25,0.574114783701029,34,0.6654011,1266,153333,677.3,14980,11366,27103,25852,0.5527063424713131,0.43965650626643976,756,0.12913699590451239,-0.02924338542472532 +27171,MN,Wright,14968.9165422002,-12.909096720403952,0.12003942696231115,4590.79897429864,0.036814747187639454,12,0.092365954,59.1666666666667,0.446372438073683,64,0.492618421,2182,389739,629.8,26584,20336,69550,69154,0.3822286125089863,0.2940683113052029,22938,-0.21388928828181164,-0.3316944789889233 +27173,MN,Yellow Medicine,3380.24160700289,-0.022591108462794388,0.3238399700136894,849.301784190781,0.08136633303226488,4,0.395687012,8.83333333333333,0.889112565005872,7,0.69245227,343,30023,645,2465,1524,5397,5253,0.45673522327218824,0.29011993146773274,1858,-0.06318324995367802,-0.35370264610698643 +28001,MS,Adams,7183.93335654812,-9.532706944998209,0.22243345687054897,1766.3111468233801,0.05468963516188439,4,0.126035857,36,1.15207373271889,30,0.945268929,1244,95314,1014.4,7999,6921,13621,12214,0.5872549739373027,0.5666448337972818,1796,0.18038323177446597,0.14704437530702474 +28003,MS,Alcorn,3767.02664130521,-0.7309562427818511,0.1016549273094209,883.790468727165,0.02384948778171911,7,0.187265918,33.4166666666667,0.895793123168204,27,0.722311396,1419,112058,1053.6,3449,2684,14682,14781,0.2349134995232257,0.18158446654488872,9133,-0.5161422149570903,-0.6178878289696231 +28005,MS,Amite,2342.67963520183,-2.042419078574547,0.17840831887912803,497.386148535388,0.037878771497630644,1,0.079182833,11.5,0.923101621448066,3,0.237548499,471,38060,854.5,3218,2688,7661,7033,0.4200496018796502,0.3821982084458979,1594,-0.1533742331288343,-0.2266458125977534 +28007,MS,Attala,3955.19519450603,98.94543666520904,0.2021670003325511,1097.62476013371,0.056104312008470145,2,0.104367792,18.6666666666667,0.985880778845815,10,0.52183896,857,57455,1069.8,3368,2847,7853,7242,0.4288806825417038,0.39312344656172327,1441,-0.13803641920285242,-0.19897818282242474 +28009,MS,Benton,3215.39493769991,3.894267614965847,0.3683577658036327,909.004219341378,0.10413612319181785,1,0.120540019,5.41666666666667,0.655453372055502,0,0,329,24997,1036.9,2026,1713,4080,3996,0.4965686274509804,0.4286786786786787,527,-9.803921568627416e-4,-0.13188188188188188 +28011,MS,Bolivar,14106.5319539523,-0.1435215155780807,0.413136094712324,3661.6625955026,0.10723861752826476,8,0.236910685,51.1666666666667,1.56296137907159,18,0.533049041,1232,101171,1179.8,9772,8410,14258,12831,0.6853696170570908,0.6554438469332087,4159,0.3805582830691542,0.3241368560517497 +28013,MS,Calhoun,1215.84273196738,4.381521922900903,0.08126204598097714,248.78122870444,0.016627538344101057,5,0.339097999,14.9166666666667,1.02099018936801,4,0.271278399,580,44194,998.7,2250,1884,6273,6339,0.3586800573888092,0.2972077614765736,2476,-0.2727562569743344,-0.3905978861019088 +28015,MS,Carroll,4336.75871746279,-10.39356798323134,0.40924400466762195,971.259892046157,0.0916542315793297,1,0.097522918,6.08333333333333,0.593206565902812,0,0,352,30838,801.2,1990,1648,5968,5470,0.3334450402144772,0.3012797074954296,2126,-0.3289209115281502,-0.3886654478976234 +28017,MS,Chickasaw,685.352205348512,-22.51682192261001,0.03940617556051702,195.152034357558,0.011220793143833832,3,0.173280194,21.9166666666667,1.27082608527581,8,0.462080518,575,52045,939.1,3914,3649,7641,7890,0.5122366182436854,0.46248415716096325,478,0.040963224708807755,-0.06058301647655262 +28019,MS,Choctaw,270.33832700882,-6.105272404857564,0.03162961588964783,65.4975863142572,0.007663225261993355,4,0.482276344,9.33333333333333,1.13241122704845,4,0.482276344,276,25009,812.7,1283,1198,3847,4020,0.3335066285417208,0.2980099502487562,1565,-0.3249285157265402,-0.3893034825870647 +28021,MS,Claiborne,1452.24480268512,0.2260614648645581,0.1512124950734194,351.068251309669,0.0365543785203737,3,0.330396476,10.0833333333333,1.10333005069847,5,0.550660793,322,27497,1068.5,4633,2523,5258,2954,0.8811335108406239,0.8540961408259986,2109,0.7655001901863827,0.7139471902505077 +28023,MS,Clarke,2332.27698181418,1.1253209455646693,0.13939020928844012,537.775980642866,0.032140567812746,4,0.245413829,15.8333333333333,0.996559248069822,4,0.245413829,647,48649,1047.6,2695,2556,7199,7713,0.37435754965967494,0.3313885647607935,2532,-0.23892207251007092,-0.32827693504472966 +28025,MS,Clay,5606.69948520082,69.99566279080655,0.2717214056993709,1476.51622343755,0.07155744031392605,2,0.098887515,30.3333333333333,1.52812762384551,11,0.543881335,746,60527,1009.1,5860,5695,9659,9960,0.6066880629464748,0.5717871485943775,1559,0.22000207060772337,0.15652610441767068 +28027,MS,Coahoma,6739.24130595203,5.5365358408185745,0.25770491782157584,1915.86039121037,0.07326145811672097,8,0.32248962,42.9166666666667,1.80253965587243,17,0.685290442,900,74724,1147.5,7164,6378,9563,8912,0.749137300010457,0.7156642728904847,3952,0.5027710969361079,0.44344703770197486 +28029,MS,Copiah,7175.63171362908,-21.422756555301387,0.24366300090424395,1875.7728226352301,0.06369563729278516,3,0.104177518,42.25,1.48339302015308,17,0.590339271,976,86447,979.6,7201,6203,13002,11906,0.5538378710967543,0.5209978162271124,627,0.11436702045839098,0.052662523097597835 +28031,MS,Covington,NA,NA,NA,NA,NA,5,0.257175188,22.9166666666667,1.171069889451,11,0.565785413,812,58311,1143.7,3800,3267,9145,8790,0.4155276107162384,0.37167235494880546,2156,-0.16205576817933293,-0.24527872582480093 +28033,MS,DeSoto,43333.8455388254,-2.961327564826916,0.26873369346628506,12253.5950196742,0.07599034442781609,17,0.09946581,151.75,0.864125823553194,130,0.760620901,3849,512647,850,20979,19892,64026,64022,0.3276637615968513,0.31070569491737215,22263,-0.33455158841720545,-0.3477398394301959 +28035,MS,Forrest,9216.50245712517,-5.4377837728383405,0.12299493497111018,2156.44254616177,0.028777891826964667,14,0.183414123,99.4166666666666,1.3084755875527,76,0.995676667,2164,228724,952.2,12079,11271,27789,27284,0.4346683939688366,0.4130992523090456,3878,-0.11731260570729418,-0.142134584371793 +28037,MS,Franklin,2486.25334706386,-3.5637397246568163,0.30626427039466125,657.120446559725,0.08094610083268354,1,0.127665007,9.08333333333333,1.16722350723893,4,0.510660028,333,23412,1065.2,1706,1471,4443,4219,0.3839747918073374,0.34866082009954963,1214,-0.22484807562457798,-0.2877459113534013 +28039,MS,George,2243.32845231678,-2.4430358441652227,0.09935904209038798,633.974997391725,0.02807932489112078,2,0.085825859,25.1666666666667,1.06210874305409,12,0.514955156,777,69805,1169.2,1352,1013,9826,9831,0.13759413800122125,0.10304139965415522,7639,-0.7124974557296968,-0.7770318380632693 +28041,MS,Greene,636.976503643274,-71.27697669232667,0.044234479419671804,184.529913281414,0.012814577311209305,3,0.209409465,18.4166666666667,1.37355807478123,3,0.209409465,384,42071,941.5,1325,956,5919,5325,0.2238553809765163,0.17953051643192489,3353,-0.5411387058624768,-0.6296713615023475 +28043,MS,Grenada,3443.74046234094,-21.984174358388582,0.1572053529782224,810.207599434559,0.036985647741922714,3,0.138465799,28.6666666666667,1.34743439091265,21,0.969260593,890,64774,1129.2,5279,4386,11320,10442,0.4663427561837456,0.4200344761539935,1554,-0.061925795053003496,-0.14882206473855586 +28045,MS,Hancock,14852.1744892,-24.55319564308513,0.3380949825673245,3545.4735934719,0.0807091805748344,3,0.065289778,39.25,0.838836528392212,30,0.652897778,1463,138047,874.3,3879,3320,17023,17517,0.22786817834694237,0.18953017069132844,10400,-0.5275215884391705,-0.5937089684306673 +28047,MS,Harrison,67157.9786557619,-13.227609129411732,0.35893203632057824,16757.0774910564,0.08955975249756234,21,0.10549689,209.666666666667,1.03165152812358,162,0.813833154,5812,596701,956.5,22242,20679,61602,62076,0.36105970585370606,0.33312391262323604,19031,-0.26629005551767804,-0.30657581029705516 +28049,MS,Hinds,64739.6267472679,-4.595205377285233,0.26393634648375525,17732.8236044741,0.07229477385275944,35,0.143602115,284.666666666667,1.18006817864629,230,0.943671044,6454,732867,892,70512,64922,97639,91536,0.7221704441872613,0.7092510050690439,40003,0.45127459314413304,0.43701931480510403 +28051,MS,Holmes,8271.77954685205,63.81239053826736,0.4308667333499349,2477.04466035501,0.1290261829542145,5,0.270870578,31.3333333333333,1.74083745393263,4,0.216696462,645,55610,1086.7,6775,5820,8076,7045,0.8389053987122338,0.8261178140525195,4669,0.6823922734026746,0.6627395315826827 +28053,MS,Humphreys,2102.68983079043,14.534495558727292,0.22428691528431252,554.497517939841,0.059146401913583044,2,0.228806773,17.0833333333333,2.00673479776029,3,0.343210159,297,26390,1039.1,3399,2652,4481,3599,0.7585360410622629,0.7368713531536538,1728,0.519973220263334,0.48013337038066134 +28055,MS,Issaquena,597.165275162116,69.98398794574861,0.42472636924759316,140.779697482026,0.10012780759745804,0,0,2,1.54559505409583,0,0,39,4136,857.7,479,395,787,699,0.6086404066073697,0.5650929899856938,97,0.2249047013977128,0.13876967095851211 +28057,MS,Itawamba,2770.52183445814,4.579662771858085,0.11839330945079868,492.080493003636,0.021028182257323877,5,0.212521783,15.75,0.6693867142675,12,0.51005228,853,70531,974,1599,1100,8729,9634,0.18318249513117196,0.1141789495536641,7285,-0.6101500744644288,-0.7561760431804027 +28059,MS,Jackson,41289.9596523054,17.517674054557386,0.29562934711104477,10134.4942196252,0.07256131840955121,19,0.134620971,137.416666666667,0.972923348508342,83,0.588081084,3986,423362,907.3,15452,13087,49290,45465,0.31349158044228037,0.28784779500714835,18117,-0.36133089876242647,-0.3984823490597163 +28061,MS,Jasper,1999.2522822333,-10.041303577890048,0.11717572865041027,421.531764563018,0.024705882344567928,3,0.180712005,13.8333333333333,0.834439216632485,4,0.24094934,594,49596,937.6,5097,4367,9340,8468,0.5457173447537473,0.5157061880018895,335,0.0967880085653105,0.039560699102503594 +28063,MS,Jefferson,874.519411625841,9.222042244829035,0.11319174367406692,173.567807934896,0.02246541650723479,2,0.263192525,15.1666666666667,2.07847974053264,2,0.263192525,259,22708,997.4,3508,3337,3953,3859,0.8874272704275235,0.8647317958020212,2848,0.7783961548191247,0.7380150298004664 +28065,MS,Jefferson Davis,2066.6242212789,626.3467858158066,0.16550205984455035,522.257740707284,0.0418241163375738,2,0.169176112,14.5,1.27360562143171,5,0.422940281,471,35452,1005.5,4094,3720,6618,6237,0.6186158960411,0.5964405964405964,1254,0.2500755515261408,0.20105820105820105 +28067,MS,Jones,6582.18025162125,-26.133901686547517,0.09713818054074247,1893.95089697702,0.027950456707796816,9,0.131790892,78.5833333333333,1.15643655663964,50,0.732171621,2295,205260,975.2,9146,7748,30038,28250,0.30448099074505625,0.2742654867256637,12328,-0.38248218922697913,-0.4363893805309735 +28069,MS,Kemper,5149.95881956698,33.822198641207194,0.49253622987442436,1256.06851486545,0.12012897043472169,1,0.098396143,9,0.909458367016976,3,0.295188429,314,30446,805.3,3239,2827,5052,4639,0.6411322248614411,0.6093985772795861,1049,0.2870150435471101,0.22612632032765684 +28071,MS,Lafayette,15699.7979569973,10.010353797272728,0.33156212027195414,2340.31853951914,0.04942490210384448,5,0.094464387,25.9166666666667,0.481758247205492,43,0.812393728,1167,157050,877.6,7098,7968,17191,19642,0.412890465941481,0.4056613379492923,2904,-0.1555465068931418,-0.14784645148151926 +28073,MS,Lamar,7978.7107289011,-0.1893465831100187,0.14335245120020662,2105.60011885731,0.03783104169853947,7,0.116474484,48.75,0.800308631841613,57,0.948435082,1243,179430,767.3,5037,5044,22780,24179,0.22111501316944687,0.20861077794780594,13449,-0.5458735733099209,-0.5562264775218165 +28075,MS,Lauderdale,16825.6857532474,20.041835428343088,0.20963713077643437,4069.34522140922,0.050701401943773684,12,0.150490977,107.666666666667,1.38469123100337,66,0.827700372,2659,238265,948.7,12642,10910,30213,28967,0.4184291530136034,0.37663548175510064,6664,-0.15490020851951147,-0.23005489004729518 +28077,MS,Lawrence,1979.52682065369,-24.9238663776504,0.1531074963766486,503.726921634952,0.03896101180562704,4,0.319948808,17.5833333333333,1.37919313933119,6,0.479923212,429,37654,1008.2,2394,2181,6584,6329,0.3636087484811665,0.34460420287565174,1891,-0.2671628189550425,-0.2987833781008058 +28079,MS,Leake,4180.84639061938,47.370443225446145,0.17562891790041504,1114.59959256823,0.046822079082891405,2,0.086232915,24.8333333333333,1.09784851164162,12,0.517397491,733,69257,973.4,3599,3579,7921,8436,0.45436182300214617,0.42425320056899,1196,-0.08635273324075249,-0.1417733522996681 +28081,MS,Lee,18139.5654409033,7.932716187484279,0.21878621928480643,5030.91232565399,0.06067919823488107,17,0.199422847,95.0833333333334,1.11363574253444,80,0.938460456,2722,255929,971.2,12043,9635,34363,31974,0.3504641620347467,0.301338587602427,12060,-0.28987573843960074,-0.37718145993619817 +28083,MS,Leflore,14706.2963251959,46.4590034735964,0.4550637845467061,4271.56972283669,0.13217717371156634,10,0.318248361,53.75,1.80030814576635,21,0.668321558,1092,94067,1118.1,8423,6677,11600,9566,0.7261206896551724,0.6979928914906962,3920,0.4575862068965517,0.40978465398285596 +28085,MS,Lincoln,7112.97999662655,-10.131344678672244,0.20399151098759788,1932.3946996072,0.05541870141406981,4,0.115025162,36.3333333333333,1.05243847097104,28,0.805176132,1260,104147,1032,4879,4458,14303,15193,0.34111724812976296,0.2934246034357928,6092,-0.31140320212542827,-0.40097413282432703 +28087,MS,Lowndes,9910.90851818047,-24.951445959722026,0.16579247759548438,2608.31239042452,0.04363258653414276,10,0.167420057,85.1666666666667,1.42892296679082,40,0.669680228,1813,179303,905.7,12037,11545,24674,25139,0.4878414525411364,0.45924658896535264,1579,-0.014671313933695362,-0.06281077210708463 +28089,MS,Madison,19394.7650791334,-3.0038789600379627,0.20372010418929448,5448.41873683042,0.057229485802237544,19,0.186846039,76.3333333333333,0.726195685953663,100,0.983400205,2930,305403,978.8,20722,18358,49571,45048,0.4180266688184624,0.407520866631149,7249,-0.15704746726916952,-0.16091724382880485 +28091,MS,Marion,7950.20970789698,75.96272758654507,0.2934956330440409,2068.35919201957,0.07635702864809399,5,0.193289006,34.75,1.37618312146054,21,0.811813824,1008,77465,1064.1,3833,3572,11041,11443,0.3471605832805,0.31215590317224506,4125,-0.2975273978806267,-0.360482390981386 +28093,MS,Marshall,6866.83032377401,9.004264607799142,0.18487051270121715,1566.12070431202,0.042163490854835776,4,0.110393553,47.25,1.31979553643753,13,0.358779047,1270,108604,1030.1,9581,7944,16141,14698,0.5935815624806393,0.54048169819023,1419,0.19434979245399908,0.09654374744863248 +28095,MS,Monroe,2432.53399866416,-10.889168650741128,0.06576371350034227,666.638373685513,0.018022611416516073,6,0.166652779,27.1666666666667,0.757301220044788,20,0.555509263,1299,107938,933.5,6990,5485,16789,15781,0.41634403478468046,0.3475698624928712,4622,-0.15909226279111316,-0.29288384766491343 +28097,MS,Montgomery,1767.44020051078,-73.29668302393236,0.16177942338771442,372.364144196419,0.034083674525988004,2,0.192307692,14.5833333333333,1.43156310330159,6,0.576923077,421,31004,1021.1,2245,1775,4807,4162,0.4670272519242771,0.4264776549735704,559,-0.0619929269814854,-0.13431042767900048 +28099,MS,Neshoba,2434.22179981728,42.1716710358378,0.082026614092778,719.896979102955,0.024258558400827437,3,0.101815714,31.0833333333333,1.05714836354567,18,0.610894281,1176,88374,1194.3,3030,2668,10890,10438,0.27823691460055094,0.2556045219390688,4945,-0.43544536271809003,-0.4737497604905154 +28101,MS,Newton,2533.9008563108,2.3806053429673493,0.11666210204009209,638.609766304408,0.029401922942191894,4,0.183217296,24.5,1.13646906020967,13,0.595456211,855,65231,1106.1,3069,2549,9039,8594,0.33952870892797876,0.29660228066092625,3380,-0.3141940480141609,-0.39329764952292295 +28103,MS,Noxubee,1834.53068930782,-0.15466991523997925,0.15890261492488697,445.211957865454,0.03856318387747544,3,0.269905533,15,1.35894183728936,3,0.269905533,371,33223,936.1,4920,4330,6264,5538,0.7854406130268199,0.7818707114481762,3149,0.5739144316730523,0.5686168291802094 +28105,MS,Oktibbeha,13546.2510235938,1.5652968599709192,0.28416125157000693,2250.41903837907,0.047207296645320425,4,0.080948719,31.75,0.637128007545201,35,0.708301291,919,148418,761.2,8030,7851,16001,16151,0.5018436347728267,0.48609993189276207,180,0.018873820386225815,0.011144820754132867 +28107,MS,Panola,7049.95969119066,-10.65816936157932,0.20312789037343074,2038.83538246508,0.05874421247774455,4,0.116130531,43,1.25863482027866,20,0.580652654,1187,102943,1065.1,9079,7300,16826,14854,0.5395815999049091,0.4914501144472869,71,0.08617615594912637,-0.004779857277501021 +28109,MS,Pearl River,7276.75420907231,-7.564999570227049,0.13032836997299693,1687.69255299948,0.030226968388427845,10,0.18108069,57.4166666666667,1.03808835050925,37,0.669998551,1885,165421,973.8,3813,2919,19938,18893,0.19124285284381584,0.15450166728417933,12611,-0.6030193600160497,-0.6674958979516222 +28111,MS,Perry,1123.00377488786,45.71447406636951,0.09167377754186612,265.643000044485,0.021685142860774286,3,0.245358633,15.25,1.24540628828093,3,0.245358633,443,36613,1030.6,1519,1220,5686,5432,0.2671473795286669,0.22459499263622976,2915,-0.4556806190643686,-0.5366347569955817 +28113,MS,Pike,5542.07269105169,59.43858483872469,0.13716643626996558,1666.82098101267,0.041253860533924123,7,0.174746617,64.5,1.62603675599365,31,0.773877877,1527,119891,1079.5,9304,7636,17429,15633,0.5338229387801939,0.4884539115972622,112,0.07562109128464056,-0.0071643318620865926 +28115,MS,Pontotoc,3229.26147919413,6.3981920410999455,0.10779655770584938,809.894222383717,0.02703522456800471,5,0.161550889,23.0833333333333,0.731642894875858,17,0.549273021,900,92442,885.5,2785,2123,12348,11811,0.22554259799157758,0.179747692828719,7319,-0.5359572400388727,-0.6196765726864788 +28117,MS,Prentiss,1710.12931480241,37.605466521512554,0.06765822577949082,411.336812724899,0.016273809650454937,7,0.275287085,27.5833333333333,1.0921497201985,16,0.629227623,881,76279,943.9,2817,2067,10033,9871,0.2807734476228446,0.20940127646641676,5580,-0.4243994817103558,-0.5652922702866985 +28119,MS,Quitman,2632.8038365548,0,0.32017558513374683,801.500962286211,0.09747062657013389,2,0.260484501,11.1666666666667,1.51948110854084,4,0.520969002,274,22981,1042.6,2837,2303,3979,3353,0.7129932143754713,0.6868475991649269,1305,0.4325207338527268,0.38920369818073364 +28121,MS,Rankin,37922.7697239884,5.169278850244803,0.2677840211555703,9244.26795664152,0.06527654135196707,12,0.08104275,123.333333333333,0.820974341223562,124,0.837441751,3232,444209,715.3,14425,13741,61438,61356,0.2347895439304665,0.22395527739748353,32427,-0.5191086949444969,-0.5285057696068844 +28123,MS,Scott,3627.34066373997,-16.725039332037,0.12833783837177928,984.48823609727,0.034831879284505735,9,0.316222199,33.25,1.17878540787748,17,0.597308598,844,84912,947.3,4774,3999,10584,9867,0.45105820105820105,0.40529036181210093,1743,-0.09013605442176875,-0.1766494375190027 +28125,MS,Sharkey,1370.17654194375,323.82405261086325,0.278717766872203,351.491168010664,0.07149942392405696,3,0.645577792,8.75,1.92223198594025,3,0.645577792,204,13881,1147.5,1571,1290,2258,1926,0.69574844995571306,0.6697819314641744,671,0.3968113374667848,0.3483904465212876 +28127,MS,Simpson,2853.59648917504,36.86690405348326,0.10375582624350216,773.789925648862,0.028134746233096822,3,0.109237884,31.5833333333333,1.17357808164883,19,0.69183993,929,82264,967.3,4723,3871,12249,11416,0.385582496530329,0.3390854940434478,3522,-0.22050779655482083,-0.3085143658023827 +28129,MS,Smith,2695.55601593256,16.217845412354045,0.16345618919001637,670.34921404877,0.040649397492497116,4,0.247096615,11,0.691432522471557,6,0.370644922,548,48430,891.5,1979,1598,8099,7556,0.24435115446351402,0.21148755955532028,4279,-0.5025311766884801,-0.5663049232398094 +28131,MS,Stone,3843.21164032382,-11.899371137940433,0.21608071743640056,1089.43775993775,0.061252544694577186,1,0.0559441,17.1666666666667,0.95306832482049,14,0.783216783,508,53923,926.1,1794,1400,6820,6368,0.26304985337243403,0.2198492462311558,3410,-0.4589442815249267,-0.5354899497487438 +28133,MS,Sunflower,10698.8010669115,61.885542465920466,0.36328696322280135,1911.47744005122,0.06490585534978675,6,0.218213558,43.4166666666667,1.64413476224738,12,0.436427117,888,82517,1112.3,7989,6560,10995,9406,0.7266030013642565,0.6974271741441633,3792,0.4622100954979536,0.40314692749308956 +28135,MS,Tallahatchie,7870.7945854111,-1.163809052806055,0.5118217313962219,1534.0537401454,0.09975638835644428,2,0.135492175,18.6666666666667,1.29683664489834,6,0.406476526,465,44345,982.6,3838,3337,6363,5870,0.6031746031746031,0.5684838160136286,875,0.21342134213421338,0.14906303236797275 +28137,MS,Tate,8191.93834399999,-15.968287960748098,0.28359545606868347,2289.08853349521,0.07924560456606003,2,0.070911927,24.9166666666667,0.88353840880347,19,0.67366331,862,84849,962.5,4572,3804,11374,11389,0.4019694039036399,0.3340064974975854,3581,-0.18410409706347808,-0.31442620071999294 +28139,MS,Tippah,2490.73622574621,69.32489344523557,0.11203383527106019,666.028204064802,0.029958087624361373,5,0.226870548,17.1666666666667,0.773621751539733,10,0.453741095,799,66240,1067.6,2254,1808,9008,9143,0.2502220248667851,0.19774691020452806,5374,-0.48523534635879223,-0.5877720660614678 +28141,MS,Tishomingo,0,0,0,0,0,8,0.411946447,24.0833333333333,1.23561301797411,11,0.566426365,901,58482,1149.1,1623,990,7850,8310,0.20675159235668789,0.11913357400722022,6127,-0.5664968152866243,-0.7373044524669073 +28143,MS,Tunica,1893.42604275602,-36.587400699439684,0.17567508283132494,512.590617570226,0.04755897361015272,4,0.377429704,21.1666666666667,2.06826916813237,10,0.943574259,301,31362,1120.9,3371,2577,4262,3463,0.7909432191459409,0.7441524689575513,1737,0.5875175973721258,0.5015882183078256 +28145,MS,Union,3326.65245293978,-6.089325942533798,0.12260088645020195,894.286305525009,0.03295814496664734,4,0.142363953,27.4166666666667,0.96841039407533,15,0.533864825,870,84369,889.5,2481,1969,10359,11374,0.2395018824210831,0.17311411992263057,7192,-0.5095086398300994,-0.6323193247758044 +28147,MS,Walthall,1640.95831660913,-61.94107774596371,0.1062590375321589,382.438062452018,0.02476449280917037,4,0.26919712,13.1666666666667,0.901888257186565,8,0.538394239,590,44403,1023.8,3386,2475,7476,5909,0.45291599785981806,0.4188525977322728,899,-0.08373461744248267,-0.1521408021661872 +28149,MS,Warren,11490.4457325666,-18.424058188483084,0.23559030062876182,3226.18567220255,0.06614695983848748,5,0.104203572,59.75,1.26750106067034,36,0.750265719,1610,143725,1007.9,9899,8518,19429,18287,0.5094961140563076,0.4657953737627823,902,0.026197951515775364,-0.04932465686006454 +28151,MS,Washington,15226.6469943853,82.51517907844351,0.2977618357429122,4380.54903419783,0.08566300397359701,11,0.224682381,78.3333333333333,1.65851524069644,37,0.755749826,1817,146986,1164.5,12188,9847,17137,14571,0.711209663301628,0.6757943861093954,5306,0.4270292349886211,0.3641479651362295 +28153,MS,Wayne,332.946695111195,-67.47484099460233,0.016047944045461754,80.0917237759462,0.0038604002398393124,4,0.195217179,21.75,1.06201171875,13,0.634455832,668,61560,950.9,4116,3493,10269,9534,0.40081799591002043,0.36637298091042586,2464,-0.19125523420001944,-0.2584434654919236 +28155,MS,Webster,1179.11725852389,-11.510346281289063,0.11500217092791282,267.402353907418,0.026080401239385348,4,0.401123145,13.3333333333333,1.36514112146343,6,0.601684717,443,29813,1213.7,1087,1001,4820,5024,0.22551867219917013,0.1992436305732484,2948,-0.5387966804979253,-0.5867834394904459 +28157,MS,Wilkinson,1585.08597730189,2.786931690804204,0.16046628642456873,359.052317252732,0.03634868569069974,4,0.435208356,15.1666666666667,1.67643049261265,4,0.435208356,351,27686,1060.7,2940,2826,4238,4174,0.6937234544596508,0.6770483948251078,1521,0.3928739971684757,0.36439865836128416 +28159,MS,Winston,2535.90006077039,-12.041196451215445,0.13209188773676372,644.556235328781,0.033574134562390924,5,0.270592055,22.1666666666667,1.22063142437592,13,0.703539344,691,55506,974.6,4557,3778,9758,8771,0.46700143472022954,0.43073765819176835,1096,-0.060463209674113616,-0.12495724546801956 +28161,MS,Yalobusha,1061.26309651758,-61.36777669532238,0.08370903111828205,208.918870349627,0.016478850792682364,3,0.244379277,15,1.20279047389945,6,0.488758553,505,37051,1058.1,2984,2574,6293,6058,0.4741776577149213,0.4248927038626609,792,-0.044017161925949455,-0.13073621657312645 +28163,MS,Yazoo,9645.74525674148,0.9854199282166907,0.3436930431762509,2942.19552607464,0.10483504457775307,4,0.143796959,36.8333333333333,1.35098787167449,10,0.359492397,936,83072,1095.5,6220,5221,10853,9892,0.5731134248594859,0.5278002426202992,653,0.15295310052520045,0.06601293974929234 +29001,MO,Adair,4613.81488016342,-4.187426307569204,0.18017787636831412,808.545010224856,0.03157515563029078,3,0.117178345,16.8333333333333,0.663801148836048,20,0.78118897,676,76561,832.6,4218,3495,10121,10137,0.4167572374271317,0.34477656111275523,2524,-0.14129038632546193,-0.2489888527177666 +29003,MO,Andrew,1830.11021661582,-33.047928351342556,0.10584177992110462,426.987083060677,0.02469418096470285,3,0.17262213,7.75,0.446685878962536,4,0.23016284,519,51986,753.2,2649,2045,8306,9140,0.31892607753431257,0.2237417943107221,4620,-0.33806886588008667,-0.5054704595185995 +29005,MO,Atchison,706.578852303173,137.32359272471172,0.12428827657047897,136.261634656639,0.023968625269417586,3,0.557413601,5,0.944643869261289,2,0.371609067,216,16098,742.4,756,541,2709,2723,0.27906976744186046,0.19867792875504958,1518,-0.4230343300110742,-0.5574733749540948 +29007,MO,Audrain,4094.80900824952,-21.123898406950403,0.16039833163263423,647.908539316181,0.025379315261709466,5,0.193147139,17.25,0.662926098151493,16,0.618070846,896,77685,870.3,3538,2567,9951,10043,0.3555421565671792,0.255600916060938,4414,-0.26610390915485876,-0.4395101065418699 +29009,MO,Barry,3960.03238740905,42.10703385763318,0.11124623949796472,1100.05090764585,0.03090291057240357,11,0.308451573,44.5833333333333,1.24771446695772,15,0.420615782,1220,107301,833.1,3667,2710,13806,14604,0.2656091554396639,0.18556559846617365,8717,-0.4465449804432855,-0.5968912626677623 +29011,MO,Barton,2757.87137797393,-3.409443574419145,0.22237311546314548,715.713243206151,0.05770950195179415,2,0.165878743,11.8333333333333,0.993729705520098,6,0.497636228,473,36117,907.5,1232,795,5746,5932,0.2144100243647755,0.13401888064733647,4163,-0.554124608423251,-0.7017869184086312 +29013,MO,Bates,765.947117251329,-5.520010840091561,0.04492621955840982,169.222764386458,0.009925670971110212,4,0.241196334,16.9166666666667,1.03043593023492,9,0.542691751,634,49499,899.6,2557,1617,7771,8021,0.329043881096384,0.20159581099613513,4383,-0.31694762578818686,-0.5464405934422142 +29015,MO,Benton,1899.01330659289,58.37325833440127,0.09965435068182674,287.422062808512,0.015083021767869019,3,0.159523556,16.9166666666667,0.897959905869031,5,0.265872594,894,56311,916.4,2925,2024,9157,9584,0.3194277601834662,0.21118530884808012,5188,-0.34334388992027953,-0.5413188647746243 +29017,MO,Bollinger,3511.58210628266,-1.8426617527489066,0.2840396429897808,819.673590076948,0.06630054113701755,3,0.242052606,12,0.995685363425158,2,0.161368404,400,36994,863.3,1213,705,5455,5669,0.2223648029330889,0.12436055741753396,4122,-0.5281393217231898,-0.7271123654965602 +29019,MO,Boone,41552.9787153709,-20.56881467944419,0.255487381582684,9976.04177617301,0.061337426840379544,32,0.185274177,104.333333333333,0.59080904976009,139,0.804784706,3119,519119,685.6,39782,41072,79296,83312,0.5016898708635997,0.4929902054926061,4926,0.030758171912832977,0.059127136546956005 +29021,MO,Buchanan,20492.8003535216,9.486711087273937,0.22973733874644456,4685.90825438068,0.052532014824729314,8,0.089399459,67.4166666666667,0.758018694671194,71,0.7934202,2877,268383,912.7,15594,12010,35106,35563,0.4441975730644334,0.33771054185529903,9305,-0.08733549820543496,-0.2616483423783146 +29023,MO,Butler,7066.11748717646,-8.749281565675844,0.16511935054391877,1675.93373974169,0.039162820482817454,8,0.186167737,51.75,1.21083787641264,31,0.721399981,1790,128770,1079.3,4363,3036,16889,17232,0.2583338267511398,0.17618384401114207,10611,-0.4668719284741548,-0.6157729805013927 +29025,MO,Caldwell,1759.10802363731,0,0.18666256617543608,458.617049679135,0.04866479729192859,5,0.553464689,11,1.21386007503862,2,0.221385876,312,27095,830.6,1313,837,4171,4309,0.31479261567969313,0.19424460431654678,2394,-0.3382881802924958,-0.5555813413785101 +29027,MO,Callaway,8154.72212365262,24.829709144272456,0.18394663276307455,1693.14759492694,0.03819244777873635,4,0.089385475,31.1666666666667,0.691394176020823,22,0.491620112,1108,134076,763.6,6070,4988,18228,19127,0.33300416940969935,0.26078318607204476,8064,-0.31116962914197943,-0.4216029696240916 +29029,MO,Camden,5747.85594908583,82.55803851524315,0.1306271521541255,1390.19647996806,0.03159393845661697,9,0.204447877,45.6666666666667,1.02628641631271,23,0.522477908,1437,132143,752.8,6458,4706,21942,22182,0.2943213927627381,0.21215399873771526,12015,-0.3933552091878589,-0.5416553962672438 +29031,MO,Cape Girardeau,19098.2622882543,-4.760504049777041,0.25237548283762323,4507.85185673835,0.05956936142847411,10,0.12813449,45.25,0.573416293893275,63,0.807247287,2270,234246,776.7,9713,8468,35672,36875,0.27228638708230546,0.2296406779661017,18471,-0.43815877999551467,-0.5009084745762712 +29033,MO,Carroll,1719.75416557931,-15.878763985918315,0.1850192754792157,389.132874040799,0.041864752451941795,2,0.221165542,9,1.0097610232245,3,0.331748314,350,27119,852.3,1154,745,4304,4361,0.26812267657992567,0.1708323778949782,2735,-0.445631970260223,-0.627149736299014 +29035,MO,Carter,3116.38057449576,1.3953502471542067,0.4974270669586209,822.132042602175,0.13122618397480845,5,0.798977309,9.91666666666667,1.60776048421963,3,0.479386385,205,18841,875.1,754,436,2799,2842,0.2693819221150411,0.1534130893736805,1887,-0.4372990353697749,-0.6639690358902182 +29037,MO,Cass,30127.9713541907,-6.392627447183,0.3028606461146253,8349.0358599381,0.08392846518766058,10,0.099118834,68.4166666666667,0.665240572382388,51,0.505506051,2734,303407,769.2,17044,14816,48913,50715,0.34845542084926295,0.29214236419205364,18190,-0.2835238075767179,-0.3586710046337376 +29039,MO,Cedar,1642.52203952636,47.127308578126275,0.11747404087586612,382.090241849946,0.027327295226001,4,0.286697248,12.75,0.909674657534247,12,0.860091743,615,41796,928.5,1536,1010,6043,6278,0.2541783882177726,0.16087926091111818,4009,-0.4697997683269899,-0.63857916533928 +29041,MO,Chariton,803.655332289434,-67.73178716486272,0.10262486684835066,146.870904945976,0.018755063841907293,2,0.259942813,6,0.798296966471527,1,0.129971406,306,22869,756,1339,888,3821,3962,0.35043182412980894,0.22412922766279655,2060,-0.27819942423449356,-0.5199394245330642 +29043,MO,Christian,15629.0489610063,23.866391703308885,0.20186831857877993,4657.45798936969,0.06015677700614412,12,0.146161435,53.4166666666667,0.632891395441602,42,0.511565024,1868,246081,739.5,9809,8505,37952,41394,0.2584580522765599,0.20546456008117117,22436,-0.46521922428330525,-0.5420109194569261 +29045,MO,Clark,958.170375576775,-1.5862920929013247,0.13421632939862374,177.952401141184,0.02492679662994593,2,0.289142692,9.08333333333333,1.35108334572859,2,0.289142692,279,20587,920.4,1398,724,3225,3316,0.43348837209302327,0.218335343787696,1734,-0.10294573643410854,-0.52291917973462 +29047,MO,Clay,61801.3124804499,-3.7220508737158755,0.2784608044573054,17110.792755413,0.07709682730575969,31,0.132658913,132.916666666667,0.555938961736063,154,0.659015243,5142,699296,736.5,47250,45182,105465,109237,0.4480159294552695,0.41361443466957165,12146,-0.08420803110036507,-0.11118943215210969 +29049,MO,Clinton,1551.5363019877,-3.458139052607851,0.07479806691354673,418.566951781297,0.020178708565843754,2,0.098527021,15.3333333333333,0.743975416464499,6,0.295581063,778,61358,953.5,3685,2572,9830,10197,0.3748728382502543,0.2522310483475532,4486,-0.22573753814852493,-0.4399333137197215 +29051,MO,Cole,19669.5043224705,10.10152683778837,0.25884332573326096,5058.93400088188,0.06657368075907198,11,0.143683791,59.6666666666667,0.778623098571944,61,0.796791933,1933,229869,740,12003,10907,37058,37261,0.3238976739165632,0.29271892863852284,13703,-0.3369043121593178,-0.36775717237862643 +29053,MO,Cooper,4306.86334521119,6.010729771535604,0.2446942415323669,1002.01468746733,0.05692941807098063,1,0.0568666,12.1666666666667,0.686916591388136,16,0.909866363,569,52852,810.3,2474,1932,7511,7976,0.3293835707628811,0.24222668004012035,3691,-0.32126214884835574,-0.4627632898696088 +29055,MO,Crawford,1277.64635095835,19.13204087552828,0.05173495104301709,303.872384988766,0.012304518342596615,4,0.162271805,18.75,0.771541436918772,10,0.405679513,852,73699,910,2951,1824,9579,9920,0.30806973588057207,0.18387096774193548,5900,-0.3636078922643282,-0.5947580645161291 +29057,MO,Dade,761.4032738995,49.4667956819843,0.09658800886711912,173.049173840928,0.021952197620313075,2,0.262191924,8.58333333333333,1.12479797317957,3,0.393287887,314,22760,839,939,637,3896,3951,0.2410164271047228,0.16122500632751202,2547,-0.502053388090349,-0.6446469248291572 +29059,MO,Dallas,2162.1079964279,-29.86131574010028,0.12887333828621925,604.211056975307,0.036014249089545626,2,0.122033071,11.9166666666667,0.72450551232166,9,0.549148819,596,49276,867.4,2122,1271,7279,7440,0.291523560928699,0.17083333333333334,4624,-0.3942849292485231,-0.6215053763440861 +29061,MO,Daviess,1839.93002142712,-1.0147592631958215,0.21818214412748962,449.332292604916,0.053282615036750386,3,0.361576473,6.83333333333333,0.832419701953141,1,0.120525491,285,24814,866,1124,730,3512,3689,0.3200455580865604,0.1978856058552453,2033,-0.3297266514806378,-0.551097858498238 +29063,MO,DeKalb,4817.48729045339,-1.0853217969157098,0.3736803669293663,1199.5699937343,0.09304762594898384,1,0.078789789,8,0.634266233251407,4,0.315159155,358,38120,735,1194,824,4350,4590,0.27448275862068966,0.17952069716775598,2716,-0.4280459770114942,-0.5917211328976035 +29065,MO,Dent,3178.43015518702,31.088158437146273,0.2030037781942275,705.062599868004,0.045031781303442805,5,0.319386777,10.4166666666667,0.676978401681073,6,0.383264133,582,46862,882.5,1585,978,6643,6778,0.23859701941893724,0.14429035113602834,4621,-0.49646244166792114,-0.681764532310416 +29067,MO,Douglas,3681.60776056509,-16.506033526381668,0.2690447062675453,815.580030864096,0.05960099611693189,2,0.147645061,10.75,0.804761191795179,4,0.295290123,514,40374,828.6,1709,984,6556,6664,0.26067724222086636,0.14765906362545017,4502,-0.448444173276388,-0.6755702280912366 +29069,MO,Dunklin,6691.27813202062,183.44732800784206,0.20941001258162367,1668.19048898751,0.05220763274144869,13,0.414752425,36.75,1.20353692484035,14,0.446656457,1333,93927,1118.2,3635,2360,10649,10574,0.34134660531505306,0.22318895403820693,5666,-0.3018123767489905,-0.5358426328730849 +29071,MO,Franklin,11148.5306102894,49.24648817788063,0.10984639784701651,2812.73898778702,0.027713898512070113,21,0.205712942,67.5,0.656372158151656,62,0.607342972,2889,306164,803.5,16294,12339,46573,50045,0.34985936057372297,0.24655809771205914,23081,-0.27863783737358555,-0.46120491557598164 +29073,MO,Gasconade,342.222593332561,-67.00306623206075,0.022482104410232625,66.6976717492071,0.0043816628399163775,4,0.269070362,15.8333333333333,1.06924185125158,11,0.739943495,594,44639,808.2,2099,1519,7134,7444,0.29422483880011213,0.2040569586243955,4151,-0.39192598822539954,-0.5576303062869425 +29075,MO,Gentry,204.95658707131,-8.04606030205725,0.030418015297018403,34.6450415476436,0.005141739618231464,3,0.439496045,10,1.50127608467197,3,0.439496045,268,20291,803.8,937,605,2997,3033,0.312645979312646,0.1994724695021431,1699,-0.35001668335001673,-0.5601714474118036 +29077,MO,Greene,49774.6317128163,-11.340644200669999,0.18088421040075114,11647.5711951466,0.042328022251908244,41,0.143424344,215.166666666667,0.745320817024028,266,0.930509156,8186,857911,797.3,46130,42400,125639,127609,0.367163062424884,0.33226496563721997,34987,-0.24400066858220776,-0.274173451715788 +29079,MO,Grundy,3112.85147337295,5.844320872148335,0.3033672618042052,783.856086679838,0.07639178312833428,4,0.392272237,7.83333333333333,0.770618134120348,3,0.294204178,442,30679,932.7,1212,780,4374,4413,0.27709190672153633,0.17675050985723997,2682,-0.4156378600823046,-0.6077498300475866 +29081,MO,Harrison,2545.82979283806,9.374736214567331,0.28422795498917713,586.378408725159,0.06546593822989383,3,0.347262415,8,0.935016362786349,7,0.810278967,362,25969,846.4,984,574,3695,3682,0.26630581867388364,0.155893536121673,2391,-0.44384303112313933,-0.649375339489408 +29083,MO,Henry,6910.64489315017,19.75122874156815,0.31028398406744656,1569.66978311744,0.0704772711529023,4,0.181587071,24.1666666666667,1.11913803216943,16,0.726348284,939,65822,976.8,3604,2356,10121,9855,0.35609129532654876,0.23906646372399798,4716,-0.2593617231498864,-0.4785388127853881 +29085,MO,Hickory,1312.76075752912,95.00865162555498,0.13636239301226966,264.13417675158,0.02743681071482082,2,0.216943269,9.83333333333333,1.06088395008451,1,0.108471635,452,27701,875.9,1733,1016,4680,4717,0.3702991452991453,0.21539113843544624,2523,-0.2354700854700854,-0.534873860504558 +29087,MO,Holt,4888.10279721218,0,0.9951349342858673,966.877236804746,0.1968398283397284,2,0.442869796,4,0.899280575539568,3,0.664304694,200,13582,779.1,551,346,2310,2348,0.23852813852813853,0.14735945485519591,1580,-0.5082251082251081,-0.6729131175468483 +29089,MO,Howard,1813.55827109041,-32.389238081407335,0.178781375304654,400.312121590098,0.039462945740348775,2,0.196869771,8,0.795386756810499,2,0.196869771,315,30518,800.5,1722,1279,4861,4851,0.3542480970993623,0.2636569779426922,1998,-0.2653774943427278,-0.41187384044526903 +29091,MO,Howell,7732.29411538684,3.4107566314938538,0.19139341869769408,1816.51109721905,0.044963145970768566,10,0.248923406,51.0833333333333,1.27041366160988,23,0.572523834,1578,120453,969.2,4393,2880,16341,17415,0.2688329967566244,0.165374677002584,11008,-0.437427330028762,-0.6320987654320988 +29093,MO,Iron,2385.64486598068,17.673573737466043,0.2244256694243349,548.849724145417,0.051632147144441864,4,0.38959774,12.6666666666667,1.26388611720881,1,0.097399435,451,30695,1098.9,1669,933,4031,4260,0.41404118084842473,0.21901408450704227,2240,-0.1446291242867775,-0.5258215962441314 +29095,MO,Jackson,150013.946694836,-6.351132456067998,0.2225204576595338,39450.6518385049,0.0585184064247623,110,0.161009147,530.5,0.766839018735157,487,0.712831404,18600,2051596,825.6,180100,163723,306854,294063,0.5869240746413604,0.5567616463138851,48946,0.18969607696168217,0.1664473259131547 +29097,MO,Jasper,32149.6533350646,15.718082075791651,0.27383780224749243,7832.15061186492,0.06671110534449355,9,0.076567724,117,0.98227703570619,96,0.816722391,3497,352643,903.7,12808,10565,45213,48179,0.28328135713179836,0.21928641109196953,24493,-0.4099927012142526,-0.5083750181614396 +29099,MO,Jefferson,66388.2364477728,8.645966584406278,0.3035126681743166,17276.1571826171,0.0789828566453946,20,0.089800463,134,0.597611338560203,122,0.547782827,5760,668031,870.5,41570,31546,97613,105969,0.42586540727157246,0.2976908341118629,37427,-0.12706299365863155,-0.353188196548047 +29101,MO,Johnson,8804.34670604606,2.985186350693695,0.16739892967099648,2317.92036752341,0.044071116408848934,4,0.07358081,29.5833333333333,0.548428559069618,33,0.607041684,1230,162852,816.8,7661,5924,21001,21087,0.3647921527546307,0.2809313795229288,7778,-0.24232179420027622,-0.3688528477260872 +29103,MO,Knox,797.640544516008,0,0.19308655156524035,169.379993148367,0.04100217699064802,1,0.25,4,1.01677681748856,0,0,153,11973,856.2,698,379,1957,1867,0.35666836995401124,0.20299946438136046,1034,-0.25907000510986206,-0.55382967327263 +29105,MO,Laclede,7367.9693343094395,3.7979144522988166,0.20713416362512832,1836.80202736271,0.051637626925380514,5,0.141087502,34.4166666666667,0.969756738987508,23,0.649002511,1188,106574,915.6,4093,2543,15361,15959,0.2664540069005924,0.15934582367316247,10291,-0.44534861011652893,-0.6448399022495144 +29107,MO,Lafayette,5601.94822641463,5.39706430957975,0.16781846638550765,1513.04842822944,0.045326635757749624,9,0.275330396,23.9166666666667,0.733235227992724,18,0.550660793,1164,98244,848.4,5650,4047,15786,15815,0.35791207398961106,0.2558963009800822,6930,-0.26289116939059926,-0.43819159026240906 +29109,MO,Lawrence,4429.46952067376,6.612668647111562,0.1146521074875436,1221.55523983982,0.03161865817258943,7,0.184099098,29.8333333333333,0.777294320974788,17,0.447097809,1347,114340,889.4,4014,2898,15748,16674,0.2548895097790196,0.17380352644836272,10186,-0.4700914401828803,-0.6108912078685378 +29111,MO,Lewis,4239.89723471817,0,0.4152284041443707,973.297095726522,0.0953184894453552,2,0.19727757,8.75,0.863430037497533,3,0.295916354,331,30465,791.9,1507,933,4278,4452,0.3522674146797569,0.2095687331536388,2410,-0.27349228611500703,-0.541329739442947 +29113,MO,Lincoln,4073.43611106066,-45.90157689104511,0.07749184094396873,1094.11071492662,0.020814037874797776,6,0.110601117,36.3333333333333,0.65741461149209,18,0.331803351,1354,162806,864.8,7733,5561,22649,24857,0.34142787761049054,0.22371967654986524,12550,-0.2912711377985783,-0.5048879591262019 +29115,MO,Linn,3386.76228321857,0.02968913337955995,0.26539944230221535,883.263383090573,0.06921584382811481,3,0.24368451,12.5,1.02762249260112,6,0.48736902,545,36960,949.1,2031,1239,5527,5572,0.36746878957843315,0.22236180904522612,2845,-0.23520897412701286,-0.5105886575735823 +29117,MO,Livingston,1748.01319285354,7.9950444516023085,0.11503870963169069,385.886166091591,0.025395601585494636,3,0.199295821,11.5,0.754840827042993,4,0.265727762,577,45032,814.4,1906,1265,6054,6408,0.3148331681532871,0.19740948813982523,3614,-0.34687809712586715,-0.5639825218476904 +29119,MO,McDonald,1714.95915646446,0.9428431486540227,0.07429533234260971,455.072362832975,0.019714610875231773,7,0.307017544,24.8333333333333,1.09784851164162,7,0.307017544,710,68026,1031.3,1920,1329,7817,8233,0.24561852373033133,0.1614235394145512,5270,-0.4827939107074325,-0.6401068869184987 +29121,MO,Macon,2658.80182042782,10.793220764446065,0.17080828860515354,612.158856556202,0.039326664304008864,4,0.258414626,14.75,0.972313777191826,7,0.452225596,600,46283,833.6,2309,1518,7159,7579,0.322531079759743,0.20029027576197386,4276,-0.33398519346277417,-0.5641905264546774 +29123,MO,Madison,1738.139754252,-11.421201392702088,0.1421674917595289,396.19167504802,0.03240566620710126,2,0.161707633,10,0.803664711082536,8,0.64683053,521,37203,1047.9,1588,1005,4930,5318,0.32210953346855986,0.18898081985708914,3097,-0.33245436105476667,-0.5823617901466717 +29125,MO,Maries,527.686626887604,4.914532601510604,0.057507260994725806,109.270428691413,0.011908285602813101,3,0.332852546,7,0.790246105215624,3,0.332852546,308,27033,832.3,1299,794,4538,4498,0.2862494490965183,0.17652289906625165,2765,-0.4111943587483473,-0.6147176522899067 +29127,MO,Marion,4470.52733893817,-1.0097276111502338,0.1553291177838911,1114.48560185447,0.038722963130345366,6,0.20746888,32.5833333333333,1.12768510186659,19,0.656984786,1003,86605,863,4034,2993,12164,12902,0.3316343308122328,0.23197953805611532,6425,-0.3199605392962841,-0.4979848085568129 +29129,MO,Mercer,3776.22272462397,679.6054385603385,0.9976810368887635,962.990563137629,0.25442287004957176,2,0.537778973,7.75,2.09516085428494,2,0.537778973,118,11089,661.4,353,216,1655,1739,0.21329305135951662,0.1242093156986774,1270,-0.5450151057401813,-0.7303047728579644 +29131,MO,Miller,1930.24351607499,87.81329653842373,0.07799593971533013,529.763805993908,0.021406328026261034,7,0.278429657,23,0.912481155280489,15,0.596634979,869,75209,868,2651,1750,11019,11414,0.24058444504946003,0.1533204836166112,7535,-0.49441873128233055,-0.6601541966006658 +29133,MO,Mississippi,46.3884978665301,-39.36371108192778,0.0032308467660210403,8.51137535652379,5.927967235355746e-4,5,0.351320967,17.3333333333333,1.25612967123222,6,0.42158516,473,42494,920.5,1857,1458,4918,5165,0.37759251728344856,0.28228460793804455,2142,-0.23159821065473774,-0.4147144240077444 +29135,MO,Moniteau,788.088031462034,-43.67254034085056,0.05049580518113885,220.611684250076,0.01413543180944935,3,0.189202825,11,0.686727431639406,8,0.504540868,440,47623,784.5,1608,1237,6442,6808,0.2496119217634275,0.18169800235017627,4107,-0.4804408568767463,-0.6032608695652174 +29137,MO,Monroe,1221.21014294969,220.2395894229136,0.13814594377258937,282.115960710827,0.0319135702161569,2,0.229700241,8,0.934797849964945,3,0.344550362,285,26023,725.5,1398,853,4057,4147,0.3445895982252896,0.20569086086327465,2306,-0.2874044860734533,-0.5560646250301422 +29139,MO,Montgomery,1256.97165821156,-2.0039327048533626,0.1027273339499477,237.671718045414,0.01942397172649673,3,0.25335698,10.8333333333333,0.932300631095812,5,0.422261633,477,35456,896.1,1734,1118,5317,5424,0.32612375399661464,0.20612094395280237,3006,-0.3295091216851608,-0.5542035398230089 +29141,MO,Morgan,649.184642500772,5.165414385616166,0.031567451616862245,149.109333460176,0.007250636200348942,8,0.395256917,26.0833333333333,1.29042365474365,8,0.395256917,841,60600,893.6,2773,1768,8688,8815,0.3191758747697974,0.20056721497447533,4989,-0.34069981583793735,-0.5659671015314804 +29143,MO,New Madrid,574.400601202651,-1.0359618103154573,0.030301783140042785,167.336669489719,0.008827636077744196,5,0.273642732,24.5,1.36756907619313,10,0.547285464,706,54780,987.2,2814,1933,7250,7352,0.38813793103448274,0.26292165397170836,3337,-0.20275862068965517,-0.4538900979325354 +29145,MO,Newton,8573.28949501344,-28.309756869593677,0.14752537245781464,2002.50457050176,0.03445821265963038,6,0.102392573,47.3333333333333,0.806442452948058,27,0.460766579,1929,175992,881.6,6425,4988,25080,26506,0.25618022328548645,0.18818380743982493,15558,-0.4686602870813397,-0.5869614426922207 +29147,MO,Nodaway,10540.9473797981,-2.2901097710637623,0.4510461009755285,1789.34701777741,0.07656598278893496,1,0.0433257,15.0833333333333,0.665343331862961,12,0.51990815,594,69125,743,3172,2529,8976,9439,0.3533868092691622,0.2679309248861108,3850,-0.26971925133689834,-0.40788219091005407 +29149,MO,Oregon,2022.87313400975,8.13749884836779,0.18590875232145482,366.92937021868,0.03372202648825292,3,0.274951883,13,1.20493094818797,3,0.274951883,430,32830,909.1,1419,865,4421,4664,0.3209681067631758,0.1854631217838765,2803,-0.331825378873558,-0.6009862778730704 +29151,MO,Osage,1417.50809945924,-32.911122307261365,0.10214066143963395,350.177998084309,0.025232598219074004,3,0.218930161,10.5,0.76844262295082,4,0.291906882,384,41010,726.1,1472,998,6918,7078,0.2127782596126048,0.14100028256569652,4847,-0.5576756287944493,-0.684797965526985 +29153,MO,Ozark,5364.68024808589,0.05138257890267446,0.55175154253686,1096.67760222919,0.11279210143260206,2,0.210703751,13,1.40738334957237,1,0.105351875,384,28415,828.1,1261,724,4453,4501,0.28317987873343814,0.16085314374583426,2915,-0.4084886593307882,-0.6476338591424128 +29155,MO,Pemiscot,1181.43082607233,-12.565658653721211,0.06457317588939276,405.560216324404,0.02216660561458264,5,0.283286119,23.3333333333333,1.36668033347,6,0.339943343,756,52877,1211.2,2671,1946,6333,6025,0.421759039949471,0.3229875518672199,2018,-0.146060318964156,-0.33493775933609965 +29157,MO,Perry,2993.42793327838,1.070123984629099,0.15778967546667966,684.93256030098,0.03610418851409941,3,0.156233726,15,0.77780658542909,11,0.572856994,577,57542,751.1,2184,1520,7987,8732,0.27344434706397897,0.17407237746220797,5387,-0.4363340428195818,-0.6169262482821806 +29159,MO,Pettis,7064.42952849379,0.06000387240912691,0.16739957651462734,1788.87241482551,0.042389337096881835,6,0.142095915,42,0.994954161040438,28,0.663114269,1263,126654,819.1,5902,4322,17171,18045,0.34371906120785045,0.23951233028539762,8470,-0.2875778929590589,-0.46938210030479355 +29161,MO,Phelps,6322.77548980567,1.1317312624523885,0.14002071684395584,1394.94882665068,0.030891771340479227,8,0.178384284,38.4166666666667,0.861205762792922,32,0.713537137,1347,134732,880.9,5798,4761,18188,18499,0.3187816142511546,0.2573652629871885,7938,-0.3351110622388388,-0.42910427590680583 +29163,MO,Pike,4537.61507163682,2.3049114927061445,0.24506454264618818,1139.68982355424,0.06155162149245194,2,0.107869047,17,0.922008894674043,9,0.485410711,624,55412,901.8,2581,1806,7319,7375,0.3526438037983331,0.2448813559322034,3468,-0.27257822106845203,-0.4702372881355932 +29165,MO,Platte,31202.0741298201,-0.027281739023211623,0.34932126609144554,7958.96799914018,0.08910422963144779,10,0.105498586,45.3333333333333,0.46113105955033,62,0.654091235,1863,284072,651.9,19171,18915,45547,46641,0.4209058774452763,0.40554447803434746,6060,-0.14152413989944457,-0.12992860358911684 +29167,MO,Polk,1767.35758349274,-23.98481356521657,0.05676068932436459,434.346372614573,0.013949525407539999,3,0.096605912,28.8333333333333,0.921634436098236,13,0.41862562,1023,93268,864.8,3580,2630,13119,13709,0.2728866529461087,0.19184477350645562,7805,-0.4323500266788627,-0.5693340141512875 +29169,MO,Pulaski,17876.8255947768,104.5580903167743,0.34198311961542643,3367.62256518376,0.06442251530749053,5,0.093569878,35,0.664716830630152,29,0.542705292,934,160547,923,4199,2918,13571,13443,0.3094097708348685,0.21706464330878525,6952,-0.3605482278387739,-0.5171464702819311 +29171,MO,Putnam,1327.59401010354,-1.3594353640405896,0.2666386844955895,292.073520016908,0.05866108054165656,2,0.414164423,5,1.03029054193283,1,0.207082212,183,14576,751.8,587,352,2309,2342,0.25422260718925943,0.1502988898377455,1584,-0.4703334776959723,-0.6763450042698548 +29173,MO,Ralls,908.112289684557,-1.8665535485696265,0.08931959178563559,195.071584242483,0.019186739868445265,2,0.195026816,8,0.782472613458529,1,0.097513408,306,30657,758.3,1736,1138,5036,5266,0.34471803018268465,0.21610330421572352,2831,-0.29686258935663223,-0.5375996961640713 +29175,MO,Randolph,3141.64928212652,-21.425743685803987,0.12361884324099001,722.932960833527,0.028446248557233295,3,0.119655392,24.25,0.970426987874665,13,0.518506701,876,75107,965.1,3031,2283,9944,10309,0.30480691874497184,0.22145697933844213,5246,-0.36564762670957357,-0.5088757396449705 +29177,MO,Ray,4505.49322226209,44.36447048740121,0.19177207892492085,1115.43300536815,0.04747735614915085,1,0.0435749,11.6666666666667,0.512730362427119,7,0.305024184,741,68783,859.5,4264,3088,10346,10835,0.4121399574714866,0.2850023073373327,4015,-0.14894645273535667,-0.3705583756345177 +29179,MO,Reynolds,3001.19230983326,-1.1177851016761584,0.4482067368329241,665.672307805854,0.09941342709167472,2,0.304645849,8.08333333333333,1.25225923057062,1,0.152322925,290,19551,977.4,1155,540,3196,3032,0.3613892365456821,0.17810026385224276,1862,-0.2415519399249061,-0.6141160949868074 +29181,MO,Ripley,2923.87516238089,-6.804449076159705,0.20736703279297092,646.742096132975,0.0458682337682961,3,0.214761257,15.8333333333333,1.14593134061904,7,0.5011096,559,41785,979.3,1396,830,5263,5518,0.26524795743872315,0.15041681768756796,3690,-0.44594337830134906,-0.6687205509242479 +29183,MO,St. Charles,136448.080703977,-2.9837564589367247,0.378512505940544,36122.4321018346,0.10020509064686353,46,0.121214357,196.25,0.502023442256432,270,0.711475574,7873,1139742,669.8,71798,68225,185597,199513,0.38684892535978493,0.34195766691894763,52674,-0.20977709769015657,-0.2640128713417171 +29185,MO,St. Clair,915.881681720399,8.185524004597063,0.09340965647326865,148.473233462163,0.01514260412668669,3,0.317225336,13.9166666666667,1.50093471383376,1,0.105741779,446,28387,887.6,1460,936,4626,4630,0.3156074362300043,0.2021598272138229,2565,-0.3370082144401211,-0.5539956803455723 +29186,MO,Ste. Genevieve,3667.970408638,-29.07316633907116,0.202147721611353,938.214291709336,0.05170649168968509,3,0.167466786,12.75,0.707154742096506,6,0.334933572,582,53849,822.1,3813,2540,8070,8459,0.4724907063197026,0.30027189975174373,2955,-0.02998760842627013,-0.34933207234897734 +29187,MO,St. Francois,9875.65911851513,3.6171892060158903,0.15109868753370048,1733.06007579066,0.026516012726490002,14,0.212249848,58.9166666666667,0.884276144305862,51,0.773195876,2308,198649,1002.9,8837,6250,22590,24714,0.3911907923860115,0.2528930970300235,11217,-0.1952633908809207,-0.45387229910172366 +29189,MO,St. Louis,267303.233281437,0.9264387408107527,0.26758312523042804,66277.1629855234,0.06634656148884073,178,0.177666697,635.666666666667,0.636569959439111,804,0.80249452,29180,3006845,728.5,294735,280866,524628,503493,0.5617980740639081,0.5578349649349643,81785,0.13654055826223532,0.16243522750068023 +29195,MO,Saline,6424.66682415097,9.97801348789455,0.27491086111043944,1591.96354040236,0.06811996321790158,6,0.256992333,21,0.913838120104439,12,0.513984666,780,69867,828.8,3785,2787,9095,9245,0.4161627267729522,0.301460248783126,3190,-0.14414513468938972,-0.3450513791238507 +29197,MO,Schuyler,3644.47650764883,0,0.8224952623897157,913.563291242553,0.2061754211786398,0,0,3.75,0.853436504324078,0,0,175,13193,875.5,697,354,1939,1933,0.3594636410520887,0.18313502327987585,1151,-0.24600309437854562,-0.5954474909467149 +29199,MO,Scotland,465.990722352211,-25.440400502999193,0.09621943472067128,143.723485167126,0.029676540402049555,2,0.411268764,7.33333333333333,1.48688834820222,2,0.411268764,192,14631,872.6,643,365,1936,1968,0.33212809917355374,0.18546747967479674,1160,-0.3114669421487603,-0.5894308943089431 +29201,MO,Scott,9048.49750757786,-18.973137318604444,0.23088202667902988,2487.97502204136,0.06348332581565563,11,0.282754543,31.0833333333333,0.802254054286575,21,0.539804128,1311,117052,911,5122,3574,16999,17244,0.3013118418730514,0.2072604964045465,9594,-0.3824342608388729,-0.5563674321503131 +29203,MO,Shannon,1399.95483751738,-43.24951396412905,0.1658517755618268,307.526322109476,0.036432451381290844,2,0.240124865,6.66666666666667,0.816193274567418,1,0.120062432,285,24838,876.7,1300,776,3688,3904,0.3524945770065076,0.1987704918032787,2190,-0.2603036876355748,-0.5609631147540984 +29205,MO,Shelby,2455.0934731929,-3.6383683229603,0.3852335592645379,666.777276268663,0.10462533755980889,2,0.327439424,9.25,1.52088128904965,1,0.163719712,258,18418,859.2,966,606,3232,3252,0.2988861386138614,0.1863468634686347,1918,-0.37809405940594065,-0.5897908979089791 +29207,MO,Stoddard,1864.53281069746,9.33594531455276,0.06221745897949346,466.476428919728,0.015565817836349704,7,0.234372384,23,0.777342165742869,15,0.502226538,1181,89508,935.1,3153,1873,12866,13278,0.2450645111145655,0.1410604006627504,9204,-0.4930048189025338,-0.693176683235427 +29209,MO,Stone,509.733642590872,142.6625313791446,0.01582925416405416,127.250893886317,0.003951645670651419,5,0.160751029,23.5,0.756916932392824,14,0.450102881,1205,93381,791,3920,2886,15974,16538,0.24539877300613497,0.17450719554964325,10263,-0.49204958056842363,-0.6205708066271617 +29211,MO,Sullivan,1829.46132357839,1.8723629225323668,0.272484558173725,442.528671631253,0.06591133029956107,3,0.467945718,4.58333333333333,0.731928031512829,3,0.467945718,235,19327,886.9,908,526,2595,2484,0.34990366088631986,0.21175523349436393,1358,-0.2705202312138728,-0.5466988727858293 +29213,MO,Taney,15577.6339411448,45.57744351575104,0.3014539708010605,3333.49602788151,0.06450887330201277,10,0.184399779,49.8333333333333,0.910447306720258,54,0.995758805,1668,162144,793.9,5462,4367,21608,23399,0.2527767493520918,0.18663190734646778,13873,-0.47440762680488713,-0.5928885849822643 +29215,MO,Texas,4700.89554722189,0.010998221817547924,0.18074806010542488,1105.30661296921,0.04249871627842241,6,0.233991108,19.5,0.756547041707081,11,0.428983699,901,76982,840.7,2871,1728,10764,10935,0.26672240802675584,0.1580246913580247,7147,-0.441007060572278,-0.6535893918609968 +29217,MO,Vernon,6776.82277250561,66.45504265942265,0.3202808626355504,1734.87181848009,0.08199214605983694,1,0.0476168,14,0.675577860348405,12,0.571401362,799,62650,970.7,2580,1706,8519,8576,0.3028524474703604,0.19892723880597016,4820,-0.3728137105294049,-0.5620335820895522 +29219,MO,Warren,1594.88474821994,-14.49525130414006,0.049053755366159385,519.260193311738,0.015970848377933073,6,0.180434848,19.25,0.569492929412461,18,0.541304544,870,99807,743.4,5219,3915,14676,15766,0.3556146088852548,0.24831916782950653,7194,-0.2678522758244754,-0.45629836356716985 +29221,MO,Washington,4577.93229407544,-1.0184016504138294,0.18170003151718356,950.819342927292,0.03773841408721143,2,0.079754357,24.75,0.996416924996981,8,0.319017426,889,75026,1061.6,3402,1926,8616,9279,0.3948467966573816,0.2075654704170708,5121,-0.186397400185701,-0.5518913676042676 +29223,MO,Wayne,4681.6740271268,3.6969618437378915,0.34625205436926265,1014.56446155409,0.07503620010014718,4,0.297353553,16.5,1.25580333358703,5,0.371691942,609,40232,1037.5,1811,946,5718,5738,0.3167191325638335,0.16486580690135935,3694,-0.34610003497726477,-0.6437783199721158 +29225,MO,Webster,2836.89291508657,79.14262968242957,0.07836287815829429,809.671963547489,0.022365393170197475,5,0.135545435,29.4166666666667,0.771969418639234,19,0.515072652,983,110826,830.7,4407,3173,15421,16690,0.28577913235198754,0.1901138406231276,9656,-0.4082095843330524,-0.5785500299580587 +29227,MO,Worth,302.13291295497,-53.096057126206496,0.1391676245762183,56.0456330572406,0.025815584089009948,1,0.482392668,4,1.97628458498024,0,0,94,6201,840.7,341,195,1048,1046,0.32538167938931295,0.1864244741873805,613,-0.308206106870229,-0.5860420650095602 +29229,MO,Wright,2296.46495428507,2.7288508527902424,0.12205500687138293,557.841544683656,0.029648766658711453,5,0.273358482,18.3333333333333,1.00258850122133,9,0.492045268,663,54998,879.4,1953,1166,7956,8086,0.24547511312217193,0.14419985159534998,5537,-0.4874308697838109,-0.6847637892653969 +29510,MO,St. Louis,19195.87345397,-40.9040217019389,0.06011974372825672,4335.20122713917,0.013577459103958016,109,0.343394693,342.416666666667,1.09958981473156,279,0.878964397,8858,951064,932.9,116654,101487,141135,127403,0.8265419633684061,0.7965824980573456,81206,0.6662911396889503,0.6373947238291092 +30001,MT,Beaverhead,2422.03866400986,23.405603225014676,0.2619552956965023,454.1452093032,0.049118019608825426,3,0.321027287,8,0.85097330071269,7,0.74906367,264,27898,691.5,1347,1115,4749,4676,0.28363866077068856,0.23845166809238666,2128,-0.40092651084438835,-0.4550898203592814 +30003,MT,Big Horn,6045.34864153808,-0.06239321931190792,0.46990661807524914,2102.84545235414,0.16345475727587563,4,0.301159464,10.1666666666667,0.761947587998701,2,0.150579732,386,39668,1143.9,2830,2061,4561,4148,0.620477965358474,0.4968659594985535,228,0.25761894321420736,0.05496624879459977 +30005,MT,Blaine,2207.76717307784,0,0.34012743384345095,717.583508617092,0.1105505328327056,4,0.604320894,5,0.757460990758976,2,0.302160447,209,19786,976.9,1598,1187,2832,2621,0.5642655367231638,0.4528805799313239,72,0.1514830508474576,-0.027470431133155282 +30007,MT,Broadwater,1432.07143248747,-4.13106692071542,0.2551802267440253,322.377903168133,0.05744438759232591,1,0.176460208,3,0.522011484252654,1,0.176460208,154,16990,674.8,761,566,3005,3097,0.25324459234608987,0.18275750726509526,1763,-0.4622296173044925,-0.5692605747497579 +30009,MT,Carbon,3626.76620350764,0.16474352097758138,0.3598696371807541,767.193390029952,0.0761255596378202,4,0.38465237,9.91666666666667,0.948056086679414,8,0.769304741,294,31133,633,2126,1824,5806,5923,0.3661729245607992,0.30795205132534187,1905,-0.23889080261798135,-0.3216275536045923 +30011,MT,Carter,1159.99999773819,0,0.9999999980501637,202.99999889485,0.17499999904728447,1,0.855431993,1,0.831255195344971,0,0,33,3521,518.3,96,70,794,777,0.12090680100755667,0.09009009009009009,607,-0.7329974811083123,-0.7812097812097812 +30013,MT,Cascade,20699.7081212257,4.4745917185229285,0.25452442757295485,4814.59914672694,0.05920050102336173,12,0.145730108,54.25,0.663567977493731,69,0.83794812,2468,246913,776.9,14949,12053,33952,33791,0.44029806786050896,0.3566926104584061,7290,-0.09101083883129124,-0.2157379183806339 +30015,MT,Chouteau,4150.57346438792,0.0223538997497476,0.7140157344551729,1248.86941323292,0.21484077296282814,2,0.33932813,5,0.868206285813509,1,0.169664065,194,17530,823.2,969,729,2804,2571,0.3455777460770328,0.28354725787631274,947,-0.27888730385164057,-0.36833916763905095 +30017,MT,Custer,5809.35067649477,21.98306649103965,0.4965681405671228,1307.88678261496,0.11179475020215061,3,0.248097916,10,0.838644750083865,8,0.661594443,434,36120,801,1824,1172,5336,5145,0.34182908545727136,0.22779397473275023,2466,-0.286544227886057,-0.4793002915451895 +30019,MT,Daniels,469.281522966224,-73.19922766768667,0.2680077229961302,78.1194169081118,0.044614172991497315,2,1.115448968,1,0.56980056980057,2,1.115448968,83,5349,758.8,236,167,1001,952,0.23576423576423577,0.17542016806722688,562,-0.4985014985014985,-0.5903361344537816 +30021,MT,Dawson,2950.12464637013,-20.51317027356555,0.3290346471525909,631.56345168061,0.07043982285083761,2,0.210128178,7,0.750509274150316,5,0.525320445,292,28567,725,1219,786,4417,4297,0.2759791713832918,0.18291831510356063,2512,-0.4086484038940457,-0.5845939027228299 +30023,MT,Deer Lodge,530.933352219353,-12.529538678926002,0.05710188774138018,96.8025137353426,0.010411111393347237,3,0.327868852,8.08333333333333,0.889745000917263,3,0.327868852,361,27571,855,2829,2018,4408,4099,0.6417876588021778,0.49231519882898267,282,0.3171506352087114,0.06879726762625027 +30025,MT,Fallon,648.411906644085,0,0.2243639815377457,153.048849040371,0.052958079252723535,1,0.321750322,1,0.32051282051282,3,0.965250965,97,9346,772.9,236,154,1399,1474,0.16869192280200143,0.1044776119402985,1122,-0.634024303073624,-0.7611940298507462 +30027,MT,Fergus,3412.06612320701,0.0017222925186453414,0.2944990612124124,715.416973608604,0.06174840096742655,7,0.611781157,6,0.525716288443004,7,0.611781157,482,34384,786,1628,1196,6044,5782,0.26935804103242883,0.20684884123140782,3039,-0.4326604897418928,-0.525596679349706 +30029,MT,Flathead,9467.13282354627,-11.823733612138948,0.10411680476361812,2159.04461283725,0.023744551874419876,16,0.168555897,68.1666666666667,0.694996703438619,68,0.716362564,2641,283864,756.6,13534,13233,42465,46144,0.3187095254915813,0.2867761789181692,16846,-0.33345107735782403,-0.36507454923717064 +30031,MT,Gallatin,11379.3878434883,-16.31187548000534,0.12712553309003496,2653.03418645834,0.029638535033552002,19,0.1952563,47.75,0.456929053989397,97,0.996834793,1567,292662,598.9,21534,23879,47113,52169,0.45707129666970897,0.457723935670609,519,-0.053424744762592125,0.009948436811133055 +30033,MT,Garfield,666.930357906161,0,0.553010247020034,159.142634821398,0.13195906701608456,1,0.76394194,1,0.763358778625954,0,0,43,3905,796.1,66,34,700,715,0.09428571428571429,0.04755244755244755,619,-0.7942857142857143,-0.8657342657342657 +30035,MT,Glacier,3099.26464277959,-7.462860761474564,0.23130566779458092,1028.04239267219,0.07672530731190313,4,0.292056075,10,0.730246823426318,9,0.657126168,398,41138,1080.8,2784,3076,4287,4969,0.6494051784464661,0.619038035822097,1478,0.3249358525775601,0.2974441537532703 +30037,MT,Golden Valley,884.000003098896,0,1.0000000035055383,192.000001363515,0.21719457167818437,0,0,NA,NA,1,1.17370892,25,2537,601.9,110,71,479,468,0.22964509394572025,0.1517094017094017,294,-0.5031315240083507,-0.6282051282051282 +30039,MT,Granite,675.432464241621,-65.49531277790352,0.21936747783099095,88.4825895252385,0.02873744382112325,3,0.934870676,2,0.593824228028504,3,0.934870676,92,9586,558.9,533,469,1705,1762,0.3126099706744868,0.26617480136208854,716,-0.3366568914956012,-0.40635641316685583 +30041,MT,Hill,7506.7968528294,0.1166746260353825,0.4663765440376119,2169.54076647913,0.13478757247012488,2,0.120510966,12,0.725426187885383,14,0.843576765,437,49776,802.4,3372,2350,6757,6347,0.4990380346307533,0.3702536631479439,1096,0.035370726653840445,-0.17268000630219 +30043,MT,Jefferson,1338.86915907218,-61.475032501236605,0.11738288261197441,278.985301921813,0.024459521473067947,3,0.259560478,6,0.506200961781827,3,0.259560478,316,34694,781.9,2256,1975,6490,6535,0.34761171032357474,0.3022188217291507,2124,-0.2751926040061633,-0.32501912777352715 +30045,MT,Judith Basin,1251.10326078962,-1.9596422381192402,0.6038143150529054,260.861340069201,0.12589833014922827,2,1.004520342,2,1.03092783505155,0,0,60,5929,636.8,336,232,1212,1189,0.27722772277227725,0.1951219512195122,635,-0.4257425742574257,-0.534062237174096 +30047,MT,Lake,1973.44036851726,-61.55016241799219,0.06865095555963473,427.314124047994,0.01486516816419655,8,0.274923537,20.5833333333333,0.691690749826377,18,0.618577958,908,87739,785.2,5715,4703,13156,12898,0.43440255396777133,0.36463017522096447,2750,-0.1040589844937671,-0.21321135059699176 +30049,MT,Lewis and Clark,15019.2538360908,-4.009744439053377,0.23691543238568977,3255.87269023958,0.05135850919220097,10,0.151846453,46.6666666666667,0.69359808963269,43,0.652939747,1739,197668,714.2,15479,14331,33032,33697,0.4686062000484379,0.4252900851707867,2334,-0.036146766771615435,-0.06926432620114553 +30051,MT,Liberty,1312.57366292693,11.333180638370434,0.5611687314779521,294.42848296164,0.12587793200583156,2,0.847816872,2,0.8302200083022,0,0,75,7145,555,257,205,983,949,0.2614445574771109,0.2160168598524763,490,-0.4486266531027467,-0.5163329820864068 +30053,MT,Lincoln,3085.49054863737,5.382311430527823,0.15672730983071925,496.028275215212,0.025195726886534868,8,0.418300654,20,1.03847551793966,8,0.418300654,753,57603,842.7,2544,2040,8869,9250,0.28684180854662306,0.22054054054054054,4680,-0.39474574360130793,-0.505945945945946 +30055,MT,McCone,714.394528358702,-55.26615890062185,0.4119922308873714,135.006478411735,0.07785840738854383,1,0.590318772,1,0.588235294117647,2,1.180637544,54,5094,583,221,154,988,1056,0.2236842105263158,0.14583333333333334,704,-0.5273279352226721,-0.6666666666666666 +30057,MT,Madison,2322.07136462354,-18.178154977203278,0.3019206039037238,401.47589349257,0.052200740279881676,3,0.383631714,6,0.757193336698637,1,0.127877238,206,23419,530.4,1285,1175,4511,4708,0.28485923298603416,0.24957519116397622,2105,-0.4056750166260253,-0.4471112999150383 +30059,MT,Meagher,1890.99999621275,0,0.9999999979972236,365.000003166318,0.19301956804141618,2,1.079330815,3,1.64203612479475,1,0.539665407,87,5616,901.7,269,191,972,970,0.2767489711934156,0.19690721649484536,537,-0.41255144032921814,-0.5536082474226804 +30061,MT,Mineral,1970.58690967844,-0.043457335919403386,0.4666319937670945,353.85779716872503,0.08379299009441749,3,0.704721635,6.83333333333333,1.63320586360739,1,0.234907212,167,12767,847.4,698,515,2009,1974,0.3474365355898457,0.2608915906788247,807,-0.2558486809357889,-0.40881458966565354 +30063,MT,Missoula,24202.8408709946,-19.37270603958339,0.22143698360455816,5469.36959284208,0.05004043580309134,21,0.186361861,67.6666666666667,0.582680329515773,84,0.745447446,2547,338593,730.2,34380,30740,59374,57271,0.5790413312224206,0.536746346318381,9041,0.1868663051167178,0.15786349112116077 +30065,MT,Musselshell,1447.18326083969,0,0.3189033188276091,277.966029158691,0.061252981304251,2,0.435824798,2,0.435824798431031,0,0,156,13823,810.6,482,331,2353,2404,0.20484487887802805,0.1376871880199667,1630,-0.5567360815979601,-0.678036605657238 +30067,MT,Park,4661.86623516509,-20.44303038743176,0.29814954177315744,919.625005114657,0.05881459485256184,4,0.251889169,10.8333333333333,0.672293243970047,12,0.755667506,462,47468,700.8,3728,3521,8634,9056,0.43178132962705584,0.3888030035335689,1351,-0.10528144544822793,-0.14918286219081278 +30069,MT,Petroleum,494.00000226879,0,1.0000000045926922,113.000000543542,0.2287449403715425,1,2.06185567,1,2.04498977505112,0,0,10,1470,510.5,49,30,298,319,0.1644295302013423,0.09404388714733543,246,-0.6409395973154361,-0.7711598746081504 +30071,MT,Phillips,1134.18566187032,-26.15444561217963,0.2666789705784905,261.332769759981,0.06144668933928544,2,0.477099237,3,0.725864989112025,2,0.477099237,162,12518,785.9,471,315,2228,2147,0.2114003590664273,0.14671634839310665,1400,-0.546229802513465,-0.6520726595249186 +30073,MT,Pondera,2790.26757118435,0,0.4534808339321225,767.182272752531,0.12468426340850497,2,0.321595112,7,1.15055884286654,2,0.321595112,204,18642,715.6,969,737,2704,2692,0.3583579881656805,0.27377414561664193,1049,-0.25776627218934905,-0.3896731054977711 +30075,MT,Powder River,912.933999331895,0,0.5237716576775072,194.847652051387,0.11178867013848941,1,0.560852496,1,0.572737686139748,1,0.560852496,60,5302,626.4,170,127,1019,1047,0.16683022571148184,0.12129894937917861,753,-0.6506378802747792,-0.7191977077363897 +30077,MT,Powell,1373.79118336017,-0.17435579688175779,0.19550180494665859,284.8807996588,0.040540885108695045,2,0.289477493,5,0.729075532225139,3,0.43421624,225,20711,800.1,884,549,2763,2768,0.3199420919290626,0.19833815028901733,1468,-0.33079985522982264,-0.5303468208092486 +30079,MT,Prairie,1179.00000219031,0,1.0000000018577693,208.999999692342,0.17726887166441224,1,0.871080139,1,0.846023688663283,0,0,53,3471,716.6,167,100,701,686,0.23823109843081314,0.1457725947521866,455,-0.5007132667617689,-0.6632653061224489 +30081,MT,Ravalli,1829.69181396211,-0.909270443244707,0.045501139310706006,305.864462461993,0.007606298181189522,12,0.292468925,25.5833333333333,0.607853386555154,17,0.414330977,1286,123093,684.4,6466,6166,19797,22063,0.3266151437086427,0.27947241988850113,8507,-0.3208061827549629,-0.38557766396228976 +30083,MT,Richland,2901.2027330543,-11.051169795865382,0.29768138036674535,700.675096737362,0.0718936072991342,3,0.259156876,8,0.696742727747779,10,0.863856254,272,34713,762.5,992,669,4602,4812,0.21555845284658845,0.13902743142144638,3216,-0.5404172099087353,-0.6683291770573566 +30085,MT,Roosevelt,6021.32002515622,-0.0027992056229718554,0.5775846546912442,1921.24450935401,0.1842920392665717,5,0.44122838,11.9166666666667,1.05410585286746,5,0.44122838,443,33938,1462,2044,1504,3618,3486,0.5649530127142067,0.4314400458978772,218,0.14953012714206743,-0.0625358577165806 +30087,MT,Rosebud,2227.54420992285,1.5048420269707046e-4,0.24125898515356328,671.935659436936,0.07277544237376107,6,0.643362642,8.33333333333333,0.897311654283766,5,0.536135535,275,28040,965.1,1478,969,3610,3357,0.40941828254847645,0.28865058087578194,1242,-0.15429362880886421,-0.36997319034852544 +30089,MT,Sanders,4809.26978037504,0.6832775129798581,0.4213852431766442,1010.86072013303,0.08857099098685971,11,0.967969025,16.9166666666667,1.4666782266921,7,0.615980289,451,33988,829.9,1716,1211,5888,5871,0.2914402173913043,0.20626809742803612,3057,-0.38298233695652173,-0.5206949412365867 +30091,MT,Sheridan,1192.49146984672,-0.016239785404420892,0.3523910962904019,226.059121692484,0.06680234092567494,2,0.541125541,4,1.09649122807018,1,0.270562771,183,11018,966.1,661,476,1920,1825,0.34427083333333336,0.2608219178082192,761,-0.28229166666666666,-0.41698630136986303 +30093,MT,Silver Bow,4056.98823177655,-52.09790435972068,0.11862538689405117,796.960227876568,0.02330293063966573,7,0.201845444,30.0833333333333,0.870643166536432,33,0.951557093,1240,103888,896,10782,8545,16617,16122,0.6488535836793645,0.530021089194889,2293,0.32544984052476383,0.14222801141297609 +30095,MT,Stillwater,1457.7079175897,0.7984065509651448,0.15988898953490183,291.015284011067,0.03192007063848492,4,0.430570506,6,0.637890708058686,3,0.322927879,289,28074,789.1,1209,904,4560,4816,0.26513157894736844,0.1877076411960133,2726,-0.44473684210526315,-0.566029900332226 +30097,MT,Sweet Grass,825.658699469301,0,0.22614590508608629,200.767907949845,0.05498984057788141,1,0.272851296,4,1.10405741098537,0,0,135,10974,671.9,473,398,2105,2077,0.22470308788598575,0.19162253249879635,1182,-0.5277909738717339,-0.5690900337024555 +30099,MT,Teton,1925.54066237326,-47.29661965165018,0.31706580971072945,445.318482456214,0.07332759467416664,2,0.329815303,2,0.330250990752972,0,0,194,18213,622.1,1073,803,3250,3143,0.33015384615384613,0.25548838689150494,1349,-0.3132307692307692,-0.42920776328348714 +30101,MT,Toole,2002.35877955936,-0.001343868208701622,0.3761004469495417,411.982454273467,0.07738212890185331,2,0.388349515,5,1.00462125778581,2,0.388349515,154,15349,768.8,582,399,2102,2018,0.2768791627021884,0.19772051536174431,1096,-0.4081826831588963,-0.5431119920713577 +30103,MT,Treasure,717.999999953103,0,0.9999999999346839,133.999999650067,0.18662952597502364,0,0,NA,NA,0,0,33,2093,1033.1,114,59,453,441,0.25165562913907286,0.13378684807256236,291,-0.4481236203090508,-0.6598639455782312 +30105,MT,Valley,2883.55983908141,-2.779386323317385,0.39130951812748127,670.078778740279,0.09093211816261078,3,0.392670157,6,0.795861520095503,12,1.570680628,264,22910,726.3,1386,886,3860,3860,0.3590673575129534,0.22953367875647668,1811,-0.2463730569948186,-0.4691709844559585 +30107,MT,Wheatland,2167.9999897113,0,0.9999999952542896,512.999999712712,0.23662361610364943,2,0.951474786,1,0.472366556447804,0,0,69,6337,642.1,272,179,989,932,0.2750252780586451,0.19206008583690987,519,-0.4226491405460061,-0.5568669527896997 +30109,MT,Wibaux,1016.9999957933,90.56898856277061,0.9999999958636184,216.999999620242,0.2133726643266883,1,0.89206066,1,0.914913083257091,1,0.89206066,51,3383,673.6,25,55,544,533,0.04595588235294118,0.10318949343339587,405,-0.7279411764705883,-0.7598499061913696 +30111,MT,Yellowstone,37946.9143699542,-3.4302302584633244,0.2564465869891209,9585.24136829398,0.06477739956406604,18,0.115655962,101.333333333333,0.639581242596952,116,0.745338422,4297,466676,753.8,26275,21117,68561,64675,0.38323536704540484,0.3265094704290684,17558,-0.20632721226353168,-0.27148047931967534 +31001,NE,Adams,9156.12519440274,19.64163239358425,0.2919310417804725,2198.04648859145,0.07008182912228829,5,0.158947134,15.0833333333333,0.476055211884021,34,1.080840512,938,94588,731,3991,3272,12451,13172,0.3205365030921211,0.2484057090798664,5933,-0.34085615613203757,-0.45042514424536895 +31003,NE,Antelope,1349.93339355155,-51.08749837889778,0.2019346886389753,308.749583451305,0.04618542759181825,5,0.781494217,6,0.948017064307158,4,0.625195374,229,19268,639.5,571,381,3209,3220,0.1779370520411343,0.11832298136645963,2336,-0.6276098473044562,-0.7254658385093167 +31005,NE,Arthur,460.000004409541,0,1.0000000095859587,125.000001025584,0.27173913266431304,1,2.207505519,NA,NA,0,0,17,1362,957.2,30,16,261,263,0.11494252873563218,0.060836501901140684,221,-0.7547892720306514,-0.8403041825095058 +31007,NE,Banner,679.925867230687,-1.4600201719361778,0.9853998075807059,152.85198028704,0.22152460911165217,0,0,NA,NA,0,0,18,2304,428.6,55,18,402,390,0.13681592039800994,0.046153846153846156,337,-0.7064676616915423,-0.8641025641025641 +31009,NE,Blaine,477.999998359659,0,0.9999999965683243,117.000000297514,0.2447698750994017,0,0,NA,NA,0,0,13,1469,579.1,29,30,301,313,0.09634551495016612,0.09584664536741214,243,-0.7940199335548173,-0.7763578274760383 +31011,NE,Boone,1021.48125662599,-35.64692506738576,0.18555517831534785,251.455138909246,0.045677591082515165,4,0.747244536,6.75,1.26594148537134,1,0.186811134,212,16053,698.1,615,414,2799,2867,0.21972132904608788,0.14440181374258806,1885,-0.5434083601286174,-0.6574816881757934 +31013,NE,Box Butte,3741.76018849213,0,0.33089495830315974,967.00337360833,0.08551497821085338,4,0.352733686,9,0.804002144005717,5,0.440917108,361,33980,827,1634,953,4541,4761,0.3598326359832636,0.20016803192606594,2597,-0.2556705571460031,-0.5454736399915985 +31015,NE,Boyd,2099.00000292937,0,1.0000000013956027,451.000000044273,0.21486422107873893,2,0.983767831,3,1.51362260343088,0,0,102,6052,717.4,186,128,1047,1142,0.17765042979942694,0.11208406304728546,850,-0.6361031518624642,-0.7443082311733801 +31017,NE,Brown,317.127541170496,0,0.10083546619093672,58.7722756316497,0.018687528022782098,3,1.020061204,5,1.68918918918919,0,0,120,8813,711.1,223,153,1545,1579,0.14433656957928803,0.09689677010766308,1227,-0.6957928802588997,-0.7770740975300824 +31019,NE,Buffalo,9059.40333049422,-38.033530141197424,0.19650781594061473,2414.89505766801,0.05238156821109735,10,0.207365627,27.9166666666667,0.565309249471815,42,0.870935634,1050,145301,664.3,5266,4690,19057,20477,0.2763289080128037,0.22903745665869024,9734,-0.42567035734900566,-0.4753626019436441 +31021,NE,Burt,46.0829548671245,-98.4748552102837,0.006719590969251166,7.24426201135066,0.001056322836300767,2,0.304275065,7,1.06935533150015,2,0.304275065,278,19756,750.4,1280,928,3343,3523,0.3828896201017051,0.26341186488787965,1432,-0.22016153155848034,-0.40647175702526256 +31023,NE,Butler,1338.25979396487,-0.901520020555977,0.15941152995412386,303.669665613323,0.036172682026601906,2,0.242453631,3,0.3725782414307,1,0.121226815,310,24665,708.9,1028,690,3818,3914,0.26925091671031953,0.17629024016351558,2378,-0.44552121529596644,-0.6075625958099131 +31025,NE,Cass,6190.43667026207,-12.234233329871262,0.24525322571459413,1611.63713866149,0.0638499718181328,5,0.19589406,12.5833333333333,0.48835073284951,10,0.391788121,747,76377,806.2,4298,3461,11952,12609,0.35960508701472554,0.2744864779126021,4927,-0.26397255689424365,-0.39075263700531365 +31027,NE,Cedar,1411.98705113336,-60.29499793186296,0.1595105118767917,343.589340055113,0.038814882518652616,4,0.464576074,6.91666666666667,0.797678084034906,1,0.116144019,304,25843,620.6,952,572,4260,4360,0.22347417840375586,0.13119266055045872,2961,-0.5349765258215963,-0.6791284403669724 +31029,NE,Chase,1166.83112046363,-0.9559940937244507,0.2942085528148336,255.045523008611,0.06430799874145512,3,0.754147813,4,1.01600203200406,1,0.251382604,168,11905,828.1,252,171,1849,1851,0.13628988642509465,0.09238249594813615,1450,-0.7144402379664684,-0.7833603457590491 +31031,NE,Cherry,2361.38169512366,5.59396302057219,0.4133347969759601,562.874902020498,0.0985252760406963,3,0.520652551,6,1.02880658436214,5,0.867754252,191,17382,665.5,436,317,3052,3082,0.14285714285714285,0.10285528877352369,2306,-0.6949541284403671,-0.7482154445165478 +31033,NE,Cheyenne,1889.7218343121301,-0.12433567505577316,0.18900998542829867,408.908332114716,0.04089901301407441,3,0.295624754,5.58333333333333,0.555500281895665,5,0.492707923,285,30352,673.2,983,702,4197,4569,0.23421491541577316,0.15364412344057782,2908,-0.5125089349535383,-0.6364631210330487 +31035,NE,Clay,3047.37049979233,0.4952916852403472,0.46581634053688936,777.044894405727,0.11877788052670848,5,0.791765637,5.58333333333333,0.905944074855319,1,0.158353127,212,19016,740.1,662,470,2916,2973,0.2270233196159122,0.1580894719138917,1903,-0.5318930041152263,-0.6400941809619913 +31037,NE,Colfax,2824.37800732329,0.031058380793870986,0.2686046607059715,647.763786847589,0.06160378381812545,6,0.571210967,11,1.05627040522374,4,0.380807312,251,31480,694.3,959,857,3047,3172,0.31473580571053494,0.2701765447667087,1314,-0.35641614702986546,-0.41424968474148804 +31039,NE,Cuming,411.506023831903,-86.30819956871704,0.04502746731938976,99.5130430976567,0.010888832815150094,3,0.332336324,9,0.998225377107365,6,0.664672649,302,27150,607.9,1015,712,3928,3988,0.2584012219959267,0.17853560682046138,2383,-0.4691955193482688,-0.5975426278836509 +31041,NE,Custer,5627.36193713934,-0.40733519607878066,0.5144311122716281,1277.75502868253,0.11680729762158608,6,0.559284116,9.16666666666667,0.848215662687764,3,0.279642058,395,32341,731.2,1066,635,5414,5489,0.19689693387513854,0.1156859172891237,3981,-0.588289619504987,-0.7252687192566952 +31043,NE,Dakota,5230.91257615405,29.121219034387874,0.24901992650452487,1542.60328578644,0.07343631751815861,7,0.335731415,19,0.928414365990716,13,0.623501199,461,62365,727.2,2831,2904,5977,7259,0.473648987786515,0.40005510400881666,1124,-0.036305839049690425,-0.15484226477476232 +31045,NE,Dawes,2125.24332030172,0.7832554323759363,0.23145756047720756,381.786542258411,0.04157988915905151,3,0.331785003,6.08333333333333,0.677506775067751,8,0.884760009,245,27263,629.7,1102,785,3634,3578,0.30324711062190424,0.2193963107881498,1774,-0.3668134287286736,-0.49580771380659583 +31047,NE,Dawson,7959.44554470691,-9.941838355607748,0.32719910978816535,2359.74981923838,0.09700525442893941,4,0.166002656,19,0.803722504230118,17,0.705511288,643,71996,735.4,2157,2116,7680,8486,0.280859375,0.24935187367428707,3819,-0.418359375,-0.45003535234503883 +31049,NE,Deuel,520.520611014027,0,0.26817136064607267,92.4318953449761,0.047620760095299385,2,1.030927835,2,1.06780565936999,1,0.515463918,68,5786,664.2,215,120,1012,977,0.2124505928853755,0.12282497441146366,689,-0.541501976284585,-0.7052200614124872 +31051,NE,Dixon,2036.41290239419,-18.478519667998246,0.33940215039903165,538.174312824885,0.08969571880414749,2,0.345901072,3,0.520652551197501,0,0,183,17407,666,870,556,2666,2744,0.32633158289572395,0.20262390670553937,1485,-0.32820705176294074,-0.5411807580174928 +31053,NE,Dodge,11353.3021840016,15.703300605202438,0.3094301649996348,2826.20001771142,0.07702706434034014,7,0.190507294,24.0833333333333,0.655203997424527,25,0.680383192,1358,110036,795.5,5588,4451,14759,14959,0.37861643742801004,0.29754662744835886,5285,-0.22691239243851208,-0.35329901731399155 +31055,NE,Douglas,57723.5790318108,-22.237578043965943,0.11162727278878921,15472.3830391282,0.029920873777587363,89,0.163830618,305.833333333333,0.551056015519659,406,0.747362143,12078,1632043,775,99261,105207,210501,219531,0.4715464534610287,0.47923527884444567,3056,-0.04303067443860126,0.01392058524764156 +31057,NE,Dundy,667.913863282472,0,0.33262642593748604,135.984378101609,0.06772130383546265,0,0,1,0.546149645002731,1,0.530222694,81,5660,741.3,176,89,981,949,0.17940876656472987,0.09378292939936776,734,-0.6269113149847094,-0.7734457323498419 +31059,NE,Fillmore,1156.82144035087,-17.942030830937778,0.19640431924462992,274.30251327015,0.04657088510528862,3,0.529941706,7,1.22377622377622,3,0.529941706,265,16917,838.5,794,610,2815,2879,0.28206039076376554,0.21187912469607503,1490,-0.4184724689165187,-0.517540812782216 +31061,NE,Franklin,1530.61320797092,-1.1585022035509425,0.4746087466576496,322.481038401042,0.09999412043443162,2,0.650195059,3,0.99535500995355,0,0,108,9101,613.6,381,250,1527,1656,0.24950884086444008,0.15096618357487923,1095,-0.4774066797642436,-0.6612318840579711 +31063,NE,Frontier,2674.08557918832,-2.972221533500331,0.9702777863528012,586.794488239949,0.2129152714949017,4,1.478743068,3,1.1446012972148,0,0,62,8054,495.4,381,161,1422,1310,0.2679324894514768,0.12290076335877863,945,-0.4388185654008439,-0.7213740458015268 +31065,NE,Furnas,1080.93601151444,-53.83316564547116,0.21797459397347047,235.256097668287,0.04744022941485924,4,0.818330606,6,1.25339461040318,2,0.409165303,223,14594,843.5,422,304,2215,2315,0.1905191873589165,0.13131749460043196,1611,-0.6072234762979684,-0.6958963282937365 +31067,NE,Gage,6734.16356796244,3.3231426046055947,0.30183154354186004,1631.28737634534,0.07311583417799919,5,0.230808291,16.75,0.768383870819762,15,0.692424872,829,65389,767.9,3870,2930,9552,9854,0.40515075376884424,0.29734118124619446,3403,-0.1675041876046901,-0.34534199309924896 +31069,NE,Garden,2054.14209993662,0,0.9986106465418668,381.749118623454,0.1855853760930744,2,1.046572475,1,0.518134715025907,0,0,89,5735,686.2,242,153,1088,1063,0.22242647058823528,0.14393226716839136,716,-0.5395220588235294,-0.6735653809971778 +31071,NE,Garfield,204.602278347249,-2.0934670523417838,0.09985469904697367,39.9258607308488,0.01948553476371342,1,0.499251123,2,0.994530084535057,1,0.499251123,96,6041,706.4,147,121,928,968,0.1584051724137931,0.125,698,-0.6627155172413792,-0.7210743801652892 +31073,NE,Gosper,1313.37123317223,1.1609662789823738,0.6425495269922847,320.035523390522,0.1565731523436996,1,0.507614213,1,0.507356671740233,1,0.507614213,70,5899,706.2,230,165,975,1e3,0.2358974358974359,0.165,627,-0.5148717948717949,-0.627 +31075,NE,Grant,613.999997822371,0,0.999999996453373,114.999999381407,0.1872964159306303,1,1.615508885,1,1.5600624024961,0,0,16,1888,910.8,30,20,363,394,0.08264462809917356,0.050761421319796954,347,-0.8044077134986225,-0.8807106598984771 +31077,NE,Greeley,2537.06557672521,61.31393252388836,0.9996318269208867,597.000000149212,0.23522458634720728,2,0.805801773,2,0.833680700291788,0,0,81,7391,608,340,210,1181,1165,0.28789161727349705,0.18025751072961374,701,-0.4064352243861134,-0.6017167381974249 +31079,NE,Hall,18742.4632947125,52.4092873110662,0.3197990563364871,5275.95537118429,0.09002261455430734,10,0.16262278,37.8333333333333,0.613132377170948,49,0.796851623,1583,184043,735.8,6971,6142,19721,21331,0.35348106079813396,0.28793774319066145,7997,-0.27589878809391005,-0.3749003797290329 +31081,NE,Hamilton,998.285709093225,69.90330434927371,0.10941316408299268,265.838359782763,0.029136163939364645,1,0.109469075,4,0.435445242760723,4,0.4378763,266,27406,682.2,1136,873,4824,4902,0.23548922056384744,0.1780905752753978,2890,-0.5070480928689883,-0.5895552835577316 +31083,NE,Harlan,207.888523295844,-12.91526799634676,0.06073284349863979,40.3174789803463,0.011778404610092406,1,0.286368843,2.58333333333333,0.743833381322584,3,0.859106529,108,10430,578.3,311,219,1584,1582,0.19633838383838384,0.13843236409608092,1083,-0.591540404040404,-0.6845764854614411 +31085,NE,Hayes,967.000003602739,0,1.0000000037256866,222.999999806643,0.23061013423644566,1,1.071811361,1.75,1.95094760312152,0,0,11,2836,212.3,50,30,535,510,0.09345794392523364,0.058823529411764705,441,-0.7906542056074767,-0.8647058823529412 +31087,NE,Hitchcock,2762.52968534425,8.774369858797025,0.949975820269687,594.829762111346,0.2045494367645619,2,0.689417442,1,0.353982300884956,0,0,113,8640,748.5,310,158,1739,1440,0.17826336975273147,0.10972222222222222,1058,-0.6187464059804485,-0.7347222222222223 +31089,NE,Holt,2653.4382280197,-0.4737894851465637,0.2542825326324581,561.407471658094,0.05380042852497307,7,0.672882822,11,1.07317073170732,5,0.480630587,383,31130,696.4,862,522,4749,4979,0.18151189724152453,0.10484032938341033,3753,-0.6163402821646663,-0.7537658164290018 +31091,NE,Hooker,117.139005500575,-84.08437417901278,0.15915625747360734,30.5503742401465,0.041508660652372964,1,1.373626374,1,1.41242937853107,1,1.373626374,44,2189,881.5,59,40,394,414,0.14974619289340102,0.0966183574879227,315,-0.6878172588832487,-0.7608695652173914 +31093,NE,Howard,1132.17610027845,-12.008095476420937,0.18045522796915045,259.702021714438,0.04139337292228849,2,0.314366551,4,0.622180743505989,2,0.314366551,187,19122,613.4,914,544,2856,2958,0.32002801120448177,0.1839080459770115,1740,-0.34173669467787116,-0.5882352941176471 +31095,NE,Jefferson,1781.43591529697,-0.8717762699443138,0.2360455698021691,381.505075027649,0.05055055982875964,2,0.272665303,5,0.69666991779295,4,0.545330607,341,22088,870,1185,831,3416,3430,0.3468969555035129,0.2422740524781341,1556,-0.2842505854800937,-0.4536443148688047 +31097,NE,Johnson,1354.40994474734,0,0.25961471051319535,334.92023684755,0.06419786023529805,1,0.192864031,3,0.580158576677625,2,0.385728062,191,15474,849.1,790,560,2057,2051,0.3840544482255712,0.27303754266211605,788,-0.21050072921730678,-0.3842028278888347 +31099,NE,Kearney,735.419342371199,0,0.11333323198816442,184.767077722154,0.02847389084946124,3,0.45153522,4,0.610500610500611,3,0.45153522,223,19674,747.2,761,550,3156,3242,0.24112801013941698,0.16964836520666254,1969,-0.5006337135614702,-0.607341147439852 +31101,NE,Keith,1837.33556080846,-0.31806315210612834,0.2195668691214699,351.782190098735,0.04203898065233449,3,0.369412634,6.16666666666667,0.769102851916521,8,0.985100357,286,24293,756,920,560,4026,3945,0.22851465474416294,0.14195183776932827,2643,-0.5255837059115747,-0.6699619771863118 +31103,NE,Keya Paha,823.045036571443,0,0.9988410638002949,179.000000647427,0.21723301049445023,1,1.234567901,1,1.26422250316056,0,0,21,2403,466.1,80,39,481,514,0.16632016632016633,0.07587548638132295,419,-0.6486486486486487,-0.8151750972762647 +31105,NE,Kimball,287.082039319907,0,0.0751326980685441,55.3926985717223,0.014496911429396046,1,0.269323997,3,0.815438977983148,2,0.538647994,138,11045,696.1,391,227,1665,1636,0.23483483483483483,0.1387530562347188,1090,-0.4990990990990991,-0.6662591687041565 +31107,NE,Knox,675.571914806052,-89.66322993856373,0.07764301974555246,120.839723355598,0.013888027049258476,6,0.707380335,9.16666666666667,1.06949791934041,1,0.117896722,363,25608,718.7,1055,715,4015,4061,0.2627646326276463,0.17606500861856686,2466,-0.45404732254047325,-0.6072395961585816 +31109,NE,Lancaster,29062.503722183,-24.06799359937385,0.10182827934207289,6551.63246848998,0.022955402174753878,50,0.165675376,155.166666666667,0.501124434956632,281,0.931095611,6223,906787,691.9,59970,60533,123206,129803,0.4867457753680827,0.4663451538100044,77,-0.009796600814895362,5.932066285063153e-4 +31111,NE,Lincoln,7626.66281998991,-7.388711058995669,0.21017038194416637,1995.53339234157,0.05499155071488013,10,0.27921262,21,0.590717299578059,25,0.698031551,1088,107417,748.4,4350,2878,15266,15674,0.2849469409144504,0.1836161796605844,9114,-0.4058037468885104,-0.5814725022329973 +31113,NE,Logan,107.06607986005,-85.96774834889985,0.14032251619927916,24.7028183146772,0.0323759086693017,0,0,NA,NA,0,0,22,2292,650.7,68,32,431,451,0.15777262180974477,0.07095343680709534,368,-0.6682134570765661,-0.8159645232815965 +31115,NE,Loup,506.378343118222,0,0.8012315555668068,121.149334284836,0.19169198462790507,0,0,NA,NA,0,0,13,1753,479.1,62,48,356,382,0.17415730337078653,0.1256544502617801,275,-0.6404494382022472,-0.7198952879581152 +31117,NE,McPherson,539.000005236384,0,1.0000000097149981,151.000001319261,0.2801484254531744,0,0,NA,NA,0,0,NA,NA,NA,41,14,290,286,0.1413793103448276,0.04895104895104895,243,-0.6758620689655173,-0.8496503496503497 +31119,NE,Madison,8634.80645560055,-21.036478183635964,0.24758591741026925,2194.19041791532,0.0629140502900367,8,0.227440723,23.5,0.671140939597315,32,0.909762893,1116,105440,776.4,3368,2663,13512,13956,0.2492599171107164,0.1908139868157065,7855,-0.48149792776791,-0.5628403554026942 +31121,NE,Merrick,2947.67721826645,-4.186322457268717,0.37573960717226895,719.797902777213,0.09175244139926234,2,0.257532835,3,0.383239652529382,4,0.515065671,258,23345,770.4,921,601,3457,3707,0.266415967601967,0.1621257081197734,2313,-0.4501012438530518,-0.6239546803345024 +31123,NE,Morrill,2557.65011190694,0.720931664055947,0.50726896309142,614.845445713676,0.12194475321572312,3,0.617030029,5.91666666666667,1.23598635192535,7,1.439736734,189,14571,905.2,450,282,2152,2166,0.20910780669144982,0.13019390581717452,1506,-0.5613382899628253,-0.6952908587257618 +31125,NE,Nance,1398.473968335,-59.90876720828617,0.37442408790763054,340.717352395262,0.09122285204692422,2,0.56022409,3.16666666666667,0.885533184190902,2,0.56022409,148,10750,816.2,477,280,1604,1599,0.29738154613466333,0.17510944340212634,977,-0.38715710723192026,-0.6110068792995622 +31127,NE,Nemaha,180.269313905728,-75.96174551645552,0.024871594081916117,35.5118604669406,0.004899539247646329,4,0.557491289,7.91666666666667,1.13565724668866,4,0.557491289,235,21371,781.2,1089,765,3126,3035,0.34836852207293667,0.25205930807248766,1303,-0.2847088931541907,-0.429324546952224 +31129,NE,Nuckolls,1621.31333367887,-0.45567498347594915,0.3602918519286378,357.212542572798,0.07938056501617732,2,0.457770657,5,1.17233294255569,2,0.457770657,179,13080,668,567,348,2170,2153,0.26129032258064516,0.16163492800743148,1361,-0.4589861751152074,-0.6321411983279145 +31131,NE,Otoe,2143.1735915145,0.2821811151626579,0.13616096515339898,541.192041937634,0.03438323011039606,4,0.253212635,12,0.746222249860083,8,0.506425271,560,47655,718.9,2542,2017,6905,7279,0.36813902968863144,0.27709850254155793,2816,-0.24388124547429402,-0.3868663277922791 +31133,NE,Pawnee,503.21630581056297,0,0.1814699984892041,113.418588122604,0.04090104151554417,1,0.370096225,1.91666666666667,0.72272498743087,1,0.370096225,115,8071,685.8,396,279,1330,1314,0.29774436090225564,0.21232876712328766,691,-0.3766917293233083,-0.525875190258752 +31135,NE,Perkins,877.430952209178,-70.23537020003842,0.29543129704012727,217.083358730711,0.07309203997667038,1,0.345901072,1.08333333333333,0.373821025994939,0,0,105,8735,591.8,237,160,1391,1418,0.17038102084831055,0.11283497884344147,1042,-0.6441409058231489,-0.7348377997179125 +31137,NE,Phelps,1444.3870314828,-17.189268238507633,0.1572036386028298,373.675137265362,0.040669910455524816,3,0.326548384,9,0.971292898769696,9,0.979645151,332,27698,693.3,875,571,4336,4609,0.2017988929889299,0.12388804512909525,3261,-0.5758763837638377,-0.7075287481015404 +31139,NE,Pierce,4813.21183782441,-17.56344311715557,0.6624293748726136,1264.90109606143,0.17408492926801955,4,0.555401277,7,0.977790194161196,4,0.555401277,245,21562,717.7,637,382,3414,3580,0.18658465143526656,0.10670391061452514,2670,-0.6063268892794376,-0.7458100558659219 +31141,NE,Platte,8839.2605443346,60.16512214134121,0.27419612694526785,2396.84736708497,0.07435081946474455,6,0.183677218,16.8333333333333,0.512258705862066,23,0.704096002,851,98136,667.5,3095,2612,13249,14047,0.2336025360404559,0.1859471773332384,8252,-0.5183787455657031,-0.5874563963835695 +31143,NE,Polk,311.583502538333,-93.60599817373455,0.0576366079427179,67.4572707563348,0.012478222485448519,3,0.569151964,5.41666666666667,1.04106605163688,2,0.379434642,182,15728,669.6,527,411,2446,2538,0.21545380212591986,0.16193853427895982,1608,-0.5556009811937859,-0.6335697399527187 +31145,NE,Red Willow,5321.86430343109,-7.420121636805417,0.48139885150891815,1231.25174821599,0.11137510160253188,1,0.092021717,6,0.559597090095131,11,1.012238888,379,32705,724.9,940,638,4868,5061,0.19309778142974526,0.1260620430744912,3574,-0.598808545603944,-0.7061845485082 +31147,NE,Richardson,2268.07348284955,-0.9322157345728067,0.2712033340726474,434.897137816415,0.05200252753992766,2,0.246062992,6,0.744416873449131,5,0.61515748,354,24375,769.2,1180,798,3680,3666,0.32065217391304346,0.2176759410801964,1886,-0.3334239130434783,-0.5144571740316422 +31149,NE,Rock,427.589841500899,0,0.2802030416126468,86.5214527729268,0.056698199720135525,1,0.693000693,1,0.719424460431655,0,0,73,4193,1013.9,103,70,784,793,0.13137755102040816,0.08827238335435057,617,-0.7219387755102041,-0.7780580075662042 +31151,NE,Saline,2562.82362100483,-31.921091878289197,0.18048053669048097,589.697880869356,0.04152801977953211,4,0.280662363,15.75,1.09901611890308,7,0.491159136,421,42971,769.4,2232,1630,4832,4795,0.46192052980132453,0.33993743482794575,1219,-0.05918874172185423,-0.2542231491136601 +31153,NE,Sarpy,32988.3577265965,-31.051527089971326,0.20768293708509508,9377.23920914901,0.05903575427567993,14,0.081304118,56.5,0.315601905900359,117,0.679470129,2760,517420,672.9,24709,27704,66166,77781,0.3734395308768854,0.35617952970519795,16945,-0.23590665900915875,-0.21785526028207403 +31155,NE,Saunders,3681.36002385858,24.34747488119382,0.17715880769290568,935.944703752829,0.045040649843735764,7,0.334624026,12.5,0.594162943245556,8,0.382427458,625,62856,736.6,3279,2509,10203,10598,0.32137606586298145,0.2367427816569164,4977,-0.3377438008428894,-0.4696169088507265 +31157,NE,Scotts Bluff,2966.8465817796,-74.15424049605117,0.08025011040788747,682.401890291751,0.018458260489363023,8,0.219388455,23.0833333333333,0.633774458660517,36,0.987248046,1228,109576,798.9,4193,3151,13867,13895,0.30237253912165574,0.22677222022310184,6801,-0.377442849931492,-0.4894566390788053 +31159,NE,Seward,1597.89322287108,-51.776223472632374,0.09539661032066149,420.211448074187,0.02508725063129474,5,0.29154519,8,0.462855820411942,10,0.583090379,513,51273,729,2362,1881,7445,7754,0.31725990597716586,0.24258447253030693,3570,-0.34721289456010745,-0.4604075315965953 +31161,NE,Sheridan,1927.37920498719,8.747758421786552,0.35241894404592977,402.490109275295,0.07359482707538764,6,1.140901312,8.33333333333333,1.59215386574959,5,0.950751093,231,15732,784.8,389,286,2450,2565,0.15877551020408162,0.11150097465886939,1906,-0.6616326530612244,-0.7430799220272905 +31163,NE,Sherman,2629.73612084428,126.00853071974431,0.834307144937906,581.878688075167,0.18460618276496416,1,0.325309044,3,0.982318271119843,0,0,120,9271,674.3,549,338,1508,1553,0.3640583554376658,0.21764327108821635,805,-0.2453580901856764,-0.5183515775917579 +31165,NE,Sioux,857.842274162892,-0.05432071263365767,0.6543419329999176,175.006890286396,0.13349114438321585,1,0.767459708,NA,NA,0,0,29,3893,493,101,77,735,709,0.13741496598639455,0.10860366713681241,525,-0.710204081632653,-0.7404795486600846 +31167,NE,Stanton,3538.12779828789,-14.663342722558287,0.5772765211760303,973.403861999501,0.1588193607439225,1,0.164771791,2,0.336473755047106,1,0.164771791,141,18112,633.6,607,417,2623,2748,0.23141441097979412,0.1517467248908297,1756,-0.5101029355699581,-0.6390101892285298 +31169,NE,Thayer,907.927525175875,-30.96341550589241,0.173666320806403,191.905997863543,0.036707344656377774,4,0.764818356,5.33333333333333,1.0455466248448,1,0.191204589,234,15578,750.8,724,490,2627,2613,0.275599543205177,0.18752391886720246,1503,-0.42976779596497905,-0.5752009184845006 +31171,NE,Thomas,646.616842676279,-0.05922080839641363,0.9994077939355163,147.904480768495,0.22860043395439722,1,1.455604076,1,1.39664804469274,0,0,12,2069,315.4,42,30,408,387,0.10294117647058823,0.07751937984496124,314,-0.7794117647058824,-0.8113695090439276 +31173,NE,Thurston,1751.80858393958,-1.0940058719583736,0.2524219861584409,392.765980997952,0.05659452175762998,1,0.14349261,7.83333333333333,1.09910668350405,3,0.43047783,229,20900,1101.6,1153,911,1993,2029,0.5785248369292524,0.44898965007392805,102,0.1655795283492223,-0.050271069492360765 +31175,NE,Valley,1015.46278140849,1.1728551752171916,0.23837154493157045,216.985567765049,0.05093557928757019,3,0.713606089,5.33333333333333,1.27469725940089,3,0.713606089,158,12563,696.6,494,337,2168,2172,0.22785977859778597,0.15515653775322283,1433,-0.5299815498154982,-0.6597605893186004 +31177,NE,Washington,653.314450039092,0,0.03228795344662904,126.03785859351,0.006229013472052486,2,0.098726429,9,0.436829587924089,9,0.444268931,548,60730,717.3,3103,2606,10121,10584,0.30659025787965616,0.2462207105064248,4768,-0.370911965220828,-0.4504913076341648 +31179,NE,Wayne,642.613127225625,-9.716946601178758,0.06697374958057582,171.304947333034,0.017853564078481918,2,0.212066589,5,0.533902829684997,9,0.95429965,166,28173,484.3,1074,828,3659,3740,0.2935228204427439,0.22139037433155082,1847,-0.38781087728887675,-0.4938502673796791 +31181,NE,Webster,1997.95164230182,-47.58783721171861,0.5241216270466474,503.539135190394,0.1320931624318977,2,0.546746856,4,1.11018595614765,1,0.273373428,181,10961,888.4,440,306,1730,1687,0.2543352601156069,0.1813870776526378,1014,-0.4710982658959538,-0.6010669828097214 +31183,NE,Wheeler,817.999997876469,0,0.9999999974039963,200.999998198626,0.24572126919147433,0,0,NA,NA,0,0,14,2275,359.1,93,62,446,459,0.2085201793721973,0.13507625272331156,315,-0.5650224215246638,-0.6862745098039216 +31185,NE,York,2755.44080947539,-22.80736801314166,0.20164221071901864,653.889217726572,0.047851388051706696,3,0.215563699,9.08333333333333,0.658498864240491,14,1.005963929,471,41551,741.8,1352,1181,6246,6256,0.2164585334614153,0.18877877237851662,3505,-0.5542747358309318,-0.5602621483375959 +32001,NV,Churchill,6484.11081402312,-5.916638541303301,0.2606468148901845,1643.44258074671,0.0660627318706721,2,0.083371545,18.4166666666667,0.761082183100532,17,0.708658135,799,72321,904.4,2961,2210,10265,10936,0.28845591816853383,0.2020848573518654,5618,-0.39941548952752076,-0.5137161667885881 +32003,NV,Clark,206181.497311355,24.59983677147805,0.10566533743494874,51367.6956067096,0.026325276323617915,230,0.111128237,1162.58333333333,0.539315650923953,1706,0.824281616,44727,6212368,739.1,387978,401068,688339,765421,0.56364378598336,0.523983533245103,81497,0.14492132510289263,0.10647343096152317 +32005,NV,Douglas,21568.1696459239,-14.190486961620282,0.4589265196911271,4623.65973535433,0.09838201875341682,5,0.10518344,28.1666666666667,0.586561155074275,35,0.736284079,1457,142286,642,9288,8453,26054,27871,0.3564903661625854,0.30329015822898353,8953,-0.2677515928456283,-0.32122995228014783 +32007,NV,Elko,13576.2507050243,22.34062604996944,0.27809928110582777,3941.94067803443,0.08074768892692102,11,0.208467574,33.6666666666667,0.645350917548433,39,0.739112307,889,157182,743.5,3510,3400,15984,18545,0.2195945945945946,0.18333782690752223,10142,-0.5319694694694694,-0.5468859530870855 +32009,NV,Esmeralda,760.999999441194,0,0.9719029367065057,127.999999703117,0.16347381826707152,1,1.216545012,NA,NA,0,0,31,2489,793.9,92,65,435,423,0.21149425287356322,0.1536643026004728,264,-0.5172413793103448,-0.624113475177305 +32011,NV,Eureka,1987.00000671324,1.7185719076861234,1.0000000033785807,481.000000249378,0.24207347772993354,1,0.495540139,2,1.04329681794471,2,0.991080278,46,6060,724.6,107,74,808,854,0.13242574257425743,0.08665105386416862,649,-0.6881188118811881,-0.7599531615925059 +32013,NV,Humboldt,5028.89723725142,-0.3630609186762275,0.30426532171172677,1334.75002101513,0.08075689865774019,4,0.231494878,13.0833333333333,0.776827771840241,11,0.636610915,372,51594,844.6,1737,1386,5744,6433,0.3024025069637883,0.21545157780195864,3135,-0.3608983286908078,-0.4873309497901446 +32015,NV,Lander,891.342138644073,0.4655896508503134,0.15434495907256676,209.272266786241,0.03623762195432745,2,0.332834082,4.83333333333333,0.847655793288905,2,0.332834082,142,17953,792.7,534,403,2165,2413,0.24665127020785219,0.1670120182345628,1425,-0.4831408775981525,-0.5905511811023622 +32017,NV,Lincoln,4173.93934638984,-21.90946043334182,0.7809053968923928,1080.00432149531,0.2020588066408438,3,0.578703704,5,0.989119683481701,1,0.192901235,162,15372,801.9,400,285,2152,2132,0.18587360594795538,0.13367729831144465,1386,-0.599907063197026,-0.650093808630394 +32019,NV,Lyon,12608.2033148008,-41.38064430729702,0.2425587401847018,3125.74844751148,0.0601336754042224,4,0.077236479,43.4166666666667,0.816425029930361,19,0.366873274,1685,155706,855.3,7380,6146,21465,23762,0.3438155136268344,0.2586482619308139,9859,-0.2860470533426508,-0.4149061526807508 +32021,NV,Mineral,4028.8015318071,124.794853933835,0.8442584936729045,740.373604268407,0.1551495398718372,1,0.222222222,8,1.79815688918858,2,0.444444444,215,13537,969.5,863,637,2035,1997,0.42407862407862407,0.3189784677015523,542,-0.1066339066339066,-0.27140711066599904 +32023,NV,Nye,18585.8902510132,-3.5203430202238115,0.4229256417196832,3738.94206785042,0.08508037290880671,7,0.165555083,34,0.782995186882528,27,0.638569604,2047,126909,991.5,6320,5095,17522,19592,0.360689419016094,0.26005512454062885,8225,-0.24232393562378723,-0.41981420988158435 +32027,NV,Pershing,1035.6773418709,-3.1251663029822208,0.1533655178248038,212.199595188294,0.03142301128214038,1,0.149298298,5,0.76219512195122,4,0.597193192,134,20192,660.2,632,430,1884,1982,0.3354564755838641,0.21695257315842584,973,-0.2839702760084926,-0.49091826437941466 +32029,NV,Storey,219.518509358168,-3.763015071421319,0.054742770413508224,47.4949938589707,0.011844138119444065,0,0,2.83333333333333,0.699415782111413,0,0,84,11778,456.6,920,752,2314,2558,0.3975799481417459,0.2939796716184519,864,-0.17329299913569574,-0.3377638780297107 +32031,NV,Washoe,99884.0596115662,15.662200553339462,0.23702515528115622,23375.8458757666,0.05547094821815158,60,0.136339467,311.916666666667,0.687622717599614,332,0.754411718,10930,1320905,781.3,94806,97032,186917,209282,0.5072090821059615,0.46364235815789223,2503,0.03560403815597302,0.011959939220764326 +32033,NV,White Pine,4467.51046126399,-3.5662926068250256,0.44541480172123527,814.776465891021,0.08123394475483758,3,0.298983456,5.41666666666667,0.559457412380362,4,0.398644608,308,29782,891.9,983,707,3704,3773,0.2653887688984881,0.18738404452690166,2016,-0.43682505399568033,-0.5343228200371057 +32510,NV,Carson City,11099.4440403411,25.830300916070364,0.2008076860791891,2043.02696397887,0.03696180779351721,9,0.165070981,43.5833333333333,0.796158951688527,49,0.898719783,2112,163058,912,10290,9610,23318,25016,0.44128999056522855,0.3841541413495363,3515,-0.09023072304657354,-0.1405100735529261 +33001,NH,Belknap,9915.25546443925,-1.0973618485841004,0.16501223978896357,1787.91908088469,0.029755010665768373,10,0.165823729,53.9166666666667,0.887093678189287,48,0.795953901,1972,181290,753.9,15884,13517,33771,34462,0.47034437831275355,0.3922291219314027,5798,-0.04986526901779631,-0.1682432824560386 +33003,NH,Carroll,872.171394947749,215.704992328213,0.01823939510117004,140.318389525963,0.002934426147600548,16,0.337559864,44.8333333333333,0.948071080660055,46,0.970484609,1573,142152,655.8,13977,12987,28464,29063,0.49104131534569984,0.44685682826962114,1648,-0.008080382237211914,-0.05670440078450267 +33005,NH,Cheshire,10890.7329399231,-1.8383014720447812,0.1412235037660062,2265.45407334991,0.029376843930001294,14,0.183932208,55.25,0.729141922031304,48,0.630624713,2036,228578,688.5,25329,22064,41071,41080,0.6167125222176232,0.5370983446932814,5188,0.24820432908865142,0.1262901655306719 +33007,NH,Coos,4769.25045896086,-2.7866115221254684,0.1442822707294164,870.658404163369,0.026339688524077115,10,0.315925821,38.8333333333333,1.21206446310226,24,0.758221969,1308,94877,850.8,9091,6558,15614,15255,0.5822338926604329,0.42989183874139625,1393,0.17605994620212628,-0.09131432317273025 +33009,NH,Grafton,11521.7569626393,0.10783003025680289,0.12928652979913485,1663.61113084994,0.01866750971576943,28,0.312297843,89.5833333333333,1.00782257822578,77,0.858819068,2430,268383,651,29826,28510,48765,50065,0.6116271916333436,0.569459702386897,9500,0.2382651491848662,0.18975332068311196 +33011,NH,Hillsborough,135073.569661766,17.797758193465988,0.33707634404427517,31844.8532773969,0.07946889051833295,70,0.172761017,287.25,0.704456777376944,289,0.7132562,9607,1215461,701.2,101499,99589,202765,210622,0.5005745567528913,0.4728328474708245,424,0.0167484526422213,-0.0020130850528434774 +33013,NH,Merrimack,29077.5155369267,-6.441771420479267,0.19855587788539522,6571.38242514092,0.04487269913715675,21,0.142691155,109,0.733601647575076,107,0.72704541,4051,442571,713.7,44635,40198,80054,81982,0.5575611462262973,0.4903271449830451,2524,0.1272141304619382,0.030787245980825106 +33015,NH,Rockingham,111158.041538225,-4.756849679909311,0.37652229514036845,26151.3088509209,0.08858154293845974,49,0.162995932,178.75,0.589445706691816,273,0.908120191,6994,901173,667.6,80096,79994,169794,179005,0.4717245603496001,0.4468813720287143,10453,-0.04542563341460826,-0.058395016898969254 +33017,NH,Strafford,23348.6788964067,-19.41203483824318,0.18960622119330126,4673.95948570914,0.037955543439002946,22,0.175153658,85.9166666666667,0.67423695472476,87,0.6926531,3112,377740,762.2,36026,34894,63762,67918,0.5650073711615069,0.5137666009010866,5822,0.14502368181675612,0.08572101651992109 +33019,NH,Sullivan,6107.20456783886,1.1132974444988417,0.13961877755564128,1430.06203731006,0.032693110450140825,6,0.139201448,34.3333333333333,0.798375344929154,18,0.417604343,1314,129039,735.7,12166,10210,21814,22101,0.5577152287521775,0.461970046604226,586,0.13280462088566974,-0.026514637346726433 +34001,NJ,Atlantic,80171.5228559513,-19.517356488572236,0.29201170958900347,19198.015012022,0.06992564173252133,87,0.316123383,232.833333333333,0.859192125691751,208,0.755789237,7892,826039,785.7,59509,54472,102405,105738,0.5811142034080368,0.5151601127314683,6590,0.1717787217421025,0.06232385708070892 +34003,NJ,Bergen,95801.7351431482,-10.8412512821852,0.10584470404141369,23282.3928807657,0.025723103868195568,257,0.275286748,368.666666666667,0.392553132208417,762,0.816219852,21168,2797626,561.8,193470,209251,352023,383965,0.5495947707962264,0.5449741512898311,46031,0.10852415893279704,0.11988332269868346 +34005,NJ,Burlington,167031.989687292,-1.342528923997996,0.37222940469697413,39358.3286582401,0.08770970922247946,71,0.15787531,253.25,0.563674646771307,310,0.689314732,11854,1351006,703.4,115951,108361,197059,194988,0.5884075327693736,0.5557316347672677,28822,0.1869541609365723,0.1478142244650953 +34007,NJ,Camden,110011.51694592,-22.102310801855438,0.2141731095768577,26288.78175729,0.05117964275243986,156,0.305261057,436.416666666667,0.855467346205364,344,0.673139767,13956,1533812,783.8,137795,142375,203201,220437,0.6781216627870926,0.645876146019044,71355,0.3664647319649018,0.32369792729895613 +34009,NJ,Cape May,36766.8882197779,5.531744660860699,0.37800738415440194,6922.72130765648,0.07117381697071383,40,0.419533479,84.25,0.892195276924706,170,1.783017285,3935,285982,820.7,21275,18626,47243,48375,0.4503312660076625,0.38503359173126617,9611,-0.08917723260588872,-0.19867700258397936 +34011,NJ,Cumberland,43495.1454639527,-7.660470827014865,0.27721924730686626,9833.77871488741,0.06267625281958604,37,0.235086315,148,0.962307457232586,100,0.635368418,4557,469930,886.2,30172,27045,49472,53018,0.6098803363518758,0.5101097740390056,2832,0.23053444372574383,0.05341582104191028 +34013,NJ,Essex,60746.2433329843,-11.513057136428538,0.07748551707144581,14703.1468538276,0.018754755422507267,382,0.480066556,607.25,0.762001922415718,552,0.69370874,17344,2383331,699.9,217950,231031,281633,299808,0.7738794814528127,0.7705965151029992,168972,0.5551728668160336,0.5636007044508485 +34015,NJ,Gloucester,126082.686589826,-0.20603647266604252,0.43734975645821533,31055.415122426,0.1077235789294941,41,0.140917199,181.916666666667,0.622298999988598,171,0.58772783,7632,872300,785.9,72960,66355,133568,138388,0.5462386200287495,0.47948521548111106,594,0.10515243172017252,-0.004292279677428679 +34017,NJ,Hudson,3518.52279944229,64.81411333889842,0.0055473930487244935,620.25706445553806,9.77913153874775e-4,269,0.402023568,665.416666666667,0.98146512031521,506,0.756222772,11323,2007903,634.9,136239,149980,176104,201425,0.7736280834052606,0.7445947623184809,104365,0.5573808658519965,0.5181333002358198 +34019,NJ,Hunterdon,26419.3251229079,-6.396597166488798,0.2058397425995364,6909.44087753856,0.05383322719724003,26,0.206239539,35.9166666666667,0.28808003678869,99,0.785296707,2661,377550,563.1,25148,28797,62821,70582,0.4003119975804269,0.40799353942931627,9768,-0.188328743573009,-0.13839222464651046 +34021,NJ,Mercer,98077.2510733101,-4.462943278284965,0.26759555888415965,21090.3059211454,0.05754313195206009,130,0.349897857,277.166666666667,0.747033652001807,280,0.753626153,8668,1113983,677.4,94300,93721,139064,141332,0.6781050451590634,0.6631265389296126,51117,0.36778030259448885,0.3616802988707441 +34023,NJ,Middlesex,195555.640677014,-16.403006606226654,0.2414690484961734,43996.3943688881,0.05432606008570404,222,0.265455933,430.166666666667,0.513893849958924,655,0.783214576,17195,2509346,617,179515,164887,285232,282668,0.6293648678970102,0.5833238994155688,55906,0.2701064396701633,0.19777972745411582 +34025,NJ,Monmouth,203678.681197803,-6.157157241763361,0.32310460547257686,50989.3852408064,0.08088674329897268,162,0.25743748,337.333333333333,0.539003737873747,530,0.842233731,15997,1887037,667.3,125471,135825,268943,311474,0.46653380084255774,0.4360717106403745,29480,-0.05542066534544493,-0.09464674419052638 +34027,NJ,Morris,169587.939427727,-10.215842528117161,0.3444976790006561,42208.187519852,0.08574090047016714,105,0.210114723,163.833333333333,0.328703397181377,413,0.826451242,11258,1497817,586.9,90313,114437,206580,248848,0.4371817213670249,0.45986706744679484,10939,-0.11594539645657859,-0.04395856104931528 +34029,NJ,Ocean,248325.574734745,-11.7587777557883,0.430696822285606,49746.7937432318,0.08628102847237494,104,0.177383289,326.166666666667,0.550495051733033,411,0.701005115,21287,1757727,731,96500,81845,237432,259592,0.4064321574177028,0.3152832136583562,88258,-0.17728865527814275,-0.3399873647878209 +34031,NJ,Passaic,66349.5434788064,-1.6229876077390781,0.13237450467215667,14329.9467267632,0.02858979128529486,245,0.481472165,493.416666666667,0.971397821942664,331,0.650478721,11014,1528285,673.9,104057,112608,164629,189099,0.6320696839560467,0.595497596497073,41120,0.27258866906802576,0.21745223401498692 +34033,NJ,Salem,9644.4878443667,11.7108186716238,0.14594506672467503,2094.53945755999,0.03169558672517879,14,0.216333153,47.6666666666667,0.751413498118839,34,0.525380515,2132,193912,825.2,14456,11766,29116,29220,0.49649677153455146,0.4026694045174538,4490,0.00831158126116227,-0.1536618754277892 +34035,NJ,Somerset,113036.404242969,-15.208681713232114,0.34947751154131473,30718.0910811947,0.09497189955972192,74,0.222510885,133.75,0.400747862927752,263,0.790815713,6968,997532,584.8,70168,83839,134932,154249,0.5200249014318323,0.543530265998483,19199,0.05194468324785817,0.12446758163748228 +34037,NJ,Sussex,56289.7552100165,5.23829765530195,0.37711288788407527,13850.7595602213,0.09279308317570295,31,0.213927361,59.3333333333333,0.41630999658532297,75,0.517566197,3507,434503,715.1,23406,24132,61704,73860,0.3793271100739012,0.32672623883021934,22354,-0.2237942434850253,-0.3026536691037097 +34039,NJ,Union,50012.2176203212,-23.907728691802056,0.09321959150030326,12781.7819610659,0.02382442830474223,163,0.294788394,346.166666666667,0.623016515786885,366,0.661917499,11753,1658175,636.8,134220,145412,202353,219385,0.6632963188092097,0.6628165097887275,77830,0.3348751933502345,0.35476445518153016 +34041,NJ,Warren,29846.1479627802,-8.749744483914085,0.2745937876088415,6879.77375062845,0.06329604525290224,28,0.261885388,52.3333333333333,0.490853553685935,75,0.701478717,2889,320445,706.4,17869,16991,43312,48442,0.4125646472109346,0.3507493497378308,12402,-0.157600664942741,-0.25601750547045954 +35001,NM,Bernalillo,129353.812149339,-4.969015772828475,0.19523217704152207,34032.4590011245,0.05136478740336707,75,0.111020485,398.25,0.58829785819695,558,0.825992412,16064,2027274,723.7,147183,141960,264942,269861,0.5555291346785334,0.5260485953879961,48086,0.1620769828868205,0.178188030134032 +35003,NM,Catron,3725.00002130824,2.6857561509459067e-13,1.0000000057203329,590.000001546517,0.15838926216013877,2,0.562429696,9.41666666666667,2.68434055492208,0,0,110,10564,572.3,557,426,2100,2024,0.2652380952380952,0.21047430830039526,1027,-0.4366666666666667,-0.5074110671936759 +35005,NM,Chaves,16396.3106349179,-7.144554046823237,0.2497724218892208,5018.509505676761,0.07644922698875406,7,0.106257021,60.0833333333333,0.920366001858603,42,0.637542123,1935,197590,858.2,6621,5530,20498,20159,0.3230071226461118,0.27431916265687784,7339,-0.3244218948190067,-0.36405575673396495 +35006,NM,Cibola,9981.47532581148,10.551244688442656,0.3667907002466277,2661.34863674553,0.09779695868686032,3,0.109693225,22.1666666666667,0.806441833108985,14,0.511901715,782,82062,892.1,4907,3721,8154,7975,0.6017905322541084,0.46658307210031347,542,0.2380426784400294,0.06796238244514108 +35007,NM,Colfax,7836.80373955797,11.211392004962084,0.5699493628769433,1588.31826310029,0.11551405549820291,3,0.23659306,13.25,1.08136782828695,16,1.261829653,466,38144,808.4,2879,2118,5896,5271,0.48829715061058343,0.40182128628343766,451,0.019674355495250984,-0.0855625118573326 +35009,NM,Curry,18651.2581991276,11.41132479770816,0.3855477550671324,5503.07315132857,0.11375626656458927,4,0.078479076,45,0.894988066825776,34,0.667072142,1191,152084,838.6,3956,2776,13450,11292,0.2941263940520446,0.24583776124690046,4784,-0.3861710037174721,-0.42366277010272757 +35011,NM,De Baca,346.100656242307,-82.88325146040401,0.1711674857775999,67.2438010261168,0.03325608359352957,1,0.547945205,3.41666666666667,1.90555865402491,1,0.547945205,99,5544,1232.6,287,192,900,903,0.3188888888888889,0.21262458471760798,425,-0.3322222222222222,-0.47065337763012177 +35013,NM,Doña Ana,82862.8192413503,-6.08269771895971,0.39603131074615516,23357.5146995607,0.11163399033403287,21,0.098279638,131.833333333333,0.615448296896616,126,0.58967783,4514,642405,670.9,36778,37543,65712,69324,0.5596846846846847,0.5415584790260227,12448,0.14898344290236182,0.17956263343142342 +35015,NM,Eddy,19559.4866689798,-0.19579063282625744,0.3633633667536049,5071.25908810427,0.09421053870783908,6,0.106392411,46.0833333333333,0.799766288910872,37,0.656086532,1713,169738,913.8,6110,5008,19195,19523,0.3183120604324043,0.2565179531834247,8116,-0.3352956499088304,-0.41571479793064586 +35017,NM,Grant,10179.4452399077,0.9873167035655958,0.3449022579083723,2199.55640685235,0.07452586592303144,5,0.171844927,25.6666666666667,0.907590759075908,22,0.756117679,1002,86868,730.9,7009,6226,12744,12633,0.5499843063402385,0.49283622259162513,975,0.13520087884494664,0.07717881738304444 +35019,NM,Guadalupe,1792.04284187637,-0.44820578117604987,0.38234325621428844,318.174820248531,0.06788453600352698,0,0,11.25,2.57084095063985,1,0.223813787,129,13368,761.6,1388,962,1978,1809,0.7017189079878665,0.5317855168601437,371,0.43983822042467136,0.205085682697623 +35021,NM,Harding,660.784583562518,-4.923081347529767,0.9507691849820403,85.6290428317621,0.123207255873039,1,1.464128843,1.66666666666667,2.5062656641604,0,0,22,2061,454,260,156,600,527,0.43333333333333335,0.29601518026565465,155,-0.10999999999999999,-0.2941176470588235 +35023,NM,Hidalgo,1781.05926410434,17.863798977750093,0.3639271074998651,429.962930085239,0.08785511444324459,2,0.438596491,7.25,1.68526266852627,3,0.657894737,157,13584,833.7,994,780,1929,1836,0.5152928978745464,0.42483660130718953,126,0.051321928460342114,-0.06862745098039219 +35025,NM,Lea,10436.4714298569,7.154940286164749,0.1612382997799512,2927.71581068812,0.04523175507420582,9,0.128573265,63.5833333333333,0.911602077927043,44,0.628580408,1595,209408,873.5,4068,3877,16933,17369,0.24024094962499262,0.22321377166215672,8429,-0.49678143270536823,-0.4852898842765847 +35027,NM,Lincoln,7113.10463841906,-12.266592782917227,0.3470314991666615,1377.74986223969,0.06721714700881544,3,0.152237897,23.5833333333333,1.21382126374663,20,1.014919314,615,59063,649.6,2931,2329,9209,8856,0.31827559995656424,0.2629855465221319,3560,-0.3267455749809968,-0.4019873532068654 +35028,NM,Los Alamos,7644.73970065638,5.3359033100996625,0.4258907911229181,1986.42537583434,0.11066436634174596,3,0.169664065,4.33333333333333,0.238790617365588,10,0.565546884,365,53351,515.1,5191,5443,10654,10430,0.48723484137413176,0.5218600191754554,2114,0.037075276891308406,0.20268456375838928 +35029,NM,Luna,6419.39636537311,-11.79830703828811,0.2558038001742622,1579.80164630025,0.06295284504085476,2,0.081060268,25.3333333333333,1.03612815269257,19,0.770072549,918,73807,886.2,3573,3195,7472,7245,0.4781852248394004,0.4409937888198758,283,-0.010840471092077086,-0.039061421670117336 +35031,NM,McKinley,43211.250844897,10.159300091802262,0.6044207861704386,13573.4017493104,0.18985902967199686,12,0.161947691,77,1.02772179437556,50,0.674782045,1747,223784,925.8,15363,13162,21313,20791,0.7208276638671234,0.633062382761772,8269,0.46652277952423404,0.3977201673801164 +35033,NM,Mora,1200.13561936258,-25.00051908476431,0.24587904514701495,243.255604413087,0.04983724737002397,1,0.217770035,2.08333333333333,0.46255180580225,1,0.217770035,138,13846,738.3,1952,1533,2604,2429,0.7496159754224271,0.6311239193083573,871,0.522657450076805,0.35858377933305885 +35035,NM,Otero,21183.9309929899,-28.708682454047086,0.33205214967772617,5371.42929399802,0.08419564076677616,7,0.107556621,39.3333333333333,0.601335167915201,33,0.507052641,1792,195094,783.9,6715,6033,19643,19636,0.34185205925775086,0.3072418007740884,5723,-0.28020159853382887,-0.2914544713790996 +35037,NM,Quay,1568.90580563082,-44.22509613736553,0.17353233111722374,325.847709898758,0.03604111380364539,2,0.235266439,12.3333333333333,1.47439729029687,8,0.941065757,348,25600,899.5,1382,1016,3696,3550,0.3739177489177489,0.28619718309859155,1192,-0.21969696969696967,-0.3357746478873239 +35039,NM,Rio Arriba,20049.4451023798,-6.21219616054016,0.49817236749937377,4489.98441772269,0.1115634949491301,4,0.100560625,35.5,0.886613386613387,20,0.502803127,1190,119178,894.1,11389,9534,15239,14767,0.7473587505741847,0.6456287668449923,5951,0.5260187676356716,0.4029931604252726 +35041,NM,Roosevelt,5909.29128266766,29.550622698988484,0.2977572953072488,1695.91890171095,0.08545394042683413,1,0.0511876,15.3333333333333,0.803549592984663,8,0.40950041,430,58743,736.6,1719,1445,5949,5855,0.28895612708018154,0.24679760888129804,2420,-0.38880484114977304,-0.41332194705380015 +35043,NM,Sandoval,47091.0662094435,-18.51482873733686,0.3579409263341226,12855.7464729557,0.09771700179350795,13,0.094471252,64.1666666666667,0.451798392301825,63,0.45782222,3024,413576,682.4,26831,27405,53361,60597,0.502820411911321,0.45225011139165305,1657,0.050729933846816955,0.02734458801590839 +35045,NM,San Juan,46633.102799689,15.663876691437759,0.358594804832895,13875.1481434969,0.10669579637274229,9,0.072706709,91.6666666666667,0.796554251137624,94,0.759381185,2878,369291,763.9,15688,12826,45994,45476,0.3410879679958255,0.28203887764974933,15053,-0.28462408140192197,-0.3310097633916791 +35047,NM,San Miguel,14598.9334994339,58.47246106288013,0.4966806212170891,3236.47856295823,0.11011052165339469,3,0.106236057,26,0.936599423631124,15,0.531180283,832,84970,780.8,8754,7249,11388,10662,0.7687038988408852,0.6798912024010505,4947,0.5684053389532842,0.4639842431063591 +35049,NM,Santa Fe,42392.9059495222,-7.984758685917461,0.294048040157607,10084.357635657,0.0699476842315114,28,0.188979779,75.4166666666667,0.50734045964485,109,0.735671283,3392,443817,603,49668,49956,67624,70082,0.7344729681769786,0.7128221226563168,35758,0.5105140186915889,0.5102308724066094 +35051,NM,Sierra,5360.09072188475,1.0749665760825977,0.447121348171901,945.6271945426,0.07888114735924258,2,0.176600442,11.5833333333333,1.03505793345843,6,0.529801325,735,34171,1051.2,1963,1600,5101,5129,0.3848265046069398,0.31195164749463833,1398,-0.18917859243285629,-0.2725677519984402 +35053,NM,Socorro,6777.20976607264,12.268097997650713,0.37933559644423154,1737.17782867162,0.09723373047529497,2,0.11554015,15.5,0.910318905268104,11,0.635470826,500,52130,833,3983,3275,7087,6756,0.5620149569634542,0.48475429248075785,683,0.18131790602511638,0.10109532267613974 +35055,NM,Taos,12894.298265304,-12.442489254044839,0.39148368902158664,2718.23328607845,0.08252825958886509,7,0.211582638,31.1666666666667,0.942587832047986,26,0.78587837,846,98940,607.9,11855,10550,15188,15072,0.780550434553595,0.6999734607218684,7844,0.6021200948116935,0.5204352441613589 +35057,NM,Torrance,6509.93593775629,67.3115698777341,0.39735921001991636,1525.44203537643,0.09311127604080022,2,0.128114791,11.0833333333333,0.724306190911863,7,0.448401768,460,46774,815.7,2414,1770,6376,6250,0.3786072772898369,0.2832,1925,-0.17361982434127976,-0.30799999999999994 +35059,NM,Union,1219.74276389067,0.011619168350778959,0.26813426333054957,266.480223562778,0.05857995681749352,1,0.232720503,5,1.1953143676787,3,0.698161508,149,12838,806.2,471,318,1753,1688,0.26868225898459785,0.18838862559241706,896,-0.4335424985738734,-0.5308056872037914 +35061,NM,Valencia,40236.4083725155,15.264275081422573,0.5254921492054944,10517.2767747697,0.13735685166019798,8,0.105517232,57,0.753709041863909,48,0.633103394,1931,227899,776.3,13473,10810,27647,27350,0.48732231345173077,0.39524680073126145,2365,0.024776648460954176,-0.08647166361974401 +36001,NY,Albany,82347.2064876073,-1.562231338154966,0.2706973165625938,17283.3341582345,0.056814947069185474,104,0.337474973,262.166666666667,0.848858870332356,324,1.05136434,7932,925886,681.6,80891,74775,125531,125644,0.6443906286096661,0.5951338703002133,30548,0.30958090033537533,0.24313138709369325 +36003,NY,Allegany,3774.19591273794,-1.2636345399028446,0.07710938407097495,311.60965416156,0.0063663967262199165,13,0.272331155,46.8333333333333,0.994824082531455,18,0.377073906,1425,143269,767.2,5658,4473,15601,17111,0.3626690596756618,0.26141078838174275,7239,-0.25325299660278183,-0.4230611887090176 +36005,NY,Bronx,7135.33247345313,-42.741832840324165,0.005151462899249105,207.236312596127,1.4961743964811913e-4,1255,0.872643428,1924.25,1.32185447750941,934,0.64944140400000006,27836,4326324,684.7,288378,318403,316047,358857,0.9124528946644012,0.8872698595819505,283979,0.8292247672023465,0.7913430698021775 +36007,NY,Broome,25725.7871033299,-36.462566838766286,0.12824420290792574,5090.53991505385,0.02537656986567223,43,0.217888107,191.833333333333,0.982078559458842,155,0.785410618,6364,592305,752.2,38315,35212,75244,77657,0.5092100366806656,0.4534298260298492,2865,0.04567806070915953,-0.036893003850264616 +36009,NY,Cattaraugus,5913.05651238767,48.68700583772665,0.07362148128525306,1343.45933105393,0.016726961054993713,20,0.254452926,55.5,0.714497212817179,49,0.623409669,2494,235576,812.1,11695,8717,27608,28961,0.4236090988119386,0.30099098788025275,9951,-0.13441756012749922,-0.34360001381167776 +36011,NY,Cayuga,5281.48807524471,-12.162437795024484,0.06599715186620235,1113.65455487854,0.01391615918424687,11,0.139553176,52.5,0.67427852198148,53,0.672392576,2261,236379,702.2,14162,12202,26073,30124,0.5431672611513827,0.40505908909839333,3992,0.1076592643731063,-0.1325189217899349 +36013,NY,Chautauqua,23905.6527519132,53.895508655646054,0.17720360810876692,4215.90398379841,0.03125090977946266,30,0.22718151,108.75,0.839742401779096,97,0.73455355,4403,395543,786.5,21815,17281,48434,49381,0.45040673906759715,0.34995241084627693,12137,-0.08217367964652927,-0.24578279095198552 +36015,NY,Chemung,20269.9153646271,-3.6075320393806134,0.22818772221802433,4003.68354190609,0.04507129958241686,15,0.170901219,79.4166666666667,0.920004942733795,62,0.706391706,2871,263063,796.6,15285,12394,31981,33195,0.4779400268909665,0.3733694833559271,6631,-0.028829617585441336,-0.19975899984937484 +36017,NY,Chenango,2091.21887755395,159.43755746772442,0.041429143521880256,484.415338102966,0.009596753731461181,11,0.222554931,50.25,1.03439757920089,26,0.526038927,1708,147656,809.5,8340,5943,17655,18113,0.4723874256584537,0.3281068845580522,5081,-0.03358821863494754,-0.2805167559211616 +36019,NY,Clinton,22135.8140710685,13.815188428021536,0.2695282251006782,4233.57500292147,0.05154849750294016,20,0.24500196,92.3333333333333,1.13889128727608,44,0.539004312,2132,244710,745.2,17123,13446,27622,28378,0.6199044240098472,0.4738177461413771,265,0.25591919484468906,0.00933821974769189 +36021,NY,Columbia,9257.44622817276,-2.2092214264351573,0.14672001756328057,2009.15598199652,0.031842842367131356,22,0.35414185,63.9166666666667,1.04800319183241,37,0.595602202,2075,185786,733.7,14244,13123,26008,27255,0.5476776376499538,0.48148963492937075,367,0.11727160873577358,0.013465419189139571 +36023,NY,Cortland,5288.57551070872,9.302067237782653,0.10719506061919734,1296.9236132583,0.026287571210846038,7,0.142787206,43.5833333333333,0.906663892933916,42,0.856723238,1306,146501,767,9445,7976,17698,18424,0.5336761215956606,0.43291359096830223,1231,0.08808904961012548,-0.06681502388189314 +36025,NY,Delaware,1158.04770760385,-15.003536730184866,0.024136050596161945,215.060172936679,0.004482287889468091,12,0.257615766,53.75,1.18072183291962,26,0.558167493,1579,139526,729.5,7469,5825,16916,17778,0.44153464175928114,0.32765215434807066,5187,-0.09553085835895014,-0.2917651029362133 +36027,NY,Dutchess,101583.1936827,-4.60550656140583,0.3414698867944253,21998.6157607834,0.07394790969983125,94,0.316947592,167.083333333333,0.567397803307377,244,0.822715027,7128,889097,653.2,59885,56874,114142,120199,0.5246535017784865,0.4731653341541943,1289,0.0662770934450071,-0.010723882894200454 +36029,NY,Erie,192723.897612255,-19.042048137368138,0.20970131616932344,42047.9492654388,0.04575203393262404,303,0.328336051,814.5,0.884320652822986,770,0.834385345,29283,2767565,788.5,220184,192065,386665,383248,0.5694438338096285,0.5011506909364172,18248,0.1564817089728835,0.04761407756857183 +36031,NY,Essex,3663.83938175828,-5.630433088743109,0.09306170642007315,469.684189225314,0.011930002266327509,18,0.465368805,41.8333333333333,1.09793011740416,23,0.594637917,1276,115963,694.1,8835,6760,15577,15079,0.5671823842845221,0.44830559055640296,515,0.15022148038775118,-0.03415345845215201 +36033,NY,Franklin,11850.9408443397,32.04394387620258,0.22967384725168516,1894.9259508561,0.03672408284765402,13,0.253599157,55.5,1.10099387014224,23,0.448675432,1350,153042,769.3,9065,6517,14537,15148,0.6235812065763224,0.4302218114602588,1119,0.26257136960858496,-0.07387113810404017 +36035,NY,Fulton,5405.61669763265,-0.9953685683678822,0.09734412666137203,1136.03480824529,0.020457668838041634,11,0.203308382,48.6666666666667,0.904114339501127,41,0.757785787,1776,162711,781.5,7916,5805,18040,19563,0.43880266075388025,0.29673362981137863,6954,-0.10504434589800443,-0.3554669529213311 +36037,NY,Genesee,2345.52600572072,-23.6152566075812,0.03904069651160506,567.953421499289,0.009453443324610745,10,0.169027416,43.4166666666667,0.742393670987084,38,0.642304182,1813,177423,727.1,8886,6946,23079,24463,0.38502534771870534,0.28393900993336874,9040,-0.2086312231899129,-0.36953766913297637 +36039,NY,Greene,10461.2625599939,66.0775149624908,0.21253657097567907,1673.00308349804,0.03398961994876252,13,0.271019659,52.8333333333333,1.11209340181303,39,0.813058978,1549,143897,740.6,7911,6370,18263,18869,0.4331708919673657,0.33759075732683236,5176,-0.11082516563543776,-0.2743123641952409 +36041,NY,Hamilton,2591.58381163321,94.84220608144965,0.5358940884270492,382.672336284622,0.07912992892568693,4,0.84835631,4,0.880669308674593,4,0.84835631,189,14176,751.1,955,752,2655,2688,0.35969868173258,0.27976190476190477,1043,-0.2625235404896422,-0.38802083333333337 +36043,NY,Herkimer,12105.7773678481,47.81355388598475,0.1876311996132628,2609.9844059136,0.04045295813502379,13,0.203940763,50.0833333333333,0.799887137388934,50,0.78438755,2133,190996,769.3,10433,7289,23290,24261,0.4479604980678403,0.30044103705535635,8375,-0.08398454272219841,-0.34520423725320476 +36045,NY,Jefferson,19598.4719288024,16.20025893001244,0.16861946612981613,5874.23127503622,0.05054015155457089,31,0.260278918,101.5,0.890304019086715,101,0.848005508,2670,355791,774.1,15345,12289,32051,34263,0.4787682131602758,0.35866678341067626,7658,-0.029141056441296664,-0.22350640632752528 +36047,NY,Kings,393.244690902531,0,1.5700271126383637e-4,83.6311919089057,3.3389704119817026e-5,2429,0.926465209,3267.25,1.24270201395888,1994,0.76054822,47413,7857553,602.7,503291,595086,618035,746295,0.8143406117776502,0.7973870922356441,461433,0.6385738671758072,0.6182983940666894 +36049,NY,Lewis,4491.42986515639,13.209362169322828,0.1658149616109717,1002.03689659505,0.03699327709214937,3,0.110213079,26.75,0.99571933742788,13,0.477590007,728,81283,680.8,4263,2828,9481,10312,0.449636114333931,0.2742435996896819,4088,-0.08648876700769959,-0.39643134212567877 +36051,NY,Livingston,11527.1855732603,3.531610220403275,0.1762755275528008,1528.97985461116,0.02338139945576988,15,0.232248475,49.8333333333333,0.77553158929507,47,0.727711888,1588,194244,659.3,10889,10478,24606,31363,0.4425343412175892,0.3340879380161337,8733,-0.09432658701129809,-0.2784491279533208 +36053,NY,Madison,14169.444672566,32.50475599282028,0.19293380725696468,2738.88950106566,0.0372932314079908,12,0.165816855,49.25,0.690462504731596,42,0.580358993,1821,216665,698.9,12698,10548,25865,27392,0.4909336941813261,0.3850759345794392,4353,0.0033636187898704595,-0.15891501168224298 +36055,NY,Monroe,221677.783921866,-11.997590496885362,0.29781631063307556,49128.2947260874,0.06600213708458375,191,0.254715232,564.5,0.754954682658243,550,0.733473182,19536,2250376,684.6,178491,174063,308925,320164,0.5777810148094198,0.543668245024425,45192,0.1738998138706806,0.14115265926212817 +36057,NY,Montgomery,10531.0560491818,-52.3835702067901,0.20970262349273783,2317.07507243905,0.04613941082934845,11,0.220976717,57.1666666666667,1.16013204535,37,0.743285321,1770,149142,817.3,7881,5961,16784,17438,0.4695543374642517,0.34183966051152653,4618,-0.04414918970448045,-0.26482394770042433 +36059,NY,Nassau,70134.5250756211,-6.379346457301758,0.052357483864231016,16154.6732003962,0.012059938247385058,558,0.410708752,601.083333333334,0.441486106010528,1290,0.949487976,32362,4074865,571.1,243649,307326,460824,599649,0.5287246323976181,0.5125098182436726,31847,0.06676518584101515,0.053109402333698597 +36061,NY,New York,2,0,1.2611350341420783e-06,0,0,1342,0.820159045,1325.91666666667,0.806649169918409,2553,1.560257855,30098,4912859,529.6,417861,515481,496293,591368,0.8419643234943874,0.8716755049309398,456546,0.6962842514401775,0.7720167476089339 +36063,NY,Niagara,37906.4053229453,-21.48038984530664,0.17511239633825304,7823.95477418199,0.03614353452079508,32,0.149865355,176.5,0.833498616345073,134,0.627561176,7100,640315,808.9,40862,32888,82720,86e3,0.4939796905222437,0.3824186046511628,16335,0.005621373307543531,-0.18994186046511624 +36065,NY,Oneida,38017.7392512735,-17.471593887045874,0.16186164413556614,7598.37467786852,0.03235030389337665,65,0.279124494,239.583333333333,1.03630491514916,162,0.695664123,7530,699532,758.1,37388,30749,80429,83876,0.46485720324758484,0.36660069626591635,17741,-0.05285407004936027,-0.21151461681529876 +36067,NY,Onondaga,94832.3512924664,-22.405280158769653,0.2030558283531675,22585.5606189694,0.04836039239564693,121,0.258438774,417.25,0.895013663839517,428,0.914147067,12768,1406223,714.2,112664,102915,188787,191962,0.5967783798672578,0.5361217324262093,24638,0.21112152849507643,0.12834831893812315 +36069,NY,Ontario,18408.8126399118,23.29385495822178,0.17056093837647943,4650.57637949252,0.04308842111619942,19,0.173188584,71.9166666666667,0.654811766276966,87,0.793021412,3095,328406,686,21285,20233,44144,47664,0.4821719826023922,0.4244922792883518,4110,-0.016151685393258397,-0.08622860020140982 +36071,NY,Orange,98797.1873118048,-4.206642014632075,0.2650046734201994,23114.929644839,0.06200140457773468,112,0.297793932,250.416666666667,0.660364090257817,300,0.797662318,7993,1128599,705,67709,63037,130494,140753,0.5188667678207427,0.4478554631162391,9092,0.05153493647217494,-0.06459542602999585 +36073,NY,Orleans,5258.36829706749,-24.464705274598348,0.1226212787600562,1177.3956151301,0.027455999233498122,7,0.166730183,27.5833333333333,0.667134265305793,18,0.428734756,1276,125849,810.2,5411,4327,13756,16722,0.3933556266356499,0.2587609137662959,7255,-0.1937336435010178,-0.4338595861739027 +36075,NY,Oswego,13036.6221465298,33.80373607404511,0.10676217270250186,2460.14695179571,0.020147138636756587,23,0.190219414,99.1666666666667,0.83342437969414,94,0.777418474,3220,362320,804.4,21733,15614,41133,44122,0.5283592249532006,0.35388241693486244,10256,0.07852575790727645,-0.23244639862200256 +36077,NY,Otsego,17994.8902131254,41.28318626464725,0.2890327537083056,2851.40831851207,0.04579913455905283,18,0.294464075,59.4166666666667,0.988679412727202,38,0.621646381,1772,183183,691.2,10975,9285,21938,23024,0.5002734980399307,0.40327484364141764,2999,0.02042118698149331,-0.13025538568450312 +36079,NY,Putnam,36524.8014488621,-6.60661901319418,0.3663103144003821,8732.2412946164,0.08757638446110119,35,0.351804758,25.5,0.25783619817998,73,0.73376421,2090,297890,622.6,17851,17363,40883,44186,0.4366362546779835,0.3929525188973883,7878,-0.11214930411173352,-0.1782917666229123 +36081,NY,Queens,7788.80659542559,4.533494717500157,0.003491607916820469,1870.09371401527,8.383356213886221e-4,1573,0.677555803,1924.91666666666,0.825063057548888,1960,0.844252621,42935,6964481,549.3,399970,473389,507722,627021,0.7877736241486483,0.7549810931372315,334839,0.5845265716277805,0.5340156071327755 +36083,NY,Rensselaer,33259.4817139691,-11.115192527692809,0.2086162599901467,7205.76751109027,0.045197344969172916,39,0.244094784,130.583333333333,0.815788925678349,99,0.619625221,4484,480133,774.3,34713,30039,63332,65991,0.5481115391902988,0.45519843615038413,1894,0.11799722099412618,-0.028700883453804338 +36085,NY,Richmond,4248.67850058249,-81.47777144561688,0.009064234208568878,802.54380960004,0.00171216651291797,233,0.492310033,365.166666666667,0.767132688395674,316,0.667682276,10925,1420429,675.6,67524,67561,135283,167209,0.4991314503670084,0.40405121733877963,28051,0.008160670594235753,-0.16776010860659413 +36087,NY,Rockland,62648.3454946765,-32.42064773662613,0.2009976209937421,16654.4850119903,0.053433364278876884,106,0.327295857,154.416666666667,0.472540139135402,256,0.790450371,6323,969858,547.9,60446,63454,114500,123943,0.5279126637554585,0.5119611434288343,6306,0.06558951965065501,0.050878226281435845 +36089,NY,St. Lawrence,19449.9411863042,21.69400283969905,0.17374706269477774,4699.19589399162,0.04197809524397575,27,0.242369838,108.25,0.983751067812938,53,0.475763016,2885,334982,728.8,19574,14659,34023,35154,0.5753166975281427,0.4169937987142288,3791,0.16635805190606356,-0.10783979063548954 +36091,NY,Saratoga,59804.5887255737,-7.637765776534658,0.27232551205368544,15108.4803517668,0.06879780859338182,26,0.115596143,152.833333333333,0.673117436604376,167,0.742482916,5211,675174,637.7,48876,46546,97502,104089,0.5012820249841029,0.4471750136902074,4542,0.020994441139668918,-0.043635734803869786 +36093,NY,Schenectady,36038.226077371,-35.220267893640084,0.23291491515618476,7985.26508838088,0.05160873724935453,46,0.295373551,162.583333333333,1.05195844359756,122,0.783382027,4646,464435,751.7,33777,30870,59614,61629,0.5665950951118864,0.5009005500657158,3602,0.15380615291709998,0.058446510571321886 +36095,NY,Schoharie,7231.73697976763,83.84468205600814,0.22082313902005038,1235.8692118512,0.03773761677764817,1,0.0316797,29.3333333333333,0.936658470905046,12,0.380155864,885,94835,699.3,4862,3777,11943,12673,0.4071003935359625,0.29803519292985087,4396,-0.1663736079711965,-0.34687919198295586 +36097,NY,Schuyler,1349.97469257141,10.511364370453109,0.07359617797369078,275.746142044089,0.015032772286108545,1,0.0541155,12.8333333333333,0.70906311582592,11,0.595270307,546,54979,720.5,3354,2761,7464,8423,0.44935691318327975,0.32779294788080254,2418,-0.0787781350482315,-0.28707111480470143 +36099,NY,Seneca,5344.35122490581,226.0402823282015,0.1516084997562001,1093.11247782115,0.03100940335936995,7,0.200665061,27,0.776375190499468,20,0.573328747,1048,104981,736.6,6526,5175,12148,12727,0.5372077708264735,0.4066158560540583,1544,0.0922785643727363,-0.12131688536182922 +36101,NY,Steuben,8214.43328382872,-27.622263112030822,0.08298245564025367,1886.49727944798,0.019057453070491767,27,0.274406976,87.4166666666667,0.901760539165119,46,0.467508181,3020,294944,760.8,14586,11215,35659,38373,0.4090411957710536,0.2922627889401402,13876,-0.16374547799994388,-0.3616084225887994 +36103,NY,Suffolk,380951.607554899,-16.006279623773526,0.2550986758327914,91481.2025539026,0.06125905015830355,511,0.339993932,672.166666666667,0.450337881824104,1314,0.874270111,35463,4506217,651.4,274830,276953,540653,625720,0.5083297419971775,0.44261490762641437,51450,0.028635742333807446,-0.0822252764814933 +36105,NY,Sullivan,7201.66816479253,-33.553397186659154,0.09286843030410628,1924.20944228749,0.024813460769436472,28,0.368697576,88.1666666666667,1.17868299443412,57,0.750562922,2145,227576,777,13781,10983,25322,26509,0.5442303135613301,0.41431212041193555,3643,0.10398072822051974,-0.13742502546305035 +36107,NY,Tioga,7463.67482796145,-1.36122643075896,0.1459887496911775,1704.6821467719,0.033343416073778,12,0.240625627,36,0.7383100902379,24,0.481251253,1396,149593,699,8263,6852,19977,20556,0.41362566951994795,0.3333333333333333,5676,-0.1509235620964109,-0.2761237594862814 +36109,NY,Tompkins,14996.1762029687,-16.085806638650297,0.14765247728495037,1988.56378574088,0.019579415794384623,20,0.191038389,62.3333333333333,0.594381033205875,74,0.70684204,2039,314020,657.2,24447,25555,35825,37747,0.682400558269365,0.6770074443002093,15908,0.3976273551988835,0.42143746522902487 +36111,NY,Ulster,48039.5303095164,2.655946609801153,0.26324039995789644,10639.9862245142,0.058303530680706664,49,0.271550888,145,0.809038917561724,155,0.858987503,5050,541984,692.9,43164,40010,72193,77134,0.5978973030626238,0.5187077034770659,7048,0.21919022619921597,0.09137345398916169 +36113,NY,Warren,12857.916732133,13.342569047991304,0.19568564585406423,3047.13535752011,0.04637459262361864,28,0.43094824,72.5833333333333,1.12415527023609,71,1.092761609,2110,194788,720.2,13112,11366,26220,27568,0.5000762776506483,0.4122896111433546,2918,0.02063310450038136,-0.10584735925710975 +36115,NY,Washington,6988.80266440568,-9.138582228261145,0.11055433220079854,1533.73906670447,0.024261880959005156,10,0.160328352,49.25,0.796925566343042,33,0.529083563,1833,187376,738.4,10596,8238,21263,22401,0.49833043314678077,0.367751439667872,4532,0.01608427785354838,-0.20231239676800145 +36117,NY,Wayne,13063.0667459251,-5.325164801745384,0.13930668798708676,3560.96640557526,0.03797473025610267,14,0.152089603,70.1666666666667,0.772777667643193,65,0.706130297,2525,275794,739.2,15136,12378,34127,36598,0.44351979371172384,0.3382152030165583,9557,-0.09315204969672114,-0.26113448822340024 +36119,NY,Westchester,140483.706795727,-1.0887666865995194,0.1480157861031584,36342.0237308661,0.038290513069430196,481,0.494533401,529.166666666666,0.542990108857973,768,0.789608424,21424,2917726,551.6,171908,245670,284731,378506,0.6037558256740573,0.6490517983862871,124027,0.22196740080988725,0.3276751227193228 +36121,NY,Wyoming,9630.64091607021,22.04260071620423,0.22845785591436862,1343.40949110843,0.031868330947893014,8,0.19423133,20.5833333333333,0.50460477392889,24,0.582693989,1122,123592,794.7,5224,3585,15230,16280,0.34300722258699934,0.2202088452088452,8299,-0.2956007879185818,-0.5097665847665848 +36123,NY,Yates,521.934381927887,-7.985809607435225,0.020590752009148137,46.8388174791362,0.0018478308931330362,10,0.39669946,19.3333333333333,0.775722558814482,14,0.555379245,763,75295,745,4021,3219,8437,8975,0.47659120540476474,0.35866295264623954,1961,-0.029512860021334575,-0.21849582172701948 +37001,NC,Alamance,34641.5386825955,-15.078604085740363,0.22921530779651758,8103.3119715152,0.05361780158614183,30,0.192564445,142.916666666667,0.894974366681696,126,0.808770669,4819,469519,821.3,28341,29268,66638,69264,0.4252978780875777,0.42255717255717257,8967,-0.14062546895164918,-0.12946119196119193 +37003,NC,Alexander,2429.19821149712,0.5562947991760588,0.06530453818745954,556.508178470747,0.014960701609515216,4,0.106974754,27,0.721385059313883,16,0.427899016,1121,111695,803.8,4591,3750,17060,18011,0.2691090269636577,0.20820609627449893,10076,-0.44642438452520516,-0.5594359002831603 +37005,NC,Alleghany,430.702622724602,6.942104628757106,0.03861072368665191,67.5586311593943,0.00605635420523481,3,0.27576064,10.6666666666667,0.983284169124877,4,0.367680853,382,32604,731.2,1574,1300,5025,5214,0.31323383084577117,0.24932873034138858,2489,-0.3590049751243781,-0.4773686229382432 +37007,NC,Anson,1766.95937301663,13.892536877601563,0.06556922120441702,445.553573882906,0.016533827144237272,3,0.116437027,33.8333333333333,1.32950854029131,14,0.543372793,938,77839,971.9,6894,5785,11072,10394,0.6226517341040463,0.5565710987107947,1305,0.2500903179190752,0.12555320377140655 +37009,NC,Ashe,1431.61524584081,3.648485276110104,0.05247664109969613,257.549595285726,0.009440621505286684,5,0.184325002,20.25,0.752117070271876,18,0.663570007,1026,81252,798.6,4100,3476,12486,13160,0.3283677719045331,0.2641337386018237,5877,-0.3289283998077847,-0.44658054711246203 +37011,NC,Avery,116.27070289175,NA,0.006533163055107602,20.1375317439088,0.0011315127124745068,4,0.225060485,16.6666666666667,0.951510999467154,10,0.562651213,568,53094,746.8,1861,1670,7657,8060,0.24304557920856731,0.20719602977667495,4556,-0.5024160898524227,-0.5652605459057072 +37013,NC,Beaufort,4947.30265529772,-29.315904153011434,0.10358890796075546,1126.54960826402,0.023588216006700725,10,0.210150257,52.5,1.1046585027143,33,0.69349585,1773,142604,871.1,9399,8699,23468,23599,0.40050281234020796,0.3686173142929785,5779,-0.1925600818135333,-0.2448832577651595 +37015,NC,Bertie,1172.94438730468,-37.4810272949445,0.05511438714898412,219.261024090278,0.010302651258823325,6,0.298418383,26.6666666666667,1.34313824250361,11,0.547100368,748,61032,858.3,6537,5837,9941,9380,0.6575797203500654,0.6222814498933902,2361,0.3188814002615431,0.25170575692963754 +37017,NC,Bladen,2280.85763948036,0.9290507606419043,0.06481550552658027,410.529074073105,0.01166607201117093,7,0.201979398,40,1.18550131887022,26,0.750209193,1229,103690,916.5,8277,7021,16351,15743,0.5062075714023607,0.4459759893285905,1490,0.020182251850039745,-0.09464523915390965 +37019,NC,Brunswick,16700.7249131067,-0.8568925134232904,0.1554553612375078,3186.8579735121,0.029664230748220718,20,0.168299169,113.083333333333,0.890749594994473,90,0.757346259,3863,357075,730.1,21932,23117,56985,67255,0.3848732122488374,0.3437216563824251,19323,-0.22207598490830915,-0.2873094937179392 +37021,NC,Buncombe,51501.1084515291,-12.848592376510085,0.2161024700254664,11100.703373381,0.046579374505412934,56,0.223518095,227.583333333333,0.888691907989962,220,0.878106802,7549,751093,738.4,70066,74937,126201,134507,0.5551936989405789,0.5571234210858914,19598,0.12390551580415365,0.14570245414736777 +37023,NC,Burke,26885.7810940907,6.7375185121583065,0.29573412854288433,5998.96654141257,0.06598652038688589,19,0.212323715,111.5,1.25490990534715,57,0.636971146,3054,267035,872.1,13577,10930,36116,37638,0.3759275667294274,0.2903980020192359,14811,-0.23623878613356963,-0.3935118762952335 +37025,NC,Cabarrus,40937.3216279922,2.8913957768464873,0.22997074129122472,11030.9026804327,0.061967533918874114,32,0.166577305,147.666666666667,0.732509879789011,145,0.754803413,4518,576168,812.7,32453,35048,82445,91002,0.3936321183819516,0.385134392650711,18176,-0.20221966159257682,-0.19973187402474674 +37027,NC,Caldwell,29875.2641730048,1.8603412505339818,0.35981722257289384,6914.85304920168,0.08328238385626323,12,0.147268175,91.5833333333333,1.12442550962361,52,0.638162093,2813,244611,932.1,10795,8403,34338,35747,0.31437474518026676,0.23506867709178392,18096,-0.3574465606616576,-0.506224298542535 +37029,NC,Camden,438.907615914522,17.345164140227052,0.04397871902951122,105.405146563604,0.01056163793222485,0,0,6,0.575926281435976,1,0.096796051,239,30731,727.7,1456,1266,4520,4939,0.32212389380530976,0.2563271917392185,2261,-0.3404867256637168,-0.45778497671593443 +37031,NC,Carteret,16740.0527669194,2.339844772233385,0.2518475193988085,2892.35664957885,0.04351436985028886,13,0.188923283,63.4166666666667,0.920549668553733,61,0.886486172,2271,206056,745.4,10197,9806,35124,36919,0.29031431499829174,0.26560849427124245,16422,-0.4100045552898304,-0.44481161461578045 +37033,NC,Caswell,1855.47151770944,-26.171039955414187,0.07822722364810658,390.199030029072,0.016450905604328683,1,0.0433238,18.25,0.796595373199476,6,0.259942813,785,69129,837.4,5183,4549,10736,10515,0.4827682563338301,0.43262006657156443,1209,-0.026825633383010417,-0.11497860199714688 +37035,NC,Catawba,33136.806799472,-17.82768447962694,0.2146750204036849,8345.3917768743,0.05406517172335933,31,0.200603104,181.416666666667,1.1595156984684,125,0.808883482,4877,464408,895.2,23954,21050,69102,71065,0.346646985615467,0.29620769717863926,27012,-0.2956788515527771,-0.3801027228593541 +37037,NC,Chatham,3077.03351699125,-38.63004782688888,0.04845340551123927,779.071367835514,0.01226787446398731,13,0.189234039,51.25,0.709411292443559,32,0.465806865,1912,206205,560,18252,20953,35157,39080,0.519156924652274,0.5361566018423746,3941,0.04761498421367005,0.10084442169907876 +37039,NC,Cherokee,2070.58043266119,1659.373160755451,0.07544747240421186,374.93523496308,0.01366182899588544,4,0.147378505,25.8333333333333,0.925760019112465,22,0.810581777,1117,81343,862.2,3339,2809,12695,13860,0.26301693580149665,0.20266955266955267,7902,-0.4617565970854667,-0.5701298701298702 +37041,NC,Chowan,3422.38092118605,7.9149905093531565,0.2313513770828128,766.026245579855,0.051783022076648075,4,0.274499039,19.9166666666667,1.38473661035018,10,0.686247598,558,43744,807.1,3507,2965,7424,7108,0.47238685344827586,0.4171356218345526,1018,-0.049164870689655193,-0.14321890827236922 +37043,NC,Clay,342.644212786661,-12.954538159122345,0.032364618190862476,56.8776607610489,0.0053724058525596394,2,0.189018051,6.75,0.618415025194686,6,0.567054154,434,31950,771.8,1573,1352,5592,5885,0.2812947067238913,0.22973661852166524,3043,-0.42542918454935624,-0.5170773152081564 +37045,NC,Cleveland,16368.9655280682,28.61768390908011,0.16689742376545402,3734.87842261667,0.03808069518767379,17,0.175120524,122.666666666667,1.26273024238931,60,0.618072438,3532,290892,996.6,16734,14896,42542,44137,0.3933524516947957,0.3374946190271201,13498,-0.20464482158807773,-0.30582051340145455 +37047,NC,Columbus,2547.699079249,57.21053710499279,0.04385175185460773,446.719978113001,0.007689076699938052,16,0.280933401,73.4166666666667,1.2992950476359,49,0.860358541,2126,170768,992.3,10973,8991,24017,23472,0.45688470666611153,0.3830521472392638,5186,-0.07869425823375104,-0.2209441036128153 +37049,NC,Craven,29016.2136862819,22.94435521379802,0.2803363478699763,6381.73031738064,0.06165625155674258,14,0.133958473,100.083333333333,0.967502859812783,73,0.698497751,3138,312220,816.7,18556,17481,45585,46231,0.40706372710321376,0.37812290454456965,10075,-0.17764615553361857,-0.21792736475525076 +37051,NC,Cumberland,96359.8118769654,-0.19699974406223517,0.3016608027303718,28342.3564242903,0.0887276326477089,48,0.14709127,319.083333333333,0.975411180774847,276,0.845774803,7191,976006,850.2,74991,70523,126092,124402,0.5947324175998477,0.5668960306104404,19930,0.19668178790089774,0.16020642754939635 +37053,NC,Currituck,3092.94846209771,0.24475875889420384,0.1313521239265176,655.527174363815,0.027839095186809996,10,0.400384369,20.4166666666667,0.791067715396438,21,0.840807175,663,74530,841.7,3521,2879,11153,12423,0.31569981170985384,0.23174756500040247,6191,-0.3505783197346005,-0.4983498349834983 +37055,NC,Dare,10375.2250603865,-18.700896753981542,0.3058733803179982,2055.42638046247,0.060596296593822825,16,0.455788514,42.4166666666667,1.17942016090164,62,1.766180492,899,105659,679.7,7258,7079,17614,19009,0.4120585897581469,0.37240254616234414,4204,-0.1614624730328148,-0.22115839865326947 +37057,NC,Davidson,26967.967180931,-4.300238881399608,0.16557157615473547,6573.80131813247,0.04036027774243587,33,0.201131211,158.083333333333,0.958510685600411,88,0.536349895,5265,492477,889.7,20291,17328,69994,72013,0.28989627682372776,0.24062322080735424,35542,-0.4092350772923393,-0.49354977573493675 +37059,NC,Davie,4486.51144164872,-1.3543688101271047,0.10879028713988168,1090.89516723587,0.02645235614054001,4,0.096539074,36.0833333333333,0.858861146153175,29,0.699908288,1357,124565,766.1,5652,5228,20418,21350,0.2768145753746694,0.2448711943793911,10274,-0.43667352336173965,-0.4812177985948478 +37061,NC,Duplin,1137.43435801279,15.33755959740806,0.019441660678793094,302.065638305626,0.005163073896344347,12,0.200394108,65.3333333333333,1.10792676377984,36,0.601182325,1635,178276,782.6,8923,8196,20375,20601,0.43793865030674844,0.3978447648172419,3955,-0.11813496932515338,-0.19198097179748558 +37063,NC,Durham,69240.2399284876,-4.054293588968761,0.25875786166176834,16409.5085012095,0.061324012381802934,47,0.159614209,228.083333333333,0.74485432750295,264,0.896556408,5710,884917,696.5,109185,118783,143828,150543,0.7591359123397391,0.7890303767030018,90904,0.5274285952665684,0.6038407631042293 +37065,NC,Edgecombe,7339.26697551761,-19.648804936430142,0.12977908783982195,1806.46493786091,0.03194343149421612,12,0.218447927,62.8333333333333,1.1784638083449,25,0.455099849,1869,164570,917.6,18249,16152,26826,24653,0.6802728696041154,0.6551738125177463,7933,0.3636397524789383,0.32178639516488866 +37067,NC,Forsyth,128304.299077413,-6.0583932500050794,0.3658833064630935,32672.432106772,0.09317144924507942,76,0.208049319,331.083333333333,0.891180431624725,273,0.747335052,9645,1095991,782.7,91606,92488,172332,172509,0.531566975373117,0.5361343466137999,17695,0.07212241487361609,0.10257435843926987 +37069,NC,Franklin,2714.44000861111,-5.363833405343469,0.044778699889656874,610.710547159855,0.01007457310677931,7,0.111358575,67.0833333333333,1.0367565618319,25,0.397709195,1654,188787,781.3,13317,12811,28059,29902,0.474607077942906,0.42843288074376296,3509,-0.041448376634947826,-0.11735001003277368 +37071,NC,Gaston,58303.5076812635,-0.0684316253614831,0.2829086288309905,14498.0235094785,0.07034938573934425,32,0.15156754,218.583333333333,1.00745896035459,164,0.776783642,6689,633932,938.1,32903,30982,89638,94872,0.3670653071242107,0.32656632093768445,30485,-0.25562819340012044,-0.3213276836158192 +37073,NC,Gates,4.76405128542501,0,3.905920542284996e-4,0.984120775851693,8.068547805621816e-5,3,0.25935852,8.91666666666667,0.776848463727711,0,0,333,34638,735.7,2745,2371,5310,5328,0.5169491525423728,0.4450075075075075,480,0.04011299435028243,-0.09009009009009006 +37075,NC,Graham,251.481077820521,0,0.028380665593106986,40.4095559435659,0.004560383246085758,2,0.231374364,7.5,0.876372984342136,5,0.578435909,310,26004,798.2,1115,761,3910,4094,0.2851662404092072,0.1858817782120176,2499,-0.4163682864450127,-0.6104054714215926 +37077,NC,Granville,9758.03467188528,12.793382546203924,0.16286191788312437,1044.00451941687,0.01742446958102794,7,0.11965812,59.8333333333333,1.01359172863975,31,0.52991453,1533,175092,773.7,13529,12827,26068,26920,0.5189887985269296,0.4764858841010401,673,0.04591836734693877,-0.025000000000000022 +37079,NC,Greene,NA,NA,NA,NA,NA,5,0.237045465,17.75,0.838529856386999,5,0.237045465,606,63580,841.2,3761,3570,8194,8013,0.4589943861361972,0.44552602021714716,788,-0.07712960702953381,-0.0983401971795832 +37081,NC,Guilford,98823.1358290348,-3.7277530364294216,0.20233808722463442,23323.4567554867,0.04775423880027416,109,0.212841156,474.833333333333,0.910811450201088,424,0.82793257,12465,1537659,744.2,145483,147949,251529,252087,0.5783945389994792,0.5868965872893088,50488,0.16506645356996613,0.20028006204207277 +37083,NC,Halifax,9039.6915933811,-5.27244170015426,0.1652866393626209,2211.62262087088,0.040438511288345066,17,0.320936379,81.0833333333333,1.56634341717215,44,0.830658864,1970,158862,918.7,16931,15642,25724,24881,0.6581791323277872,0.6286724810096057,6688,0.32051780438501004,0.2687994855512238 +37085,NC,Harnett,10042.4125960289,-2.109562067983163,0.08757052439028323,2967.56147309976,0.02587733892376707,20,0.157895568,89.5833333333334,0.684464004197197,78,0.615792715,2839,380173,867.9,16858,16452,42343,44955,0.3981295609663935,0.365965965965966,10826,-0.19393996646435063,-0.24081859637415193 +37087,NC,Haywood,12745.3906591993,5.977011678236406,0.21589183988073887,2666.57309714729,0.0451685936910917,10,0.168149182,45.8333333333333,0.755303604583457,38,0.638966891,2237,178368,778.9,11742,10414,27679,30156,0.42422052819827305,0.34533757792810715,8430,-0.13768561002926405,-0.2795463589335456 +37089,NC,Henderson,23181.4880471617,3.685628966310571,0.2171771411575951,4522.32204538249,0.04236764142198323,23,0.206929437,69.6666666666667,0.609992790994288,60,0.539815923,4131,332998,726.5,18519,19664,51961,56810,0.35640191682223205,0.34613624361908113,15871,-0.27599545813206056,-0.27936982925541276 +37091,NC,Hertford,2499.18143366717,-11.393633804153353,0.10130858298541368,597.503666833128,0.024220830468731122,8,0.329109758,40.1666666666667,1.6641807535079,18,0.740496956,769,72953,808.8,7815,6886,10872,10100,0.7188189845474614,0.6817821782178218,3805,0.4427888153053716,0.3767326732673268 +37093,NC,Hoke,9915.79596478509,-6.504654776257222,0.21119006570082383,3180.62591218558,0.06774207514452164,6,0.116254287,42.6666666666667,0.801071433041693,13,0.251884288,883,155440,825.1,9915,9608,16800,17847,0.5901785714285714,0.5383537849498515,1932,0.19011904761904763,0.10825348798117335 +37095,NC,Hyde,5226.8233528609,51.95989184131512,0.8996253619381928,911.465188865081,0.15687868999398985,1,0.176180409,7,1.26880551024107,4,0.704721635,169,16902,750.6,1157,956,2358,2273,0.4906700593723495,0.42058952925648924,319,-0.011026293469041548,-0.14034315882094145 +37097,NC,Iredell,24361.4484421606,-2.7702483134579468,0.15279670617335123,6351.52998561722,0.03983723969729247,28,0.1679916,140.166666666667,0.810605534864713,141,0.845957702,4486,501444,837.4,25952,24441,75762,80727,0.34254639529051506,0.3027611579768851,29723,-0.3051529790660225,-0.368191559205718 +37099,NC,Jackson,7266.5340080266,5.049558511945861,0.18044086335145887,477.317843569759,0.01185264442327628,6,0.146409312,31.6666666666667,0.749666595645621,29,0.707645006,1059,123293,745.8,8052,7564,16556,18004,0.48634935974873156,0.42012886025327706,2142,-0.010388982846098127,-0.11897356143079313 +37101,NC,Johnston,8700.33290017402,3.213011271348725,0.051518450598503185,2501.30260377926,0.014811299303516504,33,0.18189535,134.75,0.703839122486289,116,0.639389714,3949,544377,796.2,27052,28153,76021,84553,0.3558490417121585,0.3329627570872707,25929,-0.27826521619026323,-0.30665972821780424 +37103,NC,Jones,0.312787592411041,0,3.080740593036945e-5,0.0513865314424038,5.061216531311317e-6,2,0.198491465,9.91666666666667,1.00727949889961,3,0.297737197,368,30289,805,2335,2041,5192,5039,0.4497303543913713,0.40504068267513393,900,-0.09437596302003082,-0.17860686644175439 +37105,NC,Lee,8545.128152382,-31.43351192225236,0.14767096658455742,2300.80206511062,0.039760862425441884,12,0.20113305,72.25,1.21192297369834,46,0.771010023,1702,179175,840.7,10577,10380,23800,24676,0.44441176470588234,0.42065164532339117,3245,-0.10180672268907559,-0.1315042956719079 +37107,NC,Lenoir,7585.14982323796,3.6789127556693675,0.1274922232664587,1759.91310573289,0.029580857311251197,15,0.256476019,71.3333333333333,1.24475776664864,52,0.889116868,2161,175345,951.7,13350,11752,27247,25500,0.4899621976731383,0.4608627450980392,1602,-0.015157632032884338,-0.06282352941176467 +37109,NC,Lincoln,11163.730910797,-13.381689328976892,0.14264014451922313,2378.28155735339,0.030387549445517022,14,0.175374864,78.4166666666667,0.96610322623037,55,0.688972679,2282,240390,865.4,10980,9836,36532,39449,0.30055841454067667,0.24933458389312785,18817,-0.38880981057702835,-0.4769956145909909 +37111,NC,McDowell,1925.70392782343,-44.79119165425728,0.04279722481605987,458.288662953702,0.010185097852113568,8,0.177916157,51.6666666666667,1.14623775189499,28,0.62270655,1553,134879,874.6,6006,4645,17953,19557,0.33454018826937004,0.23751086567469448,9872,-0.3189439090959728,-0.5047808968655725 +37113,NC,Macon,2213.88579928015,1.095702108054813,0.06526401153470167,460.582183427997,0.013577683610282325,9,0.265682657,29.4166666666667,0.855732681715926,31,0.915129151,1315,101909,751.5,5692,4841,16750,17336,0.33982089552238803,0.2792455006922012,7194,-0.30597014925373134,-0.4149746192893401 +37115,NC,Madison,2534.35205510887,22.441313198452782,0.12205509801140772,511.192421950568,0.024619168847551918,2,0.094531361,16.8333333333333,0.788815995001562,6,0.283594082,705,63430,822.5,4466,3899,10023,10966,0.44557517709268685,0.3555535290899143,2836,-0.09109049186870194,-0.2586175451395221 +37117,NC,Martin,909.632038877733,65.97560424863414,0.03712026275771202,203.59563517525,0.008308330347898388,5,0.213183252,31.9166666666667,1.37738074687842,17,0.724823058,937,70514,930.7,6514,5814,12541,11852,0.5194163144884778,0.49055011812352345,60,0.043935890279881984,-0.005062436719540986 +37119,NC,Mecklenburg,167999.007090075,-18.598190040304008,0.1826814832628791,45174.1660629308,0.049122216877836265,200,0.197523256,745,0.706271596979622,832,0.821696745,17258,3037902,677.4,270705,292258,445062,461834,0.6082410989929493,0.6328204506381081,137955,0.2251708750690915,0.29871122524543453 +37121,NC,Mitchell,NA,NA,NA,NA,NA,1,0.06531252,18.9166666666667,1.25060602053859,8,0.522500163,659,45899,890.6,1810,1585,7673,7948,0.23589208914375082,0.1994212380473075,4640,-0.5171380164212173,-0.58379466532461 +37123,NC,Montgomery,468.887974616326,103.11046586979921,0.016867687409753435,104.061809896546,0.0037434998883569322,5,0.182515057,31.75,1.15799839521482,18,0.657054207,856,82489,799.6,4689,4108,11178,11449,0.4194847020933977,0.35880862957463533,2962,-0.15208445160135986,-0.2587125513145253 +37125,NC,Moore,17935.5185235702,-19.860682244713153,0.2032422464624316,3242.68719519705,0.036745579965291174,20,0.214875855,71.9166666666667,0.750884007127743,67,0.719834116,3272,278982,681.3,16371,16148,46044,47746,0.3555512118842846,0.3382063418925146,14125,-0.28157849013986613,-0.295836300423072 +37127,NC,Nash,13818.2457092,9.36382865095238,0.14418036007095159,3475.86437601659,0.0362673661938292,22,0.233157052,130.75,1.39088346364555,73,0.773657492,2989,282643,875.1,24214,23024,48235,46903,0.5020006219550119,0.49088544442786175,118,0.009225666010158617,-0.002515830543888431 +37129,NC,New Hanover,61146.0362024734,-5.646791590036315,0.301706919244245,13166.6658122119,0.06496699419348932,45,0.208046306,200.25,0.896041309629815,226,1.044854784,5501,650267,719.5,48038,50219,102067,108737,0.4706516307915389,0.4618391164001214,4446,-0.0465772482780919,-0.04088764633933256 +37131,NC,Northampton,2575.21764140886,160.11123604349612,0.11653095802565092,518.000174595253,0.02343998256008204,6,0.293212139,23.5,1.175,6,0.293212139,799,61790,822.7,7210,6113,10719,9761,0.6726373728892621,0.6262678004302837,2557,0.34853997574400597,0.26196086466550556 +37133,NC,Onslow,53953.2779106485,-6.004834012342626,0.30349705190158466,12898.1657625278,0.07255454043678307,21,0.111946863,132.166666666667,0.706259974920201,152,0.810282053,3045,557138,794.8,18115,17156,50353,55364,0.3597600937382083,0.30987645401343833,19186,-0.2696959466168848,-0.3465428798497219 +37135,NC,Orange,25496.234725159,-18.171239253349505,0.1905533944078071,4519.98681087246,0.033781412776230826,20,0.142429853,80,0.564190809331716,104,0.740635237,2281,420801,622.5,53404,59105,75848,79830,0.7040923953169497,0.7403858198672179,40732,0.4219755300073832,0.5102342477765252 +37137,NC,Pamlico,722.019157383675,10.812818652563774,0.054931463586706857,145.874353427097,0.011098170528537505,4,0.30892802,13.8333333333333,1.07895899955802,14,1.081248069,478,38584,795.8,2632,2427,6712,6772,0.39213349225268174,0.3583874778499705,1798,-0.20858164481525626,-0.2655050206733609 +37139,NC,Pasquotank,10194.7190028031,41.12524251448846,0.25072474859947125,2407.04572327707,0.059197897820443914,6,0.150803026,42.8333333333333,1.07448658773162,31,0.779148968,1224,119196,870.4,9970,8455,17343,16964,0.5748717061638702,0.49840839424663996,373,0.15879605604566688,0.021987738740863016 +37141,NC,Pender,3483.38267351055,-2.8792157331209185,0.0667097434458232,786.9965799209,0.015071654440525117,10,0.177777778,53.3333333333333,0.902577988379308,34,0.604444444,1554,168665,768.1,9455,9086,24036,27072,0.3933682809119654,0.33562352245862886,8231,-0.20440173073722745,-0.30404107565011823 +37143,NC,Perquimans,457.556296646776,22.1471583955639,0.034011469311438045,79.8266285178538,0.0059337418061290274,2,0.148522204,11.4166666666667,0.856142982127234,6,0.445566612,486,40492,767.3,2747,2291,6621,6595,0.4148920102703519,0.3473843821076573,1852,-0.1611539042440719,-0.2808188021228203 +37145,NC,Person,4048.90520878424,36.08605943770943,0.10259743586013177,923.731065708342,0.0234069294979815,5,0.127772667,39.9166666666667,1.01610494518549,26,0.664417868,1259,117616,840.8,8384,7772,19008,19303,0.44107744107744107,0.40263171527741803,3344,-0.10958543771043772,-0.1732373206237372 +37147,NC,Pitt,15522.8763639121,6.736674291145091,0.09231674693669924,3965.83566206904,0.023585387052293457,26,0.148271497,166.333333333333,0.938569762630252,160,0.912439979,3671,525284,777.6,40701,40967,76814,78264,0.5298643476449606,0.5234462843708474,5776,0.06726638373213223,0.07380149238474903 +37149,NC,Polk,72.4351090230048,0,0.0035316971732328034,15.8170646326616,7.711879391838908e-4,3,0.147369455,20.25,0.995868987902036,9,0.442108366,866,61093,701.7,4e3,3715,10323,10723,0.3874842584520004,0.34645155273710715,3023,-0.21495689237624716,-0.281917373869253 +37151,NC,Randolph,27287.8479418215,11.717770556237312,0.19250414767919677,6906.63775551878,0.04872338842145987,20,0.140077603,108.666666666667,0.75770253435228,78,0.546302652,4301,427752,863.5,14675,13074,60202,63615,0.2437626656921697,0.2055175666116482,36082,-0.5022756719045878,-0.5671932720270376 +37153,NC,Richmond,6128.091914046,8.948550241417081,0.13139415326327752,1438.11218992161,0.030834970516555028,12,0.262392583,60.5833333333333,1.34812375293917,23,0.502919117,1623,137274,1002.6,9747,8290,19127,18813,0.5095937679719768,0.4406527401265083,1909,0.02671616040152658,-0.10147238611598358 +37155,NC,Robeson,12545.128736157,-3.1811466282091896,0.09350313589050295,3473.42551595521,0.025888628554910337,29,0.215197388,186.75,1.40165872330844,68,0.504600772,3917,403962,983.8,23957,18377,41380,39454,0.5789511841469309,0.4657829370912962,1917,0.1658772353794104,-0.04858822933035939 +37157,NC,Rockingham,19545.8495811916,-5.851837589407963,0.2087272896125882,4514.84082679127,0.048213329632660964,20,0.218112022,107.166666666667,1.17259162809697,63,0.68705287,3419,275565,915.6,16170,14057,41549,41374,0.3891790416135166,0.33975443515251125,12406,-0.21341067173698525,-0.2998501474355876 +37159,NC,Rowan,34164.0834563149,4.358749666829222,0.24680038327733475,8540.00767715817,0.06169277658535968,19,0.137055471,125.166666666667,0.894475689556192,81,0.584289115,4805,415970,953,22529,19208,61803,63078,0.364529229972655,0.30451187418751385,23180,-0.2603918903613094,-0.36748153080313267 +37161,NC,Rutherford,14561.8382307393,-5.2522288916193265,0.21474470182479424,3316.36217853065,0.04890668306342206,13,0.195195195,70.6666666666667,1.06392054721649,39,0.585585586,2634,199752,967,9277,7451,28373,29764,0.3269657773235118,0.2503359763472652,14243,-0.33553025763930494,-0.47853111140975674 +37163,NC,Sampson,2715.09195674185,-6.867984357684574,0.04280386493578613,587.177881551225,0.009256954510432203,11,0.171740827,44.6666666666667,0.707601968612044,33,0.515222482,2010,191805,884,11496,10486,26005,25638,0.44206883291674676,0.4090022622669475,4275,-0.11005575850797927,-0.16674467587175285 +37165,NC,Scotland,5867.71210322063,-1.2585776160516853,0.16228426316399674,1405.65747275218,0.03887649619028625,7,0.196761862,52,1.47542844172058,23,0.646503261,1127,107202,881,8131,7279,14020,13743,0.5799572039942938,0.5296514589245434,1067,0.16633380884450782,0.07763952557665715 +37167,NC,Stanly,3375.73163061605,-23.42844168464789,0.055718934234811425,747.709932006932,0.012341502550250592,15,0.247524752,52.5,0.863614679804576,44,0.726072607,2059,181962,904,8287,7008,28276,29451,0.2930753996321969,0.23795456860548028,14780,-0.4035577875229877,-0.5018505313911242 +37169,NC,Stokes,8299.13217362496,1.7160968112193384,0.1750834829143889,1915.19112909366,0.04040402373565241,7,0.150800319,41.0833333333333,0.891236595295428,24,0.517029665,1546,139354,822.2,5969,4645,21396,22182,0.27897737894933633,0.20940402127851412,12331,-0.42872499532622915,-0.5559011811378596 +37171,NC,Surry,5700.16715051687,-14.4435942805807,0.07737118280125514,1293.35288154841,0.017555317165697203,17,0.23297884,105.583333333333,1.46413730302904,61,0.835982897,2602,218716,857.5,9005,7438,29096,31663,0.30949271377508936,0.23491141079493416,16057,-0.36939785537530934,-0.5071218772699997 +37173,NC,Swain,214.216623915774,-64.60688932190321,0.015321981540360059,44.7487707058026,0.003200684550876375,3,0.210172341,16.3333333333333,1.13852874204192,17,1.190976601,532,42730,978.4,2618,2186,5705,5982,0.4588957055214724,0.36542962219993314,1371,-0.06275197195442594,-0.22918756268806417 +37175,NC,Transylvania,2367.3320361305,-23.841621383803343,0.07154221928469326,420.680091619439,0.012713209175564793,7,0.21183235,26.25,0.784003345080939,18,0.544711757,1194,99029,644.8,6740,6520,16469,17440,0.40925374946869875,0.3738532110091743,3921,-0.16892343190236203,-0.22482798165137613 +37177,NC,Tyrrell,489.666566164988,-3.3133088286232146,0.11111108830610121,83.2391259793975,0.018887934190922964,1,0.243013366,5.25,1.26780970780005,4,0.972053463,123,12287,742.2,835,705,1775,1700,0.4704225352112676,0.4147058823529412,263,-0.05295774647887325,-0.1547058823529412 +37179,NC,Union,31579.0068277761,-1.912325676142091,0.15688157913765127,10065.8428414293,0.050006174321032625,34,0.155557996,147.5,0.650909508133059,117,0.535302515,3964,653702,729.3,32032,34051,93389,103596,0.34299542772703423,0.3286902969226611,32214,-0.30448982214179404,-0.31095795204448046 +37181,NC,Vance,4473.9306309796,-1.477312871838834,0.09849699773192726,1084.61554415993,0.02387863907709766,10,0.224144887,68.9166666666667,1.5576500015068,28,0.627605684,1498,133852,924.3,13286,12168,20770,19762,0.6396726047183438,0.6157271531221536,4864,0.2831006259027443,0.24612893431838884 +37183,NC,Wake,170431.086639132,-1.6353184418429498,0.18915916842764816,46400.2847760507,0.05149905135339642,185,0.18524248200000001,631.25,0.603033461311762,848,0.849111487,15157,2998186,628.8,286939,298353,526805,510940,0.544677821964484,0.5839296199162328,104746,0.10251611127457028,0.2050064586839942 +37185,NC,Warren,1528.49742464617,-4.339494327343845,0.07288276867471724,382.609853727124,0.018243841966771125,5,0.24714547,19.1666666666667,0.962810401701244,11,0.543720034,713,60824,780.8,6635,6668,9777,10123,0.6786335276669735,0.658698014422602,3366,0.36043776209471207,0.33251012545688036 +37187,NC,Washington,3548.93832067422,16.63630623851682,0.2682898639759767,836.909726365994,0.06326804704913773,4,0.318217979,17.5,1.4350143501435,8,0.636435959,457,37675,814.8,3811,3490,6456,6115,0.5903035935563816,0.570727718724448,930,0.18525402726146217,0.15208503679476693 +37189,NC,Watauga,3418.33618143608,-13.442608924764096,0.0669225353165896,606.115784080685,0.011866242175467119,11,0.209284627,36.3333333333333,0.673812791315851,39,0.742009132,999,157587,620.6,13371,13953,28168,28769,0.4746875887531951,0.48500121658729883,432,-0.026732462368645293,0.015016163231255875 +37191,NC,Wayne,22450.8537827853,-10.338257771709484,0.18308844003804586,5659.36658758017,0.046152569971213954,25,0.200874205,137.333333333333,1.10618875016781,74,0.594587645,3322,373231,808.1,23154,21520,50988,49824,0.45410684867027534,0.4319203596660244,5840,-0.08594179022515108,-0.11721258831085424 +37193,NC,Wilkes,7781.5975271388,-7.17971001348198,0.11222378896940871,1715.11206407951,0.024734814884330977,13,0.188849182,84.6666666666667,1.23169430705072,35,0.508440106,2415,206311,853.3,8089,6596,28852,30844,0.28036184666574243,0.2138503436648943,17017,-0.4270414529322057,-0.5517118402282454 +37195,NC,Wilson,2978.04099129763,-41.57533780632683,0.03666003140677093,822.230546224484,0.010121753775814117,19,0.233412366,102.583333333333,1.25620961454468,54,0.663382514,2509,244715,839.7,20745,19527,38890,37593,0.5334276163538184,0.5194318091133988,2117,0.073052198508614,0.056313675418296016 +37197,NC,Yadkin,729.632559584919,14.263247281468539,0.018997879487187393,169.013585337903,0.004400707840907749,8,0.211685013,38.0833333333333,1.01468968702263,18,0.476291279,1319,113428,884.8,3928,3140,16657,17350,0.23581677372876267,0.1809798270893372,10675,-0.5146184787176563,-0.6152737752161384 +37199,NC,Yancey,189.764443448017,198601.9453146752,0.01065015397059249,27.5327795800767,0.0015452227848286395,3,0.170319064,13.4166666666667,0.758947090545688,7,0.39741115,657,52728,796.4,3954,3181,9344,9808,0.4231592465753425,0.32432707993474713,3186,-0.1385916095890411,-0.324836867862969 +38001,ND,Adams,522.151600762295,-1.0578393861897515,0.222855996910924,91.881486814797,0.03921531660896159,1,0.419463087,4,1.7353579175705,0,0,92,7085,640.2,328,216,1281,1206,0.25604996096799376,0.1791044776119403,688,-0.45901639344262296,-0.570480928689884 +38003,ND,Barnes,3101.98196885523,0.1182799004516189,0.280316462032824,679.018887340066,0.06136082480933183,3,0.269203159,7,0.640673622551711,8,0.71787509,398,33364,728.2,2389,1597,5471,5253,0.43666605739352954,0.30401675233200076,1559,-0.10308901480533722,-0.2967827907862174 +38005,ND,Benson,2844.40351314573,-6.854124582529635,0.42708761458644595,601.907840138511,0.09037655257335,4,0.585394409,6,0.890339813028639,0,0,222,20507,1186.8,1232,842,2148,1940,0.5735567970204841,0.43402061855670104,85,0.16992551210428303,-0.04381443298969073 +38007,ND,Billings,782.999996767547,0,0.9999999958717076,137.999999801757,0.17624521047478545,0,0,NA,NA,0,0,10,2740,290.4,89,58,577,592,0.15424610051993068,0.09797297297297297,434,-0.6637781629116117,-0.7331081081081081 +38009,ND,Bottineau,2939.4085185003,-1.7458941744804695,0.4572108443770882,577.342495590475,0.08980284579102114,1,0.15037594,7,1.0639914880681,5,0.751879699,205,20086,666,1163,734,3484,3437,0.3338117106773823,0.21355833575792843,1748,-0.310849598163031,-0.5085830666278732 +38011,ND,Bowman,939.774277362162,0,0.2982463590486074,198.489277141698,0.06299247132392828,3,0.923929781,3.83333333333333,1.18276252185539,4,1.231906375,130,9756,815.4,412,227,1728,1769,0.23842592592592593,0.12832108535895986,1218,-0.5005787037037037,-0.6885245901639345 +38013,ND,Burke,1967.99999247907,0,0.9999999961783892,408.9999980141,0.207825202242937,2,0.890868597,2,0.909918107370337,2,0.890868597,77,6829,866.1,230,118,1015,1031,0.22660098522167488,0.11445198836081474,761,-0.5280788177339901,-0.7381183317167799 +38015,ND,Burleigh,17840.8267954526,-10.116822908361758,0.2194227726109682,4170.78341486351,0.05129610142745499,8,0.08839486,34.5,0.365129594547398,57,0.629813376,2036,271986,625.2,14036,10865,42876,46874,0.32736262711073794,0.23179161155437983,21634,-0.3212753055322325,-0.4615351794171609 +38017,ND,Cass,20905.0462472867,-6.693385417540723,0.13957354382677495,5537.90330232417,0.03697407698276229,24,0.143708272,85.9166666666667,0.490254818382226,115,0.688602138,3106,501877,650.6,34632,31291,73275,78807,0.47263050153531216,0.397058636923116,8447,-0.029477993858751272,-0.10718590988110194 +38019,ND,Cavalier,1454.52415396686,0,0.3642685083813824,268.758381137372,0.06730738320495167,3,0.778210117,1.91666666666667,0.500827454054525,2,0.518806744,124,11555,527.3,818,476,2054,1969,0.39824732229795523,0.24174707973590656,880,-0.18208373904576436,-0.44692737430167595 +38021,ND,Dickey,673.496204229765,-75.86462211122343,0.1273390440971384,154.452495689466,0.029202589466716958,4,0.776699029,6.66666666666667,1.31648235913639,2,0.388349515,217,15459,703.1,849,551,2513,2372,0.3378432152805412,0.23229342327150085,1105,-0.29924393155590934,-0.46585160202360876 +38023,ND,Divide,688.7050356408,0.6779500394666422,0.3325470959154032,113.403832654992,0.05475800707628778,1,0.411184211,1,0.414421881475342,1,0.411184211,85,7194,584.3,382,243,1151,1187,0.3318853171155517,0.2047177759056445,617,-0.3032145960034752,-0.5197978096040439 +38025,ND,Dunn,1874.325837614,-43.91153411171367,0.5300695242121041,402.676501332662,0.11387910105561709,1,0.227324392,0.75,0.171781951442968,1,0.227324392,91,13244,586.2,493,356,2002,2199,0.24625374625374624,0.16189176898590268,1397,-0.5,-0.6352887676216461 +38027,ND,Eddy,688.503905952757,0,0.28868088299905953,146.312374933368,0.06134690772887548,0,0,1,0.424088210347752,2,0.841396719,137,7126,1023.1,484,354,1147,1219,0.4219703574542284,0.2904019688269073,436,-0.1281604184829992,-0.3576702214930271 +38029,ND,Emmons,1582.33031987627,-3.5390555595105893,0.44572685066937184,357.520886004792,0.10071010873374422,4,1.168907072,7,2.09205020920502,2,0.584453536,152,10307,712.1,383,215,1862,1959,0.20569280343716434,0.10974987238386932,1457,-0.5622986036519871,-0.743746809596733 +38031,ND,Foster,602.831929171793,-1.5999049397965122,0.18032663152012954,109.863839256886,0.0328638466218624,1,0.297441999,2.75,0.832576445655465,4,1.189767995,135,10088,677.8,604,346,1674,1699,0.36081242532855434,0.20364920541494996,891,-0.2532855436081242,-0.5244261330194231 +38033,ND,Golden Valley,1679.99999957505,323.46417798009696,0.9999999997470536,403.999999741498,0.2404761903223203,2,1.095890411,0.666666666666667,0.366905155017428,0,0,58,5490,654.8,161,99,924,942,0.17424242424242425,0.10509554140127389,694,-0.6266233766233766,-0.7367303609341826 +38035,ND,Grand Forks,13769.6129906227,-31.206715628111997,0.2059438684827134,2848.11972020555,0.042597623729910564,8,0.114060851,40.3333333333333,0.567411804979156,50,0.712880322,1403,210540,699.9,14008,10828,29796,29711,0.4701302188213183,0.36444414526606306,5497,-0.03476976775406099,-0.18501565076907545 +38037,ND,Grant,1252.66298726246,0,0.5232510389567503,274.799527885546,0.1147867702111721,1,0.423549343,4,1.6827934371056,0,0,106,7118,757,331,187,1383,1361,0.2393347794649313,0.13739897134459955,911,-0.4924078091106291,-0.6693607641440118 +38039,ND,Griggs,794.318746666259,0,0.3282308870521732,131.819133048547,0.05447071613576322,1,0.431220354,3,1.31752305665349,1,0.431220354,132,6917,761.8,535,298,1335,1247,0.40074906367041196,0.23897353648757017,549,-0.17602996254681647,-0.4402566158781075 +38041,ND,Hettinger,2476.49258336585,0,0.9997951487145135,468.000000153945,0.1889382317940836,3,1.127819549,3,1.14111829593001,1,0.37593985,100,8025,666.5,313,168,1351,1261,0.231680236861584,0.13322759714512292,864,-0.5070318282753516,-0.6851704996034893 +38043,ND,Kidder,2424.28815963153,-0.12902178982083679,0.9956008869123327,522.925916356488,0.21475396975625788,2,0.825082508,3,1.24275062137531,0,0,53,7267,453.2,393,179,1310,1358,0.3,0.13181148748159058,927,-0.36412213740458016,-0.6826215022091311 +38045,ND,LaMoure,1539.82557442398,-62.79451431265869,0.3720284064807876,264.616728909803,0.06393252691708214,4,0.964087732,3.5,0.851374361469229,1,0.241021933,137,12354,582.4,737,500,2179,2115,0.33822854520422213,0.2364066193853428,975,-0.2923359339146397,-0.46099290780141844 +38047,ND,Logan,834.768581954542,-56.227559707730435,0.4194816994746443,147.183275153652,0.07396144480083015,1,0.514403292,1,0.515198351365276,0,0,85,5820,746.6,221,112,1042,1030,0.21209213051823417,0.1087378640776699,755,-0.5547024952015355,-0.7330097087378641 +38049,ND,McHenry,3724.72089054009,-30.9597610827037,0.6904023893494142,786.552558815357,0.14579287466457033,3,0.501002004,3,0.503102465202079,0,0,192,17817,728.2,924,474,2653,2687,0.3482849604221636,0.17640491254186824,1517,-0.27402940067847714,-0.5645701525865277 +38051,ND,McIntosh,558.930954380313,0,0.19897862384489604,131.113876968509,0.046676353495375224,2,0.714030703,3,1.12951807228916,1,0.357015352,161,8273,638.4,456,233,1510,1423,0.3019867549668874,0.16373858046380885,862,-0.37880794701986753,-0.6057624736472241 +38053,ND,McKenzie,2346.42609077868,-18.023730652627414,0.36893491993375477,635.535440707456,0.09992695608607799,2,0.181884322,5.83333333333333,0.462192641893141,1,0.090942161,205,33090,763.5,926,696,3423,4594,0.2705229330996202,0.15150195907705702,2965,-0.44522348816827345,-0.6454070526774054 +38055,ND,McLean,4944.00661082148,0,0.5516633129682526,992.893883977116,0.11078931979213526,3,0.313217791,5,0.513927433446397,1,0.10440593,297,28803,664,1660,1070,4894,5206,0.3391908459337965,0.20553207837111026,2757,-0.30036779730281976,-0.5295812524010757 +38057,ND,Mercer,1567.89838975606,1.7625257546378787,0.18612279080674976,300.750158163986,0.035701585726968896,3,0.343013949,6,0.690131124913734,5,0.571689915,256,26225,723.8,1161,616,4394,4564,0.26422394173873465,0.13496932515337423,3099,-0.4485662266727355,-0.6790096406660824 +38059,ND,Morton,8212.67875497539,-2.7363001028616964,0.2989581287530629,2044.84826020611,0.07443661534731572,5,0.167661458,12,0.389496575675939,15,0.502984374,790,89159,730.2,4467,3077,13510,15547,0.3306439674315322,0.19791599665530327,8242,-0.3110288675055514,-0.5301344310799512 +38061,ND,Mountrail,1006.62654555298,2.1846982941404733,0.13119073967848038,225.792007023176,0.029426822236827313,5,0.511142916,9.75,0.951962507322788,6,0.613371499,245,29418,891.6,1401,1211,3444,4009,0.406794425087108,0.30207034173110503,1340,-0.16231126596980255,-0.33424794213020703 +38063,ND,Nelson,3125.99999344716,0,0.9999999979037619,559.99999814534,0.1791426737509085,5,1.642036125,4.66666666666667,1.57657657657658,1,0.328407225,174,9085,844.6,766,536,1668,1694,0.4592326139088729,0.31641086186540734,489,-0.057553956834532405,-0.2886658795749705 +38065,ND,Oliver,1556.00071463087,2.6529137027006913,0.8429039624219231,354.914295795817,0.19226126532817822,0,0,0.333333333333333,0.17825311942959,0,0,42,5561,558,281,119,1010,1002,0.27821782178217824,0.1187624750499002,708,-0.40792079207920795,-0.7065868263473054 +38067,ND,Pembina,3425.07325993106,0.39203381578545166,0.46203605287077565,753.200521516746,0.10160535835919951,5,0.701459035,5,0.707313622860376,1,0.140291807,258,21384,679.2,1245,681,3226,3093,0.38592684438933667,0.22017458777885549,1523,-0.20086794792312457,-0.4924021985127708 +38069,ND,Pierce,840.863715553434,-0.20832322341941162,0.1929914426333335,222.836110186593,0.051144390678584575,1,0.227066303,3,0.703070072650574,3,0.68119891,194,13138,766,656,431,2162,2020,0.303422756706753,0.21336633663366336,1002,-0.37280296022201664,-0.49603960396039604 +38071,ND,Ramsey,1901.89550088048,-24.58616196535293,0.16608990488869793,403.70226488124,0.03525476070921666,3,0.259425804,10,0.866025807569066,11,0.951227949,411,34764,785.3,2162,1505,4971,5218,0.43492255079460873,0.2884246837868915,1711,-0.09997988332327501,-0.32790341126868533 +38073,ND,Ransom,888.716040522846,-1.2128033525710034,0.1628579880012545,232.042411360485,0.04252197386118472,1,0.183621006,4.91666666666667,0.909819886503824,3,0.550863019,239,16375,791.3,1341,836,2412,2317,0.5559701492537313,0.36081139404402246,373,0.13805970149253732,-0.16098403107466547 +38075,ND,Renville,1456.94041918568,-22.663565202868288,0.5898544207229474,316.591651846585,0.12817475783262552,1,0.386548125,1,0.392156862745098,2,0.77309625,87,7764,762.2,398,200,1272,1255,0.3128930817610063,0.1593625498007968,778,-0.35534591194968557,-0.6199203187250997 +38077,ND,Richland,6564.55920425541,-24.663881763845485,0.40221550176186566,1473.11849266247,0.09025908293992219,4,0.243427459,6.41666666666667,0.392384679671416,11,0.669425511,438,49100,664.9,3190,2064,7549,7460,0.4225725261624056,0.2766756032171582,2695,-0.13551463770035765,-0.36126005361930297 +38079,ND,Rolette,1302.22412828734,31.558843302905395,0.09343647329320083,285.53092251027,0.020487258557097654,5,0.342090859,15.5,1.05737089842418,6,0.410509031,394,43976,1056.6,3351,2097,4528,3662,0.7400618374558304,0.5726379027853632,887,0.49933745583038874,0.2422173675587111 +38081,ND,Sargent,838.758261364933,-12.507497605827703,0.21905412937188118,183.356463054689,0.04788625308296918,4,1.017552786,4,1.02827763496144,0,0,115,11673,667.4,1073,693,1987,1978,0.5400100654252642,0.35035389282103135,395,0.09914443885254148,-0.1996966632962588 +38083,ND,Sheridan,1077.57791675955,-0.7022384719135094,0.8157289301737698,178.195448559998,0.13489435924299623,1,0.754147813,1,0.75642965204236,0,0,31,3950,324.7,161,94,808,774,0.19925742574257427,0.12144702842377261,550,-0.5891089108910892,-0.710594315245478 +38085,ND,Sioux,1701.19911762784,0.32774649527505456,0.4096313791543078,604.532269782554,0.14556519859921838,1,0.226142017,4,0.895054822107854,1,0.226142017,143,13291,1376.8,900,758,1138,1177,0.7908611599297012,0.6440101954120646,502,0.5949033391915641,0.4265080713678845 +38087,ND,Slope,692.378853221123,0,0.9523780649534017,135.711460067277,0.18667326006503024,0,0,NA,NA,0,0,12,2294,363.6,83,42,434,427,0.1912442396313364,0.09836065573770492,319,-0.5944700460829493,-0.747072599531616 +38089,ND,Stark,4111.58680830113,-34.952524475932776,0.1699073022976623,1008.51857153766,0.041676043288468946,3,0.098775188,14,0.44873233116446,21,0.691426314,721,91043,659.4,2805,1745,11539,12115,0.2430886558627264,0.1440363186132893,7973,-0.4943235982320825,-0.6581097812628973 +38091,ND,Steele,1733.18060102447,-8.651800227834459,0.8775597979870734,371.468091510573,0.1880851096256066,3,1.534526854,1,0.509683995922528,0,0,60,5869,582.9,515,361,1028,984,0.5009727626459144,0.366869918699187,176,0.019455252918287924,-0.1788617886178862 +38093,ND,Stutsman,6953.20852921441,-0.013040667951560279,0.3295359492518678,1474.00767345703,0.06985818357616257,3,0.14198495,13.5,0.638962514199167,19,0.899238014,712,63401,762.4,3561,2484,9431,9938,0.37758456155232745,0.24994968806600926,4222,-0.22054925246527413,-0.42483397061783057 +38095,ND,Towner,781.604997319918,-63.763528125981495,0.34799866309880584,140.891620291969,0.0627300179394341,0,0,2,0.883782589482987,1,0.432900433,89,6859,636.7,511,305,1164,1137,0.43900343642611683,0.26824978012313105,428,-0.09278350515463918,-0.376429199648197 +38097,ND,Traill,1475.50212235851,-36.37327270834512,0.18168970845444032,357.598146919135,0.04403375777849219,7,0.866122247,5.66666666666667,0.70568700705687,7,0.866122247,295,24273,737.5,1784,1239,3841,3864,0.4644623795886488,0.32065217391304346,1024,-0.046602447279354364,-0.2650103519668737 +38099,ND,Walsh,2050.03849999438,0,0.18437256048155232,383.886131719846,0.034525238935142186,4,0.364630811,10.1666666666667,0.932379554903399,3,0.273473108,469,32948,824.9,2118,1166,5061,4543,0.4184943687018376,0.2566585956416465,1825,-0.13653428176249754,-0.401716927140656 +38101,ND,Ward,20557.4132129089,-17.024452112824893,0.3333184144776474,5382.88236048444,0.08727818987408903,9,0.129712902,28.1666666666667,0.401177420120591,48,0.691802145,1448,208803,689.3,8412,5792,25231,26861,0.3333993896397289,0.21562860652991325,12809,-0.3077166977131307,-0.4768623655113362 +38103,ND,Wells,1592.62620129381,0.21127655416570412,0.3785657716410292,262.690678464939,0.06244133074992608,6,1.43129771,4,0.976085895558809,3,0.715648855,174,12539,641.8,671,419,2359,2352,0.2844425604069521,0.17814625850340135,1374,-0.4133107248834252,-0.5841836734693877 +38105,ND,Williams,4762.93534945924,-0.4202662521530938,0.212650028996305,1145.8302707789,0.05115770474055273,4,0.124494242,17.9166666666667,0.521788935162264,28,0.871459695,697,96984,813.1,2288,1722,9600,12529,0.23833333333333334,0.13744113656317344,8311,-0.4998958333333334,-0.6633410487668608 +39001,OH,Adams,2025.71553314208,116.39640982565538,0.07095325860392575,499.599684869614,0.01749911330541555,4,0.142201998,31.75,1.13770738524385,15,0.533257492,1000,84280,989.5,3857,2293,10787,11063,0.3575600259571707,0.20726746813703337,6152,-0.26272364883656246,-0.5560878604356866 +39003,OH,Allen,19335.2763357741,-11.991764490870525,0.18184044479760464,4639.55637232608,0.04363314905649416,14,0.133282559,94.6666666666667,0.912520162197246,99,0.942498096,3293,314689,820.3,16869,12815,46458,44636,0.36310215678677515,0.2871000985751411,17043,-0.2568556545697189,-0.38182184783582757 +39005,OH,Ashland,1795.13717656564,-7.878431077514278,0.03378191491307025,353.057109693003,0.0066440299910235975,13,0.245121146,38.4166666666667,0.716034195680807,31,0.584519657,1641,159420,769.5,8083,5659,23826,24074,0.3392512381432049,0.2350668771288527,11510,-0.2997565684546294,-0.47810916341281046 +39007,OH,Ashtabula,20657.0305335266,21.933802765637044,0.2035235576768436,4913.64075887453,0.048411684669246675,15,0.151247794,98.0833333333333,0.99849674067589,86,0.867154021,3565,297520,921,22964,15191,41781,39809,0.5496278212584668,0.3815971262779773,7564,0.12144276106364138,-0.19000728478484769 +39009,OH,Athens,14901.0944427876,-4.857278977633073,0.23010785618215174,2136.33648132537,0.032990047119622126,11,0.169981302,50.25,0.759224005076602,59,0.911717893,1419,195119,834.8,17268,15552,26112,27941,0.6613051470588235,0.5566014101141692,4736,0.3504136029411764,0.16950001789484992 +39011,OH,Auglaize,2299.64571532761,11.35167766651258,0.050047785921948466,550.898334248435,0.011989343277295155,6,0.130887197,30,0.653680219636554,34,0.741694117,1461,137673,754.5,5643,3825,22838,22860,0.24708818635607321,0.1673228346456693,14305,-0.48861546545231627,-0.6257655293088363 +39013,OH,Belmont,10006.2012686262,-4.811430211454406,0.14213354074753126,1445.60067745558,0.02053410053203949,19,0.273534789,58.1666666666667,0.847009256427805,54,0.777414664,2596,208095,849.5,13826,8652,30876,30537,0.44779116465863456,0.28332842125945573,12077,-0.08394869801787797,-0.39548744146445297 +39015,OH,Brown,3237.49882761767,-27.640924671464983,0.07219147365690742,769.778040640245,0.017164920854485236,8,0.181340103,41.5,0.948376334011289,25,0.566687823,1507,132160,948.4,6923,4270,18955,19139,0.36523344763914534,0.22310465541564345,9987,-0.25048799788973886,-0.5218140968702649 +39017,OH,Butler,125412.067800483,11.630468386366069,0.3406733159494825,33912.1797588824,0.09212011995458777,43,0.114924711,260.75,0.690660782916641,272,0.726965613,9642,1121688,833.1,59282,56700,164020,168422,0.36143153273990974,0.33665435631924573,47741,-0.261821729057432,-0.2834605930341642 +39019,OH,Carroll,1704.27967843959,1.6915453953879718,0.059102499599097996,331.882167148881,0.01150929973466781,3,0.106432043,23.5,0.849325960461166,15,0.532160216,964,84327,816.5,5396,3124,12965,12807,0.41619745468569225,0.24392910127274148,5943,-0.13736984188198997,-0.46404310142890604 +39021,OH,Champaign,627.128366559511,53.5372370505427,0.01564028148139539,144.89734244789,0.003613670410451904,10,0.255571458,26,0.671019691847111,19,0.48558577000000003,1165,117516,820.6,7826,4488,20016,17597,0.39098721023181454,0.2550434733193158,7826,-0.2011390887290168,-0.4447348979939762 +39023,OH,Clark,33638.012155897,26.28538805224631,0.2431669388786262,8342.50633462953,0.060307420027249675,19,0.139139095,112.416666666667,0.834038154308806,125,0.915388784,5158,409181,944.9,30022,22666,62136,59620,0.48316595854255184,0.38017443810801743,11645,-0.01760654049182442,-0.1953203622945321 +39025,OH,Clermont,78008.0457785454,-5.179268022679588,0.3952516215225012,21341.0765059403,0.10813109096406266,26,0.128993848,133.833333333333,0.659206063053922,132,0.654891844,5026,603567,783.7,29334,26096,93392,96455,0.3140954257323968,0.27055103416100773,39864,-0.35541588144594827,-0.41329117204914206 +39027,OH,Clinton,7472.72354197123,84.40486475588018,0.17775270080806918,1962.88437652891,0.04669087479849929,8,0.191227441,34.4166666666667,0.821360953335561,31,0.741006334,1300,125699,893.9,5534,3943,17648,18100,0.3135766092475068,0.2178453038674033,9523,-0.3516545784224841,-0.5261325966850828 +39029,OH,Columbiana,21395.0415270525,3.1972127215956747,0.19839431688367598,4199.25415743456,0.03893931025708738,16,0.151391859,90.25,0.870424844480879,76,0.71911133,3883,316230,891.7,19351,12273,45078,45261,0.42927814011269355,0.271160601842646,18813,-0.12039132170903771,-0.41565586266321997 +39031,OH,Coshocton,6861.14462190056,7.297967508495382,0.18593383978484485,1637.03508677489,0.044362892246142115,8,0.219082046,24.5833333333333,0.671639072546127,21,0.575090371,1232,109882,860,6841,3908,15555,14961,0.4397942783670845,0.261212485796404,6473,-0.0945676631308261,-0.4326582447697347 +39033,OH,Crawford,10125.7319365623,306.44398686365577,0.23126557501741052,2413.46884638735,0.05512216440680043,7,0.164783427,36.4166666666667,0.865353388937734,33,0.776836158,1669,127499,897.5,7207,4518,19192,18702,0.37552105043768236,0.24157844080846969,8747,-0.22686536056690287,-0.46770398887819487 +39035,OH,Cuyahoga,250036.420635505,1.5540685551724975,0.19532233696124662,55522.2482268326,0.0433726224741334,294,0.23336519,1159.5,0.928081117251183,1102,0.874722581,40696,3780327,799.4,420953,383974,611512,583230,0.6883806041418647,0.6583577662328756,204080,0.3867103180313714,0.34991341323320135 +39037,OH,Darke,3130.78430107329,46.600403428378584,0.059117134029594405,704.607241115653,0.013304768615639513,11,0.210744118,19.9166666666667,0.38465500148068,29,0.55559813,1809,156613,813.9,6610,4395,24807,25e3,0.26645704841375417,0.1758,15303,-0.4488652396500987,-0.61212 +39039,OH,Defiance,5001.03592042594,-20.108922709898376,0.1281101498687384,1312.38713226828,0.033619057106547126,5,0.129836406,26.6666666666667,0.698848646854308,27,0.701116593,1136,115476,771.4,7438,5282,17744,17795,0.4191839495040577,0.2968249508288845,6196,-0.14072362488728585,-0.3481876931722394 +39041,OH,Delaware,46411.8620546816,0.16098201752611316,0.2664071891735544,14164.7618255116,0.0813066792881835,17,0.089893344,69.5,0.353756178008073,166,0.877782067,3048,567496,615.2,36131,39584,96330,100101,0.3750752621197965,0.39544060498896116,16076,-0.23719505865254858,-0.16059779622581194 +39043,OH,Erie,21523.2982946061,-0.11146739149728452,0.279236864705122,4797.96181259465,0.062247328229409433,11,0.145065147,55.3333333333334,0.736726714331998,78,1.028643773,2824,227558,854,20969,15692,38262,36730,0.5480372170822225,0.42722570106180235,3609,0.11274894150854631,-0.0982575551320446 +39045,OH,Fairfield,30776.2722720533,-14.179639629379468,0.21057139133565028,8253.92402983093,0.056473384806856576,14,0.093096867,73.4166666666667,0.481114744501312,99,0.658327847,3616,450737,731.7,28831,24150,70079,70542,0.4114071262432398,0.3423492387513822,19013,-0.1612894019606444,-0.2695273737631482 +39047,OH,Fayette,896.913255141699,-26.912170870829904,0.030896081816799828,178.453714732736,0.006147217179908232,7,0.243055556,31.4166666666667,1.09557353419817,32,1.111111111,1076,86112,1018.3,4075,2672,10677,10817,0.38166151540694954,0.24701858186188408,5091,-0.22300271611875994,-0.47064805398909126 +39049,OH,Franklin,274663.114038607,-0.35491563704248225,0.23608372775177794,74009.1072706459,0.06361373274745345,265,0.215203432,984.583333333334,0.778623422785072,1107,0.898981885,27670,3701048,826.7,325654,335961,541751,554711,0.6011137958213275,0.6056505099051578,143633,0.21728247848181176,0.2589330299921941 +39051,OH,Fulton,6459.18563773524,11.95647205319405,0.15127607002049837,1673.09129159467,0.03918430117557427,7,0.16439643,30.8333333333333,0.725251289771213,25,0.587130108,1247,127483,763.7,8790,5981,20757,20693,0.4234715999421882,0.2890349393514715,7438,-0.1315700727465433,-0.3594452230222781 +39053,OH,Gallia,3690.43821212106,53.593321558786954,0.11930038831451024,877.500529417395,0.02836686265653957,5,0.164489917,40.0833333333333,1.3354433894164,31,1.019837484,1100,91016,973.1,3418,2564,9534,12588,0.3585063981539752,0.20368605020654593,7003,-0.2615900985945039,-0.5563234826819192 +39055,OH,Geauga,18310.2758896316,6.824383031423184,0.19606458886626477,4573.60366538371,0.0489736871085857,12,0.127260194,48.75,0.518286200297682,58,0.615090938,2399,282136,615.9,19295,17165,50125,48736,0.3849376558603491,0.3522037097833224,12412,-0.21564089775561102,-0.2546782665791202 +39057,OH,Greene,47231.7808722227,-11.955391119730221,0.2923247131155744,11082.1138256558,0.06858889681850186,16,0.097668172,92.75,0.56292295086942,132,0.805762422,4236,492952,723.7,31028,28023,81075,79633,0.3827073697193956,0.35190184973566235,19483,-0.2177613320999075,-0.2446598771865935 +39059,OH,Guernsey,6254.85549601462,7.879187881878144,0.15603201776173373,1492.69057825596,0.03723627555706239,12,0.303106845,45.0833333333333,1.15411856061576,38,0.959838343,1412,118448,944,7226,4286,16403,16156,0.44052917149301957,0.2652884377321119,6878,-0.09662866548802046,-0.42572418915573157 +39061,OH,Hamilton,236682.57274106,8.129983360658942,0.2949778690997714,59024.9993365188,0.07356295111322002,165,0.204554499,689.5,0.852182489411061,681,0.844252205,23747,2418013,844.9,208508,207587,402572,395e3,0.5179396480629552,0.5255367088607595,37615,0.0493203700207665,0.09522784810126589 +39063,OH,Hancock,12032.6738623908,0.42622366847948834,0.16090334388476907,2883.67010916752,0.03856101881692814,11,0.146010592,47.9166666666667,0.6315461127513,62,0.822968794,2147,226489,753.8,12192,9419,34940,35216,0.3489410417859187,0.26746365288505225,14358,-0.2829135661133371,-0.4077124034529759 +39065,OH,Hardin,3035.02565478082,70.70560753618899,0.09467295697737912,834.817396611359,0.02604084461324346,6,0.188702982,25,0.794306411641355,20,0.629009938,938,95223,888.3,4487,2870,12147,12014,0.3693916193298757,0.23888796404195106,5671,-0.2346258335391455,-0.4720326285999667 +39067,OH,Harrison,381.456459222245,0,0.024045414726566124,84.4438713291311,0.005322987350550372,4,0.257350576,17.0833333333333,1.11604712440931,7,0.450363508,614,46651,901.3,2895,1663,6999,6956,0.4136305186455208,0.23907418056354227,3358,-0.1487355336476639,-0.4827487061529615 +39069,OH,Henry,3638.57213560143,-10.88228305846539,0.1289587855963647,826.733247293576,0.02930119607632735,4,0.143179296,16.3333333333333,0.591166286631197,19,0.680101657,845,83781,718.6,5513,3690,13937,13671,0.3955657602066442,0.26991441737985516,5446,-0.18641027480806488,-0.3983614951356887 +39071,OH,Highland,2456.47577881237,30.666552630454973,0.05635540569438093,606.97451721226,0.013924947055731034,8,0.185852015,44.5,1.03418624648493,27,0.627250552,1457,129399,907.1,5772,3436,17161,17048,0.3363440358953441,0.20154856874706711,9569,-0.3065089447001923,-0.5612975129047395 +39073,OH,Hocking,5072.30291778712,-0.6250867037770558,0.1726447555407461,1210.54613434102,0.041203067880906066,4,0.139251523,18.9166666666667,0.667490002352388,19,0.661444735,885,85798,849.5,6010,3713,12442,12513,0.4830413116862241,0.2967313993446815,4569,-0.01125221025558587,-0.36514025413569884 +39075,OH,Holmes,875.830753574264,0,0.020672963073555775,203.65901079427601,0.004807133333198225,12,0.273360973,17.0833333333333,0.388823136683661,14,0.318921135,938,131309,720,2568,1766,11355,10823,0.2261558784676354,0.16317102466968492,6812,-0.5279612505504183,-0.6294003511041301 +39077,OH,Huron,7389.88101039639,-0.7625085481316884,0.12393722554584224,1750.43775707465,0.02935695429971237,10,0.17031713,45,0.770033710364654,48,0.817522226,1780,176014,873.2,10673,7080,24077,24332,0.4432861236865058,0.2909748479368732,8850,-0.0892137724799601,-0.3637185599210916 +39079,OH,Jackson,1427.97091190759,-7.716355161395317,0.042978808484803316,351.635706009765,0.010583467449503838,9,0.274825944,43.3333333333333,1.33312823668154,24,0.732869183,1197,98214,1048.8,4965,3142,12916,13239,0.38440693713223906,0.2373291034066017,6476,-0.20795912047073395,-0.48916081275020773 +39081,OH,Jefferson,15086.3098312204,6.5706132142425835,0.21641839405557964,3156.53611997812,0.04528161528609104,15,0.221585369,62.75,0.940723195010794,47,0.694300824,2849,203043,972.7,14960,9483,32327,31346,0.4627710582485229,0.30252663816754927,11185,-0.05472205896000254,-0.35682383717220695 +39083,OH,Knox,8644.80621597503,-9.919029871607377,0.14190190929195237,2061.50700745947,0.03383902114967696,11,0.179835532,38.8333333333333,0.638559103715153,40,0.65394739,1761,182908,773.4,10154,7959,27618,27768,0.36765877326381347,0.2866248919619706,10604,-0.24328336592077626,-0.38187842120426396 +39085,OH,Lake,78510.8091236878,-12.008558514485559,0.34129050527378946,18356.8896736766,0.07979833887731579,38,0.165772368,167.166666666667,0.731217977318391,180,0.785237534,7202,688070,756.5,55219,45056,114264,112790,0.4832580690331163,0.3994680379466265,17571,-0.01689946089757055,-0.1557850873304371 +39087,OH,Lawrence,9196.4498974999,3.7622779843821665,0.14726100716573098,2246.15088933978,0.035967187979820334,11,0.178504779,52.6666666666667,0.865203487098611,38,0.616652873,2312,184638,1006.9,10454,6849,25252,25949,0.4139870109298273,0.2639408069675132,11391,-0.15511642642166962,-0.438976453813249 +39089,OH,Licking,34313.6544184969,29.110630146538323,0.2060979171281317,8352.91889443824,0.05017009162264998,20,0.118070724,114.25,0.663480412083764,121,0.714327882,4690,508498,819.3,32264,26360,77423,79399,0.41672371259186547,0.3319941057192156,22986,-0.14646810379344644,-0.2894998677565208 +39091,OH,Logan,3675.85483587678,5.546642718870282,0.08015732992884077,735.226811618416,0.01603268375459933,12,0.263695695,37.75,0.835824200154987,36,0.791087086,1500,136357,892.2,6789,4537,20535,21007,0.3306062819576333,0.21597562717189508,11049,-0.31818845872899926,-0.5259675346313133 +39093,OH,Lorain,81349.4002787049,5.179070879735363,0.26994451837263866,20268.4945967616,0.06725764410451958,53,0.174218319,230.75,0.753186558516802,185,0.608120546,8959,912185,780.2,78112,64958,138513,136654,0.563932627262423,0.4753464955288539,388,0.14451351136716406,-0.00283928754372359 +39095,OH,Lucas,72292.056245336,-2.4547015510941295,0.1636251739876102,18579.4754111658,0.04205261344944332,71,0.16311115,427.583333333333,0.988659415598428,373,0.856907872,13244,1304553,867,129229,107363,200850,191684,0.643410505352253,0.5601041297134868,33261,0.30435150609907896,0.1735199599340581 +39097,OH,Madison,12460.4750746298,81.45736738032616,0.2868763687033452,2988.47940704293,0.06880348583038862,5,0.113848536,29.25,0.673668209769916,22,0.500933558,1191,131269,847.7,6700,4662,17240,16754,0.388631090487239,0.27826190760415426,6657,-0.20388631090487241,-0.39733794914647247 +39099,OH,Mahoning,63368.7198877127,-9.215398184825197,0.2653375926427216,14187.3058284619,0.0594051068300034,42,0.180099827,206.083333333333,0.895983328116124,201,0.861906314,9255,699582,861.2,74298,56188,117571,112827,0.6319415502122122,0.49800136492151703,3380,0.27724523904704396,0.029957368360410186 +39101,OH,Marion,22122.5139050891,-3.730498890088528,0.332664379559542,4652.72422657498,0.06996472574209381,12,0.182592818,51.5,0.791139240506329,44,0.669506999,2197,196937,908,11933,7748,26433,25648,0.45144327166799075,0.3020898315658141,8815,-0.07585215450383992,-0.34369151590767316 +39103,OH,Medina,42335.4737522633,-4.849767931145197,0.24566228995348108,11760.8320975946,0.06824520168973029,21,0.119298525,99.5,0.561445878310132,118,0.670344091,4280,527025,698,37841,31582,88849,89360,0.42590237369019346,0.3534243509400179,22229,-0.1308174543326318,-0.24875783348254255 +39105,OH,Meigs,3888.99798410945,-22.072640329623347,0.1636095071144068,893.858511637231,0.037604480927102696,2,0.085722858,26.1666666666667,1.13153153153153,16,0.685782864,837,70058,909,3911,2157,9979,9410,0.3919230383805993,0.2292242295430393,4712,-0.18749373684737947,-0.5007438894792774 +39107,OH,Mercer,1408.26781235503,-56.69066803667526,0.0345045281608034,353.737066975533,0.008667052162873843,7,0.171438368,21,0.513334474076609,26,0.636771081,1242,122666,748.3,4609,3335,21161,21315,0.21780634185529985,0.1564625850340136,13865,-0.5480837389537356,-0.6504808820079755 +39109,OH,Miami,14209.8607399238,-9.120510797561453,0.13862467309156343,3770.2764153775,0.0367810315042778,10,0.096246391,55.75,0.532580555794381,78,0.750721848,3123,311615,785.1,15731,12832,50281,51467,0.31286171714961913,0.24932481007247362,23479,-0.3563771603587837,-0.4561952318961665 +39111,OH,Monroe,837.792184608278,1.2281288376161599,0.05721842539327129,203.482333665329,0.013897167986977804,1,0.069132389,15.1666666666667,1.06732348111658,6,0.414794331,540,43443,816,3007,1647,6743,6686,0.44594394186563846,0.2463356266826204,3134,-0.07904493548865488,-0.46874065210888416 +39113,OH,Montgomery,142425.887582158,-9.96145087533696,0.26614050109437487,34594.9539228404,0.06464497802094056,84,0.157564207,414,0.779310253953494,477,0.894739606,17954,1599109,876.2,128983,117661,254266,249560,0.5072758449812401,0.47147379387722393,3105,0.030656871150684717,-0.012441897740022412 +39115,OH,Morgan,945.824959082027,-0.2867612655155917,0.06282881354337896,255.00806518197,0.016939555279790755,2,0.13474365,10.6666666666667,0.720525983968297,2,0.13474365,494,44516,816.3,2772,1711,6042,6290,0.45878848063555117,0.2720190779014308,2604,-0.06024495200264807,-0.41399046104928455 +39117,OH,Morrow,166.316313211074,0,0.004775499273870101,40.6220128428831,0.0011663942585604015,6,0.170687301,20.9166666666667,0.597004985348403,14,0.398270369,964,105108,785.1,5780,3711,15813,16186,0.36552203882881174,0.2292722105523292,8011,-0.24549421362170365,-0.4949338934881997 +39119,OH,Muskingum,16744.9335222579,10.733062188629411,0.1945411334695483,4316.63722777894,0.05015030355018867,16,0.186441073,87.6666666666667,1.0185744605041,64,0.745764292,2931,257978,888.5,16327,10926,35954,36217,0.4541080269232909,0.3016815307728415,12662,-0.06950547922345218,-0.3496148217687826 +39121,OH,Noble,3788.43845414501,-0.023890301061844775,0.25868476982895255,377.551213289321,0.02578021258377064,4,0.278493351,8.58333333333333,0.600485052003171,8,0.556986702,407,43264,636.7,2082,1201,5755,5875,0.3617723718505647,0.20442553191489363,3240,-0.24604691572545617,-0.5514893617021276 +39123,OH,Ottawa,11156.6439043025,20.8544521846711,0.2693020156488969,2396.83008999563,0.057855317418065794,9,0.218690771,27.25,0.67058765626538,36,0.874763085,1401,123055,729.6,11214,8136,21936,21742,0.5112144420131292,0.3742066047281759,4253,0.0406181619256018,-0.19561217919234664 +39125,OH,Paulding,2557.60411142829,-11.064624525493295,0.13039686506721168,639.377173286096,0.03259800006557031,5,0.263310338,15.9166666666667,0.843714109020231,10,0.526620675,547,57148,762.5,3435,2068,8912,8842,0.385435368043088,0.2338837367111513,4291,-0.20343357271095153,-0.4852974440171907 +39127,OH,Perry,1410.53161663492,-62.01755427260866,0.03911840969091242,420.357840601766,0.011657824632585445,8,0.223388808,32.5833333333333,0.906931648435253,20,0.558472021,1037,107882,874.3,6857,4072,14673,14647,0.46732092959858246,0.278009148631119,5906,-0.04368568118312549,-0.40322250290161815 +39129,OH,Pickaway,7596.61635594995,6.382618072588187,0.13638939200599573,1058.81178106792,0.019009870750617976,8,0.140656868,41.0833333333333,0.713685978169605,36,0.632955904,1557,170215,825.3,9335,6325,23443,23814,0.39819988909269294,0.2656000671873688,10157,-0.18675084246896728,-0.42651381540270433 +39131,OH,Pike,4088.46418982961,-38.42663276679182,0.1424105398944446,1055.91657329915,0.036779984440389775,3,0.10617214,38,1.34943181818182,19,0.672423556,1005,84861,960.9,5490,3443,11233,11513,0.48873853823555596,0.29905324415877704,4226,-0.004006053592094716,-0.3670633197255277 +39133,OH,Portage,42909.8652637024,29.387350178055467,0.2658290861899925,9936.53801587208,0.06155742518459462,17,0.105014764,100.166666666667,0.618614427200096,124,0.765990042,4259,486103,799.3,38082,31463,74029,73968,0.51442002458496,0.42535961496863506,7515,0.04885923084196736,-0.10159798831927325 +39135,OH,Preble,314.004876838997,7.177774967915782,0.007428551616725739,62.2625759507064,0.0014729731712965792,5,0.120232771,28.5,0.690959342497636,22,0.529024191,1379,124547,877.7,6005,4323,19619,20475,0.30608084000203883,0.21113553113553113,11053,-0.3668382690249248,-0.5398290598290598 +39137,OH,Putnam,5727.09859938069,14.013148546052786,0.16600766976957854,1435.39444760099,0.0416068421577724,5,0.146322905,12.75,0.374383368569415,22,0.643820784,885,102338,669.9,4238,2874,18126,18387,0.23380778991503917,0.15630608582150432,11830,-0.5144543749310383,-0.6433893511720238 +39139,OH,Richland,31594.1102907102,18.64296948183541,0.25381892179723,6525.62133347414,0.05242515632435541,22,0.180413639,111.083333333333,0.917232970293487,96,0.787259517,4182,365884,836.5,21785,15629,55954,53739,0.38933767022911675,0.2908316120508383,20176,-0.20145119205061307,-0.37544427696830984 +39141,OH,Ross,10703.8210533486,24.950920917041852,0.13711596963195072,2024.87404203539,0.02593864062865585,13,0.168483262,64.6666666666667,0.83982683982684,53,0.686893298,2448,231610,929,13895,9905,28961,28955,0.47978315665895516,0.3420825418753238,7928,-0.023721556576085046,-0.2738041788982905 +39143,OH,Sandusky,6092.05572779065,-1.0881078742666666,0.09996153399498967,1426.36719860869,0.02340455497848336,12,0.199405108,48.75,0.821675375021069,36,0.598215324,1966,179810,841.1,14035,9733,28192,27491,0.49783626560726446,0.3540431413917282,6312,0.019296254256526646,-0.22960241533592807 +39145,OH,Scioto,14240.6569918688,5.733480505818903,0.17913001411173476,3207.76141557381,0.04034970773939056,12,0.155323721,77.6666666666667,1.02074790593348,58,0.750731316,2941,232245,1001.6,14432,8841,30023,29618,0.48069813143256834,0.29850091160780606,10901,-0.019684908237018295,-0.3680532108852725 +39147,OH,Seneca,7975.8375470328,31.820176484695622,0.14055577666812583,1798.68205385204,0.031697630696132524,11,0.197596508,38.0833333333333,0.688008478914121,28,0.502972929,1711,167175,788.9,10962,7237,24633,23481,0.44501278772378516,0.3082066351518249,7322,-0.08374944180570776,-0.3118265831949235 +39149,OH,Shelby,8219.96478161615,8.598383622661881,0.1663186124196457,2153.4043508468,0.0435708951469316,7,0.143000143,34.1666666666667,0.702685286112882,30,0.612857756,1287,146964,756.6,6065,4143,23129,23110,0.2622249124475766,0.1792730419731718,14005,-0.45981235678152965,-0.6060147122457811 +39151,OH,Stark,108254.356229243,4.515678627788044,0.2882278791787846,25550.2494407573,0.06802769389901993,62,0.165009475,281.166666666667,0.75256326527699,316,0.841016033,12238,1125795,784.1,86314,66581,176620,170868,0.4886989015966482,0.3896633658730716,29764,-0.0036462461782357236,-0.17419294426106702 +39153,OH,Summit,165394.718098392,-12.803077230037847,0.3052796574601029,39083.1451575484,0.07213827202790131,85,0.156843063,418.166666666667,0.773952742303658,444,0.819274352,17202,1626763,817.6,147146,129922,259389,249937,0.5672792601074063,0.5198189943865854,20391,0.14821754199291415,0.08158455930894587 +39155,OH,Trumbull,45541.4575972812,-1.3465150355613027,0.2165423637133459,9739.87468923328,0.04631154993168854,45,0.219324966,190.833333333333,0.945538626698047,141,0.687218228,7622,615514,852.3,59446,42130,98703,94073,0.6022714608471881,0.44784369585322037,6022,0.22188788587986186,-0.06401411669660795 +39157,OH,Tuscarawas,17960.7690232658,2.2870650117173623,0.19399849887954246,4118.85469971702,0.044488720266542305,18,0.193990602,80.3333333333333,0.8692202265022,78,0.840625943,3070,278468,787.2,17516,11895,39855,40088,0.4394931627148413,0.2967222111355019,14210,-0.0979550871910676,-0.35447016563560163 +39159,OH,Union,11122.956139362,51.58599969089877,0.21267602560921609,2699.25907392284,0.05161107215913652,5,0.09297828,22.25,0.401211749643868,27,0.502082713,1101,161400,767.6,8546,7530,24947,26533,0.342566240429711,0.2837975351449139,10071,-0.29666893814887557,-0.3795650699129386 +39161,OH,Van Wert,4648.77005034307,22.55225256490474,0.16173010194625206,1058.08638323191,0.036810686864455544,3,0.105403696,16.0833333333333,0.567073314058717,16,0.562153046,997,85469,808.7,3923,2667,13586,13584,0.2887531282202267,0.1963339222614841,7661,-0.40556455174444284,-0.563972320376914 +39163,OH,Vinton,6470.94777706147,204.52886466734296,0.48164851336520065,1526.73945281047,0.11363896187647712,0,0,10.5,0.812630601346645,7,0.528940608,438,39533,1007.3,2382,1332,5352,5393,0.44506726457399104,0.2469868347858335,2467,-0.07772795216741402,-0.4574448358983868 +39165,OH,Warren,75605.2082272299,8.636168223856021,0.35546636808559706,21670.3380497734,0.10188552538058798,30,0.135343027,103.166666666667,0.454352609921769,130,0.58648645,4747,666028,705,31907,33036,108008,114254,0.29541330271831723,0.2891452378034905,42911,-0.39551699874083396,-0.37557547219353365 +39167,OH,Washington,5778.64024941314,11.407378129237156,0.09353880425739164,1193.89503671359,0.01932556956705607,13,0.212373189,61.75,1.01880877742947,47,0.767810759,2220,183687,848.6,11333,7841,28798,28992,0.3935342732134176,0.2704539183222958,12060,-0.19404125286478224,-0.4159768211920529 +39169,OH,Wayne,18588.2530210001,2.0861226097174703,0.16231446927174378,4175.79015349844,0.036463413844729654,28,0.242346608,68.1666666666667,0.585272316190149,71,0.614521755,3213,347124,742.9,18932,14670,49356,48550,0.3835805170597293,0.30216271884654994,16952,-0.21310478969122293,-0.34916580844490214 +39171,OH,Williams,5340.36729667119,0.13464595569970197,0.14187257044448195,1323.42684869434,0.03515825005829499,6,0.160896731,29.25,0.790177486019937,27,0.72403529,1188,111795,770.8,7045,4287,17286,16938,0.4075552470207104,0.25309953949698905,7419,-0.16302209880828417,-0.43800921006021964 +39173,OH,Wood,41776.0575311933,14.283118440940907,0.3329087843554228,8860.08479092771,0.07060503626583985,17,0.131182962,79.6666666666667,0.611789882172852,117,0.902847442,3273,388502,762.6,31596,26440,61967,62287,0.5098842932528604,0.4244866505049208,5294,0.04194167863540277,-0.08499365838778555 +39175,OH,Wyandot,1018.68396102051,1.2464682306358195,0.045044614681428695,239.861406371445,0.010606296987461641,8,0.357893795,16.1666666666667,0.730928052566537,15,0.671050866,771,67078,806.4,3962,2484,10254,10396,0.38638580066315587,0.23893805309734514,4862,-0.2040179442168909,-0.46767987687572143 +40001,OK,Adair,1651.05631843157,7.476319910914668,0.07278826956009214,482.871223533051,0.021287802474674912,3,0.135220409,22.6666666666667,1.02573385223399,9,0.405661228,724,66395,1046,2110,1374,6472,6468,0.32601977750309025,0.212430426716141,3379,-0.34796044499381956,-0.5224180581323439 +40003,OK,Alfalfa,3316.19527714096,-3.297283503707253,0.5877694571323928,483.979364819341,0.08578152513635963,2,0.345423143,5.33333333333333,0.915279446255935,2,0.345423143,189,17485,776.8,278,216,1817,2256,0.15299944964226747,0.09574468085106383,1715,-0.694001100715465,-0.760195035460993 +40005,OK,Atoka,5732.81939501008,-3.014824375130337,0.4042320825701651,1178.13727233637,0.0830727169888852,3,0.217454335,14.9166666666667,1.08013516775284,7,0.507393447,501,41445,979.3,1241,795,4775,5002,0.2598952879581152,0.15893642542982808,3273,-0.4802094240837696,-0.6543382646941223 +40007,OK,Beaver,2157.19728383167,-2.8392442822075252,0.3827532441149166,505.469190234387,0.08968580380312047,1,0.182282173,3,0.557413600891862,1,0.182282173,143,16438,669.2,243,176,2300,2237,0.10565217391304348,0.07867679928475638,1811,-0.788695652173913,-0.8095663835493966 +40009,OK,Beckham,2642.98126105615,-15.600750453801101,0.11948918400724037,721.606159604652,0.03262381480196447,4,0.168840488,21.25,0.943647586482526,15,0.63315183,725,71046,988,1413,958,6909,7529,0.2045158488927486,0.12724133351042635,5329,-0.5909683022145029,-0.7077965201221942 +40011,OK,Blaine,6728.66848126208,-3.316926581289977,0.5633985163913656,1221.44867003288,0.10227318680673868,5,0.504184733,10.25,1.06294721559681,2,0.201673893,381,29530,958.5,991,711,3815,3793,0.2597640891218873,0.18745056683364092,2173,-0.4804718217562254,-0.5728974426575271 +40013,OK,Bryan,8293.33089867481,0.07945620666266427,0.19552364434823677,2015.45612652255,0.047516411885197805,5,0.112394911,44.8333333333333,0.983769629678391,30,0.674369465,1508,133438,943.8,3533,2793,12721,13775,0.27772973822812674,0.20275862068965517,7656,-0.4445405235437465,-0.5557894736842106 +40015,OK,Caddo,8867.08070555166,-10.10665319866982,0.29956353734971825,2214.7214281397,0.07482166986958447,4,0.136439608,33.8333333333333,1.14468089905381,11,0.375208923,1051,88202,1032.7,3151,2418,8811,9336,0.3576211553739644,0.2589974293059126,4055,-0.2847576892520713,-0.43434018851756645 +40017,OK,Canadian,26958.3946472009,-20.35345084875317,0.23332318957946444,6805.27892485591,0.05889925589060083,11,0.084888333,72.3333333333333,0.529790329983691,80,0.617369696,2781,388942,778.5,10533,11666,46148,55250,0.22824391089538007,0.21114932126696834,28303,-0.5435121782092398,-0.5122714932126697 +40019,OK,Carter,4759.17780255905,4.155114234299733,0.1000731291410108,1191.18651928327,0.025047553867638198,9,0.1843469,57.8333333333333,1.19106461268089,30,0.614489666,1872,146038,1079.9,4907,4002,17120,18533,0.28662383177570094,0.21593913559596395,9749,-0.4267523364485981,-0.5260346409108076 +40021,OK,Cherokee,10474.5807313356,0.4882579181652936,0.2229250799441463,2474.41317803058,0.05266165488391641,6,0.124118243,54.3333333333333,1.11567419575633,26,0.537845721,1450,144677,934.1,6137,5455,14288,16487,0.4295212765957447,0.33086674349487477,4537,-0.14095744680851063,-0.2751865105840965 +40023,OK,Choctaw,7356.59511252383,18.42576507495974,0.48382736682169214,1834.88843944032,0.12067664843408879,1,0.06595871,15.0833333333333,1.01332437576979,6,0.395752259,686,45198,1152.2,1494,1064,5066,5419,0.2949072246348204,0.19634618933382542,3138,-0.4101855507303593,-0.5790736298210002 +40025,OK,Cimarron,998.540116734018,-0.19475734706081432,0.40345055221576487,251.598297538837,0.10165587779346948,1,0.435919791,3,1.38760407030527,3,1.307759372,100,6830,968,115,70,1197,1077,0.0960735171261487,0.06499535747446611,892,-0.8078529657477025,-0.8282265552460539 +40027,OK,Cleveland,48390.8452446858,-21.009583554121754,0.18920781703069658,11644.9496539733,0.045531659807133,49,0.181543341,182.916666666667,0.656427003522875,224,0.829912415,5707,814808,760.7,34701,38790,93720,109326,0.3702624839948784,0.3548103836232918,23679,-0.25947503201024325,-0.21659074694034358 +40029,OK,Coal,1618.1589139954,1.3502810134135694,0.273106989703865,411.940209613178,0.06952577377437603,3,0.516617875,7.58333333333333,1.3419453783991,1,0.172205958,254,17223,1028.2,648,411,2357,2393,0.274925753075944,0.17175094024237358,1481,-0.45014849384811195,-0.6188884245716674 +40031,OK,Comanche,40133.4984593286,-3.8165363402937107,0.3234016540099647,10222.0057589352,0.08237043110231591,12,0.095974663,105.75,0.865838082137945,92,0.735805747,3044,374973,907.6,12517,11439,30174,32504,0.4148273347915424,0.3519259168102387,7714,-0.17034533041691519,-0.2373246369677578 +40033,OK,Cotton,5173.78488190306,1224.9521527967074,0.8354246539484999,1301.40233142797,0.21014085765024543,1,0.162601626,4,0.6732873253661,2,0.325203252,237,18263,1004.1,657,424,2453,2602,0.2678353037097432,0.16295157571099156,1630,-0.46432939258051364,-0.6264411990776326 +40035,OK,Craig,2597.30362409594,0.011576785512637753,0.17281945732223966,660.340837530891,0.043937776134865325,1,0.068577699,15,1.02564102564103,5,0.342888493,588,44054,992,1746,1249,5298,5778,0.32955832389580975,0.21616476289373485,3030,-0.3408833522083805,-0.5244029075804777 +40037,OK,Creek,14638.016827244,10.988808450930588,0.20921315516234798,3479.1387830641,0.0497254246010848,6,0.084947333,64.8333333333333,0.909150400119662,37,0.523841885,2498,212278,957.9,7114,5834,26078,28786,0.2727969936344812,0.20266796359341346,15705,-0.45440601273103765,-0.54557771138748 +40039,OK,Custer,8840.44730809653,41.73409034364678,0.32183360544965345,1844.29682745994,0.06714102542720667,5,0.169491525,24.0833333333333,0.822153187906098,25,0.847457627,908,88637,958.3,2358,2102,9800,10531,0.24061224489795918,0.19960117747602316,5716,-0.5187755102040816,-0.5427784635837053 +40041,OK,Delaware,7749.04382691368,-8.874894346244066,0.1867824578039791,1917.12714481213,0.046210310333649814,5,0.120638904,40.0833333333333,0.963587993012484,16,0.386044492,1568,124286,886.4,4176,3306,14232,15680,0.2934232715008432,0.21084183673469387,8490,-0.4131534569983137,-0.5414540816326532 +40043,OK,Dewey,4809.99999895246,0,0.9999999997822164,1221.00000009039,0.2538461538649459,2,0.407000407,4.5,0.933803693712388,0,0,211,14768,1040.2,301,222,2070,2246,0.14541062801932367,0.09884238646482636,1742,-0.7091787439613526,-0.7756010685663401 +40045,OK,Ellis,4132.15332858142,0.11934367721324149,0.9954597274346954,1027.22339622167,0.24746408003412912,4,0.963855422,3,0.735294117647059,1,0.240963855,177,12491,953.2,226,155,1801,1826,0.1254858411993337,0.08488499452354874,1455,-0.7490283176013326,-0.7968236582694415 +40047,OK,Garfield,10121.624007563,-34.156485853123634,0.16707863993996366,2484.53637598529,0.04101248557255348,12,0.190201455,64.6666666666667,1.03296434143199,43,0.681555214,2052,188953,890.1,4732,4391,19908,21692,0.23769338959212377,0.2024248570901715,11607,-0.5246132208157526,-0.5350820579015305 +40049,OK,Garvin,4717.76790458528,-44.481190320371326,0.17108238702441544,1247.23666640801,0.045229063910937416,7,0.253982076,28.9166666666667,1.03874799434825,17,0.616813613,1040,82628,1009,2556,1852,9478,10531,0.2696771470774425,0.17586174152502138,6391,-0.460645705845115,-0.60687494065141 +40051,OK,Grady,6855.3551728216,-10.096666788414575,0.13075003667337262,1620.2289214473,0.030902117477204328,8,0.148549783,42.25,0.773030829750252,25,0.464218071,1606,162236,898.4,4780,3878,19598,22257,0.24390243902439024,0.17423731859639663,13415,-0.5121951219512195,-0.6027317248506088 +40053,OK,Grant,2957.95251751215,5.683085460062094,0.6534023674645791,665.348023753356,0.1469732767292591,3,0.666518551,5.5,1.23180291153415,0,0,181,13533,886.5,393,287,2067,2200,0.19013062409288825,0.13045454545454546,1540,-0.6197387518142234,-0.7 +40055,OK,Greer,550.8833149365,0,0.08829673263928514,98.2304951270926,0.015744589698203654,2,0.325150382,4.83333333333333,0.805824163610092,1,0.162575191,243,18375,942,488,323,1832,1896,0.2663755458515284,0.17035864978902954,1159,-0.46724890829694327,-0.6112869198312236 +40057,OK,Harmon,242.164421913207,0,0.08287625664380802,50.1391539123656,0.017159190250638466,1,0.357398142,3,1.1094674556213,1,0.357398142,92,8485,737.4,264,224,923,975,0.28602383531960995,0.22974358974358974,490,-0.4279523293607801,-0.5025641025641026 +40059,OK,Harper,1903.180770526,-0.19571436140644605,0.5164669662214383,455.627083027076,0.12364371316881304,2,0.524658972,4,1.07613666935701,1,0.262329486,123,11427,750.3,173,131,1434,1485,0.1206415620641562,0.08821548821548822,1176,-0.7587168758716876,-0.7919191919191919 +40061,OK,Haskell,4845.30974357014,0.8057983790727258,0.3794588255595693,1211.80802348122,0.09490234344750725,2,0.155086849,14,1.09829763866008,4,0.310173697,492,38669,946.2,1175,882,4244,4734,0.276861451460886,0.18631178707224336,2815,-0.4462770970782281,-0.5946345585128855 +40063,OK,Hughes,3764.94638841392,10.640821028626931,0.2688671276450703,911.084060875001,0.06506349074305513,4,0.289729103,16.0833333333333,1.18556194407588,8,0.579458207,578,41280,1022.5,1370,961,4206,4525,0.3257251545411317,0.2123756906077348,2426,-0.3485496909177366,-0.536132596685083 +40065,OK,Jackson,6368.2769250254,28.299410824342914,0.24080302975971413,1720.31890245048,0.0650502496578114,1,0.0384645,18.9166666666667,0.741917349753566,17,0.653896454,795,77628,959.3,1953,1473,7915,7806,0.24674668351231838,0.1887009992313605,4496,-0.5065066329753631,-0.5759672047143223 +40067,OK,Jefferson,1507.90767934523,0.12655628362069435,0.23298944365655594,372.892288555829,0.05761623741591919,3,0.476795931,9.25,1.48475120385233,2,0.317863954,303,18897,1141.7,602,365,2234,2345,0.2694717994628469,0.15565031982942432,1540,-0.4610564010743062,-0.6567164179104478 +40069,OK,Johnston,3965.19705281834,11.933301120719204,0.36188710895485443,973.703911598086,0.08886592238734015,1,0.090065748,13.3333333333333,1.20260966296864,4,0.360262992,389,33054,963.3,1134,782,3778,4001,0.30015881418740076,0.19545113721569607,2299,-0.3996823716251985,-0.5746063484128968 +40071,OK,Kay,14104.3326490356,39.21308127761861,0.30291509490648166,3732.52009684242,0.080162366239474675,8,0.175909231,39.8333333333333,0.886307841784779,38,0.835568846,1777,136428,968.1,4624,3734,16122,16795,0.28681305049001365,0.22232807383149747,8434,-0.42637389901997275,-0.5021732658529324 +40073,OK,Kingfisher,1812.58755476907,-20.278276751149576,0.12056588763928895,490.622255254162,0.03263417954331262,4,0.257532835,11,0.703414758920578,7,0.450682462,446,46396,796,844,783,5354,6123,0.1576391483003362,0.12787849093581577,4368,-0.6847217033993276,-0.713375796178344 +40075,OK,Kiowa,4663.12937981374,31.80973489632178,0.4936618018011582,1012.19613847377,0.10715605954623862,3,0.321336761,10.9166666666667,1.20267342367155,2,0.214224507,441,27766,1225.4,1101,766,3410,3489,0.32287390029325513,0.21954714817999427,1827,-0.35425219941348973,-0.5236457437661222 +40077,OK,Latimer,2849.98262961484,14.194692705099483,0.2555121597287825,732.003752422639,0.06562701743075479,2,0.187038249,8,0.768196658344536,2,0.187038249,408,31812,915.3,1169,797,3789,4050,0.30852467669569805,0.19679012345679012,2297,-0.3829506466086039,-0.5671604938271605 +40079,OK,Le Flore,7757.03254261092,12.112829526161935,0.15395825148084552,1808.49192446857,0.03589417125413961,5,0.100480296,63.6666666666667,1.27657583595666,18,0.361729065,1815,149296,1010,4658,3245,15830,17199,0.29425142135186355,0.18867376010233153,10101,-0.4114971572962729,-0.5873015873015873 +40081,OK,Lincoln,2533.05781288979,-62.75411003798088,0.07390826052256266,656.103219250711,0.019143442921562486,3,0.086657616,30.5,0.868228529135472,16,0.462173951,1141,103985,917.3,3265,2423,12807,14001,0.25493870539548685,0.17305906720948502,8415,-0.49012258920902635,-0.6010284979644311 +40083,OK,Logan,9026.69320563416,-5.5038535594326365,0.21570190225659888,2050.08464155174,0.04898883200037612,2,0.0441735,28.3333333333333,0.608168054720815,15,0.331301352,1077,135689,708.5,4686,4239,16983,18948,0.27592298180533475,0.22371754274857505,9374,-0.44815403638933055,-0.49472239814228414 +40085,OK,Love,1911.04528135064,-6.002441520842275,0.2028064609307694,402.860431710842,0.04275288461326988,1,0.102322726,9.5,0.950285085525658,5,0.511613629,340,29355,936.3,1034,735,3470,3787,0.2979827089337176,0.19408502772643252,2185,-0.4040345821325648,-0.576973857935041 +40087,OK,McClain,3325.78282676025,1.0579476257146763,0.09638274000928099,944.312386132533,0.027366614099940102,2,0.0536006,32.3333333333333,0.835875428709305,25,0.670007772,1016,111821,886.6,3191,2893,14299,16839,0.2231624589132107,0.1718035512797672,10258,-0.5536750821735785,-0.6091810677593681 +40089,OK,McCurtain,5508.48449346296,0.6258389491642327,0.16616344886920334,1332.5123104715,0.04019523726196797,9,0.272314675,52.5,1.5995368959844,15,0.453857791,1258,99245,1056,2440,1799,10073,10709,0.24223170852774745,0.16798954150714351,6843,-0.5155365829445051,-0.6389952376505743 +40091,OK,McIntosh,2402.80658051403,-6.990246523486763,0.11864539702320906,468.897199433757,0.023153130527047056,6,0.298685783,20,1.00933636134242,8,0.39824771,880,60575,951.8,2767,2122,7265,7958,0.3808671713695802,0.26664991203820054,3379,-0.23826565726083965,-0.4246041719024881 +40093,OK,Major,1359.13354009168,-59.14802085439413,0.18056776140450115,281.351195958763,0.03737892865135685,3,0.387096774,9,1.15800308800823,2,0.258064516,273,23212,824.4,446,310,3146,3399,0.1417673235855054,0.09120329508679023,2630,-0.7164653528289893,-0.7737569873492204 +40095,OK,Marshall,3885.38601491219,118.96753326640497,0.24528952114344635,1121.82072757941,0.07082201563001325,4,0.247188234,14.4166666666667,0.890412369011591,9,0.556173526,614,48269,925.3,1396,1095,5140,5487,0.2715953307392996,0.19956260251503555,3107,-0.45680933852140077,-0.566247494076909 +40097,OK,Mayes,4346.86785018205,268.13238938268205,0.10535562786742407,1215.67361784925,0.029464446977610942,6,0.147001176,42.0833333333333,1.02842945584881,30,0.73500588,1378,122637,942.8,4822,3423,14456,15712,0.3335639180962922,0.21785896130346233,8127,-0.33287216380741563,-0.5172479633401221 +40099,OK,Murray,551.126078389674,-45.77036859091686,0.040860474376458636,145.428100127353,0.010782035893190465,2,0.144896037,13.75,0.987929300186808,10,0.724480185,567,41428,1031.1,1540,1086,5146,5525,0.29926156237854645,0.19656108597285069,3087,-0.40147687524290715,-0.5587330316742081 +40101,OK,Muskogee,10087.5277647451,13.326454104747846,0.14209786962593465,2765.03067024537,0.03894957980342823,13,0.185804534,84,1.20903320523339,55,0.786096104,2774,209857,1115.7,9943,7969,23335,24193,0.42609813584743944,0.3293927995701236,7060,-0.14780372830512106,-0.2918199479188195 +40103,OK,Noble,3302.80047036051,-2.537533693391109,0.285684670042428,886.148605901498,0.07664982319016496,1,0.087001914,9.75,0.85646521433591,6,0.522011484,405,34466,903.3,1142,901,4626,4870,0.24686554258538695,0.18501026694045175,2806,-0.5062689148292261,-0.5761806981519507 +40105,OK,Nowata,2221.79741502347,-17.380002137416373,0.21087674781923596,569.715543100152,0.0540732292236287,1,0.095020905,12.0833333333333,1.15974021819113,2,0.190041809,432,31567,999.7,1244,742,4076,4237,0.30520117762512267,0.17512390842577294,2579,-0.38959764474975467,-0.6086853906065612 +40107,OK,Okfuskee,2436.26564218133,-10.91342748144335,0.19984132902808058,387.120382874192,0.031754604451988515,3,0.246184146,12.8333333333333,1.05476562285965,2,0.164122764,529,36650,1219.9,1251,943,3579,3933,0.3495389773679799,0.23976608187134502,1848,-0.3009220452640402,-0.4698703279938978 +40109,OK,Oklahoma,150328.167346175,-17.960240736191896,0.20918628471859071,39511.1236045879,0.054980948000701184,181,0.236226125,681.833333333333,0.870829448552733,716,0.934463564,21256,2299630,914.1,106812,112661,256337,273609,0.4166858471465298,0.4117591161109466,28768,-0.16662830570694043,-0.10514274018764003 +40111,OK,Okmulgee,9046.59106563433,-10.288801945237228,0.2257753142238219,2219.01131474287,0.055379752795000375,8,0.204629748,33.0833333333333,0.843682792271271,22,0.562731807,1461,117799,996,5416,4379,13128,13924,0.4125533211456429,0.31449296179258834,4547,-0.17489335770871417,-0.3265584602125826 +40113,OK,Osage,14890.9824881697,9.176123235392684,0.31367927384921007,3952.15591565809,0.08325235750880709,2,0.0416832,35.4166666666667,0.740841456442009,21,0.437673246,1366,143928,744,6695,5593,17913,18942,0.373750907162396,0.295269770879527,6966,-0.252498185675208,-0.3677541970224897 +40115,OK,Ottawa,4918.00796038988,1.2601410609208739,0.15442124969825044,1331.98312017889,0.04182313238441629,2,0.0622956,26.5833333333333,0.83882911026264,15,0.467216944,1263,96305,1026.8,3508,2584,9973,10686,0.35174972425548984,0.241811716264271,5043,-0.2965005514890204,-0.47192588433464344 +40117,OK,Pawnee,240.497791944298,-36.986891414331836,0.014507920126940821,49.1058927857805,0.0029622906910647586,2,0.121943784,14,0.849256900212314,7,0.426803244,630,49249,1024.6,1813,1341,6041,6346,0.30011587485515645,0.21131421367790734,3375,-0.3997682502896871,-0.5318310746927198 +40119,OK,Payne,16690.0675493326,-15.763100345920774,0.2157733361258255,3507.6506025343,0.04534777766689464,6,0.074753314,55.75,0.687160271659415,63,0.784909798,1640,240636,771.2,9193,8785,25660,27749,0.3582618862042089,0.3165879851526181,7859,-0.28347622759158225,-0.28321741324011673 +40121,OK,Pittsburg,19056.9131246921,0.04755152675557432,0.415753935133017,3995.73866891225,0.08717277895395097,5,0.112042307,56,1.26774273877708,30,0.672253843,1858,134071,1069,4813,3704,15598,17250,0.30856520066675214,0.21472463768115943,9036,-0.38286959866649567,-0.5238260869565217 +40123,OK,Pontotoc,8227.26659358764,-0.5743834437594877,0.21944058982149872,1917.04810597701,0.05113219102680598,7,0.184186291,30.4166666666667,0.793547264979564,21,0.552558874,1245,114521,940.1,3934,3633,12855,14814,0.3060287825748736,0.245240988254354,6787,-0.38794243485025287,-0.45814769812339673 +40125,OK,Pottawatomie,9451.210399278,-20.194984078894684,0.13610222054776633,2541.33518753348,0.03659651489780652,3,0.0417763,70.0833333333333,0.969474800571771,62,0.863377477,2408,214848,982.2,7182,6005,23422,25417,0.3066347878063359,0.23625919660070033,11821,-0.3867304243873282,-0.46508242514852266 +40127,OK,Pushmataha,5048.16826459784,74.70266818195506,0.43623991225352926,1086.66833879916,0.09390497224327342,4,0.359550562,11.6666666666667,1.05513852461487,4,0.359550562,528,33511,1098.6,1043,748,4130,4483,0.25254237288135595,0.16685255409324112,2833,-0.4949152542372881,-0.6319428953825563 +40129,OK,Roger Mills,2001.02443678865,0.6253232115378244,0.5486768403588292,469.391995846178,0.12870633283415905,1,0.265886732,2,0.549450549450549,0,0,106,11310,660.4,272,151,1674,1758,0.16248506571087215,0.08589306029579068,1395,-0.6750298685782556,-0.7935153583617747 +40131,OK,Rogers,17566.426554087,-24.278242026282008,0.20213366957122145,4382.23165681146,0.05042554118648478,5,0.05567,54.9166666666667,0.598442415128334,34,0.378555921,2561,269793,858.9,9146,7895,36677,40834,0.24936608773890995,0.19334378214233236,22998,-0.5012678245221802,-0.5632071313121418 +40133,OK,Seminole,1914.04503081855,-12.011483943208571,0.07511361081620556,542.941132241443,0.02130684923638031,5,0.196687778,27.25,1.08104891498393,16,0.629400889,1066,76443,1125.4,2597,2067,7449,8032,0.34863740099342194,0.2573456175298805,3545,-0.30272519801315617,-0.44135956175298807 +40135,OK,Sequoyah,4751.50899744189,44.24332091230577,0.11208768364610153,1361.71314668672,0.03212269459759666,10,0.241791189,46.0833333333333,1.11598133707883,24,0.580298854,1559,123817,1057.5,4193,3061,13766,14437,0.3045910213569664,0.2120246588626446,7827,-0.3908179572860671,-0.5421486458405487 +40137,OK,Stephens,6775.00558874203,-10.690134617923675,0.15039525814113902,1588.00837254913,0.03525147337393735,8,0.179803565,38.3333333333333,0.86943373402888,27,0.606837031,1695,134041,941.8,3939,3084,16846,17886,0.23382405318770033,0.17242536061724253,11082,-0.5323518936245992,-0.619590741361959 +40139,OK,Texas,7447.30238304286,-56.61354349011303,0.36081891390711524,1976.65921777595,0.09576837295426115,3,0.137280923,15.9166666666667,0.754415900401302,8,0.36608246,508,65250,876.6,854,855,5762,5771,0.14821242624088857,0.14815456593311385,3760,-0.7035751475182228,-0.6515335297175533 +40141,OK,Tillman,2761.77825747576,-0.4735144890105709,0.3455678500345044,671.45574752535,0.08401598442509385,1,0.131095962,10,1.33958472873409,4,0.524383849,296,22806,958.7,906,657,2719,2706,0.3332107392423685,0.24279379157427938,1287,-0.33357852151526296,-0.47560975609756095 +40143,OK,Tulsa,145919.165075788,-5.253359451162018,0.24182704606339048,38224.0728756955,0.06334750220946117,83,0.131830152,466.166666666666,0.725054696653912,582,0.924399379,17124,1893158,863.7,82633,87663,227541,246557,0.3631565300319503,0.35554861553312217,56322,-0.27368693993609944,-0.2284339929509201 +40145,OK,Wagoner,20762.9436732093,-9.391930290218236,0.2840930926073654,5758.2114676249,0.07878786984504207,2,0.0264194,41.3333333333333,0.532104343945382,31,0.40950041,1880,227851,804.6,7773,6711,28621,31246,0.2715838021033507,0.2147794917749472,16256,-0.45683239579329865,-0.5202585930999168 +40147,OK,Washington,16508.8420248772,-1.711928391758057,0.32385518724256906,4106.36814617006,0.08055493067659408,6,0.115524578,38.25,0.734348301879548,39,0.750909756,1821,155557,825.8,5532,5047,21199,22208,0.2609557054578046,0.22726044668587897,10763,-0.4780885890843907,-0.4846451729106628 +40149,OK,Washita,4515.67619196941,-6.370075647657898,0.3883116512141551,1263.38819679551,0.10864117265418438,2,0.173205162,11.6666666666667,1.01918988963629,2,0.173205162,403,34969,893,821,588,4303,4628,0.19079711828956541,0.12705272255834055,3263,-0.6184057634208691,-0.7050561797752809 +40151,OK,Woods,2871.68635170604,-0.05523934993103529,0.32346095423586846,608.46222010054,0.06853595630778779,3,0.322997416,7.5,0.815128790348875,8,0.861326443,297,27568,825.5,670,521,3395,3665,0.19734904270986744,0.1421555252387449,2424,-0.6053019145802652,-0.6613915416098227 +40153,OK,Woodward,5308.93994328256,-1.572759677958522,0.2643762732574354,1052.45205085143,0.052410340662886815,2,0.092897952,18,0.864802536754108,13,0.603836685,531,64228,791.2,1129,871,7065,7573,0.15980184005661713,0.11501386504687706,5458,-0.6803963198867657,-0.7207183414762974 +41001,OR,Baker,7253.45435499996,23.649862008395747,0.4495757006941837,1321.77060413834,0.08192454469681047,5,0.31135189,21.6666666666667,1.34919152292588,9,0.560433402,633,48212,785.6,2364,1781,8351,8479,0.28307987067417073,0.2100483547588159,4379,-0.3985151478864807,-0.516452411841019 +41003,OR,Benton,22296.2984290913,28.99566530273142,0.26053469226201875,5228.42105007219,0.06109467334360288,16,0.185365402,54.3333333333333,0.607857395909082,59,0.683534918,1660,260010,566.8,27662,28431,44262,45577,0.624960462699381,0.6238014788160695,15401,0.2878315485066197,0.3379116659718718 +41005,OR,Clackamas,52465.891273802,-16.96338925658392,0.1395399138114694,13097.7201156694,0.03483510318216717,60,0.151909502,239.833333333333,0.587737484336531,236,0.59751071,9770,1184130,667.5,94013,90187,185564,182136,0.506633829837684,0.4951629551543901,11125,0.03482356491560862,0.061080730882417555 +41007,OR,Clatsop,6399.4623739419,-47.26914978076928,0.17277632695110293,1407.46826719512,0.03799962923391884,13,0.346907189,45.5833333333333,1.17993718506247,30,0.800555052,1206,112347,792.2,9616,8899,17206,18158,0.5588748111124027,0.4900870139883247,1105,0.1461699407183541,0.06085471968278444 +41009,OR,Columbia,7244.59596440742,-2.056231469972693,0.14679734887656623,1612.79759585163,0.03268014013599785,8,0.161750136,34.5,0.679334449148371,23,0.465031642,1314,148344,721.3,11843,9959,23298,25077,0.5083268950124474,0.39713681859871597,3008,0.051420722808824815,-0.11995055229891927 +41011,OR,Coos,7125.65679045416,1.3778711636336312,0.1130285168925045,1308.87011982322,0.02076154560892121,17,0.272108844,68,1.06648264613165,42,0.672268908,2645,188301,862.2,12628,10355,27926,30181,0.4521950870156843,0.34309665021039726,7344,-0.06338179474325006,-0.2433318975514397 +41013,OR,Crook,3539.2124540352,19.496776673224694,0.16871067089499475,810.415347589116,0.03863167831009229,4,0.190494333,22.5833333333333,1.00059075468912,9,0.428612249,746,63451,760,3081,2591,10109,11638,0.3047779206647542,0.22263275476886063,5797,-0.3648234246710852,-0.49810964083175807 +41015,OR,Curry,2747.2672528763,-1.5401676735500096,0.12284328621339206,378.437265964171,0.01692171641764313,8,0.358182225,23.5833333333333,1.03831873082963,15,0.671591672,1197,67002,890.2,4611,4253,11529,12163,0.3999479573250065,0.3496670229384198,2904,-0.1705264983953509,-0.23875688563676722 +41017,OR,Deschutes,24606.4852473799,0.40729758922263853,0.15600087012470376,5991.20015384842,0.03798317507337349,36,0.211282485,103.583333333333,0.571314584287056,134,0.78644036,4217,511596,645.6,34985,40222,77441,90584,0.45176327785023435,0.44402985074626866,3445,-0.07341072558463863,-0.03803099885189437 +41019,OR,Douglas,27253.653438353602,-6.64700597324175,0.25312912441466373,5817.01794961661,0.054027863222868754,26,0.243054257,125.583333333333,1.15790897160472,68,0.635680365,4296,321570,823.3,17032,13891,49062,51350,0.3471525824467001,0.27051606621226876,20221,-0.276303452774041,-0.3937877312560857 +41021,OR,Gilliam,1022.11172904046,-0.07318759860693351,0.546291677734078,217.929350108856,0.11647747199831962,3,1.552795031,4,2.15749730312837,2,1.035196687,58,5724,586.9,371,221,1044,937,0.3553639846743295,0.23585912486659552,411,-0.2547892720306514,-0.43863393810032014 +41023,OR,Grant,2963.72852529371,0,0.3980830792872679,543.809235648135,0.07304355079222767,3,0.417827298,17,2.37496507404303,5,0.69637883,240,21646,589,834,732,3778,4171,0.22075172048703018,0.1754974826180772,2455,-0.5330862890418211,-0.5885878686166387 +41025,OR,Harney,2747.20509274781,15.986162123553257,0.37014350481646585,652.707570697364,0.08794227576089517,2,0.280662363,8,1.09709270433352,7,0.982318271,252,21527,768,829,682,3535,3850,0.2345120226308345,0.17714285714285713,2222,-0.5007072135785008,-0.5771428571428572 +41027,OR,Hood River,1437.56011367499,-5.2230711073953255,0.06433187656291908,390.778090756152,0.017487608106871565,10,0.436967446,20.4166666666667,0.878816574839302,24,1.04872187,559,68693,686.6,5977,6359,9662,10383,0.618608983647278,0.6124434171241452,3136,0.26671496584558063,0.3020321679668689 +41029,OR,Jackson,38777.2542501266,15.641523480025516,0.19082730947967386,9237.27313832625,0.045457679095726754,36,0.171194605,162.083333333333,0.748559456018572,153,0.727577073,7014,630716,754.6,42341,43550,91955,103789,0.4604534826817465,0.4196013064968349,9533,-0.05038333967701597,-0.09184981067357811 +41031,OR,Jefferson,4096.14049613778,-6.616979984454829,0.18858842063249448,1085.11553773226,0.049959278901116934,7,0.315428983,19.8333333333333,0.859329867128827,11,0.495674117,613,66817,803.9,3238,2892,7978,8874,0.4058661318626222,0.325895875591616,2445,-0.16771120581599397,-0.2755240027045301 +41033,OR,Josephine,16477.7018766948,13.137458609416708,0.19921538182262524,3631.84187692256,0.04390896082747041,21,0.251199177,84.1666666666667,0.97977587384367,46,0.550245816,3582,251614,843.7,14929,13223,39679,42613,0.3762443609970009,0.3103043672118837,13359,-0.2194359736888531,-0.3134958815384976 +41035,OR,Klamath,24263.3188711144,9.311517784434196,0.3655215256269117,5032.200031762,0.07580897908650197,18,0.27499809,62.8333333333333,0.945672732015913,36,0.549996181,2226,197423,847,8140,7080,27530,29240,0.295677442789684,0.2421340629274966,13090,-0.38191064293498,-0.44767441860465107 +41037,OR,Lake,3444.15870908631,-2.9047563032181605e-13,0.4362455616322115,676.996571185482,0.08575004068213833,1,0.127583567,11.6666666666667,1.48866488026881,6,0.765501403,275,23502,747.3,769,628,3676,3814,0.20919477693144722,0.16465652857891977,2373,-0.5527747551686615,-0.6221814368117462 +41039,OR,Lane,63271.580700469,17.268220768615123,0.1798944619947088,14544.8983135445,0.04135421666276531,63,0.175812154,313.083333333333,0.847272625584431,294,0.820456721,10356,1077051,738.5,99891,100497,166176,181072,0.60111568457539,0.5550112662366351,34279,0.23416137107644913,0.1893114341256516 +41041,OR,Lincoln,7837.11123961508,11.749681722728898,0.1702461493594969,1340.64893455937,0.029123016347903073,15,0.323234065,53.25,1.11387691921516,32,0.689566004,1713,139715,778.5,13277,12300,22612,24035,0.5871661064921281,0.5117536925317245,2399,0.20581991862727755,0.09981277303931763 +41043,OR,Linn,25681.1489810242,-8.866358545488435,0.22011407176549813,6351.87556173968,0.05444215888764811,18,0.150809343,108.25,0.881163053830312,62,0.519454405,3730,358361,818.5,19893,17456,49987,54724,0.3979634705023306,0.3189825305167751,15227,-0.171824674415348,-0.2782508588553468 +41045,OR,Malheur,3529.12021932036,25.946310862951826,0.11270463447514961,754.753840504026,0.02410353017928739,7,0.23057413,30.5833333333333,1.00474172388493,20,0.658783227,943,91352,839,2701,2213,9711,9950,0.2781381938008444,0.22241206030150754,4928,-0.41705282669138094,-0.4952763819095478 +41047,OR,Marion,45615.7213791268,-0.009856988546935792,0.144657971297594,12332.0030810368,0.03910762548095454,40,0.122657999,251,0.746321911535579,225,0.689951243,8048,978452,726.5,54337,48803,115519,110804,0.47037283910006145,0.44044438828923144,5533,-0.035474683818246366,-0.049935020396375596 +41049,OR,Morrow,3973.41945461486,28.461660191750525,0.355626909032029,1226.45050131869,0.1097691310586852,2,0.17877894,9.83333333333333,0.872213352255928,1,0.08938947,258,33589,717.4,1189,1004,3838,3989,0.3097967691505993,0.25169215342191026,1694,-0.3478374153204794,-0.42466783655051393 +41051,OR,Multnomah,67238.8656930298,-27.31059000091055,0.09143989764247241,15618.1407715221,0.02123951941773684,165,0.212433952,670.666666666667,0.838578617578975,667,0.858748159,17070,2334763,742.7,261222,271754,344614,357762,0.7580133134463487,0.7595943672050134,208699,0.549237697830036,0.5833459115277755 +41053,OR,Polk,22526.264677065,7.486704998934742,0.2987449395523388,5281.18602724851,0.07003946828705104,13,0.166846347,46.3333333333333,0.56626294970037,42,0.539042045,1987,234068,669.1,15761,15741,33996,37030,0.4636133662783857,0.4250877666756684,2592,-0.04753500411813161,-0.06999729948690248 +41055,OR,Sherman,1439.76798266692,83.95358777696684,0.8157325680832408,275.983227125009,0.15636443463173316,1,0.584795322,6,3.50877192982456,1,0.584795322,60,5093,620.2,317,202,1019,983,0.31108930323846906,0.20549338758901323,524,-0.35328753680078506,-0.5330620549338758 +41057,OR,Tillamook,2211.50335144098,-60.10722234856589,0.08758429114617743,479.436280182101,0.018987575452756474,8,0.315681477,33,1.26228818421757,12,0.473522216,865,76391,738,6249,5701,12346,13261,0.5061558399481614,0.42990724681396575,785,0.04689778065770295,-0.05919613905436999 +41059,OR,Umatilla,23442.0831880619,22.33198644021864,0.3088996190233354,6499.08374234736,0.08563933827494578,13,0.169480477,70.3333333333333,0.919919081999233,40,0.521478391,1919,230024,757.9,8499,7466,24623,26116,0.34516508955042036,0.28587838872721705,9309,-0.281281728465256,-0.3564481543881145 +41061,OR,Union,5001.2692573624,-60.284625860128926,0.19423913536439336,1118.6042065199,0.043444314374704834,8,0.311393095,25.5,0.977498370836049,18,0.700634463,785,77017,733.3,3943,3221,11905,12465,0.33120537589248217,0.25840352988367427,5157,-0.3078538429231415,-0.4137184115523466 +41063,OR,Wallowa,1895.86193309683,-0.3554303734616263,0.2705282438779723,348.599297464081,0.049743050437226176,5,0.73313783,7.5,1.07975813417794,4,0.586510264,259,20473,698.2,1252,1097,4152,4177,0.3015414258188825,0.2626286808714388,1728,-0.371868978805395,-0.4136940387838161 +41065,OR,Wasco,10369.7255747784,0.08515346861520219,0.4112848758489033,2391.97793435309,0.09487081800472336,8,0.313541054,21.0833333333333,0.807326568383432,18,0.705467372,970,76746,844.2,5066,4634,10550,11251,0.48018957345971564,0.4118745000444405,1087,-0.008151658767772518,-0.09661363434361392 +41067,OR,Washington,59768.6985246026,-15.221069184023584,0.11283286803081422,17881.1444051276,0.033756478837718,92,0.163410882,306.083333333333,0.525213388494324,369,0.655419735,9635,1693260,585.1,124431,137818,216473,232034,0.5748107154240945,0.5939560581638897,61915,0.17498718084934378,0.266835894739564 +41069,OR,Wheeler,1440.99999761272,0,0.9999999983433172,258.99999948703,0.17973629388412907,1,0.727272727,3,2.23214285714286,0,0,57,4120,664.5,262,153,841,792,0.31153388822829964,0.19318181818181818,430,-0.33293697978596914,-0.542929292929293 +41071,OR,Yamhill,17001.7292475765,0.648733541748959,0.17140049446610647,4728.39642476547,0.04766865025521428,20,0.196544743,71.8333333333333,0.683899017787722,47,0.461880147,2637,305109,697,18906,18635,41750,45116,0.45283832335329344,0.4130463693589857,3954,-0.06718562874251499,-0.08764074829328844 +42001,PA,Adams,11147.0683420914,-2.7800294551869187,0.1099240520091453,2662.71439749581,0.02625769816182127,10,0.098314883,53.8333333333333,0.526848045932015,73,0.717698645,3045,305607,712.7,14893,14077,41973,47138,0.3548233388130465,0.29863379863379863,17172,-0.27629666690491506,-0.36429207857779283 +42003,PA,Allegheny,312479.185641555,-11.122275778668806,0.2554295144485093,68150.2681229133,0.05570799815172241,225,0.182740375,831.833333333333,0.678845350841041,997,0.809742905,40926,3697169,770.6,348151,363017,614671,643173,0.5664021891385799,0.5644157948172576,105529,0.1445439918265219,0.16407560640760727 +42005,PA,Armstrong,5493.64437898676,49.54658083815659,0.07968617192942894,1191.38904386891,0.01728128463278615,14,0.206535369,45.8333333333333,0.689368187788908,27,0.398318212,2514,202860,805.8,8694,6849,28322,30446,0.3069698467622343,0.2249556591998949,15827,-0.3720429348209872,-0.5198384024173948 +42007,PA,Beaver,62536.2984614753,-7.4974221140453645,0.3666979310390896,12893.0953288742,0.0756020343081301,29,0.171200529,127.583333333333,0.762014545469025,102,0.602153585,6466,508281,817.6,36833,30225,80015,79036,0.4603261888395926,0.3824206690621995,15856,-0.06605011560332436,-0.20061744015385397 +42009,PA,Bedford,3410.10245169459,-47.83763357751974,0.06852824347282244,629.420949162838,0.012648626445135607,13,0.265598823,40.8333333333333,0.844973271253664,18,0.367752217,1746,146640,791.5,4730,3613,21444,23504,0.22057451967916433,0.15371851599727707,15842,-0.5492911770192128,-0.6740129339686862 +42011,PA,Berks,66148.040351461,4.471292831722965,0.16077123957073153,15721.4878466769,0.03821070247246732,73,0.176460208,343.25,0.827483293636636,269,0.650243781,11583,1243596,727.3,79895,75169,163253,175934,0.48939376305489024,0.427256812213671,17925,-0.005892694161822476,-0.1018847977082315 +42013,PA,Blair,30041.7461636871,29.148395126221143,0.23638352779301985,6115.64429802086,0.04812095695159188,18,0.142908181,119.416666666667,0.958015777510362,94,0.746298281,4858,378035,848.3,15516,13093,47631,52029,0.3257542356868426,0.2516481193180726,24131,-0.33557976947786106,-0.4637990351534721 +42015,PA,Bradford,6257.84058805147,-17.552975615611185,0.09993038529672432,1478.82151001527,0.023615047587353805,14,0.226595882,58.5,0.962646042455159,30,0.485562605,2113,185279,803.4,8291,6263,22501,25399,0.3684725123327852,0.2465845112012284,11694,-0.2460335096217946,-0.4604118272372928 +42017,PA,Bucks,188961.859164819,-11.090979928468474,0.3022185707851096,46741.86575594,0.07475720194025101,104,0.165952592,321.5,0.513251138651243,472,0.753169455,17492,1880288,688.3,159598,165861,319407,342572,0.4996697004135789,0.4841639129876347,1988,0.01165284417686524,0.005803159627757071 +42019,PA,Butler,35420.6646228988,-14.486301462060315,0.1926480981545877,8579.23850653314,0.046661292200308596,34,0.182851734,115.583333333333,0.618598817927681,106,0.570067171,5725,558574,744,28385,26834,88924,92027,0.3192051639602357,0.291588338205092,34554,-0.348960910440376,-0.37547676225455573 +42021,PA,Cambria,36952.9760410899,23.46887607030574,0.25719121124931205,6886.86033079772,0.047932267977907145,28,0.203293352,118.416666666667,0.878905283575295,102,0.740568641,5521,412780,835.6,23181,17798,57718,60167,0.40162514293634566,0.2958099955124902,22712,-0.17815932637998544,-0.3774826732261871 +42023,PA,Cameron,466.564369293961,0,0.09175307164089695,58.2553804286244,0.011456318668362714,1,0.20811654499999999,4.5,0.962155227710071,1,0.20811654499999999,172,14405,668.7,677,469,1967,2024,0.344178952719878,0.2317193675889328,1026,-0.2984239959328927,-0.5069169960474309 +42025,PA,Carbon,7212.78646289988,-4.4478705718364235,0.11054248284111451,1543.60500157117,0.023657144194871492,10,0.155180708,36.1666666666667,0.568711932991582,35,0.543132478,2442,193091,870.6,11040,8917,24232,28721,0.45559590623968305,0.3104696911667421,9797,-0.06891713436777813,-0.3411092928519202 +42027,PA,Centre,24825.6357219339,18.42048555179288,0.1612158953304364,4766.36425796218,0.030952427157362038,18,0.113391541,67.75,0.419598176683347,98,0.617353945,2764,478299,577.1,33677,36555,68801,75394,0.48948416447435356,0.48485290606679576,1456,-2.906934492231117e-4,0.01931188158208874 +42029,PA,Chester,198074.308109409,1.4401361323464903,0.3970332062022366,52154.0028832329,0.10454092294278232,75,0.146260414,214.166666666667,0.414800869758337,337,0.657196792,11392,1538854,628,122232,140188,248295,266637,0.49228538633480334,0.5257634911883947,24606,-0.004220785758875523,0.09228276645776845 +42031,PA,Clarion,2152.68248914491,-21.936585366026982,0.05383321219228043,338.901678348703,0.008475084484062794,9,0.231833286,40.5833333333333,1.05375674014835,23,0.592462842,1252,117970,802.2,4731,4256,15227,17481,0.3106981020555592,0.24346433270407872,8289,-0.3610034806593551,-0.47417195812596535 +42033,PA,Clearfield,11298.534513112,-2.9328558654784,0.1383912019929938,2278.36003498202,0.027906715109649687,17,0.209382813,63.25,0.784778400913197,53,0.652781712,2728,243695,767.3,11093,7700,31894,32692,0.34780836520975733,0.23553162853297444,16209,-0.2887690474697435,-0.49580937232350425 +42035,PA,Clinton,6905.32941004638,-6.400913167401258,0.17598576405643457,1559.64512294347,0.03974833383310745,6,0.150962385,32.4166666666667,0.826260206118998,17,0.427726758,1219,118791,779.5,5503,4533,12663,14839,0.4345731659164495,0.30547880584945075,5168,-0.11355918818605387,-0.34827144686299616 +42037,PA,Columbia,6681.2180411078,-10.391346390999345,0.09928253274549075,1261.94572090544,0.018752444028611936,10,0.14898245,56.0833333333333,0.844374184482586,54,0.804505229,2071,200718,776.6,10424,8502,24305,27127,0.4288829458959062,0.3134146791020017,8885,-0.12429541246657066,-0.3275334537545619 +42039,PA,Crawford,10527.2811724747,9.243170936135288,0.11859720804905875,2299.17350376822,0.025901802554703094,24,0.275308288,70.8333333333333,0.821189391392389,47,0.539145397,3064,260942,877.8,13024,10215,33089,35563,0.39360512557043126,0.2872367348086494,13697,-0.19562392335821577,-0.3851474847453814 +42041,PA,Cumberland,52825.6234268966,13.991009347418984,0.2244021963199604,10767.7716245669,0.04574127942604224,38,0.155889761,153.583333333333,0.618026660657422,169,0.693299202,6795,731034,683.1,43983,44282,109964,115068,0.399976355898294,0.38483331595230647,21367,-0.1853515696045978,-0.18569020057705005 +42043,PA,Dauphin,85827.7766576805,-20.24531098497032,0.3201334451983607,19220.1670665298,0.07169029118437076,58,0.213664981,243.083333333333,0.888115149898736,219,0.806769496,7373,816368,746.4,64209,64287,122625,130160,0.5236207951070336,0.49390749846342963,3667,0.060110091743119265,0.02817301782421633 +42045,PA,Delaware,88622.49610852,-22.653652178874754,0.158543516140177,20416.5727240767,0.036524758039347995,128,0.227369618,397.583333333333,0.705683212578821,418,0.742503908,16352,1688470,756.3,164805,169169,272853,284832,0.6040065529790767,0.5939255420739242,62610,0.21819441237589476,0.2198137849679811 +42047,PA,Elk,3612.38558572068,18.87313742455115,0.11307786845679209,709.635228672312,0.022213586322929694,7,0.224402129,27.5833333333333,0.904965004374453,17,0.544976598,1184,93415,799.7,5144,3637,12425,13854,0.4140040241448692,0.2625234589288292,6067,-0.15734406438631793,-0.43792406525191285 +42049,PA,Erie,75116.9392473492,1.7016621545812431,0.2677335787206903,16311.6074391365,0.058138218597893185,40,0.143655973,226.25,0.819132027790751,185,0.664408874,8553,837098,800.9,65136,54820,112732,117240,0.5777951247205763,0.46758785397475267,2348,0.16884291949047303,-0.02002729443875806 +42051,PA,Fayette,27001.2345008429,19.473931617607988,0.19765774929975916,5532.06673485157,0.04049651358543234,33,0.246110705,115.083333333333,0.867028797159209,81,0.604089912,5333,402718,881.9,21841,17826,48196,53426,0.4531703875840319,0.3336577696252761,16562,-0.08307743381193461,-0.3099988769512971 +42053,PA,Forest,105.415202866244,17.28401450757552,0.01366189772761068,13.5361666903464,0.001754298430578849,2,0.266028199,6,0.819560169375768,2,0.266028199,253,22504,820.4,894,626,2308,2398,0.3873483535528596,0.2610508757297748,1054,-0.21100519930675904,-0.43953294412010013 +42055,PA,Franklin,26304.5680108961,-15.245919834292312,0.17581152007710368,6141.66005685691,0.04104893834202375,31,0.202757502,98.5,0.640229832760268,99,0.647515894,4484,458770,697.5,18910,17322,62802,69345,0.30110506034839657,0.24979450573220852,32232,-0.3847329702875705,-0.46480640276876484 +42057,PA,Fulton,1650.69023086998,-10.818937950209161,0.11119503070865477,392.574218924646,0.026444878337800338,2,0.136686714,10,0.683060109289617,5,0.341716785,507,43928,899.2,1297,904,6148,6743,0.2109629147690306,0.13406495625092688,4772,-0.5665256994144436,-0.7076968708290079 +42059,PA,Greene,6321.85540411419,4.624935930492061,0.16341455317464174,1362.81516425665,0.03522760596227705,9,0.237824697,35.9166666666667,0.965579661442231,26,0.687049124,1288,113198,883.3,5564,4157,13726,14955,0.405362086551071,0.27796723503844867,6237,-0.1763805915780271,-0.41705115346038113 +42061,PA,Huntingdon,931.024797355455,-30.128008227398983,0.02027802141780008,210.785897110429,0.004590985061103152,4,0.087431694,31.5833333333333,0.692100918905494,19,0.415300546,1331,137360,705.2,5383,4487,17587,19496,0.3060783533291636,0.23014977431267952,9882,-0.37357138795701367,-0.5068732047599507 +42063,PA,Indiana,17518.9809108226,80.77921778045275,0.1971082460713614,2544.25167685397,0.02862569393400056,9,0.102615557,51.0833333333333,0.59148873759128,50,0.570086425,2662,262680,763.3,14403,11468,36180,37728,0.39809286898839136,0.3039652247667515,13452,-0.18750690989496965,-0.3565521628498728 +42065,PA,Jefferson,2008.4727747541,-15.913060095361084,0.04443523837951549,334.507176214676,0.007400601243687522,8,0.179219499,40.9166666666667,0.928383969021094,25,0.560060935,1679,133993,832.3,4535,3437,17072,18551,0.26563964386129335,0.18527303110344456,11096,-0.4541354264292409,-0.5981348714355021 +42067,PA,Juniata,4489.02837540831,6.501507702825659,0.1822141733807562,1061.66787298383,0.043094165975963224,5,0.201645427,19.75,0.794353054739975,10,0.403290853,775,74323,722.5,2533,1810,9480,10402,0.26719409282700424,0.1740049990386464,6424,-0.45232067510548524,-0.6175735435493175 +42069,PA,Lackawanna,27068.5711774035,11.76010930343914,0.12623087982672535,5746.71892284379,0.02679910147429683,49,0.230350838,185.25,0.876628446770553,145,0.68165044,8063,638237,843.4,61309,51593,97116,102740,0.6312965937641584,0.5021705275452599,3491,0.27368301824622104,0.03397897605606387 +42071,PA,Lancaster,121279.273363883,-9.271843832460545,0.23347856532237865,29740.546386513,0.05725446656818913,110,0.206255156,334.666666666667,0.6214794181368,326,0.611265282,14619,1600507,676.6,87108,90066,219677,239151,0.3965276292010543,0.3766072481402963,47079,-0.19235513959130907,-0.19685888831742288 +42073,PA,Lawrence,24199.2731835393,-8.65419826701189,0.2656108484824527,5234.07850247946,0.05744916475479058,15,0.168974102,75.6666666666667,0.866802605753736,50,0.563247006,3498,265746,831.6,17427,13933,38816,40555,0.4489643446001649,0.34355813093330045,11390,-0.08985985160758447,-0.28085316237208724 +42075,PA,Lebanon,19710.992589749,-21.101439528961027,0.14757271644217926,4047.26908399163,0.030301188038988604,30,0.22000748,94.25,0.678726514622325,78,0.572019449,4295,408870,727.2,18975,17860,53771,58906,0.3528853843149653,0.30319492072114895,20944,-0.27961168659686453,-0.35554951957355785 +42077,PA,Lehigh,87227.6119101942,-4.504311419631271,0.24958043104860472,20662.6093338534,0.05912099197948309,82,0.229163581,267.083333333333,0.735468923971101,246,0.687490743,10013,1074788,714.5,77029,77087,144922,153031,0.5315204040794358,0.5037345374466611,6802,0.07547508314817619,0.04444851043252668 +42079,PA,Luzerne,50063.3582810713,-11.274813165480282,0.15600046828495534,9939.28045286843,0.030971402205137853,61,0.19132513,284.416666666667,0.898963176487569,207,0.649250852,12242,957827,857.4,63974,51454,123741,132731,0.5169992161046056,0.3876562370508773,26054,0.048528781891208295,-0.19629174797146115 +42081,PA,Lycoming,21592.6000896043,-6.7322974548834775,0.18596515480535264,4428.05872130298,0.03813642739536289,19,0.16307893,84.0833333333333,0.729586052107918,74,0.635149518,3793,349268,776,15104,12926,46214,50294,0.3268273683299433,0.25700878832465107,22549,-0.33292941532868825,-0.44834373881576334 +42083,PA,McKean,1676.28845897016,41.832394756835455,0.03857971136870334,238.836698411487,0.0054968169945106326,12,0.281994642,44.8333333333333,1.07044226376652,28,0.657987498,1572,127975,872.2,5260,3802,15014,15572,0.3503396829625683,0.24415617775494478,7357,-0.28200346343412813,-0.472450552273311 +42085,PA,Mercer,16912.5908135497,2.8319453617941406,0.14500069285781392,3620.14797063655,0.03103746609712572,15,0.130566484,99.0833333333333,0.877519269998435,72,0.626719125,4266,344545,786.7,23082,17631,48065,49594,0.4802246957245397,0.35550671452191795,12403,-0.02542390512847187,-0.25009073678267535 +42087,PA,Mifflin,2397.65237598273,-35.32174950187203,0.051361389314569426,537.179792838188,0.011507214618872113,12,0.25777625,44.5,0.960252039186915,27,0.579996563,1635,139749,771.2,4259,3563,16311,18239,0.26111213291643676,0.19535062229288885,10487,-0.46802771136043164,-0.5749766982838971 +42089,PA,Monroe,49943.4420150373,-1.9207912844503534,0.294058254230622,13300.8419115695,0.07831303159153508,20,0.120254458,101.583333333333,0.61158673393619,106,0.63734863,4251,500949,759.2,33431,31930,59312,65944,0.5636464796331265,0.48419871406041487,224,0.1404606150526032,0.003396821545553763 +42091,PA,Montgomery,227360.918525595,-1.785947731690034,0.28424591688890377,53490.5616354485,0.06687373465751918,141,0.172612832,399.416666666667,0.486070968592493,657,0.804302344,22021,2449576,649.1,227561,251063,401787,427489,0.5663722320533019,0.5872969830802663,90260,0.1435038963430873,0.21113993576442897 +42093,PA,Montour,2082.60805581138,0,0.11400930945483002,342.527777536307,0.01875117849325598,3,0.160935572,11.9166666666667,0.649657453342783,11,0.590097098,684,55682,774,3026,2851,7787,8535,0.3885963785796841,0.33403632103104863,2423,-0.20675484782329523,-0.28388986526069127 +42095,PA,Northampton,68026.9845244353,-3.5335157628015943,0.2284816515506585,15629.6824190169,0.05249528076651015,51,0.169630206,170.333333333333,0.563469117261121,199,0.661890412,8881,900500,691.8,65014,65936,125883,142775,0.5164637004202315,0.4618175450884258,5448,0.04585210076022972,-0.03815794081596918 +42097,PA,Northumberland,10264.8685529413,-9.542171637927533,0.10859077260643722,2075.90387989956,0.021960729941388372,21,0.223537427,76.9166666666667,0.831163124092745,51,0.542876607,3466,281053,799.1,12392,9184,31512,34971,0.39324701700939324,0.2626175974378771,15234,-0.19433866463569438,-0.4356180835549455 +42099,PA,Perry,5820.97007737971,-1.8527548567979908,0.1266281641406102,1402.00328138481,0.030498885800970436,9,0.19722137,33.9166666666667,0.74021533537029,17,0.372529255,1349,136779,848.9,5430,4630,18240,21153,0.29769736842105265,0.21888148253202855,10983,-0.38821271929824563,-0.5192171323216566 +42101,PA,Philadelphia,18434.2533814301,41.64742146478797,0.012080066121253848,2406.79108950198,0.0015771832414171242,635,0.406973801,2031,1.29538635807005,1365,0.874833445,42156,4685690,870.5,557024,560542,653598,680227,0.852242509922001,0.8240513828471966,455124,0.71172800406366,0.6690766464724276 +42103,PA,Pike,3588.72979269534,22.295723273043176,0.06255520913202844,984.372440224215,0.017158612494974898,8,0.142371554,22.5,0.404953025449048,24,0.427114662,1480,168838,637.8,10170,9247,23164,26066,0.43904334311863236,0.35475331849919434,6788,-0.10978242099810054,-0.2604158674134889 +42105,PA,Potter,3109.53773748894,-5.166322803136352,0.1781255506380787,777.639291904064,0.044545986819273874,7,0.406834825,17.5,1.03642286052709,5,0.290596304,633,51812,764.1,1892,1300,7205,7777,0.26259541984732826,0.16715957310016716,4947,-0.45898681471200553,-0.6361064677896361 +42107,PA,Schuylkill,11845.5677906262,20.47093001294923,0.07988163512213449,2488.85595770897,0.016783820497197836,30,0.205765551,119.75,0.834070472860496,76,0.521272729,5871,436888,896.6,24453,16724,57505,62750,0.4252325884705678,0.2665179282868526,27213,-0.13395356925484736,-0.4336733067729084 +42109,PA,Snyder,2743.68765575846,38.5643755320569,0.06910703883326937,561.439602895833,0.014141343078329378,11,0.272797163,31.5,0.778392804190966,27,0.669593036,1044,120778,671.6,4672,3991,14962,16333,0.31225771955620907,0.244351925549501,7719,-0.35944392460900954,-0.47260148166289107 +42111,PA,Somerset,12451.4771499786,11.071807969644002,0.16016409598387743,2363.09074988094,0.03039657778139153,16,0.209924165,61.4166666666667,0.81822340052313,30,0.393607809,3035,228505,823.7,9420,7367,33875,35730,0.2780811808118081,0.20618527847746992,19980,-0.42848708487084874,-0.5591939546599496 +42113,PA,Sullivan,1986.87240443041,-10.155506749168243,0.3090965159350358,294.143700433137,0.04575975426775622,3,0.473260767,7.16666666666667,1.16778013144316,4,0.631014356,322,19001,911,1028,756,2934,3168,0.3503749147920927,0.23863636363636365,1562,-0.28323108384458073,-0.4930555555555556 +42115,PA,Susquehanna,2173.22499008664,1.3132352455752556,0.05012512662807086,441.206161567528,0.010176357633719163,8,0.190839695,17.25,0.422152611228036,17,0.405534351,1486,125929,843.2,6891,5065,17930,19200,0.38432794199665365,0.2638020833333333,8230,-0.21438929168990517,-0.4286458333333334 +42117,PA,Tioga,4409.08018524686,219.78125236747482,0.10502561123476956,589.521613528911,0.014042581489933804,10,0.236552018,31.75,0.765669086261364,19,0.449448834,1391,126378,780.6,5053,3642,15943,17334,0.3169416044659098,0.21010730356524748,9286,-0.3478642664492254,-0.5357101649936542 +42119,PA,Union,14497.9872286821,5.173910790425654,0.32255739490248736,1571.87348888971,0.03497171087925134,4,0.089138477,25.0833333333333,0.550495628954973,23,0.512546241,1107,134592,611.2,6063,6138,16187,17400,0.3745598319639217,0.3527586206896552,4467,-0.23475628590844505,-0.2567241379310345 +42121,PA,Venango,5015.18059362123,8.284851428372198,0.0912116359963122,1091.39687703792,0.01984935394001746,9,0.168133161,42.6666666666667,0.811431034701355,24,0.448355097,1912,160555,785.3,7469,5889,20775,22096,0.35951865222623347,0.2665188269370022,9365,-0.2627677496991576,-0.42383236784938444 +42123,PA,Warren,6099.28841522401,-6.757634865925446,0.14586364738070096,1224.6293324347,0.029286842818000716,8,0.196545709,26.8333333333333,0.670414324380596,20,0.491364273,1544,122078,806.9,6768,4828,16462,17624,0.41112865994411374,0.27394462097140265,7204,-0.16079455716194868,-0.4087607807535179 +42125,PA,Washington,58314.8789843101,4.121459352478649,0.2806028244842176,12355.199112014,0.05945144409591954,30,0.144101217,129.416666666667,0.622252353179698,135,0.648455475,7672,624620,827,38503,34436,90078,96945,0.42744066253691243,0.35521171798442414,24505,-0.13268500632784924,-0.2527721904172469 +42127,PA,Wayne,1982.40395679703,-7.271644897378206,0.03752989202977983,409.764873835189,0.00775746609055297,13,0.252913367,38.1666666666667,0.75264576349175,22,0.428007237,1837,154274,832.8,8138,6398,20966,22365,0.38815224649432417,0.28607198748043816,8871,-0.2095297147763045,-0.3966465459423206 +42129,PA,Westmoreland,118356.646825802,-2.4595543858355766,0.3241147162705542,24190.3671362211,0.06624430643406505,51,0.141934766,249.416666666667,0.701676897598779,235,0.654013136,13478,1078437,779.9,63380,59506,168709,181740,0.37567646065118043,0.3274237922306592,56921,-0.2373850831905826,-0.3132001760757125 +42131,PA,Wyoming,863.62188830617,9.78554083824472,0.03054257632996782,180.481775671156,0.006382860930511953,8,0.284383776,22.1666666666667,0.805445538558434,10,0.35547972,900,84082,815.7,4812,3573,11214,12418,0.4291064740502943,0.28772749234981476,4802,-0.12279293739967895,-0.38669673055242393 +42133,PA,York,105961.18876484,-7.020861181141368,0.2436046199866658,25680.3343943468,0.059039051696078836,66,0.149743055,284.333333333333,0.640759837503906,300,0.680650248,11977,1323565,734.3,72126,67428,186394,203153,0.38695451570329514,0.331907478599873,59505,-0.21164844361942986,-0.2929073161607262 +44001,RI,Bristol,25479.0055354025,0,0.5108572538426566,4619.84745334998,0.09262852036791941,8,0.163065634,27.25,0.55536307497911,28,0.570729719,1551,147385,652.3,14943,14532,24563,24691,0.6083540284167244,0.5885545340407435,5622,0.23315555917436798,0.2276943015673727 +44003,RI,Kent,46714.5523716421,-12.693417632983836,0.2811453698987837,10216.7327985797,0.06148805834554882,21,0.127174071,123.416666666667,0.749733720501699,146,0.884162589,5231,494614,738.2,44966,37582,77247,79691,0.5821067484821417,0.4715965416420926,559,0.18356699936567117,-0.0070145938688183085 +44005,RI,Newport,25293.0558855401,-12.103748097440665,0.30514737821566573,5550.3642173202,0.06696221669385435,18,0.218558003,52.0833333333333,0.629147339260404,74,0.898516234,2433,247394,646.7,23507,22680,40545,39761,0.5797755580219509,0.5704081889288499,7705,0.17669256381798,0.19378285254395017 +44007,RI,Providence,96381.11781311,-22.534214535368573,0.15379957427646582,19211.148137656,0.030656071147285566,147,0.232604506,622.333333333333,0.982104860603707,470,0.743701481,16978,1895314,729.5,156022,141597,234092,241818,0.6664986415597286,0.5855519440240181,51276,0.34891410214787344,0.21204376845396128 +44009,RI,Washington,40965.5648566658,-4.6883094141100425,0.32261684890151754,7305.79183435191,0.057535433688656476,29,0.228972073,78.1666666666667,0.618955614679674,103,0.81324564,3532,379354,665.6,34904,33511,60933,64160,0.5728258907324438,0.5223036159600998,6437,0.1680206128042276,0.10032730673316709 +45001,SC,Abbeville,281.122694553807,-96.31525184384067,0.01106041997693697,75.3593731760047,0.002964920060432179,5,0.200280393,19.4166666666667,0.78066366462957,9,0.360504707,850,74831,847.7,4507,3712,10577,10724,0.4261132646308027,0.3461395001864976,3030,-0.13387538999716364,-0.2825438269302499 +45003,SC,Aiken,35442.6618759952,0.6288437387340241,0.22137965806154444,8176.62860467704,0.05107232777641983,29,0.176021074,176.333333333333,1.0530003543177,110,0.667666143,5074,494448,826.2,23953,25426,66049,74773,0.36265499856167394,0.34004252872026,20555,-0.2604732849853896,-0.27489869337862594 +45005,SC,Allendale,1740.66012411437,637.5548080322716,0.16706594914237166,385.632710475012,0.03701244941693176,2,0.206291903,13.9166666666667,1.53860327989681,2,0.206291903,347,28944,1038.7,3335,2722,4257,3578,0.7834155508574113,0.7607602012297373,1934,0.5734085036410618,0.5405254332029067 +45007,SC,Anderson,51914.4606740023,-8.822655625736028,0.2774305049752696,12854.4944993042,0.06869432627910713,32,0.165966496,219.75,1.1179280557972,151,0.783154401,6173,578202,880.1,22315,21040,71901,80296,0.3103572968387088,0.2620304871973697,35069,-0.36408394876288225,-0.4367465378101027 +45009,SC,Bamberg,4629.00691734757,91.6595529176877,0.2895481902387922,938.104490608936,0.05867920751916782,4,0.263469899,21.9166666666667,1.51840561636876,11,0.724542221,534,45501,904.2,4600,3886,6854,6195,0.6711409395973155,0.6272800645682002,1689,0.3516194922672892,0.27263922518159805 +45011,SC,Barnwell,513.834791189322,0.06865936927793119,0.022714945899355556,111.21540125813,0.004916467055308342,5,0.227697072,30.4166666666667,1.41584819004174,14,0.637551801,793,65799,1022.9,5182,4395,9913,9479,0.5227479067890649,0.46365650385061713,493,0.05316251387067494,-0.05200970566515456 +45013,SC,Beaufort,52289.0427310508,6.632615110323803,0.32230830183162984,12143.7880625544,0.0748539943325612,31,0.176284603,124.166666666667,0.677954379585292,105,0.59709301,4458,525698,574.3,29775,29577,73115,72770,0.40723517746016547,0.4064449635838945,10409,-0.17513506120495115,-0.14303971416792638 +45015,SC,Berkeley,42839.0441636849,6.116499260860088,0.2408812501120927,10807.4216477059,0.06076945197565212,22,0.110996191,137.583333333333,0.652369075730132,105,0.529754547,4019,594867,760.9,24239,30492,61111,78919,0.3966389029798236,0.3863708359203741,13731,-0.18859125198409454,-0.1739885198748083 +45017,SC,Calhoun,129.149999406662,9.270071797034095,0.008510708362877232,24.0102511178702,0.0015822241263835387,1,0.067213335,17.25,1.16585563665856,4,0.268853341,516,44699,856.4,4043,3569,7830,7553,0.5163473818646233,0.4725274725274725,216,0.04316730523627077,-0.028597908115980397 +45019,SC,Charleston,67780.233380139,5.732911449083279,0.19354223729298506,15246.2537564456,0.04353472856621503,102,0.267705996,348.583333333333,0.879186381627842,334,0.876605908,9091,1141889,728.1,81027,89048,160854,175850,0.5037300906412026,0.5063861245379585,13815,0.0234933542218409,0.07856127381290873 +45021,SC,Cherokee,7921.07962273628,27.08100603334308,0.14312962348191752,1953.24778972848,0.03529413085411586,10,0.178494931,70,1.23574480104509,38,0.678280737,1854,168019,973.3,7219,6089,20753,21754,0.34785332241121764,0.2799025466580859,9076,-0.2933069917602275,-0.41721062793049557 +45023,SC,Chester,5545.28730635075,-0.027747904744884897,0.16732912813369796,1436.2021607653,0.043337421869803855,8,0.247394625,48.6666666666667,1.5122795023979,16,0.494789251,1229,97274,1035.7,7839,6582,14324,14202,0.5472633342641721,0.46345585128855094,690,0.1049287908405474,-0.04858470637938317 +45025,SC,Chesterfield,6209.58322301518,-2.525249948568573,0.13287078407615827,1504.13189405111,0.03218495943105897,12,0.260162602,52.1666666666667,1.13373756691949,19,0.411924119,1517,138269,960.5,7942,7125,16576,17128,0.47912644787644787,0.41598552078468004,2451,-0.032939189189189144,-0.14309901914993 +45027,SC,Clarendon,1767.30374870872,6.0396644316581005,0.05053626572613651,402.554533629253,0.01151109586884141,6,0.175886026,40.5833333333333,1.19535016150727,15,0.439715065,1168,101994,877.8,8967,7635,15985,15156,0.5609634031904911,0.50376088677751385,389,0.12993431341883016,0.025666402744787542 +45029,SC,Colleton,9368.31168858296,1.3598419821246974,0.24088017300686418,2198.5036984234,0.05652842997077547,9,0.238278044,57.1666666666667,1.50744051543039,23,0.608932779,1541,113309,1051.6,8470,7616,17077,17231,0.4959887568074018,0.44199408043642274,1467,0.0018153071382561725,-0.08513725262608085 +45031,SC,Darlington,11248.727119262,15.260704577852138,0.16378222680598709,2538.1233064474,0.03695524681421936,13,0.191743241,87.0833333333333,1.29522761301326,35,0.516231803,2455,203226,1013.6,15452,13866,30140,29636,0.5126741871267418,0.46787690646511,1107,0.03394160583941602,-0.03735321905790262 +45033,SC,Dillon,3865.68393998931,18.704720655628424,0.12056902064716207,1140.12138095383,0.03555989585658506,8,0.257011598,44.25,1.43398794477931,27,0.867414142,1123,93897,1051.6,7623,5832,13186,11696,0.5781131503109358,0.49863201094391246,195,0.1627483694827847,0.016672366621067025 +45035,SC,Dorchester,26155.2906528992,-2.082921452502685,0.19153667498736182,7119.74395520024,0.052138288273591155,17,0.114502017,102.666666666667,0.667650801289347,75,0.505155958,3008,446144,776.3,23390,24010,56735,62463,0.41226755970741163,0.38438755743400094,10922,-0.1600246761258483,-0.174855514464563 +45037,SC,Edgefield,2309.6942006275,37.89806967588788,0.08559178064211599,360.160296177325,0.013346685053819717,3,0.112981584,15,0.569087184156613,5,0.18830264,658,79248,727.4,4965,4491,11583,11644,0.42864542864542865,0.3856922019924425,2351,-0.13347146680480015,-0.20190656131913431 +45039,SC,Fairfield,5167.29886654324,7.262986275982603,0.21569956864849057,1010.09230955443,0.042164481113475955,1,0.0435237,23.6666666666667,1.04474756838682,5,0.217618384,888,68686,1041.8,7743,6936,11858,11252,0.6529768932366335,0.6164237468894419,2912,0.31598920559959526,0.2587984358336296 +45041,SC,Florence,30265.7386172478,-1.6914781549999531,0.22110339786863278,7536.16793352838,0.05505473889416941,37,0.265745416,181.166666666667,1.30578099397923,97,0.696683928,4414,416164,968.7,28508,26630,57877,57770,0.4925618121188037,0.46096589925566905,2868,-0.005477132539696228,-0.0496451445386879 +45043,SC,Georgetown,12374.9688493127,-11.067900048729923,0.20570778365824494,2539.82819089787,0.042219292378368134,16,0.26327481,80.9166666666667,1.31788248451386,37,0.608822997,2183,182469,797.2,14119,13234,30870,31519,0.45736961451247166,0.4198737269583426,4100,-0.07635244574020089,-0.13008026904406866 +45045,SC,Greenville,163541.713351547,12.886699058549086,0.3624393891108582,41646.5376656029,0.09229660959743563,81,0.167788015,425.333333333333,0.852771306250493,406,0.841011534,12229,1448510,785.2,67378,73338,191282,211572,0.3522443303604103,0.3466337700640917,52257,-0.2777888144205936,-0.2469939311440077 +45047,SC,Greenwood,12231.2030673847,14.634724734421455,0.17558178991666357,2932.42607642009,0.042095664380644694,15,0.215765247,92.8333333333334,1.32367549275424,60,0.86306099,2198,209136,826.8,11884,10633,28525,28600,0.4166170026292726,0.3717832167832168,6248,-0.1544609991235758,-0.21846153846153848 +45049,SC,Hampton,3679.61108956359,65.42405913766282,0.17447183923962017,1009.67177628645,0.04787443225635135,7,0.343053173,36.6666666666667,1.84051132751062,12,0.588091154,657,60860,946.1,5814,5163,9184,8794,0.6330574912891986,0.5871048442119627,1680,0.2726480836236934,0.19103934500796 +45051,SC,Horry,38348.3315433266,-17.773443229448425,0.14240480202950193,7646.60848328684,0.02839533620985046,54,0.180703539,351.583333333333,1.09071524447119,290,0.970444932,9438,896507,831.5,36620,36731,104584,124503,0.35014916239577754,0.2950210035099556,47088,-0.28716629694790796,-0.3782077540300233 +45053,SC,Jasper,2839.33204988726,18.661165072971897,0.11459547362018242,666.030196285394,0.02688098624875465,5,0.1840265,41.5833333333333,1.46085836407284,23,0.846521899,702,81423,787.1,5727,7789,9991,14216,0.5732158943048744,0.5479037703995498,1689,0.15594034631168052,0.1188097917839055 +45055,SC,Kershaw,10634.3902486737,-8.055643699735699,0.1723647867590596,2524.76378854213,0.040921986296612964,8,0.126660439,74.5833333333333,1.16360100056685,41,0.649134751,1938,189327,867.3,10821,10293,27026,28875,0.4003922149041664,0.3564675324675325,7171,-0.1859320654184859,-0.24834632034632032 +45057,SC,Lancaster,15583.2110713142,54.984170387994126,0.20329816666641704,4030.91244321752,0.05258717898055523,19,0.228475228,94.1666666666666,1.05103764388984,40,0.481000481,2558,249392,839.6,13345,13718,33010,38717,0.4042714328991215,0.35431464214686054,9880,-0.1795819448651924,-0.25518506082599374 +45059,SC,Laurens,14406.2347289548,22.85544305902663,0.21651464191284248,3634.87931791766,0.05462944403741768,9,0.135271219,78.4166666666667,1.17430652270492,32,0.480964333,2473,199293,994.5,10297,8845,25373,26474,0.4058250896622394,0.33410138248847926,7925,-0.1745556300003941,-0.29935030596056506 +45061,SC,Lee,1107.91586135672,16.896304730677087,0.05764390537756087,253.056653914972,0.013166319142298231,2,0.109033419,20.6666666666667,1.17191191758813,9,0.490650384,645,54699,985.9,5972,5170,8898,8110,0.6711620588896381,0.6374845869297164,2381,0.353225443919982,0.2935881627620222 +45063,SC,Lexington,63721.6800371591,4.679741330530166,0.2428500978964946,15416.4027250264,0.05875354995036568,42,0.151140028,291.5,1.01853275377713,220,0.791685859,6904,832729,788.9,34007,35143,112204,121829,0.3030818865637589,0.28846169631204394,44723,-0.37774945634736723,-0.3670965041164255 +45065,SC,McCormick,330.093281726788,-48.103636073484466,0.032257723221615166,54.4200473439002,0.005318093163676361,1,0.101564087,10,1.03702167375298,3,0.304692261,381,29480,835.6,2637,2479,5137,5215,0.5133346311076504,0.47535953978907,172,0.034455908117578427,-0.0329817833173538 +45067,SC,Marion,2914.20138522462,90.47248316805998,0.08814352989004355,840.277718668138,0.025415211380682902,12,0.375786804,42.75,1.3474752568871,21,0.657626906,1285,95687,1095.5,9518,8522,14766,14217,0.6445889204930245,0.5994232257156925,3088,0.29825274278748476,0.21720475487092922 +45069,SC,Marlboro,4578.47448987286,19.536646903651363,0.15824402895907305,927.699911325897,0.03206373038834193,8,0.286491907,42.25,1.56800890703284,10,0.358114883,1083,83334,1151.1,7554,5928,11657,10353,0.6480226473363644,0.5725876557519559,1671,0.3040233336192845,0.16140249203129525 +45071,SC,Newberry,8905.72292959014,123.47211790517088,0.2374352919267927,2100.93323084566,0.05601293672938199,4,0.105867718,45.25,1.18831902098269,21,0.555805521,1304,113354,891.1,6891,6212,16287,16795,0.4230981764597532,0.36987198571003277,3799,-0.14287468533185982,-0.2261982732956237 +45073,SC,Oconee,10585.8630487215,-4.129015224691822,0.14252639651988608,2538.19538672254,0.034173863809493894,17,0.226087882,82.1666666666667,1.07611376683474,43,0.571869348,2620,225897,849.2,8537,7979,30613,33530,0.27886845457812043,0.23796600059648076,16117,-0.42583216280665076,-0.48067402326274977 +45075,SC,Orangeburg,11272.7633711546,-8.547187698671056,0.12186639464605356,2609.17134345399,0.0282069528270396,18,0.1998002,132.166666666667,1.50355126294514,69,0.765900766,3182,269751,970.1,30454,26258,42637,38824,0.7142622604779886,0.6763342262518031,14349,0.435443394235054,0.36959097465485274 +45077,SC,Pickens,33387.5611373613,-10.135907363692482,0.28004060539288483,6338.80165999435,0.05316716147750747,16,0.132925695,106.916666666667,0.870210451207171,91,0.756014888,3534,361521,882.5,11122,10327,45422,48871,0.24485931927259919,0.21131141167563586,25769,-0.49013693804764213,-0.5272861206032208 +45079,SC,Richland,102671.184535982,-0.6688027832191771,0.26702240948333955,24400.768062807,0.06346037508792367,54,0.134473536,356.5,0.870469711804937,334,0.831743723,9015,1206287,833.4,94350,108401,143016,169400,0.6597163953683504,0.6399114521841794,55648,0.3330046987749622,0.3285005903187721 +45081,SC,Saluda,1970.14568328287,111.77313124324384,0.09912682683184253,501.383221893977,0.025226828774539724,2,0.099870169,20.8333333333333,1.03150632932284,5,0.249675422,647,60171,816.7,3322,2809,8553,8559,0.3884017303869987,0.328192545858161,2716,-0.21138781714018479,-0.3173267905129104 +45083,SC,Spartanburg,89659.0103758879,-5.42759782435355,0.31535984121350474,22334.3385259958,0.0785571179253265,44,0.149893371,323.416666666667,1.0728237517263,209,0.711993514,8942,881595,919.5,40920,39888,108327,120793,0.37774516048630535,0.3302178106347222,36213,-0.2310688932583751,-0.2997938622271158 +45085,SC,Sumter,27187.6925457757,14.289351725457289,0.25301232640127774,6988.454601282,0.06503549919299062,19,0.176057969,138.083333333333,1.28574000273132,58,0.537440117,3241,323455,914.3,27550,24024,47261,44048,0.5829330737817651,0.5454050127134036,5291,0.17528194494403415,0.12011896113330917 +45087,SC,Union,2640.85224479049,6.14539594097093,0.0911865006315559,647.597078812199,0.022361005449128103,3,0.107619458,34.0833333333333,1.23164576783628,13,0.466350983,1164,83751,1050.2,5748,4727,12475,12087,0.4607615230460922,0.3910813270455862,2331,-0.06557114228456917,-0.19285182427401337 +45089,SC,Williamsburg,2455.90677886078,-4.683212160451069,0.07134493736341341,601.679102600001,0.017478985056502947,7,0.214100015,44.4166666666667,1.38997548636103,10,0.305857165,1253,98436,1010.3,11318,9949,16282,15049,0.6951234492077141,0.6611070503023456,5086,0.39915243827539615,0.3379626553259352 +45091,SC,York,49945.4509824395,-3.8245786982053236,0.2209262095979595,12893.3325885903,0.05703172244624657,35,0.142655678,206.083333333333,0.797147417796791,154,0.627684984,5948,735632,836.1,38757,41230,99428,113425,0.38979965402100014,0.36350011020498124,25015,-0.20509313271915353,-0.22054220850782452 +46003,SD,Aurora,2016.2461102285,-25.497403666675606,0.7440022546968634,553.333368993858,0.2041820549792834,2,0.72859745,2,0.730994152046784,2,0.72859745,84,8187,644.9,556,340,1400,1407,0.39714285714285713,0.24164889836531628,634,-0.17714285714285716,-0.45060412224591334 +46005,SD,Beadle,3935.36054600355,0.4247651938779513,0.22619614587904066,942.748003189399,0.05418714813135987,4,0.220155209,19.4166666666667,1.07268475038212,10,0.550388024,578,55059,727.4,2881,1912,7263,6772,0.3966680435081922,0.28233904311872415,2543,-0.18573592179540133,-0.3755168340224454 +46007,SD,Bennett,3319.80323211549,0,0.9675905660493995,1153.17992892942,0.33610607080426114,3,0.874635569,9,2.60115606936416,1,0.29154519,95,10311,932,548,412,1203,1149,0.45552784704904403,0.35857267188859876,254,-0.0648379052369078,-0.22106179286335947 +46009,SD,Bon Homme,998.050308761474,-83.92450109000993,0.14116694607658756,294.986558729081,0.04172369996168048,3,0.427167877,6.16666666666667,0.882970599465445,1,0.142389292,228,21000,581.1,1167,704,3074,2974,0.3796356538711776,0.2367182246133154,1401,-0.21567989590110603,-0.47108271687962344 +46011,SD,Brookings,12665.2936296089,-2.9830514967317407,0.3962237957018269,2332.43570952175,0.07296842513754889,4,0.12006964,18.25,0.534641863190274,20,0.600348202,566,100397,624.9,5826,4879,12398,12680,0.46991450233908694,0.38477917981072557,1869,-0.03169866107436681,-0.14739747634069394 +46013,SD,Brown,11371.5720626139,-1.0997896730139824,0.3112855400239221,2729.14856784243,0.07470774322746243,6,0.156217455,15.6666666666667,0.400395283854699,28,0.729014789,1154,115702,706.3,7249,5452,16066,16113,0.45120129465952946,0.3383603301681872,4161,-0.0666625171168928,-0.2582386892571216 +46015,SD,Brule,1648.8664811082,-9.403090541628146,0.31377097642401525,457.577191545334,0.08707463207332712,2,0.376718779,5.25,1.00229095074456,5,0.941796949,160,16001,675.2,824,571,2379,2288,0.346364018495166,0.24956293706293706,994,-0.2837326607818412,-0.43444055944055937 +46017,SD,Buffalo,1906.67870710227,443.4307115255665,0.9972168970200157,748.267246037867,0.39135316215369614,0,0,2,0.978952520802741,0,0,54,6199,1296.8,472,296,641,490,0.7363494539781591,0.6040816326530613,125,0.4773790951638065,0.25510204081632654 +46019,SD,Butte,2434.65851547652,0,0.24081686602141641,567.345997312448,0.05611730932862988,3,0.291318703,11.5,1.12689857912788,6,0.582637405,308,30909,712.6,1e3,693,4201,4346,0.23803856224708403,0.15945697192820985,2662,-0.49226374672696976,-0.6125172572480442 +46021,SD,Campbell,1368.5864316453,0,0.933551454055457,253.585344854847,0.17297772500330627,0,0,2,1.45137880986938,1,0.721500722,39,4109,509.6,153,105,787,831,0.19440914866581957,0.1263537906137184,599,-0.5883100381194409,-0.7208182912154031 +46023,SD,Charles Mix,916.211087382742,-69.82657813524138,0.10036269989952264,188.737836242057,0.0206745356821182,4,0.430709594,14.4166666666667,1.53434085426423,5,0.538386993,307,27817,837.1,1482,935,3762,3433,0.3939393939393939,0.27235653946985144,1447,-0.1985645933014354,-0.42149723274104284 +46025,SD,Clark,1708.16942001998,0,0.4627931238200975,412.142984448031,0.11166160510648361,1,0.274348422,2.66666666666667,0.729394602479942,0,0,135,10946,666.9,713,398,1821,1657,0.3915431081823174,0.24019312009656005,741,-0.19439868204283361,-0.4471937235968618 +46027,SD,Clay,4110.25859848807,31.444508418915674,0.2964698931396473,981.855834521372,0.07082053047615205,2,0.143554407,5.41666666666667,0.38454257182072,8,0.574217628,302,41919,763.9,2955,2608,5233,5069,0.5646856487674374,0.5144999013612153,499,0.1545958341295624,0.09844150720063133 +46029,SD,Codington,9913.95447438672,-0.03729971514144412,0.3641221755752276,2735.64878175872,0.10047558606378666,2,0.071587086,14.1666666666667,0.504816543728991,19,0.680077314,722,83747,653.4,4588,3174,11524,11669,0.398125650815689,0.2720027423086811,4590,-0.182922596320722,-0.3933499014482818 +46031,SD,Corson,3636.36881720653,-7.525932805929157e-4,0.8978688437546988,1242.92759116909,0.3068957015232321,1,0.239120038,6.16666666666667,1.49241690868022,0,0,136,12617,1227,647,535,1199,1175,0.5396163469557965,0.4553191489361702,53,0.11009174311926606,-0.04510638297872338 +46033,SD,Custer,2903.68112450754,-0.011492424793706019,0.35341785838699363,602.063768147748,0.07327942650289046,3,0.355239787,7,0.814332247557003,4,0.473653049,255,25313,610.5,1335,1120,4520,4716,0.29535398230088494,0.23748939779474132,2170,-0.38207964601769917,-0.4601357082273113 +46035,SD,Davison,4636.25432290926,0,0.23770787135506868,1185.81229075688,0.060798415235689095,2,0.100578325,16.4166666666667,0.824833777152523,17,0.854915766,631,59545,701.9,3042,2355,7968,7952,0.3817771084337349,0.29615191146881287,2802,-0.21485943775100402,-0.352364185110664 +46037,SD,Day,2790.82130986748,0,0.48876029945139754,596.72941633077,0.10450602737841858,1,0.178954903,7,1.25650691078801,4,0.715819613,210,16697,649.5,1497,974,2873,2747,0.521058127392969,0.3545686203130688,653,0.061608075182735755,-0.23771386967601016 +46039,SD,Deuel,3939.6726591089,-7.026301596707199,0.9027664205107471,921.80890684619,0.21123027196292163,2,0.463821892,4,0.945402978019381,2,0.463821892,125,12961,586.7,941,570,2171,2080,0.4334408106863197,0.27403846153846156,796,-0.10778443113772451,-0.38269230769230766 +46041,SD,Dewey,2035.0719240023,-12.261656890726561,0.38390340011362006,599.266490639525,0.11304781940002359,2,0.353232073,5,0.870776732845698,0,0,209,16951,1467.5,1207,887,1895,1707,0.6369393139841689,0.5196250732278852,164,0.28707124010554097,0.09607498535442299 +46043,SD,Douglas,2675.18278048391,-4.509047678892823,0.8911335044916422,587.7086337855,0.1957723630198201,2,0.672721157,3,1.02319236016371,0,0,130,8920,668.1,332,214,1690,1605,0.19644970414201182,0.13333333333333333,1124,-0.5928994082840237,-0.7003115264797508 +46045,SD,Edmunds,2591.61562190907,0,0.6366041812599041,593.000514371493,0.14566458225779733,2,0.50213407,3.41666666666667,0.864541160593792,1,0.251067035,122,12008,562.6,622,380,1936,1918,0.3212809917355372,0.1981230448383733,1053,-0.3316115702479339,-0.5490093847758082 +46047,SD,Fall River,2639.44595251404,0,0.372067374191435,491.258292618523,0.06924982980244192,0,0,9,1.31406044678055,5,0.73046019,369,20562,988,1137,821,3511,3563,0.32383936200512675,0.23042380016839742,1690,-0.31871261748789514,-0.4743193937692955 +46049,SD,Faulk,1139.91719294636,-51.737362271373996,0.48219847417358713,288.602178778641,0.122082139923283,1,0.424268137,1,0.424808836023789,1,0.424268137,102,7053,743.4,331,204,1127,1118,0.2937000887311446,0.18246869409660108,654,-0.3850931677018634,-0.5849731663685153 +46051,SD,Grant,1310.50842941266,-5.721095026670301,0.17815503390601686,338.156369861982,0.04597014272185726,3,0.414307416,6,0.839395635142697,7,0.966717304,282,21628,785.8,1493,970,3606,3562,0.4140321686078758,0.27231892195395846,1411,-0.15002773155851362,-0.3961257720381808 +46053,SD,Gregory,1213.41605481914,-23.378035519325287,0.2841058428515898,295.215736816026,0.0691209873135158,2,0.474270809,6.91666666666667,1.65827539359067,0,0,193,12656,848.8,599,391,2151,2091,0.27847512784751277,0.18699186991869918,1209,-0.4221292422129242,-0.5781922525107603 +46055,SD,Haakon,800.500999820843,0,0.41326845628334696,198.582156546541,0.10252047317838978,1,0.541418517,2,1.05708245243129,1,0.541418517,88,5594,764.2,138,77,1092,1044,0.12637362637362637,0.07375478927203065,859,-0.7344322344322345,-0.8227969348659004 +46057,SD,Hamlin,5671.28375391011,0.49601876116554483,0.9607460196357971,1749.34211579537,0.29634797828144505,2,0.333945567,4.91666666666667,0.815638133156381,0,0,190,17995,705.9,921,555,2793,2762,0.3297529538131042,0.20094134685010862,1496,-0.3157894736842105,-0.5416364952932657 +46059,SD,Hand,1177.08875904516,-0.048849866105747985,0.3430745435864646,259.336108584693,0.07558615814185166,1,0.298953662,2,0.602591141910214,1,0.298953662,145,10103,676.2,575,334,1848,1818,0.31114718614718617,0.18371837183718373,1057,-0.3609307359307359,-0.5814081408140813 +46061,SD,Hanson,595.452288529635,0,0.1787608191322831,211.261112815244,0.06342272975540197,1,0.292483182,NA,NA,0,0,75,10172,827.8,760,424,2416,2006,0.31456953642384106,0.21136590229312063,1073,-0.3588576158940397,-0.5348953140578265 +46063,SD,Harding,1254.99999538142,0,0.9999999963198565,292.000001737616,0.23266932409371793,1,0.8,1,0.782472613458529,0,0,18,3788,375.7,82,38,739,769,0.11096075778078485,0.0494148244473342,656,-0.7523680649526387,-0.8530559167750325 +46065,SD,Hughes,3984.2333237299,8.957434985624099e-5,0.23406376005932908,983.476623652953,0.057776796125775645,4,0.226731663,10.5833333333333,0.601325757575757,9,0.510146242,426,52615,647.3,2786,2449,8155,8173,0.34163090128755363,0.2996451731310412,2725,-0.29834457388105456,-0.3334149027284963 +46067,SD,Hutchinson,649.211162499302,-75.85908507391179,0.08841225146388423,200.084140388672,0.02724828277116601,4,0.555555556,9.58333333333333,1.30066956207021,2,0.277777778,345,21706,718.5,923,692,3425,3365,0.2694890510948905,0.20564635958395244,1825,-0.4461313868613138,-0.5423476968796435 +46069,SD,Hyde,1420.00000019599,0.550687301595055,1.0000000001380212,317.99999903085,0.223943661289331,1,0.716332378,2,1.4792899408284,0,0,50,4176,588.5,189,125,733,690,0.2578444747612551,0.18115942028985507,418,-0.46657571623465216,-0.6057971014492753 +46071,SD,Jackson,1909.61002835779,-30.674806919144608,0.6300264032853151,672.914439284485,0.2220107025023045,2,0.610873549,7,2.1046301864101,2,0.610873549,103,9834,997,426,323,1106,1095,0.38517179023508136,0.29497716894977166,399,-0.21247739602169985,-0.3643835616438357 +46073,SD,Jerauld,2071.00000080438,0,1.0000000003884018,434.99999709477,0.2100434558642057,1,0.498256104,1,0.499001996007984,0,0,71,6054,513.1,452,264,1006,967,0.44930417495029823,0.2730093071354705,384,-0.08548707753479118,-0.3971044467425026 +46075,SD,Jones,1005.99999806171,0,0.9999999980732704,225.000000385612,0.22365805207317296,1,1.025641026,2,2.15749730312837,2,2.051282051,28,2879,604.8,108,69,609,558,0.17733990147783252,0.12365591397849462,381,-0.6272577996715928,-0.6827956989247311 +46077,SD,Kingsbury,2689.47172802926,0,0.5224304056000894,584.12641172934,0.11346666894509325,4,0.78817734,4.41666666666667,0.883156701992935,1,0.197044335,222,15136,820.3,1092,703,2608,2551,0.4187116564417178,0.275578204625637,977,-0.13765337423312884,-0.38298706389651116 +46079,SD,Lake,1116.54427506009,-19.49288979265984,0.09969145313036519,256.793857395151,0.02292802298170991,1,0.080853816,6,0.464792005577504,5,0.404269082,336,36999,607.1,2724,2314,6285,6786,0.4334128878281623,0.34099616858237547,1724,-0.11058074781225141,-0.2540524609490127 +46081,SD,Lawrence,3860.6002093294,7.061138003963636,0.1602108233111757,844.729986342761,0.03505540052051131,5,0.202782171,18,0.711997152011392,23,0.932797988,695,74495,661.9,3973,3356,11359,11842,0.34976670481556477,0.28339807464955247,4055,-0.2686856237344836,-0.34242526600236445 +46083,SD,Lincoln,4049.36711612368,-24.216597877876772,0.09033120184089587,1249.95446416177,0.02788334220044994,6,0.116396368,25.5833333333333,0.4696861211576,16,0.310390316,623,154258,456.6,7982,8076,21952,25231,0.3636115160349854,0.3200824382703817,7423,-0.2564231049562682,-0.2942015774245967 +46085,SD,Lyman,3138.79369788786,54.8970268456944,0.8358971232723995,983.366709014804,0.261881946475314,4,1.031725561,5,1.28402670775552,2,0.515862781,96,11590,772.2,605,369,1569,1421,0.38559592096876993,0.25967628430682616,608,-0.20905035054174637,-0.42786769880365944 +46087,SD,McCook,1820.20398624036,-59.685309002464884,0.3239950135707298,481.612950481702,0.08572676227869386,4,0.708089927,4.91666666666667,0.874074074074074,1,0.177022482,240,16891,889.4,905,623,2613,2587,0.3463451970914658,0.24081948202551218,1171,-0.28702640642939153,-0.4526478546579049 +46089,SD,McPherson,1370.01224593376,0,0.5571420276265798,377.274608889538,0.15342603045528183,2,0.823384109,2,0.820344544708778,0,0,121,7278,763.2,272,192,1215,1137,0.22386831275720165,0.16886543535620052,700,-0.534156378600823,-0.6156552330694811 +46091,SD,Marshall,2346.71934712042,0,0.5040204783334236,508.454688807917,0.109204185740532,3,0.64061499,3,0.624869818787753,2,0.42707666,135,14220,610,1061,754,1987,1947,0.5339708102667338,0.3872624550590652,302,0.08656265727226975,-0.155110426296867 +46093,SD,Meade,8631.69186613751,245.21631786972634,0.3393761054548046,2317.9957638488,0.09113768042182904,5,0.185521873,15.1666666666667,0.54767149339785,7,0.259730622,574,80418,688.2,2928,2223,10811,11621,0.2708352603829433,0.19129162722657259,6218,-0.4284525020812136,-0.5350658291024869 +46095,SD,Mellette,2035.7582762851,0.04334100159050358,0.9940225958423341,658.630569870688,0.3215969579446718,2,0.952380952,2.83333333333333,1.34792261338408,0,0,65,6233,993.2,375,238,769,683,0.48764629388816644,0.3484626647144949,164,-0.007802340702210697,-0.240117130307467 +46097,SD,Miner,910.866139457463,107.17976095411426,0.38127506883945705,228.337181560372,0.09557856072012222,2,0.863557858,1,0.438404208680403,4,1.727115717,97,6872,804.6,479,281,1140,1064,0.4201754385964912,0.2640977443609023,425,-0.13771929824561402,-0.3994360902255639 +46099,SD,Minnehaha,31296.9134874992,-7.3369842731518435,0.18467742280253027,8231.57739807164,0.048573048587766655,25,0.136700167,157.833333333333,0.842595657295793,153,0.836605024,3952,547280,703.1,34668,30610,76565,78263,0.45279174557565466,0.39111713070033094,11433,-0.07395023835956377,-0.14608435659251495 +46101,SD,Moody,4976.28222800311,-1.0513059043478608,0.7672343860627674,1306.75242503576,0.2014727759845452,1,0.15705984,3,0.461183704842429,1,0.15705984,166,19253,666.4,1429,1042,3033,2930,0.4711506758984504,0.3556313993174061,687,-0.03494889548302005,-0.2344709897610922 +46103,SD,Pennington,28974.5739246449,-4.640866481215192,0.2870247446670058,7456.72456896129,0.07386698665611295,17,0.157055487,73.0833333333333,0.668208804203391,88,0.812993108,2466,323395,633.9,15122,14074,44458,47741,0.34014125691664043,0.29479901971052136,15730,-0.2948175806379054,-0.3294861858779665 +46105,SD,Perkins,1470.76277909444,0.02051404436108908,0.4932135409438095,346.144737569438,0.11607804747466063,2,0.659413122,4,1.34093194770365,0,0,129,9104,762.7,319,188,1590,1606,0.20062893081761007,0.11706102117061021,1145,-0.5572327044025158,-0.7129514321295143 +46107,SD,Potter,2329.00000319708,0,1.0000000013727264,455.999999668199,0.19579218534486864,3,1.282051282,3.33333333333333,1.44990575612585,2,0.854700855,103,7023,663.3,339,215,1381,1335,0.24547429398986242,0.16104868913857678,854,-0.499637943519189,-0.6397003745318353 +46109,SD,Roberts,2750.01261191333,-37.361839937188364,0.2709638990948202,725.199200178104,0.07145523698670844,4,0.385579333,11.3333333333333,1.10515195839428,4,0.385579333,335,30934,813,2302,1539,4256,3886,0.5408834586466166,0.3960370560988163,603,0.09844924812030081,-0.15517241379310337 +46111,SD,Sanborn,2328.43004819847,0.2988439900182536,0.988717642547121,508.680244061228,0.21600010363534097,1,0.428082192,1,0.417362270450751,1,0.428082192,93,7008,790.1,389,241,1115,1123,0.3488789237668161,0.21460373998219057,578,-0.26816143497757855,-0.514692787177204 +46113,SD,Shannon,10779.6365392901,66.39942265317093,0.7934371072641028,4260.14696087035,0.3135688915700243,2,0.14066676,13,NA,2,0.14066676,385,42783,1301.1,2922,2504,3130,2896,0.9335463258785942,0.8646408839779005,2263,0.873482428115016,0.7814226519337016 +46115,SD,Spink,2796.76215052269,0,0.4359722759973016,692.496356265878,0.10794954891128264,2,0.303122158,5.33333333333333,0.83073727933541,3,0.454683237,228,19693,708.9,1300,919,3041,2951,0.4274909569220651,0.3114198576753643,935,-0.12167050312397237,-0.3168417485598102 +46117,SD,Stanley,570.819394016914,1.3021768371361306,0.1924542798438685,147.545685122711,0.04974567940752225,1,0.335232987,2,0.668225860340795,3,1.005698961,60,8876,578.7,435,329,1540,1567,0.2824675324675325,0.209955328653478,819,-0.40779220779220776,-0.5226547543075941 +46119,SD,Sully,1373.00000028379,0,1.0000000002066933,310.000000027677,0.225782957048563,1,0.695410292,1.91666666666667,1.34881538822426,0,0,29,4307,447.1,186,137,816,861,0.22794117647058823,0.15911730545876887,542,-0.5208333333333334,-0.6295005807200929 +46121,SD,Todd,1990.28842316019,-6.935720064188397,0.20706288214317414,825.245935395118,0.08585579852217207,3,0.303582271,12,1.18168389955687,1,0.10119409,275,29904,1299.3,1976,1505,2497,2125,0.7913496195434522,0.7082352941176471,1018,0.591910292350821,0.47905882352941176 +46123,SD,Tripp,1510.38150693473,0,0.2676083463739777,372.222299036887,0.06595008841900904,3,0.544267054,11,2.00291332847779,3,0.544267054,212,16431,676.6,737,462,2691,2630,0.2738758825715347,0.17566539923954372,1607,-0.4340393905611297,-0.6110266159695817 +46125,SD,Turner,190.951374276716,-90.67137018321357,0.0228766472117786,47.7125830082514,0.005716135498772181,4,0.483558994,5,0.601178309486594,2,0.241779497,325,24813,779,1411,961,4210,4150,0.3351543942992874,0.23156626506024097,1976,-0.3097387173396675,-0.476144578313253 +46127,SD,Union,2887.04673128098,-0.49067118215797023,0.2005032801778582,756.664819946335,0.05254981734469998,3,0.199614079,6.91666666666667,0.463148966563993,7,0.465766185,346,44741,620.6,2782,2227,7596,7895,0.366245392311743,0.28207726409119693,3061,-0.25223802001053186,-0.3877137428752375 +46129,SD,Walworth,1560.22831036218,0,0.28691215710963225,317.36337943349,0.0583603125107558,3,0.544365814,6.41666666666667,1.1437908496732,7,1.270186899,266,16444,828.6,671,457,2462,2477,0.2725426482534525,0.1844973758578926,1439,-0.4305442729488221,-0.5809446911586597 +46135,SD,Yankton,6096.68229890035,-5.22409901374821,0.2717123762768674,1367.36044848688,0.06093949765963455,1,0.0440839,13.6666666666667,0.604291946704398,18,0.793510845,684,68077,686.2,4208,3301,9924,9616,0.42402257154373235,0.34328202995008317,2353,-0.12646110439338976,-0.24469633943427627 +46137,SD,Ziebach,1047.09130336349,-43.81781604811689,0.37382766989057115,385.723053614138,0.13770905162946734,0,0,3,1.07104605498036,1,0.353857042,44,8457,730.1,439,352,761,766,0.5768725361366623,0.4595300261096606,16,0.16425755584756901,-0.02088772845953002 +47001,TN,Anderson,22423.2052274561,59.97327814853085,0.29846271383162426,4795.3392428516,0.06382807228702099,13,0.172121597,85.3333333333333,1.12375333614272,64,0.847367864,2838,226574,875.3,10112,9010,29621,29723,0.3413794267580433,0.30313225448306025,10191,-0.2980655615948145,-0.34286579416613394 +47003,TN,Bedford,6177.85823850438,1.8084141540530718,0.13710902034054728,1727.96969125779,0.03834989771534,6,0.128680807,50.1666666666667,1.05649622328925,24,0.514723229,1375,139323,954.9,4207,3384,14433,15300,0.29148479179657727,0.2211764705882353,8071,-0.4031732834476547,-0.527516339869281 +47005,TN,Benton,2221.32984374829,0,0.13471586171073383,494.698898952903,0.030001752620104495,4,0.247754723,21.5,1.34257524665917,8,0.495509446,741,48525,1041.5,2255,1474,6223,6322,0.3623654186083882,0.23315406516925025,3241,-0.2563072473083722,-0.5126542233470421 +47007,TN,Bledsoe,395.61194284579,-33.94275722249279,0.030724754803183443,130.473224759437,0.010133055666312285,1,0.071782356,16.4166666666667,1.11868256672345,0,0,416,42806,793.3,1267,896,4359,4650,0.29066299610002294,0.19268817204301075,2725,-0.4026152787336545,-0.586021505376344 +47009,TN,Blount,42345.4384247571,4.601011321858598,0.3442438698053581,9456.73862656471,0.07687780364657101,16,0.126643396,102.416666666667,0.795963835133805,64,0.506573584,4060,378320,824.6,12925,12085,49200,51849,0.2627032520325203,0.23308067658006903,25300,-0.45715447154471545,-0.48795540897606515 +47011,TN,Bradley,29457.1030414626,6.301410581103302,0.2976577411907743,7122.78225248145,0.07197419492619919,16,0.155377519,116.75,1.11733180208632,74,0.718621025,3068,309078,874.9,8035,7070,35956,38392,0.22346757147624874,0.18415294853094394,22691,-0.5390477249972189,-0.5910345905396959 +47013,TN,Campbell,7790.571541639311,22.271024186769825,0.19133931480595615,1858.35542646541,0.04564189572810222,9,0.225462198,46.0833333333333,1.16038005069581,27,0.676386593,1735,119873,1117.7,3327,2248,12097,12504,0.2750268661651649,0.17978246960972488,7612,-0.4360585269074977,-0.608765195137556 +47015,TN,Cannon,319.833909867331,5.164018022143371,0.023174690954809868,73.5617661890574,0.005330176522647438,0,0,12.5,0.891138518571327,7,0.508831867,554,41341,1026.8,1560,1126,4968,5299,0.3140096618357488,0.2124929231930553,2880,-0.3518518518518518,-0.5434987733534629 +47017,TN,Carroll,2483.60181942668,13.16875235739629,0.08707670638197461,533.989906590276,0.018722035852684803,6,0.211491012,35.5833333333333,1.26667141297641,12,0.422982023,1287,84589,1097,3475,2323,10845,10333,0.3204241585984325,0.22481370366786024,5408,-0.3452282157676348,-0.5233717216684409 +47019,TN,Carter,23715.8973907913,25.056724209626065,0.41299626272623463,4588.98964712142,0.07991414124967644,9,0.158211159,60.5833333333333,1.07223343126497,33,0.580107584,2100,169869,884.8,4786,3453,20607,20993,0.23225117678458776,0.1644833992283142,13444,-0.5197263065948464,-0.6404039441718667 +47021,TN,Cheatham,436.383727302331,39.45723812735705,0.011159282119993121,115.027702004121,0.0029415088097205218,6,0.150890252,37.1666666666667,0.931962554329655,19,0.477819133,1161,118851,1008.7,4656,3877,15177,15823,0.3067799960466495,0.24502306768627946,7418,-0.3696382684324966,-0.4688112241673513 +47023,TN,Chester,2223.72203122153,-2.626909169754338,0.12980690159485903,514.589661307178,0.030038506876841863,6,0.34524426,15.6666666666667,0.897648923776237,9,0.51786639,570,52199,892.2,1622,902,6396,4850,0.25359599749843653,0.18597938144329898,2925,-0.47686053783614757,-0.6030927835051546 +47025,TN,Claiborne,6856.18295497042,12.47187087154482,0.2128390076978369,1290.03775037903,0.04004711608291777,4,0.126614333,33,1.03914097679252,14,0.443150165,1296,94931,1084.3,2433,1831,10178,10706,0.2390449990174887,0.17102559312535026,6758,-0.5093338573393593,-0.6312348215953671 +47027,TN,Clay,10.7763575911522,612.9633957190952,0.00137086345136143,2.30481182062067,2.9319575379985625e-4,3,0.386349002,11.9166666666667,1.53723770209838,4,0.515132003,327,23286,913.9,1037,707,2820,2919,0.3677304964539007,0.2422062350119904,1433,-0.2517730496453901,-0.49092154847550534 +47029,TN,Cocke,7579.66724682424,18.192869146657813,0.21254184417094496,1630.62421416796,0.04572441854545342,5,0.141346752,53.6666666666667,1.52379870713725,16,0.452309606,1537,105756,1130.7,2804,1980,11450,12108,0.24489082969432313,0.1635282457879088,7811,-0.4938864628820961,-0.6451106706309878 +47031,TN,Coffee,9075.91891537988,12.250947157025298,0.17190542683877338,2235.06363998994,0.04233395787540609,10,0.186487142,75.8333333333333,1.38680613974129,38,0.708651139,1967,161236,1003.1,5865,4741,19242,19895,0.3048019956345494,0.23830108067353606,9668,-0.371479056231161,-0.48595124403116363 +47033,TN,Crockett,108.979169900621,-0.7952400352050754,0.007471491149089606,24.8758185454599,0.001705458559266413,5,0.340878102,16.75,1.16230657136909,6,0.409053722,534,43833,929.7,1669,1302,5497,5386,0.30362015644897217,0.24173783884144076,2675,-0.3843914862652356,-0.4966580022279986 +47035,TN,Cumberland,10757.6808029929,33.087854979464666,0.19191980452416285,1751.51677907912,0.031247511802742402,9,0.155212555,63.75,1.08686386497315,34,0.586358541,2428,173622,832.9,6260,5202,25244,26298,0.24797971795278087,0.19780971937029432,15208,-0.49084931072730154,-0.5782949273709027 +47037,TN,Davidson,137325.679109165,-10.816389281003152,0.21913170992764264,30193.948194327,0.04818073021892637,137,0.204983339,635.333333333333,0.928293469314202,625,0.935142972,15501,2007411,829.3,138899,148473,237372,246199,0.585153261547276,0.6030609385090923,64108,0.18719562543181167,0.2603909845287755 +47039,TN,Decatur,895.576230591842,19.5622828297847,0.07617387348744084,150.204525924567,0.0127757528216864,4,0.342876736,9.58333333333333,0.814286118899935,4,0.342876736,517,35091,930.6,1302,894,4248,4577,0.3064971751412429,0.19532444832859952,2686,-0.36982109227871945,-0.5868472798776491 +47041,TN,DeKalb,395.900977320969,-8.507961759089161,0.02114516783212995,97.4120007365709,0.005202798736130476,4,0.20759809,20.0833333333333,1.03730867895942,6,0.311397135,729,57491,1044,2168,1566,6406,6940,0.33843271932563224,0.22564841498559077,3598,-0.30689978145488606,-0.5184438040345821 +47043,TN,Dickson,6387.40797718982,6.257432665832645,0.12860725601396972,1638.50564456268,0.0329904893601796,9,0.177953534,60.75,1.1644623346751,40,0.790904597,1587,152274,935.3,6228,4718,17821,18619,0.3494753380842826,0.2533970675116816,8495,-0.28387857022613766,-0.4562543638219024 +47045,TN,Dyer,12712.0536997816,12.71269455030643,0.3316043745867119,3369.16204256251,0.08788736252934681,7,0.184526163,51.6666666666667,1.37017785792582,20,0.527217609,1303,113893,948.4,3757,2815,13800,13290,0.2722463768115942,0.21181339352896916,7360,-0.4466666666666667,-0.5537998495109104 +47047,TN,Fayette,2233.37790268045,-50.02305906065534,0.05814119966366725,523.643521678781,0.01363193506570122,4,0.102535182,30.5,0.770396564789088,11,0.281971752,1184,116929,796.5,6683,5865,19562,19306,0.34163173499642163,0.30379156738837665,7181,-0.30666598507310094,-0.3719569045892469 +47049,TN,Fentress,37.1267282696467,-24.237466656974263,0.002067304876087015,6.29476238298254,3.5050739924174737e-4,4,0.224026883,21.9166666666667,1.21536442448104,10,0.560067208,741,53715,1072.1,1559,1100,6890,7311,0.2262699564586357,0.1504582136506634,4932,-0.5342525399129173,-0.6745999179318835 +47051,TN,Franklin,8150.82663329195,6.307902698662003,0.19854883156221256,1869.28404821006,0.04553454273141529,7,0.169073958,40.1666666666667,0.963229416466827,19,0.458915028,1495,124085,919,5594,4372,16099,16363,0.3474749984471085,0.26718816842877224,7154,-0.28933474128827874,-0.4372058913402188 +47053,TN,Gibson,6040.6483714931,-10.659359740873903,0.12158380877751142,1424.33078988239,0.028668373284270073,16,0.323415265,58.5,1.18418655492804,27,0.54576326,1964,148341,1005.7,6564,5255,19667,19484,0.3337570549651701,0.2697084787517963,8524,-0.32129963898916963,-0.437487168959146 +47055,TN,Giles,3490.05837756257,-23.763487808898947,0.11836725038367205,727.429247991639,0.02467116323525993,7,0.242609087,38.25,1.30514894052615,19,0.65851038,1079,86494,939.5,3759,2915,10797,11120,0.34815226451792164,0.26214028776978415,5049,-0.2922107992961008,-0.45404676258992804 +47057,TN,Grainger,0,0,0,0,0,4,0.174947516,27.75,1.20275658807212,4,0.174947516,866,68324,1058.8,1668,1154,7250,7985,0.23006896551724138,0.14452097683155918,5464,-0.5242758620689656,-0.6842830306825297 +47059,TN,Greene,6489.64637719479,15.086003077495647,0.09428377296849952,1447.03576002474,0.02102302392853133,14,0.204873052,85.1666666666667,1.24122519371372,41,0.599985366,2585,205258,935.7,6216,4211,23937,23491,0.25968166436896856,0.1792601421821123,14327,-0.46029159878013115,-0.6098931505683027 +47061,TN,Grundy,135.424177751157,-85.28337981252218,0.009882812358692039,24.4902510500822,0.001787218204048909,4,0.297951583,19.8333333333333,1.48131550775512,5,0.372439479,599,40363,1162.8,1637,998,4217,4750,0.3881906568650699,0.21010526315789474,2628,-0.20512212473322267,-0.5532631578947369 +47063,TN,Hamblen,27609.2925920741,32.727622754060185,0.44143790918511927,6820.68223573445,0.10905414165602535,12,0.190367409,78.6666666666667,1.23330981683259,52,0.824925439,2327,189450,993.5,5229,4075,20020,20579,0.2611888111888112,0.19801739637494534,11764,-0.4638361638361638,-0.5716507118907624 +47065,TN,Hamilton,138476.944925367,8.628264924327702,0.4115666356341321,31843.6746710221,0.09464242627279107,55,0.156597005,394.5,1.10276235680861,317,0.902568191,10352,1053934,796.9,58794,55260,142320,141088,0.41311129848229344,0.39167044681333635,23401,-0.14813799887577284,-0.16586102290768884 +47067,TN,Hancock,66.5395717236606,-30.11717616659963,0.009757966230189265,5.45590429085769,8.001032835984294e-4,1,0.150217816,10.6666666666667,1.6218133900968,1,0.150217816,318,19825,1197,475,322,2046,2229,0.23216031280547408,0.14445939883355766,1520,-0.5141739980449658,-0.6819201435621355 +47069,TN,Hardeman,7469.0600298179,-7.341853276158868,0.27406377388976993,1319.1745420413,0.04840474597443584,7,0.269593684,24.8333333333333,0.976344931524802,8,0.308107067,860,77899,938,5479,4174,10435,9242,0.5250598945855295,0.4516338454879896,738,0.05893627216099667,-0.07985284570439294 +47071,TN,Hardin,3650.04067469583,18.776315328594052,0.14024593386213133,769.887144866119,0.029581462570741526,6,0.231928875,28.6666666666667,1.11634669055129,12,0.46385775,1177,77601,1074.4,2467,1622,10495,9949,0.23506431634111483,0.16303146044828626,6390,-0.5163411148165793,-0.6422756055885013 +47073,TN,Hawkins,11433.5329917898,-13.89924505070829,0.20117771350781763,2571.00652306112,0.045237916757185435,8,0.141006433,53.25,0.941428142071672,24,0.4230193,2137,169769,979,5086,3502,19789,20694,0.25701147101925315,0.16922779549627912,13109,-0.4694527262620648,-0.6334686382526337 +47075,TN,Haywood,2992.9774573932,-1.5950839359068956,0.15931109050903283,768.340889992136,0.040897476446060364,3,0.16497113,28.0833333333333,1.57303161000019,10,0.549903767,565,54446,849.1,4567,3704,7567,6824,0.6035416941984935,0.5427901524032825,694,0.212369499141007,0.10169988276670577 +47077,TN,Henderson,3523.62807900501,-7.22872719131749,0.1268907083080057,838.234384272663,0.030185976602422233,4,0.142811239,27.5833333333333,0.991421656722498,18,0.642650577,994,84008,1004.3,2516,1796,10051,10172,0.2503233509103572,0.1765631144317735,6322,-0.4877126654064272,-0.6215100275265434 +47079,TN,Henry,6159.81576087537,-5.833803087771481,0.19052940800728024,1235.89630355317,0.03822753800040736,4,0.124208173,32.9166666666667,1.01877643660373,19,0.589988821,1376,96632,974.3,4337,3061,12731,12887,0.3406645196763805,0.2375261891828975,6422,-0.3024114366506951,-0.498331652052456 +47081,TN,Hickman,2775.94861599027,21.805512709395185,0.11243210271325516,378.714229679771,0.015338769934377116,2,0.082020997,20,0.823214653220827,6,0.246062992,810,72921,967,2693,1823,7595,7762,0.3545753785385122,0.23486214893068796,3862,-0.27162606978275183,-0.4975521772738985 +47083,TN,Houston,214.249927696881,-27.57033362271642,0.02542724041026359,35.850494203356,0.004254746523066223,2,0.241925729,8.16666666666667,1.00401606425703,6,0.725777186,322,24691,981.6,1400,865,3027,3165,0.46250412950115627,0.27330173775671407,1315,-0.05913445655764782,-0.41548183254344395 +47085,TN,Humphreys,1206.50690713,-28.130063456816035,0.0650829057681519,312.446993775353,0.016854406827886127,4,0.220567963,18.4166666666667,1.00379716938282,17,0.937413841,731,54503,1009,2904,1967,6860,7139,0.42332361516034983,0.27552878554419385,2961,-0.13483965014577265,-0.41476397254517444 +47087,TN,Jackson,1.60373164899647,0,1.378013102763765e-4,0.229108501796873,1.9686243495177262e-5,3,0.2593361,11.0833333333333,0.958268488097297,2,0.172890733,481,34491,1025.7,1736,1129,4178,4447,0.4155098133078028,0.25387901956375086,2100,-0.15414073719483,-0.4722284686305374 +47089,TN,Jefferson,2646.3455651603,0,0.051478311614377416,616.867055164723,0.011999670378834069,4,0.075934469,46.8333333333333,0.874817097848759,28,0.53154128,1725,158232,865.5,4230,3490,17565,18994,0.2408198121263877,0.1837422343898073,11270,-0.5013948192428124,-0.5933452669263978 +47091,TN,Johnson,2275.5592706917,15.830525919846023,0.12472918607167836,429.828398905728,0.023559986785010305,4,0.223976706,20.5,1.15466937028275,6,0.33596506,682,53748,936.2,1483,988,6194,6556,0.23942525024216985,0.15070164734594266,4412,-0.5050048433968356,-0.6729713239780353 +47093,TN,Knox,157839.167916191,-5.12257484271204,0.3651774023686475,37960.9652758347,0.08782665845144601,72,0.160483591,398.25,0.873102522953882,392,0.873743993,12809,1344111,854.8,57594,62861,167330,179266,0.3441941074523397,0.3506576818805574,42863,-0.29174087133209825,-0.23910278580433547 +47095,TN,Lake,14.7011009580456,0,0.0018770557913745662,3.88954874477349,4.966226691488113e-4,2,0.262088848,9,1.19047619047619,2,0.262088848,293,22954,1132.8,884,577,2087,1970,0.4235745088643987,0.2928934010152284,780,-0.13368471490177286,-0.3959390862944162 +47097,TN,Lauderdale,2397.08351052465,-0.06667604400686716,0.08617952581429625,681.068625468264,0.024485659732815534,5,0.182601709,29.6666666666667,1.10808152491938,8,0.292162735,852,81797,996.8,4010,3656,8688,8678,0.4615561694290976,0.4212952293155105,1228,-0.06975138121546964,-0.1415072597372667 +47099,TN,Lawrence,3120.20464678558,11.538730816446833,0.07452302770034105,733.391476807359,0.0175163361152012,8,0.189241614,52.0833333333333,1.20896296124355,23,0.544069641,1570,126904,982.2,4237,2821,15219,15658,0.2784019975031211,0.1801634946991953,9598,-0.4292660490176753,-0.612977391748627 +47101,TN,Lewis,422.698064902566,0,0.034758495592678726,89.6122421835171,0.007368821822507779,3,0.251973795,15.3333333333333,1.28808243727599,10,0.839912649,462,35679,981.3,1445,890,4691,4601,0.30803666595608614,0.19343620951966964,2689,-0.3562140268599445,-0.5844381656161703 +47103,TN,Lincoln,4923.30702140943,-3.1636845542300103,0.14757672196305355,1072.32605258682,0.03214310280227871,5,0.148645836,31,0.921385049784515,21,0.624312513,1190,100900,921.2,3283,2550,13249,13270,0.24779228621028002,0.19216277317256972,7825,-0.49120688353838027,-0.5896759608138659 +47105,TN,Loudon,14631.9175496371,6.997649147205139,0.30134108142427507,2883.27266476405,0.05938035803534167,9,0.17726655,46.9166666666667,0.911817675334603,38,0.748458766,1893,152283,829.6,5057,4916,22066,23304,0.22917610803951782,0.21095090971507038,12672,-0.5276896582978338,-0.5437693099897014 +47107,TN,McMinn,6823.74832486919,-15.332722088411948,0.13055807455839724,1553.81517165607,0.02972898579680998,7,0.133014099,64.25,1.21570482497635,34,0.646068483,2023,157724,978.9,4603,3507,17818,18694,0.25833426871702775,0.1876002995613566,11166,-0.46890784599842855,-0.597303947790735 +47109,TN,McNairy,2567.82335030747,-7.336643155854973,0.09847836434544467,606.317109506181,0.023252813403880385,4,0.152282331,28.75,1.10854058222479,17,0.647199909,1073,78307,1033.3,2643,1847,9809,10035,0.269446426750943,0.18405580468360738,5992,-0.445203384646753,-0.5971101145989038 +47111,TN,Macon,749.880235196324,309.4811423329925,0.03370551218969453,195.6582946126,0.0087944217283621,4,0.173890362,21.75,0.927505330490405,13,0.565143677,845,68832,1093.8,1552,1071,6904,7490,0.22479721900347624,0.14299065420560747,5189,-0.5369351100811124,-0.6927903871829106 +47113,TN,Madison,23242.5592899398,2.154835701602559,0.2364595935656276,6012.87065916874,0.06117230613433922,16,0.162969301,106.25,1.08792480263764,82,0.835217666,2889,294406,862,18360,15438,40691,37764,0.4512054262613354,0.4088020336828726,5883,-0.08918434051755919,-0.155783285668891 +47115,TN,Marion,2879.10067509944,36.10561142087334,0.1019619887062875,609.66758159895,0.02159108905333251,4,0.140810364,43.8333333333333,1.54093135531651,22,0.774457,1084,85211,1003.1,3952,2829,10404,10832,0.37985390234525185,0.26117060561299854,4851,-0.22260668973471742,-0.44783973412112255 +47117,TN,Marshall,3733.40974187277,95.33509095277152,0.121939110359368,1017.14681022242,0.033221635373237746,5,0.159902779,34,1.06532978223406,19,0.607630561,983,93953,928.8,3722,2848,10729,11402,0.3469102432659148,0.24978074022101385,5319,-0.2890297325006991,-0.4664971057709174 +47119,TN,Maury,15063.1965992898,14.853374875280343,0.18606646325522258,3685.04532545136,0.04551911316581057,15,0.175407823,96.75,1.07522699236505,71,0.830263696,2594,256995,899.7,11819,10026,32989,35068,0.3582709387977811,0.2859016767423292,13755,-0.2691503228348843,-0.3922379377209992 +47121,TN,Meigs,177.297663636913,86.45650482158119,0.01508531129387501,36.0370114513207,0.003066196839217281,4,0.341851124,15.5,1.29112869637651,2,0.170925562,457,35231,1051.1,1163,856,3958,4311,0.29383527033855483,0.19856181860357225,2481,-0.3954017180394138,-0.5755045233124565 +47123,TN,Monroe,1918.84106241813,-15.217545961058853,0.04310162093528898,462.856375522844,0.010396827770678676,10,0.221077532,59,1.28344572547313,30,0.663232596,1584,136382,914.4,4368,3184,16320,17050,0.2676470588235294,0.1867448680351906,10177,-0.45030637254901956,-0.596891495601173 +47125,TN,Montgomery,57591.4831974641,-7.266209526156708,0.33419108110243717,16885.4060803227,0.09798240641743332,17,0.089492054,124.583333333333,0.636493063715723,117,0.615915899,3477,567909,877.4,24349,21686,55424,57278,0.4393223152424942,0.37860958832361463,10634,-0.10482823325635104,-0.18565592374035406 +47127,TN,Moore,2145.49640137108,2.8211511789421944,0.33723615236892174,476.154733377793,0.07484356073212715,0,0,5,0.790763877906057,2,0.316505776,198,18983,700.8,705,496,2799,2926,0.25187566988210075,0.1695146958304853,1829,-0.48160057163272596,-0.6250854408749146 +47129,TN,Morgan,4002.34588411522,-9.893199408489336,0.18203237750103335,887.223299974114,0.04035217628480984,4,0.184672207,21.4166666666667,0.993628406173641,4,0.184672207,712,64964,968.3,1722,1053,6500,6664,0.26492307692307693,0.15801320528211285,4376,-0.4532307692307692,-0.6566626650660264 +47131,TN,Obion,3472.41211875148,1.6357952579911579,0.10917131822402239,740.32900881115,0.023275662867015122,3,0.096958728,25.75,0.842108705605337,18,0.581752367,1162,92604,941.6,3320,2425,12296,12223,0.27000650618087185,0.19839646567945676,7100,-0.44681197137280415,-0.5808721263192342 +47133,TN,Overton,294.688428568188,-15.833254896057303,0.0133445830986817,65.9458798710257,0.0029862735982894395,6,0.272380607,20.5833333333333,0.933442171934758,11,0.499364445,862,66114,1005,2802,1943,7657,8195,0.3659396630534152,0.23709579011592435,4112,-0.2572809194201384,-0.5017693715680294 +47135,TN,Perry,1978.78063833354,260.07885976709923,0.25000387092021986,434.060484477231,0.05484023808935325,2,0.255689082,7,0.878955298844802,4,0.511378164,362,23634,1110.1,992,597,2621,2855,0.3784814956123617,0.20910683012259193,1570,-0.22357878672262493,-0.5499124343257443 +47137,TN,Pickett,38.9002502037365,0.05603466518423817,0.007662054402941992,5.05037669463815,9.947560950636497e-4,2,0.390320062,5.75,1.11824192921042,4,0.780640125,200,15276,834.7,711,536,2446,2609,0.29067865903515944,0.20544269835185894,1483,-0.4071954210956664,-0.568417018014565 +47139,TN,Polk,49.3548486075625,16.350004485895955,0.002933423394208767,10.4142165313388,6.1897275074822e-4,4,0.239091452,21.8333333333333,1.30177279592972,5,0.298864316,646,50112,985.5,1856,1252,6059,6520,0.3063211751114045,0.19202453987730062,3845,-0.3716784948011223,-0.5897239263803681 +47141,TN,Putnam,14568.3589618992,-4.438114407769611,0.2014402312177542,3156.22188905536,0.043641845232440926,17,0.229218634,96.5,1.27089067706207,61,0.822490393,2469,222808,961.4,7793,6847,25479,26958,0.30585972761882335,0.2539876845463313,12134,-0.3708544291377212,-0.4501075747459011 +47143,TN,Rhea,3162.27102614337,20.870118372230078,0.09941434896234934,794.781660083969,0.024986062437799647,7,0.214454214,38.6666666666667,1.19187062038921,20,0.612726326,1213,97676,1023.5,2625,1942,10578,10946,0.2481565513329552,0.1774164078202083,6708,-0.4885611646814142,-0.6128266033254157 +47145,TN,Roane,13942.3035623019,0.6682241729997149,0.25732828043598127,2956.74946048199,0.05457170337354404,6,0.113748389,50.9166666666667,0.962981175372899,34,0.644574202,2186,158520,940.8,6014,4833,21081,21580,0.28528058441250415,0.22395736793327153,11030,-0.412931075375931,-0.5111214087117701 +47147,TN,Robertson,4540.52609492565,-9.956818641638515,0.06850212113099362,1162.37514765275,0.01753655006038879,7,0.102821722,61.6666666666667,0.891587749102388,49,0.719752053,1868,203788,907.5,8289,6634,26285,27042,0.31535096062393,0.24532209156127505,12759,-0.3557922769640479,-0.47182161082760155 +47149,TN,Rutherford,65080.4839621957,5.001915059025124,0.24782746630742752,18651.3009828229,0.07102443596755152,34,0.117685337,239.25,0.776153199827413,202,0.699189356,5159,869355,772,36400,36627,98816,106518,0.36836139896373055,0.34385737621810397,27801,-0.24721704987046633,-0.2609981411592407 +47151,TN,Scott,789.347125845616,-39.94016811887139,0.03551138770225014,205.778592289807,0.00925762966932729,3,0.136444263,27.0833333333333,1.23403350495892,13,0.591258471,833,65948,1156.6,1452,934,6668,7123,0.21775644871025795,0.13112452618278816,5110,-0.5496400719856029,-0.7173943563105434 +47153,TN,Sequatchie,9.02367785386741,-93.27016578649929,6.394329544974071e-4,1.64004216389731,1.1621613973195223e-4,0,0,18,1.20829697254481,12,0.816104461,498,44255,890.2,1488,1051,5141,5667,0.28943785255786814,0.18545967884242104,3383,-0.3993386500680801,-0.5969648844185635 +47155,TN,Sevier,11385.4785123333,-1.049905560469845,0.12666153269402597,2570.13731032952,0.028592345118195993,23,0.241825255,111.833333333333,1.15682076001917,97,1.019871727,2998,284367,878.3,7415,6293,33856,36180,0.21901583175803402,0.17393587617468215,22317,-0.5483223062381852,-0.616832504145937 +47157,TN,Shelby,273256.128731707,7.539677367974079,0.2945700384325312,75745.8348575091,0.08165399103266878,164,0.174690537,963.250000000001,1.03065151727525,681,0.725391802,24097,2815548,888.3,232201,206640,370749,331861,0.6263024310247634,0.6226703348691169,91692,0.26072895678747615,0.27629640120411864 +47159,TN,Smith,273.750855600461,-31.08548092520891,0.01428315014089852,53.9802954709157,0.002816461205828848,2,0.10521332,15.0833333333333,0.775612348091394,9,0.47345994,607,57399,961.7,2467,1688,7081,7410,0.3483971190509815,0.22780026990553306,3797,-0.2859765569834769,-0.5124156545209178 +47161,TN,Stewart,247.329191612073,-87.17828669650075,0.018562683249179902,65.1528734147575,0.004889888428006409,2,0.150613751,12,0.910332271279017,6,0.451841253,489,39856,958,2069,1222,5115,5283,0.40449657869012706,0.23130796895703198,2642,-0.17478005865102636,-0.5000946431951543 +47163,TN,Sullivan,52031.8903122689,-11.186852017273836,0.3317873673649203,11057.8820748947,0.07051186417103805,20,0.127350411,144.083333333333,0.919678894300225,141,0.897820398,6160,470172,906.2,15303,11910,59833,59860,0.25576187053966876,0.19896424991647177,33667,-0.4717296475189277,-0.5624290010023388 +47165,TN,Sumner,47994.8961140369,5.928634501633505,0.2987637095087734,12685.6932092044,0.07896724584770395,20,0.115803736,143.166666666667,0.795092088139522,96,0.555857932,4318,517987,777.9,18571,18153,65334,71080,0.28424709951939264,0.25538829487900955,31952,-0.41950592340894477,-0.44952166572875635 +47167,TN,Tipton,11339.1915201258,-17.543158581674657,0.1856418775089766,3220.41139091563,0.05272361930740541,8,0.129821657,48.25,0.787074042053407,25,0.40569268000000003,1715,185394,939.5,7020,5779,23682,23372,0.29642766658221437,0.24726168064350504,11114,-0.39587028122624773,-0.47552627075132636 +47169,TN,Trousdale,NA,NA,NA,NA,NA,3,0.374906273,9,1.08813928182807,4,0.499875031,278,23829,1038.6,1238,943,2901,3142,0.426749396759738,0.30012730744748567,1156,-0.12823164426059985,-0.36791852323360913 +47171,TN,Unicoi,2401.86481210288,77.67580983761346,0.1311562721620095,499.957331582797,0.0273006788392288,2,0.111339977,16.25,0.917094644167278,10,0.556699883,845,53840,1025.9,1909,1260,7078,7166,0.2697089573325798,0.1758303097962601,4406,-0.44066120372986717,-0.6148478928272397 +47173,TN,Union,387.110765519185,1910.114749130043,0.020258033676235545,88.5365316284274,0.00463323730328261,1,0.0523204,19.6666666666667,1.02751654475792,4,0.209281641,691,57154,1064,1474,1010,5820,6204,0.25326460481099655,0.16279819471308832,4014,-0.4817869415807561,-0.64700193423597685 +47175,TN,Van Buren,39.3221877326432,-59.88060958220939,0.007087632972718674,7.54353253592853,0.0013596850281053588,0,0,6,1.05466690103709,0,0,213,16841,935.5,875,539,2298,2417,0.3807658833768494,0.2230037236243277,1281,-0.22149695387293306,-0.5299958626396359 +47177,TN,Warren,3313.41160050999,41.403087908941544,0.08317004946183362,792.704590438094,0.0198977030155901,6,0.15011634,46.8333333333333,1.15592194030342,24,0.600465361,1460,120403,1009.9,4748,3535,13008,13565,0.3650061500615006,0.26059712495392556,6000,-0.2505381303813038,-0.4423147806855879 +47179,TN,Washington,26994.1061092793,11.25615883142931,0.2195017532203002,5870.80628808986,0.047738282862032216,18,0.142583292,112.833333333333,0.885383971542164,102,0.80797199,4131,377652,897.2,14318,13003,48003,49411,0.298273024602629,0.26316002509562647,21176,-0.3847467866591671,-0.4285685373702212 +47181,TN,Wayne,3784.26136798694,-9.421272288427971,0.22232896821496623,364.737577196012,0.021428680876329945,5,0.29563058,20.6666666666667,1.23656235664852,4,0.236504464,633,50498,948.2,1163,717,5484,5842,0.21207148067104303,0.12273194111605615,4317,-0.563092633114515,-0.7389592605272167 +47183,TN,Weakley,4131.02624938175,47.36322024420113,0.11795854628313726,709.40244538508,0.020256487404274007,5,0.145463009,36.4166666666667,1.08683757622785,23,0.66912984,1128,102385,876,3547,2770,12332,12127,0.2876256892637042,0.22841593139275995,6231,-0.40982808952319166,-0.5138121546961326 +47185,TN,White,2475.13687717047,-14.741779284377502,0.09578332406526335,526.906010618801,0.02039031038345269,6,0.228128208,33.8333333333333,1.26940056779099,18,0.684384624,1085,79131,1032.6,2793,1842,9133,9776,0.3058140808058688,0.18842062193126022,5815,-0.3721668674039199,-0.5948240589198036 +47187,TN,Williamson,45309.2233076282,-4.125597031677615,0.2473453904184265,13673.7976191795,0.07464596750324541,30,0.146180309,97.0833333333334,0.443086406793637,160,0.779628312,3241,615975,583,24328,30992,93606,104700,0.2598978697946713,0.2960076408787011,37168,-0.4675127662756661,-0.35499522445081183 +47189,TN,Wilson,25367.2610393671,0.27529054057464325,0.22253349801625624,6526.55571946038,0.0572540043639555,19,0.151544155,98.6666666666667,0.743078201449505,91,0.725816743,3101,376331,810.5,14669,14356,51437,56286,0.2851838170966425,0.25505454287034074,24948,-0.4161790151058577,-0.44323632874960023 +48001,TX,Anderson,23111.2414208938,-4.206324841056116,0.3953477953555339,2667.24608271141,0.04562670776816535,5,0.086764885,32.5833333333333,0.564369926444267,24,0.416471446,1957,173211,1070.9,3796,3358,16167,16887,0.23479928248902085,0.19885118730384319,9807,-0.5219892373353127,-0.5807425830520518 +48003,TX,Andrews,5015.9754631323,0.004077149519841562,0.339238161986494,1477.36036749886,0.09991616174075882,1,0.0572181,10.5833333333333,0.595908408408408,10,0.57218058,370,52362,835.9,794,836,4476,4926,0.177390527256479,0.1697117336581405,3089,-0.6349419124218052,-0.6270807957775071 +48005,TX,Angelina,20927.3315509152,-24.955838532416546,0.24117886795029675,5651.75650095193,0.06513416349877182,9,0.102564103,61.75,0.703375061224955,64,0.729344729,2592,263791,861.1,7833,7538,28403,29870,0.27578072738795195,0.2523602276531637,14128,-0.43896771467802703,-0.47298292601272185 +48007,TX,Aransas,8865.51147750765,0,0.38282716458708227,1920.33744336756,0.08292328540321098,3,0.120134551,22.3333333333333,0.868291797882405,17,0.680762454,1035,74445,869.3,2703,2458,9646,10467,0.2802197802197802,0.234833285564154,5272,-0.42774206925150327,-0.5036782268080635 +48009,TX,Archer,2147.67237758163,0.5124738789017131,0.23720702204347577,496.673647694261,0.05485681993530605,1,0.113494496,5.75,0.660691715500402,4,0.453977982,249,26277,719.4,525,394,4163,4269,0.1261109776603411,0.09229327711407824,3391,-0.7384098006245496,-0.7943312251112673 +48011,TX,Armstrong,1896.20797437215,0,0.9974792079811414,421.8019933499,0.22188426793787483,2,1.023017903,2,1.06609808102345,2,1.023017903,92,5852,1085.8,98,70,935,1017,0.10481283422459893,0.0688298918387414,854,-0.7807486631016043,-0.839724680432645 +48013,TX,Atascosa,9400.11363108212,24.740129381773706,0.20930537354060522,2634.53671830173,0.05866127938148182,6,0.125591326,41.5,0.850462118572863,22,0.460501528,1220,143324,815.6,5128,4635,12704,13605,0.40365239294710326,0.340683572216097,3963,-0.1828557934508816,-0.29128996692392506 +48015,TX,Austin,3256.07322636125,-18.526286248583297,0.11458187797308829,707.565123357216,0.024899360360249707,5,0.171738682,28.1666666666667,0.946524183972937,15,0.515216047,805,87270,731.4,2252,2319,11628,12255,0.1936704506363949,0.18922888616891065,7318,-0.6026831785345718,-0.5971440228478172 +48017,TX,Bailey,667.901387184863,0,0.0932172208213347,183.816130522267,0.0256547286144127,2,0.289435601,6.83333333333333,0.951585201689644,4,0.578871201,172,21300,727.6,466,397,1813,1784,0.25703254274682846,0.22253363228699552,946,-0.47986762272476563,-0.5302690582959642 +48019,TX,Bandera,7158.4561730925,177.85468115511566,0.34944867820807907,1441.96974031907,0.07039149330334733,3,0.143595635,15,0.688831741366642,7,0.335056481,651,62806,648.1,1859,1726,9434,10213,0.19705321178715285,0.1690002937432684,6433,-0.5897816408734365,-0.6298834818368746 +48021,TX,Bastrop,21416.782496781,-30.678194955780707,0.2887487359855065,5574.22385109495,0.07515368339505939,11,0.140900998,65.5833333333333,0.792710687794874,36,0.461130538,1957,234707,825.1,9860,10555,24457,28250,0.4031565604939281,0.3736283185840708,5759,-0.1700535633969824,-0.20385840707964603 +48023,TX,Baylor,455.647220636358,0,0.1222885723661723,60.0531201617428,0.016117316200145677,1,0.278396437,3.75,1.014335948066,3,0.83518931,170,10811,904.8,267,191,1592,1492,0.16771356783919597,0.12801608579088472,1076,-0.6469849246231155,-0.7211796246648793 +48025,TX,Bee,10775.3956927468,5.7811238344737985,0.3382001723971878,2387.92660148904,0.07494826281312703,1,0.0304294,24.5833333333333,0.750636132315522,16,0.486869732,770,98544,851.8,3451,3443,7873,8458,0.43833354502730854,0.40707022936864506,1300,-0.11469579575765271,-0.15370063844880583 +48027,TX,Bell,103120.541994956,-13.102475624248383,0.3323949328572083,30142.9109833237,0.09716154200307413,30,0.091146625,267.916666666667,0.787038805052324,219,0.665370359,6349,990989,795.5,35315,37608,85765,93999,0.4117647058823529,0.40008936265279416,14172,-0.16386637905905677,-0.15076756135703573 +48029,TX,Bexar,451601.664033003,-16.043192274949032,0.2633594440972671,116520.346723414,0.06795088721563379,174,0.093756769,1232.08333333333,0.638822061375311,1300,0.700481608,37855,5581776,743,263871,319191,511405,586038,0.5159726635445488,0.5446592200505769,79030,0.04566243974931805,0.13485473638228235 +48031,TX,Blanco,485.062880317592,-53.71082763229356,0.04620966755430999,89.7387756101493,0.00854899262743158,3,0.277469478,7.91666666666667,0.694932116104869,9,0.832408435,331,32437,706.6,1220,1244,4971,5669,0.24542345604506136,0.2194390545069677,2968,-0.4862200764433716,-0.5235491268301289 +48033,TX,Borden,641.000000070199,1.596227050518709e-13,1.0000000001095148,138.000000467568,0.215288612273897,0,0,NA,NA,0,0,18,1940,625,32,31,362,365,0.08839779005524862,0.08493150684931507,299,-0.8066298342541437,-0.8191780821917808 +48035,TX,Bosque,1762.38197610439,-58.37843044620298,0.09677036987175434,383.202353569651,0.021041201052583516,4,0.224971879,23.8333333333333,1.31697703118381,10,0.562429696,734,53495,841,1366,1277,7336,7797,0.1862050163576881,0.16378094138771324,5048,-0.6143675027262814,-0.6474284981403103 +48037,TX,Bowie,20113.870643286202,-26.15964776465321,0.21729455672539516,4852.71482806356,0.052424942776033705,15,0.160814795,76.9166666666667,0.819482917820868,93,0.997051729,3077,280087,927.1,10184,8831,35357,34470,0.2880334870039879,0.2561937917029301,16082,-0.4145148061204288,-0.4665506237307804 +48039,TX,Brazoria,69647.355857069,-15.566434003465988,0.22239756505198172,19443.0470734462,0.06208543415775084,29,0.085767352,172.5,0.487019861940457,195,0.576711502,6608,1014828,760.6,34327,43075,106422,120296,0.3225554866474977,0.35807508146571787,29578,-0.34163048993629136,-0.2458768371350668 +48041,TX,Brazos,52558.4086858392,-20.37807037393516,0.2697364072334204,9007.67184155496,0.04622851225580038,18,0.086061812,113.583333333333,0.515311129964265,173,0.827149633,3007,628524,695,17440,23041,55845,66036,0.31229295371116483,0.34891574292809985,15621,-0.3529769898827111,-0.23655278938760677 +48043,TX,Brewster,2642.14408106501,-3.786486055472617e-13,0.28619411623321167,527.772763393537,0.057167760332922125,5,0.545077946,8.58333333333333,0.932971014492754,7,0.763109125,206,27574,565.8,1765,1869,3866,4226,0.45654423176409725,0.4422621864647421,204,-0.05431971029487842,-0.04827259820160906 +48045,TX,Briscoe,1637.00000175119,0,1.0000000010697556,362.000000153446,0.2211362248952022,1,0.651041667,3,2.03527815468114,0,0,58,4585,781,117,91,700,734,0.16714285714285715,0.12397820163487738,534,-0.6557142857142857,-0.7275204359673024 +48047,TX,Brooks,1179.30981928851,0.030787422797188407,0.16327146882022844,275.90160822672,0.03819764754627163,1,0.139004726,9.91666666666667,1.37464190000924,6,0.834028357,279,21708,1033,1886,1937,2403,2596,0.7848522679983354,0.7461479198767335,1324,0.573866000832293,0.5100154083204931 +48049,TX,Brown,13832.2964761297,-12.619291478289044,0.36299523634413744,3378.19695136445,0.08865262560658295,5,0.132791544,43.5833333333333,1.1388083230993,36,0.956099116,1501,113285,966.2,1904,1621,13936,13949,0.13662456946039037,0.11620904724353,10389,-0.7168484500574053,-0.7447845723707793 +48051,TX,Burleson,2215.59334638903,-5.486424520401793,0.12891099938261652,547.280968453238,0.03184272813482504,4,0.231843737,19.75,1.11204954954955,12,0.695531212,619,51896,821.3,1705,1491,6455,6945,0.2641363284275755,0.21468682505399567,3825,-0.4594887683965918,-0.550755939524838 +48053,TX,Burnet,14182.9988818173,5.138865475457425,0.33176605571502465,3504.07162379031,0.08196658769100139,3,0.066751218,31.9166666666667,0.690194551968226,28,0.62301137,1454,133786,733.9,3672,3785,16770,19046,0.2189624329159213,0.19872939199831985,10810,-0.5459749552772808,-0.5675732437257167 +48055,TX,Caldwell,5776.48197004075,-21.78284116550043,0.15174911916252692,1306.63399197896,0.03432548710079756,3,0.07535795,22.0833333333333,0.536511098693747,21,0.527505652,980,119562,795.1,4787,4663,11055,11709,0.4330167345092718,0.39824066957041593,1853,-0.11135232926277705,-0.15825433427278157 +48057,TX,Calhoun,7732.01413724488,13.850876027207773,0.36163014532738785,2054.62804020435,0.09609597494057107,2,0.091755746,25.4166666666667,1.15714394111845,14,0.642290223,600,65420,780.7,2510,2118,6746,6957,0.372072339163949,0.30444156964208713,2520,-0.24236584642751258,-0.3622250970245795 +48059,TX,Callahan,4001.97344759608,33.74209165783833,0.2954794335200886,961.026776645869,0.07095590495022659,2,0.148005624,12.6666666666667,0.916546068499759,9,0.666025309,525,40605,915.4,751,568,5195,5556,0.14456207892204043,0.10223182145428365,4290,-0.697786333012512,-0.7721382289416846 +48061,TX,Cameron,100015.195853748,-10.89572845552633,0.2462094329519669,31707.2802393313,0.07805445384109916,36,0.08563436,395.916666666667,0.937891116980745,240,0.570895735,7875,1260627,650.6,49159,59319,74802,91804,0.657188310472982,0.6461483159775173,29887,0.32357423598299506,0.3255522635179295 +48063,TX,Camp,1247.02211144634,0,0.10055818977875494,357.767970282042,0.028849929060724297,3,0.237699073,12.3333333333333,0.95852439055983,7,0.55463117,418,37712,896.9,1428,1260,4332,4542,0.3296398891966759,0.2774108322324967,1941,-0.33471837488457984,-0.42734478203434617 +48065,TX,Carson,1235.92186491,-56.350877057193486,0.1999226568925914,295.12313940629,0.047739103753848273,0,0,8,1.32078586759122,4,0.665225345,189,17957,816,292,249,2775,2945,0.10522522522522522,0.08455008488964347,2368,-0.7776576576576576,-0.8040747028862479 +48067,TX,Cass,2118.90496090659,-14.328806985403997,0.06955439078606192,491.990410730631,0.01614989531022292,4,0.132183338,24.1666666666667,0.795610425240055,17,0.561779188,1197,90956,905.7,2921,2250,11764,11606,0.24829989799387964,0.1938652421161468,6932,-0.49523971438286296,-0.597277270377391 +48069,TX,Castro,960.309636630439,0.3978031132360527,0.11911555899658124,262.427609436647,0.032551179538160134,2,0.257036371,6,0.782370582866084,6,0.771109112,198,23488,767.9,630,526,2119,1996,0.2973100519112789,0.2635270541082164,887,-0.3964134025483719,-0.4443887775551102 +48071,TX,Chambers,6741.75530702429,6.009933171170935,0.19209469190290318,1850.07257257488,0.05271462766625484,5,0.131078778,23.4166666666667,0.586898585595295,25,0.655393892,822,114235,863.4,2780,2939,14692,16661,0.18921862237952627,0.17639997599183724,10339,-0.611285053090117,-0.6205509873356941 +48073,TX,Cherokee,8279.82928773068,0.005122724966219912,0.16284451347685455,2272.43452507047,0.04469337250605704,5,0.098227967,35.8333333333333,0.693530489535754,26,0.510785431,1546,153599,856.1,3935,3466,16387,16701,0.2401293708427412,0.20753248308484523,9430,-0.5099163971440775,-0.5646368480929285 +48075,TX,Childress,3108.74994998373,-0.2637528886364367,0.44152108365057946,835.278811865996,0.11863070755091548,1,0.14106362,5,0.709018718094158,7,0.987445338,223,21201,900.4,320,253,1996,2084,0.16032064128256512,0.12140115163147792,1549,-0.6738476953907815,-0.7432821497120922 +48077,TX,Clay,5527.8362577707,36.10784575919635,0.5141216757599237,1241.06310756249,0.11542625628371372,1,0.096432015,3,0.294319631119396,4,0.385728062,358,31193,803.7,740,536,5056,5011,0.1463607594936709,0.10696467770904011,3840,-0.6973892405063291,-0.7663141089602874 +48079,TX,Cochran,662.16364265489,0,0.21175684127115127,171.772630418825,0.05493208519949632,2,0.681431005,4,1.38792505204719,0,0,98,8874,1023.3,256,190,916,901,0.2794759825327511,0.21087680355160932,489,-0.4279475982532751,-0.5427302996670367 +48081,TX,Coke,3319.21289550832,0,0.9997629203338313,698.883778212052,0.21050716211206386,4,1.2292563,5.16666666666667,1.58292483660131,0,0,152,9686,897.2,179,140,1406,1423,0.12731152204836416,0.09838369641602249,1125,-0.7375533428165008,-0.7905832747716093 +48083,TX,Coleman,1745.74692731928,-5.730751441083555e-13,0.19626159947378077,287.162941329173,0.03228363589985082,3,0.355871886,11.3333333333333,1.34600158353127,6,0.711743772,404,25277,1009.5,441,387,3483,3635,0.12661498708010335,0.10646492434662999,2790,-0.7367212173413724,-0.7675378266850068 +48085,TX,Collin,99230.762308588,-14.865946645657619,0.12683824867747953,29403.0529317374,0.037583423253718516,103,0.116352496,391.916666666667,0.41711677673299,741,0.83706019,11429,2658896,581.2,100754,139837,301101,356545,0.3346186163446817,0.39220014303944806,60558,-0.3161032344628546,-0.16984672341499674 +48087,TX,Collingsworth,224.944088145241,4.0069723064039415,0.07358328038771378,48.597503843029,0.01589712261793556,1,0.331455088,4,1.3262599469496,4,1.325820351,106,9166,919,177,145,1150,1154,0.15391304347826087,0.12564991334488734,838,-0.682608695652174,-0.7261698440207973 +48089,TX,Colorado,4316.81717867916,-0.9350136159900759,0.2068035440585973,902.001627258113,0.04321172881374499,5,0.241324388,20,0.951520053285123,16,0.772238042,790,62284,838.9,2024,1977,8095,8480,0.2500308832612724,0.2331367924528302,4346,-0.49302038295243983,-0.5125 +48091,TX,Comal,23139.1759199267,12.225765378753858,0.2133193443462525,5281.91990709052,0.04869385562256177,7,0.0565913,77,0.57126747188177,84,0.679095187,3100,371169,690.7,11437,14166,51475,61567,0.22218552695483243,0.2300907953936362,30830,-0.5411170471102478,-0.5007552747413387 +48093,TX,Comanche,2143.45750063322,-1.3285449989020044,0.15338897242258626,503.663678391918,0.03604291386803478,1,0.073800738,11.75,0.871403144467517,6,0.44280442800000003,548,40506,886.4,890,788,4897,5208,0.18174392485195018,0.15130568356374807,3512,-0.6228303042679191,-0.674347158218126 +48095,TX,Concho,1092.26468366214,0.11405264432416877,0.26725340926404206,204.017177160238,0.04991856549063812,1,0.24691358,4,0.934797849964945,3,0.740740741,107,12224,729,194,148,1001,1067,0.1938061938061938,0.1387066541705717,737,-0.5984015984015985,-0.6907216494845361 +48097,TX,Cooke,2805.00458883539,-16.13054812274552,0.07297667843055884,711.977522590925,0.018523233410279807,5,0.12899564,20.5833333333333,0.524202448258884,18,0.464384304,1232,116610,830.6,2240,2345,14291,15894,0.15674200545798056,0.14753995218321378,10829,-0.6760198726471206,-0.6813262866490499 +48099,TX,Coryell,32863.2033452615,20.2379775503914,0.43592088058127954,10615.7631085027,0.14081502505044172,3,0.0397025,34.6666666666667,0.464165528568496,32,0.42349329,1372,227172,857.9,5141,5057,16551,18127,0.31061567276901697,0.2789761129806366,7155,-0.36565766418947493,-0.39471506592376016 +48101,TX,Cottle,1504.11734976882,974.0309638871935,0.9994135214410764,349.999999855855,0.2325581394391063,1,0.706713781,2,1.4265335235378,1,0.706713781,88,4302,1255.2,180,84,739,583,0.2435723951285521,0.14408233276157806,402,-0.5047361299052774,-0.6895368782161235 +48103,TX,Crane,388.957100298164,-0.027104668029388487,0.08890448006815177,96.5715409400883,0.022073495072020183,1,0.202020202,4.08333333333333,0.845410628019324,3,0.606060606,125,14721,944.2,275,299,1283,1381,0.21434138737334374,0.2165097755249819,748,-0.5533904910366328,-0.5416364952932657 +48105,TX,Crockett,284.17215180705,-2.6280368883074354,0.07641090395457112,67.5606577907729,0.018166350575631297,2,0.524658972,3.66666666666667,0.997732426303855,5,1.311647429,91,11243,742.6,480,372,1457,1395,0.32944406314344543,0.26666666666666666,608,-0.3273850377487989,-0.43584229390681 +48107,TX,Crosby,291.171379013875,4.883598596841282,0.04805601238057023,48.5122911747471,0.008006649806031869,3,0.508560773,10,1.66889185580774,1,0.169520258,206,17853,901.1,639,468,1787,1712,0.35758254057078903,0.2733644859813084,712,-0.27588136541689984,-0.41588785046728977 +48109,TX,Culberson,186.143338387128,-0.6895435908563601,0.07762441133741785,36.2316922233381,0.015109129367530484,1,0.441306267,5,2.27479526842584,2,0.882612533,49,6794,587,566,454,876,762,0.6461187214611872,0.5958005249343832,174,0.3105022831050228,0.22834645669291337 +48111,TX,Dallam,2687.25962385042,10.23715214419255,0.40090401668662096,812.823677513774,0.1212626700751565,0,0,9,1.27551020408163,6,0.840925018,127,21254,790.2,253,222,1532,1535,0.16514360313315926,0.14462540716612377,1036,-0.6494778067885117,-0.6749185667752444 +48113,TX,Dallas,393661.068694723,-16.82159830402584,0.16623224764032984,108978.768135404,0.04601873797754439,387,0.153654475,1624.08333333333,0.630715893121407,2067,0.820681654,46477,7558791,749.5,403170,458845,705941,750649,0.5711100502733232,0.6112643858847477,196980,0.1541644415043184,0.26241292534859834 +48115,TX,Dawson,4087.06074452248,0.1353434069732841,0.29545729375569146,625.762648305417,0.04523694414121427,2,0.149566258,13.1666666666667,1.00424579869321,13,0.972180676,429,40275,947.5,1017,835,3640,3562,0.2793956043956044,0.23441886580572713,1801,-0.43241758241758244,-0.5056148231330713 +48117,TX,Deaf Smith,3610.27542184765,-3.1785873412774364,0.18636565258350454,1215.80638029456,0.06276101488202354,2,0.1041938,15.9166666666667,0.845282350858559,11,0.573065903,460,57366,804.4,1239,1185,4309,4201,0.287537711766071,0.28207569626279455,1726,-0.418426549083314,-0.410854558438467 +48119,TX,Delta,377.202791605434,0,0.07210911711057809,57.7383370398174,0.011037724534470925,0,0,5,0.958772770853308,1,0.190912562,229,15621,996.3,454,400,2018,2279,0.22497522299306244,0.1755155770074594,1436,-0.5302279484638255,-0.6301009214567792 +48121,TX,Denton,123079.915815112,-14.060794927445567,0.1857490421498972,34645.7396663653,0.052286458883098304,66,0.087607169,300.583333333333,0.372848908845833,494,0.65572639,9717,2265094,635.9,79917,11e4,240125,293287,0.3328141592920354,0.37505924231213794,59175,-0.3172847475273295,-0.2017648242165524 +48123,TX,DeWitt,3085.7466674168,-19.834250334903835,0.1535426515110116,439.47265388352,0.021867574955641143,2,0.096693096,15.9166666666667,0.762840482466651,16,0.773544769,762,61945,835.7,1463,1161,6624,6822,0.22086352657004832,0.17018469656992086,4349,-0.551177536231884,-0.6374963353855174 +48125,TX,Dickens,484.958917640499,0,0.19842836237336292,96.1016414448673,0.03932145721966747,1,0.450856628,2,0.915750915750916,3,1.352569883,92,6693,878.3,216,128,1019,909,0.21197252208047104,0.1408140814081408,627,-0.5662414131501472,-0.6897689768976898 +48127,TX,Dimmit,3897.24273775477,74.4363896726189,0.3898802258658233,1171.92371107027,0.1172392668137525,3,0.270538371,17.6666666666667,1.63671175344327,6,0.541076743,303,32843,830.6,2141,2173,2917,3225,0.7339732601988345,0.6737984496124031,1199,0.47274597188892703,0.3717829457364341 +48129,TX,Donley,573.714502813879,7.244603334980865,0.15602787675112292,135.602176010738,0.03687848137360294,1,0.282246684,5,1.46842878120411,4,1.128986734,157,10597,920,226,190,1533,1460,0.14742335290280495,0.13013698630136986,1035,-0.6914546640574037,-0.7089041095890412 +48131,TX,Duval,4063.28582688037,1.978325986207497,0.3448723329553871,942.948516872319,0.08003297546022059,3,0.260123125,15.5833333333333,1.36360984715902,5,0.433538542,410,34512,1017,3331,2783,4343,4159,0.7669813492977204,0.6691512382784324,1467,0.5415611328574718,0.3527290213993749 +48133,TX,Eastland,4032.1133139562,0.0052822131650075614,0.21697859947027928,880.490140032065,0.047381485230160086,4,0.220070423,24.1666666666667,1.32246178541461,17,0.935299296,792,54651,964.7,970,776,6494,6935,0.14936864798275332,0.11189617880317232,5232,-0.688789651986449,-0.7544340302811825 +48135,TX,Ector,28118.3943134334,-9.142828792540078,0.20504918189625465,8256.83156326452,0.06021170832979305,20,0.129951138,108.083333333333,0.686408996032905,108,0.701736147,3537,463501,953,8095,10225,32408,36373,0.24978400394964206,0.28111511285843893,14751,-0.4887990619600099,-0.40554807137162185 +48137,TX,Edwards,638.008449121662,0,0.3186855390218092,88.5024881433848,0.04420703703465774,1,0.532197978,3,1.56985871271586,1,0.532197978,74,5649,811.1,232,302,883,1065,0.2627406568516421,0.28356807511737087,439,-0.46319365798414497,-0.41220657276995304 +48139,TX,Ellis,35501.7458298402,-7.60071778775043,0.237295273242699,10491.1152022988,0.07012308804424036,16,0.100428705,85.9166666666667,0.509894222913291,97,0.608849024,3481,479107,814.9,13803,16197,53756,63064,0.256771337153062,0.2568343270328555,28610,-0.4752957809360815,-0.453666116960548 +48141,TX,El Paso,143526.539636421,-19.87891760876461,0.1792631954362172,42864.0926546629,0.053536817916838376,114,0.136774779,648.583333333333,0.774041533101489,570,0.683873894,15381,2503595,667.3,112273,145509,171053,210458,0.6563638170625479,0.6913921067386367,90942,0.32595745178395,0.4321147212270382 +48143,TX,Erath,13696.7234119252,1.448169525155314,0.3614864980713961,2981.07528472366,0.07867709909537239,4,0.099633846,25.5833333333333,0.61411299679141,34,0.846887688,944,121738,754.3,1965,2159,12467,13810,0.15761610652121602,0.1563359884141926,9046,-0.6705703056068019,-0.655032585083273 +48145,TX,Falls,2472.78759506926,-62.01121299333079,0.1384074552260864,601.216456509786,0.03365143045504231,3,0.176584849,17.4166666666667,1.00831741253208,7,0.412031314,557,51578,828.4,2033,1682,5432,5232,0.3742636229749632,0.32148318042813456,1756,-0.24355670103092786,-0.33562691131498473 +48147,TX,Fannin,11194.0975098724,-13.565275335522742,0.3300633203559605,2034.48395217085,0.059987732630719444,5,0.14813937,24.6666666666667,0.724829322284584,13,0.385162361,1239,101122,914.2,2482,2123,10781,11972,0.23021983118449124,0.17733043768793852,7413,-0.5250904368796958,-0.6191947878382893 +48149,TX,Fayette,5540.04938973604,-24.749436669938994,0.22562716419874726,1202.98857938819,0.0489935887997145,6,0.241613981,12.3333333333333,0.490410486831816,20,0.805379938,970,74774,722,2311,2127,10534,11029,0.21938484906018607,0.19285519992746397,6521,-0.5493639643060566,-0.5912594070178621 +48151,TX,Fisher,676.49721921703,-0.021249934041512195,0.17023080503699797,136.381125879404,0.03431835074972421,2,0.522056904,5,1.29735339906591,1,0.261028452,171,11497,908.8,512,403,1628,1722,0.3144963144963145,0.23403019744483158,862,-0.3574938574938575,-0.5005807200929152 +48153,TX,Floyd,412.838725060759,21.93685558295117,0.06404572216269919,80.1282042003188,0.012430686348172324,2,0.336190956,6,1.01402737873923,6,1.008572869,203,18139,807.2,551,435,2085,1958,0.2642685851318945,0.22216547497446373,1038,-0.46618705035971225,-0.5301327885597549 +48155,TX,Foard,1336.00000519125,0,1.0000000038856662,277.999999435331,0.20808383191267288,0,0,2,1.69061707523246,2,1.568627451,70,3760,1087.9,140,113,493,511,0.2839756592292089,0.22113502935420742,270,-0.4178498985801217,-0.528375733855186 +48157,TX,Fort Bend,148759.508725122,-16.318919036077595,0.2541268566732812,43504.1010913569,0.07431834480693042,86,0.125484245,286.75,0.386853327613166,397,0.579270295,8518,2057363,561.1,101043,134475,219250,260367,0.4608574686431015,0.5164825035430758,17263,-0.06834663625997717,0.0663025652252398 +48159,TX,Franklin,743.871195630029,0,0.07014344136068165,161.785033909609,0.015255543037209713,1,0.094339623,8,0.754218912039219,5,0.471698113,343,31835,798,750,665,4255,4356,0.1762632197414806,0.1526629935720845,2918,-0.6336075205640422,-0.669880624426079 +48161,TX,Freestone,2952.81532565894,-19.12588396477779,0.14901167368081045,674.713703104845,0.0340489353605594,2,0.101204332,13.6666666666667,0.696426144856638,10,0.506021658,652,58894,832.4,1848,1461,7562,7608,0.24437979370536894,0.1920347003154574,4534,-0.5019836022216344,-0.5959516298633017 +48163,TX,Frio,1681.68255839645,-30.200590905832232,0.09767570182938085,472.922303842628,0.027468333846931987,2,0.107927257,17.25,0.910002110149821,14,0.755490799,424,55538,854.1,2376,1401,3968,2683,0.5987903225806451,0.522176667909057,169,0.20589717741935482,0.06298919120387625 +48165,TX,Gaines,563.215616974129,-69.31742953622584,0.032136004620228746,209.214216754781,0.01193736259013928,3,0.154440154,13.5,0.659244066803399,12,0.617760618,359,58176,774.7,535,597,4066,4609,0.13157894736842105,0.12952918203514863,3310,-0.7252828332513527,-0.7181601215014103 +48167,TX,Galveston,90963.7563778703,-10.624156958450424,0.3122586544798489,23666.1660260786,0.08124076505043991,48,0.152769909,224.833333333333,0.682489909368983,229,0.728839776,7608,943811,794.9,39162,45503,109227,123994,0.35853772418907415,0.3669774343919867,28063,-0.269457185494429,-0.22632546736132397 +48169,TX,Garza,388.545524794771,0,0.0601370569253631,84.081545975668,0.013013704685910541,1,0.155400155,6,0.931387767773983,5,0.777000777,168,19271,939.3,276,224,1556,1475,0.17737789203084833,0.151864406779661,999,-0.6336760925449871,-0.6772881355932203 +48171,TX,Gillespie,4771.03473614138,19.11806963054725,0.19209384129087165,944.23692936672,0.038017350298615776,3,0.117554859,9,0.339353719693828,15,0.587774295,974,76802,609.8,2055,2286,12535,13123,0.16394096529716792,0.17419797302446088,8159,-0.658157159952134,-0.621732835479692 +48173,TX,Glasscock,1204.14802149741,-0.024299401611801393,0.9821762002425856,347.858175520085,0.2837342377814723,0,0,NA,NA,1,0.774593338,22,3849,635.9,44,34,578,602,0.07612456747404844,0.05647840531561462,519,-0.833910034602076,-0.862126245847176 +48175,TX,Goliad,2653.52098447846,-0.6314204056275411,0.368033423644724,547.531270529325,0.07594053682792301,1,0.132467877,3.83333333333333,0.509955212629152,3,0.39740363,248,22502,722.7,1127,973,3452,3713,0.3264774044032445,0.26205224885537304,1645,-0.33806488991888756,-0.44303797468354433 +48177,TX,Gonzales,5061.61543356948,-8.407109236271255,0.2555467982818943,1167.54071927084,0.05894586354676832,4,0.195484312,18.5833333333333,0.890176917672606,14,0.684195093,600,61160,802.4,1773,1567,6039,6304,0.293591654247392,0.2485723350253807,3013,-0.404040404040404,-0.4779505076142132 +48179,TX,Gray,4517.53243700598,18.462611891771463,0.20046738127383978,1130.55009713225,0.050168630891158195,3,0.130185732,19.9166666666667,0.876420975430877,12,0.520742927,814,69524,989.7,885,699,7373,7360,0.12003255120032551,0.09497282608695652,5796,-0.751797097517971,-0.7875 +48181,TX,Grayson,23579.405068616,-27.969198970944685,0.19506940996728908,5936.19813836527,0.049109409882486084,16,0.129518999,97.5,0.760322844777167,87,0.704259556,4199,371051,915.2,10665,10276,42207,47068,0.2526832042078328,0.2183224271267103,24998,-0.4795886938185609,-0.5311039347327271 +48183,TX,Gregg,27060.1555882337,-8.741564813630417,0.22229652171390538,7500.02796438807,0.0616119934641261,15,0.121749294,118.583333333333,0.958287876951257,119,0.965877731,3859,370464,929.2,12336,11623,41356,41365,0.2982880355933843,0.2809863411096338,17070,-0.39483992649192373,-0.4126677142511785 +48185,TX,Grimes,10651.1098762036,-8.406182762609573,0.40035746038955045,2351.5721159803,0.08839167478500602,4,0.147210364,23.0833333333333,0.834206690518353,8,0.294420727,865,81405,900.9,2339,2194,8598,9528,0.2720400093044894,0.2302686817800168,4871,-0.4421958595022098,-0.5112300587741394 +48187,TX,Guadalupe,44881.2130942187,7.663268045942306,0.34121637227325996,12894.1769445695,0.09802997684664305,9,0.0611205,85.1666666666666,0.548524565527754,71,0.482173175,2977,441710,683.1,15654,18308,49247,57220,0.3178670781976567,0.3199580566235582,18187,-0.35139196296221087,-0.3178434113946173 +48189,TX,Hale,7568.00197077663,-20.029590974012105,0.20864008961973451,1831.90654770743,0.05050330956103521,4,0.115207373,28.9166666666667,0.843961902538209,19,0.547235023,937,104764,883.8,2228,2090,8765,8802,0.2541928123217342,0.23744603499204725,4257,-0.47792355961209354,-0.483640081799591 +48191,TX,Hall,819.966772932073,1.2478329284439274e-13,0.24454720337968175,200.009845451269,0.059651012660682665,1,0.317762949,5,1.59337157425112,4,1.271051795,157,9429,989.3,265,164,1108,1089,0.23916967509025272,0.15059687786960516,727,-0.5117328519855595,-0.667584940312213 +48193,TX,Hamilton,2134.10406338207,0,0.25056992642738873,388.423371537585,0.045605655927860166,3,0.36589828,9,1.08381502890173,7,0.853762654,427,24619,979.1,591,479,3551,3609,0.16643199098845396,0.13272374619008034,2577,-0.6553083638411715,-0.71404821280133 +48195,TX,Hansford,4983.12500536312,136.65331447553038,0.8877828265389489,1538.30239147875,0.2740606434132817,2,0.363042294,5,0.902853015529072,4,0.726084589,157,16693,853.5,158,171,1960,1947,0.08061224489795918,0.08782742681047766,1559,-0.8311224489795919,-0.8007190549563431 +48197,TX,Hardeman,1231.35941655592,0.10046385607874148,0.29750167106932107,295.369398524853,0.07136250266365136,1,0.254582485,4.16666666666667,1.06673493770268,4,1.018329939,167,11785,1007,302,249,1495,1511,0.2020066889632107,0.16479152878888154,958,-0.5846153846153846,-0.6340172071475845 +48199,TX,Hardin,15879.6912750346,4.385080769325024,0.29065052210185044,4134.88512978745,0.07568198279102133,6,0.107872926,37.9166666666667,0.673212362250394,42,0.75511048,1695,166745,908.8,3358,2779,21293,22768,0.15770440989996712,0.1220572733661279,16821,-0.67562109613488,-0.7388000702740688 +48201,TX,Harris,740267.412660948,-16.45484835741325,0.18088572485660773,219002.492911554,0.053513668166633804,771,0.173595084,2788.33333333334,0.607489558296631,3125,0.703611723,74237,13338067,721.5,585451,706471,1185478,1302887,0.4938522688738214,0.5422350518502372,161511,4.934718316156328e-4,0.12396393547560153 +48203,TX,Harrison,8988.76444327152,-22.24141454349628,0.1369591266820789,2336.24287430789,0.035596636868368454,10,0.14850897,47.25,0.710163224817387,36,0.534632292,1920,199431,854.2,8431,7130,26099,26364,0.32303919690409594,0.2704445455924746,11582,-0.34637342426912904,-0.43931118191473223 +48205,TX,Hartley,1450.07589667477,0,0.2392075052251353,479.629096460861,0.07912060317731127,1,0.16423058,2,0.348007656168436,0,0,134,18373,625.1,183,172,1904,1945,0.09611344537815127,0.0884318766066838,1555,-0.7967436974789917,-0.7994858611825193 +48207,TX,Haskell,1490.82935915643,69.58775842613785,0.2527257771073792,346.104555113943,0.05867173336395033,2,0.346680534,6,1.05615208590037,3,0.520020801,238,17394,847.5,551,314,2006,1765,0.2746759720837488,0.17790368271954674,1089,-0.43419740777667,-0.6169971671388103 +48209,TX,Hays,25933.4933720171,-15.146429103145945,0.16506898719991533,6278.54043682182,0.03996346717092058,10,0.0540468,91.9166666666667,0.449536199279438,131,0.708012431,2749,555949,646.4,25448,33117,58808,71524,0.43273024078356687,0.4630194060734858,613,-0.1042205142157529,-0.008570549745540001 +48211,TX,Hemphill,403.445161097538,0,0.10597456293604886,78.953023042433,0.02073890807523851,1,0.23923445,4.91666666666667,1.19076451118108,3,0.717703349,100,12548,770.1,192,181,1509,1687,0.1272365805168986,0.10729104919976289,1279,-0.7329357190192181,-0.7581505631298163 +48213,TX,Henderson,21411.1737967589,12.068040557068567,0.27264266536900755,4808.80861769562,0.06123374697824607,11,0.13873124,61.9166666666667,0.77491729348402,57,0.718880061,3121,237439,942,6094,5649,27582,29855,0.22094119353201364,0.1892145369284877,17925,-0.5477485316510768,-0.6004019427231619 +48215,TX,Hidalgo,269110.460681683,-18.56629472185711,0.34734283467934696,96116.2764861989,0.12405797919921796,68,0.081821934,869,1.02254181066385,363,0.436784735,12362,2493038,595.6,97879,118739,138966,172990,0.7043377516802671,0.6863922770102318,70131,0.4180375055769037,0.4054049367015434 +48217,TX,Hill,1991.56633348033,77.93315336114586,0.05675756885292627,479.250372155425,0.013658137084426031,5,0.143480257,42.4166666666667,1.20924442417158,21,0.60261708,1279,104360,861.9,2745,2535,12032,12906,0.22814162234042554,0.19642026964202697,7540,-0.530501994680851,-0.5842243917557725 +48219,TX,Hockley,10499.6609731909,28.09413553168746,0.45780078365776755,2760.06515939493,0.12034293260932767,2,0.084828434,13.5833333333333,0.583601861797351,16,0.678627476,640,70518,887.9,1482,1257,7119,7282,0.20817530552043825,0.17261741279868167,4536,-0.5704452872594465,-0.6229057951112331 +48221,TX,Hood,16796.4857963486,-6.5297916488553875,0.3281717360859012,3376.4882868222,0.06597022951080848,7,0.129819551,50.0833333333333,0.880864859794455,42,0.778917305,2099,162216,800.6,3829,4001,22445,26120,0.17059478725774113,0.15317764165390504,17366,-0.6465582535085765,-0.6648545176110261 +48223,TX,Hopkins,5897.34759107872,4.639188022449151,0.16772411453254232,1520.23974190302,0.04323653314476324,3,0.083516606,23.4166666666667,0.643315018315018,14,0.389744161,1144,107511,848.5,2775,2508,12742,13476,0.2177837074242662,0.1861086375779163,8196,-0.5539946633181604,-0.6081923419412288 +48225,TX,Houston,9341.0215115627,2.2521600326770885,0.3936044796714436,1723.01040427413,0.07260283179985379,3,0.13192032,21.8333333333333,0.959538249685037,10,0.4397344,884,68251,858.6,2235,1978,8129,8302,0.2749415672284414,0.2382558419657914,4227,-0.4433509656784353,-0.5091544206215369 +48227,TX,Howard,17219.6390392116,-0.0011461410519848245,0.49182106247034163,3670.43738196867,0.1048336965031609,2,0.0545688,18.4166666666667,0.501707166466892,28,0.763962784,1183,109995,1048.4,1042,1768,5139,8692,0.20276318349873515,0.2034054302807179,4867,-0.5818252578322631,-0.5599401748734468 +48229,TX,Hudspeth,3462.92101657269,-0.3000377639726755,0.9962373465398993,1044.0311261165,0.3003541789748274,2,0.622858922,3.75,0.925240562546262,0,0,45,9902,373.7,379,324,861,871,0.44018583042973286,0.3719862227324914,179,-0.10685249709639949,-0.20551090700344432 +48231,TX,Hunt,9084.65038426889,-20.940326638923114,0.10547725370396605,2337.08911224944,0.027134752664601237,6,0.067801973,71.5833333333333,0.777462810306315,53,0.598917428,2734,266228,911.9,6658,6301,27984,31185,0.2379216695254431,0.2020522687189354,17565,-0.5116495140080045,-0.5632515632515633 +48233,TX,Hutchinson,6465.42639125432,-31.97362053014125,0.29189283933428084,1668.18694029753,0.07531318014887269,4,0.183713774,23.25,1.08084235972293,17,0.780783539,769,65361,1017.2,1042,854,7916,8126,0.1316321374431531,0.10509475756829928,6185,-0.7270085901970693,-0.7611370908195914 +48235,TX,Irion,1598.58745520751,0,0.9997419982536022,367.927199202953,0.23009831094618702,1,0.635324015,2,1.28452151573539,1,0.635324015,41,4722,695.5,112,90,788,760,0.14213197969543148,0.11842105263157894,570,-0.7055837563451777,-0.75 +48237,TX,Jack,4294.14833565334,1.7454969613991387,0.474806317520272,954.178053927579,0.105503986502386,2,0.225861095,7.33333333333333,0.838670326319,6,0.677583286,282,26679,920,303,314,2907,3339,0.1042311661506708,0.09404013177598083,2659,-0.78328173374613,-0.7963462114405511 +48239,TX,Jackson,3000.34554871751,-3.9469981100210596,0.2131684226442281,740.808104151628,0.05263290260402329,2,0.135694416,15.0833333333333,1.01441477794965,10,0.678472081,461,44156,826.6,1068,904,5018,5275,0.2128337983260263,0.1713744075829384,3362,-0.5649661219609405,-0.637345971563981 +48241,TX,Jasper,6386.26740534678,-11.129877064642155,0.17883694778344383,1520.17834887382,0.042570102180728646,5,0.140639064,32.5,0.9116921005386,23,0.646939694,1258,106757,924.1,3402,2582,13466,13351,0.25263626912223375,0.1933937532769081,7996,-0.4843309074706669,-0.5989064489551345 +48243,TX,Jeff Davis,689.233039259582,-2.702972796503666,0.2942925018187797,94.0617648508624,0.04016300804904458,2,0.907441016,2,0.909090909090909,1,0.453720508,60,6562,437.2,440,422,1188,1175,0.37037037037037035,0.35914893617021276,272,-0.23316498316498313,-0.2314893617021277 +48245,TX,Jefferson,58383.1275019986,-20.013650645780814,0.23142836332861066,12397.0791999603,0.049141522081080025,42,0.166511388,246.666666666667,0.96853948172667,178,0.705691121,7468,759621,891.7,44626,42404,88548,87363,0.5039752450648236,0.48537710472396783,424,0.015946153498667404,-0.004853313187504982 +48247,TX,Jim Hogg,1415.95707803352,1171.965867928742,0.2671617128365132,387.778389359456,0.0731657338414068,3,0.570884872,7.33333333333333,1.42505505894546,4,0.761179829,171,15666,1071.7,1301,1635,1667,2119,0.7804439112177565,0.7715903728173666,1205,0.566886622675465,0.5686644643699859 +48249,TX,Jim Wells,7621.57700381824,0.7143561017078841,0.1866295363097664,2248.17129302209,0.05505096461682967,9,0.217638382,44.75,1.0875112396413,31,0.749643315,1219,124442,929.2,6492,6688,11163,12346,0.5815640956732061,0.5417139154381986,1277,0.16993639702588909,0.10343431070792158 +48251,TX,Johnson,33504.9508452075,-2.165820404652158,0.22198411786083652,9120.15897263713,0.06042481463843216,15,0.095264709,102.75,0.629310239229761,104,0.660501982,3912,471902,856.1,10481,10976,48753,57270,0.21498164215535454,0.19165357080495896,33394,-0.556437552560868,-0.5830976078225948 +48253,TX,Jones,4324.22296770604,-2.097225165692442,0.21404925095069996,1041.16377750817,0.05153765852431293,4,0.200642055,14.3333333333333,0.71634431172639,8,0.401284109,612,59791,939.2,1225,935,5562,5932,0.22024451636102121,0.15761968981793661,3880,-0.5453074433656957,-0.6540795684423466 +48255,TX,Karnes,3631.28583026133,0.2875093195541416,0.24495991839323597,494.340748776731,0.03334732520080484,4,0.268348316,13,0.852235479218566,9,0.603783711,447,44556,864,1324,1144,4180,4185,0.3167464114832536,0.2733572281959379,1815,-0.35861244019138755,-0.4336917562724014 +48257,TX,Kaufman,8665.57058197273,-0.8924767696207151,0.08384683678735104,2416.76914580664,0.02338431684379913,12,0.107878744,77.25,0.652724968314322,70,0.629292675,2672,334475,884,9451,10265,34604,40979,0.2731187145994683,0.250494155543083,19272,-0.44367703155704535,-0.47028966055784677 +48259,TX,Kendall,4315.1506911053,8.589181754398268,0.1291574585784286,976.164139459022,0.029217723419904876,3,0.077160494,17,0.399623883403855,27,0.694444444,1056,116564,649.8,3035,3633,17729,19936,0.17118844830503693,0.18223314606741572,12030,-0.6448192227423994,-0.6034309791332264 +48261,TX,Kenedy,404.209140438304,-0.2248547013801461,0.9716565875920771,98.8551892488771,0.2376326664636469,0,0,NA,NA,0,0,NA,NA,NA,82,99,166,186,0.4939759036144578,0.532258064516129,15,-0.006024096385542188,0.08064516129032256 +48263,TX,Kent,785.337693109828,0,0.9719525904824604,179.99999944079,0.22277227653563117,1,1.27388535,1,1.30039011703511,0,0,41,2343,822.9,66,59,404,433,0.16336633663366337,0.13625866050808313,301,-0.6633663366336633,-0.6951501154734412 +48265,TX,Kerr,14845.1017169014,-0.2784447175769735,0.2991456265370559,3159.26331222877,0.06366273677035304,5,0.098888493,40.8333333333333,0.792818680749715,39,0.771330248,2162,151346,759.7,4325,4665,21811,23090,0.19829443858603457,0.20203551320918148,12993,-0.5914446838751088,-0.562711130359463 +48267,TX,Kimble,1152.85415223237,0.204897086847435,0.25023966838123946,155.899642469837,0.03383973138047254,2,0.450653447,5,1.13045444268596,4,0.901306895,153,13291,609.3,217,206,1891,1945,0.11475409836065574,0.10591259640102828,1491,-0.7667900581702802,-0.7665809768637533 +48269,TX,King,285.999998874466,0,0.9999999960645664,68.0000001768303,0.23776223838052551,0,0,NA,NA,0,0,NA,NA,NA,5,5,145,159,0.034482758620689655,0.031446540880503145,144,-0.9241379310344828,-0.9056603773584906 +48271,TX,Kinney,154.874240383724,3.7143919738484286,0.04304453595990105,28.6558962624574,0.007964395848376153,1,0.283607487,3,0.835654596100279,1,0.283607487,126,10657,734,522,457,1425,1424,0.3663157894736842,0.32092696629213485,479,-0.25122807017543863,-0.33637640449438205 +48273,TX,Kleberg,9787.17109450845,1.9523269078206174,0.3052671811393422,2011.59350341966,0.0627426937219569,3,0.093196645,33.5833333333333,1.05974545072052,28,0.869835353,736,95957,820.4,4752,4713,8902,9483,0.5338126263760953,0.4969946219550775,349,0.07818467760053921,0.03680269956764737 +48275,TX,Knox,1752.99425195327,273.1343250533215,0.4713617241068217,421.016468588332,0.11320690201353374,2,0.518403318,4,1.05097214923805,1,0.259201659,174,11481,939.9,332,247,1510,1358,0.21986754966887417,0.18188512518409425,831,-0.5483443708609272,-0.6119293078055964 +48277,TX,Lamar,14616.1987728876,-7.2249196605403405,0.29353922786109693,3586.38104352092,0.07202580771435582,4,0.080770551,53.5833333333333,1.07616503651932,35,0.706742322,1900,148120,1000.9,4173,3579,17173,18537,0.24299772899318697,0.19307331283379187,10967,-0.5031735864438363,-0.59162755569941194 +48279,TX,Lamb,498.071118159844,-1.3809090554161374,0.03563505173927481,119.747481299099,0.008567466645138369,6,0.442021512,15.1666666666667,1.14249843063402,6,0.442021512,475,40700,938.4,998,770,4089,3905,0.24406945463438492,0.19718309859154928,2270,-0.5033015407190022,-0.5813060179257363 +48281,TX,Lampasas,4014.55954832928,0,0.2040229480271017,960.423308372961,0.048809437839760175,1,0.049613,17.6666666666667,0.850995504174695,10,0.496130185,609,61035,777,1457,1479,7138,8149,0.20411880078453348,0.18149466192170818,4892,-0.5780330624824881,-0.600319057553074 +48283,TX,La Salle,3980.72758170581,34.051457746005525,0.578089977012171,863.266429941143,0.12536544146691012,3,0.401391491,11.6666666666667,1.53246639520119,7,0.936580145,168,22525,774.5,965,1125,1646,2049,0.586269744835966,0.5490483162518301,255,0.1798298906439854,0.12445095168374815 +48285,TX,Lavaca,2747.04226404235,-11.607321973574864,0.14260718808297512,584.085687557909,0.03032163668991896,4,0.202829471,13.25,0.668887879246807,9,0.45636631,810,59071,818,1427,1170,8279,8633,0.17236381205459597,0.13552646820340553,6169,-0.6475419736683174,-0.7145835746553921 +48287,TX,Lee,1053.81882888368,-15.843609368248924,0.06343720376135806,270.687766077615,0.016294712622057245,5,0.298650102,12,0.703605980650836,11,0.657030223,523,50167,800.8,1630,1372,6211,6522,0.26243761069071003,0.21036491873658386,3624,-0.4627274190951538,-0.5556577736890524 +48289,TX,Leon,2199.18444502326,-35.75452571948993,0.13089604458206416,444.18383111353,0.026437940069848818,5,0.296542317,16.4166666666667,0.948995124959053,10,0.593084633,681,50529,904.6,1061,909,6941,7407,0.1528598184699611,0.1227217496962333,5482,-0.6844835038178937,-0.7401107060888349 +48291,TX,Liberty,16888.2229557495,6.962420237139464,0.2232622047743942,3221.95947215255,0.04259428462848578,10,0.128013109,69.0833333333333,0.845531838506479,40,0.512052434,2316,234886,1033.3,5196,4851,22711,24155,0.2287878120734446,0.20082798592423928,14005,-0.5331337237462023,-0.5797971434485614 +48293,TX,Limestone,4455.23774851624,-7.5711182014602345,0.19052504911547385,1041.80681939722,0.044552121937958426,5,0.212548886,21.9166666666667,0.933895801374922,11,0.46760755,815,70095,901.9,2208,1748,7563,7648,0.29194763982546607,0.22855648535564854,3999,-0.40724580193045085,-0.5228817991631799 +48295,TX,Lipscomb,3301.98526319255,0,0.9999955370056177,911.000002608317,0.2758933987305624,2,0.562904588,4,1.14711786636077,1,0.281452294,77,10626,619.9,119,135,1168,1322,0.10188356164383562,0.1021180030257186,1024,-0.7919520547945206,-0.7745839636913767 +48297,TX,Live Oak,1181.23530273156,0,0.10243997075115428,194.329696020236,0.016852805135741566,2,0.16541229,12,0.99535500995355,9,0.744355306,390,36160,798.4,915,739,4108,4267,0.2227361246348588,0.17318959456292476,2711,-0.5447906523855891,-0.6353409889852355 +48299,TX,Llano,5991.28157863244,-0.17764475732636428,0.31041301376262576,1132.69050626055,0.05868558656341899,3,0.153767299,19,0.933110696395246,19,0.973859559,890,58584,748.2,1818,1825,9502,10377,0.19132814144390656,0.17586971186277345,6458,-0.604293832877289,-0.6223378625807073 +48301,TX,Loving,81.9999995108753,0,0.9999999940350645,8.99999998308022,0.10975609735463683,0,0,NA,NA,0,0,NA,NA,NA,9,4,64,64,0.140625,0.0625,53,-0.703125,-0.828125 +48303,TX,Lubbock,43815.1688178468,-25.10303781423648,0.15713880026914798,11792.333155722,0.042292044843371075,24,0.081639873,172.583333333333,0.569324540829174,266,0.904841925,7125,884391,855.7,26088,27956,90615,98060,0.28789935441152126,0.28509076075871914,37610,-0.40881752469237986,-0.3835406893738527 +48305,TX,Lynn,2003.36495764502,-0.048686921458874224,0.33869230053170246,566.307939820796,0.09574098729007542,1,0.173280194,5,0.875503414463316,3,0.519840582,153,17170,741.3,464,403,1852,1997,0.2505399568034557,0.20180270405608414,1143,-0.4929805615550756,-0.5723585378067101 +48307,TX,McCulloch,2707.34016979642,103.14772078746368,0.3268550247249088,656.343197437423,0.07923979203639056,1,0.121966093,9,1.10132158590308,8,0.975728747,343,24808,883.7,537,480,2993,3086,0.17941864350150352,0.15554115359688916,2066,-0.6288005345806883,-0.6694750486066106 +48309,TX,McLennan,91765.1946161013,37.498809525072986,0.3906464484351243,21716.9671874725,0.09244960617213907,25,0.102694287,196.416666666667,0.792213519189247,196,0.805123213,6360,730283,818.1,25688,27046,74493,78255,0.3448377699918113,0.34561369880518816,21199,-0.2979743063106601,-0.27089642834323685 +48311,TX,McMullen,692.861566658773,0,0.9800022159247141,117.670265270876,0.16643601877068742,0,0,NA,NA,0,0,29,2390,840.3,67,40,508,497,0.13188976377952755,0.08048289738430583,414,-0.7263779527559056,-0.8329979879275654 +48313,TX,Madison,3811.52261239636,-1.5552550323321668,0.2789463270196399,359.966997855709,0.026344188953140297,2,0.144289734,10.4166666666667,0.744739162555706,17,1.226462737,409,41729,909.9,964,881,4025,4283,0.2395031055900621,0.2056969413962176,2468,-0.5127950310559006,-0.5762316133551248 +48315,TX,Marion,825.226907377909,-28.517678667810337,0.07825022827402892,149.997713886356,0.014223185462389152,2,0.19706375,9.83333333333333,0.969087743503827,5,0.492659375,514,30499,1082.9,1487,1156,4271,4206,0.348162022945446,0.27484545886828343,1812,-0.2910325450714119,-0.4308131241084165 +48317,TX,Martin,1028.1371659972,1.6630459410830638,0.21423987622362994,331.731144822305,0.06912505622469368,1,0.183150183,2,0.349467062729338,1,0.183150183,128,16360,854.5,247,266,1593,1755,0.15505335844318896,0.15156695156695157,1187,-0.6848713119899561,-0.6763532763532764 +48319,TX,Mason,849.917047053965,1.7211726027182472,0.2118437305717759,155.071874436853,0.03865201257149875,1,0.245639892,3.58333333333333,0.871645179599449,5,1.22819946,136,12250,661.4,380,353,1965,2053,0.19338422391857507,0.17194349732099368,1303,-0.6015267175572518,-0.6346809547004384 +48321,TX,Matagorda,13868.937670363,1.6548654752984997,0.3778796161071059,3475.90792913904,0.0947062266126925,5,0.136915031,40,1.07564471455078,23,0.62980914,1136,109739,880.7,3972,3357,12110,11779,0.3279933938893477,0.2849987265472451,4790,-0.33476465730800986,-0.4066559130656252 +48323,TX,Maverick,17497.6801308656,1.867152613061787,0.3224903264194331,6282.17257933735,0.11578334216774207,10,0.175367834,51.6666666666667,0.895669006963104,30,0.526103502,1140,171538,751.6,8302,10397,10562,13588,0.7860253739822003,0.7651604356785399,7581,0.5804771823518273,0.5579187518398587 +48325,TX,Medina,10912.8277261282,21.04079810183947,0.23720444564031212,2532.05730416506,0.05503754519334565,6,0.125276653,35.1666666666667,0.713565867878714,28,0.584624379,1247,143612,756.4,4760,4624,15948,17187,0.2984700275896664,0.26904055390702275,7430,-0.39227489340356164,-0.43230348519229655 +48327,TX,Menard,452.462624149991,-0.5037534024463325,0.20181205359054016,55.454218129117,0.024734263215484838,1,0.465766185,2,0.942063118228921,1,0.465766185,95,6463,676.5,170,153,846,860,0.20094562647754138,0.17790697674418604,528,-0.58274231678487,-0.613953488372093 +48329,TX,Midland,37531.8858502907,-7.464749816343062,0.27421156884016235,10792.1206790089,0.07884827195488413,15,0.096258744,75.0833333333333,0.461866535437107,117,0.750818199,3200,469124,759.9,8223,9993,44277,48753,0.18571718951148453,0.2049720017229709,26903,-0.6149693972039659,-0.5518224519516748 +48331,TX,Milam,5418.11070909435,-5.462955507850718,0.21885166656276409,1321.70255895645,0.05338702423381064,4,0.164907652,24.0833333333333,0.968329915698337,13,0.535949868,882,72941,861.8,2632,2042,8220,8607,0.32019464720194646,0.23724875101661438,4298,-0.3462287104622871,-0.4993609852445684 +48333,TX,Mills,1218.08862163232,0,0.24677646305354942,238.899055290074,0.04839932238453687,1,0.205338809,3,0.61137151008763,2,0.410677618,198,14670,738.7,279,242,2197,2238,0.12699135184342286,0.10813226094727435,1707,-0.7296313154301319,-0.7627345844504021 +48335,TX,Mitchell,2800.82363882709,0,0.29786489831193125,240.275079426741,0.025553023442171755,1,0.110180696,6.5,0.745412844036697,5,0.55090348200000006,322,27140,1084,536,353,2312,2190,0.23183391003460208,0.16118721461187216,1427,-0.5268166089965398,-0.6515981735159817 +48337,TX,Montague,3260.00351727049,-16.34897394244469,0.16532296350070952,788.068628100275,0.03996493879508469,4,0.206015657,12,0.618110641804883,12,0.618046972,823,58128,960.9,1116,885,7737,8604,0.14424195424583172,0.10285913528591353,6641,-0.7009176683469045,-0.7718503021850303 +48339,TX,Montgomery,94269.4000331587,-6.1549520845569115,0.2068463574735899,25501.2637943603,0.0559549920226624,53,0.10212989,267.833333333333,0.481538814665389,307,0.59158257,10210,1556187,725.1,32852,45744,172820,203083,0.19009373915056127,0.22524780508462058,104444,-0.6073949774331675,-0.5142921859535263 +48341,TX,Moore,6300.1423697868,-9.080298099545384,0.287625199497206,2174.23531773555,0.09926202144519496,5,0.225754018,26.3333333333333,1.19047619047619,11,0.496658841,455,66841,826.1,963,1096,4983,5262,0.19325707405177603,0.20828582288103384,2878,-0.6028496889424042,-0.5469403268719119 +48343,TX,Morris,216.277302611852,-58.02419683420522,0.016721609912776558,44.1244796290994,0.003411510718192315,3,0.23542337,10.4166666666667,0.827179120675508,9,0.706270109,490,37950,892.7,1856,1425,5129,4964,0.36186391109378047,0.2870668815471394,2018,-0.26710859816728405,-0.4065269943593876 +48345,TX,Motley,223.290367005598,0,0.1845374933930562,52.6452758326348,0.04350849242366513,1,0.867302689,2,1.72413793103448,0,0,50,3496,689.8,55,40,599,620,0.09181969949916527,0.06451612903225806,531,-0.8063439065108514,-0.8564516129032258 +48347,TX,Nacogdoches,18795.5699275651,-3.41822093398002,0.2912957957901726,4963.05334166279,0.07691794280675082,10,0.153137012,36.5833333333333,0.555927017799795,41,0.627861748,1713,196133,873.3,6441,6822,20601,22430,0.3126547254987622,0.3041462327240303,7929,-0.3625552157662249,-0.35349977708426217 +48349,TX,Navarro,11808.9458237831,-8.610414700218168,0.24738547865891067,3007.31857274876,0.06300028433536733,6,0.124494242,44.3333333333333,0.913656066882372,32,0.663969291,1574,144417,917.2,4348,3998,15316,16382,0.28388613214938624,0.24404834574533024,7986,-0.4237398798641943,-0.4874862654132584 +48351,TX,Newton,3836.05728111802,0.5635169614566351,0.2655629824242312,881.803172349657,0.06104556402559065,2,0.141462725,10.5833333333333,0.755790425861125,1,0.070731362,486,42341,939.2,1721,978,6188,4010,0.2781189398836458,0.24389027431421445,1983,-0.4327731092436975,-0.49451371571072317 +48353,TX,Nolan,3624.75236417463,0,0.23821979259822754,940.824655659161,0.061831273374024776,3,0.198767641,15.1666666666667,1.0115831832633,13,0.861326443,547,45286,968,1216,1029,4567,4744,0.2662579373768338,0.21690556492411467,2522,-0.45128092839938694,-0.531618887015177 +48355,TX,Nueces,110861.875682992,-6.9055831140742665,0.32585062057236575,28517.0494166169,0.08381869954887501,30,0.084217382,287.916666666667,0.796780591301139,303,0.850595557,8590,1069159,778,45666,49102,95781,103958,0.4767751432956432,0.4723253621654899,1602,-0.03250122675687239,-0.015410069451124497 +48357,TX,Ochiltree,974.284942100772,0.5549899245331518,0.09530323213350014,237.630509533057,0.023244694271061038,2,0.185908161,7.58333333333333,0.735817323242124,4,0.371816323,278,32166,1049.5,253,274,2990,2981,0.08461538461538462,0.09191546460919155,2354,-0.8244147157190636,-0.7896678966789668 +48359,TX,Oldham,2052.00000620281,0,1.0000000030228118,698.000005444422,0.3401559480723304,1,0.483091787,2,0.963391136801541,3,1.449275362,50,6232,751.8,71,78,865,945,0.08208092485549133,0.08253968253968254,772,-0.8265895953757225,-0.8169312169312168 +48361,TX,Orange,20792.4202187375,4.228177891558913,0.2540711440880959,5068.35401819955,0.06193230468125115,11,0.131842317,83.5833333333333,0.983749980383849,64,0.767082569,2844,250789,994.8,6797,5716,30502,31761,0.22283784669857715,0.17996914454834545,19669,-0.5430463576158939,-0.6192815087686157 +48363,TX,Palo Pinto,10630.9131668317,0.9436442507771661,0.378176271453584,2384.66471582342,0.08483030542575577,6,0.213553531,30.8333333333333,1.09911001794223,27,0.960990888,973,83703,927.6,1810,1700,9335,10175,0.19389394750937333,0.16707616707616707,6522,-0.5979646491697912,-0.6409828009828009 +48365,TX,Panola,5269.72333588187,12.181548502953692,0.22145416607336824,1281.15476440175,0.05383908070271264,3,0.126214818,21.75,0.925847096884046,5,0.210358029,833,71451,972.7,2211,1835,10221,10413,0.2163193425300851,0.17622203015461443,6610,-0.560610507778104,-0.6347834437722077 +48367,TX,Parker,20534.7149742489,-2.740152293413801,0.1756199592416542,5231.05166306472,0.04473775657516844,8,0.064954045,54.0833333333333,0.41782227681595,84,0.682017473,3138,368776,807,7804,8329,47346,56413,0.1648291302327546,0.14764327371350575,38104,-0.6584716765935876,-0.6754471487068584 +48369,TX,Parmer,4963.67720718899,258.4280475082862,0.4833651969217051,1545.60362675989,0.15051160061932906,3,0.302785628,10,1.02291325695581,1,0.100928543,220,29576,724.2,528,848,2545,2818,0.2074656188605108,0.30092264017033354,1063,-0.5803536345776033,-0.3772178850248403 +48371,TX,Pecos,2972.50165151683,-9.522412681779034,0.19168773144494938,512.696390827693,0.033062255163970655,4,0.251683131,15.4166666666667,0.965351701106241,8,0.503366262,337,47816,739.3,1591,1551,4147,4167,0.38365083192669397,0.3722102231821454,912,-0.22208825657101522,-0.21886249100071992 +48373,TX,Polk,9162.11929452831,-11.827305784077872,0.20175102491639618,1472.3308437834,0.0324209112761412,5,0.108509299,42.5,0.886968862175474,25,0.542546496,1957,139077,1109.6,4836,7123,19058,34444,0.25375170532060026,0.20679944257345256,19464,-0.48184489453247986,-0.5650911624666124 +48375,TX,Potter,25358.1325067314,-31.568137496132337,0.2094449836605304,7289.38998574921,0.06020656947254308,16,0.131549738,123.5,1.02208024364407,116,0.953735601,3661,366445,1023.6,7114,7620,26418,28330,0.2692860928155046,0.26897282033180375,11879,-0.4463244757362404,-0.4193081539004589 +48377,TX,Presidio,5429.90570539853,311.9182900799169,0.6945389748527155,1730.99999618237,0.22141212537507932,1,0.143348624,10,1.43719459614832,6,0.860091743,152,21202,491.9,1273,1458,1808,2203,0.7040929203539823,0.6618247843849296,806,0.42533185840707965,0.36586472991375396 +48379,TX,Rains,NA,NA,NA,NA,NA,2,0.18129079,10.3333333333333,0.913322727004891,7,0.634517766,439,33218,888.2,754,619,4065,4630,0.1854858548585486,0.13369330453563716,3300,-0.6177121771217712,-0.712742980561555 +48381,TX,Randall,14799.8749702841,-42.22167434448523,0.12259163363250444,3980.3294412977,0.032970216950074134,8,0.0623928,68.5,0.516977230360526,79,0.616128529,3069,385618,782.5,7553,8340,49588,53813,0.1523150762281197,0.1549811383866352,35039,-0.6818786803258853,-0.6511251927972794 +48383,TX,Reagan,214.356282401838,0,0.06366387953722542,51.4959030987425,0.015294298514625038,1,0.266311585,3.83333333333333,1.06245380635625,1,0.266311585,83,11139,857.8,158,167,843,900,0.1874258600237248,0.18555555555555556,542,-0.6144721233689205,-0.6022222222222222 +48385,TX,Real,3308.99998598426,0,0.9999999957643578,659.999999144808,0.1994560287533418,1,0.296647879,6,1.77043375627029,2,0.593295758,145,9987,863.8,277,262,1533,1678,0.1806914546640574,0.15613825983313467,1120,-0.6255707762557077,-0.6674612634088201 +48387,TX,Red River,5964.72171922542,-0.5924624844112564,0.4638197293332364,1278.67391846973,0.09943032025425584,3,0.241041298,15,1.22880314573605,4,0.321388398,531,37423,903.6,1482,1148,5074,5147,0.2920772566022862,0.22304254905770352,2776,-0.4073709105242412,-0.5393433067806489 +48389,TX,Reeves,3039.20840168393,-0.543573639370469,0.22050412839613506,855.914820661167,0.06209931224415345,1,0.069691268,9,0.603176730782119,5,0.348456338,348,43212,844.1,1649,1659,2867,3184,0.5751656784094873,0.5210427135678392,242,0.16184164632019538,0.07600502512562812 +48391,TX,Refugio,1462.6006635714,0,0.19810384174067452,330.043369609168,0.044703151782360555,2,0.273897562,10,1.36593361562628,8,1.095590249,310,21838,967.9,998,1034,2673,2945,0.37336326225215116,0.35110356536502546,796,-0.2472876917321361,-0.2702886247877759 +48393,TX,Roberts,843.189121685415,0,0.9076309167765502,215.825814100659,0.23232057491997737,1,1.077586207,NA,NA,0,0,30,2758,1085.6,25,20,439,550,0.05694760820045558,0.03636363636363636,504,-0.8724373576309794,-0.9163636363636364 +48395,TX,Robertson,5362.69054017633,83.68259050461636,0.32262607027892737,1285.80576791309,0.07735565924155276,4,0.242424242,20.3333333333333,1.21385787913159,9,0.545454545,551,49535,834.4,2792,2203,7278,7010,0.3836218741412476,0.31426533523537803,2462,-0.22313822478702938,-0.35121255349500713 +48397,TX,Rockwall,15839.0033622685,-13.786638112762004,0.20219057868272336,4958.06021872909,0.06329142319375378,5,0.0569418,39.5833333333333,0.421197869004803,70,0.797184799,1622,263650,682.5,8112,9633,35651,39529,0.22753919946144568,0.24369450277011814,18763,-0.5325516815797593,-0.47466417060891997 +48399,TX,Runnels,2878.91662645183,-4.8730466790807565,0.2741564257167727,655.794340409136,0.062450656166949434,3,0.288018433,13.9166666666667,1.3319933639612,5,0.480030722,415,31243,867.8,517,452,3665,3765,0.14106412005457025,0.1200531208499336,2789,-0.705593451568895,-0.7407702523240371 +48401,TX,Rusk,13708.5046766399,-4.395470927668217,0.2570505283450197,2973.05893690955,0.055748339338262703,7,0.12981473599999999,25.75,0.488318288705151,30,0.556348868,1603,159760,860.1,4451,3935,18537,18994,0.24011436586286886,0.20717068547962514,10740,-0.5110319900739063,-0.5654417184374013 +48403,TX,Sabine,1721.44665181818,-38.79967286873929,0.1588929898299963,230.413052741076,0.021267588401428464,3,0.289855072,9.83333333333333,0.954414571807564,3,0.289855072,519,31055,979.7,806,614,4572,4642,0.1762904636920385,0.13227057302886686,3378,-0.6386701662292213,-0.7277035760448083 +48405,TX,San Augustine,399.146174614724,-87.39301586612558,0.045024949195118326,74.7078388231948,0.008427280183101502,3,0.348432056,8,0.961538461538461,1,0.116144019,398,25781,935.2,1193,907,3690,3563,0.32330623306233064,0.25456076340162787,1713,-0.3457994579945799,-0.48077462812236876 +48407,TX,San Jacinto,2148.83499161658,339.08380383075144,0.08144462521287825,482.710872844717,0.018295590996237,5,0.184508653,20.3333333333333,0.733869900506491,4,0.147606923,885,81295,815.3,2410,2034,9610,10305,0.25078043704474506,0.19737991266375546,6016,-0.48855359001040577,-0.5837942746239689 +48409,TX,San Patricio,13590.5606190166,24.05527536740809,0.20971792819913276,3846.56641746601,0.059356928854175824,8,0.119554659,67.9166666666667,1.00386766191215,55,0.82193828,1890,200531,900.9,7854,7825,20064,21513,0.39144736842105265,0.363733556454237,5179,-0.20633971291866027,-0.24073815832287448 +48411,TX,San Saba,1871.97661117252,0,0.30532973596028706,397.930665482931,0.06490469180931838,3,0.53361793,5,0.841184387617766,4,0.711490573,184,17443,698.1,323,293,2256,2354,0.14317375886524822,0.12446898895497026,1732,-0.7012411347517731,-0.735768903993203 +48413,TX,Schleicher,364.506723210745,-0.9000029046547597,0.10531832511145478,71.7912933863645,0.02074293365685192,1,0.316255534,3,0.981675392670157,0,0,83,9568,839,220,209,1010,1054,0.21782178217821782,0.198292220113852,610,-0.5554455445544555,-0.5787476280834916 +48415,TX,Scurry,4919.9083663333,-15.269359058342822,0.29075754189074526,1417.53671473279,0.08377381447507772,2,0.115420129,12.8333333333333,0.740398853824112,21,1.211911357,510,52217,871.8,837,733,5022,5261,0.16666666666666666,0.13932712412088957,3670,-0.6539227399442453,-0.6975860102642083 +48417,TX,Shackelford,485.913633665547,-6.2225756785154624,0.14384654637819627,101.466986545869,0.030037592227906754,1,0.299132516,3,0.904977375565611,2,0.598265031,98,10046,702.7,131,103,1363,1502,0.09611151870873075,0.06857523302263649,1275,-0.797505502567865,-0.8488681757656459 +48419,TX,Shelby,3561.87428720682,-7.051674522867435,0.13996676702321675,780.96615112627,0.03068870446110775,5,0.195963159,21.5,0.840533249931585,10,0.391926318,930,76879,1042.8,2318,1757,9261,9072,0.2502969441744952,0.19367283950617284,5414,-0.4915235935644099,-0.5967813051146384 +48421,TX,Sherman,750.873066405331,-0.4373987966865363,0.24748617877565293,213.20028785384,0.07027036514628873,1,0.324254215,3,0.977835723598435,1,0.324254215,99,9232,971.7,121,96,1038,933,0.11657032755298652,0.10289389067524116,711,-0.758188824662813,-0.7620578778135049 +48423,TX,Smith,34981.4917203654,-17.43800517918535,0.16680570548635473,9313.45606994368,0.04441027337203849,19,0.086820629,146.666666666667,0.651012768727714,180,0.822511218,6145,659840,792.1,22101,22128,84794,83161,0.26064344175295423,0.266086266398913,36503,-0.46886572163124746,-0.4389437356453145 +48425,TX,Somervell,0,0,0,0,0,3,0.345065562,5.16666666666667,0.588793922127255,8,0.920174833,270,26011,788.6,609,540,3507,3876,0.17365269461077845,0.1393188854489164,2666,-0.6412888508696891,-0.6878224974200207 +48427,TX,Starr,27407.4661753127,-3.7924480061908308,0.4495385476858795,9455.12599883947,0.15508342079188214,8,0.127074895,107.333333333333,1.67389247580134,27,0.42887777,1168,189453,709.4,10248,9246,11859,11691,0.8641538072350113,0.7908647677700795,7028,0.7342946285521544,0.6011461808228552 +48429,TX,Stephens,2194.06970073459,-5.472951236053859,0.22783693673256383,584.778248847338,0.06072463643274537,1,0.106326422,11.6666666666667,1.17773739820984,8,0.850611377,331,28164,836.9,475,348,3407,3453,0.13941884355738185,0.10078192875760209,2685,-0.7091282653360728,-0.7775847089487402 +48431,TX,Sterling,1143.00000477476,0,1.0000000041773929,279.000001685383,0.24409448966350214,1,0.74682599,2.33333333333333,1.70690075591319,2,1.493651979,32,3936,643.9,31,70,494,633,0.06275303643724696,0.11058451816745656,479,-0.8663967611336033,-0.7567140600315956 +48433,TX,Stonewall,221.51159890771,-4.916365371930791,0.14866550262262418,46.3862336449826,0.03113170043287423,1,0.712758375,2,1.40252454417952,3,2.138275125,77,4236,845.4,160,135,675,701,0.23703703703703705,0.19258202567760344,420,-0.514074074074074,-0.5991440798858774 +48435,TX,Sutton,448.729776885312,0,0.10870391881911629,108.72910082245,0.02633941395892684,1,0.251762336,8,2.06771775652623,4,1.007049345,100,11885,715.6,369,313,1489,1415,0.2478173270651444,0.22120141342756183,762,-0.49764942914707855,-0.5385159010600706 +48437,TX,Swisher,1441.95560281484,-41.643504088049475,0.1835950602005144,322.679147851265,0.04108468905669277,1,0.131908719,6.08333333333333,0.814804893294044,1,0.131908719,252,22864,793.6,579,462,2265,2190,0.2556291390728477,0.21095890410958903,1209,-0.4746136865342163,-0.552054794520548 +48439,TX,Tarrant,463702.839418238,-7.9503720013208,0.25632621576943165,128700.329761732,0.07114312376756435,238,0.122342394,1259.25,0.624357916615432,1474,0.757700374,36112,5842281,740.2,252789,288001,610149,662832,0.41430699714332075,0.434500748304246,57682,-0.15716980606376474,-0.08702355951432639 +48441,TX,Taylor,36822.0417337847,-2.8152334742295464,0.2800027507017528,10163.6935260779,0.07728691866590041,14,0.10359397100000001,119.083333333333,0.872181736062792,123,0.910147029,3877,405111,886.1,9725,10047,43170,45266,0.22527217975445912,0.22195466796270932,23125,-0.5357424137132267,-0.5108690849644324 +48443,TX,Terrell,983.999998172288,0,0.9999999981425691,217.999998480319,0.2215447139027632,0,0,1,1.23152709359606,1,1.078748652,38,2613,949.8,184,140,553,437,0.33273056057866185,0.32036613272311215,147,-0.3146473779385172,-0.3363844393592677 +48445,TX,Terry,4703.3249263428,-0.08539859317134431,0.3717749526790609,1180.64911964498,0.0933245687807272,1,0.078499097,9.75,0.761778263926869,7,0.549493681,382,38191,894,1059,424,3707,1763,0.28567574858376044,0.24049914917753829,871,-0.4162395468033451,-0.4940442427680091 +48447,TX,Throckmorton,1641.00000391041,0,1.0000000023829434,366.00000229551,0.22303473631658136,1,0.621890547,2,1.30463144161774,0,0,65,4799,825.4,109,84,813,808,0.13407134071340712,0.10396039603960396,631,-0.7269372693726938,-0.780940594059406 +48449,TX,Titus,3828.67678442838,-15.62930003782727,0.11841024260618482,1015.86824299847,0.03141795766061947,5,0.153817757,30.6666666666667,0.940926198658157,19,0.584507476,845,97700,869.5,2638,2538,8790,9176,0.30011376564277586,0.2765911072362685,3867,-0.38953356086461893,-0.42142545771578027 +48451,TX,Tom Green,44739.3473568144,32.348650646670656,0.4058947902164175,10441.7343770239,0.09473194927623657,14,0.120060373,81.6666666666667,0.68983382044048,80,0.686059276,3117,349949,793.1,9246,9117,36527,38104,0.25312782325403127,0.239266218769683,18259,-0.479179784816711,-0.47918853663657357 +48453,TX,Travis,268244.499899731,-9.526883539388194,0.2618894895463981,72977.1917219738,0.07124828093676232,148,0.128567644,632.416666666667,0.527311380392661,892,0.774880662,15524,3449522,625.2,231540,306475,384890,462511,0.6015744758242615,0.662632888731295,179725,0.23912546441840526,0.3885853525645876 +48455,TX,Trinity,443.466067969586,-77.99057643908249,0.03040562687484306,106.695267288087,0.007315410852799931,2,0.140607424,15.75,1.0905691732447,5,0.35151856,658,43052,960.6,1614,1154,6234,5982,0.25890279114533205,0.19291206954195922,3583,-0.46888033365415466,-0.5989635573386827 +48457,TX,Tyler,11662.3577680909,-0.19932470980004724,0.5358062008679086,2204.38415089308,0.10127649319549205,3,0.140069101,20.8333333333333,0.977173233270794,9,0.420207302,849,64186,962.4,1659,1243,7623,7969,0.21763085399449036,0.15597942025348224,5358,-0.5548996458087367,-0.6723553770862091 +48459,TX,Upshur,4657.16890209129,-28.374283770029407,0.11847589361447226,1209.20016742073,0.03076140750008217,4,0.099122764,21.8333333333333,0.532923267185758,18,0.446052436,1342,120777,902.7,2953,2378,15049,15918,0.19622566283473986,0.14939062696318633,10820,-0.5977141338294903,-0.6797336348787537 +48461,TX,Upton,1121.0001722658,0.02060526211585098,0.3341282182610432,295.999998421394,0.08822652710026647,1,0.289519398,4,1.08902804247209,6,1.737116387,99,10481,890.1,332,284,1298,1296,0.25577812018489987,0.2191358024691358,677,-0.47765793528505396,-0.5223765432098766 +48463,TX,Uvalde,11468.8148482019,19.531673874628513,0.4343425430108654,3247.1595065036,0.12297517540252224,1,0.0368772,27,0.989554700384827,19,0.700667478,742,81403,770.4,3824,3863,8431,8936,0.4535642272565532,0.43229632945389435,965,-0.08326414422962869,-0.1079901521933751 +48465,TX,Val Verde,19612.273651209,18.46014356761158,0.40124130303829875,5986.88739454054,0.12248383548232451,3,0.061257,36.5,0.746711401157914,31,0.632988933,1042,146960,688.6,6267,6920,12040,13476,0.5205149501661129,0.5135054912436925,1064,0.05440199335548168,0.07895517957850995 +48467,TX,Van Zandt,5077.79334969102,100.38808408893125,0.09657455162119896,1034.49875549101,0.019675131811008384,5,0.094500095,34.75,0.639315610339435,27,0.51030051,1875,158784,864,3083,2792,19081,21689,0.16157434096745454,0.12872884872516022,15644,-0.6659504218856453,-0.7212872884872517 +48469,TX,Victoria,24368.6095116949,-30.837584387843975,0.28076699171240654,6526.39682017365,0.07519496756850956,6,0.06587543,78.0833333333333,0.844445405748357,71,0.779525916,2404,273737,796.2,8795,8843,28827,31032,0.3050959170222361,0.284963908223769,12410,-0.3777361501370243,-0.3999097705594225 +48471,TX,Walker,22834.2124816692,13.279773585936377,0.3364850574213348,2781.32706531735,0.04098564809415348,9,0.128960151,42.5833333333333,0.595704400052226,34,0.487182794,1487,209838,777.3,5283,6085,15066,19683,0.35065710872162487,0.30915002794289487,6793,-0.2844816142307181,-0.34512015444800087 +48473,TX,Waller,6493.23978138511,5.778184617906631,0.15028908185129292,833.596888022788,0.019293991158958176,4,0.085433575,29.5,0.588646113937943,21,0.448526271,907,140874,746.5,6401,5744,15699,16715,0.40773297662271485,0.3436434340412803,4781,-0.175616281291802,-0.28603051151660186 +48475,TX,Ward,1144.15377538516,-70.11737372866223,0.10735163964957403,313.557471713694,0.02941991665544136,1,0.086021505,9.91666666666667,0.854885057471264,6,0.516129032,354,34572,949.1,836,780,3238,3413,0.25818406423718343,0.22853794315851159,1761,-0.47189623224212474,-0.5159683562847934 +48477,TX,Washington,3208.91557950382,-29.434863068663287,0.0951692146480758,610.416360569515,0.018103575555178688,3,0.087113073,22.6666666666667,0.646584512399209,26,0.754979964,1152,103338,717.6,3378,3381,14373,14747,0.23502400333959508,0.22926696955312945,7563,-0.519863633201141,-0.5128500712009223 +48479,TX,Webb,56255.3108716979,25.577432921940428,0.2247479499796164,20944.9298187189,0.08367796686716514,29,0.108747417,193.75,0.714435844583009,176,0.659984325,3910,800600,674.8,37592,42297,49101,56867,0.7656055884808863,0.7437881372324898,29351,0.5400704669965989,0.5161341375490178 +48481,TX,Wharton,6432.44092439561,-7.806145214164766,0.15582463479640526,1972.76440639876,0.04778983542632655,7,0.170034979,39.4166666666667,0.944451100195679,32,0.777302759,1240,123922,819.1,4235,4238,14087,14707,0.3006317881734933,0.2881620996804243,5911,-0.3914957052601689,-0.40191745427347525 +48483,TX,Wheeler,620.34816798925,11.556331850411325,0.11466694417546211,142.33384735423,0.026309398771576707,2,0.350017501,8,1.44248106743599,4,0.700035002,220,17050,1082.9,232,194,2128,2306,0.10902255639097744,0.08412836079791847,1893,-0.7734962406015038,-0.820901994796184 +48485,TX,Wichita,48641.625709176,12.847722468115268,0.36989829436635735,11349.6061301582,0.08630879186432089,21,0.158664199,93,0.705411186456105,97,0.732877489,3993,397140,914.6,10490,8752,40923,37913,0.25633506829900055,0.23084430142695117,18857,-0.47078659922293087,-0.49737557038482844 +48487,TX,Wilbarger,3694.54203574104,8.738771073843845,0.27296210090439893,974.409954950009,0.07199186959364677,2,0.154166345,13,1.00837728824077,13,1.002081246,481,39108,973.9,971,807,3980,4101,0.24396984924623116,0.196781272860278,2359,-0.4987437185929648,-0.5752255547427456 +48489,TX,Willacy,3051.67954819541,241.0734658417327,0.1378729352216233,285.744761968539,0.012909766059841827,1,0.0456558,21.8333333333333,1.00106984563656,8,0.36524677,509,65773,789,3595,3416,5058,5082,0.7107552392249901,0.6721763085399449,1875,0.4310003954132067,0.36894923258559625 +48491,TX,Williamson,142428.558701011,-1.100522646794934,0.3369662526432849,41337.4841242325,0.09779876484100819,40,0.081757793,223.833333333333,0.423351074359741,321,0.656106285,7201,1469024,598.1,61812,84252,162936,200524,0.37936367653557224,0.4201591829406954,19777,-0.2154097314282909,-0.09862659831242143 +48493,TX,Wilson,1876.8318840747,-56.29952411799639,0.043730646443792806,498.71159054832,0.011620103232870126,5,0.107753976,24.9166666666667,0.513957645764576,20,0.431015904,1152,139389,737.6,4819,4790,17186,19255,0.2804026533224718,0.24876655414178137,9201,-0.4297684161526824,-0.47784990911451564 +48495,TX,Winkler,62.7186745844781,-85.40279908500943,0.008821191924680465,10.7837935637244,0.0015167079555167935,4,0.511443549,8.75,1.1085772203218,3,0.383582662,203,23404,993.4,398,420,1745,1873,0.22808022922636104,0.22423918846769889,983,-0.5346704871060172,-0.5248264815803524 +48497,TX,Wise,3519.04557598463,-3.896776273318269,0.05951672799202784,927.998882021092,0.015695010435521708,9,0.146013823,41.6666666666667,0.646445840767461,36,0.584055291,1598,185814,830.1,3219,3412,20692,24661,0.15556736903150975,0.13835610883581365,17243,-0.6746085443649721,-0.6992011678358542 +48499,TX,Wood,3222.18885266081,-16.34598546065897,0.07678459757556025,797.277865564727,0.018999091258333975,4,0.093344535,30.8333333333333,0.697160859505129,15,0.350042005,1846,128894,868.9,3052,2624,17541,18646,0.17399236075480304,0.14072723372305052,13057,-0.642209680177869,-0.7002574278665665 +48501,TX,Yoakum,1562.35296491195,72.73802881066776,0.19829330688056226,500.105076092783,0.06347316614961074,2,0.241370987,9.58333333333333,1.12904492617028,7,0.844798455,185,25040,811.3,409,426,2128,2299,0.19219924812030076,0.18529795563288387,1371,-0.605733082706767,-0.5963462374945628 +48503,TX,Young,6142.00138325744,-5.747951988311333,0.3311051958629348,1545.05507989039,0.08329137896983235,2,0.108991826,15,0.826355222565007,18,0.980926431,791,54988,988.1,992,873,7316,7658,0.13559322033898305,0.11399843301123008,5714,-0.7152815746309459,-0.7461478192739619 +48505,TX,Zapata,6065.68117552452,0.2993008241339712,0.4327066040465487,2205.95028417482,0.1573655503049522,4,0.279349117,24.25,1.69001324134086,6,0.419023675,269,43080,723.9,2517,2056,3529,3134,0.7132332105412298,0.6560306317804723,1028,0.4318503825446302,0.32801531589023614 +48507,TX,Zavala,3702.02706296023,0.004760334434270885,0.3170358022574488,1207.94445528586,0.10344647214917016,1,0.081519524,15.3333333333333,1.27533338878261,3,0.244558572,293,36533,807.9,3042,2633,3653,3390,0.8327402135231317,0.7766961651917405,1941,0.6756090884204763,0.572566371681416 +49001,UT,Beaver,951.432066590472,-0.2454888338345311,0.1435257303651338,354.440274578805,0.05346813615610273,4,0.619099211,5.33333333333333,0.825210170715354,11,1.702522829,185,19275,1006.3,341,264,2534,2490,0.1345698500394633,0.10602409638554217,1574,-0.7150749802683504,-0.6321285140562249 +49003,UT,Box Elder,10094.8665153334,13.772075332462816,0.2019983294714037,3534.36609690939,0.07072268327982771,5,0.097053457,24.5,0.461054969043452,31,0.601731434,1085,154429,748.2,1830,1814,18092,16548,0.1011496794163166,0.10962049794537104,8510,-0.7815056378509839,-0.5142615421803238 +49005,UT,Cache,37757.8681440577,2.464847406762882,0.33516073838994553,13180.1598147973,0.11699474342065491,15,0.126750209,42.6666666666667,0.347581457615428,88,0.743601227,1572,356399,619.1,5434,6705,37099,35879,0.1464729507533896,0.1868781181192341,9938,-0.6842232944284212,-0.27698653808634577 +49007,UT,Carbon,6041.93940222314,20.930390770869696,0.28229404299505395,1621.85645297787,0.07577706176600804,6,0.290416263,13.1666666666667,0.645456476624671,14,0.677637948,687,62050,975.4,2204,1696,7231,7818,0.30479878301756325,0.21693527756459452,3486,-0.3637117964320288,-0.44589409056024554 +49009,UT,Daggett,1058.99999059084,0,0.999999991115052,243.000001352496,0.22946175765108218,1,0.895255148,1,0.91324200913242,0,0,34,3368,771,91,76,509,465,0.1787819253438114,0.16344086021505377,251,-0.6051080550098231,-0.5397849462365591 +49011,UT,Davis,94506.5691986859,11.076814014255552,0.30836229953336414,33646.0917904769,0.10978269894667139,23,0.069762081,110.75,0.323564556606998,210,0.636958131,4993,988588,681.6,20417,22575,112568,104661,0.1813748134460948,0.21569639120589332,24410,-0.6184084286831071,-0.23322918756747976 +49013,UT,Duchesne,5147.48790509698,0,0.2766425487771796,1667.65482403023,0.089625131618758,5,0.245338567,13.1666666666667,0.647424234974021,12,0.588812561,425,61264,807.2,570,500,6273,6932,0.09086561453849833,0.07212925562608194,5005,-0.8031245018332537,-0.7220138488170802 +49015,UT,Emery,444.220730048769,-89.96904993405234,0.0404720052886998,159.836188386789,0.014562334947775965,5,0.470322641,11.4166666666667,1.1175280605586,8,0.752516226,266,31742,795.7,569,379,4414,4263,0.12890801993656548,0.08890452732817265,3023,-0.719075668328047,-0.7091250293220737 +49017,UT,Garfield,3096.29777544692,70.90648127188143,0.5986654631567904,744.755277092473,0.1439975400410814,3,0.597133758,6.33333333333333,1.27022329188394,14,2.786624204,127,15085,626.6,306,352,2157,2294,0.14186369958275383,0.15344376634699217,1225,-0.6977283263792304,-0.534001743679163 +49019,UT,Grand,2021.49063728278,17.681604308638292,0.21913177639921735,498.883374300337,0.05407949856914222,4,0.424223141,15.5,1.61812297734628,9,0.954502068,241,28329,732.7,1678,1932,3812,4456,0.44018887722980066,0.43357271095152605,2,-0.06269674711437562,-4.488330341113067e-4 +49021,UT,Iron,13807.6126083115,15.876539031818988,0.29910561723266466,4252.5296885339,0.09211987281012717,3,0.063466543,20.0833333333333,0.402173405157165,34,0.719287482,918,142308,798.8,1720,2104,13168,15354,0.13061968408262453,0.13703269506317572,7921,-0.7178007290400972,-0.5158916243324215 +49023,UT,Juab,4406.19433012166,-0.0014764505748773701,0.430040438231667,1460.55704556687,0.14254899917693442,2,0.190730498,8.91666666666667,0.809869815319407,9,0.85828724,214,31341,782.7,436,436,3907,4076,0.11159457384182236,0.1069676153091266,2323,-0.7586383414384438,-0.5699214916584887 +49025,UT,Kane,3117.92613194553,0.27457865275583493,0.4376036676414779,761.914542313303,0.10693537435976182,3,0.41356493,4.66666666666667,0.636305790382692,6,0.827129859,251,21584,879,718,739,3281,3482,0.21883572081682415,0.2122343480758185,1509,-0.531850045717769,-0.4333716255025847 +49027,UT,Millard,5024.14837297542,-1.0547268681163298,0.4018354293349933,1602.31722792985,0.12815462112531792,5,0.396636522,10.4166666666667,0.820597657686046,12,0.951927653,300,37790,659.2,424,431,4958,5234,0.08551835417507059,0.0823461979365686,3429,-0.8061718434852764,-0.6551394726786396 +49029,UT,Morgan,38.8048392722758,-1.9835755581168675,0.0040980926467711265,11.8523383141001,0.0012516990510191256,1,0.094268477,3,0.262306548920171,4,0.377073906,165,31906,690.4,386,572,4370,5136,0.08832951945080092,0.11137071651090343,2584,-0.8064073226544622,-0.5031152647975078 +49031,UT,Piute,1556.00000336546,0,1.000000002162892,468.000000267804,0.3007712083983316,3,2.021563342,3,2.04638472032742,2,1.347708895,46,4523,558.7,74,31,781,617,0.09475032010243278,0.050243111831442464,506,-0.7964148527528809,-0.820097244732577 +49033,UT,Rich,2263.99998861636,0,0.9999999949718905,703.999994389065,0.3109540611259121,0,0,3,1.29366106080207,7,3.052769298,54,6873,634.5,83,104,999,1096,0.08308308308308308,0.0948905109489051,682,-0.8248248248248248,-0.6222627737226277 +49035,UT,Salt Lake,91150.1818636206,-22.871096037998655,0.08852497376657288,28070.470010979,0.027262014957416803,147,0.134647197,555,0.494937370357621,906,0.829866397,19094,3281357,731.4,132686,154831,341664,361347,0.3883522993350192,0.4284828710353206,36930,-0.19332736255502486,0.10220093151458293 +49037,UT,San Juan,8414.88174321812,16.278747310422283,0.570655211122889,2890.85233146696,0.19604315281886342,2,0.131138942,17,1.00621485646641,6,0.393416825,296,46041,719,2062,1997,5159,5385,0.39968986237642956,0.3708449396471681,638,-0.18298119790657097,-0.11847725162488393 +49039,UT,Sanpete,2517.85357510062,-3.0579187889942396,0.09049865484510891,845.966467389947,0.03040638585974937,4,0.140464234,13,0.442041551905879,15,0.526740879,550,85297,692.4,889,1026,8804,9778,0.10097682871422081,0.10492943342196769,5410,-0.7812358019082235,-0.553282879934547 +49041,UT,Sevier,623.777508060715,44.981367009810235,0.029986419962537977,246.14090351401,0.011832559538217961,3,0.144418235,16.4166666666667,0.771931474428301,16,0.770230588,589,62688,836.7,701,673,7781,8308,0.09009124791157949,0.08100625902744343,5782,-0.8045238401233774,-0.6959557053442466 +49043,UT,Summit,9799.27735274438,31.915935445394044,0.26977418105782347,2804.74831724883,0.07721474279398828,10,0.255721775,22,0.545810901332275,39,0.997314921,441,117237,555.7,7656,10251,16616,20133,0.46076071256620127,0.5091640590075994,3091,-0.048627828598940714,0.1535290319376148 +49045,UT,Tooele,19591.7830731414,22.92359824088822,0.33652449539904145,6422.97551864409,0.11032628256972225,5,0.081171467,28.3333333333333,0.437020241749315,29,0.470794506,1038,185327,810.7,3794,4015,16422,18905,0.2310315430520034,0.21237767786299921,5678,-0.5143100718548288,-0.30034382438508334 +49047,UT,Uintah,8024.67661673473,0.2850115226443754,0.24624636727429514,2717.4326608841,0.08338752488290475,2,0.0542491,20.0833333333333,0.552149488173462,20,0.542490574,673,110636,799.4,962,1002,11116,12883,0.08654192155451601,0.07777691531475588,8874,-0.8131522130262685,-0.6888147170690058 +49049,UT,Utah,121874.622688675,2.8456133238428736,0.2359332487139541,47992.5797236203,0.09290732556589369,43,0.076652394,181.5,0.306433068433342,351,0.625697448,6926,1689145,695,15791,24579,161278,174942,0.09791168045238656,0.14049799362074286,65176,-0.7846451468892224,-0.37255776200112034 +49051,UT,Wasatch,1108.33514468683,-5.051759105943071,0.04710306607253847,361.497815747811,0.015363273087454781,4,0.144331385,12.9166666666667,0.423108839972048,22,0.793822617,374,83530,698.8,2097,3063,9109,12120,0.2302118783620595,0.2527227722772277,3052,-0.5220111977165441,-0.25181518151815185 +49053,UT,Washington,36701.8989613727,-3.85832151397585,0.26573434428825765,11320.6123039267,0.08196511822703327,19,0.125042778,60.9166666666667,0.380147066471133,116,0.763419064,3649,455115,603.5,7762,9583,49733,57494,0.15607343212756117,0.16667826207952133,29983,-0.670420043029779,-0.521497895432567 +49055,UT,Wayne,1009.00521483761,0,0.3632128203159144,220.067514710105,0.07921796785820914,2,0.734484025,2,0.74019245003701,2,0.734484025,91,8129,861.1,213,271,1323,1410,0.16099773242630386,0.1921985815602837,688,-0.6606198034769463,-0.48794326241134756 +49057,UT,Weber,58288.9612986792,1.742242359069185,0.25207563397861577,18078.4466840921,0.07818179991044691,34,0.141386839,120.75,0.487760542898691,145,0.602973282,5135,722746,791.3,17569,22187,68143,81451,0.2578254552925466,0.27239690120440513,16260,-0.46034075400261215,-0.19962922493278162 +50001,VT,Addison,867.84931224765,-2.9741765536340283,0.023569411809772952,214.860923503453,0.005835282135288368,15,0.405306817,25.6666666666667,0.69446323403411,17,0.459347726,920,110990,650,12290,11217,17843,17592,0.6887855181303593,0.637619372442019,5920,0.3965700835061369,0.33651659845384263 +50003,VT,Bennington,4389.72113536181,2.2685133710025287,0.11824164674375247,930.718205945115,0.02506985066518828,14,0.384140486,39.9166666666667,1.10294456264449,30,0.823158184,1321,109427,755.5,11517,9539,17512,16345,0.6576633165829145,0.5836035484857754,3614,0.3329145728643216,0.22110737228510247 +50005,VT,Caledonia,2001.6218658744299,0.36831360122240975,0.06409907662838024,413.596232682239,0.013244827638973933,9,0.290500629,40,1.31869580984406,19,0.613279107,950,92843,760,8192,6445,13545,12966,0.6047988187523071,0.49706925805954033,912,0.22916205241786636,0.07033780657103195 +50007,VT,Chittenden,27641.2441699485,-11.195079790225565,0.17657059739977965,6112.23913612923,0.039044614239542814,42,0.26163171,140.25,0.868254390798051,120,0.747519171,3256,482056,624.2,53615,54463,76531,77263,0.7005657838000288,0.7049040290954273,36165,0.4187584116240478,0.46807656963876626 +50009,VT,Essex,1890.45265635181,0.700243728869445,0.29978633941513005,333.364461623811,0.05286464662604043,2,0.326530612,3.58333333333333,0.580202936096718,1,0.163265306,180,18484,639.2,1539,1019,2769,2706,0.5557963163596966,0.3765705838876571,487,0.1336222462983026,-0.179970436067997 +50011,VT,Franklin,2125.51264708474,1.8467686561552676,0.04451708304538055,513.962976442082,0.010764524283543792,17,0.349492208,51.75,1.05795768169273,23,0.4728424,1250,145684,793,12057,9351,19755,19373,0.6103264996203492,0.4826820833118257,599,0.23548468742090606,0.03091932070407266 +50013,VT,Grand Isle,35.5445633428171,-83.99327780990895,0.00509965040786472,4.40804944562842,6.32431771252284e-4,4,0.571918788,11.3333333333333,1.63800163800164,1,0.142979697,174,20814,776.2,2531,2094,4064,3778,0.6227854330708661,0.5542615140285866,607,0.26082677165354323,0.16066701958708313 +50015,VT,Lamoille,578.149904794846,6.442341342709367,0.023622059440034565,136.692593693887,0.005584988506389663,9,0.35882306,29.75,1.17435755733628,18,0.717646121,588,75486,652.7,8371,7241,11924,11641,0.7020295202952029,0.6220255991753286,3671,0.42091580006709156,0.3153509148698566 +50017,VT,Orange,3046.54268499889,-5.466932658266796,0.1052855503524637,668.476686252963,0.02310190372729344,7,0.242558647,29.9166666666667,1.03449865716887,9,0.311861118,789,86640,719.4,9075,7522,13964,13464,0.6498854196505299,0.5586749851455733,2525,0.321326267545116,0.18753713606654782 +50019,VT,Orleans,3813.34423157269,-12.538634708699902,0.1400368782480515,795.967708884179,0.029230204872541556,13,0.480023632,43.5833333333333,1.62242986015461,12,0.443098737,966,81375,806.8,7116,5181,11631,10988,0.6118132576734588,0.4715143793228977,23,0.24159573553434782,0.0020931925737167623 +50021,VT,Rutland,9152.34639550637,43.94432904568076,0.14847581836258347,1778.96154014912,0.028859568802912305,19,0.316213427,74.9166666666667,1.26313718878211,44,0.732283727,2075,180471,794,17087,13629,28414,27660,0.6013584852537481,0.4927331887201735,1158,0.2200675723235025,0.04186550976138825 +50023,VT,Washington,7322.83367924314,24.52964925461782,0.12300254777510565,1705.65907355901,0.028650167527110727,26,0.440692905,63,1.07684944619171,33,0.559340995,1637,176747,704.7,20349,18594,29049,28654,0.7005060415160591,0.6489146366999372,10601,0.42194223553306487,0.3699657988413485 +50025,VT,Windham,4169.52151133928,-2.0949095499975883,0.09366974841819871,927.385111543277,0.02083402852073051,22,0.503271263,47.25,1.0951442809132,38,0.869286727,1310,131054,714.6,16080,14340,21805,21151,0.7374455400137583,0.6779821285045624,8878,0.4923641366659023,0.41974374734055125 +50027,VT,Windsor,4782.62386922519,-32.441541125999855,0.08439428038159855,1060.43747629038,0.018712501787372153,25,0.446316992,47.8333333333333,0.86192398250925,32,0.57128575,1765,167867,694.4,19440,17544,28468,27832,0.6828719966277926,0.6303535498706525,8940,0.38137557959814533,0.3212129922391492 +51001,VA,Accomack,1700.33610481924,11.311323763412226,0.051270537474949945,264.584722496315,0.007978070271870552,11,0.333121347,46.3333333333333,1.40629900547344,18,0.545107659,1319,98976,908.3,7653,6737,16020,15755,0.47771535580524344,0.42761028245001587,1845,-0.03489388264669163,-0.11710568073627425 +51003,VA,Albemarle,15278.6597906324,-1.1857122086448897,0.1543766776864949,3860.05413425582,0.039002264668645245,18,0.172266937,50.8333333333333,0.475620177523282,58,0.555082353,2428,312937,571,29712,33297,53732,56134,0.5529665748529741,0.5931699148466171,14065,0.12002158862502799,0.2505611572309118 +51005,VA,Alleghany,2157.56954942281,-2.8519952742401546,0.13277351073371138,418.897651180426,0.02577831699571852,2,0.12642225,12.8333333333333,0.822913326921022,7,0.442477876,641,47756,835,3403,2165,7162,7306,0.4751466070929908,0.29633178209690664,2708,-0.026808154146886365,-0.37065425677525327 +51007,VA,Amelia,2089.26382491735,12.648578639844688,0.16463859928426713,428.147800308591,0.03373899135607494,1,0.077790743,8.91666666666667,0.690518598828054,4,0.311162972,396,38386,788.6,2488,2150,6885,7035,0.3613652868554829,0.30561478322672353,2554,-0.26666666666666666,-0.36304193319118694 +51009,VA,Amherst,5432.82798974514,-16.755409939643414,0.16792346891308813,1058.34825972489,0.03271252309600006,7,0.218470085,31.9166666666667,1.00896742852928,16,0.499360195,978,96174,745.1,5898,4986,14937,15164,0.3948584053022695,0.3288050646267476,4657,-0.19863426390841538,-0.3071089422316012 +51011,VA,Appomattox,332.404541739697,-25.24500353881648,0.02220026325650818,51.5583694045708,0.003443422787989768,1,0.06544931,15.0833333333333,0.974690360796984,7,0.458145167,521,45902,857.8,2453,2023,7924,7954,0.30956587582029277,0.2543374402816193,3691,-0.36433619384149424,-0.46404324867990954 +51013,VA,Arlington,4485.10883875185,-12.676243952787958,0.021601761036627462,1085.73776919552,0.005229270611218773,45,0.198318261,87.6666666666667,0.381076577555604,237,1.044476175,2828,681440,538.3,81178,91879,117279,119344,0.6921784803758558,0.7698669392679984,71724,0.3985794558275565,0.6009853867810699 +51015,VA,Augusta,9683.20595459491,1.9762136791120617,0.13129770785891404,2373.84816267586,0.03218777169729979,11,0.148926376,38.0833333333333,0.507798089701366,27,0.36554656,2140,222605,704.1,9448,8108,33614,36661,0.28107336228952223,0.22116145222443467,18044,-0.4214315463794847,-0.4921851558877281 +51017,VA,Bath,1052.37008403248,7.443766482873,0.2224413620867639,174.065994550046,0.036792643109288946,1,0.219154065,3.25,0.72609472743521,1,0.219154065,207,13616,903.6,894,603,2218,2243,0.4030658250676285,0.2688363798484173,945,-0.17132551848512173,-0.4213107445385644 +51019,VA,Bedford,6731.24481371662,-11.872434372741981,0.09801451473173482,1687.4745469761,0.024571532223427398,5,0.065288641,36.0833333333333,0.462844193603557,20,0.261154564,2177,231005,715.5,10925,9733,40750,42186,0.26809815950920246,0.23071635139619778,20845,-0.4504539877300613,-0.4941212724600578 +51021,VA,Bland,1307.3546363796,-52.49898711961216,0.19158186347883938,130.488045955529,0.01912192936042336,0,0,5,0.767695378473822,2,0.301886792,257,19849,977.4,735,453,2937,3124,0.25025536261491316,0.14500640204865556,2119,-0.47974123255022133,-0.6782970550576185 +51023,VA,Botetourt,11599.7872770186,58.985454456473605,0.3499392807113129,2607.22636481218,0.07865410778364244,5,0.151057402,22.4166666666667,0.674570932763584,19,0.574018127,979,99515,723.2,5449,4492,18208,18641,0.2992640597539543,0.24097419666326914,8877,-0.38565465729349735,-0.47620835792071237 +51025,VA,Brunswick,3505.53269842583,-2.17199611857185,0.2010744922809355,441.812110206795,0.025341981771641334,2,0.121226815,13.1666666666667,0.810605594204683,3,0.181840223,595,50455,860.3,4993,4473,8029,7645,0.6218707186449122,0.5850882930019621,1428,0.25258438161663965,0.18678875081752783 +51027,VA,Buchanan,NA,NA,NA,NA,NA,8,0.346230416,30.5833333333333,1.37899419845493,9,0.389509218,915,69600,1013.1,3094,1721,9636,9220,0.3210875882108759,0.1866594360086768,5571,-0.346824408468244,-0.6042299349240781 +51029,VA,Buckingham,1443.63914127588,-30.433171021862808,0.08419684715244839,298.474055925669,0.01740779516655016,4,0.236504464,18.6666666666667,1.09494759893634,2,0.118252232,463,51108,749.1,3747,3128,7447,7284,0.5031556331408621,0.4294343767160901,841,0.02390224251376394,-0.11545853926414051 +51031,VA,Campbell,8057.07371677027,-30.28525000349818,0.1469142940952239,1763.92989363264,0.032163850582266146,10,0.182199144,54.5833333333333,0.993291114669772,42,0.765236403,1626,165249,760,7591,6597,25632,27218,0.2961532459425718,0.24237636857961642,12845,-0.3938826466916355,-0.47193034021603353 +51033,VA,Caroline,1368.97441540963,-4.374969532438124,0.047958466120498505,270.618337231059,0.00948041118343174,3,0.100745517,25.0833333333333,0.831179446395829,8,0.268654712,791,89060,804.8,7258,6425,13590,14189,0.5340691685062546,0.4528155613503418,718,0.08167770419426051,-0.05060257946296426 +51035,VA,Carroll,1441.16855092227,-27.838188571345064,0.04797179118974336,242.873755864128,0.00808447359909886,4,0.13503933,36.0833333333333,1.22187983249241,12,0.405117991,1136,89245,866.2,3500,2557,12315,13587,0.2842062525375558,0.18819459777728711,8096,-0.39390986601705236,-0.5958636932361817 +51036,VA,Charles City,166.770860964883,18.684630705747853,0.02298385625205113,25.3152931736063,0.0034888772289975605,1,0.142389292,2,0.282845424975251,0,0,194,21174,646.7,2772,2244,4213,3745,0.6579634464751958,0.5991989319092123,863,0.3266081177308331,0.23044058744993323 +51037,VA,Charlotte,4240.73720680445,0.468876912600405,0.3369408236774551,1031.44599506411,0.08195185087113539,1,0.081799591,15.5833333333333,1.28479951631077,3,0.245398773,453,36671,878.1,2502,2153,5897,5792,0.42428353400033914,0.3717196132596685,1326,-0.13718840088180428,-0.22893646408839774 +51041,VA,Chesterfield,115426.336197048,-0.9331916977683532,0.3650006204133875,30766.6474427645,0.09729014863192205,42,0.126316169,199.083333333333,0.587250879278525,236,0.709776571,6799,996235,717.4,78954,80993,172223,175288,0.4584405102686633,0.46205672949659987,3945,-0.0709545182699175,-0.02250581899502535 +51043,VA,Clarke,177.768921882671,-43.04333971935905,0.012667017377987103,40.7791940545721,0.0029057427714530497,2,0.138667406,9.25,0.643523027688883,6,0.416002219,425,43013,719.1,3237,3047,7731,8131,0.4187039192859915,0.37473865453203786,1610,-0.1368516362695641,-0.1980076251383594 +51045,VA,Craig,583.246440924216,-9.412989228595805,0.11237889035148671,120.586193303168,0.02323433396978189,3,0.573175392,4.5,0.872431174873982,0,0,145,15636,681.1,830,541,2664,2784,0.31156156156156156,0.19432471264367815,1598,-0.347972972972973,-0.5739942528735632 +51047,VA,Culpeper,2632.83890217099,19.97614313875363,0.056390989358756666,796.590263773126,0.017061626159761957,10,0.203392588,33.75,0.673881356947467,28,0.569499247,1193,147016,785.1,8263,7744,20131,22087,0.4104614773235309,0.3506134830443247,5597,-0.16323083801102778,-0.2534069814823199 +51049,VA,Cumberland,5546.87186249503,-6.194898677666086,0.5518177340325338,1294.91418494354,0.12882154645279945,2,0.203520912,8.83333333333333,0.915181654924713,0,0,278,29406,721,2422,2032,5040,4875,0.48055555555555557,0.4168205128205128,661,-0.02301587301587299,-0.13558974358974363 +51051,VA,Dickenson,NA,NA,NA,NA,NA,3,0.19597596,22.9166666666667,1.53104400498842,4,0.26130128,649,45880,1109.2,2472,1335,6878,6405,0.35940680430357663,0.20843091334894615,3597,-0.26199476592032567,-0.5615925058548009 +51053,VA,Dinwiddie,7678.21558777613,31.293753588916235,0.274212191985148,1867.37597160466,0.06668961721383736,5,0.179475214,23.1666666666667,0.823147621754785,6,0.215370257,759,84102,791.6,6425,5765,13339,13533,0.48167029012669615,0.4259957141801522,1682,-0.025789039658145274,-0.12428877558560553 +51057,VA,Essex,2619.13901892601,-11.961987073926489,0.2348792950341682,617.595492921642,0.05538476306354964,2,0.180131496,16.5833333333333,1.49090473193683,10,0.90065748,383,33398,790.2,3009,2541,5666,5354,0.531062477938581,0.4745984310795667,116,0.07183198023296855,-0.021666044079193147 +51059,VA,Fairfax,205554.370081997,0.0193054410100552,0.19002443325019183,55023.124226834,0.05086604577021723,189,0.166148296,376.666666666667,0.330800513823949,911,0.800852367,14785,3416251,481.6,260835,354485,440174,542858,0.5925724827000232,0.6529976531616003,196648,0.1977604311022459,0.3622457438225098 +51061,VA,Fauquier,8209.0226938811,1.052849244242409,0.12589946312103875,2266.94024597144,0.03476742244944926,12,0.175829328,32.1666666666667,0.465717857022205,55,0.805884422,1619,204473,725.6,13891,12960,35339,37124,0.3930784685474971,0.34910031246632905,9150,-0.19989247007555394,-0.24647128542182956 +51063,VA,Floyd,4208.11245107874,-1.066903015205139,0.2754180542626311,900.436821222806,0.05893296820621807,3,0.192579278,13.3333333333333,0.847583328035938,4,0.256772371,520,46759,778.1,2732,2300,7626,7972,0.3582480986100184,0.288509784244857,2989,-0.25426173616574876,-0.3749372804816859 +51065,VA,Fluvanna,6380.81727318169,-7.376252224104501,0.2483678048025258,1622.24382595776,0.06314444069743334,3,0.114977771,13.25,0.504358418027483,5,0.191629618,645,78174,651.9,5885,5751,12724,13492,0.46251178874567744,0.4262525941298547,1267,-0.062323168814838126,-0.09390750074117993 +51067,VA,Franklin,8349.9883573759,-6.515465860276253,0.14868477639160063,1735.99461900601,0.030912135526024502,4,0.070974839,46,0.820417699620111,26,0.461336456,1765,168821,774.8,9082,7254,26633,26805,0.34100551946832874,0.2706211527700056,11306,-0.2854729095483048,-0.42178698004103715 +51069,VA,Frederick,16247.5415509132,10.597002768737655,0.20749047380005364,4557.49283210668,0.0582018112777815,10,0.121393107,48.75,0.57746295353052,47,0.570547604,2017,246960,727.1,12683,11920,36272,40133,0.3496636524040582,0.2970124336580869,14149,-0.28032642258491397,-0.3525527620661301 +51071,VA,Giles,152.911844293853,-91.74621669559339,0.008845993537767731,28.3772114288549,0.001641629725144909,5,0.297353553,23.5,1.39407961084416,12,0.713648528,682,50436,974.3,2730,1949,7544,8196,0.36187698833510074,0.23779892630551488,3981,-0.2558324496288441,-0.48572474377745234 +51073,VA,Gloucester,3765.01510480939,0,0.10214919704838542,763.085107281746,0.02070337802598475,5,0.13462211600000001,30,0.806148223786747,20,0.538488463,1066,111165,766.8,6764,5399,19246,19524,0.3514496518757144,0.27653144847367345,7688,-0.2791748934843604,-0.3937717680803114 +51075,VA,Goochland,3311.28571513049,-0.03959747163505686,0.1524743617963112,553.984503452464,0.025509255580994795,2,0.091174325,11.8333333333333,0.522028115993177,7,0.319110139,575,65811,685,4676,4884,13287,13930,0.351922932189358,0.35061019382627423,3490,-0.28388650560698425,-0.25053840631730073 +51077,VA,Grayson,2826.69405076726,3.309179069341481,0.181979917000403,501.12831658289,0.032262171929626604,1,0.06625588,12.3333333333333,0.816398579025176,3,0.198767641,604,47232,810.4,2094,1407,7146,7258,0.29303106633081444,0.19385505648939103,4186,-0.37881332213825913,-0.5767429043813722 +51079,VA,Greene,0,0,0,0,0,2,0.105091693,9.16666666666667,0.473215975771342,7,0.367820924,463,57115,752.2,3284,2923,8993,9503,0.3651729122650951,0.30758707776491634,3020,-0.2528633381518959,-0.31779438072187727 +51081,VA,Greensville,1008.3032894331,16.64208579698994,0.082357534054815,174.155561157786,0.014224909022117618,1,0.085609109,4.5,0.384418247052793,4,0.342436435,481,35062,1226.5,3135,2558,4925,4363,0.63654822335025385,0.5862938345175338,821,0.2779695431472082,0.1881732752693101 +51083,VA,Halifax,8496.03692841011,-10.88453359579928,0.234431636224445,1927.87476627971,0.053195959445923396,10,0.284090909,39.9166666666667,1.14073693034598,25,0.710227273,1388,105736,858.4,7760,6890,16663,16946,0.4657024545399988,0.4065856249262363,2808,-0.05635239752745602,-0.1657028207246548 +51085,VA,Hanover,21762.9254590036,9.795669856453742,0.2179278156975416,5969.47071252426,0.05977660106870673,12,0.117741714,71,0.680128745497739,75,0.735885712,2648,306284,733.8,18283,19360,58936,62313,0.310217863445093,0.31068958323303325,20232,-0.3671270530745215,-0.32468345289105 +51087,VA,Henrico,64088.7829258322,-7.144879686408206,0.208802459562553,17255.8474410183,0.0562198753515184,63,0.195698364,260.333333333333,0.797343142389559,269,0.835600949,8067,967558,733.1,89116,93615,161195,161966,0.5528459319457799,0.577991677265599,33941,0.11713142467198112,0.20955632663645457 +51089,VA,Henry,9194.4864804223,-11.60800257592084,0.16979347528988015,1832.08136601061,0.03383282609759026,11,0.211209462,71.8333333333333,1.3963132147601,31,0.595226666,2043,156665,875.9,10312,8199,24927,24029,0.41368796886909776,0.34121270131923925,7008,-0.14714967705700643,-0.29164759249240496 +51091,VA,Highland,2321.00001154791,0,1.000000004975403,346.000002072761,0.14907367603307237,1,0.444839858,2.66666666666667,1.20336943441637,0,0,89,6688,743.1,459,371,1411,1391,0.3253012048192771,0.26671459381739754,587,-0.32955350815024803,-0.4219985621854781 +51093,VA,Isle of Wight,5800.64052629471,0.024833743912948337,0.16446386521958348,1328.43124255603,0.037664622697931104,5,0.138861888,27.6666666666667,0.756002477502095,20,0.555447552,983,107969,734.2,8754,7673,20772,20481,0.4214326978625072,0.3746399101606367,4298,-0.14649528211053348,-0.20985303451979886 +51095,VA,James City,23479.6654003526,9.01052848971631,0.3503956990904594,5087.04830961379,0.07591589651559924,9,0.123995977,39.4166666666667,0.52976542479795,31,0.427097254,2071,215869,599.1,17854,19091,41134,42737,0.4340448290951524,0.44670894073051454,2193,-0.12097048670199839,-0.05131384982567799 +51097,VA,King and Queen,537.466790725773,-26.55529208018546,0.07738902674237191,115.839112793515,0.016679497882435564,1,0.139372822,3,0.419052940354798,0,0,204,21426,618.8,1743,1451,3645,3615,0.47818930041152263,0.4013831258644537,608,-0.03292181069958844,-0.16818810511756566 +51099,VA,King George,NA,NA,NA,NA,NA,3,0.118245241,18.9166666666667,0.72801211001642,12,0.472980963,508,75780,761.3,4476,4002,11287,11967,0.3965624169398423,0.3344196540486337,3336,-0.18844688579782054,-0.27876660817247434 +51101,VA,King William,1741.65357136751,7.091420326462767,0.10929736877110198,406.975906159045,0.025539749366742706,3,0.18534536,13.4166666666667,0.8213950451002,7,0.432472507,443,48521,873.6,3326,2752,8865,9088,0.3751833051325437,0.3028169014084507,3211,-0.23902989283699938,-0.3533230633802817 +51103,VA,Lancaster,367.621198136127,4.487085225957926,0.032272952167160654,73.6398050958232,0.0064647357647110186,3,0.27164071,17.25,1.57218374043019,10,0.905469033,585,33071,754.3,3144,2862,7052,6599,0.44583096993760635,0.4337020760721321,658,-0.08579126488939309,-0.09971207758751327 +51105,VA,Lee,18.6014454190154,0,7.269881353427677e-4,4.41385764279403,1.725039138153762e-4,6,0.240471324,32.5,1.34414161048844,7,0.280549878,914,74842,940.4,2593,1627,9588,9353,0.27044221944096786,0.1739548807869133,5915,-0.44347100542344603,-0.6324174061798353 +51107,VA,Loudoun,40493.136417668,2.696111870289027,0.12965645275916635,12728.5720333863,0.040756079783889454,59,0.162512051,113.333333333333,0.293651513384895,261,0.718909241,3535,1090204,493.2,81900,99909,158648,180265,0.5162372043769855,0.5542340443236347,30276,0.04479098381322172,0.1679527362494106 +51109,VA,Louisa,778.85070772337,0,0.023492616285807316,184.605308832305,0.005568283679676198,4,0.116455107,26.3333333333333,0.747341733832823,9,0.26202399,891,102898,724.4,6949,6208,16404,17507,0.4236161911728847,0.3546010167361627,4299,-0.13764935381614235,-0.24555891928942714 +51111,VA,Lunenburg,7.40811751561705,62.53248201737966,5.736501096187897e-4,0.756898611813085,5.861070247894417e-5,5,0.401090967,11,0.896276379043429,2,0.160436387,422,37274,813.9,2684,2226,5726,5577,0.4687390848760042,0.3991393222162453,980,-0.049772965420887216,-0.1757217141832526 +51113,VA,Madison,375.732732433928,52.21317992510643,0.028233598770207993,68.7224529471873,0.005163995562608003,6,0.45603101,10,0.764642911760208,5,0.380025842,446,39395,774.1,2637,2202,6597,6934,0.39972714870395637,0.31756561869051053,2216,-0.185993633469759,-0.3195846553216037 +51115,VA,Mathews,0,0,0,0,0,2,0.226346763,6,0.683215668412662,5,0.565866908,362,26550,760.6,1807,1563,5364,5292,0.33687546607009694,0.2953514739229025,1952,-0.3133855331841909,-0.3688586545729403 +51117,VA,Mecklenburg,3019.26143530887,-16.118953410914827,0.09225597932315428,489.700926486346,0.014963208558265224,6,0.192357015,54,1.74802537873883,25,0.801487561,1305,93475,882.3,6786,6571,14813,15177,0.45811111861202997,0.4329577650392041,1712,-0.07216634037669617,-0.11280226658759968 +51119,VA,Middlesex,116.978122690911,8.713610537700903,0.010674160296643033,23.4943238673732,0.0021438382943127295,3,0.280478684,11.8333333333333,1.09791550689676,7,0.654450262,447,31954,772.7,2370,2107,6067,5994,0.3906378770397231,0.3515181848515182,1561,-0.20586780946101868,-0.26042709376042705 +51121,VA,Montgomery,13785.3522192549,74.70487290039641,0.1460436500895722,1664.2756866336,0.017631533251055174,11,0.113117519,63.75,0.646538609764508,63,0.647854881,1804,291804,720.3,19903,20015,40938,42695,0.4861742146660804,0.4687902564703127,560,-0.0025159998045825582,0.013116289963696015 +51125,VA,Nelson,1085.54811377511,37.94994684719852,0.07227350957224435,238.092357730125,0.01585168826432257,2,0.134680135,11.8333333333333,0.795839218059946,6,0.404040404,543,44416,810,4171,3677,8225,8247,0.5071124620060791,0.4458591002788893,473,0.027598784194528936,-0.05735418940220682 +51127,VA,New Kent,0,-100,0,0,0,4,0.19979022,12.5833333333333,0.595041061773932,10,0.499475551,460,59881,777.4,3555,3545,10941,12163,0.32492459555799286,0.29145769958069556,4572,-0.3373549035737136,-0.37589410507276166 +51131,VA,Northampton,206.949240246089,438.13654592058117,0.016704273165395835,23.1345456024719,0.0018673456778167648,3,0.247504331,15.75,1.2974709613642,13,1.072518769,578,36282,937.5,3737,3255,6481,6134,0.5766085480635704,0.5306488425171177,569,0.1637093041197346,0.09276165634170203 +51133,VA,Northumberland,1150.06302324291,26.712192203318242,0.09327356230680536,129.906481989776,0.010535805514174858,4,0.326503959,13.3333333333333,1.09092892598047,3,0.244877969,508,36727,676.6,3186,2830,7542,8176,0.4224343675417661,0.3461350293542074,2259,-0.14876690533015113,-0.2762964774951076 +51135,VA,Nottoway,8927.25589318699,11.920719626459944,0.5631272247011285,1753.18861540428,0.11059033718566075,4,0.256755889,20.5833333333333,1.31986747889281,13,0.83445664,582,46894,908.1,3344,2829,6844,6717,0.4886031560490941,0.4211701652523448,883,-0.009497369959088231,-0.13145749590591033 +51137,VA,Orange,8426.41495907406,13.214559781225121,0.2516775173702715,1839.01615182488,0.05492715724813715,3,0.08565066,27.9166666666667,0.785654649668384,26,0.742305716,1129,104949,791.6,6870,5955,16330,17157,0.42069810165339866,0.34708865186221366,4556,-0.14537660747091247,-0.2655475899049951 +51139,VA,Page,967.285237248056,39.749432541580695,0.040233143550788456,195.03575737332,0.008112293377144995,6,0.251593425,17.4166666666667,0.736309574138271,17,0.712848038,866,71329,885.7,3724,2514,10205,10663,0.3649191572758452,0.23576854543749415,5310,-0.2567368936795688,-0.4979836818906499 +51141,VA,Patrick,1742.23961442502,92.10315203497132,0.0942260472917804,354.725705479042,0.019184732584047702,2,0.109505037,21.3333333333333,1.19027692536592,6,0.328515112,795,54561,935.9,2417,1768,8241,8489,0.2932896493144036,0.2082695252679939,4686,-0.3889091129717267,-0.5520084815643774 +51143,VA,Pittsylvania,9948.03983384893,1.6126005844521305,0.1566472433132134,2195.74260238935,0.034575356696837305,5,0.080150041,56.0833333333333,0.909159682483073,15,0.240450123,2062,187460,792.4,10855,9195,30578,31687,0.3549937863823664,0.29018209360305486,12547,-0.2753613709202695,-0.39596680026509296 +51145,VA,Powhatan,2701.44826132096,2.1220406256758153,0.09632205167656563,441.188504887093,0.01573088871450806,4,0.140602482,9,0.316422318320852,6,0.210903722,603,84773,666,4066,4057,15466,16794,0.2628992628992629,0.24157437179945218,7818,-0.4607526186473555,-0.4655234012147196 +51147,VA,Prince Edward,4939.83796922819,40.755895630953226,0.21139327153492765,661.093561870579,0.02829054954940855,5,0.216694115,23.1666666666667,1.00106588309855,15,0.650082344,705,68740,853.7,5132,4590,9224,9113,0.5563746747614917,0.5036760671568089,491,0.12792714657415433,0.053879073850543135 +51149,VA,Prince George,11104.2019562397,8.404432642138753,0.31082440745247586,2448.0636304232,0.0685252240846242,3,0.08035786,16.9166666666667,0.446998722860792,17,0.455361209,663,112944,629.4,7671,6419,17180,16140,0.44650756693830035,0.3977075588599752,2738,-0.09772991850989526,-0.1696406443618339 +51153,VA,Prince William,87198.5298483464,5.397401875821811,0.2169106866342615,25881.5026749131,0.06438152714392739,63,0.14122584,187.833333333333,0.412630068173663,283,0.634395441,5217,1335902,604.5,103161,83093,179648,144854,0.574239624153901,0.5736327612630648,29028,0.16025783754898465,0.2003948803622958 +51155,VA,Pulaski,5242.47644697338,0.29902893415070253,0.15033483731857594,1087.23660306369,0.031177925070649516,6,0.174814987,37.8333333333333,1.10614078687055,33,0.961482431,1280,103154,913.4,5287,4170,14657,15112,0.36071501671556255,0.2759396506087877,6144,-0.24766323258511286,-0.4065643197458973 +51157,VA,Rappahannock,5513.7101742136,-5.351435343654985,0.7478245184068357,1048.62644970858,0.14222520679622677,2,0.271702214,1,0.135354629128316,2,0.271702214,200,22205,594.7,1971,1741,4331,4444,0.45509120295543753,0.3917641764176418,791,-0.07758023551142929,-0.177992799279928 +51159,VA,Richmond,473.122717798471,-26.520239896875857,0.051126293256804727,60.5026371896129,0.006537998399569148,2,0.224668614,8,0.911784818782767,2,0.224668614,350,26710,860.3,1574,1347,3768,3651,0.4177282377919321,0.3689400164338537,866,-0.15552016985138,-0.23719528896192826 +51161,VA,Roanoke,18650.4453784253,-5.255577542653101,0.20189708775466894,4078.3565585443,0.04414952540209903,12,0.127952231,51.3333333333333,0.545919253579493,53,0.565122354,2955,282149,716.9,19589,16787,53793,50149,0.36415518747792464,0.3347424674470079,14070,-0.25570241481233613,-0.2805639195198309 +51163,VA,Rockbridge,4503.16268019669,23.642540067427532,0.20187217824883177,895.184156260041,0.04013019035549563,4,0.179155283,19.8333333333333,0.88573299988091,9,0.403099386,747,67223,663,4087,3506,10155,10685,0.40246184145741015,0.3281235376696303,3165,-0.1783357951747907,-0.2962096396817969 +51165,VA,Rockingham,16615.3969505354,11.892639038181073,0.2177240997790104,4050.89257026653,0.0530819059447353,12,0.153509614,36,0.451444622792937,27,0.34539663,2111,234428,655.2,10059,9361,34783,36536,0.2891929965787885,0.25621305014232537,15908,-0.40577293505448064,-0.4354061747317714 +51167,VA,Russell,1533.73524264707,-27.584749097467352,0.053075933233452256,353.354031897245,0.012228052458637402,2,0.071369946,24.0833333333333,0.87991718426501,15,0.535274596,1067,84156,958.7,3716,2328,12063,12195,0.30804940727845476,0.1908979089790898,7188,-0.36980850534692866,-0.5894218942189422 +51169,VA,Scott,2456.10116800541,-11.666800978758193,0.10597148759569443,478.425242417063,0.020642241982010742,6,0.268048606,33.6666666666667,1.53518771849825,10,0.446747677,979,67098,971.1,2395,1579,9964,10055,0.24036531513448414,0.15703630034808552,6663,-0.5062224006423124,-0.6626553953257086 +51171,VA,Shenandoah,2906.85638521496,-0.23098230137346024,0.06922240338187222,725.167725408482,0.017268776353403712,11,0.255689082,40.6666666666667,0.941903107508203,23,0.534622626,1465,128738,774.4,6462,5269,19289,20335,0.3350095909585774,0.2591099090238505,8809,-0.3143760692622739,-0.433194000491763 +51173,VA,Smyth,3913.86184187147,49.47650651722717,0.12151831352059954,813.272616309165,0.02525064009901779,7,0.221834891,39.5833333333333,1.27433305432146,19,0.602123277,1258,94770,925.2,4169,2661,12751,12825,0.32695474864716495,0.20748538011695905,7086,-0.32993490706611245,-0.552514619883041 +51175,VA,Southampton,4170.71276121397,-1.445757534035338,0.22459411745901833,599.6306899459,0.032290290250183096,3,0.166122155,14.9166666666667,0.826087759133116,4,0.221496207,487,54751,667.5,4437,3595,9261,8872,0.47910592808551994,0.4052073940486925,1440,-0.031961991145664614,-0.1623083859332733 +51177,VA,Spotsylvania,28676.0732113165,-13.346330553757113,0.23428738622120232,8433.55622438932,0.06890329194661078,19,0.147072484,92.3333333333333,0.699441961467566,88,0.681177818,2413,387425,664.1,25150,24204,57797,62083,0.4351436925791996,0.3898651804841905,10415,-0.11536930982576954,-0.16775928998276501 +51179,VA,Stafford,33223.4219746018,-8.94210705280426,0.25762379304287186,10106.6486411655,0.07836980669477982,12,0.085719184,69.25,0.479700196036326,76,0.542888165,2026,419044,677,27130,27879,60338,65350,0.44963372998773576,0.426610558530987,5961,-0.08782193642480696,-0.09121652639632744 +51181,VA,Surry,2111.1602817498,28.509955449330338,0.2991159367738453,418.819316740604,0.05933965949852706,2,0.29455081,6.16666666666667,0.942339038304809,1,0.147275405,218,20314,782.1,2574,2069,4302,3976,0.5983263598326359,0.5203722334004024,284,0.20990237099023706,0.0714285714285714 +51183,VA,Sussex,6463.22880337837,84.91532606137821,0.5347256393959104,789.273026110919,0.0652993320187738,3,0.254950285,18.9166666666667,1.64435558646268,6,0.509900569,416,35275,957,3350,2874,5421,5036,0.6179671647297547,0.5706910246227165,819,0.24515771997786384,0.16262907069102467 +51185,VA,Tazewell,8591.1960760457,4.306300327469207,0.1905851208138271,1865.68191339419,0.041387859119619105,8,0.184111203,52.4166666666667,1.24357453538948,32,0.736444813,1761,130426,988.9,3661,2895,17712,18495,0.20669602529358627,0.15652879156528793,12265,-0.5748644986449865,-0.6631522032981887 +51187,VA,Warren,4459.50317510986,132.64962305545694,0.118682719231134,1109.89240071792,0.029538054576657882,6,0.153897453,36.3333333333333,0.92793598093049,23,0.589940236,1061,116748,845.7,6449,5165,16636,17791,0.38765328203895166,0.29031532797481874,6597,-0.20533782159172875,-0.37080546343656906 +51191,VA,Washington,6273.9142921513,-8.579544193613813,0.11432892871476237,1292.78758421927,0.023558342157213905,15,0.274077728,54.5833333333333,1.00681250845415,33,0.602971003,1766,163998,795.4,7076,5548,25582,25715,0.27660073489172077,0.21574956251215244,13761,-0.4325306856383394,-0.5351351351351352 +51193,VA,Westmoreland,1012.96074551225,-67.051620098609,0.05803602300402486,219.433473889306,0.012572102319772314,5,0.28609029,20.25,1.15109140518417,4,0.228872232,688,52648,850.9,4155,3723,8689,8291,0.47819081597422025,0.44904112893498976,608,0.004488433651743562,-0.07333252924858275 +51195,VA,Wise,3456.1360691945,-11.932786391011442,0.08337682305303724,578.45428326715,0.013954797917281435,10,0.250406911,58.75,1.49765473641277,26,0.651057969,1584,120334,1144.8,3751,2687,14937,14991,0.2511213764477472,0.17924087786004936,9296,-0.48804980919863433,-0.6201053965712761 +51197,VA,Wythe,1165.90219607102,-0.1328983550177484,0.039880355603592266,242.73521033983,0.008302897565925432,6,0.206036881,39.8333333333333,1.37280580828968,22,0.755468562,1182,87469,967.9,3782,2765,12336,13250,0.30658236057068744,0.20867924528301887,7279,-0.36819066147859925,-0.5493584905660378 +51199,VA,York,20778.9616264753,7.774702793212048,0.3174105099974841,4807.47224028516,0.0734368850098552,8,0.12058726,47.75,0.70245380722608,50,0.753670375,1224,200579,571.8,13165,12989,33848,34062,0.38894469392578584,0.38133403793083204,5834,-0.20730914677381235,-0.17127590863719094 +51510,VA,Alexandria,NA,NA,NA,NA,NA,38,0.252365931,69.9166666666667,0.448730291166592,126,0.836792296,2187,454770,569.7,52434,57147,73470,74384,0.713679052674561,0.7682700580770058,43906,0.4386688444262964,0.5902613465261346 +51515,VA,Bedford,539.658697448824,0,0.08673395973140854,79.3964088975918,0.012760592879715815,3,0,13.9166666666667,NA,12,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +51520,VA,Bristol,4843.75171748365,-3.5712494653418103,0.2715868638903084,1130.627407338,0.06339374305231286,4,0.232774674,35.9166666666667,2.11772798742138,31,1.804003724,935,51995,1251.7,2487,1832,7356,6966,0.33809135399673734,0.26299167384438704,3052,-0.31117455138662314,-0.43812805053115134 +51530,VA,Buena Vista,6102.94072902689,-2.1580334914397024,0.9177354479739683,1298.68552925267,0.1952910570304767,1,0.151446312,8.16666666666667,1.26575738789006,4,0.605785249,239,19848,969.8,919,693,2526,2395,0.36381631037212986,0.28935281837160753,739,-0.25534441805225655,-0.30855949895615864 +51540,VA,Charlottesville,3192.37909403443,176.88525703492596,0.07343022642977413,337.411890752614,0.007761055566477608,23,0.504463404,48.5833333333333,1.0356269895407,66,1.447590639,850,137214,789.1,16267,17865,21455,22211,0.7581915637380564,0.804331187249561,14914,0.53442088091354,0.6714690918914051 +51550,VA,Chesapeake,45111.9538518353,-9.415706532931504,0.20301587177762961,12657.7658498598,0.05696333564283985,28,0.119980632,165.166666666667,0.694152587487042,180,0.771304061,5107,699423,792,54999,52554,110105,111827,0.4995141001771037,0.46995806021801534,1434,0.010480904591072149,-0.012823378969300803 +51570,VA,Colonial Heights,3198.70894717949,-3.053575502036984,0.18371770416285627,711.498631565584,0.04086489182502923,3,0.169195195,27.1666666666667,1.52862180208568,35,1.97394394,728,52899,870.2,2541,2367,8593,8427,0.29570580705225186,0.28088287646849414,3314,-0.39520539974397767,-0.39325976029429216 +51580,VA,Covington,1240.29579375219,7.663742752452843,0.20806841029226475,290.477118987474,0.04872959553556014,1,0.172354361,10.75,1.94816962667633,10,1.723543606,289,17096,1196.4,1319,914,2329,2369,0.566337483898669,0.3858168003376952,435,0.14770287677114646,-0.18362178134233859 +51590,VA,Danville,5596.75480233837,-12.481270735991618,0.1299908210971634,1362.37702466804,0.03164271338214005,15,0.353406842,88.8333333333333,2.12022849141566,55,1.295825087,2054,127031,1066.6,12215,11051,20169,18862,0.6056324061678814,0.5858869685081115,3745,0.22108185829738708,0.1985473438659739 +51595,VA,Emporia,55.9880405515432,-44.79387016429076,0.009446269706688578,13.1694429479539,0.002221940770702531,3,0.549249359,20.4166666666667,3.84857053094565,10,1.830831197,196,16752,900,1793,1531,2691,2367,0.6662950575994054,0.6468103084072666,739,0.33704942400594573,0.31220954795099287 +51600,VA,Fairfax,603.948854207993,NA,0.02676485061856827,143.510246872902,0.00635986026469763,15,0.612670016,29,1.20013242840589,86,3.512641425,597,71203,651.2,6636,7363,11577,11854,0.573205493651205,0.6211405432765311,3668,0.16187267858685328,0.30943141555593046 +51610,VA,Falls Church,NA,NA,NA,NA,NA,9,0.66171605,15.25,1.08819751676895,33,2.426292184,220,40732,615,5006,5810,7244,7667,0.6910546659304252,0.7577931394287205,4487,0.3954997239094423,0.5852354245467588 +51620,VA,Franklin,5025.12923028343,0.9506414997542293,0.5855429072807539,1152.21620272839,0.1342596367663004,2,0.234576589,16,1.92631832410306,11,1.290171241,398,25444,1116.8,2830,2516,4351,4040,0.6504251896115836,0.6227722772277228,1095,0.3065961847851069,0.27103960396039606 +51630,VA,Fredericksburg,2115.13994981349,-66.90082453670726,0.08709297331028124,565.201138474047,0.023272714258175363,7,0.24691358,30.9166666666667,1.0925775406109,41,1.446208113,563,84239,779.4,7114,6690,11396,11135,0.6242541242541243,0.6008082622361922,2959,0.2685152685152686,0.26573866187696454 +51640,VA,Galax,206.048072769915,8.655812657741098,0.029259879688996734,41.3825953543749,0.005876540095764683,4,0.570287995,17.75,2.61992619926199,16,2.281151982,397,20740,1261.6,900,680,2273,2363,0.3959524857017158,0.28776978417266186,923,-0.19005719313682357,-0.3906051629284808 +51650,VA,Hampton,41215.7511130226,27.99044816057795,0.2998905025831849,9547.6970754654,0.06947013210123541,20,0.146114451,136.916666666667,1.01112670162223,111,0.810935206,3754,411643,864.6,51733,41030,71713,61489,0.7213894273004895,0.6672738213338971,23228,0.45375315493704077,0.377758623493633 +51660,VA,Harrisonburg,1294.42661648925,-69.23571707467846,0.02646331554338737,317.757653465203,0.006496251655256226,17,0.323945272,54.1666666666667,1.02051069495208,53,1.009947025,798,156084,675.2,8650,10100,15541,17693,0.5565922398816034,0.5708472277171763,3868,0.13422559680844215,0.21861753235742953 +51670,VA,Hopewell,8232.64107808428,25.858327210243026,0.3644212774150892,1851.42193840181,0.08195396124128235,7,0.315372139,30,1.31955135254014,19,0.856010092,913,66646,1134.9,5178,4722,9011,8968,0.574631006547553,0.5265388046387154,837,0.15991565863944063,0.09333184656556642 +51678,VA,Lexington,434.15003270749,4684.809925818614,0.06165152409933116,89.1662513129413,0.012662063520724411,3,0.410340583,5,0.7097232079489,10,1.367801942,230,21507,887,1484,1514,2677,2448,0.5543518864400448,0.6184640522875817,748,0.1262607396339186,0.3055555555555556 +51680,VA,Lynchburg,12529.6931815017,-37.19807932910399,0.16580686509503625,2632.30938903423,0.03483365166517878,16,0.202411224,82.4166666666667,1.0274854967669,81,1.02470682,2430,236705,891,15905,14787,36242,35349,0.4388554715523426,0.41831452091996946,3192,-0.1061475636002428,-0.09029958414665196 +51683,VA,Manassas,2114.38078626874,-8.626197377678142,0.055904941335996924,591.126635684341,0.015629587681032786,18,0.427746489,34.25,0.825639418556999,50,1.188184691,639,124224,744.7,8478,8395,15154,15210,0.5594562491751353,0.551939513477975,2461,0.13296819321631248,0.16180144641683097 +51685,VA,Manassas Park,5320.76001325995,8.174965624813037,0.37278497956000495,1558.86509060115,0.10921776014861279,1,0.065902201,5.5,0.345585925227773,6,0.395413207,106,47472,365.3,2873,3218,4627,5214,0.6209206829479145,0.6171845032604526,1486,0.25437648584395944,0.2850019179133103 +51690,VA,Martinsville,3151.6165721764,-9.674776682426424,0.2280310087675566,642.503907731872,0.04648751231689979,4,0.291736562,17.8333333333333,1.3263914714268,23,1.677485231,751,40780,1213,3855,3531,6277,5873,0.6141468854548351,0.6012259492593223,1382,0.24581806595507405,0.2353141494977013 +51700,VA,Newport News,40758.5936214996,20.77917948839521,0.22553574124192585,9743.90961420026,0.05391746088789923,32,0.174896838,171.416666666667,0.942756313304918,153,0.836225508,4483,546380,855.7,50990,40997,79169,68432,0.644065227551188,0.5990910685059622,17347,0.30019325746188535,0.25349251812017776 +51710,VA,Norfolk,48194.111778034,50.39548963765282,0.19849059434205507,10328.5052198879,0.0425386227513165,43,0.175204133,209.083333333333,0.853000972332715,238,0.969734505,5864,737761,919.8,55654,51429,77925,75172,0.7141995508501765,0.6841510136753046,31554,0.4400128328521014,0.4197573564625126 +51720,VA,Norton,252.203284293413,-48.351192644868235,0.06371987981137266,48.0701565109193,0.012145062281687541,2,0.4961548,9.33333333333333,2.41545893719807,12,2.976928802,112,11976,803.2,566,383,1486,1456,0.38088829071332436,0.26304945054945056,638,-0.221399730820996,-0.43818681318681313 +51730,VA,Petersburg,11993.2358465478,66.20936107715387,0.36993324634632324,2781.67555158492,0.08580121997485873,14,0.428121464,58.5833333333333,1.83750496622964,34,1.039723556,1399,96839,1191.2,14377,12005,15977,13717,0.8998560430619015,0.8751913683750091,10557,0.80434374413219,0.7696289276080776 +51735,VA,Poquoson,5211.71628727205,0,0.4289478425738313,1334.96148639242,0.10987337336563127,2,0.166002656,9,0.748939003078972,10,0.83001328,296,36209,662.1,1679,1599,7098,7114,0.236545505776275,0.22476806297441665,3490,-0.5118343195266273,-0.4905819510823728 +51740,VA,Portsmouth,16355.9966858055,14.86132870834362,0.17120423599524254,3725.40131754009,0.038995146465066105,12,0.124994792,101.583333333333,1.06646929548286,79,0.82288238,3123,288318,963.4,28994,28462,41860,43e3,0.6926421404682275,0.6619069767441861,15689,0.39624940277114196,0.3648604651162791 +51750,VA,Radford,2599.9455349436,0,0.15845596873132617,520.97956093133,0.03175155783345502,2,0.113340134,11,0.629182634559286,10,0.566700669,342,51868,972.5,2732,2923,5382,6032,0.5076179858788554,0.48458222811671087,286,0.039390561129691526,0.04741379310344829 +51760,VA,Richmond,43858.2484465766,5.507193788001387,0.21476612008273968,8305.9991426358,0.040673015281203984,60,0.275415073,238.166666666667,1.06719839882899,177,0.812474467,5420,651130,841.4,71037,74640,92175,94724,0.7706753458096013,0.7879734808496263,60386,0.5566042853268239,0.6374941936573624 +51770,VA,Roanoke,17852.413592084,-22.436920816847238,0.18398480493119798,3808.52669883187,0.03925021331964579,25,0.251438227,132.916666666667,1.33370125091979,88,0.885062558,3357,298718,915.7,22179,23403,37479,41728,0.5917713919795086,0.5608464340490797,7358,0.2151338082659623,0.17633243865030673 +51775,VA,Salem,10430.9775141995,-14.075219568533463,0.42057001508747277,1939.49711034872,0.07819922225420209,6,0.235451085,30.5833333333333,1.19704619880752,30,1.177255425,943,75969,932.9,4756,4212,12270,12129,0.3876120619396903,0.34726688102893893,3013,-0.206438467807661,-0.24841289471514544 +51790,VA,Staunton,1352.61884872452,-25.973481621217175,0.05696196617217721,251.618508877204,0.010596248162941295,7,0.285271823,30.9166666666667,1.26900080723501,24,0.978074823,1103,73057,967.1,5710,5329,11154,11144,0.511923973462435,0.478194544149318,200,0.040613232920925224,0.017946877243359638 +51800,VA,Suffolk,18259.1426132076,11.636493226164989,0.21586738326189753,4899.96624335902,0.057929493921605714,14,0.161279174,71.4166666666667,0.799980583901814,59,0.67967652,2147,260891,821.8,24194,23012,42381,41929,0.5708690214954815,0.5488325502635407,5806,0.15138859394540005,0.13847217916000853 +51810,VA,Virginia Beach,71829.1148431221,-8.753464653381718,0.16399565939972238,18346.6355990842,0.04188786969475426,76,0.168521886,301.666666666667,0.666516424290363,421,0.933522551,9068,1352744,690.6,94163,76744,195823,171876,0.4808577133431722,0.44650794759012313,7645,-0.025247289644219517,-0.0444797412087784 +51820,VA,Waynesboro,2565.4139511942,-21.220416652360992,0.12212767548291917,645.301294973007,0.030719855992240645,7,0.327623327,33.5833333333333,1.53439636922983,27,1.263689975,764,63741,900.7,3836,3762,8772,9114,0.4373005015959872,0.412771560236998,1036,-0.10864113087095306,-0.11367127496159757 +51830,VA,Williamsburg,2213.34505080618,169.19218935305597,0.15733189158417543,205.43984717517,0.014603344268920244,4,0.272275543,14.1666666666667,0.931159896586477,33,2.246273229,291,44740,605.8,4901,5199,7722,7534,0.6346801346801347,0.6900716750730024,3278,0.28787878787878796,0.4350942394478365 +51840,VA,Winchester,4313.93888396228,-33.639960689721065,0.16463530450567795,901.909684169543,0.03442009251496176,9,0.326761791,33.0833333333333,1.20233076513059,46,1.670115819,797,82047,825.1,5089,5161,10254,10574,0.49629412912034326,0.4880839795725364,375,0.01423834601131263,0.035464346510308276 +53001,WA,Adams,2988.22494977293,-21.576586960820656,0.1595592134650219,955.943014544834,0.051043518504102624,6,0.312842171,16.3333333333333,0.849014104030218,13,0.677824704,390,57562,796,1516,1118,4707,4081,0.3220735075419588,0.2739524626317079,1622,-0.3388570214574039,-0.39745160499877485 +53003,WA,Asotin,4079.11545087823,-3.1511781643048478,0.18864706335282938,867.379316368953,0.04011373613138571,5,0.225336879,15.0833333333333,0.67620072327326,10,0.450673757,749,66403,739.2,3993,3118,9883,9684,0.4040271172720834,0.32197439074762496,2594,-0.16735808964889198,-0.2678645187938868 +53005,WA,Benton,32502.8391695121,-13.987264448521827,0.18554284620419403,8773.66147326128,0.05008455147228963,27,0.144782986,120.833333333333,0.623861989680892,113,0.60594361,4065,561540,701.9,27846,25173,78874,76907,0.3530440956462206,0.32731740933855175,20421,-0.2695311509496158,-0.2655284954555502 +53007,WA,Chelan,14893.7598907753,-5.482423136073119,0.20556443336749755,3435.79667136464,0.04742104083149959,23,0.308360594,58.0833333333333,0.760870514466365,53,0.710570065,2113,224303,690.7,12519,10770,30952,27415,0.40446497803049886,0.3928506292175816,4300,-0.16871284569656242,-0.15684844063468906 +53009,WA,Clallam,17164.698030602,11.116801799060653,0.24038846606075293,3390.46881480244,0.04748289752398241,16,0.220037131,58.8333333333333,0.788967860176121,39,0.536340507,2856,218376,707.6,17231,15154,35242,32985,0.4889336587026843,0.459420948916174,531,0.004086033709778114,-0.016098226466575716 +53011,WA,Clark,87200.6677034517,-1.3074856777825212,0.20500294502213806,24725.5837818968,0.05812819587480998,59,0.130818079,261,0.558864968802059,243,0.538793103,9870,1352779,706.2,88822,90697,181567,195784,0.48919682541430987,0.46325031667551997,107,0.001062968490970262,5.465206554161606e-4 +53013,WA,Columbia,1080.48177145086,0,0.26495384292566454,215.201046167461,0.05277122269923026,2,0.501882058,5.66666666666667,1.43897071271373,2,0.501882058,168,11936,767.3,634,523,2222,2171,0.28532853285328535,0.2409028097650852,968,-0.40999099909990994,-0.44587747581759557 +53015,WA,Cowlitz,23078.6731332938,-16.458861111566957,0.22535565992865736,6313.10287302202,0.06164537518818494,12,0.117493856,86.6666666666667,0.824140991505008,61,0.597260435,3354,307474,824,20897,17842,40976,45485,0.5099814525575946,0.39226118500604595,6224,0.04368410777040216,-0.13683631966582394 +53017,WA,Douglas,16379.479792685,-9.09501911468922,0.42620488128555073,4584.32950858577,0.11928728132460176,12,0.301477238,28,0.67752316887265,15,0.376846548,929,119836,669.8,5047,3600,14678,11467,0.34384793568606076,0.3139443620824976,3608,-0.2888676931462052,-0.3146420162204587 +53019,WA,Ferry,3669.29051054752,-0.6966444923367051,0.48593438094921465,802.631984015257,0.10629479327443478,4,0.521716447,9.58333333333333,1.258646353209,2,0.260858224,245,22873,783.3,1276,1091,3391,3560,0.37629017988793867,0.3064606741573034,1087,-0.20347979946918315,-0.30533707865168536 +53021,WA,Franklin,18841.9346485557,-23.856679514864453,0.24105951215480087,6029.45518579776,0.07713950572262784,18,0.204990377,65.5833333333333,0.727410529429163,43,0.489699234,1092,263203,638.3,6876,7839,18940,20584,0.3630411826821542,0.38082977069568597,3519,-0.25242872228088703,-0.1709580256509911 +53023,WA,Garfield,2256.61180601171,-0.07763381868678325,0.9958569311613901,453.976759365732,0.20034278877569814,1,0.451467269,2.08333333333333,0.927162142115413,0,0,70,6678,519.2,335,276,1275,1232,0.2627450980392157,0.22402597402597402,565,-0.45254901960784316,-0.45860389610389607 +53025,WA,Grant,19379.1480716864,-4.085320548403516,0.217450045687684,5817.76460945692,0.06528012353519884,25,0.26839297,87.4166666666667,0.934477868285834,57,0.611935972,2001,278003,745.3,8746,7768,27041,28260,0.32343478421656,0.2748761500353857,10714,-0.3263192929255575,-0.37912243453644734 +53027,WA,Grays Harbor,23669.6557192881,66.44689225040842,0.32514603238166545,5250.554355577961,0.07212597161391211,31,0.437741817,88.3333333333333,1.23322350663614,41,0.578948855,2432,213007,857.3,15692,11378,28224,26736,0.5559807256235828,0.42556852184320765,1891,0.1399163832199547,-0.07072860562537403 +53029,WA,Island,19289.0875777214,-0.40476207801942893,0.2457020810857947,4887.78952752406,0.062260076013604816,13,0.163986124,32.5833333333333,0.394299498200945,30,0.378429518,2086,238403,587.5,21080,20766,41319,42425,0.5101769161886783,0.48947554507955215,2507,0.044265350081076515,0.05909251620506778 +53031,WA,Jefferson,6830.52379720276,8.107826900728234,0.22865974147036558,1071.54337198387,0.03587116269362178,9,0.297737197,20.5,0.658338418060953,18,0.595474395,1045,90722,594.4,11985,12556,18717,20100,0.6403269754768393,0.6246766169154229,6570,0.3137254901960784,0.32686567164179103 +53033,WA,King,317784.493536778,-4.690603876844172,0.1645486902707926,77550.4844673476,0.040155611455253884,506,0.24327309,1202.75,0.559426410601078,1720,0.826936197,37829,6247031,594.5,599796,657149,871654,910823,0.6881124849997821,0.72148924653857,459368,0.39890369343799265,0.5043438736175964 +53035,WA,Kitsap,82378.6735526536,3.2761421542939537,0.3280280709928747,19459.3787230278,0.0774863467685561,50,0.196708671,145,0.547560335484553,159,0.625533572,6291,767981,698,59701,60561,109919,118625,0.5431363094642419,0.5105247629083246,13799,0.11129104158516728,0.11632455216016863 +53037,WA,Kittitas,8925.45841786197,-2.691233431538618,0.21814636240650054,1542.62557143506,0.03770317906476989,11,0.258689619,29.5833333333333,0.659370867323437,48,1.128827431,873,127822,634.2,6462,7190,15152,18334,0.42647835269271384,0.3921675575433621,2655,-0.12605596620908133,-0.1448129158939675 +53039,WA,Klickitat,7259.9732480262,51.45841539145346,0.3573173170600551,1685.75062467234,0.08296833471170097,9,0.431427065,18.9166666666667,0.888064723095942,9,0.431427065,503,62764,580.3,4373,3781,9861,9859,0.44346415170875164,0.38350745511715184,1609,-0.07757833891086097,-0.16320113601785174 +53041,WA,Lewis,17642.2159647476,38.612847891200786,0.23381109223706315,3850.92685872901,0.05103607260922417,28,0.372697263,85.75,1.11268263566294,48,0.638909594,2503,226284,789,9772,7236,26348,24995,0.3708820403825717,0.289497899579916,9037,-0.23462881433125854,-0.36155231046209235 +53043,WA,Lincoln,5996.31155837676,-20.23233977173402,0.5672953224575932,1321.83230865243,0.12505509069559412,5,0.487804878,10.1666666666667,0.982286634460548,9,0.87804878,316,30855,604.2,1649,1238,5804,5692,0.2841144038594073,0.2174982431482783,2857,-0.4092005513439008,-0.5019325368938862 +53045,WA,Mason,5277.94274650736,43.120761726482684,0.08695271333147762,1159.56466671153,0.01910352175013641,13,0.214129235,49.75,0.799864947425962,24,0.395315511,1950,182267,759.3,14568,11872,27897,27767,0.5222066888912786,0.4275578924622754,1667,0.06921891242785966,-0.06003529369395322 +53047,WA,Okanogan,7261.64867209277,11.626498735225338,0.17659651439914323,1463.40336826863,0.035588603313925826,18,0.435940906,46.5,1.11902584588728,19,0.460159845,1290,124031,762.1,5259,3980,12781,10893,0.41147015100539863,0.36537225741301754,2325,-0.14803223534934673,-0.21343982374001652 +53049,WA,Pacific,7100.60280330883,3.046833891725196,0.33941696000520216,1508.18918826309,0.07209317343513814,9,0.437721901,25.5,1.2000564732458,12,0.583629201,941,61823,839.6,5684,4597,10477,10667,0.542521714231173,0.4309552826474173,741,0.11453660398969168,-0.06946657916940097 +53051,WA,Pend Oreille,4404.19295938993,2.4548827250192917,0.3387580154903415,907.818497764951,0.06982682084185454,5,0.385059684,12.1666666666667,0.927125403236049,5,0.385059684,425,38920,768.7,2501,1932,6649,6788,0.3761467889908257,0.2846199175014732,2432,-0.2167243194465333,-0.3582793164407778 +53053,WA,Pierce,260286.776967337,-2.4192629759992847,0.3273121153979528,68007.3924255625,0.08551968615871294,163,0.195930417,508.75,0.590668654331996,539,0.647892606,18604,2494451,744.9,180478,160306,332134,322592,0.5433891140322882,0.4969311080249975,24260,0.10975088367947877,0.07520335284197993 +53055,WA,San Juan,37.9999991751611,0,0.0024097913104928087,1.99999989825301,1.2683111790557486e-4,13,0.811738995,9.75,0.596731746128894,15,0.936621917,435,48155,501.6,6943,7053,10345,10589,0.6711454809086516,0.6660685617149873,4402,0.37525374577090387,0.4157144206251771 +53057,WA,Skagit,30162.8724987458,1.1509122440811934,0.25802065421806314,6916.64672866907,0.059166702839745344,24,0.199393511,100,0.80853162571454,77,0.639720849,3399,360916,687.9,21875,26076,42273,54831,0.5174697797648617,0.4755703890135142,1746,0.058122205663189264,0.031843300322810075 +53059,WA,Skamania,475.160147550244,-5.841782064338642,0.04293874458252702,97.0775212380722,0.008772593641611431,2,0.176366843,8.33333333333333,0.724008108890819,4,0.352733686,240,33932,550.7,2554,2207,5326,5587,0.4795343597446489,0.39502416323608375,703,-0.013143071723619948,-0.12582781456953646 +53061,WA,Snohomish,164801.344539586,-4.7717220797888285,0.2310293824634793,42573.6192435422,0.05968250435425459,162,0.213274915,446.75,0.567215154516137,533,0.701700802,15145,2277926,685.6,169927,167943,298759,309496,0.5687761707597093,0.5426338304856929,51510,0.16161856211863074,0.16643187634088974 +53063,WA,Spokane,74391.2151190181,-7.100572403226154,0.15786905744654442,18948.7043865747,0.04021192685931803,78,0.16105121,327.666666666667,0.656551893647944,341,0.704082855,12991,1454797,774.4,91977,86590,202088,208081,0.4551334072285341,0.41613602395221094,17256,-0.0634377103044218,-0.08292924390021189 +53065,WA,Stevens,12942.7289280544,0.3118364466171785,0.2973221136214284,3073.0702776783,0.07059498467019595,11,0.252004582,35.9166666666667,0.808224007440912,26,0.595647194,1347,130688,768.2,6014,4348,17281,16438,0.3480122678085759,0.2645090643630612,6711,-0.27660436317342746,-0.4082613456624894 +53067,WA,Thurston,78865.6891587187,-0.4877322269302918,0.3126315651805993,19487.4560282551,0.0772502458862743,56,0.210644308,174.666666666667,0.634639188243188,167,0.628171419,6303,798250,685.6,64879,65015,111652,122301,0.5810822914054383,0.531598269842438,18796,0.1896607315587719,0.15368639667705092 +53069,WA,Wahkiakum,3197.68793961274,10.470007159624748,0.8038431220745953,608.249473444749,0.15290333671310935,1,0.245881485,3.83333333333333,0.926149633566884,2,0.49176297,147,12165,691.3,1091,824,2285,2333,0.4774617067833698,0.35319331333047577,504,-0.010503282275711179,-0.2160308615516503 +53071,WA,Walla Walla,12186.2511834549,-12.608305757512023,0.207316159702198,2596.13839069631,0.04416628486579524,15,0.250651694,40.3333333333333,0.668434427135123,29,0.484593276,1727,179684,708.4,5713,7550,15155,19718,0.3769712966017816,0.3828988741251648,3225,-0.22335862751567143,-0.16355614159651083 +53073,WA,Whatcom,57079.8332055673,12.175638000008261,0.2837816108460142,13404.1941210789,0.06664111624281048,44,0.211182092,150.75,0.695341328413284,124,0.595149531,4715,627124,651.8,49743,59402,91158,108223,0.5456789310866846,0.548885172283156,19155,0.12043923736808615,0.17699564787522054 +53075,WA,Whitman,9287.24310702968,1.1892919143972187,0.20741564916539398,1929.04585247615,0.043082138924337814,8,0.170841608,16.6666666666667,0.341173500371879,41,0.875563243,829,141964,702.7,6910,5521,14851,12128,0.4652885327587368,0.45522757255936674,59,-0.03703454312840887,0.004864775725593684 +53077,WA,Yakima,32417.3870141349,7.193889606678932,0.13327818828247592,9308.20742512634,0.038269001176356385,66,0.266465337,226.416666666667,0.906987240088235,137,0.553117443,5690,743870,757.8,25945,28484,62449,72306,0.4154590145558776,0.3939368793737726,11109,-0.15109929702637354,-0.15363870218239145 +54001,WV,Barbour,1069.0578397594,501.423022648748,0.0644437783928748,170.127259127803,0.010255425832045513,3,0.178933556,14.9166666666667,0.88626146198483,7,0.417511631,599,50193,903.7,1761,1213,5733,6024,0.30716902145473574,0.20136122177954846,3296,-0.3563579277864993,-0.547144754316069 +54003,WV,Berkeley,22139.8046301163,-12.143696438916662,0.21253736361217157,5754.59288771255,0.055242854282104556,11,0.099550214,74.9166666666667,0.659913381780812,66,0.597301284,2904,330884,907.9,14122,12287,36804,42770,0.3837082925768938,0.2872808043020809,15923,-0.21285729811976956,-0.3722936637830254 +54005,WV,Boone,1616.30906234649,115.35135763543285,0.06562625613490154,329.693964943526,0.013386412966158839,7,0.295184279,28.3333333333333,1.24181860682562,7,0.295184279,1005,71183,1182.7,2777,1783,8434,8654,0.3292625088925777,0.2060318927663508,4700,-0.3126630305904672,-0.5431014559741161 +54007,WV,Braxton,2769.71161615847,-7.281434438197467,0.19071208539271983,582.936125363279,0.04013882292661839,3,0.207425845,25.5833333333333,1.76790362333863,8,0.553135587,539,43298,886.5,1985,1315,4756,5063,0.41736753574432295,0.2597274343274738,2201,-0.1486543313708999,-0.43472249654355133 +54009,WV,Brooke,5402.78848155738,0,0.22447083308643395,1037.4621523621,0.04310366664016369,4,0.16999575,23,1.001001001001,16,0.679983,971,70591,890.3,3984,2549,9224,9540,0.4319167389418907,0.2671907756813417,4025,-0.11166522116218563,-0.42190775681341725 +54011,WV,Cabell,12920.29789741,2.7975754259693018,0.13414069807005888,2731.65884445712,0.02836053991898919,15,0.154465601,106.833333333333,1.11299794069336,110,1.132747737,3758,290658,1028.8,13380,11306,31744,32701,0.4214969758064516,0.3457386624262255,8342,-0.13857736895161288,-0.255099232439375 +54013,WV,Calhoun,1169.78201786631,-36.54506470281981,0.15337380593500854,267.620437817477,0.0350885587803169,1,0.133102622,12.3333333333333,1.68120683387859,1,0.133102622,274,22544,838.8,801,456,2157,2604,0.3713490959666203,0.17511520737327188,1567,-0.22577654149281406,-0.6017665130568356 +54015,WV,Clay,1730.70900138069,19.46111376407766,0.1843926061560505,402.862587440078,0.04292164792670765,1,0.111844313,12.5,1.41099446890168,1,0.111844313,333,27053,933.1,922,566,2989,2958,0.3084643693542991,0.19134550371872888,1723,-0.3462696554031448,-0.5824881676808655 +54017,WV,Doddridge,364.652474821249,114.56107514651215,0.04445897035128614,69.274954775352,0.008446105190850036,1,0.119175307,4.75,0.564602401046,0,0,254,24627,842.8,571,360,2743,2826,0.20816624134159678,0.12738853503184713,1987,-0.5603353991979585,-0.7031139419674451 +54019,WV,Fayette,6936.53185939796,10.31265545481605,0.15066643192506265,1412.34057901206,0.030677047264537894,9,0.199415049,64.75,1.46086681858177,19,0.420987326,1970,135804,1057.7,5368,4246,13971,15187,0.38422446496313795,0.27958122078093106,6017,-0.21014959559086682,-0.39619411338644894 +54021,WV,Gilmer,485.547635062891,7.4267015336715465,0.055855013811444955,98.9637950893359,0.011384308649411699,1,0.116036203,12.75,1.54564189598739,2,0.232072407,233,25676,758.6,830,537,2482,2528,0.33440773569701854,0.21242088607594936,1352,-0.3021756647864625,-0.5348101265822786 +54023,WV,Grant,2551.28118115751,12.89367706543079,0.21372884151440982,505.845066246701,0.042376230731900895,4,0.342260631,10.0833333333333,0.859472667348562,6,0.513390947,405,35281,774.5,713,510,4572,4945,0.15594925634295714,0.10313447927199192,3828,-0.6697287839020123,-0.7741152679474216 +54025,WV,Greenbrier,6493.78668279896,74.58343874711194,0.1830266821532965,1257.04019676637,0.035429543313595546,6,0.169252468,46.6666666666667,1.3227888167654,29,0.818053597,1393,106757,869.7,4681,3743,12872,13984,0.3636575512740833,0.26766304347826086,5756,-0.24798011187072722,-0.4116132723112128 +54027,WV,Hampshire,8270.25713401827,35.19067830260218,0.3451117148229954,1839.3334006936,0.07675402272966116,4,0.170335988,29.75,1.27676923737179,7,0.298087979,787,70247,850.5,2294,1576,7972,8557,0.2877571500250878,0.18417669744069184,5070,-0.4039136979427998,-0.5924973705737991 +54029,WV,Hancock,8677.33705328338,15.727268905817231,0.2828705520042828,1636.50789393752,0.053348151451868574,10,0.332093518,24,0.811084825954714,25,0.830233794,1228,90131,909.3,4571,3247,11991,12642,0.3812025685931115,0.2568422717924379,5623,-0.2158285380702193,-0.4447872172124664 +54031,WV,Hardy,4740.13969800852,-1.1999525887429914,0.3379778750808214,898.643678726072,0.06407441559544186,2,0.143647202,16,1.15199078407373,7,0.502765209,455,41797,806.6,1477,1249,5149,6022,0.28685181588657993,0.2074061773497177,3295,-0.39735871042920956,-0.5471604118233145 +54033,WV,Harrison,8457.27865955903,-23.75363237174429,0.12239364765856278,1867.49822931591,0.02702641469942995,13,0.189060659,90,1.31578947368421,54,0.785328893,2549,206532,913.4,9660,7675,25948,27868,0.37228302759364884,0.27540548299124445,11012,-0.2348928626483736,-0.39514855748528777 +54035,WV,Jackson,3265.28691164518,-5.3398546714228985,0.11178278428144123,698.970279248062,0.023928324235666768,4,0.13733434,39.4166666666667,1.3521084888401,22,0.755338872,1035,87651,870.7,3824,2648,11465,12108,0.3335368512865242,0.21869838123554675,6311,-0.3084169210641081,-0.5212256359431781 +54037,WV,Jefferson,2347.84524739063,-16.953105865996456,0.043886598515657224,626.407458759589,0.011708988350211016,6,0.107694793,40.0833333333333,0.71110086100861,35,0.628219626,1310,167180,757.4,10215,9458,21776,24007,0.46909441587068335,0.39396842587578623,3686,-0.04018185157972076,-0.15353855125588373 +54039,WV,Kanawha,46874.8976053291,-2.777089993032645,0.24279586251808527,9739.48360806949,0.05044717842398331,35,0.183994575,203.25,1.0913279030933,190,0.998827692,7473,569856,969.3,32190,27985,74451,74996,0.43236491114961517,0.37315323483919144,15479,-0.1188298343877181,-0.2063976745426423 +54041,WV,Lewis,881.397241686539,30.774559536835167,0.05383564877147196,182.473731445567,0.011145475900657646,4,0.243694407,21.5,1.31829051443988,18,1.096624832,679,49340,1001.4,1719,1336,6243,6885,0.2753483901970207,0.19404502541757443,3909,-0.4212718244433766,-0.5677559912854031 +54043,WV,Lincoln,9.65625856810948,NA,4.445791237619466e-4,2.53399706650816,1.1666653160718969e-4,6,0.278280228,28.8333333333333,1.35801306204471,5,0.23190019,778,64551,1004.7,2204,1435,6747,6988,0.32666370238624576,0.20535203205495134,3822,-0.3159922928709056,-0.546937607326846 +54045,WV,Logan,2027.39044516978,4.908657645926776,0.0551775969618643,411.395898066505,0.011196578887584165,12,0.339481725,52.5,1.55786350148368,20,0.565802874,1629,106002,1254.6,3461,2082,11901,12315,0.2908158978237123,0.16906211936662607,7784,-0.3970254600453743,-0.6320747056435242 +54047,WV,McDowell,251.435565979918,-73.6622926182636,0.011370486409800479,62.8850395980116,0.0028438040789586037,7,0.342331768,34.3333333333333,1.79370635459659,8,0.391236307,1026,60995,1292.3,2086,1429,6136,6179,0.33996088657105605,0.23126719533905163,3185,-0.3006844850065189,-0.5154555753358149 +54049,WV,Marion,8777.03892197911,11.157357615981676,0.15557160696903666,1747.21288325826,0.030969068085686488,9,0.158442336,63.0833333333333,1.1157687455045,43,0.757002271,1996,170553,848.8,8905,6926,21414,22910,0.41584944428878307,0.30231340026189435,7666,-0.14364434482114502,-0.33461370580532523 +54051,WV,Marshall,7895.0344610851,-6.213155516311228,0.2384702468083819,1618.29370361037,0.04888071113693085,6,0.185093781,29.4166666666667,0.925256083624278,20,0.616979269,1225,96865,869.7,3395,2894,9849,13083,0.3447050461975835,0.22120308797676375,6671,-0.28561275256371205,-0.5098983413590155 +54053,WV,Mason,5027.87010083836,-12.484281729175557,0.18400929954759035,1020.43473771483,0.03734573040970685,2,0.074030204,25.5833333333333,0.953712333022678,9,0.333135919,1060,81309,974,3738,2069,9713,10115,0.38484505302172345,0.20454770143351458,5528,-0.20261505199217544,-0.5465150766188829 +54055,WV,Mercer,12510.475843047,-5.964833226662553,0.20092631123999422,2606.33572348646,0.041859432794013565,9,0.145666424,73.6666666666667,1.21827523097616,35,0.566480537,2704,184660,1060.5,5416,4689,21216,22919,0.2552790346907994,0.2045900781011388,12673,-0.4708710407239819,-0.552947336271216 +54057,WV,Mineral,3343.24600652885,9.00654207027556,0.11850439552420426,657.781255775496,0.02331565489066695,7,0.253825513,28.3333333333333,1.0336482920482,15,0.543911814,961,82782,862.2,2836,2019,10784,11410,0.2629821958456973,0.17695004382120946,6938,-0.4498330860534125,-0.6080631025416301 +54059,WV,Mingo,1389.43551673918,413.5997756841162,0.05176927295127166,331.423988120367,0.012348596748029622,5,0.194431482,25.25,1.02446545218485,6,0.233317779,1107,76924,1269.9,2421,1365,8794,9469,0.27530134182397087,0.14415460977927977,6511,-0.4255173982260632,-0.6876122082585279 +54061,WV,Monongalia,20608.6405992902,-16.030665374758563,0.21425153187256543,4135.0030832975,0.04298831553813326,16,0.154644656,74.1666666666667,0.708901250852275,97,0.937533224,2033,309110,754.5,13664,14568,31140,35733,0.43879254977520876,0.4076903702459911,3710,-0.0965960179833012,-0.10382559538801672 +54063,WV,Monroe,1648.46092737904,110.72091100789132,0.12209012941631166,295.892585151651,0.021914722644915643,3,0.220880577,11.4166666666667,0.853901770132137,0,0,543,40569,915,1441,1089,5152,5670,0.2796972049689441,0.19206349206349208,3248,-0.4134316770186335,-0.5728395061728395 +54065,WV,Morgan,3394.07363104755,109.7881120759863,0.19349373644875148,676.110991570416,0.03854460929082812,4,0.229186959,13.6666666666667,0.775105868118572,5,0.286483699,641,52469,857.7,2361,1568,7037,7635,0.3355122921699588,0.20537000654878848,4150,-0.3051016057979252,-0.5435494433529797 +54067,WV,Nicholas,1716.25573239931,62.39950694816297,0.06542354028892274,387.863794950396,0.014785338884244886,7,0.271034189,43.0833333333333,1.7021584818195,14,0.542068378,960,77262,958.7,2635,1821,8676,9385,0.303711387736284,0.194033031433138,5348,-0.36745043798985705,-0.5698454981353224 +54069,WV,Ohio,11266.9690201785,-12.75804221609978,0.2535150421928875,2264.62947615932,0.05095581927771122,12,0.276957164,37.8333333333333,0.889861071910183,45,1.038589365,1733,129945,854.5,6623,5452,17541,17819,0.3775725443247249,0.30596554239856333,5625,-0.22541474260304434,-0.315674280262641 +54071,WV,Pendleton,2985.44759461247,26.276346075655532,0.38797239696068486,552.727062863597,0.07182937789000611,2,0.271333605,7.91666666666667,1.12277218361462,3,0.407000407,275,21933,694.8,1067,726,3224,3212,0.33095533498759305,0.22602739726027396,1662,-0.3163771712158809,-0.5174346201743462 +54073,WV,Pleasants,542.26445132494,2539.6099057130896,0.0713036753878948,137.42004625313,0.0180696970747048,2,0.261985853,7.66666666666667,1.00996794449567,5,0.654964632,258,22980,846.6,942,620,2807,3130,0.33558959743498396,0.19808306709265175,1722,-0.3074456715354471,-0.5501597444089457 +54075,WV,Pocahontas,3928.56428922987,-2.492630496670399,0.4505750991202971,644.687776310797,0.07394056386177279,5,0.577233895,13.75,1.61745676979179,2,0.230893558,329,25947,862.1,1298,924,3553,3619,0.3653250773993808,0.2553191489361702,1550,-0.2445820433436533,-0.428295109146173 +54077,WV,Preston,7494.44469777805,0.6352672758747022,0.22358128573323538,1179.26114095353,0.03518082162749195,5,0.147981532,37.5833333333333,1.11331634970476,10,0.295963064,1103,101536,851.5,2916,2462,11089,12611,0.2629632969609523,0.19522638965982078,7039,-0.44413382631436565,-0.5581635080485291 +54079,WV,Putnam,11851.3115704896,-6.723695928132317,0.21359102423115023,2826.56408220347,0.0509419327795024,9,0.158534437,59.5833333333333,1.04640475814147,59,1.039281311,1688,170332,842.8,7198,5784,23501,24443,0.3062848389430237,0.23663216462790984,11671,-0.3713884515552529,-0.4774782146217731 +54081,WV,Raleigh,25837.0522269655,3.1112476940681497,0.3276360621738229,5472.53988460721,0.06939651637235078,15,0.191715341,97.8333333333333,1.27718088971859,47,0.600708069,3017,234250,991.3,7651,6362,28499,29311,0.26846556019509454,0.21705161884616697,15473,-0.4464718060282817,-0.5278905530346969 +54083,WV,Randolph,2609.44104262745,11.351335926778978,0.08874140597270702,435.571631773105,0.014812842434045402,4,0.135920351,35.9166666666667,1.2382495575628,14,0.475721227,1111,87975,906.1,3325,2724,9727,10816,0.34183201398170043,0.2518491124260355,4859,-0.2904287036085124,-0.44924186390532544 +54085,WV,Ritchie,1202.38774748786,204.28984477675667,0.11507204014622069,212.698751301765,0.02035589542556847,4,0.399560483,18.25,1.84810126582278,7,0.699230846,359,30068,844.8,762,490,3749,4040,0.20325420112029874,0.12128712871287128,2886,-0.5673512936783143,-0.7143564356435643 +54087,WV,Roane,2382.09248999708,-6.324162331705209,0.15959349390306043,497.441248054323,0.033327163878756734,3,0.204582651,17.75,1.24929617117117,5,0.340971086,588,43663,980.1,1928,1220,5027,5234,0.3835289437039984,0.2330913259457394,2552,-0.2078774617067834,-0.48758119984715326 +54089,WV,Summers,1580.78667099995,-10.084841638050989,0.11350518209233504,307.576842714329,0.022084931623058014,2,0.14906462,16.25,1.26243008079553,5,0.372661549,605,40091,1007.9,1612,1186,4712,4847,0.34210526315789475,0.24468743552713018,2258,-0.2877758913412563,-0.46585516814524447 +54091,WV,Taylor,425.020263785787,-26.079114091767924,0.025156570807090085,75.7244583144784,0.004482063232582326,2,0.11717148,15.75,0.934219111453823,9,0.527271662,585,50959,861.4,1933,1483,5887,6498,0.32835060302361135,0.22822406894429056,3218,-0.32172583658909465,-0.4952293013234841 +54093,WV,Tucker,247.461469695649,233.56552598615124,0.034653615697472204,32.7272947459798,0.004583012847777594,2,0.288725278,11.75,1.69650591972278,6,0.866175834,260,20867,824.8,876,750,3118,3464,0.2809493264913406,0.21651270207852194,1807,-0.41180243745991024,-0.5216512702078522 +54095,WV,Tyler,967.022930654122,10.229680463771796,0.10501986649154235,203.686645557174,0.02212061745842463,2,0.219828534,7.5,0.835934016941596,3,0.329742801,342,27035,833.9,880,505,3245,3621,0.2711864406779661,0.13946423639878486,2462,-0.4348228043143298,-0.6799226732946699 +54097,WV,Upshur,1569.46021947642,63.273286092820705,0.06470933534577472,346.673413467489,0.014293453181639689,4,0.161740326,29,1.17608889609863,14,0.566091141,780,74061,826,2143,1763,8195,9180,0.2615009151921904,0.1920479302832244,5208,-0.4557657107992678,-0.5673202614379085 +54099,WV,Wayne,5442.31190462999,-8.136114127813162,0.12811167120901085,1205.31050062776,0.028372931442945313,7,0.170225184,44.75,1.10409316325775,17,0.413404017,1515,123855,933.6,4915,3334,13923,15080,0.3530130000718236,0.22108753315649868,7743,-0.2699130934425052,-0.5134615384615385 +54101,WV,Webster,119.715485595111,-47.993616684053734,0.013077942494550032,14.6095617806168,0.001595975724340922,3,0.339597012,11.3333333333333,1.31081810471123,1,0.113199004,378,26453,977.3,939,554,2744,2955,0.342201166180758,0.18747884940778342,1730,-0.28024781341107874,-0.5854483925549916 +54103,WV,Wetzel,7175.78550785533,-0.38138876892839574,0.4327193817677941,1461.2613139917,0.0881180313569137,8,0.500375281,23.1666666666667,1.48124467178176,15,0.938203653,650,47971,902,2194,1348,5808,6191,0.3777548209366391,0.21773542238733645,3113,-0.21608126721763093,-0.5028266838959781 +54105,WV,Wirt,18.8760165367275,-71.51651561948351,0.003301734570006559,3.87816484086216,6.783566277526955e-4,2,0.342172797,4.08333333333333,0.703295441497302,0,0,195,17591,887.1,673,383,2163,2410,0.3111419325011558,0.15892116182572613,1520,-0.3462783171521036,-0.6307053941908713 +54107,WV,Wood,18520.8045210244,12.366865710983145,0.21299052993496023,4257.62544692264,0.04896298641752886,13,0.150747359,87.6666666666667,1.02362909597593,81,0.939272006,3219,259380,932,11067,8327,33600,35256,0.329375,0.23618674835488995,16841,-0.3247916666666667,-0.4776775584297708 +54109,WV,Wyoming,1980.91600291901,161.6785999089275,0.08324575571184274,389.163244069095,0.01635414540549231,6,0.265510222,36.25,1.66567109313973,6,0.265510222,974,67638,1189.3,1575,1061,7496,7809,0.2101120597652081,0.13586886925342553,5466,-0.5570971184631804,-0.6999615827890895 +55001,WI,Adams,1946.56552614552,-42.573515613068636,0.0932486479590668,366.913419429603,0.017576690751118704,1,0.0494682,9.16666666666667,0.456757519889714,12,0.5936186,903,60829,877.4,5537,3780,10263,10107,0.5395108642697067,0.37399821905609976,2203,0.08710903244665302,-0.21796774512713957 +55003,WI,Ashland,4576.95917007556,-9.786962818311624,0.2832802605728514,1068.44191084749,0.06612873125255245,6,0.372601379,17.4166666666667,1.10835348521488,12,0.745202757,576,47976,890.4,5387,4136,8342,7926,0.6457684008631024,0.5218268988140298,708,0.3081994725485495,0.08932626797880394 +55005,WI,Barron,3617.86977679875,-5.070920077420801,0.07887224279046763,758.971257229536,0.01654613597622708,14,0.30799692,40.5833333333333,0.893669808273878,29,0.63799362,1477,136720,717.9,10883,7881,22583,22514,0.48191117212062173,0.3500488584880519,5714,-0.02346898109197182,-0.25379763702585056 +55007,WI,Bayfield,4613.07702786344,22.05427404527634,0.3072517002706434,751.322898036299,0.05004148781379372,5,0.333667,13.5,0.906587871868914,7,0.4671338,474,45051,689.1,6025,4953,9759,9491,0.6173788297981351,0.5218628174059635,828,0.24879598319499951,0.08724054367295331 +55009,WI,Brown,56961.104822056,-12.54628934413794,0.22967539150933644,13934.5303240107,0.05618603637804861,32,0.124673706,154.916666666667,0.594915790133934,172,0.670121167,5617,769983,679.5,62433,53358,128514,127497,0.4858069937905598,0.41850396479917173,13834,-0.01793578909690774,-0.10850451383169801 +55011,WI,Buffalo,3176.29233403407,-5.237850645678842,0.23377436770693089,659.005910378189,0.048502679795259365,3,0.227479527,7.33333333333333,0.559839173473802,3,0.227479527,442,39773,739.9,3569,2531,7008,6921,0.5092751141552512,0.3656985984684294,1518,0.030964611872146164,-0.2193324664065887 +55013,WI,Burnett,1260.03176299021,-19.442290248048085,0.08151851995796143,146.604323623815,0.00948465573033674,3,0.195720251,13.25,0.870965621507921,4,0.260960334,570,45796,741.9,3981,2948,8634,8719,0.46108408617095203,0.3381121688267003,2464,-0.06485985638174657,-0.28260121573574953 +55015,WI,Calumet,12278.4195313951,37.54351658627393,0.25072838070276493,3640.05295705107,0.07433078673196523,6,0.121234164,19.5,0.393518051379331,21,0.424319573,1352,148955,854.7,11477,9634,26336,26429,0.435791312272175,0.36452381853267246,5711,-0.11550729040097202,-0.21608838775587424 +55017,WI,Chippewa,9248.22882249009,-18.531453902802195,0.14817317668012625,2174.2269972171,0.034835007565763035,8,0.126063662,41.6666666666667,0.654631913567639,35,0.551528522,1836,190101,749.5,15211,11875,30914,31471,0.4920424403183024,0.3773315115503162,6037,-0.005175648573461866,-0.19182739665088488 +55019,WI,Clark,1492.28242447312,-51.456261020554464,0.04301765420793082,308.985690233018,0.00890705362447443,9,0.261453098,28.5,0.82472436843476,11,0.319553787,1037,103390,737.3,6173,4225,13740,13548,0.4492721979621543,0.3118541482137585,4420,-0.08886462882096074,-0.326247416592855 +55021,WI,Columbia,3528.42513864933,4.785215572174009,0.06208409090931906,797.853467709254,0.014038559775293473,6,0.105978981,35.9166666666667,0.630924985800528,33,0.582884395,1605,169906,752,17158,13525,30460,29287,0.5632961260669731,0.4618089937514938,635,0.13604727511490483,-0.0216819749376857 +55023,WI,Crawford,2122.96361244132,-63.101211716458515,0.1275512864961139,463.876518234071,0.027870494967199653,6,0.366032211,17.25,1.05692053183016,8,0.488042948,515,49195,705.2,4622,3426,7791,7678,0.5932486202027981,0.44620995050794476,418,0.19997432935438325,-0.054441260744985676 +55025,WI,Dane,98625.9076382462,-10.946842140345263,0.20207204176065077,24834.6648370157,0.05088309502270296,80,0.154953475,289.25,0.544447016882093,419,0.811568826,9646,1550894,632.2,215389,217506,302845,304729,0.7112186101801251,0.7137686272064687,146236,0.4356353910416219,0.4798886879817805 +55027,WI,Dodge,11447.2447308373,65.21341682696688,0.12896996057681248,2353.92418848176,0.026520400055000167,11,0.124189943,38.75,0.440000908388972,38,0.429019803,2603,265448,721.2,18745,13968,44379,42818,0.42238446111899774,0.32621794572376106,12675,-0.14522634579418192,-0.29602036526694375 +55029,WI,Door,2612.47421762973,-29.269360059996817,0.09402462543205795,455.032394086647,0.016376908190989636,13,0.468198516,19.5833333333333,0.709875424414882,23,0.828351221,1014,83092,665.9,9338,8026,17607,17398,0.530357244277844,0.46131739280377054,558,0.06980178338160958,-0.03207265202896886 +55031,WI,Douglas,13984.9112963169,23.350242329221953,0.31669447442915144,3111.08138429338,0.07045180788272787,7,0.160190398,31.9166666666667,0.73356470308825,22,0.503455536,1226,131166,742.4,14855,11342,22862,22185,0.6497681742629691,0.511246337615506,1685,0.31305222640188957,0.07595221996844714 +55033,WI,Dunn,6482.09804359557,-11.460132328523787,0.14780076256003763,1434.66931309513,0.032712436169713616,7,0.157995712,25.6666666666667,0.574146981627296,21,0.473987135,995,132983,639.9,11303,9025,21899,22029,0.5161422896022649,0.4096872304689273,2462,0.04991095483812047,-0.11176176857778386 +55035,WI,Eau Claire,22573.0819538889,-14.975597156409753,0.2286205837170728,5356.26414217726,0.05424834044499736,12,0.118152101,74.25,0.721118826785801,89,0.87629475,2592,305571,740.8,30618,27271,54595,54080,0.5608205879659309,0.5042714497041421,3970,0.1355435479439509,0.07340976331360954 +55037,WI,Florence,527.277824013811,-72.55454008789225,0.11921271173723966,74.4690827810525,0.016836781094517864,2,0.446328944,3.41666666666667,0.766756433273489,2,0.446328944,186,13426,803.4,952,666,2615,2651,0.3640535372848948,0.25122595247076573,1231,-0.26424474187380503,-0.46435307431158057 +55039,WI,Fond du Lac,21384.2722355348,50.29274469441113,0.21040677964376533,4928.9771597914,0.048497802483360705,13,0.127752828,62.5833333333333,0.612697107351713,59,0.579801295,2907,305848,703.5,22356,17391,53272,51094,0.4196576062471843,0.34037264649469606,13653,-0.14966586574560747,-0.26721337143304497 +55041,WI,Forest,3495.85451794679,-0.17410706209538165,0.3757367280682276,675.148298104801,0.0725653802778161,2,0.219130054,10,1.10326566637246,3,0.328695081,343,27308,801.7,2421,1583,4643,4507,0.521430109842774,0.3512314177945418,1204,0.05362911910402757,-0.2671400044375416 +55043,WI,Grant,5782.27892313414,-11.9196239237302,0.11291749185936065,1411.35584486715,0.027561237401717505,13,0.250824828,41.4166666666667,0.793209994765133,22,0.424472786,1545,155194,744,13574,10047,24160,24051,0.5618377483443708,0.4177373082200324,2300,0.13737582781456953,-0.09563011932975762 +55045,WI,Green,5301.41657197514,0,0.1438960037993361,1157.77269841845,0.031425348743782916,11,0.296791949,23.3333333333333,0.629354911216004,16,0.43169738,1031,111363,682.5,11196,9121,19302,18791,0.5800435188063413,0.4853919429514129,428,0.17345352813179982,0.02277686126337075 +55047,WI,Green Lake,3789.04613423278,184.67015397605388,0.19888961913982361,999.059913084071,0.05244133709957855,6,0.318538968,10.9166666666667,0.583186423776199,5,0.26544914,684,56655,757.4,3790,2700,9657,9315,0.39246142694418557,0.2898550724637681,3510,-0.20596458527493006,-0.3768115942028985 +55049,WI,Iowa,4808.77573775326,59.87862835794159,0.20301328736240387,1188.76340279076,0.05018632172882847,4,0.167890871,13.25,0.560158958315718,10,0.419727177,629,71325,689,8099,6669,12515,12123,0.6471434278865361,0.5501113585746102,1860,0.3033959248901318,0.15342736946300423 +55051,WI,Iron,1136.77412238135,-0.20894211894850057,0.19215248857020792,209.180877554948,0.035358498572506426,2,0.338009126,7.08333333333333,1.23704738619164,4,0.676018252,297,17594,814.2,1783,1273,3620,3477,0.4925414364640884,0.366120218579235,817,-0.001381215469613284,-0.2349726775956284 +55053,WI,Jackson,6749.61836988751,-7.180924644511744,0.3300708283968659,1417.45702194913,0.06931669137606386,3,0.145264381,6.58333333333333,0.320169892682294,13,0.629478985,669,61740,836.7,5297,3821,9290,9202,0.5701829924650161,0.4152358183003695,1086,0.1503767491926803,-0.11801782221256252 +55055,WI,Jefferson,6377.53815257357,-16.309276709852387,0.0762079458042393,1570.64967257484,0.018768368336099708,13,0.154037561,50.1666666666667,0.592811422944362,42,0.497659814,2003,253478,687.7,20136,16559,44136,42324,0.456226209896683,0.3912437387770532,6850,-0.07596972992568424,-0.1618467063604574 +55057,WI,Juneau,5657.27709508015,46.20807982336235,0.21216910797630323,1330.84504956276,0.04991168052665617,4,0.151543853,23.6666666666667,0.900763746162239,8,0.303087706,954,79056,869.2,6237,4100,11781,11736,0.5294117647058824,0.34935241990456717,3088,0.0710466004583652,-0.26312201772324467 +55059,WI,Kenosha,40347.0913386559,-12.534710695014804,0.24243262073627853,10122.4043164987,0.06082225323266016,29,0.172549206,110.083333333333,0.654544950044495,110,0.654496989,4240,504303,809.7,44838,35770,80661,75825,0.5558820247703351,0.4717441477085394,255,0.12268630440981393,-0.0033630069238377858 +55061,WI,Kewaunee,119.146994333714,65.96711382410375,0.005791143887125208,19.5794960968196,9.516621024992515e-4,4,0.195656427,12.8333333333333,0.628930817610063,8,0.391312855,549,61225,589.9,5151,3623,11018,10742,0.46750771464875657,0.33727425060510147,2993,-0.054002541296061024,-0.2786259541984733 +55063,WI,La Crosse,24962.3507624613,4.269038232149424,0.2177493567792643,6227.57745370233,0.05432384945395358,12,0.101685436,65.9166666666667,0.558038863773613,80,0.677902907,2878,353217,671.2,36632,32402,63212,62785,0.5795102195785611,0.5160786812136657,6018,0.17276782889324815,0.09585091980568611 +55065,WI,Lafayette,2589.32615361821,-0.04042390377482899,0.1537969917806017,631.277770882353,0.037495709840957056,5,0.296683083,4.25,0.253685907001731,5,0.296683083,399,50388,612.4,4534,3288,7928,7602,0.5718970736629667,0.4325177584846093,689,0.15401109989909184,-0.09063404367271771 +55067,WI,Langlade,6023.10422033882,0.004706057255303994,0.3015019382459238,1023.80138082366,0.051249005397389996,5,0.257599176,19,0.988502159096821,11,0.566718187,728,58138,767.1,4569,3260,10482,10093,0.4358900973096737,0.32299613593579707,3176,-0.11839343636710559,-0.31467353611413856 +55069,WI,Lincoln,3734.37882817321,-23.850008742293678,0.1299230709450374,887.813459345521,0.03088798870492019,5,0.175481697,23.8333333333333,0.854180106563448,15,0.526445092,1032,84490,779.3,7543,5370,15152,14563,0.4978220696937698,0.3687427041131635,3030,0.006533790918690607,-0.20806152578452236 +55071,WI,Manitowoc,13762.8748027773,6.620185028124448,0.16898989222731886,3106.40674913456,0.03814256463660715,10,0.124750499,39.5833333333333,0.497678200227989,34,0.424151697,2658,240591,747,20382,14563,42488,39991,0.47971191865938617,0.36415693531044485,8671,-0.028219732630389738,-0.21682378535170416 +55073,WI,Marathon,30170.8560548729,8.471804853871992,0.2250498351884778,7492.22333232913,0.05588583973452131,24,0.176756518,104.416666666667,0.770017379163194,78,0.574458683,3635,406753,691.1,32330,26476,69637,68849,0.46426468687622957,0.38455170009731443,12534,-0.06085845168516735,-0.18205057444552575 +55075,WI,Marinette,10964.1614886089,45.780133951944215,0.26262093675558457,1952.94598277407,0.0467782697255999,9,0.217928229,37.0833333333333,0.915841380389057,26,0.629570439,1516,123547,756.5,9868,6243,20712,19979,0.4764387794515257,0.31247810200710746,6752,-0.035776361529548106,-0.33795485259522495 +55077,WI,Marquette,267.98139315052,4.790150814232053,0.017396870497956372,44.6218748361644,0.0028967719317167227,4,0.265780731,10,0.663702130483839,6,0.398671096,557,45184,768.8,4112,2808,7944,7813,0.5176233635448136,0.3594009983361065,1904,0.04456193353474314,-0.2436964034301805 +55078,WI,Menominee,928.31469169551406,-26.077005017044762,0.21935602355754114,299.408339391122,0.0707486624270137,0,0,6,1.32362673726009,1,0.221141088,124,13492,1115.5,1191,1003,1376,1279,0.8655523255813954,0.784206411258796,734,0.7354651162790697,0.5738858483189992 +55079,WI,Milwaukee,84255.0479050498,-32.0953462839148,0.08890148396445188,20653.5917341563,0.021792580979025044,221,0.231073414,797.666666666667,0.838371268494618,615,0.643032352,24428,2872934,807.1,328090,288986,490944,434970,0.6682839590666145,0.6643814515943628,162895,0.34557912918785033,0.37449709175345425 +55081,WI,Monroe,7777.18118218572,20.852838310963094,0.17409131202707942,2053.20934519127,0.045960856561933834,7,0.154256374,37.1666666666667,0.814647582725088,22,0.484805747,1235,136136,749.8,9505,7047,19389,19554,0.49022641704059,0.3603866216630868,4395,-0.006807983908401705,-0.2247621969929426 +55083,WI,Oconto,4266.81402970345,-4.329140628785893,0.11329830137290095,861.109515557147,0.022865361538957702,5,0.133629099,25.5,0.681271707186749,16,0.427613117,1055,112323,703.7,8810,5886,19727,19924,0.4465960358898971,0.29542260590242925,7369,-0.09535154863892131,-0.36985545071270826 +55085,WI,Oneida,3440.80257996237,-20.075636872588447,0.09558315961893356,525.755961915437,0.014605143672299488,9,0.253072013,33.4166666666667,0.938644045579244,27,0.759216039,1378,106703,752.2,10439,8103,21577,20837,0.4838021967836122,0.3888755579018093,3574,-0.02159707095518376,-0.17152181216105966 +55087,WI,Outagamie,20561.9596436964,-20.085765792647877,0.11636978773421092,5567.84723049384,0.03151106273801658,24,0.131863785,117.416666666667,0.636315026970002,130,0.714262167,3994,545462,677.4,45565,38087,94237,93474,0.4835149675817354,0.4074608982176862,11797,-0.018347358256311175,-0.1262062177717868 +55089,WI,Ozaukee,25504.15962989,-2.1600998412015526,0.29520411632490307,6122.15086708288,0.07086232845746722,14,0.160054876,29.5833333333333,0.334978976530712,53,0.60592203,2221,262554,607.6,19075,20167,55565,53368,0.3432916404211284,0.3778856243441763,10291,-0.30443624583820744,-0.19283090990855944 +55091,WI,Pepin,NA,NA,NA,NA,NA,2,0.272665303,7.58333333333333,1.03781761780941,5,0.681663258,233,22024,653.6,1875,1345,3696,3746,0.5073051948051948,0.3590496529631607,883,0.022186147186147143,-0.23571809930592635 +55093,WI,Pierce,7847.22791899822,47.56599107801096,0.19130714837022406,1825.90965201571,0.044513753431719684,9,0.219737292,21.8333333333333,0.529446950223904,22,0.537135602,807,122530,662,10213,8380,20920,21089,0.48819311663479925,0.3973635544596709,2880,-0.008126195028680672,-0.13656408554222582 +55095,WI,Polk,907.472719111793,-7.716102194022281,0.020528734738418573,190.915866675783,0.004318874938938649,12,0.276262173,43.1666666666667,0.992770788773641,25,0.575546193,1345,130343,743.3,10054,7568,22494,22691,0.44696363474704365,0.33352430479044554,6296,-0.08984618120387661,-0.2774668370719669 +55097,WI,Portage,13164.741625458,-25.288940820864838,0.18801670440106258,3129.5041391088,0.0446950704681415,7,0.099316137,44.25,0.62813178701719,45,0.638460884,1621,211485,657.2,22052,18524,39186,38123,0.5627520032664727,0.48590089971932954,1214,0.13915684172918896,0.031844293471132934 +55099,WI,Price,1632.57160360937,-0.32500928124769063,0.1153027476240815,300.783662063122,0.021243284275946187,4,0.29250457,15.1666666666667,1.12204384602106,5,0.365630713,576,41102,777.6,3882,2671,7870,7560,0.4932655654383736,0.3533068783068783,1891,3.811944091486885e-4,-0.25013227513227515 +55101,WI,Racine,59628.667129046204,3.1172417494374756,0.30514956976708324,14768.8323746887,0.0755794664225042,38,0.194709038,153.5,0.786614738136722,105,0.538011816,5205,584873,750.9,52887,42506,102937,93678,0.513780273371091,0.453745810115502,4114,0.03608032097302227,-0.04391639445761014 +55103,WI,Richland,3677.43212947666,-0.5720827293866375,0.20406371064184342,913.261803951963,0.050677642969422496,5,0.283093647,11.4166666666667,0.653276874952316,8,0.452949836,535,52948,642.4,4964,3577,8636,7962,0.5748031496062992,0.4492589801557398,444,0.16083835108846684,-0.055764883195177084 +55105,WI,Rock,46350.801016143,-6.456718359040978,0.2890944422235438,11873.1765321004,0.07405415379496418,25,0.155098394,122.416666666667,0.757435135915522,104,0.645209321,4414,483349,765.8,49158,39336,80462,75043,0.6109467823320325,0.5241794704369495,7853,0.2319852849792448,0.10464666924296734 +55107,WI,Rusk,4942.10111988651,60.40367679104433,0.33494416264903487,1043.5737648214,0.07072678853415112,3,0.209307193,17.5833333333333,1.24466152285222,6,0.418614386,599,42859,824.6,3391,2171,7171,7029,0.47287686515130384,0.3088632806942666,2393,-0.03932505926649005,-0.34044672072841087 +55109,WI,St. Croix,10778.0220159651,-1.6751488519709927,0.12778495483982572,2980.41973996079,0.03533605714577972,10,0.115261817,48.3333333333333,0.549061483526262,49,0.564782904,1720,260354,680.5,19874,17496,46009,46819,0.43195896455041405,0.3736944402913347,8627,-0.12173705144645608,-0.18426279929088618 +55111,WI,Sauk,3554.28995210829,9.492468220106344,0.05734945708190735,788.410342244664,0.012721220185953659,13,0.205115259,47,0.734960671785329,54,0.85201723,1886,190021,729.8,18718,14692,31832,31238,0.5880246293038451,0.47032460464818493,99,0.18500251319426986,-0.003169216979320044 +55113,WI,Sawyer,3275.30980496357,-31.66113699941457,0.19782024551329166,474.230442843193,0.02864229285759455,5,0.304191762,16.1666666666667,0.987639236768689,9,0.547545172,661,49322,904.2,4482,2846,9003,7767,0.49783405531489505,0.36642204197244754,1779,0.00510940797511944,-0.22904596369254537 +55115,WI,Shawano,4105.07764925799,-36.73870856344289,0.09785877253946434,989.536526852794,0.02358903732753568,8,0.19240482,31.25,0.761044274511714,16,0.384809639,1374,124410,738.4,8990,6056,20222,19697,0.44456532489368017,0.3074579885261715,6686,-0.10023736524577187,-0.339442554703762 +55117,WI,Sheboygan,10748.977888642,-6.089958933167159,0.09305910367892857,2327.45333198542,0.02014988989399274,20,0.173475583,65.4166666666667,0.566736263323717,68,0.589816983,3253,345746,714.1,28356,22636,63272,58290,0.4481603236818814,0.3883341911133985,9732,-0.0936591225186496,-0.1669583118888317 +55119,WI,Taylor,4224.854740063,-0.5563407284202346,0.20420777901604714,1013.40510122526,0.048982797681147466,2,0.097370983,13.3333333333333,0.652347636055254,6,0.29211295,552,61595,585.4,3761,2398,9486,9417,0.39647902171621335,0.25464585324413297,4191,-0.1935483870967742,-0.4450461930551131 +55121,WI,Trempealeau,333.771660808795,-48.69537120466105,0.011582858856496216,66.5121120158366,0.002308166019427978,8,0.271103731,27.5833333333333,0.930831617903463,14,0.474431529,829,88642,672.1,7601,5645,13456,13581,0.5648781212841855,0.41565422281128045,1725,0.14105231866825207,-0.1270156836757234 +55123,WI,Vernon,4501.29041164516,-12.987645855756307,0.15118699531942228,1073.0596360151,0.03604136754828536,7,0.230551347,20.9166666666667,0.678804006836719,11,0.362294974,879,91149,657.6,8031,6351,14215,14193,0.564966584593739,0.4474741069541323,643,0.14744987689060857,-0.045304023109983826 +55125,WI,Vilas,1382.84167727303,-46.88709014332597,0.06452830971876015,176.895601635424,0.008254577771135044,9,0.420600056,18,0.839748075577327,16,0.747733433,864,64119,729.2,5931,4769,13782,13453,0.4303439268611232,0.3544934215416636,3400,-0.13089537077347269,-0.2527317326990262 +55127,WI,Walworth,28471.5556995415,-7.108890890570742,0.27851034647593126,7285.12533524191,0.07126350251635472,19,0.183527003,54.6666666666667,0.530955687862806,70,0.676152115,2827,309344,768.2,22512,18706,52115,50570,0.4319677635997314,0.3699031046074748,10142,-0.12376475103137291,-0.2005536879572869 +55129,WI,Washburn,2822.11262669684,-9.7912797058943,0.1773686522969543,475.820545820647,0.029905131407243227,6,0.382311711,14.3333333333333,0.915985003408316,5,0.318593093,614,46887,822.2,4435,3283,9242,9059,0.47987448604198224,0.3624020311292637,2121,-0.027807833802207305,-0.23413180262722155 +55131,WI,Washington,25036.8233210309,31.072619571996064,0.18983541456725,6522.67277163398,0.049456525447041634,18,0.135083414,47.25,0.351834753082743,75,0.562847558,3221,399733,639.4,23136,20854,78558,76246,0.29450851600091654,0.2735094300028854,30875,-0.4019068713561954,-0.40493927550297715 +55133,WI,Waukesha,139440.96403862,-12.891504569808628,0.3576408894758279,34665.456366316,0.08891063493724144,66,0.167038707,181.583333333333,0.455754004109525,258,0.652969493,9819,1185848,619.2,77617,79200,241084,233273,0.3219500257171774,0.3395163606589704,63321,-0.34821887806739565,-0.27144590244048816 +55135,WI,Waupaca,6215.25699220785,-22.607660968711837,0.11858914314458786,1185.11267095291,0.022612338694007063,9,0.172857527,40.25,0.781052917547979,37,0.7106365,2092,156246,831.7,11565,8303,25801,25491,0.4482384403705283,0.32572280412694676,7710,-0.09394984690515873,-0.3024596916558785 +55137,WI,Waushara,400.713747467482,29.865000755808136,0.016358333910331563,74.1751738366293,0.0030280524916977995,8,0.330879312,17.5,0.724277791573545,8,0.330879312,786,72538,684.6,5330,3802,12017,11961,0.4435383207123242,0.31786639913050746,3867,-0.10218856619788635,-0.32330072736393284 +55139,WI,Winnebago,34475.3926287346,-32.81546932105911,0.2064468940724493,7762.20712582746,0.04648195220084231,15,0.088489833,104.666666666667,0.616099423534998,92,0.542737639,4285,508671,687,45410,37054,88814,85892,0.5112932645754048,0.4314022260513203,6393,0.03757290517260797,-0.0744306803893261 +55141,WI,Wood,17934.3427930657,-9.028376393145374,0.23992752803469883,4278.98254068301,0.057244679402841635,10,0.135854798,49.75,0.680509390345658,41,0.557004673,2229,221028,666.3,18546,14232,38762,37712,0.47845828388628037,0.37738650827322867,7270,-0.029384448686858244,-0.1927768349596945 +56001,WY,Albany,13449.7465873596,-7.6067349192111955,0.37052664225900434,2647.71951989084,0.07294194109729854,3,0.07934199,11.25,0.294071518193225,27,0.714077914,538,113521,608.5,7445,6888,16052,16420,0.46380513331672063,0.4194884287454324,713,-0.02529279840518317,-0.043422655298416546 +56003,WY,Big Horn,2176.42300468435,0,0.18652922563287194,588.753843910737,0.050458848466809834,3,0.25146689,7,0.583090379008746,5,0.419111484,394,35943,821.1,868,594,5262,5079,0.16495629038388446,0.11695215593620792,3473,-0.6463321930824781,-0.6837960228391415 +56005,WY,Campbell,10762.1581021365,3.08859174567492,0.2332854594788221,3154.88325333516,0.06838669181139662,5,0.103476821,25.3333333333333,0.519093771557759,33,0.68294702,748,145584,820.1,2163,1324,17477,17935,0.12376265949533673,0.07382213548926679,14454,-0.7317617440064085,-0.8059102313911347 +56007,WY,Carbon,8588.98850973469,-0.07637919953229405,0.5406980490862254,2096.14922907545,0.1319577733129021,3,0.189226694,12,0.768344218209758,7,0.441528952,410,47202,838.5,2109,1279,6461,6200,0.326420058814425,0.20629032258064517,3130,-0.3162049218387247,-0.5048387096774194 +56009,WY,Converse,1740.29701242618,0.3470820941967366,0.12580763481718932,457.846903007475,0.03309816402858924,3,0.212811236,7.66666666666667,0.540248514316586,8,0.56749663,384,42751,833.6,1089,668,6287,6552,0.17321456974709717,0.10195360195360195,4852,-0.6289168124701766,-0.7405372405372406 +56011,WY,Crook,1795.57687530381,-65.0653877500433,0.25350513557868276,413.139281048567,0.058328290420523364,3,0.413907285,3.58333333333333,0.480082172204359,6,0.82781457,176,21868,633.2,426,271,3657,3771,0.11648892534864644,0.07186422699549191,3076,-0.7336614711512168,-0.8156987536462477 +56013,WY,Fremont,5269.60042963256,-14.53030225003552,0.13133615207318894,1217.63937964523,0.03034766541996436,8,0.196545709,28,0.695790467670593,20,0.491364273,1260,122056,901.3,5333,4200,16817,16543,0.31711958137598856,0.2538838179290334,6967,-0.34126181839804964,-0.4211448951218038 +56015,WY,Goshen,3457.69065449019,-11.321026875268295,0.2609774816582527,691.080868347879,0.05216098334575281,2,0.147994672,6,0.448095593726662,11,0.813970697,421,40457,690.6,1458,924,5758,5708,0.25321292115317817,0.1618780658724597,3494,-0.47238624522403616,-0.6121233356692362 +56017,WY,Hot Springs,394.149835979223,0,0.08190977472552431,105.700188100072,0.021965957626781378,1,0.207641196,5,1.06860440265014,5,1.03820598,229,14380,934.1,523,400,2495,2535,0.2096192384769539,0.15779092702169625,1539,-0.5494989979959919,-0.6071005917159763 +56019,WY,Johnson,1713.57991183096,0,0.19997431576974678,380.667091577782,0.04442374741250811,5,0.583226408,8,0.942729201037002,7,0.816516972,273,25756,718.5,749,638,4217,4349,0.17761441783258242,0.1467003908944585,2839,-0.6196348114773536,-0.652793745688664 +56021,WY,Laramie,31924.4537694635,44.44086806402499,0.347995964261958,7786.58173904513,0.08487847717461826,8,0.082997022,41.3333333333333,0.421184206950898,65,0.674350808,2324,289596,722.1,13807,11572,38057,39945,0.36279790840055703,0.289698335210915,13272,-0.24804897916283475,-0.3322568531731131 +56023,WY,Lincoln,2478.62843644676,0.30166119806716024,0.13689541789720314,738.226905753137,0.040772501146202206,8,0.430871977,14,0.732600732600733,12,0.646307966,372,55614,650.4,1287,1105,8573,8398,0.15012247754578328,0.13157894736842105,5674,-0.6831914149072671,-0.67563705644201 +56025,WY,Natrona,32267.1001618228,0,0.4276620299777707,7810.49471823217,0.10351881667637071,7,0.08575909,43.25,0.533693653672923,53,0.649318828,2190,244937,835.1,8960,6573,32057,32493,0.27950213681879155,0.20228972394054104,16950,-0.4107995133668153,-0.5216508170990675 +56027,WY,Niobrara,544.734191998795,0,0.21929717874347626,95.401428300479,0.038406372101642106,1,0.406008932,3,1.20967741935484,3,1.218026797,94,7620,891.3,200,115,1268,1297,0.15772870662460567,0.08866615265998458,1001,-0.6482649842271293,-0.771781033153431 +56029,WY,Park,5818.21115595411,-2.140431754703209,0.20628296954278,1202.72935647692,0.04264241646789293,4,0.137983373,14.25,0.485469968998058,18,0.620925179,797,87591,631,2927,2535,14492,14634,0.20197350262213634,0.17322673226732269,8580,-0.5732128070659674,-0.5863058630586306 +56031,WY,Platte,1798.83915245094,0,0.20755038103737625,361.84080345453,0.041749256196438204,3,0.340947835,7.83333333333333,0.902457757296467,5,0.568246392,298,26316,753.2,1223,719,4500,4460,0.2717777777777778,0.16121076233183856,2718,-0.4251111111111111,-0.6094170403587444 +56033,WY,Sheridan,12976.6615388819,0,0.44568833421080845,2990.57596529876,0.10271245931098914,6,0.199786894,16.5,0.54635761589404,22,0.732551945,939,89823,773.4,3618,2926,14225,14187,0.25434094903339194,0.20624515401423837,7340,-0.46741652021089625,-0.5173750616761824 +56035,WY,Sublette,1943.2678220475,-5.401264634720562,0.18964260974407143,346.632682995933,0.033827723528440816,3,0.298299692,6.58333333333333,0.67390043334357,3,0.298299692,150,30024,581.9,767,644,4337,4297,0.17685035738990085,0.14987200372352805,2765,-0.6237030205210975,-0.6434721898999302 +56037,WY,Sweetwater,18934.7378093001,41.39142817539829,0.432240738923894,4852.75750006915,0.11077837511001119,5,0.111086425,25,0.566059096569682,33,0.733170407,806,134713,766.3,4773,3233,16750,16661,0.284955223880597,0.19404597563171477,8920,-0.39725373134328357,-0.5353820298901627 +56039,WY,Teton,6212.39042958441,-5.354989632380893e-4,0.29174370384072557,1096.18695938462,0.05147867753285526,11,0.47972089,9,0.38808158337286,23,1.003052769,269,68377,439.3,6211,7313,11356,12176,0.5469355406833392,0.600607752956636,3393,0.11914406481155332,0.27866294349540077 +56041,WY,Uinta,4686.01765324971,9.739021226952396,0.22189684881379437,1439.22301464136,0.06815148284124253,2,0.095675469,14.4166666666667,0.694009852532935,16,0.76540375,437,62747,799.9,1628,1202,8453,8053,0.19259434520288654,0.14926114491493853,4952,-0.5897314562877085,-0.6149261144914939 +56043,WY,Washakie,931.411646922956,0,0.10915406620449503,184.506883716558,0.021622745074013596,2,0.240326845,6.33333333333333,0.769075086014977,6,0.720980534,241,25087,662.9,794,532,3911,3715,0.2030171311684991,0.14320323014804845,2379,-0.5673740731270775,-0.6403768506056527 +56045,WY,Weston,1237.26703747211,-0.2600630703022273,0.17165191973808405,252.611605190584,0.03504600515962597,4,0.555478406,8.83333333333333,1.22074811129537,3,0.416608804,210,21579,687.7,422,294,3323,3334,0.12699368040926873,0.08818236352729454,2604,-0.7219380078242552,-0.7810437912417516 diff --git a/docs/projects/problem-set-2/data/penguins.csv b/docs/projects/problem-set-2/data/penguins.csv new file mode 100644 index 00000000..a1cee93d --- /dev/null +++ b/docs/projects/problem-set-2/data/penguins.csv @@ -0,0 +1,343 @@ +species,island,bill_length_mm,bill_depth_mm,flipper_length_mm,body_mass_g,sex,year +Adelie,Torgersen,39.1,18.7,181,3750,male,2007 +Adelie,Torgersen,39.5,17.4,186,3800,female,2007 +Adelie,Torgersen,40.3,18,195,3250,female,2007 +Adelie,Torgersen,36.7,19.3,193,3450,female,2007 +Adelie,Torgersen,39.3,20.6,190,3650,male,2007 +Adelie,Torgersen,38.9,17.8,181,3625,female,2007 +Adelie,Torgersen,39.2,19.6,195,4675,male,2007 +Adelie,Torgersen,34.1,18.1,193,3475,NA,2007 +Adelie,Torgersen,42,20.2,190,4250,NA,2007 +Adelie,Torgersen,37.8,17.1,186,3300,NA,2007 +Adelie,Torgersen,37.8,17.3,180,3700,NA,2007 +Adelie,Torgersen,41.1,17.6,182,3200,female,2007 +Adelie,Torgersen,38.6,21.2,191,3800,male,2007 +Adelie,Torgersen,34.6,21.1,198,4400,male,2007 +Adelie,Torgersen,36.6,17.8,185,3700,female,2007 +Adelie,Torgersen,38.7,19,195,3450,female,2007 +Adelie,Torgersen,42.5,20.7,197,4500,male,2007 +Adelie,Torgersen,34.4,18.4,184,3325,female,2007 +Adelie,Torgersen,46,21.5,194,4200,male,2007 +Adelie,Biscoe,37.8,18.3,174,3400,female,2007 +Adelie,Biscoe,37.7,18.7,180,3600,male,2007 +Adelie,Biscoe,35.9,19.2,189,3800,female,2007 +Adelie,Biscoe,38.2,18.1,185,3950,male,2007 +Adelie,Biscoe,38.8,17.2,180,3800,male,2007 +Adelie,Biscoe,35.3,18.9,187,3800,female,2007 +Adelie,Biscoe,40.6,18.6,183,3550,male,2007 +Adelie,Biscoe,40.5,17.9,187,3200,female,2007 +Adelie,Biscoe,37.9,18.6,172,3150,female,2007 +Adelie,Biscoe,40.5,18.9,180,3950,male,2007 +Adelie,Dream,39.5,16.7,178,3250,female,2007 +Adelie,Dream,37.2,18.1,178,3900,male,2007 +Adelie,Dream,39.5,17.8,188,3300,female,2007 +Adelie,Dream,40.9,18.9,184,3900,male,2007 +Adelie,Dream,36.4,17,195,3325,female,2007 +Adelie,Dream,39.2,21.1,196,4150,male,2007 +Adelie,Dream,38.8,20,190,3950,male,2007 +Adelie,Dream,42.2,18.5,180,3550,female,2007 +Adelie,Dream,37.6,19.3,181,3300,female,2007 +Adelie,Dream,39.8,19.1,184,4650,male,2007 +Adelie,Dream,36.5,18,182,3150,female,2007 +Adelie,Dream,40.8,18.4,195,3900,male,2007 +Adelie,Dream,36,18.5,186,3100,female,2007 +Adelie,Dream,44.1,19.7,196,4400,male,2007 +Adelie,Dream,37,16.9,185,3000,female,2007 +Adelie,Dream,39.6,18.8,190,4600,male,2007 +Adelie,Dream,41.1,19,182,3425,male,2007 +Adelie,Dream,37.5,18.9,179,2975,NA,2007 +Adelie,Dream,36,17.9,190,3450,female,2007 +Adelie,Dream,42.3,21.2,191,4150,male,2007 +Adelie,Biscoe,39.6,17.7,186,3500,female,2008 +Adelie,Biscoe,40.1,18.9,188,4300,male,2008 +Adelie,Biscoe,35,17.9,190,3450,female,2008 +Adelie,Biscoe,42,19.5,200,4050,male,2008 +Adelie,Biscoe,34.5,18.1,187,2900,female,2008 +Adelie,Biscoe,41.4,18.6,191,3700,male,2008 +Adelie,Biscoe,39,17.5,186,3550,female,2008 +Adelie,Biscoe,40.6,18.8,193,3800,male,2008 +Adelie,Biscoe,36.5,16.6,181,2850,female,2008 +Adelie,Biscoe,37.6,19.1,194,3750,male,2008 +Adelie,Biscoe,35.7,16.9,185,3150,female,2008 +Adelie,Biscoe,41.3,21.1,195,4400,male,2008 +Adelie,Biscoe,37.6,17,185,3600,female,2008 +Adelie,Biscoe,41.1,18.2,192,4050,male,2008 +Adelie,Biscoe,36.4,17.1,184,2850,female,2008 +Adelie,Biscoe,41.6,18,192,3950,male,2008 +Adelie,Biscoe,35.5,16.2,195,3350,female,2008 +Adelie,Biscoe,41.1,19.1,188,4100,male,2008 +Adelie,Torgersen,35.9,16.6,190,3050,female,2008 +Adelie,Torgersen,41.8,19.4,198,4450,male,2008 +Adelie,Torgersen,33.5,19,190,3600,female,2008 +Adelie,Torgersen,39.7,18.4,190,3900,male,2008 +Adelie,Torgersen,39.6,17.2,196,3550,female,2008 +Adelie,Torgersen,45.8,18.9,197,4150,male,2008 +Adelie,Torgersen,35.5,17.5,190,3700,female,2008 +Adelie,Torgersen,42.8,18.5,195,4250,male,2008 +Adelie,Torgersen,40.9,16.8,191,3700,female,2008 +Adelie,Torgersen,37.2,19.4,184,3900,male,2008 +Adelie,Torgersen,36.2,16.1,187,3550,female,2008 +Adelie,Torgersen,42.1,19.1,195,4000,male,2008 +Adelie,Torgersen,34.6,17.2,189,3200,female,2008 +Adelie,Torgersen,42.9,17.6,196,4700,male,2008 +Adelie,Torgersen,36.7,18.8,187,3800,female,2008 +Adelie,Torgersen,35.1,19.4,193,4200,male,2008 +Adelie,Dream,37.3,17.8,191,3350,female,2008 +Adelie,Dream,41.3,20.3,194,3550,male,2008 +Adelie,Dream,36.3,19.5,190,3800,male,2008 +Adelie,Dream,36.9,18.6,189,3500,female,2008 +Adelie,Dream,38.3,19.2,189,3950,male,2008 +Adelie,Dream,38.9,18.8,190,3600,female,2008 +Adelie,Dream,35.7,18,202,3550,female,2008 +Adelie,Dream,41.1,18.1,205,4300,male,2008 +Adelie,Dream,34,17.1,185,3400,female,2008 +Adelie,Dream,39.6,18.1,186,4450,male,2008 +Adelie,Dream,36.2,17.3,187,3300,female,2008 +Adelie,Dream,40.8,18.9,208,4300,male,2008 +Adelie,Dream,38.1,18.6,190,3700,female,2008 +Adelie,Dream,40.3,18.5,196,4350,male,2008 +Adelie,Dream,33.1,16.1,178,2900,female,2008 +Adelie,Dream,43.2,18.5,192,4100,male,2008 +Adelie,Biscoe,35,17.9,192,3725,female,2009 +Adelie,Biscoe,41,20,203,4725,male,2009 +Adelie,Biscoe,37.7,16,183,3075,female,2009 +Adelie,Biscoe,37.8,20,190,4250,male,2009 +Adelie,Biscoe,37.9,18.6,193,2925,female,2009 +Adelie,Biscoe,39.7,18.9,184,3550,male,2009 +Adelie,Biscoe,38.6,17.2,199,3750,female,2009 +Adelie,Biscoe,38.2,20,190,3900,male,2009 +Adelie,Biscoe,38.1,17,181,3175,female,2009 +Adelie,Biscoe,43.2,19,197,4775,male,2009 +Adelie,Biscoe,38.1,16.5,198,3825,female,2009 +Adelie,Biscoe,45.6,20.3,191,4600,male,2009 +Adelie,Biscoe,39.7,17.7,193,3200,female,2009 +Adelie,Biscoe,42.2,19.5,197,4275,male,2009 +Adelie,Biscoe,39.6,20.7,191,3900,female,2009 +Adelie,Biscoe,42.7,18.3,196,4075,male,2009 +Adelie,Torgersen,38.6,17,188,2900,female,2009 +Adelie,Torgersen,37.3,20.5,199,3775,male,2009 +Adelie,Torgersen,35.7,17,189,3350,female,2009 +Adelie,Torgersen,41.1,18.6,189,3325,male,2009 +Adelie,Torgersen,36.2,17.2,187,3150,female,2009 +Adelie,Torgersen,37.7,19.8,198,3500,male,2009 +Adelie,Torgersen,40.2,17,176,3450,female,2009 +Adelie,Torgersen,41.4,18.5,202,3875,male,2009 +Adelie,Torgersen,35.2,15.9,186,3050,female,2009 +Adelie,Torgersen,40.6,19,199,4000,male,2009 +Adelie,Torgersen,38.8,17.6,191,3275,female,2009 +Adelie,Torgersen,41.5,18.3,195,4300,male,2009 +Adelie,Torgersen,39,17.1,191,3050,female,2009 +Adelie,Torgersen,44.1,18,210,4000,male,2009 +Adelie,Torgersen,38.5,17.9,190,3325,female,2009 +Adelie,Torgersen,43.1,19.2,197,3500,male,2009 +Adelie,Dream,36.8,18.5,193,3500,female,2009 +Adelie,Dream,37.5,18.5,199,4475,male,2009 +Adelie,Dream,38.1,17.6,187,3425,female,2009 +Adelie,Dream,41.1,17.5,190,3900,male,2009 +Adelie,Dream,35.6,17.5,191,3175,female,2009 +Adelie,Dream,40.2,20.1,200,3975,male,2009 +Adelie,Dream,37,16.5,185,3400,female,2009 +Adelie,Dream,39.7,17.9,193,4250,male,2009 +Adelie,Dream,40.2,17.1,193,3400,female,2009 +Adelie,Dream,40.6,17.2,187,3475,male,2009 +Adelie,Dream,32.1,15.5,188,3050,female,2009 +Adelie,Dream,40.7,17,190,3725,male,2009 +Adelie,Dream,37.3,16.8,192,3000,female,2009 +Adelie,Dream,39,18.7,185,3650,male,2009 +Adelie,Dream,39.2,18.6,190,4250,male,2009 +Adelie,Dream,36.6,18.4,184,3475,female,2009 +Adelie,Dream,36,17.8,195,3450,female,2009 +Adelie,Dream,37.8,18.1,193,3750,male,2009 +Adelie,Dream,36,17.1,187,3700,female,2009 +Adelie,Dream,41.5,18.5,201,4000,male,2009 +Gentoo,Biscoe,46.1,13.2,211,4500,female,2007 +Gentoo,Biscoe,50,16.3,230,5700,male,2007 +Gentoo,Biscoe,48.7,14.1,210,4450,female,2007 +Gentoo,Biscoe,50,15.2,218,5700,male,2007 +Gentoo,Biscoe,47.6,14.5,215,5400,male,2007 +Gentoo,Biscoe,46.5,13.5,210,4550,female,2007 +Gentoo,Biscoe,45.4,14.6,211,4800,female,2007 +Gentoo,Biscoe,46.7,15.3,219,5200,male,2007 +Gentoo,Biscoe,43.3,13.4,209,4400,female,2007 +Gentoo,Biscoe,46.8,15.4,215,5150,male,2007 +Gentoo,Biscoe,40.9,13.7,214,4650,female,2007 +Gentoo,Biscoe,49,16.1,216,5550,male,2007 +Gentoo,Biscoe,45.5,13.7,214,4650,female,2007 +Gentoo,Biscoe,48.4,14.6,213,5850,male,2007 +Gentoo,Biscoe,45.8,14.6,210,4200,female,2007 +Gentoo,Biscoe,49.3,15.7,217,5850,male,2007 +Gentoo,Biscoe,42,13.5,210,4150,female,2007 +Gentoo,Biscoe,49.2,15.2,221,6300,male,2007 +Gentoo,Biscoe,46.2,14.5,209,4800,female,2007 +Gentoo,Biscoe,48.7,15.1,222,5350,male,2007 +Gentoo,Biscoe,50.2,14.3,218,5700,male,2007 +Gentoo,Biscoe,45.1,14.5,215,5000,female,2007 +Gentoo,Biscoe,46.5,14.5,213,4400,female,2007 +Gentoo,Biscoe,46.3,15.8,215,5050,male,2007 +Gentoo,Biscoe,42.9,13.1,215,5000,female,2007 +Gentoo,Biscoe,46.1,15.1,215,5100,male,2007 +Gentoo,Biscoe,44.5,14.3,216,4100,NA,2007 +Gentoo,Biscoe,47.8,15,215,5650,male,2007 +Gentoo,Biscoe,48.2,14.3,210,4600,female,2007 +Gentoo,Biscoe,50,15.3,220,5550,male,2007 +Gentoo,Biscoe,47.3,15.3,222,5250,male,2007 +Gentoo,Biscoe,42.8,14.2,209,4700,female,2007 +Gentoo,Biscoe,45.1,14.5,207,5050,female,2007 +Gentoo,Biscoe,59.6,17,230,6050,male,2007 +Gentoo,Biscoe,49.1,14.8,220,5150,female,2008 +Gentoo,Biscoe,48.4,16.3,220,5400,male,2008 +Gentoo,Biscoe,42.6,13.7,213,4950,female,2008 +Gentoo,Biscoe,44.4,17.3,219,5250,male,2008 +Gentoo,Biscoe,44,13.6,208,4350,female,2008 +Gentoo,Biscoe,48.7,15.7,208,5350,male,2008 +Gentoo,Biscoe,42.7,13.7,208,3950,female,2008 +Gentoo,Biscoe,49.6,16,225,5700,male,2008 +Gentoo,Biscoe,45.3,13.7,210,4300,female,2008 +Gentoo,Biscoe,49.6,15,216,4750,male,2008 +Gentoo,Biscoe,50.5,15.9,222,5550,male,2008 +Gentoo,Biscoe,43.6,13.9,217,4900,female,2008 +Gentoo,Biscoe,45.5,13.9,210,4200,female,2008 +Gentoo,Biscoe,50.5,15.9,225,5400,male,2008 +Gentoo,Biscoe,44.9,13.3,213,5100,female,2008 +Gentoo,Biscoe,45.2,15.8,215,5300,male,2008 +Gentoo,Biscoe,46.6,14.2,210,4850,female,2008 +Gentoo,Biscoe,48.5,14.1,220,5300,male,2008 +Gentoo,Biscoe,45.1,14.4,210,4400,female,2008 +Gentoo,Biscoe,50.1,15,225,5000,male,2008 +Gentoo,Biscoe,46.5,14.4,217,4900,female,2008 +Gentoo,Biscoe,45,15.4,220,5050,male,2008 +Gentoo,Biscoe,43.8,13.9,208,4300,female,2008 +Gentoo,Biscoe,45.5,15,220,5000,male,2008 +Gentoo,Biscoe,43.2,14.5,208,4450,female,2008 +Gentoo,Biscoe,50.4,15.3,224,5550,male,2008 +Gentoo,Biscoe,45.3,13.8,208,4200,female,2008 +Gentoo,Biscoe,46.2,14.9,221,5300,male,2008 +Gentoo,Biscoe,45.7,13.9,214,4400,female,2008 +Gentoo,Biscoe,54.3,15.7,231,5650,male,2008 +Gentoo,Biscoe,45.8,14.2,219,4700,female,2008 +Gentoo,Biscoe,49.8,16.8,230,5700,male,2008 +Gentoo,Biscoe,46.2,14.4,214,4650,NA,2008 +Gentoo,Biscoe,49.5,16.2,229,5800,male,2008 +Gentoo,Biscoe,43.5,14.2,220,4700,female,2008 +Gentoo,Biscoe,50.7,15,223,5550,male,2008 +Gentoo,Biscoe,47.7,15,216,4750,female,2008 +Gentoo,Biscoe,46.4,15.6,221,5000,male,2008 +Gentoo,Biscoe,48.2,15.6,221,5100,male,2008 +Gentoo,Biscoe,46.5,14.8,217,5200,female,2008 +Gentoo,Biscoe,46.4,15,216,4700,female,2008 +Gentoo,Biscoe,48.6,16,230,5800,male,2008 +Gentoo,Biscoe,47.5,14.2,209,4600,female,2008 +Gentoo,Biscoe,51.1,16.3,220,6000,male,2008 +Gentoo,Biscoe,45.2,13.8,215,4750,female,2008 +Gentoo,Biscoe,45.2,16.4,223,5950,male,2008 +Gentoo,Biscoe,49.1,14.5,212,4625,female,2009 +Gentoo,Biscoe,52.5,15.6,221,5450,male,2009 +Gentoo,Biscoe,47.4,14.6,212,4725,female,2009 +Gentoo,Biscoe,50,15.9,224,5350,male,2009 +Gentoo,Biscoe,44.9,13.8,212,4750,female,2009 +Gentoo,Biscoe,50.8,17.3,228,5600,male,2009 +Gentoo,Biscoe,43.4,14.4,218,4600,female,2009 +Gentoo,Biscoe,51.3,14.2,218,5300,male,2009 +Gentoo,Biscoe,47.5,14,212,4875,female,2009 +Gentoo,Biscoe,52.1,17,230,5550,male,2009 +Gentoo,Biscoe,47.5,15,218,4950,female,2009 +Gentoo,Biscoe,52.2,17.1,228,5400,male,2009 +Gentoo,Biscoe,45.5,14.5,212,4750,female,2009 +Gentoo,Biscoe,49.5,16.1,224,5650,male,2009 +Gentoo,Biscoe,44.5,14.7,214,4850,female,2009 +Gentoo,Biscoe,50.8,15.7,226,5200,male,2009 +Gentoo,Biscoe,49.4,15.8,216,4925,male,2009 +Gentoo,Biscoe,46.9,14.6,222,4875,female,2009 +Gentoo,Biscoe,48.4,14.4,203,4625,female,2009 +Gentoo,Biscoe,51.1,16.5,225,5250,male,2009 +Gentoo,Biscoe,48.5,15,219,4850,female,2009 +Gentoo,Biscoe,55.9,17,228,5600,male,2009 +Gentoo,Biscoe,47.2,15.5,215,4975,female,2009 +Gentoo,Biscoe,49.1,15,228,5500,male,2009 +Gentoo,Biscoe,47.3,13.8,216,4725,NA,2009 +Gentoo,Biscoe,46.8,16.1,215,5500,male,2009 +Gentoo,Biscoe,41.7,14.7,210,4700,female,2009 +Gentoo,Biscoe,53.4,15.8,219,5500,male,2009 +Gentoo,Biscoe,43.3,14,208,4575,female,2009 +Gentoo,Biscoe,48.1,15.1,209,5500,male,2009 +Gentoo,Biscoe,50.5,15.2,216,5000,female,2009 +Gentoo,Biscoe,49.8,15.9,229,5950,male,2009 +Gentoo,Biscoe,43.5,15.2,213,4650,female,2009 +Gentoo,Biscoe,51.5,16.3,230,5500,male,2009 +Gentoo,Biscoe,46.2,14.1,217,4375,female,2009 +Gentoo,Biscoe,55.1,16,230,5850,male,2009 +Gentoo,Biscoe,44.5,15.7,217,4875,NA,2009 +Gentoo,Biscoe,48.8,16.2,222,6000,male,2009 +Gentoo,Biscoe,47.2,13.7,214,4925,female,2009 +Gentoo,Biscoe,46.8,14.3,215,4850,female,2009 +Gentoo,Biscoe,50.4,15.7,222,5750,male,2009 +Gentoo,Biscoe,45.2,14.8,212,5200,female,2009 +Gentoo,Biscoe,49.9,16.1,213,5400,male,2009 +Chinstrap,Dream,46.5,17.9,192,3500,female,2007 +Chinstrap,Dream,50,19.5,196,3900,male,2007 +Chinstrap,Dream,51.3,19.2,193,3650,male,2007 +Chinstrap,Dream,45.4,18.7,188,3525,female,2007 +Chinstrap,Dream,52.7,19.8,197,3725,male,2007 +Chinstrap,Dream,45.2,17.8,198,3950,female,2007 +Chinstrap,Dream,46.1,18.2,178,3250,female,2007 +Chinstrap,Dream,51.3,18.2,197,3750,male,2007 +Chinstrap,Dream,46,18.9,195,4150,female,2007 +Chinstrap,Dream,51.3,19.9,198,3700,male,2007 +Chinstrap,Dream,46.6,17.8,193,3800,female,2007 +Chinstrap,Dream,51.7,20.3,194,3775,male,2007 +Chinstrap,Dream,47,17.3,185,3700,female,2007 +Chinstrap,Dream,52,18.1,201,4050,male,2007 +Chinstrap,Dream,45.9,17.1,190,3575,female,2007 +Chinstrap,Dream,50.5,19.6,201,4050,male,2007 +Chinstrap,Dream,50.3,20,197,3300,male,2007 +Chinstrap,Dream,58,17.8,181,3700,female,2007 +Chinstrap,Dream,46.4,18.6,190,3450,female,2007 +Chinstrap,Dream,49.2,18.2,195,4400,male,2007 +Chinstrap,Dream,42.4,17.3,181,3600,female,2007 +Chinstrap,Dream,48.5,17.5,191,3400,male,2007 +Chinstrap,Dream,43.2,16.6,187,2900,female,2007 +Chinstrap,Dream,50.6,19.4,193,3800,male,2007 +Chinstrap,Dream,46.7,17.9,195,3300,female,2007 +Chinstrap,Dream,52,19,197,4150,male,2007 +Chinstrap,Dream,50.5,18.4,200,3400,female,2008 +Chinstrap,Dream,49.5,19,200,3800,male,2008 +Chinstrap,Dream,46.4,17.8,191,3700,female,2008 +Chinstrap,Dream,52.8,20,205,4550,male,2008 +Chinstrap,Dream,40.9,16.6,187,3200,female,2008 +Chinstrap,Dream,54.2,20.8,201,4300,male,2008 +Chinstrap,Dream,42.5,16.7,187,3350,female,2008 +Chinstrap,Dream,51,18.8,203,4100,male,2008 +Chinstrap,Dream,49.7,18.6,195,3600,male,2008 +Chinstrap,Dream,47.5,16.8,199,3900,female,2008 +Chinstrap,Dream,47.6,18.3,195,3850,female,2008 +Chinstrap,Dream,52,20.7,210,4800,male,2008 +Chinstrap,Dream,46.9,16.6,192,2700,female,2008 +Chinstrap,Dream,53.5,19.9,205,4500,male,2008 +Chinstrap,Dream,49,19.5,210,3950,male,2008 +Chinstrap,Dream,46.2,17.5,187,3650,female,2008 +Chinstrap,Dream,50.9,19.1,196,3550,male,2008 +Chinstrap,Dream,45.5,17,196,3500,female,2008 +Chinstrap,Dream,50.9,17.9,196,3675,female,2009 +Chinstrap,Dream,50.8,18.5,201,4450,male,2009 +Chinstrap,Dream,50.1,17.9,190,3400,female,2009 +Chinstrap,Dream,49,19.6,212,4300,male,2009 +Chinstrap,Dream,51.5,18.7,187,3250,male,2009 +Chinstrap,Dream,49.8,17.3,198,3675,female,2009 +Chinstrap,Dream,48.1,16.4,199,3325,female,2009 +Chinstrap,Dream,51.4,19,201,3950,male,2009 +Chinstrap,Dream,45.7,17.3,193,3600,female,2009 +Chinstrap,Dream,50.7,19.7,203,4050,male,2009 +Chinstrap,Dream,42.5,17.3,187,3350,female,2009 +Chinstrap,Dream,52.2,18.8,197,3450,male,2009 +Chinstrap,Dream,45.2,16.6,191,3250,female,2009 +Chinstrap,Dream,49.3,19.9,203,4050,male,2009 +Chinstrap,Dream,50.2,18.8,202,3800,male,2009 +Chinstrap,Dream,45.6,19.4,194,3525,female,2009 +Chinstrap,Dream,51.9,19.5,206,3950,male,2009 +Chinstrap,Dream,46.8,16.5,189,3650,female,2009 +Chinstrap,Dream,45.7,17,195,3650,female,2009 +Chinstrap,Dream,55.8,19.8,207,4000,male,2009 +Chinstrap,Dream,43.5,18.1,202,3400,female,2009 +Chinstrap,Dream,49.6,18.2,193,3775,male,2009 +Chinstrap,Dream,50.8,19,210,4100,male,2009 +Chinstrap,Dream,50.2,18.7,198,3775,female,2009 diff --git a/docs/projects/problem-set-2/problem-set-2.Rproj b/docs/projects/problem-set-2/problem-set-2.Rproj new file mode 100755 index 00000000..254c1762 --- /dev/null +++ b/docs/projects/problem-set-2/problem-set-2.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Yes + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/problem-set-2/your-name_problem-set-2.Rmd b/docs/projects/problem-set-2/your-name_problem-set-2.Rmd new file mode 100644 index 00000000..aa8e2b8c --- /dev/null +++ b/docs/projects/problem-set-2/your-name_problem-set-2.Rmd @@ -0,0 +1,330 @@ +--- +title: "Problem set 2: Regression" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(modelsummary) + +# Load penguins data +penguins <- read_csv("data/penguins.csv") +``` + +# Task 1: Penguins + +Between 2007 and 2009, researchers collected data on penguins in three islands in the Palmer Archipelago in Antarctica: Biscoe, Dream, and Torgersen. The `penguins` dataset has data for 342 penguins from 3 different species: Chinstrap, Gentoo, and Adélie. It includes the following variables: + +- `species`: The penguin's species (Chinstrap, Gentoo, and Adélie) +- `island`: The island where the penguin lives (Biscoe, Dream, and Torgersen) +- `bill_length_mm`: The length of the penguin's bill, in millimeters (distance from the penguin's face to the tip of the bill) +- `bill_depth_mm`: The depth of the penguin's bill, in millimeters (height of the bill; distance from the bottom of the bill to the top of the bill) +- `flipper_length_mm`: The length of the penguin's flippers, in millimeters +- `body_mass_g`: The weight of the penguin, in grams +- `sex`: The sex of the penguin +- `year`: The year the observation was made + +## Exploratory analysis + +What is the relationship between penguin weight and bill depth? This plot shows some initial trends: + +```{r plot-penguin-weight-depth} +ggplot(data = penguins, + aes(x = bill_depth_mm, y = body_mass_g)) + + geom_point() +``` + +Make a new plot that colors these points by species. What can you tell about the relationship between bill depth and penguin weight? + +```{r plot-penguin-weight-depth-by-species} + +``` + +Add a `geom_smooth()` layer to the plot and make sure it uses a straight line (hint: include `method="lm"` in the function). What does this tell you about the relationship between bill depth and body mass? + +```{r plot-penguin-weight-depth-by-species-with-lines} + +``` + +Change the plot so that there's a single line for all the points instead of one line per species. How does the slope of this single line differ from the slopes of the species specific lines? ***Why??*** + +```{r plot-penguin-weight-depth-by-species-with-one-line} + +``` + +What is the relationship between flipper length and body mass? Make another plot with `flipper_length_mm` on the x-axis, `body_mass_g` on the y-axis, and points colored by `species`. + +```{r} + +``` + +Facet the plot by island (`island`) + +```{r} +ggplot(data = penguins, + aes(x = flipper_length_mm, y = body_mass_g, color = species)) + + geom_point() + + facet_wrap(vars(island)) +``` + +Tell a story about the relationship between flipper length and weight in these three penguin species. + +SAY SOMETHING HERE + +Tell a story about the distribution of penguins across the three islands. + +SAY SOMETHING HERE + + +## Models + +### Predicting weight with bill depth + +Does bill depth predict penguin weight? + +```{r model-depth-weight} +model_depth_weight <- lm(body_mass_g ~ bill_depth_mm, + data = penguins) + +tidy(model_depth_weight, conf.int = TRUE) +``` + +```{r model-details-depth-weight} +glance(model_depth_weight) +``` + +INTERPRET THE COEFFICIENTS AND RESULTS HERE. What happens as bills get taller? Is the association statistically significant? How confident are you about these results? (Hint: look at the $R^2$) + + +### Predicting weight with bill depth and flipper length + +RUN A MODEL that predicts weight with bill depth and flipper length (i.e. body_mass_g ~ bill_depth_mm + flipper_length_mm) + +```{r model-weight-depth-flipper} + +``` + +```{r model-details-weight-depth-flipper} + +``` + +INTERPRET THESE RESULTS. Did the size of the bill depth coefficient change after controlling for flipper length? + + +### Predicting weight with bill depth, flipper length, and species + +RUN A MODEL that predicts weight with bill depth, flipper length, and species. + +```{r model-weight-depth-flipper-species} + +``` + +```{r model-details-weight-depth-flipper-species} + +``` + +INTERPRET THESE RESULTS. What do the species coefficients mean? Did the bill depth coefficient change after controlling for both flipper length and species? + +## All models at the same time + +```{r all-penguin-models} +# Right now there's only one model here. Add the others from above (whatever you +# called them) like so: +# modelsummary(list(model_depth_weight, some_other_model, yet_another_model, etc)) + +modelsummary(list(model_depth_weight)) +``` + +--- + +# Task 2: Food access and mortality + +```{r load-food-mortality-data} +# Make sure you look at this dataset by clicking on its name in the Environment +# panel in RStudio. Sort some of the different columns and look around to get a +# feel for what's in the data +food_health <- read_csv("data/food_health_politics.csv") +``` + +We're interested in looking at the relationships between food access, mortality, and politics. Do do this, we look at data from three different sources: + +- The USDA's [Food Environment Atlas](https://www.ers.usda.gov/data-products/food-environment-atlas/documentation/) +- The CDC's ["Compressed Mortality File 1999-2015 Series 20 No. 2U, 2016"](http://wonder.cdc.gov/cmf-icd10.html) +- 2016 election results (found all over the internet) + +Each row in the dataset is a US county. The main outcome we care about is `mortality_rate`, or the number of deaths per 100,000 people in a county between 2013-2015. Other interesting variables in the dataset include: + +- `pct_low_access_pop`: Percent of the county's population with low access to food +- `pct_children_low_access`: Percent of the county's children with low access to food +- `grocery_stores_per_1000`: Number of grocery stores in a county (per 1,000 residents) +- `snap_stores_per_1000`: Number of stores that accept SNAP (food stamps) in a county (per 1,000 residents) +- `fastfood_per_1000`: Number of fast food stores in a county (per 1,000 residents) +- `per_dem_2012`: Percent of the county that voted for Obama in 2012 +- `per_dem_2016`: Percent of the county that voted for Clinton in 2016 + + +## Exploratory analysis + +### How related are mortality rate and access to food? + +```{r cor-mortality-food} +# Notice how this is a little different from what was in the complete example +# with SAT scores. It's not possible to calculate correlations when there is +# missing data. The `use = "complete.obs"` argument here tells R to ignore any +# rows where either mortality_rate or pct_low_access_pop is missing +cor(food_health$mortality_rate, food_health$pct_low_access_pop, + use = "complete.obs") +``` + +SAY SOMETHING HERE. This is backwards from what you might expect, since it trends downward (i.e. the mortality rate is lower in counties with a greater proportion of the population with low access to food). Why might that be? Is there really a relationship? + +```{r plot-mortality-food, warning=FALSE} +# Use warning=FALSE in the chunk options to remove the warning about missing data +ggplot(food_health, aes(x = pct_low_access_pop, y = mortality_rate)) + + geom_point() + + geom_smooth(method = "lm") + + labs(x = "% of county with low access to food", + y = "Mortality rate (per 100,000 residents)") +``` + + +### How related are mortality rate and the prevalence of fast food restaurants? + +```{r cor-mortality-fastfood} + +``` + +SAY SOMETHING HERE + +```{r plot-mortality-fastfood} + +``` + + +### How related are mortality rate and the prevalence of SNAP stores per 1,000 residents? + +```{r cor-mortality-snap} + +``` + +SAY SOMETHING HERE + +```{r plot-mortality-snap} + +``` + + +### How related are mortality rate and the percent of the county that voted for Democrats in 2016? + +```{r cor-mortality-2016} + +``` + +SAY SOMETHING HERE + +```{r plot-mortality-2016} + +``` + + +## Models + +### Does access to food predict mortality? + +SAY SOMETHING HERE + +```{r model-mortality-food} +model_mortality_food <- lm(mortality_rate ~ pct_low_access_pop, + data = food_health) + +tidy(model_mortality_food, conf.int = TRUE) +``` + +```{r model-details-mortality-food} +glance(model_mortality_food) +``` + +INTERPRET THE COEFFICIENTS AND RESULTS HERE. What happens as the percent of low access to food goes up by 1%? Is that significant? Again, this is backwards from what you'd expect---as the percent of low access goes up, mortality drops. Why might that be? How much do you trust this finding? (Hint: look at the R2 value) + +### Do more SNAP stores per person predict mortality? + +```{r model-mortality-snap} + +``` + +```{r model-details-mortality-snap} + +``` + +SAY SOMETHING HERE. What happens as the proportion of SNAP stores goes up? Do you trust this number more or less than low access to food? + +### Do election results and access to food and SNAP stores predict mortality? + +RUN A MODEL THAT PREDICTS MORTALITY WITH A BUNCH OF COVARIATES (i.e. mortality_rate ~ pct_low_access_pop + snap_stores_per_1000 + per_dem_2016 + anything else you want to throw in) + +```{r model-mortality-lots-of-things} + +``` + +```{r model-details-mortality-lots-of-things} + +``` + +SAY SOMETHING HERE. Interpret the different coefficients. How predictive is this model (i.e. what's the R2)? Do you believe this model? + +### Mortality, contolling for state differences + +RUN A MODEL with some number of plausible independent/explanatory variables. Include `state` as one of them + +```{r model-mortality-state} +# Add other explanatory variables here +model_with_state <- lm(mortality_rate ~ pct_low_access_pop + state, + data = food_health) + +# This table is 50+ rows long! While it might be interesting to see changes in +# intercept in relation to Alaska (the omitted state here), like how Alabama's +# mortality rate is 137 higher than Alaska's while DC's is 84 lower, it's not +# super helpful. Controlling for state does capture some of the state-specific +# reasons for varying mortality though, so it's good to include. We just don't +# really need to see all those coefficients. To remove them from this table of +# results, filter them out. The "!" in R means "not", so here we're only looking +# at rows that don't start with "state" +tidy(model_with_state, conf.int = TRUE) %>% + filter(!str_starts(term, "state")) +``` + +```{r model-state-mortality-lots-of-things} + +``` + +SAY SOMETHING ABOUT THIS MODEL + + +## All models at the same time + +PUT ALL THE MODEL RESULTS IN THE SAME SIDE-BY-SIDE TABLE HERE + +```{r everything-together} +# Right now there are only two models here. Add the others from above (whatever +# you called them) like so: +# modelsummary(list(model_mortality_food, some_other_model, yet_another_model, etc)) + +# Also, by default, modelsummary will include all the state coefficients, which +# we don't want. We can omit specific coefficients with the `coef_omit` +# argument. The ^ character means it'll omit coefficients that *start with* +# "state". Without ^, it would omit any coefficient where the characters "state" +# appeared anywhere in the name, which might be too greedy + +modelsummary(list(model_mortality_food, model_with_state), + coef_omit = "^state") +``` diff --git a/docs/projects/problem-set-3/barrel-dag-observational.png b/docs/projects/problem-set-3/barrel-dag-observational.png new file mode 100644 index 00000000..2b7066da Binary files /dev/null and b/docs/projects/problem-set-3/barrel-dag-observational.png differ diff --git a/docs/projects/problem-set-3/barrel-dag-rct.png b/docs/projects/problem-set-3/barrel-dag-rct.png new file mode 100644 index 00000000..fb822ac2 Binary files /dev/null and b/docs/projects/problem-set-3/barrel-dag-rct.png differ diff --git a/docs/projects/problem-set-3/data/barrels_observational.csv b/docs/projects/problem-set-3/data/barrels_observational.csv new file mode 100644 index 00000000..73cd55a2 --- /dev/null +++ b/docs/projects/problem-set-3/data/barrels_observational.csv @@ -0,0 +1,1242 @@ +id,water_bill,barrel,barrel_num,yard_size,home_garden,home_garden_num,attitude_env,temperature +1,212.73,Barrel,1,25811,No home garden,0,3,81.1 +2,258.76,No barrel,0,39479,Home garden,1,7,65.1 +3,156.49,Barrel,1,13297,No home garden,0,7,75.9 +4,254.84,No barrel,0,28259,No home garden,0,2,70.6 +5,194.78,Barrel,1,21479,No home garden,0,5,66.7 +6,201.81,Barrel,1,28906,Home garden,1,8,75.3 +7,210.42,No barrel,0,7041,No home garden,0,3,66.3 +8,255.56,No barrel,0,29434,No home garden,0,4,71.3 +9,187.88,Barrel,1,24779,Home garden,1,8,70 +10,252.21,No barrel,0,29741,Home garden,1,9,68.4 +11,174.36,Barrel,1,16931,No home garden,0,7,70.5 +12,183.78,Barrel,1,10357,No home garden,0,8,74.4 +13,202.02,Barrel,1,16071,No home garden,0,6,81 +14,185.85,Barrel,1,14977,No home garden,0,6,73 +15,211.61,Barrel,1,13053,No home garden,0,3,81.7 +16,208,Barrel,1,24206,No home garden,0,4,70.3 +17,181.79,No barrel,0,14641,No home garden,0,8,58.7 +18,213.09,Barrel,1,15519,No home garden,0,3,78.6 +19,174.12,No barrel,0,6782,No home garden,0,9,62.6 +20,231.34,No barrel,0,19185,No home garden,0,5,66.1 +21,219.84,No barrel,0,26319,Home garden,1,7,69.9 +22,192.17,Barrel,1,35468,Home garden,1,7,75.2 +23,236.49,Barrel,1,35299,No home garden,0,3,81.2 +24,183.51,No barrel,0,8066,No home garden,0,8,70.9 +25,179.93,No barrel,0,9509,No home garden,0,6,70.3 +26,188.89,Barrel,1,21281,No home garden,0,2,69 +27,265.28,No barrel,0,20160,No home garden,0,2,72.6 +28,266.37,No barrel,0,28510,Home garden,1,7,71.5 +29,142.15,Barrel,1,3815,No home garden,0,6,65 +30,223.17,No barrel,0,11933,No home garden,0,4,71.4 +31,265.78,No barrel,0,36989,Home garden,1,5,63 +32,203.82,No barrel,0,13489,No home garden,0,5,73.2 +33,250.57,No barrel,0,17570,No home garden,0,2,68.6 +34,225.84,No barrel,0,17197,No home garden,0,3,72.7 +35,261.62,No barrel,0,37644,Home garden,1,6,66.4 +36,257.22,No barrel,0,33476,Home garden,1,7,70.9 +37,233.64,No barrel,0,24009,No home garden,0,1,64 +38,204.67,Barrel,1,10880,No home garden,0,4,81.1 +39,271.29,No barrel,0,31316,Home garden,1,6,71.6 +40,260.6,No barrel,0,34542,Home garden,1,5,72.5 +41,233.32,No barrel,0,14983,No home garden,0,4,70.5 +42,192.14,Barrel,1,27877,Home garden,1,9,66.2 +43,233.46,Barrel,1,27994,No home garden,0,5,80.8 +44,189.38,No barrel,0,15527,No home garden,0,2,68.7 +45,171.08,Barrel,1,13715,No home garden,0,8,75 +46,268.69,No barrel,0,28308,No home garden,0,2,72.1 +47,222.04,No barrel,0,26454,No home garden,0,5,64 +48,256.28,No barrel,0,29906,No home garden,0,4,72 +49,213.61,No barrel,0,18501,Home garden,1,9,69.2 +50,248.19,No barrel,0,26720,No home garden,0,5,73.5 +51,270.18,No barrel,0,35343,Home garden,1,6,69.1 +52,216.79,No barrel,0,12211,No home garden,0,6,70.1 +53,235.35,Barrel,1,28904,Home garden,1,7,77.5 +54,175.73,Barrel,1,13592,No home garden,0,6,74.2 +55,210.69,No barrel,0,12990,No home garden,0,4,71.6 +56,184.29,Barrel,1,9363,No home garden,0,7,74.2 +57,239.13,No barrel,0,27521,Home garden,1,7,67.1 +58,224.67,Barrel,1,24539,No home garden,0,3,73.9 +59,250.85,No barrel,0,26410,No home garden,0,4,69.6 +60,166.68,Barrel,1,12062,No home garden,0,6,71.4 +61,235.72,Barrel,1,32672,No home garden,0,4,72.5 +62,207.25,Barrel,1,34827,Home garden,1,6,72.4 +63,205.15,Barrel,1,24811,No home garden,0,3,75.4 +64,186,No barrel,0,13646,No home garden,0,6,66.1 +65,223.82,No barrel,0,20140,No home garden,0,3,62.2 +66,229.3,Barrel,1,24714,No home garden,0,4,69.6 +67,219.04,No barrel,0,11316,No home garden,0,8,71.1 +68,287.82,No barrel,0,23572,No home garden,0,4,73.8 +69,253.42,No barrel,0,29730,No home garden,0,5,69.4 +70,206.44,No barrel,0,12860,No home garden,0,6,67.7 +71,213.55,No barrel,0,13761,No home garden,0,5,63.3 +72,221.17,Barrel,1,25221,No home garden,0,4,68.1 +73,227.28,No barrel,0,31993,Home garden,1,5,68.4 +74,179.57,Barrel,1,31952,No home garden,0,5,60.7 +75,254.44,No barrel,0,36695,Home garden,1,5,65.1 +76,223,No barrel,0,16829,No home garden,0,1,61.9 +77,212.64,No barrel,0,26067,Home garden,1,7,65.7 +78,224.06,No barrel,0,23897,No home garden,0,7,69.2 +79,234.41,No barrel,0,34248,Home garden,1,7,69.2 +80,257.09,No barrel,0,28608,Home garden,1,7,72 +81,126.53,Barrel,1,4832,No home garden,0,7,60.6 +82,244.96,No barrel,0,24637,Home garden,1,6,68.1 +83,252.02,No barrel,0,29531,Home garden,1,6,66.5 +84,214.61,No barrel,0,18565,No home garden,0,5,67.2 +85,219.13,No barrel,0,19108,No home garden,0,1,71.8 +86,245.27,No barrel,0,30574,Home garden,1,6,71.9 +87,229.19,No barrel,0,20286,No home garden,0,4,65.7 +88,263.65,No barrel,0,16218,No home garden,0,4,69.7 +89,182.68,No barrel,0,18107,No home garden,0,7,67.5 +90,218.32,No barrel,0,23129,Home garden,1,8,71.1 +91,189.43,Barrel,1,17230,Home garden,1,9,74.9 +92,187.1,Barrel,1,24724,Home garden,1,7,65.1 +93,247.13,No barrel,0,12219,No home garden,0,2,77 +94,217.41,No barrel,0,27721,Home garden,1,6,60.8 +95,244.46,No barrel,0,18977,No home garden,0,4,74.8 +96,217.75,Barrel,1,25067,Home garden,1,7,74.5 +97,199.82,Barrel,1,27990,Home garden,1,6,73.9 +98,193.69,No barrel,0,16333,No home garden,0,6,66 +99,267.4,No barrel,0,26412,No home garden,0,6,70.3 +100,121.75,Barrel,1,6261,No home garden,0,5,66.9 +101,218.11,No barrel,0,22827,No home garden,0,3,62.8 +102,270.05,No barrel,0,28279,No home garden,0,4,67.8 +103,191.1,Barrel,1,18408,No home garden,0,6,76.8 +104,178.38,No barrel,0,11176,No home garden,0,6,62.2 +105,175.22,No barrel,0,10682,No home garden,0,6,62.5 +106,250.71,No barrel,0,25144,No home garden,0,4,69.3 +107,239.01,No barrel,0,22087,No home garden,0,5,69.3 +108,226.17,Barrel,1,33313,Home garden,1,8,77.9 +109,221.65,No barrel,0,26079,No home garden,0,5,69 +110,212.91,No barrel,0,21691,No home garden,0,5,66.1 +111,182.32,Barrel,1,24941,Home garden,1,9,62.4 +112,218.28,Barrel,1,28018,Home garden,1,8,71.4 +113,230.27,No barrel,0,26331,Home garden,1,8,71.9 +114,257.66,No barrel,0,32150,No home garden,0,4,68.1 +115,210.18,Barrel,1,27143,No home garden,0,5,76 +116,166.36,Barrel,1,15679,Home garden,1,9,69.6 +117,240.31,Barrel,1,34956,No home garden,0,3,66.8 +118,206.07,Barrel,1,23506,No home garden,0,4,78.7 +119,218.62,No barrel,0,21556,No home garden,0,4,70.7 +120,200.36,Barrel,1,11430,No home garden,0,2,75.8 +121,195.36,Barrel,1,19677,No home garden,0,4,66.3 +122,205.18,Barrel,1,28299,No home garden,0,4,65.8 +123,185.46,Barrel,1,14878,No home garden,0,5,71 +124,234.73,No barrel,0,19757,No home garden,0,5,78.1 +125,251.71,No barrel,0,24519,No home garden,0,5,70 +126,194.99,No barrel,0,27526,No home garden,0,6,57.9 +127,225.89,No barrel,0,22271,No home garden,0,6,68.4 +128,235.78,No barrel,0,17550,No home garden,0,3,71.4 +129,216.38,No barrel,0,22228,No home garden,0,3,62 +130,242.48,Barrel,1,18875,No home garden,0,2,82.2 +131,207.6,Barrel,1,28731,No home garden,0,3,64.5 +132,216.38,No barrel,0,19544,No home garden,0,7,62.7 +133,250.36,Barrel,1,28653,No home garden,0,4,80.9 +134,223.57,No barrel,0,14885,No home garden,0,7,69.1 +135,281.43,No barrel,0,27255,No home garden,0,5,82.2 +136,233.91,No barrel,0,22252,No home garden,0,5,67.4 +137,156.53,Barrel,1,16299,No home garden,0,3,54 +138,227,No barrel,0,28339,No home garden,0,4,63.4 +139,214.42,Barrel,1,31862,Home garden,1,6,71.2 +140,189.05,Barrel,1,25688,No home garden,0,5,71.5 +141,178.81,Barrel,1,23795,Home garden,1,9,72.1 +142,243.03,No barrel,0,26763,No home garden,0,5,76.2 +143,241.5,No barrel,0,20645,No home garden,0,6,68.3 +144,212.11,No barrel,0,11961,No home garden,0,4,70.7 +145,187.78,No barrel,0,17118,No home garden,0,7,69.8 +146,228.93,No barrel,0,28364,Home garden,1,6,68.2 +147,153.46,Barrel,1,7939,No home garden,0,7,67.8 +148,227.48,Barrel,1,32363,No home garden,0,2,73.4 +149,183.06,Barrel,1,20559,No home garden,0,3,68.6 +150,213.13,No barrel,0,22450,No home garden,0,7,66.8 +151,213.43,Barrel,1,21992,No home garden,0,4,78.7 +152,264.03,No barrel,0,27979,No home garden,0,2,71.8 +153,170.94,No barrel,0,6885,No home garden,0,7,66.4 +154,171.81,Barrel,1,30342,Home garden,1,6,68 +155,223.55,No barrel,0,18034,No home garden,0,5,71.6 +156,164.64,Barrel,1,3635,No home garden,0,4,71.4 +157,245.53,No barrel,0,13369,No home garden,0,2,74.4 +158,170.86,Barrel,1,20765,No home garden,0,7,64 +159,174.32,Barrel,1,20211,No home garden,0,5,74.9 +160,174.87,No barrel,0,6049,No home garden,0,6,67.2 +161,217.44,No barrel,0,28028,No home garden,0,6,69.5 +162,168.98,No barrel,0,24006,Home garden,1,8,62.1 +163,193.86,No barrel,0,22052,No home garden,0,4,61.7 +164,219.74,No barrel,0,27177,No home garden,0,6,69.6 +165,186,Barrel,1,20355,Home garden,1,8,76.3 +166,145.88,Barrel,1,9577,No home garden,0,9,68.7 +167,242,No barrel,0,34602,No home garden,0,4,69.9 +168,235.19,No barrel,0,24962,No home garden,0,5,68.2 +169,168.35,No barrel,0,7522,No home garden,0,9,72.9 +170,256.56,No barrel,0,30832,No home garden,0,3,67.5 +171,278.48,No barrel,0,33357,Home garden,1,7,73.9 +172,261.39,No barrel,0,28891,No home garden,0,4,70.1 +173,191.91,Barrel,1,7664,No home garden,0,7,79.2 +174,254.93,No barrel,0,22879,No home garden,0,1,71.6 +175,199.93,Barrel,1,32797,Home garden,1,9,70.9 +176,151.87,Barrel,1,6317,No home garden,0,3,69.9 +177,240.35,No barrel,0,38750,No home garden,0,4,63.2 +178,215.35,No barrel,0,10549,No home garden,0,6,70.8 +179,244.16,No barrel,0,16835,No home garden,0,2,71.9 +180,261.26,No barrel,0,29641,No home garden,0,5,64.1 +181,170.42,No barrel,0,1950,No home garden,0,7,68 +182,218.08,Barrel,1,21646,No home garden,0,4,76.4 +183,197.67,Barrel,1,31386,No home garden,0,5,75.5 +184,217.84,No barrel,0,23409,No home garden,0,5,68.3 +185,292.06,No barrel,0,36306,No home garden,0,3,76.1 +186,195.83,No barrel,0,14235,No home garden,0,8,71.7 +187,191.54,Barrel,1,19422,No home garden,0,3,72.3 +188,187.77,No barrel,0,19659,No home garden,0,5,58.6 +189,217.56,Barrel,1,24669,No home garden,0,5,76 +190,175.36,Barrel,1,14662,No home garden,0,4,67.3 +191,220.23,Barrel,1,24369,No home garden,0,4,73.7 +192,287.74,No barrel,0,36826,Home garden,1,7,73.4 +193,211.1,No barrel,0,17097,No home garden,0,5,65.9 +194,219.79,No barrel,0,14804,No home garden,0,5,77.9 +195,184.13,Barrel,1,20895,No home garden,0,7,68.1 +196,195.77,Barrel,1,23453,No home garden,0,3,61.3 +197,170.6,Barrel,1,15292,No home garden,0,3,63.9 +198,190.45,Barrel,1,11943,No home garden,0,4,70.4 +199,287.96,No barrel,0,39000,Home garden,1,4,74.5 +200,222.4,Barrel,1,24622,Home garden,1,7,75.5 +201,190.43,Barrel,1,12524,No home garden,0,4,83 +202,167.46,No barrel,0,7235,No home garden,0,9,68.3 +203,231.78,No barrel,0,19168,No home garden,0,6,67.1 +204,278.05,No barrel,0,28649,Home garden,1,8,76.8 +205,224.18,No barrel,0,17615,No home garden,0,3,73.4 +206,183.79,Barrel,1,24905,Home garden,1,8,64.3 +207,228.78,No barrel,0,29426,Home garden,1,6,65.1 +208,209.46,No barrel,0,22186,No home garden,0,5,60.7 +209,254.34,No barrel,0,24699,Home garden,1,8,70.3 +210,182.66,Barrel,1,16278,No home garden,0,8,66.1 +211,219.11,Barrel,1,30939,Home garden,1,8,80.7 +212,225.08,No barrel,0,28699,No home garden,0,6,62.9 +213,217.1,No barrel,0,22377,No home garden,0,5,63.1 +214,191.22,Barrel,1,25072,No home garden,0,5,72 +215,200.23,No barrel,0,17516,No home garden,0,7,70.3 +216,222.2,No barrel,0,24901,Home garden,1,9,69.9 +217,137.33,Barrel,1,3797,No home garden,0,7,71.2 +218,164.75,Barrel,1,12596,No home garden,0,4,70.2 +219,212.63,Barrel,1,29474,Home garden,1,6,76.2 +220,158.09,Barrel,1,20795,Home garden,1,8,68.1 +221,216.8,Barrel,1,21396,No home garden,0,5,79.9 +222,201.3,Barrel,1,11609,No home garden,0,7,86 +223,250.41,No barrel,0,26493,No home garden,0,4,73.6 +224,179.99,Barrel,1,12809,No home garden,0,7,80.2 +225,185.57,Barrel,1,13605,No home garden,0,7,75.5 +226,217.07,No barrel,0,26145,No home garden,0,5,67.3 +227,137.34,Barrel,1,572,No home garden,0,9,70 +228,268.45,No barrel,0,28862,No home garden,0,4,73.6 +229,246.05,No barrel,0,28305,No home garden,0,4,71.4 +230,202.51,No barrel,0,22778,Home garden,1,7,71.3 +231,210.98,No barrel,0,28042,No home garden,0,6,57.5 +232,219.92,No barrel,0,20065,No home garden,0,3,73.5 +233,190.16,No barrel,0,8463,No home garden,0,6,64.7 +234,210.05,Barrel,1,19207,No home garden,0,3,74.1 +235,182.9,No barrel,0,22067,Home garden,1,8,60.3 +236,232.13,No barrel,0,12730,No home garden,0,3,75.3 +237,244.1,No barrel,0,23102,No home garden,0,5,76.9 +238,236.51,No barrel,0,25148,Home garden,1,6,69.1 +239,233.59,No barrel,0,29420,No home garden,0,5,67.6 +240,167.92,Barrel,1,27732,No home garden,0,5,62.1 +241,237.27,No barrel,0,26237,No home garden,0,4,69.4 +242,240.59,No barrel,0,16245,No home garden,0,2,73.1 +243,228.03,No barrel,0,20156,No home garden,0,4,72.7 +244,245.57,No barrel,0,12116,No home garden,0,3,79.2 +245,274.72,No barrel,0,27499,No home garden,0,4,79.4 +246,236.42,Barrel,1,29061,No home garden,0,3,76.2 +247,172.59,Barrel,1,16866,No home garden,0,8,62.7 +248,200.29,No barrel,0,14483,No home garden,0,7,67.6 +249,186.47,Barrel,1,20120,No home garden,0,7,69.2 +250,200.91,No barrel,0,17426,No home garden,0,7,59.6 +251,179.23,No barrel,0,10322,No home garden,0,6,63.3 +252,198.61,No barrel,0,10334,No home garden,0,6,74.7 +253,270.99,No barrel,0,31526,Home garden,1,5,67.6 +254,220.12,No barrel,0,14850,No home garden,0,5,73.3 +255,225.37,No barrel,0,13115,No home garden,0,3,68.9 +256,233.38,Barrel,1,29775,No home garden,0,5,76.8 +257,252.06,No barrel,0,24220,No home garden,0,5,71.1 +258,210.19,No barrel,0,17341,No home garden,0,4,60.3 +259,206.69,No barrel,0,23242,No home garden,0,6,64.5 +260,285.18,No barrel,0,38900,Home garden,1,7,67.2 +261,224.32,No barrel,0,12636,No home garden,0,5,84.8 +262,210.92,No barrel,0,25900,Home garden,1,7,62.2 +263,258.89,No barrel,0,30876,Home garden,1,6,72.5 +264,274.52,No barrel,0,38559,Home garden,1,6,69.1 +265,192.86,Barrel,1,11182,No home garden,0,6,78.7 +266,241.94,No barrel,0,25847,No home garden,0,4,72.6 +267,220.7,No barrel,0,16846,No home garden,0,2,65.2 +268,230.96,No barrel,0,21089,No home garden,0,5,68.7 +269,205.02,No barrel,0,11424,No home garden,0,4,67.3 +270,250.6,Barrel,1,34542,No home garden,0,3,71.6 +271,241.77,No barrel,0,22464,Home garden,1,7,70.7 +272,232.26,No barrel,0,11423,No home garden,0,3,77 +273,226.66,Barrel,1,26701,No home garden,0,4,77.8 +274,164,Barrel,1,13528,No home garden,0,2,70.5 +275,251.84,No barrel,0,30111,Home garden,1,6,71.2 +276,165.88,No barrel,0,7301,No home garden,0,9,67.4 +277,253.51,No barrel,0,19713,No home garden,0,2,77.4 +278,194.97,Barrel,1,15397,No home garden,0,6,77.3 +279,190.12,Barrel,1,24008,Home garden,1,7,73.6 +280,244.95,No barrel,0,36530,No home garden,0,3,69.6 +281,198.47,Barrel,1,22268,Home garden,1,8,74 +282,212.02,Barrel,1,22842,No home garden,0,7,82 +283,140.09,Barrel,1,5676,No home garden,0,3,67.2 +284,221.59,No barrel,0,19227,No home garden,0,5,75.9 +285,257.11,No barrel,0,12084,No home garden,0,5,79.5 +286,231.05,No barrel,0,20179,No home garden,0,7,71.2 +287,199.72,No barrel,0,13680,No home garden,0,4,62.2 +288,194.51,Barrel,1,29663,Home garden,1,7,73.7 +289,209.04,No barrel,0,9402,No home garden,0,4,64 +290,143.18,Barrel,1,4957,No home garden,0,9,62.4 +291,219.98,No barrel,0,5772,No home garden,0,5,77.6 +292,198.41,No barrel,0,25044,Home garden,1,8,61.4 +293,181.41,Barrel,1,9163,No home garden,0,5,72.2 +294,223.96,No barrel,0,11746,No home garden,0,3,70.3 +295,258.9,No barrel,0,36012,No home garden,0,4,69.5 +296,218.83,No barrel,0,19909,No home garden,0,7,74 +297,263.51,No barrel,0,13791,No home garden,0,3,78.1 +298,212.48,No barrel,0,17166,Home garden,1,8,68.1 +299,243.84,No barrel,0,32059,No home garden,0,3,64.2 +300,172.51,No barrel,0,15538,No home garden,0,8,65.6 +301,220.47,No barrel,0,24576,No home garden,0,6,69.9 +302,263.96,No barrel,0,36060,Home garden,1,8,76.8 +303,197.98,No barrel,0,14428,No home garden,0,4,71.6 +304,197.22,No barrel,0,16403,No home garden,0,6,70.6 +305,174.82,Barrel,1,15809,No home garden,0,7,67 +306,213.17,Barrel,1,16009,No home garden,0,3,80.4 +307,156.97,Barrel,1,22192,Home garden,1,10,69.7 +308,194.3,Barrel,1,32695,Home garden,1,8,62 +309,176.04,No barrel,0,26563,Home garden,1,8,59.8 +310,229.77,Barrel,1,20250,No home garden,0,4,70.8 +311,225.64,Barrel,1,19129,No home garden,0,2,71.9 +312,234.07,Barrel,1,36691,Home garden,1,10,71.7 +313,214.66,No barrel,0,19936,Home garden,1,8,64.2 +314,214.13,No barrel,0,30956,No home garden,0,4,55.2 +315,198.66,No barrel,0,9035,No home garden,0,5,63.8 +316,202.66,Barrel,1,25321,No home garden,0,6,73.5 +317,214.57,No barrel,0,21845,No home garden,0,7,65.4 +318,233.84,No barrel,0,18141,No home garden,0,6,71.6 +319,185.76,Barrel,1,17294,Home garden,1,8,75.3 +320,234.4,No barrel,0,24703,Home garden,1,9,71 +321,234.4,Barrel,1,26873,Home garden,1,6,78.3 +322,209.59,No barrel,0,23680,Home garden,1,9,70.5 +323,238.72,No barrel,0,32314,No home garden,0,4,64 +324,199.38,No barrel,0,26245,No home garden,0,6,57.8 +325,213.76,No barrel,0,21201,No home garden,0,6,70.4 +326,264.43,No barrel,0,31968,No home garden,0,2,73.9 +327,251.96,No barrel,0,21966,No home garden,0,6,72.6 +328,251.54,No barrel,0,21619,No home garden,0,3,71.3 +329,252.2,No barrel,0,29348,No home garden,0,5,67.9 +330,182.34,Barrel,1,17334,No home garden,0,6,65.9 +331,170.29,Barrel,1,22451,Home garden,1,8,64.1 +332,243.47,No barrel,0,23481,Home garden,1,8,72.6 +333,154.37,Barrel,1,11152,No home garden,0,6,66.7 +334,236.34,Barrel,1,13522,No home garden,0,2,84.2 +335,271.13,No barrel,0,18675,No home garden,0,2,76.3 +336,215.62,No barrel,0,29744,Home garden,1,6,64.3 +337,218.31,No barrel,0,29141,Home garden,1,9,63.5 +338,219.9,No barrel,0,18130,No home garden,0,6,67.9 +339,154.86,Barrel,1,9674,No home garden,0,7,73.3 +340,159.77,Barrel,1,2995,No home garden,0,7,75.6 +341,211.59,Barrel,1,17610,No home garden,0,4,70.3 +342,181.2,No barrel,0,5752,No home garden,0,5,68.7 +343,214.11,No barrel,0,18593,No home garden,0,4,71.7 +344,269.58,No barrel,0,31806,No home garden,0,4,81 +345,180.2,Barrel,1,4582,No home garden,0,7,77.5 +346,209.39,No barrel,0,27107,Home garden,1,7,64.4 +347,209.17,Barrel,1,20361,No home garden,0,6,74.6 +348,198.69,No barrel,0,11789,No home garden,0,7,66.5 +349,264.43,No barrel,0,22098,No home garden,0,4,76.7 +350,181.37,No barrel,0,9797,No home garden,0,3,67.5 +351,188.01,Barrel,1,28685,Home garden,1,7,71.2 +352,198.62,Barrel,1,23137,No home garden,0,2,70.3 +353,193.99,Barrel,1,17442,No home garden,0,5,78.1 +354,153,Barrel,1,2082,No home garden,0,5,70.7 +355,139.21,Barrel,1,1886,No home garden,0,6,68.3 +356,200.25,Barrel,1,19408,No home garden,0,3,74 +357,255.57,No barrel,0,15740,No home garden,0,2,73.8 +358,157.93,Barrel,1,10330,No home garden,0,8,66.6 +359,204.35,Barrel,1,23610,Home garden,1,8,75.8 +360,167.95,Barrel,1,10932,No home garden,0,5,69.5 +361,216.61,No barrel,0,11705,No home garden,0,4,68.9 +362,280.74,No barrel,0,36420,Home garden,1,6,71 +363,257.72,No barrel,0,37060,Home garden,1,8,62.8 +364,206.97,No barrel,0,20577,No home garden,0,3,61.1 +365,168.68,Barrel,1,13606,No home garden,0,6,70.6 +366,208.28,Barrel,1,24182,No home garden,0,6,69.8 +367,221.38,No barrel,0,8218,No home garden,0,3,67.2 +368,242.76,Barrel,1,28461,Home garden,1,6,77.9 +369,173.17,Barrel,1,11640,No home garden,0,4,70.2 +370,180.75,Barrel,1,6801,No home garden,0,5,70 +371,182.55,Barrel,1,19448,No home garden,0,5,71.4 +372,203.42,No barrel,0,20970,No home garden,0,6,71.6 +373,207.85,Barrel,1,21163,No home garden,0,1,70 +374,235.58,No barrel,0,17070,No home garden,0,3,70.9 +375,196.96,Barrel,1,30536,Home garden,1,9,77.5 +376,135.61,Barrel,1,982,No home garden,0,7,79.7 +377,186.63,Barrel,1,19660,No home garden,0,3,66.4 +378,228.49,No barrel,0,22161,Home garden,1,8,68.2 +379,246.42,Barrel,1,31622,No home garden,0,4,75.4 +380,160.62,Barrel,1,8157,No home garden,0,7,71 +381,189.67,No barrel,0,13119,No home garden,0,4,64.4 +382,243.47,No barrel,0,24252,No home garden,0,5,70.4 +383,240.82,No barrel,0,17648,No home garden,0,5,73.8 +384,143.57,No barrel,0,3478,No home garden,0,4,61.9 +385,219.99,No barrel,0,27011,No home garden,0,4,60.6 +386,252.85,No barrel,0,16246,No home garden,0,3,71.1 +387,206.95,No barrel,0,13220,No home garden,0,2,68.4 +388,211.46,No barrel,0,29814,Home garden,1,10,63.3 +389,209.92,Barrel,1,32031,Home garden,1,7,66.4 +390,194.39,Barrel,1,19079,No home garden,0,3,73.7 +391,246.26,Barrel,1,31389,No home garden,0,3,73 +392,190.54,No barrel,0,16959,No home garden,0,3,65.7 +393,275.6,No barrel,0,34034,Home garden,1,8,72 +394,206.99,No barrel,0,14242,No home garden,0,7,73 +395,186.95,No barrel,0,7896,No home garden,0,4,69.6 +396,165.7,Barrel,1,15567,No home garden,0,8,68.8 +397,206.61,No barrel,0,11384,No home garden,0,5,69.3 +398,227.45,No barrel,0,12423,No home garden,0,2,73.2 +399,199.99,No barrel,0,11376,No home garden,0,6,70.5 +400,231.19,Barrel,1,27549,No home garden,0,4,76.8 +401,203.92,Barrel,1,22512,No home garden,0,4,70.7 +402,228.38,Barrel,1,21336,Home garden,1,8,76.7 +403,212.06,Barrel,1,12950,No home garden,0,3,70.8 +404,238.12,No barrel,0,26771,Home garden,1,7,72.8 +405,220.85,No barrel,0,12474,No home garden,0,5,73 +406,196.27,No barrel,0,15037,Home garden,1,9,66.1 +407,230.64,No barrel,0,21735,Home garden,1,7,72.7 +408,249.14,Barrel,1,33339,Home garden,1,7,78 +409,217.43,No barrel,0,21485,No home garden,0,6,64.6 +410,216.62,No barrel,0,19231,No home garden,0,6,66 +411,198.28,No barrel,0,11639,No home garden,0,4,63.3 +412,187.09,Barrel,1,23759,No home garden,0,4,68.6 +413,210.38,Barrel,1,19035,No home garden,0,7,71.9 +414,194.44,No barrel,0,12768,No home garden,0,4,63.7 +415,145.61,Barrel,1,14954,No home garden,0,5,67.7 +416,221.22,No barrel,0,23186,No home garden,0,5,71.6 +417,198.47,No barrel,0,18246,No home garden,0,6,66.7 +418,176.72,Barrel,1,12380,No home garden,0,6,68.6 +419,250.82,No barrel,0,30214,No home garden,0,5,67.3 +420,182.2,No barrel,0,9743,No home garden,0,7,67 +421,167.46,No barrel,0,14253,No home garden,0,6,64 +422,197.23,Barrel,1,16838,No home garden,0,4,74.9 +423,207.56,No barrel,0,21306,No home garden,0,5,60.8 +424,170.31,No barrel,0,12565,No home garden,0,6,72 +425,204.37,Barrel,1,29013,No home garden,0,4,69.1 +426,278.27,No barrel,0,28754,No home garden,0,1,73.1 +427,223.22,Barrel,1,33999,No home garden,0,3,74.6 +428,182.31,No barrel,0,4514,No home garden,0,5,71.6 +429,266.63,No barrel,0,28854,No home garden,0,5,70.2 +430,215.78,Barrel,1,32674,Home garden,1,8,74.8 +431,281.45,No barrel,0,25658,No home garden,0,1,70.6 +432,181.85,Barrel,1,9121,No home garden,0,3,69 +433,192.85,Barrel,1,20175,No home garden,0,7,72.7 +434,228.38,Barrel,1,33906,No home garden,0,4,68.4 +435,220.59,No barrel,0,14747,No home garden,0,2,67 +436,198.36,Barrel,1,27357,Home garden,1,7,69.7 +437,199.85,No barrel,0,19782,No home garden,0,3,67.8 +438,211.86,No barrel,0,3006,No home garden,0,8,76.1 +439,189.65,No barrel,0,4741,No home garden,0,5,76.5 +440,152.97,No barrel,0,6697,Home garden,1,10,60.8 +441,175.19,Barrel,1,19251,No home garden,0,6,67.2 +442,242.46,No barrel,0,16104,No home garden,0,7,77.1 +443,158.63,Barrel,1,4106,No home garden,0,6,73.8 +444,218.88,No barrel,0,11793,No home garden,0,2,65.5 +445,193.6,No barrel,0,11378,No home garden,0,9,72.3 +446,196.82,No barrel,0,14103,No home garden,0,2,61.2 +447,204.42,Barrel,1,30836,No home garden,0,5,64.9 +448,240.96,No barrel,0,20782,Home garden,1,7,73 +449,231.59,No barrel,0,31260,Home garden,1,9,65.3 +450,258.44,No barrel,0,20661,No home garden,0,2,76 +451,220.1,No barrel,0,13977,No home garden,0,4,67.1 +452,190.98,Barrel,1,17355,No home garden,0,2,70.3 +453,166.93,Barrel,1,21482,Home garden,1,8,70 +454,217.34,No barrel,0,13677,No home garden,0,8,72 +455,218.35,No barrel,0,26645,No home garden,0,4,62.3 +456,220.42,No barrel,0,11934,No home garden,0,4,67.2 +457,249.08,No barrel,0,21117,No home garden,0,5,69.3 +458,242,No barrel,0,22077,No home garden,0,3,64.4 +459,213.58,No barrel,0,16688,No home garden,0,6,70.5 +460,232.79,Barrel,1,38528,Home garden,1,6,75.4 +461,207.43,No barrel,0,18839,No home garden,0,3,61.8 +462,205.22,Barrel,1,31148,No home garden,0,4,71.2 +463,230.68,No barrel,0,17226,No home garden,0,5,71.9 +464,193.6,No barrel,0,3494,No home garden,0,5,69.5 +465,187.31,Barrel,1,19242,No home garden,0,8,74 +466,228.4,No barrel,0,17631,No home garden,0,4,67.8 +467,172.5,No barrel,0,7341,No home garden,0,6,68.9 +468,230.74,No barrel,0,36758,Home garden,1,6,70 +469,184.29,Barrel,1,16308,No home garden,0,3,73.9 +470,210.65,No barrel,0,12537,No home garden,0,5,69 +471,160.26,Barrel,1,3592,No home garden,0,6,79.9 +472,223.06,No barrel,0,13035,No home garden,0,3,66.8 +473,243.04,Barrel,1,32190,Home garden,1,5,72 +474,146.45,Barrel,1,18444,No home garden,0,4,56.7 +475,265.33,No barrel,0,33438,Home garden,1,5,70.5 +476,235.59,Barrel,1,33103,No home garden,0,2,64.6 +477,245.16,No barrel,0,21262,No home garden,0,2,64.7 +478,185.56,Barrel,1,17543,No home garden,0,6,76.6 +479,177.04,Barrel,1,18878,No home garden,0,4,69 +480,244.52,No barrel,0,20398,No home garden,0,2,75.2 +481,249.22,No barrel,0,33642,Home garden,1,6,67.7 +482,240.67,Barrel,1,37338,Home garden,1,6,76.6 +483,215.18,Barrel,1,27251,No home garden,0,5,69 +484,183.05,Barrel,1,24893,No home garden,0,6,73 +485,250.48,No barrel,0,19375,No home garden,0,2,71.8 +486,230.5,Barrel,1,28103,No home garden,0,4,77.8 +487,130.87,Barrel,1,15588,Home garden,1,8,62.8 +488,197.92,Barrel,1,25928,No home garden,0,5,72.5 +489,192.44,Barrel,1,31002,No home garden,0,4,63.6 +490,222.21,No barrel,0,8360,No home garden,0,4,73.2 +491,242.42,No barrel,0,20315,No home garden,0,7,72.3 +492,165.82,Barrel,1,21202,Home garden,1,9,66.2 +493,162.3,Barrel,1,17548,No home garden,0,6,64.4 +494,281.39,No barrel,0,21082,No home garden,0,2,75.9 +495,222.26,Barrel,1,25648,No home garden,0,5,72.7 +496,260.23,No barrel,0,36297,Home garden,1,5,65.7 +497,225.02,Barrel,1,20363,No home garden,0,7,83.5 +498,255.21,Barrel,1,38665,Home garden,1,9,73.3 +499,252,No barrel,0,29073,No home garden,0,4,68.5 +500,213.46,No barrel,0,16948,No home garden,0,4,64.1 +501,185.78,Barrel,1,11350,No home garden,0,7,71.5 +502,211.48,Barrel,1,21838,No home garden,0,3,71.8 +503,140.64,Barrel,1,14400,No home garden,0,6,71.6 +504,229.04,Barrel,1,22570,No home garden,0,5,76.1 +505,215.64,No barrel,0,14717,No home garden,0,7,72.8 +506,208.27,No barrel,0,12366,No home garden,0,8,73.4 +507,196.47,Barrel,1,31872,Home garden,1,8,67.5 +508,170.93,Barrel,1,13083,No home garden,0,8,69.6 +509,161.97,No barrel,0,10577,No home garden,0,5,57.6 +510,177.71,Barrel,1,27595,Home garden,1,7,65.7 +511,263.34,No barrel,0,25056,No home garden,0,3,71.1 +512,242.93,No barrel,0,19805,No home garden,0,7,73 +513,221.4,No barrel,0,21849,Home garden,1,8,73.5 +514,208.71,No barrel,0,18702,No home garden,0,4,54.5 +515,204.4,Barrel,1,16773,No home garden,0,3,80.1 +516,159.09,Barrel,1,9143,No home garden,0,6,65.8 +517,184.87,No barrel,0,11769,No home garden,0,5,60.8 +518,261.9,No barrel,0,32678,No home garden,0,5,67.3 +519,205.9,No barrel,0,4896,No home garden,0,3,69.8 +520,283.81,No barrel,0,20312,No home garden,0,1,75.3 +521,178.84,Barrel,1,11744,No home garden,0,2,69.1 +522,266.83,No barrel,0,15112,No home garden,0,5,71.9 +523,211.29,Barrel,1,16830,No home garden,0,3,77.3 +524,236.59,No barrel,0,21597,Home garden,1,8,77.8 +525,206.59,No barrel,0,22765,No home garden,0,5,58.2 +526,266.59,Barrel,1,30844,No home garden,0,4,71.6 +527,174.59,Barrel,1,22372,Home garden,1,10,74.3 +528,209.45,No barrel,0,23827,No home garden,0,5,66.3 +529,224.17,No barrel,0,6480,No home garden,0,4,68.8 +530,225.07,No barrel,0,19272,No home garden,0,6,70.8 +531,215.91,Barrel,1,29946,No home garden,0,3,74.4 +532,212.97,Barrel,1,29853,Home garden,1,6,70.5 +533,237.26,No barrel,0,15135,No home garden,0,6,65.4 +534,187.34,Barrel,1,26229,No home garden,0,6,66.9 +535,225.12,No barrel,0,32483,Home garden,1,7,64.6 +536,252.31,No barrel,0,32054,Home garden,1,7,73.9 +537,198.81,No barrel,0,20563,No home garden,0,6,63.4 +538,154.7,Barrel,1,16656,Home garden,1,9,68.2 +539,193.04,No barrel,0,13443,No home garden,0,7,62.9 +540,245.39,Barrel,1,38758,Home garden,1,6,73.5 +541,198.2,No barrel,0,9706,No home garden,0,7,69.9 +542,218.2,Barrel,1,39542,Home garden,1,6,68.8 +543,226.53,Barrel,1,16232,No home garden,0,5,72 +544,183.85,Barrel,1,23404,Home garden,1,9,72.2 +545,190.54,No barrel,0,6954,No home garden,0,3,64.5 +546,253.05,Barrel,1,22107,No home garden,0,6,82 +547,258.08,Barrel,1,34709,No home garden,0,4,72.6 +548,150.32,Barrel,1,8007,No home garden,0,6,74.4 +549,245.59,No barrel,0,14777,No home garden,0,8,75.9 +550,165.61,Barrel,1,8348,No home garden,0,2,70.8 +551,211.37,No barrel,0,21492,No home garden,0,5,69.7 +552,175.35,No barrel,0,12530,No home garden,0,8,64.2 +553,192.34,Barrel,1,23909,Home garden,1,9,63.5 +554,197.32,No barrel,0,7354,No home garden,0,2,66 +555,217,Barrel,1,27392,No home garden,0,3,71.4 +556,140.64,Barrel,1,12815,No home garden,0,7,66.6 +557,174.55,Barrel,1,14647,No home garden,0,7,73.4 +558,222.5,No barrel,0,19455,No home garden,0,3,73.7 +559,180.56,Barrel,1,14579,No home garden,0,5,72.2 +560,222.7,No barrel,0,14416,No home garden,0,8,74 +561,203.54,Barrel,1,10302,No home garden,0,7,76.1 +562,155.47,Barrel,1,18296,No home garden,0,7,68.4 +563,263.2,Barrel,1,33552,No home garden,0,3,70.6 +564,164.08,Barrel,1,21413,No home garden,0,3,64.8 +565,211.36,No barrel,0,30759,Home garden,1,7,63.9 +566,180.59,Barrel,1,34082,Home garden,1,10,65.5 +567,213.05,Barrel,1,27121,No home garden,0,5,70.5 +568,168.35,No barrel,0,15692,No home garden,0,7,64.5 +569,212.53,No barrel,0,19092,No home garden,0,5,68 +570,229.46,Barrel,1,27562,Home garden,1,8,70.7 +571,213.08,Barrel,1,22329,No home garden,0,5,78.3 +572,226,Barrel,1,27472,No home garden,0,3,84.2 +573,236.8,No barrel,0,22427,No home garden,0,4,67.4 +574,195.56,No barrel,0,7057,No home garden,0,6,75.8 +575,197.6,Barrel,1,28142,No home garden,0,5,75.2 +576,224.9,No barrel,0,15252,No home garden,0,7,69 +577,257.73,No barrel,0,23436,No home garden,0,4,72.3 +578,225.46,Barrel,1,16473,No home garden,0,4,79 +579,240.2,No barrel,0,13721,No home garden,0,2,73.6 +580,120.28,Barrel,1,11138,No home garden,0,7,62.3 +581,167.21,Barrel,1,14073,No home garden,0,5,66.1 +582,237.93,No barrel,0,24238,No home garden,0,4,71.6 +583,226.52,No barrel,0,21808,Home garden,1,7,60.2 +584,205.41,No barrel,0,13758,No home garden,0,5,60.8 +585,273.88,No barrel,0,29175,No home garden,0,4,69.7 +586,223.22,No barrel,0,17458,No home garden,0,8,70.4 +587,198.19,Barrel,1,15247,No home garden,0,2,77.9 +588,146.64,Barrel,1,10960,No home garden,0,7,70.2 +589,293.19,No barrel,0,33810,Home garden,1,6,74.2 +590,213.35,Barrel,1,13565,No home garden,0,7,76 +591,280.41,No barrel,0,22785,No home garden,0,1,82.1 +592,195.31,Barrel,1,24474,No home garden,0,6,69.4 +593,227.33,No barrel,0,18669,Home garden,1,9,69.1 +594,196.33,Barrel,1,27232,Home garden,1,8,69.9 +595,189.96,Barrel,1,15372,Home garden,1,9,71.3 +596,224.11,No barrel,0,25845,No home garden,0,4,66.7 +597,222.38,No barrel,0,24886,No home garden,0,1,64.5 +598,228.31,Barrel,1,18693,No home garden,0,3,74.6 +599,197.8,No barrel,0,14287,No home garden,0,5,64 +600,216.34,Barrel,1,36451,Home garden,1,9,74.4 +601,218.23,No barrel,0,15306,No home garden,0,7,72 +602,194.71,Barrel,1,22824,Home garden,1,8,72.1 +603,246.71,No barrel,0,26687,No home garden,0,3,73.9 +604,257.87,No barrel,0,16737,No home garden,0,4,75.4 +605,195.02,No barrel,0,14883,No home garden,0,8,67.5 +606,269.92,No barrel,0,29009,No home garden,0,3,67.8 +607,167.5,Barrel,1,13943,No home garden,0,6,63.5 +608,173.21,No barrel,0,9979,No home garden,0,6,58.6 +609,225.84,No barrel,0,26204,No home garden,0,2,61.8 +610,209.97,Barrel,1,19388,No home garden,0,5,75.4 +611,242.14,No barrel,0,17422,No home garden,0,2,70.2 +612,179.25,Barrel,1,33664,Home garden,1,7,62.4 +613,244.03,No barrel,0,10897,No home garden,0,2,77.2 +614,249.77,No barrel,0,24942,No home garden,0,3,71.7 +615,219.91,Barrel,1,29429,No home garden,0,5,70.9 +616,206.13,No barrel,0,8666,No home garden,0,2,65 +617,216.16,Barrel,1,26188,Home garden,1,8,71.8 +618,223.26,No barrel,0,19414,No home garden,0,6,66.9 +619,274.67,No barrel,0,27133,Home garden,1,8,73.2 +620,232.94,No barrel,0,25427,No home garden,0,3,61.1 +621,247.47,No barrel,0,28180,Home garden,1,7,73.8 +622,205.89,No barrel,0,10410,No home garden,0,2,67.1 +623,211.8,Barrel,1,25308,No home garden,0,5,80.7 +624,230.7,No barrel,0,20076,No home garden,0,6,74 +625,205.17,Barrel,1,20878,No home garden,0,7,72.8 +626,255.14,No barrel,0,32673,Home garden,1,7,73.7 +627,190.12,No barrel,0,8868,No home garden,0,3,71.5 +628,173.93,Barrel,1,11347,No home garden,0,3,66 +629,197.74,Barrel,1,25669,No home garden,0,6,73 +630,216.99,No barrel,0,20334,No home garden,0,7,73.8 +631,194.53,Barrel,1,17573,No home garden,0,4,73.6 +632,163.39,No barrel,0,10404,No home garden,0,4,64.3 +633,234.34,No barrel,0,16954,No home garden,0,2,74.1 +634,234.39,No barrel,0,23877,No home garden,0,2,70.4 +635,289.35,No barrel,0,35562,No home garden,0,4,74.1 +636,105.78,Barrel,1,2927,No home garden,0,5,65.1 +637,177.02,No barrel,0,16845,No home garden,0,6,67.6 +638,213.58,Barrel,1,27645,No home garden,0,4,72.1 +639,271.04,No barrel,0,24383,No home garden,0,1,67.8 +640,220.51,No barrel,0,22018,No home garden,0,7,71.2 +641,223.73,No barrel,0,22657,No home garden,0,5,69.8 +642,204.07,No barrel,0,13490,No home garden,0,4,63.8 +643,233.91,No barrel,0,24820,No home garden,0,3,70.8 +644,191.42,Barrel,1,25013,No home garden,0,5,68.7 +645,222.79,Barrel,1,21438,No home garden,0,6,75.5 +646,207.58,No barrel,0,15381,No home garden,0,3,62.4 +647,218.19,No barrel,0,19733,No home garden,0,8,68.3 +648,150.19,Barrel,1,15734,No home garden,0,6,67.6 +649,217.89,No barrel,0,24623,No home garden,0,6,63.2 +650,184.54,Barrel,1,20802,No home garden,0,5,66.5 +651,248.83,No barrel,0,36081,Home garden,1,5,67.1 +652,210.94,Barrel,1,19994,No home garden,0,1,73.5 +653,154.2,Barrel,1,17522,No home garden,0,7,64.1 +654,178.6,Barrel,1,10455,No home garden,0,4,76.7 +655,205.62,No barrel,0,24607,No home garden,0,4,62.3 +656,231.19,No barrel,0,28485,No home garden,0,4,61.8 +657,280.83,No barrel,0,27098,Home garden,1,6,78.2 +658,227.73,No barrel,0,26220,No home garden,0,3,67.5 +659,186.61,Barrel,1,21691,No home garden,0,7,72.5 +660,182.23,Barrel,1,19442,No home garden,0,6,73.2 +661,261.55,No barrel,0,27580,No home garden,0,4,69.9 +662,182.72,Barrel,1,12406,No home garden,0,6,69.1 +663,245.41,No barrel,0,14855,No home garden,0,6,75.5 +664,242.45,Barrel,1,38738,Home garden,1,7,77.8 +665,179.35,No barrel,0,15415,No home garden,0,7,69.9 +666,219.94,No barrel,0,22499,No home garden,0,4,64.9 +667,135.34,Barrel,1,7488,No home garden,0,8,67.7 +668,189.82,No barrel,0,8185,No home garden,0,4,64.8 +669,244.04,No barrel,0,17869,No home garden,0,4,67.5 +670,196.99,Barrel,1,22447,No home garden,0,5,70.6 +671,233.74,No barrel,0,35925,Home garden,1,7,66 +672,169.4,Barrel,1,21600,Home garden,1,7,61.5 +673,236.23,No barrel,0,27383,No home garden,0,4,68.5 +674,252.12,No barrel,0,31943,No home garden,0,2,63.8 +675,229.5,Barrel,1,29069,No home garden,0,4,72.6 +676,221.6,No barrel,0,25368,No home garden,0,6,75.1 +677,192.15,Barrel,1,7620,No home garden,0,7,76.7 +678,186.31,Barrel,1,11559,No home garden,0,3,65.7 +679,225.33,No barrel,0,20156,No home garden,0,6,71.6 +680,212.5,Barrel,1,26454,No home garden,0,4,67.3 +681,231.95,No barrel,0,18157,No home garden,0,6,68.8 +682,260.52,No barrel,0,21887,No home garden,0,5,70.6 +683,219.13,Barrel,1,21341,No home garden,0,3,72.4 +684,206.43,No barrel,0,15732,Home garden,1,8,67.5 +685,191.73,Barrel,1,21104,No home garden,0,4,70.3 +686,234.46,No barrel,0,18120,No home garden,0,3,68.3 +687,188.34,Barrel,1,34938,Home garden,1,6,66.5 +688,209.42,Barrel,1,25992,No home garden,0,3,75.6 +689,251.91,No barrel,0,27438,No home garden,0,5,70.9 +690,209.7,No barrel,0,22823,No home garden,0,5,60.2 +691,196.87,Barrel,1,26064,No home garden,0,4,61.8 +692,174.26,No barrel,0,549,No home garden,0,8,69.5 +693,190.47,No barrel,0,15361,No home garden,0,5,66.8 +694,224.13,No barrel,0,24124,No home garden,0,4,66.6 +695,236.64,No barrel,0,21801,No home garden,0,3,71.8 +696,227.8,Barrel,1,37408,Home garden,1,6,74.8 +697,225.21,No barrel,0,23658,No home garden,0,6,69.9 +698,165.08,Barrel,1,18233,No home garden,0,7,71.8 +699,225.5,No barrel,0,28641,Home garden,1,7,65.7 +700,187.45,Barrel,1,24152,No home garden,0,2,70.7 +701,261.75,No barrel,0,26698,No home garden,0,5,63.6 +702,191.6,No barrel,0,16131,No home garden,0,5,63.8 +703,242.54,No barrel,0,8616,No home garden,0,4,68.3 +704,198.39,No barrel,0,11635,No home garden,0,8,70.7 +705,215.55,No barrel,0,18597,No home garden,0,6,66.2 +706,133.24,Barrel,1,16236,Home garden,1,8,71.4 +707,198.61,No barrel,0,29860,No home garden,0,5,61.1 +708,210.97,No barrel,0,12764,No home garden,0,2,70.1 +709,218.11,Barrel,1,28313,No home garden,0,5,74.5 +710,184.82,Barrel,1,16386,No home garden,0,4,75.2 +711,210.96,No barrel,0,22392,No home garden,0,6,65.6 +712,146.96,Barrel,1,15721,No home garden,0,5,66.6 +713,186.21,Barrel,1,16324,No home garden,0,4,75 +714,197.4,Barrel,1,24018,No home garden,0,6,77 +715,234.15,No barrel,0,22116,No home garden,0,2,70.9 +716,277.87,No barrel,0,25170,No home garden,0,5,73.1 +717,238.9,No barrel,0,14256,No home garden,0,3,69.1 +718,200.69,No barrel,0,12241,No home garden,0,2,64.7 +719,232.64,Barrel,1,16959,No home garden,0,1,75 +720,172.66,No barrel,0,8628,No home garden,0,8,68.9 +721,215.56,Barrel,1,23062,No home garden,0,4,70.3 +722,223.53,Barrel,1,28742,Home garden,1,9,77.7 +723,221.67,Barrel,1,30654,No home garden,0,4,69.4 +724,221.08,Barrel,1,22132,No home garden,0,7,78.7 +725,189.98,No barrel,0,6524,No home garden,0,7,67.8 +726,170.77,Barrel,1,17930,No home garden,0,6,64 +727,180.23,No barrel,0,10092,No home garden,0,7,71.2 +728,206.15,Barrel,1,21178,Home garden,1,9,72.8 +729,235.27,No barrel,0,20696,Home garden,1,9,69.2 +730,188.48,Barrel,1,22093,No home garden,0,5,71.3 +731,197.21,Barrel,1,13794,No home garden,0,1,74.5 +732,213.48,No barrel,0,23055,No home garden,0,6,70.6 +733,210.07,No barrel,0,15432,No home garden,0,5,68.5 +734,183.96,Barrel,1,18970,Home garden,1,9,75.4 +735,201.61,No barrel,0,11226,No home garden,0,3,72.4 +736,140.2,Barrel,1,2196,No home garden,0,7,73.8 +737,210.8,No barrel,0,25515,No home garden,0,5,68 +738,220,Barrel,1,32849,No home garden,0,2,72.6 +739,219.99,Barrel,1,22298,No home garden,0,5,73.3 +740,169.23,Barrel,1,14141,No home garden,0,5,66.1 +741,166.39,No barrel,0,2268,No home garden,0,8,66.4 +742,220.68,No barrel,0,24530,Home garden,1,9,62.7 +743,263.14,No barrel,0,23996,No home garden,0,5,70.4 +744,181.51,Barrel,1,8212,No home garden,0,6,80.5 +745,189.41,Barrel,1,20135,Home garden,1,8,74.6 +746,218.85,No barrel,0,19855,No home garden,0,5,67.8 +747,202.21,No barrel,0,16480,No home garden,0,8,66.8 +748,216.55,No barrel,0,17797,No home garden,0,6,65 +749,254.94,No barrel,0,16245,No home garden,0,3,70.4 +750,146.36,Barrel,1,3529,No home garden,0,4,73.3 +751,224.02,No barrel,0,15371,No home garden,0,1,70.2 +752,223.21,No barrel,0,19178,Home garden,1,8,76.2 +753,236.81,Barrel,1,27137,No home garden,0,5,77.9 +754,193.61,Barrel,1,26178,No home garden,0,6,63.5 +755,156.52,Barrel,1,3828,No home garden,0,8,75.3 +756,227.36,No barrel,0,19288,Home garden,1,9,73.4 +757,205.44,No barrel,0,13130,No home garden,0,3,69.2 +758,180.15,Barrel,1,16319,No home garden,0,4,68.9 +759,236.68,No barrel,0,15926,No home garden,0,3,73.2 +760,256.78,No barrel,0,12326,No home garden,0,4,73.3 +761,252.18,No barrel,0,29719,No home garden,0,5,63.7 +762,193.8,No barrel,0,11896,No home garden,0,7,63.5 +763,237.37,No barrel,0,26218,No home garden,0,3,67.7 +764,218.11,No barrel,0,10377,No home garden,0,5,72.3 +765,240.98,No barrel,0,25653,No home garden,0,4,70.6 +766,266.25,No barrel,0,35489,Home garden,1,6,67.2 +767,131.04,Barrel,1,14360,No home garden,0,5,57.5 +768,253.91,No barrel,0,24151,No home garden,0,3,63.5 +769,264.42,No barrel,0,14933,No home garden,0,4,80.9 +770,255.59,Barrel,1,33609,Home garden,1,6,81.4 +771,255.52,No barrel,0,14086,No home garden,0,6,76 +772,227.16,No barrel,0,25814,Home garden,1,9,70.6 +773,144.56,Barrel,1,3289,No home garden,0,5,69.4 +774,265.35,No barrel,0,17809,No home garden,0,2,76.5 +775,161.33,Barrel,1,11130,No home garden,0,8,78.1 +776,225.57,No barrel,0,21940,No home garden,0,4,58.7 +777,235.05,No barrel,0,18608,No home garden,0,5,65.9 +778,221.22,Barrel,1,30507,Home garden,1,6,71.6 +779,229.29,No barrel,0,29773,Home garden,1,9,66.5 +780,185.62,No barrel,0,5527,No home garden,0,8,70.6 +781,164.76,Barrel,1,13841,No home garden,0,6,67.1 +782,234.07,No barrel,0,21441,No home garden,0,6,72.1 +783,259.17,Barrel,1,35246,Home garden,1,5,77 +784,249.75,No barrel,0,29818,No home garden,0,5,71.6 +785,189.67,Barrel,1,16193,No home garden,0,8,74.8 +786,219.24,Barrel,1,27051,No home garden,0,4,73.6 +787,239.79,Barrel,1,31655,No home garden,0,4,71.9 +788,227.43,No barrel,0,8374,No home garden,0,3,68.6 +789,259.88,No barrel,0,30400,Home garden,1,8,70.6 +790,265.19,No barrel,0,24938,No home garden,0,3,74 +791,193.24,Barrel,1,10882,No home garden,0,6,68.7 +792,185.77,Barrel,1,24914,No home garden,0,5,77.2 +793,203.59,No barrel,0,8918,No home garden,0,3,70 +794,262.42,No barrel,0,35741,Home garden,1,7,66.6 +795,191.32,Barrel,1,20410,No home garden,0,3,71.7 +796,250.46,No barrel,0,32639,No home garden,0,3,62.2 +797,234.39,Barrel,1,21733,No home garden,0,3,78.6 +798,170.64,Barrel,1,24565,Home garden,1,9,65.2 +799,191.93,No barrel,0,7661,No home garden,0,9,67.1 +800,156.85,Barrel,1,3633,No home garden,0,4,75.1 +801,196.3,Barrel,1,22057,Home garden,1,7,73.2 +802,191.89,Barrel,1,26372,No home garden,0,6,66.3 +803,234.87,No barrel,0,32699,Home garden,1,5,61 +804,235.05,No barrel,0,27322,No home garden,0,5,68.7 +805,175.14,Barrel,1,25433,No home garden,0,5,74.5 +806,226.19,Barrel,1,23745,Home garden,1,7,75.4 +807,197.31,No barrel,0,15209,No home garden,0,5,65.7 +808,235.31,No barrel,0,20153,No home garden,0,6,68 +809,246.4,No barrel,0,30153,Home garden,1,9,69.1 +810,155.82,No barrel,0,4565,No home garden,0,8,70.2 +811,217.2,No barrel,0,19301,No home garden,0,5,63 +812,188.68,No barrel,0,9641,No home garden,0,6,69.4 +813,181.37,Barrel,1,19682,No home garden,0,5,65.9 +814,187.14,Barrel,1,22598,No home garden,0,6,69.6 +815,161.35,No barrel,0,11515,No home garden,0,7,59.3 +816,197.48,Barrel,1,22563,No home garden,0,6,74.3 +817,213.81,Barrel,1,13822,No home garden,0,6,78.2 +818,171.01,Barrel,1,15346,No home garden,0,7,66.8 +819,237.19,No barrel,0,36793,Home garden,1,5,63.6 +820,198.76,No barrel,0,13357,No home garden,0,6,64.9 +821,186.66,No barrel,0,9571,No home garden,0,4,61.7 +822,226.83,No barrel,0,21392,No home garden,0,5,70.2 +823,191.18,No barrel,0,12552,No home garden,0,3,63.8 +824,253.1,Barrel,1,36397,Home garden,1,6,75.2 +825,264.02,No barrel,0,26390,No home garden,0,3,72.6 +826,207.36,Barrel,1,21210,No home garden,0,4,71.4 +827,232.32,No barrel,0,16352,No home garden,0,2,76 +828,202.49,No barrel,0,578,No home garden,0,9,71.2 +829,159.97,No barrel,0,8083,No home garden,0,5,59.1 +830,229.66,No barrel,0,18242,No home garden,0,7,68.1 +831,227.82,No barrel,0,6713,No home garden,0,3,73.6 +832,182.12,Barrel,1,24485,No home garden,0,3,70.8 +833,178.44,Barrel,1,22983,Home garden,1,9,67.2 +834,198.73,Barrel,1,25895,No home garden,0,4,63.1 +835,202.28,Barrel,1,22591,Home garden,1,7,75.8 +836,228.88,Barrel,1,24583,Home garden,1,7,77.5 +837,179.95,Barrel,1,18250,Home garden,1,10,65.2 +838,240.39,No barrel,0,16241,No home garden,0,2,70.6 +839,218.34,No barrel,0,21985,No home garden,0,5,66.5 +840,274.54,Barrel,1,34779,No home garden,0,1,74.9 +841,278.52,No barrel,0,37833,No home garden,0,3,70.9 +842,198.01,No barrel,0,22754,No home garden,0,6,61 +843,182.75,Barrel,1,28967,Home garden,1,9,65.7 +844,230.82,No barrel,0,15540,No home garden,0,3,70 +845,216.36,No barrel,0,9884,No home garden,0,8,65.7 +846,178.02,Barrel,1,18997,No home garden,0,2,66.2 +847,175.34,No barrel,0,26702,No home garden,0,6,60.9 +848,192.7,Barrel,1,26614,No home garden,0,5,66.4 +849,195.82,No barrel,0,20895,No home garden,0,4,63.5 +850,180.6,Barrel,1,11650,No home garden,0,4,68.7 +851,167.16,Barrel,1,16578,Home garden,1,9,69.7 +852,236.27,Barrel,1,29836,No home garden,0,1,68.8 +853,158.06,Barrel,1,16290,No home garden,0,7,71.1 +854,202.32,No barrel,0,25703,Home garden,1,7,60 +855,214.61,Barrel,1,33427,No home garden,0,4,75.8 +856,228.15,No barrel,0,15338,No home garden,0,2,66 +857,186.64,Barrel,1,11451,No home garden,0,5,78.9 +858,253.13,No barrel,0,18632,No home garden,0,3,69.7 +859,262.47,No barrel,0,19158,No home garden,0,6,74.7 +860,178.24,Barrel,1,20616,No home garden,0,6,64 +861,244.13,No barrel,0,27697,No home garden,0,3,68.4 +862,179.11,Barrel,1,22418,No home garden,0,5,76.1 +863,242.59,No barrel,0,33517,No home garden,0,3,69.7 +864,176.5,No barrel,0,17735,No home garden,0,6,61.9 +865,203.7,Barrel,1,29616,Home garden,1,7,76.5 +866,169.36,Barrel,1,12691,No home garden,0,3,62.6 +867,234.24,No barrel,0,23914,No home garden,0,2,65 +868,267.79,No barrel,0,25087,No home garden,0,4,77.2 +869,215.44,Barrel,1,19894,Home garden,1,8,76.7 +870,180.26,No barrel,0,14487,No home garden,0,6,68.7 +871,158.12,Barrel,1,7999,No home garden,0,3,73.3 +872,203.57,Barrel,1,18378,No home garden,0,5,72.3 +873,204.05,Barrel,1,16859,No home garden,0,4,74.1 +874,198.39,Barrel,1,31389,Home garden,1,8,75.4 +875,229.53,No barrel,0,12188,No home garden,0,3,66.4 +876,227.46,Barrel,1,39268,Home garden,1,8,72 +877,191.33,No barrel,0,21270,No home garden,0,5,67.5 +878,206.46,Barrel,1,22792,Home garden,1,7,73.2 +879,215.28,No barrel,0,11058,No home garden,0,5,73.2 +880,235.93,No barrel,0,12646,No home garden,0,2,71.6 +881,186.33,Barrel,1,22826,No home garden,0,5,71.4 +882,201.8,No barrel,0,26503,No home garden,0,5,58 +883,172.83,Barrel,1,19463,Home garden,1,10,76.8 +884,216.56,No barrel,0,8725,No home garden,0,5,70.6 +885,243.61,Barrel,1,35880,Home garden,1,9,75 +886,202.01,Barrel,1,21336,No home garden,0,5,65.2 +887,211.99,No barrel,0,10678,No home garden,0,5,74.6 +888,183.08,No barrel,0,2978,No home garden,0,4,68.4 +889,274.78,No barrel,0,28048,No home garden,0,2,67.8 +890,202.7,No barrel,0,12284,No home garden,0,6,71.8 +891,179.75,Barrel,1,13454,No home garden,0,6,67.2 +892,237.03,Barrel,1,22660,No home garden,0,2,73.9 +893,211.27,No barrel,0,6166,No home garden,0,4,65.3 +894,216.33,Barrel,1,32681,Home garden,1,7,73.1 +895,140.34,No barrel,0,4366,No home garden,0,5,61.3 +896,256.11,No barrel,0,27298,No home garden,0,4,70.4 +897,232.97,No barrel,0,27593,No home garden,0,4,68 +898,208,No barrel,0,23223,Home garden,1,8,65.2 +899,249.9,Barrel,1,32353,No home garden,0,1,69.3 +900,219.81,Barrel,1,26797,Home garden,1,7,70.2 +901,226.51,No barrel,0,20615,No home garden,0,3,76.8 +902,257.36,No barrel,0,18907,No home garden,0,5,73.4 +903,255.09,No barrel,0,27026,No home garden,0,5,74.6 +904,190.27,Barrel,1,16232,No home garden,0,6,75.8 +905,223.52,Barrel,1,21465,No home garden,0,2,76.5 +906,225.74,No barrel,0,25381,Home garden,1,8,66.4 +907,173.27,Barrel,1,14382,No home garden,0,6,78.3 +908,198.85,No barrel,0,12150,No home garden,0,4,66.5 +909,283.31,No barrel,0,34972,No home garden,0,5,77.8 +910,244.38,No barrel,0,17830,No home garden,0,5,72.7 +911,219.56,Barrel,1,27642,No home garden,0,3,75.8 +912,255.73,No barrel,0,25252,No home garden,0,2,71.6 +913,233.37,No barrel,0,30511,No home garden,0,5,66 +914,226.51,Barrel,1,29480,No home garden,0,4,73.4 +915,256.29,No barrel,0,37873,Home garden,1,6,67.9 +916,199.81,No barrel,0,6850,No home garden,0,3,69.3 +917,226.27,No barrel,0,20854,No home garden,0,4,74 +918,155.86,Barrel,1,18330,No home garden,0,7,63.3 +919,203.35,Barrel,1,33635,Home garden,1,6,62.8 +920,254.24,No barrel,0,16453,No home garden,0,5,75.1 +921,244.01,No barrel,0,27924,Home garden,1,8,70.4 +922,197.02,Barrel,1,21082,No home garden,0,6,76.3 +923,226.9,No barrel,0,13827,No home garden,0,7,67.1 +924,176.95,No barrel,0,4359,No home garden,0,5,64.4 +925,248.81,No barrel,0,20532,No home garden,0,6,73 +926,233.23,No barrel,0,22026,No home garden,0,7,69.8 +927,293.01,No barrel,0,29683,No home garden,0,5,72.4 +928,180.83,No barrel,0,27614,Home garden,1,8,58 +929,202.37,No barrel,0,12226,No home garden,0,6,70.4 +930,215.63,No barrel,0,19558,No home garden,0,7,68.5 +931,241.12,No barrel,0,27282,Home garden,1,7,67.4 +932,167.94,Barrel,1,15538,No home garden,0,6,67 +933,226.36,No barrel,0,7607,No home garden,0,5,67 +934,216.05,No barrel,0,21544,No home garden,0,5,65.5 +935,192.35,No barrel,0,21946,No home garden,0,5,55.6 +936,232.39,Barrel,1,24876,No home garden,0,5,73.8 +937,152.65,No barrel,0,4683,No home garden,0,8,62.5 +938,224.49,No barrel,0,22359,No home garden,0,2,62.6 +939,164.25,No barrel,0,12169,No home garden,0,7,66.9 +940,235,No barrel,0,15785,No home garden,0,5,69.5 +941,165.67,Barrel,1,10643,No home garden,0,5,68.9 +942,248.19,No barrel,0,20226,No home garden,0,4,68.1 +943,220.91,Barrel,1,27944,No home garden,0,4,72.2 +944,157,Barrel,1,8908,No home garden,0,6,66.7 +945,215.66,Barrel,1,27379,Home garden,1,7,70.8 +946,214.02,No barrel,0,12906,No home garden,0,3,75.9 +947,167.28,Barrel,1,16896,Home garden,1,9,71.2 +948,252.15,No barrel,0,27276,No home garden,0,5,70.9 +949,255.53,No barrel,0,31045,Home garden,1,6,70.2 +950,214.92,No barrel,0,10496,No home garden,0,2,70.5 +951,200.35,Barrel,1,22790,No home garden,0,2,72.6 +952,197.45,Barrel,1,25327,No home garden,0,1,65.9 +953,230.15,No barrel,0,25363,No home garden,0,4,60.8 +954,193.38,Barrel,1,32961,Home garden,1,6,63.1 +955,193.15,Barrel,1,22705,No home garden,0,2,67.1 +956,201.29,Barrel,1,18017,No home garden,0,8,74 +957,211.24,Barrel,1,22284,No home garden,0,4,62.9 +958,192.12,Barrel,1,21857,Home garden,1,8,72 +959,229.78,No barrel,0,26491,No home garden,0,5,65.5 +960,199.56,No barrel,0,23302,Home garden,1,7,59.5 +961,214.02,No barrel,0,13099,No home garden,0,4,69.4 +962,196.07,No barrel,0,14754,No home garden,0,6,68.4 +963,190.26,Barrel,1,10967,No home garden,0,5,72.3 +964,180.27,Barrel,1,17775,No home garden,0,4,69.7 +965,195.54,Barrel,1,24110,Home garden,1,8,72.3 +966,172.3,No barrel,0,3360,No home garden,0,4,56 +967,132.72,Barrel,1,10354,No home garden,0,8,69 +968,197.97,No barrel,0,19659,No home garden,0,4,62.5 +969,228.95,No barrel,0,22487,No home garden,0,6,65.2 +970,219.8,No barrel,0,31642,Home garden,1,6,66.5 +971,200.37,No barrel,0,5483,No home garden,0,7,76.8 +972,182.05,No barrel,0,4027,No home garden,0,7,75.4 +973,224.36,No barrel,0,16348,Home garden,1,9,69.8 +974,173.1,Barrel,1,15894,No home garden,0,4,66.7 +975,210.4,No barrel,0,19340,No home garden,0,6,71.2 +976,212.41,No barrel,0,13720,No home garden,0,3,69.8 +977,175.84,No barrel,0,14670,No home garden,0,7,62.4 +978,247.44,No barrel,0,16959,No home garden,0,2,70.5 +979,178.74,Barrel,1,17577,No home garden,0,6,73.3 +980,168.36,No barrel,0,8522,No home garden,0,6,63.6 +981,213.47,No barrel,0,9612,No home garden,0,8,75.8 +982,187.27,Barrel,1,23263,No home garden,0,5,69.4 +983,190.47,No barrel,0,16063,No home garden,0,7,66.6 +984,187.9,No barrel,0,18987,No home garden,0,7,59.4 +985,145.53,Barrel,1,21636,Home garden,1,9,65.6 +986,185.92,No barrel,0,18632,No home garden,0,5,64 +987,211.46,No barrel,0,11631,No home garden,0,8,70.2 +988,183.18,Barrel,1,20197,No home garden,0,6,66.3 +989,244.77,No barrel,0,23338,No home garden,0,6,72.1 +990,224.93,No barrel,0,17410,No home garden,0,3,69.6 +991,183.5,No barrel,0,9499,No home garden,0,3,60.8 +992,218.5,No barrel,0,21726,No home garden,0,5,65.9 +993,207.89,Barrel,1,18365,No home garden,0,3,75.1 +994,229.12,No barrel,0,15905,No home garden,0,5,70.6 +995,211.59,Barrel,1,19262,No home garden,0,4,74.8 +996,203.24,No barrel,0,5754,No home garden,0,7,65 +997,187.83,Barrel,1,17152,No home garden,0,4,69.8 +998,232.71,No barrel,0,32157,No home garden,0,5,69.1 +999,183.89,Barrel,1,20137,No home garden,0,3,74.8 +1000,255.38,No barrel,0,24143,No home garden,0,3,74.3 +1001,247.7,No barrel,0,17332,No home garden,0,5,78.1 +1002,238.39,No barrel,0,24896,Home garden,1,7,66.3 +1003,195.84,No barrel,0,25760,No home garden,0,6,66.4 +1004,192.77,No barrel,0,30962,No home garden,0,5,55.2 +1005,158.12,Barrel,1,9252,No home garden,0,6,72.1 +1006,213.2,No barrel,0,3750,No home garden,0,4,74.4 +1007,253.05,Barrel,1,25306,No home garden,0,5,73.6 +1008,234.32,No barrel,0,31372,No home garden,0,5,66.7 +1009,161.6,Barrel,1,15723,No home garden,0,3,68.6 +1010,213.04,No barrel,0,12614,No home garden,0,6,75.6 +1011,189.39,No barrel,0,14330,Home garden,1,9,62.1 +1012,191.8,Barrel,1,22121,No home garden,0,5,70.3 +1013,278.31,No barrel,0,29188,Home garden,1,6,70.1 +1014,183.72,Barrel,1,15760,No home garden,0,6,68.1 +1015,203.67,Barrel,1,24025,No home garden,0,3,70.4 +1016,205.19,Barrel,1,22898,No home garden,0,4,74.5 +1017,204.03,No barrel,0,14733,No home garden,0,8,67 +1018,274.01,No barrel,0,33228,No home garden,0,1,68.9 +1019,227.75,Barrel,1,21052,No home garden,0,5,78.3 +1020,202.15,Barrel,1,21863,No home garden,0,2,70.9 +1021,210,No barrel,0,21669,No home garden,0,6,70.1 +1022,185.2,No barrel,0,20772,Home garden,1,8,60.5 +1023,195.04,No barrel,0,15157,No home garden,0,7,63.8 +1024,142.43,Barrel,1,13206,Home garden,1,9,63.3 +1025,226.44,No barrel,0,29757,No home garden,0,6,65.5 +1026,258.56,No barrel,0,13091,No home garden,0,3,67.8 +1027,257.29,Barrel,1,32477,Home garden,1,8,80.8 +1028,223.79,No barrel,0,16371,No home garden,0,2,66.6 +1029,249.65,No barrel,0,12828,No home garden,0,4,72.2 +1030,208.08,No barrel,0,9805,No home garden,0,5,74 +1031,194.92,Barrel,1,16952,No home garden,0,6,75.6 +1032,156.54,Barrel,1,7986,Home garden,1,9,63.8 +1033,213.92,No barrel,0,23136,No home garden,0,4,65 +1034,289.87,No barrel,0,28484,No home garden,0,4,78.9 +1035,206.54,No barrel,0,17080,No home garden,0,6,66 +1036,234.18,Barrel,1,19544,No home garden,0,3,83 +1037,221.77,No barrel,0,27992,Home garden,1,9,72.3 +1038,214.94,Barrel,1,34266,No home garden,0,4,73.1 +1039,184.99,Barrel,1,18854,No home garden,0,2,68.5 +1040,259.47,No barrel,0,29605,No home garden,0,4,67.3 +1041,206.06,Barrel,1,14006,No home garden,0,4,73.7 +1042,191,No barrel,0,12591,No home garden,0,4,69.5 +1043,184.78,No barrel,0,6119,No home garden,0,5,65.5 +1044,186,No barrel,0,13450,No home garden,0,6,62.1 +1045,200.94,Barrel,1,27000,No home garden,0,3,67.6 +1046,206.38,Barrel,1,14410,No home garden,0,5,78.5 +1047,189.12,Barrel,1,8131,No home garden,0,6,77.8 +1048,208.03,No barrel,0,16159,No home garden,0,4,60.7 +1049,201.09,No barrel,0,16741,No home garden,0,7,62.1 +1050,173.58,Barrel,1,33445,Home garden,1,7,65.7 +1051,225.38,Barrel,1,22834,No home garden,0,3,77 +1052,214.01,Barrel,1,37069,No home garden,0,4,63.7 +1053,154.63,No barrel,0,7027,No home garden,0,5,63.3 +1054,201.55,No barrel,0,10845,No home garden,0,5,65.1 +1055,164.48,Barrel,1,11207,No home garden,0,6,72.3 +1056,225.52,No barrel,0,21747,No home garden,0,4,65.4 +1057,281.98,No barrel,0,35464,No home garden,0,2,68 +1058,189.34,Barrel,1,27188,Home garden,1,10,65.6 +1059,190.13,No barrel,0,10715,No home garden,0,8,69.3 +1060,250.17,No barrel,0,20218,No home garden,0,5,76.5 +1061,230.38,No barrel,0,5469,No home garden,0,5,77 +1062,282.42,No barrel,0,38515,No home garden,0,3,71.1 +1063,191.33,Barrel,1,19876,No home garden,0,4,66.5 +1064,171.01,No barrel,0,812,No home garden,0,4,66.7 +1065,229.47,No barrel,0,30257,Home garden,1,7,68 +1066,142.96,Barrel,1,4280,No home garden,0,5,67.5 +1067,282.57,No barrel,0,33649,Home garden,1,5,76.9 +1068,213.4,No barrel,0,16589,No home garden,0,3,68.6 +1069,192.65,Barrel,1,23615,Home garden,1,9,75.8 +1070,191.92,No barrel,0,18831,Home garden,1,8,66.4 +1071,201.44,Barrel,1,25388,No home garden,0,6,72.7 +1072,238.23,No barrel,0,14172,No home garden,0,2,72 +1073,225.12,No barrel,0,18390,No home garden,0,8,68.6 +1074,242.85,No barrel,0,23242,No home garden,0,5,62.4 +1075,238.93,No barrel,0,11722,No home garden,0,5,75.4 +1076,247.68,No barrel,0,29263,Home garden,1,6,69.9 +1077,202.81,No barrel,0,16039,No home garden,0,5,65.2 +1078,232.76,Barrel,1,36844,Home garden,1,8,72 +1079,168.96,No barrel,0,1490,No home garden,0,7,68.8 +1080,270.26,No barrel,0,38897,Home garden,1,8,64.4 +1081,190.58,Barrel,1,28530,No home garden,0,6,70.5 +1082,201.21,Barrel,1,32333,No home garden,0,4,66.9 +1083,159.5,Barrel,1,20838,No home garden,0,5,68.3 +1084,221.74,No barrel,0,22235,No home garden,0,5,71.3 +1085,249.21,No barrel,0,28199,No home garden,0,1,64.8 +1086,202.15,No barrel,0,1852,No home garden,0,5,74.7 +1087,168.22,Barrel,1,17425,Home garden,1,9,75 +1088,247.6,No barrel,0,25560,No home garden,0,5,71.2 +1089,192.87,Barrel,1,14659,No home garden,0,7,77.8 +1090,194.86,No barrel,0,17000,No home garden,0,6,66.7 +1091,260.18,No barrel,0,35508,No home garden,0,3,70.7 +1092,252.62,No barrel,0,26432,No home garden,0,4,63.6 +1093,188.49,No barrel,0,7226,No home garden,0,9,68.9 +1094,195.07,Barrel,1,19081,No home garden,0,6,78.3 +1095,208.19,Barrel,1,30303,Home garden,1,8,75.8 +1096,205.41,No barrel,0,6462,No home garden,0,5,72.4 +1097,221.4,Barrel,1,33116,Home garden,1,6,69.7 +1098,133.03,Barrel,1,6787,No home garden,0,7,67.3 +1099,208.32,No barrel,0,17606,No home garden,0,6,75.1 +1100,224.43,No barrel,0,20912,No home garden,0,5,72.2 +1101,192.35,No barrel,0,9554,No home garden,0,6,68 +1102,228.45,No barrel,0,20415,No home garden,0,7,68.2 +1103,229.51,No barrel,0,25247,No home garden,0,4,69.4 +1104,256.46,No barrel,0,18342,No home garden,0,2,73.4 +1105,138.86,Barrel,1,6949,No home garden,0,8,74.2 +1106,177.71,No barrel,0,20364,Home garden,1,8,58.6 +1107,230.6,No barrel,0,25972,No home garden,0,6,71.5 +1108,184.08,Barrel,1,17894,No home garden,0,6,74.2 +1109,164.85,Barrel,1,19135,No home garden,0,6,73.1 +1110,167.78,Barrel,1,17104,No home garden,0,6,74.6 +1111,190.2,Barrel,1,17532,No home garden,0,5,69.5 +1112,196.96,No barrel,0,5793,No home garden,0,5,70.2 +1113,176.95,Barrel,1,15662,No home garden,0,6,75 +1114,247.97,No barrel,0,26488,No home garden,0,4,74.7 +1115,222.52,No barrel,0,18915,No home garden,0,5,70.7 +1116,171.78,Barrel,1,18223,Home garden,1,10,65.8 +1117,233.51,Barrel,1,35356,No home garden,0,4,68.6 +1118,217.5,No barrel,0,16862,No home garden,0,2,68.1 +1119,198.36,No barrel,0,12841,No home garden,0,6,57.2 +1120,179.43,No barrel,0,14134,No home garden,0,8,66.3 +1121,259.39,No barrel,0,17161,No home garden,0,2,71 +1122,142.86,Barrel,1,6681,No home garden,0,6,67.9 +1123,223.5,No barrel,0,17329,No home garden,0,6,68.2 +1124,215.83,Barrel,1,23344,No home garden,0,5,70.8 +1125,205.54,No barrel,0,10890,No home garden,0,7,72.7 +1126,182.71,Barrel,1,9176,No home garden,0,5,77 +1127,207.19,No barrel,0,21292,No home garden,0,4,61.2 +1128,200.43,No barrel,0,11011,No home garden,0,9,63.1 +1129,299.66,No barrel,0,36433,No home garden,0,3,77.5 +1130,240.34,Barrel,1,36823,Home garden,1,9,73.5 +1131,140.73,Barrel,1,7203,No home garden,0,6,67.1 +1132,222.54,Barrel,1,23342,No home garden,0,3,72.2 +1133,208.41,No barrel,0,18494,No home garden,0,6,70.1 +1134,194.16,No barrel,0,23099,Home garden,1,10,67.2 +1135,181.65,No barrel,0,26037,Home garden,1,10,62.3 +1136,198.05,No barrel,0,12385,No home garden,0,3,69.3 +1137,193.87,Barrel,1,27213,Home garden,1,6,62.3 +1138,271.18,Barrel,1,30495,No home garden,0,3,80.8 +1139,224.09,No barrel,0,15881,No home garden,0,6,70.5 +1140,127.26,Barrel,1,7853,No home garden,0,6,68.6 +1141,190.49,No barrel,0,15889,No home garden,0,8,66.3 +1142,208.47,No barrel,0,17855,No home garden,0,4,67 +1143,195.23,Barrel,1,27079,Home garden,1,9,69.2 +1144,264.22,No barrel,0,31899,Home garden,1,8,74.9 +1145,282.15,No barrel,0,35073,Home garden,1,6,68 +1146,207.68,No barrel,0,13255,No home garden,0,5,68.6 +1147,239.91,No barrel,0,26485,No home garden,0,4,61.4 +1148,209.97,No barrel,0,26003,Home garden,1,6,58 +1149,268.55,No barrel,0,30258,Home garden,1,6,69.8 +1150,203.51,Barrel,1,16949,No home garden,0,7,76.7 +1151,194.85,No barrel,0,9033,No home garden,0,5,62.1 +1152,189.47,Barrel,1,31747,Home garden,1,6,75.1 +1153,214.85,Barrel,1,25924,No home garden,0,6,77.3 +1154,243.61,Barrel,1,37492,Home garden,1,5,75.2 +1155,198.8,No barrel,0,7541,No home garden,0,4,64.1 +1156,202.94,No barrel,0,27232,Home garden,1,7,59.7 +1157,236.01,No barrel,0,29722,Home garden,1,9,67.8 +1158,260.95,No barrel,0,26075,No home garden,0,2,65.9 +1159,239.17,No barrel,0,14384,No home garden,0,4,73.5 +1160,241.96,Barrel,1,29123,No home garden,0,4,81.7 +1161,233.16,No barrel,0,28459,Home garden,1,10,66.7 +1162,189.1,Barrel,1,22834,No home garden,0,5,69.2 +1163,255.35,No barrel,0,33570,Home garden,1,6,71.4 +1164,215.98,No barrel,0,22424,No home garden,0,4,61.7 +1165,201.79,Barrel,1,21779,No home garden,0,2,75.2 +1166,203.76,Barrel,1,21376,No home garden,0,4,64.1 +1167,264.42,No barrel,0,32310,Home garden,1,5,69.6 +1168,213.35,No barrel,0,15678,No home garden,0,4,73.7 +1169,220.01,No barrel,0,14919,No home garden,0,3,67.1 +1170,205.04,Barrel,1,24458,Home garden,1,9,69.9 +1171,234.22,No barrel,0,28436,No home garden,0,4,64.3 +1172,208.5,No barrel,0,16990,No home garden,0,5,66.9 +1173,249.38,No barrel,0,19676,No home garden,0,2,74.1 +1174,183.69,Barrel,1,25296,Home garden,1,9,75.3 +1175,264.78,No barrel,0,37279,Home garden,1,9,75.3 +1176,185.82,Barrel,1,20088,No home garden,0,7,60.3 +1177,221.92,Barrel,1,35177,Home garden,1,6,71.7 +1178,181.95,Barrel,1,13960,No home garden,0,6,75.8 +1179,253.64,No barrel,0,30159,Home garden,1,6,66.1 +1180,221.99,No barrel,0,24874,No home garden,0,6,67.2 +1181,257.1,No barrel,0,20654,No home garden,0,2,73 +1182,229.27,Barrel,1,31502,Home garden,1,7,77.5 +1183,229.71,Barrel,1,39137,Home garden,1,5,70.1 +1184,275.45,No barrel,0,25517,No home garden,0,4,79.3 +1185,274.7,Barrel,1,36472,No home garden,0,3,80.5 +1186,246.32,No barrel,0,36220,No home garden,0,3,58.9 +1187,220.97,Barrel,1,28104,No home garden,0,4,66.2 +1188,232.23,No barrel,0,29173,Home garden,1,7,71.5 +1189,226.82,No barrel,0,25607,No home garden,0,5,70.2 +1190,185.56,Barrel,1,18508,Home garden,1,9,78.1 +1191,200.29,No barrel,0,17968,No home garden,0,5,71.8 +1192,190.39,No barrel,0,20285,No home garden,0,2,61.6 +1193,218.75,Barrel,1,26344,No home garden,0,6,72.6 +1194,255.96,No barrel,0,31885,Home garden,1,7,71.2 +1195,216.08,Barrel,1,29816,No home garden,0,5,71.6 +1196,234.08,No barrel,0,22185,No home garden,0,4,69.5 +1197,224.64,No barrel,0,14517,No home garden,0,2,70.9 +1198,234.21,Barrel,1,36876,Home garden,1,5,77.7 +1199,258.38,No barrel,0,31655,No home garden,0,4,67.1 +1200,248.5,No barrel,0,13989,No home garden,0,5,73.2 +1201,221.24,No barrel,0,22183,No home garden,0,6,64.3 +1202,252.95,No barrel,0,17451,No home garden,0,6,69.7 +1203,222.28,No barrel,0,23782,No home garden,0,2,66.7 +1204,185.68,No barrel,0,2969,No home garden,0,5,71 +1205,249.85,No barrel,0,24186,No home garden,0,3,73.1 +1206,202.03,Barrel,1,21118,No home garden,0,6,65 +1207,211.35,No barrel,0,20995,No home garden,0,5,60 +1208,244.11,No barrel,0,25062,Home garden,1,8,75.2 +1209,227.8,No barrel,0,16219,No home garden,0,4,64.6 +1210,180.67,No barrel,0,19122,Home garden,1,8,60.4 +1211,169.63,No barrel,0,16677,Home garden,1,9,67.2 +1212,253.36,No barrel,0,23348,No home garden,0,4,74.2 +1213,180.24,Barrel,1,6868,No home garden,0,3,76 +1214,195.72,Barrel,1,11485,No home garden,0,3,77.4 +1215,178.1,Barrel,1,25572,Home garden,1,6,64.4 +1216,229.36,Barrel,1,28748,No home garden,0,4,70.2 +1217,208.4,No barrel,0,14181,No home garden,0,5,70.1 +1218,194.93,No barrel,0,9817,No home garden,0,3,64.2 +1219,160.82,Barrel,1,14859,No home garden,0,6,65 +1220,195.92,No barrel,0,10522,No home garden,0,4,70.6 +1221,211.45,No barrel,0,16007,No home garden,0,3,71 +1222,178.36,Barrel,1,24923,Home garden,1,8,68.3 +1223,255.21,No barrel,0,19859,No home garden,0,2,71 +1224,210.88,No barrel,0,9177,No home garden,0,2,72.6 +1225,199.99,No barrel,0,11933,No home garden,0,4,77.6 +1226,231.93,No barrel,0,25745,No home garden,0,2,69.6 +1227,225.27,No barrel,0,22408,No home garden,0,7,70.4 +1228,217.3,No barrel,0,18781,No home garden,0,5,73.5 +1229,270.4,No barrel,0,35488,No home garden,0,5,67.5 +1230,198.83,Barrel,1,22899,No home garden,0,6,69.1 +1231,230.57,No barrel,0,15576,No home garden,0,3,68.1 +1232,198.18,No barrel,0,19180,No home garden,0,7,67.1 +1233,210.29,Barrel,1,26335,No home garden,0,3,72.4 +1234,158.35,Barrel,1,9336,No home garden,0,4,71.6 +1235,261.36,No barrel,0,35610,No home garden,0,1,63 +1236,251.97,Barrel,1,29783,No home garden,0,5,70.5 +1237,208.3,No barrel,0,13387,No home garden,0,4,66.9 +1238,247.53,No barrel,0,22504,No home garden,0,3,72.7 +1239,218.15,Barrel,1,37900,Home garden,1,6,71.4 +1240,236.39,No barrel,0,23959,No home garden,0,4,70.2 +1241,271.18,No barrel,0,22785,No home garden,0,3,78.1 diff --git a/docs/projects/problem-set-3/data/barrels_rct.csv b/docs/projects/problem-set-3/data/barrels_rct.csv new file mode 100644 index 00000000..0e489d26 --- /dev/null +++ b/docs/projects/problem-set-3/data/barrels_rct.csv @@ -0,0 +1,494 @@ +id,water_bill,barrel,barrel_num,yard_size,home_garden,home_garden_num,attitude_env,temperature +1,209.12,Barrel,1,25811,No home garden,0,3,68.5 +2,238.39,Barrel,1,39479,Home garden,1,7,77.4 +3,163.66,Barrel,1,13297,No home garden,0,7,65.1 +4,226,Barrel,1,28259,No home garden,0,2,65.7 +5,232.44,No barrel,0,21479,No home garden,0,5,65.7 +6,278.74,No barrel,0,28906,Home garden,1,8,76.9 +7,224.34,No barrel,0,7041,No home garden,0,3,70.9 +8,185.67,Barrel,1,29434,No home garden,0,4,56.1 +9,198.91,Barrel,1,24779,Home garden,1,8,70.1 +10,172.29,Barrel,1,29741,Home garden,1,9,62.2 +11,224.8,No barrel,0,16931,No home garden,0,8,73.3 +12,227.06,No barrel,0,10357,No home garden,0,9,81.8 +13,158.02,Barrel,1,16071,No home garden,0,6,67.2 +14,226.37,No barrel,0,14977,No home garden,0,6,70.5 +15,209.08,No barrel,0,13053,No home garden,0,3,71 +16,244.47,No barrel,0,24206,No home garden,0,5,71.3 +17,186.44,No barrel,0,14641,No home garden,0,9,67.6 +18,229.73,No barrel,0,15519,No home garden,0,3,70.7 +19,189.76,No barrel,0,6782,No home garden,0,9,67.4 +20,186.18,Barrel,1,19185,No home garden,0,5,72.2 +21,251.2,No barrel,0,26319,Home garden,1,7,73.4 +22,257.97,No barrel,0,35468,Home garden,1,8,66.2 +23,253.07,Barrel,1,35299,No home garden,0,3,70.4 +24,159.37,Barrel,1,8066,No home garden,0,9,77 +25,138.33,Barrel,1,9509,No home garden,0,6,64.3 +26,224.06,No barrel,0,21281,No home garden,0,2,61.8 +27,163.04,Barrel,1,20160,No home garden,0,2,54.4 +28,220.33,Barrel,1,28510,Home garden,1,7,75.9 +29,193.11,No barrel,0,3815,No home garden,0,6,68.2 +30,227.04,No barrel,0,11933,No home garden,0,4,76.1 +31,233.86,Barrel,1,36989,Home garden,1,6,66.5 +32,220.97,No barrel,0,13489,No home garden,0,5,76.8 +33,220.47,No barrel,0,17570,No home garden,0,3,74.5 +34,172.41,Barrel,1,17197,No home garden,0,3,65.3 +35,236.16,No barrel,0,37644,Home garden,1,6,66.8 +36,261.62,No barrel,0,33476,Home garden,1,8,72.4 +37,213.66,Barrel,1,24009,No home garden,0,1,73.8 +38,177.04,Barrel,1,10880,No home garden,0,4,72.1 +39,200.26,Barrel,1,31316,Home garden,1,7,71.8 +40,269.7,No barrel,0,34542,Home garden,1,6,72.5 +41,174.04,Barrel,1,14983,No home garden,0,5,73.3 +42,215.76,No barrel,0,27877,Home garden,1,9,64 +43,196.76,Barrel,1,27994,No home garden,0,5,69.9 +44,184.51,Barrel,1,15527,No home garden,0,2,67.8 +45,226.97,No barrel,0,13715,No home garden,0,8,75.2 +46,254.77,No barrel,0,28308,No home garden,0,2,70.9 +47,239.8,No barrel,0,26454,No home garden,0,5,65.1 +48,287.15,No barrel,0,29906,No home garden,0,4,79.1 +49,170.2,No barrel,0,18501,Home garden,1,9,63.8 +50,174.67,Barrel,1,26720,No home garden,0,5,65.2 +51,221.79,Barrel,1,35343,Home garden,1,6,65.8 +52,207.99,Barrel,1,12211,No home garden,0,6,83.8 +53,274.21,No barrel,0,28904,Home garden,1,7,71.3 +54,214,No barrel,0,13592,No home garden,0,6,66.8 +55,139.61,Barrel,1,12990,No home garden,0,4,69.4 +56,203.03,No barrel,0,9363,No home garden,0,7,69.2 +57,208.71,Barrel,1,27521,Home garden,1,7,68.5 +58,254,No barrel,0,24539,No home garden,0,4,68.4 +59,235.48,No barrel,0,26410,No home garden,0,4,65.7 +60,185.66,No barrel,0,12062,No home garden,0,6,67.9 +61,196.37,Barrel,1,32672,No home garden,0,4,64.6 +62,247.88,No barrel,0,34827,Home garden,1,6,75.7 +63,211.09,Barrel,1,24811,No home garden,0,3,70.1 +64,147.5,Barrel,1,13646,No home garden,0,6,65.9 +65,223.8,Barrel,1,20140,No home garden,0,3,74.4 +66,227.88,No barrel,0,24714,No home garden,0,4,68.2 +67,201.84,Barrel,1,11316,No home garden,0,8,76.3 +68,243.97,No barrel,0,23572,No home garden,0,4,70.6 +69,202.1,Barrel,1,29730,No home garden,0,5,68.4 +70,145.9,Barrel,1,12860,No home garden,0,6,62.4 +71,167.67,Barrel,1,13761,No home garden,0,6,78.3 +72,182.36,Barrel,1,25221,No home garden,0,4,61.9 +73,234.83,No barrel,0,31993,Home garden,1,6,70.2 +74,241.64,No barrel,0,31952,No home garden,0,5,68.5 +75,247.06,No barrel,0,36695,Home garden,1,5,61.8 +76,179.13,Barrel,1,16829,No home garden,0,1,65.9 +77,188.45,Barrel,1,26067,Home garden,1,8,68.8 +78,196.54,Barrel,1,23897,No home garden,0,7,63 +79,209.38,Barrel,1,34248,Home garden,1,7,67.6 +80,242.18,No barrel,0,28608,Home garden,1,7,73.1 +81,140.48,Barrel,1,4832,No home garden,0,8,67.8 +82,213.61,Barrel,1,24637,Home garden,1,7,68.4 +83,230.77,No barrel,0,29531,Home garden,1,6,66.1 +84,201.43,No barrel,0,18565,No home garden,0,5,66.7 +85,223.31,No barrel,0,19108,No home garden,0,1,70.8 +86,267.9,No barrel,0,30574,Home garden,1,6,66.2 +87,206.89,Barrel,1,20286,No home garden,0,4,76.9 +88,177.22,Barrel,1,16218,No home garden,0,4,71.4 +89,164.04,Barrel,1,18107,No home garden,0,7,63.8 +90,200.85,No barrel,0,23129,Home garden,1,8,71.8 +91,211.74,Barrel,1,17230,Home garden,1,9,75.4 +92,153.7,Barrel,1,24724,Home garden,1,8,61.4 +93,213.76,No barrel,0,12219,No home garden,0,2,69.6 +94,185.25,Barrel,1,27721,Home garden,1,6,71.2 +95,180.83,Barrel,1,18977,No home garden,0,4,73 +96,232.74,Barrel,1,25067,Home garden,1,7,79.4 +97,215.43,Barrel,1,27990,Home garden,1,6,71.9 +98,217.37,Barrel,1,16333,No home garden,0,6,79.2 +99,237.21,No barrel,0,26412,No home garden,0,6,65.9 +100,195.3,No barrel,0,6261,No home garden,0,6,63.2 +101,207.69,No barrel,0,22827,No home garden,0,3,65.6 +102,227.11,Barrel,1,28279,No home garden,0,4,69.2 +103,186.57,Barrel,1,18408,No home garden,0,7,69.6 +104,154.95,Barrel,1,11176,No home garden,0,6,66.5 +105,161.4,Barrel,1,10682,No home garden,0,7,73.4 +106,209.59,Barrel,1,25144,No home garden,0,4,75 +107,196.25,Barrel,1,22087,No home garden,0,6,69.2 +108,209.29,Barrel,1,33313,Home garden,1,8,65.8 +109,197.94,No barrel,0,26079,No home garden,0,5,54.7 +110,251.86,No barrel,0,21691,No home garden,0,5,68.5 +111,164.68,Barrel,1,24941,Home garden,1,10,65.8 +112,246.76,No barrel,0,28018,Home garden,1,8,74.9 +113,221.33,Barrel,1,26331,Home garden,1,8,73.7 +114,251.75,No barrel,0,32150,No home garden,0,4,70.1 +115,171.61,Barrel,1,27143,No home garden,0,5,67.6 +116,145.34,Barrel,1,15679,Home garden,1,9,70.7 +117,204,Barrel,1,34956,No home garden,0,3,71.3 +118,163.23,Barrel,1,23506,No home garden,0,4,63.8 +119,217.96,No barrel,0,21556,No home garden,0,4,62.2 +120,217.18,No barrel,0,11430,No home garden,0,2,66.9 +121,210.62,Barrel,1,19677,No home garden,0,5,73.1 +122,216.99,Barrel,1,28299,No home garden,0,4,70.4 +123,202,No barrel,0,14878,No home garden,0,5,71.4 +124,224.21,Barrel,1,19757,No home garden,0,5,76.2 +125,163.89,Barrel,1,24519,No home garden,0,5,65.2 +126,238.1,Barrel,1,27526,No home garden,0,6,74.7 +127,181.33,Barrel,1,22271,No home garden,0,6,76 +128,229.81,No barrel,0,17550,No home garden,0,3,72.7 +129,270.49,No barrel,0,22228,No home garden,0,3,72.5 +130,207.26,Barrel,1,18875,No home garden,0,2,70.3 +131,266.46,No barrel,0,28731,No home garden,0,3,74.8 +132,173.71,Barrel,1,19544,No home garden,0,7,70.9 +133,235.87,Barrel,1,28653,No home garden,0,4,76 +134,119.5,Barrel,1,14885,No home garden,0,7,62.9 +135,158.89,Barrel,1,27255,No home garden,0,5,55.2 +136,191.23,Barrel,1,22252,No home garden,0,5,68.3 +137,233.08,Barrel,1,16299,No home garden,0,3,79.8 +138,275.78,No barrel,0,28339,No home garden,0,4,74.2 +139,231.46,No barrel,0,31862,Home garden,1,6,66.7 +140,230.23,Barrel,1,25688,No home garden,0,5,74.9 +141,177.86,Barrel,1,23795,Home garden,1,10,72.6 +142,223.81,Barrel,1,26763,No home garden,0,5,79.4 +143,205.84,No barrel,0,20645,No home garden,0,6,74.5 +144,184.87,Barrel,1,11961,No home garden,0,4,68.8 +145,192.3,No barrel,0,17118,No home garden,0,8,64.9 +146,211.11,Barrel,1,28364,Home garden,1,6,70.8 +147,178.91,Barrel,1,7939,No home garden,0,7,74 +148,286.43,No barrel,0,32363,No home garden,0,2,79.8 +149,198.59,Barrel,1,20559,No home garden,0,3,73.2 +150,216.86,No barrel,0,22450,No home garden,0,7,70.2 +151,159.37,Barrel,1,21992,No home garden,0,4,68.1 +152,234.05,Barrel,1,27979,No home garden,0,2,69.9 +153,152.01,Barrel,1,6885,No home garden,0,7,70.6 +154,245.65,No barrel,0,30342,Home garden,1,7,71.7 +155,271.27,No barrel,0,18034,No home garden,0,5,79 +156,140.48,Barrel,1,3635,No home garden,0,4,75.4 +157,149.6,Barrel,1,13369,No home garden,0,2,63.5 +158,198.7,No barrel,0,20765,No home garden,0,7,66.3 +159,172.47,Barrel,1,20211,No home garden,0,5,66.6 +160,153.03,Barrel,1,6049,No home garden,0,6,71 +161,217.31,Barrel,1,28028,No home garden,0,6,74.4 +162,197.46,Barrel,1,24006,Home garden,1,8,70.2 +163,238.04,Barrel,1,22052,No home garden,0,4,77.3 +164,218.8,Barrel,1,27177,No home garden,0,6,76.4 +165,207.38,No barrel,0,20355,Home garden,1,8,64.1 +166,184.1,No barrel,0,9577,No home garden,0,9,64 +167,235.13,Barrel,1,34602,No home garden,0,4,80 +168,246.59,No barrel,0,24962,No home garden,0,5,69.1 +169,113.6,Barrel,1,7522,No home garden,0,9,67.4 +170,284.35,No barrel,0,30832,No home garden,0,3,77 +171,215.45,Barrel,1,33357,Home garden,1,8,73.2 +172,235.83,No barrel,0,28891,No home garden,0,4,64.2 +173,152.72,Barrel,1,7664,No home garden,0,7,67 +174,241.28,No barrel,0,22879,No home garden,0,1,65.7 +175,236,No barrel,0,32797,Home garden,1,9,70.7 +176,167.92,Barrel,1,6317,No home garden,0,3,71.5 +177,234.85,Barrel,1,38750,No home garden,0,4,69.4 +178,158.23,Barrel,1,10549,No home garden,0,6,74 +179,187.68,Barrel,1,16835,No home garden,0,2,68.4 +180,206.54,Barrel,1,29641,No home garden,0,5,57.8 +181,154.67,No barrel,0,1950,No home garden,0,7,63.2 +182,231.45,No barrel,0,21646,No home garden,0,4,71.3 +183,238.22,No barrel,0,31386,No home garden,0,5,61.1 +184,235.17,No barrel,0,23409,No home garden,0,5,67.9 +185,247.5,Barrel,1,36306,No home garden,0,3,83.1 +186,194.42,Barrel,1,14235,No home garden,0,8,77 +187,231.43,No barrel,0,19422,No home garden,0,3,66.3 +188,172.16,Barrel,1,19659,No home garden,0,5,72.3 +189,277.56,No barrel,0,24669,No home garden,0,5,76.7 +190,207.28,No barrel,0,14662,No home garden,0,5,71.9 +191,214.15,Barrel,1,24369,No home garden,0,4,74.5 +192,235.35,Barrel,1,36826,Home garden,1,7,76.9 +193,169.86,No barrel,0,17097,No home garden,0,6,63.7 +194,199.68,No barrel,0,14804,No home garden,0,5,69.3 +195,163.95,Barrel,1,20895,No home garden,0,7,64.6 +196,245.3,No barrel,0,23453,No home garden,0,4,73.7 +197,233.04,No barrel,0,15292,No home garden,0,4,71.2 +198,154.31,Barrel,1,11943,No home garden,0,4,64.5 +199,229.06,No barrel,0,39000,Home garden,1,4,62.7 +200,207.62,No barrel,0,24622,Home garden,1,7,66.1 +201,146.11,Barrel,1,12524,No home garden,0,4,66 +202,121.2,Barrel,1,7235,No home garden,0,9,66.4 +203,211.83,No barrel,0,19168,No home garden,0,6,68.7 +204,199.43,Barrel,1,28649,Home garden,1,8,74.5 +205,166.22,Barrel,1,17615,No home garden,0,3,67.3 +206,198.62,Barrel,1,24905,Home garden,1,8,76.3 +207,222.6,No barrel,0,29426,Home garden,1,7,71.7 +208,235.43,No barrel,0,22186,No home garden,0,5,69.7 +209,179.06,Barrel,1,24699,Home garden,1,8,72.1 +210,143.27,Barrel,1,16278,No home garden,0,8,65.4 +211,241.88,No barrel,0,30939,Home garden,1,9,67.3 +212,215.19,Barrel,1,28699,No home garden,0,6,69.6 +213,227.09,No barrel,0,22377,No home garden,0,5,69.9 +214,228.36,No barrel,0,25072,No home garden,0,5,67.2 +215,191,Barrel,1,17516,No home garden,0,7,72.8 +216,242.12,No barrel,0,24901,Home garden,1,9,75.9 +217,162.93,No barrel,0,3797,No home garden,0,7,65.2 +218,147.43,Barrel,1,12596,No home garden,0,5,68.6 +219,228.73,Barrel,1,29474,Home garden,1,7,74.3 +220,222.53,No barrel,0,20795,Home garden,1,8,69.1 +221,255.51,No barrel,0,21396,No home garden,0,5,72.6 +222,215,No barrel,0,11609,No home garden,0,7,73.5 +223,258.54,No barrel,0,26493,No home garden,0,4,76.8 +224,156.36,Barrel,1,12809,No home garden,0,7,65.5 +225,162.7,Barrel,1,13605,No home garden,0,7,66.8 +226,218.3,Barrel,1,26145,No home garden,0,5,70.7 +227,139.86,Barrel,1,572,No home garden,0,9,66.3 +228,247.65,No barrel,0,28862,No home garden,0,4,67 +229,266.93,No barrel,0,28305,No home garden,0,4,75.4 +230,170.07,Barrel,1,22778,Home garden,1,8,67.1 +231,246.68,No barrel,0,28042,No home garden,0,6,75.5 +232,213.98,Barrel,1,20065,No home garden,0,3,77 +233,184.08,No barrel,0,8463,No home garden,0,6,70.2 +234,211.87,Barrel,1,19207,No home garden,0,3,79.6 +235,167.48,Barrel,1,22067,Home garden,1,8,63.7 +236,170.19,Barrel,1,12730,No home garden,0,3,64 +237,177.81,Barrel,1,23102,No home garden,0,5,62.5 +238,198.47,Barrel,1,25148,Home garden,1,7,73.6 +239,254.68,No barrel,0,29420,No home garden,0,5,67.3 +240,267.82,No barrel,0,27732,No home garden,0,5,70.1 +241,223.48,Barrel,1,26237,No home garden,0,4,67.8 +242,184.77,Barrel,1,16245,No home garden,0,2,65.5 +243,205.78,Barrel,1,20156,No home garden,0,4,76.4 +244,196.29,Barrel,1,12116,No home garden,0,3,69.6 +245,177.52,Barrel,1,27499,No home garden,0,4,57.7 +246,251.84,Barrel,1,29061,No home garden,0,3,74.5 +247,173.98,Barrel,1,16866,No home garden,0,8,73.8 +248,181.66,Barrel,1,14483,No home garden,0,7,71.3 +249,205.85,No barrel,0,20120,No home garden,0,7,75.8 +250,164.38,Barrel,1,17426,No home garden,0,8,71.2 +251,231.16,No barrel,0,10322,No home garden,0,6,81.1 +252,167.63,Barrel,1,10334,No home garden,0,6,65.7 +253,249.36,No barrel,0,31526,Home garden,1,6,73.7 +254,195.66,No barrel,0,14850,No home garden,0,5,68.4 +255,184.56,Barrel,1,13115,No home garden,0,3,65.8 +256,208.42,Barrel,1,29775,No home garden,0,5,71.2 +257,213.56,No barrel,0,24220,No home garden,0,5,64.2 +258,233.57,No barrel,0,17341,No home garden,0,4,69.9 +259,240.53,No barrel,0,23242,No home garden,0,6,63.5 +260,286.79,No barrel,0,38900,Home garden,1,7,71 +261,171.92,Barrel,1,12636,No home garden,0,5,72.5 +262,206.97,Barrel,1,25900,Home garden,1,7,74.1 +263,205.2,Barrel,1,30876,Home garden,1,6,64.2 +264,244.36,Barrel,1,38559,Home garden,1,6,72.2 +265,143.54,Barrel,1,11182,No home garden,0,6,67.6 +266,237.98,No barrel,0,25847,No home garden,0,4,70.2 +267,259.23,No barrel,0,16846,No home garden,0,2,74.6 +268,202.09,Barrel,1,21089,No home garden,0,6,71.7 +269,151.88,Barrel,1,11424,No home garden,0,4,61.8 +270,236.68,Barrel,1,34542,No home garden,0,3,69.6 +271,211.02,No barrel,0,22464,Home garden,1,7,68.2 +272,211.26,No barrel,0,11423,No home garden,0,4,74.6 +273,205.76,No barrel,0,26701,No home garden,0,5,65.1 +274,185.18,Barrel,1,13528,No home garden,0,2,66.9 +275,202.92,Barrel,1,30111,Home garden,1,7,73.7 +276,180.99,No barrel,0,7301,No home garden,0,9,62.8 +277,202.46,Barrel,1,19713,No home garden,0,2,66.8 +278,220.91,No barrel,0,15397,No home garden,0,6,75.5 +279,199.05,No barrel,0,24008,Home garden,1,7,57.2 +280,251.89,Barrel,1,36530,No home garden,0,3,65.6 +281,242.46,No barrel,0,22268,Home garden,1,8,75.7 +282,175.14,Barrel,1,22842,No home garden,0,7,73.2 +283,194.89,No barrel,0,5676,No home garden,0,3,67 +284,207.72,No barrel,0,19227,No home garden,0,5,63.3 +285,247.36,No barrel,0,12084,No home garden,0,5,72.7 +286,221.84,No barrel,0,20179,No home garden,0,7,72.1 +287,188.49,No barrel,0,13680,No home garden,0,4,67.8 +288,205.89,Barrel,1,29663,Home garden,1,7,68.6 +289,200.66,Barrel,1,9402,No home garden,0,4,70.9 +290,111.58,Barrel,1,4957,No home garden,0,10,72.3 +291,161.16,Barrel,1,5772,No home garden,0,5,73.4 +292,187.42,Barrel,1,25044,Home garden,1,8,66.9 +293,209.99,No barrel,0,9163,No home garden,0,5,73.6 +294,191.23,No barrel,0,11746,No home garden,0,3,68.5 +295,252.14,Barrel,1,36012,No home garden,0,4,74.6 +296,177.33,No barrel,0,19909,No home garden,0,7,58.4 +297,167.03,Barrel,1,13791,No home garden,0,3,71.7 +298,187.81,No barrel,0,17166,Home garden,1,8,68.7 +299,198.57,Barrel,1,32059,No home garden,0,4,74.9 +300,231.49,No barrel,0,15538,No home garden,0,8,74 +301,232.52,No barrel,0,24576,No home garden,0,6,67.6 +302,208.64,Barrel,1,36060,Home garden,1,8,65.2 +303,162.41,Barrel,1,14428,No home garden,0,4,65.1 +304,101.26,Barrel,1,16403,No home garden,0,6,59.6 +305,194.97,Barrel,1,15809,No home garden,0,7,74.1 +306,193.42,Barrel,1,16009,No home garden,0,3,74.1 +307,213.12,No barrel,0,22192,Home garden,1,10,65.5 +308,266.1,No barrel,0,32695,Home garden,1,8,73 +309,234.76,No barrel,0,26563,Home garden,1,8,73.6 +310,253.2,No barrel,0,20250,No home garden,0,4,76.9 +311,210.04,No barrel,0,19129,No home garden,0,2,67.6 +312,267.01,No barrel,0,36691,Home garden,1,10,71.7 +313,145.63,Barrel,1,19936,Home garden,1,9,66.8 +314,275.26,No barrel,0,30956,No home garden,0,4,77.2 +315,192.9,No barrel,0,9035,No home garden,0,5,71.5 +316,207.12,Barrel,1,25321,No home garden,0,6,71.4 +317,185.11,Barrel,1,21845,No home garden,0,7,71.1 +318,142.82,Barrel,1,18141,No home garden,0,6,60 +319,210.66,No barrel,0,17294,Home garden,1,8,62.5 +320,182.06,Barrel,1,24703,Home garden,1,10,66.7 +321,206.6,No barrel,0,26873,Home garden,1,7,61.3 +322,178.8,Barrel,1,23680,Home garden,1,10,72.2 +323,237.5,Barrel,1,32314,No home garden,0,4,76.6 +324,252.24,No barrel,0,26245,No home garden,0,6,69.3 +325,204.38,No barrel,0,21201,No home garden,0,6,69.3 +326,227.1,Barrel,1,31968,No home garden,0,2,69.6 +327,249.2,No barrel,0,21966,No home garden,0,6,78.1 +328,238.55,No barrel,0,21619,No home garden,0,3,73.6 +329,262.91,No barrel,0,29348,No home garden,0,5,75.2 +330,228.45,No barrel,0,17334,No home garden,0,6,73.2 +331,221.84,No barrel,0,22451,Home garden,1,8,67.7 +332,177.4,Barrel,1,23481,Home garden,1,8,67.5 +333,189.1,Barrel,1,11152,No home garden,0,6,79.1 +334,189.52,Barrel,1,13522,No home garden,0,2,72.9 +335,275.7,No barrel,0,18675,No home garden,0,2,70.8 +336,218.46,No barrel,0,29744,Home garden,1,6,67.3 +337,188.22,Barrel,1,29141,Home garden,1,9,72.5 +338,151.03,Barrel,1,18130,No home garden,0,6,61.7 +339,200.19,No barrel,0,9674,No home garden,0,7,64.5 +340,170.18,Barrel,1,2995,No home garden,0,7,69.4 +341,170.78,Barrel,1,17610,No home garden,0,4,67.5 +342,145.01,Barrel,1,5752,No home garden,0,5,67 +343,157.96,Barrel,1,18593,No home garden,0,5,67.1 +344,255.89,Barrel,1,31806,No home garden,0,4,77.6 +345,150.54,Barrel,1,4582,No home garden,0,7,67.5 +346,253.99,Barrel,1,27107,Home garden,1,7,78.2 +347,212.76,Barrel,1,20361,No home garden,0,6,74.8 +348,167.34,Barrel,1,11789,No home garden,0,7,74.7 +349,239.61,No barrel,0,22098,No home garden,0,4,67.7 +350,162.49,Barrel,1,9797,No home garden,0,3,59.8 +351,241.19,Barrel,1,28685,Home garden,1,7,78.7 +352,221.59,Barrel,1,23137,No home garden,0,2,71.4 +353,186.52,Barrel,1,17442,No home garden,0,5,76.7 +354,138.14,Barrel,1,2082,No home garden,0,6,72.5 +355,163.98,Barrel,1,1886,No home garden,0,6,73.3 +356,192.42,Barrel,1,19408,No home garden,0,3,67.9 +357,204.77,Barrel,1,15740,No home garden,0,2,65.6 +358,139.69,Barrel,1,10330,No home garden,0,8,68.4 +359,243.61,No barrel,0,23610,Home garden,1,8,73.2 +360,150.08,Barrel,1,10932,No home garden,0,5,66.8 +361,210.29,No barrel,0,11705,No home garden,0,4,67.4 +362,279.24,No barrel,0,36420,Home garden,1,7,66.9 +363,282.31,No barrel,0,37060,Home garden,1,8,76.9 +364,234.9,No barrel,0,20577,No home garden,0,3,74.5 +365,194.45,No barrel,0,13606,No home garden,0,6,69.8 +366,186.22,Barrel,1,24182,No home garden,0,7,64.9 +367,164.49,Barrel,1,8218,No home garden,0,3,67 +368,235.68,No barrel,0,28461,Home garden,1,6,70.3 +369,150.77,Barrel,1,11640,No home garden,0,4,71.2 +370,151.53,Barrel,1,6801,No home garden,0,5,64.5 +371,186.93,Barrel,1,19448,No home garden,0,5,64.1 +372,178.4,Barrel,1,20970,No home garden,0,6,65.1 +373,193.37,Barrel,1,21163,No home garden,0,1,69 +374,175.72,Barrel,1,17070,No home garden,0,3,66.5 +375,141.2,Barrel,1,30536,Home garden,1,10,58.3 +376,191.69,No barrel,0,982,No home garden,0,7,72.8 +377,249,No barrel,0,19660,No home garden,0,3,70.1 +378,184.1,Barrel,1,22161,Home garden,1,9,81.1 +379,264.43,No barrel,0,31622,No home garden,0,4,65 +380,225.46,No barrel,0,8157,No home garden,0,7,70.9 +381,178.21,Barrel,1,13119,No home garden,0,5,73 +382,198.78,Barrel,1,24252,No home garden,0,5,73.1 +383,225.73,No barrel,0,17648,No home garden,0,5,75.3 +384,149.1,Barrel,1,3478,No home garden,0,4,61.6 +385,209.95,Barrel,1,27011,No home garden,0,4,69.7 +386,180.57,Barrel,1,16246,No home garden,0,3,66.3 +387,187.03,Barrel,1,13220,No home garden,0,3,71.3 +388,213.72,No barrel,0,29814,Home garden,1,10,68.7 +389,206.81,Barrel,1,32031,Home garden,1,7,72.1 +390,227.54,No barrel,0,19079,No home garden,0,3,63.3 +391,238.06,Barrel,1,31389,No home garden,0,3,76.8 +392,205,Barrel,1,16959,No home garden,0,3,74.5 +393,216.6,Barrel,1,34034,Home garden,1,9,71.1 +394,189.05,No barrel,0,14242,No home garden,0,7,65.4 +395,226.08,No barrel,0,7896,No home garden,0,4,75 +396,170.96,No barrel,0,15567,No home garden,0,8,60.5 +397,215.55,No barrel,0,11384,No home garden,0,5,72.5 +398,241.28,No barrel,0,12423,No home garden,0,2,67.3 +399,127.85,Barrel,1,11376,No home garden,0,6,66.7 +400,271.68,No barrel,0,27549,No home garden,0,4,74.7 +401,209.13,No barrel,0,22512,No home garden,0,5,65.4 +402,224.33,No barrel,0,21336,Home garden,1,9,70.7 +403,198.13,No barrel,0,12950,No home garden,0,3,64.3 +404,219.19,No barrel,0,26771,Home garden,1,7,68.3 +405,147.52,Barrel,1,12474,No home garden,0,6,65 +406,201.83,No barrel,0,15037,Home garden,1,10,73.1 +407,185.17,Barrel,1,21735,Home garden,1,8,71.2 +408,254.96,No barrel,0,33339,Home garden,1,7,75 +409,171.68,Barrel,1,21485,No home garden,0,6,69.7 +410,251.87,No barrel,0,19231,No home garden,0,6,76.1 +411,186.05,Barrel,1,11639,No home garden,0,4,69.9 +412,174.26,Barrel,1,23759,No home garden,0,4,59.8 +413,210.55,No barrel,0,19035,No home garden,0,7,63.1 +414,236.6,No barrel,0,12768,No home garden,0,4,68.5 +415,188.31,Barrel,1,14954,No home garden,0,5,73.6 +416,189.69,Barrel,1,23186,No home garden,0,6,77.3 +417,169.15,Barrel,1,18246,No home garden,0,6,72.9 +418,216.6,No barrel,0,12380,No home garden,0,6,72.7 +419,254.69,No barrel,0,30214,No home garden,0,5,77.2 +420,170.96,No barrel,0,9743,No home garden,0,8,61.1 +421,177.28,Barrel,1,14253,No home garden,0,6,74.1 +422,191.08,No barrel,0,16838,No home garden,0,5,64.1 +423,260.63,No barrel,0,21306,No home garden,0,5,76.1 +424,195.57,No barrel,0,12565,No home garden,0,6,65.2 +425,250.1,No barrel,0,29013,No home garden,0,5,70.4 +426,238.95,Barrel,1,28754,No home garden,0,1,64.2 +427,258.69,Barrel,1,33999,No home garden,0,3,72.7 +428,159.63,No barrel,0,4514,No home garden,0,5,68.4 +429,233.18,No barrel,0,28854,No home garden,0,5,68.9 +430,226.18,Barrel,1,32674,Home garden,1,8,70 +431,221.2,Barrel,1,25658,No home garden,0,1,68.7 +432,208.29,No barrel,0,9121,No home garden,0,3,73.3 +433,206.17,Barrel,1,20175,No home garden,0,7,70.4 +434,293.28,No barrel,0,33906,No home garden,0,4,74.1 +435,260.73,No barrel,0,14747,No home garden,0,2,72.7 +436,202.98,Barrel,1,27357,Home garden,1,7,76.3 +437,240.17,No barrel,0,19782,No home garden,0,3,66.7 +438,155.14,Barrel,1,3006,No home garden,0,9,75.6 +439,157.46,Barrel,1,4741,No home garden,0,5,64.4 +440,186.63,No barrel,0,6697,Home garden,1,10,65.7 +441,184.82,Barrel,1,19251,No home garden,0,7,66.5 +442,178.85,Barrel,1,16104,No home garden,0,7,65.7 +443,203.99,No barrel,0,4106,No home garden,0,6,74.2 +444,164.37,Barrel,1,11793,No home garden,0,2,64.3 +445,177.08,No barrel,0,11378,No home garden,0,9,72.8 +446,184.46,Barrel,1,14103,No home garden,0,2,67.7 +447,250.94,No barrel,0,30836,No home garden,0,5,71.4 +448,217.1,No barrel,0,20782,Home garden,1,7,70.2 +449,207.97,Barrel,1,31260,Home garden,1,9,73.8 +450,190.13,Barrel,1,20661,No home garden,0,2,71.4 +451,186.14,Barrel,1,13977,No home garden,0,4,68.8 +452,226.82,No barrel,0,17355,No home garden,0,2,70.2 +453,198.93,No barrel,0,21482,Home garden,1,8,66.8 +454,119.71,Barrel,1,13677,No home garden,0,8,65.2 +455,229.93,Barrel,1,26645,No home garden,0,4,74.4 +456,180.06,Barrel,1,11934,No home garden,0,4,66.3 +457,201.93,Barrel,1,21117,No home garden,0,5,68.5 +458,241.86,No barrel,0,22077,No home garden,0,3,64 +459,158.09,Barrel,1,16688,No home garden,0,6,64.9 +460,244.47,No barrel,0,38528,Home garden,1,6,59.5 +461,239.8,Barrel,1,18839,No home garden,0,3,76.2 +462,237.47,Barrel,1,31148,No home garden,0,4,78 +463,224.6,No barrel,0,17226,No home garden,0,5,72 +464,131.08,Barrel,1,3494,No home garden,0,5,62.7 +465,152.13,Barrel,1,19242,No home garden,0,8,65.9 +466,217.99,No barrel,0,17631,No home garden,0,5,77.8 +467,99.63,Barrel,1,7341,No home garden,0,6,54.3 +468,246.4,No barrel,0,36758,Home garden,1,6,71.6 +469,159.77,Barrel,1,16308,No home garden,0,3,61.5 +470,216.95,No barrel,0,12537,No home garden,0,5,67.3 +471,178.75,No barrel,0,3592,No home garden,0,6,72.2 +472,204.05,No barrel,0,13035,No home garden,0,3,68.4 +473,267.06,Barrel,1,32190,Home garden,1,6,81.8 +474,197.12,Barrel,1,18444,No home garden,0,4,66.3 +475,244.41,No barrel,0,33438,Home garden,1,5,73.8 +476,281.83,No barrel,0,33103,No home garden,0,2,70.7 +477,216.74,Barrel,1,21262,No home garden,0,2,66.9 +478,153.14,Barrel,1,17543,No home garden,0,6,63.1 +479,185.92,Barrel,1,18878,No home garden,0,4,61.2 +480,245.79,No barrel,0,20398,No home garden,0,2,60.3 +481,236.07,No barrel,0,33642,Home garden,1,7,59.4 +482,269.57,No barrel,0,37338,Home garden,1,6,67.4 +483,245.82,No barrel,0,27251,No home garden,0,6,66.5 +484,170.21,Barrel,1,24893,No home garden,0,6,65.6 +485,267.53,No barrel,0,19375,No home garden,0,2,70.9 +486,256.15,Barrel,1,28103,No home garden,0,4,82.1 +487,212.33,No barrel,0,15588,Home garden,1,8,72.2 +488,202.83,Barrel,1,25928,No home garden,0,5,68.7 +489,250.38,No barrel,0,31002,No home garden,0,4,60.9 +490,179.96,Barrel,1,8360,No home garden,0,5,71 +491,182.15,Barrel,1,20315,No home garden,0,7,66.5 +492,189.84,Barrel,1,21202,Home garden,1,10,74.5 +493,179.33,Barrel,1,17548,No home garden,0,6,71.3 diff --git a/docs/projects/problem-set-3/problem-set-3.Rproj b/docs/projects/problem-set-3/problem-set-3.Rproj new file mode 100755 index 00000000..254c1762 --- /dev/null +++ b/docs/projects/problem-set-3/problem-set-3.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Yes + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/problem-set-3/your-name_problem-set-3.Rmd b/docs/projects/problem-set-3/your-name_problem-set-3.Rmd new file mode 100644 index 00000000..b2d6a12c --- /dev/null +++ b/docs/projects/problem-set-3/your-name_problem-set-3.Rmd @@ -0,0 +1,140 @@ +--- +title: "Problem set 3: RCTs, matching, and inverse probability weighting" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +--- + +# Program overview + +The metropolitan Atlanta area is interested in helping residents become more environmentally conscious, reduce their water consumption, and save money on their monthly water bills. To do this, Fulton, DeKalb, Gwinnett, Cobb, and Clayton counties have jointly initiated a new program that provides free rain barrels to families who request them. These barrels collect rain water, and the reclaimed water can be used for non-potable purposes (like watering lawns and gardens). Officials hope that families that use the barrels will rely more on rain water and will subsequently use fewer county water resources, thus saving both the families and the counties money. + +Being evaluation-minded, the counties hired an evaluator (you!) before rolling out their program. You convinced them to fund and run a randomized controlled trial (RCT) during 2018, and the counties rolled out the program city-wide in 2019. You have two datasets: `barrels_rct.csv` with data from the RCT, and `barrels_obs.csv` with observational data from self-selected participants. + +These datasets contain the following variables: + +- `id`: A unique ID number for each household +- `water_bill`: The family's average monthly water bill, in dollars +- `barrel`: An indicator variable showing if the family participated in the program +- `barrel_num`: A 0/1 numeric version of `barrel` +- `yard_size`: The size of the family's yard, in square feet +- `home_garden`: An indicator variable showing if the family has a home garden +- `home_garden_num`: A 0/1 numeric version of `home_garden` +- `attitude_env`: The family's self-reported attitude toward the environment, on a scale of 1-10 (10 meaning highest regard for the environment) +- `temperature`: The average outside temperature (these get wildly unrealistic for the Atlanta area; just go with it) + + +# Your goal + +Your task in this problem set is to analyze these two datasets to find the causal effect (or average treatment effect (ATE)) of this hypothetical program. + +***Follow these two examples from class as guides:*** + +- [RCTs](https://evalsp22.classes.andrewheiss.com/example/rcts/) +- [Matching and IPW](https://evalsp22.classes.andrewheiss.com/example/matching-ipw/) + +As a reference, Figure 1 shows the DAG for the program: + +![Rain barrel program DAG](barrel-dag-observational.png) + +--- + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(patchwork) +library(MatchIt) + +barrels_rct <- read_csv("data/barrels_rct.csv") %>% + # This makes it so "No barrel" is the reference category + mutate(barrel = fct_relevel(barrel, "No barrel")) + +barrels_obs <- read_csv("data/barrels_observational.csv") %>% + # This makes it so "No barrel" is the reference category + mutate(barrel = fct_relevel(barrel, "No barrel")) +``` + +# 1. Finding causation from a randomized controlled trial + +## Modified DAG + +You remember from PMAP 8521 that when running an RCT, you can draw the DAG for the program like this (Figure 2). **Why?** + +![Rain barrel program DAG as an RCT](barrel-dag-rct.png) + + +## Check balance + +**Discuss the sample size for the RCT data and how many people were assigned to treatment/control. Are you happy with this randomization?** + +```{r} +# Check for balance of numbers in the treatment and control groups +``` + +**Check the balance of the main pre-treatment characteristics. Are you happy with the balance?** + +```{r} +# Insert as many chunks as you need to check the balance of the RCT across +# different pre-treatment characteristics like yard size, home garden, +# environmental attitudes, and average temperature. +``` + +## Estimate difference + +**What is the effect of the program on participants' water bills? How credible is this result?** + +```{r} +# Insert as many chunks as you need to measure the difference in water bills for +# those in the program and those not in the program. +``` + + +# 2. Finding causation from observational data + +## Naive difference in means + +**As a baseline measure, calculate the average difference in water bills for those in the program and those not in the program using the observational data. How much of an effect is there? How credible is this result? Why?** + +```{r} +# Find the naive difference in means +``` + + +## Adjustment with Mahalanobis nearest-neighbor matching + +**Use matching to make the proper adjustments and close the backdoor effects from the four main confounders: `yard_size`, `home_garden`, `attitude_env`, and `temperature`** + +```{r} +# Insert as many chunks as you need to close the backdoors by using nearest +# neighbor matching with Mahalanobis distance. +``` + + +## Adjustment with inverse probability weighting + +**Use inverse probability weighting to make the proper adjustments and close the backdoor effects from the four main confounders: `yard_size`, `home_garden`, `attitude_env`, and `temperature`** + +```{r} +# Insert as many chunks as you need to close the backdoors by using propensity +# scores and inverse probability weighting. +``` + + +# 3. Comparing results + +You just calculated a bunch of ATEs using experimental and observational data. **Put them all in a single table here:** + +```{r} +# Table with all model results side-by-side +``` + +**Which estimates do you believe? Why? Would observational ATEs be sufficient to prove program effect in this case? Why or why not? Should this program be rolled out throughout Georgia? Why or why not?** diff --git a/docs/projects/problem-set-4/data/eitc.dta b/docs/projects/problem-set-4/data/eitc.dta new file mode 100644 index 00000000..a1274f0c Binary files /dev/null and b/docs/projects/problem-set-4/data/eitc.dta differ diff --git a/docs/projects/problem-set-4/problem-set-4.Rproj b/docs/projects/problem-set-4/problem-set-4.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/problem-set-4/problem-set-4.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/problem-set-4/your-name_problem-set-4.Rmd b/docs/projects/problem-set-4/your-name_problem-set-4.Rmd new file mode 100644 index 00000000..1c742602 --- /dev/null +++ b/docs/projects/problem-set-4/your-name_problem-set-4.Rmd @@ -0,0 +1,230 @@ +--- +title: "Problem set 4: The EITC and diff-in-diff" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +--- + +In 1996, Nada Eissa and Jeffrey B. Liebman [published a now-classic study on the effect of the Earned Income Tax Credit (EITC) on employment](http://darp.lse.ac.uk/papersdb/Eissa-Liebman_(QJE96).pdf). The EITC is a special tax credit for low income workers that changes depending on (1) how much a family earns (the lowest earners and highest earners don't receive a huge credit, as the amount received phases in and out), and (2) the number of children a family has (more kids = higher credit). See [this brief explanation](https://www.cbpp.org/research/federal-tax/policy-basics-the-earned-income-tax-credit) for an interactive summary of how the EITC works. + +Eissa and Liebman's study looked at the effects of the EITC on women's employment and wages after it was initially substantially expanded in 1986. The credit was expanded substantially again in 1993. For this problem set, you'll measure the causal effect of this 1993 expansion on the employment levels and annual income for women. + +A family must have children in order to quality for the EITC, which means the presence of 1 or more kids in a family assigns low-income families to the EITC program (or "treatment"). We have annual data on earnings from 1991–1996, and because the expansion of EITC occurred in 1993, we also have data both before and after the expansion. This treatment/control before/after situation allows us to use a difference-in-differences approach to identify the causal effect of the EITC. + +The dataset I've provided (`eitc.dta`) is a Stata data file containing more than 13,000 observations. This is non-experimental data—the data comes from the US Census's Current Population Survey (CPS) and includes all women in the CPS sample between the ages of 20–54 with less than a high school education between 1991–1996. There are 11 variables: + +- `state`: The woman's state of residence. The numbers are Census/CPS state numbers: [http://unionstats.gsu.edu/State_Code.htm](http://unionstats.gsu.edu/State_Code.htm) +- `year`: The tax year +- `urate`: The unemployment rate in the woman's state of residence +- `children`: The number of children the woman has +- `nonwhite`: Binary variable indicating if the woman is not white (1 = Hispanic/Black) +- `finc`: The woman's family income in 1997 dollars +- `earn`: The woman's personal income in 1997 dollars +- `age`: The woman's age +- `ed`: The number of years of education the woman has +- `unearn`: The woman's family income minus her personal income, in *thousands* of 1997 dollars + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) # For ggplot, %>%, mutate, filter, group_by, and friends +library(haven) # For loading data from Stata +library(broom) # For showing models as data frames + +# This turns off this message that appears whenever you use summarize(): +# `summarise()` ungrouping output (override with `.groups` argument) +options(dplyr.summarise.inform = FALSE) + +# Load EITC data +eitc <- read_stata("data/eitc.dta") %>% + # case_when() is a fancy version of ifelse() that takes multiple conditions + # and outcomes. Here, we make a new variable named children_cat(egorical) + # with three different levels: 0, 1, and 2+ + mutate(children_cat = case_when( + children == 0 ~ "0", + children == 1 ~ "1", + children >= 2 ~ "2+" + )) +``` + +# 1. Exploratory data analysis + +Create a new variable that shows if women have 0 children, 1 child, or 2+ children (I did this for you already above). + +What is the average of `work`, `finc`, `earn`, `nonwhite`, `ed`, and `age` across each of these different levels of children? How are these groups different? Describe your findings in a paragraph. + +## Work + +```{r} +# Work +eitc %>% + group_by(children_cat) %>% + summarize(avg_work = mean(work)) + +# stat_summary() here is a little different from the geom_*() layers you've seen +# in the past. stat_summary() takes a function (here mean_se()) and runs it on +# each of the children_cat groups to get the average and standard error. It then +# plots those with geom_pointrange. The fun.args part of this lets us pass an +# argument to mean_se() so that we can multiply the standard error by 1.96, +# giving us the 95% confidence interval +ggplot(eitc, aes(x = children_cat, y = work)) + + stat_summary(geom = "pointrange", fun.data = "mean_se", fun.args = list(mult = 1.96)) +``` + +## Family income + +## Earnings + +## Race + +## Education + +## Age + +## General summary + +**Describe your findings in a paragraph. How do these women differ depending on the number of kids they have?** + + +# 2. Create treatment variables + +Create a new variable for treatment named `any_kids` (should be TRUE or 1 if `children` > 0) and a variable for the timing named `after_1993` (should be TRUE or 1 if `year` > 1993). + +Remember you can use the following syntax for creating a new binary variable based on a test: + +```r +new_dataset <- original_dataset %>% + mutate(new_variable = some_column > some_number) +``` + +```{r} +# Make new dataset here. You can either do something like: +# +# eitc_new <- eitc %>% whatever +# +# which would create a completely new data frame, or do something like: +# +# eitc <- eitc %>% whatever +# +# which would overwrite the original eitc data frame with the modified one. +# Either approach is fine. + +``` + + +# 3. Check pre- and post-treatment trends + +Create a new dataset that shows the average proportion of employed women (`work`) for every year in both the treatment and control groups (i.e. both with and without kids). (Hint: use `group_by()` and `summarize()`, and group by both `year` and `any_kids`.) + +```{r} +# Find average of work across year and any_kids +# Store this as a new object and then print it, like so: +# +# eitc_by_year_kids <- eitc %>% whatever +# print(eitc_by_year_kids) +``` + +Plot these trends using colored lines and points, with year on the x-axis, average employment on the y-axis. Add a vertical line at 1994 (hint: use `geom_vline(xintercept = SOMETHING)`. + +```{r} +# Add plot here, with x = year, y = average employment, and color = any_kids. +# Add a vertical line too. +``` + +**Do the pre-treatment trends appear to be similar?** + + +# 4. Difference-in-difference by hand-ish + +Calculate the average proportion of employed women in the treatment and control groups before and after the EITC expansion. (Hint: group by `any_kids` and `after_1993` and find the average of `work`.) + +```{r} +# Calculate average of work across any_kids and after_1993 +``` + +Calculate the difference-in-difference estimate given these numbers. (Recall from class that each cell has a letter (A, B, C, and D), and that the diff-in-diff estimate represents a special combination of these cells.) + +```{r} +# It might be helpful to pull these different cells out with filter() and pull() +# like in the in-class examples from 8. Store these as objects like cell_A, +# cell_B, etc. and do the math here (like cell_B - cell_A, etc.) +``` + + +| | Before 1993 | After 1993 | Difference | +|--------------------|-------------|------------|------------| +| Women with no kids | | | | +| Women with kids | | | | +| Difference | | | | + +**What is the difference-in-difference estimate? Discuss the result.** (Hint, these numbers are percents, so you can multiply them by 100 to make it easier to interpret. For instance, if the diff-in-diff number is 0.15 (it's not), you could say that the EITC caused the the proportion of mothers in the workplace to increase 15 percentage points.) + + +# 5. Difference-in-difference with regression + +Run a regression model to find the diff-in-diff estimate of the effect of the EITC on employment (`work`) (hint: remember that you'll be using an interaction term). + +```{r} +# Regression model here +``` + +**How does this value compare with what you found in part 4 earlier? What is the advantage of doing this instead of making a 2x2 table?** + + +# 6. Difference-in-difference with regression and controls + +Run a new regression model with demographic controls. Eissa and Liebman used the following in their original study: non-labor income (family income minus personal earnings, or the `unearn` column), number of children, race, age, age squared, education, and education squared. You'll need to make new variables for age squared and education squared. (These are squared because higher values of age and education might have a greater effect: someone with 4 years of education would have 16 squared years, while someone with 8 years (twice as much) would have 64 squared years (way more than twice as much).) + +```{r} +# Make new dataset with columns for age squared and education squared +# Regression model with demographic controls here +# +# R tends to put interaction terms last in regression tables, so you might not +# see the any_kids * after_1993 coefficient on the first page of the table here +``` + +**Does the treatment effect change? Interpret these findings.** + + +# 7. Varying treatment effects + +Make two new binary indicator variables showing if the woman has one child or not and two children or not. Name them `one_kid` and `two_plus_kids` (hint: use `mutate(BLAH = children == SOMETHING)`. + +```{r} +# Make new dataset with one_kid and two_plus_kids indicator variables +``` + +Rerun the regression model from part 6 (i.e. with all the demographic controls), but remove the `any_kids` and `any_kids * after_1993` terms and replace them with two new interaction terms: `one_kid * after_1993` and `two_plus_kids * after_1993`. + +```{r} +# Run regression with both of the new interaction terms instead of +# any_kids * after_1993 +``` + +**For which group of women is the EITC treatment the strongest for (i.e. which group sees the greatest change in employment)? Why do you think that is?** + + +# 8. Check parallel trends with fake treatment + +To make sure this effect isn't driven by any pre-treatment trends, we can pretend that the EITC was expanded in 1991 (starting in 1992) instead of 1993. + +Create a new dataset that only includes data from 1991–1993 (hint: use `filter()`). Create a new binary before/after indicator named `after_1991` (hint: `year >= 1992`). Use regression to find the diff-in-diff estimate of the EITC on `work` (don't worry about adding demographic controls). + +```{r} +eitc_fake_treatment <- eitc %>% + filter(year < 1994) %>% + mutate(after_1991 = year >= 1992) +# Make new dataset that only includes rows less than 1994 (with filter), and add +# a new binary indicator variable for after_1991 + +# Run simple regression with interaction term any_kids * after_1991 +``` + +**Is there a significant diff-in-diff effect? What does this mean for pre-treatment trends?** diff --git a/docs/projects/problem-set-5/data/MonthlyPanel.dta b/docs/projects/problem-set-5/data/MonthlyPanel.dta new file mode 100644 index 00000000..c93aef19 Binary files /dev/null and b/docs/projects/problem-set-5/data/MonthlyPanel.dta differ diff --git a/docs/projects/problem-set-5/problem-set-5.Rproj b/docs/projects/problem-set-5/problem-set-5.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/problem-set-5/problem-set-5.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/problem-set-5/your-name_problem-set-5.Rmd b/docs/projects/problem-set-5/your-name_problem-set-5.Rmd new file mode 100644 index 00000000..0997d101 --- /dev/null +++ b/docs/projects/problem-set-5/your-name_problem-set-5.Rmd @@ -0,0 +1,252 @@ +--- +title: "Problem set 5: Do police reduce car thefts?" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +--- + +In 2004, Rafael Di Tella and Ernesto Schargrodsky published a study that analyzed the effect of increased police presence on crime. You looked at this study previously in your threats to validity assignment. To measure this effect, Di Tella and Schargrodsky leveraged a quasi-experiment. Following a synagogue bombing in Buenos Aires, Argentina on July 18, 1994, extra municipal police were assigned to protect synagogues around the city. The increase of police patrols on some city blocks, but not others, means that there is arguably a treatment group and control group for increased police presence, which Di Tella and Schargrodsky used to measure the effect of extra police on car thefts. + +The dataset I've provided (`MonthlyPanel.dta`) is a Stata data file nearly 10,000 observations. It comes directly from [Di Tella and Schargrodsky's data appendix available at their study's *AER* webpage](https://www.aeaweb.org/articles?id=10.1257/000282804322970733). This is non-experimental data that includes counts of car thefts for every city block in Buenos Aires from April to December 1994. There are 12 variables: + +- `observ` (we'll rename to `block`): The ID number of the block +- `barrio`: The barrio (neighborhood) for the block +- `calle`: The street for the block +- `altura`: The street number +- `institu1` (we'll rename to `same_block`): Indicator variable marking if there's a Jewish institution on the block (1 if yes, 0 if no) +- `institu3`: Indicator variable marking if there's a Jewish institution within one block (1 if yes, 0 if no) +- `distanci` (we'll rename to `distance`): Distance to the nearest Jewish institution, measured in blocks +- `edpub`: Indicator variable marking if there's an educational building or embassy on the block (1 if yes, 0 if no) +- `estserv`: Indicator variable marking if there's a gas station on the block (1 if yes, 0 if no) +- `banco`: Indicator variable marking if there's a bank on the block (1 if yes, 0 if no) +- `totrob` (we'll rename to `car_theft`): Total number of car robberies +- `mes` (we'll rename to `month`): Month + +--- + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) # For ggplot, %>%, mutate, filter, group_by, and friends +library(haven) # For loading data from Stata +library(broom) # For showing models as data frames +library(fixest) # For fast, nice, fixed effects regression +library(modelsummary) # For side-by-side regression tables + +# This turns off this message that appears whenever you use summarize(): +# `summarise()` ungrouping output (override with `.groups` argument) +options(dplyr.summarise.inform = FALSE) + +# Load terror data +terror <- read_stata("data/MonthlyPanel.dta") %>% + # The attack happened on July 18. The authors omitted data from July 19-31, so + # all July observations are from before the attack. Make a new indicator + # variable `after` to mark if the row is from before or after the attack + mutate(after = mes > 7) %>% + # There are some weird months in the data like 73. Filter out anything > 12 + filter(mes <= 12) %>% + # Rename some columns to be more readable + rename(same_block = institu1, + distance = distanci, + car_theft = totrob, + month = mes, + block = observ) %>% + # Create indicator variables for the distance of each block to a synagogue + mutate(one_block_away = ifelse(distance == 1, 1, 0), + two_blocks_away = ifelse(distance == 2, 1, 0), + more_than_two_away = ifelse(distance > 2, 1, 0)) %>% + # Make these factors/categories + mutate(block = as.factor(block), + month = as.factor(month), + same_block_factor = as.factor(same_block)) +``` + +# 1. Research design + +**Imagine you went out and collected data on the presence of police in each city, and the amount of crime in each city, and found a positive relationship. Does this mean police *cause* crime? Explain.** + +Answer here. + + +Di Tella and Ernesto Schargrodsky explore this question with a difference-in-difference design. They collected data on both the presence of police and car robberies in Buenos Aires city blocks both before and after the attack. Their interest is in seeing whether the extra police reduced the amount of car theft. **How is this data suitable for a diff-in-diff design? What would we be comparing here? Be specific about the pre/post treatment/control groups.** + +Answer here. + + +**Why does it help the researchers that the police were dispatched to certain blocks *because of terrorist attacks?*** + +Answer here. + + + +# 2. Trends + +One of the most crucial assumptions for difference-in-differences designs is the idea that the trends in the treatment and control groups need to be parallel prior to the intervention or program. **Why?** + +Answer here. + + +Create a plot that shows the average number of car thefts per month for blocks with synagogues and blocks without (Hints: it'll be easiest if you make a smaller dataset using `group_by()` and `summarize()` and then plot that smaller dataset with `ggplot()` Make sure you group by `month` and `same_block_factor`. Add `group = same_block_factor` as an aesthetic so the line goes across the categorical months on the x-axis). Add a vertical line (`geom_vline(xintercept = "7")`) in the month where the terror attack happened. + +**What would you say about the parallel trends assumption here? Does it hold up? Maybe? Maybe not?** + +Answer here + +```{r plot-trends} +# Make a plot here +``` + + +# 3. Difference-in-differences by hand-ish + +Calculate the average number of car thefts in the treatment and control groups before and after the attack. (Hint: group by `same_block` and `after` and find the average of `car_theft`.) + +```{r manual-diff-diff} +# Calculate average of car_theft across same_block and after + +``` + +Calculate the difference-in-difference estimate given these numbers. + +| | Before attack | After attack | Difference | +|-------------------------|---------------|--------------|------------| +| Block without synagogue | | | | +| Block with synagogue | | | | +| Difference | | | | + +Answer these questions (you don't have to write your answers in list form---a paragraph is fine: + +- **How did car thefts change from before-to-after in blocks *without* synagogues?** +- **How did car thefts change from before-to-after in blocks *with* synagogues?** +- **What's the difference-in-differences?** +- **What does that mean? Interpret the finding.** + + +# 4. Difference-in-differences with regular OLS + +Run a regression model to find the diff-in-diff estimate of the effect of the increased police presence (`after`) on car thefts (`car_theft`) (hint: remember that you'll be using an interaction term). + +```{r simple-diff-diff-model} +# Code here +``` + +**How does this value compare with what you found in part 3 earlier? What is the advantage of doing this instead of making a table?** + +Answer here. + + +# 5. Difference-in-differences with fixed effects OLS + +The diff-in-diff coefficient you found in part 4 is accurate, but the standard errors and $R^2$ are wrong (run `glance()` on your model object to see how tiny the $R^2$ is)! This is because of a host of mathy reasons, but also because of the DAG. The effect of increased police presence is confounded by both month and block, but all we've really adjusted for binary before/after (for month) and binary synagogue/no synagogue (for block). By reducing these confounders to just binary variables, we lose a lot of the variation across months and blocks. + +To fix this, run a diff-in-diff model that includes two additional control variables: `block + month`. + +> ***Warning***: this will be *incredibly* slow! There are `r nrow(distinct(terror, block))` blocks and `nrow(distinct(terror, month))` months, and R is finding estimates for each block and month, and the math to do that is complex. Every time you knit this document, R will rerun the model, which takes 5-10 seconds, and the delay when knitting can be annoying. If you want to speed this up across knitting sessions, add the option `cache=TRUE` to the chunk options for this chunk. R will store the results in a temporary file and won't re-run the model if the data hasn't changed. + +**Don't use `tidy` to view the results**. You'll get a table with almost 900 rows and it'll take up pages and pages of your knitted document. If you really want to see the results, filter out the block and month rows (like this:). + +```r +tidy(name_of_model) %>% + filter(!str_starts(term, "month"), + !str_starts(term, "block")) +``` + +```{r really-slow-fe-model, cache=TRUE} +# Code here with block + month in the model +# DON'T RUN tidy() or modelsummary() without filtering out month and block coefficients +``` + +That slowness is miserable. You can get around that by using a different function for OLS that has built-in support for fixed effects (or indicator variables). The `feols()` (fixed-effects OLS) function from the **fixest** package lets you include indicator variables in regression in a more sophisticated way. The math is lighting fast, and the coefficients for each block and year are hidden by default (though you can still see them if you really want). + +The syntax for `feols()` is the same as `lm()`, but with a slight change to accommodate the fixed effects. Use the `|` character to specify a section of the formula that contains the fixed effects: + +```r +model_name <- feols(car_theft ~ same_block*after | block + month, + data = terror) +``` + +One more cool thing that `feols()` can do that normal `lm()` can't is provide robust standard errors. There is systematic variation within blocks and across time, and we can mathematically account for that variation in the standard errors of the regression. (If you've ever used Stata you do this with `reg y x, robust`). If you ever want to use robust and/or clustered standard errors with regular OLS regression in R, check out the [`lm_robust()` function in the **estimatr** package](https://declaredesign.org/r/estimatr/articles/getting-started.html#lm_robust). With `feols()`, you can add an argument to `tidy()` to get the robust standard errors. + +```r +# Stata's default robust SE algorithm is called "Huber-White standard errors", +# and we can get those same numbers here. Look at the documentation for +# summary.fixest() for more robustness and clustering options +tidy(model_name, se = "white") +``` + +Phew. Now that you know about `feols()` and robust standard errors, build a model that finds the diff-in-diff effect that includes fixed effects for block and month. Show the results with `tidy()` using Huber-White standard errors. + +```{r model-a, message=FALSE} +# Code for model A + use tidy() to show Huber-White robust standard errors +``` + +In the original study, the authors also considered the effect of two other treatment variables. Maybe the extra police presence in blocks with synagogues reduced car thefts not just for those blocks, but areas 1 block away or 2 blocks away. + +Run two more models. In the first, keep the `same_block*after` interaction term and add another diff-in-diff interaction for `one_block_away*after`. In the second, keep the same block and one block interaction terms and add one more diff-in-diff interaction for `two_blocks_away*after` + +```{r models-b-c, message=FALSE} +# Code for models B and C + use tidy() to show Huber-White robust standard errors +``` + +Recreate columns A, B, and C from Table 3 from the original article with `modelsummary()`. You'll need to show the results from your three `feols()` models (with one interaction term, with two interactions, and with three interactions). You can tell the table to show robust standard errors like the authors did in their original study by including the `se = "white"` argument, and you can control how many digits are used with the `fmt` (format) argument (the original article used 5 decimal points, so you can too). You can add significance stars by including `stars = TRUE`. + +```r +modelsummary(list(models, go, here), + se = "white", fmt = "%.5f", stars = TRUE) +``` + +```{r show-all-models} + +``` + +Answer these questions: (again, you don't have to keep this in list form when you answer): + +- **Does having extra police reduce thefts on the same block? Is the effect significant?** +- **Does having extra police reduce thefts one block away? Is the effect significant?** +- **Does having extra police reduce thefts two blocks away Is the effect significant?** + + +# 6. Translate results to something more interpretable + +According to the third model, having additional police on a block caused a reduction of 0.081 car thefts per month on average. What the heck does that even mean though? This whole outcome variable is weird anyway---it's the average number of thefts per block per month, and most block-months have 0 thefts. Having a number like 0.081 doesn't quite represent the proportion of crime or anything logically interpretable or anything. It's a little hard to talk about. + +To fix this, we can talk about percent changes instead. Recall from past classes (like microeconomics or GRE prep questions) that you can calculate the percent change (or growth) between two numbers with this formula: + +$$ +\text{percent change} = \frac{\text{new} - \text{old}}{\text{old}} +$$ + +You can remember this as **NOO**, for **n**ew minus **o**ld divided by **o**ld. With treatment and outcome groups, you can find the percent change because of a program or policy by using treatment as "new" and outcome as "old". + +Imagine if after some program, the treatment group had an outcome of 3 while the control group had an outcome of 6. The percent change in outcome because of the causal effect of the program is $\frac{3 - 6}{6}$, or -0.5: + +```{r example-pct-change} +(3 - 6) / 6 +``` + +This means that this fake program *caused* a 50% reduction in the outcome. + +--- + +Find the percent change in car thefts because of the increase police presence after the July terror attack *using the results from Model C*. To do this, you need two numbers: (1) the average number of thefts in control blocks after the attack, and (2) the average number of thefts in treatment blocks after the attack. Because you're using Model C, your control group includes blocks that don't have synagogues within two blocks. + +Use `group_by()` and `summarize()` to calculate the average number of thefts after the attack in control blocks (Hint: this will be just like the diff-in-diff by hand table you made in section 3, but instead of grouping by `same_block`, group by `more_than_two_away`). + +```{r terror-treatment-control} + +``` + +Subtract the diff-in-diff effect for "same_block × after" from Model C from the average in the control group to find the average number of car thefts in treatment blocks. (Note: It'll be really tempting to just look at the table for the average for treatment + after, but this won't be right! You need to use control + diff-in-diff, since that's the counterfactual.) + +Finally, calculate the percent change in car thefts after the terror attack across treatment and control blocks (hint: the answer is in the third full paragraph on p. 123 of the original article). + +```{r terror-pct-change} + +``` diff --git a/docs/projects/problem-set-6/data/attendance_program.csv b/docs/projects/problem-set-6/data/attendance_program.csv new file mode 100644 index 00000000..7adbf035 --- /dev/null +++ b/docs/projects/problem-set-6/data/attendance_program.csv @@ -0,0 +1,1201 @@ +id,attendance,treatment,grade +1,91.69,FALSE,87.75 +2,69.55,TRUE,60.42 +3,47.98,TRUE,18.16 +4,98.37,FALSE,86.13 +5,66.1,TRUE,47.56 +6,64.24,TRUE,40.06 +7,84.5,FALSE,84.29 +8,84.11,FALSE,70.7 +9,84.36,FALSE,85.07 +10,88.44,FALSE,86.51 +11,83.12,FALSE,65.72 +12,89.63,FALSE,78.77 +13,87.11,FALSE,70.64 +14,73.95,TRUE,59.62 +15,51.83,TRUE,16.57 +16,77.21,TRUE,62.16 +17,83.61,FALSE,80.57 +18,88.68,FALSE,80.57 +19,87.83,FALSE,82.1 +20,72.57,TRUE,70.11 +21,83.32,FALSE,74.19 +22,82.58,FALSE,71.1 +23,65.37,TRUE,48.25 +24,86.08,FALSE,81.54 +25,93.72,FALSE,86.06 +26,62.52,TRUE,32.57 +27,89.9,FALSE,84.03 +28,75.48,TRUE,74.94 +29,88.96,FALSE,81.23 +30,47.42,TRUE,20.72 +31,83.1,FALSE,76.09 +32,86.28,FALSE,76.45 +33,83.47,FALSE,82.28 +34,95,FALSE,85.47 +35,91.32,FALSE,74.97 +36,97.81,FALSE,84.97 +37,92.86,FALSE,83.48 +38,80.33,FALSE,66.42 +39,82.96,FALSE,56.93 +40,90.36,FALSE,70.41 +41,88.05,FALSE,83.54 +42,80.11,FALSE,67.53 +43,89.59,FALSE,84.91 +44,89.31,FALSE,92.42 +45,90.74,FALSE,80.86 +46,92.1,FALSE,85.1 +47,83.79,FALSE,77.07 +48,83.41,FALSE,69.12 +49,96.08,FALSE,82.38 +50,84.6,FALSE,67.56 +51,90.76,FALSE,82.65 +52,89.81,FALSE,85.73 +53,78.13,TRUE,63.87 +54,62.82,TRUE,40.48 +55,29.04,TRUE,3.94 +56,87.07,FALSE,80.53 +57,91.23,FALSE,80.54 +58,75.84,TRUE,66.29 +59,85.77,FALSE,77.92 +60,75.33,TRUE,63.38 +61,91.05,FALSE,85.79 +62,68.23,TRUE,54.19 +63,75.06,TRUE,62.92 +64,82.8,FALSE,72.84 +65,81.46,FALSE,69.7 +66,60.62,TRUE,37.05 +67,77.97,TRUE,67.62 +68,93.27,FALSE,92.96 +69,80.69,FALSE,49.84 +70,78.39,TRUE,71.44 +71,78.26,TRUE,71.25 +72,93.12,FALSE,88.98 +73,78.32,TRUE,71.01 +74,55.05,TRUE,35.35 +75,59.31,TRUE,35.26 +76,63.15,TRUE,46.58 +77,82.02,FALSE,80.96 +78,78.63,TRUE,67.89 +79,91.58,FALSE,82.87 +80,76.18,TRUE,70.7 +81,70.03,TRUE,53.26 +82,27.03,TRUE,1.82 +83,50.56,TRUE,24.39 +84,83.39,FALSE,75.32 +85,91.01,FALSE,78.33 +86,51.43,TRUE,20.14 +87,66.44,TRUE,51.61 +88,83.09,FALSE,67.27 +89,73.92,TRUE,59.58 +90,83.49,FALSE,83.94 +91,71.89,TRUE,59.82 +92,88.51,FALSE,77.8 +93,71.87,TRUE,64.19 +94,67.82,TRUE,60.4 +95,76.16,TRUE,72.21 +96,78.7,TRUE,64.75 +97,85.5,FALSE,71.91 +98,90.77,FALSE,85.34 +99,55.08,TRUE,25.84 +100,74.77,TRUE,61.07 +101,55.6,TRUE,30.35 +102,92.03,FALSE,93.09 +103,71.85,TRUE,59.1 +104,59.96,TRUE,37.85 +105,75.68,TRUE,69.21 +106,78.62,TRUE,71.82 +107,87.17,FALSE,75.85 +108,57.87,TRUE,34.84 +109,73.65,TRUE,62.62 +110,85.26,FALSE,72.31 +111,94.2,FALSE,91.01 +112,85.33,FALSE,82.36 +113,70.65,TRUE,65.6 +114,50.18,TRUE,27.5 +115,70.08,TRUE,60.87 +116,91.37,FALSE,76.74 +117,60.08,TRUE,34.76 +118,95.14,FALSE,93.63 +119,81.45,FALSE,66.76 +120,80.68,FALSE,57.66 +121,96.81,FALSE,87.82 +122,53.01,TRUE,22.24 +123,85.15,FALSE,68.95 +124,80.96,FALSE,65.67 +125,60.93,TRUE,36.37 +126,77.18,TRUE,65.57 +127,64.05,TRUE,51.15 +128,66.8,TRUE,52.73 +129,69.58,TRUE,57.04 +130,64.24,TRUE,41.28 +131,67.98,TRUE,65.98 +132,81.63,FALSE,74.21 +133,73.3,TRUE,65.44 +134,72.82,TRUE,51.69 +135,79.35,TRUE,71.52 +136,90.2,FALSE,81.36 +137,88.21,FALSE,84.39 +138,81.83,FALSE,74.45 +139,87.95,FALSE,84.45 +140,79.78,TRUE,76.78 +141,82.19,FALSE,68.37 +142,78.48,TRUE,68.93 +143,66.61,TRUE,52.54 +144,61.24,TRUE,32.48 +145,27.99,TRUE,2.91 +146,76.46,TRUE,77.42 +147,80.75,FALSE,62.73 +148,74.37,TRUE,71.41 +149,80.94,FALSE,66.46 +150,96.16,FALSE,97.12 +151,37.21,TRUE,9.29 +152,87.84,FALSE,79.22 +153,90.9,FALSE,89.12 +154,70.46,TRUE,51.9 +155,75.81,TRUE,65.85 +156,99.28,FALSE,86.37 +157,77.03,TRUE,77.24 +158,66.45,TRUE,50.79 +159,53.24,TRUE,26.21 +160,45.28,TRUE,18.2 +161,83.58,FALSE,63.19 +162,59.13,TRUE,36.1 +163,78.74,TRUE,67.96 +164,83.99,FALSE,68 +165,99.48,FALSE,92.46 +166,87.27,FALSE,90.7 +167,64.69,TRUE,49.13 +168,64.37,TRUE,40.86 +169,61.36,TRUE,46.09 +170,89.28,FALSE,86.84 +171,71.98,TRUE,41.78 +172,97.4,FALSE,92.98 +173,64.75,TRUE,48.63 +174,59.33,TRUE,38.65 +175,71.51,TRUE,56.49 +176,59.22,TRUE,29.44 +177,68.79,TRUE,48.3 +178,57.59,TRUE,31.39 +179,47.1,TRUE,11.71 +180,74.57,TRUE,62.22 +181,90.81,FALSE,83.54 +182,66.36,TRUE,44.17 +183,81.98,FALSE,79.18 +184,34.38,TRUE,7.64 +185,94.86,FALSE,83.11 +186,82.21,FALSE,75.71 +187,66.26,TRUE,46.36 +188,77.94,TRUE,64.06 +189,84.93,FALSE,71.11 +190,80.49,FALSE,73.05 +191,61.11,TRUE,42.12 +192,60.31,TRUE,37.29 +193,69.32,TRUE,47.25 +194,85.64,FALSE,77.34 +195,59.85,TRUE,37.9 +196,85.95,FALSE,71.55 +197,71.49,TRUE,52.99 +198,80.81,FALSE,59.06 +199,80.01,FALSE,57.09 +200,88.93,FALSE,91.27 +201,72.91,TRUE,69.45 +202,68.62,TRUE,42.88 +203,90.45,FALSE,81.55 +204,79.69,TRUE,66.84 +205,74.63,TRUE,66.29 +206,62.03,TRUE,43.8 +207,74.06,TRUE,62.3 +208,66.47,TRUE,54.45 +209,90.65,FALSE,80.75 +210,58.94,TRUE,35.65 +211,58.73,TRUE,40.34 +212,70.11,TRUE,58.26 +213,39.04,TRUE,13.79 +214,66.67,TRUE,45.34 +215,69.83,TRUE,52.02 +216,69.75,TRUE,50.96 +217,65.91,TRUE,48.21 +218,48.74,TRUE,26.2 +219,65.55,TRUE,44.01 +220,60.23,TRUE,38.03 +221,91.03,FALSE,82.51 +222,81.53,FALSE,57.87 +223,91.84,FALSE,80.5 +224,69.97,TRUE,51.92 +225,66.66,TRUE,49.41 +226,51.34,TRUE,25.38 +227,81.19,FALSE,75.33 +228,72.07,TRUE,50.25 +229,95.83,FALSE,80.84 +230,68.19,TRUE,39.17 +231,85.73,FALSE,81.07 +232,79.42,TRUE,82.38 +233,67.13,TRUE,44.92 +234,60.14,TRUE,38.77 +235,80.49,FALSE,61.25 +236,60.03,TRUE,44.3 +237,85.52,FALSE,74.54 +238,56.24,TRUE,34.23 +239,75.31,TRUE,71.74 +240,68.63,TRUE,59.64 +241,65.11,TRUE,38.21 +242,86.17,FALSE,82.39 +243,56.1,TRUE,26.72 +244,87.53,FALSE,83.09 +245,68.62,TRUE,42.53 +246,87.94,FALSE,83.71 +247,79.54,TRUE,69.68 +248,94.48,FALSE,78.4 +249,72.68,TRUE,50.98 +250,51.05,TRUE,19.2 +251,71.56,TRUE,60.62 +252,95.85,FALSE,85.65 +253,85.12,FALSE,79.42 +254,91.39,FALSE,84.84 +255,81.47,FALSE,68.43 +256,67.85,TRUE,52.13 +257,68.62,TRUE,55.44 +258,84.57,FALSE,73.51 +259,89.15,FALSE,82.32 +260,78.42,TRUE,84.83 +261,50.3,TRUE,30.2 +262,74.74,TRUE,66.36 +263,85.5,FALSE,78.18 +264,83.51,FALSE,72.34 +265,82.68,FALSE,64.47 +266,57.51,TRUE,32.96 +267,35.13,TRUE,8.04 +268,65.75,TRUE,36.35 +269,82.3,FALSE,65.72 +270,75.94,TRUE,64.85 +271,83.34,FALSE,63.9 +272,77.9,TRUE,60.62 +273,84.32,FALSE,75.95 +274,85.47,FALSE,52.43 +275,72.38,TRUE,70.16 +276,74.73,TRUE,72.85 +277,83.51,FALSE,64.12 +278,94.68,FALSE,82.27 +279,74.62,TRUE,67.01 +280,86.37,FALSE,67.17 +281,48.04,TRUE,17.81 +282,89.14,FALSE,81.27 +283,46.65,TRUE,15.3 +284,85.5,FALSE,69.99 +285,69.22,TRUE,47.13 +286,53.64,TRUE,32.21 +287,83.72,FALSE,72.1 +288,63.04,TRUE,42.99 +289,76.81,TRUE,72.13 +290,91.02,FALSE,91.45 +291,79.93,TRUE,71.58 +292,79.01,TRUE,77.46 +293,87.6,FALSE,78.06 +294,76.2,TRUE,80.55 +295,68.38,TRUE,51.99 +296,51.96,TRUE,26.19 +297,46.09,TRUE,20.47 +298,73.24,TRUE,57.62 +299,45.42,TRUE,18.06 +300,86.96,FALSE,82.21 +301,98.36,FALSE,84.29 +302,83.04,FALSE,60.64 +303,83.68,FALSE,72.4 +304,98.27,FALSE,84.97 +305,62.83,TRUE,33.12 +306,87.2,FALSE,78.56 +307,79.21,TRUE,71.8 +308,94.72,FALSE,83.84 +309,88.31,FALSE,82.03 +310,77.25,TRUE,70.22 +311,52.6,TRUE,24.3 +312,20,TRUE,0.81 +313,75.29,TRUE,56.17 +314,77.95,TRUE,67.09 +315,83.59,FALSE,66.7 +316,36.41,TRUE,12.9 +317,92.39,FALSE,92.85 +318,68.89,TRUE,49.98 +319,76.06,TRUE,80.98 +320,84.95,FALSE,72.82 +321,94.17,FALSE,85.05 +322,70.51,TRUE,65.99 +323,75.93,TRUE,65.58 +324,87.86,FALSE,81.76 +325,72.6,TRUE,54.09 +326,80.02,FALSE,76.41 +327,85.88,FALSE,64.69 +328,64.37,TRUE,39.64 +329,80.92,FALSE,61.98 +330,96.23,FALSE,85.64 +331,99.13,FALSE,84.83 +332,84.58,FALSE,76.84 +333,55.4,TRUE,33.21 +334,51.14,TRUE,29.41 +335,68.7,TRUE,63.07 +336,94.16,FALSE,89.15 +337,71.09,TRUE,63.51 +338,30.79,TRUE,4.51 +339,100,FALSE,83.84 +340,87.17,FALSE,68.23 +341,47.41,TRUE,17.88 +342,63.68,TRUE,42.51 +343,56.78,TRUE,24.54 +344,65.43,TRUE,45.33 +345,63.43,TRUE,42.22 +346,74.91,TRUE,55.31 +347,88.74,FALSE,84.89 +348,91.87,FALSE,77.89 +349,74.5,TRUE,65.9 +350,82.3,FALSE,79.24 +351,88.55,FALSE,63.83 +352,66.37,TRUE,60.67 +353,72.17,TRUE,52.9 +354,90.88,FALSE,83.33 +355,83.7,FALSE,81.43 +356,76.58,TRUE,62.55 +357,93.4,FALSE,84.88 +358,80.17,FALSE,69.42 +359,86.26,FALSE,69.91 +360,97.68,FALSE,100.83 +361,80.16,FALSE,73.21 +362,83.93,FALSE,87.12 +363,84.9,FALSE,79.65 +364,62.96,TRUE,52.46 +365,72.39,TRUE,67.53 +366,91.96,FALSE,88.58 +367,67.38,TRUE,45.78 +368,77.14,TRUE,64.88 +369,71.91,TRUE,72.21 +370,60.36,TRUE,42.76 +371,72.97,TRUE,66.71 +372,31.21,TRUE,5.45 +373,72.94,TRUE,61.49 +374,92.11,FALSE,83.4 +375,91.84,FALSE,85.79 +376,96.67,FALSE,82.63 +377,87.51,FALSE,85.73 +378,86.72,FALSE,82.96 +379,84.94,FALSE,80.28 +380,58.54,TRUE,41.22 +381,92.29,FALSE,89.35 +382,74.75,TRUE,55.43 +383,64.7,TRUE,41.68 +384,77.68,TRUE,72.49 +385,71.8,TRUE,67.49 +386,89.05,FALSE,83.36 +387,92.41,FALSE,84.63 +388,69.77,TRUE,58.54 +389,82.1,FALSE,75.09 +390,68.49,TRUE,55.04 +391,67.64,TRUE,47.67 +392,38.69,TRUE,15.09 +393,82.09,FALSE,70.26 +394,57.53,TRUE,34.6 +395,85.52,FALSE,74.07 +396,93.91,FALSE,84.24 +397,91.64,FALSE,81.49 +398,77.89,TRUE,74.88 +399,73.16,TRUE,61.17 +400,87.43,FALSE,75.99 +401,70.56,TRUE,52.3 +402,59.3,TRUE,42.41 +403,92.47,FALSE,81.08 +404,96.78,FALSE,88.36 +405,92.25,FALSE,93.87 +406,88.41,FALSE,68.19 +407,80.29,FALSE,69.74 +408,53.94,TRUE,28.92 +409,69.64,TRUE,56.07 +410,84.39,FALSE,82.11 +411,75.94,TRUE,64.08 +412,83.51,FALSE,76.61 +413,48.78,TRUE,20.56 +414,47.57,TRUE,20.08 +415,91.31,FALSE,86.26 +416,86.75,FALSE,73.26 +417,95.37,FALSE,89.24 +418,66.32,TRUE,46.18 +419,70.5,TRUE,55.79 +420,87.88,FALSE,80.5 +421,59.94,TRUE,31.49 +422,93.56,FALSE,89.77 +423,90.8,FALSE,95.56 +424,76,TRUE,61.88 +425,64.23,TRUE,42.78 +426,58.42,TRUE,28.77 +427,51.07,TRUE,26.51 +428,91.85,FALSE,80.53 +429,58.98,TRUE,52.34 +430,77.19,TRUE,70.95 +431,79.5,TRUE,76.13 +432,94.3,FALSE,81.71 +433,64.59,TRUE,41.77 +434,67.83,TRUE,52.04 +435,75.52,TRUE,63.58 +436,90.24,FALSE,72.47 +437,87.85,FALSE,69.79 +438,75.43,TRUE,67.68 +439,49.43,TRUE,14.32 +440,81.43,FALSE,61.32 +441,88.23,FALSE,84.5 +442,64.53,TRUE,36.57 +443,66.14,TRUE,51.61 +444,40.66,TRUE,18.77 +445,35.3,TRUE,9.52 +446,77.79,TRUE,81.59 +447,75.17,TRUE,61.16 +448,85.85,FALSE,79.71 +449,87.96,FALSE,77.88 +450,81.16,FALSE,75.76 +451,70.62,TRUE,80.11 +452,75.7,TRUE,66.08 +453,71.19,TRUE,63.9 +454,71.23,TRUE,57.14 +455,58.85,TRUE,35.43 +456,79.98,TRUE,72.37 +457,29.47,TRUE,1.14 +458,65.89,TRUE,48.17 +459,91.57,FALSE,89.97 +460,80.04,FALSE,66.68 +461,64,TRUE,45.11 +462,82.14,FALSE,63.89 +463,68.04,TRUE,47.86 +464,40.85,TRUE,18.64 +465,85.53,FALSE,79.87 +466,75.51,TRUE,71.37 +467,84.4,FALSE,89.71 +468,90.94,FALSE,88.83 +469,96.31,FALSE,95.17 +470,71.3,TRUE,54.8 +471,61.84,TRUE,40.34 +472,60.86,TRUE,37.74 +473,93.26,FALSE,88.58 +474,90.96,FALSE,80.31 +475,91.07,FALSE,82.51 +476,86.01,FALSE,68.45 +477,71.83,TRUE,56.08 +478,62.02,TRUE,47.85 +479,52,TRUE,33.74 +480,61.48,TRUE,37.92 +481,86.17,FALSE,80.06 +482,90.41,FALSE,89.62 +483,80.42,FALSE,68.43 +484,73.09,TRUE,56.39 +485,58.61,TRUE,28.81 +486,87.97,FALSE,85.11 +487,69.25,TRUE,57.33 +488,39.82,TRUE,6.89 +489,88.57,FALSE,77.67 +490,79.15,TRUE,85.04 +491,95.88,FALSE,84.38 +492,69.33,TRUE,59.42 +493,85.39,FALSE,84.62 +494,88.84,FALSE,81.03 +495,87.15,FALSE,84.09 +496,65.73,TRUE,46.4 +497,97.74,FALSE,95.49 +498,82.36,FALSE,86.36 +499,89.79,FALSE,84.63 +500,89.24,FALSE,84.97 +501,65.01,TRUE,43.63 +502,67.89,TRUE,49.99 +503,77.15,TRUE,62.54 +504,63.46,TRUE,46.47 +505,84.87,FALSE,66.91 +506,97.16,FALSE,99.54 +507,79.29,TRUE,60.18 +508,81.44,FALSE,69.43 +509,72.09,TRUE,62.28 +510,66.17,TRUE,50.95 +511,52.8,TRUE,24.77 +512,74.31,TRUE,84.27 +513,83.51,FALSE,71.81 +514,80.43,FALSE,63.58 +515,55.84,TRUE,35.7 +516,87.98,FALSE,85.03 +517,89.15,FALSE,82.5 +518,68.75,TRUE,55.39 +519,61.56,TRUE,39.46 +520,56.91,TRUE,27.77 +521,74.97,TRUE,67.75 +522,78.45,TRUE,71.81 +523,47.27,TRUE,16.1 +524,91.13,FALSE,84.99 +525,50.25,TRUE,29.75 +526,85.27,FALSE,81.26 +527,72.6,TRUE,54.08 +528,64.85,TRUE,51.27 +529,72.59,TRUE,61.15 +530,83.54,FALSE,74.82 +531,71.77,TRUE,49.99 +532,87.82,FALSE,77.88 +533,85.59,FALSE,63.16 +534,48.82,TRUE,19.6 +535,68.02,TRUE,47.46 +536,88.52,FALSE,82.63 +537,75.07,TRUE,62.07 +538,61.96,TRUE,42.06 +539,88.35,FALSE,79.31 +540,81.67,FALSE,62.72 +541,50.72,TRUE,25.59 +542,82.86,FALSE,73.8 +543,95.2,FALSE,88.83 +544,66.22,TRUE,52.75 +545,93.49,FALSE,92.54 +546,93.84,FALSE,87.22 +547,73.84,TRUE,51.23 +548,74.1,TRUE,57.65 +549,75.8,TRUE,69.64 +550,69.16,TRUE,54.56 +551,85.81,FALSE,82.35 +552,72.86,TRUE,64.5 +553,83.66,FALSE,69.78 +554,76.45,TRUE,67.12 +555,91.14,FALSE,83.39 +556,77.3,TRUE,65.15 +557,73.19,TRUE,56.26 +558,86.18,FALSE,82.69 +559,74.4,TRUE,71.83 +560,85.49,FALSE,75.03 +561,85.43,FALSE,68.78 +562,78.85,TRUE,73.35 +563,64.61,TRUE,43.08 +564,78.86,TRUE,82.53 +565,71.4,TRUE,41.88 +566,51.51,TRUE,21.44 +567,80.18,FALSE,67.99 +568,77.09,TRUE,75.37 +569,64.11,TRUE,41.33 +570,92.15,FALSE,88.01 +571,63.3,TRUE,49.64 +572,83.95,FALSE,63.14 +573,91.04,FALSE,88.87 +574,95.86,FALSE,85.7 +575,86.35,FALSE,89.69 +576,91.35,FALSE,81.88 +577,91.43,FALSE,85.51 +578,91.74,FALSE,80.96 +579,63.27,TRUE,47.66 +580,88.38,FALSE,75.5 +581,84.99,FALSE,64.52 +582,82.13,FALSE,74.3 +583,71.41,TRUE,52.47 +584,81.18,FALSE,76.02 +585,55.72,TRUE,28.59 +586,80.3,FALSE,51.64 +587,97.75,FALSE,100 +588,76.96,TRUE,72.54 +589,96.33,FALSE,89 +590,52.48,TRUE,26.43 +591,86.75,FALSE,70.57 +592,90.82,FALSE,91.27 +593,84.73,FALSE,73.88 +594,62.26,TRUE,34.74 +595,70.06,TRUE,56.77 +596,89.35,FALSE,75.03 +597,75.35,TRUE,74.02 +598,62.65,TRUE,44.89 +599,34.06,TRUE,7.2 +600,72.67,TRUE,56.18 +601,86.17,FALSE,75.47 +602,80.47,FALSE,54.04 +603,56.27,TRUE,34.79 +604,52.69,TRUE,31.66 +605,65.48,TRUE,49.61 +606,78.92,TRUE,77.29 +607,91.91,FALSE,95.98 +608,81.37,FALSE,66.89 +609,84.12,FALSE,80.65 +610,68.43,TRUE,58.16 +611,59.76,TRUE,43.08 +612,91.29,FALSE,96.3 +613,82.71,FALSE,61.1 +614,72.45,TRUE,52.67 +615,81.57,FALSE,60.63 +616,91.69,FALSE,86.71 +617,99.15,FALSE,87.17 +618,75.66,TRUE,75.24 +619,75.83,TRUE,60.12 +620,29.23,TRUE,1.83 +621,97.04,FALSE,89.98 +622,85.67,FALSE,80.42 +623,54.19,TRUE,26.78 +624,68.1,TRUE,43.69 +625,72.82,TRUE,57.44 +626,85.12,FALSE,62.38 +627,71.19,TRUE,58.75 +628,79.37,TRUE,77 +629,72.98,TRUE,56.04 +630,84.54,FALSE,74.5 +631,39.73,TRUE,13.28 +632,81.47,FALSE,64.59 +633,80.49,FALSE,64.23 +634,81.21,FALSE,69.04 +635,80.41,FALSE,72.09 +636,73.3,TRUE,60.82 +637,67.21,TRUE,49.82 +638,59.83,TRUE,52.31 +639,79.9,TRUE,68.52 +640,88.86,FALSE,84.71 +641,93.55,FALSE,82.3 +642,74.38,TRUE,66.05 +643,74.18,TRUE,69.02 +644,73.06,TRUE,49.3 +645,77.01,TRUE,68.47 +646,73.18,TRUE,81.88 +647,73.38,TRUE,59.82 +648,86.81,FALSE,67.86 +649,66.9,TRUE,49.35 +650,90.59,FALSE,82.4 +651,93.79,FALSE,90.51 +652,77.43,TRUE,79.74 +653,90.68,FALSE,82.17 +654,62.37,TRUE,34.86 +655,77.86,TRUE,80.98 +656,86.98,FALSE,79.97 +657,77.21,TRUE,55.91 +658,36.85,TRUE,11.37 +659,77.27,TRUE,72.15 +660,80.88,FALSE,57.24 +661,67.39,TRUE,49.68 +662,49.68,TRUE,30.32 +663,90.01,FALSE,81.22 +664,78.49,TRUE,63.14 +665,48.19,TRUE,21.44 +666,68.12,TRUE,59.88 +667,78.56,TRUE,73.87 +668,92.54,FALSE,86.98 +669,80.07,FALSE,69.5 +670,78.51,TRUE,69.84 +671,76.7,TRUE,71.19 +672,30.27,TRUE,6.76 +673,82.9,FALSE,83.15 +674,94.65,FALSE,95.66 +675,64.48,TRUE,43.21 +676,77.24,TRUE,66.1 +677,78.84,TRUE,80.43 +678,60.96,TRUE,45.7 +679,99.56,FALSE,99.18 +680,84.21,FALSE,71.59 +681,77.97,TRUE,74.37 +682,61.74,TRUE,36.97 +683,79.79,TRUE,70.48 +684,89.7,FALSE,78.18 +685,67.41,TRUE,44.42 +686,74.82,TRUE,63.13 +687,73.04,TRUE,63.29 +688,45.68,TRUE,17.96 +689,84.05,FALSE,63.09 +690,92.07,FALSE,80.74 +691,92.34,FALSE,86.24 +692,89.9,FALSE,71.53 +693,93.24,FALSE,89.77 +694,76.11,TRUE,67.55 +695,77.02,TRUE,68.55 +696,57.12,TRUE,26.03 +697,90.7,FALSE,85.13 +698,79.13,TRUE,75.13 +699,62.74,TRUE,50.63 +700,81.29,FALSE,73.25 +701,56.9,TRUE,35.87 +702,59.4,TRUE,48.46 +703,85.28,FALSE,74.66 +704,87.05,FALSE,75.6 +705,78.64,TRUE,60.53 +706,75.07,TRUE,85.41 +707,76.21,TRUE,80.36 +708,84.41,FALSE,78.29 +709,88.86,FALSE,81.88 +710,91.02,FALSE,84.17 +711,53.19,TRUE,29.81 +712,89.5,FALSE,81.57 +713,37.36,TRUE,12.87 +714,77.72,TRUE,65.81 +715,84.01,FALSE,68.87 +716,90.46,FALSE,84.89 +717,75.54,TRUE,60.34 +718,79.32,TRUE,89.21 +719,72.11,TRUE,50.19 +720,84.9,FALSE,73.38 +721,61.13,TRUE,36.61 +722,58.86,TRUE,37.16 +723,48.25,TRUE,22.98 +724,71.25,TRUE,61.13 +725,84.51,FALSE,52.89 +726,76.62,TRUE,51.91 +727,94.99,FALSE,87.17 +728,72.65,TRUE,54.27 +729,82.36,FALSE,66.88 +730,66.64,TRUE,55.08 +731,79.91,TRUE,79.39 +732,93.19,FALSE,89.75 +733,74.49,TRUE,62.7 +734,92.96,FALSE,90.25 +735,53.69,TRUE,33.98 +736,96.2,FALSE,96.53 +737,77.77,TRUE,82.93 +738,65.41,TRUE,36.77 +739,94.25,FALSE,84.34 +740,88.39,FALSE,86.33 +741,83.54,FALSE,69.17 +742,71.97,TRUE,50.03 +743,81.01,FALSE,56.23 +744,90.02,FALSE,84.19 +745,66.56,TRUE,62.16 +746,83.8,FALSE,72.86 +747,64.23,TRUE,46.25 +748,83.52,FALSE,71.61 +749,89.19,FALSE,83.63 +750,76.93,TRUE,61.35 +751,60.59,TRUE,39.51 +752,70.31,TRUE,47.49 +753,76.29,TRUE,67.56 +754,96.81,FALSE,89.41 +755,75.94,TRUE,64.65 +756,88.15,FALSE,83.3 +757,78.8,TRUE,85.36 +758,69.9,TRUE,66.43 +759,94.24,FALSE,92.82 +760,58.77,TRUE,30.04 +761,70.21,TRUE,54.28 +762,51.03,TRUE,27.1 +763,83.99,FALSE,71.93 +764,83.31,FALSE,57.82 +765,89.6,FALSE,76.09 +766,81.39,FALSE,74.34 +767,52.29,TRUE,20.44 +768,52.76,TRUE,27.29 +769,96.21,FALSE,96.26 +770,55.86,TRUE,24.14 +771,49.49,TRUE,29.51 +772,61.43,TRUE,44.69 +773,88.04,FALSE,80.43 +774,48.61,TRUE,27.39 +775,58.44,TRUE,34.05 +776,60.24,TRUE,40.16 +777,81.69,FALSE,59.76 +778,55.18,TRUE,34.65 +779,73.02,TRUE,69.25 +780,76.45,TRUE,74.3 +781,34.6,TRUE,11.43 +782,57.68,TRUE,40 +783,82.38,FALSE,57.94 +784,94.01,FALSE,83.48 +785,62.17,TRUE,39.09 +786,82.62,FALSE,65.23 +787,53.56,TRUE,29.48 +788,65.17,TRUE,40.85 +789,74.77,TRUE,70.68 +790,76.76,TRUE,61.01 +791,81.38,FALSE,69.6 +792,71.22,TRUE,49.29 +793,90.75,FALSE,91.33 +794,59.97,TRUE,37.88 +795,81.89,FALSE,60.41 +796,86.71,FALSE,71.57 +797,80.83,FALSE,68.22 +798,95.8,FALSE,87.34 +799,81.19,FALSE,60.72 +800,73.12,TRUE,58.22 +801,83.98,FALSE,72.48 +802,82.15,FALSE,67.82 +803,67.19,TRUE,49.68 +804,70.73,TRUE,57.29 +805,85.82,FALSE,84.5 +806,62.71,TRUE,45.39 +807,71.63,TRUE,58.59 +808,59.61,TRUE,33.63 +809,92.75,FALSE,81.25 +810,78.65,TRUE,75.49 +811,83.86,FALSE,75.65 +812,89.99,FALSE,87.4 +813,57.28,TRUE,42.46 +814,65.23,TRUE,34.19 +815,91.86,FALSE,82.05 +816,93.25,FALSE,83.73 +817,95.63,FALSE,92.78 +818,73.21,TRUE,59.61 +819,91.07,FALSE,76.98 +820,81.63,FALSE,60.93 +821,81.19,FALSE,53.12 +822,68.54,TRUE,58.73 +823,90.91,FALSE,84.07 +824,76.95,TRUE,75.21 +825,86.74,FALSE,80.39 +826,70.98,TRUE,66.74 +827,87.97,FALSE,80.33 +828,74.64,TRUE,83.51 +829,61.79,TRUE,42.88 +830,89.59,FALSE,84.94 +831,78.96,TRUE,77.55 +832,68.06,TRUE,54.94 +833,76.84,TRUE,68.11 +834,96.89,FALSE,85.64 +835,57.71,TRUE,37.84 +836,74.92,TRUE,66.75 +837,77.01,TRUE,65.25 +838,66.3,TRUE,51.04 +839,79.08,TRUE,65.02 +840,89.54,FALSE,81.63 +841,85.59,FALSE,78.83 +842,74.12,TRUE,62.25 +843,71.45,TRUE,67.25 +844,89.43,FALSE,74 +845,82.55,FALSE,66.06 +846,87.75,FALSE,79.53 +847,92.05,FALSE,83.17 +848,85.82,FALSE,78.57 +849,72.31,TRUE,51.47 +850,69.42,TRUE,53.12 +851,62.15,TRUE,38.15 +852,70.87,TRUE,51.4 +853,72.14,TRUE,61.5 +854,52,TRUE,21.2 +855,78.19,TRUE,86.17 +856,70.03,TRUE,63.02 +857,88.53,FALSE,67.43 +858,96.11,FALSE,93.76 +859,79.05,TRUE,75.42 +860,63.15,TRUE,30.3 +861,64.81,TRUE,43.52 +862,57.58,TRUE,33.6 +863,82.66,FALSE,80.33 +864,91.68,FALSE,89.03 +865,69.02,TRUE,61.12 +866,94.39,FALSE,91.25 +867,60.96,TRUE,36.1 +868,59.16,TRUE,42.63 +869,52.45,TRUE,28.44 +870,79.18,TRUE,86.72 +871,85.82,FALSE,80.84 +872,65.7,TRUE,50.74 +873,31.91,TRUE,7.09 +874,91.63,FALSE,83.5 +875,82.54,FALSE,68.31 +876,72.32,TRUE,58.48 +877,73.92,TRUE,62.33 +878,82.65,FALSE,85.58 +879,98.36,FALSE,99.7 +880,80.07,FALSE,68.01 +881,91.46,FALSE,80.74 +882,74.56,TRUE,71.86 +883,87.84,FALSE,61.94 +884,77.34,TRUE,62.67 +885,86.68,FALSE,76.98 +886,82.1,FALSE,58.29 +887,81.64,FALSE,62.88 +888,40.02,TRUE,15.68 +889,58.8,TRUE,37.79 +890,79.31,TRUE,70.74 +891,91.87,FALSE,85.29 +892,49.14,TRUE,29.76 +893,93.63,FALSE,91.05 +894,91.46,FALSE,84.56 +895,87.11,FALSE,82.37 +896,89.35,FALSE,88.48 +897,88.6,FALSE,80.11 +898,41.4,TRUE,10.33 +899,77.14,TRUE,60.68 +900,86.36,FALSE,80.03 +901,60,TRUE,33.88 +902,71.26,TRUE,53.7 +903,91.81,FALSE,90.7 +904,84.31,FALSE,64.11 +905,63.56,TRUE,43.19 +906,55.41,TRUE,36.21 +907,75.44,TRUE,68.84 +908,95.61,FALSE,81.47 +909,86.55,FALSE,74.26 +910,79.03,TRUE,66.86 +911,64.63,TRUE,49.34 +912,74.05,TRUE,70.5 +913,74.07,TRUE,65.18 +914,67.07,TRUE,49.45 +915,80.1,FALSE,67.59 +916,82.41,FALSE,75.42 +917,73.34,TRUE,66.68 +918,87.55,FALSE,84.28 +919,80.22,FALSE,54.61 +920,83.86,FALSE,75.07 +921,88.25,FALSE,87.16 +922,52.54,TRUE,20.47 +923,92.32,FALSE,98.6 +924,83,FALSE,64.05 +925,68.77,TRUE,45.92 +926,77.18,TRUE,70.93 +927,70.12,TRUE,42.18 +928,92.65,FALSE,86.43 +929,82.43,FALSE,80.3 +930,95.48,FALSE,91.18 +931,87.89,FALSE,86.99 +932,45.95,TRUE,20.1 +933,70.08,TRUE,55.61 +934,73.54,TRUE,60.26 +935,88.93,FALSE,81.4 +936,84.25,FALSE,78.52 +937,89.82,FALSE,80.77 +938,74.17,TRUE,58.63 +939,57.46,TRUE,34.42 +940,69.07,TRUE,51.88 +941,85.08,FALSE,80.55 +942,63.08,TRUE,38.19 +943,67.06,TRUE,56.78 +944,55.25,TRUE,27.26 +945,82.59,FALSE,82.05 +946,91.43,FALSE,83.19 +947,76.75,TRUE,77.71 +948,68.99,TRUE,47.98 +949,76.48,TRUE,73.73 +950,66.14,TRUE,51.89 +951,76.73,TRUE,70.04 +952,79.31,TRUE,84.86 +953,77.52,TRUE,72.5 +954,75.6,TRUE,71.05 +955,72.99,TRUE,60.75 +956,84.37,FALSE,69.64 +957,73.63,TRUE,82.17 +958,86.1,FALSE,79.95 +959,90.63,FALSE,94.16 +960,56.36,TRUE,32.91 +961,60.4,TRUE,39.89 +962,84.41,FALSE,83.15 +963,41.88,TRUE,9.97 +964,78.64,TRUE,74.14 +965,80.16,FALSE,52.28 +966,89.15,FALSE,79.55 +967,75.65,TRUE,73.83 +968,77.68,TRUE,79.03 +969,73.89,TRUE,86.58 +970,65.71,TRUE,49.24 +971,53.41,TRUE,27.2 +972,68.44,TRUE,48.71 +973,50.83,TRUE,27.53 +974,48.58,TRUE,24.89 +975,81.41,FALSE,63.9 +976,62.65,TRUE,43.2 +977,90.86,FALSE,90.14 +978,89.23,FALSE,85.8 +979,69.63,TRUE,57 +980,82.6,FALSE,59.25 +981,95.64,FALSE,96.31 +982,53.43,TRUE,26.74 +983,87.88,FALSE,83.27 +984,67.1,TRUE,51.14 +985,66.49,TRUE,46.37 +986,33.42,TRUE,8.59 +987,71.28,TRUE,57.65 +988,60.16,TRUE,31.65 +989,82.07,FALSE,71.97 +990,95.17,FALSE,80.38 +991,72.39,TRUE,70.94 +992,93.39,FALSE,88.63 +993,76.31,TRUE,66.73 +994,73.26,TRUE,70.61 +995,81.2,FALSE,56.9 +996,36.76,TRUE,14.02 +997,31.71,TRUE,7.38 +998,89.3,FALSE,89.99 +999,57.62,TRUE,25.37 +1000,81.61,FALSE,65.44 +1001,89.47,FALSE,71.77 +1002,75.53,TRUE,63.71 +1003,56.72,TRUE,34.88 +1004,49.47,TRUE,19.13 +1005,86.1,FALSE,85.03 +1006,72.45,TRUE,62.15 +1007,45.11,TRUE,12.25 +1008,94.71,FALSE,87.66 +1009,81.06,FALSE,65.46 +1010,85.18,FALSE,69.95 +1011,80.61,FALSE,74.42 +1012,59.55,TRUE,40.98 +1013,72.47,TRUE,64.9 +1014,76.54,TRUE,64.26 +1015,78.81,TRUE,72.59 +1016,90.48,FALSE,92.12 +1017,70.14,TRUE,57.21 +1018,49.94,TRUE,21.43 +1019,48.69,TRUE,16.36 +1020,66.38,TRUE,49.77 +1021,91.27,FALSE,84.48 +1022,87.64,FALSE,81.6 +1023,86.42,FALSE,86.45 +1024,93.68,FALSE,93.38 +1025,74.43,TRUE,65.98 +1026,43.52,TRUE,18.63 +1027,98.65,FALSE,85.43 +1028,57.65,TRUE,51.34 +1029,78.82,TRUE,75.89 +1030,87.02,FALSE,79.72 +1031,57.32,TRUE,35.6 +1032,73.33,TRUE,59.29 +1033,88.78,FALSE,82.99 +1034,86.22,FALSE,81.88 +1035,94.92,FALSE,83.35 +1036,21.07,TRUE,0 +1037,78.01,TRUE,73.48 +1038,86.84,FALSE,74.77 +1039,82.42,FALSE,64.1 +1040,84.14,FALSE,69.54 +1041,93.36,FALSE,85.52 +1042,94.36,FALSE,92.95 +1043,62.14,TRUE,36.25 +1044,66.8,TRUE,51.98 +1045,72.35,TRUE,50.85 +1046,89.99,FALSE,80.24 +1047,85.5,FALSE,64.04 +1048,89.67,FALSE,84.62 +1049,78.19,TRUE,69.04 +1050,72.31,TRUE,81.4 +1051,61.82,TRUE,38.41 +1052,63.67,TRUE,46.72 +1053,61.95,TRUE,43.3 +1054,42.42,TRUE,16.47 +1055,47.57,TRUE,24.05 +1056,84.69,FALSE,67.54 +1057,57.84,TRUE,29.56 +1058,65.51,TRUE,50.74 +1059,72.87,TRUE,57.69 +1060,88.59,FALSE,83.12 +1061,62.19,TRUE,37.95 +1062,73.97,TRUE,50.79 +1063,81.28,FALSE,56.57 +1064,52.94,TRUE,28.27 +1065,50.84,TRUE,31.76 +1066,54.38,TRUE,34.71 +1067,88.53,FALSE,84.36 +1068,52.5,TRUE,21.24 +1069,86.73,FALSE,85.54 +1070,66.58,TRUE,44.99 +1071,71.56,TRUE,62.9 +1072,86.29,FALSE,65.01 +1073,76.27,TRUE,77.49 +1074,68.04,TRUE,49.94 +1075,41.88,TRUE,14.08 +1076,78.38,TRUE,82.59 +1077,69.26,TRUE,58.54 +1078,92.88,FALSE,80.52 +1079,61.02,TRUE,42.94 +1080,71.06,TRUE,50.01 +1081,60.86,TRUE,32.6 +1082,82.14,FALSE,75.87 +1083,77.73,TRUE,82.39 +1084,72.83,TRUE,61.23 +1085,77.13,TRUE,71.4 +1086,55.17,TRUE,36.86 +1087,87.01,FALSE,79.9 +1088,71.18,TRUE,59.79 +1089,62.53,TRUE,41.05 +1090,92.04,FALSE,83.6 +1091,70.62,TRUE,49.83 +1092,84.76,FALSE,74.96 +1093,59.11,TRUE,35.73 +1094,95.61,FALSE,85.37 +1095,70.83,TRUE,60.76 +1096,84.31,FALSE,76.85 +1097,81.3,FALSE,63.09 +1098,92.27,FALSE,81.34 +1099,67.1,TRUE,53 +1100,95.06,FALSE,89.76 +1101,77.74,TRUE,69.27 +1102,65.48,TRUE,41.94 +1103,73.58,TRUE,67.21 +1104,54.79,TRUE,24.24 +1105,74.22,TRUE,63.76 +1106,88.09,FALSE,84.29 +1107,94.91,FALSE,83.76 +1108,90.45,FALSE,82.18 +1109,88.57,FALSE,81.78 +1110,94.26,FALSE,84.63 +1111,49.57,TRUE,25.71 +1112,38.57,TRUE,11.62 +1113,84.96,FALSE,75.81 +1114,73.54,TRUE,65.03 +1115,48.73,TRUE,16.95 +1116,62.89,TRUE,46.88 +1117,72.08,TRUE,56.47 +1118,91.29,FALSE,89.73 +1119,68.83,TRUE,41.12 +1120,78.4,TRUE,63.68 +1121,85.57,FALSE,69.57 +1122,86.17,FALSE,87.16 +1123,70.3,TRUE,57.05 +1124,63.99,TRUE,49.83 +1125,67.53,TRUE,53.89 +1126,65.71,TRUE,48.07 +1127,83.29,FALSE,63.23 +1128,73.2,TRUE,54.8 +1129,60.07,TRUE,32.77 +1130,97.84,FALSE,92.32 +1131,76.95,TRUE,67.22 +1132,74.4,TRUE,63.67 +1133,79.42,TRUE,73.13 +1134,74.21,TRUE,62.93 +1135,97.02,FALSE,92.72 +1136,68.01,TRUE,42.65 +1137,75.13,TRUE,70.02 +1138,83.34,FALSE,64.49 +1139,99.5,FALSE,82.73 +1140,82.15,FALSE,65.01 +1141,72.89,TRUE,56.4 +1142,76.51,TRUE,71.22 +1143,68.57,TRUE,62.57 +1144,59.26,TRUE,37.59 +1145,55.75,TRUE,30.73 +1146,51.89,TRUE,24.91 +1147,56.52,TRUE,33.86 +1148,81.24,FALSE,68.94 +1149,75.66,TRUE,65.58 +1150,42.79,TRUE,10.47 +1151,61.6,TRUE,46.24 +1152,68,TRUE,50.38 +1153,41.66,TRUE,15.98 +1154,85.2,FALSE,83.31 +1155,74.71,TRUE,70.63 +1156,79.6,TRUE,84.3 +1157,72.55,TRUE,67.56 +1158,77.85,TRUE,71.75 +1159,43.16,TRUE,15.24 +1160,72.54,TRUE,63.18 +1161,73.9,TRUE,66.64 +1162,85.92,FALSE,74.69 +1163,82.26,FALSE,58.51 +1164,94.6,FALSE,90.52 +1165,66.55,TRUE,46.16 +1166,55.12,TRUE,27.08 +1167,92.83,FALSE,88.08 +1168,66.75,TRUE,46.04 +1169,68.4,TRUE,59.94 +1170,71.3,TRUE,56.87 +1171,73.82,TRUE,68.94 +1172,68.31,TRUE,40.55 +1173,37.53,TRUE,8.86 +1174,65.57,TRUE,49.21 +1175,64.7,TRUE,49.06 +1176,84.01,FALSE,69.01 +1177,76.3,TRUE,69.18 +1178,83.41,FALSE,85.47 +1179,67.19,TRUE,50.11 +1180,66.56,TRUE,46.8 +1181,58.6,TRUE,34.5 +1182,88.72,FALSE,90.2 +1183,77.69,TRUE,61.85 +1184,83.2,FALSE,82.38 +1185,81.3,FALSE,70.65 +1186,61.61,TRUE,36.68 +1187,84.92,FALSE,77.17 +1188,46.39,TRUE,13.5 +1189,66.25,TRUE,46.93 +1190,73.46,TRUE,66.32 +1191,94.75,FALSE,95.15 +1192,81.16,FALSE,63.76 +1193,80.19,FALSE,56.93 +1194,60.46,TRUE,37.18 +1195,94.75,FALSE,80.73 +1196,58.99,TRUE,39.46 +1197,35.9,TRUE,10.69 +1198,94.42,FALSE,92.4 +1199,55.17,TRUE,33.74 +1200,68.36,TRUE,54.71 diff --git a/docs/projects/problem-set-6/problem-set-6.Rproj b/docs/projects/problem-set-6/problem-set-6.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/problem-set-6/problem-set-6.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/problem-set-6/your-name_problem-set-6.Rmd b/docs/projects/problem-set-6/your-name_problem-set-6.Rmd new file mode 100644 index 00000000..dc0d97a8 --- /dev/null +++ b/docs/projects/problem-set-6/your-name_problem-set-6.Rmd @@ -0,0 +1,203 @@ +--- +title: "Problem set 6: Mandatory school attendance program" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +--- + +There is substantial research and evidence that [class attendance has a positive and significant effect on student performance](http://graphics8.nytimes.com/packages/pdf/nyregion/20110617attendancereport.pdf). Because of this, state and local government agencies and school districts have designed programs and policies that incentivize students to not miss school days. Examples include tangible prizes like [colorful pendants and free tickets to events](https://www.nytimes.com/2011/06/17/nyregion/city-reduces-chronic-absenteeism-in-public-schools.html), [automated calls from celebrities](https://cityroom.blogs.nytimes.com/2011/02/10/schools-use-celebrity-robo-calls-to-battle-truancy/), or [class policies that mandate attendance](https://people.ucsc.edu/~cdobkin/Papers/2010%20Skipping%20class%20in%20college%20and%20exam%20performance%20Evidence%20from%20a%20regression%20discontinuity%20classroom%20experiment.pdf). + +Existing research has used a range of methods to test the relationship between attendance programs and student performance, including [simple regression analysis](https://dx.doi.org/10.1016/j.sbspro.2016.07.051), [randomized experiments](https://dx.doi.org/10.3200/JECE.39.3.213-227), and [regression discontinuity approaches](https://people.ucsc.edu/~cdobkin/Papers/2010%20Skipping%20class%20in%20college%20and%20exam%20performance%20Evidence%20from%20a%20regression%20discontinuity%20classroom%20experiment.pdf). + +In this assignment, you will use regression discontinuity approaches to measure the effect of a hypothetical program on hypothetical student grades (this data is 100% fake). + +In this simulated program, high school students who have less than 80% attendance during their junior year (11th grade) are assigned to a mandatory school attendance program during their senior year (12th grade). This program requires them to attend school and also provides them with additional support and tutoring to help them attend and remain in school. At the end of their senior year, students take a final test to assess their overall learning in high school. + +The dataset I've provided contains four columns: + +- `id`: A randomly assigned student ID number +- `attendance`: The proportion of days of school attended during a student's junior year (ranges from 0 to 100) +- `treatment`: Binary variable indicating if a student was assigned to the attendance program during their senior year +- `grade`: A student's final test grade at the end of their senior year + + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(rdrobust) +library(rddensity) +library(broom) +library(modelsummary) + +# This turns off this message that appears whenever you use summarize(): +# `summarise()` ungrouping output (override with `.groups` argument) +options(dplyr.summarise.inform = FALSE) + +program <- read_csv("data/attendance_program.csv") +``` + + +# Step 1: Determine if process of assigning treatment is rule-based + +**Was assignment to this program based on an arbitrary rule? Is it a good candidate for a regression discontinuity approach? Why or why not?** + + +# Step 2: Determine if the design is fuzzy or sharp + +Make a plot that shows the running variable (`attendance`) on the x-axis and the program indicator variable (`treatment`) on the y-axis. Show the relationship using points (`geom_point`) and color the points by `treatment`. + +**How strict was the application of the rule? Did any students with attendance above 80% get into the attendance program, or did any students with attendance under 80% not get into the program? Is there a sharp difference in treatment at the cutpoint?** + +```{r} +# Dot plot with attendance on the x-axis and treatment on the y-axis +``` + + +# Step 3: Check for discontinuity in running variable around cutpoint + +Next, you should check that there was no manipulation in the running variable. We don't want to see a ton of students with 81% or 79% attendance, since that could be a sign that administrators fudged the numbers to either push students into the program or out of the program. + +First, make a histogram of the running variable and see if there are any big jumps around the threshold. Fill the histogram by `treatment` and add a vertical line at 80 (`geom_vline(xintercept = 80)`) to show the cutoff. Use an approprite bin width. If the column near 80 is split into two different colors (it might be, since it might be showing 79 and 80 together), add `boundary = 80` inside `geom_histogram()` to force ggplot to start a bar at 80 and not include 79. + +**Does it look like there's an unexpected jump in the running variable around the cutoff?** + +```{r} +# Histogram of attendance +``` + +Next, conduct a McCrary density test with `rdplotdensity()` from the `rddensity` library. Refer to the in-class example for the syntax (you'll need to specify `rdd`, `X` (note that it's capitalized), and `type = "both"`). Also, if you don't want two plots to show up when you knit, make sure you assign the output of `rdplotdensity()` to a variable. + +**Is there a substantial jump at the cutpoint?** + +```{r} +# McCrary test +``` + + +# Step 4: Check for discontinuity in outcome across running variable + +Make a scatterplot with the running variable on the x-axis (`attendance`) and the outcome variable on the y-axis (`grade`), with the points colored by treatment (`treatment`). Make the points small (`size = 0.5` or something similar) and semitransparent (`alpha = 0.5` or something similar) since there are a lot of them. Add a vertical line at the cutoff point. Add two `geom_smooth()` lines: one using data before the cutoff and one using data after the cutoff. Make sure both lines use `method = "lm"`. Refer to the example for the code you need to do this. + +**Based on this graph, does the program have an effect? Is there a discontinuity in outcome around the cutpoint? Interpret the effect (or non-effect) of the program.** + +```{r} +# Graph showing discontinuity in grades across levels of attendance +``` + + +# Step 5: Measure the size of the effect + +Now you need to measure the size and statistical significance of the discontinuity. If there's a jump because of the program, how big is it and how much can we trust it? You'll do this two ways: (1) parametrically with linear regression and (2) nonparametrically with curvy lines and fancy econometrics algorithms built in to the `rdrobust()` function. + +## Parametric estimation + +Create a new dataset based on `program` that has a new variable in it named `attendance_centered`. This will be the value of `attendance` minus 80. This centers student attendance around the cutpoint (if a student had 85% attendance, they'd have a value of 5; if they had 70% attendance, they'd have a value of 10; etc.) and makes it easier to interpret the intercept coefficient in linear models since it shifts the y-intercept up to the cutpoint instead of zero. + +```{r} +# Add column to program that centers attendance +``` + +Run a regression model explaining `grade` with `attendance_centered + treatment`: + +$$ +\text{Grade} = \beta_0 + \beta_1 \text{Attendance (centered)} + \beta_2 \text{Program} + \epsilon +$$ + +Make sure you use the data frame that has your new `attendance_centered` variable. + +**Interpret the three coefficients. How big is the effect of the program? Is it statistically significant?** + +```{r} +# Linear model +``` + +Now make two new datasets based on the one you made previously with the `attendance_centered` variable. Filter one so that it only contains observations where `attendance_centered` is between -5 and 5, and filter the other so that it only contains observations where `attendance_centered` is between -10 and 10. + +Run the same model (`grade ~ attendance_centered + program`) using each of these data frames. Interpret the coefficients. Are they different from the model that uses the complete data? + +```{r} +# Data and model with bandwidth = 5 +``` + +```{r} +# Data and model with bandwidth = 10 +``` + +**Put all three models in a side-by-side table with `modelsummary()`. How does the coefficient for `program` change across the model specifications? How does the number of observations change? What advantages and disadvantages are there to restricting the data to ±5 or ±10 around the cutpoint? Which program effect do you believe the most? Why?** + +```{r} +# All three models +``` + + +## Nonparametric estimation + +Next you'll use nonparametric estimation to figure out the size of the gap around the cutpoint. Remember from class that this means we're not using straight lines anymore---we're using curvy lines that don't really have neat $y = mx + b$ equations behind them, so we can't use `lm()` and regular coefficients. Instead, we can use `rdrobust` to measure the size of the gap. + +Use `rdrobust` with all its default options to find the effect of the program. You'll need to specify `y`, `x`, and `c`. Recall from the in-class example that you'll need to type the name of the variables slighlty differently. To refer to the grade column in the program data frame, you'll have to type `program$grade`. Also, make sure you pipe the output of `rdrobust()` to `summary()`, otherwise you won't see the actual program effect (so make sure you type `rdrobust(...) %>% summary()`). + +**How big of an effect does the program have at the cutpoint? Is the effect statistically significant?** Important: if you see a negative number, you can pretend that it's positive. It's negative because the change in trend goes down. + +```{r} +# rdrobust() +# Note: You don't need to use attendance_centered anymore; that was just for lm() +``` + +Make a plot of the effect using `rdplot()`. You'll use the same `y`, `x`, and `c` that you did in `rdrobust()` above. + +```{r} +# Plot +``` + +## Nonparametric sensitivity checks + +Now that we have an effect, we can adjust some of the default options to see how robust the effect size is. + +First we'll play with the bandwidth. Find the ideal bandwidth with with `rdbwselect()`, then run `rdrobust` with twice that bandwidth and half that bandwidth (hint: use `h = SOMETHING`). + +```{r} +# Find the ideal bandwidth. Make sure rdbwselect() pipes into summary() so you +# can see the results: rdbwselect() %>% summary() +# +# You'll use the same y, x, and c as before +``` + +```{r} +# rdrobust() with half bandwidth + +# rdrobust() with two times the bandwidth +``` + +Next we'll play with the kernel. Use the default ideal bandwidth and adjust the kernel to change how heavily weighted the observations right by the cutoff are. You already used a triangular kernel---that was the first `rdrobust()` model you ran, since triangular is the default. Try using Epanechnikov and uniform kernels (look at the help file for `rdrobust` or look at the in-class example to see how to specify different kernels): + +```{r} +# rdrobust() with an Epanechnikov kernel + +# rdrobust() with a uniform kernel +``` + + +# Step 6: Compare all the effects + +**Make a list of all the effects you found. Which one do you trust the most? Why?** + +Write them in this table if it's helpful: + +| Method | Bandwidth | Kernel | Estimate | +|:-------------:|:---------:|:--------------------:|:--------:| +| Parametric | Full data | Unweighted | | +| Parametric | 10 | Unweighted | | +| Parametric | 5 | Unweighted | | +| Nonparametric | ??? | Triangular | | +| etc | | etc | | + + +**Does the program have an effect? Should it be rolled out to all schools? Why or why not?** diff --git a/docs/projects/problem-set-7/data/public_housing.csv b/docs/projects/problem-set-7/data/public_housing.csv new file mode 100644 index 00000000..48db5c10 --- /dev/null +++ b/docs/projects/problem-set-7/data/public_housing.csv @@ -0,0 +1,1001 @@ +PublicHousing,HealthStatus,Supply,WaitingTime,HealthBehavior,Stamp,ParentsHealthStatus,Age,Race,Education,MaritalStatus,Race_4,Race_2,Race_1,Race_3,MaritalStatus_4,MaritalStatus_1,MaritalStatus_2,MaritalStatus_3 +22,10,5,19,12,183,15,45,4,2,4,1,0,0,0,1,0,0,0 +32,11,6,34,9,224,14,50,2,1,1,0,1,0,0,0,1,0,0 +31,10,6,35,9,234,11,41,2,1,2,0,1,0,0,0,0,1,0 +33,13,6,18,17,242,17,46,1,2,1,0,0,1,0,0,1,0,0 +38,12,5,35,12,206,8,41,4,2,3,1,0,0,0,0,0,0,1 +30,12,4,17,17,208,14,43,1,3,4,0,0,1,0,1,0,0,0 +31,11,8,20,16,195,10,37,1,3,4,0,0,1,0,1,0,0,0 +32,12,4,23,16,215,10,39,3,3,2,0,0,0,1,0,0,1,0 +31,12,4,28,12,213,13,52,2,1,1,0,1,0,0,0,1,0,0 +16,6,0,26,7,241,17,49,3,2,4,0,0,0,1,1,0,0,0 +37,15,5,19,19,172,17,52,2,4,4,0,1,0,0,1,0,0,0 +26,9,6,31,7,233,12,47,4,1,4,1,0,0,0,1,0,0,0 +32,10,5,31,13,192,16,29,2,2,1,0,1,0,0,0,1,0,0 +41,15,7,26,17,234,11,44,4,4,3,1,0,0,0,0,0,0,1 +30,10,2,32,10,150,7,43,2,3,3,0,1,0,0,0,0,0,1 +21,8,5,15,13,140,10,45,4,3,1,1,0,0,0,0,1,0,0 +40,15,5,24,19,224,14,39,3,2,3,0,0,0,1,0,0,0,1 +28,10,6,25,11,164,9,43,3,2,4,0,0,0,1,1,0,0,0 +19,9,3,19,10,231,11,52,1,3,3,0,0,1,0,0,0,0,1 +25,8,5,28,10,191,17,35,1,4,2,0,0,1,0,0,0,1,0 +28,11,8,21,13,208,13,49,3,3,1,0,0,0,1,0,1,0,0 +47,17,6,25,21,243,16,48,2,2,4,0,1,0,0,1,0,0,0 +19,9,7,12,12,157,13,55,4,1,3,1,0,0,0,0,0,0,1 +45,16,4,31,18,207,10,40,4,2,2,1,0,0,0,0,0,1,0 +42,15,5,33,15,166,11,43,4,4,4,1,0,0,0,1,0,0,0 +14,6,3,18,9,243,8,51,4,1,1,1,0,0,0,0,1,0,0 +27,9,4,30,10,206,14,42,2,1,3,0,1,0,0,0,0,0,1 +41,15,5,29,17,192,13,46,4,3,2,1,0,0,0,0,0,1,0 +4,4,2,13,6,192,13,43,2,2,2,0,1,0,0,0,0,1,0 +15,6,5,25,5,187,10,46,1,1,4,0,0,1,0,1,0,0,0 +39,13,7,32,13,188,11,44,3,1,3,0,0,0,1,0,0,0,1 +45,16,3,27,20,144,18,39,2,1,4,0,1,0,0,1,0,0,0 +41,13,6,35,14,153,11,40,4,2,3,1,0,0,0,0,0,0,1 +14,4,3,31,3,125,8,42,4,2,1,1,0,0,0,0,1,0,0 +17,7,5,22,7,223,12,43,2,1,2,0,1,0,0,0,0,1,0 +28,9,6,26,12,221,11,37,2,3,4,0,1,0,0,1,0,0,0 +28,9,5,32,8,201,12,49,2,4,4,0,1,0,0,1,0,0,0 +24,8,1,32,8,166,10,44,4,3,2,1,0,0,0,0,0,1,0 +30,11,3,26,12,162,11,54,1,1,3,0,0,1,0,0,0,0,1 +23,9,7,21,10,147,11,54,4,3,4,1,0,0,0,1,0,0,0 +29,10,6,29,10,203,7,43,1,4,2,0,0,1,0,0,0,1,0 +29,11,5,21,14,199,9,45,2,3,1,0,1,0,0,0,1,0,0 +33,11,5,27,14,197,10,44,1,3,1,0,0,1,0,0,1,0,0 +41,15,5,30,16,201,10,43,4,3,2,1,0,0,0,0,0,1,0 +33,13,5,19,17,222,12,47,3,4,1,0,0,0,1,0,1,0,0 +32,13,5,24,14,218,4,47,3,1,1,0,0,0,1,0,1,0,0 +24,8,4,30,8,197,9,42,1,4,3,0,0,1,0,0,0,0,1 +33,12,6,28,13,205,9,46,4,1,3,1,0,0,0,0,0,0,1 +43,15,7,22,21,219,11,30,2,4,3,0,1,0,0,0,0,0,1 +9,3,4,20,5,173,10,40,4,2,4,1,0,0,0,1,0,0,0 +25,10,4,15,15,212,10,44,2,2,3,0,1,0,0,0,0,0,1 +35,12,5,32,12,180,11,52,3,1,2,0,0,0,1,0,0,1,0 +40,14,4,27,18,177,13,41,4,1,1,1,0,0,0,0,1,0,0 +31,12,6,18,17,224,16,42,3,1,1,0,0,0,1,0,1,0,0 +45,15,6,31,18,239,6,38,2,2,3,0,1,0,0,0,0,0,1 +49,17,7,38,16,179,16,42,1,4,1,0,0,1,0,0,1,0,0 +28,11,5,18,15,165,15,43,4,2,2,1,0,0,0,0,0,1,0 +33,13,4,20,17,166,16,42,2,3,2,0,1,0,0,0,0,1,0 +24,8,4,28,9,164,11,41,4,2,4,1,0,0,0,1,0,0,0 +38,13,6,33,13,209,11,37,2,2,1,0,1,0,0,0,1,0,0 +24,9,5,24,11,174,9,34,1,3,4,0,0,1,0,1,0,0,0 +17,7,4,15,12,153,11,34,1,1,1,0,0,1,0,0,1,0,0 +57,18,9,35,21,163,8,40,1,2,4,0,0,1,0,1,0,0,0 +20,7,4,22,10,221,9,39,1,3,2,0,0,1,0,0,0,1,0 +27,9,10,22,11,222,12,45,1,2,1,0,0,1,0,0,1,0,0 +26,9,6,26,10,188,10,41,4,3,2,1,0,0,0,0,0,1,0 +36,12,7,25,16,194,13,41,2,3,1,0,1,0,0,0,1,0,0 +34,12,7,29,12,218,16,51,4,1,1,1,0,0,0,0,1,0,0 +23,8,5,27,8,207,6,49,2,4,2,0,1,0,0,0,0,1,0 +55,18,7,35,21,207,13,36,4,1,1,1,0,0,0,0,1,0,0 +32,12,4,26,13,215,8,55,1,4,4,0,0,1,0,1,0,0,0 +11,5,6,18,7,200,15,40,3,4,3,0,0,0,1,0,0,0,1 +40,14,6,29,16,168,10,39,1,3,3,0,0,1,0,0,0,0,1 +23,8,7,28,7,169,13,55,4,4,2,1,0,0,0,0,0,1,0 +22,9,10,15,12,205,16,46,1,3,3,0,0,1,0,0,0,0,1 +41,14,8,22,20,230,13,38,1,4,2,0,0,1,0,0,0,1,0 +31,12,6,23,14,229,14,46,2,3,4,0,1,0,0,1,0,0,0 +20,8,3,22,10,255,8,45,2,2,1,0,1,0,0,0,1,0,0 +48,18,6,25,21,203,14,43,2,1,2,0,1,0,0,0,0,1,0 +31,11,5,23,15,148,7,37,1,3,3,0,0,1,0,0,0,0,1 +34,11,7,32,11,157,13,39,2,2,1,0,1,0,0,0,1,0,0 +24,9,6,23,11,200,11,38,4,3,2,1,0,0,0,0,0,1,0 +23,6,7,32,6,208,12,29,2,2,3,0,1,0,0,0,0,0,1 +12,3,4,33,1,198,10,36,1,3,1,0,0,1,0,0,1,0,0 +20,7,3,25,9,197,12,41,3,3,2,0,0,0,1,0,0,1,0 +31,11,5,30,11,176,8,45,4,2,2,1,0,0,0,0,0,1,0 +22,8,5,28,7,202,12,49,2,1,1,0,1,0,0,0,1,0,0 +19,6,7,21,9,256,3,41,1,4,3,0,0,1,0,0,0,0,1 +31,11,5,30,11,140,7,47,1,3,2,0,0,1,0,0,0,1,0 +27,10,4,20,14,213,11,52,1,3,2,0,0,1,0,0,0,1,0 +46,17,7,24,21,243,9,45,2,4,3,0,1,0,0,0,0,0,1 +35,12,4,28,15,226,8,40,4,4,3,1,0,0,0,0,0,0,1 +41,15,3,30,17,210,9,42,2,4,4,0,1,0,0,1,0,0,0 +18,6,6,25,7,212,6,43,4,3,3,1,0,0,0,0,0,0,1 +45,17,5,23,21,194,15,47,2,3,3,0,1,0,0,0,0,0,1 +37,14,3,25,17,202,17,47,2,3,1,0,1,0,0,0,1,0,0 +21,8,5,22,10,155,10,43,1,1,1,0,0,1,0,0,1,0,0 +31,12,4,19,16,210,15,51,2,1,3,0,1,0,0,0,0,0,1 +32,9,6,37,8,188,10,41,4,1,4,1,0,0,0,1,0,0,0 +31,10,7,35,8,181,7,42,2,4,4,0,1,0,0,1,0,0,0 +30,11,4,30,12,237,7,41,3,2,1,0,0,0,1,0,1,0,0 +41,15,5,31,16,194,6,44,3,2,3,0,0,0,1,0,0,0,1 +38,14,4,31,15,230,11,44,3,2,2,0,0,0,1,0,0,1,0 +35,14,4,21,17,192,15,57,1,4,1,0,0,1,0,0,1,0,0 +20,8,4,17,12,186,15,38,1,1,2,0,0,1,0,0,0,1,0 +45,16,6,29,18,247,10,55,3,4,1,0,0,0,1,0,1,0,0 +19,7,7,20,9,181,13,50,1,2,4,0,0,1,0,1,0,0,0 +39,13,5,29,16,184,13,40,4,3,2,1,0,0,0,0,0,1,0 +31,13,5,19,16,184,12,51,4,2,1,1,0,0,0,0,1,0,0 +48,16,5,35,17,183,11,44,4,2,1,1,0,0,0,0,1,0,0 +39,15,6,22,19,203,11,51,4,4,1,1,0,0,0,0,1,0,0 +51,17,8,34,18,209,7,50,4,1,1,1,0,0,0,0,1,0,0 +42,16,4,28,18,245,14,47,1,3,2,0,0,1,0,0,0,1,0 +46,16,5,32,18,227,11,40,3,1,4,0,0,0,1,1,0,0,0 +32,12,5,22,15,161,10,44,1,3,3,0,0,1,0,0,0,0,1 +13,4,4,23,6,193,9,35,3,1,4,0,0,0,1,1,0,0,0 +29,9,6,32,9,232,11,42,4,1,4,1,0,0,0,1,0,0,0 +43,15,3,26,21,244,13,36,3,3,2,0,0,0,1,0,0,1,0 +25,8,5,32,7,194,13,45,1,1,1,0,0,1,0,0,1,0,0 +34,12,5,32,12,227,11,42,2,1,2,0,1,0,0,0,0,1,0 +32,12,4,29,12,190,16,55,3,4,1,0,0,0,1,0,1,0,0 +50,16,4,39,17,192,13,42,3,4,3,0,0,0,1,0,0,0,1 +24,10,6,14,15,246,9,44,4,1,2,1,0,0,0,0,0,1,0 +40,15,6,22,19,195,15,48,2,4,1,0,1,0,0,0,1,0,0 +21,10,3,16,13,205,10,53,4,4,2,1,0,0,0,0,0,1,0 +11,3,4,31,1,187,13,36,1,1,3,0,0,1,0,0,0,0,1 +8,3,4,24,2,166,14,45,4,2,4,1,0,0,0,1,0,0,0 +28,9,6,30,9,247,8,42,4,2,2,1,0,0,0,0,0,1,0 +13,5,5,22,6,193,11,45,2,3,2,0,1,0,0,0,0,1,0 +24,8,6,26,9,209,15,44,2,3,3,0,1,0,0,0,0,0,1 +39,13,5,30,15,213,13,47,4,3,4,1,0,0,0,1,0,0,0 +35,13,5,26,14,219,11,55,1,1,3,0,0,1,0,0,0,0,1 +31,11,8,22,14,193,10,44,3,1,1,0,0,0,1,0,1,0,0 +10,2,3,33,0,181,14,41,1,2,3,0,0,1,0,0,0,0,1 +35,12,3,23,17,174,9,38,4,1,1,1,0,0,0,0,1,0,0 +26,11,4,13,16,191,10,51,1,2,4,0,0,1,0,1,0,0,0 +22,8,3,26,10,194,7,39,1,3,1,0,0,1,0,0,1,0,0 +34,12,3,26,15,191,14,47,4,4,4,1,0,0,0,1,0,0,0 +33,12,6,24,15,153,10,46,2,1,1,0,1,0,0,0,1,0,0 +19,8,3,19,11,228,8,46,4,3,2,1,0,0,0,0,0,1,0 +17,7,5,22,8,199,12,48,2,4,2,0,1,0,0,0,0,1,0 +33,12,6,24,14,203,10,52,2,2,1,0,1,0,0,0,1,0,0 +31,13,3,18,17,204,5,54,1,3,3,0,0,1,0,0,0,0,1 +36,13,6,22,17,204,10,44,2,2,1,0,1,0,0,0,1,0,0 +39,15,4,19,20,134,15,46,1,4,3,0,0,1,0,0,0,0,1 +30,10,8,30,9,194,15,53,3,2,4,0,0,0,1,1,0,0,0 +45,16,3,30,19,168,12,46,2,2,4,0,1,0,0,1,0,0,0 +19,7,5,27,5,199,12,59,1,2,1,0,0,1,0,0,1,0,0 +19,7,6,22,9,185,10,41,2,2,3,0,1,0,0,0,0,0,1 +34,13,2,27,15,190,14,47,1,1,2,0,0,1,0,0,0,1,0 +23,9,6,17,13,241,5,39,2,2,2,0,1,0,0,0,0,1,0 +27,9,4,26,12,204,15,31,1,4,3,0,0,1,0,0,0,0,1 +5,3,4,21,1,185,4,59,3,3,2,0,0,0,1,0,0,1,0 +5,3,7,6,8,241,9,48,3,4,4,0,0,0,1,1,0,0,0 +43,14,3,33,17,226,13,35,1,4,1,0,0,1,0,0,1,0,0 +41,15,7,26,17,221,8,51,3,3,4,0,0,0,1,1,0,0,0 +33,13,4,16,19,197,11,44,2,1,3,0,1,0,0,0,0,0,1 +32,13,4,19,17,178,18,47,4,1,3,1,0,0,0,0,0,0,1 +27,9,5,25,12,149,13,40,1,4,1,0,0,1,0,0,1,0,0 +33,12,3,25,16,192,9,37,2,4,4,0,1,0,0,1,0,0,0 +37,12,6,32,13,198,8,45,3,3,1,0,0,0,1,0,1,0,0 +35,13,7,26,14,191,11,48,1,4,4,0,0,1,0,1,0,0,0 +27,11,4,18,15,216,14,49,1,4,1,0,0,1,0,0,1,0,0 +50,18,5,31,20,187,10,42,1,4,4,0,0,1,0,1,0,0,0 +25,9,4,25,12,137,12,33,2,1,2,0,1,0,0,0,0,1,0 +31,11,4,25,14,156,11,52,2,1,1,0,1,0,0,0,1,0,0 +32,11,5,25,14,231,9,39,3,4,2,0,0,0,1,0,0,1,0 +15,5,6,27,4,217,13,42,1,2,3,0,0,1,0,0,0,0,1 +40,15,6,26,17,175,9,52,2,4,4,0,1,0,0,1,0,0,0 +31,11,6,23,14,232,13,40,4,4,4,1,0,0,0,1,0,0,0 +24,8,2,30,9,220,4,42,2,2,4,0,1,0,0,1,0,0,0 +28,11,6,21,13,157,8,50,3,1,4,0,0,0,1,1,0,0,0 +23,9,4,24,10,217,15,45,2,2,1,0,1,0,0,0,1,0,0 +47,18,7,22,22,189,15,46,3,1,2,0,0,0,1,0,0,1,0 +39,14,6,25,17,174,11,44,4,2,3,1,0,0,0,0,0,0,1 +34,12,4,30,13,231,8,45,3,3,2,0,0,0,1,0,0,1,0 +46,15,5,33,17,254,11,46,2,2,3,0,1,0,0,0,0,0,1 +14,5,6,23,5,211,10,49,4,2,1,1,0,0,0,0,1,0,0 +5,4,5,12,6,259,12,50,1,2,1,0,0,1,0,0,1,0,0 +33,12,5,19,17,215,11,42,2,1,3,0,1,0,0,0,0,0,1 +44,16,7,33,16,141,9,47,1,1,1,0,0,1,0,0,1,0,0 +31,11,6,26,12,212,10,52,4,3,3,1,0,0,0,0,0,0,1 +59,19,3,42,21,173,9,45,3,1,1,0,0,0,1,0,1,0,0 +27,8,4,31,10,210,13,34,3,3,3,0,0,0,1,0,0,0,1 +35,13,6,19,18,215,13,47,2,3,3,0,1,0,0,0,0,0,1 +40,14,5,30,16,224,11,39,4,4,3,1,0,0,0,0,0,0,1 +51,17,5,38,17,160,14,48,3,2,3,0,0,0,1,0,0,0,1 +19,7,6,22,8,186,8,47,1,3,4,0,0,1,0,1,0,0,0 +39,13,4,35,14,194,16,43,3,3,1,0,0,0,1,0,1,0,0 +28,11,5,18,15,172,9,41,3,2,4,0,0,0,1,1,0,0,0 +26,10,4,28,10,181,6,47,3,4,3,0,0,0,1,0,0,0,1 +42,14,0,40,14,205,10,48,3,4,3,0,0,0,1,0,0,0,1 +33,12,6,22,15,176,9,51,4,1,3,1,0,0,0,0,0,0,1 +16,8,8,13,10,170,12,50,4,3,2,1,0,0,0,0,0,1,0 +26,11,6,15,15,216,11,48,3,4,2,0,0,0,1,0,0,1,0 +37,13,5,27,15,194,11,52,2,3,1,0,1,0,0,0,1,0,0 +30,12,6,18,16,137,4,45,1,2,1,0,0,1,0,0,1,0,0 +22,8,6,20,11,212,12,46,2,3,3,0,1,0,0,0,0,0,1 +27,10,7,21,13,209,17,44,1,4,2,0,0,1,0,0,0,1,0 +33,12,3,24,16,215,7,47,1,1,1,0,0,1,0,0,1,0,0 +22,8,4,25,9,220,6,43,1,2,2,0,0,1,0,0,0,1,0 +21,6,5,38,3,215,8,31,4,1,2,1,0,0,0,0,0,1,0 +24,9,2,23,12,158,14,47,1,2,1,0,0,1,0,0,1,0,0 +5,3,6,16,4,175,15,45,2,3,3,0,1,0,0,0,0,0,1 +30,11,4,18,17,205,10,39,4,4,1,1,0,0,0,0,1,0,0 +41,15,6,29,16,199,12,50,3,1,2,0,0,0,1,0,0,1,0 +19,10,3,11,14,220,8,58,4,2,1,1,0,0,0,0,1,0,0 +41,15,4,24,20,207,14,42,3,3,3,0,0,0,1,0,0,0,1 +25,9,5,23,10,175,14,51,2,1,3,0,1,0,0,0,0,0,1 +36,13,5,27,15,214,10,49,4,2,1,1,0,0,0,0,1,0,0 +18,8,3,17,11,176,11,48,1,1,2,0,0,1,0,0,0,1,0 +27,9,5,24,12,189,9,45,3,3,4,0,0,0,1,1,0,0,0 +39,13,10,23,17,229,10,35,4,3,3,1,0,0,0,0,0,0,1 +20,8,4,19,11,213,11,49,1,1,1,0,0,1,0,0,1,0,0 +40,13,3,32,15,156,8,50,1,2,3,0,0,1,0,0,0,0,1 +29,12,4,17,16,161,15,51,1,2,1,0,0,1,0,0,1,0,0 +48,17,4,27,22,193,13,42,3,4,4,0,0,0,1,1,0,0,0 +27,9,2,27,12,153,12,38,1,3,4,0,0,1,0,1,0,0,0 +37,14,6,20,18,226,13,52,1,1,1,0,0,1,0,0,1,0,0 +29,12,7,23,12,151,14,59,2,1,4,0,1,0,0,1,0,0,0 +32,12,6,25,13,213,13,53,3,4,2,0,0,0,1,0,0,1,0 +14,6,5,16,10,222,12,35,3,2,1,0,0,0,1,0,1,0,0 +10,3,6,23,3,230,14,36,1,3,4,0,0,1,0,1,0,0,0 +19,7,4,22,9,167,11,45,2,1,1,0,1,0,0,0,1,0,0 +15,6,2,25,6,183,11,46,4,2,1,1,0,0,0,0,1,0,0 +15,6,5,25,6,188,11,44,4,3,4,1,0,0,0,1,0,0,0 +13,5,7,19,6,178,12,40,2,1,3,0,1,0,0,0,0,0,1 +36,11,4,39,10,212,14,42,2,4,4,0,1,0,0,1,0,0,0 +25,9,4,24,12,193,11,40,3,3,4,0,0,0,1,1,0,0,0 +43,16,4,22,22,225,13,40,3,3,3,0,0,0,1,0,0,0,1 +34,12,6,27,14,165,19,44,1,3,3,0,0,1,0,0,0,0,1 +28,9,4,36,7,192,6,37,2,3,3,0,1,0,0,0,0,0,1 +42,14,7,30,16,203,14,42,2,1,4,0,1,0,0,1,0,0,0 +10,5,4,17,7,151,16,50,3,1,1,0,0,0,1,0,1,0,0 +16,7,3,22,8,192,14,49,4,3,3,1,0,0,0,0,0,0,1 +44,16,6,24,20,199,14,42,4,4,2,1,0,0,0,0,0,1,0 +27,12,6,17,14,213,10,58,2,2,2,0,1,0,0,0,0,1,0 +35,13,6,28,14,188,16,41,4,4,2,1,0,0,0,0,0,1,0 +31,11,2,25,15,251,10,38,2,4,1,0,1,0,0,0,1,0,0 +20,7,3,23,10,223,13,35,3,3,3,0,0,0,1,0,0,0,1 +56,18,10,37,19,182,13,40,3,4,4,0,0,0,1,1,0,0,0 +35,11,3,32,13,198,13,43,4,4,1,1,0,0,0,0,1,0,0 +46,16,7,32,17,166,13,50,4,4,2,1,0,0,0,0,0,1,0 +26,10,6,22,12,194,7,47,3,2,1,0,0,0,1,0,1,0,0 +31,11,4,26,13,214,16,43,4,4,2,1,0,0,0,0,0,1,0 +40,16,9,16,21,190,12,48,1,4,3,0,0,1,0,0,0,0,1 +23,9,9,19,10,235,10,52,2,1,2,0,1,0,0,0,0,1,0 +17,8,8,9,13,255,10,41,1,2,4,0,0,1,0,1,0,0,0 +25,11,3,13,17,201,9,44,2,3,4,0,1,0,0,1,0,0,0 +28,10,5,23,13,216,11,49,3,1,4,0,0,0,1,1,0,0,0 +29,11,4,26,11,185,10,56,3,2,3,0,0,0,1,0,0,0,1 +16,5,3,27,5,199,12,41,2,3,2,0,1,0,0,0,0,1,0 +21,8,7,21,9,217,8,46,3,1,1,0,0,0,1,0,1,0,0 +29,11,7,19,15,159,13,45,4,3,1,1,0,0,0,0,1,0,0 +38,12,8,28,15,180,14,36,4,4,3,1,0,0,0,0,0,0,1 +29,11,5,21,15,164,15,38,3,4,2,0,0,0,1,0,0,1,0 +22,7,7,24,9,190,8,39,4,1,1,1,0,0,0,0,1,0,0 +38,14,6,23,18,189,12,41,1,3,2,0,0,1,0,0,0,1,0 +22,9,7,19,11,198,5,48,1,4,3,0,0,1,0,0,0,0,1 +31,10,5,28,12,182,10,39,3,4,2,0,0,0,1,0,0,1,0 +17,7,6,18,9,227,7,45,4,3,3,1,0,0,0,0,0,0,1 +34,13,3,25,15,184,12,47,1,2,1,0,0,1,0,0,1,0,0 +17,5,4,29,5,180,10,40,4,2,4,1,0,0,0,1,0,0,0 +27,11,6,22,12,163,7,55,3,2,3,0,0,0,1,0,0,0,1 +23,8,4,27,9,225,8,47,4,4,3,1,0,0,0,0,0,0,1 +9,5,7,11,8,200,12,49,3,3,3,0,0,0,1,0,0,0,1 +28,11,6,21,13,191,16,48,1,1,2,0,0,1,0,0,0,1,0 +30,12,6,23,13,225,11,56,4,1,3,1,0,0,0,0,0,0,1 +19,6,7,26,6,159,10,43,2,1,1,0,1,0,0,0,1,0,0 +23,9,6,18,12,204,14,43,3,1,2,0,0,0,1,0,0,1,0 +47,16,5,32,18,195,12,51,3,4,1,0,0,0,1,0,1,0,0 +30,12,5,21,14,184,15,54,1,2,1,0,0,1,0,0,1,0,0 +20,6,2,32,6,214,12,40,2,2,2,0,1,0,0,0,0,1,0 +37,12,5,29,15,179,8,40,3,1,1,0,0,0,1,0,1,0,0 +25,8,2,28,10,215,10,40,3,1,3,0,0,0,1,0,0,0,1 +32,11,5,30,12,185,11,47,3,1,2,0,0,0,1,0,0,1,0 +24,9,4,20,12,174,8,46,4,4,3,1,0,0,0,0,0,0,1 +32,12,6,23,14,169,10,53,3,2,3,0,0,0,1,0,0,0,1 +13,6,8,9,11,171,10,38,1,2,3,0,0,1,0,0,0,0,1 +25,11,7,11,16,165,9,39,2,2,2,0,1,0,0,0,0,1,0 +24,9,5,22,11,170,13,46,3,1,3,0,0,0,1,0,0,0,1 +36,14,3,18,21,230,15,37,1,3,4,0,0,1,0,1,0,0,0 +44,16,4,28,19,194,12,50,3,2,2,0,0,0,1,0,0,1,0 +43,15,5,29,18,231,10,36,3,3,2,0,0,0,1,0,0,1,0 +27,11,6,18,15,188,11,40,4,4,1,1,0,0,0,0,1,0,0 +27,10,3,23,13,204,16,43,2,3,2,0,1,0,0,0,0,1,0 +49,16,7,38,15,151,14,47,3,2,4,0,0,0,1,1,0,0,0 +27,9,8,29,9,199,14,47,1,4,1,0,0,1,0,0,1,0,0 +37,12,7,32,13,194,16,44,4,3,3,1,0,0,0,0,0,0,1 +16,6,3,27,5,176,7,48,1,1,1,0,0,1,0,0,1,0,0 +25,11,6,19,12,150,13,55,4,1,1,1,0,0,0,0,1,0,0 +51,19,5,21,25,192,12,56,3,2,1,0,0,0,1,0,1,0,0 +26,10,5,28,8,231,15,57,1,1,4,0,0,1,0,1,0,0,0 +7,4,5,14,6,183,6,50,3,3,1,0,0,0,1,0,1,0,0 +13,7,2,7,15,199,9,39,2,4,1,0,1,0,0,0,1,0,0 +38,14,5,28,16,142,12,41,4,3,4,1,0,0,0,1,0,0,0 +38,14,5,24,17,193,3,49,3,2,2,0,0,0,1,0,0,1,0 +35,12,7,30,12,156,11,39,3,2,4,0,0,0,1,1,0,0,0 +30,10,2,33,10,174,13,41,2,3,4,0,1,0,0,1,0,0,0 +29,11,3,23,15,217,16,40,2,3,1,0,1,0,0,0,1,0,0 +27,10,6,25,11,207,13,40,1,1,2,0,0,1,0,0,0,1,0 +44,15,3,29,19,193,11,40,4,4,1,1,0,0,0,0,1,0,0 +28,10,10,25,10,190,16,54,2,2,4,0,1,0,0,1,0,0,0 +21,8,5,23,9,209,9,48,4,3,1,1,0,0,0,0,1,0,0 +40,14,5,34,13,158,6,47,3,2,3,0,0,0,1,0,0,0,1 +50,18,3,33,19,219,9,51,3,2,4,0,0,0,1,1,0,0,0 +29,12,4,16,18,151,9,30,1,3,4,0,0,1,0,1,0,0,0 +20,7,7,27,7,200,15,42,2,2,1,0,1,0,0,0,1,0,0 +32,12,5,25,14,179,10,47,1,3,2,0,0,1,0,0,0,1,0 +14,6,5,17,8,265,9,47,4,1,2,1,0,0,0,0,0,1,0 +40,15,4,30,16,225,12,48,2,1,4,0,1,0,0,1,0,0,0 +22,9,4,23,9,185,8,55,1,4,2,0,0,1,0,0,0,1,0 +31,12,5,22,14,193,16,54,4,1,4,1,0,0,0,1,0,0,0 +25,10,5,15,15,251,10,46,3,2,4,0,0,0,1,1,0,0,0 +26,9,5,29,9,202,10,49,4,1,3,1,0,0,0,0,0,0,1 +45,16,5,28,19,222,8,53,4,4,2,1,0,0,0,0,0,1,0 +41,15,3,29,17,201,13,53,2,3,1,0,1,0,0,0,1,0,0 +33,12,4,30,12,188,17,45,3,3,4,0,0,0,1,1,0,0,0 +31,9,2,37,8,169,11,45,3,2,4,0,0,0,1,1,0,0,0 +42,15,3,34,16,228,12,42,3,4,2,0,0,0,1,0,0,1,0 +11,6,3,13,9,220,10,48,1,2,3,0,0,1,0,0,0,0,1 +24,9,5,23,10,178,9,45,1,2,3,0,0,1,0,0,0,0,1 +18,7,5,23,7,173,7,47,4,4,4,1,0,0,0,1,0,0,0 +29,10,9,23,12,264,15,40,3,2,2,0,0,0,1,0,0,1,0 +18,6,5,27,7,227,9,40,3,4,2,0,0,0,1,0,0,1,0 +36,13,4,21,19,211,18,36,1,4,3,0,0,1,0,0,0,0,1 +25,9,7,23,11,204,14,38,4,2,1,1,0,0,0,0,1,0,0 +36,13,7,23,17,191,14,39,4,1,3,1,0,0,0,0,0,0,1 +22,8,2,24,10,128,13,50,4,1,1,1,0,0,0,0,1,0,0 +30,11,3,31,11,164,11,45,2,4,1,0,1,0,0,0,1,0,0 +31,11,4,21,16,197,14,46,4,2,2,1,0,0,0,0,0,1,0 +37,12,5,35,11,208,11,52,3,2,1,0,0,0,1,0,1,0,0 +30,11,3,21,15,182,8,47,4,3,3,1,0,0,0,0,0,0,1 +26,9,1,30,10,214,13,50,2,4,2,0,1,0,0,0,0,1,0 +21,7,1,29,8,211,6,40,1,1,1,0,0,1,0,0,1,0,0 +34,11,4,31,13,216,6,36,1,4,4,0,0,1,0,1,0,0,0 +39,13,7,31,15,182,8,35,4,2,1,1,0,0,0,0,1,0,0 +38,12,4,30,16,160,16,32,2,3,1,0,1,0,0,0,1,0,0 +26,10,3,20,14,257,20,47,4,4,2,1,0,0,0,0,0,1,0 +33,13,5,19,17,206,9,45,3,1,3,0,0,0,1,0,0,0,1 +21,7,4,25,9,199,13,44,4,3,4,1,0,0,0,1,0,0,0 +41,16,4,19,21,194,12,59,4,1,1,1,0,0,0,0,1,0,0 +38,12,5,32,13,180,12,46,3,1,3,0,0,0,1,0,0,0,1 +45,18,5,23,21,205,7,58,1,4,3,0,0,1,0,0,0,0,1 +22,7,4,21,11,266,13,41,4,4,3,1,0,0,0,0,0,0,1 +42,15,4,33,15,175,14,49,3,1,4,0,0,0,1,1,0,0,0 +25,9,6,20,13,238,11,41,2,4,4,0,1,0,0,1,0,0,0 +45,15,6,33,16,170,13,48,3,2,2,0,0,0,1,0,0,1,0 +30,11,5,24,14,202,15,44,2,3,2,0,1,0,0,0,0,1,0 +34,10,5,31,12,181,13,40,2,3,3,0,1,0,0,0,0,0,1 +30,11,4,25,13,208,6,51,3,3,2,0,0,0,1,0,0,1,0 +55,20,5,31,23,227,14,41,3,2,2,0,0,0,1,0,0,1,0 +36,13,6,25,15,165,12,47,1,1,1,0,0,1,0,0,1,0,0 +33,13,5,16,19,176,8,48,1,2,1,0,0,1,0,0,1,0,0 +27,10,7,20,13,245,9,39,1,1,2,0,0,1,0,0,0,1,0 +45,16,5,28,20,191,14,42,1,1,1,0,0,1,0,0,1,0,0 +22,9,5,20,11,227,11,42,2,3,1,0,1,0,0,0,1,0,0 +21,9,6,16,12,185,13,47,2,1,2,0,1,0,0,0,0,1,0 +21,8,5,20,10,173,8,56,4,4,3,1,0,0,0,0,0,0,1 +34,11,5,32,12,221,14,41,1,1,2,0,0,1,0,0,0,1,0 +14,4,8,29,2,164,7,41,2,3,3,0,1,0,0,0,0,0,1 +22,10,4,16,13,137,11,47,2,3,1,0,1,0,0,0,1,0,0 +50,16,6,34,19,185,16,38,4,2,4,1,0,0,0,1,0,0,0 +42,14,2,28,18,150,12,46,3,3,2,0,0,0,1,0,0,1,0 +29,11,1,27,13,188,10,47,3,1,3,0,0,0,1,0,0,0,1 +46,18,3,22,23,196,10,50,2,1,3,0,1,0,0,0,0,0,1 +36,14,3,19,19,162,11,45,4,1,4,1,0,0,0,1,0,0,0 +31,13,6,12,19,237,11,40,3,1,4,0,0,0,1,1,0,0,0 +27,10,6,24,11,213,6,54,3,3,1,0,0,0,1,0,1,0,0 +46,16,9,29,18,204,17,49,4,1,4,1,0,0,0,1,0,0,0 +24,12,1,5,20,205,11,51,3,3,3,0,0,0,1,0,0,0,1 +31,11,7,21,14,165,14,45,2,3,3,0,1,0,0,0,0,0,1 +48,17,7,31,19,190,7,41,3,1,4,0,0,0,1,1,0,0,0 +28,10,5,22,13,222,6,46,3,1,3,0,0,0,1,0,0,0,1 +20,7,4,22,11,185,11,32,4,2,1,1,0,0,0,0,1,0,0 +34,11,4,32,12,177,9,35,2,4,2,0,1,0,0,0,0,1,0 +24,9,4,28,10,240,13,39,2,3,1,0,1,0,0,0,1,0,0 +21,8,1,20,13,240,10,33,4,2,4,1,0,0,0,1,0,0,0 +29,12,6,14,17,250,5,47,3,1,4,0,0,0,1,1,0,0,0 +31,11,3,32,10,173,8,56,4,1,4,1,0,0,0,1,0,0,0 +24,10,6,18,13,178,15,47,2,3,1,0,1,0,0,0,1,0,0 +24,9,4,20,12,224,10,46,1,1,3,0,0,1,0,0,0,0,1 +33,11,6,25,15,154,17,37,3,1,3,0,0,0,1,0,0,0,1 +35,12,8,31,12,226,6,41,4,3,2,1,0,0,0,0,0,1,0 +23,10,4,21,11,197,15,45,2,2,1,0,1,0,0,0,1,0,0 +35,13,4,23,16,194,14,51,3,2,4,0,0,0,1,1,0,0,0 +25,10,5,15,15,194,15,40,4,3,3,1,0,0,0,0,0,0,1 +53,18,5,31,22,193,14,39,4,1,1,1,0,0,0,0,1,0,0 +33,11,3,33,10,233,9,54,2,4,3,0,1,0,0,0,0,0,1 +13,6,5,20,6,191,13,51,1,4,2,0,0,1,0,0,0,1,0 +44,15,6,34,16,197,11,39,3,1,3,0,0,0,1,0,0,0,1 +37,14,2,25,17,168,13,44,3,1,2,0,0,0,1,0,0,1,0 +35,11,7,28,13,243,13,42,2,3,1,0,1,0,0,0,1,0,0 +35,12,5,28,14,173,9,44,1,1,4,0,0,1,0,1,0,0,0 +12,5,2,16,10,189,16,39,4,1,2,1,0,0,0,0,0,1,0 +42,15,3,32,16,136,10,46,1,4,3,0,0,1,0,0,0,0,1 +41,15,6,25,19,267,11,33,3,1,2,0,0,0,1,0,0,1,0 +27,10,4,25,12,165,10,39,4,3,1,1,0,0,0,0,1,0,0 +21,8,3,25,9,232,6,46,3,2,4,0,0,0,1,1,0,0,0 +34,12,3,25,16,210,13,40,4,1,4,1,0,0,0,1,0,0,0 +44,15,5,31,18,184,13,34,1,2,2,0,0,1,0,0,0,1,0 +35,14,3,19,19,124,16,43,2,4,2,0,1,0,0,0,0,1,0 +47,15,6,37,16,214,13,41,1,3,1,0,0,1,0,0,1,0,0 +34,11,4,31,12,208,10,42,3,1,4,0,0,0,1,1,0,0,0 +18,6,6,28,5,195,11,40,1,3,4,0,0,1,0,1,0,0,0 +24,10,3,22,12,223,8,46,2,2,1,0,1,0,0,0,1,0,0 +32,13,3,23,15,182,12,54,1,4,2,0,0,1,0,0,0,1,0 +26,11,3,18,15,225,14,46,3,1,3,0,0,0,1,0,0,0,1 +34,13,6,17,18,185,7,50,4,1,2,1,0,0,0,0,0,1,0 +34,11,7,29,13,188,9,40,4,3,2,1,0,0,0,0,0,1,0 +40,15,5,25,19,192,9,45,3,4,2,0,0,0,1,0,0,1,0 +33,11,4,32,12,173,10,36,3,4,1,0,0,0,1,0,1,0,0 +40,14,3,36,14,235,8,42,3,2,3,0,0,0,1,0,0,0,1 +43,15,5,26,20,185,18,34,2,3,2,0,1,0,0,0,0,1,0 +41,15,5,28,18,191,14,41,2,3,1,0,1,0,0,0,1,0,0 +45,17,3,24,21,180,12,54,3,3,2,0,0,0,1,0,0,1,0 +28,11,3,17,17,199,14,43,1,3,3,0,0,1,0,0,0,0,1 +52,17,6,38,17,191,12,48,1,1,4,0,0,1,0,1,0,0,0 +37,14,6,17,20,206,14,37,4,3,2,1,0,0,0,0,0,1,0 +25,9,5,25,11,167,6,44,3,4,1,0,0,0,1,0,1,0,0 +32,12,6,25,13,205,11,45,3,2,2,0,0,0,1,0,0,1,0 +28,11,3,22,15,189,12,41,2,4,1,0,1,0,0,0,1,0,0 +53,18,4,34,21,169,12,50,2,4,4,0,1,0,0,1,0,0,0 +34,13,4,19,17,183,8,56,3,2,3,0,0,0,1,0,0,0,1 +15,6,5,17,9,207,11,37,4,2,1,1,0,0,0,0,1,0,0 +28,12,6,16,16,196,12,48,3,2,2,0,0,0,1,0,0,1,0 +29,11,6,21,14,149,10,52,3,4,1,0,0,0,1,0,1,0,0 +24,8,5,29,8,218,15,40,1,3,4,0,0,1,0,1,0,0,0 +31,11,7,29,10,176,9,53,1,4,2,0,0,1,0,0,0,1,0 +18,8,8,16,9,179,17,49,3,3,4,0,0,0,1,1,0,0,0 +39,12,3,35,13,190,15,43,1,1,3,0,0,1,0,0,0,0,1 +23,8,3,26,9,137,9,52,2,4,3,0,1,0,0,0,0,0,1 +37,13,4,25,17,186,6,43,4,3,4,1,0,0,0,1,0,0,0 +51,17,8,36,18,210,9,35,2,4,2,0,1,0,0,0,0,1,0 +26,9,4,29,10,216,13,46,2,3,2,0,1,0,0,0,0,1,0 +37,12,5,28,16,223,11,32,1,3,4,0,0,1,0,1,0,0,0 +20,9,4,16,13,191,15,33,1,2,1,0,0,1,0,0,1,0,0 +30,11,2,28,13,120,10,44,2,3,4,0,1,0,0,1,0,0,0 +45,15,5,30,19,154,13,40,4,3,1,1,0,0,0,0,1,0,0 +31,11,5,23,15,225,9,34,1,2,3,0,0,1,0,0,0,0,1 +38,14,2,32,15,193,13,42,4,3,2,1,0,0,0,0,0,1,0 +36,12,6,30,14,232,12,33,1,2,4,0,0,1,0,1,0,0,0 +34,12,5,30,13,176,11,42,1,2,4,0,0,1,0,1,0,0,0 +32,12,6,24,14,175,19,49,2,1,2,0,1,0,0,0,0,1,0 +38,14,6,25,17,194,19,40,1,3,2,0,0,1,0,0,0,1,0 +35,14,6,24,14,219,10,63,3,1,4,0,0,0,1,1,0,0,0 +32,11,4,30,11,206,12,53,1,1,2,0,0,1,0,0,0,1,0 +28,10,5,29,10,184,10,44,2,3,1,0,1,0,0,0,1,0,0 +20,8,5,25,8,226,11,50,4,3,2,1,0,0,0,0,0,1,0 +23,9,7,16,13,202,8,40,1,2,3,0,0,1,0,0,0,0,1 +22,8,6,23,10,195,8,43,1,1,2,0,0,1,0,0,0,1,0 +37,12,4,33,13,180,11,39,4,2,4,1,0,0,0,1,0,0,0 +42,15,5,30,17,165,14,42,1,2,3,0,0,1,0,0,0,0,1 +27,9,7,29,9,185,5,50,4,2,1,1,0,0,0,0,1,0,0 +37,12,3,32,14,202,5,40,2,4,4,0,1,0,0,1,0,0,0 +44,15,4,32,18,204,12,39,2,2,1,0,1,0,0,0,1,0,0 +39,13,7,35,12,149,7,44,3,3,4,0,0,0,1,1,0,0,0 +13,6,5,7,14,228,7,28,4,1,4,1,0,0,0,1,0,0,0 +40,14,3,28,17,206,15,51,1,1,3,0,0,1,0,0,0,0,1 +38,14,4,26,16,178,10,52,1,1,3,0,0,1,0,0,0,0,1 +38,13,7,27,16,175,10,36,4,2,4,1,0,0,0,1,0,0,0 +23,7,4,30,7,195,13,50,4,1,2,1,0,0,0,0,0,1,0 +32,12,4,18,18,219,8,38,4,1,2,1,0,0,0,0,0,1,0 +46,17,4,26,20,193,12,57,4,2,2,1,0,0,0,0,0,1,0 +50,19,4,28,22,165,9,54,4,3,2,1,0,0,0,0,0,1,0 +24,9,3,24,11,178,14,42,4,1,2,1,0,0,0,0,0,1,0 +36,14,6,19,19,190,15,46,4,3,4,1,0,0,0,1,0,0,0 +29,13,4,19,16,213,13,56,3,4,1,0,0,0,1,0,1,0,0 +34,12,6,21,17,197,16,36,2,2,3,0,1,0,0,0,0,0,1 +34,13,2,20,19,220,15,41,1,4,4,0,0,1,0,1,0,0,0 +9,4,5,18,5,232,15,46,4,2,4,1,0,0,0,1,0,0,0 +29,11,7,24,12,203,15,46,1,3,4,0,0,1,0,1,0,0,0 +24,10,2,19,13,185,12,48,3,4,4,0,0,0,1,1,0,0,0 +42,15,4,27,19,204,17,34,4,1,3,1,0,0,0,0,0,0,1 +28,10,6,28,10,173,16,46,3,1,4,0,0,0,1,1,0,0,0 +45,15,5,34,16,220,11,46,2,1,3,0,1,0,0,0,0,0,1 +21,8,6,22,10,210,13,39,2,2,3,0,1,0,0,0,0,0,1 +31,12,7,22,14,185,12,56,3,1,1,0,0,0,1,0,1,0,0 +36,11,5,40,10,254,7,40,2,4,1,0,1,0,0,0,1,0,0 +23,10,5,18,13,201,11,43,1,2,4,0,0,1,0,1,0,0,0 +34,13,4,22,16,242,14,51,4,4,2,1,0,0,0,0,0,1,0 +38,14,6,26,16,158,12,46,4,2,4,1,0,0,0,1,0,0,0 +21,8,3,22,10,213,11,42,4,1,1,1,0,0,0,0,1,0,0 +30,12,5,21,15,233,7,45,3,2,1,0,0,0,1,0,1,0,0 +45,15,7,19,24,208,15,24,2,1,3,0,1,0,0,0,0,0,1 +47,17,5,32,19,182,12,47,4,2,1,1,0,0,0,0,1,0,0 +46,14,8,36,15,209,12,37,1,4,4,0,0,1,0,1,0,0,0 +27,10,6,24,13,163,13,33,1,4,4,0,0,1,0,1,0,0,0 +27,10,5,23,12,208,11,46,2,2,4,0,1,0,0,1,0,0,0 +16,7,7,20,7,193,6,52,3,2,2,0,0,0,1,0,0,1,0 +22,8,3,23,11,216,6,41,3,4,4,0,0,0,1,1,0,0,0 +41,13,6,35,14,203,8,40,4,2,2,1,0,0,0,0,0,1,0 +21,8,5,24,9,207,11,46,3,4,3,0,0,0,1,0,0,0,1 +29,9,3,35,8,176,13,46,2,3,3,0,1,0,0,0,0,0,1 +42,14,7,28,17,209,12,39,1,4,4,0,0,1,0,1,0,0,0 +38,15,6,19,19,258,6,42,4,2,2,1,0,0,0,0,0,1,0 +25,9,5,27,9,144,7,46,4,4,2,1,0,0,0,0,0,1,0 +24,9,5,27,9,235,12,45,2,1,2,0,1,0,0,0,0,1,0 +34,12,5,25,15,194,8,41,3,1,1,0,0,0,1,0,1,0,0 +45,16,8,33,16,210,9,45,4,1,3,1,0,0,0,0,0,0,1 +33,12,6,27,13,193,5,49,4,4,4,1,0,0,0,1,0,0,0 +27,9,3,27,11,201,12,45,2,4,1,0,1,0,0,0,1,0,0 +12,6,5,14,9,157,10,45,1,3,4,0,0,1,0,1,0,0,0 +24,9,5,25,10,171,11,44,2,3,3,0,1,0,0,0,0,0,1 +36,11,4,38,10,210,14,42,2,1,1,0,1,0,0,0,1,0,0 +34,12,6,31,12,194,8,40,1,2,3,0,0,1,0,0,0,0,1 +31,12,3,17,18,208,9,38,4,2,2,1,0,0,0,0,0,1,0 +23,9,5,20,11,149,13,45,1,4,4,0,0,1,0,1,0,0,0 +27,11,4,20,14,198,9,42,3,2,4,0,0,0,1,1,0,0,0 +38,11,7,34,13,190,17,31,3,3,3,0,0,0,1,0,0,0,1 +29,11,7,22,13,229,13,58,4,3,1,1,0,0,0,0,1,0,0 +7,3,6,19,4,229,18,41,2,4,3,0,1,0,0,0,0,0,1 +45,16,7,30,17,185,10,56,1,1,2,0,0,1,0,0,0,1,0 +29,10,6,31,9,194,8,50,4,1,4,1,0,0,0,1,0,0,0 +24,11,6,13,15,204,7,50,4,4,1,1,0,0,0,0,1,0,0 +30,12,4,30,11,178,11,51,3,4,4,0,0,0,1,1,0,0,0 +27,11,7,16,15,179,6,43,4,1,2,1,0,0,0,0,0,1,0 +10,4,4,19,6,191,13,40,2,4,2,0,1,0,0,0,0,1,0 +25,8,5,25,11,188,11,33,1,4,1,0,0,1,0,0,1,0,0 +11,4,5,22,4,170,13,46,1,4,3,0,0,1,0,0,0,0,1 +42,16,3,21,21,197,11,44,2,4,3,0,1,0,0,0,0,0,1 +32,11,6,30,11,168,13,50,4,4,1,1,0,0,0,0,1,0,0 +40,14,7,26,17,216,12,43,4,3,4,1,0,0,0,1,0,0,0 +17,7,3,28,5,220,1,54,4,2,4,1,0,0,0,1,0,0,0 +27,10,4,22,13,204,7,45,1,4,4,0,0,1,0,1,0,0,0 +18,7,4,16,11,215,10,43,1,4,4,0,0,1,0,1,0,0,0 +40,14,6,32,14,191,5,42,1,3,4,0,0,1,0,1,0,0,0 +12,5,7,24,3,300,9,50,1,1,1,0,0,1,0,0,1,0,0 +30,11,5,33,10,187,14,49,2,3,1,0,1,0,0,0,1,0,0 +19,8,6,17,11,215,9,45,4,1,1,1,0,0,0,0,1,0,0 +45,16,6,29,18,210,11,49,4,3,3,1,0,0,0,0,0,0,1 +54,20,7,24,25,166,14,49,1,3,3,0,0,1,0,0,0,0,1 +41,15,6,27,17,195,8,54,3,2,1,0,0,0,1,0,1,0,0 +48,16,3,37,18,195,15,46,1,4,2,0,0,1,0,0,0,1,0 +50,18,3,36,18,137,11,58,1,1,1,0,0,1,0,0,1,0,0 +36,13,4,24,17,216,9,45,2,1,1,0,1,0,0,0,1,0,0 +53,19,5,32,21,167,7,50,1,4,2,0,0,1,0,0,0,1,0 +34,13,5,25,14,159,9,55,4,2,1,1,0,0,0,0,1,0,0 +36,12,3,30,15,208,13,39,4,4,4,1,0,0,0,1,0,0,0 +27,9,5,27,11,151,7,48,2,2,3,0,1,0,0,0,0,0,1 +14,5,4,22,6,178,8,37,3,2,2,0,0,0,1,0,0,1,0 +40,14,6,34,13,149,8,46,2,3,4,0,1,0,0,1,0,0,0 +15,6,7,21,7,231,13,42,4,2,4,1,0,0,0,1,0,0,0 +28,10,3,29,11,216,14,42,4,1,1,1,0,0,0,0,1,0,0 +38,13,3,33,14,226,13,49,2,2,2,0,1,0,0,0,0,1,0 +38,14,6,25,16,184,12,53,1,1,1,0,0,1,0,0,1,0,0 +30,10,8,27,11,241,10,43,2,4,4,0,1,0,0,1,0,0,0 +35,11,5,35,11,213,8,39,2,4,3,0,1,0,0,0,0,0,1 +31,12,5,21,15,207,7,46,2,1,1,0,1,0,0,0,1,0,0 +22,8,6,23,10,130,15,42,2,3,1,0,1,0,0,0,1,0,0 +39,14,9,31,13,237,7,49,4,4,4,1,0,0,0,1,0,0,0 +32,10,5,28,13,195,14,43,2,2,3,0,1,0,0,0,0,0,1 +32,11,6,24,14,224,9,43,3,2,1,0,0,0,1,0,1,0,0 +37,12,5,32,13,239,13,51,3,3,3,0,0,0,1,0,0,0,1 +29,11,7,23,12,170,7,48,4,3,3,1,0,0,0,0,0,0,1 +42,14,8,30,16,148,6,46,1,2,3,0,0,1,0,0,0,0,1 +39,12,9,36,11,176,13,48,2,4,3,0,1,0,0,0,0,0,1 +50,17,6,29,21,160,15,46,1,2,3,0,0,1,0,0,0,0,1 +36,13,3,26,16,201,9,48,3,3,2,0,0,0,1,0,0,1,0 +41,14,3,28,18,222,11,33,4,1,1,1,0,0,0,0,1,0,0 +30,12,6,23,13,215,11,52,3,4,1,0,0,0,1,0,1,0,0 +40,13,6,36,12,192,13,45,3,1,4,0,0,0,1,1,0,0,0 +24,8,4,28,8,211,8,48,1,4,3,0,0,1,0,0,0,0,1 +14,5,5,30,3,246,9,44,2,3,1,0,1,0,0,0,1,0,0 +19,9,5,13,13,200,12,46,4,2,1,1,0,0,0,0,1,0,0 +23,9,5,16,14,219,10,41,4,1,3,1,0,0,0,0,0,0,1 +50,18,6,28,21,189,12,52,3,4,4,0,0,0,1,1,0,0,0 +50,18,6,33,18,232,7,57,3,2,2,0,0,0,1,0,0,1,0 +35,13,7,24,15,168,14,53,4,3,3,1,0,0,0,0,0,0,1 +32,10,6,31,11,175,8,41,4,2,2,1,0,0,0,0,0,1,0 +39,13,7,33,13,157,12,43,2,4,1,0,1,0,0,0,1,0,0 +42,14,6,30,17,231,15,41,2,3,4,0,1,0,0,1,0,0,0 +39,14,3,32,15,192,12,46,4,3,1,1,0,0,0,0,1,0,0 +12,5,6,15,8,193,8,43,4,1,2,1,0,0,0,0,0,1,0 +17,8,5,10,13,250,12,43,3,1,3,0,0,0,1,0,0,0,1 +31,11,5,27,13,196,6,40,3,4,3,0,0,0,1,0,0,0,1 +23,9,6,20,12,193,8,34,2,1,4,0,1,0,0,1,0,0,0 +31,11,7,25,13,194,13,33,2,1,3,0,1,0,0,0,0,0,1 +51,18,4,32,21,209,11,47,3,2,2,0,0,0,1,0,0,1,0 +27,9,6,28,10,165,13,38,2,3,3,0,1,0,0,0,0,0,1 +50,17,5,26,24,210,11,35,2,4,4,0,1,0,0,1,0,0,0 +29,12,4,18,15,249,12,49,2,2,1,0,1,0,0,0,1,0,0 +48,16,4,41,14,194,14,56,4,2,1,1,0,0,0,0,1,0,0 +19,8,8,18,10,159,14,47,4,4,4,1,0,0,0,1,0,0,0 +9,3,6,22,3,185,7,38,3,1,2,0,0,0,1,0,0,1,0 +36,13,4,27,16,183,12,42,4,4,3,1,0,0,0,0,0,0,1 +24,10,6,14,15,204,8,42,4,1,4,1,0,0,0,1,0,0,0 +19,8,5,24,7,160,11,56,3,3,3,0,0,0,1,0,0,0,1 +41,15,4,23,20,179,9,46,1,4,4,0,0,1,0,1,0,0,0 +23,8,4,24,10,173,15,44,2,4,4,0,1,0,0,1,0,0,0 +58,20,7,34,22,173,11,47,4,1,4,1,0,0,0,1,0,0,0 +12,4,5,22,5,270,10,43,2,2,2,0,1,0,0,0,0,1,0 +33,10,6,33,10,224,8,44,3,4,2,0,0,0,1,0,0,1,0 +27,11,6,19,13,249,13,52,3,3,3,0,0,0,1,0,0,0,1 +37,13,4,28,15,177,11,48,4,1,4,1,0,0,0,1,0,0,0 +37,13,2,31,15,207,12,41,1,4,2,0,0,1,0,0,0,1,0 +14,5,3,24,7,209,15,38,1,4,3,0,0,1,0,0,0,0,1 +30,12,3,22,15,187,9,48,3,4,2,0,0,0,1,0,0,1,0 +26,9,4,28,9,225,12,50,3,3,2,0,0,0,1,0,0,1,0 +23,9,3,23,11,188,14,43,1,1,3,0,0,1,0,0,0,0,1 +43,15,6,22,21,173,9,32,4,1,3,1,0,0,0,0,0,0,1 +44,15,8,23,20,215,10,39,1,4,2,0,0,1,0,0,0,1,0 +14,5,3,26,6,206,9,28,2,2,3,0,1,0,0,0,0,0,1 +0,1,5,17,1,202,6,48,2,2,1,0,1,0,0,0,1,0,0 +21,8,4,21,11,195,5,49,2,1,1,0,1,0,0,0,1,0,0 +16,6,3,23,8,191,14,36,1,2,1,0,0,1,0,0,1,0,0 +42,14,9,35,12,194,13,52,3,1,1,0,0,0,1,0,1,0,0 +30,11,7,22,13,186,15,46,4,4,4,1,0,0,0,1,0,0,0 +21,7,7,28,6,193,9,44,2,2,2,0,1,0,0,0,0,1,0 +18,6,5,27,5,220,11,56,1,3,2,0,0,1,0,0,0,1,0 +20,9,2,15,14,201,15,44,3,4,3,0,0,0,1,0,0,0,1 +17,7,6,16,10,186,10,42,1,1,3,0,0,1,0,0,0,0,1 +31,11,6,23,15,209,5,36,3,3,4,0,0,0,1,1,0,0,0 +44,18,5,18,23,175,12,47,3,1,4,0,0,0,1,1,0,0,0 +30,11,4,31,10,235,13,49,2,3,3,0,1,0,0,0,0,0,1 +43,15,5,27,19,246,7,38,2,1,3,0,1,0,0,0,0,0,1 +25,10,3,17,14,191,5,46,1,1,1,0,0,1,0,0,1,0,0 +37,13,5,30,14,191,11,45,3,4,2,0,0,0,1,0,0,1,0 +20,8,4,17,12,241,11,44,3,4,1,0,0,0,1,0,1,0,0 +36,12,6,33,13,159,14,37,3,2,3,0,0,0,1,0,0,0,1 +26,10,6,22,12,213,11,52,2,3,1,0,1,0,0,0,1,0,0 +28,11,4,28,11,218,11,48,1,3,1,0,0,1,0,0,1,0,0 +27,9,5,28,11,212,10,39,1,1,1,0,0,1,0,0,1,0,0 +37,12,6,29,14,189,6,45,2,2,2,0,1,0,0,0,0,1,0 +16,6,5,19,9,189,11,33,1,2,3,0,0,1,0,0,0,0,1 +36,12,2,29,15,172,8,43,3,4,4,0,0,0,1,1,0,0,0 +26,9,7,24,11,196,9,36,1,3,2,0,0,1,0,0,0,1,0 +46,14,6,38,15,225,11,37,4,1,4,1,0,0,0,1,0,0,0 +33,11,5,26,15,196,10,36,4,4,2,1,0,0,0,0,0,1,0 +24,9,1,28,10,195,13,46,4,4,2,1,0,0,0,0,0,1,0 +33,13,4,19,18,240,11,50,2,3,4,0,1,0,0,1,0,0,0 +60,19,4,46,19,181,6,35,3,2,2,0,0,0,1,0,0,1,0 +27,7,6,35,7,215,14,32,3,1,2,0,0,0,1,0,0,1,0 +30,12,4,21,15,217,12,49,1,2,4,0,0,1,0,1,0,0,0 +51,19,8,20,25,265,12,45,1,4,2,0,0,1,0,0,0,1,0 +24,9,8,22,10,235,14,44,1,1,4,0,0,1,0,1,0,0,0 +10,5,4,20,5,202,13,54,4,2,3,1,0,0,0,0,0,0,1 +47,17,7,27,20,222,9,46,3,1,3,0,0,0,1,0,0,0,1 +28,9,4,30,10,206,12,44,3,4,2,0,0,0,1,0,0,1,0 +31,12,4,24,14,223,13,47,4,1,1,1,0,0,0,0,1,0,0 +23,8,7,26,8,170,8,46,1,1,4,0,0,1,0,1,0,0,0 +38,13,7,32,13,206,8,55,1,3,2,0,0,1,0,0,0,1,0 +41,15,2,24,20,155,11,46,2,1,4,0,1,0,0,1,0,0,0 +20,7,4,25,8,181,13,40,1,3,4,0,0,1,0,1,0,0,0 +20,7,4,23,9,208,10,40,4,3,4,1,0,0,0,1,0,0,0 +43,16,4,22,21,221,5,45,4,1,3,1,0,0,0,0,0,0,1 +0,1,4,13,4,174,7,44,4,4,2,1,0,0,0,0,0,1,0 +17,6,5,27,6,225,10,41,1,3,1,0,0,1,0,0,1,0,0 +26,9,6,26,10,240,12,39,2,1,4,0,1,0,0,1,0,0,0 +33,12,5,26,13,204,12,47,2,1,2,0,1,0,0,0,0,1,0 +33,11,8,25,14,215,11,37,1,3,3,0,0,1,0,0,0,0,1 +31,11,7,25,13,198,16,45,3,4,3,0,0,0,1,0,0,0,1 +51,16,8,41,14,206,12,53,1,1,3,0,0,1,0,0,0,0,1 +38,15,6,21,18,203,7,49,1,2,3,0,0,1,0,0,0,0,1 +29,13,4,9,20,179,11,45,2,1,4,0,1,0,0,1,0,0,0 +30,12,3,25,13,150,13,54,2,3,2,0,1,0,0,0,0,1,0 +33,13,4,19,18,219,13,46,2,4,1,0,1,0,0,0,1,0,0 +34,12,5,23,16,197,10,42,3,2,2,0,0,0,1,0,0,1,0 +38,15,1,24,18,200,11,52,4,4,3,1,0,0,0,0,0,0,1 +15,5,5,27,4,208,10,41,4,1,4,1,0,0,0,1,0,0,0 +20,7,4,27,7,166,16,44,4,1,2,1,0,0,0,0,0,1,0 +48,16,5,37,16,228,11,38,3,1,4,0,0,0,1,1,0,0,0 +17,7,4,24,7,159,19,47,2,1,4,0,1,0,0,1,0,0,0 +27,9,3,30,10,199,13,45,3,2,1,0,0,0,1,0,1,0,0 +29,11,7,26,11,232,9,53,2,2,2,0,1,0,0,0,0,1,0 +19,9,5,12,13,194,10,45,3,2,3,0,0,0,1,0,0,0,1 +25,9,7,27,9,165,11,46,3,4,2,0,0,0,1,0,0,1,0 +20,7,5,25,8,180,6,46,4,2,3,1,0,0,0,0,0,0,1 +43,15,4,29,18,197,6,39,4,1,1,1,0,0,0,0,1,0,0 +30,12,9,13,17,191,13,46,1,3,1,0,0,1,0,0,1,0,0 +33,12,6,26,14,213,12,41,2,3,1,0,1,0,0,0,1,0,0 +35,12,6,26,15,229,13,38,3,1,2,0,0,0,1,0,0,1,0 +24,9,4,18,14,208,8,43,4,4,1,1,0,0,0,0,1,0,0 +27,9,4,24,12,200,10,36,1,3,3,0,0,1,0,0,0,0,1 +32,12,4,23,16,180,12,37,1,3,3,0,0,1,0,0,0,0,1 +31,11,5,27,13,146,14,45,3,4,2,0,0,0,1,0,0,1,0 +31,10,4,32,11,220,10,33,4,2,3,1,0,0,0,0,0,0,1 +29,11,9,24,11,198,18,42,2,1,2,0,1,0,0,0,0,1,0 +27,9,8,28,9,167,7,43,3,2,1,0,0,0,1,0,1,0,0 +44,15,5,31,18,240,11,32,3,2,4,0,0,0,1,1,0,0,0 +25,9,6,26,9,224,11,48,2,2,3,0,1,0,0,0,0,0,1 +24,9,4,26,9,248,12,57,1,4,4,0,0,1,0,1,0,0,0 +37,13,4,29,15,160,14,53,4,1,3,1,0,0,0,0,0,0,1 +41,14,3,34,15,142,6,52,4,1,1,1,0,0,0,0,1,0,0 +24,10,5,15,14,201,10,50,1,4,2,0,0,1,0,0,0,1,0 +21,8,6,15,13,178,15,36,2,2,1,0,1,0,0,0,1,0,0 +26,10,3,25,12,182,11,41,1,4,4,0,0,1,0,1,0,0,0 +33,12,3,29,12,186,13,54,3,4,3,0,0,0,1,0,0,0,1 +25,10,6,19,12,158,13,46,1,4,3,0,0,1,0,0,0,0,1 +37,14,2,27,16,207,14,50,1,2,4,0,0,1,0,1,0,0,0 +41,14,7,26,17,199,7,43,2,3,3,0,1,0,0,0,0,0,1 +30,11,6,24,13,164,10,45,3,3,3,0,0,0,1,0,0,0,1 +40,13,3,36,14,205,10,36,1,1,2,0,0,1,0,0,0,1,0 +49,17,6,33,18,143,14,53,3,2,3,0,0,0,1,0,0,0,1 +41,15,3,31,16,224,11,55,1,3,2,0,0,1,0,0,0,1,0 +27,9,6,29,9,201,11,43,2,2,4,0,1,0,0,1,0,0,0 +35,13,3,26,15,212,8,48,1,4,4,0,0,1,0,1,0,0,0 +36,13,6,24,17,187,10,39,3,4,1,0,0,0,1,0,1,0,0 +22,8,3,20,12,221,9,34,4,1,4,1,0,0,0,1,0,0,0 +21,7,3,20,13,202,13,20,4,1,4,1,0,0,0,1,0,0,0 +36,12,5,28,15,213,13,44,3,4,4,0,0,0,1,1,0,0,0 +28,11,6,19,14,235,15,45,3,4,1,0,0,0,1,0,1,0,0 +18,8,6,21,8,173,14,47,3,2,2,0,0,0,1,0,0,1,0 +41,16,5,23,20,193,13,46,1,2,4,0,0,1,0,1,0,0,0 +49,17,6,28,21,172,14,41,2,1,3,0,1,0,0,0,0,0,1 +25,10,7,20,11,194,7,48,1,2,2,0,0,1,0,0,0,1,0 +19,6,3,32,4,218,9,56,2,4,2,0,1,0,0,0,0,1,0 +35,12,5,26,16,205,7,40,4,4,2,1,0,0,0,0,0,1,0 +26,10,6,22,12,206,7,45,4,3,1,1,0,0,0,0,1,0,0 +40,15,3,24,20,173,10,45,1,4,3,0,0,1,0,0,0,0,1 +42,16,5,21,21,245,14,46,3,4,2,0,0,0,1,0,0,1,0 +19,8,3,16,13,205,15,34,3,2,1,0,0,0,1,0,1,0,0 +36,13,3,31,14,211,8,44,2,2,2,0,1,0,0,0,0,1,0 +35,14,5,15,20,279,10,35,2,3,4,0,1,0,0,1,0,0,0 +33,12,6,27,13,211,10,53,4,4,1,1,0,0,0,0,1,0,0 +35,12,4,28,15,157,13,43,1,4,2,0,0,1,0,0,0,1,0 +22,9,4,21,11,233,11,44,1,1,4,0,0,1,0,1,0,0,0 +7,4,5,17,5,171,4,43,1,2,2,0,0,1,0,0,0,1,0 +35,12,7,28,14,158,13,43,2,3,1,0,1,0,0,0,1,0,0 +35,12,7,28,14,211,12,41,4,2,2,1,0,0,0,0,0,1,0 +15,6,6,24,6,182,16,43,2,1,4,0,1,0,0,1,0,0,0 +28,10,4,25,13,226,12,37,1,4,4,0,0,1,0,1,0,0,0 +9,5,5,13,7,182,11,52,2,3,2,0,1,0,0,0,0,1,0 +43,15,5,32,17,188,13,44,2,3,3,0,1,0,0,0,0,0,1 +43,16,4,27,19,194,8,45,3,2,4,0,0,0,1,1,0,0,0 +31,11,3,28,14,218,17,38,2,4,1,0,1,0,0,0,1,0,0 +30,12,5,18,16,187,9,46,3,3,1,0,0,0,1,0,1,0,0 +28,11,6,17,15,179,12,43,1,1,4,0,0,1,0,1,0,0,0 +27,10,4,27,10,226,12,55,1,1,4,0,0,1,0,1,0,0,0 +44,15,4,34,16,202,11,47,1,2,2,0,0,1,0,0,0,1,0 +29,10,4,28,12,166,7,42,2,4,1,0,1,0,0,0,1,0,0 +35,12,4,29,13,181,11,58,3,3,4,0,0,0,1,1,0,0,0 +31,10,6,36,8,238,9,44,3,3,3,0,0,0,1,0,0,0,1 +36,12,6,26,16,240,9,35,1,2,3,0,0,1,0,0,0,0,1 +30,10,4,27,12,204,16,40,1,1,2,0,0,1,0,0,0,1,0 +44,18,8,16,22,147,10,50,3,2,3,0,0,0,1,0,0,0,1 +45,14,7,34,16,240,8,37,3,4,3,0,0,0,1,0,0,0,1 +46,15,6,34,16,193,13,44,4,2,3,1,0,0,0,0,0,0,1 +33,12,4,21,17,198,10,45,4,4,1,1,0,0,0,0,1,0,0 +48,17,6,28,21,236,9,38,4,4,3,1,0,0,0,0,0,0,1 +37,14,5,27,16,183,11,51,1,4,3,0,0,1,0,0,0,0,1 +29,10,8,28,9,245,6,48,2,3,3,0,1,0,0,0,0,0,1 +22,8,3,29,7,203,14,58,1,2,1,0,0,1,0,0,1,0,0 +26,10,4,18,14,170,9,40,4,1,3,1,0,0,0,0,0,0,1 +22,9,6,17,12,170,12,46,3,1,2,0,0,0,1,0,0,1,0 +10,5,4,14,9,171,10,37,3,3,3,0,0,0,1,0,0,0,1 +15,7,6,12,11,200,13,40,4,4,4,1,0,0,0,1,0,0,0 +33,12,7,25,14,147,12,42,1,3,2,0,0,1,0,0,0,1,0 +48,17,2,34,19,240,13,44,1,4,1,0,0,1,0,0,1,0,0 +31,12,9,21,14,263,14,43,3,3,2,0,0,0,1,0,0,1,0 +23,9,5,18,13,166,8,47,1,3,3,0,0,1,0,0,0,0,1 +47,17,6,33,17,199,12,55,1,4,3,0,0,1,0,0,0,0,1 +28,11,7,16,16,199,10,45,3,4,4,0,0,0,1,1,0,0,0 +19,8,6,13,14,250,9,31,2,3,2,0,1,0,0,0,0,1,0 +35,11,7,30,13,131,10,40,1,4,3,0,0,1,0,0,0,0,1 +49,17,4,29,21,215,8,49,2,1,1,0,1,0,0,0,1,0,0 +39,13,6,26,18,210,12,24,1,1,2,0,0,1,0,0,0,1,0 +30,13,4,13,19,236,11,47,3,2,2,0,0,0,1,0,0,1,0 +35,13,6,24,16,192,7,47,2,2,1,0,1,0,0,0,1,0,0 +25,10,5,19,13,183,16,39,3,2,1,0,0,0,1,0,1,0,0 +21,9,7,16,12,185,14,46,2,4,2,0,1,0,0,0,0,1,0 +42,14,5,30,16,186,17,42,4,1,4,1,0,0,0,1,0,0,0 +37,12,5,33,14,245,8,35,3,2,2,0,0,0,1,0,0,1,0 +32,11,4,30,12,183,9,44,3,1,1,0,0,0,1,0,1,0,0 +34,13,5,19,18,183,9,43,2,3,3,0,1,0,0,0,0,0,1 +25,10,5,14,16,181,7,44,1,1,1,0,0,1,0,0,1,0,0 +24,9,5,26,10,178,9,45,3,3,2,0,0,0,1,0,0,1,0 +16,7,5,15,11,166,8,35,4,1,2,1,0,0,0,0,0,1,0 +54,19,6,35,20,215,12,48,1,1,2,0,0,1,0,0,0,1,0 +25,10,6,19,13,206,14,39,4,2,4,1,0,0,0,1,0,0,0 +38,14,3,22,19,215,9,47,3,4,3,0,0,0,1,0,0,0,1 +29,11,5,23,13,231,13,53,2,2,1,0,1,0,0,0,1,0,0 +43,15,5,29,18,233,10,44,1,4,4,0,0,1,0,1,0,0,0 +41,14,5,28,17,239,7,41,4,2,4,1,0,0,0,1,0,0,0 +17,7,5,17,10,179,9,48,2,1,1,0,1,0,0,0,1,0,0 +29,11,6,22,14,183,9,39,4,2,2,1,0,0,0,0,0,1,0 +32,12,7,25,13,192,8,49,1,3,4,0,0,1,0,1,0,0,0 +47,16,3,38,16,225,14,50,2,1,4,0,1,0,0,1,0,0,0 +28,10,3,28,11,179,11,47,3,4,4,0,0,0,1,1,0,0,0 +31,12,6,21,15,174,13,47,2,3,4,0,1,0,0,1,0,0,0 +29,10,5,30,10,169,9,40,2,1,2,0,1,0,0,0,0,1,0 +45,17,5,29,18,208,11,51,2,1,2,0,1,0,0,0,0,1,0 +31,11,5,28,12,214,11,44,4,2,2,1,0,0,0,0,0,1,0 +41,14,4,34,15,255,11,39,2,1,3,0,1,0,0,0,0,0,1 +27,10,6,25,11,214,4,46,2,4,4,0,1,0,0,1,0,0,0 +31,12,5,18,16,204,8,56,4,4,4,1,0,0,0,1,0,0,0 +29,9,6,31,9,179,10,42,3,2,4,0,0,0,1,1,0,0,0 +23,9,2,23,12,210,11,37,1,1,2,0,0,1,0,0,0,1,0 +18,6,8,17,10,195,5,40,2,2,3,0,1,0,0,0,0,0,1 +22,9,5,17,12,226,10,49,2,3,3,0,1,0,0,0,0,0,1 +28,12,3,19,15,167,8,45,1,2,2,0,0,1,0,0,0,1,0 +12,6,2,10,12,183,14,45,3,1,4,0,0,0,1,1,0,0,0 +28,10,6,32,8,185,14,47,4,4,1,1,0,0,0,0,1,0,0 +12,4,5,22,6,180,8,36,1,4,3,0,0,1,0,0,0,0,1 +35,12,6,32,11,200,10,55,2,4,4,0,1,0,0,1,0,0,0 +26,9,6,24,11,190,13,44,4,4,2,1,0,0,0,0,0,1,0 +34,13,7,18,18,200,12,40,4,1,4,1,0,0,0,1,0,0,0 +38,13,5,33,14,204,10,48,4,4,3,1,0,0,0,0,0,0,1 +57,19,7,35,21,233,13,50,2,3,4,0,1,0,0,1,0,0,0 +17,8,4,17,11,192,10,44,1,1,1,0,0,1,0,0,1,0,0 +21,7,4,28,7,221,15,43,3,3,1,0,0,0,1,0,1,0,0 +40,14,3,29,17,214,14,44,3,4,1,0,0,0,1,0,1,0,0 +41,16,7,16,23,189,14,35,1,2,2,0,0,1,0,0,0,1,0 +42,15,5,26,18,173,11,55,3,4,1,0,0,0,1,0,1,0,0 +23,9,6,23,10,148,9,39,2,4,2,0,1,0,0,0,0,1,0 +39,13,6,28,17,225,10,33,3,1,3,0,0,0,1,0,0,0,1 +23,8,4,26,9,170,9,48,4,2,3,1,0,0,0,0,0,0,1 +38,13,6,37,10,197,13,60,1,1,4,0,0,1,0,1,0,0,0 +31,11,5,22,15,192,11,47,1,3,4,0,0,1,0,1,0,0,0 +31,11,8,27,12,186,11,46,4,2,2,1,0,0,0,0,0,1,0 +33,14,3,22,16,221,12,48,3,1,3,0,0,0,1,0,0,0,1 +23,9,4,19,13,186,5,42,2,3,1,0,1,0,0,0,1,0,0 +40,14,5,31,15,194,15,45,4,1,3,1,0,0,0,0,0,0,1 +23,9,5,27,8,178,11,50,3,3,2,0,0,0,1,0,0,1,0 +30,10,3,30,11,177,14,46,3,1,3,0,0,0,1,0,0,0,1 +31,13,2,23,15,201,11,52,4,3,4,1,0,0,0,1,0,0,0 +11,5,8,21,4,248,7,50,1,4,2,0,0,1,0,0,0,1,0 +34,13,6,16,19,235,11,45,3,2,2,0,0,0,1,0,0,1,0 +39,14,6,24,19,178,8,35,2,3,1,0,1,0,0,0,1,0,0 +21,8,5,22,10,164,10,42,2,3,3,0,1,0,0,0,0,0,1 +47,16,7,36,15,158,11,58,1,3,2,0,0,1,0,0,0,1,0 +27,10,4,27,10,223,15,50,4,1,2,1,0,0,0,0,0,1,0 +13,5,8,13,9,227,10,40,4,2,3,1,0,0,0,0,0,0,1 +31,11,7,25,13,165,13,44,4,4,2,1,0,0,0,0,0,1,0 +42,14,6,31,16,224,11,46,3,3,2,0,0,0,1,0,0,1,0 +44,16,8,29,18,153,15,41,3,3,2,0,0,0,1,0,0,1,0 +23,8,3,31,7,167,11,48,4,4,1,1,0,0,0,0,1,0,0 +28,11,6,22,13,228,15,50,3,4,4,0,0,0,1,1,0,0,0 +36,14,6,20,18,219,13,46,2,1,3,0,1,0,0,0,0,0,1 +36,13,6,26,15,177,11,46,2,3,1,0,1,0,0,0,1,0,0 +32,11,5,32,10,188,12,48,1,2,2,0,0,1,0,0,0,1,0 +35,12,4,31,14,222,12,32,3,1,1,0,0,0,1,0,1,0,0 +32,13,5,20,16,176,13,50,1,3,4,0,0,1,0,1,0,0,0 +31,11,4,32,10,232,11,63,3,4,3,0,0,0,1,0,0,0,1 +29,11,6,19,15,224,10,48,3,3,1,0,0,0,1,0,1,0,0 +34,13,5,23,16,238,11,44,2,3,2,0,1,0,0,0,0,1,0 +36,13,7,23,17,206,9,37,2,4,4,0,1,0,0,1,0,0,0 +40,15,5,27,17,195,9,42,4,4,2,1,0,0,0,0,0,1,0 +27,9,7,26,10,223,12,42,3,4,4,0,0,0,1,1,0,0,0 +40,15,2,23,20,203,14,42,4,2,4,1,0,0,0,1,0,0,0 +29,10,5,26,11,194,14,44,3,3,2,0,0,0,1,0,0,1,0 +31,12,5,20,16,238,11,44,3,2,3,0,0,0,1,0,0,0,1 +23,10,6,19,12,188,10,50,2,4,4,0,1,0,0,1,0,0,0 +35,12,7,23,16,219,12,42,2,4,3,0,1,0,0,0,0,0,1 +46,17,5,27,20,181,15,48,2,2,4,0,1,0,0,1,0,0,0 +19,7,5,26,7,266,8,44,1,3,4,0,0,1,0,1,0,0,0 +28,9,8,30,9,189,13,42,1,4,2,0,0,1,0,0,0,1,0 +29,11,4,22,14,191,11,45,2,1,1,0,1,0,0,0,1,0,0 +42,14,3,31,17,182,10,45,1,3,2,0,0,1,0,0,0,1,0 +43,15,4,34,15,171,13,48,1,2,4,0,0,1,0,1,0,0,0 +25,9,6,19,13,209,11,38,2,2,3,0,1,0,0,0,0,0,1 +42,16,4,28,18,228,14,46,3,1,3,0,0,0,1,0,0,0,1 +37,13,4,25,16,200,15,50,3,4,1,0,0,0,1,0,1,0,0 +24,11,6,17,14,197,10,47,1,3,4,0,0,1,0,1,0,0,0 +28,10,4,25,13,173,10,37,3,2,3,0,0,0,1,0,0,0,1 +29,11,3,19,16,184,8,43,3,4,3,0,0,0,1,0,0,0,1 +40,15,6,20,20,181,15,43,4,4,3,1,0,0,0,0,0,0,1 +32,10,8,26,13,194,10,40,2,1,1,0,1,0,0,0,1,0,0 +46,16,5,31,18,160,10,48,1,2,1,0,0,1,0,0,1,0,0 +33,12,6,26,14,184,10,42,1,1,4,0,0,1,0,1,0,0,0 +15,6,5,19,9,171,12,35,3,2,1,0,0,0,1,0,1,0,0 +21,8,5,17,12,216,10,36,1,2,4,0,0,1,0,1,0,0,0 +28,11,4,27,11,189,13,49,3,2,2,0,0,0,1,0,0,1,0 +38,13,7,28,15,167,11,44,3,2,1,0,0,0,1,0,1,0,0 +50,17,6,30,21,170,9,40,1,2,2,0,0,1,0,0,0,1,0 +35,14,2,21,19,184,11,48,1,4,1,0,0,1,0,0,1,0,0 +28,10,5,23,13,216,15,48,1,3,2,0,0,1,0,0,0,1,0 +34,13,5,24,15,185,9,47,3,1,1,0,0,0,1,0,1,0,0 +23,9,4,21,12,160,12,46,2,2,3,0,1,0,0,0,0,0,1 +31,12,5,25,13,186,16,52,2,2,2,0,1,0,0,0,0,1,0 +21,8,2,22,11,221,9,40,1,3,3,0,0,1,0,0,0,0,1 +24,10,3,20,13,146,10,44,1,3,3,0,0,1,0,0,0,0,1 +46,16,8,28,19,173,14,44,3,3,4,0,0,0,1,1,0,0,0 +34,13,8,28,13,145,10,47,4,1,2,1,0,0,0,0,0,1,0 +31,9,6,34,9,181,9,43,1,3,2,0,0,1,0,0,0,1,0 +25,8,4,29,9,146,8,44,2,4,1,0,1,0,0,0,1,0,0 +48,16,4,33,19,158,8,39,1,3,4,0,0,1,0,1,0,0,0 +20,9,5,18,10,194,9,50,2,1,4,0,1,0,0,1,0,0,0 +42,15,4,29,17,184,9,51,3,4,4,0,0,0,1,1,0,0,0 +11,6,6,16,8,170,14,44,4,4,2,1,0,0,0,0,0,1,0 +42,16,5,21,21,201,14,51,4,2,1,1,0,0,0,0,1,0,0 +24,10,6,22,11,193,15,48,4,2,4,1,0,0,0,1,0,0,0 +41,15,4,23,20,172,10,48,2,4,3,0,1,0,0,0,0,0,1 +41,16,5,27,18,163,14,49,3,2,1,0,0,0,1,0,1,0,0 +34,11,5,33,12,193,20,31,2,2,3,0,1,0,0,0,0,0,1 +58,20,4,34,23,215,10,42,3,2,4,0,0,0,1,1,0,0,0 +15,5,6,22,6,231,7,42,1,3,2,0,0,1,0,0,0,1,0 +44,14,5,34,16,233,9,39,3,3,2,0,0,0,1,0,0,1,0 +31,12,4,19,17,185,16,46,3,4,2,0,0,0,1,0,0,1,0 +47,17,5,27,21,173,9,48,4,4,3,1,0,0,0,0,0,0,1 +33,11,7,32,10,194,11,50,2,4,3,0,1,0,0,0,0,0,1 +21,9,5,16,12,183,8,48,4,4,1,1,0,0,0,0,1,0,0 +31,9,6,36,9,188,12,34,1,4,4,0,0,1,0,1,0,0,0 +16,6,5,20,8,193,12,42,3,2,3,0,0,0,1,0,0,0,1 +40,15,4,28,17,164,15,47,4,2,1,1,0,0,0,0,1,0,0 +23,9,6,23,10,130,12,51,1,3,2,0,0,1,0,0,0,1,0 +22,8,6,25,8,154,12,50,4,1,4,1,0,0,0,1,0,0,0 +37,14,9,19,19,223,8,40,2,3,1,0,1,0,0,0,1,0,0 +19,8,5,21,9,195,13,43,2,2,4,0,1,0,0,1,0,0,0 +15,4,2,33,2,172,10,48,2,3,1,0,1,0,0,0,1,0,0 +29,10,6,28,12,237,12,34,1,4,1,0,0,1,0,0,1,0,0 +21,8,5,23,9,157,12,51,4,2,4,1,0,0,0,1,0,0,0 +22,8,3,19,12,148,8,48,4,2,1,1,0,0,0,0,1,0,0 +25,9,6,26,10,192,12,38,3,1,1,0,0,0,1,0,1,0,0 +36,13,6,23,17,236,12,37,3,3,4,0,0,0,1,1,0,0,0 +22,8,3,26,9,196,12,44,1,3,4,0,0,1,0,1,0,0,0 +27,10,2,24,14,186,15,40,3,4,2,0,0,0,1,0,0,1,0 +38,13,5,33,13,196,11,44,1,4,4,0,0,1,0,1,0,0,0 +35,12,7,27,14,194,12,40,2,3,4,0,1,0,0,1,0,0,0 +29,11,2,24,14,204,12,47,3,3,4,0,0,0,1,1,0,0,0 +40,15,6,26,16,200,7,53,4,1,3,1,0,0,0,0,0,0,1 +31,10,4,30,12,239,6,37,4,1,2,1,0,0,0,0,0,1,0 +27,12,6,12,17,157,13,44,3,2,1,0,0,0,1,0,1,0,0 +7,4,7,9,8,214,10,43,4,3,3,1,0,0,0,0,0,0,1 +20,7,6,32,4,166,13,53,4,4,1,1,0,0,0,0,1,0,0 +48,16,5,37,16,181,4,48,1,3,2,0,0,1,0,0,0,1,0 +30,10,4,29,11,145,14,39,4,2,3,1,0,0,0,0,0,0,1 +22,9,6,21,10,202,15,45,1,2,1,0,0,1,0,0,1,0,0 +26,9,6,25,12,236,17,34,4,4,2,1,0,0,0,0,0,1,0 +53,18,6,39,18,215,14,47,4,3,1,1,0,0,0,0,1,0,0 +42,13,5,35,14,144,14,45,1,1,1,0,0,1,0,0,1,0,0 +26,9,3,32,9,198,8,43,4,4,1,1,0,0,0,0,1,0,0 +45,16,6,26,19,203,11,40,2,1,4,0,1,0,0,1,0,0,0 +27,10,7,21,13,186,7,49,2,4,2,0,1,0,0,0,0,1,0 +32,12,5,22,15,240,12,49,4,3,4,1,0,0,0,1,0,0,0 +21,7,5,30,6,202,12,50,1,2,3,0,0,1,0,0,0,0,1 +11,6,4,17,7,249,14,53,4,3,2,1,0,0,0,0,0,1,0 +23,9,3,15,14,270,13,43,1,1,3,0,0,1,0,0,0,0,1 +42,16,2,29,18,179,11,50,3,1,3,0,0,0,1,0,0,0,1 +15,7,7,21,6,211,11,51,2,1,1,0,1,0,0,0,1,0,0 +33,11,4,32,12,206,10,38,2,3,4,0,1,0,0,1,0,0,0 +22,8,3,27,8,177,13,43,1,2,1,0,0,1,0,0,1,0,0 +33,12,4,31,11,194,14,50,4,2,2,1,0,0,0,0,0,1,0 +28,9,9,26,11,183,11,27,2,4,2,0,1,0,0,0,0,1,0 +27,10,7,24,11,195,12,45,1,4,4,0,0,1,0,1,0,0,0 +14,5,7,19,7,157,11,44,1,3,3,0,0,1,0,0,0,0,1 +31,11,7,25,13,219,13,45,3,2,4,0,0,0,1,1,0,0,0 +53,18,7,30,22,211,7,37,2,2,3,0,1,0,0,0,0,0,1 +28,9,5,29,10,149,11,39,1,1,4,0,0,1,0,1,0,0,0 +32,13,4,18,17,235,12,53,2,4,1,0,1,0,0,0,1,0,0 +40,15,7,24,18,219,11,48,4,3,3,1,0,0,0,0,0,0,1 +36,13,7,30,12,213,13,54,3,4,3,0,0,0,1,0,0,0,1 +13,6,7,12,10,211,9,40,2,3,4,0,1,0,0,1,0,0,0 +30,11,6,20,15,235,3,48,3,4,4,0,0,0,1,1,0,0,0 +22,7,2,30,8,179,8,34,4,4,4,1,0,0,0,1,0,0,0 +41,15,8,22,19,216,11,47,4,2,1,1,0,0,0,0,1,0,0 +25,8,4,28,9,213,10,48,2,4,3,0,1,0,0,0,0,0,1 +23,9,2,20,13,233,4,38,2,1,2,0,1,0,0,0,0,1,0 +8,4,4,18,6,135,10,40,3,1,2,0,0,0,1,0,0,1,0 +15,6,6,22,6,232,12,48,1,3,3,0,0,1,0,0,0,0,1 +45,16,3,26,21,212,10,36,2,2,3,0,1,0,0,0,0,0,1 +31,12,6,20,15,234,8,43,2,2,4,0,1,0,0,1,0,0,0 +32,12,3,23,15,228,12,51,1,3,2,0,0,1,0,0,0,1,0 +41,14,5,35,14,161,11,52,1,2,2,0,0,1,0,0,0,1,0 +30,10,5,30,10,232,12,43,3,1,3,0,0,0,1,0,0,0,1 +40,13,7,36,12,233,10,43,2,2,1,0,1,0,0,0,1,0,0 +35,13,5,21,18,153,14,46,1,1,4,0,0,1,0,1,0,0,0 +28,11,6,21,13,180,12,57,2,3,3,0,1,0,0,0,0,0,1 +35,12,5,30,13,170,9,46,4,1,1,1,0,0,0,0,1,0,0 +11,5,4,18,7,187,12,36,1,4,2,0,0,1,0,0,0,1,0 +24,10,3,19,13,154,10,53,2,3,3,0,1,0,0,0,0,0,1 +27,8,5,34,8,252,15,34,2,3,4,0,1,0,0,1,0,0,0 +22,8,6,23,9,221,12,49,2,4,3,0,1,0,0,0,0,0,1 +39,14,4,21,20,160,12,44,3,3,1,0,0,0,1,0,1,0,0 +48,17,5,31,19,155,11,52,4,3,2,1,0,0,0,0,0,1,0 +32,12,5,25,14,248,11,51,2,4,3,0,1,0,0,0,0,0,1 +50,18,6,32,19,206,12,58,3,2,3,0,0,0,1,0,0,0,1 +22,8,6,22,10,227,11,43,3,3,4,0,0,0,1,1,0,0,0 +49,17,3,34,20,176,9,46,1,3,3,0,0,1,0,0,0,0,1 +26,9,6,25,11,184,9,35,4,3,2,1,0,0,0,0,0,1,0 +2,2,2,15,5,230,13,39,1,1,1,0,0,1,0,0,1,0,0 +30,10,4,31,10,160,9,48,1,2,3,0,0,1,0,0,0,0,1 +16,8,2,14,12,198,6,47,4,1,2,1,0,0,0,0,0,1,0 +39,15,8,23,18,257,14,45,2,4,1,0,1,0,0,0,1,0,0 +19,8,3,21,10,184,12,52,3,3,1,0,0,0,1,0,1,0,0 +16,6,5,18,9,175,15,38,4,3,3,1,0,0,0,0,0,0,1 +35,12,5,27,15,211,15,44,4,2,3,1,0,0,0,0,0,0,1 +42,15,4,27,19,236,13,44,4,3,1,1,0,0,0,0,1,0,0 +6,4,6,11,6,173,13,53,1,4,4,0,0,1,0,1,0,0,0 +35,12,6,23,16,209,7,29,2,1,2,0,1,0,0,0,0,1,0 +50,19,6,22,25,195,8,42,3,2,2,0,0,0,1,0,0,1,0 +10,4,5,20,5,232,10,43,3,4,4,0,0,0,1,1,0,0,0 +17,8,5,15,11,170,8,46,2,3,1,0,1,0,0,0,1,0,0 +31,11,5,26,13,220,12,42,2,3,3,0,1,0,0,0,0,0,1 +33,12,3,29,13,235,11,57,4,4,1,1,0,0,0,0,1,0,0 +37,13,6,24,17,241,7,46,2,2,4,0,1,0,0,1,0,0,0 +21,8,7,21,9,175,13,47,3,1,1,0,0,0,1,0,1,0,0 +53,18,7,28,22,213,14,43,3,3,2,0,0,0,1,0,0,1,0 +42,17,3,20,22,200,15,44,2,3,4,0,1,0,0,1,0,0,0 +48,17,6,27,21,219,10,44,3,2,1,0,0,0,1,0,1,0,0 +36,13,4,26,16,234,11,44,4,2,2,1,0,0,0,0,0,1,0 +25,10,5,23,11,203,8,54,2,1,4,0,1,0,0,1,0,0,0 +34,12,5,28,13,165,18,56,3,4,4,0,0,0,1,1,0,0,0 +47,17,3,30,20,173,11,43,3,3,4,0,0,0,1,1,0,0,0 +26,11,3,14,17,171,8,47,2,2,1,0,1,0,0,0,1,0,0 +26,10,2,21,15,187,5,36,3,4,3,0,0,0,1,0,0,0,1 +40,14,8,25,17,225,14,42,2,2,4,0,1,0,0,1,0,0,0 +27,10,5,28,10,181,10,45,1,4,2,0,0,1,0,0,0,1,0 +42,15,8,29,16,200,16,49,4,1,1,1,0,0,0,0,1,0,0 +28,11,3,25,11,170,14,56,1,2,4,0,0,1,0,1,0,0,0 diff --git a/docs/projects/problem-set-7/data/wages.csv b/docs/projects/problem-set-7/data/wages.csv new file mode 100644 index 00000000..72c03b8b --- /dev/null +++ b/docs/projects/problem-set-7/data/wages.csv @@ -0,0 +1,527 @@ +wage,education,n_kids +3.1,11,2 +3.2,12,3 +3,11,2 +6,8,0 +5.3,12,1 +8.8,16,0 +11.2,18,0 +5,12,0 +3.6,12,2 +18.2,17,0 +6.2,16,0 +8.1,13,0 +8.8,12,2 +5.5,12,0 +22.2,12,1 +17.3,16,1 +7.5,12,0 +10.6,13,0 +3.6,12,3 +4.5,12,0 +6.9,12,0 +8.5,12,3 +6.3,16,0 +0.5,12,0 +6,11,0 +9.6,16,1 +7.8,16,1 +12.5,16,0 +12.5,15,2 +3.2,8,2 +13,14,2 +4.5,14,2 +9.7,13,0 +5,12,0 +4.7,12,0 +4.3,16,1 +6.2,12,1 +3.5,4,5 +3,14,0 +6.2,12,0 +7.8,12,0 +10,12,4 +4.5,14,1 +4,11,0 +6.4,13,0 +13.7,15,2 +1.7,10,1 +2.9,12,1 +3.7,14,0 +2.9,12,2 +1.6,12,2 +8.6,16,0 +5,12,1 +6,12,0 +2.5,12,2 +3.2,15,1 +3.4,16,1 +10,8,0 +21.6,18,0 +4.4,16,0 +11.7,13,0 +12.4,14,0 +6.2,10,0 +3.7,10,4 +7.8,14,0 +20,14,2 +6.2,16,3 +10,12,3 +5.7,16,1 +2,12,4 +5.7,16,0 +13.1,17,3 +4.9,12,2 +2.9,12,2 +3.8,12,0 +11.9,13,2 +4,12,1 +3.1,12,1 +8.4,12,4 +7.1,18,2 +4.5,9,4 +4.7,16,0 +2.9,10,1 +6.7,12,0 +3.5,12,1 +3.3,12,1 +3.2,12,1 +8,12,1 +9.9,8,2 +7.5,12,1 +5.9,12,2 +11.8,14,0 +3,12,2 +4.8,12,0 +6.5,12,0 +4,9,1 +3.5,13,1 +13.2,12,0 +4.2,14,2 +3.5,12,0 +5.1,15,0 +3.8,12,3 +4.5,12,0 +7.6,12,0 +15,14,1 +6.8,15,2 +13.3,12,2 +6.7,12,0 +2.5,12,0 +9.8,17,0 +3.4,11,0 +25,18,0 +5.4,12,0 +6.1,14,2 +4.2,14,0 +3.8,10,0 +3.5,14,0 +3.6,12,0 +3.8,15,1 +3,8,3 +5,16,0 +4.6,14,2 +3,15,0 +3.2,12,1 +3.9,18,2 +6.4,16,2 +5.5,10,0 +1.5,8,0 +2.9,10,2 +5,11,0 +8.9,18,0 +5,15,0 +3.5,12,0 +2.9,11,1 +4.5,12,3 +2.2,12,2 +5,14,4 +10,16,2 +3.8,2,0 +10,14,0 +10.9,16,4 +7.9,12,0 +4.7,12,0 +5.8,13,1 +3.8,12,3 +3.2,15,2 +2,10,5 +4.5,12,3 +11.6,16,3 +2.1,13,0 +2.4,9,5 +3.8,12,1 +5.5,13,0 +6.5,12,0 +3.1,12,1 +10,14,2 +6.6,16,0 +10,16,0 +2.3,9,5 +6.9,18,0 +2.8,10,4 +3.1,10,1 +8,13,1 +4.5,12,0 +8.6,18,0 +2,13,0 +4.8,12,0 +6.2,13,1 +6,13,2 +15.4,13,2 +14.6,18,0 +12.5,12,0 +5.2,12,2 +2.2,13,1 +7.1,12,0 +6.2,12,1 +9,12,0 +10,14,0 +5.8,10,0 +4,12,2 +8.8,16,1 +6.5,16,0 +7.6,12,0 +5,14,0 +5,12,0 +21.9,12,3 +8.6,12,0 +3.3,12,1 +4.4,12,0 +4.6,12,0 +3.5,12,0 +6.2,16,1 +3.8,16,0 +6.2,14,0 +2.9,11,3 +6.2,16,0 +6.2,12,0 +9.1,12,3 +10,17,0 +11.1,12,0 +6.9,12,3 +8.8,16,0 +10,8,0 +3,12,2 +3,12,0 +5.8,12,2 +4.1,16,0 +8,12,1 +6.2,12,0 +2.7,9,1 +2.8,13,1 +3,16,0 +3,14,0 +7.4,8,3 +7.5,14,1 +3.5,13,3 +8.1,12,1 +3.8,18,1 +3.2,9,1 +5.8,8,0 +3.5,8,3 +3.3,12,0 +4,14,0 +3.5,12,2 +6.2,16,0 +3,8,1 +5.7,13,0 +3,9,0 +22.9,16,2 +9,12,0 +8.3,15,1 +3,11,0 +5.8,14,0 +6.8,12,2 +10,12,2 +3,12,0 +3.5,18,0 +3.2,12,0 +4,12,0 +2.9,12,1 +3.1,12,3 +3.2,12,1 +4.8,12,3 +3,14,4 +18.2,16,1 +3.5,12,2 +4.1,14,0 +2,11,0 +4.3,12,0 +3,10,0 +6.4,12,0 +5.2,6,0 +4.5,13,0 +3.9,12,3 +3.5,10,2 +10.9,12,0 +4.1,14,0 +3,13,0 +5.9,12,2 +18,18,0 +4,12,0 +3,12,0 +3.5,12,1 +3,12,2 +8.8,12,0 +2.9,8,1 +6.3,13,0 +3.5,13,0 +4.6,14,0 +6,12,2 +2.9,10,1 +5.6,16,0 +4,12,0 +6,16,0 +4.5,12,2 +2.9,14,0 +4.3,18,0 +18.9,17,2 +4.3,13,2 +4.6,14,0 +6.2,15,2 +3,14,0 +8.8,12,0 +8.5,8,0 +3.8,12,4 +3.2,12,0 +5,8,0 +6.5,12,3 +2,9,3 +4.8,12,0 +5.8,16,2 +3.2,12,0 +4.7,16,0 +4.1,12,0 +2.9,12,0 +6,13,4 +3.6,10,0 +4,6,6 +7,12,1 +3,12,0 +6.1,16,0 +8.6,12,1 +3,8,0 +3.8,12,1 +2.9,6,0 +3,4,0 +6.2,11,0 +3.5,11,2 +3,7,3 +3.2,12,2 +8,18,1 +3.3,12,1 +5.2,16,0 +6.2,12,3 +3.5,14,1 +3,12,1 +3,10,2 +4.7,10,0 +3.7,9,1 +4,10,0 +4,12,2 +2.9,12,2 +3,12,1 +5.1,10,0 +13.9,16,0 +18.2,16,1 +6.2,16,0 +5.2,12,0 +4.8,12,3 +3.3,7,1 +3,8,1 +8.4,16,0 +5.7,16,0 +12,18,2 +3.5,13,0 +4.2,10,1 +7,16,1 +6,14,2 +12.2,16,0 +4.5,12,0 +3,9,2 +2.9,11,2 +15,11,0 +4,12,0 +5.2,11,2 +4,12,3 +3.3,12,2 +5.1,12,3 +3.6,12,0 +5,14,2 +4.6,14,0 +12.5,18,0 +3.5,12,0 +4.6,12,0 +10,12,0 +2.9,11,1 +4.5,12,0 +6.5,17,0 +7.5,16,0 +3.5,13,0 +4.2,13,2 +3.5,12,0 +4.5,14,0 +3.3,14,0 +2.9,11,2 +5.2,10,1 +4.1,8,0 +3.8,14,3 +3.4,12,1 +3,10,1 +6.3,17,1 +2.5,9,1 +4.5,12,1 +3.1,12,1 +6.4,14,0 +4.7,16,0 +6.8,12,2 +8.5,10,0 +4.2,0,0 +3.8,14,0 +11.1,15,2 +3.3,16,2 +9.1,12,3 +4.5,11,2 +3,11,1 +8.8,12,0 +4.1,13,0 +2.9,12,0 +3.3,13,2 +6.1,16,0 +3,15,0 +4.2,16,1 +5.6,15,2 +10,12,0 +12.5,18,1 +3.8,6,4 +3.1,6,5 +4.3,12,2 +10.9,12,0 +7.5,16,1 +4.1,9,1 +4.7,12,3 +5,11,0 +2.9,10,2 +8,12,1 +8.4,8,3 +2.9,9,0 +6.2,17,0 +6.2,16,2 +5.1,11,0 +4,10,1 +4.4,8,3 +6.9,13,0 +5.4,14,1 +3,13,1 +2.9,11,2 +6.2,7,0 +4.3,16,0 +3.2,12,2 +7.3,13,0 +6.3,14,2 +5.6,16,0 +8.8,14,1 +3.2,11,0 +3,8,0 +3,14,0 +12.5,17,3 +2.9,10,3 +3.3,12,0 +6.5,12,0 +10.4,18,1 +4.5,14,0 +10,18,0 +3.8,12,2 +8.8,16,0 +9.4,14,2 +6.3,12,2 +4,9,0 +2.9,12,0 +20,12,1 +11.2,17,1 +3.5,12,2 +6,15,2 +14.4,17,1 +6.4,16,1 +3.5,12,1 +3,15,0 +4.5,16,1 +6.6,12,0 +9.3,15,0 +3,12,2 +3.2,12,0 +1.5,12,2 +5.9,12,1 +8,16,0 +2.9,11,1 +3.3,14,0 +6.5,14,0 +4,13,1 +6,14,0 +4.1,12,0 +3.8,12,0 +3,8,0 +3.5,12,0 +2.9,3,0 +4.5,11,0 +3.3,15,2 +5.9,11,1 +8,12,2 +3,4,1 +5,9,6 +5.5,12,1 +2.7,12,0 +3,11,2 +4.5,12,0 +17.5,16,3 +8.2,13,0 +9.1,15,1 +11.8,16,0 +3.2,12,0 +4.5,12,0 +4.5,12,0 +3.7,9,2 +6.5,10,3 +2.9,12,0 +5.6,11,2 +2.2,8,4 +5,6,3 +8.3,16,0 +2.9,12,4 +6.2,12,3 +4.6,16,0 +3.3,12,0 +2.3,10,4 +3.3,13,0 +3.2,13,4 +12.5,14,0 +5.2,16,0 +3.1,10,2 +7.2,12,3 +2.9,12,0 +1.8,11,2 +2.9,0,2 +2.9,5,5 +17.7,16,1 +6.2,16,0 +2.6,9,1 +6.6,15,2 +3.5,12,1 +6.5,12,3 +3,12,0 +4.4,13,1 +10,12,1 +4.9,7,5 +9,17,2 +1.4,12,2 +3.1,12,0 +9.3,14,3 +7.5,12,2 +4.8,13,0 +5.7,12,0 +15,16,2 +2.3,10,3 +4.7,15,3 +11.6,16,0 +3.5,14,2 diff --git a/docs/projects/problem-set-7/problem-set-7.Rproj b/docs/projects/problem-set-7/problem-set-7.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/problem-set-7/problem-set-7.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/problem-set-7/your-name_problem-set-7.Rmd b/docs/projects/problem-set-7/your-name_problem-set-7.Rmd new file mode 100644 index 00000000..d5a93917 --- /dev/null +++ b/docs/projects/problem-set-7/your-name_problem-set-7.Rmd @@ -0,0 +1,132 @@ +--- +title: "Problem set 7: Education and wages + public housing and health" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +--- + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) # For ggplot, mutate(), filter(), and friends +library(broom) # For converting models to data frames +library(estimatr) # For lm_robust() and iv_robust() +library(modelsummary) # For showing side-by-side regression tables +``` + + +# Task 1: Education, wages, and kids + +Let's look once again at the effect of education on earnings. You'll use data from the 1976 Current Population Survey run by the US Census. The data is available as `wage` in the **wooldridge** R package---here I've just taken a subset of variables and renamed them. There are three columns: + +| Variable name | Description | +| -------------- | ------------------------------------------ | +| `wage` | Average hourly earnings (in 1976 dollars) | +| `education` | Years of education | +| `n_kids` | Number of dependents living at home | + +You're interested in estimating $\beta_1$ in: + +$$ +\text{Wage}_i = \beta_0 + \beta_1 \text{Education}_i + \epsilon_i +$$ + +However, there is an issue with omitted variable bias and endogeneity. Instrumental variables can potentially help address the endogeneity. + +## Step 1 + +Load and look at the dataset + +```{r load-wage-data, message=FALSE} +wages <- read_csv("data/wages.csv") +``` + +## Step 2 + +We need an instrument for education, since part of it is endogenous. Do you think the variable `n_kids` (the number of children) would be a valid instrument? Does it meet the three requirements of a valid instrument? + +ANSWER HERE + +Explain why it passes or fails each of the three requirements for a valid instrument. Test the requirements where possible using scatterplots and regression. + +ANSWER HERE and include plots and regression + +## Step 3 + +Assume that the number of children is a valid instrument (regardless of whatever you concluded earlier). Using the number of children (`n_kids`) as an instrument for education (`education`), estimate the effect of education on wages via two-stage least squares (2SLS) instrumental variables (IV). + +Do this by hand: create a first stage model, extract the predicted education, and use predicted education in the second stage. + +Interpret the coefficient that gives the effect of education on wages ($\beta_1$) and its significance. + +DO ALL THAT HERE + +(Remember that you can also use the `iv_robust()` function from the **estimatr** package to run IV/2SLS models in one step with: `iv_robust(y ~ x | z, data = data)`, where `y` is the outcome, `x` is the policy/program, and `z` is the instrument. Try doing this to check your manual two-stage model.) + +## Step 4 + +Run a naive model predicting the effect of education on wages (i.e. without any instruments). How does this naive model compare with the IV model? + +Show the results side-by-side here: + +TABLE HERE + +## Step 6 + +Explain which estimates (OLS vs. IV/2SLS) you would trust more (or why you distrust both) + +ANSWER HERE + + +--- + + +# Task 2: Public housing and health + +[Economic research shows](https://dx.doi.org/10.1002/pam.20288) that there is a potential (albeit weak) connection between health outcomes and residency in public housing. You are interested in finding the effect of public housing assistance on health outcomes. In the absence of experimental data, you must use observational data collected by the Georgia Department of Public Health. You have access to a dataset of 1,000 rows with the following columns: + +| Variable name | Description | +| --------------------- | -------------------------------------------------------------------------------- | +| `HealthStatus` | Health status on a scale from 1 = poor to 20 = excellent | +| `HealthBehavior` | Omitted variable (you can't actually measure this!) | +| `PublicHousing` | Number of years spent in public housing | +| `Supply` | Number of available public housing units in the city per 100 eligible households | +| `ParentsHealthStatus` | Health status of parents on a scale from 1 = poor to 20 = excellent | +| `WaitingTime` | Average waiting time before obtaining public housing in the city (in months) | +| `Stamp` | Dollar amount of food stamps (SNAP) spent each month | +| `Age` | Age | +| `Race` | Race; 1 = White, 2 = Black, 3 = Hispanic, 4 = Other | +| `Education` | Education; 1 = Some high school, 2 = High school, 3 = Bachelor's, 4 = Master's | +| `MaritalStatus` | Marital status; 1 = Single, 2 = Married, 3 = Widow, 4 = Divorced | + +(This is simulated data, but it's based on analysis by [Angela R. Fertig and David A. Reingold](https://dx.doi.org/10.1002/pam.20288)) + +Your goal is to measure the effect of living in public housing (`PublicHousing`) on health (`HealthStatus`). There is omitted variable bias, though, since people who care more about their health might be more likely to self-select into public housing and report a better health status score. The magic variable `HealthBehavior` measures this omitted variable, and you can use it as reference to make sure you get the models right (this is the same as "ability" in the examples in class), but don't include it in any of your actual models, since it's not real. + +This data includes four potential instruments: + +- `Supply`: Number of available public housing units in the city per 100 eligible households +- `ParentsHealthStatus`: Health status of parents on a scale from 1 = poor to 5 = excellent +- `WaitingTime`: Average waiting time before obtaining public housing in the city (in months) +- `Stamp`: Dollar amount of food stamps (SNAP) spent each month + +You have three tasks: + +1. Evaluate the suitability of each of the four potential instruments. Check if they (1) have *relevance* with a scatterplot and model and F-test, (2) meet the *excludability* assumption, and (3) meet the *exogeneity* assumption. Choose one of these as your main instrument and justify why it's the best. Explain why the other three are not. + +2. Estimate a naive model of the effect of public housing on health status (i.e. without any instruments). You can include any control variables you feel appropriate (i.e. that fit in your causal model). If you use variables that are categorical like race, education, or marital status, make sure you wrap them with `as.factor()` to treat them as categories instead of numbers (e.g. `as.factor(education)`). + +3. Estimate the effect of public housing on health status using 2SLS IV. You can use `iv_robust()` to do it all in one step if you want (but you'll still need to run a first-stage model to find the F statistic). Compare the results with the naive model. Which model do you trust (if any), and why? + +```{r load-housing-data, message=FALSE} +housing <- read_csv("data/public_housing.csv") +``` + +DO ALL THAT HERE. diff --git a/docs/projects/problem-set-8/data/evaluation.dta b/docs/projects/problem-set-8/data/evaluation.dta new file mode 100644 index 00000000..16568337 Binary files /dev/null and b/docs/projects/problem-set-8/data/evaluation.dta differ diff --git a/docs/projects/problem-set-8/problem-set-8.Rproj b/docs/projects/problem-set-8/problem-set-8.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/problem-set-8/problem-set-8.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/problem-set-8/your-name_problem-set-8.Rmd b/docs/projects/problem-set-8/your-name_problem-set-8.Rmd new file mode 100644 index 00000000..8227c51e --- /dev/null +++ b/docs/projects/problem-set-8/your-name_problem-set-8.Rmd @@ -0,0 +1,241 @@ +--- +title: "Problem set 8: The Health Insurance Subsidy Program" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +--- + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) # For ggplot, mutate(), filter(), and friends +library(broom) # For converting models to data frames +library(estimatr) # For lm_robust() and iv_robust() +library(modelsummary) # For showing side-by-side regression tables +library(MatchIt) # For matching +library(rdrobust) # For nonparametric RD +library(rddensity) # For nonparametric RD density tests +library(haven) # For reading Stata files + +set.seed(1234) # Make any random stuff be the same every time you run this + +# Round everything to 3 digits by default +options("digits" = 3) + +# Turn off the message that happens when you use group_by() and summarize() +options(dplyr.summarise.inform = FALSE) + +# Load raw data +hisp_raw <- read_stata("data/evaluation.dta") + +# Make nice clean dataset to use for the rest of the assignment +hisp <- hisp_raw %>% + # Having a numeric 0/1 column is sometimes helpful for things that don't like + # categories, like matchit() + mutate(enrolled_num = enrolled) %>% + # Convert these 0/1 values to actual categories + mutate(eligible = factor(eligible, labels = c("Not eligible", "Eligible")), + enrolled = factor(enrolled, labels = c("Not enrolled", "Enrolled")), + round = factor(round, labels = c("Before", "After")), + treatment_locality = factor(treatment_locality, labels = c("Control", "Treatment")), + promotion_locality = factor(promotion_locality, labels = c("No promotion", "Promotion"))) %>% + # Get rid of this hospital column because (1) we're not using it, and (2) half + # of the households are missing data, and matchit() complains if any data is + # missing, even if you're not using it + select(-hospital) +``` + + +The World Bank's *Impact Evaluation in Practice* has used a hypothetical example of a health insurance program throughout the book. This Health Insurance Subsidy Program (HISP) provides subsidies for buying private health insurance to poorer households, with the goal of lowering personal health expenditures, since people can rely on insurance coverage instead of paying out-of-pocket. Think of the HISP as a version of the Affordable Care Act (ACA, commonly known as Obamacare). + +The dataset includes a number of important variables you'll use throughout this assignment: + +| Variable name | Description | +| --------------------- | ---------------------------------------------------------------- | +| `health_expenditures` | Out of pocket health expenditures (per person per year) | +| `eligible` | Household eligible to enroll in HISP | +| `enrolled` | Household enrolled in HISP | +| `round` | Indicator for before and after intervention | +| `treatment_locality` | Household is located in treatment community | +| `poverty_index` | 1-100 scale of poverty | +| `promotion_locality` | Household is located in community that received random promotion | +| `enrolled_rp` | Household enrolled in HISP following random promotion | + + +It also includes several demographic variables about the households. **Each of these are backdoor confounders between health expenditures participation in the HISP**: + +| Variable name | Description | +| ------------------- | --------------------------------------------------------- | +| `age_hh` | Age of the head of household (years) | +| `age_sp` | Age of the spouse (years) | +| `educ_hh` | Education of the head of household (years) | +| `educ_sp` | Education of the spouse (years) | +| `female_hh` | Head of household is a woman (1 = yes) | +| `indigenous` | Head of household speaks an indigenous language (1 = yes) | +| `hhsize` | Number of household members | +| `dirtfloor` | Home has a dirt floor (1 = yes) | +| `bathroom` | Home has a private bathroom (1 = yes) | +| `land` | Number of hectares of land owned by household | +| `hospital_distance` | Distance to closest hospital (km) | + + +You will use each of the five main econometric approaches for estimating causal effects to measure the effect of HISP on household health expenditures. **Don't worry about conducting in-depth baseline checks and robustness checks.** For the sake of this assignment, you'll do the minimum amount of work for each method to determine the causal effect of the program. + + +# Task 1: RCTs + +To measure the effect of HISP accurately, World Bank researchers randomly assigned different localities (villages, towns, cities, whatever) to treatment and control groups. Some localities were allowed to join HISP; others weren't. + +Here's what you should do: + +- Make a new dataset that only looks at eligible households (`filter(eligible == "Eligible")`) +- Make a new dataset that only looks at eligible households *after* the experiment (`filter(round == "After")`) +- Calculate the average health expenditures in treatment and control localities (`treatment_locality`) *before* the intervention (`round == "Before"`). Were expenditures fairly balanced across treatment and control groups before the intervention? +- Calculate the average health expenditures in treatment and control localities *after* the intervention (`round == "After"`) +- Determine the difference in average health expenditures across treatment and control *after* the intervention +- Using data *after* the intervention, use linear regression to determine the difference in means and statistical significance of the difference (hint: you'll want to use `health_expenditures ~ treatment_locality`). Use `lm_robust()` from the **estimatr** package and cluster by `locality_identifier` if you're feeling adventurous. +- Create another model that controls for the following variables: `age_hh + age_sp + educ_hh + educ_sp + female_hh + indigenous + hhsize + dirtfloor + bathroom + land + hospital_distance`. (Use `lm_robust()` again if you're brave.) Does the estimate of the causal effect change? +- Show the results from the two regressions in a side-by-side table if you want + +```{r} +# Do that here, either in one big chunk, or in smaller chunks with text in +# between where you answer the questions (preferred) +``` + + +# Task 2: Inverse probability weighting and/or matching + +Instead of using experimental data, we can estimate the causal effect using observational data alone by closing all the confounding backdoors. In this task, you should **choose one of two approaches**: inverse probability weighting or matching. **AGAIN: you only need to do one of these**. You can do both for fun, but you only need to do **one**. + +Do the following (for both approaches): + +- Make a dataset based on `hisp` that only includes observations from after the intervention (`round == "After"`). Even though you technically have a column that indicates if the household was in the treatment group (`treatment_locality`), you're going to pretend that you don't have it This is now observational data—all you know is that a bunch of households participated in HISP and a bunch didn't. +- Run a naive model that estimates the effect of HISP enrollment on health expenditures (`health_expenditures ~ enrolled`) using this after-only observational data. What is the effect? Is this accurate? Why or why not? + +```{r} +# Do that here, either in one big chunk, or in smaller chunks with text in +# between where you answer the questions (preferred) +``` + +***If you're using inverse probability weighting***, do the following: + +- Use logistic regression to model the probability of enrolling in the HISP. Hint: you'll need to use `glm()` (replace stuff in `<>` like `` with actual column names or dataset names). Also, note that this code below isn't in an actual R chunk, so don't try to run it. + +```r +model_logit <- glm(enrolled ~ COUNFOUNDER1 + COUNFOUNDER2 + ..., + data = NAME_OF_YOUR_AFTER_DATASET, + family = binomial(link = "logit")) +``` + +- Generate propensity scores for enrollment in the HISP using something like this code (again, this isn't a chunk; don't try to run it): + +```r +enrolled_propensities <- augment_columns(MODEL_NAME, NAME_OF_YOUR_AFTER_DATASET, + type.predict = "response") %>% + rename(p_enrolled = .fitted) +``` + +- Add a new column to `enrolled_propensities` with `mutate()` that calculates the inverse probability weights using this formula (hint: "propensity" will be `p_enrolled`; "Treatment" will be `treatment_num`): + +$$ +\frac{\text{Treatment}}{\text{Propensity}} + \frac{1 - \text{Treatment}}{1 - \text{Propensity}} +$$ + +- Run a model that estimates the effect of HISP enrollment on health expenditures (`health_expenditures ~ enrolled`) using the `enrolled_propensities` data, weighting by your new inverse probability weights column. What is the causal effect of HISP on health expenditures? How does this compare to the naive model? Which do you believe more? Why? +- Show the results from the two regressions in a side-by-side table if you want + +```{r} +# Do that here, either in one big chunk, or in smaller chunks with text in +# between where you answer the questions (preferred) +``` + + +***If you're using matching***, do the following: + +- Use `matchit()` to find the best matches for enrollment based on Mahalanobis nearest neighbor matching. The `matchit()` function can't work with categorical variables, so make sure you use `enrolled_num` instead of `enrolled`. Use code similar to this (replace stuff in `<>` like `` with actual column names or dataset names). Also, note that this code below isn't in an actual R chunk, so don't try to run it. + +```r +matched <- matchit(enrolled_num ~ COUNFOUNDER1 + COUNFOUNDER2 + ..., + data = NAME_OF_YOUR_AFTER_DATASET, + method = "nearest", distance = "mahalanobis", replace = TRUE) +``` + + It might take a minute to run the matching. If you include `cache=TRUE` in the chunk options, R will keep track of when the chunk changes; if you knit and there's been a change to the chunk, R will run the chunk, but if you knit and there's been no changes, R will use the previous output of the chunk and not actually run it. + +- Run `summary(matched)` and see how many rows were matched and how many will be discarded. +- Use `match.data()` to store the results of the match as a new dataset. +- Run a model that estimates the effect of HISP enrollment on health expenditures (`health_expenditures ~ enrolled`) using the matched data, weighting by the `weights` column that `matchit()` generated. What is the causal effect of HISP on health expenditures? How does this compare to the naive model? Which do you believe more? Why? +- Show the results from the two regressions in a side-by-side table if you want + +```{r} +# Do that here, either in one big chunk, or in smaller chunks with text in +# between where you answer the questions (preferred) +``` + + +# Task 3: Diff-in-diff + +Instead of using experimental data, we can estimate the causal effect using observational data alone with a difference-in-difference approach. We have data indicating if households were enrolled in the program (`enrolled`) and data indicating if they were surveyed before or after the intervention (`round`), which means we can find the differences between enrolled/not enrolled before and after the program. + +Do the following: + +- Make a new dataset based on `hisp` that only includes observations from the localities that were randomly chosen for treatment (`treatment_locality == "Treatment"`) +- Using that new dataset, run a regression model that estimates the difference-in-difference effect of being enrolled in the HISP program (huge hint: use `health_expenditures ~ enrolled + round + enrolled * round`). Use `lm_robust()` and cluster by `locality_identifier` if you're brave. What is the causal effect of HISP on health expenditures? +- Run a second model that estimates the difference-in-difference effect, but control for the following variables: `age_hh + age_sp + educ_hh + educ_sp + female_hh + indigenous + hhsize + dirtfloor + bathroom + land + hospital_distance`. (Again, cluster by `locality_identifier` if you're brave.) How does the causal effect change? +- Show the results from the two regressions in a side-by-side table if you want + +```{r} +# Do that here, either in one big chunk, or in smaller chunks with text in +# between where you answer the questions (preferred) +``` + + +# Task 4: RDD + +Eligibility for the HISP is determined by income. Households that have an income of less than 58 on a standardized 1-100 scale (`poverty_index`) qualify for the program and are automatically enrolled. Because we have an arbitrary cutoff in a running variable, we can use regression discontinuity to measure the effect of the program on health expenditures. + +Do the following: + +- Make a new dataset based on `hisp` that only includes observations from the localities that were randomly chosen for treatment (`treatment_locality == "Treatment"`) +- Use `mutate()` to add new variable that centers the poverty index variable at 58 +- Determine if the discontinuity is sharp or fuzzy. (Hint: create a scatterplot with `poverty_index` on the x-axis, `enrolled` on the y-axis, and a vertical line at 58.) +- Determine if the distribution of the running variable (`poverty_index`) has a jump near the cutoff (it shouldn't). (Hint: create a histogram with `poverty_index` on the x-axis and a vertical line at 58. Use a McCrary test to see if there's a significant break in the distribution at 58.) +- Visualize the jump in outcome at the cutoff with a scatterplot (Hint: create a scatterplot with `poverty_index` on the x-axis, `health_expenditures` on the y-xis, color by `enrolled`, add a vertical line at 58, and add trendlines with `geom_smooth(method = "lm")`. You might want to adjust the size and transparency of the points with `geom_point(alpha = 0.2, size = 0.2)` or something similar.) +- Graphically, does it look like the HISP reduces health expenditures? +- Build a parametric regression model to estimate the size of the gap at the cutoff. You'll want to use the centered policy index variable to make it easier to interpret. You probably want to create a new dataset that only includes observations within some bandwidth that you choose (`filter(poverty_index_centered >= SOMETHING & poverty_index_centered <= SOMETHING)`). How big is the effect? +- Use `rdrobust()` from the **rdrobust** library to estimate the size of the gap nonparametrically. For the sake of simplicity, just use the default (automatic) bandwidth and kernel. How big is the effect? + +```{r} +# Do that here, either in one big chunk, or in smaller chunks with text in +# between where you answer the questions (preferred) +``` + + +# Task 5: IVs/2SLS + +Finally, we can use an instrument to remove the endogeneity from the choice to enroll in the HISP and estimate the causal effect from observational data. As you read in chapter 5, World Bank evaluators randomly selected households to receive encouragement to enroll in HISP. You can use this encouragement as an instrument for enrollment. + +Do the following: + +- Create a dataset based on `hisp` that only includes observations from after the intervention (`round == "After"`) +- Build a naive regression model that estimates the effect of HISP enrollment on health expenditures. You'll need to use the `enrolled_rp` variable instead of `enrolled`, since we're measuring enrollment after the encouragement intervention. (Hint: you'll want to use `health_expenditures ~ enrolled_rp`.) What does this naive model tell us about the effect of enrolling in HISP? +- Check the relevance, exclusion, and exogeneity of promotion (`promotion_locality`) as an instrument. For relevance, you'll want to run a model that predicts enrollment based on promotion (hint: `enrolled_rp ~ promotion_locality`) and check (1) the significance of the coefficient and (2) the F-statistic. For exclusion and exogeneity, you'll have to tell a convincing story that proves promotion influences health expenditures *only through* HISP enrollment. +- Run a 2SLS regression model with promotion as the instrument. You can do this by hand if you want (i.e. run a first stage model, extract predicted enrollment, and use predicted enrollment as the second stage), *or* you can just use the `iv_robust()` function from the **estimatr** library. (Hint: you'll want to use `health_expenditures ~ enrolled_rp | promotion_locality` as the formula). After removing the endogeneity from enrollment, what is the casual effect of enrollment in the HISP on health expenditures? +- Show the results from the two regressions in a side-by-side table if you want + +```{r} +# Do that here, either in one big chunk, or in smaller chunks with text in +# between where you answer the questions (preferred) +``` + + +# Task 6: Summary + +You just calculated a bunch of causal effects. List them here. Which one do you trust the most? Why? diff --git a/docs/projects/problem-set-9/problem-set-9.Rproj b/docs/projects/problem-set-9/problem-set-9.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/problem-set-9/problem-set-9.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/problem-set-9/your-name_problem-set-9.Rmd b/docs/projects/problem-set-9/your-name_problem-set-9.Rmd new file mode 100644 index 00000000..3f8b6600 --- /dev/null +++ b/docs/projects/problem-set-9/your-name_problem-set-9.Rmd @@ -0,0 +1,115 @@ +--- +title: "Problem set 9: Making fake data" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +--- + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) # For ggplot, mutate(), filter(), and friends +library(broom) # For converting models to data frames +library(ggdag) # For drawing DAGs +library(scales) # For rescaling data with rescale() +library(truncnorm) # For truncated normal distributions + +set.seed(1234) # Make any random stuff be the same every time you run this + +# Turn off the message that happens when you use group_by() and summarize() +options(dplyr.summarise.inform = FALSE) +``` + +Many MPA and MPP programs offer a brief math camp in the weeks before students begin their graduate degrees, with the hope that it will help students by more prepared in math-heavy classes like statistics and microeconomics. + +You're interested in evaluating the effectiveness of a hypothetical math camp program. Does attending math camp cause higher grades in statistics classes? + +This program is not randomized and it's not mandatory—anyone can decide to sign up (or not!), which means you have selection bias and confounding to worry about. + +You don't have any data for this, but that's okay! You can simulate some data and set up the infrastructure for answering this question later with real data. + +These two guides will be incredibly helpful for this assignment: + +- Generating random numbers: +- The ultimate guide to generating synthetic data for causal inference: + + +## 1: Draw a DAG that maps out how all the columns you care about are related + +For the sake of this example, we'll think about a DAG with just four nodes. Students' GRE scores and undergraduate GPAs confound both the choice to enroll in math camp and final class grades. Additionally, undergraduate degrees help cause GRE scores. + +```{r math-camp-dag, fig.width=6, fig.height=4, fig.align="center"} +math_camp_dag <- dagify(grade ~ camp + gpa + gre, + camp ~ gpa + gre, + gre ~ gpa, + outcome = "grade", + exposure = "camp", + coords = list(x = c(camp = 1, gpa = 2, gre = 3, grade = 4), + y = c(camp = 1, gpa = 2, gre = 2, grade = 1))) + +ggdag_status(math_camp_dag) + + theme_dag() + + guides(color = "none") # Turn off legend +``` + + +## 2: Specify how those nodes are measured + +Here's how these columns are measured: + +- **GPA**: Scale from 1.5 to 4.0 with two decimals (i.e. values like 3.54 are fine). Mostly clustered around 3.5, plus or minus some amount that you decide. You'll either want to scale down whatever values you create with `rescale()`, or use `rtruncnorm()` to constrain the values within the plausible range. +- **GRE**: Scale from 130 to 170 with no decimals (i.e. values like 145.32 are bad). Mostly clustered around 150, plus or minus some amount that you decide. You'll either want to scale down whatever values you create with `rescale()`, or use `rtruncnorm()` to constrain the values within the plausible range. +- **Math camp**: Binary variable. Roughly 50% of students enroll in math camp. +- **Final grade**: Final exam score in a student's statistics class. Scale from 0 to 100 with one decimal (i.e. values like 75.2 are fine), mostly clustered around 70 (it's a hard test), plus or minus some amount that you decide. + +## 3: Specify the relationships between the nodes based on the DAG equations + +In the DAG, there are three sets of relationships, or models: + +- **GPA is associated with GRE scores**: Every 1 point increase in GPA (i.e. moving from a 2.0 to a 3.0) increases GRE scores by 10, on average. +- **Math camp is associated with undergraduate GPA and GRE scores**: Math camp here is a binary variable, so you can't say things like "every 1 point increase in GRE scores changes math camp by X". Instead, you'll want to do something similar to [the example for creating an effect in an observational DAG](https://evalf21.classes.andrewheiss.com/example/synthetic-data/#creating-an-effect-in-an-observational-dag): create a column named `camp_score`, have GPA and GRE *decrease* that score (since people are less likely to enroll in math camp if they have higher GPAs and GRE scores), rescale that math camp score column to be between 0 and 1 to create a `camp_probability` column, and then randomly assign people to math camp based on those probabilities. I don't care what the size of the GPA and GRE effects are (since they'll be scaled down and binary-ized anyway)—just make it so that the probability of math camp goes down as GPA and GPA go up. +- **Final grade is caused by math camp, undergraduate GPA, and GRE scores**: Every 1 point increase in GPA increases final test scores by 10 points, on average. Every 1 point increase in GRE scores increase final test scores by 0.5 points. *Participating in math camp causes a boost of 10 points.* That's the causal effect you're building in. + +## 4: Generate data based on the DAG relationships + +Generate random columns that stand alone. Generate related columns using regression math. Consider adding random noise. This is an entirely trial and error process until you get numbers that look good. Rely heavily on plots as you try different coefficients and parameters. Optionally rescale any columns that go out of reasonable bounds. If you rescale, you'll need to tinker with the coefficients you used since the final effects will also get rescaled. + +Generate data for 2500 students. + +You'll probably want to rescale columns so you don't end up with GPAs like 6.3, etc. Rescaling distorts the causal effects you build in, so you probably won't do something like `10 * camp`—it'll likely need to be higher. + +```{r create-data} + +``` + + +## 5: Verify all relationships with plots and models + +Make sure the relationships look good. GPA and GRE should be related to each other. Higher values of GPA and GRE should decrease the likelihood of math camp. GPA, GRE, and math camp should all be positively related with final grades. + +Insert as many chunks as you need to here. + + +## 6: Try it out! + +See if you can find the effect. Run two models: + +- `grade ~ camp`: This is the naive, unadjusted, correlation-is-not-causation estimate. It's wrong. +- `grade ~ camp + gpa + gre`: This is the adjusted estimate. Backdoors have been closed and the coefficient for `camp` should be the causal effect. It should be around 10. +- (If you want to be super cool, adjust for GPA and GRE with inverse probability weighting too to see if the ATE for `camp` still holds. This is entirely optional.) + +Insert as many chunks as you need to here. + + +## 7: Save the data + +Make a version of your fake data that removes all the intermediate columns you made. Save the final clean data as a CSV file with `write_csv()`. + +Insert a chunk here to do that. diff --git a/docs/projects/rcts-ipw/data/lalonde.csv b/docs/projects/rcts-ipw/data/lalonde.csv new file mode 100644 index 00000000..075fed15 --- /dev/null +++ b/docs/projects/rcts-ipw/data/lalonde.csv @@ -0,0 +1,615 @@ +treat,age,educ,race,married,nodegree,re74,re75,re78 +1,37,11,black,1,1,0,0,9930.046 +1,22,9,hispan,0,1,0,0,3595.894 +1,30,12,black,0,0,0,0,24909.45 +1,27,11,black,0,1,0,0,7506.146 +1,33,8,black,0,1,0,0,289.7899 +1,22,9,black,0,1,0,0,4056.494 +1,23,12,black,0,0,0,0,0 +1,32,11,black,0,1,0,0,8472.158 +1,22,16,black,0,0,0,0,2164.022 +1,33,12,white,1,0,0,0,12418.07 +1,19,9,black,0,1,0,0,8173.908 +1,21,13,black,0,0,0,0,17094.64 +1,18,8,black,0,1,0,0,0 +1,27,10,black,1,1,0,0,18739.93 +1,17,7,black,0,1,0,0,3023.879 +1,19,10,black,0,1,0,0,3228.503 +1,27,13,black,0,0,0,0,14581.86 +1,23,10,black,0,1,0,0,7693.4 +1,40,12,black,0,0,0,0,10804.32 +1,26,12,black,0,0,0,0,10747.35 +1,23,11,black,0,1,0,0,0 +1,41,14,white,0,0,0,0,5149.501 +1,38,9,white,0,1,0,0,6408.95 +1,24,11,black,0,1,0,0,1991.4 +1,18,10,black,0,1,0,0,11163.17 +1,29,11,black,1,1,0,0,9642.999 +1,25,11,black,0,1,0,0,9897.049 +1,27,10,hispan,0,1,0,0,11142.87 +1,17,10,black,0,1,0,0,16218.04 +1,24,11,black,0,1,0,0,995.7002 +1,17,10,black,0,1,0,0,0 +1,48,4,black,0,1,0,0,6551.592 +1,25,11,black,1,1,0,0,1574.424 +1,20,12,black,0,0,0,0,0 +1,25,12,black,0,0,0,0,3191.753 +1,42,14,black,0,0,0,0,20505.93 +1,25,5,black,0,1,0,0,6181.88 +1,23,12,black,1,0,0,0,5911.551 +1,46,8,black,1,1,0,0,3094.156 +1,24,10,black,0,1,0,0,0 +1,21,12,black,0,0,0,0,1254.582 +1,19,9,white,0,1,0,0,13188.83 +1,17,8,black,0,1,0,0,8061.485 +1,18,8,hispan,1,1,0,0,2787.96 +1,20,11,black,0,1,0,0,3972.54 +1,25,11,black,1,1,0,0,0 +1,17,8,black,0,1,0,0,0 +1,17,9,black,0,1,0,0,0 +1,25,5,black,0,1,0,0,12187.41 +1,23,12,black,0,0,0,0,4843.176 +1,28,8,black,0,1,0,0,0 +1,31,11,black,1,1,0,0,8087.487 +1,18,11,black,0,1,0,0,0 +1,25,12,black,0,0,0,0,2348.973 +1,30,11,black,1,1,0,0,590.7818 +1,17,10,black,0,1,0,0,0 +1,37,9,black,0,1,0,0,1067.506 +1,41,4,black,1,1,0,0,7284.986 +1,42,14,black,1,0,0,0,13167.52 +1,22,11,white,0,1,0,0,1048.432 +1,17,8,black,0,1,0,0,0 +1,29,8,black,0,1,0,0,1923.938 +1,35,10,black,0,1,0,0,4666.236 +1,27,11,black,0,1,0,0,549.2984 +1,29,4,black,0,1,0,0,762.9146 +1,28,9,black,0,1,0,0,10694.29 +1,27,11,black,0,1,0,0,0 +1,23,7,white,0,1,0,0,0 +1,45,5,black,1,1,0,0,8546.715 +1,29,13,black,0,0,0,0,7479.656 +1,27,9,black,0,1,0,0,0 +1,46,13,black,0,0,0,0,647.2046 +1,18,6,black,0,1,0,0,0 +1,25,12,black,0,0,0,0,11965.81 +1,28,15,black,0,0,0,0,9598.541 +1,25,11,white,0,1,0,0,18783.35 +1,22,12,black,0,0,0,0,18678.08 +1,21,9,black,0,1,0,0,0 +1,40,11,black,0,1,0,0,23005.6 +1,22,11,black,0,1,0,0,6456.697 +1,25,12,black,0,0,0,0,0 +1,18,12,black,0,0,0,0,2321.107 +1,38,12,white,0,0,0,0,4941.849 +1,27,13,black,0,0,0,0,0 +1,27,8,black,0,1,0,0,0 +1,38,11,black,0,1,0,0,0 +1,23,8,hispan,0,1,0,0,3881.284 +1,26,11,black,0,1,0,0,17230.96 +1,21,12,white,0,0,0,0,8048.603 +1,25,8,black,0,1,0,0,0 +1,31,11,black,1,1,0,0,14509.93 +1,17,10,black,0,1,0,0,0 +1,25,11,black,0,1,0,0,0 +1,21,12,black,0,0,0,0,9983.784 +1,44,11,black,0,1,0,0,0 +1,25,12,white,0,0,0,0,5587.503 +1,18,9,black,0,1,0,0,4482.845 +1,42,12,black,0,0,0,0,2456.153 +1,25,10,black,0,1,0,0,0 +1,31,9,hispan,0,1,0,0,26817.6 +1,24,10,black,0,1,0,0,0 +1,26,10,black,0,1,0,0,9265.788 +1,25,11,black,0,1,0,0,485.2298 +1,18,11,black,0,1,0,0,4814.627 +1,19,11,black,0,1,0,0,7458.105 +1,43,9,black,0,1,0,0,0 +1,27,13,black,0,0,0,0,34099.28 +1,17,9,black,0,1,0,0,1953.268 +1,30,11,black,0,1,0,0,0 +1,26,10,black,1,1,2027.999,0,0 +1,20,9,black,0,1,6083.994,0,8881.665 +1,17,9,hispan,0,1,445.1704,74.34345,6210.67 +1,20,12,black,0,0,989.2678,165.2077,0 +1,18,11,black,0,1,858.2543,214.5636,929.8839 +1,27,12,black,1,0,3670.872,334.0493,0 +1,21,12,white,0,0,3670.872,334.0494,12558.02 +1,27,12,black,0,0,2143.413,357.9499,22163.25 +1,20,12,black,0,0,0,377.5686,1652.637 +1,19,10,black,0,1,0,385.2741,8124.715 +1,23,12,black,0,0,5506.308,501.0741,671.3318 +1,29,14,black,0,0,0,679.6734,17814.98 +1,18,10,black,0,1,0,798.9079,9737.154 +1,19,9,black,0,1,0,798.9079,17685.18 +1,27,13,white,1,0,9381.566,853.7225,0 +1,18,11,white,0,1,3678.231,919.5579,4321.705 +1,27,9,black,1,1,0,934.4454,1773.423 +1,22,12,black,0,0,5605.852,936.1773,0 +1,23,10,black,1,1,0,936.4386,11233.26 +1,23,12,hispan,0,0,9385.74,1117.439,559.4432 +1,20,11,black,0,1,3637.498,1220.836,1085.44 +1,17,9,black,0,1,1716.509,1253.439,5445.2 +1,28,11,black,0,1,0,1284.079,60307.93 +1,26,11,black,1,1,0,1392.853,1460.36 +1,20,11,black,0,1,16318.62,1484.994,6943.342 +1,24,11,black,1,1,824.3886,1666.113,4032.708 +1,31,9,black,0,1,0,1698.607,10363.27 +1,23,8,white,1,1,0,1713.15,4232.309 +1,18,10,black,0,1,2143.411,1784.274,11141.39 +1,29,12,black,0,0,10881.94,1817.284,0 +1,26,11,white,0,1,0,2226.266,13385.86 +1,24,9,black,0,1,9154.7,2288.675,4849.559 +1,25,12,black,0,0,14426.79,2409.274,0 +1,24,10,black,0,1,4250.402,2421.947,1660.508 +1,46,8,black,0,1,3165.658,2594.723,0 +1,31,12,white,0,0,0,2611.218,2484.549 +1,19,11,black,0,1,2305.026,2615.276,4146.603 +1,19,8,black,0,1,0,2657.057,9970.681 +1,27,11,black,0,1,2206.94,2666.274,0 +1,26,11,black,1,1,0,2754.646,26372.28 +1,20,10,black,0,1,5005.731,2777.355,5615.189 +1,28,10,black,0,1,0,2836.506,3196.571 +1,24,12,black,0,0,13765.75,2842.764,6167.681 +1,19,8,black,0,1,2636.353,2937.264,7535.942 +1,23,12,black,0,0,6269.341,3039.96,8484.239 +1,42,9,black,1,1,0,3058.531,1294.409 +1,25,13,black,0,0,12362.93,3090.732,0 +1,18,9,black,0,1,0,3287.375,5010.342 +1,21,12,black,0,0,6473.683,3332.409,9371.037 +1,27,10,black,0,1,1001.146,3550.075,0 +1,21,8,black,0,1,989.2678,3695.897,4279.613 +1,22,9,black,0,1,2192.877,3836.986,3462.564 +1,31,4,black,0,1,8517.589,4023.211,7382.549 +1,24,10,black,1,1,11703.2,4078.152,0 +1,29,10,black,0,1,0,4398.95,0 +1,29,12,black,0,0,9748.387,4878.937,10976.51 +1,19,10,white,0,1,0,5324.109,13829.62 +1,19,11,hispan,1,1,5424.485,5463.803,6788.463 +1,31,9,black,0,1,10717.03,5517.841,9558.501 +1,22,10,black,1,1,1468.348,5588.664,13228.28 +1,21,9,black,0,1,6416.47,5749.331,743.6666 +1,17,10,black,0,1,1291.468,5793.852,5522.788 +1,26,12,black,1,0,8408.762,5794.831,1424.944 +1,20,9,hispan,0,1,12260.78,5875.049,1358.643 +1,19,10,black,0,1,4121.949,6056.754,0 +1,26,10,black,0,1,25929.68,6788.958,672.8773 +1,28,11,black,0,1,1929.029,6871.856,0 +1,22,12,hispan,1,0,492.2305,7055.702,10092.83 +1,33,11,black,0,1,0,7867.916,6281.433 +1,22,12,white,0,0,6759.994,8455.504,12590.71 +1,29,10,hispan,0,1,0,8853.674,5112.014 +1,33,12,black,1,0,20279.95,10941.35,15952.6 +1,25,14,black,1,0,35040.07,11536.57,36646.95 +1,35,9,black,1,1,13602.43,13830.64,12803.97 +1,35,8,black,1,1,13732.07,17976.15,3786.628 +1,33,11,black,1,1,14660.71,25142.24,4181.942 +0,30,12,white,1,0,20166.73,18347.23,25564.67 +0,26,12,white,1,0,25862.32,17806.55,25564.67 +0,25,16,white,1,0,25862.32,15316.21,25564.67 +0,42,11,white,1,1,21787.05,14265.29,15491.01 +0,25,9,black,1,1,14829.69,13776.53,0 +0,37,9,black,1,1,13685.48,12756.05,17833.2 +0,32,12,white,1,0,19067.58,12625.35,14146.28 +0,20,12,black,0,0,7392.314,12396.19,17765.23 +0,38,9,hispan,1,1,16826.18,12029.18,0 +0,39,10,white,1,1,16767.41,12022.02,4433.18 +0,41,5,white,1,1,10785.76,11991.58,19451.31 +0,31,14,white,1,0,17831.29,11563.69,22094.97 +0,34,8,white,1,1,8038.872,11404.35,5486.799 +0,29,12,white,1,0,14768.95,11146.55,6420.722 +0,22,14,black,1,0,748.4399,11105.37,18208.55 +0,42,0,hispan,1,1,2797.833,10929.92,9922.934 +0,25,9,hispan,0,1,5460.477,10589.76,7539.361 +0,28,9,white,1,1,11091.41,10357.02,15406.78 +0,40,13,white,1,0,3577.621,10301.52,11911.95 +0,35,9,white,1,1,11475.43,9397.403,11087.38 +0,27,10,hispan,1,1,15711.36,9098.419,17023.41 +0,27,6,hispan,1,1,7831.189,9071.565,5661.171 +0,36,12,white,1,0,25535.12,8695.597,21905.82 +0,47,8,black,1,1,9275.169,8543.419,0 +0,40,11,white,1,1,20666.35,8502.242,25564.67 +0,27,7,white,1,1,3064.293,8461.065,11149.45 +0,36,9,black,1,1,13256.4,8457.484,0 +0,39,6,hispan,1,1,13279.91,8441.371,25048.94 +0,21,9,white,1,1,11156.07,8441.371,1213.214 +0,29,12,white,1,0,11199.17,8081.516,0 +0,22,13,hispan,0,0,6404.843,7882.79,9453.017 +0,25,10,white,1,1,13634.54,7793.274,11688.82 +0,27,12,white,1,0,12270.89,7709.129,7806.829 +0,45,8,white,1,1,22415.97,7635.726,15931.37 +0,26,12,white,1,0,2345.242,7565.903,2838.713 +0,27,12,white,1,0,9788.497,7496.081,14038.4 +0,33,8,white,1,1,12312.03,7474.597,25514.43 +0,25,12,white,1,0,11381.38,7467.435,4162.756 +0,49,8,white,1,1,6459.703,7431.629,7503.896 +0,40,3,hispan,1,1,7576.485,7426.258,12104.06 +0,22,12,black,1,0,9729.719,7372.548,2231.367 +0,25,5,white,1,1,7891.927,7293.774,14617.67 +0,25,12,white,1,0,11516.57,7263.339,19588.74 +0,21,12,white,1,0,13601.23,7202.468,10746.03 +0,33,9,hispan,1,1,11959.36,7087.887,25564.67 +0,20,12,black,1,0,9555.344,7055.661,0 +0,19,11,white,1,1,4306.468,6978.677,837.871 +0,25,12,black,1,0,295.8493,6942.871,461.0507 +0,29,12,white,1,0,15303.83,6932.129,24290.87 +0,20,12,white,1,0,3558.029,6797.855,6680.802 +0,29,6,hispan,1,1,8542.403,6701.177,7196.528 +0,25,13,white,1,0,19259.59,6652.839,13015.82 +0,41,15,white,1,0,25862.32,6563.323,24647 +0,39,10,white,1,1,22745.13,6493.5,25564.67 +0,33,12,white,1,0,10819.07,6369.968,2936.243 +0,29,8,white,1,1,9169.369,6352.065,20575.86 +0,21,11,white,1,1,10679.96,6276.871,10923.35 +0,31,12,white,1,0,23652.27,6228.532,22403.81 +0,36,12,black,1,0,11040.47,6221.371,7215.739 +0,25,7,white,1,1,5597.625,6099.629,122.6513 +0,35,7,white,1,1,10715.23,6087.097,15177.73 +0,22,9,white,1,1,5683.833,6038.758,4742.025 +0,31,2,hispan,1,1,3262.179,5965.355,9732.307 +0,40,15,white,1,0,10907.24,5922.387,6238.962 +0,47,3,white,1,1,9047.894,5911.645,6145.865 +0,26,8,hispan,0,1,3168.134,5872.258,11136.15 +0,42,7,white,1,1,10971.89,5806.016,9241.702 +0,53,12,white,0,0,17104.4,5775.581,19965.56 +0,30,17,black,0,0,17827.37,5546.419,14421.13 +0,28,10,white,1,1,10415.46,5544.629,10289.41 +0,46,11,white,1,1,14753.28,5299.355,0 +0,28,12,white,0,0,8256.35,5279.661,21602.88 +0,27,12,hispan,1,0,17604.01,5222.371,25564.67 +0,25,10,white,1,1,4335.857,5181.194,12418.81 +0,38,8,white,1,1,11242.27,5174.032,0 +0,26,12,hispan,0,0,7968.338,5109.581,4181.966 +0,54,12,white,0,0,7165.039,5012.903,0 +0,38,8,hispan,1,1,22606.02,4978.887,8720.065 +0,23,17,white,0,0,0,4876.839,16747.08 +0,23,8,white,1,1,3595.255,4866.097,2782.559 +0,23,12,white,1,0,11690.95,4764.048,14065 +0,25,12,hispan,1,0,8746.167,4762.258,379.7757 +0,25,15,white,1,0,7386.436,4738.984,12705.49 +0,37,11,hispan,0,1,615.2098,4713.919,0 +0,40,12,white,1,0,18389.68,4688.855,21857.05 +0,19,10,white,0,1,5777.878,4672.742,135.9508 +0,48,7,white,1,1,13326.93,4636.935,0 +0,19,12,white,0,0,8530.648,4620.823,0 +0,16,9,white,0,1,2539.21,4579.645,0 +0,29,10,white,1,1,713.1731,4542.048,7781.708 +0,30,16,white,0,0,3093.682,4468.645,15538.29 +0,22,11,white,1,1,8761.841,4463.274,10642.59 +0,22,10,white,0,1,17268.98,4400.613,2453.026 +0,47,10,black,1,1,13311.26,4397.032,19330.14 +0,25,12,hispan,1,0,2266.872,4361.226,3020.473 +0,47,10,black,0,1,21918.32,4323.629,19438.02 +0,24,12,black,1,0,8573.752,4293.194,0 +0,20,12,black,1,0,2648.929,4273.5,0 +0,28,12,black,0,0,16722.34,4253.806,7314.747 +0,47,11,white,0,1,8060.424,4232.323,3358.873 +0,50,0,white,1,1,10162.72,4218,220.1813 +0,18,12,white,0,0,2217.89,4191.145,8957.978 +0,21,12,white,0,0,9665.063,4110.581,1687.564 +0,47,11,white,1,1,23924.61,4096.258,17358.85 +0,21,12,white,0,0,2827.222,4056.871,5937.505 +0,34,11,white,1,1,0,4010.323,18133.18 +0,19,12,white,1,0,5817.063,3919.016,1066.919 +0,44,13,white,1,0,8032.994,3881.419,3104.704 +0,21,15,white,1,0,6951.479,3879.629,0 +0,20,12,black,0,0,5099.971,3842.032,12718.79 +0,51,11,white,0,1,48.98167,3813.387,1525.014 +0,28,13,white,0,0,5260.631,3790.113,9253.524 +0,24,15,white,0,0,12746.99,3743.565,0 +0,28,8,hispan,1,1,8305.332,3718.5,0 +0,20,11,white,1,1,5822.941,3532.306,11075.56 +0,29,12,white,1,0,14288.93,3503.661,8133.407 +0,23,12,white,1,0,14347.71,3482.177,3818.445 +0,20,11,black,0,1,0,3480.387,5495.665 +0,42,7,white,1,1,4324.102,3457.113,9856.436 +0,43,12,white,1,0,14328.12,3453.532,18781.9 +0,27,13,white,0,0,16406.9,3426.677,5344.937 +0,27,4,hispan,1,1,626.9654,3410.565,3367.739 +0,25,12,white,1,0,21469.65,3405.194,7981.201 +0,18,12,white,0,0,4729.67,3328.21,12602.05 +0,31,16,white,1,0,25862.32,3254.806,25564.67 +0,27,12,white,1,0,4043.927,3231.532,7240.86 +0,18,11,white,0,1,0,3226.161,15814.63 +0,24,7,white,1,1,7860.578,3213.629,0 +0,23,12,white,1,0,7856.66,3213.629,5535.564 +0,50,12,white,1,0,19929.66,3190.355,18597.19 +0,19,12,white,0,0,99.92261,3172.452,15436.33 +0,23,10,white,1,1,15811.28,3145.597,6398.556 +0,51,12,white,1,0,21001.38,3140.226,16015.6 +0,19,11,black,0,1,5607.422,3054.29,94.5745 +0,20,10,white,1,1,3099.56,2970.145,21141.83 +0,20,11,hispan,0,1,2868.367,2968.355,7403.41 +0,21,12,white,0,0,8128.998,2939.71,0 +0,39,10,white,1,1,0,2886,18761.22 +0,36,5,white,0,1,3814.692,2873.468,2751.527 +0,19,9,black,0,1,1079.556,2873.468,14344.29 +0,42,6,hispan,1,1,2425.572,2832.29,1907.745 +0,20,7,white,0,1,1902.448,2792.903,6098.578 +0,23,12,white,1,0,4954.986,2771.419,0 +0,35,12,white,1,0,1469.45,2719.5,0 +0,18,12,white,0,0,881.6701,2696.226,12120.31 +0,43,8,white,1,1,18338.74,2674.742,6395.601 +0,37,14,white,1,0,18501.36,2638.935,13429.58 +0,24,10,white,1,1,4719.874,2565.532,2173.736 +0,51,12,white,0,0,20742.76,2538.677,1019.631 +0,22,11,hispan,0,1,7341.373,2535.097,14187.65 +0,19,12,white,0,0,336.9939,2518.984,7118.209 +0,52,0,hispan,1,1,773.9104,2506.452,0 +0,21,12,white,0,0,2903.633,2456.323,4787.834 +0,24,12,white,0,0,9784.578,2413.355,0 +0,35,8,white,1,1,2241.401,2399.032,9460.406 +0,20,13,white,0,0,0,2352.484,0 +0,17,7,black,0,1,1054.086,2286.242,1613.677 +0,18,10,black,0,1,311.5234,2284.452,8154.095 +0,28,12,black,0,0,6285.328,2255.806,7310.313 +0,25,14,hispan,1,0,1622.273,2239.694,1892.968 +0,40,12,hispan,0,0,13616.9,2228.952,876.2919 +0,50,3,white,1,1,3136.786,2203.887,13976.34 +0,48,8,white,1,1,16050.31,2116.161,11600.15 +0,17,7,hispan,0,1,0,2082.145,6460.621 +0,30,12,white,1,0,7347.251,2080.355,14475.81 +0,30,7,white,1,1,574.0652,2010.532,366.4762 +0,22,11,white,1,1,3030.986,1976.516,0 +0,27,12,white,1,0,11493.06,1906.694,13419.24 +0,25,9,white,1,1,23377.97,1901.323,1898.879 +0,21,14,white,0,0,80.32994,1890.581,6389.69 +0,17,10,white,0,1,0,1888.79,19993.64 +0,39,7,white,0,1,7786.126,1844.032,9206.237 +0,18,9,black,0,1,1183.397,1822.548,803.8833 +0,25,12,white,1,0,2721.422,1754.516,1037.364 +0,20,8,white,1,1,2360.916,1741.984,0 +0,19,13,white,0,0,2366.794,1709.758,0 +0,19,11,white,0,1,0,1693.645,9853.481 +0,22,12,white,0,0,10137.25,1679.323,25564.67 +0,18,11,black,0,1,2068.986,1623.823,20243.38 +0,21,10,white,0,1,1767.259,1555.79,7675.312 +0,24,12,white,1,0,7643.1,1546.839,3262.82 +0,18,11,white,0,1,1273.523,1532.516,12489.75 +0,17,10,white,0,1,568.1874,1525.355,6231.573 +0,17,10,white,0,1,0,1503.871,7843.773 +0,18,10,white,0,1,0,1491.339,237.914 +0,53,10,hispan,0,1,7878.212,1489.548,13170.98 +0,18,11,black,0,1,1191.234,1478.806,3683.972 +0,17,10,hispan,0,1,0,1453.742,6918.716 +0,26,12,black,0,0,0,1448.371,0 +0,39,5,white,1,1,13082.02,1434.048,18323.81 +0,18,12,black,0,0,1579.169,1408.984,3057.416 +0,23,13,white,0,0,601.4949,1394.661,4975.505 +0,18,8,white,0,1,5023.56,1391.081,6756.166 +0,28,10,white,1,1,7578.444,1383.919,2404.261 +0,32,4,white,1,1,0,1378.548,0 +0,18,11,black,0,1,0,1367.806,33.98771 +0,40,10,white,1,1,1543.902,1342.742,0 +0,21,14,white,0,0,8456.196,1330.21,16967.26 +0,29,10,hispan,0,1,3732.403,1323.048,6694.101 +0,31,6,white,0,1,2666.562,1321.258,0 +0,46,7,white,1,1,19171.43,1317.677,0 +0,20,9,hispan,1,1,0,1283.661,0 +0,36,18,white,1,0,3273.935,1269.339,18227.76 +0,45,12,white,1,0,16559.72,1265.758,7987.112 +0,16,10,white,0,1,1026.656,1224.581,6847.785 +0,18,12,white,0,0,818.9735,1208.468,2232.845 +0,40,12,hispan,0,0,11867.28,1195.935,3873.121 +0,16,9,white,0,1,0,1188.774,2451.548 +0,16,10,white,0,1,574.0652,1181.613,5578.418 +0,28,5,hispan,1,1,10967.98,1178.032,239.3917 +0,20,12,white,0,0,0,1147.597,15554.55 +0,19,8,white,1,1,39.18534,1136.855,5327.204 +0,16,8,white,0,1,0,1113.581,542.3257 +0,20,11,white,1,1,2547.047,1099.258,0 +0,35,10,white,1,1,4964.782,1086.726,1745.195 +0,32,6,hispan,1,1,979.6334,1036.597,0 +0,32,16,black,0,0,17135.75,1031.226,0 +0,17,9,black,0,1,0,981.0968,8900.347 +0,16,7,white,0,1,0,975.7258,4728.725 +0,32,15,white,0,0,489.8167,968.5645,7684.178 +0,19,12,white,0,0,815.055,964.9839,12059.73 +0,40,12,white,1,0,16851.65,961.4032,17717.94 +0,50,7,white,1,1,11473.47,956.0323,0 +0,39,11,white,0,1,0,930.9677,0 +0,18,8,hispan,0,1,0,902.3226,1306.31 +0,39,10,black,0,1,844.444,889.7903,701.9201 +0,17,11,hispan,0,1,0,873.6774,7759.542 +0,17,5,black,0,1,96.00407,868.3065,0 +0,19,12,white,0,0,2425.572,861.1452,2587.499 +0,27,15,white,0,0,0,857.5645,3392.86 +0,18,11,black,0,1,587.78,841.4516,7933.914 +0,20,14,white,1,0,0,805.6452,1454.083 +0,20,12,white,1,0,12145.49,791.3226,13683.75 +0,19,13,black,0,0,1714.358,785.9516,9067.33 +0,24,8,white,1,1,213.5601,760.8871,2340.719 +0,27,12,white,1,0,4222.22,751.9355,0 +0,19,9,white,0,1,773.9104,676.7419,5647.871 +0,52,8,black,1,1,5454.599,666,0 +0,18,11,hispan,0,1,0,630.1935,0 +0,16,10,hispan,0,1,0,630.1935,3892.332 +0,18,12,hispan,0,0,0,630.1935,4843.988 +0,45,12,white,0,0,4473.006,608.7097,0 +0,21,14,white,0,0,9708.167,594.3871,2256.488 +0,36,8,white,1,1,2715.544,585.4355,0 +0,21,13,white,0,0,513.3279,578.2742,0 +0,41,7,white,1,1,19573.08,565.7419,0 +0,18,7,white,0,1,491.776,558.5806,642.8111 +0,39,9,white,0,1,11230.52,537.0968,5752.79 +0,19,3,white,1,1,0,537.0968,0 +0,32,13,white,1,0,12553.02,524.5645,15353.58 +0,16,9,white,0,1,0,485.1774,4112.513 +0,16,7,white,0,1,658.3136,479.8065,6210.885 +0,21,9,black,0,1,1030.574,470.8548,1223.558 +0,22,12,white,1,0,12096.51,469.0645,14289.62 +0,23,11,hispan,1,1,8946.012,469.0645,4776.012 +0,17,8,black,0,1,0,451.1613,0 +0,21,8,white,1,1,5699.507,388.5,8844.194 +0,18,10,white,0,1,0,386.7097,0 +0,24,12,white,1,0,9051.813,327.629,8547.171 +0,24,12,black,1,0,4232.016,320.4677,1273.8 +0,16,9,white,0,1,0,320.4677,3707.616 +0,20,8,white,1,1,621.0876,306.1452,5551.819 +0,42,8,white,0,1,17925.33,300.7742,14116.72 +0,17,8,hispan,0,1,391.8534,300.7742,18891.26 +0,19,8,hispan,0,1,368.3422,300.7742,18510 +0,17,9,black,0,1,0,297.1935,54.67588 +0,21,14,white,0,0,107.7597,293.6129,7698.955 +0,16,9,black,0,1,0,277.5,3983.951 +0,23,13,black,0,0,172.4155,272.129,582.2243 +0,16,9,white,0,1,411.446,254.2258,1725.985 +0,17,11,hispan,0,1,803.2994,248.8548,5173.521 +0,46,7,white,0,1,1081.515,245.2742,0 +0,32,10,white,1,1,4145.809,238.1129,8245.714 +0,18,11,white,0,1,131.2709,218.4194,7503.896 +0,23,12,hispan,1,0,0,216.629,0 +0,18,10,white,1,1,0,211.2581,14053.18 +0,19,10,black,0,1,1056.045,205.8871,0 +0,16,7,black,0,1,133.2301,205.8871,6145.865 +0,26,7,white,1,1,1538.024,189.7742,650.1997 +0,16,10,white,0,1,0,189.7742,2136.793 +0,17,10,white,0,1,0,182.6129,6423.677 +0,17,10,white,0,1,0,171.871,1483.637 +0,23,8,white,1,1,33.30754,166.5,0 +0,29,12,white,1,0,14641.6,162.9194,9473.705 +0,17,10,white,0,1,0,152.1774,10301.23 +0,49,8,white,1,1,14684.7,136.0645,14963.46 +0,20,10,white,1,1,6563.544,134.2742,15363.92 +0,40,16,white,1,0,0,114.5806,0 +0,19,10,white,0,1,1933.796,112.7903,675.321 +0,18,11,white,0,1,1481.206,57.29032,1421.573 +0,16,6,black,0,1,0,44.75806,0 +0,22,8,white,1,1,105.8004,42.96774,209.8372 +0,31,12,black,1,0,0,42.96774,11023.84 +0,20,11,white,1,1,4478.884,39.3871,6280.338 +0,17,11,hispan,0,1,601.4949,10.74194,1913.656 +0,50,12,white,1,0,25862.32,0,25564.67 +0,49,14,white,1,0,25862.32,0,25564.67 +0,47,9,white,1,1,25862.32,0,25564.67 +0,34,11,hispan,1,1,22198.49,0,0 +0,22,8,black,1,1,16961.37,0,959.0445 +0,27,12,white,1,0,15509.56,0,12593.19 +0,30,10,white,1,1,14913.94,0,11563.21 +0,52,12,white,1,0,14780.71,0,25564.67 +0,43,12,white,1,0,13321.05,0,16860.86 +0,27,9,hispan,1,1,12829.28,0,0 +0,35,13,white,0,0,9537.711,0,11269.14 +0,45,12,white,1,0,9277.128,0,12108.49 +0,22,11,black,1,1,9049.853,0,9088.018 +0,22,12,white,1,0,9022.424,0,3342.618 +0,23,11,white,1,1,8910.745,0,4183.444 +0,55,7,white,1,1,8832.375,0,0 +0,26,14,white,0,0,8411.132,0,0 +0,34,12,white,0,0,8125.079,0,6032.08 +0,22,11,white,0,1,8013.401,0,5748.356 +0,31,12,white,0,0,6156.016,0,4094.78 +0,19,12,white,0,0,5797.47,0,2160.436 +0,24,10,white,1,1,5523.173,0,5040.525 +0,36,12,white,1,0,5374.269,0,0 +0,20,9,white,1,1,5229.283,0,15892.95 +0,23,8,white,1,1,4610.155,0,0 +0,35,11,white,1,1,3975.352,0,21963.45 +0,23,12,white,0,0,3893.063,0,16324.45 +0,29,10,white,0,1,3751.996,0,251.2135 +0,24,9,white,1,1,3438.513,0,818.6605 +0,18,10,white,0,1,3360.143,0,0 +0,45,8,black,0,1,3299.405,0,31.03226 +0,21,13,hispan,0,0,3015.312,0,17627.8 +0,29,13,white,1,0,2780.2,0,14339.86 +0,21,15,white,0,0,2629.336,0,1717.118 +0,22,16,black,0,0,2564.68,0,116.7404 +0,24,12,black,1,0,2355.039,0,2448.593 +0,20,14,white,0,0,2210.053,0,2813.591 +0,19,6,black,0,1,1955.348,0,14998.92 +0,19,9,hispan,0,1,1822.118,0,3372.172 +0,19,12,black,0,0,1681.051,0,0 +0,20,13,white,0,0,1657.54,0,913.235 +0,19,12,black,0,0,1655.58,0,0 +0,26,5,white,1,1,1573.291,0,3700.227 +0,26,9,hispan,0,1,1563.495,0,2862.356 +0,23,12,white,0,0,1504.717,0,0 +0,20,9,hispan,0,1,1500.798,0,12618.31 +0,20,10,white,0,1,1412.631,0,6290.682 +0,36,11,white,1,1,1404.794,0,0 +0,39,12,white,1,0,1289.198,0,1202.869 +0,17,9,black,0,1,1222.582,0,422.6298 +0,55,3,white,0,1,1208.868,0,0 +0,28,8,white,1,1,1202.99,0,19516.33 +0,19,12,hispan,0,0,1058.004,0,8923.991 +0,37,7,white,1,1,963.9593,0,0 +0,16,9,white,1,1,920.8554,0,15997.87 +0,17,10,white,0,1,646.558,0,9438.24 +0,24,12,black,0,0,566.2281,0,2284.565 +0,19,11,white,0,1,540.7576,0,3406.16 +0,50,5,black,1,1,411.446,0,9166.338 +0,19,9,black,0,1,384.0163,0,0 +0,36,1,black,0,1,348.7495,0,0 +0,18,11,white,0,1,321.3198,0,7722.599 +0,16,7,hispan,0,1,289.9715,0,7515.717 +0,21,11,white,1,1,246.8676,0,6708.879 +0,55,6,white,1,1,111.6782,0,0 +0,37,12,white,0,0,48.98167,0,877.7696 +0,26,12,hispan,1,0,47.0224,0,0 +0,54,12,white,1,0,0,0,0 +0,50,12,white,1,0,0,0,0 +0,16,8,white,0,1,0,0,2559.422 +0,16,9,hispan,0,1,0,0,0 +0,18,10,black,0,1,0,0,2281.61 +0,40,11,black,1,1,0,0,0 +0,16,8,white,0,1,0,0,0 +0,16,9,black,0,1,0,0,2158.959 +0,26,14,white,0,0,0,0,6717.745 +0,20,9,black,0,1,0,0,6083.8 +0,20,12,black,0,0,0,0,0 +0,18,11,black,0,1,0,0,0 +0,46,11,black,1,1,0,0,2820.98 +0,17,8,black,0,1,0,0,12760.17 +0,16,9,white,0,1,0,0,4974.028 +0,30,10,white,1,1,0,0,3151.991 +0,33,12,hispan,1,0,0,0,5841.453 +0,34,12,black,1,0,0,0,18716.88 +0,21,13,black,0,0,0,0,17941.08 +0,29,11,white,1,1,0,0,0 +0,19,12,white,0,0,0,0,0 +0,31,4,hispan,0,1,0,0,1161.493 +0,19,12,hispan,0,0,0,0,18573.55 +0,20,12,black,0,0,0,0,11594.24 +0,55,4,black,0,1,0,0,0 +0,19,11,black,0,1,0,0,16485.52 +0,18,11,black,0,1,0,0,7146.286 +0,48,13,white,1,0,0,0,0 +0,16,9,hispan,1,1,0,0,6821.186 +0,17,10,black,0,1,0,0,0 +0,38,12,white,1,0,0,0,18756.78 +0,34,8,white,1,1,0,0,2664.341 +0,53,12,white,0,0,0,0,0 +0,48,14,white,1,0,0,0,7236.427 +0,16,9,white,0,1,0,0,6494.608 +0,17,8,black,0,1,0,0,4520.366 +0,27,14,black,0,0,0,0,10122.43 +0,37,8,black,0,1,0,0,648.722 +0,17,10,black,0,1,0,0,1053.619 +0,16,8,white,0,1,0,0,0 +0,48,12,white,1,0,0,0,1491.026 +0,55,7,white,0,1,0,0,0 +0,21,15,white,0,0,0,0,0 +0,16,10,black,0,1,0,0,1730.418 +0,23,12,white,0,0,0,0,3902.676 +0,46,11,black,1,1,0,0,0 +0,17,10,white,0,1,0,0,14942.77 +0,42,16,white,0,0,0,0,23764.8 +0,18,10,black,0,1,0,0,5306.516 +0,53,12,black,0,0,0,0,0 +0,17,10,white,1,1,0,0,3859.822 +0,17,6,white,0,1,0,0,0 +0,43,6,white,1,1,0,0,0 +0,34,12,black,0,0,0,0,0 +0,16,8,hispan,0,1,0,0,12242.96 +0,27,12,white,1,0,0,0,1533.88 +0,51,4,black,0,1,0,0,0 +0,39,2,black,1,1,0,0,964.9555 +0,55,8,white,1,1,0,0,0 +0,16,9,white,0,1,0,0,5551.819 +0,27,10,black,0,1,0,0,7543.794 +0,25,14,white,0,0,0,0,0 +0,18,11,white,0,1,0,0,10150.5 +0,24,1,hispan,1,1,0,0,19464.61 +0,21,18,white,0,0,0,0,0 +0,32,5,black,1,1,0,0,187.6713 +0,16,9,white,0,1,0,0,1495.459 diff --git a/docs/projects/rcts-ipw/data/nhefs.csv b/docs/projects/rcts-ipw/data/nhefs.csv new file mode 100644 index 00000000..e476f965 --- /dev/null +++ b/docs/projects/rcts-ipw/data/nhefs.csv @@ -0,0 +1,1567 @@ +seqn,qsmk,death,yrdth,modth,dadth,sbp,dbp,sex,age,race,income,marital,school,education,ht,wt71,wt82,wt82_71,birthplace,smokeintensity,smkintensity82_71,smokeyrs,asthma,bronch,tb,hf,hbp,pepticulcer,colitis,hepatitis,chroniccough,hayfever,diabetes,polio,tumor,nervousbreak,alcoholpy,alcoholfreq,alcoholtype,alcoholhowmuch,pica,headache,otherpain,weakheart,allergies,nerves,lackpep,hbpmed,boweltrouble,wtloss,infection,active,exercise,birthcontrol,pregnancies,cholesterol,hightax82,price71,price82,tax71,tax82,price71_82,tax71_82,id,censored,older +233,0,0,NA,NA,NA,175,96,0,42,1,19,2,7,1,174.1875,79.04,68.94604024,-10.093959760000004,47,30,-10,29,0,0,0,0,1,1,0,0,0,0,1,0,0,0,1,1,3,7,0,1,0,0,0,0,0,1,0,0,0,0,2,2,NA,197,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1,0,0 +235,0,0,NA,NA,NA,123,80,0,36,0,18,2,9,2,159.375,58.63,61.23496995,2.6049699499999974,42,20,-10,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,1,0,0,0,0,0,0,0,0,1,0,0,2,NA,301,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,2,0,0 +244,0,0,NA,NA,NA,115,75,1,56,1,15,3,11,2,168.5,56.81,66.22448602,9.414486019999998,51,20,-14,26,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,3,4,NA,0,1,1,0,0,1,0,0,0,0,0,0,2,0,2,157,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,3,0,1 +245,0,1,85,2,14,148,78,0,68,1,15,3,5,1,170.1875,59.42,64.41011654,4.9901165400000025,37,3,4,53,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,4,0,0,1,1,0,0,0,0,0,0,0,1,2,2,NA,174,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,4,0,1 +252,0,0,NA,NA,NA,118,77,0,40,0,18,2,11,2,181.875,87.09,92.07925111,4.989251109999998,42,20,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,0,0,1,0,0,1,1,2,NA,216,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,5,0,0 +257,0,0,NA,NA,NA,141,83,1,43,1,11,4,9,2,162.1875,99,103.41906036,4.419060360000003,34,10,10,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,212,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,6,0,0 +262,0,0,NA,NA,NA,132,69,1,56,0,19,2,12,3,161.5,63.05,58.9670081,-4.082991899999996,NA,20,0,39,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,3,4,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,205,NA,NA,NA,NA,NA,NA,NA,7,0,1 +266,0,0,NA,NA,NA,100,53,1,29,0,22,2,12,3,172.6875,58.74,58.9670081,0.22700809999999905,NA,2,1,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,1,0,1,0,0,0,1,0,0,0,0,0,0,2,0,2,166,NA,NA,NA,NA,NA,NA,NA,8,0,0 +419,0,1,84,10,13,163,79,0,51,0,18,2,10,2,166.875,64.86,62.142154690000005,-2.717845309999994,42,25,-10,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,1,1,0,0,0,0,0,0,0,0,2,2,2,NA,337,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,9,0,1 +420,0,1,86,10,17,184,106,0,43,0,16,2,11,2,175,62.26,72.12118683,9.861186830000001,42,20,-20,25,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,6,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,279,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,10,0,0 +428,1,0,NA,NA,NA,135,89,0,43,0,19,2,12,3,176.59375,63.96,79.83225712000001,15.872257120000008,42,30,-30,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,2,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,173,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,11,0,0 +431,0,1,92,11,28,118,69,0,34,0,18,2,12,3,186.875,85.28,83.46099608,-1.81900392,42,40,-10,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,6,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,150,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,12,0,0 +434,0,0,NA,NA,NA,127,80,1,54,0,16,3,8,1,156.78125,61.58,62.142154690000005,0.562154690000007,NA,20,-5,19,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,1,2,0,2,268,NA,NA,NA,NA,NA,NA,NA,13,0,1 +443,0,0,NA,NA,NA,168,105,1,51,1,NA,2,12,3,157.875,111.02,111.13013065000001,0.11013065000001632,42,10,0,38,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,1,0,0,0,0,0,0,1,1,0,NA,234,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,14,0,1 +446,1,1,88,1,3,141,79,1,71,0,17,2,0,1,147.09375,75.64,56.69904625,-18.94095375,NA,40,-40,41,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,1,0,0,1,1,0,15,229,NA,NA,NA,NA,NA,NA,NA,15,0,1 +455,0,0,NA,NA,NA,128,71,1,47,0,20,2,12,3,161.78125,64.07,69.39963261,5.329632610000004,42,10,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,269,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,16,0,0 +457,0,0,NA,NA,NA,126,68,0,56,0,19,2,12,3,169,76.66,77.1107029,0.45070290000001023,5,20,0,44,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,270,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,17,0,1 +596,1,0,NA,NA,NA,151,80,1,48,0,18,2,12,3,164,62.03,70.30681735,8.276817350000002,36,2,-2,30,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,3,225,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,18,0,0 +603,0,1,89,9,1,166,74,0,47,0,19,2,12,3,168,81.19,87.99691978,6.806919780000001,36,20,0,27,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,233,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,19,0,0 +604,0,0,NA,NA,NA,129,81,1,47,0,18,2,11,2,158.1875,65.54,69.39963261,3.8596326099999914,36,12,-2,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,1,1,0,0,0,0,1,1,1,0,4,285,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,20,0,0 +605,0,0,NA,NA,NA,114,63,0,25,0,18,2,12,3,179.875,73.48,74.38914868,0.9091486800000013,36,20,-5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,224,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,21,0,0 +616,0,0,NA,NA,NA,131,79,1,38,0,18,2,12,3,165.375,81.53,67.58526313,-13.94473687,50,20,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,234,0,2.099609375,1.69384765625,1.0498046875,0.43994140625,0.40594482421875,0.6099853515625,22,0,0 +618,1,0,NA,NA,NA,125,71,1,56,1,20,2,12,3,150.78125,60.78,70.76040972,9.980409719999997,NA,20,-20,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,0,4,230,NA,NA,NA,NA,NA,NA,NA,23,0,1 +619,0,0,NA,NA,NA,122,86,0,28,0,19,2,17,5,172.78125,70.87,77.1107029,6.240702900000002,NA,30,-10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,1,0,1,1,0,0,1,0,0,0,0,0,0,0,2,NA,161,NA,NA,NA,NA,NA,NA,NA,24,0,0 +620,0,0,NA,NA,NA,142,48,0,60,0,19,6,13,4,181.09375,62.48,60.781377580000004,-1.6986224199999924,NA,40,0,39,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,220,NA,NA,NA,NA,NA,NA,NA,25,0,1 +804,0,0,NA,NA,NA,119,72,1,27,0,14,6,10,2,175.5,131.54,126.09867886,-5.441321139999985,42,40,-20,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,14,0,1,1,0,0,1,0,0,0,1,1,2,2,1,1,129,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,26,0,0 +806,1,0,NA,NA,NA,144,76,0,47,0,22,2,17,5,179.78125,94.35,104.77983747,10.42983747000001,42,30,-30,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,328,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,27,0,0 +813,0,1,85,12,5,161,84,0,53,0,18,2,8,1,172.875,64.41,56.24545388,-8.164546119999997,42,20,0,38,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,1,3,0,0,0,0,0,1,0,0,0,0,1,0,1,2,NA,197,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,28,0,1 +816,0,0,NA,NA,NA,125,87,0,33,0,16,5,9,2,180.09375,64.41,77.56429527,13.154295270000006,42,30,-10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,196,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,29,0,0 +818,0,0,NA,NA,NA,131,82,0,41,0,21,2,15,4,182.28125,74.05,74.84274105,0.7927410500000036,42,60,0,21,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,2,3,1,0,0,1,0,1,0,0,0,1,0,0,1,1,2,NA,269,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,30,0,0 +825,0,1,91,2,13,156,92,0,52,0,20,2,12,3,184.78125,96.39,95.2543977,-1.1356023000000022,42,30,-27,35,0,1,0,0,1,0,0,0,1,0,0,0,0,0,1,0,1,4,0,1,1,0,0,0,0,0,0,0,0,2,1,2,NA,264,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,31,0,1 +828,1,1,85,1,22,126,83,0,57,0,NA,2,12,3,164.78125,81.87,76.20351816,-5.666481840000003,18,7,-7,35,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,0,0,1,0,0,0,2,2,2,NA,261,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,32,0,1 +831,0,0,NA,NA,NA,112,71,0,35,0,21,2,12,3,173.09375,70.76,79.37866475,8.618664749999994,42,30,-10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,196,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,33,0,0 +1094,0,0,NA,NA,NA,113,74,1,41,0,18,5,17,5,166.1875,58.17,64.41011654,6.2401165400000025,36,1,2,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,183,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,34,0,0 +1096,1,1,84,10,17,127,56,1,72,0,12,3,10,2,165.5,71.21,66.67807839000001,-4.5319216099999835,25,20,-20,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,0,0,0,0,0,0,0,0,0,1,2,0,4,260,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,35,0,1 +1101,0,0,NA,NA,NA,115,68,0,33,0,18,2,16,5,175,82.44,75.74992579,-6.690074209999992,25,20,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,182,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,36,0,0 +1103,0,0,NA,NA,NA,122,68,1,34,0,20,2,12,3,168.1875,61.23,65.77089365,4.540893650000008,25,20,10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,5,135,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,37,0,0 +1104,1,0,NA,NA,NA,140,88,1,35,0,20,2,12,3,161.1875,44.23,64.41011654,20.180116540000007,11,15,-15,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,5,171,0,1.769287109375,1.8984375,0.6298828125,0.46197509765625,-0.1292724609375,0.167999267578125,38,0,0 +1106,0,0,NA,NA,NA,116,85,1,28,0,20,2,16,5,167,56.47,59.420600470000004,2.950600470000005,25,30,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,0,1,1,1,3,203,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,39,0,0 +1109,0,0,NA,NA,NA,137,90,0,26,0,19,5,16,5,178.78125,70.87,79.37866475,8.508664749999994,9,35,-5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,6,0,0,0,0,0,0,0,0,0,0,0,2,0,2,NA,307,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,40,0,0 +1116,0,0,NA,NA,NA,130,71,0,64,0,18,2,12,3,178,79.15,78.92507238,-0.22492762000000255,25,17,-2,44,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,2,3,2,0,0,0,0,0,0,0,0,0,0,0,1,0,2,NA,262,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,41,0,1 +1120,0,0,NA,NA,NA,167,93,0,35,0,18,2,10,2,173.28125,85.62,84.82177319,-0.7982268100000027,25,30,10,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,12,0,1,1,0,0,0,0,0,0,0,0,0,0,2,NA,222,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,42,0,0 +1124,1,1,89,8,26,177,79,1,63,0,18,3,12,3,163.875,39.58,39.916128560000004,0.3361285600000059,25,20,-20,43,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,251,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,43,0,1 +1126,0,0,NA,NA,NA,121,80,1,45,0,18,2,12,3,153.875,63.84,66.22448602,2.384486019999997,25,3,2,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,1,0,0,0,0,0,0,0,0,0,2,0,5,202,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,44,0,0 +1129,0,1,88,10,4,142,62,1,69,0,15,2,8,1,156.6875,67.59,68.0388555,0.4488554999999934,25,20,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,7,199,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,46,0,1 +1133,0,0,NA,NA,NA,121,79,0,33,0,20,2,17,5,182.28125,74.5,79.37866475,4.878664749999999,39,20,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,1,0,2,NA,181,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,47,0,0 +1135,0,0,NA,NA,NA,183,101,0,45,0,20,2,12,3,170.6875,66.79,79.83225712000001,13.042257120000002,25,40,-20,28,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,5,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,274,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,48,0,0 +1148,0,0,NA,NA,NA,150,90,1,37,1,22,2,11,2,160.09375,66.56,68.49244787,1.9324478700000043,25,3,2,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,1,0,0,0,0,0,0,0,0,0,0,2,0,NA,258,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,49,0,0 +1476,1,1,83,8,1,NA,NA,0,49,1,18,2,10,2,184.28125,119.18,133.35615678000002,14.176156780000014,28,2,-2,32,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,331,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,50,0,0 +1480,0,0,NA,NA,NA,119,71,0,51,1,20,2,12,3,165,76.09,77.1107029,1.0207029000000034,47,10,-6,23,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,3,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,223,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,51,0,1 +1498,0,0,NA,NA,NA,105,60,1,28,0,19,2,10,2,167.1875,54.66,60.781377580000004,6.121377580000008,26,20,-5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,0,1,8,180,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,52,0,0 +1505,0,0,NA,NA,NA,117,78,1,36,1,13,2,12,3,158.6875,68.49,68.0388555,-0.45114449999999806,39,20,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,4,0,1,0,0,0,0,0,0,0,0,0,0,1,0,5,113,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,53,0,0 +1513,0,1,85,8,3,140,86,0,45,1,20,2,12,3,175.28125,71.44,83.91458845000001,12.474588450000013,47,15,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,6,0,0,1,0,0,0,0,0,0,0,0,0,2,2,NA,208,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,54,0,0 +1515,0,0,NA,NA,NA,121,90,1,47,1,19,2,11,2,159.6875,48.53,49.895160700000005,1.3651607000000041,1,8,-2,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,1,0,0,0,0,0,0,0,0,1,2,0,4,185,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,55,0,0 +1519,0,0,NA,NA,NA,127,83,1,57,1,18,2,10,2,149.78125,63.96,54.884676770000006,-9.075323229999995,22,20,-19,20,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,1,0,0,0,1,1,1,0,0,0,1,0,NA,263,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,56,0,1 +1523,0,0,NA,NA,NA,155,91,1,57,1,NA,2,9,2,157,73.94,67.13167076,-6.808329239999992,47,15,-6,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,0,1,0,0,0,0,0,0,0,0,0,2,0,NA,259,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,57,0,1 +1535,0,0,NA,NA,NA,116,70,1,35,0,18,2,8,1,162.6875,52.96,52.61671492,-0.34328508000000113,51,10,0,24,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,2,1,5,182,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,58,0,0 +1538,1,0,NA,NA,NA,160,83,0,50,0,20,2,10,2,183.1875,88.45,90.26488163,1.8148816300000021,26,30,-30,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,250,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,59,0,0 +1539,0,1,92,3,23,125,70,1,56,0,19,2,8,1,153.875,49.9,58.9670081,9.067008100000002,26,40,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,3,181,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,60,0,1 +1542,0,0,NA,NA,NA,116,75,1,55,1,NA,3,7,1,167,78.93,81.19303423000001,2.2630342300000024,51,10,5,26,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,3,4,0,1,0,0,0,0,0,0,1,0,0,0,2,0,2,343,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,61,0,1 +1762,0,1,87,8,29,176,108,1,64,0,19,2,15,4,155.09375,48.53,43.09127515,-5.43872485,50,10,2,38,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,3,1,0,1,1,0,0,0,0,0,1,0,0,1,1,0,3,306,0,2.099609375,1.69384765625,1.0498046875,0.43994140625,0.40594482421875,0.6099853515625,63,0,1 +1769,0,0,NA,NA,NA,110,75,1,25,1,18,6,12,3,158.375,50.8,88.45051215000001,37.65051215000001,18,30,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,1,1,0,0,0,1,0,0,1,0,1,0,2,0,1,232,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,64,0,0 +1776,0,1,90,11,24,155,70,1,32,1,15,2,9,2,164.78125,77,92.53284348000001,15.532843480000011,37,10,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,9,0,1,0,0,0,0,0,0,0,0,0,0,2,0,3,126,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,65,0,0 +1778,1,0,NA,NA,NA,133,85,0,34,1,18,2,11,2,171.5,68.83,74.38914868,5.559148680000007,13,20,-20,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,213,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,66,0,0 +1781,0,1,85,12,16,109,67,0,36,0,18,2,8,1,161.59375,67.36,70.76040972,3.400409719999999,NA,40,10,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,6,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,222,NA,NA,NA,NA,NA,NA,NA,67,0,0 +1789,1,0,NA,NA,NA,121,84,0,34,0,19,2,16,5,185.59375,109.09,108.40857643000001,-0.6814235699999927,34,30,-30,26,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,12,0,1,0,0,0,0,0,1,0,0,0,2,0,2,NA,212,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,68,0,0 +1793,0,0,NA,NA,NA,165,91,1,40,1,NA,2,8,1,151.59375,86.64,81.6466266,-4.993373399999996,NA,30,-16,15,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,2,3,3,0,0,1,0,0,0,0,0,0,0,0,1,2,0,11,200,NA,NA,NA,NA,NA,NA,NA,69,0,0 +1936,0,0,NA,NA,NA,128,62,1,47,0,NA,3,10,2,161.875,48.76,49.895160700000005,1.1351607000000072,42,30,-10,24,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,1,0,1,0,0,0,0,2,1,1,166,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,70,0,0 +1938,1,0,NA,NA,NA,140,73,1,54,0,18,4,9,2,157.78125,57.38,62.59574706,5.215747059999998,25,20,-20,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,218,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,71,0,1 +1939,0,0,NA,NA,NA,115,70,1,35,0,20,2,12,3,165.78125,56.25,56.69904625,0.4490462500000021,36,5,15,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,2,1,0,1,1,0,0,0,0,0,1,0,0,0,2,1,9,226,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,72,0,0 +1941,0,0,NA,NA,NA,NA,NA,1,48,0,16,3,12,3,159.1875,75.86,98.88313666,23.023136660000006,25,20,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,2,0,6,186,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,73,0,0 +1943,0,0,NA,NA,NA,134,90,0,33,0,13,2,7,1,177.875,72.12,77.1107029,4.990702900000002,25,20,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,174,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,74,0,0 +1951,0,0,NA,1,10,124,61,0,67,0,18,2,9,2,164.375,56.02,51.70953018,-4.310469820000002,25,20,-19,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,0,0,0,0,1,0,0,0,0,0,2,1,2,NA,207,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,76,0,1 +1964,0,0,NA,NA,NA,114,74,1,32,0,18,2,12,3,169.1875,53.86,56.24545388,2.38545388,25,3,4,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,4,NA,0,1,1,0,1,0,0,0,0,0,0,1,2,1,6,270,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,77,0,0 +1967,0,0,NA,NA,NA,102,76,1,37,0,21,2,12,3,155.5,50.69,54.4310844,3.7410844000000054,25,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,1,0,0,1,0,1,0,0,0,0,1,1,0,NA,195,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,78,0,0 +1968,0,1,85,9,11,142,69,0,65,0,16,2,12,3,179,69.63,69.39963261,-0.23036738999999784,25,5,0,47,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,3,1,0,1,0,1,0,0,0,0,1,0,0,1,1,2,NA,244,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,79,0,1 +2248,0,0,NA,NA,NA,152,82,1,51,1,18,3,10,2,165.78125,62.71,72.57477920000001,9.864779200000008,5,6,9,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,0,0,0,0,0,1,0,2,228,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,81,0,1 +2249,0,0,NA,NA,NA,140,80,0,33,1,18,3,15,4,188.28125,80.97,86.1825503,5.212550300000004,28,10,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,222,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,82,0,0 +2251,0,0,NA,NA,NA,124,103,0,34,1,18,2,12,3,163,67.13,73.48196394,6.3519639400000045,39,20,-12,18,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,1,0,0,0,0,0,1,2,NA,200,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,83,0,0 +2254,0,0,NA,NA,NA,137,77,1,53,0,17,4,10,2,161,81.42,60.32778521,-21.09221479,39,6,-1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,2,0,NA,252,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,84,0,1 +2255,0,0,NA,NA,NA,124,75,0,56,0,20,2,10,2,183.78125,88.68,95.2543977,6.574397699999992,39,20,10,49,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,207,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,85,0,1 +2259,0,0,NA,NA,NA,117,78,1,37,0,19,2,12,3,170.59375,74.16,68.49244787,-5.66755212999999,39,20,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,4,NA,0,0,1,0,1,1,0,0,0,0,1,1,2,0,9,206,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,86,0,0 +2260,1,0,NA,NA,NA,124,80,1,45,1,18,5,9,2,163.78125,89.47,90.26488163,0.7948816300000061,NA,5,-5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,1,1,0,1,0,0,0,1,1,0,0,1,0,5,144,NA,NA,NA,NA,NA,NA,NA,87,0,0 +2263,0,0,NA,NA,NA,128,76,0,55,1,18,2,11,2,173.375,76.88,69.39963261,-7.480367389999998,12,20,20,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,0,0,0,0,0,0,1,0,0,0,1,2,NA,188,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,88,0,1 +2267,0,0,NA,NA,NA,137,72,0,59,1,19,2,11,2,184.375,111.81,99.79032140000001,-12.019678599999992,42,40,0,40,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,255,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,89,0,1 +2273,0,0,NA,NA,NA,109,71,1,36,0,20,2,12,3,158.5,57.95,58.9670081,1.0170080999999982,39,30,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,0,0,0,0,0,0,0,0,0,0,0,1,1,0,NA,202,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,90,0,0 +2279,0,0,NA,NA,NA,156,60,1,35,0,20,4,12,3,173,71.44,75.29633342000001,3.856333420000013,39,12,18,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,2,0,1,0,0,0,0,0,0,0,0,0,2,1,0,NA,189,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,91,0,0 +2281,0,0,NA,NA,NA,123,85,1,39,0,19,2,12,3,172.78125,52.73,50.80234544,-1.9276545599999935,NA,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,2,0,1,0,0,0,0,0,0,0,0,0,0,1,0,3,223,NA,NA,NA,NA,NA,NA,NA,92,0,0 +2284,1,0,NA,NA,NA,116,80,1,30,0,18,2,12,3,168.375,65.54,81.19303423000001,15.653034230000003,39,13,-13,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,2,0,1,0,0,0,0,0,0,0,1,0,1,1,0,3,247,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,93,0,0 +2285,0,0,NA,NA,NA,129,79,1,32,1,13,6,9,2,164.375,56.47,63.502931800000006,7.032931800000007,39,10,-7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,2,1,1,0,0,0,1,0,0,0,0,0,0,1,0,5,156,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,94,0,0 +2286,0,1,87,8,24,132,88,1,45,1,12,2,12,3,161.59375,58.29,58.513415730000006,0.22341573000000636,26,8,2,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,2,1,2,0,0,0,0,0,0,0,0,1,0,0,1,0,0,4,191,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,95,0,0 +2287,0,0,NA,NA,NA,121,72,1,55,0,11,3,10,2,163.1875,66.9,59.420600470000004,-7.479399530000002,39,25,-5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,0,1,0,0,0,0,0,0,0,0,2,2,0,2,343,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,96,0,1 +2289,1,1,85,6,8,126,80,0,49,1,11,6,0,1,177.78125,89.24,85.728957930000007,-3.511042069999988,45,10,-10,34,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,0,1,1,2,NA,160,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,97,0,0 +2290,0,0,NA,NA,NA,100,74,0,30,1,18,6,11,2,178.375,93.67,108.40857643000001,14.738576430000009,39,20,20,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,12,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,202,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,98,0,0 +2293,0,0,NA,NA,NA,120,72,0,51,0,19,2,12,3,173.5,67.13,65.77089365,-1.3591063499999905,39,20,-16,33,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,159,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,99,0,1 +2295,0,1,91,11,19,138,68,1,49,0,17,5,10,2,162.78125,46.61,43.544867520000004,-3.0651324799999955,54,12,8,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,0,7,282,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,100,0,0 +2505,1,0,NA,NA,NA,123,71,1,54,0,18,2,8,1,160.5,50.24,60.32778521,10.08778521,26,10,-10,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,0,7,211,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,101,0,1 +2507,0,0,NA,NA,NA,125,77,0,52,0,16,2,5,1,167.78125,74.28,67.58526313,-6.69473687,55,6,4,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,1,0,0,0,0,2,NA,265,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,102,0,1 +2508,1,0,NA,NA,NA,140,82,0,43,0,19,2,13,4,177.28125,69.29,70.30681735,1.0168173499999966,26,1,-1,27,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,1,2,NA,221,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,103,0,0 +2510,1,0,NA,NA,NA,107,67,0,35,0,19,2,12,3,180.59375,85.16,87.08973504000001,1.9297350400000113,26,20,-20,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,184,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,104,0,0 +2511,1,0,NA,NA,NA,124,69,0,27,0,19,2,15,4,170.28125,106.25,118.84120094000001,12.591200940000007,26,40,-40,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,190,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,105,0,0 +2518,0,0,NA,NA,NA,113,83,1,29,0,19,2,12,3,161.875,53.18,59.874192840000006,6.694192840000007,26,30,-10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,1,0,0,2,172,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,106,0,0 +2522,0,0,NA,NA,NA,116,76,1,42,1,12,5,8,1,150.375,45.81,43.99845989,-1.8115401100000028,26,20,-5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,1,0,0,0,1,0,1,0,0,0,0,0,7,203,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,107,0,0 +2524,0,0,NA,NA,NA,96,63,1,39,0,19,5,12,3,162.59375,51.14,56.24545388,5.105453879999999,26,40,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,6,267,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,108,0,0 +2525,1,0,NA,NA,NA,127,77,0,50,0,NA,2,10,2,165.6875,72.35,81.6466266,9.29662660000001,26,20,-20,36,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,1,0,1,0,0,0,0,0,0,2,2,NA,227,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,109,0,0 +2528,0,0,NA,NA,NA,105,73,1,54,0,18,2,8,1,164.375,54.77,58.513415730000006,3.7434157300000024,26,7,-3,31,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,1,0,0,0,0,0,0,0,0,0,2,0,3,206,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,110,0,1 +2530,1,1,86,11,22,106,57,0,65,0,20,2,9,2,164.28125,71.44,72.12118683,0.6811868300000015,26,20,-20,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,0,1,0,0,0,0,0,0,0,0,0,0,2,NA,238,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,111,0,1 +2694,0,0,NA,NA,NA,118,67,0,27,0,17,2,6,1,161.28125,71.33,81.6466266,10.316626600000006,NA,2,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,1,0,0,0,0,0,2,2,NA,221,NA,NA,NA,NA,NA,NA,NA,112,0,0 +2700,0,0,NA,NA,NA,120,90,0,46,0,19,2,12,3,172.875,73.03,77.1107029,4.080702900000006,36,20,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,213,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,113,0,0 +2704,0,0,NA,NA,NA,144,96,1,32,0,20,2,10,2,158.1875,87.2,98.88313666,11.683136660000002,36,20,0,16,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,2,1,2,0,1,1,0,1,0,0,0,0,0,0,0,1,0,5,156,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,114,0,0 +2713,1,0,NA,NA,NA,142,69,1,43,1,18,6,6,1,163.59375,82.44,78.92507238,-3.5149276199999946,13,1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,3,2,1,0,1,0,0,0,0,0,1,0,0,1,2,0,5,194,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,115,0,0 +2716,1,0,NA,NA,NA,129,69,1,49,1,20,6,8,1,163.875,72.91,67.13167076,-5.778329239999991,51,20,-20,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,1,0,0,0,0,0,0,0,0,0,0,2,0,7,228,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,116,0,0 +2721,1,1,83,2,16,174,79,1,70,0,19,3,8,1,155.875,50.92,47.173606480000004,-3.746393519999998,NA,10,-10,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,1,0,1,0,0,1,2,0,4,255,NA,NA,NA,NA,NA,NA,NA,117,0,1 +2722,0,1,87,7,10,NA,NA,0,54,0,15,2,7,1,174,57.49,63.502931800000006,6.012931800000004,26,20,0,45,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,3,1,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,143,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,118,0,1 +2937,1,1,87,9,2,126,60,1,58,0,21,2,16,5,157,55.34,48.08079122,-7.259208780000002,42,10,-10,42,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,1,0,0,0,0,2,0,1,144,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,119,0,1 +2940,0,0,NA,NA,NA,123,83,0,32,0,18,5,10,2,175.78125,72.8,77.56429527,4.764295270000005,26,30,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,207,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,120,0,0 +2949,0,0,NA,NA,NA,116,58,1,50,0,18,2,9,2,149.875,68.72,58.9670081,-9.752991899999998,18,20,10,33,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,3,4,NA,0,1,0,0,0,1,0,0,1,0,0,0,0,0,6,237,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,121,0,0 +2955,0,0,NA,NA,NA,100,68,1,37,0,19,2,12,3,164,50.24,54.884676770000006,4.644676770000004,18,30,10,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,3,0,1,0,0,0,0,0,0,0,0,0,1,1,0,4,215,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,122,0,0 +3110,1,0,NA,NA,NA,137,89,0,26,0,18,2,12,3,172.09375,78.58,73.02837157,-5.551628429999994,18,20,-20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,200,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,123,0,0 +3121,0,0,NA,NA,NA,117,81,1,25,0,20,2,12,3,159.59375,51.48,54.884676770000006,3.404676770000009,37,10,-5,3,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,3,6,0,1,0,0,1,0,0,0,0,0,0,0,1,1,2,214,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,125,0,0 +3128,1,0,NA,NA,NA,127,64,0,45,0,22,2,17,5,166.875,62.6,70.30681735,7.7068173500000015,39,1,-1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,226,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,126,0,0 +3134,0,0,NA,NA,NA,120,83,0,40,0,19,2,12,3,178.5,72.8,73.48196394,0.6819639400000028,26,25,-10,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,0,1,1,0,1,0,0,0,0,0,0,2,0,2,NA,228,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,127,0,0 +3322,1,0,NA,NA,NA,114,73,0,38,0,19,2,5,1,173.59375,70.19,72.57477920000001,2.384779200000011,37,30,-30,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,317,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,128,0,0 +3332,0,0,NA,NA,NA,124,81,1,43,0,15,3,4,1,161.875,54.54,56.24545388,1.7054538800000003,37,10,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,1,0,0,1,0,1,0,2,0,NA,213,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,129,0,0 +3337,1,0,NA,NA,NA,NA,NA,1,56,0,16,3,12,3,167.78125,57.27,63.502931800000006,6.232931800000003,45,10,-10,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,1,0,1,0,0,0,0,0,0,1,0,1,0,1,0,NA,290,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,130,0,1 +3338,1,0,NA,NA,NA,163,85,0,58,0,16,2,8,1,188.28125,74.96,84.36818082,9.408180820000013,37,40,-40,38,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,176,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,131,0,1 +3353,0,0,NA,NA,NA,98,69,1,25,0,18,2,10,2,166.5,61.12,63.502931800000006,2.3829318000000086,37,4,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,3,175,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,132,0,0 +3356,0,0,NA,NA,NA,113,69,1,46,0,14,4,10,2,165.09375,60.89,53.523899660000005,-7.366100339999996,45,10,-4,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,1,0,0,1,1,0,NA,152,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,133,0,0 +3357,1,0,NA,NA,NA,129,78,0,45,0,19,2,17,5,173.5,88.56,101.15109851000001,12.591098510000009,51,30,-30,14,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,290,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,134,0,0 +3682,0,0,NA,NA,NA,127,78,1,42,0,16,2,13,4,162.28125,60.1,63.502931800000006,3.4029318000000046,6,5,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,1,1,0,0,1,0,0,0,0,0,1,2,0,8,157,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,135,0,0 +3683,0,0,NA,NA,NA,111,59,0,30,0,16,4,12,3,177.375,79.83,73.02837157,-6.801628429999994,6,2,-2,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,245,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,136,0,0 +3684,0,0,NA,NA,NA,151,78,0,54,0,19,2,12,3,183.375,102.51,99.79032140000001,-2.7196785999999946,29,40,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,326,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,137,0,1 +3696,0,0,NA,NA,NA,126,82,0,29,0,17,2,12,3,175.1875,58.51,68.94604024,10.436040240000004,48,20,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,6,0,0,0,0,0,1,0,0,0,0,0,2,2,2,NA,169,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,139,0,0 +3701,0,0,NA,NA,NA,134,80,0,45,1,19,2,12,3,190.875,90.04,92.07925111,2.039251109999995,48,5,-5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,4,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,237,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,140,0,0 +3706,0,0,NA,NA,NA,123,78,0,47,1,18,5,12,3,184.59375,80.06,71.66759446,-8.392405539999999,22,10,10,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,221,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,142,0,0 +3709,0,0,NA,NA,NA,116,79,0,28,0,22,2,8,1,181.09375,114.76,107.95498406,-6.805015940000004,42,15,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,5,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,254,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,143,0,0 +3713,0,0,NA,NA,NA,115,79,1,30,0,19,2,12,3,167.78125,70.76,83.91458845000001,13.154588450000006,26,20,25,14,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,3,3,2,0,1,1,0,0,0,0,0,0,1,0,0,0,0,1,321,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,144,0,0 +3717,0,0,NA,NA,NA,145,93,0,35,0,20,2,12,3,165.59375,68.04,74.84274105,6.8027410499999945,8,20,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,1,0,0,0,0,0,0,0,0,2,0,2,NA,230,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,145,0,0 +3721,0,0,NA,NA,NA,133,77,0,43,0,19,3,17,5,177,75.41,78.01788764,2.6078876400000013,6,30,-20,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,243,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,146,0,0 +3724,1,0,NA,NA,NA,126,80,1,48,0,NA,2,12,3,180,94.01,112.03731539,18.02731539,6,30,-30,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,5,0,0,1,0,0,1,0,0,0,0,0,0,2,0,2,261,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,147,0,0 +3731,0,0,NA,NA,NA,125,82,1,42,0,21,2,12,3,161.5,61.58,64.86370891,3.2837089100000014,39,4,16,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,NA,246,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,148,0,0 +3735,1,0,NA,NA,NA,157,76,1,54,0,19,2,16,5,159.6875,65.77,58.513415730000006,-7.2565842699999905,31,10,-10,32,0,0,0,0,1,0,0,0,0,1,0,0,1,0,1,0,2,1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,3,287,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,149,0,1 +3926,0,1,92,6,17,105,68,1,61,1,14,6,8,1,163.375,81.53,82.55381134000001,1.0238113400000088,22,15,-10,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,2,248,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,150,0,1 +3928,0,0,NA,NA,NA,148,98,0,36,1,17,2,7,1,160.375,59.19,65.77089365,6.580893650000007,13,20,-12,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,164,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,151,0,0 +3934,0,1,89,12,16,126,74,0,34,1,20,2,16,5,177.1875,96.5,89.81128926000001,-6.6887107399999906,37,13,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,5,0,1,0,0,0,0,0,0,0,1,0,1,2,2,NA,391,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,152,0,0 +3944,1,1,86,3,18,109,65,1,70,1,12,2,6,1,175.09375,73.82,68.0388555,-5.781144499999996,13,2,-2,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,0,NA,336,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,153,0,1 +3947,1,0,NA,NA,NA,122,68,1,53,0,18,2,7,1,161.875,57.72,60.781377580000004,3.0613775800000056,1,5,-5,37,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,1,0,0,0,0,0,0,1,2,0,2,272,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,154,0,1 +3948,1,0,NA,NA,NA,144,72,0,53,0,18,2,11,2,167,60.44,78.92507238,18.485072380000005,13,28,-28,36,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,1,0,0,0,0,0,0,0,0,0,2,2,NA,207,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,155,0,1 +4234,0,0,NA,NA,NA,126,69,1,62,0,18,2,10,2,162.28125,65.54,68.49244787,2.9524478700000003,34,20,-10,37,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,3,1,0,0,0,0,0,0,0,0,0,0,0,1,2,0,2,315,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,156,0,1 +4236,0,1,88,9,8,150,85,0,67,0,13,2,8,1,165.5,62.71,61.23496995,-1.4750300500000009,17,20,-10,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,2,0,1,0,0,0,0,0,0,1,0,0,0,2,2,NA,241,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,157,0,1 +4237,1,1,84,12,6,142,81,1,60,0,17,5,16,5,156.875,71.33,71.66759446,0.33759446000000537,12,2,-2,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,318,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,158,0,1 +4244,1,0,NA,NA,NA,150,89,0,29,0,21,2,12,3,186.28125,101.04,91.17206637000001,-9.867933629999996,13,40,-40,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,1,0,0,0,0,0,0,1,2,NA,208,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,160,0,0 +4251,0,0,NA,NA,NA,137,67,1,50,0,18,2,12,3,160.59375,73.48,84.82177319,11.341773189999998,26,15,5,31,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,3,4,NA,0,0,0,0,0,0,0,0,1,0,0,1,2,0,7,348,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,162,0,0 +4257,0,0,NA,NA,NA,106,73,0,27,0,12,6,11,2,172.5,61.23,66.67807839000001,5.448078390000013,NA,15,-5,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,3,5,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,124,NA,NA,NA,NA,NA,NA,NA,163,0,0 +4270,1,0,NA,NA,NA,NA,NA,1,34,1,13,2,11,2,168.6875,59.65,56.69904625,-2.9509537499999965,12,2,-2,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,0,0,0,0,0,0,0,0,0,1,2,0,4,281,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,165,0,0 +4278,1,0,NA,NA,NA,115,79,0,33,0,19,2,13,4,188.375,82.33,89.81128926000001,7.481289260000011,36,20,-20,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,1,0,0,1,0,0,0,0,0,0,0,0,1,0,2,NA,308,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,166,0,0 +4281,1,0,NA,NA,NA,113,67,1,59,0,NA,2,12,3,157,58.74,58.9670081,0.22700809999999905,34,10,-10,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,3,0,0,0,0,0,0,0,0,0,0,0,1,1,0,2,199,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,167,0,1 +4286,0,0,NA,NA,NA,126,86,1,34,0,NA,2,12,3,168.875,68.27,63.502931800000006,-4.76706819999999,53,20,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,0,1,2,0,1,221,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,168,0,0 +4287,0,1,86,7,11,100,68,1,61,0,18,2,12,3,156.6875,60.44,38.10175908,-22.338240919999997,36,10,-9,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,2,1,0,NA,278,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,169,0,1 +4289,1,1,89,8,14,142,91,1,43,1,18,2,10,2,160,56.81,71.66759446,14.857594460000001,1,25,-25,32,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,2,0,12,156,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,170,0,0 +4528,1,0,NA,NA,NA,111,68,0,38,0,22,2,16,5,172,78.7,78.92507238,0.2250723800000003,25,60,-60,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,326,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,171,0,0 +4544,0,0,NA,NA,NA,113,68,1,40,0,19,2,12,3,163.375,53.52,54.884676770000006,1.3646767700000026,48,40,-20,21,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,4,NA,0,1,0,1,0,1,0,0,1,0,0,0,2,0,2,201,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,172,0,0 +4545,1,0,NA,NA,NA,137,74,1,55,0,18,2,12,3,159.09375,97.98,106.14061458,8.16061458,42,20,-20,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,259,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,173,0,1 +4546,0,0,NA,NA,NA,139,87,1,34,0,NA,2,8,1,156.59375,54.66,53.523899660000005,-1.1361003399999916,8,20,-16,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,3,0,1,0,0,0,0,0,0,0,0,0,1,2,0,6,222,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,174,0,0 +4548,0,1,87,3,15,142,74,0,56,0,20,2,17,5,170.78125,66.11,71.66759446,5.557594460000004,6,3,0,36,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,3,2,0,1,0,0,0,0,0,0,0,0,0,1,0,2,NA,188,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,175,0,1 +4556,1,1,86,9,5,109,85,1,54,0,19,2,12,3,164,66.56,74.38914868,7.829148680000003,19,5,-5,8,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,0,0,1,0,0,1,0,0,0,0,0,0,3,377,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,176,0,1 +4559,1,1,88,4,15,127,81,0,59,0,18,2,10,2,167.6875,63.62,59.874192840000006,-3.745807159999991,NA,50,-50,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,216,NA,NA,NA,NA,NA,NA,NA,177,0,1 +4561,0,0,NA,NA,NA,97,61,0,52,0,19,2,12,3,172.1875,81.19,86.1825503,4.992550300000005,42,20,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,213,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,178,0,1 +4562,0,0,NA,NA,NA,103,53,1,25,0,18,2,12,3,159,57.49,61.23496995,3.744969949999998,6,25,10,10,0,1,0,0,0,0,0,0,1,1,0,0,0,0,1,2,3,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3,168,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,179,0,0 +4566,1,1,88,2,23,185,NA,1,65,0,NA,3,15,4,162.5,60.33,66.67807839000001,6.348078390000012,17,1,-1,35,0,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,2,1,0,0,0,0,1,0,0,1,0,0,0,0,2,0,NA,282,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,180,0,1 +4567,0,1,85,6,8,153,71,1,63,0,NA,3,17,5,162,61.58,64.41011654,2.830116540000006,42,10,10,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,1,0,0,0,0,0,0,1,0,1,2,2,0,NA,263,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,181,0,1 +4944,0,0,NA,NA,NA,109,76,1,25,0,11,5,10,2,154.6875,68.15,74.38914868,6.23914868,48,3,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,6,0,1,0,0,0,0,0,0,0,0,0,0,2,0,2,216,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,182,0,0 +4946,0,0,NA,NA,NA,NA,NA,0,29,0,18,2,6,1,178.78125,74.5,83.46099608,8.960996080000001,NA,20,40,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,12,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,173,NA,NA,NA,NA,NA,NA,NA,183,0,0 +4958,0,0,NA,NA,NA,114,69,1,52,0,12,2,3,1,158.78125,75.75,69.85322498000001,-5.896775019999993,48,3,2,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,NA,211,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,184,0,1 +4959,0,0,NA,NA,NA,139,78,1,44,1,13,3,12,3,162.09375,74.62,78.01788764,3.3978876399999933,48,20,-10,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,1,0,0,0,0,0,2,0,7,275,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,185,0,0 +4966,1,0,NA,NA,NA,148,105,0,30,0,19,2,13,4,160.1875,67.13,67.13167076,0.0016707600000103184,48,1,-1,6,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,12,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,210,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,186,0,0 +4970,0,1,90,12,2,123,74,0,71,0,14,2,3,1,167.1875,53.18,43.09127515,-10.088724849999998,NA,4,-2,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,8,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,208,NA,NA,NA,NA,NA,NA,NA,187,0,1 +4971,1,0,NA,NA,NA,139,70,1,63,0,14,2,3,1,157.5,85.96,88.90410452,2.9441045200000104,NA,2,-2,23,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,1,1,1,0,0,1,0,0,8,314,NA,NA,NA,NA,NA,NA,NA,188,0,1 +4976,0,1,91,7,4,197,98,0,54,0,15,2,5,1,165.375,73.82,70.30681735,-3.5131826499999903,NA,3,7,34,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,243,NA,NA,NA,NA,NA,NA,NA,190,0,1 +4979,0,1,85,5,23,93,57,0,61,0,15,2,3,1,168.5,92.53,82.10021897,-10.429781030000001,48,20,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,221,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,191,0,1 +4986,1,0,NA,NA,NA,122,81,0,32,0,17,2,12,3,168.59375,84.25,94.80080533,10.550805330000003,48,10,-10,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,215,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,192,0,0 +4987,0,0,NA,NA,NA,123,73,0,58,0,18,6,2,1,170.1875,78.13,77.1107029,-1.0192970999999886,48,10,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,5,0,1,0,0,0,0,0,0,1,0,0,0,2,2,NA,216,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,193,0,1 +4988,0,0,NA,NA,NA,123,82,0,42,0,18,2,9,2,170.5,82.33,83.46099608,1.1309960800000027,48,20,20,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,12,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,206,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,194,0,0 +4990,0,0,NA,NA,NA,120,67,1,30,0,18,4,12,3,168.6875,58.63,60.781377580000004,2.151377580000002,48,15,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,0,1,0,0,1,0,0,0,0,0,1,1,2,0,NA,178,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,195,0,0 +4994,0,0,NA,NA,NA,152,93,0,54,0,17,2,0,1,175.875,79.38,81.6466266,2.2666266000000093,48,10,-5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,0,1,0,0,0,0,0,0,0,0,1,2,2,NA,252,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,196,0,1 +4999,1,0,NA,NA,NA,NA,NA,1,56,0,18,2,12,3,155.78125,49.78,56.24545388,6.465453879999998,48,20,-20,31,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,3,254,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,197,0,1 +5011,0,0,NA,NA,NA,112,88,1,30,1,13,6,11,2,166.875,80.51,92.07925111,11.569251109999996,48,15,0,11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,2,1,2,0,0,0,0,0,0,0,0,0,0,0,1,2,0,7,157,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,198,0,0 +5014,1,1,85,6,14,121,82,1,62,0,15,2,7,1,148.5,80.4,58.9670081,-21.432991900000005,48,10,-10,12,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,1,0,0,0,0,0,0,0,0,1,2,0,5,254,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,199,0,1 +5015,0,0,NA,NA,NA,150,100,0,47,0,NA,2,6,1,172.59375,86.64,86.63614267,-0.0038573300000024346,48,20,-10,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,192,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,200,0,0 +5403,0,0,NA,NA,NA,163,90,0,56,1,11,2,1,1,173.875,68.38,68.0388555,-0.34114449999999863,1,20,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,2,2,2,NA,175,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,201,0,1 +5404,0,0,NA,NA,NA,125,80,1,35,1,15,2,11,2,169,88.34,83.46099608,-4.879003920000002,12,20,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,1,0,0,0,0,1,0,0,0,0,0,1,0,7,225,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,202,0,0 +5411,0,1,87,6,19,147,95,0,56,1,12,6,2,1,174.5,59.87,58.9670081,-0.9029918999999964,1,20,10,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,237,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,203,0,1 +5412,0,1,89,3,25,149,77,0,53,0,11,2,6,1,181.6875,135.62,106.59420695,-29.025793050000004,1,20,-12,38,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,180,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,204,0,1 +5415,0,1,84,7,28,123,81,1,32,1,11,4,6,1,172,73.03,107.04779932000001,34.01779932000001,1,20,-2,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,1,0,0,0,0,0,0,0,1,1,2,1,7,137,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,205,0,0 +5422,0,0,NA,NA,NA,121,67,0,54,1,12,2,1,1,182.78125,74.39,69.85322498000001,-4.536775019999993,1,15,-7,33,1,0,0,1,0,1,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,1,0,1,0,0,1,0,0,1,1,2,NA,189,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,206,0,1 +5423,0,0,NA,NA,NA,128,80,1,55,1,11,2,1,1,169.5,53.41,46.72001411,-6.6899858899999955,1,10,-5,32,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,1,0,0,0,0,2,0,1,233,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,207,0,1 +5431,0,0,NA,NA,NA,150,52,1,69,0,12,3,9,2,149.78125,60.21,50.34875307,-9.86124693,13,16,4,49,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,4,4,NA,0,1,1,0,0,1,0,0,1,0,0,1,0,0,12,249,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,208,0,1 +5432,0,0,NA,NA,NA,111,78,0,36,0,12,4,9,2,172.28125,74.05,83.91458845000001,9.864588450000014,1,35,-5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,10,0,1,0,0,0,1,0,0,0,0,0,1,1,2,NA,186,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,209,0,0 +5433,0,0,NA,NA,NA,114,70,0,51,0,19,2,5,1,168.1875,49.21,53.523899660000005,4.313899660000004,1,20,-10,37,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,197,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,210,0,1 +5443,0,0,NA,NA,NA,134,91,0,49,1,18,2,2,1,174.78125,99.22,97.97595192,-1.244048079999999,1,20,-13,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,8,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,238,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,211,0,0 +5454,1,1,89,11,15,NA,NA,0,58,1,11,2,2,1,176.59375,78.36,79.37866475,1.0186647499999992,1,10,-10,40,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,1,0,0,0,1,2,2,NA,184,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,212,0,1 +5464,0,0,NA,NA,NA,145,96,1,39,0,15,2,4,1,170.78125,57.49,91.17206637000001,33.68206637000001,1,40,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,1,0,0,0,0,0,0,2,0,6,296,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,213,0,0 +5469,0,0,NA,NA,NA,132,84,0,55,0,19,2,12,3,189.28125,95.71,92.07925111,-3.6307488899999925,1,15,5,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,79,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,214,0,1 +5477,1,0,NA,NA,NA,141,70,0,49,0,13,2,12,3,178.09375,84.94,81.6466266,-3.293373399999993,1,30,-30,27,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,3,1,12,0,0,0,0,0,1,0,0,0,0,0,1,2,2,NA,223,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,215,0,0 +5478,0,0,NA,NA,NA,116,69,1,25,0,14,5,12,3,174,60.21,62.59574706,2.38574706,1,30,10,7,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,3,1,2,0,1,0,0,0,0,0,0,0,0,1,0,2,1,1,215,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,216,0,0 +5480,1,0,NA,NA,NA,176,108,0,45,1,17,2,10,2,174.375,66,78.92507238,12.925072380000003,1,10,-10,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,0,0,0,0,0,0,0,1,0,0,0,2,2,NA,190,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,217,0,0 +5490,0,0,NA,NA,NA,113,83,0,50,0,17,2,3,1,173.5,63.39,60.781377580000004,-2.608622419999996,13,20,-15,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,8,0,1,0,0,0,1,0,0,0,0,0,1,0,2,NA,180,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,218,0,0 +5497,0,1,86,6,14,162,111,1,38,1,13,4,16,5,161.5,107.73,83.46099608,-24.269003920000003,1,12,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,1,4,184,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,219,0,0 +5739,1,0,NA,NA,NA,117,75,1,34,0,18,2,12,3,167.28125,69.74,70.30681735,0.566817350000008,6,1,-1,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,2,226,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,220,0,0 +5743,0,0,NA,NA,NA,108,71,0,32,0,20,2,12,3,175.78125,62.94,68.0388555,5.098855499999999,39,20,-13,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,1,0,0,0,0,0,0,0,1,0,1,2,NA,131,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,221,0,0 +5744,1,0,NA,NA,NA,133,85,0,32,0,18,2,13,4,176.1875,102.74,107.50139169,4.761391690000011,6,30,-30,14,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,1,1,2,2,NA,213,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,222,0,0 +5748,0,1,89,12,5,136,77,0,59,0,21,2,12,3,169.5,84.59,87.99691978,3.4069197799999955,9,25,-10,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,3,2,0,1,0,1,0,0,0,0,1,0,0,1,1,2,NA,335,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,223,0,1 +5761,0,1,88,5,1,119,83,0,68,0,14,2,8,1,170,78.7,64.41011654,-14.289883459999999,17,17,-6,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,3,0,1,1,0,0,0,0,0,0,0,1,1,1,2,NA,207,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,224,0,1 +5774,0,0,NA,NA,NA,119,64,0,47,0,19,2,12,3,173.28125,72.12,78.92507238,6.805072379999999,6,35,-15,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,1,0,0,0,0,0,0,0,0,0,2,2,2,NA,195,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,225,0,0 +6210,0,0,NA,NA,NA,125,76,1,35,0,12,2,7,1,167.59375,52.5,50.34875307,-2.1512469299999992,22,20,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,0,0,1,0,0,0,1,0,7,177,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,226,0,0 +6217,0,1,87,3,8,128,82,0,57,1,13,2,7,1,174,83.23,80.73944186,-2.4905581400000045,22,10,10,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,1,0,0,1,0,0,0,1,1,2,NA,241,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,227,0,1 +6220,0,1,85,12,19,126,73,0,54,0,14,2,6,1,157.5,53.98,61.23496995,7.254969950000003,22,20,-10,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,1,0,0,0,2,2,NA,243,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,228,0,1 +6222,0,1,84,1,18,168,92,1,46,0,13,2,11,2,166.375,61.23,55.791861510000004,-5.438138489999993,22,30,-15,26,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,3,1,0,1,1,0,0,1,1,0,1,0,0,0,2,0,3,258,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,229,0,0 +6227,1,0,NA,NA,NA,125,77,1,26,0,18,2,12,3,163.28125,52.73,55.791861510000004,3.061861510000007,22,10,-10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,0,1,0,2,159,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,230,0,0 +6237,0,1,91,8,5,164,103,0,39,0,18,2,7,1,173,81.08,94.80080533,13.720805330000005,22,40,-10,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,6,0,1,1,0,0,0,0,0,0,0,0,0,1,2,NA,175,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,231,0,0 +6249,0,1,84,7,4,149,68,0,61,0,19,5,0,1,163,74.05,75.29633342000001,1.2463334200000133,22,25,-5,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,1,0,0,0,0,0,0,0,2,2,NA,223,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,233,0,1 +6254,0,1,86,5,12,149,99,0,49,0,15,2,7,1,170.78125,55,49.44156833,-5.558431669999997,22,30,-10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,6,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,193,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,234,0,0 +6268,1,1,90,4,16,137,83,0,54,0,18,2,12,3,171.6875,92.53,87.54332741,-4.986672589999998,22,30,-30,9,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,3,0,0,0,0,0,1,0,1,1,0,0,2,2,2,NA,416,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,235,0,1 +6270,1,0,NA,NA,NA,109,73,0,41,0,19,2,16,5,173.5,78.02,79.37866475,1.3586647500000026,22,15,-15,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,191,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,236,0,0 +6272,0,1,92,12,12,130,105,1,44,0,16,5,12,3,165.59375,65.09,61.68856232,-3.401437680000001,22,4,-2,19,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,1,1,2,0,1,212,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,237,0,0 +6299,0,0,NA,NA,NA,128,76,0,60,0,17,2,8,1,180,79.72,72.57477920000001,-7.14522079999999,22,20,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,2,NA,216,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,239,0,1 +6309,0,0,NA,NA,NA,136,79,1,49,0,16,2,12,3,167.59375,69.97,68.0388555,-1.931144500000002,22,15,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,1,0,0,0,0,0,0,1,0,0,0,2,0,3,199,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,240,0,0 +6313,0,0,NA,NA,NA,166,95,0,44,0,15,4,8,1,175.5,81.19,87.54332741,6.353327410000006,22,20,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,1,0,0,2,NA,196,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,241,0,0 +6532,0,0,NA,NA,NA,99,75,1,38,1,12,6,10,2,165.28125,50.24,50.80234544,0.5623454400000014,45,4,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,1,0,0,0,0,0,0,0,0,2,215,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,242,0,0 +6534,0,1,83,5,30,177,81,0,61,1,14,2,8,1,171,60.33,56.69904625,-3.630953749999996,45,4,14,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,0,1,0,0,0,2,2,NA,213,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,243,0,1 +6537,0,0,NA,NA,NA,144,73,1,60,0,15,2,12,3,164.28125,68.38,73.48196394,5.1019639400000045,13,12,-5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,0,2,203,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,244,0,1 +6538,0,0,NA,NA,NA,NA,NA,1,34,0,19,2,12,3,159.1875,52.96,49.895160700000005,-3.0648392999999956,17,20,10,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,5,0,1,0,0,0,0,0,0,0,0,0,0,1,0,7,191,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,245,0,0 +6544,0,0,NA,NA,NA,131,83,1,41,0,18,2,11,2,158.59375,60.44,74.38914868,13.949148680000008,45,20,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,1,0,2,1,0,3,280,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,246,0,0 +6546,0,1,88,2,3,143,87,0,60,1,17,6,8,1,180.78125,83.8,80.73944186,-3.0605581399999977,45,20,-10,26,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,1,1,0,0,0,2,2,NA,142,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,247,0,1 +6549,1,0,NA,NA,NA,143,90,1,40,1,18,2,17,5,161.5,61.01,69.85322498000001,8.84322498000001,45,3,-3,18,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,1,0,0,0,0,1,0,4,159,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,248,0,0 +6551,1,0,NA,NA,NA,110,71,1,38,0,22,2,12,3,170.375,62.48,70.76040972,8.280409720000002,45,20,-20,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,0,0,0,0,0,1,2,0,NA,197,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,249,0,0 +6556,0,0,NA,NA,NA,115,74,0,49,1,12,6,1,1,170.875,62.6,67.58526313,4.98526313,45,20,-10,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,1,0,0,1,2,2,NA,182,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,250,0,0 +6560,0,0,NA,NA,NA,129,85,0,46,1,18,2,7,1,180.28125,82.21,95.70799007000001,13.497990070000014,45,20,-5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,8,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,194,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,251,0,0 +6561,0,1,92,7,21,148,89,0,48,0,18,2,6,1,179.28125,72.01,62.59574706,-9.414252940000004,45,40,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,0,2,NA,236,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,252,0,0 +6566,0,0,NA,NA,NA,106,61,0,32,0,19,2,12,3,176,81.31,82.55381134000001,1.2438113400000077,45,20,10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,1,0,0,1,2,2,NA,161,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,253,0,0 +6569,1,0,NA,NA,NA,137,83,0,48,1,16,2,5,1,172,67.13,77.56429527,10.434295270000007,45,10,-10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,265,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,254,0,0 +6917,1,0,NA,NA,NA,98,66,0,49,0,19,2,12,3,174.28125,57.72,62.142154690000005,4.422154690000006,6,10,-10,35,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,200,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,255,0,0 +6918,0,0,NA,NA,NA,133,73,1,60,0,18,2,12,3,153.78125,59.65,50.34875307,-9.301246929999998,NA,20,10,42,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,319,NA,NA,NA,NA,NA,NA,NA,256,0,1 +6924,0,0,NA,NA,NA,89,60,1,59,0,13,5,10,2,159.875,70.76,81.19303423000001,10.433034230000004,NA,20,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,0,2,218,NA,NA,NA,NA,NA,NA,NA,257,0,1 +6926,0,1,86,2,15,139,77,0,62,1,12,3,0,1,175.78125,78.36,76.20351816,-2.156481839999998,22,20,20,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,1,0,0,0,0,0,1,0,0,1,2,2,NA,191,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,258,0,1 +6927,0,0,NA,NA,NA,115,49,1,51,0,19,2,12,3,171,55.57,57.152638620000005,1.5826386200000044,46,20,5,18,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,219,0,2.052734375,1.7333984375,1.0498046875,0.5059814453125,0.31915283203125,0.5439453125,259,0,1 +6928,1,0,NA,NA,NA,136,92,0,42,0,16,2,12,3,173.28125,89.02,136.53130337000002,47.51130337000002,20,40,-40,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,2,3,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,196,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,260,0,0 +6932,0,0,NA,NA,NA,140,97,0,38,0,21,2,10,2,174.09375,67.36,74.84274105,7.482741050000001,41,30,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,1,0,0,0,0,0,0,1,2,2,NA,182,0,1.60107421875,1.803955078125,0.6298828125,0.593994140625,-0.20269775390625,0.0359954833984375,261,0,0 +6933,0,1,92,4,25,168,88,1,62,0,19,2,15,4,167.28125,69.74,63.502931800000006,-6.237068199999989,37,20,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,0,0,0,0,0,1,1,0,3,204,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,262,0,1 +6944,1,1,88,7,15,138,75,1,56,0,19,2,12,3,163.5,53.52,57.60623099,4.086230989999997,6,13,-13,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,1,0,0,0,1,0,0,1,0,0,1,1,0,1,200,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,263,0,1 +6952,1,1,90,3,13,136,77,0,50,0,19,2,17,5,177,87.09,85.728957930000007,-1.3610420699999963,6,10,-10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,3,0,0,0,0,0,1,0,0,0,0,0,2,2,2,NA,260,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,264,0,0 +6953,0,0,NA,NA,NA,136,78,1,44,0,19,2,15,4,165.78125,61.35,56.69904625,-4.650953749999999,36,30,-10,26,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,247,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,265,0,0 +6960,0,0,NA,NA,NA,120,69,0,38,1,11,2,10,2,163.59375,52.62,56.69904625,4.079046250000005,NA,20,-3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,5,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,218,NA,NA,NA,NA,NA,NA,NA,266,0,0 +6977,1,0,NA,NA,NA,164,106,0,39,0,NA,2,12,3,192.1875,136.98,136.53130337000002,-0.4486966299999722,6,40,-40,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,3,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,213,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,267,0,0 +6985,0,0,NA,NA,NA,128,81,0,25,0,21,2,12,3,169.78125,72.8,76.20351816,3.4035181600000044,NA,18,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,10,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,241,NA,NA,NA,NA,NA,NA,NA,268,0,0 +6986,0,0,NA,NA,NA,110,71,1,26,0,21,2,12,3,155.875,48.42,43.99845989,-4.421540110000002,6,20,0,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,2,2,0,1,1,0,0,0,0,0,0,0,0,1,2,1,2,149,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,269,0,0 +6994,1,1,85,3,10,126,55,0,65,0,NA,2,12,3,179.875,85.16,83.46099608,-1.6990039199999956,6,30,-30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,1,0,0,0,0,0,1,0,0,0,1,2,NA,258,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,270,0,1 +6997,1,1,83,10,29,NA,NA,0,58,0,19,2,12,3,169,75.75,61.23496995,-14.51503005,6,25,-25,40,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,243,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,271,0,1 +7306,0,0,NA,NA,NA,150,92,1,44,0,NA,2,8,1,168.875,59.19,67.58526313,8.395263130000004,28,20,-5,26,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,4,NA,0,1,0,0,0,1,0,0,1,0,0,0,2,0,6,225,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,272,0,0 +7310,0,0,NA,NA,NA,177,116,0,46,1,14,2,10,2,172,109.2,92.53284348000001,-16.667156519999992,28,20,-2,28,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,3,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,187,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,273,0,0 +7312,0,0,NA,NA,NA,117,65,0,44,0,18,2,10,2,176.5,81.08,72.57477920000001,-8.50522079999999,28,40,-10,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,248,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,274,0,0 +7315,1,0,NA,NA,NA,153,67,0,57,0,18,2,8,1,176.78125,67.59,64.41011654,-3.179883459999999,28,20,-20,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,2,0,1,1,0,0,0,0,0,0,0,0,1,1,2,NA,207,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,275,0,1 +7326,0,0,NA,NA,NA,141,80,0,51,0,18,2,7,1,167.375,67.13,68.0388555,0.9088555000000014,28,20,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,4,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,221,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,276,0,1 +7335,0,0,NA,NA,NA,110,66,0,29,0,18,2,12,3,168.28125,58.29,65.77089365,7.480893650000006,45,30,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,156,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,277,0,0 +7337,0,1,85,6,23,117,71,0,53,1,12,4,4,1,180.875,104.55,89.35769689,-15.192303109999997,28,3,-1,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,223,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,278,0,1 +7345,1,1,90,4,12,175,72,0,58,0,11,2,4,1,167.1875,76.32,72.57477920000001,-3.7452207999999843,28,25,-25,50,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,2,3,16,0,1,0,0,0,0,0,0,0,0,1,1,2,2,NA,217,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,279,0,1 +7346,1,0,NA,1,15,159,66,0,65,0,12,2,4,1,183.5,92.76,79.37866475,-13.381335250000006,28,10,-10,58,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,3,3,6,0,1,1,0,0,0,0,0,0,0,0,0,1,2,NA,181,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,280,0,1 +7354,1,0,NA,NA,NA,147,79,1,53,0,15,2,9,2,163,70.31,96.61517481,26.305174809999997,28,30,-30,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,0,5,206,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,281,0,1 +7359,0,0,NA,NA,NA,122,79,0,30,0,19,2,11,2,181,54.88,60.781377580000004,5.901377580000002,28,10,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,191,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,282,0,0 +7629,0,0,NA,NA,NA,126,78,0,41,0,22,2,16,5,176.28125,68.49,68.0388555,-0.45114449999999806,36,45,-20,24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,3,3,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,165,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,283,0,0 +7633,0,0,NA,NA,NA,109,71,1,47,1,12,6,8,1,157,72.01,72.57477920000001,0.5647792000000038,37,2,8,30,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,1,0,0,1,2,0,6,208,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,284,0,0 +7636,0,0,NA,NA,NA,127,80,1,35,1,17,2,12,3,170.78125,91.06,103.41906036,12.35906036,45,20,10,18,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,3,0,0,0,0,0,0,0,0,0,0,0,1,2,0,4,245,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,285,0,0 +7645,0,0,NA,NA,NA,141,81,0,56,1,NA,2,12,3,168,68.95,70.30681735,1.35681735,36,20,-10,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,243,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,286,0,1 +7646,0,1,86,6,12,157,70,1,54,1,NA,2,8,1,152.28125,62.94,52.163122550000004,-10.776877449999994,36,2,-2,24,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,0,0,1,2,2,0,4,167,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,287,0,1 +7648,0,0,NA,NA,NA,143,95,0,58,1,20,2,12,3,174.09375,69.06,76.20351816,7.143518159999999,NA,40,-10,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,7,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,244,NA,NA,NA,NA,NA,NA,NA,288,0,1 +7651,1,1,91,1,23,172,78,1,57,1,13,3,6,1,169.59375,76.32,92.98643585,16.666435850000013,37,3,-3,39,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,1,0,0,0,0,1,0,0,0,1,2,0,4,105,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,289,0,1 +7653,0,0,NA,NA,NA,116,74,1,34,1,NA,2,12,3,161.6875,47.63,49.895160700000005,2.2651607000000027,36,20,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,10,0,1,0,0,0,0,0,0,0,0,0,1,1,1,4,193,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,290,0,0 +7662,0,0,NA,NA,NA,138,80,1,54,0,15,3,4,1,142.875,46.72,51.70953018,4.989530180000003,NA,10,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,5,244,NA,NA,NA,NA,NA,NA,NA,291,0,1 +7667,1,0,NA,NA,NA,131,80,0,54,0,19,3,6,1,160.6875,65.77,69.85322498000001,4.083224980000011,NA,2,-2,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,183,NA,NA,NA,NA,NA,NA,NA,292,0,1 +7670,1,0,NA,NA,NA,110,73,1,35,0,22,2,17,5,161.78125,59.31,61.23496995,1.9249699499999977,36,12,-12,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,1,0,0,0,0,0,0,0,2,0,6,238,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,293,0,0 +7677,1,1,83,8,15,129,70,0,64,0,18,2,10,2,175.375,70.31,63.95652417,-6.353475830000001,NA,30,-30,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,138,NA,NA,NA,NA,NA,NA,NA,294,0,1 +7682,0,1,89,2,21,144,80,0,55,0,18,2,10,2,180,85.05,78.47148001000001,-6.5785199899999895,NA,10,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,224,NA,NA,NA,NA,NA,NA,NA,295,0,1 +7891,0,0,NA,NA,NA,155,90,0,45,0,18,2,11,2,173.1875,72.35,76.20351816,3.8535181600000072,36,40,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,6,0,1,0,0,1,0,0,0,0,0,0,0,2,2,NA,201,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,296,0,0 +7892,0,0,NA,NA,NA,132,76,0,53,0,21,2,12,3,176.6875,80.06,74.84274105,-5.2172589500000015,20,8,7,32,0,1,0,0,0,1,0,0,1,0,0,0,1,0,1,2,3,2,0,0,0,0,0,0,0,0,1,0,0,0,1,2,NA,207,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,297,0,1 +7900,0,1,91,10,25,141,77,0,64,0,16,2,12,3,179.5,73.48,72.57477920000001,-0.905220799999995,17,16,-6,47,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,3,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,2,NA,205,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,298,0,1 +7902,1,0,NA,NA,NA,120,84,1,28,0,18,2,13,4,165.28125,91.85,114.30527724000001,22.455277240000015,45,4,-4,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,0,2,0,3,228,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,299,0,0 +7908,0,1,91,8,1,143,88,0,64,0,13,2,12,3,166.6875,71.33,74.84274105,3.5127410500000025,53,15,-10,38,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,208,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,300,0,1 +7922,0,0,NA,NA,NA,96,64,1,33,0,18,2,12,3,165.375,59.31,58.513415730000006,-0.7965842699999968,53,10,0,13,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,1,6,0,1,1,0,0,0,0,0,0,0,0,1,0,0,1,162,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,302,0,0 +7924,0,1,90,1,20,121,64,1,39,0,19,2,12,3,163.59375,85.96,92.07925111,6.1192511100000075,30,20,0,23,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,3,0,1,0,0,0,0,0,0,0,0,1,0,0,0,6,274,0,2.10498046875,1.6982421875,1.0498046875,0.43994140625,0.4068603515625,0.6099853515625,303,0,0 +7927,1,0,NA,NA,NA,142,79,1,52,0,20,2,10,2,163,75.18,83.00740371,7.827403709999999,38,10,-10,17,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,2,3,4,0,1,0,0,0,0,0,0,1,0,0,1,2,0,3,263,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,304,0,1 +7932,0,0,NA,NA,NA,133,85,0,44,0,19,2,12,3,173.6875,73.03,80.28584949,7.255849490000003,53,35,5,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,237,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,305,0,0 +7939,1,0,NA,NA,NA,122,75,0,46,0,14,2,8,1,194.5,95.48,102.05828325,6.578283249999998,53,20,-20,29,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,3,5,0,0,1,0,0,0,0,0,0,0,0,0,2,2,NA,169,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,306,0,0 +7941,1,0,NA,NA,NA,130,74,1,69,0,19,2,16,5,165.6875,64.86,65.77089365,0.9108936500000056,53,40,-40,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,178,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,307,0,1 +7942,1,1,86,2,14,128,90,1,57,0,14,2,12,3,150.28125,40.6,42.63768278,2.0376827799999973,53,40,-40,38,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,234,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,308,0,1 +8128,0,0,NA,NA,NA,134,79,0,47,0,20,2,13,4,184,74.28,74.38914868,0.1091486800000041,18,20,20,30,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,236,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,309,0,0 +8130,0,0,NA,NA,NA,125,69,0,25,0,18,4,12,3,169.78125,74.28,68.49244787,-5.787552129999995,29,30,-25,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,15,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,210,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,310,0,0 +8134,1,0,NA,NA,NA,162,81,0,44,0,18,2,7,1,175,68.49,87.99691978,19.506919780000004,20,20,-20,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,147,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,311,0,0 +8135,0,0,NA,NA,NA,109,69,1,46,0,15,5,12,3,156,70.53,81.6466266,11.116626600000004,29,10,10,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,1,0,0,1,2,0,9,228,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,312,0,0 +8137,0,0,NA,NA,NA,114,76,1,25,0,18,4,12,3,160.6875,43.54,48.534383590000004,4.994383590000005,29,10,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,0,0,0,0,0,0,0,1,0,0,0,2,0,NA,78,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,313,0,0 +8142,0,0,NA,NA,NA,95,70,1,37,0,14,5,10,2,167,61.58,72.57477920000001,10.99477920000001,29,40,15,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,6,0,0,1,0,0,0,0,0,0,0,0,2,2,0,5,250,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,314,0,0 +8151,0,0,NA,NA,NA,122,69,1,28,0,13,2,12,3,172.28125,69.74,94.80080533,25.060805330000008,29,40,-10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,2,1,3,193,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,315,0,0 +8165,0,1,88,3,8,122,71,1,72,0,19,2,12,3,159.1875,44.34,41.276905670000005,-3.0630943299999984,29,15,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,4,275,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,316,0,1 +8166,0,0,NA,NA,NA,130,80,1,49,0,15,2,12,3,161,92.65,95.2543977,2.6043976999999927,NA,10,5,30,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,1,0,1,1,0,NA,375,NA,NA,NA,NA,NA,NA,NA,317,0,0 +8368,0,0,NA,NA,NA,129,86,0,26,0,20,2,12,3,173.875,81.53,88.45051215000001,6.9205121500000075,25,5,-3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,1,0,0,0,0,0,0,0,0,0,1,0,2,NA,268,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,318,0,0 +8379,1,1,90,7,31,136,93,0,51,0,NA,2,16,5,172.5,78.24,82.55381134000001,4.313811340000015,56,20,-20,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,1,0,1,1,0,0,0,0,0,0,0,0,0,2,2,NA,247,0,1.805908203125,1.561767578125,0.8399658203125,0.35198974609375,0.243988037109375,0.48797607421875,320,0,1 +8388,0,0,NA,NA,NA,162,89,1,34,0,19,2,12,3,152.78125,58.97,63.502931800000006,4.532931800000007,24,20,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,4,0,1,0,0,0,0,0,0,0,0,0,1,2,0,4,157,0,1.80078125,1.647705078125,0.7349853515625,0.46197509765625,0.152984619140625,0.27294921875,321,0,0 +8402,0,0,NA,NA,NA,132,80,0,44,0,21,2,17,5,175.1875,95.03,102.05828325,7.028283250000001,25,20,10,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,227,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,323,0,0 +8403,0,0,NA,NA,NA,103,66,1,36,0,21,2,16,5,158.5,50.69,57.152638620000005,6.462638620000007,9,15,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,3,178,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,324,0,0 +8406,1,0,NA,NA,NA,114,75,0,50,0,19,2,8,1,168.28125,78.7,78.92507238,0.2250723800000003,23,20,-20,34,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,6,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,210,0,2.1787109375,1.773193359375,1.15478515625,0.5279541015625,0.40557861328125,0.626953125,325,0,0 +8412,0,0,NA,NA,NA,118,68,1,48,0,NA,2,16,5,164.28125,75.52,79.83225712000001,4.312257120000012,9,25,-5,27,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,3,4,0,1,0,0,0,0,0,0,0,1,0,2,2,0,2,248,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,326,0,0 +8620,0,0,NA,NA,NA,154,74,0,54,0,20,2,8,1,176.09375,78.81,81.19303423000001,2.383034230000007,46,40,-37,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,1,0,0,0,0,0,0,0,0,2,NA,242,0,2.052734375,1.7333984375,1.0498046875,0.5059814453125,0.31915283203125,0.5439453125,327,0,1 +8623,0,0,NA,NA,NA,136,95,0,32,0,19,2,12,3,170,77.22,80.28584949,3.065849490000005,53,30,10,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,236,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,328,0,0 +8626,1,0,NA,NA,NA,140,84,0,36,0,15,2,7,1,156.5,57.72,72.57477920000001,14.85477920000001,NA,5,-5,11,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,208,NA,NA,NA,NA,NA,NA,NA,329,0,0 +8627,0,0,NA,NA,NA,115,77,1,41,0,19,2,12,3,171.875,71.44,57.152638620000005,-14.287361379999993,30,12,8,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,200,0,2.10498046875,1.6982421875,1.0498046875,0.43994140625,0.4068603515625,0.6099853515625,330,0,0 +8633,0,1,85,11,16,141,53,1,55,0,12,2,8,1,159.1875,63.96,65.31730128000001,1.3573012800000086,53,20,0,40,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,4,4,NA,0,1,1,0,1,0,0,1,0,0,0,0,1,0,1,267,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,331,0,1 +8638,0,0,NA,NA,NA,128,88,0,31,0,19,2,11,2,165.875,66.45,78.47148001000001,12.021480010000005,27,20,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,201,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,333,0,0 +8644,0,0,NA,NA,NA,103,55,0,25,0,15,2,13,4,175.375,83.01,72.57477920000001,-10.435220799999996,53,20,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,4,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,185,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,334,0,0 +8649,0,0,NA,NA,NA,105,59,1,33,0,15,5,13,4,162.1875,49.44,48.98797596,-0.45202403999999774,53,40,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,7,0,1,1,0,0,0,0,0,0,0,1,1,0,1,2,217,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,335,0,0 +8655,0,0,NA,NA,NA,107,86,0,28,0,18,2,17,5,169.78125,94.46,118.84120094000001,24.381200940000014,53,20,-5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,6,0,1,0,0,0,0,0,0,0,0,0,2,2,2,NA,199,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,336,0,0 +8656,0,0,NA,NA,NA,125,78,1,35,0,NA,2,12,3,167.875,59.76,66.22448602,6.4644860200000025,16,5,10,7,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,2,0,1,0,0,0,0,0,1,0,0,0,1,2,0,4,152,0,1.769287109375,1.682861328125,0.7874755859375,0.37615966796875,0.0862884521484375,0.4112548828125,337,0,0 +8658,0,0,NA,NA,NA,123,69,1,61,0,21,2,12,3,164.78125,71.67,63.95652417,-7.71347583,20,15,1,46,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,3,3,0,1,0,0,0,0,0,0,0,0,0,0,1,0,NA,224,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,339,0,1 +8660,1,0,NA,NA,NA,161,97,0,49,0,NA,2,13,4,183.28125,75.86,83.46099608,7.600996080000002,18,30,-30,33,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,3,0,0,0,0,0,1,0,1,0,0,0,0,0,2,NA,244,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,340,0,0 +9007,0,0,NA,NA,NA,132,NA,1,56,1,16,6,10,2,153.28125,89.36,92.98643585,3.626435850000007,48,10,1,37,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,6,0,1,0,0,0,0,0,0,0,0,0,1,2,0,4,230,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,341,0,1 +9009,0,1,88,6,3,146,71,1,67,1,15,3,8,1,156.59375,59.99,68.49244787,8.502447870000005,47,3,3,36,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,1,0,0,1,0,0,1,0,1,0,0,0,1,2,0,1,232,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,342,0,1 +9011,0,0,NA,NA,NA,134,83,0,51,0,19,2,8,1,175,80.29,85.27536556,4.985365559999991,29,20,-2,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,305,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,343,0,1 +9012,1,1,91,8,11,165,81,1,62,0,19,2,12,3,159,56.59,50.80234544,-5.78765456,17,6,-6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,1,0,0,0,0,0,0,0,0,0,1,0,0,3,281,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,344,0,1 +9024,0,0,NA,NA,NA,134,83,1,57,0,19,2,9,2,164.5,63.84,66.22448602,2.384486019999997,17,40,-30,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,2,0,1,1,0,0,0,0,0,1,0,0,0,2,0,5,225,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,345,0,1 +9033,1,0,NA,NA,NA,112,76,1,25,1,18,4,13,4,167,62.82,77.1107029,14.290702900000007,17,6,-6,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,1,3,0,1,1,0,0,0,0,0,1,0,0,1,1,1,NA,195,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,346,0,0 +9051,0,0,NA,NA,NA,128,66,1,26,1,18,2,12,3,166.78125,73.48,74.38914868,0.9091486800000013,18,20,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,1,1,0,0,0,0,0,0,0,0,0,0,0,1,2,0,2,209,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,347,0,0 +9059,0,0,NA,NA,NA,128,83,1,34,1,16,2,12,3,170.09375,120.43,128.82023308,8.390233080000002,22,20,20,18,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,1,1,1,1,1,0,6,167,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,349,0,0 +9287,0,0,NA,NA,NA,150,84,1,46,0,20,2,12,3,154.375,53.52,58.9670081,5.447008099999998,42,15,-10,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,0,3,197,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,350,0,0 +9292,1,0,NA,NA,NA,130,88,0,57,0,18,2,8,1,173.59375,74.62,79.37866475,4.758664749999994,24,20,-20,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,183,0,1.80078125,1.647705078125,0.7349853515625,0.46197509765625,0.152984619140625,0.27294921875,351,0,1 +9295,1,1,91,11,26,140,88,1,54,0,19,2,12,3,161.78125,67.81,70.76040972,2.950409719999996,10,2,-2,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,3,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,2,195,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,352,0,1 +9308,1,0,NA,NA,NA,100,70,1,25,0,20,2,16,5,158.1875,52.39,58.05982336,5.669823360000002,42,2,-2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,0,0,0,1,0,1,0,0,0,NA,173,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,353,0,0 +9315,0,1,89,12,29,140,57,0,56,0,20,2,8,1,175.1875,85.39,83.46099608,-1.9290039199999995,51,40,-30,38,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,3,4,NA,0,1,0,0,0,1,0,0,1,0,0,1,2,2,NA,299,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,354,0,1 +9320,0,0,NA,NA,NA,130,85,0,39,0,13,2,11,2,175.28125,76.54,83.91458845000001,7.3745884500000045,42,40,-20,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,2,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,226,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,355,0,0 +9323,0,0,NA,NA,NA,126,78,1,36,0,18,2,12,3,157.6875,65.66,70.30681735,4.646817350000006,24,20,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,1,1,1,1,228,0,1.80078125,1.647705078125,0.7349853515625,0.46197509765625,0.152984619140625,0.27294921875,356,0,0 +9326,0,0,NA,NA,NA,115,65,1,43,0,21,2,17,5,166.78125,57.61,58.9670081,1.3570081000000016,NA,10,2,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,1,0,0,4,256,NA,NA,NA,NA,NA,NA,NA,357,0,0 +9327,0,1,86,10,6,140,70,0,72,0,15,3,12,3,169.6875,73.48,79.37866475,5.898664749999995,10,30,-10,52,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,1,0,0,0,0,1,2,NA,186,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,358,0,1 +9331,0,0,NA,NA,NA,114,75,1,39,0,17,5,10,2,154.1875,60.44,73.93555631000001,13.495556310000012,10,20,0,21,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,1,1,0,0,0,0,1,0,1,0,3,261,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,359,0,0 +9334,0,0,NA,NA,NA,111,70,1,26,0,18,2,9,2,158.375,60.89,72.12118683,11.231186829999999,10,3,7,11,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,3,1,0,1,1,0,0,0,0,0,0,0,1,0,0,0,4,169,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,360,0,0 +9336,0,0,NA,NA,NA,159,108,1,27,0,16,2,10,2,160.875,71.89,68.49244787,-3.397552129999994,10,20,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,183,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,361,0,0 +9339,0,0,NA,NA,NA,125,88,0,50,0,15,2,12,3,178.59375,72.12,78.92507238,6.805072379999999,29,1,5,31,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,0,2,NA,274,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,362,0,0 +9559,1,0,NA,NA,NA,149,95,0,60,0,19,2,17,5,174.5,69.63,70.76040972,1.130409720000003,19,12,-12,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,261,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,363,0,1 +9561,1,0,NA,NA,NA,131,88,1,50,0,14,3,8,1,158.375,63.62,83.91458845000001,20.294588450000013,19,12,-12,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,1,0,0,0,2,0,8,245,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,364,0,0 +9573,1,1,87,4,3,119,69,0,62,0,15,2,12,3,186,77.56,83.91458845000001,6.3545884500000085,19,10,-10,41,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,3,4,NA,0,1,1,0,0,1,0,0,0,0,0,0,2,2,NA,187,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,366,0,1 +9574,0,0,NA,NA,NA,125,77,0,43,0,16,2,13,4,177.28125,88.79,97.52235955,8.732359549999998,19,60,-20,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,4,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,159,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,367,0,0 +9579,0,0,NA,NA,NA,122,68,1,33,0,19,2,11,2,157.375,59.99,52.61671492,-7.373285080000002,19,30,10,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,2,0,1,0,0,0,0,0,0,0,0,0,0,2,0,3,215,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,368,0,0 +9585,0,0,NA,NA,NA,103,71,1,25,0,19,2,16,5,167.78125,56.81,54.4310844,-2.378915599999999,27,10,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,1,1,1,1,NA,238,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,370,0,0 +9587,0,1,91,6,7,139,74,1,67,0,20,3,13,4,171.59375,66.79,73.02837157,6.238371569999998,39,20,0,25,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,1,0,0,0,1,0,0,0,2,1,0,2,220,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,371,0,1 +9591,1,0,NA,NA,NA,124,63,1,26,0,19,2,12,3,155.5,92.65,72.57477920000001,-20.075220799999997,19,10,-10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,1,0,0,0,0,0,0,0,0,2,1,1,319,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,372,0,0 +9600,0,0,NA,NA,NA,119,81,0,25,0,17,2,12,3,178.5,73.6,76.65711053,3.0571105300000028,19,20,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,3,0,1,1,0,0,0,0,0,0,0,0,0,0,2,NA,166,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,373,0,0 +9608,0,0,NA,NA,NA,150,93,0,50,0,18,2,12,3,178.59375,73.6,79.37866475,5.778664750000004,31,20,-16,25,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,228,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,374,0,0 +9609,1,0,NA,NA,NA,140,74,0,51,0,20,2,12,3,167.6875,80.97,83.00740371,2.0374037100000066,19,30,-30,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,3,0,0,0,0,0,1,0,0,0,0,0,0,2,2,NA,287,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,375,0,1 +9846,1,0,NA,NA,NA,118,74,1,26,0,19,2,13,4,167.78125,53.07,58.9670081,5.897008100000001,11,13,-13,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,0,1,1,1,2,164,0,1.769287109375,1.8984375,0.6298828125,0.46197509765625,-0.1292724609375,0.167999267578125,376,0,0 +9854,1,0,NA,NA,NA,120,82,1,29,0,19,4,16,5,172.28125,62.14,63.502931800000006,1.3629318000000055,24,10,-10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,1,0,0,0,0,0,0,0,0,0,0,1,1,NA,202,0,1.80078125,1.647705078125,0.7349853515625,0.46197509765625,0.152984619140625,0.27294921875,377,0,0 +9857,1,0,NA,NA,NA,146,93,1,51,0,18,2,12,3,171.5,64.41,70.76040972,6.350409720000002,36,20,-20,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,0,7,234,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,378,0,1 +9870,0,0,NA,NA,NA,138,92,1,44,0,19,3,12,3,160.6875,62.03,58.9670081,-3.0629919,21,10,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,0,1,0,0,0,0,0,0,0,0,0,1,0,3,197,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,379,0,0 +9878,1,0,NA,NA,NA,138,88,1,61,1,17,3,8,1,159.875,74.96,70.30681735,-4.653182649999991,51,6,-6,32,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,2,3,2,0,0,1,0,0,1,0,0,1,0,0,0,2,0,2,161,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,380,0,1 +9883,1,0,NA,NA,NA,118,72,0,54,1,19,2,12,3,175.6875,61.69,68.0388555,6.348855499999999,24,10,-10,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,199,0,1.80078125,1.647705078125,0.7349853515625,0.46197509765625,0.152984619140625,0.27294921875,381,0,1 +9884,0,1,84,9,16,114,72,0,28,1,NA,6,10,2,171.09375,74.39,75.74992579,1.3599257900000055,37,45,-25,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,16,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,203,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,382,0,0 +9887,0,1,84,2,9,132,86,0,32,1,15,4,8,1,180.78125,72.46,69.39963261,-3.060367389999996,51,10,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,0,1,1,0,0,0,0,0,0,0,0,1,1,2,NA,214,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,383,0,0 +9892,0,0,NA,NA,NA,119,68,0,45,0,21,2,17,5,178.78125,72.57,74.38914868,1.819148680000012,39,20,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,1,0,1,1,0,0,0,0,0,0,0,1,1,0,2,NA,196,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,384,0,0 +10097,1,1,87,11,15,165,85,0,50,0,19,2,8,1,176.375,74.73,74.84274105,0.11274104999999679,55,30,-30,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,2,2,2,NA,193,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,385,0,0 +10099,0,0,NA,NA,NA,130,89,0,25,0,19,2,12,3,186.6875,95.14,93.89362059,-1.246379410000003,17,20,-5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,173,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,386,0,0 +10102,0,0,NA,NA,NA,122,65,0,59,0,22,2,12,3,185.375,80.63,79.83225712000001,-0.797742879999987,31,10,10,47,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,208,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,387,0,1 +10104,0,0,NA,NA,NA,122,77,1,52,0,18,2,12,3,162.78125,56.59,65.31730128000001,8.727301280000006,42,20,-16,35,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,6,0,1,0,0,0,0,0,0,0,0,0,0,2,0,7,187,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,388,0,1 +10106,0,0,NA,NA,NA,123,90,1,38,1,18,5,10,2,179.5,68.83,80.28584949,11.455849490000006,47,10,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,0,1,0,7,148,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,389,0,0 +10108,0,0,NA,NA,NA,121,76,0,31,0,19,2,12,3,179.1875,108.52,108.8621688,0.34216880000001026,55,20,5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,6,0,0,0,0,0,0,0,0,0,0,0,2,2,2,NA,215,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,390,0,0 +10110,0,0,NA,NA,NA,129,74,1,29,0,19,4,12,3,169.875,73.37,73.48196394,0.11196393999999543,55,20,10,11,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,3,2,0,1,0,0,0,1,0,1,0,0,0,1,1,0,NA,210,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,391,0,0 +10113,1,1,91,11,30,144,78,0,58,0,19,2,8,1,165.59375,73.03,70.30681735,-2.7231826499999983,55,20,-20,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,223,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,393,0,1 +10122,0,0,NA,NA,NA,165,91,0,59,0,20,2,15,4,181.1875,84.37,83.46099608,-0.9090039200000035,27,40,-20,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,1,0,0,0,1,0,0,0,0,0,0,1,1,1,2,NA,214,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,394,0,1 +10367,0,0,NA,NA,NA,131,90,1,29,0,18,2,9,2,168.28125,85.73,76.65711053,-9.072889470000007,12,10,20,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,1,0,0,0,0,0,1,0,1,1,1,0,3,201,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,395,0,0 +10370,1,0,NA,NA,NA,120,82,0,25,0,18,2,12,3,165.6875,59.99,61.68856232,1.6985623200000006,36,10,-10,7,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,6,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,206,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,396,0,0 +10371,0,0,NA,NA,NA,98,61,1,26,0,18,2,12,3,165.59375,78.58,70.30681735,-8.273182649999995,36,15,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,0,1,0,0,0,0,0,0,0,0,1,0,1,1,4,262,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,397,0,0 +10376,0,1,86,1,28,133,89,1,66,0,11,3,11,2,160.09375,73.82,64.41011654,-9.409883459999989,36,15,-11,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,0,0,8,266,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,398,0,1 +10380,0,0,NA,NA,NA,164,94,0,43,0,20,2,10,2,172.375,84.94,87.54332741,2.6033274100000057,36,20,-5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,249,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,399,0,0 +10393,0,1,90,1,8,117,79,0,53,0,19,2,10,2,170,81.19,85.27536556,4.08536556,42,40,-10,21,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,3,0,1,1,0,0,0,0,0,0,0,0,0,0,2,NA,245,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,400,0,1 +10395,0,1,87,6,22,99,69,1,35,0,18,2,12,3,159.59375,47.85,48.98797596,1.1379759599999986,36,30,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,1,0,0,0,0,0,1,1,5,218,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,401,0,0 +10399,0,0,NA,NA,NA,102,67,1,43,0,21,2,12,3,168.59375,61.69,65.77089365,4.080893650000007,36,20,20,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,6,0,1,1,0,0,0,0,0,0,0,0,0,1,0,3,235,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,402,0,0 +10402,0,0,NA,NA,NA,111,66,1,45,0,19,2,12,3,150.5,40.82,48.98797596,8.16797596,36,20,10,13,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,6,191,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,403,0,0 +10403,0,0,NA,NA,NA,96,62,1,32,0,14,2,12,3,162.28125,60.78,66.22448602,5.444486019999999,36,20,-2,16,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,204,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,404,0,0 +10600,0,0,NA,NA,NA,135,72,0,30,1,19,6,11,2,171.6875,70.53,85.728957930000007,15.198957930000006,39,5,-1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,1,0,0,1,1,2,NA,211,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,405,0,0 +10605,1,0,NA,NA,NA,99,72,1,34,0,15,2,12,3,165.875,54.54,57.60623099,3.066230990000001,39,20,-20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,307,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,406,0,0 +10606,1,0,NA,NA,NA,141,89,0,56,0,15,2,12,3,175.5,110,121.56275516000001,11.562755160000009,39,7,-7,31,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,1,0,0,0,0,2,2,NA,228,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,407,0,1 +10607,0,1,86,6,8,171,82,0,50,0,15,5,10,2,173.5,70.42,70.30681735,-0.11318264999999883,39,20,0,36,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,1,0,0,0,1,0,0,0,1,2,2,NA,228,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,408,0,0 +10610,0,0,NA,NA,NA,128,86,0,30,0,18,2,12,3,178.375,115.55,114.30527724000001,-1.2447227599999877,39,40,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,10,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,190,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,409,0,0 +10614,0,0,NA,NA,NA,129,81,0,48,0,18,2,11,2,158.28125,57.61,61.23496995,3.6249699500000006,39,20,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,271,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,410,0,0 +10618,0,0,NA,NA,NA,151,75,1,49,0,17,3,9,2,167.375,72.35,78.92507238,6.575072380000009,54,20,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,1,0,0,0,0,0,1,2,0,5,303,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,411,0,0 +10619,1,0,NA,NA,NA,124,88,1,40,0,18,2,12,3,165.09375,70.76,83.46099608,12.700996079999996,39,1,-1,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,1,0,0,0,0,2,2,1,3,210,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,412,0,0 +10620,0,0,NA,NA,NA,137,75,0,39,0,18,2,10,2,180.78125,83.57,84.36818082,0.7981808200000131,39,40,-10,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,7,0,1,1,0,0,0,0,0,0,0,0,0,2,2,NA,232,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,413,0,0 +10625,0,0,NA,NA,NA,103,73,1,38,0,19,2,9,2,161.375,67.13,56.24545388,-10.884546119999996,39,20,0,21,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,2,3,3,0,1,1,0,0,0,0,0,0,0,0,2,2,0,4,247,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,414,0,0 +10626,0,0,NA,NA,NA,125,81,1,37,0,NA,2,11,2,158,50.92,51.255937810000006,0.33593781000000433,39,20,-10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,4,0,0,1,0,0,0,0,0,0,0,0,1,1,0,2,188,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,415,0,0 +10627,0,0,NA,NA,NA,131,79,1,61,0,12,3,8,1,146.1875,54.66,58.9670081,4.3070081000000044,39,7,3,22,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,1,0,0,0,0,0,0,0,0,1,2,0,3,267,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,416,0,1 +10634,0,0,NA,NA,NA,115,67,1,42,0,18,2,12,3,166.1875,79.04,86.1825503,7.142550299999996,39,20,-2,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,1,0,1,2,1,3,161,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,417,0,0 +10635,1,1,87,8,9,140,87,0,59,0,19,2,8,1,169.28125,56.36,74.38914868,18.029148680000006,39,40,-40,55,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,0,0,0,0,2,2,NA,179,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,418,0,1 +10636,0,0,NA,NA,NA,115,81,0,28,0,12,2,12,3,192,82.1,87.54332741,5.443327410000009,39,20,10,13,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,3,1,2,0,1,1,0,0,1,0,0,1,0,0,2,2,2,NA,194,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,419,0,0 +10970,0,0,NA,NA,NA,124,78,0,49,0,19,2,12,3,171.09375,72.57,71.66759446,-0.9024055399999895,46,15,5,32,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,3,7,0,0,0,0,0,0,0,0,0,0,0,2,2,2,NA,235,0,2.052734375,1.7333984375,1.0498046875,0.5059814453125,0.31915283203125,0.5439453125,420,0,0 +10981,0,0,NA,NA,NA,145,95,1,32,1,13,6,11,2,171.875,151.73,131.99537967,-19.734620329999984,31,5,15,14,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,1,0,2,0,5,180,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,421,0,0 +10990,0,0,NA,NA,NA,119,75,1,47,0,18,2,12,3,158.1875,53.75,51.70953018,-2.0404698199999984,31,2,1,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,1,1,0,NA,334,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,422,0,0 +10992,0,0,NA,NA,NA,97,69,0,30,0,19,2,12,3,178.6875,76.2,83.00740371,6.807403710000003,31,1,19,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,1,0,0,0,1,0,2,2,NA,209,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,423,0,0 +10995,1,0,NA,NA,NA,108,76,1,28,0,21,2,12,3,159,59.31,62.59574706,3.2857470599999985,31,20,-20,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,0,0,1,1,3,244,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,424,0,0 +11002,0,0,NA,NA,NA,140,81,1,47,0,18,2,10,2,154.1875,54.32,61.68856232,7.368562320000002,31,25,-5,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,3,0,1,1,0,0,0,0,0,0,0,1,1,1,0,3,196,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,425,0,0 +11004,0,0,NA,NA,NA,113,78,1,37,0,20,2,9,2,169.375,69.4,69.39963261,-3.673900000080721e-4,31,20,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,2,1,0,5,195,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,426,0,0 +11010,1,0,NA,NA,NA,132,96,0,31,0,18,2,12,3,178.1875,88.79,93.44002822,4.650028219999996,31,20,-20,12,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,6,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,223,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,427,0,0 +11011,1,0,NA,NA,NA,124,84,0,38,0,18,2,12,3,171.78125,71.78,82.10021897,10.320218969999999,19,30,-30,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,2,2,2,NA,224,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,428,0,0 +11325,0,0,NA,NA,NA,110,69,0,42,0,19,2,12,3,181.59375,69.63,74.84274105,5.212741050000005,54,30,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,0,0,0,0,1,1,1,2,NA,256,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,429,0,0 +11329,0,0,NA,NA,NA,145,83,0,51,0,16,4,7,1,177.59375,74.84,81.6466266,6.806626600000001,54,5,15,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,0,0,0,0,0,0,0,0,0,0,1,2,1,2,NA,254,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,430,0,1 +11330,0,0,NA,NA,NA,151,105,1,31,1,12,4,10,2,156.28125,46.61,55.33826914,8.728269140000002,54,10,10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,4,0,1,1,0,0,0,0,0,1,0,0,0,1,1,3,217,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,431,0,0 +11336,0,0,NA,NA,NA,123,78,1,48,1,16,3,12,3,164.28125,78.58,76.20351816,-2.3764818399999967,54,20,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,5,0,0,0,0,0,0,0,0,0,0,0,1,2,0,7,246,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,432,0,0 +11337,0,0,NA,NA,NA,142,72,1,46,0,13,3,8,1,162.1875,63.5,64.41011654,0.9101165400000042,54,40,0,34,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,2,0,2,286,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,433,0,0 +11338,0,0,NA,NA,NA,128,79,0,30,0,14,2,12,3,174.875,62.82,74.84274105,12.02274105,54,20,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,1,0,0,0,0,0,0,0,0,0,1,2,NA,217,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,434,0,0 +11340,0,0,NA,NA,NA,111,71,1,25,0,14,2,10,2,171,64.64,68.49244787,3.852447870000006,54,15,2,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,4,NA,0,1,0,0,1,0,0,0,0,0,0,1,1,1,2,147,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,435,0,0 +11348,1,0,NA,NA,NA,NA,NA,1,47,0,18,2,10,2,176.78125,105.57,97.52235955,-8.047640449999989,51,60,-60,26,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,4,4,NA,0,1,0,0,0,1,0,0,0,0,0,1,2,0,3,208,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,436,0,0 +11349,1,0,NA,NA,NA,131,91,0,61,0,18,2,12,3,180.5,62.71,58.9670081,-3.7429919,54,10,-10,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,223,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,437,0,1 +11351,0,1,84,2,16,159,89,0,68,0,15,2,8,1,176.5,66.68,72.57477920000001,5.894779200000002,54,25,-5,48,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,4,4,NA,0,1,1,1,0,0,0,0,0,0,1,1,2,2,NA,221,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,438,0,1 +11356,0,0,NA,NA,NA,125,84,0,27,0,16,4,9,2,156.5,64.3,62.59574706,-1.7042529399999964,54,8,12,11,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,1,7,0,1,0,0,1,0,0,0,0,0,0,0,1,2,NA,258,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,440,0,0 +11363,0,0,NA,NA,NA,115,71,0,28,0,18,2,12,3,168.1875,77.34,77.1107029,-0.2292970999999966,54,20,30,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,0,0,1,2,NA,208,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,441,0,0 +11366,0,0,NA,NA,NA,151,91,0,54,0,20,2,9,2,175.875,57.27,58.513415730000006,1.2434157300000024,54,20,-10,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,1,0,1,1,0,0,0,0,0,0,0,0,1,1,2,NA,189,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,442,0,1 +11368,0,1,89,3,18,121,83,0,25,0,16,2,10,2,182.1875,70.76,81.6466266,10.8866266,54,40,-20,16,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,4,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,273,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,443,0,0 +11376,0,0,NA,NA,NA,108,60,1,43,0,18,2,9,2,157.5,68.61,72.57477920000001,3.9647792000000095,54,40,0,34,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,0,0,0,0,4,173,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,444,0,0 +11377,0,1,88,7,2,138,101,0,36,0,12,2,9,2,168.6875,88.56,86.1825503,-2.3774496999999997,54,40,20,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,181,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,445,0,0 +11380,0,0,NA,NA,NA,123,69,1,33,0,16,2,8,1,167.375,62.37,70.30681735,7.936817350000005,54,10,10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,1,158,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,446,0,0 +11383,0,1,90,9,18,145,82,1,53,0,18,2,8,1,154.78125,44.79,45.81282937,1.0228293700000037,54,10,10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,0,5,276,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,447,0,1 +11384,0,0,NA,NA,NA,126,61,1,54,0,18,2,7,1,167.59375,60.89,58.9670081,-1.9229918999999995,54,30,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,0,0,0,0,1,1,0,2,329,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,448,0,1 +11385,0,0,NA,NA,NA,145,90,0,36,0,18,2,7,1,180.5,85.16,91.17206637000001,6.012066370000014,54,40,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,259,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,449,0,0 +11836,0,0,NA,NA,NA,151,89,0,60,0,18,2,4,1,182,81.65,72.57477920000001,-9.075220799999997,22,20,-10,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,0,0,1,0,1,0,0,2,NA,187,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,451,0,1 +11845,0,0,NA,NA,NA,120,63,0,25,0,18,2,15,4,174.78125,88.79,91.62565874,2.8356587399999995,22,20,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,1,0,0,2,NA,187,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,452,0,0 +11850,0,0,NA,NA,NA,138,80,1,48,0,13,2,5,1,150.6875,46.49,52.61671492,6.126714919999998,22,25,5,29,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,8,192,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,453,0,0 +11855,0,0,NA,NA,NA,117,72,1,48,0,18,2,9,2,156.5,52.5,56.24545388,3.7454538799999995,21,12,-2,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,1,0,0,1,0,1,1,2,0,6,198,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,454,0,0 +11864,0,1,91,10,9,171,113,0,40,0,NA,2,10,2,164.375,81.76,87.54332741,5.783327409999998,22,20,20,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,248,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,455,0,0 +11876,0,0,NA,NA,NA,95,64,1,26,1,11,4,12,3,169.6875,60.21,69.85322498000001,9.643224980000006,22,20,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,209,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,457,0,0 +11877,0,0,NA,NA,NA,124,89,0,37,0,21,2,16,5,183.875,129.5,127.00586360000001,-2.494136399999988,22,30,-10,16,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,1,0,0,1,2,2,2,NA,195,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,458,0,0 +11880,0,1,85,12,16,229,94,0,50,0,NA,2,5,1,171.59375,74.05,70.76040972,-3.2895902799999988,22,20,0,35,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,1,0,0,1,0,0,1,2,2,NA,351,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,459,0,0 +11886,0,1,84,5,10,115,68,0,50,0,19,2,17,5,173.5,119.52,121.56275516000001,2.042755160000013,22,40,-10,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,254,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,461,0,0 +11892,0,0,NA,NA,NA,142,80,1,53,0,18,2,12,3,159.5,65.09,72.57477920000001,7.4847792000000055,22,15,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,1,1,0,7,294,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,462,0,1 +11894,0,0,NA,NA,NA,114,68,0,29,1,13,2,12,3,170.875,70.99,72.12118683,1.1311868300000043,22,15,-7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,6,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,172,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,463,0,0 +11900,0,1,87,2,20,116,61,0,62,0,11,6,6,1,164.6875,60.44,57.60623099,-2.8337690099999975,22,20,-3,48,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,1,0,0,0,0,0,1,0,0,1,2,2,NA,237,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,464,0,1 +11908,0,1,89,5,14,122,78,0,68,0,12,4,7,1,163,53.98,53.97749203,-0.0025079699999963623,22,12,-7,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,2,NA,233,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,465,0,1 +12262,0,0,NA,NA,NA,144,86,1,28,1,18,4,12,3,165,70.19,62.142154690000005,-8.047845309999992,48,20,0,10,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,1,1,0,1,2,0,NA,263,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,466,0,0 +12263,0,0,NA,NA,NA,118,75,0,53,1,15,2,5,1,183.5,108.86,110.67653828,1.8165382800000032,48,20,5,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,1,0,0,1,2,2,NA,310,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,467,0,1 +12266,1,1,85,1,30,211,118,0,57,0,11,5,8,1,168.875,51.14,45.81282937,-5.327170629999998,42,20,-20,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,0,0,1,0,0,2,2,2,NA,258,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,468,0,1 +12268,0,0,NA,NA,NA,161,94,0,43,0,20,2,12,3,180,76.09,74.38914868,-1.7008513199999982,29,30,10,26,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,4,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,196,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,469,0,0 +12269,0,0,NA,NA,NA,128,89,1,43,0,19,2,12,3,164,103.76,114.75886961,10.99886961,NA,3,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,6,238,NA,NA,NA,NA,NA,NA,NA,470,0,0 +12271,1,0,NA,NA,NA,145,78,1,64,0,18,2,12,3,161.875,51.94,62.59574706,10.655747060000003,40,20,-20,28,0,1,0,0,0,1,0,0,1,0,0,0,0,0,1,0,3,2,0,1,0,0,0,0,0,0,0,0,0,0,1,0,3,275,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,471,0,1 +12273,0,0,NA,NA,NA,175,95,0,37,0,NA,5,10,2,171.375,70.42,90.718474,20.298474,48,10,10,23,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,12,0,0,1,0,0,0,0,0,0,0,0,0,2,2,NA,197,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,472,0,0 +12275,1,0,NA,NA,NA,115,58,1,55,0,19,2,11,2,154.6875,47.17,60.781377580000004,13.611377580000003,5,20,-20,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,0,2,162,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,473,0,1 +12277,1,0,NA,NA,NA,158,83,0,53,0,15,2,12,3,166.5,86.3,86.1825503,-0.11744969999999455,40,14,-14,37,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,3,4,NA,0,1,0,0,0,0,0,1,0,0,0,0,2,2,NA,218,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,474,0,1 +12279,0,0,NA,NA,NA,131,71,0,50,1,19,2,17,5,197.59375,71.21,68.94604024,-2.2639597599999917,48,15,0,36,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,0,0,0,0,0,1,0,0,0,0,2,2,NA,143,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,475,0,0 +12284,0,0,NA,NA,NA,152,98,0,39,0,20,2,17,5,182.375,94.12,89.35769689,-4.762303110000005,48,5,5,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,1,0,0,0,0,0,0,0,0,0,1,0,2,NA,266,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,476,0,0 +12285,0,0,NA,NA,NA,139,74,1,46,0,20,2,11,2,155.78125,52.16,60.781377580000004,8.621377580000008,48,20,-10,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,NA,244,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,477,0,0 +12290,0,0,NA,NA,NA,108,73,1,28,0,21,2,12,3,164.1875,54.66,58.513415730000006,3.853415730000009,48,30,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,232,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,478,0,0 +12299,0,0,NA,NA,NA,131,89,0,29,1,18,2,12,3,180.875,87.43,96.61517481,9.185174809999992,48,10,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,4,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,154,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,479,0,0 +12305,1,0,NA,NA,NA,116,73,0,26,0,18,2,12,3,176.875,69.97,77.1107029,7.140702900000008,48,20,-20,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,1,0,0,0,0,0,0,0,0,2,1,2,NA,262,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,480,0,0 +12312,0,0,NA,NA,NA,156,101,1,38,1,15,2,10,2,161.1875,85.62,95.70799007000001,10.087990070000004,48,15,5,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,1,1,0,0,0,0,0,0,0,0,0,1,1,0,1,236,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,481,0,0 +12314,0,0,NA,NA,NA,128,85,1,34,0,18,2,12,3,159.375,46.04,48.534383590000004,2.4943835900000053,48,15,15,14,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,0,3,159,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,482,0,0 +12318,0,0,NA,NA,NA,140,82,1,44,1,18,2,12,3,174,93.11,98.42954429000001,5.31954429000001,48,10,0,7,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,2,2,0,1,297,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,483,0,0 +12321,0,0,NA,NA,NA,137,75,0,52,0,20,2,13,4,183.875,84.37,85.728957930000007,1.3589579300000025,48,40,-10,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,1,0,0,0,0,0,0,0,1,0,1,2,NA,198,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,484,0,1 +12627,0,1,84,11,27,180,69,1,57,0,14,5,8,1,166.28125,78.13,79.83225712000001,1.702257120000013,47,20,10,27,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,1,1,0,0,1,2,0,8,231,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,485,0,1 +12634,1,1,85,11,15,147,88,0,53,1,15,6,10,2,176.28125,59.31,68.94604024,9.63604024,47,12,-12,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,5,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,199,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,486,0,1 +12639,0,0,NA,NA,NA,138,96,0,28,1,15,5,11,2,177.375,108.07,120.65557042,12.58557042000001,47,40,-10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,213,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,487,0,0 +12640,0,1,91,6,28,186,74,0,49,1,18,2,8,1,167.59375,92.42,98.88313666,6.4631366600000035,51,15,-5,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,298,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,488,0,0 +12644,0,1,84,6,21,122,77,0,47,1,13,2,8,1,176.09375,63.5,63.502931800000006,0.002931800000006035,47,20,10,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,1,0,0,0,0,0,0,0,0,0,0,2,NA,202,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,489,0,0 +12648,0,0,NA,NA,NA,135,66,0,30,0,NA,2,12,3,181.1875,97.98,99.33672903,1.3567290299999968,47,20,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,224,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,490,0,0 +12650,1,1,86,5,13,116,68,0,50,0,18,2,12,3,166.6875,62.03,67.58526313,5.55526313,47,20,-20,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,1,0,1,2,NA,184,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,491,0,0 +12651,1,0,NA,NA,NA,133,66,1,65,0,18,2,8,1,164.375,75.75,77.56429527,1.8142952700000023,47,40,-40,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,2,0,2,247,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,492,0,1 +12654,0,0,NA,NA,NA,121,81,0,33,0,13,2,8,1,177.59375,79.61,87.99691978,8.38691978,47,20,10,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,137,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,493,0,0 +12667,1,1,88,2,26,120,54,0,66,0,14,2,3,1,169,68.38,72.12118683,3.7411868300000037,47,40,-40,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,1,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,191,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,494,0,1 +12673,0,0,NA,NA,NA,138,87,1,44,0,20,2,12,3,160.6875,49.44,50.80234544,1.3623454400000057,51,20,-2,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,1,4,180,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,495,0,0 +12675,0,0,NA,NA,NA,163,108,1,46,1,15,2,10,2,168.78125,97.41,122.92353227000001,25.513532270000013,37,20,-10,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,2,0,2,180,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,496,0,0 +12684,0,0,NA,NA,NA,125,86,0,49,0,17,2,9,2,173.28125,67.81,68.0388555,0.22885549999999455,47,40,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,6,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,165,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,497,0,0 +12685,1,0,NA,NA,NA,133,86,1,44,0,17,2,9,2,177.375,71.55,73.48196394,1.9319639400000028,47,25,-25,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,2,2,0,4,236,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,498,0,0 +12686,0,0,NA,NA,NA,114,69,0,28,0,17,2,17,5,175.1875,80.74,77.1107029,-3.629297099999988,47,20,-10,11,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,125,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,499,0,0 +12690,0,0,NA,NA,NA,112,76,1,40,0,20,2,13,4,162.5,71.21,78.01788764,6.807887640000004,47,60,20,17,0,1,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,10,0,1,0,0,0,1,0,0,0,0,0,2,2,0,4,176,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,500,0,0 +12926,0,1,88,5,6,169,70,1,42,1,15,2,0,1,171,103.19,100.24391377,-2.9460862299999917,28,20,-10,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,1,0,0,1,2,0,2,221,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,501,0,0 +12927,0,0,NA,NA,NA,118,75,0,39,1,14,2,12,3,177.59375,86.18,83.00740371,-3.1725962900000013,22,5,2,22,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,3,7,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,244,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,502,0,0 +12929,0,0,NA,NA,NA,118,77,1,33,0,20,2,12,3,160.375,59.19,59.420600470000004,0.23060047000000594,13,20,10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,1,0,0,0,0,0,0,0,0,0,0,2,0,4,199,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,503,0,0 +12944,1,1,89,1,4,127,77,0,55,0,20,2,17,5,178.1875,102.63,95.2543977,-7.375602299999997,22,40,-40,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,314,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,504,0,1 +12948,0,0,NA,NA,NA,110,74,1,25,0,18,4,16,5,175.875,57.72,56.69904625,-1.0209537499999968,22,15,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,0,0,0,0,0,1,0,0,0,0,1,0,1,1,NA,217,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,505,0,0 +12954,0,1,91,11,27,140,70,0,56,0,19,2,10,2,182.59375,75.64,85.27536556,9.635365559999997,5,20,5,41,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,4,0,1,0,0,0,0,1,0,0,0,0,0,0,2,NA,254,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,506,0,1 +12958,1,0,NA,NA,NA,133,70,1,39,1,20,2,16,5,161.1875,65.2,76.20351816,11.003518159999999,22,10,-10,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,NA,201,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,507,0,0 +13203,1,0,NA,NA,NA,138,80,0,57,0,19,2,9,2,179,84.03,81.6466266,-2.3833733999999964,4,25,-25,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,6,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,212,0,1.994873046875,1.77099609375,0.9449462890625,0.46197509765625,0.2239990234375,0.48297119140625,508,0,1 +13206,0,1,90,6,12,137,75,1,66,0,16,2,12,3,162.28125,56.25,43.99845989,-12.25154011,31,20,20,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,NA,166,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,509,0,1 +13211,1,0,NA,NA,NA,114,75,1,58,0,17,2,6,1,157.1875,64.64,58.9670081,-5.6729918999999995,4,2,-2,30,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,1,0,0,0,0,0,0,2,0,6,302,0,1.994873046875,1.77099609375,0.9449462890625,0.46197509765625,0.2239990234375,0.48297119140625,510,0,1 +13214,0,1,92,10,8,124,83,0,28,0,18,2,13,4,180.375,86.07,99.79032140000001,13.720321400000017,48,30,10,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,169,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,511,0,0 +13231,0,0,NA,NA,NA,161,97,1,62,0,13,2,10,2,166.875,66.22,58.9670081,-7.252991899999998,4,15,0,27,0,1,0,0,1,1,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,2,0,2,175,0,1.994873046875,1.77099609375,0.9449462890625,0.46197509765625,0.2239990234375,0.48297119140625,512,0,1 +13235,0,0,NA,NA,NA,119,83,0,31,0,20,2,13,4,173,67.47,69.39963261,1.9296326099999987,35,30,10,16,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,0,0,1,0,0,0,0,0,0,0,1,1,0,2,NA,244,0,2.2099609375,1.7509765625,1.0498046875,0.43994140625,0.45904541015625,0.6099853515625,513,0,0 +13236,0,0,NA,NA,NA,108,68,1,28,0,20,2,12,3,158.59375,53.86,60.32778521,6.467785210000002,4,20,-5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,0,0,0,1,0,1,1,2,0,1,172,0,1.994873046875,1.77099609375,0.9449462890625,0.46197509765625,0.2239990234375,0.48297119140625,514,0,0 +13250,0,0,NA,NA,NA,116,75,1,27,0,20,2,12,3,163.28125,48.76,53.97749203,5.2174920300000025,4,20,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,1,3,156,0,1.994873046875,1.77099609375,0.9449462890625,0.46197509765625,0.2239990234375,0.48297119140625,515,0,0 +13252,1,0,NA,NA,NA,130,73,1,58,0,18,2,12,3,159,86.18,87.54332741,1.3633274099999966,NA,3,-3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,0,1,2,0,4,328,NA,NA,NA,NA,NA,NA,NA,516,0,1 +13254,0,0,NA,NA,NA,91,73,1,27,0,18,2,9,2,157.1875,57.04,54.884676770000006,-2.1553232299999934,4,15,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,7,0,1,1,0,0,0,0,0,1,0,0,1,2,0,5,177,0,1.994873046875,1.77099609375,0.9449462890625,0.46197509765625,0.2239990234375,0.48297119140625,517,0,0 +13255,1,0,NA,NA,NA,116,87,0,27,0,14,2,12,3,160.28125,102.06,118.84120094000001,16.781200940000005,4,20,-20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,2,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,184,0,1.994873046875,1.77099609375,0.9449462890625,0.46197509765625,0.2239990234375,0.48297119140625,518,0,0 +13558,1,0,NA,NA,NA,135,72,0,46,0,20,2,13,4,184,56.13,66.67807839000001,10.548078390000008,37,6,-6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,1,0,0,0,0,0,0,0,0,0,1,2,NA,178,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,519,0,0 +13562,1,1,87,11,23,NA,NA,1,59,0,13,3,6,1,159.5,42.86,45.81282937,2.9528293700000035,1,5,-5,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,1,0,0,0,0,0,0,2,0,3,232,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,520,0,1 +13567,1,0,NA,NA,NA,111,80,0,41,0,18,4,16,5,168.78125,67.59,73.93555631000001,6.345556310000006,42,30,-30,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,1,0,1,2,NA,210,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,521,0,0 +13572,0,1,89,7,11,190,71,1,65,0,12,5,6,1,159.375,57.07,55.791861510000004,-1.2781384899999964,13,10,-4,56,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,2,0,0,1,0,0,1,0,1,0,0,0,1,1,0,5,259,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,522,0,1 +13575,0,0,NA,NA,NA,128,80,0,47,0,19,2,12,3,177.78125,67.47,68.94604024,1.4760402400000032,22,15,5,29,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,3,1,2,0,1,0,0,0,0,0,0,0,0,1,0,2,2,NA,199,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,523,0,0 +13578,0,0,NA,NA,NA,129,85,0,35,0,18,2,6,1,178,84.14,90.718474,6.578474,13,40,-10,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,2,0,1,0,0,0,1,0,0,0,0,1,0,1,2,NA,202,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,525,0,0 +13581,1,0,NA,NA,NA,115,83,1,41,0,19,2,12,3,166.5,67.59,56.69904625,-10.890953750000001,39,20,-20,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,3,0,0,0,0,0,1,0,1,0,0,0,2,2,1,3,181,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,526,0,0 +13593,0,1,85,6,29,125,66,1,60,0,NA,2,9,2,163.875,97.18,66.67807839000001,-30.501921609999997,17,25,5,46,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,3,0,0,1,0,1,0,0,0,0,0,1,1,1,0,1,232,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,527,0,1 +13595,0,0,NA,NA,NA,138,69,0,29,0,21,6,12,3,175,87.32,78.92507238,-8.39492761999999,12,30,-5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,4,0,1,0,0,0,0,0,0,0,0,1,1,2,2,NA,220,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,528,0,0 +13602,1,0,NA,NA,NA,116,73,1,36,0,19,2,12,3,169.5,75.98,61.68856232,-14.291437680000001,12,20,-20,15,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,3,4,NA,0,1,0,0,1,0,0,0,0,0,0,1,2,1,2,317,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,529,0,0 +13604,1,0,NA,NA,NA,164,100,1,43,0,14,5,10,2,169.875,61.58,78.92507238,17.345072380000005,12,15,-15,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,0,2,196,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,530,0,0 +13610,0,0,NA,NA,NA,115,72,1,52,0,20,2,12,3,169.375,56.36,59.874192840000006,3.514192840000007,42,15,-2,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,1,0,0,0,0,0,0,0,0,0,1,0,2,225,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,531,0,1 +13612,0,0,NA,NA,NA,156,98,0,39,0,18,2,6,1,160,57.38,62.59574706,5.215747059999998,12,20,0,25,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,10,0,0,1,0,0,0,0,0,0,0,0,0,2,2,NA,177,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,532,0,0 +13619,0,0,NA,NA,NA,134,68,1,64,0,13,3,13,4,158,54.43,54.884676770000006,0.45467677000000606,13,40,-20,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,2,242,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,533,0,1 +13627,0,0,NA,NA,NA,146,88,1,50,0,20,2,16,5,159.375,65.54,62.59574706,-2.9442529400000055,23,25,-16,26,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,1,3,2,0,0,0,1,0,1,0,0,0,0,0,1,2,0,1,294,0,2.1787109375,1.773193359375,1.15478515625,0.5279541015625,0.40557861328125,0.626953125,534,0,0 +13631,0,0,NA,NA,NA,114,77,0,29,0,19,5,10,2,186.6875,68.04,68.94604024,0.9060402399999958,26,20,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,141,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,535,0,0 +13632,0,1,88,11,18,135,73,1,54,0,20,2,9,2,164.1875,75.75,66.67807839000001,-9.07192160999999,1,20,0,36,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,0,0,0,1,1,0,4,285,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,536,0,1 +13634,0,0,NA,NA,NA,128,88,0,38,0,22,2,17,5,175.5,72.69,70.76040972,-1.9295902799999993,45,20,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,1,0,0,0,0,0,0,0,0,1,1,2,NA,208,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,537,0,0 +13636,0,0,NA,NA,NA,108,70,1,40,0,17,2,17,5,162.1875,56.36,55.791861510000004,-0.5681384899999955,39,1,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,1,0,0,0,0,0,0,1,0,4,178,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,539,0,0 +14009,1,0,NA,NA,NA,125,70,0,57,0,16,5,12,3,182.28125,78.93,86.1825503,7.252550299999996,47,8,-8,37,1,0,0,0,1,1,0,0,0,0,0,0,0,0,1,2,3,2,0,0,1,0,0,1,0,0,0,0,0,1,2,2,NA,222,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,540,0,1 +14025,0,0,NA,NA,NA,133,89,0,50,0,12,4,1,1,181,91.4,92.53284348000001,1.1328434800000053,47,1,3,38,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,122,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,542,0,0 +14028,0,1,90,1,18,155,86,1,51,1,17,2,12,3,159.375,70.42,70.30681735,-0.11318264999999883,47,15,0,16,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,2,0,9,192,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,543,0,1 +14032,0,0,NA,NA,NA,112,70,0,33,0,17,2,8,1,186.09375,91.06,93.44002822,2.38002822,47,12,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,178,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,544,0,0 +14037,0,0,NA,NA,NA,152,82,1,39,0,18,2,9,2,156.78125,45.36,53.523899660000005,8.163899660000006,47,10,10,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,0,3,153,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,545,0,0 +14038,0,0,NA,NA,NA,115,62,1,64,0,12,3,8,1,155.875,84.59,79.37866475,-5.211335250000005,47,2,8,34,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,2,0,1,0,0,0,0,1,0,1,0,0,0,2,0,7,255,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,546,0,1 +14039,0,1,86,10,22,122,82,0,42,0,12,5,11,2,171.6875,67.7,72.57477920000001,4.874779200000006,21,40,-20,36,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,1,3,0,1,1,0,0,1,1,0,0,0,1,0,2,2,NA,191,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,547,0,0 +14040,0,0,NA,NA,NA,148,82,0,58,0,12,4,10,2,175.6875,62.37,66.22448602,3.854486020000003,47,20,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,186,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,548,0,1 +14041,0,1,86,12,19,111,68,1,33,0,16,2,10,2,163,59.87,60.32778521,0.4577852100000044,47,40,-20,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,1,0,0,1,0,5,189,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,549,0,0 +14042,0,0,NA,NA,NA,171,102,1,49,0,19,2,7,1,160.28125,64.98,69.85322498000001,4.873224980000003,51,20,-10,35,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,310,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,550,0,0 +14047,1,0,NA,NA,NA,161,65,0,54,0,18,2,8,1,175.375,58.06,60.32778521,2.2677852099999996,48,20,-20,48,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,1,0,0,0,1,2,NA,154,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,551,0,1 +14051,1,0,NA,NA,NA,133,91,1,45,0,19,2,12,3,169.875,70.42,67.13167076,-3.288329239999996,51,20,-20,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,1,0,1,0,0,0,0,0,0,0,2,0,3,199,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,552,0,0 +14055,0,0,NA,NA,NA,132,90,1,37,0,18,2,13,4,163.5,83.46,90.718474,7.258474000000007,47,20,10,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,1,0,1,0,0,0,0,1,0,0,0,0,0,2,0,4,180,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,553,0,0 +14059,0,0,NA,NA,NA,121,80,1,37,0,16,5,12,3,162.875,54.66,51.70953018,-2.950469819999995,47,40,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,0,0,1,0,1,0,0,0,0,0,0,0,0,1,3,240,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,555,0,0 +14066,0,0,NA,NA,NA,108,84,0,56,0,12,2,6,1,174.375,67.7,66.22448602,-1.4755139800000023,47,10,0,46,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,280,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,556,0,1 +14067,1,1,84,10,31,140,72,1,56,0,13,2,7,1,156.78125,59.53,52.61671492,-6.913285080000001,47,18,-18,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,0,1,2,0,3,239,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,557,0,1 +14068,0,1,92,5,17,135,95,0,38,0,13,2,6,1,179.375,77.22,78.92507238,1.7050723800000043,47,40,20,22,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,4,NA,0,1,1,0,0,1,0,0,1,0,1,1,2,2,NA,270,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,558,0,0 +14074,0,0,NA,NA,NA,150,82,1,47,0,19,2,11,2,169.6875,64.07,67.13167076,3.0616707600000126,47,20,0,28,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,0,1,0,0,0,0,0,1,0,0,0,2,0,NA,207,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,559,0,0 +14076,0,0,NA,NA,NA,117,75,0,29,0,18,2,12,3,180.28125,89.36,87.08973504000001,-2.2702649599999916,47,20,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,209,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,560,0,0 +14077,0,0,NA,NA,NA,124,80,1,33,0,18,2,10,2,163.1875,63.84,63.95652417,0.11652416999999815,47,18,2,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,1,1,0,0,0,1,0,1,1,2,215,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,561,0,0 +14085,0,1,84,11,8,134,85,0,40,0,18,2,8,1,181.875,90.49,105.23342984,14.743429840000005,47,20,-10,21,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,208,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,562,0,0 +14086,0,0,NA,NA,NA,120,80,1,36,0,18,2,10,2,163.6875,53.64,61.23496995,7.594969949999999,47,10,10,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,1,0,0,1,0,0,0,2,1,4,239,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,563,0,0 +14088,0,0,NA,NA,NA,NA,NA,0,51,0,22,2,9,2,161.78125,71.1,74.38914868,3.289148680000011,47,5,1,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,199,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,564,0,1 +14092,0,1,91,10,24,118,76,0,56,0,22,2,8,1,174.5,81.31,78.92507238,-2.384927619999999,47,20,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,195,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,565,0,1 +14093,0,1,92,4,4,131,74,0,43,0,19,2,12,3,172.28125,93.78,96.16158244,2.3815824400000025,47,30,10,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,249,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,566,0,0 +14096,1,0,NA,NA,NA,102,64,1,44,0,19,2,2,1,171.09375,58.29,60.781377580000004,2.4913775800000053,45,20,-20,27,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,1,0,1,0,0,0,1,2,1,2,245,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,567,0,0 +14101,0,0,NA,NA,NA,109,71,0,30,0,14,2,8,1,178,72.46,82.55381134000001,10.093811340000016,47,20,-4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,231,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,568,0,0 +14442,0,1,91,10,10,142,81,0,51,0,19,2,12,3,175.09375,78.93,78.01788764,-0.912112360000009,42,5,1,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,207,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,569,0,1 +14444,0,0,NA,NA,NA,119,66,1,43,1,13,6,10,2,161.6875,89.81,81.6466266,-8.163373399999998,6,5,5,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,1,2,0,0,1,0,0,1,0,0,0,0,0,2,2,0,1,198,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,570,0,0 +14456,0,0,NA,NA,NA,105,72,1,38,0,18,2,12,3,174.5,65.88,66.67807839000001,0.7980783900000148,40,20,0,14,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,3,4,NA,0,1,1,0,0,1,0,0,0,0,1,1,2,0,1,271,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,571,0,0 +14460,1,0,NA,NA,NA,115,77,0,43,0,22,2,17,5,174,72.91,87.08973504000001,14.179735040000011,6,5,-5,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,0,0,0,0,0,0,1,0,0,0,1,0,0,2,NA,174,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,572,0,0 +14461,0,0,NA,NA,NA,117,66,0,26,0,18,2,16,5,175.1875,79.95,78.47148001000001,-1.4785199899999952,6,20,-18,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,1,0,1,2,NA,272,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,573,0,0 +14469,0,0,NA,NA,NA,118,84,1,43,0,12,4,17,5,163.5,76.2,77.1107029,0.910702900000004,39,50,-10,15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,2,0,1,1,0,0,0,0,0,0,0,0,2,2,0,NA,158,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,574,0,0 +14470,0,0,NA,NA,NA,110,61,1,53,0,20,2,16,5,161.6875,64.41,64.86370891,0.45370891000000313,25,14,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,223,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,575,0,1 +14478,0,1,91,4,22,138,63,0,60,0,19,2,12,3,170.09375,65.32,60.32778521,-4.992214789999991,34,50,-10,35,0,1,0,0,1,1,0,0,1,0,0,0,0,0,1,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,2,NA,173,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,576,0,1 +14479,0,0,NA,NA,NA,121,74,1,30,0,19,2,12,3,158,55.34,52.163122550000004,-3.176877449999999,8,10,10,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,4,202,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,577,0,0 +14480,0,0,NA,NA,NA,137,87,1,26,0,18,2,12,3,163.5,60.44,62.142154690000005,1.7021546900000075,6,30,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,0,1,0,0,0,0,1,1,0,NA,254,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,578,0,0 +14486,0,1,89,6,28,136,69,1,59,0,14,3,10,2,162.6875,63.96,59.874192840000006,-4.0858071599999946,21,10,5,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,2,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,6,365,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,579,0,1 +14487,0,0,NA,NA,NA,114,78,1,28,1,18,2,10,2,159.875,70.31,73.02837157,2.718371570000002,5,10,0,12,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,2,2,1,0,1,0,0,0,1,0,0,0,0,0,0,1,0,5,312,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,580,0,0 +14488,0,0,NA,NA,NA,139,82,1,54,0,19,2,12,3,156.6875,49.44,60.32778521,10.887785210000004,6,10,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,2,0,2,219,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,581,0,1 +14494,0,0,NA,NA,NA,119,89,1,39,0,20,3,9,2,166.6875,60.67,69.85322498000001,9.183224980000006,42,40,-10,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,4,0,0,0,0,0,1,1,0,0,0,0,2,2,0,4,191,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,582,0,0 +14496,0,0,NA,NA,NA,103,59,0,39,1,21,2,12,3,177.1875,85.28,87.08973504000001,1.8097350400000067,5,20,10,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,185,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,583,0,0 +14515,0,0,NA,NA,NA,138,89,0,37,0,21,2,16,5,183.78125,55.91,62.142154690000005,6.232154690000009,17,60,-40,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,0,0,0,0,0,0,0,1,0,1,1,0,2,NA,158,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,584,0,0 +14516,0,0,NA,NA,NA,110,70,1,26,0,21,2,16,5,175.375,54.54,63.502931800000006,8.962931800000007,6,20,-10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,1,1,0,0,0,0,0,0,0,0,1,1,1,NA,182,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,585,0,0 +14967,1,0,NA,NA,NA,134,73,0,45,0,19,2,12,3,177.1875,79.38,78.92507238,-0.4549276199999923,45,40,-40,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,1,0,0,1,0,0,0,0,0,0,1,2,NA,202,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,586,0,0 +14970,0,0,NA,NA,NA,117,82,1,33,0,19,2,12,3,163.375,67.13,63.502931800000006,-3.6270681999999894,13,4,4,13,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,1,0,2,0,2,248,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,588,0,0 +14971,0,0,NA,NA,NA,151,84,0,45,0,13,2,7,1,176.6875,80.74,75.29633342000001,-5.443666579999984,13,20,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,10,0,0,1,0,0,0,0,0,0,0,1,1,2,2,NA,222,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,589,0,0 +14976,0,0,NA,NA,NA,180,97,0,62,0,22,2,16,5,173.375,77.68,88.90410452,11.224104519999997,13,6,4,46,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,3,1,0,1,0,0,0,0,0,0,0,0,1,0,0,2,NA,232,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,590,0,1 +14982,0,0,NA,NA,NA,145,83,1,32,1,18,2,11,2,172,82.67,92.53284348000001,9.86284348000001,13,1,2,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,1,0,0,0,0,0,0,0,0,1,1,0,0,2,1,5,180,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,591,0,0 +14983,1,0,NA,NA,NA,129,79,1,52,0,19,2,12,3,159.5,66.45,74.84274105,8.392741049999998,1,5,-5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,1,0,0,1,0,0,1,0,0,1,1,0,3,285,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,592,0,1 +14985,1,0,NA,NA,NA,110,70,0,56,0,19,2,12,3,173.6875,80.06,78.92507238,-1.1349276199999991,13,20,-20,36,0,1,0,0,1,0,0,0,0,0,0,0,1,0,1,2,1,2,0,1,1,0,0,0,0,0,0,0,0,1,2,2,NA,215,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,593,0,1 +14986,0,0,NA,NA,NA,125,79,0,50,0,20,2,17,5,184.59375,86.52,88.45051215000001,1.9305121500000126,13,20,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,1,0,0,0,0,0,0,0,0,1,1,2,NA,261,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,594,0,0 +14993,0,1,91,6,7,110,66,1,46,0,18,2,11,2,168.6875,52.84,49.44156833,-3.398431670000001,13,20,-14,28,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,1,0,0,0,0,1,0,2,0,4,154,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,596,0,0 +14997,0,0,NA,NA,NA,132,85,1,44,1,12,2,6,1,163.78125,80.74,83.00740371,2.2674037100000106,13,10,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,2,0,12,192,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,597,0,0 +15000,1,0,NA,NA,NA,150,88,0,46,0,19,2,9,2,171.5,59.19,66.22448602,7.034486020000003,13,35,-35,33,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,223,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,598,0,0 +15002,1,1,85,2,6,149,68,0,66,1,18,2,8,1,167.1875,58.17,50.34875307,-7.821246930000001,13,5,-5,48,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,0,0,0,0,0,1,1,2,2,NA,185,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,599,0,1 +15005,1,1,90,11,23,181,87,1,69,0,18,3,7,1,155.375,88.22,90.718474,2.4984740000000016,13,15,-15,13,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,1,0,1,1,0,0,0,0,0,1,0,1,1,2,0,7,264,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,600,0,1 +15010,1,0,NA,NA,NA,145,87,1,46,0,12,4,0,1,159.59375,60.67,63.95652417,3.28652417,13,10,-10,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,1,0,0,0,0,0,2,2,0,NA,244,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,601,0,0 +15011,1,0,NA,NA,NA,131,78,1,32,0,19,2,12,3,159.78125,65.2,69.85322498000001,4.6532249800000045,42,10,-10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,1,2,182,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,602,0,0 +15017,1,0,NA,NA,NA,114,76,0,50,0,19,2,12,3,180.1875,67.25,77.1107029,9.860702900000007,13,20,-20,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,1,0,1,2,NA,181,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,603,0,0 +15024,0,1,88,4,30,141,78,1,54,0,18,2,10,2,167.5,72.46,74.84274105,2.382741050000007,13,20,0,34,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,4,4,NA,0,1,1,0,1,0,0,0,1,0,1,0,1,0,4,302,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,604,0,1 +15028,0,0,NA,NA,NA,135,88,0,46,0,20,2,17,5,186.78125,77,84.82177319,7.821773190000002,13,30,-10,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,1,0,0,0,0,0,0,0,0,0,0,1,0,0,2,NA,276,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,606,0,0 +15031,0,0,NA,NA,NA,122,89,1,31,1,18,2,12,3,161.875,71.44,65.77089365,-5.669106349999993,13,20,-8,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,1,0,0,0,0,0,0,0,0,1,2,0,4,325,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,607,0,0 +15264,0,0,NA,NA,NA,130,76,0,33,0,19,2,12,3,170,86.41,87.99691978,1.5869197800000023,17,30,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,0,0,0,0,0,0,2,NA,228,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,609,0,0 +15267,1,0,NA,NA,NA,141,80,1,34,0,17,2,11,2,157,50.8,59.874192840000006,9.07419284000001,29,5,-5,17,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,1,0,0,0,0,1,1,1,4,259,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,610,0,0 +15272,0,0,NA,NA,NA,128,73,0,46,0,21,2,12,3,170,82.21,78.47148001000001,-3.738519989999986,29,20,3,30,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,9,0,1,0,0,0,0,0,1,0,0,0,1,1,2,NA,237,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,611,0,0 +15273,0,1,90,10,17,138,67,0,56,0,19,2,12,3,183,95.37,93.44002822,-1.9299717800000025,47,30,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,9,0,0,0,0,0,0,0,0,0,0,1,0,1,2,NA,246,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,612,0,1 +15274,1,0,NA,NA,NA,118,69,1,58,0,13,3,12,3,161,79.38,90.26488163,10.88488163000001,29,10,-10,44,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,189,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,613,0,1 +15276,0,0,NA,NA,NA,123,85,1,52,0,17,5,16,5,161.1875,68.49,67.58526313,-0.9047368699999936,NA,18,-8,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,2,2,0,2,219,NA,NA,NA,NA,NA,NA,NA,614,0,1 +15277,0,1,85,3,26,160,88,0,50,0,17,2,9,2,175.375,77,75.29633342000001,-1.7036665799999895,29,20,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,1,0,0,0,1,2,2,NA,291,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,615,0,0 +15281,0,0,NA,NA,NA,108,68,1,30,1,18,2,12,3,159.09375,77.11,81.6466266,4.536626600000005,17,10,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,4,184,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,616,0,0 +15283,0,1,89,9,10,132,78,0,60,0,20,2,12,3,172.6875,86.41,91.17206637000001,4.762066370000014,17,40,-20,42,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,244,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,617,0,1 +15284,0,0,NA,NA,NA,124,89,1,25,1,19,2,12,3,163.5,60.44,65.77089365,5.330893650000007,48,19,-9,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,1,0,0,0,1,1,1,1,4,169,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,618,0,0 +15289,0,0,NA,NA,NA,139,90,0,47,0,22,2,17,5,180.1875,81.87,83.91458845000001,2.044588450000006,29,20,0,26,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,3,2,0,1,0,0,0,0,0,0,0,0,1,1,2,2,NA,214,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,619,0,0 +15290,1,0,NA,NA,NA,152,107,0,34,0,19,2,12,3,183,71.21,82.10021897,10.890218970000006,NA,20,-20,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,2,0,2,NA,237,NA,NA,NA,NA,NA,NA,NA,620,0,0 +15300,0,0,NA,NA,NA,112,71,0,32,0,22,2,12,3,181.1875,81.65,89.81128926000001,8.161289260000004,47,20,0,16,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,1,0,0,0,0,1,0,0,2,NA,170,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,621,0,0 +15600,0,0,NA,NA,NA,150,90,0,47,0,16,5,13,4,171.78125,70.42,70.76040972,0.3404097199999967,36,36,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,4,0,0,0,0,0,1,1,0,0,0,0,1,1,2,NA,218,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,622,0,0 +15605,0,0,NA,NA,NA,111,74,1,34,0,19,2,12,3,172.375,76.77,73.93555631000001,-2.8344436899999863,26,30,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,1,1,2,0,2,127,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,623,0,0 +15611,0,0,NA,NA,NA,123,75,0,37,0,19,2,13,4,172.78125,86.41,89.81128926000001,3.401289260000013,39,20,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,0,1,1,0,0,0,0,0,0,0,0,1,1,2,NA,257,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,624,0,0 +15617,0,0,NA,NA,NA,123,81,1,32,0,19,2,12,3,157.28125,53.41,56.24545388,2.835453880000003,NA,1,1,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4,4,NA,0,1,0,0,0,1,0,0,0,0,0,0,1,0,4,179,NA,NA,NA,NA,NA,NA,NA,625,0,0 +15619,0,1,87,4,8,94,53,0,46,0,19,2,12,3,175.875,74.39,63.04933943,-11.340660569999997,6,20,-5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,160,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,626,0,0 +15624,0,0,NA,NA,NA,122,71,1,50,0,22,2,13,4,161.28125,72.23,79.83225712000001,7.602257120000004,34,20,-8,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,0,2,250,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,627,0,0 +15625,0,0,NA,NA,NA,121,74,1,29,0,20,2,8,1,166.875,82.55,84.36818082,1.8181808200000091,41,10,10,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1,1,0,4,291,0,1.60107421875,1.803955078125,0.6298828125,0.593994140625,-0.20269775390625,0.0359954833984375,628,0,0 +15628,0,0,NA,NA,NA,145,105,0,26,0,19,2,12,3,170.28125,90.15,110.22294591000001,20.07294591,6,1,-1,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,232,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,629,0,0 +15630,1,0,NA,NA,NA,135,75,0,44,0,19,2,12,3,187.5,101.83,104.32624510000001,2.49624510000001,55,40,-40,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,1,0,0,0,0,0,0,0,1,0,2,2,NA,385,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,630,0,0 +15632,1,0,NA,NA,NA,110,73,0,31,0,18,2,12,3,171.59375,63.28,81.6466266,18.366626600000004,42,20,-20,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,178,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,631,0,0 +15633,1,1,85,10,28,166,94,0,62,0,15,2,8,1,161.5,70.31,68.94604024,-1.3639597600000002,36,20,-20,52,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,1,2,0,1,1,0,0,0,0,0,0,0,1,2,2,2,NA,267,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,632,0,1 +15647,0,0,NA,NA,NA,100,66,1,39,0,18,5,10,2,161.375,60.55,66.22448602,5.674486020000003,6,20,-10,26,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,9,240,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,634,0,0 +15650,0,0,NA,NA,NA,122,79,0,27,0,19,2,12,3,184.09375,81.65,83.46099608,1.8109960799999953,6,20,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,200,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,635,0,0 +15652,0,0,NA,NA,NA,125,84,1,48,0,13,5,12,3,176.5,58.4,64.41011654,6.010116540000006,6,20,0,32,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,2,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,3,159,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,636,0,0 +15653,0,0,NA,NA,NA,113,68,1,52,0,19,2,11,2,164.78125,54.32,56.24545388,1.9254538799999992,38,20,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,1,0,NA,257,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,637,0,1 +15655,1,0,NA,NA,NA,135,92,0,47,0,19,2,10,2,179.28125,74.5,92.98643585,18.486435850000007,NA,40,-40,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,312,NA,NA,NA,NA,NA,NA,NA,638,0,0 +15839,0,1,86,8,11,148,88,0,57,1,19,2,8,1,179.5,62.71,60.781377580000004,-1.9286224199999964,45,20,-10,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,6,0,0,1,0,0,0,0,0,1,0,0,0,1,2,NA,229,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,639,0,1 +15842,1,1,86,1,10,138,91,0,42,0,19,2,10,2,177.09375,68.15,89.35769689,21.207696889999994,39,20,-20,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,12,0,1,0,0,0,0,0,0,0,0,1,0,1,2,NA,339,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,640,0,0 +15852,0,0,NA,NA,NA,116,81,1,39,1,18,2,13,4,167.78125,83.69,91.17206637000001,7.4820663700000125,13,15,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,2,0,0,1,0,0,1,0,0,0,0,0,0,1,0,10,243,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,642,0,0 +15853,0,1,91,1,1,NA,NA,0,63,0,21,2,12,3,171.78125,76.88,82.55381134000001,5.6738113400000145,42,20,-18,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,288,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,643,0,1 +15859,0,0,NA,NA,NA,118,73,1,56,0,18,3,12,3,158.6875,52.5,52.61671492,0.11671491999999972,34,20,-18,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,1,1,0,0,0,1,1,1,0,2,264,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,644,0,1 +15865,0,0,NA,NA,NA,128,96,0,26,0,22,4,12,3,163.78125,59.53,64.41011654,4.880116540000003,34,30,-10,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,48,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,173,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,645,0,0 +15874,0,0,NA,NA,NA,125,66,0,27,0,19,2,15,4,183,81.42,88.45051215000001,7.030512150000007,42,20,0,9,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,3,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,197,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,646,0,0 +16295,0,0,NA,NA,NA,126,89,0,40,0,19,2,12,3,175.09375,72.8,72.57477920000001,-0.22522079999998823,27,20,10,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,305,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,647,0,0 +16303,0,0,NA,NA,NA,117,77,0,30,0,18,2,12,3,180.09375,76.66,78.92507238,2.2650723800000065,27,20,15,12,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,223,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,648,0,0 +16304,0,0,NA,NA,NA,114,79,1,26,0,18,2,12,3,157,51.14,49.895160700000005,-1.2448392999999953,19,20,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,3,3,0,1,0,0,0,1,0,0,0,0,0,1,1,0,3,213,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,649,0,0 +16306,0,1,88,8,31,138,81,1,50,0,17,2,13,4,164.59375,60.89,62.142154690000005,1.2521546900000047,27,10,10,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,260,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,650,0,0 +16307,0,1,85,6,19,136,84,0,68,0,19,2,13,4,172.6875,99.68,95.2543977,-4.425602300000008,27,40,-40,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,230,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,651,0,1 +16317,1,1,84,6,16,111,NA,0,68,0,18,2,6,1,167.78125,68.15,63.502931800000006,-4.6470682,27,10,-10,48,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,3,2,0,0,0,0,0,0,0,0,0,0,1,0,2,2,NA,163,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,652,0,1 +16322,1,0,NA,NA,NA,115,60,0,33,0,14,4,17,5,183.6875,70.87,88.45051215000001,17.580512150000004,27,30,-30,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,165,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,653,0,0 +16333,0,0,NA,NA,NA,107,70,0,55,0,18,2,9,2,170,66.9,62.142154690000005,-4.75784531,19,20,5,35,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,2,NA,226,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,654,0,1 +16354,1,0,NA,NA,NA,121,89,0,34,0,19,2,10,2,180.09375,59.53,73.93555631000001,14.405556310000009,27,30,-30,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,206,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,655,0,0 +16363,0,0,NA,NA,NA,126,81,1,29,0,18,2,12,3,158.78125,62.48,64.41011654,1.9301165400000073,27,7,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,0,1,0,2,214,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,656,0,0 +16366,1,0,NA,NA,NA,140,88,1,42,0,18,2,12,3,159.28125,93.55,99.79032140000001,6.240321400000013,27,1,-1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,1,0,0,0,0,0,0,2,0,6,279,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,657,0,0 +16369,1,0,NA,NA,NA,NA,NA,1,39,0,18,2,10,2,162.5,78.02,78.01788764,-0.002112359999998148,27,2,-2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,1,0,0,0,0,0,0,1,1,8,218,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,658,0,0 +16377,0,1,85,5,14,135,89,0,43,0,18,2,12,3,193.375,99.9,99.33672903,-0.5632709700000049,27,10,10,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,1,0,1,0,0,0,0,0,0,0,1,1,2,NA,261,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,659,0,0 +16380,0,1,88,5,16,148,89,0,44,0,13,4,10,2,174,60.1,56.69904625,-3.4009537499999993,27,40,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,217,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,660,0,0 +16382,0,0,NA,NA,NA,115,64,0,47,0,14,2,8,1,171.1875,64.18,66.22448602,2.0444860199999937,27,20,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,220,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,661,0,0 +16393,1,1,90,10,7,144,76,0,69,0,11,2,12,3,169.375,78.81,76.65711053,-2.152889470000005,38,20,-20,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,231,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,662,0,1 +16395,0,0,NA,NA,NA,127,85,0,41,0,19,2,12,3,174.09375,68.15,79.37866475,11.228664749999993,55,20,10,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0,0,0,2,NA,232,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,663,0,0 +16696,1,0,NA,NA,NA,150,79,0,53,0,20,2,8,1,169.78125,76.88,99.79032140000001,22.910321400000015,15,10,-10,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,2,0,0,1,0,0,0,0,0,0,0,1,0,1,2,NA,241,1,1.9267578125,1.990966796875,0.8924560546875,0.60498046875,-0.0641937255859375,0.2874755859375,664,0,1 +16697,0,1,85,1,28,133,81,1,55,0,13,5,6,1,164.28125,57.15,53.07030729,-4.079692709999996,40,20,-10,34,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,3,0,1,1,0,0,1,1,0,1,0,1,2,2,0,1,179,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,665,0,1 +16698,0,0,NA,NA,NA,148,90,0,49,0,21,2,12,3,174.78125,79.27,78.01788764,-1.2521123599999981,49,20,20,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,199,0,1.952880859375,1.803955078125,0.8399658203125,0.43994140625,0.14898681640625,0.39996337890625,666,0,0 +16707,1,0,NA,NA,NA,132,75,0,68,0,20,2,12,3,173.375,65.2,64.86370891,-0.3362910900000031,6,40,-40,50,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,217,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,667,0,1 +16709,1,0,NA,NA,NA,110,81,0,39,0,22,2,16,5,175.78125,85.62,86.1825503,0.5625502999999981,6,20,-20,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,4,0,1,0,0,0,0,0,0,0,0,1,1,2,2,NA,226,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,668,0,0 +16715,0,0,NA,NA,NA,124,79,0,37,0,19,4,12,3,184.78125,101.04,101.60469088,0.5646908800000006,6,20,20,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,177,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,669,0,0 +16717,1,1,90,7,22,119,71,0,50,0,14,2,3,1,164.5,88.9,72.12118683,-16.778813170000006,NA,10,-10,35,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,2,1,9,0,0,0,0,0,0,0,1,0,0,0,0,1,2,NA,254,NA,NA,NA,NA,NA,NA,NA,670,0,0 +16725,0,0,NA,NA,NA,141,90,0,50,0,14,6,12,3,174.78125,66.45,78.92507238,12.47507238,6,30,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,217,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,671,0,0 +16729,0,0,NA,NA,NA,137,84,1,54,0,18,2,12,3,159.1875,48.87,45.359237,-3.510762999999997,NA,10,0,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1,2,0,2,270,NA,NA,NA,NA,NA,NA,NA,672,0,1 +16742,0,1,85,10,5,116,66,0,65,0,14,2,8,1,184.09375,121,97.52235955,-23.477640449999996,40,40,-30,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,278,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,674,0,1 +16747,0,1,91,2,28,138,68,1,55,0,18,2,8,1,161.28125,64.64,68.0388555,3.3988554999999963,NA,20,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,4,NA,0,0,0,0,0,0,1,0,0,0,1,0,1,0,6,253,NA,NA,NA,NA,NA,NA,NA,675,0,1 +16748,0,0,NA,NA,NA,105,59,1,36,0,22,2,12,3,170.6875,65.54,67.13167076,1.5916707599999995,6,20,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,0,1,0,0,1,0,1,0,0,0,0,0,1,0,3,202,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,676,0,0 +16749,0,0,NA,NA,NA,122,78,1,31,0,20,2,13,4,159.5,57.27,66.22448602,8.954486019999997,53,15,0,3,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,3,212,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,677,0,0 +17040,1,1,89,4,27,NA,NA,0,68,0,18,2,6,1,170.375,92.19,96.16158244,3.971582440000006,NA,3,-3,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,18,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,278,NA,NA,NA,NA,NA,NA,NA,678,0,1 +17041,1,1,91,3,4,132,69,0,53,0,19,2,12,3,174.5,69.17,73.48196394,4.311963939999998,44,10,-10,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,190,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,679,0,1 +17044,0,1,87,5,9,NA,NA,1,46,0,19,2,8,1,155.5,63.16,58.9670081,-4.1929918999999956,44,30,0,21,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,2,2,0,1,276,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,680,0,0 +17050,0,0,NA,NA,NA,124,70,0,38,0,20,2,12,3,170.78125,84.14,83.91458845000001,-0.2254115499999898,44,40,-10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,229,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,681,0,0 +17051,1,0,NA,NA,NA,120,58,0,51,0,19,2,10,2,171.375,58.51,58.9670081,0.457008100000003,44,20,-20,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,211,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,682,0,1 +17052,0,1,85,4,26,127,73,1,57,0,18,2,9,2,156.59375,74.16,72.57477920000001,-1.5852207999999877,9,20,10,40,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,3,1,0,1,0,0,1,0,0,0,0,0,1,0,1,0,3,244,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,683,0,1 +17053,1,0,NA,NA,NA,121,68,1,34,0,19,2,12,3,162.1875,68.61,58.9670081,-9.642991899999998,44,15,-15,13,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,1,0,0,0,0,0,0,0,0,1,1,2,0,5,205,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,684,0,0 +17055,0,0,NA,NA,NA,98,67,1,42,0,15,6,10,2,156.59375,71.67,68.94604024,-2.7239597599999996,44,20,-5,15,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,1,0,0,0,0,0,0,2,2,0,11,179,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,685,0,0 +17056,0,0,NA,NA,NA,110,79,0,39,0,22,2,11,2,173.5,76.2,72.57477920000001,-3.625220799999994,44,30,-27,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,4,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,235,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,686,0,0 +17068,0,0,NA,NA,NA,110,59,1,47,0,19,4,12,3,160.09375,60.1,58.9670081,-1.1329919000000004,44,18,2,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,0,0,0,0,0,1,0,1,0,1,0,2,0,NA,171,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,687,0,0 +17081,0,0,NA,NA,NA,118,75,0,31,0,20,2,16,5,171.28125,80.97,87.99691978,7.02691978,44,20,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,0,0,0,0,0,0,0,0,0,0,1,2,2,2,NA,235,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,688,0,0 +17083,0,0,NA,NA,NA,130,87,1,44,0,18,2,12,3,174.1875,75.64,73.02837157,-2.611628429999996,25,10,-4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,1,0,1,0,0,0,0,0,0,0,0,0,1,2,0,3,247,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,689,0,0 +17084,0,1,92,4,24,177,86,1,55,0,19,2,8,1,159.28125,54.43,54.4310844,0.001084400000003427,44,20,0,37,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,1,0,1,0,0,0,0,0,1,2,0,1,205,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,690,0,1 +17086,0,0,NA,NA,NA,130,80,1,29,0,15,2,10,2,161,74.5,87.08973504000001,12.589735040000008,44,17,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,1,0,0,0,1,0,0,0,0,0,1,2,0,3,220,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,691,0,0 +17087,1,0,NA,NA,NA,118,82,0,25,0,19,2,17,5,188,82.67,84.36818082,1.6981808200000046,44,20,-20,9,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,1,0,0,1,1,2,NA,169,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,692,0,0 +17089,1,0,NA,NA,NA,114,85,1,28,0,19,2,12,3,157.1875,60.44,64.41011654,3.9701165400000065,54,10,-10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,1,190,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,693,0,0 +17093,0,0,NA,NA,NA,106,67,1,27,0,19,2,12,3,159,46.61,54.4310844,7.821084400000004,44,30,-10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,2,0,1,0,0,0,0,0,0,0,0,0,1,1,0,NA,167,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,694,0,0 +17096,0,0,NA,NA,NA,159,90,1,49,0,21,2,12,3,154.875,69.74,54.4310844,-15.308915599999992,44,5,-5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,202,1,2.18359375,1.847900390625,1.102294921875,0.681884765625,0.33599853515625,0.42047119140625,695,0,0 +17374,0,0,NA,NA,NA,114,79,0,43,1,19,2,8,1,167,107.84,108.40857643000001,0.5685764300000073,22,20,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,162,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,696,0,0 +17375,0,1,89,5,7,209,79,1,53,1,12,6,8,1,159.28125,52.05,54.4310844,2.381084400000006,28,10,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,6,0,0,1,0,0,0,0,0,0,0,1,1,2,0,5,206,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,697,0,1 +17376,1,0,NA,NA,NA,93,64,1,33,0,NA,2,12,3,156.28125,47.63,48.98797596,1.3579759599999974,17,5,-5,14,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,2,2,0,3,147,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,698,0,0 +17380,0,0,NA,NA,NA,132,68,1,57,0,15,2,12,3,164.375,52.96,59.874192840000006,6.9141928400000054,17,10,5,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,3,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,3,196,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,699,0,1 +17385,1,0,NA,NA,NA,146,73,0,61,0,18,3,12,3,177.5,73.03,84.82177319,11.79177319,20,10,-10,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,7,0,0,0,1,0,0,0,0,0,0,0,0,2,2,NA,217,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,700,0,1 +17393,1,1,90,2,28,191,96,1,55,0,18,3,8,1,160.875,102.06,102.51187562000001,0.4518756200000098,17,2,-2,37,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,4,178,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,701,0,1 +17399,0,0,NA,NA,NA,106,67,1,25,0,21,2,16,5,163.5,57.95,56.24545388,-1.7045461200000034,17,20,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,0,1,1,1,NA,174,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,702,0,0 +17401,0,0,NA,NA,NA,120,82,0,50,0,20,2,12,3,172.28125,78.02,85.728957930000007,7.708957930000011,18,30,10,35,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,3,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,208,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,703,0,0 +17407,0,0,NA,NA,NA,144,85,0,33,0,19,2,12,3,175.09375,77,76.20351816,-0.7964818399999984,5,30,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,192,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,704,0,0 +17408,0,0,NA,NA,NA,116,69,1,35,0,19,3,12,3,168.5,96.84,127.45945597000001,30.619455970000004,17,25,15,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,2,0,0,5,241,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,705,0,0 +17410,0,0,NA,NA,NA,118,92,0,50,0,20,2,12,3,167.6875,76.88,74.38914868,-2.49085131999999,17,10,-5,30,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,8,0,1,0,0,0,0,0,1,0,0,0,2,0,2,NA,269,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,706,0,0 +17414,1,0,NA,NA,NA,149,99,0,54,0,NA,2,12,3,182.28125,72.35,79.83225712000001,7.482257120000014,17,40,-40,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,2,1,2,NA,238,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,707,0,1 +17416,1,1,86,4,2,158,75,0,57,0,NA,2,12,3,164.78125,72.8,86.1825503,13.382550300000005,17,5,-5,39,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,4,0,1,0,0,0,0,0,1,0,0,0,1,1,2,NA,216,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,708,0,1 +17419,1,0,NA,NA,NA,131,78,1,44,0,18,2,12,3,160.375,72.12,78.01788764,5.897887639999993,17,2,-2,9,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,1,1,1,7,287,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,709,0,0 +17420,0,0,NA,NA,NA,141,87,1,51,0,22,2,12,3,164.5,61.35,66.22448602,4.874486019999999,55,20,-10,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,0,1,0,0,0,0,0,0,0,0,0,0,1,0,2,253,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,710,0,1 +17421,1,0,NA,NA,NA,146,90,1,46,0,20,2,12,3,166.59375,69.51,73.48196394,3.971963939999995,29,3,-3,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,3,0,1,0,0,0,1,0,0,0,0,0,0,1,0,4,227,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,711,0,0 +17422,0,0,NA,NA,NA,106,78,0,26,0,19,2,12,3,182.78125,89.02,83.91458845000001,-5.105411549999985,17,20,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,3,0,0,1,0,0,0,0,0,0,0,0,0,0,2,NA,170,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,712,0,0 +17424,1,0,NA,NA,NA,126,68,1,63,0,22,3,12,3,155.1875,56.36,55.791861510000004,-0.5681384899999955,17,20,-20,33,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,3,2,0,1,0,0,0,1,0,0,0,0,0,0,2,0,2,283,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,713,0,1 +17425,1,0,NA,NA,NA,119,77,1,31,0,21,2,12,3,162.6875,58.17,60.781377580000004,2.6113775800000028,42,15,-15,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,0,0,1,0,1,0,2,0,5,241,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,714,0,0 +17734,0,0,NA,NA,NA,128,63,0,56,0,18,2,10,2,169.28125,73.82,73.02837157,-0.7916284299999887,27,15,-5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,1,0,0,0,0,0,0,0,0,1,2,2,NA,319,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,715,0,1 +17738,1,1,88,1,8,160,96,0,70,0,19,2,9,2,173,69.51,66.22448602,-3.2855139800000046,27,1,-1,53,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,1,4,0,0,0,0,0,0,0,1,0,0,0,0,2,2,NA,239,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,716,0,1 +17744,0,0,NA,NA,NA,127,85,0,27,0,20,2,17,5,173.28125,77.45,73.02837157,-4.421628429999998,38,15,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,0,0,0,0,0,0,0,0,0,0,2,1,2,NA,190,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,717,0,0 +17755,0,0,NA,NA,NA,112,63,1,28,0,19,2,12,3,163.78125,55.34,52.163122550000004,-3.176877449999999,27,1,19,10,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,0,6,150,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,718,0,0 +17756,0,0,NA,NA,NA,118,65,0,46,0,19,2,12,3,177.875,65.2,72.57477920000001,7.374779200000006,27,20,0,32,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,176,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,719,0,0 +17757,0,0,NA,NA,NA,106,64,1,42,0,18,2,12,3,163,75.41,85.728957930000007,10.31895793000001,27,15,5,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,1,0,0,0,0,0,0,0,0,0,1,0,10,267,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,720,0,0 +17760,0,0,NA,NA,NA,103,65,1,25,0,19,2,16,5,163.375,51.26,58.05982336,6.799823360000005,19,20,-1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,148,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,721,0,0 +17768,0,0,NA,NA,NA,109,81,0,44,0,19,2,16,5,187.78125,90.61,97.06876718000001,6.4587671800000095,27,3,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,179,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,722,0,0 +17770,0,0,NA,NA,NA,127,72,0,58,0,20,2,8,1,180.6875,85.96,84.36818082,-1.5918191799999875,19,20,0,41,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,4,0,1,0,0,0,0,0,1,0,0,0,1,2,2,NA,238,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,723,0,1 +17776,1,0,NA,NA,NA,153,104,0,46,0,21,2,16,5,184.28125,111.47,125.64508649000001,14.175086490000012,19,30,-30,30,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,2,3,4,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,205,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,724,0,0 +17777,1,0,NA,NA,NA,119,87,0,33,0,19,2,17,5,179.59375,85.96,84.36818082,-1.5918191799999875,27,20,-20,14,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,288,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,725,0,0 +17779,1,0,NA,NA,NA,133,74,0,45,0,20,2,8,1,181.375,89.7,97.06876718000001,7.368767180000006,38,30,-30,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,8,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,203,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,726,0,0 +17785,0,0,NA,NA,NA,118,58,1,63,0,12,3,8,1,152.5,48.19,42.63768278,-5.552317219999999,27,20,0,10,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,1,1,0,NA,217,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,727,0,1 +17786,0,0,NA,NA,NA,144,94,1,54,0,20,2,12,3,158.5,98.32,97.06876718000001,-1.2512328199999843,38,2,8,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,5,0,1,0,0,0,1,0,0,0,0,0,0,2,0,3,260,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,728,0,1 +18059,0,0,NA,NA,NA,132,72,0,54,0,16,3,7,1,170.5,77.9,80.73944186,2.8394418599999938,42,40,-15,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,12,0,0,0,0,0,0,0,0,0,0,0,1,2,2,NA,238,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,730,0,1 +18062,0,0,NA,NA,NA,139,91,0,45,0,18,2,9,2,178.1875,105.46,119.29479331,13.83479331000001,42,30,30,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,8,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,152,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,731,0,0 +18067,1,1,89,12,25,129,70,0,57,0,18,2,7,1,169.375,74.62,78.92507238,4.305072379999999,42,30,-30,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,2,1,2,NA,261,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,732,0,1 +18069,1,0,NA,NA,NA,123,77,1,62,0,18,4,12,3,155.6875,71.55,72.57477920000001,1.0247792000000118,42,2,-2,22,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,3,1,0,1,1,0,0,0,0,0,1,0,0,2,2,0,NA,245,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,733,0,1 +18073,0,0,NA,NA,NA,141,76,1,52,0,19,2,12,3,163,72.91,73.48196394,0.5719639400000034,42,20,-10,27,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,3,3,2,0,1,1,0,0,1,0,0,1,0,0,1,2,0,5,202,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,734,0,1 +18085,0,0,NA,NA,NA,135,85,1,40,0,18,2,10,2,161.6875,63.05,70.30681735,7.256817350000006,42,5,0,20,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,195,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,736,0,0 +18088,0,0,NA,NA,NA,125,74,1,58,0,18,2,8,1,156.1875,72.35,71.66759446,-0.6824055399999907,42,40,-10,36,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,2,0,5,290,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,737,0,1 +18091,0,0,NA,NA,NA,140,94,0,60,0,18,2,8,1,164.5,68.04,75.29633342000001,7.256333420000004,42,20,-17,40,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,1,1,2,0,1,0,0,0,0,0,1,0,0,0,0,1,2,NA,204,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,738,0,1 +18097,0,1,85,7,3,129,84,0,67,0,19,2,12,3,174.59375,55.34,54.4310844,-0.9089156000000003,42,20,-5,55,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,235,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,740,0,1 +18101,0,0,NA,NA,NA,134,76,1,50,0,15,2,11,2,162.09375,84.59,84.82177319,0.2317731899999984,42,40,0,33,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,0,4,219,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,741,0,0 +18102,0,1,85,1,13,138,66,1,62,0,14,3,10,2,159,78.7,70.30681735,-8.39318265,42,10,10,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,1,0,0,0,0,0,0,0,0,0,1,1,0,NA,238,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,742,0,1 +18103,1,0,NA,NA,NA,142,78,1,59,0,19,2,12,3,154.375,56.7,53.97749203,-2.7225079700000023,42,7,-7,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,1,1,2,0,3,238,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,743,0,1 +18107,0,0,NA,NA,NA,149,93,0,29,0,19,2,12,3,170.5,62.94,68.0388555,5.098855499999999,42,20,20,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,6,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,224,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,744,0,0 +18108,0,0,NA,NA,NA,122,78,0,48,0,19,2,12,3,179.28125,67.7,65.77089365,-1.9291063499999979,42,40,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,233,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,745,0,0 +18109,1,1,90,5,26,134,71,0,66,0,20,2,13,4,180,76.2,77.1107029,0.910702900000004,42,60,-60,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,10,0,0,1,0,0,0,0,0,0,0,0,1,2,2,NA,219,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,746,0,1 +18314,0,0,NA,NA,NA,113,71,1,48,0,18,2,12,3,162,72.8,78.92507238,6.125072380000006,39,10,-3,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,8,0,1,1,0,0,0,0,0,0,0,1,1,1,0,7,219,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,747,0,0 +18315,0,1,91,4,10,158,76,1,61,0,19,2,10,2,164.28125,78.13,86.1825503,8.052550300000007,39,20,0,45,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,1,0,0,1,0,0,0,0,0,1,2,0,NA,228,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,748,0,1 +18318,0,0,NA,NA,NA,157,85,0,37,0,19,2,12,3,171.09375,58.17,58.9670081,0.7970080999999993,21,20,20,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,2,NA,207,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,749,0,0 +18319,0,0,NA,NA,NA,115,68,1,27,0,20,2,15,4,166,56.36,58.05982336,1.6998233600000034,NA,20,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,0,2,0,2,184,NA,NA,NA,NA,NA,NA,NA,750,0,0 +18320,0,1,91,4,19,145,80,1,69,1,15,3,8,1,161.5,98.88,86.63614267,-12.243857329999997,54,10,-4,64,1,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,1,1,0,0,1,0,0,0,0,1,0,0,0,1,2,0,2,275,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,751,0,1 +18322,0,0,NA,NA,NA,102,71,1,28,0,21,2,12,3,159.78125,46.72,50.34875307,3.628753070000002,21,30,-24,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,1,2,240,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,752,0,0 +18325,1,0,NA,NA,NA,128,74,1,40,0,21,2,16,5,168.09375,65.88,71.21400209000001,5.334002090000013,39,10,-10,20,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,0,0,1,0,4,204,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,753,0,0 +18340,0,0,NA,NA,NA,137,79,1,54,0,19,5,11,2,149.59375,46.15,47.62719885,1.4771988500000006,39,20,-5,38,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,3,2,0,1,0,0,0,0,0,1,0,0,0,0,2,0,1,231,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,754,0,1 +18348,1,0,NA,NA,NA,156,89,0,39,0,20,2,11,2,177.6875,84.94,107.95498406,23.014984060000003,39,40,-40,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,6,0,0,0,0,0,1,0,1,0,0,0,0,2,2,NA,203,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,755,0,0 +18757,0,0,NA,NA,NA,128,68,0,29,0,18,2,12,3,186.6875,99.9,97.52235955,-2.3776404500000012,27,30,10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,3,12,0,0,0,0,0,0,1,0,0,0,0,0,0,2,NA,209,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,756,0,0 +18762,0,0,NA,NA,NA,127,78,1,39,0,19,2,12,3,164.78125,51.26,61.23496995,9.974969950000002,30,30,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,1,0,0,0,2,1,4,297,0,2.10498046875,1.6982421875,1.0498046875,0.43994140625,0.4068603515625,0.6099853515625,757,0,0 +18763,0,0,NA,NA,NA,141,80,0,48,0,19,2,8,1,183,88,97.52235955,9.522359550000004,30,30,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,227,0,2.10498046875,1.6982421875,1.0498046875,0.43994140625,0.4068603515625,0.6099853515625,758,0,0 +18766,0,0,NA,NA,NA,125,83,1,25,0,19,2,12,3,162.28125,100.81,103.41906036,2.609060360000001,27,20,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,6,0,1,0,0,0,0,1,0,1,0,0,2,2,1,2,271,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,759,0,0 +18772,1,0,NA,NA,NA,133,75,0,50,0,19,2,12,3,177.375,63.39,68.0388555,4.648855499999996,27,20,-20,31,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,242,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,760,0,0 +18779,0,1,91,10,18,145,78,1,66,0,20,2,16,5,172.6875,75.18,72.57477920000001,-2.605220799999998,38,6,1,44,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,3,3,0,0,0,0,0,0,0,1,0,0,0,1,1,0,4,312,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,761,0,1 +18783,0,0,NA,NA,NA,126,70,1,56,0,20,2,12,3,157.09375,61.69,64.41011654,2.7201165400000065,27,20,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,0,0,0,0,0,1,2,0,3,252,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,762,0,1 +18793,0,1,86,7,12,142,78,0,52,0,16,4,8,1,170.5,76.32,77.56429527,1.2442952700000092,NA,30,-10,36,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,206,NA,NA,NA,NA,NA,NA,NA,763,0,1 +18804,0,0,NA,NA,NA,130,67,1,70,0,12,2,6,1,151.1875,78.02,64.41011654,-13.609883459999992,27,10,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,2,3,3,0,0,0,0,0,0,0,0,0,0,0,0,2,0,13,232,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,764,0,1 +18810,1,1,92,5,26,138,84,0,60,1,14,2,7,1,176,82.78,87.99691978,5.216919779999998,31,15,-15,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,287,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,765,0,1 +18822,0,0,NA,NA,NA,133,63,0,45,0,19,2,12,3,170.28125,79.95,80.28584949,0.3358494900000011,17,10,-10,22,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,1,6,0,1,1,0,0,0,0,0,1,0,0,1,2,2,NA,190,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,766,0,0 +18825,0,0,NA,NA,NA,117,80,0,34,0,20,2,17,5,182.875,100.02,102.05828325,2.0382832500000063,27,20,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,3,3,0,0,0,0,0,0,0,0,0,0,0,1,1,2,NA,233,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,767,0,0 +18826,0,0,NA,NA,NA,148,76,0,54,0,20,2,12,3,183.09375,82.67,83.91458845000001,1.244588450000009,27,20,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,202,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,768,0,1 +18849,0,0,NA,NA,NA,108,77,1,39,0,19,2,8,1,157.28125,50.01,56.24545388,6.2354538800000014,27,10,-2,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,0,0,2,0,8,172,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,769,0,0 +18867,0,0,NA,NA,NA,128,67,0,52,0,20,2,8,1,175.78125,80.74,82.55381134000001,1.813811340000015,27,40,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,189,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,770,0,1 +19117,0,1,92,6,1,111,60,1,65,0,12,6,10,2,164.59375,64.86,50.80234544,-14.057654559999996,25,20,-5,33,0,1,0,0,1,0,1,0,1,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,1,0,0,1,2,0,2,281,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,771,0,1 +19132,0,0,NA,NA,NA,129,61,0,55,0,19,2,10,2,171.28125,64.98,62.59574706,-2.384252940000003,36,15,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,0,0,0,0,0,1,0,0,0,0,0,0,2,NA,273,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,772,0,1 +19146,0,0,NA,NA,NA,141,83,1,52,0,21,2,12,3,154.6875,64.75,62.142154690000005,-2.6078453099999948,36,20,0,38,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,1,0,0,0,1,2,0,2,286,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,773,0,1 +19147,0,1,86,6,16,118,79,0,57,0,22,2,17,5,160.6875,59.19,63.95652417,4.766524170000004,36,5,1,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,1,0,1,0,0,0,0,0,0,0,0,0,1,2,2,NA,287,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,774,0,1 +19153,0,0,NA,NA,NA,115,80,0,30,0,16,2,11,2,172.375,78.47,83.91458845000001,5.444588450000012,NA,40,-20,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,12,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,241,NA,NA,NA,NA,NA,NA,NA,775,0,0 +19154,0,0,NA,NA,NA,119,71,1,60,0,16,2,9,2,165.59375,68.04,75.29633342000001,7.256333420000004,42,20,-5,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,0,0,0,0,1,2,0,2,297,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,776,0,1 +19163,0,0,NA,NA,NA,119,78,1,48,0,18,2,4,1,158.78125,64.3,72.57477920000001,8.274779200000012,NA,15,-5,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,0,0,0,0,0,0,0,0,0,0,0,2,2,0,4,222,NA,NA,NA,NA,NA,NA,NA,777,0,0 +19165,0,0,NA,NA,NA,128,78,0,49,0,18,4,13,4,166.09375,76.66,83.46099608,6.800996080000004,36,20,10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,5,0,1,1,0,0,0,1,0,0,0,1,1,1,2,NA,234,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,778,0,0 +19570,0,0,NA,NA,NA,128,83,0,41,0,21,2,12,3,180.5,76.09,79.83225712000001,3.742257120000005,42,4,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,215,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,779,0,0 +19576,0,0,NA,NA,NA,121,78,1,49,0,19,2,12,3,161.1875,75.98,85.27536556,9.295365559999993,42,15,5,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,4,NA,0,1,0,0,0,1,0,0,0,0,0,0,1,0,5,262,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,780,0,0 +19588,0,0,NA,NA,NA,132,79,0,38,0,18,2,12,3,174.375,78.13,82.10021897,3.970218970000005,42,40,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,1,0,2,2,NA,189,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,781,0,0 +19605,1,1,86,9,1,160,94,0,67,0,14,2,8,1,176.59375,74.96,81.6466266,6.686626600000011,42,20,-20,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,1,0,0,0,0,0,1,0,0,1,2,2,NA,191,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,782,0,1 +19611,0,0,NA,NA,NA,116,73,1,42,0,18,2,12,3,177.78125,76.09,77.1107029,1.0207029000000034,42,40,-10,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,0,5,223,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,783,0,0 +19616,0,0,NA,NA,NA,116,72,0,26,0,18,2,12,3,169.1875,67.7,75.29633342000001,7.596333420000008,42,20,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,2,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,277,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,784,0,0 +19622,0,0,NA,NA,NA,154,76,1,50,0,18,2,12,3,161.1875,56.47,46.72001411,-9.749985889999998,NA,40,-20,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,0,0,0,1,2,0,6,158,NA,NA,NA,NA,NA,NA,NA,785,0,0 +19633,0,0,NA,NA,NA,123,67,1,51,0,18,2,9,2,169.28125,60.21,62.142154690000005,1.9321546900000044,42,20,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,1,0,7,290,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,786,0,1 +19634,0,0,NA,NA,NA,117,80,0,36,0,19,2,12,3,172.09375,67.13,70.30681735,3.1768173500000074,42,15,15,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,159,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,787,0,0 +19638,0,0,NA,NA,NA,131,85,0,32,0,18,2,12,3,164.78125,69.74,69.85322498000001,0.11322498000001247,42,5,15,16,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,1,1,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,238,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,788,0,0 +19639,1,0,NA,NA,NA,164,85,1,53,0,19,2,12,3,166.375,56.81,54.884676770000006,-1.9253232299999965,42,6,-6,39,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,175,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,789,0,1 +19641,0,0,NA,NA,NA,117,75,0,29,0,19,2,10,2,164.375,57.95,68.49244787,10.542447870000004,42,20,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,191,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,790,0,0 +19863,1,1,87,2,7,135,86,1,39,0,21,2,13,4,157.375,55.11,62.59574706,7.485747060000001,27,30,-30,21,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,NA,203,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,791,0,0 +19867,0,0,NA,NA,NA,137,84,0,29,0,19,2,13,4,172.28125,68.49,73.93555631000001,5.445556310000015,27,20,20,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,6,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,231,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,792,0,0 +19877,1,0,NA,NA,NA,116,88,0,31,0,20,2,17,5,187.1875,74.05,77.1107029,3.0607029000000097,27,15,-15,15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,2,2,0,1,1,0,1,0,0,0,1,0,0,1,0,2,NA,185,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,793,0,0 +19881,0,0,NA,NA,NA,151,85,0,50,0,18,2,11,2,176,80.06,82.55381134000001,2.4938113400000077,27,30,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,12,0,0,1,0,0,0,0,0,0,0,0,0,1,2,NA,244,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,794,0,0 +19885,1,0,NA,NA,NA,100,69,0,48,1,NA,2,7,1,177.09375,80.51,86.1825503,5.6725502999999975,NA,10,-10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,145,NA,NA,NA,NA,NA,NA,NA,795,0,0 +19894,0,0,NA,NA,NA,129,78,0,28,0,19,2,12,3,186,103.99,110.22294591000001,6.232945910000012,27,40,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,0,1,0,0,0,0,0,0,0,0,0,1,1,2,NA,334,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,796,0,0 +20047,0,0,NA,NA,NA,108,69,1,31,0,20,2,12,3,163.875,48.76,50.34875307,1.5887530700000028,34,30,10,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,4,0,1,0,0,0,0,0,0,0,0,0,0,2,1,NA,260,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,797,0,0 +20049,0,0,NA,NA,NA,124,65,1,45,0,18,2,10,2,158.1875,63.16,62.59574706,-0.5642529399999958,36,40,-25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3,214,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,798,0,0 +20054,0,0,NA,NA,NA,106,72,1,29,0,14,5,15,4,162.28125,90.83,88.90410452,-1.925895479999994,36,40,0,14,0,1,0,0,1,1,1,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,1,1,0,0,1,1,2,0,1,216,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,799,0,0 +20055,0,0,NA,NA,NA,110,68,1,45,0,18,6,11,2,155,46.49,48.08079122,1.5907912199999998,36,30,-10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,5,0,1,0,0,0,0,0,0,0,0,0,0,1,0,2,142,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,800,0,0 +20057,0,0,NA,NA,NA,132,75,0,51,0,NA,2,10,2,171.1875,73.6,76.65711053,3.0571105300000028,NA,4,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,3,0,0,0,0,0,1,0,0,0,0,0,0,1,2,NA,230,NA,NA,NA,NA,NA,NA,NA,801,0,1 +20063,0,1,90,12,21,141,96,1,68,1,19,3,8,1,156.78125,66.22,51.70953018,-14.510469819999997,37,2,0,40,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,1,0,0,1,1,1,1,0,0,1,2,0,4,282,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,802,0,1 +20067,0,0,NA,NA,NA,101,75,0,41,0,22,2,12,3,173.28125,91.97,95.2543977,3.2843976999999995,NA,40,-30,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,0,1,0,0,0,0,1,1,1,2,NA,157,NA,NA,NA,NA,NA,NA,NA,803,0,0 +20068,1,0,NA,NA,NA,146,82,1,51,0,21,2,12,3,168.78125,75.52,81.6466266,6.126626600000009,36,30,-30,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,1,0,1,1,1,0,1,1,0,0,0,0,1,2,0,5,307,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,804,0,1 +20299,0,0,NA,NA,NA,148,68,1,58,0,18,2,10,2,168.1875,84.82,87.54332741,2.72332741000001,51,8,2,28,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,1,1,0,2,158,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,805,0,1 +20303,1,0,NA,NA,NA,NA,NA,0,55,1,13,5,8,1,171.6875,86.75,104.32624510000001,17.57624510000001,51,20,-20,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,1,0,1,1,2,2,NA,270,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,806,0,1 +20304,0,0,NA,NA,NA,118,80,0,56,0,18,2,9,2,174.6875,73.48,78.92507238,5.445072379999999,54,20,-10,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,1,2,NA,261,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,807,0,1 +20306,0,0,NA,NA,NA,117,68,0,51,0,17,2,12,3,167.78125,60.78,68.94604024,8.166040240000001,51,16,4,36,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,4,NA,0,1,0,0,1,0,0,0,0,0,0,0,2,2,NA,177,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,808,0,1 +20308,0,1,89,12,26,147,88,1,50,0,20,2,12,3,168.1875,60.1,69.85322498000001,9.753224980000006,51,20,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,0,0,0,1,0,2,0,2,206,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,809,0,0 +20315,0,0,NA,NA,NA,110,70,0,34,0,18,2,12,3,182.6875,73.37,79.83225712000001,6.462257120000004,42,20,20,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,0,0,0,0,0,0,0,0,0,0,0,0,2,NA,205,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,810,0,0 +20317,0,1,85,6,19,157,51,0,65,0,15,2,11,2,172.375,70.31,72.57477920000001,2.2647792000000067,51,20,-5,49,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,3,1,0,0,0,0,0,0,0,1,0,0,0,1,1,2,NA,252,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,811,0,1 +20318,0,0,NA,NA,NA,148,82,1,43,0,14,5,10,2,170.5,59.31,59.874192840000006,0.564192840000004,51,8,12,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,1,1,0,0,0,1,0,1,1,2,180,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,812,0,0 +20321,1,0,NA,NA,NA,142,76,1,45,0,18,2,12,3,158.375,50.12,69.85322498000001,19.73322498000001,51,25,-25,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,1,0,0,0,0,0,0,2,0,2,198,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,813,0,0 +20326,0,0,NA,NA,NA,112,70,0,62,0,19,2,10,2,180.875,80.17,74.38914868,-5.7808513199999965,51,20,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,0,1,0,0,0,0,0,0,0,0,0,1,2,NA,252,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,814,0,1 +20333,1,0,NA,NA,NA,126,74,0,34,0,20,2,13,4,185.5,83.8,96.16158244,12.361582440000006,51,20,-20,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,0,1,0,0,0,0,0,0,0,0,0,0,2,2,NA,185,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,815,0,0 +20336,1,0,NA,NA,NA,138,86,0,40,0,19,2,12,3,184.5,97.07,95.2543977,-1.8156022999999948,51,6,-6,32,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,2,1,6,0,1,0,0,1,0,0,0,0,0,0,0,2,2,NA,192,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,816,0,0 +20337,0,1,83,10,18,120,70,0,56,0,21,2,16,5,177.375,68.38,64.41011654,-3.9698834599999913,51,20,-5,37,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,2,2,NA,180,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,817,0,1 +20346,0,0,NA,NA,NA,120,80,0,33,0,18,2,15,4,167,66.11,70.76040972,4.650409719999999,51,20,-10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,3,0,1,0,0,0,0,0,0,0,0,1,1,1,2,NA,220,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,819,0,0 +20347,1,0,NA,NA,NA,112,68,1,29,0,18,2,12,3,167.875,52.84,58.05982336,5.2198233599999995,51,30,-30,10,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,0,1,0,0,0,0,0,0,1,0,3,156,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,820,0,0 +20681,0,0,NA,NA,NA,122,78,1,30,0,19,2,11,2,157,50.92,56.24545388,5.325453879999998,26,8,-3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,0,0,1,0,0,0,0,0,0,0,2,0,3,144,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,821,0,0 +20693,0,0,NA,NA,NA,120,70,1,50,0,19,2,12,3,155.5,89.7,92.53284348000001,2.832843480000008,26,30,0,32,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,2,0,4,221,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,822,0,0 +20699,0,0,NA,NA,NA,107,59,1,56,0,18,2,7,1,153.375,53.75,47.62719885,-6.122801150000001,1,15,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,1,0,0,0,0,0,0,0,0,0,2,0,2,250,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,823,0,1 +20701,0,0,NA,NA,NA,111,82,1,31,0,19,2,9,2,158.78125,56.59,60.781377580000004,4.191377580000001,17,55,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,6,0,1,0,0,0,0,0,0,0,0,0,0,1,0,6,147,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,824,0,0 +20702,0,0,NA,NA,NA,108,67,0,47,0,19,2,11,2,172,67.7,70.76040972,3.0604097199999956,26,20,-5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,1,0,1,0,0,0,0,0,0,0,0,0,1,0,2,NA,216,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,825,0,0 +20703,1,1,89,9,9,99,76,0,45,0,20,2,8,1,175.5,79.72,72.57477920000001,-7.14522079999999,5,40,-40,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,3,1,2,0,1,1,0,0,0,0,0,0,0,0,0,2,2,NA,178,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,826,0,0 +20706,0,0,NA,NA,NA,130,70,1,63,0,13,3,9,2,163.1875,62.26,61.23496995,-1.025030049999998,26,10,0,39,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,4,4,NA,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,317,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,827,0,1 +20707,1,0,NA,NA,NA,128,56,1,48,0,19,2,12,3,159.1875,56.81,58.05982336,1.2498233600000006,26,20,-20,32,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,3,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,3,274,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,828,0,0 +20711,1,0,NA,NA,NA,112,62,1,35,0,19,2,12,3,156.78125,64.52,81.19303423000001,16.673034230000013,28,20,-20,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,0,0,0,1,1,1,0,4,261,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,829,0,0 +20715,0,1,87,7,6,173,83,1,54,0,15,2,12,3,167.1875,62.94,59.420600470000004,-3.519399529999994,18,20,-10,29,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,3,4,NA,0,1,1,0,0,0,0,1,1,0,0,0,1,0,7,242,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,830,0,1 +20718,0,0,NA,NA,NA,131,90,0,42,0,20,2,17,5,177.59375,76.54,80.73944186,4.199441859999993,26,40,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,2,NA,257,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,831,0,0 +20723,0,0,NA,NA,NA,138,80,0,34,0,19,2,12,3,177.28125,71.78,74.84274105,3.0627410499999996,39,50,10,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,1,8,0,1,1,0,0,0,0,0,0,0,0,0,2,2,NA,186,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,832,0,0 +20724,1,1,90,12,11,116,72,0,40,0,18,2,10,2,169.28125,73.82,69.85322498000001,-3.966775019999986,26,20,-20,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,1,2,0,1,0,0,0,0,0,0,0,0,0,0,1,2,NA,231,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,833,0,0 +20727,0,1,88,7,25,127,71,0,48,0,19,2,12,3,180.78125,96.73,95.70799007000001,-1.0220099299999958,12,30,-5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,6,0,0,0,0,0,0,0,0,0,0,1,1,1,2,NA,233,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,834,0,0 +20730,0,1,88,2,8,137,69,1,48,0,18,3,8,1,164.375,87.54,81.19303423000001,-6.346965769999997,18,30,-10,30,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,3,0,1,1,0,0,1,0,0,0,0,1,1,2,0,7,288,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,835,0,0 +20740,0,0,NA,NA,NA,110,71,1,46,0,20,2,12,3,158.875,71.21,63.95652417,-7.253475829999992,26,40,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,1,2,0,6,206,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,836,0,0 +20742,0,0,NA,NA,NA,121,55,1,56,0,19,2,11,2,166,69.51,63.502931800000006,-6.007068199999999,18,30,-18,36,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4,4,NA,0,1,1,0,0,0,0,0,1,0,0,1,1,0,1,242,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,837,0,1 +20745,0,1,83,8,6,117,72,0,26,0,20,2,8,1,181,70.42,72.57477920000001,2.1547792000000072,26,10,20,3,0,0,1,0,0,0,0,0,0,1,0,0,0,0,1,2,3,2,0,1,0,0,1,1,0,0,0,0,1,0,1,2,NA,137,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,838,0,0 +20751,1,0,NA,NA,NA,120,68,0,51,0,19,2,16,5,182.09375,84.25,79.37866475,-4.871335250000001,36,46,-46,30,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,1,3,2,1,1,0,1,0,0,2,2,0,0,1,1,2,NA,256,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,839,0,1 +20755,1,0,NA,NA,NA,146,97,0,48,0,13,4,11,2,175.59375,88.22,101.15109851000001,12.931098510000012,36,10,-10,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,0,0,0,0,0,0,2,2,0,1,0,1,2,NA,209,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,840,0,0 +20756,0,0,NA,NA,NA,104,78,1,29,0,20,4,17,5,163.5,51.37,52.61671492,1.2467149200000023,36,8,-1,9,0,1,0,0,2,0,1,1,0,0,2,0,0,0,1,3,3,2,2,1,1,0,0,1,0,2,2,0,0,1,1,0,NA,206,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,841,0,0 +20760,1,0,NA,NA,NA,121,81,0,50,0,19,2,16,5,166,61.69,65.77089365,4.080893650000007,NA,20,-20,32,0,0,0,0,2,1,0,0,0,1,2,0,0,0,1,2,3,2,2,1,1,0,0,1,0,2,2,0,0,2,1,2,NA,221,NA,NA,NA,NA,NA,NA,NA,842,0,0 +20768,1,0,NA,NA,NA,128,90,0,45,0,20,2,8,1,165.78125,76.32,81.6466266,5.3266266000000115,NA,26,-26,26,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,0,2,2,2,0,1,0,0,0,0,2,2,0,0,1,2,2,NA,198,NA,NA,NA,NA,NA,NA,NA,843,0,0 +20771,0,0,NA,NA,NA,123,85,1,39,0,19,5,12,3,165.6875,76.88,92.98643585,16.10643585000001,34,20,0,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,1,0,0,0,0,0,2,2,1,0,0,1,1,1,194,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,844,0,0 +20781,0,1,92,10,18,113,82,1,35,0,20,5,16,5,168,62.37,57.152638620000005,-5.217361379999993,34,50,0,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,1,0,0,0,0,0,2,2,0,0,1,1,1,NA,203,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,845,0,0 +20783,0,1,91,12,25,NA,NA,0,52,0,22,2,17,5,178.375,88.22,73.93555631000001,-14.28444368999999,NA,35,-10,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,1,0,0,1,0,0,2,2,0,1,1,0,2,NA,205,NA,NA,NA,NA,NA,NA,NA,846,0,1 +20784,0,1,87,1,23,116,75,0,65,0,19,2,3,1,163.1875,71.1,67.13167076,-3.9683292399999885,NA,20,-11,51,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,2,2,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,219,NA,NA,NA,NA,NA,NA,NA,847,0,1 +20791,0,0,NA,NA,NA,115,71,0,26,0,22,2,17,5,178.5,76.88,77.1107029,0.23070290000001137,36,15,5,7,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,1,2,2,1,0,0,1,0,0,2,2,0,0,0,1,2,NA,175,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,848,0,0 +20794,0,1,84,5,8,120,70,0,58,0,17,2,12,3,160.6875,75.07,74.84274105,-0.2272589499999924,NA,40,0,42,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,1,2,0,0,0,0,0,0,2,2,0,0,2,2,2,NA,330,NA,NA,NA,NA,NA,NA,NA,849,0,1 +20826,1,0,NA,NA,NA,112,65,0,28,0,21,6,17,5,188.59375,79.38,88.45051215000001,9.070512150000013,9,20,-20,10,0,0,0,0,2,0,0,1,0,1,2,0,0,0,1,1,2,2,2,1,0,0,1,1,0,2,2,0,0,1,1,2,NA,146,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,850,0,0 +20834,0,0,NA,NA,NA,126,77,1,44,0,20,2,12,3,163.28125,53.52,58.05982336,4.53982336,NA,20,0,22,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,2,2,0,0,0,0,0,0,2,2,0,0,2,2,0,NA,218,NA,NA,NA,NA,NA,NA,NA,851,0,0 +20837,0,0,NA,NA,NA,126,81,1,50,0,17,3,12,3,155.875,60.78,62.142154690000005,1.362154690000004,24,20,-2,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,10,2,1,0,0,0,0,0,2,2,0,0,0,2,0,2,229,0,1.80078125,1.647705078125,0.7349853515625,0.46197509765625,0.152984619140625,0.27294921875,852,0,0 +20843,0,0,NA,NA,NA,136,84,0,39,0,22,2,15,4,183.375,81.87,91.17206637000001,9.302066370000006,36,5,-1,17,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,2,2,2,1,1,0,1,0,0,2,2,0,0,1,1,2,NA,233,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,853,0,0 +20848,1,0,NA,NA,NA,149,82,1,38,1,NA,2,12,3,157.5,72.35,83.00740371,10.657403710000011,51,6,-6,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,1,1,0,2,159,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,854,0,0 +20853,0,0,NA,NA,NA,142,79,1,54,0,20,2,12,3,158.1875,89.13,90.718474,1.588474000000005,36,40,0,40,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,0,0,0,0,0,0,2,2,0,0,2,2,0,2,228,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,855,0,1 +20857,1,0,NA,NA,NA,131,65,1,56,0,22,2,13,4,159.59375,59.65,63.502931800000006,3.8529318000000075,36,50,-50,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,3,2,1,0,0,0,0,0,2,2,0,0,0,2,0,7,NA,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,856,0,1 +20859,0,0,NA,NA,NA,105,72,1,32,0,17,4,9,2,174.6875,75.75,84.82177319,9.071773190000002,36,20,0,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,0,0,0,0,0,0,2,2,0,0,1,2,0,1,188,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,857,0,0 +20868,0,0,NA,NA,NA,135,89,0,33,0,14,5,12,3,184.375,77.22,84.36818082,7.148180820000007,36,30,5,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,164,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,858,0,0 +20869,0,0,NA,NA,NA,96,70,1,28,0,15,4,12,3,166.5,56.81,68.94604024,12.13604024,36,50,-20,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,6,2,0,0,0,0,0,0,2,2,0,1,2,1,0,NA,192,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,859,0,0 +20872,0,0,NA,NA,NA,142,80,1,28,0,18,2,11,2,161.1875,92.42,84.82177319,-7.59822681,36,40,20,14,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,1,1,0,5,219,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,860,0,0 +20874,0,0,NA,NA,NA,112,71,1,58,0,14,2,11,2,162.5,61.35,53.523899660000005,-7.826100339999996,36,11,-1,28,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,1,3,2,2,1,1,0,0,0,0,2,2,0,0,1,2,0,3,186,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,861,0,1 +20876,0,0,NA,NA,NA,110,80,1,26,0,12,2,10,2,152.59375,46.38,51.70953018,5.329530179999999,36,15,5,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,0,0,0,0,0,0,2,2,0,0,0,0,0,2,161,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,862,0,0 +20883,0,0,NA,NA,NA,134,82,0,49,0,20,2,12,3,181.375,73.14,78.47148001000001,5.331480010000007,36,20,0,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,237,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,863,0,0 +20885,0,0,NA,NA,NA,110,79,0,27,0,20,2,12,3,173.875,80.29,80.73944186,0.4494418599999932,36,5,25,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,208,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,864,0,0 +20888,0,0,NA,NA,NA,153,98,0,31,0,19,2,12,3,166.09375,90.72,96.16158244,5.441582440000005,36,12,18,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,0,0,2,2,0,1,0,0,2,NA,174,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,865,0,0 +20891,0,0,NA,NA,NA,96,70,1,26,0,20,2,11,2,174.875,71.67,74.84274105,3.172741049999999,36,20,0,9,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,0,1,239,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,866,0,0 +20894,0,0,NA,NA,NA,137,88,0,46,0,22,2,13,4,180,78.7,82.55381134000001,3.853811340000007,22,30,0,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,9,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,173,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,867,0,0 +20899,0,0,NA,NA,NA,100,65,1,27,0,20,2,12,3,162.375,48.65,54.4310844,5.781084400000005,42,10,10,5,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,1,0,0,0,0,1,2,2,0,0,1,1,0,2,201,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,868,0,0 +20900,0,0,NA,NA,NA,127,85,1,32,0,20,2,12,3,157.78125,69.17,74.38914868,5.2191486800000035,36,40,0,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,2,2,0,0,0,0,0,0,2,2,0,0,1,1,1,3,226,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,869,0,0 +20901,0,0,NA,NA,NA,137,63,1,58,0,19,2,12,3,161.375,51.03,53.523899660000005,2.493899660000004,34,4,-1,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,0,0,0,0,0,0,2,2,0,0,0,1,0,6,355,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,870,0,1 +20907,0,0,NA,NA,NA,130,90,1,27,0,20,2,16,5,163.375,62.6,60.32778521,-2.2722147899999996,42,20,0,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,0,0,0,0,0,0,2,2,0,0,0,0,0,1,168,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,871,0,0 +20908,0,0,NA,NA,NA,117,72,1,25,0,19,2,9,2,161.59375,43.77,46.72001411,2.950014109999998,36,20,10,5,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,0,4,172,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,872,0,0 +20909,1,0,NA,NA,NA,135,85,1,46,0,17,2,17,5,167.1875,46.49,65.31730128000001,18.827301280000007,36,20,-20,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,3,2,1,0,0,0,0,0,2,2,0,0,1,0,0,3,229,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,873,0,0 +20914,0,0,NA,NA,NA,124,75,0,45,0,20,2,12,3,162.1875,57.04,53.97749203,-3.0625079699999986,36,20,0,26,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,191,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,875,0,0 +20915,0,0,NA,NA,NA,174,95,1,48,0,22,2,12,3,163.875,63.84,53.07030729,-10.769692710000001,36,20,0,28,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,0,0,0,0,0,0,2,2,0,0,1,2,0,4,327,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,876,0,0 +20923,0,0,NA,NA,NA,132,88,1,47,0,20,2,12,3,171.1875,59.76,55.791861510000004,-3.968138489999994,36,10,-10,21,0,0,0,0,2,0,1,0,0,1,2,0,0,0,1,2,3,1,2,1,1,0,0,0,0,2,2,0,1,1,1,0,4,226,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,877,0,0 +20927,1,0,NA,NA,NA,130,83,1,32,0,18,2,11,2,167.6875,64.64,66.22448602,1.58448602,36,4,-4,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,6,2,1,0,0,0,0,0,2,2,0,1,1,1,0,2,179,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,878,0,0 +20938,0,0,NA,NA,NA,144,67,1,53,0,16,2,8,1,161.375,86.52,72.12118683,-14.398813169999997,36,8,2,33,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,2,1,0,7,262,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,879,0,1 +20940,0,0,NA,NA,NA,111,86,0,35,0,22,2,12,3,173.28125,76.54,71.21400209000001,-5.325997909999998,36,20,10,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,4,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,179,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,880,0,0 +20943,1,0,NA,NA,NA,127,84,1,29,0,12,5,9,2,163,57.04,67.13167076,10.091670760000007,36,20,-20,10,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,4,2,1,0,0,0,0,0,2,2,0,0,0,1,1,4,140,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,881,0,0 +20945,0,0,NA,NA,NA,133,76,1,43,0,19,2,9,2,157.78125,66.22,75.29633342000001,9.076333420000012,36,20,-10,27,0,1,0,0,2,0,1,0,1,0,2,0,0,0,1,2,2,2,2,0,0,0,0,0,0,2,2,0,1,0,0,0,4,260,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,882,0,0 +20947,1,0,NA,NA,NA,139,102,0,41,0,20,2,17,5,175.5,68.38,82.10021897,13.720218970000005,42,20,-20,22,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,4,2,0,0,0,0,0,0,2,2,0,0,2,1,2,NA,227,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,883,0,0 +20951,0,1,89,10,17,147,81,1,54,0,18,2,11,2,156.78125,70.19,83.00740371,12.817403710000008,NA,20,-5,40,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,0,1,0,4,217,NA,NA,NA,NA,NA,NA,NA,884,0,1 +20959,0,1,86,3,12,136,76,0,56,0,18,3,12,3,169.09375,59.65,68.94604024,9.296040240000004,36,50,-10,39,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,1,12,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,161,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,885,0,1 +20960,1,0,NA,NA,NA,149,87,1,36,0,15,2,8,1,160.375,106.82,99.79032140000001,-7.029678599999983,36,10,-10,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,1,6,171,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,886,0,0 +20961,0,0,NA,NA,NA,124,83,0,32,0,19,2,12,3,167.5,66.56,65.77089365,-0.7891063499999973,36,30,5,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,188,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,887,0,0 +20963,1,0,NA,NA,NA,127,79,0,62,0,18,2,8,1,181.875,96.62,94.80080533,-1.8191946700000017,36,20,-20,51,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,1,1,0,1,0,2,2,0,0,1,1,2,NA,205,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,888,0,1 +20964,0,0,NA,NA,NA,123,87,1,28,0,17,2,12,3,167.5,48.76,51.255937810000006,2.495937810000008,36,25,10,10,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,2,0,1,143,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,889,0,0 +20966,1,0,NA,NA,NA,166,99,0,38,0,18,2,12,3,180,78.7,78.01788764,-0.682112360000005,36,20,-20,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,187,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,890,0,0 +20969,0,0,NA,NA,NA,107,65,1,34,0,19,2,11,2,155.59375,58.29,57.60623099,-0.6837690099999989,36,20,0,22,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,1,0,0,5,174,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,891,0,0 +20972,0,1,92,4,7,159,94,1,64,0,20,2,16,5,161.375,56.93,51.255937810000006,-5.674062189999994,48,18,12,48,1,0,0,0,2,0,0,0,1,1,2,0,0,0,1,0,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,0,1,254,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,892,0,1 +20973,0,0,NA,NA,NA,132,89,0,34,0,18,2,10,2,166.78125,74.05,77.56429527,3.514295270000005,36,10,-6,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,238,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,893,0,0 +20976,0,0,NA,NA,NA,173,70,1,53,1,20,2,12,3,173.1875,73.14,71.66759446,-1.472405539999997,39,20,10,33,1,1,0,0,2,0,1,0,0,1,2,0,0,0,1,0,3,1,2,1,1,0,0,1,0,2,2,0,0,1,1,0,4,225,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,894,0,1 +20983,0,1,88,3,14,113,66,0,68,0,16,2,3,1,162.28125,64.52,57.152638620000005,-7.367361379999991,NA,20,0,54,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,8,2,0,0,0,0,0,0,2,2,0,0,1,2,2,NA,192,NA,NA,NA,NA,NA,NA,NA,895,0,1 +20984,0,1,87,5,18,120,82,1,50,0,22,2,16,5,152.6875,47.85,52.61671492,4.766714919999998,39,15,-9,32,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,0,3,1,2,1,1,0,0,0,0,2,2,0,0,1,1,0,3,236,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,896,0,0 +20990,0,0,NA,NA,NA,139,76,0,44,0,18,4,12,3,171.78125,70.53,68.0388555,-2.4911445000000043,39,40,0,26,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,1,0,2,2,0,0,2,1,2,NA,233,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,897,0,0 +20995,0,0,NA,NA,NA,107,84,1,35,0,21,2,13,4,165,47.29,48.98797596,1.6979759600000008,NA,20,0,19,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,2,2,2,1,0,0,0,0,0,2,2,0,0,1,2,0,4,229,NA,NA,NA,NA,NA,NA,NA,898,0,0 +21008,0,0,NA,NA,NA,124,75,0,34,0,19,2,10,2,177.375,90.15,110.67653828,20.526538279999997,39,40,20,18,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,1,2,1,0,0,0,0,0,2,2,0,0,2,2,2,NA,172,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,899,0,0 +21009,0,1,86,12,15,150,92,1,37,0,11,6,7,1,160.59375,42.98,42.18409041,-0.7959095899999937,54,40,-10,22,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,10,2,0,0,0,0,0,0,2,2,0,0,1,0,0,2,221,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,900,0,0 +21012,0,0,NA,NA,NA,90,76,0,39,0,20,2,12,3,183.875,66.22,69.85322498000001,3.6332249800000085,39,20,10,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,4,2,1,1,0,0,0,0,2,2,0,0,0,1,2,NA,176,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,902,0,0 +21017,1,0,NA,NA,NA,112,77,0,33,0,NA,2,12,3,175.78125,73.82,90.718474,16.898474000000007,21,20,-20,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,203,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,903,0,0 +21019,0,0,NA,NA,NA,95,62,1,30,0,14,5,8,1,172.28125,50.35,50.80234544,0.452345440000002,47,12,8,13,0,0,0,0,2,0,0,0,1,0,2,0,0,1,1,3,4,NA,2,1,1,0,0,1,0,2,2,0,0,1,1,0,3,NA,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,904,0,0 +21025,1,0,NA,NA,NA,116,87,1,33,0,20,2,17,5,156.59375,51.37,58.05982336,6.689823360000005,39,10,-10,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,0,0,0,0,0,0,2,2,0,0,1,1,1,5,167,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,905,0,0 +21030,1,0,NA,NA,NA,120,73,1,31,0,14,4,12,3,167.1875,77,83.46099608,6.460996080000001,39,1,-1,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,4,2,0,1,0,0,0,0,2,2,0,1,1,1,0,NA,212,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,907,0,0 +21035,0,0,NA,NA,NA,121,73,1,40,0,20,2,12,3,167.28125,60.1,64.41011654,4.310116540000003,39,25,5,21,0,0,0,0,2,1,1,0,0,0,2,0,0,0,1,3,3,2,2,1,0,0,0,0,0,2,2,0,0,0,0,0,2,243,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,908,0,0 +21038,1,1,85,1,25,127,75,1,53,0,18,3,11,2,143.59375,46.72,47.173606480000004,0.4536064800000048,39,20,-20,23,1,1,0,0,2,0,0,0,1,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,1,1,1,7,189,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,909,0,1 +21042,0,0,NA,NA,NA,122,77,1,31,0,20,2,15,4,162.375,50.35,55.791861510000004,5.4418615100000025,39,15,5,14,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,0,1,0,2,2,0,0,0,0,0,2,192,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,910,0,0 +21044,0,0,NA,NA,NA,129,97,0,25,0,NA,4,12,3,168,57.27,67.58526313,10.315263129999998,54,20,20,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,0,0,0,1,0,2,2,0,0,0,0,2,NA,133,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,911,0,0 +21057,0,0,NA,NA,NA,106,63,1,52,0,20,2,12,3,169.1875,65.54,68.94604024,3.406040239999996,39,5,0,32,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,0,1,0,5,223,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,912,0,1 +21058,0,0,NA,NA,NA,108,74,0,48,0,19,2,12,3,183.09375,97.64,79.83225712000001,-17.807742879999992,39,5,5,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,12,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,221,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,913,0,0 +21069,0,0,NA,NA,NA,102,74,0,43,0,19,2,12,3,175.375,57.61,56.24545388,-1.36454612,39,60,-40,23,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,0,1,6,2,0,0,0,0,0,1,2,2,0,0,0,2,2,NA,194,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,914,0,0 +21070,0,0,NA,NA,NA,137,79,0,43,0,21,2,12,3,175.375,84.71,83.91458845000001,-0.795411549999983,39,12,8,23,0,0,0,0,2,0,0,1,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,265,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,915,0,0 +21083,1,0,NA,NA,NA,106,65,0,27,0,19,2,12,3,178.09375,80.63,83.46099608,2.8309960800000056,21,20,-20,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,10,2,0,1,0,0,0,1,2,2,0,0,0,1,2,NA,181,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,916,0,0 +21094,0,0,NA,NA,NA,126,84,1,27,0,16,5,12,3,163.6875,62.94,67.13167076,4.191670760000008,9,30,0,10,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,2,3,9,2,1,0,0,0,0,0,2,2,0,0,1,0,1,2,187,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,917,0,0 +21101,0,0,NA,NA,NA,118,77,1,39,0,20,2,12,3,164.09375,51.26,52.61671492,1.3567149200000017,9,15,-5,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,1,2,1,0,0,0,0,0,2,2,0,0,0,0,1,4,NA,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,918,0,0 +21103,0,0,NA,NA,NA,100,62,1,40,0,16,2,12,3,164.09375,48.08,54.4310844,6.351084400000005,9,20,0,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,1,1,0,0,0,0,2,2,0,0,0,1,0,6,196,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,920,0,0 +21107,1,0,NA,NA,NA,125,80,1,47,0,20,2,12,3,169.5,64.75,78.01788764,13.267887639999998,34,15,-15,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,1,2,1,0,0,0,0,0,2,2,0,0,1,1,0,4,192,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,921,0,0 +21109,1,0,NA,NA,NA,158,89,1,45,0,19,2,13,4,167.875,64.52,72.57477920000001,8.054779200000013,9,10,-10,25,0,0,0,0,2,0,0,0,1,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,0,3,223,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,923,0,0 +21124,0,0,NA,NA,NA,113,80,1,28,0,19,2,10,2,168.78125,64.41,78.01788764,13.607887640000001,9,15,25,3,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,3,2,2,1,1,0,1,0,0,2,2,0,1,0,1,1,1,315,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,924,0,0 +21128,0,0,NA,NA,NA,135,88,1,70,0,18,2,16,5,161.59375,79.04,71.21400209000001,-7.825997909999998,39,30,-10,40,0,1,0,0,2,0,0,0,1,0,2,0,0,0,1,0,3,3,2,1,0,0,0,0,0,2,2,0,0,1,2,0,5,247,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,925,0,1 +21130,0,0,NA,NA,NA,104,76,1,25,0,12,6,10,2,160.5,58.97,63.502931800000006,4.532931800000007,36,10,30,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,1,1,0,2,129,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,926,0,0 +21134,0,0,NA,NA,NA,184,90,0,41,0,19,2,10,2,175.6875,79.61,81.6466266,2.0366266000000053,NA,20,10,23,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,3,2,2,1,1,0,0,0,0,2,2,0,0,1,1,2,NA,243,NA,NA,NA,NA,NA,NA,NA,927,0,0 +21139,0,0,NA,NA,NA,116,74,1,45,0,19,2,12,3,160.5,63.28,68.49244787,5.212447870000005,33,1,-1,15,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,1,1,2,1,0,0,0,1,0,2,2,0,0,2,2,0,4,208,0,1.895263671875,1.643310546875,0.97119140625,0.43994140625,0.25189208984375,0.53125,928,0,0 +21140,0,0,NA,NA,NA,112,78,1,25,0,20,2,11,2,176.1875,59.19,63.502931800000006,4.312931800000008,9,50,10,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,1,0,0,1,0,2,2,0,0,0,0,1,NA,236,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,929,0,0 +21151,0,0,NA,NA,NA,159,91,1,54,0,18,2,12,3,158.28125,69.51,73.02837157,3.5183715699999993,9,30,-10,37,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,1,0,1,1,0,2,258,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,930,0,1 +21157,1,0,NA,NA,NA,117,74,1,50,0,19,5,6,1,157,73.37,63.502931800000006,-9.867068199999999,NA,10,-10,4,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,3,5,2,1,0,0,0,1,0,2,2,0,0,0,0,0,2,231,NA,NA,NA,NA,NA,NA,NA,931,0,0 +21166,0,0,NA,NA,NA,109,66,1,27,0,19,2,12,3,166.28125,61.23,63.502931800000006,2.272931800000009,9,20,0,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,0,0,0,0,0,0,2,2,0,0,1,2,0,1,159,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,932,0,0 +21170,0,0,NA,NA,NA,158,96,0,26,0,20,2,9,2,179.59375,69.29,60.781377580000004,-8.508622420000002,23,30,-10,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,173,0,2.1787109375,1.773193359375,1.15478515625,0.5279541015625,0.40557861328125,0.626953125,933,0,0 +21173,1,0,NA,NA,NA,151,97,0,54,0,NA,2,12,3,171.78125,53.75,52.163122550000004,-1.5868774499999958,9,15,-15,32,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,2,1,2,1,0,0,1,1,0,2,2,0,0,2,2,2,NA,220,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,934,0,1 +21177,0,1,87,4,5,151,80,1,57,0,20,2,12,3,164,64.86,60.32778521,-4.532214789999998,9,10,0,38,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,0,2,0,1,309,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,935,0,1 +21185,1,0,NA,NA,NA,182,86,1,61,0,19,2,8,1,163.09375,63.5,63.502931800000006,0.002931800000006035,36,10,-10,41,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,0,0,0,0,0,0,2,2,0,0,0,1,0,NA,299,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,936,0,1 +21189,0,0,NA,NA,NA,100,61,1,28,0,18,2,12,3,160.875,56.47,54.4310844,-2.0389155999999957,NA,16,4,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,1,1,0,0,0,0,2,2,0,0,0,0,0,3,218,NA,NA,NA,NA,NA,NA,NA,937,0,0 +21215,0,0,NA,NA,NA,121,81,0,41,0,19,2,12,3,176,62.82,63.95652417,1.1365241700000013,19,40,0,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,0,0,0,1,0,0,2,2,0,0,0,0,2,NA,166,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,938,0,0 +21219,1,0,NA,NA,NA,118,83,0,25,0,18,2,16,5,172,75.52,75.29633342000001,-0.22366657999998552,27,4,-4,8,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,1,2,2,1,0,0,1,0,0,2,2,0,0,0,0,2,NA,218,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,939,0,0 +21221,0,0,NA,NA,NA,106,77,1,25,0,19,2,12,3,166,64.41,74.84274105,10.432741050000004,55,15,-5,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,0,0,0,0,0,2,2,0,0,1,1,1,2,295,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,940,0,0 +21224,1,1,86,10,30,142,85,1,61,0,14,2,11,2,163.375,73.48,56.69904625,-16.780953750000002,27,10,-10,44,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,0,2,2,0,2,240,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,941,0,1 +21227,0,1,84,10,20,162,77,0,70,0,16,2,3,1,160.78125,69.97,59.420600470000004,-10.549399529999995,21,30,-10,56,0,0,0,1,2,1,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,1,0,0,0,2,2,0,0,1,2,2,NA,231,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,942,0,1 +21233,0,0,NA,NA,NA,107,71,0,37,0,18,2,10,2,174.09375,77.11,88.45051215000001,11.34051215000001,19,22,-12,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,233,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,944,0,0 +21241,1,0,NA,NA,NA,113,86,0,28,0,19,2,12,3,181.875,91.63,99.33672903,7.706729030000005,55,20,-20,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,12,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,234,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,945,0,0 +21244,0,0,NA,NA,NA,131,88,0,41,0,16,2,9,2,192.59375,70.99,81.6466266,10.65662660000001,26,45,5,29,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,1,6,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,195,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,946,0,0 +21247,1,0,NA,NA,NA,99,64,1,31,0,17,2,12,3,164.78125,105.57,116.57323909,11.003239090000008,18,20,-20,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,1,0,0,0,0,0,2,2,0,1,2,2,1,3,201,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,947,0,0 +21255,0,1,87,3,11,125,80,1,47,0,19,5,12,3,164.5,77,99.33672903,22.33672903,51,20,0,27,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,2,3,2,2,1,0,0,0,1,1,2,2,0,0,1,1,1,4,228,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,948,0,0 +21259,1,0,NA,NA,NA,125,78,1,45,0,18,2,11,2,160.6875,50.92,52.163122550000004,1.2431225500000025,26,4,-4,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,0,2,251,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,949,0,0 +21260,0,1,87,6,28,113,70,1,58,0,18,2,11,2,161.5,66.11,70.76040972,4.650409719999999,55,10,5,40,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,0,0,0,0,0,0,2,2,0,0,0,2,0,3,278,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,950,0,1 +21261,0,0,NA,NA,NA,100,66,1,34,0,18,2,12,3,156.6875,58.17,61.23496995,3.0649699499999983,55,15,5,4,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,4,2,0,0,0,0,0,0,2,2,0,0,0,1,1,8,231,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,951,0,0 +21262,0,0,NA,NA,NA,103,59,0,30,0,14,2,11,2,181.5,66.79,72.57477920000001,5.784779200000003,17,30,10,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,2,5,4,NA,2,0,1,0,0,0,0,2,2,0,0,0,1,2,NA,197,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,952,0,0 +21265,1,0,NA,NA,NA,125,77,0,40,0,20,4,17,5,183,97.86,130.63460256000002,32.77460256000002,55,20,-20,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,174,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,953,0,0 +21266,0,0,NA,NA,NA,111,78,0,37,0,19,2,17,5,180.375,92.19,86.1825503,-6.007449699999995,26,30,0,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,3,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,366,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,954,0,0 +21271,1,0,NA,NA,NA,94,62,1,32,0,18,5,12,3,161.5,55.79,70.30681735,14.516817350000004,55,16,-16,13,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,0,0,2,2,0,0,0,0,0,5,201,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,955,0,0 +21275,1,1,85,9,6,129,73,0,55,0,21,2,12,3,179.09375,78.47,79.37866475,0.9086647499999998,46,15,-15,33,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,6,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,235,0,2.052734375,1.7333984375,1.0498046875,0.5059814453125,0.31915283203125,0.5439453125,956,0,1 +21276,0,0,NA,NA,NA,148,109,1,34,0,19,2,12,3,164,52.28,55.33826914,3.05826914,55,20,0,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,4,2,1,1,0,0,0,0,2,2,0,0,0,1,0,3,226,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,957,0,0 +21280,1,0,NA,NA,NA,141,89,0,37,0,18,2,12,3,168.59375,73.26,77.1107029,3.8507029000000017,27,30,-30,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,2,5,4,NA,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,183,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,958,0,0 +21281,0,0,NA,NA,NA,107,77,0,43,0,14,2,12,3,174.5,79.27,78.01788764,-1.2521123599999981,38,30,-10,28,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,1,2,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,224,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,959,0,0 +21291,0,1,83,7,1,142,90,1,39,0,13,5,12,3,167.59375,122.24,107.04779932000001,-15.192200679999985,55,20,0,22,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,1,2,0,2,197,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,960,0,0 +21296,0,0,NA,NA,NA,108,74,0,53,0,19,2,9,2,178.1875,88.11,99.79032140000001,11.680321400000011,55,20,0,37,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,10,2,0,0,0,0,0,0,2,2,0,0,0,2,2,NA,250,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,961,0,1 +21305,0,0,NA,NA,NA,117,69,1,34,0,12,2,13,4,152.5,42.52,47.173606480000004,4.6536064800000005,23,10,-5,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,0,0,2,0,8,172,0,2.1787109375,1.773193359375,1.15478515625,0.5279541015625,0.40557861328125,0.626953125,962,0,0 +21307,0,0,NA,NA,NA,158,79,1,55,0,11,2,10,2,164.875,78.92,70.30681735,-8.613182649999999,31,10,-3,35,0,1,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,1,1,0,4,231,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,963,0,1 +21309,0,0,NA,NA,NA,117,57,1,66,0,16,2,12,3,160.5,61.23,63.95652417,2.7265241700000047,19,20,-5,31,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,3,6,2,1,1,0,0,0,0,2,2,0,1,0,1,1,4,238,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,964,0,1 +21323,0,0,NA,NA,NA,120,68,1,46,0,17,5,9,2,159.1875,58.06,56.69904625,-1.3609537500000002,18,40,-25,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,4,2,1,0,0,0,0,0,2,2,0,1,0,1,0,4,201,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,966,0,0 +21325,0,0,NA,NA,NA,108,63,1,26,0,18,2,12,3,158.6875,56.93,58.05982336,1.1298233600000032,55,20,10,9,0,0,1,0,2,0,0,0,0,0,2,0,1,0,1,2,3,5,2,0,0,0,0,0,0,2,2,0,0,0,1,0,2,216,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,967,0,0 +21329,0,0,NA,NA,NA,141,83,0,49,0,18,4,8,1,182.78125,82.21,80.28584949,-1.9241505099999898,55,10,-4,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,5,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,206,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,968,0,0 +21331,1,1,89,12,12,124,86,0,51,0,18,2,13,4,175.78125,68.38,79.37866475,10.998664750000003,55,20,-20,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,1,1,0,0,0,0,2,2,0,0,0,2,2,NA,215,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,969,0,1 +21332,0,1,89,8,7,118,76,0,62,0,13,2,8,1,175.28125,78.92,86.1825503,7.262550300000001,26,20,0,49,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,1,10,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,188,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,970,0,1 +21339,1,0,NA,NA,NA,115,79,1,54,0,13,2,12,3,162.1875,48.31,50.34875307,2.0387530699999985,55,20,-20,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,0,6,228,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,971,0,1 +21350,1,0,NA,NA,NA,158,90,1,49,0,19,4,12,3,156.5,64.86,69.85322498000001,4.993224980000008,25,10,-10,20,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,3,4,2,0,0,0,0,0,0,2,2,0,0,1,1,0,4,241,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,972,0,0 +21354,1,1,88,9,4,120,70,0,47,0,19,2,12,3,183.6875,82.55,87.08973504000001,4.539735040000011,25,30,-30,31,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,0,1,6,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,280,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,974,0,0 +21365,0,0,NA,NA,NA,118,71,1,47,0,22,2,12,3,164.5,95.03,84.82177319,-10.20822681,25,20,0,28,0,0,0,0,2,0,0,0,0,0,2,0,1,0,1,1,3,8,2,1,0,0,0,1,0,2,2,0,0,1,1,0,2,306,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,975,0,0 +21366,1,0,NA,NA,NA,110,62,1,30,0,20,2,13,4,164.1875,52.5,55.791861510000004,3.291861510000004,25,10,-10,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,1,2,0,0,0,0,0,0,2,2,0,0,0,0,0,6,155,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,976,0,0 +21369,0,0,NA,NA,NA,118,79,1,25,0,18,4,16,5,167.09375,48.42,51.70953018,3.28953018,36,40,-10,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,3,2,1,0,0,0,0,0,2,2,0,0,0,1,1,NA,193,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,977,0,0 +21371,1,1,89,2,12,164,77,0,61,0,14,2,2,1,160.875,67.25,64.86370891,-2.3862910900000003,NA,2,-2,41,0,0,0,0,2,0,0,0,1,1,2,0,0,1,1,2,1,3,2,1,1,0,0,0,0,2,2,0,0,1,1,2,NA,226,NA,NA,NA,NA,NA,NA,NA,978,0,1 +21380,0,0,NA,NA,NA,128,80,1,48,0,21,2,12,3,157,57.15,53.523899660000005,-3.6261003399999936,25,20,0,26,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,2,2,1,1,0,0,0,0,2,2,0,0,1,2,0,4,306,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,979,0,0 +21382,1,0,NA,NA,NA,108,66,1,30,0,20,2,16,5,166.78125,55.34,60.781377580000004,5.441377580000001,36,20,-20,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,3,2,1,0,0,0,0,0,2,2,0,0,1,2,0,1,174,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,980,0,0 +21388,0,0,NA,NA,NA,136,70,1,51,0,19,2,16,5,155.875,67.13,67.58526313,0.45526313000000584,25,20,10,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,0,0,2,2,0,0,0,1,0,NA,183,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,981,0,1 +21391,0,0,NA,NA,NA,143,79,1,59,0,19,2,16,5,161.28125,61.35,68.0388555,6.688855499999995,9,20,0,37,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,0,1,0,0,0,0,2,2,0,0,1,1,0,3,244,1,2.69287109375,2.10302734375,1.5224609375,0.637939453125,0.590087890625,0.8843994140625,982,0,1 +21392,0,0,NA,NA,NA,87,63,1,29,0,21,2,12,3,159.09375,54.66,60.32778521,5.667785210000005,25,10,0,11,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,3,3,3,2,0,0,0,0,0,0,2,2,1,0,1,1,1,NA,198,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,983,0,0 +21396,0,0,NA,NA,NA,162,101,1,46,0,19,2,12,3,167.1875,62.37,48.534383590000004,-13.835616409999993,25,3,7,25,1,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,3,2,2,0,0,0,0,0,0,2,2,0,1,0,0,0,3,214,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,984,0,0 +21398,0,0,NA,NA,NA,150,89,0,54,0,16,2,11,2,170.78125,64.3,85.27536556,20.97536556,25,30,0,38,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,185,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,985,0,1 +21401,1,0,NA,NA,NA,143,87,1,42,0,18,5,12,3,163.1875,54.54,60.781377580000004,6.241377580000005,25,20,-20,24,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,3,2,2,0,0,0,0,0,0,2,2,0,0,1,1,0,5,195,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,986,0,0 +21415,0,0,NA,NA,NA,126,84,1,34,0,20,2,12,3,155.375,55.57,58.05982336,2.4898233600000026,25,3,12,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,0,5,159,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,987,0,0 +21420,1,0,NA,NA,NA,109,73,0,28,0,19,2,16,5,173.78125,85.5,88.45051215000001,2.9505121500000087,25,5,-5,10,0,0,0,0,2,0,0,0,0,0,2,1,0,0,1,2,1,6,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,258,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,988,0,0 +21428,0,0,NA,NA,NA,110,72,1,35,0,22,2,12,3,165.6875,61.23,61.23496995,0.004969950000003109,25,20,10,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,0,2,216,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,989,0,0 +21429,0,0,NA,NA,NA,101,67,1,30,0,21,2,12,3,155.78125,48.19,48.08079122,-0.1092087799999959,17,30,-5,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,2,2,0,0,0,0,0,0,2,2,0,0,1,1,1,4,266,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,990,0,0 +21433,0,1,91,11,29,103,71,0,63,0,11,2,9,2,171.1875,76.77,69.85322498000001,-6.916775019999989,25,20,10,43,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,2,2,2,NA,190,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,991,0,1 +21463,0,0,NA,NA,NA,154,94,0,52,0,19,2,10,2,167.28125,77.79,74.84274105,-2.9472589500000055,18,20,0,40,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,202,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,992,0,1 +21468,0,0,NA,NA,NA,135,80,1,26,1,16,6,9,2,158.375,75.98,73.02837157,-2.9516284299999995,21,20,0,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,2,2,0,7,216,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,993,0,0 +21469,0,0,NA,NA,NA,107,65,0,28,0,19,2,15,4,169.375,72.01,70.76040972,-1.2495902800000067,18,20,-14,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,1,0,0,0,0,0,2,2,0,1,0,1,2,NA,287,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,994,0,0 +21475,0,0,NA,NA,NA,130,76,0,46,0,20,2,12,3,188.5,81.31,81.19303423000001,-0.11696576999999309,18,20,10,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,4,2,0,0,1,0,0,0,2,2,0,0,1,1,2,NA,187,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,995,0,0 +21490,1,0,NA,NA,NA,125,76,0,53,0,22,2,16,5,177.59375,66.45,77.1107029,10.660702900000004,18,30,-30,33,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,3,2,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,253,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,996,0,1 +21494,0,0,NA,NA,NA,114,75,1,27,0,18,2,15,4,170,71.78,64.41011654,-7.369883459999997,18,20,0,9,0,1,0,0,2,0,0,0,1,0,2,0,0,0,1,2,2,2,2,1,0,0,0,0,0,2,2,0,0,1,2,0,2,240,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,997,0,0 +21495,0,0,NA,NA,NA,135,78,1,54,1,12,2,11,2,161.5,62.14,63.502931800000006,1.3629318000000055,18,20,0,39,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,4,2,1,1,0,0,0,0,2,2,0,0,1,2,0,1,262,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,998,0,1 +21497,0,0,NA,NA,NA,101,58,0,47,0,19,2,15,4,176.5,70.76,69.85322498000001,-0.9067750199999978,54,30,10,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,193,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,999,0,0 +21501,0,1,86,1,26,124,83,1,36,0,13,2,10,2,171.5,79.38,88.90410452,9.524104520000009,18,20,0,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,1,0,3,328,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1000,0,0 +21513,1,0,NA,NA,NA,124,77,1,37,0,20,2,12,3,174.6875,62.26,65.77089365,3.510893650000007,18,20,-20,20,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,2,1,2,1,0,0,0,0,0,2,2,0,0,1,2,0,5,245,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1001,0,0 +21515,0,0,NA,NA,NA,90,57,1,41,0,18,2,12,3,173.09375,63.05,63.04933943,-6.605699999937542e-4,18,15,5,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,1,1,7,274,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1002,0,0 +21522,0,0,NA,NA,NA,115,77,0,48,0,22,2,16,5,180.28125,92.42,77.56429527,-14.85570473,42,25,-5,33,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,254,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1003,0,0 +21542,0,0,NA,NA,NA,124,82,0,33,0,19,4,16,5,172.28125,73.14,75.29633342000001,2.15633342000001,18,6,0,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,264,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1005,0,0 +21550,0,0,NA,NA,NA,96,66,0,31,0,21,2,10,2,170.6875,81.42,75.74992579,-5.670074209999996,18,4,1,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,211,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1006,0,0 +21561,0,0,NA,NA,NA,131,80,0,28,0,22,2,17,5,184.59375,93.67,89.81128926000001,-3.8587107399999923,17,30,10,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,299,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1007,0,0 +21578,0,0,NA,NA,NA,140,96,0,26,0,NA,4,16,5,174.1875,76.54,76.65711053,0.11711052999999083,18,10,10,4,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,208,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1008,0,0 +21580,1,0,NA,NA,NA,108,70,1,31,0,19,6,16,5,166.6875,52.39,53.523899660000005,1.1338996600000044,38,10,-10,15,1,0,0,0,2,0,0,0,0,1,2,0,0,0,1,3,4,NA,2,0,0,0,1,0,0,2,2,0,0,0,1,0,2,221,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,1009,0,0 +21581,0,0,NA,NA,NA,97,64,1,27,0,21,2,16,5,172.6875,53.41,56.69904625,3.2890462500000055,18,10,-3,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,4,2,1,0,0,0,0,0,2,2,0,0,1,2,1,NA,183,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1010,0,0 +21585,0,0,NA,NA,NA,131,88,0,28,0,19,4,13,4,178.375,100.58,108.40857643000001,7.8285764300000125,34,30,0,10,0,0,0,0,2,0,0,0,0,0,2,1,0,0,1,2,1,1,2,1,0,0,0,0,0,2,2,0,1,0,0,2,NA,214,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1011,0,0 +21589,0,0,NA,NA,NA,118,78,0,38,0,20,2,12,3,180.28125,81.42,86.1825503,4.762550300000001,34,30,-27,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,245,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1012,0,0 +21597,0,0,NA,NA,NA,114,77,1,46,0,20,2,12,3,161.875,63.84,68.49244787,4.652447870000003,34,20,0,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,1,2,1,1,0,0,0,0,2,2,0,0,0,1,0,4,242,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1013,0,0 +21602,1,0,NA,NA,NA,131,86,0,32,0,18,5,13,4,181,70.31,84.82177319,14.51177319,36,20,-20,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,1,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,154,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1014,0,0 +21608,1,0,NA,NA,NA,152,85,1,50,0,22,2,12,3,164.78125,55.11,56.69904625,1.5890462500000027,22,4,-4,28,0,0,0,0,2,1,0,0,0,1,2,0,0,0,1,2,2,1,2,1,1,0,1,0,0,2,2,0,1,1,1,0,1,211,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1015,0,0 +21610,0,0,NA,NA,NA,135,93,0,31,0,20,2,16,5,172.78125,64.98,72.57477920000001,7.594779200000005,34,40,-5,14,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,1,1,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,224,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1016,0,0 +21621,0,1,86,6,20,142,67,0,51,0,22,2,12,3,180.78125,97.3,97.52235955,0.2223595500000073,34,30,-5,34,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,310,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1017,0,1 +21623,0,0,NA,NA,NA,121,76,1,46,1,16,2,12,3,157.28125,80.63,78.92507238,-1.7049276199999923,37,20,20,33,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,0,0,0,0,0,0,2,2,0,0,1,1,0,12,174,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,1018,0,0 +21626,1,0,NA,NA,NA,104,80,0,48,0,21,2,17,5,173.09375,83.12,73.48196394,-9.638036060000005,34,40,-40,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,237,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1019,0,0 +21643,0,0,NA,NA,NA,134,88,1,41,0,22,2,11,2,160.78125,60.44,71.21400209000001,10.77400209000001,34,20,-10,25,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,2,3,2,2,0,0,0,0,1,0,2,2,0,0,2,2,0,7,224,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1020,0,0 +21692,0,0,NA,NA,NA,125,87,0,35,0,19,2,7,1,174.59375,66.56,77.1107029,10.550702900000005,34,60,-10,20,0,0,0,0,2,1,0,0,0,1,2,0,0,0,1,1,1,6,2,1,0,0,1,0,0,2,2,0,0,0,2,2,NA,232,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1021,0,0 +21697,0,0,NA,NA,NA,116,74,1,30,0,19,2,12,3,170,64.18,84.36818082,20.18818082,36,30,10,15,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,2,1,2,1,0,0,1,0,0,2,2,0,0,1,2,0,4,265,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1022,0,0 +21707,1,0,NA,NA,NA,155,68,0,50,0,19,4,12,3,169.875,75.41,74.38914868,-1.0208513199999913,NA,35,-35,28,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,5,2,0,0,0,0,0,0,2,2,0,0,1,2,2,NA,214,NA,NA,NA,NA,NA,NA,NA,1023,0,0 +21730,1,0,NA,NA,NA,135,72,1,45,0,14,2,12,3,157.875,83.57,79.37866475,-4.1913352499999945,20,2,-2,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,5,2,0,1,0,0,0,0,2,2,0,0,1,2,0,6,216,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1025,0,0 +21731,1,1,88,2,28,118,80,1,28,0,19,2,11,2,166.6875,60.89,63.502931800000006,2.6129318000000055,29,20,-20,10,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,3,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,0,2,231,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1026,0,0 +21733,0,0,NA,NA,NA,124,68,1,53,0,18,2,13,4,164.875,63.62,69.85322498000001,6.23322498000001,36,20,0,40,0,1,0,0,2,0,0,1,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,1,0,2,1,10,312,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1027,0,1 +21734,0,0,NA,NA,NA,106,65,1,42,0,21,2,11,2,161,47.85,51.70953018,3.85953018,20,20,0,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,0,1,0,2,230,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1028,0,0 +21735,0,1,86,2,24,129,83,1,41,1,11,3,10,2,159.375,43.77,50.80234544,7.03234544,29,20,0,25,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,5,2,1,1,0,0,0,0,2,2,0,0,2,2,0,2,182,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1029,0,0 +21740,0,1,88,7,28,173,86,1,57,0,19,2,12,3,168.875,57.72,60.781377580000004,3.0613775800000056,42,20,0,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,1,2,0,0,0,0,0,0,2,2,0,0,2,2,0,2,223,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1030,0,1 +21751,0,0,NA,NA,NA,126,89,1,31,0,19,2,12,3,163.375,69.4,54.884676770000006,-14.51532323,29,20,0,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,1,1,1,1,0,6,209,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1031,0,0 +21753,1,0,NA,NA,NA,95,73,0,25,0,19,4,15,4,172.59375,57.72,61.23496995,3.514969950000001,31,30,-30,9,1,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,1,6,2,1,0,0,0,0,0,2,2,0,1,1,0,2,NA,156,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1032,0,0 +21754,0,0,NA,NA,NA,115,71,1,37,1,21,2,15,4,168.875,51.94,53.07030729,1.1303072900000046,20,20,-8,19,1,1,0,0,2,0,0,0,0,1,2,0,0,0,1,1,1,3,2,0,1,0,0,0,0,2,2,0,0,0,1,0,2,177,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1033,0,0 +21760,0,0,NA,NA,NA,123,75,0,32,0,19,2,12,3,163.59375,62.94,63.04933943,0.10933943000000568,17,50,-10,17,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,1,3,2,0,0,0,0,0,0,2,2,0,0,1,2,2,NA,204,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1034,0,0 +21763,1,0,NA,NA,NA,NA,NA,0,54,0,17,2,8,1,181,94.35,96.16158244,1.8115824400000093,29,20,-20,44,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,3,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,211,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1035,0,1 +21765,0,0,NA,NA,NA,111,80,1,26,0,20,2,12,3,148.09375,54.77,57.60623099,2.836230989999997,29,30,-10,9,1,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,2,2,2,0,0,0,1,0,0,2,2,0,0,1,2,1,2,203,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1036,0,0 +21772,0,0,NA,NA,NA,126,71,1,51,1,19,2,12,3,162,64.52,61.68856232,-2.8314376799999934,20,5,2,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,1,2,0,5,234,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1037,0,1 +21777,0,0,NA,NA,NA,135,76,1,42,0,22,2,12,3,166.28125,67.13,68.0388555,0.9088555000000014,29,50,-10,19,0,1,0,0,2,0,0,0,1,0,2,0,0,0,1,1,3,3,2,1,0,0,0,0,0,2,2,0,0,1,2,1,2,237,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1038,0,0 +21782,0,1,91,3,16,113,66,1,47,1,19,2,12,3,158.6875,60.78,53.523899660000005,-7.256100339999996,20,20,5,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,1,0,0,0,1,0,2,2,0,0,1,2,0,4,216,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1039,0,0 +21792,1,0,NA,NA,NA,107,67,1,26,0,20,2,12,3,161.875,54.2,55.791861510000004,1.591861510000001,20,30,-30,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,1,2,1,1,1,290,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1041,0,0 +21795,0,0,NA,NA,NA,116,71,1,35,0,19,2,12,3,151.875,77.9,66.67807839000001,-11.221921609999995,29,5,7,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,0,1,2,0,3,235,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1042,0,0 +21796,0,1,91,7,13,144,84,0,62,1,19,2,13,4,173.59375,61.01,65.77089365,4.760893650000007,20,10,10,46,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,4,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,218,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1043,0,1 +21797,0,0,NA,NA,NA,145,78,1,49,1,12,5,12,3,165.1875,67.81,73.02837157,5.218371570000002,5,10,10,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,0,0,0,0,1,0,2,2,0,0,1,2,1,5,219,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,1044,0,0 +21798,1,0,NA,NA,NA,140,67,0,26,0,19,2,12,3,171.5,65.66,66.22448602,0.5644860200000039,20,15,-15,15,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,1,4,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,168,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1045,0,0 +21799,0,0,NA,NA,NA,134,82,0,49,0,21,2,13,4,179.5,74.96,83.00740371,8.047403710000012,29,30,0,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,216,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1046,0,0 +21800,0,0,NA,NA,NA,131,88,1,41,0,15,3,11,2,159.28125,65.54,76.65711053,11.11711052999999,5,3,1,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,0,6,227,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,1047,0,0 +21801,1,0,NA,NA,NA,122,72,1,39,0,18,5,12,3,169.78125,61.46,59.420600470000004,-2.039399529999997,29,20,-20,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,1,0,2,2,0,0,1,1,1,4,198,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1048,0,0 +21803,1,0,NA,NA,NA,154,95,1,54,0,NA,2,8,1,173.28125,68.72,72.57477920000001,3.85477920000001,5,10,-10,36,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,2,0,3,267,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,1049,0,1 +21819,0,0,NA,NA,NA,117,81,1,42,0,22,2,13,4,165.78125,62.94,61.68856232,-1.2514376799999951,31,30,-10,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,1,0,0,0,0,0,2,2,0,0,0,2,0,5,250,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1050,0,0 +21823,0,0,NA,NA,NA,NA,NA,1,50,0,15,5,7,1,153.5,59.42,74.38914868,14.969148680000004,20,40,-20,30,0,0,0,0,2,0,0,0,0,0,2,0,1,0,1,3,3,2,2,1,0,0,0,0,0,2,2,1,0,0,1,1,3,269,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1051,0,0 +21826,1,0,NA,NA,NA,NA,NA,1,25,0,19,2,16,5,180.1875,60.21,63.502931800000006,3.292931800000005,29,15,-15,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,1,0,0,0,0,0,2,2,0,1,1,1,1,NA,200,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1052,0,0 +21829,0,0,NA,NA,NA,97,66,1,40,0,13,5,10,2,170.78125,57.72,63.95652417,6.236524170000003,29,20,0,25,1,1,1,0,2,0,0,0,1,0,2,0,0,0,1,3,3,5,2,1,1,0,0,0,0,2,2,0,1,2,2,1,6,NA,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1053,0,0 +21830,0,1,85,9,25,148,92,0,48,0,18,4,12,3,182.5,62.71,70.30681735,7.596817350000002,29,20,0,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,1,2,2,0,0,1,1,2,NA,255,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1054,0,0 +21832,0,0,NA,NA,NA,120,74,1,29,0,19,2,10,2,161.78125,55.34,59.420600470000004,4.08060047,6,20,20,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,5,2,1,0,0,0,0,0,2,2,0,0,1,2,0,2,185,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1055,0,0 +21839,0,0,NA,NA,NA,172,73,1,65,0,19,2,17,5,160,56.47,57.152638620000005,0.6826386200000059,29,20,0,48,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,3,2,0,0,0,0,0,0,2,2,0,0,1,2,0,NA,302,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1056,0,1 +21849,0,0,NA,NA,NA,127,73,0,44,1,22,2,17,5,168.875,58.29,68.49244787,10.202447870000007,5,15,-3,22,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,1,0,0,0,0,2,2,0,1,0,2,2,NA,194,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,1057,0,0 +21851,0,1,90,8,31,122,78,1,48,0,18,5,13,4,174.59375,67.7,56.69904625,-11.00095375,29,15,5,28,1,1,0,0,2,0,0,0,0,1,2,0,0,1,1,2,3,3,2,1,0,0,0,0,0,2,2,0,0,0,1,1,8,232,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1058,0,0 +21861,0,0,NA,NA,NA,212,69,1,69,1,19,2,7,1,160.28125,67.47,62.59574706,-4.874252939999998,22,4,-2,39,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,4,2,1,0,0,0,0,0,2,2,0,0,0,2,0,1,227,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1059,0,1 +21862,1,0,NA,NA,NA,99,60,1,29,0,15,2,12,3,167.875,43.54,66.67807839000001,23.13807839000001,29,20,-20,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,1,0,0,0,0,2,2,0,0,0,1,1,3,189,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1060,0,0 +21863,0,0,NA,NA,NA,119,83,1,28,0,19,2,13,4,175.375,86.3,86.1825503,-0.11744969999999455,29,30,0,12,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,0,0,2,2,0,1,1,2,1,1,228,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1061,0,0 +21865,0,1,88,10,22,135,79,0,50,0,20,2,12,3,171.78125,78.47,72.12118683,-6.34881317,20,40,10,35,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,3,7,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,261,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1062,0,0 +21870,0,0,NA,NA,NA,143,89,1,43,0,15,4,12,3,161.28125,67.13,74.84274105,7.712741050000005,47,20,5,25,0,0,0,0,2,0,0,0,0,0,2,0,0,0,2,5,4,NA,2,1,1,0,0,0,0,2,2,0,0,1,2,2,NA,188,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1063,0,0 +21875,0,0,NA,NA,NA,143,77,1,45,0,14,3,0,1,158.1875,73.14,88.45051215000001,15.310512150000008,47,5,0,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,2,5,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,241,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1064,0,0 +21882,1,0,NA,NA,NA,132,82,1,56,0,19,3,10,2,165.28125,86.98,102.96546799000001,15.985467990000004,47,20,-20,36,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,0,0,2,2,2,261,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1065,0,1 +21884,0,0,NA,NA,NA,143,87,0,40,0,16,2,10,2,177.875,91.74,86.1825503,-5.557449699999992,47,15,0,25,1,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,199,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1066,0,0 +21897,0,0,NA,NA,NA,122,64,1,50,0,15,3,6,1,163.6875,106.71,80.73944186,-25.970558139999994,21,20,0,40,0,1,0,0,2,1,0,0,0,0,2,0,1,1,2,5,4,NA,2,0,1,0,0,0,0,2,2,0,0,2,2,2,NA,203,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1067,0,0 +21901,1,1,88,3,31,186,107,0,58,0,12,2,4,1,179.1875,66.45,76.20351816,9.753518159999999,47,5,-5,41,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,2,1,2,NA,280,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1068,0,1 +21908,0,0,NA,NA,NA,128,81,1,42,0,19,2,8,1,168.28125,70.53,63.502931800000006,-7.027068199999995,47,20,0,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,1,0,2,2,1,1,1,2,0,2,286,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1069,0,0 +21909,0,1,92,11,5,127,83,0,72,1,12,4,8,1,172.875,56.93,53.523899660000005,-3.4061003399999947,47,10,-5,52,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,1,6,2,0,1,1,0,0,0,2,2,0,0,2,2,2,NA,216,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1070,0,1 +21910,1,0,NA,NA,NA,116,72,1,51,0,13,2,7,1,164.28125,65.2,60.781377580000004,-4.418622419999998,47,15,-15,39,0,1,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,1,2,2,0,3,231,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1071,0,1 +21913,0,0,NA,NA,NA,129,87,0,45,0,17,2,8,1,183.09375,63.62,68.0388555,4.418855499999999,47,40,0,27,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,2,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,208,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1072,0,0 +21914,0,0,NA,NA,NA,114,79,1,41,0,15,2,7,1,166.375,67.7,68.0388555,0.338855499999994,54,30,10,15,0,0,0,0,2,0,0,0,0,0,2,0,0,1,0,4,4,NA,2,0,0,0,0,1,0,2,2,0,0,1,2,2,2,213,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1073,0,0 +21921,0,1,86,5,4,136,86,0,55,0,14,2,4,1,170.875,62.94,65.77089365,2.8308936500000073,47,20,0,38,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,0,0,1,2,NA,224,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1074,0,1 +21923,0,0,NA,NA,NA,131,83,0,33,0,15,2,7,1,172.28125,95.14,107.04779932000001,11.90779932000001,47,30,10,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,257,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1075,0,0 +21925,0,0,NA,NA,NA,116,73,0,38,1,20,4,17,5,176,87.43,77.1107029,-10.3192971,47,10,10,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,1,1,2,2,NA,155,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1076,0,0 +21929,0,0,NA,NA,NA,112,76,0,30,0,20,5,12,3,178,66.22,64.41011654,-1.8098834599999947,42,30,5,10,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,2,3,2,1,1,0,0,0,0,2,2,0,0,1,0,2,NA,202,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1077,0,0 +21931,0,0,NA,NA,NA,127,74,0,25,0,16,2,8,1,169.78125,64.18,68.0388555,3.85885549999999,47,12,3,10,1,1,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,1,0,0,0,0,2,2,0,0,0,1,2,NA,159,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1078,0,0 +21933,1,1,84,9,28,125,69,0,62,0,16,2,8,1,177.1875,79.15,89.81128926000001,10.661289260000004,47,40,-40,55,0,0,0,0,2,1,0,0,1,0,2,0,0,0,1,1,1,3,2,0,1,1,0,0,0,2,2,0,0,1,1,2,NA,161,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1079,0,1 +21936,0,0,NA,NA,NA,148,86,1,53,0,22,4,16,5,156.28125,54.66,46.72001411,-7.9399858899999955,47,30,-10,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,0,NA,169,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1080,0,1 +21940,0,0,NA,NA,NA,114,74,0,27,1,19,4,12,3,176,64.3,65.77089365,1.4708936500000078,47,10,15,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,4,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,223,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1081,0,0 +21951,0,0,NA,NA,NA,134,85,0,35,0,16,2,8,1,189.78125,67.59,67.13167076,-0.45832923999999764,47,20,5,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,6,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,220,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1082,0,0 +21960,0,0,NA,NA,NA,127,66,0,27,0,20,2,12,3,187,82.78,88.90410452,6.124104520000003,51,40,0,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,1,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,153,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,1083,0,0 +21965,0,1,86,12,13,222,81,0,59,0,16,2,5,1,166.59375,50.12,49.44156833,-0.6784316699999948,47,20,0,46,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,127,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1084,0,1 +21966,0,0,NA,NA,NA,145,97,0,31,0,17,2,13,4,176.875,79.95,78.01788764,-1.932112360000005,47,40,-10,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,3,2,1,0,0,0,0,1,2,2,0,0,1,1,2,NA,203,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1085,0,0 +21973,0,0,NA,NA,NA,128,72,1,26,0,11,2,12,3,163.78125,83.23,83.46099608,0.23099607999999705,47,10,-3,20,1,1,0,0,2,1,0,0,1,1,2,0,0,1,1,2,1,1,2,1,1,0,1,1,1,2,2,0,1,2,2,0,2,190,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1086,0,0 +21982,0,1,92,6,22,124,85,0,35,0,13,2,6,1,172.78125,76.54,89.35769689,12.817696889999993,47,35,-15,20,0,0,0,0,2,0,0,0,0,0,2,0,1,0,1,2,1,12,2,1,0,0,0,0,0,2,2,0,1,0,0,2,NA,233,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1087,0,0 +21983,0,0,NA,NA,NA,148,78,0,61,0,13,3,8,1,173.375,61.69,61.68856232,-0.0014376799999951118,47,3,-1,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,214,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1088,0,1 +22005,1,1,87,4,28,130,70,0,72,0,12,3,7,1,169.1875,86.52,78.47148001000001,-8.048519989999988,48,5,-5,58,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,4,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,189,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1089,0,1 +22007,0,0,NA,NA,NA,136,82,0,50,0,18,2,12,3,171.875,97.52,102.05828325,4.538283250000006,48,40,10,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,257,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1090,0,0 +22011,1,0,NA,NA,NA,129,88,1,49,0,14,3,12,3,160,104.67,115.66605435000001,10.996054350000009,48,20,-20,33,1,0,0,1,2,0,0,0,0,1,2,0,1,0,0,4,4,NA,2,1,1,1,0,1,1,2,2,0,0,2,2,0,4,273,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1091,0,0 +22017,0,0,NA,NA,NA,143,66,1,67,0,12,2,10,2,158.1875,60.1,58.05982336,-2.0401766399999985,22,14,-2,38,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,0,1,1,0,1,277,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1092,0,1 +22023,1,1,84,12,19,160,85,0,50,0,18,2,10,2,168.78125,73.82,77.1107029,3.2907029000000136,28,40,-40,29,1,1,0,0,2,0,0,0,0,1,2,0,0,0,1,1,1,2,2,1,1,0,1,1,0,2,2,0,1,2,2,2,NA,180,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,1093,0,0 +22025,1,0,NA,NA,NA,204,105,0,52,0,NA,4,3,1,175,61.92,91.17206637000001,29.25206637000001,48,35,-35,37,0,0,0,0,2,0,0,0,1,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,318,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1094,0,1 +22034,1,0,NA,NA,NA,130,85,1,45,1,19,2,9,2,158.28125,111.02,117.9340162,6.914016200000006,48,5,-5,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,0,0,7,212,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1095,0,0 +22035,0,1,84,6,1,134,68,1,58,0,12,6,9,2,167.875,70.99,72.12118683,1.1311868300000043,48,30,-10,30,0,0,0,1,2,0,0,0,0,0,2,0,0,1,1,3,4,NA,2,1,1,1,0,1,0,2,2,0,0,2,2,1,6,281,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1096,0,1 +22038,0,0,NA,NA,NA,116,68,1,50,0,18,2,8,1,166.28125,84.94,98.88313666,13.943136660000008,1,40,-10,31,0,0,0,0,2,0,0,0,0,1,2,0,0,0,0,4,4,NA,2,1,0,0,1,1,0,2,2,0,0,1,1,0,3,272,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1097,0,0 +22044,0,1,91,2,27,128,74,1,57,0,21,2,12,3,165.5,60.67,58.05982336,-2.610176639999999,48,10,0,39,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,1,2,225,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1098,0,1 +22046,1,0,NA,NA,NA,138,73,1,42,0,19,4,17,5,171.375,117.14,136.53130337000002,19.391303370000017,48,20,-20,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,3,2,1,0,0,0,1,0,2,2,1,0,1,2,0,NA,189,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1099,0,0 +22047,0,0,NA,NA,NA,127,86,0,40,0,19,2,12,3,173.78125,78.7,80.73944186,2.0394418599999966,48,15,5,26,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,246,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1100,0,0 +22065,0,1,89,7,31,121,70,1,45,0,14,2,11,2,171.1875,60.33,58.9670081,-1.3629918999999973,48,20,0,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,1,2,2,0,1,0,2,0,5,236,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1101,0,0 +22071,0,0,NA,NA,NA,139,84,0,25,0,18,4,7,1,174.5,65.54,58.9670081,-6.572991900000005,48,20,5,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,0,0,2,2,0,0,1,2,2,NA,224,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1102,0,0 +22075,1,0,NA,NA,NA,138,94,0,53,0,19,2,12,3,176.09375,65.32,68.0388555,2.7188555000000036,48,40,-40,32,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,2,1,2,1,0,0,0,0,1,2,2,0,0,0,1,2,NA,232,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1103,0,1 +22083,0,1,87,3,17,142,72,1,51,0,13,2,7,1,155.5,53.07,51.70953018,-1.3604698199999987,48,40,0,31,1,1,0,0,2,0,0,0,0,1,2,0,0,0,1,2,1,1,2,1,0,0,1,0,0,2,2,0,1,0,0,1,NA,304,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1104,0,1 +22129,0,0,NA,NA,NA,112,70,1,34,0,19,5,13,4,161.875,61.12,61.68856232,0.5685623200000052,NA,20,0,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,0,0,2,2,0,0,1,1,1,4,241,NA,NA,NA,NA,NA,NA,NA,1106,0,0 +22130,1,0,NA,NA,NA,110,68,0,26,0,20,2,11,2,170,54.54,67.13167076,12.591670760000007,45,15,-15,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,4,2,0,1,0,0,0,0,2,2,0,0,2,2,2,NA,222,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1107,0,0 +22131,0,0,NA,NA,NA,115,80,1,51,0,22,2,15,4,172.375,79.83,72.57477920000001,-7.255220799999989,18,20,0,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,1,1,0,0,0,0,2,2,0,0,1,2,0,6,245,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1108,0,1 +22133,0,0,NA,NA,NA,124,80,1,55,0,21,2,12,3,162.1875,85.96,90.26488163,4.304881630000011,45,10,0,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,1,1,0,5,236,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1109,0,1 +22139,0,0,NA,NA,NA,103,66,1,32,0,20,2,12,3,166.78125,74.16,63.502931800000006,-10.65706819999999,45,25,5,14,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,3,4,2,0,1,0,0,0,0,2,2,0,1,0,1,0,2,234,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1110,0,0 +22146,0,0,NA,NA,NA,110,74,1,34,0,18,6,12,3,165,58.74,62.59574706,3.855747059999999,45,20,10,19,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,1,3,2,2,0,1,0,0,0,0,2,2,1,1,0,0,0,1,176,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1111,0,0 +22148,1,1,84,11,23,132,61,0,59,0,17,2,8,1,175.875,47.97,43.544867520000004,-4.425132479999995,45,40,-40,45,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,2,3,4,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,251,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1112,0,1 +22155,0,0,NA,NA,NA,125,68,0,26,0,19,4,13,4,172.09375,130.29,126.09867886,-4.191321139999985,36,20,10,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,244,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1113,0,0 +22162,0,0,NA,NA,NA,111,80,0,29,0,21,2,16,5,184.1875,88.22,99.33672903,11.116729030000002,45,30,0,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,3,2,0,0,0,0,0,0,2,2,0,0,0,2,2,NA,212,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1114,0,0 +22164,0,0,NA,NA,NA,104,67,1,34,0,19,2,12,3,163.09375,57.27,60.32778521,3.0577852099999987,12,30,-5,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,2,2,1,1,0,0,0,0,2,2,0,1,1,1,0,3,257,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1115,0,0 +22165,0,0,NA,NA,NA,158,96,0,48,0,19,2,9,2,165,74.39,84.36818082,9.978180820000006,45,20,0,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,189,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1116,0,0 +22168,0,0,NA,NA,NA,100,78,0,26,0,19,2,12,3,175.78125,74.16,73.02837157,-1.1316284299999921,45,30,0,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,1,0,0,2,2,0,0,1,1,2,NA,165,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1117,0,0 +22169,0,0,NA,NA,NA,98,66,1,37,0,16,6,12,3,167.5,70.65,61.23496995,-9.415030050000006,45,20,-2,16,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,2,0,4,179,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1118,0,0 +22170,1,0,NA,NA,NA,112,74,1,40,0,18,2,12,3,170.59375,60.21,64.86370891,4.653708909999999,45,15,-15,20,0,0,1,0,2,0,0,0,0,0,2,0,0,0,1,2,2,1,2,1,1,0,0,0,0,2,2,0,1,1,1,1,4,259,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1119,0,0 +22173,0,0,NA,NA,NA,139,102,0,35,1,17,2,10,2,174.5,68.49,73.93555631000001,5.445556310000015,45,10,10,18,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,2,2,2,0,1,0,0,0,0,2,2,0,0,0,0,2,NA,161,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1120,0,0 +22174,0,0,NA,NA,NA,143,101,1,50,1,16,4,3,1,149.78125,72.46,59.874192840000006,-12.585807159999987,45,18,-8,37,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,9,2,1,0,0,0,0,0,2,2,0,0,1,2,0,NA,248,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1121,0,0 +22183,0,0,NA,NA,NA,117,78,0,37,0,19,2,12,3,168.1875,59.08,67.13167076,8.051670760000007,45,40,0,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,189,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1122,0,0 +22214,0,0,NA,NA,NA,101,68,1,48,0,21,2,16,5,164.59375,70.99,69.85322498000001,-1.1367750199999875,45,20,-5,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,1,0,4,233,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1123,0,0 +22215,0,0,NA,NA,NA,128,74,1,40,0,19,2,12,3,165.375,61.8,58.513415730000006,-3.2865842699999916,45,20,10,19,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,3,2,2,1,0,0,0,0,0,2,2,0,1,1,1,0,1,216,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1124,0,0 +22216,0,1,85,5,1,122,86,0,65,0,19,2,8,1,170.28125,61.92,68.49244787,6.572447870000005,45,20,-10,50,0,0,0,0,2,1,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,242,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1125,0,1 +22224,0,0,NA,NA,NA,165,112,1,33,1,20,2,12,3,164,78.24,87.08973504000001,8.849735040000013,45,2,0,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,1,2,1,0,0,0,0,0,2,2,0,0,1,1,0,2,190,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1126,0,0 +22244,1,0,NA,NA,NA,99,68,1,38,1,13,2,6,1,164.875,68.49,70.30681735,1.816817350000008,13,5,-5,22,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,2,0,6,214,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,1127,0,0 +22245,0,0,NA,NA,NA,137,79,0,43,1,19,2,9,2,184.375,60.33,62.142154690000005,1.812154690000007,45,7,3,28,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,177,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1128,0,0 +22271,1,0,NA,NA,NA,108,69,0,27,1,17,2,9,2,170.28125,56.81,73.48196394,16.671963939999998,NA,2,-2,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,4,2,1,1,0,0,0,0,2,2,0,1,0,2,2,NA,152,NA,NA,NA,NA,NA,NA,NA,1129,0,0 +22272,1,1,85,5,18,116,75,1,48,0,15,5,17,5,167.59375,57.72,53.07030729,-4.6496927099999965,53,6,-6,10,1,0,0,0,2,0,0,0,0,0,2,0,1,0,1,1,2,1,2,1,1,0,0,1,0,2,2,0,0,2,2,0,2,268,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1130,0,0 +22274,0,0,NA,NA,NA,116,72,1,37,1,20,2,12,3,153.1875,42.3,49.895160700000005,7.595160700000008,48,10,-5,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,1,2,1,6,251,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1131,0,0 +22277,0,0,NA,NA,NA,130,86,1,41,0,19,2,13,4,168,89.47,84.82177319,-4.648226809999997,26,13,7,16,0,0,0,0,2,1,0,0,0,0,2,0,0,1,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,0,10,263,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1132,0,0 +22283,0,0,NA,NA,NA,130,81,0,26,0,19,2,12,3,169.09375,77.68,78.47148001000001,0.7914800100000008,48,10,0,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,232,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1133,0,0 +22292,1,0,NA,NA,NA,140,86,0,53,0,21,2,12,3,190.5,100.02,114.75886961,14.738869610000009,6,30,-30,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,0,1,0,0,0,1,2,2,0,0,2,2,2,NA,157,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1134,0,1 +22294,0,0,NA,NA,NA,113,73,0,36,0,21,2,12,3,174.59375,68.38,73.48196394,5.1019639400000045,19,9,1,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,200,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,1135,0,0 +22300,0,0,NA,NA,NA,145,92,0,47,0,21,2,13,4,183.6875,89.36,87.08973504000001,-2.2702649599999916,6,25,5,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,1,1,0,0,0,0,2,2,0,1,0,2,2,NA,220,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1136,0,0 +22306,0,0,NA,NA,NA,126,83,1,30,0,NA,2,9,2,166.28125,67.02,79.83225712000001,12.812257120000012,54,9,-3,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,1,0,0,0,1,2,2,1,0,0,0,1,2,226,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1137,0,0 +22307,0,0,NA,NA,NA,123,80,1,28,0,19,2,12,3,178.1875,86.3,99.79032140000001,13.490321400000013,6,20,10,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,1,0,0,0,1,0,2,2,0,1,1,1,0,2,331,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1138,0,0 +22318,0,0,NA,NA,NA,102,49,0,34,0,20,2,17,5,186.28125,86.07,88.90410452,2.834104520000011,6,20,5,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,1,2,2,0,0,2,2,2,NA,198,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1139,0,0 +22321,1,0,NA,NA,NA,154,104,0,35,1,19,2,12,3,184.28125,93.78,100.69750614,6.91750614,22,11,-11,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,1,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,212,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1140,0,0 +22325,0,0,NA,NA,NA,105,69,0,25,0,18,4,17,5,170.1875,66.56,71.21400209000001,4.654002090000006,6,20,-5,5,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,3,2,1,1,0,0,0,0,2,2,0,1,2,1,2,NA,208,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1141,0,0 +22331,1,0,NA,NA,NA,98,76,1,30,0,19,5,10,2,163.375,55.22,62.59574706,7.375747060000002,38,20,-20,14,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,2,1,2,1,0,0,0,1,1,2,2,1,1,0,2,0,3,225,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,1142,0,0 +22336,0,0,NA,NA,NA,107,66,1,34,0,19,2,13,4,160,49.78,59.420600470000004,9.640600470000003,40,25,-5,14,0,1,1,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,1,0,2,2,0,1,0,0,1,5,NA,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1143,0,0 +22341,0,0,NA,NA,NA,135,86,1,50,0,20,2,17,5,161.28125,55.91,63.04933943,7.139339430000007,41,15,5,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,0,0,0,0,1,0,2,2,0,0,0,1,1,4,219,0,1.60107421875,1.803955078125,0.6298828125,0.593994140625,-0.20269775390625,0.0359954833984375,1144,0,0 +22342,0,0,NA,NA,NA,127,81,1,32,0,18,4,13,4,172.875,55.11,92.07925111,36.96925111,13,30,10,16,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,2,2,2,1,1,0,0,1,1,2,2,0,0,1,1,1,NA,205,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,1145,0,0 +22345,0,0,NA,NA,NA,119,55,0,53,1,19,2,12,3,180,79.27,84.82177319,5.551773190000006,48,50,-30,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,302,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1146,0,1 +22374,1,1,90,6,29,145,80,0,56,0,19,2,7,1,164,79.95,73.02837157,-6.921628429999998,39,15,-15,40,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,4,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,184,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1147,0,1 +22383,0,0,NA,NA,NA,114,68,0,29,1,19,4,13,4,164.5,69.29,79.83225712000001,10.542257120000002,NA,8,-2,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,2,2,1,1,0,0,0,0,2,2,0,0,1,1,2,NA,233,NA,NA,NA,NA,NA,NA,NA,1148,0,0 +22394,0,0,NA,NA,NA,120,61,1,60,0,20,2,12,3,160.6875,70.31,66.67807839000001,-3.631921609999992,28,20,0,40,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,3,3,1,2,0,0,0,0,0,0,2,2,0,0,1,2,0,3,250,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,1149,0,1 +22396,1,0,NA,NA,NA,110,70,0,61,0,16,2,9,2,182.1875,73.6,83.91458845000001,10.314588450000016,47,40,-40,44,0,1,0,0,2,0,0,0,1,1,2,0,0,0,0,4,4,NA,2,1,0,0,0,1,1,2,2,0,0,2,1,2,NA,203,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1150,0,1 +22400,0,0,NA,NA,NA,145,103,0,25,1,17,2,12,3,174.1875,62.03,68.0388555,6.008855499999996,1,25,-10,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,7,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,201,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1151,0,0 +22401,0,0,NA,NA,NA,119,76,1,30,0,19,2,13,4,159.78125,56.47,57.60623099,1.1362309900000014,53,15,15,7,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,3,1,2,1,1,0,1,0,0,2,2,0,1,1,1,0,2,181,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1152,0,0 +22402,0,0,NA,NA,NA,110,67,0,50,1,13,2,7,1,171.1875,48.87,55.33826914,6.468269140000004,13,40,-20,41,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,0,3,8,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,148,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,1153,0,0 +22408,0,0,NA,NA,NA,140,89,0,53,0,20,2,12,3,166.59375,69.06,74.38914868,5.329148680000003,1,20,0,34,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,199,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1154,0,1 +22412,0,0,NA,NA,NA,128,80,1,33,1,21,4,15,4,168.5,58.74,65.31730128000001,6.5773012800000075,1,10,0,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,2,2,0,0,0,0,0,0,2,2,0,0,0,1,0,NA,145,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1155,0,0 +22415,0,0,NA,NA,NA,98,64,1,47,0,21,2,12,3,163.375,56.25,57.152638620000005,0.9026386200000047,1,40,0,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,2,0,3,172,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1157,0,0 +22419,0,0,NA,NA,NA,101,NA,0,25,0,19,2,1,1,172.09375,62.14,63.95652417,1.816524170000001,1,20,0,1,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,180,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1158,0,0 +22428,0,0,NA,NA,NA,106,69,1,36,1,15,3,8,1,164.78125,53.07,55.33826914,2.268269140000001,1,12,-7,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,1,0,0,0,0,0,2,2,0,1,1,1,0,NA,236,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1159,0,0 +22431,0,0,NA,NA,NA,123,65,0,55,1,20,2,12,3,168.09375,66.68,63.502931800000006,-3.177068200000001,1,20,0,43,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,4,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,189,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1160,0,1 +22437,0,0,NA,NA,NA,117,70,0,28,0,21,2,15,4,186.5,91.29,97.52235955,6.232359549999998,1,50,-10,15,1,0,0,0,2,1,0,0,0,1,2,0,0,0,1,1,1,3,2,1,1,0,0,0,0,2,2,0,1,1,2,2,NA,225,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1161,0,0 +22446,0,0,NA,NA,NA,125,78,1,36,1,15,2,11,2,158.1875,61.92,68.94604024,7.02604024,1,10,-5,15,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,2,1,1,2,1,0,0,0,1,0,2,2,0,1,2,2,0,6,189,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1162,0,0 +22450,1,0,NA,NA,NA,107,70,1,32,0,15,5,10,2,159.09375,77.79,81.6466266,3.8566265999999985,1,10,-10,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,1,0,2,0,4,171,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1163,0,0 +22451,0,0,NA,NA,NA,117,70,1,30,1,14,5,12,3,164.5,57.83,69.85322498000001,12.023224980000009,1,5,3,5,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,1,0,0,0,0,2,2,0,1,1,1,1,1,207,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1164,0,0 +22456,0,0,NA,NA,NA,117,79,0,26,1,18,2,17,5,156.875,67.47,61.23496995,-6.235030049999999,1,10,-5,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,2,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,201,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1165,0,0 +22458,0,0,NA,NA,NA,150,90,0,28,1,15,2,12,3,164.5,67.13,71.66759446,4.537594460000008,1,20,0,11,1,1,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,3,2,0,0,0,0,0,0,2,2,0,0,0,2,2,NA,189,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1166,0,0 +22481,0,0,NA,NA,NA,113,68,1,31,0,19,2,12,3,166.5,57.61,54.884676770000006,-2.7253232299999937,1,20,0,13,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,3,2,2,1,1,0,0,0,0,2,2,1,0,0,1,0,NA,176,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1167,0,0 +22497,0,0,NA,NA,NA,157,95,0,62,1,19,3,17,5,182.5,87.32,83.91458845000001,-3.4054115499999824,1,2,-2,23,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,3,1,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,270,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1168,0,1 +22508,1,0,NA,NA,NA,169,61,0,42,0,21,2,17,5,184,103.08,102.05828325,-1.021716749999996,1,20,-20,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,260,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1169,0,0 +22516,0,0,NA,NA,NA,109,67,0,38,0,19,2,12,3,177.1875,58.51,60.781377580000004,2.2713775800000064,35,20,0,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,205,0,2.2099609375,1.7509765625,1.0498046875,0.43994140625,0.45904541015625,0.6099853515625,1170,0,0 +22519,0,1,86,12,29,115,70,1,64,0,13,3,12,3,168.59375,58.97,56.24545388,-2.7245461199999994,6,20,-5,43,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,1,1,0,0,0,0,2,2,0,0,2,2,0,NA,227,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1171,0,1 +22520,0,1,88,1,26,164,83,0,66,0,17,2,12,3,183.1875,73.6,76.65711053,3.0571105300000028,48,40,-10,48,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,1,0,0,0,0,2,2,0,0,1,2,2,NA,307,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1172,0,1 +22521,0,0,NA,NA,NA,117,64,0,46,0,19,2,13,4,175.78125,81.31,89.35769689,8.047696889999997,26,20,0,27,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,268,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1173,0,0 +22522,0,0,NA,NA,NA,124,88,0,49,0,19,2,8,1,169.78125,69.17,74.84274105,5.672741049999999,6,20,0,26,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,0,3,3,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,253,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1174,0,0 +22524,1,0,NA,NA,NA,149,93,0,35,0,19,2,12,3,169.09375,89.13,95.2543977,6.124397700000003,6,20,-20,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,3,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,236,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1175,0,0 +22528,0,0,NA,NA,NA,95,56,1,31,0,12,5,9,2,155.78125,57.15,65.77089365,8.620893650000006,6,20,-10,17,0,0,1,0,2,0,0,0,0,0,2,0,0,0,1,2,3,4,2,1,1,0,0,0,0,2,2,0,0,1,0,0,4,184,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1176,0,0 +22530,1,0,NA,NA,NA,135,83,0,43,0,20,2,15,4,179.6875,86.98,88.90410452,1.9241045200000002,42,10,-10,29,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,0,1,1,2,1,1,0,0,0,0,2,2,0,0,1,1,2,NA,259,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1177,0,0 +22533,0,0,NA,NA,NA,117,68,0,38,0,20,2,8,1,177,75.98,85.27536556,9.295365559999993,38,20,-12,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,3,2,0,0,0,0,0,0,2,2,0,0,2,1,2,NA,163,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,1178,0,0 +22535,0,0,NA,NA,NA,119,60,1,72,0,16,2,12,3,168.28125,70.65,66.67807839000001,-3.9719216099999954,6,8,12,27,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,0,2,3,2,0,1,0,0,0,0,2,2,0,0,1,1,1,2,260,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1179,0,1 +22536,0,0,NA,NA,NA,132,80,1,41,0,20,2,12,3,162.59375,65.09,67.13167076,2.0416707600000024,6,40,-10,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,1,2,1,0,0,0,0,0,2,2,1,1,1,1,1,1,320,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1180,0,0 +22544,0,0,NA,NA,NA,110,60,1,28,0,19,2,11,2,170.375,54.77,57.60623099,2.836230989999997,6,20,20,12,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,2,2,2,0,0,0,0,0,0,2,2,0,0,0,1,0,3,200,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1181,0,0 +22551,0,0,NA,NA,NA,144,90,1,47,0,21,2,12,3,168.875,59.87,52.61671492,-7.253285079999998,6,40,0,25,0,0,0,0,2,0,0,1,0,0,2,0,1,0,1,1,3,2,2,1,1,0,1,0,0,2,2,0,0,0,0,0,1,210,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1182,0,0 +22554,0,0,NA,NA,NA,92,58,1,26,0,13,2,13,4,157.6875,52.96,60.32778521,7.367785210000001,53,10,10,4,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,0,5,167,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1183,0,0 +22567,0,0,NA,NA,NA,123,76,0,34,0,20,5,17,5,174.875,76.88,70.30681735,-6.573182649999993,49,20,20,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,6,2,0,0,0,0,0,0,2,2,0,1,0,2,2,NA,290,0,1.952880859375,1.803955078125,0.8399658203125,0.43994140625,0.14898681640625,0.39996337890625,1184,0,0 +22568,0,0,NA,NA,NA,103,63,1,31,0,20,2,12,3,154.6875,70.87,76.20351816,5.333518159999997,8,10,5,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,1,1,1,1,3,256,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,1185,0,0 +22582,0,0,NA,NA,NA,123,79,1,43,0,20,2,12,3,164.1875,59.65,68.49244787,8.842447870000008,48,7,-1,25,0,0,0,0,2,0,0,0,0,0,2,0,1,0,1,0,3,2,2,1,1,0,0,1,1,2,2,0,0,1,2,1,4,237,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1186,0,0 +22583,1,0,NA,NA,NA,95,57,1,27,0,21,2,13,4,163.5,49.67,54.884676770000006,5.214676770000004,6,15,-15,7,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,2,3,2,0,0,0,1,0,0,2,2,0,0,0,0,0,1,143,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1187,0,0 +22585,1,0,NA,NA,NA,128,72,0,36,0,21,2,12,3,185.375,116.35,112.03731539,-4.312684609999991,6,30,-30,16,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,205,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1188,0,0 +22586,0,0,NA,NA,NA,122,77,0,49,0,20,5,12,3,170.5,82.33,82.10021897,-0.22978102999999805,6,25,-5,31,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,2,3,12,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,297,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1189,0,0 +22588,0,0,NA,NA,NA,118,68,1,69,0,20,2,10,2,152.6875,54.54,43.544867520000004,-10.995132479999995,30,20,40,24,0,0,0,0,2,0,0,0,0,0,2,0,1,0,1,3,3,2,2,0,0,0,0,1,0,2,2,0,0,0,0,1,2,376,0,2.10498046875,1.6982421875,1.0498046875,0.43994140625,0.4068603515625,0.6099853515625,1190,0,1 +22592,0,0,NA,NA,NA,124,70,1,31,0,20,2,13,4,163.59375,51.71,56.24545388,4.535453879999999,41,20,-5,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,6,2,1,0,1,0,0,0,2,2,0,0,1,1,0,NA,176,0,1.60107421875,1.803955078125,0.6298828125,0.593994140625,-0.20269775390625,0.0359954833984375,1191,0,0 +22604,0,0,NA,NA,NA,147,82,0,55,0,21,2,12,3,167.875,80.63,85.27536556,4.645365560000002,17,30,10,36,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,1,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,271,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1192,0,1 +22606,0,0,NA,NA,NA,101,62,1,28,0,22,2,13,4,166.1875,60.55,61.68856232,1.1385623200000055,6,10,20,9,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,3,3,2,1,0,0,0,0,0,2,2,0,0,1,1,0,NA,168,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1193,0,0 +22608,1,0,NA,NA,NA,142,83,0,62,0,19,2,12,3,176.375,82.44,87.54332741,5.103327410000006,39,15,-15,47,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,1,0,0,0,0,0,2,2,0,1,1,1,2,NA,177,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1194,0,1 +22615,0,0,NA,NA,NA,122,72,1,52,0,19,2,10,2,169.1875,56.81,56.24545388,-0.5645461200000028,NA,20,-10,37,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,1,1,1,9,230,NA,NA,NA,NA,NA,NA,NA,1195,0,1 +22625,0,0,NA,NA,NA,108,66,1,30,0,18,2,13,4,169.59375,61.8,73.02837157,11.228371570000007,56,20,20,16,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,1,4,2,1,0,0,0,0,0,2,2,0,0,2,2,0,4,181,0,1.805908203125,1.561767578125,0.8399658203125,0.35198974609375,0.243988037109375,0.48797607421875,1196,0,0 +22632,0,0,NA,NA,NA,147,78,1,52,0,18,2,10,2,155.375,50.58,60.781377580000004,10.201377580000006,42,20,0,34,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,1,0,0,1,0,2,2,0,0,1,2,0,3,244,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1197,0,1 +22635,0,0,NA,NA,NA,127,65,1,42,0,20,2,10,2,159.1875,53.75,63.95652417,10.206524170000002,12,20,0,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,0,0,1,0,5,235,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1198,0,0 +22641,0,0,NA,NA,NA,131,87,1,48,0,NA,2,10,2,158.28125,73.82,69.85322498000001,-3.966775019999986,12,1,1,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,1,0,2,2,0,1,0,1,0,5,245,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1199,0,0 +22642,0,0,NA,NA,NA,134,81,0,39,0,19,2,8,1,168.78125,88.68,105.23342984,16.553429839999993,12,20,10,26,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,6,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,240,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1200,0,0 +22643,0,0,NA,NA,NA,122,76,0,26,0,19,5,12,3,166.6875,59.19,69.39963261,10.20963261,39,20,20,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,1,0,0,0,0,0,2,2,0,1,1,0,2,NA,140,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1201,0,0 +22644,1,0,NA,NA,NA,150,77,1,60,0,16,2,11,2,158.78125,59.31,62.142154690000005,2.832154690000003,29,10,-10,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,0,2,297,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1202,0,1 +22658,1,1,84,9,25,128,61,0,72,1,13,2,0,1,174,77.79,64.41011654,-13.379883460000002,12,4,-4,60,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,1,0,0,1,0,2,2,0,0,1,2,2,NA,184,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1203,0,1 +22659,0,0,NA,NA,NA,133,82,1,41,0,15,6,10,2,166.09375,50.69,56.69904625,6.009046250000004,37,45,-25,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,2,2,0,9,266,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,1204,0,0 +22662,0,0,NA,NA,NA,130,85,0,49,0,17,2,10,2,178.09375,79.49,79.83225712000001,0.3422571200000135,12,20,0,29,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,12,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,353,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1205,0,0 +22668,1,0,NA,NA,NA,124,84,0,34,0,19,2,12,3,173.78125,57.83,72.12118683,14.291186830000001,NA,40,-40,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,0,1,0,0,0,0,2,2,0,0,2,2,2,NA,209,NA,NA,NA,NA,NA,NA,NA,1206,0,0 +22673,1,0,NA,NA,NA,145,91,1,54,0,17,2,8,1,168.875,58.06,61.23496995,3.1749699499999977,47,9,-9,37,1,1,0,0,2,0,0,0,0,0,2,0,1,0,0,4,4,NA,2,0,0,0,0,1,0,2,2,0,0,1,2,0,2,230,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1207,0,1 +22674,1,1,90,1,15,154,91,1,45,1,15,6,9,2,158.59375,90.15,90.718474,0.5684739999999948,13,5,-5,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,0,NA,230,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,1208,0,0 +22677,0,0,NA,NA,NA,143,92,0,55,1,17,2,10,2,175.1875,84.25,85.728957930000007,1.478957930000007,13,10,0,37,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,3,4,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,346,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,1209,0,1 +22678,0,0,NA,NA,NA,147,97,1,42,0,20,2,12,3,159.59375,55,59.420600470000004,4.420600470000004,25,10,2,17,1,0,0,0,2,0,0,0,0,1,2,1,0,0,1,0,1,4,2,0,0,0,0,0,0,2,2,0,0,0,1,0,1,193,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,1210,0,0 +22681,0,0,NA,NA,NA,127,73,1,53,0,13,2,12,3,161.5,54.54,63.502931800000006,8.962931800000007,39,10,10,28,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,1,1,1,0,NA,NA,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1211,0,1 +22685,0,0,NA,NA,NA,113,78,0,41,0,19,2,12,3,169,76.54,72.57477920000001,-3.9652207999999973,21,20,0,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,197,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1212,0,0 +22686,0,0,NA,NA,NA,111,77,1,50,0,20,2,10,2,164.875,71.55,82.55381134000001,11.003811340000013,45,4,-2,32,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,2,3,1,2,0,0,0,0,0,0,2,2,0,1,1,1,0,NA,312,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1213,0,0 +22688,0,1,86,4,27,131,70,0,61,0,17,2,12,3,181.375,80.06,85.728957930000007,5.668957930000005,17,20,0,42,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,1,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,200,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1214,0,1 +22694,0,0,NA,NA,NA,118,78,0,48,0,19,2,11,2,185.28125,72.12,74.84274105,2.7227410499999962,36,30,50,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,4,2,1,0,0,0,0,0,2,2,0,1,0,2,2,NA,207,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1215,0,0 +22695,0,1,84,9,21,150,89,0,66,0,16,2,16,5,170.375,71.44,63.95652417,-7.483475829999996,18,25,5,48,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,0,0,0,0,0,0,2,2,0,0,2,1,2,NA,175,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1216,0,1 +22698,0,1,88,2,27,127,77,0,42,0,21,2,12,3,178.6875,61.23,72.57477920000001,11.344779200000012,28,20,0,25,1,0,0,0,2,0,0,0,1,0,2,0,0,0,0,4,4,NA,2,1,0,0,1,0,0,2,2,0,0,0,0,2,NA,225,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,1217,0,0 +22701,0,1,90,1,13,105,77,1,27,0,19,2,12,3,149.1875,44.11,39.00894382,-5.1010561800000005,NA,10,10,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,0,1,2,2,0,1,0,0,0,NA,180,NA,NA,NA,NA,NA,NA,NA,1218,0,0 +22705,0,0,NA,NA,NA,115,73,0,44,1,18,2,5,1,169.875,88,87.54332741,-0.4566725899999966,12,3,17,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,6,2,1,0,0,0,0,0,2,2,0,0,2,0,2,NA,279,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1219,0,0 +22709,0,1,92,3,24,141,89,0,48,0,14,2,8,1,173.1875,60.33,66.67807839000001,6.348078390000012,12,25,-5,31,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,1,0,1,0,0,0,2,2,0,0,1,2,2,NA,157,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1220,0,0 +22718,0,0,NA,NA,NA,96,75,1,39,0,19,2,12,3,167.1875,64.07,56.24545388,-7.824546119999994,54,20,10,22,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,1,0,3,236,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1221,0,0 +22719,0,0,NA,NA,NA,NA,NA,1,57,0,20,2,12,3,160.875,57.95,60.781377580000004,2.8313775800000016,51,40,-20,45,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,3,2,2,1,0,0,0,1,0,2,2,0,0,2,1,0,4,252,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,1222,0,1 +22720,0,0,NA,NA,NA,111,70,1,49,0,16,2,12,3,169.875,64.07,68.0388555,3.9688555000000036,54,20,0,22,0,0,0,0,2,0,1,0,0,0,2,0,0,1,0,4,4,NA,2,0,0,0,0,1,0,2,2,0,0,1,1,1,NA,213,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1223,0,0 +22734,1,0,NA,NA,NA,136,67,0,55,0,12,2,8,1,163.28125,64.52,66.67807839000001,2.1580783900000142,34,24,-24,38,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,253,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1224,0,1 +22740,1,0,NA,NA,NA,109,78,1,33,0,22,2,17,5,162.59375,64.07,73.48196394,9.411963940000007,37,10,-10,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,0,0,2,2,0,0,0,1,0,NA,152,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,1225,0,0 +22759,1,1,89,12,11,113,71,0,66,0,18,2,10,2,186.375,78.13,76.20351816,-1.926481839999994,31,30,-30,48,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,3,2,0,0,0,0,0,0,2,2,0,0,2,1,2,NA,215,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1226,0,1 +22761,0,0,NA,NA,NA,157,81,0,56,0,19,2,12,3,171.59375,65.54,65.77089365,0.23089364999999873,19,40,0,38,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,NA,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,1227,0,1 +22764,0,0,NA,NA,NA,115,74,1,38,0,20,2,17,5,163.78125,52.28,54.4310844,2.151084400000002,39,10,3,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,2,2,1,0,0,0,0,0,2,2,0,0,1,1,0,3,215,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1228,0,0 +22773,0,0,NA,NA,NA,107,71,0,53,0,21,2,16,5,178.1875,70.99,67.13167076,-3.858329239999989,27,1,9,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,1,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,203,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,1229,0,1 +22778,0,0,NA,NA,NA,149,90,1,46,0,21,2,15,4,173.1875,86.86,97.52235955,10.662359550000005,6,15,-5,31,1,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,2,3,2,1,1,0,1,1,1,2,2,0,1,1,2,1,3,149,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1230,0,0 +22782,0,0,NA,NA,NA,129,85,1,46,1,20,2,12,3,152.1875,54.88,57.152638620000005,2.272638620000002,48,20,0,28,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,2,1,1,4,235,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1231,0,0 +22788,0,1,89,1,13,147,83,0,70,0,18,3,12,3,166.375,74.96,73.48196394,-1.4780360599999938,20,20,-5,58,0,0,0,0,2,1,1,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,2,2,NA,197,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1232,0,1 +22792,1,0,NA,NA,NA,128,77,1,41,0,19,2,10,2,168,65.54,73.02837157,7.488371569999998,38,20,-20,24,0,0,1,0,2,0,0,0,1,1,2,0,0,0,1,3,4,NA,2,1,0,0,1,0,0,2,2,0,0,1,2,1,7,219,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,1233,0,0 +22796,0,0,NA,NA,NA,113,73,1,56,0,18,5,12,3,158.5,53.98,55.791861510000004,1.811861510000007,55,20,-5,38,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,1,2,0,0,0,0,0,0,2,2,0,0,2,2,0,NA,237,1,2.11572265625,2.02392578125,1.15478515625,0.7259521484375,0.091796875,0.428955078125,1234,0,1 +22805,0,0,NA,NA,NA,109,69,0,35,0,17,6,17,5,179.59375,61.23,58.9670081,-2.262991899999996,6,20,0,18,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,2,1,2,1,0,0,1,0,0,2,2,0,0,1,0,2,NA,195,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1235,0,0 +22818,0,0,NA,NA,NA,121,63,1,28,0,20,2,12,3,164.6875,49.55,61.23496995,11.684969950000003,6,6,3,10,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,3,3,2,2,1,0,0,0,1,0,2,2,0,0,0,0,1,4,159,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1236,0,0 +22886,0,1,83,12,18,107,60,0,66,1,13,2,7,1,180.1875,92.76,79.37866475,-13.381335250000006,22,4,-4,51,0,0,0,0,2,0,0,0,1,1,2,0,0,0,1,2,3,6,2,1,1,0,0,0,0,2,2,0,0,1,2,2,NA,218,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1237,0,1 +22888,0,1,84,2,29,117,75,0,61,0,21,2,11,2,173,71.67,67.58526313,-4.08473687,54,40,-20,45,0,1,0,0,2,1,0,0,0,0,2,0,0,0,1,0,1,4,2,0,0,0,0,0,0,2,2,0,1,1,2,2,NA,203,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1238,0,1 +22890,0,1,88,12,6,146,72,1,48,1,11,4,4,1,149.78125,57.15,58.9670081,1.8170081000000025,22,20,0,26,0,0,0,0,2,0,0,0,0,0,2,0,1,0,1,1,1,4,2,1,0,0,0,1,0,2,2,0,0,2,2,0,4,214,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1239,0,0 +22892,1,0,NA,NA,NA,113,65,1,30,0,20,2,11,2,169.78125,50.24,61.23496995,10.994969949999998,22,7,-7,11,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,2,2,1,2,1,1,0,0,1,1,2,2,0,0,1,1,0,5,147,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1240,0,0 +22893,0,0,NA,NA,NA,129,84,1,35,1,15,2,12,3,157.09375,103.08,103.41906036,0.33906036000000483,22,30,-10,18,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,2,1,5,2,1,0,0,0,1,0,2,2,0,1,2,1,0,3,173,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1241,0,0 +22895,0,0,NA,NA,NA,145,92,1,55,1,19,2,7,1,162,73.37,68.0388555,-5.331144500000008,22,5,5,38,0,1,0,0,2,0,0,0,1,0,2,0,0,0,0,4,4,NA,2,1,0,1,0,0,0,2,2,0,1,2,2,0,7,231,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1242,0,1 +22903,0,0,NA,NA,NA,108,71,1,30,1,11,6,12,3,161.28125,50.35,53.97749203,3.627492029999999,22,20,-15,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,6,2,1,0,0,0,0,1,2,2,0,0,2,2,0,4,174,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1243,0,0 +22904,1,0,NA,NA,NA,133,92,1,40,1,18,2,11,2,156.78125,56.25,73.48196394,17.23196394,22,20,-20,20,1,1,0,0,2,0,0,0,0,1,2,0,0,0,1,2,3,1,2,1,1,0,0,1,0,2,2,0,0,1,1,1,6,211,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1244,0,0 +22908,0,0,NA,NA,NA,115,81,1,36,1,NA,2,10,2,162.59375,87.32,80.28584949,-7.034150509999989,22,30,10,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,0,2,1,6,227,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1245,0,0 +22910,0,0,NA,NA,NA,119,89,1,32,1,15,2,9,2,153.875,83.23,106.14061458,22.91061458,22,10,5,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,0,0,0,0,0,2,2,0,0,1,2,0,6,170,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1246,0,0 +22914,0,1,83,8,1,114,74,1,69,0,16,3,17,5,167.5,45.47,35.38020486,-10.08979514,29,20,20,42,0,1,0,0,2,0,0,1,1,1,2,0,0,0,1,2,3,1,2,1,0,0,0,0,0,2,2,0,0,1,2,0,1,236,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1247,0,1 +22915,0,0,NA,NA,NA,149,97,0,28,0,16,5,11,2,181.09375,81.99,88.45051215000001,6.460512150000014,22,20,20,7,1,1,0,0,2,0,0,0,1,0,2,0,0,0,1,0,1,3,2,1,0,0,1,0,0,2,2,0,0,0,2,2,NA,210,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1248,0,0 +22927,0,0,NA,NA,NA,102,73,1,31,0,20,2,13,4,160.28125,54.43,57.152638620000005,2.722638620000005,22,15,5,13,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,0,1,1,2,238,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1249,0,0 +22930,0,0,NA,NA,NA,171,88,1,52,1,18,2,5,1,165.5,103.31,92.53284348000001,-10.777156519999991,22,20,-10,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,2,0,5,350,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1250,0,1 +22933,0,0,NA,NA,NA,165,94,1,40,1,11,5,10,2,164.59375,65.09,65.31730128000001,0.22730128000000605,28,10,-6,10,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,1,6,2,1,1,0,0,0,0,2,2,0,0,1,2,0,2,243,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,1251,0,0 +22940,1,0,NA,NA,NA,139,89,0,59,0,NA,2,11,2,177.5,83.91,88.90410452,4.994104520000008,NA,20,-20,41,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,0,0,0,2,2,0,1,0,0,2,NA,255,NA,NA,NA,NA,NA,NA,NA,1252,0,1 +22941,0,0,NA,NA,NA,150,96,1,32,1,15,6,11,2,157.6875,81.76,82.55381134000001,0.7938113400000049,22,40,-5,15,0,0,0,1,2,0,0,0,0,1,2,0,0,0,1,1,3,15,2,1,0,1,0,0,0,2,2,1,0,0,1,0,2,206,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1253,0,0 +22946,1,0,NA,NA,NA,133,85,1,35,0,16,2,9,2,171.09375,71.78,76.20351816,4.42351816,22,20,-20,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,1,0,0,0,0,0,2,2,0,0,1,1,1,5,307,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1254,0,0 +22953,0,0,NA,NA,NA,111,70,1,33,0,NA,2,11,2,154.875,67.7,75.29633342000001,7.596333420000008,22,20,0,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,1,2,1,0,0,0,0,0,2,2,1,0,2,2,0,3,254,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1255,0,0 +22955,1,0,NA,NA,NA,101,73,1,32,0,20,2,12,3,160.6875,54.2,61.23496995,7.034969949999997,22,20,-20,14,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,3,4,2,1,0,0,1,0,0,2,2,0,0,1,1,0,3,183,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1256,0,0 +22957,0,0,NA,NA,NA,NA,NA,1,51,0,19,3,12,3,152.6875,46.72,51.70953018,4.989530180000003,36,10,-4,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,0,1,0,0,1,0,2,2,0,0,1,2,0,3,195,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1257,0,1 +22979,0,0,NA,NA,NA,126,75,1,46,0,NA,4,17,5,153.875,47.4,52.61671492,5.216714920000001,NA,8,2,21,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,3,3,1,2,1,1,0,0,0,0,2,2,0,0,0,2,0,NA,295,NA,NA,NA,NA,NA,NA,NA,1258,0,0 +22980,0,0,NA,NA,NA,157,92,0,42,0,18,2,10,2,168.875,79.27,86.1825503,6.912550300000007,37,40,0,26,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,30,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,165,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,1259,0,0 +22984,0,0,NA,NA,NA,140,80,1,46,0,21,2,12,3,165.09375,62.03,67.13167076,5.101670760000005,22,20,0,24,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,1,0,2,2,0,0,1,2,0,4,258,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1260,0,0 +23012,0,0,NA,NA,NA,133,82,1,34,0,20,2,13,4,161.28125,56.02,58.9670081,2.947008099999998,53,3,5,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,2,2,0,0,0,0,1,0,2,2,0,0,1,1,1,2,203,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1261,0,0 +23015,0,0,NA,NA,NA,127,72,1,38,0,19,2,8,1,160.875,44.68,49.44156833,4.761568330000003,53,20,0,20,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,3,4,2,1,1,0,0,0,0,2,2,0,0,0,2,2,2,283,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1262,0,0 +23016,1,0,NA,NA,NA,123,67,1,57,0,18,2,10,2,156.78125,56.25,54.884676770000006,-1.3653232299999942,41,6,-6,39,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,1,1,1,4,288,0,1.60107421875,1.803955078125,0.6298828125,0.593994140625,-0.20269775390625,0.0359954833984375,1263,0,1 +23020,1,0,NA,NA,NA,144,79,1,59,0,19,3,12,3,166.375,64.3,71.66759446,7.3675944600000065,6,20,-20,45,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,3,7,2,1,0,0,0,0,0,2,2,0,0,2,1,1,2,308,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1264,0,1 +23021,0,0,NA,NA,NA,100,73,1,25,0,18,2,12,3,156.6875,50.01,52.163122550000004,2.153122550000006,53,5,10,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,1,0,1,0,0,2,2,0,1,2,2,1,3,171,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1265,0,0 +23022,0,0,NA,NA,NA,119,70,0,43,0,21,2,16,5,178.375,68.27,74.38914868,6.119148680000009,31,30,-15,25,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,225,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1266,0,0 +23023,0,0,NA,NA,NA,137,83,1,47,0,15,2,12,3,153,64.3,61.23496995,-3.065030049999997,53,20,0,30,1,1,0,0,2,0,0,0,1,1,2,0,0,0,1,2,3,4,2,1,1,0,0,0,0,2,2,0,1,0,1,1,6,261,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1267,0,0 +23030,0,1,91,12,1,151,68,0,64,0,19,2,7,1,179.375,72.23,73.93555631000001,1.7055563100000057,53,20,0,42,0,0,0,0,2,0,1,0,0,0,2,0,1,0,1,2,3,1,2,1,0,0,0,0,1,2,2,0,0,1,1,2,NA,358,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1268,0,1 +23031,1,1,86,12,27,143,79,0,53,0,20,2,12,3,173.59375,68.61,83.46099608,14.850996080000002,30,2,-2,41,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,207,0,2.10498046875,1.6982421875,1.0498046875,0.43994140625,0.4068603515625,0.6099853515625,1269,0,1 +23038,1,0,NA,NA,NA,122,69,1,62,0,19,2,9,2,154.375,76.09,55.33826914,-20.751730860000002,40,20,-20,45,0,0,0,0,2,1,1,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,0,0,2,2,0,0,1,2,1,1,170,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1270,0,1 +23039,0,0,NA,NA,NA,120,80,0,36,0,21,5,16,5,182.875,95.82,110.67653828,14.85653828000001,1,3,37,11,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,4,2,1,0,0,0,0,0,2,2,0,1,0,0,2,NA,198,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1271,0,0 +23041,1,0,NA,NA,NA,175,86,1,60,0,22,2,12,3,156.1875,44.91,47.62719885,2.7171988500000026,53,10,-10,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,1,1,191,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1272,0,1 +23044,0,1,84,4,12,119,70,0,58,0,19,3,12,3,177.5,94.12,90.718474,-3.401526000000004,19,40,-10,40,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,0,1,6,2,0,0,0,0,0,0,2,2,0,0,1,2,2,NA,179,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,1273,0,1 +23045,0,0,NA,NA,NA,159,91,1,49,0,22,2,12,3,160.28125,47.29,53.07030729,5.780307290000003,30,20,0,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,0,1,0,2,2,0,0,2,1,0,4,279,0,2.10498046875,1.6982421875,1.0498046875,0.43994140625,0.4068603515625,0.6099853515625,1274,0,0 +23047,1,0,NA,NA,NA,131,85,1,43,0,22,2,12,3,160.5,56.36,68.94604024,12.586040240000003,53,40,-40,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,1,2,1,0,0,0,0,0,2,2,0,0,1,1,0,5,183,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1275,0,0 +23048,0,0,NA,NA,NA,138,86,0,48,0,19,2,11,2,161.375,57.15,57.152638620000005,0.002638620000006142,53,20,0,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,225,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1276,0,0 +23052,1,0,NA,NA,NA,185,113,0,45,0,22,2,17,5,174.375,87.2,96.61517481,9.415174809999996,16,10,-10,27,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,1,4,2,0,0,0,0,0,0,2,2,0,0,2,0,2,NA,313,0,1.769287109375,1.682861328125,0.7874755859375,0.37615966796875,0.0862884521484375,0.4112548828125,1277,0,0 +23053,0,0,NA,NA,NA,129,87,1,35,0,16,6,6,1,160.59375,48.08,61.23496995,13.154969950000002,53,10,8,22,0,0,0,0,2,0,0,0,0,0,2,1,0,0,1,2,1,12,2,1,0,0,1,0,0,2,2,0,0,0,1,0,7,202,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1278,0,0 +23054,0,0,NA,NA,NA,129,89,0,42,0,22,2,12,3,188.5,92.31,96.16158244,3.8515824400000014,53,30,5,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,171,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1279,0,0 +23055,0,0,NA,NA,NA,137,74,0,42,0,20,2,16,5,185.5,81.42,82.55381134000001,1.1338113400000083,53,20,3,21,0,0,0,0,2,0,0,0,0,0,2,1,0,0,1,2,1,6,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,249,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1280,0,0 +23057,0,0,NA,NA,NA,124,71,0,65,0,18,2,12,3,178.875,85.16,88.90410452,3.7441045200000076,NA,20,-2,48,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,0,0,0,0,0,0,2,2,0,0,0,2,2,NA,226,NA,NA,NA,NA,NA,NA,NA,1281,0,1 +23064,1,1,85,5,26,133,67,1,60,0,16,3,11,2,157.28125,57.27,86.1825503,28.9125503,31,20,-20,40,1,1,0,0,2,0,0,0,1,0,2,0,0,0,1,3,1,5,2,1,1,0,0,0,0,2,2,0,0,2,2,0,7,191,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1282,0,1 +23065,0,1,89,12,24,122,75,1,48,0,20,2,12,3,163.1875,75.86,77.1107029,1.2507029000000074,53,15,0,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,0,4,313,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1283,0,0 +23071,0,1,89,3,9,152,85,0,63,0,16,2,9,2,174.875,77.68,70.30681735,-7.373182650000004,53,20,-10,43,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,1,6,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,275,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1284,0,1 +23075,1,0,NA,NA,NA,96,67,0,27,0,19,2,12,3,186,66.9,68.94604024,2.0460402399999964,53,20,-20,12,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,1,0,2,2,NA,127,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1285,0,0 +23079,0,0,NA,NA,NA,99,78,0,45,0,21,2,8,1,184.78125,97.07,94.80080533,-2.2691946699999903,38,30,0,30,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,3,3,2,0,0,0,0,0,0,2,2,0,0,1,2,2,NA,303,0,2.0419921875,1.713623046875,0.9974365234375,0.43994140625,0.3284912109375,0.5574951171875,1286,0,0 +23083,0,0,NA,NA,NA,119,75,1,39,0,20,2,11,2,165.375,58.06,57.60623099,-0.453769010000002,8,10,-2,23,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,2,3,1,2,0,1,0,0,0,0,2,2,0,0,0,2,1,4,278,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,1287,0,0 +23084,0,0,NA,NA,NA,141,91,0,35,0,19,2,12,3,177.78125,85.16,93.44002822,8.280028220000005,6,30,-15,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,213,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1288,0,0 +23086,0,0,NA,NA,NA,129,68,1,58,0,18,3,12,3,160.09375,58.17,62.59574706,4.425747059999999,53,20,-10,33,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,2,2,1,5,238,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1289,0,1 +23087,0,0,NA,NA,NA,107,66,1,33,0,19,2,10,2,160.6875,56.13,62.59574706,6.465747059999998,53,20,0,18,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,3,2,1,2,1,1,0,1,1,1,2,2,0,0,1,1,1,2,162,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1290,0,0 +23088,0,0,NA,NA,NA,133,86,0,46,0,21,2,16,5,173.78125,83.91,88.45051215000001,4.540512150000012,31,30,-10,25,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,1,0,0,0,0,2,2,0,1,0,1,2,NA,228,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1291,0,0 +23099,1,0,NA,NA,NA,114,68,1,25,0,13,4,16,5,156.5,56.59,58.9670081,2.3770080999999976,53,15,-15,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,5,2,1,0,0,0,0,0,2,2,0,0,1,1,0,NA,206,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1292,0,0 +23105,1,1,84,3,3,169,78,1,55,0,18,2,8,1,159,89.92,81.6466266,-8.273373399999997,40,20,-20,25,0,0,1,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,0,2,2,0,5,286,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1293,0,1 +23121,0,0,NA,NA,NA,110,73,1,36,0,19,2,12,3,163.1875,66.9,68.49244787,1.5924478700000009,NA,10,30,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,3,2,1,0,0,0,0,0,2,2,0,0,1,1,0,4,203,NA,NA,NA,NA,NA,NA,NA,1295,0,0 +23122,0,0,NA,NA,NA,131,83,0,25,0,12,4,12,3,188,95.14,102.05828325,6.918283250000002,53,20,0,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,5,2,1,1,0,0,0,0,2,2,0,0,0,1,2,NA,282,1,2.419921875,2.0478515625,1.259765625,0.681884765625,0.3720703125,0.577880859375,1296,0,0 +23140,0,0,NA,NA,NA,123,81,0,48,1,15,2,7,1,187.59375,78.24,92.98643585,14.746435850000012,45,10,0,36,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,242,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1297,0,0 +23141,0,0,NA,NA,NA,143,84,0,29,0,22,2,12,3,177.09375,90.38,90.718474,0.33847400000000505,13,20,0,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,1,0,0,1,0,2,2,0,1,1,1,2,NA,137,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,1298,0,0 +23142,0,0,NA,NA,NA,127,78,1,41,1,19,2,10,2,173,83.69,83.46099608,-0.2290039199999967,22,10,0,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,3,2,1,0,0,0,0,0,2,2,0,0,1,2,0,3,276,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1299,0,0 +23155,1,0,NA,NA,NA,120,68,0,45,0,19,2,10,2,177.5,85.84,92.98643585,7.146435850000003,45,40,-40,26,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,1,2,0,0,0,0,0,0,2,2,0,0,1,2,2,NA,258,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1300,0,0 +23158,1,0,NA,NA,NA,147,61,0,48,0,21,2,16,5,182.875,92.08,92.53284348000001,0.45284348000001273,45,40,-40,31,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,3,1,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,230,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1301,0,0 +23166,0,0,NA,NA,NA,169,100,0,31,0,19,2,11,2,179.375,102.63,112.49090776,9.860907760000003,45,20,40,22,0,0,0,0,2,0,0,0,0,0,2,1,0,0,1,0,3,2,2,0,1,0,0,1,0,2,2,0,1,1,1,2,NA,205,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1302,0,0 +23169,0,1,90,1,28,136,59,1,59,0,18,2,9,2,161.78125,70.53,68.49244787,-2.0375521299999946,45,10,-3,41,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,0,NA,184,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1303,0,1 +23180,0,0,NA,NA,NA,139,96,0,34,1,16,6,12,3,168.09375,53.64,53.523899660000005,-0.11610033999999558,45,5,7,16,0,0,1,0,2,0,0,0,0,0,2,0,0,0,1,2,3,6,2,0,0,0,0,0,0,2,2,0,0,0,2,2,NA,182,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1304,0,0 +23193,1,1,91,8,5,126,74,1,52,0,21,2,12,3,160.5,77.56,66.67807839000001,-10.881921609999992,45,6,-6,30,0,0,0,0,2,0,1,0,1,0,2,0,0,0,1,3,3,2,2,1,1,0,0,0,0,2,2,0,1,0,1,0,4,234,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1305,0,1 +23201,1,0,NA,NA,NA,151,81,1,49,0,NA,2,8,1,160.59375,62.26,74.84274105,12.582741050000003,29,20,-20,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,0,2,0,5,269,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1306,0,0 +23206,0,0,NA,NA,NA,135,77,1,48,0,19,2,10,2,168.09375,60.55,58.9670081,-1.5829918999999961,45,5,15,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,1,0,2,299,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1307,0,0 +23214,0,0,NA,NA,NA,136,77,0,62,1,12,2,2,1,165.1875,74.16,72.57477920000001,-1.5852207999999877,45,10,0,48,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,1,0,0,1,0,2,2,0,0,1,2,2,NA,327,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1308,0,1 +23224,0,0,NA,NA,NA,153,97,1,36,1,15,2,10,2,149.875,75.41,74.38914868,-1.0208513199999913,45,5,0,1,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,0,2,148,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1309,0,0 +23238,0,0,NA,NA,NA,124,94,0,27,1,16,2,12,3,179.375,70.53,70.30681735,-0.22318264999999826,45,14,6,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,6,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,272,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1311,0,0 +23255,0,0,NA,NA,NA,175,109,1,42,1,13,2,5,1,161.78125,63.5,60.781377580000004,-2.7186224199999955,45,20,0,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,0,0,2,2,0,0,0,2,0,1,190,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1312,0,0 +23258,0,0,NA,NA,NA,110,69,1,45,0,18,2,8,1,158.5,58.06,66.22448602,8.164486019999998,20,20,0,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,0,0,0,0,1,0,2,2,0,0,1,1,0,3,298,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1313,0,0 +23261,1,0,NA,NA,NA,138,87,0,40,0,18,2,7,1,174.1875,89.24,104.32624510000001,15.086245100000014,8,40,-40,23,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,2,1,8,2,0,0,0,1,0,0,2,2,0,1,1,1,2,NA,220,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,1314,0,0 +23264,1,0,NA,NA,NA,146,87,0,51,0,17,2,8,1,171,81.53,87.08973504000001,5.559735040000007,8,10,-10,28,0,0,0,0,2,1,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,273,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,1315,0,1 +23269,0,0,NA,NA,NA,106,79,0,51,0,20,2,12,3,169.78125,80.29,78.01788764,-2.2721123600000084,46,20,-15,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,218,0,2.052734375,1.7333984375,1.0498046875,0.5059814453125,0.31915283203125,0.5439453125,1316,0,1 +23274,0,0,NA,NA,NA,127,81,1,48,0,19,2,9,2,162,61.8,57.152638620000005,-4.647361379999992,31,10,10,26,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,1,3,3,2,0,1,0,0,0,0,2,2,0,0,0,1,0,4,225,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1317,0,0 +23278,0,0,NA,NA,NA,139,92,1,30,0,19,2,12,3,158,50.92,43.544867520000004,-7.375132479999998,31,40,0,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,1,0,0,0,0,0,2,2,0,0,0,0,1,1,237,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1318,0,0 +23285,0,0,NA,NA,NA,127,69,0,46,0,18,5,0,1,177.28125,90.15,98.42954429000001,8.279544290000004,17,20,0,37,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,1,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,246,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1319,0,0 +23289,0,0,NA,NA,NA,118,76,1,46,0,19,2,12,3,173.6875,68.15,77.56429527,9.414295269999997,31,10,10,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,3,2,1,0,0,1,0,0,2,2,0,1,1,1,0,3,253,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1320,0,0 +23292,1,0,NA,NA,NA,115,72,1,47,0,20,2,12,3,169.09375,64.64,70.76040972,6.120409719999998,20,20,-20,26,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,0,0,2,2,0,0,1,1,0,4,251,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1321,0,0 +23296,1,0,NA,NA,NA,138,78,0,56,0,18,2,12,3,170.59375,85.28,83.00740371,-2.2725962899999956,17,20,-20,38,0,0,0,0,2,1,0,0,0,1,2,0,0,0,1,2,3,2,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,226,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1322,0,1 +23298,0,0,NA,NA,NA,143,70,0,25,0,19,5,16,5,168.5,67.81,72.12118683,4.311186829999997,15,40,0,5,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,5,2,1,0,0,0,0,0,2,2,0,0,2,1,2,NA,160,1,1.9267578125,1.990966796875,0.8924560546875,0.60498046875,-0.0641937255859375,0.2874755859375,1323,0,0 +23299,0,1,90,2,19,NA,NA,1,62,0,19,2,10,2,157.5,79.04,77.1107029,-1.9292970999999994,8,20,-5,50,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,2,2,1,0,0,0,0,0,2,2,0,0,1,2,0,4,343,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,1324,0,1 +23300,0,0,NA,NA,NA,133,90,0,45,0,19,2,11,2,183.5,69.74,64.86370891,-4.876291089999995,42,30,0,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,1,1,0,0,0,0,2,2,0,0,1,0,2,NA,NA,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1325,0,0 +23303,1,0,NA,NA,NA,115,71,1,26,0,20,8,16,5,167.875,56.36,61.68856232,5.328562320000003,27,20,-20,5,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,0,0,0,0,0,0,2,2,0,0,1,1,0,1,166,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,1326,0,0 +23310,1,0,NA,NA,NA,141,98,1,41,0,22,4,12,3,180.5,63.16,65.77089365,2.6108936500000084,29,6,-6,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,5,2,1,0,0,0,0,0,2,2,0,0,1,2,0,NA,184,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1327,0,0 +23321,0,0,NA,NA,NA,124,87,0,46,0,21,3,11,2,198.09375,92.99,51.70953018,-41.28046981999999,8,40,0,29,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,1,2,2,1,1,0,0,1,0,2,2,0,0,1,1,2,NA,216,0,1.637939453125,1.612548828125,0.6824951171875,0.39599609375,0.02539825439453125,0.2864990234375,1329,0,0 +23362,1,0,NA,NA,NA,149,71,1,38,0,20,2,15,4,164.59375,72.57,84.82177319,12.251773190000009,15,10,-10,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,1,2,0,0,0,0,0,0,2,2,0,0,0,1,0,5,222,1,1.9267578125,1.990966796875,0.8924560546875,0.60498046875,-0.0641937255859375,0.2874755859375,1330,0,0 +23375,0,0,NA,NA,NA,113,72,0,45,0,21,2,10,2,172.09375,77.22,78.47148001000001,1.2514800100000087,NA,20,10,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,182,NA,NA,NA,NA,NA,NA,NA,1331,0,0 +23376,0,1,90,1,6,152,89,0,55,0,20,2,13,4,177.78125,99.68,102.51187562000001,2.8318756200000053,34,2,13,43,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,3,2,1,1,0,0,0,0,2,2,0,0,1,1,2,NA,281,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1332,0,1 +23378,0,0,NA,NA,NA,96,64,1,25,0,21,2,15,4,161.875,54.66,56.24545388,1.5854538800000029,10,25,-5,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,10,2,1,1,0,0,0,0,2,2,0,0,2,0,1,1,204,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,1333,0,0 +23379,0,0,NA,NA,NA,105,64,0,28,0,19,2,12,3,173.09375,70.42,78.01788764,7.597887639999996,36,50,0,17,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,180,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1334,0,0 +23382,0,0,NA,NA,NA,110,69,0,30,0,19,2,12,3,179.875,65.88,74.38914868,8.50914868000001,6,40,10,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,3,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,200,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1335,0,0 +23383,0,0,NA,NA,NA,104,68,1,26,0,22,6,13,4,166.5,65.2,65.77089365,0.5708936500000021,24,5,-1,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,7,2,1,0,0,0,0,0,2,2,0,1,1,1,1,NA,193,0,1.80078125,1.647705078125,0.7349853515625,0.46197509765625,0.152984619140625,0.27294921875,1336,0,0 +23385,1,0,NA,NA,NA,140,90,1,32,0,19,2,12,3,164.375,63.28,73.93555631000001,10.655556310000009,42,12,-12,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,1,0,0,0,0,0,2,2,0,0,1,1,0,3,169,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1337,0,0 +23390,0,0,NA,NA,NA,146,88,0,49,0,19,2,12,3,166.1875,76.2,83.91458845000001,7.714588450000008,18,40,-10,37,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,0,2,2,2,NA,235,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1338,0,0 +23392,1,0,NA,NA,NA,126,73,1,39,0,21,2,12,3,162.1875,56.81,54.4310844,-2.378915599999999,42,1,-1,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,2,2,1,0,0,0,0,0,2,2,0,0,1,1,0,6,196,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1339,0,0 +23393,0,0,NA,NA,NA,120,80,1,35,0,19,2,12,3,170.28125,61.35,60.781377580000004,-0.568622419999997,NA,40,-10,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,2,2,1,1,0,1,1,0,2,2,0,0,1,1,0,2,238,NA,NA,NA,NA,NA,NA,NA,1340,0,0 +23398,1,0,NA,NA,NA,127,84,1,46,0,22,2,16,5,171.6875,64.52,64.41011654,-0.10988345999999183,NA,6,-6,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,0,0,0,2,2,0,0,0,0,0,5,277,NA,NA,NA,NA,NA,NA,NA,1341,0,0 +23406,0,0,NA,NA,NA,123,86,0,28,0,19,2,11,2,184.5,94.12,96.61517481,2.4951748099999946,34,20,-10,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,0,0,0,0,0,0,2,2,0,1,1,1,2,NA,204,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1342,0,0 +23407,0,0,NA,NA,NA,145,82,0,49,0,22,2,12,3,172.28125,71.33,75.74992579,4.419925790000008,NA,30,0,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,168,NA,NA,NA,NA,NA,NA,NA,1343,0,0 +23411,0,0,NA,NA,NA,132,93,1,40,0,13,5,12,3,158.875,65.88,71.66759446,5.787594460000008,NA,10,10,25,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,2,3,2,1,1,0,0,0,0,2,2,0,0,1,2,0,4,203,NA,NA,NA,NA,NA,NA,NA,1344,0,0 +23413,0,0,NA,NA,NA,126,73,0,32,0,20,2,12,3,184.1875,79.61,79.37866475,-0.23133525000000077,10,30,10,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,240,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,1345,0,0 +23415,1,0,NA,NA,NA,154,85,0,49,0,19,2,12,3,177.1875,83.35,87.99691978,4.646919780000005,34,20,-20,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,276,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1346,0,0 +23416,0,0,NA,NA,NA,130,82,0,53,0,22,2,17,5,177.1875,83.8,92.53284348000001,8.732843480000014,25,25,-15,39,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,2,2,2,NA,221,1,2.41455078125,1.951171875,1.259765625,0.637939453125,0.46356201171875,0.6219482421875,1347,0,1 +23417,0,0,NA,NA,NA,112,78,1,48,0,22,2,12,3,154.1875,55.91,62.142154690000005,6.232154690000009,42,40,0,33,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,0,0,0,0,0,0,2,2,0,0,1,1,0,2,309,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1348,0,0 +23420,0,0,NA,NA,NA,128,91,1,34,0,20,2,12,3,161.6875,87.2,74.84274105,-12.357258950000002,34,20,0,2,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,1,0,0,0,0,0,2,2,0,1,1,2,1,3,179,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1349,0,0 +23422,0,0,NA,NA,NA,114,69,0,33,0,21,2,15,4,177.1875,91.06,87.54332741,-3.516672589999999,34,40,5,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,0,0,0,0,0,0,2,2,1,0,0,0,2,NA,184,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1350,0,0 +23425,0,0,NA,NA,NA,121,81,0,53,0,19,2,12,3,173.09375,102.51,102.05828325,-0.4517167500000028,10,40,10,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,8,2,0,0,0,0,0,0,2,2,0,0,0,2,2,NA,228,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,1351,0,1 +23433,0,0,NA,NA,NA,120,79,0,27,0,19,4,12,3,178,63.39,63.502931800000006,0.11293180000000547,10,15,-8,9,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,1,2,2,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,184,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,1352,0,0 +23445,0,0,NA,NA,NA,143,82,1,32,0,20,2,15,4,157.1875,50.58,52.61671492,2.0367149200000014,36,15,-5,10,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,2,3,2,0,0,0,0,0,0,2,2,0,0,1,1,0,2,187,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1353,0,0 +23456,0,0,NA,NA,NA,129,78,1,43,1,19,2,12,3,152.28125,51.48,44.905644630000005,-6.574355369999992,10,20,0,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,1,0,0,0,0,0,2,2,0,0,0,2,0,12,201,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,1354,0,0 +23462,1,0,NA,NA,NA,166,110,0,55,1,19,2,10,2,179,78.24,80.73944186,2.4994418600000046,12,10,-10,22,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,4,2,0,1,0,0,0,0,2,2,0,0,0,0,2,NA,227,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1355,0,1 +23465,0,0,NA,NA,NA,127,81,0,32,1,22,2,17,5,176.5,89.24,92.07925111,2.8392511100000064,51,20,-10,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,1,0,0,0,0,0,2,2,0,1,0,2,2,NA,244,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,1356,0,0 +23486,1,1,84,1,6,132,47,1,74,0,12,3,12,3,162.6875,73.94,51.70953018,-22.230469819999996,10,5,-5,44,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,3,2,2,0,1,0,0,0,0,2,2,0,0,2,2,0,2,261,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,1357,0,1 +23493,0,0,NA,NA,NA,122,48,1,50,1,12,6,12,3,155.78125,44.45,45.81282937,1.36282937,10,6,-3,32,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,1,1,0,0,2,2,0,0,0,2,0,7,160,0,2.3466796875,1.803955078125,1.15478515625,0.48394775390625,0.542724609375,0.6708984375,1358,0,0 +23495,0,0,NA,NA,NA,128,92,0,32,1,18,2,16,5,184.6875,99.45,95.70799007000001,-3.7420099299999947,42,15,-9,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,238,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1359,0,0 +23497,0,1,91,3,28,176,87,0,61,0,19,2,12,3,176.1875,80.85,84.36818082,3.518180820000012,40,20,0,45,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,3,2,0,0,0,1,0,0,2,2,0,0,1,1,2,NA,243,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1360,0,1 +23502,0,1,89,12,12,180,71,0,66,0,15,2,8,1,178.875,59.76,62.142154690000005,2.3821546900000072,29,60,-20,45,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,1,4,2,0,1,0,0,0,0,2,2,0,0,1,2,2,NA,202,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1361,0,1 +23508,0,0,NA,NA,NA,129,72,1,40,0,17,2,8,1,163,53.86,64.41011654,10.550116540000005,40,20,0,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,1,0,2,2,0,0,2,2,1,3,254,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1362,0,0 +23514,0,0,NA,NA,NA,108,70,1,46,0,19,2,13,4,163.1875,55.34,56.69904625,1.3590462499999987,40,20,10,26,1,1,0,0,2,0,0,0,0,1,2,0,0,0,1,2,3,3,2,1,0,0,1,0,0,2,2,0,0,0,0,1,3,280,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1363,0,0 +23519,0,0,NA,NA,NA,130,78,0,47,0,20,2,9,2,177.59375,72.69,72.57477920000001,-0.1152207999999888,48,40,-10,31,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,0,1,3,2,0,0,0,0,1,0,2,2,0,0,0,2,2,NA,234,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1364,0,0 +23520,0,0,NA,NA,NA,129,69,1,61,0,15,2,9,2,163.59375,47.06,45.359237,-1.700763000000002,40,20,0,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,1,0,2,196,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1365,0,1 +23521,0,0,NA,NA,NA,107,80,0,28,0,19,2,17,5,177.59375,73.82,86.63614267,12.816142670000005,20,25,25,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,6,2,1,0,0,0,0,0,2,2,0,1,2,0,2,NA,235,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1366,0,0 +23522,0,0,NA,NA,NA,144,69,0,41,0,20,2,12,3,197.5,71.21,119.74838568000001,48.53838568000002,40,15,10,27,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,203,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1367,0,0 +23525,1,0,NA,NA,NA,150,90,0,36,0,21,2,17,5,177.78125,84.03,89.35769689,5.327696889999999,26,50,-50,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,4,2,1,0,0,0,0,0,2,2,0,1,1,1,2,NA,306,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1368,0,0 +23533,1,0,NA,NA,NA,115,70,1,47,0,19,2,12,3,155.375,60.67,64.41011654,3.7401165400000025,35,20,-20,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,6,2,0,0,0,1,1,0,2,2,0,1,1,1,1,5,224,0,2.2099609375,1.7509765625,1.0498046875,0.43994140625,0.45904541015625,0.6099853515625,1369,0,0 +23535,0,0,NA,NA,NA,129,90,0,48,0,15,5,12,3,185.1875,76.66,86.1825503,9.522550300000006,40,10,10,27,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,3,1,2,1,0,0,0,1,0,2,2,0,0,1,1,2,NA,218,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1370,0,0 +23539,0,0,NA,NA,NA,135,86,0,46,0,22,2,12,3,170.28125,82.33,84.82177319,2.4917731900000035,42,45,15,29,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,186,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1371,0,0 +23541,1,0,NA,NA,NA,121,59,0,25,0,19,2,12,3,175.5,75.98,82.10021897,6.120218969999996,22,20,-20,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,1,0,0,0,0,0,2,2,0,1,0,1,2,NA,163,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1372,0,0 +23546,0,0,NA,NA,NA,144,96,0,44,0,19,2,12,3,175.1875,77.56,90.718474,13.158473999999998,40,20,0,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,1,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,NA,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1373,0,0 +23548,1,0,NA,NA,NA,122,86,0,34,0,19,2,16,5,183.09375,101.72,95.70799007000001,-6.012009929999991,20,11,-11,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,15,2,1,0,0,1,0,0,2,2,0,0,2,2,2,NA,247,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1374,0,0 +23549,0,0,NA,NA,NA,189,130,0,30,1,13,5,12,3,179.1875,92.08,113.85168487,21.77168487,40,20,-5,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,8,2,0,0,0,0,0,0,2,2,0,0,0,2,2,NA,217,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1375,0,0 +23550,1,0,NA,NA,NA,100,73,1,28,1,14,6,12,3,163.59375,95.48,87.08973504000001,-8.390264959999996,28,30,-30,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,0,0,0,0,1,0,2,2,0,0,1,1,1,1,199,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,1376,0,0 +23566,1,0,NA,NA,NA,119,76,1,43,0,19,5,16,5,169.28125,59.65,79.83225712000001,20.18225712000001,40,30,-30,18,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,1,0,1,0,0,2,2,0,0,1,2,0,2,330,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1377,0,0 +23572,1,0,NA,NA,NA,130,87,0,25,0,22,2,17,5,174.09375,75.86,86.63614267,10.776142669999999,40,25,-25,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,1,0,0,2,2,0,0,2,1,2,NA,172,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1378,0,0 +23575,0,0,NA,NA,NA,103,58,0,46,0,19,2,16,5,169.59375,64.41,59.420600470000004,-4.989399529999993,5,50,-20,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,259,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,1379,0,0 +23577,0,0,NA,NA,NA,132,64,0,55,0,20,2,16,5,177.5,83.12,83.46099608,0.3409960799999965,NA,40,-10,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,4,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,289,NA,NA,NA,NA,NA,NA,NA,1380,0,1 +23589,0,0,NA,NA,NA,138,85,1,46,1,15,5,11,2,158.28125,47.74,52.163122550000004,4.423122550000002,22,15,-7,26,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,1,5,2,0,0,0,0,0,0,2,2,0,0,1,1,0,3,196,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1381,0,0 +23590,0,0,NA,NA,NA,123,81,1,31,1,19,2,13,4,172.375,59.08,73.93555631000001,14.855556310000011,40,20,-2,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,3,2,1,0,0,0,0,0,2,2,0,0,2,2,1,5,260,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1382,0,0 +23591,0,0,NA,NA,NA,117,70,1,46,1,17,5,9,2,159.28125,70.53,70.76040972,0.23040971999999726,40,10,0,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,5,2,1,0,0,0,0,0,2,2,0,0,1,1,0,9,190,0,2.08935546875,1.845703125,1.102294921875,0.5718994140625,0.243682861328125,0.5303955078125,1383,0,0 +23595,1,0,NA,NA,NA,124,79,1,54,0,22,2,12,3,159.875,62.37,71.66759446,9.297594460000006,17,20,-20,33,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,2,2,0,0,0,1,0,0,2,2,0,0,0,0,1,2,238,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1384,0,1 +23607,0,0,NA,NA,NA,120,69,0,37,0,18,2,12,3,185.5,77.34,80.28584949,2.9458494900000005,20,20,0,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,207,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1385,0,0 +23617,0,0,NA,NA,NA,113,71,1,39,0,20,2,17,5,167,61.46,61.23496995,-0.22503005000000087,13,20,0,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,1,2,1,0,0,0,0,0,2,2,0,0,1,1,0,3,171,0,2.14697265625,1.735595703125,1.0498046875,0.43994140625,0.4114990234375,0.6099853515625,1386,0,0 +23621,0,0,NA,NA,NA,176,76,1,58,0,18,5,12,3,152.875,72.57,74.84274105,2.2727410500000076,35,20,-5,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,0,0,0,0,0,0,2,2,1,0,1,1,0,2,216,0,2.2099609375,1.7509765625,1.0498046875,0.43994140625,0.45904541015625,0.6099853515625,1387,0,1 +23626,0,0,NA,NA,NA,107,73,1,29,0,19,2,13,4,165.1875,54.2,63.04933943,8.84933943,27,20,0,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,3,2,1,0,0,0,0,0,2,2,0,0,2,2,0,2,218,0,2.37255859375,1.92041015625,1.364990234375,0.5718994140625,0.452392578125,0.79296875,1388,0,0 +23627,0,0,NA,NA,NA,148,80,0,44,0,19,2,8,1,169,68.72,70.76040972,2.0404097199999995,42,10,5,26,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,6,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,224,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1389,0,0 +23628,0,0,NA,NA,NA,128,77,0,33,0,20,2,12,3,183.59375,100.13,98.88313666,-1.2468633399999902,42,40,-5,15,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,8,2,1,1,0,0,0,0,2,2,0,0,0,0,2,NA,198,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1390,0,0 +23630,0,0,NA,NA,NA,136,92,1,38,0,21,2,12,3,161.5,55.57,61.68856232,6.118562320000002,42,30,0,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,3,2,1,0,0,0,0,0,2,2,0,1,1,1,0,3,202,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1391,0,0 +23648,0,0,NA,NA,NA,123,78,1,47,0,19,2,10,2,165.6875,71.44,74.84274105,3.402741050000003,42,20,0,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,1,0,9,210,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1392,0,0 +23651,0,0,NA,NA,NA,144,96,0,68,0,11,4,17,5,179.6875,85.28,86.1825503,0.9025503000000015,NA,40,-20,40,0,0,0,0,2,1,1,0,0,0,2,0,0,0,1,0,2,1,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,209,NA,NA,NA,NA,NA,NA,NA,1393,0,1 +23662,0,0,NA,NA,NA,112,71,1,27,0,20,2,13,4,160.09375,56.36,57.60623099,1.2462309900000008,42,40,-10,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,0,0,0,0,0,0,2,2,0,0,1,1,1,2,217,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1394,0,0 +23666,1,0,NA,NA,NA,166,87,1,56,0,20,2,8,1,164.28125,73.14,77.1107029,3.9707029000000063,42,2,-2,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,1,0,0,0,0,2,2,1,0,0,1,0,3,277,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1395,0,1 +23675,0,0,NA,NA,NA,107,60,1,25,0,19,2,12,3,159.375,52.39,49.895160700000005,-2.4948392999999953,42,20,10,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,3,2,0,1,0,0,0,0,2,2,0,0,1,1,1,1,178,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1396,0,0 +23679,0,0,NA,NA,NA,127,77,1,29,0,18,2,10,2,158.875,84.82,73.48196394,-11.338036059999993,42,35,-15,15,0,0,1,0,2,0,0,0,0,0,2,0,0,1,1,3,4,NA,2,1,1,0,0,0,0,2,2,1,0,1,2,0,7,144,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1397,0,0 +23686,0,0,NA,NA,NA,108,68,0,25,0,18,2,12,3,170.78125,66.79,74.84274105,8.052741049999995,42,15,20,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,12,2,0,1,0,0,0,0,2,2,0,0,0,0,2,NA,176,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1398,0,0 +23696,0,0,NA,NA,NA,157,98,0,38,0,20,2,12,3,180.78125,72.8,79.37866475,6.5786647500000015,54,30,10,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,5,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,205,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1399,0,0 +23707,1,0,NA,NA,NA,131,90,0,26,1,19,2,12,3,188.875,70.42,76.20351816,5.78351816,42,10,-10,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,1,0,0,0,0,0,2,2,0,1,0,1,2,NA,167,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1400,0,0 +23716,1,0,NA,NA,NA,139,82,0,58,0,19,2,12,3,166.28125,74.84,70.76040972,-4.079590280000005,42,5,-5,38,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,5,2,0,1,0,0,0,0,2,2,0,1,2,2,2,NA,274,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1401,0,1 +23727,0,0,NA,NA,NA,103,69,1,56,0,17,3,11,2,150.78125,74.28,75.29633342000001,1.0163334200000094,42,30,0,44,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,0,0,0,0,0,0,2,2,0,1,2,2,0,1,293,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1402,0,1 +23729,0,1,92,7,25,133,75,1,55,0,15,3,12,3,155.375,57.04,66.22448602,9.184486020000001,42,20,20,37,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,2,0,1,263,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1403,0,1 +23733,1,0,NA,NA,NA,112,83,0,31,0,20,2,16,5,172.59375,73.37,71.66759446,-1.7024055400000009,42,30,-30,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,271,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1404,0,0 +23740,0,0,NA,NA,NA,133,77,1,37,0,19,2,12,3,159.875,64.3,68.94604024,4.646040240000005,42,40,0,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,4,2,1,1,0,0,0,0,2,2,0,0,1,0,1,4,239,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1405,0,0 +23753,0,0,NA,NA,NA,120,79,1,36,0,20,2,12,3,170.59375,72.69,72.12118683,-0.5688131699999985,31,30,0,26,0,0,0,0,2,1,0,0,0,1,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,1,0,1,0,3,319,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1406,0,0 +23758,1,0,NA,NA,NA,145,100,1,44,0,19,2,8,1,174.1875,64.86,70.30681735,5.4468173500000034,31,30,-30,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,8,2,1,0,0,0,0,0,2,2,0,0,1,1,0,1,280,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1407,0,0 +23773,0,0,NA,NA,NA,133,74,0,55,0,13,6,11,2,163.5,49.1,45.359237,-3.740763000000001,31,10,30,41,0,0,0,0,2,0,0,0,0,0,2,0,0,1,1,0,1,4,2,0,0,0,0,0,0,2,2,0,0,2,2,2,NA,156,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1408,0,1 +23774,0,0,NA,NA,NA,135,67,0,51,0,18,4,12,3,179.1875,87.77,92.98643585,5.2164358500000105,31,40,0,33,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,2,3,10,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,215,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1409,0,1 +23779,0,0,NA,NA,NA,113,71,1,30,0,19,2,12,3,161.1875,53.86,55.33826914,1.4782691400000019,6,18,2,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,1,2,1,0,0,0,0,0,2,2,0,0,0,0,0,1,193,0,2.0947265625,1.86767578125,0.9449462890625,0.39599609375,0.22698974609375,0.5489501953125,1410,0,0 +23800,1,0,NA,NA,NA,133,71,0,48,0,17,4,12,3,173.6875,57.83,62.59574706,4.7657470600000025,31,20,-20,30,0,0,0,0,2,0,0,0,0,0,2,0,1,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,235,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1411,0,0 +23803,0,1,92,5,25,124,65,0,65,0,18,2,8,1,183.375,75.18,82.55381134000001,7.373811340000003,31,20,-4,41,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,1,2,2,0,0,0,1,2,NA,224,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1412,0,1 +23804,1,0,NA,NA,NA,119,68,0,42,0,NA,4,12,3,171,79.49,87.54332741,8.053327410000009,31,20,-20,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,NA,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1413,0,0 +23807,0,0,NA,NA,NA,121,74,0,43,0,19,2,12,3,167.375,79.61,83.91458845000001,4.304588450000011,31,20,20,28,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,263,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1414,0,0 +23814,0,0,NA,NA,NA,99,64,0,56,0,16,4,8,1,173,75.07,76.65711053,1.587110530000004,31,20,5,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,177,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1415,0,1 +23826,0,0,NA,NA,NA,108,74,0,39,0,18,2,12,3,180.59375,80.74,75.29633342000001,-5.443666579999984,31,30,0,21,0,0,0,0,2,0,0,0,0,1,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,218,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1417,0,0 +23827,0,0,NA,NA,NA,146,76,1,47,0,NA,2,12,3,163.6875,47.74,47.173606480000004,-0.5663935199999983,31,30,0,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,5,2,0,0,0,0,1,0,2,2,0,0,1,2,0,6,262,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1418,0,0 +23828,0,0,NA,NA,NA,112,60,0,42,0,15,2,12,3,170,57.27,58.05982336,0.7898233599999998,31,20,0,22,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,205,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1419,0,0 +23829,0,0,NA,NA,NA,125,79,0,30,0,11,2,12,3,172.28125,99.11,102.51187562000001,3.4018756200000126,31,20,0,14,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,0,1,4,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,239,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1420,0,0 +23830,0,0,NA,NA,NA,113,58,1,27,0,22,2,12,3,165.6875,59.08,63.04933943,3.969339430000005,31,15,5,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,0,0,0,0,0,0,2,2,0,0,0,0,1,3,162,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1421,0,0 +23843,0,0,NA,NA,NA,113,69,0,28,0,18,2,12,3,197.5,89.58,87.99691978,-1.5830802199999994,31,20,5,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,162,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1422,0,0 +23846,0,0,NA,NA,NA,133,86,0,43,0,19,2,12,3,179.6875,94.46,98.42954429000001,3.969544290000016,31,30,0,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,6,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,248,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1423,0,0 +23856,0,0,NA,NA,NA,95,67,0,43,0,22,2,8,1,168.78125,57.49,60.781377580000004,3.2913775800000025,31,40,-20,26,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,5,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,229,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1424,0,0 +23866,1,1,85,12,28,158,79,0,65,0,19,2,9,2,169,57.38,56.69904625,-0.6809537500000005,42,14,-14,47,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,247,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1425,0,1 +23873,0,0,NA,NA,NA,119,83,0,26,0,21,6,12,3,193.59375,115.21,122.92353227000001,7.713532270000016,42,30,-10,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,4,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,194,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1426,0,0 +23875,1,0,NA,NA,NA,120,92,0,31,0,19,2,12,3,172.375,78.36,70.76040972,-7.599590280000001,42,50,-50,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,5,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,255,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1427,0,0 +23887,0,0,NA,NA,NA,114,75,1,27,0,21,2,16,5,160.78125,59.53,72.57477920000001,13.044779200000008,42,20,0,9,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,1,4,2,1,1,0,0,0,0,2,2,0,0,1,1,0,NA,174,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1428,0,0 +23897,1,0,NA,NA,NA,NA,NA,0,40,0,19,2,12,3,170.875,114.65,120.65557042,6.005570419999998,42,6,-6,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,1,1,0,0,2,NA,236,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1429,0,0 +23900,1,0,NA,NA,NA,109,78,1,34,0,21,2,12,3,160.6875,52.16,62.59574706,10.435747060000004,42,20,-20,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,1,0,0,2,2,0,0,0,1,0,3,185,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1430,0,0 +23923,0,0,NA,NA,NA,119,74,1,46,0,14,2,10,2,169.875,58.17,48.08079122,-10.08920878,42,20,0,28,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,1,1,2,2,0,0,1,2,0,7,208,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1431,0,0 +23938,1,0,NA,NA,NA,122,91,0,42,0,19,2,12,3,178,63.62,66.67807839000001,3.058078390000013,23,30,-30,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,0,0,0,2,NA,247,0,2.1787109375,1.773193359375,1.15478515625,0.5279541015625,0.40557861328125,0.626953125,1433,0,0 +23940,1,0,NA,NA,NA,115,77,0,32,0,19,2,12,3,181.1875,79.04,77.1107029,-1.9292970999999994,42,15,-15,16,1,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,0,0,0,2,NA,228,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1434,0,0 +23947,1,0,NA,NA,NA,110,83,0,31,0,20,2,16,5,174.375,80.29,100.24391377,19.95391377,42,20,-20,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,236,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1435,0,0 +23962,0,0,NA,NA,NA,130,68,0,26,0,20,4,16,5,172.375,78.36,77.1107029,-1.2492970999999926,42,20,0,8,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,10,2,1,0,0,1,0,0,2,2,0,1,1,1,2,NA,149,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1436,0,0 +23964,0,0,NA,NA,NA,97,62,1,28,0,18,4,15,4,163.875,56.13,59.420600470000004,3.290600470000001,42,10,2,4,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,3,2,1,0,0,0,0,0,2,2,0,0,0,1,1,NA,184,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1437,0,0 +23965,0,0,NA,NA,NA,140,92,0,44,0,19,2,12,3,169.6875,62.94,66.67807839000001,3.7380783900000125,42,40,0,28,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,1,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,233,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1438,0,0 +23973,0,0,NA,NA,NA,111,72,0,41,0,20,2,12,3,179.78125,85.62,92.98643585,7.366435850000002,42,15,5,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,3,2,1,1,0,0,0,0,2,2,0,1,0,0,2,NA,232,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1439,0,0 +23983,1,0,NA,NA,NA,132,84,0,33,0,21,2,15,4,176.78125,81.53,86.1825503,4.6525503000000015,NA,20,-20,20,0,0,1,0,2,0,0,0,0,1,2,0,0,0,1,1,1,4,2,1,0,0,1,0,0,2,2,0,0,1,0,2,NA,210,NA,NA,NA,NA,NA,NA,NA,1440,0,0 +23985,0,0,NA,NA,NA,113,78,1,43,0,19,2,12,3,148.78125,42.07,47.62719885,5.557198849999999,29,20,0,22,0,1,0,0,2,0,0,0,1,0,2,1,0,0,1,3,4,NA,2,1,0,0,0,1,1,2,2,0,1,0,1,1,4,190,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1441,0,0 +23990,0,1,90,12,27,139,86,0,67,0,22,2,12,3,168.6875,90.38,87.99691978,-2.3830802199999965,31,20,0,45,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,1,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,192,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1442,0,1 +24005,0,0,NA,NA,NA,131,80,0,26,0,20,2,13,4,176.5,60.67,68.49244787,7.822447870000005,20,25,5,12,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,0,1,6,2,0,0,0,0,1,0,2,2,0,1,1,2,2,NA,165,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1443,0,0 +24006,0,0,NA,NA,NA,125,78,0,34,0,20,2,12,3,172.1875,76.2,78.92507238,2.7250723800000003,29,40,0,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,268,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1444,0,0 +24007,0,0,NA,NA,NA,126,73,0,43,0,21,2,12,3,174,72.01,74.84274105,2.8327410499999957,29,20,20,27,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,0,3,2,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,241,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1445,0,0 +24009,0,0,NA,NA,NA,121,80,0,40,0,19,2,8,1,178.09375,75.98,80.73944186,4.7594418599999955,29,20,40,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,1,1,0,0,1,0,2,2,0,0,1,2,2,NA,247,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1446,0,0 +24011,0,0,NA,NA,NA,113,76,0,29,0,20,2,12,3,173.375,90.26,81.6466266,-8.6133734,20,30,5,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,12,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,190,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1447,0,0 +24013,0,0,NA,NA,NA,129,82,0,39,0,20,2,13,4,183.78125,99.79,93.89362059,-5.896379410000009,20,40,0,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,3,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,195,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1448,0,0 +24021,0,0,NA,NA,NA,111,60,1,28,0,14,2,11,2,151.6875,42.3,49.895160700000005,7.595160700000008,12,30,20,15,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,1,1,2,2,0,0,1,1,2,2,151,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1449,0,0 +24027,0,0,NA,NA,NA,129,73,0,51,0,19,2,8,1,171.375,80.29,84.36818082,4.07818082,29,40,-10,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,1,2,1,1,0,0,0,0,2,2,0,0,0,2,2,NA,208,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1450,0,1 +24032,1,1,88,7,5,125,70,0,50,0,22,2,12,3,167.28125,71.44,82.55381134000001,11.113811340000012,42,30,-30,33,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,1,3,4,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,282,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1451,0,0 +24034,1,1,84,2,18,104,66,0,44,0,19,5,10,2,165,46.95,38.10175908,-8.848240920000002,20,50,-50,28,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,4,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,205,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1452,0,0 +24035,0,0,NA,NA,NA,117,69,1,44,0,22,2,13,4,172,63.73,61.68856232,-2.0414376799999943,31,20,0,26,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,3,2,2,1,0,0,0,0,0,2,2,0,1,1,1,0,4,182,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1453,0,0 +24037,0,0,NA,NA,NA,95,68,1,26,0,19,2,12,3,163.09375,52.5,48.534383590000004,-3.9656164099999955,29,20,-5,7,0,0,0,0,2,0,1,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,1,0,0,0,3,181,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1454,0,0 +24039,0,0,NA,NA,NA,134,77,1,52,0,20,2,12,3,158.78125,59.19,46.72001411,-12.469985889999997,20,20,40,32,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,0,3,222,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1455,0,1 +24049,1,0,NA,NA,NA,110,67,0,57,0,NA,2,8,1,174.375,100.24,87.99691978,-12.243080219999996,5,25,-25,43,1,1,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,8,2,1,1,1,0,0,0,2,2,0,0,2,2,2,NA,231,0,2.31494140625,1.803955078125,1.351806640625,0.56640625,0.51123046875,0.7852783203125,1456,0,1 +24052,1,0,NA,NA,NA,127,82,0,44,0,21,2,12,3,178.1875,74.05,84.82177319,10.771773190000005,19,20,-20,28,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,0,1,6,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,158,0,2.19970703125,1.847900390625,1.102294921875,0.5718994140625,0.35174560546875,0.5303955078125,1457,0,0 +24053,1,0,NA,NA,NA,119,85,0,39,0,NA,2,12,3,178.09375,72.57,86.63614267,14.066142670000005,29,20,-20,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,4,2,1,0,0,0,0,0,2,2,0,0,0,2,2,NA,197,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1458,0,0 +24058,0,0,NA,NA,NA,120,74,1,41,1,14,5,12,3,158.28125,65.88,66.67807839000001,0.7980783900000148,20,10,10,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,0,0,0,0,0,0,2,2,0,0,0,2,0,2,201,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1459,0,0 +24059,0,0,NA,NA,NA,101,72,0,37,0,21,2,13,4,188.5,77,79.83225712000001,2.8322571200000084,29,40,-10,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,10,2,1,0,0,0,0,0,2,2,0,1,0,1,2,NA,197,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1460,0,0 +24061,0,0,NA,NA,NA,143,101,1,35,0,20,2,12,3,155.6875,52.5,56.24545388,3.7454538799999995,29,12,-2,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,4,2,0,0,0,0,0,0,2,2,0,0,0,0,0,2,153,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1461,0,0 +24065,1,0,NA,NA,NA,117,82,0,56,0,19,2,12,3,168,74.96,77.56429527,2.6042952700000086,29,20,-20,44,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,0,1,0,0,0,0,2,2,0,0,0,1,2,NA,204,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1462,0,1 +24067,0,0,NA,NA,NA,125,78,0,40,0,19,2,13,4,164,68.83,77.1107029,8.280702900000009,31,30,10,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,222,0,2.15771484375,1.84130859375,1.102294921875,0.5718994140625,0.31634521484375,0.5303955078125,1463,0,0 +24077,1,0,NA,NA,NA,131,85,0,34,0,19,2,12,3,175.5,71.55,81.6466266,10.096626600000008,20,15,-15,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,2,2,1,0,0,0,1,0,2,2,0,0,0,0,2,NA,183,0,2.03662109375,1.69384765625,0.9974365234375,0.41796875,0.34295654296875,0.5794677734375,1464,0,0 +24078,0,0,NA,NA,NA,176,67,1,62,0,19,2,11,2,156.09375,74.28,72.57477920000001,-1.7052207999999922,29,20,0,41,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,1,0,0,0,1,2,2,0,0,0,1,0,NA,242,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1465,0,1 +24088,0,0,NA,NA,NA,131,76,0,52,0,22,2,12,3,175.875,69.17,70.30681735,1.1368173500000012,29,30,10,36,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,1,1,1,1,2,2,1,1,2,2,2,NA,235,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1466,0,1 +24091,0,0,NA,NA,NA,139,71,1,54,0,19,2,11,2,160.1875,58.97,61.68856232,2.7185623200000038,29,20,0,32,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,1,0,1,190,0,1.979248046875,1.6455078125,0.8924560546875,0.46197509765625,0.33367919921875,0.43048095703125,1467,0,1 +24114,0,0,NA,NA,NA,107,72,0,49,0,21,2,12,3,177.375,88.45,91.62565874,3.175658740000003,36,60,0,17,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,2,1,1,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,288,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1468,0,0 +24118,0,1,88,1,7,156,78,0,56,0,19,2,17,5,178.5,74.84,73.48196394,-1.3580360600000034,36,30,-10,35,0,0,0,0,2,0,0,0,0,0,2,1,0,0,1,0,3,2,2,0,0,0,0,0,1,2,2,0,0,0,0,2,NA,241,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1469,0,1 +24122,0,1,85,4,8,104,60,0,68,0,18,2,8,1,160,74.28,57.60623099,-16.67376901,36,32,-12,54,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,5,2,0,0,1,0,0,0,2,2,0,0,1,2,2,NA,310,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1470,0,1 +24129,0,1,86,3,30,142,96,0,41,0,20,2,17,5,181.6875,104.78,102.51187562000001,-2.268124379999989,36,30,0,23,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,291,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1471,0,0 +24134,0,0,NA,NA,NA,111,80,1,30,0,20,2,13,4,158.875,60.1,68.49244787,8.392447870000005,36,2,1,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,0,0,0,1,0,2,2,0,0,1,1,0,3,176,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1472,0,0 +24135,0,0,NA,NA,NA,145,83,1,46,0,19,2,12,3,159.28125,54.32,58.05982336,3.7398233600000026,36,40,-10,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,1,1,0,0,1,0,2,2,0,0,1,0,0,2,297,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1473,0,0 +24140,0,0,NA,NA,NA,120,92,1,51,0,21,2,12,3,158.6875,57.04,60.781377580000004,3.7413775800000053,22,15,5,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,0,0,0,0,1,0,2,2,0,0,1,2,0,4,230,0,2.099609375,1.775390625,0.9974365234375,0.41796875,0.3245849609375,0.5794677734375,1474,0,1 +24151,0,0,NA,NA,NA,125,80,0,25,0,20,2,16,5,170.28125,59.65,65.77089365,6.120893650000006,24,20,0,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,3,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,139,0,1.80078125,1.647705078125,0.7349853515625,0.46197509765625,0.152984619140625,0.27294921875,1475,0,0 +24162,0,0,NA,NA,NA,118,97,1,35,0,16,2,11,2,166.78125,118.16,120.20197805000001,2.0419780500000115,36,8,12,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,1,0,0,1,0,2,2,0,1,1,1,0,3,292,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1476,0,0 +24164,0,0,NA,NA,NA,115,71,1,43,0,19,3,12,3,167.28125,56.13,62.142154690000005,6.012154690000003,36,20,0,22,0,0,0,0,2,0,0,1,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,0,0,3,188,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1477,0,0 +24168,1,0,NA,NA,NA,126,77,1,62,0,13,2,9,2,156.09375,77.9,98.88313666,20.98313666,36,20,-20,44,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,1,0,0,1,0,2,2,0,0,2,2,0,6,214,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1478,0,1 +24171,0,0,NA,NA,NA,140,87,1,48,0,19,2,12,3,164.5,84.37,97.06876718000001,12.698767180000004,36,20,10,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,1,0,2,2,0,0,1,2,0,1,252,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1479,0,0 +24173,1,1,86,8,27,143,90,0,53,0,NA,2,13,4,172.6875,89.92,96.61517481,6.6951748099999975,36,5,-5,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,1,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,256,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1480,0,1 +24178,0,0,NA,NA,NA,104,52,1,49,0,19,3,16,5,170.1875,74.16,65.31730128000001,-8.842698719999987,12,30,0,29,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,0,3,4,2,1,1,0,0,0,0,2,2,0,0,0,1,0,2,246,1,2.45654296875,1.990966796875,1.3125,0.637939453125,0.4659423828125,0.6744384765625,1481,0,0 +24180,1,0,NA,NA,NA,119,79,1,32,0,20,2,9,2,164.1875,53.18,62.142154690000005,8.962154690000006,36,30,-30,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,3,2,0,0,0,0,0,1,2,2,0,0,1,1,0,1,178,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1482,0,0 +24188,0,1,92,11,1,142,77,1,54,0,19,2,12,3,156.5,70.87,83.91458845000001,13.044588450000006,36,20,-15,38,1,1,0,0,2,0,0,0,1,1,2,0,0,0,1,3,4,NA,2,1,0,0,1,1,0,2,2,0,0,0,2,0,6,273,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1483,0,1 +24189,0,0,NA,NA,NA,126,91,0,39,0,21,2,10,2,174.875,86.07,88.90410452,2.834104520000011,42,30,10,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,3,2,0,0,0,0,0,0,2,2,0,0,1,0,2,NA,257,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1484,0,0 +24198,0,0,NA,NA,NA,110,72,1,41,0,19,5,12,3,154.59375,59.19,70.30681735,11.116817350000005,36,20,0,21,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,3,4,2,1,0,0,1,0,0,2,2,0,1,2,1,0,1,197,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1485,0,0 +24203,0,0,NA,NA,NA,179,91,1,48,1,19,2,12,3,161.28125,49.55,52.163122550000004,2.613122550000007,36,8,12,26,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,0,3,1,2,1,1,0,0,1,0,2,2,0,0,2,2,0,3,229,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1486,0,0 +24214,1,1,86,9,4,131,77,0,47,0,21,3,16,5,185.28125,72.23,80.73944186,8.509441859999995,34,15,-15,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,2,3,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,179,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1488,0,0 +24215,1,0,NA,NA,NA,113,79,0,32,0,20,2,10,2,163.1875,83.46,87.08973504000001,3.629735040000014,36,40,-40,18,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,3,1,1,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,276,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1489,0,0 +24225,0,0,NA,NA,NA,98,65,1,37,0,20,2,11,2,160.1875,49.9,53.523899660000005,3.6238996600000064,26,40,-20,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,0,1,0,1,192,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1490,0,0 +24226,0,0,NA,NA,NA,133,67,1,47,0,19,2,12,3,154.78125,52.62,59.420600470000004,6.800600470000006,26,40,-20,31,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,0,1,1,0,5,171,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1491,0,0 +24233,0,0,NA,NA,NA,121,73,0,25,0,20,2,12,3,181.09375,69.06,73.48196394,4.421963939999998,26,20,0,5,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,2,1,6,2,0,0,0,1,0,0,2,2,0,0,1,0,2,NA,158,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1492,0,0 +24239,0,1,85,8,23,167,94,1,69,0,19,3,11,2,161.28125,67.93,53.97749203,-13.952507970000006,39,20,-10,34,0,0,0,1,2,0,0,0,0,1,2,0,0,0,1,3,4,NA,2,1,1,1,1,0,0,2,2,0,0,2,2,0,8,271,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1493,0,1 +24247,0,0,NA,NA,NA,124,68,0,42,1,19,2,11,2,179.6875,59.87,65.77089365,5.9008936500000075,26,20,0,28,0,1,0,0,2,0,0,0,1,0,2,0,0,0,1,0,3,4,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,206,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1494,0,0 +24248,1,1,91,3,23,129,86,1,50,0,14,2,12,3,155.875,64.41,71.66759446,7.257594460000007,26,30,-30,32,1,1,0,0,2,0,0,0,1,1,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,1,1,0,10,266,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1495,0,0 +24254,0,0,NA,NA,NA,141,91,1,32,0,19,2,12,3,164.1875,54.09,55.791861510000004,1.7018615100000005,54,20,0,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,1,1,3,NA,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1496,0,0 +24262,1,0,NA,NA,NA,120,80,1,28,0,19,2,12,3,155.1875,47.06,68.49244787,21.432447870000004,26,20,-20,13,0,1,0,0,2,0,1,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,1,1,2,0,4,212,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1497,0,0 +24272,0,1,92,7,14,126,75,1,42,0,20,2,12,3,165.78125,80.29,102.51187562000001,22.221875620000006,26,5,10,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,1,0,2,2,0,0,2,2,0,NA,223,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1498,0,0 +24275,1,0,NA,NA,NA,126,84,0,45,0,21,2,11,2,179.1875,94.91,98.88313666,3.9731366600000086,26,10,-10,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,253,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1499,0,0 +24280,0,0,NA,NA,NA,132,88,0,28,0,22,2,10,2,173.6875,82.78,85.27536556,2.495365559999996,NA,40,0,9,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,3,2,1,1,0,0,0,0,2,2,0,1,1,2,2,NA,236,NA,NA,NA,NA,NA,NA,NA,1500,0,0 +24300,0,0,NA,NA,NA,122,74,1,32,0,21,2,12,3,155,48.87,54.884676770000006,6.014676770000008,45,10,10,4,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,2,2,1,0,0,1,0,0,2,2,0,0,0,0,1,4,180,0,1.790283203125,1.5927734375,0.7349853515625,0.3299560546875,0.197479248046875,0.40496826171875,1501,0,0 +24305,0,0,NA,NA,NA,119,82,1,42,0,20,2,12,3,161.78125,63.84,76.65711053,12.817110529999994,26,20,-10,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,0,0,0,0,0,0,2,2,1,0,2,1,0,3,237,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1502,0,0 +24306,1,0,NA,NA,NA,91,62,1,31,0,22,2,12,3,162.375,62.6,61.68856232,-0.9114376799999988,26,30,-30,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,0,0,2,2,1,1,0,0,1,2,183,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1503,0,0 +24313,0,0,NA,NA,NA,116,73,1,39,0,20,2,11,2,160,62.26,69.39963261,7.13963261,26,30,10,22,0,0,0,0,2,0,0,1,0,0,2,0,0,1,0,4,4,NA,2,0,0,0,0,1,0,2,2,0,0,1,1,0,6,153,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1504,0,0 +24315,0,0,NA,NA,NA,116,79,1,36,0,16,5,10,2,168.78125,61.58,53.523899660000005,-8.056100339999993,26,60,0,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,3,2,1,0,0,0,0,0,2,2,0,1,1,2,1,5,146,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1505,0,0 +24319,0,0,NA,NA,NA,114,69,1,29,0,21,2,12,3,157.59375,48.76,56.69904625,7.939046250000004,26,30,-10,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,0,0,1,1,134,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1506,0,0 +24334,0,0,NA,NA,NA,100,67,1,25,0,19,2,12,3,174.375,81.53,68.0388555,-13.491144500000004,26,4,-2,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,1,0,0,0,0,0,2,2,0,0,1,1,0,2,NA,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1507,0,0 +24336,0,0,NA,NA,NA,119,68,1,36,0,18,5,12,3,157.5,47.85,51.255937810000006,3.4059378100000046,NA,9,1,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,1,0,0,0,0,0,2,2,0,0,1,0,0,3,212,NA,NA,NA,NA,NA,NA,NA,1508,0,0 +24345,0,0,NA,NA,NA,137,70,0,51,0,14,2,15,4,186.1875,105.57,92.07925111,-13.490748889999992,39,20,0,35,1,1,0,0,2,0,0,0,1,0,2,0,0,0,0,4,4,NA,2,1,0,1,1,0,0,2,2,0,1,1,2,2,NA,153,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1509,0,1 +24347,0,0,NA,NA,NA,106,64,1,29,0,19,2,12,3,160.28125,64.75,63.502931800000006,-1.247068199999994,39,40,-10,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,1,0,5,254,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1510,0,0 +24354,1,0,NA,NA,NA,135,86,0,42,0,17,2,9,2,169.59375,81.19,91.17206637000001,9.982066370000013,39,20,-20,25,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,179,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1511,0,0 +24355,0,0,NA,NA,NA,108,77,0,30,0,18,2,7,1,172.375,65.43,62.59574706,-2.834252940000006,39,20,0,14,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,1,0,0,2,NA,117,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1512,0,0 +24358,0,0,NA,NA,NA,109,76,0,28,0,19,2,12,3,175.09375,82.1,77.1107029,-4.9892970999999875,39,3,17,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,211,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1513,0,0 +24362,0,0,NA,NA,NA,112,81,1,36,0,15,2,12,3,164.875,57.04,61.68856232,4.6485623200000035,39,20,0,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,0,2,219,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1514,0,0 +24363,0,0,NA,NA,NA,119,78,1,34,0,17,2,11,2,162.6875,105.8,75.74992579,-30.05007420999999,18,40,-20,4,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,1,0,2,2,0,1,1,2,0,4,112,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1515,0,0 +24364,0,0,NA,NA,NA,134,89,1,43,1,18,4,12,3,161.6875,84.25,88.45051215000001,4.200512150000009,39,20,0,18,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,2,0,NA,165,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1516,0,0 +24365,0,0,NA,NA,NA,123,78,0,40,0,16,2,12,3,174.1875,81.53,81.6466266,0.11662660000000358,39,20,0,21,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,141,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1517,0,0 +24374,0,0,NA,NA,NA,110,63,1,37,0,17,6,10,2,162.875,51.03,58.05982336,7.029823360000002,21,10,10,12,1,1,0,0,2,1,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,1,1,1,2,2,0,1,2,2,1,4,133,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1518,0,0 +24378,0,0,NA,NA,NA,104,60,1,34,0,20,2,11,2,161.1875,56.36,56.24545388,-0.11454611999999997,21,40,20,21,0,1,0,0,2,1,0,0,0,0,2,0,0,1,1,3,4,NA,2,1,0,0,0,1,0,2,2,0,1,0,1,0,4,275,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1519,0,0 +24379,0,1,90,4,28,156,98,0,38,0,19,5,12,3,179.5,85.5,92.53284348000001,7.032843480000011,39,30,-5,22,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,5,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,207,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1520,0,0 +24380,1,0,NA,NA,NA,101,71,0,55,0,20,2,10,2,179.78125,72.12,89.35769689,17.237696889999995,21,20,-20,36,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,1,0,0,0,0,1,2,2,0,0,1,2,2,NA,191,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1521,0,1 +24384,0,0,NA,NA,NA,111,67,1,45,0,19,2,12,3,155.875,105.35,90.26488163,-15.08511836999999,39,20,-3,24,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,0,1,1,0,3,222,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1522,0,0 +24387,0,1,85,6,29,145,74,1,41,0,19,2,12,3,165,76.88,74.38914868,-2.49085131999999,21,2,15,20,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,1,0,2,2,0,0,1,0,0,5,210,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1523,0,0 +24391,0,0,NA,NA,NA,145,98,0,29,0,14,2,12,3,168.28125,60.78,67.13167076,6.351670760000005,39,15,5,12,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,2,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,225,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1524,0,0 +24396,0,0,NA,NA,NA,131,57,1,64,0,19,2,12,3,150.09375,56.02,58.9670081,2.947008099999998,39,15,5,40,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,1,1,1,0,1,218,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1525,0,1 +24397,0,0,NA,NA,NA,117,62,1,53,0,14,5,8,1,156,69.97,60.781377580000004,-9.188622419999994,21,20,10,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,1,0,NA,263,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1526,0,1 +24403,0,0,NA,2,9,149,90,0,55,0,16,6,10,2,163.78125,73.82,74.84274105,1.0227410500000076,39,40,-10,43,0,0,0,0,2,1,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,1,2,2,0,0,1,2,2,NA,196,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1527,0,1 +24423,1,0,NA,NA,NA,98,70,0,33,0,20,2,16,5,177.1875,78.24,78.47148001000001,0.23148001000001273,39,2,-2,15,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,3,2,0,0,0,0,0,0,2,2,0,1,1,1,2,NA,213,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1528,0,0 +24428,1,0,NA,NA,NA,NA,NA,0,40,0,17,2,9,2,187.375,104.1,108.8621688,4.762168800000012,39,40,-40,22,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,6,2,0,1,0,0,0,0,2,2,0,0,0,1,2,NA,177,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1529,0,0 +24430,0,1,90,9,29,153,71,0,50,0,22,2,8,1,166.6875,81.31,85.728957930000007,4.418957930000005,21,50,-20,34,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,2,NA,244,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1530,0,0 +24440,0,0,NA,NA,NA,108,90,1,30,0,19,2,12,3,157.78125,84.82,89.81128926000001,4.991289260000016,39,30,10,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,5,2,1,0,0,0,0,0,2,2,1,0,1,0,0,2,237,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1531,0,0 +24443,0,0,NA,NA,NA,97,65,1,36,0,19,2,12,3,170.78125,59.53,72.57477920000001,13.044779200000008,NA,2,6,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,1,0,0,0,0,2,2,0,0,1,1,0,NA,223,NA,NA,NA,NA,NA,NA,NA,1532,0,0 +24446,0,0,NA,NA,NA,125,84,1,43,0,13,5,12,3,157,44.45,55.33826914,10.888269139999998,39,20,5,24,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,1,0,0,0,1,1,2,2,0,0,1,1,0,2,202,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1533,0,0 +24454,0,0,NA,NA,NA,116,70,0,26,0,NA,2,10,2,174.1875,66.79,63.502931800000006,-3.2870682,39,20,10,11,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,18,2,1,1,0,0,1,0,2,2,0,0,0,0,2,NA,178,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1534,0,0 +24457,0,0,NA,NA,NA,121,74,1,45,0,18,2,8,1,159.59375,86.3,101.15109851000001,14.851098510000014,21,20,-17,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,1,0,2,2,0,0,1,2,0,2,164,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1535,0,0 +24470,0,0,NA,NA,NA,115,75,0,35,1,21,2,8,1,175.5,75.52,82.55381134000001,7.033811340000014,28,20,-16,17,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,2,1,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,180,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,1536,0,0 +24499,0,0,NA,NA,NA,131,72,0,29,0,19,2,6,1,163.28125,75.86,72.57477920000001,-3.2852207999999905,NA,6,9,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,6,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,282,NA,NA,NA,NA,NA,NA,NA,1537,0,0 +24500,0,0,NA,NA,NA,100,56,1,44,0,20,5,16,5,165.6875,59.65,62.59574706,2.945747060000002,17,8,-2,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,4,2,0,0,0,0,0,0,2,2,1,0,1,1,0,5,110,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1538,0,0 +24501,0,0,NA,NA,NA,118,72,1,25,1,11,4,8,1,162.59375,60.78,65.77089365,4.990893650000004,17,8,12,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,1,1,0,0,0,0,2,2,0,0,0,2,1,5,148,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1539,0,0 +24502,0,0,NA,NA,NA,103,61,0,33,0,19,2,3,1,176.09375,73.03,74.38914868,1.359148680000004,NA,20,0,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,4,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,225,NA,NA,NA,NA,NA,NA,NA,1540,0,0 +24503,0,0,NA,NA,NA,142,76,1,48,1,20,2,12,3,171.59375,50.69,49.895160700000005,-0.7948392999999925,28,12,3,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,1,0,0,0,0,0,2,2,0,0,0,2,0,2,252,0,1.96337890625,1.72900390625,0.8924560546875,0.41796875,0.234283447265625,0.4744873046875,1541,0,0 +24533,0,1,86,11,14,140,83,0,57,1,17,2,6,1,174,93.55,95.2543977,1.7043977000000012,1,7,3,36,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,2,2,0,1,0,0,0,0,2,2,0,0,0,1,2,NA,265,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1542,0,1 +24546,0,0,NA,NA,NA,159,92,0,53,0,18,2,5,1,165.875,72.35,70.30681735,-2.0431826499999914,NA,8,-3,30,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,3,1,2,1,1,0,0,0,0,2,2,0,0,1,0,2,NA,162,NA,NA,NA,NA,NA,NA,NA,1543,0,1 +24552,1,0,NA,NA,NA,110,69,0,43,0,20,2,12,3,180.375,71.44,73.48196394,2.0419639400000023,17,40,-40,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,6,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,162,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1544,0,0 +24559,0,0,NA,NA,NA,103,69,1,45,0,15,2,12,3,173.875,91.63,77.1107029,-14.519297099999989,18,20,0,27,0,0,0,0,2,0,0,0,1,0,2,0,0,0,1,2,3,3,2,0,0,0,0,0,0,2,2,0,0,1,1,0,7,240,0,1.706298828125,1.665283203125,0.7349853515625,0.406982421875,0.0408935546875,0.32794189453125,1545,0,0 +24563,0,0,NA,NA,NA,121,71,1,39,0,20,2,8,1,161,64.3,63.04933943,-1.2506605699999938,17,30,-10,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,2,2,1,0,0,0,0,0,2,2,0,0,0,0,0,5,179,0,2.19970703125,1.777587890625,1.0498046875,0.43994140625,0.42218017578125,0.6099853515625,1546,0,0 +24577,0,0,NA,NA,NA,134,75,1,45,0,22,2,12,3,166.09375,80.85,90.718474,9.868474000000006,NA,30,10,30,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,1,0,0,1,0,2,2,0,0,1,2,0,3,205,NA,NA,NA,NA,NA,NA,NA,1547,0,0 +24578,0,0,NA,NA,NA,117,86,1,32,1,16,4,11,2,162.1875,79.15,81.6466266,2.496626599999999,1,20,-11,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,5,2,0,0,0,0,0,0,2,2,0,0,1,2,0,5,156,0,2.220703125,1.856689453125,1.0498046875,0.5279541015625,0.36395263671875,0.52197265625,1548,0,0 +24580,0,0,NA,NA,NA,114,69,1,32,0,20,4,12,3,166.1875,62.94,70.30681735,7.366817350000005,26,50,40,11,0,1,0,0,2,0,0,0,1,0,2,0,0,0,1,3,3,3,2,1,0,0,1,0,0,2,2,0,0,1,2,0,NA,183,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1549,0,0 +24583,0,0,NA,NA,NA,109,69,1,25,0,21,4,16,5,159.28125,64.64,74.84274105,10.20274105,26,15,5,4,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,0,0,2,2,0,0,1,1,0,NA,188,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1550,0,0 +24584,1,0,NA,NA,NA,140,88,1,37,1,16,6,13,4,167.375,75.86,79.37866475,3.5186647499999992,36,20,-20,14,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,3,2,1,1,0,0,0,0,2,2,0,0,1,1,0,4,199,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1551,0,0 +24585,0,0,NA,NA,NA,144,74,1,50,0,19,2,7,1,169.59375,66.9,75.29633342000001,8.396333420000005,26,20,0,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,1,1,1,0,0,0,2,2,0,0,0,0,0,4,272,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1552,0,0 +24589,0,0,NA,NA,NA,127,73,1,34,0,22,2,17,5,161.1875,54.2,61.68856232,7.48856232,26,20,5,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,0,1,0,0,0,0,2,2,0,1,0,0,0,1,176,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1553,0,0 +24591,0,0,NA,NA,NA,109,69,1,31,0,19,2,12,3,162.28125,65.88,88.90410452,23.02410452000001,26,10,0,15,0,1,0,0,2,1,0,0,0,0,2,0,0,0,1,3,3,3,2,1,1,0,0,0,0,2,2,0,1,1,2,0,4,202,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1554,0,0 +24596,0,0,NA,NA,NA,89,58,1,37,0,22,2,16,5,168.59375,45.47,49.895160700000005,4.425160700000006,26,30,-10,17,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,1,2,2,1,0,0,1,0,0,2,2,0,1,1,1,1,NA,192,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1555,0,0 +24600,0,0,NA,NA,NA,120,72,1,48,0,22,2,16,5,156.28125,67.59,63.95652417,-3.633475830000002,39,20,-5,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,1,2,1,0,0,0,0,0,2,2,0,0,1,1,0,3,157,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1557,0,0 +24619,0,0,NA,NA,NA,96,72,1,25,0,13,2,12,3,156,75.18,80.73944186,5.559441859999993,26,40,-10,10,0,0,0,0,2,1,0,0,0,0,2,0,0,1,1,3,4,NA,2,1,0,0,0,1,1,2,2,1,0,0,1,0,5,149,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1558,0,0 +24638,0,1,86,6,30,104,60,1,57,0,14,3,11,2,163.78125,60.55,62.59574706,2.0457470600000036,26,40,0,39,0,1,0,0,2,1,0,0,1,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,1,0,2,2,0,1,2,2,0,2,327,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1559,0,1 +24652,1,0,NA,NA,NA,109,75,0,40,0,22,2,13,4,176.09375,80.74,78.47148001000001,-2.2685199899999873,26,35,-35,25,1,1,0,0,2,0,0,0,1,1,2,0,0,0,1,2,2,2,2,1,0,0,0,0,0,2,2,0,0,0,1,2,NA,232,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1561,0,0 +24668,0,1,88,10,25,117,81,0,50,0,21,2,12,3,173.375,77.68,83.46099608,5.780996079999994,26,30,5,35,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,2,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,203,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1562,0,0 +24679,0,0,NA,NA,NA,127,71,1,51,0,20,2,13,4,162.6875,54.88,54.4310844,-0.4489155999999994,26,20,10,16,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,2,2,1,0,0,0,0,0,2,2,0,0,0,1,0,NA,169,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1563,0,1 +24690,1,0,NA,3,5,127,69,0,61,0,18,2,9,2,158.78125,71.33,74.84274105,3.5127410500000025,36,12,-12,49,0,1,0,0,2,1,0,0,1,0,2,0,0,0,1,3,1,1,2,1,1,0,0,0,0,2,2,0,0,1,2,2,NA,189,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1564,0,1 +24698,1,0,NA,NA,NA,179,81,0,67,0,21,2,17,5,176.6875,78.7,76.20351816,-2.4964818400000013,42,30,-30,51,0,0,0,0,2,0,0,0,0,0,2,1,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,185,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1565,0,1 +24705,1,1,83,10,4,122,78,0,74,0,16,2,10,2,158.09375,68.83,66.67807839000001,-2.151921609999988,42,10,-10,53,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,227,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1566,0,1 +24707,0,1,89,1,3,135,62,0,69,0,11,2,12,3,177.09375,79.49,77.56429527,-1.9257047299999925,34,40,-30,52,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,2,2,0,0,1,0,0,0,2,2,0,0,1,2,2,NA,193,1,2.2099609375,2.02587890625,1.15478515625,0.7479248046875,0.18408203125,0.406982421875,1567,0,1 +24710,0,0,NA,NA,NA,113,74,1,27,0,22,6,11,2,161.78125,66.11,74.38914868,8.279148680000006,42,40,-10,6,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,1,2,1,0,0,0,0,0,2,2,1,0,1,1,1,3,NA,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1568,0,0 +24713,0,0,NA,NA,NA,136,82,1,53,0,19,4,12,3,157.1875,60.44,92.53284348000001,32.09284348000001,42,20,30,37,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,NA,2,1,0,0,0,0,0,2,2,0,0,0,2,0,NA,154,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1569,0,1 +24719,0,0,NA,NA,NA,127,69,0,34,0,NA,4,13,4,165.6875,62.48,63.04933943,0.5693394300000065,42,45,5,21,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,1,0,2,2,0,0,2,1,2,NA,285,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1570,0,0 +24721,1,1,90,2,23,127,56,0,63,0,21,2,9,2,162.09375,55.79,58.9670081,3.177008100000002,42,40,-40,44,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,216,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1571,0,1 +24722,0,0,NA,NA,NA,134,85,1,42,0,22,2,16,5,168.59375,66.56,65.31730128000001,-1.2426987199999928,42,20,0,25,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,2,2,1,0,0,1,0,0,2,2,0,0,1,1,1,2,225,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1572,0,0 +24723,0,0,NA,NA,NA,143,78,0,53,0,21,2,10,2,170.59375,79.38,79.83225712000001,0.45225712000001295,26,40,0,37,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,2,1,2,1,1,0,0,0,0,2,2,0,0,0,2,2,NA,151,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1573,0,1 +24724,0,0,NA,NA,NA,124,72,1,28,0,21,4,17,5,165,52.28,60.32778521,8.04778521,42,20,0,12,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,0,0,2,2,0,0,1,1,1,NA,NA,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1574,0,0 +24725,1,1,89,10,31,123,97,0,38,0,20,2,11,2,188.6875,121.9,136.53130337000002,14.631303370000012,42,30,-30,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,1,3,2,1,0,0,0,0,0,2,2,0,0,1,2,2,NA,255,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1575,0,0 +24726,0,0,NA,NA,NA,129,73,1,59,0,18,3,12,3,159.59375,88.68,78.47148001000001,-10.20851999,42,20,10,38,0,0,0,0,2,0,1,0,0,0,2,0,0,0,1,2,3,2,2,1,1,0,0,1,0,2,2,0,0,1,1,0,3,257,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1576,0,1 +24729,0,0,NA,NA,NA,116,76,1,28,1,19,2,10,2,163.1875,57.49,57.60623099,0.11623098999999826,42,12,3,18,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,3,3,2,2,1,1,0,0,0,0,2,2,1,1,1,1,1,3,123,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1577,0,0 +24735,1,0,NA,NA,NA,NA,NA,1,27,0,19,5,16,5,162,53.52,58.05982336,4.53982336,42,10,-10,10,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,3,2,1,0,0,0,0,0,2,2,0,1,1,2,1,2,214,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1578,0,0 +24737,0,0,NA,NA,NA,125,81,0,33,0,21,2,17,5,176.78125,75.86,78.01788764,2.1578876399999984,42,20,5,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,0,0,0,0,0,0,2,2,0,0,1,2,2,NA,256,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1579,0,0 +24741,0,0,NA,NA,NA,106,61,1,54,0,19,2,12,3,161.09375,62.26,68.49244787,6.2324478700000085,42,10,-4,36,1,1,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,1,0,0,0,0,0,2,2,0,0,1,1,0,5,218,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1580,0,1 +24746,0,0,NA,NA,NA,161,57,0,54,0,22,2,15,4,175.5,86.86,86.1825503,-0.6774496999999968,42,30,10,36,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,2,2,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,200,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1581,0,1 +24770,0,0,NA,NA,NA,133,76,0,26,0,17,2,15,4,180.6875,111.58,114.75886961,3.1788696100000067,42,15,5,12,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,1,2,2,0,0,0,0,0,0,2,2,0,0,0,1,2,NA,226,0,2.3466796875,1.79736328125,1.364990234375,0.5718994140625,0.54931640625,0.79296875,1582,0,0 +24810,0,0,NA,NA,NA,155,82,1,32,0,19,2,12,3,158.1875,104.89,120.65557042,15.765570420000003,36,15,0,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,3,2,1,0,0,0,0,0,2,2,0,0,0,0,0,3,214,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1583,0,0 +24817,1,1,91,5,2,156,86,0,56,0,19,2,13,4,152.375,42.41,62.142154690000005,19.73215469000001,36,80,-80,38,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,2,2,2,0,0,0,0,0,0,2,2,0,1,0,2,2,NA,277,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1584,0,1 +24820,0,0,NA,NA,NA,110,80,1,33,0,20,2,12,3,159.375,79.04,81.6466266,2.6066265999999985,36,35,-5,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,4,2,1,1,0,0,0,0,2,2,0,0,0,1,0,3,177,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1585,0,0 +24823,0,0,NA,NA,NA,NA,NA,1,43,0,NA,2,11,2,171.875,61.8,66.22448602,4.424486020000003,36,40,0,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,0,1,0,0,0,0,2,2,0,0,0,2,0,NA,295,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1586,0,0 +24825,0,0,NA,NA,NA,168,80,0,50,1,21,2,12,3,169.28125,103.53,85.728957930000007,-17.801042069999994,36,10,0,27,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,1,3,2,2,0,0,0,0,0,0,2,2,0,0,2,2,2,NA,213,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1587,0,0 +24828,0,0,NA,NA,NA,116,70,1,29,1,22,2,12,3,169.375,55.22,64.86370891,9.64370891,39,20,0,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,0,2,2,0,0,0,1,0,NA,177,0,2.015625,1.81494140625,0.9449462890625,0.48394775390625,0.20098876953125,0.46099853515625,1588,0,0 +24830,0,0,NA,NA,NA,129,79,0,32,0,21,2,10,2,181.375,90.95,99.79032140000001,8.840321400000008,NA,60,-20,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,1,1,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,218,NA,NA,NA,NA,NA,NA,NA,1589,0,0 +24834,1,0,NA,NA,NA,147,112,1,35,0,20,2,13,4,159.59375,65.54,90.718474,25.178473999999994,48,10,-10,13,0,0,0,0,2,0,1,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,0,2,204,0,2.4619140625,1.85009765625,1.39111328125,0.5828857421875,0.612060546875,0.8082275390625,1590,0,0 +24837,0,0,NA,NA,NA,175,77,0,65,1,20,2,10,2,180.78125,83.8,86.63614267,2.836142670000001,51,20,1,40,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,1,1,2,NA,157,0,1.569580078125,1.513427734375,0.55126953125,0.230987548828125,0.0561981201171875,0.32025146484375,1591,0,1 +24842,0,0,NA,NA,NA,110,59,1,49,0,NA,2,12,3,168.875,54.88,65.77089365,10.890893650000002,36,4,0,32,0,0,0,0,2,0,0,0,0,0,2,1,0,0,1,3,4,NA,2,0,1,0,0,0,0,2,2,0,0,1,1,0,3,208,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1592,0,0 +24844,0,0,NA,NA,NA,128,70,0,36,1,21,2,12,3,181.28125,87.09,90.718474,3.628473999999997,37,20,10,19,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,2,1,1,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,208,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,1593,0,0 +24845,1,0,NA,NA,NA,124,74,1,40,0,22,2,16,5,155.875,63.16,66.22448602,3.064486020000004,36,1,-1,23,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,1,0,0,2,2,0,1,0,0,0,4,203,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1594,0,0 +24847,0,0,NA,NA,NA,136,90,1,42,0,21,4,17,5,169.28125,56.13,64.41011654,8.280116540000002,47,4,-1,22,0,0,1,0,2,0,0,0,0,0,2,0,0,0,1,0,2,2,2,1,1,0,0,1,0,2,2,0,0,1,0,1,1,202,0,2.18359375,1.739990234375,1.102294921875,0.46197509765625,0.44378662109375,0.640380859375,1595,0,0 +24852,0,0,NA,NA,NA,133,70,0,31,0,22,2,17,5,180.28125,61.8,70.30681735,8.506817350000006,36,20,10,13,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,0,1,1,2,1,0,0,0,0,0,2,2,0,1,2,1,2,NA,161,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1596,0,0 +24859,0,0,NA,NA,NA,122,64,1,34,0,19,2,12,3,158.5,60.21,60.32778521,0.11778521000000097,36,15,5,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,3,4,2,1,0,0,0,0,0,2,2,0,0,0,1,0,4,162,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1597,0,0 +24860,0,0,NA,NA,NA,130,68,1,35,0,19,2,12,3,161.6875,45.25,58.05982336,12.809823360000003,36,20,0,15,0,0,0,0,2,1,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,1,0,0,0,1,2,2,0,0,0,0,0,4,218,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1598,0,0 +24878,0,0,NA,NA,NA,140,79,1,32,0,21,2,13,4,163.1875,53.07,58.05982336,4.989823360000003,NA,15,3,12,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,3,2,1,1,0,0,0,1,2,2,0,0,0,2,0,1,179,NA,NA,NA,NA,NA,NA,NA,1599,0,0 +24895,1,0,NA,NA,NA,117,80,1,36,0,19,6,12,3,164.375,56.81,64.86370891,8.053708909999997,36,5,-5,1,0,0,0,0,2,0,0,0,0,1,2,0,0,0,1,1,3,5,2,1,0,0,0,0,0,2,2,0,0,1,1,0,4,233,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1600,0,0 +24896,0,0,NA,NA,NA,143,84,0,39,0,22,2,16,5,184.09375,86.75,78.92507238,-7.824927619999997,36,50,-10,21,0,0,0,0,2,0,1,0,1,0,2,0,0,0,1,0,3,4,2,1,0,0,0,0,0,2,2,0,1,1,1,2,NA,216,0,2.24169921875,1.828125,1.0498046875,0.5059814453125,0.41357421875,0.5439453125,1601,0,0 +24927,0,1,86,5,19,122,72,1,53,0,19,3,10,2,163.59375,63.96,64.41011654,0.45011654000000334,21,20,0,33,0,1,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,1,0,0,2,2,0,0,1,2,0,2,187,0,1.6064453125,1.460693359375,0.577392578125,0.241973876953125,0.14569091796875,0.33544921875,1602,0,1 +24936,0,0,NA,NA,NA,104,69,1,27,0,18,3,10,2,162.5,79.38,73.93555631000001,-5.444443689999986,54,20,-11,5,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,0,1,5,193,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1603,0,0 +24943,0,0,NA,NA,NA,126,77,0,25,0,16,2,8,1,171.6875,69.63,84.36818082,14.73818082000001,54,10,-5,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,164,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1604,0,0 +24948,0,0,NA,NA,NA,132,84,1,41,0,20,2,11,2,165.28125,51.14,64.41011654,13.270116540000004,54,10,10,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,0,7,168,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1605,0,0 +24949,1,0,NA,NA,NA,132,79,1,72,0,12,3,2,1,165.28125,93.67,72.57477920000001,-21.095220799999993,54,4,-4,7,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,1,2,1,0,0,0,0,0,2,2,0,0,2,2,0,10,210,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1606,0,1 +24952,1,0,NA,NA,NA,108,68,0,40,0,19,2,6,1,187.375,99.56,99.33672903,-0.2232709700000015,54,20,-20,24,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,0,2,NA,188,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1607,0,0 +24953,0,0,NA,NA,NA,107,68,0,57,0,18,2,7,1,182.375,66.68,68.0388555,1.35885549999999,54,20,0,37,0,1,0,0,2,0,1,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,1,0,0,2,NA,213,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1608,0,1 +24959,0,0,NA,NA,NA,132,77,0,45,0,18,2,12,3,174.5,62.03,66.22448602,4.194486019999999,54,45,-15,33,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,0,3,6,2,1,0,0,0,0,0,2,2,0,1,0,1,2,NA,194,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1609,0,0 +24963,0,1,91,3,10,169,79,0,60,0,13,2,4,1,164.78125,56.36,58.9670081,2.6070081000000016,54,12,-8,50,0,1,1,0,2,0,0,0,1,0,2,0,0,0,1,2,1,2,2,1,1,0,0,0,0,2,2,0,0,2,1,2,NA,244,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1610,0,1 +24964,0,0,NA,NA,NA,117,90,1,36,0,17,2,8,1,163.375,49.9,53.07030729,3.1703072900000038,54,20,0,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,1,0,0,1,5,167,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1611,0,0 +24968,0,0,NA,NA,NA,125,76,1,47,0,19,2,12,3,160.5,55.91,64.41011654,8.500116540000008,54,20,0,28,0,1,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,1,0,2,2,0,0,2,2,0,1,134,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1612,0,0 +24969,0,0,NA,NA,NA,136,91,1,33,0,20,2,12,3,160.375,98.77,97.06876718000001,-1.701232819999987,37,40,0,17,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,3,5,2,1,1,0,0,1,0,2,2,0,0,1,1,0,3,199,0,1.506591796875,1.451904296875,0.52490234375,0.219970703125,0.0547943115234375,0.30499267578125,1613,0,0 +24970,0,0,NA,NA,NA,137,80,0,39,0,17,2,7,1,175.78125,64.75,68.49244787,3.7424478700000066,54,30,30,26,0,1,0,0,2,0,0,0,1,0,2,0,0,0,1,0,1,12,2,1,1,0,0,1,0,2,2,0,0,1,1,2,NA,202,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1614,0,0 +24971,0,0,NA,NA,NA,109,90,1,39,0,19,2,13,4,166.5,56.47,55.33826914,-1.1317308599999976,54,40,-20,25,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,0,3,159,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1615,0,0 +24974,0,0,NA,NA,NA,117,69,0,31,0,15,2,11,2,180.6875,63.39,67.58526313,4.195263130000001,54,40,-20,19,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,6,2,1,0,0,0,0,0,2,2,0,0,1,0,2,NA,218,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1616,0,0 +24983,0,0,NA,NA,NA,127,80,1,50,0,19,2,4,1,162,47.17,51.255937810000006,4.085937810000004,54,25,5,32,1,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,2,1,2,1,0,0,0,1,0,2,2,0,0,0,2,0,5,214,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1617,0,0 +24986,0,0,NA,NA,NA,169,74,1,55,0,13,3,6,1,155.5,59.42,65.31730128000001,5.897301280000008,54,20,0,39,1,0,0,0,2,0,0,0,1,0,2,0,0,0,1,2,3,3,2,1,0,0,0,1,0,2,2,0,0,0,1,0,5,225,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1618,0,1 +24995,0,0,NA,NA,NA,103,62,0,34,0,13,2,10,2,186.09375,66.68,67.58526313,0.9052631299999945,26,20,0,16,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,0,0,0,0,0,2,2,0,0,1,1,2,NA,181,1,2.099609375,1.92919921875,0.9974365234375,0.637939453125,0.17059326171875,0.3594970703125,1619,0,0 +24998,0,0,NA,NA,NA,142,73,1,69,0,12,2,8,1,151.78125,44.91,44.905644630000005,-0.004355369999991865,54,20,0,34,0,1,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,1,1,1,0,8,NA,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1620,0,1 +25001,0,0,NA,NA,NA,112,73,1,25,0,18,2,12,3,164.1875,63.96,59.874192840000006,-4.0858071599999946,54,15,5,13,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,0,0,2,2,0,0,0,0,1,2,263,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1621,0,0 +25005,0,0,NA,NA,NA,161,84,1,64,0,19,2,16,5,164.6875,51.03,48.08079122,-2.9492087799999993,54,6,0,30,1,0,0,0,2,0,0,0,0,1,2,0,0,1,1,3,1,1,2,0,0,0,1,0,0,2,2,0,0,0,1,0,2,232,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1622,0,1 +25010,0,0,NA,NA,NA,119,64,0,42,0,19,4,7,1,175.6875,54.54,56.69904625,2.159046250000003,54,8,2,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,4,4,NA,2,0,0,0,0,1,0,2,2,0,0,0,1,2,NA,146,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1623,0,0 +25013,0,0,NA,NA,NA,125,77,1,47,0,16,5,8,1,167.1875,84.94,93.44002822,8.500028220000004,54,20,0,31,0,0,0,0,2,1,0,0,0,0,2,0,1,0,0,4,4,NA,2,1,1,0,0,0,0,2,2,0,1,0,0,0,5,254,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1624,0,0 +25014,0,0,NA,NA,NA,115,66,0,45,0,16,4,0,1,172.09375,63.05,64.41011654,1.360116540000007,54,40,0,29,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,1,0,0,0,0,2,2,0,0,0,0,2,NA,NA,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1625,0,0 +25016,0,0,NA,NA,NA,124,80,1,47,0,18,2,8,1,170.09375,57.72,61.23496995,3.514969950000001,54,20,0,31,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,3,4,NA,2,1,0,0,0,0,0,2,2,0,0,0,0,0,2,270,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1626,0,0 +25032,0,0,NA,NA,NA,171,77,0,68,0,13,2,6,1,162.59375,52.39,57.152638620000005,4.762638620000004,54,15,5,46,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,2,2,1,1,0,0,0,0,2,2,0,0,1,1,2,NA,223,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1628,0,1 +25061,1,0,NA,NA,NA,136,90,0,29,0,19,2,10,2,165.5,90.83,106.59420695,15.764206950000002,54,30,-30,14,0,0,0,0,2,0,0,0,0,0,2,0,0,0,1,2,1,6,2,0,1,0,0,0,0,2,2,0,0,1,1,2,NA,243,0,2.16796875,1.940185546875,1.0498046875,0.5499267578125,0.227874755859375,0.5,1629,0,0 diff --git a/docs/projects/rcts-ipw/data/nhefs_codebook.csv b/docs/projects/rcts-ipw/data/nhefs_codebook.csv new file mode 100644 index 00000000..1c2c1b20 --- /dev/null +++ b/docs/projects/rcts-ipw/data/nhefs_codebook.csv @@ -0,0 +1,65 @@ +variable,description +active,"IN YOUR USUAL DAY, HOW ACTIVE ARE YOU? IN 1971, 0:very active, 1:moderately active, 2:inactive" +age,AGE IN 1971 +alcoholfreq,"HOW OFTEN DO YOU DRINK? IN 1971 0: Almost every day, 1: 2-3 times/week, 2: 1-4 times/month, 3: < 12 times/year, 4: No alcohol last year, 5: Unknown" +alcoholhowmuch,"WHEN YOU DRINK, HOW MUCH DO YOU DRINK? IN 1971" +alcoholpy,"HAVE YOU HAD 1 DRINK PAST YEAR? IN 1971, 1:EVER, 0:NEVER; 2:MISSING" +alcoholtype,"WHICH DO YOU MOST FREQUENTLY DRINK? IN 1971 1: BEER, 2: WINE, 3: LIQUOR, 4: OTHER/UNKNOWN" +allergies,"USE ALLERGIES MEDICATION IN 1971, 1:EVER, 0:NEVER" +asthma,"DX ASTHMA IN 1971, 1:EVER, 0:NEVER" +bithcontrol,"BIRTH CONTROL PILLS PAST 6 MONTHS? IN 1971 1:YES, 0:NO, 2:MISSING" +birthplace,CHECK STATE CODE - SECOND PAGE +boweltrouble,"USE BOWEL TROUBLE MEDICATION IN 1971, 1:EVER, 0:NEVER, ; 2:MISSING" +bronch,"DX CHRONIC BRONCHITIS/EMPHYSEMA IN 1971, 1:EVER, 0:NEVER" +cholesterol,SERUM CHOLESTEROL (MG/100ML) IN 1971 +chroniccough,"DX CHRONIC COUGH IN 1971, 1:EVER, 0:NEVER" +colitis,"DX COLITIS IN 1971, 1:EVER, 0:NEVER" +dadth,DAY OF DEATH +dbp,DIASTOLIC BLOOD PRESSURE IN 1982 +death,"DEATH BY 1992, 1:YES, 0:NO" +diabetes,"DX DIABETES IN 1971, 1:EVER, 0:NEVER, 2:MISSING" +education,"AMOUNT OF EDUCATION BY 1971: 1: 8TH GRADE OR LESS, 2: HS DROPOUT, 3: HS, 4:COLLEGE DROPOUT, 5: COLLEGE OR MORE" +exercise,"IN RECREATION, HOW MUCH EXERCISE? IN 1971, 0:much exercise,1:moderate exercise,2:little or no exercise" +hayfever,"DX HAY FEVER IN 1971, 1:EVER, 0:NEVER" +hbp,"DX HIGH BLOOD PRESSURE IN 1971, 1:EVER, 0:NEVER, 2:MISSING" +hbpmed,"USE HIGH BLOOD PRESSURE MEDICATION IN 1971, 1:EVER, 0:NEVER, ; 2:MISSING" +headache,"USE HEADACHE MEDICATION IN 1971, 1:EVER, 0:NEVER" +hepatitis,"DX HEPATITIS IN 1971, 1:EVER, 0:NEVER" +hf,"DX HEART FAILURE IN 1971, 1:EVER, 0:NEVER" +hightax82,"LIVING IN A HIGHLY TAXED STATE IN 1982, High taxed state of residence=1, 0 otherwise" +ht,HEIGHT IN CENTIMETERS IN 1971 +income,"TOTAL FAMILY INCOME IN 1971 11:<$1000, 12: 1000-1999, 13: 2000-2999, 14: 3000-3999, 15: 4000-4999, 16: 5000-5999, 17: 6000-6999, 18: 7000-9999, 19: 10000-14999, 20: 15000-19999, 21: 20000-24999, 22: 25000+" +infection,"USE INFECTION MEDICATION IN 1971, 1:EVER, 0:NEVER" +lackpep,"USELACK OF PEP MEDICATION IN 1971, 1:EVER, 0:NEVER" +marital,"MARITAL STATUS IN 1971 1: Under 17, 2: Married, 3: Widowed, 4: Never married, 5: Divorced, 6: Separated, 8: Unknown" +modth,MONTH OF DEATH +nerves,"USE NERVES MEDICATION IN 1971, 1:EVER, 0:NEVER" +nervousbreak,"DX NERVOUS BREAKDOWN IN 1971, 1:EVER, 0:NEVER" +otherpain,"USE OTHER PAINS MEDICATION IN 1971, 1:EVER, 0:NEVER" +pepticulcer,"DX PEPTIC ULCER IN 1971, 1:EVER, 0:NEVER" +pica,"DO YOU EAT DIRT OR CLAY, STARCH OR OTHER NON STANDARD FOOD? IN 1971 1:EVER, 0:NEVER; 2:MISSING" +polio,"DX POLIO IN 1971, 1:EVER, 0:NEVER" +pregnancies,TOTAL NUMBER OF PREGNANCIES? IN 1971 +price71,AVG TOBACCO PRICE IN STATE OF RESIDENCE 1971 (US$2008) +price71_82,DIFFERENCE IN AVG TOBACCO PRICE IN STATE OF RESIDENCE 1971-1982 (US$2008) +price82,AVG TOBACCO PRICE IN STATE OF RESIDENCE 1982 (US$2008) +qsmk,"QUIT SMOKING BETWEEN 1ST QUESTIONNAIRE AND 1982, 1:YES, 0:NO" +race,0: WHITE 1: BLACK OR OTHER IN 1971 +sbp,SYSTOLIC BLOOD PRESSURE IN 1982 +school,HIGHEST GRADE OF REGULAR SCHOOL EVER IN 1971 +seqn,UNIQUE PERSONAL IDENTIFIER +sex,0: MALE 1: FEMALE +smokeintensity,NUMBER OF CIGARETTES SMOKED PER DAY IN 1971 +smkintensity 82_71,INCREASE IN NUMBER OF CIGARETTES/DAY BETWEEN 1971 and 1982 +smokeyrs,YEARS OF SMOKING +tax71,TOBACCO TAX IN STATE OF RESIDENCE 1971 (US$2008) +tax71_82,DIFFERENCE IN TOBACCO TAX IN STATE OF RESIDENCE 1971-1982 (US$2008) +tax82,TOBACCO TAX IN STATE OF RESIDENCE 1971 (US$2008) +tb,"DX TUBERCULOSIS IN 1971, 1:EVER, 0:NEVER" +tumor,"DX MALIGNANT TUMOR/GROWTH IN 1971, 1:EVER, 0:NEVER" +weakheart,"USE WEAK HEART MEDICATION IN 1971, 1:EVER, 0:NEVER" +wt71,WEIGHT IN KILOGRAMS IN 1971 +wt82,WEIGHT IN KILOGRAMS IN 1982 +wt82_71,WEIGHT CHANGE IN KILOGRAMS +wtloss,"USE WEIGHT LOSS MEDICATION IN 1971, 1:EVER, 0:NEVER" +yrdth,YEAR OF DEATH diff --git a/docs/projects/rcts-ipw/data/oregon.csv b/docs/projects/rcts-ipw/data/oregon.csv new file mode 100644 index 00000000..b6ac878c --- /dev/null +++ b/docs/projects/rcts-ipw/data/oregon.csv @@ -0,0 +1,23488 @@ +treatment,owe_medical_12 +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Treated,Don't Owe Money +Not Treated,Owe Money +Not Treated,Don't Owe Money +Treated,Owe Money +Not Treated,Owe Money +Treated,Don't Owe Money diff --git a/docs/projects/rcts-ipw/data/vaccines-readme.docx b/docs/projects/rcts-ipw/data/vaccines-readme.docx new file mode 100644 index 00000000..08cd8e6e Binary files /dev/null and b/docs/projects/rcts-ipw/data/vaccines-readme.docx differ diff --git a/docs/projects/rcts-ipw/data/vaccines.dta b/docs/projects/rcts-ipw/data/vaccines.dta new file mode 100644 index 00000000..e6b982fb Binary files /dev/null and b/docs/projects/rcts-ipw/data/vaccines.dta differ diff --git a/docs/projects/rcts-ipw/img/oregon-medicaid.jpg b/docs/projects/rcts-ipw/img/oregon-medicaid.jpg new file mode 100644 index 00000000..e4e74382 Binary files /dev/null and b/docs/projects/rcts-ipw/img/oregon-medicaid.jpg differ diff --git a/docs/projects/rcts-ipw/ipw_job-training.Rmd b/docs/projects/rcts-ipw/ipw_job-training.Rmd new file mode 100644 index 00000000..8d9fb741 --- /dev/null +++ b/docs/projects/rcts-ipw/ipw_job-training.Rmd @@ -0,0 +1,106 @@ +--- +title: "IPW: Job training" +output: html_document +date: '2023-02-23' +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +# Did a job training program increase incomes? + +> The National Supported Work Demonstration project [was] a transitional, subsidized work experience program for four target groups of people with longstanding employment problems: ex-offenders, former drug addicts, women who were long-term recipients of welfare benefits, and school dropouts, many with criminal records. The program provided up to 12-18 months of employment to about 10,000 individuals at 15 locations across the country for four years. In ten of these sites -- Atlanta, Chicago, Hartford, Jersey City, Newark, New York, Philadelphia, Oakland, San Francisco, and Wisconsin, 6,600 eligible applicants were randomly assigned either to experimental groups (offered a job in supported work) or to control groups, and an evaluation was conducted on the effects of the Supported Work Program. ([See here](https://www.icpsr.umich.edu/web/ICPSR/studies/7865) for more details.) + +In 1986, Robert LaLonde [analyzed the results](https://www.jstor.org/stable/1806062) from this experiment and later compared it to observational data. We're going to use his data to see if participating in the job training program increased incomes. + + +## Load data + +```{r libraries-data, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(ggdag) + +lalonde <- read_csv("data/lalonde.csv") +``` + +**Causal variables**: + +- Treatment/exposure: `treat` (Individual was assigned to the job training program, 1 = yes, 0 = no) +- Outcome: `re78` (Individual's income in 1978, in US dollars) + +**Possible confounders**: + +- `age`: age in years +- `educ`: education in number of years of schooling +- `race`: the individual's race/ethnicity, (Black, Hispanic, or White) +- `married`: an indicator for marital status (1 = married, 0 = not married) +- `nodegree`: an indicator for whether the individual has a high school degree (1 = no degree, 0 = degree) +- `re74`: income in 1974, in US dollars +- `re75`: income in 1975, in US dollars + + +## Check difference in outcome across treatment status + +Is there a visual difference? + +```{r} +# Density plot +``` + +```{r} +# group_by + summarize +``` + +```{r} +# Naive model +``` + + +## Draw a DAG + +```{r fig.height=5, fig.width=7} +set.seed(1234) + +treat_income_dag <- dagify( + # Specify causes of job training program and 1978 income: + treat ~ educ + race + married + nodegree + re74 + re75, + re78 ~ educ + race + married + nodegree + re74 + re75, + # Specify causal question: + exposure = "treat", + outcome = "re78" +) + +ggdag_status(treat_income_dag) +``` + +## Treatment model + +```{r} +# Treatment model +``` + + +## Propensity scores and weights + +```{r} +# Propensity scores and weights +``` + +Investigate your weights. They should be clustered around 1 (with an average of 1), without any huge values. + +```{r} +# Check weights +``` + +```{r} +# Check average of weights +``` + + +## Outcome model + +```{r} +# Outcome model +``` diff --git a/docs/projects/rcts-ipw/ipw_job-training_finished.Rmd b/docs/projects/rcts-ipw/ipw_job-training_finished.Rmd new file mode 100644 index 00000000..be16d241 --- /dev/null +++ b/docs/projects/rcts-ipw/ipw_job-training_finished.Rmd @@ -0,0 +1,196 @@ +--- +title: "IPW: Job training" +output: html_document +date: '2023-02-23' +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +# Did a job training program increase incomes? + +> The National Supported Work Demonstration project [was] a transitional, subsidized work experience program for four target groups of people with longstanding employment problems: ex-offenders, former drug addicts, women who were long-term recipients of welfare benefits, and school dropouts, many with criminal records. The program provided up to 12-18 months of employment to about 10,000 individuals at 15 locations across the country for four years. In ten of these sites -- Atlanta, Chicago, Hartford, Jersey City, Newark, New York, Philadelphia, Oakland, San Francisco, and Wisconsin, 6,600 eligible applicants were randomly assigned either to experimental groups (offered a job in supported work) or to control groups, and an evaluation was conducted on the effects of the Supported Work Program. ([See here](https://www.icpsr.umich.edu/web/ICPSR/studies/7865) for more details.) + +In 1986, Robert LaLonde [analyzed the results](https://www.jstor.org/stable/1806062) from this experiment and later compared it to observational data. We're going to use his data to see if participating in the job training program increased incomes. + + +## Load data + +```{r libraries-data, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(ggdag) + +lalonde <- read_csv("data/lalonde.csv") +``` + +**Causal variables**: + +- Treatment/exposure: `treat` (Individual was assigned to the job training program, 1 = yes, 0 = no) +- Outcome: `re78` (Individual's income in 1978, in US dollars) + +**Possible confounders**: + +- `age`: age in years +- `educ`: education in number of years of schooling +- `race`: the individual's race/ethnicity, (Black, Hispanic, or White) +- `married`: an indicator for marital status (1 = married, 0 = not married) +- `nodegree`: an indicator for whether the individual has a high school degree (1 = no degree, 0 = degree) +- `re74`: income in 1974, in US dollars +- `re75`: income in 1975, in US dollars + + +## Check difference in outcome across treatment status + +Is there a visual difference? + +```{r} +ggplot(lalonde, aes(x = re78, fill = factor(treat))) + + geom_density(alpha = 0.5) +``` + +```{r} +lalonde %>% + group_by(treat) %>% + summarize(avg_income = mean(re78)) +``` + +```{r} +model_naive <- lm(re78 ~ treat, data = lalonde) +tidy(model_naive, conf.int = TRUE) +``` + + +## Draw a DAG + +```{r fig.height=5, fig.width=7} +set.seed(1234) + +treat_income_dag <- dagify( + # Specify causes of job training program and 1978 income: + treat ~ educ + race + married + nodegree + re74 + re75, + re78 ~ educ + race + married + nodegree + re74 + re75, + # Specify causal question: + exposure = "treat", + outcome = "re78" +) + +ggdag_status(treat_income_dag) +``` + +## Treatment model + +```{r} +treatment_model <- glm(treat ~ age + educ + race + married + + nodegree + re74 + re75, + data = lalonde, + family = binomial(link = "logit")) +tidy(treatment_model) +``` + + +## Propensity scores and weights + +```{r} +lalonde_wts <- augment(treatment_model, lalonde, type.predict = "response") %>% + rename(propensity = .fitted) %>% + mutate(ipw = (treat / propensity) + ((1 - treat) / (1 - propensity))) +``` + +Investigate your weights. They should be clustered around 1 (with an average of 1), without any huge values. + +```{r} +ggplot(lalonde_wts, aes(x = ipw)) + + geom_density(fill = "darkred") +``` + +```{r} +lalonde_wts %>% summarize(avg_wt = mean(ipw)) +mean(lalonde_wts$ipw) +``` + + +## Outcome model + +```{r} +outcome_model <- lm(re78 ~ treat, data = lalonde_wts, weights = ipw) +tidy(outcome_model, conf.int = TRUE) +``` + +## Outcome model with bootstrapped standard errors and confidence intervals + +```{r} +fit_one_ipw <- function(split) { + # Work with just a sampled subset of the full data + current_data <- analysis(split) + + # Fit propensity score model + treatment_model <- glm(treat ~ age + educ + race + married + + nodegree + re74 + re75, + data = current_data, + family = binomial(link = "logit")) + + # Calculate inverse probability weights + lalonde_wts <- augment(treatment_model, current_data, type.predict = "response") %>% + rename(propensity = .fitted) %>% + mutate(ipw = (treat / propensity) + ((1 - treat) / (1 - propensity))) + + # Fit outcome model with IPWs + model_outcome <- lm(re78 ~ treat, data = lalonde_wts, weights = ipw) + + # Return a tidied version of the model results + return(tidy(model_outcome)) +} + +# Make 1000 copies of the data and run the IPW model on each one +library(rsample) + +ipw_bootstrap_stats <- bootstraps(lalonde, 1000, apparent = TRUE) %>% + mutate(results = map(splits, fit_one_ipw)) + +ipw_bootstrap_stats %>% + unnest(results) %>% + filter(term == "treat") + + +ipw_bootstrap_stats %>% + unnest(results) %>% + filter(term == "treat") %>% + summarize(avg_treat = mean(estimate), + avg_se = sqrt(mean(std.error^2) + var(estimate))) + +ipw_bootstrap_stats %>% + int_t(results) +``` + + +```{r warning=FALSE, message=FALSE, results="hide"} +library(brms) +library(broom.mixed) +library(tidybayes) + +outcome_bayes <- brm( + bf(re78 | weights(ipw) ~ treat), + data = lalonde_wts, + cores = 4 +) +``` + +```{r} +tidy(outcome_bayes) +``` + +```{r} +get_variables(outcome_bayes) + +outcome_draws <- outcome_bayes %>% + gather_draws(b_treat) + +ggplot(outcome_draws, aes(x = .value)) + + stat_halfeye() + + geom_vline(xintercept = 0) + +outcome_draws %>% + summarize(prob_gt_0 = sum(.value > 0) / n()) +``` diff --git a/docs/projects/rcts-ipw/ipw_smoking.Rmd b/docs/projects/rcts-ipw/ipw_smoking.Rmd new file mode 100644 index 00000000..48f2986d --- /dev/null +++ b/docs/projects/rcts-ipw/ipw_smoking.Rmd @@ -0,0 +1,144 @@ +--- +title: "IPW: Smoking and weight gain" +output: html_document +date: '2023-02-23' +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +# Do people who quit smoking gain weight? + +The NHANES I Epidemiologic Follow-up Study (NHEFS) is a national longitudinal study that was jointly initiated by the National Center for Health Statistics and the National Institute on Aging in collaboration with other agencies of the Public Health Service. The NHEFS was designed to investigate the relationships between clinical, nutritional, and behavioral factors. ([See here](https://wwwn.cdc.gov/nchs/nhanes/nhefs/) for complete details.) + +You're going to use data from the NHEFS to find the causal effect of quitting smoking on weight gain. + + +## Load data + +```{r libraries-data, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(ggdag) + +# TODO: Use read_csv() to load data/nhefs.csv + +# TODO: Use read_csv() to load data/nhefs_codebook.csv (so you can know what the +# different columns are actually measuring) +``` + +**Causal variables**: + +- Treatment/exposure: `qsmk` (Respondent quit smoking between 1st questionnaire and 1982, 1 = yes, 0 = no) +- Outcome: `wt82_71` (Respondent weight change between 1971 and 1982 in kilograms) + +**Confounders**: + +- Demographics + - `age`: age + - `sex`: sex + - `race`: race + - `education`: education +- Health + - `wt71`: baseline weight in 1971 + - `active`: daily activity level + - `exercise`: exercise +- Smoking history + - `smokeintensity`: smoking intensity + - `smokeyrs`: years of smoking + + +## Check difference in outcome across treatment status + +Is there a visual difference? + +```{r} +# TODO: Make a density plot of wt82_71 that is filled by factor(qsmk) (so that +# the 0/1 is treated as a categorical variable) +``` + +```{r} +# TODO: Use group_by() and summarize() to find the average weight gain among +# smokers and nonsmokers +``` + +```{r} +# TODO: Use lm() to calculate a naive estimate of the "effect" of quitting +# smoking on weight gain +``` + + +## Draw a DAG + +```{r fig.height=5, fig.width=8} +set.seed(1234) + +smk_wt_dag <- dagify( + # Specify causes of quitting smoking and weight gain: + qsmk ~ sex + race + age + education + + smokeintensity + smokeyrs + exercise + active + wt71, + wt82_71 ~ qsmk + sex + race + age + education + + smokeintensity + smokeyrs + exercise + active + wt71, + # Specify causal question: + exposure = "qsmk", + outcome = "wt82_71" +) + +ggdag_status(smk_wt_dag) +``` + +## Treatment model + +```{r} +# TODO: Create a model that predicts quitting smoking (qsmk) based on all the +# confounders. For fun, try accounting for nonlinearities in age, +# smokeintensity, smokeyrs, and wt71 too (hint: include a term like I(age^2) in +# addition to age) +``` + + + +## Propensity scores and weights + +```{r} +# TODO: Plug the original dataset into the model using augment() and generate +# propensity scores for each observation +# +# TODO: Create a new column of inverse probability weights using this formula: +# +# (treatment / propensity) + ((1 - treatment) / (1 - propensity)) +# +# It should look something like this: +# mutate(ipw = (qsmk / propensity) + ((1 - qsmk) / (1 - propensity))) +``` + +Investigate your weights. They should be clustered around 1 (with an average of 1), without any huge values. + +```{r} +# Visualize the distribution of weights. +``` + +```{r} +# Calculate the average of your weights. It should be around 1 +``` + +## Outcome model + +```{r} +# TODO: Use lm() to estimate the effect of quitting smoking (qsmk) on weight +# gain (wt82_71) and incorporate the inverse probability weights. How much +# weight gain does quitting smoking *cause*? +# +# TODO: Is this effect significant? Interpret the confidence interval. +``` + +```{r} +# TODO: For bonus fun and games, run a Bayesian outcome model with the brms +# package so that you can talk about credible intervals. Specifying weights with +# brms is a little different than with lm(). There's no weights argument. +# Instead, you have to include the weights in the formula like this: +# +# brm(bf(outcome | weights(ipw) ~ treatment), +# data = whatever) +``` diff --git a/docs/projects/rcts-ipw/rct_oregon.Rmd b/docs/projects/rcts-ipw/rct_oregon.Rmd new file mode 100644 index 00000000..3df61bf0 --- /dev/null +++ b/docs/projects/rcts-ipw/rct_oregon.Rmd @@ -0,0 +1,57 @@ +--- +title: "RCT: Medicaid and medical debt" +output: html_document +date: '2023-02-23' +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +# Does receiving Medicaid reduce medical debt? + +In 2008, in response to the ACA's mandate that states expand Medicaid eligibility, Oregon used a lottery to randomly assign people to receive Medicaid ([see here](https://www.nber.org/programs-projects/projects-and-centers/oregon-health-insurance-experiment) for more details). Researchers tracked (and continue to track) a whole host of health and financial outcomes as a result of receiving access to Medicaid. + +You're going to investigate the effect of Medicaid on one outcome: + +![Excerpt from Oregon Medicaid study codebook](img/oregon-medicaid.jpg) + +## Load data + +```{r libraries-data, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) + +# TODO: Use read_csv() to load data/oregon.csv +``` + + +## Clean data + +There are two categorical columns in this dataset. It will make it easier to calculate differences in proportions if we have numeric versions of the columns too. Use `mutate()` and `case_when()` (look at the dplyr cheatsheet) to add two new columns: + +- `treatment_num`: 0 if not treated, 1 if treated +- `outcome_num`: 0 if the person doesn't owe money, 1 if the person does owe money + +```{r} +# TODO: Add two new columns with numeric versions of treatment and outcome +``` + + +## Find the difference in outcome caused by treatment + +```{r} +# TODO: Use group_by() and summarize() (or just count()) to calculate the number +# of people in the treatment and control groups who do and don't have medical +# debt. Is there a difference? +``` + +```{r} +# TODO: Use lm() to calculate the exact difference in the proportion of people +# with medical debt across the treatment and control groups. Is the difference +# significant? +``` + +```{r} +# TODO: For bonus fun, try to visualize the difference in proportions +``` diff --git a/docs/projects/rcts-ipw/rct_vaccine-payments.Rmd b/docs/projects/rcts-ipw/rct_vaccine-payments.Rmd new file mode 100644 index 00000000..59649205 --- /dev/null +++ b/docs/projects/rcts-ipw/rct_vaccine-payments.Rmd @@ -0,0 +1,123 @@ +--- +title: "RCT: Vaccine payments" +output: html_document +date: '2023-02-23' +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +# Does paying people cause people to get vaccinated against COVID-19? + +An RCT in Sweden found that giving people 200 Swedish kroner (≈$24 USD) increased vaccination rates by 4.2 percentage points. ([See here](https://www.science.org/doi/full/10.1126/science.abm0475) for full details.) + +We're going to re-analyze their data. + + +## Load and clean data + +```{r libraries-data, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(haven) # For reading Stata files + +vaccines_raw <- read_stata("data/vaccines.dta") +``` + +```{r} +print_labels(vaccines_raw$treatment) +``` + +```{r} +# Clean up treatment variable and check treatment assignment +``` + + +```{r} +# group_by + summarize to see averages of vaccinated and intention1 +``` + + +```{r} +# Basic model with lm +``` + + +```{r} +# Cleaner data +# vaccines_clean <- vaccines_raw %>% +# mutate(across(c(female, age_band, region, covid1_2, civilstatus, +# haschildren, education, occupation, +# mother, father, income), +# factor)) %>% +# filter(already_vacced == 0, !is.na(intention1)) +``` + + +```{r} +model_vacc <- lm(vaccinated ~ treat_pay + + treat_soc + treat_arg + treat_info + treat_min + + female + age_band*region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean) + +tidy(model_vacc) +``` + +```{r} +model_intent <- lm(intention1 ~ treat_pay + + treat_soc + treat_arg + treat_info + treat_min + + female + age_band*region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean) + +tidy(model_intent) +``` + +```{r} +model_vacc_nudge <- lm(vaccinated ~ treat_pay + nudge + treat_min + + female + age_band*region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean) + +tidy(model_vacc_nudge) + +model_intent_nudge <- lm(intention1 ~ treat_pay + nudge + treat_min + + female + age_band*region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean) + +tidy(model_intent_nudge) +``` + +```{r} +plot_stuff <- bind_rows(Uptake_Payment = tidy(model_vacc, conf.int = TRUE), + Intentions_Payment = tidy(model_intent, conf.int = TRUE), + Uptake_Nudges = tidy(model_vacc_nudge, conf.int = TRUE), + Intentions_Nudges = tidy(model_intent_nudge, conf.int = TRUE), + .id = "outcome") %>% + separate(outcome, into = c("outcome", "condition")) + +plot_filtered <- plot_stuff %>% + filter((condition == "Payment" & str_detect(term, "treat_")) | + (condition == "Nudges" & term == "nudge")) %>% + mutate(term = factor(term, levels = c("treat_pay", "nudge", "treat_soc", + "treat_arg", "treat_info", "treat_min"))) + + +ggplot(plot_filtered, aes(x = estimate, y = fct_rev(term), color = outcome)) + + geom_vline(xintercept = 0) + + geom_pointrange(aes(xmin = conf.low, xmax = conf.high), + position = position_dodge(width = 0.25)) +``` + +## Nicer way with `feols()` + +```{r} +# fixest::feols() with robust SEs +``` diff --git a/docs/projects/rcts-ipw/rct_vaccine-payments_finished.Rmd b/docs/projects/rcts-ipw/rct_vaccine-payments_finished.Rmd new file mode 100644 index 00000000..103f7a06 --- /dev/null +++ b/docs/projects/rcts-ipw/rct_vaccine-payments_finished.Rmd @@ -0,0 +1,171 @@ +--- +title: "RCT: Vaccine payments" +output: html_document +date: '2023-02-23' +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +# Does paying people cause people to get vaccinated against COVID-19? + +An RCT in Sweden found that giving people 200 Swedish kroner (≈$24 USD) increased vaccination rates by 4.2 percentage points. ([See here](https://www.science.org/doi/full/10.1126/science.abm0475) for full details.) + +We're going to re-analyze their data. + + +## Load and clean data + +```{r libraries-data, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(haven) # For reading Stata files + +vaccines_raw <- read_stata("data/vaccines.dta") +``` + +```{r} +print_labels(vaccines_raw$treatment) +``` + +```{r} +vaccines_trt_ctrl <- vaccines_raw %>% + filter(treatment %in% c(0, 5)) %>% + mutate(treatment_nice = case_when( + treatment == 0 ~ "Received payment", + treatment == 5 ~ "Control group" + )) + +vaccines_trt_ctrl %>% + count(treatment_nice) +``` + + +```{r} +vaccines_trt_ctrl %>% + group_by(treatment_nice) %>% + summarize(vaccination = mean(vaccinated), + intention = mean(intention1)) +``` + + +```{r} +lm(vaccinated ~ treatment_nice, data = vaccines_trt_ctrl) %>% tidy() +``` + + +```{r} +vaccines_clean <- vaccines_raw %>% + mutate(across(c(female, age_band, region, covid1_2, civilstatus, + haschildren, education, occupation, + mother, father, income), + factor)) %>% + filter(already_vacced == 0, !is.na(intention1)) +``` + + +```{r} +model_vacc <- lm(vaccinated ~ treat_pay + + treat_soc + treat_arg + treat_info + treat_min + + female + age_band*region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean) + +tidy(model_vacc) +``` + +```{r} +model_intent <- lm(intention1 ~ treat_pay + + treat_soc + treat_arg + treat_info + treat_min + + female + age_band*region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean) + +tidy(model_intent) +``` + +```{r} +model_vacc_nudge <- lm(vaccinated ~ treat_pay + nudge + treat_min + + female + age_band*region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean) + +tidy(model_vacc_nudge) + +model_intent_nudge <- lm(intention1 ~ treat_pay + nudge + treat_min + + female + age_band*region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean) + +tidy(model_intent_nudge) +``` + +```{r} +plot_stuff <- bind_rows(Uptake_Payment = tidy(model_vacc, conf.int = TRUE), + Intentions_Payment = tidy(model_intent, conf.int = TRUE), + Uptake_Nudges = tidy(model_vacc_nudge, conf.int = TRUE), + Intentions_Nudges = tidy(model_intent_nudge, conf.int = TRUE), + .id = "outcome") %>% + separate(outcome, into = c("outcome", "condition")) + +plot_filtered <- plot_stuff %>% + filter((condition == "Payment" & str_detect(term, "treat_")) | + (condition == "Nudges" & term == "nudge")) %>% + mutate(term = factor(term, levels = c("treat_pay", "nudge", "treat_soc", + "treat_arg", "treat_info", "treat_min"))) + + +ggplot(plot_filtered, aes(x = estimate, y = fct_rev(term), color = outcome)) + + geom_vline(xintercept = 0) + + geom_pointrange(aes(xmin = conf.low, xmax = conf.high), + position = position_dodge(width = 0.25)) +``` + +## Nicer way with `feols()` + +```{r} +library(fixest) + +example_model <- feols(vaccinated ~ treat_pay + + treat_soc + treat_arg + treat_info + treat_min | + female + age_band^region + covid1_2 + civilstatus + + haschildren + education + occupation + + mother + father + income, + data = vaccines_clean, + vcov = "hetero") + +tidy(example_model) +``` + +# Bayesian stuff + +```{r warning=FALSE, message=FALSE, results="hide"} +library(brms) +library(tidybayes) + +model_bayes <- brm( + bf(vaccinated ~ treat_pay + treat_soc + treat_arg + treat_info + treat_min + + female + covid1_2 + civilstatus + haschildren), + data = vaccines_clean, + cores = 4 +) +``` + +```{r} +get_variables(model_bayes) + +model_draws <- model_bayes %>% + gather_draws(c(b_treat_pay, b_treat_min)) + +ggplot(model_draws, aes(x = .value, y = .variable)) + + stat_halfeye() + +model_draws %>% + filter(.variable == "b_treat_pay") %>% + summarize(prop_gt_0 = sum(.value > 0) / n()) +``` diff --git a/docs/projects/rcts-ipw/rcts-ipw.Rproj b/docs/projects/rcts-ipw/rcts-ipw.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/rcts-ipw/rcts-ipw.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/regression-example/complete-regression-example.Rmd b/docs/projects/regression-example/complete-regression-example.Rmd new file mode 100644 index 00000000..e4d4936c --- /dev/null +++ b/docs/projects/regression-example/complete-regression-example.Rmd @@ -0,0 +1,261 @@ +--- +title: "SAT scores and college GPA" +output: + html_document: + toc: yes +--- + +# Introduction + +SAT scores have long been a major factor in college admissions, under the assumption that students with higher test scores will perform better in college and receive a higher GPA. The SAT's popularity [has dropped in recent years](https://www.washingtonpost.com/news/answer-sheet/wp/2017/04/12/the-list-of-test-optional-colleges-and-universities-keeps-growing-despite-college-boards-latest-jab/), though, and this summer, the [University of Chicago announced that it would stop requiring SAT scores for all prospective undergraduates](http://www.chicagotribune.com/news/local/breaking/ct-university-chicago-sat-act-20180614-story.html). + +Educational Testing Service (ETS), the creator of the SAT, collected SAT scores, high school GPAs, and freshman-year-college GPAs for 1,000 students at an unnamed university.[^note] + +[^note]: This is real data about real students, [compiled and cleaned by a professor at Dartmouth.](https://www.dartmouth.edu/~chance/course/Syllabi/Princeton96/Class12.html) + +You are a university admissions officer and you are curious if SAT scores really do predict college performance. You're also interested in other factors that could influence student performance. + +The data contains 6 variables: + +- `sex`: The sex of the student (male or female; female is the base case) +- `sat_verbal`: The student's *percentile* score in the verbal section of the SAT +- `sat_math`: The student's *percentile* score in the math section of the SAT +- `sat_total`: `sat_verbal` + `sat_math` +- `gpa_hs`: The student's GPA in high school at graduation +- `gpa_fy`: The student's GPA at the end of their freshman year + +```{r load-libraries, message=FALSE, warning=FALSE} +# First we load the libraries and data +library(tidyverse) # This lets you create plots with ggplot, manipulate data, etc. +library(broom) # This lets you convert regression models into nice tables +library(modelsummary) # This lets you combine multiple regression models into a single table + +# Load the data. +# It'd be a good idea to click on the "sat_gpa" object in the Environment panel +# in RStudio to see what the data looks like after you load it. +sat_gpa <- read_csv("data/sat_gpa.csv") +``` + +# Exploratory questions + +## How well do SAT scores correlate with freshman GPA? + +```{r sat-gpa-correlation} +# Note the syntax here with the $. That lets you access columns. The general +# pattern is name_of_data_set$name_of_column +cor(sat_gpa$gpa_fy, sat_gpa$sat_total) +``` + +SAT scores and first-year college GPA are moderately positively correlated (r = 0.46). As one goes up, the other also tends to go up. + +Here's what that relationship looks like: + +```{r plot-sat-gpa-correlation, fig.width=6, fig.height=4, fig.align='center'} +# Notice that I set a bunch of extra chunk options here, like fig.width and +# fig.height. You can do this by clicking on the little gear icon in the top +# right corner of chunks. +ggplot(sat_gpa, aes(x = sat_total, y = gpa_fy)) + + geom_point(size = 0.5) + + geom_smooth(method = "lm", se = FALSE) + + labs(x = "Total SAT score", y = "Freshman GPA") +``` + +## How well does high school GPA correlate with freshman GPA? + +```{r hs-gpa-correlation} +# We'll calculate another correlation, but we'll do something a little different +# this time. Notice how above, we calculated the correlation but then had to +# write the number manually in the text ("SAT scores and first-year college GPA +# are moderately positively correlated (r = 0.46)."). We don't need to manually +# type that 0.46. Instead, we can save it as a variable and use it later: +hs_gpa_cor <- cor(sat_gpa$gpa_fy, sat_gpa$gpa_hs) + +# After you run this, you won't see anything (except in the Environment panel in +# RStudio). If you want to see it, run the name of the object: +hs_gpa_cor + +# You can use this number in regular text with a special kind of syntax, +# essentially making an inline chunk of R code: `r put_r_code_here` +``` + +High school and freshman GPAs are also moderately correlated (r = `r round(hs_gpa_cor, 2)`), but with a slightly stronger relationship. + +Here's what that relationship looks like: + +```{r plot-hs-gpa-correlation, message=FALSE, fig.width=6, fig.height=4, fig.align='center'} +ggplot(sat_gpa, aes(x = gpa_hs, y = gpa_fy)) + + geom_point(size = 0.5) + + geom_smooth(method = "lm", se = FALSE) + + labs(x = "High school GPA", y = "Freshman GPA") +``` + +## Is the correlation between SAT scores and freshman GPA stronger for men or for women? + +```{r sat-gpa-correlation-sex} +# We can calculate the correlation for subgroups within the data with slightly +# different syntax. Notice how this uses the pipe (%>%), which makes it read +# like English. We can say "Take the sat_gpa data set, split it into groups +# based on sex, and calculate the correlation between sat_total and gpa_fy in +# each of the groups +sat_gpa %>% + group_by(sex) %>% + summarize(correlation = cor(sat_total, gpa_fy)) +``` + +We can calculate the correlation between SAT scores and freshman GPA for both sexes to see if there are any differences. The correlation is slightly stronger for women, but it's hardly noticeable (r = 0.49 for females, r = 0.48 for males) + +This is apparent visually if we include a trendline for each sex. The lines are essentially parallel: + +```{r plot-sat-gpa-correlation-sex, message=FALSE, fig.width=6, fig.height=4, fig.align='center'} +# The only difference between this graph and the earlier two is that it is +# coloring by sex +ggplot(sat_gpa, aes(x = gpa_hs, y = gpa_fy, color = sex)) + + geom_point(size = 0.5) + + geom_smooth(method = "lm", se = FALSE) + + labs(x = "High school GPA", y = "Freshman GPA") +``` + +## Is the correlation between high school GPA and freshman GPA stronger for men or for women? + +```{r hs-gpa-correlation-sex} +sat_gpa %>% + group_by(sex) %>% + summarize(correlation = cor(gpa_hs, gpa_fy)) +``` + +There is a noticeable difference between men and women in the correlation between high school and college GPA. For men, the two are moderately correlated (r = 0.48), while for women the relationship is much stronger (r = 0.60). High school grades might be a better predictor of college grades for women than for men. + +# Models + +## Do SAT scores predict freshman GPAs? + +We can build a model that predicts college GPAs (our outcome variable, or dependent variable) using SAT scores (our main explanatory variable): + +$$ +\text{freshman GPA} = \beta_0 + \beta_1 \text{SAT total} + \epsilon +$$ + +```{r model-sat-gpa} +model_sat_gpa <- lm(gpa_fy ~ sat_total, data = sat_gpa) + +# Look at the model results and include confidence intervals for the coefficients +tidy(model_sat_gpa, conf.int = TRUE) +``` + +Here's what these coefficients mean: + +- The intercept (or $\beta_0$) is 0.002, which means that the average freshman GPA will be 0.002 when the total SAT percentile score is 0. This is a pretty nonsensical number (nobody has a score that low), so we can ignore it. +- The slope of `sat_total` (or $\beta_1$) is 0.024, which means that a 1 percentile increase in SAT score is associated with a 0.024 point increase in GPA, on average. + +We can look at the summary table of the regression to check the $R^2$: + +```{r model-sat-gpa-details} +glance(model_sat_gpa) +``` + +The $R^2$ here is 0.212, which means that SAT scores explain 21% of the variation in freshman GPA. It's not a fantastic model, but it explains some stuff. + +## Does a certain type of SAT score have a larger effect on freshman GPAs? + +The `sat_total` variable combines both `sat_math` and `sat_verbal`. We can disaggregate the total score to see the effect of each portion of the test on freshman GPA, using the following model: + +$$ +\text{freshman GPA} = \beta_0 + \beta_1 \text{SAT verbal} + \beta_2 \text{SAT math} + \epsilon +$$ + +```{r model-sat-math-verbal} +model_sat_gpa_types <- lm(gpa_fy ~ sat_verbal + sat_math, data = sat_gpa) + +tidy(model_sat_gpa_types, conf.int = TRUE) +``` + +Again, the intercept is meaningless since no student has a zero on both the verbal and the math test. The slope for `sat_verbal` (or $\beta_1$) is 0.025, so a one percentile point increase in the verbal SAT is associated with a 0.025 point increase in GPA, on average, controlling for math scores. Meanwhile, a one percentile point increase in the math SAT ($\beta_2$) is associated with a 0.022 point increase in GPA, on average, controlling for verbal scores. These are essentially the same, so at first glance, it doesn't seem like the type of test has substantial bearing on college GPAs. + +The adjusted $R^2$ (which we need to look at because we're using more than one explanatory variable) is 0.211, which means that this model explains 21% of the variation in college GPA. Like before, this isn't great, but it tells us a little bit about the importance of SAT scores. + +```{r model-sat-math-verbal-gpa-details} +glance(model_sat_gpa_types) +``` + +## Do high school GPAs predict freshman GPAs? + +We can also use high school GPA to predict freshman GPA, using the following model: + +$$ +\text{freshman GPA} = \beta_0 + \beta_1 \text{high school GPA} + \epsilon +$$ + +```{r model-hs-college-gpa} +model_sat_gpa_hs <- lm(gpa_fy ~ gpa_hs, data = sat_gpa) + +tidy(model_sat_gpa_hs) +``` + +The intercept here ($\beta_0$) is 0.091, which means that a student with a high school GPA of zero would have a predicted freshman GPA of 0.091, on average. This is nonsensical, so we can ignore it. The slope for `gpa_hs` ($\beta_1$), on the other hand, is helpful. For every 1 point increase in GPA (i.e. moving from 2.0 to 3.0, or 3.0 to 4.0), there's an associated increase in college GPA of 0.743 points, on average. + +The $R^2$ value is 0.295, which means that nearly 30% of the variation in college GPA can be explained by high school GPA. Neat. + +```{r model-hs-college-gpa-details} +glance(model_sat_gpa_hs) +``` + +## College GPA ~ SAT + sex + +Next, we can see how both SAT scores and sex affect variation in college GPA with the following model: + +$$ +\text{freshman GPA} = \beta_0 + \beta_1 \text{SAT total} + \beta_2 \text{sex} + \epsilon +$$ + +```{r model-sat-sex} +model_sat_sex <- lm(gpa_fy ~ sat_total + sex, data = sat_gpa) + +tidy(model_sat_sex, conf.int = TRUE) +``` + +Here, stuff gets interesting. The intercept ($\beta_0$) is once again nonsensical—females with a 0 score on their SAT would have a -0.027 college GPA on average. There's a positive effect with our $\beta_1$ (or `sat_total`), since controlling for sex, a one percentile point increase in SAT scores is associated with a 0.026 point increase in freshman GPA, on average. If we control for SAT scores, males see an average drop of 0.274 points ($\beta_2$) in their college GPAs. + +The combination of these two variables, however, doesn't boost the model's explanatory power that much. The adjusted $R^2$ (which we must look at because we're using more than one explanatory variable) is 0.243, meaning that the model explains a little over 24% of the variation in college GPAs. + +```{r model-sat-sex-details} +glance(model_sat_sex) +``` + +## College GPA ~ SAT + high school GPA + sex + +Finally we can see what the effect of SAT scores, high school GPA, and sex is on college GPAs all at the same time, using the following model: + +$$ +\text{freshman GPA} = \beta_0 + \beta_1 \text{SAT total} + \beta_2 \text{high school GPA} + \beta_3 \text{sex} + \epsilon +$$ + +```{r model-sat-hs-sex} +model_sat_hs_sex <- lm(gpa_fy ~ sat_total + gpa_hs + sex, data = sat_gpa) + +tidy(model_sat_hs_sex, conf.int = TRUE) +``` + +We can say the following things about these results: + +- Yet again, the intercept ($\beta_0$) can be safely ignored. Here it means that a female with a 0.0 high school GPA and an SAT score of 0 would have a college GPA of -0.84, on average. That's pretty impossible. +- The $\beta_1$ coefficient for `sat_total` indicates that taking into account high school GPA and sex, a one percentile point increase in a student's SAT score is associated with a 0.016 point increase in their college GPA, on average. +- Controlling for SAT scores and sex, a one point increase in high school GPA is associated with a 0.545 point (this is $\beta_2$) increase in college GPA, on average. This coefficient is lower than the 0.74 point coefficient we found previously. That's because SAT scores and sex soaked up some of high school GPA's explanatory power. +- Taking SAT scores and high school GPAs into account, males have a 0.143 point lower GPA in college, on average (this is $\beta_3$) + +As always, the adjusted $R^2$ shows us how well the model fits overall (again, we have to look at the adjusted $R^2$ because we have more than one explanatory variable). In this case, the model explains 36.5% of the variation in college GPA, which is higher than any of the previous models (but not phenomenal, in the end). + +```{r model-sat-hs-sex-details} +glance(model_sat_hs_sex) +``` + +## Which model best predicts freshman GPA? How do you know? + +As you've learned in previous stats classes, adjusted $R^2$ generally shows the strength of a model's fit, or how well the model will predict future values of the outcome variable. If we compare the adjusted $R^2$ for each of the models, we see that the "best" model is the last one. + +```{r show-all-models} +# The modelsummary() function takes a bunch of different regression models and +# puts them in a neat side-by-side table. In a normal report or analysis, you'd +# include all of these once instead of going one by one like we did above. +modelsummary(list(model_sat_gpa, model_sat_gpa_types, model_sat_gpa_hs, + model_sat_sex, model_sat_hs_sex)) +``` diff --git a/docs/projects/regression-example/data/gapminder.csv b/docs/projects/regression-example/data/gapminder.csv new file mode 100644 index 00000000..7e643799 --- /dev/null +++ b/docs/projects/regression-example/data/gapminder.csv @@ -0,0 +1,1705 @@ +country,continent,year,lifeExp,pop,gdpPercap +Afghanistan,Asia,1952,28.801,8425333,779.4453145 +Afghanistan,Asia,1957,30.332,9240934,820.8530296 +Afghanistan,Asia,1962,31.997,10267083,853.10071 +Afghanistan,Asia,1967,34.02,11537966,836.1971382 +Afghanistan,Asia,1972,36.088,13079460,739.9811058 +Afghanistan,Asia,1977,38.438,14880372,786.11336 +Afghanistan,Asia,1982,39.854,12881816,978.0114388 +Afghanistan,Asia,1987,40.822,13867957,852.3959448 +Afghanistan,Asia,1992,41.674,16317921,649.3413952 +Afghanistan,Asia,1997,41.763,22227415,635.341351 +Afghanistan,Asia,2002,42.129,25268405,726.7340548 +Afghanistan,Asia,2007,43.828,31889923,974.5803384 +Albania,Europe,1952,55.23,1282697,1601.056136 +Albania,Europe,1957,59.28,1476505,1942.284244 +Albania,Europe,1962,64.82,1728137,2312.888958 +Albania,Europe,1967,66.22,1984060,2760.196931 +Albania,Europe,1972,67.69,2263554,3313.422188 +Albania,Europe,1977,68.93,2509048,3533.00391 +Albania,Europe,1982,70.42,2780097,3630.880722 +Albania,Europe,1987,72,3075321,3738.932735 +Albania,Europe,1992,71.581,3326498,2497.437901 +Albania,Europe,1997,72.95,3428038,3193.054604 +Albania,Europe,2002,75.651,3508512,4604.211737 +Albania,Europe,2007,76.423,3600523,5937.029526 +Algeria,Africa,1952,43.077,9279525,2449.008185 +Algeria,Africa,1957,45.685,10270856,3013.976023 +Algeria,Africa,1962,48.303,11000948,2550.81688 +Algeria,Africa,1967,51.407,12760499,3246.991771 +Algeria,Africa,1972,54.518,14760787,4182.663766 +Algeria,Africa,1977,58.014,17152804,4910.416756 +Algeria,Africa,1982,61.368,20033753,5745.160213 +Algeria,Africa,1987,65.799,23254956,5681.358539 +Algeria,Africa,1992,67.744,26298373,5023.216647 +Algeria,Africa,1997,69.152,29072015,4797.295051 +Algeria,Africa,2002,70.994,31287142,5288.040382 +Algeria,Africa,2007,72.301,33333216,6223.367465 +Angola,Africa,1952,30.015,4232095,3520.610273 +Angola,Africa,1957,31.999,4561361,3827.940465 +Angola,Africa,1962,34,4826015,4269.276742 +Angola,Africa,1967,35.985,5247469,5522.776375 +Angola,Africa,1972,37.928,5894858,5473.288005 +Angola,Africa,1977,39.483,6162675,3008.647355 +Angola,Africa,1982,39.942,7016384,2756.953672 +Angola,Africa,1987,39.906,7874230,2430.208311 +Angola,Africa,1992,40.647,8735988,2627.845685 +Angola,Africa,1997,40.963,9875024,2277.140884 +Angola,Africa,2002,41.003,10866106,2773.287312 +Angola,Africa,2007,42.731,12420476,4797.231267 +Argentina,Americas,1952,62.485,17876956,5911.315053 +Argentina,Americas,1957,64.399,19610538,6856.856212 +Argentina,Americas,1962,65.142,21283783,7133.166023 +Argentina,Americas,1967,65.634,22934225,8052.953021 +Argentina,Americas,1972,67.065,24779799,9443.038526 +Argentina,Americas,1977,68.481,26983828,10079.02674 +Argentina,Americas,1982,69.942,29341374,8997.897412 +Argentina,Americas,1987,70.774,31620918,9139.671389 +Argentina,Americas,1992,71.868,33958947,9308.41871 +Argentina,Americas,1997,73.275,36203463,10967.28195 +Argentina,Americas,2002,74.34,38331121,8797.640716 +Argentina,Americas,2007,75.32,40301927,12779.37964 +Australia,Oceania,1952,69.12,8691212,10039.59564 +Australia,Oceania,1957,70.33,9712569,10949.64959 +Australia,Oceania,1962,70.93,10794968,12217.22686 +Australia,Oceania,1967,71.1,11872264,14526.12465 +Australia,Oceania,1972,71.93,13177000,16788.62948 +Australia,Oceania,1977,73.49,14074100,18334.19751 +Australia,Oceania,1982,74.74,15184200,19477.00928 +Australia,Oceania,1987,76.32,16257249,21888.88903 +Australia,Oceania,1992,77.56,17481977,23424.76683 +Australia,Oceania,1997,78.83,18565243,26997.93657 +Australia,Oceania,2002,80.37,19546792,30687.75473 +Australia,Oceania,2007,81.235,20434176,34435.36744 +Austria,Europe,1952,66.8,6927772,6137.076492 +Austria,Europe,1957,67.48,6965860,8842.59803 +Austria,Europe,1962,69.54,7129864,10750.72111 +Austria,Europe,1967,70.14,7376998,12834.6024 +Austria,Europe,1972,70.63,7544201,16661.6256 +Austria,Europe,1977,72.17,7568430,19749.4223 +Austria,Europe,1982,73.18,7574613,21597.08362 +Austria,Europe,1987,74.94,7578903,23687.82607 +Austria,Europe,1992,76.04,7914969,27042.01868 +Austria,Europe,1997,77.51,8069876,29095.92066 +Austria,Europe,2002,78.98,8148312,32417.60769 +Austria,Europe,2007,79.829,8199783,36126.4927 +Bahrain,Asia,1952,50.939,120447,9867.084765 +Bahrain,Asia,1957,53.832,138655,11635.79945 +Bahrain,Asia,1962,56.923,171863,12753.27514 +Bahrain,Asia,1967,59.923,202182,14804.6727 +Bahrain,Asia,1972,63.3,230800,18268.65839 +Bahrain,Asia,1977,65.593,297410,19340.10196 +Bahrain,Asia,1982,69.052,377967,19211.14731 +Bahrain,Asia,1987,70.75,454612,18524.02406 +Bahrain,Asia,1992,72.601,529491,19035.57917 +Bahrain,Asia,1997,73.925,598561,20292.01679 +Bahrain,Asia,2002,74.795,656397,23403.55927 +Bahrain,Asia,2007,75.635,708573,29796.04834 +Bangladesh,Asia,1952,37.484,46886859,684.2441716 +Bangladesh,Asia,1957,39.348,51365468,661.6374577 +Bangladesh,Asia,1962,41.216,56839289,686.3415538 +Bangladesh,Asia,1967,43.453,62821884,721.1860862 +Bangladesh,Asia,1972,45.252,70759295,630.2336265 +Bangladesh,Asia,1977,46.923,80428306,659.8772322 +Bangladesh,Asia,1982,50.009,93074406,676.9818656 +Bangladesh,Asia,1987,52.819,103764241,751.9794035 +Bangladesh,Asia,1992,56.018,113704579,837.8101643 +Bangladesh,Asia,1997,59.412,123315288,972.7700352 +Bangladesh,Asia,2002,62.013,135656790,1136.39043 +Bangladesh,Asia,2007,64.062,150448339,1391.253792 +Belgium,Europe,1952,68,8730405,8343.105127 +Belgium,Europe,1957,69.24,8989111,9714.960623 +Belgium,Europe,1962,70.25,9218400,10991.20676 +Belgium,Europe,1967,70.94,9556500,13149.04119 +Belgium,Europe,1972,71.44,9709100,16672.14356 +Belgium,Europe,1977,72.8,9821800,19117.97448 +Belgium,Europe,1982,73.93,9856303,20979.84589 +Belgium,Europe,1987,75.35,9870200,22525.56308 +Belgium,Europe,1992,76.46,10045622,25575.57069 +Belgium,Europe,1997,77.53,10199787,27561.19663 +Belgium,Europe,2002,78.32,10311970,30485.88375 +Belgium,Europe,2007,79.441,10392226,33692.60508 +Benin,Africa,1952,38.223,1738315,1062.7522 +Benin,Africa,1957,40.358,1925173,959.6010805 +Benin,Africa,1962,42.618,2151895,949.4990641 +Benin,Africa,1967,44.885,2427334,1035.831411 +Benin,Africa,1972,47.014,2761407,1085.796879 +Benin,Africa,1977,49.19,3168267,1029.161251 +Benin,Africa,1982,50.904,3641603,1277.897616 +Benin,Africa,1987,52.337,4243788,1225.85601 +Benin,Africa,1992,53.919,4981671,1191.207681 +Benin,Africa,1997,54.777,6066080,1232.975292 +Benin,Africa,2002,54.406,7026113,1372.877931 +Benin,Africa,2007,56.728,8078314,1441.284873 +Bolivia,Americas,1952,40.414,2883315,2677.326347 +Bolivia,Americas,1957,41.89,3211738,2127.686326 +Bolivia,Americas,1962,43.428,3593918,2180.972546 +Bolivia,Americas,1967,45.032,4040665,2586.886053 +Bolivia,Americas,1972,46.714,4565872,2980.331339 +Bolivia,Americas,1977,50.023,5079716,3548.097832 +Bolivia,Americas,1982,53.859,5642224,3156.510452 +Bolivia,Americas,1987,57.251,6156369,2753.69149 +Bolivia,Americas,1992,59.957,6893451,2961.699694 +Bolivia,Americas,1997,62.05,7693188,3326.143191 +Bolivia,Americas,2002,63.883,8445134,3413.26269 +Bolivia,Americas,2007,65.554,9119152,3822.137084 +Bosnia and Herzegovina,Europe,1952,53.82,2791000,973.5331948 +Bosnia and Herzegovina,Europe,1957,58.45,3076000,1353.989176 +Bosnia and Herzegovina,Europe,1962,61.93,3349000,1709.683679 +Bosnia and Herzegovina,Europe,1967,64.79,3585000,2172.352423 +Bosnia and Herzegovina,Europe,1972,67.45,3819000,2860.16975 +Bosnia and Herzegovina,Europe,1977,69.86,4086000,3528.481305 +Bosnia and Herzegovina,Europe,1982,70.69,4172693,4126.613157 +Bosnia and Herzegovina,Europe,1987,71.14,4338977,4314.114757 +Bosnia and Herzegovina,Europe,1992,72.178,4256013,2546.781445 +Bosnia and Herzegovina,Europe,1997,73.244,3607000,4766.355904 +Bosnia and Herzegovina,Europe,2002,74.09,4165416,6018.975239 +Bosnia and Herzegovina,Europe,2007,74.852,4552198,7446.298803 +Botswana,Africa,1952,47.622,442308,851.2411407 +Botswana,Africa,1957,49.618,474639,918.2325349 +Botswana,Africa,1962,51.52,512764,983.6539764 +Botswana,Africa,1967,53.298,553541,1214.709294 +Botswana,Africa,1972,56.024,619351,2263.611114 +Botswana,Africa,1977,59.319,781472,3214.857818 +Botswana,Africa,1982,61.484,970347,4551.14215 +Botswana,Africa,1987,63.622,1151184,6205.88385 +Botswana,Africa,1992,62.745,1342614,7954.111645 +Botswana,Africa,1997,52.556,1536536,8647.142313 +Botswana,Africa,2002,46.634,1630347,11003.60508 +Botswana,Africa,2007,50.728,1639131,12569.85177 +Brazil,Americas,1952,50.917,56602560,2108.944355 +Brazil,Americas,1957,53.285,65551171,2487.365989 +Brazil,Americas,1962,55.665,76039390,3336.585802 +Brazil,Americas,1967,57.632,88049823,3429.864357 +Brazil,Americas,1972,59.504,100840058,4985.711467 +Brazil,Americas,1977,61.489,114313951,6660.118654 +Brazil,Americas,1982,63.336,128962939,7030.835878 +Brazil,Americas,1987,65.205,142938076,7807.095818 +Brazil,Americas,1992,67.057,155975974,6950.283021 +Brazil,Americas,1997,69.388,168546719,7957.980824 +Brazil,Americas,2002,71.006,179914212,8131.212843 +Brazil,Americas,2007,72.39,190010647,9065.800825 +Bulgaria,Europe,1952,59.6,7274900,2444.286648 +Bulgaria,Europe,1957,66.61,7651254,3008.670727 +Bulgaria,Europe,1962,69.51,8012946,4254.337839 +Bulgaria,Europe,1967,70.42,8310226,5577.0028 +Bulgaria,Europe,1972,70.9,8576200,6597.494398 +Bulgaria,Europe,1977,70.81,8797022,7612.240438 +Bulgaria,Europe,1982,71.08,8892098,8224.191647 +Bulgaria,Europe,1987,71.34,8971958,8239.854824 +Bulgaria,Europe,1992,71.19,8658506,6302.623438 +Bulgaria,Europe,1997,70.32,8066057,5970.38876 +Bulgaria,Europe,2002,72.14,7661799,7696.777725 +Bulgaria,Europe,2007,73.005,7322858,10680.79282 +Burkina Faso,Africa,1952,31.975,4469979,543.2552413 +Burkina Faso,Africa,1957,34.906,4713416,617.1834648 +Burkina Faso,Africa,1962,37.814,4919632,722.5120206 +Burkina Faso,Africa,1967,40.697,5127935,794.8265597 +Burkina Faso,Africa,1972,43.591,5433886,854.7359763 +Burkina Faso,Africa,1977,46.137,5889574,743.3870368 +Burkina Faso,Africa,1982,48.122,6634596,807.1985855 +Burkina Faso,Africa,1987,49.557,7586551,912.0631417 +Burkina Faso,Africa,1992,50.26,8878303,931.7527731 +Burkina Faso,Africa,1997,50.324,10352843,946.2949618 +Burkina Faso,Africa,2002,50.65,12251209,1037.645221 +Burkina Faso,Africa,2007,52.295,14326203,1217.032994 +Burundi,Africa,1952,39.031,2445618,339.2964587 +Burundi,Africa,1957,40.533,2667518,379.5646281 +Burundi,Africa,1962,42.045,2961915,355.2032273 +Burundi,Africa,1967,43.548,3330989,412.9775136 +Burundi,Africa,1972,44.057,3529983,464.0995039 +Burundi,Africa,1977,45.91,3834415,556.1032651 +Burundi,Africa,1982,47.471,4580410,559.603231 +Burundi,Africa,1987,48.211,5126023,621.8188189 +Burundi,Africa,1992,44.736,5809236,631.6998778 +Burundi,Africa,1997,45.326,6121610,463.1151478 +Burundi,Africa,2002,47.36,7021078,446.4035126 +Burundi,Africa,2007,49.58,8390505,430.0706916 +Cambodia,Asia,1952,39.417,4693836,368.4692856 +Cambodia,Asia,1957,41.366,5322536,434.0383364 +Cambodia,Asia,1962,43.415,6083619,496.9136476 +Cambodia,Asia,1967,45.415,6960067,523.4323142 +Cambodia,Asia,1972,40.317,7450606,421.6240257 +Cambodia,Asia,1977,31.22,6978607,524.9721832 +Cambodia,Asia,1982,50.957,7272485,624.4754784 +Cambodia,Asia,1987,53.914,8371791,683.8955732 +Cambodia,Asia,1992,55.803,10150094,682.3031755 +Cambodia,Asia,1997,56.534,11782962,734.28517 +Cambodia,Asia,2002,56.752,12926707,896.2260153 +Cambodia,Asia,2007,59.723,14131858,1713.778686 +Cameroon,Africa,1952,38.523,5009067,1172.667655 +Cameroon,Africa,1957,40.428,5359923,1313.048099 +Cameroon,Africa,1962,42.643,5793633,1399.607441 +Cameroon,Africa,1967,44.799,6335506,1508.453148 +Cameroon,Africa,1972,47.049,7021028,1684.146528 +Cameroon,Africa,1977,49.355,7959865,1783.432873 +Cameroon,Africa,1982,52.961,9250831,2367.983282 +Cameroon,Africa,1987,54.985,10780667,2602.664206 +Cameroon,Africa,1992,54.314,12467171,1793.163278 +Cameroon,Africa,1997,52.199,14195809,1694.337469 +Cameroon,Africa,2002,49.856,15929988,1934.011449 +Cameroon,Africa,2007,50.43,17696293,2042.09524 +Canada,Americas,1952,68.75,14785584,11367.16112 +Canada,Americas,1957,69.96,17010154,12489.95006 +Canada,Americas,1962,71.3,18985849,13462.48555 +Canada,Americas,1967,72.13,20819767,16076.58803 +Canada,Americas,1972,72.88,22284500,18970.57086 +Canada,Americas,1977,74.21,23796400,22090.88306 +Canada,Americas,1982,75.76,25201900,22898.79214 +Canada,Americas,1987,76.86,26549700,26626.51503 +Canada,Americas,1992,77.95,28523502,26342.88426 +Canada,Americas,1997,78.61,30305843,28954.92589 +Canada,Americas,2002,79.77,31902268,33328.96507 +Canada,Americas,2007,80.653,33390141,36319.23501 +Central African Republic,Africa,1952,35.463,1291695,1071.310713 +Central African Republic,Africa,1957,37.464,1392284,1190.844328 +Central African Republic,Africa,1962,39.475,1523478,1193.068753 +Central African Republic,Africa,1967,41.478,1733638,1136.056615 +Central African Republic,Africa,1972,43.457,1927260,1070.013275 +Central African Republic,Africa,1977,46.775,2167533,1109.374338 +Central African Republic,Africa,1982,48.295,2476971,956.7529907 +Central African Republic,Africa,1987,50.485,2840009,844.8763504 +Central African Republic,Africa,1992,49.396,3265124,747.9055252 +Central African Republic,Africa,1997,46.066,3696513,740.5063317 +Central African Republic,Africa,2002,43.308,4048013,738.6906068 +Central African Republic,Africa,2007,44.741,4369038,706.016537 +Chad,Africa,1952,38.092,2682462,1178.665927 +Chad,Africa,1957,39.881,2894855,1308.495577 +Chad,Africa,1962,41.716,3150417,1389.817618 +Chad,Africa,1967,43.601,3495967,1196.810565 +Chad,Africa,1972,45.569,3899068,1104.103987 +Chad,Africa,1977,47.383,4388260,1133.98495 +Chad,Africa,1982,49.517,4875118,797.9081006 +Chad,Africa,1987,51.051,5498955,952.386129 +Chad,Africa,1992,51.724,6429417,1058.0643 +Chad,Africa,1997,51.573,7562011,1004.961353 +Chad,Africa,2002,50.525,8835739,1156.18186 +Chad,Africa,2007,50.651,10238807,1704.063724 +Chile,Americas,1952,54.745,6377619,3939.978789 +Chile,Americas,1957,56.074,7048426,4315.622723 +Chile,Americas,1962,57.924,7961258,4519.094331 +Chile,Americas,1967,60.523,8858908,5106.654313 +Chile,Americas,1972,63.441,9717524,5494.024437 +Chile,Americas,1977,67.052,10599793,4756.763836 +Chile,Americas,1982,70.565,11487112,5095.665738 +Chile,Americas,1987,72.492,12463354,5547.063754 +Chile,Americas,1992,74.126,13572994,7596.125964 +Chile,Americas,1997,75.816,14599929,10118.05318 +Chile,Americas,2002,77.86,15497046,10778.78385 +Chile,Americas,2007,78.553,16284741,13171.63885 +China,Asia,1952,44,556263527,400.448611 +China,Asia,1957,50.54896,637408000,575.9870009 +China,Asia,1962,44.50136,665770000,487.6740183 +China,Asia,1967,58.38112,754550000,612.7056934 +China,Asia,1972,63.11888,862030000,676.9000921 +China,Asia,1977,63.96736,943455000,741.2374699 +China,Asia,1982,65.525,1000281000,962.4213805 +China,Asia,1987,67.274,1084035000,1378.904018 +China,Asia,1992,68.69,1164970000,1655.784158 +China,Asia,1997,70.426,1230075000,2289.234136 +China,Asia,2002,72.028,1280400000,3119.280896 +China,Asia,2007,72.961,1318683096,4959.114854 +Colombia,Americas,1952,50.643,12350771,2144.115096 +Colombia,Americas,1957,55.118,14485993,2323.805581 +Colombia,Americas,1962,57.863,17009885,2492.351109 +Colombia,Americas,1967,59.963,19764027,2678.729839 +Colombia,Americas,1972,61.623,22542890,3264.660041 +Colombia,Americas,1977,63.837,25094412,3815.80787 +Colombia,Americas,1982,66.653,27764644,4397.575659 +Colombia,Americas,1987,67.768,30964245,4903.2191 +Colombia,Americas,1992,68.421,34202721,5444.648617 +Colombia,Americas,1997,70.313,37657830,6117.361746 +Colombia,Americas,2002,71.682,41008227,5755.259962 +Colombia,Americas,2007,72.889,44227550,7006.580419 +Comoros,Africa,1952,40.715,153936,1102.990936 +Comoros,Africa,1957,42.46,170928,1211.148548 +Comoros,Africa,1962,44.467,191689,1406.648278 +Comoros,Africa,1967,46.472,217378,1876.029643 +Comoros,Africa,1972,48.944,250027,1937.577675 +Comoros,Africa,1977,50.939,304739,1172.603047 +Comoros,Africa,1982,52.933,348643,1267.100083 +Comoros,Africa,1987,54.926,395114,1315.980812 +Comoros,Africa,1992,57.939,454429,1246.90737 +Comoros,Africa,1997,60.66,527982,1173.618235 +Comoros,Africa,2002,62.974,614382,1075.811558 +Comoros,Africa,2007,65.152,710960,986.1478792 +"Congo, Dem. Rep.",Africa,1952,39.143,14100005,780.5423257 +"Congo, Dem. Rep.",Africa,1957,40.652,15577932,905.8602303 +"Congo, Dem. Rep.",Africa,1962,42.122,17486434,896.3146335 +"Congo, Dem. Rep.",Africa,1967,44.056,19941073,861.5932424 +"Congo, Dem. Rep.",Africa,1972,45.989,23007669,904.8960685 +"Congo, Dem. Rep.",Africa,1977,47.804,26480870,795.757282 +"Congo, Dem. Rep.",Africa,1982,47.784,30646495,673.7478181 +"Congo, Dem. Rep.",Africa,1987,47.412,35481645,672.774812 +"Congo, Dem. Rep.",Africa,1992,45.548,41672143,457.7191807 +"Congo, Dem. Rep.",Africa,1997,42.587,47798986,312.188423 +"Congo, Dem. Rep.",Africa,2002,44.966,55379852,241.1658765 +"Congo, Dem. Rep.",Africa,2007,46.462,64606759,277.5518587 +"Congo, Rep.",Africa,1952,42.111,854885,2125.621418 +"Congo, Rep.",Africa,1957,45.053,940458,2315.056572 +"Congo, Rep.",Africa,1962,48.435,1047924,2464.783157 +"Congo, Rep.",Africa,1967,52.04,1179760,2677.939642 +"Congo, Rep.",Africa,1972,54.907,1340458,3213.152683 +"Congo, Rep.",Africa,1977,55.625,1536769,3259.178978 +"Congo, Rep.",Africa,1982,56.695,1774735,4879.507522 +"Congo, Rep.",Africa,1987,57.47,2064095,4201.194937 +"Congo, Rep.",Africa,1992,56.433,2409073,4016.239529 +"Congo, Rep.",Africa,1997,52.962,2800947,3484.164376 +"Congo, Rep.",Africa,2002,52.97,3328795,3484.06197 +"Congo, Rep.",Africa,2007,55.322,3800610,3632.557798 +Costa Rica,Americas,1952,57.206,926317,2627.009471 +Costa Rica,Americas,1957,60.026,1112300,2990.010802 +Costa Rica,Americas,1962,62.842,1345187,3460.937025 +Costa Rica,Americas,1967,65.424,1588717,4161.727834 +Costa Rica,Americas,1972,67.849,1834796,5118.146939 +Costa Rica,Americas,1977,70.75,2108457,5926.876967 +Costa Rica,Americas,1982,73.45,2424367,5262.734751 +Costa Rica,Americas,1987,74.752,2799811,5629.915318 +Costa Rica,Americas,1992,75.713,3173216,6160.416317 +Costa Rica,Americas,1997,77.26,3518107,6677.045314 +Costa Rica,Americas,2002,78.123,3834934,7723.447195 +Costa Rica,Americas,2007,78.782,4133884,9645.06142 +Cote d'Ivoire,Africa,1952,40.477,2977019,1388.594732 +Cote d'Ivoire,Africa,1957,42.469,3300000,1500.895925 +Cote d'Ivoire,Africa,1962,44.93,3832408,1728.869428 +Cote d'Ivoire,Africa,1967,47.35,4744870,2052.050473 +Cote d'Ivoire,Africa,1972,49.801,6071696,2378.201111 +Cote d'Ivoire,Africa,1977,52.374,7459574,2517.736547 +Cote d'Ivoire,Africa,1982,53.983,9025951,2602.710169 +Cote d'Ivoire,Africa,1987,54.655,10761098,2156.956069 +Cote d'Ivoire,Africa,1992,52.044,12772596,1648.073791 +Cote d'Ivoire,Africa,1997,47.991,14625967,1786.265407 +Cote d'Ivoire,Africa,2002,46.832,16252726,1648.800823 +Cote d'Ivoire,Africa,2007,48.328,18013409,1544.750112 +Croatia,Europe,1952,61.21,3882229,3119.23652 +Croatia,Europe,1957,64.77,3991242,4338.231617 +Croatia,Europe,1962,67.13,4076557,5477.890018 +Croatia,Europe,1967,68.5,4174366,6960.297861 +Croatia,Europe,1972,69.61,4225310,9164.090127 +Croatia,Europe,1977,70.64,4318673,11305.38517 +Croatia,Europe,1982,70.46,4413368,13221.82184 +Croatia,Europe,1987,71.52,4484310,13822.58394 +Croatia,Europe,1992,72.527,4494013,8447.794873 +Croatia,Europe,1997,73.68,4444595,9875.604515 +Croatia,Europe,2002,74.876,4481020,11628.38895 +Croatia,Europe,2007,75.748,4493312,14619.22272 +Cuba,Americas,1952,59.421,6007797,5586.53878 +Cuba,Americas,1957,62.325,6640752,6092.174359 +Cuba,Americas,1962,65.246,7254373,5180.75591 +Cuba,Americas,1967,68.29,8139332,5690.268015 +Cuba,Americas,1972,70.723,8831348,5305.445256 +Cuba,Americas,1977,72.649,9537988,6380.494966 +Cuba,Americas,1982,73.717,9789224,7316.918107 +Cuba,Americas,1987,74.174,10239839,7532.924763 +Cuba,Americas,1992,74.414,10723260,5592.843963 +Cuba,Americas,1997,76.151,10983007,5431.990415 +Cuba,Americas,2002,77.158,11226999,6340.646683 +Cuba,Americas,2007,78.273,11416987,8948.102923 +Czech Republic,Europe,1952,66.87,9125183,6876.14025 +Czech Republic,Europe,1957,69.03,9513758,8256.343918 +Czech Republic,Europe,1962,69.9,9620282,10136.86713 +Czech Republic,Europe,1967,70.38,9835109,11399.44489 +Czech Republic,Europe,1972,70.29,9862158,13108.4536 +Czech Republic,Europe,1977,70.71,10161915,14800.16062 +Czech Republic,Europe,1982,70.96,10303704,15377.22855 +Czech Republic,Europe,1987,71.58,10311597,16310.4434 +Czech Republic,Europe,1992,72.4,10315702,14297.02122 +Czech Republic,Europe,1997,74.01,10300707,16048.51424 +Czech Republic,Europe,2002,75.51,10256295,17596.21022 +Czech Republic,Europe,2007,76.486,10228744,22833.30851 +Denmark,Europe,1952,70.78,4334000,9692.385245 +Denmark,Europe,1957,71.81,4487831,11099.65935 +Denmark,Europe,1962,72.35,4646899,13583.31351 +Denmark,Europe,1967,72.96,4838800,15937.21123 +Denmark,Europe,1972,73.47,4991596,18866.20721 +Denmark,Europe,1977,74.69,5088419,20422.9015 +Denmark,Europe,1982,74.63,5117810,21688.04048 +Denmark,Europe,1987,74.8,5127024,25116.17581 +Denmark,Europe,1992,75.33,5171393,26406.73985 +Denmark,Europe,1997,76.11,5283663,29804.34567 +Denmark,Europe,2002,77.18,5374693,32166.50006 +Denmark,Europe,2007,78.332,5468120,35278.41874 +Djibouti,Africa,1952,34.812,63149,2669.529475 +Djibouti,Africa,1957,37.328,71851,2864.969076 +Djibouti,Africa,1962,39.693,89898,3020.989263 +Djibouti,Africa,1967,42.074,127617,3020.050513 +Djibouti,Africa,1972,44.366,178848,3694.212352 +Djibouti,Africa,1977,46.519,228694,3081.761022 +Djibouti,Africa,1982,48.812,305991,2879.468067 +Djibouti,Africa,1987,50.04,311025,2880.102568 +Djibouti,Africa,1992,51.604,384156,2377.156192 +Djibouti,Africa,1997,53.157,417908,1895.016984 +Djibouti,Africa,2002,53.373,447416,1908.260867 +Djibouti,Africa,2007,54.791,496374,2082.481567 +Dominican Republic,Americas,1952,45.928,2491346,1397.717137 +Dominican Republic,Americas,1957,49.828,2923186,1544.402995 +Dominican Republic,Americas,1962,53.459,3453434,1662.137359 +Dominican Republic,Americas,1967,56.751,4049146,1653.723003 +Dominican Republic,Americas,1972,59.631,4671329,2189.874499 +Dominican Republic,Americas,1977,61.788,5302800,2681.9889 +Dominican Republic,Americas,1982,63.727,5968349,2861.092386 +Dominican Republic,Americas,1987,66.046,6655297,2899.842175 +Dominican Republic,Americas,1992,68.457,7351181,3044.214214 +Dominican Republic,Americas,1997,69.957,7992357,3614.101285 +Dominican Republic,Americas,2002,70.847,8650322,4563.808154 +Dominican Republic,Americas,2007,72.235,9319622,6025.374752 +Ecuador,Americas,1952,48.357,3548753,3522.110717 +Ecuador,Americas,1957,51.356,4058385,3780.546651 +Ecuador,Americas,1962,54.64,4681707,4086.114078 +Ecuador,Americas,1967,56.678,5432424,4579.074215 +Ecuador,Americas,1972,58.796,6298651,5280.99471 +Ecuador,Americas,1977,61.31,7278866,6679.62326 +Ecuador,Americas,1982,64.342,8365850,7213.791267 +Ecuador,Americas,1987,67.231,9545158,6481.776993 +Ecuador,Americas,1992,69.613,10748394,7103.702595 +Ecuador,Americas,1997,72.312,11911819,7429.455877 +Ecuador,Americas,2002,74.173,12921234,5773.044512 +Ecuador,Americas,2007,74.994,13755680,6873.262326 +Egypt,Africa,1952,41.893,22223309,1418.822445 +Egypt,Africa,1957,44.444,25009741,1458.915272 +Egypt,Africa,1962,46.992,28173309,1693.335853 +Egypt,Africa,1967,49.293,31681188,1814.880728 +Egypt,Africa,1972,51.137,34807417,2024.008147 +Egypt,Africa,1977,53.319,38783863,2785.493582 +Egypt,Africa,1982,56.006,45681811,3503.729636 +Egypt,Africa,1987,59.797,52799062,3885.46071 +Egypt,Africa,1992,63.674,59402198,3794.755195 +Egypt,Africa,1997,67.217,66134291,4173.181797 +Egypt,Africa,2002,69.806,73312559,4754.604414 +Egypt,Africa,2007,71.338,80264543,5581.180998 +El Salvador,Americas,1952,45.262,2042865,3048.3029 +El Salvador,Americas,1957,48.57,2355805,3421.523218 +El Salvador,Americas,1962,52.307,2747687,3776.803627 +El Salvador,Americas,1967,55.855,3232927,4358.595393 +El Salvador,Americas,1972,58.207,3790903,4520.246008 +El Salvador,Americas,1977,56.696,4282586,5138.922374 +El Salvador,Americas,1982,56.604,4474873,4098.344175 +El Salvador,Americas,1987,63.154,4842194,4140.442097 +El Salvador,Americas,1992,66.798,5274649,4444.2317 +El Salvador,Americas,1997,69.535,5783439,5154.825496 +El Salvador,Americas,2002,70.734,6353681,5351.568666 +El Salvador,Americas,2007,71.878,6939688,5728.353514 +Equatorial Guinea,Africa,1952,34.482,216964,375.6431231 +Equatorial Guinea,Africa,1957,35.983,232922,426.0964081 +Equatorial Guinea,Africa,1962,37.485,249220,582.8419714 +Equatorial Guinea,Africa,1967,38.987,259864,915.5960025 +Equatorial Guinea,Africa,1972,40.516,277603,672.4122571 +Equatorial Guinea,Africa,1977,42.024,192675,958.5668124 +Equatorial Guinea,Africa,1982,43.662,285483,927.8253427 +Equatorial Guinea,Africa,1987,45.664,341244,966.8968149 +Equatorial Guinea,Africa,1992,47.545,387838,1132.055034 +Equatorial Guinea,Africa,1997,48.245,439971,2814.480755 +Equatorial Guinea,Africa,2002,49.348,495627,7703.4959 +Equatorial Guinea,Africa,2007,51.579,551201,12154.08975 +Eritrea,Africa,1952,35.928,1438760,328.9405571 +Eritrea,Africa,1957,38.047,1542611,344.1618859 +Eritrea,Africa,1962,40.158,1666618,380.9958433 +Eritrea,Africa,1967,42.189,1820319,468.7949699 +Eritrea,Africa,1972,44.142,2260187,514.3242082 +Eritrea,Africa,1977,44.535,2512642,505.7538077 +Eritrea,Africa,1982,43.89,2637297,524.8758493 +Eritrea,Africa,1987,46.453,2915959,521.1341333 +Eritrea,Africa,1992,49.991,3668440,582.8585102 +Eritrea,Africa,1997,53.378,4058319,913.47079 +Eritrea,Africa,2002,55.24,4414865,765.3500015 +Eritrea,Africa,2007,58.04,4906585,641.3695236 +Ethiopia,Africa,1952,34.078,20860941,362.1462796 +Ethiopia,Africa,1957,36.667,22815614,378.9041632 +Ethiopia,Africa,1962,40.059,25145372,419.4564161 +Ethiopia,Africa,1967,42.115,27860297,516.1186438 +Ethiopia,Africa,1972,43.515,30770372,566.2439442 +Ethiopia,Africa,1977,44.51,34617799,556.8083834 +Ethiopia,Africa,1982,44.916,38111756,577.8607471 +Ethiopia,Africa,1987,46.684,42999530,573.7413142 +Ethiopia,Africa,1992,48.091,52088559,421.3534653 +Ethiopia,Africa,1997,49.402,59861301,515.8894013 +Ethiopia,Africa,2002,50.725,67946797,530.0535319 +Ethiopia,Africa,2007,52.947,76511887,690.8055759 +Finland,Europe,1952,66.55,4090500,6424.519071 +Finland,Europe,1957,67.49,4324000,7545.415386 +Finland,Europe,1962,68.75,4491443,9371.842561 +Finland,Europe,1967,69.83,4605744,10921.63626 +Finland,Europe,1972,70.87,4639657,14358.8759 +Finland,Europe,1977,72.52,4738902,15605.42283 +Finland,Europe,1982,74.55,4826933,18533.15761 +Finland,Europe,1987,74.83,4931729,21141.01223 +Finland,Europe,1992,75.7,5041039,20647.16499 +Finland,Europe,1997,77.13,5134406,23723.9502 +Finland,Europe,2002,78.37,5193039,28204.59057 +Finland,Europe,2007,79.313,5238460,33207.0844 +France,Europe,1952,67.41,42459667,7029.809327 +France,Europe,1957,68.93,44310863,8662.834898 +France,Europe,1962,70.51,47124000,10560.48553 +France,Europe,1967,71.55,49569000,12999.91766 +France,Europe,1972,72.38,51732000,16107.19171 +France,Europe,1977,73.83,53165019,18292.63514 +France,Europe,1982,74.89,54433565,20293.89746 +France,Europe,1987,76.34,55630100,22066.44214 +France,Europe,1992,77.46,57374179,24703.79615 +France,Europe,1997,78.64,58623428,25889.78487 +France,Europe,2002,79.59,59925035,28926.03234 +France,Europe,2007,80.657,61083916,30470.0167 +Gabon,Africa,1952,37.003,420702,4293.476475 +Gabon,Africa,1957,38.999,434904,4976.198099 +Gabon,Africa,1962,40.489,455661,6631.459222 +Gabon,Africa,1967,44.598,489004,8358.761987 +Gabon,Africa,1972,48.69,537977,11401.94841 +Gabon,Africa,1977,52.79,706367,21745.57328 +Gabon,Africa,1982,56.564,753874,15113.36194 +Gabon,Africa,1987,60.19,880397,11864.40844 +Gabon,Africa,1992,61.366,985739,13522.15752 +Gabon,Africa,1997,60.461,1126189,14722.84188 +Gabon,Africa,2002,56.761,1299304,12521.71392 +Gabon,Africa,2007,56.735,1454867,13206.48452 +Gambia,Africa,1952,30,284320,485.2306591 +Gambia,Africa,1957,32.065,323150,520.9267111 +Gambia,Africa,1962,33.896,374020,599.650276 +Gambia,Africa,1967,35.857,439593,734.7829124 +Gambia,Africa,1972,38.308,517101,756.0868363 +Gambia,Africa,1977,41.842,608274,884.7552507 +Gambia,Africa,1982,45.58,715523,835.8096108 +Gambia,Africa,1987,49.265,848406,611.6588611 +Gambia,Africa,1992,52.644,1025384,665.6244126 +Gambia,Africa,1997,55.861,1235767,653.7301704 +Gambia,Africa,2002,58.041,1457766,660.5855997 +Gambia,Africa,2007,59.448,1688359,752.7497265 +Germany,Europe,1952,67.5,69145952,7144.114393 +Germany,Europe,1957,69.1,71019069,10187.82665 +Germany,Europe,1962,70.3,73739117,12902.46291 +Germany,Europe,1967,70.8,76368453,14745.62561 +Germany,Europe,1972,71,78717088,18016.18027 +Germany,Europe,1977,72.5,78160773,20512.92123 +Germany,Europe,1982,73.8,78335266,22031.53274 +Germany,Europe,1987,74.847,77718298,24639.18566 +Germany,Europe,1992,76.07,80597764,26505.30317 +Germany,Europe,1997,77.34,82011073,27788.88416 +Germany,Europe,2002,78.67,82350671,30035.80198 +Germany,Europe,2007,79.406,82400996,32170.37442 +Ghana,Africa,1952,43.149,5581001,911.2989371 +Ghana,Africa,1957,44.779,6391288,1043.561537 +Ghana,Africa,1962,46.452,7355248,1190.041118 +Ghana,Africa,1967,48.072,8490213,1125.69716 +Ghana,Africa,1972,49.875,9354120,1178.223708 +Ghana,Africa,1977,51.756,10538093,993.2239571 +Ghana,Africa,1982,53.744,11400338,876.032569 +Ghana,Africa,1987,55.729,14168101,847.0061135 +Ghana,Africa,1992,57.501,16278738,925.060154 +Ghana,Africa,1997,58.556,18418288,1005.245812 +Ghana,Africa,2002,58.453,20550751,1111.984578 +Ghana,Africa,2007,60.022,22873338,1327.60891 +Greece,Europe,1952,65.86,7733250,3530.690067 +Greece,Europe,1957,67.86,8096218,4916.299889 +Greece,Europe,1962,69.51,8448233,6017.190733 +Greece,Europe,1967,71,8716441,8513.097016 +Greece,Europe,1972,72.34,8888628,12724.82957 +Greece,Europe,1977,73.68,9308479,14195.52428 +Greece,Europe,1982,75.24,9786480,15268.42089 +Greece,Europe,1987,76.67,9974490,16120.52839 +Greece,Europe,1992,77.03,10325429,17541.49634 +Greece,Europe,1997,77.869,10502372,18747.69814 +Greece,Europe,2002,78.256,10603863,22514.2548 +Greece,Europe,2007,79.483,10706290,27538.41188 +Guatemala,Americas,1952,42.023,3146381,2428.237769 +Guatemala,Americas,1957,44.142,3640876,2617.155967 +Guatemala,Americas,1962,46.954,4208858,2750.364446 +Guatemala,Americas,1967,50.016,4690773,3242.531147 +Guatemala,Americas,1972,53.738,5149581,4031.408271 +Guatemala,Americas,1977,56.029,5703430,4879.992748 +Guatemala,Americas,1982,58.137,6395630,4820.49479 +Guatemala,Americas,1987,60.782,7326406,4246.485974 +Guatemala,Americas,1992,63.373,8486949,4439.45084 +Guatemala,Americas,1997,66.322,9803875,4684.313807 +Guatemala,Americas,2002,68.978,11178650,4858.347495 +Guatemala,Americas,2007,70.259,12572928,5186.050003 +Guinea,Africa,1952,33.609,2664249,510.1964923 +Guinea,Africa,1957,34.558,2876726,576.2670245 +Guinea,Africa,1962,35.753,3140003,686.3736739 +Guinea,Africa,1967,37.197,3451418,708.7595409 +Guinea,Africa,1972,38.842,3811387,741.6662307 +Guinea,Africa,1977,40.762,4227026,874.6858643 +Guinea,Africa,1982,42.891,4710497,857.2503577 +Guinea,Africa,1987,45.552,5650262,805.5724718 +Guinea,Africa,1992,48.576,6990574,794.3484384 +Guinea,Africa,1997,51.455,8048834,869.4497668 +Guinea,Africa,2002,53.676,8807818,945.5835837 +Guinea,Africa,2007,56.007,9947814,942.6542111 +Guinea-Bissau,Africa,1952,32.5,580653,299.850319 +Guinea-Bissau,Africa,1957,33.489,601095,431.7904566 +Guinea-Bissau,Africa,1962,34.488,627820,522.0343725 +Guinea-Bissau,Africa,1967,35.492,601287,715.5806402 +Guinea-Bissau,Africa,1972,36.486,625361,820.2245876 +Guinea-Bissau,Africa,1977,37.465,745228,764.7259628 +Guinea-Bissau,Africa,1982,39.327,825987,838.1239671 +Guinea-Bissau,Africa,1987,41.245,927524,736.4153921 +Guinea-Bissau,Africa,1992,43.266,1050938,745.5398706 +Guinea-Bissau,Africa,1997,44.873,1193708,796.6644681 +Guinea-Bissau,Africa,2002,45.504,1332459,575.7047176 +Guinea-Bissau,Africa,2007,46.388,1472041,579.231743 +Haiti,Americas,1952,37.579,3201488,1840.366939 +Haiti,Americas,1957,40.696,3507701,1726.887882 +Haiti,Americas,1962,43.59,3880130,1796.589032 +Haiti,Americas,1967,46.243,4318137,1452.057666 +Haiti,Americas,1972,48.042,4698301,1654.456946 +Haiti,Americas,1977,49.923,4908554,1874.298931 +Haiti,Americas,1982,51.461,5198399,2011.159549 +Haiti,Americas,1987,53.636,5756203,1823.015995 +Haiti,Americas,1992,55.089,6326682,1456.309517 +Haiti,Americas,1997,56.671,6913545,1341.726931 +Haiti,Americas,2002,58.137,7607651,1270.364932 +Haiti,Americas,2007,60.916,8502814,1201.637154 +Honduras,Americas,1952,41.912,1517453,2194.926204 +Honduras,Americas,1957,44.665,1770390,2220.487682 +Honduras,Americas,1962,48.041,2090162,2291.156835 +Honduras,Americas,1967,50.924,2500689,2538.269358 +Honduras,Americas,1972,53.884,2965146,2529.842345 +Honduras,Americas,1977,57.402,3055235,3203.208066 +Honduras,Americas,1982,60.909,3669448,3121.760794 +Honduras,Americas,1987,64.492,4372203,3023.096699 +Honduras,Americas,1992,66.399,5077347,3081.694603 +Honduras,Americas,1997,67.659,5867957,3160.454906 +Honduras,Americas,2002,68.565,6677328,3099.72866 +Honduras,Americas,2007,70.198,7483763,3548.330846 +"Hong Kong, China",Asia,1952,60.96,2125900,3054.421209 +"Hong Kong, China",Asia,1957,64.75,2736300,3629.076457 +"Hong Kong, China",Asia,1962,67.65,3305200,4692.648272 +"Hong Kong, China",Asia,1967,70,3722800,6197.962814 +"Hong Kong, China",Asia,1972,72,4115700,8315.928145 +"Hong Kong, China",Asia,1977,73.6,4583700,11186.14125 +"Hong Kong, China",Asia,1982,75.45,5264500,14560.53051 +"Hong Kong, China",Asia,1987,76.2,5584510,20038.47269 +"Hong Kong, China",Asia,1992,77.601,5829696,24757.60301 +"Hong Kong, China",Asia,1997,80,6495918,28377.63219 +"Hong Kong, China",Asia,2002,81.495,6762476,30209.01516 +"Hong Kong, China",Asia,2007,82.208,6980412,39724.97867 +Hungary,Europe,1952,64.03,9504000,5263.673816 +Hungary,Europe,1957,66.41,9839000,6040.180011 +Hungary,Europe,1962,67.96,10063000,7550.359877 +Hungary,Europe,1967,69.5,10223422,9326.64467 +Hungary,Europe,1972,69.76,10394091,10168.65611 +Hungary,Europe,1977,69.95,10637171,11674.83737 +Hungary,Europe,1982,69.39,10705535,12545.99066 +Hungary,Europe,1987,69.58,10612740,12986.47998 +Hungary,Europe,1992,69.17,10348684,10535.62855 +Hungary,Europe,1997,71.04,10244684,11712.7768 +Hungary,Europe,2002,72.59,10083313,14843.93556 +Hungary,Europe,2007,73.338,9956108,18008.94444 +Iceland,Europe,1952,72.49,147962,7267.688428 +Iceland,Europe,1957,73.47,165110,9244.001412 +Iceland,Europe,1962,73.68,182053,10350.15906 +Iceland,Europe,1967,73.73,198676,13319.89568 +Iceland,Europe,1972,74.46,209275,15798.06362 +Iceland,Europe,1977,76.11,221823,19654.96247 +Iceland,Europe,1982,76.99,233997,23269.6075 +Iceland,Europe,1987,77.23,244676,26923.20628 +Iceland,Europe,1992,78.77,259012,25144.39201 +Iceland,Europe,1997,78.95,271192,28061.09966 +Iceland,Europe,2002,80.5,288030,31163.20196 +Iceland,Europe,2007,81.757,301931,36180.78919 +India,Asia,1952,37.373,372000000,546.5657493 +India,Asia,1957,40.249,409000000,590.061996 +India,Asia,1962,43.605,454000000,658.3471509 +India,Asia,1967,47.193,506000000,700.7706107 +India,Asia,1972,50.651,567000000,724.032527 +India,Asia,1977,54.208,634000000,813.337323 +India,Asia,1982,56.596,708000000,855.7235377 +India,Asia,1987,58.553,788000000,976.5126756 +India,Asia,1992,60.223,872000000,1164.406809 +India,Asia,1997,61.765,959000000,1458.817442 +India,Asia,2002,62.879,1034172547,1746.769454 +India,Asia,2007,64.698,1110396331,2452.210407 +Indonesia,Asia,1952,37.468,82052000,749.6816546 +Indonesia,Asia,1957,39.918,90124000,858.9002707 +Indonesia,Asia,1962,42.518,99028000,849.2897701 +Indonesia,Asia,1967,45.964,109343000,762.4317721 +Indonesia,Asia,1972,49.203,121282000,1111.107907 +Indonesia,Asia,1977,52.702,136725000,1382.702056 +Indonesia,Asia,1982,56.159,153343000,1516.872988 +Indonesia,Asia,1987,60.137,169276000,1748.356961 +Indonesia,Asia,1992,62.681,184816000,2383.140898 +Indonesia,Asia,1997,66.041,199278000,3119.335603 +Indonesia,Asia,2002,68.588,211060000,2873.91287 +Indonesia,Asia,2007,70.65,223547000,3540.651564 +Iran,Asia,1952,44.869,17272000,3035.326002 +Iran,Asia,1957,47.181,19792000,3290.257643 +Iran,Asia,1962,49.325,22874000,4187.329802 +Iran,Asia,1967,52.469,26538000,5906.731805 +Iran,Asia,1972,55.234,30614000,9613.818607 +Iran,Asia,1977,57.702,35480679,11888.59508 +Iran,Asia,1982,59.62,43072751,7608.334602 +Iran,Asia,1987,63.04,51889696,6642.881371 +Iran,Asia,1992,65.742,60397973,7235.653188 +Iran,Asia,1997,68.042,63327987,8263.590301 +Iran,Asia,2002,69.451,66907826,9240.761975 +Iran,Asia,2007,70.964,69453570,11605.71449 +Iraq,Asia,1952,45.32,5441766,4129.766056 +Iraq,Asia,1957,48.437,6248643,6229.333562 +Iraq,Asia,1962,51.457,7240260,8341.737815 +Iraq,Asia,1967,54.459,8519282,8931.459811 +Iraq,Asia,1972,56.95,10061506,9576.037596 +Iraq,Asia,1977,60.413,11882916,14688.23507 +Iraq,Asia,1982,62.038,14173318,14517.90711 +Iraq,Asia,1987,65.044,16543189,11643.57268 +Iraq,Asia,1992,59.461,17861905,3745.640687 +Iraq,Asia,1997,58.811,20775703,3076.239795 +Iraq,Asia,2002,57.046,24001816,4390.717312 +Iraq,Asia,2007,59.545,27499638,4471.061906 +Ireland,Europe,1952,66.91,2952156,5210.280328 +Ireland,Europe,1957,68.9,2878220,5599.077872 +Ireland,Europe,1962,70.29,2830000,6631.597314 +Ireland,Europe,1967,71.08,2900100,7655.568963 +Ireland,Europe,1972,71.28,3024400,9530.772896 +Ireland,Europe,1977,72.03,3271900,11150.98113 +Ireland,Europe,1982,73.1,3480000,12618.32141 +Ireland,Europe,1987,74.36,3539900,13872.86652 +Ireland,Europe,1992,75.467,3557761,17558.81555 +Ireland,Europe,1997,76.122,3667233,24521.94713 +Ireland,Europe,2002,77.783,3879155,34077.04939 +Ireland,Europe,2007,78.885,4109086,40675.99635 +Israel,Asia,1952,65.39,1620914,4086.522128 +Israel,Asia,1957,67.84,1944401,5385.278451 +Israel,Asia,1962,69.39,2310904,7105.630706 +Israel,Asia,1967,70.75,2693585,8393.741404 +Israel,Asia,1972,71.63,3095893,12786.93223 +Israel,Asia,1977,73.06,3495918,13306.61921 +Israel,Asia,1982,74.45,3858421,15367.0292 +Israel,Asia,1987,75.6,4203148,17122.47986 +Israel,Asia,1992,76.93,4936550,18051.52254 +Israel,Asia,1997,78.269,5531387,20896.60924 +Israel,Asia,2002,79.696,6029529,21905.59514 +Israel,Asia,2007,80.745,6426679,25523.2771 +Italy,Europe,1952,65.94,47666000,4931.404155 +Italy,Europe,1957,67.81,49182000,6248.656232 +Italy,Europe,1962,69.24,50843200,8243.58234 +Italy,Europe,1967,71.06,52667100,10022.40131 +Italy,Europe,1972,72.19,54365564,12269.27378 +Italy,Europe,1977,73.48,56059245,14255.98475 +Italy,Europe,1982,74.98,56535636,16537.4835 +Italy,Europe,1987,76.42,56729703,19207.23482 +Italy,Europe,1992,77.44,56840847,22013.64486 +Italy,Europe,1997,78.82,57479469,24675.02446 +Italy,Europe,2002,80.24,57926999,27968.09817 +Italy,Europe,2007,80.546,58147733,28569.7197 +Jamaica,Americas,1952,58.53,1426095,2898.530881 +Jamaica,Americas,1957,62.61,1535090,4756.525781 +Jamaica,Americas,1962,65.61,1665128,5246.107524 +Jamaica,Americas,1967,67.51,1861096,6124.703451 +Jamaica,Americas,1972,69,1997616,7433.889293 +Jamaica,Americas,1977,70.11,2156814,6650.195573 +Jamaica,Americas,1982,71.21,2298309,6068.05135 +Jamaica,Americas,1987,71.77,2326606,6351.237495 +Jamaica,Americas,1992,71.766,2378618,7404.923685 +Jamaica,Americas,1997,72.262,2531311,7121.924704 +Jamaica,Americas,2002,72.047,2664659,6994.774861 +Jamaica,Americas,2007,72.567,2780132,7320.880262 +Japan,Asia,1952,63.03,86459025,3216.956347 +Japan,Asia,1957,65.5,91563009,4317.694365 +Japan,Asia,1962,68.73,95831757,6576.649461 +Japan,Asia,1967,71.43,100825279,9847.788607 +Japan,Asia,1972,73.42,107188273,14778.78636 +Japan,Asia,1977,75.38,113872473,16610.37701 +Japan,Asia,1982,77.11,118454974,19384.10571 +Japan,Asia,1987,78.67,122091325,22375.94189 +Japan,Asia,1992,79.36,124329269,26824.89511 +Japan,Asia,1997,80.69,125956499,28816.58499 +Japan,Asia,2002,82,127065841,28604.5919 +Japan,Asia,2007,82.603,127467972,31656.06806 +Jordan,Asia,1952,43.158,607914,1546.907807 +Jordan,Asia,1957,45.669,746559,1886.080591 +Jordan,Asia,1962,48.126,933559,2348.009158 +Jordan,Asia,1967,51.629,1255058,2741.796252 +Jordan,Asia,1972,56.528,1613551,2110.856309 +Jordan,Asia,1977,61.134,1937652,2852.351568 +Jordan,Asia,1982,63.739,2347031,4161.415959 +Jordan,Asia,1987,65.869,2820042,4448.679912 +Jordan,Asia,1992,68.015,3867409,3431.593647 +Jordan,Asia,1997,69.772,4526235,3645.379572 +Jordan,Asia,2002,71.263,5307470,3844.917194 +Jordan,Asia,2007,72.535,6053193,4519.461171 +Kenya,Africa,1952,42.27,6464046,853.540919 +Kenya,Africa,1957,44.686,7454779,944.4383152 +Kenya,Africa,1962,47.949,8678557,896.9663732 +Kenya,Africa,1967,50.654,10191512,1056.736457 +Kenya,Africa,1972,53.559,12044785,1222.359968 +Kenya,Africa,1977,56.155,14500404,1267.613204 +Kenya,Africa,1982,58.766,17661452,1348.225791 +Kenya,Africa,1987,59.339,21198082,1361.936856 +Kenya,Africa,1992,59.285,25020539,1341.921721 +Kenya,Africa,1997,54.407,28263827,1360.485021 +Kenya,Africa,2002,50.992,31386842,1287.514732 +Kenya,Africa,2007,54.11,35610177,1463.249282 +"Korea, Dem. Rep.",Asia,1952,50.056,8865488,1088.277758 +"Korea, Dem. Rep.",Asia,1957,54.081,9411381,1571.134655 +"Korea, Dem. Rep.",Asia,1962,56.656,10917494,1621.693598 +"Korea, Dem. Rep.",Asia,1967,59.942,12617009,2143.540609 +"Korea, Dem. Rep.",Asia,1972,63.983,14781241,3701.621503 +"Korea, Dem. Rep.",Asia,1977,67.159,16325320,4106.301249 +"Korea, Dem. Rep.",Asia,1982,69.1,17647518,4106.525293 +"Korea, Dem. Rep.",Asia,1987,70.647,19067554,4106.492315 +"Korea, Dem. Rep.",Asia,1992,69.978,20711375,3726.063507 +"Korea, Dem. Rep.",Asia,1997,67.727,21585105,1690.756814 +"Korea, Dem. Rep.",Asia,2002,66.662,22215365,1646.758151 +"Korea, Dem. Rep.",Asia,2007,67.297,23301725,1593.06548 +"Korea, Rep.",Asia,1952,47.453,20947571,1030.592226 +"Korea, Rep.",Asia,1957,52.681,22611552,1487.593537 +"Korea, Rep.",Asia,1962,55.292,26420307,1536.344387 +"Korea, Rep.",Asia,1967,57.716,30131000,2029.228142 +"Korea, Rep.",Asia,1972,62.612,33505000,3030.87665 +"Korea, Rep.",Asia,1977,64.766,36436000,4657.22102 +"Korea, Rep.",Asia,1982,67.123,39326000,5622.942464 +"Korea, Rep.",Asia,1987,69.81,41622000,8533.088805 +"Korea, Rep.",Asia,1992,72.244,43805450,12104.27872 +"Korea, Rep.",Asia,1997,74.647,46173816,15993.52796 +"Korea, Rep.",Asia,2002,77.045,47969150,19233.98818 +"Korea, Rep.",Asia,2007,78.623,49044790,23348.13973 +Kuwait,Asia,1952,55.565,160000,108382.3529 +Kuwait,Asia,1957,58.033,212846,113523.1329 +Kuwait,Asia,1962,60.47,358266,95458.11176 +Kuwait,Asia,1967,64.624,575003,80894.88326 +Kuwait,Asia,1972,67.712,841934,109347.867 +Kuwait,Asia,1977,69.343,1140357,59265.47714 +Kuwait,Asia,1982,71.309,1497494,31354.03573 +Kuwait,Asia,1987,74.174,1891487,28118.42998 +Kuwait,Asia,1992,75.19,1418095,34932.91959 +Kuwait,Asia,1997,76.156,1765345,40300.619960000004 +Kuwait,Asia,2002,76.904,2111561,35110.10566 +Kuwait,Asia,2007,77.588,2505559,47306.98978 +Lebanon,Asia,1952,55.928,1439529,4834.804067 +Lebanon,Asia,1957,59.489,1647412,6089.786934 +Lebanon,Asia,1962,62.094,1886848,5714.560611 +Lebanon,Asia,1967,63.87,2186894,6006.983042 +Lebanon,Asia,1972,65.421,2680018,7486.384341 +Lebanon,Asia,1977,66.099,3115787,8659.696836 +Lebanon,Asia,1982,66.983,3086876,7640.519521 +Lebanon,Asia,1987,67.926,3089353,5377.091329 +Lebanon,Asia,1992,69.292,3219994,6890.806854 +Lebanon,Asia,1997,70.265,3430388,8754.96385 +Lebanon,Asia,2002,71.028,3677780,9313.93883 +Lebanon,Asia,2007,71.993,3921278,10461.05868 +Lesotho,Africa,1952,42.138,748747,298.8462121 +Lesotho,Africa,1957,45.047,813338,335.9971151 +Lesotho,Africa,1962,47.747,893143,411.8006266 +Lesotho,Africa,1967,48.492,996380,498.6390265 +Lesotho,Africa,1972,49.767,1116779,496.5815922 +Lesotho,Africa,1977,52.208,1251524,745.3695408 +Lesotho,Africa,1982,55.078,1411807,797.2631074 +Lesotho,Africa,1987,57.18,1599200,773.9932141 +Lesotho,Africa,1992,59.685,1803195,977.4862725 +Lesotho,Africa,1997,55.558,1982823,1186.147994 +Lesotho,Africa,2002,44.593,2046772,1275.184575 +Lesotho,Africa,2007,42.592,2012649,1569.331442 +Liberia,Africa,1952,38.48,863308,575.5729961 +Liberia,Africa,1957,39.486,975950,620.9699901 +Liberia,Africa,1962,40.502,1112796,634.1951625 +Liberia,Africa,1967,41.536,1279406,713.6036483 +Liberia,Africa,1972,42.614,1482628,803.0054535 +Liberia,Africa,1977,43.764,1703617,640.3224383 +Liberia,Africa,1982,44.852,1956875,572.1995694 +Liberia,Africa,1987,46.027,2269414,506.1138573 +Liberia,Africa,1992,40.802,1912974,636.6229191 +Liberia,Africa,1997,42.221,2200725,609.17395079999994 +Liberia,Africa,2002,43.753,2814651,531.4823679 +Liberia,Africa,2007,45.678,3193942,414.5073415 +Libya,Africa,1952,42.723,1019729,2387.54806 +Libya,Africa,1957,45.289,1201578,3448.284395 +Libya,Africa,1962,47.808,1441863,6757.030816 +Libya,Africa,1967,50.227,1759224,18772.75169 +Libya,Africa,1972,52.773,2183877,21011.49721 +Libya,Africa,1977,57.442,2721783,21951.21176 +Libya,Africa,1982,62.155,3344074,17364.27538 +Libya,Africa,1987,66.234,3799845,11770.5898 +Libya,Africa,1992,68.755,4364501,9640.138501 +Libya,Africa,1997,71.555,4759670,9467.446056 +Libya,Africa,2002,72.737,5368585,9534.677467 +Libya,Africa,2007,73.952,6036914,12057.49928 +Madagascar,Africa,1952,36.681,4762912,1443.011715 +Madagascar,Africa,1957,38.865,5181679,1589.20275 +Madagascar,Africa,1962,40.848,5703324,1643.38711 +Madagascar,Africa,1967,42.881,6334556,1634.047282 +Madagascar,Africa,1972,44.851,7082430,1748.562982 +Madagascar,Africa,1977,46.881,8007166,1544.228586 +Madagascar,Africa,1982,48.969,9171477,1302.878658 +Madagascar,Africa,1987,49.35,10568642,1155.441948 +Madagascar,Africa,1992,52.214,12210395,1040.67619 +Madagascar,Africa,1997,54.978,14165114,986.2958956 +Madagascar,Africa,2002,57.286,16473477,894.6370822 +Madagascar,Africa,2007,59.443,19167654,1044.770126 +Malawi,Africa,1952,36.256,2917802,369.1650802 +Malawi,Africa,1957,37.207,3221238,416.3698064 +Malawi,Africa,1962,38.41,3628608,427.9010856 +Malawi,Africa,1967,39.487,4147252,495.5147806 +Malawi,Africa,1972,41.766,4730997,584.6219709 +Malawi,Africa,1977,43.767,5637246,663.2236766 +Malawi,Africa,1982,45.642,6502825,632.8039209 +Malawi,Africa,1987,47.457,7824747,635.5173634 +Malawi,Africa,1992,49.42,10014249,563.2000145 +Malawi,Africa,1997,47.495,10419991,692.2758103 +Malawi,Africa,2002,45.009,11824495,665.4231186 +Malawi,Africa,2007,48.303,13327079,759.3499101 +Malaysia,Asia,1952,48.463,6748378,1831.132894 +Malaysia,Asia,1957,52.102,7739235,1810.066992 +Malaysia,Asia,1962,55.737,8906385,2036.884944 +Malaysia,Asia,1967,59.371,10154878,2277.742396 +Malaysia,Asia,1972,63.01,11441462,2849.09478 +Malaysia,Asia,1977,65.256,12845381,3827.921571 +Malaysia,Asia,1982,68,14441916,4920.355951 +Malaysia,Asia,1987,69.5,16331785,5249.802653 +Malaysia,Asia,1992,70.693,18319502,7277.912802 +Malaysia,Asia,1997,71.938,20476091,10132.90964 +Malaysia,Asia,2002,73.044,22662365,10206.97794 +Malaysia,Asia,2007,74.241,24821286,12451.6558 +Mali,Africa,1952,33.685,3838168,452.3369807 +Mali,Africa,1957,35.307,4241884,490.3821867 +Mali,Africa,1962,36.936,4690372,496.1743428 +Mali,Africa,1967,38.487,5212416,545.0098873 +Mali,Africa,1972,39.977,5828158,581.3688761 +Mali,Africa,1977,41.714,6491649,686.3952693 +Mali,Africa,1982,43.916,6998256,618.0140641 +Mali,Africa,1987,46.364,7634008,684.1715576 +Mali,Africa,1992,48.388,8416215,739.014375 +Mali,Africa,1997,49.903,9384984,790.2579846 +Mali,Africa,2002,51.818,10580176,951.4097518 +Mali,Africa,2007,54.467,12031795,1042.581557 +Mauritania,Africa,1952,40.543,1022556,743.1159097 +Mauritania,Africa,1957,42.338,1076852,846.1202613 +Mauritania,Africa,1962,44.248,1146757,1055.896036 +Mauritania,Africa,1967,46.289,1230542,1421.145193 +Mauritania,Africa,1972,48.437,1332786,1586.851781 +Mauritania,Africa,1977,50.852,1456688,1497.492223 +Mauritania,Africa,1982,53.599,1622136,1481.150189 +Mauritania,Africa,1987,56.145,1841240,1421.603576 +Mauritania,Africa,1992,58.333,2119465,1361.369784 +Mauritania,Africa,1997,60.43,2444741,1483.136136 +Mauritania,Africa,2002,62.247,2828858,1579.019543 +Mauritania,Africa,2007,64.164,3270065,1803.151496 +Mauritius,Africa,1952,50.986,516556,1967.955707 +Mauritius,Africa,1957,58.089,609816,2034.037981 +Mauritius,Africa,1962,60.246,701016,2529.067487 +Mauritius,Africa,1967,61.557,789309,2475.387562 +Mauritius,Africa,1972,62.944,851334,2575.484158 +Mauritius,Africa,1977,64.93,913025,3710.982963 +Mauritius,Africa,1982,66.711,992040,3688.037739 +Mauritius,Africa,1987,68.74,1042663,4783.586903 +Mauritius,Africa,1992,69.745,1096202,6058.253846 +Mauritius,Africa,1997,70.736,1149818,7425.705295 +Mauritius,Africa,2002,71.954,1200206,9021.815894 +Mauritius,Africa,2007,72.801,1250882,10956.99112 +Mexico,Americas,1952,50.789,30144317,3478.125529 +Mexico,Americas,1957,55.19,35015548,4131.546641 +Mexico,Americas,1962,58.299,41121485,4581.609385 +Mexico,Americas,1967,60.11,47995559,5754.733883 +Mexico,Americas,1972,62.361,55984294,6809.40669 +Mexico,Americas,1977,65.032,63759976,7674.929108 +Mexico,Americas,1982,67.405,71640904,9611.147541 +Mexico,Americas,1987,69.498,80122492,8688.156003 +Mexico,Americas,1992,71.455,88111030,9472.384295 +Mexico,Americas,1997,73.67,95895146,9767.29753 +Mexico,Americas,2002,74.902,102479927,10742.44053 +Mexico,Americas,2007,76.195,108700891,11977.57496 +Mongolia,Asia,1952,42.244,800663,786.5668575 +Mongolia,Asia,1957,45.248,882134,912.6626085 +Mongolia,Asia,1962,48.251,1010280,1056.353958 +Mongolia,Asia,1967,51.253,1149500,1226.04113 +Mongolia,Asia,1972,53.754,1320500,1421.741975 +Mongolia,Asia,1977,55.491,1528000,1647.511665 +Mongolia,Asia,1982,57.489,1756032,2000.603139 +Mongolia,Asia,1987,60.222,2015133,2338.008304 +Mongolia,Asia,1992,61.271,2312802,1785.402016 +Mongolia,Asia,1997,63.625,2494803,1902.2521 +Mongolia,Asia,2002,65.033,2674234,2140.739323 +Mongolia,Asia,2007,66.803,2874127,3095.772271 +Montenegro,Europe,1952,59.164,413834,2647.585601 +Montenegro,Europe,1957,61.448,442829,3682.259903 +Montenegro,Europe,1962,63.728,474528,4649.593785 +Montenegro,Europe,1967,67.178,501035,5907.850937 +Montenegro,Europe,1972,70.636,527678,7778.414017 +Montenegro,Europe,1977,73.066,560073,9595.929905 +Montenegro,Europe,1982,74.101,562548,11222.58762 +Montenegro,Europe,1987,74.865,569473,11732.51017 +Montenegro,Europe,1992,75.435,621621,7003.339037 +Montenegro,Europe,1997,75.445,692651,6465.613349 +Montenegro,Europe,2002,73.981,720230,6557.194282 +Montenegro,Europe,2007,74.543,684736,9253.896111 +Morocco,Africa,1952,42.873,9939217,1688.20357 +Morocco,Africa,1957,45.423,11406350,1642.002314 +Morocco,Africa,1962,47.924,13056604,1566.353493 +Morocco,Africa,1967,50.335,14770296,1711.04477 +Morocco,Africa,1972,52.862,16660670,1930.194975 +Morocco,Africa,1977,55.73,18396941,2370.619976 +Morocco,Africa,1982,59.65,20198730,2702.620356 +Morocco,Africa,1987,62.677,22987397,2755.046991 +Morocco,Africa,1992,65.393,25798239,2948.047252 +Morocco,Africa,1997,67.66,28529501,2982.101858 +Morocco,Africa,2002,69.615,31167783,3258.495584 +Morocco,Africa,2007,71.164,33757175,3820.17523 +Mozambique,Africa,1952,31.286,6446316,468.5260381 +Mozambique,Africa,1957,33.779,7038035,495.5868333 +Mozambique,Africa,1962,36.161,7788944,556.6863539 +Mozambique,Africa,1967,38.113,8680909,566.6691539 +Mozambique,Africa,1972,40.328,9809596,724.9178037 +Mozambique,Africa,1977,42.495,11127868,502.3197334 +Mozambique,Africa,1982,42.795,12587223,462.2114149 +Mozambique,Africa,1987,42.861,12891952,389.8761846 +Mozambique,Africa,1992,44.284,13160731,410.8968239 +Mozambique,Africa,1997,46.344,16603334,472.3460771 +Mozambique,Africa,2002,44.026,18473780,633.6179466 +Mozambique,Africa,2007,42.082,19951656,823.6856205 +Myanmar,Asia,1952,36.319,20092996,331 +Myanmar,Asia,1957,41.905,21731844,350 +Myanmar,Asia,1962,45.108,23634436,388 +Myanmar,Asia,1967,49.379,25870271,349 +Myanmar,Asia,1972,53.07,28466390,357 +Myanmar,Asia,1977,56.059,31528087,371 +Myanmar,Asia,1982,58.056,34680442,424 +Myanmar,Asia,1987,58.339,38028578,385 +Myanmar,Asia,1992,59.32,40546538,347 +Myanmar,Asia,1997,60.328,43247867,415 +Myanmar,Asia,2002,59.908,45598081,611 +Myanmar,Asia,2007,62.069,47761980,944 +Namibia,Africa,1952,41.725,485831,2423.780443 +Namibia,Africa,1957,45.226,548080,2621.448058 +Namibia,Africa,1962,48.386,621392,3173.215595 +Namibia,Africa,1967,51.159,706640,3793.694753 +Namibia,Africa,1972,53.867,821782,3746.080948 +Namibia,Africa,1977,56.437,977026,3876.485958 +Namibia,Africa,1982,58.968,1099010,4191.100511 +Namibia,Africa,1987,60.835,1278184,3693.731337 +Namibia,Africa,1992,61.999,1554253,3804.537999 +Namibia,Africa,1997,58.909,1774766,3899.52426 +Namibia,Africa,2002,51.479,1972153,4072.324751 +Namibia,Africa,2007,52.906,2055080,4811.060429 +Nepal,Asia,1952,36.157,9182536,545.8657229 +Nepal,Asia,1957,37.686,9682338,597.9363558 +Nepal,Asia,1962,39.393,10332057,652.3968593 +Nepal,Asia,1967,41.472,11261690,676.4422254 +Nepal,Asia,1972,43.971,12412593,674.7881296 +Nepal,Asia,1977,46.748,13933198,694.1124398 +Nepal,Asia,1982,49.594,15796314,718.3730947 +Nepal,Asia,1987,52.537,17917180,775.6324501 +Nepal,Asia,1992,55.727,20326209,897.7403604 +Nepal,Asia,1997,59.426,23001113,1010.892138 +Nepal,Asia,2002,61.34,25873917,1057.206311 +Nepal,Asia,2007,63.785,28901790,1091.359778 +Netherlands,Europe,1952,72.13,10381988,8941.571858 +Netherlands,Europe,1957,72.99,11026383,11276.19344 +Netherlands,Europe,1962,73.23,11805689,12790.84956 +Netherlands,Europe,1967,73.82,12596822,15363.25136 +Netherlands,Europe,1972,73.75,13329874,18794.74567 +Netherlands,Europe,1977,75.24,13852989,21209.0592 +Netherlands,Europe,1982,76.05,14310401,21399.46046 +Netherlands,Europe,1987,76.83,14665278,23651.32361 +Netherlands,Europe,1992,77.42,15174244,26790.94961 +Netherlands,Europe,1997,78.03,15604464,30246.13063 +Netherlands,Europe,2002,78.53,16122830,33724.75778 +Netherlands,Europe,2007,79.762,16570613,36797.93332 +New Zealand,Oceania,1952,69.39,1994794,10556.57566 +New Zealand,Oceania,1957,70.26,2229407,12247.39532 +New Zealand,Oceania,1962,71.24,2488550,13175.678 +New Zealand,Oceania,1967,71.52,2728150,14463.91893 +New Zealand,Oceania,1972,71.89,2929100,16046.03728 +New Zealand,Oceania,1977,72.22,3164900,16233.7177 +New Zealand,Oceania,1982,73.84,3210650,17632.4104 +New Zealand,Oceania,1987,74.32,3317166,19007.19129 +New Zealand,Oceania,1992,76.33,3437674,18363.32494 +New Zealand,Oceania,1997,77.55,3676187,21050.41377 +New Zealand,Oceania,2002,79.11,3908037,23189.80135 +New Zealand,Oceania,2007,80.204,4115771,25185.00911 +Nicaragua,Americas,1952,42.314,1165790,3112.363948 +Nicaragua,Americas,1957,45.432,1358828,3457.415947 +Nicaragua,Americas,1962,48.632,1590597,3634.364406 +Nicaragua,Americas,1967,51.884,1865490,4643.393534 +Nicaragua,Americas,1972,55.151,2182908,4688.593267 +Nicaragua,Americas,1977,57.47,2554598,5486.371089 +Nicaragua,Americas,1982,59.298,2979423,3470.338156 +Nicaragua,Americas,1987,62.008,3344353,2955.984375 +Nicaragua,Americas,1992,65.843,4017939,2170.151724 +Nicaragua,Americas,1997,68.426,4609572,2253.023004 +Nicaragua,Americas,2002,70.836,5146848,2474.548819 +Nicaragua,Americas,2007,72.899,5675356,2749.320965 +Niger,Africa,1952,37.444,3379468,761.879376 +Niger,Africa,1957,38.598,3692184,835.5234025 +Niger,Africa,1962,39.487,4076008,997.7661127 +Niger,Africa,1967,40.118,4534062,1054.384891 +Niger,Africa,1972,40.546,5060262,954.2092363 +Niger,Africa,1977,41.291,5682086,808.8970728 +Niger,Africa,1982,42.598,6437188,909.7221354 +Niger,Africa,1987,44.555,7332638,668.3000228 +Niger,Africa,1992,47.391,8392818,581.182725 +Niger,Africa,1997,51.313,9666252,580.3052092 +Niger,Africa,2002,54.496,11140655,601.0745012 +Niger,Africa,2007,56.867,12894865,619.6768924 +Nigeria,Africa,1952,36.324,33119096,1077.281856 +Nigeria,Africa,1957,37.802,37173340,1100.592563 +Nigeria,Africa,1962,39.36,41871351,1150.927478 +Nigeria,Africa,1967,41.04,47287752,1014.514104 +Nigeria,Africa,1972,42.821,53740085,1698.388838 +Nigeria,Africa,1977,44.514,62209173,1981.951806 +Nigeria,Africa,1982,45.826,73039376,1576.97375 +Nigeria,Africa,1987,46.886,81551520,1385.029563 +Nigeria,Africa,1992,47.472,93364244,1619.848217 +Nigeria,Africa,1997,47.464,106207839,1624.941275 +Nigeria,Africa,2002,46.608,119901274,1615.286395 +Nigeria,Africa,2007,46.859,135031164,2013.977305 +Norway,Europe,1952,72.67,3327728,10095.42172 +Norway,Europe,1957,73.44,3491938,11653.97304 +Norway,Europe,1962,73.47,3638919,13450.40151 +Norway,Europe,1967,74.08,3786019,16361.87647 +Norway,Europe,1972,74.34,3933004,18965.05551 +Norway,Europe,1977,75.37,4043205,23311.34939 +Norway,Europe,1982,75.97,4114787,26298.63531 +Norway,Europe,1987,75.89,4186147,31540.9748 +Norway,Europe,1992,77.32,4286357,33965.66115 +Norway,Europe,1997,78.32,4405672,41283.16433 +Norway,Europe,2002,79.05,4535591,44683.97525 +Norway,Europe,2007,80.196,4627926,49357.19017 +Oman,Asia,1952,37.578,507833,1828.230307 +Oman,Asia,1957,40.08,561977,2242.746551 +Oman,Asia,1962,43.165,628164,2924.638113 +Oman,Asia,1967,46.988,714775,4720.942687 +Oman,Asia,1972,52.143,829050,10618.03855 +Oman,Asia,1977,57.367,1004533,11848.34392 +Oman,Asia,1982,62.728,1301048,12954.79101 +Oman,Asia,1987,67.734,1593882,18115.22313 +Oman,Asia,1992,71.197,1915208,18616.70691 +Oman,Asia,1997,72.499,2283635,19702.05581 +Oman,Asia,2002,74.193,2713462,19774.83687 +Oman,Asia,2007,75.64,3204897,22316.19287 +Pakistan,Asia,1952,43.436,41346560,684.5971438 +Pakistan,Asia,1957,45.557,46679944,747.0835292 +Pakistan,Asia,1962,47.67,53100671,803.3427418 +Pakistan,Asia,1967,49.8,60641899,942.4082588 +Pakistan,Asia,1972,51.929,69325921,1049.938981 +Pakistan,Asia,1977,54.043,78152686,1175.921193 +Pakistan,Asia,1982,56.158,91462088,1443.429832 +Pakistan,Asia,1987,58.245,105186881,1704.686583 +Pakistan,Asia,1992,60.838,120065004,1971.829464 +Pakistan,Asia,1997,61.818,135564834,2049.350521 +Pakistan,Asia,2002,63.61,153403524,2092.712441 +Pakistan,Asia,2007,65.483,169270617,2605.94758 +Panama,Americas,1952,55.191,940080,2480.380334 +Panama,Americas,1957,59.201,1063506,2961.800905 +Panama,Americas,1962,61.817,1215725,3536.540301 +Panama,Americas,1967,64.071,1405486,4421.009084 +Panama,Americas,1972,66.216,1616384,5364.249663 +Panama,Americas,1977,68.681,1839782,5351.912144 +Panama,Americas,1982,70.472,2036305,7009.601598 +Panama,Americas,1987,71.523,2253639,7034.779161 +Panama,Americas,1992,72.462,2484997,6618.74305 +Panama,Americas,1997,73.738,2734531,7113.692252 +Panama,Americas,2002,74.712,2990875,7356.031934 +Panama,Americas,2007,75.537,3242173,9809.185636 +Paraguay,Americas,1952,62.649,1555876,1952.308701 +Paraguay,Americas,1957,63.196,1770902,2046.154706 +Paraguay,Americas,1962,64.361,2009813,2148.027146 +Paraguay,Americas,1967,64.951,2287985,2299.376311 +Paraguay,Americas,1972,65.815,2614104,2523.337977 +Paraguay,Americas,1977,66.353,2984494,3248.373311 +Paraguay,Americas,1982,66.874,3366439,4258.503604 +Paraguay,Americas,1987,67.378,3886512,3998.875695 +Paraguay,Americas,1992,68.225,4483945,4196.411078 +Paraguay,Americas,1997,69.4,5154123,4247.400261 +Paraguay,Americas,2002,70.755,5884491,3783.674243 +Paraguay,Americas,2007,71.752,6667147,4172.838464 +Peru,Americas,1952,43.902,8025700,3758.523437 +Peru,Americas,1957,46.263,9146100,4245.256698 +Peru,Americas,1962,49.096,10516500,4957.037982 +Peru,Americas,1967,51.445,12132200,5788.09333 +Peru,Americas,1972,55.448,13954700,5937.827283 +Peru,Americas,1977,58.447,15990099,6281.290855 +Peru,Americas,1982,61.406,18125129,6434.501797 +Peru,Americas,1987,64.134,20195924,6360.9434440000005 +Peru,Americas,1992,66.458,22430449,4446.380924 +Peru,Americas,1997,68.386,24748122,5838.347657 +Peru,Americas,2002,69.906,26769436,5909.020073 +Peru,Americas,2007,71.421,28674757,7408.905561 +Philippines,Asia,1952,47.752,22438691,1272.880995 +Philippines,Asia,1957,51.334,26072194,1547.944844 +Philippines,Asia,1962,54.757,30325264,1649.552153 +Philippines,Asia,1967,56.393,35356600,1814.12743 +Philippines,Asia,1972,58.065,40850141,1989.37407 +Philippines,Asia,1977,60.06,46850962,2373.204287 +Philippines,Asia,1982,62.082,53456774,2603.273765 +Philippines,Asia,1987,64.151,60017788,2189.634995 +Philippines,Asia,1992,66.458,67185766,2279.324017 +Philippines,Asia,1997,68.564,75012988,2536.534925 +Philippines,Asia,2002,70.303,82995088,2650.921068 +Philippines,Asia,2007,71.688,91077287,3190.481016 +Poland,Europe,1952,61.31,25730551,4029.329699 +Poland,Europe,1957,65.77,28235346,4734.253019 +Poland,Europe,1962,67.64,30329617,5338.752143 +Poland,Europe,1967,69.61,31785378,6557.152776 +Poland,Europe,1972,70.85,33039545,8006.506993 +Poland,Europe,1977,70.67,34621254,9508.141454 +Poland,Europe,1982,71.32,36227381,8451.531004 +Poland,Europe,1987,70.98,37740710,9082.351172 +Poland,Europe,1992,70.99,38370697,7738.881247 +Poland,Europe,1997,72.75,38654957,10159.58368 +Poland,Europe,2002,74.67,38625976,12002.23908 +Poland,Europe,2007,75.563,38518241,15389.92468 +Portugal,Europe,1952,59.82,8526050,3068.319867 +Portugal,Europe,1957,61.51,8817650,3774.571743 +Portugal,Europe,1962,64.39,9019800,4727.954889 +Portugal,Europe,1967,66.6,9103000,6361.517993 +Portugal,Europe,1972,69.26,8970450,9022.247417 +Portugal,Europe,1977,70.41,9662600,10172.48572 +Portugal,Europe,1982,72.77,9859650,11753.84291 +Portugal,Europe,1987,74.06,9915289,13039.30876 +Portugal,Europe,1992,74.86,9927680,16207.26663 +Portugal,Europe,1997,75.97,10156415,17641.03156 +Portugal,Europe,2002,77.29,10433867,19970.90787 +Portugal,Europe,2007,78.098,10642836,20509.64777 +Puerto Rico,Americas,1952,64.28,2227000,3081.959785 +Puerto Rico,Americas,1957,68.54,2260000,3907.156189 +Puerto Rico,Americas,1962,69.62,2448046,5108.34463 +Puerto Rico,Americas,1967,71.1,2648961,6929.277714 +Puerto Rico,Americas,1972,72.16,2847132,9123.041742 +Puerto Rico,Americas,1977,73.44,3080828,9770.524921 +Puerto Rico,Americas,1982,73.75,3279001,10330.98915 +Puerto Rico,Americas,1987,74.63,3444468,12281.34191 +Puerto Rico,Americas,1992,73.911,3585176,14641.58711 +Puerto Rico,Americas,1997,74.917,3759430,16999.4333 +Puerto Rico,Americas,2002,77.778,3859606,18855.60618 +Puerto Rico,Americas,2007,78.746,3942491,19328.70901 +Reunion,Africa,1952,52.724,257700,2718.885295 +Reunion,Africa,1957,55.09,308700,2769.451844 +Reunion,Africa,1962,57.666,358900,3173.72334 +Reunion,Africa,1967,60.542,414024,4021.175739 +Reunion,Africa,1972,64.274,461633,5047.658563 +Reunion,Africa,1977,67.064,492095,4319.804067 +Reunion,Africa,1982,69.885,517810,5267.219353 +Reunion,Africa,1987,71.913,562035,5303.377488 +Reunion,Africa,1992,73.615,622191,6101.255823 +Reunion,Africa,1997,74.772,684810,6071.941411 +Reunion,Africa,2002,75.744,743981,6316.1652 +Reunion,Africa,2007,76.442,798094,7670.122558 +Romania,Europe,1952,61.05,16630000,3144.613186 +Romania,Europe,1957,64.1,17829327,3943.370225 +Romania,Europe,1962,66.8,18680721,4734.997586 +Romania,Europe,1967,66.8,19284814,6470.866545 +Romania,Europe,1972,69.21,20662648,8011.414402 +Romania,Europe,1977,69.46,21658597,9356.39724 +Romania,Europe,1982,69.66,22356726,9605.314053 +Romania,Europe,1987,69.53,22686371,9696.273295 +Romania,Europe,1992,69.36,22797027,6598.409903 +Romania,Europe,1997,69.72,22562458,7346.547557 +Romania,Europe,2002,71.322,22404337,7885.360081 +Romania,Europe,2007,72.476,22276056,10808.47561 +Rwanda,Africa,1952,40,2534927,493.3238752 +Rwanda,Africa,1957,41.5,2822082,540.2893983 +Rwanda,Africa,1962,43,3051242,597.4730727 +Rwanda,Africa,1967,44.1,3451079,510.9637142 +Rwanda,Africa,1972,44.6,3992121,590.5806638 +Rwanda,Africa,1977,45,4657072,670.0806011 +Rwanda,Africa,1982,46.218,5507565,881.5706467 +Rwanda,Africa,1987,44.02,6349365,847.991217 +Rwanda,Africa,1992,23.599,7290203,737.0685949 +Rwanda,Africa,1997,36.087,7212583,589.9445051 +Rwanda,Africa,2002,43.413,7852401,785.6537648 +Rwanda,Africa,2007,46.242,8860588,863.0884639 +Sao Tome and Principe,Africa,1952,46.471,60011,879.5835855 +Sao Tome and Principe,Africa,1957,48.945,61325,860.7369026 +Sao Tome and Principe,Africa,1962,51.893,65345,1071.551119 +Sao Tome and Principe,Africa,1967,54.425,70787,1384.840593 +Sao Tome and Principe,Africa,1972,56.48,76595,1532.985254 +Sao Tome and Principe,Africa,1977,58.55,86796,1737.561657 +Sao Tome and Principe,Africa,1982,60.351,98593,1890.218117 +Sao Tome and Principe,Africa,1987,61.728,110812,1516.525457 +Sao Tome and Principe,Africa,1992,62.742,125911,1428.777814 +Sao Tome and Principe,Africa,1997,63.306,145608,1339.076036 +Sao Tome and Principe,Africa,2002,64.337,170372,1353.09239 +Sao Tome and Principe,Africa,2007,65.528,199579,1598.435089 +Saudi Arabia,Asia,1952,39.875,4005677,6459.554823 +Saudi Arabia,Asia,1957,42.868,4419650,8157.591248 +Saudi Arabia,Asia,1962,45.914,4943029,11626.41975 +Saudi Arabia,Asia,1967,49.901,5618198,16903.04886 +Saudi Arabia,Asia,1972,53.886,6472756,24837.42865 +Saudi Arabia,Asia,1977,58.69,8128505,34167.7626 +Saudi Arabia,Asia,1982,63.012,11254672,33693.17525 +Saudi Arabia,Asia,1987,66.295,14619745,21198.26136 +Saudi Arabia,Asia,1992,68.768,16945857,24841.61777 +Saudi Arabia,Asia,1997,70.533,21229759,20586.69019 +Saudi Arabia,Asia,2002,71.626,24501530,19014.54118 +Saudi Arabia,Asia,2007,72.777,27601038,21654.83194 +Senegal,Africa,1952,37.278,2755589,1450.356983 +Senegal,Africa,1957,39.329,3054547,1567.653006 +Senegal,Africa,1962,41.454,3430243,1654.988723 +Senegal,Africa,1967,43.563,3965841,1612.404632 +Senegal,Africa,1972,45.815,4588696,1597.712056 +Senegal,Africa,1977,48.879,5260855,1561.769116 +Senegal,Africa,1982,52.379,6147783,1518.479984 +Senegal,Africa,1987,55.769,7171347,1441.72072 +Senegal,Africa,1992,58.196,8307920,1367.899369 +Senegal,Africa,1997,60.187,9535314,1392.368347 +Senegal,Africa,2002,61.6,10870037,1519.635262 +Senegal,Africa,2007,63.062,12267493,1712.472136 +Serbia,Europe,1952,57.996,6860147,3581.459448 +Serbia,Europe,1957,61.685,7271135,4981.090891 +Serbia,Europe,1962,64.531,7616060,6289.629157 +Serbia,Europe,1967,66.914,7971222,7991.707066 +Serbia,Europe,1972,68.7,8313288,10522.06749 +Serbia,Europe,1977,70.3,8686367,12980.66956 +Serbia,Europe,1982,70.162,9032824,15181.0927 +Serbia,Europe,1987,71.218,9230783,15870.87851 +Serbia,Europe,1992,71.659,9826397,9325.068238 +Serbia,Europe,1997,72.232,10336594,7914.320304 +Serbia,Europe,2002,73.213,10111559,7236.075251 +Serbia,Europe,2007,74.002,10150265,9786.534714 +Sierra Leone,Africa,1952,30.331,2143249,879.7877358 +Sierra Leone,Africa,1957,31.57,2295678,1004.484437 +Sierra Leone,Africa,1962,32.767,2467895,1116.639877 +Sierra Leone,Africa,1967,34.113,2662190,1206.043465 +Sierra Leone,Africa,1972,35.4,2879013,1353.759762 +Sierra Leone,Africa,1977,36.788,3140897,1348.285159 +Sierra Leone,Africa,1982,38.445,3464522,1465.010784 +Sierra Leone,Africa,1987,40.006,3868905,1294.447788 +Sierra Leone,Africa,1992,38.333,4260884,1068.696278 +Sierra Leone,Africa,1997,39.897,4578212,574.6481576 +Sierra Leone,Africa,2002,41.012,5359092,699.489713 +Sierra Leone,Africa,2007,42.568,6144562,862.5407561 +Singapore,Asia,1952,60.396,1127000,2315.138227 +Singapore,Asia,1957,63.179,1445929,2843.104409 +Singapore,Asia,1962,65.798,1750200,3674.735572 +Singapore,Asia,1967,67.946,1977600,4977.41854 +Singapore,Asia,1972,69.521,2152400,8597.756202 +Singapore,Asia,1977,70.795,2325300,11210.08948 +Singapore,Asia,1982,71.76,2651869,15169.16112 +Singapore,Asia,1987,73.56,2794552,18861.53081 +Singapore,Asia,1992,75.788,3235865,24769.8912 +Singapore,Asia,1997,77.158,3802309,33519.4766 +Singapore,Asia,2002,78.77,4197776,36023.1054 +Singapore,Asia,2007,79.972,4553009,47143.17964 +Slovak Republic,Europe,1952,64.36,3558137,5074.659104 +Slovak Republic,Europe,1957,67.45,3844277,6093.26298 +Slovak Republic,Europe,1962,70.33,4237384,7481.107598 +Slovak Republic,Europe,1967,70.98,4442238,8412.902397 +Slovak Republic,Europe,1972,70.35,4593433,9674.167626 +Slovak Republic,Europe,1977,70.45,4827803,10922.66404 +Slovak Republic,Europe,1982,70.8,5048043,11348.54585 +Slovak Republic,Europe,1987,71.08,5199318,12037.26758 +Slovak Republic,Europe,1992,71.38,5302888,9498.467723 +Slovak Republic,Europe,1997,72.71,5383010,12126.23065 +Slovak Republic,Europe,2002,73.8,5410052,13638.77837 +Slovak Republic,Europe,2007,74.663,5447502,18678.31435 +Slovenia,Europe,1952,65.57,1489518,4215.041741 +Slovenia,Europe,1957,67.85,1533070,5862.276629 +Slovenia,Europe,1962,69.15,1582962,7402.303395 +Slovenia,Europe,1967,69.18,1646912,9405.489397 +Slovenia,Europe,1972,69.82,1694510,12383.4862 +Slovenia,Europe,1977,70.97,1746919,15277.03017 +Slovenia,Europe,1982,71.063,1861252,17866.72175 +Slovenia,Europe,1987,72.25,1945870,18678.53492 +Slovenia,Europe,1992,73.64,1999210,14214.71681 +Slovenia,Europe,1997,75.13,2011612,17161.10735 +Slovenia,Europe,2002,76.66,2011497,20660.01936 +Slovenia,Europe,2007,77.926,2009245,25768.25759 +Somalia,Africa,1952,32.978,2526994,1135.749842 +Somalia,Africa,1957,34.977,2780415,1258.147413 +Somalia,Africa,1962,36.981,3080153,1369.488336 +Somalia,Africa,1967,38.977,3428839,1284.73318 +Somalia,Africa,1972,40.973,3840161,1254.576127 +Somalia,Africa,1977,41.974,4353666,1450.992513 +Somalia,Africa,1982,42.955,5828892,1176.807031 +Somalia,Africa,1987,44.501,6921858,1093.244963 +Somalia,Africa,1992,39.658,6099799,926.9602964 +Somalia,Africa,1997,43.795,6633514,930.5964284 +Somalia,Africa,2002,45.936,7753310,882.0818218 +Somalia,Africa,2007,48.159,9118773,926.1410683 +South Africa,Africa,1952,45.009,14264935,4725.295531 +South Africa,Africa,1957,47.985,16151549,5487.104219 +South Africa,Africa,1962,49.951,18356657,5768.729717 +South Africa,Africa,1967,51.927,20997321,7114.477971 +South Africa,Africa,1972,53.696,23935810,7765.962636 +South Africa,Africa,1977,55.527,27129932,8028.651439 +South Africa,Africa,1982,58.161,31140029,8568.266228 +South Africa,Africa,1987,60.834,35933379,7825.823398 +South Africa,Africa,1992,61.888,39964159,7225.069258 +South Africa,Africa,1997,60.236,42835005,7479.188244 +South Africa,Africa,2002,53.365,44433622,7710.946444 +South Africa,Africa,2007,49.339,43997828,9269.657808 +Spain,Europe,1952,64.94,28549870,3834.034742 +Spain,Europe,1957,66.66,29841614,4564.80241 +Spain,Europe,1962,69.69,31158061,5693.843879 +Spain,Europe,1967,71.44,32850275,7993.512294 +Spain,Europe,1972,73.06,34513161,10638.75131 +Spain,Europe,1977,74.39,36439000,13236.92117 +Spain,Europe,1982,76.3,37983310,13926.16997 +Spain,Europe,1987,76.9,38880702,15764.98313 +Spain,Europe,1992,77.57,39549438,18603.06452 +Spain,Europe,1997,78.77,39855442,20445.29896 +Spain,Europe,2002,79.78,40152517,24835.47166 +Spain,Europe,2007,80.941,40448191,28821.0637 +Sri Lanka,Asia,1952,57.593,7982342,1083.53203 +Sri Lanka,Asia,1957,61.456,9128546,1072.546602 +Sri Lanka,Asia,1962,62.192,10421936,1074.47196 +Sri Lanka,Asia,1967,64.266,11737396,1135.514326 +Sri Lanka,Asia,1972,65.042,13016733,1213.39553 +Sri Lanka,Asia,1977,65.949,14116836,1348.775651 +Sri Lanka,Asia,1982,68.757,15410151,1648.079789 +Sri Lanka,Asia,1987,69.011,16495304,1876.766827 +Sri Lanka,Asia,1992,70.379,17587060,2153.739222 +Sri Lanka,Asia,1997,70.457,18698655,2664.477257 +Sri Lanka,Asia,2002,70.815,19576783,3015.378833 +Sri Lanka,Asia,2007,72.396,20378239,3970.095407 +Sudan,Africa,1952,38.635,8504667,1615.991129 +Sudan,Africa,1957,39.624,9753392,1770.337074 +Sudan,Africa,1962,40.87,11183227,1959.593767 +Sudan,Africa,1967,42.858,12716129,1687.997641 +Sudan,Africa,1972,45.083,14597019,1659.652775 +Sudan,Africa,1977,47.8,17104986,2202.988423 +Sudan,Africa,1982,50.338,20367053,1895.544073 +Sudan,Africa,1987,51.744,24725960,1507.819159 +Sudan,Africa,1992,53.556,28227588,1492.197043 +Sudan,Africa,1997,55.373,32160729,1632.210764 +Sudan,Africa,2002,56.369,37090298,1993.398314 +Sudan,Africa,2007,58.556,42292929,2602.394995 +Swaziland,Africa,1952,41.407,290243,1148.376626 +Swaziland,Africa,1957,43.424,326741,1244.708364 +Swaziland,Africa,1962,44.992,370006,1856.182125 +Swaziland,Africa,1967,46.633,420690,2613.101665 +Swaziland,Africa,1972,49.552,480105,3364.836625 +Swaziland,Africa,1977,52.537,551425,3781.410618 +Swaziland,Africa,1982,55.561,649901,3895.384018 +Swaziland,Africa,1987,57.678,779348,3984.839812 +Swaziland,Africa,1992,58.474,962344,3553.0224 +Swaziland,Africa,1997,54.289,1054486,3876.76846 +Swaziland,Africa,2002,43.869,1130269,4128.116943 +Swaziland,Africa,2007,39.613,1133066,4513.480643 +Sweden,Europe,1952,71.86,7124673,8527.844662 +Sweden,Europe,1957,72.49,7363802,9911.878226 +Sweden,Europe,1962,73.37,7561588,12329.44192 +Sweden,Europe,1967,74.16,7867931,15258.29697 +Sweden,Europe,1972,74.72,8122293,17832.02464 +Sweden,Europe,1977,75.44,8251648,18855.72521 +Sweden,Europe,1982,76.42,8325260,20667.38125 +Sweden,Europe,1987,77.19,8421403,23586.92927 +Sweden,Europe,1992,78.16,8718867,23880.01683 +Sweden,Europe,1997,79.39,8897619,25266.59499 +Sweden,Europe,2002,80.04,8954175,29341.63093 +Sweden,Europe,2007,80.884,9031088,33859.74835 +Switzerland,Europe,1952,69.62,4815000,14734.23275 +Switzerland,Europe,1957,70.56,5126000,17909.48973 +Switzerland,Europe,1962,71.32,5666000,20431.0927 +Switzerland,Europe,1967,72.77,6063000,22966.14432 +Switzerland,Europe,1972,73.78,6401400,27195.11304 +Switzerland,Europe,1977,75.39,6316424,26982.29052 +Switzerland,Europe,1982,76.21,6468126,28397.71512 +Switzerland,Europe,1987,77.41,6649942,30281.70459 +Switzerland,Europe,1992,78.03,6995447,31871.5303 +Switzerland,Europe,1997,79.37,7193761,32135.32301 +Switzerland,Europe,2002,80.62,7361757,34480.95771 +Switzerland,Europe,2007,81.701,7554661,37506.41907 +Syria,Asia,1952,45.883,3661549,1643.485354 +Syria,Asia,1957,48.284,4149908,2117.234893 +Syria,Asia,1962,50.305,4834621,2193.037133 +Syria,Asia,1967,53.655,5680812,1881.923632 +Syria,Asia,1972,57.296,6701172,2571.423014 +Syria,Asia,1977,61.195,7932503,3195.484582 +Syria,Asia,1982,64.59,9410494,3761.837715 +Syria,Asia,1987,66.974,11242847,3116.774285 +Syria,Asia,1992,69.249,13219062,3340.542768 +Syria,Asia,1997,71.527,15081016,4014.238972 +Syria,Asia,2002,73.053,17155814,4090.925331 +Syria,Asia,2007,74.143,19314747,4184.548089 +Taiwan,Asia,1952,58.5,8550362,1206.947913 +Taiwan,Asia,1957,62.4,10164215,1507.86129 +Taiwan,Asia,1962,65.2,11918938,1822.879028 +Taiwan,Asia,1967,67.5,13648692,2643.858681 +Taiwan,Asia,1972,69.39,15226039,4062.523897 +Taiwan,Asia,1977,70.59,16785196,5596.519826 +Taiwan,Asia,1982,72.16,18501390,7426.354774 +Taiwan,Asia,1987,73.4,19757799,11054.56175 +Taiwan,Asia,1992,74.26,20686918,15215.6579 +Taiwan,Asia,1997,75.25,21628605,20206.82098 +Taiwan,Asia,2002,76.99,22454239,23235.42329 +Taiwan,Asia,2007,78.4,23174294,28718.27684 +Tanzania,Africa,1952,41.215,8322925,716.6500721 +Tanzania,Africa,1957,42.974,9452826,698.5356073 +Tanzania,Africa,1962,44.246,10863958,722.0038073 +Tanzania,Africa,1967,45.757,12607312,848.2186575 +Tanzania,Africa,1972,47.62,14706593,915.9850592 +Tanzania,Africa,1977,49.919,17129565,962.4922932 +Tanzania,Africa,1982,50.608,19844382,874.2426069 +Tanzania,Africa,1987,51.535,23040630,831.8220794 +Tanzania,Africa,1992,50.44,26605473,825.682454 +Tanzania,Africa,1997,48.466,30686889,789.1862231 +Tanzania,Africa,2002,49.651,34593779,899.0742111 +Tanzania,Africa,2007,52.517,38139640,1107.482182 +Thailand,Asia,1952,50.848,21289402,757.7974177 +Thailand,Asia,1957,53.63,25041917,793.5774148 +Thailand,Asia,1962,56.061,29263397,1002.199172 +Thailand,Asia,1967,58.285,34024249,1295.46066 +Thailand,Asia,1972,60.405,39276153,1524.358936 +Thailand,Asia,1977,62.494,44148285,1961.224635 +Thailand,Asia,1982,64.597,48827160,2393.219781 +Thailand,Asia,1987,66.084,52910342,2982.653773 +Thailand,Asia,1992,67.298,56667095,4616.896545 +Thailand,Asia,1997,67.521,60216677,5852.625497 +Thailand,Asia,2002,68.564,62806748,5913.187529 +Thailand,Asia,2007,70.616,65068149,7458.396327 +Togo,Africa,1952,38.596,1219113,859.8086567 +Togo,Africa,1957,41.208,1357445,925.9083202 +Togo,Africa,1962,43.922,1528098,1067.53481 +Togo,Africa,1967,46.769,1735550,1477.59676 +Togo,Africa,1972,49.759,2056351,1649.660188 +Togo,Africa,1977,52.887,2308582,1532.776998 +Togo,Africa,1982,55.471,2644765,1344.577953 +Togo,Africa,1987,56.941,3154264,1202.201361 +Togo,Africa,1992,58.061,3747553,1034.298904 +Togo,Africa,1997,58.39,4320890,982.2869243 +Togo,Africa,2002,57.561,4977378,886.2205765 +Togo,Africa,2007,58.42,5701579,882.9699438 +Trinidad and Tobago,Americas,1952,59.1,662850,3023.271928 +Trinidad and Tobago,Americas,1957,61.8,764900,4100.3934 +Trinidad and Tobago,Americas,1962,64.9,887498,4997.523971 +Trinidad and Tobago,Americas,1967,65.4,960155,5621.368472 +Trinidad and Tobago,Americas,1972,65.9,975199,6619.551419 +Trinidad and Tobago,Americas,1977,68.3,1039009,7899.554209 +Trinidad and Tobago,Americas,1982,68.832,1116479,9119.528607 +Trinidad and Tobago,Americas,1987,69.582,1191336,7388.597823 +Trinidad and Tobago,Americas,1992,69.862,1183669,7370.990932 +Trinidad and Tobago,Americas,1997,69.465,1138101,8792.573126 +Trinidad and Tobago,Americas,2002,68.976,1101832,11460.60023 +Trinidad and Tobago,Americas,2007,69.819,1056608,18008.50924 +Tunisia,Africa,1952,44.6,3647735,1468.475631 +Tunisia,Africa,1957,47.1,3950849,1395.232468 +Tunisia,Africa,1962,49.579,4286552,1660.30321 +Tunisia,Africa,1967,52.053,4786986,1932.360167 +Tunisia,Africa,1972,55.602,5303507,2753.285994 +Tunisia,Africa,1977,59.837,6005061,3120.876811 +Tunisia,Africa,1982,64.048,6734098,3560.233174 +Tunisia,Africa,1987,66.894,7724976,3810.419296 +Tunisia,Africa,1992,70.001,8523077,4332.720164 +Tunisia,Africa,1997,71.973,9231669,4876.798614 +Tunisia,Africa,2002,73.042,9770575,5722.895655 +Tunisia,Africa,2007,73.923,10276158,7092.923025 +Turkey,Europe,1952,43.585,22235677,1969.10098 +Turkey,Europe,1957,48.079,25670939,2218.754257 +Turkey,Europe,1962,52.098,29788695,2322.869908 +Turkey,Europe,1967,54.336,33411317,2826.356387 +Turkey,Europe,1972,57.005,37492953,3450.69638 +Turkey,Europe,1977,59.507,42404033,4269.122326 +Turkey,Europe,1982,61.036,47328791,4241.356344 +Turkey,Europe,1987,63.108,52881328,5089.043686 +Turkey,Europe,1992,66.146,58179144,5678.348271 +Turkey,Europe,1997,68.835,63047647,6601.429915 +Turkey,Europe,2002,70.845,67308928,6508.085718 +Turkey,Europe,2007,71.777,71158647,8458.276384 +Uganda,Africa,1952,39.978,5824797,734.753484 +Uganda,Africa,1957,42.571,6675501,774.3710692 +Uganda,Africa,1962,45.344,7688797,767.2717398 +Uganda,Africa,1967,48.051,8900294,908.9185217 +Uganda,Africa,1972,51.016,10190285,950.735869 +Uganda,Africa,1977,50.35,11457758,843.7331372 +Uganda,Africa,1982,49.849,12939400,682.2662268 +Uganda,Africa,1987,51.509,15283050,617.7244065 +Uganda,Africa,1992,48.825,18252190,644.1707969 +Uganda,Africa,1997,44.578,21210254,816.559081 +Uganda,Africa,2002,47.813,24739869,927.7210018 +Uganda,Africa,2007,51.542,29170398,1056.380121 +United Kingdom,Europe,1952,69.18,50430000,9979.508487 +United Kingdom,Europe,1957,70.42,51430000,11283.17795 +United Kingdom,Europe,1962,70.76,53292000,12477.17707 +United Kingdom,Europe,1967,71.36,54959000,14142.85089 +United Kingdom,Europe,1972,72.01,56079000,15895.11641 +United Kingdom,Europe,1977,72.76,56179000,17428.74846 +United Kingdom,Europe,1982,74.04,56339704,18232.42452 +United Kingdom,Europe,1987,75.007,56981620,21664.78767 +United Kingdom,Europe,1992,76.42,57866349,22705.09254 +United Kingdom,Europe,1997,77.218,58808266,26074.53136 +United Kingdom,Europe,2002,78.471,59912431,29478.99919 +United Kingdom,Europe,2007,79.425,60776238,33203.26128 +United States,Americas,1952,68.44,157553000,13990.48208 +United States,Americas,1957,69.49,171984000,14847.12712 +United States,Americas,1962,70.21,186538000,16173.14586 +United States,Americas,1967,70.76,198712000,19530.36557 +United States,Americas,1972,71.34,209896000,21806.03594 +United States,Americas,1977,73.38,220239000,24072.63213 +United States,Americas,1982,74.65,232187835,25009.55914 +United States,Americas,1987,75.02,242803533,29884.35041 +United States,Americas,1992,76.09,256894189,32003.93224 +United States,Americas,1997,76.81,272911760,35767.43303 +United States,Americas,2002,77.31,287675526,39097.09955 +United States,Americas,2007,78.242,301139947,42951.65309 +Uruguay,Americas,1952,66.071,2252965,5716.766744 +Uruguay,Americas,1957,67.044,2424959,6150.772969 +Uruguay,Americas,1962,68.253,2598466,5603.357717 +Uruguay,Americas,1967,68.468,2748579,5444.61962 +Uruguay,Americas,1972,68.673,2829526,5703.408898 +Uruguay,Americas,1977,69.481,2873520,6504.339663 +Uruguay,Americas,1982,70.805,2953997,6920.223051 +Uruguay,Americas,1987,71.918,3045153,7452.398969 +Uruguay,Americas,1992,72.752,3149262,8137.004775 +Uruguay,Americas,1997,74.223,3262838,9230.240708 +Uruguay,Americas,2002,75.307,3363085,7727.002004 +Uruguay,Americas,2007,76.384,3447496,10611.46299 +Venezuela,Americas,1952,55.088,5439568,7689.799761 +Venezuela,Americas,1957,57.907,6702668,9802.466526 +Venezuela,Americas,1962,60.77,8143375,8422.974165 +Venezuela,Americas,1967,63.479,9709552,9541.474188 +Venezuela,Americas,1972,65.712,11515649,10505.25966 +Venezuela,Americas,1977,67.456,13503563,13143.95095 +Venezuela,Americas,1982,68.557,15620766,11152.41011 +Venezuela,Americas,1987,70.19,17910182,9883.584648 +Venezuela,Americas,1992,71.15,20265563,10733.92631 +Venezuela,Americas,1997,72.146,22374398,10165.49518 +Venezuela,Americas,2002,72.766,24287670,8605.047831 +Venezuela,Americas,2007,73.747,26084662,11415.80569 +Vietnam,Asia,1952,40.412,26246839,605.0664917 +Vietnam,Asia,1957,42.887,28998543,676.2854478 +Vietnam,Asia,1962,45.363,33796140,772.0491602 +Vietnam,Asia,1967,47.838,39463910,637.1232887 +Vietnam,Asia,1972,50.254,44655014,699.5016441 +Vietnam,Asia,1977,55.764,50533506,713.5371196 +Vietnam,Asia,1982,58.816,56142181,707.2357863 +Vietnam,Asia,1987,62.82,62826491,820.7994449 +Vietnam,Asia,1992,67.662,69940728,989.0231487 +Vietnam,Asia,1997,70.672,76048996,1385.896769 +Vietnam,Asia,2002,73.017,80908147,1764.456677 +Vietnam,Asia,2007,74.249,85262356,2441.576404 +West Bank and Gaza,Asia,1952,43.16,1030585,1515.592329 +West Bank and Gaza,Asia,1957,45.671,1070439,1827.067742 +West Bank and Gaza,Asia,1962,48.127,1133134,2198.956312 +West Bank and Gaza,Asia,1967,51.631,1142636,2649.715007 +West Bank and Gaza,Asia,1972,56.532,1089572,3133.409277 +West Bank and Gaza,Asia,1977,60.765,1261091,3682.831494 +West Bank and Gaza,Asia,1982,64.406,1425876,4336.032082 +West Bank and Gaza,Asia,1987,67.046,1691210,5107.197384 +West Bank and Gaza,Asia,1992,69.718,2104779,6017.654756 +West Bank and Gaza,Asia,1997,71.096,2826046,7110.667619 +West Bank and Gaza,Asia,2002,72.37,3389578,4515.487575 +West Bank and Gaza,Asia,2007,73.422,4018332,3025.349798 +"Yemen, Rep.",Asia,1952,32.548,4963829,781.7175761 +"Yemen, Rep.",Asia,1957,33.97,5498090,804.8304547 +"Yemen, Rep.",Asia,1962,35.18,6120081,825.6232006 +"Yemen, Rep.",Asia,1967,36.984,6740785,862.4421463 +"Yemen, Rep.",Asia,1972,39.848,7407075,1265.047031 +"Yemen, Rep.",Asia,1977,44.175,8403990,1829.765177 +"Yemen, Rep.",Asia,1982,49.113,9657618,1977.55701 +"Yemen, Rep.",Asia,1987,52.922,11219340,1971.741538 +"Yemen, Rep.",Asia,1992,55.599,13367997,1879.496673 +"Yemen, Rep.",Asia,1997,58.02,15826497,2117.484526 +"Yemen, Rep.",Asia,2002,60.308,18701257,2234.820827 +"Yemen, Rep.",Asia,2007,62.698,22211743,2280.769906 +Zambia,Africa,1952,42.038,2672000,1147.388831 +Zambia,Africa,1957,44.077,3016000,1311.956766 +Zambia,Africa,1962,46.023,3421000,1452.725766 +Zambia,Africa,1967,47.768,3900000,1777.077318 +Zambia,Africa,1972,50.107,4506497,1773.498265 +Zambia,Africa,1977,51.386,5216550,1588.688299 +Zambia,Africa,1982,51.821,6100407,1408.678565 +Zambia,Africa,1987,50.821,7272406,1213.315116 +Zambia,Africa,1992,46.1,8381163,1210.884633 +Zambia,Africa,1997,40.238,9417789,1071.353818 +Zambia,Africa,2002,39.193,10595811,1071.613938 +Zambia,Africa,2007,42.384,11746035,1271.211593 +Zimbabwe,Africa,1952,48.451,3080907,406.8841148 +Zimbabwe,Africa,1957,50.469,3646340,518.7642681 +Zimbabwe,Africa,1962,52.358,4277736,527.2721818 +Zimbabwe,Africa,1967,53.995,4995432,569.7950712 +Zimbabwe,Africa,1972,55.635,5861135,799.3621758 +Zimbabwe,Africa,1977,57.674,6642107,685.5876821 +Zimbabwe,Africa,1982,60.363,7636524,788.8550411 +Zimbabwe,Africa,1987,62.351,9216418,706.1573059 +Zimbabwe,Africa,1992,60.377,10704340,693.4207856 +Zimbabwe,Africa,1997,46.809,11404948,792.4499603 +Zimbabwe,Africa,2002,39.989,11926563,672.0386227 +Zimbabwe,Africa,2007,43.487,12311143,469.7092981 diff --git a/docs/projects/regression-example/data/sat_gpa.csv b/docs/projects/regression-example/data/sat_gpa.csv new file mode 100755 index 00000000..d1a4b7c5 --- /dev/null +++ b/docs/projects/regression-example/data/sat_gpa.csv @@ -0,0 +1,1001 @@ +sex,sat_verbal,sat_math,sat_total,gpa_hs,gpa_fy +Male,65,62,127,3.4,3.18 +Female,58,64,122,4,3.33 +Female,56,60,116,3.75,3.25 +Male,42,53,95,3.75,2.42 +Male,55,52,107,4,2.63 +Female,55,56,111,4,2.91 +Male,57,65,122,2.8,2.83 +Male,53,62,115,3.8,2.51 +Female,67,77,144,4,3.82 +Male,41,44,85,2.6,2.54 +Male,58,70,128,3.75,3.38 +Female,45,57,102,3.75,3.02 +Female,43,45,88,2.8,2.6 +Female,50,58,108,3.75,3.81 +Male,54,66,120,3.5,3.02 +Female,55,57,112,3.75,3.48 +Female,44,53,97,3.2,2.15 +Male,53,68,121,4,3.8 +Female,54,49,103,3.75,3.13 +Female,47,55,102,4,3.4 +Male,64,76,140,4,3.59 +Female,39,33,72,3.25,1.62 +Male,52,65,117,3.9,3.61 +Male,49,58,107,3.5,2.54 +Male,46,40,86,3.5,2.51 +Female,43,49,92,2,0 +Male,63,72,135,4,3.72 +Female,46,45,91,2.3,0.87 +Male,45,53,98,3.5,2.79 +Male,35,45,80,3.5,2 +Female,54,53,107,4,3.69 +Female,66,66,132,3.75,3.48 +Male,40,50,90,3,2.49 +Female,53,67,120,4,3.92 +Male,64,62,126,2.8,3.05 +Male,44,39,83,2.75,2.4 +Male,69,64,133,3.5,2.71 +Female,47,60,107,3.75,1.58 +Male,33,48,81,2,1.38 +Male,61,63,124,3.75,2.52 +Female,40,42,82,2.75,2.16 +Male,52,62,114,3,2.57 +Male,56,61,117,2.25,2.64 +Male,38,49,87,3.5,2.47 +Male,54,47,101,3,1 +Male,33,43,76,3,2.73 +Female,36,45,81,2.67,2.42 +Female,36,47,83,3,2.3 +Female,64,60,124,3.8,3.33 +Male,49,42,91,3.1,2.37 +Male,57,66,123,3,2.11 +Male,50,60,110,3,2.91 +Female,48,49,97,3,3.29 +Female,54,55,109,3.25,2.67 +Male,64,66,130,3.2,2.78 +Female,57,50,107,3.8,3.13 +Female,49,55,104,2.5,2.94 +Female,64,68,132,4,4 +Male,66,57,123,3.75,2.9 +Female,43,46,89,3.5,2.92 +Male,46,50,96,2.9,1.91 +Male,41,51,92,2.9,3.11 +Male,62,64,126,2.3,2.02 +Male,43,63,106,2.8,2.51 +Female,52,52,104,4,3.51 +Female,45,54,99,4,3.24 +Female,45,59,104,3.8,2.02 +Female,71,59,130,4,2.65 +Female,43,52,95,3.25,1.74 +Male,55,54,109,2.7,1.54 +Male,40,62,102,3.5,2.34 +Female,66,61,127,3,2.49 +Male,54,62,116,3.25,2.49 +Male,45,60,105,2.75,2.08 +Male,57,56,113,3,2.19 +Female,37,51,88,2.5,1.8 +Female,35,40,75,2.8,2.22 +Male,61,59,120,3.5,2.95 +Female,50,51,101,3.25,2.67 +Male,50,56,106,4,2.89 +Male,44,57,101,3.5,2.66 +Male,58,50,108,3,2.18 +Female,53,56,109,3.5,2.81 +Male,42,52,94,3.75,2.06 +Male,60,57,117,4,2.8 +Male,39,53,92,3,2.59 +Male,49,50,99,3.5,2.33 +Male,45,65,110,4,3.55 +Male,60,67,127,4,2.75 +Female,50,43,93,3.75,3.59 +Male,29,50,79,3.25,1.54 +Male,48,60,108,3.75,2.98 +Female,34,40,74,3,1.28 +Male,49,47,96,2.5,1.24 +Female,50,67,117,4,2.93 +Female,53,52,105,3.75,2.48 +Male,62,63,125,4,2.98 +Female,53,56,109,2.7,1.17 +Male,46,55,101,3.5,2.04 +Female,63,57,120,3.2,2.37 +Female,44,64,108,3.5,3 +Female,63,57,120,2.75,2.98 +Female,49,58,107,3.4,2.55 +Male,42,55,97,2.8,1.86 +Male,58,56,114,2,2.09 +Male,63,73,136,4,2.89 +Female,62,64,126,4,3.38 +Female,57,60,117,3.9,3.94 +Male,45,71,116,3,2.28 +Male,59,72,131,3,2.43 +Female,45,64,109,4,2.77 +Female,52,52,104,2,3.33 +Male,43,64,107,3,2.39 +Female,43,46,89,3.7,2.37 +Male,60,68,128,4,3.82 +Male,50,77,127,3.75,3.63 +Male,61,58,119,2.5,1.78 +Male,48,59,107,3,3.22 +Male,71,70,141,3.5,2.42 +Male,54,71,125,4,3.82 +Female,53,54,107,4,3.6 +Female,45,46,91,3.75,1.84 +Male,55,68,123,3.5,3.3 +Male,63,66,129,3.8,3.7 +Male,51,59,110,3,2.89 +Male,43,39,82,2.3,2.38 +Female,50,49,99,3.75,2.97 +Female,51,50,101,4,3.37 +Male,57,64,121,3.75,3.18 +Female,42,44,86,3,1.33 +Male,57,64,121,4,3 +Male,58,66,124,4,3.75 +Male,40,57,97,2.6,2.24 +Female,49,44,93,2.75,2.44 +Male,52,73,125,2.5,2.72 +Male,62,58,120,2.5,1.69 +Female,52,59,111,3.75,3.19 +Female,35,50,85,3.5,3.1 +Female,54,59,113,4,2.71 +Female,67,70,137,4,3.45 +Female,52,45,97,3.25,3.36 +Female,45,53,98,3.2,1 +Male,51,73,124,3.75,3.08 +Female,53,51,104,2.75,3.16 +Male,67,66,133,3.75,3.66 +Female,59,63,122,4,3.82 +Male,64,70,134,3.75,3.94 +Female,58,58,116,3.75,3.79 +Female,46,57,103,3.25,2.91 +Male,39,56,95,3,2.33 +Female,45,55,100,3.5,3.06 +Male,48,54,102,3,1.91 +Female,41,58,99,3,2.47 +Female,54,60,114,3.5,2.96 +Male,54,55,109,3.67,2.13 +Female,38,32,70,2.4,1.98 +Female,57,66,123,3.5,3.64 +Female,44,59,103,2,0.6 +Female,35,52,87,3,2.39 +Male,60,53,113,3.5,1.95 +Male,53,62,115,4,3.37 +Female,41,52,93,4,3.02 +Male,44,44,88,3,1.03 +Female,51,54,105,4,3.42 +Female,54,69,123,4,3.31 +Male,68,69,137,3.5,2.31 +Male,56,67,123,4,2.61 +Male,41,49,90,2,0 +Male,62,71,133,3.7,3.24 +Female,55,57,112,4,3.48 +Female,34,37,71,2.8,2.26 +Female,49,43,92,3.25,2.4 +Female,49,62,111,3.75,3.76 +Female,49,61,110,2.75,1.14 +Male,42,65,107,2.25,1.47 +Male,49,48,97,3,2 +Female,57,45,102,2.25,1.13 +Female,43,47,90,2.5,1.7 +Male,40,46,86,2,1.14 +Male,49,54,103,3.2,2.54 +Male,56,46,102,2.5,1.64 +Male,38,50,88,2.5,2.95 +Male,58,64,122,3,3.17 +Female,41,47,88,4,1.12 +Female,42,51,93,2.5,1.72 +Male,53,51,104,2.3,1.91 +Female,53,41,94,2.9,3 +Female,53,59,112,2.75,3.2 +Male,62,69,131,3,3.25 +Female,59,69,128,3.2,2.26 +Female,45,45,90,3,2.73 +Male,58,57,115,3.4,2.47 +Female,62,57,119,4,3.19 +Female,37,55,92,3.5,1.38 +Female,53,56,109,3.25,2.8 +Male,50,63,113,3.4,2.52 +Female,45,63,108,2.75,2.53 +Female,35,41,76,2,2.24 +Female,35,32,67,2.25,1.43 +Female,44,41,85,2.5,2.06 +Female,52,53,105,3.5,3.52 +Male,41,43,84,2.25,1.58 +Female,32,38,70,2.2,0.82 +Male,65,64,129,2.5,2.21 +Male,50,48,98,2,1.18 +Male,58,57,115,2.5,3.64 +Male,42,50,92,2.7,2.37 +Male,39,43,82,2.25,1.18 +Male,53,70,123,4,3.19 +Male,49,54,103,3,1.59 +Male,52,66,118,3.75,3.14 +Male,51,56,107,2.75,3.63 +Male,58,57,115,3,3.13 +Male,56,64,120,4,3.09 +Male,40,58,98,2.75,2.21 +Female,63,56,119,4,2.86 +Male,48,53,101,2.67,1.16 +Female,53,62,115,4,3.89 +Female,73,60,133,4,3.89 +Male,47,41,88,3,1.45 +Male,57,49,106,3,2.69 +Female,44,56,100,2.6,2.27 +Female,49,54,103,3.33,2.25 +Female,62,57,119,4,3.36 +Male,50,68,118,3,2.32 +Female,61,49,110,4,2.91 +Female,64,59,123,4,3.77 +Male,48,64,112,3.8,3.04 +Male,36,53,89,2.75,1.44 +Female,42,60,102,3.8,2.07 +Male,54,61,115,3.25,2.69 +Female,49,51,100,3.75,2.67 +Male,54,51,105,3.5,1.97 +Male,43,49,92,2.25,1.08 +Male,31,46,77,2,0.92 +Female,39,33,72,3.5,1.7 +Female,55,59,114,3.25,3 +Female,53,57,110,3.75,3.34 +Male,47,45,92,3.75,1.69 +Male,69,61,130,4,3.37 +Female,55,38,93,2.75,1.52 +Male,44,55,99,3.75,2.73 +Female,53,50,103,3.25,1.91 +Female,68,62,130,3.7,2.98 +Female,39,35,74,3.1,2.33 +Male,40,45,85,3,1.79 +Male,44,54,98,3.75,3.48 +Female,52,52,104,3,1.63 +Female,59,49,108,3,2.33 +Female,63,54,117,3.75,3.35 +Male,62,71,133,4,3.43 +Male,48,41,89,2.3,1.71 +Male,52,52,104,3.75,3.19 +Male,43,50,93,2.5,1.69 +Male,47,64,111,4,3.08 +Female,33,32,65,3,1.43 +Female,67,54,121,3.25,2.79 +Female,51,41,92,3.5,1.7 +Female,43,52,95,4,3.23 +Female,40,42,82,3.5,2.12 +Male,50,58,108,4,3.67 +Female,76,57,133,4,3.94 +Female,47,50,97,3.5,1.4 +Female,45,49,94,3.4,1.9 +Female,41,38,79,3.6,1.56 +Male,56,54,110,4,1.85 +Male,57,58,115,3,3 +Male,36,52,88,3.4,2.37 +Male,38,50,88,3.75,2.31 +Male,59,66,125,4,3.77 +Female,40,51,91,3.8,2.35 +Male,58,62,120,4,3.79 +Female,52,52,104,3.75,2.54 +Female,64,53,117,3,2.19 +Female,42,47,89,3,2.36 +Male,41,52,93,2.2,2.05 +Female,38,49,87,3.25,2.19 +Female,50,55,105,3.25,1.8 +Female,66,52,118,2.8,3.23 +Female,41,59,100,3.3,0.48 +Male,46,62,108,2.1,2.02 +Female,59,51,110,3.4,2.44 +Male,45,49,94,2.4,1.77 +Male,46,58,104,3.7,3.2 +Female,50,58,108,2.7,2.15 +Male,50,60,110,3.5,2.6 +Female,58,57,115,3.6,3.38 +Male,56,50,106,2.5,0.55 +Male,46,57,103,4,3.76 +Female,47,48,95,3.25,3.06 +Female,45,51,96,3.1,1.7 +Male,55,65,120,2.1,2.62 +Female,53,56,109,2.8,1.65 +Female,51,55,106,3.5,1.89 +Female,42,39,81,3.1,0.77 +Male,50,65,115,2.9,3.24 +Male,46,57,103,2.8,2.93 +Female,69,55,124,4,3.57 +Female,55,53,108,2.8,2.72 +Female,48,53,101,3.3,2.4 +Male,52,46,98,2.5,2.03 +Male,53,52,105,2.7,2.21 +Male,58,60,118,2.3,2.15 +Female,50,48,98,2.6,1.75 +Female,44,50,94,2.75,2.04 +Female,39,51,90,2.75,1.15 +Female,45,53,98,2.5,1.79 +Female,63,64,127,3.8,3.63 +Female,47,47,94,2.7,2 +Female,62,56,118,3.25,3.13 +Female,44,57,101,2.3,2.67 +Male,39,38,77,3.2,2.24 +Female,42,42,84,2.9,3.04 +Female,48,43,91,2.8,3.27 +Male,41,45,86,3.4,3.28 +Male,50,59,109,2.5,2.56 +Male,48,63,111,3.8,2.85 +Female,50,62,112,3.3,3.38 +Male,57,62,119,3.2,2.84 +Female,47,55,102,3.3,3.22 +Male,57,66,123,2.6,2.24 +Male,36,56,92,3.1,2.08 +Male,42,51,93,3.1,2.67 +Female,49,38,87,3.2,2.13 +Male,62,75,137,3.8,3.55 +Male,42,66,108,3.3,1.5 +Male,47,53,100,2.8,2.54 +Female,49,58,107,3.5,1.19 +Male,45,53,98,2.2,2.08 +Female,39,42,81,2.75,0 +Male,43,50,93,3.25,1.69 +Male,39,50,89,3,2.26 +Female,54,56,110,3.7,3.13 +Female,47,46,93,2.9,1.73 +Female,38,43,81,2.7,2.58 +Female,39,63,102,2.8,2.09 +Male,55,70,125,3.7,3 +Female,54,61,115,3,2.04 +Male,65,60,125,3.5,2.94 +Female,44,43,87,4,2.31 +Male,56,59,115,3.75,2.63 +Female,51,61,112,3.5,2.79 +Male,40,58,98,2.9,1.9 +Female,47,50,97,3.5,3 +Female,52,51,103,2.8,1.83 +Male,48,54,102,2.8,2.33 +Male,50,58,108,3.2,3.24 +Male,53,59,112,3.2,2.7 +Male,54,44,98,2.7,1.5 +Male,51,42,93,3,3 +Male,53,59,112,2.4,2.34 +Female,58,66,124,4,3.44 +Female,48,60,108,3,1.88 +Male,57,60,117,2.1,2.86 +Female,40,34,74,2.75,2.56 +Male,41,40,81,2,1.49 +Male,49,57,106,2.8,2.5 +Female,49,50,99,2.9,1.83 +Male,55,57,112,2.5,2.38 +Male,37,40,77,3.1,1.82 +Male,43,46,89,2.8,2.12 +Male,47,59,106,3.1,2.59 +Male,53,57,110,3,2.59 +Female,40,50,90,3.1,2.02 +Female,45,48,93,3.7,2.93 +Female,46,47,93,2.9,2.24 +Male,54,54,108,2.5,2.19 +Male,41,60,101,3.4,1.95 +Male,64,64,128,4,3.54 +Female,62,61,123,3.75,2.86 +Male,48,56,104,3.8,2.17 +Female,46,49,95,3.4,2.3 +Male,36,64,100,3.5,2.48 +Female,40,48,88,3.5,3.02 +Female,46,60,106,3.5,3.14 +Male,55,60,115,2.7,2.22 +Male,51,36,87,2.9,3.27 +Female,42,35,77,2.5,2.47 +Female,50,53,103,2.8,2.85 +Female,50,52,102,4,3.77 +Male,41,50,91,2.7,2.91 +Male,50,53,103,3.5,2.61 +Female,50,53,103,4,3.78 +Male,46,54,100,2.9,1.19 +Female,60,62,122,3.2,2.37 +Male,49,65,114,3.7,3.69 +Male,43,59,102,2.7,1.73 +Female,50,47,97,2.7,2.48 +Female,49,60,109,3,2.35 +Male,52,50,102,3.5,1.95 +Female,62,52,114,3.2,3.46 +Female,47,56,103,2.8,2.27 +Female,41,57,98,2.5,2.14 +Male,43,64,107,2.5,3.34 +Female,46,48,94,3.3,2.42 +Male,52,67,119,3.3,3.22 +Male,47,71,118,2.4,1.3 +Male,47,61,108,3.2,1.79 +Female,32,54,86,3,2.8 +Female,45,45,90,2.6,2.8 +Male,59,59,118,2.4,0.8 +Female,52,40,92,3.5,2.45 +Female,46,56,102,3.7,2.33 +Male,31,51,82,2.7,1.76 +Female,35,48,83,3,2.88 +Male,45,57,102,3.1,2.52 +Male,54,53,107,3.2,1.54 +Female,43,47,90,3.7,2.66 +Female,52,50,102,3.9,3.16 +Male,49,58,107,3.8,1.94 +Female,45,49,94,3.1,2.91 +Female,62,51,113,2.9,2.37 +Male,61,64,125,4,3.67 +Male,50,59,109,4,4 +Male,46,53,99,2.6,2.94 +Female,39,64,103,2.9,1.37 +Male,42,46,88,2.75,2.13 +Female,46,57,103,3.3,2.68 +Male,40,62,102,2.7,2.71 +Male,45,35,80,2.4,1.57 +Male,53,56,109,2.5,2.38 +Female,67,59,126,3.4,1.16 +Female,59,58,117,3.9,2.81 +Female,47,58,105,3.4,2.52 +Female,39,45,84,2.5,1.72 +Female,39,53,92,2.9,2.23 +Male,54,58,112,3,1.43 +Male,46,52,98,2.5,1.54 +Female,59,56,115,3.8,3.24 +Male,48,60,108,3.6,2.18 +Male,43,51,94,2.3,1.77 +Male,48,62,110,3.4,2.16 +Female,34,53,87,3.5,2.49 +Female,54,61,115,4,3.74 +Male,46,57,103,2.8,3.29 +Female,36,43,79,2.9,1.37 +Male,53,59,112,4,3.83 +Female,64,66,130,3.7,2.9 +Male,54,58,112,2.8,2.2 +Male,57,55,112,2.7,2.11 +Female,51,33,84,2.5,3.15 +Female,46,53,99,3.4,2.65 +Female,45,43,88,3,1.98 +Female,55,58,113,3.8,2.93 +Female,49,55,104,3.7,3.1 +Female,46,50,96,3.7,3.34 +Female,49,62,111,3.6,2.75 +Female,50,52,102,3.4,2.9 +Male,57,58,115,4,2.06 +Female,42,40,82,3.2,1.87 +Male,55,48,103,3.2,2.8 +Female,54,40,94,2.6,1.38 +Female,50,62,112,3.9,2.37 +Male,29,58,87,2.7,0.9 +Male,39,58,97,2.5,2.38 +Female,39,38,77,2.6,1.62 +Male,43,43,86,2.9,1.42 +Female,34,40,74,2.8,1.52 +Female,49,57,106,3.7,2.65 +Male,38,60,98,2.9,1.92 +Female,54,53,107,3.3,0.66 +Male,43,68,111,3.8,1.85 +Male,49,55,104,2.2,2.36 +Male,44,57,101,3.3,1.86 +Male,46,44,90,2.7,1.35 +Female,47,57,104,2.9,2.8 +Male,56,53,109,2.8,2.24 +Female,43,51,94,3.8,2.17 +Male,57,57,114,3.3,3.22 +Female,39,49,88,3.1,2.02 +Female,41,52,93,2.9,1.52 +Male,33,57,90,2.8,2.27 +Female,39,49,88,2.6,2.85 +Male,36,59,95,2.9,2.62 +Female,42,59,101,3.5,2.54 +Female,58,51,109,3.8,3.76 +Male,41,57,98,2.9,1.71 +Male,41,59,100,3.3,1.88 +Female,46,55,101,3.3,2.54 +Female,50,57,107,3.2,2.25 +Male,39,49,88,2.9,1.32 +Female,44,33,77,3.5,2.71 +Female,57,59,116,3.3,2.67 +Male,55,57,112,3.4,2 +Female,44,58,102,3.7,3.26 +Female,37,38,75,2.9,1.51 +Female,47,48,95,2.7,2.33 +Male,53,60,113,3.8,2.82 +Female,43,58,101,3.8,3.51 +Male,45,47,92,3.7,1 +Female,48,49,97,3.75,3.27 +Male,49,54,103,2.8,0.73 +Male,49,55,104,4,3.17 +Female,47,54,101,4,2.69 +Female,32,57,89,2.7,0.52 +Male,37,50,87,2.2,1.77 +Male,40,57,97,3.7,2.35 +Male,55,55,110,2.9,2.06 +Male,53,57,110,3.4,2.23 +Female,47,47,94,2.6,1.67 +Female,58,71,129,4,3.16 +Male,35,53,88,3.9,2.24 +Female,47,46,93,3.7,2.71 +Male,52,64,116,3.9,3.98 +Male,36,48,84,2.8,2.2 +Female,38,47,85,2.5,2.88 +Male,54,57,111,3.4,3 +Female,41,44,85,3.7,1.55 +Male,45,58,103,3.9,2 +Male,24,29,53,2.47,2.19 +Female,59,62,121,3.5,3.86 +Male,45,55,100,2.8,1.47 +Female,59,62,121,4,3.94 +Male,37,58,95,2.4,1.37 +Male,44,59,103,3.5,3.08 +Male,54,64,118,3.8,1.95 +Female,59,62,121,3.8,3.52 +Male,48,55,103,3.2,1.74 +Female,44,59,103,3.2,3.17 +Female,61,56,117,3.5,2.67 +Male,49,55,104,2.3,2.14 +Male,53,52,105,3,2.54 +Female,55,49,104,2.3,1.98 +Female,46,45,91,2.3,2.04 +Male,49,57,106,2.1,1.7 +Male,53,62,115,3.7,1.8 +Male,70,74,144,4,4 +Female,48,52,100,3.9,4 +Female,36,41,77,3,0.61 +Female,49,57,106,3.8,3.34 +Female,48,56,104,3.7,2.92 +Male,53,62,115,3.8,3.62 +Male,66,67,133,3.2,3.07 +Female,41,57,98,3.4,3 +Male,42,62,104,3.2,2.43 +Female,38,45,83,3.4,3.11 +Male,43,57,100,3.1,1.5 +Female,49,54,103,3.7,2.58 +Female,53,40,93,3.33,2.24 +Male,40,55,95,2.1,1.96 +Male,45,56,101,2.5,2.23 +Female,53,51,104,2.8,2.24 +Male,43,57,100,2.9,2.76 +Female,49,52,101,3.1,2.59 +Male,41,52,93,2.1,1.68 +Female,38,47,85,3.1,2.92 +Male,55,56,111,2.8,2.31 +Male,41,57,98,3.5,2.56 +Female,39,55,94,3.8,2.73 +Female,63,49,112,3.4,3.11 +Female,43,44,87,2.8,1.83 +Male,47,47,94,2.6,2.88 +Male,39,57,96,3,3.14 +Male,46,51,97,2.6,1.87 +Female,45,52,97,3.1,2.27 +Female,51,55,106,3.4,2.56 +Male,40,44,84,3.1,2.35 +Female,42,55,97,3.4,3.02 +Male,50,60,110,3.8,2.44 +Male,50,58,108,3.7,1.33 +Male,56,52,108,3.25,1.13 +Male,54,52,106,3.4,3.4 +Female,48,36,84,2.7,1.96 +Male,53,49,102,3.5,1.96 +Male,48,58,106,3.8,3.17 +Female,45,58,103,3.2,1.6 +Female,50,52,102,3,2.37 +Male,52,53,105,3.5,1.43 +Female,62,48,110,3.2,2.74 +Male,46,48,94,3.2,1.95 +Male,42,50,92,3.1,2.42 +Female,48,52,100,3.6,3.04 +Male,51,59,110,2.5,3 +Female,50,42,92,3.5,3.73 +Female,55,48,103,3.1,3.17 +Male,56,63,119,3,1.57 +Male,52,60,112,3.2,1.71 +Male,51,57,108,2.5,2.09 +Female,41,49,90,2.6,3.4 +Male,33,38,71,3.5,2.1 +Female,47,43,90,2.6,1.66 +Female,54,49,103,3.5,3.16 +Male,55,56,111,3.7,2.09 +Female,49,57,106,3.7,3.6 +Male,45,57,102,2.7,0.85 +Male,57,59,116,3.3,1.88 +Male,45,54,99,3.5,2.53 +Male,60,60,120,3.7,1.82 +Male,41,52,93,2.7,1.33 +Female,47,51,98,2.56,2.81 +Male,44,43,87,1.8,1.49 +Female,49,55,104,3.5,2.51 +Female,68,51,119,3.1,1.61 +Female,39,41,80,2.7,1.65 +Female,33,37,70,2.8,1.7 +Female,50,54,104,3.6,3.13 +Female,46,58,104,3.5,2.6 +Female,35,40,75,3.25,1.87 +Male,26,50,76,3.2,2.24 +Female,36,55,91,2.8,1.6 +Female,51,54,105,3.7,2.98 +Female,47,51,98,3.9,3.6 +Male,47,50,97,3.1,1.43 +Male,44,62,106,3.7,3.02 +Male,50,50,100,3.1,3.15 +Male,34,52,86,3.3,2 +Female,33,46,79,2.6,1.57 +Female,38,34,72,2.8,1.78 +Female,46,59,105,3.6,2.77 +Male,42,56,98,3.8,3.25 +Male,59,55,114,3.5,3.3 +Male,42,37,79,4.5,1.13 +Female,50,53,103,3.9,3.17 +Female,41,55,96,3.4,2.04 +Female,42,53,95,3,1.69 +Male,41,65,106,2.5,1.8 +Female,52,62,114,3.5,2.29 +Male,62,67,129,4,3.41 +Female,36,38,74,3.5,2 +Female,47,56,103,4,3.11 +Male,38,58,96,2.7,2.38 +Male,45,63,108,3.3,2.62 +Female,63,63,126,3.8,3.71 +Male,44,50,94,3.8,3.27 +Male,42,61,103,2.5,2.4 +Male,51,63,114,2.5,3.25 +Male,57,59,116,3.3,1.98 +Male,49,61,110,3.5,3.04 +Male,37,64,101,4,2.8 +Male,62,71,133,4,4 +Male,47,59,106,2.5,1.78 +Male,55,65,120,3,2.54 +Female,43,42,85,2.8,1.92 +Male,56,74,130,4,3.48 +Female,52,48,100,2.74,1.62 +Male,47,60,107,3.5,2.56 +Female,51,50,101,3.3,3.35 +Male,41,66,107,2.7,2 +Female,43,42,85,3,1.97 +Male,58,51,109,3,3.21 +Male,47,37,84,2.6,0.67 +Male,41,57,98,3.5,2.38 +Male,42,50,92,2.3,1.86 +Female,50,43,93,2.3,2.53 +Male,55,55,110,4,1.44 +Male,45,59,104,3.5,2.19 +Female,35,42,77,2.8,1.44 +Male,43,50,93,3.4,2.36 +Male,48,44,92,3,2.21 +Female,40,57,97,3,2.6 +Male,44,58,102,3.25,0.36 +Male,47,61,108,3.3,2.47 +Female,43,47,90,3.5,2.16 +Female,39,53,92,2.7,1.63 +Male,47,57,104,2.8,1.83 +Female,34,69,103,2.1,2.66 +Female,49,48,97,3.3,3.04 +Female,47,45,92,2.4,2.54 +Female,43,53,96,2.6,2.02 +Male,61,49,110,2.2,1.49 +Male,48,55,103,3.8,1.13 +Female,37,46,83,3.1,2.02 +Female,51,50,101,3.7,2.9 +Female,35,60,95,2.75,1.81 +Female,47,67,114,3.6,4 +Male,41,37,78,2,2 +Female,43,42,85,2.75,2.54 +Female,49,48,97,4,2.65 +Male,58,77,135,4,3.43 +Female,47,45,92,3.7,2.91 +Male,47,53,100,4,3.21 +Male,37,52,89,2.5,1.75 +Male,36,36,72,2.3,3.12 +Female,56,58,114,3,2.09 +Female,47,58,105,3.5,2.11 +Male,56,50,106,3.3,2.56 +Female,43,54,97,3.2,2.56 +Female,45,48,93,3,1.24 +Male,55,60,115,3,2.8 +Male,55,35,90,2.6,2.17 +Female,46,47,93,3.4,2.42 +Female,39,51,90,3.6,3.56 +Female,50,58,108,3.3,3.24 +Female,45,57,102,3.6,3.42 +Male,52,66,118,3.8,2.53 +Female,47,47,94,2.8,2.38 +Male,48,47,95,2.4,2.24 +Male,35,53,88,2.7,2.12 +Female,46,58,104,2.8,2.63 +Female,54,47,101,2.5,1.98 +Female,50,50,100,3.2,1.69 +Male,58,59,117,4,2.47 +Male,49,60,109,4,2.34 +Female,43,47,90,2.67,2.58 +Male,42,52,94,3,2 +Male,46,51,97,2.7,1.63 +Female,52,55,107,3.5,3.37 +Male,45,46,91,2.8,1.64 +Male,62,60,122,3.8,2.88 +Female,58,62,120,4,3.12 +Female,57,55,112,4,2.33 +Female,60,59,119,3,2.45 +Male,43,51,94,2.5,2.22 +Male,51,65,116,3.5,2.17 +Male,37,55,92,2.3,2.44 +Male,49,48,97,3.1,2.98 +Female,44,54,98,2.7,2.29 +Female,44,52,96,3.5,2.56 +Female,27,38,65,2.5,1.8 +Male,48,55,103,3.1,2.43 +Male,41,59,100,3.5,2.61 +Female,35,58,93,3.1,3.09 +Male,46,54,100,2.6,2.53 +Male,52,64,116,2.7,2.48 +Male,61,60,121,3.5,3.94 +Male,48,64,112,3.4,2.86 +Female,58,58,116,2.9,2.31 +Male,44,40,84,2.6,2.18 +Male,49,57,106,3.25,3.07 +Male,40,45,85,2.1,1.64 +Female,52,60,112,3,2.7 +Male,36,50,86,3.5,2.08 +Female,57,55,112,4,3.51 +Female,48,62,110,4,3.63 +Male,39,44,83,3,1.63 +Female,54,61,115,4,3.76 +Female,57,47,104,2.8,2.96 +Male,40,48,88,3.25,2.83 +Male,35,40,75,3,1.36 +Male,61,65,126,3.8,2.91 +Male,50,57,107,3.2,2.65 +Female,41,52,93,3,2.56 +Male,49,68,117,3,1.89 +Male,50,57,107,2.8,2.04 +Male,60,64,124,3.25,2.67 +Male,54,72,126,3.75,3.29 +Male,41,56,97,2.6,1.74 +Male,44,41,85,2.8,2.98 +Male,44,55,99,2.5,2.28 +Female,50,42,92,2.4,1.21 +Male,40,52,92,2.5,1.24 +Female,55,54,109,3.5,3.47 +Female,47,44,91,3.1,2.37 +Female,38,57,95,4,3.49 +Male,56,47,103,2.7,1.41 +Female,49,52,101,4,2.04 +Male,58,60,118,3.7,3.49 +Male,51,64,115,2.6,1.7 +Male,42,53,95,2.5,1.19 +Female,52,49,101,3.6,3.63 +Female,48,51,99,3.9,2.98 +Male,48,62,110,3.4,2.35 +Female,53,52,105,3.6,2.38 +Female,57,57,114,3.8,2.38 +Male,44,57,101,3.2,2.4 +Female,29,60,89,2.5,1.92 +Male,54,45,99,3.7,2.86 +Male,41,63,104,3.25,2.9 +Female,42,59,101,3.7,3.44 +Female,53,65,118,2.9,1.88 +Female,49,38,87,2.8,2.52 +Male,48,54,102,4,1.17 +Male,60,65,125,2.9,3.16 +Male,45,57,102,3.25,1.64 +Female,46,44,90,2.75,2.17 +Female,31,41,72,2.67,1.62 +Male,49,60,109,3,2.37 +Male,47,43,90,3,3.19 +Male,50,50,100,3,2.29 +Female,59,69,128,4,3.41 +Male,58,61,119,4,3.24 +Female,48,60,108,3.3,2.64 +Male,52,57,109,3.5,3.35 +Male,47,50,97,2.75,1.87 +Female,45,55,100,2.7,1.5 +Female,37,59,96,4,2.98 +Male,56,65,121,3.1,2.95 +Female,52,52,104,2.8,2.2 +Female,65,57,122,3.8,3.11 +Female,42,49,91,4,3.12 +Female,48,51,99,3.3,2.69 +Female,45,58,103,4,2.91 +Male,52,62,114,2.6,2.67 +Male,51,57,108,3.2,2.49 +Male,46,65,111,2.5,2.98 +Male,50,72,122,3.1,3.06 +Male,52,61,113,3.1,2.18 +Male,52,68,120,4,3.5 +Female,45,50,95,2.8,2.1 +Female,54,50,104,3.4,3.8 +Female,50,60,110,3.25,1.8 +Male,41,63,104,4,2.14 +Female,44,54,98,3.3,3.4 +Female,45,48,93,2.8,2.66 +Female,41,64,105,3.5,2.36 +Male,45,43,88,2.9,1.98 +Male,45,49,94,3,1.62 +Male,56,53,109,3.2,2.03 +Female,54,53,107,2.3,1.84 +Male,50,67,117,3,2.02 +Male,58,63,121,3.5,3.15 +Male,51,35,86,2.75,1.54 +Female,48,45,93,2.8,2.6 +Female,41,50,91,3.8,2.58 +Female,51,61,112,3.5,3.11 +Female,39,34,73,2.7,1.19 +Female,54,53,107,3.5,2.23 +Female,44,53,97,2.2,1.78 +Female,52,44,96,3,2.24 +Female,53,37,90,3.3,2.29 +Male,37,67,104,2.9,2.38 +Male,35,48,83,2.2,0.95 +Male,45,53,98,2.4,2.05 +Female,43,47,90,3.1,2.49 +Male,49,59,108,3.3,1.12 +Female,37,43,80,2.03,1.31 +Female,41,43,84,3.3,2.38 +Female,40,45,85,3,2.74 +Male,48,64,112,3,4 +Male,44,59,103,3.8,2.66 +Male,54,60,114,3.5,2.96 +Female,63,42,105,2.1,1.88 +Male,47,55,102,2.7,1.4 +Female,56,52,108,3.5,3.31 +Female,50,50,100,3.75,3.3 +Male,64,64,128,4,3.21 +Female,42,59,101,3.25,3.22 +Male,43,48,91,2.8,2.28 +Male,43,49,92,3.2,2.52 +Male,52,52,104,4,2.62 +Female,34,50,84,2,2 +Female,44,45,89,3.6,2.02 +Female,42,43,85,2.4,2.24 +Female,47,48,95,4,3.12 +Male,52,52,104,2.75,2.28 +Female,49,59,108,3,2.13 +Female,38,48,86,2.7,1.55 +Female,62,56,118,3.7,2.4 +Male,61,45,106,2.6,1.59 +Male,44,55,99,3,2.94 +Female,55,61,116,3.2,2.29 +Male,47,66,113,3.5,2.98 +Female,44,44,88,3.1,3.66 +Male,41,56,97,2.9,0.38 +Female,62,59,121,3.7,2.65 +Female,60,68,128,3.7,1.95 +Female,44,60,104,3.2,3.06 +Female,63,58,121,3.7,3.87 +Male,45,58,103,2.4,2.64 +Male,43,55,98,2.4,2.54 +Male,36,45,81,2.5,2.42 +Female,58,53,111,3.3,3.44 +Female,62,68,130,4,3.91 +Male,41,61,102,4,2.46 +Male,58,59,117,3.75,2.79 +Female,46,43,89,2.7,1.79 +Female,45,61,106,4,3.22 +Male,40,41,81,2.3,0.57 +Male,63,68,131,4,3.48 +Female,53,54,107,3.5,2.13 +Female,57,72,129,4,3.18 +Male,39,56,95,3.75,3.81 +Male,45,66,111,2.7,2.49 +Male,52,67,119,3,1.87 +Male,55,53,108,3.5,2.63 +Male,44,48,92,2.2,1.91 +Female,56,45,101,3.8,3.1 +Male,64,62,126,4,3.12 +Female,46,51,97,3.1,2.19 +Male,64,61,125,3.6,3.21 +Male,60,66,126,2.7,3.4 +Male,52,60,112,3.1,2.37 +Female,46,61,107,3.75,2.67 +Female,58,58,116,3.5,3.59 +Female,34,42,76,3.1,1.93 +Female,54,64,118,3.8,3.17 +Female,50,33,83,2.75,2.04 +Male,59,63,122,3.2,1.96 +Female,49,45,94,3.7,2.07 +Male,37,42,79,2.2,2.35 +Female,55,55,110,3.75,3.06 +Male,32,66,98,2.9,2.48 +Male,41,68,109,3.3,2.58 +Female,47,53,100,2.8,2.15 +Female,49,41,90,2.7,2.42 +Male,53,68,121,3.2,2.09 +Female,55,57,112,2.5,2.27 +Male,43,52,95,2.7,2.31 +Female,43,56,99,3,2.24 +Female,50,53,103,3.5,1.92 +Male,44,41,85,2,1.73 +Male,64,59,123,2.5,3.38 +Female,49,48,97,3.8,3.02 +Male,49,55,104,3.2,2.29 +Male,43,45,88,2.5,1.33 +Male,64,71,135,3.3,2.83 +Female,54,57,111,3.33,3.34 +Female,40,47,87,3.2,1.51 +Female,50,53,103,3.2,1.16 +Female,57,64,121,3.75,1.94 +Male,49,59,108,3.8,1.74 +Male,50,55,105,3.2,2.17 +Female,53,62,115,3.3,2.28 +Male,54,59,113,3.5,2.75 +Male,51,56,107,3,2.8 +Female,38,40,78,3.8,2.53 +Male,61,65,126,3.7,2.43 +Female,44,44,88,2.7,1.84 +Male,56,61,117,3.7,2.05 +Male,48,63,111,3,2.48 +Male,55,67,122,3.3,2.75 +Male,61,51,112,2.3,3.24 +Male,46,44,90,3.6,2.69 +Male,51,66,117,3,2.21 +Female,67,70,137,3.8,3.49 +Male,49,40,89,2.3,2.24 +Male,63,50,113,2.9,2.85 +Female,40,50,90,2.5,1.62 +Female,53,65,118,3.7,3.03 +Female,48,42,90,3.6,3.1 +Female,43,43,86,2.5,1.59 +Male,46,63,109,2.8,2.21 +Male,67,60,127,3.3,2.43 +Male,46,60,106,3.5,2.46 +Female,58,58,116,4,2.96 +Female,43,61,104,2.8,2.2 +Male,46,43,89,2.8,2.31 +Male,49,49,98,3.25,2.35 +Female,59,64,123,2.75,2.57 +Male,39,55,94,2.8,3.04 +Female,39,52,91,3,2.14 +Female,67,52,119,4,2.27 +Female,55,54,109,3,1.83 +Male,57,61,118,3,2.75 +Female,51,52,103,2.5,1.87 +Male,52,67,119,3.5,3.22 +Male,59,48,107,2.5,3.1 +Male,45,64,109,2.9,2.29 +Female,48,50,98,2.8,2.1 +Male,52,52,104,3.5,2.96 +Female,41,56,97,2,0.47 +Female,47,48,95,3.5,2.88 +Female,52,70,122,4,3.83 +Male,49,57,106,3.4,1.6 +Male,38,53,91,2.5,2.23 +Male,44,50,94,2.5,3.07 +Male,56,67,123,3.8,2.6 +Male,45,58,103,2.75,1.15 +Male,59,67,126,3.5,2.88 +Male,53,72,125,3.7,3.71 +Female,53,38,91,4,3.41 +Female,66,66,132,3.5,3.65 +Female,36,35,71,2.3,1.65 +Female,57,54,111,3.7,2.15 +Female,51,51,102,3.5,2.57 +Female,76,68,144,4,3.66 +Male,60,66,126,4,3.31 +Male,46,52,98,3,2.84 +Male,54,50,104,2.7,1.83 +Female,55,64,119,3.6,3.35 +Male,54,63,117,3.3,1.35 +Female,52,43,95,3.4,3.1 +Female,51,59,110,3.7,3.1 +Male,49,51,100,3,2.19 +Female,41,50,91,3,3.35 +Female,57,59,116,4,3.91 +Male,54,52,106,2.7,1.83 +Female,32,38,70,2.2,1.29 +Female,68,74,142,4,2.55 +Female,49,51,100,3.25,2.68 +Female,41,45,86,3.5,2.96 +Female,47,48,95,3,2.45 +Male,51,54,105,3.25,2.7 +Male,57,59,116,3,2.24 +Male,36,38,74,2.9,2.04 +Male,44,59,103,3.67,2.38 +Male,47,55,102,2.5,1.79 +Male,47,44,91,3,2 +Male,44,54,98,3.04,2.24 +Male,43,46,89,2.5,1.63 +Female,39,31,70,2.3,1.13 +Male,49,48,97,2.5,1.73 +Male,60,53,113,2.2,1.36 +Male,50,60,110,3,2.81 +Female,40,48,88,3.1,1.17 +Female,60,59,119,3.5,2.48 +Male,61,57,118,3.2,1.98 +Male,42,57,99,2.8,1.72 +Male,46,56,102,3.5,2.69 +Female,50,56,106,4,2.98 +Female,44,57,101,4,3.4 +Male,68,73,141,4,3.48 +Female,43,45,88,2.5,2.15 +Male,54,60,114,3,2.4 +Male,49,55,104,3,2.42 +Female,50,50,100,3.7,2.19 +Male,54,54,108,3.3,1.5 +Male,56,58,114,3.5,3.17 +Male,55,65,120,2.3,1.94 +Male,49,44,93,2.7,2.38 diff --git a/docs/projects/regression-example/example_gapminder.Rmd b/docs/projects/regression-example/example_gapminder.Rmd new file mode 100644 index 00000000..0156b6c7 --- /dev/null +++ b/docs/projects/regression-example/example_gapminder.Rmd @@ -0,0 +1,16 @@ +--- +title: "Health and wealth" +--- + +```{r libraries-data} +library(tidyverse) # This lets you create plots with ggplot, manipulate data, etc. +library(broom) # This lets you convert regression models into nice tables +library(modelsummary) # This lets you combine multiple regression models into a single table + +gapminder <- read_csv("data/gapminder.csv") + +# TODO: Make a new dataset called gapminder_2007 that: +# 1. Only contains rows for 2007 +# 2. Omits rows from Oceania + +``` diff --git a/docs/projects/regression-example/example_sat-gpa.Rmd b/docs/projects/regression-example/example_sat-gpa.Rmd new file mode 100644 index 00000000..b82b3a69 --- /dev/null +++ b/docs/projects/regression-example/example_sat-gpa.Rmd @@ -0,0 +1,26 @@ +--- +title: "SAT scores and college GPA" +output: + html_document: + toc: yes +--- + +```{r libraries-data} +library(tidyverse) # This lets you create plots with ggplot, manipulate data, etc. +library(broom) # This lets you convert regression models into nice tables +library(modelsummary) # This lets you combine multiple regression models into a single table + +sat_gpa <- read_csv("data/sat_gpa.csv") +``` + +# Models + +## Do SAT scores predict freshman GPAs? + +## Does a certain type of SAT score have a larger effect on freshman GPAs? + +## Do high school GPAs predict freshman GPAs? + +## College GPA ~ SAT + sex + +## College GPA ~ SAT + high school GPA + sex diff --git a/docs/projects/regression-example/regression.Rproj b/docs/projects/regression-example/regression.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/regression-example/regression.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/threats-validity/threats-validity.Rproj b/docs/projects/threats-validity/threats-validity.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/threats-validity/threats-validity.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/threats-validity/your-name_threats-to-validity.Rmd b/docs/projects/threats-validity/your-name_threats-to-validity.Rmd new file mode 100644 index 00000000..a4748387 --- /dev/null +++ b/docs/projects/threats-validity/your-name_threats-to-validity.Rmd @@ -0,0 +1,138 @@ +--- +title: "Threats to validity" +author: "YOUR NAME HERE" +date: "DATE GOES HERE" +output: + html_document: + toc: yes + pdf_document: + latex_engine: xelatex + toc: yes + word_document: + toc: yes +--- + +**Feel free to remove any/all of the placeholder text and instructions here!** + +# Conditional cash transfers and education in Mexico + +## Internal validity + +1. **Selection**: +2. **Attrition**: +3. **Maturation**: +4. **Secular trends**: +5. **Seasonality**: +6. **Testing**: +7. **Regression to the mean**: +8. **Measurement error**: +9. **Time frame of study**: +10. **Hawthorne effects**: +11. **John Henry effects**: +12. **Spillovers**: +13. **Intervening events**: + +Final score: + +General summary: (i.e. is this an internally valid study?) + +## External validity + +Stuff goes here. + +## Construct validity + +Stuff goes here. + + +# *Sesame Street* and school readiness + +## Internal validity + +1. **Selection**: +2. **Attrition**: +3. **Maturation**: +4. **Secular trends**: +5. **Seasonality**: +6. **Testing**: +7. **Regression to the mean**: +8. **Measurement error**: +9. **Time frame of study**: +10. **Hawthorne effects**: +11. **John Henry effects**: +12. **Spillovers**: +13. **Intervening events**: + +Final score: + +General summary: (i.e. is this an internally valid study?) + +## External validity + +Stuff goes here. + +## Construct validity + +Stuff goes here. + + +# Police deployment and crime in Argentina + +## Internal validity + +1. **Selection**: +2. **Attrition**: +3. **Maturation**: +4. **Secular trends**: +5. **Seasonality**: +6. **Testing**: +7. **Regression to the mean**: +8. **Measurement error**: +9. **Time frame of study**: +10. **Hawthorne effects**: +11. **John Henry effects**: +12. **Spillovers**: +13. **Intervening events**: + +Final score: + +General summary: (i.e. is this an internally valid study?) + +## External validity + +Stuff goes here. + +## Construct validity + +Stuff goes here. + + +# Early childhood development and migration in Jamaica + +## Internal validity + +1. **Selection**: +2. **Attrition**: +3. **Maturation**: +4. **Secular trends**: +5. **Seasonality**: +6. **Testing**: +7. **Regression to the mean**: +8. **Measurement error**: +9. **Time frame of study**: +10. **Hawthorne effects**: +11. **John Henry effects**: +12. **Spillovers**: +13. **Intervening events**: + +Final score: + +General summary: (i.e. is this an internally valid study?) + +## External validity + +Stuff goes here. + +## Construct validity + +Stuff goes here. diff --git a/docs/projects/week-10/data/nc_schools.dta b/docs/projects/week-10/data/nc_schools.dta new file mode 100755 index 00000000..6af4790e Binary files /dev/null and b/docs/projects/week-10/data/nc_schools.dta differ diff --git a/docs/projects/week-10/schools-answers.Rmd b/docs/projects/week-10/schools-answers.Rmd new file mode 100644 index 00000000..64b31fed --- /dev/null +++ b/docs/projects/week-10/schools-answers.Rmd @@ -0,0 +1,188 @@ +--- +title: "Teacher salary bonuses" +date: '`r format(Sys.time(), "%B %e, %Y")`' +--- + +Teachers in North Carolina Public schools earn a bonus of \$750 if the students in their school meet a standard called "expected growth." A summary statistic called "average growth" is computed for each school; the expected growth standard is met when this summary measure exceeds zero. (This is based on [actual econometric research](https://my.vanderbilt.edu/performanceincentives/files/2012/10/200803_Vigdor_TeacherBonusesNC.pdf).) + +For this example, we'll use regression discontinuity techniques to see if failing to receive a bonus motivates teachers to improve their performance in the subsequent school year. + +- Running variable = `avgrow05` +- Treatment = `expgrow` +- Outcome = `avgrow06` + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(haven) +library(broom) +library(rdrobust) +library(rddensity) +library(modelsummary) + +schools <- read_stata("data/nc_schools.dta") +``` + +# Step 1: Rule based? + +Yep. + +# Step 2: Fuzzy or sharp? + +```{r} +ggplot(schools, aes(x = avgrow05, y = expgrow, color = avgrow05 > 0)) + + geom_point(size = 0.5, alpha = 0.5, + position = position_jitter(width = 0, height = 0.25, seed = 1234)) + + geom_vline(xintercept = 0) +``` + +```{r} +schools %>% + group_by(expgrow, avgrow05 > 0) %>% + summarize(count = n()) +``` + +```{r} +schools_clean <- schools %>% + filter(avgrow05 <= 0 & expgrow == 0 | + avgrow05 > 0 & expgrow == 1) +``` + + +# Step 3: Check for discontinuity in running variable around cutpoint + +```{r} +ggplot(schools_clean, aes(x = avgrow05, fill = factor(expgrow))) + + geom_histogram(binwidth = 0.05, color = "white", boundary = 0) + + geom_vline(xintercept = 0) + + labs(x = "Growth in 2005", y = "Count", fill = "Received bonus") + +``` + +```{r} +test_density <- rddensity(schools_clean$avgrow05, c = 0) +summary(test_density) +``` + +```{r} +plot_density_test <- rdplotdensity(rdd = test_density, + X = schools_clean$avgrow05, + type = "both") # This adds both points and lines +``` + +# Step 4: Check for discontinuity in outcome across running variable + +```{r} +ggplot(schools_clean, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + # Add a line based on a linear model for the people scoring 70 or less + geom_smooth(data = filter(schools_clean, avgrow05 <= 0), method = "lm") + + # Add a line based on a linear model for the people scoring more than 70 + geom_smooth(data = filter(schools_clean, avgrow05 > 0), method = "lm") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(xlim = c(-0.3, 0.3), ylim = c(-0.3, 0.3)) +``` + +# Step 5: Measure the size of the effect + +## Parametric estimation + +```{r} +summary(rdbwselect(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0)) +``` + +```{r} +schools_bw <- schools_clean %>% + filter(avgrow05 > -0.061 & avgrow05 < 0.061) + +ggplot(schools_bw, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + geom_smooth(data = filter(schools_bw, avgrow05 <= 0), method = "lm") + + geom_smooth(data = filter(schools_bw, avgrow05 > 0), method = "lm") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(ylim = c(-0.25, 0.25)) + +ggplot(schools_bw, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + geom_smooth(data = filter(schools_bw, avgrow05 <= 0), method = "loess") + + geom_smooth(data = filter(schools_bw, avgrow05 > 0), method = "loess") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(ylim = c(-0.25, 0.25)) +``` + +```{r} +model_simple <- lm(avgrow06 ~ avgrow05 + expgrow, + data = schools_bw) +tidy(model_simple, conf.int = TRUE) +``` + +## Nonparametric estimation + +```{r} +model_rdrobust <- rdrobust(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0) + +summary(model_rdrobust) +``` + +```{r} +rdplot(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0) +``` + + +# Step 6: Compare all the effects + +The **broom** package doesn't support `rdrobust` objects (yet), but it's possible to add `tidy()` and `glance()` functions that work with them, which means you can (1) use things like `tidy()` and (2) use things like `modelsummary()`. [Get the code here](https://github.com/tidymodels/broom/issues/777#issuecomment-643251123). + +```{r} +#' Tidy a `rdrobust` regression discontinuity design object +#' +#' @param x A `rdrobust` object +#' @param ... extra arguments (not used) +#' @examples +#' \dontrun{ +#' x <- runif(1000,-1,1) +#' y <- 3 * x + 2 * (x>=0) + rnorm(1000) +#' mod <- rdrobust(y,x) +#' +#' tidy(mod) +#' +#' glance(mod) +#' } +#' @export +tidy.rdrobust <- function(object, ...){ + ret <- tibble(term = row.names(object$coef), + estimate = object$coef[, 1], + std.error = object$se[, 1], + statistic = object$z[, 1], + p.value = object$pv[, 1], + conf.low = object$ci[,1], + conf.high = object$ci[, 2]) + ret +} + +#' Glance a `rdrobust` regression discontinuity design object +#' +#' @inheritParams tidy.rdrobust +#' @export +glance.rdrobust <- function(object, ...){ + ret <- tibble(nobs.left = object$N[1], + nobs.right = object$N[2], + nobs.effective.left = object$N_h[1], + nobs.effective.right = object$N_h[2], + cutoff = object$c, + order.regression = object$q, + order.bias = object$q, + kernel = object$kernel, + bwselect = object$bwselect) + ret +} + +``` + +```{r} +tidy(model_rdrobust) +modelsummary(list(model_simple, model_rdrobust)) +``` + diff --git a/docs/projects/week-10/schools.Rmd b/docs/projects/week-10/schools.Rmd new file mode 100644 index 00000000..791bca6b --- /dev/null +++ b/docs/projects/week-10/schools.Rmd @@ -0,0 +1,41 @@ +--- +title: "Teacher salary bonuses" +date: '`r format(Sys.time(), "%B %e, %Y")`' +--- + +Teachers in North Carolina Public schools earn a bonus of \$750 if the students in their school meet a standard called "expected growth." A summary statistic called "average growth" is computed for each school; the expected growth standard is met when this summary measure exceeds zero. (This is based on [actual econometric research](https://my.vanderbilt.edu/performanceincentives/files/2012/10/200803_Vigdor_TeacherBonusesNC.pdf).) + +For this example, we'll use regression discontinuity techniques to see if failing to receive a bonus motivates teachers to improve their performance in the subsequent school year. + +- Running variable = `avgrow05` +- Treatment = `expgrow` +- Outcome = `avgrow06` + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(haven) +library(broom) +library(rdrobust) +library(rddensity) +library(modelsummary) + +schools <- read_stata("data/nc_schools.dta") +``` + +# Step 1: Rule based? + +Yep. + +# Step 2: Fuzzy or sharp? + +# Step 3: Check for discontinuity in running variable around cutpoint + +# Step 4: Check for discontinuity in outcome across running variable + +# Step 5: Measure the size of the effect + +## Parametric estimation + +## Nonparametric estimation + +# Step 6: Compare all the effects diff --git a/docs/projects/week-10/week-10-rdd.Rproj b/docs/projects/week-10/week-10-rdd.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/week-10/week-10-rdd.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/week-11/data/Dee04.dta b/docs/projects/week-11/data/Dee04.dta new file mode 100644 index 00000000..9ba7272b Binary files /dev/null and b/docs/projects/week-11/data/Dee04.dta differ diff --git a/docs/projects/week-11/data/nc_schools.dta b/docs/projects/week-11/data/nc_schools.dta new file mode 100755 index 00000000..6af4790e Binary files /dev/null and b/docs/projects/week-11/data/nc_schools.dta differ diff --git a/docs/projects/week-11/education-and-voting.Rmd b/docs/projects/week-11/education-and-voting.Rmd new file mode 100644 index 00000000..01ce01f2 --- /dev/null +++ b/docs/projects/week-11/education-and-voting.Rmd @@ -0,0 +1,180 @@ +--- +title: "Does education increase civic engagement?" +date: '`r format(Sys.time(), "%B %e, %Y")`' +bibliography: references.bib +link-citations: true +--- + +Social scientists have long been interested in the causal effects of education. We've seen a ton of examples of economists looking at the causal effect of education on wages or income. Political scientists, not surprisingly, are less interested in income and more interested in the effect of education on civil behavior. For instance, does education make people vote more? + +For this example, we'll use a subset of data from @Dee:2004 (preprocessed and cleaned by @stevedata) to explore whether college education causes people to register to vote. ([See another version of this at Steve's website](http://post8000.svmiller.com/lab-scripts/instrumental-variables-lab.html#An_Application:_Are_There_Civics_Returns_to_Education)) + +- Treatment = `college`: A binary variable indicating if the person attended a junior, community, or 4-year college by 1984 +- Outcome = `register`: A binary variable indicating if the person is currently registered to vote +- Instrument = `distance`: Miles from respondent's high school to the nearest 2-year college + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(haven) +library(broom) +library(ggdag) +library(estimatr) +library(fixest) +library(modelsummary) + +voting <- read_stata("data/Dee04.dta") +``` + + +## Exploratory data analysis + +What proportion of college attendees are registered to vote? Group by `register` and `college`, summarize to get the number or rows in each group, then add a column that calculates the proportion. + +```{r} +# TODO +``` + +Visualize these proportions with `ggplot()` and `geom_col()` + +```{r} +# TODO +``` + + +## Naive model + +Run a super wrong and naive model that estimates the effect of college attendance on voter registration (`register ~ college`). + +```{r} +# TODO +``` + +For fun, make a scatterplot of this relationship: + +```{r} +# TODO +``` + +TODO: Interpret this finding. Why is this estimate wrong? + + +## Distance to college as an instrument + +We're stuck with endogeneity. There are things that cause both education and voter registration that confound the relationship, and we can't control for all of them. + +In his paper, @Dee:2004 uses distance to the nearest college as an instrument to help remove this exogeneity. He essentially creates this DAG (though without actually making a DAG): + +```{r iv-dag, fig.align="center", fig.width=6, fig.height=4.5, echo=FALSE} +distance_dag <- dagify(outcome ~ treatment + unmeasured, + treatment ~ unmeasured + instrument, + exposure = "treatment", + outcome = "outcome", + latent = "unmeasured", + coords = list(x = c(treatment = 1, outcome = 3, + unmeasured = 2, instrument = 0), + y = c(treatment = 1, outcome = 1, + unmeasured = 2, instrument = 1)), + labels = c(treatment = "College", outcome = "Registration", + unmeasured = "Other stuff", instrument = "Distance")) + +set.seed(1234) +ggdag_status(distance_dag, use_labels = "label", text = FALSE) + + guides(fill = "none", color = "none") + # Disable the legend + theme_dag() +``` + + +At first glance, this feels like it could be a good instrument: + +1. **Relevance** (Z → X *and* cor(Z, X) ≠ 0): Distance to college should be associated with college attendance. The closer a college is, the cheapter it is to attend, and the more opportunity there is to attend. +2. **Excludability** (Z → X → Y *and* Z not → Y *and* cor(Z, Y | X) = 0): Distance affects college attendance which affects voting registration. But distance should influence voting registration *only because* people go to college (and no other reason). +3. **Exogeneity** (U not → Z *and* Cor(Z, U) = 0): Colleges should exist before students exist; students and their voting patterns don't influence whether pre-existing colleges exist (i.e. there should be no arrows going into the instrument node). + +Let's check these conditions + +### Relevance + +See if there's correlation between the instrument (`distance`) and the treatment (`college`). Use the `cor()` function (and `cor.test()` if you want a p-value): + +```{r} +# TODO +``` + +Plot the relationship between the instrument and treatment: + +```{r} +# TODO +``` + +TODO: Is this relevant? + + +### Exclusion + +See if there's a relationship between the instrument (`distance`) and the outcome (`register`). + +```{r} +# TODO +``` + +To help check the "only through" condition, see if there's a relationship between `distance` and other possibly confounding variables (like `black`, `female`, `hispanic`, and so on). If it's related, that's a good sign that there's an arrow between those nodes, thus breaking the exclusion requirement. + +```{r} +# TODO +``` + +TODO: Does this meet the exclusion requirement? + + +### Exogeneity + +There's no statistical test here. Instead we have to tell a theoretical story that distance is uncorrelated with anything else in the DAG. + +TODO: Does this meet the exogeneity requirement? + + +## IV estimation + +Let's pretend that this is a good instrument, regardless of whatever we concluded above. + +### By hand, to make your life miserable + +Make a first stage model that predicts college attendance based on distance to college. Control for `black`, `hispanic`, and `female`, since they're potential confounders (and because Dee originally did that too). + +```{r} +# TODO +``` + +Plug the original dataset into the first stage model with `augment_columns()` to generate predicted values of `college` (or the exogenous part of `college`): + +```{r} +# TODO +``` + +Make a second stage model that estimates the effect of *predicted* college on voter registration, also controlling for `black`, `hispanic`, and `female`. + +What is the causal effect of attending college? + +```{r} +# TODO +``` + + +### All at once, to make your life wonderful + +Use `iv_robust()` to run a 2SLS model all at the same time: + +```{r} +# TODO +``` + +## Causal effect + +TODO: What is the final causal effect of college attendance on registering to vote? + +```{r} +# TODO: Use modelsummary() to show the results from your manual and automatic 2SLS regressions +``` + + +## References diff --git a/docs/projects/week-11/education-and-voting_answers.Rmd b/docs/projects/week-11/education-and-voting_answers.Rmd new file mode 100644 index 00000000..5a2a5460 --- /dev/null +++ b/docs/projects/week-11/education-and-voting_answers.Rmd @@ -0,0 +1,250 @@ +--- +title: "Does education increase civic engagement?" +date: '`r format(Sys.time(), "%B %e, %Y")`' +bibliography: references.bib +link-citations: true +--- + +Social scientists have long been interested in the causal effects of education. We've seen a ton of examples of economists looking at the causal effect of education on wages or income. Political scientists, not surprisingly, are less interested in income and more interested in the effect of education on civil behavior. For instance, does education make people vote more? + +For this example, we'll use a subset of data from @Dee:2004 (preprocessed and cleaned by @stevedata) to explore whether college education causes people to register to vote. ([See another version of this at Steve's website](http://post8000.svmiller.com/lab-scripts/instrumental-variables-lab.html#An_Application:_Are_There_Civics_Returns_to_Education)) + +- Treatment = `college`: A binary variable indicating if the person attended a junior, community, or 4-year college by 1984 +- Outcome = `register`: A binary variable indicating if the person is currently registered to vote +- Instrument = `distance`: Miles from respondent's high school to the nearest 2-year college + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(haven) +library(broom) +library(ggdag) +library(estimatr) +library(fixest) +library(modelsummary) + +voting <- read_stata("data/Dee04.dta") +``` + + +## Exploratory data analysis + +What proportion of college attendees are registered to vote? Group by `register` and `college`, summarize to get the number or rows in each group, then add a column that calculates the proportion. + +```{r} +group_props <- voting %>% + group_by(register, college) %>% + summarize(total = n()) %>% + group_by(college) %>% + mutate(prop = total / sum(total)) +group_props +``` + +Visualize these proportions with `ggplot()` and `geom_col()` + +```{r} +ggplot(group_props, aes(x = factor(college), y = prop, fill = factor(register))) + + geom_col() +``` + + +## Naive model + +Run a super wrong and naive model that estimates the effect of college attendance on voter registration (`register ~ college`). + +```{r} +model_naive <- lm(register ~ college, data = voting) +tidy(model_naive) +``` + +For fun, make a scatterplot of this relationship: + +```{r} +ggplot(voting, aes(x = college, y = register)) + + geom_point(alpha = 0.05, position = position_jitter(width = 0.1, height = 0.1)) + + geom_smooth(method = "lm") +``` + +TODO: Interpret this finding. Why is this estimate wrong? + +### Bonus fun! Logistic regression + +```{r} +model_logit <- glm(register ~ college, family = binomial(link = "logit"), data = voting) +tidy(model_logit) +# College attendance is associated with a 0.805 increase in the log odds of registering to vote, whatever that means + +# Odds ratio +exp(0.805) +# College attendees are 2.23 times more likely to register to vote + +# plogis((intercept + coefficient)) - plogis(intercept) +plogis((0.298 + 0.805)) - plogis(0.298) +# College attendance leads to a 17.6 percentage point increase in the probability of registering to vote + +library(marginaleffects) +model_logit |> + comparisons(by = "college") + +# "Divide by 4" trick/rule +0.805 / 4 +``` + + +## Distance to college as an instrument + +We're stuck with endogeneity. There are things that cause both education and voter registration that confound the relationship, and we can't control for all of them. + +In his paper, @Dee:2004 uses distance to the nearest college as an instrument to help remove this exogeneity. He essentially creates this DAG (though without actually making a DAG): + +```{r iv-dag, fig.align="center", fig.width=6, fig.height=4.5, echo=FALSE} +distance_dag <- dagify(outcome ~ treatment + unmeasured, + treatment ~ unmeasured + instrument, + exposure = "treatment", + outcome = "outcome", + latent = "unmeasured", + coords = list(x = c(treatment = 1, outcome = 3, + unmeasured = 2, instrument = 0), + y = c(treatment = 1, outcome = 1, + unmeasured = 2, instrument = 1)), + labels = c(treatment = "College", outcome = "Registration", + unmeasured = "Other stuff", instrument = "Distance")) + +set.seed(1234) +ggdag_status(distance_dag, use_labels = "label", text = FALSE) + + guides(fill = "none", color = "none") + # Disable the legend + theme_dag() +``` + + +At first glance, this feels like it could be a good instrument: + +1. **Relevance** (Z → X *and* cor(Z, X) ≠ 0): Distance to college should be associated with college attendance. The closer a college is, the cheapter it is to attend, and the more opportunity there is to attend. +2. **Excludability** (Z → X → Y *and* Z not → Y *and* cor(Z, Y | X) = 0): Distance affects college attendance which affects voting registration. But distance should influence voting registration *only because* people go to college (and no other reason). +3. **Exogeneity** (U not → Z *and* Cor(Z, U) = 0): Colleges should exist before students exist; students and their voting patterns don't influence whether pre-existing colleges exist (i.e. there should be no arrows going into the instrument node). + +Let's check these conditions + +### Relevance + +See if there's correlation between the instrument (`distance`) and the treatment (`college`). Use the `cor()` function (and `cor.test()` if you want a p-value): + +```{r} +model_check_relevance <- lm(college ~ distance, data = voting) +tidy(model_check_relevance) + +voting %>% + summarize(relevance = cor(distance, college)) + +cor.test(voting$distance, voting$college) +``` + +Plot the relationship between the instrument and treatment: + +```{r} +ggplot(voting, aes(x = distance, y = college)) + + geom_point(alpha = 0.01) + + geom_smooth(method = "lm") +``` + +Yep! + + +### Exclusion + +See if there's a relationship between the instrument (`distance`) and the outcome (`register`). + +```{r} +model_check_exclusion <- lm(distance ~ register, data = voting) +tidy(model_check_exclusion) + +voting %>% + summarize(relevance = cor(distance, register)) + +cor.test(voting$distance, voting$register) +``` + +To help check the "only through" condition, see if there's a relationship between `distance` and other possibly confounding variables (like `black`, `female`, `hispanic`, and so on). If it's related, that's a good sign that there's an arrow between those nodes, thus breaking the exclusion requirement. + +```{r} +voting %>% + summarize(rel_black = cor(distance, black), + rel_female = cor(distance, female), + rel_hispanic = cor(distance, hispanic)) +``` + +Nope :( + +### Exogeneity + +There's no statistical test here. Instead we have to tell a theoretical story that distance is uncorrelated with anything else in the DAG. + +In theory, living closer to a college should explain or increase the likelihood of attending college, but shouldn't in turn influence outcomes as an adult, like the propensity to vote. + +But in real life, that's not the case! Black and Hispanic Americans are more likely to live in urban areas, and there are more colleges in urban areas, and race/ethnicity are correlated with voting patterns. + + +## IV estimation + +Let's pretend that this is a good instrument, regardless of whatever we concluded above. + +### By hand, to make your life miserable + +Make a first stage model that predicts college attendance based on distance to college. Control for `black`, `hispanic`, and `female`, since they're potential confounders (and because Dee originally did that too). + +```{r} +first_stage <- lm(college ~ distance + black + hispanic + female, + data = voting) +``` + +Plug the original dataset into the first stage model with `augment_columns()` to generate predicted values of `college` (or the exogenous part of `college`): + +```{r} +voting_with_prediction <- augment_columns(first_stage, voting) %>% + rename(college_hat = .fitted) +``` + +Make a second stage model that estimates the effect of *predicted* college on voter registration, also controlling for `black`, `hispanic`, and `female`. + +What is the causal effect of attending college? + +```{r} +second_stage <- lm(register ~ college_hat + black + hispanic + female, + data = voting_with_prediction) +tidy(second_stage) +``` + + +### All at once, to make your life wonderful + +Use `iv_robust()` to run a 2SLS model all at the same time: + +```{r} +model_all_at_once <- iv_robust(register ~ college + black + hispanic + female | + distance + black + hispanic + female, + data = voting, diagnostics = TRUE) +tidy(model_all_at_once) +summary(model_all_at_once) +``` + +Use `feols()` to run a 2SLS model all the same time: + +```{r} +# y ~ exogenous | fe | endogenous ~ instrument +model_feols <- feols(register ~ black + hispanic + female | college ~ distance, + data = voting) +tidy(model_feols) +# model_feols$iv_first_stage +# summary(model_feols, stage = 1) +``` + +## Causal effect + +TODO: What is the final causal effect of college attendance on registering to vote? + +```{r} +modelsummary(list(second_stage, model_all_at_once, model_feols)) +``` + +Assuming this is a good instrument, going to college causes a 22 percentage point increase in the probability of registering to vote. + +## References diff --git a/docs/projects/week-11/references.bib b/docs/projects/week-11/references.bib new file mode 100644 index 00000000..5c584e18 --- /dev/null +++ b/docs/projects/week-11/references.bib @@ -0,0 +1,29 @@ +%% This BibTeX bibliography file was created using BibDesk. +%% https://bibdesk.sourceforge.io/ + +%% Created for Andrew Heiss at 2022-03-31 16:01:33 -0400 + + +%% Saved with string encoding Unicode (UTF-8) + +@Manual{stevedata, + title = {stevedata: Steve's Toy Data for Teaching About a Variety of Methodological, +Social, and Political Topics}, + author = {Steve Miller}, + year = {2021}, + note = {R package version 0.6.0}, + url = {https://CRAN.R-project.org/package=stevedata}, + } + +@article{Dee:2004, + author = {Thomas S. Dee}, + date-added = {2022-03-31 15:59:23 -0400}, + date-modified = {2022-03-31 16:00:25 -0400}, + doi = {10.1016/j.jpubeco.2003.11.002}, + journal = {Journal of Public Economics}, + month = {8}, + number = {9--10}, + pages = {1697--1720}, + title = {Are There Civics Returns to Education?}, + volume = {88}, + year = {2004}} diff --git a/docs/projects/week-11/schools-answers.Rmd b/docs/projects/week-11/schools-answers.Rmd new file mode 100644 index 00000000..64b31fed --- /dev/null +++ b/docs/projects/week-11/schools-answers.Rmd @@ -0,0 +1,188 @@ +--- +title: "Teacher salary bonuses" +date: '`r format(Sys.time(), "%B %e, %Y")`' +--- + +Teachers in North Carolina Public schools earn a bonus of \$750 if the students in their school meet a standard called "expected growth." A summary statistic called "average growth" is computed for each school; the expected growth standard is met when this summary measure exceeds zero. (This is based on [actual econometric research](https://my.vanderbilt.edu/performanceincentives/files/2012/10/200803_Vigdor_TeacherBonusesNC.pdf).) + +For this example, we'll use regression discontinuity techniques to see if failing to receive a bonus motivates teachers to improve their performance in the subsequent school year. + +- Running variable = `avgrow05` +- Treatment = `expgrow` +- Outcome = `avgrow06` + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(haven) +library(broom) +library(rdrobust) +library(rddensity) +library(modelsummary) + +schools <- read_stata("data/nc_schools.dta") +``` + +# Step 1: Rule based? + +Yep. + +# Step 2: Fuzzy or sharp? + +```{r} +ggplot(schools, aes(x = avgrow05, y = expgrow, color = avgrow05 > 0)) + + geom_point(size = 0.5, alpha = 0.5, + position = position_jitter(width = 0, height = 0.25, seed = 1234)) + + geom_vline(xintercept = 0) +``` + +```{r} +schools %>% + group_by(expgrow, avgrow05 > 0) %>% + summarize(count = n()) +``` + +```{r} +schools_clean <- schools %>% + filter(avgrow05 <= 0 & expgrow == 0 | + avgrow05 > 0 & expgrow == 1) +``` + + +# Step 3: Check for discontinuity in running variable around cutpoint + +```{r} +ggplot(schools_clean, aes(x = avgrow05, fill = factor(expgrow))) + + geom_histogram(binwidth = 0.05, color = "white", boundary = 0) + + geom_vline(xintercept = 0) + + labs(x = "Growth in 2005", y = "Count", fill = "Received bonus") + +``` + +```{r} +test_density <- rddensity(schools_clean$avgrow05, c = 0) +summary(test_density) +``` + +```{r} +plot_density_test <- rdplotdensity(rdd = test_density, + X = schools_clean$avgrow05, + type = "both") # This adds both points and lines +``` + +# Step 4: Check for discontinuity in outcome across running variable + +```{r} +ggplot(schools_clean, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + # Add a line based on a linear model for the people scoring 70 or less + geom_smooth(data = filter(schools_clean, avgrow05 <= 0), method = "lm") + + # Add a line based on a linear model for the people scoring more than 70 + geom_smooth(data = filter(schools_clean, avgrow05 > 0), method = "lm") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(xlim = c(-0.3, 0.3), ylim = c(-0.3, 0.3)) +``` + +# Step 5: Measure the size of the effect + +## Parametric estimation + +```{r} +summary(rdbwselect(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0)) +``` + +```{r} +schools_bw <- schools_clean %>% + filter(avgrow05 > -0.061 & avgrow05 < 0.061) + +ggplot(schools_bw, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + geom_smooth(data = filter(schools_bw, avgrow05 <= 0), method = "lm") + + geom_smooth(data = filter(schools_bw, avgrow05 > 0), method = "lm") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(ylim = c(-0.25, 0.25)) + +ggplot(schools_bw, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + geom_smooth(data = filter(schools_bw, avgrow05 <= 0), method = "loess") + + geom_smooth(data = filter(schools_bw, avgrow05 > 0), method = "loess") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(ylim = c(-0.25, 0.25)) +``` + +```{r} +model_simple <- lm(avgrow06 ~ avgrow05 + expgrow, + data = schools_bw) +tidy(model_simple, conf.int = TRUE) +``` + +## Nonparametric estimation + +```{r} +model_rdrobust <- rdrobust(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0) + +summary(model_rdrobust) +``` + +```{r} +rdplot(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0) +``` + + +# Step 6: Compare all the effects + +The **broom** package doesn't support `rdrobust` objects (yet), but it's possible to add `tidy()` and `glance()` functions that work with them, which means you can (1) use things like `tidy()` and (2) use things like `modelsummary()`. [Get the code here](https://github.com/tidymodels/broom/issues/777#issuecomment-643251123). + +```{r} +#' Tidy a `rdrobust` regression discontinuity design object +#' +#' @param x A `rdrobust` object +#' @param ... extra arguments (not used) +#' @examples +#' \dontrun{ +#' x <- runif(1000,-1,1) +#' y <- 3 * x + 2 * (x>=0) + rnorm(1000) +#' mod <- rdrobust(y,x) +#' +#' tidy(mod) +#' +#' glance(mod) +#' } +#' @export +tidy.rdrobust <- function(object, ...){ + ret <- tibble(term = row.names(object$coef), + estimate = object$coef[, 1], + std.error = object$se[, 1], + statistic = object$z[, 1], + p.value = object$pv[, 1], + conf.low = object$ci[,1], + conf.high = object$ci[, 2]) + ret +} + +#' Glance a `rdrobust` regression discontinuity design object +#' +#' @inheritParams tidy.rdrobust +#' @export +glance.rdrobust <- function(object, ...){ + ret <- tibble(nobs.left = object$N[1], + nobs.right = object$N[2], + nobs.effective.left = object$N_h[1], + nobs.effective.right = object$N_h[2], + cutoff = object$c, + order.regression = object$q, + order.bias = object$q, + kernel = object$kernel, + bwselect = object$bwselect) + ret +} + +``` + +```{r} +tidy(model_rdrobust) +modelsummary(list(model_simple, model_rdrobust)) +``` + diff --git a/docs/projects/week-11/week-11.Rproj b/docs/projects/week-11/week-11.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/week-11/week-11.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/week-12/data/nc_schools.dta b/docs/projects/week-12/data/nc_schools.dta new file mode 100755 index 00000000..6af4790e Binary files /dev/null and b/docs/projects/week-12/data/nc_schools.dta differ diff --git a/docs/projects/week-12/iv_answers.R b/docs/projects/week-12/iv_answers.R new file mode 100644 index 00000000..fc206e6b --- /dev/null +++ b/docs/projects/week-12/iv_answers.R @@ -0,0 +1,79 @@ +library(tidyverse) +library(stevedata) +library(estimatr) +library(broom) +library(modelsummary) + + +data(Dee04) + +blah <- Dee04 %>% + group_by(register, college) %>% + summarize(total = n()) + +blah %>% + group_by(college) %>% + mutate(prop = total / sum(total)) + +ggplot(Dee04, aes(x = register)) + +naive_model <- lm(register ~ college, data = Dee04) +tidy(naive_model) + +# 1. Relevance +model_check_relevance <- lm(college ~ distance, data = Dee04) + +Dee04 %>% summarize(relevance = cor(distance, college)) + +cor.test(Dee04$distance, Dee04$college) + +ggplot(Dee04, aes(x = distance, y = college)) + + geom_point(alpha = 0.01) + + geom_smooth(method = "lm") + + +# 2. Exclusion +model_check_exclusion <- lm(distance ~ register, data = Dee04) +tidy(model_check_exclusion) + +Dee04 %>% summarize(relevance = cor(distance, register)) + +cor.test(Dee04$distance, Dee04$register) + +ggplot(Dee04, aes(x = register, y = college)) + + geom_point(alpha = 0.2, position = position_jitter()) + + geom_smooth(method = "lm") + +# 3. Exogeneity +# Tell a story that distance to college isn’t correlated with anything else in the model + +# IN THEORY, living closer to a college should explain or increase the likelihood of attending college, but shouldn't in turn influence outcomes as an adult, like the propensity to vote. + +# But in real life, that's not the case! Black and Hispanic Americans are more likely to live in urban areas, and there are more colleges in urban areas, and race/ethnicity are correlated with voting patterns + +# 2SLS manually +first_stage <- lm(college ~ distance, data = Dee04) + +predicted_college <- augment(first_stage, Dee04) %>% + rename(college_hat = .fitted) + +second_stage <- lm(register ~ college_hat, data = predicted_college) +tidy(second_stage) + +# 2SLS manually with controls +first_stage <- lm(college ~ distance + black + hispanic + female, data = Dee04) + +predicted_college <- augment(first_stage, Dee04) %>% + rename(college_hat = .fitted) + +second_stage <- lm(register ~ college_hat + black + hispanic + female, data = predicted_college) +tidy(second_stage) + +# 2SLS automatically +model_2sls <- iv_robust(register ~ college + black + hispanic + female | + distance + black + hispanic + female, + data = Dee04) +tidy(model_2sls) + + +modelsummary(list(second_stage, model_2sls)) diff --git a/docs/projects/week-12/schools-answers.Rmd b/docs/projects/week-12/schools-answers.Rmd new file mode 100644 index 00000000..64b31fed --- /dev/null +++ b/docs/projects/week-12/schools-answers.Rmd @@ -0,0 +1,188 @@ +--- +title: "Teacher salary bonuses" +date: '`r format(Sys.time(), "%B %e, %Y")`' +--- + +Teachers in North Carolina Public schools earn a bonus of \$750 if the students in their school meet a standard called "expected growth." A summary statistic called "average growth" is computed for each school; the expected growth standard is met when this summary measure exceeds zero. (This is based on [actual econometric research](https://my.vanderbilt.edu/performanceincentives/files/2012/10/200803_Vigdor_TeacherBonusesNC.pdf).) + +For this example, we'll use regression discontinuity techniques to see if failing to receive a bonus motivates teachers to improve their performance in the subsequent school year. + +- Running variable = `avgrow05` +- Treatment = `expgrow` +- Outcome = `avgrow06` + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(haven) +library(broom) +library(rdrobust) +library(rddensity) +library(modelsummary) + +schools <- read_stata("data/nc_schools.dta") +``` + +# Step 1: Rule based? + +Yep. + +# Step 2: Fuzzy or sharp? + +```{r} +ggplot(schools, aes(x = avgrow05, y = expgrow, color = avgrow05 > 0)) + + geom_point(size = 0.5, alpha = 0.5, + position = position_jitter(width = 0, height = 0.25, seed = 1234)) + + geom_vline(xintercept = 0) +``` + +```{r} +schools %>% + group_by(expgrow, avgrow05 > 0) %>% + summarize(count = n()) +``` + +```{r} +schools_clean <- schools %>% + filter(avgrow05 <= 0 & expgrow == 0 | + avgrow05 > 0 & expgrow == 1) +``` + + +# Step 3: Check for discontinuity in running variable around cutpoint + +```{r} +ggplot(schools_clean, aes(x = avgrow05, fill = factor(expgrow))) + + geom_histogram(binwidth = 0.05, color = "white", boundary = 0) + + geom_vline(xintercept = 0) + + labs(x = "Growth in 2005", y = "Count", fill = "Received bonus") + +``` + +```{r} +test_density <- rddensity(schools_clean$avgrow05, c = 0) +summary(test_density) +``` + +```{r} +plot_density_test <- rdplotdensity(rdd = test_density, + X = schools_clean$avgrow05, + type = "both") # This adds both points and lines +``` + +# Step 4: Check for discontinuity in outcome across running variable + +```{r} +ggplot(schools_clean, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + # Add a line based on a linear model for the people scoring 70 or less + geom_smooth(data = filter(schools_clean, avgrow05 <= 0), method = "lm") + + # Add a line based on a linear model for the people scoring more than 70 + geom_smooth(data = filter(schools_clean, avgrow05 > 0), method = "lm") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(xlim = c(-0.3, 0.3), ylim = c(-0.3, 0.3)) +``` + +# Step 5: Measure the size of the effect + +## Parametric estimation + +```{r} +summary(rdbwselect(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0)) +``` + +```{r} +schools_bw <- schools_clean %>% + filter(avgrow05 > -0.061 & avgrow05 < 0.061) + +ggplot(schools_bw, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + geom_smooth(data = filter(schools_bw, avgrow05 <= 0), method = "lm") + + geom_smooth(data = filter(schools_bw, avgrow05 > 0), method = "lm") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(ylim = c(-0.25, 0.25)) + +ggplot(schools_bw, aes(x = avgrow05, y = avgrow06, color = factor(expgrow))) + + geom_point(size = 0.5, alpha = 0.5) + + geom_smooth(data = filter(schools_bw, avgrow05 <= 0), method = "loess") + + geom_smooth(data = filter(schools_bw, avgrow05 > 0), method = "loess") + + geom_vline(xintercept = 0) + + labs(x = "2005 growth", y = "2006 growth", color = "Received bonus") + + coord_cartesian(ylim = c(-0.25, 0.25)) +``` + +```{r} +model_simple <- lm(avgrow06 ~ avgrow05 + expgrow, + data = schools_bw) +tidy(model_simple, conf.int = TRUE) +``` + +## Nonparametric estimation + +```{r} +model_rdrobust <- rdrobust(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0) + +summary(model_rdrobust) +``` + +```{r} +rdplot(y = schools_clean$avgrow06, x = schools_clean$avgrow05, c = 0) +``` + + +# Step 6: Compare all the effects + +The **broom** package doesn't support `rdrobust` objects (yet), but it's possible to add `tidy()` and `glance()` functions that work with them, which means you can (1) use things like `tidy()` and (2) use things like `modelsummary()`. [Get the code here](https://github.com/tidymodels/broom/issues/777#issuecomment-643251123). + +```{r} +#' Tidy a `rdrobust` regression discontinuity design object +#' +#' @param x A `rdrobust` object +#' @param ... extra arguments (not used) +#' @examples +#' \dontrun{ +#' x <- runif(1000,-1,1) +#' y <- 3 * x + 2 * (x>=0) + rnorm(1000) +#' mod <- rdrobust(y,x) +#' +#' tidy(mod) +#' +#' glance(mod) +#' } +#' @export +tidy.rdrobust <- function(object, ...){ + ret <- tibble(term = row.names(object$coef), + estimate = object$coef[, 1], + std.error = object$se[, 1], + statistic = object$z[, 1], + p.value = object$pv[, 1], + conf.low = object$ci[,1], + conf.high = object$ci[, 2]) + ret +} + +#' Glance a `rdrobust` regression discontinuity design object +#' +#' @inheritParams tidy.rdrobust +#' @export +glance.rdrobust <- function(object, ...){ + ret <- tibble(nobs.left = object$N[1], + nobs.right = object$N[2], + nobs.effective.left = object$N_h[1], + nobs.effective.right = object$N_h[2], + cutoff = object$c, + order.regression = object$q, + order.bias = object$q, + kernel = object$kernel, + bwselect = object$bwselect) + ret +} + +``` + +```{r} +tidy(model_rdrobust) +modelsummary(list(model_simple, model_rdrobust)) +``` + diff --git a/docs/projects/week-12/schools.Rmd b/docs/projects/week-12/schools.Rmd new file mode 100644 index 00000000..791bca6b --- /dev/null +++ b/docs/projects/week-12/schools.Rmd @@ -0,0 +1,41 @@ +--- +title: "Teacher salary bonuses" +date: '`r format(Sys.time(), "%B %e, %Y")`' +--- + +Teachers in North Carolina Public schools earn a bonus of \$750 if the students in their school meet a standard called "expected growth." A summary statistic called "average growth" is computed for each school; the expected growth standard is met when this summary measure exceeds zero. (This is based on [actual econometric research](https://my.vanderbilt.edu/performanceincentives/files/2012/10/200803_Vigdor_TeacherBonusesNC.pdf).) + +For this example, we'll use regression discontinuity techniques to see if failing to receive a bonus motivates teachers to improve their performance in the subsequent school year. + +- Running variable = `avgrow05` +- Treatment = `expgrow` +- Outcome = `avgrow06` + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(haven) +library(broom) +library(rdrobust) +library(rddensity) +library(modelsummary) + +schools <- read_stata("data/nc_schools.dta") +``` + +# Step 1: Rule based? + +Yep. + +# Step 2: Fuzzy or sharp? + +# Step 3: Check for discontinuity in running variable around cutpoint + +# Step 4: Check for discontinuity in outcome across running variable + +# Step 5: Measure the size of the effect + +## Parametric estimation + +## Nonparametric estimation + +# Step 6: Compare all the effects diff --git a/docs/projects/week-12/week-12.Rproj b/docs/projects/week-12/week-12.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/week-12/week-12.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/projects/week-8/chicago-author-date.csl b/docs/projects/week-8/chicago-author-date.csl new file mode 100644 index 00000000..32d0cab0 --- /dev/null +++ b/docs/projects/week-8/chicago-author-date.csl @@ -0,0 +1,648 @@ + + diff --git a/docs/projects/week-8/cholera.Rmd b/docs/projects/week-8/cholera.Rmd new file mode 100644 index 00000000..ed5d7df7 --- /dev/null +++ b/docs/projects/week-8/cholera.Rmd @@ -0,0 +1,51 @@ +--- +title: "Cholera" +output: html_document +--- + +```{r warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) + +# This way lets you specify tables row-wise (hence t*r*ibble) and is far easier to read +cholera <- tribble( + ~deaths, ~year, ~location, + 1349, 1849, "Southwark & Vauxhall", + 847, 1849, "Lambeth", + 1466, 1854, "Southwark & Vauxhall", + 193, 1854, "Lambeth" +) %>% + mutate(year = factor(year)) %>% + mutate(location = fct_relevel(location, "Southwark & Vauxhall")) + +model <- lm(deaths ~ year + location + year * location, data = cholera) +``` + +```{r} +tidy(model) +``` + +```{r} +results <- tidy(model) + +before_treatment <- results %>% filter(term == "(Intercept)") %>% pull(estimate) + + results %>% filter(term == "locationLambeth") %>% pull(estimate) + +year_effect <- results %>% filter(term == "year1854") %>% pull(estimate) + +after_treatment <- before_treatment + year_effect + +dd_effect <- results %>% filter(term == "year1854:locationLambeth") %>% pull(estimate) + +ggplot(cholera, aes(x = year, + y = deaths, + color = location)) + + geom_line(aes(group = location)) + + annotate(geom = "segment", x = "1849", xend = "1854", + y = before_treatment, yend = before_treatment + year_effect, + linetype = "dashed", color = "grey50") + + annotate(geom = "segment", x = "1854", xend = "1854", + y = after_treatment, yend = before_treatment + year_effect + dd_effect, + linetype = "dotted", color = "blue") +``` + diff --git a/docs/projects/week-8/data/catholic.dta b/docs/projects/week-8/data/catholic.dta new file mode 100644 index 00000000..67f92ba6 Binary files /dev/null and b/docs/projects/week-8/data/catholic.dta differ diff --git a/docs/projects/week-8/data/deaths.csv b/docs/projects/week-8/data/deaths.csv new file mode 100644 index 00000000..34f24a30 --- /dev/null +++ b/docs/projects/week-8/data/deaths.csv @@ -0,0 +1,24787 @@ +year,state,legal1820,dtype,agegr,count,pop,age,legal,beertaxa,beerpercap,winepercap,spiritpercap,totpercap,mrate +1970,1,0,all,15-17 yrs,224,213574,15.9783353805542,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,104.88168334960938 +1971,1,0,all,15-17 yrs,241,220026,15.98584270477295,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,109.53250885009766 +1972,1,0,all,15-17 yrs,270,224877,15.985733985900879,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,120.06563568115234 +1973,1,0,all,15-17 yrs,258,227256,15.992462158203125,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,113.52835845947266 +1974,1,0,all,15-17 yrs,224,229025,16.000776290893555,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,97.80591583251953 +1975,1,0.2939954102039337,all,15-17 yrs,207,229739,15.997954368591309,0,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,90.10224914550781 +1976,1,0.665070116519928,all,15-17 yrs,231,230696,15.998027801513672,0,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,100.13177490234375 +1977,1,0.6684675216674805,all,15-17 yrs,219,230086,16.001556396484375,0,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,95.18180084228516 +1978,1,0.667184591293335,all,15-17 yrs,234,229519,16.003128051757812,0,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,101.95234680175781 +1979,1,0.6680923700332642,all,15-17 yrs,176,227140,16.00298500061035,0,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,77.4852523803711 +1980,1,0.6722586154937744,all,15-17 yrs,196,222306,16.01129913330078,0,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,88.16676330566406 +1981,1,0.6792081594467163,all,15-17 yrs,170,214472,16.029743194580078,0,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,79.2644271850586 +1982,1,0.6759088635444641,all,15-17 yrs,142,203949,16.035680770874023,0,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,69.62525177001953 +1983,1,0.6796314120292664,all,15-17 yrs,140,194608,16.0230712890625,0,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,71.93949127197266 +1984,1,0.6895281076431274,all,15-17 yrs,131,191659,16.002525329589844,0,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,68.3505630493164 +1985,1,0.677747368812561,all,15-17 yrs,166,193865,15.985051155090332,0,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,85.62659454345703 +1986,1,0.42814481258392334,all,15-17 yrs,184,199857,15.979300498962402,0,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,92.065826416015625 +1987,1,0.09395354241132736,all,15-17 yrs,189,200549,16.008522033691406,0,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,94.2413101196289 +1988,1,0,all,15-17 yrs,170,195975,16.034530639648438,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,86.745758056640625 +1989,1,0,all,15-17 yrs,170,186770,16.025083541870117,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,91.02104187011719 +1990,1,0,all,15-17 yrs,177,180632,16.01837921142578,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,97.9892807006836 +1991,1,0,all,15-17 yrs,178,179323,16.022329330444336,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,99.26222229003906 +1992,1,0,all,15-17 yrs,169,181504,16.017372131347656,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,93.11089324951172 +1993,1,0,all,15-17 yrs,159,183019,16.0085506439209,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,86.87622833251953 +1994,1,0,all,15-17 yrs,198,186505,16.017988204956055,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,106.16337585449219 +1995,1,0,all,15-17 yrs,192,190670,16.00020408630371,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,100.69754028320312 +1996,1,0,all,15-17 yrs,162,192120,16.013309478759766,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,84.322296142578125 +1970,2,0.24151089787483215,all,15-17 yrs,31,16855,15.957876205444336,0,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,183.92169189453125 +1971,2,0.7000848054885864,all,15-17 yrs,32,18728,15.98547649383545,0,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,170.86715698242188 +1972,2,0.7017737030982971,all,15-17 yrs,40,20035,15.97519302368164,0,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,199.65060424804688 +1973,2,0.70670318603515625,all,15-17 yrs,31,20805,15.974141120910645,0,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,149.0026397705078 +1974,2,0.7087494730949402,all,15-17 yrs,31,21923,15.999544143676758,0,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,141.4040069580078 +1975,2,0.7029412984848022,all,15-17 yrs,29,23951,15.998747825622559,0,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,121.08053588867188 +1976,2,0.7082101702690125,all,15-17 yrs,25,25392,15.986333847045898,0,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,98.456207275390625 +1977,2,0.7183303236961365,all,15-17 yrs,31,25017,15.988287925720215,0,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,123.91574096679688 +1978,2,0.7218514680862427,all,15-17 yrs,43,24633,15.98705005645752,0,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,174.5625762939453 +1979,2,0.6399285197257996,all,15-17 yrs,29,23819,15.994122505187988,0,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,121.75154113769531 +1980,2,0.6909536123275757,all,15-17 yrs,31,22461,16.015270233154297,0,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,138.0170135498047 +1981,2,0.6593461632728577,all,15-17 yrs,24,22148,16.033140182495117,0,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,108.36193084716797 +1982,2,0.6774168610572815,all,15-17 yrs,35,22242,16.030122756958008,0,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,157.35995483398438 +1983,2,0.6980699300765991,all,15-17 yrs,28,22971,16.015541076660156,0,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,121.892822265625 +1984,2,0.5346471071243286,all,15-17 yrs,24,23702,15.984474182128906,0,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,101.25727844238281 +1985,2,0.1824607104063034,all,15-17 yrs,23,24921,15.954376220703125,0,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,92.29164123535156 +1986,2,0,all,15-17 yrs,33,26115,15.94937801361084,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,126.3641586303711 +1987,2,0,all,15-17 yrs,23,25717,15.976980209350586,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,89.43500518798828 +1988,2,0,all,15-17 yrs,28,24426,16.003889083862305,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,114.63195037841797 +1989,2,0,all,15-17 yrs,33,23049,15.999002456665039,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,143.17323303222656 +1990,2,0,all,15-17 yrs,26,22980,15.977110862731934,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,113.14186096191406 +1991,2,0,all,15-17 yrs,27,23818,15.983541488647461,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,113.3596420288086 +1992,2,0,all,15-17 yrs,22,25069,15.987833976745605,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,87.7577896118164 +1993,2,0,all,15-17 yrs,33,26057,15.988870620727539,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,126.64543151855469 +1994,2,0,all,15-17 yrs,24,27256,16.000659942626953,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,88.05400848388672 +1995,2,0,all,15-17 yrs,16,28194,15.999184608459473,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,56.749664306640625 +1996,2,0,all,15-17 yrs,37,29497,16.012136459350586,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,125.43648529052734 +1970,4,0,all,15-17 yrs,125,106770,15.97783088684082,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,117.07408142089844 +1971,4,0,all,15-17 yrs,150,115199,15.985528945922852,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,130.20945739746094 +1972,4,0.27738747000694275,all,15-17 yrs,128,123622,15.974583625793457,0,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,103.54144287109375 +1973,4,0.664995014667511,all,15-17 yrs,141,132101,15.97951602935791,0,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,106.73651123046875 +1974,4,0.6677368879318237,all,15-17 yrs,146,138723,15.994290351867676,0,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,105.2457046508789 +1975,4,0.6632464528083801,all,15-17 yrs,126,140615,15.992966651916504,0,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,89.60636901855469 +1976,4,0.6716262698173523,all,15-17 yrs,117,142776,15.987743377685547,0,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,81.94654846191406 +1977,4,0.678782045841217,all,15-17 yrs,156,144855,15.995443344116211,0,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,107.69390106201172 +1978,4,0.6793755888938904,all,15-17 yrs,167,145872,16.007780075073242,0,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,114.48393249511719 +1979,4,0.6786624193191528,all,15-17 yrs,152,146762,16.009151458740234,0,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,103.56904602050781 +1980,4,0.6830323338508606,all,15-17 yrs,139,146391,16.01795196533203,0,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,94.9511947631836 +1981,4,0.6847169995307922,all,15-17 yrs,124,142320,16.03657341003418,0,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,87.12760162353516 +1982,4,0.6810897588729858,all,15-17 yrs,104,138459,16.031604766845703,0,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,75.11248779296875 +1983,4,0.6871956586837769,all,15-17 yrs,101,135998,16.018815994262695,0,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,74.26580047607422 +1984,4,0.6938179135322571,all,15-17 yrs,113,138413,16.005468368530273,0,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,81.63973236083984 +1985,4,0.5194456577301025,all,15-17 yrs,131,143897,15.990500450134277,0,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,91.03733825683594 +1986,4,0.1716172993183136,all,15-17 yrs,149,150747,15.993074417114258,0,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,98.84110260009766 +1987,4,0,all,15-17 yrs,135,154385,16.027482986450195,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,87.4437255859375 +1988,4,0,all,15-17 yrs,136,152857,16.048824310302734,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,88.9720458984375 +1989,4,0,all,15-17 yrs,116,148929,16.022546768188477,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,77.88946533203125 +1990,4,0,all,15-17 yrs,118,149996,15.99155330657959,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,78.66876220703125 +1991,4,0,all,15-17 yrs,149,151389,15.995508193969727,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,98.42194366455078 +1992,4,0,all,15-17 yrs,120,156567,15.995094299316406,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,76.644500732421875 +1993,4,0,all,15-17 yrs,138,162176,15.986335754394531,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,85.09273529052734 +1994,4,0,all,15-17 yrs,147,169606,15.997960090637207,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,86.67146301269531 +1995,4,0,all,15-17 yrs,187,181010,15.978415489196777,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,103.30921173095703 +1996,4,0,all,15-17 yrs,149,190836,15.985799789428711,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,78.0775146484375 +1970,5,0,all,15-17 yrs,111,114329,15.977258682250977,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,97.088226318359375 +1971,5,0,all,15-17 yrs,110,118489,15.99081802368164,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,92.83562469482422 +1972,5,0,all,15-17 yrs,148,121659,15.986231803894043,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,121.65150451660156 +1973,5,0,all,15-17 yrs,119,124273,15.990094184875488,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,95.75691986083984 +1974,5,0,all,15-17 yrs,142,126534,15.997684478759766,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,112.2228012084961 +1975,5,0,all,15-17 yrs,115,129019,15.994837760925293,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,89.1341552734375 +1976,5,0,all,15-17 yrs,110,128565,15.993481636047363,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,85.5598373413086 +1977,5,0,all,15-17 yrs,119,129599,15.993888854980469,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,91.82169342041016 +1978,5,0,all,15-17 yrs,111,131023,15.991581916809082,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,84.71794891357422 +1979,5,0,all,15-17 yrs,109,130979,15.996602058410645,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,83.21944427490234 +1980,5,0,all,15-17 yrs,131,128751,16.01544761657715,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,101.74678039550781 +1981,5,0,all,15-17 yrs,92,122480,16.043476104736328,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,75.11430358886719 +1982,5,0,all,15-17 yrs,78,115033,16.04391860961914,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,67.80663299560547 +1983,5,0,all,15-17 yrs,77,109538,16.024028778076172,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,70.29524230957031 +1984,5,0,all,15-17 yrs,89,108606,16.006933212280273,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,81.94759368896484 +1985,5,0,all,15-17 yrs,96,109878,15.992018699645996,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,87.36962890625 +1986,5,0,all,15-17 yrs,95,112696,15.98781681060791,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,84.297576904296875 +1987,5,0,all,15-17 yrs,117,113147,16.01590919494629,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,103.40530395507812 +1988,5,0,all,15-17 yrs,107,110897,16.039928436279297,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,96.485931396484375 +1989,5,0,all,15-17 yrs,120,106585,16.023820877075195,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,112.58619689941406 +1990,5,0,all,15-17 yrs,109,105007,16.006399154663086,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,103.80260467529297 +1991,5,0,all,15-17 yrs,89,105146,16.012126922607422,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,84.64421081542969 +1992,5,0,all,15-17 yrs,86,107657,16.002479553222656,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,79.883331298828125 +1993,5,0,all,15-17 yrs,107,108859,15.999788284301758,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,98.29228973388672 +1994,5,0,all,15-17 yrs,113,111595,16.00596809387207,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,101.25901794433594 +1995,5,0,all,15-17 yrs,95,115159,15.982528686523438,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,82.49463653564453 +1996,5,0,all,15-17 yrs,99,117837,15.98902702331543,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,84.01435852050781 +1970,6,0,all,15-17 yrs,967,1112745,15.990154266357422,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,86.90221405029297 +1971,6,0,all,15-17 yrs,1047,1138589,15.991659164428711,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,91.95591735839844 +1972,6,0,all,15-17 yrs,1054,1165220,15.983013153076172,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,90.45502471923828 +1973,6,0,all,15-17 yrs,1041,1190568,15.989583015441895,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,87.437255859375 +1974,6,0,all,15-17 yrs,943,1211541,16.004695892333984,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,77.83475494384766 +1975,6,0,all,15-17 yrs,875,1219627,16.003028869628906,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,71.74324798583984 +1976,6,0,all,15-17 yrs,934,1241314,15.993949890136719,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,75.24285125732422 +1977,6,0,all,15-17 yrs,1063,1255913,16.00194549560547,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,84.639617919921875 +1978,6,0,all,15-17 yrs,1021,1265240,16.017555236816406,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,80.69615173339844 +1979,6,0,all,15-17 yrs,1029,1250089,16.018896102905273,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,82.31414031982422 +1980,6,0,all,15-17 yrs,1058,1227216,16.029788970947266,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,86.211395263671875 +1981,6,0,all,15-17 yrs,856,1184239,16.041053771972656,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,72.28270721435547 +1982,6,0,all,15-17 yrs,744,1148300,16.031482696533203,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,64.79142761230469 +1983,6,0,all,15-17 yrs,729,1131222,16.01761245727539,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,64.4435806274414 +1984,6,0,all,15-17 yrs,742,1141094,16.002052307128906,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,65.02531433105469 +1985,6,0,all,15-17 yrs,794,1173339,15.994568824768066,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,67.67012786865234 +1986,6,0,all,15-17 yrs,878,1215494,16.006755828857422,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,72.2340087890625 +1987,6,0,all,15-17 yrs,812,1214312,16.04643440246582,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,66.869140625 +1988,6,0,all,15-17 yrs,773,1186929,16.066904067993164,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,65.12605285644531 +1989,6,0,all,15-17 yrs,855,1152224,16.043724060058594,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,74.2043228149414 +1990,6,0,all,15-17 yrs,859,1170941,16.010555267333984,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,73.35980224609375 +1991,6,0,all,15-17 yrs,888,1160232,15.999171257019043,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,76.53641510009766 +1992,6,0,all,15-17 yrs,893,1178723,15.99530029296875,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,75.75995635986328 +1993,6,0,all,15-17 yrs,914,1186448,15.991765022277832,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,77.03666687011719 +1994,6,0,all,15-17 yrs,851,1212530,15.994898796081543,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,70.18383026123047 +1995,6,0,all,15-17 yrs,871,1245775,15.977025985717773,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,69.91632080078125 +1996,6,0,all,15-17 yrs,808,1292840,15.984362602233887,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,62.49806594848633 +1970,8,1,all,15-17 yrs,150,130002,15.984253883361816,0,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,115.38284301757812 +1971,8,1,all,15-17 yrs,173,137040,15.986660957336426,0,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,126.24051666259766 +1972,8,1,all,15-17 yrs,166,144498,15.977086067199707,0,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,114.88048553466797 +1973,8,1,all,15-17 yrs,134,151209,15.983949661254883,0,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,88.61906433105469 +1974,8,1,all,15-17 yrs,147,154594,15.993939399719238,0,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,95.08777618408203 +1975,8,1,all,15-17 yrs,117,155509,15.992527961730957,0,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,75.23680114746094 +1976,8,1,all,15-17 yrs,118,157587,15.98603343963623,0,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,74.8792724609375 +1977,8,1,all,15-17 yrs,152,159106,15.993249893188477,0,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,95.53379821777344 +1978,8,1,all,15-17 yrs,142,159178,16.010648727416992,0,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,89.20830535888672 +1979,8,1,all,15-17 yrs,118,156846,16.014263153076172,0,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,75.2330322265625 +1980,8,1,all,15-17 yrs,125,152154,16.025388717651367,0,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,82.15361022949219 +1981,8,1,all,15-17 yrs,105,146763,16.040752410888672,0,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,71.543914794921875 +1982,8,1,all,15-17 yrs,93,142536,16.028188705444336,0,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,65.246673583984375 +1983,8,1,all,15-17 yrs,98,140833,16.003976821899414,0,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,69.5859603881836 +1984,8,1,all,15-17 yrs,125,142486,15.986946105957031,0,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,87.72792053222656 +1985,8,1,all,15-17 yrs,104,145731,15.981019973754883,0,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,71.36436462402344 +1986,8,1,all,15-17 yrs,116,149438,15.989781379699707,0,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,77.6241683959961 +1987,8,0.7903138399124146,all,15-17 yrs,99,146920,16.02427101135254,0,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,67.38361358642578 +1988,8,0.3277689516544342,all,15-17 yrs,97,139361,16.049575805664062,0,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,69.60340118408203 +1989,8,0.041140116751194,all,15-17 yrs,82,130968,16.027456283569336,0,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,62.610713958740234 +1990,8,0,all,15-17 yrs,101,129829,15.993522644042969,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,77.79463958740234 +1991,8,0,all,15-17 yrs,98,131665,15.992511749267578,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,74.43132019042969 +1992,8,0,all,15-17 yrs,114,138253,15.989381790161133,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,82.45752716064453 +1993,8,0,all,15-17 yrs,108,143634,15.991025924682617,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,75.19110870361328 +1994,8,0,all,15-17 yrs,127,150459,15.999661445617676,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,84.40837860107422 +1995,8,0,all,15-17 yrs,112,158133,15.986796379089355,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,70.82645416259766 +1996,8,0,all,15-17 yrs,97,165947,15.997746467590332,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,58.452396392822266 +1970,9,0,all,15-17 yrs,117,167630,15.978243827819824,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,69.79657745361328 +1971,9,0,all,15-17 yrs,120,172137,15.98206615447998,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,69.7119140625 +1972,9,0.25205478072166443,all,15-17 yrs,112,175706,15.978896141052246,0,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,63.74284362792969 +1973,9,1,all,15-17 yrs,121,179637,15.97916316986084,0,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,67.358062744140625 +1974,9,1,all,15-17 yrs,88,181767,15.992693901062012,0,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,48.41362762451172 +1975,9,1,all,15-17 yrs,97,181276,16.006603240966797,0,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,53.50956726074219 +1976,9,1,all,15-17 yrs,90,180792,15.998058319091797,0,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,49.78096389770508 +1977,9,1,all,15-17 yrs,93,179130,15.998604774475098,0,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,51.9176025390625 +1978,9,1,all,15-17 yrs,112,178348,16.01217269897461,0,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,62.7985725402832 +1979,9,1,all,15-17 yrs,114,176332,16.003204345703125,0,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,64.65077209472656 +1980,9,1,all,15-17 yrs,119,175116,16.008176803588867,0,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,67.9549560546875 +1981,9,1,all,15-17 yrs,98,170696,16.02732276916504,0,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,57.41200637817383 +1982,9,0.8333890438079834,all,15-17 yrs,97,163058,16.036270141601562,0,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,59.488033294677734 +1983,9,0.6795986294746399,all,15-17 yrs,85,156222,16.033912658691406,0,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,54.409751892089844 +1984,9,0.6682621240615845,all,15-17 yrs,71,151833,16.018335342407227,0,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,46.76190185546875 +1985,9,0.4061198830604553,all,15-17 yrs,76,150692,16.004772186279297,0,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,50.433998107910156 +1986,9,0.07784590870141983,all,15-17 yrs,91,150544,16.012720108032227,0,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,60.447444915771484 +1987,9,0,all,15-17 yrs,65,144450,16.056407928466797,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,44.998268127441406 +1988,9,0,all,15-17 yrs,86,134381,16.081470489501953,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,63.99714279174805 +1989,9,0,all,15-17 yrs,85,123012,16.05392074584961,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,69.09895324707031 +1990,9,0,all,15-17 yrs,79,117329,16.020992279052734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,67.33203125 +1991,9,0,all,15-17 yrs,62,115109,16.012422561645508,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,53.86199188232422 +1992,9,0,all,15-17 yrs,65,115209,16.000537872314453,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,56.41920471191406 +1993,9,0,all,15-17 yrs,69,115598,15.987239837646484,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,59.689613342285156 +1994,9,0,all,15-17 yrs,77,118012,15.984755516052246,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,65.24760437011719 +1995,9,0,all,15-17 yrs,60,120270,15.973185539245605,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,49.887752532958984 +1996,9,0,all,15-17 yrs,57,121893,15.988908767700195,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,46.762325286865234 +1970,10,0,all,15-17 yrs,20,31730,15.97226619720459,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,63.031829833984375 +1971,10,0,all,15-17 yrs,20,33750,15.975258827209473,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,59.25925827026367 +1972,10,0.16134388744831085,all,15-17 yrs,32,35111,15.972970962524414,0,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,91.1395263671875 +1973,10,0.3258828818798065,all,15-17 yrs,37,36082,15.982816696166992,0,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,102.54420471191406 +1974,10,0.32573792338371277,all,15-17 yrs,39,36720,15.997440338134766,0,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,106.20915222167969 +1975,10,0.32366180419921875,all,15-17 yrs,28,36653,16.0039005279541,0,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,76.3921127319336 +1976,10,0.32357504963874817,all,15-17 yrs,24,36749,15.998339653015137,0,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,65.30789947509766 +1977,10,0.3318800628185272,all,15-17 yrs,27,36444,15.99758529663086,0,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,74.08626556396484 +1978,10,0.33196428418159485,all,15-17 yrs,37,36194,16.011493682861328,0,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,102.22689056396484 +1979,10,0.33138787746429443,all,15-17 yrs,23,35322,16.010021209716797,0,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,65.11522674560547 +1980,10,0.33141854405403137,all,15-17 yrs,31,34197,16.01988410949707,0,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,90.65122985839844 +1981,10,0.34862014651298523,all,15-17 yrs,21,32579,16.034408569335938,0,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,64.45870208740234 +1982,10,0.34909090399742126,all,15-17 yrs,17,30931,16.029678344726562,0,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,54.96104049682617 +1983,10,0.34485405683517456,all,15-17 yrs,15,29435,16.031017303466797,0,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,50.95974349975586 +1984,10,0.30926060676574707,all,15-17 yrs,14,28426,16.016357421875,0,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,49.25068664550781 +1985,10,0.043799988925457,all,15-17 yrs,19,28185,15.987724304199219,0,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,67.4117431640625 +1986,10,0,all,15-17 yrs,18,28676,15.986713409423828,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,62.770259857177734 +1987,10,0,all,15-17 yrs,20,28207,16.029531478881836,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,70.904388427734375 +1988,10,0,all,15-17 yrs,16,26911,16.062725067138672,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,59.45524215698242 +1989,10,0,all,15-17 yrs,11,25127,16.048831939697266,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,43.777610778808594 +1990,10,0,all,15-17 yrs,19,24608,16.008047103881836,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,77.210662841796875 +1991,10,0,all,15-17 yrs,10,24729,15.998139381408691,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,40.438350677490234 +1992,10,0,all,15-17 yrs,11,25451,15.995677947998047,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,43.220306396484375 +1993,10,0,all,15-17 yrs,14,25920,15.995100021362305,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,54.01234436035156 +1994,10,0,all,15-17 yrs,11,26867,15.994751930236816,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,40.942420959472656 +1995,10,0,all,15-17 yrs,16,27749,15.987639427185059,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,57.65973663330078 +1996,10,0,all,15-17 yrs,16,28624,16.005590438842773,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,55.89714813232422 +1970,11,1,all,15-17 yrs,49,35755,15.982352256774902,0,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,137.0437774658203 +1971,11,1,all,15-17 yrs,54,36399,15.988378524780273,0,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,148.35572814941406 +1972,11,1,all,15-17 yrs,40,36678,15.992610931396484,0,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,109.05719757080078 +1973,11,1,all,15-17 yrs,29,36823,15.995030403137207,0,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,78.755126953125 +1974,11,1,all,15-17 yrs,36,36760,16.000816345214844,0,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,97.93253326416016 +1975,11,1,all,15-17 yrs,29,36533,16.005064010620117,0,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,79.38028717041016 +1976,11,1,all,15-17 yrs,24,35798,16.01315689086914,0,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,67.04285430908203 +1977,11,1,all,15-17 yrs,29,34579,16.024465560913086,0,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,83.86592864990234 +1978,11,1,all,15-17 yrs,25,33496,16.020748138427734,0,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,74.63578033447266 +1979,11,1,all,15-17 yrs,32,32371,16.01535415649414,0,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,98.853912353515625 +1980,11,1,all,15-17 yrs,35,30116,16.033403396606445,0,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,116.21729278564453 +1981,11,1,all,15-17 yrs,28,28712,16.040748596191406,0,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,97.52020263671875 +1982,11,1,all,15-17 yrs,31,26952,16.038921356201172,0,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,115.01929473876953 +1983,11,1,all,15-17 yrs,27,25453,16.046634674072266,0,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,106.07786560058594 +1984,11,1,all,15-17 yrs,30,24583,16.034860610961914,0,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,122.03555297851562 +1985,11,1,all,15-17 yrs,18,24722,16.00452995300293,0,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,72.80964660644531 +1986,11,0.9906046390533447,all,15-17 yrs,35,25602,15.99668025970459,0,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,136.70806884765625 +1987,11,0.773251473903656,all,15-17 yrs,36,25350,16.046035766601562,0,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,142.0118408203125 +1988,11,0.42791441082954407,all,15-17 yrs,44,23703,16.095516204833984,0,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,185.63050842285156 +1989,11,0.09417500346899033,all,15-17 yrs,49,21361,16.091053009033203,0,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,229.3900146484375 +1990,11,0,all,15-17 yrs,50,17947,16.096227645874023,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,278.59808349609375 +1991,11,0,all,15-17 yrs,59,16406,16.042850494384766,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,359.6245422363281 +1992,11,0,all,15-17 yrs,50,15751,16.020442962646484,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,317.4401550292969 +1993,11,0,all,15-17 yrs,65,15376,16.00702476501465,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,422.7367248535156 +1994,11,0,all,15-17 yrs,54,15389,16.005264282226562,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,350.8999938964844 +1995,11,0,all,15-17 yrs,55,15429,15.991768836975098,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,356.4715881347656 +1996,11,0,all,15-17 yrs,47,15023,16.029088973999023,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,312.8536376953125 +1970,12,0,all,15-17 yrs,408,359545,15.975886344909668,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,113.47675323486328 +1971,12,0,all,15-17 yrs,435,386471,15.983964920043945,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,112.55696105957031 +1972,12,0,all,15-17 yrs,482,410250,15.981915473937988,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,117.48933410644531 +1973,12,0.5041095614433289,all,15-17 yrs,548,435923,15.987630844116211,0,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,125.71027374267578 +1974,12,1,all,15-17 yrs,456,457742,15.998842239379883,0,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,99.61943817138672 +1975,12,1,all,15-17 yrs,460,465242,15.998342514038086,0,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,98.87327575683594 +1976,12,1,all,15-17 yrs,389,468194,15.996150970458984,0,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,83.08522033691406 +1977,12,1,all,15-17 yrs,400,469667,16.002504348754883,0,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,85.1667251586914 +1978,12,1,all,15-17 yrs,412,471161,16.01017189025879,0,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,87.443572998046875 +1979,12,1,all,15-17 yrs,428,473759,16.00920867919922,0,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,90.34129333496094 +1980,12,0.9191416501998901,all,15-17 yrs,465,482560,16.019208908081055,0,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,96.36107635498047 +1981,12,0.6752321124076843,all,15-17 yrs,430,475462,16.041305541992188,0,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,90.4383544921875 +1982,12,0.6758331656455994,all,15-17 yrs,382,460090,16.042226791381836,0,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,83.02723693847656 +1983,12,0.6855270862579346,all,15-17 yrs,336,445870,16.032901763916016,0,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,75.35829162597656 +1984,12,0.6951020956039429,all,15-17 yrs,330,445062,16.017274856567383,0,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,74.14697265625 +1985,12,0.6483528017997742,all,15-17 yrs,342,454686,15.998745918273926,0,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,75.21674346923828 +1986,12,0.346679151058197,all,15-17 yrs,397,474927,15.995079040527344,0,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,83.591796875 +1987,12,0.0424189418554306,all,15-17 yrs,380,482185,16.02831268310547,0,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,78.80792999267578 +1988,12,0,all,15-17 yrs,459,476074,16.05687141418457,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,96.41358184814453 +1989,12,0,all,15-17 yrs,362,458107,16.041872024536133,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,79.020843505859375 +1990,12,0,all,15-17 yrs,349,464132,16.00023651123047,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,75.194122314453125 +1991,12,0,all,15-17 yrs,339,461056,16.005672454833984,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,73.52686309814453 +1992,12,0,all,15-17 yrs,305,469921,15.995871543884277,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,64.90452575683594 +1993,12,0,all,15-17 yrs,345,480257,15.980439186096191,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,71.83654022216797 +1994,12,0,all,15-17 yrs,359,498282,15.984410285949707,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,72.04755401611328 +1995,12,0,all,15-17 yrs,327,516526,15.97201919555664,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,63.307559967041016 +1996,12,0,all,15-17 yrs,329,535575,15.976797103881836,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,61.42930603027344 +1970,13,0,all,15-17 yrs,334,271635,15.980168342590332,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,122.95912170410156 +1971,13,0,all,15-17 yrs,322,283575,15.987030029296875,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,113.55020904541016 +1972,13,0.5041095614433289,all,15-17 yrs,312,293002,15.985467910766602,0,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,106.48391723632812 +1973,13,1,all,15-17 yrs,330,299916,15.992610931396484,0,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,110.03080749511719 +1974,13,1,all,15-17 yrs,353,305569,15.999561309814453,0,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,115.52218627929688 +1975,13,1,all,15-17 yrs,278,307024,15.997355461120605,0,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,90.54666900634766 +1976,13,1,all,15-17 yrs,262,309315,15.998709678649902,0,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,84.70329284667969 +1977,13,1,all,15-17 yrs,333,311595,16.001480102539062,0,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,106.86949157714844 +1978,13,1,all,15-17 yrs,265,312899,16.00360107421875,0,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,84.691864013671875 +1979,13,1,all,15-17 yrs,311,315841,16.001256942749023,0,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,98.46726989746094 +1980,13,0.8915311098098755,all,15-17 yrs,266,313673,16.011566162109375,0,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,84.80168914794922 +1981,13,0.6771506071090698,all,15-17 yrs,260,305506,16.027612686157227,0,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,85.1047134399414 +1982,13,0.6774499416351318,all,15-17 yrs,242,295010,16.029911041259766,0,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,82.03112030029297 +1983,13,0.6825763583183289,all,15-17 yrs,221,285094,16.02155113220215,0,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,77.51829528808594 +1984,13,0.6906901001930237,all,15-17 yrs,236,284042,16.004533767700195,0,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,83.0863037109375 +1985,13,0.5763688683509827,all,15-17 yrs,232,289967,15.987957000732422,0,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,80.00910186767578 +1986,13,0.23116761445999146,all,15-17 yrs,251,301528,15.985404014587402,0,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,83.24268341064453 +1987,13,0,all,15-17 yrs,273,304402,16.01702117919922,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,89.68403625488281 +1988,13,0,all,15-17 yrs,279,300066,16.0439395904541,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,92.97954559326172 +1989,13,0,all,15-17 yrs,251,287674,16.03108024597168,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,87.25154113769531 +1990,13,0,all,15-17 yrs,219,281711,16.01572608947754,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,77.73924255371094 +1991,13,0,all,15-17 yrs,232,278126,16.01972198486328,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,83.4154281616211 +1992,13,0,all,15-17 yrs,244,283244,16.004398345947266,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,86.144805908203125 +1993,13,0,all,15-17 yrs,213,290049,15.98702621459961,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,73.43586730957031 +1994,13,0,all,15-17 yrs,226,301543,15.996697425842285,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,74.9478530883789 +1995,13,0,all,15-17 yrs,255,313886,15.986281394958496,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,81.23968505859375 +1996,13,0,all,15-17 yrs,280,323983,15.996585845947266,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,86.424285888671875 +1970,15,0,all,15-17 yrs,36,44264,15.990127563476562,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,81.3302001953125 +1971,15,0,all,15-17 yrs,36,47061,15.994156837463379,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,76.4964599609375 +1972,15,0.8383561372756958,all,15-17 yrs,28,49061,15.997451782226562,0,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,57.071807861328125 +1973,15,1,all,15-17 yrs,23,50121,16.00542640686035,0,NA,1.25,0.3199999928474426,1.25,2.819999933242798,45.88895034790039 +1974,15,1,all,15-17 yrs,44,51313,16.008808135986328,0,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,85.74825286865234 +1975,15,1,all,15-17 yrs,23,51559,16.007816314697266,0,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,44.60908889770508 +1976,15,1,all,15-17 yrs,45,52070,16.011829376220703,0,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,86.42212677001953 +1977,15,1,all,15-17 yrs,24,51961,16.006484985351562,0,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,46.1884880065918 +1978,15,1,all,15-17 yrs,33,51318,16.005651473999023,0,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,64.30492401123047 +1979,15,1,all,15-17 yrs,29,51209,16.00761604309082,0,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,56.63066864013672 +1980,15,1,all,15-17 yrs,26,49619,16.019065856933594,0,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,52.39928436279297 +1981,15,1,all,15-17 yrs,25,48267,16.033023834228516,0,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,51.795223236083984 +1982,15,1,all,15-17 yrs,18,46344,16.029022216796875,0,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,38.83998107910156 +1983,15,1,all,15-17 yrs,20,44941,16.01780128479004,0,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,44.50279235839844 +1984,15,1,all,15-17 yrs,30,44518,15.990565299987793,0,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,67.38847351074219 +1985,15,1,all,15-17 yrs,29,45596,15.962672233581543,0,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,63.60206985473633 +1986,15,0.7479451894760132,all,15-17 yrs,32,46643,15.971613883972168,0,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,68.6062240600586 +1987,15,0,all,15-17 yrs,27,46348,16.01510238647461,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,58.254940032958984 +1988,15,0,all,15-17 yrs,31,44708,16.03426742553711,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,69.33882141113281 +1989,15,0,all,15-17 yrs,25,42867,16.020341873168945,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,58.31991958618164 +1990,15,0,all,15-17 yrs,20,41878,16.01270294189453,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,47.757774353027344 +1991,15,0,all,15-17 yrs,15,42208,16.01094627380371,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,35.53828811645508 +1992,15,0,all,15-17 yrs,19,43469,16.0011043548584,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,43.70930862426758 +1993,15,0,all,15-17 yrs,24,44215,15.997806549072266,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,54.28022003173828 +1994,15,0,all,15-17 yrs,27,45451,16.005962371826172,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,59.404632568359375 +1995,15,0,all,15-17 yrs,24,46321,15.990242004394531,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,51.81235122680664 +1996,15,0,all,15-17 yrs,25,47299,15.996490478515625,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,52.85523986816406 +1970,16,0.3033171594142914,all,15-17 yrs,65,46999,15.983233451843262,0,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,138.30081176757812 +1971,16,0.2985839247703552,all,15-17 yrs,59,48686,15.995193481445312,0,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,121.18473815917969 +1972,16,0.4767230749130249,all,15-17 yrs,58,49898,15.990460395812988,0,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,116.23712158203125 +1973,16,0.650275468826294,all,15-17 yrs,51,50820,15.992464065551758,0,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,100.35419464111328 +1974,16,0.6547979712486267,all,15-17 yrs,78,52106,15.995279312133789,0,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,149.69485473632812 +1975,16,0.6529050469398499,all,15-17 yrs,54,53119,15.990324020385742,0,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,101.65853881835938 +1976,16,0.6567410826683044,all,15-17 yrs,65,54390,15.985438346862793,0,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,119.50726318359375 +1977,16,0.6584513783454895,all,15-17 yrs,63,54940,15.997834205627441,0,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,114.67054748535156 +1978,16,0.6571633815765381,all,15-17 yrs,61,54729,16.015148162841797,0,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,111.4582748413086 +1979,16,0.6555962562561035,all,15-17 yrs,58,53099,16.018098831176758,0,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,109.22992706298828 +1980,16,0.669771134853363,all,15-17 yrs,45,50899,16.024263381958008,0,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,88.41038513183594 +1981,16,0.6823740601539612,all,15-17 yrs,48,49147,16.021934509277344,0,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,97.66618347167969 +1982,16,0.6812741160392761,all,15-17 yrs,48,47934,16.006216049194336,0,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,100.13768768310547 +1983,16,0.6819021105766296,all,15-17 yrs,32,47109,15.99893856048584,0,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,67.92757415771484 +1984,16,0.678615391254425,all,15-17 yrs,57,47478,15.989215850830078,0,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,120.05560302734375 +1985,16,0.668756902217865,all,15-17 yrs,34,48043,15.980101585388184,0,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,70.76993560791016 +1986,16,0.664462685585022,all,15-17 yrs,51,49201,15.973638534545898,0,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,103.65643310546875 +1987,16,0.5597094297409058,all,15-17 yrs,39,48719,16.00613784790039,0,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,80.0509033203125 +1988,16,0.23209723830223083,all,15-17 yrs,49,47920,16.029695510864258,0,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,102.25375366210938 +1989,16,0.009418897330760956,all,15-17 yrs,40,47184,16.002586364746094,0,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,84.77449798583984 +1990,16,0,all,15-17 yrs,44,48900,15.975460052490234,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,89.97955322265625 +1991,16,0,all,15-17 yrs,41,51047,15.98855972290039,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,80.3181381225586 +1992,16,0,all,15-17 yrs,47,54511,15.98613166809082,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,86.22113037109375 +1993,16,0,all,15-17 yrs,56,57415,15.988348007202148,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,97.53548431396484 +1994,16,0,all,15-17 yrs,62,61129,15.996761322021484,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,101.42485809326172 +1995,16,0,all,15-17 yrs,54,63598,15.991540908813477,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,84.90833282470703 +1996,16,0,all,15-17 yrs,51,65311,16.008651733398438,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,78.087921142578125 +1970,17,0,all,15-17 yrs,518,625458,15.979509353637695,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,82.8193130493164 +1971,17,0,all,15-17 yrs,554,640463,15.982205390930176,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,86.49992370605469 +1972,17,0,all,15-17 yrs,454,655932,15.97755241394043,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,69.21449279785156 +1973,17,0.16642415523529053,all,15-17 yrs,563,666729,15.979547500610352,0,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,84.442108154296875 +1974,17,0.6637871861457825,all,15-17 yrs,567,675634,15.993884086608887,0,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,83.921173095703125 +1975,17,0.6589059233665466,all,15-17 yrs,554,676163,15.998247146606445,0,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,81.93290710449219 +1976,17,0.6634537577629089,all,15-17 yrs,513,679154,15.993809700012207,0,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,75.53514862060547 +1977,17,0.6694338917732239,all,15-17 yrs,547,674794,16.00273323059082,0,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,81.06177520751953 +1978,17,0.6711009740829468,all,15-17 yrs,532,666532,16.0150203704834,0,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,79.81612396240234 +1979,17,0.6677207350730896,all,15-17 yrs,485,647218,16.012914657592773,0,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,74.93611145019531 +1980,17,0,all,15-17 yrs,432,626872,16.01911163330078,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,68.91358947753906 +1981,17,0,all,15-17 yrs,424,599538,16.029525756835938,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,70.72112274169922 +1982,17,0,all,15-17 yrs,352,571227,16.024639129638672,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,61.62173843383789 +1983,17,0,all,15-17 yrs,329,546861,16.014198303222656,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,60.16154098510742 +1984,17,0,all,15-17 yrs,291,537851,16.000595092773438,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,54.10420227050781 +1985,17,0,all,15-17 yrs,292,536655,15.983894348144531,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,54.4111213684082 +1986,17,0,all,15-17 yrs,343,545708,15.978099822998047,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,62.8541259765625 +1987,17,0,all,15-17 yrs,333,537397,16.014633178710938,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,61.965362548828125 +1988,17,0,all,15-17 yrs,318,513272,16.048954010009766,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,61.9554557800293 +1989,17,0,all,15-17 yrs,356,480541,16.038896560668945,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,74.08316802978516 +1990,17,0,all,15-17 yrs,333,462894,16.018341064453125,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,71.93871307373047 +1991,17,0,all,15-17 yrs,341,460050,16.00901222229004,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,74.12237548828125 +1992,17,0,all,15-17 yrs,338,468401,16.000764846801758,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,72.16039276123047 +1993,17,0,all,15-17 yrs,370,473653,15.998336791992188,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,78.11625671386719 +1994,17,0,all,15-17 yrs,403,485952,16.002336502075195,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,82.93000030517578 +1995,17,0,all,15-17 yrs,376,501192,15.982284545898438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,75.021148681640625 +1996,17,0,all,15-17 yrs,371,515197,15.991671562194824,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,72.01129150390625 +1970,18,0,all,15-17 yrs,302,309971,15.982178688049316,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,97.428466796875 +1971,18,0,all,15-17 yrs,260,314155,15.988581657409668,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,82.7616958618164 +1972,18,0,all,15-17 yrs,268,320036,15.98029613494873,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,83.7405776977539 +1973,18,0,all,15-17 yrs,309,324942,15.98159408569336,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,95.0938949584961 +1974,18,0,all,15-17 yrs,235,327924,15.997395515441895,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,71.66294860839844 +1975,18,0,all,15-17 yrs,262,324920,16.001169204711914,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,80.6352310180664 +1976,18,0,all,15-17 yrs,249,325138,15.99222183227539,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,76.5828628540039 +1977,18,0,all,15-17 yrs,268,324157,15.997655868530273,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,82.67598724365234 +1978,18,0,all,15-17 yrs,261,323668,16.010772705078125,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,80.63818359375 +1979,18,0,all,15-17 yrs,268,319125,16.005645751953125,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,83.97962951660156 +1980,18,0,all,15-17 yrs,224,308933,16.01490020751953,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,72.50762939453125 +1981,18,0,all,15-17 yrs,222,294200,16.034521102905273,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,75.45886993408203 +1982,18,0,all,15-17 yrs,158,278567,16.026966094970703,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,56.718849182128906 +1983,18,0,all,15-17 yrs,146,265042,16.017072677612305,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,55.085609436035156 +1984,18,0,all,15-17 yrs,173,260956,16.005510330200195,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,66.2947006225586 +1985,18,0,all,15-17 yrs,173,261359,15.985709190368652,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,66.1924819946289 +1986,18,0,all,15-17 yrs,183,267252,15.979580879211426,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,68.474700927734375 +1987,18,0,all,15-17 yrs,191,266138,16.01650619506836,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,71.76728057861328 +1988,18,0,all,15-17 yrs,217,257800,16.04970932006836,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,84.17377471923828 +1989,18,0,all,15-17 yrs,175,245031,16.03252601623535,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,71.4195327758789 +1990,18,0,all,15-17 yrs,166,237706,16.015880584716797,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,69.83416748046875 +1991,18,0,all,15-17 yrs,201,237648,16.017230987548828,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,84.57887268066406 +1992,18,0,all,15-17 yrs,175,241224,16.01272201538086,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,72.54667663574219 +1993,18,0,all,15-17 yrs,164,244349,16.00505828857422,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,67.11711883544922 +1994,18,0,all,15-17 yrs,194,251204,16.009096145629883,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,77.22807312011719 +1995,18,0,all,15-17 yrs,188,258691,15.995187759399414,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,72.67357635498047 +1996,18,0,all,15-17 yrs,188,263304,16.00756072998047,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,71.400360107421875 +1970,19,0,all,15-17 yrs,141,168398,15.990498542785645,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,83.73020935058594 +1971,19,0,all,15-17 yrs,157,170032,15.987784385681152,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,92.33556365966797 +1972,19,0.4960145950317383,all,15-17 yrs,154,171695,15.981776237487793,0,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,89.69393157958984 +1973,19,0.8298145532608032,all,15-17 yrs,178,173484,15.984431266784668,0,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,102.60311889648438 +1974,19,1,all,15-17 yrs,152,174591,15.991878509521484,0,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,87.06061553955078 +1975,19,1,all,15-17 yrs,152,175556,15.991353034973145,0,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,86.582061767578125 +1976,19,1,all,15-17 yrs,141,177350,15.986817359924316,0,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,79.5038070678711 +1977,19,1,all,15-17 yrs,133,176945,15.996382713317871,0,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,75.16459655761719 +1978,19,0.9573912024497986,all,15-17 yrs,128,173931,16.01287269592285,0,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,73.59239959716797 +1979,19,0.7068474292755127,all,15-17 yrs,141,168001,16.015363693237305,0,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,83.928070068359375 +1980,19,0.6759015917778015,all,15-17 yrs,113,159890,16.02406120300293,0,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,70.67359161376953 +1981,19,0.6856397390365601,all,15-17 yrs,97,151474,16.035701751708984,0,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,64.03739166259766 +1982,19,0.6818255186080933,all,15-17 yrs,108,142432,16.028968811035156,0,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,75.8256607055664 +1983,19,0.6865283846855164,all,15-17 yrs,79,135169,16.02018165588379,0,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,58.44535446166992 +1984,19,0.6910039186477661,all,15-17 yrs,83,132274,16.0044002532959,0,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,62.748538970947266 +1985,19,0.6857091188430786,all,15-17 yrs,84,131131,15.98906421661377,0,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,64.0580825805664 +1986,19,0.662397563457489,all,15-17 yrs,101,130949,15.992951393127441,0,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,77.12926483154297 +1987,19,0.38995814323425293,all,15-17 yrs,89,126462,16.034025192260742,0,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,70.37686920166016 +1988,19,0.07195916026830673,all,15-17 yrs,72,120011,16.065143585205078,0,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,59.99449920654297 +1989,19,0,all,15-17 yrs,89,113622,16.036216735839844,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,78.32990264892578 +1990,19,0,all,15-17 yrs,57,112816,15.994344711303711,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,50.524749755859375 +1991,19,0,all,15-17 yrs,88,115084,15.990589141845703,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,76.46588897705078 +1992,19,0,all,15-17 yrs,64,119159,15.996508598327637,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,53.709747314453125 +1993,19,0,all,15-17 yrs,84,122583,15.990692138671875,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,68.5250015258789 +1994,19,0,all,15-17 yrs,86,127063,15.995702743530273,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,67.6829605102539 +1995,19,0,all,15-17 yrs,86,131814,15.986602783203125,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,65.24344635009766 +1996,19,0,all,15-17 yrs,70,135251,16.00014877319336,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,51.75562286376953 +1970,20,1,all,15-17 yrs,119,131644,15.97906494140625,0,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,90.39530944824219 +1971,20,1,all,15-17 yrs,121,132129,15.994633674621582,0,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,91.5771713256836 +1972,20,1,all,15-17 yrs,100,133464,15.990507125854492,0,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,74.92657470703125 +1973,20,1,all,15-17 yrs,134,134228,15.989651679992676,0,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,99.83013916015625 +1974,20,1,all,15-17 yrs,121,134782,16.002107620239258,0,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,89.77459716796875 +1975,20,1,all,15-17 yrs,130,134230,15.999337196350098,0,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,96.84869384765625 +1976,20,1,all,15-17 yrs,110,135106,15.990762710571289,0,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,81.41755676269531 +1977,20,1,all,15-17 yrs,112,134482,16.00399398803711,0,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,83.28252410888672 +1978,20,1,all,15-17 yrs,119,132425,16.017799377441406,0,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,89.8621826171875 +1979,20,1,all,15-17 yrs,83,128174,16.017078399658203,0,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,64.75572204589844 +1980,20,1,all,15-17 yrs,87,122445,16.032333374023438,0,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,71.05230712890625 +1981,20,1,all,15-17 yrs,84,115597,16.04384994506836,0,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,72.66624450683594 +1982,20,1,all,15-17 yrs,54,108883,16.034046173095703,0,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,49.594520568847656 +1983,20,1,all,15-17 yrs,74,104144,16.018129348754883,0,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,71.05545806884766 +1984,20,1,all,15-17 yrs,69,103026,15.995059967041016,0,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,66.973388671875 +1985,20,0.9611555933952332,all,15-17 yrs,72,104359,15.978775024414062,0,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,68.99261474609375 +1986,20,0.6844111084938049,all,15-17 yrs,75,106548,15.986794471740723,0,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,70.39080810546875 +1987,20,0.339570015668869,all,15-17 yrs,78,105382,16.02483367919922,0,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,74.01643371582031 +1988,20,0.041027460247278214,all,15-17 yrs,74,102124,16.044231414794922,0,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,72.46092987060547 +1989,20,0,all,15-17 yrs,81,98150,16.014997482299805,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,82.52674102783203 +1990,20,0,all,15-17 yrs,68,98109,15.992304801940918,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,69.31066131591797 +1991,20,0,all,15-17 yrs,84,100347,15.992206573486328,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,83.70952606201172 +1992,20,0,all,15-17 yrs,95,104628,15.99193286895752,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,90.7978744506836 +1993,20,0,all,15-17 yrs,88,107605,15.991859436035156,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,81.78058624267578 +1994,20,0,all,15-17 yrs,85,111955,15.997794151306152,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,75.9233627319336 +1995,20,0,all,15-17 yrs,62,116395,15.982645034790039,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,53.26689147949219 +1996,20,0,all,15-17 yrs,86,120719,15.996603965759277,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,71.23982238769531 +1970,21,0,all,15-17 yrs,197,192615,15.98548412322998,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,102.27656555175781 +1971,21,0,all,15-17 yrs,206,198501,15.99260425567627,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,103.77781677246094 +1972,21,0,all,15-17 yrs,206,203455,15.988576889038086,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,101.25089263916016 +1973,21,0,all,15-17 yrs,220,206222,15.989923477172852,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,106.68115234375 +1974,21,0,all,15-17 yrs,198,209301,16.003450393676758,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,94.60060119628906 +1975,21,0,all,15-17 yrs,206,211200,16.004167556762695,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,97.53787994384766 +1976,21,0,all,15-17 yrs,211,213220,16.002925872802734,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,98.95882415771484 +1977,21,0,all,15-17 yrs,206,213505,16.00855255126953,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,96.48486328125 +1978,21,0,all,15-17 yrs,211,212882,16.0109920501709,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,99.1159439086914 +1979,21,0,all,15-17 yrs,177,211309,16.008878707885742,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,83.76358795166016 +1980,21,0,all,15-17 yrs,177,207107,16.018285751342773,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,85.46306610107422 +1981,21,0,all,15-17 yrs,164,197655,16.033836364746094,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,82.97285461425781 +1982,21,0,all,15-17 yrs,140,188359,16.03139305114746,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,74.32615661621094 +1983,21,0,all,15-17 yrs,165,179951,16.017932891845703,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,91.6916275024414 +1984,21,0,all,15-17 yrs,120,177396,16.000591278076172,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,67.64527130126953 +1985,21,0,all,15-17 yrs,138,177589,15.984565734863281,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,77.70751190185547 +1986,21,0,all,15-17 yrs,139,181573,15.975409507751465,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,76.55323028564453 +1987,21,0,all,15-17 yrs,142,180923,16.00432777404785,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,78.4864273071289 +1988,21,0,all,15-17 yrs,134,175559,16.040584564208984,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,76.3276138305664 +1989,21,0,all,15-17 yrs,130,166236,16.03237533569336,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,78.20207214355469 +1990,21,0,all,15-17 yrs,135,161383,16.013818740844727,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,83.65193176269531 +1991,21,0,all,15-17 yrs,136,161596,16.0120792388916,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,84.1604995727539 +1992,21,0,all,15-17 yrs,139,165944,16.003633499145508,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,83.76319885253906 +1993,21,0,all,15-17 yrs,138,168965,15.999544143676758,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,81.67372131347656 +1994,21,0,all,15-17 yrs,122,173355,16.008352279663086,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,70.37581634521484 +1995,21,0,all,15-17 yrs,139,176545,15.999631881713867,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,78.73346710205078 +1996,21,0,all,15-17 yrs,132,177695,16.012409210205078,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,74.28459167480469 +1970,22,1,all,15-17 yrs,228,231627,15.971946716308594,0,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,98.43412017822266 +1971,22,1,all,15-17 yrs,245,238830,15.986249923706055,0,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,102.58342742919922 +1972,22,1,all,15-17 yrs,262,244736,15.987112998962402,0,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,107.05413055419922 +1973,22,1,all,15-17 yrs,276,246271,15.988009452819824,0,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,112.07166290283203 +1974,22,1,all,15-17 yrs,244,248452,15.995335578918457,0,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,98.2081069946289 +1975,22,1,all,15-17 yrs,241,251221,15.992094993591309,0,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,95.93147277832031 +1976,22,1,all,15-17 yrs,259,254600,15.994866371154785,0,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,101.72820281982422 +1977,22,1,all,15-17 yrs,236,254694,16.003419876098633,0,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,92.66020965576172 +1978,22,1,all,15-17 yrs,244,252866,16.005271911621094,0,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,96.4937973022461 +1979,22,1,all,15-17 yrs,213,251949,16.00120735168457,0,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,84.5409164428711 +1980,22,1,all,15-17 yrs,257,250534,16.007883071899414,0,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,102.58088684082031 +1981,22,1,all,15-17 yrs,227,244951,16.028573989868164,0,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,92.67159271240234 +1982,22,1,all,15-17 yrs,198,237722,16.03030776977539,0,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,83.29056549072266 +1983,22,1,all,15-17 yrs,168,229558,16.020404815673828,0,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,73.18412017822266 +1984,22,1,all,15-17 yrs,185,225332,16.007455825805664,0,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,82.10107421875 +1985,22,1,all,15-17 yrs,154,224406,15.99256706237793,0,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,68.62561798095703 +1986,22,1,all,15-17 yrs,168,225543,15.990595817565918,0,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,74.486907958984375 +1987,22,0.32486844062805176,all,15-17 yrs,179,218960,16.011823654174805,0,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,81.750091552734375 +1988,22,0.004337656777352095,all,15-17 yrs,151,209159,16.029882431030273,0,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,72.193878173828125 +1989,22,0,all,15-17 yrs,188,198022,16.020078659057617,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,94.93894958496094 +1990,22,0,all,15-17 yrs,213,189244,16.013797760009766,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,112.55310821533203 +1991,22,0,all,15-17 yrs,177,191434,16.004837036132812,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,92.46006774902344 +1992,22,0,all,15-17 yrs,191,197643,15.999984741210938,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,96.638885498046875 +1993,22,0,all,15-17 yrs,230,201546,16.00074005126953,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,114.11786651611328 +1994,22,0,all,15-17 yrs,189,207584,16.00768280029297,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,91.04747772216797 +1995,22,0,all,15-17 yrs,187,214345,15.99261474609375,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,87.2425308227539 +1996,22,0,all,15-17 yrs,171,218708,16.00555992126465,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,78.18643951416016 +1970,23,0.3228622376918793,all,15-17 yrs,57,57907,15.979640007019043,0,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,98.4336929321289 +1971,23,0.3161870241165161,all,15-17 yrs,65,59507,15.992975234985352,0,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,109.23085021972656 +1972,23,0.7181807160377502,all,15-17 yrs,74,61103,15.982946395874023,0,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,121.10698699951172 +1973,23,1,all,15-17 yrs,58,62466,15.979092597961426,0,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,92.85050964355469 +1974,23,1,all,15-17 yrs,56,64125,15.990877151489258,0,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,87.329437255859375 +1975,23,1,all,15-17 yrs,64,64652,16.000123977661133,0,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,98.99152374267578 +1976,23,1,all,15-17 yrs,51,65606,15.99362850189209,0,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,77.7367935180664 +1977,23,0.8646739721298218,all,15-17 yrs,44,66025,15.993804931640625,0,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,66.64142608642578 +1978,23,0.3268018960952759,all,15-17 yrs,53,66346,16.002683639526367,0,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,79.884246826171875 +1979,23,0.3257346749305725,all,15-17 yrs,60,65552,16.007078170776367,0,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,91.53038787841797 +1980,23,0.32457977533340454,all,15-17 yrs,53,64028,16.01772689819336,0,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,82.77628326416016 +1981,23,0.33144843578338623,all,15-17 yrs,39,61694,16.026988983154297,0,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,63.21522521972656 +1982,23,0.33484622836112976,all,15-17 yrs,33,59350,16.022695541381836,0,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,55.602359771728516 +1983,23,0.33973491191864014,all,15-17 yrs,42,57252,16.019929885864258,0,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,73.3598861694336 +1984,23,0.34369754791259766,all,15-17 yrs,32,56173,16.015043258666992,0,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,56.96686935424805 +1985,23,0.2995818853378296,all,15-17 yrs,31,55803,15.996434211730957,0,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,55.55257034301758 +1986,23,0.041973989456892014,all,15-17 yrs,26,56396,15.989874839782715,0,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,46.102561950683594 +1987,23,0,all,15-17 yrs,29,56109,16.020566940307617,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,51.68511199951172 +1988,23,0,all,15-17 yrs,41,54479,16.051708221435547,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,75.25835418701172 +1989,23,0,all,15-17 yrs,33,51908,16.039203643798828,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,63.57401657104492 +1990,23,0,all,15-17 yrs,35,49980,16.021909713745117,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,70.02800750732422 +1991,23,0,all,15-17 yrs,28,49424,16.01234245300293,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,56.65263748168945 +1992,23,0,all,15-17 yrs,34,49779,16.002269744873047,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,68.30189514160156 +1993,23,0,all,15-17 yrs,28,50455,15.989951133728027,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,55.4949951171875 +1994,23,0,all,15-17 yrs,33,51848,15.989662170410156,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,63.647586822509766 +1995,23,0,all,15-17 yrs,23,52903,15.987410545349121,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,43.47579574584961 +1996,23,0,all,15-17 yrs,25,53639,15.998191833496094,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,46.607879638671875 +1970,24,0,all,15-17 yrs,171,222984,15.974495887756348,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,76.68711853027344 +1971,24,0,all,15-17 yrs,228,233156,15.983993530273438,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,97.788604736328125 +1972,24,0,all,15-17 yrs,232,241832,15.977653503417969,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,95.93436431884766 +1973,24,0,all,15-17 yrs,224,247673,15.977797508239746,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,90.44183349609375 +1974,24,0.5041095614433289,all,15-17 yrs,219,252783,15.99446964263916,0,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,86.63557434082031 +1975,24,1,all,15-17 yrs,228,253184,16.001752853393555,0,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,90.05308532714844 +1976,24,1,all,15-17 yrs,183,253518,15.994729995727539,0,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,72.1842269897461 +1977,24,1,all,15-17 yrs,177,252641,15.997450828552246,0,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,70.05989074707031 +1978,24,1,all,15-17 yrs,169,250914,16.009254455566406,0,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,67.35375213623047 +1979,24,1,all,15-17 yrs,147,247490,16.00149917602539,0,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,59.396339416503906 +1980,24,1,all,15-17 yrs,180,244876,16.00875473022461,0,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,73.506591796875 +1981,24,1,all,15-17 yrs,150,238358,16.031217575073242,0,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,62.93054962158203 +1982,24,0.9578590393066406,all,15-17 yrs,153,227539,16.032148361206055,0,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,67.24121856689453 +1983,24,0.6779505610466003,all,15-17 yrs,125,217562,16.025165557861328,0,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,57.45488739013672 +1984,24,0.34814271330833435,all,15-17 yrs,125,212893,16.01627540588379,0,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,58.714942932128906 +1985,24,0.043641477823257446,all,15-17 yrs,112,210353,16.007492065429688,0,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,53.243831634521484 +1986,24,0,all,15-17 yrs,145,210794,16.00784683227539,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,68.78753662109375 +1987,24,0,all,15-17 yrs,133,205832,16.03948402404785,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,64.61580657958984 +1988,24,0,all,15-17 yrs,135,196302,16.070640563964844,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,68.7715835571289 +1989,24,0,all,15-17 yrs,149,182074,16.057735443115234,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,81.8348617553711 +1990,24,0,all,15-17 yrs,128,175667,16.017715454101562,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,72.8651351928711 +1991,24,0,all,15-17 yrs,118,173322,16.00568962097168,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,68.08137512207031 +1992,24,0,all,15-17 yrs,135,176009,15.995437622070312,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,76.70062255859375 +1993,24,0,all,15-17 yrs,129,179274,15.982641220092773,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,71.95689392089844 +1994,24,0,all,15-17 yrs,112,184425,15.989567756652832,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,60.72929382324219 +1995,24,0,all,15-17 yrs,149,191058,15.976117134094238,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,77.986785888671875 +1996,24,0,all,15-17 yrs,124,195676,15.987739562988281,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,63.370059967041016 +1970,25,0,all,15-17 yrs,200,308110,15.983291625976562,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,64.91188049316406 +1971,25,0,all,15-17 yrs,242,315800,15.982504844665527,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,76.63077545166016 +1972,25,0,all,15-17 yrs,280,323739,15.977766036987305,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,86.48942565917969 +1973,25,0.8383561372756958,all,15-17 yrs,245,330887,15.981207847595215,0,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,74.04340362548828 +1974,25,1,all,15-17 yrs,226,335272,15.99420166015625,0,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,67.407958984375 +1975,25,1,all,15-17 yrs,216,333133,16.003196716308594,0,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,64.8389663696289 +1976,25,1,all,15-17 yrs,207,332580,15.995508193969727,0,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,62.240665435791016 +1977,25,1,all,15-17 yrs,199,330710,15.996002197265625,0,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,60.17356491088867 +1978,25,1,all,15-17 yrs,220,328631,16.011516571044922,0,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,66.94438171386719 +1979,25,0.5246357321739197,all,15-17 yrs,192,323885,16.008407592773438,0,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,59.28030014038086 +1980,25,0.3340226113796234,all,15-17 yrs,185,315713,16.0137882232666,0,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,58.5975227355957 +1981,25,0.35027989745140076,all,15-17 yrs,158,306296,16.026559829711914,0,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,51.58408737182617 +1982,25,0.3477925956249237,all,15-17 yrs,155,293437,16.027849197387695,0,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,52.822242736816406 +1983,25,0.33995914459228516,all,15-17 yrs,157,282491,16.024343490600586,0,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,55.57699203491211 +1984,25,0.3471851646900177,all,15-17 yrs,146,275760,16.01907730102539,0,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,52.94458770751953 +1985,25,0.2885448634624481,all,15-17 yrs,160,272230,16.009675979614258,0,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,58.77383041381836 +1986,25,0.029816845431923866,all,15-17 yrs,179,269988,16.00982666015625,0,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,66.29924011230469 +1987,25,0,all,15-17 yrs,136,259749,16.046594619750977,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,52.358238220214844 +1988,25,0,all,15-17 yrs,110,243451,16.07392120361328,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,45.183631896972656 +1989,25,0,all,15-17 yrs,116,224757,16.054534912109375,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,51.611297607421875 +1990,25,0,all,15-17 yrs,123,212826,16.03131103515625,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,57.7936897277832 +1991,25,0,all,15-17 yrs,87,206162,16.018203735351562,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,42.199825286865234 +1992,25,0,all,15-17 yrs,93,204563,16.007678985595703,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,45.4627685546875 +1993,25,0,all,15-17 yrs,106,205602,15.989946365356445,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,51.5559196472168 +1994,25,0,all,15-17 yrs,100,210902,15.987628936767578,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,47.41538619995117 +1995,25,0,all,15-17 yrs,101,216844,15.980345726013184,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,46.57726287841797 +1996,25,0,all,15-17 yrs,83,222082,15.991971015930176,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,37.37358093261719 +1970,26,0,all,15-17 yrs,436,544526,15.976740837097168,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,80.06964111328125 +1971,26,0,all,15-17 yrs,512,558080,15.982193946838379,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,91.74311828613281 +1972,26,1,all,15-17 yrs,468,570756,15.975553512573242,0,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,81.99651336669922 +1973,26,1,all,15-17 yrs,516,581358,15.981640815734863,0,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,88.75769805908203 +1974,26,1,all,15-17 yrs,515,586029,15.999245643615723,0,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,87.879608154296875 +1975,26,1,all,15-17 yrs,492,577164,16.006656646728516,0,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,85.24440002441406 +1976,26,1,all,15-17 yrs,445,571625,15.997565269470215,0,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,77.848236083984375 +1977,26,1,all,15-17 yrs,445,565412,16.0000057220459,0,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,78.70367431640625 +1978,26,0.9698629975318909,all,15-17 yrs,447,559750,16.013587951660156,0,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,79.8570785522461 +1979,26,0,all,15-17 yrs,426,549479,16.00739860534668,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,77.527984619140625 +1980,26,0,all,15-17 yrs,372,533996,16.01267433166504,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,69.66344451904297 +1981,26,0,all,15-17 yrs,283,511944,16.0252685546875,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,55.279483795166016 +1982,26,0,all,15-17 yrs,265,484871,16.01796531677246,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,54.65371322631836 +1983,26,0,all,15-17 yrs,303,464060,16.009286880493164,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,65.29328155517578 +1984,26,0,all,15-17 yrs,295,456940,16.001115798950195,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,64.55989837646484 +1985,26,0,all,15-17 yrs,329,457960,15.98704719543457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,71.84033203125 +1986,26,0,all,15-17 yrs,371,466047,15.987018585205078,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,79.60570526123047 +1987,26,0,all,15-17 yrs,367,458111,16.02957534790039,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,80.11158752441406 +1988,26,0,all,15-17 yrs,329,437508,16.058992385864258,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,75.19862365722656 +1989,26,0,all,15-17 yrs,317,409369,16.03847885131836,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,77.436248779296875 +1990,26,0,all,15-17 yrs,304,395649,16.017850875854492,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,76.835784912109375 +1991,26,0,all,15-17 yrs,284,391901,16.01518440246582,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,72.46727752685547 +1992,26,0,all,15-17 yrs,282,395613,16.006887435913086,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,71.28178405761719 +1993,26,0,all,15-17 yrs,286,400584,15.995356559753418,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,71.39575958251953 +1994,26,0,all,15-17 yrs,298,411841,15.998088836669922,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,72.35802459716797 +1995,26,0,all,15-17 yrs,283,425901,15.98646354675293,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,66.4473648071289 +1996,26,0,all,15-17 yrs,278,435794,16.002111434936523,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,63.79160690307617 +1970,27,0,all,15-17 yrs,202,232296,15.983245849609375,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,86.95801544189453 +1971,27,0,all,15-17 yrs,213,235004,15.988876342773438,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,90.63675689697266 +1972,27,0,all,15-17 yrs,192,237849,15.97900390625,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,80.7234878540039 +1973,27,0.5863013863563538,all,15-17 yrs,225,241797,15.977551460266113,0,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,93.05326080322266 +1974,27,1,all,15-17 yrs,208,245763,15.988000869750977,0,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,84.63438415527344 +1975,27,1,all,15-17 yrs,222,248316,15.991132736206055,0,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,89.40221405029297 +1976,27,0.9809041023254395,all,15-17 yrs,189,251287,15.988956451416016,0,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,75.21280670166016 +1977,27,0.7397071719169617,all,15-17 yrs,199,250294,16.00098991394043,0,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,79.506500244140625 +1978,27,0.6662825345993042,all,15-17 yrs,168,247492,16.01579475402832,0,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,67.8809814453125 +1979,27,0.6642908453941345,all,15-17 yrs,184,240797,16.0185546875,0,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,76.41291046142578 +1980,27,0.6759313941001892,all,15-17 yrs,139,232477,16.02994728088379,0,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,59.79085922241211 +1981,27,0.6791439056396484,all,15-17 yrs,145,219983,16.038280487060547,0,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,65.9141845703125 +1982,27,0.6817948222160339,all,15-17 yrs,96,207840,16.033655166625977,0,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,46.18937683105469 +1983,27,0.6879870295524597,all,15-17 yrs,85,198494,16.019577026367188,0,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,42.822452545166016 +1984,27,0.6908088326454163,all,15-17 yrs,126,194888,16.001266479492188,0,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,64.65251922607422 +1985,27,0.6872035264968872,all,15-17 yrs,106,195264,15.99453067779541,0,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,54.28548049926758 +1986,27,0.6605846881866455,all,15-17 yrs,153,196636,16.000925064086914,0,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,77.808746337890625 +1987,27,0.3895438313484192,all,15-17 yrs,137,190548,16.042593002319336,0,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,71.89789581298828 +1988,27,0.07282162457704544,all,15-17 yrs,131,182168,16.068025588989258,0,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,71.9116439819336 +1989,27,0,all,15-17 yrs,99,172191,16.033613204956055,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,57.494293212890625 +1990,27,0,all,15-17 yrs,101,172104,15.993945121765137,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,58.685447692871094 +1991,27,0,all,15-17 yrs,98,174899,15.991480827331543,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,56.0323371887207 +1992,27,0,all,15-17 yrs,105,182234,15.985420227050781,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,57.618228912353516 +1993,27,0,all,15-17 yrs,100,188627,15.974950790405273,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,53.014678955078125 +1994,27,0,all,15-17 yrs,103,198062,15.976456642150879,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,52.0039176940918 +1995,27,0,all,15-17 yrs,119,207881,15.967453002929688,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,57.24428939819336 +1996,27,0,all,15-17 yrs,126,216304,15.981276512145996,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,58.25135040283203 +1970,28,1,all,15-17 yrs,171,144157,15.969560623168945,0,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,118.62067413330078 +1971,28,1,all,15-17 yrs,189,150427,15.984989166259766,0,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,125.64234161376953 +1972,28,1,all,15-17 yrs,212,154350,15.991551399230957,0,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,137.3501739501953 +1973,28,1,all,15-17 yrs,173,156561,15.995739936828613,0,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,110.50006103515625 +1974,28,1,all,15-17 yrs,165,158080,16.001726150512695,0,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,104.37753295898438 +1975,28,1,all,15-17 yrs,138,158012,15.996943473815918,0,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,87.33513641357422 +1976,28,1,all,15-17 yrs,143,158191,16.000696182250977,0,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,90.39704895019531 +1977,28,1,all,15-17 yrs,163,158052,16.003284454345703,0,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,103.130615234375 +1978,28,1,all,15-17 yrs,120,157386,15.998710632324219,0,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,76.24566650390625 +1979,28,1,all,15-17 yrs,152,156305,16.000965118408203,0,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,97.24576568603516 +1980,28,1,all,15-17 yrs,131,152545,16.013301849365234,0,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,85.87629699707031 +1981,28,1,all,15-17 yrs,126,146507,16.03266716003418,0,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,86.002716064453125 +1982,28,1,all,15-17 yrs,118,140521,16.033077239990234,0,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,83.97321319580078 +1983,28,1,all,15-17 yrs,114,135098,16.014301300048828,0,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,84.38318634033203 +1984,28,1,all,15-17 yrs,103,134358,15.996278762817383,0,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,76.660858154296875 +1985,28,1,all,15-17 yrs,96,136521,15.978340148925781,0,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,70.31885528564453 +1986,28,0.7479451894760132,all,15-17 yrs,121,139776,15.978350639343262,0,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,86.56707763671875 +1987,28,0,all,15-17 yrs,104,139023,16.006855010986328,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,74.8077621459961 +1988,28,0,all,15-17 yrs,119,134918,16.030752182006836,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,88.20172119140625 +1989,28,0,all,15-17 yrs,106,128488,16.027753829956055,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,82.49797821044922 +1990,28,0,all,15-17 yrs,120,124300,16.021102905273438,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,96.5406265258789 +1991,28,0,all,15-17 yrs,130,124049,16.01687240600586,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,104.79729461669922 +1992,28,0,all,15-17 yrs,110,126792,16.006656646728516,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,86.75626373291016 +1993,28,0,all,15-17 yrs,143,128732,16.000892639160156,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,111.08348846435547 +1994,28,0,all,15-17 yrs,138,132171,16.00772476196289,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,104.41019439697266 +1995,28,0,all,15-17 yrs,143,135774,15.995095252990723,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,105.32208251953125 +1996,28,0,all,15-17 yrs,132,138059,16.00477409362793,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,95.611297607421875 +1970,29,0,all,15-17 yrs,271,262748,15.977225303649902,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,103.14065551757812 +1971,29,0,all,15-17 yrs,300,270772,15.983738899230957,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,110.79431915283203 +1972,29,0,all,15-17 yrs,320,278123,15.979635238647461,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,115.0570068359375 +1973,29,0,all,15-17 yrs,304,282960,15.985376358032227,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,107.43567657470703 +1974,29,0,all,15-17 yrs,268,285624,15.996075630187988,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,93.82965087890625 +1975,29,0,all,15-17 yrs,278,286124,15.995781898498535,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,97.160675048828125 +1976,29,0,all,15-17 yrs,297,288218,15.993494033813477,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,103.0469970703125 +1977,29,0,all,15-17 yrs,271,288168,16.000194549560547,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,94.04236602783203 +1978,29,0,all,15-17 yrs,257,285891,16.013591766357422,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,89.89440155029297 +1979,29,0,all,15-17 yrs,258,279058,16.01773452758789,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,92.45389556884766 +1980,29,0,all,15-17 yrs,266,267986,16.024179458618164,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,99.25891876220703 +1981,29,0,all,15-17 yrs,191,253676,16.03761100769043,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,75.29289245605469 +1982,29,0,all,15-17 yrs,207,239363,16.031082153320312,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,86.47953033447266 +1983,29,0,all,15-17 yrs,159,227424,16.019968032836914,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,69.91346740722656 +1984,29,0,all,15-17 yrs,171,224960,16.00177764892578,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,76.01351165771484 +1985,29,0,all,15-17 yrs,175,226828,15.97939395904541,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,77.150970458984375 +1986,29,0,all,15-17 yrs,217,232481,15.97917652130127,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,93.34095764160156 +1987,29,0,all,15-17 yrs,191,231137,16.01655387878418,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,82.63497161865234 +1988,29,0,all,15-17 yrs,175,223097,16.04422378540039,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,78.44121551513672 +1989,29,0,all,15-17 yrs,200,210281,16.03032684326172,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,95.11082458496094 +1990,29,0,all,15-17 yrs,168,206055,16.004959106445312,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,81.53163146972656 +1991,29,0,all,15-17 yrs,195,206993,16.00372886657715,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,94.206085205078125 +1992,29,0,all,15-17 yrs,203,212557,15.997101783752441,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,95.50379180908203 +1993,29,0,all,15-17 yrs,226,217769,15.986756324768066,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,103.77969360351562 +1994,29,0,all,15-17 yrs,242,225963,15.992813110351562,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,107.09718322753906 +1995,29,0,all,15-17 yrs,216,235367,15.978841781616211,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,91.771575927734375 +1996,29,0,all,15-17 yrs,211,243209,15.988713264465332,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,86.75666046142578 +1970,30,0,all,15-17 yrs,62,45231,15.985629081726074,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,137.07412719726562 +1971,30,0,all,15-17 yrs,54,46313,15.991471290588379,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,116.59793090820312 +1972,30,0,all,15-17 yrs,66,47296,15.979934692382812,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,139.54669189453125 +1973,30,0.5041095614433289,all,15-17 yrs,65,48252,15.979337692260742,0,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,134.70944213867188 +1974,30,1,all,15-17 yrs,60,49096,15.996232032775879,0,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,122.20954895019531 +1975,30,1,all,15-17 yrs,62,49444,15.99557113647461,0,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,125.3943862915039 +1976,30,1,all,15-17 yrs,57,49520,15.989276885986328,0,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,115.10501098632812 +1977,30,1,all,15-17 yrs,85,49514,15.99808120727539,0,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,171.6686248779297 +1978,30,1,all,15-17 yrs,54,48990,16.00826644897461,0,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,110.22657775878906 +1979,30,0.6680411696434021,all,15-17 yrs,70,46977,16.016582489013672,0,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,149.00909423828125 +1980,30,0.6707993149757385,all,15-17 yrs,55,44178,16.03289031982422,0,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,124.49635314941406 +1981,30,0.6678851842880249,all,15-17 yrs,44,41695,16.046695709228516,0,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,105.52824401855469 +1982,30,0.6753487586975098,all,15-17 yrs,64,39594,16.031064987182617,0,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,161.64065551757812 +1983,30,0.6863695979118347,all,15-17 yrs,36,38253,16.013986587524414,0,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,94.11026763916016 +1984,30,0.6898184418678284,all,15-17 yrs,49,38446,15.991494178771973,0,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,127.45149230957031 +1985,30,0.6761645078659058,all,15-17 yrs,32,38965,15.974617958068848,0,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,82.12498474121094 +1986,30,0.6679462194442749,all,15-17 yrs,36,39556,15.977171897888184,0,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,91.01021575927734 +1987,30,0.5584973692893982,all,15-17 yrs,36,38449,16.01604652404785,0,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,93.630523681640625 +1988,30,0.23278002440929413,all,15-17 yrs,39,36693,16.046112060546875,0,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,106.28730010986328 +1989,30,0.009624539874494076,all,15-17 yrs,30,34949,16.01410675048828,0,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,85.83936309814453 +1990,30,0,all,15-17 yrs,33,34864,15.9851713180542,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,94.65351104736328 +1991,30,0,all,15-17 yrs,33,35825,15.993691444396973,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,92.11444854736328 +1992,30,0,all,15-17 yrs,39,37829,15.988157272338867,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,103.09551239013672 +1993,30,0,all,15-17 yrs,34,39392,15.9859619140625,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,86.31194305419922 +1994,30,0,all,15-17 yrs,33,41235,15.996023178100586,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,80.02909851074219 +1995,30,0,all,15-17 yrs,46,42762,15.989944458007812,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,107.5721435546875 +1996,30,0,all,15-17 yrs,27,43762,16.01032829284668,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,61.697364807128906 +1970,31,0.31476378440856934,all,15-17 yrs,83,87254,15.987793922424316,0,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,95.12458038330078 +1971,31,0.32733622193336487,all,15-17 yrs,99,88934,15.988283157348633,0,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,111.3185043334961 +1972,31,0.5257138013839722,all,15-17 yrs,94,90446,15.982409477233887,0,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,103.92941284179688 +1973,31,0.6647167205810547,all,15-17 yrs,67,91680,15.989157676696777,0,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,73.08027648925781 +1974,31,0.6656310558319092,all,15-17 yrs,94,92802,15.992155075073242,0,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,101.29092407226562 +1975,31,0.6642671823501587,all,15-17 yrs,86,92739,15.990823745727539,0,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,92.733367919921875 +1976,31,0.6708330512046814,all,15-17 yrs,76,93721,15.988401412963867,0,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,81.09175109863281 +1977,31,0.6709693670272827,all,15-17 yrs,65,93485,15.995732307434082,0,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,69.52986907958984 +1978,31,0.6724247336387634,all,15-17 yrs,74,92208,16.013275146484375,0,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,80.25334167480469 +1979,31,0.6703671216964722,all,15-17 yrs,91,89065,16.017044067382812,0,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,102.17256927490234 +1980,31,0.5230341553688049,all,15-17 yrs,74,84331,16.0296688079834,0,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,87.74946594238281 +1981,31,0.34682348370552063,all,15-17 yrs,58,79528,16.044689178466797,0,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,72.93029022216797 +1982,31,0.3458697497844696,all,15-17 yrs,36,74697,16.03520965576172,0,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,48.194705963134766 +1983,31,0.34818771481513977,all,15-17 yrs,37,71232,16.02063751220703,0,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,51.94294738769531 +1984,31,0.3577482998371124,all,15-17 yrs,55,70211,16.001310348510742,0,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,78.3353042602539 +1985,31,0.1764204502105713,all,15-17 yrs,47,70546,15.98602294921875,0,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,66.623199462890625 +1986,31,0,all,15-17 yrs,51,71786,15.981222152709961,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,71.04449462890625 +1987,31,0,all,15-17 yrs,72,70836,16.01554298400879,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,101.64323425292969 +1988,31,0,all,15-17 yrs,57,68880,16.045717239379883,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,82.75261688232422 +1989,31,0,all,15-17 yrs,45,66173,16.02251625061035,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,68.0035629272461 +1990,31,0,all,15-17 yrs,52,65919,15.992703437805176,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,78.88468933105469 +1991,31,0,all,15-17 yrs,44,67073,15.997197151184082,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,65.60016632080078 +1992,31,0,all,15-17 yrs,43,69022,16.00139045715332,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,62.29897689819336 +1993,31,0,all,15-17 yrs,46,70536,15.99217414855957,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,65.21492767333984 +1994,31,0,all,15-17 yrs,57,73062,15.995305061340332,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,78.01593017578125 +1995,31,0,all,15-17 yrs,60,76095,15.982547760009766,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,78.84880828857422 +1996,31,0,all,15-17 yrs,58,78899,15.99178695678711,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,73.51170349121094 +1970,32,0,all,15-17 yrs,45,26104,15.963492393493652,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,172.3873748779297 +1971,32,0,all,15-17 yrs,45,28613,15.98189640045166,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,157.2711639404297 +1972,32,0,all,15-17 yrs,56,30608,15.973960876464844,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,182.95870971679688 +1973,32,0,all,15-17 yrs,43,32484,15.978851318359375,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,132.37286376953125 +1974,32,0,all,15-17 yrs,36,34529,15.998580932617188,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,104.26018524169922 +1975,32,0,all,15-17 yrs,33,35393,16.0012149810791,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,93.23877716064453 +1976,32,0,all,15-17 yrs,38,36867,15.989285469055176,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,103.07321166992188 +1977,32,0,all,15-17 yrs,52,38370,15.995908737182617,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,135.5225372314453 +1978,32,0,all,15-17 yrs,52,40146,16.014671325683594,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,129.5272216796875 +1979,32,0,all,15-17 yrs,59,41507,16.01512908935547,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,142.1446990966797 +1980,32,0,all,15-17 yrs,53,42300,16.020519256591797,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,125.2955093383789 +1981,32,0,all,15-17 yrs,46,42038,16.03106689453125,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,109.4248046875 +1982,32,0,all,15-17 yrs,40,41330,16.020275115966797,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,96.78199768066406 +1983,32,0,all,15-17 yrs,27,40190,16.012042999267578,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,67.18089294433594 +1984,32,0,all,15-17 yrs,33,39805,16.0019588470459,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,82.90415954589844 +1985,32,0,all,15-17 yrs,28,40498,15.983579635620117,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,69.13921356201172 +1986,32,0,all,15-17 yrs,33,41852,15.98867416381836,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,78.84928131103516 +1987,32,0,all,15-17 yrs,43,42688,16.02923583984375,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,100.73088836669922 +1988,32,0,all,15-17 yrs,36,42739,16.053932189941406,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,84.2322006225586 +1989,32,0,all,15-17 yrs,41,42082,16.039588928222656,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,97.4288330078125 +1990,32,0,all,15-17 yrs,41,45301,15.986953735351562,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,90.50572967529297 +1991,32,0,all,15-17 yrs,36,45798,15.994759559631348,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,78.6060562133789 +1992,32,0,all,15-17 yrs,41,47757,15.984420776367188,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,85.851287841796875 +1993,32,0,all,15-17 yrs,38,50279,15.968018531799316,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,75.5782699584961 +1994,32,0,all,15-17 yrs,47,54525,15.969023704528809,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,86.19898986816406 +1995,32,0,all,15-17 yrs,47,58590,15.959327697753906,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,80.21846771240234 +1996,32,0,all,15-17 yrs,60,62952,15.971041679382324,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,95.31071472167969 +1970,33,0,all,15-17 yrs,38,39957,15.977850914001465,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,95.10223388671875 +1971,33,0,all,15-17 yrs,36,41700,15.975707054138184,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,86.3309326171875 +1972,33,0,all,15-17 yrs,34,43596,15.96735954284668,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,77.98880767822266 +1973,33,0.5863013863563538,all,15-17 yrs,36,45394,15.973543167114258,0,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,79.305633544921875 +1974,33,1,all,15-17 yrs,41,46796,15.985169410705566,0,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,87.61432647705078 +1975,33,1,all,15-17 yrs,35,47411,15.983864784240723,0,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,73.8225326538086 +1976,33,1,all,15-17 yrs,29,48631,15.978819847106934,0,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,59.63274383544922 +1977,33,1,all,15-17 yrs,40,49921,15.983633995056152,0,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,80.12660217285156 +1978,33,1,all,15-17 yrs,45,50885,15.992630004882812,0,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,88.43470764160156 +1979,33,0.5892310738563538,all,15-17 yrs,46,50966,15.992073059082031,0,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,90.2562484741211 +1980,33,0.32997751235961914,all,15-17 yrs,35,50681,16.00372886657715,0,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,69.05941009521484 +1981,33,0.3544958829879761,all,15-17 yrs,33,49558,16.02368927001953,0,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,66.5886459350586 +1982,33,0.3479507267475128,all,15-17 yrs,35,48017,16.0240535736084,0,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,72.89085388183594 +1983,33,0.33515581488609314,all,15-17 yrs,28,46266,16.02010154724121,0,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,60.51960372924805 +1984,33,0.345766544342041,all,15-17 yrs,25,45761,16.01376724243164,0,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,54.63167190551758 +1985,33,0.28905436396598816,all,15-17 yrs,29,45812,16.004627227783203,0,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,63.30219268798828 +1986,33,0.02980305440723896,all,15-17 yrs,29,47171,15.997180938720703,0,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,61.478450775146484 +1987,33,0,all,15-17 yrs,41,47021,16.0355167388916,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,87.19508361816406 +1988,33,0,all,15-17 yrs,34,45815,16.069868087768555,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,74.21150207519531 +1989,33,0,all,15-17 yrs,27,43179,16.045856475830078,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,62.5303955078125 +1990,33,0,all,15-17 yrs,22,41361,16.016706466674805,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,53.19020462036133 +1991,33,0,all,15-17 yrs,21,40694,16.01123046875,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,51.60466003417969 +1992,33,0,all,15-17 yrs,22,41397,15.99294662475586,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,53.14394760131836 +1993,33,0,all,15-17 yrs,23,42315,15.969585418701172,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,54.354248046875 +1994,33,0,all,15-17 yrs,18,44399,15.970945358276367,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,40.54145431518555 +1995,33,0,all,15-17 yrs,26,46377,15.9631929397583,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,56.06227111816406 +1996,33,0,all,15-17 yrs,15,48278,15.971001625061035,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,31.070053100585938 +1970,34,0,all,15-17 yrs,231,392933,15.980271339416504,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,58.78864669799805 +1971,34,0,all,15-17 yrs,278,404827,15.984282493591309,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,68.67131042480469 +1972,34,0,all,15-17 yrs,268,416628,15.978811264038086,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,64.32596588134766 +1973,34,1,all,15-17 yrs,263,424102,15.979696273803711,0,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,62.01338195800781 +1974,34,1,all,15-17 yrs,218,430015,15.994067192077637,0,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,50.69590759277344 +1975,34,1,all,15-17 yrs,251,428848,16.00157356262207,0,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,58.52889633178711 +1976,34,1,all,15-17 yrs,229,428741,15.995116233825684,0,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,53.412200927734375 +1977,34,1,all,15-17 yrs,248,425417,15.997489929199219,0,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,58.29574203491211 +1978,34,1,all,15-17 yrs,217,423383,16.010009765625,0,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,51.25382995605469 +1979,34,1,all,15-17 yrs,229,417899,16.00501823425293,0,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,54.79792785644531 +1980,34,0.8299978375434875,all,15-17 yrs,233,411517,16.01235580444336,0,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,56.619773864746094 +1981,34,0.6595242619514465,all,15-17 yrs,201,399450,16.0271053314209,0,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,50.31918716430664 +1982,34,0.6682873964309692,all,15-17 yrs,185,382928,16.02984619140625,0,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,48.311954498291016 +1983,34,0.5085621476173401,all,15-17 yrs,162,367981,16.02837371826172,0,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,44.02401351928711 +1984,34,0.17286482453346252,all,15-17 yrs,173,360103,16.016698837280273,0,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,48.04180908203125 +1985,34,0,all,15-17 yrs,157,357689,16.002605438232422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,43.892879486083984 +1986,34,0,all,15-17 yrs,166,358932,16.00490951538086,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,46.248313903808594 +1987,34,0,all,15-17 yrs,159,347333,16.04474639892578,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,45.77739334106445 +1988,34,0,all,15-17 yrs,166,327211,16.068578720092773,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,50.73179244995117 +1989,34,0,all,15-17 yrs,139,303257,16.041622161865234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,45.83570861816406 +1990,34,0,all,15-17 yrs,130,292883,16.01715660095215,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,44.38632583618164 +1991,34,0,all,15-17 yrs,134,288485,16.012662887573242,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,46.449554443359375 +1992,34,0,all,15-17 yrs,153,291436,16.000635147094727,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,52.498661041259766 +1993,34,0,all,15-17 yrs,128,293757,15.989004135131836,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,43.573429107666016 +1994,34,0,all,15-17 yrs,132,300351,15.990687370300293,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,43.94858169555664 +1995,34,0,all,15-17 yrs,144,306114,15.978443145751953,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,47.041297912597656 +1996,34,0,all,15-17 yrs,130,309730,15.99007511138916,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,41.97203826904297 +1970,35,0,all,15-17 yrs,102,67631,15.974434852600098,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,150.8184051513672 +1971,35,0,all,15-17 yrs,93,70905,15.984782218933105,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,131.16140747070312 +1972,35,0,all,15-17 yrs,86,73357,15.977029800415039,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,117.23489379882812 +1973,35,0,all,15-17 yrs,105,75555,15.981986999511719,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,138.9716033935547 +1974,35,0,all,15-17 yrs,107,77838,15.992034912109375,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,137.46499633789062 +1975,35,0,all,15-17 yrs,105,79653,15.983654022216797,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,131.82177734375 +1976,35,0,all,15-17 yrs,114,81715,15.981826782226562,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,139.50927734375 +1977,35,0,all,15-17 yrs,123,82424,15.997391700744629,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,149.22837829589844 +1978,35,0,all,15-17 yrs,76,81630,16.006271362304688,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,93.10302734375 +1979,35,0,all,15-17 yrs,93,81628,16.009126663208008,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,113.9314956665039 +1980,35,0,all,15-17 yrs,82,78913,16.023113250732422,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,103.91190338134766 +1981,35,0,all,15-17 yrs,75,75765,16.0366268157959,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,98.99029541015625 +1982,35,0,all,15-17 yrs,75,72729,16.03253173828125,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,103.12255096435547 +1983,35,0,all,15-17 yrs,76,70253,16.017536163330078,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,108.18043518066406 +1984,35,0,all,15-17 yrs,50,70183,15.994115829467773,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,71.24232482910156 +1985,35,0,all,15-17 yrs,77,71456,15.978994369506836,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,107.75862121582031 +1986,35,0,all,15-17 yrs,84,73548,15.985275268554688,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,114.21112823486328 +1987,35,0,all,15-17 yrs,65,73234,16.01421546936035,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,88.756591796875 +1988,35,0,all,15-17 yrs,87,71600,16.025697708129883,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,121.50837707519531 +1989,35,0,all,15-17 yrs,70,69046,16.011180877685547,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,101.3816909790039 +1990,35,0,all,15-17 yrs,98,68717,15.995182991027832,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,142.61390686035156 +1991,35,0,all,15-17 yrs,61,69770,15.998839378356934,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,87.43013000488281 +1992,35,0,all,15-17 yrs,60,72505,15.990800857543945,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,82.75291442871094 +1993,35,0,all,15-17 yrs,51,75172,15.98550033569336,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,67.84441375732422 +1994,35,0,all,15-17 yrs,73,78685,15.991599082946777,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,92.77498626708984 +1995,35,0,all,15-17 yrs,85,81920,15.978137016296387,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,103.759765625 +1996,35,0,all,15-17 yrs,74,84762,15.994195938110352,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,87.30327606201172 +1970,36,1,all,15-17 yrs,772,964612,15.985573768615723,0,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,80.03218078613281 +1971,36,1,all,15-17 yrs,837,983150,15.985013008117676,0,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,85.13451385498047 +1972,36,1,all,15-17 yrs,838,1001011,15.981644630432129,0,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,83.715362548828125 +1973,36,1,all,15-17 yrs,781,1008519,15.983281135559082,0,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,77.4402847290039 +1974,36,1,all,15-17 yrs,712,1015463,15.993325233459473,0,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,70.11579895019531 +1975,36,1,all,15-17 yrs,646,1014138,15.999218940734863,0,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,63.69941711425781 +1976,36,1,all,15-17 yrs,656,1015025,15.99487018585205,0,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,64.62895202636719 +1977,36,1,all,15-17 yrs,643,1003486,15.998491287231445,0,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,64.076629638671875 +1978,36,1,all,15-17 yrs,652,993057,16.00788116455078,0,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,65.65584564208984 +1979,36,1,all,15-17 yrs,648,977008,16.00353240966797,0,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,66.32494354248047 +1980,36,1,all,15-17 yrs,635,957080,16.01145362854004,0,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,66.34764099121094 +1981,36,1,all,15-17 yrs,576,929788,16.02452850341797,0,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,61.94960403442383 +1982,36,0.9749115109443665,all,15-17 yrs,553,893792,16.028303146362305,0,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,61.871219635009766 +1983,36,0.6797694563865662,all,15-17 yrs,462,861748,16.026641845703125,0,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,53.611961364746094 +1984,36,0.6858195066452026,all,15-17 yrs,465,842182,16.01361656188965,0,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,55.21371841430664 +1985,36,0.628068208694458,all,15-17 yrs,425,836410,15.997977256774902,0,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,50.812400817871094 +1986,36,0,all,15-17 yrs,447,838292,16.000804901123047,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,53.32270812988281 +1987,36,0,all,15-17 yrs,465,807987,16.04490852355957,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,57.55043029785156 +1988,36,0,all,15-17 yrs,473,760971,16.068866729736328,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,62.15742874145508 +1989,36,0,all,15-17 yrs,423,706625,16.040904998779297,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,59.86201858520508 +1990,36,0,all,15-17 yrs,428,683467,16.017234802246094,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,62.62189865112305 +1991,36,0,all,15-17 yrs,429,675759,16.00876235961914,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,63.48417282104492 +1992,36,0,all,15-17 yrs,403,684364,16.001083374023438,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,58.88679122924805 +1993,36,0,all,15-17 yrs,387,687397,15.995163917541504,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,56.29934310913086 +1994,36,0,all,15-17 yrs,393,696294,16.00286293029785,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,56.44167709350586 +1995,36,0,all,15-17 yrs,341,701639,15.992555618286133,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,48.60049057006836 +1996,36,0,all,15-17 yrs,346,704661,16.00113296508789,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,49.10162353515625 +1970,37,1,all,15-17 yrs,341,306771,15.993304252624512,0,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,111.1578369140625 +1971,37,1,all,15-17 yrs,329,314251,15.995296478271484,0,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,104.6933822631836 +1972,37,1,all,15-17 yrs,378,320381,15.990998268127441,0,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,117.98452758789062 +1973,37,1,all,15-17 yrs,401,324021,15.998064994812012,0,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,123.75740814208984 +1974,37,1,all,15-17 yrs,339,326831,16.00562286376953,0,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,103.72332763671875 +1975,37,1,all,15-17 yrs,316,326986,15.999342918395996,0,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,96.64022064208984 +1976,37,1,all,15-17 yrs,288,328014,15.998784065246582,0,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,87.80113220214844 +1977,37,1,all,15-17 yrs,278,329670,16.000085830688477,0,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,84.326751708984375 +1978,37,1,all,15-17 yrs,284,329381,16.002368927001953,0,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,86.22233581542969 +1979,37,1,all,15-17 yrs,276,327926,16.004587173461914,0,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,84.16532897949219 +1980,37,1,all,15-17 yrs,294,321935,16.017351150512695,0,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,91.322784423828125 +1981,37,1,all,15-17 yrs,257,310786,16.03426170349121,0,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,82.69355773925781 +1982,37,1,all,15-17 yrs,230,299706,16.025941848754883,0,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,76.74187469482422 +1983,37,0.9221815466880798,all,15-17 yrs,222,291550,16.011484146118164,0,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,76.144744873046875 +1984,37,0.6991451978683472,all,15-17 yrs,224,291749,16.002107620239258,0,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,76.77832794189453 +1985,37,0.6938849091529846,all,15-17 yrs,223,296155,15.991754531860352,0,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,75.29840850830078 +1986,37,0.45934799313545227,all,15-17 yrs,238,304127,15.988846778869629,0,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,78.25678253173828 +1987,37,0,all,15-17 yrs,232,302886,16.023202896118164,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,76.59647369384766 +1988,37,0,all,15-17 yrs,217,293967,16.05336570739746,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,73.81781005859375 +1989,37,0,all,15-17 yrs,198,278405,16.040462493896484,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,71.119415283203125 +1990,37,0,all,15-17 yrs,215,271641,16.01762580871582,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,79.1485824584961 +1991,37,0,all,15-17 yrs,216,267195,16.01874351501465,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,80.83983612060547 +1992,37,0,all,15-17 yrs,216,271130,16.003448486328125,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,79.66658020019531 +1993,37,0,all,15-17 yrs,224,275840,15.989051818847656,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,81.20649719238281 +1994,37,0,all,15-17 yrs,224,284564,15.99604320526123,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,78.71691131591797 +1995,37,0,all,15-17 yrs,216,292288,15.985151290893555,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,73.89971160888672 +1996,37,0,all,15-17 yrs,218,298443,15.990540504455566,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,73.0457763671875 +1970,38,0,all,15-17 yrs,31,40489,15.989280700683594,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,76.56400299072266 +1971,38,0,all,15-17 yrs,47,41391,15.987533569335938,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,113.55125427246094 +1972,38,0,all,15-17 yrs,46,41953,15.992801666259766,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,109.6465072631836 +1973,38,0,all,15-17 yrs,54,42142,15.994044303894043,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,128.13819885253906 +1974,38,0,all,15-17 yrs,41,42344,15.99666976928711,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,96.82599639892578 +1975,38,0,all,15-17 yrs,31,42229,16.00366973876953,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,73.409271240234375 +1976,38,0,all,15-17 yrs,44,42176,16.00353240966797,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,104.32473754882812 +1977,38,0,all,15-17 yrs,42,41350,16.00957679748535,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,101.57194519042969 +1978,38,0,all,15-17 yrs,33,40056,16.02144432067871,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,82.38465881347656 +1979,38,0,all,15-17 yrs,38,38255,16.02428436279297,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,99.33341979980469 +1980,38,0,all,15-17 yrs,36,35819,16.031883239746094,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,100.50531768798828 +1981,38,0,all,15-17 yrs,30,33934,16.03795623779297,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,88.40690612792969 +1982,38,0,all,15-17 yrs,26,32371,16.03200340270996,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,80.31880187988281 +1983,38,0,all,15-17 yrs,28,30987,16.023622512817383,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,90.3604736328125 +1984,38,0,all,15-17 yrs,15,30541,15.99950885772705,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,49.11430358886719 +1985,38,0,all,15-17 yrs,17,30464,15.973345756530762,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,55.80356979370117 +1986,38,0,all,15-17 yrs,19,30526,15.985880851745605,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,62.24202346801758 +1987,38,0,all,15-17 yrs,28,29755,16.011560440063477,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,94.1018295288086 +1988,38,0,all,15-17 yrs,22,28470,16.02096939086914,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,77.274322509765625 +1989,38,0,all,15-17 yrs,17,27172,16.010231018066406,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,62.56440353393555 +1990,38,0,all,15-17 yrs,25,26268,16.006319046020508,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,95.17283630371094 +1991,38,0,all,15-17 yrs,16,26772,15.996077537536621,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,59.76393127441406 +1992,38,0,all,15-17 yrs,19,27714,15.99588680267334,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,68.55741119384766 +1993,38,0,all,15-17 yrs,22,28463,15.994379043579102,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,77.29332733154297 +1994,38,0,all,15-17 yrs,31,29406,16.00016975402832,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,105.42066192626953 +1995,38,0,all,15-17 yrs,20,30388,15.988285064697266,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,65.8154525756836 +1996,38,0,all,15-17 yrs,24,31055,16.0028018951416,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,77.28224182128906 +1970,39,1,all,15-17 yrs,542,631253,15.976747512817383,0,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,85.86097717285156 +1971,39,1,all,15-17 yrs,463,642521,15.983145713806152,0,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,72.05989837646484 +1972,39,1,all,15-17 yrs,578,654366,15.977584838867188,0,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,88.32977294921875 +1973,39,1,all,15-17 yrs,534,663944,15.979019165039062,0,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,80.428466796875 +1974,39,1,all,15-17 yrs,527,667151,15.998662948608398,0,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,78.99261474609375 +1975,39,1,all,15-17 yrs,465,657447,16.00786590576172,0,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,70.72813415527344 +1976,39,1,all,15-17 yrs,460,648359,15.997756004333496,0,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,70.94834899902344 +1977,39,1,all,15-17 yrs,458,639740,15.999889373779297,0,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,71.591583251953125 +1978,39,1,all,15-17 yrs,479,631543,16.01483917236328,0,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,75.84598541259766 +1979,39,1,all,15-17 yrs,493,615097,16.010480880737305,0,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,80.14996337890625 +1980,39,1,all,15-17 yrs,512,594405,16.015655517578125,0,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,86.13655853271484 +1981,39,1,all,15-17 yrs,340,568516,16.029964447021484,0,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,59.80482482910156 +1982,39,0.8798462152481079,all,15-17 yrs,354,541111,16.025062561035156,0,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,65.42095947265625 +1983,39,0.680864155292511,all,15-17 yrs,338,519561,16.014514923095703,0,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,65.05492401123047 +1984,39,0.686947226524353,all,15-17 yrs,310,513969,15.998275756835938,0,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,60.31492233276367 +1985,39,0.6815656423568726,all,15-17 yrs,299,515176,15.984182357788086,0,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,58.03841781616211 +1986,39,0.6782891750335693,all,15-17 yrs,335,525135,15.982406616210938,0,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,63.793121337890625 +1987,39,0.6388097405433655,all,15-17 yrs,341,517701,16.020334243774414,0,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,65.868133544921875 +1988,39,0.35447701811790466,all,15-17 yrs,333,496891,16.055429458618164,0,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,67.01670837402344 +1989,39,0.055193446576595306,all,15-17 yrs,269,465513,16.03733253479004,0,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,57.78571319580078 +1990,39,0,all,15-17 yrs,286,448373,16.014814376831055,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,63.78617858886719 +1991,39,0,all,15-17 yrs,292,446865,16.013221740722656,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,65.3441162109375 +1992,39,0,all,15-17 yrs,278,454368,16.006589889526367,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,61.18388748168945 +1993,39,0,all,15-17 yrs,260,459352,15.997187614440918,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,56.60147476196289 +1994,39,0,all,15-17 yrs,278,472191,15.998231887817383,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,58.874481201171875 +1995,39,0,all,15-17 yrs,298,485831,15.986480712890625,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,61.33820343017578 +1996,39,0,all,15-17 yrs,253,495898,16.00037384033203,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,51.0185546875 +1970,40,0,all,15-17 yrs,155,148384,15.983623504638672,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,104.45870208740234 +1971,40,0,all,15-17 yrs,159,152607,15.994790077209473,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,104.18919372558594 +1972,40,0,all,15-17 yrs,148,155621,15.987951278686523,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,95.10284423828125 +1973,40,0,all,15-17 yrs,145,157512,15.992254257202148,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,92.05648040771484 +1974,40,0,all,15-17 yrs,147,159422,16.002458572387695,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,92.208099365234375 +1975,40,0,all,15-17 yrs,165,160116,15.998088836669922,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,103.05028533935547 +1976,40,0.08493150770664215,all,15-17 yrs,150,162191,15.994247436523438,0,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,92.483551025390625 +1977,40,1,all,15-17 yrs,183,163406,15.998255729675293,0,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,111.9909896850586 +1978,40,1,all,15-17 yrs,193,164249,16.005016326904297,0,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,117.50452423095703 +1979,40,1,all,15-17 yrs,151,163023,16.01386833190918,0,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,92.624969482421875 +1980,40,1,all,15-17 yrs,149,159992,16.031471252441406,0,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,93.12965393066406 +1981,40,1,all,15-17 yrs,148,152676,16.04636001586914,0,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,96.93730163574219 +1982,40,1,all,15-17 yrs,138,148181,16.040935516357422,0,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,93.12934875488281 +1983,40,0.7232876420021057,all,15-17 yrs,112,146852,16.00967025756836,0,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,76.26726531982422 +1984,40,0,all,15-17 yrs,118,146599,15.986227989196777,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,80.49168395996094 +1985,40,0,all,15-17 yrs,112,148875,15.975234031677246,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,75.23089599609375 +1986,40,0,all,15-17 yrs,123,152340,15.976506233215332,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,80.740447998046875 +1987,40,0,all,15-17 yrs,102,150624,16.002004623413086,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,67.718292236328125 +1988,40,0,all,15-17 yrs,107,144327,16.032503128051758,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,74.13719940185547 +1989,40,0,all,15-17 yrs,131,136737,16.023841857910156,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,95.804351806640625 +1990,40,0,all,15-17 yrs,121,134649,15.99819564819336,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,89.86327362060547 +1991,40,0,all,15-17 yrs,132,135816,15.998806953430176,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,97.19031524658203 +1992,40,0,all,15-17 yrs,112,140003,15.998421669006348,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,79.99828338623047 +1993,40,0,all,15-17 yrs,111,141931,15.994025230407715,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,78.20701599121094 +1994,40,0,all,15-17 yrs,136,145794,15.993820190429688,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,93.28230285644531 +1995,40,0,all,15-17 yrs,122,150561,15.972894668579102,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,81.03028106689453 +1996,40,0,all,15-17 yrs,114,155181,15.984347343444824,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,73.46260070800781 +1970,41,0,all,15-17 yrs,133,128107,15.997713088989258,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,103.81946563720703 +1971,41,0,all,15-17 yrs,90,128728,16.000730514526367,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,69.91485595703125 +1972,41,0,all,15-17 yrs,138,130093,15.983988761901855,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,106.07795715332031 +1973,41,0,all,15-17 yrs,118,131868,15.989330291748047,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,89.4834213256836 +1974,41,0,all,15-17 yrs,138,132872,16.00151252746582,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,103.8593521118164 +1975,41,0,all,15-17 yrs,133,133033,15.995068550109863,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,99.9751968383789 +1976,41,0,all,15-17 yrs,130,135333,15.98007869720459,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,96.0593490600586 +1977,41,0,all,15-17 yrs,128,137732,15.991809844970703,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,92.9341049194336 +1978,41,0,all,15-17 yrs,116,138855,16.013769149780273,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,83.5403823852539 +1979,41,0,all,15-17 yrs,109,135474,16.021900177001953,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,80.45824432373047 +1980,41,0,all,15-17 yrs,112,132295,16.028209686279297,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,84.65928649902344 +1981,41,0,all,15-17 yrs,107,127138,16.022109985351562,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,84.16051483154297 +1982,41,0,all,15-17 yrs,84,121864,16.010700225830078,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,68.9292984008789 +1983,41,0,all,15-17 yrs,81,118149,16.001659393310547,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,68.55750274658203 +1984,41,0,all,15-17 yrs,96,118527,15.984366416931152,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,80.99420166015625 +1985,41,0,all,15-17 yrs,95,120454,15.972354888916016,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,78.86827850341797 +1986,41,0,all,15-17 yrs,112,122350,15.988581657409668,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,91.54066467285156 +1987,41,0,all,15-17 yrs,103,119258,16.033288955688477,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,86.36737060546875 +1988,41,0,all,15-17 yrs,115,114462,16.05076789855957,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,100.47002410888672 +1989,41,0,all,15-17 yrs,91,110512,16.021690368652344,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,82.34400177001953 +1990,41,0,all,15-17 yrs,96,113635,15.984837532043457,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,84.48101043701172 +1991,41,0,all,15-17 yrs,79,116636,15.98852825164795,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,67.732086181640625 +1992,41,0,all,15-17 yrs,83,122460,15.985447883605957,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,67.77723693847656 +1993,41,0,all,15-17 yrs,92,126347,15.989228248596191,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,72.815338134765625 +1994,41,0,all,15-17 yrs,78,131707,15.994852066040039,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,59.22236633300781 +1995,41,0,all,15-17 yrs,108,137071,15.981279373168945,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,78.7912826538086 +1996,41,0,all,15-17 yrs,82,141528,15.994757652282715,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,57.939064025878906 +1970,42,0,all,15-17 yrs,499,671304,15.986927032470703,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,74.33293914794922 +1971,42,0,all,15-17 yrs,522,679390,15.988808631896973,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,76.83363342285156 +1972,42,0,all,15-17 yrs,522,689894,15.979510307312012,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,75.6637954711914 +1973,42,0,all,15-17 yrs,573,697557,15.983109474182129,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,82.1438217163086 +1974,42,0,all,15-17 yrs,551,700688,15.999727249145508,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,78.636993408203125 +1975,42,0,all,15-17 yrs,507,694080,16.008426666259766,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,73.04633331298828 +1976,42,0,all,15-17 yrs,463,686709,16.001062393188477,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,67.42302703857422 +1977,42,0,all,15-17 yrs,456,674850,16.004150390625,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,67.57057189941406 +1978,42,0,all,15-17 yrs,483,664204,16.01622772216797,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,72.71862030029297 +1979,42,0,all,15-17 yrs,415,650809,16.007219314575195,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,63.766788482666016 +1980,42,0,all,15-17 yrs,400,635296,16.01129913330078,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,62.96277618408203 +1981,42,0,all,15-17 yrs,398,613574,16.028011322021484,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,64.86585235595703 +1982,42,0,all,15-17 yrs,313,586419,16.028074264526367,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,53.37480545043945 +1983,42,0,all,15-17 yrs,314,562238,16.021556854248047,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,55.848236083984375 +1984,42,0,all,15-17 yrs,300,548036,16.011940002441406,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,54.740928649902344 +1985,42,0,all,15-17 yrs,286,539584,16.00107765197754,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,53.0037956237793 +1986,42,0,all,15-17 yrs,350,542743,15.995447158813477,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,64.48724365234375 +1987,42,0,all,15-17 yrs,287,529281,16.028553009033203,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,54.22450637817383 +1988,42,0,all,15-17 yrs,302,504822,16.05953025817871,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,59.82306671142578 +1989,42,0,all,15-17 yrs,282,470688,16.04191017150879,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,59.91230010986328 +1990,42,0,all,15-17 yrs,253,452681,16.018842697143555,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,55.88924789428711 +1991,42,0,all,15-17 yrs,236,447318,16.01422882080078,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,52.758888244628906 +1992,42,0,all,15-17 yrs,274,453513,16.003036499023438,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,60.417232513427734 +1993,42,0,all,15-17 yrs,253,458848,15.992498397827148,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,55.138084411621094 +1994,42,0,all,15-17 yrs,268,470624,15.995162010192871,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,56.94567108154297 +1995,42,0,all,15-17 yrs,264,481733,15.98354721069336,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,54.80214309692383 +1996,42,0,all,15-17 yrs,275,489359,15.997049331665039,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,56.195960998535156 +1970,44,0,all,15-17 yrs,29,50018,15.9767484664917,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,57.9791259765625 +1971,44,0,all,15-17 yrs,31,52033,15.991178512573242,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,59.57757568359375 +1972,44,0.8383561372756958,all,15-17 yrs,52,53785,15.991968154907227,0,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,96.68122863769531 +1973,44,1,all,15-17 yrs,37,54401,15.988988876342773,0,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,68.013458251953125 +1974,44,1,all,15-17 yrs,32,53973,15.99699878692627,0,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,59.288902282714844 +1975,44,1,all,15-17 yrs,49,53134,16.002107620239258,0,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,92.21967315673828 +1976,44,1,all,15-17 yrs,23,53204,15.989042282104492,0,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,43.22983169555664 +1977,44,1,all,15-17 yrs,31,53144,15.992548942565918,0,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,58.33207702636719 +1978,44,1,all,15-17 yrs,23,52947,16.005685806274414,0,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,43.439666748046875 +1979,44,1,all,15-17 yrs,37,51847,15.99944019317627,0,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,71.36382293701172 +1980,44,0.842829704284668,all,15-17 yrs,27,50362,16.006473541259766,0,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,53.61185073852539 +1981,44,0.5324057340621948,all,15-17 yrs,26,49106,16.024253845214844,0,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,52.946685791015625 +1982,44,0.3565172851085663,all,15-17 yrs,10,47305,16.02781867980957,0,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,21.139413833618164 +1983,44,0.33735543489456177,all,15-17 yrs,19,45366,16.024158477783203,0,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,41.88158416748047 +1984,44,0.1724034696817398,all,15-17 yrs,24,43968,16.026838302612305,0,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,54.58515167236328 +1985,44,0,all,15-17 yrs,25,43327,16.01218605041504,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,57.700740814208984 +1986,44,0,all,15-17 yrs,12,43334,16.004131317138672,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,27.69188117980957 +1987,44,0,all,15-17 yrs,18,42424,16.04518699645996,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,42.42881393432617 +1988,44,0,all,15-17 yrs,22,40103,16.07370948791504,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,54.85873794555664 +1989,44,0,all,15-17 yrs,22,37187,16.05039405822754,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,59.160457611083984 +1990,44,0,all,15-17 yrs,23,35487,16.029024124145508,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,64.812469482421875 +1991,44,0,all,15-17 yrs,13,34573,16.019927978515625,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,37.60159683227539 +1992,44,0,all,15-17 yrs,18,34644,15.999018669128418,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,51.95705032348633 +1993,44,0,all,15-17 yrs,17,35214,15.975833892822266,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,48.27625274658203 +1994,44,0,all,15-17 yrs,10,36172,15.981505393981934,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,27.645692825317383 +1995,44,0,all,15-17 yrs,12,37050,15.973278999328613,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,32.38866424560547 +1996,44,0,all,15-17 yrs,11,37609,15.983434677124023,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,29.24831771850586 +1970,45,1,all,15-17 yrs,195,167616,15.989923477172852,0,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,116.33734130859375 +1971,45,1,all,15-17 yrs,186,171381,16.000139236450195,0,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,108.53012084960938 +1972,45,1,all,15-17 yrs,206,175449,15.997246742248535,0,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,117.41304016113281 +1973,45,1,all,15-17 yrs,197,178347,16.000017166137695,0,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,110.45882415771484 +1974,45,1,all,15-17 yrs,202,181282,16.01383399963379,0,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,111.42860412597656 +1975,45,1,all,15-17 yrs,170,182237,16.00672149658203,0,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,93.28511810302734 +1976,45,1,all,15-17 yrs,160,182784,16.0051326751709,0,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,87.5350112915039 +1977,45,1,all,15-17 yrs,188,183553,16.01102638244629,0,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,102.42273712158203 +1978,45,1,all,15-17 yrs,176,184328,16.008256912231445,0,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,95.481964111328125 +1979,45,1,all,15-17 yrs,145,184936,16.003536224365234,0,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,78.40550231933594 +1980,45,1,all,15-17 yrs,143,182470,16.0208740234375,0,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,78.369049072265625 +1981,45,1,all,15-17 yrs,130,175610,16.039844512939453,0,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,74.02767181396484 +1982,45,1,all,15-17 yrs,132,167127,16.036319732666016,0,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,78.98184967041016 +1983,45,1,all,15-17 yrs,122,160941,16.020492553710938,0,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,75.8041763305664 +1984,45,0.6990699172019958,all,15-17 yrs,109,159794,16.000518798828125,0,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,68.21282196044922 +1985,45,0.3554985225200653,all,15-17 yrs,124,161682,15.99156379699707,0,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,76.693756103515625 +1986,45,0.23250889778137207,all,15-17 yrs,150,166450,15.985112190246582,0,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,90.11714935302734 +1987,45,0,all,15-17 yrs,134,166819,16.010459899902344,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,80.32658386230469 +1988,45,0,all,15-17 yrs,139,164103,16.03814125061035,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,84.7029037475586 +1989,45,0,all,15-17 yrs,112,157392,16.031139373779297,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,71.15990447998047 +1990,45,0,all,15-17 yrs,133,153103,16.02163314819336,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,86.86962127685547 +1991,45,0,all,15-17 yrs,120,151649,16.023521423339844,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,79.130096435546875 +1992,45,0,all,15-17 yrs,111,153124,16.012643814086914,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,72.49027252197266 +1993,45,0,all,15-17 yrs,124,154325,16.006149291992188,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,80.34991455078125 +1994,45,0,all,15-17 yrs,119,158009,16.015100479125977,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,75.312164306640625 +1995,45,0,all,15-17 yrs,130,161273,16.003068923950195,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,80.60865783691406 +1996,45,0,all,15-17 yrs,149,164297,16.011606216430664,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,90.689422607421875 +1970,46,0.6334497332572937,all,15-17 yrs,53,43581,15.98758602142334,0,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,121.61263275146484 +1971,46,0.6512255072593689,all,15-17 yrs,55,44172,15.98922348022461,0,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,124.51326751708984 +1972,46,0.82924884557724,all,15-17 yrs,68,44793,15.989060401916504,0,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,151.80943298339844 +1973,46,1,all,15-17 yrs,45,44881,15.996435165405273,0,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,100.26514434814453 +1974,46,1,all,15-17 yrs,50,44607,16.003250122070312,0,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,112.09003448486328 +1975,46,1,all,15-17 yrs,51,44398,15.995135307312012,0,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,114.87004089355469 +1976,46,1,all,15-17 yrs,43,44569,15.992281913757324,0,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,96.4796142578125 +1977,46,1,all,15-17 yrs,30,44273,16.004043579101562,0,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,67.76139068603516 +1978,46,1,all,15-17 yrs,32,43201,16.013240814208984,0,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,74.072357177734375 +1979,46,1,all,15-17 yrs,52,41611,16.019128799438477,0,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,124.96695709228516 +1980,46,1,all,15-17 yrs,48,39311,16.03421401977539,0,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,122.10322570800781 +1981,46,1,all,15-17 yrs,41,36511,16.052532196044922,0,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,112.294921875 +1982,46,1,all,15-17 yrs,27,33823,16.042869567871094,0,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,79.82733917236328 +1983,46,1,all,15-17 yrs,30,31951,16.0242862701416,0,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,93.8937759399414 +1984,46,0.8492276668548584,all,15-17 yrs,26,31468,16.00009536743164,0,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,82.62361907958984 +1985,46,0.6924275755882263,all,15-17 yrs,24,31699,15.983627319335938,0,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,75.71216583251953 +1986,46,0.6819666028022766,all,15-17 yrs,31,32330,15.978719711303711,0,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,95.88617706298828 +1987,46,0.6698997616767883,all,15-17 yrs,22,31890,16.014768600463867,0,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,68.98714447021484 +1988,46,0.16567519307136536,all,15-17 yrs,26,31125,16.035083770751953,0,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,83.53413391113281 +1989,46,0,all,15-17 yrs,18,29987,16.00690269470215,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,60.0260124206543 +1990,46,0,all,15-17 yrs,32,29943,15.986040115356445,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,106.86972045898438 +1991,46,0,all,15-17 yrs,21,30836,15.987092971801758,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,68.10221862792969 +1992,46,0,all,15-17 yrs,25,32511,15.982159614562988,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,76.89704895019531 +1993,46,0,all,15-17 yrs,24,33574,15.983856201171875,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,71.48388671875 +1994,46,0,all,15-17 yrs,36,34996,15.99102783203125,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,102.868896484375 +1995,46,0,all,15-17 yrs,27,36427,15.98026180267334,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,74.12084197998047 +1996,46,0,all,15-17 yrs,35,37432,16.001922607421875,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,93.50288391113281 +1970,47,0,all,15-17 yrs,266,229255,15.975433349609375,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,116.02800750732422 +1971,47,0.6712328791618347,all,15-17 yrs,287,236863,15.99039077758789,0,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,121.1670913696289 +1972,47,1,all,15-17 yrs,284,243016,15.988066673278809,0,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,116.86473083496094 +1973,47,1,all,15-17 yrs,313,244767,15.993986129760742,0,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,127.87671661376953 +1974,47,1,all,15-17 yrs,279,247522,16.0015869140625,0,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,112.71725463867188 +1975,47,1,all,15-17 yrs,290,248883,15.996150970458984,0,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,116.52061462402344 +1976,47,1,all,15-17 yrs,270,251659,15.997241973876953,0,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,107.28804016113281 +1977,47,1,all,15-17 yrs,249,253299,16.00304412841797,0,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,98.30279541015625 +1978,47,1,all,15-17 yrs,248,254735,16.00359535217285,0,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,97.3560791015625 +1979,47,0.806653618812561,all,15-17 yrs,228,254860,16.000051498413086,0,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,89.46088409423828 +1980,47,0.6757730841636658,all,15-17 yrs,232,251175,16.012027740478516,0,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,92.36588287353516 +1981,47,0.6833317875862122,all,15-17 yrs,216,242403,16.03249168395996,0,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,89.1078109741211 +1982,47,0.6769021153450012,all,15-17 yrs,206,230933,16.03289222717285,0,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,89.20336151123047 +1983,47,0.6810385584831238,all,15-17 yrs,161,220708,16.020429611206055,0,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,72.94705963134766 +1984,47,0.6607020497322083,all,15-17 yrs,156,218579,16.000768661499023,0,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,71.37007904052734 +1985,47,0.3774188458919525,all,15-17 yrs,155,221123,15.984176635742188,0,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,70.09673309326172 +1986,47,0.05816126614809036,all,15-17 yrs,189,227805,15.98381519317627,0,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,82.96569061279297 +1987,47,0,all,15-17 yrs,217,227916,16.021732330322266,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,95.21051788330078 +1988,47,0,all,15-17 yrs,187,222502,16.048242568969727,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,84.044189453125 +1989,47,0,all,15-17 yrs,174,211724,16.033510208129883,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,82.182464599609375 +1990,47,0,all,15-17 yrs,196,205921,16.01730728149414,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,95.18213653564453 +1991,47,0,all,15-17 yrs,189,203493,16.021244049072266,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,92.87788391113281 +1992,47,0,all,15-17 yrs,181,206919,16.00677490234375,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,87.47383880615234 +1993,47,0,all,15-17 yrs,200,210786,15.991730690002441,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,94.882965087890625 +1994,47,0,all,15-17 yrs,236,218038,15.998894691467285,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,108.2380142211914 +1995,47,0,all,15-17 yrs,245,224598,15.990418434143066,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,109.08378601074219 +1996,47,0,all,15-17 yrs,219,228391,16.004596710205078,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,95.88819122314453 +1970,48,0,all,15-17 yrs,684,671961,15.983681678771973,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,101.79161834716797 +1971,48,0,all,15-17 yrs,635,692632,15.989805221557617,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,91.67927551269531 +1972,48,0,all,15-17 yrs,756,711619,15.983322143554688,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,106.23662567138672 +1973,48,0.4191780686378479,all,15-17 yrs,780,729145,15.987866401672363,0,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,106.974609375 +1974,48,1,all,15-17 yrs,675,743718,15.999521255493164,0,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,90.76020812988281 +1975,48,1,all,15-17 yrs,732,754088,15.996750831604004,0,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,97.0708999633789 +1976,48,1,all,15-17 yrs,671,770279,15.991451263427734,0,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,87.11128997802734 +1977,48,1,all,15-17 yrs,679,779287,15.997530937194824,0,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,87.13092803955078 +1978,48,1,all,15-17 yrs,729,785290,16.005325317382812,0,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,92.83194732666016 +1979,48,1,all,15-17 yrs,774,786527,16.008790969848633,0,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,98.40730285644531 +1980,48,1,all,15-17 yrs,695,785084,16.020444869995117,0,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,88.52555847167969 +1981,48,0.8943661451339722,all,15-17 yrs,654,767189,16.032798767089844,0,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,85.24626922607422 +1982,48,0.682551920413971,all,15-17 yrs,658,760429,16.02471351623535,0,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,86.53010559082031 +1983,48,0.687008261680603,all,15-17 yrs,616,752018,16.008176803588867,0,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,81.912933349609375 +1984,48,0.693396270275116,all,15-17 yrs,582,762192,15.991507530212402,0,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,76.35871124267578 +1985,48,0.6857057213783264,all,15-17 yrs,637,785149,15.978782653808594,0,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,81.13109588623047 +1986,48,0.4516404867172241,all,15-17 yrs,632,821172,15.978015899658203,0,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,76.96317291259766 +1987,48,0,all,15-17 yrs,576,821044,16.008358001708984,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,70.15458679199219 +1988,48,0,all,15-17 yrs,615,798584,16.032928466796875,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,77.01130676269531 +1989,48,0,all,15-17 yrs,617,762547,16.024349212646484,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,80.91304779052734 +1990,48,0,all,15-17 yrs,637,760356,16.001781463623047,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,83.77655029296875 +1991,48,0,all,15-17 yrs,628,764140,16.004154205322266,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,82.18389129638672 +1992,48,0,all,15-17 yrs,606,781481,16.002443313598633,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,77.545074462890625 +1993,48,0,all,15-17 yrs,636,795048,15.998381614685059,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,79.99517059326172 +1994,48,0,all,15-17 yrs,664,821431,15.999457359313965,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,80.83454132080078 +1995,48,0,all,15-17 yrs,672,854411,15.983749389648438,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,78.65067291259766 +1996,48,0,all,15-17 yrs,677,891280,15.992981910705566,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,75.95817565917969 +1970,49,0,all,15-17 yrs,73,71346,15.987357139587402,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,102.31828308105469 +1971,49,0,all,15-17 yrs,66,73395,15.992696762084961,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,89.92438507080078 +1972,49,0,all,15-17 yrs,84,75572,15.98074722290039,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,111.15227508544922 +1973,49,0,all,15-17 yrs,77,77698,15.988030433654785,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,99.10164642333984 +1974,49,0,all,15-17 yrs,80,78863,16.004894256591797,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,101.44174194335938 +1975,49,0,all,15-17 yrs,70,78993,16.004709243774414,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,88.615447998046875 +1976,49,0,all,15-17 yrs,68,80143,15.991277694702148,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,84.84833526611328 +1977,49,0,all,15-17 yrs,59,81049,15.998112678527832,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,72.79547119140625 +1978,49,0,all,15-17 yrs,75,81396,16.021425247192383,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,92.142120361328125 +1979,49,0,all,15-17 yrs,54,80043,16.026622772216797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,67.46373748779297 +1980,49,0,all,15-17 yrs,58,78025,16.02676010131836,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,74.33515167236328 +1981,49,0,all,15-17 yrs,66,76072,16.015300750732422,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,86.7599105834961 +1982,49,0,all,15-17 yrs,66,75519,15.993326187133789,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,87.39522552490234 +1983,49,0,all,15-17 yrs,53,76278,15.983717918395996,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,69.48268127441406 +1984,49,0,all,15-17 yrs,52,77932,15.9819974899292,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,66.72483825683594 +1985,49,0,all,15-17 yrs,50,80301,15.968207359313965,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,62.265724182128906 +1986,49,0,all,15-17 yrs,80,84593,15.965765953063965,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,94.57047271728516 +1987,49,0,all,15-17 yrs,71,87131,15.99332046508789,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,81.48649597167969 +1988,49,0,all,15-17 yrs,59,87653,16.013986587524414,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,67.31087493896484 +1989,49,0,all,15-17 yrs,68,87772,15.993721961975098,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,77.47345733642578 +1990,49,0,all,15-17 yrs,71,91178,15.976211547851562,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,77.869659423828125 +1991,49,0,all,15-17 yrs,59,96784,15.97475814819336,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,60.96049118041992 +1992,49,0,all,15-17 yrs,80,105195,15.967803001403809,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,76.04924011230469 +1993,49,0,all,15-17 yrs,79,112521,15.982492446899414,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,70.20911407470703 +1994,49,0,all,15-17 yrs,96,119037,16.008695602416992,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,80.6471939086914 +1995,49,0,all,15-17 yrs,84,122637,16.002300262451172,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,68.49482727050781 +1996,49,0,all,15-17 yrs,91,124932,16.01753044128418,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,72.8396224975586 +1970,50,0,all,15-17 yrs,21,25593,15.982378005981445,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,82.0536880493164 +1971,50,0.16712328791618347,all,15-17 yrs,33,26181,15.987128257751465,0,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,126.04560852050781 +1972,50,1,all,15-17 yrs,44,26748,15.977755546569824,0,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,164.49827575683594 +1973,50,1,all,15-17 yrs,30,27307,15.978650093078613,0,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,109.8619384765625 +1974,50,1,all,15-17 yrs,24,27682,15.990860939025879,0,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,86.69893646240234 +1975,50,1,all,15-17 yrs,31,27980,15.995067596435547,0,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,110.79342651367188 +1976,50,1,all,15-17 yrs,25,28459,15.978952407836914,0,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,87.845672607421875 +1977,50,1,all,15-17 yrs,23,28752,15.992870330810547,0,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,79.99443817138672 +1978,50,1,all,15-17 yrs,26,29023,16.00940704345703,0,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,89.58412170410156 +1979,50,1,all,15-17 yrs,25,28766,16.003198623657227,0,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,86.90815734863281 +1980,50,1,all,15-17 yrs,27,28624,16.016735076904297,0,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,94.3264389038086 +1981,50,1,all,15-17 yrs,19,27513,16.026859283447266,0,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,69.05826568603516 +1982,50,1,all,15-17 yrs,15,26333,16.024494171142578,0,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,56.962745666503906 +1983,50,1,all,15-17 yrs,24,25413,16.016054153442383,0,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,94.439849853515625 +1984,50,1,all,15-17 yrs,18,25176,15.996583938598633,0,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,71.49666595458984 +1985,50,1,all,15-17 yrs,13,25304,15.985179901123047,0,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,51.37527847290039 +1986,50,0.9589878916740417,all,15-17 yrs,19,25719,15.990241050720215,0,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,73.8753433227539 +1987,50,0.6660877466201782,all,15-17 yrs,22,25226,16.028661727905273,0,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,87.21160888671875 +1988,50,0.3230956196784973,all,15-17 yrs,21,24169,16.05862808227539,0,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,86.8881607055664 +1989,50,0.04008346050977707,all,15-17 yrs,8,22504,16.047325134277344,0,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,35.54923629760742 +1990,50,0,all,15-17 yrs,12,21959,16.014026641845703,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,54.64729690551758 +1991,50,0,all,15-17 yrs,12,21889,16.002878189086914,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,54.82205581665039 +1992,50,0,all,15-17 yrs,16,22379,15.99919605255127,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,71.49559783935547 +1993,50,0,all,15-17 yrs,9,22784,15.992319107055664,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,39.50140380859375 +1994,50,0,all,15-17 yrs,8,23669,15.989648818969727,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,33.79948425292969 +1995,50,0,all,15-17 yrs,13,24596,15.975198745727539,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,52.854122161865234 +1996,50,0,all,15-17 yrs,18,25444,15.989506721496582,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,70.74359130859375 +1970,51,0,all,15-17 yrs,249,266025,15.983468055725098,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,93.60022735595703 +1971,51,0,all,15-17 yrs,262,277332,15.991540908813477,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,94.47161102294922 +1972,51,0,all,15-17 yrs,258,286438,15.987397193908691,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,90.07184600830078 +1973,51,0,all,15-17 yrs,209,293676,15.990346908569336,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,71.16686248779297 +1974,51,0.5041095614433289,all,15-17 yrs,239,299798,16.002952575683594,0,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,79.72034454345703 +1975,51,1,all,15-17 yrs,224,300639,16.006813049316406,0,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,74.507965087890625 +1976,51,1,all,15-17 yrs,235,302502,16.003002166748047,0,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,77.68544006347656 +1977,51,1,all,15-17 yrs,248,302333,16.00210952758789,0,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,82.02875518798828 +1978,51,1,all,15-17 yrs,188,302661,16.00428581237793,0,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,62.115699768066406 +1979,51,1,all,15-17 yrs,211,299027,16.003986358642578,0,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,70.56218719482422 +1980,51,1,all,15-17 yrs,242,293727,16.017284393310547,0,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,82.3894271850586 +1981,51,1,all,15-17 yrs,166,284769,16.038660049438477,0,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,58.29286193847656 +1982,51,1,all,15-17 yrs,166,272613,16.033292770385742,0,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,60.892181396484375 +1983,51,0.8458024263381958,all,15-17 yrs,140,263647,16.01850128173828,0,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,53.1013069152832 +1984,51,0.7036128640174866,all,15-17 yrs,161,261822,16.004079818725586,0,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,61.492156982421875 +1985,51,0.6557776927947998,all,15-17 yrs,154,264851,15.992935180664062,0,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,58.14590072631836 +1986,51,0.35157930850982666,all,15-17 yrs,163,271750,15.993236541748047,0,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,59.98160171508789 +1987,51,0.043210454285144806,all,15-17 yrs,176,270989,16.026823043823242,0,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,64.9472885131836 +1988,51,0,all,15-17 yrs,176,261940,16.058940887451172,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,67.19095611572266 +1989,51,0,all,15-17 yrs,160,246624,16.04446029663086,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,64.87608337402344 +1990,51,0,all,15-17 yrs,172,239530,16.017520904541016,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,71.80728912353516 +1991,51,0,all,15-17 yrs,165,236752,16.014968872070312,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,69.69318389892578 +1992,51,0,all,15-17 yrs,142,240925,16.004270553588867,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,58.93950271606445 +1993,51,0,all,15-17 yrs,145,244123,15.996710777282715,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,59.39628982543945 +1994,51,0,all,15-17 yrs,162,250969,16.006553649902344,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,64.5498046875 +1995,51,0,all,15-17 yrs,156,258617,15.994133949279785,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,60.32086181640625 +1996,51,0,all,15-17 yrs,177,265057,16.00518035888672,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,66.77809143066406 +1970,53,0,all,15-17 yrs,150,202434,15.994758605957031,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,74.09822082519531 +1971,53,0,all,15-17 yrs,161,202671,15.992445945739746,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,79.43909454345703 +1972,53,0,all,15-17 yrs,194,204336,15.98132038116455,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,94.94166564941406 +1973,53,0,all,15-17 yrs,169,206141,15.98626708984375,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,81.98271942138672 +1974,53,0,all,15-17 yrs,200,209723,16.000852584838867,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,95.36388397216797 +1975,53,0,all,15-17 yrs,162,210516,15.999420166015625,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,76.95377349853516 +1976,53,0,all,15-17 yrs,161,213312,15.988486289978027,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,75.4762954711914 +1977,53,0,all,15-17 yrs,188,215106,15.99614143371582,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,87.398773193359375 +1978,53,0,all,15-17 yrs,203,217273,16.0112247467041,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,93.43084716796875 +1979,53,0,all,15-17 yrs,197,215740,16.015666961669922,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,91.3136215209961 +1980,53,0,all,15-17 yrs,191,213894,16.02942657470703,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,89.29656982421875 +1981,53,0,all,15-17 yrs,166,205911,16.036155700683594,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,80.61735534667969 +1982,53,0,all,15-17 yrs,150,197344,16.021455764770508,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,76.00940704345703 +1983,53,0,all,15-17 yrs,133,192416,16.002796173095703,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,69.1210708618164 +1984,53,0,all,15-17 yrs,123,193982,15.988035202026367,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,63.40794372558594 +1985,53,0,all,15-17 yrs,132,199026,15.984177589416504,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,66.32299041748047 +1986,53,0,all,15-17 yrs,159,203212,15.99858283996582,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,78.243408203125 +1987,53,0,all,15-17 yrs,162,199635,16.041105270385742,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,81.1480941772461 +1988,53,0,all,15-17 yrs,137,192393,16.065366744995117,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,71.20841217041016 +1989,53,0,all,15-17 yrs,125,184747,16.030441284179688,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,67.66009521484375 +1990,53,0,all,15-17 yrs,134,190382,15.985713005065918,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,70.38480377197266 +1991,53,0,all,15-17 yrs,129,194574,15.98969554901123,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,66.2986831665039 +1992,53,0,all,15-17 yrs,122,204575,15.984983444213867,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,59.63582992553711 +1993,53,0,all,15-17 yrs,154,211360,15.985607147216797,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,72.86146545410156 +1994,53,0,all,15-17 yrs,134,220678,15.992631912231445,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,60.72195816040039 +1995,53,0,all,15-17 yrs,140,230890,15.978145599365234,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,60.63493347167969 +1996,53,0,all,15-17 yrs,122,240865,15.988388061523438,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,50.650779724121094 +1970,54,1,all,15-17 yrs,116,106575,15.988974571228027,0,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,108.84353637695312 +1971,54,1,all,15-17 yrs,102,107024,15.995524406433105,0,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,95.30572509765625 +1972,54,1,all,15-17 yrs,120,108483,15.987159729003906,0,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,110.61640930175781 +1973,54,1,all,15-17 yrs,106,108544,15.986964225769043,0,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,97.65625 +1974,54,1,all,15-17 yrs,81,108360,16.001808166503906,0,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,74.7508316040039 +1975,54,1,all,15-17 yrs,101,107510,16.00828742980957,0,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,93.94474792480469 +1976,54,1,all,15-17 yrs,85,107076,16.005352020263672,0,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,79.38286590576172 +1977,54,1,all,15-17 yrs,104,105939,16.002803802490234,0,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,98.1697006225586 +1978,54,1,all,15-17 yrs,85,105043,16.001008987426758,0,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,80.91924285888672 +1979,54,1,all,15-17 yrs,91,104538,15.994863510131836,0,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,87.0496826171875 +1980,54,1,all,15-17 yrs,84,103328,16.00403594970703,0,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,81.29451751708984 +1981,54,1,all,15-17 yrs,80,100344,16.02621078491211,0,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,79.72574615478516 +1982,54,1,all,15-17 yrs,80,96446,16.026729583740234,0,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,82.947967529296875 +1983,54,0.9580891132354736,all,15-17 yrs,55,93445,16.007619857788086,0,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,58.858150482177734 +1984,54,0.7218395471572876,all,15-17 yrs,61,92556,15.992966651916504,0,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,65.90604400634766 +1985,54,0.6774379014968872,all,15-17 yrs,66,92272,15.988859176635742,0,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,71.52765655517578 +1986,54,0.6252062320709229,all,15-17 yrs,83,93347,15.981402397155762,0,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,88.9155502319336 +1987,54,0.3217933177947998,all,15-17 yrs,79,92200,16.0002384185791,0,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,85.68329620361328 +1988,54,0.03902164474129677,all,15-17 yrs,76,89392,16.027183532714844,0,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,85.01879119873047 +1989,54,0,all,15-17 yrs,74,84257,16.02919578552246,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,87.82653045654297 +1990,54,0,all,15-17 yrs,58,81205,16.014999389648438,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,71.4241714477539 +1991,54,0,all,15-17 yrs,68,80893,16.016725540161133,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,84.06166076660156 +1992,54,0,all,15-17 yrs,56,82445,16.009763717651367,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,67.924072265625 +1993,54,0,all,15-17 yrs,52,83380,16.002349853515625,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,62.365074157714844 +1994,54,0,all,15-17 yrs,57,84443,16.01774024963379,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,67.50115203857422 +1995,54,0,all,15-17 yrs,46,85014,16.005952835083008,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,54.108734130859375 +1996,54,0,all,15-17 yrs,59,83738,16.019954681396484,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,70.457855224609375 +1970,55,1,all,15-17 yrs,203,266258,15.980616569519043,0,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,76.2418441772461 +1971,55,1,all,15-17 yrs,210,270237,15.986823081970215,0,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,77.709564208984375 +1972,55,1,all,15-17 yrs,246,276026,15.980451583862305,0,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,89.122039794921875 +1973,55,1,all,15-17 yrs,237,280491,15.97945785522461,0,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,84.49468994140625 +1974,55,1,all,15-17 yrs,236,285204,15.990312576293945,0,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,82.74778747558594 +1975,55,1,all,15-17 yrs,250,287432,15.994002342224121,0,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,86.97709655761719 +1976,55,1,all,15-17 yrs,207,290087,15.986869812011719,0,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,71.35790252685547 +1977,55,1,all,15-17 yrs,201,289978,15.998096466064453,0,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,69.31560516357422 +1978,55,1,all,15-17 yrs,219,286786,16.01731300354004,0,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,76.36356353759766 +1979,55,1,all,15-17 yrs,196,279904,16.014230728149414,0,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,70.02400970458984 +1980,55,1,all,15-17 yrs,181,271668,16.01999855041504,0,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,66.62544250488281 +1981,55,1,all,15-17 yrs,160,259708,16.031404495239258,0,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,61.60765075683594 +1982,55,1,all,15-17 yrs,147,246909,16.028610229492188,0,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,59.53610610961914 +1983,55,1,all,15-17 yrs,134,233843,16.027732849121094,0,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,57.30340576171875 +1984,55,0.9601802229881287,all,15-17 yrs,133,227709,16.01608657836914,0,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,58.40787887573242 +1985,55,0.7235763072967529,all,15-17 yrs,132,225210,15.997056007385254,0,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,58.611961364746094 +1986,55,0.6408324241638184,all,15-17 yrs,133,226553,15.995193481445312,0,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,58.705909729003906 +1987,55,0.33809036016464233,all,15-17 yrs,122,220402,16.03533935546875,0,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,55.35340118408203 +1988,55,0.040593843907117844,all,15-17 yrs,145,210653,16.058807373046875,0,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,68.83358001708984 +1989,55,0,all,15-17 yrs,134,199540,16.02597427368164,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,67.15445709228516 +1990,55,0,all,15-17 yrs,134,199904,15.990760803222656,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,67.03217315673828 +1991,55,0,all,15-17 yrs,130,203529,15.995794296264648,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,63.872962951660156 +1992,55,0,all,15-17 yrs,145,210740,15.993517875671387,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,68.80516052246094 +1993,55,0,all,15-17 yrs,139,215777,15.988789558410645,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,64.4183578491211 +1994,55,0,all,15-17 yrs,143,224236,15.99183464050293,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,63.772098541259766 +1995,55,0,all,15-17 yrs,145,233341,15.97841739654541,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,62.14081573486328 +1996,55,0,all,15-17 yrs,137,240782,15.992864608764648,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,56.89794158935547 +1970,56,0,all,15-17 yrs,33,21248,15.984328269958496,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,155.30873107910156 +1971,56,0,all,15-17 yrs,27,21636,15.994961738586426,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,124.7920150756836 +1972,56,0,all,15-17 yrs,38,21871,15.984362602233887,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,173.74606323242188 +1973,56,0.4482218027114868,all,15-17 yrs,23,22051,15.994648933410645,0,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,104.30365753173828 +1974,56,0.670043408870697,all,15-17 yrs,33,22543,16.001331329345703,0,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,146.38690185546875 +1975,56,0.6681166291236877,all,15-17 yrs,36,23159,15.99205493927002,0,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,155.44712829589844 +1976,56,0.6792000532150269,all,15-17 yrs,35,23854,15.991070747375488,0,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,146.72592163085938 +1977,56,0.68210369348526,all,15-17 yrs,25,24497,16.001632690429688,0,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,102.05331420898438 +1978,56,0.68146151304245,all,15-17 yrs,35,24604,16.016216278076172,0,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,142.2532958984375 +1979,56,0.6841331124305725,all,15-17 yrs,28,24582,16.020339965820312,0,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,113.90447998046875 +1980,56,0.6908413171768188,all,15-17 yrs,39,24310,16.024887084960938,0,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,160.4278106689453 +1981,56,0.689250111579895,all,15-17 yrs,23,24106,16.027254104614258,0,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,95.41193389892578 +1982,56,0.6818512082099915,all,15-17 yrs,28,23715,16.015010833740234,0,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,118.06873321533203 +1983,56,0.6849671006202698,all,15-17 yrs,13,23574,15.987528800964355,0,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,55.14550018310547 +1984,56,0.6847256422042847,all,15-17 yrs,14,23478,15.96865177154541,0,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,59.63029098510742 +1985,56,0.6747925877571106,all,15-17 yrs,19,23775,15.961135864257812,0,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,79.91587829589844 +1986,56,0.6651237607002258,all,15-17 yrs,14,24533,15.960053443908691,0,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,57.06599426269531 +1987,56,0.6538363695144653,all,15-17 yrs,16,23697,15.988563537597656,0,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,67.51909637451172 +1988,56,0.32408419251441956,all,15-17 yrs,24,22435,16.019968032836914,0,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,106.9757080078125 +1989,56,0,all,15-17 yrs,12,21385,16.01108169555664,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,56.114097595214844 +1990,56,0,all,15-17 yrs,18,21278,15.986276626586914,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,84.59441375732422 +1991,56,0,all,15-17 yrs,20,21835,15.993725776672363,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,91.59606170654297 +1992,56,0,all,15-17 yrs,18,22743,15.992612838745117,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,79.145233154296875 +1993,56,0,all,15-17 yrs,24,23504,15.986682891845703,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,102.11028289794922 +1994,56,0,all,15-17 yrs,25,24574,15.997395515441895,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,101.73353576660156 +1995,56,0,all,15-17 yrs,26,25625,15.986029624938965,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,101.46341705322266 +1996,56,0,all,15-17 yrs,25,26278,16.001941680908203,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,95.1366195678711 +1970,1,0,MVA,15-17 yrs,84,213574,15.9783353805542,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,39.330631256103516 +1970,1,0,suicide,15-17 yrs,5,213574,15.9783353805542,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,2.341109037399292 +1970,1,0,homicide,15-17 yrs,19,213574,15.9783353805542,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,8.89621353149414 +1970,1,0,other external,15-17 yrs,49,213574,15.9783353805542,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,22.942867279052734 +1970,1,0,internal,15-17 yrs,67,213574,15.9783353805542,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,31.370859146118164 +1970,1,0,all,18-20 yrs,292,189770,18.969989776611328,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,153.87046813964844 +1970,1,0,MVA,18-20 yrs,118,189770,18.969989776611328,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,62.18053436279297 +1970,1,0,suicide,18-20 yrs,4,189770,18.969989776611328,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,2.1078147888183594 +1970,1,0,homicide,18-20 yrs,35,189770,18.969989776611328,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,18.443378448486328 +1970,1,0,other external,18-20 yrs,50,189770,18.969989776611328,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,26.347684860229492 +1970,1,0,internal,18-20 yrs,85,189770,18.969989776611328,0,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,44.79106140136719 +1970,1,0,all,21-24 yrs,369,213348,22.400096893310547,1,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,172.9568634033203 +1970,1,0,MVA,21-24 yrs,139,213348,22.400096893310547,1,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,65.15177154541016 +1970,1,0,suicide,21-24 yrs,17,213348,22.400096893310547,1,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,7.968202114105225 +1970,1,0,homicide,21-24 yrs,55,213348,22.400096893310547,1,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,25.779478073120117 +1970,1,0,other external,21-24 yrs,58,213348,22.400096893310547,1,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,27.185630798339844 +1970,1,0,internal,21-24 yrs,100,213348,22.400096893310547,1,1.373711347579956,0.6000000238418579,0.09000000357627869,0.699999988079071,1.3799999952316284,46.87177658081055 +1971,1,0,MVA,15-17 yrs,92,220026,15.98584270477295,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,41.81324005126953 +1971,1,0,suicide,15-17 yrs,5,220026,15.98584270477295,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,2.272458791732788 +1971,1,0,homicide,15-17 yrs,15,220026,15.98584270477295,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,6.817376136779785 +1971,1,0,other external,15-17 yrs,61,220026,15.98584270477295,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,27.723997116088867 +1971,1,0,internal,15-17 yrs,68,220026,15.98584270477295,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,30.905439376831055 +1971,1,0,all,18-20 yrs,316,195623,18.97218132019043,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,161.5352020263672 +1971,1,0,MVA,18-20 yrs,122,195623,18.97218132019043,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,62.3648567199707 +1971,1,0,suicide,18-20 yrs,14,195623,18.97218132019043,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,7.156622886657715 +1971,1,0,homicide,18-20 yrs,37,195623,18.97218132019043,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,18.913930892944336 +1971,1,0,other external,18-20 yrs,57,195623,18.97218132019043,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,29.137678146362305 +1971,1,0,internal,18-20 yrs,86,195623,18.97218132019043,0,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,43.96211242675781 +1971,1,0,all,21-24 yrs,422,236421,22.508689880371094,1,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,178.49514770507812 +1971,1,0,MVA,21-24 yrs,139,236421,22.508689880371094,1,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,58.79342269897461 +1971,1,0,suicide,21-24 yrs,22,236421,22.508689880371094,1,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,9.305434226989746 +1971,1,0,homicide,21-24 yrs,73,236421,22.508689880371094,1,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,30.877120971679688 +1971,1,0,other external,21-24 yrs,64,236421,22.508689880371094,1,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,27.07035255432129 +1971,1,0,internal,21-24 yrs,124,236421,22.508689880371094,1,1.316049337387085,0.6600000262260437,0.09000000357627869,0.7599999904632568,1.5199999809265137,52.44881057739258 +1972,1,0,MVA,15-17 yrs,106,224877,15.985733985900879,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,47.136878967285156 +1972,1,0,suicide,15-17 yrs,6,224877,15.985733985900879,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,2.6681251525878906 +1972,1,0,homicide,15-17 yrs,18,224877,15.985733985900879,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,8.004375457763672 +1972,1,0,other external,15-17 yrs,64,224877,15.985733985900879,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,28.460002899169922 +1972,1,0,internal,15-17 yrs,76,224877,15.985733985900879,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,33.7962532043457 +1972,1,0,all,18-20 yrs,320,200988,18.974700927734375,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,159.21348571777344 +1972,1,0,MVA,18-20 yrs,148,200988,18.974700927734375,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,73.63623809814453 +1972,1,0,suicide,18-20 yrs,20,200988,18.974700927734375,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,9.95084285736084 +1972,1,0,homicide,18-20 yrs,28,200988,18.974700927734375,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,13.931180000305176 +1972,1,0,other external,18-20 yrs,52,200988,18.974700927734375,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,25.872190475463867 +1972,1,0,internal,18-20 yrs,72,200988,18.974700927734375,0,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,35.82303237915039 +1972,1,0,all,21-24 yrs,424,238373,22.485017776489258,1,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,177.87249755859375 +1972,1,0,MVA,21-24 yrs,156,238373,22.485017776489258,1,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,65.44365692138672 +1972,1,0,suicide,21-24 yrs,18,238373,22.485017776489258,1,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,7.5511908531188965 +1972,1,0,homicide,21-24 yrs,84,238373,22.485017776489258,1,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,35.2388916015625 +1972,1,0,other external,21-24 yrs,60,238373,22.485017776489258,1,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,25.170635223388672 +1972,1,0,internal,21-24 yrs,106,238373,22.485017776489258,1,1.275119662284851,0.7400000095367432,0.09000000357627869,0.7799999713897705,1.6100000143051147,44.46812438964844 +1973,1,0,MVA,15-17 yrs,108,227256,15.992462158203125,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,47.52349853515625 +1973,1,0,suicide,15-17 yrs,10,227256,15.992462158203125,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,4.400323867797852 +1973,1,0,homicide,15-17 yrs,15,227256,15.992462158203125,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,6.600485801696777 +1973,1,0,other external,15-17 yrs,72,227256,15.992462158203125,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,31.682331085205078 +1973,1,0,internal,15-17 yrs,53,227256,15.992462158203125,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,23.32171630859375 +1973,1,0,all,18-20 yrs,291,206550,18.970230102539062,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,140.885986328125 +1973,1,0,MVA,18-20 yrs,131,206550,18.970230102539062,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,63.42290115356445 +1973,1,0,suicide,18-20 yrs,15,206550,18.970230102539062,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,7.262164115905762 +1973,1,0,homicide,18-20 yrs,25,206550,18.970230102539062,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,12.103607177734375 +1973,1,0,other external,18-20 yrs,58,206550,18.970230102539062,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,28.080368041992188 +1973,1,0,internal,18-20 yrs,62,206550,18.970230102539062,0,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,30.016944885253906 +1973,1,0,all,21-24 yrs,365,244370,22.482215881347656,1,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,149.36366271972656 +1973,1,0,MVA,21-24 yrs,142,244370,22.482215881347656,1,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,58.108604431152344 +1973,1,0,suicide,21-24 yrs,24,244370,22.482215881347656,1,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,9.821172714233398 +1973,1,0,homicide,21-24 yrs,51,244370,22.482215881347656,1,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,20.869991302490234 +1973,1,0,other external,21-24 yrs,70,244370,22.482215881347656,1,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,28.64508819580078 +1973,1,0,internal,21-24 yrs,78,244370,22.482215881347656,1,1.2004504203796387,0.7900000214576721,0.10000000149011612,0.7900000214576721,1.690000057220459,31.918811798095703 +1974,1,0,MVA,15-17 yrs,78,229025,16.000776290893555,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,34.05741882324219 +1974,1,0,suicide,15-17 yrs,3,229025,16.000776290893555,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,1.3099006414413452 +1974,1,0,homicide,15-17 yrs,19,229025,16.000776290893555,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,8.296037673950195 +1974,1,0,other external,15-17 yrs,61,229025,16.000776290893555,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,26.634647369384766 +1974,1,0,internal,15-17 yrs,63,229025,16.000776290893555,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,27.50791358947754 +1974,1,0,all,18-20 yrs,306,213839,18.980138778686523,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,143.0983123779297 +1974,1,0,MVA,18-20 yrs,129,213839,18.980138778686523,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,60.32575988769531 +1974,1,0,suicide,18-20 yrs,12,213839,18.980138778686523,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,5.611698627471924 +1974,1,0,homicide,18-20 yrs,30,213839,18.980138778686523,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,14.02924633026123 +1974,1,0,other external,18-20 yrs,60,213839,18.980138778686523,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,28.05849266052246 +1974,1,0,internal,18-20 yrs,75,213839,18.980138778686523,0,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,35.073116302490234 +1974,1,0,all,21-24 yrs,419,248613,22.47471809387207,1,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,168.5350341796875 +1974,1,0,MVA,21-24 yrs,125,248613,22.47471809387207,1,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,50.27894592285156 +1974,1,0,suicide,21-24 yrs,27,248613,22.47471809387207,1,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,10.860252380371094 +1974,1,0,homicide,21-24 yrs,72,248613,22.47471809387207,1,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,28.960674285888672 +1974,1,0,other external,21-24 yrs,70,248613,22.47471809387207,1,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,28.15620994567871 +1974,1,0,internal,21-24 yrs,125,248613,22.47471809387207,1,1.081135869026184,0.8299999833106995,0.1599999964237213,0.8100000023841858,1.7999999523162842,50.27894592285156 +1975,1,0.2939954102039337,MVA,15-17 yrs,76,229739,15.997954368591309,0,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,33.081016540527344 +1975,1,0.2939954102039337,suicide,15-17 yrs,9,229739,15.997954368591309,0,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,3.9174890518188477 +1975,1,0.2939954102039337,homicide,15-17 yrs,17,229739,15.997954368591309,0,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,7.3997015953063965 +1975,1,0.2939954102039337,other external,15-17 yrs,38,229739,15.997954368591309,0,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,16.540508270263672 +1975,1,0.2939954102039337,internal,15-17 yrs,67,229739,15.997954368591309,0,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,29.163528442382812 +1975,1,0.2939954102039337,all,18-20 yrs,326,220358,18.981334686279297,0.2939954102039337,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,147.94107055664062 +1975,1,0.2939954102039337,MVA,18-20 yrs,110,220358,18.981334686279297,0.2939954102039337,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,49.91876983642578 +1975,1,0.2939954102039337,suicide,18-20 yrs,23,220358,18.981334686279297,0.2939954102039337,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,10.43756103515625 +1975,1,0.2939954102039337,homicide,18-20 yrs,43,220358,18.981334686279297,0.2939954102039337,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,19.513700485229492 +1975,1,0.2939954102039337,other external,18-20 yrs,65,220358,18.981334686279297,0.2939954102039337,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,29.497453689575195 +1975,1,0.2939954102039337,internal,18-20 yrs,85,220358,18.981334686279297,0.2939954102039337,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,38.57359313964844 +1975,1,0.2939954102039337,all,21-24 yrs,372,255903,22.462366104125977,1,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,145.36758422851562 +1975,1,0.2939954102039337,MVA,21-24 yrs,109,255903,22.462366104125977,1,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,42.59426498413086 +1975,1,0.2939954102039337,suicide,21-24 yrs,24,255903,22.462366104125977,1,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,9.37855339050293 +1975,1,0.2939954102039337,homicide,21-24 yrs,65,255903,22.462366104125977,1,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,25.400249481201172 +1975,1,0.2939954102039337,other external,21-24 yrs,78,255903,22.462366104125977,1,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,30.48029899597168 +1975,1,0.2939954102039337,internal,21-24 yrs,96,255903,22.462366104125977,1,0.9907063245773315,0.8799999952316284,0.1599999964237213,0.8500000238418579,1.8799999952316284,37.51421356201172 +1976,1,0.665070116519928,MVA,15-17 yrs,101,230696,15.998027801513672,0,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,43.78055953979492 +1976,1,0.665070116519928,suicide,15-17 yrs,7,230696,15.998027801513672,0,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,3.0342962741851807 +1976,1,0.665070116519928,homicide,15-17 yrs,9,230696,15.998027801513672,0,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,3.901237964630127 +1976,1,0.665070116519928,other external,15-17 yrs,51,230696,15.998027801513672,0,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,22.10701560974121 +1976,1,0.665070116519928,internal,15-17 yrs,63,230696,15.998027801513672,0,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,27.308666229248047 +1976,1,0.665070116519928,all,18-20 yrs,299,225486,18.989099502563477,0.665070116519928,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,132.6024627685547 +1976,1,0.665070116519928,MVA,18-20 yrs,112,225486,18.989099502563477,0.665070116519928,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,49.67049026489258 +1976,1,0.665070116519928,suicide,18-20 yrs,19,225486,18.989099502563477,0.665070116519928,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,8.426243782043457 +1976,1,0.665070116519928,homicide,18-20 yrs,33,225486,18.989099502563477,0.665070116519928,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,14.635054588317871 +1976,1,0.665070116519928,other external,18-20 yrs,69,225486,18.989099502563477,0.665070116519928,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,30.600568771362305 +1976,1,0.665070116519928,internal,18-20 yrs,66,225486,18.989099502563477,0.665070116519928,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,29.270109176635742 +1976,1,0.665070116519928,all,21-24 yrs,372,265128,22.454025268554688,1,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,140.30958557128906 +1976,1,0.665070116519928,MVA,21-24 yrs,121,265128,22.454025268554688,1,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,45.63833236694336 +1976,1,0.665070116519928,suicide,21-24 yrs,31,265128,22.454025268554688,1,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,11.692465782165527 +1976,1,0.665070116519928,homicide,21-24 yrs,54,265128,22.454025268554688,1,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,20.367521286010742 +1976,1,0.665070116519928,other external,21-24 yrs,73,265128,22.454025268554688,1,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,27.533870697021484 +1976,1,0.665070116519928,internal,21-24 yrs,93,265128,22.454025268554688,1,0.9367310404777527,0.8899999856948853,0.15000000596046448,0.8600000143051147,1.8899999856948853,35.077396392822266 +1977,1,0.6684675216674805,MVA,15-17 yrs,99,230086,16.001556396484375,0,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,43.02738952636719 +1977,1,0.6684675216674805,suicide,15-17 yrs,8,230086,16.001556396484375,0,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,3.4769608974456787 +1977,1,0.6684675216674805,homicide,15-17 yrs,18,230086,16.001556396484375,0,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,7.823161602020264 +1977,1,0.6684675216674805,other external,15-17 yrs,47,230086,16.001556396484375,0,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,20.42714500427246 +1977,1,0.6684675216674805,internal,15-17 yrs,47,230086,16.001556396484375,0,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,20.42714500427246 +1977,1,0.6684675216674805,all,18-20 yrs,332,227667,18.998506546020508,0.6684675216674805,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,145.8270263671875 +1977,1,0.6684675216674805,MVA,18-20 yrs,148,227667,18.998506546020508,0.6684675216674805,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,65.0072250366211 +1977,1,0.6684675216674805,suicide,18-20 yrs,29,227667,18.998506546020508,0.6684675216674805,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,12.737902641296387 +1977,1,0.6684675216674805,homicide,18-20 yrs,37,227667,18.998506546020508,0.6684675216674805,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,16.251806259155273 +1977,1,0.6684675216674805,other external,18-20 yrs,68,227667,18.998506546020508,0.6684675216674805,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,29.86818504333496 +1977,1,0.6684675216674805,internal,18-20 yrs,50,227667,18.998506546020508,0.6684675216674805,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,21.96190071105957 +1977,1,0.6684675216674805,all,21-24 yrs,403,271903,22.450624465942383,1,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,148.21461486816406 +1977,1,0.6684675216674805,MVA,21-24 yrs,146,271903,22.450624465942383,1,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,53.69561767578125 +1977,1,0.6684675216674805,suicide,21-24 yrs,27,271903,22.450624465942383,1,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,9.930011749267578 +1977,1,0.6684675216674805,homicide,21-24 yrs,55,271903,22.450624465942383,1,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,20.227802276611328 +1977,1,0.6684675216674805,other external,21-24 yrs,76,271903,22.450624465942383,1,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,27.95114517211914 +1977,1,0.6684675216674805,internal,21-24 yrs,99,271903,22.450624465942383,1,0.8795379400253296,0.9900000095367432,0.12999999523162842,0.8399999737739563,1.9600000381469727,36.41004180908203 +1978,1,0.667184591293335,MVA,15-17 yrs,118,229519,16.003128051757812,0,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,51.411865234375 +1978,1,0.667184591293335,suicide,15-17 yrs,10,229519,16.003128051757812,0,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,4.356937885284424 +1978,1,0.667184591293335,homicide,15-17 yrs,13,229519,16.003128051757812,0,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,5.6640191078186035 +1978,1,0.667184591293335,other external,15-17 yrs,46,229519,16.003128051757812,0,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,20.041913986206055 +1978,1,0.667184591293335,internal,15-17 yrs,47,229519,16.003128051757812,0,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,20.47760772705078 +1978,1,0.667184591293335,all,18-20 yrs,317,228472,18.995040893554688,0.667184591293335,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,138.7478485107422 +1978,1,0.667184591293335,MVA,18-20 yrs,159,228472,18.995040893554688,0.667184591293335,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,69.5927734375 +1978,1,0.667184591293335,suicide,18-20 yrs,20,228472,18.995040893554688,0.667184591293335,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,8.75380802154541 +1978,1,0.667184591293335,homicide,18-20 yrs,31,228472,18.995040893554688,0.667184591293335,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,13.568402290344238 +1978,1,0.667184591293335,other external,18-20 yrs,49,228472,18.995040893554688,0.667184591293335,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,21.446828842163086 +1978,1,0.667184591293335,internal,18-20 yrs,58,228472,18.995040893554688,0.667184591293335,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,25.386043548583984 +1978,1,0.667184591293335,all,21-24 yrs,436,279791,22.455286026000977,1,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,155.83059692382812 +1978,1,0.667184591293335,MVA,21-24 yrs,157,279791,22.455286026000977,1,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,56.113311767578125 +1978,1,0.667184591293335,suicide,21-24 yrs,34,279791,22.455286026000977,1,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,12.151927947998047 +1978,1,0.667184591293335,homicide,21-24 yrs,68,279791,22.455286026000977,1,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,24.303855895996094 +1978,1,0.667184591293335,other external,21-24 yrs,82,279791,22.455286026000977,1,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,29.30759048461914 +1978,1,0.667184591293335,internal,21-24 yrs,95,279791,22.455286026000977,1,0.8174846768379211,0.9800000190734863,0.11999999731779099,0.8799999952316284,1.9700000286102295,33.953914642333984 +1979,1,0.6680923700332642,MVA,15-17 yrs,77,227140,16.00298500061035,0,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,33.89979934692383 +1979,1,0.6680923700332642,suicide,15-17 yrs,10,227140,16.00298500061035,0,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,4.402571201324463 +1979,1,0.6680923700332642,homicide,15-17 yrs,10,227140,16.00298500061035,0,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,4.402571201324463 +1979,1,0.6680923700332642,other external,15-17 yrs,38,227140,16.00298500061035,0,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,16.72977066040039 +1979,1,0.6680923700332642,internal,15-17 yrs,41,227140,16.00298500061035,0,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,18.050540924072266 +1979,1,0.6680923700332642,all,18-20 yrs,309,228193,18.99471092224121,0.6680923700332642,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,135.4116973876953 +1979,1,0.6680923700332642,MVA,18-20 yrs,136,228193,18.99471092224121,0.6680923700332642,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,59.59867477416992 +1979,1,0.6680923700332642,suicide,18-20 yrs,22,228193,18.99471092224121,0.6680923700332642,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,9.640961647033691 +1979,1,0.6680923700332642,homicide,18-20 yrs,35,228193,18.99471092224121,0.6680923700332642,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,15.33789348602295 +1979,1,0.6680923700332642,other external,18-20 yrs,66,228193,18.99471092224121,0.6680923700332642,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,28.92288589477539 +1979,1,0.6680923700332642,internal,18-20 yrs,50,228193,18.99471092224121,0.6680923700332642,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,21.911277770996094 +1979,1,0.6680923700332642,all,21-24 yrs,425,283038,22.465484619140625,1,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,150.15650939941406 +1979,1,0.6680923700332642,MVA,21-24 yrs,152,283038,22.465484619140625,1,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,53.70303726196289 +1979,1,0.6680923700332642,suicide,21-24 yrs,36,283038,22.465484619140625,1,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,12.71914005279541 +1979,1,0.6680923700332642,homicide,21-24 yrs,74,283038,22.465484619140625,1,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,26.144899368286133 +1979,1,0.6680923700332642,other external,21-24 yrs,75,283038,22.465484619140625,1,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,26.49820899963379 +1979,1,0.6680923700332642,internal,21-24 yrs,88,283038,22.465484619140625,1,0.7341597676277161,0.9800000190734863,0.11999999731779099,0.8399999737739563,1.940000057220459,31.091232299804688 +1980,1,0.6722586154937744,MVA,15-17 yrs,77,222306,16.01129913330078,0,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,34.636940002441406 +1980,1,0.6722586154937744,suicide,15-17 yrs,10,222306,16.01129913330078,0,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,4.49830436706543 +1980,1,0.6722586154937744,homicide,15-17 yrs,8,222306,16.01129913330078,0,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,3.5986433029174805 +1980,1,0.6722586154937744,other external,15-17 yrs,54,222306,16.01129913330078,0,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,24.290842056274414 +1980,1,0.6722586154937744,internal,15-17 yrs,47,222306,16.01129913330078,0,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,21.14202880859375 +1980,1,0.6722586154937744,all,18-20 yrs,276,229794,19.00246238708496,0.6722586154937744,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,120.10757446289062 +1980,1,0.6722586154937744,MVA,18-20 yrs,97,229794,19.00246238708496,0.6722586154937744,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,42.21171951293945 +1980,1,0.6722586154937744,suicide,18-20 yrs,21,229794,19.00246238708496,0.6722586154937744,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,9.138619422912598 +1980,1,0.6722586154937744,homicide,18-20 yrs,34,229794,19.00246238708496,0.6722586154937744,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,14.795860290527344 +1980,1,0.6722586154937744,other external,18-20 yrs,57,229794,19.00246238708496,0.6722586154937744,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,24.804824829101562 +1980,1,0.6722586154937744,internal,18-20 yrs,67,229794,19.00246238708496,0.6722586154937744,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,29.15654945373535 +1980,1,0.6722586154937744,all,21-24 yrs,446,286664,22.47524642944336,1,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,155.5828399658203 +1980,1,0.6722586154937744,MVA,21-24 yrs,148,286664,22.47524642944336,1,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,51.628387451171875 +1980,1,0.6722586154937744,suicide,21-24 yrs,44,286664,22.47524642944336,1,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,15.348979949951172 +1980,1,0.6722586154937744,homicide,21-24 yrs,79,286664,22.47524642944336,1,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,27.558395385742188 +1980,1,0.6722586154937744,other external,21-24 yrs,63,286664,22.47524642944336,1,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,21.976947784423828 +1980,1,0.6722586154937744,internal,21-24 yrs,112,286664,22.47524642944336,1,0.6468446254730225,0.9599999785423279,0.1599999964237213,0.7400000095367432,1.8600000143051147,39.07012939453125 +1981,1,0.6792081594467163,MVA,15-17 yrs,76,214472,16.029743194580078,0,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,35.43585968017578 +1981,1,0.6792081594467163,suicide,15-17 yrs,12,214472,16.029743194580078,0,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,5.5951361656188965 +1981,1,0.6792081594467163,homicide,15-17 yrs,14,214472,16.029743194580078,0,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,6.527658462524414 +1981,1,0.6792081594467163,other external,15-17 yrs,34,214472,16.029743194580078,0,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,15.852885246276855 +1981,1,0.6792081594467163,internal,15-17 yrs,34,214472,16.029743194580078,0,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,15.852885246276855 +1981,1,0.6792081594467163,all,18-20 yrs,242,228575,19.01866340637207,0.6792081594467163,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,105.87334442138672 +1981,1,0.6792081594467163,MVA,18-20 yrs,108,228575,19.01866340637207,0.6792081594467163,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,47.24925994873047 +1981,1,0.6792081594467163,suicide,18-20 yrs,24,228575,19.01866340637207,0.6792081594467163,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,10.499835968017578 +1981,1,0.6792081594467163,homicide,18-20 yrs,30,228575,19.01866340637207,0.6792081594467163,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,13.124794960021973 +1981,1,0.6792081594467163,other external,18-20 yrs,46,228575,19.01866340637207,0.6792081594467163,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,20.124685287475586 +1981,1,0.6792081594467163,internal,18-20 yrs,34,228575,19.01866340637207,0.6792081594467163,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,14.874767303466797 +1981,1,0.6792081594467163,all,21-24 yrs,374,290584,22.48599624633789,1,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,128.70632934570312 +1981,1,0.6792081594467163,MVA,21-24 yrs,134,290584,22.48599624633789,1,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,46.11403274536133 +1981,1,0.6792081594467163,suicide,21-24 yrs,30,290584,22.48599624633789,1,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,10.324037551879883 +1981,1,0.6792081594467163,homicide,21-24 yrs,60,290584,22.48599624633789,1,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,20.648075103759766 +1981,1,0.6792081594467163,other external,21-24 yrs,68,290584,22.48599624633789,1,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,23.401151657104492 +1981,1,0.6792081594467163,internal,21-24 yrs,82,290584,22.48599624633789,1,0.5863586068153381,1,0.1899999976158142,0.7300000190734863,1.9199999570846558,28.21903419494629 +1982,1,0.6759088635444641,MVA,15-17 yrs,58,203949,16.035680770874023,0,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,28.4384822845459 +1982,1,0.6759088635444641,suicide,15-17 yrs,12,203949,16.035680770874023,0,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,5.883823871612549 +1982,1,0.6759088635444641,homicide,15-17 yrs,6,203949,16.035680770874023,0,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,2.9419119358062744 +1982,1,0.6759088635444641,other external,15-17 yrs,38,203949,16.035680770874023,0,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,18.632108688354492 +1982,1,0.6759088635444641,internal,15-17 yrs,28,203949,16.035680770874023,0,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,13.728922843933105 +1982,1,0.6759088635444641,all,18-20 yrs,266,224838,19.015207290649414,0.6759088635444641,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,118.30740356445312 +1982,1,0.6759088635444641,MVA,18-20 yrs,108,224838,19.015207290649414,0.6759088635444641,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,48.034584045410156 +1982,1,0.6759088635444641,suicide,18-20 yrs,12,224838,19.015207290649414,0.6759088635444641,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,5.337176322937012 +1982,1,0.6759088635444641,homicide,18-20 yrs,48,224838,19.015207290649414,0.6759088635444641,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,21.348705291748047 +1982,1,0.6759088635444641,other external,18-20 yrs,32,224838,19.015207290649414,0.6759088635444641,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,14.23246955871582 +1982,1,0.6759088635444641,internal,18-20 yrs,66,224838,19.015207290649414,0.6759088635444641,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,29.354469299316406 +1982,1,0.6759088635444641,all,21-24 yrs,418,291794,22.478679656982422,1,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,143.25173950195312 +1982,1,0.6759088635444641,MVA,21-24 yrs,138,291794,22.478679656982422,1,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,47.29364013671875 +1982,1,0.6759088635444641,suicide,21-24 yrs,52,291794,22.478679656982422,1,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,17.820791244506836 +1982,1,0.6759088635444641,homicide,21-24 yrs,58,291794,22.478679656982422,1,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,19.877037048339844 +1982,1,0.6759088635444641,other external,21-24 yrs,66,291794,22.478679656982422,1,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,22.618696212768555 +1982,1,0.6759088635444641,internal,21-24 yrs,104,291794,22.478679656982422,1,0.5523316264152527,1,0.18000000715255737,0.7200000286102295,1.8899999856948853,35.64158248901367 +1983,1,0.6796314120292664,MVA,15-17 yrs,70,194608,16.0230712890625,0,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,35.96974563598633 +1983,1,0.6796314120292664,suicide,15-17 yrs,4,194608,16.0230712890625,0,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,2.0554139614105225 +1983,1,0.6796314120292664,homicide,15-17 yrs,10,194608,16.0230712890625,0,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,5.138535022735596 +1983,1,0.6796314120292664,other external,15-17 yrs,29,194608,16.0230712890625,0,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,14.901751518249512 +1983,1,0.6796314120292664,internal,15-17 yrs,27,194608,16.0230712890625,0,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,13.874044418334961 +1983,1,0.6796314120292664,all,18-20 yrs,283,220830,19.01704978942871,0.6796314120292664,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,128.1528778076172 +1983,1,0.6796314120292664,MVA,18-20 yrs,119,220830,19.01704978942871,0.6796314120292664,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,53.88760757446289 +1983,1,0.6796314120292664,suicide,18-20 yrs,25,220830,19.01704978942871,0.6796314120292664,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,11.32092571258545 +1983,1,0.6796314120292664,homicide,18-20 yrs,27,220830,19.01704978942871,0.6796314120292664,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,12.22659969329834 +1983,1,0.6796314120292664,other external,18-20 yrs,56,220830,19.01704978942871,0.6796314120292664,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,25.35887336730957 +1983,1,0.6796314120292664,internal,18-20 yrs,56,220830,19.01704978942871,0.6796314120292664,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,25.35887336730957 +1983,1,0.6796314120292664,all,21-24 yrs,347,291872,22.48135757446289,1,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,118.88773345947266 +1983,1,0.6796314120292664,MVA,21-24 yrs,131,291872,22.48135757446289,1,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,44.882686614990234 +1983,1,0.6796314120292664,suicide,21-24 yrs,35,291872,22.48135757446289,1,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,11.991558074951172 +1983,1,0.6796314120292664,homicide,21-24 yrs,43,291872,22.48135757446289,1,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,14.7324857711792 +1983,1,0.6796314120292664,other external,21-24 yrs,55,291872,22.48135757446289,1,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,18.843875885009766 +1983,1,0.6796314120292664,internal,21-24 yrs,83,291872,22.48135757446289,1,0.5351405739784241,1.0099999904632568,0.17000000178813934,0.7099999785423279,1.8899999856948853,28.437122344970703 +1984,1,0.6895281076431274,MVA,15-17 yrs,57,191659,16.002525329589844,0,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,29.740320205688477 +1984,1,0.6895281076431274,suicide,15-17 yrs,14,191659,16.002525329589844,0,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,7.30463981628418 +1984,1,0.6895281076431274,homicide,15-17 yrs,8,191659,16.002525329589844,0,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,4.174079895019531 +1984,1,0.6895281076431274,other external,15-17 yrs,21,191659,16.002525329589844,0,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,10.95695972442627 +1984,1,0.6895281076431274,internal,15-17 yrs,31,191659,16.002525329589844,0,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,16.174560546875 +1984,1,0.6895281076431274,all,18-20 yrs,228,214976,19.035621643066406,0.6895281076431274,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,106.058349609375 +1984,1,0.6895281076431274,MVA,18-20 yrs,113,214976,19.035621643066406,0.6895281076431274,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,52.56400680541992 +1984,1,0.6895281076431274,suicide,18-20 yrs,13,214976,19.035621643066406,0.6895281076431274,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,6.047186851501465 +1984,1,0.6895281076431274,homicide,18-20 yrs,19,214976,19.035621643066406,0.6895281076431274,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,8.83819580078125 +1984,1,0.6895281076431274,other external,18-20 yrs,34,214976,19.035621643066406,0.6895281076431274,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,15.815718650817871 +1984,1,0.6895281076431274,internal,18-20 yrs,49,214976,19.035621643066406,0.6895281076431274,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,22.793241500854492 +1984,1,0.6895281076431274,all,21-24 yrs,353,289692,22.493268966674805,1,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,121.85355377197266 +1984,1,0.6895281076431274,MVA,21-24 yrs,131,289692,22.493268966674805,1,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,45.22043991088867 +1984,1,0.6895281076431274,suicide,21-24 yrs,39,289692,22.493268966674805,1,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,13.462574005126953 +1984,1,0.6895281076431274,homicide,21-24 yrs,54,289692,22.493268966674805,1,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,18.640487670898438 +1984,1,0.6895281076431274,other external,21-24 yrs,62,289692,22.493268966674805,1,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,21.402040481567383 +1984,1,0.6895281076431274,internal,21-24 yrs,67,289692,22.493268966674805,1,0.5129932761192322,1.0199999809265137,0.1899999976158142,0.6899999976158142,1.899999976158142,23.12801170349121 +1985,1,0.677747368812561,MVA,15-17 yrs,85,193865,15.985051155090332,0,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,43.84494400024414 +1985,1,0.677747368812561,suicide,15-17 yrs,14,193865,15.985051155090332,0,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,7.221519947052002 +1985,1,0.677747368812561,homicide,15-17 yrs,12,193865,15.985051155090332,0,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,6.189874172210693 +1985,1,0.677747368812561,other external,15-17 yrs,24,193865,15.985051155090332,0,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,12.379748344421387 +1985,1,0.677747368812561,internal,15-17 yrs,31,193865,15.985051155090332,0,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,15.990509033203125 +1985,1,0.677747368812561,all,18-20 yrs,221,206504,19.039321899414062,0.677747368812561,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,107.01972198486328 +1985,1,0.677747368812561,MVA,18-20 yrs,103,206504,19.039321899414062,0.677747368812561,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,49.877967834472656 +1985,1,0.677747368812561,suicide,18-20 yrs,24,206504,19.039321899414062,0.677747368812561,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,11.622051239013672 +1985,1,0.677747368812561,homicide,18-20 yrs,16,206504,19.039321899414062,0.677747368812561,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,7.7480340003967285 +1985,1,0.677747368812561,other external,18-20 yrs,29,206504,19.039321899414062,0.677747368812561,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,14.04331111907959 +1985,1,0.677747368812561,internal,18-20 yrs,49,206504,19.039321899414062,0.677747368812561,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,23.72835350036621 +1985,1,0.677747368812561,all,21-24 yrs,358,286510,22.500646591186523,1,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,124.95201110839844 +1985,1,0.677747368812561,MVA,21-24 yrs,122,286510,22.500646591186523,1,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,42.5814094543457 +1985,1,0.677747368812561,suicide,21-24 yrs,37,286510,22.500646591186523,1,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,12.914034843444824 +1985,1,0.677747368812561,homicide,21-24 yrs,56,286510,22.500646591186523,1,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,19.545564651489258 +1985,1,0.677747368812561,other external,21-24 yrs,52,286510,22.500646591186523,1,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,18.14945411682129 +1985,1,0.677747368812561,internal,21-24 yrs,91,286510,22.500646591186523,1,0.49535316228866577,1.059999942779541,0.17000000178813934,0.6700000166893005,1.899999976158142,31.76154327392578 +1986,1,0.42814481258392334,MVA,15-17 yrs,92,199857,15.979300498962402,0,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,46.03291320800781 +1986,1,0.42814481258392334,suicide,15-17 yrs,16,199857,15.979300498962402,0,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,8.00572395324707 +1986,1,0.42814481258392334,homicide,15-17 yrs,8,199857,15.979300498962402,0,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,4.002861976623535 +1986,1,0.42814481258392334,other external,15-17 yrs,34,199857,15.979300498962402,0,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,17.012163162231445 +1986,1,0.42814481258392334,internal,15-17 yrs,34,199857,15.979300498962402,0,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,17.012163162231445 +1986,1,0.42814481258392334,all,18-20 yrs,238,198340,19.026857376098633,0.42814481258392334,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,119.99596405029297 +1986,1,0.42814481258392334,MVA,18-20 yrs,125,198340,19.026857376098633,0.42814481258392334,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,63.02309036254883 +1986,1,0.42814481258392334,suicide,18-20 yrs,17,198340,19.026857376098633,0.42814481258392334,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,8.57114028930664 +1986,1,0.42814481258392334,homicide,18-20 yrs,27,198340,19.026857376098633,0.42814481258392334,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,13.612987518310547 +1986,1,0.42814481258392334,other external,18-20 yrs,26,198340,19.026857376098633,0.42814481258392334,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,13.108802795410156 +1986,1,0.42814481258392334,internal,18-20 yrs,43,198340,19.026857376098633,0.42814481258392334,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,21.679943084716797 +1986,1,0.42814481258392334,all,21-24 yrs,317,279685,22.499032974243164,1,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,113.341796875 +1986,1,0.42814481258392334,MVA,21-24 yrs,130,279685,22.499032974243164,1,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,46.48086166381836 +1986,1,0.42814481258392334,suicide,21-24 yrs,34,279685,22.499032974243164,1,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,12.156533241271973 +1986,1,0.42814481258392334,homicide,21-24 yrs,46,279685,22.499032974243164,1,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,16.44707489013672 +1986,1,0.42814481258392334,other external,21-24 yrs,41,279685,22.499032974243164,1,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,14.659348487854004 +1986,1,0.42814481258392334,internal,21-24 yrs,66,279685,22.499032974243164,1,0.4863138794898987,1.090000033378601,0.18000000715255737,0.6399999856948853,1.899999976158142,23.597976684570312 +1987,1,0.09395354241132736,MVA,15-17 yrs,100,200549,16.008522033691406,0,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,49.86312484741211 +1987,1,0.09395354241132736,suicide,15-17 yrs,14,200549,16.008522033691406,0,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,6.980837821960449 +1987,1,0.09395354241132736,homicide,15-17 yrs,11,200549,16.008522033691406,0,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,5.484943866729736 +1987,1,0.09395354241132736,other external,15-17 yrs,36,200549,16.008522033691406,0,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,17.950725555419922 +1987,1,0.09395354241132736,internal,15-17 yrs,28,200549,16.008522033691406,0,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,13.961675643920898 +1987,1,0.09395354241132736,all,18-20 yrs,253,196388,19.00566291809082,0.09395354241132736,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,128.8266143798828 +1987,1,0.09395354241132736,MVA,18-20 yrs,126,196388,19.00566291809082,0.09395354241132736,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,64.15870666503906 +1987,1,0.09395354241132736,suicide,18-20 yrs,21,196388,19.00566291809082,0.09395354241132736,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,10.69311809539795 +1987,1,0.09395354241132736,homicide,18-20 yrs,28,196388,19.00566291809082,0.09395354241132736,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,14.257490158081055 +1987,1,0.09395354241132736,other external,18-20 yrs,36,196388,19.00566291809082,0.09395354241132736,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,18.331058502197266 +1987,1,0.09395354241132736,internal,18-20 yrs,42,196388,19.00566291809082,0.09395354241132736,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,21.3862361907959 +1987,1,0.09395354241132736,all,21-24 yrs,349,269924,22.50893211364746,1,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,129.295654296875 +1987,1,0.09395354241132736,MVA,21-24 yrs,150,269924,22.50893211364746,1,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,55.571197509765625 +1987,1,0.09395354241132736,suicide,21-24 yrs,30,269924,22.50893211364746,1,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,11.114239692687988 +1987,1,0.09395354241132736,homicide,21-24 yrs,50,269924,22.50893211364746,1,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,18.523733139038086 +1987,1,0.09395354241132736,other external,21-24 yrs,44,269924,22.50893211364746,1,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,16.300884246826172 +1987,1,0.09395354241132736,internal,21-24 yrs,75,269924,22.50893211364746,1,0.46919015049934387,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,27.785598754882812 +1988,1,0,MVA,15-17 yrs,82,195975,16.034530639648438,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,41.842071533203125 +1988,1,0,suicide,15-17 yrs,18,195975,16.034530639648438,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,9.184844970703125 +1988,1,0,homicide,15-17 yrs,8,195975,16.034530639648438,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,4.0821533203125 +1988,1,0,other external,15-17 yrs,25,195975,16.034530639648438,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,12.756729125976562 +1988,1,0,internal,15-17 yrs,37,195975,16.034530639648438,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,18.879959106445312 +1988,1,0,all,18-20 yrs,221,198494,18.98867416381836,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,111.33837890625 +1988,1,0,MVA,18-20 yrs,106,198494,18.98867416381836,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,53.40211868286133 +1988,1,0,suicide,18-20 yrs,17,198494,18.98867416381836,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,8.56449031829834 +1988,1,0,homicide,18-20 yrs,30,198494,18.98867416381836,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,15.11380672454834 +1988,1,0,other external,18-20 yrs,33,198494,18.98867416381836,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,16.625186920166016 +1988,1,0,internal,18-20 yrs,35,198494,18.98867416381836,0,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,17.632774353027344 +1988,1,0,all,21-24 yrs,360,258590,22.520742416381836,1,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,139.21652221679688 +1988,1,0,MVA,21-24 yrs,137,258590,22.520742416381836,1,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,52.97962188720703 +1988,1,0,suicide,21-24 yrs,32,258590,22.520742416381836,1,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,12.374801635742188 +1988,1,0,homicide,21-24 yrs,59,258590,22.520742416381836,1,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,22.8160400390625 +1988,1,0,other external,21-24 yrs,50,258590,22.520742416381836,1,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,19.335628509521484 +1988,1,0,internal,21-24 yrs,82,258590,22.520742416381836,1,0.4505494236946106,1.100000023841858,0.18000000715255737,0.6100000143051147,1.8899999856948853,31.710430145263672 +1989,1,0,MVA,15-17 yrs,76,186770,16.025083541870117,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,40.6917610168457 +1989,1,0,suicide,15-17 yrs,14,186770,16.025083541870117,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,7.495850563049316 +1989,1,0,homicide,15-17 yrs,17,186770,16.025083541870117,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,9.102104187011719 +1989,1,0,other external,15-17 yrs,26,186770,16.025083541870117,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,13.920865058898926 +1989,1,0,internal,15-17 yrs,37,186770,16.025083541870117,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,19.810462951660156 +1989,1,0,all,18-20 yrs,201,204098,18.984933853149414,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,98.48210144042969 +1989,1,0,MVA,18-20 yrs,80,204098,18.984933853149414,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,39.19685745239258 +1989,1,0,suicide,18-20 yrs,27,204098,18.984933853149414,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,13.228939056396484 +1989,1,0,homicide,18-20 yrs,38,204098,18.984933853149414,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,18.618507385253906 +1989,1,0,other external,18-20 yrs,21,204098,18.984933853149414,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,10.289175033569336 +1989,1,0,internal,18-20 yrs,35,204098,18.984933853149414,0,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,17.148624420166016 +1989,1,0,all,21-24 yrs,290,246060,22.51127052307129,1,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,117.85742950439453 +1989,1,0,MVA,21-24 yrs,109,246060,22.51127052307129,1,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,44.29813766479492 +1989,1,0,suicide,21-24 yrs,34,246060,22.51127052307129,1,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,13.817768096923828 +1989,1,0,homicide,21-24 yrs,50,246060,22.51127052307129,1,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,20.320247650146484 +1989,1,0,other external,21-24 yrs,32,246060,22.51127052307129,1,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,13.004958152770996 +1989,1,0,internal,21-24 yrs,65,246060,22.51127052307129,1,0.42983871698379517,1.100000023841858,0.17000000178813934,0.6000000238418579,1.8700000047683716,26.41632080078125 +1990,1,0,MVA,15-17 yrs,78,180632,16.01837921142578,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,43.18171691894531 +1990,1,0,suicide,15-17 yrs,20,180632,16.01837921142578,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,11.072235107421875 +1990,1,0,homicide,15-17 yrs,20,180632,16.01837921142578,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,11.072235107421875 +1990,1,0,other external,15-17 yrs,31,180632,16.01837921142578,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,17.161964416503906 +1990,1,0,internal,15-17 yrs,28,180632,16.01837921142578,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,15.501129150390625 +1990,1,0,all,18-20 yrs,299,206915,19.018259048461914,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,144.5037841796875 +1990,1,0,MVA,18-20 yrs,131,206915,19.018259048461914,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,63.31101989746094 +1990,1,0,suicide,18-20 yrs,21,206915,19.018259048461914,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,10.149094581604004 +1990,1,0,homicide,18-20 yrs,57,206915,19.018259048461914,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,27.547544479370117 +1990,1,0,other external,18-20 yrs,49,206915,19.018259048461914,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,23.68122100830078 +1990,1,0,internal,18-20 yrs,41,206915,19.018259048461914,0,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,19.814899444580078 +1990,1,0,all,21-24 yrs,360,241179,22.474971771240234,1,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,149.2667236328125 +1990,1,0,MVA,21-24 yrs,133,241179,22.474971771240234,1,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,55.1457633972168 +1990,1,0,suicide,21-24 yrs,49,241179,22.474971771240234,1,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,20.31686019897461 +1990,1,0,homicide,21-24 yrs,66,241179,22.474971771240234,1,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,27.36556625366211 +1990,1,0,other external,21-24 yrs,41,241179,22.474971771240234,1,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,16.99982261657715 +1990,1,0,internal,21-24 yrs,71,241179,22.474971771240234,1,0.40780413150787354,1.1200000047683716,0.18000000715255737,0.6100000143051147,1.9199999570846558,29.4387149810791 +1991,1,0,MVA,15-17 yrs,80,179323,16.022329330444336,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,44.61223602294922 +1991,1,0,suicide,15-17 yrs,12,179323,16.022329330444336,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,6.691835403442383 +1991,1,0,homicide,15-17 yrs,21,179323,16.022329330444336,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,11.710711479187012 +1991,1,0,other external,15-17 yrs,23,179323,16.022329330444336,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,12.826017379760742 +1991,1,0,internal,15-17 yrs,42,179323,16.022329330444336,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,23.421422958374023 +1991,1,0,all,18-20 yrs,287,201670,19.050012588500977,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,142.3116912841797 +1991,1,0,MVA,18-20 yrs,114,201670,19.050012588500977,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,56.527992248535156 +1991,1,0,suicide,18-20 yrs,25,201670,19.050012588500977,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,12.396489143371582 +1991,1,0,homicide,18-20 yrs,65,201670,19.050012588500977,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,32.230873107910156 +1991,1,0,other external,18-20 yrs,33,201670,19.050012588500977,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,16.363365173339844 +1991,1,0,internal,18-20 yrs,50,201670,19.050012588500977,0,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,24.792978286743164 +1991,1,0,all,21-24 yrs,327,247367,22.44451332092285,1,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,132.19224548339844 +1991,1,0,MVA,21-24 yrs,102,247367,22.44451332092285,1,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,41.23427963256836 +1991,1,0,suicide,21-24 yrs,42,247367,22.44451332092285,1,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,16.97882080078125 +1991,1,0,homicide,21-24 yrs,62,247367,22.44451332092285,1,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,25.063974380493164 +1991,1,0,other external,21-24 yrs,44,247367,22.44451332092285,1,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,17.787336349487305 +1991,1,0,internal,21-24 yrs,77,247367,22.44451332092285,1,0.39133626222610474,1,0.17000000178813934,0.5899999737739563,1.7599999904632568,31.127838134765625 +1992,1,0,MVA,15-17 yrs,69,181504,16.017372131347656,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,38.015689849853516 +1992,1,0,suicide,15-17 yrs,19,181504,16.017372131347656,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,10.46808910369873 +1992,1,0,homicide,15-17 yrs,24,181504,16.017372131347656,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,13.222848892211914 +1992,1,0,other external,15-17 yrs,19,181504,16.017372131347656,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,10.46808910369873 +1992,1,0,internal,15-17 yrs,38,181504,16.017372131347656,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,20.93617820739746 +1992,1,0,all,18-20 yrs,244,193659,19.03826904296875,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,125.99465942382812 +1992,1,0,MVA,18-20 yrs,99,193659,19.03826904296875,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,51.120784759521484 +1992,1,0,suicide,18-20 yrs,21,193659,19.03826904296875,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,10.843802452087402 +1992,1,0,homicide,18-20 yrs,57,193659,19.03826904296875,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,29.43317985534668 +1992,1,0,other external,18-20 yrs,29,193659,19.03826904296875,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,14.974775314331055 +1992,1,0,internal,18-20 yrs,38,193659,19.03826904296875,0,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,19.622119903564453 +1992,1,0,all,21-24 yrs,328,257799,22.431608200073242,1,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,127.23090362548828 +1992,1,0,MVA,21-24 yrs,109,257799,22.431608200073242,1,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,42.281002044677734 +1992,1,0,suicide,21-24 yrs,44,257799,22.431608200073242,1,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,17.06756019592285 +1992,1,0,homicide,21-24 yrs,63,257799,22.431608200073242,1,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,24.43764305114746 +1992,1,0,other external,21-24 yrs,40,257799,22.431608200073242,1,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,15.515963554382324 +1992,1,0,internal,21-24 yrs,72,257799,22.431608200073242,1,0.379900187253952,1.0199999809265137,0.1899999976158142,0.5899999737739563,1.7899999618530273,27.928735733032227 +1993,1,0,MVA,15-17 yrs,79,183019,16.0085506439209,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,43.1649169921875 +1993,1,0,suicide,15-17 yrs,20,183019,16.0085506439209,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,10.927826881408691 +1993,1,0,homicide,15-17 yrs,20,183019,16.0085506439209,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,10.927826881408691 +1993,1,0,other external,15-17 yrs,24,183019,16.0085506439209,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,13.11339282989502 +1993,1,0,internal,15-17 yrs,16,183019,16.0085506439209,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,8.74226188659668 +1993,1,0,all,18-20 yrs,259,190968,19.011844635009766,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,135.62481689453125 +1993,1,0,MVA,18-20 yrs,85,190968,19.011844635009766,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,44.510074615478516 +1993,1,0,suicide,18-20 yrs,22,190968,19.011844635009766,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,11.520255088806152 +1993,1,0,homicide,18-20 yrs,66,190968,19.011844635009766,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,34.56076431274414 +1993,1,0,other external,18-20 yrs,41,190968,19.011844635009766,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,21.469566345214844 +1993,1,0,internal,18-20 yrs,45,190968,19.011844635009766,0,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,23.564157485961914 +1993,1,0,all,21-24 yrs,389,263802,22.471729278564453,1,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,147.45907592773438 +1993,1,0,MVA,21-24 yrs,128,263802,22.471729278564453,1,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,48.521240234375 +1993,1,0,suicide,21-24 yrs,52,263802,22.471729278564453,1,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,19.711753845214844 +1993,1,0,homicide,21-24 yrs,80,263802,22.471729278564453,1,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,30.325775146484375 +1993,1,0,other external,21-24 yrs,40,263802,22.471729278564453,1,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,15.162887573242188 +1993,1,0,internal,21-24 yrs,89,263802,22.471729278564453,1,0.36885812878608704,1.1399999856948853,0.17000000178813934,0.5600000023841858,1.8600000143051147,33.737422943115234 +1994,1,0,MVA,15-17 yrs,80,186505,16.017988204956055,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,42.894290924072266 +1994,1,0,suicide,15-17 yrs,16,186505,16.017988204956055,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,8.578858375549316 +1994,1,0,homicide,15-17 yrs,39,186505,16.017988204956055,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,20.910966873168945 +1994,1,0,other external,15-17 yrs,28,186505,16.017988204956055,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,15.013002395629883 +1994,1,0,internal,15-17 yrs,35,186505,16.017988204956055,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,18.766252517700195 +1994,1,0,all,18-20 yrs,262,189699,19.014507293701172,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,138.11354064941406 +1994,1,0,MVA,18-20 yrs,82,189699,19.014507293701172,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,43.226375579833984 +1994,1,0,suicide,18-20 yrs,29,189699,19.014507293701172,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,15.287376403808594 +1994,1,0,homicide,18-20 yrs,65,189699,19.014507293701172,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,34.264808654785156 +1994,1,0,other external,18-20 yrs,31,189699,19.014507293701172,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,16.341678619384766 +1994,1,0,internal,18-20 yrs,55,189699,19.014507293701172,0,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,28.99329948425293 +1994,1,0,all,21-24 yrs,371,261724,22.524965286254883,1,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,141.75238037109375 +1994,1,0,MVA,21-24 yrs,110,261724,22.524965286254883,1,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,42.02900695800781 +1994,1,0,suicide,21-24 yrs,44,261724,22.524965286254883,1,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,16.811603546142578 +1994,1,0,homicide,21-24 yrs,92,261724,22.524965286254883,1,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,35.15153503417969 +1994,1,0,other external,21-24 yrs,44,261724,22.524965286254883,1,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,16.811603546142578 +1994,1,0,internal,21-24 yrs,81,261724,22.524965286254883,1,0.359649121761322,1.159999966621399,0.17000000178813934,0.5400000214576721,1.8700000047683716,30.948633193969727 +1995,1,0,MVA,15-17 yrs,77,190670,16.00020408630371,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,40.3839111328125 +1995,1,0,suicide,15-17 yrs,28,190670,16.00020408630371,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,14.685057640075684 +1995,1,0,homicide,15-17 yrs,34,190670,16.00020408630371,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,17.83185577392578 +1995,1,0,other external,15-17 yrs,17,190670,16.00020408630371,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,8.91592788696289 +1995,1,0,internal,15-17 yrs,36,190670,16.00020408630371,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,18.880788803100586 +1995,1,0,all,18-20 yrs,243,190886,19.008302688598633,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,127.30110931396484 +1995,1,0,MVA,18-20 yrs,103,190886,19.008302688598633,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,53.95890808105469 +1995,1,0,suicide,18-20 yrs,22,190886,19.008302688598633,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,11.525203704833984 +1995,1,0,homicide,18-20 yrs,43,190886,19.008302688598633,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,22.526535034179688 +1995,1,0,other external,18-20 yrs,29,190886,19.008302688598633,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,15.192314147949219 +1995,1,0,internal,18-20 yrs,46,190886,19.008302688598633,0,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,24.09815216064453 +1995,1,0,all,21-24 yrs,362,253818,22.54361343383789,1,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,142.6218719482422 +1995,1,0,MVA,21-24 yrs,117,253818,22.54361343383789,1,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,46.09601974487305 +1995,1,0,suicide,21-24 yrs,40,253818,22.54361343383789,1,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,15.759324073791504 +1995,1,0,homicide,21-24 yrs,70,253818,22.54361343383789,1,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,27.578815460205078 +1995,1,0,other external,21-24 yrs,43,253818,22.54361343383789,1,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,16.941272735595703 +1995,1,0,internal,21-24 yrs,92,253818,22.54361343383789,1,0.3497375547885895,1.1399999856948853,0.15000000596046448,0.5299999713897705,1.809999942779541,36.24644470214844 +1996,1,0,MVA,15-17 yrs,71,192120,16.013309478759766,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,36.95606994628906 +1996,1,0,suicide,15-17 yrs,14,192120,16.013309478759766,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,7.287112236022949 +1996,1,0,homicide,15-17 yrs,21,192120,16.013309478759766,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,10.930667877197266 +1996,1,0,other external,15-17 yrs,21,192120,16.013309478759766,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,10.930667877197266 +1996,1,0,internal,15-17 yrs,35,192120,16.013309478759766,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,18.21778106689453 +1996,1,0,all,18-20 yrs,247,191695,18.999290466308594,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,128.85052490234375 +1996,1,0,MVA,18-20 yrs,103,191695,18.999290466308594,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,53.73118591308594 +1996,1,0,suicide,18-20 yrs,17,191695,18.999290466308594,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,8.868254661560059 +1996,1,0,homicide,18-20 yrs,53,191695,18.999290466308594,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,27.648086547851562 +1996,1,0,other external,18-20 yrs,27,191695,18.999290466308594,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,14.084874153137207 +1996,1,0,internal,18-20 yrs,47,191695,18.999290466308594,0,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,24.51811408996582 +1996,1,0,all,21-24 yrs,352,245726,22.509002685546875,1,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,143.2489776611328 +1996,1,0,MVA,21-24 yrs,123,245726,22.509002685546875,1,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,50.05575180053711 +1996,1,0,suicide,21-24 yrs,35,245726,22.509002685546875,1,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,14.243507385253906 +1996,1,0,homicide,21-24 yrs,67,245726,22.509002685546875,1,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,27.266141891479492 +1996,1,0,other external,21-24 yrs,31,245726,22.509002685546875,1,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,12.615677833557129 +1996,1,0,internal,21-24 yrs,96,245726,22.509002685546875,1,0.33970683813095093,1.1699999570846558,0.15000000596046448,0.5299999713897705,1.8600000143051147,39.06790542602539 +1970,2,0.24151089787483215,MVA,15-17 yrs,15,16855,15.957876205444336,0,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,88.9943618774414 +1970,2,0.24151089787483215,suicide,15-17 yrs,0,16855,15.957876205444336,0,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,0 +1970,2,0.24151089787483215,homicide,15-17 yrs,1,16855,15.957876205444336,0,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,5.932957649230957 +1970,2,0.24151089787483215,other external,15-17 yrs,12,16855,15.957876205444336,0,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,71.19548797607422 +1970,2,0.24151089787483215,internal,15-17 yrs,3,16855,15.957876205444336,0,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,17.798871994018555 +1970,2,0.24151089787483215,all,18-20 yrs,53,17798,19.147377014160156,0.24151089787483215,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,297.7862548828125 +1970,2,0.24151089787483215,MVA,18-20 yrs,11,17798,19.147377014160156,0.24151089787483215,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,61.8046989440918 +1970,2,0.24151089787483215,suicide,18-20 yrs,4,17798,19.147377014160156,0.24151089787483215,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,22.474435806274414 +1970,2,0.24151089787483215,homicide,18-20 yrs,1,17798,19.147377014160156,0.24151089787483215,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,5.6186089515686035 +1970,2,0.24151089787483215,other external,18-20 yrs,28,17798,19.147377014160156,0.24151089787483215,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,157.321044921875 +1970,2,0.24151089787483215,internal,18-20 yrs,9,17798,19.147377014160156,0.24151089787483215,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,50.56747817993164 +1970,2,0.24151089787483215,all,21-24 yrs,86,29279,22.320228576660156,1,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,293.72589111328125 +1970,2,0.24151089787483215,MVA,21-24 yrs,21,29279,22.320228576660156,1,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,71.72376251220703 +1970,2,0.24151089787483215,suicide,21-24 yrs,7,29279,22.320228576660156,1,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,23.907920837402344 +1970,2,0.24151089787483215,homicide,21-24 yrs,5,29279,22.320228576660156,1,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,17.077085494995117 +1970,2,0.24151089787483215,other external,21-24 yrs,42,29279,22.320228576660156,1,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,143.44752502441406 +1970,2,0.24151089787483215,internal,21-24 yrs,11,29279,22.320228576660156,1,0.6443299055099487,1.1799999475479126,0.3700000047683716,2.069999933242798,3.619999885559082,37.56958770751953 +1971,2,0.7000848054885864,MVA,15-17 yrs,5,18728,15.98547649383545,0,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,26.6979923248291 +1971,2,0.7000848054885864,suicide,15-17 yrs,2,18728,15.98547649383545,0,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,10.679197311401367 +1971,2,0.7000848054885864,homicide,15-17 yrs,2,18728,15.98547649383545,0,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,10.679197311401367 +1971,2,0.7000848054885864,other external,15-17 yrs,23,18728,15.98547649383545,0,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,122.8107681274414 +1971,2,0.7000848054885864,internal,15-17 yrs,0,18728,15.98547649383545,0,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,0 +1971,2,0.7000848054885864,all,18-20 yrs,47,18872,19.05765151977539,0.7000848054885864,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,249.04620361328125 +1971,2,0.7000848054885864,MVA,18-20 yrs,7,18872,19.05765151977539,0.7000848054885864,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,37.09198760986328 +1971,2,0.7000848054885864,suicide,18-20 yrs,5,18872,19.05765151977539,0.7000848054885864,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,26.494277954101562 +1971,2,0.7000848054885864,homicide,18-20 yrs,4,18872,19.05765151977539,0.7000848054885864,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,21.19542121887207 +1971,2,0.7000848054885864,other external,18-20 yrs,28,18872,19.05765151977539,0.7000848054885864,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,148.36795043945312 +1971,2,0.7000848054885864,internal,18-20 yrs,3,18872,19.05765151977539,0.7000848054885864,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,15.896566390991211 +1971,2,0.7000848054885864,all,21-24 yrs,62,26983,22.530519485473633,1,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,229.77430725097656 +1971,2,0.7000848054885864,MVA,21-24 yrs,8,26983,22.530519485473633,1,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,29.648296356201172 +1971,2,0.7000848054885864,suicide,21-24 yrs,5,26983,22.530519485473633,1,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,18.53018569946289 +1971,2,0.7000848054885864,homicide,21-24 yrs,3,26983,22.530519485473633,1,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,11.118111610412598 +1971,2,0.7000848054885864,other external,21-24 yrs,39,26983,22.530519485473633,1,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,144.5354461669922 +1971,2,0.7000848054885864,internal,21-24 yrs,7,26983,22.530519485473633,1,0.6172839403152466,1.3300000429153442,0.4300000071525574,2.1500000953674316,3.9100000858306885,25.9422607421875 +1972,2,0.7017737030982971,MVA,15-17 yrs,14,20035,15.97519302368164,0,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,69.877716064453125 +1972,2,0.7017737030982971,suicide,15-17 yrs,2,20035,15.97519302368164,0,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,9.98253059387207 +1972,2,0.7017737030982971,homicide,15-17 yrs,0,20035,15.97519302368164,0,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,0 +1972,2,0.7017737030982971,other external,15-17 yrs,22,20035,15.97519302368164,0,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,109.8078384399414 +1972,2,0.7017737030982971,internal,15-17 yrs,2,20035,15.97519302368164,0,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,9.98253059387207 +1972,2,0.7017737030982971,all,18-20 yrs,42,20860,19.068647384643555,0.7017737030982971,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,201.34228515625 +1972,2,0.7017737030982971,MVA,18-20 yrs,10,20860,19.068647384643555,0.7017737030982971,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,47.938636779785156 +1972,2,0.7017737030982971,suicide,18-20 yrs,6,20860,19.068647384643555,0.7017737030982971,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,28.76318359375 +1972,2,0.7017737030982971,homicide,18-20 yrs,0,20860,19.068647384643555,0.7017737030982971,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,0 +1972,2,0.7017737030982971,other external,18-20 yrs,24,20860,19.068647384643555,0.7017737030982971,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,115.052734375 +1972,2,0.7017737030982971,internal,18-20 yrs,2,20860,19.068647384643555,0.7017737030982971,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,9.587727546691895 +1972,2,0.7017737030982971,all,21-24 yrs,64,24631,22.549591064453125,1,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,259.8351745605469 +1972,2,0.7017737030982971,MVA,21-24 yrs,12,24631,22.549591064453125,1,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,48.719093322753906 +1972,2,0.7017737030982971,suicide,21-24 yrs,14,24631,22.549591064453125,1,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,56.83894348144531 +1972,2,0.7017737030982971,homicide,21-24 yrs,4,24631,22.549591064453125,1,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,16.23969841003418 +1972,2,0.7017737030982971,other external,21-24 yrs,32,24631,22.549591064453125,1,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,129.91758728027344 +1972,2,0.7017737030982971,internal,21-24 yrs,2,24631,22.549591064453125,1,0.5980861186981201,1.2200000286102295,0.4099999964237213,1.8700000047683716,3.5,8.11984920501709 +1973,2,0.70670318603515625,MVA,15-17 yrs,6,20805,15.974141120910645,0,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,28.839221954345703 +1973,2,0.70670318603515625,suicide,15-17 yrs,3,20805,15.974141120910645,0,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,14.419610977172852 +1973,2,0.70670318603515625,homicide,15-17 yrs,0,20805,15.974141120910645,0,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,0 +1973,2,0.70670318603515625,other external,15-17 yrs,16,20805,15.974141120910645,0,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,76.90458679199219 +1973,2,0.70670318603515625,internal,15-17 yrs,6,20805,15.974141120910645,0,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,28.839221954345703 +1973,2,0.70670318603515625,all,18-20 yrs,51,22646,19.082353591918945,0.70670318603515625,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,225.20533752441406 +1973,2,0.70670318603515625,MVA,18-20 yrs,13,22646,19.082353591918945,0.70670318603515625,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,57.40528106689453 +1973,2,0.70670318603515625,suicide,18-20 yrs,10,22646,19.082353591918945,0.70670318603515625,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,44.15790939331055 +1973,2,0.70670318603515625,homicide,18-20 yrs,3,22646,19.082353591918945,0.70670318603515625,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,13.2473726272583 +1973,2,0.70670318603515625,other external,18-20 yrs,22,22646,19.082353591918945,0.70670318603515625,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,97.14739990234375 +1973,2,0.70670318603515625,internal,18-20 yrs,3,22646,19.082353591918945,0.70670318603515625,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,13.2473726272583 +1973,2,0.70670318603515625,all,21-24 yrs,64,24724,22.44038200378418,1,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,258.8577880859375 +1973,2,0.70670318603515625,MVA,21-24 yrs,9,24724,22.44038200378418,1,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,36.401878356933594 +1973,2,0.70670318603515625,suicide,21-24 yrs,10,24724,22.44038200378418,1,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,40.446529388427734 +1973,2,0.70670318603515625,homicide,21-24 yrs,5,24724,22.44038200378418,1,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,20.223264694213867 +1973,2,0.70670318603515625,other external,21-24 yrs,33,24724,22.44038200378418,1,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,133.47354125976562 +1973,2,0.70670318603515625,internal,21-24 yrs,7,24724,22.44038200378418,1,0.5630630254745483,1.2599999904632568,0.4300000071525574,1.8700000047683716,3.549999952316284,28.312570571899414 +1974,2,0.7087494730949402,MVA,15-17 yrs,10,21923,15.999544143676758,0,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,45.61419677734375 +1974,2,0.7087494730949402,suicide,15-17 yrs,1,21923,15.999544143676758,0,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,4.561419486999512 +1974,2,0.7087494730949402,homicide,15-17 yrs,0,21923,15.999544143676758,0,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,0 +1974,2,0.7087494730949402,other external,15-17 yrs,15,21923,15.999544143676758,0,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,68.421295166015625 +1974,2,0.7087494730949402,internal,15-17 yrs,5,21923,15.999544143676758,0,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,22.807098388671875 +1974,2,0.7087494730949402,all,18-20 yrs,56,23430,19.086214065551758,0.7087494730949402,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,239.0098114013672 +1974,2,0.7087494730949402,MVA,18-20 yrs,8,23430,19.086214065551758,0.7087494730949402,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,34.14426040649414 +1974,2,0.7087494730949402,suicide,18-20 yrs,9,23430,19.086214065551758,0.7087494730949402,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,38.41229248046875 +1974,2,0.7087494730949402,homicide,18-20 yrs,1,23430,19.086214065551758,0.7087494730949402,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,4.268032550811768 +1974,2,0.7087494730949402,other external,18-20 yrs,27,23430,19.086214065551758,0.7087494730949402,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,115.23687744140625 +1974,2,0.7087494730949402,internal,18-20 yrs,11,23430,19.086214065551758,0.7087494730949402,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,46.94835662841797 +1974,2,0.7087494730949402,all,21-24 yrs,71,25705,22.303871154785156,1,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,276.2108459472656 +1974,2,0.7087494730949402,MVA,21-24 yrs,7,25705,22.303871154785156,1,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,27.2320556640625 +1974,2,0.7087494730949402,suicide,21-24 yrs,12,25705,22.303871154785156,1,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,46.68352508544922 +1974,2,0.7087494730949402,homicide,21-24 yrs,1,25705,22.303871154785156,1,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,3.890293598175049 +1974,2,0.7087494730949402,other external,21-24 yrs,45,25705,22.303871154785156,1,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,175.06321716308594 +1974,2,0.7087494730949402,internal,21-24 yrs,6,25705,22.303871154785156,1,0.5070993900299072,1.409999966621399,0.4699999988079071,1.9800000190734863,3.859999895095825,23.34176254272461 +1975,2,0.7029412984848022,MVA,15-17 yrs,11,23951,15.998747825622559,0,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,45.927101135253906 +1975,2,0.7029412984848022,suicide,15-17 yrs,2,23951,15.998747825622559,0,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,8.350381851196289 +1975,2,0.7029412984848022,homicide,15-17 yrs,3,23951,15.998747825622559,0,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,12.525572776794434 +1975,2,0.7029412984848022,other external,15-17 yrs,11,23951,15.998747825622559,0,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,45.927101135253906 +1975,2,0.7029412984848022,internal,15-17 yrs,2,23951,15.998747825622559,0,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,8.350381851196289 +1975,2,0.7029412984848022,all,18-20 yrs,60,25601,19.07753562927246,0.7029412984848022,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,234.3658447265625 +1975,2,0.7029412984848022,MVA,18-20 yrs,13,25601,19.07753562927246,0.7029412984848022,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,50.779266357421875 +1975,2,0.7029412984848022,suicide,18-20 yrs,15,25601,19.07753562927246,0.7029412984848022,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,58.591461181640625 +1975,2,0.7029412984848022,homicide,18-20 yrs,0,25601,19.07753562927246,0.7029412984848022,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,0 +1975,2,0.7029412984848022,other external,18-20 yrs,28,25601,19.07753562927246,0.7029412984848022,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,109.3707275390625 +1975,2,0.7029412984848022,internal,18-20 yrs,4,25601,19.07753562927246,0.7029412984848022,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,15.6243896484375 +1975,2,0.7029412984848022,all,21-24 yrs,103,30387,22.341691970825195,1,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,338.96075439453125 +1975,2,0.7029412984848022,MVA,21-24 yrs,28,30387,22.341691970825195,1,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,92.14466857910156 +1975,2,0.7029412984848022,suicide,21-24 yrs,17,30387,22.341691970825195,1,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,55.944976806640625 +1975,2,0.7029412984848022,homicide,21-24 yrs,5,30387,22.341691970825195,1,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,16.454404830932617 +1975,2,0.7029412984848022,other external,21-24 yrs,46,30387,22.341691970825195,1,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,151.38052368164062 +1975,2,0.7029412984848022,internal,21-24 yrs,7,30387,22.341691970825195,1,0.46468400955200195,1.4900000095367432,0.4699999988079071,2.1700000762939453,4.130000114440918,23.03616714477539 +1976,2,0.7082101702690125,MVA,15-17 yrs,6,25392,15.986333847045898,0,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,23.62948989868164 +1976,2,0.7082101702690125,suicide,15-17 yrs,3,25392,15.986333847045898,0,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,11.81474494934082 +1976,2,0.7082101702690125,homicide,15-17 yrs,3,25392,15.986333847045898,0,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,11.81474494934082 +1976,2,0.7082101702690125,other external,15-17 yrs,9,25392,15.986333847045898,0,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,35.44423294067383 +1976,2,0.7082101702690125,internal,15-17 yrs,4,25392,15.986333847045898,0,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,15.752992630004883 +1976,2,0.7082101702690125,all,18-20 yrs,80,27064,19.079479217529297,0.7082101702690125,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,295.5956115722656 +1976,2,0.7082101702690125,MVA,18-20 yrs,22,27064,19.079479217529297,0.7082101702690125,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,81.2887954711914 +1976,2,0.7082101702690125,suicide,18-20 yrs,10,27064,19.079479217529297,0.7082101702690125,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,36.9494514465332 +1976,2,0.7082101702690125,homicide,18-20 yrs,7,27064,19.079479217529297,0.7082101702690125,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,25.86461639404297 +1976,2,0.7082101702690125,other external,18-20 yrs,37,27064,19.079479217529297,0.7082101702690125,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,136.71298217773438 +1976,2,0.7082101702690125,internal,18-20 yrs,4,27064,19.079479217529297,0.7082101702690125,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,14.779781341552734 +1976,2,0.7082101702690125,all,21-24 yrs,101,35032,22.440168380737305,1,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,288.3078308105469 +1976,2,0.7082101702690125,MVA,21-24 yrs,28,35032,22.440168380737305,1,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,79.92692565917969 +1976,2,0.7082101702690125,suicide,21-24 yrs,17,35032,22.440168380737305,1,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,48.527061462402344 +1976,2,0.7082101702690125,homicide,21-24 yrs,7,35032,22.440168380737305,1,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,19.981731414794922 +1976,2,0.7082101702690125,other external,21-24 yrs,34,35032,22.440168380737305,1,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,97.05412292480469 +1976,2,0.7082101702690125,internal,21-24 yrs,15,35032,22.440168380737305,1,0.43936729431152344,1.4800000190734863,0.49000000953674316,2.059999942779541,4.03000020980835,42.8179931640625 +1977,2,0.7183303236961365,MVA,15-17 yrs,9,25017,15.988287925720215,0,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,35.97553634643555 +1977,2,0.7183303236961365,suicide,15-17 yrs,5,25017,15.988287925720215,0,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,19.98641014099121 +1977,2,0.7183303236961365,homicide,15-17 yrs,1,25017,15.988287925720215,0,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,3.997281789779663 +1977,2,0.7183303236961365,other external,15-17 yrs,15,25017,15.988287925720215,0,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,59.959228515625 +1977,2,0.7183303236961365,internal,15-17 yrs,1,25017,15.988287925720215,0,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,3.997281789779663 +1977,2,0.7183303236961365,all,18-20 yrs,70,26808,19.104408264160156,0.7183303236961365,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,261.1160888671875 +1977,2,0.7183303236961365,MVA,18-20 yrs,20,26808,19.104408264160156,0.7183303236961365,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,74.60459899902344 +1977,2,0.7183303236961365,suicide,18-20 yrs,10,26808,19.104408264160156,0.7183303236961365,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,37.30229949951172 +1977,2,0.7183303236961365,homicide,18-20 yrs,0,26808,19.104408264160156,0.7183303236961365,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,0 +1977,2,0.7183303236961365,other external,18-20 yrs,29,26808,19.104408264160156,0.7183303236961365,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,108.17666625976562 +1977,2,0.7183303236961365,internal,18-20 yrs,11,26808,19.104408264160156,0.7183303236961365,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,41.032527923583984 +1977,2,0.7183303236961365,all,21-24 yrs,87,36721,22.49478530883789,1,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,236.92164611816406 +1977,2,0.7183303236961365,MVA,21-24 yrs,28,36721,22.49478530883789,1,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,76.25064849853516 +1977,2,0.7183303236961365,suicide,21-24 yrs,13,36721,22.49478530883789,1,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,35.40208435058594 +1977,2,0.7183303236961365,homicide,21-24 yrs,3,36721,22.49478530883789,1,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,8.16971206665039 +1977,2,0.7183303236961365,other external,21-24 yrs,39,36721,22.49478530883789,1,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,106.20626068115234 +1977,2,0.7183303236961365,internal,21-24 yrs,4,36721,22.49478530883789,1,0.4125412702560425,1.190000057220459,0.41999998688697815,1.7000000476837158,3.309999942779541,10.892949104309082 +1978,2,0.7218514680862427,MVA,15-17 yrs,10,24633,15.98705005645752,0,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,40.595947265625 +1978,2,0.7218514680862427,suicide,15-17 yrs,4,24633,15.98705005645752,0,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,16.238378524780273 +1978,2,0.7218514680862427,homicide,15-17 yrs,3,24633,15.98705005645752,0,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,12.178784370422363 +1978,2,0.7218514680862427,other external,15-17 yrs,23,24633,15.98705005645752,0,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,93.37068176269531 +1978,2,0.7218514680862427,internal,15-17 yrs,3,24633,15.98705005645752,0,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,12.178784370422363 +1978,2,0.7218514680862427,all,18-20 yrs,76,25774,19.11321449279785,0.7218514680862427,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,294.87078857421875 +1978,2,0.7218514680862427,MVA,18-20 yrs,16,25774,19.11321449279785,0.7218514680862427,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,62.07806396484375 +1978,2,0.7218514680862427,suicide,18-20 yrs,8,25774,19.11321449279785,0.7218514680862427,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,31.039031982421875 +1978,2,0.7218514680862427,homicide,18-20 yrs,5,25774,19.11321449279785,0.7218514680862427,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,19.399394989013672 +1978,2,0.7218514680862427,other external,18-20 yrs,40,25774,19.11321449279785,0.7218514680862427,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,155.19515991210938 +1978,2,0.7218514680862427,internal,18-20 yrs,7,25774,19.11321449279785,0.7218514680862427,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,27.15915298461914 +1978,2,0.7218514680862427,all,21-24 yrs,108,37609,22.514265060424805,1,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,287.1653137207031 +1978,2,0.7218514680862427,MVA,21-24 yrs,26,37609,22.514265060424805,1,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,69.13238525390625 +1978,2,0.7218514680862427,suicide,21-24 yrs,10,37609,22.514265060424805,1,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,26.589380264282227 +1978,2,0.7218514680862427,homicide,21-24 yrs,15,37609,22.514265060424805,1,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,39.884071350097656 +1978,2,0.7218514680862427,other external,21-24 yrs,44,37609,22.514265060424805,1,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,116.99327087402344 +1978,2,0.7218514680862427,internal,21-24 yrs,13,37609,22.514265060424805,1,0.38343560695648193,1.3899999856948853,0.44999998807907104,1.6799999475479126,3.5199999809265137,34.566192626953125 +1979,2,0.6399285197257996,MVA,15-17 yrs,11,23819,15.994122505187988,0,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,46.18162155151367 +1979,2,0.6399285197257996,suicide,15-17 yrs,3,23819,15.994122505187988,0,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,12.594986915588379 +1979,2,0.6399285197257996,homicide,15-17 yrs,2,23819,15.994122505187988,0,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,8.396657943725586 +1979,2,0.6399285197257996,other external,15-17 yrs,8,23819,15.994122505187988,0,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,33.586631774902344 +1979,2,0.6399285197257996,internal,15-17 yrs,5,23819,15.994122505187988,0,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,20.99164581298828 +1979,2,0.6399285197257996,all,18-20 yrs,65,19585,18.91585350036621,0.6399285197257996,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,331.88665771484375 +1979,2,0.6399285197257996,MVA,18-20 yrs,18,19585,18.91585350036621,0.6399285197257996,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,91.907073974609375 +1979,2,0.6399285197257996,suicide,18-20 yrs,6,19585,18.91585350036621,0.6399285197257996,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,30.635690689086914 +1979,2,0.6399285197257996,homicide,18-20 yrs,7,19585,18.91585350036621,0.6399285197257996,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,35.74163818359375 +1979,2,0.6399285197257996,other external,18-20 yrs,29,19585,18.91585350036621,0.6399285197257996,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,148.072509765625 +1979,2,0.6399285197257996,internal,18-20 yrs,5,19585,18.91585350036621,0.6399285197257996,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,25.529741287231445 +1979,2,0.6399285197257996,all,21-24 yrs,63,38120,22.527544021606445,1,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,165.267578125 +1979,2,0.6399285197257996,MVA,21-24 yrs,5,38120,22.527544021606445,1,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,13.116474151611328 +1979,2,0.6399285197257996,suicide,21-24 yrs,3,38120,22.527544021606445,1,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,7.869884490966797 +1979,2,0.6399285197257996,homicide,21-24 yrs,9,38120,22.527544021606445,1,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,23.60965347290039 +1979,2,0.6399285197257996,other external,21-24 yrs,44,38120,22.527544021606445,1,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,115.42497253417969 +1979,2,0.6399285197257996,internal,21-24 yrs,2,38120,22.527544021606445,1,0.3443526327610016,1.5,0.4699999988079071,1.649999976158142,3.619999885559082,5.246589660644531 +1980,2,0.6909536123275757,MVA,15-17 yrs,7,22461,16.015270233154297,0,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,31.165130615234375 +1980,2,0.6909536123275757,suicide,15-17 yrs,1,22461,16.015270233154297,0,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,4.4521613121032715 +1980,2,0.6909536123275757,homicide,15-17 yrs,2,22461,16.015270233154297,0,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,8.904322624206543 +1980,2,0.6909536123275757,other external,15-17 yrs,17,22461,16.015270233154297,0,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,75.6867446899414 +1980,2,0.6909536123275757,internal,15-17 yrs,4,22461,16.015270233154297,0,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,17.808645248413086 +1980,2,0.6909536123275757,all,18-20 yrs,51,23291,19.04422378540039,0.6909536123275757,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,218.9687042236328 +1980,2,0.6909536123275757,MVA,18-20 yrs,7,23291,19.04422378540039,0.6909536123275757,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,30.054527282714844 +1980,2,0.6909536123275757,suicide,18-20 yrs,8,23291,19.04422378540039,0.6909536123275757,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,34.34803009033203 +1980,2,0.6909536123275757,homicide,18-20 yrs,1,23291,19.04422378540039,0.6909536123275757,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,4.293503761291504 +1980,2,0.6909536123275757,other external,18-20 yrs,32,23291,19.04422378540039,0.6909536123275757,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,137.39212036132812 +1980,2,0.6909536123275757,internal,18-20 yrs,3,23291,19.04422378540039,0.6909536123275757,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,12.880512237548828 +1980,2,0.6909536123275757,all,21-24 yrs,92,36179,22.54777717590332,1,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,254.29116821289062 +1980,2,0.6909536123275757,MVA,21-24 yrs,24,36179,22.54777717590332,1,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,66.336822509765625 +1980,2,0.6909536123275757,suicide,21-24 yrs,12,36179,22.54777717590332,1,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,33.16841125488281 +1980,2,0.6909536123275757,homicide,21-24 yrs,4,36179,22.54777717590332,1,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,11.056137084960938 +1980,2,0.6909536123275757,other external,21-24 yrs,46,36179,22.54777717590332,1,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,127.14558410644531 +1980,2,0.6909536123275757,internal,21-24 yrs,6,36179,22.54777717590332,1,0.3033980429172516,1.5499999523162842,0.5,1.7000000476837158,3.759999990463257,16.584205627441406 +1981,2,0.6593461632728577,MVA,15-17 yrs,5,22148,16.033140182495117,0,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,22.575401306152344 +1981,2,0.6593461632728577,suicide,15-17 yrs,0,22148,16.033140182495117,0,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,0 +1981,2,0.6593461632728577,homicide,15-17 yrs,2,22148,16.033140182495117,0,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,9.030160903930664 +1981,2,0.6593461632728577,other external,15-17 yrs,12,22148,16.033140182495117,0,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,54.180965423583984 +1981,2,0.6593461632728577,internal,15-17 yrs,5,22148,16.033140182495117,0,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,22.575401306152344 +1981,2,0.6593461632728577,all,18-20 yrs,49,24042,18.983736038208008,0.6593461632728577,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,203.80999755859375 +1981,2,0.6593461632728577,MVA,18-20 yrs,14,24042,18.983736038208008,0.6593461632728577,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,58.23143005371094 +1981,2,0.6593461632728577,suicide,18-20 yrs,9,24042,18.983736038208008,0.6593461632728577,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,37.43449020385742 +1981,2,0.6593461632728577,homicide,18-20 yrs,4,24042,18.983736038208008,0.6593461632728577,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,16.637550354003906 +1981,2,0.6593461632728577,other external,18-20 yrs,18,24042,18.983736038208008,0.6593461632728577,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,74.86898040771484 +1981,2,0.6593461632728577,internal,18-20 yrs,4,24042,18.983736038208008,0.6593461632728577,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,16.637550354003906 +1981,2,0.6593461632728577,all,21-24 yrs,103,33867,22.56349754333496,1,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,304.130859375 +1981,2,0.6593461632728577,MVA,21-24 yrs,20,33867,22.56349754333496,1,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,59.05453872680664 +1981,2,0.6593461632728577,suicide,21-24 yrs,10,33867,22.56349754333496,1,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,29.52726936340332 +1981,2,0.6593461632728577,homicide,21-24 yrs,8,33867,22.56349754333496,1,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,23.621814727783203 +1981,2,0.6593461632728577,other external,21-24 yrs,56,33867,22.56349754333496,1,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,165.3527069091797 +1981,2,0.6593461632728577,internal,21-24 yrs,9,33867,22.56349754333496,1,0.27502748370170593,1.7100000381469727,0.5699999928474426,1.8200000524520874,4.099999904632568,26.574541091918945 +1982,2,0.6774168610572815,MVA,15-17 yrs,3,22242,16.030122756958008,0,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,13.487996101379395 +1982,2,0.6774168610572815,suicide,15-17 yrs,1,22242,16.030122756958008,0,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,4.495998382568359 +1982,2,0.6774168610572815,homicide,15-17 yrs,5,22242,16.030122756958008,0,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,22.479991912841797 +1982,2,0.6774168610572815,other external,15-17 yrs,24,22242,16.030122756958008,0,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,107.90396881103516 +1982,2,0.6774168610572815,internal,15-17 yrs,2,22242,16.030122756958008,0,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,8.991996765136719 +1982,2,0.6774168610572815,all,18-20 yrs,56,25953,18.999074935913086,0.6774168610572815,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,215.77467346191406 +1982,2,0.6774168610572815,MVA,18-20 yrs,16,25953,18.999074935913086,0.6774168610572815,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,61.649906158447266 +1982,2,0.6774168610572815,suicide,18-20 yrs,9,25953,18.999074935913086,0.6774168610572815,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,34.678070068359375 +1982,2,0.6774168610572815,homicide,18-20 yrs,6,25953,18.999074935913086,0.6774168610572815,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,23.118715286254883 +1982,2,0.6774168610572815,other external,18-20 yrs,19,25953,18.999074935913086,0.6774168610572815,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,73.20926666259766 +1982,2,0.6774168610572815,internal,18-20 yrs,6,25953,18.999074935913086,0.6774168610572815,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,23.118715286254883 +1982,2,0.6774168610572815,all,21-24 yrs,86,33223,22.558137893676758,1,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,258.8568115234375 +1982,2,0.6774168610572815,MVA,21-24 yrs,11,33223,22.558137893676758,1,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,33.10959243774414 +1982,2,0.6774168610572815,suicide,21-24 yrs,10,33223,22.558137893676758,1,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,30.09963035583496 +1982,2,0.6774168610572815,homicide,21-24 yrs,9,33223,22.558137893676758,1,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,27.08966636657715 +1982,2,0.6774168610572815,other external,21-24 yrs,49,33223,22.558137893676758,1,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,147.48818969726562 +1982,2,0.6774168610572815,internal,21-24 yrs,7,33223,22.558137893676758,1,0.2590673565864563,1.75,0.5600000023841858,1.7400000095367432,4.050000190734863,21.069740295410156 +1983,2,0.6980699300765991,MVA,15-17 yrs,11,22971,16.015541076660156,0,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,47.88646697998047 +1983,2,0.6980699300765991,suicide,15-17 yrs,2,22971,16.015541076660156,0,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,8.706629753112793 +1983,2,0.6980699300765991,homicide,15-17 yrs,0,22971,16.015541076660156,0,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,0 +1983,2,0.6980699300765991,other external,15-17 yrs,9,22971,16.015541076660156,0,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,39.17983627319336 +1983,2,0.6980699300765991,internal,15-17 yrs,6,22971,16.015541076660156,0,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,26.119890213012695 +1983,2,0.6980699300765991,all,18-20 yrs,59,27808,19.051280975341797,0.6980699300765991,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,212.16915893554688 +1983,2,0.6980699300765991,MVA,18-20 yrs,16,27808,19.051280975341797,0.6980699300765991,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,57.53739929199219 +1983,2,0.6980699300765991,suicide,18-20 yrs,8,27808,19.051280975341797,0.6980699300765991,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,28.768699645996094 +1983,2,0.6980699300765991,homicide,18-20 yrs,2,27808,19.051280975341797,0.6980699300765991,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,7.192174911499023 +1983,2,0.6980699300765991,other external,18-20 yrs,30,27808,19.051280975341797,0.6980699300765991,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,107.88262176513672 +1983,2,0.6980699300765991,internal,18-20 yrs,3,27808,19.051280975341797,0.6980699300765991,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,10.788262367248535 +1983,2,0.6980699300765991,all,21-24 yrs,101,33608,22.519309997558594,1,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,300.523681640625 +1983,2,0.6980699300765991,MVA,21-24 yrs,20,33608,22.519309997558594,1,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,59.509639739990234 +1983,2,0.6980699300765991,suicide,21-24 yrs,5,33608,22.519309997558594,1,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,14.877409934997559 +1983,2,0.6980699300765991,homicide,21-24 yrs,5,33608,22.519309997558594,1,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,14.877409934997559 +1983,2,0.6980699300765991,other external,21-24 yrs,61,33608,22.519309997558594,1,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,181.50440979003906 +1983,2,0.6980699300765991,internal,21-24 yrs,10,33608,22.519309997558594,1,0.35140562057495117,1.7599999904632568,0.6100000143051147,1.7000000476837158,4.059999942779541,29.754819869995117 +1984,2,0.5346471071243286,MVA,15-17 yrs,7,23702,15.984474182128906,0,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,29.53337287902832 +1984,2,0.5346471071243286,suicide,15-17 yrs,6,23702,15.984474182128906,0,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,25.314319610595703 +1984,2,0.5346471071243286,homicide,15-17 yrs,1,23702,15.984474182128906,0,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,4.219053268432617 +1984,2,0.5346471071243286,other external,15-17 yrs,8,23702,15.984474182128906,0,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,33.75242614746094 +1984,2,0.5346471071243286,internal,15-17 yrs,2,23702,15.984474182128906,0,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,8.438106536865234 +1984,2,0.5346471071243286,all,18-20 yrs,45,26997,19.07023048400879,0.5346471071243286,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,166.6851806640625 +1984,2,0.5346471071243286,MVA,18-20 yrs,14,26997,19.07023048400879,0.5346471071243286,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,51.85761260986328 +1984,2,0.5346471071243286,suicide,18-20 yrs,8,26997,19.07023048400879,0.5346471071243286,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,29.632923126220703 +1984,2,0.5346471071243286,homicide,18-20 yrs,4,26997,19.07023048400879,0.5346471071243286,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,14.816461563110352 +1984,2,0.5346471071243286,other external,18-20 yrs,18,26997,19.07023048400879,0.5346471071243286,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,66.674072265625 +1984,2,0.5346471071243286,internal,18-20 yrs,1,26997,19.07023048400879,0.5346471071243286,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,3.704115390777588 +1984,2,0.5346471071243286,all,21-24 yrs,93,34788,22.434459686279297,1,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,267.33355712890625 +1984,2,0.5346471071243286,MVA,21-24 yrs,21,34788,22.434459686279297,1,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,60.36564254760742 +1984,2,0.5346471071243286,suicide,21-24 yrs,10,34788,22.434459686279297,1,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,28.74554443359375 +1984,2,0.5346471071243286,homicide,21-24 yrs,9,34788,22.434459686279297,1,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,25.870990753173828 +1984,2,0.5346471071243286,other external,21-24 yrs,41,34788,22.434459686279297,1,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,117.85673522949219 +1984,2,0.5346471071243286,internal,21-24 yrs,12,34788,22.434459686279297,1,0.33686235547065735,1.7300000190734863,0.5799999833106995,1.559999942779541,3.859999895095825,34.494651794433594 +1985,2,0.1824607104063034,MVA,15-17 yrs,6,24921,15.954376220703125,0,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,24.076080322265625 +1985,2,0.1824607104063034,suicide,15-17 yrs,5,24921,15.954376220703125,0,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,20.063400268554688 +1985,2,0.1824607104063034,homicide,15-17 yrs,0,24921,15.954376220703125,0,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,0 +1985,2,0.1824607104063034,other external,15-17 yrs,10,24921,15.954376220703125,0,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,40.126800537109375 +1985,2,0.1824607104063034,internal,15-17 yrs,2,24921,15.954376220703125,0,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,8.025360107421875 +1985,2,0.1824607104063034,all,18-20 yrs,47,25672,19.066259384155273,0.1824607104063034,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,183.07884216308594 +1985,2,0.1824607104063034,MVA,18-20 yrs,15,25672,19.066259384155273,0.1824607104063034,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,58.42941665649414 +1985,2,0.1824607104063034,suicide,18-20 yrs,8,25672,19.066259384155273,0.1824607104063034,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,31.162355422973633 +1985,2,0.1824607104063034,homicide,18-20 yrs,3,25672,19.066259384155273,0.1824607104063034,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,11.685883522033691 +1985,2,0.1824607104063034,other external,18-20 yrs,19,25672,19.066259384155273,0.1824607104063034,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,74.0105972290039 +1985,2,0.1824607104063034,internal,18-20 yrs,2,25672,19.066259384155273,0.1824607104063034,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,7.790588855743408 +1985,2,0.1824607104063034,all,21-24 yrs,78,35961,22.413782119750977,1,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,216.90164184570312 +1985,2,0.1824607104063034,MVA,21-24 yrs,20,35961,22.413782119750977,1,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,55.615806579589844 +1985,2,0.1824607104063034,suicide,21-24 yrs,7,35961,22.413782119750977,1,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,19.465532302856445 +1985,2,0.1824607104063034,homicide,21-24 yrs,3,35961,22.413782119750977,1,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,8.342370986938477 +1985,2,0.1824607104063034,other external,21-24 yrs,38,35961,22.413782119750977,1,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,105.67002868652344 +1985,2,0.1824607104063034,internal,21-24 yrs,10,35961,22.413782119750977,1,0.3252788186073303,1.6799999475479126,0.5799999833106995,1.5299999713897705,3.7799999713897705,27.807903289794922 +1986,2,0,MVA,15-17 yrs,7,26115,15.94937801361084,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,26.80451774597168 +1986,2,0,suicide,15-17 yrs,2,26115,15.94937801361084,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,7.65843391418457 +1986,2,0,homicide,15-17 yrs,4,26115,15.94937801361084,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,15.31686782836914 +1986,2,0,other external,15-17 yrs,16,26115,15.94937801361084,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,61.26747131347656 +1986,2,0,internal,15-17 yrs,4,26115,15.94937801361084,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,15.31686782836914 +1986,2,0,all,18-20 yrs,49,24408,19.060636520385742,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,200.75384521484375 +1986,2,0,MVA,18-20 yrs,7,24408,19.060636520385742,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,28.679121017456055 +1986,2,0,suicide,18-20 yrs,6,24408,19.060636520385742,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,24.582103729248047 +1986,2,0,homicide,18-20 yrs,1,24408,19.060636520385742,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,4.097017288208008 +1986,2,0,other external,18-20 yrs,23,24408,19.060636520385742,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,94.23139953613281 +1986,2,0,internal,18-20 yrs,12,24408,19.060636520385742,0,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,49.164207458496094 +1986,2,0,all,21-24 yrs,77,37300,22.468900680541992,1,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,206.43431091308594 +1986,2,0,MVA,21-24 yrs,15,37300,22.468900680541992,1,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,40.2144775390625 +1986,2,0,suicide,21-24 yrs,12,37300,22.468900680541992,1,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,32.17158126831055 +1986,2,0,homicide,21-24 yrs,10,37300,22.468900680541992,1,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,26.80965232849121 +1986,2,0,other external,21-24 yrs,34,37300,22.468900680541992,1,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,91.15281677246094 +1986,2,0,internal,21-24 yrs,6,37300,22.468900680541992,1,0.31934306025505066,1.6799999475479126,0.5600000023841858,1.2699999809265137,3.509999990463257,16.085790634155273 +1987,2,0,MVA,15-17 yrs,6,25717,15.976980209350586,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,23.33087158203125 +1987,2,0,suicide,15-17 yrs,7,25717,15.976980209350586,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,27.219348907470703 +1987,2,0,homicide,15-17 yrs,1,25717,15.976980209350586,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,3.8884785175323486 +1987,2,0,other external,15-17 yrs,5,25717,15.976980209350586,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,19.442392349243164 +1987,2,0,internal,15-17 yrs,4,25717,15.976980209350586,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,15.553914070129395 +1987,2,0,all,18-20 yrs,27,23002,19.0406494140625,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,117.38109588623047 +1987,2,0,MVA,18-20 yrs,5,23002,19.0406494140625,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,21.737239837646484 +1987,2,0,suicide,18-20 yrs,6,23002,19.0406494140625,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,26.084688186645508 +1987,2,0,homicide,18-20 yrs,0,23002,19.0406494140625,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,0 +1987,2,0,other external,18-20 yrs,11,23002,19.0406494140625,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,47.821929931640625 +1987,2,0,internal,18-20 yrs,5,23002,19.0406494140625,0,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,21.737239837646484 +1987,2,0,all,21-24 yrs,70,36609,22.551149368286133,1,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,191.20980834960938 +1987,2,0,MVA,21-24 yrs,9,36609,22.551149368286133,1,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,24.584117889404297 +1987,2,0,suicide,21-24 yrs,15,36609,22.551149368286133,1,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,40.97352981567383 +1987,2,0,homicide,21-24 yrs,6,36609,22.551149368286133,1,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,16.38941192626953 +1987,2,0,other external,21-24 yrs,26,36609,22.551149368286133,1,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,71.02079010009766 +1987,2,0,internal,21-24 yrs,14,36609,22.551149368286133,1,0.30809858441352844,1.6399999856948853,0.5400000214576721,1.2899999618530273,3.4600000381469727,38.24196243286133 +1988,2,0,MVA,15-17 yrs,5,24426,16.003889083862305,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,20.46999168395996 +1988,2,0,suicide,15-17 yrs,7,24426,16.003889083862305,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,28.657987594604492 +1988,2,0,homicide,15-17 yrs,1,24426,16.003889083862305,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,4.093998432159424 +1988,2,0,other external,15-17 yrs,9,24426,16.003889083862305,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,36.845985412597656 +1988,2,0,internal,15-17 yrs,6,24426,16.003889083862305,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,24.563989639282227 +1988,2,0,all,18-20 yrs,32,23059,19.0164794921875,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,138.77444458007812 +1988,2,0,MVA,18-20 yrs,12,23059,19.0164794921875,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,52.0404167175293 +1988,2,0,suicide,18-20 yrs,5,23059,19.0164794921875,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,21.683507919311523 +1988,2,0,homicide,18-20 yrs,1,23059,19.0164794921875,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,4.336701393127441 +1988,2,0,other external,18-20 yrs,12,23059,19.0164794921875,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,52.0404167175293 +1988,2,0,internal,18-20 yrs,2,23059,19.0164794921875,0,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,8.673402786254883 +1988,2,0,all,21-24 yrs,65,35392,22.573040008544922,1,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,183.65731811523438 +1988,2,0,MVA,21-24 yrs,12,35392,22.573040008544922,1,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,33.905967712402344 +1988,2,0,suicide,21-24 yrs,12,35392,22.573040008544922,1,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,33.905967712402344 +1988,2,0,homicide,21-24 yrs,6,35392,22.573040008544922,1,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,16.952983856201172 +1988,2,0,other external,21-24 yrs,25,35392,22.573040008544922,1,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,70.63743591308594 +1988,2,0,internal,21-24 yrs,10,35392,22.573040008544922,1,0.2958579659461975,1.600000023841858,0.49000000953674316,1.2300000190734863,3.319999933242798,28.254972457885742 +1989,2,0,MVA,15-17 yrs,7,23049,15.999002456665039,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,30.370080947875977 +1989,2,0,suicide,15-17 yrs,10,23049,15.999002456665039,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,43.38582992553711 +1989,2,0,homicide,15-17 yrs,2,23049,15.999002456665039,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,8.677165985107422 +1989,2,0,other external,15-17 yrs,12,23049,15.999002456665039,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,52.06299591064453 +1989,2,0,internal,15-17 yrs,2,23049,15.999002456665039,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,8.677165985107422 +1989,2,0,all,18-20 yrs,45,23435,19.01958656311035,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,192.02047729492188 +1989,2,0,MVA,18-20 yrs,8,23435,19.01958656311035,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,34.1369743347168 +1989,2,0,suicide,18-20 yrs,9,23435,19.01958656311035,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,38.40409469604492 +1989,2,0,homicide,18-20 yrs,2,23435,19.01958656311035,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,8.5342435836792 +1989,2,0,other external,18-20 yrs,24,23435,19.01958656311035,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,102.41092681884766 +1989,2,0,internal,18-20 yrs,2,23435,19.01958656311035,0,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,8.5342435836792 +1989,2,0,all,21-24 yrs,64,34383,22.57054328918457,1,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,186.1385040283203 +1989,2,0,MVA,21-24 yrs,4,34383,22.57054328918457,1,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,11.63365650177002 +1989,2,0,suicide,21-24 yrs,15,34383,22.57054328918457,1,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,43.6262092590332 +1989,2,0,homicide,21-24 yrs,3,34383,22.57054328918457,1,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,8.725241661071777 +1989,2,0,other external,21-24 yrs,35,34383,22.57054328918457,1,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,101.79449462890625 +1989,2,0,internal,21-24 yrs,7,34383,22.57054328918457,1,0.2822580635547638,1.5700000524520874,0.46000000834465027,1.2400000095367432,3.2699999809265137,20.358898162841797 +1990,2,0,MVA,15-17 yrs,5,22980,15.977110862731934,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,21.7580509185791 +1990,2,0,suicide,15-17 yrs,4,22980,15.977110862731934,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,17.40644073486328 +1990,2,0,homicide,15-17 yrs,2,22980,15.977110862731934,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,8.70322036743164 +1990,2,0,other external,15-17 yrs,11,22980,15.977110862731934,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,47.86771011352539 +1990,2,0,internal,15-17 yrs,4,22980,15.977110862731934,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,17.40644073486328 +1990,2,0,all,18-20 yrs,43,23158,19.0450382232666,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,185.68096923828125 +1990,2,0,MVA,18-20 yrs,5,23158,19.0450382232666,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,21.590810775756836 +1990,2,0,suicide,18-20 yrs,6,23158,19.0450382232666,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,25.908973693847656 +1990,2,0,homicide,18-20 yrs,3,23158,19.0450382232666,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,12.954486846923828 +1990,2,0,other external,18-20 yrs,24,23158,19.0450382232666,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,103.63589477539062 +1990,2,0,internal,18-20 yrs,5,23158,19.0450382232666,0,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,21.590810775756836 +1990,2,0,all,21-24 yrs,66,32844,22.54564094543457,1,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,200.949951171875 +1990,2,0,MVA,21-24 yrs,10,32844,22.54564094543457,1,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,30.44696044921875 +1990,2,0,suicide,21-24 yrs,15,32844,22.54564094543457,1,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,45.670440673828125 +1990,2,0,homicide,21-24 yrs,4,32844,22.54564094543457,1,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,12.178784370422363 +1990,2,0,other external,21-24 yrs,28,32844,22.54564094543457,1,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,85.251495361328125 +1990,2,0,internal,21-24 yrs,9,32844,22.54564094543457,1,0.267788827419281,1.6200000047683716,0.46000000834465027,1.25,3.3299999237060547,27.402265548706055 +1991,2,0,MVA,15-17 yrs,3,23818,15.983541488647461,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,12.595516204833984 +1991,2,0,suicide,15-17 yrs,6,23818,15.983541488647461,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,25.19103240966797 +1991,2,0,homicide,15-17 yrs,3,23818,15.983541488647461,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,12.595516204833984 +1991,2,0,other external,15-17 yrs,13,23818,15.983541488647461,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,54.580570220947266 +1991,2,0,internal,15-17 yrs,2,23818,15.983541488647461,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,8.397010803222656 +1991,2,0,all,18-20 yrs,46,24137,19.011268615722656,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,190.5787811279297 +1991,2,0,MVA,18-20 yrs,12,24137,19.011268615722656,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,49.71620178222656 +1991,2,0,suicide,18-20 yrs,11,24137,19.011268615722656,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,45.573184967041016 +1991,2,0,homicide,18-20 yrs,3,24137,19.011268615722656,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,12.42905044555664 +1991,2,0,other external,18-20 yrs,12,24137,19.011268615722656,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,49.71620178222656 +1991,2,0,internal,18-20 yrs,8,24137,19.011268615722656,0,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,33.144134521484375 +1991,2,0,all,21-24 yrs,58,31821,22.505327224731445,1,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,182.2695770263672 +1991,2,0,MVA,21-24 yrs,13,31821,22.505327224731445,1,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,40.85352325439453 +1991,2,0,suicide,21-24 yrs,7,31821,22.505327224731445,1,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,21.998050689697266 +1991,2,0,homicide,21-24 yrs,5,31821,22.505327224731445,1,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,15.712894439697266 +1991,2,0,other external,21-24 yrs,26,31821,22.505327224731445,1,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,81.70704650878906 +1991,2,0,internal,21-24 yrs,7,31821,22.505327224731445,1,0.2569750249385834,1.5399999618530273,0.4300000071525574,1.1399999856948853,3.109999895095825,21.998050689697266 +1992,2,0,MVA,15-17 yrs,5,25069,15.987833976745605,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,19.9449520111084 +1992,2,0,suicide,15-17 yrs,6,25069,15.987833976745605,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,23.933942794799805 +1992,2,0,homicide,15-17 yrs,0,25069,15.987833976745605,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,0 +1992,2,0,other external,15-17 yrs,9,25069,15.987833976745605,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,35.90091323852539 +1992,2,0,internal,15-17 yrs,2,25069,15.987833976745605,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,7.977980613708496 +1992,2,0,all,18-20 yrs,52,26054,19.019920349121094,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,199.58547973632812 +1992,2,0,MVA,18-20 yrs,13,26054,19.019920349121094,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,49.89636993408203 +1992,2,0,suicide,18-20 yrs,7,26054,19.019920349121094,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,26.86727523803711 +1992,2,0,homicide,18-20 yrs,3,26054,19.019920349121094,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,11.514546394348145 +1992,2,0,other external,18-20 yrs,25,26054,19.019920349121094,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,95.954559326171875 +1992,2,0,internal,18-20 yrs,4,26054,19.019920349121094,0,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,15.352728843688965 +1992,2,0,all,21-24 yrs,73,31988,22.470239639282227,1,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,228.21058654785156 +1992,2,0,MVA,21-24 yrs,17,31988,22.470239639282227,1,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,53.144927978515625 +1992,2,0,suicide,21-24 yrs,13,31988,22.470239639282227,1,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,40.64023971557617 +1992,2,0,homicide,21-24 yrs,7,31988,22.470239639282227,1,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,21.88320541381836 +1992,2,0,other external,21-24 yrs,27,31988,22.470239639282227,1,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,84.40665435791016 +1992,2,0,internal,21-24 yrs,9,31988,22.470239639282227,1,0.24946542084217072,1.5299999713897705,0.4099999964237213,1.0800000429153442,3.0199999809265137,28.13555145263672 +1993,2,0,MVA,15-17 yrs,8,26057,15.988870620727539,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,30.701923370361328 +1993,2,0,suicide,15-17 yrs,12,26057,15.988870620727539,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,46.05288314819336 +1993,2,0,homicide,15-17 yrs,1,26057,15.988870620727539,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,3.837740421295166 +1993,2,0,other external,15-17 yrs,9,26057,15.988870620727539,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,34.5396614074707 +1993,2,0,internal,15-17 yrs,3,26057,15.988870620727539,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,11.51322078704834 +1993,2,0,all,18-20 yrs,29,27584,19.029691696166992,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,105.13340759277344 +1993,2,0,MVA,18-20 yrs,4,27584,19.029691696166992,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,14.50115966796875 +1993,2,0,suicide,18-20 yrs,13,27584,19.029691696166992,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,47.12876892089844 +1993,2,0,homicide,18-20 yrs,3,27584,19.029691696166992,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,10.875869750976562 +1993,2,0,other external,18-20 yrs,7,27584,19.029691696166992,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,25.377029418945312 +1993,2,0,internal,18-20 yrs,2,27584,19.029691696166992,0,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,7.250579833984375 +1993,2,0,all,21-24 yrs,46,32438,22.449596405029297,1,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,141.80899047851562 +1993,2,0,MVA,21-24 yrs,12,32438,22.449596405029297,1,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,36.993648529052734 +1993,2,0,suicide,21-24 yrs,8,32438,22.449596405029297,1,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,24.662433624267578 +1993,2,0,homicide,21-24 yrs,2,32438,22.449596405029297,1,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,6.1656084060668945 +1993,2,0,other external,21-24 yrs,11,32438,22.449596405029297,1,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,33.91084671020508 +1993,2,0,internal,21-24 yrs,13,32438,22.449596405029297,1,0.24221453070640564,1.309999942779541,0.3199999928474426,0.9200000166893005,2.549999952316284,40.076454162597656 +1994,2,0,MVA,15-17 yrs,3,27256,16.000659942626953,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,11.00675106048584 +1994,2,0,suicide,15-17 yrs,9,27256,16.000659942626953,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,33.0202522277832 +1994,2,0,homicide,15-17 yrs,3,27256,16.000659942626953,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,11.00675106048584 +1994,2,0,other external,15-17 yrs,8,27256,16.000659942626953,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,29.351335525512695 +1994,2,0,internal,15-17 yrs,1,27256,16.000659942626953,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,3.668916940689087 +1994,2,0,all,18-20 yrs,43,28077,19.026962280273438,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,153.1502685546875 +1994,2,0,MVA,18-20 yrs,11,28077,19.026962280273438,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,39.177974700927734 +1994,2,0,suicide,18-20 yrs,10,28077,19.026962280273438,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,35.61634063720703 +1994,2,0,homicide,18-20 yrs,5,28077,19.026962280273438,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,17.808170318603516 +1994,2,0,other external,18-20 yrs,10,28077,19.026962280273438,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,35.61634063720703 +1994,2,0,internal,18-20 yrs,7,28077,19.026962280273438,0,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,24.931438446044922 +1994,2,0,all,21-24 yrs,51,33023,22.418163299560547,1,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,154.4378204345703 +1994,2,0,MVA,21-24 yrs,6,33023,22.418163299560547,1,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,18.16915512084961 +1994,2,0,suicide,21-24 yrs,15,33023,22.418163299560547,1,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,45.42288589477539 +1994,2,0,homicide,21-24 yrs,5,33023,22.418163299560547,1,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,15.140962600708008 +1994,2,0,other external,21-24 yrs,16,33023,22.418163299560547,1,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,48.451080322265625 +1994,2,0,internal,21-24 yrs,9,33023,22.418163299560547,1,0.23616734147071838,1.5299999713897705,0.4000000059604645,1.100000023841858,3.0299999713897705,27.253732681274414 +1995,2,0,MVA,15-17 yrs,4,28194,15.999184608459473,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,14.187416076660156 +1995,2,0,suicide,15-17 yrs,5,28194,15.999184608459473,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,17.734270095825195 +1995,2,0,homicide,15-17 yrs,2,28194,15.999184608459473,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,7.093708038330078 +1995,2,0,other external,15-17 yrs,3,28194,15.999184608459473,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,10.640562057495117 +1995,2,0,internal,15-17 yrs,2,28194,15.999184608459473,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,7.093708038330078 +1995,2,0,all,18-20 yrs,33,28974,19.012563705444336,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,113.89521789550781 +1995,2,0,MVA,18-20 yrs,6,28974,19.012563705444336,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,20.708221435546875 +1995,2,0,suicide,18-20 yrs,7,28974,19.012563705444336,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,24.159591674804688 +1995,2,0,homicide,18-20 yrs,6,28974,19.012563705444336,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,20.708221435546875 +1995,2,0,other external,18-20 yrs,8,28974,19.012563705444336,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,27.6109619140625 +1995,2,0,internal,18-20 yrs,6,28974,19.012563705444336,0,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,20.708221435546875 +1995,2,0,all,21-24 yrs,49,33452,22.408466339111328,1,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,146.47853088378906 +1995,2,0,MVA,21-24 yrs,6,33452,22.408466339111328,1,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,17.936147689819336 +1995,2,0,suicide,21-24 yrs,12,33452,22.408466339111328,1,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,35.87229537963867 +1995,2,0,homicide,21-24 yrs,3,33452,22.408466339111328,1,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,8.968073844909668 +1995,2,0,other external,21-24 yrs,22,33452,22.408466339111328,1,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,65.76587677001953 +1995,2,0,internal,21-24 yrs,6,33452,22.408466339111328,1,0.2296587973833084,1.4500000476837158,0.38999998569488525,1.0199999809265137,2.859999895095825,17.936147689819336 +1996,2,0,MVA,15-17 yrs,10,29497,16.012136459350586,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,33.90175247192383 +1996,2,0,suicide,15-17 yrs,9,29497,16.012136459350586,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,30.511577606201172 +1996,2,0,homicide,15-17 yrs,3,29497,16.012136459350586,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,10.170525550842285 +1996,2,0,other external,15-17 yrs,10,29497,16.012136459350586,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,33.90175247192383 +1996,2,0,internal,15-17 yrs,5,29497,16.012136459350586,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,16.950876235961914 +1996,2,0,all,18-20 yrs,26,29919,19.004545211791992,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,86.90129852294922 +1996,2,0,MVA,18-20 yrs,4,29919,19.004545211791992,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,13.369430541992188 +1996,2,0,suicide,18-20 yrs,9,29919,19.004545211791992,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,30.081218719482422 +1996,2,0,homicide,18-20 yrs,2,29919,19.004545211791992,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,6.684715270996094 +1996,2,0,other external,18-20 yrs,9,29919,19.004545211791992,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,30.081218719482422 +1996,2,0,internal,18-20 yrs,2,29919,19.004545211791992,0,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,6.684715270996094 +1996,2,0,all,21-24 yrs,55,34763,22.419410705566406,1,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,158.2141876220703 +1996,2,0,MVA,21-24 yrs,10,34763,22.419410705566406,1,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,28.766216278076172 +1996,2,0,suicide,21-24 yrs,14,34763,22.419410705566406,1,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,40.272705078125 +1996,2,0,homicide,21-24 yrs,6,34763,22.419410705566406,1,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,17.259729385375977 +1996,2,0,other external,21-24 yrs,18,34763,22.419410705566406,1,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,51.77919006347656 +1996,2,0,internal,21-24 yrs,7,34763,22.419410705566406,1,0.22307202219963074,1.309999942779541,0.3799999952316284,0.9399999976158142,2.630000114440918,20.1363525390625 +1970,4,0,MVA,15-17 yrs,40,106770,15.97783088684082,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,37.463706970214844 +1970,4,0,suicide,15-17 yrs,5,106770,15.97783088684082,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,4.6829633712768555 +1970,4,0,homicide,15-17 yrs,8,106770,15.97783088684082,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,7.492741584777832 +1970,4,0,other external,15-17 yrs,38,106770,15.97783088684082,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,35.59052276611328 +1970,4,0,internal,15-17 yrs,34,106770,15.97783088684082,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,31.84415054321289 +1970,4,0,all,18-20 yrs,178,96759,18.982017517089844,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,183.96221923828125 +1970,4,0,MVA,18-20 yrs,82,96759,18.982017517089844,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,84.74663543701172 +1970,4,0,suicide,18-20 yrs,14,96759,18.982017517089844,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,14.468937873840332 +1970,4,0,homicide,18-20 yrs,10,96759,18.982017517089844,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,10.334956169128418 +1970,4,0,other external,18-20 yrs,38,96759,18.982017517089844,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,39.272830963134766 +1970,4,0,internal,18-20 yrs,34,96759,18.982017517089844,0,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,35.138851165771484 +1970,4,0,all,21-24 yrs,242,115312,22.405136108398438,1,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,209.8654022216797 +1970,4,0,MVA,21-24 yrs,108,115312,22.405136108398438,1,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,93.65894317626953 +1970,4,0,suicide,21-24 yrs,26,115312,22.405136108398438,1,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,22.547523498535156 +1970,4,0,homicide,21-24 yrs,16,115312,22.405136108398438,1,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,13.875398635864258 +1970,4,0,other external,21-24 yrs,42,115312,22.405136108398438,1,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,36.42292404174805 +1970,4,0,internal,21-24 yrs,50,115312,22.405136108398438,1,0.20618556439876556,1.3700000047683716,0.3199999928474426,1.0499999523162842,2.7300000190734863,43.36062240600586 +1971,4,0,MVA,15-17 yrs,69,115199,15.985528945922852,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,59.89635467529297 +1971,4,0,suicide,15-17 yrs,8,115199,15.985528945922852,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,6.944504737854004 +1971,4,0,homicide,15-17 yrs,5,115199,15.985528945922852,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,4.340315341949463 +1971,4,0,other external,15-17 yrs,34,115199,15.985528945922852,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,29.514144897460938 +1971,4,0,internal,15-17 yrs,34,115199,15.985528945922852,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,29.514144897460938 +1971,4,0,all,18-20 yrs,218,105461,18.997041702270508,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,206.71148681640625 +1971,4,0,MVA,18-20 yrs,86,105461,18.997041702270508,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,81.5467300415039 +1971,4,0,suicide,18-20 yrs,32,105461,18.997041702270508,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,30.34296989440918 +1971,4,0,homicide,18-20 yrs,9,105461,18.997041702270508,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,8.533960342407227 +1971,4,0,other external,18-20 yrs,45,105461,18.997041702270508,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,42.669803619384766 +1971,4,0,internal,18-20 yrs,46,105461,18.997041702270508,0,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,43.618019104003906 +1971,4,0,all,21-24 yrs,255,132223,22.519168853759766,1,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,192.8560028076172 +1971,4,0,MVA,21-24 yrs,90,132223,22.519168853759766,1,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,68.06682586669922 +1971,4,0,suicide,21-24 yrs,36,132223,22.519168853759766,1,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,27.226730346679688 +1971,4,0,homicide,21-24 yrs,16,132223,22.519168853759766,1,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,12.10076904296875 +1971,4,0,other external,21-24 yrs,48,132223,22.519168853759766,1,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,36.30230712890625 +1971,4,0,internal,21-24 yrs,65,132223,22.519168853759766,1,0.1975308656692505,1.3799999952316284,0.3499999940395355,1.0800000429153442,2.819999933242798,49.15937423706055 +1972,4,0.27738747000694275,MVA,15-17 yrs,48,123622,15.974583625793457,0,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,38.828041076660156 +1972,4,0.27738747000694275,suicide,15-17 yrs,14,123622,15.974583625793457,0,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,11.324845314025879 +1972,4,0.27738747000694275,homicide,15-17 yrs,8,123622,15.974583625793457,0,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,6.471340179443359 +1972,4,0.27738747000694275,other external,15-17 yrs,32,123622,15.974583625793457,0,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,25.885360717773438 +1972,4,0.27738747000694275,internal,15-17 yrs,26,123622,15.974583625793457,0,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,21.0318546295166 +1972,4,0.27738747000694275,all,18-20 yrs,220,113360,18.993375778198242,0.27738747000694275,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,194.0719757080078 +1972,4,0.27738747000694275,MVA,18-20 yrs,104,113360,18.993375778198242,0.27738747000694275,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,91.74311828613281 +1972,4,0.27738747000694275,suicide,18-20 yrs,16,113360,18.993375778198242,0.27738747000694275,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,14.114326477050781 +1972,4,0.27738747000694275,homicide,18-20 yrs,24,113360,18.993375778198242,0.27738747000694275,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,21.171489715576172 +1972,4,0.27738747000694275,other external,18-20 yrs,32,113360,18.993375778198242,0.27738747000694275,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,28.228652954101562 +1972,4,0.27738747000694275,internal,18-20 yrs,44,113360,18.993375778198242,0.27738747000694275,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,38.814395904541016 +1972,4,0.27738747000694275,all,21-24 yrs,264,138958,22.474899291992188,1,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,189.98545837402344 +1972,4,0.27738747000694275,MVA,21-24 yrs,84,138958,22.474899291992188,1,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,60.449920654296875 +1972,4,0.27738747000694275,suicide,21-24 yrs,42,138958,22.474899291992188,1,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,30.224960327148438 +1972,4,0.27738747000694275,homicide,21-24 yrs,14,138958,22.474899291992188,1,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,10.074986457824707 +1972,4,0.27738747000694275,other external,21-24 yrs,60,138958,22.474899291992188,1,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,43.17851257324219 +1972,4,0.27738747000694275,internal,21-24 yrs,64,138958,22.474899291992188,1,0.19138756394386292,1.4900000095367432,0.3400000035762787,1.0700000524520874,2.9100000858306885,46.05708312988281 +1973,4,0.664995014667511,MVA,15-17 yrs,79,132101,15.97951602935791,0,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,59.80272674560547 +1973,4,0.664995014667511,suicide,15-17 yrs,3,132101,15.97951602935791,0,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,2.2709896564483643 +1973,4,0.664995014667511,homicide,15-17 yrs,5,132101,15.97951602935791,0,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,3.784982681274414 +1973,4,0.664995014667511,other external,15-17 yrs,29,132101,15.97951602935791,0,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,21.952899932861328 +1973,4,0.664995014667511,internal,15-17 yrs,25,132101,15.97951602935791,0,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,18.92491340637207 +1973,4,0.664995014667511,all,18-20 yrs,276,121437,18.993379592895508,0.664995014667511,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,227.27833557128906 +1973,4,0.664995014667511,MVA,18-20 yrs,130,121437,18.993379592895508,0.664995014667511,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,107.0513916015625 +1973,4,0.664995014667511,suicide,18-20 yrs,22,121437,18.993379592895508,0.664995014667511,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,18.116390228271484 +1973,4,0.664995014667511,homicide,18-20 yrs,22,121437,18.993379592895508,0.664995014667511,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,18.116390228271484 +1973,4,0.664995014667511,other external,18-20 yrs,57,121437,18.993379592895508,0.664995014667511,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,46.93791961669922 +1973,4,0.664995014667511,internal,18-20 yrs,45,121437,18.993379592895508,0.664995014667511,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,37.056251525878906 +1973,4,0.664995014667511,all,21-24 yrs,332,148254,22.46385955810547,1,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,223.94000244140625 +1973,4,0.664995014667511,MVA,21-24 yrs,133,148254,22.46385955810547,1,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,89.71089935302734 +1973,4,0.664995014667511,suicide,21-24 yrs,40,148254,22.46385955810547,1,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,26.980722427368164 +1973,4,0.664995014667511,homicide,21-24 yrs,28,148254,22.46385955810547,1,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,18.886505126953125 +1973,4,0.664995014667511,other external,21-24 yrs,68,148254,22.46385955810547,1,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,45.86722946166992 +1973,4,0.664995014667511,internal,21-24 yrs,63,148254,22.46385955810547,1,0.18018017709255219,1.5700000524520874,0.3400000035762787,1.090000033378601,3,42.49463653564453 +1974,4,0.6677368879318237,MVA,15-17 yrs,51,138723,15.994290351867676,0,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,36.763912200927734 +1974,4,0.6677368879318237,suicide,15-17 yrs,15,138723,15.994290351867676,0,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,10.812914848327637 +1974,4,0.6677368879318237,homicide,15-17 yrs,9,138723,15.994290351867676,0,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,6.487749099731445 +1974,4,0.6677368879318237,other external,15-17 yrs,33,138723,15.994290351867676,0,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,23.78841209411621 +1974,4,0.6677368879318237,internal,15-17 yrs,38,138723,15.994290351867676,0,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,27.392717361450195 +1974,4,0.6677368879318237,all,18-20 yrs,277,128943,19.001745223999023,0.6677368879318237,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,214.8236083984375 +1974,4,0.6677368879318237,MVA,18-20 yrs,109,128943,19.001745223999023,0.6677368879318237,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,84.533477783203125 +1974,4,0.6677368879318237,suicide,18-20 yrs,26,128943,19.001745223999023,0.6677368879318237,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,20.16394805908203 +1974,4,0.6677368879318237,homicide,18-20 yrs,28,128943,19.001745223999023,0.6677368879318237,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,21.71502113342285 +1974,4,0.6677368879318237,other external,18-20 yrs,74,128943,19.001745223999023,0.6677368879318237,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,57.38969802856445 +1974,4,0.6677368879318237,internal,18-20 yrs,40,128943,19.001745223999023,0.6677368879318237,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,31.021459579467773 +1974,4,0.6677368879318237,all,21-24 yrs,323,156715,22.464780807495117,1,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,206.10662841796875 +1974,4,0.6677368879318237,MVA,21-24 yrs,100,156715,22.464780807495117,1,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,63.81010055541992 +1974,4,0.6677368879318237,suicide,21-24 yrs,52,156715,22.464780807495117,1,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,33.181251525878906 +1974,4,0.6677368879318237,homicide,21-24 yrs,33,156715,22.464780807495117,1,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,21.05733299255371 +1974,4,0.6677368879318237,other external,21-24 yrs,79,156715,22.464780807495117,1,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,50.40998077392578 +1974,4,0.6677368879318237,internal,21-24 yrs,59,156715,22.464780807495117,1,0.16227179765701294,1.6299999952316284,0.33000001311302185,1.090000033378601,3.059999942779541,37.6479606628418 +1975,4,0.6632464528083801,MVA,15-17 yrs,53,140615,15.992966651916504,0,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,37.69157028198242 +1975,4,0.6632464528083801,suicide,15-17 yrs,10,140615,15.992966651916504,0,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,7.111616611480713 +1975,4,0.6632464528083801,homicide,15-17 yrs,9,140615,15.992966651916504,0,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,6.400454998016357 +1975,4,0.6632464528083801,other external,15-17 yrs,27,140615,15.992966651916504,0,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,19.201364517211914 +1975,4,0.6632464528083801,internal,15-17 yrs,27,140615,15.992966651916504,0,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,19.201364517211914 +1975,4,0.6632464528083801,all,18-20 yrs,245,134398,18.993623733520508,0.6632464528083801,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,182.29437255859375 +1975,4,0.6632464528083801,MVA,18-20 yrs,95,134398,18.993623733520508,0.6632464528083801,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,70.685577392578125 +1975,4,0.6632464528083801,suicide,18-20 yrs,34,134398,18.993623733520508,0.6632464528083801,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,25.29799461364746 +1975,4,0.6632464528083801,homicide,18-20 yrs,23,134398,18.993623733520508,0.6632464528083801,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,17.11334991455078 +1975,4,0.6632464528083801,other external,18-20 yrs,41,134398,18.993623733520508,0.6632464528083801,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,30.506406784057617 +1975,4,0.6632464528083801,internal,18-20 yrs,52,134398,18.993623733520508,0.6632464528083801,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,38.6910514831543 +1975,4,0.6632464528083801,all,21-24 yrs,322,164188,22.465557098388672,1,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,196.1166534423828 +1975,4,0.6632464528083801,MVA,21-24 yrs,85,164188,22.465557098388672,1,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,51.76992416381836 +1975,4,0.6632464528083801,suicide,21-24 yrs,48,164188,22.465557098388672,1,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,29.234779357910156 +1975,4,0.6632464528083801,homicide,21-24 yrs,30,164188,22.465557098388672,1,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,18.271738052368164 +1975,4,0.6632464528083801,other external,21-24 yrs,67,164188,22.465557098388672,1,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,40.806880950927734 +1975,4,0.6632464528083801,internal,21-24 yrs,92,164188,22.465557098388672,1,0.14869888126850128,1.6299999952316284,0.36000001430511475,1.0800000429153442,3.059999942779541,56.033329010009766 +1976,4,0.6716262698173523,MVA,15-17 yrs,58,142776,15.987743377685547,0,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,40.62307357788086 +1976,4,0.6716262698173523,suicide,15-17 yrs,6,142776,15.987743377685547,0,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,4.202386856079102 +1976,4,0.6716262698173523,homicide,15-17 yrs,5,142776,15.987743377685547,0,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,3.5019891262054443 +1976,4,0.6716262698173523,other external,15-17 yrs,25,142776,15.987743377685547,0,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,17.509944915771484 +1976,4,0.6716262698173523,internal,15-17 yrs,23,142776,15.987743377685547,0,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,16.109149932861328 +1976,4,0.6716262698173523,all,18-20 yrs,235,139527,19.002206802368164,0.6716262698173523,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,168.42617797851562 +1976,4,0.6716262698173523,MVA,18-20 yrs,101,139527,19.002206802368164,0.6716262698173523,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,72.387420654296875 +1976,4,0.6716262698173523,suicide,18-20 yrs,22,139527,19.002206802368164,0.6716262698173523,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,15.767557144165039 +1976,4,0.6716262698173523,homicide,18-20 yrs,20,139527,19.002206802368164,0.6716262698173523,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,14.33414363861084 +1976,4,0.6716262698173523,other external,18-20 yrs,44,139527,19.002206802368164,0.6716262698173523,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,31.535114288330078 +1976,4,0.6716262698173523,internal,18-20 yrs,48,139527,19.002206802368164,0.6716262698173523,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,34.40194320678711 +1976,4,0.6716262698173523,all,21-24 yrs,294,170883,22.464868545532227,1,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,172.04754638671875 +1976,4,0.6716262698173523,MVA,21-24 yrs,109,170883,22.464868545532227,1,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,63.78633499145508 +1976,4,0.6716262698173523,suicide,21-24 yrs,41,170883,22.464868545532227,1,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,23.993024826049805 +1976,4,0.6716262698173523,homicide,21-24 yrs,18,170883,22.464868545532227,1,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,10.533522605895996 +1976,4,0.6716262698173523,other external,21-24 yrs,68,170883,22.464868545532227,1,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,39.79330825805664 +1976,4,0.6716262698173523,internal,21-24 yrs,58,170883,22.464868545532227,1,0.14059753715991974,1.6699999570846558,0.38999998569488525,1.1200000047683716,3.1700000762939453,33.94135284423828 +1977,4,0.678782045841217,MVA,15-17 yrs,69,144855,15.995443344116211,0,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,47.63384246826172 +1977,4,0.678782045841217,suicide,15-17 yrs,19,144855,15.995443344116211,0,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,13.116564750671387 +1977,4,0.678782045841217,homicide,15-17 yrs,21,144855,15.995443344116211,0,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,14.4972562789917 +1977,4,0.678782045841217,other external,15-17 yrs,23,144855,15.995443344116211,0,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,15.877946853637695 +1977,4,0.678782045841217,internal,15-17 yrs,24,144855,15.995443344116211,0,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,16.56829261779785 +1977,4,0.678782045841217,all,18-20 yrs,249,144142,19.020132064819336,0.678782045841217,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,172.74632263183594 +1977,4,0.678782045841217,MVA,18-20 yrs,120,144142,19.020132064819336,0.678782045841217,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,83.25123596191406 +1977,4,0.678782045841217,suicide,18-20 yrs,36,144142,19.020132064819336,0.678782045841217,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,24.975372314453125 +1977,4,0.678782045841217,homicide,18-20 yrs,20,144142,19.020132064819336,0.678782045841217,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,13.875205993652344 +1977,4,0.678782045841217,other external,18-20 yrs,34,144142,19.020132064819336,0.678782045841217,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,23.58785057067871 +1977,4,0.678782045841217,internal,18-20 yrs,39,144142,19.020132064819336,0.678782045841217,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,27.056652069091797 +1977,4,0.678782045841217,all,21-24 yrs,336,178578,22.46590805053711,1,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,188.153076171875 +1977,4,0.678782045841217,MVA,21-24 yrs,133,178578,22.46590805053711,1,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,74.47725677490234 +1977,4,0.678782045841217,suicide,21-24 yrs,57,178578,22.46590805053711,1,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,31.918825149536133 +1977,4,0.678782045841217,homicide,21-24 yrs,29,178578,22.46590805053711,1,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,16.239402770996094 +1977,4,0.678782045841217,other external,21-24 yrs,52,178578,22.46590805053711,1,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,29.118928909301758 +1977,4,0.678782045841217,internal,21-24 yrs,65,178578,22.46590805053711,1,0.132013201713562,1.7000000476837158,0.3400000035762787,1.0499999523162842,3.0999999046325684,36.398658752441406 +1978,4,0.6793755888938904,MVA,15-17 yrs,80,145872,16.007780075073242,0,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,54.84260177612305 +1978,4,0.6793755888938904,suicide,15-17 yrs,14,145872,16.007780075073242,0,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,9.597455024719238 +1978,4,0.6793755888938904,homicide,15-17 yrs,14,145872,16.007780075073242,0,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,9.597455024719238 +1978,4,0.6793755888938904,other external,15-17 yrs,31,145872,16.007780075073242,0,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,21.251508712768555 +1978,4,0.6793755888938904,internal,15-17 yrs,28,145872,16.007780075073242,0,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,19.194910049438477 +1978,4,0.6793755888938904,all,18-20 yrs,278,147718,19.021717071533203,0.6793755888938904,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,188.19642639160156 +1978,4,0.6793755888938904,MVA,18-20 yrs,139,147718,19.021717071533203,0.6793755888938904,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,94.09821319580078 +1978,4,0.6793755888938904,suicide,18-20 yrs,30,147718,19.021717071533203,0.6793755888938904,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,20.30896759033203 +1978,4,0.6793755888938904,homicide,18-20 yrs,22,147718,19.021717071533203,0.6793755888938904,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,14.893242835998535 +1978,4,0.6793755888938904,other external,18-20 yrs,45,147718,19.021717071533203,0.6793755888938904,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,30.463451385498047 +1978,4,0.6793755888938904,internal,18-20 yrs,42,147718,19.021717071533203,0.6793755888938904,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,28.432554244995117 +1978,4,0.6793755888938904,all,21-24 yrs,370,188868,22.463499069213867,1,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,195.90402221679688 +1978,4,0.6793755888938904,MVA,21-24 yrs,161,188868,22.463499069213867,1,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,85.244720458984375 +1978,4,0.6793755888938904,suicide,21-24 yrs,61,188868,22.463499069213867,1,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,32.29768753051758 +1978,4,0.6793755888938904,homicide,21-24 yrs,40,188868,22.463499069213867,1,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,21.17881202697754 +1978,4,0.6793755888938904,other external,21-24 yrs,48,188868,22.463499069213867,1,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,25.414575576782227 +1978,4,0.6793755888938904,internal,21-24 yrs,60,188868,22.463499069213867,1,0.12269938737154007,1.7699999809265137,0.3700000047683716,1.100000023841858,3.25,31.768218994140625 +1979,4,0.6786624193191528,MVA,15-17 yrs,77,146762,16.009151458740234,0,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,52.46589660644531 +1979,4,0.6786624193191528,suicide,15-17 yrs,11,146762,16.009151458740234,0,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,7.495128154754639 +1979,4,0.6786624193191528,homicide,15-17 yrs,13,146762,16.009151458740234,0,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,8.857878684997559 +1979,4,0.6786624193191528,other external,15-17 yrs,25,146762,16.009151458740234,0,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,17.034381866455078 +1979,4,0.6786624193191528,internal,15-17 yrs,26,146762,16.009151458740234,0,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,17.715757369995117 +1979,4,0.6786624193191528,all,18-20 yrs,297,153888,19.019676208496094,0.6786624193191528,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,192.99749755859375 +1979,4,0.6786624193191528,MVA,18-20 yrs,158,153888,19.019676208496094,0.6786624193191528,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,102.67207336425781 +1979,4,0.6786624193191528,suicide,18-20 yrs,33,153888,19.019676208496094,0.6786624193191528,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,21.444168090820312 +1979,4,0.6786624193191528,homicide,18-20 yrs,26,153888,19.019676208496094,0.6786624193191528,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,16.895404815673828 +1979,4,0.6786624193191528,other external,18-20 yrs,40,153888,19.019676208496094,0.6786624193191528,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,25.992929458618164 +1979,4,0.6786624193191528,internal,18-20 yrs,40,153888,19.019676208496094,0.6786624193191528,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,25.992929458618164 +1979,4,0.6786624193191528,all,21-24 yrs,344,200477,22.465295791625977,1,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,171.59075927734375 +1979,4,0.6786624193191528,MVA,21-24 yrs,153,200477,22.465295791625977,1,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,76.31797790527344 +1979,4,0.6786624193191528,suicide,21-24 yrs,51,200477,22.465295791625977,1,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,25.439327239990234 +1979,4,0.6786624193191528,homicide,21-24 yrs,32,200477,22.465295791625977,1,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,15.961931228637695 +1979,4,0.6786624193191528,other external,21-24 yrs,58,200477,22.465295791625977,1,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,28.930999755859375 +1979,4,0.6786624193191528,internal,21-24 yrs,50,200477,22.465295791625977,1,0.11019283533096313,1.8600000143051147,0.38999998569488525,1.1699999570846558,3.4200000762939453,24.94051742553711 +1980,4,0.6830323338508606,MVA,15-17 yrs,53,146391,16.01795196533203,0,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,36.204410552978516 +1980,4,0.6830323338508606,suicide,15-17 yrs,15,146391,16.01795196533203,0,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,10.24653148651123 +1980,4,0.6830323338508606,homicide,15-17 yrs,15,146391,16.01795196533203,0,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,10.24653148651123 +1980,4,0.6830323338508606,other external,15-17 yrs,27,146391,16.01795196533203,0,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,18.443756103515625 +1980,4,0.6830323338508606,internal,15-17 yrs,29,146391,16.01795196533203,0,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,19.809961318969727 +1980,4,0.6830323338508606,all,18-20 yrs,248,159704,19.02358055114746,0.6830323338508606,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,155.2872772216797 +1980,4,0.6830323338508606,MVA,18-20 yrs,109,159704,19.02358055114746,0.6830323338508606,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,68.25126647949219 +1980,4,0.6830323338508606,suicide,18-20 yrs,29,159704,19.02358055114746,0.6830323338508606,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,18.158594131469727 +1980,4,0.6830323338508606,homicide,18-20 yrs,28,159704,19.02358055114746,0.6830323338508606,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,17.532434463500977 +1980,4,0.6830323338508606,other external,18-20 yrs,45,159704,19.02358055114746,0.6830323338508606,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,28.177127838134766 +1980,4,0.6830323338508606,internal,18-20 yrs,37,159704,19.02358055114746,0.6830323338508606,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,23.16786003112793 +1980,4,0.6830323338508606,all,21-24 yrs,359,211366,22.48490333557129,1,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,169.84756469726562 +1980,4,0.6830323338508606,MVA,21-24 yrs,140,211366,22.48490333557129,1,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,66.2358169555664 +1980,4,0.6830323338508606,suicide,21-24 yrs,54,211366,22.48490333557129,1,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,25.5481014251709 +1980,4,0.6830323338508606,homicide,21-24 yrs,43,211366,22.48490333557129,1,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,20.34385871887207 +1980,4,0.6830323338508606,other external,21-24 yrs,59,211366,22.48490333557129,1,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,27.913665771484375 +1980,4,0.6830323338508606,internal,21-24 yrs,63,211366,22.48490333557129,1,0.09708737581968307,1.690000057220459,0.36000001430511475,0.9800000190734863,3.0299999713897705,29.80611801147461 +1981,4,0.6847169995307922,MVA,15-17 yrs,52,142320,16.03657341003418,0,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,36.53738021850586 +1981,4,0.6847169995307922,suicide,15-17 yrs,16,142320,16.03657341003418,0,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,11.242270469665527 +1981,4,0.6847169995307922,homicide,15-17 yrs,6,142320,16.03657341003418,0,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,4.215851783752441 +1981,4,0.6847169995307922,other external,15-17 yrs,26,142320,16.03657341003418,0,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,18.26869010925293 +1981,4,0.6847169995307922,internal,15-17 yrs,24,142320,16.03657341003418,0,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,16.863407135009766 +1981,4,0.6847169995307922,all,18-20 yrs,212,159406,19.03204345703125,0.6847169995307922,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,132.99374389648438 +1981,4,0.6847169995307922,MVA,18-20 yrs,88,159406,19.03204345703125,0.6847169995307922,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,55.20494842529297 +1981,4,0.6847169995307922,suicide,18-20 yrs,30,159406,19.03204345703125,0.6847169995307922,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,18.819868087768555 +1981,4,0.6847169995307922,homicide,18-20 yrs,6,159406,19.03204345703125,0.6847169995307922,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,3.7639737129211426 +1981,4,0.6847169995307922,other external,18-20 yrs,54,159406,19.03204345703125,0.6847169995307922,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,33.875762939453125 +1981,4,0.6847169995307922,internal,18-20 yrs,34,159406,19.03204345703125,0.6847169995307922,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,21.329185485839844 +1981,4,0.6847169995307922,all,21-24 yrs,346,218375,22.50511360168457,1,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,158.4430389404297 +1981,4,0.6847169995307922,MVA,21-24 yrs,144,218375,22.50511360168457,1,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,65.94161224365234 +1981,4,0.6847169995307922,suicide,21-24 yrs,56,218375,22.50511360168457,1,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,25.64396095275879 +1981,4,0.6847169995307922,homicide,21-24 yrs,54,218375,22.50511360168457,1,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,24.728105545043945 +1981,4,0.6847169995307922,other external,21-24 yrs,44,218375,22.50511360168457,1,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,20.148826599121094 +1981,4,0.6847169995307922,internal,21-24 yrs,48,218375,22.50511360168457,1,0.08800879865884781,1.7799999713897705,0.41999998688697815,1.0099999904632568,3.2200000286102295,21.98053741455078 +1982,4,0.6810897588729858,MVA,15-17 yrs,42,138459,16.031604766845703,0,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,30.33388900756836 +1982,4,0.6810897588729858,suicide,15-17 yrs,14,138459,16.031604766845703,0,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,10.111296653747559 +1982,4,0.6810897588729858,homicide,15-17 yrs,6,138459,16.031604766845703,0,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,4.3334126472473145 +1982,4,0.6810897588729858,other external,15-17 yrs,16,138459,16.031604766845703,0,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,11.555767059326172 +1982,4,0.6810897588729858,internal,15-17 yrs,26,138459,16.031604766845703,0,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,18.778121948242188 +1982,4,0.6810897588729858,all,18-20 yrs,220,158750,19.02461814880371,0.6810897588729858,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,138.58267211914062 +1982,4,0.6810897588729858,MVA,18-20 yrs,100,158750,19.02461814880371,0.6810897588729858,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,62.99212646484375 +1982,4,0.6810897588729858,suicide,18-20 yrs,30,158750,19.02461814880371,0.6810897588729858,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,18.89763832092285 +1982,4,0.6810897588729858,homicide,18-20 yrs,26,158750,19.02461814880371,0.6810897588729858,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,16.377952575683594 +1982,4,0.6810897588729858,other external,18-20 yrs,26,158750,19.02461814880371,0.6810897588729858,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,16.377952575683594 +1982,4,0.6810897588729858,internal,18-20 yrs,38,158750,19.02461814880371,0.6810897588729858,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,23.937007904052734 +1982,4,0.6810897588729858,all,21-24 yrs,354,223160,22.51030731201172,1,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,158.63058471679688 +1982,4,0.6810897588729858,MVA,21-24 yrs,120,223160,22.51030731201172,1,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,53.77307891845703 +1982,4,0.6810897588729858,suicide,21-24 yrs,54,223160,22.51030731201172,1,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,24.197885513305664 +1982,4,0.6810897588729858,homicide,21-24 yrs,42,223160,22.51030731201172,1,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,18.82057762145996 +1982,4,0.6810897588729858,other external,21-24 yrs,54,223160,22.51030731201172,1,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,24.197885513305664 +1982,4,0.6810897588729858,internal,21-24 yrs,84,223160,22.51030731201172,1,0.08290155231952667,1.7400000095367432,0.4000000059604645,0.9900000095367432,3.130000114440918,37.64115524291992 +1983,4,0.6871956586837769,MVA,15-17 yrs,41,135998,16.018815994262695,0,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,30.147502899169922 +1983,4,0.6871956586837769,suicide,15-17 yrs,17,135998,16.018815994262695,0,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,12.500184059143066 +1983,4,0.6871956586837769,homicide,15-17 yrs,9,135998,16.018815994262695,0,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,6.617744445800781 +1983,4,0.6871956586837769,other external,15-17 yrs,11,135998,16.018815994262695,0,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,8.088354110717773 +1983,4,0.6871956586837769,internal,15-17 yrs,23,135998,16.018815994262695,0,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,16.91201400756836 +1983,4,0.6871956586837769,all,18-20 yrs,197,158134,19.031719207763672,0.6871956586837769,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,124.57788848876953 +1983,4,0.6871956586837769,MVA,18-20 yrs,87,158134,19.031719207763672,0.6871956586837769,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,55.016632080078125 +1983,4,0.6871956586837769,suicide,18-20 yrs,30,158134,19.031719207763672,0.6871956586837769,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,18.97125244140625 +1983,4,0.6871956586837769,homicide,18-20 yrs,18,158134,19.031719207763672,0.6871956586837769,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,11.38275146484375 +1983,4,0.6871956586837769,other external,18-20 yrs,22,158134,19.031719207763672,0.6871956586837769,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,13.912251472473145 +1983,4,0.6871956586837769,internal,18-20 yrs,40,158134,19.031719207763672,0.6871956586837769,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,25.29500389099121 +1983,4,0.6871956586837769,all,21-24 yrs,262,225253,22.522109985351562,1,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,116.31365966796875 +1983,4,0.6871956586837769,MVA,21-24 yrs,86,225253,22.522109985351562,1,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,38.179290771484375 +1983,4,0.6871956586837769,suicide,21-24 yrs,45,225253,22.522109985351562,1,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,19.977537155151367 +1983,4,0.6871956586837769,homicide,21-24 yrs,30,225253,22.522109985351562,1,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,13.318357467651367 +1983,4,0.6871956586837769,other external,21-24 yrs,34,225253,22.522109985351562,1,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,15.094138145446777 +1983,4,0.6871956586837769,internal,21-24 yrs,67,225253,22.522109985351562,1,0.0803212821483612,1.6200000047683716,0.4399999976158142,1,3.059999942779541,29.74433135986328 +1984,4,0.6938179135322571,MVA,15-17 yrs,46,138413,16.005468368530273,0,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,33.23387145996094 +1984,4,0.6938179135322571,suicide,15-17 yrs,13,138413,16.005468368530273,0,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,9.392181396484375 +1984,4,0.6938179135322571,homicide,15-17 yrs,11,138413,16.005468368530273,0,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,7.947230339050293 +1984,4,0.6938179135322571,other external,15-17 yrs,19,138413,16.005468368530273,0,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,13.727034568786621 +1984,4,0.6938179135322571,internal,15-17 yrs,24,138413,16.005468368530273,0,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,17.339412689208984 +1984,4,0.6938179135322571,all,18-20 yrs,212,156371,19.0469913482666,0.6938179135322571,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,135.57501220703125 +1984,4,0.6938179135322571,MVA,18-20 yrs,123,156371,19.0469913482666,0.6938179135322571,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,78.659088134765625 +1984,4,0.6938179135322571,suicide,18-20 yrs,21,156371,19.0469913482666,0.6938179135322571,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,13.42959976196289 +1984,4,0.6938179135322571,homicide,18-20 yrs,24,156371,19.0469913482666,0.6938179135322571,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,15.348114013671875 +1984,4,0.6938179135322571,other external,18-20 yrs,18,156371,19.0469913482666,0.6938179135322571,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,11.511085510253906 +1984,4,0.6938179135322571,internal,18-20 yrs,26,156371,19.0469913482666,0.6938179135322571,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,16.627124786376953 +1984,4,0.6938179135322571,all,21-24 yrs,333,226864,22.533615112304688,1,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,146.7839813232422 +1984,4,0.6938179135322571,MVA,21-24 yrs,129,226864,22.533615112304688,1,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,56.86226272583008 +1984,4,0.6938179135322571,suicide,21-24 yrs,59,226864,22.533615112304688,1,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,26.006771087646484 +1984,4,0.6938179135322571,homicide,21-24 yrs,35,226864,22.533615112304688,1,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,15.42774486541748 +1984,4,0.6938179135322571,other external,21-24 yrs,51,226864,22.533615112304688,1,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,22.48042869567871 +1984,4,0.6938179135322571,internal,21-24 yrs,59,226864,22.533615112304688,1,0.15399421751499176,1.5700000524520874,0.44999998807907104,1.059999942779541,3.0799999237060547,26.006771087646484 +1985,4,0.5194456577301025,MVA,15-17 yrs,52,143897,15.990500450134277,0,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,36.136959075927734 +1985,4,0.5194456577301025,suicide,15-17 yrs,24,143897,15.990500450134277,0,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,16.67859649658203 +1985,4,0.5194456577301025,homicide,15-17 yrs,14,143897,15.990500450134277,0,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,9.729181289672852 +1985,4,0.5194456577301025,other external,15-17 yrs,16,143897,15.990500450134277,0,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,11.119064331054688 +1985,4,0.5194456577301025,internal,15-17 yrs,25,143897,15.990500450134277,0,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,17.373537063598633 +1985,4,0.5194456577301025,all,18-20 yrs,208,154987,19.039810180664062,0.5194456577301025,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,134.20480346679688 +1985,4,0.5194456577301025,MVA,18-20 yrs,99,154987,19.039810180664062,0.5194456577301025,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,63.87632369995117 +1985,4,0.5194456577301025,suicide,18-20 yrs,29,154987,19.039810180664062,0.5194456577301025,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,18.711246490478516 +1985,4,0.5194456577301025,homicide,18-20 yrs,16,154987,19.039810180664062,0.5194456577301025,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,10.323446273803711 +1985,4,0.5194456577301025,other external,18-20 yrs,18,154987,19.039810180664062,0.5194456577301025,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,11.613877296447754 +1985,4,0.5194456577301025,internal,18-20 yrs,46,154987,19.039810180664062,0.5194456577301025,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,29.679908752441406 +1985,4,0.5194456577301025,all,21-24 yrs,315,229244,22.53521156311035,1,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,137.40817260742188 +1985,4,0.5194456577301025,MVA,21-24 yrs,125,229244,22.53521156311035,1,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,54.52705383300781 +1985,4,0.5194456577301025,suicide,21-24 yrs,54,229244,22.53521156311035,1,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,23.555686950683594 +1985,4,0.5194456577301025,homicide,21-24 yrs,34,229244,22.53521156311035,1,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,14.831358909606934 +1985,4,0.5194456577301025,other external,21-24 yrs,45,229244,22.53521156311035,1,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,19.62973976135254 +1985,4,0.5194456577301025,internal,21-24 yrs,57,229244,22.53521156311035,1,0.14869888126850128,1.6699999570846558,0.46000000834465027,1,3.119999885559082,24.864336013793945 +1986,4,0.1716172993183136,MVA,15-17 yrs,77,150747,15.993074417114258,0,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,51.07896041870117 +1986,4,0.1716172993183136,suicide,15-17 yrs,20,150747,15.993074417114258,0,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,13.26726245880127 +1986,4,0.1716172993183136,homicide,15-17 yrs,14,150747,15.993074417114258,0,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,9.287083625793457 +1986,4,0.1716172993183136,other external,15-17 yrs,18,150747,15.993074417114258,0,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,11.940536499023438 +1986,4,0.1716172993183136,internal,15-17 yrs,20,150747,15.993074417114258,0,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,13.26726245880127 +1986,4,0.1716172993183136,all,18-20 yrs,239,155905,19.027536392211914,0.1716172993183136,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,153.29847717285156 +1986,4,0.1716172993183136,MVA,18-20 yrs,111,155905,19.027536392211914,0.1716172993183136,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,71.19720458984375 +1986,4,0.1716172993183136,suicide,18-20 yrs,29,155905,19.027536392211914,0.1716172993183136,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,18.601070404052734 +1986,4,0.1716172993183136,homicide,18-20 yrs,32,155905,19.027536392211914,0.1716172993183136,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,20.525320053100586 +1986,4,0.1716172993183136,other external,18-20 yrs,26,155905,19.027536392211914,0.1716172993183136,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,16.676822662353516 +1986,4,0.1716172993183136,internal,18-20 yrs,41,155905,19.027536392211914,0.1716172993183136,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,26.298065185546875 +1986,4,0.1716172993183136,all,21-24 yrs,352,231200,22.53525161743164,1,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,152.24913024902344 +1986,4,0.1716172993183136,MVA,21-24 yrs,130,231200,22.53525161743164,1,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,56.22837448120117 +1986,4,0.1716172993183136,suicide,21-24 yrs,59,231200,22.53525161743164,1,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,25.519031524658203 +1986,4,0.1716172993183136,homicide,21-24 yrs,50,231200,22.53525161743164,1,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,21.626296997070312 +1986,4,0.1716172993183136,other external,21-24 yrs,44,231200,22.53525161743164,1,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,19.03114128112793 +1986,4,0.1716172993183136,internal,21-24 yrs,69,231200,22.53525161743164,1,0.14598539471626282,1.7699999809265137,0.46000000834465027,0.9100000262260437,3.140000104904175,29.844289779663086 +1987,4,0,MVA,15-17 yrs,49,154385,16.027482986450195,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,31.738834381103516 +1987,4,0,suicide,15-17 yrs,25,154385,16.027482986450195,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,16.193283081054688 +1987,4,0,homicide,15-17 yrs,14,154385,16.027482986450195,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,9.068238258361816 +1987,4,0,other external,15-17 yrs,21,154385,16.027482986450195,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,13.602357864379883 +1987,4,0,internal,15-17 yrs,26,154385,16.027482986450195,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,16.841014862060547 +1987,4,0,all,18-20 yrs,194,160147,19.015859603881836,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,121.13870239257812 +1987,4,0,MVA,18-20 yrs,102,160147,19.015859603881836,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,63.69148254394531 +1987,4,0,suicide,18-20 yrs,31,160147,19.015859603881836,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,19.357215881347656 +1987,4,0,homicide,18-20 yrs,17,160147,19.015859603881836,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,10.615246772766113 +1987,4,0,other external,18-20 yrs,21,160147,19.015859603881836,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,13.11295223236084 +1987,4,0,internal,18-20 yrs,23,160147,19.015859603881836,0,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,14.361804962158203 +1987,4,0,all,21-24 yrs,335,230859,22.54947853088379,1,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,145.11021423339844 +1987,4,0,MVA,21-24 yrs,134,230859,22.54947853088379,1,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,58.04408645629883 +1987,4,0,suicide,21-24 yrs,66,230859,22.54947853088379,1,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,28.588878631591797 +1987,4,0,homicide,21-24 yrs,40,230859,22.54947853088379,1,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,17.32659339904785 +1987,4,0,other external,21-24 yrs,34,230859,22.54947853088379,1,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,14.727603912353516 +1987,4,0,internal,21-24 yrs,61,230859,22.54947853088379,1,0.14084507524967194,1.6699999570846558,0.46000000834465027,0.8600000143051147,2.990000009536743,26.42305564880371 +1988,4,0,MVA,15-17 yrs,53,152857,16.048824310302734,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,34.67292785644531 +1988,4,0,suicide,15-17 yrs,20,152857,16.048824310302734,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,13.084124565124512 +1988,4,0,homicide,15-17 yrs,15,152857,16.048824310302734,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,9.813093185424805 +1988,4,0,other external,15-17 yrs,22,152857,16.048824310302734,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,14.392537117004395 +1988,4,0,internal,15-17 yrs,26,152857,16.048824310302734,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,17.009361267089844 +1988,4,0,all,18-20 yrs,214,165953,19.00166893005371,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,128.95217895507812 +1988,4,0,MVA,18-20 yrs,106,165953,19.00166893005371,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,63.873504638671875 +1988,4,0,suicide,18-20 yrs,41,165953,19.00166893005371,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,24.70578956604004 +1988,4,0,homicide,18-20 yrs,14,165953,19.00166893005371,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,8.436123847961426 +1988,4,0,other external,18-20 yrs,25,165953,19.00166893005371,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,15.064506530761719 +1988,4,0,internal,18-20 yrs,28,165953,19.00166893005371,0,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,16.87224769592285 +1988,4,0,all,21-24 yrs,312,228997,22.553417205810547,1,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,136.24632263183594 +1988,4,0,MVA,21-24 yrs,115,228997,22.553417205810547,1,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,50.218997955322266 +1988,4,0,suicide,21-24 yrs,69,228997,22.553417205810547,1,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,30.131399154663086 +1988,4,0,homicide,21-24 yrs,38,228997,22.553417205810547,1,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,16.594104766845703 +1988,4,0,other external,21-24 yrs,36,228997,22.553417205810547,1,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,15.72072982788086 +1988,4,0,internal,21-24 yrs,54,228997,22.553417205810547,1,0.13524936139583588,1.6399999856948853,0.41999998688697815,0.8799999952316284,2.940000057220459,23.58109474182129 +1989,4,0,MVA,15-17 yrs,41,148929,16.022546768188477,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,27.529897689819336 +1989,4,0,suicide,15-17 yrs,26,148929,16.022546768188477,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,17.457983016967773 +1989,4,0,homicide,15-17 yrs,6,148929,16.022546768188477,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,4.0287652015686035 +1989,4,0,other external,15-17 yrs,19,148929,16.022546768188477,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,12.757757186889648 +1989,4,0,internal,15-17 yrs,24,148929,16.022546768188477,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,16.115060806274414 +1989,4,0,all,18-20 yrs,227,172612,19.00164031982422,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,131.50881958007812 +1989,4,0,MVA,18-20 yrs,93,172612,19.00164031982422,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,53.8780632019043 +1989,4,0,suicide,18-20 yrs,32,172612,19.00164031982422,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,18.53868865966797 +1989,4,0,homicide,18-20 yrs,34,172612,19.00164031982422,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,19.697355270385742 +1989,4,0,other external,18-20 yrs,35,172612,19.00164031982422,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,20.276689529418945 +1989,4,0,internal,18-20 yrs,33,172612,19.00164031982422,0,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,19.11802101135254 +1989,4,0,all,21-24 yrs,320,224903,22.538450241088867,1,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,142.2835693359375 +1989,4,0,MVA,21-24 yrs,98,224903,22.538450241088867,1,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,43.5743408203125 +1989,4,0,suicide,21-24 yrs,55,224903,22.538450241088867,1,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,24.454986572265625 +1989,4,0,homicide,21-24 yrs,51,224903,22.538450241088867,1,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,22.676443099975586 +1989,4,0,other external,21-24 yrs,45,224903,22.538450241088867,1,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,20.008625030517578 +1989,4,0,internal,21-24 yrs,71,224903,22.538450241088867,1,0.12903225421905518,1.6799999475479126,0.36000001430511475,0.8500000238418579,2.890000104904175,31.56916618347168 +1990,4,0,MVA,15-17 yrs,43,149996,15.99155330657959,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,28.667430877685547 +1990,4,0,suicide,15-17 yrs,22,149996,15.99155330657959,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,14.667057991027832 +1990,4,0,homicide,15-17 yrs,16,149996,15.99155330657959,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,10.666951179504395 +1990,4,0,other external,15-17 yrs,19,149996,15.99155330657959,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,12.667004585266113 +1990,4,0,internal,15-17 yrs,18,149996,15.99155330657959,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,12.000320434570312 +1990,4,0,all,18-20 yrs,201,171103,19.042827606201172,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,117.47309875488281 +1990,4,0,MVA,18-20 yrs,84,171103,19.042827606201172,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,49.09323501586914 +1990,4,0,suicide,18-20 yrs,36,171103,19.042827606201172,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,21.039958953857422 +1990,4,0,homicide,18-20 yrs,28,171103,19.042827606201172,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,16.364412307739258 +1990,4,0,other external,18-20 yrs,22,171103,19.042827606201172,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,12.857752799987793 +1990,4,0,internal,18-20 yrs,31,171103,19.042827606201172,0,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,18.11774253845215 +1990,4,0,all,21-24 yrs,292,220330,22.508804321289062,1,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,132.52847290039062 +1990,4,0,MVA,21-24 yrs,114,220330,22.508804321289062,1,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,51.740570068359375 +1990,4,0,suicide,21-24 yrs,56,220330,22.508804321289062,1,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,25.416419982910156 +1990,4,0,homicide,21-24 yrs,42,220330,22.508804321289062,1,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,19.062314987182617 +1990,4,0,other external,21-24 yrs,34,220330,22.508804321289062,1,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,15.431398391723633 +1990,4,0,internal,21-24 yrs,46,220330,22.508804321289062,1,0.12241774797439575,1.590000033378601,0.3700000047683716,0.800000011920929,2.7699999809265137,20.877775192260742 +1991,4,0,MVA,15-17 yrs,48,151389,15.995508193969727,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,31.706398010253906 +1991,4,0,suicide,15-17 yrs,29,151389,15.995508193969727,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,19.155948638916016 +1991,4,0,homicide,15-17 yrs,24,151389,15.995508193969727,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,15.853199005126953 +1991,4,0,other external,15-17 yrs,21,151389,15.995508193969727,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,13.871549606323242 +1991,4,0,internal,15-17 yrs,27,151389,15.995508193969727,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,17.834848403930664 +1991,4,0,all,18-20 yrs,198,165116,19.064239501953125,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,119.91569519042969 +1991,4,0,MVA,18-20 yrs,65,165116,19.064239501953125,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,39.36626434326172 +1991,4,0,suicide,18-20 yrs,37,165116,19.064239501953125,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,22.408489227294922 +1991,4,0,homicide,18-20 yrs,46,165116,19.064239501953125,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,27.859201431274414 +1991,4,0,other external,18-20 yrs,24,165116,19.064239501953125,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,14.535235404968262 +1991,4,0,internal,18-20 yrs,26,165116,19.064239501953125,0,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,15.746505737304688 +1991,4,0,all,21-24 yrs,264,223129,22.477737426757812,1,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,118.31720733642578 +1991,4,0,MVA,21-24 yrs,71,223129,22.477737426757812,1,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,31.820158004760742 +1991,4,0,suicide,21-24 yrs,53,223129,22.477737426757812,1,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,23.753074645996094 +1991,4,0,homicide,21-24 yrs,42,223129,22.477737426757812,1,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,18.823192596435547 +1991,4,0,other external,21-24 yrs,33,223129,22.477737426757812,1,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,14.789650917053223 +1991,4,0,internal,21-24 yrs,65,223129,22.477737426757812,1,0.11747430264949799,1.5800000429153442,0.3499999940395355,0.7799999713897705,2.7100000381469727,29.13113021850586 +1992,4,0,MVA,15-17 yrs,36,156567,15.995094299316406,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,22.993350982666016 +1992,4,0,suicide,15-17 yrs,18,156567,15.995094299316406,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,11.496675491333008 +1992,4,0,homicide,15-17 yrs,24,156567,15.995094299316406,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,15.328900337219238 +1992,4,0,other external,15-17 yrs,20,156567,15.995094299316406,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,12.774084091186523 +1992,4,0,internal,15-17 yrs,22,156567,15.995094299316406,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,14.051492691040039 +1992,4,0,all,18-20 yrs,172,159867,19.040203094482422,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,107.58943176269531 +1992,4,0,MVA,18-20 yrs,59,159867,19.040203094482422,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,36.905677795410156 +1992,4,0,suicide,18-20 yrs,23,159867,19.040203094482422,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,14.386959075927734 +1992,4,0,homicide,18-20 yrs,38,159867,19.040203094482422,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,23.769758224487305 +1992,4,0,other external,18-20 yrs,25,159867,19.040203094482422,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,15.637999534606934 +1992,4,0,internal,18-20 yrs,27,159867,19.040203094482422,0,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,16.8890380859375 +1992,4,0,all,21-24 yrs,287,229900,22.466415405273438,1,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,124.83688354492188 +1992,4,0,MVA,21-24 yrs,90,229900,22.466415405273438,1,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,39.147457122802734 +1992,4,0,suicide,21-24 yrs,50,229900,22.466415405273438,1,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,21.748586654663086 +1992,4,0,homicide,21-24 yrs,48,229900,22.466415405273438,1,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,20.878643035888672 +1992,4,0,other external,21-24 yrs,40,229900,22.466415405273438,1,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,17.398868560791016 +1992,4,0,internal,21-24 yrs,59,229900,22.466415405273438,1,0.11404133588075638,1.5800000429153442,0.3100000023841858,0.800000011920929,2.690000057220459,25.663331985473633 +1993,4,0,MVA,15-17 yrs,45,162176,15.986335754394531,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,27.74763298034668 +1993,4,0,suicide,15-17 yrs,23,162176,15.986335754394531,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,14.182123184204102 +1993,4,0,homicide,15-17 yrs,23,162176,15.986335754394531,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,14.182123184204102 +1993,4,0,other external,15-17 yrs,18,162176,15.986335754394531,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,11.099052429199219 +1993,4,0,internal,15-17 yrs,29,162176,15.986335754394531,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,17.881807327270508 +1993,4,0,all,18-20 yrs,223,161705,19.01003074645996,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,137.9054412841797 +1993,4,0,MVA,18-20 yrs,67,161705,19.01003074645996,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,41.433475494384766 +1993,4,0,suicide,18-20 yrs,51,161705,19.01003074645996,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,31.53891372680664 +1993,4,0,homicide,18-20 yrs,47,161705,19.01003074645996,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,29.06527328491211 +1993,4,0,other external,18-20 yrs,27,161705,19.01003074645996,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,16.697071075439453 +1993,4,0,internal,18-20 yrs,31,161705,19.01003074645996,0,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,19.170711517333984 +1993,4,0,all,21-24 yrs,277,233503,22.507633209228516,1,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,118.6280288696289 +1993,4,0,MVA,21-24 yrs,77,233503,22.507633209228516,1,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,32.97602081298828 +1993,4,0,suicide,21-24 yrs,62,233503,22.507633209228516,1,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,26.552122116088867 +1993,4,0,homicide,21-24 yrs,44,233503,22.507633209228516,1,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,18.843441009521484 +1993,4,0,other external,21-24 yrs,31,233503,22.507633209228516,1,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,13.276061058044434 +1993,4,0,internal,21-24 yrs,63,233503,22.507633209228516,1,0.11072663962841034,1.5800000429153442,0.27000001072883606,0.7599999904632568,2.619999885559082,26.98038101196289 +1994,4,0,MVA,15-17 yrs,56,169606,15.997960090637207,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,33.0177001953125 +1994,4,0,suicide,15-17 yrs,21,169606,15.997960090637207,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,12.381637573242188 +1994,4,0,homicide,15-17 yrs,31,169606,15.997960090637207,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,18.27765464782715 +1994,4,0,other external,15-17 yrs,12,169606,15.997960090637207,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,7.075221538543701 +1994,4,0,internal,15-17 yrs,27,169606,15.997960090637207,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,15.919248580932617 +1994,4,0,all,18-20 yrs,231,169001,19.012958526611328,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,136.68557739257812 +1994,4,0,MVA,18-20 yrs,66,169001,19.012958526611328,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,39.05302429199219 +1994,4,0,suicide,18-20 yrs,58,169001,19.012958526611328,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,34.3193244934082 +1994,4,0,homicide,18-20 yrs,53,169001,19.012958526611328,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,31.360761642456055 +1994,4,0,other external,18-20 yrs,26,169001,19.012958526611328,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,15.38452434539795 +1994,4,0,internal,18-20 yrs,28,169001,19.012958526611328,0,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,16.567949295043945 +1994,4,0,all,21-24 yrs,347,237441,22.5521240234375,1,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,146.14157104492188 +1994,4,0,MVA,21-24 yrs,103,237441,22.5521240234375,1,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,43.37919616699219 +1994,4,0,suicide,21-24 yrs,82,237441,22.5521240234375,1,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,34.53489685058594 +1994,4,0,homicide,21-24 yrs,69,237441,22.5521240234375,1,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,29.059850692749023 +1994,4,0,other external,21-24 yrs,47,237441,22.5521240234375,1,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,19.794391632080078 +1994,4,0,internal,21-24 yrs,46,237441,22.5521240234375,1,0.1079622134566307,1.5199999809265137,0.28999999165534973,0.699999988079071,2.5,19.373233795166016 +1995,4,0,MVA,15-17 yrs,60,181010,15.978415489196777,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,33.1473388671875 +1995,4,0,suicide,15-17 yrs,26,181010,15.978415489196777,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,14.363847732543945 +1995,4,0,homicide,15-17 yrs,46,181010,15.978415489196777,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,25.412960052490234 +1995,4,0,other external,15-17 yrs,29,181010,15.978415489196777,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,16.02121353149414 +1995,4,0,internal,15-17 yrs,26,181010,15.978415489196777,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,14.363847732543945 +1995,4,0,all,18-20 yrs,232,177655,19.01148796081543,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,130.59019470214844 +1995,4,0,MVA,18-20 yrs,74,177655,19.01148796081543,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,41.65376663208008 +1995,4,0,suicide,18-20 yrs,31,177655,19.01148796081543,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,17.44955062866211 +1995,4,0,homicide,18-20 yrs,63,177655,19.01148796081543,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,35.46199035644531 +1995,4,0,other external,18-20 yrs,28,177655,19.01148796081543,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,15.760885238647461 +1995,4,0,internal,18-20 yrs,36,177655,19.01148796081543,0,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,20.263994216918945 +1995,4,0,all,21-24 yrs,353,236038,22.55314826965332,1,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,149.55218505859375 +1995,4,0,MVA,21-24 yrs,107,236038,22.55314826965332,1,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,45.33168411254883 +1995,4,0,suicide,21-24 yrs,55,236038,22.55314826965332,1,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,23.301332473754883 +1995,4,0,homicide,21-24 yrs,69,236038,22.55314826965332,1,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,29.232582092285156 +1995,4,0,other external,21-24 yrs,54,236038,22.55314826965332,1,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,22.87767219543457 +1995,4,0,internal,21-24 yrs,68,236038,22.55314826965332,1,0.10498687624931335,1.4700000286102295,0.28999999165534973,0.6800000071525574,2.440000057220459,28.80891990661621 +1996,4,0,MVA,15-17 yrs,55,190836,15.985799789428711,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,28.820558547973633 +1996,4,0,suicide,15-17 yrs,25,190836,15.985799789428711,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,13.10025405883789 +1996,4,0,homicide,15-17 yrs,29,190836,15.985799789428711,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,15.196293830871582 +1996,4,0,other external,15-17 yrs,16,190836,15.985799789428711,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,8.384161949157715 +1996,4,0,internal,15-17 yrs,24,190836,15.985799789428711,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,12.57624340057373 +1996,4,0,all,18-20 yrs,246,183260,19.005374908447266,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,134.2355194091797 +1996,4,0,MVA,18-20 yrs,71,183260,19.005374908447266,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,38.74277114868164 +1996,4,0,suicide,18-20 yrs,44,183260,19.005374908447266,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,24.00960350036621 +1996,4,0,homicide,18-20 yrs,56,183260,19.005374908447266,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,30.55767822265625 +1996,4,0,other external,18-20 yrs,34,183260,19.005374908447266,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,18.552875518798828 +1996,4,0,internal,18-20 yrs,41,183260,19.005374908447266,0,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,22.37258529663086 +1996,4,0,all,21-24 yrs,322,233882,22.50218963623047,1,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,137.67626953125 +1996,4,0,MVA,21-24 yrs,89,233882,22.50218963623047,1,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,38.05337905883789 +1996,4,0,suicide,21-24 yrs,66,233882,22.50218963623047,1,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,28.219358444213867 +1996,4,0,homicide,21-24 yrs,58,233882,22.50218963623047,1,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,24.798830032348633 +1996,4,0,other external,21-24 yrs,51,233882,22.50218963623047,1,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,21.80586814880371 +1996,4,0,internal,21-24 yrs,58,233882,22.50218963623047,1,0.10197578370571136,1.5199999809265137,0.33000001311302185,0.7300000190734863,2.5799999237060547,24.798830032348633 +1970,5,0,MVA,15-17 yrs,37,114329,15.977258682250977,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,32.36274337768555 +1970,5,0,suicide,15-17 yrs,4,114329,15.977258682250977,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,3.4986748695373535 +1970,5,0,homicide,15-17 yrs,9,114329,15.977258682250977,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,7.872018337249756 +1970,5,0,other external,15-17 yrs,31,114329,15.977258682250977,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,27.114730834960938 +1970,5,0,internal,15-17 yrs,30,114329,15.977258682250977,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,26.240060806274414 +1970,5,0,all,18-20 yrs,166,98829,18.949630737304688,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,167.96688842773438 +1970,5,0,MVA,18-20 yrs,72,98829,18.949630737304688,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,72.85311126708984 +1970,5,0,suicide,18-20 yrs,14,98829,18.949630737304688,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,14.165882110595703 +1970,5,0,homicide,18-20 yrs,14,98829,18.949630737304688,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,14.165882110595703 +1970,5,0,other external,18-20 yrs,36,98829,18.949630737304688,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,36.42655563354492 +1970,5,0,internal,18-20 yrs,30,98829,18.949630737304688,0,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,30.3554630279541 +1970,5,0,all,21-24 yrs,168,112309,22.404972076416016,1,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,149.58729553222656 +1970,5,0,MVA,21-24 yrs,61,112309,22.404972076416016,1,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,54.31443786621094 +1970,5,0,suicide,21-24 yrs,9,112309,22.404972076416016,1,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,8.013605117797852 +1970,5,0,homicide,21-24 yrs,17,112309,22.404972076416016,1,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,15.136810302734375 +1970,5,0,other external,21-24 yrs,32,112309,22.404972076416016,1,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,28.49281883239746 +1970,5,0,internal,21-24 yrs,49,112309,22.404972076416016,1,0.4156967103481293,0.7099999785423279,0.12999999523162842,0.5899999737739563,1.4299999475479126,43.6296272277832 +1971,5,0,MVA,15-17 yrs,47,118489,15.99081802368164,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,39.66613006591797 +1971,5,0,suicide,15-17 yrs,3,118489,15.99081802368164,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,2.5318806171417236 +1971,5,0,homicide,15-17 yrs,5,118489,15.99081802368164,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,4.21980094909668 +1971,5,0,other external,15-17 yrs,37,118489,15.99081802368164,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,31.22652816772461 +1971,5,0,internal,15-17 yrs,18,118489,15.99081802368164,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,15.191283226013184 +1971,5,0,all,18-20 yrs,166,102027,18.975065231323242,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,162.7020263671875 +1971,5,0,MVA,18-20 yrs,74,102027,18.975065231323242,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,72.52982330322266 +1971,5,0,suicide,18-20 yrs,6,102027,18.975065231323242,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,5.880796432495117 +1971,5,0,homicide,18-20 yrs,15,102027,18.975065231323242,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,14.701991081237793 +1971,5,0,other external,18-20 yrs,32,102027,18.975065231323242,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,31.364246368408203 +1971,5,0,internal,18-20 yrs,39,102027,18.975065231323242,0,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,38.22517395019531 +1971,5,0,all,21-24 yrs,205,126189,22.53006935119629,1,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,162.45472717285156 +1971,5,0,MVA,21-24 yrs,82,126189,22.53006935119629,1,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,64.98189544677734 +1971,5,0,suicide,21-24 yrs,12,126189,22.53006935119629,1,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,9.50954532623291 +1971,5,0,homicide,21-24 yrs,16,126189,22.53006935119629,1,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,12.679393768310547 +1971,5,0,other external,21-24 yrs,48,126189,22.53006935119629,1,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,38.03818130493164 +1971,5,0,internal,21-24 yrs,47,126189,22.53006935119629,1,0.39824768900871277,0.7699999809265137,0.14000000059604645,0.5600000023841858,1.4700000286102295,37.24571990966797 +1972,5,0,MVA,15-17 yrs,72,121659,15.986231803894043,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,59.18181228637695 +1972,5,0,suicide,15-17 yrs,4,121659,15.986231803894043,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,3.2878785133361816 +1972,5,0,homicide,15-17 yrs,4,121659,15.986231803894043,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,3.2878785133361816 +1972,5,0,other external,15-17 yrs,42,121659,15.986231803894043,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,34.52272415161133 +1972,5,0,internal,15-17 yrs,26,121659,15.986231803894043,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,21.3712100982666 +1972,5,0,all,18-20 yrs,206,105761,18.973987579345703,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,194.77879333496094 +1972,5,0,MVA,18-20 yrs,98,105761,18.973987579345703,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,92.66175842285156 +1972,5,0,suicide,18-20 yrs,10,105761,18.973987579345703,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,9.455281257629395 +1972,5,0,homicide,18-20 yrs,4,105761,18.973987579345703,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,3.7821125984191895 +1972,5,0,other external,18-20 yrs,46,105761,18.973987579345703,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,43.494293212890625 +1972,5,0,internal,18-20 yrs,48,105761,18.973987579345703,0,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,45.38534927368164 +1972,5,0,all,21-24 yrs,200,130205,22.49545669555664,1,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,153.6039276123047 +1972,5,0,MVA,21-24 yrs,66,130205,22.49545669555664,1,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,50.68929672241211 +1972,5,0,suicide,21-24 yrs,6,130205,22.49545669555664,1,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,4.608118057250977 +1972,5,0,homicide,21-24 yrs,24,130205,22.49545669555664,1,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,18.432472229003906 +1972,5,0,other external,21-24 yrs,74,130205,22.49545669555664,1,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,56.83345413208008 +1972,5,0,internal,21-24 yrs,30,130205,22.49545669555664,1,0.3858620226383209,0.7699999809265137,0.12999999523162842,0.5699999928474426,1.4700000286102295,23.040590286254883 +1973,5,0,MVA,15-17 yrs,49,124273,15.990094184875488,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,39.4293212890625 +1973,5,0,suicide,15-17 yrs,2,124273,15.990094184875488,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,1.6093599796295166 +1973,5,0,homicide,15-17 yrs,5,124273,15.990094184875488,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,4.02340030670166 +1973,5,0,other external,15-17 yrs,38,124273,15.990094184875488,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,30.57784080505371 +1973,5,0,internal,15-17 yrs,25,124273,15.990094184875488,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,20.117000579833984 +1973,5,0,all,18-20 yrs,181,108007,18.961631774902344,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,167.58172607421875 +1973,5,0,MVA,18-20 yrs,74,108007,18.961631774902344,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,68.51407623291016 +1973,5,0,suicide,18-20 yrs,8,108007,18.961631774902344,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,7.406927108764648 +1973,5,0,homicide,18-20 yrs,8,108007,18.961631774902344,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,7.406927108764648 +1973,5,0,other external,18-20 yrs,48,108007,18.961631774902344,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,44.44156265258789 +1973,5,0,internal,18-20 yrs,43,108007,18.961631774902344,0,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,39.812232971191406 +1973,5,0,all,21-24 yrs,205,133123,22.499929428100586,1,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,153.992919921875 +1973,5,0,MVA,21-24 yrs,68,133123,22.499929428100586,1,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,51.0805778503418 +1973,5,0,suicide,21-24 yrs,9,133123,22.499929428100586,1,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,6.760664939880371 +1973,5,0,homicide,21-24 yrs,27,133123,22.499929428100586,1,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,20.28199577331543 +1973,5,0,other external,21-24 yrs,50,133123,22.499929428100586,1,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,37.55924987792969 +1973,5,0,internal,21-24 yrs,51,133123,22.499929428100586,1,0.3632664680480957,0.8199999928474426,0.12999999523162842,0.6100000143051147,1.559999942779541,38.3104362487793 +1974,5,0,MVA,15-17 yrs,46,126534,15.997684478759766,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,36.35386657714844 +1974,5,0,suicide,15-17 yrs,6,126534,15.997684478759766,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,4.7418084144592285 +1974,5,0,homicide,15-17 yrs,9,126534,15.997684478759766,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,7.112712860107422 +1974,5,0,other external,15-17 yrs,50,126534,15.997684478759766,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,39.515071868896484 +1974,5,0,internal,15-17 yrs,31,126534,15.997684478759766,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,24.499343872070312 +1974,5,0,all,18-20 yrs,135,112858,18.97901725769043,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,119.61934661865234 +1974,5,0,MVA,18-20 yrs,43,112858,18.97901725769043,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,38.100975036621094 +1974,5,0,suicide,18-20 yrs,10,112858,18.97901725769043,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,8.860692024230957 +1974,5,0,homicide,18-20 yrs,19,112858,18.97901725769043,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,16.835315704345703 +1974,5,0,other external,18-20 yrs,30,112858,18.97901725769043,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,26.582077026367188 +1974,5,0,internal,18-20 yrs,33,112858,18.97901725769043,0,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,29.240283966064453 +1974,5,0,all,21-24 yrs,186,134601,22.496891021728516,1,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,138.18618774414062 +1974,5,0,MVA,21-24 yrs,48,134601,22.496891021728516,1,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,35.660953521728516 +1974,5,0,suicide,21-24 yrs,11,134601,22.496891021728516,1,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,8.17230224609375 +1974,5,0,homicide,21-24 yrs,25,134601,22.496891021728516,1,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,18.573413848876953 +1974,5,0,other external,21-24 yrs,42,134601,22.496891021728516,1,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,31.20333480834961 +1974,5,0,internal,21-24 yrs,60,134601,22.496891021728516,1,0.32716089487075806,0.8899999856948853,0.12999999523162842,0.6499999761581421,1.659999966621399,44.57619094848633 +1975,5,0,MVA,15-17 yrs,39,129019,15.994837760925293,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,30.228105545043945 +1975,5,0,suicide,15-17 yrs,7,129019,15.994837760925293,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,5.425557613372803 +1975,5,0,homicide,15-17 yrs,5,129019,15.994837760925293,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,3.8753981590270996 +1975,5,0,other external,15-17 yrs,43,129019,15.994837760925293,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,33.328426361083984 +1975,5,0,internal,15-17 yrs,21,129019,15.994837760925293,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,16.27667236328125 +1975,5,0,all,18-20 yrs,175,117492,18.975709915161133,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,148.94630432128906 +1975,5,0,MVA,18-20 yrs,61,117492,18.975709915161133,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,51.91843032836914 +1975,5,0,suicide,18-20 yrs,13,117492,18.975709915161133,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,11.064582824707031 +1975,5,0,homicide,18-20 yrs,22,117492,18.975709915161133,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,18.724679946899414 +1975,5,0,other external,18-20 yrs,50,117492,18.975709915161133,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,42.556087493896484 +1975,5,0,internal,18-20 yrs,29,117492,18.975709915161133,0,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,24.682531356811523 +1975,5,0,all,21-24 yrs,201,139462,22.486957550048828,1,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,144.12527465820312 +1975,5,0,MVA,21-24 yrs,68,139462,22.486957550048828,1,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,48.7588005065918 +1975,5,0,suicide,21-24 yrs,15,139462,22.486957550048828,1,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,10.75561809539795 +1975,5,0,homicide,21-24 yrs,21,139462,22.486957550048828,1,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,15.057865142822266 +1975,5,0,other external,21-24 yrs,52,139462,22.486957550048828,1,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,37.2861442565918 +1975,5,0,internal,21-24 yrs,45,139462,22.486957550048828,1,0.29979613423347473,0.8899999856948853,0.11999999731779099,0.6299999952316284,1.6399999856948853,32.26685333251953 +1976,5,0,MVA,15-17 yrs,37,128565,15.993481636047363,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,28.779216766357422 +1976,5,0,suicide,15-17 yrs,10,128565,15.993481636047363,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,7.778166770935059 +1976,5,0,homicide,15-17 yrs,6,128565,15.993481636047363,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,4.666900157928467 +1976,5,0,other external,15-17 yrs,33,128565,15.993481636047363,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,25.667949676513672 +1976,5,0,internal,15-17 yrs,24,128565,15.993481636047363,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,18.667600631713867 +1976,5,0,all,18-20 yrs,163,118556,18.981966018676758,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,137.48776245117188 +1976,5,0,MVA,18-20 yrs,63,118556,18.981966018676758,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,53.13944625854492 +1976,5,0,suicide,18-20 yrs,17,118556,18.981966018676758,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,14.339215278625488 +1976,5,0,homicide,18-20 yrs,15,118556,18.981966018676758,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,12.65224838256836 +1976,5,0,other external,18-20 yrs,31,118556,18.981966018676758,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,26.147981643676758 +1976,5,0,internal,18-20 yrs,37,118556,18.981966018676758,0,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,31.208879470825195 +1976,5,0,all,21-24 yrs,188,140808,22.470022201538086,1,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,133.51513671875 +1976,5,0,MVA,21-24 yrs,67,140808,22.470022201538086,1,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,47.582523345947266 +1976,5,0,suicide,21-24 yrs,15,140808,22.470022201538086,1,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,10.652803421020508 +1976,5,0,homicide,21-24 yrs,22,140808,22.470022201538086,1,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,15.624112129211426 +1976,5,0,other external,21-24 yrs,47,140808,22.470022201538086,1,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,33.3787841796875 +1976,5,0,internal,21-24 yrs,37,140808,22.470022201538086,1,0.2834627628326416,0.8600000143051147,0.11999999731779099,0.6700000166893005,1.659999966621399,26.27691650390625 +1977,5,0,MVA,15-17 yrs,41,129599,15.993888854980469,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,31.63604736328125 +1977,5,0,suicide,15-17 yrs,7,129599,15.993888854980469,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,5.401276111602783 +1977,5,0,homicide,15-17 yrs,6,129599,15.993888854980469,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,4.629665374755859 +1977,5,0,other external,15-17 yrs,40,129599,15.993888854980469,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,30.86443519592285 +1977,5,0,internal,15-17 yrs,25,129599,15.993888854980469,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,19.290271759033203 +1977,5,0,all,18-20 yrs,135,121047,18.992002487182617,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,111.52692413330078 +1977,5,0,MVA,18-20 yrs,63,121047,18.992002487182617,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,52.0458984375 +1977,5,0,suicide,18-20 yrs,13,121047,18.992002487182617,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,10.739629745483398 +1977,5,0,homicide,18-20 yrs,9,121047,18.992002487182617,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,7.435128688812256 +1977,5,0,other external,18-20 yrs,32,121047,18.992002487182617,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,26.436012268066406 +1977,5,0,internal,18-20 yrs,18,121047,18.992002487182617,0,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,14.870257377624512 +1977,5,0,all,21-24 yrs,211,144148,22.460020065307617,1,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,146.37733459472656 +1977,5,0,MVA,21-24 yrs,73,144148,22.460020065307617,1,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,50.64239501953125 +1977,5,0,suicide,21-24 yrs,29,144148,22.460020065307617,1,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,20.11821174621582 +1977,5,0,homicide,21-24 yrs,21,144148,22.460020065307617,1,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,14.568360328674316 +1977,5,0,other external,21-24 yrs,39,144148,22.460020065307617,1,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,27.055526733398438 +1977,5,0,internal,21-24 yrs,49,144148,22.460020065307617,1,0.2661556601524353,0.9200000166893005,0.10000000149011612,0.6299999952316284,1.649999976158142,33.99283981323242 +1978,5,0,MVA,15-17 yrs,42,131023,15.991581916809082,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,32.05543899536133 +1978,5,0,suicide,15-17 yrs,4,131023,15.991581916809082,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,3.052899122238159 +1978,5,0,homicide,15-17 yrs,8,131023,15.991581916809082,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,6.105798244476318 +1978,5,0,other external,15-17 yrs,26,131023,15.991581916809082,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,19.843843460083008 +1978,5,0,internal,15-17 yrs,31,131023,15.991581916809082,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,23.65996742248535 +1978,5,0,all,18-20 yrs,173,122197,18.990196228027344,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,141.57467651367188 +1978,5,0,MVA,18-20 yrs,79,122197,18.990196228027344,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,64.64970397949219 +1978,5,0,suicide,18-20 yrs,12,122197,18.990196228027344,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,9.820208549499512 +1978,5,0,homicide,18-20 yrs,15,122197,18.990196228027344,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,12.275259971618652 +1978,5,0,other external,18-20 yrs,39,122197,18.990196228027344,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,31.915678024291992 +1978,5,0,internal,18-20 yrs,28,122197,18.990196228027344,0,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,22.913820266723633 +1978,5,0,all,21-24 yrs,210,148940,22.465442657470703,1,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,140.99636840820312 +1978,5,0,MVA,21-24 yrs,68,148940,22.465442657470703,1,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,45.655967712402344 +1978,5,0,suicide,21-24 yrs,25,148940,22.465442657470703,1,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,16.785282135009766 +1978,5,0,homicide,21-24 yrs,31,148940,22.465442657470703,1,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,20.813751220703125 +1978,5,0,other external,21-24 yrs,52,148940,22.465442657470703,1,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,34.913387298583984 +1978,5,0,internal,21-24 yrs,34,148940,22.465442657470703,1,0.24737779796123505,0.9700000286102295,0.10999999940395355,0.7300000190734863,1.8200000524520874,22.827983856201172 +1979,5,0,MVA,15-17 yrs,53,130979,15.996602058410645,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,40.464500427246094 +1979,5,0,suicide,15-17 yrs,4,130979,15.996602058410645,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,3.053924560546875 +1979,5,0,homicide,15-17 yrs,9,130979,15.996602058410645,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,6.871330738067627 +1979,5,0,other external,15-17 yrs,24,130979,15.996602058410645,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,18.32354736328125 +1979,5,0,internal,15-17 yrs,19,130979,15.996602058410645,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,14.506142616271973 +1979,5,0,all,18-20 yrs,168,123179,18.989843368530273,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,136.3868865966797 +1979,5,0,MVA,18-20 yrs,70,123179,18.989843368530273,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,56.8278694152832 +1979,5,0,suicide,18-20 yrs,14,123179,18.989843368530273,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,11.36557388305664 +1979,5,0,homicide,18-20 yrs,14,123179,18.989843368530273,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,11.36557388305664 +1979,5,0,other external,18-20 yrs,39,123179,18.989843368530273,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,31.66124153137207 +1979,5,0,internal,18-20 yrs,31,123179,18.989843368530273,0,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,25.166627883911133 +1979,5,0,all,21-24 yrs,188,151079,22.47144889831543,1,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,124.4382095336914 +1979,5,0,MVA,21-24 yrs,50,151079,22.47144889831543,1,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,33.09526824951172 +1979,5,0,suicide,21-24 yrs,24,151079,22.47144889831543,1,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,15.88572883605957 +1979,5,0,homicide,21-24 yrs,33,151079,22.47144889831543,1,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,21.842876434326172 +1979,5,0,other external,21-24 yrs,38,151079,22.47144889831543,1,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,25.152402877807617 +1979,5,0,internal,21-24 yrs,43,151079,22.47144889831543,1,0.22216297686100006,0.9300000071525574,0.10000000149011612,0.5699999928474426,1.600000023841858,28.461931228637695 +1980,5,0,MVA,15-17 yrs,57,128751,16.01544761657715,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,44.27149963378906 +1980,5,0,suicide,15-17 yrs,9,128751,16.01544761657715,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,6.990236759185791 +1980,5,0,homicide,15-17 yrs,9,128751,16.01544761657715,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,6.990236759185791 +1980,5,0,other external,15-17 yrs,30,128751,16.01544761657715,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,23.300790786743164 +1980,5,0,internal,15-17 yrs,26,128751,16.01544761657715,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,20.19401741027832 +1980,5,0,all,18-20 yrs,173,125804,18.991382598876953,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,137.5155029296875 +1980,5,0,MVA,18-20 yrs,73,125804,18.991382598876953,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,58.026771545410156 +1980,5,0,suicide,18-20 yrs,16,125804,18.991382598876953,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,12.718196868896484 +1980,5,0,homicide,18-20 yrs,17,125804,18.991382598876953,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,13.513083457946777 +1980,5,0,other external,18-20 yrs,40,125804,18.991382598876953,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,31.79549217224121 +1980,5,0,internal,18-20 yrs,27,125804,18.991382598876953,0,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,21.461956024169922 +1980,5,0,all,21-24 yrs,210,153431,22.477510452270508,1,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,136.8693389892578 +1980,5,0,MVA,21-24 yrs,77,153431,22.477510452270508,1,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,50.1854248046875 +1980,5,0,suicide,21-24 yrs,17,153431,22.477510452270508,1,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,11.079898834228516 +1980,5,0,homicide,21-24 yrs,43,153431,22.477510452270508,1,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,28.02562713623047 +1980,5,0,other external,21-24 yrs,35,153431,22.477510452270508,1,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,22.81155776977539 +1980,5,0,internal,21-24 yrs,38,153431,22.477510452270508,1,0.19574066996574402,1,0.11999999731779099,0.6899999976158142,1.809999942779541,24.76683235168457 +1981,5,0,MVA,15-17 yrs,48,122480,16.043476104736328,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,39.19007110595703 +1981,5,0,suicide,15-17 yrs,14,122480,16.043476104736328,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,11.430438041687012 +1981,5,0,homicide,15-17 yrs,6,122480,16.043476104736328,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,4.898758888244629 +1981,5,0,other external,15-17 yrs,14,122480,16.043476104736328,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,11.430438041687012 +1981,5,0,internal,15-17 yrs,10,122480,16.043476104736328,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,8.16459846496582 +1981,5,0,all,18-20 yrs,122,127239,18.997438430786133,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,95.88255310058594 +1981,5,0,MVA,18-20 yrs,56,127239,18.997438430786133,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,44.011661529541016 +1981,5,0,suicide,18-20 yrs,12,127239,18.997438430786133,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,9.431070327758789 +1981,5,0,homicide,18-20 yrs,6,127239,18.997438430786133,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,4.7155351638793945 +1981,5,0,other external,18-20 yrs,28,127239,18.997438430786133,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,22.005830764770508 +1981,5,0,internal,18-20 yrs,20,127239,18.997438430786133,0,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,15.718451499938965 +1981,5,0,all,21-24 yrs,222,154596,22.484249114990234,1,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,143.60009765625 +1981,5,0,MVA,21-24 yrs,78,154596,22.484249114990234,1,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,50.45408630371094 +1981,5,0,suicide,21-24 yrs,26,154596,22.484249114990234,1,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,16.818029403686523 +1981,5,0,homicide,21-24 yrs,36,154596,22.484249114990234,1,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,23.286500930786133 +1981,5,0,other external,21-24 yrs,30,154596,22.484249114990234,1,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,19.405418395996094 +1981,5,0,internal,21-24 yrs,52,154596,22.484249114990234,1,0.17743709683418274,1.059999942779541,0.11999999731779099,0.6800000071525574,1.8700000047683716,33.63605880737305 +1982,5,0,MVA,15-17 yrs,34,115033,16.04391860961914,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,29.55673599243164 +1982,5,0,suicide,15-17 yrs,4,115033,16.04391860961914,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,3.4772629737854004 +1982,5,0,homicide,15-17 yrs,6,115033,16.04391860961914,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,5.21589469909668 +1982,5,0,other external,15-17 yrs,18,115033,16.04391860961914,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,15.647684097290039 +1982,5,0,internal,15-17 yrs,16,115033,16.04391860961914,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,13.909051895141602 +1982,5,0,all,18-20 yrs,156,127345,19.000957489013672,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,122.50186157226562 +1982,5,0,MVA,18-20 yrs,64,127345,19.000957489013672,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,50.25717544555664 +1982,5,0,suicide,18-20 yrs,18,127345,19.000957489013672,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,14.134830474853516 +1982,5,0,homicide,18-20 yrs,22,127345,19.000957489013672,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,17.275903701782227 +1982,5,0,other external,18-20 yrs,22,127345,19.000957489013672,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,17.275903701782227 +1982,5,0,internal,18-20 yrs,30,127345,19.000957489013672,0,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,23.55805015563965 +1982,5,0,all,21-24 yrs,190,155632,22.473764419555664,1,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,122.0828628540039 +1982,5,0,MVA,21-24 yrs,58,155632,22.473764419555664,1,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,37.267398834228516 +1982,5,0,suicide,21-24 yrs,26,155632,22.473764419555664,1,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,16.70607566833496 +1982,5,0,homicide,21-24 yrs,14,155632,22.473764419555664,1,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,8.995579719543457 +1982,5,0,other external,21-24 yrs,48,155632,22.473764419555664,1,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,30.84198570251465 +1982,5,0,internal,21-24 yrs,44,155632,22.473764419555664,1,0.16714023053646088,1.0299999713897705,0.11999999731779099,0.6299999952316284,1.7799999713897705,28.271820068359375 +1983,5,0,MVA,15-17 yrs,37,109538,16.024028778076172,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,33.77823257446289 +1983,5,0,suicide,15-17 yrs,12,109538,16.024028778076172,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,10.95510196685791 +1983,5,0,homicide,15-17 yrs,0,109538,16.024028778076172,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,0 +1983,5,0,other external,15-17 yrs,8,109538,16.024028778076172,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,7.303401470184326 +1983,5,0,internal,15-17 yrs,20,109538,16.024028778076172,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,18.258502960205078 +1983,5,0,all,18-20 yrs,139,126123,19.020139694213867,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,110.20987701416016 +1983,5,0,MVA,18-20 yrs,69,126123,19.020139694213867,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,54.708499908447266 +1983,5,0,suicide,18-20 yrs,18,126123,19.020139694213867,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,14.271781921386719 +1983,5,0,homicide,18-20 yrs,10,126123,19.020139694213867,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,7.928768157958984 +1983,5,0,other external,18-20 yrs,23,126123,19.020139694213867,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,18.23616600036621 +1983,5,0,internal,18-20 yrs,19,126123,19.020139694213867,0,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,15.064659118652344 +1983,5,0,all,21-24 yrs,197,157427,22.470382690429688,1,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,125.13736724853516 +1983,5,0,MVA,21-24 yrs,78,157427,22.470382690429688,1,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,49.546775817871094 +1983,5,0,suicide,21-24 yrs,20,157427,22.470382690429688,1,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,12.704300880432129 +1983,5,0,homicide,21-24 yrs,28,157427,22.470382690429688,1,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,17.786022186279297 +1983,5,0,other external,21-24 yrs,30,157427,22.470382690429688,1,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,19.05645179748535 +1983,5,0,internal,21-24 yrs,41,157427,22.470382690429688,1,0.16193807125091553,1.0299999713897705,0.12999999523162842,0.6299999952316284,1.7799999713897705,26.0438175201416 +1984,5,0,MVA,15-17 yrs,35,108606,16.006933212280273,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,32.22658157348633 +1984,5,0,suicide,15-17 yrs,12,108606,16.006933212280273,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,11.049113273620605 +1984,5,0,homicide,15-17 yrs,3,108606,16.006933212280273,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,2.7622783184051514 +1984,5,0,other external,15-17 yrs,16,108606,16.006933212280273,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,14.73215103149414 +1984,5,0,internal,15-17 yrs,23,108606,16.006933212280273,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,21.177467346191406 +1984,5,0,all,18-20 yrs,136,121081,19.045969009399414,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,112.32150268554688 +1984,5,0,MVA,18-20 yrs,74,121081,19.045969009399414,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,61.116111755371094 +1984,5,0,suicide,18-20 yrs,16,121081,19.045969009399414,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,13.21429443359375 +1984,5,0,homicide,18-20 yrs,6,121081,19.045969009399414,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,4.955360412597656 +1984,5,0,other external,18-20 yrs,18,121081,19.045969009399414,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,14.866081237792969 +1984,5,0,internal,18-20 yrs,22,121081,19.045969009399414,0,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,18.169654846191406 +1984,5,0,all,21-24 yrs,182,159120,22.470123291015625,1,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,114.37908172607422 +1984,5,0,MVA,21-24 yrs,66,159120,22.470123291015625,1,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,41.47813034057617 +1984,5,0,suicide,21-24 yrs,23,159120,22.470123291015625,1,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,14.454500198364258 +1984,5,0,homicide,21-24 yrs,24,159120,22.470123291015625,1,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,15.082956314086914 +1984,5,0,other external,21-24 yrs,29,159120,22.470123291015625,1,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,18.225238800048828 +1984,5,0,internal,21-24 yrs,40,159120,22.470123291015625,1,0.1552361100912094,1.0199999809265137,0.11999999731779099,0.6399999856948853,1.7799999713897705,25.138259887695312 +1985,5,0,MVA,15-17 yrs,47,109878,15.992018699645996,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,42.774715423583984 +1985,5,0,suicide,15-17 yrs,7,109878,15.992018699645996,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,6.370702266693115 +1985,5,0,homicide,15-17 yrs,4,109878,15.992018699645996,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,3.6404011249542236 +1985,5,0,other external,15-17 yrs,22,109878,15.992018699645996,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,20.022207260131836 +1985,5,0,internal,15-17 yrs,16,109878,15.992018699645996,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,14.561604499816895 +1985,5,0,all,18-20 yrs,125,114171,19.042558670043945,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,109.48489379882812 +1985,5,0,MVA,18-20 yrs,58,114171,19.042558670043945,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,50.80099105834961 +1985,5,0,suicide,18-20 yrs,12,114171,19.042558670043945,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,10.510549545288086 +1985,5,0,homicide,18-20 yrs,13,114171,19.042558670043945,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,11.386428833007812 +1985,5,0,other external,18-20 yrs,21,114171,19.042558670043945,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,18.393463134765625 +1985,5,0,internal,18-20 yrs,21,114171,19.042558670043945,0,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,18.393463134765625 +1985,5,0,all,21-24 yrs,188,159153,22.481103897094727,1,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,118.12532806396484 +1985,5,0,MVA,21-24 yrs,60,159153,22.481103897094727,1,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,37.6995735168457 +1985,5,0,suicide,21-24 yrs,31,159153,22.481103897094727,1,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,19.478113174438477 +1985,5,0,homicide,21-24 yrs,20,159153,22.481103897094727,1,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,12.566524505615234 +1985,5,0,other external,21-24 yrs,35,159153,22.481103897094727,1,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,21.991416931152344 +1985,5,0,internal,21-24 yrs,42,159153,22.481103897094727,1,0.14989806711673737,1.0299999713897705,0.12999999523162842,0.5799999833106995,1.75,26.389699935913086 +1986,5,0,MVA,15-17 yrs,47,112696,15.98781681060791,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,41.70512008666992 +1986,5,0,suicide,15-17 yrs,9,112696,15.98781681060791,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,7.986086368560791 +1986,5,0,homicide,15-17 yrs,4,112696,15.98781681060791,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,3.5493717193603516 +1986,5,0,other external,15-17 yrs,15,112696,15.98781681060791,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,13.310144424438477 +1986,5,0,internal,15-17 yrs,20,112696,15.98781681060791,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,17.746858596801758 +1986,5,0,all,18-20 yrs,135,108585,19.01854705810547,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,124.3265609741211 +1986,5,0,MVA,18-20 yrs,67,108585,19.01854705810547,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,61.70281219482422 +1986,5,0,suicide,18-20 yrs,7,108585,19.01854705810547,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,6.446562767028809 +1986,5,0,homicide,18-20 yrs,20,108585,19.01854705810547,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,18.418750762939453 +1986,5,0,other external,18-20 yrs,20,108585,19.01854705810547,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,18.418750762939453 +1986,5,0,internal,18-20 yrs,21,108585,19.01854705810547,0,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,19.33968734741211 +1986,5,0,all,21-24 yrs,200,156009,22.500093460083008,1,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,128.19773864746094 +1986,5,0,MVA,21-24 yrs,75,156009,22.500093460083008,1,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,48.07415008544922 +1986,5,0,suicide,21-24 yrs,27,156009,22.500093460083008,1,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,17.30669403076172 +1986,5,0,homicide,21-24 yrs,28,156009,22.500093460083008,1,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,17.947683334350586 +1986,5,0,other external,21-24 yrs,36,156009,22.500093460083008,1,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,23.075592041015625 +1986,5,0,internal,21-24 yrs,34,156009,22.500093460083008,1,0.14716270565986633,1.059999942779541,0.09000000357627869,0.47999998927116394,1.6299999952316284,21.793615341186523 +1987,5,0,MVA,15-17 yrs,57,113147,16.01590919494629,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,50.3769416809082 +1987,5,0,suicide,15-17 yrs,12,113147,16.01590919494629,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,10.605671882629395 +1987,5,0,homicide,15-17 yrs,4,113147,16.01590919494629,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,3.535224199295044 +1987,5,0,other external,15-17 yrs,20,113147,16.01590919494629,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,17.67612075805664 +1987,5,0,internal,15-17 yrs,24,113147,16.01590919494629,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,21.21134376525879 +1987,5,0,all,18-20 yrs,143,107251,18.999664306640625,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,133.33209228515625 +1987,5,0,MVA,18-20 yrs,74,107251,18.999664306640625,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,68.99702453613281 +1987,5,0,suicide,18-20 yrs,8,107251,18.999664306640625,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,7.459137916564941 +1987,5,0,homicide,18-20 yrs,9,107251,18.999664306640625,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,8.39153003692627 +1987,5,0,other external,18-20 yrs,22,107251,18.999664306640625,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,20.51262855529785 +1987,5,0,internal,18-20 yrs,30,107251,18.999664306640625,0,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,27.97176742553711 +1987,5,0,all,21-24 yrs,161,149586,22.53661346435547,1,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,107.6303939819336 +1987,5,0,MVA,21-24 yrs,71,149586,22.53661346435547,1,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,47.46433639526367 +1987,5,0,suicide,21-24 yrs,22,149586,22.53661346435547,1,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,14.707258224487305 +1987,5,0,homicide,21-24 yrs,18,149586,22.53661346435547,1,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,12.033211708068848 +1987,5,0,other external,21-24 yrs,17,149586,22.53661346435547,1,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,11.364700317382812 +1987,5,0,internal,21-24 yrs,33,149586,22.53661346435547,1,0.22007042169570923,1.0800000429153442,0.10999999940395355,0.5299999713897705,1.7100000381469727,22.060888290405273 +1988,5,0,MVA,15-17 yrs,45,110897,16.039928436279297,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,40.57819366455078 +1988,5,0,suicide,15-17 yrs,15,110897,16.039928436279297,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,13.5260648727417 +1988,5,0,homicide,15-17 yrs,6,110897,16.039928436279297,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,5.410425662994385 +1988,5,0,other external,15-17 yrs,15,110897,16.039928436279297,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,13.5260648727417 +1988,5,0,internal,15-17 yrs,26,110897,16.039928436279297,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,23.445178985595703 +1988,5,0,all,18-20 yrs,129,107451,18.984989166259766,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,120.05472564697266 +1988,5,0,MVA,18-20 yrs,62,107451,18.984989166259766,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,57.70071792602539 +1988,5,0,suicide,18-20 yrs,10,107451,18.984989166259766,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,9.306567192077637 +1988,5,0,homicide,18-20 yrs,20,107451,18.984989166259766,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,18.613134384155273 +1988,5,0,other external,18-20 yrs,14,107451,18.984989166259766,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,13.029194831848145 +1988,5,0,internal,18-20 yrs,23,107451,18.984989166259766,0,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,21.405105590820312 +1988,5,0,all,21-24 yrs,173,140821,22.549406051635742,1,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,122.85099792480469 +1988,5,0,MVA,21-24 yrs,66,140821,22.549406051635742,1,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,46.868011474609375 +1988,5,0,suicide,21-24 yrs,21,140821,22.549406051635742,1,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,14.912549018859863 +1988,5,0,homicide,21-24 yrs,27,140821,22.549406051635742,1,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,19.173276901245117 +1988,5,0,other external,21-24 yrs,23,140821,22.549406051635742,1,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,16.33279037475586 +1988,5,0,internal,21-24 yrs,36,140821,22.549406051635742,1,0.21132713556289673,1.0700000524520874,0.14000000059604645,0.5299999713897705,1.7400000095367432,25.564369201660156 +1989,5,0,MVA,15-17 yrs,52,106585,16.023820877075195,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,48.787353515625 +1989,5,0,suicide,15-17 yrs,13,106585,16.023820877075195,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,12.19683837890625 +1989,5,0,homicide,15-17 yrs,7,106585,16.023820877075195,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,6.567528247833252 +1989,5,0,other external,15-17 yrs,28,106585,16.023820877075195,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,26.270112991333008 +1989,5,0,internal,15-17 yrs,20,106585,16.023820877075195,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,18.764366149902344 +1989,5,0,all,18-20 yrs,130,109799,18.979854583740234,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,118.39816284179688 +1989,5,0,MVA,18-20 yrs,62,109799,18.979854583740234,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,56.46681594848633 +1989,5,0,suicide,18-20 yrs,10,109799,18.979854583740234,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,9.107550621032715 +1989,5,0,homicide,18-20 yrs,20,109799,18.979854583740234,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,18.21510124206543 +1989,5,0,other external,18-20 yrs,19,109799,18.979854583740234,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,17.304346084594727 +1989,5,0,internal,18-20 yrs,19,109799,18.979854583740234,0,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,17.304346084594727 +1989,5,0,all,21-24 yrs,173,132461,22.52884292602539,1,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,130.60447692871094 +1989,5,0,MVA,21-24 yrs,65,132461,22.52884292602539,1,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,49.071048736572266 +1989,5,0,suicide,21-24 yrs,20,132461,22.52884292602539,1,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,15.098783493041992 +1989,5,0,homicide,21-24 yrs,30,132461,22.52884292602539,1,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,22.648176193237305 +1989,5,0,other external,21-24 yrs,16,132461,22.52884292602539,1,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,12.07902717590332 +1989,5,0,internal,21-24 yrs,42,132461,22.52884292602539,1,0.2016129046678543,1.0800000429153442,0.12999999523162842,0.5699999928474426,1.7799999713897705,31.70744514465332 +1990,5,0,MVA,15-17 yrs,43,105007,16.006399154663086,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,40.949649810791016 +1990,5,0,suicide,15-17 yrs,12,105007,16.006399154663086,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,11.427809715270996 +1990,5,0,homicide,15-17 yrs,6,105007,16.006399154663086,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,5.713904857635498 +1990,5,0,other external,15-17 yrs,22,105007,16.006399154663086,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,20.950984954833984 +1990,5,0,internal,15-17 yrs,26,105007,16.006399154663086,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,24.76025390625 +1990,5,0,all,18-20 yrs,140,110801,19.008520126342773,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,126.35265350341797 +1990,5,0,MVA,18-20 yrs,56,110801,19.008520126342773,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,50.54106140136719 +1990,5,0,suicide,18-20 yrs,19,110801,19.008520126342773,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,17.147859573364258 +1990,5,0,homicide,18-20 yrs,21,110801,19.008520126342773,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,18.952898025512695 +1990,5,0,other external,18-20 yrs,13,110801,19.008520126342773,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,11.732746124267578 +1990,5,0,internal,18-20 yrs,31,110801,19.008520126342773,0,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,27.978086471557617 +1990,5,0,all,21-24 yrs,163,128067,22.482162475585938,1,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,127.27713012695312 +1990,5,0,MVA,21-24 yrs,57,128067,22.482162475585938,1,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,44.50795364379883 +1990,5,0,suicide,21-24 yrs,27,128067,22.482162475585938,1,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,21.082714080810547 +1990,5,0,homicide,21-24 yrs,23,128067,22.482162475585938,1,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,17.959348678588867 +1990,5,0,other external,21-24 yrs,21,128067,22.482162475585938,1,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,16.397666931152344 +1990,5,0,internal,21-24 yrs,35,128067,22.482162475585938,1,0.19127774238586426,1.1200000047683716,0.12999999523162842,0.6100000143051147,1.8600000143051147,27.329444885253906 +1991,5,0,MVA,15-17 yrs,41,105146,16.012126922607422,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,38.99340057373047 +1991,5,0,suicide,15-17 yrs,8,105146,16.012126922607422,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,7.608468055725098 +1991,5,0,homicide,15-17 yrs,11,105146,16.012126922607422,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,10.461644172668457 +1991,5,0,other external,15-17 yrs,14,105146,16.012126922607422,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,13.3148193359375 +1991,5,0,internal,15-17 yrs,15,105146,16.012126922607422,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,14.265877723693848 +1991,5,0,all,18-20 yrs,144,109744,19.02729034423828,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,131.21446228027344 +1991,5,0,MVA,18-20 yrs,62,109744,19.02729034423828,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,56.4951171875 +1991,5,0,suicide,18-20 yrs,14,109744,19.02729034423828,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,12.756961822509766 +1991,5,0,homicide,18-20 yrs,22,109744,19.02729034423828,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,20.046653747558594 +1991,5,0,other external,18-20 yrs,19,109744,19.02729034423828,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,17.313018798828125 +1991,5,0,internal,18-20 yrs,27,109744,19.02729034423828,0,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,24.602712631225586 +1991,5,0,all,21-24 yrs,182,130150,22.446584701538086,1,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,139.83865356445312 +1991,5,0,MVA,21-24 yrs,71,130150,22.446584701538086,1,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,54.55244064331055 +1991,5,0,suicide,21-24 yrs,22,130150,22.446584701538086,1,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,16.90357208251953 +1991,5,0,homicide,21-24 yrs,31,130150,22.446584701538086,1,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,23.81867027282715 +1991,5,0,other external,21-24 yrs,25,130150,22.446584701538086,1,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,19.20860481262207 +1991,5,0,internal,21-24 yrs,33,130150,22.446584701538086,1,0.18355360627174377,1.1200000047683716,0.10999999940395355,0.5799999833106995,1.809999942779541,25.35536003112793 +1992,5,0,MVA,15-17 yrs,42,107657,16.002479553222656,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,39.01279067993164 +1992,5,0,suicide,15-17 yrs,9,107657,16.002479553222656,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,8.359883308410645 +1992,5,0,homicide,15-17 yrs,13,107657,16.002479553222656,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,12.075387954711914 +1992,5,0,other external,15-17 yrs,12,107657,16.002479553222656,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,11.146512031555176 +1992,5,0,internal,15-17 yrs,10,107657,16.002479553222656,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,9.288759231567383 +1992,5,0,all,18-20 yrs,134,107546,19.016420364379883,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,124.59784698486328 +1992,5,0,MVA,18-20 yrs,56,107546,19.016420364379883,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,52.070743560791016 +1992,5,0,suicide,18-20 yrs,11,107546,19.016420364379883,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,10.228181838989258 +1992,5,0,homicide,18-20 yrs,28,107546,19.016420364379883,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,26.035371780395508 +1992,5,0,other external,18-20 yrs,21,107546,19.016420364379883,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,19.526527404785156 +1992,5,0,internal,18-20 yrs,18,107546,19.016420364379883,0,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,16.737024307250977 +1992,5,0,all,21-24 yrs,207,134125,22.430030822753906,1,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,154.33364868164062 +1992,5,0,MVA,21-24 yrs,74,134125,22.430030822753906,1,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,55.17241287231445 +1992,5,0,suicide,21-24 yrs,26,134125,22.430030822753906,1,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,19.384902954101562 +1992,5,0,homicide,21-24 yrs,45,134125,22.430030822753906,1,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,33.5507926940918 +1992,5,0,other external,21-24 yrs,20,134125,22.430030822753906,1,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,14.911462783813477 +1992,5,0,internal,21-24 yrs,42,134125,22.430030822753906,1,0.17818959057331085,1.1299999952316284,0.11999999731779099,0.6499999761581421,1.899999976158142,31.31407356262207 +1993,5,0,MVA,15-17 yrs,31,108859,15.999788284301758,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,28.477205276489258 +1993,5,0,suicide,15-17 yrs,17,108859,15.999788284301758,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,15.616531372070312 +1993,5,0,homicide,15-17 yrs,12,108859,15.999788284301758,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,11.023433685302734 +1993,5,0,other external,15-17 yrs,18,108859,15.999788284301758,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,16.5351505279541 +1993,5,0,internal,15-17 yrs,29,108859,15.999788284301758,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,26.639965057373047 +1993,5,0,all,18-20 yrs,133,108328,19.000747680664062,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,122.77527618408203 +1993,5,0,MVA,18-20 yrs,57,108328,19.000747680664062,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,52.61797332763672 +1993,5,0,suicide,18-20 yrs,16,108328,19.000747680664062,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,14.769957542419434 +1993,5,0,homicide,18-20 yrs,27,108328,19.000747680664062,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,24.92430305480957 +1993,5,0,other external,18-20 yrs,13,108328,19.000747680664062,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,12.000590324401855 +1993,5,0,internal,18-20 yrs,20,108328,19.000747680664062,0,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,18.462448120117188 +1993,5,0,all,21-24 yrs,196,137945,22.460981369018555,1,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,142.0856170654297 +1993,5,0,MVA,21-24 yrs,61,137945,22.460981369018555,1,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,44.220523834228516 +1993,5,0,suicide,21-24 yrs,30,137945,22.460981369018555,1,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,21.747798919677734 +1993,5,0,homicide,21-24 yrs,39,137945,22.460981369018555,1,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,28.272136688232422 +1993,5,0,other external,21-24 yrs,21,137945,22.460981369018555,1,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,15.223458290100098 +1993,5,0,internal,21-24 yrs,45,137945,22.460981369018555,1,0.17301037907600403,1.100000023841858,0.10999999940395355,0.5799999833106995,1.7899999618530273,32.62169647216797 +1994,5,0,MVA,15-17 yrs,50,111595,16.00596809387207,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,44.804874420166016 +1994,5,0,suicide,15-17 yrs,15,111595,16.00596809387207,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,13.441462516784668 +1994,5,0,homicide,15-17 yrs,18,111595,16.00596809387207,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,16.1297550201416 +1994,5,0,other external,15-17 yrs,12,111595,16.00596809387207,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,10.753170013427734 +1994,5,0,internal,15-17 yrs,18,111595,16.00596809387207,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,16.1297550201416 +1994,5,0,all,18-20 yrs,125,108711,19.006357192993164,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,114.9837646484375 +1994,5,0,MVA,18-20 yrs,48,108711,19.006357192993164,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,44.15376663208008 +1994,5,0,suicide,18-20 yrs,19,108711,19.006357192993164,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,17.47753143310547 +1994,5,0,homicide,18-20 yrs,22,108711,19.006357192993164,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,20.23714256286621 +1994,5,0,other external,18-20 yrs,17,108711,19.006357192993164,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,15.637791633605957 +1994,5,0,internal,18-20 yrs,19,108711,19.006357192993164,0,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,17.47753143310547 +1994,5,0,all,21-24 yrs,193,139121,22.497228622436523,1,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,138.72816467285156 +1994,5,0,MVA,21-24 yrs,63,139121,22.497228622436523,1,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,45.28432083129883 +1994,5,0,suicide,21-24 yrs,33,139121,22.497228622436523,1,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,23.72035789489746 +1994,5,0,homicide,21-24 yrs,36,139121,22.497228622436523,1,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,25.876754760742188 +1994,5,0,other external,21-24 yrs,23,139121,22.497228622436523,1,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,16.532371520996094 +1994,5,0,internal,21-24 yrs,38,139121,22.497228622436523,1,0.16869096457958221,1.059999942779541,0.12999999523162842,0.46000000834465027,1.649999976158142,27.31435203552246 +1995,5,0,MVA,15-17 yrs,43,115159,15.982528686523438,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,37.33967971801758 +1995,5,0,suicide,15-17 yrs,13,115159,15.982528686523438,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,11.288740158081055 +1995,5,0,homicide,15-17 yrs,17,115159,15.982528686523438,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,14.762198448181152 +1995,5,0,other external,15-17 yrs,10,115159,15.982528686523438,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,8.683646202087402 +1995,5,0,internal,15-17 yrs,12,115159,15.982528686523438,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,10.420374870300293 +1995,5,0,all,18-20 yrs,158,110336,19.000707626342773,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,143.19895935058594 +1995,5,0,MVA,18-20 yrs,76,110336,19.000707626342773,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,68.88050842285156 +1995,5,0,suicide,18-20 yrs,22,110336,19.000707626342773,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,19.93909454345703 +1995,5,0,homicide,18-20 yrs,30,110336,19.000707626342773,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,27.189674377441406 +1995,5,0,other external,18-20 yrs,13,110336,19.000707626342773,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,11.78219223022461 +1995,5,0,internal,18-20 yrs,17,110336,19.000707626342773,0,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,15.407482147216797 +1995,5,0,all,21-24 yrs,169,138099,22.507368087768555,1,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,122.3759765625 +1995,5,0,MVA,21-24 yrs,52,138099,22.507368087768555,1,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,37.65414810180664 +1995,5,0,suicide,21-24 yrs,33,138099,22.507368087768555,1,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,23.89590072631836 +1995,5,0,homicide,21-24 yrs,30,138099,22.507368087768555,1,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,21.723546981811523 +1995,5,0,other external,21-24 yrs,18,138099,22.507368087768555,1,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,13.034127235412598 +1995,5,0,internal,21-24 yrs,36,138099,22.507368087768555,1,0.16404199600219727,1.0800000429153442,0.11999999731779099,0.5099999904632568,1.7000000476837158,26.068254470825195 +1996,5,0,MVA,15-17 yrs,42,117837,15.98902702331543,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,35.6424560546875 +1996,5,0,suicide,15-17 yrs,15,117837,15.98902702331543,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,12.729448318481445 +1996,5,0,homicide,15-17 yrs,11,117837,15.98902702331543,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,9.334928512573242 +1996,5,0,other external,15-17 yrs,15,117837,15.98902702331543,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,12.729448318481445 +1996,5,0,internal,15-17 yrs,16,117837,15.98902702331543,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,13.578078269958496 +1996,5,0,all,18-20 yrs,144,110961,18.99646759033203,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,129.77532958984375 +1996,5,0,MVA,18-20 yrs,55,110961,18.99646759033203,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,49.56696319580078 +1996,5,0,suicide,18-20 yrs,22,110961,18.99646759033203,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,19.826786041259766 +1996,5,0,homicide,18-20 yrs,26,110961,18.99646759033203,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,23.431655883789062 +1996,5,0,other external,18-20 yrs,17,110961,18.99646759033203,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,15.320698738098145 +1996,5,0,internal,18-20 yrs,24,110961,18.99646759033203,0,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,21.629220962524414 +1996,5,0,all,21-24 yrs,186,136690,22.48309326171875,1,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,136.07432556152344 +1996,5,0,MVA,21-24 yrs,64,136690,22.48309326171875,1,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,46.82127380371094 +1996,5,0,suicide,21-24 yrs,27,136690,22.48309326171875,1,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,19.75272560119629 +1996,5,0,homicide,21-24 yrs,25,136690,22.48309326171875,1,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,18.289560317993164 +1996,5,0,other external,21-24 yrs,25,136690,22.48309326171875,1,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,18.289560317993164 +1996,5,0,internal,21-24 yrs,45,136690,22.48309326171875,1,0.15933716297149658,1.100000023841858,0.11999999731779099,0.5299999713897705,1.75,32.921207427978516 +1970,6,0,MVA,15-17 yrs,341,1112745,15.990154266357422,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,30.64493751525879 +1970,6,0,suicide,15-17 yrs,85,1112745,15.990154266357422,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,7.638767242431641 +1970,6,0,homicide,15-17 yrs,67,1112745,15.990154266357422,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,6.021145820617676 +1970,6,0,other external,15-17 yrs,197,1112745,15.990154266357422,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,17.70396614074707 +1970,6,0,internal,15-17 yrs,277,1112745,15.990154266357422,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,24.893394470214844 +1970,6,0,all,18-20 yrs,1661,1067922,19.0050048828125,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,155.53570556640625 +1970,6,0,MVA,18-20 yrs,580,1067922,19.0050048828125,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,54.31108093261719 +1970,6,0,suicide,18-20 yrs,228,1067922,19.0050048828125,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,21.34987449645996 +1970,6,0,homicide,18-20 yrs,141,1067922,19.0050048828125,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,13.203211784362793 +1970,6,0,other external,18-20 yrs,354,1067922,19.0050048828125,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,33.14848709106445 +1970,6,0,internal,18-20 yrs,358,1067922,19.0050048828125,0,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,33.523048400878906 +1970,6,0,all,21-24 yrs,2131,1384349,22.4422607421875,1,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,153.93516540527344 +1970,6,0,MVA,21-24 yrs,689,1384349,22.4422607421875,1,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,49.770687103271484 +1970,6,0,suicide,21-24 yrs,329,1384349,22.4422607421875,1,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,23.765684127807617 +1970,6,0,homicide,21-24 yrs,194,1384349,22.4422607421875,1,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,14.01380729675293 +1970,6,0,other external,21-24 yrs,477,1384349,22.4422607421875,1,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,34.45663070678711 +1970,6,0,internal,21-24 yrs,442,1384349,22.4422607421875,1,0.10309278219938278,1.100000023841858,0.6299999952316284,1.3700000047683716,3.109999895095825,31.92836570739746 +1971,6,0,MVA,15-17 yrs,395,1138589,15.991659164428711,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,34.69206237792969 +1971,6,0,suicide,15-17 yrs,81,1138589,15.991659164428711,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,7.114068508148193 +1971,6,0,homicide,15-17 yrs,89,1138589,15.991659164428711,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,7.816692352294922 +1971,6,0,other external,15-17 yrs,201,1138589,15.991659164428711,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,17.65342903137207 +1971,6,0,internal,15-17 yrs,281,1138589,15.991659164428711,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,24.679668426513672 +1971,6,0,all,18-20 yrs,1615,1127057,18.996286392211914,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,143.29354858398438 +1971,6,0,MVA,18-20 yrs,567,1127057,18.996286392211914,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,50.308013916015625 +1971,6,0,suicide,18-20 yrs,238,1127057,18.996286392211914,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,21.116945266723633 +1971,6,0,homicide,18-20 yrs,148,1127057,18.996286392211914,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,13.131545066833496 +1971,6,0,other external,18-20 yrs,354,1127057,18.996286392211914,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,31.409236907958984 +1971,6,0,internal,18-20 yrs,308,1127057,18.996286392211914,0,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,27.327810287475586 +1971,6,0,all,21-24 yrs,2283,1460248,22.55129051208496,1,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,156.3433074951172 +1971,6,0,MVA,21-24 yrs,643,1460248,22.55129051208496,1,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,44.03361511230469 +1971,6,0,suicide,21-24 yrs,349,1460248,22.55129051208496,1,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,23.900049209594727 +1971,6,0,homicide,21-24 yrs,254,1460248,22.55129051208496,1,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,17.394306182861328 +1971,6,0,other external,21-24 yrs,522,1460248,22.55129051208496,1,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,35.747352600097656 +1971,6,0,internal,21-24 yrs,515,1460248,22.55129051208496,1,0.09876543283462524,1.1299999952316284,0.6800000071525574,1.3799999952316284,3.190000057220459,35.267982482910156 +1972,6,0,MVA,15-17 yrs,454,1165220,15.983013153076172,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,38.96260070800781 +1972,6,0,suicide,15-17 yrs,94,1165220,15.983013153076172,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,8.067146301269531 +1972,6,0,homicide,15-17 yrs,72,1165220,15.983013153076172,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,6.17909049987793 +1972,6,0,other external,15-17 yrs,166,1165220,15.983013153076172,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,14.246236801147461 +1972,6,0,internal,15-17 yrs,268,1165220,15.983013153076172,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,22.999948501586914 +1972,6,0,all,18-20 yrs,1748,1168339,19.001752853393555,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,149.61410522460938 +1972,6,0,MVA,18-20 yrs,662,1168339,19.001752853393555,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,56.66163635253906 +1972,6,0,suicide,18-20 yrs,208,1168339,19.001752853393555,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,17.80305290222168 +1972,6,0,homicide,18-20 yrs,218,1168339,19.001752853393555,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,18.658967971801758 +1972,6,0,other external,18-20 yrs,312,1168339,19.001752853393555,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,26.704578399658203 +1972,6,0,internal,18-20 yrs,348,1168339,19.001752853393555,0,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,29.78587532043457 +1972,6,0,all,21-24 yrs,2284,1440046,22.492321014404297,1,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,158.60604858398438 +1972,6,0,MVA,21-24 yrs,692,1440046,22.492321014404297,1,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,48.054019927978516 +1972,6,0,suicide,21-24 yrs,360,1440046,22.492321014404297,1,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,24.99920082092285 +1972,6,0,homicide,21-24 yrs,280,1440046,22.492321014404297,1,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,19.443822860717773 +1972,6,0,other external,21-24 yrs,426,1440046,22.492321014404297,1,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,29.582387924194336 +1972,6,0,internal,21-24 yrs,526,1440046,22.492321014404297,1,0.09569378197193146,1.1699999570846558,0.6600000262260437,1.3300000429153442,3.1600000858306885,36.526611328125 +1973,6,0,MVA,15-17 yrs,367,1190568,15.989583015441895,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,30.82562255859375 +1973,6,0,suicide,15-17 yrs,84,1190568,15.989583015441895,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,7.055455684661865 +1973,6,0,homicide,15-17 yrs,107,1190568,15.989583015441895,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,8.987306594848633 +1973,6,0,other external,15-17 yrs,208,1190568,15.989583015441895,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,17.470653533935547 +1973,6,0,internal,15-17 yrs,275,1190568,15.989583015441895,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,23.09821891784668 +1973,6,0,all,18-20 yrs,1688,1207953,19.017011642456055,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,139.74053955078125 +1973,6,0,MVA,18-20 yrs,663,1207953,19.017011642456055,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,54.8862419128418 +1973,6,0,suicide,18-20 yrs,194,1207953,19.017011642456055,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,16.06022834777832 +1973,6,0,homicide,18-20 yrs,211,1207953,19.017011642456055,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,17.467567443847656 +1973,6,0,other external,18-20 yrs,311,1207953,19.017011642456055,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,25.746034622192383 +1973,6,0,internal,18-20 yrs,309,1207953,19.017011642456055,0,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,25.58046531677246 +1973,6,0,all,21-24 yrs,2263,1476148,22.46976089477539,1,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,153.30441284179688 +1973,6,0,MVA,21-24 yrs,647,1476148,22.46976089477539,1,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,43.830291748046875 +1973,6,0,suicide,21-24 yrs,321,1476148,22.46976089477539,1,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,21.745786666870117 +1973,6,0,homicide,21-24 yrs,270,1476148,22.46976089477539,1,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,18.290849685668945 +1973,6,0,other external,21-24 yrs,517,1476148,22.46976089477539,1,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,35.023590087890625 +1973,6,0,internal,21-24 yrs,508,1476148,22.46976089477539,1,0.09009008854627609,1.190000057220459,0.6800000071525574,1.340000033378601,3.2100000381469727,34.41389465332031 +1974,6,0,MVA,15-17 yrs,346,1211541,16.004695892333984,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,28.558670043945312 +1974,6,0,suicide,15-17 yrs,77,1211541,16.004695892333984,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,6.355542182922363 +1974,6,0,homicide,15-17 yrs,113,1211541,16.004695892333984,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,9.326964378356934 +1974,6,0,other external,15-17 yrs,191,1211541,16.004695892333984,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,15.765046119689941 +1974,6,0,internal,15-17 yrs,216,1211541,16.004695892333984,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,17.828533172607422 +1974,6,0,all,18-20 yrs,1631,1230473,19.01715850830078,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,132.5506591796875 +1974,6,0,MVA,18-20 yrs,558,1230473,19.01715850830078,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,45.34841537475586 +1974,6,0,suicide,18-20 yrs,186,1230473,19.01715850830078,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,15.116138458251953 +1974,6,0,homicide,18-20 yrs,211,1230473,19.01715850830078,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,17.147876739501953 +1974,6,0,other external,18-20 yrs,339,1230473,19.01715850830078,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,27.55038070678711 +1974,6,0,internal,18-20 yrs,337,1230473,19.01715850830078,0,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,27.387842178344727 +1974,6,0,all,21-24 yrs,2258,1541502,22.453895568847656,1,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,146.4805145263672 +1974,6,0,MVA,21-24 yrs,567,1541502,22.453895568847656,1,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,36.78230667114258 +1974,6,0,suicide,21-24 yrs,357,1541502,22.453895568847656,1,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,23.159231185913086 +1974,6,0,homicide,21-24 yrs,309,1541502,22.453895568847656,1,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,20.04538345336914 +1974,6,0,other external,21-24 yrs,564,1541502,22.453895568847656,1,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,36.58769226074219 +1974,6,0,internal,21-24 yrs,461,1541502,22.453895568847656,1,0.08113589882850647,1.2999999523162842,0.6800000071525574,1.350000023841858,3.3299999237060547,29.90589714050293 +1975,6,0,MVA,15-17 yrs,317,1219627,16.003028869628906,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,25.991552352905273 +1975,6,0,suicide,15-17 yrs,71,1219627,16.003028869628906,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,5.8214521408081055 +1975,6,0,homicide,15-17 yrs,104,1219627,16.003028869628906,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,8.527196884155273 +1975,6,0,other external,15-17 yrs,140,1219627,16.003028869628906,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,11.47891902923584 +1975,6,0,internal,15-17 yrs,243,1219627,16.003028869628906,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,19.924123764038086 +1975,6,0,all,18-20 yrs,1641,1263879,19.008333206176758,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,129.83837890625 +1975,6,0,MVA,18-20 yrs,563,1263879,19.008333206176758,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,44.54540252685547 +1975,6,0,suicide,18-20 yrs,175,1263879,19.008333206176758,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,13.846261978149414 +1975,6,0,homicide,18-20 yrs,232,1263879,19.008333206176758,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,18.35618782043457 +1975,6,0,other external,18-20 yrs,346,1263879,19.008333206176758,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,27.37603759765625 +1975,6,0,internal,18-20 yrs,325,1263879,19.008333206176758,0,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,25.714487075805664 +1975,6,0,all,21-24 yrs,2493,1616035,22.46440315246582,1,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,154.26646423339844 +1975,6,0,MVA,21-24 yrs,648,1616035,22.46440315246582,1,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,40.098140716552734 +1975,6,0,suicide,21-24 yrs,399,1616035,22.46440315246582,1,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,24.690059661865234 +1975,6,0,homicide,21-24 yrs,305,1616035,22.46440315246582,1,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,18.873353958129883 +1975,6,0,other external,21-24 yrs,599,1616035,22.46440315246582,1,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,37.0660285949707 +1975,6,0,internal,21-24 yrs,542,1616035,22.46440315246582,1,0.07434944063425064,1.2699999809265137,0.699999988079071,1.3600000143051147,3.3299999237060547,33.53887939453125 +1976,6,0,MVA,15-17 yrs,365,1241314,15.993949890136719,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,29.404325485229492 +1976,6,0,suicide,15-17 yrs,76,1241314,15.993949890136719,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,6.122544288635254 +1976,6,0,homicide,15-17 yrs,103,1241314,15.993949890136719,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,8.297658920288086 +1976,6,0,other external,15-17 yrs,156,1241314,15.993949890136719,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,12.567327499389648 +1976,6,0,internal,15-17 yrs,234,1241314,15.993949890136719,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,18.85099220275879 +1976,6,0,all,18-20 yrs,1641,1296096,19.01543426513672,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,126.61099243164062 +1976,6,0,MVA,18-20 yrs,616,1296096,19.01543426513672,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,47.52734375 +1976,6,0,suicide,18-20 yrs,180,1296096,19.01543426513672,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,13.887860298156738 +1976,6,0,homicide,18-20 yrs,229,1296096,19.01543426513672,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,17.66844367980957 +1976,6,0,other external,18-20 yrs,298,1296096,19.01543426513672,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,22.992124557495117 +1976,6,0,internal,18-20 yrs,318,1296096,19.01543426513672,0,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,24.535219192504883 +1976,6,0,all,21-24 yrs,2452,1683419,22.48097801208496,1,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,145.6559600830078 +1976,6,0,MVA,21-24 yrs,682,1683419,22.48097801208496,1,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,40.51279067993164 +1976,6,0,suicide,21-24 yrs,382,1683419,22.48097801208496,1,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,22.691913604736328 +1976,6,0,homicide,21-24 yrs,337,1683419,22.48097801208496,1,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,20.018783569335938 +1976,6,0,other external,21-24 yrs,560,1683419,22.48097801208496,1,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,33.26563262939453 +1976,6,0,internal,21-24 yrs,491,1683419,22.48097801208496,1,0.07029876857995987,1.3200000524520874,0.699999988079071,1.340000033378601,3.359999895095825,29.166831970214844 +1977,6,0,MVA,15-17 yrs,414,1255913,16.00194549560547,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,32.96406555175781 +1977,6,0,suicide,15-17 yrs,99,1255913,16.00194549560547,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,7.882711410522461 +1977,6,0,homicide,15-17 yrs,156,1255913,16.00194549560547,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,12.421242713928223 +1977,6,0,other external,15-17 yrs,156,1255913,16.00194549560547,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,12.421242713928223 +1977,6,0,internal,15-17 yrs,238,1255913,16.00194549560547,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,18.95035743713379 +1977,6,0,all,18-20 yrs,1801,1318737,19.03066635131836,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,136.570068359375 +1977,6,0,MVA,18-20 yrs,748,1318737,19.03066635131836,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,56.72093963623047 +1977,6,0,suicide,18-20 yrs,219,1318737,19.03066635131836,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,16.60679817199707 +1977,6,0,homicide,18-20 yrs,270,1318737,19.03066635131836,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,20.474136352539062 +1977,6,0,other external,18-20 yrs,247,1318737,19.03066635131836,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,18.73004150390625 +1977,6,0,internal,18-20 yrs,317,1318737,19.03066635131836,0,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,24.038150787353516 +1977,6,0,all,21-24 yrs,2536,1745918,22.498380661010742,1,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,145.2530975341797 +1977,6,0,MVA,21-24 yrs,842,1745918,22.498380661010742,1,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,48.22677993774414 +1977,6,0,suicide,21-24 yrs,476,1745918,22.498380661010742,1,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,27.263593673706055 +1977,6,0,homicide,21-24 yrs,366,1745918,22.498380661010742,1,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,20.963184356689453 +1977,6,0,other external,21-24 yrs,373,1745918,22.498380661010742,1,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,21.364118576049805 +1977,6,0,internal,21-24 yrs,479,1745918,22.498380661010742,1,0.066006600856781,1.309999942779541,0.6700000166893005,1.2799999713897705,3.25,27.435422897338867 +1978,6,0,MVA,15-17 yrs,398,1265240,16.017555236816406,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,31.45648193359375 +1978,6,0,suicide,15-17 yrs,75,1265240,16.017555236816406,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,5.92772912979126 +1978,6,0,homicide,15-17 yrs,143,1265240,16.017555236816406,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,11.302203178405762 +1978,6,0,other external,15-17 yrs,157,1265240,16.017555236816406,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,12.408713340759277 +1978,6,0,internal,15-17 yrs,248,1265240,16.017555236816406,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,19.601024627685547 +1978,6,0,all,18-20 yrs,1806,1332480,19.029855728149414,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,135.5367431640625 +1978,6,0,MVA,18-20 yrs,764,1332480,19.029855728149414,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,57.33669662475586 +1978,6,0,suicide,18-20 yrs,165,1332480,19.029855728149414,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,12.382925033569336 +1978,6,0,homicide,18-20 yrs,301,1332480,19.029855728149414,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,22.58945655822754 +1978,6,0,other external,18-20 yrs,267,1332480,19.029855728149414,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,20.037824630737305 +1978,6,0,internal,18-20 yrs,309,1332480,19.029855728149414,0,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,23.189842224121094 +1978,6,0,all,21-24 yrs,2580,1809004,22.490943908691406,1,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,142.6199188232422 +1978,6,0,MVA,21-24 yrs,889,1809004,22.490943908691406,1,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,49.143062591552734 +1978,6,0,suicide,21-24 yrs,378,1809004,22.490943908691406,1,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,20.895475387573242 +1978,6,0,homicide,21-24 yrs,398,1809004,22.490943908691406,1,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,22.001056671142578 +1978,6,0,other external,21-24 yrs,444,1809004,22.490943908691406,1,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,24.54389190673828 +1978,6,0,internal,21-24 yrs,471,1809004,22.490943908691406,1,0.061349693685770035,1.3600000143051147,0.6800000071525574,1.3200000524520874,3.359999895095825,26.036426544189453 +1979,6,0,MVA,15-17 yrs,466,1250089,16.018896102905273,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,37.277347564697266 +1979,6,0,suicide,15-17 yrs,84,1250089,16.018896102905273,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,6.719521522521973 +1979,6,0,homicide,15-17 yrs,164,1250089,16.018896102905273,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,13.11906623840332 +1979,6,0,other external,15-17 yrs,120,1250089,16.018896102905273,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,9.599316596984863 +1979,6,0,internal,15-17 yrs,195,1250089,16.018896102905273,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,15.598889350891113 +1979,6,0,all,18-20 yrs,1893,1354455,19.02154541015625,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,139.76101684570312 +1979,6,0,MVA,18-20 yrs,796,1354455,19.02154541015625,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,58.76902389526367 +1979,6,0,suicide,18-20 yrs,192,1354455,19.02154541015625,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,14.175443649291992 +1979,6,0,homicide,18-20 yrs,340,1354455,19.02154541015625,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,25.10234832763672 +1979,6,0,other external,18-20 yrs,261,1354455,19.02154541015625,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,19.269742965698242 +1979,6,0,internal,18-20 yrs,304,1354455,19.02154541015625,0,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,22.4444522857666 +1979,6,0,all,21-24 yrs,2639,1859166,22.49368667602539,1,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,141.94537353515625 +1979,6,0,MVA,21-24 yrs,895,1859166,22.49368667602539,1,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,48.13986587524414 +1979,6,0,suicide,21-24 yrs,346,1859166,22.49368667602539,1,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,18.61049461364746 +1979,6,0,homicide,21-24 yrs,487,1859166,22.49368667602539,1,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,26.194541931152344 +1979,6,0,other external,21-24 yrs,407,1859166,22.49368667602539,1,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,21.891536712646484 +1979,6,0,internal,21-24 yrs,504,1859166,22.49368667602539,1,0.05509641766548157,1.4199999570846558,0.699999988079071,1.2799999713897705,3.4000000953674316,27.108928680419922 +1980,6,0,MVA,15-17 yrs,412,1227216,16.029788970947266,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,33.571922302246094 +1980,6,0,suicide,15-17 yrs,77,1227216,16.029788970947266,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,6.274363994598389 +1980,6,0,homicide,15-17 yrs,201,1227216,16.029788970947266,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,16.3785343170166 +1980,6,0,other external,15-17 yrs,131,1227216,16.029788970947266,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,10.674567222595215 +1980,6,0,internal,15-17 yrs,237,1227216,16.029788970947266,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,19.31200408935547 +1980,6,0,all,18-20 yrs,1892,1366049,19.025144577026367,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,138.50161743164062 +1980,6,0,MVA,18-20 yrs,770,1366049,19.025144577026367,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,56.366939544677734 +1980,6,0,suicide,18-20 yrs,175,1366049,19.025144577026367,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,12.810667991638184 +1980,6,0,homicide,18-20 yrs,398,1366049,19.025144577026367,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,29.13511848449707 +1980,6,0,other external,18-20 yrs,252,1366049,19.025144577026367,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,18.44736099243164 +1980,6,0,internal,18-20 yrs,297,1366049,19.025144577026367,0,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,21.741533279418945 +1980,6,0,all,21-24 yrs,2562,1899962,22.51085662841797,1,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,134.8448028564453 +1980,6,0,MVA,21-24 yrs,875,1899962,22.51085662841797,1,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,46.05355453491211 +1980,6,0,suicide,21-24 yrs,301,1899962,22.51085662841797,1,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,15.842422485351562 +1980,6,0,homicide,21-24 yrs,534,1899962,22.51085662841797,1,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,28.105825424194336 +1980,6,0,other external,21-24 yrs,373,1899962,22.51085662841797,1,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,19.63197135925293 +1980,6,0,internal,21-24 yrs,479,1899962,22.51085662841797,1,0.04854368790984154,1.4199999570846558,0.7099999785423279,1.25,3.380000114440918,25.211030960083008 +1981,6,0,MVA,15-17 yrs,340,1184239,16.041053771972656,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,28.710420608520508 +1981,6,0,suicide,15-17 yrs,74,1184239,16.041053771972656,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,6.248738765716553 +1981,6,0,homicide,15-17 yrs,172,1184239,16.041053771972656,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,14.52409553527832 +1981,6,0,other external,15-17 yrs,112,1184239,16.041053771972656,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,9.457550048828125 +1981,6,0,internal,15-17 yrs,158,1184239,16.041053771972656,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,13.341901779174805 +1981,6,0,all,18-20 yrs,1656,1368730,19.031978607177734,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,120.98806762695312 +1981,6,0,MVA,18-20 yrs,626,1368730,19.031978607177734,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,45.7358283996582 +1981,6,0,suicide,18-20 yrs,174,1368730,19.031978607177734,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,12.712514877319336 +1981,6,0,homicide,18-20 yrs,342,1368730,19.031978607177734,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,24.986665725708008 +1981,6,0,other external,18-20 yrs,228,1368730,19.031978607177734,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,16.657777786254883 +1981,6,0,internal,18-20 yrs,286,1368730,19.031978607177734,0,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,20.895282745361328 +1981,6,0,all,21-24 yrs,2458,1932758,22.5305233001709,1,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,127.17577362060547 +1981,6,0,MVA,21-24 yrs,846,1932758,22.5305233001709,1,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,43.77164840698242 +1981,6,0,suicide,21-24 yrs,336,1932758,22.5305233001709,1,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,17.384483337402344 +1981,6,0,homicide,21-24 yrs,470,1932758,22.5305233001709,1,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,24.317581176757812 +1981,6,0,other external,21-24 yrs,330,1932758,22.5305233001709,1,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,17.074047088623047 +1981,6,0,internal,21-24 yrs,476,1932758,22.5305233001709,1,0.044004399329423904,1.4299999475479126,0.7200000286102295,1.2100000381469727,3.359999895095825,24.628019332885742 +1982,6,0,MVA,15-17 yrs,270,1148300,16.031482696533203,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,23.513019561767578 +1982,6,0,suicide,15-17 yrs,66,1148300,16.031482696533203,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,5.747626781463623 +1982,6,0,homicide,15-17 yrs,106,1148300,16.031482696533203,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,9.231037139892578 +1982,6,0,other external,15-17 yrs,96,1148300,16.031482696533203,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,8.360184669494629 +1982,6,0,internal,15-17 yrs,206,1148300,16.031482696533203,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,17.939563751220703 +1982,6,0,all,18-20 yrs,1486,1358902,19.034954071044922,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,109.35298919677734 +1982,6,0,MVA,18-20 yrs,546,1358902,19.034954071044922,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,40.17949676513672 +1982,6,0,suicide,18-20 yrs,190,1358902,19.034954071044922,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,13.981876373291016 +1982,6,0,homicide,18-20 yrs,284,1358902,19.034954071044922,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,20.89922523498535 +1982,6,0,other external,18-20 yrs,196,1358902,19.034954071044922,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,14.423409461975098 +1982,6,0,internal,18-20 yrs,270,1358902,19.034954071044922,0,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,19.868982315063477 +1982,6,0,all,21-24 yrs,2422,1957131,22.52556800842285,1,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,123.75257110595703 +1982,6,0,MVA,21-24 yrs,742,1957131,22.52556800842285,1,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,37.91263961791992 +1982,6,0,suicide,21-24 yrs,338,1957131,22.52556800842285,1,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,17.270177841186523 +1982,6,0,homicide,21-24 yrs,458,1957131,22.52556800842285,1,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,23.401601791381836 +1982,6,0,other external,21-24 yrs,354,1957131,22.52556800842285,1,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,18.08769989013672 +1982,6,0,internal,21-24 yrs,530,1957131,22.52556800842285,1,0.041450776159763336,1.3700000047683716,0.7200000286102295,1.1399999856948853,3.2300000190734863,27.080455780029297 +1983,6,0,MVA,15-17 yrs,241,1131222,16.01761245727539,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,21.304393768310547 +1983,6,0,suicide,15-17 yrs,82,1131222,16.01761245727539,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,7.248798370361328 +1983,6,0,homicide,15-17 yrs,112,1131222,16.01761245727539,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,9.900797843933105 +1983,6,0,other external,15-17 yrs,107,1131222,16.01761245727539,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,9.458797454833984 +1983,6,0,internal,15-17 yrs,187,1131222,16.01761245727539,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,16.53079605102539 +1983,6,0,all,18-20 yrs,1369,1340831,19.04937171936035,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,102.10086059570312 +1983,6,0,MVA,18-20 yrs,549,1340831,19.04937171936035,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,40.94475555419922 +1983,6,0,suicide,18-20 yrs,163,1340831,19.04937171936035,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,12.15664005279541 +1983,6,0,homicide,18-20 yrs,250,1340831,19.04937171936035,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,18.645153045654297 +1983,6,0,other external,18-20 yrs,173,1340831,19.04937171936035,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,12.902446746826172 +1983,6,0,internal,18-20 yrs,234,1340831,19.04937171936035,0,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,17.45186424255371 +1983,6,0,all,21-24 yrs,2257,1973813,22.526853561401367,1,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,114.34720611572266 +1983,6,0,MVA,21-24 yrs,730,1973813,22.526853561401367,1,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,36.9842529296875 +1983,6,0,suicide,21-24 yrs,292,1973813,22.526853561401367,1,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,14.793701171875 +1983,6,0,homicide,21-24 yrs,426,1973813,22.526853561401367,1,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,21.582592010498047 +1983,6,0,other external,21-24 yrs,340,1973813,22.526853561401367,1,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,17.225542068481445 +1983,6,0,internal,21-24 yrs,469,1973813,22.526853561401367,1,0.0401606410741806,1.3700000047683716,0.75,1.1100000143051147,3.2300000190734863,23.76111602783203 +1984,6,0,MVA,15-17 yrs,286,1141094,16.002052307128906,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,25.06366729736328 +1984,6,0,suicide,15-17 yrs,71,1141094,16.002052307128906,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,6.222099304199219 +1984,6,0,homicide,15-17 yrs,109,1141094,16.002052307128906,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,9.552236557006836 +1984,6,0,other external,15-17 yrs,113,1141094,16.002052307128906,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,9.902777671813965 +1984,6,0,internal,15-17 yrs,163,1141094,16.002052307128906,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,14.284537315368652 +1984,6,0,all,18-20 yrs,1469,1303776,19.060606002807617,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,112.6727294921875 +1984,6,0,MVA,18-20 yrs,631,1303776,19.060606002807617,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,48.397884368896484 +1984,6,0,suicide,18-20 yrs,161,1303776,19.060606002807617,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,12.348747253417969 +1984,6,0,homicide,18-20 yrs,247,1303776,19.060606002807617,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,18.94497299194336 +1984,6,0,other external,18-20 yrs,182,1303776,19.060606002807617,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,13.959453582763672 +1984,6,0,internal,18-20 yrs,248,1303776,19.060606002807617,0,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,19.02167320251465 +1984,6,0,all,21-24 yrs,2365,1994853,22.530471801757812,1,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,118.55509948730469 +1984,6,0,MVA,21-24 yrs,805,1994853,22.530471801757812,1,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,40.353851318359375 +1984,6,0,suicide,21-24 yrs,343,1994853,22.530471801757812,1,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,17.194250106811523 +1984,6,0,homicide,21-24 yrs,410,1994853,22.530471801757812,1,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,20.552892684936523 +1984,6,0,other external,21-24 yrs,336,1994853,22.530471801757812,1,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,16.843345642089844 +1984,6,0,internal,21-24 yrs,471,1994853,22.530471801757812,1,0.03849855437874794,1.3799999952316284,0.7400000095367432,1.0700000524520874,3.190000057220459,23.610761642456055 +1985,6,0,MVA,15-17 yrs,319,1173339,15.994568824768066,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,27.187368392944336 +1985,6,0,suicide,15-17 yrs,90,1173339,15.994568824768066,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,7.670417308807373 +1985,6,0,homicide,15-17 yrs,114,1173339,15.994568824768066,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,9.715862274169922 +1985,6,0,other external,15-17 yrs,82,1173339,15.994568824768066,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,6.988602638244629 +1985,6,0,internal,15-17 yrs,189,1173339,15.994568824768066,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,16.10787582397461 +1985,6,0,all,18-20 yrs,1414,1276315,19.052509307861328,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,110.7876968383789 +1985,6,0,MVA,18-20 yrs,576,1276315,19.052509307861328,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,45.12992477416992 +1985,6,0,suicide,18-20 yrs,152,1276315,19.052509307861328,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,11.909285545349121 +1985,6,0,homicide,18-20 yrs,257,1276315,19.052509307861328,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,20.13609504699707 +1985,6,0,other external,18-20 yrs,171,1276315,19.052509307861328,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,13.39794635772705 +1985,6,0,internal,18-20 yrs,258,1276315,19.052509307861328,0,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,20.214445114135742 +1985,6,0,all,21-24 yrs,2386,2019497,22.540454864501953,1,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,118.14823150634766 +1985,6,0,MVA,21-24 yrs,801,2019497,22.540454864501953,1,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,39.6633415222168 +1985,6,0,suicide,21-24 yrs,345,2019497,22.540454864501953,1,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,17.08346176147461 +1985,6,0,homicide,21-24 yrs,438,2019497,22.540454864501953,1,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,21.688568115234375 +1985,6,0,other external,21-24 yrs,337,2019497,22.540454864501953,1,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,16.68732452392578 +1985,6,0,internal,21-24 yrs,465,2019497,22.540454864501953,1,0.03717472031712532,1.3200000524520874,0.7799999713897705,1.0199999809265137,3.119999885559082,23.025535583496094 +1986,6,0,MVA,15-17 yrs,334,1215494,16.006755828857422,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,27.478540420532227 +1986,6,0,suicide,15-17 yrs,102,1215494,16.006755828857422,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,8.391650199890137 +1986,6,0,homicide,15-17 yrs,139,1215494,16.006755828857422,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,11.43567943572998 +1986,6,0,other external,15-17 yrs,110,1215494,16.006755828857422,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,9.04981803894043 +1986,6,0,internal,15-17 yrs,193,1215494,16.006755828857422,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,15.878317832946777 +1986,6,0,all,18-20 yrs,1491,1268400,19.040756225585938,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,117.54966735839844 +1986,6,0,MVA,18-20 yrs,600,1268400,19.040756225585938,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,47.303688049316406 +1986,6,0,suicide,18-20 yrs,149,1268400,19.040756225585938,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,11.747082710266113 +1986,6,0,homicide,18-20 yrs,317,1268400,19.040756225585938,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,24.992116928100586 +1986,6,0,other external,18-20 yrs,191,1268400,19.040756225585938,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,15.058341026306152 +1986,6,0,internal,18-20 yrs,234,1268400,19.040756225585938,0,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,18.44843864440918 +1986,6,0,all,21-24 yrs,2462,2023616,22.552724838256836,1,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,121.66339874267578 +1986,6,0,MVA,21-24 yrs,784,2023616,22.552724838256836,1,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,38.74252700805664 +1986,6,0,suicide,21-24 yrs,349,2023616,22.552724838256836,1,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,17.246355056762695 +1986,6,0,homicide,21-24 yrs,489,2023616,22.552724838256836,1,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,24.164663314819336 +1986,6,0,other external,21-24 yrs,316,2023616,22.552724838256836,1,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,15.61561107635498 +1986,6,0,internal,21-24 yrs,524,2023616,22.552724838256836,1,0.036496348679065704,1.3600000143051147,0.7900000214576721,0.9599999785423279,3.109999895095825,25.894241333007812 +1987,6,0,MVA,15-17 yrs,314,1214312,16.04643440246582,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,25.85826301574707 +1987,6,0,suicide,15-17 yrs,83,1214312,16.04643440246582,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,6.835145950317383 +1987,6,0,homicide,15-17 yrs,136,1214312,16.04643440246582,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,11.19975757598877 +1987,6,0,other external,15-17 yrs,75,1214312,16.04643440246582,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,6.176336765289307 +1987,6,0,internal,15-17 yrs,204,1214312,16.04643440246582,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,16.799636840820312 +1987,6,0,all,18-20 yrs,1442,1297529,19.024993896484375,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,111.13431549072266 +1987,6,0,MVA,18-20 yrs,604,1297529,19.024993896484375,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,46.550018310546875 +1987,6,0,suicide,18-20 yrs,157,1297529,19.024993896484375,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,12.099922180175781 +1987,6,0,homicide,18-20 yrs,286,1297529,19.024993896484375,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,22.04189682006836 +1987,6,0,other external,18-20 yrs,153,1297529,19.024993896484375,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,11.791644096374512 +1987,6,0,internal,18-20 yrs,242,1297529,19.024993896484375,0,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,18.650835037231445 +1987,6,0,all,21-24 yrs,2390,2016209,22.571163177490234,1,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,118.53929901123047 +1987,6,0,MVA,21-24 yrs,747,2016209,22.571163177490234,1,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,37.04973220825195 +1987,6,0,suicide,21-24 yrs,302,2016209,22.571163177490234,1,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,14.978606224060059 +1987,6,0,homicide,21-24 yrs,477,2016209,22.571163177490234,1,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,23.658262252807617 +1987,6,0,other external,21-24 yrs,280,2016209,22.571163177490234,1,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,13.887449264526367 +1987,6,0,internal,21-24 yrs,584,2016209,22.571163177490234,1,0.035211268812417984,1.3600000143051147,0.7400000095367432,0.9300000071525574,3.0299999713897705,28.965251922607422 +1988,6,0,MVA,15-17 yrs,259,1186929,16.066904067993164,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,21.82101821899414 +1988,6,0,suicide,15-17 yrs,91,1186929,16.066904067993164,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,7.666844367980957 +1988,6,0,homicide,15-17 yrs,151,1186929,16.066904067993164,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,12.721906661987305 +1988,6,0,other external,15-17 yrs,80,1186929,16.066904067993164,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,6.74008321762085 +1988,6,0,internal,15-17 yrs,192,1186929,16.066904067993164,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,16.176198959350586 +1988,6,0,all,18-20 yrs,1549,1351955,19.01477813720703,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,114.57482147216797 +1988,6,0,MVA,18-20 yrs,601,1351955,19.01477813720703,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,44.45414352416992 +1988,6,0,suicide,18-20 yrs,166,1351955,19.01477813720703,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,12.278514862060547 +1988,6,0,homicide,18-20 yrs,340,1351955,19.01477813720703,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,25.148765563964844 +1988,6,0,other external,18-20 yrs,161,1351955,19.01477813720703,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,11.908679962158203 +1988,6,0,internal,18-20 yrs,281,1351955,19.01477813720703,0,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,20.78471565246582 +1988,6,0,all,21-24 yrs,2291,2004875,22.570758819580078,1,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,114.2714614868164 +1988,6,0,MVA,21-24 yrs,722,2004875,22.570758819580078,1,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,36.0122184753418 +1988,6,0,suicide,21-24 yrs,271,2004875,22.570758819580078,1,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,13.51705265045166 +1988,6,0,homicide,21-24 yrs,450,2004875,22.570758819580078,1,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,22.445289611816406 +1988,6,0,other external,21-24 yrs,256,2004875,22.570758819580078,1,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,12.768876075744629 +1988,6,0,internal,21-24 yrs,592,2004875,22.570758819580078,1,0.03381234034895897,1.340000033378601,0.6800000071525574,0.8899999856948853,2.9000000953674316,29.528024673461914 +1989,6,0,MVA,15-17 yrs,299,1152224,16.043724060058594,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,25.94981575012207 +1989,6,0,suicide,15-17 yrs,89,1152224,16.043724060058594,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,7.7241926193237305 +1989,6,0,homicide,15-17 yrs,204,1152224,16.043724060058594,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,17.704891204833984 +1989,6,0,other external,15-17 yrs,81,1152224,16.043724060058594,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,7.029882907867432 +1989,6,0,internal,15-17 yrs,182,1152224,16.043724060058594,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,15.795539855957031 +1989,6,0,all,18-20 yrs,1536,1418512,19.025630950927734,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,108.28247833251953 +1989,6,0,MVA,18-20 yrs,576,1418512,19.025630950927734,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,40.60593032836914 +1989,6,0,suicide,18-20 yrs,171,1418512,19.025630950927734,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,12.054885864257812 +1989,6,0,homicide,18-20 yrs,378,1418512,19.025630950927734,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,26.647642135620117 +1989,6,0,other external,18-20 yrs,160,1418512,19.025630950927734,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,11.279425621032715 +1989,6,0,internal,18-20 yrs,251,1418512,19.025630950927734,0,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,17.694599151611328 +1989,6,0,all,21-24 yrs,2284,2008333,22.55265998840332,1,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,113.72615814208984 +1989,6,0,MVA,21-24 yrs,715,2008333,22.55265998840332,1,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,35.60166549682617 +1989,6,0,suicide,21-24 yrs,280,2008333,22.55265998840332,1,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,13.941910743713379 +1989,6,0,homicide,21-24 yrs,462,2008333,22.55265998840332,1,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,23.004152297973633 +1989,6,0,other external,21-24 yrs,278,2008333,22.55265998840332,1,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,13.842326164245605 +1989,6,0,internal,21-24 yrs,549,2008333,22.55265998840332,1,0.032258063554763794,1.309999942779541,0.6100000143051147,0.8700000047683716,2.7899999618530273,27.336103439331055 +1990,6,0,MVA,15-17 yrs,237,1170941,16.010555267333984,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,20.240131378173828 +1990,6,0,suicide,15-17 yrs,88,1170941,16.010555267333984,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,7.515323162078857 +1990,6,0,homicide,15-17 yrs,250,1170941,16.010555267333984,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,21.35034942626953 +1990,6,0,other external,15-17 yrs,94,1170941,16.010555267333984,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,8.027731895446777 +1990,6,0,internal,15-17 yrs,190,1170941,16.010555267333984,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,16.22626495361328 +1990,6,0,all,18-20 yrs,1542,1414058,19.062978744506836,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,109.04785919189453 +1990,6,0,MVA,18-20 yrs,544,1414058,19.062978744506836,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,38.47084045410156 +1990,6,0,suicide,18-20 yrs,167,1414058,19.062978744506836,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,11.809982299804688 +1990,6,0,homicide,18-20 yrs,434,1414058,19.062978744506836,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,30.691810607910156 +1990,6,0,other external,18-20 yrs,143,1414058,19.062978744506836,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,10.112739562988281 +1990,6,0,internal,18-20 yrs,254,1414058,19.062978744506836,0,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,17.962488174438477 +1990,6,0,all,21-24 yrs,2404,2011112,22.525253295898438,1,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,119.53585815429688 +1990,6,0,MVA,21-24 yrs,735,2011112,22.525253295898438,1,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,36.54694366455078 +1990,6,0,suicide,21-24 yrs,267,2011112,22.525253295898438,1,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,13.276237487792969 +1990,6,0,homicide,21-24 yrs,612,2011112,22.525253295898438,1,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,30.430925369262695 +1990,6,0,other external,21-24 yrs,214,2011112,22.525253295898438,1,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,10.64087963104248 +1990,6,0,internal,21-24 yrs,576,2011112,22.525253295898438,1,0.030604436993598938,1.3200000524520874,0.5899999737739563,0.8700000047683716,2.7799999713897705,28.640871047973633 +1991,6,0,MVA,15-17 yrs,235,1160232,15.999171257019043,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,20.25457000732422 +1991,6,0,suicide,15-17 yrs,81,1160232,15.999171257019043,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,6.981362342834473 +1991,6,0,homicide,15-17 yrs,320,1160232,15.999171257019043,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,27.580690383911133 +1991,6,0,other external,15-17 yrs,73,1160232,15.999171257019043,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,6.291844844818115 +1991,6,0,internal,15-17 yrs,179,1160232,15.999171257019043,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,15.427948951721191 +1991,6,0,all,18-20 yrs,1615,1338233,19.068429946899414,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,120.68152618408203 +1991,6,0,MVA,18-20 yrs,495,1338233,19.068429946899414,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,36.98907470703125 +1991,6,0,suicide,18-20 yrs,187,1338233,19.068429946899414,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,13.973649978637695 +1991,6,0,homicide,18-20 yrs,530,1338233,19.068429946899414,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,39.604461669921875 +1991,6,0,other external,18-20 yrs,146,1338233,19.068429946899414,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,10.90990924835205 +1991,6,0,internal,18-20 yrs,257,1338233,19.068429946899414,0,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,19.20442771911621 +1991,6,0,all,21-24 yrs,2270,1989313,22.509855270385742,1,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,114.10974884033203 +1991,6,0,MVA,21-24 yrs,630,1989313,22.509855270385742,1,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,31.66922378540039 +1991,6,0,suicide,21-24 yrs,237,1989313,22.509855270385742,1,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,11.913661003112793 +1991,6,0,homicide,21-24 yrs,657,1989313,22.509855270385742,1,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,33.0264778137207 +1991,6,0,other external,21-24 yrs,222,1989313,22.509855270385742,1,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,11.159631729125977 +1991,6,0,internal,21-24 yrs,524,1989313,22.509855270385742,1,0.14684288203716278,1.2200000286102295,0.49000000953674316,0.75,2.4600000381469727,26.34075164794922 +1992,6,0,MVA,15-17 yrs,218,1178723,15.99530029296875,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,18.494590759277344 +1992,6,0,suicide,15-17 yrs,84,1178723,15.99530029296875,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,7.12635612487793 +1992,6,0,homicide,15-17 yrs,313,1178723,15.99530029296875,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,26.554161071777344 +1992,6,0,other external,15-17 yrs,80,1178723,15.99530029296875,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,6.78700590133667 +1992,6,0,internal,15-17 yrs,198,1178723,15.99530029296875,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,16.797840118408203 +1992,6,0,all,18-20 yrs,1468,1272886,19.05402183532715,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,115.32847595214844 +1992,6,0,MVA,18-20 yrs,404,1272886,19.05402183532715,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,31.73889923095703 +1992,6,0,suicide,18-20 yrs,152,1272886,19.05402183532715,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,11.941368103027344 +1992,6,0,homicide,18-20 yrs,522,1272886,19.05402183532715,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,41.00917053222656 +1992,6,0,other external,18-20 yrs,142,1272886,19.05402183532715,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,11.15575122833252 +1992,6,0,internal,18-20 yrs,248,1272886,19.05402183532715,0,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,19.48328399658203 +1992,6,0,all,21-24 yrs,2179,1976783,22.511898040771484,1,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,110.22959899902344 +1992,6,0,MVA,21-24 yrs,498,1976783,22.511898040771484,1,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,25.192445755004883 +1992,6,0,suicide,21-24 yrs,245,1976783,22.511898040771484,1,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,12.393874168395996 +1992,6,0,homicide,21-24 yrs,699,1976783,22.511898040771484,1,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,35.36048126220703 +1992,6,0,other external,21-24 yrs,234,1976783,22.511898040771484,1,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,11.837414741516113 +1992,6,0,internal,21-24 yrs,503,1976783,22.511898040771484,1,0.14255167543888092,1.2799999713897705,0.5099999904632568,0.75,2.5399999618530273,25.445383071899414 +1993,6,0,MVA,15-17 yrs,207,1186448,15.991765022277832,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,17.44703483581543 +1993,6,0,suicide,15-17 yrs,103,1186448,15.991765022277832,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,8.681374549865723 +1993,6,0,homicide,15-17 yrs,328,1186448,15.991765022277832,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,27.645544052124023 +1993,6,0,other external,15-17 yrs,85,1186448,15.991765022277832,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,7.164241313934326 +1993,6,0,internal,15-17 yrs,191,1186448,15.991765022277832,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,16.098472595214844 +1993,6,0,all,18-20 yrs,1397,1246141,19.033023834228516,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,112.10609436035156 +1993,6,0,MVA,18-20 yrs,338,1246141,19.033023834228516,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,27.123737335205078 +1993,6,0,suicide,18-20 yrs,150,1246141,19.033023834228516,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,12.037160873413086 +1993,6,0,homicide,18-20 yrs,531,1246141,19.033023834228516,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,42.611549377441406 +1993,6,0,other external,18-20 yrs,123,1246141,19.033023834228516,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,9.870471954345703 +1993,6,0,internal,18-20 yrs,255,1246141,19.033023834228516,0,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,20.46317481994629 +1993,6,0,all,21-24 yrs,2220,1924247,22.54640769958496,1,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,115.36980438232422 +1993,6,0,MVA,21-24 yrs,518,1924247,22.54640769958496,1,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,26.919620513916016 +1993,6,0,suicide,21-24 yrs,263,1924247,22.54640769958496,1,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,13.667683601379395 +1993,6,0,homicide,21-24 yrs,705,1924247,22.54640769958496,1,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,36.6377067565918 +1993,6,0,other external,21-24 yrs,247,1924247,22.54640769958496,1,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,12.836190223693848 +1993,6,0,internal,21-24 yrs,487,1924247,22.54640769958496,1,0.13840830326080322,1.1699999570846558,0.47999998927116394,0.6899999976158142,2.3499999046325684,25.30860137939453 +1994,6,0,MVA,15-17 yrs,218,1212530,15.994898796081543,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,17.97893714904785 +1994,6,0,suicide,15-17 yrs,82,1212530,15.994898796081543,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,6.76271915435791 +1994,6,0,homicide,15-17 yrs,316,1212530,15.994898796081543,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,26.06121063232422 +1994,6,0,other external,15-17 yrs,66,1212530,15.994898796081543,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,5.443164348602295 +1994,6,0,internal,15-17 yrs,169,1212530,15.994898796081543,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,13.937799453735352 +1994,6,0,all,18-20 yrs,1403,1229384,19.023168563842773,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,114.1221923828125 +1994,6,0,MVA,18-20 yrs,374,1229384,19.023168563842773,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,30.42173957824707 +1994,6,0,suicide,18-20 yrs,144,1229384,19.023168563842773,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,11.713183403015137 +1994,6,0,homicide,18-20 yrs,532,1229384,19.023168563842773,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,43.273704528808594 +1994,6,0,other external,18-20 yrs,115,1229384,19.023168563842773,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,9.354278564453125 +1994,6,0,internal,18-20 yrs,238,1229384,19.023168563842773,0,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,19.359289169311523 +1994,6,0,all,21-24 yrs,1961,1848174,22.570890426635742,1,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,106.10472869873047 +1994,6,0,MVA,21-24 yrs,402,1848174,22.570890426635742,1,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,21.751197814941406 +1994,6,0,suicide,21-24 yrs,291,1848174,22.570890426635742,1,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,15.745270729064941 +1994,6,0,homicide,21-24 yrs,577,1848174,22.570890426635742,1,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,31.22000503540039 +1994,6,0,other external,21-24 yrs,220,1848174,22.570890426635742,1,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,11.903640747070312 +1994,6,0,internal,21-24 yrs,471,1848174,22.570890426635742,1,0.13495276868343353,1.090000033378601,0.4699999988079071,0.6800000071525574,2.240000009536743,25.4846134185791 +1995,6,0,MVA,15-17 yrs,211,1245775,15.977025985717773,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,16.93724822998047 +1995,6,0,suicide,15-17 yrs,80,1245775,15.977025985717773,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,6.42170524597168 +1995,6,0,homicide,15-17 yrs,324,1245775,15.977025985717773,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,26.007905960083008 +1995,6,0,other external,15-17 yrs,68,1245775,15.977025985717773,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,5.458449363708496 +1995,6,0,internal,15-17 yrs,188,1245775,15.977025985717773,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,15.091007232666016 +1995,6,0,all,18-20 yrs,1408,1250486,19.01661491394043,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,112.59622192382812 +1995,6,0,MVA,18-20 yrs,352,1250486,19.01661491394043,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,28.14905548095703 +1995,6,0,suicide,18-20 yrs,155,1250486,19.01661491394043,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,12.395180702209473 +1995,6,0,homicide,18-20 yrs,501,1250486,19.01661491394043,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,40.064422607421875 +1995,6,0,other external,18-20 yrs,138,1250486,19.01661491394043,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,11.035709381103516 +1995,6,0,internal,18-20 yrs,262,1250486,19.01661491394043,0,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,20.951854705810547 +1995,6,0,all,21-24 yrs,1908,1762637,22.569149017333984,1,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,108.24690246582031 +1995,6,0,MVA,21-24 yrs,437,1762637,22.569149017333984,1,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,24.79239845275879 +1995,6,0,suicide,21-24 yrs,255,1762637,22.569149017333984,1,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,14.466960906982422 +1995,6,0,homicide,21-24 yrs,526,1762637,22.569149017333984,1,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,29.841651916503906 +1995,6,0,other external,21-24 yrs,187,1762637,22.569149017333984,1,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,10.60910415649414 +1995,6,0,internal,21-24 yrs,503,1762637,22.569149017333984,1,0.1312336027622223,1.1399999856948853,0.44999998807907104,0.6399999856948853,2.2300000190734863,28.536788940429688 +1996,6,0,MVA,15-17 yrs,204,1292840,15.984362602233887,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,15.779214859008789 +1996,6,0,suicide,15-17 yrs,88,1292840,15.984362602233887,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,6.80672025680542 +1996,6,0,homicide,15-17 yrs,243,1292840,15.984362602233887,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,18.79582977294922 +1996,6,0,other external,15-17 yrs,85,1292840,15.984362602233887,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,6.574672698974609 +1996,6,0,internal,15-17 yrs,188,1292840,15.984362602233887,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,14.54162883758545 +1996,6,0,all,18-20 yrs,1215,1271878,19.01201057434082,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,95.52803039550781 +1996,6,0,MVA,18-20 yrs,294,1271878,19.01201057434082,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,23.11542510986328 +1996,6,0,suicide,18-20 yrs,133,1271878,19.01201057434082,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,10.456977844238281 +1996,6,0,homicide,18-20 yrs,406,1271878,19.01201057434082,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,31.921300888061523 +1996,6,0,other external,18-20 yrs,127,1271878,19.01201057434082,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,9.985234260559082 +1996,6,0,internal,18-20 yrs,255,1271878,19.01201057434082,0,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,20.04909324645996 +1996,6,0,all,21-24 yrs,1608,1710637,22.530305862426758,1,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,94.00006866455078 +1996,6,0,MVA,21-24 yrs,381,1710637,22.530305862426758,1,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,22.27240562438965 +1996,6,0,suicide,21-24 yrs,187,1710637,22.530305862426758,1,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,10.931600570678711 +1996,6,0,homicide,21-24 yrs,399,1710637,22.530305862426758,1,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,23.324644088745117 +1996,6,0,other external,21-24 yrs,202,1710637,22.530305862426758,1,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,11.808466911315918 +1996,6,0,internal,21-24 yrs,439,1710637,22.530305862426758,1,0.1274697333574295,1.1100000143051147,0.49000000953674316,0.6399999856948853,2.240000009536743,25.662954330444336 +1970,8,1,MVA,15-17 yrs,64,130002,15.984253883361816,0,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,49.230010986328125 +1970,8,1,suicide,15-17 yrs,16,130002,15.984253883361816,0,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,12.307502746582031 +1970,8,1,homicide,15-17 yrs,6,130002,15.984253883361816,0,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,4.615313529968262 +1970,8,1,other external,15-17 yrs,29,130002,15.984253883361816,0,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,22.307348251342773 +1970,8,1,internal,15-17 yrs,35,130002,15.984253883361816,0,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,26.92266273498535 +1970,8,1,all,18-20 yrs,207,131830,18.999324798583984,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,157.02040100097656 +1970,8,1,MVA,18-20 yrs,79,131830,18.999324798583984,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,59.925662994384766 +1970,8,1,suicide,18-20 yrs,14,131830,18.999324798583984,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,10.61973762512207 +1970,8,1,homicide,18-20 yrs,12,131830,18.999324798583984,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,9.102632522583008 +1970,8,1,other external,18-20 yrs,45,131830,18.999324798583984,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,34.13487243652344 +1970,8,1,internal,18-20 yrs,57,131830,18.999324798583984,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,43.23750305175781 +1970,8,1,all,21-24 yrs,255,160664,22.378896713256836,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,158.71632385253906 +1970,8,1,MVA,21-24 yrs,91,160664,22.378896713256836,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,56.63994598388672 +1970,8,1,suicide,21-24 yrs,35,160664,22.378896713256836,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,21.78459358215332 +1970,8,1,homicide,21-24 yrs,16,160664,22.378896713256836,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,9.958671569824219 +1970,8,1,other external,21-24 yrs,36,160664,22.378896713256836,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,22.407011032104492 +1970,8,1,internal,21-24 yrs,77,160664,22.378896713256836,1,0.15463916957378387,1.1799999475479126,0.3100000023841858,1.2599999904632568,2.75,47.92610549926758 +1971,8,1,MVA,15-17 yrs,58,137040,15.986660957336426,0,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,42.32341003417969 +1971,8,1,suicide,15-17 yrs,12,137040,15.986660957336426,0,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,8.756567001342773 +1971,8,1,homicide,15-17 yrs,9,137040,15.986660957336426,0,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,6.567425727844238 +1971,8,1,other external,15-17 yrs,38,137040,15.986660957336426,0,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,27.729129791259766 +1971,8,1,internal,15-17 yrs,56,137040,15.986660957336426,0,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,40.863983154296875 +1971,8,1,all,18-20 yrs,181,139867,19.003761291503906,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,129.4086456298828 +1971,8,1,MVA,18-20 yrs,59,139867,19.003761291503906,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,42.18292999267578 +1971,8,1,suicide,18-20 yrs,31,139867,19.003761291503906,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,22.16391372680664 +1971,8,1,homicide,18-20 yrs,9,139867,19.003761291503906,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,6.4346842765808105 +1971,8,1,other external,18-20 yrs,38,139867,19.003761291503906,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,27.16866683959961 +1971,8,1,internal,18-20 yrs,44,139867,19.003761291503906,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,31.45845603942871 +1971,8,1,all,21-24 yrs,274,177283,22.519981384277344,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,154.55514526367188 +1971,8,1,MVA,21-24 yrs,91,177283,22.519981384277344,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,51.330360412597656 +1971,8,1,suicide,21-24 yrs,35,177283,22.519981384277344,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,19.74244499206543 +1971,8,1,homicide,21-24 yrs,20,177283,22.519981384277344,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,11.281397819519043 +1971,8,1,other external,21-24 yrs,46,177283,22.519981384277344,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,25.947214126586914 +1971,8,1,internal,21-24 yrs,82,177283,22.519981384277344,1,0.14814814925193787,1.2100000381469727,0.3799999952316284,1.3300000429153442,2.9200000762939453,46.25373077392578 +1972,8,1,MVA,15-17 yrs,66,144498,15.977086067199707,0,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,45.67537307739258 +1972,8,1,suicide,15-17 yrs,12,144498,15.977086067199707,0,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,8.30461311340332 +1972,8,1,homicide,15-17 yrs,14,144498,15.977086067199707,0,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,9.688714981079102 +1972,8,1,other external,15-17 yrs,38,144498,15.977086067199707,0,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,26.297941207885742 +1972,8,1,internal,15-17 yrs,36,144498,15.977086067199707,0,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,24.91383934020996 +1972,8,1,all,18-20 yrs,242,149614,19.006122589111328,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,161.74957275390625 +1972,8,1,MVA,18-20 yrs,94,149614,19.006122589111328,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,62.828346252441406 +1972,8,1,suicide,18-20 yrs,30,149614,19.006122589111328,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,20.051599502563477 +1972,8,1,homicide,18-20 yrs,20,149614,19.006122589111328,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,13.367733001708984 +1972,8,1,other external,18-20 yrs,50,149614,19.006122589111328,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,33.41933059692383 +1972,8,1,internal,18-20 yrs,48,149614,19.006122589111328,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,32.082557678222656 +1972,8,1,all,21-24 yrs,306,185486,22.492095947265625,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,164.97201538085938 +1972,8,1,MVA,21-24 yrs,88,185486,22.492095947265625,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,47.44293212890625 +1972,8,1,suicide,21-24 yrs,54,185486,22.492095947265625,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,29.112709045410156 +1972,8,1,homicide,21-24 yrs,26,185486,22.492095947265625,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,14.017230033874512 +1972,8,1,other external,21-24 yrs,62,185486,22.492095947265625,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,33.42570495605469 +1972,8,1,internal,21-24 yrs,76,185486,22.492095947265625,1,0.1435406655073166,1.2799999713897705,0.3700000047683716,1.2799999713897705,2.930000066757202,40.97344207763672 +1973,8,1,MVA,15-17 yrs,46,151209,15.983949661254883,0,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,30.42146873474121 +1973,8,1,suicide,15-17 yrs,11,151209,15.983949661254883,0,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,7.2746992111206055 +1973,8,1,homicide,15-17 yrs,8,151209,15.983949661254883,0,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,5.2906904220581055 +1973,8,1,other external,15-17 yrs,31,151209,15.983949661254883,0,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,20.50142478942871 +1973,8,1,internal,15-17 yrs,38,151209,15.983949661254883,0,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,25.130779266357422 +1973,8,1,all,18-20 yrs,229,158029,19.014705657958984,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,144.9101104736328 +1973,8,1,MVA,18-20 yrs,75,158029,19.014705657958984,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,47.45964431762695 +1973,8,1,suicide,18-20 yrs,33,158029,19.014705657958984,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,20.88224220275879 +1973,8,1,homicide,18-20 yrs,16,158029,19.014705657958984,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,10.124724388122559 +1973,8,1,other external,18-20 yrs,50,158029,19.014705657958984,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,31.63976287841797 +1973,8,1,internal,18-20 yrs,55,158029,19.014705657958984,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,34.80373764038086 +1973,8,1,all,21-24 yrs,340,196006,22.489076614379883,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,173.46408081054688 +1973,8,1,MVA,21-24 yrs,124,196006,22.489076614379883,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,63.263370513916016 +1973,8,1,suicide,21-24 yrs,48,196006,22.489076614379883,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,24.489046096801758 +1973,8,1,homicide,21-24 yrs,32,196006,22.489076614379883,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,16.326030731201172 +1973,8,1,other external,21-24 yrs,54,196006,22.489076614379883,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,27.5501766204834 +1973,8,1,internal,21-24 yrs,82,196006,22.489076614379883,1,0.13513512909412384,1.340000033378601,0.38999998569488525,1.3200000524520874,3.049999952316284,41.835453033447266 +1974,8,1,MVA,15-17 yrs,58,154594,15.993939399719238,0,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,37.51762771606445 +1974,8,1,suicide,15-17 yrs,14,154594,15.993939399719238,0,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,9.055978775024414 +1974,8,1,homicide,15-17 yrs,4,154594,15.993939399719238,0,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,2.5874226093292236 +1974,8,1,other external,15-17 yrs,33,154594,15.993939399719238,0,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,21.346235275268555 +1974,8,1,internal,15-17 yrs,38,154594,15.993939399719238,0,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,24.580514907836914 +1974,8,1,all,18-20 yrs,213,161336,19.015867233276367,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,132.02261352539062 +1974,8,1,MVA,18-20 yrs,88,161336,19.015867233276367,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,54.544551849365234 +1974,8,1,suicide,18-20 yrs,27,161336,19.015867233276367,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,16.735260009765625 +1974,8,1,homicide,18-20 yrs,16,161336,19.015867233276367,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,9.917191505432129 +1974,8,1,other external,18-20 yrs,39,161336,19.015867233276367,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,24.173154830932617 +1974,8,1,internal,18-20 yrs,43,161336,19.015867233276367,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,26.65245246887207 +1974,8,1,all,21-24 yrs,319,200560,22.467620849609375,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,159.0546417236328 +1974,8,1,MVA,21-24 yrs,109,200560,22.467620849609375,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,54.34782791137695 +1974,8,1,suicide,21-24 yrs,47,200560,22.467620849609375,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,23.434383392333984 +1974,8,1,homicide,21-24 yrs,20,200560,22.467620849609375,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,9.972078323364258 +1974,8,1,other external,21-24 yrs,65,200560,22.467620849609375,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,32.40925598144531 +1974,8,1,internal,21-24 yrs,78,200560,22.467620849609375,1,0.1217038556933403,1.4199999570846558,0.38999998569488525,1.3700000047683716,3.190000057220459,38.89110565185547 +1975,8,1,MVA,15-17 yrs,39,155509,15.992527961730957,0,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,25.078933715820312 +1975,8,1,suicide,15-17 yrs,12,155509,15.992527961730957,0,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,7.71659517288208 +1975,8,1,homicide,15-17 yrs,7,155509,15.992527961730957,0,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,4.501347064971924 +1975,8,1,other external,15-17 yrs,31,155509,15.992527961730957,0,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,19.934537887573242 +1975,8,1,internal,15-17 yrs,28,155509,15.992527961730957,0,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,18.005388259887695 +1975,8,1,all,18-20 yrs,209,165031,19.00602912902832,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,126.64287567138672 +1975,8,1,MVA,18-20 yrs,79,165031,19.00602912902832,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,47.86979293823242 +1975,8,1,suicide,18-20 yrs,18,165031,19.00602912902832,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,10.907041549682617 +1975,8,1,homicide,18-20 yrs,23,165031,19.00602912902832,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,13.936775207519531 +1975,8,1,other external,18-20 yrs,54,165031,19.00602912902832,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,32.721126556396484 +1975,8,1,internal,18-20 yrs,35,165031,19.00602912902832,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,21.20813751220703 +1975,8,1,all,21-24 yrs,316,208897,22.479154586791992,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,151.27072143554688 +1975,8,1,MVA,21-24 yrs,98,208897,22.479154586791992,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,46.91307067871094 +1975,8,1,suicide,21-24 yrs,54,208897,22.479154586791992,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,25.850059509277344 +1975,8,1,homicide,21-24 yrs,33,208897,22.479154586791992,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,15.797259330749512 +1975,8,1,other external,21-24 yrs,64,208897,22.479154586791992,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,30.637107849121094 +1975,8,1,internal,21-24 yrs,67,208897,22.479154586791992,1,0.11152416467666626,1.4299999475479126,0.41999998688697815,1.3899999856948853,3.240000009536743,32.07322311401367 +1976,8,1,MVA,15-17 yrs,44,157587,15.98603343963623,0,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,27.921085357666016 +1976,8,1,suicide,15-17 yrs,11,157587,15.98603343963623,0,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,6.980271339416504 +1976,8,1,homicide,15-17 yrs,5,157587,15.98603343963623,0,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,3.1728506088256836 +1976,8,1,other external,15-17 yrs,33,157587,15.98603343963623,0,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,20.940813064575195 +1976,8,1,internal,15-17 yrs,25,157587,15.98603343963623,0,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,15.864253044128418 +1976,8,1,all,18-20 yrs,218,168889,19.01399803161621,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,129.078857421875 +1976,8,1,MVA,18-20 yrs,88,168889,19.01399803161621,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,52.105228424072266 +1976,8,1,suicide,18-20 yrs,27,168889,19.01399803161621,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,15.986831665039062 +1976,8,1,homicide,18-20 yrs,18,168889,19.01399803161621,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,10.65788745880127 +1976,8,1,other external,18-20 yrs,40,168889,19.01399803161621,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,23.684194564819336 +1976,8,1,internal,18-20 yrs,45,168889,19.01399803161621,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,26.64472007751465 +1976,8,1,all,21-24 yrs,299,215715,22.490304946899414,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,138.6088104248047 +1976,8,1,MVA,21-24 yrs,93,215715,22.490304946899414,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,43.1124382019043 +1976,8,1,suicide,21-24 yrs,56,215715,22.490304946899414,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,25.96017837524414 +1976,8,1,homicide,21-24 yrs,22,215715,22.490304946899414,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,10.198641777038574 +1976,8,1,other external,21-24 yrs,73,215715,22.490304946899414,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,33.840946197509766 +1976,8,1,internal,21-24 yrs,55,215715,22.490304946899414,1,0.14059753715991974,1.4600000381469727,0.46000000834465027,1.3700000047683716,3.2899999618530273,25.496604919433594 +1977,8,1,MVA,15-17 yrs,75,159106,15.993249893188477,0,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,47.13838577270508 +1977,8,1,suicide,15-17 yrs,16,159106,15.993249893188477,0,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,10.056188583374023 +1977,8,1,homicide,15-17 yrs,6,159106,15.993249893188477,0,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,3.771070957183838 +1977,8,1,other external,15-17 yrs,28,159106,15.993249893188477,0,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,17.598331451416016 +1977,8,1,internal,15-17 yrs,27,159106,15.993249893188477,0,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,16.969818115234375 +1977,8,1,all,18-20 yrs,204,171776,19.024572372436523,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,118.75931549072266 +1977,8,1,MVA,18-20 yrs,85,171776,19.024572372436523,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,49.48304748535156 +1977,8,1,suicide,18-20 yrs,16,171776,19.024572372436523,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,9.31445598602295 +1977,8,1,homicide,18-20 yrs,22,171776,19.024572372436523,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,12.807376861572266 +1977,8,1,other external,18-20 yrs,37,171776,19.024572372436523,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,21.53968048095703 +1977,8,1,internal,18-20 yrs,44,171776,19.024572372436523,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,25.61475372314453 +1977,8,1,all,21-24 yrs,302,222898,22.500099182128906,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,135.48797607421875 +1977,8,1,MVA,21-24 yrs,119,222898,22.500099182128906,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,53.38764953613281 +1977,8,1,suicide,21-24 yrs,64,222898,22.500099182128906,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,28.712684631347656 +1977,8,1,homicide,21-24 yrs,25,222898,22.500099182128906,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,11.215892791748047 +1977,8,1,other external,21-24 yrs,46,222898,22.500099182128906,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,20.63724136352539 +1977,8,1,internal,21-24 yrs,48,222898,22.500099182128906,1,0.132013201713562,1.4299999475479126,0.36000001430511475,1.2200000286102295,3.009999990463257,21.534513473510742 +1978,8,1,MVA,15-17 yrs,59,159178,16.010648727416992,0,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,37.06542205810547 +1978,8,1,suicide,15-17 yrs,6,159178,16.010648727416992,0,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,3.769365072250366 +1978,8,1,homicide,15-17 yrs,11,159178,16.010648727416992,0,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,6.910502910614014 +1978,8,1,other external,15-17 yrs,30,159178,16.010648727416992,0,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,18.846824645996094 +1978,8,1,internal,15-17 yrs,36,159178,16.010648727416992,0,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,22.61618995666504 +1978,8,1,all,18-20 yrs,236,173784,19.024524688720703,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,135.80076599121094 +1978,8,1,MVA,18-20 yrs,101,173784,19.024524688720703,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,58.11812210083008 +1978,8,1,suicide,18-20 yrs,26,173784,19.024524688720703,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,14.961101531982422 +1978,8,1,homicide,18-20 yrs,15,173784,19.024524688720703,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,8.631404876708984 +1978,8,1,other external,18-20 yrs,45,173784,19.024524688720703,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,25.89421272277832 +1978,8,1,internal,18-20 yrs,49,173784,19.024524688720703,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,28.195920944213867 +1978,8,1,all,21-24 yrs,335,231493,22.49831771850586,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,144.71279907226562 +1978,8,1,MVA,21-24 yrs,118,231493,22.49831771850586,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,50.97346496582031 +1978,8,1,suicide,21-24 yrs,55,231493,22.49831771850586,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,23.758817672729492 +1978,8,1,homicide,21-24 yrs,29,231493,22.49831771850586,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,12.527376174926758 +1978,8,1,other external,21-24 yrs,61,231493,22.49831771850586,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,26.350688934326172 +1978,8,1,internal,21-24 yrs,72,231493,22.49831771850586,1,0.12269938737154007,1.6399999856948853,0.4699999988079071,1.4299999475479126,3.5399999618530273,31.102453231811523 +1979,8,1,MVA,15-17 yrs,41,156846,16.014263153076172,0,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,26.140291213989258 +1979,8,1,suicide,15-17 yrs,13,156846,16.014263153076172,0,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,8.288384437561035 +1979,8,1,homicide,15-17 yrs,8,156846,16.014263153076172,0,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,5.100544452667236 +1979,8,1,other external,15-17 yrs,30,156846,16.014263153076172,0,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,19.12704086303711 +1979,8,1,internal,15-17 yrs,26,156846,16.014263153076172,0,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,16.57676887512207 +1979,8,1,all,18-20 yrs,244,177454,19.0184268951416,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,137.50042724609375 +1979,8,1,MVA,18-20 yrs,101,177454,19.0184268951416,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,56.91615676879883 +1979,8,1,suicide,18-20 yrs,31,177454,19.0184268951416,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,17.469316482543945 +1979,8,1,homicide,18-20 yrs,20,177454,19.0184268951416,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,11.270526885986328 +1979,8,1,other external,18-20 yrs,47,177454,19.0184268951416,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,26.485736846923828 +1979,8,1,internal,18-20 yrs,45,177454,19.0184268951416,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,25.358684539794922 +1979,8,1,all,21-24 yrs,345,238997,22.501785278320312,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,144.353271484375 +1979,8,1,MVA,21-24 yrs,129,238997,22.501785278320312,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,53.9755744934082 +1979,8,1,suicide,21-24 yrs,55,238997,22.501785278320312,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,23.012840270996094 +1979,8,1,homicide,21-24 yrs,26,238997,22.501785278320312,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,10.87879753112793 +1979,8,1,other external,21-24 yrs,74,238997,22.501785278320312,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,30.962732315063477 +1979,8,1,internal,21-24 yrs,61,238997,22.501785278320312,1,0.11019283533096313,1.6799999475479126,0.4699999988079071,1.3700000047683716,3.5199999809265137,25.523332595825195 +1980,8,1,MVA,15-17 yrs,53,152154,16.025388717651367,0,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,34.8331298828125 +1980,8,1,suicide,15-17 yrs,17,152154,16.025388717651367,0,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,11.172890663146973 +1980,8,1,homicide,15-17 yrs,6,152154,16.025388717651367,0,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,3.943373203277588 +1980,8,1,other external,15-17 yrs,21,152154,16.025388717651367,0,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,13.801806449890137 +1980,8,1,internal,15-17 yrs,28,152154,16.025388717651367,0,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,18.402408599853516 +1980,8,1,all,18-20 yrs,206,175322,19.028398513793945,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,117.49809265136719 +1980,8,1,MVA,18-20 yrs,96,175322,19.028398513793945,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,54.75638961791992 +1980,8,1,suicide,18-20 yrs,28,175322,19.028398513793945,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,15.970614433288574 +1980,8,1,homicide,18-20 yrs,12,175322,19.028398513793945,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,6.84454870223999 +1980,8,1,other external,18-20 yrs,37,175322,19.028398513793945,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,21.10402488708496 +1980,8,1,internal,18-20 yrs,33,175322,19.028398513793945,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,18.822509765625 +1980,8,1,all,21-24 yrs,318,242883,22.513349533081055,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,130.92723083496094 +1980,8,1,MVA,21-24 yrs,119,242883,22.513349533081055,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,48.99478530883789 +1980,8,1,suicide,21-24 yrs,55,242883,22.513349533081055,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,22.6446475982666 +1980,8,1,homicide,21-24 yrs,32,242883,22.513349533081055,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,13.175067901611328 +1980,8,1,other external,21-24 yrs,50,242883,22.513349533081055,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,20.586044311523438 +1980,8,1,internal,21-24 yrs,62,242883,22.513349533081055,1,0.09708737581968307,1.5700000524520874,0.4699999988079071,1.309999942779541,3.3499999046325684,25.52669334411621 +1981,8,1,MVA,15-17 yrs,38,146763,16.040752410888672,0,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,25.8920841217041 +1981,8,1,suicide,15-17 yrs,12,146763,16.040752410888672,0,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,8.176447868347168 +1981,8,1,homicide,15-17 yrs,9,146763,16.040752410888672,0,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,6.132335662841797 +1981,8,1,other external,15-17 yrs,13,146763,16.040752410888672,0,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,8.857818603515625 +1981,8,1,internal,15-17 yrs,33,146763,16.040752410888672,0,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,22.485231399536133 +1981,8,1,all,18-20 yrs,217,172359,19.04529571533203,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,125.90000915527344 +1981,8,1,MVA,18-20 yrs,87,172359,19.04529571533203,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,50.47603988647461 +1981,8,1,suicide,18-20 yrs,33,172359,19.04529571533203,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,19.14608383178711 +1981,8,1,homicide,18-20 yrs,15,172359,19.04529571533203,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,8.702765464782715 +1981,8,1,other external,18-20 yrs,40,172359,19.04529571533203,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,23.207374572753906 +1981,8,1,internal,18-20 yrs,42,172359,19.04529571533203,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,24.36774444580078 +1981,8,1,all,21-24 yrs,366,243539,22.52341079711914,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,150.283935546875 +1981,8,1,MVA,21-24 yrs,142,243539,22.52341079711914,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,58.306884765625 +1981,8,1,suicide,21-24 yrs,57,243539,22.52341079711914,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,23.404874801635742 +1981,8,1,homicide,21-24 yrs,40,243539,22.52341079711914,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,16.424474716186523 +1981,8,1,other external,21-24 yrs,64,243539,22.52341079711914,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,26.279157638549805 +1981,8,1,internal,21-24 yrs,63,243539,22.52341079711914,1,0.08800879865884781,1.6299999952316284,0.4399999976158142,1.2599999904632568,3.3299999237060547,25.868547439575195 +1982,8,1,MVA,15-17 yrs,27,142536,16.028188705444336,0,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,18.942583084106445 +1982,8,1,suicide,15-17 yrs,8,142536,16.028188705444336,0,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,5.612617015838623 +1982,8,1,homicide,15-17 yrs,10,142536,16.028188705444336,0,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,7.015771389007568 +1982,8,1,other external,15-17 yrs,24,142536,16.028188705444336,0,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,16.83785057067871 +1982,8,1,internal,15-17 yrs,24,142536,16.028188705444336,0,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,16.83785057067871 +1982,8,1,all,18-20 yrs,204,168001,19.038833618164062,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,121.42784881591797 +1982,8,1,MVA,18-20 yrs,97,168001,19.038833618164062,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,57.73775100708008 +1982,8,1,suicide,18-20 yrs,30,168001,19.038833618164062,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,17.857036590576172 +1982,8,1,homicide,18-20 yrs,14,168001,19.038833618164062,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,8.333283424377441 +1982,8,1,other external,18-20 yrs,33,168001,19.038833618164062,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,19.64274024963379 +1982,8,1,internal,18-20 yrs,30,168001,19.038833618164062,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,17.857036590576172 +1982,8,1,all,21-24 yrs,312,243766,22.516897201538086,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,127.9916000366211 +1982,8,1,MVA,21-24 yrs,110,243766,22.516897201538086,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,45.125244140625 +1982,8,1,suicide,21-24 yrs,55,243766,22.516897201538086,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,22.5626220703125 +1982,8,1,homicide,21-24 yrs,30,243766,22.516897201538086,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,12.306884765625 +1982,8,1,other external,21-24 yrs,59,243766,22.516897201538086,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,24.20353889465332 +1982,8,1,internal,21-24 yrs,58,243766,22.516897201538086,1,0.08290155231952667,1.6399999856948853,0.46000000834465027,1.1799999475479126,3.2799999713897705,23.793310165405273 +1983,8,1,MVA,15-17 yrs,43,140833,16.003976821899414,0,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,30.532617568969727 +1983,8,1,suicide,15-17 yrs,9,140833,16.003976821899414,0,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,6.390547752380371 +1983,8,1,homicide,15-17 yrs,7,140833,16.003976821899414,0,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,4.970426082611084 +1983,8,1,other external,15-17 yrs,17,140833,16.003976821899414,0,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,12.07103443145752 +1983,8,1,internal,15-17 yrs,22,140833,16.003976821899414,0,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,15.621338844299316 +1983,8,1,all,18-20 yrs,180,162919,19.040393829345703,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,110.4843521118164 +1983,8,1,MVA,18-20 yrs,71,162919,19.040393829345703,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,43.57993698120117 +1983,8,1,suicide,18-20 yrs,27,162919,19.040393829345703,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,16.57265281677246 +1983,8,1,homicide,18-20 yrs,11,162919,19.040393829345703,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,6.751821517944336 +1983,8,1,other external,18-20 yrs,25,162919,19.040393829345703,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,15.345048904418945 +1983,8,1,internal,18-20 yrs,46,162919,19.040393829345703,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,28.23488998413086 +1983,8,1,all,21-24 yrs,291,241170,22.524869918823242,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,120.66177368164062 +1983,8,1,MVA,21-24 yrs,108,241170,22.524869918823242,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,44.78168869018555 +1983,8,1,suicide,21-24 yrs,56,241170,22.524869918823242,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,23.220134735107422 +1983,8,1,homicide,21-24 yrs,27,241170,22.524869918823242,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,11.195422172546387 +1983,8,1,other external,21-24 yrs,41,241170,22.524869918823242,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,17.000455856323242 +1983,8,1,internal,21-24 yrs,59,241170,22.524869918823242,1,0.0803212821483612,1.5700000524520874,0.46000000834465027,1.1200000047683716,3.1500000953674316,24.46407127380371 +1984,8,1,MVA,15-17 yrs,61,142486,15.986946105957031,0,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,42.811222076416016 +1984,8,1,suicide,15-17 yrs,17,142486,15.986946105957031,0,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,11.930996894836426 +1984,8,1,homicide,15-17 yrs,7,142486,15.986946105957031,0,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,4.912763595581055 +1984,8,1,other external,15-17 yrs,16,142486,15.986946105957031,0,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,11.22917366027832 +1984,8,1,internal,15-17 yrs,24,142486,15.986946105957031,0,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,16.843759536743164 +1984,8,1,all,18-20 yrs,158,155191,19.055397033691406,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,101.81002807617188 +1984,8,1,MVA,18-20 yrs,78,155191,19.055397033691406,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,50.26064682006836 +1984,8,1,suicide,18-20 yrs,22,155191,19.055397033691406,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,14.176079750061035 +1984,8,1,homicide,18-20 yrs,14,155191,19.055397033691406,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,9.02114200592041 +1984,8,1,other external,18-20 yrs,19,155191,19.055397033691406,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,12.2429780960083 +1984,8,1,internal,18-20 yrs,25,155191,19.055397033691406,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,16.109182357788086 +1984,8,1,all,21-24 yrs,283,234592,22.54269027709961,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,120.63497161865234 +1984,8,1,MVA,21-24 yrs,104,234592,22.54269027709961,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,44.3322868347168 +1984,8,1,suicide,21-24 yrs,44,234592,22.54269027709961,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,18.75596809387207 +1984,8,1,homicide,21-24 yrs,16,234592,22.54269027709961,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,6.820352077484131 +1984,8,1,other external,21-24 yrs,55,234592,22.54269027709961,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,23.44495964050293 +1984,8,1,internal,21-24 yrs,64,234592,22.54269027709961,1,0.07699710875749588,1.5099999904632568,0.46000000834465027,1.1200000047683716,3.0899999141693115,27.281408309936523 +1985,8,1,MVA,15-17 yrs,37,145731,15.981019973754883,0,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,25.389244079589844 +1985,8,1,suicide,15-17 yrs,24,145731,15.981019973754883,0,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,16.468698501586914 +1985,8,1,homicide,15-17 yrs,5,145731,15.981019973754883,0,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,3.430979013442993 +1985,8,1,other external,15-17 yrs,16,145731,15.981019973754883,0,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,10.979132652282715 +1985,8,1,internal,15-17 yrs,22,145731,15.981019973754883,0,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,15.096307754516602 +1985,8,1,all,18-20 yrs,147,149088,19.043027877807617,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,98.5994873046875 +1985,8,1,MVA,18-20 yrs,64,149088,19.043027877807617,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,42.92766571044922 +1985,8,1,suicide,18-20 yrs,31,149088,19.043027877807617,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,20.793088912963867 +1985,8,1,homicide,18-20 yrs,11,149088,19.043027877807617,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,7.378192901611328 +1985,8,1,other external,18-20 yrs,24,149088,19.043027877807617,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,16.097875595092773 +1985,8,1,internal,18-20 yrs,17,149088,19.043027877807617,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,11.402661323547363 +1985,8,1,all,21-24 yrs,299,228930,22.550132751464844,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,130.60760498046875 +1985,8,1,MVA,21-24 yrs,98,228930,22.550132751464844,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,42.80784606933594 +1985,8,1,suicide,21-24 yrs,54,228930,22.550132751464844,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,23.587995529174805 +1985,8,1,homicide,21-24 yrs,34,228930,22.550132751464844,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,14.851701736450195 +1985,8,1,other external,21-24 yrs,47,228930,22.550132751464844,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,20.530292510986328 +1985,8,1,internal,21-24 yrs,66,228930,22.550132751464844,1,0.07434944063425064,1.4700000286102295,0.5,1.1799999475479126,3.1500000953674316,28.82977294921875 +1986,8,1,MVA,15-17 yrs,54,149438,15.989781379699707,0,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,36.1353874206543 +1986,8,1,suicide,15-17 yrs,27,149438,15.989781379699707,0,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,18.06769371032715 +1986,8,1,homicide,15-17 yrs,4,149438,15.989781379699707,0,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,2.6766953468322754 +1986,8,1,other external,15-17 yrs,16,149438,15.989781379699707,0,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,10.706781387329102 +1986,8,1,internal,15-17 yrs,15,149438,15.989781379699707,0,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,10.037607192993164 +1986,8,1,all,18-20 yrs,185,144616,19.02077865600586,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,127.92498779296875 +1986,8,1,MVA,18-20 yrs,80,144616,19.02077865600586,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,55.318912506103516 +1986,8,1,suicide,18-20 yrs,31,144616,19.02077865600586,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,21.436079025268555 +1986,8,1,homicide,18-20 yrs,14,144616,19.02077865600586,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,9.68080997467041 +1986,8,1,other external,18-20 yrs,32,144616,19.02077865600586,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,22.127565383911133 +1986,8,1,internal,18-20 yrs,28,144616,19.02077865600586,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,19.36161994934082 +1986,8,1,all,21-24 yrs,289,218953,22.550899505615234,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,131.99179077148438 +1986,8,1,MVA,21-24 yrs,108,218953,22.550899505615234,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,49.325653076171875 +1986,8,1,suicide,21-24 yrs,47,218953,22.550899505615234,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,21.46579360961914 +1986,8,1,homicide,21-24 yrs,33,218953,22.550899505615234,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,15.071727752685547 +1986,8,1,other external,21-24 yrs,43,218953,22.550899505615234,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,19.638917922973633 +1986,8,1,internal,21-24 yrs,58,218953,22.550899505615234,1,0.07299269735813141,1.4700000286102295,0.46000000834465027,0.9399999976158142,2.869999885559082,26.489704132080078 +1987,8,0.7903138399124146,MVA,15-17 yrs,46,146920,16.02427101135254,0,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,31.30955696105957 +1987,8,0.7903138399124146,suicide,15-17 yrs,14,146920,16.02427101135254,0,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,9.528995513916016 +1987,8,0.7903138399124146,homicide,15-17 yrs,4,146920,16.02427101135254,0,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,2.7225701808929443 +1987,8,0.7903138399124146,other external,15-17 yrs,21,146920,16.02427101135254,0,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,14.293493270874023 +1987,8,0.7903138399124146,internal,15-17 yrs,14,146920,16.02427101135254,0,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,9.528995513916016 +1987,8,0.7903138399124146,all,18-20 yrs,126,145266,19.00313949584961,0.7903138399124146,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,86.73743438720703 +1987,8,0.7903138399124146,MVA,18-20 yrs,58,145266,19.00313949584961,0.7903138399124146,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,39.926753997802734 +1987,8,0.7903138399124146,suicide,18-20 yrs,20,145266,19.00313949584961,0.7903138399124146,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,13.76784610748291 +1987,8,0.7903138399124146,homicide,18-20 yrs,15,145266,19.00313949584961,0.7903138399124146,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,10.325884819030762 +1987,8,0.7903138399124146,other external,18-20 yrs,19,145266,19.00313949584961,0.7903138399124146,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,13.07945442199707 +1987,8,0.7903138399124146,internal,18-20 yrs,14,145266,19.00313949584961,0.7903138399124146,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,9.637492179870605 +1987,8,0.7903138399124146,all,21-24 yrs,236,207692,22.560903549194336,1,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,113.62979888916016 +1987,8,0.7903138399124146,MVA,21-24 yrs,65,207692,22.560903549194336,1,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,31.296342849731445 +1987,8,0.7903138399124146,suicide,21-24 yrs,54,207692,22.560903549194336,1,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,26.000038146972656 +1987,8,0.7903138399124146,homicide,21-24 yrs,31,207692,22.560903549194336,1,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,14.925948143005371 +1987,8,0.7903138399124146,other external,21-24 yrs,34,207692,22.560903549194336,1,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,16.370393753051758 +1987,8,0.7903138399124146,internal,21-24 yrs,52,207692,22.560903549194336,1,0.07042253762483597,1.4299999475479126,0.4399999976158142,0.9300000071525574,2.799999952316284,25.03707504272461 +1988,8,0.3277689516544342,MVA,15-17 yrs,38,139361,16.049575805664062,0,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,27.26731300354004 +1988,8,0.3277689516544342,suicide,15-17 yrs,24,139361,16.049575805664062,0,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,17.221460342407227 +1988,8,0.3277689516544342,homicide,15-17 yrs,8,139361,16.049575805664062,0,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,5.740487098693848 +1988,8,0.3277689516544342,other external,15-17 yrs,11,139361,16.049575805664062,0,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,7.893169403076172 +1988,8,0.3277689516544342,internal,15-17 yrs,16,139361,16.049575805664062,0,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,11.480974197387695 +1988,8,0.3277689516544342,all,18-20 yrs,133,147066,18.996076583862305,0.3277689516544342,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,90.43558502197266 +1988,8,0.3277689516544342,MVA,18-20 yrs,45,147066,18.996076583862305,0.3277689516544342,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,30.598506927490234 +1988,8,0.3277689516544342,suicide,18-20 yrs,36,147066,18.996076583862305,0.3277689516544342,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,24.478805541992188 +1988,8,0.3277689516544342,homicide,18-20 yrs,8,147066,18.996076583862305,0.3277689516544342,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,5.43973445892334 +1988,8,0.3277689516544342,other external,18-20 yrs,21,147066,18.996076583862305,0.3277689516544342,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,14.279303550720215 +1988,8,0.3277689516544342,internal,18-20 yrs,23,147066,18.996076583862305,0.3277689516544342,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,15.639236450195312 +1988,8,0.3277689516544342,all,21-24 yrs,210,197829,22.559478759765625,1,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,106.15228271484375 +1988,8,0.3277689516544342,MVA,21-24 yrs,75,197829,22.559478759765625,1,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,37.911529541015625 +1988,8,0.3277689516544342,suicide,21-24 yrs,48,197829,22.559478759765625,1,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,24.263378143310547 +1988,8,0.3277689516544342,homicide,21-24 yrs,23,197829,22.559478759765625,1,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,11.626202583312988 +1988,8,0.3277689516544342,other external,21-24 yrs,25,197829,22.559478759765625,1,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,12.637176513671875 +1988,8,0.3277689516544342,internal,21-24 yrs,39,197829,22.559478759765625,1,0.06762468069791794,1.4199999570846558,0.38999998569488525,0.9100000262260437,2.7200000286102295,19.7139949798584 +1989,8,0.041140116751194,MVA,15-17 yrs,34,130968,16.027456283569336,0,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,25.960540771484375 +1989,8,0.041140116751194,suicide,15-17 yrs,19,130968,16.027456283569336,0,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,14.507360458374023 +1989,8,0.041140116751194,homicide,15-17 yrs,5,130968,16.027456283569336,0,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,3.8177263736724854 +1989,8,0.041140116751194,other external,15-17 yrs,10,130968,16.027456283569336,0,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,7.635452747344971 +1989,8,0.041140116751194,internal,15-17 yrs,14,130968,16.027456283569336,0,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,10.689634323120117 +1989,8,0.041140116751194,all,18-20 yrs,143,150036,19.00501251220703,0.041140116751194,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,95.310455322265625 +1989,8,0.041140116751194,MVA,18-20 yrs,55,150036,19.00501251220703,0.041140116751194,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,36.657867431640625 +1989,8,0.041140116751194,suicide,18-20 yrs,40,150036,19.00501251220703,0.041140116751194,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,26.660268783569336 +1989,8,0.041140116751194,homicide,18-20 yrs,14,150036,19.00501251220703,0.041140116751194,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,9.331093788146973 +1989,8,0.041140116751194,other external,18-20 yrs,10,150036,19.00501251220703,0.041140116751194,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,6.665067195892334 +1989,8,0.041140116751194,internal,18-20 yrs,24,150036,19.00501251220703,0.041140116751194,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,15.996160507202148 +1989,8,0.041140116751194,all,21-24 yrs,182,190502,22.53317642211914,1,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,95.53705596923828 +1989,8,0.041140116751194,MVA,21-24 yrs,64,190502,22.53317642211914,1,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,33.5954475402832 +1989,8,0.041140116751194,suicide,21-24 yrs,34,190502,22.53317642211914,1,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,17.84758186340332 +1989,8,0.041140116751194,homicide,21-24 yrs,12,190502,22.53317642211914,1,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,6.29914665222168 +1989,8,0.041140116751194,other external,21-24 yrs,31,190502,22.53317642211914,1,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,16.272794723510742 +1989,8,0.041140116751194,internal,21-24 yrs,41,190502,22.53317642211914,1,0.06451612710952759,1.399999976158142,0.3700000047683716,0.8399999737739563,2.5999999046325684,21.522083282470703 +1990,8,0,MVA,15-17 yrs,35,129829,15.993522644042969,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,26.958538055419922 +1990,8,0,suicide,15-17 yrs,19,129829,15.993522644042969,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,14.634634971618652 +1990,8,0,homicide,15-17 yrs,11,129829,15.993522644042969,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,8.47268295288086 +1990,8,0,other external,15-17 yrs,10,129829,15.993522644042969,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,7.702439308166504 +1990,8,0,internal,15-17 yrs,26,129829,15.993522644042969,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,20.026342391967773 +1990,8,0,all,18-20 yrs,139,147371,19.042165756225586,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,94.31977844238281 +1990,8,0,MVA,18-20 yrs,61,147371,19.042165756225586,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,41.39213180541992 +1990,8,0,suicide,18-20 yrs,28,147371,19.042165756225586,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,18.99966812133789 +1990,8,0,homicide,18-20 yrs,14,147371,19.042165756225586,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,9.499834060668945 +1990,8,0,other external,18-20 yrs,18,147371,19.042165756225586,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,12.214072227478027 +1990,8,0,internal,18-20 yrs,18,147371,19.042165756225586,0,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,12.214072227478027 +1990,8,0,all,21-24 yrs,187,187621,22.490148544311523,1,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,99.66901397705078 +1990,8,0,MVA,21-24 yrs,56,187621,22.490148544311523,1,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,29.84740447998047 +1990,8,0,suicide,21-24 yrs,42,187621,22.490148544311523,1,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,22.38555335998535 +1990,8,0,homicide,21-24 yrs,25,187621,22.490148544311523,1,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,13.324734687805176 +1990,8,0,other external,21-24 yrs,27,187621,22.490148544311523,1,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,14.39071273803711 +1990,8,0,internal,21-24 yrs,37,187621,22.490148544311523,1,0.061208873987197876,1.350000023841858,0.28999999165534973,0.75,2.390000104904175,19.72060775756836 +1991,8,0,MVA,15-17 yrs,35,131665,15.992511749267578,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,26.58261489868164 +1991,8,0,suicide,15-17 yrs,21,131665,15.992511749267578,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,15.949568748474121 +1991,8,0,homicide,15-17 yrs,10,131665,15.992511749267578,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,7.595032691955566 +1991,8,0,other external,15-17 yrs,16,131665,15.992511749267578,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,12.152052879333496 +1991,8,0,internal,15-17 yrs,16,131665,15.992511749267578,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,12.152052879333496 +1991,8,0,all,18-20 yrs,145,142855,19.056861877441406,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,101.50152587890625 +1991,8,0,MVA,18-20 yrs,62,142855,19.056861877441406,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,43.40065002441406 +1991,8,0,suicide,18-20 yrs,29,142855,19.056861877441406,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,20.300304412841797 +1991,8,0,homicide,18-20 yrs,23,142855,19.056861877441406,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,16.10024070739746 +1991,8,0,other external,18-20 yrs,17,142855,19.056861877441406,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,11.900178909301758 +1991,8,0,internal,18-20 yrs,14,142855,19.056861877441406,0,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,9.80014705657959 +1991,8,0,all,21-24 yrs,219,190861,22.465694427490234,1,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,114.7431869506836 +1991,8,0,MVA,21-24 yrs,60,190861,22.465694427490234,1,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,31.436491012573242 +1991,8,0,suicide,21-24 yrs,37,190861,22.465694427490234,1,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,19.385835647583008 +1991,8,0,homicide,21-24 yrs,31,190861,22.465694427490234,1,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,16.2421875 +1991,8,0,other external,21-24 yrs,29,190861,22.465694427490234,1,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,15.194303512573242 +1991,8,0,internal,21-24 yrs,62,190861,22.465694427490234,1,0.05873715132474899,1.3899999856948853,0.3499999940395355,0.8700000047683716,2.609999895095825,32.484375 +1992,8,0,MVA,15-17 yrs,35,138253,15.989381790161133,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,25.315906524658203 +1992,8,0,suicide,15-17 yrs,31,138253,15.989381790161133,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,22.42266082763672 +1992,8,0,homicide,15-17 yrs,15,138253,15.989381790161133,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,10.849674224853516 +1992,8,0,other external,15-17 yrs,17,138253,15.989381790161133,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,12.296297073364258 +1992,8,0,internal,15-17 yrs,16,138253,15.989381790161133,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,11.572985649108887 +1992,8,0,all,18-20 yrs,137,139421,19.038602828979492,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,98.26353454589844 +1992,8,0,MVA,18-20 yrs,55,139421,19.038602828979492,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,39.4488639831543 +1992,8,0,suicide,18-20 yrs,21,139421,19.038602828979492,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,15.06229305267334 +1992,8,0,homicide,18-20 yrs,23,139421,19.038602828979492,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,16.496797561645508 +1992,8,0,other external,18-20 yrs,13,139421,19.038602828979492,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,9.3242769241333 +1992,8,0,internal,18-20 yrs,25,139421,19.038602828979492,0,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,17.93130111694336 +1992,8,0,all,21-24 yrs,187,197023,22.465320587158203,1,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,94.91277313232422 +1992,8,0,MVA,21-24 yrs,52,197023,22.465320587158203,1,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,26.392858505249023 +1992,8,0,suicide,21-24 yrs,41,197023,22.465320587158203,1,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,20.80975341796875 +1992,8,0,homicide,21-24 yrs,23,197023,22.465320587158203,1,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,11.6737642288208 +1992,8,0,other external,21-24 yrs,26,197023,22.465320587158203,1,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,13.196429252624512 +1992,8,0,internal,21-24 yrs,45,197023,22.465320587158203,1,0.05702066794037819,1.340000033378601,0.36000001430511475,0.8100000023841858,2.5199999809265137,22.83997344970703 +1993,8,0,MVA,15-17 yrs,36,143634,15.991025924682617,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,25.063703536987305 +1993,8,0,suicide,15-17 yrs,15,143634,15.991025924682617,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,10.443209648132324 +1993,8,0,homicide,15-17 yrs,16,143634,15.991025924682617,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,11.139423370361328 +1993,8,0,other external,15-17 yrs,18,143634,15.991025924682617,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,12.531851768493652 +1993,8,0,internal,15-17 yrs,23,143634,15.991025924682617,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,16.012922286987305 +1993,8,0,all,18-20 yrs,146,141781,19.009733200073242,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,102.97571563720703 +1993,8,0,MVA,18-20 yrs,49,141781,19.009733200073242,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,34.56034469604492 +1993,8,0,suicide,18-20 yrs,33,141781,19.009733200073242,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,23.275333404541016 +1993,8,0,homicide,18-20 yrs,18,141781,19.009733200073242,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,12.695635795593262 +1993,8,0,other external,18-20 yrs,20,141781,19.009733200073242,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,14.10626220703125 +1993,8,0,internal,18-20 yrs,26,141781,19.009733200073242,0,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,18.3381404876709 +1993,8,0,all,21-24 yrs,207,200797,22.50568962097168,1,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,103.08918762207031 +1993,8,0,MVA,21-24 yrs,58,200797,22.50568962097168,1,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,28.8848934173584 +1993,8,0,suicide,21-24 yrs,46,200797,22.50568962097168,1,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,22.908708572387695 +1993,8,0,homicide,21-24 yrs,32,200797,22.50568962097168,1,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,15.936492919921875 +1993,8,0,other external,21-24 yrs,29,200797,22.50568962097168,1,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,14.4424467086792 +1993,8,0,internal,21-24 yrs,42,200797,22.50568962097168,1,0.05536331981420517,1.399999976158142,0.36000001430511475,0.8600000143051147,2.630000114440918,20.91664695739746 +1994,8,0,MVA,15-17 yrs,43,150459,15.999661445617676,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,28.579214096069336 +1994,8,0,suicide,15-17 yrs,23,150459,15.999661445617676,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,15.286556243896484 +1994,8,0,homicide,15-17 yrs,15,150459,15.999661445617676,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,9.96949291229248 +1994,8,0,other external,15-17 yrs,16,150459,15.999661445617676,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,10.634126663208008 +1994,8,0,internal,15-17 yrs,30,150459,15.999661445617676,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,19.93898582458496 +1994,8,0,all,18-20 yrs,143,146316,19.004074096679688,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,97.733673095703125 +1994,8,0,MVA,18-20 yrs,60,146316,19.004074096679688,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,41.00713348388672 +1994,8,0,suicide,18-20 yrs,24,146316,19.004074096679688,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,16.402854919433594 +1994,8,0,homicide,18-20 yrs,18,146316,19.004074096679688,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,12.302140235900879 +1994,8,0,other external,18-20 yrs,16,146316,19.004074096679688,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,10.935235977172852 +1994,8,0,internal,18-20 yrs,25,146316,19.004074096679688,0,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,17.086305618286133 +1994,8,0,all,21-24 yrs,216,200604,22.541593551635742,1,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,107.67481994628906 +1994,8,0,MVA,21-24 yrs,61,200604,22.541593551635742,1,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,30.408166885375977 +1994,8,0,suicide,21-24 yrs,41,200604,22.541593551635742,1,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,20.438276290893555 +1994,8,0,homicide,21-24 yrs,31,200604,22.541593551635742,1,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,15.453330993652344 +1994,8,0,other external,21-24 yrs,29,200604,22.541593551635742,1,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,14.456341743469238 +1994,8,0,internal,21-24 yrs,54,200604,22.541593551635742,1,0.05398110672831535,1.3600000143051147,0.3499999940395355,0.8399999737739563,2.549999952316284,26.918704986572266 +1995,8,0,MVA,15-17 yrs,50,158133,15.986796379089355,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,31.618953704833984 +1995,8,0,suicide,15-17 yrs,14,158133,15.986796379089355,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,8.853306770324707 +1995,8,0,homicide,15-17 yrs,17,158133,15.986796379089355,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,10.750444412231445 +1995,8,0,other external,15-17 yrs,15,158133,15.986796379089355,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,9.485686302185059 +1995,8,0,internal,15-17 yrs,16,158133,15.986796379089355,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,10.118064880371094 +1995,8,0,all,18-20 yrs,163,153601,19.00050163269043,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,106.11910247802734 +1995,8,0,MVA,18-20 yrs,66,153601,19.00050163269043,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,42.96847152709961 +1995,8,0,suicide,18-20 yrs,34,153601,19.00050163269043,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,22.135272979736328 +1995,8,0,homicide,18-20 yrs,19,153601,19.00050163269043,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,12.369710922241211 +1995,8,0,other external,18-20 yrs,12,153601,19.00050163269043,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,7.812448978424072 +1995,8,0,internal,18-20 yrs,32,153601,19.00050163269043,0,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,20.83319854736328 +1995,8,0,all,21-24 yrs,219,197799,22.542449951171875,1,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,110.71846008300781 +1995,8,0,MVA,21-24 yrs,68,197799,22.542449951171875,1,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,34.378334045410156 +1995,8,0,suicide,21-24 yrs,49,197799,22.542449951171875,1,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,24.77262306213379 +1995,8,0,homicide,21-24 yrs,31,197799,22.542449951171875,1,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,15.672475814819336 +1995,8,0,other external,21-24 yrs,37,197799,22.542449951171875,1,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,18.70585823059082 +1995,8,0,internal,21-24 yrs,34,197799,22.542449951171875,1,0.05249343812465668,1.340000033378601,0.3499999940395355,0.7799999713897705,2.4700000286102295,17.189167022705078 +1996,8,0,MVA,15-17 yrs,48,165947,15.997746467590332,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,28.924898147583008 +1996,8,0,suicide,15-17 yrs,15,165947,15.997746467590332,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,9.039030075073242 +1996,8,0,homicide,15-17 yrs,10,165947,15.997746467590332,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,6.026020526885986 +1996,8,0,other external,15-17 yrs,8,165947,15.997746467590332,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,4.820816516876221 +1996,8,0,internal,15-17 yrs,16,165947,15.997746467590332,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,9.641633033752441 +1996,8,0,all,18-20 yrs,145,158885,18.996885299682617,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,91.26097869873047 +1996,8,0,MVA,18-20 yrs,49,158885,18.996885299682617,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,30.839916229248047 +1996,8,0,suicide,18-20 yrs,25,158885,18.996885299682617,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,15.734650611877441 +1996,8,0,homicide,18-20 yrs,19,158885,18.996885299682617,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,11.958334922790527 +1996,8,0,other external,18-20 yrs,30,158885,18.996885299682617,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,18.881580352783203 +1996,8,0,internal,18-20 yrs,22,158885,18.996885299682617,0,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,13.846492767333984 +1996,8,0,all,21-24 yrs,215,195362,22.498592376708984,1,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,110.05210876464844 +1996,8,0,MVA,21-24 yrs,67,195362,22.498592376708984,1,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,34.29530715942383 +1996,8,0,suicide,21-24 yrs,56,195362,22.498592376708984,1,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,28.664735794067383 +1996,8,0,homicide,21-24 yrs,30,195362,22.498592376708984,1,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,15.356107711791992 +1996,8,0,other external,21-24 yrs,33,195362,22.498592376708984,1,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,16.891719818115234 +1996,8,0,internal,21-24 yrs,29,195362,22.498592376708984,1,0.05098789185285568,1.3600000143051147,0.3700000047683716,0.8399999737739563,2.569999933242798,14.84423828125 +1970,9,0,MVA,15-17 yrs,45,167630,15.978243827819824,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,26.844837188720703 +1970,9,0,suicide,15-17 yrs,9,167630,15.978243827819824,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,5.368967533111572 +1970,9,0,homicide,15-17 yrs,6,167630,15.978243827819824,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,3.5793116092681885 +1970,9,0,other external,15-17 yrs,16,167630,15.978243827819824,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,9.544831275939941 +1970,9,0,internal,15-17 yrs,41,167630,15.978243827819824,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,24.458629608154297 +1970,9,0,all,18-20 yrs,135,142939,18.969987869262695,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,94.44588470458984 +1970,9,0,MVA,18-20 yrs,46,142939,18.969987869262695,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,32.18156051635742 +1970,9,0,suicide,18-20 yrs,10,142939,18.969987869262695,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,6.995991230010986 +1970,9,0,homicide,18-20 yrs,10,142939,18.969987869262695,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,6.995991230010986 +1970,9,0,other external,18-20 yrs,26,142939,18.969987869262695,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,18.189577102661133 +1970,9,0,internal,18-20 yrs,43,142939,18.969987869262695,0,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,30.082761764526367 +1970,9,0,all,21-24 yrs,185,183613,22.468660354614258,1,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,100.7553939819336 +1970,9,0,MVA,21-24 yrs,63,183613,22.468660354614258,1,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,34.31129455566406 +1970,9,0,suicide,21-24 yrs,18,183613,22.468660354614258,1,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,9.803227424621582 +1970,9,0,homicide,21-24 yrs,14,183613,22.468660354614258,1,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,7.624732494354248 +1970,9,0,other external,21-24 yrs,22,183613,22.468660354614258,1,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,11.981722831726074 +1970,9,0,internal,21-24 yrs,68,183613,22.468660354614258,1,0.20784835517406464,1,0.3400000035762787,1.4600000381469727,2.799999952316284,37.03441619873047 +1971,9,0,MVA,15-17 yrs,43,172137,15.98206615447998,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,24.9801025390625 +1971,9,0,suicide,15-17 yrs,3,172137,15.98206615447998,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,1.7427978515625 +1971,9,0,homicide,15-17 yrs,5,172137,15.98206615447998,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,2.9046630859375 +1971,9,0,other external,15-17 yrs,27,172137,15.98206615447998,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,15.6851806640625 +1971,9,0,internal,15-17 yrs,42,172137,15.98206615447998,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,24.399169921875 +1971,9,0,all,18-20 yrs,150,150696,18.968360900878906,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,99.53813934326172 +1971,9,0,MVA,18-20 yrs,66,150696,18.968360900878906,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,43.796783447265625 +1971,9,0,suicide,18-20 yrs,8,150696,18.968360900878906,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,5.308701038360596 +1971,9,0,homicide,18-20 yrs,9,150696,18.968360900878906,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,5.972288608551025 +1971,9,0,other external,18-20 yrs,20,150696,18.968360900878906,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,13.27175235748291 +1971,9,0,internal,18-20 yrs,47,150696,18.968360900878906,0,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,31.188617706298828 +1971,9,0,all,21-24 yrs,212,193687,22.57193374633789,1,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,109.45494842529297 +1971,9,0,MVA,21-24 yrs,61,193687,22.57193374633789,1,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,31.494112014770508 +1971,9,0,suicide,21-24 yrs,26,193687,22.57193374633789,1,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,13.42371940612793 +1971,9,0,homicide,21-24 yrs,7,193687,22.57193374633789,1,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,3.6140782833099365 +1971,9,0,other external,21-24 yrs,29,193687,22.57193374633789,1,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,14.972610473632812 +1971,9,0,internal,21-24 yrs,89,193687,22.57193374633789,1,0.19912384450435638,0.9900000095367432,0.3700000047683716,1.440000057220459,2.799999952316284,45.95042419433594 +1972,9,0.25205478072166443,MVA,15-17 yrs,32,175706,15.978896141052246,0,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,18.21224021911621 +1972,9,0.25205478072166443,suicide,15-17 yrs,2,175706,15.978896141052246,0,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,1.1382650136947632 +1972,9,0.25205478072166443,homicide,15-17 yrs,4,175706,15.978896141052246,0,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,2.2765300273895264 +1972,9,0.25205478072166443,other external,15-17 yrs,26,175706,15.978896141052246,0,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,14.797445297241211 +1972,9,0.25205478072166443,internal,15-17 yrs,48,175706,15.978896141052246,0,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,27.318361282348633 +1972,9,0.25205478072166443,all,18-20 yrs,112,156438,18.98273468017578,0.25205478072166443,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,71.59385681152344 +1972,9,0.25205478072166443,MVA,18-20 yrs,58,156438,18.98273468017578,0.25205478072166443,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,37.07538986206055 +1972,9,0.25205478072166443,suicide,18-20 yrs,4,156438,18.98273468017578,0.25205478072166443,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,2.5569236278533936 +1972,9,0.25205478072166443,homicide,18-20 yrs,2,156438,18.98273468017578,0.25205478072166443,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,1.2784618139266968 +1972,9,0.25205478072166443,other external,18-20 yrs,10,156438,18.98273468017578,0.25205478072166443,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,6.392308712005615 +1972,9,0.25205478072166443,internal,18-20 yrs,38,156438,18.98273468017578,0.25205478072166443,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,24.290773391723633 +1972,9,0.25205478072166443,all,21-24 yrs,198,189181,22.50897216796875,1,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,104.66167449951172 +1972,9,0.25205478072166443,MVA,21-24 yrs,78,189181,22.50897216796875,1,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,41.23035430908203 +1972,9,0.25205478072166443,suicide,21-24 yrs,20,189181,22.50897216796875,1,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,10.57188606262207 +1972,9,0.25205478072166443,homicide,21-24 yrs,12,189181,22.50897216796875,1,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,6.3431315422058105 +1972,9,0.25205478072166443,other external,21-24 yrs,18,189181,22.50897216796875,1,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,9.514698028564453 +1972,9,0.25205478072166443,internal,21-24 yrs,70,189181,22.50897216796875,1,0.19293101131916046,0.9599999785423279,0.3400000035762787,1.3700000047683716,2.6700000762939453,37.00160217285156 +1973,9,1,MVA,15-17 yrs,57,179637,15.97916316986084,0,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,31.73065757751465 +1973,9,1,suicide,15-17 yrs,7,179637,15.97916316986084,0,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,3.896747350692749 +1973,9,1,homicide,15-17 yrs,7,179637,15.97916316986084,0,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,3.896747350692749 +1973,9,1,other external,15-17 yrs,20,179637,15.97916316986084,0,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,11.133563995361328 +1973,9,1,internal,15-17 yrs,30,179637,15.97916316986084,0,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,16.700345993041992 +1973,9,1,all,18-20 yrs,177,159831,18.986623764038086,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,110.74197387695312 +1973,9,1,MVA,18-20 yrs,102,159831,18.986623764038086,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,63.817405700683594 +1973,9,1,suicide,18-20 yrs,8,159831,18.986623764038086,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,5.005286693572998 +1973,9,1,homicide,18-20 yrs,6,159831,18.986623764038086,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,3.753965139389038 +1973,9,1,other external,18-20 yrs,24,159831,18.986623764038086,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,15.015860557556152 +1973,9,1,internal,18-20 yrs,37,159831,18.986623764038086,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,23.149452209472656 +1973,9,1,all,21-24 yrs,167,180988,22.4988956451416,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,92.27130889892578 +1973,9,1,MVA,21-24 yrs,64,180988,22.4988956451416,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,35.3614616394043 +1973,9,1,suicide,21-24 yrs,15,180988,22.4988956451416,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,8.287842750549316 +1973,9,1,homicide,21-24 yrs,12,180988,22.4988956451416,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,6.630273818969727 +1973,9,1,other external,21-24 yrs,22,180988,22.4988956451416,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,12.155502319335938 +1973,9,1,internal,21-24 yrs,54,180988,22.4988956451416,1,0.18163323402404785,1.0199999809265137,0.3499999940395355,1.350000023841858,2.7200000286102295,29.836233139038086 +1974,9,1,MVA,15-17 yrs,33,181767,15.992693901062012,0,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,18.15511131286621 +1974,9,1,suicide,15-17 yrs,8,181767,15.992693901062012,0,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,4.401238918304443 +1974,9,1,homicide,15-17 yrs,3,181767,15.992693901062012,0,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,1.650464653968811 +1974,9,1,other external,15-17 yrs,16,181767,15.992693901062012,0,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,8.802477836608887 +1974,9,1,internal,15-17 yrs,28,181767,15.992693901062012,0,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,15.404335975646973 +1974,9,1,all,18-20 yrs,139,162466,18.99127769470215,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,85.556365966796875 +1974,9,1,MVA,18-20 yrs,60,162466,18.99127769470215,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,36.93080520629883 +1974,9,1,suicide,18-20 yrs,15,162466,18.99127769470215,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,9.232701301574707 +1974,9,1,homicide,18-20 yrs,4,162466,18.99127769470215,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,2.4620535373687744 +1974,9,1,other external,18-20 yrs,22,162466,18.99127769470215,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,13.541295051574707 +1974,9,1,internal,18-20 yrs,38,162466,18.99127769470215,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,23.389509201049805 +1974,9,1,all,21-24 yrs,177,194401,22.460166931152344,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,91.04891204833984 +1974,9,1,MVA,21-24 yrs,57,194401,22.460166931152344,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,29.320837020874023 +1974,9,1,suicide,21-24 yrs,25,194401,22.460166931152344,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,12.860015869140625 +1974,9,1,homicide,21-24 yrs,17,194401,22.460166931152344,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,8.744811058044434 +1974,9,1,other external,21-24 yrs,31,194401,22.460166931152344,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,15.946419715881348 +1974,9,1,internal,21-24 yrs,47,194401,22.460166931152344,1,0.16358044743537903,1.0399999618530273,0.3499999940395355,1.340000033378601,2.7200000286102295,24.176830291748047 +1975,9,1,MVA,15-17 yrs,34,181276,16.006603240966797,0,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,18.755929946899414 +1975,9,1,suicide,15-17 yrs,6,181276,16.006603240966797,0,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,3.3098700046539307 +1975,9,1,homicide,15-17 yrs,6,181276,16.006603240966797,0,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,3.3098700046539307 +1975,9,1,other external,15-17 yrs,22,181276,16.006603240966797,0,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,12.136190414428711 +1975,9,1,internal,15-17 yrs,29,181276,16.006603240966797,0,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,15.997705459594727 +1975,9,1,all,18-20 yrs,172,166202,18.987262725830078,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,103.488525390625 +1975,9,1,MVA,18-20 yrs,65,166202,18.987262725830078,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,39.10903549194336 +1975,9,1,suicide,18-20 yrs,20,166202,18.987262725830078,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,12.033549308776855 +1975,9,1,homicide,18-20 yrs,7,166202,18.987262725830078,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,4.211742401123047 +1975,9,1,other external,18-20 yrs,22,166202,18.987262725830078,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,13.23690414428711 +1975,9,1,internal,18-20 yrs,58,166202,18.987262725830078,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,34.89729309082031 +1975,9,1,all,21-24 yrs,184,200226,22.46039390563965,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,91.89615631103516 +1975,9,1,MVA,21-24 yrs,51,200226,22.46039390563965,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,25.47121810913086 +1975,9,1,suicide,21-24 yrs,30,200226,22.46039390563965,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,14.98306941986084 +1975,9,1,homicide,21-24 yrs,20,200226,22.46039390563965,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,9.988712310791016 +1975,9,1,other external,21-24 yrs,20,200226,22.46039390563965,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,9.988712310791016 +1975,9,1,internal,21-24 yrs,63,200226,22.46039390563965,1,0.14989806711673737,1.0499999523162842,0.3499999940395355,1.2899999618530273,2.690000057220459,31.464445114135742 +1976,9,1,MVA,15-17 yrs,41,180792,15.998058319091797,0,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,22.677993774414062 +1976,9,1,suicide,15-17 yrs,6,180792,15.998058319091797,0,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,3.3187308311462402 +1976,9,1,homicide,15-17 yrs,4,180792,15.998058319091797,0,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,2.21248722076416 +1976,9,1,other external,15-17 yrs,12,180792,15.998058319091797,0,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,6.6374616622924805 +1976,9,1,internal,15-17 yrs,27,180792,15.998058319091797,0,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,14.93428897857666 +1976,9,1,all,18-20 yrs,143,168736,18.986825942993164,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,84.747772216796875 +1976,9,1,MVA,18-20 yrs,70,168736,18.986825942993164,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,41.48492431640625 +1976,9,1,suicide,18-20 yrs,14,168736,18.986825942993164,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,8.296984672546387 +1976,9,1,homicide,18-20 yrs,9,168736,18.986825942993164,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,5.333775997161865 +1976,9,1,other external,18-20 yrs,15,168736,18.986825942993164,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,8.889626502990723 +1976,9,1,internal,18-20 yrs,35,168736,18.986825942993164,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,20.742462158203125 +1976,9,1,all,21-24 yrs,177,205045,22.4705753326416,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,86.32251739501953 +1976,9,1,MVA,21-24 yrs,53,205045,22.4705753326416,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,25.847984313964844 +1976,9,1,suicide,21-24 yrs,30,205045,22.4705753326416,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,14.630934715270996 +1976,9,1,homicide,21-24 yrs,18,205045,22.4705753326416,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,8.778560638427734 +1976,9,1,other external,21-24 yrs,27,205045,22.4705753326416,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,13.167840957641602 +1976,9,1,internal,21-24 yrs,49,205045,22.4705753326416,1,0.1417313814163208,1.0299999713897705,0.3700000047683716,1.2599999904632568,2.6600000858306885,23.897193908691406 +1977,9,1,MVA,15-17 yrs,40,179130,15.998604774475098,0,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,22.330150604248047 +1977,9,1,suicide,15-17 yrs,4,179130,15.998604774475098,0,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,2.2330150604248047 +1977,9,1,homicide,15-17 yrs,6,179130,15.998604774475098,0,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,3.349522590637207 +1977,9,1,other external,15-17 yrs,22,179130,15.998604774475098,0,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,12.281582832336426 +1977,9,1,internal,15-17 yrs,21,179130,15.998604774475098,0,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,11.723329544067383 +1977,9,1,all,18-20 yrs,154,170196,18.999723434448242,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,90.4839096069336 +1977,9,1,MVA,18-20 yrs,70,170196,18.999723434448242,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,41.129051208496094 +1977,9,1,suicide,18-20 yrs,14,170196,18.999723434448242,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,8.225810050964355 +1977,9,1,homicide,18-20 yrs,18,170196,18.999723434448242,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,10.576042175292969 +1977,9,1,other external,18-20 yrs,14,170196,18.999723434448242,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,8.225810050964355 +1977,9,1,internal,18-20 yrs,38,170196,18.999723434448242,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,22.327199935913086 +1977,9,1,all,21-24 yrs,207,208268,22.47745132446289,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,99.39116668701172 +1977,9,1,MVA,21-24 yrs,71,208268,22.47745132446289,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,34.09069061279297 +1977,9,1,suicide,21-24 yrs,30,208268,22.47745132446289,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,14.40451717376709 +1977,9,1,homicide,21-24 yrs,17,208268,22.47745132446289,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,8.162559509277344 +1977,9,1,other external,21-24 yrs,24,208268,22.47745132446289,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,11.523613929748535 +1977,9,1,internal,21-24 yrs,65,208268,22.47745132446289,1,0.13307783007621765,1.0499999523162842,0.3499999940395355,1.2100000381469727,2.609999895095825,31.209787368774414 +1978,9,1,MVA,15-17 yrs,50,178348,16.01217269897461,0,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,28.035078048706055 +1978,9,1,suicide,15-17 yrs,2,178348,16.01217269897461,0,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,1.1214030981063843 +1978,9,1,homicide,15-17 yrs,7,178348,16.01217269897461,0,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,3.9249107837677 +1978,9,1,other external,15-17 yrs,22,178348,16.01217269897461,0,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,12.335433959960938 +1978,9,1,internal,15-17 yrs,31,178348,16.01217269897461,0,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,17.38174819946289 +1978,9,1,all,18-20 yrs,177,168917,19.01266860961914,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,104.78518676757812 +1978,9,1,MVA,18-20 yrs,92,168917,19.01266860961914,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,54.46461868286133 +1978,9,1,suicide,18-20 yrs,21,168917,19.01266860961914,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,12.432141304016113 +1978,9,1,homicide,18-20 yrs,8,168917,19.01266860961914,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,4.736053943634033 +1978,9,1,other external,18-20 yrs,24,168917,19.01266860961914,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,14.208161354064941 +1978,9,1,internal,18-20 yrs,32,168917,19.01266860961914,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,18.944215774536133 +1978,9,1,all,21-24 yrs,233,212177,22.474363327026367,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,109.81397247314453 +1978,9,1,MVA,21-24 yrs,83,212177,22.474363327026367,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,39.118282318115234 +1978,9,1,suicide,21-24 yrs,37,212177,22.474363327026367,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,17.438270568847656 +1978,9,1,homicide,21-24 yrs,22,212177,22.474363327026367,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,10.368701934814453 +1978,9,1,other external,21-24 yrs,28,212177,22.474363327026367,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,13.196529388427734 +1978,9,1,internal,21-24 yrs,63,212177,22.474363327026367,1,0.12368889898061752,1.0700000524520874,0.3799999952316284,1.2000000476837158,2.6500000953674316,29.692190170288086 +1979,9,1,MVA,15-17 yrs,61,176332,16.003204345703125,0,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,34.593833923339844 +1979,9,1,suicide,15-17 yrs,7,176332,16.003204345703125,0,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,3.9697842597961426 +1979,9,1,homicide,15-17 yrs,7,176332,16.003204345703125,0,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,3.9697842597961426 +1979,9,1,other external,15-17 yrs,13,176332,16.003204345703125,0,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,7.3724565505981445 +1979,9,1,internal,15-17 yrs,26,176332,16.003204345703125,0,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,14.744913101196289 +1979,9,1,all,18-20 yrs,207,168046,19.00368881225586,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,123.18055725097656 +1979,9,1,MVA,18-20 yrs,112,168046,19.00368881225586,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,66.6484146118164 +1979,9,1,suicide,18-20 yrs,22,168046,19.00368881225586,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,13.091653823852539 +1979,9,1,homicide,18-20 yrs,13,168046,19.00368881225586,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,7.7359771728515625 +1979,9,1,other external,18-20 yrs,30,168046,19.00368881225586,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,17.85225486755371 +1979,9,1,internal,18-20 yrs,30,168046,19.00368881225586,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,17.85225486755371 +1979,9,1,all,21-24 yrs,221,215616,22.47417640686035,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,102.49703216552734 +1979,9,1,MVA,21-24 yrs,87,215616,22.47417640686035,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,40.349510192871094 +1979,9,1,suicide,21-24 yrs,22,215616,22.47417640686035,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,10.203324317932129 +1979,9,1,homicide,21-24 yrs,13,215616,22.47417640686035,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,6.029237270355225 +1979,9,1,other external,21-24 yrs,28,215616,22.47417640686035,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,12.98604965209961 +1979,9,1,internal,21-24 yrs,71,215616,22.47417640686035,1,0.11108148843050003,1.1299999952316284,0.4000000059604645,1.2000000476837158,2.7200000286102295,32.92890930175781 +1980,9,1,MVA,15-17 yrs,47,175116,16.008176803588867,0,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,26.839351654052734 +1980,9,1,suicide,15-17 yrs,4,175116,16.008176803588867,0,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,2.2842001914978027 +1980,9,1,homicide,15-17 yrs,5,175116,16.008176803588867,0,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,2.855250120162964 +1980,9,1,other external,15-17 yrs,31,175116,16.008176803588867,0,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,17.702550888061523 +1980,9,1,internal,15-17 yrs,32,175116,16.008176803588867,0,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,18.273601531982422 +1980,9,1,all,18-20 yrs,189,169024,18.994598388671875,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,111.81844329833984 +1980,9,1,MVA,18-20 yrs,97,169024,18.994598388671875,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,57.38829803466797 +1980,9,1,suicide,18-20 yrs,16,169024,18.994598388671875,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,9.466111183166504 +1980,9,1,homicide,18-20 yrs,9,169024,18.994598388671875,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,5.324687480926514 +1980,9,1,other external,18-20 yrs,24,169024,18.994598388671875,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,14.199167251586914 +1980,9,1,internal,18-20 yrs,43,169024,18.994598388671875,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,25.440174102783203 +1980,9,1,all,21-24 yrs,259,217877,22.4855899810791,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,118.8744125366211 +1980,9,1,MVA,21-24 yrs,101,217877,22.4855899810791,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,46.35643005371094 +1980,9,1,suicide,21-24 yrs,27,217877,22.4855899810791,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,12.392313003540039 +1980,9,1,homicide,21-24 yrs,23,217877,22.4855899810791,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,10.556414604187012 +1980,9,1,other external,21-24 yrs,40,217877,22.4855899810791,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,18.35898208618164 +1980,9,1,internal,21-24 yrs,68,217877,22.4855899810791,1,0.09787033498287201,1.059999942779541,0.4300000071525574,1.2100000381469727,2.700000047683716,31.210269927978516 +1981,9,1,MVA,15-17 yrs,39,170696,16.02732276916504,0,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,22.84763526916504 +1981,9,1,suicide,15-17 yrs,9,170696,16.02732276916504,0,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,5.272531509399414 +1981,9,1,homicide,15-17 yrs,14,170696,16.02732276916504,0,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,8.201715469360352 +1981,9,1,other external,15-17 yrs,11,170696,16.02732276916504,0,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,6.444204807281494 +1981,9,1,internal,15-17 yrs,25,170696,16.02732276916504,0,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,14.645919799804688 +1981,9,1,all,18-20 yrs,170,172858,18.99656867980957,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,98.34661865234375 +1981,9,1,MVA,18-20 yrs,87,172858,18.99656867980957,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,50.33032989501953 +1981,9,1,suicide,18-20 yrs,19,172858,18.99656867980957,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,10.991681098937988 +1981,9,1,homicide,18-20 yrs,9,172858,18.99656867980957,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,5.206585884094238 +1981,9,1,other external,18-20 yrs,20,172858,18.99656867980957,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,11.5701904296875 +1981,9,1,internal,18-20 yrs,35,172858,18.99656867980957,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,20.247833251953125 +1981,9,1,all,21-24 yrs,215,219007,22.506946563720703,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,98.170379638671875 +1981,9,1,MVA,21-24 yrs,85,219007,22.506946563720703,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,38.811546325683594 +1981,9,1,suicide,21-24 yrs,24,219007,22.506946563720703,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,10.9585542678833 +1981,9,1,homicide,21-24 yrs,16,219007,22.506946563720703,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,7.3057026863098145 +1981,9,1,other external,21-24 yrs,27,219007,22.506946563720703,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,12.328372955322266 +1981,9,1,internal,21-24 yrs,63,219007,22.506946563720703,1,0.08871854841709137,1.0499999523162842,0.4399999976158142,1.1799999475479126,2.6700000762939453,28.766202926635742 +1982,9,0.8333890438079834,MVA,15-17 yrs,32,163058,16.036270141601562,0,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,19.62491798400879 +1982,9,0.8333890438079834,suicide,15-17 yrs,4,163058,16.036270141601562,0,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,2.4531147480010986 +1982,9,0.8333890438079834,homicide,15-17 yrs,7,163058,16.036270141601562,0,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,4.2929511070251465 +1982,9,0.8333890438079834,other external,15-17 yrs,26,163058,16.036270141601562,0,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,15.945246696472168 +1982,9,0.8333890438079834,internal,15-17 yrs,28,163058,16.036270141601562,0,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,17.171804428100586 +1982,9,0.8333890438079834,all,18-20 yrs,171,174684,18.997888565063477,0.8333890438079834,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,97.89105224609375 +1982,9,0.8333890438079834,MVA,18-20 yrs,67,174684,18.997888565063477,0.8333890438079834,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,38.35497283935547 +1982,9,0.8333890438079834,suicide,18-20 yrs,14,174684,18.997888565063477,0.8333890438079834,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,8.014472007751465 +1982,9,0.8333890438079834,homicide,18-20 yrs,14,174684,18.997888565063477,0.8333890438079834,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,8.014472007751465 +1982,9,0.8333890438079834,other external,18-20 yrs,28,174684,18.997888565063477,0.8333890438079834,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,16.02894401550293 +1982,9,0.8333890438079834,internal,18-20 yrs,48,174684,18.997888565063477,0.8333890438079834,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,27.47818946838379 +1982,9,0.8333890438079834,all,21-24 yrs,239,218969,22.500322341918945,1,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,109.14787292480469 +1982,9,0.8333890438079834,MVA,21-24 yrs,83,218969,22.500322341918945,1,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,37.9049072265625 +1982,9,0.8333890438079834,suicide,21-24 yrs,22,218969,22.500322341918945,1,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,10.047083854675293 +1982,9,0.8333890438079834,homicide,21-24 yrs,24,218969,22.500322341918945,1,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,10.960455894470215 +1982,9,0.8333890438079834,other external,21-24 yrs,43,218969,22.500322341918945,1,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,19.637483596801758 +1982,9,0.8333890438079834,internal,21-24 yrs,67,218969,22.500322341918945,1,0.08357011526823044,1.0399999618530273,0.49000000953674316,1.2000000476837158,2.7300000190734863,30.597938537597656 +1983,9,0.6795986294746399,MVA,15-17 yrs,27,156222,16.033912658691406,0,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,17.283096313476562 +1983,9,0.6795986294746399,suicide,15-17 yrs,9,156222,16.033912658691406,0,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,5.761032581329346 +1983,9,0.6795986294746399,homicide,15-17 yrs,6,156222,16.033912658691406,0,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,3.8406882286071777 +1983,9,0.6795986294746399,other external,15-17 yrs,12,156222,16.033912658691406,0,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,7.6813764572143555 +1983,9,0.6795986294746399,internal,15-17 yrs,31,156222,16.033912658691406,0,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,19.843555450439453 +1983,9,0.6795986294746399,all,18-20 yrs,135,175302,19.01601791381836,0.6795986294746399,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,77.00995635986328 +1983,9,0.6795986294746399,MVA,18-20 yrs,51,175302,19.01601791381836,0.6795986294746399,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,29.0926513671875 +1983,9,0.6795986294746399,suicide,18-20 yrs,23,175302,19.01601791381836,0.6795986294746399,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,13.12021541595459 +1983,9,0.6795986294746399,homicide,18-20 yrs,17,175302,19.01601791381836,0.6795986294746399,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,9.697550773620605 +1983,9,0.6795986294746399,other external,18-20 yrs,20,175302,19.01601791381836,0.6795986294746399,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,11.408883094787598 +1983,9,0.6795986294746399,internal,18-20 yrs,24,175302,19.01601791381836,0.6795986294746399,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,13.690659523010254 +1983,9,0.6795986294746399,all,21-24 yrs,211,220263,22.488847732543945,1,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,95.79457092285156 +1983,9,0.6795986294746399,MVA,21-24 yrs,79,220263,22.488847732543945,1,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,35.866214752197266 +1983,9,0.6795986294746399,suicide,21-24 yrs,18,220263,22.488847732543945,1,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,8.172048568725586 +1983,9,0.6795986294746399,homicide,21-24 yrs,23,220263,22.488847732543945,1,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,10.442062377929688 +1983,9,0.6795986294746399,other external,21-24 yrs,40,220263,22.488847732543945,1,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,18.16010856628418 +1983,9,0.6795986294746399,internal,21-24 yrs,51,220263,22.488847732543945,1,0.09716284275054932,1.100000023841858,0.49000000953674316,1.2300000190734863,2.819999933242798,23.154138565063477 +1984,9,0.6682621240615845,MVA,15-17 yrs,28,151833,16.018335342407227,0,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,18.441314697265625 +1984,9,0.6682621240615845,suicide,15-17 yrs,6,151833,16.018335342407227,0,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,3.9517099857330322 +1984,9,0.6682621240615845,homicide,15-17 yrs,6,151833,16.018335342407227,0,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,3.9517099857330322 +1984,9,0.6682621240615845,other external,15-17 yrs,3,151833,16.018335342407227,0,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,1.9758549928665161 +1984,9,0.6682621240615845,internal,15-17 yrs,28,151833,16.018335342407227,0,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,18.441314697265625 +1984,9,0.6682621240615845,all,18-20 yrs,133,171503,19.033620834350586,0.6682621240615845,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,77.54966735839844 +1984,9,0.6682621240615845,MVA,18-20 yrs,62,171503,19.033620834350586,0.6682621240615845,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,36.150970458984375 +1984,9,0.6682621240615845,suicide,18-20 yrs,12,171503,19.033620834350586,0.6682621240615845,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,6.996962070465088 +1984,9,0.6682621240615845,homicide,18-20 yrs,12,171503,19.033620834350586,0.6682621240615845,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,6.996962070465088 +1984,9,0.6682621240615845,other external,18-20 yrs,14,171503,19.033620834350586,0.6682621240615845,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,8.163122177124023 +1984,9,0.6682621240615845,internal,18-20 yrs,33,171503,19.033620834350586,0.6682621240615845,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,19.24164581298828 +1984,9,0.6682621240615845,all,21-24 yrs,220,222416,22.471988677978516,1,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,98.91374969482422 +1984,9,0.6682621240615845,MVA,21-24 yrs,73,222416,22.471988677978516,1,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,32.821380615234375 +1984,9,0.6682621240615845,suicide,21-24 yrs,23,222416,22.471988677978516,1,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,10.340982437133789 +1984,9,0.6682621240615845,homicide,21-24 yrs,31,222416,22.471988677978516,1,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,13.937846183776855 +1984,9,0.6682621240615845,other external,21-24 yrs,24,222416,22.471988677978516,1,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,10.790590286254883 +1984,9,0.6682621240615845,internal,21-24 yrs,69,222416,22.471988677978516,1,0.09314166754484177,1.100000023841858,0.5,1.2000000476837158,2.799999952316284,31.022947311401367 +1985,9,0.4061198830604553,MVA,15-17 yrs,35,150692,16.004772186279297,0,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,23.22618293762207 +1985,9,0.4061198830604553,suicide,15-17 yrs,3,150692,16.004772186279297,0,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,1.9908157587051392 +1985,9,0.4061198830604553,homicide,15-17 yrs,7,150692,16.004772186279297,0,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,4.645236492156982 +1985,9,0.4061198830604553,other external,15-17 yrs,4,150692,16.004772186279297,0,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,2.654420852661133 +1985,9,0.4061198830604553,internal,15-17 yrs,27,150692,16.004772186279297,0,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,17.917341232299805 +1985,9,0.4061198830604553,all,18-20 yrs,140,164574,19.04013442993164,0.4061198830604553,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,85.068115234375 +1985,9,0.4061198830604553,MVA,18-20 yrs,57,164574,19.04013442993164,0.4061198830604553,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,34.6348762512207 +1985,9,0.4061198830604553,suicide,18-20 yrs,14,164574,19.04013442993164,0.4061198830604553,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,8.506811141967773 +1985,9,0.4061198830604553,homicide,18-20 yrs,17,164574,19.04013442993164,0.4061198830604553,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,10.329699516296387 +1985,9,0.4061198830604553,other external,18-20 yrs,18,164574,19.04013442993164,0.4061198830604553,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,10.937329292297363 +1985,9,0.4061198830604553,internal,18-20 yrs,34,164574,19.04013442993164,0.4061198830604553,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,20.659399032592773 +1985,9,0.4061198830604553,all,21-24 yrs,187,226085,22.47833824157715,1,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,82.7122573852539 +1985,9,0.4061198830604553,MVA,21-24 yrs,61,226085,22.47833824157715,1,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,26.981002807617188 +1985,9,0.4061198830604553,suicide,21-24 yrs,27,226085,22.47833824157715,1,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,11.942411422729492 +1985,9,0.4061198830604553,homicide,21-24 yrs,21,226085,22.47833824157715,1,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,9.288541793823242 +1985,9,0.4061198830604553,other external,21-24 yrs,17,226085,22.47833824157715,1,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,7.519295692443848 +1985,9,0.4061198830604553,internal,21-24 yrs,61,226085,22.47833824157715,1,0.08993884176015854,1.1399999856948853,0.5,1.2000000476837158,2.8399999141693115,26.981002807617188 +1986,9,0.07784590870141983,MVA,15-17 yrs,38,150544,16.012720108032227,0,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,25.241788864135742 +1986,9,0.07784590870141983,suicide,15-17 yrs,8,150544,16.012720108032227,0,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,5.314061164855957 +1986,9,0.07784590870141983,homicide,15-17 yrs,9,150544,16.012720108032227,0,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,5.978318691253662 +1986,9,0.07784590870141983,other external,15-17 yrs,12,150544,16.012720108032227,0,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,7.971091270446777 +1986,9,0.07784590870141983,internal,15-17 yrs,24,150544,16.012720108032227,0,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,15.942182540893555 +1986,9,0.07784590870141983,all,18-20 yrs,115,157600,19.037822723388672,0.07784590870141983,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,72.96954345703125 +1986,9,0.07784590870141983,MVA,18-20 yrs,53,157600,19.037822723388672,0.07784590870141983,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,33.62944030761719 +1986,9,0.07784590870141983,suicide,18-20 yrs,14,157600,19.037822723388672,0.07784590870141983,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,8.883248329162598 +1986,9,0.07784590870141983,homicide,18-20 yrs,6,157600,19.037822723388672,0.07784590870141983,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,3.8071064949035645 +1986,9,0.07784590870141983,other external,18-20 yrs,12,157600,19.037822723388672,0.07784590870141983,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,7.614212989807129 +1986,9,0.07784590870141983,internal,18-20 yrs,30,157600,19.037822723388672,0.07784590870141983,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,19.035533905029297 +1986,9,0.07784590870141983,all,21-24 yrs,210,227032,22.494035720825195,1,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,92.49797058105469 +1986,9,0.07784590870141983,MVA,21-24 yrs,59,227032,22.494035720825195,1,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,25.987525939941406 +1986,9,0.07784590870141983,suicide,21-24 yrs,35,227032,22.494035720825195,1,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,15.416329383850098 +1986,9,0.07784590870141983,homicide,21-24 yrs,23,227032,22.494035720825195,1,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,10.130730628967285 +1986,9,0.07784590870141983,other external,21-24 yrs,19,227032,22.494035720825195,1,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,8.368864059448242 +1986,9,0.07784590870141983,internal,21-24 yrs,74,227032,22.494035720825195,1,0.08829762041568756,1.1299999952316284,0.5099999904632568,1.149999976158142,2.7899999618530273,32.59452438354492 +1987,9,0,MVA,15-17 yrs,34,144450,16.056407928466797,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,23.537555694580078 +1987,9,0,suicide,15-17 yrs,4,144450,16.056407928466797,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,2.7691242694854736 +1987,9,0,homicide,15-17 yrs,11,144450,16.056407928466797,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,7.615091800689697 +1987,9,0,other external,15-17 yrs,5,144450,16.056407928466797,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,3.4614052772521973 +1987,9,0,internal,15-17 yrs,11,144450,16.056407928466797,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,7.615091800689697 +1987,9,0,all,18-20 yrs,116,153498,19.020326614379883,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,75.571014404296875 +1987,9,0,MVA,18-20 yrs,42,153498,19.020326614379883,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,27.361919403076172 +1987,9,0,suicide,18-20 yrs,12,153498,19.020326614379883,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,7.817691326141357 +1987,9,0,homicide,18-20 yrs,14,153498,19.020326614379883,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,9.12063980102539 +1987,9,0,other external,18-20 yrs,11,153498,19.020326614379883,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,7.16621732711792 +1987,9,0,internal,18-20 yrs,37,153498,19.020326614379883,0,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,24.104549407958984 +1987,9,0,all,21-24 yrs,193,224495,22.522844314575195,1,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,85.970733642578125 +1987,9,0,MVA,21-24 yrs,68,224495,22.522844314575195,1,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,30.290206909179688 +1987,9,0,suicide,21-24 yrs,25,224495,22.522844314575195,1,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,11.13610553741455 +1987,9,0,homicide,21-24 yrs,20,224495,22.522844314575195,1,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,8.908884048461914 +1987,9,0,other external,21-24 yrs,25,224495,22.522844314575195,1,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,11.13610553741455 +1987,9,0,internal,21-24 yrs,55,224495,22.522844314575195,1,0.08518855273723602,1.149999976158142,0.5199999809265137,1.1200000047683716,2.7899999618530273,24.499431610107422 +1988,9,0,MVA,15-17 yrs,34,134381,16.081470489501953,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,25.30119514465332 +1988,9,0,suicide,15-17 yrs,6,134381,16.081470489501953,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,4.464916706085205 +1988,9,0,homicide,15-17 yrs,9,134381,16.081470489501953,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,6.697375297546387 +1988,9,0,other external,15-17 yrs,14,134381,16.081470489501953,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,10.418139457702637 +1988,9,0,internal,15-17 yrs,23,134381,16.081470489501953,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,17.115514755249023 +1988,9,0,all,18-20 yrs,129,152702,19.006332397460938,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,84.47826385498047 +1988,9,0,MVA,18-20 yrs,55,152702,19.006332397460938,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,36.01786422729492 +1988,9,0,suicide,18-20 yrs,17,152702,19.006332397460938,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,11.132794380187988 +1988,9,0,homicide,18-20 yrs,21,152702,19.006332397460938,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,13.752275466918945 +1988,9,0,other external,18-20 yrs,10,152702,19.006332397460938,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,6.548702716827393 +1988,9,0,internal,18-20 yrs,26,152702,19.006332397460938,0,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,17.026626586914062 +1988,9,0,all,21-24 yrs,213,218435,22.543804168701172,1,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,97.51184844970703 +1988,9,0,MVA,21-24 yrs,71,218435,22.543804168701172,1,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,32.50394821166992 +1988,9,0,suicide,21-24 yrs,38,218435,22.543804168701172,1,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,17.3964786529541 +1988,9,0,homicide,21-24 yrs,33,218435,22.543804168701172,1,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,15.107468605041504 +1988,9,0,other external,21-24 yrs,12,218435,22.543804168701172,1,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,5.493625164031982 +1988,9,0,internal,21-24 yrs,59,218435,22.543804168701172,1,0.08180404454469681,1.1399999856948853,0.5099999904632568,1.0700000524520874,2.7100000381469727,27.01032257080078 +1989,9,0,MVA,15-17 yrs,32,123012,16.05392074584961,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,26.013721466064453 +1989,9,0,suicide,15-17 yrs,5,123012,16.05392074584961,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,4.0646443367004395 +1989,9,0,homicide,15-17 yrs,13,123012,16.05392074584961,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,10.568074226379395 +1989,9,0,other external,15-17 yrs,9,123012,16.05392074584961,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,7.316359519958496 +1989,9,0,internal,15-17 yrs,26,123012,16.05392074584961,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,21.13614845275879 +1989,9,0,all,18-20 yrs,127,151673,19.015012741088867,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,83.7327651977539 +1989,9,0,MVA,18-20 yrs,49,151673,19.015012741088867,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,32.30634307861328 +1989,9,0,suicide,18-20 yrs,18,151673,19.015012741088867,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,11.867636680603027 +1989,9,0,homicide,18-20 yrs,15,151673,19.015012741088867,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,9.889697074890137 +1989,9,0,other external,18-20 yrs,13,151673,19.015012741088867,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,8.571070671081543 +1989,9,0,internal,18-20 yrs,32,151673,19.015012741088867,0,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,21.098020553588867 +1989,9,0,all,21-24 yrs,191,208716,22.54616355895996,1,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,91.51190948486328 +1989,9,0,MVA,21-24 yrs,60,208716,22.54616355895996,1,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,28.747196197509766 +1989,9,0,suicide,21-24 yrs,25,208716,22.54616355895996,1,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,11.977998733520508 +1989,9,0,homicide,21-24 yrs,30,208716,22.54616355895996,1,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,14.373598098754883 +1989,9,0,other external,21-24 yrs,17,208716,22.54616355895996,1,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,8.145039558410645 +1989,9,0,internal,21-24 yrs,59,208716,22.54616355895996,1,0.15608739852905273,1.090000033378601,0.4699999988079071,0.9800000190734863,2.5399999618530273,28.268077850341797 +1990,9,0,MVA,15-17 yrs,28,117329,16.020992279052734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,23.864517211914062 +1990,9,0,suicide,15-17 yrs,8,117329,16.020992279052734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,6.81843376159668 +1990,9,0,homicide,15-17 yrs,19,117329,16.020992279052734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,16.19377899169922 +1990,9,0,other external,15-17 yrs,9,117329,16.020992279052734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,7.6707377433776855 +1990,9,0,internal,15-17 yrs,15,117329,16.020992279052734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,12.784563064575195 +1990,9,0,all,18-20 yrs,94,145262,19.057613372802734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,64.710662841796875 +1990,9,0,MVA,18-20 yrs,36,145262,19.057613372802734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,24.782806396484375 +1990,9,0,suicide,18-20 yrs,14,145262,19.057613372802734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,9.637758255004883 +1990,9,0,homicide,18-20 yrs,18,145262,19.057613372802734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,12.391403198242188 +1990,9,0,other external,18-20 yrs,8,145262,19.057613372802734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,5.507290363311768 +1990,9,0,internal,18-20 yrs,18,145262,19.057613372802734,0,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,12.391403198242188 +1990,9,0,all,21-24 yrs,176,199905,22.526460647583008,1,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,88.04181671142578 +1990,9,0,MVA,21-24 yrs,58,199905,22.526460647583008,1,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,29.01378059387207 +1990,9,0,suicide,21-24 yrs,22,199905,22.526460647583008,1,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,11.005227088928223 +1990,9,0,homicide,21-24 yrs,28,199905,22.526460647583008,1,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,14.00665283203125 +1990,9,0,other external,21-24 yrs,18,199905,22.526460647583008,1,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,9.004277229309082 +1990,9,0,internal,21-24 yrs,50,199905,22.526460647583008,1,0.14808598160743713,1.090000033378601,0.44999998807907104,0.9200000166893005,2.4600000381469727,25.01188087463379 +1991,9,0,MVA,15-17 yrs,18,115109,16.012422561645508,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,15.637351989746094 +1991,9,0,suicide,15-17 yrs,8,115109,16.012422561645508,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,6.949934482574463 +1991,9,0,homicide,15-17 yrs,17,115109,16.012422561645508,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,14.768610954284668 +1991,9,0,other external,15-17 yrs,7,115109,16.012422561645508,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,6.081192493438721 +1991,9,0,internal,15-17 yrs,12,115109,16.012422561645508,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,10.424901962280273 +1991,9,0,all,18-20 yrs,109,133955,19.072568893432617,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,81.37061309814453 +1991,9,0,MVA,18-20 yrs,38,133955,19.072568893432617,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,28.367734909057617 +1991,9,0,suicide,18-20 yrs,18,133955,19.072568893432617,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,13.437348365783691 +1991,9,0,homicide,18-20 yrs,23,133955,19.072568893432617,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,17.169944763183594 +1991,9,0,other external,18-20 yrs,6,133955,19.072568893432617,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,4.479115962982178 +1991,9,0,internal,18-20 yrs,24,133955,19.072568893432617,0,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,17.91646385192871 +1991,9,0,all,21-24 yrs,183,193232,22.49936294555664,1,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,94.7048110961914 +1991,9,0,MVA,21-24 yrs,52,193232,22.49936294555664,1,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,26.910655975341797 +1991,9,0,suicide,21-24 yrs,32,193232,22.49936294555664,1,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,16.56040382385254 +1991,9,0,homicide,21-24 yrs,33,193232,22.49936294555664,1,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,17.077917098999023 +1991,9,0,other external,21-24 yrs,13,193232,22.49936294555664,1,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,6.727663993835449 +1991,9,0,internal,21-24 yrs,53,193232,22.49936294555664,1,0.14210601150989532,1.0299999713897705,0.4300000071525574,0.8399999737739563,2.2899999618530273,27.42816925048828 +1992,9,0,MVA,15-17 yrs,16,115209,16.000537872314453,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,13.88780403137207 +1992,9,0,suicide,15-17 yrs,6,115209,16.000537872314453,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,5.207926273345947 +1992,9,0,homicide,15-17 yrs,17,115209,16.000537872314453,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,14.755791664123535 +1992,9,0,other external,15-17 yrs,7,115209,16.000537872314453,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,6.07591438293457 +1992,9,0,internal,15-17 yrs,19,115209,16.000537872314453,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,16.49176788330078 +1992,9,0,all,18-20 yrs,80,122350,19.049455642700195,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,65.38618469238281 +1992,9,0,MVA,18-20 yrs,31,122350,19.049455642700195,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,25.337146759033203 +1992,9,0,suicide,18-20 yrs,5,122350,19.049455642700195,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,4.086636543273926 +1992,9,0,homicide,18-20 yrs,21,122350,19.049455642700195,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,17.16387367248535 +1992,9,0,other external,18-20 yrs,9,122350,19.049455642700195,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,7.355946063995361 +1992,9,0,internal,18-20 yrs,14,122350,19.049455642700195,0,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,11.442583084106445 +1992,9,0,all,21-24 yrs,159,186704,22.493000030517578,1,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,85.16153717041016 +1992,9,0,MVA,21-24 yrs,41,186704,22.493000030517578,1,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,21.95989418029785 +1992,9,0,suicide,21-24 yrs,29,186704,22.493000030517578,1,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,15.532608032226562 +1992,9,0,homicide,21-24 yrs,30,186704,22.493000030517578,1,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,16.068214416503906 +1992,9,0,other external,21-24 yrs,17,186704,22.493000030517578,1,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,9.105321884155273 +1992,9,0,internal,21-24 yrs,42,186704,22.493000030517578,1,0.13795322179794312,1.0099999904632568,0.44999998807907104,0.8299999833106995,2.299999952316284,22.495500564575195 +1993,9,0,MVA,15-17 yrs,25,115598,15.987239837646484,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,21.626670837402344 +1993,9,0,suicide,15-17 yrs,6,115598,15.987239837646484,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,5.190401077270508 +1993,9,0,homicide,15-17 yrs,12,115598,15.987239837646484,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,10.380802154541016 +1993,9,0,other external,15-17 yrs,7,115598,15.987239837646484,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,6.0554680824279785 +1993,9,0,internal,15-17 yrs,19,115598,15.987239837646484,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,16.436269760131836 +1993,9,0,all,18-20 yrs,101,116797,19.02175521850586,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,86.474822998046875 +1993,9,0,MVA,18-20 yrs,29,116797,19.02175521850586,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,24.829404830932617 +1993,9,0,suicide,18-20 yrs,11,116797,19.02175521850586,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,9.418049812316895 +1993,9,0,homicide,18-20 yrs,28,116797,19.02175521850586,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,23.97321891784668 +1993,9,0,other external,18-20 yrs,7,116797,19.02175521850586,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,5.99330472946167 +1993,9,0,internal,18-20 yrs,26,116797,19.02175521850586,0,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,22.260845184326172 +1993,9,0,all,21-24 yrs,168,178787,22.537416458129883,1,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,93.96656036376953 +1993,9,0,MVA,21-24 yrs,38,178787,22.537416458129883,1,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,21.25434112548828 +1993,9,0,suicide,21-24 yrs,24,178787,22.537416458129883,1,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,13.423794746398926 +1993,9,0,homicide,21-24 yrs,39,178787,22.537416458129883,1,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,21.81366729736328 +1993,9,0,other external,21-24 yrs,14,178787,22.537416458129883,1,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,7.830546855926514 +1993,9,0,internal,21-24 yrs,53,178787,22.537416458129883,1,0.13394351303577423,0.9599999785423279,0.4399999976158142,0.800000011920929,2.200000047683716,29.64421272277832 +1994,9,0,MVA,15-17 yrs,20,118012,15.984755516052246,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,16.947429656982422 +1994,9,0,suicide,15-17 yrs,12,118012,15.984755516052246,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,10.16845703125 +1994,9,0,homicide,15-17 yrs,18,118012,15.984755516052246,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,15.252686500549316 +1994,9,0,other external,15-17 yrs,4,118012,15.984755516052246,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,3.3894858360290527 +1994,9,0,internal,15-17 yrs,23,118012,15.984755516052246,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,19.489543914794922 +1994,9,0,all,18-20 yrs,91,113533,19.016990661621094,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,80.15290832519531 +1994,9,0,MVA,18-20 yrs,22,113533,19.016990661621094,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,19.377626419067383 +1994,9,0,suicide,18-20 yrs,9,113533,19.016990661621094,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,7.927210807800293 +1994,9,0,homicide,18-20 yrs,34,113533,19.016990661621094,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,29.947240829467773 +1994,9,0,other external,18-20 yrs,16,113533,19.016990661621094,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,14.092819213867188 +1994,9,0,internal,18-20 yrs,10,113533,19.016990661621094,0,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,8.808012008666992 +1994,9,0,all,21-24 yrs,157,168676,22.57719612121582,1,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,93.077850341796875 +1994,9,0,MVA,21-24 yrs,36,168676,22.57719612121582,1,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,21.342693328857422 +1994,9,0,suicide,21-24 yrs,24,168676,22.57719612121582,1,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,14.228461265563965 +1994,9,0,homicide,21-24 yrs,34,168676,22.57719612121582,1,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,20.1569881439209 +1994,9,0,other external,21-24 yrs,11,168676,22.57719612121582,1,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,6.521378040313721 +1994,9,0,internal,21-24 yrs,52,168676,22.57719612121582,1,0.13059945404529572,0.9900000095367432,0.4300000071525574,0.7799999713897705,2.200000047683716,30.828332901000977 +1995,9,0,MVA,15-17 yrs,16,120270,15.973185539245605,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,13.303400993347168 +1995,9,0,suicide,15-17 yrs,4,120270,15.973185539245605,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,3.325850248336792 +1995,9,0,homicide,15-17 yrs,15,120270,15.973185539245605,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,12.471938133239746 +1995,9,0,other external,15-17 yrs,10,120270,15.973185539245605,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,8.31462574005127 +1995,9,0,internal,15-17 yrs,15,120270,15.973185539245605,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,12.471938133239746 +1995,9,0,all,18-20 yrs,91,113146,19.00839614868164,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,80.42705535888672 +1995,9,0,MVA,18-20 yrs,27,113146,19.00839614868164,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,23.862974166870117 +1995,9,0,suicide,18-20 yrs,16,113146,19.00839614868164,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,14.141021728515625 +1995,9,0,homicide,18-20 yrs,17,113146,19.00839614868164,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,15.024835586547852 +1995,9,0,other external,18-20 yrs,7,113146,19.00839614868164,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,6.186697006225586 +1995,9,0,internal,18-20 yrs,24,113146,19.00839614868164,0,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,21.211532592773438 +1995,9,0,all,21-24 yrs,137,157328,22.578269958496094,1,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,87.0792236328125 +1995,9,0,MVA,21-24 yrs,36,157328,22.578269958496094,1,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,22.882131576538086 +1995,9,0,suicide,21-24 yrs,18,157328,22.578269958496094,1,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,11.441065788269043 +1995,9,0,homicide,21-24 yrs,27,157328,22.578269958496094,1,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,17.161598205566406 +1995,9,0,other external,21-24 yrs,21,157328,22.578269958496094,1,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,13.347909927368164 +1995,9,0,internal,21-24 yrs,35,157328,22.578269958496094,1,0.12700025737285614,0.9700000286102295,0.49000000953674316,0.7699999809265137,2.2200000286102295,22.246517181396484 +1996,9,0,MVA,15-17 yrs,16,121893,15.988908767700195,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,13.126266479492188 +1996,9,0,suicide,15-17 yrs,2,121893,15.988908767700195,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,1.6407833099365234 +1996,9,0,homicide,15-17 yrs,13,121893,15.988908767700195,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,10.665091514587402 +1996,9,0,other external,15-17 yrs,5,121893,15.988908767700195,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,4.101958274841309 +1996,9,0,internal,15-17 yrs,21,121893,15.988908767700195,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,17.228225708007812 +1996,9,0,all,18-20 yrs,79,113034,18.999319076538086,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,69.890472412109375 +1996,9,0,MVA,18-20 yrs,23,113034,18.999319076538086,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,20.34786033630371 +1996,9,0,suicide,18-20 yrs,14,113034,18.999319076538086,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,12.385653495788574 +1996,9,0,homicide,18-20 yrs,17,113034,18.999319076538086,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,15.039722442626953 +1996,9,0,other external,18-20 yrs,8,113034,18.999319076538086,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,7.077516555786133 +1996,9,0,internal,18-20 yrs,17,113034,18.999319076538086,0,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,15.039722442626953 +1996,9,0,all,21-24 yrs,130,148546,22.531835556030273,1,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,87.51497650146484 +1996,9,0,MVA,21-24 yrs,33,148546,22.531835556030273,1,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,22.215341567993164 +1996,9,0,suicide,21-24 yrs,23,148546,22.531835556030273,1,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,15.483419418334961 +1996,9,0,homicide,21-24 yrs,26,148546,22.531835556030273,1,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,17.50299644470215 +1996,9,0,other external,21-24 yrs,14,148546,22.531835556030273,1,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,9.424690246582031 +1996,9,0,internal,21-24 yrs,34,148546,22.531835556030273,1,0.12335780262947083,0.9399999976158142,0.46000000834465027,0.7200000286102295,2.130000114440918,22.888532638549805 +1970,10,0,MVA,15-17 yrs,7,31730,15.97226619720459,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,22.061140060424805 +1970,10,0,suicide,15-17 yrs,1,31730,15.97226619720459,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,3.1515915393829346 +1970,10,0,homicide,15-17 yrs,3,31730,15.97226619720459,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,9.454774856567383 +1970,10,0,other external,15-17 yrs,5,31730,15.97226619720459,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,15.757957458496094 +1970,10,0,internal,15-17 yrs,4,31730,15.97226619720459,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,12.606366157531738 +1970,10,0,all,18-20 yrs,36,28478,18.9528751373291,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,126.41336822509766 +1970,10,0,MVA,18-20 yrs,14,28478,18.9528751373291,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,49.1607551574707 +1970,10,0,suicide,18-20 yrs,3,28478,18.9528751373291,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,10.53444766998291 +1970,10,0,homicide,18-20 yrs,3,28478,18.9528751373291,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,10.53444766998291 +1970,10,0,other external,18-20 yrs,5,28478,18.9528751373291,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,17.55741310119629 +1970,10,0,internal,18-20 yrs,11,28478,18.9528751373291,0,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,38.62630844116211 +1970,10,0,all,21-24 yrs,40,34940,22.43528938293457,1,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,114.48197174072266 +1970,10,0,MVA,21-24 yrs,14,34940,22.43528938293457,1,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,40.068687438964844 +1970,10,0,suicide,21-24 yrs,7,34940,22.43528938293457,1,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,20.034343719482422 +1970,10,0,homicide,21-24 yrs,5,34940,22.43528938293457,1,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,14.310246467590332 +1970,10,0,other external,21-24 yrs,4,34940,22.43528938293457,1,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,11.448197364807129 +1970,10,0,internal,21-24 yrs,10,34940,22.43528938293457,1,0.166278675198555,1.1699999570846558,0.20999999344348907,1.7400000095367432,3.119999885559082,28.620492935180664 +1971,10,0,MVA,15-17 yrs,10,33750,15.975258827209473,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,29.629629135131836 +1971,10,0,suicide,15-17 yrs,2,33750,15.975258827209473,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,5.9259257316589355 +1971,10,0,homicide,15-17 yrs,2,33750,15.975258827209473,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,5.9259257316589355 +1971,10,0,other external,15-17 yrs,5,33750,15.975258827209473,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,14.814814567565918 +1971,10,0,internal,15-17 yrs,1,33750,15.975258827209473,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,2.9629628658294678 +1971,10,0,all,18-20 yrs,28,31708,18.962596893310547,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,88.30579376220703 +1971,10,0,MVA,18-20 yrs,8,31708,18.962596893310547,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,25.230226516723633 +1971,10,0,suicide,18-20 yrs,1,31708,18.962596893310547,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,3.153778314590454 +1971,10,0,homicide,18-20 yrs,2,31708,18.962596893310547,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,6.307556629180908 +1971,10,0,other external,18-20 yrs,8,31708,18.962596893310547,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,25.230226516723633 +1971,10,0,internal,18-20 yrs,9,31708,18.962596893310547,0,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,28.384004592895508 +1971,10,0,all,21-24 yrs,40,37245,22.578144073486328,1,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,107.39696502685547 +1971,10,0,MVA,21-24 yrs,13,37245,22.578144073486328,1,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,34.904014587402344 +1971,10,0,suicide,21-24 yrs,4,37245,22.578144073486328,1,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,10.739696502685547 +1971,10,0,homicide,21-24 yrs,3,37245,22.578144073486328,1,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,8.05477237701416 +1971,10,0,other external,21-24 yrs,7,37245,22.578144073486328,1,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,18.794469833374023 +1971,10,0,internal,21-24 yrs,13,37245,22.578144073486328,1,0.1592990756034851,1.2000000476837158,0.23999999463558197,1.7400000095367432,3.180000066757202,34.904014587402344 +1972,10,0.16134388744831085,MVA,15-17 yrs,14,35111,15.972970962524414,0,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,39.87354278564453 +1972,10,0.16134388744831085,suicide,15-17 yrs,0,35111,15.972970962524414,0,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,0 +1972,10,0.16134388744831085,homicide,15-17 yrs,6,35111,15.972970962524414,0,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,17.088661193847656 +1972,10,0.16134388744831085,other external,15-17 yrs,8,35111,15.972970962524414,0,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,22.784881591796875 +1972,10,0.16134388744831085,internal,15-17 yrs,4,35111,15.972970962524414,0,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,11.392440795898438 +1972,10,0.16134388744831085,all,18-20 yrs,40,34272,18.980712890625,0.16134388744831085,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,116.71334838867188 +1972,10,0.16134388744831085,MVA,18-20 yrs,16,34272,18.980712890625,0.16134388744831085,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,46.685340881347656 +1972,10,0.16134388744831085,suicide,18-20 yrs,0,34272,18.980712890625,0.16134388744831085,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,0 +1972,10,0.16134388744831085,homicide,18-20 yrs,6,34272,18.980712890625,0.16134388744831085,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,17.507001876831055 +1972,10,0.16134388744831085,other external,18-20 yrs,8,34272,18.980712890625,0.16134388744831085,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,23.342670440673828 +1972,10,0.16134388744831085,internal,18-20 yrs,10,34272,18.980712890625,0.16134388744831085,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,29.17833709716797 +1972,10,0.16134388744831085,all,21-24 yrs,32,37290,22.497211456298828,1,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,85.81388854980469 +1972,10,0.16134388744831085,MVA,21-24 yrs,10,37290,22.497211456298828,1,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,26.81684112548828 +1972,10,0.16134388744831085,suicide,21-24 yrs,6,37290,22.497211456298828,1,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,16.090105056762695 +1972,10,0.16134388744831085,homicide,21-24 yrs,4,37290,22.497211456298828,1,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,10.726736068725586 +1972,10,0.16134388744831085,other external,21-24 yrs,4,37290,22.497211456298828,1,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,10.726736068725586 +1972,10,0.16134388744831085,internal,21-24 yrs,8,37290,22.497211456298828,1,0.15434479713439941,1.2100000381469727,0.25999999046325684,1.600000023841858,3.069999933242798,21.453472137451172 +1973,10,0.3258828818798065,MVA,15-17 yrs,13,36082,15.982816696166992,0,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,36.02904510498047 +1973,10,0.3258828818798065,suicide,15-17 yrs,3,36082,15.982816696166992,0,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,8.3143949508667 +1973,10,0.3258828818798065,homicide,15-17 yrs,1,36082,15.982816696166992,0,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,2.7714650630950928 +1973,10,0.3258828818798065,other external,15-17 yrs,10,36082,15.982816696166992,0,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,27.714649200439453 +1973,10,0.3258828818798065,internal,15-17 yrs,10,36082,15.982816696166992,0,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,27.714649200439453 +1973,10,0.3258828818798065,all,18-20 yrs,45,35792,18.988740921020508,0.3258828818798065,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,125.7264175415039 +1973,10,0.3258828818798065,MVA,18-20 yrs,18,35792,18.988740921020508,0.3258828818798065,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,50.29056930541992 +1973,10,0.3258828818798065,suicide,18-20 yrs,10,35792,18.988740921020508,0.3258828818798065,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,27.939205169677734 +1973,10,0.3258828818798065,homicide,18-20 yrs,5,35792,18.988740921020508,0.3258828818798065,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,13.969602584838867 +1973,10,0.3258828818798065,other external,18-20 yrs,6,35792,18.988740921020508,0.3258828818798065,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,16.76352310180664 +1973,10,0.3258828818798065,internal,18-20 yrs,6,35792,18.988740921020508,0.3258828818798065,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,16.76352310180664 +1973,10,0.3258828818798065,all,21-24 yrs,58,37870,22.442487716674805,1,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,153.15553283691406 +1973,10,0.3258828818798065,MVA,21-24 yrs,21,37870,22.442487716674805,1,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,55.45286560058594 +1973,10,0.3258828818798065,suicide,21-24 yrs,6,37870,22.442487716674805,1,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,15.84367561340332 +1973,10,0.3258828818798065,homicide,21-24 yrs,3,37870,22.442487716674805,1,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,7.92183780670166 +1973,10,0.3258828818798065,other external,21-24 yrs,15,37870,22.442487716674805,1,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,39.609188079833984 +1973,10,0.3258828818798065,internal,21-24 yrs,13,37870,22.442487716674805,1,0.14530658721923828,1.2200000286102295,0.27000001072883606,1.5499999523162842,3.0399999618530273,34.327964782714844 +1974,10,0.32573792338371277,MVA,15-17 yrs,12,36720,15.997440338134766,0,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,32.67973709106445 +1974,10,0.32573792338371277,suicide,15-17 yrs,1,36720,15.997440338134766,0,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,2.72331166267395 +1974,10,0.32573792338371277,homicide,15-17 yrs,1,36720,15.997440338134766,0,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,2.72331166267395 +1974,10,0.32573792338371277,other external,15-17 yrs,8,36720,15.997440338134766,0,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,21.7864933013916 +1974,10,0.32573792338371277,internal,15-17 yrs,17,36720,15.997440338134766,0,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,46.296295166015625 +1974,10,0.32573792338371277,all,18-20 yrs,35,36996,18.989458084106445,0.32573792338371277,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,94.60482025146484 +1974,10,0.32573792338371277,MVA,18-20 yrs,13,36996,18.989458084106445,0.32573792338371277,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,35.13893508911133 +1974,10,0.32573792338371277,suicide,18-20 yrs,3,36996,18.989458084106445,0.32573792338371277,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,8.10898494720459 +1974,10,0.32573792338371277,homicide,18-20 yrs,8,36996,18.989458084106445,0.32573792338371277,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,21.623958587646484 +1974,10,0.32573792338371277,other external,18-20 yrs,5,36996,18.989458084106445,0.32573792338371277,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,13.514974594116211 +1974,10,0.32573792338371277,internal,18-20 yrs,6,36996,18.989458084106445,0.32573792338371277,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,16.21796989440918 +1974,10,0.32573792338371277,all,21-24 yrs,56,39433,22.400604248046875,1,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,142.01303100585938 +1974,10,0.32573792338371277,MVA,21-24 yrs,22,39433,22.400604248046875,1,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,55.790836334228516 +1974,10,0.32573792338371277,suicide,21-24 yrs,3,39433,22.400604248046875,1,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,7.6078410148620605 +1974,10,0.32573792338371277,homicide,21-24 yrs,7,39433,22.400604248046875,1,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,17.751628875732422 +1974,10,0.32573792338371277,other external,21-24 yrs,11,39433,22.400604248046875,1,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,27.895418167114258 +1974,10,0.32573792338371277,internal,21-24 yrs,13,39433,22.400604248046875,1,0.13086435198783875,1.2300000190734863,0.25999999046325684,1.5099999904632568,3,32.96731185913086 +1975,10,0.32366180419921875,MVA,15-17 yrs,13,36653,16.0039005279541,0,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,35.46776580810547 +1975,10,0.32366180419921875,suicide,15-17 yrs,1,36653,16.0039005279541,0,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,2.7282896041870117 +1975,10,0.32366180419921875,homicide,15-17 yrs,3,36653,16.0039005279541,0,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,8.184868812561035 +1975,10,0.32366180419921875,other external,15-17 yrs,4,36653,16.0039005279541,0,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,10.913158416748047 +1975,10,0.32366180419921875,internal,15-17 yrs,7,36653,16.0039005279541,0,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,19.0980281829834 +1975,10,0.32366180419921875,all,18-20 yrs,35,38429,18.98321533203125,0.32366180419921875,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,91.0770492553711 +1975,10,0.32366180419921875,MVA,18-20 yrs,19,38429,18.98321533203125,0.32366180419921875,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,49.441829681396484 +1975,10,0.32366180419921875,suicide,18-20 yrs,2,38429,18.98321533203125,0.32366180419921875,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,5.204402923583984 +1975,10,0.32366180419921875,homicide,18-20 yrs,3,38429,18.98321533203125,0.32366180419921875,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,7.806604385375977 +1975,10,0.32366180419921875,other external,18-20 yrs,6,38429,18.98321533203125,0.32366180419921875,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,15.613208770751953 +1975,10,0.32366180419921875,internal,18-20 yrs,5,38429,18.98321533203125,0.32366180419921875,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,13.011007308959961 +1975,10,0.32366180419921875,all,21-24 yrs,39,41762,22.415353775024414,1,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,93.3863296508789 +1975,10,0.32366180419921875,MVA,21-24 yrs,12,41762,22.415353775024414,1,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,28.734256744384766 +1975,10,0.32366180419921875,suicide,21-24 yrs,5,41762,22.415353775024414,1,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,11.972606658935547 +1975,10,0.32366180419921875,homicide,21-24 yrs,6,41762,22.415353775024414,1,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,14.367128372192383 +1975,10,0.32366180419921875,other external,21-24 yrs,6,41762,22.415353775024414,1,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,14.367128372192383 +1975,10,0.32366180419921875,internal,21-24 yrs,10,41762,22.415353775024414,1,0.11991845071315765,1.2300000190734863,0.25999999046325684,1.4900000095367432,2.9800000190734863,23.945213317871094 +1976,10,0.32357504963874817,MVA,15-17 yrs,13,36749,15.998339653015137,0,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,35.3751106262207 +1976,10,0.32357504963874817,suicide,15-17 yrs,2,36749,15.998339653015137,0,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,5.442325115203857 +1976,10,0.32357504963874817,homicide,15-17 yrs,3,36749,15.998339653015137,0,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,8.163487434387207 +1976,10,0.32357504963874817,other external,15-17 yrs,0,36749,15.998339653015137,0,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,0 +1976,10,0.32357504963874817,internal,15-17 yrs,6,36749,15.998339653015137,0,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,16.326974868774414 +1976,10,0.32357504963874817,all,18-20 yrs,48,39317,18.990970611572266,0.32357504963874817,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,122.0845947265625 +1976,10,0.32357504963874817,MVA,18-20 yrs,25,39317,18.990970611572266,0.32357504963874817,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,63.58572769165039 +1976,10,0.32357504963874817,suicide,18-20 yrs,6,39317,18.990970611572266,0.32357504963874817,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,15.260574340820312 +1976,10,0.32357504963874817,homicide,18-20 yrs,5,39317,18.990970611572266,0.32357504963874817,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,12.717144966125488 +1976,10,0.32357504963874817,other external,18-20 yrs,8,39317,18.990970611572266,0.32357504963874817,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,20.34743309020996 +1976,10,0.32357504963874817,internal,18-20 yrs,4,39317,18.990970611572266,0.32357504963874817,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,10.17371654510498 +1976,10,0.32357504963874817,all,21-24 yrs,50,43517,22.428659439086914,1,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,114.89762878417969 +1976,10,0.32357504963874817,MVA,21-24 yrs,19,43517,22.428659439086914,1,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,43.66109848022461 +1976,10,0.32357504963874817,suicide,21-24 yrs,5,43517,22.428659439086914,1,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,11.489762306213379 +1976,10,0.32357504963874817,homicide,21-24 yrs,6,43517,22.428659439086914,1,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,13.787714958190918 +1976,10,0.32357504963874817,other external,21-24 yrs,6,43517,22.428659439086914,1,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,13.787714958190918 +1976,10,0.32357504963874817,internal,21-24 yrs,14,43517,22.428659439086914,1,0.11338510364294052,1.25,0.25,1.4299999475479126,2.9200000762939453,32.17133712768555 +1977,10,0.3318800628185272,MVA,15-17 yrs,8,36444,15.99758529663086,0,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,21.951486587524414 +1977,10,0.3318800628185272,suicide,15-17 yrs,4,36444,15.99758529663086,0,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,10.975743293762207 +1977,10,0.3318800628185272,homicide,15-17 yrs,1,36444,15.99758529663086,0,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,2.7439358234405518 +1977,10,0.3318800628185272,other external,15-17 yrs,8,36444,15.99758529663086,0,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,21.951486587524414 +1977,10,0.3318800628185272,internal,15-17 yrs,6,36444,15.99758529663086,0,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,16.46361541748047 +1977,10,0.3318800628185272,all,18-20 yrs,32,39451,19.0018253326416,0.3318800628185272,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,81.11328125 +1977,10,0.3318800628185272,MVA,18-20 yrs,10,39451,19.0018253326416,0.3318800628185272,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,25.347900390625 +1977,10,0.3318800628185272,suicide,18-20 yrs,4,39451,19.0018253326416,0.3318800628185272,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,10.13916015625 +1977,10,0.3318800628185272,homicide,18-20 yrs,0,39451,19.0018253326416,0.3318800628185272,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,0 +1977,10,0.3318800628185272,other external,18-20 yrs,13,39451,19.0018253326416,0.3318800628185272,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,32.9522705078125 +1977,10,0.3318800628185272,internal,18-20 yrs,5,39451,19.0018253326416,0.3318800628185272,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,12.6739501953125 +1977,10,0.3318800628185272,all,21-24 yrs,49,44429,22.440387725830078,1,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,110.28832244873047 +1977,10,0.3318800628185272,MVA,21-24 yrs,20,44429,22.440387725830078,1,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,45.01564407348633 +1977,10,0.3318800628185272,suicide,21-24 yrs,6,44429,22.440387725830078,1,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,13.504693031311035 +1977,10,0.3318800628185272,homicide,21-24 yrs,4,44429,22.440387725830078,1,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,9.003129005432129 +1977,10,0.3318800628185272,other external,21-24 yrs,5,44429,22.440387725830078,1,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,11.253911018371582 +1977,10,0.3318800628185272,internal,21-24 yrs,14,44429,22.440387725830078,1,0.1064622551202774,1.3200000524520874,0.23999999463558197,1.350000023841858,2.9100000858306885,31.510950088500977 +1978,10,0.33196428418159485,MVA,15-17 yrs,20,36194,16.011493682861328,0,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,55.25777816772461 +1978,10,0.33196428418159485,suicide,15-17 yrs,2,36194,16.011493682861328,0,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,5.525777816772461 +1978,10,0.33196428418159485,homicide,15-17 yrs,1,36194,16.011493682861328,0,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,2.7628889083862305 +1978,10,0.33196428418159485,other external,15-17 yrs,5,36194,16.011493682861328,0,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,13.814444541931152 +1978,10,0.33196428418159485,internal,15-17 yrs,9,36194,16.011493682861328,0,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,24.865999221801758 +1978,10,0.33196428418159485,all,18-20 yrs,51,39200,19.006019592285156,0.33196428418159485,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,130.10203552246094 +1978,10,0.33196428418159485,MVA,18-20 yrs,24,39200,19.006019592285156,0.33196428418159485,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,61.224491119384766 +1978,10,0.33196428418159485,suicide,18-20 yrs,8,39200,19.006019592285156,0.33196428418159485,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,20.40816307067871 +1978,10,0.33196428418159485,homicide,18-20 yrs,3,39200,19.006019592285156,0.33196428418159485,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,7.653061389923096 +1978,10,0.33196428418159485,other external,18-20 yrs,5,39200,19.006019592285156,0.33196428418159485,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,12.755102157592773 +1978,10,0.33196428418159485,internal,18-20 yrs,11,39200,19.006019592285156,0.33196428418159485,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,28.06122398376465 +1978,10,0.33196428418159485,all,21-24 yrs,53,45580,22.431724548339844,1,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,116.27906799316406 +1978,10,0.33196428418159485,MVA,21-24 yrs,16,45580,22.431724548339844,1,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,35.10311508178711 +1978,10,0.33196428418159485,suicide,21-24 yrs,10,45580,22.431724548339844,1,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,21.9394474029541 +1978,10,0.33196428418159485,homicide,21-24 yrs,7,45580,22.431724548339844,1,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,15.357612609863281 +1978,10,0.33196428418159485,other external,21-24 yrs,5,45580,22.431724548339844,1,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,10.96972370147705 +1978,10,0.33196428418159485,internal,21-24 yrs,15,45580,22.431724548339844,1,0.09895111620426178,1.3300000429153442,0.25,1.3300000429153442,2.9100000858306885,32.90917205810547 +1979,10,0.33138787746429443,MVA,15-17 yrs,10,35322,16.010021209716797,0,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,28.31096839904785 +1979,10,0.33138787746429443,suicide,15-17 yrs,1,35322,16.010021209716797,0,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,2.831096649169922 +1979,10,0.33138787746429443,homicide,15-17 yrs,0,35322,16.010021209716797,0,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,0 +1979,10,0.33138787746429443,other external,15-17 yrs,6,35322,16.010021209716797,0,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,16.98657989501953 +1979,10,0.33138787746429443,internal,15-17 yrs,6,35322,16.010021209716797,0,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,16.98657989501953 +1979,10,0.33138787746429443,all,18-20 yrs,29,38894,18.997892379760742,0.33138787746429443,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,74.56163024902344 +1979,10,0.33138787746429443,MVA,18-20 yrs,14,38894,18.997892379760742,0.33138787746429443,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,35.995269775390625 +1979,10,0.33138787746429443,suicide,18-20 yrs,6,38894,18.997892379760742,0.33138787746429443,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,15.426544189453125 +1979,10,0.33138787746429443,homicide,18-20 yrs,1,38894,18.997892379760742,0.33138787746429443,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,2.5710906982421875 +1979,10,0.33138787746429443,other external,18-20 yrs,4,38894,18.997892379760742,0.33138787746429443,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,10.28436279296875 +1979,10,0.33138787746429443,internal,18-20 yrs,4,38894,18.997892379760742,0.33138787746429443,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,10.28436279296875 +1979,10,0.33138787746429443,all,21-24 yrs,58,45895,22.439067840576172,1,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,126.37541961669922 +1979,10,0.33138787746429443,MVA,21-24 yrs,18,45895,22.439067840576172,1,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,39.2199592590332 +1979,10,0.33138787746429443,suicide,21-24 yrs,10,45895,22.439067840576172,1,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,21.78886604309082 +1979,10,0.33138787746429443,homicide,21-24 yrs,3,45895,22.439067840576172,1,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,6.5366597175598145 +1979,10,0.33138787746429443,other external,21-24 yrs,7,45895,22.439067840576172,1,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,15.252205848693848 +1979,10,0.33138787746429443,internal,21-24 yrs,20,45895,22.439067840576172,1,0.08886519074440002,1.3799999952316284,0.27000001072883606,1.340000033378601,2.990000009536743,43.57773208618164 +1980,10,0.33141854405403137,MVA,15-17 yrs,15,34197,16.01988410949707,0,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,43.86349868774414 +1980,10,0.33141854405403137,suicide,15-17 yrs,1,34197,16.01988410949707,0,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,2.9242331981658936 +1980,10,0.33141854405403137,homicide,15-17 yrs,1,34197,16.01988410949707,0,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,2.9242331981658936 +1980,10,0.33141854405403137,other external,15-17 yrs,7,34197,16.01988410949707,0,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,20.46963119506836 +1980,10,0.33141854405403137,internal,15-17 yrs,7,34197,16.01988410949707,0,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,20.46963119506836 +1980,10,0.33141854405403137,all,18-20 yrs,48,37602,19.00813865661621,0.33141854405403137,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,127.65278625488281 +1980,10,0.33141854405403137,MVA,18-20 yrs,25,37602,19.00813865661621,0.33141854405403137,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,66.48582458496094 +1980,10,0.33141854405403137,suicide,18-20 yrs,6,37602,19.00813865661621,0.33141854405403137,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,15.956598281860352 +1980,10,0.33141854405403137,homicide,18-20 yrs,2,37602,19.00813865661621,0.33141854405403137,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,5.31886625289917 +1980,10,0.33141854405403137,other external,18-20 yrs,8,37602,19.00813865661621,0.33141854405403137,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,21.27546501159668 +1980,10,0.33141854405403137,internal,18-20 yrs,7,37602,19.00813865661621,0.33141854405403137,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,18.616031646728516 +1980,10,0.33141854405403137,all,21-24 yrs,73,46107,22.44366455078125,1,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,158.32736206054688 +1980,10,0.33141854405403137,MVA,21-24 yrs,31,46107,22.44366455078125,1,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,67.23490905761719 +1980,10,0.33141854405403137,suicide,21-24 yrs,7,46107,22.44366455078125,1,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,15.182076454162598 +1980,10,0.33141854405403137,homicide,21-24 yrs,11,46107,22.44366455078125,1,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,23.8575496673584 +1980,10,0.33141854405403137,other external,21-24 yrs,10,46107,22.44366455078125,1,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,21.68868064880371 +1980,10,0.33141854405403137,internal,21-24 yrs,14,46107,22.44366455078125,1,0.07829626649618149,1.4500000476837158,0.28999999165534973,1.3799999952316284,3.119999885559082,30.364152908325195 +1981,10,0.34862014651298523,MVA,15-17 yrs,7,32579,16.034408569335938,0,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,21.48623275756836 +1981,10,0.34862014651298523,suicide,15-17 yrs,2,32579,16.034408569335938,0,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,6.138923645019531 +1981,10,0.34862014651298523,homicide,15-17 yrs,3,32579,16.034408569335938,0,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,9.208385467529297 +1981,10,0.34862014651298523,other external,15-17 yrs,3,32579,16.034408569335938,0,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,9.208385467529297 +1981,10,0.34862014651298523,internal,15-17 yrs,6,32579,16.034408569335938,0,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,18.416770935058594 +1981,10,0.34862014651298523,all,18-20 yrs,35,37069,19.038820266723633,0.34862014651298523,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,94.41851806640625 +1981,10,0.34862014651298523,MVA,18-20 yrs,14,37069,19.038820266723633,0.34862014651298523,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,37.76740646362305 +1981,10,0.34862014651298523,suicide,18-20 yrs,11,37069,19.038820266723633,0.34862014651298523,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,29.67439079284668 +1981,10,0.34862014651298523,homicide,18-20 yrs,4,37069,19.038820266723633,0.34862014651298523,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,10.790687561035156 +1981,10,0.34862014651298523,other external,18-20 yrs,1,37069,19.038820266723633,0.34862014651298523,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,2.697671890258789 +1981,10,0.34862014651298523,internal,18-20 yrs,5,37069,19.038820266723633,0.34862014651298523,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,13.488359451293945 +1981,10,0.34862014651298523,all,21-24 yrs,45,47470,22.465219497680664,1,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,94.79671478271484 +1981,10,0.34862014651298523,MVA,21-24 yrs,17,47470,22.465219497680664,1,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,35.81209182739258 +1981,10,0.34862014651298523,suicide,21-24 yrs,10,47470,22.465219497680664,1,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,21.065937042236328 +1981,10,0.34862014651298523,homicide,21-24 yrs,5,47470,22.465219497680664,1,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,10.532968521118164 +1981,10,0.34862014651298523,other external,21-24 yrs,5,47470,22.465219497680664,1,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,10.532968521118164 +1981,10,0.34862014651298523,internal,21-24 yrs,8,47470,22.465219497680664,1,0.07097483426332474,1.5099999904632568,0.3199999928474426,1.3899999856948853,3.2300000190734863,16.85274887084961 +1982,10,0.34909090399742126,MVA,15-17 yrs,4,30931,16.029678344726562,0,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,12.93200969696045 +1982,10,0.34909090399742126,suicide,15-17 yrs,4,30931,16.029678344726562,0,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,12.93200969696045 +1982,10,0.34909090399742126,homicide,15-17 yrs,1,30931,16.029678344726562,0,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,3.2330024242401123 +1982,10,0.34909090399742126,other external,15-17 yrs,4,30931,16.029678344726562,0,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,12.93200969696045 +1982,10,0.34909090399742126,internal,15-17 yrs,4,30931,16.029678344726562,0,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,12.93200969696045 +1982,10,0.34909090399742126,all,18-20 yrs,45,36025,19.034114837646484,0.34909090399742126,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,124.91325378417969 +1982,10,0.34909090399742126,MVA,18-20 yrs,26,36025,19.034114837646484,0.34909090399742126,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,72.17210388183594 +1982,10,0.34909090399742126,suicide,18-20 yrs,5,36025,19.034114837646484,0.34909090399742126,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,13.879250526428223 +1982,10,0.34909090399742126,homicide,18-20 yrs,4,36025,19.034114837646484,0.34909090399742126,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,11.103400230407715 +1982,10,0.34909090399742126,other external,18-20 yrs,3,36025,19.034114837646484,0.34909090399742126,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,8.327549934387207 +1982,10,0.34909090399742126,internal,18-20 yrs,7,36025,19.034114837646484,0.34909090399742126,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,19.430950164794922 +1982,10,0.34909090399742126,all,21-24 yrs,58,48654,22.47200584411621,1,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,119.2091064453125 +1982,10,0.34909090399742126,MVA,21-24 yrs,25,48654,22.47200584411621,1,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,51.383235931396484 +1982,10,0.34909090399742126,suicide,21-24 yrs,8,48654,22.47200584411621,1,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,16.442636489868164 +1982,10,0.34909090399742126,homicide,21-24 yrs,5,48654,22.47200584411621,1,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,10.276647567749023 +1982,10,0.34909090399742126,other external,21-24 yrs,11,48654,22.47200584411621,1,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,22.608623504638672 +1982,10,0.34909090399742126,internal,21-24 yrs,9,48654,22.47200584411621,1,0.06685609370470047,1.5299999713897705,0.3400000035762787,1.3600000143051147,3.2300000190734863,18.49796485900879 +1983,10,0.34485405683517456,MVA,15-17 yrs,9,29435,16.031017303466797,0,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,30.57584571838379 +1983,10,0.34485405683517456,suicide,15-17 yrs,1,29435,16.031017303466797,0,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,3.3973162174224854 +1983,10,0.34485405683517456,homicide,15-17 yrs,0,29435,16.031017303466797,0,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,0 +1983,10,0.34485405683517456,other external,15-17 yrs,0,29435,16.031017303466797,0,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,0 +1983,10,0.34485405683517456,internal,15-17 yrs,5,29435,16.031017303466797,0,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,16.98657989501953 +1983,10,0.34485405683517456,all,18-20 yrs,23,35183,19.03584098815918,0.34485405683517456,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,65.37248229980469 +1983,10,0.34485405683517456,MVA,18-20 yrs,10,35183,19.03584098815918,0.34485405683517456,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,28.42281723022461 +1983,10,0.34485405683517456,suicide,18-20 yrs,1,35183,19.03584098815918,0.34485405683517456,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,2.8422818183898926 +1983,10,0.34485405683517456,homicide,18-20 yrs,1,35183,19.03584098815918,0.34485405683517456,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,2.8422818183898926 +1983,10,0.34485405683517456,other external,18-20 yrs,2,35183,19.03584098815918,0.34485405683517456,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,5.684563636779785 +1983,10,0.34485405683517456,internal,18-20 yrs,9,35183,19.03584098815918,0.34485405683517456,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,25.580535888671875 +1983,10,0.34485405683517456,all,21-24 yrs,51,49207,22.48387336730957,1,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,103.64379119873047 +1983,10,0.34485405683517456,MVA,21-24 yrs,19,49207,22.48387336730957,1,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,38.61239242553711 +1983,10,0.34485405683517456,suicide,21-24 yrs,5,49207,22.48387336730957,1,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,10.161155700683594 +1983,10,0.34485405683517456,homicide,21-24 yrs,4,49207,22.48387336730957,1,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,8.128924369812012 +1983,10,0.34485405683517456,other external,21-24 yrs,10,49207,22.48387336730957,1,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,20.322311401367188 +1983,10,0.34485405683517456,internal,21-24 yrs,13,49207,22.48387336730957,1,0.06477522850036621,1.5299999713897705,0.3499999940395355,1.340000033378601,3.2200000286102295,26.41900634765625 +1984,10,0.30926060676574707,MVA,15-17 yrs,9,28426,16.016357421875,0,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,31.661155700683594 +1984,10,0.30926060676574707,suicide,15-17 yrs,1,28426,16.016357421875,0,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,3.5179061889648438 +1984,10,0.30926060676574707,homicide,15-17 yrs,0,28426,16.016357421875,0,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,0 +1984,10,0.30926060676574707,other external,15-17 yrs,2,28426,16.016357421875,0,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,7.0358123779296875 +1984,10,0.30926060676574707,internal,15-17 yrs,2,28426,16.016357421875,0,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,7.0358123779296875 +1984,10,0.30926060676574707,all,18-20 yrs,34,34412,19.051435470581055,0.30926060676574707,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,98.80274200439453 +1984,10,0.30926060676574707,MVA,18-20 yrs,14,34412,19.051435470581055,0.30926060676574707,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,40.6834831237793 +1984,10,0.30926060676574707,suicide,18-20 yrs,4,34412,19.051435470581055,0.30926060676574707,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,11.623851776123047 +1984,10,0.30926060676574707,homicide,18-20 yrs,1,34412,19.051435470581055,0.30926060676574707,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,2.9059629440307617 +1984,10,0.30926060676574707,other external,18-20 yrs,3,34412,19.051435470581055,0.30926060676574707,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,8.717888832092285 +1984,10,0.30926060676574707,internal,18-20 yrs,12,34412,19.051435470581055,0.30926060676574707,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,34.87155532836914 +1984,10,0.30926060676574707,all,21-24 yrs,43,48860,22.503007888793945,1,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,88.00654602050781 +1984,10,0.30926060676574707,MVA,21-24 yrs,20,48860,22.503007888793945,1,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,40.93327713012695 +1984,10,0.30926060676574707,suicide,21-24 yrs,6,48860,22.503007888793945,1,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,12.279983520507812 +1984,10,0.30926060676574707,homicide,21-24 yrs,4,48860,22.503007888793945,1,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,8.18665599822998 +1984,10,0.30926060676574707,other external,21-24 yrs,5,48860,22.503007888793945,1,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,10.233319282531738 +1984,10,0.30926060676574707,internal,21-24 yrs,8,48860,22.503007888793945,1,0.062094442546367645,1.5099999904632568,0.3799999952316284,1.2799999713897705,3.1700000762939453,16.37331199645996 +1985,10,0.043799988925457,MVA,15-17 yrs,10,28185,15.987724304199219,0,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,35.47986602783203 +1985,10,0.043799988925457,suicide,15-17 yrs,2,28185,15.987724304199219,0,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,7.095973014831543 +1985,10,0.043799988925457,homicide,15-17 yrs,0,28185,15.987724304199219,0,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,0 +1985,10,0.043799988925457,other external,15-17 yrs,2,28185,15.987724304199219,0,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,7.095973014831543 +1985,10,0.043799988925457,internal,15-17 yrs,5,28185,15.987724304199219,0,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,17.739933013916016 +1985,10,0.043799988925457,all,18-20 yrs,24,33268,19.05137062072754,0.043799988925457,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,72.14139556884766 +1985,10,0.043799988925457,MVA,18-20 yrs,10,33268,19.05137062072754,0.043799988925457,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,30.058916091918945 +1985,10,0.043799988925457,suicide,18-20 yrs,2,33268,19.05137062072754,0.043799988925457,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,6.011783123016357 +1985,10,0.043799988925457,homicide,18-20 yrs,1,33268,19.05137062072754,0.043799988925457,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,3.0058915615081787 +1985,10,0.043799988925457,other external,18-20 yrs,4,33268,19.05137062072754,0.043799988925457,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,12.023566246032715 +1985,10,0.043799988925457,internal,18-20 yrs,7,33268,19.05137062072754,0.043799988925457,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,21.041240692138672 +1985,10,0.043799988925457,all,21-24 yrs,44,48490,22.515548706054688,1,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,90.7403564453125 +1985,10,0.043799988925457,MVA,21-24 yrs,20,48490,22.515548706054688,1,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,41.2456169128418 +1985,10,0.043799988925457,suicide,21-24 yrs,2,48490,22.515548706054688,1,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,4.124561786651611 +1985,10,0.043799988925457,homicide,21-24 yrs,1,48490,22.515548706054688,1,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,2.0622808933258057 +1985,10,0.043799988925457,other external,21-24 yrs,5,48490,22.515548706054688,1,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,10.31140422821045 +1985,10,0.043799988925457,internal,21-24 yrs,16,48490,22.515548706054688,1,0.05995922535657883,1.4600000381469727,0.4099999964237213,1.2999999523162842,3.1600000858306885,32.99649429321289 +1986,10,0,MVA,15-17 yrs,8,28676,15.986713409423828,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,27.89789390563965 +1986,10,0,suicide,15-17 yrs,1,28676,15.986713409423828,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,3.487236738204956 +1986,10,0,homicide,15-17 yrs,0,28676,15.986713409423828,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,0 +1986,10,0,other external,15-17 yrs,4,28676,15.986713409423828,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,13.948946952819824 +1986,10,0,internal,15-17 yrs,5,28676,15.986713409423828,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,17.43618392944336 +1986,10,0,all,18-20 yrs,33,32221,19.056671142578125,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,102.41767883300781 +1986,10,0,MVA,18-20 yrs,22,32221,19.056671142578125,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,68.27845001220703 +1986,10,0,suicide,18-20 yrs,4,32221,19.056671142578125,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,12.414263725280762 +1986,10,0,homicide,18-20 yrs,1,32221,19.056671142578125,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,3.1035659313201904 +1986,10,0,other external,18-20 yrs,1,32221,19.056671142578125,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,3.1035659313201904 +1986,10,0,internal,18-20 yrs,5,32221,19.056671142578125,0,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,15.517829895019531 +1986,10,0,all,21-24 yrs,58,47404,22.51215171813965,1,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,122.35254669189453 +1986,10,0,MVA,21-24 yrs,24,47404,22.51215171813965,1,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,50.628639221191406 +1986,10,0,suicide,21-24 yrs,9,47404,22.51215171813965,1,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,18.98573875427246 +1986,10,0,homicide,21-24 yrs,5,47404,22.51215171813965,1,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,10.547633171081543 +1986,10,0,other external,21-24 yrs,6,47404,22.51215171813965,1,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,12.657159805297852 +1986,10,0,internal,21-24 yrs,14,47404,22.51215171813965,1,0.058865081518888474,1.4500000476837158,0.4399999976158142,1.2300000190734863,3.130000114440918,29.53337287902832 +1987,10,0,MVA,15-17 yrs,9,28207,16.029531478881836,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,31.906972885131836 +1987,10,0,suicide,15-17 yrs,2,28207,16.029531478881836,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,7.090438365936279 +1987,10,0,homicide,15-17 yrs,0,28207,16.029531478881836,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,0 +1987,10,0,other external,15-17 yrs,1,28207,16.029531478881836,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,3.5452191829681396 +1987,10,0,internal,15-17 yrs,8,28207,16.029531478881836,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,28.361753463745117 +1987,10,0,all,18-20 yrs,21,31828,19.044206619262695,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,65.9796371459961 +1987,10,0,MVA,18-20 yrs,8,31828,19.044206619262695,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,25.135101318359375 +1987,10,0,suicide,18-20 yrs,4,31828,19.044206619262695,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,12.567550659179688 +1987,10,0,homicide,18-20 yrs,4,31828,19.044206619262695,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,12.567550659179688 +1987,10,0,other external,18-20 yrs,3,31828,19.044206619262695,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,9.425662994384766 +1987,10,0,internal,18-20 yrs,2,31828,19.044206619262695,0,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,6.283775329589844 +1987,10,0,all,21-24 yrs,54,46281,22.50923728942871,1,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,116.67855072021484 +1987,10,0,MVA,21-24 yrs,25,46281,22.50923728942871,1,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,54.01784896850586 +1987,10,0,suicide,21-24 yrs,11,46281,22.50923728942871,1,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,23.767852783203125 +1987,10,0,homicide,21-24 yrs,4,46281,22.50923728942871,1,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,8.642855644226074 +1987,10,0,other external,21-24 yrs,8,46281,22.50923728942871,1,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,17.28571128845215 +1987,10,0,internal,21-24 yrs,6,46281,22.50923728942871,1,0.05679236724972725,1.440000057220459,0.41999998688697815,1.2200000286102295,3.0799999237060547,12.964282989501953 +1988,10,0,MVA,15-17 yrs,9,26911,16.062725067138672,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,33.443572998046875 +1988,10,0,suicide,15-17 yrs,4,26911,16.062725067138672,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,14.863810539245605 +1988,10,0,homicide,15-17 yrs,0,26911,16.062725067138672,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,0 +1988,10,0,other external,15-17 yrs,1,26911,16.062725067138672,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,3.7159526348114014 +1988,10,0,internal,15-17 yrs,2,26911,16.062725067138672,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,7.431905269622803 +1988,10,0,all,18-20 yrs,35,32241,19.017990112304688,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,108.55742645263672 +1988,10,0,MVA,18-20 yrs,19,32241,19.017990112304688,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,58.931175231933594 +1988,10,0,suicide,18-20 yrs,5,32241,19.017990112304688,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,15.508203506469727 +1988,10,0,homicide,18-20 yrs,2,32241,19.017990112304688,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,6.203281402587891 +1988,10,0,other external,18-20 yrs,3,32241,19.017990112304688,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,9.304922103881836 +1988,10,0,internal,18-20 yrs,6,32241,19.017990112304688,0,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,18.609844207763672 +1988,10,0,all,21-24 yrs,50,45314,22.51555824279785,1,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,110.34117126464844 +1988,10,0,MVA,21-24 yrs,20,45314,22.51555824279785,1,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,44.136470794677734 +1988,10,0,suicide,21-24 yrs,9,45314,22.51555824279785,1,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,19.861412048339844 +1988,10,0,homicide,21-24 yrs,5,45314,22.51555824279785,1,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,11.034117698669434 +1988,10,0,other external,21-24 yrs,3,45314,22.51555824279785,1,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,6.6204705238342285 +1988,10,0,internal,21-24 yrs,13,45314,22.51555824279785,1,0.05453603342175484,1.440000057220459,0.4000000059604645,1.190000057220459,3.0299999713897705,28.688705444335938 +1989,10,0,MVA,15-17 yrs,7,25127,16.048831939697266,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,27.858478546142578 +1989,10,0,suicide,15-17 yrs,2,25127,16.048831939697266,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,7.95956563949585 +1989,10,0,homicide,15-17 yrs,0,25127,16.048831939697266,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,0 +1989,10,0,other external,15-17 yrs,1,25127,16.048831939697266,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,3.979782819747925 +1989,10,0,internal,15-17 yrs,1,25127,16.048831939697266,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,3.979782819747925 +1989,10,0,all,18-20 yrs,20,33446,19.01895523071289,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,59.797882080078125 +1989,10,0,MVA,18-20 yrs,15,33446,19.01895523071289,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,44.848411560058594 +1989,10,0,suicide,18-20 yrs,0,33446,19.01895523071289,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,0 +1989,10,0,homicide,18-20 yrs,0,33446,19.01895523071289,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,0 +1989,10,0,other external,18-20 yrs,0,33446,19.01895523071289,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,0 +1989,10,0,internal,18-20 yrs,5,33446,19.01895523071289,0,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,14.949470520019531 +1989,10,0,all,21-24 yrs,47,43851,22.512554168701172,1,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,107.18113708496094 +1989,10,0,MVA,21-24 yrs,16,43851,22.512554168701172,1,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,36.4871940612793 +1989,10,0,suicide,21-24 yrs,9,43851,22.512554168701172,1,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,20.5240478515625 +1989,10,0,homicide,21-24 yrs,2,43851,22.512554168701172,1,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,4.560899257659912 +1989,10,0,other external,21-24 yrs,10,43851,22.512554168701172,1,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,22.80449676513672 +1989,10,0,internal,21-24 yrs,10,43851,22.512554168701172,1,0.05202913656830788,1.399999976158142,0.3799999952316284,1.1299999952316284,2.9100000858306885,22.80449676513672 +1990,10,0,MVA,15-17 yrs,7,24608,16.008047103881836,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,28.446033477783203 +1990,10,0,suicide,15-17 yrs,1,24608,16.008047103881836,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,4.063719272613525 +1990,10,0,homicide,15-17 yrs,3,24608,16.008047103881836,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,12.191157341003418 +1990,10,0,other external,15-17 yrs,3,24608,16.008047103881836,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,12.191157341003418 +1990,10,0,internal,15-17 yrs,5,24608,16.008047103881836,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,20.31859588623047 +1990,10,0,all,18-20 yrs,32,33256,19.068138122558594,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,96.223236083984375 +1990,10,0,MVA,18-20 yrs,13,33256,19.068138122558594,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,39.09069061279297 +1990,10,0,suicide,18-20 yrs,7,33256,19.068138122558594,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,21.0488338470459 +1990,10,0,homicide,18-20 yrs,3,33256,19.068138122558594,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,9.020928382873535 +1990,10,0,other external,18-20 yrs,2,33256,19.068138122558594,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,6.013952255249023 +1990,10,0,internal,18-20 yrs,7,33256,19.068138122558594,0,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,21.0488338470459 +1990,10,0,all,21-24 yrs,35,43023,22.49208641052246,1,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,81.351837158203125 +1990,10,0,MVA,21-24 yrs,14,43023,22.49208641052246,1,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,32.540733337402344 +1990,10,0,suicide,21-24 yrs,2,43023,22.49208641052246,1,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,4.64867639541626 +1990,10,0,homicide,21-24 yrs,6,43023,22.49208641052246,1,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,13.946028709411621 +1990,10,0,other external,21-24 yrs,4,43023,22.49208641052246,1,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,9.29735279083252 +1990,10,0,internal,21-24 yrs,9,43023,22.49208641052246,1,0.11970284581184387,1.440000057220459,0.3700000047683716,1.1399999856948853,2.950000047683716,20.919042587280273 +1991,10,0,MVA,15-17 yrs,4,24729,15.998139381408691,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,16.17534065246582 +1991,10,0,suicide,15-17 yrs,1,24729,15.998139381408691,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,4.043835163116455 +1991,10,0,homicide,15-17 yrs,4,24729,15.998139381408691,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,16.17534065246582 +1991,10,0,other external,15-17 yrs,0,24729,15.998139381408691,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,0 +1991,10,0,internal,15-17 yrs,1,24729,15.998139381408691,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,4.043835163116455 +1991,10,0,all,18-20 yrs,19,30394,19.115385055541992,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,62.51233673095703 +1991,10,0,MVA,18-20 yrs,11,30394,19.115385055541992,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,36.19135284423828 +1991,10,0,suicide,18-20 yrs,1,30394,19.115385055541992,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,3.2901229858398438 +1991,10,0,homicide,18-20 yrs,2,30394,19.115385055541992,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,6.5802459716796875 +1991,10,0,other external,18-20 yrs,1,30394,19.115385055541992,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,3.2901229858398438 +1991,10,0,internal,18-20 yrs,4,30394,19.115385055541992,0,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,13.160491943359375 +1991,10,0,all,21-24 yrs,28,43992,22.46110725402832,1,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,63.6479377746582 +1991,10,0,MVA,21-24 yrs,8,43992,22.46110725402832,1,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,18.18512535095215 +1991,10,0,suicide,21-24 yrs,2,43992,22.46110725402832,1,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,4.546281337738037 +1991,10,0,homicide,21-24 yrs,6,43992,22.46110725402832,1,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,13.638843536376953 +1991,10,0,other external,21-24 yrs,4,43992,22.46110725402832,1,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,9.092562675476074 +1991,10,0,internal,21-24 yrs,8,43992,22.46110725402832,1,0.11486902832984924,1.399999976158142,0.3499999940395355,0.949999988079071,2.700000047683716,18.18512535095215 +1992,10,0,MVA,15-17 yrs,7,25451,15.995677947998047,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,27.503829956054688 +1992,10,0,suicide,15-17 yrs,0,25451,15.995677947998047,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,0 +1992,10,0,homicide,15-17 yrs,1,25451,15.995677947998047,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,3.9291186332702637 +1992,10,0,other external,15-17 yrs,1,25451,15.995677947998047,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,3.9291186332702637 +1992,10,0,internal,15-17 yrs,2,25451,15.995677947998047,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,7.858237266540527 +1992,10,0,all,18-20 yrs,22,27278,19.078121185302734,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,80.65107727050781 +1992,10,0,MVA,18-20 yrs,13,27278,19.078121185302734,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,47.65745162963867 +1992,10,0,suicide,18-20 yrs,4,27278,19.078121185302734,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,14.66383171081543 +1992,10,0,homicide,18-20 yrs,2,27278,19.078121185302734,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,7.331915855407715 +1992,10,0,other external,18-20 yrs,2,27278,19.078121185302734,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,7.331915855407715 +1992,10,0,internal,18-20 yrs,1,27278,19.078121185302734,0,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,3.6659579277038574 +1992,10,0,all,21-24 yrs,38,45031,22.46210479736328,1,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,84.38631439208984 +1992,10,0,MVA,21-24 yrs,21,45031,22.46210479736328,1,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,46.63454055786133 +1992,10,0,suicide,21-24 yrs,5,45031,22.46210479736328,1,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,11.103462219238281 +1992,10,0,homicide,21-24 yrs,4,45031,22.46210479736328,1,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,8.882769584655762 +1992,10,0,other external,21-24 yrs,2,45031,22.46210479736328,1,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,4.441384792327881 +1992,10,0,internal,21-24 yrs,6,45031,22.46210479736328,1,0.111512191593647,1.399999976158142,0.36000001430511475,0.9700000286102295,2.7300000190734863,13.3241548538208 +1993,10,0,MVA,15-17 yrs,6,25920,15.995100021362305,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,23.148147583007812 +1993,10,0,suicide,15-17 yrs,3,25920,15.995100021362305,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,11.574073791503906 +1993,10,0,homicide,15-17 yrs,1,25920,15.995100021362305,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,3.8580245971679688 +1993,10,0,other external,15-17 yrs,0,25920,15.995100021362305,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,0 +1993,10,0,internal,15-17 yrs,4,25920,15.995100021362305,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,15.432098388671875 +1993,10,0,all,18-20 yrs,24,26138,19.0192813873291,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,91.8203353881836 +1993,10,0,MVA,18-20 yrs,8,26138,19.0192813873291,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,30.606779098510742 +1993,10,0,suicide,18-20 yrs,1,26138,19.0192813873291,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,3.8258473873138428 +1993,10,0,homicide,18-20 yrs,4,26138,19.0192813873291,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,15.303389549255371 +1993,10,0,other external,18-20 yrs,4,26138,19.0192813873291,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,15.303389549255371 +1993,10,0,internal,18-20 yrs,7,26138,19.0192813873291,0,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,26.78093147277832 +1993,10,0,all,21-24 yrs,34,44649,22.540908813476562,1,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,76.14952087402344 +1993,10,0,MVA,21-24 yrs,9,44649,22.540908813476562,1,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,20.1572265625 +1993,10,0,suicide,21-24 yrs,4,44649,22.540908813476562,1,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,8.95876693725586 +1993,10,0,homicide,21-24 yrs,4,44649,22.540908813476562,1,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,8.95876693725586 +1993,10,0,other external,21-24 yrs,4,44649,22.540908813476562,1,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,8.95876693725586 +1993,10,0,internal,21-24 yrs,13,44649,22.540908813476562,1,0.10827101022005081,1.4600000381469727,0.3499999940395355,0.949999988079071,2.759999990463257,29.11599349975586 +1994,10,0,MVA,15-17 yrs,3,26867,15.994751930236816,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,11.166114807128906 +1994,10,0,suicide,15-17 yrs,0,26867,15.994751930236816,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,0 +1994,10,0,homicide,15-17 yrs,1,26867,15.994751930236816,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,3.7220382690429688 +1994,10,0,other external,15-17 yrs,1,26867,15.994751930236816,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,3.7220382690429688 +1994,10,0,internal,15-17 yrs,6,26867,15.994751930236816,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,22.332229614257812 +1994,10,0,all,18-20 yrs,23,26374,19.010236740112305,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,87.20709991455078 +1994,10,0,MVA,18-20 yrs,8,26374,19.010236740112305,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,30.332902908325195 +1994,10,0,suicide,18-20 yrs,4,26374,19.010236740112305,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,15.166451454162598 +1994,10,0,homicide,18-20 yrs,2,26374,19.010236740112305,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,7.583225727081299 +1994,10,0,other external,18-20 yrs,6,26374,19.010236740112305,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,22.749677658081055 +1994,10,0,internal,18-20 yrs,3,26374,19.010236740112305,0,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,11.374838829040527 +1994,10,0,all,21-24 yrs,46,42348,22.62272071838379,1,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,108.62378692626953 +1994,10,0,MVA,21-24 yrs,12,42348,22.62272071838379,1,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,28.336639404296875 +1994,10,0,suicide,21-24 yrs,8,42348,22.62272071838379,1,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,18.89109230041504 +1994,10,0,homicide,21-24 yrs,6,42348,22.62272071838379,1,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,14.168319702148438 +1994,10,0,other external,21-24 yrs,7,42348,22.62272071838379,1,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,16.529706954956055 +1994,10,0,internal,21-24 yrs,13,42348,22.62272071838379,1,0.10556789487600327,1.4299999475479126,0.3799999952316284,0.949999988079071,2.759999990463257,30.698026657104492 +1995,10,0,MVA,15-17 yrs,5,27749,15.987639427185059,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,18.018667221069336 +1995,10,0,suicide,15-17 yrs,0,27749,15.987639427185059,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,0 +1995,10,0,homicide,15-17 yrs,2,27749,15.987639427185059,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,7.207467079162598 +1995,10,0,other external,15-17 yrs,3,27749,15.987639427185059,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,10.811200141906738 +1995,10,0,internal,15-17 yrs,6,27749,15.987639427185059,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,21.622400283813477 +1995,10,0,all,18-20 yrs,29,27408,19.008792877197266,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,105.80852508544922 +1995,10,0,MVA,18-20 yrs,8,27408,19.008792877197266,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,29.18855857849121 +1995,10,0,suicide,18-20 yrs,4,27408,19.008792877197266,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,14.594279289245605 +1995,10,0,homicide,18-20 yrs,4,27408,19.008792877197266,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,14.594279289245605 +1995,10,0,other external,18-20 yrs,5,27408,19.008792877197266,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,18.242849349975586 +1995,10,0,internal,18-20 yrs,8,27408,19.008792877197266,0,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,29.18855857849121 +1995,10,0,all,21-24 yrs,30,39643,22.635496139526367,1,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,75.67539978027344 +1995,10,0,MVA,21-24 yrs,12,39643,22.635496139526367,1,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,30.270160675048828 +1995,10,0,suicide,21-24 yrs,6,39643,22.635496139526367,1,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,15.135080337524414 +1995,10,0,homicide,21-24 yrs,2,39643,22.635496139526367,1,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,5.045026779174805 +1995,10,0,other external,21-24 yrs,3,39643,22.635496139526367,1,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,7.567540168762207 +1995,10,0,internal,21-24 yrs,7,39643,22.635496139526367,1,0.10265854001045227,1.2999999523162842,0.4000000059604645,0.9200000166893005,2.619999885559082,17.657594680786133 +1996,10,0,MVA,15-17 yrs,3,28624,16.005590438842773,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,10.48071575164795 +1996,10,0,suicide,15-17 yrs,3,28624,16.005590438842773,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,10.48071575164795 +1996,10,0,homicide,15-17 yrs,3,28624,16.005590438842773,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,10.48071575164795 +1996,10,0,other external,15-17 yrs,1,28624,16.005590438842773,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,3.4935717582702637 +1996,10,0,internal,15-17 yrs,6,28624,16.005590438842773,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,20.9614315032959 +1996,10,0,all,18-20 yrs,24,28123,19.00540542602539,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,85.33940124511719 +1996,10,0,MVA,18-20 yrs,14,28123,19.00540542602539,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,49.78131866455078 +1996,10,0,suicide,18-20 yrs,2,28123,19.00540542602539,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,7.111616611480713 +1996,10,0,homicide,18-20 yrs,2,28123,19.00540542602539,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,7.111616611480713 +1996,10,0,other external,18-20 yrs,3,28123,19.00540542602539,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,10.667425155639648 +1996,10,0,internal,18-20 yrs,3,28123,19.00540542602539,0,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,10.667425155639648 +1996,10,0,all,21-24 yrs,30,36984,22.55202293395996,1,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,81.11615753173828 +1996,10,0,MVA,21-24 yrs,11,36984,22.55202293395996,1,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,29.742591857910156 +1996,10,0,suicide,21-24 yrs,5,36984,22.55202293395996,1,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,13.519359588623047 +1996,10,0,homicide,21-24 yrs,2,36984,22.55202293395996,1,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,5.40774393081665 +1996,10,0,other external,21-24 yrs,5,36984,22.55202293395996,1,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,13.519359588623047 +1996,10,0,internal,21-24 yrs,7,36984,22.55202293395996,1,0.09971422702074051,1.3899999856948853,0.44999998807907104,0.9399999976158142,2.7799999713897705,18.92710304260254 +1970,11,1,MVA,15-17 yrs,7,35755,15.982352256774902,0,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,19.577680587768555 +1970,11,1,suicide,15-17 yrs,0,35755,15.982352256774902,0,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,0 +1970,11,1,homicide,15-17 yrs,6,35755,15.982352256774902,0,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,16.78087043762207 +1970,11,1,other external,15-17 yrs,6,35755,15.982352256774902,0,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,16.78087043762207 +1970,11,1,internal,15-17 yrs,30,35755,15.982352256774902,0,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,83.90435028076172 +1970,11,1,all,18-20 yrs,100,46360,19.048856735229492,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,215.70318603515625 +1970,11,1,MVA,18-20 yrs,15,46360,19.048856735229492,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,32.3554801940918 +1970,11,1,suicide,18-20 yrs,3,46360,19.048856735229492,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,6.471095561981201 +1970,11,1,homicide,18-20 yrs,15,46360,19.048856735229492,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,32.3554801940918 +1970,11,1,other external,18-20 yrs,25,46360,19.048856735229492,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,53.92579650878906 +1970,11,1,internal,18-20 yrs,42,46360,19.048856735229492,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,90.59534454345703 +1970,11,1,all,21-24 yrs,155,63264,22.4316349029541,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,245.0050506591797 +1970,11,1,MVA,21-24 yrs,14,63264,22.4316349029541,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,22.12948989868164 +1970,11,1,suicide,21-24 yrs,7,63264,22.4316349029541,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,11.06474494934082 +1970,11,1,homicide,21-24 yrs,39,63264,22.4316349029541,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,61.64643478393555 +1970,11,1,other external,21-24 yrs,29,63264,22.4316349029541,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,45.839656829833984 +1970,11,1,internal,21-24 yrs,66,63264,22.4316349029541,1,0.18706351518630981,1.3899999856948853,0.8199999928474426,4.440000057220459,6.639999866485596,104.32473754882812 +1971,11,1,MVA,15-17 yrs,6,36399,15.988378524780273,0,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,16.48396873474121 +1971,11,1,suicide,15-17 yrs,1,36399,15.988378524780273,0,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,2.747328281402588 +1971,11,1,homicide,15-17 yrs,15,36399,15.988378524780273,0,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,41.209922790527344 +1971,11,1,other external,15-17 yrs,9,36399,15.988378524780273,0,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,24.725954055786133 +1971,11,1,internal,15-17 yrs,23,36399,15.988378524780273,0,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,63.18854904174805 +1971,11,1,all,18-20 yrs,95,44698,19.052753448486328,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,212.5374755859375 +1971,11,1,MVA,18-20 yrs,9,44698,19.052753448486328,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,20.135129928588867 +1971,11,1,suicide,18-20 yrs,2,44698,19.052753448486328,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,4.474472999572754 +1971,11,1,homicide,18-20 yrs,20,44698,19.052753448486328,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,44.74473190307617 +1971,11,1,other external,18-20 yrs,26,44698,19.052753448486328,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,58.16815185546875 +1971,11,1,internal,18-20 yrs,38,44698,19.052753448486328,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,85.0149917602539 +1971,11,1,all,21-24 yrs,167,63636,22.545305252075195,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,262.4300842285156 +1971,11,1,MVA,21-24 yrs,18,63636,22.545305252075195,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,28.28587532043457 +1971,11,1,suicide,21-24 yrs,8,63636,22.545305252075195,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,12.571500778198242 +1971,11,1,homicide,21-24 yrs,38,63636,22.545305252075195,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,59.71462631225586 +1971,11,1,other external,21-24 yrs,26,63636,22.545305252075195,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,40.85737609863281 +1971,11,1,internal,21-24 yrs,77,63636,22.545305252075195,1,0.17921146750450134,1.3700000047683716,0.9100000262260437,4.449999809265137,6.739999771118164,121.00069427490234 +1972,11,1,MVA,15-17 yrs,8,36678,15.992610931396484,0,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,21.811439514160156 +1972,11,1,suicide,15-17 yrs,2,36678,15.992610931396484,0,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,5.452859878540039 +1972,11,1,homicide,15-17 yrs,8,36678,15.992610931396484,0,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,21.811439514160156 +1972,11,1,other external,15-17 yrs,8,36678,15.992610931396484,0,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,21.811439514160156 +1972,11,1,internal,15-17 yrs,14,36678,15.992610931396484,0,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,38.170021057128906 +1972,11,1,all,18-20 yrs,96,44661,19.025951385498047,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,214.95263671875 +1972,11,1,MVA,18-20 yrs,8,44661,19.025951385498047,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,17.9127197265625 +1972,11,1,suicide,18-20 yrs,2,44661,19.025951385498047,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,4.478179931640625 +1972,11,1,homicide,18-20 yrs,20,44661,19.025951385498047,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,44.78179931640625 +1972,11,1,other external,18-20 yrs,22,44661,19.025951385498047,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,49.259979248046875 +1972,11,1,internal,18-20 yrs,44,44661,19.025951385498047,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,98.51995849609375 +1972,11,1,all,21-24 yrs,136,61185,22.513639450073242,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,222.27670288085938 +1972,11,1,MVA,21-24 yrs,8,61185,22.513639450073242,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,13.07509994506836 +1972,11,1,suicide,21-24 yrs,8,61185,22.513639450073242,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,13.07509994506836 +1972,11,1,homicide,21-24 yrs,30,61185,22.513639450073242,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,49.03162384033203 +1972,11,1,other external,21-24 yrs,46,61185,22.513639450073242,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,75.18182373046875 +1972,11,1,internal,21-24 yrs,44,61185,22.513639450073242,1,0.17363791167736053,1.340000033378601,0.8899999856948853,4.159999847412109,6.400000095367432,71.91304779052734 +1973,11,1,MVA,15-17 yrs,6,36823,15.995030403137207,0,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,16.294164657592773 +1973,11,1,suicide,15-17 yrs,1,36823,15.995030403137207,0,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,2.715693950653076 +1973,11,1,homicide,15-17 yrs,2,36823,15.995030403137207,0,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,5.431387901306152 +1973,11,1,other external,15-17 yrs,4,36823,15.995030403137207,0,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,10.862775802612305 +1973,11,1,internal,15-17 yrs,16,36823,15.995030403137207,0,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,43.45110321044922 +1973,11,1,all,18-20 yrs,69,44998,19.010801315307617,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,153.34014892578125 +1973,11,1,MVA,18-20 yrs,13,44998,19.010801315307617,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,28.890172958374023 +1973,11,1,suicide,18-20 yrs,1,44998,19.010801315307617,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,2.222321033477783 +1973,11,1,homicide,18-20 yrs,19,44998,19.010801315307617,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,42.224098205566406 +1973,11,1,other external,18-20 yrs,7,44998,19.010801315307617,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,15.556246757507324 +1973,11,1,internal,18-20 yrs,29,44998,19.010801315307617,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,64.44731140136719 +1973,11,1,all,21-24 yrs,117,58429,22.509096145629883,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,200.24302673339844 +1973,11,1,MVA,21-24 yrs,5,58429,22.509096145629883,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,8.557394027709961 +1973,11,1,suicide,21-24 yrs,12,58429,22.509096145629883,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,20.53774642944336 +1973,11,1,homicide,21-24 yrs,41,58429,22.509096145629883,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,70.1706314086914 +1973,11,1,other external,21-24 yrs,15,58429,22.509096145629883,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,25.672183990478516 +1973,11,1,internal,21-24 yrs,44,58429,22.509096145629883,1,0.16346991062164307,1.3899999856948853,0.9200000166893005,3.890000104904175,6.210000038146973,75.30506896972656 +1974,11,1,MVA,15-17 yrs,6,36760,16.000816345214844,0,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,16.32209014892578 +1974,11,1,suicide,15-17 yrs,2,36760,16.000816345214844,0,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,5.4406962394714355 +1974,11,1,homicide,15-17 yrs,11,36760,16.000816345214844,0,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,29.923830032348633 +1974,11,1,other external,15-17 yrs,4,36760,16.000816345214844,0,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,10.881392478942871 +1974,11,1,internal,15-17 yrs,13,36760,16.000816345214844,0,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,35.364524841308594 +1974,11,1,all,18-20 yrs,58,45126,19.006824493408203,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,128.5290069580078 +1974,11,1,MVA,18-20 yrs,8,45126,19.006824493408203,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,17.728139877319336 +1974,11,1,suicide,18-20 yrs,6,45126,19.006824493408203,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,13.296104431152344 +1974,11,1,homicide,18-20 yrs,14,45126,19.006824493408203,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,31.024242401123047 +1974,11,1,other external,18-20 yrs,10,45126,19.006824493408203,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,22.160173416137695 +1974,11,1,internal,18-20 yrs,20,45126,19.006824493408203,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,44.32034683227539 +1974,11,1,all,21-24 yrs,131,55905,22.496789932250977,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,234.3260955810547 +1974,11,1,MVA,21-24 yrs,17,55905,22.496789932250977,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,30.408729553222656 +1974,11,1,suicide,21-24 yrs,9,55905,22.496789932250977,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,16.098739624023438 +1974,11,1,homicide,21-24 yrs,42,55905,22.496789932250977,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,75.12744903564453 +1974,11,1,other external,21-24 yrs,12,55905,22.496789932250977,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,21.464984893798828 +1974,11,1,internal,21-24 yrs,51,55905,22.496789932250977,1,0.1472223997116089,1.3899999856948853,0.8899999856948853,3.759999990463257,6.039999961853027,91.22618865966797 +1975,11,1,MVA,15-17 yrs,2,36533,16.005064010620117,0,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,5.4745025634765625 +1975,11,1,suicide,15-17 yrs,1,36533,16.005064010620117,0,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,2.7372512817382812 +1975,11,1,homicide,15-17 yrs,7,36533,16.005064010620117,0,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,19.16075897216797 +1975,11,1,other external,15-17 yrs,3,36533,16.005064010620117,0,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,8.211753845214844 +1975,11,1,internal,15-17 yrs,16,36533,16.005064010620117,0,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,43.7960205078125 +1975,11,1,all,18-20 yrs,70,45582,19.00204086303711,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,153.56939697265625 +1975,11,1,MVA,18-20 yrs,6,45582,19.00204086303711,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,13.163090705871582 +1975,11,1,suicide,18-20 yrs,7,45582,19.00204086303711,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,15.356939315795898 +1975,11,1,homicide,18-20 yrs,16,45582,19.00204086303711,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,35.1015739440918 +1975,11,1,other external,18-20 yrs,9,45582,19.00204086303711,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,19.74463653564453 +1975,11,1,internal,18-20 yrs,32,45582,19.00204086303711,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,70.2031478881836 +1975,11,1,all,21-24 yrs,119,55396,22.4885196685791,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,214.81695556640625 +1975,11,1,MVA,21-24 yrs,10,55396,22.4885196685791,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,18.05184555053711 +1975,11,1,suicide,21-24 yrs,10,55396,22.4885196685791,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,18.05184555053711 +1975,11,1,homicide,21-24 yrs,35,55396,22.4885196685791,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,63.18145751953125 +1975,11,1,other external,21-24 yrs,17,55396,22.4885196685791,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,30.68813705444336 +1975,11,1,internal,21-24 yrs,47,55396,22.4885196685791,1,0.1349082589149475,1.3700000047683716,0.9200000166893005,3.7100000381469727,6,84.84367370605469 +1976,11,1,MVA,15-17 yrs,2,35798,16.01315689086914,0,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,5.586904525756836 +1976,11,1,suicide,15-17 yrs,1,35798,16.01315689086914,0,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,2.793452262878418 +1976,11,1,homicide,15-17 yrs,7,35798,16.01315689086914,0,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,19.55416488647461 +1976,11,1,other external,15-17 yrs,1,35798,16.01315689086914,0,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,2.793452262878418 +1976,11,1,internal,15-17 yrs,13,35798,16.01315689086914,0,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,36.314876556396484 +1976,11,1,all,18-20 yrs,50,45960,18.998672485351562,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,108.79025268554688 +1976,11,1,MVA,18-20 yrs,6,45960,18.998672485351562,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,13.054830551147461 +1976,11,1,suicide,18-20 yrs,3,45960,18.998672485351562,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,6.5274152755737305 +1976,11,1,homicide,18-20 yrs,17,45960,18.998672485351562,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,36.988685607910156 +1976,11,1,other external,18-20 yrs,6,45960,18.998672485351562,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,13.054830551147461 +1976,11,1,internal,18-20 yrs,18,45960,18.998672485351562,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,39.16448974609375 +1976,11,1,all,21-24 yrs,101,55157,22.467357635498047,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,183.11366271972656 +1976,11,1,MVA,21-24 yrs,8,55157,22.467357635498047,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,14.50405216217041 +1976,11,1,suicide,21-24 yrs,14,55157,22.467357635498047,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,25.382091522216797 +1976,11,1,homicide,21-24 yrs,29,55157,22.467357635498047,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,52.57719039916992 +1976,11,1,other external,21-24 yrs,7,55157,22.467357635498047,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,12.691045761108398 +1976,11,1,internal,21-24 yrs,43,55157,22.467357635498047,1,0.12755824625492096,1.340000033378601,0.9399999976158142,3.569999933242798,5.860000133514404,77.95928192138672 +1977,11,1,MVA,15-17 yrs,4,34579,16.024465560913086,0,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,11.56771469116211 +1977,11,1,suicide,15-17 yrs,2,34579,16.024465560913086,0,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,5.783857345581055 +1977,11,1,homicide,15-17 yrs,6,34579,16.024465560913086,0,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,17.351572036743164 +1977,11,1,other external,15-17 yrs,2,34579,16.024465560913086,0,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,5.783857345581055 +1977,11,1,internal,15-17 yrs,15,34579,16.024465560913086,0,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,43.378929138183594 +1977,11,1,all,18-20 yrs,65,45605,18.99776268005371,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,142.52822875976562 +1977,11,1,MVA,18-20 yrs,9,45605,18.99776268005371,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,19.734678268432617 +1977,11,1,suicide,18-20 yrs,8,45605,18.99776268005371,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,17.54193687438965 +1977,11,1,homicide,18-20 yrs,13,45605,18.99776268005371,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,28.505645751953125 +1977,11,1,other external,18-20 yrs,7,45605,18.99776268005371,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,15.349194526672363 +1977,11,1,internal,18-20 yrs,28,45605,18.99776268005371,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,61.39677810668945 +1977,11,1,all,21-24 yrs,88,55160,22.47075843811035,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,159.535888671875 +1977,11,1,MVA,21-24 yrs,5,55160,22.47075843811035,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,9.064539909362793 +1977,11,1,suicide,21-24 yrs,10,55160,22.47075843811035,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,18.129079818725586 +1977,11,1,homicide,21-24 yrs,23,55160,22.47075843811035,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,41.69688034057617 +1977,11,1,other external,21-24 yrs,11,55160,22.47075843811035,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,19.941986083984375 +1977,11,1,internal,21-24 yrs,39,55160,22.47075843811035,1,0.11977004259824753,1.3899999856948853,0.8899999856948853,3.259999990463257,5.53000020980835,70.70340728759766 +1978,11,1,MVA,15-17 yrs,2,33496,16.020748138427734,0,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,5.97086238861084 +1978,11,1,suicide,15-17 yrs,0,33496,16.020748138427734,0,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,0 +1978,11,1,homicide,15-17 yrs,2,33496,16.020748138427734,0,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,5.97086238861084 +1978,11,1,other external,15-17 yrs,2,33496,16.020748138427734,0,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,5.97086238861084 +1978,11,1,internal,15-17 yrs,19,33496,16.020748138427734,0,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,56.72319030761719 +1978,11,1,all,18-20 yrs,37,45461,18.99520492553711,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,81.38844299316406 +1978,11,1,MVA,18-20 yrs,4,45461,18.99520492553711,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,8.798750877380371 +1978,11,1,suicide,18-20 yrs,1,45461,18.99520492553711,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,2.1996877193450928 +1978,11,1,homicide,18-20 yrs,9,45461,18.99520492553711,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,19.797189712524414 +1978,11,1,other external,18-20 yrs,3,45461,18.99520492553711,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,6.599062919616699 +1978,11,1,internal,18-20 yrs,20,45461,18.99520492553711,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,43.993751525878906 +1978,11,1,all,21-24 yrs,92,55636,22.478557586669922,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,165.36056518554688 +1978,11,1,MVA,21-24 yrs,7,55636,22.478557586669922,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,12.581781387329102 +1978,11,1,suicide,21-24 yrs,6,55636,22.478557586669922,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,10.784383773803711 +1978,11,1,homicide,21-24 yrs,20,55636,22.478557586669922,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,35.94794845581055 +1978,11,1,other external,21-24 yrs,7,55636,22.478557586669922,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,12.581781387329102 +1978,11,1,internal,21-24 yrs,52,55636,22.478557586669922,1,0.11132001131772995,1.4299999475479126,0.9399999976158142,3.140000104904175,5.510000228881836,93.46466064453125 +1979,11,1,MVA,15-17 yrs,3,32371,16.01535415649414,0,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,9.26755428314209 +1979,11,1,suicide,15-17 yrs,0,32371,16.01535415649414,0,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,0 +1979,11,1,homicide,15-17 yrs,6,32371,16.01535415649414,0,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,18.53510856628418 +1979,11,1,other external,15-17 yrs,4,32371,16.01535415649414,0,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,12.356739044189453 +1979,11,1,internal,15-17 yrs,19,32371,16.01535415649414,0,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,58.69451141357422 +1979,11,1,all,18-20 yrs,50,44710,18.995616912841797,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,111.83180236816406 +1979,11,1,MVA,18-20 yrs,4,44710,18.995616912841797,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,8.946544647216797 +1979,11,1,suicide,18-20 yrs,3,44710,18.995616912841797,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,6.709908485412598 +1979,11,1,homicide,18-20 yrs,19,44710,18.995616912841797,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,42.49608612060547 +1979,11,1,other external,18-20 yrs,8,44710,18.995616912841797,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,17.893089294433594 +1979,11,1,internal,18-20 yrs,16,44710,18.995616912841797,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,35.78617858886719 +1979,11,1,all,21-24 yrs,79,55576,22.48501205444336,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,142.14768981933594 +1979,11,1,MVA,21-24 yrs,7,55576,22.48501205444336,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,12.595364570617676 +1979,11,1,suicide,21-24 yrs,8,55576,22.48501205444336,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,14.394702911376953 +1979,11,1,homicide,21-24 yrs,19,55576,22.48501205444336,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,34.18741989135742 +1979,11,1,other external,21-24 yrs,13,55576,22.48501205444336,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,23.39139175415039 +1979,11,1,internal,21-24 yrs,32,55576,22.48501205444336,1,0.09997333586215973,1.4800000190734863,0.9900000095367432,3.0299999713897705,5.489999771118164,57.57881164550781 +1980,11,1,MVA,15-17 yrs,3,30116,16.033403396606445,0,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,9.961482048034668 +1980,11,1,suicide,15-17 yrs,5,30116,16.033403396606445,0,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,16.60247039794922 +1980,11,1,homicide,15-17 yrs,9,30116,16.033403396606445,0,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,29.88444709777832 +1980,11,1,other external,15-17 yrs,5,30116,16.033403396606445,0,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,16.60247039794922 +1980,11,1,internal,15-17 yrs,13,30116,16.033403396606445,0,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,43.16642379760742 +1980,11,1,all,18-20 yrs,42,40707,19.04384994506836,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,103.17636108398438 +1980,11,1,MVA,18-20 yrs,6,40707,19.04384994506836,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,14.739480018615723 +1980,11,1,suicide,18-20 yrs,5,40707,19.04384994506836,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,12.282899856567383 +1980,11,1,homicide,18-20 yrs,19,40707,19.04384994506836,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,46.675018310546875 +1980,11,1,other external,18-20 yrs,3,40707,19.04384994506836,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,7.369740009307861 +1980,11,1,internal,18-20 yrs,9,40707,19.04384994506836,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,22.10921859741211 +1980,11,1,all,21-24 yrs,105,56117,22.49897575378418,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,187.10906982421875 +1980,11,1,MVA,21-24 yrs,12,56117,22.49897575378418,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,21.383893966674805 +1980,11,1,suicide,21-24 yrs,8,56117,22.49897575378418,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,14.255929946899414 +1980,11,1,homicide,21-24 yrs,31,56117,22.49897575378418,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,55.24172592163086 +1980,11,1,other external,21-24 yrs,7,56117,22.49897575378418,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,12.47393798828125 +1980,11,1,internal,21-24 yrs,47,56117,22.49897575378418,1,0.08808330446481705,1.4900000095367432,0.9900000095367432,2.940000057220459,5.420000076293945,83.75358581542969 +1981,11,1,MVA,15-17 yrs,4,28712,16.040748596191406,0,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,13.93145751953125 +1981,11,1,suicide,15-17 yrs,0,28712,16.040748596191406,0,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,0 +1981,11,1,homicide,15-17 yrs,4,28712,16.040748596191406,0,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,13.93145751953125 +1981,11,1,other external,15-17 yrs,2,28712,16.040748596191406,0,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,6.965728759765625 +1981,11,1,internal,15-17 yrs,18,28712,16.040748596191406,0,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,62.691558837890625 +1981,11,1,all,18-20 yrs,63,38635,19.107622146606445,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,163.0645751953125 +1981,11,1,MVA,18-20 yrs,14,38635,19.107622146606445,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,36.236572265625 +1981,11,1,suicide,18-20 yrs,2,38635,19.107622146606445,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,5.1766533851623535 +1981,11,1,homicide,18-20 yrs,17,38635,19.107622146606445,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,44.00155258178711 +1981,11,1,other external,18-20 yrs,8,38635,19.107622146606445,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,20.706613540649414 +1981,11,1,internal,18-20 yrs,22,38635,19.107622146606445,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,56.94318771362305 +1981,11,1,all,21-24 yrs,103,57621,22.5150203704834,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,178.7542724609375 +1981,11,1,MVA,21-24 yrs,11,57621,22.5150203704834,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,19.090261459350586 +1981,11,1,suicide,21-24 yrs,7,57621,22.5150203704834,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,12.148348808288574 +1981,11,1,homicide,21-24 yrs,34,57621,22.5150203704834,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,59.006263732910156 +1981,11,1,other external,21-24 yrs,9,57621,22.5150203704834,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,15.619305610656738 +1981,11,1,internal,21-24 yrs,42,57621,22.5150203704834,1,0.07984668761491776,1.5,1.059999942779541,2.9200000762939453,5.489999771118164,72.89009094238281 +1982,11,1,MVA,15-17 yrs,7,26952,16.038921356201172,0,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,25.97209930419922 +1982,11,1,suicide,15-17 yrs,0,26952,16.038921356201172,0,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,0 +1982,11,1,homicide,15-17 yrs,5,26952,16.038921356201172,0,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,18.551498413085938 +1982,11,1,other external,15-17 yrs,4,26952,16.038921356201172,0,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,14.841198921203613 +1982,11,1,internal,15-17 yrs,15,26952,16.038921356201172,0,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,55.65449523925781 +1982,11,1,all,18-20 yrs,43,35701,19.080474853515625,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,120.44480895996094 +1982,11,1,MVA,18-20 yrs,4,35701,19.080474853515625,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,11.204168319702148 +1982,11,1,suicide,18-20 yrs,5,35701,19.080474853515625,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,14.005209922790527 +1982,11,1,homicide,18-20 yrs,16,35701,19.080474853515625,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,44.816673278808594 +1982,11,1,other external,18-20 yrs,5,35701,19.080474853515625,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,14.005209922790527 +1982,11,1,internal,18-20 yrs,13,35701,19.080474853515625,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,36.41354751586914 +1982,11,1,all,21-24 yrs,92,59210,22.498395919799805,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,155.37916564941406 +1982,11,1,MVA,21-24 yrs,3,59210,22.498395919799805,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,5.066711902618408 +1982,11,1,suicide,21-24 yrs,11,59210,22.498395919799805,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,18.577943801879883 +1982,11,1,homicide,21-24 yrs,25,59210,22.498395919799805,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,42.222599029541016 +1982,11,1,other external,21-24 yrs,14,59210,22.498395919799805,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,23.644655227661133 +1982,11,1,internal,21-24 yrs,39,59210,22.498395919799805,1,0.07521310448646545,1.4800000190734863,1,2.9100000858306885,5.389999866485596,65.86724853515625 +1983,11,1,MVA,15-17 yrs,4,25453,16.046634674072266,0,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,15.715239524841309 +1983,11,1,suicide,15-17 yrs,2,25453,16.046634674072266,0,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,7.857619762420654 +1983,11,1,homicide,15-17 yrs,7,25453,16.046634674072266,0,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,27.50166893005371 +1983,11,1,other external,15-17 yrs,5,25453,16.046634674072266,0,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,19.64405059814453 +1983,11,1,internal,15-17 yrs,9,25453,16.046634674072266,0,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,35.359291076660156 +1983,11,1,all,18-20 yrs,58,33770,19.054574966430664,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,171.7500762939453 +1983,11,1,MVA,18-20 yrs,10,33770,19.054574966430664,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,29.61208152770996 +1983,11,1,suicide,18-20 yrs,2,33770,19.054574966430664,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,5.9224162101745605 +1983,11,1,homicide,18-20 yrs,17,33770,19.054574966430664,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,50.340538024902344 +1983,11,1,other external,18-20 yrs,7,33770,19.054574966430664,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,20.728456497192383 +1983,11,1,internal,18-20 yrs,22,33770,19.054574966430664,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,65.1465835571289 +1983,11,1,all,21-24 yrs,92,59246,22.542905807495117,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,155.2847442626953 +1983,11,1,MVA,21-24 yrs,11,59246,22.542905807495117,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,18.566654205322266 +1983,11,1,suicide,21-24 yrs,14,59246,22.542905807495117,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,23.630287170410156 +1983,11,1,homicide,21-24 yrs,30,59246,22.542905807495117,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,50.636329650878906 +1983,11,1,other external,21-24 yrs,14,59246,22.542905807495117,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,23.630287170410156 +1983,11,1,internal,21-24 yrs,23,59246,22.542905807495117,1,0.07287213206291199,1.5499999523162842,1.0800000429153442,2.7899999618530273,5.409999847412109,38.82118606567383 +1984,11,1,MVA,15-17 yrs,4,24583,16.034860610961914,0,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,16.271406173706055 +1984,11,1,suicide,15-17 yrs,2,24583,16.034860610961914,0,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,8.135703086853027 +1984,11,1,homicide,15-17 yrs,6,24583,16.034860610961914,0,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,24.4071102142334 +1984,11,1,other external,15-17 yrs,1,24583,16.034860610961914,0,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,4.067851543426514 +1984,11,1,internal,15-17 yrs,17,24583,16.034860610961914,0,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,69.15348052978516 +1984,11,1,all,18-20 yrs,62,33397,19.065933227539062,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,185.64541625976562 +1984,11,1,MVA,18-20 yrs,17,33397,19.065933227539062,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,50.902774810791016 +1984,11,1,suicide,18-20 yrs,5,33397,19.065933227539062,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,14.971405029296875 +1984,11,1,homicide,18-20 yrs,19,33397,19.065933227539062,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,56.89133834838867 +1984,11,1,other external,18-20 yrs,12,33397,19.065933227539062,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,35.93136978149414 +1984,11,1,internal,18-20 yrs,9,33397,19.065933227539062,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,26.948528289794922 +1984,11,1,all,21-24 yrs,100,57709,22.607755661010742,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,173.283203125 +1984,11,1,MVA,21-24 yrs,10,57709,22.607755661010742,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,17.328319549560547 +1984,11,1,suicide,21-24 yrs,13,57709,22.607755661010742,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,22.52681541442871 +1984,11,1,homicide,21-24 yrs,31,57709,22.607755661010742,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,53.71779251098633 +1984,11,1,other external,21-24 yrs,12,57709,22.607755661010742,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,20.793983459472656 +1984,11,1,internal,21-24 yrs,34,57709,22.607755661010742,1,0.06985624879598618,1.559999942779541,1.1100000143051147,2.680000066757202,5.340000152587891,58.91628646850586 +1985,11,1,MVA,15-17 yrs,3,24722,16.00452995300293,0,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,12.134940147399902 +1985,11,1,suicide,15-17 yrs,1,24722,16.00452995300293,0,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,4.044980049133301 +1985,11,1,homicide,15-17 yrs,4,24722,16.00452995300293,0,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,16.179920196533203 +1985,11,1,other external,15-17 yrs,1,24722,16.00452995300293,0,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,4.044980049133301 +1985,11,1,internal,15-17 yrs,9,24722,16.00452995300293,0,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,36.404823303222656 +1985,11,1,all,18-20 yrs,44,32679,19.060956954956055,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,134.64303588867188 +1985,11,1,MVA,18-20 yrs,12,32679,19.060956954956055,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,36.720829010009766 +1985,11,1,suicide,18-20 yrs,3,32679,19.060956954956055,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,9.180207252502441 +1985,11,1,homicide,18-20 yrs,14,32679,19.060956954956055,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,42.84096908569336 +1985,11,1,other external,18-20 yrs,5,32679,19.060956954956055,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,15.300345420837402 +1985,11,1,internal,18-20 yrs,10,32679,19.060956954956055,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,30.600690841674805 +1985,11,1,all,21-24 yrs,93,55532,22.633508682250977,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,167.47100830078125 +1985,11,1,MVA,21-24 yrs,14,55532,22.633508682250977,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,25.210689544677734 +1985,11,1,suicide,21-24 yrs,7,55532,22.633508682250977,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,12.605344772338867 +1985,11,1,homicide,21-24 yrs,20,55532,22.633508682250977,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,36.0152702331543 +1985,11,1,other external,21-24 yrs,15,55532,22.633508682250977,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,27.01145362854004 +1985,11,1,internal,21-24 yrs,37,55532,22.633508682250977,1,0.06745412945747375,1.4900000095367432,1.0299999713897705,2.4200000762939453,4.940000057220459,66.62825012207031 +1986,11,0.9906046390533447,MVA,15-17 yrs,2,25602,15.99668025970459,0,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,7.8118896484375 +1986,11,0.9906046390533447,suicide,15-17 yrs,2,25602,15.99668025970459,0,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,7.8118896484375 +1986,11,0.9906046390533447,homicide,15-17 yrs,8,25602,15.99668025970459,0,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,31.24755859375 +1986,11,0.9906046390533447,other external,15-17 yrs,4,25602,15.99668025970459,0,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,15.623779296875 +1986,11,0.9906046390533447,internal,15-17 yrs,19,25602,15.99668025970459,0,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,74.21295166015625 +1986,11,0.9906046390533447,all,18-20 yrs,48,32537,19.066692352294922,0.9906046390533447,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,147.52435302734375 +1986,11,0.9906046390533447,MVA,18-20 yrs,7,32537,19.066692352294922,0.9906046390533447,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,21.51396942138672 +1986,11,0.9906046390533447,suicide,18-20 yrs,6,32537,19.066692352294922,0.9906046390533447,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,18.44054412841797 +1986,11,0.9906046390533447,homicide,18-20 yrs,13,32537,19.066692352294922,0.9906046390533447,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,39.95451354980469 +1986,11,0.9906046390533447,other external,18-20 yrs,6,32537,19.066692352294922,0.9906046390533447,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,18.44054412841797 +1986,11,0.9906046390533447,internal,18-20 yrs,16,32537,19.066692352294922,0.9906046390533447,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,49.17478561401367 +1986,11,0.9906046390533447,all,21-24 yrs,105,52564,22.590499877929688,1,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,199.75648498535156 +1986,11,0.9906046390533447,MVA,21-24 yrs,9,52564,22.590499877929688,1,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,17.121984481811523 +1986,11,0.9906046390533447,suicide,21-24 yrs,10,52564,22.590499877929688,1,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,19.02442741394043 +1986,11,0.9906046390533447,homicide,21-24 yrs,28,52564,22.590499877929688,1,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,53.26839828491211 +1986,11,0.9906046390533447,other external,21-24 yrs,10,52564,22.590499877929688,1,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,19.02442741394043 +1986,11,0.9906046390533447,internal,21-24 yrs,48,52564,22.590499877929688,1,0.06622321903705597,1.5199999809265137,1.0399999618530273,2.190000057220459,4.75,91.31725311279297 +1987,11,0.773251473903656,MVA,15-17 yrs,6,25350,16.046035766601562,0,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,23.668638229370117 +1987,11,0.773251473903656,suicide,15-17 yrs,2,25350,16.046035766601562,0,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,7.8895463943481445 +1987,11,0.773251473903656,homicide,15-17 yrs,12,25350,16.046035766601562,0,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,47.337276458740234 +1987,11,0.773251473903656,other external,15-17 yrs,2,25350,16.046035766601562,0,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,7.8895463943481445 +1987,11,0.773251473903656,internal,15-17 yrs,14,25350,16.046035766601562,0,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,55.22682571411133 +1987,11,0.773251473903656,all,18-20 yrs,61,32613,19.055959701538086,0.773251473903656,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,187.04197692871094 +1987,11,0.773251473903656,MVA,18-20 yrs,11,32613,19.055959701538086,0.773251473903656,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,33.7288818359375 +1987,11,0.773251473903656,suicide,18-20 yrs,2,32613,19.055959701538086,0.773251473903656,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,6.132524013519287 +1987,11,0.773251473903656,homicide,18-20 yrs,22,32613,19.055959701538086,0.773251473903656,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,67.457763671875 +1987,11,0.773251473903656,other external,18-20 yrs,2,32613,19.055959701538086,0.773251473903656,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,6.132524013519287 +1987,11,0.773251473903656,internal,18-20 yrs,24,32613,19.055959701538086,0.773251473903656,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,73.59028625488281 +1987,11,0.773251473903656,all,21-24 yrs,128,50433,22.55158233642578,1,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,253.8020782470703 +1987,11,0.773251473903656,MVA,21-24 yrs,13,50433,22.55158233642578,1,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,25.77677345275879 +1987,11,0.773251473903656,suicide,21-24 yrs,8,50433,22.55158233642578,1,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,15.862629890441895 +1987,11,0.773251473903656,homicide,21-24 yrs,41,50433,22.55158233642578,1,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,81.29597473144531 +1987,11,0.773251473903656,other external,21-24 yrs,14,50433,22.55158233642578,1,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,27.759601593017578 +1987,11,0.773251473903656,internal,21-24 yrs,52,50433,22.55158233642578,1,0.06389141082763672,1.4800000190734863,1,2.369999885559082,4.849999904632568,103.10709381103516 +1988,11,0.42791441082954407,MVA,15-17 yrs,10,23703,16.095516204833984,0,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,42.188751220703125 +1988,11,0.42791441082954407,suicide,15-17 yrs,0,23703,16.095516204833984,0,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,0 +1988,11,0.42791441082954407,homicide,15-17 yrs,18,23703,16.095516204833984,0,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,75.93975067138672 +1988,11,0.42791441082954407,other external,15-17 yrs,3,23703,16.095516204833984,0,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,12.656625747680664 +1988,11,0.42791441082954407,internal,15-17 yrs,13,23703,16.095516204833984,0,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,54.84537887573242 +1988,11,0.42791441082954407,all,18-20 yrs,80,33459,19.030275344848633,0.42791441082954407,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,239.09860229492188 +1988,11,0.42791441082954407,MVA,18-20 yrs,11,33459,19.030275344848633,0.42791441082954407,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,32.87605667114258 +1988,11,0.42791441082954407,suicide,18-20 yrs,2,33459,19.030275344848633,0.42791441082954407,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,5.9774651527404785 +1988,11,0.42791441082954407,homicide,18-20 yrs,42,33459,19.030275344848633,0.42791441082954407,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,125.52676391601562 +1988,11,0.42791441082954407,other external,18-20 yrs,5,33459,19.030275344848633,0.42791441082954407,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,14.943662643432617 +1988,11,0.42791441082954407,internal,18-20 yrs,20,33459,19.030275344848633,0.42791441082954407,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,59.77465057373047 +1988,11,0.42791441082954407,all,21-24 yrs,150,49495,22.55302619934082,1,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,303.0609130859375 +1988,11,0.42791441082954407,MVA,21-24 yrs,13,49495,22.55302619934082,1,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,26.26527976989746 +1988,11,0.42791441082954407,suicide,21-24 yrs,6,49495,22.55302619934082,1,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,12.1224365234375 +1988,11,0.42791441082954407,homicide,21-24 yrs,84,49495,22.55302619934082,1,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,169.714111328125 +1988,11,0.42791441082954407,other external,21-24 yrs,7,49495,22.55302619934082,1,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,14.142842292785645 +1988,11,0.42791441082954407,internal,21-24 yrs,40,49495,22.55302619934082,1,0.061353035271167755,1.4700000286102295,0.9900000095367432,2.0199999809265137,4.480000019073486,80.81624603271484 +1989,11,0.09417500346899033,MVA,15-17 yrs,5,21361,16.091053009033203,0,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,23.40714454650879 +1989,11,0.09417500346899033,suicide,15-17 yrs,2,21361,16.091053009033203,0,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,9.362857818603516 +1989,11,0.09417500346899033,homicide,15-17 yrs,33,21361,16.091053009033203,0,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,154.48715209960938 +1989,11,0.09417500346899033,other external,15-17 yrs,3,21361,16.091053009033203,0,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,14.044286727905273 +1989,11,0.09417500346899033,internal,15-17 yrs,6,21361,16.091053009033203,0,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,28.088573455810547 +1989,11,0.09417500346899033,all,18-20 yrs,100,35143,19.026777267456055,0.09417500346899033,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,284.55169677734375 +1989,11,0.09417500346899033,MVA,18-20 yrs,12,35143,19.026777267456055,0.09417500346899033,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,34.146202087402344 +1989,11,0.09417500346899033,suicide,18-20 yrs,2,35143,19.026777267456055,0.09417500346899033,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,5.691033840179443 +1989,11,0.09417500346899033,homicide,18-20 yrs,70,35143,19.026777267456055,0.09417500346899033,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,199.18618774414062 +1989,11,0.09417500346899033,other external,18-20 yrs,6,35143,19.026777267456055,0.09417500346899033,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,17.073101043701172 +1989,11,0.09417500346899033,internal,18-20 yrs,10,35143,19.026777267456055,0.09417500346899033,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,28.455169677734375 +1989,11,0.09417500346899033,all,21-24 yrs,148,48289,22.543601989746094,1,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,306.4880065917969 +1989,11,0.09417500346899033,MVA,21-24 yrs,12,48289,22.543601989746094,1,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,24.850379943847656 +1989,11,0.09417500346899033,suicide,21-24 yrs,5,48289,22.543601989746094,1,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,10.354325294494629 +1989,11,0.09417500346899033,homicide,21-24 yrs,72,48289,22.543601989746094,1,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,149.10227966308594 +1989,11,0.09417500346899033,other external,21-24 yrs,9,48289,22.543601989746094,1,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,18.637784957885742 +1989,11,0.09417500346899033,internal,21-24 yrs,50,48289,22.543601989746094,1,0.07258065044879913,1.4900000095367432,0.8799999952316284,1.850000023841858,4.21999979019165,103.54325103759766 +1990,11,0,MVA,15-17 yrs,6,17947,16.096227645874023,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,33.43177032470703 +1990,11,0,suicide,15-17 yrs,1,17947,16.096227645874023,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,5.571961879730225 +1990,11,0,homicide,15-17 yrs,30,17947,16.096227645874023,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,167.1588592529297 +1990,11,0,other external,15-17 yrs,3,17947,16.096227645874023,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,16.715885162353516 +1990,11,0,internal,15-17 yrs,10,17947,16.096227645874023,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,55.71961975097656 +1990,11,0,all,18-20 yrs,116,34901,19.093435287475586,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,332.36871337890625 +1990,11,0,MVA,18-20 yrs,9,34901,19.093435287475586,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,25.787227630615234 +1990,11,0,suicide,18-20 yrs,2,34901,19.093435287475586,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,5.730494976043701 +1990,11,0,homicide,18-20 yrs,83,34901,19.093435287475586,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,237.81553649902344 +1990,11,0,other external,18-20 yrs,5,34901,19.093435287475586,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,14.326236724853516 +1990,11,0,internal,18-20 yrs,17,34901,19.093435287475586,0,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,48.709205627441406 +1990,11,0,all,21-24 yrs,145,47885,22.527576446533203,1,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,302.8088073730469 +1990,11,0,MVA,21-24 yrs,9,47885,22.527576446533203,1,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,18.79503059387207 +1990,11,0,suicide,21-24 yrs,3,47885,22.527576446533203,1,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,6.265009880065918 +1990,11,0,homicide,21-24 yrs,85,47885,22.527576446533203,1,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,177.5086212158203 +1990,11,0,other external,21-24 yrs,6,47885,22.527576446533203,1,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,12.530019760131836 +1990,11,0,internal,21-24 yrs,42,47885,22.527576446533203,1,0.06885998696088791,1.4199999570846558,0.7599999904632568,1.9600000381469727,4.139999866485596,87.71013641357422 +1991,11,0,MVA,15-17 yrs,7,16406,16.042850494384766,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,42.66731643676758 +1991,11,0,suicide,15-17 yrs,4,16406,16.042850494384766,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,24.381324768066406 +1991,11,0,homicide,15-17 yrs,36,16406,16.042850494384766,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,219.43191528320312 +1991,11,0,other external,15-17 yrs,4,16406,16.042850494384766,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,24.381324768066406 +1991,11,0,internal,15-17 yrs,8,16406,16.042850494384766,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,48.76264953613281 +1991,11,0,all,18-20 yrs,118,28980,19.1937198638916,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,407.1773681640625 +1991,11,0,MVA,18-20 yrs,9,28980,19.1937198638916,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,31.05590057373047 +1991,11,0,suicide,18-20 yrs,0,28980,19.1937198638916,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,0 +1991,11,0,homicide,18-20 yrs,87,28980,19.1937198638916,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,300.20703125 +1991,11,0,other external,18-20 yrs,7,28980,19.1937198638916,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,24.15458869934082 +1991,11,0,internal,18-20 yrs,15,28980,19.1937198638916,0,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,51.75983428955078 +1991,11,0,all,21-24 yrs,163,47081,22.48943328857422,1,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,346.21185302734375 +1991,11,0,MVA,21-24 yrs,13,47081,22.48943328857422,1,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,27.611988067626953 +1991,11,0,suicide,21-24 yrs,5,47081,22.48943328857422,1,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,10.6199951171875 +1991,11,0,homicide,21-24 yrs,97,47081,22.48943328857422,1,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,206.0279083251953 +1991,11,0,other external,21-24 yrs,6,47081,22.48943328857422,1,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,12.74399471282959 +1991,11,0,internal,21-24 yrs,42,47081,22.48943328857422,1,0.06607929617166519,1.4199999570846558,0.6100000143051147,1.850000023841858,3.890000104904175,89.20796203613281 +1992,11,0,MVA,15-17 yrs,4,15751,16.020442962646484,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,25.395212173461914 +1992,11,0,suicide,15-17 yrs,1,15751,16.020442962646484,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,6.3488030433654785 +1992,11,0,homicide,15-17 yrs,32,15751,16.020442962646484,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,203.1616973876953 +1992,11,0,other external,15-17 yrs,2,15751,16.020442962646484,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,12.697606086730957 +1992,11,0,internal,15-17 yrs,11,15751,16.020442962646484,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,69.83683776855469 +1992,11,0,all,18-20 yrs,102,22805,19.179609298706055,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,447.27032470703125 +1992,11,0,MVA,18-20 yrs,7,22805,19.179609298706055,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,30.695022583007812 +1992,11,0,suicide,18-20 yrs,3,22805,19.179609298706055,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,13.155010223388672 +1992,11,0,homicide,18-20 yrs,68,22805,19.179609298706055,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,298.18023681640625 +1992,11,0,other external,18-20 yrs,5,22805,19.179609298706055,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,21.925016403198242 +1992,11,0,internal,18-20 yrs,19,22805,19.179609298706055,0,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,83.3150634765625 +1992,11,0,all,21-24 yrs,137,47258,22.473148345947266,1,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,289.89801025390625 +1992,11,0,MVA,21-24 yrs,7,47258,22.473148345947266,1,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,14.812307357788086 +1992,11,0,suicide,21-24 yrs,5,47258,22.473148345947266,1,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,10.580219268798828 +1992,11,0,homicide,21-24 yrs,79,47258,22.473148345947266,1,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,167.16746520996094 +1992,11,0,other external,21-24 yrs,6,47258,22.473148345947266,1,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,12.696263313293457 +1992,11,0,internal,21-24 yrs,40,47258,22.473148345947266,1,0.06414825469255447,1.6100000143051147,0.699999988079071,1.7400000095367432,4.050000190734863,84.641754150390625 +1993,11,0,MVA,15-17 yrs,3,15376,16.00702476501465,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,19.51092529296875 +1993,11,0,suicide,15-17 yrs,0,15376,16.00702476501465,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,0 +1993,11,0,homicide,15-17 yrs,49,15376,16.00702476501465,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,318.678466796875 +1993,11,0,other external,15-17 yrs,3,15376,16.00702476501465,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,19.51092529296875 +1993,11,0,internal,15-17 yrs,10,15376,16.00702476501465,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,65.03642272949219 +1993,11,0,all,18-20 yrs,118,18940,19.09392738342285,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,623.02008056640625 +1993,11,0,MVA,18-20 yrs,5,18940,19.09392738342285,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,26.399154663085938 +1993,11,0,suicide,18-20 yrs,2,18940,19.09392738342285,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,10.559661865234375 +1993,11,0,homicide,18-20 yrs,90,18940,19.09392738342285,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,475.1847839355469 +1993,11,0,other external,18-20 yrs,4,18940,19.09392738342285,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,21.11932373046875 +1993,11,0,internal,18-20 yrs,17,18940,19.09392738342285,0,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,89.75712585449219 +1993,11,0,all,21-24 yrs,139,45444,22.564254760742188,1,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,305.8709716796875 +1993,11,0,MVA,21-24 yrs,13,45444,22.564254760742188,1,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,28.60663604736328 +1993,11,0,suicide,21-24 yrs,3,45444,22.564254760742188,1,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,6.601531505584717 +1993,11,0,homicide,21-24 yrs,89,45444,22.564254760742188,1,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,195.84544372558594 +1993,11,0,other external,21-24 yrs,2,45444,22.564254760742188,1,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,4.4010210037231445 +1993,11,0,internal,21-24 yrs,32,45444,22.564254760742188,1,0.06228373944759369,1.5099999904632568,0.7300000190734863,1.5399999618530273,3.7799999713897705,70.41633605957031 +1994,11,0,MVA,15-17 yrs,7,15389,16.005264282226562,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,45.487037658691406 +1994,11,0,suicide,15-17 yrs,2,15389,16.005264282226562,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,12.996295928955078 +1994,11,0,homicide,15-17 yrs,31,15389,16.005264282226562,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,201.44259643554688 +1994,11,0,other external,15-17 yrs,1,15389,16.005264282226562,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,6.498147964477539 +1994,11,0,internal,15-17 yrs,13,15389,16.005264282226562,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,84.475921630859375 +1994,11,0,all,18-20 yrs,103,17336,19.062990188598633,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,594.13934326171875 +1994,11,0,MVA,18-20 yrs,12,17336,19.062990188598633,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,69.220123291015625 +1994,11,0,suicide,18-20 yrs,0,17336,19.062990188598633,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,0 +1994,11,0,homicide,18-20 yrs,77,17336,19.062990188598633,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,444.1624450683594 +1994,11,0,other external,18-20 yrs,2,17336,19.062990188598633,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,11.536686897277832 +1994,11,0,internal,18-20 yrs,12,17336,19.062990188598633,0,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,69.220123291015625 +1994,11,0,all,21-24 yrs,146,41060,22.714296340942383,1,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,355.57720947265625 +1994,11,0,MVA,21-24 yrs,15,41060,22.714296340942383,1,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,36.53190612792969 +1994,11,0,suicide,21-24 yrs,7,41060,22.714296340942383,1,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,17.048221588134766 +1994,11,0,homicide,21-24 yrs,81,41060,22.714296340942383,1,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,197.27227783203125 +1994,11,0,other external,21-24 yrs,4,41060,22.714296340942383,1,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,9.741841316223145 +1994,11,0,internal,21-24 yrs,39,41060,22.714296340942383,1,0.06072874739766121,1.5,0.7400000095367432,1.5199999809265137,3.759999990463257,94.98294830322266 +1995,11,0,MVA,15-17 yrs,4,15429,15.991768836975098,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,25.92520523071289 +1995,11,0,suicide,15-17 yrs,1,15429,15.991768836975098,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,6.481301307678223 +1995,11,0,homicide,15-17 yrs,37,15429,15.991768836975098,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,239.8081512451172 +1995,11,0,other external,15-17 yrs,0,15429,15.991768836975098,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,0 +1995,11,0,internal,15-17 yrs,13,15429,15.991768836975098,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,84.25691986083984 +1995,11,0,all,18-20 yrs,95,16812,19.046812057495117,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,565.07257080078125 +1995,11,0,MVA,18-20 yrs,6,16812,19.046812057495117,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,35.68879318237305 +1995,11,0,suicide,18-20 yrs,3,16812,19.046812057495117,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,17.844396591186523 +1995,11,0,homicide,18-20 yrs,71,16812,19.046812057495117,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,422.3173828125 +1995,11,0,other external,18-20 yrs,0,16812,19.046812057495117,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,0 +1995,11,0,internal,18-20 yrs,15,16812,19.046812057495117,0,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,89.22198486328125 +1995,11,0,all,21-24 yrs,125,35063,22.789037704467773,1,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,356.50115966796875 +1995,11,0,MVA,21-24 yrs,10,35063,22.789037704467773,1,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,28.520092010498047 +1995,11,0,suicide,21-24 yrs,2,35063,22.789037704467773,1,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,5.704018592834473 +1995,11,0,homicide,21-24 yrs,82,35063,22.789037704467773,1,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,233.86476135253906 +1995,11,0,other external,21-24 yrs,3,35063,22.789037704467773,1,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,8.55602741241455 +1995,11,0,internal,21-24 yrs,28,35063,22.789037704467773,1,0.05905512347817421,1.5099999904632568,0.7200000286102295,1.5199999809265137,3.740000009536743,79.85626220703125 +1996,11,0,MVA,15-17 yrs,4,15023,16.029088973999023,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,26.62584114074707 +1996,11,0,suicide,15-17 yrs,1,15023,16.029088973999023,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,6.656460285186768 +1996,11,0,homicide,15-17 yrs,29,15023,16.029088973999023,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,193.03733825683594 +1996,11,0,other external,15-17 yrs,2,15023,16.029088973999023,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,13.312920570373535 +1996,11,0,internal,15-17 yrs,11,15023,16.029088973999023,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,73.22106170654297 +1996,11,0,all,18-20 yrs,82,16650,19.031831741333008,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,492.49249267578125 +1996,11,0,MVA,18-20 yrs,2,16650,19.031831741333008,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,12.012012481689453 +1996,11,0,suicide,18-20 yrs,2,16650,19.031831741333008,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,12.012012481689453 +1996,11,0,homicide,18-20 yrs,65,16650,19.031831741333008,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,390.390380859375 +1996,11,0,other external,18-20 yrs,0,16650,19.031831741333008,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,0 +1996,11,0,internal,18-20 yrs,13,16650,19.031831741333008,0,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,78.07807922363281 +1996,11,0,all,21-24 yrs,130,29151,22.712772369384766,1,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,445.9538269042969 +1996,11,0,MVA,21-24 yrs,8,29151,22.712772369384766,1,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,27.44331169128418 +1996,11,0,suicide,21-24 yrs,1,29151,22.712772369384766,1,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,3.4304139614105225 +1996,11,0,homicide,21-24 yrs,77,29151,22.712772369384766,1,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,264.1418762207031 +1996,11,0,other external,21-24 yrs,4,29151,22.712772369384766,1,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,13.72165584564209 +1996,11,0,internal,21-24 yrs,40,29151,22.712772369384766,1,0.057361382991075516,1.4199999570846558,0.7400000095367432,1.4700000286102295,3.630000114440918,137.21656799316406 +1970,12,0,MVA,15-17 yrs,150,359545,15.975886344909668,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,41.71939468383789 +1970,12,0,suicide,15-17 yrs,19,359545,15.975886344909668,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,5.284456729888916 +1970,12,0,homicide,15-17 yrs,36,359545,15.975886344909668,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,10.012655258178711 +1970,12,0,other external,15-17 yrs,98,359545,15.975886344909668,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,27.256671905517578 +1970,12,0,internal,15-17 yrs,105,359545,15.975886344909668,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,29.203577041625977 +1970,12,0,all,18-20 yrs,493,323676,18.98167610168457,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,152.31280517578125 +1970,12,0,MVA,18-20 yrs,180,323676,18.98167610168457,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,55.611167907714844 +1970,12,0,suicide,18-20 yrs,36,323676,18.98167610168457,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,11.122233390808105 +1970,12,0,homicide,18-20 yrs,56,323676,18.98167610168457,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,17.301252365112305 +1970,12,0,other external,18-20 yrs,113,323676,18.98167610168457,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,34.91145324707031 +1970,12,0,internal,18-20 yrs,108,323676,18.98167610168457,0,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,33.36669921875 +1970,12,0,all,21-24 yrs,670,391110,22.42682647705078,1,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,171.30731201171875 +1970,12,0,MVA,21-24 yrs,210,391110,22.42682647705078,1,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,53.69333267211914 +1970,12,0,suicide,21-24 yrs,57,391110,22.42682647705078,1,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,14.573904991149902 +1970,12,0,homicide,21-24 yrs,105,391110,22.42682647705078,1,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,26.84666633605957 +1970,12,0,other external,21-24 yrs,133,391110,22.42682647705078,1,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,34.00577926635742 +1970,12,0,internal,21-24 yrs,165,391110,22.42682647705078,1,0.8247422575950623,1.090000033378601,0.30000001192092896,1.5199999809265137,2.9000000953674316,42.187618255615234 +1971,12,0,MVA,15-17 yrs,180,386471,15.983964920043945,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,46.575294494628906 +1971,12,0,suicide,15-17 yrs,14,386471,15.983964920043945,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,3.6225228309631348 +1971,12,0,homicide,15-17 yrs,29,386471,15.983964920043945,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,7.5037970542907715 +1971,12,0,other external,15-17 yrs,105,386471,15.983964920043945,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,27.168920516967773 +1971,12,0,internal,15-17 yrs,107,386471,15.983964920043945,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,27.686424255371094 +1971,12,0,all,18-20 yrs,510,345911,18.98926544189453,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,147.436767578125 +1971,12,0,MVA,18-20 yrs,214,345911,18.98926544189453,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,61.865623474121094 +1971,12,0,suicide,18-20 yrs,34,345911,18.98926544189453,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,9.829117774963379 +1971,12,0,homicide,18-20 yrs,52,345911,18.98926544189453,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,15.032768249511719 +1971,12,0,other external,18-20 yrs,82,345911,18.98926544189453,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,23.70551872253418 +1971,12,0,internal,18-20 yrs,128,345911,18.98926544189453,0,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,37.00373840332031 +1971,12,0,all,21-24 yrs,720,432580,22.530847549438477,1,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,166.44320678710938 +1971,12,0,MVA,21-24 yrs,230,432580,22.530847549438477,1,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,53.16935729980469 +1971,12,0,suicide,21-24 yrs,67,432580,22.530847549438477,1,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,15.48846435546875 +1971,12,0,homicide,21-24 yrs,104,432580,22.530847549438477,1,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,24.04179573059082 +1971,12,0,other external,21-24 yrs,139,432580,22.530847549438477,1,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,32.13278579711914 +1971,12,0,internal,21-24 yrs,180,432580,22.530847549438477,1,0.790123462677002,1.1799999475479126,0.33000001311302185,1.5199999809265137,3.0299999713897705,41.610801696777344 +1972,12,0,MVA,15-17 yrs,198,410250,15.981915473937988,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,48.26325225830078 +1972,12,0,suicide,15-17 yrs,32,410250,15.981915473937988,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,7.800121784210205 +1972,12,0,homicide,15-17 yrs,30,410250,15.981915473937988,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,7.312614440917969 +1972,12,0,other external,15-17 yrs,102,410250,15.981915473937988,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,24.86288833618164 +1972,12,0,internal,15-17 yrs,120,410250,15.981915473937988,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,29.250457763671875 +1972,12,0,all,18-20 yrs,638,370912,18.988603591918945,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,172.00845336914062 +1972,12,0,MVA,18-20 yrs,254,370912,18.988603591918945,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,68.4798583984375 +1972,12,0,suicide,18-20 yrs,46,370912,18.988603591918945,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,12.401863098144531 +1972,12,0,homicide,18-20 yrs,68,370912,18.988603591918945,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,18.333189010620117 +1972,12,0,other external,18-20 yrs,144,370912,18.988603591918945,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,38.82322311401367 +1972,12,0,internal,18-20 yrs,126,370912,18.988603591918945,0,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,33.97032165527344 +1972,12,0,all,21-24 yrs,796,450769,22.473665237426758,1,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,176.58712768554688 +1972,12,0,MVA,21-24 yrs,262,450769,22.473665237426758,1,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,58.12289810180664 +1972,12,0,suicide,21-24 yrs,66,450769,22.473665237426758,1,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,14.641645431518555 +1972,12,0,homicide,21-24 yrs,114,450769,22.473665237426758,1,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,25.290115356445312 +1972,12,0,other external,21-24 yrs,180,450769,22.473665237426758,1,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,39.9317626953125 +1972,12,0,internal,21-24 yrs,174,450769,22.473665237426758,1,0.7655502557754517,1.25,0.33000001311302185,1.5199999809265137,3.0999999046325684,38.600704193115234 +1973,12,0.5041095614433289,MVA,15-17 yrs,236,435923,15.987630844116211,0,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,54.13800048828125 +1973,12,0.5041095614433289,suicide,15-17 yrs,17,435923,15.987630844116211,0,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,3.899771213531494 +1973,12,0.5041095614433289,homicide,15-17 yrs,58,435923,15.987630844116211,0,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,13.305102348327637 +1973,12,0.5041095614433289,other external,15-17 yrs,126,435923,15.987630844116211,0,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,28.90418815612793 +1973,12,0.5041095614433289,internal,15-17 yrs,111,435923,15.987630844116211,0,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,25.463212966918945 +1973,12,0.5041095614433289,all,18-20 yrs,672,396593,18.984561920166016,0.5041095614433289,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,169.4432373046875 +1973,12,0.5041095614433289,MVA,18-20 yrs,262,396593,18.984561920166016,0.5041095614433289,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,66.06269073486328 +1973,12,0.5041095614433289,suicide,18-20 yrs,57,396593,18.984561920166016,0.5041095614433289,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,14.372417449951172 +1973,12,0.5041095614433289,homicide,18-20 yrs,93,396593,18.984561920166016,0.5041095614433289,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,23.44973373413086 +1973,12,0.5041095614433289,other external,18-20 yrs,143,396593,18.984561920166016,0.5041095614433289,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,36.0571174621582 +1973,12,0.5041095614433289,internal,18-20 yrs,117,396593,18.984561920166016,0.5041095614433289,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,29.501277923583984 +1973,12,0.5041095614433289,all,21-24 yrs,849,478177,22.462060928344727,1,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,177.54931640625 +1973,12,0.5041095614433289,MVA,21-24 yrs,270,478177,22.462060928344727,1,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,56.464447021484375 +1973,12,0.5041095614433289,suicide,21-24 yrs,92,478177,22.462060928344727,1,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,19.23973846435547 +1973,12,0.5041095614433289,homicide,21-24 yrs,140,478177,22.462060928344727,1,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,29.277860641479492 +1973,12,0.5041095614433289,other external,21-24 yrs,171,478177,22.462060928344727,1,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,35.76081848144531 +1973,12,0.5041095614433289,internal,21-24 yrs,176,478177,22.462060928344727,1,0.7207207083702087,1.3300000429153442,0.3400000035762787,1.559999942779541,3.240000009536743,36.806453704833984 +1974,12,1,MVA,15-17 yrs,180,457742,15.998842239379883,0,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,39.323463439941406 +1974,12,1,suicide,15-17 yrs,21,457742,15.998842239379883,0,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,4.587737083435059 +1974,12,1,homicide,15-17 yrs,46,457742,15.998842239379883,0,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,10.049328804016113 +1974,12,1,other external,15-17 yrs,98,457742,15.998842239379883,0,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,21.409440994262695 +1974,12,1,internal,15-17 yrs,111,457742,15.998842239379883,0,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,24.249467849731445 +1974,12,1,all,18-20 yrs,688,426586,18.9938907623291,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,161.28048706054688 +1974,12,1,MVA,18-20 yrs,261,426586,18.9938907623291,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,61.183441162109375 +1974,12,1,suicide,18-20 yrs,67,426586,18.9938907623291,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,15.706094741821289 +1974,12,1,homicide,18-20 yrs,98,426586,18.9938907623291,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,22.973093032836914 +1974,12,1,other external,18-20 yrs,122,426586,18.9938907623291,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,28.599157333374023 +1974,12,1,internal,18-20 yrs,140,426586,18.9938907623291,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,32.81870651245117 +1974,12,1,all,21-24 yrs,842,510649,22.462873458862305,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,164.88821411132812 +1974,12,1,MVA,21-24 yrs,216,510649,22.462873458862305,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,42.29911422729492 +1974,12,1,suicide,21-24 yrs,110,510649,22.462873458862305,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,21.541215896606445 +1974,12,1,homicide,21-24 yrs,165,510649,22.462873458862305,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,32.31182098388672 +1974,12,1,other external,21-24 yrs,161,510649,22.462873458862305,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,31.528505325317383 +1974,12,1,internal,21-24 yrs,190,510649,22.462873458862305,1,0.6490871906280518,1.3799999952316284,0.3199999928474426,1.5199999809265137,3.2200000286102295,37.20755386352539 +1975,12,1,MVA,15-17 yrs,166,465242,15.998342514038086,0,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,35.680355072021484 +1975,12,1,suicide,15-17 yrs,30,465242,15.998342514038086,0,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,6.448256969451904 +1975,12,1,homicide,15-17 yrs,38,465242,15.998342514038086,0,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,8.167792320251465 +1975,12,1,other external,15-17 yrs,113,465242,15.998342514038086,0,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,24.288434982299805 +1975,12,1,internal,15-17 yrs,113,465242,15.998342514038086,0,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,24.288434982299805 +1975,12,1,all,18-20 yrs,630,443600,18.991884231567383,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,142.01983642578125 +1975,12,1,MVA,18-20 yrs,204,443600,18.991884231567383,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,45.98737716674805 +1975,12,1,suicide,18-20 yrs,71,443600,18.991884231567383,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,16.00541114807129 +1975,12,1,homicide,18-20 yrs,95,443600,18.991884231567383,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,21.41568946838379 +1975,12,1,other external,18-20 yrs,122,443600,18.991884231567383,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,27.502254486083984 +1975,12,1,internal,18-20 yrs,138,443600,18.991884231567383,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,31.109107971191406 +1975,12,1,all,21-24 yrs,831,534798,22.463848114013672,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,155.38577270507812 +1975,12,1,MVA,21-24 yrs,218,534798,22.463848114013672,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,40.76305389404297 +1975,12,1,suicide,21-24 yrs,120,534798,22.463848114013672,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,22.438379287719727 +1975,12,1,homicide,21-24 yrs,148,534798,22.463848114013672,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,27.673999786376953 +1975,12,1,other external,21-24 yrs,159,534798,22.463848114013672,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,29.730852127075195 +1975,12,1,internal,21-24 yrs,186,534798,22.463848114013672,1,0.5947955250740051,1.3799999952316284,0.3400000035762787,1.4700000286102295,3.190000057220459,34.77948760986328 +1976,12,1,MVA,15-17 yrs,163,468194,15.996150970458984,0,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,34.81462860107422 +1976,12,1,suicide,15-17 yrs,16,468194,15.996150970458984,0,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,3.417386770248413 +1976,12,1,homicide,15-17 yrs,34,468194,15.996150970458984,0,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,7.261947154998779 +1976,12,1,other external,15-17 yrs,67,468194,15.996150970458984,0,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,14.310307502746582 +1976,12,1,internal,15-17 yrs,109,468194,15.996150970458984,0,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,23.280946731567383 +1976,12,1,all,18-20 yrs,550,453381,18.999210357666016,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,121.31077575683594 +1976,12,1,MVA,18-20 yrs,223,453381,18.999210357666016,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,49.186004638671875 +1976,12,1,suicide,18-20 yrs,55,453381,18.999210357666016,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,12.131077766418457 +1976,12,1,homicide,18-20 yrs,68,453381,18.999210357666016,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,14.998422622680664 +1976,12,1,other external,18-20 yrs,97,453381,18.999210357666016,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,21.39480972290039 +1976,12,1,internal,18-20 yrs,107,453381,18.999210357666016,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,23.600460052490234 +1976,12,1,all,21-24 yrs,752,552896,22.461828231811523,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,136.0111083984375 +1976,12,1,MVA,21-24 yrs,193,552896,22.461828231811523,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,34.907108306884766 +1976,12,1,suicide,21-24 yrs,113,552896,22.461828231811523,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,20.43783950805664 +1976,12,1,homicide,21-24 yrs,113,552896,22.461828231811523,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,20.43783950805664 +1976,12,1,other external,21-24 yrs,142,552896,22.461828231811523,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,25.68294906616211 +1976,12,1,internal,21-24 yrs,191,552896,22.461828231811523,1,0.562390148639679,1.350000023841858,0.36000001430511475,1.4600000381469727,3.1700000762939453,34.54537582397461 +1977,12,1,MVA,15-17 yrs,172,469667,16.002504348754883,0,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,36.6216926574707 +1977,12,1,suicide,15-17 yrs,25,469667,16.002504348754883,0,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,5.322920322418213 +1977,12,1,homicide,15-17 yrs,32,469667,16.002504348754883,0,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,6.813337802886963 +1977,12,1,other external,15-17 yrs,80,469667,16.002504348754883,0,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,17.033344268798828 +1977,12,1,internal,15-17 yrs,91,469667,16.002504348754883,0,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,19.375429153442383 +1977,12,1,all,18-20 yrs,598,460795,19.010950088500977,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,129.7757110595703 +1977,12,1,MVA,18-20 yrs,253,460795,19.010950088500977,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,54.90510940551758 +1977,12,1,suicide,18-20 yrs,67,460795,19.010950088500977,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,14.540088653564453 +1977,12,1,homicide,18-20 yrs,60,460795,19.010950088500977,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,13.020974159240723 +1977,12,1,other external,18-20 yrs,104,460795,19.010950088500977,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,22.56968879699707 +1977,12,1,internal,18-20 yrs,114,460795,19.010950088500977,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,24.739850997924805 +1977,12,1,all,21-24 yrs,787,572193,22.464426040649414,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,137.54100036621094 +1977,12,1,MVA,21-24 yrs,238,572193,22.464426040649414,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,41.594356536865234 +1977,12,1,suicide,21-24 yrs,154,572193,22.464426040649414,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,26.91399574279785 +1977,12,1,homicide,21-24 yrs,95,572193,22.464426040649414,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,16.6027889251709 +1977,12,1,other external,21-24 yrs,141,572193,22.464426040649414,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,24.64203453063965 +1977,12,1,internal,21-24 yrs,159,572193,22.464426040649414,1,0.6600660085678101,1.3300000429153442,0.33000001311302185,1.4700000286102295,3.130000114440918,27.787826538085938 +1978,12,1,MVA,15-17 yrs,182,471161,16.01017189025879,0,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,38.62798309326172 +1978,12,1,suicide,15-17 yrs,28,471161,16.01017189025879,0,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,5.942767143249512 +1978,12,1,homicide,15-17 yrs,40,471161,16.01017189025879,0,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,8.489666938781738 +1978,12,1,other external,15-17 yrs,75,471161,16.01017189025879,0,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,15.918126106262207 +1978,12,1,internal,15-17 yrs,87,471161,16.01017189025879,0,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,18.465024948120117 +1978,12,1,all,18-20 yrs,622,465321,19.01036834716797,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,133.67115783691406 +1978,12,1,MVA,18-20 yrs,262,465321,19.01036834716797,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,56.30521774291992 +1978,12,1,suicide,18-20 yrs,66,465321,19.01036834716797,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,14.183756828308105 +1978,12,1,homicide,18-20 yrs,78,465321,19.01036834716797,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,16.762622833251953 +1978,12,1,other external,18-20 yrs,107,465321,19.01036834716797,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,22.9948787689209 +1978,12,1,internal,18-20 yrs,109,465321,19.01036834716797,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,23.42469024658203 +1978,12,1,all,21-24 yrs,848,595180,22.47039031982422,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,142.4779052734375 +1978,12,1,MVA,21-24 yrs,269,595180,22.47039031982422,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,45.1964111328125 +1978,12,1,suicide,21-24 yrs,118,595180,22.47039031982422,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,19.82593536376953 +1978,12,1,homicide,21-24 yrs,120,595180,22.47039031982422,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,20.161968231201172 +1978,12,1,other external,21-24 yrs,160,595180,22.47039031982422,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,26.88262367248535 +1978,12,1,internal,21-24 yrs,181,595180,22.47039031982422,1,0.6134969592094421,1.409999966621399,0.3400000035762787,1.4800000190734863,3.2300000190734863,30.410968780517578 +1979,12,1,MVA,15-17 yrs,208,473759,16.00920867919922,0,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,43.904178619384766 +1979,12,1,suicide,15-17 yrs,25,473759,16.00920867919922,0,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,5.276944637298584 +1979,12,1,homicide,15-17 yrs,37,473759,16.00920867919922,0,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,7.809877872467041 +1979,12,1,other external,15-17 yrs,69,473759,16.00920867919922,0,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,14.564367294311523 +1979,12,1,internal,15-17 yrs,89,473759,16.00920867919922,0,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,18.78592300415039 +1979,12,1,all,18-20 yrs,741,476701,19.00863265991211,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,155.44334411621094 +1979,12,1,MVA,18-20 yrs,348,476701,19.00863265991211,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,73.0017318725586 +1979,12,1,suicide,18-20 yrs,71,476701,19.00863265991211,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,14.89403247833252 +1979,12,1,homicide,18-20 yrs,106,476701,19.00863265991211,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,22.236160278320312 +1979,12,1,other external,18-20 yrs,108,476701,19.00863265991211,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,22.655710220336914 +1979,12,1,internal,18-20 yrs,108,476701,19.00863265991211,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,22.655710220336914 +1979,12,1,all,21-24 yrs,939,620052,22.47918701171875,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,151.4389190673828 +1979,12,1,MVA,21-24 yrs,316,620052,22.47918701171875,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,50.96346664428711 +1979,12,1,suicide,21-24 yrs,131,620052,22.47918701171875,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,21.127260208129883 +1979,12,1,homicide,21-24 yrs,157,620052,22.47918701171875,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,25.320457458496094 +1979,12,1,other external,21-24 yrs,162,620052,22.47918701171875,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,26.126840591430664 +1979,12,1,internal,21-24 yrs,173,620052,22.47918701171875,1,0.5509642362594604,1.4700000286102295,0.3700000047683716,1.5099999904632568,3.3399999141693115,27.90088653564453 +1980,12,0.9191416501998901,MVA,15-17 yrs,222,482560,16.019208908081055,0,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,46.004642486572266 +1980,12,0.9191416501998901,suicide,15-17 yrs,35,482560,16.019208908081055,0,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,7.252984046936035 +1980,12,0.9191416501998901,homicide,15-17 yrs,53,482560,16.019208908081055,0,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,10.9830904006958 +1980,12,0.9191416501998901,other external,15-17 yrs,66,482560,16.019208908081055,0,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,13.677055358886719 +1980,12,0.9191416501998901,internal,15-17 yrs,89,482560,16.019208908081055,0,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,18.443302154541016 +1980,12,0.9191416501998901,all,18-20 yrs,805,498326,19.009193420410156,0.9191416501998901,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,161.54083251953125 +1980,12,0.9191416501998901,MVA,18-20 yrs,348,498326,19.009193420410156,0.9191416501998901,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,69.83380126953125 +1980,12,0.9191416501998901,suicide,18-20 yrs,84,498326,19.009193420410156,0.9191416501998901,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,16.856435775756836 +1980,12,0.9191416501998901,homicide,18-20 yrs,113,498326,19.009193420410156,0.9191416501998901,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,22.675918579101562 +1980,12,0.9191416501998901,other external,18-20 yrs,142,498326,19.009193420410156,0.9191416501998901,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,28.495403289794922 +1980,12,0.9191416501998901,internal,18-20 yrs,118,498326,19.009193420410156,0.9191416501998901,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,23.679277420043945 +1980,12,0.9191416501998901,all,21-24 yrs,1163,653750,22.498876571655273,1,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,177.89674377441406 +1980,12,0.9191416501998901,MVA,21-24 yrs,395,653750,22.498876571655273,1,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,60.420650482177734 +1980,12,0.9191416501998901,suicide,21-24 yrs,148,653750,22.498876571655273,1,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,22.63862419128418 +1980,12,0.9191416501998901,homicide,21-24 yrs,226,653750,22.498876571655273,1,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,34.56978988647461 +1980,12,0.9191416501998901,other external,21-24 yrs,193,653750,22.498876571655273,1,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,29.521987915039062 +1980,12,0.9191416501998901,internal,21-24 yrs,201,653750,22.498876571655273,1,0.48543688654899597,1.4199999570846558,0.3700000047683716,1.4299999475479126,3.2200000286102295,30.745697021484375 +1981,12,0.6752321124076843,MVA,15-17 yrs,202,475462,16.041305541992188,0,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,42.48499298095703 +1981,12,0.6752321124076843,suicide,15-17 yrs,28,475462,16.041305541992188,0,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,5.88900899887085 +1981,12,0.6752321124076843,homicide,15-17 yrs,42,475462,16.041305541992188,0,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,8.833513259887695 +1981,12,0.6752321124076843,other external,15-17 yrs,60,475462,16.041305541992188,0,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,12.619304656982422 +1981,12,0.6752321124076843,internal,15-17 yrs,98,475462,16.041305541992188,0,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,20.61153221130371 +1981,12,0.6752321124076843,all,18-20 yrs,758,513419,19.013994216918945,0.6752321124076843,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,147.6376953125 +1981,12,0.6752321124076843,MVA,18-20 yrs,320,513419,19.013994216918945,0.6752321124076843,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,62.3272590637207 +1981,12,0.6752321124076843,suicide,18-20 yrs,90,513419,19.013994216918945,0.6752321124076843,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,17.529542922973633 +1981,12,0.6752321124076843,homicide,18-20 yrs,134,513419,19.013994216918945,0.6752321124076843,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,26.09954071044922 +1981,12,0.6752321124076843,other external,18-20 yrs,110,513419,19.013994216918945,0.6752321124076843,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,21.42499542236328 +1981,12,0.6752321124076843,internal,18-20 yrs,104,513419,19.013994216918945,0.6752321124076843,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,20.256359100341797 +1981,12,0.6752321124076843,all,21-24 yrs,1182,680385,22.51418113708496,1,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,173.7251739501953 +1981,12,0.6752321124076843,MVA,21-24 yrs,412,680385,22.51418113708496,1,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,60.553951263427734 +1981,12,0.6752321124076843,suicide,21-24 yrs,136,680385,22.51418113708496,1,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,19.988683700561523 +1981,12,0.6752321124076843,homicide,21-24 yrs,210,680385,22.51418113708496,1,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,30.864877700805664 +1981,12,0.6752321124076843,other external,21-24 yrs,180,680385,22.51418113708496,1,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,26.455610275268555 +1981,12,0.6752321124076843,internal,21-24 yrs,244,680385,22.51418113708496,1,0.44004401564598083,1.5499999523162842,0.38999998569488525,1.3799999952316284,3.309999942779541,35.8620491027832 +1982,12,0.6758331656455994,MVA,15-17 yrs,174,460090,16.042226791381836,0,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,37.818687438964844 +1982,12,0.6758331656455994,suicide,15-17 yrs,28,460090,16.042226791381836,0,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,6.085765838623047 +1982,12,0.6758331656455994,homicide,15-17 yrs,30,460090,16.042226791381836,0,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,6.520463466644287 +1982,12,0.6758331656455994,other external,15-17 yrs,52,460090,16.042226791381836,0,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,11.302136421203613 +1982,12,0.6758331656455994,internal,15-17 yrs,98,460090,16.042226791381836,0,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,21.300180435180664 +1982,12,0.6758331656455994,all,18-20 yrs,694,519319,19.011940002441406,0.6758331656455994,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,133.6365509033203 +1982,12,0.6758331656455994,MVA,18-20 yrs,274,519319,19.011940002441406,0.6758331656455994,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,52.76140594482422 +1982,12,0.6758331656455994,suicide,18-20 yrs,80,519319,19.011940002441406,0.6758331656455994,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,15.404789924621582 +1982,12,0.6758331656455994,homicide,18-20 yrs,124,519319,19.011940002441406,0.6758331656455994,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,23.877424240112305 +1982,12,0.6758331656455994,other external,18-20 yrs,98,519319,19.011940002441406,0.6758331656455994,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,18.870866775512695 +1982,12,0.6758331656455994,internal,18-20 yrs,118,519319,19.011940002441406,0.6758331656455994,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,22.722064971923828 +1982,12,0.6758331656455994,all,21-24 yrs,974,695532,22.507164001464844,1,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,140.0366973876953 +1982,12,0.6758331656455994,MVA,21-24 yrs,302,695532,22.507164001464844,1,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,43.42000198364258 +1982,12,0.6758331656455994,suicide,21-24 yrs,162,695532,22.507164001464844,1,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,23.291522979736328 +1982,12,0.6758331656455994,homicide,21-24 yrs,208,695532,22.507164001464844,1,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,29.905166625976562 +1982,12,0.6758331656455994,other external,21-24 yrs,142,695532,22.507164001464844,1,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,20.416027069091797 +1982,12,0.6758331656455994,internal,21-24 yrs,160,695532,22.507164001464844,1,0.41450777649879456,1.559999942779541,0.4000000059604645,1.3300000429153442,3.2899999618530273,23.00397300720215 +1983,12,0.6855270862579346,MVA,15-17 yrs,139,445870,16.032901763916016,0,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,31.175006866455078 +1983,12,0.6855270862579346,suicide,15-17 yrs,19,445870,16.032901763916016,0,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,4.261331558227539 +1983,12,0.6855270862579346,homicide,15-17 yrs,34,445870,16.032901763916016,0,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,7.6255412101745605 +1983,12,0.6855270862579346,other external,15-17 yrs,61,445870,16.032901763916016,0,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,13.68111801147461 +1983,12,0.6855270862579346,internal,15-17 yrs,83,445870,16.032901763916016,0,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,18.615291595458984 +1983,12,0.6855270862579346,all,18-20 yrs,606,522805,19.02863311767578,0.6855270862579346,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,115.91320037841797 +1983,12,0.6855270862579346,MVA,18-20 yrs,279,522805,19.02863311767578,0.6855270862579346,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,53.3659782409668 +1983,12,0.6855270862579346,suicide,18-20 yrs,69,522805,19.02863311767578,0.6855270862579346,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,13.198037147521973 +1983,12,0.6855270862579346,homicide,18-20 yrs,85,522805,19.02863311767578,0.6855270862579346,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,16.258451461791992 +1983,12,0.6855270862579346,other external,18-20 yrs,65,522805,19.02863311767578,0.6855270862579346,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,12.432933807373047 +1983,12,0.6855270862579346,internal,18-20 yrs,108,522805,19.02863311767578,0.6855270862579346,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,20.657798767089844 +1983,12,0.6855270862579346,all,21-24 yrs,944,711595,22.5087947845459,1,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,132.65972900390625 +1983,12,0.6855270862579346,MVA,21-24 yrs,330,711595,22.5087947845459,1,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,46.37469482421875 +1983,12,0.6855270862579346,suicide,21-24 yrs,118,711595,22.5087947845459,1,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,16.58246612548828 +1983,12,0.6855270862579346,homicide,21-24 yrs,165,711595,22.5087947845459,1,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,23.187347412109375 +1983,12,0.6855270862579346,other external,21-24 yrs,151,711595,22.5087947845459,1,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,21.21993637084961 +1983,12,0.6855270862579346,internal,21-24 yrs,180,711595,22.5087947845459,1,0.6425702571868896,1.559999942779541,0.4000000059604645,1.2300000190734863,3.190000057220459,25.2952880859375 +1984,12,0.6951020956039429,MVA,15-17 yrs,163,445062,16.017274856567383,0,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,36.62411117553711 +1984,12,0.6951020956039429,suicide,15-17 yrs,24,445062,16.017274856567383,0,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,5.392507076263428 +1984,12,0.6951020956039429,homicide,15-17 yrs,32,445062,16.017274856567383,0,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,7.190009593963623 +1984,12,0.6951020956039429,other external,15-17 yrs,47,445062,16.017274856567383,0,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,10.56032657623291 +1984,12,0.6951020956039429,internal,15-17 yrs,64,445062,16.017274856567383,0,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,14.380019187927246 +1984,12,0.6951020956039429,all,18-20 yrs,608,512706,19.049089431762695,0.6951020956039429,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,118.58647918701172 +1984,12,0.6951020956039429,MVA,18-20 yrs,271,512706,19.049089431762695,0.6951020956039429,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,52.85680389404297 +1984,12,0.6951020956039429,suicide,18-20 yrs,85,512706,19.049089431762695,0.6951020956039429,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,16.578702926635742 +1984,12,0.6951020956039429,homicide,18-20 yrs,85,512706,19.049089431762695,0.6951020956039429,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,16.578702926635742 +1984,12,0.6951020956039429,other external,18-20 yrs,61,512706,19.049089431762695,0.6951020956039429,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,11.897656440734863 +1984,12,0.6951020956039429,internal,18-20 yrs,106,512706,19.049089431762695,0.6951020956039429,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,20.67461585998535 +1984,12,0.6951020956039429,all,21-24 yrs,1009,727784,22.512351989746094,1,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,138.64002990722656 +1984,12,0.6951020956039429,MVA,21-24 yrs,355,727784,22.512351989746094,1,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,48.7782096862793 +1984,12,0.6951020956039429,suicide,21-24 yrs,147,727784,22.512351989746094,1,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,20.198301315307617 +1984,12,0.6951020956039429,homicide,21-24 yrs,170,727784,22.512351989746094,1,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,23.358579635620117 +1984,12,0.6951020956039429,other external,21-24 yrs,118,727784,22.512351989746094,1,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,16.21360206604004 +1984,12,0.6951020956039429,internal,21-24 yrs,219,727784,22.512351989746094,1,0.615976870059967,1.4800000190734863,0.4000000059604645,1.2400000095367432,3.119999885559082,30.091344833374023 +1985,12,0.6483528017997742,MVA,15-17 yrs,149,454686,15.998745918273926,0,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,32.769866943359375 +1985,12,0.6483528017997742,suicide,15-17 yrs,39,454686,15.998745918273926,0,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,8.577347755432129 +1985,12,0.6483528017997742,homicide,15-17 yrs,36,454686,15.998745918273926,0,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,7.9175519943237305 +1985,12,0.6483528017997742,other external,15-17 yrs,38,454686,15.998745918273926,0,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,8.357416152954102 +1985,12,0.6483528017997742,internal,15-17 yrs,80,454686,15.998745918273926,0,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,17.594560623168945 +1985,12,0.6483528017997742,all,18-20 yrs,573,497298,19.047414779663086,0.6483528017997742,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,115.22266387939453 +1985,12,0.6483528017997742,MVA,18-20 yrs,262,497298,19.047414779663086,0.6483528017997742,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,52.68470764160156 +1985,12,0.6483528017997742,suicide,18-20 yrs,62,497298,19.047414779663086,0.6483528017997742,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,12.467373847961426 +1985,12,0.6483528017997742,homicide,18-20 yrs,81,497298,19.047414779663086,0.6483528017997742,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,16.288021087646484 +1985,12,0.6483528017997742,other external,18-20 yrs,57,497298,19.047414779663086,0.6483528017997742,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,11.46194076538086 +1985,12,0.6483528017997742,internal,18-20 yrs,111,497298,19.047414779663086,0.6483528017997742,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,22.320621490478516 +1985,12,0.6483528017997742,all,21-24 yrs,999,742107,22.52031707763672,1,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,134.61669921875 +1985,12,0.6483528017997742,MVA,21-24 yrs,357,742107,22.52031707763672,1,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,48.10626983642578 +1985,12,0.6483528017997742,suicide,21-24 yrs,137,742107,22.52031707763672,1,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,18.460948944091797 +1985,12,0.6483528017997742,homicide,21-24 yrs,160,742107,22.52031707763672,1,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,21.56023406982422 +1985,12,0.6483528017997742,other external,21-24 yrs,118,742107,22.52031707763672,1,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,15.90067195892334 +1985,12,0.6483528017997742,internal,21-24 yrs,227,742107,22.52031707763672,1,0.5947955250740051,1.4700000286102295,0.4099999964237213,1.159999966621399,3.0399999618530273,30.588581085205078 +1986,12,0.346679151058197,MVA,15-17 yrs,174,474927,15.995079040527344,0,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,36.637210845947266 +1986,12,0.346679151058197,suicide,15-17 yrs,48,474927,15.995079040527344,0,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,10.106816291809082 +1986,12,0.346679151058197,homicide,15-17 yrs,45,474927,15.995079040527344,0,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,9.475140571594238 +1986,12,0.346679151058197,other external,15-17 yrs,51,474927,15.995079040527344,0,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,10.738492012023926 +1986,12,0.346679151058197,internal,15-17 yrs,79,474927,15.995079040527344,0,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,16.634136199951172 +1986,12,0.346679151058197,all,18-20 yrs,606,483203,19.037212371826172,0.346679151058197,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,125.41313171386719 +1986,12,0.346679151058197,MVA,18-20 yrs,273,483203,19.037212371826172,0.346679151058197,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,56.49799346923828 +1986,12,0.346679151058197,suicide,18-20 yrs,56,483203,19.037212371826172,0.346679151058197,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,11.58933162689209 +1986,12,0.346679151058197,homicide,18-20 yrs,95,483203,19.037212371826172,0.346679151058197,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,19.66047477722168 +1986,12,0.346679151058197,other external,18-20 yrs,62,483203,19.037212371826172,0.346679151058197,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,12.831046104431152 +1986,12,0.346679151058197,internal,18-20 yrs,120,483203,19.037212371826172,0.346679151058197,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,24.83428382873535 +1986,12,0.346679151058197,all,21-24 yrs,1044,746824,22.53330421447754,1,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,139.79197692871094 +1986,12,0.346679151058197,MVA,21-24 yrs,362,746824,22.53330421447754,1,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,48.471927642822266 +1986,12,0.346679151058197,suicide,21-24 yrs,129,746824,22.53330421447754,1,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,17.27314567565918 +1986,12,0.346679151058197,homicide,21-24 yrs,183,746824,22.53330421447754,1,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,24.503765106201172 +1986,12,0.346679151058197,other external,21-24 yrs,130,746824,22.53330421447754,1,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,17.407047271728516 +1986,12,0.346679151058197,internal,21-24 yrs,240,746824,22.53330421447754,1,0.5839415788650513,1.5,0.4099999964237213,1.0499999523162842,2.9600000381469727,32.136085510253906 +1987,12,0.0424189418554306,MVA,15-17 yrs,168,482185,16.02831268310547,0,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,34.841400146484375 +1987,12,0.0424189418554306,suicide,15-17 yrs,35,482185,16.02831268310547,0,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,7.258625030517578 +1987,12,0.0424189418554306,homicide,15-17 yrs,54,482185,16.02831268310547,0,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,11.199021339416504 +1987,12,0.0424189418554306,other external,15-17 yrs,55,482185,16.02831268310547,0,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,11.406410217285156 +1987,12,0.0424189418554306,internal,15-17 yrs,68,482185,16.02831268310547,0,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,14.102471351623535 +1987,12,0.0424189418554306,all,18-20 yrs,588,484075,19.01919937133789,0.0424189418554306,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,121.46878051757812 +1987,12,0.0424189418554306,MVA,18-20 yrs,235,484075,19.01919937133789,0.0424189418554306,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,48.54619598388672 +1987,12,0.0424189418554306,suicide,18-20 yrs,58,484075,19.01919937133789,0.0424189418554306,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,11.981614112854004 +1987,12,0.0424189418554306,homicide,18-20 yrs,117,484075,19.01919937133789,0.0424189418554306,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,24.169809341430664 +1987,12,0.0424189418554306,other external,18-20 yrs,69,484075,19.01919937133789,0.0424189418554306,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,14.253989219665527 +1987,12,0.0424189418554306,internal,18-20 yrs,109,484075,19.01919937133789,0.0424189418554306,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,22.51717185974121 +1987,12,0.0424189418554306,all,21-24 yrs,1016,741879,22.564043045043945,1,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,136.94955444335938 +1987,12,0.0424189418554306,MVA,21-24 yrs,338,741879,22.564043045043945,1,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,45.55998992919922 +1987,12,0.0424189418554306,suicide,21-24 yrs,132,741879,22.564043045043945,1,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,17.792659759521484 +1987,12,0.0424189418554306,homicide,21-24 yrs,207,741879,22.564043045043945,1,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,27.902124404907227 +1987,12,0.0424189418554306,other external,21-24 yrs,114,741879,22.564043045043945,1,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,15.366387367248535 +1987,12,0.0424189418554306,internal,21-24 yrs,225,741879,22.564043045043945,1,0.5633803009986877,1.5099999904632568,0.41999998688697815,1.0299999713897705,2.950000047683716,30.32839584350586 +1988,12,0,MVA,15-17 yrs,194,476074,16.05687141418457,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,40.74996566772461 +1988,12,0,suicide,15-17 yrs,51,476074,16.05687141418457,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,10.712620735168457 +1988,12,0,homicide,15-17 yrs,74,476074,16.05687141418457,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,15.543802261352539 +1988,12,0,other external,15-17 yrs,47,476074,16.05687141418457,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,9.872414588928223 +1988,12,0,internal,15-17 yrs,93,476074,16.05687141418457,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,19.534778594970703 +1988,12,0,all,18-20 yrs,661,493381,18.998674392700195,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,133.97354125976562 +1988,12,0,MVA,18-20 yrs,286,493381,18.998674392700195,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,57.96737289428711 +1988,12,0,suicide,18-20 yrs,69,493381,18.998674392700195,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,13.985135078430176 +1988,12,0,homicide,18-20 yrs,148,493381,18.998674392700195,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,29.997100830078125 +1988,12,0,other external,18-20 yrs,56,493381,18.998674392700195,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,11.350255012512207 +1988,12,0,internal,18-20 yrs,102,493381,18.998674392700195,0,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,20.673677444458008 +1988,12,0,all,21-24 yrs,1067,725017,22.578977584838867,1,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,147.16896057128906 +1988,12,0,MVA,21-24 yrs,381,725017,22.578977584838867,1,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,52.55049133300781 +1988,12,0,suicide,21-24 yrs,112,725017,22.578977584838867,1,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,15.44791316986084 +1988,12,0,homicide,21-24 yrs,221,725017,22.578977584838867,1,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,30.482044219970703 +1988,12,0,other external,21-24 yrs,100,725017,22.578977584838867,1,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,13.792779922485352 +1988,12,0,internal,21-24 yrs,253,725017,22.578977584838867,1,0.5409974455833435,1.5099999904632568,0.4099999964237213,1,2.9200000762939453,34.89573287963867 +1989,12,0,MVA,15-17 yrs,134,458107,16.041872024536133,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,29.250808715820312 +1989,12,0,suicide,15-17 yrs,39,458107,16.041872024536133,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,8.51329517364502 +1989,12,0,homicide,15-17 yrs,53,458107,16.041872024536133,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,11.56934928894043 +1989,12,0,other external,15-17 yrs,58,458107,16.041872024536133,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,12.660797119140625 +1989,12,0,internal,15-17 yrs,78,458107,16.041872024536133,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,17.02659034729004 +1989,12,0,all,18-20 yrs,634,515457,18.998247146606445,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,122.99765014648438 +1989,12,0,MVA,18-20 yrs,237,515457,18.998247146606445,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,45.97861862182617 +1989,12,0,suicide,18-20 yrs,78,515457,18.998247146606445,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,15.132203102111816 +1989,12,0,homicide,18-20 yrs,133,515457,18.998247146606445,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,25.80234718322754 +1989,12,0,other external,18-20 yrs,66,515457,18.998247146606445,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,12.804171562194824 +1989,12,0,internal,18-20 yrs,120,515457,18.998247146606445,0,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,23.280311584472656 +1989,12,0,all,21-24 yrs,979,707432,22.572546005249023,1,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,138.3878631591797 +1989,12,0,MVA,21-24 yrs,345,707432,22.572546005249023,1,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,48.76793670654297 +1989,12,0,suicide,21-24 yrs,121,707432,22.572546005249023,1,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,17.10411834716797 +1989,12,0,homicide,21-24 yrs,201,707432,22.572546005249023,1,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,28.41262435913086 +1989,12,0,other external,21-24 yrs,88,707432,22.572546005249023,1,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,12.43935775756836 +1989,12,0,internal,21-24 yrs,224,707432,22.572546005249023,1,0.5161290168762207,1.5099999904632568,0.38999998569488525,1,2.9000000953674316,31.663820266723633 +1990,12,0,MVA,15-17 yrs,138,464132,16.00023651123047,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,29.732921600341797 +1990,12,0,suicide,15-17 yrs,40,464132,16.00023651123047,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,8.618237495422363 +1990,12,0,homicide,15-17 yrs,56,464132,16.00023651123047,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,12.065532684326172 +1990,12,0,other external,15-17 yrs,41,464132,16.00023651123047,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,8.833693504333496 +1990,12,0,internal,15-17 yrs,74,464132,16.00023651123047,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,15.943739891052246 +1990,12,0,all,18-20 yrs,609,520308,19.033363342285156,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,117.04605865478516 +1990,12,0,MVA,18-20 yrs,231,520308,19.033363342285156,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,44.39678192138672 +1990,12,0,suicide,18-20 yrs,71,520308,19.033363342285156,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,13.645763397216797 +1990,12,0,homicide,18-20 yrs,144,520308,19.033363342285156,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,27.675914764404297 +1990,12,0,other external,18-20 yrs,55,520308,19.033363342285156,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,10.570661544799805 +1990,12,0,internal,18-20 yrs,108,520308,19.033363342285156,0,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,20.75693702697754 +1990,12,0,all,21-24 yrs,895,691511,22.53966522216797,1,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,129.4267120361328 +1990,12,0,MVA,21-24 yrs,278,691511,22.53966522216797,1,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,40.201820373535156 +1990,12,0,suicide,21-24 yrs,104,691511,22.53966522216797,1,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,15.039529800415039 +1990,12,0,homicide,21-24 yrs,216,691511,22.53966522216797,1,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,31.235944747924805 +1990,12,0,other external,21-24 yrs,84,691511,22.53966522216797,1,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,12.14731216430664 +1990,12,0,internal,21-24 yrs,213,691511,22.53966522216797,1,0.489670991897583,1.5399999618530273,0.38999998569488525,1.0399999618530273,2.9600000381469727,30.802112579345703 +1991,12,0,MVA,15-17 yrs,112,461056,16.005672454833984,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,24.29206085205078 +1991,12,0,suicide,15-17 yrs,43,461056,16.005672454833984,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,9.326416015625 +1991,12,0,homicide,15-17 yrs,66,461056,16.005672454833984,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,14.314964294433594 +1991,12,0,other external,15-17 yrs,45,461056,16.005672454833984,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,9.760202407836914 +1991,12,0,internal,15-17 yrs,73,461056,16.005672454833984,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,15.83321762084961 +1991,12,0,all,18-20 yrs,550,510798,19.052860260009766,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,107.6746597290039 +1991,12,0,MVA,18-20 yrs,210,510798,19.052860260009766,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,41.11214065551758 +1991,12,0,suicide,18-20 yrs,65,510798,19.052860260009766,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,12.725187301635742 +1991,12,0,homicide,18-20 yrs,117,510798,19.052860260009766,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,22.905336380004883 +1991,12,0,other external,18-20 yrs,48,510798,19.052860260009766,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,9.397061347961426 +1991,12,0,internal,18-20 yrs,110,510798,19.052860260009766,0,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,21.534931182861328 +1991,12,0,all,21-24 yrs,859,690442,22.502151489257812,1,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,124.41305541992188 +1991,12,0,MVA,21-24 yrs,268,690442,22.502151489257812,1,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,38.81571578979492 +1991,12,0,suicide,21-24 yrs,125,690442,22.502151489257812,1,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,18.104345321655273 +1991,12,0,homicide,21-24 yrs,150,690442,22.502151489257812,1,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,21.7252140045166 +1991,12,0,other external,21-24 yrs,76,690442,22.502151489257812,1,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,11.007441520690918 +1991,12,0,internal,21-24 yrs,240,690442,22.502151489257812,1,0.46989721059799194,1.4299999475479126,0.3400000035762787,0.9200000166893005,2.690000057220459,34.76034164428711 +1992,12,0,MVA,15-17 yrs,113,469921,15.995871543884277,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,24.046594619750977 +1992,12,0,suicide,15-17 yrs,40,469921,15.995871543884277,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,8.512068748474121 +1992,12,0,homicide,15-17 yrs,54,469921,15.995871543884277,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,11.491292953491211 +1992,12,0,other external,15-17 yrs,32,469921,15.995871543884277,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,6.80965518951416 +1992,12,0,internal,15-17 yrs,66,469921,15.995871543884277,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,14.044914245605469 +1992,12,0,all,18-20 yrs,494,493296,19.04254722595215,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,100.14271545410156 +1992,12,0,MVA,18-20 yrs,181,493296,19.04254722595215,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,36.69196701049805 +1992,12,0,suicide,18-20 yrs,58,493296,19.04254722595215,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,11.757646560668945 +1992,12,0,homicide,18-20 yrs,127,493296,19.04254722595215,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,25.74519157409668 +1992,12,0,other external,18-20 yrs,40,493296,19.04254722595215,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,8.108721733093262 +1992,12,0,internal,18-20 yrs,88,493296,19.04254722595215,0,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,17.839187622070312 +1992,12,0,all,21-24 yrs,721,696733,22.475156784057617,1,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,103.48297119140625 +1992,12,0,MVA,21-24 yrs,183,696733,22.475156784057617,1,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,26.26544189453125 +1992,12,0,suicide,21-24 yrs,86,696733,22.475156784057617,1,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,12.34332275390625 +1992,12,0,homicide,21-24 yrs,173,696733,22.475156784057617,1,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,24.830171585083008 +1992,12,0,other external,21-24 yrs,70,696733,22.475156784057617,1,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,10.046890258789062 +1992,12,0,internal,21-24 yrs,209,696733,22.475156784057617,1,0.4561653435230255,1.4500000476837158,0.3400000035762787,0.9599999785423279,2.75,29.99714469909668 +1993,12,0,MVA,15-17 yrs,106,480257,15.980439186096191,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,22.071516036987305 +1993,12,0,suicide,15-17 yrs,52,480257,15.980439186096191,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,10.827535629272461 +1993,12,0,homicide,15-17 yrs,57,480257,15.980439186096191,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,11.868645668029785 +1993,12,0,other external,15-17 yrs,44,480257,15.980439186096191,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,9.161761283874512 +1993,12,0,internal,15-17 yrs,86,480257,15.980439186096191,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,17.907079696655273 +1993,12,0,all,18-20 yrs,527,484911,19.02215576171875,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,108.67974090576172 +1993,12,0,MVA,18-20 yrs,195,484911,19.02215576171875,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,40.213565826416016 +1993,12,0,suicide,18-20 yrs,64,484911,19.02215576171875,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,13.198298454284668 +1993,12,0,homicide,18-20 yrs,117,484911,19.02215576171875,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,24.12813949584961 +1993,12,0,other external,18-20 yrs,51,484911,19.02215576171875,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,10.517394065856934 +1993,12,0,internal,18-20 yrs,100,484911,19.02215576171875,0,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,20.62234115600586 +1993,12,0,all,21-24 yrs,846,695626,22.50128173828125,1,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,121.61707305908203 +1993,12,0,MVA,21-24 yrs,258,695626,22.50128173828125,1,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,37.08889389038086 +1993,12,0,suicide,21-24 yrs,129,695626,22.50128173828125,1,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,18.54444694519043 +1993,12,0,homicide,21-24 yrs,163,695626,22.50128173828125,1,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,23.432130813598633 +1993,12,0,other external,21-24 yrs,77,695626,22.50128173828125,1,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,11.06916618347168 +1993,12,0,internal,21-24 yrs,219,695626,22.50128173828125,1,0.44290655851364136,1.440000057220459,0.33000001311302185,0.9200000166893005,2.680000066757202,31.48243522644043 +1994,12,0,MVA,15-17 yrs,150,498282,15.984410285949707,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,30.103435516357422 +1994,12,0,suicide,15-17 yrs,40,498282,15.984410285949707,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,8.027583122253418 +1994,12,0,homicide,15-17 yrs,67,498282,15.984410285949707,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,13.44620132446289 +1994,12,0,other external,15-17 yrs,36,498282,15.984410285949707,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,7.22482442855835 +1994,12,0,internal,15-17 yrs,66,498282,15.984410285949707,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,13.245512008666992 +1994,12,0,all,18-20 yrs,551,483341,19.02227210998535,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,113.9981918334961 +1994,12,0,MVA,18-20 yrs,205,483341,19.02227210998535,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,42.41312026977539 +1994,12,0,suicide,18-20 yrs,68,483341,19.02227210998535,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,14.068742752075195 +1994,12,0,homicide,18-20 yrs,115,483341,19.02227210998535,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,23.792726516723633 +1994,12,0,other external,18-20 yrs,44,483341,19.02227210998535,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,9.103303909301758 +1994,12,0,internal,18-20 yrs,119,483341,19.02227210998535,0,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,24.620298385620117 +1994,12,0,all,21-24 yrs,873,691429,22.538429260253906,1,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,126.26025390625 +1994,12,0,MVA,21-24 yrs,254,691429,22.538429260253906,1,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,36.73551559448242 +1994,12,0,suicide,21-24 yrs,104,691429,22.538429260253906,1,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,15.041313171386719 +1994,12,0,homicide,21-24 yrs,190,691429,22.538429260253906,1,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,27.47932243347168 +1994,12,0,other external,21-24 yrs,67,691429,22.538429260253906,1,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,9.69007682800293 +1994,12,0,internal,21-24 yrs,258,691429,22.538429260253906,1,0.4318488538265228,1.399999976158142,0.33000001311302185,0.8700000047683716,2.5999999046325684,37.31402587890625 +1995,12,0,MVA,15-17 yrs,129,516526,15.97201919555664,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,24.97454071044922 +1995,12,0,suicide,15-17 yrs,30,516526,15.97201919555664,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,5.808032989501953 +1995,12,0,homicide,15-17 yrs,55,516526,15.97201919555664,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,10.648059844970703 +1995,12,0,other external,15-17 yrs,36,516526,15.97201919555664,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,6.969639301300049 +1995,12,0,internal,15-17 yrs,77,516526,15.97201919555664,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,14.9072847366333 +1995,12,0,all,18-20 yrs,551,492283,19.013404846191406,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,111.927490234375 +1995,12,0,MVA,18-20 yrs,216,492283,19.013404846191406,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,43.877201080322266 +1995,12,0,suicide,18-20 yrs,69,492283,19.013404846191406,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,14.016327857971191 +1995,12,0,homicide,18-20 yrs,93,492283,19.013404846191406,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,18.891572952270508 +1995,12,0,other external,18-20 yrs,65,492283,19.013404846191406,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,13.203786849975586 +1995,12,0,internal,18-20 yrs,108,492283,19.013404846191406,0,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,21.938600540161133 +1995,12,0,all,21-24 yrs,880,678474,22.550514221191406,1,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,129.7028350830078 +1995,12,0,MVA,21-24 yrs,251,678474,22.550514221191406,1,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,36.99478530883789 +1995,12,0,suicide,21-24 yrs,127,678474,22.550514221191406,1,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,18.718477249145508 +1995,12,0,homicide,21-24 yrs,158,678474,22.550514221191406,1,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,23.287553787231445 +1995,12,0,other external,21-24 yrs,71,678474,22.550514221191406,1,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,10.46466064453125 +1995,12,0,internal,21-24 yrs,273,678474,22.550514221191406,1,0.4199475049972534,1.340000033378601,0.3499999940395355,0.8199999928474426,2.5,40.23735427856445 +1996,12,0,MVA,15-17 yrs,134,535575,15.976797103881836,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,25.019838333129883 +1996,12,0,suicide,15-17 yrs,35,535575,15.976797103881836,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,6.535032272338867 +1996,12,0,homicide,15-17 yrs,47,535575,15.976797103881836,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,8.775614738464355 +1996,12,0,other external,15-17 yrs,35,535575,15.976797103881836,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,6.535032272338867 +1996,12,0,internal,15-17 yrs,78,535575,15.976797103881836,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,14.563786506652832 +1996,12,0,all,18-20 yrs,502,501584,19.00335121154785,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,100.08293914794922 +1996,12,0,MVA,18-20 yrs,172,501584,19.00335121154785,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,34.29136657714844 +1996,12,0,suicide,18-20 yrs,58,501584,19.00335121154785,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,11.563366889953613 +1996,12,0,homicide,18-20 yrs,112,501584,19.00335121154785,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,22.329261779785156 +1996,12,0,other external,18-20 yrs,61,501584,19.00335121154785,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,12.16147232055664 +1996,12,0,internal,18-20 yrs,99,501584,19.00335121154785,0,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,19.737472534179688 +1996,12,0,all,21-24 yrs,821,667402,22.52178955078125,1,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,123.01431274414062 +1996,12,0,MVA,21-24 yrs,230,667402,22.52178955078125,1,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,34.46198654174805 +1996,12,0,suicide,21-24 yrs,127,667402,22.52178955078125,1,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,19.029010772705078 +1996,12,0,homicide,21-24 yrs,142,667402,22.52178955078125,1,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,21.276531219482422 +1996,12,0,other external,21-24 yrs,90,667402,22.52178955078125,1,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,13.485125541687012 +1996,12,0,internal,21-24 yrs,232,667402,22.52178955078125,1,0.40790313482284546,1.3600000143051147,0.3700000047683716,0.8100000023841858,2.5399999618530273,34.76165771484375 +1970,13,0,MVA,15-17 yrs,133,271635,15.980168342590332,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,48.96276092529297 +1970,13,0,suicide,15-17 yrs,10,271635,15.980168342590332,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,3.681410789489746 +1970,13,0,homicide,15-17 yrs,29,271635,15.980168342590332,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,10.676091194152832 +1970,13,0,other external,15-17 yrs,70,271635,15.980168342590332,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,25.769874572753906 +1970,13,0,internal,15-17 yrs,92,271635,15.980168342590332,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,33.868980407714844 +1970,13,0,all,18-20 yrs,458,260127,19.00575065612793,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,176.06784057617188 +1970,13,0,MVA,18-20 yrs,200,260127,19.00575065612793,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,76.8855209350586 +1970,13,0,suicide,18-20 yrs,17,260127,19.00575065612793,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,6.535269260406494 +1970,13,0,homicide,18-20 yrs,63,260127,19.00575065612793,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,24.21893882751465 +1970,13,0,other external,18-20 yrs,66,260127,19.00575065612793,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,25.372222900390625 +1970,13,0,internal,18-20 yrs,112,260127,19.00575065612793,0,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,43.05589294433594 +1970,13,0,all,21-24 yrs,598,328338,22.426429748535156,1,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,182.12939453125 +1970,13,0,MVA,21-24 yrs,216,328338,22.426429748535156,1,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,65.7858657836914 +1970,13,0,suicide,21-24 yrs,36,328338,22.426429748535156,1,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,10.964311599731445 +1970,13,0,homicide,21-24 yrs,112,328338,22.426429748535156,1,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,34.11119079589844 +1970,13,0,other external,21-24 yrs,88,328338,22.426429748535156,1,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,26.80164909362793 +1970,13,0,internal,21-24 yrs,146,328338,22.426429748535156,1,0.8313934206962585,0.7900000214576721,0.14000000059604645,1.0199999809265137,1.9500000476837158,44.466373443603516 +1971,13,0,MVA,15-17 yrs,134,283575,15.987030029296875,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,47.253814697265625 +1971,13,0,suicide,15-17 yrs,12,283575,15.987030029296875,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,4.231684684753418 +1971,13,0,homicide,15-17 yrs,30,283575,15.987030029296875,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,10.579212188720703 +1971,13,0,other external,15-17 yrs,67,283575,15.987030029296875,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,23.626907348632812 +1971,13,0,internal,15-17 yrs,79,283575,15.987030029296875,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,27.858591079711914 +1971,13,0,all,18-20 yrs,471,269580,18.984445571899414,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,174.7162322998047 +1971,13,0,MVA,18-20 yrs,215,269580,18.984445571899414,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,79.753692626953125 +1971,13,0,suicide,18-20 yrs,24,269580,18.984445571899414,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,8.902737617492676 +1971,13,0,homicide,18-20 yrs,67,269580,18.984445571899414,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,24.85347557067871 +1971,13,0,other external,18-20 yrs,66,269580,18.984445571899414,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,24.482528686523438 +1971,13,0,internal,18-20 yrs,99,269580,18.984445571899414,0,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,36.723793029785156 +1971,13,0,all,21-24 yrs,657,348163,22.54509735107422,1,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,188.7047119140625 +1971,13,0,MVA,21-24 yrs,257,348163,22.54509735107422,1,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,73.81600189208984 +1971,13,0,suicide,21-24 yrs,44,348163,22.54509735107422,1,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,12.6377592086792 +1971,13,0,homicide,21-24 yrs,118,348163,22.54509735107422,1,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,33.89216995239258 +1971,13,0,other external,21-24 yrs,94,348163,22.54509735107422,1,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,26.99884796142578 +1971,13,0,internal,21-24 yrs,144,348163,22.54509735107422,1,0.7964953780174255,0.8600000143051147,0.11999999731779099,1.0800000429153442,2.069999933242798,41.35993957519531 +1972,13,0.5041095614433289,MVA,15-17 yrs,154,293002,15.985467910766602,0,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,52.55936813354492 +1972,13,0.5041095614433289,suicide,15-17 yrs,18,293002,15.985467910766602,0,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,6.143302917480469 +1972,13,0.5041095614433289,homicide,15-17 yrs,24,293002,15.985467910766602,0,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,8.191070556640625 +1972,13,0.5041095614433289,other external,15-17 yrs,68,293002,15.985467910766602,0,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,23.208032608032227 +1972,13,0.5041095614433289,internal,15-17 yrs,48,293002,15.985467910766602,0,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,16.38214111328125 +1972,13,0.5041095614433289,all,18-20 yrs,538,280212,18.983959197998047,0.5041095614433289,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,191.9974822998047 +1972,13,0.5041095614433289,MVA,18-20 yrs,238,280212,18.983959197998047,0.5041095614433289,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,84.9356918334961 +1972,13,0.5041095614433289,suicide,18-20 yrs,26,280212,18.983959197998047,0.5041095614433289,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,9.27868938446045 +1972,13,0.5041095614433289,homicide,18-20 yrs,72,280212,18.983959197998047,0.5041095614433289,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,25.69483184814453 +1972,13,0.5041095614433289,other external,18-20 yrs,96,280212,18.983959197998047,0.5041095614433289,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,34.25977325439453 +1972,13,0.5041095614433289,internal,18-20 yrs,106,280212,18.983959197998047,0.5041095614433289,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,37.8285026550293 +1972,13,0.5041095614433289,all,21-24 yrs,658,340038,22.508825302124023,1,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,193.50778198242188 +1972,13,0.5041095614433289,MVA,21-24 yrs,234,340038,22.508825302124023,1,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,68.81584167480469 +1972,13,0.5041095614433289,suicide,21-24 yrs,58,340038,22.508825302124023,1,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,17.056917190551758 +1972,13,0.5041095614433289,homicide,21-24 yrs,136,340038,22.508825302124023,1,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,39.99552917480469 +1972,13,0.5041095614433289,other external,21-24 yrs,70,340038,22.508825302124023,1,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,20.585933685302734 +1972,13,0.5041095614433289,internal,21-24 yrs,160,340038,22.508825302124023,1,0.7717240452766418,0.8999999761581421,0.1599999964237213,1.1200000047683716,2.180000066757202,47.053565979003906 +1973,13,1,MVA,15-17 yrs,146,299916,15.992610931396484,0,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,48.6802978515625 +1973,13,1,suicide,15-17 yrs,8,299916,15.992610931396484,0,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,2.6674134731292725 +1973,13,1,homicide,15-17 yrs,38,299916,15.992610931396484,0,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,12.670214653015137 +1973,13,1,other external,15-17 yrs,74,299916,15.992610931396484,0,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,24.673574447631836 +1973,13,1,internal,15-17 yrs,64,299916,15.992610931396484,0,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,21.33930778503418 +1973,13,1,all,18-20 yrs,450,291705,18.988786697387695,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,154.26544189453125 +1973,13,1,MVA,18-20 yrs,164,291705,18.988786697387695,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,56.22118377685547 +1973,13,1,suicide,18-20 yrs,38,291705,18.988786697387695,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,13.026859283447266 +1973,13,1,homicide,18-20 yrs,76,291705,18.988786697387695,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,26.05371856689453 +1973,13,1,other external,18-20 yrs,87,291705,18.988786697387695,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,29.82465171813965 +1973,13,1,internal,18-20 yrs,85,291705,18.988786697387695,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,29.139026641845703 +1973,13,1,all,21-24 yrs,624,344677,22.487436294555664,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,181.0390625 +1973,13,1,MVA,21-24 yrs,218,344677,22.487436294555664,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,63.24761962890625 +1973,13,1,suicide,21-24 yrs,55,344677,22.487436294555664,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,15.956968307495117 +1973,13,1,homicide,21-24 yrs,127,344677,22.487436294555664,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,36.846092224121094 +1973,13,1,other external,21-24 yrs,93,344677,22.487436294555664,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,26.981782913208008 +1973,13,1,internal,21-24 yrs,131,344677,22.487436294555664,1,0.7265329360961914,0.9300000071525574,0.1599999964237213,1.0199999809265137,2.109999895095825,38.006595611572266 +1974,13,1,MVA,15-17 yrs,142,305569,15.999561309814453,0,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,46.47068405151367 +1974,13,1,suicide,15-17 yrs,22,305569,15.999561309814453,0,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,7.19968318939209 +1974,13,1,homicide,15-17 yrs,30,305569,15.999561309814453,0,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,9.817749977111816 +1974,13,1,other external,15-17 yrs,80,305569,15.999561309814453,0,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,26.180665969848633 +1974,13,1,internal,15-17 yrs,79,305569,15.999561309814453,0,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,25.853408813476562 +1974,13,1,all,18-20 yrs,482,300027,18.99297332763672,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,160.65220642089844 +1974,13,1,MVA,18-20 yrs,193,300027,18.99297332763672,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,64.327545166015625 +1974,13,1,suicide,18-20 yrs,40,300027,18.99297332763672,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,13.332133293151855 +1974,13,1,homicide,18-20 yrs,69,300027,18.99297332763672,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,22.9979305267334 +1974,13,1,other external,18-20 yrs,76,300027,18.99297332763672,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,25.331052780151367 +1974,13,1,internal,18-20 yrs,104,300027,18.99297332763672,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,34.66354751586914 +1974,13,1,all,21-24 yrs,601,352698,22.467164993286133,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,170.40074157714844 +1974,13,1,MVA,21-24 yrs,181,352698,22.467164993286133,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,51.31869125366211 +1974,13,1,suicide,21-24 yrs,56,352698,22.467164993286133,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,15.877606391906738 +1974,13,1,homicide,21-24 yrs,129,352698,22.467164993286133,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,36.575199127197266 +1974,13,1,other external,21-24 yrs,95,352698,22.467164993286133,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,26.935224533081055 +1974,13,1,internal,21-24 yrs,140,352698,22.467164993286133,1,0.6543217897415161,0.9900000095367432,0.15000000596046448,1.090000033378601,2.2300000190734863,39.69401550292969 +1975,13,1,MVA,15-17 yrs,96,307024,15.997355461120605,0,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,31.267913818359375 +1975,13,1,suicide,15-17 yrs,20,307024,15.997355461120605,0,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,6.514148712158203 +1975,13,1,homicide,15-17 yrs,23,307024,15.997355461120605,0,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,7.491271018981934 +1975,13,1,other external,15-17 yrs,73,307024,15.997355461120605,0,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,23.776643753051758 +1975,13,1,internal,15-17 yrs,66,307024,15.997355461120605,0,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,21.49669075012207 +1975,13,1,all,18-20 yrs,400,306942,18.990034103393555,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,130.31777954101562 +1975,13,1,MVA,18-20 yrs,167,306942,18.990034103393555,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,54.40767288208008 +1975,13,1,suicide,18-20 yrs,28,306942,18.990034103393555,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,9.122244834899902 +1975,13,1,homicide,18-20 yrs,51,306942,18.990034103393555,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,16.615516662597656 +1975,13,1,other external,18-20 yrs,64,306942,18.990034103393555,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,20.850845336914062 +1975,13,1,internal,18-20 yrs,90,306942,18.990034103393555,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,29.321500778198242 +1975,13,1,all,21-24 yrs,559,363365,22.45606803894043,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,153.8397979736328 +1975,13,1,MVA,21-24 yrs,157,363365,22.45606803894043,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,43.207244873046875 +1975,13,1,suicide,21-24 yrs,83,363365,22.45606803894043,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,22.8420467376709 +1975,13,1,homicide,21-24 yrs,104,363365,22.45606803894043,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,28.62135887145996 +1975,13,1,other external,21-24 yrs,81,363365,22.45606803894043,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,22.291635513305664 +1975,13,1,internal,21-24 yrs,134,363365,22.45606803894043,1,0.5995922684669495,0.9700000286102295,0.17000000178813934,1.159999966621399,2.299999952316284,36.87752151489258 +1976,13,1,MVA,15-17 yrs,100,309315,15.998709678649902,0,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,32.32950210571289 +1976,13,1,suicide,15-17 yrs,19,309315,15.998709678649902,0,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,6.142605304718018 +1976,13,1,homicide,15-17 yrs,23,309315,15.998709678649902,0,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,7.435785293579102 +1976,13,1,other external,15-17 yrs,63,309315,15.998709678649902,0,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,20.367586135864258 +1976,13,1,internal,15-17 yrs,57,309315,15.998709678649902,0,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,18.42781639099121 +1976,13,1,all,18-20 yrs,395,313648,18.996870040893555,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,125.9373550415039 +1976,13,1,MVA,18-20 yrs,165,313648,18.996870040893555,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,52.60674285888672 +1976,13,1,suicide,18-20 yrs,27,313648,18.996870040893555,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,8.608376502990723 +1976,13,1,homicide,18-20 yrs,57,313648,18.996870040893555,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,18.17323875427246 +1976,13,1,other external,18-20 yrs,67,313648,18.996870040893555,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,21.361526489257812 +1976,13,1,internal,18-20 yrs,79,313648,18.996870040893555,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,25.187471389770508 +1976,13,1,all,21-24 yrs,492,378082,22.461870193481445,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,130.1304931640625 +1976,13,1,MVA,21-24 yrs,149,378082,22.461870193481445,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,39.40943908691406 +1976,13,1,suicide,21-24 yrs,65,378082,22.461870193481445,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,17.19203758239746 +1976,13,1,homicide,21-24 yrs,88,378082,22.461870193481445,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,23.275373458862305 +1976,13,1,other external,21-24 yrs,80,378082,22.461870193481445,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,21.15943145751953 +1976,13,1,internal,21-24 yrs,110,378082,22.461870193481445,1,0.5669255256652832,0.9900000095367432,0.18000000715255737,1.2300000190734863,2.390000104904175,29.09421730041504 +1977,13,1,MVA,15-17 yrs,146,311595,16.001480102539062,0,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,46.85569381713867 +1977,13,1,suicide,15-17 yrs,33,311595,16.001480102539062,0,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,10.590670585632324 +1977,13,1,homicide,15-17 yrs,13,311595,16.001480102539062,0,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,4.172082424163818 +1977,13,1,other external,15-17 yrs,67,311595,16.001480102539062,0,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,21.502269744873047 +1977,13,1,internal,15-17 yrs,74,311595,16.001480102539062,0,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,23.748777389526367 +1977,13,1,all,18-20 yrs,431,317728,19.002586364746094,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,135.65061950683594 +1977,13,1,MVA,18-20 yrs,189,317728,19.002586364746094,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,59.48484420776367 +1977,13,1,suicide,18-20 yrs,34,317728,19.002586364746094,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,10.700977325439453 +1977,13,1,homicide,18-20 yrs,49,317728,19.002586364746094,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,15.421996116638184 +1977,13,1,other external,18-20 yrs,72,317728,19.002586364746094,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,22.660892486572266 +1977,13,1,internal,18-20 yrs,87,317728,19.002586364746094,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,27.381912231445312 +1977,13,1,all,21-24 yrs,536,390000,22.47296905517578,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,137.43589782714844 +1977,13,1,MVA,21-24 yrs,163,390000,22.47296905517578,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,41.79487228393555 +1977,13,1,suicide,21-24 yrs,68,390000,22.47296905517578,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,17.435897827148438 +1977,13,1,homicide,21-24 yrs,79,390000,22.47296905517578,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,20.256410598754883 +1977,13,1,other external,21-24 yrs,96,390000,22.47296905517578,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,24.615385055541992 +1977,13,1,internal,21-24 yrs,130,390000,22.47296905517578,1,0.5323113203048706,1.0800000429153442,0.1599999964237213,1.2300000190734863,2.4700000286102295,33.33333206176758 +1978,13,1,MVA,15-17 yrs,113,312899,16.00360107421875,0,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,36.1138916015625 +1978,13,1,suicide,15-17 yrs,16,312899,16.00360107421875,0,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,5.113471031188965 +1978,13,1,homicide,15-17 yrs,15,312899,16.00360107421875,0,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,4.79387903213501 +1978,13,1,other external,15-17 yrs,50,312899,16.00360107421875,0,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,15.979597091674805 +1978,13,1,internal,15-17 yrs,71,312899,16.00360107421875,0,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,22.691028594970703 +1978,13,1,all,18-20 yrs,411,318453,18.99806785583496,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,129.06143188476562 +1978,13,1,MVA,18-20 yrs,188,318453,18.99806785583496,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,59.035400390625 +1978,13,1,suicide,18-20 yrs,33,318453,18.99806785583496,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,10.36259651184082 +1978,13,1,homicide,18-20 yrs,36,318453,18.99806785583496,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,11.304651260375977 +1978,13,1,other external,18-20 yrs,62,318453,18.99806785583496,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,19.4691219329834 +1978,13,1,internal,18-20 yrs,92,318453,18.99806785583496,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,28.889663696289062 +1978,13,1,all,21-24 yrs,598,398929,22.476688385009766,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,149.9013671875 +1978,13,1,MVA,21-24 yrs,213,398929,22.476688385009766,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,53.39295959472656 +1978,13,1,suicide,21-24 yrs,68,398929,22.476688385009766,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,17.045639038085938 +1978,13,1,homicide,21-24 yrs,87,398929,22.476688385009766,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,21.808391571044922 +1978,13,1,other external,21-24 yrs,93,398929,22.476688385009766,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,23.312419891357422 +1978,13,1,internal,21-24 yrs,137,398929,22.476688385009766,1,0.4947555959224701,1.1399999856948853,0.1899999976158142,1.2599999904632568,2.5899999141693115,34.341949462890625 +1979,13,1,MVA,15-17 yrs,159,315841,16.001256942749023,0,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,50.3417854309082 +1979,13,1,suicide,15-17 yrs,17,315841,16.001256942749023,0,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,5.382454872131348 +1979,13,1,homicide,15-17 yrs,24,315841,16.001256942749023,0,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,7.59876012802124 +1979,13,1,other external,15-17 yrs,47,315841,16.001256942749023,0,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,14.880905151367188 +1979,13,1,internal,15-17 yrs,64,315841,16.001256942749023,0,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,20.26336097717285 +1979,13,1,all,18-20 yrs,428,322393,18.996742248535156,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,132.75721740722656 +1979,13,1,MVA,18-20 yrs,208,322393,18.996742248535156,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,64.51753234863281 +1979,13,1,suicide,18-20 yrs,35,322393,18.996742248535156,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,10.856314659118652 +1979,13,1,homicide,18-20 yrs,48,322393,18.996742248535156,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,14.888660430908203 +1979,13,1,other external,18-20 yrs,68,322393,18.996742248535156,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,21.092269897460938 +1979,13,1,internal,18-20 yrs,69,322393,18.996742248535156,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,21.402450561523438 +1979,13,1,all,21-24 yrs,581,406640,22.48574447631836,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,142.8782196044922 +1979,13,1,MVA,21-24 yrs,205,406640,22.48574447631836,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,50.413143157958984 +1979,13,1,suicide,21-24 yrs,70,406640,22.48574447631836,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,17.214242935180664 +1979,13,1,homicide,21-24 yrs,109,406640,22.48574447631836,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,26.805036544799805 +1979,13,1,other external,21-24 yrs,85,406640,22.48574447631836,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,20.90300941467285 +1979,13,1,internal,21-24 yrs,112,406640,22.48574447631836,1,0.4443259537220001,1.1699999570846558,0.1899999976158142,1.2200000286102295,2.5799999237060547,27.542789459228516 +1980,13,0.8915311098098755,MVA,15-17 yrs,136,313673,16.011566162109375,0,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,43.35725402832031 +1980,13,0.8915311098098755,suicide,15-17 yrs,14,313673,16.011566162109375,0,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,4.463246822357178 +1980,13,0.8915311098098755,homicide,15-17 yrs,20,313673,16.011566162109375,0,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,6.3760666847229 +1980,13,0.8915311098098755,other external,15-17 yrs,42,313673,16.011566162109375,0,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,13.389739990234375 +1980,13,0.8915311098098755,internal,15-17 yrs,54,313673,16.011566162109375,0,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,17.21537971496582 +1980,13,0.8915311098098755,all,18-20 yrs,454,323668,19.002296447753906,0.8915311098098755,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,140.26718139648438 +1980,13,0.8915311098098755,MVA,18-20 yrs,205,323668,19.002296447753906,0.8915311098098755,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,63.33650588989258 +1980,13,0.8915311098098755,suicide,18-20 yrs,40,323668,19.002296447753906,0.8915311098098755,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,12.358342170715332 +1980,13,0.8915311098098755,homicide,18-20 yrs,46,323668,19.002296447753906,0.8915311098098755,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,14.2120943069458 +1980,13,0.8915311098098755,other external,18-20 yrs,80,323668,19.002296447753906,0.8915311098098755,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,24.716684341430664 +1980,13,0.8915311098098755,internal,18-20 yrs,83,323668,19.002296447753906,0.8915311098098755,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,25.6435604095459 +1980,13,0.8915311098098755,all,21-24 yrs,561,411511,22.494646072387695,1,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,136.3268585205078 +1980,13,0.8915311098098755,MVA,21-24 yrs,211,411511,22.494646072387695,1,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,51.27444839477539 +1980,13,0.8915311098098755,suicide,21-24 yrs,70,411511,22.494646072387695,1,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,17.010480880737305 +1980,13,0.8915311098098755,homicide,21-24 yrs,94,411511,22.494646072387695,1,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,22.8426456451416 +1980,13,0.8915311098098755,other external,21-24 yrs,84,411511,22.494646072387695,1,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,20.41257667541504 +1980,13,0.8915311098098755,internal,21-24 yrs,102,411511,22.494646072387695,1,0.39148133993148804,1.0700000524520874,0.1899999976158142,1.090000033378601,2.3499999046325684,24.786701202392578 +1981,13,0.6771506071090698,MVA,15-17 yrs,110,305506,16.027612686157227,0,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,36.00584030151367 +1981,13,0.6771506071090698,suicide,15-17 yrs,8,305506,16.027612686157227,0,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,2.6186065673828125 +1981,13,0.6771506071090698,homicide,15-17 yrs,22,305506,16.027612686157227,0,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,7.201168060302734 +1981,13,0.6771506071090698,other external,15-17 yrs,60,305506,16.027612686157227,0,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,19.639549255371094 +1981,13,0.6771506071090698,internal,15-17 yrs,60,305506,16.027612686157227,0,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,19.639549255371094 +1981,13,0.6771506071090698,all,18-20 yrs,422,326753,19.015005111694336,0.6771506071090698,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,129.1495361328125 +1981,13,0.6771506071090698,MVA,18-20 yrs,204,326753,19.015005111694336,0.6771506071090698,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,62.43247985839844 +1981,13,0.6771506071090698,suicide,18-20 yrs,46,326753,19.015005111694336,0.6771506071090698,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,14.077912330627441 +1981,13,0.6771506071090698,homicide,18-20 yrs,38,326753,19.015005111694336,0.6771506071090698,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,11.629579544067383 +1981,13,0.6771506071090698,other external,18-20 yrs,56,326753,19.015005111694336,0.6771506071090698,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,17.138328552246094 +1981,13,0.6771506071090698,internal,18-20 yrs,78,326753,19.015005111694336,0.6771506071090698,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,23.87124252319336 +1981,13,0.6771506071090698,all,21-24 yrs,536,416291,22.50463104248047,1,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,128.75608825683594 +1981,13,0.6771506071090698,MVA,21-24 yrs,166,416291,22.50463104248047,1,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,39.875953674316406 +1981,13,0.6771506071090698,suicide,21-24 yrs,72,416291,22.50463104248047,1,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,17.29559326171875 +1981,13,0.6771506071090698,homicide,21-24 yrs,92,416291,22.50463104248047,1,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,22.099925994873047 +1981,13,0.6771506071090698,other external,21-24 yrs,82,416291,22.50463104248047,1,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,19.6977596282959 +1981,13,0.6771506071090698,internal,21-24 yrs,124,416291,22.50463104248047,1,0.3548741936683655,1.100000023841858,0.18000000715255737,1.090000033378601,2.380000114440918,29.786855697631836 +1982,13,0.6774499416351318,MVA,15-17 yrs,120,295010,16.029911041259766,0,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,40.67658615112305 +1982,13,0.6774499416351318,suicide,15-17 yrs,24,295010,16.029911041259766,0,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,8.1353178024292 +1982,13,0.6774499416351318,homicide,15-17 yrs,20,295010,16.029911041259766,0,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,6.779431343078613 +1982,13,0.6774499416351318,other external,15-17 yrs,36,295010,16.029911041259766,0,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,12.20297622680664 +1982,13,0.6774499416351318,internal,15-17 yrs,42,295010,16.029911041259766,0,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,14.23680591583252 +1982,13,0.6774499416351318,all,18-20 yrs,324,326647,19.015840530395508,0.6774499416351318,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,99.18964385986328 +1982,13,0.6774499416351318,MVA,18-20 yrs,116,326647,19.015840530395508,0.6774499416351318,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,35.5123405456543 +1982,13,0.6774499416351318,suicide,18-20 yrs,28,326647,19.015840530395508,0.6774499416351318,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,8.571944236755371 +1982,13,0.6774499416351318,homicide,18-20 yrs,52,326647,19.015840530395508,0.6774499416351318,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,15.919325828552246 +1982,13,0.6774499416351318,other external,18-20 yrs,48,326647,19.015840530395508,0.6774499416351318,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,14.694762229919434 +1982,13,0.6774499416351318,internal,18-20 yrs,80,326647,19.015840530395508,0.6774499416351318,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,24.491270065307617 +1982,13,0.6774499416351318,all,21-24 yrs,534,422371,22.487001419067383,1,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,126.42913818359375 +1982,13,0.6774499416351318,MVA,21-24 yrs,168,422371,22.487001419067383,1,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,39.77545928955078 +1982,13,0.6774499416351318,suicide,21-24 yrs,62,422371,22.487001419067383,1,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,14.679038047790527 +1982,13,0.6774499416351318,homicide,21-24 yrs,80,422371,22.487001419067383,1,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,18.94069480895996 +1982,13,0.6774499416351318,other external,21-24 yrs,96,422371,22.487001419067383,1,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,22.728832244873047 +1982,13,0.6774499416351318,internal,21-24 yrs,128,422371,22.487001419067383,1,0.33428046107292175,1.1200000047683716,0.20999999344348907,1.0399999618530273,2.369999885559082,30.305110931396484 +1983,13,0.6825763583183289,MVA,15-17 yrs,102,285094,16.02155113220215,0,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,35.777671813964844 +1983,13,0.6825763583183289,suicide,15-17 yrs,12,285094,16.02155113220215,0,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,4.209137916564941 +1983,13,0.6825763583183289,homicide,15-17 yrs,12,285094,16.02155113220215,0,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,4.209137916564941 +1983,13,0.6825763583183289,other external,15-17 yrs,29,285094,16.02155113220215,0,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,10.172083854675293 +1983,13,0.6825763583183289,internal,15-17 yrs,66,285094,16.02155113220215,0,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,23.150259017944336 +1983,13,0.6825763583183289,all,18-20 yrs,331,324875,19.023303985595703,0.6825763583183289,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,101.88533782958984 +1983,13,0.6825763583183289,MVA,18-20 yrs,148,324875,19.023303985595703,0.6825763583183289,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,45.55598449707031 +1983,13,0.6825763583183289,suicide,18-20 yrs,33,324875,19.023303985595703,0.6825763583183289,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,10.157752990722656 +1983,13,0.6825763583183289,homicide,18-20 yrs,33,324875,19.023303985595703,0.6825763583183289,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,10.157752990722656 +1983,13,0.6825763583183289,other external,18-20 yrs,57,324875,19.023303985595703,0.6825763583183289,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,17.545209884643555 +1983,13,0.6825763583183289,internal,18-20 yrs,60,324875,19.023303985595703,0.6825763583183289,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,18.46864128112793 +1983,13,0.6825763583183289,all,21-24 yrs,475,428900,22.48553466796875,1,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,110.74842834472656 +1983,13,0.6825763583183289,MVA,21-24 yrs,162,428900,22.48553466796875,1,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,37.77104187011719 +1983,13,0.6825763583183289,suicide,21-24 yrs,59,428900,22.48553466796875,1,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,13.756120681762695 +1983,13,0.6825763583183289,homicide,21-24 yrs,72,428900,22.48553466796875,1,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,16.78713035583496 +1983,13,0.6825763583183289,other external,21-24 yrs,85,428900,22.48553466796875,1,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,19.818140029907227 +1983,13,0.6825763583183289,internal,21-24 yrs,97,428900,22.48553466796875,1,0.32387614250183105,1.1399999856948853,0.2199999988079071,1.0499999523162842,2.4200000762939453,22.61599349975586 +1984,13,0.6906901001930237,MVA,15-17 yrs,117,284042,16.004533767700195,0,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,41.19108963012695 +1984,13,0.6906901001930237,suicide,15-17 yrs,18,284042,16.004533767700195,0,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,6.337090969085693 +1984,13,0.6906901001930237,homicide,15-17 yrs,14,284042,16.004533767700195,0,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,4.928848743438721 +1984,13,0.6906901001930237,other external,15-17 yrs,31,284042,16.004533767700195,0,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,10.91387939453125 +1984,13,0.6906901001930237,internal,15-17 yrs,56,284042,16.004533767700195,0,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,19.715394973754883 +1984,13,0.6906901001930237,all,18-20 yrs,335,319854,19.03921127319336,0.6906901001930237,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,104.73528289794922 +1984,13,0.6906901001930237,MVA,18-20 yrs,167,319854,19.03921127319336,0.6906901001930237,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,52.21132278442383 +1984,13,0.6906901001930237,suicide,18-20 yrs,29,319854,19.03921127319336,0.6906901001930237,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,9.06663703918457 +1984,13,0.6906901001930237,homicide,18-20 yrs,36,319854,19.03921127319336,0.6906901001930237,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,11.255135536193848 +1984,13,0.6906901001930237,other external,18-20 yrs,47,319854,19.03921127319336,0.6906901001930237,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,14.694204330444336 +1984,13,0.6906901001930237,internal,18-20 yrs,56,319854,19.03921127319336,0.6906901001930237,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,17.50798797607422 +1984,13,0.6906901001930237,all,21-24 yrs,509,437674,22.497089385986328,1,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,116.2966079711914 +1984,13,0.6906901001930237,MVA,21-24 yrs,171,437674,22.497089385986328,1,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,39.07017517089844 +1984,13,0.6906901001930237,suicide,21-24 yrs,54,437674,22.497089385986328,1,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,12.337949752807617 +1984,13,0.6906901001930237,homicide,21-24 yrs,98,437674,22.497089385986328,1,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,22.391094207763672 +1984,13,0.6906901001930237,other external,21-24 yrs,72,437674,22.497089385986328,1,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,16.450599670410156 +1984,13,0.6906901001930237,internal,21-24 yrs,114,437674,22.497089385986328,1,0.3104722201824188,1.1799999475479126,0.23000000417232513,1.059999942779541,2.4800000190734863,26.046783447265625 +1985,13,0.5763688683509827,MVA,15-17 yrs,105,289967,15.987957000732422,0,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,36.21101760864258 +1985,13,0.5763688683509827,suicide,15-17 yrs,26,289967,15.987957000732422,0,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,8.9665374755859375 +1985,13,0.5763688683509827,homicide,15-17 yrs,12,289967,15.987957000732422,0,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,4.138401985168457 +1985,13,0.5763688683509827,other external,15-17 yrs,37,289967,15.987957000732422,0,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,12.760072708129883 +1985,13,0.5763688683509827,internal,15-17 yrs,52,289967,15.987957000732422,0,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,17.933074951171875 +1985,13,0.5763688683509827,all,18-20 yrs,336,313131,19.041015625,0.5763688683509827,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,107.30332946777344 +1985,13,0.5763688683509827,MVA,18-20 yrs,152,313131,19.041015625,0.5763688683509827,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,48.54198455810547 +1985,13,0.5763688683509827,suicide,18-20 yrs,27,313131,19.041015625,0.5763688683509827,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,8.622589111328125 +1985,13,0.5763688683509827,homicide,18-20 yrs,53,313131,19.041015625,0.5763688683509827,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,16.925823211669922 +1985,13,0.5763688683509827,other external,18-20 yrs,39,313131,19.041015625,0.5763688683509827,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,12.454851150512695 +1985,13,0.5763688683509827,internal,18-20 yrs,65,313131,19.041015625,0.5763688683509827,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,20.758085250854492 +1985,13,0.5763688683509827,all,21-24 yrs,524,445992,22.511438369750977,1,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,117.49089813232422 +1985,13,0.5763688683509827,MVA,21-24 yrs,178,445992,22.511438369750977,1,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,39.91102981567383 +1985,13,0.5763688683509827,suicide,21-24 yrs,63,445992,22.511438369750977,1,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,14.125813484191895 +1985,13,0.5763688683509827,homicide,21-24 yrs,88,445992,22.511438369750977,1,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,19.73129653930664 +1985,13,0.5763688683509827,other external,21-24 yrs,61,445992,22.511438369750977,1,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,13.677375793457031 +1985,13,0.5763688683509827,internal,21-24 yrs,134,445992,22.511438369750977,1,0.29979613423347473,1.1699999570846558,0.25,1.0099999904632568,2.430000066757202,30.045381546020508 +1986,13,0.23116761445999146,MVA,15-17 yrs,124,301528,15.985404014587402,0,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,41.12387466430664 +1986,13,0.23116761445999146,suicide,15-17 yrs,18,301528,15.985404014587402,0,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,5.969594955444336 +1986,13,0.23116761445999146,homicide,15-17 yrs,21,301528,15.985404014587402,0,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,6.964527130126953 +1986,13,0.23116761445999146,other external,15-17 yrs,34,301528,15.985404014587402,0,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,11.275901794433594 +1986,13,0.23116761445999146,internal,15-17 yrs,54,301528,15.985404014587402,0,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,17.908784866333008 +1986,13,0.23116761445999146,all,18-20 yrs,354,305869,19.033348083496094,0.23116761445999146,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,115.73582458496094 +1986,13,0.23116761445999146,MVA,18-20 yrs,157,305869,19.033348083496094,0.23116761445999146,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,51.32916259765625 +1986,13,0.23116761445999146,suicide,18-20 yrs,36,305869,19.033348083496094,0.23116761445999146,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,11.769744873046875 +1986,13,0.23116761445999146,homicide,18-20 yrs,52,305869,19.033348083496094,0.23116761445999146,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,17.000741958618164 +1986,13,0.23116761445999146,other external,18-20 yrs,43,305869,19.033348083496094,0.23116761445999146,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,14.058305740356445 +1986,13,0.23116761445999146,internal,18-20 yrs,66,305869,19.033348083496094,0.23116761445999146,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,21.577865600585938 +1986,13,0.23116761445999146,all,21-24 yrs,525,447680,22.51983070373535,1,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,117.2712631225586 +1986,13,0.23116761445999146,MVA,21-24 yrs,197,447680,22.51983070373535,1,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,44.00464630126953 +1986,13,0.23116761445999146,suicide,21-24 yrs,86,447680,22.51983070373535,1,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,19.21014976501465 +1986,13,0.23116761445999146,homicide,21-24 yrs,90,447680,22.51983070373535,1,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,20.10364532470703 +1986,13,0.23116761445999146,other external,21-24 yrs,53,447680,22.51983070373535,1,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,11.838813781738281 +1986,13,0.23116761445999146,internal,21-24 yrs,99,447680,22.51983070373535,1,0.29432541131973267,1.2200000286102295,0.27000001072883606,0.949999988079071,2.430000066757202,22.114009857177734 +1987,13,0,MVA,15-17 yrs,113,304402,16.01702117919922,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,37.12196350097656 +1987,13,0,suicide,15-17 yrs,28,304402,16.01702117919922,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,9.198362350463867 +1987,13,0,homicide,15-17 yrs,26,304402,16.01702117919922,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,8.541337013244629 +1987,13,0,other external,15-17 yrs,49,304402,16.01702117919922,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,16.097135543823242 +1987,13,0,internal,15-17 yrs,57,304402,16.01702117919922,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,18.725238800048828 +1987,13,0,all,18-20 yrs,341,306311,19.014060974121094,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,111.32476806640625 +1987,13,0,MVA,18-20 yrs,149,306311,19.014060974121094,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,48.64337158203125 +1987,13,0,suicide,18-20 yrs,42,306311,19.014060974121094,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,13.711554527282715 +1987,13,0,homicide,18-20 yrs,46,306311,19.014060974121094,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,15.017416954040527 +1987,13,0,other external,18-20 yrs,44,306311,19.014060974121094,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,14.364485740661621 +1987,13,0,internal,18-20 yrs,60,306311,19.014060974121094,0,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,19.587934494018555 +1987,13,0,all,21-24 yrs,542,443143,22.53938102722168,1,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,122.30815124511719 +1987,13,0,MVA,21-24 yrs,191,443143,22.53938102722168,1,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,43.10121154785156 +1987,13,0,suicide,21-24 yrs,64,443143,22.53938102722168,1,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,14.442290306091309 +1987,13,0,homicide,21-24 yrs,101,443143,22.53938102722168,1,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,22.79174041748047 +1987,13,0,other external,21-24 yrs,62,443143,22.53938102722168,1,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,13.990968704223633 +1987,13,0,internal,21-24 yrs,124,443143,22.53938102722168,1,0.28396183252334595,1.2200000286102295,0.27000001072883606,1,2.490000009536743,27.981937408447266 +1988,13,0,MVA,15-17 yrs,130,300066,16.0439395904541,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,43.32380294799805 +1988,13,0,suicide,15-17 yrs,25,300066,16.0439395904541,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,8.331500053405762 +1988,13,0,homicide,15-17 yrs,33,300066,16.0439395904541,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,10.997580528259277 +1988,13,0,other external,15-17 yrs,32,300066,16.0439395904541,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,10.664320945739746 +1988,13,0,internal,15-17 yrs,59,300066,16.0439395904541,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,19.66234016418457 +1988,13,0,all,18-20 yrs,399,312184,18.99704360961914,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,127.80924224853516 +1988,13,0,MVA,18-20 yrs,179,312184,18.99704360961914,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,57.33797836303711 +1988,13,0,suicide,18-20 yrs,51,312184,18.99704360961914,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,16.336519241333008 +1988,13,0,homicide,18-20 yrs,55,312184,18.99704360961914,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,17.617815017700195 +1988,13,0,other external,18-20 yrs,42,312184,18.99704360961914,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,13.453604698181152 +1988,13,0,internal,18-20 yrs,72,312184,18.99704360961914,0,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,23.063322067260742 +1988,13,0,all,21-24 yrs,574,434636,22.551958084106445,1,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,132.0645294189453 +1988,13,0,MVA,21-24 yrs,177,434636,22.551958084106445,1,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,40.723731994628906 +1988,13,0,suicide,21-24 yrs,70,434636,22.551958084106445,1,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,16.105430603027344 +1988,13,0,homicide,21-24 yrs,119,434636,22.551958084106445,1,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,27.37923240661621 +1988,13,0,other external,21-24 yrs,58,434636,22.551958084106445,1,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,13.344499588012695 +1988,13,0,internal,21-24 yrs,150,434636,22.551958084106445,1,0.2726801633834839,1.2200000286102295,0.25999999046325684,0.9200000166893005,2.4000000953674316,34.51163864135742 +1989,13,0,MVA,15-17 yrs,111,287674,16.03108024597168,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,38.58534240722656 +1989,13,0,suicide,15-17 yrs,25,287674,16.03108024597168,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,8.69039249420166 +1989,13,0,homicide,15-17 yrs,36,287674,16.03108024597168,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,12.514164924621582 +1989,13,0,other external,15-17 yrs,25,287674,16.03108024597168,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,8.69039249420166 +1989,13,0,internal,15-17 yrs,54,287674,16.03108024597168,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,18.77124786376953 +1989,13,0,all,18-20 yrs,417,323287,18.994394302368164,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,128.987548828125 +1989,13,0,MVA,18-20 yrs,182,323287,18.994394302368164,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,56.29672622680664 +1989,13,0,suicide,18-20 yrs,56,323287,18.994394302368164,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,17.32206916809082 +1989,13,0,homicide,18-20 yrs,59,323287,18.994394302368164,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,18.250038146972656 +1989,13,0,other external,18-20 yrs,41,323287,18.994394302368164,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,12.682229995727539 +1989,13,0,internal,18-20 yrs,79,323287,18.994394302368164,0,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,24.436491012573242 +1989,13,0,all,21-24 yrs,567,422425,22.549875259399414,1,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,134.22500610351562 +1989,13,0,MVA,21-24 yrs,177,422425,22.549875259399414,1,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,41.90092849731445 +1989,13,0,suicide,21-24 yrs,61,422425,22.549875259399414,1,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,14.440433502197266 +1989,13,0,homicide,21-24 yrs,118,422425,22.549875259399414,1,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,27.93395233154297 +1989,13,0,other external,21-24 yrs,54,422425,22.549875259399414,1,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,12.783334732055664 +1989,13,0,internal,21-24 yrs,157,422425,22.549875259399414,1,0.2601456642150879,1.1799999475479126,0.23999999463558197,0.9399999976158142,2.369999885559082,37.16636276245117 +1990,13,0,MVA,15-17 yrs,102,281711,16.01572608947754,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,36.20731735229492 +1990,13,0,suicide,15-17 yrs,22,281711,16.01572608947754,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,7.809421539306641 +1990,13,0,homicide,15-17 yrs,24,281711,16.01572608947754,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,8.519369125366211 +1990,13,0,other external,15-17 yrs,27,281711,16.01572608947754,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,9.584290504455566 +1990,13,0,internal,15-17 yrs,44,281711,16.01572608947754,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,15.618843078613281 +1990,13,0,all,18-20 yrs,380,325945,19.02873420715332,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,116.5840835571289 +1990,13,0,MVA,18-20 yrs,141,325945,19.02873420715332,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,43.25883102416992 +1990,13,0,suicide,18-20 yrs,61,325945,19.02873420715332,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,18.714813232421875 +1990,13,0,homicide,18-20 yrs,69,325945,19.02873420715332,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,21.16921615600586 +1990,13,0,other external,18-20 yrs,47,325945,19.02873420715332,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,14.419610977172852 +1990,13,0,internal,18-20 yrs,62,325945,19.02873420715332,0,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,19.02161407470703 +1990,13,0,all,21-24 yrs,565,415093,22.51995086669922,1,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,136.11407470703125 +1990,13,0,MVA,21-24 yrs,165,415093,22.51995086669922,1,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,39.75012969970703 +1990,13,0,suicide,21-24 yrs,76,415093,22.51995086669922,1,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,18.30915069580078 +1990,13,0,homicide,21-24 yrs,124,415093,22.51995086669922,1,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,29.87282371520996 +1990,13,0,other external,21-24 yrs,58,415093,22.51995086669922,1,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,13.972772598266602 +1990,13,0,internal,21-24 yrs,142,415093,22.51995086669922,1,0.2468099743127823,1.2200000286102295,0.23000000417232513,0.8600000143051147,2.309999942779541,34.20920181274414 +1991,13,0,MVA,15-17 yrs,99,278126,16.01972198486328,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,35.59537887573242 +1991,13,0,suicide,15-17 yrs,23,278126,16.01972198486328,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,8.269633293151855 +1991,13,0,homicide,15-17 yrs,37,278126,16.01972198486328,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,13.303322792053223 +1991,13,0,other external,15-17 yrs,26,278126,16.01972198486328,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,9.348280906677246 +1991,13,0,internal,15-17 yrs,47,278126,16.01972198486328,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,16.898815155029297 +1991,13,0,all,18-20 yrs,374,318069,19.055158615112305,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,117.58454895019531 +1991,13,0,MVA,18-20 yrs,146,318069,19.055158615112305,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,45.9019889831543 +1991,13,0,suicide,18-20 yrs,47,318069,19.055158615112305,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,14.776667594909668 +1991,13,0,homicide,18-20 yrs,80,318069,19.055158615112305,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,25.151775360107422 +1991,13,0,other external,18-20 yrs,35,318069,19.055158615112305,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,11.003901481628418 +1991,13,0,internal,18-20 yrs,66,318069,19.055158615112305,0,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,20.750213623046875 +1991,13,0,all,21-24 yrs,518,415690,22.4851131439209,1,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,124.61209106445312 +1991,13,0,MVA,21-24 yrs,141,415690,22.4851131439209,1,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,33.91950607299805 +1991,13,0,suicide,21-24 yrs,62,415690,22.4851131439209,1,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,14.914960861206055 +1991,13,0,homicide,21-24 yrs,130,415690,22.4851131439209,1,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,31.273303985595703 +1991,13,0,other external,21-24 yrs,58,415690,22.4851131439209,1,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,13.952705383300781 +1991,13,0,internal,21-24 yrs,127,415690,22.4851131439209,1,0.23684334754943848,1.159999966621399,0.2199999988079071,0.7799999713897705,2.1700000762939453,30.551612854003906 +1992,13,0,MVA,15-17 yrs,83,283244,16.004398345947266,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,29.303356170654297 +1992,13,0,suicide,15-17 yrs,23,283244,16.004398345947266,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,8.120207786560059 +1992,13,0,homicide,15-17 yrs,46,283244,16.004398345947266,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,16.240415573120117 +1992,13,0,other external,15-17 yrs,32,283244,16.004398345947266,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,11.297679901123047 +1992,13,0,internal,15-17 yrs,60,283244,16.004398345947266,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,21.183149337768555 +1992,13,0,all,18-20 yrs,331,306703,19.044668197631836,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,107.9219970703125 +1992,13,0,MVA,18-20 yrs,117,306703,19.044668197631836,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,38.14765548706055 +1992,13,0,suicide,18-20 yrs,47,306703,19.044668197631836,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,15.324271202087402 +1992,13,0,homicide,18-20 yrs,67,306703,19.044668197631836,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,21.845237731933594 +1992,13,0,other external,18-20 yrs,34,306703,19.044668197631836,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,11.08564281463623 +1992,13,0,internal,18-20 yrs,66,306703,19.044668197631836,0,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,21.519189834594727 +1992,13,0,all,21-24 yrs,503,424306,22.458728790283203,1,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,118.54652404785156 +1992,13,0,MVA,21-24 yrs,132,424306,22.458728790283203,1,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,31.109622955322266 +1992,13,0,suicide,21-24 yrs,76,424306,22.458728790283203,1,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,17.911602020263672 +1992,13,0,homicide,21-24 yrs,108,424306,22.458728790283203,1,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,25.45332908630371 +1992,13,0,other external,21-24 yrs,42,424306,22.458728790283203,1,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,9.898516654968262 +1992,13,0,internal,21-24 yrs,145,424306,22.458728790283203,1,0.22992204129695892,1.2200000286102295,0.20999999344348907,0.7900000214576721,2.2300000190734863,34.1734504699707 +1993,13,0,MVA,15-17 yrs,87,290049,15.98702621459961,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,29.994932174682617 +1993,13,0,suicide,15-17 yrs,25,290049,15.98702621459961,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,8.619233131408691 +1993,13,0,homicide,15-17 yrs,43,290049,15.98702621459961,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,14.825080871582031 +1993,13,0,other external,15-17 yrs,25,290049,15.98702621459961,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,8.619233131408691 +1993,13,0,internal,15-17 yrs,33,290049,15.98702621459961,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,11.377388000488281 +1993,13,0,all,18-20 yrs,357,301418,19.025108337402344,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,118.44017028808594 +1993,13,0,MVA,18-20 yrs,117,301418,19.025108337402344,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,38.8165283203125 +1993,13,0,suicide,18-20 yrs,44,301418,19.025108337402344,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,14.597668647766113 +1993,13,0,homicide,18-20 yrs,79,301418,19.025108337402344,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,26.209449768066406 +1993,13,0,other external,18-20 yrs,47,301418,19.025108337402344,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,15.592964172363281 +1993,13,0,internal,18-20 yrs,70,301418,19.025108337402344,0,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,23.22356414794922 +1993,13,0,all,21-24 yrs,522,429463,22.487268447875977,1,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,121.5471420288086 +1993,13,0,MVA,21-24 yrs,146,429463,22.487268447875977,1,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,33.99594497680664 +1993,13,0,suicide,21-24 yrs,65,429463,22.487268447875977,1,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,15.135180473327637 +1993,13,0,homicide,21-24 yrs,122,429463,22.487268447875977,1,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,28.407569885253906 +1993,13,0,other external,21-24 yrs,51,429463,22.487268447875977,1,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,11.875295639038086 +1993,13,0,internal,21-24 yrs,138,429463,22.487268447875977,1,0.22323919832706451,1.2300000190734863,0.20000000298023224,0.7699999809265137,2.200000047683716,32.13315200805664 +1994,13,0,MVA,15-17 yrs,69,301543,15.996697425842285,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,22.882308959960938 +1994,13,0,suicide,15-17 yrs,36,301543,15.996697425842285,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,11.93859577178955 +1994,13,0,homicide,15-17 yrs,49,301543,15.996697425842285,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,16.249755859375 +1994,13,0,other external,15-17 yrs,28,301543,15.996697425842285,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,9.285574913024902 +1994,13,0,internal,15-17 yrs,44,301543,15.996697425842285,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,14.591617584228516 +1994,13,0,all,18-20 yrs,350,300799,19.027626037597656,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,116.35677337646484 +1994,13,0,MVA,18-20 yrs,118,300799,19.027626037597656,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,39.22885513305664 +1994,13,0,suicide,18-20 yrs,52,300799,19.027626037597656,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,17.287290573120117 +1994,13,0,homicide,18-20 yrs,90,300799,19.027626037597656,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,29.920312881469727 +1994,13,0,other external,18-20 yrs,29,300799,19.027626037597656,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,9.640989303588867 +1994,13,0,internal,18-20 yrs,61,300799,19.027626037597656,0,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,20.27932357788086 +1994,13,0,all,21-24 yrs,495,431264,22.532590866088867,1,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,114.77888488769531 +1994,13,0,MVA,21-24 yrs,152,431264,22.532590866088867,1,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,35.24523162841797 +1994,13,0,suicide,21-24 yrs,68,431264,22.532590866088867,1,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,15.767603874206543 +1994,13,0,homicide,21-24 yrs,99,431264,22.532590866088867,1,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,22.95577621459961 +1994,13,0,other external,21-24 yrs,39,431264,22.532590866088867,1,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,9.043184280395508 +1994,13,0,internal,21-24 yrs,137,431264,22.532590866088867,1,0.21766574680805206,1.1699999570846558,0.20000000298023224,0.7699999809265137,2.140000104904175,31.7670841217041 +1995,13,0,MVA,15-17 yrs,104,313886,15.986281394958496,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,33.13304901123047 +1995,13,0,suicide,15-17 yrs,32,313886,15.986281394958496,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,10.194784164428711 +1995,13,0,homicide,15-17 yrs,37,313886,15.986281394958496,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,11.787718772888184 +1995,13,0,other external,15-17 yrs,31,313886,15.986281394958496,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,9.87619686126709 +1995,13,0,internal,15-17 yrs,51,313886,15.986281394958496,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,16.247936248779297 +1995,13,0,all,18-20 yrs,342,305844,19.013729095458984,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,111.82171630859375 +1995,13,0,MVA,18-20 yrs,109,305844,19.013729095458984,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,35.63908386230469 +1995,13,0,suicide,18-20 yrs,41,305844,19.013729095458984,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,13.405527114868164 +1995,13,0,homicide,18-20 yrs,80,305844,19.013729095458984,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,26.15712547302246 +1995,13,0,other external,18-20 yrs,34,305844,19.013729095458984,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,11.116778373718262 +1995,13,0,internal,18-20 yrs,78,305844,19.013729095458984,0,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,25.503198623657227 +1995,13,0,all,21-24 yrs,487,425083,22.551179885864258,1,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,114.56586456298828 +1995,13,0,MVA,21-24 yrs,158,425083,22.551179885864258,1,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,37.169212341308594 +1995,13,0,suicide,21-24 yrs,67,425083,22.551179885864258,1,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,15.761628150939941 +1995,13,0,homicide,21-24 yrs,80,425083,22.551179885864258,1,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,18.819854736328125 +1995,13,0,other external,21-24 yrs,46,425083,22.551179885864258,1,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,10.821415901184082 +1995,13,0,internal,21-24 yrs,136,425083,22.551179885864258,1,0.21166709065437317,1.2000000476837158,0.2199999988079071,0.7099999785423279,2.130000114440918,31.993751525878906 +1996,13,0,MVA,15-17 yrs,129,323983,15.996585845947266,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,39.81690216064453 +1996,13,0,suicide,15-17 yrs,30,323983,15.996585845947266,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,9.259744644165039 +1996,13,0,homicide,15-17 yrs,37,323983,15.996585845947266,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,11.4203519821167 +1996,13,0,other external,15-17 yrs,30,323983,15.996585845947266,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,9.259744644165039 +1996,13,0,internal,15-17 yrs,54,323983,15.996585845947266,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,16.66754150390625 +1996,13,0,all,18-20 yrs,396,312415,18.998428344726562,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,126.75447845458984 +1996,13,0,MVA,18-20 yrs,166,312415,18.998428344726562,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,53.13445281982422 +1996,13,0,suicide,18-20 yrs,37,312415,18.998428344726562,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,11.843221664428711 +1996,13,0,homicide,18-20 yrs,70,312415,18.998428344726562,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,22.40609359741211 +1996,13,0,other external,18-20 yrs,42,312415,18.998428344726562,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,13.443656921386719 +1996,13,0,internal,18-20 yrs,81,312415,18.998428344726562,0,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,25.927051544189453 +1996,13,0,all,21-24 yrs,517,416063,22.526609420776367,1,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,124.26002502441406 +1996,13,0,MVA,21-24 yrs,162,416063,22.526609420776367,1,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,38.9364128112793 +1996,13,0,suicide,21-24 yrs,72,416063,22.526609420776367,1,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,17.305070877075195 +1996,13,0,homicide,21-24 yrs,109,416063,22.526609420776367,1,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,26.197956085205078 +1996,13,0,other external,21-24 yrs,38,416063,22.526609420776367,1,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,9.133232116699219 +1996,13,0,internal,21-24 yrs,136,416063,22.526609420776367,1,0.20559632778167725,1.2200000286102295,0.23999999463558197,0.699999988079071,2.1600000858306885,32.68735885620117 +1970,15,0,MVA,15-17 yrs,9,44264,15.990127563476562,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,20.332550048828125 +1970,15,0,suicide,15-17 yrs,2,44264,15.990127563476562,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,4.518344402313232 +1970,15,0,homicide,15-17 yrs,2,44264,15.990127563476562,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,4.518344402313232 +1970,15,0,other external,15-17 yrs,7,44264,15.990127563476562,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,15.81420612335205 +1970,15,0,internal,15-17 yrs,16,44264,15.990127563476562,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,36.14675521850586 +1970,15,0,all,18-20 yrs,48,44468,19.067283630371094,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,107.94278717041016 +1970,15,0,MVA,18-20 yrs,14,44468,19.067283630371094,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,31.483314514160156 +1970,15,0,suicide,18-20 yrs,2,44468,19.067283630371094,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,4.497616291046143 +1970,15,0,homicide,18-20 yrs,3,44468,19.067283630371094,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,6.746424198150635 +1970,15,0,other external,18-20 yrs,10,44468,19.067283630371094,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,22.488080978393555 +1970,15,0,internal,18-20 yrs,19,44468,19.067283630371094,0,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,42.72735595703125 +1970,15,0,all,21-24 yrs,70,64993,22.37870216369629,1,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,107.70390319824219 +1970,15,0,MVA,21-24 yrs,32,64993,22.37870216369629,1,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,49.2360725402832 +1970,15,0,suicide,21-24 yrs,5,64993,22.37870216369629,1,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,7.693136215209961 +1970,15,0,homicide,21-24 yrs,3,64993,22.37870216369629,1,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,4.61588191986084 +1970,15,0,other external,21-24 yrs,18,64993,22.37870216369629,1,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,27.695289611816406 +1970,15,0,internal,21-24 yrs,12,64993,22.37870216369629,1,NA,1.1100000143051147,0.25,1.1200000047683716,2.4800000190734863,18.46352767944336 +1971,15,0,MVA,15-17 yrs,20,47061,15.994156837463379,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,42.4980354309082 +1971,15,0,suicide,15-17 yrs,3,47061,15.994156837463379,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,6.3747053146362305 +1971,15,0,homicide,15-17 yrs,2,47061,15.994156837463379,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,4.24980354309082 +1971,15,0,other external,15-17 yrs,5,47061,15.994156837463379,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,10.62450885772705 +1971,15,0,internal,15-17 yrs,6,47061,15.994156837463379,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,12.749410629272461 +1971,15,0,all,18-20 yrs,65,48760,19.044832229614258,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,133.3059844970703 +1971,15,0,MVA,18-20 yrs,19,48760,19.044832229614258,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,38.966365814208984 +1971,15,0,suicide,18-20 yrs,6,48760,19.044832229614258,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,12.305168151855469 +1971,15,0,homicide,18-20 yrs,6,48760,19.044832229614258,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,12.305168151855469 +1971,15,0,other external,18-20 yrs,18,48760,19.044832229614258,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,36.915504455566406 +1971,15,0,internal,18-20 yrs,16,48760,19.044832229614258,0,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,32.81378173828125 +1971,15,0,all,21-24 yrs,85,63934,22.520490646362305,1,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,132.94960021972656 +1971,15,0,MVA,21-24 yrs,26,63934,22.520490646362305,1,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,40.66693878173828 +1971,15,0,suicide,21-24 yrs,10,63934,22.520490646362305,1,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,15.641129493713379 +1971,15,0,homicide,21-24 yrs,8,63934,22.520490646362305,1,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,12.512904167175293 +1971,15,0,other external,21-24 yrs,19,63934,22.520490646362305,1,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,29.71814727783203 +1971,15,0,internal,21-24 yrs,22,63934,22.520490646362305,1,NA,1.149999976158142,0.3700000047683716,0.9300000071525574,2.450000047683716,34.410484313964844 +1972,15,0.8383561372756958,MVA,15-17 yrs,10,49061,15.997451782226562,0,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,20.382789611816406 +1972,15,0.8383561372756958,suicide,15-17 yrs,0,49061,15.997451782226562,0,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,0 +1972,15,0.8383561372756958,homicide,15-17 yrs,4,49061,15.997451782226562,0,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,8.153115272521973 +1972,15,0.8383561372756958,other external,15-17 yrs,8,49061,15.997451782226562,0,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,16.306230545043945 +1972,15,0.8383561372756958,internal,15-17 yrs,6,49061,15.997451782226562,0,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,12.229673385620117 +1972,15,0.8383561372756958,all,18-20 yrs,44,52993,19.061216354370117,0.8383561372756958,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,83.02983093261719 +1972,15,0.8383561372756958,MVA,18-20 yrs,16,52993,19.061216354370117,0.8383561372756958,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,30.19266700744629 +1972,15,0.8383561372756958,suicide,18-20 yrs,8,52993,19.061216354370117,0.8383561372756958,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,15.096333503723145 +1972,15,0.8383561372756958,homicide,18-20 yrs,4,52993,19.061216354370117,0.8383561372756958,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,7.548166751861572 +1972,15,0.8383561372756958,other external,18-20 yrs,12,52993,19.061216354370117,0.8383561372756958,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,22.644500732421875 +1972,15,0.8383561372756958,internal,18-20 yrs,4,52993,19.061216354370117,0.8383561372756958,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,7.548166751861572 +1972,15,0.8383561372756958,all,21-24 yrs,76,62476,22.488636016845703,1,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,121.64671325683594 +1972,15,0.8383561372756958,MVA,21-24 yrs,28,62476,22.488636016845703,1,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,44.81721115112305 +1972,15,0.8383561372756958,suicide,21-24 yrs,8,62476,22.488636016845703,1,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,12.804917335510254 +1972,15,0.8383561372756958,homicide,21-24 yrs,8,62476,22.488636016845703,1,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,12.804917335510254 +1972,15,0.8383561372756958,other external,21-24 yrs,14,62476,22.488636016845703,1,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,22.408605575561523 +1972,15,0.8383561372756958,internal,21-24 yrs,18,62476,22.488636016845703,1,NA,1.2000000476837158,0.27000001072883606,1.059999942779541,2.5199999809265137,28.811063766479492 +1973,15,1,MVA,15-17 yrs,5,50121,16.00542640686035,0,NA,1.25,0.3199999928474426,1.25,2.819999933242798,9.975858688354492 +1973,15,1,suicide,15-17 yrs,0,50121,16.00542640686035,0,NA,1.25,0.3199999928474426,1.25,2.819999933242798,0 +1973,15,1,homicide,15-17 yrs,1,50121,16.00542640686035,0,NA,1.25,0.3199999928474426,1.25,2.819999933242798,1.9951716661453247 +1973,15,1,other external,15-17 yrs,7,50121,16.00542640686035,0,NA,1.25,0.3199999928474426,1.25,2.819999933242798,13.966201782226562 +1973,15,1,internal,15-17 yrs,10,50121,16.00542640686035,0,NA,1.25,0.3199999928474426,1.25,2.819999933242798,19.951717376708984 +1973,15,1,all,18-20 yrs,61,57509,19.07291030883789,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,106.07035064697266 +1973,15,1,MVA,18-20 yrs,20,57509,19.07291030883789,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,34.777164459228516 +1973,15,1,suicide,18-20 yrs,10,57509,19.07291030883789,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,17.388582229614258 +1973,15,1,homicide,18-20 yrs,2,57509,19.07291030883789,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,3.4777164459228516 +1973,15,1,other external,18-20 yrs,13,57509,19.07291030883789,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,22.60515785217285 +1973,15,1,internal,18-20 yrs,16,57509,19.07291030883789,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,27.821731567382812 +1973,15,1,all,21-24 yrs,78,65351,22.40504264831543,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,119.35548400878906 +1973,15,1,MVA,21-24 yrs,19,65351,22.40504264831543,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,29.07377052307129 +1973,15,1,suicide,21-24 yrs,11,65351,22.40504264831543,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,16.832183837890625 +1973,15,1,homicide,21-24 yrs,11,65351,22.40504264831543,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,16.832183837890625 +1973,15,1,other external,21-24 yrs,18,65351,22.40504264831543,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,27.54357147216797 +1973,15,1,internal,21-24 yrs,19,65351,22.40504264831543,1,NA,1.25,0.3199999928474426,1.25,2.819999933242798,29.07377052307129 +1974,15,1,MVA,15-17 yrs,18,51313,16.008808135986328,0,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,35.07883071899414 +1974,15,1,suicide,15-17 yrs,1,51313,16.008808135986328,0,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,1.9488239288330078 +1974,15,1,homicide,15-17 yrs,3,51313,16.008808135986328,0,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,5.846471786499023 +1974,15,1,other external,15-17 yrs,8,51313,16.008808135986328,0,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,15.590591430664062 +1974,15,1,internal,15-17 yrs,14,51313,16.008808135986328,0,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,27.28353500366211 +1974,15,1,all,18-20 yrs,50,58496,19.067337036132812,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,85.4759292602539 +1974,15,1,MVA,18-20 yrs,14,58496,19.067337036132812,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,23.933259963989258 +1974,15,1,suicide,18-20 yrs,9,58496,19.067337036132812,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,15.38566780090332 +1974,15,1,homicide,18-20 yrs,4,58496,19.067337036132812,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,6.838074207305908 +1974,15,1,other external,18-20 yrs,10,58496,19.067337036132812,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,17.095186233520508 +1974,15,1,internal,18-20 yrs,13,58496,19.067337036132812,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,22.22374153137207 +1974,15,1,all,21-24 yrs,80,67545,22.337167739868164,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,118.43955993652344 +1974,15,1,MVA,21-24 yrs,15,67545,22.337167739868164,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,22.207416534423828 +1974,15,1,suicide,21-24 yrs,14,67545,22.337167739868164,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,20.7269229888916 +1974,15,1,homicide,21-24 yrs,11,67545,22.337167739868164,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,16.285438537597656 +1974,15,1,other external,21-24 yrs,21,67545,22.337167739868164,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,31.090383529663086 +1974,15,1,internal,21-24 yrs,19,67545,22.337167739868164,1,NA,1.3300000429153442,0.33000001311302185,1.309999942779541,2.9800000190734863,28.12939453125 +1975,15,1,MVA,15-17 yrs,9,51559,16.007816314697266,0,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,17.455730438232422 +1975,15,1,suicide,15-17 yrs,2,51559,16.007816314697266,0,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,3.8790512084960938 +1975,15,1,homicide,15-17 yrs,2,51559,16.007816314697266,0,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,3.8790512084960938 +1975,15,1,other external,15-17 yrs,3,51559,16.007816314697266,0,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,5.818576812744141 +1975,15,1,internal,15-17 yrs,7,51559,16.007816314697266,0,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,13.576679229736328 +1975,15,1,all,18-20 yrs,51,59947,19.071813583374023,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,85.07514953613281 +1975,15,1,MVA,18-20 yrs,20,59947,19.071813583374023,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,33.3628044128418 +1975,15,1,suicide,18-20 yrs,7,59947,19.071813583374023,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,11.676980972290039 +1975,15,1,homicide,18-20 yrs,6,59947,19.071813583374023,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,10.008841514587402 +1975,15,1,other external,18-20 yrs,9,59947,19.071813583374023,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,15.013261795043945 +1975,15,1,internal,18-20 yrs,9,59947,19.071813583374023,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,15.013261795043945 +1975,15,1,all,21-24 yrs,87,72740,22.380630493164062,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,119.60407257080078 +1975,15,1,MVA,21-24 yrs,26,72740,22.380630493164062,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,35.743743896484375 +1975,15,1,suicide,21-24 yrs,7,72740,22.380630493164062,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,9.623315811157227 +1975,15,1,homicide,21-24 yrs,8,72740,22.380630493164062,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,10.998075485229492 +1975,15,1,other external,21-24 yrs,31,72740,22.380630493164062,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,42.6175422668457 +1975,15,1,internal,21-24 yrs,15,72740,22.380630493164062,1,NA,1.5,0.3499999940395355,1.2999999523162842,3.1500000953674316,20.62139129638672 +1976,15,1,MVA,15-17 yrs,8,52070,16.011829376220703,0,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,15.363933563232422 +1976,15,1,suicide,15-17 yrs,4,52070,16.011829376220703,0,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,7.681966781616211 +1976,15,1,homicide,15-17 yrs,4,52070,16.011829376220703,0,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,7.681966781616211 +1976,15,1,other external,15-17 yrs,14,52070,16.011829376220703,0,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,26.886882781982422 +1976,15,1,internal,15-17 yrs,15,52070,16.011829376220703,0,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,28.807374954223633 +1976,15,1,all,18-20 yrs,72,60607,19.084890365600586,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,118.79815673828125 +1976,15,1,MVA,18-20 yrs,24,60607,19.084890365600586,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,39.59938430786133 +1976,15,1,suicide,18-20 yrs,4,60607,19.084890365600586,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,6.599897861480713 +1976,15,1,homicide,18-20 yrs,1,60607,19.084890365600586,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,1.6499744653701782 +1976,15,1,other external,18-20 yrs,26,60607,19.084890365600586,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,42.89933395385742 +1976,15,1,internal,18-20 yrs,17,60607,19.084890365600586,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,28.049564361572266 +1976,15,1,all,21-24 yrs,108,77043,22.430564880371094,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,140.18145751953125 +1976,15,1,MVA,21-24 yrs,26,77043,22.430564880371094,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,33.74738693237305 +1976,15,1,suicide,21-24 yrs,10,77043,22.430564880371094,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,12.979764938354492 +1976,15,1,homicide,21-24 yrs,6,77043,22.430564880371094,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,7.787858963012695 +1976,15,1,other external,21-24 yrs,37,77043,22.430564880371094,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,48.02512741088867 +1976,15,1,internal,21-24 yrs,29,77043,22.430564880371094,1,NA,1.5,0.38999998569488525,1.2999999523162842,3.190000057220459,37.64131546020508 +1977,15,1,MVA,15-17 yrs,9,51961,16.006484985351562,0,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,17.320682525634766 +1977,15,1,suicide,15-17 yrs,0,51961,16.006484985351562,0,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,0 +1977,15,1,homicide,15-17 yrs,3,51961,16.006484985351562,0,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,5.773561000823975 +1977,15,1,other external,15-17 yrs,4,51961,16.006484985351562,0,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,7.698081016540527 +1977,15,1,internal,15-17 yrs,8,51961,16.006484985351562,0,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,15.396162033081055 +1977,15,1,all,18-20 yrs,61,60010,19.091768264770508,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,101.64972686767578 +1977,15,1,MVA,18-20 yrs,19,60010,19.091768264770508,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,31.66139030456543 +1977,15,1,suicide,18-20 yrs,6,60010,19.091768264770508,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,9.998333930969238 +1977,15,1,homicide,18-20 yrs,6,60010,19.091768264770508,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,9.998333930969238 +1977,15,1,other external,18-20 yrs,18,60010,19.091768264770508,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,29.9950008392334 +1977,15,1,internal,18-20 yrs,12,60010,19.091768264770508,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,19.996667861938477 +1977,15,1,all,21-24 yrs,93,79508,22.448734283447266,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,116.9693603515625 +1977,15,1,MVA,21-24 yrs,28,79508,22.448734283447266,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,35.216583251953125 +1977,15,1,suicide,21-24 yrs,18,79508,22.448734283447266,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,22.639230728149414 +1977,15,1,homicide,21-24 yrs,8,79508,22.448734283447266,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,10.061880111694336 +1977,15,1,other external,21-24 yrs,21,79508,22.448734283447266,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,26.41243553161621 +1977,15,1,internal,21-24 yrs,18,79508,22.448734283447266,1,NA,1.6100000143051147,0.36000001430511475,1.2599999904632568,3.2300000190734863,22.639230728149414 +1978,15,1,MVA,15-17 yrs,15,51318,16.005651473999023,0,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,29.229509353637695 +1978,15,1,suicide,15-17 yrs,3,51318,16.005651473999023,0,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,5.845901966094971 +1978,15,1,homicide,15-17 yrs,1,51318,16.005651473999023,0,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,1.9486340284347534 +1978,15,1,other external,15-17 yrs,3,51318,16.005651473999023,0,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,5.845901966094971 +1978,15,1,internal,15-17 yrs,11,51318,16.005651473999023,0,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,21.434974670410156 +1978,15,1,all,18-20 yrs,60,59671,19.100282669067383,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,100.55135345458984 +1978,15,1,MVA,18-20 yrs,22,59671,19.100282669067383,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,36.868831634521484 +1978,15,1,suicide,18-20 yrs,15,59671,19.100282669067383,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,25.13783836364746 +1978,15,1,homicide,18-20 yrs,5,59671,19.100282669067383,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,8.379280090332031 +1978,15,1,other external,18-20 yrs,8,59671,19.100282669067383,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,13.406847953796387 +1978,15,1,internal,18-20 yrs,10,59671,19.100282669067383,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,16.758560180664062 +1978,15,1,all,21-24 yrs,91,81672,22.454330444335938,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,111.42129516601562 +1978,15,1,MVA,21-24 yrs,40,81672,22.454330444335938,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,48.97639465332031 +1978,15,1,suicide,21-24 yrs,11,81672,22.454330444335938,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,13.468507766723633 +1978,15,1,homicide,21-24 yrs,14,81672,22.454330444335938,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,17.14173698425293 +1978,15,1,other external,21-24 yrs,11,81672,22.454330444335938,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,13.468507766723633 +1978,15,1,internal,21-24 yrs,15,81672,22.454330444335938,1,NA,1.3799999952316284,0.46000000834465027,1.2999999523162842,3.1500000953674316,18.366147994995117 +1979,15,1,MVA,15-17 yrs,11,51209,16.00761604309082,0,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,21.48059844970703 +1979,15,1,suicide,15-17 yrs,3,51209,16.00761604309082,0,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,5.858345031738281 +1979,15,1,homicide,15-17 yrs,2,51209,16.00761604309082,0,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,3.9055635929107666 +1979,15,1,other external,15-17 yrs,5,51209,16.00761604309082,0,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,9.763908386230469 +1979,15,1,internal,15-17 yrs,8,51209,16.00761604309082,0,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,15.622254371643066 +1979,15,1,all,18-20 yrs,84,59557,19.109962463378906,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,141.04135131835938 +1979,15,1,MVA,18-20 yrs,43,59557,19.109962463378906,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,72.19974517822266 +1979,15,1,suicide,18-20 yrs,16,59557,19.109962463378906,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,26.865020751953125 +1979,15,1,homicide,18-20 yrs,9,59557,19.109962463378906,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,15.111574172973633 +1979,15,1,other external,18-20 yrs,7,59557,19.109962463378906,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,11.753446578979492 +1979,15,1,internal,18-20 yrs,9,59557,19.109962463378906,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,15.111574172973633 +1979,15,1,all,21-24 yrs,105,83604,22.46233367919922,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,125.59207916259766 +1979,15,1,MVA,21-24 yrs,37,83604,22.46233367919922,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,44.256256103515625 +1979,15,1,suicide,21-24 yrs,24,83604,22.46233367919922,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,28.70676040649414 +1979,15,1,homicide,21-24 yrs,11,83604,22.46233367919922,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,13.157265663146973 +1979,15,1,other external,21-24 yrs,14,83604,22.46233367919922,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,16.7456111907959 +1979,15,1,internal,21-24 yrs,19,83604,22.46233367919922,1,NA,1.600000023841858,0.4399999976158142,1.2799999713897705,3.319999933242798,22.726184844970703 +1980,15,1,MVA,15-17 yrs,15,49619,16.019065856933594,0,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,30.230356216430664 +1980,15,1,suicide,15-17 yrs,0,49619,16.019065856933594,0,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,0 +1980,15,1,homicide,15-17 yrs,0,49619,16.019065856933594,0,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,0 +1980,15,1,other external,15-17 yrs,5,49619,16.019065856933594,0,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,10.07678508758545 +1980,15,1,internal,15-17 yrs,6,49619,16.019065856933594,0,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,12.092142105102539 +1980,15,1,all,18-20 yrs,66,58149,19.07028579711914,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,113.50151824951172 +1980,15,1,MVA,18-20 yrs,20,58149,19.07028579711914,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,34.39440155029297 +1980,15,1,suicide,18-20 yrs,7,58149,19.07028579711914,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,12.038040161132812 +1980,15,1,homicide,18-20 yrs,8,58149,19.07028579711914,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,13.757760047912598 +1980,15,1,other external,18-20 yrs,17,58149,19.07028579711914,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,29.235240936279297 +1980,15,1,internal,18-20 yrs,14,58149,19.07028579711914,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,24.076080322265625 +1980,15,1,all,21-24 yrs,107,83657,22.47405433654785,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,127.9032211303711 +1980,15,1,MVA,21-24 yrs,30,83657,22.47405433654785,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,35.8607177734375 +1980,15,1,suicide,21-24 yrs,16,83657,22.47405433654785,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,19.125715255737305 +1980,15,1,homicide,21-24 yrs,10,83657,22.47405433654785,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,11.953572273254395 +1980,15,1,other external,21-24 yrs,24,83657,22.47405433654785,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,28.688573837280273 +1980,15,1,internal,21-24 yrs,27,83657,22.47405433654785,1,NA,1.649999976158142,0.46000000834465027,1.2100000381469727,3.309999942779541,32.2746467590332 +1981,15,1,MVA,15-17 yrs,11,48267,16.033023834228516,0,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,22.789897918701172 +1981,15,1,suicide,15-17 yrs,0,48267,16.033023834228516,0,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,0 +1981,15,1,homicide,15-17 yrs,2,48267,16.033023834228516,0,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,4.143617630004883 +1981,15,1,other external,15-17 yrs,6,48267,16.033023834228516,0,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,12.430853843688965 +1981,15,1,internal,15-17 yrs,6,48267,16.033023834228516,0,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,12.430853843688965 +1981,15,1,all,18-20 yrs,67,56428,19.027132034301758,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,118.73538208007812 +1981,15,1,MVA,18-20 yrs,20,56428,19.027132034301758,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,35.443397521972656 +1981,15,1,suicide,18-20 yrs,12,56428,19.027132034301758,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,21.26603889465332 +1981,15,1,homicide,18-20 yrs,4,56428,19.027132034301758,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,7.088679313659668 +1981,15,1,other external,18-20 yrs,16,56428,19.027132034301758,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,28.354717254638672 +1981,15,1,internal,18-20 yrs,15,56428,19.027132034301758,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,26.582548141479492 +1981,15,1,all,21-24 yrs,91,82518,22.495601654052734,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,110.27896881103516 +1981,15,1,MVA,21-24 yrs,24,82518,22.495601654052734,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,29.084564208984375 +1981,15,1,suicide,21-24 yrs,14,82518,22.495601654052734,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,16.96599578857422 +1981,15,1,homicide,21-24 yrs,9,82518,22.495601654052734,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,10.90671157836914 +1981,15,1,other external,21-24 yrs,23,82518,22.495601654052734,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,27.87270736694336 +1981,15,1,internal,21-24 yrs,21,82518,22.495601654052734,1,NA,1.7400000095367432,0.4399999976158142,1.159999966621399,3.3399999141693115,25.448993682861328 +1982,15,1,MVA,15-17 yrs,2,46344,16.029022216796875,0,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,4.315553188323975 +1982,15,1,suicide,15-17 yrs,4,46344,16.029022216796875,0,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,8.63110637664795 +1982,15,1,homicide,15-17 yrs,0,46344,16.029022216796875,0,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,0 +1982,15,1,other external,15-17 yrs,3,46344,16.029022216796875,0,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,6.473330020904541 +1982,15,1,internal,15-17 yrs,9,46344,16.029022216796875,0,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,19.41999053955078 +1982,15,1,all,18-20 yrs,65,55739,19.027019500732422,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,116.61493682861328 +1982,15,1,MVA,18-20 yrs,20,55739,19.027019500732422,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,35.88151931762695 +1982,15,1,suicide,18-20 yrs,8,55739,19.027019500732422,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,14.352607727050781 +1982,15,1,homicide,18-20 yrs,1,55739,19.027019500732422,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,1.7940759658813477 +1982,15,1,other external,18-20 yrs,15,55739,19.027019500732422,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,26.9111385345459 +1982,15,1,internal,18-20 yrs,21,55739,19.027019500732422,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,37.675594329833984 +1982,15,1,all,21-24 yrs,92,80238,22.53141975402832,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,114.65888977050781 +1982,15,1,MVA,21-24 yrs,24,80238,22.53141975402832,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,29.911014556884766 +1982,15,1,suicide,21-24 yrs,17,80238,22.53141975402832,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,21.186967849731445 +1982,15,1,homicide,21-24 yrs,9,80238,22.53141975402832,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,11.216630935668945 +1982,15,1,other external,21-24 yrs,16,80238,22.53141975402832,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,19.940675735473633 +1982,15,1,internal,21-24 yrs,26,80238,22.53141975402832,1,NA,1.7999999523162842,0.47999998927116394,1.1399999856948853,3.4200000762939453,32.40359878540039 +1983,15,1,MVA,15-17 yrs,6,44941,16.01780128479004,0,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,13.350837707519531 +1983,15,1,suicide,15-17 yrs,5,44941,16.01780128479004,0,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,11.12569808959961 +1983,15,1,homicide,15-17 yrs,0,44941,16.01780128479004,0,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,0 +1983,15,1,other external,15-17 yrs,2,44941,16.01780128479004,0,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,4.450279235839844 +1983,15,1,internal,15-17 yrs,7,44941,16.01780128479004,0,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,15.575977325439453 +1983,15,1,all,18-20 yrs,50,55916,19.064220428466797,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,89.41984558105469 +1983,15,1,MVA,18-20 yrs,14,55916,19.064220428466797,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,25.037555694580078 +1983,15,1,suicide,18-20 yrs,3,55916,19.064220428466797,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,5.365190505981445 +1983,15,1,homicide,18-20 yrs,3,55916,19.064220428466797,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,5.365190505981445 +1983,15,1,other external,18-20 yrs,11,55916,19.064220428466797,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,19.672365188598633 +1983,15,1,internal,18-20 yrs,19,55916,19.064220428466797,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,33.97954177856445 +1983,15,1,all,21-24 yrs,84,78153,22.540401458740234,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,107.48147583007812 +1983,15,1,MVA,21-24 yrs,26,78153,22.540401458740234,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,33.2680778503418 +1983,15,1,suicide,21-24 yrs,6,78153,22.540401458740234,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,7.677248477935791 +1983,15,1,homicide,21-24 yrs,7,78153,22.540401458740234,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,8.95678997039795 +1983,15,1,other external,21-24 yrs,19,78153,22.540401458740234,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,24.31128692626953 +1983,15,1,internal,21-24 yrs,26,78153,22.540401458740234,1,NA,1.8700000047683716,0.4399999976158142,1.1200000047683716,3.430000066757202,33.2680778503418 +1984,15,1,MVA,15-17 yrs,7,44518,15.990565299987793,0,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,15.723977088928223 +1984,15,1,suicide,15-17 yrs,7,44518,15.990565299987793,0,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,15.723977088928223 +1984,15,1,homicide,15-17 yrs,1,44518,15.990565299987793,0,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,2.2462823390960693 +1984,15,1,other external,15-17 yrs,5,44518,15.990565299987793,0,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,11.231411933898926 +1984,15,1,internal,15-17 yrs,10,44518,15.990565299987793,0,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,22.46282386779785 +1984,15,1,all,18-20 yrs,53,53493,19.08563804626465,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,99.07838439941406 +1984,15,1,MVA,18-20 yrs,21,53493,19.08563804626465,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,39.25747299194336 +1984,15,1,suicide,18-20 yrs,7,53493,19.08563804626465,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,13.085824012756348 +1984,15,1,homicide,18-20 yrs,2,53493,19.08563804626465,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,3.738806962966919 +1984,15,1,other external,18-20 yrs,7,53493,19.08563804626465,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,13.085824012756348 +1984,15,1,internal,18-20 yrs,16,53493,19.08563804626465,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,29.91045570373535 +1984,15,1,all,21-24 yrs,72,77559,22.49349594116211,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,92.832550048828125 +1984,15,1,MVA,21-24 yrs,19,77559,22.49349594116211,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,24.497478485107422 +1984,15,1,suicide,21-24 yrs,16,77559,22.49349594116211,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,20.62945556640625 +1984,15,1,homicide,21-24 yrs,3,77559,22.49349594116211,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,3.868023157119751 +1984,15,1,other external,21-24 yrs,10,77559,22.49349594116211,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,12.893409729003906 +1984,15,1,internal,21-24 yrs,24,77559,22.49349594116211,1,NA,1.649999976158142,0.4099999964237213,0.9100000262260437,2.9700000286102295,30.944185256958008 +1985,15,1,MVA,15-17 yrs,11,45596,15.962672233581543,0,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,24.124923706054688 +1985,15,1,suicide,15-17 yrs,2,45596,15.962672233581543,0,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,4.386349678039551 +1985,15,1,homicide,15-17 yrs,2,45596,15.962672233581543,0,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,4.386349678039551 +1985,15,1,other external,15-17 yrs,4,45596,15.962672233581543,0,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,8.772699356079102 +1985,15,1,internal,15-17 yrs,10,45596,15.962672233581543,0,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,21.93174934387207 +1985,15,1,all,18-20 yrs,54,50658,19.087568283081055,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,106.59718322753906 +1985,15,1,MVA,18-20 yrs,22,50658,19.087568283081055,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,43.42848205566406 +1985,15,1,suicide,18-20 yrs,6,50658,19.087568283081055,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,11.844131469726562 +1985,15,1,homicide,18-20 yrs,1,50658,19.087568283081055,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,1.9740219116210938 +1985,15,1,other external,18-20 yrs,10,50658,19.087568283081055,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,19.740219116210938 +1985,15,1,internal,18-20 yrs,15,50658,19.087568283081055,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,29.610328674316406 +1985,15,1,all,21-24 yrs,58,76831,22.456314086914062,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,75.49036407470703 +1985,15,1,MVA,21-24 yrs,24,76831,22.456314086914062,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,31.237390518188477 +1985,15,1,suicide,21-24 yrs,11,76831,22.456314086914062,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,14.317137718200684 +1985,15,1,homicide,21-24 yrs,5,76831,22.456314086914062,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,6.507789611816406 +1985,15,1,other external,21-24 yrs,7,76831,22.456314086914062,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,9.110905647277832 +1985,15,1,internal,21-24 yrs,11,76831,22.456314086914062,1,NA,1.590000033378601,0.4099999964237213,0.8799999952316284,2.880000114440918,14.317137718200684 +1986,15,0.7479451894760132,MVA,15-17 yrs,9,46643,15.971613883972168,0,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,19.295499801635742 +1986,15,0.7479451894760132,suicide,15-17 yrs,2,46643,15.971613883972168,0,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,4.287889003753662 +1986,15,0.7479451894760132,homicide,15-17 yrs,5,46643,15.971613883972168,0,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,10.719721794128418 +1986,15,0.7479451894760132,other external,15-17 yrs,4,46643,15.971613883972168,0,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,8.575778007507324 +1986,15,0.7479451894760132,internal,15-17 yrs,12,46643,15.971613883972168,0,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,25.727333068847656 +1986,15,0.7479451894760132,all,18-20 yrs,27,48494,19.086545944213867,0.7479451894760132,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,55.6769905090332 +1986,15,0.7479451894760132,MVA,18-20 yrs,6,48494,19.086545944213867,0.7479451894760132,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,12.372664451599121 +1986,15,0.7479451894760132,suicide,18-20 yrs,1,48494,19.086545944213867,0.7479451894760132,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,2.062110662460327 +1986,15,0.7479451894760132,homicide,18-20 yrs,1,48494,19.086545944213867,0.7479451894760132,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,2.062110662460327 +1986,15,0.7479451894760132,other external,18-20 yrs,10,48494,19.086545944213867,0.7479451894760132,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,20.62110710144043 +1986,15,0.7479451894760132,internal,18-20 yrs,9,48494,19.086545944213867,0.7479451894760132,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,18.558996200561523 +1986,15,0.7479451894760132,all,21-24 yrs,74,77836,22.473894119262695,1,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,95.071685791015625 +1986,15,0.7479451894760132,MVA,21-24 yrs,21,77836,22.473894119262695,1,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,26.97980308532715 +1986,15,0.7479451894760132,suicide,21-24 yrs,15,77836,22.473894119262695,1,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,19.27128791809082 +1986,15,0.7479451894760132,homicide,21-24 yrs,6,77836,22.473894119262695,1,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,7.708515167236328 +1986,15,0.7479451894760132,other external,21-24 yrs,12,77836,22.473894119262695,1,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,15.417030334472656 +1986,15,0.7479451894760132,internal,21-24 yrs,20,77836,22.473894119262695,1,0.739051103591919,1.600000023841858,0.4399999976158142,0.8500000238418579,2.880000114440918,25.695051193237305 +1987,15,0,MVA,15-17 yrs,12,46348,16.01510238647461,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,25.891084671020508 +1987,15,0,suicide,15-17 yrs,2,46348,16.01510238647461,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,4.315180778503418 +1987,15,0,homicide,15-17 yrs,3,46348,16.01510238647461,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,6.472771167755127 +1987,15,0,other external,15-17 yrs,4,46348,16.01510238647461,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,8.630361557006836 +1987,15,0,internal,15-17 yrs,6,46348,16.01510238647461,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,12.945542335510254 +1987,15,0,all,18-20 yrs,37,47537,19.07080841064453,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,77.8341064453125 +1987,15,0,MVA,18-20 yrs,11,47537,19.07080841064453,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,23.139869689941406 +1987,15,0,suicide,18-20 yrs,6,47537,19.07080841064453,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,12.621747016906738 +1987,15,0,homicide,18-20 yrs,3,47537,19.07080841064453,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,6.310873508453369 +1987,15,0,other external,18-20 yrs,8,47537,19.07080841064453,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,16.828996658325195 +1987,15,0,internal,18-20 yrs,9,47537,19.07080841064453,0,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,18.932621002197266 +1987,15,0,all,21-24 yrs,76,78666,22.52400016784668,1,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,96.6109848022461 +1987,15,0,MVA,21-24 yrs,24,78666,22.52400016784668,1,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,30.50873374938965 +1987,15,0,suicide,21-24 yrs,7,78666,22.52400016784668,1,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,8.898380279541016 +1987,15,0,homicide,21-24 yrs,9,78666,22.52400016784668,1,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,11.440774917602539 +1987,15,0,other external,21-24 yrs,15,78666,22.52400016784668,1,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,19.06795883178711 +1987,15,0,internal,21-24 yrs,21,78666,22.52400016784668,1,0.7130281925201416,1.5700000524520874,0.4000000059604645,0.7599999904632568,2.7300000190734863,26.695140838623047 +1988,15,0,MVA,15-17 yrs,15,44708,16.03426742553711,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,33.55104064941406 +1988,15,0,suicide,15-17 yrs,4,44708,16.03426742553711,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,8.946944236755371 +1988,15,0,homicide,15-17 yrs,0,44708,16.03426742553711,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,0 +1988,15,0,other external,15-17 yrs,6,44708,16.03426742553711,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,13.420416831970215 +1988,15,0,internal,15-17 yrs,6,44708,16.03426742553711,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,13.420416831970215 +1988,15,0,all,18-20 yrs,47,47762,19.047653198242188,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,98.40458679199219 +1988,15,0,MVA,18-20 yrs,20,47762,19.047653198242188,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,41.87429428100586 +1988,15,0,suicide,18-20 yrs,9,47762,19.047653198242188,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,18.84343147277832 +1988,15,0,homicide,18-20 yrs,1,47762,19.047653198242188,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,2.093714714050293 +1988,15,0,other external,18-20 yrs,8,47762,19.047653198242188,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,16.749717712402344 +1988,15,0,internal,18-20 yrs,9,47762,19.047653198242188,0,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,18.84343147277832 +1988,15,0,all,21-24 yrs,60,76390,22.540058135986328,1,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,78.5443115234375 +1988,15,0,MVA,21-24 yrs,25,76390,22.540058135986328,1,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,32.7267951965332 +1988,15,0,suicide,21-24 yrs,6,76390,22.540058135986328,1,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,7.85443115234375 +1988,15,0,homicide,21-24 yrs,3,76390,22.540058135986328,1,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,3.927215576171875 +1988,15,0,other external,21-24 yrs,15,76390,22.540058135986328,1,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,19.636077880859375 +1988,15,0,internal,21-24 yrs,11,76390,22.540058135986328,1,0.7269653081893921,1.6200000047683716,0.44999998807907104,0.7900000214576721,2.859999895095825,14.39979076385498 +1989,15,0,MVA,15-17 yrs,4,42867,16.020341873168945,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,9.33118724822998 +1989,15,0,suicide,15-17 yrs,4,42867,16.020341873168945,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,9.33118724822998 +1989,15,0,homicide,15-17 yrs,0,42867,16.020341873168945,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,0 +1989,15,0,other external,15-17 yrs,9,42867,16.020341873168945,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,20.99517059326172 +1989,15,0,internal,15-17 yrs,8,42867,16.020341873168945,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,18.66237449645996 +1989,15,0,all,18-20 yrs,43,48534,19.053714752197266,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,88.597686767578125 +1989,15,0,MVA,18-20 yrs,18,48534,19.053714752197266,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,37.08740234375 +1989,15,0,suicide,18-20 yrs,9,48534,19.053714752197266,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,18.543701171875 +1989,15,0,homicide,18-20 yrs,7,48534,19.053714752197266,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,14.422879219055176 +1989,15,0,other external,18-20 yrs,3,48534,19.053714752197266,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,6.181233882904053 +1989,15,0,internal,18-20 yrs,6,48534,19.053714752197266,0,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,12.362467765808105 +1989,15,0,all,21-24 yrs,60,74785,22.53502655029297,1,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,80.22999572753906 +1989,15,0,MVA,21-24 yrs,13,74785,22.53502655029297,1,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,17.38316535949707 +1989,15,0,suicide,21-24 yrs,4,74785,22.53502655029297,1,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,5.348666191101074 +1989,15,0,homicide,21-24 yrs,6,74785,22.53502655029297,1,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,8.022998809814453 +1989,15,0,other external,21-24 yrs,13,74785,22.53502655029297,1,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,17.38316535949707 +1989,15,0,internal,21-24 yrs,24,74785,22.53502655029297,1,0.6935483813285828,1.5399999618530273,0.4300000071525574,0.7900000214576721,2.759999990463257,32.09199523925781 +1990,15,0,MVA,15-17 yrs,10,41878,16.01270294189453,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,23.878887176513672 +1990,15,0,suicide,15-17 yrs,3,41878,16.01270294189453,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,7.163665771484375 +1990,15,0,homicide,15-17 yrs,0,41878,16.01270294189453,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,0 +1990,15,0,other external,15-17 yrs,3,41878,16.01270294189453,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,7.163665771484375 +1990,15,0,internal,15-17 yrs,4,41878,16.01270294189453,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,9.551554679870605 +1990,15,0,all,18-20 yrs,51,48880,19.07868194580078,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,104.33715057373047 +1990,15,0,MVA,18-20 yrs,25,48880,19.07868194580078,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,51.14566421508789 +1990,15,0,suicide,18-20 yrs,8,48880,19.07868194580078,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,16.36661148071289 +1990,15,0,homicide,18-20 yrs,1,48880,19.07868194580078,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,2.0458264350891113 +1990,15,0,other external,18-20 yrs,3,48880,19.07868194580078,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,6.137479305267334 +1990,15,0,internal,18-20 yrs,14,48880,19.07868194580078,0,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,28.641571044921875 +1990,15,0,all,21-24 yrs,69,73369,22.518693923950195,1,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,94.045166015625 +1990,15,0,MVA,21-24 yrs,22,73369,22.518693923950195,1,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,29.985416412353516 +1990,15,0,suicide,21-24 yrs,17,73369,22.518693923950195,1,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,23.170549392700195 +1990,15,0,homicide,21-24 yrs,8,73369,22.518693923950195,1,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,10.903787612915039 +1990,15,0,other external,21-24 yrs,10,73369,22.518693923950195,1,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,13.629734992980957 +1990,15,0,internal,21-24 yrs,12,73369,22.518693923950195,1,0.6579954624176025,1.6399999856948853,0.4000000059604645,0.7900000214576721,2.8399999141693115,16.355682373046875 +1991,15,0,MVA,15-17 yrs,4,42208,16.01094627380371,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,9.476876258850098 +1991,15,0,suicide,15-17 yrs,1,42208,16.01094627380371,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,2.3692190647125244 +1991,15,0,homicide,15-17 yrs,1,42208,16.01094627380371,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,2.3692190647125244 +1991,15,0,other external,15-17 yrs,3,42208,16.01094627380371,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,7.107657432556152 +1991,15,0,internal,15-17 yrs,6,42208,16.01094627380371,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,14.215314865112305 +1991,15,0,all,18-20 yrs,31,48337,19.04292869567871,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,64.13306427001953 +1991,15,0,MVA,18-20 yrs,11,48337,19.04292869567871,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,22.756895065307617 +1991,15,0,suicide,18-20 yrs,4,48337,19.04292869567871,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,8.27523422241211 +1991,15,0,homicide,18-20 yrs,9,48337,19.04292869567871,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,18.619277954101562 +1991,15,0,other external,18-20 yrs,2,48337,19.04292869567871,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,4.137617111206055 +1991,15,0,internal,18-20 yrs,5,48337,19.04292869567871,0,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,10.344042778015137 +1991,15,0,all,21-24 yrs,62,71010,22.507322311401367,1,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,87.3116455078125 +1991,15,0,MVA,21-24 yrs,16,71010,22.507322311401367,1,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,22.53203773498535 +1991,15,0,suicide,21-24 yrs,11,71010,22.507322311401367,1,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,15.490776062011719 +1991,15,0,homicide,21-24 yrs,8,71010,22.507322311401367,1,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,11.266018867492676 +1991,15,0,other external,21-24 yrs,12,71010,22.507322311401367,1,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,16.899028778076172 +1991,15,0,internal,21-24 yrs,15,71010,22.507322311401367,1,0.6314244270324707,1.5700000524520874,0.4000000059604645,0.699999988079071,2.6700000762939453,21.1237850189209 +1992,15,0,MVA,15-17 yrs,3,43469,16.0011043548584,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,6.901470184326172 +1992,15,0,suicide,15-17 yrs,4,43469,16.0011043548584,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,9.201959609985352 +1992,15,0,homicide,15-17 yrs,4,43469,16.0011043548584,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,9.201959609985352 +1992,15,0,other external,15-17 yrs,3,43469,16.0011043548584,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,6.901470184326172 +1992,15,0,internal,15-17 yrs,5,43469,16.0011043548584,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,11.502449989318848 +1992,15,0,all,18-20 yrs,44,49170,19.03758430480957,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,89.48545837402344 +1992,15,0,MVA,18-20 yrs,14,49170,19.03758430480957,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,28.472646713256836 +1992,15,0,suicide,18-20 yrs,5,49170,19.03758430480957,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,10.168802261352539 +1992,15,0,homicide,18-20 yrs,2,49170,19.03758430480957,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,4.067520618438721 +1992,15,0,other external,18-20 yrs,8,49170,19.03758430480957,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,16.270082473754883 +1992,15,0,internal,18-20 yrs,15,49170,19.03758430480957,0,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,30.506406784057617 +1992,15,0,all,21-24 yrs,64,68866,22.502351760864258,1,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,92.9341049194336 +1992,15,0,MVA,21-24 yrs,12,68866,22.502351760864258,1,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,17.42514419555664 +1992,15,0,suicide,21-24 yrs,15,68866,22.502351760864258,1,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,21.781431198120117 +1992,15,0,homicide,21-24 yrs,3,68866,22.502351760864258,1,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,4.35628604888916 +1992,15,0,other external,21-24 yrs,10,68866,22.502351760864258,1,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,14.520954132080078 +1992,15,0,internal,21-24 yrs,24,68866,22.502351760864258,1,0.6129721999168396,1.5499999523162842,0.38999998569488525,0.6899999976158142,2.630000114440918,34.85028839111328 +1993,15,0,MVA,15-17 yrs,11,44215,15.997806549072266,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,24.878435134887695 +1993,15,0,suicide,15-17 yrs,2,44215,15.997806549072266,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,4.523351669311523 +1993,15,0,homicide,15-17 yrs,1,44215,15.997806549072266,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,2.2616758346557617 +1993,15,0,other external,15-17 yrs,2,44215,15.997806549072266,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,4.523351669311523 +1993,15,0,internal,15-17 yrs,8,44215,15.997806549072266,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,18.093406677246094 +1993,15,0,all,18-20 yrs,34,50317,19.04976463317871,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,67.57159423828125 +1993,15,0,MVA,18-20 yrs,8,50317,19.04976463317871,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,15.899199485778809 +1993,15,0,suicide,18-20 yrs,8,50317,19.04976463317871,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,15.899199485778809 +1993,15,0,homicide,18-20 yrs,0,50317,19.04976463317871,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,0 +1993,15,0,other external,18-20 yrs,6,50317,19.04976463317871,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,11.924399375915527 +1993,15,0,internal,18-20 yrs,12,50317,19.04976463317871,0,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,23.848798751831055 +1993,15,0,all,21-24 yrs,76,66353,22.502538681030273,1,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,114.53890228271484 +1993,15,0,MVA,21-24 yrs,25,66353,22.502538681030273,1,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,37.67727279663086 +1993,15,0,suicide,21-24 yrs,8,66353,22.502538681030273,1,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,12.056726455688477 +1993,15,0,homicide,21-24 yrs,8,66353,22.502538681030273,1,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,12.056726455688477 +1993,15,0,other external,21-24 yrs,14,66353,22.502538681030273,1,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,21.099271774291992 +1993,15,0,internal,21-24 yrs,21,66353,22.502538681030273,1,0.5951557159423828,1.4900000095367432,0.3700000047683716,0.6499999761581421,2.509999990463257,31.648908615112305 +1994,15,0,MVA,15-17 yrs,8,45451,16.005962371826172,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,17.60137367248535 +1994,15,0,suicide,15-17 yrs,3,45451,16.005962371826172,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,6.600514888763428 +1994,15,0,homicide,15-17 yrs,0,45451,16.005962371826172,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,0 +1994,15,0,other external,15-17 yrs,3,45451,16.005962371826172,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,6.600514888763428 +1994,15,0,internal,15-17 yrs,13,45451,16.005962371826172,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,28.602230072021484 +1994,15,0,all,18-20 yrs,44,50363,19.049877166748047,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,87.36572265625 +1994,15,0,MVA,18-20 yrs,13,50363,19.049877166748047,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,25.81260108947754 +1994,15,0,suicide,18-20 yrs,13,50363,19.049877166748047,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,25.81260108947754 +1994,15,0,homicide,18-20 yrs,1,50363,19.049877166748047,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,1.9855846166610718 +1994,15,0,other external,18-20 yrs,5,50363,19.049877166748047,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,9.927923202514648 +1994,15,0,internal,18-20 yrs,12,50363,19.049877166748047,0,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,23.827014923095703 +1994,15,0,all,21-24 yrs,64,65606,22.466360092163086,1,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,97.55205535888672 +1994,15,0,MVA,21-24 yrs,27,65606,22.466360092163086,1,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,41.1547737121582 +1994,15,0,suicide,21-24 yrs,5,65606,22.466360092163086,1,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,7.621253967285156 +1994,15,0,homicide,21-24 yrs,5,65606,22.466360092163086,1,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,7.621253967285156 +1994,15,0,other external,21-24 yrs,9,65606,22.466360092163086,1,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,13.718257904052734 +1994,15,0,internal,21-24 yrs,18,65606,22.466360092163086,1,0.5802969336509705,1.4600000381469727,0.3799999952316284,0.6200000047683716,2.4700000286102295,27.43651580810547 +1995,15,0,MVA,15-17 yrs,6,46321,15.990242004394531,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,12.95308780670166 +1995,15,0,suicide,15-17 yrs,1,46321,15.990242004394531,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,2.1588480472564697 +1995,15,0,homicide,15-17 yrs,2,46321,15.990242004394531,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,4.3176960945129395 +1995,15,0,other external,15-17 yrs,2,46321,15.990242004394531,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,4.3176960945129395 +1995,15,0,internal,15-17 yrs,13,46321,15.990242004394531,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,28.065025329589844 +1995,15,0,all,18-20 yrs,39,51006,19.03973960876465,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,76.46159362792969 +1995,15,0,MVA,18-20 yrs,14,51006,19.03973960876465,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,27.447751998901367 +1995,15,0,suicide,18-20 yrs,10,51006,19.03973960876465,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,19.60553741455078 +1995,15,0,homicide,18-20 yrs,2,51006,19.03973960876465,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,3.921107292175293 +1995,15,0,other external,18-20 yrs,4,51006,19.03973960876465,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,7.842214584350586 +1995,15,0,internal,18-20 yrs,9,51006,19.03973960876465,0,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,17.644983291625977 +1995,15,0,all,21-24 yrs,72,64815,22.44384765625,1,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,111.08539581298828 +1995,15,0,MVA,21-24 yrs,20,64815,22.44384765625,1,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,30.857053756713867 +1995,15,0,suicide,21-24 yrs,19,64815,22.44384765625,1,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,29.31420135498047 +1995,15,0,homicide,21-24 yrs,5,64815,22.44384765625,1,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,7.714263439178467 +1995,15,0,other external,21-24 yrs,7,64815,22.44384765625,1,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,10.799968719482422 +1995,15,0,internal,21-24 yrs,21,64815,22.44384765625,1,0.5643044710159302,1.409999966621399,0.3400000035762787,0.5699999928474426,2.319999933242798,32.399906158447266 +1996,15,0,MVA,15-17 yrs,11,47299,15.996490478515625,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,23.256305694580078 +1996,15,0,suicide,15-17 yrs,2,47299,15.996490478515625,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,4.228419303894043 +1996,15,0,homicide,15-17 yrs,3,47299,15.996490478515625,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,6.3426289558410645 +1996,15,0,other external,15-17 yrs,2,47299,15.996490478515625,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,4.228419303894043 +1996,15,0,internal,15-17 yrs,7,47299,15.996490478515625,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,14.799467086791992 +1996,15,0,all,18-20 yrs,34,51306,19.03340721130371,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,66.26905059814453 +1996,15,0,MVA,18-20 yrs,15,51306,19.03340721130371,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,29.236347198486328 +1996,15,0,suicide,18-20 yrs,4,51306,19.03340721130371,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,7.796359062194824 +1996,15,0,homicide,18-20 yrs,5,51306,19.03340721130371,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,9.74544906616211 +1996,15,0,other external,18-20 yrs,5,51306,19.03340721130371,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,9.74544906616211 +1996,15,0,internal,18-20 yrs,5,51306,19.03340721130371,0,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,9.74544906616211 +1996,15,0,all,21-24 yrs,65,64860,22.4378662109375,1,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,100.21585083007812 +1996,15,0,MVA,21-24 yrs,15,64860,22.4378662109375,1,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,23.126733779907227 +1996,15,0,suicide,21-24 yrs,14,64860,22.4378662109375,1,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,21.584951400756836 +1996,15,0,homicide,21-24 yrs,4,64860,22.4378662109375,1,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,6.167129039764404 +1996,15,0,other external,21-24 yrs,14,64860,22.4378662109375,1,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,21.584951400756836 +1996,15,0,internal,21-24 yrs,18,64860,22.4378662109375,1,0.548119843006134,1.399999976158142,0.36000001430511475,0.5799999833106995,2.3399999141693115,27.7520809173584 +1970,16,0.3033171594142914,MVA,15-17 yrs,31,46999,15.983233451843262,0,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,65.95884704589844 +1970,16,0.3033171594142914,suicide,15-17 yrs,4,46999,15.983233451843262,0,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,8.510819435119629 +1970,16,0.3033171594142914,homicide,15-17 yrs,0,46999,15.983233451843262,0,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,0 +1970,16,0.3033171594142914,other external,15-17 yrs,14,46999,15.983233451843262,0,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,29.78786849975586 +1970,16,0.3033171594142914,internal,15-17 yrs,16,46999,15.983233451843262,0,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,34.043277740478516 +1970,16,0.3033171594142914,all,18-20 yrs,66,38979,18.928089141845703,0.3033171594142914,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,169.3219451904297 +1970,16,0.3033171594142914,MVA,18-20 yrs,42,38979,18.928089141845703,0.3033171594142914,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,107.75032806396484 +1970,16,0.3033171594142914,suicide,18-20 yrs,6,38979,18.928089141845703,0.3033171594142914,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,15.392904281616211 +1970,16,0.3033171594142914,homicide,18-20 yrs,2,38979,18.928089141845703,0.3033171594142914,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,5.13096809387207 +1970,16,0.3033171594142914,other external,18-20 yrs,8,38979,18.928089141845703,0.3033171594142914,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,20.52387237548828 +1970,16,0.3033171594142914,internal,18-20 yrs,8,38979,18.928089141845703,0.3033171594142914,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,20.52387237548828 +1970,16,0.3033171594142914,all,21-24 yrs,68,41581,22.411943435668945,1,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,163.53622436523438 +1970,16,0.3033171594142914,MVA,21-24 yrs,28,41581,22.411943435668945,1,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,67.33844757080078 +1970,16,0.3033171594142914,suicide,21-24 yrs,8,41581,22.411943435668945,1,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,19.23955726623535 +1970,16,0.3033171594142914,homicide,21-24 yrs,3,41581,22.411943435668945,1,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,7.214833736419678 +1970,16,0.3033171594142914,other external,21-24 yrs,16,41581,22.411943435668945,1,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,38.4791145324707 +1970,16,0.3033171594142914,internal,21-24 yrs,13,41581,22.411943435668945,1,0.38659796118736267,1.2000000476837158,0.10000000149011612,0.75,2.0399999618530273,31.264278411865234 +1971,16,0.2985839247703552,MVA,15-17 yrs,23,48686,15.995193481445312,0,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,47.24150848388672 +1971,16,0.2985839247703552,suicide,15-17 yrs,8,48686,15.995193481445312,0,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,16.431827545166016 +1971,16,0.2985839247703552,homicide,15-17 yrs,2,48686,15.995193481445312,0,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,4.107956886291504 +1971,16,0.2985839247703552,other external,15-17 yrs,16,48686,15.995193481445312,0,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,32.86365509033203 +1971,16,0.2985839247703552,internal,15-17 yrs,10,48686,15.995193481445312,0,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,20.539785385131836 +1971,16,0.2985839247703552,all,18-20 yrs,72,42159,18.935386657714844,0.2985839247703552,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,170.78204345703125 +1971,16,0.2985839247703552,MVA,18-20 yrs,30,42159,18.935386657714844,0.2985839247703552,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,71.1591796875 +1971,16,0.2985839247703552,suicide,18-20 yrs,12,42159,18.935386657714844,0.2985839247703552,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,28.463672637939453 +1971,16,0.2985839247703552,homicide,18-20 yrs,1,42159,18.935386657714844,0.2985839247703552,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,2.3719727993011475 +1971,16,0.2985839247703552,other external,18-20 yrs,19,42159,18.935386657714844,0.2985839247703552,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,45.067481994628906 +1971,16,0.2985839247703552,internal,18-20 yrs,10,42159,18.935386657714844,0.2985839247703552,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,23.719728469848633 +1971,16,0.2985839247703552,all,21-24 yrs,92,47354,22.54466438293457,1,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,194.2813720703125 +1971,16,0.2985839247703552,MVA,21-24 yrs,45,47354,22.54466438293457,1,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,95.0289306640625 +1971,16,0.2985839247703552,suicide,21-24 yrs,12,47354,22.54466438293457,1,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,25.341049194335938 +1971,16,0.2985839247703552,homicide,21-24 yrs,1,47354,22.54466438293457,1,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,2.1117539405822754 +1971,16,0.2985839247703552,other external,21-24 yrs,18,47354,22.54466438293457,1,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,38.011573791503906 +1971,16,0.2985839247703552,internal,21-24 yrs,16,47354,22.54466438293457,1,0.37037038803100586,1.2599999904632568,0.25999999046325684,0.7699999809265137,2.2799999713897705,33.788063049316406 +1972,16,0.4767230749130249,MVA,15-17 yrs,24,49898,15.990460395812988,0,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,48.098121643066406 +1972,16,0.4767230749130249,suicide,15-17 yrs,4,49898,15.990460395812988,0,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,8.016353607177734 +1972,16,0.4767230749130249,homicide,15-17 yrs,2,49898,15.990460395812988,0,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,4.008176803588867 +1972,16,0.4767230749130249,other external,15-17 yrs,12,49898,15.990460395812988,0,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,24.049060821533203 +1972,16,0.4767230749130249,internal,15-17 yrs,16,49898,15.990460395812988,0,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,32.06541442871094 +1972,16,0.4767230749130249,all,18-20 yrs,78,45312,18.95069694519043,0.4767230749130249,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,172.13983154296875 +1972,16,0.4767230749130249,MVA,18-20 yrs,42,45312,18.95069694519043,0.4767230749130249,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,92.69068145751953 +1972,16,0.4767230749130249,suicide,18-20 yrs,6,45312,18.95069694519043,0.4767230749130249,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,13.241525650024414 +1972,16,0.4767230749130249,homicide,18-20 yrs,2,45312,18.95069694519043,0.4767230749130249,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,4.413841724395752 +1972,16,0.4767230749130249,other external,18-20 yrs,20,45312,18.95069694519043,0.4767230749130249,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,44.1384162902832 +1972,16,0.4767230749130249,internal,18-20 yrs,8,45312,18.95069694519043,0.4767230749130249,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,17.655366897583008 +1972,16,0.4767230749130249,all,21-24 yrs,118,49368,22.524227142333984,1,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,239.02122497558594 +1972,16,0.4767230749130249,MVA,21-24 yrs,56,49368,22.524227142333984,1,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,113.43379974365234 +1972,16,0.4767230749130249,suicide,21-24 yrs,6,49368,22.524227142333984,1,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,12.153621673583984 +1972,16,0.4767230749130249,homicide,21-24 yrs,4,49368,22.524227142333984,1,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,8.10241413116455 +1972,16,0.4767230749130249,other external,21-24 yrs,32,49368,22.524227142333984,1,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,64.8193130493164 +1972,16,0.4767230749130249,internal,21-24 yrs,20,49368,22.524227142333984,1,0.35885170102119446,1.340000033378601,0.27000001072883606,0.75,2.359999895095825,40.5120735168457 +1973,16,0.650275468826294,MVA,15-17 yrs,25,50820,15.992464065551758,0,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,49.19322967529297 +1973,16,0.650275468826294,suicide,15-17 yrs,4,50820,15.992464065551758,0,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,7.870916843414307 +1973,16,0.650275468826294,homicide,15-17 yrs,2,50820,15.992464065551758,0,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,3.9354584217071533 +1973,16,0.650275468826294,other external,15-17 yrs,12,50820,15.992464065551758,0,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,23.612751007080078 +1973,16,0.650275468826294,internal,15-17 yrs,8,50820,15.992464065551758,0,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,15.741833686828613 +1973,16,0.650275468826294,all,18-20 yrs,93,46651,18.960493087768555,0.650275468826294,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,199.35264587402344 +1973,16,0.650275468826294,MVA,18-20 yrs,45,46651,18.960493087768555,0.650275468826294,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,96.46095275878906 +1973,16,0.650275468826294,suicide,18-20 yrs,7,46651,18.960493087768555,0.650275468826294,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,15.005037307739258 +1973,16,0.650275468826294,homicide,18-20 yrs,5,46651,18.960493087768555,0.650275468826294,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,10.717884063720703 +1973,16,0.650275468826294,other external,18-20 yrs,18,46651,18.960493087768555,0.650275468826294,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,38.584381103515625 +1973,16,0.650275468826294,internal,18-20 yrs,18,46651,18.960493087768555,0.650275468826294,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,38.584381103515625 +1973,16,0.650275468826294,all,21-24 yrs,83,51003,22.50598907470703,1,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,162.7355194091797 +1973,16,0.650275468826294,MVA,21-24 yrs,50,51003,22.50598907470703,1,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,98.033447265625 +1973,16,0.650275468826294,suicide,21-24 yrs,5,51003,22.50598907470703,1,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,9.8033447265625 +1973,16,0.650275468826294,homicide,21-24 yrs,1,51003,22.50598907470703,1,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,1.960668921470642 +1973,16,0.650275468826294,other external,21-24 yrs,17,51003,22.50598907470703,1,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,33.33137130737305 +1973,16,0.650275468826294,internal,21-24 yrs,10,51003,22.50598907470703,1,0.3378378450870514,1.3799999952316284,0.25999999046325684,0.7400000095367432,2.380000114440918,19.606689453125 +1974,16,0.6547979712486267,MVA,15-17 yrs,42,52106,15.995279312133789,0,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,80.60491943359375 +1974,16,0.6547979712486267,suicide,15-17 yrs,3,52106,15.995279312133789,0,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,5.7574944496154785 +1974,16,0.6547979712486267,homicide,15-17 yrs,1,52106,15.995279312133789,0,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,1.919164776802063 +1974,16,0.6547979712486267,other external,15-17 yrs,18,52106,15.995279312133789,0,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,34.54496765136719 +1974,16,0.6547979712486267,internal,15-17 yrs,14,52106,15.995279312133789,0,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,26.86830711364746 +1974,16,0.6547979712486267,all,18-20 yrs,68,48531,18.974407196044922,0.6547979712486267,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,140.1166229248047 +1974,16,0.6547979712486267,MVA,18-20 yrs,40,48531,18.974407196044922,0.6547979712486267,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,82.42154693603516 +1974,16,0.6547979712486267,suicide,18-20 yrs,7,48531,18.974407196044922,0.6547979712486267,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,14.4237699508667 +1974,16,0.6547979712486267,homicide,18-20 yrs,0,48531,18.974407196044922,0.6547979712486267,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,0 +1974,16,0.6547979712486267,other external,18-20 yrs,16,48531,18.974407196044922,0.6547979712486267,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,32.9686164855957 +1974,16,0.6547979712486267,internal,18-20 yrs,5,48531,18.974407196044922,0.6547979712486267,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,10.302693367004395 +1974,16,0.6547979712486267,all,21-24 yrs,90,53486,22.47146987915039,1,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,168.26832580566406 +1974,16,0.6547979712486267,MVA,21-24 yrs,32,53486,22.47146987915039,1,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,59.828739166259766 +1974,16,0.6547979712486267,suicide,21-24 yrs,10,53486,22.47146987915039,1,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,18.696481704711914 +1974,16,0.6547979712486267,homicide,21-24 yrs,7,53486,22.47146987915039,1,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,13.087536811828613 +1974,16,0.6547979712486267,other external,21-24 yrs,21,53486,22.47146987915039,1,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,39.262611389160156 +1974,16,0.6547979712486267,internal,21-24 yrs,20,53486,22.47146987915039,1,0.30425965785980225,1.3899999856948853,0.25999999046325684,0.7699999809265137,2.4200000762939453,37.39296340942383 +1975,16,0.6529050469398499,MVA,15-17 yrs,23,53119,15.990324020385742,0,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,43.299007415771484 +1975,16,0.6529050469398499,suicide,15-17 yrs,4,53119,15.990324020385742,0,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,7.530262470245361 +1975,16,0.6529050469398499,homicide,15-17 yrs,0,53119,15.990324020385742,0,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,0 +1975,16,0.6529050469398499,other external,15-17 yrs,17,53119,15.990324020385742,0,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,32.00361633300781 +1975,16,0.6529050469398499,internal,15-17 yrs,10,53119,15.990324020385742,0,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,18.825654983520508 +1975,16,0.6529050469398499,all,18-20 yrs,70,49655,18.970516204833984,0.6529050469398499,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,140.97271728515625 +1975,16,0.6529050469398499,MVA,18-20 yrs,32,49655,18.970516204833984,0.6529050469398499,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,64.444671630859375 +1975,16,0.6529050469398499,suicide,18-20 yrs,11,49655,18.970516204833984,0.6529050469398499,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,22.152854919433594 +1975,16,0.6529050469398499,homicide,18-20 yrs,5,49655,18.970516204833984,0.6529050469398499,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,10.069478988647461 +1975,16,0.6529050469398499,other external,18-20 yrs,13,49655,18.970516204833984,0.6529050469398499,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,26.180646896362305 +1975,16,0.6529050469398499,internal,18-20 yrs,9,49655,18.970516204833984,0.6529050469398499,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,18.125062942504883 +1975,16,0.6529050469398499,all,21-24 yrs,92,57028,22.465087890625,1,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,161.3242645263672 +1975,16,0.6529050469398499,MVA,21-24 yrs,40,57028,22.465087890625,1,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,70.14098358154297 +1975,16,0.6529050469398499,suicide,21-24 yrs,14,57028,22.465087890625,1,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,24.549345016479492 +1975,16,0.6529050469398499,homicide,21-24 yrs,3,57028,22.465087890625,1,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,5.260573863983154 +1975,16,0.6529050469398499,other external,21-24 yrs,21,57028,22.465087890625,1,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,36.82401657104492 +1975,16,0.6529050469398499,internal,21-24 yrs,14,57028,22.465087890625,1,0.27881041169166565,1.4800000190734863,0.25999999046325684,0.800000011920929,2.549999952316284,24.549345016479492 +1976,16,0.6567410826683044,MVA,15-17 yrs,31,54390,15.985438346862793,0,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,56.99576950073242 +1976,16,0.6567410826683044,suicide,15-17 yrs,7,54390,15.985438346862793,0,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,12.870013236999512 +1976,16,0.6567410826683044,homicide,15-17 yrs,4,54390,15.985438346862793,0,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,7.354292869567871 +1976,16,0.6567410826683044,other external,15-17 yrs,16,54390,15.985438346862793,0,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,29.417171478271484 +1976,16,0.6567410826683044,internal,15-17 yrs,7,54390,15.985438346862793,0,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,12.870013236999512 +1976,16,0.6567410826683044,all,18-20 yrs,85,50845,18.974824905395508,0.6567410826683044,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,167.17474365234375 +1976,16,0.6567410826683044,MVA,18-20 yrs,47,50845,18.974824905395508,0.6567410826683044,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,92.43779754638672 +1976,16,0.6567410826683044,suicide,18-20 yrs,9,50845,18.974824905395508,0.6567410826683044,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,17.700855255126953 +1976,16,0.6567410826683044,homicide,18-20 yrs,3,50845,18.974824905395508,0.6567410826683044,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,5.900285243988037 +1976,16,0.6567410826683044,other external,18-20 yrs,19,50845,18.974824905395508,0.6567410826683044,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,37.368473052978516 +1976,16,0.6567410826683044,internal,18-20 yrs,7,50845,18.974824905395508,0.6567410826683044,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,13.767332077026367 +1976,16,0.6567410826683044,all,21-24 yrs,101,60536,22.482059478759766,1,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,166.84286499023438 +1976,16,0.6567410826683044,MVA,21-24 yrs,38,60536,22.482059478759766,1,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,62.77256393432617 +1976,16,0.6567410826683044,suicide,21-24 yrs,20,60536,22.482059478759766,1,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,33.03819274902344 +1976,16,0.6567410826683044,homicide,21-24 yrs,7,60536,22.482059478759766,1,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,11.563366889953613 +1976,16,0.6567410826683044,other external,21-24 yrs,20,60536,22.482059478759766,1,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,33.03819274902344 +1976,16,0.6567410826683044,internal,21-24 yrs,16,60536,22.482059478759766,1,0.26362037658691406,1.5199999809265137,0.27000001072883606,0.7900000214576721,2.5799999237060547,26.430553436279297 +1977,16,0.6584513783454895,MVA,15-17 yrs,26,54940,15.997834205627441,0,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,47.3243522644043 +1977,16,0.6584513783454895,suicide,15-17 yrs,5,54940,15.997834205627441,0,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,9.100837707519531 +1977,16,0.6584513783454895,homicide,15-17 yrs,0,54940,15.997834205627441,0,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,0 +1977,16,0.6584513783454895,other external,15-17 yrs,20,54940,15.997834205627441,0,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,36.403350830078125 +1977,16,0.6584513783454895,internal,15-17 yrs,12,54940,15.997834205627441,0,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,21.842008590698242 +1977,16,0.6584513783454895,all,18-20 yrs,96,51814,18.98006248474121,0.6584513783454895,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,185.27810668945312 +1977,16,0.6584513783454895,MVA,18-20 yrs,49,51814,18.98006248474121,0.6584513783454895,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,94.56903839111328 +1977,16,0.6584513783454895,suicide,18-20 yrs,7,51814,18.98006248474121,0.6584513783454895,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,13.509861946105957 +1977,16,0.6584513783454895,homicide,18-20 yrs,2,51814,18.98006248474121,0.6584513783454895,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,3.8599605560302734 +1977,16,0.6584513783454895,other external,18-20 yrs,27,51814,18.98006248474121,0.6584513783454895,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,52.10947036743164 +1977,16,0.6584513783454895,internal,18-20 yrs,11,51814,18.98006248474121,0.6584513783454895,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,21.22978401184082 +1977,16,0.6584513783454895,all,21-24 yrs,109,63361,22.494579315185547,1,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,172.0301055908203 +1977,16,0.6584513783454895,MVA,21-24 yrs,44,63361,22.494579315185547,1,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,69.44335174560547 +1977,16,0.6584513783454895,suicide,21-24 yrs,21,63361,22.494579315185547,1,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,33.14341735839844 +1977,16,0.6584513783454895,homicide,21-24 yrs,6,63361,22.494579315185547,1,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,9.469547271728516 +1977,16,0.6584513783454895,other external,21-24 yrs,27,63361,22.494579315185547,1,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,42.61296463012695 +1977,16,0.6584513783454895,internal,21-24 yrs,11,63361,22.494579315185547,1,0.24752476811408997,1.5,0.2199999988079071,0.7900000214576721,2.5199999809265137,17.360837936401367 +1978,16,0.6571633815765381,MVA,15-17 yrs,31,54729,16.015148162841797,0,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,56.642730712890625 +1978,16,0.6571633815765381,suicide,15-17 yrs,7,54729,16.015148162841797,0,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,12.79029369354248 +1978,16,0.6571633815765381,homicide,15-17 yrs,1,54729,16.015148162841797,0,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,1.8271849155426025 +1978,16,0.6571633815765381,other external,15-17 yrs,10,54729,16.015148162841797,0,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,18.271848678588867 +1978,16,0.6571633815765381,internal,15-17 yrs,12,54729,16.015148162841797,0,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,21.926218032836914 +1978,16,0.6571633815765381,all,18-20 yrs,75,52964,18.97698402404785,0.6571633815765381,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,141.60562133789062 +1978,16,0.6571633815765381,MVA,18-20 yrs,36,52964,18.97698402404785,0.6571633815765381,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,67.97069549560547 +1978,16,0.6571633815765381,suicide,18-20 yrs,12,52964,18.97698402404785,0.6571633815765381,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,22.656898498535156 +1978,16,0.6571633815765381,homicide,18-20 yrs,3,52964,18.97698402404785,0.6571633815765381,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,5.664224624633789 +1978,16,0.6571633815765381,other external,18-20 yrs,14,52964,18.97698402404785,0.6571633815765381,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,26.433048248291016 +1978,16,0.6571633815765381,internal,18-20 yrs,10,52964,18.97698402404785,0.6571633815765381,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,18.880748748779297 +1978,16,0.6571633815765381,all,21-24 yrs,96,66184,22.502477645874023,1,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,145.05015563964844 +1978,16,0.6571633815765381,MVA,21-24 yrs,47,66184,22.502477645874023,1,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,71.01414489746094 +1978,16,0.6571633815765381,suicide,21-24 yrs,11,66184,22.502477645874023,1,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,16.620330810546875 +1978,16,0.6571633815765381,homicide,21-24 yrs,1,66184,22.502477645874023,1,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,1.5109392404556274 +1978,16,0.6571633815765381,other external,21-24 yrs,19,66184,22.502477645874023,1,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,28.70784568786621 +1978,16,0.6571633815765381,internal,21-24 yrs,18,66184,22.502477645874023,1,0.2300613671541214,1.5,0.25999999046325684,0.800000011920929,2.559999942779541,27.1969051361084 +1979,16,0.6555962562561035,MVA,15-17 yrs,36,53099,16.018098831176758,0,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,67.79788970947266 +1979,16,0.6555962562561035,suicide,15-17 yrs,2,53099,16.018098831176758,0,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,3.7665493488311768 +1979,16,0.6555962562561035,homicide,15-17 yrs,0,53099,16.018098831176758,0,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,0 +1979,16,0.6555962562561035,other external,15-17 yrs,13,53099,16.018098831176758,0,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,24.48257064819336 +1979,16,0.6555962562561035,internal,15-17 yrs,7,53099,16.018098831176758,0,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,13.18292236328125 +1979,16,0.6555962562561035,all,18-20 yrs,90,53777,18.973186492919922,0.6555962562561035,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,167.3577880859375 +1979,16,0.6555962562561035,MVA,18-20 yrs,42,53777,18.973186492919922,0.6555962562561035,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,78.10030364990234 +1979,16,0.6555962562561035,suicide,18-20 yrs,7,53777,18.973186492919922,0.6555962562561035,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,13.016716957092285 +1979,16,0.6555962562561035,homicide,18-20 yrs,6,53777,18.973186492919922,0.6555962562561035,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,11.157186508178711 +1979,16,0.6555962562561035,other external,18-20 yrs,24,53777,18.973186492919922,0.6555962562561035,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,44.628746032714844 +1979,16,0.6555962562561035,internal,18-20 yrs,11,53777,18.973186492919922,0.6555962562561035,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,20.45484161376953 +1979,16,0.6555962562561035,all,21-24 yrs,99,67519,22.503236770629883,1,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,146.62539672851562 +1979,16,0.6555962562561035,MVA,21-24 yrs,41,67519,22.503236770629883,1,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,60.72364807128906 +1979,16,0.6555962562561035,suicide,21-24 yrs,14,67519,22.503236770629883,1,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,20.73490333557129 +1979,16,0.6555962562561035,homicide,21-24 yrs,6,67519,22.503236770629883,1,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,8.886387825012207 +1979,16,0.6555962562561035,other external,21-24 yrs,21,67519,22.503236770629883,1,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,31.10235595703125 +1979,16,0.6555962562561035,internal,21-24 yrs,17,67519,22.503236770629883,1,0.20661158859729767,1.5499999523162842,0.27000001072883606,0.8399999737739563,2.6500000953674316,25.178098678588867 +1980,16,0.669771134853363,MVA,15-17 yrs,25,50899,16.024263381958008,0,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,49.116878509521484 +1980,16,0.669771134853363,suicide,15-17 yrs,5,50899,16.024263381958008,0,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,9.823375701904297 +1980,16,0.669771134853363,homicide,15-17 yrs,1,50899,16.024263381958008,0,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,1.9646751880645752 +1980,16,0.669771134853363,other external,15-17 yrs,10,50899,16.024263381958008,0,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,19.646751403808594 +1980,16,0.669771134853363,internal,15-17 yrs,4,50899,16.024263381958008,0,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,7.858700752258301 +1980,16,0.669771134853363,all,18-20 yrs,78,54438,18.99502182006836,0.669771134853363,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,143.2822723388672 +1980,16,0.669771134853363,MVA,18-20 yrs,40,54438,18.99502182006836,0.669771134853363,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,73.47808837890625 +1980,16,0.669771134853363,suicide,18-20 yrs,8,54438,18.99502182006836,0.669771134853363,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,14.695616722106934 +1980,16,0.669771134853363,homicide,18-20 yrs,4,54438,18.99502182006836,0.669771134853363,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,7.347808361053467 +1980,16,0.669771134853363,other external,18-20 yrs,14,54438,18.99502182006836,0.669771134853363,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,25.717329025268555 +1980,16,0.669771134853363,internal,18-20 yrs,12,54438,18.99502182006836,0.669771134853363,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,22.043424606323242 +1980,16,0.669771134853363,all,21-24 yrs,93,68579,22.495866775512695,1,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,135.6100311279297 +1980,16,0.669771134853363,MVA,21-24 yrs,38,68579,22.495866775512695,1,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,55.41054916381836 +1980,16,0.669771134853363,suicide,21-24 yrs,17,68579,22.495866775512695,1,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,24.788928985595703 +1980,16,0.669771134853363,homicide,21-24 yrs,4,68579,22.495866775512695,1,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,5.83268928527832 +1980,16,0.669771134853363,other external,21-24 yrs,18,68579,22.495866775512695,1,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,26.247102737426758 +1980,16,0.669771134853363,internal,21-24 yrs,16,68579,22.495866775512695,1,0.18203884363174438,1.5299999713897705,0.30000001192092896,0.7699999809265137,2.5999999046325684,23.33075714111328 +1981,16,0.6823740601539612,MVA,15-17 yrs,22,49147,16.021934509277344,0,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,44.763668060302734 +1981,16,0.6823740601539612,suicide,15-17 yrs,6,49147,16.021934509277344,0,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,12.208272933959961 +1981,16,0.6823740601539612,homicide,15-17 yrs,0,49147,16.021934509277344,0,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,0 +1981,16,0.6823740601539612,other external,15-17 yrs,12,49147,16.021934509277344,0,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,24.416545867919922 +1981,16,0.6823740601539612,internal,15-17 yrs,8,49147,16.021934509277344,0,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,16.27769660949707 +1981,16,0.6823740601539612,all,18-20 yrs,82,54051,19.022533416748047,0.6823740601539612,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,151.7085723876953 +1981,16,0.6823740601539612,MVA,18-20 yrs,32,54051,19.022533416748047,0.6823740601539612,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,59.203346252441406 +1981,16,0.6823740601539612,suicide,18-20 yrs,22,54051,19.022533416748047,0.6823740601539612,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,40.702301025390625 +1981,16,0.6823740601539612,homicide,18-20 yrs,4,54051,19.022533416748047,0.6823740601539612,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,7.400418281555176 +1981,16,0.6823740601539612,other external,18-20 yrs,12,54051,19.022533416748047,0.6823740601539612,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,22.20125389099121 +1981,16,0.6823740601539612,internal,18-20 yrs,12,54051,19.022533416748047,0.6823740601539612,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,22.20125389099121 +1981,16,0.6823740601539612,all,21-24 yrs,88,68146,22.501819610595703,1,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,129.13450622558594 +1981,16,0.6823740601539612,MVA,21-24 yrs,44,68146,22.501819610595703,1,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,64.56725311279297 +1981,16,0.6823740601539612,suicide,21-24 yrs,16,68146,22.501819610595703,1,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,23.479000091552734 +1981,16,0.6823740601539612,homicide,21-24 yrs,6,68146,22.501819610595703,1,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,8.804625511169434 +1981,16,0.6823740601539612,other external,21-24 yrs,8,68146,22.501819610595703,1,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,11.739500045776367 +1981,16,0.6823740601539612,internal,21-24 yrs,14,68146,22.501819610595703,1,0.16501650214195251,1.5399999618530273,0.33000001311302185,0.8299999833106995,2.700000047683716,20.544126510620117 +1982,16,0.6812741160392761,MVA,15-17 yrs,28,47934,16.006216049194336,0,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,58.41365051269531 +1982,16,0.6812741160392761,suicide,15-17 yrs,4,47934,16.006216049194336,0,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,8.344807624816895 +1982,16,0.6812741160392761,homicide,15-17 yrs,2,47934,16.006216049194336,0,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,4.172403812408447 +1982,16,0.6812741160392761,other external,15-17 yrs,10,47934,16.006216049194336,0,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,20.862018585205078 +1982,16,0.6812741160392761,internal,15-17 yrs,4,47934,16.006216049194336,0,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,8.344807624816895 +1982,16,0.6812741160392761,all,18-20 yrs,40,52051,19.025360107421875,0.6812741160392761,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,76.84770965576172 +1982,16,0.6812741160392761,MVA,18-20 yrs,24,52051,19.025360107421875,0.6812741160392761,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,46.10862350463867 +1982,16,0.6812741160392761,suicide,18-20 yrs,4,52051,19.025360107421875,0.6812741160392761,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,7.684770584106445 +1982,16,0.6812741160392761,homicide,18-20 yrs,0,52051,19.025360107421875,0.6812741160392761,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,0 +1982,16,0.6812741160392761,other external,18-20 yrs,4,52051,19.025360107421875,0.6812741160392761,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,7.684770584106445 +1982,16,0.6812741160392761,internal,18-20 yrs,8,52051,19.025360107421875,0.6812741160392761,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,15.36954116821289 +1982,16,0.6812741160392761,all,21-24 yrs,68,67743,22.481111526489258,1,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,100.3793716430664 +1982,16,0.6812741160392761,MVA,21-24 yrs,40,67743,22.481111526489258,1,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,59.04669189453125 +1982,16,0.6812741160392761,suicide,21-24 yrs,10,67743,22.481111526489258,1,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,14.761672973632812 +1982,16,0.6812741160392761,homicide,21-24 yrs,4,67743,22.481111526489258,1,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,5.904669284820557 +1982,16,0.6812741160392761,other external,21-24 yrs,8,67743,22.481111526489258,1,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,11.809338569641113 +1982,16,0.6812741160392761,internal,21-24 yrs,6,67743,22.481111526489258,1,0.15544041991233826,1.4700000286102295,0.3100000023841858,0.8100000023841858,2.5799999237060547,8.857003211975098 +1983,16,0.6819021105766296,MVA,15-17 yrs,13,47109,15.99893856048584,0,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,27.5955753326416 +1983,16,0.6819021105766296,suicide,15-17 yrs,4,47109,15.99893856048584,0,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,8.490946769714355 +1983,16,0.6819021105766296,homicide,15-17 yrs,2,47109,15.99893856048584,0,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,4.245473384857178 +1983,16,0.6819021105766296,other external,15-17 yrs,8,47109,15.99893856048584,0,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,16.98189353942871 +1983,16,0.6819021105766296,internal,15-17 yrs,5,47109,15.99893856048584,0,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,10.613682746887207 +1983,16,0.6819021105766296,all,18-20 yrs,70,49818,19.023164749145508,0.6819021105766296,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,140.51145935058594 +1983,16,0.6819021105766296,MVA,18-20 yrs,38,49818,19.023164749145508,0.6819021105766296,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,76.27764892578125 +1983,16,0.6819021105766296,suicide,18-20 yrs,11,49818,19.023164749145508,0.6819021105766296,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,22.080371856689453 +1983,16,0.6819021105766296,homicide,18-20 yrs,2,49818,19.023164749145508,0.6819021105766296,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,4.014613151550293 +1983,16,0.6819021105766296,other external,18-20 yrs,12,49818,19.023164749145508,0.6819021105766296,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,24.087678909301758 +1983,16,0.6819021105766296,internal,18-20 yrs,7,49818,19.023164749145508,0.6819021105766296,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,14.051146507263184 +1983,16,0.6819021105766296,all,21-24 yrs,93,67489,22.47794532775879,1,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,137.80023193359375 +1983,16,0.6819021105766296,MVA,21-24 yrs,35,67489,22.47794532775879,1,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,51.86030197143555 +1983,16,0.6819021105766296,suicide,21-24 yrs,12,67489,22.47794532775879,1,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,17.780675888061523 +1983,16,0.6819021105766296,homicide,21-24 yrs,2,67489,22.47794532775879,1,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,2.9634459018707275 +1983,16,0.6819021105766296,other external,21-24 yrs,21,67489,22.47794532775879,1,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,31.116182327270508 +1983,16,0.6819021105766296,internal,21-24 yrs,23,67489,22.47794532775879,1,0.15060241520404816,1.440000057220459,0.30000001192092896,0.7599999904632568,2.509999990463257,34.079627990722656 +1984,16,0.678615391254425,MVA,15-17 yrs,26,47478,15.989215850830078,0,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,54.76220703125 +1984,16,0.678615391254425,suicide,15-17 yrs,7,47478,15.989215850830078,0,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,14.743670463562012 +1984,16,0.678615391254425,homicide,15-17 yrs,2,47478,15.989215850830078,0,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,4.212477207183838 +1984,16,0.678615391254425,other external,15-17 yrs,12,47478,15.989215850830078,0,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,25.274864196777344 +1984,16,0.678615391254425,internal,15-17 yrs,10,47478,15.989215850830078,0,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,21.062387466430664 +1984,16,0.678615391254425,all,18-20 yrs,53,47899,19.01945686340332,0.678615391254425,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,110.64949035644531 +1984,16,0.678615391254425,MVA,18-20 yrs,25,47899,19.01945686340332,0.678615391254425,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,52.19315719604492 +1984,16,0.678615391254425,suicide,18-20 yrs,9,47899,19.01945686340332,0.678615391254425,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,18.789535522460938 +1984,16,0.678615391254425,homicide,18-20 yrs,1,47899,19.01945686340332,0.678615391254425,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,2.087726354598999 +1984,16,0.678615391254425,other external,18-20 yrs,12,47899,19.01945686340332,0.678615391254425,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,25.052715301513672 +1984,16,0.678615391254425,internal,18-20 yrs,6,47899,19.01945686340332,0.678615391254425,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,12.526357650756836 +1984,16,0.678615391254425,all,21-24 yrs,77,66422,22.50279998779297,1,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,115.92544555664062 +1984,16,0.678615391254425,MVA,21-24 yrs,32,66422,22.50279998779297,1,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,48.17680740356445 +1984,16,0.678615391254425,suicide,21-24 yrs,22,66422,22.50279998779297,1,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,33.12155532836914 +1984,16,0.678615391254425,homicide,21-24 yrs,2,66422,22.50279998779297,1,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,3.0110504627227783 +1984,16,0.678615391254425,other external,21-24 yrs,11,66422,22.50279998779297,1,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,16.56077766418457 +1984,16,0.678615391254425,internal,21-24 yrs,10,66422,22.50279998779297,1,0.14436958730220795,1.399999976158142,0.3100000023841858,0.7200000286102295,2.430000066757202,15.055253028869629 +1985,16,0.668756902217865,MVA,15-17 yrs,17,48043,15.980101585388184,0,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,35.38496780395508 +1985,16,0.668756902217865,suicide,15-17 yrs,5,48043,15.980101585388184,0,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,10.407343864440918 +1985,16,0.668756902217865,homicide,15-17 yrs,0,48043,15.980101585388184,0,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,0 +1985,16,0.668756902217865,other external,15-17 yrs,7,48043,15.980101585388184,0,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,14.570281028747559 +1985,16,0.668756902217865,internal,15-17 yrs,5,48043,15.980101585388184,0,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,10.407343864440918 +1985,16,0.668756902217865,all,18-20 yrs,59,46247,19.000864028930664,0.668756902217865,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,127.57584381103516 +1985,16,0.668756902217865,MVA,18-20 yrs,40,46247,19.000864028930664,0.668756902217865,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,86.492095947265625 +1985,16,0.668756902217865,suicide,18-20 yrs,4,46247,19.000864028930664,0.668756902217865,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,8.649209976196289 +1985,16,0.668756902217865,homicide,18-20 yrs,0,46247,19.000864028930664,0.668756902217865,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,0 +1985,16,0.668756902217865,other external,18-20 yrs,8,46247,19.000864028930664,0.668756902217865,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,17.298419952392578 +1985,16,0.668756902217865,internal,18-20 yrs,7,46247,19.000864028930664,0.668756902217865,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,15.136116981506348 +1985,16,0.668756902217865,all,21-24 yrs,73,64350,22.534513473510742,1,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,113.4421157836914 +1985,16,0.668756902217865,MVA,21-24 yrs,27,64350,22.534513473510742,1,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,41.95804214477539 +1985,16,0.668756902217865,suicide,21-24 yrs,19,64350,22.534513473510742,1,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,29.526029586791992 +1985,16,0.668756902217865,homicide,21-24 yrs,2,64350,22.534513473510742,1,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,3.1080031394958496 +1985,16,0.668756902217865,other external,21-24 yrs,14,64350,22.534513473510742,1,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,21.75602149963379 +1985,16,0.668756902217865,internal,21-24 yrs,11,64350,22.534513473510742,1,0.13940520584583282,1.350000023841858,0.36000001430511475,0.7099999785423279,2.4200000762939453,17.094017028808594 +1986,16,0.664462685585022,MVA,15-17 yrs,34,49201,15.973638534545898,0,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,69.10428619384766 +1986,16,0.664462685585022,suicide,15-17 yrs,4,49201,15.973638534545898,0,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,8.129916191101074 +1986,16,0.664462685585022,homicide,15-17 yrs,2,49201,15.973638534545898,0,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,4.064958095550537 +1986,16,0.664462685585022,other external,15-17 yrs,5,49201,15.973638534545898,0,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,10.162395477294922 +1986,16,0.664462685585022,internal,15-17 yrs,6,49201,15.973638534545898,0,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,12.194873809814453 +1986,16,0.664462685585022,all,18-20 yrs,61,44919,18.988758087158203,0.664462685585022,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,135.8000030517578 +1986,16,0.664462685585022,MVA,18-20 yrs,33,44919,18.988758087158203,0.664462685585022,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,73.46556854248047 +1986,16,0.664462685585022,suicide,18-20 yrs,11,44919,18.988758087158203,0.664462685585022,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,24.488523483276367 +1986,16,0.664462685585022,homicide,18-20 yrs,3,44919,18.988758087158203,0.664462685585022,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,6.6786885261535645 +1986,16,0.664462685585022,other external,18-20 yrs,8,44919,18.988758087158203,0.664462685585022,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,17.80983543395996 +1986,16,0.664462685585022,internal,18-20 yrs,6,44919,18.988758087158203,0.664462685585022,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,13.357377052307129 +1986,16,0.664462685585022,all,21-24 yrs,80,60435,22.54352569580078,1,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,132.37362670898438 +1986,16,0.664462685585022,MVA,21-24 yrs,35,60435,22.54352569580078,1,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,57.91345977783203 +1986,16,0.664462685585022,suicide,21-24 yrs,18,60435,22.54352569580078,1,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,29.78406524658203 +1986,16,0.664462685585022,homicide,21-24 yrs,2,60435,22.54352569580078,1,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,3.309340715408325 +1986,16,0.664462685585022,other external,21-24 yrs,10,60435,22.54352569580078,1,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,16.546703338623047 +1986,16,0.664462685585022,internal,21-24 yrs,15,60435,22.54352569580078,1,0.13686132431030273,1.340000033378601,0.3799999952316284,0.6100000143051147,2.3299999237060547,24.82005500793457 +1987,16,0.5597094297409058,MVA,15-17 yrs,22,48719,16.00613784790039,0,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,45.15692138671875 +1987,16,0.5597094297409058,suicide,15-17 yrs,5,48719,16.00613784790039,0,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,10.26293659210205 +1987,16,0.5597094297409058,homicide,15-17 yrs,1,48719,16.00613784790039,0,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,2.0525872707366943 +1987,16,0.5597094297409058,other external,15-17 yrs,6,48719,16.00613784790039,0,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,12.315524101257324 +1987,16,0.5597094297409058,internal,15-17 yrs,5,48719,16.00613784790039,0,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,10.26293659210205 +1987,16,0.5597094297409058,all,18-20 yrs,59,44531,18.97469139099121,0.5597094297409058,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,132.49197387695312 +1987,16,0.5597094297409058,MVA,18-20 yrs,34,44531,18.97469139099121,0.5597094297409058,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,76.35130310058594 +1987,16,0.5597094297409058,suicide,18-20 yrs,10,44531,18.97469139099121,0.5597094297409058,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,22.456266403198242 +1987,16,0.5597094297409058,homicide,18-20 yrs,3,44531,18.97469139099121,0.5597094297409058,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,6.736879825592041 +1987,16,0.5597094297409058,other external,18-20 yrs,6,44531,18.97469139099121,0.5597094297409058,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,13.473759651184082 +1987,16,0.5597094297409058,internal,18-20 yrs,6,44531,18.97469139099121,0.5597094297409058,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,13.473759651184082 +1987,16,0.5597094297409058,all,21-24 yrs,82,56356,22.535240173339844,1,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,145.5035858154297 +1987,16,0.5597094297409058,MVA,21-24 yrs,38,56356,22.535240173339844,1,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,67.4284896850586 +1987,16,0.5597094297409058,suicide,21-24 yrs,19,56356,22.535240173339844,1,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,33.7142448425293 +1987,16,0.5597094297409058,homicide,21-24 yrs,6,56356,22.535240173339844,1,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,10.64660358428955 +1987,16,0.5597094297409058,other external,21-24 yrs,11,56356,22.535240173339844,1,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,19.518774032592773 +1987,16,0.5597094297409058,internal,21-24 yrs,8,56356,22.535240173339844,1,0.13204225897789001,1.309999942779541,0.3799999952316284,0.5799999833106995,2.259999990463257,14.19547176361084 +1988,16,0.23209723830223083,MVA,15-17 yrs,23,47920,16.029695510864258,0,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,47.99666213989258 +1988,16,0.23209723830223083,suicide,15-17 yrs,4,47920,16.029695510864258,0,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,8.347245216369629 +1988,16,0.23209723830223083,homicide,15-17 yrs,2,47920,16.029695510864258,0,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,4.1736226081848145 +1988,16,0.23209723830223083,other external,15-17 yrs,13,47920,16.029695510864258,0,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,27.12854766845703 +1988,16,0.23209723830223083,internal,15-17 yrs,7,47920,16.029695510864258,0,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,14.60767936706543 +1988,16,0.23209723830223083,all,18-20 yrs,60,44896,18.96021842956543,0.23209723830223083,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,133.64219665527344 +1988,16,0.23209723830223083,MVA,18-20 yrs,28,44896,18.96021842956543,0.23209723830223083,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,62.36635971069336 +1988,16,0.23209723830223083,suicide,18-20 yrs,11,44896,18.96021842956543,0.23209723830223083,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,24.501070022583008 +1988,16,0.23209723830223083,homicide,18-20 yrs,2,44896,18.96021842956543,0.23209723830223083,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,4.454740047454834 +1988,16,0.23209723830223083,other external,18-20 yrs,12,44896,18.96021842956543,0.23209723830223083,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,26.728439331054688 +1988,16,0.23209723830223083,internal,18-20 yrs,7,44896,18.96021842956543,0.23209723830223083,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,15.59158992767334 +1988,16,0.23209723830223083,all,21-24 yrs,72,53461,22.51830291748047,1,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,134.6776123046875 +1988,16,0.23209723830223083,MVA,21-24 yrs,32,53461,22.51830291748047,1,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,59.85671615600586 +1988,16,0.23209723830223083,suicide,21-24 yrs,15,53461,22.51830291748047,1,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,28.057836532592773 +1988,16,0.23209723830223083,homicide,21-24 yrs,2,53461,22.51830291748047,1,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,3.741044759750366 +1988,16,0.23209723830223083,other external,21-24 yrs,11,53461,22.51830291748047,1,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,20.575746536254883 +1988,16,0.23209723830223083,internal,21-24 yrs,12,53461,22.51830291748047,1,0.12679627537727356,1.25,0.36000001430511475,0.5799999833106995,2.180000066757202,22.446269989013672 +1989,16,0.009418897330760956,MVA,15-17 yrs,22,47184,16.002586364746094,0,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,46.6259765625 +1989,16,0.009418897330760956,suicide,15-17 yrs,11,47184,16.002586364746094,0,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,23.31298828125 +1989,16,0.009418897330760956,homicide,15-17 yrs,0,47184,16.002586364746094,0,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,0 +1989,16,0.009418897330760956,other external,15-17 yrs,5,47184,16.002586364746094,0,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,10.59681224822998 +1989,16,0.009418897330760956,internal,15-17 yrs,2,47184,16.002586364746094,0,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,4.238725185394287 +1989,16,0.009418897330760956,all,18-20 yrs,44,46451,18.95098114013672,0.009418897330760956,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,94.72347259521484 +1989,16,0.009418897330760956,MVA,18-20 yrs,23,46451,18.95098114013672,0.009418897330760956,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,49.51454162597656 +1989,16,0.009418897330760956,suicide,18-20 yrs,7,46451,18.95098114013672,0.009418897330760956,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,15.069643020629883 +1989,16,0.009418897330760956,homicide,18-20 yrs,0,46451,18.95098114013672,0.009418897330760956,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,0 +1989,16,0.009418897330760956,other external,18-20 yrs,10,46451,18.95098114013672,0.009418897330760956,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,21.528060913085938 +1989,16,0.009418897330760956,internal,18-20 yrs,4,46451,18.95098114013672,0.009418897330760956,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,8.611225128173828 +1989,16,0.009418897330760956,all,21-24 yrs,59,51571,22.49607276916504,1,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,114.40538024902344 +1989,16,0.009418897330760956,MVA,21-24 yrs,20,51571,22.49607276916504,1,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,38.78148651123047 +1989,16,0.009418897330760956,suicide,21-24 yrs,16,51571,22.49607276916504,1,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,31.025188446044922 +1989,16,0.009418897330760956,homicide,21-24 yrs,0,51571,22.49607276916504,1,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,0 +1989,16,0.009418897330760956,other external,21-24 yrs,7,51571,22.49607276916504,1,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,13.573519706726074 +1989,16,0.009418897330760956,internal,21-24 yrs,16,51571,22.49607276916504,1,0.12096774578094482,1.2300000190734863,0.30000001192092896,0.5600000023841858,2.0899999141693115,31.025188446044922 +1990,16,0,MVA,15-17 yrs,20,48900,15.975460052490234,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,40.89979553222656 +1990,16,0,suicide,15-17 yrs,12,48900,15.975460052490234,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,24.53987693786621 +1990,16,0,homicide,15-17 yrs,1,48900,15.975460052490234,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,2.044989824295044 +1990,16,0,other external,15-17 yrs,7,48900,15.975460052490234,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,14.31492805480957 +1990,16,0,internal,15-17 yrs,4,48900,15.975460052490234,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,8.179959297180176 +1990,16,0,all,18-20 yrs,62,47509,18.984676361083984,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,130.5015869140625 +1990,16,0,MVA,18-20 yrs,28,47509,18.984676361083984,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,58.93620300292969 +1990,16,0,suicide,18-20 yrs,13,47509,18.984676361083984,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,27.363237380981445 +1990,16,0,homicide,18-20 yrs,3,47509,18.984676361083984,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,6.3145928382873535 +1990,16,0,other external,18-20 yrs,10,47509,18.984676361083984,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,21.048643112182617 +1990,16,0,internal,18-20 yrs,8,47509,18.984676361083984,0,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,16.83891487121582 +1990,16,0,all,21-24 yrs,48,51283,22.469181060791016,1,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,93.5982666015625 +1990,16,0,MVA,21-24 yrs,21,51283,22.469181060791016,1,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,40.949241638183594 +1990,16,0,suicide,21-24 yrs,11,51283,22.469181060791016,1,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,21.449604034423828 +1990,16,0,homicide,21-24 yrs,2,51283,22.469181060791016,1,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,3.899927854537964 +1990,16,0,other external,21-24 yrs,10,51283,22.469181060791016,1,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,19.4996395111084 +1990,16,0,internal,21-24 yrs,4,51283,22.469181060791016,1,0.11476664990186691,1.3600000143051147,0.33000001311302185,0.5799999833106995,2.2699999809265137,7.799855709075928 +1991,16,0,MVA,15-17 yrs,18,51047,15.98855972290039,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,35.26162338256836 +1991,16,0,suicide,15-17 yrs,11,51047,15.98855972290039,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,21.548768997192383 +1991,16,0,homicide,15-17 yrs,1,51047,15.98855972290039,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,1.9589790105819702 +1991,16,0,other external,15-17 yrs,8,51047,15.98855972290039,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,15.671832084655762 +1991,16,0,internal,15-17 yrs,3,51047,15.98855972290039,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,5.876936912536621 +1991,16,0,all,18-20 yrs,47,49564,19.01781463623047,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,94.82688903808594 +1991,16,0,MVA,18-20 yrs,27,49564,19.01781463623047,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,54.47502136230469 +1991,16,0,suicide,18-20 yrs,8,49564,19.01781463623047,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,16.1407470703125 +1991,16,0,homicide,18-20 yrs,1,49564,19.01781463623047,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,2.0175933837890625 +1991,16,0,other external,18-20 yrs,5,49564,19.01781463623047,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,10.087966918945312 +1991,16,0,internal,18-20 yrs,6,49564,19.01781463623047,0,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,12.105560302734375 +1991,16,0,all,21-24 yrs,66,53909,22.437644958496094,1,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,122.42853546142578 +1991,16,0,MVA,21-24 yrs,20,53909,22.437644958496094,1,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,37.09955596923828 +1991,16,0,suicide,21-24 yrs,20,53909,22.437644958496094,1,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,37.09955596923828 +1991,16,0,homicide,21-24 yrs,4,53909,22.437644958496094,1,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,7.4199113845825195 +1991,16,0,other external,21-24 yrs,10,53909,22.437644958496094,1,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,18.54977798461914 +1991,16,0,internal,21-24 yrs,12,53909,22.437644958496094,1,0.11013216525316238,1.309999942779541,0.3199999928474426,0.5600000023841858,2.190000057220459,22.259733200073242 +1992,16,0,MVA,15-17 yrs,16,54511,15.98613166809082,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,29.35187339782715 +1992,16,0,suicide,15-17 yrs,7,54511,15.98613166809082,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,12.841444969177246 +1992,16,0,homicide,15-17 yrs,1,54511,15.98613166809082,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,1.8344920873641968 +1992,16,0,other external,15-17 yrs,10,54511,15.98613166809082,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,18.344921112060547 +1992,16,0,internal,15-17 yrs,13,54511,15.98613166809082,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,23.848398208618164 +1992,16,0,all,18-20 yrs,48,50383,19.005338668823242,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,95.270233154296875 +1992,16,0,MVA,18-20 yrs,22,50383,19.005338668823242,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,43.665523529052734 +1992,16,0,suicide,18-20 yrs,11,50383,19.005338668823242,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,21.832761764526367 +1992,16,0,homicide,18-20 yrs,3,50383,19.005338668823242,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,5.954389572143555 +1992,16,0,other external,18-20 yrs,7,50383,19.005338668823242,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,13.893575668334961 +1992,16,0,internal,18-20 yrs,5,50383,19.005338668823242,0,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,9.923982620239258 +1992,16,0,all,21-24 yrs,56,57729,22.39971160888672,1,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,97.004974365234375 +1992,16,0,MVA,21-24 yrs,21,57729,22.39971160888672,1,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,36.37686538696289 +1992,16,0,suicide,21-24 yrs,14,57729,22.39971160888672,1,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,24.251243591308594 +1992,16,0,homicide,21-24 yrs,5,57729,22.39971160888672,1,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,8.661158561706543 +1992,16,0,other external,21-24 yrs,11,57729,22.39971160888672,1,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,19.054548263549805 +1992,16,0,internal,21-24 yrs,5,57729,22.39971160888672,1,0.10691376030445099,1.3200000524520874,0.3100000023841858,0.5699999928474426,2.200000047683716,8.661158561706543 +1993,16,0,MVA,15-17 yrs,23,57415,15.988348007202148,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,40.05921936035156 +1993,16,0,suicide,15-17 yrs,15,57415,15.988348007202148,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,26.12557601928711 +1993,16,0,homicide,15-17 yrs,2,57415,15.988348007202148,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,3.483410358428955 +1993,16,0,other external,15-17 yrs,8,57415,15.988348007202148,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,13.93364143371582 +1993,16,0,internal,15-17 yrs,8,57415,15.988348007202148,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,13.93364143371582 +1993,16,0,all,18-20 yrs,47,53015,18.978025436401367,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,88.6541519165039 +1993,16,0,MVA,18-20 yrs,20,53015,18.978025436401367,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,37.72517395019531 +1993,16,0,suicide,18-20 yrs,6,53015,18.978025436401367,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,11.317551612854004 +1993,16,0,homicide,18-20 yrs,1,53015,18.978025436401367,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,1.886258602142334 +1993,16,0,other external,18-20 yrs,8,53015,18.978025436401367,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,15.090068817138672 +1993,16,0,internal,18-20 yrs,12,53015,18.978025436401367,0,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,22.635103225708008 +1993,16,0,all,21-24 yrs,61,61622,22.415403366088867,1,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,98.9906234741211 +1993,16,0,MVA,21-24 yrs,23,61622,22.415403366088867,1,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,37.32433319091797 +1993,16,0,suicide,21-24 yrs,20,61622,22.415403366088867,1,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,32.45594024658203 +1993,16,0,homicide,21-24 yrs,2,61622,22.415403366088867,1,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,3.245594024658203 +1993,16,0,other external,21-24 yrs,5,61622,22.415403366088867,1,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,8.113985061645508 +1993,16,0,internal,21-24 yrs,11,61622,22.415403366088867,1,0.10380623489618301,1.2599999904632568,0.28999999165534973,0.550000011920929,2.109999895095825,17.850767135620117 +1994,16,0,MVA,15-17 yrs,23,61129,15.996761322021484,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,37.62535095214844 +1994,16,0,suicide,15-17 yrs,14,61129,15.996761322021484,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,22.902387619018555 +1994,16,0,homicide,15-17 yrs,4,61129,15.996761322021484,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,6.543539047241211 +1994,16,0,other external,15-17 yrs,12,61129,15.996761322021484,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,19.630617141723633 +1994,16,0,internal,15-17 yrs,9,61129,15.996761322021484,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,14.722963333129883 +1994,16,0,all,18-20 yrs,43,55976,18.981760025024414,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,76.818634033203125 +1994,16,0,MVA,18-20 yrs,16,55976,18.981760025024414,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,28.58367919921875 +1994,16,0,suicide,18-20 yrs,8,55976,18.981760025024414,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,14.291839599609375 +1994,16,0,homicide,18-20 yrs,3,55976,18.981760025024414,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,5.359439849853516 +1994,16,0,other external,18-20 yrs,9,55976,18.981760025024414,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,16.078319549560547 +1994,16,0,internal,18-20 yrs,7,55976,18.981760025024414,0,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,12.505359649658203 +1994,16,0,all,21-24 yrs,67,64449,22.459882736206055,1,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,103.95816802978516 +1994,16,0,MVA,21-24 yrs,19,64449,22.459882736206055,1,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,29.480674743652344 +1994,16,0,suicide,21-24 yrs,12,64449,22.459882736206055,1,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,18.619373321533203 +1994,16,0,homicide,21-24 yrs,4,64449,22.459882736206055,1,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,6.206457614898682 +1994,16,0,other external,21-24 yrs,18,64449,22.459882736206055,1,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,27.929059982299805 +1994,16,0,internal,21-24 yrs,14,64449,22.459882736206055,1,0.10121458023786545,1.2400000095367432,0.3499999940395355,0.5299999713897705,2.119999885559082,21.72260284423828 +1995,16,0,MVA,15-17 yrs,24,63598,15.991540908813477,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,37.737037658691406 +1995,16,0,suicide,15-17 yrs,6,63598,15.991540908813477,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,9.434259414672852 +1995,16,0,homicide,15-17 yrs,1,63598,15.991540908813477,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,1.5723764896392822 +1995,16,0,other external,15-17 yrs,14,63598,15.991540908813477,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,22.01327133178711 +1995,16,0,internal,15-17 yrs,9,63598,15.991540908813477,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,14.151388168334961 +1995,16,0,all,18-20 yrs,66,59827,18.978973388671875,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,110.31808471679688 +1995,16,0,MVA,18-20 yrs,34,59827,18.978973388671875,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,56.830528259277344 +1995,16,0,suicide,18-20 yrs,9,59827,18.978973388671875,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,15.043375015258789 +1995,16,0,homicide,18-20 yrs,5,59827,18.978973388671875,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,8.357430458068848 +1995,16,0,other external,18-20 yrs,10,59827,18.978973388671875,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,16.714860916137695 +1995,16,0,internal,18-20 yrs,8,59827,18.978973388671875,0,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,13.371889114379883 +1995,16,0,all,21-24 yrs,64,66608,22.48013687133789,1,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,96.08455657958984 +1995,16,0,MVA,21-24 yrs,26,66608,22.48013687133789,1,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,39.03435134887695 +1995,16,0,suicide,21-24 yrs,18,66608,22.48013687133789,1,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,27.023780822753906 +1995,16,0,homicide,21-24 yrs,2,66608,22.48013687133789,1,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,3.0026423931121826 +1995,16,0,other external,21-24 yrs,8,66608,22.48013687133789,1,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,12.01056957244873 +1995,16,0,internal,21-24 yrs,10,66608,22.48013687133789,1,0.09842520207166672,1.149999976158142,0.30000001192092896,0.5299999713897705,1.9800000190734863,15.013211250305176 +1996,16,0,MVA,15-17 yrs,24,65311,16.008651733398438,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,36.747257232666016 +1996,16,0,suicide,15-17 yrs,8,65311,16.008651733398438,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,12.249085426330566 +1996,16,0,homicide,15-17 yrs,4,65311,16.008651733398438,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,6.124542713165283 +1996,16,0,other external,15-17 yrs,8,65311,16.008651733398438,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,12.249085426330566 +1996,16,0,internal,15-17 yrs,7,65311,16.008651733398438,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,10.717949867248535 +1996,16,0,all,18-20 yrs,69,62120,18.980440139770508,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,111.0753402709961 +1996,16,0,MVA,18-20 yrs,32,62120,18.980440139770508,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,51.51319885253906 +1996,16,0,suicide,18-20 yrs,12,62120,18.980440139770508,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,19.31744956970215 +1996,16,0,homicide,18-20 yrs,10,62120,18.980440139770508,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,16.097875595092773 +1996,16,0,other external,18-20 yrs,9,62120,18.980440139770508,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,14.48808765411377 +1996,16,0,internal,18-20 yrs,6,62120,18.980440139770508,0,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,9.658724784851074 +1996,16,0,all,21-24 yrs,45,67908,22.44373321533203,1,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,66.26612854003906 +1996,16,0,MVA,21-24 yrs,20,67908,22.44373321533203,1,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,29.451610565185547 +1996,16,0,suicide,21-24 yrs,6,67908,22.44373321533203,1,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,8.83548355102539 +1996,16,0,homicide,21-24 yrs,2,67908,22.44373321533203,1,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,2.9451611042022705 +1996,16,0,other external,21-24 yrs,7,67908,22.44373321533203,1,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,10.308063507080078 +1996,16,0,internal,21-24 yrs,10,67908,22.44373321533203,1,0.09560230374336243,1.1799999475479126,0.30000001192092896,0.5099999904632568,1.9800000190734863,14.725805282592773 +1970,17,0,MVA,15-17 yrs,158,625458,15.979509353637695,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,25.26148796081543 +1970,17,0,suicide,15-17 yrs,19,625458,15.979509353637695,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,3.037773847579956 +1970,17,0,homicide,15-17 yrs,69,625458,15.979509353637695,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,11.031915664672852 +1970,17,0,other external,15-17 yrs,113,625458,15.979509353637695,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,18.066761016845703 +1970,17,0,internal,15-17 yrs,159,625458,15.979509353637695,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,25.421371459960938 +1970,17,0,all,18-20 yrs,751,561631,18.959392547607422,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,133.7176971435547 +1970,17,0,MVA,18-20 yrs,255,561631,18.959392547607422,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,45.40347671508789 +1970,17,0,suicide,18-20 yrs,44,561631,18.959392547607422,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,7.834325313568115 +1970,17,0,homicide,18-20 yrs,114,561631,18.959392547607422,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,20.298025131225586 +1970,17,0,other external,18-20 yrs,144,561631,18.959392547607422,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,25.639610290527344 +1970,17,0,internal,18-20 yrs,194,561631,18.959392547607422,0,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,34.54225158691406 +1970,17,0,all,21-24 yrs,967,667832,22.455825805664062,1,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,144.79689025878906 +1970,17,0,MVA,21-24 yrs,274,667832,22.455825805664062,1,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,41.028282165527344 +1970,17,0,suicide,21-24 yrs,63,667832,22.455825805664062,1,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,9.433509826660156 +1970,17,0,homicide,21-24 yrs,146,667832,22.455825805664062,1,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,21.861785888671875 +1970,17,0,other external,21-24 yrs,181,667832,22.455825805664062,1,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,27.102624893188477 +1970,17,0,internal,21-24 yrs,303,667832,22.455825805664062,1,0.1804123818874359,1.2100000381469727,0.27000001072883606,1.340000033378601,2.819999933242798,45.37069320678711 +1971,17,0,MVA,15-17 yrs,170,640463,15.982205390930176,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,26.543296813964844 +1971,17,0,suicide,15-17 yrs,26,640463,15.982205390930176,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,4.059563159942627 +1971,17,0,homicide,15-17 yrs,70,640463,15.982205390930176,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,10.929593086242676 +1971,17,0,other external,15-17 yrs,126,640463,15.982205390930176,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,19.673267364501953 +1971,17,0,internal,15-17 yrs,162,640463,15.982205390930176,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,25.294200897216797 +1971,17,0,all,18-20 yrs,767,586726,18.986282348632812,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,130.7254180908203 +1971,17,0,MVA,18-20 yrs,299,586726,18.986282348632812,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,50.96075439453125 +1971,17,0,suicide,18-20 yrs,34,586726,18.986282348632812,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,5.794868469238281 +1971,17,0,homicide,18-20 yrs,108,586726,18.986282348632812,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,18.407228469848633 +1971,17,0,other external,18-20 yrs,115,586726,18.986282348632812,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,19.600290298461914 +1971,17,0,internal,18-20 yrs,211,586726,18.986282348632812,0,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,35.96227264404297 +1971,17,0,all,21-24 yrs,967,716219,22.552352905273438,1,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,135.0145721435547 +1971,17,0,MVA,21-24 yrs,264,716219,22.552352905273438,1,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,36.860233306884766 +1971,17,0,suicide,21-24 yrs,62,716219,22.552352905273438,1,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,8.6565704345703125 +1971,17,0,homicide,21-24 yrs,150,716219,22.552352905273438,1,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,20.943315505981445 +1971,17,0,other external,21-24 yrs,162,716219,22.552352905273438,1,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,22.6187801361084 +1971,17,0,internal,21-24 yrs,329,716219,22.552352905273438,1,0.17283950746059418,1.2200000286102295,0.3199999928474426,1.3899999856948853,2.9200000762939453,45.9356689453125 +1972,17,0,MVA,15-17 yrs,142,655932,15.97755241394043,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,21.64858627319336 +1972,17,0,suicide,15-17 yrs,26,655932,15.97755241394043,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,3.9638254642486572 +1972,17,0,homicide,15-17 yrs,64,655932,15.97755241394043,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,9.757108688354492 +1972,17,0,other external,15-17 yrs,114,655932,15.97755241394043,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,17.379850387573242 +1972,17,0,internal,15-17 yrs,108,655932,15.97755241394043,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,16.46512222290039 +1972,17,0,all,18-20 yrs,694,600403,18.992748260498047,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,115.58902740478516 +1972,17,0,MVA,18-20 yrs,242,600403,18.992748260498047,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,40.30625915527344 +1972,17,0,suicide,18-20 yrs,46,600403,18.992748260498047,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,7.661520481109619 +1972,17,0,homicide,18-20 yrs,116,600403,18.992748260498047,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,19.320356369018555 +1972,17,0,other external,18-20 yrs,120,600403,18.992748260498047,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,19.986576080322266 +1972,17,0,internal,18-20 yrs,170,600403,18.992748260498047,0,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,28.314315795898438 +1972,17,0,all,21-24 yrs,992,723030,22.474979400634766,1,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,137.2003936767578 +1972,17,0,MVA,21-24 yrs,280,723030,22.474979400634766,1,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,38.72591781616211 +1972,17,0,suicide,21-24 yrs,84,723030,22.474979400634766,1,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,11.617774963378906 +1972,17,0,homicide,21-24 yrs,176,723030,22.474979400634766,1,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,24.342004776000977 +1972,17,0,other external,21-24 yrs,180,723030,22.474979400634766,1,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,24.895233154296875 +1972,17,0,internal,21-24 yrs,272,723030,22.474979400634766,1,0.16746412217617035,1.2100000381469727,0.3100000023841858,1.3300000429153442,2.8499999046325684,37.61946105957031 +1973,17,0.16642415523529053,MVA,15-17 yrs,176,666729,15.979547500610352,0,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,26.397531509399414 +1973,17,0.16642415523529053,suicide,15-17 yrs,31,666729,15.979547500610352,0,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,4.64956521987915 +1973,17,0.16642415523529053,homicide,15-17 yrs,54,666729,15.979547500610352,0,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,8.0992431640625 +1973,17,0.16642415523529053,other external,15-17 yrs,102,666729,15.979547500610352,0,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,15.298569679260254 +1973,17,0.16642415523529053,internal,15-17 yrs,200,666729,15.979547500610352,0,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,29.997196197509766 +1973,17,0.16642415523529053,all,18-20 yrs,877,608839,18.988616943359375,0.16642415523529053,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,144.04464721679688 +1973,17,0.16642415523529053,MVA,18-20 yrs,282,608839,18.988616943359375,0.16642415523529053,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,46.317665100097656 +1973,17,0.16642415523529053,suicide,18-20 yrs,55,608839,18.988616943359375,0.16642415523529053,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,9.033586502075195 +1973,17,0.16642415523529053,homicide,18-20 yrs,87,608839,18.988616943359375,0.16642415523529053,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,14.289491653442383 +1973,17,0.16642415523529053,other external,18-20 yrs,152,608839,18.988616943359375,0.16642415523529053,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,24.96554946899414 +1973,17,0.16642415523529053,internal,18-20 yrs,301,608839,18.988616943359375,0.16642415523529053,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,49.438358306884766 +1973,17,0.16642415523529053,all,21-24 yrs,1129,740641,22.457963943481445,1,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,152.43553161621094 +1973,17,0.16642415523529053,MVA,21-24 yrs,281,740641,22.457963943481445,1,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,37.94010925292969 +1973,17,0.16642415523529053,suicide,21-24 yrs,79,740641,22.457963943481445,1,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,10.666436195373535 +1973,17,0.16642415523529053,homicide,21-24 yrs,114,740641,22.457963943481445,1,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,15.392072677612305 +1973,17,0.16642415523529053,other external,21-24 yrs,182,740641,22.457963943481445,1,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,24.57330894470215 +1973,17,0.16642415523529053,internal,21-24 yrs,473,740641,22.457963943481445,1,0.157657653093338,1.2200000286102295,0.3199999928474426,1.350000023841858,2.880000114440918,63.86359786987305 +1974,17,0.6637871861457825,MVA,15-17 yrs,173,675634,15.993884086608887,0,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,25.605579376220703 +1974,17,0.6637871861457825,suicide,15-17 yrs,11,675634,15.993884086608887,0,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,1.6281003952026367 +1974,17,0.6637871861457825,homicide,15-17 yrs,64,675634,15.993884086608887,0,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,9.47258472442627 +1974,17,0.6637871861457825,other external,15-17 yrs,94,675634,15.993884086608887,0,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,13.912858009338379 +1974,17,0.6637871861457825,internal,15-17 yrs,225,675634,15.993884086608887,0,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,33.30205535888672 +1974,17,0.6637871861457825,all,18-20 yrs,827,621288,18.993389129638672,0.6637871861457825,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,133.11056518554688 +1974,17,0.6637871861457825,MVA,18-20 yrs,239,621288,18.993389129638672,0.6637871861457825,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,38.46847152709961 +1974,17,0.6637871861457825,suicide,18-20 yrs,42,621288,18.993389129638672,0.6637871861457825,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,6.760149955749512 +1974,17,0.6637871861457825,homicide,18-20 yrs,98,621288,18.993389129638672,0.6637871861457825,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,15.773682594299316 +1974,17,0.6637871861457825,other external,18-20 yrs,141,621288,18.993389129638672,0.6637871861457825,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,22.694787979125977 +1974,17,0.6637871861457825,internal,18-20 yrs,307,621288,18.993389129638672,0.6637871861457825,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,49.413475036621094 +1974,17,0.6637871861457825,all,21-24 yrs,1042,764248,22.471681594848633,1,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,136.34317016601562 +1974,17,0.6637871861457825,MVA,21-24 yrs,187,764248,22.471681594848633,1,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,24.468496322631836 +1974,17,0.6637871861457825,suicide,21-24 yrs,69,764248,22.471681594848633,1,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,9.028482437133789 +1974,17,0.6637871861457825,homicide,21-24 yrs,148,764248,22.471681594848633,1,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,19.365442276000977 +1974,17,0.6637871861457825,other external,21-24 yrs,164,764248,22.471681594848633,1,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,21.459003448486328 +1974,17,0.6637871861457825,internal,21-24 yrs,474,764248,22.471681594848633,1,0.14198783040046692,1.2699999809265137,0.33000001311302185,1.340000033378601,2.940000057220459,62.021751403808594 +1975,17,0.6589059233665466,MVA,15-17 yrs,157,676163,15.998247146606445,0,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,23.219253540039062 +1975,17,0.6589059233665466,suicide,15-17 yrs,28,676163,15.998247146606445,0,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,4.141013145446777 +1975,17,0.6589059233665466,homicide,15-17 yrs,57,676163,15.998247146606445,0,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,8.429920196533203 +1975,17,0.6589059233665466,other external,15-17 yrs,122,676163,15.998247146606445,0,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,18.042985916137695 +1975,17,0.6589059233665466,internal,15-17 yrs,190,676163,15.998247146606445,0,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,28.099733352661133 +1975,17,0.6589059233665466,all,18-20 yrs,837,637355,18.98809051513672,0.6589059233665466,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,131.32398986816406 +1975,17,0.6589059233665466,MVA,18-20 yrs,250,637355,18.98809051513672,0.6589059233665466,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,39.224609375 +1975,17,0.6589059233665466,suicide,18-20 yrs,41,637355,18.98809051513672,0.6589059233665466,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,6.432835578918457 +1975,17,0.6589059233665466,homicide,18-20 yrs,107,637355,18.98809051513672,0.6589059233665466,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,16.788131713867188 +1975,17,0.6589059233665466,other external,18-20 yrs,144,637355,18.98809051513672,0.6589059233665466,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,22.593374252319336 +1975,17,0.6589059233665466,internal,18-20 yrs,295,637355,18.98809051513672,0.6589059233665466,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,46.285037994384766 +1975,17,0.6589059233665466,all,21-24 yrs,1157,786600,22.489301681518555,1,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,147.08872985839844 +1975,17,0.6589059233665466,MVA,21-24 yrs,222,786600,22.489301681518555,1,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,28.22273063659668 +1975,17,0.6589059233665466,suicide,21-24 yrs,81,786600,22.489301681518555,1,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,10.29748249053955 +1975,17,0.6589059233665466,homicide,21-24 yrs,164,786600,22.489301681518555,1,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,20.849224090576172 +1975,17,0.6589059233665466,other external,21-24 yrs,247,786600,22.489301681518555,1,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,31.40096664428711 +1975,17,0.6589059233665466,internal,21-24 yrs,443,786600,22.489301681518555,1,0.13011153042316437,1.309999942779541,0.33000001311302185,1.350000023841858,2.990000009536743,56.31833267211914 +1976,17,0.6634537577629089,MVA,15-17 yrs,180,679154,15.993809700012207,0,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,26.50356101989746 +1976,17,0.6634537577629089,suicide,15-17 yrs,27,679154,15.993809700012207,0,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,3.975534200668335 +1976,17,0.6634537577629089,homicide,15-17 yrs,68,679154,15.993809700012207,0,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,10.012456893920898 +1976,17,0.6634537577629089,other external,15-17 yrs,107,679154,15.993809700012207,0,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,15.754895210266113 +1976,17,0.6634537577629089,internal,15-17 yrs,131,679154,15.993809700012207,0,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,19.28870391845703 +1976,17,0.6634537577629089,all,18-20 yrs,809,650918,18.989543914794922,0.6634537577629089,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,124.2860107421875 +1976,17,0.6634537577629089,MVA,18-20 yrs,297,650918,18.989543914794922,0.6634537577629089,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,45.62786865234375 +1976,17,0.6634537577629089,suicide,18-20 yrs,51,650918,18.989543914794922,0.6634537577629089,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,7.83508825302124 +1976,17,0.6634537577629089,homicide,18-20 yrs,108,650918,18.989543914794922,0.6634537577629089,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,16.591951370239258 +1976,17,0.6634537577629089,other external,18-20 yrs,160,650918,18.989543914794922,0.6634537577629089,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,24.580669403076172 +1976,17,0.6634537577629089,internal,18-20 yrs,193,650918,18.989543914794922,0.6634537577629089,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,29.650432586669922 +1976,17,0.6634537577629089,all,21-24 yrs,1127,802741,22.485525131225586,1,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,140.39398193359375 +1976,17,0.6634537577629089,MVA,21-24 yrs,250,802741,22.485525131225586,1,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,31.143295288085938 +1976,17,0.6634537577629089,suicide,21-24 yrs,111,802741,22.485525131225586,1,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,13.82762336730957 +1976,17,0.6634537577629089,homicide,21-24 yrs,196,802741,22.485525131225586,1,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,24.416343688964844 +1976,17,0.6634537577629089,other external,21-24 yrs,252,802741,22.485525131225586,1,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,31.392440795898438 +1976,17,0.6634537577629089,internal,21-24 yrs,318,802741,22.485525131225586,1,0.12302284687757492,1.309999942779541,0.3400000035762787,1.2999999523162842,2.940000057220459,39.61427307128906 +1977,17,0.6694338917732239,MVA,15-17 yrs,179,674794,16.00273323059082,0,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,26.526613235473633 +1977,17,0.6694338917732239,suicide,15-17 yrs,31,674794,16.00273323059082,0,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,4.593994617462158 +1977,17,0.6694338917732239,homicide,15-17 yrs,70,674794,16.00273323059082,0,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,10.373536109924316 +1977,17,0.6694338917732239,other external,15-17 yrs,105,674794,16.00273323059082,0,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,15.560304641723633 +1977,17,0.6694338917732239,internal,15-17 yrs,162,674794,16.00273323059082,0,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,24.007326126098633 +1977,17,0.6694338917732239,all,18-20 yrs,860,661069,19.00385093688965,0.6694338917732239,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,130.09231567382812 +1977,17,0.6694338917732239,MVA,18-20 yrs,305,661069,19.00385093688965,0.6694338917732239,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,46.137393951416016 +1977,17,0.6694338917732239,suicide,18-20 yrs,73,661069,19.00385093688965,0.6694338917732239,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,11.042719841003418 +1977,17,0.6694338917732239,homicide,18-20 yrs,138,661069,19.00385093688965,0.6694338917732239,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,20.87527847290039 +1977,17,0.6694338917732239,other external,18-20 yrs,166,661069,19.00385093688965,0.6694338917732239,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,25.110843658447266 +1977,17,0.6694338917732239,internal,18-20 yrs,178,661069,19.00385093688965,0.6694338917732239,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,26.926084518432617 +1977,17,0.6694338917732239,all,21-24 yrs,1104,816528,22.485370635986328,1,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,135.20663452148438 +1977,17,0.6694338917732239,MVA,21-24 yrs,297,816528,22.485370635986328,1,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,36.3735237121582 +1977,17,0.6694338917732239,suicide,21-24 yrs,120,816528,22.485370635986328,1,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,14.696372985839844 +1977,17,0.6694338917732239,homicide,21-24 yrs,186,816528,22.485370635986328,1,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,22.77937889099121 +1977,17,0.6694338917732239,other external,21-24 yrs,212,816528,22.485370635986328,1,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,25.963592529296875 +1977,17,0.6694338917732239,internal,21-24 yrs,289,816528,22.485370635986328,1,0.11551155149936676,1.350000023841858,0.30000001192092896,1.2200000286102295,2.869999885559082,35.39376449584961 +1978,17,0.6711009740829468,MVA,15-17 yrs,194,666532,16.0150203704834,0,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,29.105878829956055 +1978,17,0.6711009740829468,suicide,15-17 yrs,31,666532,16.0150203704834,0,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,4.650939464569092 +1978,17,0.6711009740829468,homicide,15-17 yrs,69,666532,16.0150203704834,0,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,10.352090835571289 +1978,17,0.6711009740829468,other external,15-17 yrs,103,666532,16.0150203704834,0,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,15.453121185302734 +1978,17,0.6711009740829468,internal,15-17 yrs,135,666532,16.0150203704834,0,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,20.254091262817383 +1978,17,0.6711009740829468,all,18-20 yrs,879,660531,19.007322311401367,0.6711009740829468,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,133.0747528076172 +1978,17,0.6711009740829468,MVA,18-20 yrs,346,660531,19.007322311401367,0.6711009740829468,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,52.38209915161133 +1978,17,0.6711009740829468,suicide,18-20 yrs,56,660531,19.007322311401367,0.6711009740829468,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,8.47802734375 +1978,17,0.6711009740829468,homicide,18-20 yrs,125,660531,19.007322311401367,0.6711009740829468,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,18.92416763305664 +1978,17,0.6711009740829468,other external,18-20 yrs,176,660531,19.007322311401367,0.6711009740829468,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,26.64522933959961 +1978,17,0.6711009740829468,internal,18-20 yrs,176,660531,19.007322311401367,0.6711009740829468,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,26.64522933959961 +1978,17,0.6711009740829468,all,21-24 yrs,1085,835920,22.480491638183594,1,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,129.79710388183594 +1978,17,0.6711009740829468,MVA,21-24 yrs,316,835920,22.480491638183594,1,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,37.80266189575195 +1978,17,0.6711009740829468,suicide,21-24 yrs,120,835920,22.480491638183594,1,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,14.355441093444824 +1978,17,0.6711009740829468,homicide,21-24 yrs,200,835920,22.480491638183594,1,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,23.925735473632812 +1978,17,0.6711009740829468,other external,21-24 yrs,203,835920,22.480491638183594,1,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,24.28462028503418 +1978,17,0.6711009740829468,internal,21-24 yrs,246,835920,22.480491638183594,1,0.10736197233200073,1.3799999952316284,0.3100000023841858,1.190000057220459,2.880000114440918,29.428653717041016 +1979,17,0.6677207350730896,MVA,15-17 yrs,175,647218,16.012914657592773,0,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,27.038803100585938 +1979,17,0.6677207350730896,suicide,15-17 yrs,30,647218,16.012914657592773,0,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,4.635223388671875 +1979,17,0.6677207350730896,homicide,15-17 yrs,66,647218,16.012914657592773,0,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,10.197491645812988 +1979,17,0.6677207350730896,other external,15-17 yrs,95,647218,16.012914657592773,0,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,14.678207397460938 +1979,17,0.6677207350730896,internal,15-17 yrs,119,647218,16.012914657592773,0,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,18.38638687133789 +1979,17,0.6677207350730896,all,18-20 yrs,789,659042,19.002548217773438,0.6677207350730896,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,119.71923065185547 +1979,17,0.6677207350730896,MVA,18-20 yrs,281,659042,19.002548217773438,0.6677207350730896,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,42.63764572143555 +1979,17,0.6677207350730896,suicide,18-20 yrs,68,659042,19.002548217773438,0.6677207350730896,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,10.318007469177246 +1979,17,0.6677207350730896,homicide,18-20 yrs,151,659042,19.002548217773438,0.6677207350730896,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,22.912044525146484 +1979,17,0.6677207350730896,other external,18-20 yrs,141,659042,19.002548217773438,0.6677207350730896,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,21.394691467285156 +1979,17,0.6677207350730896,internal,18-20 yrs,148,659042,19.002548217773438,0.6677207350730896,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,22.456838607788086 +1979,17,0.6677207350730896,all,21-24 yrs,1156,849883,22.48516845703125,1,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,136.0187225341797 +1979,17,0.6677207350730896,MVA,21-24 yrs,322,849883,22.48516845703125,1,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,37.887569427490234 +1979,17,0.6677207350730896,suicide,21-24 yrs,102,849883,22.48516845703125,1,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,12.001651763916016 +1979,17,0.6677207350730896,homicide,21-24 yrs,232,849883,22.48516845703125,1,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,27.297874450683594 +1979,17,0.6677207350730896,other external,21-24 yrs,229,849883,22.48516845703125,1,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,26.94488525390625 +1979,17,0.6677207350730896,internal,21-24 yrs,271,849883,22.48516845703125,1,0.09641873836517334,1.4500000476837158,0.33000001311302185,1.1699999570846558,2.940000057220459,31.886741638183594 +1980,17,0,MVA,15-17 yrs,154,626872,16.01911163330078,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,24.56641960144043 +1980,17,0,suicide,15-17 yrs,35,626872,16.01911163330078,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,5.583276748657227 +1980,17,0,homicide,15-17 yrs,66,626872,16.01911163330078,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,10.528465270996094 +1980,17,0,other external,15-17 yrs,64,626872,16.01911163330078,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,10.209421157836914 +1980,17,0,internal,15-17 yrs,113,626872,16.01911163330078,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,18.02600860595703 +1980,17,0,all,18-20 yrs,717,652692,19.00726318359375,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,109.85272979736328 +1980,17,0,MVA,18-20 yrs,254,652692,19.00726318359375,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,38.91575241088867 +1980,17,0,suicide,18-20 yrs,76,652692,19.00726318359375,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,11.644083023071289 +1980,17,0,homicide,18-20 yrs,134,652692,19.00726318359375,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,20.530357360839844 +1980,17,0,other external,18-20 yrs,110,652692,19.00726318359375,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,16.85327911376953 +1980,17,0,internal,18-20 yrs,143,652692,19.00726318359375,0,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,21.90926170349121 +1980,17,0,all,21-24 yrs,1086,854926,22.49736976623535,1,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,127.0285415649414 +1980,17,0,MVA,21-24 yrs,289,854926,22.49736976623535,1,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,33.80409622192383 +1980,17,0,suicide,21-24 yrs,126,854926,22.49736976623535,1,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,14.738117218017578 +1980,17,0,homicide,21-24 yrs,247,854926,22.49736976623535,1,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,28.891389846801758 +1980,17,0,other external,21-24 yrs,194,854926,22.49736976623535,1,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,22.6920223236084 +1980,17,0,internal,21-24 yrs,230,854926,22.49736976623535,1,0.08495145291090012,1.4299999475479126,0.33000001311302185,1.2400000095367432,3,26.90291404724121 +1981,17,0,MVA,15-17 yrs,118,599538,16.029525756835938,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,19.681821823120117 +1981,17,0,suicide,15-17 yrs,36,599538,16.029525756835938,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,6.0046234130859375 +1981,17,0,homicide,15-17 yrs,84,599538,16.029525756835938,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,14.010787963867188 +1981,17,0,other external,15-17 yrs,94,599538,16.029525756835938,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,15.678739547729492 +1981,17,0,internal,15-17 yrs,92,599538,16.029525756835938,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,15.345149040222168 +1981,17,0,all,18-20 yrs,686,645606,19.01641082763672,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,106.25675964355469 +1981,17,0,MVA,18-20 yrs,246,645606,19.01641082763672,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,38.103736877441406 +1981,17,0,suicide,18-20 yrs,66,645606,19.01641082763672,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,10.222952842712402 +1981,17,0,homicide,18-20 yrs,148,645606,19.01641082763672,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,22.924198150634766 +1981,17,0,other external,18-20 yrs,102,645606,19.01641082763672,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,15.79910945892334 +1981,17,0,internal,18-20 yrs,124,645606,19.01641082763672,0,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,19.20676040649414 +1981,17,0,all,21-24 yrs,1016,850665,22.512001037597656,1,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,119.43597412109375 +1981,17,0,MVA,21-24 yrs,256,850665,22.512001037597656,1,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,30.09410285949707 +1981,17,0,suicide,21-24 yrs,128,850665,22.512001037597656,1,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,15.047051429748535 +1981,17,0,homicide,21-24 yrs,226,850665,22.512001037597656,1,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,26.56744956970215 +1981,17,0,other external,21-24 yrs,188,850665,22.512001037597656,1,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,22.100357055664062 +1981,17,0,internal,21-24 yrs,218,850665,22.512001037597656,1,0.0770077034831047,1.4299999475479126,0.3499999940395355,1.1200000047683716,2.9100000858306885,25.627010345458984 +1982,17,0,MVA,15-17 yrs,110,571227,16.024639129638672,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,19.256792068481445 +1982,17,0,suicide,15-17 yrs,22,571227,16.024639129638672,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,3.851358652114868 +1982,17,0,homicide,15-17 yrs,64,571227,16.024639129638672,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,11.203951835632324 +1982,17,0,other external,15-17 yrs,50,571227,16.024639129638672,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,8.753087997436523 +1982,17,0,internal,15-17 yrs,106,571227,16.024639129638672,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,18.55654525756836 +1982,17,0,all,18-20 yrs,640,629544,19.019865036010742,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,101.66088104248047 +1982,17,0,MVA,18-20 yrs,194,629544,19.019865036010742,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,30.815956115722656 +1982,17,0,suicide,18-20 yrs,46,629544,19.019865036010742,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,7.306876182556152 +1982,17,0,homicide,18-20 yrs,132,629544,19.019865036010742,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,20.967557907104492 +1982,17,0,other external,18-20 yrs,108,629544,19.019865036010742,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,17.1552734375 +1982,17,0,internal,18-20 yrs,160,629544,19.019865036010742,0,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,25.415220260620117 +1982,17,0,all,21-24 yrs,906,841233,22.505615234375,1,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,107.69905853271484 +1982,17,0,MVA,21-24 yrs,230,841233,22.505615234375,1,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,27.3408203125 +1982,17,0,suicide,21-24 yrs,98,841233,22.505615234375,1,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,11.649566650390625 +1982,17,0,homicide,21-24 yrs,168,841233,22.505615234375,1,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,19.970685958862305 +1982,17,0,other external,21-24 yrs,182,841233,22.505615234375,1,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,21.634910583496094 +1982,17,0,internal,21-24 yrs,228,841233,22.505615234375,1,0.07253886014223099,1.409999966621399,0.3499999940395355,1.059999942779541,2.8299999237060547,27.103073120117188 +1983,17,0,MVA,15-17 yrs,97,546861,16.014198303222656,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,17.73759651184082 +1983,17,0,suicide,15-17 yrs,33,546861,16.014198303222656,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,6.034440040588379 +1983,17,0,homicide,15-17 yrs,55,546861,16.014198303222656,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,10.057400703430176 +1983,17,0,other external,15-17 yrs,46,546861,16.014198303222656,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,8.411643981933594 +1983,17,0,internal,15-17 yrs,98,546861,16.014198303222656,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,17.92045783996582 +1983,17,0,all,18-20 yrs,556,609238,19.02846336364746,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,91.26154327392578 +1983,17,0,MVA,18-20 yrs,185,609238,19.02846336364746,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,30.365800857543945 +1983,17,0,suicide,18-20 yrs,44,609238,19.02846336364746,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,7.222136497497559 +1983,17,0,homicide,18-20 yrs,104,609238,19.02846336364746,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,17.070505142211914 +1983,17,0,other external,18-20 yrs,88,609238,19.02846336364746,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,14.444272994995117 +1983,17,0,internal,18-20 yrs,135,609238,19.02846336364746,0,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,22.158828735351562 +1983,17,0,all,21-24 yrs,840,830719,22.502565383911133,1,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,101.11722564697266 +1983,17,0,MVA,21-24 yrs,194,830719,22.502565383911133,1,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,23.35326385498047 +1983,17,0,suicide,21-24 yrs,117,830719,22.502565383911133,1,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,14.084184646606445 +1983,17,0,homicide,21-24 yrs,176,830719,22.502565383911133,1,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,21.186466217041016 +1983,17,0,other external,21-24 yrs,133,830719,22.502565383911133,1,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,16.01022720336914 +1983,17,0,internal,21-24 yrs,220,830719,22.502565383911133,1,0.07028112560510635,1.4199999570846558,0.3499999940395355,1.0299999713897705,2.799999952316284,26.483081817626953 +1984,17,0,MVA,15-17 yrs,97,537851,16.000595092773438,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,18.03473472595215 +1984,17,0,suicide,15-17 yrs,26,537851,16.000595092773438,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,4.834052562713623 +1984,17,0,homicide,15-17 yrs,61,537851,16.000595092773438,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,11.3414306640625 +1984,17,0,other external,15-17 yrs,35,537851,16.000595092773438,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,6.507378578186035 +1984,17,0,internal,15-17 yrs,72,537851,16.000595092773438,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,13.38660717010498 +1984,17,0,all,18-20 yrs,487,582988,19.041030883789062,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,83.53516387939453 +1984,17,0,MVA,18-20 yrs,185,582988,19.041030883789062,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,31.73307228088379 +1984,17,0,suicide,18-20 yrs,49,582988,19.041030883789062,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,8.404975891113281 +1984,17,0,homicide,18-20 yrs,107,582988,19.041030883789062,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,18.353721618652344 +1984,17,0,other external,18-20 yrs,56,582988,19.041030883789062,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,9.60568618774414 +1984,17,0,internal,18-20 yrs,90,582988,19.041030883789062,0,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,15.437710762023926 +1984,17,0,all,21-24 yrs,777,822807,22.50856590270996,1,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,94.4328384399414 +1984,17,0,MVA,21-24 yrs,226,822807,22.50856590270996,1,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,27.466951370239258 +1984,17,0,suicide,21-24 yrs,109,822807,22.50856590270996,1,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,13.247335433959961 +1984,17,0,homicide,21-24 yrs,154,822807,22.50856590270996,1,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,18.716419219970703 +1984,17,0,other external,21-24 yrs,103,822807,22.50856590270996,1,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,12.518123626708984 +1984,17,0,internal,21-24 yrs,185,822807,22.50856590270996,1,0.06737247109413147,1.399999976158142,0.3700000047683716,1.0099999904632568,2.7699999809265137,22.4840087890625 +1985,17,0,MVA,15-17 yrs,78,536655,15.983894348144531,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,14.534477233886719 +1985,17,0,suicide,15-17 yrs,42,536655,15.983894348144531,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,7.826257228851318 +1985,17,0,homicide,15-17 yrs,43,536655,15.983894348144531,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,8.012596130371094 +1985,17,0,other external,15-17 yrs,40,536655,15.983894348144531,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,7.453577995300293 +1985,17,0,internal,15-17 yrs,89,536655,15.983894348144531,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,16.584211349487305 +1985,17,0,all,18-20 yrs,472,555778,19.036651611328125,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,84.925994873046875 +1985,17,0,MVA,18-20 yrs,158,555778,19.036651611328125,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,28.428617477416992 +1985,17,0,suicide,18-20 yrs,67,555778,19.036651611328125,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,12.05517292022705 +1985,17,0,homicide,18-20 yrs,89,555778,19.036651611328125,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,16.013587951660156 +1985,17,0,other external,18-20 yrs,44,555778,19.036651611328125,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,7.916830062866211 +1985,17,0,internal,18-20 yrs,114,555778,19.036651611328125,0,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,20.51178741455078 +1985,17,0,all,21-24 yrs,791,810844,22.52265167236328,1,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,97.55267333984375 +1985,17,0,MVA,21-24 yrs,234,810844,22.52265167236328,1,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,28.85881805419922 +1985,17,0,suicide,21-24 yrs,118,810844,22.52265167236328,1,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,14.55273723602295 +1985,17,0,homicide,21-24 yrs,145,810844,22.52265167236328,1,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,17.882600784301758 +1985,17,0,other external,21-24 yrs,112,810844,22.52265167236328,1,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,13.81276798248291 +1985,17,0,internal,21-24 yrs,182,810844,22.52265167236328,1,0.06505576521158218,1.3799999952316284,0.3700000047683716,0.9800000190734863,2.7200000286102295,22.44574737548828 +1986,17,0,MVA,15-17 yrs,115,545708,15.978099822998047,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,21.07354164123535 +1986,17,0,suicide,15-17 yrs,37,545708,15.978099822998047,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,6.780182838439941 +1986,17,0,homicide,15-17 yrs,68,545708,15.978099822998047,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,12.46087646484375 +1986,17,0,other external,15-17 yrs,40,545708,15.978099822998047,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,7.329927444458008 +1986,17,0,internal,15-17 yrs,83,545708,15.978099822998047,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,15.209599494934082 +1986,17,0,all,18-20 yrs,508,531329,19.02638053894043,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,95.60931396484375 +1986,17,0,MVA,18-20 yrs,169,531329,19.02638053894043,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,31.807035446166992 +1986,17,0,suicide,18-20 yrs,64,531329,19.02638053894043,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,12.045268058776855 +1986,17,0,homicide,18-20 yrs,99,531329,19.02638053894043,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,18.632522583007812 +1986,17,0,other external,18-20 yrs,74,531329,19.02638053894043,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,13.927340507507324 +1986,17,0,internal,18-20 yrs,102,531329,19.02638053894043,0,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,19.197145462036133 +1986,17,0,all,21-24 yrs,851,787879,22.534629821777344,1,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,108.01151275634766 +1986,17,0,MVA,21-24 yrs,244,787879,22.534629821777344,1,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,30.969223022460938 +1986,17,0,suicide,21-24 yrs,105,787879,22.534629821777344,1,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,13.326919555664062 +1986,17,0,homicide,21-24 yrs,153,787879,22.534629821777344,1,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,19.419225692749023 +1986,17,0,other external,21-24 yrs,112,787879,22.534629821777344,1,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,14.215380668640137 +1986,17,0,internal,21-24 yrs,237,787879,22.534629821777344,1,0.06386861205101013,1.399999976158142,0.38999998569488525,0.8999999761581421,2.680000066757202,30.080760955810547 +1987,17,0,MVA,15-17 yrs,113,537397,16.014633178710938,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,21.027284622192383 +1987,17,0,suicide,15-17 yrs,44,537397,16.014633178710938,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,8.187615394592285 +1987,17,0,homicide,15-17 yrs,46,537397,16.014633178710938,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,8.55978012084961 +1987,17,0,other external,15-17 yrs,40,537397,16.014633178710938,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,7.443286895751953 +1987,17,0,internal,15-17 yrs,90,537397,16.014633178710938,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,16.747394561767578 +1987,17,0,all,18-20 yrs,464,521913,19.014341354370117,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,88.9037094116211 +1987,17,0,MVA,18-20 yrs,154,521913,19.014341354370117,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,29.506834030151367 +1987,17,0,suicide,18-20 yrs,57,521913,19.014341354370117,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,10.92136001586914 +1987,17,0,homicide,18-20 yrs,96,521913,19.014341354370117,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,18.393869400024414 +1987,17,0,other external,18-20 yrs,51,521913,19.014341354370117,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,9.7717437744140625 +1987,17,0,internal,18-20 yrs,106,521913,19.014341354370117,0,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,20.309898376464844 +1987,17,0,all,21-24 yrs,769,758718,22.552461624145508,1,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,101.35517883300781 +1987,17,0,MVA,21-24 yrs,232,758718,22.552461624145508,1,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,30.577896118164062 +1987,17,0,suicide,21-24 yrs,96,758718,22.552461624145508,1,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,12.652922630310059 +1987,17,0,homicide,21-24 yrs,158,758718,22.552461624145508,1,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,20.824602127075195 +1987,17,0,other external,21-24 yrs,85,758718,22.552461624145508,1,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,11.203108787536621 +1987,17,0,internal,21-24 yrs,198,758718,22.552461624145508,1,0.06161971762776375,1.409999966621399,0.38999998569488525,0.8700000047683716,2.6600000858306885,26.09665298461914 +1988,17,0,MVA,15-17 yrs,112,513272,16.048954010009766,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,21.820789337158203 +1988,17,0,suicide,15-17 yrs,46,513272,16.048954010009766,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,8.962109565734863 +1988,17,0,homicide,15-17 yrs,56,513272,16.048954010009766,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,10.910394668579102 +1988,17,0,other external,15-17 yrs,34,513272,16.048954010009766,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,6.6241679191589355 +1988,17,0,internal,15-17 yrs,70,513272,16.048954010009766,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,13.637992858886719 +1988,17,0,all,18-20 yrs,557,522711,18.997966766357422,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,106.5598373413086 +1988,17,0,MVA,18-20 yrs,215,522711,18.997966766357422,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,41.1317138671875 +1988,17,0,suicide,18-20 yrs,58,522711,18.997966766357422,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,11.09599781036377 +1988,17,0,homicide,18-20 yrs,105,522711,18.997966766357422,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,20.087581634521484 +1988,17,0,other external,18-20 yrs,57,522711,18.997966766357422,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,10.90468692779541 +1988,17,0,internal,18-20 yrs,122,522711,18.997966766357422,0,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,23.33985710144043 +1988,17,0,all,21-24 yrs,775,730860,22.555818557739258,1,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,106.03945922851562 +1988,17,0,MVA,21-24 yrs,222,730860,22.555818557739258,1,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,30.375173568725586 +1988,17,0,suicide,21-24 yrs,97,730860,22.555818557739258,1,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,13.272035598754883 +1988,17,0,homicide,21-24 yrs,154,730860,22.555818557739258,1,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,21.071067810058594 +1988,17,0,other external,21-24 yrs,121,730860,22.555818557739258,1,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,16.555837631225586 +1988,17,0,internal,21-24 yrs,181,730860,22.555818557739258,1,0.05917159467935562,1.4199999570846558,0.3700000047683716,0.8500000238418579,2.640000104904175,24.765344619750977 +1989,17,0,MVA,15-17 yrs,119,480541,16.038896560668945,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,24.763755798339844 +1989,17,0,suicide,15-17 yrs,36,480541,16.038896560668945,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,7.491556167602539 +1989,17,0,homicide,15-17 yrs,80,480541,16.038896560668945,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,16.647903442382812 +1989,17,0,other external,15-17 yrs,36,480541,16.038896560668945,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,7.491556167602539 +1989,17,0,internal,15-17 yrs,85,480541,16.038896560668945,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,17.688396453857422 +1989,17,0,all,18-20 yrs,497,533362,18.993501663208008,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,93.1824951171875 +1989,17,0,MVA,18-20 yrs,180,533362,18.993501663208008,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,33.74818420410156 +1989,17,0,suicide,18-20 yrs,57,533362,18.993501663208008,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,10.686925888061523 +1989,17,0,homicide,18-20 yrs,117,533362,18.993501663208008,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,21.936321258544922 +1989,17,0,other external,18-20 yrs,49,533362,18.993501663208008,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,9.187005996704102 +1989,17,0,internal,18-20 yrs,94,533362,18.993501663208008,0,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,17.624052047729492 +1989,17,0,all,21-24 yrs,709,703006,22.54749870300293,1,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,100.85262298583984 +1989,17,0,MVA,21-24 yrs,192,703006,22.54749870300293,1,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,27.311288833618164 +1989,17,0,suicide,21-24 yrs,95,703006,22.54749870300293,1,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,13.513398170471191 +1989,17,0,homicide,21-24 yrs,161,703006,22.54749870300293,1,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,22.901653289794922 +1989,17,0,other external,21-24 yrs,77,703006,22.54749870300293,1,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,10.952964782714844 +1989,17,0,internal,21-24 yrs,184,703006,22.54749870300293,1,0.05645161494612694,1.3799999952316284,0.3499999940395355,0.8199999928474426,2.559999942779541,26.17331886291504 +1990,17,0,MVA,15-17 yrs,110,462894,16.018341064453125,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,23.763540267944336 +1990,17,0,suicide,15-17 yrs,29,462894,16.018341064453125,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,6.264933109283447 +1990,17,0,homicide,15-17 yrs,106,462894,16.018341064453125,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,22.899410247802734 +1990,17,0,other external,15-17 yrs,30,462894,16.018341064453125,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,6.480965614318848 +1990,17,0,internal,15-17 yrs,58,462894,16.018341064453125,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,12.529866218566895 +1990,17,0,all,18-20 yrs,542,533132,19.027400970458984,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,101.66337585449219 +1990,17,0,MVA,18-20 yrs,133,533132,19.027400970458984,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,24.946916580200195 +1990,17,0,suicide,18-20 yrs,63,533132,19.027400970458984,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,11.816961288452148 +1990,17,0,homicide,18-20 yrs,179,533132,19.027400970458984,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,33.57517623901367 +1990,17,0,other external,18-20 yrs,59,533132,19.027400970458984,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,11.066678047180176 +1990,17,0,internal,18-20 yrs,108,533132,19.027400970458984,0,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,20.257646560668945 +1990,17,0,all,21-24 yrs,703,685109,22.52198600769043,1,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,102.61141204833984 +1990,17,0,MVA,21-24 yrs,177,685109,22.52198600769043,1,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,25.835304260253906 +1990,17,0,suicide,21-24 yrs,94,685109,22.52198600769043,1,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,13.720444679260254 +1990,17,0,homicide,21-24 yrs,191,685109,22.52198600769043,1,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,27.878774642944336 +1990,17,0,other external,21-24 yrs,65,685109,22.52198600769043,1,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,9.487541198730469 +1990,17,0,internal,21-24 yrs,176,685109,22.52198600769043,1,0.05355776846408844,1.4299999475479126,0.36000001430511475,0.8199999928474426,2.619999885559082,25.689342498779297 +1991,17,0,MVA,15-17 yrs,76,460050,16.00901222229004,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,16.519943237304688 +1991,17,0,suicide,15-17 yrs,35,460050,16.00901222229004,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,7.607868671417236 +1991,17,0,homicide,15-17 yrs,107,460050,16.00901222229004,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,23.25834083557129 +1991,17,0,other external,15-17 yrs,38,460050,16.00901222229004,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,8.259971618652344 +1991,17,0,internal,15-17 yrs,85,460050,16.00901222229004,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,18.476253509521484 +1991,17,0,all,18-20 yrs,595,513882,19.05067253112793,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,115.78533935546875 +1991,17,0,MVA,18-20 yrs,155,513882,19.05067253112793,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,30.162567138671875 +1991,17,0,suicide,18-20 yrs,70,513882,19.05067253112793,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,13.621804237365723 +1991,17,0,homicide,18-20 yrs,204,513882,19.05067253112793,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,39.69783020019531 +1991,17,0,other external,18-20 yrs,58,513882,19.05067253112793,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,11.286638259887695 +1991,17,0,internal,18-20 yrs,108,513882,19.05067253112793,0,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,21.016498565673828 +1991,17,0,all,21-24 yrs,745,676606,22.4919490814209,1,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,110.10839080810547 +1991,17,0,MVA,21-24 yrs,180,676606,22.4919490814209,1,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,26.603370666503906 +1991,17,0,suicide,21-24 yrs,94,676606,22.4919490814209,1,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,13.892870903015137 +1991,17,0,homicide,21-24 yrs,192,676606,22.4919490814209,1,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,28.376928329467773 +1991,17,0,other external,21-24 yrs,99,676606,22.4919490814209,1,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,14.631854057312012 +1991,17,0,internal,21-24 yrs,180,676606,22.4919490814209,1,0.05139501020312309,1.3799999952316284,0.3400000035762787,0.7599999904632568,2.4800000190734863,26.603370666503906 +1992,17,0,MVA,15-17 yrs,92,468401,16.000764846801758,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,19.64129066467285 +1992,17,0,suicide,15-17 yrs,27,468401,16.000764846801758,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,5.764291763305664 +1992,17,0,homicide,15-17 yrs,121,468401,16.000764846801758,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,25.83256721496582 +1992,17,0,other external,15-17 yrs,28,468401,16.000764846801758,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,5.977784156799316 +1992,17,0,internal,15-17 yrs,70,468401,16.000764846801758,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,14.944459915161133 +1992,17,0,all,18-20 yrs,492,489261,19.0407772064209,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,100.55982208251953 +1992,17,0,MVA,18-20 yrs,115,489261,19.0407772064209,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,23.504837036132812 +1992,17,0,suicide,18-20 yrs,51,489261,19.0407772064209,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,10.423884391784668 +1992,17,0,homicide,18-20 yrs,186,489261,19.0407772064209,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,38.016517639160156 +1992,17,0,other external,18-20 yrs,37,489261,19.0407772064209,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,7.56242561340332 +1992,17,0,internal,18-20 yrs,103,489261,19.0407772064209,0,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,21.05215835571289 +1992,17,0,all,21-24 yrs,757,679326,22.468589782714844,1,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,111.4339828491211 +1992,17,0,MVA,21-24 yrs,149,679326,22.468589782714844,1,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,21.933504104614258 +1992,17,0,suicide,21-24 yrs,83,679326,22.468589782714844,1,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,12.217992782592773 +1992,17,0,homicide,21-24 yrs,226,679326,22.468589782714844,1,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,33.26826858520508 +1992,17,0,other external,21-24 yrs,86,679326,22.468589782714844,1,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,12.65960693359375 +1992,17,0,internal,21-24 yrs,213,679326,22.468589782714844,1,0.0498930849134922,1.340000033378601,0.3499999940395355,0.7400000095367432,2.430000066757202,31.35460662841797 +1993,17,0,MVA,15-17 yrs,96,473653,15.998336791992188,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,20.268001556396484 +1993,17,0,suicide,15-17 yrs,28,473653,15.998336791992188,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,5.911500453948975 +1993,17,0,homicide,15-17 yrs,142,473653,15.998336791992188,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,29.979753494262695 +1993,17,0,other external,15-17 yrs,38,473653,15.998336791992188,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,8.0227508544921875 +1993,17,0,internal,15-17 yrs,66,473653,15.998336791992188,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,13.93425178527832 +1993,17,0,all,18-20 yrs,551,478574,19.01644515991211,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,115.13371276855469 +1993,17,0,MVA,18-20 yrs,121,478574,19.01644515991211,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,25.283445358276367 +1993,17,0,suicide,18-20 yrs,55,478574,19.01644515991211,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,11.492475509643555 +1993,17,0,homicide,18-20 yrs,200,478574,19.01644515991211,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,41.79082107543945 +1993,17,0,other external,18-20 yrs,62,478574,19.01644515991211,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,12.955154418945312 +1993,17,0,internal,18-20 yrs,113,478574,19.01644515991211,0,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,23.611812591552734 +1993,17,0,all,21-24 yrs,737,677159,22.49498176574707,1,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,108.83706665039062 +1993,17,0,MVA,21-24 yrs,151,677159,22.49498176574707,1,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,22.29904556274414 +1993,17,0,suicide,21-24 yrs,81,677159,22.49498176574707,1,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,11.961740493774414 +1993,17,0,homicide,21-24 yrs,202,677159,22.49498176574707,1,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,29.83051300048828 +1993,17,0,other external,21-24 yrs,99,677159,22.49498176574707,1,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,14.619904518127441 +1993,17,0,internal,21-24 yrs,204,677159,22.49498176574707,1,0.04844290763139725,1.3200000524520874,0.3400000035762787,0.7200000286102295,2.380000114440918,30.125864028930664 +1994,17,0,MVA,15-17 yrs,121,485952,16.002336502075195,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,24.899578094482422 +1994,17,0,suicide,15-17 yrs,35,485952,16.002336502075195,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,7.202357292175293 +1994,17,0,homicide,15-17 yrs,160,485952,16.002336502075195,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,32.92506408691406 +1994,17,0,other external,15-17 yrs,30,485952,16.002336502075195,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,6.1734490394592285 +1994,17,0,internal,15-17 yrs,57,485952,16.002336502075195,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,11.72955322265625 +1994,17,0,all,18-20 yrs,549,474749,19.00945472717285,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,115.64005279541016 +1994,17,0,MVA,18-20 yrs,143,474749,19.00945472717285,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,30.121179580688477 +1994,17,0,suicide,18-20 yrs,52,474749,19.00945472717285,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,10.953156471252441 +1994,17,0,homicide,18-20 yrs,209,474749,19.00945472717285,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,44.02326202392578 +1994,17,0,other external,18-20 yrs,42,474749,19.00945472717285,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,8.846779823303223 +1994,17,0,internal,18-20 yrs,103,474749,19.00945472717285,0,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,21.695674896240234 +1994,17,0,all,21-24 yrs,769,665942,22.5360164642334,1,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,115.47552490234375 +1994,17,0,MVA,21-24 yrs,184,665942,22.5360164642334,1,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,27.630033493041992 +1994,17,0,suicide,21-24 yrs,81,665942,22.5360164642334,1,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,12.16322135925293 +1994,17,0,homicide,21-24 yrs,231,665942,22.5360164642334,1,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,34.687705993652344 +1994,17,0,other external,21-24 yrs,76,665942,22.5360164642334,1,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,11.412405014038086 +1994,17,0,internal,21-24 yrs,197,665942,22.5360164642334,1,0.047233469784259796,1.3200000524520874,0.3400000035762787,0.6899999976158142,2.3499999046325684,29.582155227661133 +1995,17,0,MVA,15-17 yrs,107,501192,15.982284545898438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,21.349103927612305 +1995,17,0,suicide,15-17 yrs,42,501192,15.982284545898438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,8.380022048950195 +1995,17,0,homicide,15-17 yrs,129,501192,15.982284545898438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,25.73863983154297 +1995,17,0,other external,15-17 yrs,24,501192,15.982284545898438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,4.788584232330322 +1995,17,0,internal,15-17 yrs,74,501192,15.982284545898438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,14.764801025390625 +1995,17,0,all,18-20 yrs,508,482664,19.001571655273438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,105.24919891357422 +1995,17,0,MVA,18-20 yrs,149,482664,19.001571655273438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,30.870336532592773 +1995,17,0,suicide,18-20 yrs,48,482664,19.001571655273438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,9.944806098937988 +1995,17,0,homicide,18-20 yrs,180,482664,19.001571655273438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,37.29302215576172 +1995,17,0,other external,18-20 yrs,41,482664,19.001571655273438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,8.4945220947265625 +1995,17,0,internal,18-20 yrs,90,482664,19.001571655273438,0,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,18.64651107788086 +1995,17,0,all,21-24 yrs,703,645035,22.55268096923828,1,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,108.98633575439453 +1995,17,0,MVA,21-24 yrs,166,645035,22.55268096923828,1,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,25.735036849975586 +1995,17,0,suicide,21-24 yrs,88,645035,22.55268096923828,1,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,13.642670631408691 +1995,17,0,homicide,21-24 yrs,192,645035,22.55268096923828,1,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,29.765827178955078 +1995,17,0,other external,21-24 yrs,57,645035,22.55268096923828,1,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,8.836730003356934 +1995,17,0,internal,21-24 yrs,200,645035,22.55268096923828,1,0.04593176022171974,1.2999999523162842,0.33000001311302185,0.6600000262260437,2.2899999618530273,31.00606918334961 +1996,17,0,MVA,15-17 yrs,86,515197,15.991671562194824,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,16.692644119262695 +1996,17,0,suicide,15-17 yrs,30,515197,15.991671562194824,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,5.823015213012695 +1996,17,0,homicide,15-17 yrs,124,515197,15.991671562194824,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,24.068462371826172 +1996,17,0,other external,15-17 yrs,30,515197,15.991671562194824,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,5.823015213012695 +1996,17,0,internal,15-17 yrs,101,515197,15.991671562194824,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,19.604150772094727 +1996,17,0,all,18-20 yrs,480,487609,18.998472213745117,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,98.43952941894531 +1996,17,0,MVA,18-20 yrs,114,487609,18.998472213745117,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,23.3793888092041 +1996,17,0,suicide,18-20 yrs,35,487609,18.998472213745117,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,7.177882194519043 +1996,17,0,homicide,18-20 yrs,189,487609,18.998472213745117,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,38.760562896728516 +1996,17,0,other external,18-20 yrs,36,487609,18.998472213745117,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,7.382964611053467 +1996,17,0,internal,18-20 yrs,106,487609,18.998472213745117,0,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,21.73872947692871 +1996,17,0,all,21-24 yrs,672,623697,22.52062225341797,1,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,107.74462890625 +1996,17,0,MVA,21-24 yrs,163,623697,22.52062225341797,1,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,26.134485244750977 +1996,17,0,suicide,21-24 yrs,64,623697,22.52062225341797,1,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,10.261392593383789 +1996,17,0,homicide,21-24 yrs,213,623697,22.52062225341797,1,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,34.15119934082031 +1996,17,0,other external,21-24 yrs,62,623697,22.52062225341797,1,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,9.94072437286377 +1996,17,0,internal,21-24 yrs,170,623697,22.52062225341797,1,0.04461440443992615,1.2699999809265137,0.3499999940395355,0.6800000071525574,2.299999952316284,27.256824493408203 +1970,18,0,MVA,15-17 yrs,139,309971,15.982178688049316,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,44.84290313720703 +1970,18,0,suicide,15-17 yrs,13,309971,15.982178688049316,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,4.19394063949585 +1970,18,0,homicide,15-17 yrs,17,309971,15.982178688049316,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,5.484384059906006 +1970,18,0,other external,15-17 yrs,59,309971,15.982178688049316,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,19.034038543701172 +1970,18,0,internal,15-17 yrs,74,309971,15.982178688049316,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,23.873201370239258 +1970,18,0,all,18-20 yrs,382,281817,18.95769500732422,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,135.5489501953125 +1970,18,0,MVA,18-20 yrs,171,281817,18.95769500732422,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,60.67767333984375 +1970,18,0,suicide,18-20 yrs,22,281817,18.95769500732422,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,7.806484222412109 +1970,18,0,homicide,18-20 yrs,22,281817,18.95769500732422,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,7.806484222412109 +1970,18,0,other external,18-20 yrs,60,281817,18.95769500732422,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,21.2904109954834 +1970,18,0,internal,18-20 yrs,107,281817,18.95769500732422,0,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,37.967899322509766 +1970,18,0,all,21-24 yrs,457,326183,22.42549705505371,1,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,140.10540771484375 +1970,18,0,MVA,21-24 yrs,183,326183,22.42549705505371,1,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,56.103477478027344 +1970,18,0,suicide,21-24 yrs,39,326183,22.42549705505371,1,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,11.956478118896484 +1970,18,0,homicide,21-24 yrs,35,326183,22.42549705505371,1,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,10.730173110961914 +1970,18,0,other external,21-24 yrs,66,326183,22.42549705505371,1,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,20.234041213989258 +1970,18,0,internal,21-24 yrs,134,326183,22.42549705505371,1,0.20618556439876556,1,0.11999999731779099,0.6899999976158142,1.809999942779541,41.081233978271484 +1971,18,0,MVA,15-17 yrs,120,314155,15.988581657409668,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,38.19770431518555 +1971,18,0,suicide,15-17 yrs,8,314155,15.988581657409668,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,2.546513557434082 +1971,18,0,homicide,15-17 yrs,10,314155,15.988581657409668,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,3.1831421852111816 +1971,18,0,other external,15-17 yrs,55,314155,15.988581657409668,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,17.507282257080078 +1971,18,0,internal,15-17 yrs,67,314155,15.988581657409668,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,21.327051162719727 +1971,18,0,all,18-20 yrs,397,293825,18.969985961914062,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,135.11444091796875 +1971,18,0,MVA,18-20 yrs,185,293825,18.969985961914062,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,62.962646484375 +1971,18,0,suicide,18-20 yrs,23,293825,18.969985961914062,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,7.827788829803467 +1971,18,0,homicide,18-20 yrs,24,293825,18.969985961914062,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,8.168127059936523 +1971,18,0,other external,18-20 yrs,52,293825,18.969985961914062,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,17.697608947753906 +1971,18,0,internal,18-20 yrs,113,293825,18.969985961914062,0,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,38.45826721191406 +1971,18,0,all,21-24 yrs,444,355681,22.54938316345215,1,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,124.8309555053711 +1971,18,0,MVA,21-24 yrs,169,355681,22.54938316345215,1,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,47.51448440551758 +1971,18,0,suicide,21-24 yrs,46,355681,22.54938316345215,1,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,12.932936668395996 +1971,18,0,homicide,21-24 yrs,40,355681,22.54938316345215,1,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,11.24603271484375 +1971,18,0,other external,21-24 yrs,54,355681,22.54938316345215,1,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,15.182143211364746 +1971,18,0,internal,21-24 yrs,135,355681,22.54938316345215,1,0.1975308656692505,1.0099999904632568,0.12999999523162842,0.6800000071525574,1.8200000524520874,37.955360412597656 +1972,18,0,MVA,15-17 yrs,96,320036,15.98029613494873,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,29.996625900268555 +1972,18,0,suicide,15-17 yrs,8,320036,15.98029613494873,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,2.49971866607666 +1972,18,0,homicide,15-17 yrs,20,320036,15.98029613494873,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,6.249297142028809 +1972,18,0,other external,15-17 yrs,62,320036,15.98029613494873,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,19.372819900512695 +1972,18,0,internal,15-17 yrs,82,320036,15.98029613494873,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,25.62211799621582 +1972,18,0,all,18-20 yrs,342,304902,18.984092712402344,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,112.16719055175781 +1972,18,0,MVA,18-20 yrs,174,304902,18.984092712402344,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,57.0675163269043 +1972,18,0,suicide,18-20 yrs,16,304902,18.984092712402344,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,5.24758768081665 +1972,18,0,homicide,18-20 yrs,22,304902,18.984092712402344,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,7.215433120727539 +1972,18,0,other external,18-20 yrs,46,304902,18.984092712402344,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,15.086814880371094 +1972,18,0,internal,18-20 yrs,84,304902,18.984092712402344,0,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,27.549835205078125 +1972,18,0,all,21-24 yrs,388,356942,22.499479293823242,1,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,108.70113372802734 +1972,18,0,MVA,21-24 yrs,176,356942,22.499479293823242,1,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,49.30773162841797 +1972,18,0,suicide,21-24 yrs,22,356942,22.499479293823242,1,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,6.163466453552246 +1972,18,0,homicide,21-24 yrs,42,356942,22.499479293823242,1,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,11.766617774963379 +1972,18,0,other external,21-24 yrs,62,356942,22.499479293823242,1,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,17.369768142700195 +1972,18,0,internal,21-24 yrs,86,356942,22.499479293823242,1,0.19138756394386292,1,0.11999999731779099,0.6700000166893005,1.7999999523162842,24.093549728393555 +1973,18,0,MVA,15-17 yrs,135,324942,15.98159408569336,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,41.545875549316406 +1973,18,0,suicide,15-17 yrs,14,324942,15.98159408569336,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,4.3084611892700195 +1973,18,0,homicide,15-17 yrs,23,324942,15.98159408569336,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,7.07818603515625 +1973,18,0,other external,15-17 yrs,63,324942,15.98159408569336,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,19.38807487487793 +1973,18,0,internal,15-17 yrs,74,324942,15.98159408569336,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,22.77329444885254 +1973,18,0,all,18-20 yrs,428,310580,18.98857879638672,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,137.8066864013672 +1973,18,0,MVA,18-20 yrs,194,310580,18.98857879638672,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,62.463775634765625 +1973,18,0,suicide,18-20 yrs,35,310580,18.98857879638672,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,11.269238471984863 +1973,18,0,homicide,18-20 yrs,27,310580,18.98857879638672,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,8.693412780761719 +1973,18,0,other external,18-20 yrs,74,310580,18.98857879638672,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,23.82638931274414 +1973,18,0,internal,18-20 yrs,98,310580,18.98857879638672,0,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,31.55386734008789 +1973,18,0,all,21-24 yrs,479,363604,22.480484008789062,1,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,131.73672485351562 +1973,18,0,MVA,21-24 yrs,193,363604,22.480484008789062,1,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,53.0797233581543 +1973,18,0,suicide,21-24 yrs,47,363604,22.480484008789062,1,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,12.92615032196045 +1973,18,0,homicide,21-24 yrs,49,363604,22.480484008789062,1,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,13.47619915008545 +1973,18,0,other external,21-24 yrs,67,363604,22.480484008789062,1,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,18.426639556884766 +1973,18,0,internal,21-24 yrs,123,363604,22.480484008789062,1,0.21396395564079285,1.0099999904632568,0.15000000596046448,0.6299999952316284,1.7999999523162842,33.82801055908203 +1974,18,0,MVA,15-17 yrs,104,327924,15.997395515441895,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,31.71466636657715 +1974,18,0,suicide,15-17 yrs,11,327924,15.997395515441895,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,3.354435682296753 +1974,18,0,homicide,15-17 yrs,15,327924,15.997395515441895,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,4.574230670928955 +1974,18,0,other external,15-17 yrs,50,327924,15.997395515441895,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,15.247435569763184 +1974,18,0,internal,15-17 yrs,55,327924,15.997395515441895,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,16.772178649902344 +1974,18,0,all,18-20 yrs,354,316079,18.997066497802734,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,111.997314453125 +1974,18,0,MVA,18-20 yrs,143,316079,18.997066497802734,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,45.24185562133789 +1974,18,0,suicide,18-20 yrs,23,316079,18.997066497802734,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,7.2766618728637695 +1974,18,0,homicide,18-20 yrs,30,316079,18.997066497802734,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,9.491297721862793 +1974,18,0,other external,18-20 yrs,73,316079,18.997066497802734,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,23.095491409301758 +1974,18,0,internal,18-20 yrs,85,316079,18.997066497802734,0,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,26.892011642456055 +1974,18,0,all,21-24 yrs,453,371086,22.4605770111084,1,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,122.07412719726562 +1974,18,0,MVA,21-24 yrs,151,371086,22.4605770111084,1,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,40.691375732421875 +1974,18,0,suicide,21-24 yrs,40,371086,22.4605770111084,1,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,10.779172897338867 +1974,18,0,homicide,21-24 yrs,62,371086,22.4605770111084,1,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,16.707717895507812 +1974,18,0,other external,21-24 yrs,83,371086,22.4605770111084,1,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,22.366783142089844 +1974,18,0,internal,21-24 yrs,117,371086,22.4605770111084,1,0.19269776344299316,1.0099999904632568,0.12999999523162842,0.7300000190734863,1.8600000143051147,31.52907943725586 +1975,18,0,MVA,15-17 yrs,100,324920,16.001169204711914,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,30.776805877685547 +1975,18,0,suicide,15-17 yrs,12,324920,16.001169204711914,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,3.6932168006896973 +1975,18,0,homicide,15-17 yrs,19,324920,16.001169204711914,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,5.847593307495117 +1975,18,0,other external,15-17 yrs,64,324920,16.001169204711914,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,19.69715690612793 +1975,18,0,internal,15-17 yrs,67,324920,16.001169204711914,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,20.620460510253906 +1975,18,0,all,18-20 yrs,368,320335,18.98792266845703,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,114.8797378540039 +1975,18,0,MVA,18-20 yrs,147,320335,18.98792266845703,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,45.88945770263672 +1975,18,0,suicide,18-20 yrs,28,320335,18.98792266845703,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,8.740849494934082 +1975,18,0,homicide,18-20 yrs,45,320335,18.98792266845703,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,14.0477933883667 +1975,18,0,other external,18-20 yrs,80,320335,18.98792266845703,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,24.97385597229004 +1975,18,0,internal,18-20 yrs,68,320335,18.98792266845703,0,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,21.2277774810791 +1975,18,0,all,21-24 yrs,450,379251,22.461673736572266,1,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,118.6549301147461 +1975,18,0,MVA,21-24 yrs,141,379251,22.461673736572266,1,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,37.17854309082031 +1975,18,0,suicide,21-24 yrs,50,379251,22.461673736572266,1,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,13.183880805969238 +1975,18,0,homicide,21-24 yrs,71,379251,22.461673736572266,1,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,18.721111297607422 +1975,18,0,other external,21-24 yrs,75,379251,22.461673736572266,1,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,19.775821685791016 +1975,18,0,internal,21-24 yrs,113,379251,22.461673736572266,1,0.17657992243766785,1.0399999618530273,0.15000000596046448,0.75,1.940000057220459,29.795570373535156 +1976,18,0,MVA,15-17 yrs,97,325138,15.99222183227539,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,29.833486557006836 +1976,18,0,suicide,15-17 yrs,15,325138,15.99222183227539,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,4.6134257316589355 +1976,18,0,homicide,15-17 yrs,10,325138,15.99222183227539,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,3.0756170749664307 +1976,18,0,other external,15-17 yrs,56,325138,15.99222183227539,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,17.22345542907715 +1976,18,0,internal,15-17 yrs,71,325138,15.99222183227539,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,21.836881637573242 +1976,18,0,all,18-20 yrs,385,324431,18.98786163330078,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,118.66930389404297 +1976,18,0,MVA,18-20 yrs,181,324431,18.98786163330078,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,55.789981842041016 +1976,18,0,suicide,18-20 yrs,27,324431,18.98786163330078,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,8.32226276397705 +1976,18,0,homicide,18-20 yrs,28,324431,18.98786163330078,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,8.630495071411133 +1976,18,0,other external,18-20 yrs,67,324431,18.98786163330078,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,20.651540756225586 +1976,18,0,internal,18-20 yrs,82,324431,18.98786163330078,0,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,25.275020599365234 +1976,18,0,all,21-24 yrs,461,387028,22.467687606811523,1,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,119.11283111572266 +1976,18,0,MVA,21-24 yrs,190,387028,22.467687606811523,1,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,49.09205627441406 +1976,18,0,suicide,21-24 yrs,44,387028,22.467687606811523,1,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,11.36868667602539 +1976,18,0,homicide,21-24 yrs,45,387028,22.467687606811523,1,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,11.627065658569336 +1976,18,0,other external,21-24 yrs,78,387028,22.467687606811523,1,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,20.153579711914062 +1976,18,0,internal,21-24 yrs,104,387028,22.467687606811523,1,0.16695956885814667,1.0800000429153442,0.14000000059604645,0.75,1.9800000190734863,26.871440887451172 +1977,18,0,MVA,15-17 yrs,143,324157,15.997655868530273,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,44.11442565917969 +1977,18,0,suicide,15-17 yrs,14,324157,15.997655868530273,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,4.318894863128662 +1977,18,0,homicide,15-17 yrs,17,324157,15.997655868530273,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,5.244372367858887 +1977,18,0,other external,15-17 yrs,33,324157,15.997655868530273,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,10.180252075195312 +1977,18,0,internal,15-17 yrs,61,324157,15.997655868530273,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,18.818042755126953 +1977,18,0,all,18-20 yrs,408,329260,19.00397300720215,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,123.91423034667969 +1977,18,0,MVA,18-20 yrs,170,329260,19.00397300720215,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,51.63093185424805 +1977,18,0,suicide,18-20 yrs,39,329260,19.00397300720215,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,11.844742774963379 +1977,18,0,homicide,18-20 yrs,37,329260,19.00397300720215,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,11.237319946289062 +1977,18,0,other external,18-20 yrs,86,329260,19.00397300720215,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,26.119176864624023 +1977,18,0,internal,18-20 yrs,76,329260,19.00397300720215,0,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,23.082063674926758 +1977,18,0,all,21-24 yrs,476,393615,22.474252700805664,1,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,120.93035125732422 +1977,18,0,MVA,21-24 yrs,190,393615,22.474252700805664,1,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,48.2705192565918 +1977,18,0,suicide,21-24 yrs,60,393615,22.474252700805664,1,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,15.243321418762207 +1977,18,0,homicide,21-24 yrs,56,393615,22.474252700805664,1,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,14.227100372314453 +1977,18,0,other external,21-24 yrs,76,393615,22.474252700805664,1,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,19.30820655822754 +1977,18,0,internal,21-24 yrs,94,393615,22.474252700805664,1,0.15676568448543549,1.1399999856948853,0.14000000059604645,0.7699999809265137,2.049999952316284,23.88120460510254 +1978,18,0,MVA,15-17 yrs,126,323668,16.010772705078125,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,38.92877960205078 +1978,18,0,suicide,15-17 yrs,21,323668,16.010772705078125,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,6.488129615783691 +1978,18,0,homicide,15-17 yrs,15,323668,16.010772705078125,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,4.634378433227539 +1978,18,0,other external,15-17 yrs,46,323668,16.010772705078125,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,14.2120943069458 +1978,18,0,internal,15-17 yrs,53,323668,16.010772705078125,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,16.37480354309082 +1978,18,0,all,18-20 yrs,390,329699,19.006797790527344,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,118.28971099853516 +1978,18,0,MVA,18-20 yrs,187,329699,19.006797790527344,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,56.71839904785156 +1978,18,0,suicide,18-20 yrs,31,329699,19.006797790527344,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,9.402515411376953 +1978,18,0,homicide,18-20 yrs,31,329699,19.006797790527344,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,9.402515411376953 +1978,18,0,other external,18-20 yrs,72,329699,19.006797790527344,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,21.83810043334961 +1978,18,0,internal,18-20 yrs,69,329699,19.006797790527344,0,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,20.928180694580078 +1978,18,0,all,21-24 yrs,494,402969,22.46630096435547,1,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,122.59007263183594 +1978,18,0,MVA,21-24 yrs,196,402969,22.46630096435547,1,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,48.63897705078125 +1978,18,0,suicide,21-24 yrs,65,402969,22.46630096435547,1,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,16.130273818969727 +1978,18,0,homicide,21-24 yrs,62,402969,22.46630096435547,1,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,15.385798454284668 +1978,18,0,other external,21-24 yrs,80,402969,22.46630096435547,1,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,19.852643966674805 +1978,18,0,internal,21-24 yrs,91,402969,22.46630096435547,1,0.14570552110671997,1.190000057220459,0.1599999964237213,0.7900000214576721,2.140000104904175,22.582382202148438 +1979,18,0,MVA,15-17 yrs,132,319125,16.005645751953125,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,41.363101959228516 +1979,18,0,suicide,15-17 yrs,12,319125,16.005645751953125,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,3.760282039642334 +1979,18,0,homicide,15-17 yrs,13,319125,16.005645751953125,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,4.073638916015625 +1979,18,0,other external,15-17 yrs,54,319125,16.005645751953125,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,16.921268463134766 +1979,18,0,internal,15-17 yrs,57,319125,16.005645751953125,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,17.861339569091797 +1979,18,0,all,18-20 yrs,384,331034,18.997478485107422,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,116.00016784667969 +1979,18,0,MVA,18-20 yrs,175,331034,18.997478485107422,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,52.864662170410156 +1979,18,0,suicide,18-20 yrs,41,331034,18.997478485107422,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,12.385435104370117 +1979,18,0,homicide,18-20 yrs,37,331034,18.997478485107422,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,11.177099227905273 +1979,18,0,other external,18-20 yrs,79,331034,18.997478485107422,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,23.8646183013916 +1979,18,0,internal,18-20 yrs,52,331034,18.997478485107422,0,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,15.708355903625488 +1979,18,0,all,21-24 yrs,518,409096,22.465303421020508,1,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,126.62064361572266 +1979,18,0,MVA,21-24 yrs,195,409096,22.465303421020508,1,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,47.666072845458984 +1979,18,0,suicide,21-24 yrs,66,409096,22.465303421020508,1,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,16.133132934570312 +1979,18,0,homicide,21-24 yrs,64,409096,22.465303421020508,1,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,15.64424991607666 +1979,18,0,other external,21-24 yrs,80,409096,22.465303421020508,1,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,19.555313110351562 +1979,18,0,internal,21-24 yrs,113,409096,22.465303421020508,1,0.13085399568080902,1.2300000190734863,0.15000000596046448,0.7900000214576721,2.180000066757202,27.621877670288086 +1980,18,0,MVA,15-17 yrs,89,308933,16.01490020751953,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,28.808835983276367 +1980,18,0,suicide,15-17 yrs,19,308933,16.01490020751953,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,6.150200843811035 +1980,18,0,homicide,15-17 yrs,19,308933,16.01490020751953,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,6.150200843811035 +1980,18,0,other external,15-17 yrs,39,308933,16.01490020751953,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,12.624096870422363 +1980,18,0,internal,15-17 yrs,58,308933,16.01490020751953,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,18.7742977142334 +1980,18,0,all,18-20 yrs,331,325012,19.00868034362793,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,101.84239196777344 +1980,18,0,MVA,18-20 yrs,151,325012,19.00868034362793,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,46.45982360839844 +1980,18,0,suicide,18-20 yrs,30,325012,19.00868034362793,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,9.230428695678711 +1980,18,0,homicide,18-20 yrs,30,325012,19.00868034362793,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,9.230428695678711 +1980,18,0,other external,18-20 yrs,52,325012,19.00868034362793,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,15.999409675598145 +1980,18,0,internal,18-20 yrs,68,325012,19.00868034362793,0,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,20.922304153442383 +1980,18,0,all,21-24 yrs,476,411573,22.468769073486328,1,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,115.65384674072266 +1980,18,0,MVA,21-24 yrs,181,411573,22.468769073486328,1,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,43.97761917114258 +1980,18,0,suicide,21-24 yrs,49,411573,22.468769073486328,1,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,11.905543327331543 +1980,18,0,homicide,21-24 yrs,65,411573,22.468769073486328,1,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,15.79306697845459 +1980,18,0,other external,21-24 yrs,78,411573,22.468769073486328,1,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,18.95168113708496 +1980,18,0,internal,21-24 yrs,103,411573,22.468769073486328,1,0.11529126018285751,1.2599999904632568,0.17000000178813934,0.7699999809265137,2.2100000381469727,25.025936126708984 +1981,18,0,MVA,15-17 yrs,100,294200,16.034521102905273,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,33.990482330322266 +1981,18,0,suicide,15-17 yrs,18,294200,16.034521102905273,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,6.118287086486816 +1981,18,0,homicide,15-17 yrs,8,294200,16.034521102905273,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,2.719238519668579 +1981,18,0,other external,15-17 yrs,34,294200,16.034521102905273,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,11.556763648986816 +1981,18,0,internal,15-17 yrs,62,294200,16.034521102905273,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,21.074098587036133 +1981,18,0,all,18-20 yrs,302,318064,19.027164459228516,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,94.94944763183594 +1981,18,0,MVA,18-20 yrs,138,318064,19.027164459228516,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,43.38749313354492 +1981,18,0,suicide,18-20 yrs,28,318064,19.027164459228516,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,8.80325984954834 +1981,18,0,homicide,18-20 yrs,30,318064,19.027164459228516,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,9.432064056396484 +1981,18,0,other external,18-20 yrs,52,318064,19.027164459228516,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,16.34891128540039 +1981,18,0,internal,18-20 yrs,54,318064,19.027164459228516,0,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,16.97771453857422 +1981,18,0,all,21-24 yrs,490,413928,22.486663818359375,1,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,118.3780746459961 +1981,18,0,MVA,21-24 yrs,182,413928,22.486663818359375,1,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,43.968997955322266 +1981,18,0,suicide,21-24 yrs,76,413928,22.486663818359375,1,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,18.360681533813477 +1981,18,0,homicide,21-24 yrs,64,413928,22.486663818359375,1,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,15.461626052856445 +1981,18,0,other external,21-24 yrs,68,413928,22.486663818359375,1,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,16.427978515625 +1981,18,0,internal,21-24 yrs,100,413928,22.486663818359375,1,0.12651264667510986,1.2899999618530273,0.18000000715255737,0.7799999713897705,2.25,24.158790588378906 +1982,18,0,MVA,15-17 yrs,60,278567,16.026966094970703,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,21.538803100585938 +1982,18,0,suicide,15-17 yrs,12,278567,16.026966094970703,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,4.307760715484619 +1982,18,0,homicide,15-17 yrs,6,278567,16.026966094970703,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,2.1538803577423096 +1982,18,0,other external,15-17 yrs,30,278567,16.026966094970703,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,10.769401550292969 +1982,18,0,internal,15-17 yrs,50,278567,16.026966094970703,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,17.949003219604492 +1982,18,0,all,18-20 yrs,306,309365,19.017494201660156,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,98.91228485107422 +1982,18,0,MVA,18-20 yrs,122,309365,19.017494201660156,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,39.43561935424805 +1982,18,0,suicide,18-20 yrs,54,309365,19.017494201660156,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,17.455110549926758 +1982,18,0,homicide,18-20 yrs,30,309365,19.017494201660156,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,9.697282791137695 +1982,18,0,other external,18-20 yrs,42,309365,19.017494201660156,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,13.576196670532227 +1982,18,0,internal,18-20 yrs,58,309365,19.017494201660156,0,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,18.74808120727539 +1982,18,0,all,21-24 yrs,420,413635,22.485780715942383,1,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,101.5387954711914 +1982,18,0,MVA,21-24 yrs,142,413635,22.485780715942383,1,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,34.32978439331055 +1982,18,0,suicide,21-24 yrs,64,413635,22.485780715942383,1,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,15.472578048706055 +1982,18,0,homicide,21-24 yrs,52,413635,22.485780715942383,1,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,12.571470260620117 +1982,18,0,other external,21-24 yrs,52,413635,22.485780715942383,1,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,12.571470260620117 +1982,18,0,internal,21-24 yrs,110,413635,22.485780715942383,1,0.11917098611593246,1.2899999618530273,0.18000000715255737,0.7599999904632568,2.2300000190734863,26.593494415283203 +1983,18,0,MVA,15-17 yrs,66,265042,16.017072677612305,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,24.901714324951172 +1983,18,0,suicide,15-17 yrs,20,265042,16.017072677612305,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,7.545973777770996 +1983,18,0,homicide,15-17 yrs,8,265042,16.017072677612305,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,3.0183894634246826 +1983,18,0,other external,15-17 yrs,15,265042,16.017072677612305,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,5.659480571746826 +1983,18,0,internal,15-17 yrs,37,265042,16.017072677612305,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,13.960051536560059 +1983,18,0,all,18-20 yrs,315,299907,19.02311134338379,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,105.03256225585938 +1983,18,0,MVA,18-20 yrs,141,299907,19.02311134338379,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,47.01457595825195 +1983,18,0,suicide,18-20 yrs,32,299907,19.02311134338379,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,10.669974327087402 +1983,18,0,homicide,18-20 yrs,31,299907,19.02311134338379,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,10.33653736114502 +1983,18,0,other external,18-20 yrs,32,299907,19.02311134338379,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,10.669974327087402 +1983,18,0,internal,18-20 yrs,79,299907,19.02311134338379,0,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,26.34149932861328 +1983,18,0,all,21-24 yrs,417,407699,22.49557113647461,1,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,102.28134155273438 +1983,18,0,MVA,21-24 yrs,154,407699,22.49557113647461,1,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,37.77296447753906 +1983,18,0,suicide,21-24 yrs,51,407699,22.49557113647461,1,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,12.509228706359863 +1983,18,0,homicide,21-24 yrs,52,407699,22.49557113647461,1,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,12.754508018493652 +1983,18,0,other external,21-24 yrs,53,407699,22.49557113647461,1,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,12.999786376953125 +1983,18,0,internal,21-24 yrs,107,407699,22.49557113647461,1,0.11546184867620468,1.2699999809265137,0.1899999976158142,0.7300000190734863,2.190000057220459,26.24485206604004 +1984,18,0,MVA,15-17 yrs,81,260956,16.005510330200195,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,31.039714813232422 +1984,18,0,suicide,15-17 yrs,21,260956,16.005510330200195,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,8.047333717346191 +1984,18,0,homicide,15-17 yrs,11,260956,16.005510330200195,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,4.215270042419434 +1984,18,0,other external,15-17 yrs,28,260956,16.005510330200195,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,10.729778289794922 +1984,18,0,internal,15-17 yrs,32,260956,16.005510330200195,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,12.262603759765625 +1984,18,0,all,18-20 yrs,256,289757,19.043081283569336,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,88.34989166259766 +1984,18,0,MVA,18-20 yrs,107,289757,19.043081283569336,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,36.927494049072266 +1984,18,0,suicide,18-20 yrs,35,289757,19.043081283569336,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,12.079087257385254 +1984,18,0,homicide,18-20 yrs,22,289757,19.043081283569336,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,7.592568874359131 +1984,18,0,other external,18-20 yrs,34,289757,19.043081283569336,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,11.733970642089844 +1984,18,0,internal,18-20 yrs,58,289757,19.043081283569336,0,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,20.016773223876953 +1984,18,0,all,21-24 yrs,353,399431,22.505939483642578,1,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,88.37571716308594 +1984,18,0,MVA,21-24 yrs,140,399431,22.505939483642578,1,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,35.04985809326172 +1984,18,0,suicide,21-24 yrs,50,399431,22.505939483642578,1,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,12.517807006835938 +1984,18,0,homicide,21-24 yrs,39,399431,22.505939483642578,1,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,9.76388931274414 +1984,18,0,other external,21-24 yrs,43,399431,22.505939483642578,1,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,10.765314102172852 +1984,18,0,internal,21-24 yrs,81,399431,22.505939483642578,1,0.11068335175514221,1.2599999904632568,0.20999999344348907,0.7200000286102295,2.190000057220459,20.278846740722656 +1985,18,0,MVA,15-17 yrs,78,261359,15.985709190368652,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,29.84400749206543 +1985,18,0,suicide,15-17 yrs,18,261359,15.985709190368652,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,6.887078762054443 +1985,18,0,homicide,15-17 yrs,14,261359,15.985709190368652,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,5.356616973876953 +1985,18,0,other external,15-17 yrs,32,261359,15.985709190368652,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,12.243695259094238 +1985,18,0,internal,15-17 yrs,31,261359,15.985709190368652,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,11.861080169677734 +1985,18,0,all,18-20 yrs,244,277326,19.035160064697266,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,87.98309326171875 +1985,18,0,MVA,18-20 yrs,117,277326,19.035160064697266,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,42.18861389160156 +1985,18,0,suicide,18-20 yrs,34,277326,19.035160064697266,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,12.259939193725586 +1985,18,0,homicide,18-20 yrs,23,277326,19.035160064697266,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,8.293488502502441 +1985,18,0,other external,18-20 yrs,31,277326,19.035160064697266,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,11.178179740905762 +1985,18,0,internal,18-20 yrs,39,277326,19.035160064697266,0,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,14.062871932983398 +1985,18,0,all,21-24 yrs,396,391550,22.509784698486328,1,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,101.13650512695312 +1985,18,0,MVA,21-24 yrs,148,391550,22.509784698486328,1,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,37.798492431640625 +1985,18,0,suicide,21-24 yrs,65,391550,22.509784698486328,1,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,16.600688934326172 +1985,18,0,homicide,21-24 yrs,35,391550,22.509784698486328,1,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,8.938833236694336 +1985,18,0,other external,21-24 yrs,51,391550,22.509784698486328,1,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,13.025156021118164 +1985,18,0,internal,21-24 yrs,97,391550,22.509784698486328,1,0.10687732696533203,1.25,0.2199999988079071,0.7200000286102295,2.190000057220459,24.77333641052246 +1986,18,0,MVA,15-17 yrs,84,267252,15.979580879211426,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,31.43100929260254 +1986,18,0,suicide,15-17 yrs,23,267252,15.979580879211426,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,8.606109619140625 +1986,18,0,homicide,15-17 yrs,13,267252,15.979580879211426,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,4.864322662353516 +1986,18,0,other external,15-17 yrs,25,267252,15.979580879211426,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,9.354467391967773 +1986,18,0,internal,15-17 yrs,38,267252,15.979580879211426,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,14.218790054321289 +1986,18,0,all,18-20 yrs,268,266881,19.024112701416016,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,100.4192886352539 +1986,18,0,MVA,18-20 yrs,123,266881,19.024112701416016,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,46.087955474853516 +1986,18,0,suicide,18-20 yrs,34,266881,19.024112701416016,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,12.739760398864746 +1986,18,0,homicide,18-20 yrs,22,266881,19.024112701416016,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,8.243374824523926 +1986,18,0,other external,18-20 yrs,30,266881,19.024112701416016,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,11.240964889526367 +1986,18,0,internal,18-20 yrs,59,266881,19.024112701416016,0,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,22.10723114013672 +1986,18,0,all,21-24 yrs,377,377056,22.506608963012695,1,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,99.98514556884766 +1986,18,0,MVA,21-24 yrs,145,377056,22.506608963012695,1,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,38.45582580566406 +1986,18,0,suicide,21-24 yrs,57,377056,22.506608963012695,1,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,15.117117881774902 +1986,18,0,homicide,21-24 yrs,40,377056,22.506608963012695,1,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,10.608503341674805 +1986,18,0,other external,21-24 yrs,42,377056,22.506608963012695,1,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,11.13892936706543 +1986,18,0,internal,21-24 yrs,93,377056,22.506608963012695,1,0.10492701083421707,1.25,0.23000000417232513,0.6700000166893005,2.140000104904175,24.664772033691406 +1987,18,0,MVA,15-17 yrs,100,266138,16.01650619506836,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,37.57448959350586 +1987,18,0,suicide,15-17 yrs,20,266138,16.01650619506836,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,7.514898300170898 +1987,18,0,homicide,15-17 yrs,9,266138,16.01650619506836,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,3.381704330444336 +1987,18,0,other external,15-17 yrs,23,266138,16.01650619506836,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,8.642132759094238 +1987,18,0,internal,15-17 yrs,39,266138,16.01650619506836,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,14.654051780700684 +1987,18,0,all,18-20 yrs,229,265332,19.012218475341797,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,86.30696868896484 +1987,18,0,MVA,18-20 yrs,109,265332,19.012218475341797,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,41.08060836791992 +1987,18,0,suicide,18-20 yrs,34,265332,19.012218475341797,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,12.81413459777832 +1987,18,0,homicide,18-20 yrs,15,265332,19.012218475341797,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,5.653294563293457 +1987,18,0,other external,18-20 yrs,34,265332,19.012218475341797,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,12.81413459777832 +1987,18,0,internal,18-20 yrs,37,265332,19.012218475341797,0,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,13.944793701171875 +1987,18,0,all,21-24 yrs,357,361611,22.517295837402344,1,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,98.7248764038086 +1987,18,0,MVA,21-24 yrs,115,361611,22.517295837402344,1,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,31.8021297454834 +1987,18,0,suicide,21-24 yrs,60,361611,22.517295837402344,1,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,16.59241485595703 +1987,18,0,homicide,21-24 yrs,40,361611,22.517295837402344,1,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,11.061610221862793 +1987,18,0,other external,21-24 yrs,44,361611,22.517295837402344,1,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,12.167771339416504 +1987,18,0,internal,21-24 yrs,98,361611,22.517295837402344,1,0.10123239457607269,1.2400000095367432,0.2199999988079071,0.6700000166893005,2.130000114440918,27.1009464263916 +1988,18,0,MVA,15-17 yrs,90,257800,16.04970932006836,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,34.91078186035156 +1988,18,0,suicide,15-17 yrs,29,257800,16.04970932006836,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,11.249030113220215 +1988,18,0,homicide,15-17 yrs,16,257800,16.04970932006836,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,6.206361293792725 +1988,18,0,other external,15-17 yrs,25,257800,16.04970932006836,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,9.697440147399902 +1988,18,0,internal,15-17 yrs,57,257800,16.04970932006836,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,22.11016273498535 +1988,18,0,all,18-20 yrs,285,268632,18.993717193603516,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,106.09309387207031 +1988,18,0,MVA,18-20 yrs,138,268632,18.993717193603516,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,51.37139129638672 +1988,18,0,suicide,18-20 yrs,33,268632,18.993717193603516,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,12.284463882446289 +1988,18,0,homicide,18-20 yrs,22,268632,18.993717193603516,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,8.189641952514648 +1988,18,0,other external,18-20 yrs,31,268632,18.993717193603516,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,11.539950370788574 +1988,18,0,internal,18-20 yrs,61,268632,18.993717193603516,0,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,22.707645416259766 +1988,18,0,all,21-24 yrs,361,348611,22.51918601989746,1,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,103.55381774902344 +1988,18,0,MVA,21-24 yrs,141,348611,22.51918601989746,1,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,40.44622802734375 +1988,18,0,suicide,21-24 yrs,52,348611,22.51918601989746,1,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,14.916339874267578 +1988,18,0,homicide,21-24 yrs,42,348611,22.51918601989746,1,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,12.047812461853027 +1988,18,0,other external,21-24 yrs,47,348611,22.51918601989746,1,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,13.482075691223145 +1988,18,0,internal,21-24 yrs,79,348611,22.51918601989746,1,0.09721048176288605,1.2300000190734863,0.20999999344348907,0.6600000262260437,2.0999999046325684,22.661361694335938 +1989,18,0,MVA,15-17 yrs,79,245031,16.03252601623535,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,32.24081802368164 +1989,18,0,suicide,15-17 yrs,24,245031,16.03252601623535,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,9.794678688049316 +1989,18,0,homicide,15-17 yrs,15,245031,16.03252601623535,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,6.121674537658691 +1989,18,0,other external,15-17 yrs,22,245031,16.03252601623535,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,8.978455543518066 +1989,18,0,internal,15-17 yrs,35,245031,16.03252601623535,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,14.283906936645508 +1989,18,0,all,18-20 yrs,226,278034,18.98851203918457,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,81.28501892089844 +1989,18,0,MVA,18-20 yrs,88,278034,18.98851203918457,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,31.65080451965332 +1989,18,0,suicide,18-20 yrs,36,278034,18.98851203918457,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,12.948057174682617 +1989,18,0,homicide,18-20 yrs,28,278034,18.98851203918457,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,10.070711135864258 +1989,18,0,other external,18-20 yrs,26,278034,18.98851203918457,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,9.351374626159668 +1989,18,0,internal,18-20 yrs,48,278034,18.98851203918457,0,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,17.264076232910156 +1989,18,0,all,21-24 yrs,326,333377,22.501495361328125,1,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,97.78719329833984 +1989,18,0,MVA,21-24 yrs,109,333377,22.501495361328125,1,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,32.695716857910156 +1989,18,0,suicide,21-24 yrs,58,333377,22.501495361328125,1,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,17.397720336914062 +1989,18,0,homicide,21-24 yrs,37,333377,22.501495361328125,1,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,11.098546028137207 +1989,18,0,other external,21-24 yrs,44,333377,22.501495361328125,1,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,13.198270797729492 +1989,18,0,internal,21-24 yrs,78,333377,22.501495361328125,1,0.0927419364452362,1.2100000381469727,0.1899999976158142,0.6299999952316284,2.0399999618530273,23.396934509277344 +1990,18,0,MVA,15-17 yrs,64,237706,16.015880584716797,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,26.924015045166016 +1990,18,0,suicide,15-17 yrs,23,237706,16.015880584716797,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,9.67581844329834 +1990,18,0,homicide,15-17 yrs,16,237706,16.015880584716797,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,6.731003761291504 +1990,18,0,other external,15-17 yrs,21,237706,16.015880584716797,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,8.834442138671875 +1990,18,0,internal,15-17 yrs,42,237706,16.015880584716797,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,17.66888427734375 +1990,18,0,all,18-20 yrs,264,281557,19.028179168701172,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,93.76432037353516 +1990,18,0,MVA,18-20 yrs,111,281557,19.028179168701172,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,39.42363357543945 +1990,18,0,suicide,18-20 yrs,42,281557,19.028179168701172,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,14.9170503616333 +1990,18,0,homicide,18-20 yrs,26,281557,19.028179168701172,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,9.23436450958252 +1990,18,0,other external,18-20 yrs,33,281557,19.028179168701172,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,11.720540046691895 +1990,18,0,internal,18-20 yrs,52,281557,19.028179168701172,0,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,18.46872901916504 +1990,18,0,all,21-24 yrs,306,329244,22.46671485900879,1,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,92.94019317626953 +1990,18,0,MVA,21-24 yrs,116,329244,22.46671485900879,1,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,35.23222732543945 +1990,18,0,suicide,21-24 yrs,53,329244,22.46671485900879,1,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,16.097484588623047 +1990,18,0,homicide,21-24 yrs,32,329244,22.46671485900879,1,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,9.71923542022705 +1990,18,0,other external,21-24 yrs,26,329244,22.46671485900879,1,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,7.896878719329834 +1990,18,0,internal,21-24 yrs,79,329244,22.46671485900879,1,0.0879877582192421,1.2599999904632568,0.20000000298023224,0.6299999952316284,2.0899999141693115,23.99436378479004 +1991,18,0,MVA,15-17 yrs,79,237648,16.017230987548828,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,33.2424430847168 +1991,18,0,suicide,15-17 yrs,30,237648,16.017230987548828,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,12.623712539672852 +1991,18,0,homicide,15-17 yrs,17,237648,16.017230987548828,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,7.15343713760376 +1991,18,0,other external,15-17 yrs,29,237648,16.017230987548828,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,12.202921867370605 +1991,18,0,internal,15-17 yrs,46,237648,16.017230987548828,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,19.356359481811523 +1991,18,0,all,18-20 yrs,280,268967,19.064260482788086,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,104.10198974609375 +1991,18,0,MVA,18-20 yrs,98,268967,19.064260482788086,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,36.43569564819336 +1991,18,0,suicide,18-20 yrs,48,268967,19.064260482788086,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,17.84605598449707 +1991,18,0,homicide,18-20 yrs,42,268967,19.064260482788086,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,15.6152982711792 +1991,18,0,other external,18-20 yrs,28,268967,19.064260482788086,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,10.410199165344238 +1991,18,0,internal,18-20 yrs,64,268967,19.064260482788086,0,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,23.794740676879883 +1991,18,0,all,21-24 yrs,309,338083,22.439592361450195,1,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,91.397674560546875 +1991,18,0,MVA,21-24 yrs,96,338083,22.439592361450195,1,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,28.39539337158203 +1991,18,0,suicide,21-24 yrs,48,338083,22.439592361450195,1,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,14.197696685791016 +1991,18,0,homicide,21-24 yrs,55,338083,22.439592361450195,1,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,16.2681941986084 +1991,18,0,other external,21-24 yrs,32,338083,22.439592361450195,1,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,9.465131759643555 +1991,18,0,internal,21-24 yrs,78,338083,22.439592361450195,1,0.08443465828895569,1.2200000286102295,0.1899999976158142,0.6000000238418579,2,23.071258544921875 +1992,18,0,MVA,15-17 yrs,71,241224,16.01272201538086,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,29.433223724365234 +1992,18,0,suicide,15-17 yrs,22,241224,16.01272201538086,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,9.120153427124023 +1992,18,0,homicide,15-17 yrs,16,241224,16.01272201538086,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,6.632839202880859 +1992,18,0,other external,15-17 yrs,27,241224,16.01272201538086,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,11.192915916442871 +1992,18,0,internal,15-17 yrs,39,241224,16.01272201538086,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,16.167545318603516 +1992,18,0,all,18-20 yrs,222,253565,19.041337966918945,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,87.551513671875 +1992,18,0,MVA,18-20 yrs,87,253565,19.041337966918945,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,34.31072998046875 +1992,18,0,suicide,18-20 yrs,31,253565,19.041337966918945,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,12.225662231445312 +1992,18,0,homicide,18-20 yrs,42,253565,19.041337966918945,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,16.563800811767578 +1992,18,0,other external,18-20 yrs,18,253565,19.041337966918945,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,7.098771572113037 +1992,18,0,internal,18-20 yrs,44,253565,19.041337966918945,0,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,17.35255241394043 +1992,18,0,all,21-24 yrs,331,350204,22.433744430541992,1,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,94.51634216308594 +1992,18,0,MVA,21-24 yrs,103,350204,22.433744430541992,1,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,29.411428451538086 +1992,18,0,suicide,21-24 yrs,52,350204,22.433744430541992,1,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,14.848487854003906 +1992,18,0,homicide,21-24 yrs,55,350204,22.433744430541992,1,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,15.705131530761719 +1992,18,0,other external,21-24 yrs,36,350204,22.433744430541992,1,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,10.279722213745117 +1992,18,0,internal,21-24 yrs,85,350204,22.433744430541992,1,0.08196721225976944,1.159999966621399,0.20000000298023224,0.5799999833106995,1.9500000476837158,24.271568298339844 +1993,18,0,MVA,15-17 yrs,68,244349,16.00505828857422,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,27.82904815673828 +1993,18,0,suicide,15-17 yrs,18,244349,16.00505828857422,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,7.366512775421143 +1993,18,0,homicide,15-17 yrs,27,244349,16.00505828857422,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,11.049769401550293 +1993,18,0,other external,15-17 yrs,14,244349,16.00505828857422,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,5.7295098304748535 +1993,18,0,internal,15-17 yrs,37,244349,16.00505828857422,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,15.1422758102417 +1993,18,0,all,18-20 yrs,218,248082,19.00597381591797,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,87.8741683959961 +1993,18,0,MVA,18-20 yrs,80,248082,19.00597381591797,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,32.24740219116211 +1993,18,0,suicide,18-20 yrs,30,248082,19.00597381591797,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,12.092775344848633 +1993,18,0,homicide,18-20 yrs,39,248082,19.00597381591797,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,15.720608711242676 +1993,18,0,other external,18-20 yrs,21,248082,19.00597381591797,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,8.464942932128906 +1993,18,0,internal,18-20 yrs,48,248082,19.00597381591797,0,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,19.34844207763672 +1993,18,0,all,21-24 yrs,320,354110,22.4854679107666,1,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,90.367401123046875 +1993,18,0,MVA,21-24 yrs,89,354110,22.4854679107666,1,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,25.133432388305664 +1993,18,0,suicide,21-24 yrs,63,354110,22.4854679107666,1,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,17.79108238220215 +1993,18,0,homicide,21-24 yrs,56,354110,22.4854679107666,1,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,15.814294815063477 +1993,18,0,other external,21-24 yrs,29,354110,22.4854679107666,1,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,8.189545631408691 +1993,18,0,internal,21-24 yrs,83,354110,22.4854679107666,1,0.07958477735519409,1.149999976158142,0.1899999976158142,0.6399999856948853,1.9800000190734863,23.439044952392578 +1994,18,0,MVA,15-17 yrs,67,251204,16.009096145629883,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,26.671550750732422 +1994,18,0,suicide,15-17 yrs,39,251204,16.009096145629883,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,15.525230407714844 +1994,18,0,homicide,15-17 yrs,28,251204,16.009096145629883,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,11.146319389343262 +1994,18,0,other external,15-17 yrs,17,251204,16.009096145629883,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,6.76740837097168 +1994,18,0,internal,15-17 yrs,43,251204,16.009096145629883,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,17.11756134033203 +1994,18,0,all,18-20 yrs,250,247456,19.007104873657227,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,101.02806091308594 +1994,18,0,MVA,18-20 yrs,95,247456,19.007104873657227,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,38.390663146972656 +1994,18,0,suicide,18-20 yrs,33,247456,19.007104873657227,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,13.33570384979248 +1994,18,0,homicide,18-20 yrs,54,247456,19.007104873657227,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,21.82206153869629 +1994,18,0,other external,18-20 yrs,17,247456,19.007104873657227,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,6.869908332824707 +1994,18,0,internal,18-20 yrs,51,247456,19.007104873657227,0,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,20.609724044799805 +1994,18,0,all,21-24 yrs,335,345240,22.54827308654785,1,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,97.03395080566406 +1994,18,0,MVA,21-24 yrs,99,345240,22.54827308654785,1,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,28.675703048706055 +1994,18,0,suicide,21-24 yrs,59,345240,22.54827308654785,1,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,17.089561462402344 +1994,18,0,homicide,21-24 yrs,63,345240,22.54827308654785,1,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,18.2481746673584 +1994,18,0,other external,21-24 yrs,30,345240,22.54827308654785,1,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,8.689607620239258 +1994,18,0,internal,21-24 yrs,84,345240,22.54827308654785,1,0.07759784162044525,1.149999976158142,0.20000000298023224,0.5899999737739563,1.940000057220459,24.330900192260742 +1995,18,0,MVA,15-17 yrs,61,258691,15.995187759399414,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,23.58025550842285 +1995,18,0,suicide,15-17 yrs,22,258691,15.995187759399414,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,8.504354476928711 +1995,18,0,homicide,15-17 yrs,37,258691,15.995187759399414,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,14.302778244018555 +1995,18,0,other external,15-17 yrs,28,258691,15.995187759399414,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,10.823723793029785 +1995,18,0,internal,15-17 yrs,40,258691,15.995187759399414,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,15.46246337890625 +1995,18,0,all,18-20 yrs,255,251054,19.000932693481445,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,101.57176971435547 +1995,18,0,MVA,18-20 yrs,86,251054,19.000932693481445,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,34.255577087402344 +1995,18,0,suicide,18-20 yrs,40,251054,19.000932693481445,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,15.93282699584961 +1995,18,0,homicide,18-20 yrs,56,251054,19.000932693481445,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,22.305957794189453 +1995,18,0,other external,18-20 yrs,24,251054,19.000932693481445,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,9.559696197509766 +1995,18,0,internal,18-20 yrs,49,251054,19.000932693481445,0,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,19.51771354675293 +1995,18,0,all,21-24 yrs,384,331454,22.56148338317871,1,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,115.85317993164062 +1995,18,0,MVA,21-24 yrs,114,331454,22.56148338317871,1,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,34.39391326904297 +1995,18,0,suicide,21-24 yrs,66,331454,22.56148338317871,1,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,19.91226577758789 +1995,18,0,homicide,21-24 yrs,72,331454,22.56148338317871,1,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,21.722471237182617 +1995,18,0,other external,21-24 yrs,38,331454,22.56148338317871,1,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,11.464637756347656 +1995,18,0,internal,21-24 yrs,94,331454,22.56148338317871,1,0.075459323823452,1.1200000047683716,0.20999999344348907,0.5799999833106995,1.909999966621399,28.359893798828125 +1996,18,0,MVA,15-17 yrs,84,263304,16.00756072998047,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,31.90228843688965 +1996,18,0,suicide,15-17 yrs,24,263304,16.00756072998047,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,9.11493968963623 +1996,18,0,homicide,15-17 yrs,24,263304,16.00756072998047,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,9.11493968963623 +1996,18,0,other external,15-17 yrs,17,263304,16.00756072998047,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,6.456415176391602 +1996,18,0,internal,15-17 yrs,39,263304,16.00756072998047,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,14.811776161193848 +1996,18,0,all,18-20 yrs,254,253887,18.993261337280273,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,100.04450988769531 +1996,18,0,MVA,18-20 yrs,101,253887,18.993261337280273,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,39.78147888183594 +1996,18,0,suicide,18-20 yrs,37,253887,18.993261337280273,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,14.573412895202637 +1996,18,0,homicide,18-20 yrs,41,253887,18.993261337280273,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,16.148916244506836 +1996,18,0,other external,18-20 yrs,26,253887,18.993261337280273,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,10.240776062011719 +1996,18,0,internal,18-20 yrs,49,253887,18.993261337280273,0,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,19.299924850463867 +1996,18,0,all,21-24 yrs,307,317633,22.512248992919922,1,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,96.65242767333984 +1996,18,0,MVA,21-24 yrs,77,317633,22.512248992919922,1,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,24.24181365966797 +1996,18,0,suicide,21-24 yrs,56,317633,22.512248992919922,1,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,17.630409240722656 +1996,18,0,homicide,21-24 yrs,70,317633,22.512248992919922,1,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,22.03801155090332 +1996,18,0,other external,21-24 yrs,25,317633,22.512248992919922,1,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,7.870718955993652 +1996,18,0,internal,21-24 yrs,79,317633,22.512248992919922,1,0.07329509407281876,1.1299999952316284,0.1899999976158142,0.5699999928474426,1.8899999856948853,24.871471405029297 +1970,19,0,MVA,15-17 yrs,71,168398,15.990498542785645,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,42.16202163696289 +1970,19,0,suicide,15-17 yrs,6,168398,15.990498542785645,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,3.5629875659942627 +1970,19,0,homicide,15-17 yrs,1,168398,15.990498542785645,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,0.5938313007354736 +1970,19,0,other external,15-17 yrs,31,168398,15.990498542785645,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,18.408769607543945 +1970,19,0,internal,15-17 yrs,32,168398,15.990498542785645,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,19.002601623535156 +1970,19,0,all,18-20 yrs,219,150575,18.93042755126953,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,145.44247436523438 +1970,19,0,MVA,18-20 yrs,127,150575,18.93042755126953,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,84.343353271484375 +1970,19,0,suicide,18-20 yrs,9,150575,18.93042755126953,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,5.97708797454834 +1970,19,0,homicide,18-20 yrs,4,150575,18.93042755126953,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,2.6564834117889404 +1970,19,0,other external,18-20 yrs,35,150575,18.93042755126953,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,23.244230270385742 +1970,19,0,internal,18-20 yrs,44,150575,18.93042755126953,0,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,29.2213191986084 +1970,19,0,all,21-24 yrs,206,158580,22.4058780670166,1,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,129.90289306640625 +1970,19,0,MVA,21-24 yrs,103,158580,22.4058780670166,1,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,64.951446533203125 +1970,19,0,suicide,21-24 yrs,11,158580,22.4058780670166,1,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,6.9365620613098145 +1970,19,0,homicide,21-24 yrs,4,158580,22.4058780670166,1,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,2.522386074066162 +1970,19,0,other external,21-24 yrs,24,158580,22.4058780670166,1,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,15.134317398071289 +1970,19,0,internal,21-24 yrs,64,158580,22.4058780670166,1,0.30927833914756775,1.090000033378601,0.05999999865889549,0.6800000071525574,1.8300000429153442,40.358177185058594 +1971,19,0,MVA,15-17 yrs,80,170032,15.987784385681152,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,47.04996871948242 +1971,19,0,suicide,15-17 yrs,6,170032,15.987784385681152,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,3.52874755859375 +1971,19,0,homicide,15-17 yrs,3,170032,15.987784385681152,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,1.764373779296875 +1971,19,0,other external,15-17 yrs,32,170032,15.987784385681152,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,18.81998634338379 +1971,19,0,internal,15-17 yrs,36,170032,15.987784385681152,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,21.1724853515625 +1971,19,0,all,18-20 yrs,195,155910,18.97466468811035,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,125.07215881347656 +1971,19,0,MVA,18-20 yrs,102,155910,18.97466468811035,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,65.42235565185547 +1971,19,0,suicide,18-20 yrs,10,155910,18.97466468811035,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,6.413956642150879 +1971,19,0,homicide,18-20 yrs,2,155910,18.97466468811035,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,1.2827913761138916 +1971,19,0,other external,18-20 yrs,33,155910,18.97466468811035,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,21.166057586669922 +1971,19,0,internal,18-20 yrs,48,155910,18.97466468811035,0,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,30.7869930267334 +1971,19,0,all,21-24 yrs,217,180329,22.52444076538086,1,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,120.33560943603516 +1971,19,0,MVA,21-24 yrs,104,180329,22.52444076538086,1,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,57.672367095947266 +1971,19,0,suicide,21-24 yrs,26,180329,22.52444076538086,1,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,14.418091773986816 +1971,19,0,homicide,21-24 yrs,7,180329,22.52444076538086,1,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,3.881793737411499 +1971,19,0,other external,21-24 yrs,26,180329,22.52444076538086,1,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,14.418091773986816 +1971,19,0,internal,21-24 yrs,54,180329,22.52444076538086,1,0.34567901492118835,1.100000023841858,0.07000000029802322,0.7099999785423279,1.8899999856948853,29.945266723632812 +1972,19,0.4960145950317383,MVA,15-17 yrs,76,171695,15.981776237487793,0,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,44.2645378112793 +1972,19,0.4960145950317383,suicide,15-17 yrs,8,171695,15.981776237487793,0,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,4.659425258636475 +1972,19,0.4960145950317383,homicide,15-17 yrs,0,171695,15.981776237487793,0,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,0 +1972,19,0.4960145950317383,other external,15-17 yrs,32,171695,15.981776237487793,0,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,18.6377010345459 +1972,19,0.4960145950317383,internal,15-17 yrs,38,171695,15.981776237487793,0,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,22.13226890563965 +1972,19,0.4960145950317383,all,18-20 yrs,206,157171,18.98702621459961,0.4960145950317383,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,131.0674285888672 +1972,19,0.4960145950317383,MVA,18-20 yrs,140,157171,18.98702621459961,0.4960145950317383,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,89.07495880126953 +1972,19,0.4960145950317383,suicide,18-20 yrs,12,157171,18.98702621459961,0.4960145950317383,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,7.63499641418457 +1972,19,0.4960145950317383,homicide,18-20 yrs,2,157171,18.98702621459961,0.4960145950317383,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,1.2724993228912354 +1972,19,0.4960145950317383,other external,18-20 yrs,18,157171,18.98702621459961,0.4960145950317383,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,11.452494621276855 +1972,19,0.4960145950317383,internal,18-20 yrs,34,157171,18.98702621459961,0.4960145950317383,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,21.632490158081055 +1972,19,0.4960145950317383,all,21-24 yrs,196,186137,22.484289169311523,1,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,105.29878234863281 +1972,19,0.4960145950317383,MVA,21-24 yrs,94,186137,22.484289169311523,1,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,50.50043869018555 +1972,19,0.4960145950317383,suicide,21-24 yrs,14,186137,22.484289169311523,1,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,7.521341800689697 +1972,19,0.4960145950317383,homicide,21-24 yrs,12,186137,22.484289169311523,1,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,6.446864604949951 +1972,19,0.4960145950317383,other external,21-24 yrs,16,186137,22.484289169311523,1,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,8.595819473266602 +1972,19,0.4960145950317383,internal,21-24 yrs,60,186137,22.484289169311523,1,0.3349282443523407,1.1200000047683716,0.07999999821186066,0.6899999976158142,1.8799999952316284,32.23432159423828 +1973,19,0.8298145532608032,MVA,15-17 yrs,98,173484,15.984431266784668,0,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,56.48936080932617 +1973,19,0.8298145532608032,suicide,15-17 yrs,5,173484,15.984431266784668,0,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,2.882110118865967 +1973,19,0.8298145532608032,homicide,15-17 yrs,5,173484,15.984431266784668,0,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,2.882110118865967 +1973,19,0.8298145532608032,other external,15-17 yrs,34,173484,15.984431266784668,0,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,19.59834861755371 +1973,19,0.8298145532608032,internal,15-17 yrs,36,173484,15.984431266784668,0,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,20.75119400024414 +1973,19,0.8298145532608032,all,18-20 yrs,191,156484,18.978361129760742,0.8298145532608032,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,122.05720520019531 +1973,19,0.8298145532608032,MVA,18-20 yrs,112,156484,18.978361129760742,0.8298145532608032,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,71.57281494140625 +1973,19,0.8298145532608032,suicide,18-20 yrs,10,156484,18.978361129760742,0.8298145532608032,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,6.390429496765137 +1973,19,0.8298145532608032,homicide,18-20 yrs,7,156484,18.978361129760742,0.8298145532608032,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,4.473300933837891 +1973,19,0.8298145532608032,other external,18-20 yrs,32,156484,18.978361129760742,0.8298145532608032,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,20.44937515258789 +1973,19,0.8298145532608032,internal,18-20 yrs,30,156484,18.978361129760742,0.8298145532608032,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,19.171289443969727 +1973,19,0.8298145532608032,all,21-24 yrs,250,191818,22.483631134033203,1,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,130.33187866210938 +1973,19,0.8298145532608032,MVA,21-24 yrs,126,191818,22.483631134033203,1,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,65.68726348876953 +1973,19,0.8298145532608032,suicide,21-24 yrs,26,191818,22.483631134033203,1,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,13.55451488494873 +1973,19,0.8298145532608032,homicide,21-24 yrs,7,191818,22.483631134033203,1,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,3.649292469024658 +1973,19,0.8298145532608032,other external,21-24 yrs,40,191818,22.483631134033203,1,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,20.853099822998047 +1973,19,0.8298145532608032,internal,21-24 yrs,51,191818,22.483631134033203,1,0.315315306186676,1.1699999570846558,0.09000000357627869,0.7300000190734863,1.9800000190734863,26.587703704833984 +1974,19,1,MVA,15-17 yrs,73,174591,15.991878509521484,0,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,41.812007904052734 +1974,19,1,suicide,15-17 yrs,9,174591,15.991878509521484,0,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,5.154904842376709 +1974,19,1,homicide,15-17 yrs,4,174591,15.991878509521484,0,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,2.2910687923431396 +1974,19,1,other external,15-17 yrs,27,174591,15.991878509521484,0,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,15.464715003967285 +1974,19,1,internal,15-17 yrs,39,174591,15.991878509521484,0,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,22.337921142578125 +1974,19,1,all,18-20 yrs,232,159176,18.98309326171875,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,145.7506103515625 +1974,19,1,MVA,18-20 yrs,101,159176,18.98309326171875,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,63.451778411865234 +1974,19,1,suicide,18-20 yrs,22,159176,18.98309326171875,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,13.821179389953613 +1974,19,1,homicide,18-20 yrs,11,159176,18.98309326171875,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,6.910589694976807 +1974,19,1,other external,18-20 yrs,43,159176,18.98309326171875,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,27.014122009277344 +1974,19,1,internal,18-20 yrs,55,159176,18.98309326171875,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,34.552947998046875 +1974,19,1,all,21-24 yrs,236,194140,22.492406845092773,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,121.56175994873047 +1974,19,1,MVA,21-24 yrs,109,194140,22.492406845092773,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,56.145050048828125 +1974,19,1,suicide,21-24 yrs,23,194140,22.492406845092773,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,11.84712028503418 +1974,19,1,homicide,21-24 yrs,5,194140,22.492406845092773,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,2.575460910797119 +1974,19,1,other external,21-24 yrs,46,194140,22.492406845092773,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,23.69424057006836 +1974,19,1,internal,21-24 yrs,53,194140,22.492406845092773,1,0.28397566080093384,1.25,0.09000000357627869,0.75,2.0899999141693115,27.29988670349121 +1975,19,1,MVA,15-17 yrs,72,175556,15.991353034973145,0,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,41.01255416870117 +1975,19,1,suicide,15-17 yrs,9,175556,15.991353034973145,0,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,5.1265692710876465 +1975,19,1,homicide,15-17 yrs,3,175556,15.991353034973145,0,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,1.708856463432312 +1975,19,1,other external,15-17 yrs,35,175556,15.991353034973145,0,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,19.93665885925293 +1975,19,1,internal,15-17 yrs,33,175556,15.991353034973145,0,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,18.797420501708984 +1975,19,1,all,18-20 yrs,225,162791,18.979305267333984,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,138.2140350341797 +1975,19,1,MVA,18-20 yrs,107,162791,18.979305267333984,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,65.72844696044922 +1975,19,1,suicide,18-20 yrs,13,162791,18.979305267333984,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,7.985699653625488 +1975,19,1,homicide,18-20 yrs,10,162791,18.979305267333984,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,6.142845630645752 +1975,19,1,other external,18-20 yrs,46,162791,18.979305267333984,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,28.257089614868164 +1975,19,1,internal,18-20 yrs,49,162791,18.979305267333984,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,30.099943161010742 +1975,19,1,all,21-24 yrs,245,198377,22.50421714782715,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,123.5022201538086 +1975,19,1,MVA,21-24 yrs,118,198377,22.50421714782715,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,59.48270034790039 +1975,19,1,suicide,21-24 yrs,25,198377,22.50421714782715,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,12.602267265319824 +1975,19,1,homicide,21-24 yrs,6,198377,22.50421714782715,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,3.0245442390441895 +1975,19,1,other external,21-24 yrs,47,198377,22.50421714782715,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,23.692262649536133 +1975,19,1,internal,21-24 yrs,49,198377,22.50421714782715,1,0.26022306084632874,1.2699999809265137,0.09000000357627869,0.7599999904632568,2.130000114440918,24.700443267822266 +1976,19,1,MVA,15-17 yrs,78,177350,15.986817359924316,0,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,43.98082733154297 +1976,19,1,suicide,15-17 yrs,7,177350,15.986817359924316,0,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,3.9469974040985107 +1976,19,1,homicide,15-17 yrs,3,177350,15.986817359924316,0,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,1.6915702819824219 +1976,19,1,other external,15-17 yrs,28,177350,15.986817359924316,0,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,15.787989616394043 +1976,19,1,internal,15-17 yrs,25,177350,15.986817359924316,0,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,14.096419334411621 +1976,19,1,all,18-20 yrs,229,166809,18.98387336730957,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,137.2827606201172 +1976,19,1,MVA,18-20 yrs,128,166809,18.98387336730957,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,76.734466552734375 +1976,19,1,suicide,18-20 yrs,17,166809,18.98387336730957,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,10.191296577453613 +1976,19,1,homicide,18-20 yrs,9,166809,18.98387336730957,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,5.395392417907715 +1976,19,1,other external,18-20 yrs,40,166809,18.98387336730957,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,23.979520797729492 +1976,19,1,internal,18-20 yrs,35,166809,18.98387336730957,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,20.982080459594727 +1976,19,1,all,21-24 yrs,238,201400,22.496807098388672,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,118.17279052734375 +1976,19,1,MVA,21-24 yrs,98,201400,22.496807098388672,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,48.659385681152344 +1976,19,1,suicide,21-24 yrs,42,201400,22.496807098388672,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,20.854021072387695 +1976,19,1,homicide,21-24 yrs,5,201400,22.496807098388672,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,2.482621669769287 +1976,19,1,other external,21-24 yrs,40,201400,22.496807098388672,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,19.860973358154297 +1976,19,1,internal,21-24 yrs,53,201400,22.496807098388672,1,0.24604569375514984,1.2799999713897705,0.10000000149011612,0.7699999809265137,2.1500000953674316,26.3157901763916 +1977,19,1,MVA,15-17 yrs,61,176945,15.996382713317871,0,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,34.4739875793457 +1977,19,1,suicide,15-17 yrs,6,176945,15.996382713317871,0,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,3.3908841609954834 +1977,19,1,homicide,15-17 yrs,3,176945,15.996382713317871,0,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,1.6954420804977417 +1977,19,1,other external,15-17 yrs,29,176945,15.996382713317871,0,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,16.389272689819336 +1977,19,1,internal,15-17 yrs,34,176945,15.996382713317871,0,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,19.215009689331055 +1977,19,1,all,18-20 yrs,188,169333,18.994295120239258,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,111.02384185791016 +1977,19,1,MVA,18-20 yrs,95,169333,18.994295120239258,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,56.102474212646484 +1977,19,1,suicide,18-20 yrs,32,169333,18.994295120239258,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,18.897674560546875 +1977,19,1,homicide,18-20 yrs,4,169333,18.994295120239258,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,2.3622093200683594 +1977,19,1,other external,18-20 yrs,28,169333,18.994295120239258,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,16.535465240478516 +1977,19,1,internal,18-20 yrs,29,169333,18.994295120239258,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,17.126018524169922 +1977,19,1,all,21-24 yrs,233,203351,22.480209350585938,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,114.58020782470703 +1977,19,1,MVA,21-24 yrs,98,203351,22.480209350585938,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,48.192535400390625 +1977,19,1,suicide,21-24 yrs,35,203351,22.480209350585938,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,17.211618423461914 +1977,19,1,homicide,21-24 yrs,8,203351,22.480209350585938,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,3.934084415435791 +1977,19,1,other external,21-24 yrs,41,203351,22.480209350585938,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,20.162181854248047 +1977,19,1,internal,21-24 yrs,51,203351,22.480209350585938,1,0.23102310299873352,1.3300000429153442,0.10000000149011612,0.7400000095367432,2.1700000762939453,25.079788208007812 +1978,19,0.9573912024497986,MVA,15-17 yrs,62,173931,16.01287269592285,0,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,35.64632034301758 +1978,19,0.9573912024497986,suicide,15-17 yrs,9,173931,16.01287269592285,0,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,5.174465656280518 +1978,19,0.9573912024497986,homicide,15-17 yrs,6,173931,16.01287269592285,0,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,3.449643850326538 +1978,19,0.9573912024497986,other external,15-17 yrs,20,173931,16.01287269592285,0,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,11.498812675476074 +1978,19,0.9573912024497986,internal,15-17 yrs,31,173931,16.01287269592285,0,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,17.82316017150879 +1978,19,0.9573912024497986,all,18-20 yrs,195,170753,18.99518585205078,0.9573912024497986,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,114.20004272460938 +1978,19,0.9573912024497986,MVA,18-20 yrs,106,170753,18.99518585205078,0.9573912024497986,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,62.077972412109375 +1978,19,0.9573912024497986,suicide,18-20 yrs,20,170753,18.99518585205078,0.9573912024497986,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,11.712824821472168 +1978,19,0.9573912024497986,homicide,18-20 yrs,3,170753,18.99518585205078,0.9573912024497986,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,1.756923794746399 +1978,19,0.9573912024497986,other external,18-20 yrs,30,170753,18.99518585205078,0.9573912024497986,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,17.569236755371094 +1978,19,0.9573912024497986,internal,18-20 yrs,36,170753,18.99518585205078,0.9573912024497986,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,21.083084106445312 +1978,19,0.9573912024497986,all,21-24 yrs,198,207755,22.473283767700195,1,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,95.3045654296875 +1978,19,0.9573912024497986,MVA,21-24 yrs,95,207755,22.473283767700195,1,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,45.72693634033203 +1978,19,0.9573912024497986,suicide,21-24 yrs,30,207755,22.473283767700195,1,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,14.440085411071777 +1978,19,0.9573912024497986,homicide,21-24 yrs,7,207755,22.473283767700195,1,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,3.3693532943725586 +1978,19,0.9573912024497986,other external,21-24 yrs,27,207755,22.473283767700195,1,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,12.996077537536621 +1978,19,0.9573912024497986,internal,21-24 yrs,39,207755,22.473283767700195,1,0.21472394466400146,1.3799999952316284,0.10999999940395355,0.7400000095367432,2.2200000286102295,18.772111892700195 +1979,19,0.7068474292755127,MVA,15-17 yrs,73,168001,16.015363693237305,0,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,43.45212173461914 +1979,19,0.7068474292755127,suicide,15-17 yrs,10,168001,16.015363693237305,0,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,5.952345371246338 +1979,19,0.7068474292755127,homicide,15-17 yrs,2,168001,16.015363693237305,0,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,1.1904691457748413 +1979,19,0.7068474292755127,other external,15-17 yrs,27,168001,16.015363693237305,0,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,16.071332931518555 +1979,19,0.7068474292755127,internal,15-17 yrs,29,168001,16.015363693237305,0,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,17.261802673339844 +1979,19,0.7068474292755127,all,18-20 yrs,194,172121,18.99233055114746,0.7068474292755127,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,112.7114028930664 +1979,19,0.7068474292755127,MVA,18-20 yrs,102,172121,18.99233055114746,0.7068474292755127,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,59.26063537597656 +1979,19,0.7068474292755127,suicide,18-20 yrs,14,172121,18.99233055114746,0.7068474292755127,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,8.13381290435791 +1979,19,0.7068474292755127,homicide,18-20 yrs,7,172121,18.99233055114746,0.7068474292755127,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,4.066906452178955 +1979,19,0.7068474292755127,other external,18-20 yrs,35,172121,18.99233055114746,0.7068474292755127,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,20.334531784057617 +1979,19,0.7068474292755127,internal,18-20 yrs,36,172121,18.99233055114746,0.7068474292755127,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,20.915517807006836 +1979,19,0.7068474292755127,all,21-24 yrs,249,211165,22.472753524780273,1,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,117.91726684570312 +1979,19,0.7068474292755127,MVA,21-24 yrs,110,211165,22.472753524780273,1,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,52.09196472167969 +1979,19,0.7068474292755127,suicide,21-24 yrs,27,211165,22.472753524780273,1,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,12.786210060119629 +1979,19,0.7068474292755127,homicide,21-24 yrs,13,211165,22.472753524780273,1,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,6.156323432922363 +1979,19,0.7068474292755127,other external,21-24 yrs,44,211165,22.472753524780273,1,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,20.8367862701416 +1979,19,0.7068474292755127,internal,21-24 yrs,55,211165,22.472753524780273,1,0.19283747673034668,1.399999976158142,0.10999999940395355,0.7099999785423279,2.2200000286102295,26.045982360839844 +1980,19,0.6759015917778015,MVA,15-17 yrs,65,159890,16.02406120300293,0,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,40.652950286865234 +1980,19,0.6759015917778015,suicide,15-17 yrs,7,159890,16.02406120300293,0,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,4.378009796142578 +1980,19,0.6759015917778015,homicide,15-17 yrs,3,159890,16.02406120300293,0,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,1.876289963722229 +1980,19,0.6759015917778015,other external,15-17 yrs,17,159890,16.02406120300293,0,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,10.632309913635254 +1980,19,0.6759015917778015,internal,15-17 yrs,21,159890,16.02406120300293,0,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,13.134029388427734 +1980,19,0.6759015917778015,all,18-20 yrs,213,172858,19.00791358947754,0.6759015917778015,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,123.22252655029297 +1980,19,0.6759015917778015,MVA,18-20 yrs,112,172858,19.00791358947754,0.6759015917778015,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,64.7930679321289 +1980,19,0.6759015917778015,suicide,18-20 yrs,16,172858,19.00791358947754,0.6759015917778015,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,9.256152153015137 +1980,19,0.6759015917778015,homicide,18-20 yrs,8,172858,19.00791358947754,0.6759015917778015,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,4.628076076507568 +1980,19,0.6759015917778015,other external,18-20 yrs,49,172858,19.00791358947754,0.6759015917778015,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,28.346967697143555 +1980,19,0.6759015917778015,internal,18-20 yrs,28,172858,19.00791358947754,0.6759015917778015,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,16.198266983032227 +1980,19,0.6759015917778015,all,21-24 yrs,207,215141,22.474618911743164,1,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,96.215972900390625 +1980,19,0.6759015917778015,MVA,21-24 yrs,99,215141,22.474618911743164,1,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,46.016334533691406 +1980,19,0.6759015917778015,suicide,21-24 yrs,28,215141,22.474618911743164,1,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,13.014720916748047 +1980,19,0.6759015917778015,homicide,21-24 yrs,16,215141,22.474618911743164,1,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,7.436983108520508 +1980,19,0.6759015917778015,other external,21-24 yrs,23,215141,22.474618911743164,1,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,10.69066333770752 +1980,19,0.6759015917778015,internal,21-24 yrs,41,215141,22.474618911743164,1,0.16990290582180023,1.409999966621399,0.12999999523162842,0.7099999785423279,2.25,19.057270050048828 +1981,19,0.6856397390365601,MVA,15-17 yrs,48,151474,16.035701751708984,0,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,31.68860626220703 +1981,19,0.6856397390365601,suicide,15-17 yrs,9,151474,16.035701751708984,0,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,5.941613674163818 +1981,19,0.6856397390365601,homicide,15-17 yrs,1,151474,16.035701751708984,0,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,0.6601793169975281 +1981,19,0.6856397390365601,other external,15-17 yrs,16,151474,16.035701751708984,0,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,10.56286907196045 +1981,19,0.6856397390365601,internal,15-17 yrs,23,151474,16.035701751708984,0,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,15.184123992919922 +1981,19,0.6856397390365601,all,18-20 yrs,180,168590,19.031448364257812,0.6856397390365601,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,106.76789855957031 +1981,19,0.6856397390365601,MVA,18-20 yrs,110,168590,19.031448364257812,0.6856397390365601,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,65.2470474243164 +1981,19,0.6856397390365601,suicide,18-20 yrs,23,168590,19.031448364257812,0.6856397390365601,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,13.64256477355957 +1981,19,0.6856397390365601,homicide,18-20 yrs,4,168590,19.031448364257812,0.6856397390365601,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,2.372619867324829 +1981,19,0.6856397390365601,other external,18-20 yrs,18,168590,19.031448364257812,0.6856397390365601,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,10.676790237426758 +1981,19,0.6856397390365601,internal,18-20 yrs,25,168590,19.031448364257812,0.6856397390365601,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,14.828874588012695 +1981,19,0.6856397390365601,all,21-24 yrs,200,216456,22.479320526123047,1,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,92.39752960205078 +1981,19,0.6856397390365601,MVA,21-24 yrs,100,216456,22.479320526123047,1,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,46.19876480102539 +1981,19,0.6856397390365601,suicide,21-24 yrs,23,216456,22.479320526123047,1,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,10.625716209411621 +1981,19,0.6856397390365601,homicide,21-24 yrs,17,216456,22.479320526123047,1,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,7.853790283203125 +1981,19,0.6856397390365601,other external,21-24 yrs,25,216456,22.479320526123047,1,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,11.549691200256348 +1981,19,0.6856397390365601,internal,21-24 yrs,35,216456,22.479320526123047,1,0.1540154069662094,1.440000057220459,0.12999999523162842,0.6899999976158142,2.2699999809265137,16.169567108154297 +1982,19,0.6818255186080933,MVA,15-17 yrs,51,142432,16.028968811035156,0,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,35.80656051635742 +1982,19,0.6818255186080933,suicide,15-17 yrs,8,142432,16.028968811035156,0,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,5.616715431213379 +1982,19,0.6818255186080933,homicide,15-17 yrs,1,142432,16.028968811035156,0,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,0.7020894289016724 +1982,19,0.6818255186080933,other external,15-17 yrs,18,142432,16.028968811035156,0,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,12.637609481811523 +1982,19,0.6818255186080933,internal,15-17 yrs,30,142432,16.028968811035156,0,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,21.06268310546875 +1982,19,0.6818255186080933,all,18-20 yrs,127,161446,19.027345657348633,0.6818255186080933,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,78.66407012939453 +1982,19,0.6818255186080933,MVA,18-20 yrs,60,161446,19.027345657348633,0.6818255186080933,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,37.164127349853516 +1982,19,0.6818255186080933,suicide,18-20 yrs,20,161446,19.027345657348633,0.6818255186080933,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,12.388043403625488 +1982,19,0.6818255186080933,homicide,18-20 yrs,8,161446,19.027345657348633,0.6818255186080933,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,4.955217361450195 +1982,19,0.6818255186080933,other external,18-20 yrs,21,161446,19.027345657348633,0.6818255186080933,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,13.007445335388184 +1982,19,0.6818255186080933,internal,18-20 yrs,18,161446,19.027345657348633,0.6818255186080933,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,11.149238586425781 +1982,19,0.6818255186080933,all,21-24 yrs,181,215605,22.471696853637695,1,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,83.94981384277344 +1982,19,0.6818255186080933,MVA,21-24 yrs,65,215605,22.471696853637695,1,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,30.147724151611328 +1982,19,0.6818255186080933,suicide,21-24 yrs,28,215605,22.471696853637695,1,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,12.986711502075195 +1982,19,0.6818255186080933,homicide,21-24 yrs,10,215605,22.471696853637695,1,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,4.638111591339111 +1982,19,0.6818255186080933,other external,21-24 yrs,34,215605,22.471696853637695,1,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,15.76957893371582 +1982,19,0.6818255186080933,internal,21-24 yrs,44,215605,22.471696853637695,1,0.14507772028446198,1.3899999856948853,0.12999999523162842,0.6499999761581421,2.1700000762939453,20.407690048217773 +1983,19,0.6865283846855164,MVA,15-17 yrs,38,135169,16.02018165588379,0,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,28.11295509338379 +1983,19,0.6865283846855164,suicide,15-17 yrs,15,135169,16.02018165588379,0,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,11.097219467163086 +1983,19,0.6865283846855164,homicide,15-17 yrs,3,135169,16.02018165588379,0,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,2.2194437980651855 +1983,19,0.6865283846855164,other external,15-17 yrs,13,135169,16.02018165588379,0,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,9.617589950561523 +1983,19,0.6865283846855164,internal,15-17 yrs,10,135169,16.02018165588379,0,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,7.398146152496338 +1983,19,0.6865283846855164,all,18-20 yrs,159,153998,19.029611587524414,0.6865283846855164,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,103.24809265136719 +1983,19,0.6865283846855164,MVA,18-20 yrs,77,153998,19.029611587524414,0.6865283846855164,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,50.000648498535156 +1983,19,0.6865283846855164,suicide,18-20 yrs,27,153998,19.029611587524414,0.6865283846855164,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,17.532695770263672 +1983,19,0.6865283846855164,homicide,18-20 yrs,7,153998,19.029611587524414,0.6865283846855164,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,4.54551362991333 +1983,19,0.6865283846855164,other external,18-20 yrs,19,153998,19.029611587524414,0.6865283846855164,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,12.337822914123535 +1983,19,0.6865283846855164,internal,18-20 yrs,29,153998,19.029611587524414,0.6865283846855164,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,18.83141326904297 +1983,19,0.6865283846855164,all,21-24 yrs,172,212637,22.481605529785156,1,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,80.88903045654297 +1983,19,0.6865283846855164,MVA,21-24 yrs,70,212637,22.481605529785156,1,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,32.919952392578125 +1983,19,0.6865283846855164,suicide,21-24 yrs,28,212637,22.481605529785156,1,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,13.167981147766113 +1983,19,0.6865283846855164,homicide,21-24 yrs,8,212637,22.481605529785156,1,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,3.762280225753784 +1983,19,0.6865283846855164,other external,21-24 yrs,34,212637,22.481605529785156,1,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,15.989691734313965 +1983,19,0.6865283846855164,internal,21-24 yrs,32,212637,22.481605529785156,1,0.1405622512102127,1.3799999952316284,0.12999999523162842,0.6399999856948853,2.1500000953674316,15.049120903015137 +1984,19,0.6910039186477661,MVA,15-17 yrs,32,132274,16.0044002532959,0,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,24.19220733642578 +1984,19,0.6910039186477661,suicide,15-17 yrs,19,132274,16.0044002532959,0,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,14.364123344421387 +1984,19,0.6910039186477661,homicide,15-17 yrs,3,132274,16.0044002532959,0,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,2.268019437789917 +1984,19,0.6910039186477661,other external,15-17 yrs,13,132274,16.0044002532959,0,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,9.828083992004395 +1984,19,0.6910039186477661,internal,15-17 yrs,16,132274,16.0044002532959,0,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,12.09610366821289 +1984,19,0.6910039186477661,all,18-20 yrs,152,146853,19.04134750366211,0.6910039186477661,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,103.50486755371094 +1984,19,0.6910039186477661,MVA,18-20 yrs,62,146853,19.04134750366211,0.6910039186477661,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,42.21908950805664 +1984,19,0.6910039186477661,suicide,18-20 yrs,24,146853,19.04134750366211,0.6910039186477661,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,16.342872619628906 +1984,19,0.6910039186477661,homicide,18-20 yrs,10,146853,19.04134750366211,0.6910039186477661,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,6.809530735015869 +1984,19,0.6910039186477661,other external,18-20 yrs,24,146853,19.04134750366211,0.6910039186477661,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,16.342872619628906 +1984,19,0.6910039186477661,internal,18-20 yrs,32,146853,19.04134750366211,0.6910039186477661,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,21.790498733520508 +1984,19,0.6910039186477661,all,21-24 yrs,163,206837,22.504581451416016,1,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,78.80601501464844 +1984,19,0.6910039186477661,MVA,21-24 yrs,53,206837,22.504581451416016,1,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,25.624042510986328 +1984,19,0.6910039186477661,suicide,21-24 yrs,32,206837,22.504581451416016,1,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,15.47111988067627 +1984,19,0.6910039186477661,homicide,21-24 yrs,8,206837,22.504581451416016,1,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,3.8677799701690674 +1984,19,0.6910039186477661,other external,21-24 yrs,33,206837,22.504581451416016,1,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,15.95459270477295 +1984,19,0.6910039186477661,internal,21-24 yrs,37,206837,22.504581451416016,1,0.13474494218826294,1.3600000143051147,0.11999999731779099,0.6100000143051147,2.0899999141693115,17.88848304748535 +1985,19,0.6857091188430786,MVA,15-17 yrs,35,131131,15.98906421661377,0,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,26.690866470336914 +1985,19,0.6857091188430786,suicide,15-17 yrs,18,131131,15.98906421661377,0,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,13.726731300354004 +1985,19,0.6857091188430786,homicide,15-17 yrs,0,131131,15.98906421661377,0,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,0 +1985,19,0.6857091188430786,other external,15-17 yrs,18,131131,15.98906421661377,0,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,13.726731300354004 +1985,19,0.6857091188430786,internal,15-17 yrs,13,131131,15.98906421661377,0,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,9.913750648498535 +1985,19,0.6857091188430786,all,18-20 yrs,134,138340,19.03322982788086,0.6857091188430786,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,96.86280059814453 +1985,19,0.6857091188430786,MVA,18-20 yrs,67,138340,19.03322982788086,0.6857091188430786,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,48.431400299072266 +1985,19,0.6857091188430786,suicide,18-20 yrs,20,138340,19.03322982788086,0.6857091188430786,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,14.457134246826172 +1985,19,0.6857091188430786,homicide,18-20 yrs,8,138340,19.03322982788086,0.6857091188430786,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,5.782853603363037 +1985,19,0.6857091188430786,other external,18-20 yrs,17,138340,19.03322982788086,0.6857091188430786,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,12.288564682006836 +1985,19,0.6857091188430786,internal,18-20 yrs,22,138340,19.03322982788086,0.6857091188430786,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,15.902848243713379 +1985,19,0.6857091188430786,all,21-24 yrs,159,198120,22.516460418701172,1,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,80.25439453125 +1985,19,0.6857091188430786,MVA,21-24 yrs,71,198120,22.516460418701172,1,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,35.83686828613281 +1985,19,0.6857091188430786,suicide,21-24 yrs,32,198120,22.516460418701172,1,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,16.151826858520508 +1985,19,0.6857091188430786,homicide,21-24 yrs,6,198120,22.516460418701172,1,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,3.0284676551818848 +1985,19,0.6857091188430786,other external,21-24 yrs,25,198120,22.516460418701172,1,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,12.61861515045166 +1985,19,0.6857091188430786,internal,21-24 yrs,25,198120,22.516460418701172,1,0.13011153042316437,1.309999942779541,0.14000000059604645,0.5699999928474426,2.0199999809265137,12.61861515045166 +1986,19,0.662397563457489,MVA,15-17 yrs,48,130949,15.992951393127441,0,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,36.65549087524414 +1986,19,0.662397563457489,suicide,15-17 yrs,17,130949,15.992951393127441,0,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,12.982152938842773 +1986,19,0.662397563457489,homicide,15-17 yrs,5,130949,15.992951393127441,0,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,3.8182804584503174 +1986,19,0.662397563457489,other external,15-17 yrs,12,130949,15.992951393127441,0,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,9.163872718811035 +1986,19,0.662397563457489,internal,15-17 yrs,19,130949,15.992951393127441,0,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,14.509465217590332 +1986,19,0.662397563457489,all,18-20 yrs,127,131197,19.021982192993164,0.662397563457489,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,96.800994873046875 +1986,19,0.662397563457489,MVA,18-20 yrs,63,131197,19.021982192993164,0.662397563457489,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,48.01939010620117 +1986,19,0.662397563457489,suicide,18-20 yrs,19,131197,19.021982192993164,0.662397563457489,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,14.482038497924805 +1986,19,0.662397563457489,homicide,18-20 yrs,6,131197,19.021982192993164,0.662397563457489,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,4.573275089263916 +1986,19,0.662397563457489,other external,18-20 yrs,16,131197,19.021982192993164,0.662397563457489,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,12.195401191711426 +1986,19,0.662397563457489,internal,18-20 yrs,23,131197,19.021982192993164,0.662397563457489,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,17.5308895111084 +1986,19,0.662397563457489,all,21-24 yrs,150,185552,22.515094757080078,1,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,80.839874267578125 +1986,19,0.662397563457489,MVA,21-24 yrs,52,185552,22.515094757080078,1,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,28.02448844909668 +1986,19,0.662397563457489,suicide,21-24 yrs,34,185552,22.515094757080078,1,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,18.32370376586914 +1986,19,0.662397563457489,homicide,21-24 yrs,7,185552,22.515094757080078,1,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,3.7725274562835693 +1986,19,0.662397563457489,other external,21-24 yrs,25,185552,22.515094757080078,1,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,13.473312377929688 +1986,19,0.662397563457489,internal,21-24 yrs,32,185552,22.515094757080078,1,0.17335766553878784,1.3200000524520874,0.1899999976158142,0.5299999713897705,2.0399999618530273,17.245840072631836 +1987,19,0.38995814323425293,MVA,15-17 yrs,41,126462,16.034025192260742,0,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,32.420806884765625 +1987,19,0.38995814323425293,suicide,15-17 yrs,12,126462,16.034025192260742,0,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,9.48901653289795 +1987,19,0.38995814323425293,homicide,15-17 yrs,1,126462,16.034025192260742,0,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,0.7907513976097107 +1987,19,0.38995814323425293,other external,15-17 yrs,15,126462,16.034025192260742,0,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,11.861270904541016 +1987,19,0.38995814323425293,internal,15-17 yrs,20,126462,16.034025192260742,0,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,15.815027236938477 +1987,19,0.38995814323425293,all,18-20 yrs,118,128658,19.00493621826172,0.38995814323425293,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,91.71601867675781 +1987,19,0.38995814323425293,MVA,18-20 yrs,53,128658,19.00493621826172,0.38995814323425293,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,41.19448471069336 +1987,19,0.38995814323425293,suicide,18-20 yrs,19,128658,19.00493621826172,0.38995814323425293,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,14.767833709716797 +1987,19,0.38995814323425293,homicide,18-20 yrs,5,128658,19.00493621826172,0.38995814323425293,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,3.8862721920013428 +1987,19,0.38995814323425293,other external,18-20 yrs,12,128658,19.00493621826172,0.38995814323425293,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,9.32705307006836 +1987,19,0.38995814323425293,internal,18-20 yrs,29,128658,19.00493621826172,0.38995814323425293,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,22.54037857055664 +1987,19,0.38995814323425293,all,21-24 yrs,133,173584,22.514436721801758,1,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,76.619964599609375 +1987,19,0.38995814323425293,MVA,21-24 yrs,55,173584,22.514436721801758,1,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,31.684947967529297 +1987,19,0.38995814323425293,suicide,21-24 yrs,26,173584,22.514436721801758,1,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,14.978339195251465 +1987,19,0.38995814323425293,homicide,21-24 yrs,5,173584,22.514436721801758,1,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,2.8804497718811035 +1987,19,0.38995814323425293,other external,21-24 yrs,16,173584,22.514436721801758,1,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,9.217439651489258 +1987,19,0.38995814323425293,internal,21-24 yrs,31,173584,22.514436721801758,1,0.1672535240650177,1.2999999523162842,0.20999999344348907,0.5699999928474426,2.0799999237060547,17.858789443969727 +1988,19,0.07195916026830673,MVA,15-17 yrs,38,120011,16.065143585205078,0,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,31.66376495361328 +1988,19,0.07195916026830673,suicide,15-17 yrs,11,120011,16.065143585205078,0,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,9.165826797485352 +1988,19,0.07195916026830673,homicide,15-17 yrs,1,120011,16.065143585205078,0,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,0.8332569599151611 +1988,19,0.07195916026830673,other external,15-17 yrs,7,120011,16.065143585205078,0,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,5.832798480987549 +1988,19,0.07195916026830673,internal,15-17 yrs,15,120011,16.065143585205078,0,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,12.498854637145996 +1988,19,0.07195916026830673,all,18-20 yrs,114,130001,18.99031639099121,0.07195916026830673,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,87.69163513183594 +1988,19,0.07195916026830673,MVA,18-20 yrs,63,130001,18.99031639099121,0.07195916026830673,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,48.46116638183594 +1988,19,0.07195916026830673,suicide,18-20 yrs,19,130001,18.99031639099121,0.07195916026830673,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,14.615272521972656 +1988,19,0.07195916026830673,homicide,18-20 yrs,3,130001,18.99031639099121,0.07195916026830673,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,2.3076746463775635 +1988,19,0.07195916026830673,other external,18-20 yrs,16,130001,18.99031639099121,0.07195916026830673,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,12.307597160339355 +1988,19,0.07195916026830673,internal,18-20 yrs,13,130001,18.99031639099121,0.07195916026830673,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,9.999922752380371 +1988,19,0.07195916026830673,all,21-24 yrs,150,165287,22.510107040405273,1,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,90.75123596191406 +1988,19,0.07195916026830673,MVA,21-24 yrs,75,165287,22.510107040405273,1,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,45.37561798095703 +1988,19,0.07195916026830673,suicide,21-24 yrs,27,165287,22.510107040405273,1,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,16.335222244262695 +1988,19,0.07195916026830673,homicide,21-24 yrs,4,165287,22.510107040405273,1,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,2.4200329780578613 +1988,19,0.07195916026830673,other external,21-24 yrs,18,165287,22.510107040405273,1,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,10.890149116516113 +1988,19,0.07195916026830673,internal,21-24 yrs,26,165287,22.510107040405273,1,0.16060861945152283,1.2799999713897705,0.20000000298023224,0.5199999809265137,1.9900000095367432,15.730215072631836 +1989,19,0,MVA,15-17 yrs,39,113622,16.036216735839844,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,34.324337005615234 +1989,19,0,suicide,15-17 yrs,18,113622,16.036216735839844,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,15.842002868652344 +1989,19,0,homicide,15-17 yrs,2,113622,16.036216735839844,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,1.7602224349975586 +1989,19,0,other external,15-17 yrs,10,113622,16.036216735839844,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,8.801112174987793 +1989,19,0,internal,15-17 yrs,20,113622,16.036216735839844,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,17.602224349975586 +1989,19,0,all,18-20 yrs,113,132369,18.993797302246094,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,85.36741638183594 +1989,19,0,MVA,18-20 yrs,69,132369,18.993797302246094,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,52.127010345458984 +1989,19,0,suicide,18-20 yrs,14,132369,18.993797302246094,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,10.576494216918945 +1989,19,0,homicide,18-20 yrs,6,132369,18.993797302246094,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,4.532783508300781 +1989,19,0,other external,18-20 yrs,7,132369,18.993797302246094,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,5.288247108459473 +1989,19,0,internal,18-20 yrs,17,132369,18.993797302246094,0,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,12.842885971069336 +1989,19,0,all,21-24 yrs,126,156328,22.488351821899414,1,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,80.599761962890625 +1989,19,0,MVA,21-24 yrs,45,156328,22.488351821899414,1,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,28.785629272460938 +1989,19,0,suicide,21-24 yrs,17,156328,22.488351821899414,1,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,10.874571800231934 +1989,19,0,homicide,21-24 yrs,10,156328,22.488351821899414,1,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,6.396806716918945 +1989,19,0,other external,21-24 yrs,18,156328,22.488351821899414,1,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,11.514251708984375 +1989,19,0,internal,21-24 yrs,36,156328,22.488351821899414,1,0.15322580933570862,1.2599999904632568,0.18000000715255737,0.5,1.940000057220459,23.02850341796875 +1990,19,0,MVA,15-17 yrs,28,112816,15.994344711303711,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,24.81917381286621 +1990,19,0,suicide,15-17 yrs,7,112816,15.994344711303711,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,6.204793453216553 +1990,19,0,homicide,15-17 yrs,2,112816,15.994344711303711,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,1.7727981805801392 +1990,19,0,other external,15-17 yrs,8,112816,15.994344711303711,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,7.091192722320557 +1990,19,0,internal,15-17 yrs,12,112816,15.994344711303711,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,10.636789321899414 +1990,19,0,all,18-20 yrs,125,131240,19.034189224243164,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,95.24535369873047 +1990,19,0,MVA,18-20 yrs,62,131240,19.034189224243164,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,47.241695404052734 +1990,19,0,suicide,18-20 yrs,28,131240,19.034189224243164,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,21.334959030151367 +1990,19,0,homicide,18-20 yrs,3,131240,19.034189224243164,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,2.285888433456421 +1990,19,0,other external,18-20 yrs,17,131240,19.034189224243164,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,12.953368186950684 +1990,19,0,internal,18-20 yrs,15,131240,19.034189224243164,0,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,11.429442405700684 +1990,19,0,all,21-24 yrs,131,153188,22.454030990600586,1,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,85.515838623046875 +1990,19,0,MVA,21-24 yrs,61,153188,22.454030990600586,1,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,39.820350646972656 +1990,19,0,suicide,21-24 yrs,29,153188,22.454030990600586,1,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,18.930986404418945 +1990,19,0,homicide,21-24 yrs,5,153188,22.454030990600586,1,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,3.263963222503662 +1990,19,0,other external,21-24 yrs,14,153188,22.454030990600586,1,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,9.139097213745117 +1990,19,0,internal,21-24 yrs,22,153188,22.454030990600586,1,0.14537107944488525,1.340000033378601,0.18000000715255737,0.5400000214576721,2.059999942779541,14.361437797546387 +1991,19,0,MVA,15-17 yrs,41,115084,15.990589141845703,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,35.62615203857422 +1991,19,0,suicide,15-17 yrs,14,115084,15.990589141845703,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,12.165027618408203 +1991,19,0,homicide,15-17 yrs,8,115084,15.990589141845703,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,6.951444149017334 +1991,19,0,other external,15-17 yrs,13,115084,15.990589141845703,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,11.296096801757812 +1991,19,0,internal,15-17 yrs,12,115084,15.990589141845703,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,10.427165985107422 +1991,19,0,all,18-20 yrs,113,124032,19.068675994873047,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,91.10552215576172 +1991,19,0,MVA,18-20 yrs,51,124032,19.068675994873047,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,41.1184196472168 +1991,19,0,suicide,18-20 yrs,19,124032,19.068675994873047,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,15.31862735748291 +1991,19,0,homicide,18-20 yrs,6,124032,19.068675994873047,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,4.837461471557617 +1991,19,0,other external,18-20 yrs,12,124032,19.068675994873047,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,9.674922943115234 +1991,19,0,internal,18-20 yrs,25,124032,19.068675994873047,0,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,20.15608787536621 +1991,19,0,all,21-24 yrs,130,157958,22.433095932006836,1,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,82.30036163330078 +1991,19,0,MVA,21-24 yrs,50,157958,22.433095932006836,1,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,31.65398406982422 +1991,19,0,suicide,21-24 yrs,26,157958,22.433095932006836,1,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,16.460071563720703 +1991,19,0,homicide,21-24 yrs,7,157958,22.433095932006836,1,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,4.431557655334473 +1991,19,0,other external,21-24 yrs,12,157958,22.433095932006836,1,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,7.596956253051758 +1991,19,0,internal,21-24 yrs,35,157958,22.433095932006836,1,0.13950073719024658,1.3200000524520874,0.1599999964237213,0.5199999809265137,2.009999990463257,22.15778923034668 +1992,19,0,MVA,15-17 yrs,23,119159,15.996508598327637,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,19.30194091796875 +1992,19,0,suicide,15-17 yrs,14,119159,15.996508598327637,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,11.749007225036621 +1992,19,0,homicide,15-17 yrs,3,119159,15.996508598327637,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,2.5176444053649902 +1992,19,0,other external,15-17 yrs,6,119159,15.996508598327637,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,5.0352888107299805 +1992,19,0,internal,15-17 yrs,18,119159,15.996508598327637,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,15.105867385864258 +1992,19,0,all,18-20 yrs,97,116748,19.03914451599121,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,83.0849380493164 +1992,19,0,MVA,18-20 yrs,50,116748,19.03914451599121,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,42.82728576660156 +1992,19,0,suicide,18-20 yrs,15,116748,19.03914451599121,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,12.848185539245605 +1992,19,0,homicide,18-20 yrs,3,116748,19.03914451599121,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,2.5696370601654053 +1992,19,0,other external,18-20 yrs,9,116748,19.03914451599121,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,7.708911418914795 +1992,19,0,internal,18-20 yrs,20,116748,19.03914451599121,0,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,17.13091468811035 +1992,19,0,all,21-24 yrs,117,164038,22.435636520385742,1,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,71.32493591308594 +1992,19,0,MVA,21-24 yrs,43,164038,22.435636520385742,1,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,26.213438034057617 +1992,19,0,suicide,21-24 yrs,30,164038,22.435636520385742,1,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,18.28844451904297 +1992,19,0,homicide,21-24 yrs,7,164038,22.435636520385742,1,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,4.267303943634033 +1992,19,0,other external,21-24 yrs,15,164038,22.435636520385742,1,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,9.144222259521484 +1992,19,0,internal,21-24 yrs,22,164038,22.435636520385742,1,0.13542409241199493,1.309999942779541,0.12999999523162842,0.46000000834465027,1.899999976158142,13.411526679992676 +1993,19,0,MVA,15-17 yrs,42,122583,15.990692138671875,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,34.26250076293945 +1993,19,0,suicide,15-17 yrs,14,122583,15.990692138671875,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,11.420833587646484 +1993,19,0,homicide,15-17 yrs,4,122583,15.990692138671875,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,3.2630951404571533 +1993,19,0,other external,15-17 yrs,7,122583,15.990692138671875,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,5.710416793823242 +1993,19,0,internal,15-17 yrs,17,122583,15.990692138671875,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,13.868154525756836 +1993,19,0,all,18-20 yrs,89,115322,18.98956871032715,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,77.17521667480469 +1993,19,0,MVA,18-20 yrs,41,115322,18.98956871032715,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,35.55262756347656 +1993,19,0,suicide,18-20 yrs,17,115322,18.98956871032715,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,14.7413330078125 +1993,19,0,homicide,18-20 yrs,6,115322,18.98956871032715,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,5.202823162078857 +1993,19,0,other external,18-20 yrs,5,115322,18.98956871032715,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,4.335686206817627 +1993,19,0,internal,18-20 yrs,20,115322,18.98956871032715,0,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,17.342744827270508 +1993,19,0,all,21-24 yrs,132,164099,22.493330001831055,1,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,80.43924713134766 +1993,19,0,MVA,21-24 yrs,56,164099,22.493330001831055,1,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,34.12574005126953 +1993,19,0,suicide,21-24 yrs,23,164099,22.493330001831055,1,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,14.015929222106934 +1993,19,0,homicide,21-24 yrs,6,164099,22.493330001831055,1,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,3.656329393386841 +1993,19,0,other external,21-24 yrs,20,164099,22.493330001831055,1,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,12.187765121459961 +1993,19,0,internal,21-24 yrs,27,164099,22.493330001831055,1,0.1314878910779953,1.2799999713897705,0.10999999940395355,0.47999998927116394,1.8700000047683716,16.453481674194336 +1994,19,0,MVA,15-17 yrs,39,127063,15.995702743530273,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,30.693435668945312 +1994,19,0,suicide,15-17 yrs,18,127063,15.995702743530273,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,14.166200637817383 +1994,19,0,homicide,15-17 yrs,3,127063,15.995702743530273,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,2.3610334396362305 +1994,19,0,other external,15-17 yrs,8,127063,15.995702743530273,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,6.296089172363281 +1994,19,0,internal,15-17 yrs,18,127063,15.995702743530273,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,14.166200637817383 +1994,19,0,all,18-20 yrs,105,117587,18.985891342163086,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,89.29558563232422 +1994,19,0,MVA,18-20 yrs,42,117587,18.985891342163086,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,35.71823501586914 +1994,19,0,suicide,18-20 yrs,28,117587,18.985891342163086,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,23.812156677246094 +1994,19,0,homicide,18-20 yrs,5,117587,18.985891342163086,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,4.252170562744141 +1994,19,0,other external,18-20 yrs,5,117587,18.985891342163086,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,4.252170562744141 +1994,19,0,internal,18-20 yrs,25,117587,18.985891342163086,0,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,21.260852813720703 +1994,19,0,all,21-24 yrs,146,158447,22.55709457397461,1,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,92.144378662109375 +1994,19,0,MVA,21-24 yrs,53,158447,22.55709457397461,1,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,33.44967269897461 +1994,19,0,suicide,21-24 yrs,27,158447,22.55709457397461,1,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,17.04039764404297 +1994,19,0,homicide,21-24 yrs,7,158447,22.55709457397461,1,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,4.417881011962891 +1994,19,0,other external,21-24 yrs,20,158447,22.55709457397461,1,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,12.622517585754395 +1994,19,0,internal,21-24 yrs,39,158447,22.55709457397461,1,0.12820513546466827,1.2999999523162842,0.10000000149011612,0.4399999976158142,1.840000033378601,24.613908767700195 +1995,19,0,MVA,15-17 yrs,45,131814,15.986602783203125,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,34.139015197753906 +1995,19,0,suicide,15-17 yrs,14,131814,15.986602783203125,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,10.621026992797852 +1995,19,0,homicide,15-17 yrs,3,131814,15.986602783203125,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,2.2759342193603516 +1995,19,0,other external,15-17 yrs,7,131814,15.986602783203125,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,5.310513496398926 +1995,19,0,internal,15-17 yrs,17,131814,15.986602783203125,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,12.896961212158203 +1995,19,0,all,18-20 yrs,103,122206,18.98772621154785,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,84.2839126586914 +1995,19,0,MVA,18-20 yrs,44,122206,18.98772621154785,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,36.00477981567383 +1995,19,0,suicide,18-20 yrs,23,122206,18.98772621154785,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,18.820680618286133 +1995,19,0,homicide,18-20 yrs,6,122206,18.98772621154785,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,4.90974235534668 +1995,19,0,other external,18-20 yrs,14,122206,18.98772621154785,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,11.456066131591797 +1995,19,0,internal,18-20 yrs,16,122206,18.98772621154785,0,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,13.092646598815918 +1995,19,0,all,21-24 yrs,129,150882,22.56162452697754,1,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,85.49727630615234 +1995,19,0,MVA,21-24 yrs,62,150882,22.56162452697754,1,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,41.091712951660156 +1995,19,0,suicide,21-24 yrs,21,150882,22.56162452697754,1,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,13.918161392211914 +1995,19,0,homicide,21-24 yrs,9,150882,22.56162452697754,1,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,5.964926242828369 +1995,19,0,other external,21-24 yrs,9,150882,22.56162452697754,1,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,5.964926242828369 +1995,19,0,internal,21-24 yrs,28,150882,22.56162452697754,1,0.12467192113399506,1.2599999904632568,0.10999999940395355,0.4399999976158142,1.7999999523162842,18.55754852294922 +1996,19,0,MVA,15-17 yrs,33,135251,16.00014877319336,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,24.399080276489258 +1996,19,0,suicide,15-17 yrs,8,135251,16.00014877319336,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,5.914928436279297 +1996,19,0,homicide,15-17 yrs,6,135251,16.00014877319336,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,4.436196327209473 +1996,19,0,other external,15-17 yrs,10,135251,16.00014877319336,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,7.393660545349121 +1996,19,0,internal,15-17 yrs,13,135251,16.00014877319336,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,9.611759185791016 +1996,19,0,all,18-20 yrs,113,124963,18.982803344726562,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,90.42676544189453 +1996,19,0,MVA,18-20 yrs,53,124963,18.982803344726562,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,42.41255569458008 +1996,19,0,suicide,18-20 yrs,23,124963,18.982803344726562,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,18.40544891357422 +1996,19,0,homicide,18-20 yrs,5,124963,18.982803344726562,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,4.001184463500977 +1996,19,0,other external,18-20 yrs,9,124963,18.982803344726562,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,7.202131748199463 +1996,19,0,internal,18-20 yrs,23,124963,18.982803344726562,0,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,18.40544891357422 +1996,19,0,all,21-24 yrs,107,144361,22.489439010620117,1,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,74.11974334716797 +1996,19,0,MVA,21-24 yrs,47,144361,22.489439010620117,1,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,32.55727005004883 +1996,19,0,suicide,21-24 yrs,24,144361,22.489439010620117,1,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,16.624988555908203 +1996,19,0,homicide,21-24 yrs,5,144361,22.489439010620117,1,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,3.4635393619537354 +1996,19,0,other external,21-24 yrs,5,144361,22.489439010620117,1,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,3.4635393619537354 +1996,19,0,internal,21-24 yrs,26,144361,22.489439010620117,1,0.12109624594449997,1.2799999713897705,0.11999999731779099,0.44999998807907104,1.850000023841858,18.010404586791992 +1970,20,1,MVA,15-17 yrs,57,131644,15.97906494140625,0,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,43.29859161376953 +1970,20,1,suicide,15-17 yrs,5,131644,15.97906494140625,0,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,3.7981221675872803 +1970,20,1,homicide,15-17 yrs,4,131644,15.97906494140625,0,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,3.0384976863861084 +1970,20,1,other external,15-17 yrs,29,131644,15.97906494140625,0,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,22.02910804748535 +1970,20,1,internal,15-17 yrs,24,131644,15.97906494140625,0,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,18.230987548828125 +1970,20,1,all,18-20 yrs,190,127923,18.984819412231445,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,148.52685546875 +1970,20,1,MVA,18-20 yrs,103,127923,18.984819412231445,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,80.5171890258789 +1970,20,1,suicide,18-20 yrs,8,127923,18.984819412231445,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,6.253762245178223 +1970,20,1,homicide,18-20 yrs,5,127923,18.984819412231445,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,3.9086012840270996 +1970,20,1,other external,18-20 yrs,37,127923,18.984819412231445,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,28.923648834228516 +1970,20,1,internal,18-20 yrs,37,127923,18.984819412231445,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,28.923648834228516 +1970,20,1,all,21-24 yrs,180,146667,22.3602237701416,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,122.72699737548828 +1970,20,1,MVA,21-24 yrs,77,146667,22.3602237701416,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,52.499881744384766 +1970,20,1,suicide,21-24 yrs,19,146667,22.3602237701416,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,12.954516410827637 +1970,20,1,homicide,21-24 yrs,11,146667,22.3602237701416,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,7.499982833862305 +1970,20,1,other external,21-24 yrs,30,146667,22.3602237701416,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,20.454498291015625 +1970,20,1,internal,21-24 yrs,43,146667,22.3602237701416,1,0.38659796118736267,0.8500000238418579,0.09000000357627869,0.6499999761581421,1.590000033378601,29.318115234375 +1971,20,1,MVA,15-17 yrs,71,132129,15.994633674621582,0,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,53.7353630065918 +1971,20,1,suicide,15-17 yrs,3,132129,15.994633674621582,0,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,2.270508289337158 +1971,20,1,homicide,15-17 yrs,4,132129,15.994633674621582,0,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,3.0273444652557373 +1971,20,1,other external,15-17 yrs,16,132129,15.994633674621582,0,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,12.10937786102295 +1971,20,1,internal,15-17 yrs,27,132129,15.994633674621582,0,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,20.4345760345459 +1971,20,1,all,18-20 yrs,186,131559,18.989290237426758,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,141.38143920898438 +1971,20,1,MVA,18-20 yrs,100,131559,18.989290237426758,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,76.01152038574219 +1971,20,1,suicide,18-20 yrs,7,131559,18.989290237426758,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,5.320806503295898 +1971,20,1,homicide,18-20 yrs,11,131559,18.989290237426758,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,8.361268043518066 +1971,20,1,other external,18-20 yrs,24,131559,18.989290237426758,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,18.242765426635742 +1971,20,1,internal,18-20 yrs,44,131559,18.989290237426758,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,33.445072174072266 +1971,20,1,all,21-24 yrs,190,158988,22.507051467895508,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,119.50587463378906 +1971,20,1,MVA,21-24 yrs,82,158988,22.507051467895508,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,51.57622146606445 +1971,20,1,suicide,21-24 yrs,12,158988,22.507051467895508,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,7.547739505767822 +1971,20,1,homicide,21-24 yrs,16,158988,22.507051467895508,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,10.063652992248535 +1971,20,1,other external,21-24 yrs,29,158988,22.507051467895508,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,18.24036979675293 +1971,20,1,internal,21-24 yrs,51,158988,22.507051467895508,1,0.37037038803100586,0.8899999856948853,0.10000000149011612,0.6899999976158142,1.6799999475479126,32.0778923034668 +1972,20,1,MVA,15-17 yrs,46,133464,15.990507125854492,0,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,34.466224670410156 +1972,20,1,suicide,15-17 yrs,8,133464,15.990507125854492,0,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,5.994125843048096 +1972,20,1,homicide,15-17 yrs,0,133464,15.990507125854492,0,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,0 +1972,20,1,other external,15-17 yrs,26,133464,15.990507125854492,0,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,19.48090934753418 +1972,20,1,internal,15-17 yrs,20,133464,15.990507125854492,0,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,14.98531436920166 +1972,20,1,all,18-20 yrs,182,136067,18.991783142089844,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,133.75762939453125 +1972,20,1,MVA,18-20 yrs,90,136067,18.991783142089844,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,66.14388275146484 +1972,20,1,suicide,18-20 yrs,20,136067,18.991783142089844,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,14.698640823364258 +1972,20,1,homicide,18-20 yrs,6,136067,18.991783142089844,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,4.409592151641846 +1972,20,1,other external,18-20 yrs,32,136067,18.991783142089844,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,23.517826080322266 +1972,20,1,internal,18-20 yrs,34,136067,18.991783142089844,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,24.987689971923828 +1972,20,1,all,21-24 yrs,190,159066,22.492834091186523,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,119.44727325439453 +1972,20,1,MVA,21-24 yrs,78,159066,22.492834091186523,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,49.03624725341797 +1972,20,1,suicide,21-24 yrs,26,159066,22.492834091186523,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,16.345417022705078 +1972,20,1,homicide,21-24 yrs,16,159066,22.492834091186523,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,10.058717727661133 +1972,20,1,other external,21-24 yrs,32,159066,22.492834091186523,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,20.117435455322266 +1972,20,1,internal,21-24 yrs,38,159066,22.492834091186523,1,0.35885170102119446,0.9599999785423279,0.10999999940395355,0.6700000166893005,1.7400000095367432,23.889453887939453 +1973,20,1,MVA,15-17 yrs,60,134228,15.989651679992676,0,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,44.7000617980957 +1973,20,1,suicide,15-17 yrs,7,134228,15.989651679992676,0,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,5.215007305145264 +1973,20,1,homicide,15-17 yrs,4,134228,15.989651679992676,0,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,2.980004072189331 +1973,20,1,other external,15-17 yrs,37,134228,15.989651679992676,0,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,27.565038681030273 +1973,20,1,internal,15-17 yrs,26,134228,15.989651679992676,0,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,19.370027542114258 +1973,20,1,all,18-20 yrs,184,139256,18.99694061279297,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,132.13075256347656 +1973,20,1,MVA,18-20 yrs,86,139256,18.99694061279297,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,61.75676345825195 +1973,20,1,suicide,18-20 yrs,16,139256,18.99694061279297,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,11.489630699157715 +1973,20,1,homicide,18-20 yrs,9,139256,18.99694061279297,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,6.462917327880859 +1973,20,1,other external,18-20 yrs,46,139256,18.99694061279297,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,33.03268814086914 +1973,20,1,internal,18-20 yrs,27,139256,18.99694061279297,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,19.388751983642578 +1973,20,1,all,21-24 yrs,176,160083,22.486854553222656,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,109.9429702758789 +1973,20,1,MVA,21-24 yrs,74,160083,22.486854553222656,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,46.22602081298828 +1973,20,1,suicide,21-24 yrs,18,160083,22.486854553222656,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,11.24416732788086 +1973,20,1,homicide,21-24 yrs,16,160083,22.486854553222656,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,9.9948148727417 +1973,20,1,other external,21-24 yrs,34,160083,22.486854553222656,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,21.238983154296875 +1973,20,1,internal,21-24 yrs,34,160083,22.486854553222656,1,0.3378378450870514,0.9800000190734863,0.10999999940395355,0.6800000071525574,1.7599999904632568,21.238983154296875 +1974,20,1,MVA,15-17 yrs,57,134782,16.002107620239258,0,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,42.29051208496094 +1974,20,1,suicide,15-17 yrs,6,134782,16.002107620239258,0,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,4.451632976531982 +1974,20,1,homicide,15-17 yrs,4,134782,16.002107620239258,0,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,2.9677553176879883 +1974,20,1,other external,15-17 yrs,23,134782,16.002107620239258,0,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,17.064592361450195 +1974,20,1,internal,15-17 yrs,31,134782,16.002107620239258,0,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,23.000102996826172 +1974,20,1,all,18-20 yrs,158,140132,19.008270263671875,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,112.7508316040039 +1974,20,1,MVA,18-20 yrs,55,140132,19.008270263671875,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,39.24870681762695 +1974,20,1,suicide,18-20 yrs,9,140132,19.008270263671875,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,6.422515869140625 +1974,20,1,homicide,18-20 yrs,12,140132,19.008270263671875,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,8.5633544921875 +1974,20,1,other external,18-20 yrs,53,140132,19.008270263671875,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,37.82148361206055 +1974,20,1,internal,18-20 yrs,29,140132,19.008270263671875,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,20.694772720336914 +1974,20,1,all,21-24 yrs,205,160451,22.451839447021484,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,127.76486206054688 +1974,20,1,MVA,21-24 yrs,71,160451,22.451839447021484,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,44.25027084350586 +1974,20,1,suicide,21-24 yrs,21,160451,22.451839447021484,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,13.08810806274414 +1974,20,1,homicide,21-24 yrs,17,160451,22.451839447021484,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,10.595134735107422 +1974,20,1,other external,21-24 yrs,45,160451,22.451839447021484,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,28.04594612121582 +1974,20,1,internal,21-24 yrs,51,160451,22.451839447021484,1,0.30425965785980225,1.0800000429153442,0.11999999731779099,0.7099999785423279,1.909999966621399,31.785404205322266 +1975,20,1,MVA,15-17 yrs,49,134230,15.999337196350098,0,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,36.50450897216797 +1975,20,1,suicide,15-17 yrs,17,134230,15.999337196350098,0,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,12.66482925415039 +1975,20,1,homicide,15-17 yrs,3,134230,15.999337196350098,0,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,2.2349698543548584 +1975,20,1,other external,15-17 yrs,35,134230,15.999337196350098,0,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,26.074647903442383 +1975,20,1,internal,15-17 yrs,26,134230,15.999337196350098,0,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,19.36973762512207 +1975,20,1,all,18-20 yrs,155,141594,19.004180908203125,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,109.4679183959961 +1975,20,1,MVA,18-20 yrs,62,141594,19.004180908203125,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,43.787166595458984 +1975,20,1,suicide,18-20 yrs,10,141594,19.004180908203125,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,7.062446117401123 +1975,20,1,homicide,18-20 yrs,10,141594,19.004180908203125,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,7.062446117401123 +1975,20,1,other external,18-20 yrs,37,141594,19.004180908203125,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,26.13105010986328 +1975,20,1,internal,18-20 yrs,36,141594,19.004180908203125,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,25.424806594848633 +1975,20,1,all,21-24 yrs,206,165407,22.449310302734375,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,124.5412826538086 +1975,20,1,MVA,21-24 yrs,80,165407,22.449310302734375,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,48.36554718017578 +1975,20,1,suicide,21-24 yrs,18,165407,22.449310302734375,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,10.882247924804688 +1975,20,1,homicide,21-24 yrs,13,165407,22.449310302734375,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,7.859401226043701 +1975,20,1,other external,21-24 yrs,48,165407,22.449310302734375,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,29.01932716369629 +1975,20,1,internal,21-24 yrs,47,165407,22.449310302734375,1,0.27881041169166565,1.1200000047683716,0.11999999731779099,0.7099999785423279,1.940000057220459,28.414758682250977 +1976,20,1,MVA,15-17 yrs,61,135106,15.990762710571289,0,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,45.14973449707031 +1976,20,1,suicide,15-17 yrs,3,135106,15.990762710571289,0,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,2.2204787731170654 +1976,20,1,homicide,15-17 yrs,2,135106,15.990762710571289,0,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,1.4803191423416138 +1976,20,1,other external,15-17 yrs,19,135106,15.990762710571289,0,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,14.063032150268555 +1976,20,1,internal,15-17 yrs,25,135106,15.990762710571289,0,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,18.503990173339844 +1976,20,1,all,18-20 yrs,165,143259,19.00522804260254,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,115.17601013183594 +1976,20,1,MVA,18-20 yrs,80,143259,19.00522804260254,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,55.84291458129883 +1976,20,1,suicide,18-20 yrs,22,143259,19.00522804260254,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,15.35680103302002 +1976,20,1,homicide,18-20 yrs,4,143259,19.00522804260254,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,2.7921457290649414 +1976,20,1,other external,18-20 yrs,36,143259,19.00522804260254,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,25.129310607910156 +1976,20,1,internal,18-20 yrs,23,143259,19.00522804260254,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,16.054838180541992 +1976,20,1,all,21-24 yrs,231,171509,22.455398559570312,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,134.6868133544922 +1976,20,1,MVA,21-24 yrs,88,171509,22.455398559570312,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,51.309261322021484 +1976,20,1,suicide,21-24 yrs,27,171509,22.455398559570312,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,15.742613792419434 +1976,20,1,homicide,21-24 yrs,19,171509,22.455398559570312,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,11.07813549041748 +1976,20,1,other external,21-24 yrs,44,171509,22.455398559570312,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,25.654630661010742 +1976,20,1,internal,21-24 yrs,53,171509,22.455398559570312,1,0.26362037658691406,1.1299999952316284,0.10999999940395355,0.6899999976158142,1.9299999475479126,30.90216827392578 +1977,20,1,MVA,15-17 yrs,49,134482,16.00399398803711,0,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,36.43610382080078 +1977,20,1,suicide,15-17 yrs,5,134482,16.00399398803711,0,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,3.7179696559906006 +1977,20,1,homicide,15-17 yrs,4,134482,16.00399398803711,0,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,2.9743757247924805 +1977,20,1,other external,15-17 yrs,28,134482,16.00399398803711,0,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,20.82063102722168 +1977,20,1,internal,15-17 yrs,26,134482,16.00399398803711,0,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,19.33344268798828 +1977,20,1,all,18-20 yrs,203,144571,19.01972770690918,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,140.41543579101562 +1977,20,1,MVA,18-20 yrs,100,144571,19.01972770690918,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,69.170166015625 +1977,20,1,suicide,18-20 yrs,18,144571,19.01972770690918,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,12.450630187988281 +1977,20,1,homicide,18-20 yrs,20,144571,19.01972770690918,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,13.834033012390137 +1977,20,1,other external,18-20 yrs,31,144571,19.01972770690918,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,21.442750930786133 +1977,20,1,internal,18-20 yrs,34,144571,19.01972770690918,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,23.51785659790039 +1977,20,1,all,21-24 yrs,227,176239,22.472919464111328,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,128.8023681640625 +1977,20,1,MVA,21-24 yrs,86,176239,22.472919464111328,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,48.79737091064453 +1977,20,1,suicide,21-24 yrs,40,176239,22.472919464111328,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,22.69645118713379 +1977,20,1,homicide,21-24 yrs,22,176239,22.472919464111328,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,12.483048439025879 +1977,20,1,other external,21-24 yrs,40,176239,22.472919464111328,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,22.69645118713379 +1977,20,1,internal,21-24 yrs,39,176239,22.472919464111328,1,0.2970297336578369,1.1299999952316284,0.10000000149011612,0.6499999761581421,1.8799999952316284,22.129039764404297 +1978,20,1,MVA,15-17 yrs,51,132425,16.017799377441406,0,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,38.512367248535156 +1978,20,1,suicide,15-17 yrs,6,132425,16.017799377441406,0,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,4.530866622924805 +1978,20,1,homicide,15-17 yrs,3,132425,16.017799377441406,0,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,2.2654333114624023 +1978,20,1,other external,15-17 yrs,25,132425,16.017799377441406,0,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,18.878610610961914 +1978,20,1,internal,15-17 yrs,34,132425,16.017799377441406,0,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,25.674909591674805 +1978,20,1,all,18-20 yrs,184,144245,19.0189266204834,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,127.56074523925781 +1978,20,1,MVA,18-20 yrs,82,144245,19.0189266204834,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,56.84772491455078 +1978,20,1,suicide,18-20 yrs,23,144245,19.0189266204834,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,15.945093154907227 +1978,20,1,homicide,18-20 yrs,10,144245,19.0189266204834,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,6.9326491355896 +1978,20,1,other external,18-20 yrs,35,144245,19.0189266204834,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,24.264272689819336 +1978,20,1,internal,18-20 yrs,34,144245,19.0189266204834,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,23.571006774902344 +1978,20,1,all,21-24 yrs,222,180223,22.475677490234375,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,123.18072509765625 +1978,20,1,MVA,21-24 yrs,82,180223,22.475677490234375,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,45.49918746948242 +1978,20,1,suicide,21-24 yrs,30,180223,22.475677490234375,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,16.64604377746582 +1978,20,1,homicide,21-24 yrs,20,180223,22.475677490234375,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,11.097362518310547 +1978,20,1,other external,21-24 yrs,45,180223,22.475677490234375,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,24.969066619873047 +1978,20,1,internal,21-24 yrs,45,180223,22.475677490234375,1,0.2760736346244812,1.1399999856948853,0.11999999731779099,0.6399999856948853,1.8899999856948853,24.969066619873047 +1979,20,1,MVA,15-17 yrs,48,128174,16.017078399658203,0,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,37.449092864990234 +1979,20,1,suicide,15-17 yrs,5,128174,16.017078399658203,0,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,3.900947093963623 +1979,20,1,homicide,15-17 yrs,2,128174,16.017078399658203,0,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,1.560378909111023 +1979,20,1,other external,15-17 yrs,9,128174,16.017078399658203,0,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,7.02170467376709 +1979,20,1,internal,15-17 yrs,19,128174,16.017078399658203,0,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,14.823598861694336 +1979,20,1,all,18-20 yrs,190,144932,19.011653900146484,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,131.09596252441406 +1979,20,1,MVA,18-20 yrs,85,144932,19.011653900146484,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,58.648193359375 +1979,20,1,suicide,18-20 yrs,19,144932,19.011653900146484,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,13.109596252441406 +1979,20,1,homicide,18-20 yrs,22,144932,19.011653900146484,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,15.179532051086426 +1979,20,1,other external,18-20 yrs,34,144932,19.011653900146484,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,23.459278106689453 +1979,20,1,internal,18-20 yrs,30,144932,19.011653900146484,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,20.69936180114746 +1979,20,1,all,21-24 yrs,231,182697,22.479055404663086,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,126.43885803222656 +1979,20,1,MVA,21-24 yrs,89,182697,22.479055404663086,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,48.71453857421875 +1979,20,1,suicide,21-24 yrs,29,182697,22.479055404663086,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,15.873276710510254 +1979,20,1,homicide,21-24 yrs,23,182697,22.479055404663086,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,12.589150428771973 +1979,20,1,other external,21-24 yrs,44,182697,22.479055404663086,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,24.08359146118164 +1979,20,1,internal,21-24 yrs,46,182697,22.479055404663086,1,0.24793389439582825,1.1699999570846558,0.10999999940395355,0.7300000190734863,2.009999990463257,25.178300857543945 +1980,20,1,MVA,15-17 yrs,49,122445,16.032333374023438,0,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,40.017967224121094 +1980,20,1,suicide,15-17 yrs,3,122445,16.032333374023438,0,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,2.4500796794891357 +1980,20,1,homicide,15-17 yrs,5,122445,16.032333374023438,0,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,4.083466053009033 +1980,20,1,other external,15-17 yrs,10,122445,16.032333374023438,0,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,8.166932106018066 +1980,20,1,internal,15-17 yrs,20,122445,16.032333374023438,0,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,16.333864212036133 +1980,20,1,all,18-20 yrs,188,142146,19.031700134277344,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,132.2583770751953 +1980,20,1,MVA,18-20 yrs,83,142146,19.031700134277344,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,58.39066696166992 +1980,20,1,suicide,18-20 yrs,26,142146,19.031700134277344,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,18.291053771972656 +1980,20,1,homicide,18-20 yrs,16,142146,19.031700134277344,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,11.256032943725586 +1980,20,1,other external,18-20 yrs,38,142146,19.031700134277344,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,26.733078002929688 +1980,20,1,internal,18-20 yrs,25,142146,19.031700134277344,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,17.58755111694336 +1980,20,1,all,21-24 yrs,245,184761,22.479110717773438,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,132.60374450683594 +1980,20,1,MVA,21-24 yrs,96,184761,22.479110717773438,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,51.95901870727539 +1980,20,1,suicide,21-24 yrs,34,184761,22.479110717773438,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,18.402151107788086 +1980,20,1,homicide,21-24 yrs,29,184761,22.479110717773438,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,15.695953369140625 +1980,20,1,other external,21-24 yrs,42,184761,22.479110717773438,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,22.732070922851562 +1980,20,1,internal,21-24 yrs,44,184761,22.479110717773438,1,0.21844661235809326,1.2300000190734863,0.10999999940395355,0.6200000047683716,1.9600000381469727,23.814550399780273 +1981,20,1,MVA,15-17 yrs,38,115597,16.04384994506836,0,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,32.872825622558594 +1981,20,1,suicide,15-17 yrs,8,115597,16.04384994506836,0,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,6.920594692230225 +1981,20,1,homicide,15-17 yrs,2,115597,16.04384994506836,0,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,1.7301486730575562 +1981,20,1,other external,15-17 yrs,15,115597,16.04384994506836,0,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,12.976115226745605 +1981,20,1,internal,15-17 yrs,21,115597,16.04384994506836,0,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,18.166561126708984 +1981,20,1,all,18-20 yrs,167,137921,19.04805564880371,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,121.08380889892578 +1981,20,1,MVA,18-20 yrs,80,137921,19.04805564880371,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,58.00421905517578 +1981,20,1,suicide,18-20 yrs,14,137921,19.04805564880371,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,10.150738716125488 +1981,20,1,homicide,18-20 yrs,12,137921,19.04805564880371,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,8.70063304901123 +1981,20,1,other external,18-20 yrs,37,137921,19.04805564880371,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,26.82695198059082 +1981,20,1,internal,18-20 yrs,24,137921,19.04805564880371,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,17.40126609802246 +1981,20,1,all,21-24 yrs,212,187736,22.48662567138672,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,112.92453002929688 +1981,20,1,MVA,21-24 yrs,81,187736,22.48662567138672,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,43.145694732666016 +1981,20,1,suicide,21-24 yrs,28,187736,22.48662567138672,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,14.91456127166748 +1981,20,1,homicide,21-24 yrs,22,187736,22.48662567138672,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,11.718583106994629 +1981,20,1,other external,21-24 yrs,36,187736,22.48662567138672,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,19.17586326599121 +1981,20,1,internal,21-24 yrs,45,187736,22.48662567138672,1,0.19801980257034302,1.2300000190734863,0.11999999731779099,0.699999988079071,2.049999952316284,23.969829559326172 +1982,20,1,MVA,15-17 yrs,27,108883,16.034046173095703,0,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,24.797260284423828 +1982,20,1,suicide,15-17 yrs,1,108883,16.034046173095703,0,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,0.9184170365333557 +1982,20,1,homicide,15-17 yrs,5,108883,16.034046173095703,0,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,4.592084884643555 +1982,20,1,other external,15-17 yrs,6,108883,16.034046173095703,0,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,5.510501861572266 +1982,20,1,internal,15-17 yrs,15,108883,16.034046173095703,0,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,13.77625560760498 +1982,20,1,all,18-20 yrs,136,132108,19.041534423828125,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,102.94607543945312 +1982,20,1,MVA,18-20 yrs,63,132108,19.041534423828125,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,47.688255310058594 +1982,20,1,suicide,18-20 yrs,16,132108,19.041534423828125,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,12.111303329467773 +1982,20,1,homicide,18-20 yrs,7,132108,19.041534423828125,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,5.298695087432861 +1982,20,1,other external,18-20 yrs,24,132108,19.041534423828125,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,18.166954040527344 +1982,20,1,internal,18-20 yrs,26,132108,19.041534423828125,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,19.680866241455078 +1982,20,1,all,21-24 yrs,189,188757,22.48824691772461,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,100.12873840332031 +1982,20,1,MVA,21-24 yrs,83,188757,22.48824691772461,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,43.97187805175781 +1982,20,1,suicide,21-24 yrs,26,188757,22.48824691772461,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,13.774323463439941 +1982,20,1,homicide,21-24 yrs,17,188757,22.48824691772461,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,9.006288528442383 +1982,20,1,other external,21-24 yrs,29,188757,22.48824691772461,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,15.363668441772461 +1982,20,1,internal,21-24 yrs,34,188757,22.48824691772461,1,0.1865285038948059,1.2200000286102295,0.12999999523162842,0.6700000166893005,2.0199999809265137,18.012577056884766 +1983,20,1,MVA,15-17 yrs,30,104144,16.018129348754883,0,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,28.8062686920166 +1983,20,1,suicide,15-17 yrs,6,104144,16.018129348754883,0,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,5.761253833770752 +1983,20,1,homicide,15-17 yrs,6,104144,16.018129348754883,0,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,5.761253833770752 +1983,20,1,other external,15-17 yrs,11,104144,16.018129348754883,0,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,10.562298774719238 +1983,20,1,internal,15-17 yrs,21,104144,16.018129348754883,0,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,20.16438865661621 +1983,20,1,all,18-20 yrs,144,126871,19.051240921020508,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,113.50111389160156 +1983,20,1,MVA,18-20 yrs,66,126871,19.051240921020508,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,52.02134323120117 +1983,20,1,suicide,18-20 yrs,24,126871,19.051240921020508,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,18.916852951049805 +1983,20,1,homicide,18-20 yrs,14,126871,19.051240921020508,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,11.034831047058105 +1983,20,1,other external,18-20 yrs,17,126871,19.051240921020508,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,13.399436950683594 +1983,20,1,internal,18-20 yrs,23,126871,19.051240921020508,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,18.128650665283203 +1983,20,1,all,21-24 yrs,157,187114,22.511009216308594,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,83.90606689453125 +1983,20,1,MVA,21-24 yrs,63,187114,22.511009216308594,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,33.669315338134766 +1983,20,1,suicide,21-24 yrs,23,187114,22.511009216308594,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,12.291972160339355 +1983,20,1,homicide,21-24 yrs,14,187114,22.511009216308594,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,7.482069969177246 +1983,20,1,other external,21-24 yrs,29,187114,22.511009216308594,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,15.498573303222656 +1983,20,1,internal,21-24 yrs,28,187114,22.511009216308594,1,0.1807229071855545,1.2000000476837158,0.12999999523162842,0.6399999856948853,1.9600000381469727,14.964139938354492 +1984,20,1,MVA,15-17 yrs,35,103026,15.995059967041016,0,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,33.972007751464844 +1984,20,1,suicide,15-17 yrs,8,103026,15.995059967041016,0,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,7.765030384063721 +1984,20,1,homicide,15-17 yrs,1,103026,15.995059967041016,0,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,0.9706287980079651 +1984,20,1,other external,15-17 yrs,12,103026,15.995059967041016,0,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,11.647544860839844 +1984,20,1,internal,15-17 yrs,13,103026,15.995059967041016,0,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,12.618173599243164 +1984,20,1,all,18-20 yrs,136,120070,19.06404685974121,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,113.26725769042969 +1984,20,1,MVA,18-20 yrs,69,120070,19.06404685974121,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,57.46647644042969 +1984,20,1,suicide,18-20 yrs,15,120070,19.06404685974121,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,12.49271297454834 +1984,20,1,homicide,18-20 yrs,6,120070,19.06404685974121,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,4.997085094451904 +1984,20,1,other external,18-20 yrs,15,120070,19.06404685974121,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,12.49271297454834 +1984,20,1,internal,18-20 yrs,31,120070,19.06404685974121,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,25.818273544311523 +1984,20,1,all,21-24 yrs,170,182270,22.535188674926758,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,93.26822662353516 +1984,20,1,MVA,21-24 yrs,70,182270,22.535188674926758,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,38.404563903808594 +1984,20,1,suicide,21-24 yrs,24,182270,22.535188674926758,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,13.167279243469238 +1984,20,1,homicide,21-24 yrs,16,182270,22.535188674926758,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,8.778185844421387 +1984,20,1,other external,21-24 yrs,28,182270,22.535188674926758,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,15.361825942993164 +1984,20,1,internal,21-24 yrs,32,182270,22.535188674926758,1,0.17324350774288177,1.1799999475479126,0.14000000059604645,0.6299999952316284,1.9500000476837158,17.556371688842773 +1985,20,0.9611555933952332,MVA,15-17 yrs,28,104359,15.978775024414062,0,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,26.830459594726562 +1985,20,0.9611555933952332,suicide,15-17 yrs,10,104359,15.978775024414062,0,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,9.582306861877441 +1985,20,0.9611555933952332,homicide,15-17 yrs,4,104359,15.978775024414062,0,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,3.83292293548584 +1985,20,0.9611555933952332,other external,15-17 yrs,12,104359,15.978775024414062,0,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,11.49876880645752 +1985,20,0.9611555933952332,internal,15-17 yrs,18,104359,15.978775024414062,0,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,17.248153686523438 +1985,20,0.9611555933952332,all,18-20 yrs,111,113265,19.056001663208008,0.9611555933952332,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,98.0002670288086 +1985,20,0.9611555933952332,MVA,18-20 yrs,62,113265,19.056001663208008,0.9611555933952332,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,54.738887786865234 +1985,20,0.9611555933952332,suicide,18-20 yrs,10,113265,19.056001663208008,0.9611555933952332,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,8.828852653503418 +1985,20,0.9611555933952332,homicide,18-20 yrs,7,113265,19.056001663208008,0.9611555933952332,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,6.180196762084961 +1985,20,0.9611555933952332,other external,18-20 yrs,14,113265,19.056001663208008,0.9611555933952332,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,12.360393524169922 +1985,20,0.9611555933952332,internal,18-20 yrs,18,113265,19.056001663208008,0.9611555933952332,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,15.891934394836426 +1985,20,0.9611555933952332,all,21-24 yrs,177,175473,22.5413761138916,1,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,100.8702163696289 +1985,20,0.9611555933952332,MVA,21-24 yrs,69,175473,22.5413761138916,1,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,39.322288513183594 +1985,20,0.9611555933952332,suicide,21-24 yrs,25,175473,22.5413761138916,1,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,14.24720573425293 +1985,20,0.9611555933952332,homicide,21-24 yrs,12,175473,22.5413761138916,1,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,6.838658809661865 +1985,20,0.9611555933952332,other external,21-24 yrs,26,175473,22.5413761138916,1,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,14.817094802856445 +1985,20,0.9611555933952332,internal,21-24 yrs,45,175473,22.5413761138916,1,0.1672862470149994,1.1699999570846558,0.15000000596046448,0.6399999856948853,1.9600000381469727,25.64497184753418 +1986,20,0.6844111084938049,MVA,15-17 yrs,40,106548,15.986794471740723,0,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,37.54176712036133 +1986,20,0.6844111084938049,suicide,15-17 yrs,6,106548,15.986794471740723,0,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,5.631264686584473 +1986,20,0.6844111084938049,homicide,15-17 yrs,3,106548,15.986794471740723,0,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,2.8156323432922363 +1986,20,0.6844111084938049,other external,15-17 yrs,10,106548,15.986794471740723,0,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,9.385441780090332 +1986,20,0.6844111084938049,internal,15-17 yrs,16,106548,15.986794471740723,0,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,15.016706466674805 +1986,20,0.6844111084938049,all,18-20 yrs,131,108941,19.04094886779785,0.6844111084938049,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,120.24857330322266 +1986,20,0.6844111084938049,MVA,18-20 yrs,67,108941,19.04094886779785,0.6844111084938049,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,61.50117874145508 +1986,20,0.6844111084938049,suicide,18-20 yrs,26,108941,19.04094886779785,0.6844111084938049,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,23.86612892150879 +1986,20,0.6844111084938049,homicide,18-20 yrs,4,108941,19.04094886779785,0.6844111084938049,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,3.6717121601104736 +1986,20,0.6844111084938049,other external,18-20 yrs,13,108941,19.04094886779785,0.6844111084938049,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,11.933064460754395 +1986,20,0.6844111084938049,internal,18-20 yrs,21,108941,19.04094886779785,0.6844111084938049,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,19.2764892578125 +1986,20,0.6844111084938049,all,21-24 yrs,154,166963,22.540376663208008,1,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,92.23600769042969 +1986,20,0.6844111084938049,MVA,21-24 yrs,60,166963,22.540376663208008,1,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,35.93610382080078 +1986,20,0.6844111084938049,suicide,21-24 yrs,24,166963,22.540376663208008,1,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,14.374442100524902 +1986,20,0.6844111084938049,homicide,21-24 yrs,16,166963,22.540376663208008,1,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,9.582961082458496 +1986,20,0.6844111084938049,other external,21-24 yrs,23,166963,22.540376663208008,1,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,13.775506973266602 +1986,20,0.6844111084938049,internal,21-24 yrs,31,166963,22.540376663208008,1,0.16423358023166656,1.1200000047683716,0.17000000178813934,0.5899999737739563,1.8799999952316284,18.566987991333008 +1987,20,0.339570015668869,MVA,15-17 yrs,40,105382,16.02483367919922,0,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,37.95714569091797 +1987,20,0.339570015668869,suicide,15-17 yrs,14,105382,16.02483367919922,0,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,13.285000801086426 +1987,20,0.339570015668869,homicide,15-17 yrs,6,105382,16.02483367919922,0,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,5.693572044372559 +1987,20,0.339570015668869,other external,15-17 yrs,5,105382,16.02483367919922,0,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,4.744643211364746 +1987,20,0.339570015668869,internal,15-17 yrs,13,105382,16.02483367919922,0,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,12.33607292175293 +1987,20,0.339570015668869,all,18-20 yrs,117,108414,19.01800537109375,0.339570015668869,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,107.91963958740234 +1987,20,0.339570015668869,MVA,18-20 yrs,61,108414,19.01800537109375,0.339570015668869,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,56.26579666137695 +1987,20,0.339570015668869,suicide,18-20 yrs,18,108414,19.01800537109375,0.339570015668869,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,16.6030216217041 +1987,20,0.339570015668869,homicide,18-20 yrs,8,108414,19.01800537109375,0.339570015668869,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,7.379120826721191 +1987,20,0.339570015668869,other external,18-20 yrs,14,108414,19.01800537109375,0.339570015668869,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,12.913461685180664 +1987,20,0.339570015668869,internal,18-20 yrs,16,108414,19.01800537109375,0.339570015668869,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,14.758241653442383 +1987,20,0.339570015668869,all,21-24 yrs,168,158373,22.550472259521484,1,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,106.07868957519531 +1987,20,0.339570015668869,MVA,21-24 yrs,74,158373,22.550472259521484,1,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,46.725135803222656 +1987,20,0.339570015668869,suicide,21-24 yrs,26,158373,22.550472259521484,1,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,16.416940689086914 +1987,20,0.339570015668869,homicide,21-24 yrs,11,158373,22.550472259521484,1,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,6.9456281661987305 +1987,20,0.339570015668869,other external,21-24 yrs,23,158373,22.550472259521484,1,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,14.522677421569824 +1987,20,0.339570015668869,internal,21-24 yrs,34,158373,22.550472259521484,1,0.15845070779323578,1.1200000047683716,0.1599999964237213,0.5600000023841858,1.840000033378601,21.468305587768555 +1988,20,0.041027460247278214,MVA,15-17 yrs,34,102124,16.044231414794922,0,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,33.2928581237793 +1988,20,0.041027460247278214,suicide,15-17 yrs,13,102124,16.044231414794922,0,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,12.729622840881348 +1988,20,0.041027460247278214,homicide,15-17 yrs,3,102124,16.044231414794922,0,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,2.937605381011963 +1988,20,0.041027460247278214,other external,15-17 yrs,9,102124,16.044231414794922,0,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,8.81281566619873 +1988,20,0.041027460247278214,internal,15-17 yrs,15,102124,16.044231414794922,0,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,14.688026428222656 +1988,20,0.041027460247278214,all,18-20 yrs,124,111153,19.004533767700195,0.041027460247278214,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,111.55794525146484 +1988,20,0.041027460247278214,MVA,18-20 yrs,59,111153,19.004533767700195,0.041027460247278214,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,53.07999038696289 +1988,20,0.041027460247278214,suicide,18-20 yrs,23,111153,19.004533767700195,0.041027460247278214,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,20.69219970703125 +1988,20,0.041027460247278214,homicide,18-20 yrs,6,111153,19.004533767700195,0.041027460247278214,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,5.397964954376221 +1988,20,0.041027460247278214,other external,18-20 yrs,14,111153,19.004533767700195,0.041027460247278214,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,12.59525203704834 +1988,20,0.041027460247278214,internal,18-20 yrs,22,111153,19.004533767700195,0.041027460247278214,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,19.792537689208984 +1988,20,0.041027460247278214,all,21-24 yrs,144,151311,22.54942512512207,1,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,95.16822814941406 +1988,20,0.041027460247278214,MVA,21-24 yrs,54,151311,22.54942512512207,1,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,35.688087463378906 +1988,20,0.041027460247278214,suicide,21-24 yrs,25,151311,22.54942512512207,1,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,16.522262573242188 +1988,20,0.041027460247278214,homicide,21-24 yrs,18,151311,22.54942512512207,1,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,11.896028518676758 +1988,20,0.041027460247278214,other external,21-24 yrs,19,151311,22.54942512512207,1,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,12.55691909790039 +1988,20,0.041027460247278214,internal,21-24 yrs,28,151311,22.54942512512207,1,0.1521555334329605,1.1100000143051147,0.20999999344348907,0.5600000023841858,1.8799999952316284,18.504934310913086 +1989,20,0,MVA,15-17 yrs,34,98150,16.014997482299805,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,34.6408576965332 +1989,20,0,suicide,15-17 yrs,12,98150,16.014997482299805,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,12.226184844970703 +1989,20,0,homicide,15-17 yrs,7,98150,16.014997482299805,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,7.131940841674805 +1989,20,0,other external,15-17 yrs,11,98150,16.014997482299805,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,11.207335472106934 +1989,20,0,internal,15-17 yrs,17,98150,16.014997482299805,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,17.3204288482666 +1989,20,0,all,18-20 yrs,116,114503,19.01077651977539,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,101.30738830566406 +1989,20,0,MVA,18-20 yrs,49,114503,19.01077651977539,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,42.79364013671875 +1989,20,0,suicide,18-20 yrs,15,114503,19.01077651977539,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,13.100093841552734 +1989,20,0,homicide,18-20 yrs,14,114503,19.01077651977539,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,12.226754188537598 +1989,20,0,other external,18-20 yrs,11,114503,19.01077651977539,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,9.6067352294921875 +1989,20,0,internal,18-20 yrs,27,114503,19.01077651977539,0,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,23.580167770385742 +1989,20,0,all,21-24 yrs,127,144114,22.52425765991211,1,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,88.12467956542969 +1989,20,0,MVA,21-24 yrs,49,144114,22.52425765991211,1,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,34.00086212158203 +1989,20,0,suicide,21-24 yrs,20,144114,22.52425765991211,1,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,13.877902030944824 +1989,20,0,homicide,21-24 yrs,12,144114,22.52425765991211,1,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,8.326741218566895 +1989,20,0,other external,21-24 yrs,16,144114,22.52425765991211,1,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,11.10232162475586 +1989,20,0,internal,21-24 yrs,30,144114,22.52425765991211,1,0.14516130089759827,1.100000023841858,0.12999999523162842,0.5400000214576721,1.7699999809265137,20.816852569580078 +1990,20,0,MVA,15-17 yrs,34,98109,15.992304801940918,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,34.655330657958984 +1990,20,0,suicide,15-17 yrs,9,98109,15.992304801940918,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,9.173470497131348 +1990,20,0,homicide,15-17 yrs,5,98109,15.992304801940918,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,5.096372604370117 +1990,20,0,other external,15-17 yrs,7,98109,15.992304801940918,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,7.134921550750732 +1990,20,0,internal,15-17 yrs,13,98109,15.992304801940918,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,13.250568389892578 +1990,20,0,all,18-20 yrs,104,113645,19.051942825317383,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,91.51304626464844 +1990,20,0,MVA,18-20 yrs,49,113645,19.051942825317383,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,43.116722106933594 +1990,20,0,suicide,18-20 yrs,17,113645,19.051942825317383,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,14.958863258361816 +1990,20,0,homicide,18-20 yrs,14,113645,19.051942825317383,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,12.319064140319824 +1990,20,0,other external,18-20 yrs,13,113645,19.051942825317383,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,11.439130783081055 +1990,20,0,internal,18-20 yrs,11,113645,19.051942825317383,0,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,9.679264068603516 +1990,20,0,all,21-24 yrs,117,141557,22.481225967407227,1,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,82.65221405029297 +1990,20,0,MVA,21-24 yrs,48,141557,22.481225967407227,1,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,33.90860366821289 +1990,20,0,suicide,21-24 yrs,22,141557,22.481225967407227,1,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,15.54144287109375 +1990,20,0,homicide,21-24 yrs,9,141557,22.481225967407227,1,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,6.357862949371338 +1990,20,0,other external,21-24 yrs,14,141557,22.481225967407227,1,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,9.890008926391602 +1990,20,0,internal,21-24 yrs,24,141557,22.481225967407227,1,0.13771997392177582,1.1299999952316284,0.12999999523162842,0.5299999713897705,1.7899999618530273,16.954301834106445 +1991,20,0,MVA,15-17 yrs,29,100347,15.992206573486328,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,28.899717330932617 +1991,20,0,suicide,15-17 yrs,15,100347,15.992206573486328,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,14.948129653930664 +1991,20,0,homicide,15-17 yrs,9,100347,15.992206573486328,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,8.968877792358398 +1991,20,0,other external,15-17 yrs,12,100347,15.992206573486328,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,11.958503723144531 +1991,20,0,internal,15-17 yrs,19,100347,15.992206573486328,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,18.934297561645508 +1991,20,0,all,18-20 yrs,111,107739,19.067134857177734,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,103.0267562866211 +1991,20,0,MVA,18-20 yrs,43,107739,19.067134857177734,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,39.9112663269043 +1991,20,0,suicide,18-20 yrs,20,107739,19.067134857177734,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,18.563379287719727 +1991,20,0,homicide,18-20 yrs,13,107739,19.067134857177734,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,12.066197395324707 +1991,20,0,other external,18-20 yrs,12,107739,19.067134857177734,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,11.138028144836426 +1991,20,0,internal,18-20 yrs,23,107739,19.067134857177734,0,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,21.34788703918457 +1991,20,0,all,21-24 yrs,146,143730,22.44979476928711,1,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,101.57935333251953 +1991,20,0,MVA,21-24 yrs,42,143730,22.44979476928711,1,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,29.22145652770996 +1991,20,0,suicide,21-24 yrs,25,143730,22.44979476928711,1,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,17.39372444152832 +1991,20,0,homicide,21-24 yrs,20,143730,22.44979476928711,1,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,13.914979934692383 +1991,20,0,other external,21-24 yrs,20,143730,22.44979476928711,1,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,13.914979934692383 +1991,20,0,internal,21-24 yrs,39,143730,22.44979476928711,1,0.13215859234333038,1.149999976158142,0.14000000059604645,0.5699999928474426,1.850000023841858,27.13421058654785 +1992,20,0,MVA,15-17 yrs,47,104628,15.99193286895752,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,44.92105484008789 +1992,20,0,suicide,15-17 yrs,14,104628,15.99193286895752,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,13.380739212036133 +1992,20,0,homicide,15-17 yrs,6,104628,15.99193286895752,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,5.734602451324463 +1992,20,0,other external,15-17 yrs,12,104628,15.99193286895752,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,11.469204902648926 +1992,20,0,internal,15-17 yrs,16,104628,15.99193286895752,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,15.29227352142334 +1992,20,0,all,18-20 yrs,102,103899,19.032272338867188,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,98.1722640991211 +1992,20,0,MVA,18-20 yrs,41,103899,19.032272338867188,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,39.46139907836914 +1992,20,0,suicide,18-20 yrs,18,103899,19.032272338867188,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,17.32451629638672 +1992,20,0,homicide,18-20 yrs,15,103899,19.032272338867188,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,14.437097549438477 +1992,20,0,other external,18-20 yrs,11,103899,19.032272338867188,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,10.587204933166504 +1992,20,0,internal,18-20 yrs,17,103899,19.032272338867188,0,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,16.362043380737305 +1992,20,0,all,21-24 yrs,129,147288,22.449453353881836,1,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,87.58351135253906 +1992,20,0,MVA,21-24 yrs,33,147288,22.449453353881836,1,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,22.40508460998535 +1992,20,0,suicide,21-24 yrs,30,147288,22.449453353881836,1,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,20.368257522583008 +1992,20,0,homicide,21-24 yrs,23,147288,22.449453353881836,1,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,15.6156644821167 +1992,20,0,other external,21-24 yrs,13,147288,22.449453353881836,1,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,8.826245307922363 +1992,20,0,internal,21-24 yrs,30,147288,22.449453353881836,1,0.12829650938510895,1.090000033378601,0.14000000059604645,0.550000011920929,1.7799999713897705,20.368257522583008 +1993,20,0,MVA,15-17 yrs,30,107605,15.991859436035156,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,27.879745483398438 +1993,20,0,suicide,15-17 yrs,18,107605,15.991859436035156,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,16.727848052978516 +1993,20,0,homicide,15-17 yrs,15,107605,15.991859436035156,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,13.939872741699219 +1993,20,0,other external,15-17 yrs,9,107605,15.991859436035156,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,8.363924026489258 +1993,20,0,internal,15-17 yrs,16,107605,15.991859436035156,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,14.869197845458984 +1993,20,0,all,18-20 yrs,100,104714,19.000343322753906,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,95.49821472167969 +1993,20,0,MVA,18-20 yrs,31,104714,19.000343322753906,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,29.604446411132812 +1993,20,0,suicide,18-20 yrs,14,104714,19.000343322753906,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,13.369750022888184 +1993,20,0,homicide,18-20 yrs,27,104714,19.000343322753906,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,25.784517288208008 +1993,20,0,other external,18-20 yrs,10,104714,19.000343322753906,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,9.549821853637695 +1993,20,0,internal,18-20 yrs,18,104714,19.000343322753906,0,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,17.189678192138672 +1993,20,0,all,21-24 yrs,127,146870,22.504371643066406,1,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,86.47103118896484 +1993,20,0,MVA,21-24 yrs,39,146870,22.504371643066406,1,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,26.554096221923828 +1993,20,0,suicide,21-24 yrs,30,146870,22.504371643066406,1,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,20.426227569580078 +1993,20,0,homicide,21-24 yrs,23,146870,22.504371643066406,1,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,15.660107612609863 +1993,20,0,other external,21-24 yrs,16,146870,22.504371643066406,1,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,10.893987655639648 +1993,20,0,internal,21-24 yrs,19,146870,22.504371643066406,1,0.12456747889518738,1.090000033378601,0.14000000059604645,0.5199999809265137,1.75,12.936610221862793 +1994,20,0,MVA,15-17 yrs,34,111955,15.997794151306152,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,30.36934471130371 +1994,20,0,suicide,15-17 yrs,11,111955,15.997794151306152,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,9.825376510620117 +1994,20,0,homicide,15-17 yrs,14,111955,15.997794151306152,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,12.505023956298828 +1994,20,0,other external,15-17 yrs,7,111955,15.997794151306152,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,6.252511978149414 +1994,20,0,internal,15-17 yrs,19,111955,15.997794151306152,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,16.97110366821289 +1994,20,0,all,18-20 yrs,123,107590,19.002416610717773,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,114.32289123535156 +1994,20,0,MVA,18-20 yrs,58,107590,19.002416610717773,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,53.908355712890625 +1994,20,0,suicide,18-20 yrs,18,107590,19.002416610717773,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,16.730178833007812 +1994,20,0,homicide,18-20 yrs,16,107590,19.002416610717773,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,14.871270179748535 +1994,20,0,other external,18-20 yrs,10,107590,19.002416610717773,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,9.294544219970703 +1994,20,0,internal,18-20 yrs,21,107590,19.002416610717773,0,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,19.518543243408203 +1994,20,0,all,21-24 yrs,143,143728,22.549224853515625,1,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,99.49348449707031 +1994,20,0,MVA,21-24 yrs,43,143728,22.549224853515625,1,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,29.917621612548828 +1994,20,0,suicide,21-24 yrs,20,143728,22.549224853515625,1,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,13.915173530578613 +1994,20,0,homicide,21-24 yrs,29,143728,22.549224853515625,1,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,20.177001953125 +1994,20,0,other external,21-24 yrs,17,143728,22.549224853515625,1,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,11.827897071838379 +1994,20,0,internal,21-24 yrs,34,143728,22.549224853515625,1,0.12145749479532242,1.1200000047683716,0.12999999523162842,0.47999998927116394,1.7300000190734863,23.655794143676758 +1995,20,0,MVA,15-17 yrs,21,116395,15.982645034790039,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,18.042011260986328 +1995,20,0,suicide,15-17 yrs,11,116395,15.982645034790039,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,9.450577735900879 +1995,20,0,homicide,15-17 yrs,10,116395,15.982645034790039,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,8.591434478759766 +1995,20,0,other external,15-17 yrs,8,116395,15.982645034790039,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,6.873147487640381 +1995,20,0,internal,15-17 yrs,12,116395,15.982645034790039,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,10.309720993041992 +1995,20,0,all,18-20 yrs,114,112013,18.99848175048828,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,101.7739028930664 +1995,20,0,MVA,18-20 yrs,35,112013,18.99848175048828,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,31.246374130249023 +1995,20,0,suicide,18-20 yrs,27,112013,18.99848175048828,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,24.104345321655273 +1995,20,0,homicide,18-20 yrs,21,112013,18.99848175048828,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,18.74782371520996 +1995,20,0,other external,18-20 yrs,9,112013,18.99848175048828,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,8.034781455993652 +1995,20,0,internal,18-20 yrs,22,112013,18.99848175048828,0,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,19.64057731628418 +1995,20,0,all,21-24 yrs,144,139098,22.535104751586914,1,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,103.52413177490234 +1995,20,0,MVA,21-24 yrs,48,139098,22.535104751586914,1,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,34.5080451965332 +1995,20,0,suicide,21-24 yrs,25,139098,22.535104751586914,1,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,17.97294044494629 +1995,20,0,homicide,21-24 yrs,25,139098,22.535104751586914,1,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,17.97294044494629 +1995,20,0,other external,21-24 yrs,13,139098,22.535104751586914,1,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,9.345929145812988 +1995,20,0,internal,21-24 yrs,33,139098,22.535104751586914,1,0.11811024695634842,1.0800000429153442,0.15000000596046448,0.5,1.7200000286102295,23.724281311035156 +1996,20,0,MVA,15-17 yrs,44,120719,15.996603965759277,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,36.448280334472656 +1996,20,0,suicide,15-17 yrs,12,120719,15.996603965759277,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,9.94044017791748 +1996,20,0,homicide,15-17 yrs,13,120719,15.996603965759277,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,10.768810272216797 +1996,20,0,other external,15-17 yrs,10,120719,15.996603965759277,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,8.283699989318848 +1996,20,0,internal,15-17 yrs,7,120719,15.996603965759277,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,5.798590183258057 +1996,20,0,all,18-20 yrs,121,114553,18.995643615722656,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,105.62796020507812 +1996,20,0,MVA,18-20 yrs,47,114553,18.995643615722656,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,41.02904510498047 +1996,20,0,suicide,18-20 yrs,26,114553,18.995643615722656,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,22.696918487548828 +1996,20,0,homicide,18-20 yrs,16,114553,18.995643615722656,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,13.967333793640137 +1996,20,0,other external,18-20 yrs,10,114553,18.995643615722656,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,8.729583740234375 +1996,20,0,internal,18-20 yrs,22,114553,18.995643615722656,0,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,19.2050838470459 +1996,20,0,all,21-24 yrs,137,135191,22.474225997924805,1,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,101.33810424804688 +1996,20,0,MVA,21-24 yrs,55,135191,22.474225997924805,1,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,40.68318176269531 +1996,20,0,suicide,21-24 yrs,17,135191,22.474225997924805,1,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,12.574801445007324 +1996,20,0,homicide,21-24 yrs,19,135191,22.474225997924805,1,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,14.054189682006836 +1996,20,0,other external,21-24 yrs,16,135191,22.474225997924805,1,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,11.835107803344727 +1996,20,0,internal,21-24 yrs,30,135191,22.474225997924805,1,0.11472276598215103,1.0499999523162842,0.14000000059604645,0.49000000953674316,1.690000057220459,22.190826416015625 +1970,21,0,MVA,15-17 yrs,104,192615,15.98548412322998,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,53.993717193603516 +1970,21,0,suicide,15-17 yrs,0,192615,15.98548412322998,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,0 +1970,21,0,homicide,15-17 yrs,10,192615,15.98548412322998,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,5.191703796386719 +1970,21,0,other external,15-17 yrs,40,192615,15.98548412322998,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,20.766815185546875 +1970,21,0,internal,15-17 yrs,43,192615,15.98548412322998,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,22.324325561523438 +1970,21,0,all,18-20 yrs,273,186231,18.98223114013672,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,146.59213256835938 +1970,21,0,MVA,18-20 yrs,131,186231,18.98223114013672,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,70.342742919921875 +1970,21,0,suicide,18-20 yrs,9,186231,18.98223114013672,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,4.83270788192749 +1970,21,0,homicide,18-20 yrs,17,186231,18.98223114013672,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,9.128447532653809 +1970,21,0,other external,18-20 yrs,44,186231,18.98223114013672,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,23.626571655273438 +1970,21,0,internal,18-20 yrs,72,186231,18.98223114013672,0,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,38.66166305541992 +1970,21,0,all,21-24 yrs,335,205914,22.39618492126465,1,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,162.6892852783203 +1970,21,0,MVA,21-24 yrs,131,205914,22.39618492126465,1,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,63.61879348754883 +1970,21,0,suicide,21-24 yrs,18,205914,22.39618492126465,1,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,8.7415132522583 +1970,21,0,homicide,21-24 yrs,32,205914,22.39618492126465,1,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,15.540468215942383 +1970,21,0,other external,21-24 yrs,66,205914,22.39618492126465,1,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,32.052215576171875 +1970,21,0,internal,21-24 yrs,88,205914,22.39618492126465,1,0.20618556439876556,0.9300000071525574,0.07999999821186066,0.8399999737739563,1.8600000143051147,42.73628616333008 +1971,21,0,MVA,15-17 yrs,76,198501,15.99260425567627,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,38.28696060180664 +1971,21,0,suicide,15-17 yrs,11,198501,15.99260425567627,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,5.541533946990967 +1971,21,0,homicide,15-17 yrs,17,198501,15.99260425567627,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,8.564188957214355 +1971,21,0,other external,15-17 yrs,58,198501,15.99260425567627,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,29.218996047973633 +1971,21,0,internal,15-17 yrs,44,198501,15.99260425567627,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,22.166135787963867 +1971,21,0,all,18-20 yrs,251,192080,19.0079402923584,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,130.67471313476562 +1971,21,0,MVA,18-20 yrs,109,192080,19.0079402923584,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,56.747188568115234 +1971,21,0,suicide,18-20 yrs,17,192080,19.0079402923584,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,8.8504791259765625 +1971,21,0,homicide,18-20 yrs,25,192080,19.0079402923584,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,13.015410423278809 +1971,21,0,other external,18-20 yrs,40,192080,19.0079402923584,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,20.824655532836914 +1971,21,0,internal,18-20 yrs,60,192080,19.0079402923584,0,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,31.236984252929688 +1971,21,0,all,21-24 yrs,346,231188,22.500207901000977,1,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,149.6617431640625 +1971,21,0,MVA,21-24 yrs,127,231188,22.500207901000977,1,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,54.93364715576172 +1971,21,0,suicide,21-24 yrs,27,231188,22.500207901000977,1,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,11.678807258605957 +1971,21,0,homicide,21-24 yrs,38,231188,22.500207901000977,1,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,16.436840057373047 +1971,21,0,other external,21-24 yrs,58,231188,22.500207901000977,1,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,25.087806701660156 +1971,21,0,internal,21-24 yrs,96,231188,22.500207901000977,1,0.1975308656692505,0.9700000286102295,0.10000000149011612,0.8700000047683716,1.9299999475479126,41.5246467590332 +1972,21,0,MVA,15-17 yrs,92,203455,15.988576889038086,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,45.21884536743164 +1972,21,0,suicide,15-17 yrs,8,203455,15.988576889038086,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,3.9320733547210693 +1972,21,0,homicide,15-17 yrs,10,203455,15.988576889038086,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,4.9150919914245605 +1972,21,0,other external,15-17 yrs,34,203455,15.988576889038086,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,16.71131134033203 +1972,21,0,internal,15-17 yrs,62,203455,15.988576889038086,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,30.473569869995117 +1972,21,0,all,18-20 yrs,264,190349,18.98782730102539,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,138.69261169433594 +1972,21,0,MVA,18-20 yrs,136,190349,18.98782730102539,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,71.44770812988281 +1972,21,0,suicide,18-20 yrs,16,190349,18.98782730102539,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,8.40561294555664 +1972,21,0,homicide,18-20 yrs,24,190349,18.98782730102539,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,12.608419418334961 +1972,21,0,other external,18-20 yrs,28,190349,18.98782730102539,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,14.709822654724121 +1972,21,0,internal,18-20 yrs,60,190349,18.98782730102539,0,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,31.521047592163086 +1972,21,0,all,21-24 yrs,292,233531,22.45677947998047,1,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,125.03693389892578 +1972,21,0,MVA,21-24 yrs,134,233531,22.45677947998047,1,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,57.37996292114258 +1972,21,0,suicide,21-24 yrs,18,233531,22.45677947998047,1,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,7.707756042480469 +1972,21,0,homicide,21-24 yrs,30,233531,22.45677947998047,1,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,12.846260070800781 +1972,21,0,other external,21-24 yrs,48,233531,22.45677947998047,1,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,20.55401611328125 +1972,21,0,internal,21-24 yrs,62,233531,22.45677947998047,1,0.19138756394386292,0.9900000095367432,0.10000000149011612,0.8199999928474426,1.909999966621399,26.548938751220703 +1973,21,0,MVA,15-17 yrs,103,206222,15.989923477172852,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,49.94617462158203 +1973,21,0,suicide,15-17 yrs,4,206222,15.989923477172852,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,1.939657211303711 +1973,21,0,homicide,15-17 yrs,13,206222,15.989923477172852,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,6.3038859367370605 +1973,21,0,other external,15-17 yrs,57,206222,15.989923477172852,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,27.64011573791504 +1973,21,0,internal,15-17 yrs,43,206222,15.989923477172852,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,20.851316452026367 +1973,21,0,all,18-20 yrs,277,194349,18.982954025268555,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,142.527099609375 +1973,21,0,MVA,18-20 yrs,133,194349,18.982954025268555,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,68.43359375 +1973,21,0,suicide,18-20 yrs,17,194349,18.982954025268555,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,8.747150421142578 +1973,21,0,homicide,18-20 yrs,24,194349,18.982954025268555,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,12.348918914794922 +1973,21,0,other external,18-20 yrs,47,194349,18.982954025268555,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,24.183300018310547 +1973,21,0,internal,18-20 yrs,56,194349,18.982954025268555,0,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,28.814144134521484 +1973,21,0,all,21-24 yrs,353,239862,22.476482391357422,1,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,147.16795349121094 +1973,21,0,MVA,21-24 yrs,143,239862,22.476482391357422,1,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,59.61761474609375 +1973,21,0,suicide,21-24 yrs,37,239862,22.476482391357422,1,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,15.425536155700684 +1973,21,0,homicide,21-24 yrs,33,239862,22.476482391357422,1,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,13.75791072845459 +1973,21,0,other external,21-24 yrs,75,239862,22.476482391357422,1,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,31.26797866821289 +1973,21,0,internal,21-24 yrs,65,239862,22.476482391357422,1,0.18018017709255219,1.0099999904632568,0.10000000149011612,0.8299999833106995,1.9299999475479126,27.098915100097656 +1974,21,0,MVA,15-17 yrs,73,209301,16.003450393676758,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,34.87799835205078 +1974,21,0,suicide,15-17 yrs,11,209301,16.003450393676758,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,5.255589008331299 +1974,21,0,homicide,15-17 yrs,13,209301,16.003450393676758,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,6.211150646209717 +1974,21,0,other external,15-17 yrs,53,209301,16.003450393676758,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,25.3223819732666 +1974,21,0,internal,15-17 yrs,48,209301,16.003450393676758,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,22.93347930908203 +1974,21,0,all,18-20 yrs,248,200733,18.99078369140625,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,123.54720306396484 +1974,21,0,MVA,18-20 yrs,101,200733,18.99078369140625,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,50.31559371948242 +1974,21,0,suicide,18-20 yrs,15,200733,18.99078369140625,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,7.4726128578186035 +1974,21,0,homicide,18-20 yrs,25,200733,18.99078369140625,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,12.454355239868164 +1974,21,0,other external,18-20 yrs,54,200733,18.99078369140625,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,26.90140724182129 +1974,21,0,internal,18-20 yrs,53,200733,18.99078369140625,0,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,26.40323257446289 +1974,21,0,all,21-24 yrs,277,245826,22.492095947265625,1,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,112.68132781982422 +1974,21,0,MVA,21-24 yrs,100,245826,22.492095947265625,1,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,40.67918014526367 +1974,21,0,suicide,21-24 yrs,17,245826,22.492095947265625,1,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,6.915460586547852 +1974,21,0,homicide,21-24 yrs,26,245826,22.492095947265625,1,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,10.576586723327637 +1974,21,0,other external,21-24 yrs,57,245826,22.492095947265625,1,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,23.187131881713867 +1974,21,0,internal,21-24 yrs,77,245826,22.492095947265625,1,0.16227179765701294,1.0099999904632568,0.10000000149011612,0.8199999928474426,1.9199999570846558,31.322967529296875 +1975,21,0,MVA,15-17 yrs,79,211200,16.004167556762695,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,37.405303955078125 +1975,21,0,suicide,15-17 yrs,11,211200,16.004167556762695,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,5.208333492279053 +1975,21,0,homicide,15-17 yrs,11,211200,16.004167556762695,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,5.208333492279053 +1975,21,0,other external,15-17 yrs,46,211200,16.004167556762695,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,21.780303955078125 +1975,21,0,internal,15-17 yrs,59,211200,16.004167556762695,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,27.935606002807617 +1975,21,0,all,18-20 yrs,271,206479,18.98724365234375,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,131.2482147216797 +1975,21,0,MVA,18-20 yrs,112,206479,18.98724365234375,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,54.24280548095703 +1975,21,0,suicide,18-20 yrs,26,206479,18.98724365234375,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,12.592079162597656 +1975,21,0,homicide,18-20 yrs,21,206479,18.98724365234375,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,10.170525550842285 +1975,21,0,other external,18-20 yrs,67,206479,18.98724365234375,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,32.448822021484375 +1975,21,0,internal,18-20 yrs,45,206479,18.98724365234375,0,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,21.793983459472656 +1975,21,0,all,21-24 yrs,350,250841,22.4974308013916,1,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,139.53062438964844 +1975,21,0,MVA,21-24 yrs,101,250841,22.4974308013916,1,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,40.264549255371094 +1975,21,0,suicide,21-24 yrs,37,250841,22.4974308013916,1,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,14.75037956237793 +1975,21,0,homicide,21-24 yrs,44,250841,22.4974308013916,1,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,17.540992736816406 +1975,21,0,other external,21-24 yrs,72,250841,22.4974308013916,1,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,28.703441619873047 +1975,21,0,internal,21-24 yrs,96,250841,22.4974308013916,1,0.14869888126850128,1.0499999523162842,0.10000000149011612,0.8299999833106995,1.9800000190734863,38.27125549316406 +1976,21,0,MVA,15-17 yrs,91,213220,16.002925872802734,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,42.678924560546875 +1976,21,0,suicide,15-17 yrs,14,213220,16.002925872802734,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,6.565988063812256 +1976,21,0,homicide,15-17 yrs,18,213220,16.002925872802734,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,8.441985130310059 +1976,21,0,other external,15-17 yrs,46,213220,16.002925872802734,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,21.57396125793457 +1976,21,0,internal,15-17 yrs,42,213220,16.002925872802734,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,19.69796371459961 +1976,21,0,all,18-20 yrs,275,212990,18.989219665527344,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,129.11404418945312 +1976,21,0,MVA,18-20 yrs,123,212990,18.989219665527344,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,57.74919128417969 +1976,21,0,suicide,18-20 yrs,17,212990,18.989219665527344,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,7.981595516204834 +1976,21,0,homicide,18-20 yrs,24,212990,18.989219665527344,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,11.268135070800781 +1976,21,0,other external,18-20 yrs,50,212990,18.989219665527344,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,23.47528076171875 +1976,21,0,internal,18-20 yrs,61,212990,18.989219665527344,0,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,28.639842987060547 +1976,21,0,all,21-24 yrs,335,255811,22.4716796875,1,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,130.9560546875 +1976,21,0,MVA,21-24 yrs,113,255811,22.4716796875,1,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,44.17323684692383 +1976,21,0,suicide,21-24 yrs,34,255811,22.4716796875,1,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,13.291062355041504 +1976,21,0,homicide,21-24 yrs,28,255811,22.4716796875,1,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,10.94558048248291 +1976,21,0,other external,21-24 yrs,84,255811,22.4716796875,1,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,32.83674240112305 +1976,21,0,internal,21-24 yrs,76,255811,22.4716796875,1,0.14059753715991974,1.0099999904632568,0.10000000149011612,0.7900000214576721,1.899999976158142,29.709434509277344 +1977,21,0,MVA,15-17 yrs,101,213505,16.00855255126953,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,47.30568313598633 +1977,21,0,suicide,15-17 yrs,5,213505,16.00855255126953,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,2.3418655395507812 +1977,21,0,homicide,15-17 yrs,13,213505,16.00855255126953,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,6.088850498199463 +1977,21,0,other external,15-17 yrs,45,213505,16.00855255126953,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,21.07678985595703 +1977,21,0,internal,15-17 yrs,42,213505,16.00855255126953,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,19.67167091369629 +1977,21,0,all,18-20 yrs,288,216016,19.001625061035156,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,133.32345581054688 +1977,21,0,MVA,18-20 yrs,123,216016,19.001625061035156,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,56.94022750854492 +1977,21,0,suicide,18-20 yrs,26,216016,19.001625061035156,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,12.036145210266113 +1977,21,0,homicide,18-20 yrs,26,216016,19.001625061035156,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,12.036145210266113 +1977,21,0,other external,18-20 yrs,63,216016,19.001625061035156,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,29.164506912231445 +1977,21,0,internal,18-20 yrs,50,216016,19.001625061035156,0,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,23.146432876586914 +1977,21,0,all,21-24 yrs,371,260641,22.46969223022461,1,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,142.3413848876953 +1977,21,0,MVA,21-24 yrs,131,260641,22.46969223022461,1,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,50.260704040527344 +1977,21,0,suicide,21-24 yrs,40,260641,22.46969223022461,1,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,15.346779823303223 +1977,21,0,homicide,21-24 yrs,38,260641,22.46969223022461,1,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,14.57944107055664 +1977,21,0,other external,21-24 yrs,89,260641,22.46969223022461,1,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,34.146583557128906 +1977,21,0,internal,21-24 yrs,73,260641,22.46969223022461,1,0.132013201713562,1.190000057220459,0.09000000357627869,0.75,2.0299999713897705,28.00787353515625 +1978,21,0,MVA,15-17 yrs,97,212882,16.0109920501709,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,45.565147399902344 +1978,21,0,suicide,15-17 yrs,16,212882,16.0109920501709,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,7.515900611877441 +1978,21,0,homicide,15-17 yrs,6,212882,16.0109920501709,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,2.81846284866333 +1978,21,0,other external,15-17 yrs,39,212882,16.0109920501709,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,18.32000732421875 +1978,21,0,internal,15-17 yrs,53,212882,16.0109920501709,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,24.896421432495117 +1978,21,0,all,18-20 yrs,290,216465,19.001386642456055,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,133.97085571289062 +1978,21,0,MVA,18-20 yrs,122,216465,19.001386642456055,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,56.36014938354492 +1978,21,0,suicide,18-20 yrs,23,216465,19.001386642456055,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,10.625274658203125 +1978,21,0,homicide,18-20 yrs,26,216465,19.001386642456055,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,12.01117992401123 +1978,21,0,other external,18-20 yrs,54,216465,19.001386642456055,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,24.94629669189453 +1978,21,0,internal,18-20 yrs,65,216465,19.001386642456055,0,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,30.0279483795166 +1978,21,0,all,21-24 yrs,342,266254,22.467693328857422,1,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,128.4487762451172 +1978,21,0,MVA,21-24 yrs,112,266254,22.467693328857422,1,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,42.065093994140625 +1978,21,0,suicide,21-24 yrs,39,266254,22.467693328857422,1,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,14.647666931152344 +1978,21,0,homicide,21-24 yrs,52,266254,22.467693328857422,1,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,19.530223846435547 +1978,21,0,other external,21-24 yrs,63,266254,22.467693328857422,1,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,23.661617279052734 +1978,21,0,internal,21-24 yrs,76,266254,22.467693328857422,1,0.12269938737154007,1.0700000524520874,0.09000000357627869,0.7699999809265137,1.9299999475479126,28.544172286987305 +1979,21,0,MVA,15-17 yrs,87,211309,16.008878707885742,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,41.171932220458984 +1979,21,0,suicide,15-17 yrs,21,211309,16.008878707885742,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,9.938053131103516 +1979,21,0,homicide,15-17 yrs,7,211309,16.008878707885742,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,3.3126842975616455 +1979,21,0,other external,15-17 yrs,33,211309,16.008878707885742,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,15.61694049835205 +1979,21,0,internal,15-17 yrs,29,211309,16.008878707885742,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,13.723978042602539 +1979,21,0,all,18-20 yrs,277,217118,18.99962615966797,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,127.58039093017578 +1979,21,0,MVA,18-20 yrs,125,217118,18.99962615966797,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,57.57238006591797 +1979,21,0,suicide,18-20 yrs,26,217118,18.99962615966797,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,11.975054740905762 +1979,21,0,homicide,18-20 yrs,27,217118,18.99962615966797,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,12.435633659362793 +1979,21,0,other external,18-20 yrs,51,217118,18.99962615966797,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,23.489530563354492 +1979,21,0,internal,18-20 yrs,48,217118,18.99962615966797,0,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,22.1077938079834 +1979,21,0,all,21-24 yrs,314,271142,22.46954345703125,1,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,115.80648040771484 +1979,21,0,MVA,21-24 yrs,126,271142,22.46954345703125,1,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,46.470115661621094 +1979,21,0,suicide,21-24 yrs,32,271142,22.46954345703125,1,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,11.801934242248535 +1979,21,0,homicide,21-24 yrs,34,271142,22.46954345703125,1,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,12.539554595947266 +1979,21,0,other external,21-24 yrs,59,271142,22.46954345703125,1,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,21.759815216064453 +1979,21,0,internal,21-24 yrs,63,271142,22.46954345703125,1,0.11019283533096313,1.100000023841858,0.09000000357627869,0.7699999809265137,1.9700000286102295,23.235057830810547 +1980,21,0,MVA,15-17 yrs,65,207107,16.018285751342773,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,31.384742736816406 +1980,21,0,suicide,15-17 yrs,10,207107,16.018285751342773,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,4.8284220695495605 +1980,21,0,homicide,15-17 yrs,14,207107,16.018285751342773,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,6.759790897369385 +1980,21,0,other external,15-17 yrs,50,207107,16.018285751342773,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,24.14211082458496 +1980,21,0,internal,15-17 yrs,38,207107,16.018285751342773,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,18.348003387451172 +1980,21,0,all,18-20 yrs,293,218133,19.00695037841797,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,134.32171630859375 +1980,21,0,MVA,18-20 yrs,115,218133,19.00695037841797,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,52.720130920410156 +1980,21,0,suicide,18-20 yrs,32,218133,19.00695037841797,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,14.669949531555176 +1980,21,0,homicide,18-20 yrs,30,218133,19.00695037841797,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,13.753077507019043 +1980,21,0,other external,18-20 yrs,66,218133,19.00695037841797,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,30.25676918029785 +1980,21,0,internal,18-20 yrs,50,218133,19.00695037841797,0,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,22.921794891357422 +1980,21,0,all,21-24 yrs,359,274028,22.475914001464844,1,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,131.00851440429688 +1980,21,0,MVA,21-24 yrs,125,274028,22.475914001464844,1,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,45.61577606201172 +1980,21,0,suicide,21-24 yrs,36,274028,22.475914001464844,1,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,13.137343406677246 +1980,21,0,homicide,21-24 yrs,45,274028,22.475914001464844,1,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,16.421680450439453 +1980,21,0,other external,21-24 yrs,85,274028,22.475914001464844,1,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,31.018728256225586 +1980,21,0,internal,21-24 yrs,68,274028,22.475914001464844,1,0.09708737581968307,1.0800000429153442,0.10000000149011612,0.7400000095367432,1.909999966621399,24.81498146057129 +1981,21,0,MVA,15-17 yrs,88,197655,16.033836364746094,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,44.52202224731445 +1981,21,0,suicide,15-17 yrs,14,197655,16.033836364746094,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,7.0830488204956055 +1981,21,0,homicide,15-17 yrs,4,197655,16.033836364746094,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,2.023728132247925 +1981,21,0,other external,15-17 yrs,44,197655,16.033836364746094,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,22.261011123657227 +1981,21,0,internal,15-17 yrs,14,197655,16.033836364746094,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,7.0830488204956055 +1981,21,0,all,18-20 yrs,258,216214,19.01816177368164,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,119.32622528076172 +1981,21,0,MVA,18-20 yrs,130,216214,19.01816177368164,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,60.12561798095703 +1981,21,0,suicide,18-20 yrs,16,216214,19.01816177368164,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,7.400075912475586 +1981,21,0,homicide,18-20 yrs,14,216214,19.01816177368164,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,6.475066184997559 +1981,21,0,other external,18-20 yrs,42,216214,19.01816177368164,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,19.425199508666992 +1981,21,0,internal,18-20 yrs,56,216214,19.01816177368164,0,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,25.900264739990234 +1981,21,0,all,21-24 yrs,316,274773,22.48797035217285,1,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,115.00402069091797 +1981,21,0,MVA,21-24 yrs,102,274773,22.48797035217285,1,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,37.121551513671875 +1981,21,0,suicide,21-24 yrs,40,274773,22.48797035217285,1,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,14.55747127532959 +1981,21,0,homicide,21-24 yrs,42,274773,22.48797035217285,1,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,15.285345077514648 +1981,21,0,other external,21-24 yrs,60,274773,22.48797035217285,1,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,21.836206436157227 +1981,21,0,internal,21-24 yrs,72,274773,22.48797035217285,1,0.08800879865884781,1.1299999952316284,0.10999999940395355,0.75,1.9900000095367432,26.203447341918945 +1982,21,0,MVA,15-17 yrs,60,188359,16.03139305114746,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,31.854066848754883 +1982,21,0,suicide,15-17 yrs,14,188359,16.03139305114746,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,7.432615280151367 +1982,21,0,homicide,15-17 yrs,12,188359,16.03139305114746,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,6.370813369750977 +1982,21,0,other external,15-17 yrs,28,188359,16.03139305114746,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,14.865230560302734 +1982,21,0,internal,15-17 yrs,26,188359,16.03139305114746,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,13.803428649902344 +1982,21,0,all,18-20 yrs,220,212521,19.021875381469727,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,103.51918029785156 +1982,21,0,MVA,18-20 yrs,96,212521,19.021875381469727,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,45.17200469970703 +1982,21,0,suicide,18-20 yrs,24,212521,19.021875381469727,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,11.293001174926758 +1982,21,0,homicide,18-20 yrs,22,212521,19.021875381469727,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,10.35191822052002 +1982,21,0,other external,18-20 yrs,44,212521,19.021875381469727,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,20.70383644104004 +1982,21,0,internal,18-20 yrs,34,212521,19.021875381469727,0,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,15.998418807983398 +1982,21,0,all,21-24 yrs,352,275831,22.481555938720703,1,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,127.61437225341797 +1982,21,0,MVA,21-24 yrs,136,275831,22.481555938720703,1,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,49.3055534362793 +1982,21,0,suicide,21-24 yrs,44,275831,22.481555938720703,1,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,15.951796531677246 +1982,21,0,homicide,21-24 yrs,38,275831,22.481555938720703,1,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,13.776551246643066 +1982,21,0,other external,21-24 yrs,80,275831,22.481555938720703,1,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,29.003267288208008 +1982,21,0,internal,21-24 yrs,54,275831,22.481555938720703,1,0.08290155231952667,1.1399999856948853,0.11999999731779099,0.7300000190734863,1.9900000095367432,19.577205657958984 +1983,21,0,MVA,15-17 yrs,75,179951,16.017932891845703,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,41.67801284790039 +1983,21,0,suicide,15-17 yrs,14,179951,16.017932891845703,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,7.779895782470703 +1983,21,0,homicide,15-17 yrs,5,179951,16.017932891845703,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,2.778534173965454 +1983,21,0,other external,15-17 yrs,35,179951,16.017932891845703,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,19.449739456176758 +1983,21,0,internal,15-17 yrs,36,179951,16.017932891845703,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,20.00544548034668 +1983,21,0,all,18-20 yrs,239,207661,19.029640197753906,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,115.09142303466797 +1983,21,0,MVA,18-20 yrs,95,207661,19.029640197753906,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,45.74763488769531 +1983,21,0,suicide,18-20 yrs,31,207661,19.029640197753906,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,14.928175926208496 +1983,21,0,homicide,18-20 yrs,20,207661,19.029640197753906,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,9.631081581115723 +1983,21,0,other external,18-20 yrs,47,207661,19.029640197753906,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,22.633041381835938 +1983,21,0,internal,18-20 yrs,46,207661,19.029640197753906,0,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,22.151487350463867 +1983,21,0,all,21-24 yrs,287,275644,22.48299217224121,1,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,104.11980438232422 +1983,21,0,MVA,21-24 yrs,99,275644,22.48299217224121,1,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,35.915889739990234 +1983,21,0,suicide,21-24 yrs,32,275644,22.48299217224121,1,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,11.609176635742188 +1983,21,0,homicide,21-24 yrs,34,275644,22.48299217224121,1,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,12.334750175476074 +1983,21,0,other external,21-24 yrs,62,275644,22.48299217224121,1,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,22.492780685424805 +1983,21,0,internal,21-24 yrs,60,275644,22.48299217224121,1,0.0803212821483612,1.1299999952316284,0.11999999731779099,0.6899999976158142,1.940000057220459,21.7672061920166 +1984,21,0,MVA,15-17 yrs,58,177396,16.000591278076172,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,32.695213317871094 +1984,21,0,suicide,15-17 yrs,14,177396,16.000591278076172,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,7.8919477462768555 +1984,21,0,homicide,15-17 yrs,4,177396,16.000591278076172,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,2.2548422813415527 +1984,21,0,other external,15-17 yrs,16,177396,16.000591278076172,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,9.019369125366211 +1984,21,0,internal,15-17 yrs,28,177396,16.000591278076172,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,15.783895492553711 +1984,21,0,all,18-20 yrs,217,197881,19.045724868774414,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,109.661865234375 +1984,21,0,MVA,18-20 yrs,89,197881,19.045724868774414,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,44.97652816772461 +1984,21,0,suicide,18-20 yrs,28,197881,19.045724868774414,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,14.149918556213379 +1984,21,0,homicide,18-20 yrs,11,197881,19.045724868774414,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,5.558896541595459 +1984,21,0,other external,18-20 yrs,51,197881,19.045724868774414,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,25.7730655670166 +1984,21,0,internal,18-20 yrs,38,197881,19.045724868774414,0,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,19.203460693359375 +1984,21,0,all,21-24 yrs,294,272188,22.492063522338867,1,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,108.01358032226562 +1984,21,0,MVA,21-24 yrs,108,272188,22.492063522338867,1,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,39.67845916748047 +1984,21,0,suicide,21-24 yrs,38,272188,22.492063522338867,1,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,13.960938453674316 +1984,21,0,homicide,21-24 yrs,27,272188,22.492063522338867,1,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,9.919614791870117 +1984,21,0,other external,21-24 yrs,56,272188,22.492063522338867,1,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,20.57401466369629 +1984,21,0,internal,21-24 yrs,65,272188,22.492063522338867,1,0.07699710875749588,1.0499999523162842,0.11999999731779099,0.6800000071525574,1.850000023841858,23.880552291870117 +1985,21,0,MVA,15-17 yrs,64,177589,15.984565734863281,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,36.03826904296875 +1985,21,0,suicide,15-17 yrs,14,177589,15.984565734863281,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,7.883371353149414 +1985,21,0,homicide,15-17 yrs,8,177589,15.984565734863281,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,4.504783630371094 +1985,21,0,other external,15-17 yrs,21,177589,15.984565734863281,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,11.825057029724121 +1985,21,0,internal,15-17 yrs,31,177589,15.984565734863281,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,17.456035614013672 +1985,21,0,all,18-20 yrs,189,188592,19.04378318786621,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,100.21633911132812 +1985,21,0,MVA,18-20 yrs,84,188592,19.04378318786621,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,44.54059600830078 +1985,21,0,suicide,18-20 yrs,27,188592,19.04378318786621,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,14.316619873046875 +1985,21,0,homicide,18-20 yrs,15,188592,19.04378318786621,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,7.953677654266357 +1985,21,0,other external,18-20 yrs,34,188592,19.04378318786621,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,18.028335571289062 +1985,21,0,internal,18-20 yrs,29,188592,19.04378318786621,0,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,15.377110481262207 +1985,21,0,all,21-24 yrs,267,268078,22.505020141601562,1,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,99.5978775024414 +1985,21,0,MVA,21-24 yrs,95,268078,22.505020141601562,1,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,35.43744659423828 +1985,21,0,suicide,21-24 yrs,46,268078,22.505020141601562,1,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,17.1591854095459 +1985,21,0,homicide,21-24 yrs,27,268078,22.505020141601562,1,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,10.071695327758789 +1985,21,0,other external,21-24 yrs,44,268078,22.505020141601562,1,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,16.41313362121582 +1985,21,0,internal,21-24 yrs,55,268078,22.505020141601562,1,0.07434944063425064,1.0700000524520874,0.12999999523162842,0.6600000262260437,1.8600000143051147,20.516416549682617 +1986,21,0,MVA,15-17 yrs,55,181573,15.975409507751465,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,30.290847778320312 +1986,21,0,suicide,15-17 yrs,17,181573,15.975409507751465,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,9.3626251220703125 +1986,21,0,homicide,15-17 yrs,8,181573,15.975409507751465,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,4.405941486358643 +1986,21,0,other external,15-17 yrs,24,181573,15.975409507751465,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,13.21782398223877 +1986,21,0,internal,15-17 yrs,35,181573,15.975409507751465,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,19.27599334716797 +1986,21,0,all,18-20 yrs,193,179726,19.028839111328125,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,107.38568878173828 +1986,21,0,MVA,18-20 yrs,90,179726,19.028839111328125,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,50.07622528076172 +1986,21,0,suicide,18-20 yrs,20,179726,19.028839111328125,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,11.128050804138184 +1986,21,0,homicide,18-20 yrs,17,179726,19.028839111328125,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,9.458843231201172 +1986,21,0,other external,18-20 yrs,34,179726,19.028839111328125,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,18.917686462402344 +1986,21,0,internal,18-20 yrs,32,179726,19.028839111328125,0,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,17.804880142211914 +1986,21,0,all,21-24 yrs,279,259411,22.513227462768555,1,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,107.55133819580078 +1986,21,0,MVA,21-24 yrs,109,259411,22.513227462768555,1,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,42.01826477050781 +1986,21,0,suicide,21-24 yrs,47,259411,22.513227462768555,1,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,18.11796760559082 +1986,21,0,homicide,21-24 yrs,24,259411,22.513227462768555,1,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,9.251728057861328 +1986,21,0,other external,21-24 yrs,42,259411,22.513227462768555,1,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,16.190523147583008 +1986,21,0,internal,21-24 yrs,57,259411,22.513227462768555,1,0.07299269735813141,1.090000033378601,0.12999999523162842,0.6200000047683716,1.840000033378601,21.972854614257812 +1987,21,0,MVA,15-17 yrs,75,180923,16.00432777404785,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,41.454097747802734 +1987,21,0,suicide,15-17 yrs,14,180923,16.00432777404785,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,7.738098621368408 +1987,21,0,homicide,15-17 yrs,4,180923,16.00432777404785,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,2.2108852863311768 +1987,21,0,other external,15-17 yrs,18,180923,16.00432777404785,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,9.948984146118164 +1987,21,0,internal,15-17 yrs,31,180923,16.00432777404785,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,17.134361267089844 +1987,21,0,all,18-20 yrs,182,176688,19.014171600341797,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,103.00643157958984 +1987,21,0,MVA,18-20 yrs,83,176688,19.014171600341797,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,46.975460052490234 +1987,21,0,suicide,18-20 yrs,19,176688,19.014171600341797,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,10.753418922424316 +1987,21,0,homicide,18-20 yrs,21,176688,19.014171600341797,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,11.885356903076172 +1987,21,0,other external,18-20 yrs,23,176688,19.014171600341797,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,13.017295837402344 +1987,21,0,internal,18-20 yrs,36,176688,19.014171600341797,0,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,20.37489891052246 +1987,21,0,all,21-24 yrs,300,247858,22.53203773498535,1,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,121.03704833984375 +1987,21,0,MVA,21-24 yrs,114,247858,22.53203773498535,1,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,45.994075775146484 +1987,21,0,suicide,21-24 yrs,44,247858,22.53203773498535,1,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,17.752099990844727 +1987,21,0,homicide,21-24 yrs,25,247858,22.53203773498535,1,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,10.086420059204102 +1987,21,0,other external,21-24 yrs,54,247858,22.53203773498535,1,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,21.78666877746582 +1987,21,0,internal,21-24 yrs,63,247858,22.53203773498535,1,0.07042253762483597,1.0299999713897705,0.14000000059604645,0.5899999737739563,1.7599999904632568,25.41777992248535 +1988,21,0,MVA,15-17 yrs,75,175559,16.040584564208984,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,42.720680236816406 +1988,21,0,suicide,15-17 yrs,16,175559,16.040584564208984,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,9.11374568939209 +1988,21,0,homicide,15-17 yrs,3,175559,16.040584564208984,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,1.708827257156372 +1988,21,0,other external,15-17 yrs,20,175559,16.040584564208984,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,11.392181396484375 +1988,21,0,internal,15-17 yrs,20,175559,16.040584564208984,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,11.392181396484375 +1988,21,0,all,18-20 yrs,176,177217,18.99862289428711,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,99.31327056884766 +1988,21,0,MVA,18-20 yrs,89,177217,18.99862289428711,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,50.220916748046875 +1988,21,0,suicide,18-20 yrs,24,177217,18.99862289428711,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,13.542718887329102 +1988,21,0,homicide,18-20 yrs,15,177217,18.99862289428711,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,8.46419906616211 +1988,21,0,other external,18-20 yrs,24,177217,18.99862289428711,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,13.542718887329102 +1988,21,0,internal,18-20 yrs,24,177217,18.99862289428711,0,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,13.542718887329102 +1988,21,0,all,21-24 yrs,256,236388,22.535953521728516,1,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,108.2965316772461 +1988,21,0,MVA,21-24 yrs,107,236388,22.535953521728516,1,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,45.264564514160156 +1988,21,0,suicide,21-24 yrs,34,236388,22.535953521728516,1,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,14.383132934570312 +1988,21,0,homicide,21-24 yrs,16,236388,22.535953521728516,1,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,6.768533229827881 +1988,21,0,other external,21-24 yrs,37,236388,22.535953521728516,1,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,15.652233123779297 +1988,21,0,internal,21-24 yrs,62,236388,22.535953521728516,1,0.06762468069791794,1.0800000429153442,0.11999999731779099,0.5899999737739563,1.7899999618530273,26.228065490722656 +1989,21,0,MVA,15-17 yrs,64,166236,16.03237533569336,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,38.499481201171875 +1989,21,0,suicide,15-17 yrs,8,166236,16.03237533569336,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,4.812435150146484 +1989,21,0,homicide,15-17 yrs,4,166236,16.03237533569336,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,2.406217575073242 +1989,21,0,other external,15-17 yrs,26,166236,16.03237533569336,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,15.64041519165039 +1989,21,0,internal,15-17 yrs,28,166236,16.03237533569336,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,16.843523025512695 +1989,21,0,all,18-20 yrs,179,181336,18.989538192749023,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,98.71178436279297 +1989,21,0,MVA,18-20 yrs,80,181336,18.989538192749023,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,44.11699676513672 +1989,21,0,suicide,18-20 yrs,24,181336,18.989538192749023,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,13.235099792480469 +1989,21,0,homicide,18-20 yrs,7,181336,18.989538192749023,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,3.8602373600006104 +1989,21,0,other external,18-20 yrs,30,181336,18.989538192749023,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,16.543874740600586 +1989,21,0,internal,18-20 yrs,38,181336,18.989538192749023,0,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,20.95557403564453 +1989,21,0,all,21-24 yrs,238,224781,22.523874282836914,1,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,105.8808364868164 +1989,21,0,MVA,21-24 yrs,85,224781,22.523874282836914,1,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,37.81458282470703 +1989,21,0,suicide,21-24 yrs,29,224781,22.523874282836914,1,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,12.901446342468262 +1989,21,0,homicide,21-24 yrs,23,224781,22.523874282836914,1,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,10.232181549072266 +1989,21,0,other external,21-24 yrs,36,224781,22.523874282836914,1,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,16.015588760375977 +1989,21,0,internal,21-24 yrs,65,224781,22.523874282836914,1,0.06451612710952759,1.0800000429153442,0.11999999731779099,0.5600000023841858,1.7599999904632568,28.917034149169922 +1990,21,0,MVA,15-17 yrs,72,161383,16.013818740844727,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,44.61436462402344 +1990,21,0,suicide,15-17 yrs,19,161383,16.013818740844727,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,11.773235321044922 +1990,21,0,homicide,15-17 yrs,2,161383,16.013818740844727,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,1.2392878532409668 +1990,21,0,other external,15-17 yrs,20,161383,16.013818740844727,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,12.392879486083984 +1990,21,0,internal,15-17 yrs,22,161383,16.013818740844727,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,13.632166862487793 +1990,21,0,all,18-20 yrs,189,184779,19.01854705810547,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,102.28434753417969 +1990,21,0,MVA,18-20 yrs,98,184779,19.01854705810547,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,53.03633117675781 +1990,21,0,suicide,18-20 yrs,19,184779,19.01854705810547,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,10.282553672790527 +1990,21,0,homicide,18-20 yrs,12,184779,19.01854705810547,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,6.494244575500488 +1990,21,0,other external,18-20 yrs,24,184779,19.01854705810547,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,12.988489151000977 +1990,21,0,internal,18-20 yrs,36,184779,19.01854705810547,0,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,19.48273277282715 +1990,21,0,all,21-24 yrs,262,219584,22.48676109313965,1,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,119.3165283203125 +1990,21,0,MVA,21-24 yrs,83,219584,22.48676109313965,1,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,37.79874801635742 +1990,21,0,suicide,21-24 yrs,44,219584,22.48676109313965,1,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,20.03788948059082 +1990,21,0,homicide,21-24 yrs,29,219584,22.48676109313965,1,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,13.206790924072266 +1990,21,0,other external,21-24 yrs,46,219584,22.48676109313965,1,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,20.94870376586914 +1990,21,0,internal,21-24 yrs,60,219584,22.48676109313965,1,0.061208873987197876,1.1200000047683716,0.10999999940395355,0.6000000238418579,1.8300000429153442,27.32439613342285 +1991,21,0,MVA,15-17 yrs,70,161596,16.0120792388916,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,43.31790542602539 +1991,21,0,suicide,15-17 yrs,22,161596,16.0120792388916,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,13.614198684692383 +1991,21,0,homicide,15-17 yrs,2,161596,16.0120792388916,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,1.237654447555542 +1991,21,0,other external,15-17 yrs,15,161596,16.0120792388916,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,9.282407760620117 +1991,21,0,internal,15-17 yrs,27,161596,16.0120792388916,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,16.70833396911621 +1991,21,0,all,18-20 yrs,191,179928,19.050809860229492,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,106.15357208251953 +1991,21,0,MVA,18-20 yrs,87,179928,19.050809860229492,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,48.3526725769043 +1991,21,0,suicide,18-20 yrs,29,179928,19.050809860229492,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,16.117557525634766 +1991,21,0,homicide,18-20 yrs,11,179928,19.050809860229492,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,6.113556385040283 +1991,21,0,other external,18-20 yrs,31,179928,19.050809860229492,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,17.229114532470703 +1991,21,0,internal,18-20 yrs,33,179928,19.050809860229492,0,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,18.340669631958008 +1991,21,0,all,21-24 yrs,237,221550,22.454713821411133,1,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,106.97359466552734 +1991,21,0,MVA,21-24 yrs,97,221550,22.454713821411133,1,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,43.782440185546875 +1991,21,0,suicide,21-24 yrs,31,221550,22.454713821411133,1,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,13.992326736450195 +1991,21,0,homicide,21-24 yrs,23,221550,22.454713821411133,1,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,10.381403923034668 +1991,21,0,other external,21-24 yrs,42,221550,22.454713821411133,1,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,18.957345962524414 +1991,21,0,internal,21-24 yrs,44,221550,22.454713821411133,1,0.05873715132474899,1.1100000143051147,0.10999999940395355,0.5600000023841858,1.7799999713897705,19.860076904296875 +1992,21,0,MVA,15-17 yrs,62,165944,16.003633499145508,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,37.362003326416016 +1992,21,0,suicide,15-17 yrs,11,165944,16.003633499145508,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,6.628742218017578 +1992,21,0,homicide,15-17 yrs,10,165944,16.003633499145508,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,6.026129245758057 +1992,21,0,other external,15-17 yrs,20,165944,16.003633499145508,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,12.052258491516113 +1992,21,0,internal,15-17 yrs,36,165944,16.003633499145508,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,21.69406509399414 +1992,21,0,all,18-20 yrs,181,173519,19.040071487426758,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,104.31134033203125 +1992,21,0,MVA,18-20 yrs,83,173519,19.040071487426758,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,47.833377838134766 +1992,21,0,suicide,18-20 yrs,28,173519,19.040071487426758,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,16.13656234741211 +1992,21,0,homicide,18-20 yrs,8,173519,19.040071487426758,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,4.610445976257324 +1992,21,0,other external,18-20 yrs,27,173519,19.040071487426758,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,15.560256004333496 +1992,21,0,internal,18-20 yrs,35,173519,19.040071487426758,0,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,20.17070198059082 +1992,21,0,all,21-24 yrs,251,228386,22.43228530883789,1,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,109.90165710449219 +1992,21,0,MVA,21-24 yrs,95,228386,22.43228530883789,1,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,41.59624481201172 +1992,21,0,suicide,21-24 yrs,44,228386,22.43228530883789,1,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,19.265628814697266 +1992,21,0,homicide,21-24 yrs,22,228386,22.43228530883789,1,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,9.632814407348633 +1992,21,0,other external,21-24 yrs,36,228386,22.43228530883789,1,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,15.762787818908691 +1992,21,0,internal,21-24 yrs,54,228386,22.43228530883789,1,0.05748051032423973,1.0399999618530273,0.10999999940395355,0.5600000023841858,1.7100000381469727,23.644182205200195 +1993,21,0,MVA,15-17 yrs,67,168965,15.999544143676758,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,39.65318298339844 +1993,21,0,suicide,15-17 yrs,8,168965,15.999544143676758,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,4.734708309173584 +1993,21,0,homicide,15-17 yrs,7,168965,15.999544143676758,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,4.14286994934082 +1993,21,0,other external,15-17 yrs,27,168965,15.999544143676758,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,15.97964096069336 +1993,21,0,internal,15-17 yrs,29,168965,15.999544143676758,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,17.163318634033203 +1993,21,0,all,18-20 yrs,173,171096,19.012203216552734,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,101.11282348632812 +1993,21,0,MVA,18-20 yrs,86,171096,19.012203216552734,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,50.26417922973633 +1993,21,0,suicide,18-20 yrs,17,171096,19.012203216552734,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,9.935942649841309 +1993,21,0,homicide,18-20 yrs,14,171096,19.012203216552734,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,8.1825408935546875 +1993,21,0,other external,18-20 yrs,24,171096,19.012203216552734,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,14.027213096618652 +1993,21,0,internal,18-20 yrs,32,171096,19.012203216552734,0,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,18.70294952392578 +1993,21,0,all,21-24 yrs,239,232451,22.461740493774414,1,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,102.81736755371094 +1993,21,0,MVA,21-24 yrs,106,232451,22.461740493774414,1,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,45.601009368896484 +1993,21,0,suicide,21-24 yrs,38,232451,22.461740493774414,1,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,16.347530364990234 +1993,21,0,homicide,21-24 yrs,26,232451,22.461740493774414,1,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,11.185153007507324 +1993,21,0,other external,21-24 yrs,31,232451,22.461740493774414,1,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,13.336143493652344 +1993,21,0,internal,21-24 yrs,38,232451,22.461740493774414,1,0.05580979958176613,1.0800000429153442,0.10000000149011612,0.550000011920929,1.7300000190734863,16.347530364990234 +1994,21,0,MVA,15-17 yrs,54,173355,16.008352279663086,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,31.149951934814453 +1994,21,0,suicide,15-17 yrs,18,173355,16.008352279663086,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,10.383316993713379 +1994,21,0,homicide,15-17 yrs,7,173355,16.008352279663086,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,4.037956714630127 +1994,21,0,other external,15-17 yrs,15,173355,16.008352279663086,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,8.652764320373535 +1994,21,0,internal,15-17 yrs,28,173355,16.008352279663086,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,16.151826858520508 +1994,21,0,all,18-20 yrs,167,171292,19.010812759399414,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,97.49433898925781 +1994,21,0,MVA,18-20 yrs,69,171292,19.010812759399414,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,40.2820930480957 +1994,21,0,suicide,18-20 yrs,18,171292,19.010812759399414,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,10.508371353149414 +1994,21,0,homicide,18-20 yrs,22,171292,19.010812759399414,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,12.843564987182617 +1994,21,0,other external,18-20 yrs,28,171292,19.010812759399414,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,16.346355438232422 +1994,21,0,internal,18-20 yrs,30,171292,19.010812759399414,0,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,17.513952255249023 +1994,21,0,all,21-24 yrs,245,230929,22.51265525817871,1,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,106.09321594238281 +1994,21,0,MVA,21-24 yrs,89,230929,22.51265525817871,1,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,38.53998565673828 +1994,21,0,suicide,21-24 yrs,34,230929,22.51265525817871,1,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,14.723139762878418 +1994,21,0,homicide,21-24 yrs,27,230929,22.51265525817871,1,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,11.69190502166748 +1994,21,0,other external,21-24 yrs,31,230929,22.51265525817871,1,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,13.424039840698242 +1994,21,0,internal,21-24 yrs,64,230929,22.51265525817871,1,0.054416436702013016,1.0800000429153442,0.10999999940395355,0.550000011920929,1.7300000190734863,27.71414566040039 +1995,21,0,MVA,15-17 yrs,69,176545,15.999631881713867,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,39.083518981933594 +1995,21,0,suicide,15-17 yrs,17,176545,15.999631881713867,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,9.629273414611816 +1995,21,0,homicide,15-17 yrs,10,176545,15.999631881713867,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,5.664278030395508 +1995,21,0,other external,15-17 yrs,19,176545,15.999631881713867,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,10.762128829956055 +1995,21,0,internal,15-17 yrs,24,176545,15.999631881713867,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,13.594267845153809 +1995,21,0,all,18-20 yrs,165,174881,19.00336265563965,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,94.34986877441406 +1995,21,0,MVA,18-20 yrs,84,174881,19.00336265563965,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,48.03266143798828 +1995,21,0,suicide,18-20 yrs,23,174881,19.00336265563965,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,13.151800155639648 +1995,21,0,homicide,18-20 yrs,15,174881,19.00336265563965,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,8.577260971069336 +1995,21,0,other external,18-20 yrs,14,174881,19.00336265563965,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,8.005443572998047 +1995,21,0,internal,18-20 yrs,29,174881,19.00336265563965,0,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,16.582704544067383 +1995,21,0,all,21-24 yrs,219,226367,22.531896591186523,1,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,96.74555206298828 +1995,21,0,MVA,21-24 yrs,82,226367,22.531896591186523,1,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,36.224361419677734 +1995,21,0,suicide,21-24 yrs,37,226367,22.531896591186523,1,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,16.345138549804688 +1995,21,0,homicide,21-24 yrs,26,226367,22.531896591186523,1,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,11.485773086547852 +1995,21,0,other external,21-24 yrs,29,226367,22.531896591186523,1,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,12.811054229736328 +1995,21,0,internal,21-24 yrs,45,226367,22.531896591186523,1,0.05291677266359329,1.0499999523162842,0.11999999731779099,0.5400000214576721,1.7100000381469727,19.879222869873047 +1996,21,0,MVA,15-17 yrs,67,177695,16.012409210205078,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,37.705055236816406 +1996,21,0,suicide,15-17 yrs,15,177695,16.012409210205078,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,8.44143009185791 +1996,21,0,homicide,15-17 yrs,10,177695,16.012409210205078,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,5.627620220184326 +1996,21,0,other external,15-17 yrs,17,177695,16.012409210205078,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,9.566954612731934 +1996,21,0,internal,15-17 yrs,23,177695,16.012409210205078,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,12.943527221679688 +1996,21,0,all,18-20 yrs,181,177122,18.998830795288086,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,102.189453125 +1996,21,0,MVA,18-20 yrs,73,177122,18.998830795288086,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,41.21453094482422 +1996,21,0,suicide,18-20 yrs,22,177122,18.998830795288086,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,12.420817375183105 +1996,21,0,homicide,18-20 yrs,23,177122,18.998830795288086,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,12.985400199890137 +1996,21,0,other external,18-20 yrs,28,177122,18.998830795288086,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,15.808313369750977 +1996,21,0,internal,18-20 yrs,35,177122,18.998830795288086,0,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,19.760391235351562 +1996,21,0,all,21-24 yrs,185,220079,22.49996566772461,1,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,84.06072235107422 +1996,21,0,MVA,21-24 yrs,81,220079,22.49996566772461,1,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,36.80496597290039 +1996,21,0,suicide,21-24 yrs,29,220079,22.49996566772461,1,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,13.17708683013916 +1996,21,0,homicide,21-24 yrs,18,220079,22.49996566772461,1,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,8.178881645202637 +1996,21,0,other external,21-24 yrs,21,220079,22.49996566772461,1,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,9.542028427124023 +1996,21,0,internal,21-24 yrs,36,220079,22.49996566772461,1,0.05139908194541931,1.0499999523162842,0.12999999523162842,0.5400000214576721,1.7200000286102295,16.357763290405273 +1970,22,1,MVA,15-17 yrs,70,231627,15.971946716308594,0,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,30.22100257873535 +1970,22,1,suicide,15-17 yrs,4,231627,15.971946716308594,0,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,1.726914405822754 +1970,22,1,homicide,15-17 yrs,16,231627,15.971946716308594,0,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,6.907657623291016 +1970,22,1,other external,15-17 yrs,64,231627,15.971946716308594,0,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,27.630630493164062 +1970,22,1,internal,15-17 yrs,74,231627,15.971946716308594,0,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,31.94791603088379 +1970,22,1,all,18-20 yrs,341,213507,18.97421646118164,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,159.71372985839844 +1970,22,1,MVA,18-20 yrs,130,213507,18.97421646118164,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,60.88793182373047 +1970,22,1,suicide,18-20 yrs,12,213507,18.97421646118164,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,5.620424747467041 +1970,22,1,homicide,18-20 yrs,52,213507,18.97421646118164,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,24.355173110961914 +1970,22,1,other external,18-20 yrs,75,213507,18.97421646118164,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,35.127655029296875 +1970,22,1,internal,18-20 yrs,72,213507,18.97421646118164,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,33.72254943847656 +1970,22,1,all,21-24 yrs,429,232153,22.408403396606445,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,184.79193115234375 +1970,22,1,MVA,21-24 yrs,144,232153,22.408403396606445,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,62.02806091308594 +1970,22,1,suicide,21-24 yrs,26,232153,22.408403396606445,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,11.19951057434082 +1970,22,1,homicide,21-24 yrs,74,232153,22.408403396606445,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,31.875530242919922 +1970,22,1,other external,21-24 yrs,76,232153,22.408403396606445,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,32.737030029296875 +1970,22,1,internal,21-24 yrs,109,232153,22.408403396606445,1,0.8247422575950623,1.2000000476837158,0.28999999165534973,0.9100000262260437,2.4000000953674316,46.9517936706543 +1971,22,1,MVA,15-17 yrs,81,238830,15.986249923706055,0,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,33.91533660888672 +1971,22,1,suicide,15-17 yrs,8,238830,15.986249923706055,0,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,3.349663019180298 +1971,22,1,homicide,15-17 yrs,21,238830,15.986249923706055,0,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,8.792864799499512 +1971,22,1,other external,15-17 yrs,70,238830,15.986249923706055,0,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,29.309551239013672 +1971,22,1,internal,15-17 yrs,65,238830,15.986249923706055,0,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,27.21601104736328 +1971,22,1,all,18-20 yrs,314,219656,18.996776580810547,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,142.95079040527344 +1971,22,1,MVA,18-20 yrs,116,219656,18.996776580810547,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,52.80984878540039 +1971,22,1,suicide,18-20 yrs,14,219656,18.996776580810547,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,6.373602390289307 +1971,22,1,homicide,18-20 yrs,41,219656,18.996776580810547,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,18.665550231933594 +1971,22,1,other external,18-20 yrs,66,219656,18.996776580810547,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,30.046981811523438 +1971,22,1,internal,18-20 yrs,77,219656,18.996776580810547,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,35.054813385009766 +1971,22,1,all,21-24 yrs,448,260021,22.498809814453125,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,172.2937774658203 +1971,22,1,MVA,21-24 yrs,132,260021,22.498809814453125,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,50.76512908935547 +1971,22,1,suicide,21-24 yrs,22,260021,22.498809814453125,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,8.460855484008789 +1971,22,1,homicide,21-24 yrs,81,260021,22.498809814453125,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,31.151330947875977 +1971,22,1,other external,21-24 yrs,80,260021,22.498809814453125,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,30.766746520996094 +1971,22,1,internal,21-24 yrs,133,260021,22.498809814453125,1,0.790123462677002,1.1799999475479126,0.33000001311302185,0.9700000286102295,2.4800000190734863,51.149715423583984 +1972,22,1,MVA,15-17 yrs,96,244736,15.987112998962402,0,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,39.2259407043457 +1972,22,1,suicide,15-17 yrs,12,244736,15.987112998962402,0,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,4.903242588043213 +1972,22,1,homicide,15-17 yrs,16,244736,15.987112998962402,0,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,6.537656784057617 +1972,22,1,other external,15-17 yrs,72,244736,15.987112998962402,0,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,29.419456481933594 +1972,22,1,internal,15-17 yrs,66,244736,15.987112998962402,0,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,26.96783447265625 +1972,22,1,all,18-20 yrs,336,222241,18.98526382446289,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,151.18722534179688 +1972,22,1,MVA,18-20 yrs,118,222241,18.98526382446289,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,53.09551239013672 +1972,22,1,suicide,18-20 yrs,16,222241,18.98526382446289,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,7.199391841888428 +1972,22,1,homicide,18-20 yrs,50,222241,18.98526382446289,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,22.498098373413086 +1972,22,1,other external,18-20 yrs,64,222241,18.98526382446289,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,28.79756736755371 +1972,22,1,internal,18-20 yrs,88,222241,18.98526382446289,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,39.59665298461914 +1972,22,1,all,21-24 yrs,404,265194,22.449909210205078,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,152.34130859375 +1972,22,1,MVA,21-24 yrs,110,265194,22.449909210205078,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,41.479068756103516 +1972,22,1,suicide,21-24 yrs,26,265194,22.449909210205078,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,9.804142951965332 +1972,22,1,homicide,21-24 yrs,86,265194,22.449909210205078,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,32.4290885925293 +1972,22,1,other external,21-24 yrs,86,265194,22.449909210205078,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,32.4290885925293 +1972,22,1,internal,21-24 yrs,96,265194,22.449909210205078,1,0.7655502557754517,1.2200000286102295,0.3100000023841858,0.9599999785423279,2.490000009536743,36.199913024902344 +1973,22,1,MVA,15-17 yrs,105,246271,15.988009452819824,0,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,42.63595962524414 +1973,22,1,suicide,15-17 yrs,11,246271,15.988009452819824,0,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,4.4666242599487305 +1973,22,1,homicide,15-17 yrs,13,246271,15.988009452819824,0,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,5.278737545013428 +1973,22,1,other external,15-17 yrs,82,246271,15.988009452819824,0,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,33.296653747558594 +1973,22,1,internal,15-17 yrs,65,246271,15.988009452819824,0,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,26.393688201904297 +1973,22,1,all,18-20 yrs,401,226482,18.972354888916016,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,177.05601501464844 +1973,22,1,MVA,18-20 yrs,153,226482,18.972354888916016,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,67.55503845214844 +1973,22,1,suicide,18-20 yrs,20,226482,18.972354888916016,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,8.830723762512207 +1973,22,1,homicide,18-20 yrs,59,226482,18.972354888916016,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,26.050636291503906 +1973,22,1,other external,18-20 yrs,87,226482,18.972354888916016,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,38.41365051269531 +1973,22,1,internal,18-20 yrs,82,226482,18.972354888916016,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,36.20596694946289 +1973,22,1,all,21-24 yrs,476,272762,22.46184539794922,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,174.5111083984375 +1973,22,1,MVA,21-24 yrs,125,272762,22.46184539794922,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,45.82749938964844 +1973,22,1,suicide,21-24 yrs,38,272762,22.46184539794922,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,13.931559562683105 +1973,22,1,homicide,21-24 yrs,104,272762,22.46184539794922,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,38.12847900390625 +1973,22,1,other external,21-24 yrs,93,272762,22.46184539794922,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,34.09565734863281 +1973,22,1,internal,21-24 yrs,116,272762,22.46184539794922,1,0.7207207083702087,1.2599999904632568,0.20999999344348907,0.9599999785423279,2.4200000762939453,42.52791976928711 +1974,22,1,MVA,15-17 yrs,75,248452,15.995335578918457,0,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,30.186918258666992 +1974,22,1,suicide,15-17 yrs,11,248452,15.995335578918457,0,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,4.427414417266846 +1974,22,1,homicide,15-17 yrs,28,248452,15.995335578918457,0,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,11.269782066345215 +1974,22,1,other external,15-17 yrs,65,248452,15.995335578918457,0,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,26.16199493408203 +1974,22,1,internal,15-17 yrs,65,248452,15.995335578918457,0,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,26.16199493408203 +1974,22,1,all,18-20 yrs,358,233788,18.987462997436523,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,153.13018798828125 +1974,22,1,MVA,18-20 yrs,100,233788,18.987462997436523,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,42.77379608154297 +1974,22,1,suicide,18-20 yrs,20,233788,18.987462997436523,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,8.55475902557373 +1974,22,1,homicide,18-20 yrs,62,233788,18.987462997436523,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,26.519752502441406 +1974,22,1,other external,18-20 yrs,97,233788,18.987462997436523,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,41.49058151245117 +1974,22,1,internal,18-20 yrs,79,233788,18.987462997436523,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,33.791297912597656 +1974,22,1,all,21-24 yrs,486,280120,22.485698699951172,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,173.4970703125 +1974,22,1,MVA,21-24 yrs,99,280120,22.485698699951172,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,35.34199523925781 +1974,22,1,suicide,21-24 yrs,38,280120,22.485698699951172,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,13.565614700317383 +1974,22,1,homicide,21-24 yrs,100,280120,22.485698699951172,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,35.6989860534668 +1974,22,1,other external,21-24 yrs,126,280120,22.485698699951172,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,44.9807243347168 +1974,22,1,internal,21-24 yrs,123,280120,22.485698699951172,1,0.6490871906280518,1.2899999618530273,0.20999999344348907,0.9700000286102295,2.4600000381469727,43.909751892089844 +1975,22,1,MVA,15-17 yrs,86,251221,15.992094993591309,0,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,34.23280715942383 +1975,22,1,suicide,15-17 yrs,10,251221,15.992094993591309,0,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,3.9805588722229004 +1975,22,1,homicide,15-17 yrs,19,251221,15.992094993591309,0,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,7.5630621910095215 +1975,22,1,other external,15-17 yrs,70,251221,15.992094993591309,0,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,27.86391258239746 +1975,22,1,internal,15-17 yrs,56,251221,15.992094993591309,0,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,22.29113006591797 +1975,22,1,all,18-20 yrs,373,243291,18.99108123779297,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,153.31434631347656 +1975,22,1,MVA,18-20 yrs,112,243291,18.99108123779297,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,46.03540802001953 +1975,22,1,suicide,18-20 yrs,30,243291,18.99108123779297,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,12.330912590026855 +1975,22,1,homicide,18-20 yrs,56,243291,18.99108123779297,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,23.017704010009766 +1975,22,1,other external,18-20 yrs,81,243291,18.99108123779297,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,33.29346466064453 +1975,22,1,internal,18-20 yrs,94,243291,18.99108123779297,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,38.63685989379883 +1975,22,1,all,21-24 yrs,462,290408,22.482858657836914,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,159.08653259277344 +1975,22,1,MVA,21-24 yrs,108,290408,22.482858657836914,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,37.189056396484375 +1975,22,1,suicide,21-24 yrs,46,290408,22.482858657836914,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,15.839783668518066 +1975,22,1,homicide,21-24 yrs,100,290408,22.482858657836914,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,34.4343147277832 +1975,22,1,other external,21-24 yrs,99,290408,22.482858657836914,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,34.089969635009766 +1975,22,1,internal,21-24 yrs,109,290408,22.482858657836914,1,0.5947955250740051,1.2999999523162842,0.2199999988079071,1.0199999809265137,2.5299999713897705,37.53340148925781 +1976,22,1,MVA,15-17 yrs,99,254600,15.994866371154785,0,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,38.884525299072266 +1976,22,1,suicide,15-17 yrs,8,254600,15.994866371154785,0,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,3.142183780670166 +1976,22,1,homicide,15-17 yrs,21,254600,15.994866371154785,0,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,8.2482328414917 +1976,22,1,other external,15-17 yrs,63,254600,15.994866371154785,0,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,24.74469757080078 +1976,22,1,internal,15-17 yrs,68,254600,15.994866371154785,0,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,26.70856285095215 +1976,22,1,all,18-20 yrs,367,246382,18.991910934448242,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,148.9556884765625 +1976,22,1,MVA,18-20 yrs,126,246382,18.991910934448242,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,51.140098571777344 +1976,22,1,suicide,18-20 yrs,31,246382,18.991910934448242,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,12.582087516784668 +1976,22,1,homicide,18-20 yrs,49,246382,18.991910934448242,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,19.8878173828125 +1976,22,1,other external,18-20 yrs,91,246382,18.991910934448242,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,36.93451690673828 +1976,22,1,internal,18-20 yrs,70,246382,18.991910934448242,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,28.41116714477539 +1976,22,1,all,21-24 yrs,450,296912,22.463029861450195,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,151.56005859375 +1976,22,1,MVA,21-24 yrs,116,296912,22.463029861450195,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,39.06881332397461 +1976,22,1,suicide,21-24 yrs,39,296912,22.463029861450195,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,13.135205268859863 +1976,22,1,homicide,21-24 yrs,74,296912,22.463029861450195,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,24.92321014404297 +1976,22,1,other external,21-24 yrs,106,296912,22.463029861450195,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,35.70081329345703 +1976,22,1,internal,21-24 yrs,115,296912,22.463029861450195,1,0.562390148639679,1.2699999809265137,0.2800000011920929,1.0499999523162842,2.609999895095825,38.73201370239258 +1977,22,1,MVA,15-17 yrs,86,254694,16.003419876098633,0,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,33.76601028442383 +1977,22,1,suicide,15-17 yrs,13,254694,16.003419876098633,0,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,5.104164123535156 +1977,22,1,homicide,15-17 yrs,26,254694,16.003419876098633,0,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,10.208328247070312 +1977,22,1,other external,15-17 yrs,58,254694,16.003419876098633,0,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,22.772424697875977 +1977,22,1,internal,15-17 yrs,53,254694,16.003419876098633,0,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,20.809284210205078 +1977,22,1,all,18-20 yrs,408,252446,19.001096725463867,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,161.6187286376953 +1977,22,1,MVA,18-20 yrs,144,252446,19.001096725463867,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,57.041900634765625 +1977,22,1,suicide,18-20 yrs,29,252446,19.001096725463867,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,11.487605094909668 +1977,22,1,homicide,18-20 yrs,62,252446,19.001096725463867,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,24.559707641601562 +1977,22,1,other external,18-20 yrs,95,252446,19.001096725463867,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,37.63180923461914 +1977,22,1,internal,18-20 yrs,78,252446,19.001096725463867,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,30.89769744873047 +1977,22,1,all,21-24 yrs,492,306304,22.4595890045166,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,160.62474060058594 +1977,22,1,MVA,21-24 yrs,129,306304,22.4595890045166,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,42.11502456665039 +1977,22,1,suicide,21-24 yrs,64,306304,22.4595890045166,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,20.894275665283203 +1977,22,1,homicide,21-24 yrs,86,306304,22.4595890045166,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,28.07668113708496 +1977,22,1,other external,21-24 yrs,119,306304,22.4595890045166,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,38.85029220581055 +1977,22,1,internal,21-24 yrs,94,306304,22.4595890045166,1,0.528052806854248,1.2999999523162842,0.25,1.0299999713897705,2.569999933242798,30.688467025756836 +1978,22,1,MVA,15-17 yrs,89,252866,16.005271911621094,0,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,35.19650650024414 +1978,22,1,suicide,15-17 yrs,15,252866,16.005271911621094,0,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,5.931995391845703 +1978,22,1,homicide,15-17 yrs,23,252866,16.005271911621094,0,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,9.09572696685791 +1978,22,1,other external,15-17 yrs,60,252866,16.005271911621094,0,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,23.727981567382812 +1978,22,1,internal,15-17 yrs,57,252866,16.005271911621094,0,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,22.541584014892578 +1978,22,1,all,18-20 yrs,427,256013,18.99859046936035,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,166.7884063720703 +1978,22,1,MVA,18-20 yrs,156,256013,18.99859046936035,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,60.93440628051758 +1978,22,1,suicide,18-20 yrs,33,256013,18.99859046936035,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,12.889970779418945 +1978,22,1,homicide,18-20 yrs,65,256013,18.99859046936035,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,25.38933563232422 +1978,22,1,other external,18-20 yrs,96,256013,18.99859046936035,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,37.49809646606445 +1978,22,1,internal,18-20 yrs,77,256013,18.99859046936035,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,30.076597213745117 +1978,22,1,all,21-24 yrs,552,317469,22.465417861938477,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,173.875244140625 +1978,22,1,MVA,21-24 yrs,180,317469,22.465417861938477,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,56.698448181152344 +1978,22,1,suicide,21-24 yrs,59,317469,22.465417861938477,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,18.584491729736328 +1978,22,1,homicide,21-24 yrs,99,317469,22.465417861938477,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,31.184146881103516 +1978,22,1,other external,21-24 yrs,98,317469,22.465417861938477,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,30.869155883789062 +1978,22,1,internal,21-24 yrs,116,317469,22.465417861938477,1,0.4907975494861603,1.350000023841858,0.25,1.0700000524520874,2.6700000762939453,36.53900146484375 +1979,22,1,MVA,15-17 yrs,73,251949,16.00120735168457,0,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,28.974117279052734 +1979,22,1,suicide,15-17 yrs,15,251949,16.00120735168457,0,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,5.953585624694824 +1979,22,1,homicide,15-17 yrs,21,251949,16.00120735168457,0,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,8.335020065307617 +1979,22,1,other external,15-17 yrs,60,251949,16.00120735168457,0,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,23.814342498779297 +1979,22,1,internal,15-17 yrs,44,251949,16.00120735168457,0,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,17.463851928710938 +1979,22,1,all,18-20 yrs,416,259911,19.003150939941406,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,160.05479431152344 +1979,22,1,MVA,18-20 yrs,167,259911,19.003150939941406,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,64.25276184082031 +1979,22,1,suicide,18-20 yrs,41,259911,19.003150939941406,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,15.774630546569824 +1979,22,1,homicide,18-20 yrs,71,259911,19.003150939941406,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,27.31704330444336 +1979,22,1,other external,18-20 yrs,82,259911,19.003150939941406,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,31.54926109313965 +1979,22,1,internal,18-20 yrs,55,259911,19.003150939941406,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,21.161088943481445 +1979,22,1,all,21-24 yrs,551,326182,22.47557830810547,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,168.92410278320312 +1979,22,1,MVA,21-24 yrs,167,326182,22.47557830810547,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,51.19841003417969 +1979,22,1,suicide,21-24 yrs,67,326182,22.47557830810547,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,20.540679931640625 +1979,22,1,homicide,21-24 yrs,115,326182,22.47557830810547,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,35.25638961791992 +1979,22,1,other external,21-24 yrs,91,326182,22.47557830810547,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,27.898534774780273 +1979,22,1,internal,21-24 yrs,111,326182,22.47557830810547,1,0.44077134132385254,1.3600000143051147,0.25999999046325684,1.0800000429153442,2.700000047683716,34.03008270263672 +1980,22,1,MVA,15-17 yrs,94,250534,16.007883071899414,0,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,37.519859313964844 +1980,22,1,suicide,15-17 yrs,20,250534,16.007883071899414,0,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,7.982948303222656 +1980,22,1,homicide,15-17 yrs,26,250534,16.007883071899414,0,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,10.377833366394043 +1980,22,1,other external,15-17 yrs,66,250534,16.007883071899414,0,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,26.34372901916504 +1980,22,1,internal,15-17 yrs,51,250534,16.007883071899414,0,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,20.356517791748047 +1980,22,1,all,18-20 yrs,421,263840,19.012678146362305,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,159.56640625 +1980,22,1,MVA,18-20 yrs,163,263840,19.012678146362305,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,61.77986526489258 +1980,22,1,suicide,18-20 yrs,48,263840,19.012678146362305,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,18.19284439086914 +1980,22,1,homicide,18-20 yrs,62,263840,19.012678146362305,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,23.49909019470215 +1980,22,1,other external,18-20 yrs,91,263840,19.012678146362305,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,34.4906005859375 +1980,22,1,internal,18-20 yrs,57,263840,19.012678146362305,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,21.604001998901367 +1980,22,1,all,21-24 yrs,597,333709,22.47844886779785,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,178.89837646484375 +1980,22,1,MVA,21-24 yrs,210,333709,22.47844886779785,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,62.9290771484375 +1980,22,1,suicide,21-24 yrs,54,333709,22.47844886779785,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,16.1817626953125 +1980,22,1,homicide,21-24 yrs,100,333709,22.47844886779785,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,29.966228485107422 +1980,22,1,other external,21-24 yrs,117,333709,22.47844886779785,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,35.06048583984375 +1980,22,1,internal,21-24 yrs,116,333709,22.47844886779785,1,0.3883495032787323,1.409999966621399,0.27000001072883606,1.0399999618530273,2.7100000381469727,34.760826110839844 +1981,22,1,MVA,15-17 yrs,96,244951,16.028573989868164,0,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,39.19151306152344 +1981,22,1,suicide,15-17 yrs,14,244951,16.028573989868164,0,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,5.715428829193115 +1981,22,1,homicide,15-17 yrs,16,244951,16.028573989868164,0,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,6.531918525695801 +1981,22,1,other external,15-17 yrs,58,244951,16.028573989868164,0,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,23.678205490112305 +1981,22,1,internal,15-17 yrs,43,244951,16.028573989868164,0,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,17.55453109741211 +1981,22,1,all,18-20 yrs,393,263130,19.02460289001465,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,149.3558349609375 +1981,22,1,MVA,18-20 yrs,167,263130,19.02460289001465,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,63.46672821044922 +1981,22,1,suicide,18-20 yrs,31,263130,19.02460289001465,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,11.781249046325684 +1981,22,1,homicide,18-20 yrs,64,263130,19.02460289001465,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,24.32257843017578 +1981,22,1,other external,18-20 yrs,78,263130,19.02460289001465,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,29.643142700195312 +1981,22,1,internal,18-20 yrs,53,263130,19.02460289001465,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,20.142135620117188 +1981,22,1,all,21-24 yrs,595,340024,22.48410415649414,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,174.98764038085938 +1981,22,1,MVA,21-24 yrs,181,340024,22.48410415649414,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,53.231536865234375 +1981,22,1,suicide,21-24 yrs,57,340024,22.48410415649414,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,16.76352310180664 +1981,22,1,homicide,21-24 yrs,135,340024,22.48410415649414,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,39.70307922363281 +1981,22,1,other external,21-24 yrs,115,340024,22.48410415649414,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,33.82114028930664 +1981,22,1,internal,21-24 yrs,107,340024,22.48410415649414,1,0.35203519463539124,1.4800000190734863,0.27000001072883606,1.0199999809265137,2.7699999809265137,31.468366622924805 +1982,22,1,MVA,15-17 yrs,64,237722,16.03030776977539,0,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,26.922203063964844 +1982,22,1,suicide,15-17 yrs,22,237722,16.03030776977539,0,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,9.254507064819336 +1982,22,1,homicide,15-17 yrs,30,237722,16.03030776977539,0,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,12.619782447814941 +1982,22,1,other external,15-17 yrs,47,237722,16.03030776977539,0,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,19.770992279052734 +1982,22,1,internal,15-17 yrs,35,237722,16.03030776977539,0,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,14.723079681396484 +1982,22,1,all,18-20 yrs,353,261874,19.017446517944336,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,134.7976531982422 +1982,22,1,MVA,18-20 yrs,152,261874,19.017446517944336,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,58.043182373046875 +1982,22,1,suicide,18-20 yrs,28,261874,19.017446517944336,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,10.69216537475586 +1982,22,1,homicide,18-20 yrs,58,261874,19.017446517944336,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,22.148056030273438 +1982,22,1,other external,18-20 yrs,67,261874,19.017446517944336,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,25.584823608398438 +1982,22,1,internal,18-20 yrs,48,261874,19.017446517944336,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,18.329425811767578 +1982,22,1,all,21-24 yrs,607,344900,22.480741500854492,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,175.9930419921875 +1982,22,1,MVA,21-24 yrs,180,344900,22.480741500854492,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,52.18904113769531 +1982,22,1,suicide,21-24 yrs,74,344900,22.480741500854492,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,21.455493927001953 +1982,22,1,homicide,21-24 yrs,126,344900,22.480741500854492,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,36.53232955932617 +1982,22,1,other external,21-24 yrs,112,344900,22.480741500854492,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,32.47317886352539 +1982,22,1,internal,21-24 yrs,115,344900,22.480741500854492,1,0.3316062092781067,1.4900000095367432,0.30000001192092896,1,2.7799999713897705,33.34299850463867 +1983,22,1,MVA,15-17 yrs,69,229558,16.020404815673828,0,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,30.057764053344727 +1983,22,1,suicide,15-17 yrs,15,229558,16.020404815673828,0,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,6.53429651260376 +1983,22,1,homicide,15-17 yrs,15,229558,16.020404815673828,0,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,6.53429651260376 +1983,22,1,other external,15-17 yrs,31,229558,16.020404815673828,0,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,13.504212379455566 +1983,22,1,internal,15-17 yrs,38,229558,16.020404815673828,0,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,16.553550720214844 +1983,22,1,all,18-20 yrs,353,257854,19.015981674194336,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,136.899169921875 +1983,22,1,MVA,18-20 yrs,126,257854,19.015981674194336,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,48.86486053466797 +1983,22,1,suicide,18-20 yrs,41,257854,19.015981674194336,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,15.900470733642578 +1983,22,1,homicide,18-20 yrs,62,257854,19.015981674194336,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,24.044614791870117 +1983,22,1,other external,18-20 yrs,59,257854,19.015981674194336,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,22.88116455078125 +1983,22,1,internal,18-20 yrs,65,257854,19.015981674194336,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,25.20806312561035 +1983,22,1,all,21-24 yrs,522,343038,22.48987579345703,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,152.1697235107422 +1983,22,1,MVA,21-24 yrs,149,343038,22.48987579345703,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,43.435420989990234 +1983,22,1,suicide,21-24 yrs,61,343038,22.48987579345703,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,17.782285690307617 +1983,22,1,homicide,21-24 yrs,111,343038,22.48987579345703,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,32.357933044433594 +1983,22,1,other external,21-24 yrs,92,343038,22.48987579345703,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,26.81918716430664 +1983,22,1,internal,21-24 yrs,109,343038,22.48987579345703,1,0.3212851285934448,1.4299999475479126,0.30000001192092896,1.0199999809265137,2.75,31.774906158447266 +1984,22,1,MVA,15-17 yrs,73,225332,16.007455825805664,0,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,32.39664077758789 +1984,22,1,suicide,15-17 yrs,17,225332,16.007455825805664,0,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,7.5444231033325195 +1984,22,1,homicide,15-17 yrs,21,225332,16.007455825805664,0,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,9.319581985473633 +1984,22,1,other external,15-17 yrs,34,225332,16.007455825805664,0,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,15.088846206665039 +1984,22,1,internal,15-17 yrs,40,225332,16.007455825805664,0,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,17.751585006713867 +1984,22,1,all,18-20 yrs,305,249175,19.035537719726562,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,122.4039306640625 +1984,22,1,MVA,18-20 yrs,120,249175,19.035537719726562,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,48.1589241027832 +1984,22,1,suicide,18-20 yrs,27,249175,19.035537719726562,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,10.835758209228516 +1984,22,1,homicide,18-20 yrs,50,249175,19.035537719726562,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,20.066219329833984 +1984,22,1,other external,18-20 yrs,53,249175,19.035537719726562,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,21.270191192626953 +1984,22,1,internal,18-20 yrs,55,249175,19.035537719726562,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,22.072839736938477 +1984,22,1,all,21-24 yrs,479,335982,22.502925872802734,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,142.56715393066406 +1984,22,1,MVA,21-24 yrs,154,335982,22.502925872802734,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,45.83578872680664 +1984,22,1,suicide,21-24 yrs,62,335982,22.502925872802734,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,18.453369140625 +1984,22,1,homicide,21-24 yrs,67,335982,22.502925872802734,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,19.941543579101562 +1984,22,1,other external,21-24 yrs,81,335982,22.502925872802734,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,24.108434677124023 +1984,22,1,internal,21-24 yrs,115,335982,22.502925872802734,1,0.3079884350299835,1.399999976158142,0.28999999165534973,0.9399999976158142,2.630000114440918,34.228023529052734 +1985,22,1,MVA,15-17 yrs,63,224406,15.99256706237793,0,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,28.074115753173828 +1985,22,1,suicide,15-17 yrs,16,224406,15.99256706237793,0,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,7.129934310913086 +1985,22,1,homicide,15-17 yrs,16,224406,15.99256706237793,0,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,7.129934310913086 +1985,22,1,other external,15-17 yrs,30,224406,15.99256706237793,0,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,13.368626594543457 +1985,22,1,internal,15-17 yrs,29,224406,15.99256706237793,0,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,12.923006057739258 +1985,22,1,all,18-20 yrs,306,238359,19.034757614135742,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,128.37777709960938 +1985,22,1,MVA,18-20 yrs,130,238359,19.034757614135742,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,54.539581298828125 +1985,22,1,suicide,18-20 yrs,37,238359,19.034757614135742,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,15.522804260253906 +1985,22,1,homicide,18-20 yrs,43,238359,19.034757614135742,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,18.040016174316406 +1985,22,1,other external,18-20 yrs,44,238359,19.034757614135742,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,18.459550857543945 +1985,22,1,internal,18-20 yrs,52,238359,19.034757614135742,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,21.815832138061523 +1985,22,1,all,21-24 yrs,448,328114,22.503232955932617,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,136.5379180908203 +1985,22,1,MVA,21-24 yrs,147,328114,22.503232955932617,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,44.8015022277832 +1985,22,1,suicide,21-24 yrs,56,328114,22.503232955932617,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,17.06723976135254 +1985,22,1,homicide,21-24 yrs,64,328114,22.503232955932617,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,19.505414962768555 +1985,22,1,other external,21-24 yrs,93,328114,22.503232955932617,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,28.343807220458984 +1985,22,1,internal,21-24 yrs,88,328114,22.503232955932617,1,0.29739776253700256,1.350000023841858,0.27000001072883606,0.8600000143051147,2.490000009536743,26.8199462890625 +1986,22,1,MVA,15-17 yrs,60,225543,15.990595817565918,0,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,26.602466583251953 +1986,22,1,suicide,15-17 yrs,19,225543,15.990595817565918,0,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,8.424114227294922 +1986,22,1,homicide,15-17 yrs,19,225543,15.990595817565918,0,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,8.424114227294922 +1986,22,1,other external,15-17 yrs,35,225543,15.990595817565918,0,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,15.518105506896973 +1986,22,1,internal,15-17 yrs,35,225543,15.990595817565918,0,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,15.518105506896973 +1986,22,1,all,18-20 yrs,293,226778,19.023101806640625,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,129.2012481689453 +1986,22,1,MVA,18-20 yrs,112,226778,19.023101806640625,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,49.387508392333984 +1986,22,1,suicide,18-20 yrs,30,226778,19.023101806640625,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,13.228796005249023 +1986,22,1,homicide,18-20 yrs,58,226778,19.023101806640625,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,25.575674057006836 +1986,22,1,other external,18-20 yrs,43,226778,19.023101806640625,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,18.961275100708008 +1986,22,1,internal,18-20 yrs,50,226778,19.023101806640625,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,22.04799461364746 +1986,22,1,all,21-24 yrs,461,316341,22.49858856201172,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,145.72882080078125 +1986,22,1,MVA,21-24 yrs,148,316341,22.49858856201172,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,46.78495788574219 +1986,22,1,suicide,21-24 yrs,62,316341,22.49858856201172,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,19.599103927612305 +1986,22,1,homicide,21-24 yrs,90,316341,22.49858856201172,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,28.4503116607666 +1986,22,1,other external,21-24 yrs,63,316341,22.49858856201172,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,19.915218353271484 +1986,22,1,internal,21-24 yrs,98,316341,22.49858856201172,1,0.29197078943252563,1.3899999856948853,0.25999999046325684,0.7799999713897705,2.4200000762939453,30.979228973388672 +1987,22,0.32486844062805176,MVA,15-17 yrs,59,218960,16.011823654174805,0,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,26.945560455322266 +1987,22,0.32486844062805176,suicide,15-17 yrs,21,218960,16.011823654174805,0,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,9.590792655944824 +1987,22,0.32486844062805176,homicide,15-17 yrs,25,218960,16.011823654174805,0,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,11.417610168457031 +1987,22,0.32486844062805176,other external,15-17 yrs,31,218960,16.011823654174805,0,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,14.1578369140625 +1987,22,0.32486844062805176,internal,15-17 yrs,43,218960,16.011823654174805,0,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,19.638290405273438 +1987,22,0.32486844062805176,all,18-20 yrs,239,218232,19.010351181030273,0.32486844062805176,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,109.5164794921875 +1987,22,0.32486844062805176,MVA,18-20 yrs,82,218232,19.010351181030273,0.32486844062805176,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,37.57469177246094 +1987,22,0.32486844062805176,suicide,18-20 yrs,38,218232,19.010351181030273,0.32486844062805176,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,17.412662506103516 +1987,22,0.32486844062805176,homicide,18-20 yrs,43,218232,19.010351181030273,0.32486844062805176,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,19.70380210876465 +1987,22,0.32486844062805176,other external,18-20 yrs,36,218232,19.010351181030273,0.32486844062805176,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,16.496206283569336 +1987,22,0.32486844062805176,internal,18-20 yrs,40,218232,19.010351181030273,0.32486844062805176,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,18.329116821289062 +1987,22,0.32486844062805176,all,21-24 yrs,389,298119,22.510732650756836,1,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,130.48480224609375 +1987,22,0.32486844062805176,MVA,21-24 yrs,128,298119,22.510732650756836,1,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,42.935874938964844 +1987,22,0.32486844062805176,suicide,21-24 yrs,43,298119,22.510732650756836,1,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,14.4237699508667 +1987,22,0.32486844062805176,homicide,21-24 yrs,69,298119,22.510732650756836,1,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,23.14512062072754 +1987,22,0.32486844062805176,other external,21-24 yrs,53,298119,22.510732650756836,1,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,17.778135299682617 +1987,22,0.32486844062805176,internal,21-24 yrs,96,298119,22.510732650756836,1,0.28169015049934387,1.3600000143051147,0.23999999463558197,0.75,2.3399999141693115,32.201904296875 +1988,22,0.004337656777352095,MVA,15-17 yrs,58,209159,16.029882431030273,0,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,27.730100631713867 +1988,22,0.004337656777352095,suicide,15-17 yrs,15,209159,16.029882431030273,0,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,7.171577453613281 +1988,22,0.004337656777352095,homicide,15-17 yrs,29,209159,16.029882431030273,0,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,13.865050315856934 +1988,22,0.004337656777352095,other external,15-17 yrs,21,209159,16.029882431030273,0,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,10.04020881652832 +1988,22,0.004337656777352095,internal,15-17 yrs,28,209159,16.029882431030273,0,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,13.386944770812988 +1988,22,0.004337656777352095,all,18-20 yrs,272,213294,18.996122360229492,0.004337656777352095,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,127.52351379394531 +1988,22,0.004337656777352095,MVA,18-20 yrs,111,213294,18.996122360229492,0.004337656777352095,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,52.04084396362305 +1988,22,0.004337656777352095,suicide,18-20 yrs,32,213294,18.996122360229492,0.004337656777352095,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,15.002766609191895 +1988,22,0.004337656777352095,homicide,18-20 yrs,50,213294,18.996122360229492,0.004337656777352095,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,23.441822052001953 +1988,22,0.004337656777352095,other external,18-20 yrs,42,213294,18.996122360229492,0.004337656777352095,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,19.691129684448242 +1988,22,0.004337656777352095,internal,18-20 yrs,37,213294,18.996122360229492,0.004337656777352095,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,17.346948623657227 +1988,22,0.004337656777352095,all,21-24 yrs,425,281606,22.521047592163086,1,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,150.92007446289062 +1988,22,0.004337656777352095,MVA,21-24 yrs,112,281606,22.521047592163086,1,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,39.771881103515625 +1988,22,0.004337656777352095,suicide,21-24 yrs,56,281606,22.521047592163086,1,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,19.885940551757812 +1988,22,0.004337656777352095,homicide,21-24 yrs,96,281606,22.521047592163086,1,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,34.09018325805664 +1988,22,0.004337656777352095,other external,21-24 yrs,64,281606,22.521047592163086,1,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,22.726787567138672 +1988,22,0.004337656777352095,internal,21-24 yrs,97,281606,22.521047592163086,1,0.27049872279167175,1.440000057220459,0.23999999463558197,0.6899999976158142,2.369999885559082,34.445289611816406 +1989,22,0,MVA,15-17 yrs,59,198022,16.020078659057617,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,29.79467010498047 +1989,22,0,suicide,15-17 yrs,22,198022,16.020078659057617,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,11.10987663269043 +1989,22,0,homicide,15-17 yrs,45,198022,16.020078659057617,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,22.724748611450195 +1989,22,0,other external,15-17 yrs,29,198022,16.020078659057617,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,14.644837379455566 +1989,22,0,internal,15-17 yrs,33,198022,16.020078659057617,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,16.66481590270996 +1989,22,0,all,18-20 yrs,242,212765,18.994487762451172,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,113.74050903320312 +1989,22,0,MVA,18-20 yrs,71,212765,18.994487762451172,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,33.37015151977539 +1989,22,0,suicide,18-20 yrs,27,212765,18.994487762451172,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,12.690056800842285 +1989,22,0,homicide,18-20 yrs,64,212765,18.994487762451172,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,30.080135345458984 +1989,22,0,other external,18-20 yrs,34,212765,18.994487762451172,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,15.980072021484375 +1989,22,0,internal,18-20 yrs,46,212765,18.994487762451172,0,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,21.620098114013672 +1989,22,0,all,21-24 yrs,412,266055,22.514934539794922,1,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,154.85519409179688 +1989,22,0,MVA,21-24 yrs,111,266055,22.514934539794922,1,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,41.72069549560547 +1989,22,0,suicide,21-24 yrs,40,266055,22.514934539794922,1,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,15.034485816955566 +1989,22,0,homicide,21-24 yrs,97,266055,22.514934539794922,1,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,36.45862579345703 +1989,22,0,other external,21-24 yrs,48,266055,22.514934539794922,1,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,18.0413818359375 +1989,22,0,internal,21-24 yrs,116,266055,22.514934539794922,1,0.25806450843811035,1.4299999475479126,0.23000000417232513,0.7200000286102295,2.380000114440918,43.600006103515625 +1990,22,0,MVA,15-17 yrs,82,189244,16.013797760009766,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,43.33030319213867 +1990,22,0,suicide,15-17 yrs,24,189244,16.013797760009766,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,12.682040214538574 +1990,22,0,homicide,15-17 yrs,50,189244,16.013797760009766,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,26.420917510986328 +1990,22,0,other external,15-17 yrs,31,189244,16.013797760009766,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,16.38096809387207 +1990,22,0,internal,15-17 yrs,26,189244,16.013797760009766,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,13.738876342773438 +1990,22,0,all,18-20 yrs,309,211814,19.01914405822754,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,145.88270568847656 +1990,22,0,MVA,18-20 yrs,112,211814,19.01914405822754,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,52.87657928466797 +1990,22,0,suicide,18-20 yrs,35,211814,19.01914405822754,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,16.5239315032959 +1990,22,0,homicide,18-20 yrs,87,211814,19.01914405822754,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,41.07377243041992 +1990,22,0,other external,18-20 yrs,39,211814,19.01914405822754,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,18.41238021850586 +1990,22,0,internal,18-20 yrs,36,211814,19.01914405822754,0,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,16.996044158935547 +1990,22,0,all,21-24 yrs,472,257964,22.487668991088867,1,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,182.9712677001953 +1990,22,0,MVA,21-24 yrs,114,257964,22.487668991088867,1,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,44.19221115112305 +1990,22,0,suicide,21-24 yrs,61,257964,22.487668991088867,1,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,23.646709442138672 +1990,22,0,homicide,21-24 yrs,130,257964,22.487668991088867,1,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,50.394630432128906 +1990,22,0,other external,21-24 yrs,59,257964,22.487668991088867,1,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,22.871408462524414 +1990,22,0,internal,21-24 yrs,108,257964,22.487668991088867,1,0.2448354959487915,1.5299999713897705,0.23000000417232513,0.7799999713897705,2.5399999618530273,41.86630630493164 +1991,22,0,MVA,15-17 yrs,56,191434,16.004837036132812,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,29.252901077270508 +1991,22,0,suicide,15-17 yrs,21,191434,16.004837036132812,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,10.96983814239502 +1991,22,0,homicide,15-17 yrs,45,191434,16.004837036132812,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,23.50679588317871 +1991,22,0,other external,15-17 yrs,34,191434,16.004837036132812,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,17.760690689086914 +1991,22,0,internal,15-17 yrs,21,191434,16.004837036132812,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,10.96983814239502 +1991,22,0,all,18-20 yrs,278,206563,19.040456771850586,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,134.58363342285156 +1991,22,0,MVA,18-20 yrs,85,206563,19.040456771850586,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,41.14967346191406 +1991,22,0,suicide,18-20 yrs,30,206563,19.040456771850586,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,14.523414611816406 +1991,22,0,homicide,18-20 yrs,96,206563,19.040456771850586,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,46.47492599487305 +1991,22,0,other external,18-20 yrs,27,206563,19.040456771850586,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,13.071072578430176 +1991,22,0,internal,18-20 yrs,40,206563,19.040456771850586,0,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,19.364551544189453 +1991,22,0,all,21-24 yrs,439,258841,22.46625518798828,1,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,169.60218811035156 +1991,22,0,MVA,21-24 yrs,101,258841,22.46625518798828,1,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,39.02009201049805 +1991,22,0,suicide,21-24 yrs,58,258841,22.46625518798828,1,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,22.407577514648438 +1991,22,0,homicide,21-24 yrs,141,258841,22.46625518798828,1,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,54.473594665527344 +1991,22,0,other external,21-24 yrs,42,258841,22.46625518798828,1,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,16.226177215576172 +1991,22,0,internal,21-24 yrs,97,258841,22.46625518798828,1,0.23494860529899597,1.5199999809265137,0.20999999344348907,0.7300000190734863,2.4600000381469727,37.4747428894043 +1992,22,0,MVA,15-17 yrs,63,197643,15.999984741210938,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,31.875654220581055 +1992,22,0,suicide,15-17 yrs,25,197643,15.999984741210938,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,12.649068832397461 +1992,22,0,homicide,15-17 yrs,47,197643,15.999984741210938,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,23.780250549316406 +1992,22,0,other external,15-17 yrs,27,197643,15.999984741210938,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,13.660994529724121 +1992,22,0,internal,15-17 yrs,29,197643,15.999984741210938,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,14.672920227050781 +1992,22,0,all,18-20 yrs,279,200208,19.029748916625977,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,139.35507202148438 +1992,22,0,MVA,18-20 yrs,79,200208,19.029748916625977,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,39.458961486816406 +1992,22,0,suicide,18-20 yrs,27,200208,19.029748916625977,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,13.485974311828613 +1992,22,0,homicide,18-20 yrs,101,200208,19.029748916625977,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,50.44753646850586 +1992,22,0,other external,18-20 yrs,35,200208,19.029748916625977,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,17.48181915283203 +1992,22,0,internal,18-20 yrs,37,200208,19.029748916625977,0,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,18.48077964782715 +1992,22,0,all,21-24 yrs,408,262331,22.448936462402344,1,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,155.52870178222656 +1992,22,0,MVA,21-24 yrs,94,262331,22.448936462402344,1,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,35.83259201049805 +1992,22,0,suicide,21-24 yrs,44,262331,22.448936462402344,1,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,16.772703170776367 +1992,22,0,homicide,21-24 yrs,133,262331,22.448936462402344,1,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,50.69930648803711 +1992,22,0,other external,21-24 yrs,44,262331,22.448936462402344,1,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,16.772703170776367 +1992,22,0,internal,21-24 yrs,93,262331,22.448936462402344,1,0.22808267176151276,1.5499999523162842,0.2199999988079071,0.7400000095367432,2.509999990463257,35.45139694213867 +1993,22,0,MVA,15-17 yrs,74,201546,16.00074005126953,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,36.716182708740234 +1993,22,0,suicide,15-17 yrs,22,201546,16.00074005126953,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,10.91562271118164 +1993,22,0,homicide,15-17 yrs,66,201546,16.00074005126953,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,32.74686813354492 +1993,22,0,other external,15-17 yrs,27,201546,16.00074005126953,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,13.396445274353027 +1993,22,0,internal,15-17 yrs,41,201546,16.00074005126953,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,20.342750549316406 +1993,22,0,all,18-20 yrs,319,198506,19.003713607788086,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,160.700439453125 +1993,22,0,MVA,18-20 yrs,80,198506,19.003713607788086,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,40.301048278808594 +1993,22,0,suicide,18-20 yrs,37,198506,19.003713607788086,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,18.63923454284668 +1993,22,0,homicide,18-20 yrs,127,198506,19.003713607788086,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,63.9779167175293 +1993,22,0,other external,18-20 yrs,37,198506,19.003713607788086,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,18.63923454284668 +1993,22,0,internal,18-20 yrs,38,198506,19.003713607788086,0,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,19.14299774169922 +1993,22,0,all,21-24 yrs,451,262519,22.471942901611328,1,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,171.79708862304688 +1993,22,0,MVA,21-24 yrs,99,262519,22.471942901611328,1,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,37.71155548095703 +1993,22,0,suicide,21-24 yrs,59,262519,22.471942901611328,1,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,22.474563598632812 +1993,22,0,homicide,21-24 yrs,170,262519,22.471942901611328,1,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,64.75721740722656 +1993,22,0,other external,21-24 yrs,39,262519,22.471942901611328,1,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,14.856067657470703 +1993,22,0,internal,21-24 yrs,84,262519,22.471942901611328,1,0.22145327925682068,1.5299999713897705,0.20999999344348907,0.7200000286102295,2.4700000286102295,31.997684478759766 +1994,22,0,MVA,15-17 yrs,60,207584,16.00768280029297,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,28.903961181640625 +1994,22,0,suicide,15-17 yrs,24,207584,16.00768280029297,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,11.56158447265625 +1994,22,0,homicide,15-17 yrs,46,207584,16.00768280029297,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,22.159704208374023 +1994,22,0,other external,15-17 yrs,27,207584,16.00768280029297,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,13.006782531738281 +1994,22,0,internal,15-17 yrs,32,207584,16.00768280029297,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,15.415446281433105 +1994,22,0,all,18-20 yrs,318,200504,18.9971866607666,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,158.60032653808594 +1994,22,0,MVA,18-20 yrs,82,200504,18.9971866607666,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,40.89693832397461 +1994,22,0,suicide,18-20 yrs,41,200504,18.9971866607666,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,20.448469161987305 +1994,22,0,homicide,18-20 yrs,126,200504,18.9971866607666,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,62.84164047241211 +1994,22,0,other external,18-20 yrs,28,200504,18.9971866607666,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,13.964808464050293 +1994,22,0,internal,18-20 yrs,41,200504,18.9971866607666,0,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,20.448469161987305 +1994,22,0,all,21-24 yrs,432,259675,22.506845474243164,1,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,166.36180114746094 +1994,22,0,MVA,21-24 yrs,101,259675,22.506845474243164,1,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,38.894771575927734 +1994,22,0,suicide,21-24 yrs,46,259675,22.506845474243164,1,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,17.71445083618164 +1994,22,0,homicide,21-24 yrs,157,259675,22.506845474243164,1,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,60.46018981933594 +1994,22,0,other external,21-24 yrs,41,259675,22.506845474243164,1,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,15.78896713256836 +1994,22,0,internal,21-24 yrs,87,259675,22.506845474243164,1,0.2159244269132614,1.4500000476837158,0.20999999344348907,0.7300000190734863,2.390000104904175,33.50341796875 +1995,22,0,MVA,15-17 yrs,65,214345,15.99261474609375,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,30.32494354248047 +1995,22,0,suicide,15-17 yrs,15,214345,15.99261474609375,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,6.998064041137695 +1995,22,0,homicide,15-17 yrs,47,214345,15.99261474609375,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,21.92726707458496 +1995,22,0,other external,15-17 yrs,23,214345,15.99261474609375,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,10.730364799499512 +1995,22,0,internal,15-17 yrs,37,214345,15.99261474609375,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,17.261890411376953 +1995,22,0,all,18-20 yrs,291,206620,18.99195098876953,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,140.8382568359375 +1995,22,0,MVA,18-20 yrs,95,206620,18.99195098876953,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,45.97812271118164 +1995,22,0,suicide,18-20 yrs,25,206620,18.99195098876953,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,12.099506378173828 +1995,22,0,homicide,18-20 yrs,109,206620,18.99195098876953,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,52.753849029541016 +1995,22,0,other external,18-20 yrs,23,206620,18.99195098876953,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,11.131546020507812 +1995,22,0,internal,18-20 yrs,39,206620,18.99195098876953,0,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,18.87523078918457 +1995,22,0,all,21-24 yrs,384,254047,22.51630210876465,1,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,151.15313720703125 +1995,22,0,MVA,21-24 yrs,91,254047,22.51630210876465,1,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,35.82014465332031 +1995,22,0,suicide,21-24 yrs,45,254047,22.51630210876465,1,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,17.7132568359375 +1995,22,0,homicide,21-24 yrs,129,254047,22.51630210876465,1,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,50.77800750732422 +1995,22,0,other external,21-24 yrs,39,254047,22.51630210876465,1,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,15.351490020751953 +1995,22,0,internal,21-24 yrs,80,254047,22.51630210876465,1,0.2099737524986267,1.5499999523162842,0.20999999344348907,0.7300000190734863,2.5,31.490236282348633 +1996,22,0,MVA,15-17 yrs,54,218708,16.00555992126465,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,24.690454483032227 +1996,22,0,suicide,15-17 yrs,24,218708,16.00555992126465,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,10.973535537719727 +1996,22,0,homicide,15-17 yrs,45,218708,16.00555992126465,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,20.57537841796875 +1996,22,0,other external,15-17 yrs,19,218708,16.00555992126465,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,8.687382698059082 +1996,22,0,internal,15-17 yrs,29,218708,16.00555992126465,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,13.259688377380371 +1996,22,0,all,18-20 yrs,290,211128,18.99077796936035,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,137.35743713378906 +1996,22,0,MVA,18-20 yrs,78,211128,18.99077796936035,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,36.94441223144531 +1996,22,0,suicide,18-20 yrs,36,211128,18.99077796936035,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,17.051267623901367 +1996,22,0,homicide,18-20 yrs,120,211128,18.99077796936035,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,56.83755874633789 +1996,22,0,other external,18-20 yrs,26,211128,18.99077796936035,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,12.314804077148438 +1996,22,0,internal,18-20 yrs,30,211128,18.99077796936035,0,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,14.209389686584473 +1996,22,0,all,21-24 yrs,381,248677,22.482295989990234,1,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,153.21078491210938 +1996,22,0,MVA,21-24 yrs,98,248677,22.482295989990234,1,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,39.40855026245117 +1996,22,0,suicide,21-24 yrs,36,248677,22.482295989990234,1,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,14.47661018371582 +1996,22,0,homicide,21-24 yrs,128,248677,22.482295989990234,1,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,51.47239303588867 +1996,22,0,other external,21-24 yrs,35,248677,22.482295989990234,1,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,14.074481964111328 +1996,22,0,internal,21-24 yrs,84,248677,22.482295989990234,1,0.20395156741142273,1.5,0.2199999988079071,0.7200000286102295,2.440000057220459,33.77875900268555 +1970,23,0.3228622376918793,MVA,15-17 yrs,26,57907,15.979640007019043,0,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,44.89958190917969 +1970,23,0.3228622376918793,suicide,15-17 yrs,2,57907,15.979640007019043,0,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,3.4538137912750244 +1970,23,0.3228622376918793,homicide,15-17 yrs,0,57907,15.979640007019043,0,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,0 +1970,23,0.3228622376918793,other external,15-17 yrs,12,57907,15.979640007019043,0,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,20.722883224487305 +1970,23,0.3228622376918793,internal,15-17 yrs,17,57907,15.979640007019043,0,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,29.357418060302734 +1970,23,0.3228622376918793,all,18-20 yrs,75,52812,18.969703674316406,0.3228622376918793,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,142.01318359375 +1970,23,0.3228622376918793,MVA,18-20 yrs,38,52812,18.969703674316406,0.3228622376918793,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,71.9533462524414 +1970,23,0.3228622376918793,suicide,18-20 yrs,6,52812,18.969703674316406,0.3228622376918793,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,11.361054420471191 +1970,23,0.3228622376918793,homicide,18-20 yrs,1,52812,18.969703674316406,0.3228622376918793,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,1.893509030342102 +1970,23,0.3228622376918793,other external,18-20 yrs,9,52812,18.969703674316406,0.3228622376918793,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,17.041582107543945 +1970,23,0.3228622376918793,internal,18-20 yrs,21,52812,18.969703674316406,0.3228622376918793,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,39.76369094848633 +1970,23,0.3228622376918793,all,21-24 yrs,93,59074,22.369131088256836,1,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,157.42965698242188 +1970,23,0.3228622376918793,MVA,21-24 yrs,48,59074,22.369131088256836,1,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,81.25402069091797 +1970,23,0.3228622376918793,suicide,21-24 yrs,8,59074,22.369131088256836,1,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,13.542336463928223 +1970,23,0.3228622376918793,homicide,21-24 yrs,3,59074,22.369131088256836,1,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,5.078376293182373 +1970,23,0.3228622376918793,other external,21-24 yrs,19,59074,22.369131088256836,1,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,32.16305160522461 +1970,23,0.3228622376918793,internal,21-24 yrs,15,59074,22.369131088256836,1,0.6443299055099487,1.2400000095367432,0.10000000149011612,1.0299999713897705,2.369999885559082,25.391881942749023 +1971,23,0.3161870241165161,MVA,15-17 yrs,28,59507,15.992975234985352,0,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,47.053287506103516 +1971,23,0.3161870241165161,suicide,15-17 yrs,4,59507,15.992975234985352,0,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,6.721898078918457 +1971,23,0.3161870241165161,homicide,15-17 yrs,0,59507,15.992975234985352,0,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,0 +1971,23,0.3161870241165161,other external,15-17 yrs,18,59507,15.992975234985352,0,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,30.24854278564453 +1971,23,0.3161870241165161,internal,15-17 yrs,15,59507,15.992975234985352,0,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,25.20711898803711 +1971,23,0.3161870241165161,all,18-20 yrs,61,54278,18.967924118041992,0.3161870241165161,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,112.38439178466797 +1971,23,0.3161870241165161,MVA,18-20 yrs,29,54278,18.967924118041992,0.3161870241165161,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,53.428646087646484 +1971,23,0.3161870241165161,suicide,18-20 yrs,8,54278,18.967924118041992,0.3161870241165161,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,14.738936424255371 +1971,23,0.3161870241165161,homicide,18-20 yrs,1,54278,18.967924118041992,0.3161870241165161,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,1.8423670530319214 +1971,23,0.3161870241165161,other external,18-20 yrs,11,54278,18.967924118041992,0.3161870241165161,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,20.266036987304688 +1971,23,0.3161870241165161,internal,18-20 yrs,12,54278,18.967924118041992,0.3161870241165161,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,22.1084041595459 +1971,23,0.3161870241165161,all,21-24 yrs,88,66986,22.526960372924805,1,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,131.3707275390625 +1971,23,0.3161870241165161,MVA,21-24 yrs,42,66986,22.526960372924805,1,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,62.699668884277344 +1971,23,0.3161870241165161,suicide,21-24 yrs,11,66986,22.526960372924805,1,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,16.421340942382812 +1971,23,0.3161870241165161,homicide,21-24 yrs,4,66986,22.526960372924805,1,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,5.9713969230651855 +1971,23,0.3161870241165161,other external,21-24 yrs,17,66986,22.526960372924805,1,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,25.378437042236328 +1971,23,0.3161870241165161,internal,21-24 yrs,14,66986,22.526960372924805,1,0.6172839403152466,1.2799999713897705,0.4000000059604645,0.9900000095367432,2.6700000762939453,20.89988899230957 +1972,23,0.7181807160377502,MVA,15-17 yrs,28,61103,15.982946395874023,0,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,45.82426452636719 +1972,23,0.7181807160377502,suicide,15-17 yrs,10,61103,15.982946395874023,0,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,16.365808486938477 +1972,23,0.7181807160377502,homicide,15-17 yrs,0,61103,15.982946395874023,0,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,0 +1972,23,0.7181807160377502,other external,15-17 yrs,16,61103,15.982946395874023,0,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,26.185293197631836 +1972,23,0.7181807160377502,internal,15-17 yrs,20,61103,15.982946395874023,0,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,32.73161697387695 +1972,23,0.7181807160377502,all,18-20 yrs,80,56349,18.969919204711914,0.7181807160377502,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,141.97235107421875 +1972,23,0.7181807160377502,MVA,18-20 yrs,50,56349,18.969919204711914,0.7181807160377502,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,88.73271942138672 +1972,23,0.7181807160377502,suicide,18-20 yrs,6,56349,18.969919204711914,0.7181807160377502,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,10.647926330566406 +1972,23,0.7181807160377502,homicide,18-20 yrs,0,56349,18.969919204711914,0.7181807160377502,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,0 +1972,23,0.7181807160377502,other external,18-20 yrs,10,56349,18.969919204711914,0.7181807160377502,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,17.746543884277344 +1972,23,0.7181807160377502,internal,18-20 yrs,14,56349,18.969919204711914,0.7181807160377502,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,24.84516143798828 +1972,23,0.7181807160377502,all,21-24 yrs,62,67714,22.52367401123047,1,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,91.56156921386719 +1972,23,0.7181807160377502,MVA,21-24 yrs,34,67714,22.52367401123047,1,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,50.211181640625 +1972,23,0.7181807160377502,suicide,21-24 yrs,4,67714,22.52367401123047,1,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,5.907197952270508 +1972,23,0.7181807160377502,homicide,21-24 yrs,6,67714,22.52367401123047,1,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,8.860796928405762 +1972,23,0.7181807160377502,other external,21-24 yrs,6,67714,22.52367401123047,1,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,8.860796928405762 +1972,23,0.7181807160377502,internal,21-24 yrs,12,67714,22.52367401123047,1,0.5980861186981201,1.309999942779541,0.23999999463558197,0.9900000095367432,2.5399999618530273,17.721593856811523 +1973,23,1,MVA,15-17 yrs,28,62466,15.979092597961426,0,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,44.82438278198242 +1973,23,1,suicide,15-17 yrs,4,62466,15.979092597961426,0,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,6.4034833908081055 +1973,23,1,homicide,15-17 yrs,3,62466,15.979092597961426,0,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,4.802612781524658 +1973,23,1,other external,15-17 yrs,14,62466,15.979092597961426,0,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,22.41219139099121 +1973,23,1,internal,15-17 yrs,9,62466,15.979092597961426,0,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,14.407837867736816 +1973,23,1,all,18-20 yrs,79,57624,18.972579956054688,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,137.0956573486328 +1973,23,1,MVA,18-20 yrs,43,57624,18.972579956054688,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,74.62168884277344 +1973,23,1,suicide,18-20 yrs,10,57624,18.972579956054688,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,17.353879928588867 +1973,23,1,homicide,18-20 yrs,3,57624,18.972579956054688,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,5.2061638832092285 +1973,23,1,other external,18-20 yrs,12,57624,18.972579956054688,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,20.824655532836914 +1973,23,1,internal,18-20 yrs,11,57624,18.972579956054688,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,19.08926773071289 +1973,23,1,all,21-24 yrs,78,68107,22.523778915405273,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,114.52567291259766 +1973,23,1,MVA,21-24 yrs,28,68107,22.523778915405273,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,41.111778259277344 +1973,23,1,suicide,21-24 yrs,11,68107,22.523778915405273,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,16.15105628967285 +1973,23,1,homicide,21-24 yrs,2,68107,22.523778915405273,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,2.9365556240081787 +1973,23,1,other external,21-24 yrs,17,68107,22.523778915405273,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,24.960723876953125 +1973,23,1,internal,21-24 yrs,20,68107,22.523778915405273,1,0.5630630254745483,1.350000023841858,0.23000000417232513,1.0099999904632568,2.5899999141693115,29.365556716918945 +1974,23,1,MVA,15-17 yrs,22,64125,15.990877151489258,0,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,34.30799102783203 +1974,23,1,suicide,15-17 yrs,1,64125,15.990877151489258,0,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,1.5594542026519775 +1974,23,1,homicide,15-17 yrs,0,64125,15.990877151489258,0,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,0 +1974,23,1,other external,15-17 yrs,12,64125,15.990877151489258,0,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,18.713449478149414 +1974,23,1,internal,15-17 yrs,21,64125,15.990877151489258,0,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,32.748538970947266 +1974,23,1,all,18-20 yrs,82,58840,18.984891891479492,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,139.36097717285156 +1974,23,1,MVA,18-20 yrs,42,58840,18.984891891479492,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,71.38001251220703 +1974,23,1,suicide,18-20 yrs,5,58840,18.984891891479492,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,8.497620582580566 +1974,23,1,homicide,18-20 yrs,3,58840,18.984891891479492,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,5.098572254180908 +1974,23,1,other external,18-20 yrs,24,58840,18.984891891479492,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,40.788578033447266 +1974,23,1,internal,18-20 yrs,8,58840,18.984891891479492,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,13.596193313598633 +1974,23,1,all,21-24 yrs,71,67887,22.495853424072266,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,104.58556365966797 +1974,23,1,MVA,21-24 yrs,27,67887,22.495853424072266,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,39.77197265625 +1974,23,1,suicide,21-24 yrs,8,67887,22.495853424072266,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,11.78428840637207 +1974,23,1,homicide,21-24 yrs,3,67887,22.495853424072266,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,4.4191083908081055 +1974,23,1,other external,21-24 yrs,15,67887,22.495853424072266,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,22.09554100036621 +1974,23,1,internal,21-24 yrs,18,67887,22.495853424072266,1,0.5070993900299072,1.399999976158142,0.23999999463558197,1.0499999523162842,2.680000066757202,26.5146484375 +1975,23,1,MVA,15-17 yrs,32,64652,16.000123977661133,0,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,49.49576187133789 +1975,23,1,suicide,15-17 yrs,4,64652,16.000123977661133,0,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,6.186970233917236 +1975,23,1,homicide,15-17 yrs,0,64652,16.000123977661133,0,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,0 +1975,23,1,other external,15-17 yrs,14,64652,16.000123977661133,0,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,21.654396057128906 +1975,23,1,internal,15-17 yrs,14,64652,16.000123977661133,0,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,21.654396057128906 +1975,23,1,all,18-20 yrs,76,60323,18.975067138671875,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,125.9884262084961 +1975,23,1,MVA,18-20 yrs,33,60323,18.975067138671875,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,54.705501556396484 +1975,23,1,suicide,18-20 yrs,10,60323,18.975067138671875,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,16.577425003051758 +1975,23,1,homicide,18-20 yrs,3,60323,18.975067138671875,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,4.973227500915527 +1975,23,1,other external,18-20 yrs,14,60323,18.975067138671875,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,23.20839500427246 +1975,23,1,internal,18-20 yrs,16,60323,18.975067138671875,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,26.523880004882812 +1975,23,1,all,21-24 yrs,80,69547,22.47500228881836,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,115.03012084960938 +1975,23,1,MVA,21-24 yrs,36,69547,22.47500228881836,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,51.76355743408203 +1975,23,1,suicide,21-24 yrs,12,69547,22.47500228881836,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,17.254518508911133 +1975,23,1,homicide,21-24 yrs,4,69547,22.47500228881836,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,5.751506328582764 +1975,23,1,other external,21-24 yrs,18,69547,22.47500228881836,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,25.881778717041016 +1975,23,1,internal,21-24 yrs,10,69547,22.47500228881836,1,0.46468400955200195,1.440000057220459,0.25,1.0399999618530273,2.7200000286102295,14.378765106201172 +1976,23,1,MVA,15-17 yrs,26,65606,15.99362850189209,0,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,39.63051986694336 +1976,23,1,suicide,15-17 yrs,2,65606,15.99362850189209,0,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,3.04850172996521 +1976,23,1,homicide,15-17 yrs,1,65606,15.99362850189209,0,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,1.524250864982605 +1976,23,1,other external,15-17 yrs,6,65606,15.99362850189209,0,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,9.14550495147705 +1976,23,1,internal,15-17 yrs,16,65606,15.99362850189209,0,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,24.38801383972168 +1976,23,1,all,18-20 yrs,70,61987,18.970815658569336,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,112.9269027709961 +1976,23,1,MVA,18-20 yrs,39,61987,18.970815658569336,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,62.91641616821289 +1976,23,1,suicide,18-20 yrs,5,61987,18.970815658569336,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,8.0662078857421875 +1976,23,1,homicide,18-20 yrs,1,61987,18.970815658569336,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,1.61324143409729 +1976,23,1,other external,18-20 yrs,17,61987,18.970815658569336,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,27.425106048583984 +1976,23,1,internal,18-20 yrs,8,61987,18.970815658569336,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,12.90593147277832 +1976,23,1,all,21-24 yrs,93,71656,22.474224090576172,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,129.78675842285156 +1976,23,1,MVA,21-24 yrs,34,71656,22.474224090576172,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,47.44892120361328 +1976,23,1,suicide,21-24 yrs,21,71656,22.474224090576172,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,29.30668830871582 +1976,23,1,homicide,21-24 yrs,0,71656,22.474224090576172,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,0 +1976,23,1,other external,21-24 yrs,29,71656,22.474224090576172,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,40.47113800048828 +1976,23,1,internal,21-24 yrs,9,71656,22.474224090576172,1,0.43936729431152344,1.409999966621399,0.25999999046325684,1.0700000524520874,2.740000009536743,12.560009002685547 +1977,23,0.8646739721298218,MVA,15-17 yrs,18,66025,15.993804931640625,0,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,27.262399673461914 +1977,23,0.8646739721298218,suicide,15-17 yrs,4,66025,15.993804931640625,0,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,6.058311462402344 +1977,23,0.8646739721298218,homicide,15-17 yrs,3,66025,15.993804931640625,0,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,4.543733596801758 +1977,23,0.8646739721298218,other external,15-17 yrs,6,66025,15.993804931640625,0,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,9.087467193603516 +1977,23,0.8646739721298218,internal,15-17 yrs,13,66025,15.993804931640625,0,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,19.689512252807617 +1977,23,0.8646739721298218,all,18-20 yrs,83,63633,18.983814239501953,0.8646739721298218,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,130.4354705810547 +1977,23,0.8646739721298218,MVA,18-20 yrs,53,63633,18.983814239501953,0.8646739721298218,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,83.29011535644531 +1977,23,0.8646739721298218,suicide,18-20 yrs,11,63633,18.983814239501953,0.8646739721298218,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,17.28662872314453 +1977,23,0.8646739721298218,homicide,18-20 yrs,2,63633,18.983814239501953,0.8646739721298218,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,3.1430232524871826 +1977,23,0.8646739721298218,other external,18-20 yrs,7,63633,18.983814239501953,0.8646739721298218,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,11.000581741333008 +1977,23,0.8646739721298218,internal,18-20 yrs,10,63633,18.983814239501953,0.8646739721298218,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,15.715116500854492 +1977,23,0.8646739721298218,all,21-24 yrs,82,73596,22.481847763061523,1,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,111.41909790039062 +1977,23,0.8646739721298218,MVA,21-24 yrs,22,73596,22.481847763061523,1,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,29.892929077148438 +1977,23,0.8646739721298218,suicide,21-24 yrs,13,73596,22.481847763061523,1,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,17.664003372192383 +1977,23,0.8646739721298218,homicide,21-24 yrs,2,73596,22.481847763061523,1,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,2.717539072036743 +1977,23,0.8646739721298218,other external,21-24 yrs,20,73596,22.481847763061523,1,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,27.175390243530273 +1977,23,0.8646739721298218,internal,21-24 yrs,25,73596,22.481847763061523,1,0.4125412702560425,1.3700000047683716,0.23000000417232513,1.0399999618530273,2.640000104904175,33.96923828125 +1978,23,0.3268018960952759,MVA,15-17 yrs,20,66346,16.002683639526367,0,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,30.144996643066406 +1978,23,0.3268018960952759,suicide,15-17 yrs,4,66346,16.002683639526367,0,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,6.028999328613281 +1978,23,0.3268018960952759,homicide,15-17 yrs,1,66346,16.002683639526367,0,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,1.5072498321533203 +1978,23,0.3268018960952759,other external,15-17 yrs,11,66346,16.002683639526367,0,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,16.579748153686523 +1978,23,0.3268018960952759,internal,15-17 yrs,17,66346,16.002683639526367,0,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,25.623247146606445 +1978,23,0.3268018960952759,all,18-20 yrs,91,63641,18.991106033325195,0.3268018960952759,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,142.9895782470703 +1978,23,0.3268018960952759,MVA,18-20 yrs,60,63641,18.991106033325195,0.3268018960952759,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,94.27884674072266 +1978,23,0.3268018960952759,suicide,18-20 yrs,9,63641,18.991106033325195,0.3268018960952759,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,14.141826629638672 +1978,23,0.3268018960952759,homicide,18-20 yrs,3,63641,18.991106033325195,0.3268018960952759,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,4.713942050933838 +1978,23,0.3268018960952759,other external,18-20 yrs,5,63641,18.991106033325195,0.3268018960952759,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,7.856570243835449 +1978,23,0.3268018960952759,internal,18-20 yrs,14,63641,18.991106033325195,0.3268018960952759,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,21.998397827148438 +1978,23,0.3268018960952759,all,21-24 yrs,92,75164,22.482770919799805,1,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,122.39901733398438 +1978,23,0.3268018960952759,MVA,21-24 yrs,42,75164,22.482770919799805,1,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,55.87781524658203 +1978,23,0.3268018960952759,suicide,21-24 yrs,6,75164,22.482770919799805,1,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,7.982544898986816 +1978,23,0.3268018960952759,homicide,21-24 yrs,2,75164,22.482770919799805,1,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,2.660848379135132 +1978,23,0.3268018960952759,other external,21-24 yrs,21,75164,22.482770919799805,1,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,27.938907623291016 +1978,23,0.3268018960952759,internal,21-24 yrs,21,75164,22.482770919799805,1,0.38343560695648193,1.309999942779541,0.27000001072883606,1.0499999523162842,2.619999885559082,27.938907623291016 +1979,23,0.3257346749305725,MVA,15-17 yrs,30,65552,16.007078170776367,0,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,45.765193939208984 +1979,23,0.3257346749305725,suicide,15-17 yrs,6,65552,16.007078170776367,0,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,9.15303897857666 +1979,23,0.3257346749305725,homicide,15-17 yrs,2,65552,16.007078170776367,0,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,3.0510129928588867 +1979,23,0.3257346749305725,other external,15-17 yrs,13,65552,16.007078170776367,0,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,19.831584930419922 +1979,23,0.3257346749305725,internal,15-17 yrs,9,65552,16.007078170776367,0,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,13.729557991027832 +1979,23,0.3257346749305725,all,18-20 yrs,77,63871,18.984092712402344,0.3257346749305725,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,120.55549621582031 +1979,23,0.3257346749305725,MVA,18-20 yrs,47,63871,18.984092712402344,0.3257346749305725,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,73.58582305908203 +1979,23,0.3257346749305725,suicide,18-20 yrs,7,63871,18.984092712402344,0.3257346749305725,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,10.959589958190918 +1979,23,0.3257346749305725,homicide,18-20 yrs,2,63871,18.984092712402344,0.3257346749305725,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,3.1313116550445557 +1979,23,0.3257346749305725,other external,18-20 yrs,16,63871,18.984092712402344,0.3257346749305725,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,25.050493240356445 +1979,23,0.3257346749305725,internal,18-20 yrs,5,63871,18.984092712402344,0.3257346749305725,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,7.8282790184021 +1979,23,0.3257346749305725,all,21-24 yrs,84,76470,22.47722053527832,1,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,109.84700012207031 +1979,23,0.3257346749305725,MVA,21-24 yrs,40,76470,22.47722053527832,1,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,52.3080940246582 +1979,23,0.3257346749305725,suicide,21-24 yrs,11,76470,22.47722053527832,1,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,14.384725570678711 +1979,23,0.3257346749305725,homicide,21-24 yrs,4,76470,22.47722053527832,1,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,5.230809688568115 +1979,23,0.3257346749305725,other external,21-24 yrs,10,76470,22.47722053527832,1,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,13.07702350616455 +1979,23,0.3257346749305725,internal,21-24 yrs,19,76470,22.47722053527832,1,0.3443526327610016,1.2999999523162842,0.27000001072883606,1.0800000429153442,2.6500000953674316,24.846345901489258 +1980,23,0.32457977533340454,MVA,15-17 yrs,29,64028,16.01772689819336,0,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,45.29268264770508 +1980,23,0.32457977533340454,suicide,15-17 yrs,4,64028,16.01772689819336,0,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,6.24726676940918 +1980,23,0.32457977533340454,homicide,15-17 yrs,3,64028,16.01772689819336,0,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,4.685450077056885 +1980,23,0.32457977533340454,other external,15-17 yrs,9,64028,16.01772689819336,0,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,14.056350708007812 +1980,23,0.32457977533340454,internal,15-17 yrs,8,64028,16.01772689819336,0,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,12.49453353881836 +1980,23,0.32457977533340454,all,18-20 yrs,96,64012,18.990751266479492,0.32457977533340454,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,149.9718780517578 +1980,23,0.32457977533340454,MVA,18-20 yrs,54,64012,18.990751266479492,0.32457977533340454,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,84.35918426513672 +1980,23,0.32457977533340454,suicide,18-20 yrs,9,64012,18.990751266479492,0.32457977533340454,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,14.059864044189453 +1980,23,0.32457977533340454,homicide,18-20 yrs,4,64012,18.990751266479492,0.32457977533340454,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,6.248828411102295 +1980,23,0.32457977533340454,other external,18-20 yrs,16,64012,18.990751266479492,0.32457977533340454,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,24.99531364440918 +1980,23,0.32457977533340454,internal,18-20 yrs,13,64012,18.990751266479492,0.32457977533340454,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,20.308692932128906 +1980,23,0.32457977533340454,all,21-24 yrs,86,77993,22.47105598449707,1,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,110.26630401611328 +1980,23,0.32457977533340454,MVA,21-24 yrs,41,77993,22.47105598449707,1,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,52.56882095336914 +1980,23,0.32457977533340454,suicide,21-24 yrs,12,77993,22.47105598449707,1,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,15.385995864868164 +1980,23,0.32457977533340454,homicide,21-24 yrs,2,77993,22.47105598449707,1,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,2.5643327236175537 +1980,23,0.32457977533340454,other external,21-24 yrs,13,77993,22.47105598449707,1,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,16.668163299560547 +1980,23,0.32457977533340454,internal,21-24 yrs,18,77993,22.47105598449707,1,0.3033980429172516,1.3200000524520874,0.28999999165534973,1.059999942779541,2.6700000762939453,23.078994750976562 +1981,23,0.33144843578338623,MVA,15-17 yrs,21,61694,16.026988983154297,0,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,34.03896713256836 +1981,23,0.33144843578338623,suicide,15-17 yrs,6,61694,16.026988983154297,0,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,9.725419044494629 +1981,23,0.33144843578338623,homicide,15-17 yrs,2,61694,16.026988983154297,0,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,3.2418062686920166 +1981,23,0.33144843578338623,other external,15-17 yrs,6,61694,16.026988983154297,0,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,9.725419044494629 +1981,23,0.33144843578338623,internal,15-17 yrs,4,61694,16.026988983154297,0,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,6.483612537384033 +1981,23,0.33144843578338623,all,18-20 yrs,75,64725,19.002687454223633,0.33144843578338623,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,115.8748550415039 +1981,23,0.33144843578338623,MVA,18-20 yrs,39,64725,19.002687454223633,0.33144843578338623,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,60.25492477416992 +1981,23,0.33144843578338623,suicide,18-20 yrs,11,64725,19.002687454223633,0.33144843578338623,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,16.994977951049805 +1981,23,0.33144843578338623,homicide,18-20 yrs,1,64725,19.002687454223633,0.33144843578338623,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,1.544998049736023 +1981,23,0.33144843578338623,other external,18-20 yrs,8,64725,19.002687454223633,0.33144843578338623,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,12.359984397888184 +1981,23,0.33144843578338623,internal,18-20 yrs,16,64725,19.002687454223633,0.33144843578338623,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,24.719968795776367 +1981,23,0.33144843578338623,all,21-24 yrs,91,78724,22.48027229309082,1,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,115.59371948242188 +1981,23,0.33144843578338623,MVA,21-24 yrs,40,78724,22.48027229309082,1,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,50.8104248046875 +1981,23,0.33144843578338623,suicide,21-24 yrs,9,78724,22.48027229309082,1,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,11.43234634399414 +1981,23,0.33144843578338623,homicide,21-24 yrs,4,78724,22.48027229309082,1,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,5.081042766571045 +1981,23,0.33144843578338623,other external,21-24 yrs,20,78724,22.48027229309082,1,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,25.40521240234375 +1981,23,0.33144843578338623,internal,21-24 yrs,18,78724,22.48027229309082,1,0.33003300428390503,1.2400000095367432,0.2800000011920929,1.0499999523162842,2.569999933242798,22.86469268798828 +1982,23,0.33484622836112976,MVA,15-17 yrs,13,59350,16.022695541381836,0,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,21.903959274291992 +1982,23,0.33484622836112976,suicide,15-17 yrs,5,59350,16.022695541381836,0,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,8.424599647521973 +1982,23,0.33484622836112976,homicide,15-17 yrs,0,59350,16.022695541381836,0,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,0 +1982,23,0.33484622836112976,other external,15-17 yrs,5,59350,16.022695541381836,0,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,8.424599647521973 +1982,23,0.33484622836112976,internal,15-17 yrs,10,59350,16.022695541381836,0,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,16.849199295043945 +1982,23,0.33484622836112976,all,18-20 yrs,57,63895,19.010360717773438,0.33484622836112976,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,89.20885467529297 +1982,23,0.33484622836112976,MVA,18-20 yrs,27,63895,19.010360717773438,0.33484622836112976,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,42.25682830810547 +1982,23,0.33484622836112976,suicide,18-20 yrs,9,63895,19.010360717773438,0.33484622836112976,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,14.085609436035156 +1982,23,0.33484622836112976,homicide,18-20 yrs,1,63895,19.010360717773438,0.33484622836112976,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,1.5650676488876343 +1982,23,0.33484622836112976,other external,18-20 yrs,10,63895,19.010360717773438,0.33484622836112976,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,15.650676727294922 +1982,23,0.33484622836112976,internal,18-20 yrs,10,63895,19.010360717773438,0.33484622836112976,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,15.650676727294922 +1982,23,0.33484622836112976,all,21-24 yrs,67,78924,22.4744815826416,1,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,84.89179229736328 +1982,23,0.33484622836112976,MVA,21-24 yrs,18,78924,22.4744815826416,1,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,22.806751251220703 +1982,23,0.33484622836112976,suicide,21-24 yrs,17,78924,22.4744815826416,1,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,21.539709091186523 +1982,23,0.33484622836112976,homicide,21-24 yrs,3,78924,22.4744815826416,1,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,3.8011250495910645 +1982,23,0.33484622836112976,other external,21-24 yrs,8,78924,22.4744815826416,1,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,10.136333465576172 +1982,23,0.33484622836112976,internal,21-24 yrs,21,78924,22.4744815826416,1,0.3108808398246765,1.2999999523162842,0.30000001192092896,1.0199999809265137,2.630000114440918,26.60787582397461 +1983,23,0.33973491191864014,MVA,15-17 yrs,21,57252,16.019929885864258,0,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,36.6799430847168 +1983,23,0.33973491191864014,suicide,15-17 yrs,7,57252,16.019929885864258,0,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,12.22664737701416 +1983,23,0.33973491191864014,homicide,15-17 yrs,2,57252,16.019929885864258,0,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,3.4933278560638428 +1983,23,0.33973491191864014,other external,15-17 yrs,7,57252,16.019929885864258,0,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,12.22664737701416 +1983,23,0.33973491191864014,internal,15-17 yrs,5,57252,16.019929885864258,0,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,8.733319282531738 +1983,23,0.33973491191864014,all,18-20 yrs,63,62693,19.020401000976562,0.33973491191864014,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,100.48968505859375 +1983,23,0.33973491191864014,MVA,18-20 yrs,34,62693,19.020401000976562,0.33973491191864014,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,54.23252868652344 +1983,23,0.33973491191864014,suicide,18-20 yrs,11,62693,19.020401000976562,0.33973491191864014,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,17.545818328857422 +1983,23,0.33973491191864014,homicide,18-20 yrs,1,62693,19.020401000976562,0.33973491191864014,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,1.5950744152069092 +1983,23,0.33973491191864014,other external,18-20 yrs,10,62693,19.020401000976562,0.33973491191864014,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,15.950743675231934 +1983,23,0.33973491191864014,internal,18-20 yrs,7,62693,19.020401000976562,0.33973491191864014,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,11.165520668029785 +1983,23,0.33973491191864014,all,21-24 yrs,87,79426,22.472389221191406,1,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,109.53591918945312 +1983,23,0.33973491191864014,MVA,21-24 yrs,42,79426,22.472389221191406,1,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,52.87940979003906 +1983,23,0.33973491191864014,suicide,21-24 yrs,22,79426,22.472389221191406,1,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,27.69873809814453 +1983,23,0.33973491191864014,homicide,21-24 yrs,3,79426,22.472389221191406,1,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,3.7771008014678955 +1983,23,0.33973491191864014,other external,21-24 yrs,9,79426,22.472389221191406,1,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,11.33130168914795 +1983,23,0.33973491191864014,internal,21-24 yrs,11,79426,22.472389221191406,1,0.3012048304080963,1.3200000524520874,0.28999999165534973,1.0299999713897705,2.630000114440918,13.849369049072266 +1984,23,0.34369754791259766,MVA,15-17 yrs,15,56173,16.015043258666992,0,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,26.70322036743164 +1984,23,0.34369754791259766,suicide,15-17 yrs,8,56173,16.015043258666992,0,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,14.241717338562012 +1984,23,0.34369754791259766,homicide,15-17 yrs,0,56173,16.015043258666992,0,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,0 +1984,23,0.34369754791259766,other external,15-17 yrs,4,56173,16.015043258666992,0,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,7.120858669281006 +1984,23,0.34369754791259766,internal,15-17 yrs,5,56173,16.015043258666992,0,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,8.901073455810547 +1984,23,0.34369754791259766,all,18-20 yrs,75,60754,19.028079986572266,0.34369754791259766,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,123.44866180419922 +1984,23,0.34369754791259766,MVA,18-20 yrs,42,60754,19.028079986572266,0.34369754791259766,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,69.1312484741211 +1984,23,0.34369754791259766,suicide,18-20 yrs,16,60754,19.028079986572266,0.34369754791259766,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,26.33571434020996 +1984,23,0.34369754791259766,homicide,18-20 yrs,0,60754,19.028079986572266,0.34369754791259766,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,0 +1984,23,0.34369754791259766,other external,18-20 yrs,10,60754,19.028079986572266,0.34369754791259766,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,16.459821701049805 +1984,23,0.34369754791259766,internal,18-20 yrs,7,60754,19.028079986572266,0.34369754791259766,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,11.521875381469727 +1984,23,0.34369754791259766,all,21-24 yrs,66,79564,22.47549057006836,1,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,82.95208740234375 +1984,23,0.34369754791259766,MVA,21-24 yrs,23,79564,22.47549057006836,1,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,28.907546997070312 +1984,23,0.34369754791259766,suicide,21-24 yrs,11,79564,22.47549057006836,1,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,13.825347900390625 +1984,23,0.34369754791259766,homicide,21-24 yrs,5,79564,22.47549057006836,1,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,6.284249305725098 +1984,23,0.34369754791259766,other external,21-24 yrs,5,79564,22.47549057006836,1,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,6.284249305725098 +1984,23,0.34369754791259766,internal,21-24 yrs,22,79564,22.47549057006836,1,0.2887391746044159,1.25,0.3100000023841858,1.0099999904632568,2.569999933242798,27.65069580078125 +1985,23,0.2995818853378296,MVA,15-17 yrs,19,55803,15.996434211730957,0,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,34.04834747314453 +1985,23,0.2995818853378296,suicide,15-17 yrs,2,55803,15.996434211730957,0,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,3.5840365886688232 +1985,23,0.2995818853378296,homicide,15-17 yrs,1,55803,15.996434211730957,0,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,1.7920182943344116 +1985,23,0.2995818853378296,other external,15-17 yrs,4,55803,15.996434211730957,0,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,7.1680731773376465 +1985,23,0.2995818853378296,internal,15-17 yrs,5,55803,15.996434211730957,0,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,8.960091590881348 +1985,23,0.2995818853378296,all,18-20 yrs,58,58557,19.024335861206055,0.2995818853378296,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,99.04878997802734 +1985,23,0.2995818853378296,MVA,18-20 yrs,32,58557,19.024335861206055,0.2995818853378296,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,54.64760971069336 +1985,23,0.2995818853378296,suicide,18-20 yrs,9,58557,19.024335861206055,0.2995818853378296,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,15.36963939666748 +1985,23,0.2995818853378296,homicide,18-20 yrs,2,58557,19.024335861206055,0.2995818853378296,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,3.415475606918335 +1985,23,0.2995818853378296,other external,18-20 yrs,8,58557,19.024335861206055,0.2995818853378296,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,13.66190242767334 +1985,23,0.2995818853378296,internal,18-20 yrs,7,58557,19.024335861206055,0.2995818853378296,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,11.954164505004883 +1985,23,0.2995818853378296,all,21-24 yrs,76,79139,22.49463653564453,1,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,96.03356170654297 +1985,23,0.2995818853378296,MVA,21-24 yrs,23,79139,22.49463653564453,1,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,29.062788009643555 +1985,23,0.2995818853378296,suicide,21-24 yrs,20,79139,22.49463653564453,1,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,25.271989822387695 +1985,23,0.2995818853378296,homicide,21-24 yrs,5,79139,22.49463653564453,1,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,6.317997455596924 +1985,23,0.2995818853378296,other external,21-24 yrs,13,79139,22.49463653564453,1,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,16.426794052124023 +1985,23,0.2995818853378296,internal,21-24 yrs,15,79139,22.49463653564453,1,0.27881041169166565,1.2899999618530273,0.33000001311302185,0.9399999976158142,2.559999942779541,18.95399284362793 +1986,23,0.041973989456892014,MVA,15-17 yrs,13,56396,15.989874839782715,0,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,23.051280975341797 +1986,23,0.041973989456892014,suicide,15-17 yrs,4,56396,15.989874839782715,0,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,7.092701435089111 +1986,23,0.041973989456892014,homicide,15-17 yrs,1,56396,15.989874839782715,0,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,1.7731753587722778 +1986,23,0.041973989456892014,other external,15-17 yrs,4,56396,15.989874839782715,0,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,7.092701435089111 +1986,23,0.041973989456892014,internal,15-17 yrs,4,56396,15.989874839782715,0,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,7.092701435089111 +1986,23,0.041973989456892014,all,18-20 yrs,44,56388,19.020305633544922,0.041973989456892014,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,78.0307846069336 +1986,23,0.041973989456892014,MVA,18-20 yrs,26,56388,19.020305633544922,0.041973989456892014,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,46.109100341796875 +1986,23,0.041973989456892014,suicide,18-20 yrs,9,56388,19.020305633544922,0.041973989456892014,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,15.960843086242676 +1986,23,0.041973989456892014,homicide,18-20 yrs,0,56388,19.020305633544922,0.041973989456892014,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,0 +1986,23,0.041973989456892014,other external,18-20 yrs,4,56388,19.020305633544922,0.041973989456892014,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,7.093708038330078 +1986,23,0.041973989456892014,internal,18-20 yrs,5,56388,19.020305633544922,0.041973989456892014,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,8.867135047912598 +1986,23,0.041973989456892014,all,21-24 yrs,71,77334,22.510150909423828,1,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,91.80955505371094 +1986,23,0.041973989456892014,MVA,21-24 yrs,38,77334,22.510150909423828,1,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,49.137508392333984 +1986,23,0.041973989456892014,suicide,21-24 yrs,7,77334,22.510150909423828,1,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,9.05164623260498 +1986,23,0.041973989456892014,homicide,21-24 yrs,2,77334,22.510150909423828,1,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,2.586184501647949 +1986,23,0.041973989456892014,other external,21-24 yrs,8,77334,22.510150909423828,1,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,10.344738006591797 +1986,23,0.041973989456892014,internal,21-24 yrs,16,77334,22.510150909423828,1,0.31934306025505066,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.559999942779541,20.689476013183594 +1987,23,0,MVA,15-17 yrs,12,56109,16.020566940307617,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,21.386943817138672 +1987,23,0,suicide,15-17 yrs,3,56109,16.020566940307617,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,5.346735954284668 +1987,23,0,homicide,15-17 yrs,1,56109,16.020566940307617,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,1.7822452783584595 +1987,23,0,other external,15-17 yrs,6,56109,16.020566940307617,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,10.693471908569336 +1987,23,0,internal,15-17 yrs,7,56109,16.020566940307617,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,12.475716590881348 +1987,23,0,all,18-20 yrs,60,55496,19.01297378540039,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,108.11589813232422 +1987,23,0,MVA,18-20 yrs,35,55496,19.01297378540039,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,63.06760787963867 +1987,23,0,suicide,18-20 yrs,10,55496,19.01297378540039,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,18.019317626953125 +1987,23,0,homicide,18-20 yrs,1,55496,19.01297378540039,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,1.801931619644165 +1987,23,0,other external,18-20 yrs,7,55496,19.01297378540039,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,12.613521575927734 +1987,23,0,internal,18-20 yrs,7,55496,19.01297378540039,0,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,12.613521575927734 +1987,23,0,all,21-24 yrs,64,74996,22.523855209350586,1,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,85.33788299560547 +1987,23,0,MVA,21-24 yrs,26,74996,22.523855209350586,1,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,34.668514251708984 +1987,23,0,suicide,21-24 yrs,11,74996,22.523855209350586,1,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,14.667448997497559 +1987,23,0,homicide,21-24 yrs,6,74996,22.523855209350586,1,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,8.000426292419434 +1987,23,0,other external,21-24 yrs,10,74996,22.523855209350586,1,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,13.334044456481934 +1987,23,0,internal,21-24 yrs,11,74996,22.523855209350586,1,0.30809858441352844,1.2599999904632568,0.3799999952316284,0.9100000262260437,2.549999952316284,14.667448997497559 +1988,23,0,MVA,15-17 yrs,22,54479,16.051708221435547,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,40.38253402709961 +1988,23,0,suicide,15-17 yrs,4,54479,16.051708221435547,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,7.342278480529785 +1988,23,0,homicide,15-17 yrs,0,54479,16.051708221435547,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,0 +1988,23,0,other external,15-17 yrs,6,54479,16.051708221435547,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,11.013418197631836 +1988,23,0,internal,15-17 yrs,9,54479,16.051708221435547,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,16.520126342773438 +1988,23,0,all,18-20 yrs,61,55843,18.994287490844727,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,109.23481750488281 +1988,23,0,MVA,18-20 yrs,29,55843,18.994287490844727,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,51.93130874633789 +1988,23,0,suicide,18-20 yrs,12,55843,18.994287490844727,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,21.48881721496582 +1988,23,0,homicide,18-20 yrs,0,55843,18.994287490844727,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,0 +1988,23,0,other external,18-20 yrs,9,55843,18.994287490844727,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,16.116613388061523 +1988,23,0,internal,18-20 yrs,11,55843,18.994287490844727,0,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,19.698081970214844 +1988,23,0,all,21-24 yrs,69,72822,22.523344039916992,1,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,94.7515869140625 +1988,23,0,MVA,21-24 yrs,30,72822,22.523344039916992,1,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,41.19634246826172 +1988,23,0,suicide,21-24 yrs,16,72822,22.523344039916992,1,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,21.97138214111328 +1988,23,0,homicide,21-24 yrs,4,72822,22.523344039916992,1,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,5.49284553527832 +1988,23,0,other external,21-24 yrs,9,72822,22.523344039916992,1,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,12.358902931213379 +1988,23,0,internal,21-24 yrs,10,72822,22.523344039916992,1,0.2958579659461975,1.2799999713897705,0.36000001430511475,0.9100000262260437,2.5399999618530273,13.7321138381958 +1989,23,0,MVA,15-17 yrs,10,51908,16.039203643798828,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,19.26485252380371 +1989,23,0,suicide,15-17 yrs,9,51908,16.039203643798828,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,17.338367462158203 +1989,23,0,homicide,15-17 yrs,2,51908,16.039203643798828,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,3.852970600128174 +1989,23,0,other external,15-17 yrs,4,51908,16.039203643798828,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,7.705941200256348 +1989,23,0,internal,15-17 yrs,8,51908,16.039203643798828,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,15.411882400512695 +1989,23,0,all,18-20 yrs,51,56788,18.987531661987305,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,89.807708740234375 +1989,23,0,MVA,18-20 yrs,20,56788,18.987531661987305,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,35.21870803833008 +1989,23,0,suicide,18-20 yrs,7,56788,18.987531661987305,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,12.326547622680664 +1989,23,0,homicide,18-20 yrs,1,56788,18.987531661987305,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,1.7609354257583618 +1989,23,0,other external,18-20 yrs,7,56788,18.987531661987305,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,12.326547622680664 +1989,23,0,internal,18-20 yrs,16,56788,18.987531661987305,0,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,28.17496681213379 +1989,23,0,all,21-24 yrs,75,69929,22.517826080322266,1,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,107.25164031982422 +1989,23,0,MVA,21-24 yrs,27,69929,22.517826080322266,1,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,38.610591888427734 +1989,23,0,suicide,21-24 yrs,21,69929,22.517826080322266,1,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,30.030460357666016 +1989,23,0,homicide,21-24 yrs,1,69929,22.517826080322266,1,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,1.43002188205719 +1989,23,0,other external,21-24 yrs,11,69929,22.517826080322266,1,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,15.730240821838379 +1989,23,0,internal,21-24 yrs,15,69929,22.517826080322266,1,0.2822580635547638,1.25,0.3400000035762787,0.8500000238418579,2.440000057220459,21.450328826904297 +1990,23,0,MVA,15-17 yrs,18,49980,16.021909713745117,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,36.014404296875 +1990,23,0,suicide,15-17 yrs,5,49980,16.021909713745117,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,10.00400161743164 +1990,23,0,homicide,15-17 yrs,1,49980,16.021909713745117,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,2.000800371170044 +1990,23,0,other external,15-17 yrs,6,49980,16.021909713745117,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,12.004801750183105 +1990,23,0,internal,15-17 yrs,5,49980,16.021909713745117,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,10.00400161743164 +1990,23,0,all,18-20 yrs,39,56858,19.017324447631836,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,68.59193420410156 +1990,23,0,MVA,18-20 yrs,19,56858,19.017324447631836,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,33.41658020019531 +1990,23,0,suicide,18-20 yrs,8,56858,19.017324447631836,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,14.07013988494873 +1990,23,0,homicide,18-20 yrs,3,56858,19.017324447631836,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,5.276302337646484 +1990,23,0,other external,18-20 yrs,4,56858,19.017324447631836,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,7.035069942474365 +1990,23,0,internal,18-20 yrs,5,56858,19.017324447631836,0,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,8.793837547302246 +1990,23,0,all,21-24 yrs,56,67752,22.496442794799805,1,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,82.654388427734375 +1990,23,0,MVA,21-24 yrs,19,67752,22.496442794799805,1,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,28.043453216552734 +1990,23,0,suicide,21-24 yrs,14,67752,22.496442794799805,1,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,20.663597106933594 +1990,23,0,homicide,21-24 yrs,3,67752,22.496442794799805,1,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,4.427913665771484 +1990,23,0,other external,21-24 yrs,6,67752,22.496442794799805,1,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,8.855827331542969 +1990,23,0,internal,21-24 yrs,14,67752,22.496442794799805,1,0.267788827419281,1.2100000381469727,0.3100000023841858,0.8199999928474426,2.3399999141693115,20.663597106933594 +1991,23,0,MVA,15-17 yrs,18,49424,16.01234245300293,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,36.419551849365234 +1991,23,0,suicide,15-17 yrs,2,49424,16.01234245300293,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,4.046617031097412 +1991,23,0,homicide,15-17 yrs,1,49424,16.01234245300293,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,2.023308515548706 +1991,23,0,other external,15-17 yrs,3,49424,16.01234245300293,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,6.069925308227539 +1991,23,0,internal,15-17 yrs,4,49424,16.01234245300293,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,8.093234062194824 +1991,23,0,all,18-20 yrs,58,54968,19.043134689331055,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,105.51593780517578 +1991,23,0,MVA,18-20 yrs,27,54968,19.043134689331055,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,49.11948776245117 +1991,23,0,suicide,18-20 yrs,13,54968,19.043134689331055,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,23.650123596191406 +1991,23,0,homicide,18-20 yrs,1,54968,19.043134689331055,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,1.8192403316497803 +1991,23,0,other external,18-20 yrs,7,54968,19.043134689331055,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,12.734682083129883 +1991,23,0,internal,18-20 yrs,10,54968,19.043134689331055,0,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,18.19240379333496 +1991,23,0,all,21-24 yrs,54,67678,22.456707000732422,1,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,79.78958892822266 +1991,23,0,MVA,21-24 yrs,25,67678,22.456707000732422,1,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,36.93962478637695 +1991,23,0,suicide,21-24 yrs,15,67678,22.456707000732422,1,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,22.163776397705078 +1991,23,0,homicide,21-24 yrs,2,67678,22.456707000732422,1,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,2.955170154571533 +1991,23,0,other external,21-24 yrs,6,67678,22.456707000732422,1,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,8.865509986877441 +1991,23,0,internal,21-24 yrs,6,67678,22.456707000732422,1,0.2569750249385834,1.1799999475479126,0.30000001192092896,0.7699999809265137,2.25,8.865509986877441 +1992,23,0,MVA,15-17 yrs,21,49779,16.002269744873047,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,42.18646240234375 +1992,23,0,suicide,15-17 yrs,6,49779,16.002269744873047,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,12.053275108337402 +1992,23,0,homicide,15-17 yrs,0,49779,16.002269744873047,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,0 +1992,23,0,other external,15-17 yrs,3,49779,16.002269744873047,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,6.026637554168701 +1992,23,0,internal,15-17 yrs,4,49779,16.002269744873047,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,8.035516738891602 +1992,23,0,all,18-20 yrs,34,51929,19.037166595458984,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,65.47401428222656 +1992,23,0,MVA,18-20 yrs,16,51929,19.037166595458984,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,30.81130027770996 +1992,23,0,suicide,18-20 yrs,7,51929,19.037166595458984,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,13.479944229125977 +1992,23,0,homicide,18-20 yrs,1,51929,19.037166595458984,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,1.9257062673568726 +1992,23,0,other external,18-20 yrs,3,51929,19.037166595458984,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,5.777118682861328 +1992,23,0,internal,18-20 yrs,7,51929,19.037166595458984,0,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,13.479944229125977 +1992,23,0,all,21-24 yrs,62,68046,22.437969207763672,1,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,91.114837646484375 +1992,23,0,MVA,21-24 yrs,17,68046,22.437969207763672,1,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,24.98309898376465 +1992,23,0,suicide,21-24 yrs,11,68046,22.437969207763672,1,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,16.16553497314453 +1992,23,0,homicide,21-24 yrs,2,68046,22.437969207763672,1,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,2.939188241958618 +1992,23,0,other external,21-24 yrs,11,68046,22.437969207763672,1,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,16.16553497314453 +1992,23,0,internal,21-24 yrs,21,68046,22.437969207763672,1,0.24946542084217072,1.159999966621399,0.28999999165534973,0.7799999713897705,2.2300000190734863,30.86147689819336 +1993,23,0,MVA,15-17 yrs,16,50455,15.989951133728027,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,31.71142578125 +1993,23,0,suicide,15-17 yrs,6,50455,15.989951133728027,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,11.89178466796875 +1993,23,0,homicide,15-17 yrs,0,50455,15.989951133728027,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,0 +1993,23,0,other external,15-17 yrs,5,50455,15.989951133728027,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,9.909820556640625 +1993,23,0,internal,15-17 yrs,1,50455,15.989951133728027,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,1.981964111328125 +1993,23,0,all,18-20 yrs,50,50193,19.014883041381836,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,99.61548614501953 +1993,23,0,MVA,18-20 yrs,28,50193,19.014883041381836,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,55.784671783447266 +1993,23,0,suicide,18-20 yrs,4,50193,19.014883041381836,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,7.969238758087158 +1993,23,0,homicide,18-20 yrs,1,50193,19.014883041381836,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,1.9923096895217896 +1993,23,0,other external,18-20 yrs,9,50193,19.014883041381836,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,17.930788040161133 +1993,23,0,internal,18-20 yrs,8,50193,19.014883041381836,0,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,15.938477516174316 +1993,23,0,all,21-24 yrs,58,68244,22.46782112121582,1,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,84.9891586303711 +1993,23,0,MVA,21-24 yrs,12,68244,22.46782112121582,1,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,17.58396339416504 +1993,23,0,suicide,21-24 yrs,16,68244,22.46782112121582,1,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,23.445283889770508 +1993,23,0,homicide,21-24 yrs,1,68244,22.46782112121582,1,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,1.4653302431106567 +1993,23,0,other external,21-24 yrs,12,68244,22.46782112121582,1,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,17.58396339416504 +1993,23,0,internal,21-24 yrs,17,68244,22.46782112121582,1,0.24221453070640564,1.149999976158142,0.28999999165534973,0.7900000214576721,2.2200000286102295,24.910614013671875 +1994,23,0,MVA,15-17 yrs,15,51848,15.989662170410156,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,28.930721282958984 +1994,23,0,suicide,15-17 yrs,6,51848,15.989662170410156,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,11.572288513183594 +1994,23,0,homicide,15-17 yrs,1,51848,15.989662170410156,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,1.9287147521972656 +1994,23,0,other external,15-17 yrs,5,51848,15.989662170410156,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,9.643573760986328 +1994,23,0,internal,15-17 yrs,6,51848,15.989662170410156,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,11.572288513183594 +1994,23,0,all,18-20 yrs,37,48907,19.005172729492188,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,75.65379333496094 +1994,23,0,MVA,18-20 yrs,19,48907,19.005172729492188,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,38.8492431640625 +1994,23,0,suicide,18-20 yrs,5,48907,19.005172729492188,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,10.223484992980957 +1994,23,0,homicide,18-20 yrs,0,48907,19.005172729492188,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,0 +1994,23,0,other external,18-20 yrs,3,48907,19.005172729492188,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,6.134091377258301 +1994,23,0,internal,18-20 yrs,10,48907,19.005172729492188,0,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,20.446969985961914 +1994,23,0,all,21-24 yrs,40,66475,22.51820945739746,1,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,60.172996520996094 +1994,23,0,MVA,21-24 yrs,13,66475,22.51820945739746,1,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,19.556224822998047 +1994,23,0,suicide,21-24 yrs,14,66475,22.51820945739746,1,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,21.060548782348633 +1994,23,0,homicide,21-24 yrs,1,66475,22.51820945739746,1,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,1.5043249130249023 +1994,23,0,other external,21-24 yrs,3,66475,22.51820945739746,1,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,4.512974739074707 +1994,23,0,internal,21-24 yrs,9,66475,22.51820945739746,1,0.23616734147071838,1.1299999952316284,0.27000001072883606,0.7699999809265137,2.1700000762939453,13.538924217224121 +1995,23,0,MVA,15-17 yrs,6,52903,15.987410545349121,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,11.341511726379395 +1995,23,0,suicide,15-17 yrs,4,52903,15.987410545349121,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,7.561007976531982 +1995,23,0,homicide,15-17 yrs,0,52903,15.987410545349121,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,0 +1995,23,0,other external,15-17 yrs,3,52903,15.987410545349121,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,5.670755863189697 +1995,23,0,internal,15-17 yrs,10,52903,15.987410545349121,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,18.90251922607422 +1995,23,0,all,18-20 yrs,32,48994,18.995346069335938,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,65.314117431640625 +1995,23,0,MVA,18-20 yrs,17,48994,18.995346069335938,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,34.69812774658203 +1995,23,0,suicide,18-20 yrs,4,48994,18.995346069335938,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,8.164264678955078 +1995,23,0,homicide,18-20 yrs,1,48994,18.995346069335938,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,2.0410661697387695 +1995,23,0,other external,18-20 yrs,6,48994,18.995346069335938,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,12.246397972106934 +1995,23,0,internal,18-20 yrs,4,48994,18.995346069335938,0,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,8.164264678955078 +1995,23,0,all,21-24 yrs,49,63870,22.53900146484375,1,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,76.71833038330078 +1995,23,0,MVA,21-24 yrs,23,63870,22.53900146484375,1,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,36.01064682006836 +1995,23,0,suicide,21-24 yrs,9,63870,22.53900146484375,1,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,14.0911226272583 +1995,23,0,homicide,21-24 yrs,2,63870,22.53900146484375,1,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,3.1313605308532715 +1995,23,0,other external,21-24 yrs,6,63870,22.53900146484375,1,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,9.394082069396973 +1995,23,0,internal,21-24 yrs,9,63870,22.53900146484375,1,0.2296587973833084,1.1699999570846558,0.28999999165534973,0.7200000286102295,2.190000057220459,14.0911226272583 +1996,23,0,MVA,15-17 yrs,16,53639,15.998191833496094,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,29.829042434692383 +1996,23,0,suicide,15-17 yrs,3,53639,15.998191833496094,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,5.592945575714111 +1996,23,0,homicide,15-17 yrs,0,53639,15.998191833496094,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,0 +1996,23,0,other external,15-17 yrs,1,53639,15.998191833496094,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,1.864315152168274 +1996,23,0,internal,15-17 yrs,5,53639,15.998191833496094,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,9.321576118469238 +1996,23,0,all,18-20 yrs,35,49539,18.984880447387695,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,70.65140533447266 +1996,23,0,MVA,18-20 yrs,16,49539,18.984880447387695,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,32.297786712646484 +1996,23,0,suicide,18-20 yrs,3,49539,18.984880447387695,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,6.055834770202637 +1996,23,0,homicide,18-20 yrs,1,49539,18.984880447387695,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,2.0186116695404053 +1996,23,0,other external,18-20 yrs,8,49539,18.984880447387695,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,16.148893356323242 +1996,23,0,internal,18-20 yrs,7,49539,18.984880447387695,0,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,14.130281448364258 +1996,23,0,all,21-24 yrs,40,61416,22.515777587890625,1,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,65.129608154296875 +1996,23,0,MVA,21-24 yrs,14,61416,22.515777587890625,1,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,22.79536247253418 +1996,23,0,suicide,21-24 yrs,6,61416,22.515777587890625,1,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,9.769441604614258 +1996,23,0,homicide,21-24 yrs,5,61416,22.515777587890625,1,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,8.14120101928711 +1996,23,0,other external,21-24 yrs,1,61416,22.515777587890625,1,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,1.6282402276992798 +1996,23,0,internal,21-24 yrs,14,61416,22.515777587890625,1,0.22307202219963074,1.1699999570846558,0.33000001311302185,0.7099999785423279,2.2200000286102295,22.79536247253418 +1970,24,0,MVA,15-17 yrs,47,222984,15.974495887756348,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,21.07774543762207 +1970,24,0,suicide,15-17 yrs,2,222984,15.974495887756348,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,0.8969253301620483 +1970,24,0,homicide,15-17 yrs,17,222984,15.974495887756348,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,7.623865604400635 +1970,24,0,other external,15-17 yrs,40,222984,15.974495887756348,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,17.938507080078125 +1970,24,0,internal,15-17 yrs,65,222984,15.974495887756348,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,29.150074005126953 +1970,24,0,all,18-20 yrs,258,198205,18.98193359375,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,130.1682586669922 +1970,24,0,MVA,18-20 yrs,76,198205,18.98193359375,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,38.344139099121094 +1970,24,0,suicide,18-20 yrs,18,198205,18.98193359375,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,9.081506729125977 +1970,24,0,homicide,18-20 yrs,30,198205,18.98193359375,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,15.135844230651855 +1970,24,0,other external,18-20 yrs,43,198205,18.98193359375,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,21.69470977783203 +1970,24,0,internal,18-20 yrs,91,198205,18.98193359375,0,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,45.91205978393555 +1970,24,0,all,21-24 yrs,376,260936,22.45195770263672,1,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,144.0966339111328 +1970,24,0,MVA,21-24 yrs,90,260936,22.45195770263672,1,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,34.491214752197266 +1970,24,0,suicide,21-24 yrs,31,260936,22.45195770263672,1,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,11.880308151245117 +1970,24,0,homicide,21-24 yrs,56,260936,22.45195770263672,1,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,21.461200714111328 +1970,24,0,other external,21-24 yrs,56,260936,22.45195770263672,1,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,21.461200714111328 +1970,24,0,internal,21-24 yrs,143,260936,22.45195770263672,1,0.07731958478689194,1.309999942779541,0.25,1.3899999856948853,2.950000047683716,54.802711486816406 +1971,24,0,MVA,15-17 yrs,49,233156,15.983993530273438,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,21.015972137451172 +1971,24,0,suicide,15-17 yrs,12,233156,15.983993530273438,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,5.146768569946289 +1971,24,0,homicide,15-17 yrs,24,233156,15.983993530273438,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,10.293537139892578 +1971,24,0,other external,15-17 yrs,55,233156,15.983993530273438,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,23.589357376098633 +1971,24,0,internal,15-17 yrs,88,233156,15.983993530273438,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,37.74296951293945 +1971,24,0,all,18-20 yrs,291,214695,18.98020362854004,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,135.54112243652344 +1971,24,0,MVA,18-20 yrs,78,214695,18.98020362854004,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,36.33060836791992 +1971,24,0,suicide,18-20 yrs,23,214695,18.98020362854004,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,10.712871551513672 +1971,24,0,homicide,18-20 yrs,44,214695,18.98020362854004,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,20.494190216064453 +1971,24,0,other external,18-20 yrs,43,214695,18.98020362854004,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,20.028411865234375 +1971,24,0,internal,18-20 yrs,103,214695,18.98020362854004,0,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,47.975032806396484 +1971,24,0,all,21-24 yrs,406,272841,22.578502655029297,1,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,148.8046112060547 +1971,24,0,MVA,21-24 yrs,103,272841,22.578502655029297,1,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,37.75092315673828 +1971,24,0,suicide,21-24 yrs,26,272841,22.578502655029297,1,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,9.529359817504883 +1971,24,0,homicide,21-24 yrs,68,272841,22.578502655029297,1,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,24.922941207885742 +1971,24,0,other external,21-24 yrs,59,272841,22.578502655029297,1,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,21.62431526184082 +1971,24,0,internal,21-24 yrs,150,272841,22.578502655029297,1,0.07407407462596893,1.2799999713897705,0.2800000011920929,1.440000057220459,3,54.977073669433594 +1972,24,0,MVA,15-17 yrs,70,241832,15.977653503417969,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,28.945714950561523 +1972,24,0,suicide,15-17 yrs,14,241832,15.977653503417969,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,5.789143085479736 +1972,24,0,homicide,15-17 yrs,10,241832,15.977653503417969,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,4.135102272033691 +1972,24,0,other external,15-17 yrs,46,241832,15.977653503417969,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,19.021469116210938 +1972,24,0,internal,15-17 yrs,92,241832,15.977653503417969,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,38.042938232421875 +1972,24,0,all,18-20 yrs,286,224533,18.984567642211914,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,127.37548828125 +1972,24,0,MVA,18-20 yrs,76,224533,18.984567642211914,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,33.84803009033203 +1972,24,0,suicide,18-20 yrs,6,224533,18.984567642211914,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,2.672213077545166 +1972,24,0,homicide,18-20 yrs,50,224533,18.984567642211914,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,22.268442153930664 +1972,24,0,other external,18-20 yrs,60,224533,18.984567642211914,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,26.722129821777344 +1972,24,0,internal,18-20 yrs,94,224533,18.984567642211914,0,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,41.86466979980469 +1972,24,0,all,21-24 yrs,466,263875,22.506515502929688,1,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,176.59877014160156 +1972,24,0,MVA,21-24 yrs,136,263875,22.506515502929688,1,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,51.539554595947266 +1972,24,0,suicide,21-24 yrs,54,263875,22.506515502929688,1,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,20.464235305786133 +1972,24,0,homicide,21-24 yrs,84,263875,22.506515502929688,1,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,31.833253860473633 +1972,24,0,other external,21-24 yrs,52,263875,22.506515502929688,1,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,19.706300735473633 +1972,24,0,internal,21-24 yrs,140,263875,22.506515502929688,1,0.21531102061271667,1.25,0.30000001192092896,1.399999976158142,2.950000047683716,53.055423736572266 +1973,24,0,MVA,15-17 yrs,76,247673,15.977797508239746,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,30.68562126159668 +1973,24,0,suicide,15-17 yrs,7,247673,15.977797508239746,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,2.8263072967529297 +1973,24,0,homicide,15-17 yrs,18,247673,15.977797508239746,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,7.2676472663879395 +1973,24,0,other external,15-17 yrs,56,247673,15.977797508239746,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,22.610458374023438 +1973,24,0,internal,15-17 yrs,67,247673,15.977797508239746,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,27.05179786682129 +1973,24,0,all,18-20 yrs,306,232895,18.99537467956543,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,131.38967895507812 +1973,24,0,MVA,18-20 yrs,99,232895,18.99537467956543,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,42.508426666259766 +1973,24,0,suicide,18-20 yrs,28,232895,18.99537467956543,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,12.022584915161133 +1973,24,0,homicide,18-20 yrs,43,232895,18.99537467956543,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,18.4632568359375 +1973,24,0,other external,18-20 yrs,55,232895,18.99537467956543,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,23.615793228149414 +1973,24,0,internal,18-20 yrs,81,232895,18.99537467956543,0,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,34.77962112426758 +1973,24,0,all,21-24 yrs,371,266433,22.458208084106445,1,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,139.24700927734375 +1973,24,0,MVA,21-24 yrs,88,266433,22.458208084106445,1,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,33.0289421081543 +1973,24,0,suicide,21-24 yrs,43,266433,22.458208084106445,1,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,16.139141082763672 +1973,24,0,homicide,21-24 yrs,65,266433,22.458208084106445,1,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,24.396377563476562 +1973,24,0,other external,21-24 yrs,51,266433,22.458208084106445,1,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,19.141773223876953 +1973,24,0,internal,21-24 yrs,124,266433,22.458208084106445,1,0.20270270109176636,1.2899999618530273,0.30000001192092896,1.4199999570846558,3.0199999809265137,46.5407829284668 +1974,24,0.5041095614433289,MVA,15-17 yrs,71,252783,15.99446964263916,0,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,28.087331771850586 +1974,24,0.5041095614433289,suicide,15-17 yrs,15,252783,15.99446964263916,0,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,5.933943271636963 +1974,24,0.5041095614433289,homicide,15-17 yrs,20,252783,15.99446964263916,0,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,7.911924362182617 +1974,24,0.5041095614433289,other external,15-17 yrs,47,252783,15.99446964263916,0,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,18.5930233001709 +1974,24,0.5041095614433289,internal,15-17 yrs,66,252783,15.99446964263916,0,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,26.109350204467773 +1974,24,0.5041095614433289,all,18-20 yrs,330,236828,19.000823974609375,0.5041095614433289,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,139.3416290283203 +1974,24,0.5041095614433289,MVA,18-20 yrs,126,236828,19.000823974609375,0.5041095614433289,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,53.20316696166992 +1974,24,0.5041095614433289,suicide,18-20 yrs,29,236828,19.000823974609375,0.5041095614433289,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,12.245173454284668 +1974,24,0.5041095614433289,homicide,18-20 yrs,43,236828,19.000823974609375,0.5041095614433289,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,18.15663719177246 +1974,24,0.5041095614433289,other external,18-20 yrs,41,236828,19.000823974609375,0.5041095614433289,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,17.31214141845703 +1974,24,0.5041095614433289,internal,18-20 yrs,91,236828,19.000823974609375,0.5041095614433289,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,38.42451095581055 +1974,24,0.5041095614433289,all,21-24 yrs,394,275571,22.433622360229492,1,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,142.97586059570312 +1974,24,0.5041095614433289,MVA,21-24 yrs,83,275571,22.433622360229492,1,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,30.119279861450195 +1974,24,0.5041095614433289,suicide,21-24 yrs,47,275571,22.433622360229492,1,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,17.055496215820312 +1974,24,0.5041095614433289,homicide,21-24 yrs,71,275571,22.433622360229492,1,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,25.764684677124023 +1974,24,0.5041095614433289,other external,21-24 yrs,60,275571,22.433622360229492,1,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,21.772974014282227 +1974,24,0.5041095614433289,internal,21-24 yrs,133,275571,22.433622360229492,1,0.18255579471588135,1.340000033378601,0.3199999928474426,1.4500000476837158,3.0999999046325684,48.263423919677734 +1975,24,1,MVA,15-17 yrs,70,253184,16.001752853393555,0,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,27.647876739501953 +1975,24,1,suicide,15-17 yrs,11,253184,16.001752853393555,0,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,4.344666481018066 +1975,24,1,homicide,15-17 yrs,38,253184,16.001752853393555,0,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,15.0088472366333 +1975,24,1,other external,15-17 yrs,43,253184,16.001752853393555,0,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,16.98369598388672 +1975,24,1,internal,15-17 yrs,66,253184,16.001752853393555,0,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,26.0679988861084 +1975,24,1,all,18-20 yrs,268,241210,18.993379592895508,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,111.10650634765625 +1975,24,1,MVA,18-20 yrs,93,241210,18.993379592895508,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,38.55561447143555 +1975,24,1,suicide,18-20 yrs,19,241210,18.993379592895508,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,7.876953601837158 +1975,24,1,homicide,18-20 yrs,42,241210,18.993379592895508,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,17.412214279174805 +1975,24,1,other external,18-20 yrs,52,241210,18.993379592895508,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,21.5579776763916 +1975,24,1,internal,18-20 yrs,62,241210,18.993379592895508,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,25.70374298095703 +1975,24,1,all,21-24 yrs,380,287419,22.4462890625,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,132.21116638183594 +1975,24,1,MVA,21-24 yrs,103,287419,22.4462890625,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,35.836181640625 +1975,24,1,suicide,21-24 yrs,43,287419,22.4462890625,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,14.960737228393555 +1975,24,1,homicide,21-24 yrs,71,287419,22.4462890625,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,24.702611923217773 +1975,24,1,other external,21-24 yrs,67,287419,22.4462890625,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,23.310914993286133 +1975,24,1,internal,21-24 yrs,96,287419,22.4462890625,1,0.1672862470149994,1.350000023841858,0.33000001311302185,1.4600000381469727,3.140000104904175,33.40071487426758 +1976,24,1,MVA,15-17 yrs,60,253518,15.994729995727539,0,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,23.66695785522461 +1976,24,1,suicide,15-17 yrs,17,253518,15.994729995727539,0,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,6.705638408660889 +1976,24,1,homicide,15-17 yrs,11,253518,15.994729995727539,0,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,4.338942527770996 +1976,24,1,other external,15-17 yrs,32,253518,15.994729995727539,0,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,12.6223783493042 +1976,24,1,internal,15-17 yrs,63,253518,15.994729995727539,0,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,24.850305557250977 +1976,24,1,all,18-20 yrs,276,244601,18.992849349975586,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,112.83682250976562 +1976,24,1,MVA,18-20 yrs,104,244601,18.992849349975586,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,42.51822280883789 +1976,24,1,suicide,18-20 yrs,37,244601,18.992849349975586,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,15.126675605773926 +1976,24,1,homicide,18-20 yrs,17,244601,18.992849349975586,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,6.950094223022461 +1976,24,1,other external,18-20 yrs,45,244601,18.992849349975586,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,18.397308349609375 +1976,24,1,internal,18-20 yrs,73,244601,18.992849349975586,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,29.84452247619629 +1976,24,1,all,21-24 yrs,341,296974,22.461463928222656,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,114.82486724853516 +1976,24,1,MVA,21-24 yrs,97,296974,22.461463928222656,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,32.66279220581055 +1976,24,1,suicide,21-24 yrs,36,296974,22.461463928222656,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,12.122273445129395 +1976,24,1,homicide,21-24 yrs,66,296974,22.461463928222656,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,22.224166870117188 +1976,24,1,other external,21-24 yrs,59,296974,22.461463928222656,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,19.8670597076416 +1976,24,1,internal,21-24 yrs,83,296974,22.461463928222656,1,0.15817223489284515,1.340000033378601,0.33000001311302185,1.4500000476837158,3.119999885559082,27.94857406616211 +1977,24,1,MVA,15-17 yrs,76,252641,15.997450828552246,0,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,30.082212448120117 +1977,24,1,suicide,15-17 yrs,14,252641,15.997450828552246,0,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,5.541460037231445 +1977,24,1,homicide,15-17 yrs,12,252641,15.997450828552246,0,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,4.749823093414307 +1977,24,1,other external,15-17 yrs,31,252641,15.997450828552246,0,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,12.270376205444336 +1977,24,1,internal,15-17 yrs,44,252641,15.997450828552246,0,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,17.416017532348633 +1977,24,1,all,18-20 yrs,276,246096,19.008167266845703,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,112.15135192871094 +1977,24,1,MVA,18-20 yrs,93,246096,19.008167266845703,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,37.790130615234375 +1977,24,1,suicide,18-20 yrs,47,246096,19.008167266845703,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,19.098237991333008 +1977,24,1,homicide,18-20 yrs,25,246096,19.008167266845703,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,10.158637046813965 +1977,24,1,other external,18-20 yrs,43,246096,19.008167266845703,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,17.472856521606445 +1977,24,1,internal,18-20 yrs,68,246096,19.008167266845703,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,27.631492614746094 +1977,24,1,all,21-24 yrs,373,303287,22.4813232421875,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,122.9858169555664 +1977,24,1,MVA,21-24 yrs,104,303287,22.4813232421875,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,34.290950775146484 +1977,24,1,suicide,21-24 yrs,52,303287,22.4813232421875,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,17.145475387573242 +1977,24,1,homicide,21-24 yrs,49,303287,22.4813232421875,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,16.156314849853516 +1977,24,1,other external,21-24 yrs,64,303287,22.4813232421875,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,21.10212516784668 +1977,24,1,internal,21-24 yrs,104,303287,22.4813232421875,1,0.14851486682891846,1.3700000047683716,0.30000001192092896,1.3899999856948853,3.049999952316284,34.290950775146484 +1978,24,1,MVA,15-17 yrs,80,250914,16.009254455566406,0,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,31.883434295654297 +1978,24,1,suicide,15-17 yrs,15,250914,16.009254455566406,0,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,5.978143692016602 +1978,24,1,homicide,15-17 yrs,13,250914,16.009254455566406,0,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,5.181057929992676 +1978,24,1,other external,15-17 yrs,23,250914,16.009254455566406,0,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,9.166487693786621 +1978,24,1,internal,15-17 yrs,38,250914,16.009254455566406,0,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,15.144631385803223 +1978,24,1,all,18-20 yrs,285,243407,19.014768600463867,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,117.08783721923828 +1978,24,1,MVA,18-20 yrs,112,243407,19.014768600463867,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,46.013465881347656 +1978,24,1,suicide,18-20 yrs,27,243407,19.014768600463867,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,11.09253215789795 +1978,24,1,homicide,18-20 yrs,37,243407,19.014768600463867,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,15.20087718963623 +1978,24,1,other external,18-20 yrs,41,243407,19.014768600463867,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,16.844215393066406 +1978,24,1,internal,18-20 yrs,68,243407,19.014768600463867,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,27.936748504638672 +1978,24,1,all,21-24 yrs,376,308550,22.479265213012695,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,121.86031341552734 +1978,24,1,MVA,21-24 yrs,116,308550,22.479265213012695,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,37.5952033996582 +1978,24,1,suicide,21-24 yrs,63,308550,22.479265213012695,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,20.4180850982666 +1978,24,1,homicide,21-24 yrs,41,308550,22.479265213012695,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,13.287960052490234 +1978,24,1,other external,21-24 yrs,58,308550,22.479265213012695,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,18.7976016998291 +1978,24,1,internal,21-24 yrs,98,308550,22.479265213012695,1,0.1380368173122406,1.409999966621399,0.3100000023841858,1.3799999952316284,3.0899999141693115,31.761465072631836 +1979,24,1,MVA,15-17 yrs,56,247490,16.00149917602539,0,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,22.62717628479004 +1979,24,1,suicide,15-17 yrs,16,247490,16.00149917602539,0,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,6.464907646179199 +1979,24,1,homicide,15-17 yrs,15,247490,16.00149917602539,0,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,6.060851097106934 +1979,24,1,other external,15-17 yrs,21,247490,16.00149917602539,0,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,8.485191345214844 +1979,24,1,internal,15-17 yrs,39,247490,16.00149917602539,0,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,15.758212089538574 +1979,24,1,all,18-20 yrs,243,241050,19.007173538208008,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,100.8089599609375 +1979,24,1,MVA,18-20 yrs,98,241050,19.007173538208008,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,40.65546417236328 +1979,24,1,suicide,18-20 yrs,23,241050,19.007173538208008,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,9.54158878326416 +1979,24,1,homicide,18-20 yrs,36,241050,19.007173538208008,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,14.934660911560059 +1979,24,1,other external,18-20 yrs,24,241050,19.007173538208008,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,9.956440925598145 +1979,24,1,internal,18-20 yrs,62,241050,19.007173538208008,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,25.72080421447754 +1979,24,1,all,21-24 yrs,379,312035,22.480361938476562,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,121.46073150634766 +1979,24,1,MVA,21-24 yrs,109,312035,22.480361938476562,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,34.93198013305664 +1979,24,1,suicide,21-24 yrs,57,312035,22.480361938476562,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,18.267181396484375 +1979,24,1,homicide,21-24 yrs,51,312035,22.480361938476562,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,16.34432029724121 +1979,24,1,other external,21-24 yrs,60,312035,22.480361938476562,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,19.228612899780273 +1979,24,1,internal,21-24 yrs,102,312035,22.480361938476562,1,0.12396694719791412,1.4299999475479126,0.3100000023841858,1.3899999856948853,3.140000104904175,32.68864059448242 +1980,24,1,MVA,15-17 yrs,73,244876,16.00875473022461,0,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,29.811006546020508 +1980,24,1,suicide,15-17 yrs,14,244876,16.00875473022461,0,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,5.717179298400879 +1980,24,1,homicide,15-17 yrs,21,244876,16.00875473022461,0,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,8.575769424438477 +1980,24,1,other external,15-17 yrs,25,244876,16.00875473022461,0,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,10.209248542785645 +1980,24,1,internal,15-17 yrs,47,244876,16.00875473022461,0,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,19.193387985229492 +1980,24,1,all,18-20 yrs,281,240174,19.001998901367188,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,116.9985122680664 +1980,24,1,MVA,18-20 yrs,111,240174,19.001998901367188,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,46.21649169921875 +1980,24,1,suicide,18-20 yrs,22,240174,19.001998901367188,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,9.160025596618652 +1980,24,1,homicide,18-20 yrs,41,240174,19.001998901367188,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,17.07095718383789 +1980,24,1,other external,18-20 yrs,35,240174,19.001998901367188,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,14.572768211364746 +1980,24,1,internal,18-20 yrs,72,240174,19.001998901367188,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,29.9782657623291 +1980,24,1,all,21-24 yrs,405,312906,22.49138069152832,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,129.4318389892578 +1980,24,1,MVA,21-24 yrs,124,312906,22.49138069152832,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,39.62851333618164 +1980,24,1,suicide,21-24 yrs,49,312906,22.49138069152832,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,15.65965461730957 +1980,24,1,homicide,21-24 yrs,61,312906,22.49138069152832,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,19.494672775268555 +1980,24,1,other external,21-24 yrs,41,312906,22.49138069152832,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,13.10297679901123 +1980,24,1,internal,21-24 yrs,130,312906,22.49138069152832,1,0.10922330617904663,1.4199999570846558,0.33000001311302185,1.350000023841858,3.0899999141693115,41.546024322509766 +1981,24,1,MVA,15-17 yrs,59,238358,16.031217575073242,0,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,24.752683639526367 +1981,24,1,suicide,15-17 yrs,9,238358,16.031217575073242,0,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,3.7758328914642334 +1981,24,1,homicide,15-17 yrs,15,238358,16.031217575073242,0,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,6.293055057525635 +1981,24,1,other external,15-17 yrs,24,238358,16.031217575073242,0,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,10.068887710571289 +1981,24,1,internal,15-17 yrs,43,238358,16.031217575073242,0,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,18.040090560913086 +1981,24,1,all,18-20 yrs,284,242688,18.99752426147461,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,117.0226821899414 +1981,24,1,MVA,18-20 yrs,110,242688,18.99752426147461,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,45.325687408447266 +1981,24,1,suicide,18-20 yrs,23,242688,18.99752426147461,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,9.477189064025879 +1981,24,1,homicide,18-20 yrs,45,242688,18.99752426147461,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,18.542325973510742 +1981,24,1,other external,18-20 yrs,35,242688,18.99752426147461,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,14.421809196472168 +1981,24,1,internal,18-20 yrs,71,242688,18.99752426147461,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,29.25567054748535 +1981,24,1,all,21-24 yrs,401,312867,22.51283073425293,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,128.1694793701172 +1981,24,1,MVA,21-24 yrs,122,312867,22.51283073425293,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,38.994205474853516 +1981,24,1,suicide,21-24 yrs,49,312867,22.51283073425293,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,15.661606788635254 +1981,24,1,homicide,21-24 yrs,65,312867,22.51283073425293,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,20.77560043334961 +1981,24,1,other external,21-24 yrs,43,312867,22.51283073425293,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,13.74385929107666 +1981,24,1,internal,21-24 yrs,122,312867,22.51283073425293,1,0.09900990128517151,1.3899999856948853,0.3400000035762787,1.3300000429153442,3.059999942779541,38.994205474853516 +1982,24,0.9578590393066406,MVA,15-17 yrs,61,227539,16.032148361206055,0,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,26.808591842651367 +1982,24,0.9578590393066406,suicide,15-17 yrs,16,227539,16.032148361206055,0,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,7.031761646270752 +1982,24,0.9578590393066406,homicide,15-17 yrs,15,227539,16.032148361206055,0,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,6.592276573181152 +1982,24,0.9578590393066406,other external,15-17 yrs,16,227539,16.032148361206055,0,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,7.031761646270752 +1982,24,0.9578590393066406,internal,15-17 yrs,45,227539,16.032148361206055,0,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,19.77682876586914 +1982,24,0.9578590393066406,all,18-20 yrs,252,244012,18.999147415161133,0.9578590393066406,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,103.27361297607422 +1982,24,0.9578590393066406,MVA,18-20 yrs,94,244012,18.999147415161133,0.9578590393066406,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,38.52269744873047 +1982,24,0.9578590393066406,suicide,18-20 yrs,24,244012,18.999147415161133,0.9578590393066406,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,9.83558177947998 +1982,24,0.9578590393066406,homicide,18-20 yrs,46,244012,18.999147415161133,0.9578590393066406,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,18.851531982421875 +1982,24,0.9578590393066406,other external,18-20 yrs,33,244012,18.999147415161133,0.9578590393066406,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,13.523924827575684 +1982,24,0.9578590393066406,internal,18-20 yrs,55,244012,18.999147415161133,0.9578590393066406,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,22.539875030517578 +1982,24,0.9578590393066406,all,21-24 yrs,381,310322,22.510446548461914,1,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,122.77569580078125 +1982,24,0.9578590393066406,MVA,21-24 yrs,100,310322,22.510446548461914,1,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,32.22459411621094 +1982,24,0.9578590393066406,suicide,21-24 yrs,55,310322,22.510446548461914,1,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,17.723526000976562 +1982,24,0.9578590393066406,homicide,21-24 yrs,66,310322,22.510446548461914,1,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,21.268230438232422 +1982,24,0.9578590393066406,other external,21-24 yrs,51,310322,22.510446548461914,1,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,16.434541702270508 +1982,24,0.9578590393066406,internal,21-24 yrs,109,310322,22.510446548461914,1,0.09326425194740295,1.2699999809265137,0.3199999928474426,1.1699999570846558,2.7699999809265137,35.12480545043945 +1983,24,0.6779505610466003,MVA,15-17 yrs,45,217562,16.025165557861328,0,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,20.683759689331055 +1983,24,0.6779505610466003,suicide,15-17 yrs,15,217562,16.025165557861328,0,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,6.894586563110352 +1983,24,0.6779505610466003,homicide,15-17 yrs,17,217562,16.025165557861328,0,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,7.813864707946777 +1983,24,0.6779505610466003,other external,15-17 yrs,9,217562,16.025165557861328,0,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,4.136751651763916 +1983,24,0.6779505610466003,internal,15-17 yrs,39,217562,16.025165557861328,0,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,17.92592430114746 +1983,24,0.6779505610466003,all,18-20 yrs,220,243588,19.02094841003418,0.6779505610466003,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,90.316436767578125 +1983,24,0.6779505610466003,MVA,18-20 yrs,71,243588,19.02094841003418,0.6779505610466003,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,29.1475772857666 +1983,24,0.6779505610466003,suicide,18-20 yrs,28,243588,19.02094841003418,0.6779505610466003,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,11.494818687438965 +1983,24,0.6779505610466003,homicide,18-20 yrs,31,243588,19.02094841003418,0.6779505610466003,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,12.726407051086426 +1983,24,0.6779505610466003,other external,18-20 yrs,32,243588,19.02094841003418,0.6779505610466003,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,13.13693618774414 +1983,24,0.6779505610466003,internal,18-20 yrs,58,243588,19.02094841003418,0.6779505610466003,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,23.810697555541992 +1983,24,0.6779505610466003,all,21-24 yrs,354,310963,22.498489379882812,1,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,113.83991241455078 +1983,24,0.6779505610466003,MVA,21-24 yrs,107,310963,22.498489379882812,1,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,34.409236907958984 +1983,24,0.6779505610466003,suicide,21-24 yrs,49,310963,22.498489379882812,1,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,15.757501602172852 +1983,24,0.6779505610466003,homicide,21-24 yrs,57,310963,22.498489379882812,1,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,18.330154418945312 +1983,24,0.6779505610466003,other external,21-24 yrs,43,310963,22.498489379882812,1,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,13.828011512756348 +1983,24,0.6779505610466003,internal,21-24 yrs,98,310963,22.498489379882812,1,0.09036145359277725,1.340000033378601,0.3499999940395355,1.2000000476837158,2.890000104904175,31.515003204345703 +1984,24,0.34814271330833435,MVA,15-17 yrs,48,212893,16.01627540588379,0,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,22.546537399291992 +1984,24,0.34814271330833435,suicide,15-17 yrs,12,212893,16.01627540588379,0,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,5.636634349822998 +1984,24,0.34814271330833435,homicide,15-17 yrs,17,212893,16.01627540588379,0,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,7.985231876373291 +1984,24,0.34814271330833435,other external,15-17 yrs,11,212893,16.01627540588379,0,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,5.166914939880371 +1984,24,0.34814271330833435,internal,15-17 yrs,37,212893,16.01627540588379,0,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,17.379623413085938 +1984,24,0.34814271330833435,all,18-20 yrs,204,237032,19.043170928955078,0.34814271330833435,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,86.0643310546875 +1984,24,0.34814271330833435,MVA,18-20 yrs,62,237032,19.043170928955078,0.34814271330833435,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,26.15680503845215 +1984,24,0.34814271330833435,suicide,18-20 yrs,30,237032,19.043170928955078,0.34814271330833435,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,12.656518936157227 +1984,24,0.34814271330833435,homicide,18-20 yrs,30,237032,19.043170928955078,0.34814271330833435,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,12.656518936157227 +1984,24,0.34814271330833435,other external,18-20 yrs,18,237032,19.043170928955078,0.34814271330833435,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,7.593911170959473 +1984,24,0.34814271330833435,internal,18-20 yrs,64,237032,19.043170928955078,0.34814271330833435,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,27.000574111938477 +1984,24,0.34814271330833435,all,21-24 yrs,351,315136,22.486392974853516,1,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,111.38048553466797 +1984,24,0.34814271330833435,MVA,21-24 yrs,106,315136,22.486392974853516,1,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,33.63627243041992 +1984,24,0.34814271330833435,suicide,21-24 yrs,49,315136,22.486392974853516,1,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,15.548842430114746 +1984,24,0.34814271330833435,homicide,21-24 yrs,66,315136,22.486392974853516,1,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,20.94333839416504 +1984,24,0.34814271330833435,other external,21-24 yrs,28,315136,22.486392974853516,1,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,8.885052680969238 +1984,24,0.34814271330833435,internal,21-24 yrs,102,315136,22.486392974853516,1,0.08662175387144089,1.309999942779541,0.36000001430511475,1.1699999570846558,2.8399999141693115,32.36697769165039 +1985,24,0.043641477823257446,MVA,15-17 yrs,38,210353,16.007492065429688,0,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,18.06487274169922 +1985,24,0.043641477823257446,suicide,15-17 yrs,15,210353,16.007492065429688,0,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,7.130870342254639 +1985,24,0.043641477823257446,homicide,15-17 yrs,14,210353,16.007492065429688,0,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,6.6554789543151855 +1985,24,0.043641477823257446,other external,15-17 yrs,14,210353,16.007492065429688,0,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,6.6554789543151855 +1985,24,0.043641477823257446,internal,15-17 yrs,31,210353,16.007492065429688,0,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,14.73713207244873 +1985,24,0.043641477823257446,all,18-20 yrs,222,226784,19.04317855834961,0.043641477823257446,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,97.8905029296875 +1985,24,0.043641477823257446,MVA,18-20 yrs,93,226784,19.04317855834961,0.043641477823257446,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,41.008182525634766 +1985,24,0.043641477823257446,suicide,18-20 yrs,23,226784,19.04317855834961,0.043641477823257446,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,10.14180850982666 +1985,24,0.043641477823257446,homicide,18-20 yrs,44,226784,19.04317855834961,0.043641477823257446,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,19.401721954345703 +1985,24,0.043641477823257446,other external,18-20 yrs,28,226784,19.04317855834961,0.043641477823257446,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,12.346549987792969 +1985,24,0.043641477823257446,internal,18-20 yrs,34,226784,19.04317855834961,0.043641477823257446,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,14.992238998413086 +1985,24,0.043641477823257446,all,21-24 yrs,370,319966,22.489055633544922,1,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,115.63728332519531 +1985,24,0.043641477823257446,MVA,21-24 yrs,130,319966,22.489055633544922,1,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,40.62931823730469 +1985,24,0.043641477823257446,suicide,21-24 yrs,52,319966,22.489055633544922,1,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,16.251726150512695 +1985,24,0.043641477823257446,homicide,21-24 yrs,47,319966,22.489055633544922,1,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,14.689061164855957 +1985,24,0.043641477823257446,other external,21-24 yrs,35,319966,22.489055633544922,1,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,10.9386625289917 +1985,24,0.043641477823257446,internal,21-24 yrs,106,319966,22.489055633544922,1,0.0836431235074997,1.309999942779541,0.36000001430511475,1.1399999856948853,2.809999942779541,33.12852096557617 +1986,24,0,MVA,15-17 yrs,58,210794,16.00784683227539,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,27.5150146484375 +1986,24,0,suicide,15-17 yrs,16,210794,16.00784683227539,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,7.590348720550537 +1986,24,0,homicide,15-17 yrs,18,210794,16.00784683227539,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,8.539142608642578 +1986,24,0,other external,15-17 yrs,11,210794,16.00784683227539,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,5.218364715576172 +1986,24,0,internal,15-17 yrs,42,210794,16.00784683227539,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,19.924665451049805 +1986,24,0,all,18-20 yrs,207,218856,19.037120819091797,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,94.5827407836914 +1986,24,0,MVA,18-20 yrs,83,218856,19.037120819091797,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,37.92448043823242 +1986,24,0,suicide,18-20 yrs,26,218856,19.037120819091797,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,11.87995719909668 +1986,24,0,homicide,18-20 yrs,34,218856,19.037120819091797,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,15.53532886505127 +1986,24,0,other external,18-20 yrs,17,218856,19.037120819091797,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,7.767664432525635 +1986,24,0,internal,18-20 yrs,47,218856,19.037120819091797,0,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,21.47530746459961 +1986,24,0,all,21-24 yrs,375,324302,22.51060676574707,1,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,115.6329574584961 +1986,24,0,MVA,21-24 yrs,130,324302,22.51060676574707,1,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,40.08609390258789 +1986,24,0,suicide,21-24 yrs,49,324302,22.51060676574707,1,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,15.109373092651367 +1986,24,0,homicide,21-24 yrs,69,324302,22.51060676574707,1,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,21.276464462280273 +1986,24,0,other external,21-24 yrs,34,324302,22.51060676574707,1,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,10.484054565429688 +1986,24,0,internal,21-24 yrs,93,324302,22.51060676574707,1,0.08211679011583328,1.2899999618530273,0.38999998569488525,1.0800000429153442,2.75,28.676973342895508 +1987,24,0,MVA,15-17 yrs,45,205832,16.03948402404785,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,21.862489700317383 +1987,24,0,suicide,15-17 yrs,22,205832,16.03948402404785,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,10.688328742980957 +1987,24,0,homicide,15-17 yrs,15,205832,16.03948402404785,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,7.287496566772461 +1987,24,0,other external,15-17 yrs,19,205832,16.03948402404785,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,9.230829238891602 +1987,24,0,internal,15-17 yrs,32,205832,16.03948402404785,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,15.546659469604492 +1987,24,0,all,18-20 yrs,224,214555,19.029027938842773,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,104.40213775634766 +1987,24,0,MVA,18-20 yrs,99,214555,19.029027938842773,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,46.14201354980469 +1987,24,0,suicide,18-20 yrs,22,214555,19.029027938842773,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,10.25378131866455 +1987,24,0,homicide,18-20 yrs,46,214555,19.029027938842773,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,21.43972396850586 +1987,24,0,other external,18-20 yrs,20,214555,19.029027938842773,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,9.321619033813477 +1987,24,0,internal,18-20 yrs,37,214555,19.029027938842773,0,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,17.2449951171875 +1987,24,0,all,21-24 yrs,369,323067,22.54707145690918,1,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,114.2177963256836 +1987,24,0,MVA,21-24 yrs,111,323067,22.54707145690918,1,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,34.35819625854492 +1987,24,0,suicide,21-24 yrs,57,323067,22.54707145690918,1,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,17.64339828491211 +1987,24,0,homicide,21-24 yrs,66,323067,22.54707145690918,1,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,20.42919921875 +1987,24,0,other external,21-24 yrs,44,323067,22.54707145690918,1,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,13.619465827941895 +1987,24,0,internal,21-24 yrs,91,323067,22.54707145690918,1,0.07922535389661789,1.2899999618530273,0.3799999952316284,1.0700000524520874,2.740000009536743,28.167531967163086 +1988,24,0,MVA,15-17 yrs,45,196302,16.070640563964844,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,22.92386245727539 +1988,24,0,suicide,15-17 yrs,18,196302,16.070640563964844,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,9.16954517364502 +1988,24,0,homicide,15-17 yrs,29,196302,16.070640563964844,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,14.773155212402344 +1988,24,0,other external,15-17 yrs,10,196302,16.070640563964844,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,5.094191551208496 +1988,24,0,internal,15-17 yrs,33,196302,16.070640563964844,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,16.810832977294922 +1988,24,0,all,18-20 yrs,238,213332,19.01883888244629,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,111.56319427490234 +1988,24,0,MVA,18-20 yrs,81,213332,19.01883888244629,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,37.96898651123047 +1988,24,0,suicide,18-20 yrs,36,213332,19.01883888244629,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,16.875104904174805 +1988,24,0,homicide,18-20 yrs,59,213332,19.01883888244629,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,27.656423568725586 +1988,24,0,other external,18-20 yrs,19,213332,19.01883888244629,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,8.906305313110352 +1988,24,0,internal,18-20 yrs,43,213332,19.01883888244629,0,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,20.156375885009766 +1988,24,0,all,21-24 yrs,366,317361,22.567935943603516,1,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,115.32608032226562 +1988,24,0,MVA,21-24 yrs,95,317361,22.567935943603516,1,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,29.934364318847656 +1988,24,0,suicide,21-24 yrs,46,317361,22.567935943603516,1,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,14.494534492492676 +1988,24,0,homicide,21-24 yrs,63,317361,22.567935943603516,1,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,19.85120964050293 +1988,24,0,other external,21-24 yrs,62,317361,22.567935943603516,1,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,19.53611183166504 +1988,24,0,internal,21-24 yrs,100,317361,22.567935943603516,1,0.07607776671648026,1.2599999904632568,0.36000001430511475,1.0099999904632568,2.619999885559082,31.509857177734375 +1989,24,0,MVA,15-17 yrs,52,182074,16.057735443115234,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,28.559816360473633 +1989,24,0,suicide,15-17 yrs,13,182074,16.057735443115234,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,7.139954090118408 +1989,24,0,homicide,15-17 yrs,33,182074,16.057735443115234,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,18.12449836730957 +1989,24,0,other external,15-17 yrs,15,182074,16.057735443115234,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,8.238408088684082 +1989,24,0,internal,15-17 yrs,36,182074,16.057735443115234,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,19.772180557250977 +1989,24,0,all,18-20 yrs,239,213020,19.017759323120117,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,112.19603729248047 +1989,24,0,MVA,18-20 yrs,72,213020,19.017759323120117,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,33.799644470214844 +1989,24,0,suicide,18-20 yrs,19,213020,19.017759323120117,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,8.919350624084473 +1989,24,0,homicide,18-20 yrs,64,213020,19.017759323120117,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,30.044126510620117 +1989,24,0,other external,18-20 yrs,24,213020,19.017759323120117,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,11.266548156738281 +1989,24,0,internal,18-20 yrs,60,213020,19.017759323120117,0,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,28.16636848449707 +1989,24,0,all,21-24 yrs,358,306952,22.567047119140625,1,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,116.630615234375 +1989,24,0,MVA,21-24 yrs,91,306952,22.567047119140625,1,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,29.646329879760742 +1989,24,0,suicide,21-24 yrs,49,306952,22.567047119140625,1,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,15.963407516479492 +1989,24,0,homicide,21-24 yrs,90,306952,22.567047119140625,1,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,29.320545196533203 +1989,24,0,other external,21-24 yrs,38,306952,22.567047119140625,1,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,12.379785537719727 +1989,24,0,internal,21-24 yrs,90,306952,22.567047119140625,1,0.07258065044879913,1.2200000286102295,0.3400000035762787,0.9800000190734863,2.5399999618530273,29.320545196533203 +1990,24,0,MVA,15-17 yrs,41,175667,16.017715454101562,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,23.339614868164062 +1990,24,0,suicide,15-17 yrs,13,175667,16.017715454101562,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,7.400365352630615 +1990,24,0,homicide,15-17 yrs,26,175667,16.017715454101562,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,14.80073070526123 +1990,24,0,other external,15-17 yrs,10,175667,16.017715454101562,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,5.692588806152344 +1990,24,0,internal,15-17 yrs,38,175667,16.017715454101562,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,21.631837844848633 +1990,24,0,all,18-20 yrs,258,208230,19.04610252380371,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,123.90145874023438 +1990,24,0,MVA,18-20 yrs,81,208230,19.04610252380371,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,38.899295806884766 +1990,24,0,suicide,18-20 yrs,27,208230,19.04610252380371,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,12.966431617736816 +1990,24,0,homicide,18-20 yrs,95,208230,19.04610252380371,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,45.62262725830078 +1990,24,0,other external,18-20 yrs,11,208230,19.04610252380371,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,5.282619953155518 +1990,24,0,internal,18-20 yrs,44,208230,19.04610252380371,0,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,21.13047981262207 +1990,24,0,all,21-24 yrs,322,296185,22.550273895263672,1,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,108.71583557128906 +1990,24,0,MVA,21-24 yrs,84,296185,22.550273895263672,1,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,28.360652923583984 +1990,24,0,suicide,21-24 yrs,31,296185,22.550273895263672,1,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,10.466431617736816 +1990,24,0,homicide,21-24 yrs,98,296185,22.550273895263672,1,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,33.08742904663086 +1990,24,0,other external,21-24 yrs,23,296185,22.550273895263672,1,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,7.765417098999023 +1990,24,0,internal,21-24 yrs,86,296185,22.550273895263672,1,0.06885998696088791,1.2200000286102295,0.33000001311302185,0.9599999785423279,2.509999990463257,29.035905838012695 +1991,24,0,MVA,15-17 yrs,42,173322,16.00568962097168,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,24.23235321044922 +1991,24,0,suicide,15-17 yrs,10,173322,16.00568962097168,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,5.769608020782471 +1991,24,0,homicide,15-17 yrs,32,173322,16.00568962097168,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,18.462745666503906 +1991,24,0,other external,15-17 yrs,14,173322,16.00568962097168,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,8.0774507522583 +1991,24,0,internal,15-17 yrs,20,173322,16.00568962097168,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,11.539216041564941 +1991,24,0,all,18-20 yrs,216,198521,19.057666778564453,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,108.80461120605469 +1991,24,0,MVA,18-20 yrs,71,198521,19.057666778564453,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,35.76447677612305 +1991,24,0,suicide,18-20 yrs,14,198521,19.057666778564453,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,7.052150726318359 +1991,24,0,homicide,18-20 yrs,73,198521,19.057666778564453,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,36.77192687988281 +1991,24,0,other external,18-20 yrs,10,198521,19.057666778564453,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,5.037250518798828 +1991,24,0,internal,18-20 yrs,48,198521,19.057666778564453,0,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,24.178802490234375 +1991,24,0,all,21-24 yrs,331,286047,22.526823043823242,1,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,115.71524810791016 +1991,24,0,MVA,21-24 yrs,76,286047,22.526823043823242,1,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,26.569061279296875 +1991,24,0,suicide,21-24 yrs,43,286047,22.526823043823242,1,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,15.03249454498291 +1991,24,0,homicide,21-24 yrs,97,286047,22.526823043823242,1,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,33.9105110168457 +1991,24,0,other external,21-24 yrs,20,286047,22.526823043823242,1,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,6.991858005523682 +1991,24,0,internal,21-24 yrs,95,286047,22.526823043823242,1,0.06607929617166519,1.149999976158142,0.30000001192092896,0.8899999856948853,2.3299999237060547,33.211326599121094 +1992,24,0,MVA,15-17 yrs,45,176009,15.995437622070312,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,25.56687355041504 +1992,24,0,suicide,15-17 yrs,15,176009,15.995437622070312,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,8.52229118347168 +1992,24,0,homicide,15-17 yrs,28,176009,15.995437622070312,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,15.90827751159668 +1992,24,0,other external,15-17 yrs,12,176009,15.995437622070312,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,6.817832946777344 +1992,24,0,internal,15-17 yrs,35,176009,15.995437622070312,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,19.885347366333008 +1992,24,0,all,18-20 yrs,176,187383,19.050100326538086,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,93.92527770996094 +1992,24,0,MVA,18-20 yrs,43,187383,19.050100326538086,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,22.94765281677246 +1992,24,0,suicide,18-20 yrs,13,187383,19.050100326538086,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,6.937662601470947 +1992,24,0,homicide,18-20 yrs,71,187383,19.050100326538086,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,37.89030838012695 +1992,24,0,other external,18-20 yrs,12,187383,19.050100326538086,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,6.403995990753174 +1992,24,0,internal,18-20 yrs,37,187383,19.050100326538086,0,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,19.745655059814453 +1992,24,0,all,21-24 yrs,322,278771,22.50731658935547,1,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,115.50699615478516 +1992,24,0,MVA,21-24 yrs,62,278771,22.50731658935547,1,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,22.240476608276367 +1992,24,0,suicide,21-24 yrs,31,278771,22.50731658935547,1,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,11.120238304138184 +1992,24,0,homicide,21-24 yrs,115,278771,22.50731658935547,1,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,41.252498626708984 +1992,24,0,other external,21-24 yrs,28,278771,22.50731658935547,1,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,10.044086456298828 +1992,24,0,internal,21-24 yrs,86,278771,22.50731658935547,1,0.06414825469255447,1.1100000143051147,0.28999999165534973,0.8600000143051147,2.259999990463257,30.849693298339844 +1993,24,0,MVA,15-17 yrs,28,179274,15.982641220092773,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,15.618550300598145 +1993,24,0,suicide,15-17 yrs,10,179274,15.982641220092773,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,5.5780534744262695 +1993,24,0,homicide,15-17 yrs,33,179274,15.982641220092773,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,18.407577514648438 +1993,24,0,other external,15-17 yrs,18,179274,15.982641220092773,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,10.040496826171875 +1993,24,0,internal,15-17 yrs,40,179274,15.982641220092773,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,22.312213897705078 +1993,24,0,all,18-20 yrs,215,181567,19.02922248840332,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,118.41358947753906 +1993,24,0,MVA,18-20 yrs,53,181567,19.02922248840332,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,29.190326690673828 +1993,24,0,suicide,18-20 yrs,22,181567,19.02922248840332,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,12.116739273071289 +1993,24,0,homicide,18-20 yrs,75,181567,19.02922248840332,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,41.307064056396484 +1993,24,0,other external,18-20 yrs,30,181567,19.02922248840332,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,16.5228271484375 +1993,24,0,internal,18-20 yrs,35,181567,19.02922248840332,0,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,19.276630401611328 +1993,24,0,all,21-24 yrs,361,270449,22.526872634887695,1,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,133.4817352294922 +1993,24,0,MVA,21-24 yrs,78,270449,22.526872634887695,1,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,28.840927124023438 +1993,24,0,suicide,21-24 yrs,52,270449,22.526872634887695,1,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,19.227285385131836 +1993,24,0,homicide,21-24 yrs,114,270449,22.526872634887695,1,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,42.15212631225586 +1993,24,0,other external,21-24 yrs,30,270449,22.526872634887695,1,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,11.09266471862793 +1993,24,0,internal,21-24 yrs,87,270449,22.526872634887695,1,0.06228373944759369,1.100000023841858,0.2800000011920929,0.800000011920929,2.190000057220459,32.16872787475586 +1994,24,0,MVA,15-17 yrs,43,184425,15.989567756652832,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,23.315710067749023 +1994,24,0,suicide,15-17 yrs,12,184425,15.989567756652832,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,6.506710052490234 +1994,24,0,homicide,15-17 yrs,24,184425,15.989567756652832,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,13.013420104980469 +1994,24,0,other external,15-17 yrs,7,184425,15.989567756652832,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,3.7955808639526367 +1994,24,0,internal,15-17 yrs,26,184425,15.989567756652832,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,14.097871780395508 +1994,24,0,all,18-20 yrs,181,178843,19.018156051635742,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,101.20608520507812 +1994,24,0,MVA,18-20 yrs,40,178843,19.018156051635742,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,22.365985870361328 +1994,24,0,suicide,18-20 yrs,20,178843,19.018156051635742,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,11.182992935180664 +1994,24,0,homicide,18-20 yrs,77,178843,19.018156051635742,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,43.05452346801758 +1994,24,0,other external,18-20 yrs,13,178843,19.018156051635742,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,7.268945217132568 +1994,24,0,internal,18-20 yrs,31,178843,19.018156051635742,0,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,17.33363914489746 +1994,24,0,all,21-24 yrs,316,262470,22.55295753479004,1,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,120.39471435546875 +1994,24,0,MVA,21-24 yrs,51,262470,22.55295753479004,1,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,19.4307918548584 +1994,24,0,suicide,21-24 yrs,44,262470,22.55295753479004,1,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,16.76382064819336 +1994,24,0,homicide,21-24 yrs,117,262470,22.55295753479004,1,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,44.57652282714844 +1994,24,0,other external,21-24 yrs,28,262470,22.55295753479004,1,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,10.667885780334473 +1994,24,0,internal,21-24 yrs,76,262470,22.55295753479004,1,0.06072874739766121,1.090000033378601,0.2800000011920929,0.7799999713897705,2.1500000953674316,28.955690383911133 +1995,24,0,MVA,15-17 yrs,47,191058,15.976117134094238,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,24.5998592376709 +1995,24,0,suicide,15-17 yrs,16,191058,15.976117134094238,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,8.374420166015625 +1995,24,0,homicide,15-17 yrs,48,191058,15.976117134094238,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,25.123260498046875 +1995,24,0,other external,15-17 yrs,11,191058,15.976117134094238,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,5.757413864135742 +1995,24,0,internal,15-17 yrs,27,191058,15.976117134094238,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,14.131834030151367 +1995,24,0,all,18-20 yrs,212,181172,19.008676528930664,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,117.01587677001953 +1995,24,0,MVA,18-20 yrs,57,181172,19.008676528930664,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,31.461814880371094 +1995,24,0,suicide,18-20 yrs,20,181172,19.008676528930664,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,11.039233207702637 +1995,24,0,homicide,18-20 yrs,80,181172,19.008676528930664,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,44.15693283081055 +1995,24,0,other external,18-20 yrs,16,181172,19.008676528930664,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,8.83138656616211 +1995,24,0,internal,18-20 yrs,39,181172,19.008676528930664,0,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,21.526504516601562 +1995,24,0,all,21-24 yrs,285,251344,22.56391716003418,1,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,113.39041137695312 +1995,24,0,MVA,21-24 yrs,57,251344,22.56391716003418,1,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,22.678083419799805 +1995,24,0,suicide,21-24 yrs,33,251344,22.56391716003418,1,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,13.129416465759277 +1995,24,0,homicide,21-24 yrs,89,251344,22.56391716003418,1,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,35.409637451171875 +1995,24,0,other external,21-24 yrs,25,251344,22.56391716003418,1,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,9.946527481079102 +1995,24,0,internal,21-24 yrs,81,251344,22.56391716003418,1,0.05905512347817421,1.059999942779541,0.2800000011920929,0.7400000095367432,2.0899999141693115,32.226749420166016 +1996,24,0,MVA,15-17 yrs,30,195676,15.987739562988281,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,15.331466674804688 +1996,24,0,suicide,15-17 yrs,9,195676,15.987739562988281,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,4.599440097808838 +1996,24,0,homicide,15-17 yrs,48,195676,15.987739562988281,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,24.530345916748047 +1996,24,0,other external,15-17 yrs,17,195676,15.987739562988281,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,8.687830924987793 +1996,24,0,internal,15-17 yrs,20,195676,15.987739562988281,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,10.220977783203125 +1996,24,0,all,18-20 yrs,207,184480,18.99785804748535,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,112.20728302001953 +1996,24,0,MVA,18-20 yrs,56,184480,18.99785804748535,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,30.355594635009766 +1996,24,0,suicide,18-20 yrs,16,184480,18.99785804748535,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,8.673027038574219 +1996,24,0,homicide,18-20 yrs,72,184480,18.99785804748535,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,39.028621673583984 +1996,24,0,other external,18-20 yrs,26,184480,18.99785804748535,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,14.093668937683105 +1996,24,0,internal,18-20 yrs,37,184480,18.99785804748535,0,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,20.05637550354004 +1996,24,0,all,21-24 yrs,283,242998,22.5346622467041,1,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,116.46186065673828 +1996,24,0,MVA,21-24 yrs,56,242998,22.5346622467041,1,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,23.04545783996582 +1996,24,0,suicide,21-24 yrs,37,242998,22.5346622467041,1,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,15.226462364196777 +1996,24,0,homicide,21-24 yrs,93,242998,22.5346622467041,1,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,38.27191925048828 +1996,24,0,other external,21-24 yrs,33,242998,22.5346622467041,1,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,13.580358505249023 +1996,24,0,internal,21-24 yrs,64,242998,22.5346622467041,1,0.057361382991075516,1.0499999523162842,0.28999999165534973,0.7400000095367432,2.0799999237060547,26.337665557861328 +1970,25,0,MVA,15-17 yrs,80,308110,15.983291625976562,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,25.964752197265625 +1970,25,0,suicide,15-17 yrs,7,308110,15.983291625976562,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,2.271915912628174 +1970,25,0,homicide,15-17 yrs,6,308110,15.983291625976562,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,1.9473564624786377 +1970,25,0,other external,15-17 yrs,36,308110,15.983291625976562,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,11.684139251708984 +1970,25,0,internal,15-17 yrs,71,308110,15.983291625976562,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,23.043718338012695 +1970,25,0,all,18-20 yrs,298,305591,18.979944229125977,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,97.515960693359375 +1970,25,0,MVA,18-20 yrs,119,305591,18.979944229125977,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,38.94093704223633 +1970,25,0,suicide,18-20 yrs,24,305591,18.979944229125977,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,7.853634357452393 +1970,25,0,homicide,18-20 yrs,16,305591,18.979944229125977,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,5.2357563972473145 +1970,25,0,other external,18-20 yrs,48,305591,18.979944229125977,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,15.707268714904785 +1970,25,0,internal,18-20 yrs,91,305591,18.979944229125977,0,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,29.778364181518555 +1970,25,0,all,21-24 yrs,384,365796,22.42169952392578,1,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,104.97654724121094 +1970,25,0,MVA,21-24 yrs,102,365796,22.42169952392578,1,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,27.8843936920166 +1970,25,0,suicide,21-24 yrs,39,365796,22.42169952392578,1,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,10.661680221557617 +1970,25,0,homicide,21-24 yrs,29,365796,22.42169952392578,1,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,7.927916049957275 +1970,25,0,other external,21-24 yrs,62,365796,22.42169952392578,1,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,16.949337005615234 +1970,25,0,internal,21-24 yrs,152,365796,22.42169952392578,1,0.22680412232875824,1.149999976158142,0.30000001192092896,1.350000023841858,2.799999952316284,41.55321502685547 +1971,25,0,MVA,15-17 yrs,99,315800,15.982504844665527,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,31.348955154418945 +1971,25,0,suicide,15-17 yrs,9,315800,15.982504844665527,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,2.849905014038086 +1971,25,0,homicide,15-17 yrs,9,315800,15.982504844665527,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,2.849905014038086 +1971,25,0,other external,15-17 yrs,37,315800,15.982504844665527,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,11.716276168823242 +1971,25,0,internal,15-17 yrs,88,315800,15.982504844665527,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,27.865737915039062 +1971,25,0,all,18-20 yrs,361,314630,18.993541717529297,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,114.73794555664062 +1971,25,0,MVA,18-20 yrs,138,314630,18.993541717529297,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,43.86104202270508 +1971,25,0,suicide,18-20 yrs,27,314630,18.993541717529297,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,8.58150863647461 +1971,25,0,homicide,18-20 yrs,23,314630,18.993541717529297,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,7.310173988342285 +1971,25,0,other external,18-20 yrs,50,314630,18.993541717529297,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,15.891682624816895 +1971,25,0,internal,18-20 yrs,123,314630,18.993541717529297,0,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,39.09354019165039 +1971,25,0,all,21-24 yrs,379,394759,22.550918579101562,1,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,96.00794219970703 +1971,25,0,MVA,21-24 yrs,110,394759,22.550918579101562,1,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,27.865102767944336 +1971,25,0,suicide,21-24 yrs,34,394759,22.550918579101562,1,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,8.612850189208984 +1971,25,0,homicide,21-24 yrs,33,394759,22.550918579101562,1,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,8.359530448913574 +1971,25,0,other external,21-24 yrs,59,394759,22.550918579101562,1,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,14.94582748413086 +1971,25,0,internal,21-24 yrs,143,394759,22.550918579101562,1,0.2172839492559433,1.149999976158142,0.3700000047683716,1.3700000047683716,2.890000104904175,36.224632263183594 +1972,25,0,MVA,15-17 yrs,106,323739,15.977766036987305,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,32.74242401123047 +1972,25,0,suicide,15-17 yrs,6,323739,15.977766036987305,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,1.8533447980880737 +1972,25,0,homicide,15-17 yrs,10,323739,15.977766036987305,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,3.0889079570770264 +1972,25,0,other external,15-17 yrs,56,323739,15.977766036987305,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,17.29788589477539 +1972,25,0,internal,15-17 yrs,102,323739,15.977766036987305,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,31.50686264038086 +1972,25,0,all,18-20 yrs,356,321488,18.99459457397461,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,110.7350845336914 +1972,25,0,MVA,18-20 yrs,132,321488,18.99459457397461,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,41.05907440185547 +1972,25,0,suicide,18-20 yrs,28,321488,18.99459457397461,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,8.709501266479492 +1972,25,0,homicide,18-20 yrs,14,321488,18.99459457397461,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,4.354750633239746 +1972,25,0,other external,18-20 yrs,62,321488,18.99459457397461,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,19.285324096679688 +1972,25,0,internal,18-20 yrs,120,321488,18.99459457397461,0,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,37.32643127441406 +1972,25,0,all,21-24 yrs,408,389880,22.503280639648438,1,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,104.6475830078125 +1972,25,0,MVA,21-24 yrs,122,389880,22.503280639648438,1,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,31.29167938232422 +1972,25,0,suicide,21-24 yrs,50,389880,22.503280639648438,1,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,12.824459075927734 +1972,25,0,homicide,21-24 yrs,30,389880,22.503280639648438,1,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,7.694675445556641 +1972,25,0,other external,21-24 yrs,58,389880,22.503280639648438,1,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,14.876372337341309 +1972,25,0,internal,21-24 yrs,148,389880,22.503280639648438,1,0.21052631735801697,1.1699999570846558,0.36000001430511475,1.340000033378601,2.869999885559082,37.96039962768555 +1973,25,0.8383561372756958,MVA,15-17 yrs,86,330887,15.981207847595215,0,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,25.990745544433594 +1973,25,0.8383561372756958,suicide,15-17 yrs,11,330887,15.981207847595215,0,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,3.3243978023529053 +1973,25,0.8383561372756958,homicide,15-17 yrs,16,330887,15.981207847595215,0,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,4.8354878425598145 +1973,25,0.8383561372756958,other external,15-17 yrs,54,330887,15.981207847595215,0,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,16.31977081298828 +1973,25,0.8383561372756958,internal,15-17 yrs,78,330887,15.981207847595215,0,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,23.573001861572266 +1973,25,0.8383561372756958,all,18-20 yrs,399,328926,18.995248794555664,0.8383561372756958,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,121.30387878417969 +1973,25,0.8383561372756958,MVA,18-20 yrs,184,328926,18.995248794555664,0.8383561372756958,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,55.939632415771484 +1973,25,0.8383561372756958,suicide,18-20 yrs,33,328926,18.995248794555664,0.8383561372756958,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,10.032651901245117 +1973,25,0.8383561372756958,homicide,18-20 yrs,22,328926,18.995248794555664,0.8383561372756958,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,6.688434600830078 +1973,25,0.8383561372756958,other external,18-20 yrs,64,328926,18.995248794555664,0.8383561372756958,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,19.457263946533203 +1973,25,0.8383561372756958,internal,18-20 yrs,96,328926,18.995248794555664,0.8383561372756958,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,29.185895919799805 +1973,25,0.8383561372756958,all,21-24 yrs,412,398213,22.484569549560547,1,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,103.46221923828125 +1973,25,0.8383561372756958,MVA,21-24 yrs,117,398213,22.484569549560547,1,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,29.38125991821289 +1973,25,0.8383561372756958,suicide,21-24 yrs,53,398213,22.484569549560547,1,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,13.309459686279297 +1973,25,0.8383561372756958,homicide,21-24 yrs,33,398213,22.484569549560547,1,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,8.287022590637207 +1973,25,0.8383561372756958,other external,21-24 yrs,62,398213,22.484569549560547,1,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,15.569557189941406 +1973,25,0.8383561372756958,internal,21-24 yrs,147,398213,22.484569549560547,1,0.19819818437099457,1.25,0.3700000047683716,1.3899999856948853,3.009999990463257,36.9149169921875 +1974,25,1,MVA,15-17 yrs,98,335272,15.99420166015625,0,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,29.229997634887695 +1974,25,1,suicide,15-17 yrs,11,335272,15.99420166015625,0,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,3.2809181213378906 +1974,25,1,homicide,15-17 yrs,8,335272,15.99420166015625,0,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,2.386122226715088 +1974,25,1,other external,15-17 yrs,34,335272,15.99420166015625,0,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,10.141019821166992 +1974,25,1,internal,15-17 yrs,75,335272,15.99420166015625,0,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,22.369895935058594 +1974,25,1,all,18-20 yrs,364,334918,18.99567413330078,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,108.68331909179688 +1974,25,1,MVA,18-20 yrs,175,334918,18.99567413330078,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,52.25159454345703 +1974,25,1,suicide,18-20 yrs,25,334918,18.99567413330078,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,7.464513778686523 +1974,25,1,homicide,18-20 yrs,21,334918,18.99567413330078,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,6.270191669464111 +1974,25,1,other external,18-20 yrs,56,334918,18.99567413330078,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,16.720510482788086 +1974,25,1,internal,18-20 yrs,87,334918,18.99567413330078,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,25.97650718688965 +1974,25,1,all,21-24 yrs,445,393998,22.473825454711914,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,112.94473266601562 +1974,25,1,MVA,21-24 yrs,142,393998,22.473825454711914,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,36.04079055786133 +1974,25,1,suicide,21-24 yrs,53,393998,22.473825454711914,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,13.451845169067383 +1974,25,1,homicide,21-24 yrs,35,393998,22.473825454711914,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,8.883294105529785 +1974,25,1,other external,21-24 yrs,59,393998,22.473825454711914,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,14.974695205688477 +1974,25,1,internal,21-24 yrs,156,393998,22.473825454711914,1,0.1784989833831787,1.309999942779541,0.3700000047683716,1.409999966621399,3.0899999141693115,39.59410858154297 +1975,25,1,MVA,15-17 yrs,91,333133,16.003196716308594,0,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,27.316417694091797 +1975,25,1,suicide,15-17 yrs,10,333133,16.003196716308594,0,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,3.0018041133880615 +1975,25,1,homicide,15-17 yrs,16,333133,16.003196716308594,0,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,4.802886486053467 +1975,25,1,other external,15-17 yrs,35,333133,16.003196716308594,0,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,10.506314277648926 +1975,25,1,internal,15-17 yrs,64,333133,16.003196716308594,0,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,19.211545944213867 +1975,25,1,all,18-20 yrs,328,342141,18.9894962310791,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,95.86690521240234 +1975,25,1,MVA,18-20 yrs,131,342141,18.9894962310791,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,38.288307189941406 +1975,25,1,suicide,18-20 yrs,29,342141,18.9894962310791,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,8.476037979125977 +1975,25,1,homicide,18-20 yrs,23,342141,18.9894962310791,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,6.72237491607666 +1975,25,1,other external,18-20 yrs,57,342141,18.9894962310791,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,16.65979766845703 +1975,25,1,internal,18-20 yrs,88,342141,18.9894962310791,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,25.72039031982422 +1975,25,1,all,21-24 yrs,434,400074,22.474388122558594,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,108.47993469238281 +1975,25,1,MVA,21-24 yrs,139,400074,22.474388122558594,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,34.74357223510742 +1975,25,1,suicide,21-24 yrs,57,400074,22.474388122558594,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,14.247364044189453 +1975,25,1,homicide,21-24 yrs,25,400074,22.474388122558594,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,6.248844146728516 +1975,25,1,other external,21-24 yrs,71,400074,22.474388122558594,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,17.74671745300293 +1975,25,1,internal,21-24 yrs,142,400074,22.474388122558594,1,0.19702602922916412,1.3300000429153442,0.3799999952316284,1.3600000143051147,3.069999933242798,35.49343490600586 +1976,25,1,MVA,15-17 yrs,89,332580,15.995508193969727,0,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,26.760478973388672 +1976,25,1,suicide,15-17 yrs,9,332580,15.995508193969727,0,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,2.70611572265625 +1976,25,1,homicide,15-17 yrs,10,332580,15.995508193969727,0,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,3.0067954063415527 +1976,25,1,other external,15-17 yrs,36,332580,15.995508193969727,0,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,10.824462890625 +1976,25,1,internal,15-17 yrs,63,332580,15.995508193969727,0,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,18.94281005859375 +1976,25,1,all,18-20 yrs,331,348371,18.990991592407227,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,95.0136489868164 +1976,25,1,MVA,18-20 yrs,154,348371,18.990991592407227,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,44.205745697021484 +1976,25,1,suicide,18-20 yrs,35,348371,18.990991592407227,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,10.046760559082031 +1976,25,1,homicide,18-20 yrs,20,348371,18.990991592407227,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,5.741005897521973 +1976,25,1,other external,18-20 yrs,39,348371,18.990991592407227,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,11.194961547851562 +1976,25,1,internal,18-20 yrs,83,348371,18.990991592407227,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,23.82517433166504 +1976,25,1,all,21-24 yrs,421,405567,22.46990203857422,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,103.80529022216797 +1976,25,1,MVA,21-24 yrs,123,405567,22.46990203857422,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,30.327911376953125 +1976,25,1,suicide,21-24 yrs,62,405567,22.46990203857422,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,15.287240028381348 +1976,25,1,homicide,21-24 yrs,32,405567,22.46990203857422,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,7.890188217163086 +1976,25,1,other external,21-24 yrs,66,405567,22.46990203857422,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,16.273513793945312 +1976,25,1,internal,21-24 yrs,138,405567,22.46990203857422,1,0.18629173934459686,1.2999999523162842,0.3799999952316284,1.3200000524520874,3,34.02643585205078 +1977,25,1,MVA,15-17 yrs,89,330710,15.996002197265625,0,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,26.91179656982422 +1977,25,1,suicide,15-17 yrs,13,330710,15.996002197265625,0,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,3.930936574935913 +1977,25,1,homicide,15-17 yrs,6,330710,15.996002197265625,0,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,1.8142783641815186 +1977,25,1,other external,15-17 yrs,27,330710,15.996002197265625,0,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,8.164252281188965 +1977,25,1,internal,15-17 yrs,64,330710,15.996002197265625,0,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,19.35230255126953 +1977,25,1,all,18-20 yrs,309,352660,19.003326416015625,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,87.61980438232422 +1977,25,1,MVA,18-20 yrs,131,352660,19.003326416015625,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,37.14625930786133 +1977,25,1,suicide,18-20 yrs,40,352660,19.003326416015625,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,11.342369079589844 +1977,25,1,homicide,18-20 yrs,15,352660,19.003326416015625,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,4.253388404846191 +1977,25,1,other external,18-20 yrs,45,352660,19.003326416015625,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,12.760165214538574 +1977,25,1,internal,18-20 yrs,78,352660,19.003326416015625,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,22.11762046813965 +1977,25,1,all,21-24 yrs,378,412424,22.471750259399414,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,91.65325164794922 +1977,25,1,MVA,21-24 yrs,118,412424,22.471750259399414,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,28.611331939697266 +1977,25,1,suicide,21-24 yrs,54,412424,22.471750259399414,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,13.093321800231934 +1977,25,1,homicide,21-24 yrs,24,412424,22.471750259399414,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,5.819253921508789 +1977,25,1,other external,21-24 yrs,64,412424,22.471750259399414,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,15.518010139465332 +1977,25,1,internal,21-24 yrs,118,412424,22.471750259399414,1,0.17491748929023743,1.340000033378601,0.3700000047683716,1.2400000095367432,2.950000047683716,28.611331939697266 +1978,25,1,MVA,15-17 yrs,103,328631,16.011516571044922,0,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,31.342144012451172 +1978,25,1,suicide,15-17 yrs,13,328631,16.011516571044922,0,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,3.9558045864105225 +1978,25,1,homicide,15-17 yrs,9,328631,16.011516571044922,0,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,2.738633871078491 +1978,25,1,other external,15-17 yrs,31,328631,16.011516571044922,0,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,9.433072090148926 +1978,25,1,internal,15-17 yrs,64,328631,16.011516571044922,0,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,19.474729537963867 +1978,25,1,all,18-20 yrs,330,351749,19.01060676574707,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,93.81689453125 +1978,25,1,MVA,18-20 yrs,154,351749,19.01060676574707,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,43.781219482421875 +1978,25,1,suicide,18-20 yrs,23,351749,19.01060676574707,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,6.538753509521484 +1978,25,1,homicide,18-20 yrs,14,351749,19.01060676574707,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,3.9801108837127686 +1978,25,1,other external,18-20 yrs,56,351749,19.01060676574707,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,15.920443534851074 +1978,25,1,internal,18-20 yrs,83,351749,19.01060676574707,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,23.596370697021484 +1978,25,1,all,21-24 yrs,407,421532,22.46518325805664,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,96.55257415771484 +1978,25,1,MVA,21-24 yrs,155,421532,22.46518325805664,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,36.77063751220703 +1978,25,1,suicide,21-24 yrs,57,421532,22.46518325805664,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,13.52210521697998 +1978,25,1,homicide,21-24 yrs,37,421532,22.46518325805664,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,8.777506828308105 +1978,25,1,other external,21-24 yrs,55,421532,22.46518325805664,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,13.047645568847656 +1978,25,1,internal,21-24 yrs,103,421532,22.46518325805664,1,0.16257669031620026,1.3700000047683716,0.4000000059604645,1.25,3.0199999809265137,24.434680938720703 +1979,25,0.5246357321739197,MVA,15-17 yrs,98,323885,16.008407592773438,0,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,30.257652282714844 +1979,25,0.5246357321739197,suicide,15-17 yrs,10,323885,16.008407592773438,0,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,3.0875155925750732 +1979,25,0.5246357321739197,homicide,15-17 yrs,15,323885,16.008407592773438,0,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,4.63127326965332 +1979,25,0.5246357321739197,other external,15-17 yrs,29,323885,16.008407592773438,0,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,8.953795433044434 +1979,25,0.5246357321739197,internal,15-17 yrs,40,323885,16.008407592773438,0,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,12.350062370300293 +1979,25,0.5246357321739197,all,18-20 yrs,368,352878,19.002153396606445,0.5246357321739197,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,104.28533172607422 +1979,25,0.5246357321739197,MVA,18-20 yrs,190,352878,19.002153396606445,0.5246357321739197,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,53.84297180175781 +1979,25,0.5246357321739197,suicide,18-20 yrs,32,352878,19.002153396606445,0.5246357321739197,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,9.068289756774902 +1979,25,0.5246357321739197,homicide,18-20 yrs,27,352878,19.002153396606445,0.5246357321739197,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,7.651369571685791 +1979,25,0.5246357321739197,other external,18-20 yrs,43,352878,19.002153396606445,0.5246357321739197,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,12.185514450073242 +1979,25,0.5246357321739197,internal,18-20 yrs,76,352878,19.002153396606445,0.5246357321739197,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,21.537187576293945 +1979,25,0.5246357321739197,all,21-24 yrs,402,430924,22.467164993286133,1,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,93.28791046142578 +1979,25,0.5246357321739197,MVA,21-24 yrs,145,430924,22.467164993286133,1,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,33.648624420166016 +1979,25,0.5246357321739197,suicide,21-24 yrs,56,430924,22.467164993286133,1,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,12.995330810546875 +1979,25,0.5246357321739197,homicide,21-24 yrs,31,430924,22.467164993286133,1,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,7.193843841552734 +1979,25,0.5246357321739197,other external,21-24 yrs,54,430924,22.467164993286133,1,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,12.531211853027344 +1979,25,0.5246357321739197,internal,21-24 yrs,116,430924,22.467164993286133,1,0.1460055112838745,1.3899999856948853,0.41999998688697815,1.2300000190734863,3.0399999618530273,26.918899536132812 +1980,25,0.3340226113796234,MVA,15-17 yrs,85,315713,16.0137882232666,0,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,26.923187255859375 +1980,25,0.3340226113796234,suicide,15-17 yrs,7,315713,16.0137882232666,0,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,2.2172036170959473 +1980,25,0.3340226113796234,homicide,15-17 yrs,11,315713,16.0137882232666,0,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,3.4841771125793457 +1980,25,0.3340226113796234,other external,15-17 yrs,24,315713,16.0137882232666,0,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,7.601840972900391 +1980,25,0.3340226113796234,internal,15-17 yrs,58,315713,16.0137882232666,0,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,18.37111473083496 +1980,25,0.3340226113796234,all,18-20 yrs,303,345779,19.01309585571289,0.3340226113796234,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,87.62822723388672 +1980,25,0.3340226113796234,MVA,18-20 yrs,139,345779,19.01309585571289,0.3340226113796234,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,40.1990852355957 +1980,25,0.3340226113796234,suicide,18-20 yrs,32,345779,19.01309585571289,0.3340226113796234,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,9.25446605682373 +1980,25,0.3340226113796234,homicide,18-20 yrs,13,345779,19.01309585571289,0.3340226113796234,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,3.759626865386963 +1980,25,0.3340226113796234,other external,18-20 yrs,40,345779,19.01309585571289,0.3340226113796234,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,11.568082809448242 +1980,25,0.3340226113796234,internal,18-20 yrs,79,345779,19.01309585571289,0.3340226113796234,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,22.84696388244629 +1980,25,0.3340226113796234,all,21-24 yrs,450,441270,22.473773956298828,1,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,101.97837829589844 +1980,25,0.3340226113796234,MVA,21-24 yrs,181,441270,22.473773956298828,1,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,41.01797103881836 +1980,25,0.3340226113796234,suicide,21-24 yrs,57,441270,22.473773956298828,1,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,12.917261123657227 +1980,25,0.3340226113796234,homicide,21-24 yrs,30,441270,22.473773956298828,1,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,6.798558712005615 +1980,25,0.3340226113796234,other external,21-24 yrs,68,441270,22.473773956298828,1,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,15.410066604614258 +1980,25,0.3340226113796234,internal,21-24 yrs,114,441270,22.473773956298828,1,0.1286407709121704,1.4700000286102295,0.44999998807907104,1.2699999809265137,3.190000057220459,25.834522247314453 +1981,25,0.35027989745140076,MVA,15-17 yrs,62,306296,16.026559829711914,0,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,20.241857528686523 +1981,25,0.35027989745140076,suicide,15-17 yrs,9,306296,16.026559829711914,0,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,2.9383342266082764 +1981,25,0.35027989745140076,homicide,15-17 yrs,13,306296,16.026559829711914,0,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,4.244260311126709 +1981,25,0.35027989745140076,other external,15-17 yrs,21,306296,16.026559829711914,0,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,6.856112957000732 +1981,25,0.35027989745140076,internal,15-17 yrs,53,306296,16.026559829711914,0,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,17.303524017333984 +1981,25,0.35027989745140076,all,18-20 yrs,294,341387,19.040441513061523,0.35027989745140076,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,86.11927032470703 +1981,25,0.35027989745140076,MVA,18-20 yrs,131,341387,19.040441513061523,0.35027989745140076,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,38.37287139892578 +1981,25,0.35027989745140076,suicide,18-20 yrs,31,341387,19.040441513061523,0.35027989745140076,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,9.08060359954834 +1981,25,0.35027989745140076,homicide,18-20 yrs,25,341387,19.040441513061523,0.35027989745140076,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,7.3230671882629395 +1981,25,0.35027989745140076,other external,18-20 yrs,41,341387,19.040441513061523,0.35027989745140076,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,12.009830474853516 +1981,25,0.35027989745140076,internal,18-20 yrs,66,341387,19.040441513061523,0.35027989745140076,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,19.332897186279297 +1981,25,0.35027989745140076,all,21-24 yrs,354,452940,22.49026107788086,1,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,78.15604400634766 +1981,25,0.35027989745140076,MVA,21-24 yrs,118,452940,22.49026107788086,1,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,26.05201530456543 +1981,25,0.35027989745140076,suicide,21-24 yrs,52,452940,22.49026107788086,1,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,11.480548858642578 +1981,25,0.35027989745140076,homicide,21-24 yrs,25,452940,22.49026107788086,1,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,5.519495010375977 +1981,25,0.35027989745140076,other external,21-24 yrs,53,452940,22.49026107788086,1,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,11.701329231262207 +1981,25,0.35027989745140076,internal,21-24 yrs,106,452940,22.49026107788086,1,0.11661165952682495,1.440000057220459,0.49000000953674316,1.2400000095367432,3.1700000762939453,23.402658462524414 +1982,25,0.3477925956249237,MVA,15-17 yrs,80,293437,16.027849197387695,0,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,27.263092041015625 +1982,25,0.3477925956249237,suicide,15-17 yrs,7,293437,16.027849197387695,0,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,2.3855204582214355 +1982,25,0.3477925956249237,homicide,15-17 yrs,10,293437,16.027849197387695,0,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,3.407886505126953 +1982,25,0.3477925956249237,other external,15-17 yrs,23,293437,16.027849197387695,0,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,7.838139057159424 +1982,25,0.3477925956249237,internal,15-17 yrs,35,293437,16.027849197387695,0,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,11.927602767944336 +1982,25,0.3477925956249237,all,18-20 yrs,258,332451,19.02967071533203,0.3477925956249237,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,77.60542297363281 +1982,25,0.3477925956249237,MVA,18-20 yrs,97,332451,19.02967071533203,0.3477925956249237,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,29.17723274230957 +1982,25,0.3477925956249237,suicide,18-20 yrs,26,332451,19.02967071533203,0.3477925956249237,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,7.820701599121094 +1982,25,0.3477925956249237,homicide,18-20 yrs,28,332451,19.02967071533203,0.3477925956249237,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,8.422293663024902 +1982,25,0.3477925956249237,other external,18-20 yrs,31,332451,19.02967071533203,0.3477925956249237,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,9.324682235717773 +1982,25,0.3477925956249237,internal,18-20 yrs,76,332451,19.02967071533203,0.3477925956249237,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,22.860511779785156 +1982,25,0.3477925956249237,all,21-24 yrs,339,460910,22.488359451293945,1,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,73.5501480102539 +1982,25,0.3477925956249237,MVA,21-24 yrs,112,460910,22.488359451293945,1,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,24.299755096435547 +1982,25,0.3477925956249237,suicide,21-24 yrs,53,460910,22.488359451293945,1,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,11.498991012573242 +1982,25,0.3477925956249237,homicide,21-24 yrs,28,460910,22.488359451293945,1,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,6.074938774108887 +1982,25,0.3477925956249237,other external,21-24 yrs,53,460910,22.488359451293945,1,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,11.498991012573242 +1982,25,0.3477925956249237,internal,21-24 yrs,93,460910,22.488359451293945,1,0.10984455794095993,1.350000023841858,0.49000000953674316,1.2200000286102295,3.069999933242798,20.177474975585938 +1983,25,0.33995914459228516,MVA,15-17 yrs,64,282491,16.024343490600586,0,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,22.655588150024414 +1983,25,0.33995914459228516,suicide,15-17 yrs,18,282491,16.024343490600586,0,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,6.371884346008301 +1983,25,0.33995914459228516,homicide,15-17 yrs,7,282491,16.024343490600586,0,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,2.4779551029205322 +1983,25,0.33995914459228516,other external,15-17 yrs,24,282491,16.024343490600586,0,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,8.495845794677734 +1983,25,0.33995914459228516,internal,15-17 yrs,44,282491,16.024343490600586,0,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,15.57571792602539 +1983,25,0.33995914459228516,all,18-20 yrs,256,326954,19.023107528686523,0.33995914459228516,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,78.29847717285156 +1983,25,0.33995914459228516,MVA,18-20 yrs,99,326954,19.023107528686523,0.33995914459228516,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,30.279489517211914 +1983,25,0.33995914459228516,suicide,18-20 yrs,34,326954,19.023107528686523,0.33995914459228516,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,10.399016380310059 +1983,25,0.33995914459228516,homicide,18-20 yrs,18,326954,19.023107528686523,0.33995914459228516,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,5.505361557006836 +1983,25,0.33995914459228516,other external,18-20 yrs,37,326954,19.023107528686523,0.33995914459228516,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,11.316576957702637 +1983,25,0.33995914459228516,internal,18-20 yrs,68,326954,19.023107528686523,0.33995914459228516,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,20.798032760620117 +1983,25,0.33995914459228516,all,21-24 yrs,355,464888,22.50465965270996,1,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,76.36248016357422 +1983,25,0.33995914459228516,MVA,21-24 yrs,112,464888,22.50465965270996,1,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,24.09182357788086 +1983,25,0.33995914459228516,suicide,21-24 yrs,54,464888,22.50465965270996,1,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,11.615700721740723 +1983,25,0.33995914459228516,homicide,21-24 yrs,33,464888,22.50465965270996,1,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,7.098484039306641 +1983,25,0.33995914459228516,other external,21-24 yrs,56,464888,22.50465965270996,1,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,12.04591178894043 +1983,25,0.33995914459228516,internal,21-24 yrs,100,464888,22.50465965270996,1,0.1064257025718689,1.3600000143051147,0.5,1.2100000381469727,3.069999933242798,21.510557174682617 +1984,25,0.3471851646900177,MVA,15-17 yrs,64,275760,16.01907730102539,0,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,23.208587646484375 +1984,25,0.3471851646900177,suicide,15-17 yrs,9,275760,16.01907730102539,0,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,3.2637076377868652 +1984,25,0.3471851646900177,homicide,15-17 yrs,11,275760,16.01907730102539,0,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,3.988976001739502 +1984,25,0.3471851646900177,other external,15-17 yrs,17,275760,16.01907730102539,0,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,6.164781093597412 +1984,25,0.3471851646900177,internal,15-17 yrs,45,275760,16.01907730102539,0,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,16.318538665771484 +1984,25,0.3471851646900177,all,18-20 yrs,265,323928,19.036733627319336,0.3471851646900177,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,81.80830383300781 +1984,25,0.3471851646900177,MVA,18-20 yrs,117,323928,19.036733627319336,0.3471851646900177,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,36.119136810302734 +1984,25,0.3471851646900177,suicide,18-20 yrs,29,323928,19.036733627319336,0.3471851646900177,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,8.952607154846191 +1984,25,0.3471851646900177,homicide,18-20 yrs,20,323928,19.036733627319336,0.3471851646900177,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,6.174211502075195 +1984,25,0.3471851646900177,other external,18-20 yrs,38,323928,19.036733627319336,0.3471851646900177,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,11.731001853942871 +1984,25,0.3471851646900177,internal,18-20 yrs,61,323928,19.036733627319336,0.3471851646900177,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,18.831344604492188 +1984,25,0.3471851646900177,all,21-24 yrs,379,461957,22.528820037841797,1,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,82.042266845703125 +1984,25,0.3471851646900177,MVA,21-24 yrs,123,461957,22.528820037841797,1,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,26.6258544921875 +1984,25,0.3471851646900177,suicide,21-24 yrs,50,461957,22.528820037841797,1,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,10.823517799377441 +1984,25,0.3471851646900177,homicide,21-24 yrs,30,461957,22.528820037841797,1,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,6.494111061096191 +1984,25,0.3471851646900177,other external,21-24 yrs,59,461957,22.528820037841797,1,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,12.771751403808594 +1984,25,0.3471851646900177,internal,21-24 yrs,117,461957,22.528820037841797,1,0.10202117264270782,1.2999999523162842,0.5099999904632568,1.2400000095367432,3.0399999618530273,25.3270320892334 +1985,25,0.2885448634624481,MVA,15-17 yrs,68,272230,16.009675979614258,0,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,24.978878021240234 +1985,25,0.2885448634624481,suicide,15-17 yrs,22,272230,16.009675979614258,0,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,8.081401824951172 +1985,25,0.2885448634624481,homicide,15-17 yrs,8,272230,16.009675979614258,0,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,2.9386916160583496 +1985,25,0.2885448634624481,other external,15-17 yrs,11,272230,16.009675979614258,0,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,4.040700912475586 +1985,25,0.2885448634624481,internal,15-17 yrs,51,272230,16.009675979614258,0,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,18.734159469604492 +1985,25,0.2885448634624481,all,18-20 yrs,250,317347,19.03770637512207,0.2885448634624481,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,78.77812194824219 +1985,25,0.2885448634624481,MVA,18-20 yrs,103,317347,19.03770637512207,0.2885448634624481,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,32.45658493041992 +1985,25,0.2885448634624481,suicide,18-20 yrs,32,317347,19.03770637512207,0.2885448634624481,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,10.083599090576172 +1985,25,0.2885448634624481,homicide,18-20 yrs,16,317347,19.03770637512207,0.2885448634624481,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,5.041799545288086 +1985,25,0.2885448634624481,other external,18-20 yrs,33,317347,19.03770637512207,0.2885448634624481,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,10.398712158203125 +1985,25,0.2885448634624481,internal,18-20 yrs,66,317347,19.03770637512207,0.2885448634624481,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,20.79742431640625 +1985,25,0.2885448634624481,all,21-24 yrs,340,458265,22.539363861083984,1,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,74.19287872314453 +1985,25,0.2885448634624481,MVA,21-24 yrs,112,458265,22.539363861083984,1,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,24.44000816345215 +1985,25,0.2885448634624481,suicide,21-24 yrs,55,458265,22.539363861083984,1,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,12.001789093017578 +1985,25,0.2885448634624481,homicide,21-24 yrs,33,458265,22.539363861083984,1,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,7.20107364654541 +1985,25,0.2885448634624481,other external,21-24 yrs,44,458265,22.539363861083984,1,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,9.601431846618652 +1985,25,0.2885448634624481,internal,21-24 yrs,96,458265,22.539363861083984,1,0.09851301461458206,1.2999999523162842,0.5099999904632568,1.2100000381469727,3.009999990463257,20.948577880859375 +1986,25,0.029816845431923866,MVA,15-17 yrs,79,269988,16.00982666015625,0,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,29.26055908203125 +1986,25,0.029816845431923866,suicide,15-17 yrs,16,269988,16.00982666015625,0,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,5.926189422607422 +1986,25,0.029816845431923866,homicide,15-17 yrs,11,269988,16.00982666015625,0,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,4.074254989624023 +1986,25,0.029816845431923866,other external,15-17 yrs,25,269988,16.00982666015625,0,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,9.259671211242676 +1986,25,0.029816845431923866,internal,15-17 yrs,48,269988,16.00982666015625,0,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,17.778568267822266 +1986,25,0.029816845431923866,all,18-20 yrs,208,309819,19.034542083740234,0.029816845431923866,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,67.13597106933594 +1986,25,0.029816845431923866,MVA,18-20 yrs,76,309819,19.034542083740234,0.029816845431923866,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,24.53045082092285 +1986,25,0.029816845431923866,suicide,18-20 yrs,26,309819,19.034542083740234,0.029816845431923866,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,8.391996383666992 +1986,25,0.029816845431923866,homicide,18-20 yrs,25,309819,19.034542083740234,0.029816845431923866,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,8.06922721862793 +1986,25,0.029816845431923866,other external,18-20 yrs,29,309819,19.034542083740234,0.029816845431923866,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,9.36030387878418 +1986,25,0.029816845431923866,internal,18-20 yrs,52,309819,19.034542083740234,0.029816845431923866,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,16.783992767333984 +1986,25,0.029816845431923866,all,21-24 yrs,333,446775,22.52711296081543,1,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,74.53416442871094 +1986,25,0.029816845431923866,MVA,21-24 yrs,113,446775,22.52711296081543,1,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,25.292373657226562 +1986,25,0.029816845431923866,suicide,21-24 yrs,50,446775,22.52711296081543,1,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,11.191315650939941 +1986,25,0.029816845431923866,homicide,21-24 yrs,31,446775,22.52711296081543,1,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,6.938615798950195 +1986,25,0.029816845431923866,other external,21-24 yrs,34,446775,22.52711296081543,1,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,7.6100945472717285 +1986,25,0.029816845431923866,internal,21-24 yrs,105,446775,22.52711296081543,1,0.09671533107757568,1.309999942779541,0.5299999713897705,1.1200000047683716,2.9600000381469727,23.50176239013672 +1987,25,0,MVA,15-17 yrs,57,259749,16.046594619750977,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,21.94426155090332 +1987,25,0,suicide,15-17 yrs,14,259749,16.046594619750977,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,5.3898186683654785 +1987,25,0,homicide,15-17 yrs,10,259749,16.046594619750977,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,3.849870443344116 +1987,25,0,other external,15-17 yrs,15,259749,16.046594619750977,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,5.774805545806885 +1987,25,0,internal,15-17 yrs,40,259749,16.046594619750977,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,15.399481773376465 +1987,25,0,all,18-20 yrs,216,306653,19.028560638427734,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,70.43791961669922 +1987,25,0,MVA,18-20 yrs,93,306653,19.028560638427734,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,30.327438354492188 +1987,25,0,suicide,18-20 yrs,31,306653,19.028560638427734,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,10.109146118164062 +1987,25,0,homicide,18-20 yrs,18,306653,19.028560638427734,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,5.869826793670654 +1987,25,0,other external,18-20 yrs,27,306653,19.028560638427734,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,8.804739952087402 +1987,25,0,internal,18-20 yrs,47,306653,19.028560638427734,0,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,15.326769828796387 +1987,25,0,all,21-24 yrs,334,435470,22.52214241027832,1,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,76.69873809814453 +1987,25,0,MVA,21-24 yrs,92,435470,22.52214241027832,1,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,21.126598358154297 +1987,25,0,suicide,21-24 yrs,56,435470,22.52214241027832,1,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,12.859668731689453 +1987,25,0,homicide,21-24 yrs,22,435470,22.52214241027832,1,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,5.052012920379639 +1987,25,0,other external,21-24 yrs,56,435470,22.52214241027832,1,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,12.859668731689453 +1987,25,0,internal,21-24 yrs,108,435470,22.52214241027832,1,0.09330985695123672,1.2899999618530273,0.5099999904632568,1.1200000047683716,2.930000066757202,24.800790786743164 +1988,25,0,MVA,15-17 yrs,48,243451,16.07392120361328,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,19.716493606567383 +1988,25,0,suicide,15-17 yrs,13,243451,16.07392120361328,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,5.339883804321289 +1988,25,0,homicide,15-17 yrs,7,243451,16.07392120361328,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,2.875321865081787 +1988,25,0,other external,15-17 yrs,12,243451,16.07392120361328,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,4.929123401641846 +1988,25,0,internal,15-17 yrs,30,243451,16.07392120361328,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,12.322808265686035 +1988,25,0,all,18-20 yrs,244,308610,19.01994514465332,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,79.06419372558594 +1988,25,0,MVA,18-20 yrs,92,308610,19.01994514465332,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,29.81108856201172 +1988,25,0,suicide,18-20 yrs,41,308610,19.01994514465332,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,13.28537654876709 +1988,25,0,homicide,18-20 yrs,22,308610,19.01994514465332,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,7.1287384033203125 +1988,25,0,other external,18-20 yrs,40,308610,19.01994514465332,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,12.961342811584473 +1988,25,0,internal,18-20 yrs,49,308610,19.01994514465332,0,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,15.877644538879395 +1988,25,0,all,21-24 yrs,326,429931,22.52949333190918,1,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,75.82611846923828 +1988,25,0,MVA,21-24 yrs,87,429931,22.52949333190918,1,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,20.23580551147461 +1988,25,0,suicide,21-24 yrs,43,429931,22.52949333190918,1,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,10.001605033874512 +1988,25,0,homicide,21-24 yrs,42,429931,22.52949333190918,1,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,9.769009590148926 +1988,25,0,other external,21-24 yrs,44,429931,22.52949333190918,1,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,10.234200477600098 +1988,25,0,internal,21-24 yrs,110,429931,22.52949333190918,1,0.08960270136594772,1.2899999618530273,0.5,1.0700000524520874,2.859999895095825,25.585500717163086 +1989,25,0,MVA,15-17 yrs,43,224757,16.054534912109375,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,19.131772994995117 +1989,25,0,suicide,15-17 yrs,10,224757,16.054534912109375,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,4.449249744415283 +1989,25,0,homicide,15-17 yrs,15,224757,16.054534912109375,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,6.673874378204346 +1989,25,0,other external,15-17 yrs,15,224757,16.054534912109375,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,6.673874378204346 +1989,25,0,internal,15-17 yrs,33,224757,16.054534912109375,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,14.682523727416992 +1989,25,0,all,18-20 yrs,223,311088,19.021398544311523,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,71.68389892578125 +1989,25,0,MVA,18-20 yrs,90,311088,19.021398544311523,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,28.930721282958984 +1989,25,0,suicide,18-20 yrs,30,311088,19.021398544311523,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,9.643573760986328 +1989,25,0,homicide,18-20 yrs,20,311088,19.021398544311523,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,6.429049015045166 +1989,25,0,other external,18-20 yrs,19,311088,19.021398544311523,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,6.107596397399902 +1989,25,0,internal,18-20 yrs,64,311088,19.021398544311523,0,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,20.572956085205078 +1989,25,0,all,21-24 yrs,321,419170,22.524768829345703,1,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,76.57991027832031 +1989,25,0,MVA,21-24 yrs,86,419170,22.524768829345703,1,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,20.516735076904297 +1989,25,0,suicide,21-24 yrs,39,419170,22.524768829345703,1,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,9.30410099029541 +1989,25,0,homicide,21-24 yrs,34,419170,22.524768829345703,1,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,8.11126708984375 +1989,25,0,other external,21-24 yrs,41,419170,22.524768829345703,1,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,9.7812347412109375 +1989,25,0,internal,21-24 yrs,121,419170,22.524768829345703,1,0.08548387140035629,1.2599999904632568,0.4699999988079071,1.0199999809265137,2.75,28.86656951904297 +1990,25,0,MVA,15-17 yrs,45,212826,16.03131103515625,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,21.144033432006836 +1990,25,0,suicide,15-17 yrs,7,212826,16.03131103515625,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,3.289071798324585 +1990,25,0,homicide,15-17 yrs,20,212826,16.03131103515625,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,9.397348403930664 +1990,25,0,other external,15-17 yrs,9,212826,16.03131103515625,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,4.228806495666504 +1990,25,0,internal,15-17 yrs,42,212826,16.03131103515625,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,19.73443031311035 +1990,25,0,all,18-20 yrs,205,300886,19.067787170410156,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,68.13211822509766 +1990,25,0,MVA,18-20 yrs,77,300886,19.067787170410156,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,25.591087341308594 +1990,25,0,suicide,18-20 yrs,26,300886,19.067787170410156,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,8.641146659851074 +1990,25,0,homicide,18-20 yrs,40,300886,19.067787170410156,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,13.294071197509766 +1990,25,0,other external,18-20 yrs,18,300886,19.067787170410156,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,5.982332229614258 +1990,25,0,internal,18-20 yrs,44,300886,19.067787170410156,0,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,14.623478889465332 +1990,25,0,all,21-24 yrs,281,409315,22.50937271118164,1,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,68.65128326416016 +1990,25,0,MVA,21-24 yrs,75,409315,22.50937271118164,1,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,18.32329559326172 +1990,25,0,suicide,21-24 yrs,46,409315,22.50937271118164,1,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,11.238287925720215 +1990,25,0,homicide,21-24 yrs,42,409315,22.50937271118164,1,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,10.261045455932617 +1990,25,0,other external,21-24 yrs,37,409315,22.50937271118164,1,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,9.0394926071167 +1990,25,0,internal,21-24 yrs,81,409315,22.50937271118164,1,0.08110176026821136,1.2200000286102295,0.44999998807907104,0.9700000286102295,2.630000114440918,19.789159774780273 +1991,25,0,MVA,15-17 yrs,28,206162,16.018203735351562,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,13.581552505493164 +1991,25,0,suicide,15-17 yrs,9,206162,16.018203735351562,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,4.365499019622803 +1991,25,0,homicide,15-17 yrs,17,206162,16.018203735351562,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,8.245942115783691 +1991,25,0,other external,15-17 yrs,8,206162,16.018203735351562,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,3.880443572998047 +1991,25,0,internal,15-17 yrs,25,206162,16.018203735351562,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,12.126385688781738 +1991,25,0,all,18-20 yrs,188,266954,19.116413116455078,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,70.42411804199219 +1991,25,0,MVA,18-20 yrs,73,266954,19.116413116455078,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,27.345535278320312 +1991,25,0,suicide,18-20 yrs,26,266954,19.116413116455078,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,9.739505767822266 +1991,25,0,homicide,18-20 yrs,37,266954,19.116413116455078,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,13.860065460205078 +1991,25,0,other external,18-20 yrs,15,266954,19.116413116455078,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,5.618945598602295 +1991,25,0,internal,18-20 yrs,37,266954,19.116413116455078,0,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,13.860065460205078 +1991,25,0,all,21-24 yrs,281,400819,22.489299774169922,1,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,70.10646057128906 +1991,25,0,MVA,21-24 yrs,68,400819,22.489299774169922,1,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,16.96526336669922 +1991,25,0,suicide,21-24 yrs,32,400819,22.489299774169922,1,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,7.983653545379639 +1991,25,0,homicide,21-24 yrs,45,400819,22.489299774169922,1,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,11.227012634277344 +1991,25,0,other external,21-24 yrs,33,400819,22.489299774169922,1,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,8.233142852783203 +1991,25,0,internal,21-24 yrs,103,400819,22.489299774169922,1,0.07782672345638275,1.190000057220459,0.4300000071525574,0.8700000047683716,2.490000009536743,25.697383880615234 +1992,25,0,MVA,15-17 yrs,31,204563,16.007678985595703,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,15.154255867004395 +1992,25,0,suicide,15-17 yrs,10,204563,16.007678985595703,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,4.888469696044922 +1992,25,0,homicide,15-17 yrs,15,204563,16.007678985595703,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,7.332704544067383 +1992,25,0,other external,15-17 yrs,7,204563,16.007678985595703,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,3.421928644180298 +1992,25,0,internal,15-17 yrs,30,204563,16.007678985595703,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,14.665409088134766 +1992,25,0,all,18-20 yrs,119,234026,19.087589263916016,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,50.84905242919922 +1992,25,0,MVA,18-20 yrs,36,234026,19.087589263916016,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,15.382905960083008 +1992,25,0,suicide,18-20 yrs,16,234026,19.087589263916016,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,6.836847305297852 +1992,25,0,homicide,18-20 yrs,28,234026,19.087589263916016,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,11.964482307434082 +1992,25,0,other external,18-20 yrs,11,234026,19.087589263916016,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,4.7003326416015625 +1992,25,0,internal,18-20 yrs,28,234026,19.087589263916016,0,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,11.964482307434082 +1992,25,0,all,21-24 yrs,258,397280,22.48894500732422,1,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,64.94160461425781 +1992,25,0,MVA,21-24 yrs,58,397280,22.48894500732422,1,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,14.599274635314941 +1992,25,0,suicide,21-24 yrs,54,397280,22.48894500732422,1,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,13.592428207397461 +1992,25,0,homicide,21-24 yrs,41,397280,22.48894500732422,1,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,10.32017707824707 +1992,25,0,other external,21-24 yrs,32,397280,22.48894500732422,1,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,8.05477237701416 +1992,25,0,internal,21-24 yrs,73,397280,22.48894500732422,1,0.07555238157510757,1.1200000047683716,0.4399999976158142,0.8199999928474426,2.380000114440918,18.374950408935547 +1993,25,0,MVA,15-17 yrs,29,205602,15.989946365356445,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,14.104921340942383 +1993,25,0,suicide,15-17 yrs,8,205602,15.989946365356445,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,3.891012668609619 +1993,25,0,homicide,15-17 yrs,20,205602,15.989946365356445,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,9.727531433105469 +1993,25,0,other external,15-17 yrs,15,205602,15.989946365356445,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,7.29564905166626 +1993,25,0,internal,15-17 yrs,34,205602,15.989946365356445,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,16.53680419921875 +1993,25,0,all,18-20 yrs,141,216089,19.032894134521484,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,65.25089263916016 +1993,25,0,MVA,18-20 yrs,42,216089,19.032894134521484,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,19.43643569946289 +1993,25,0,suicide,18-20 yrs,23,216089,19.032894134521484,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,10.643762588500977 +1993,25,0,homicide,18-20 yrs,24,216089,19.032894134521484,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,11.106534957885742 +1993,25,0,other external,18-20 yrs,15,216089,19.032894134521484,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,6.94158411026001 +1993,25,0,internal,18-20 yrs,37,216089,19.032894134521484,0,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,17.122573852539062 +1993,25,0,all,21-24 yrs,210,383271,22.550796508789062,1,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,54.79151916503906 +1993,25,0,MVA,21-24 yrs,51,383271,22.550796508789062,1,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,13.306511878967285 +1993,25,0,suicide,21-24 yrs,28,383271,22.550796508789062,1,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,7.305535793304443 +1993,25,0,homicide,21-24 yrs,33,383271,22.550796508789062,1,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,8.610095977783203 +1993,25,0,other external,21-24 yrs,40,383271,22.550796508789062,1,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,10.436479568481445 +1993,25,0,internal,21-24 yrs,58,383271,22.550796508789062,1,0.07335639744997025,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,15.132895469665527 +1994,25,0,MVA,15-17 yrs,26,210902,15.987628936767578,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,12.328001022338867 +1994,25,0,suicide,15-17 yrs,12,210902,15.987628936767578,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,5.689846515655518 +1994,25,0,homicide,15-17 yrs,19,210902,15.987628936767578,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,9.008923530578613 +1994,25,0,other external,15-17 yrs,11,210902,15.987628936767578,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,5.215692520141602 +1994,25,0,internal,15-17 yrs,32,210902,15.987628936767578,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,15.172924041748047 +1994,25,0,all,18-20 yrs,138,210258,19.026439666748047,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,65.63365173339844 +1994,25,0,MVA,18-20 yrs,40,210258,19.026439666748047,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,19.024246215820312 +1994,25,0,suicide,18-20 yrs,19,210258,19.026439666748047,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,9.036517143249512 +1994,25,0,homicide,18-20 yrs,33,210258,19.026439666748047,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,15.695003509521484 +1994,25,0,other external,18-20 yrs,16,210258,19.026439666748047,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,7.60969877243042 +1994,25,0,internal,18-20 yrs,30,210258,19.026439666748047,0,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,14.268184661865234 +1994,25,0,all,21-24 yrs,238,357088,22.630752563476562,1,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,66.650238037109375 +1994,25,0,MVA,21-24 yrs,49,357088,22.630752563476562,1,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,13.722107887268066 +1994,25,0,suicide,21-24 yrs,34,357088,22.630752563476562,1,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,9.521462440490723 +1994,25,0,homicide,21-24 yrs,38,357088,22.630752563476562,1,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,10.641634941101074 +1994,25,0,other external,21-24 yrs,32,357088,22.630752563476562,1,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,8.961376190185547 +1994,25,0,internal,21-24 yrs,85,357088,22.630752563476562,1,0.0715249702334404,1.1399999856948853,0.4399999976158142,0.800000011920929,2.380000114440918,23.80365562438965 +1995,25,0,MVA,15-17 yrs,31,216844,15.980345726013184,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,14.295991897583008 +1995,25,0,suicide,15-17 yrs,13,216844,15.980345726013184,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,5.99509334564209 +1995,25,0,homicide,15-17 yrs,16,216844,15.980345726013184,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,7.378576278686523 +1995,25,0,other external,15-17 yrs,6,216844,15.980345726013184,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,2.7669661045074463 +1995,25,0,internal,15-17 yrs,35,216844,15.980345726013184,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,16.140636444091797 +1995,25,0,all,18-20 yrs,128,210879,19.017108917236328,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,60.69831466674805 +1995,25,0,MVA,18-20 yrs,24,210879,19.017108917236328,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,11.38093376159668 +1995,25,0,suicide,18-20 yrs,21,210879,19.017108917236328,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,9.958317756652832 +1995,25,0,homicide,18-20 yrs,27,210879,19.017108917236328,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,12.803550720214844 +1995,25,0,other external,18-20 yrs,17,210879,19.017108917236328,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,8.061494827270508 +1995,25,0,internal,18-20 yrs,39,210879,19.017108917236328,0,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,18.4940185546875 +1995,25,0,all,21-24 yrs,223,327723,22.651037216186523,1,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,68.04527282714844 +1995,25,0,MVA,21-24 yrs,45,327723,22.651037216186523,1,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,13.731108665466309 +1995,25,0,suicide,21-24 yrs,39,327723,22.651037216186523,1,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,11.900294303894043 +1995,25,0,homicide,21-24 yrs,30,327723,22.651037216186523,1,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,9.154071807861328 +1995,25,0,other external,21-24 yrs,26,327723,22.651037216186523,1,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,7.933529376983643 +1995,25,0,internal,21-24 yrs,83,327723,22.651037216186523,1,0.06955380737781525,1.1299999952316284,0.4399999976158142,0.7799999713897705,2.3499999046325684,25.32626724243164 +1996,25,0,MVA,15-17 yrs,23,222082,15.991971015930176,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,10.356534957885742 +1996,25,0,suicide,15-17 yrs,12,222082,15.991971015930176,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,5.403409481048584 +1996,25,0,homicide,15-17 yrs,10,222082,15.991971015930176,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,4.502841472625732 +1996,25,0,other external,15-17 yrs,8,222082,15.991971015930176,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,3.6022729873657227 +1996,25,0,internal,15-17 yrs,30,222082,15.991971015930176,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,13.508523941040039 +1996,25,0,all,18-20 yrs,168,211964,19.003684997558594,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,79.25874328613281 +1996,25,0,MVA,18-20 yrs,49,211964,19.003684997558594,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,23.11713218688965 +1996,25,0,suicide,18-20 yrs,23,211964,19.003684997558594,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,10.850898742675781 +1996,25,0,homicide,18-20 yrs,34,211964,19.003684997558594,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,16.04046058654785 +1996,25,0,other external,18-20 yrs,20,211964,19.003684997558594,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,9.435564994812012 +1996,25,0,internal,18-20 yrs,42,211964,19.003684997558594,0,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,19.814685821533203 +1996,25,0,all,21-24 yrs,179,299158,22.584243774414062,1,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,59.83460235595703 +1996,25,0,MVA,21-24 yrs,41,299158,22.584243774414062,1,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,13.705132484436035 +1996,25,0,suicide,21-24 yrs,21,299158,22.584243774414062,1,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,7.019701957702637 +1996,25,0,homicide,21-24 yrs,27,299158,22.584243774414062,1,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,9.025331497192383 +1996,25,0,other external,21-24 yrs,20,299158,22.584243774414062,1,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,6.685430526733398 +1996,25,0,internal,21-24 yrs,70,299158,22.584243774414062,1,0.06755895912647247,1.1100000143051147,0.47999998927116394,0.7699999809265137,2.3499999046325684,23.399005889892578 +1970,26,0,MVA,15-17 yrs,160,544526,15.976740837097168,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,29.38335418701172 +1970,26,0,suicide,15-17 yrs,30,544526,15.976740837097168,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,5.509378910064697 +1970,26,0,homicide,15-17 yrs,35,544526,15.976740837097168,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,6.427608489990234 +1970,26,0,other external,15-17 yrs,89,544526,15.976740837097168,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,16.34449005126953 +1970,26,0,internal,15-17 yrs,122,544526,15.976740837097168,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,22.404808044433594 +1970,26,0,all,18-20 yrs,635,476588,18.947208404541016,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,133.23876953125 +1970,26,0,MVA,18-20 yrs,230,476588,18.947208404541016,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,48.25971221923828 +1970,26,0,suicide,18-20 yrs,46,476588,18.947208404541016,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,9.651942253112793 +1970,26,0,homicide,18-20 yrs,100,476588,18.947208404541016,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,20.98248291015625 +1970,26,0,other external,18-20 yrs,79,476588,18.947208404541016,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,16.576162338256836 +1970,26,0,internal,18-20 yrs,180,476588,18.947208404541016,0,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,37.768470764160156 +1970,26,0,all,21-24 yrs,834,556086,22.42807960510254,1,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,149.976806640625 +1970,26,0,MVA,21-24 yrs,290,556086,22.42807960510254,1,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,52.15020751953125 +1970,26,0,suicide,21-24 yrs,73,556086,22.42807960510254,1,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,13.127466201782227 +1970,26,0,homicide,21-24 yrs,106,556086,22.42807960510254,1,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,19.061800003051758 +1970,26,0,other external,21-24 yrs,101,556086,22.42807960510254,1,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,18.16265869140625 +1970,26,0,internal,21-24 yrs,264,556086,22.42807960510254,1,0.5154639482498169,1.3700000047683716,0.23999999463558197,1.0700000524520874,2.680000066757202,47.47467041015625 +1971,26,0,MVA,15-17 yrs,189,558080,15.982193946838379,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,33.866111755371094 +1971,26,0,suicide,15-17 yrs,24,558080,15.982193946838379,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,4.300458908081055 +1971,26,0,homicide,15-17 yrs,55,558080,15.982193946838379,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,9.855217933654785 +1971,26,0,other external,15-17 yrs,89,558080,15.982193946838379,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,15.947534561157227 +1971,26,0,internal,15-17 yrs,155,558080,15.982193946838379,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,27.77379608154297 +1971,26,0,all,18-20 yrs,657,503159,18.971900939941406,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,130.5750274658203 +1971,26,0,MVA,18-20 yrs,249,503159,18.971900939941406,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,49.48733901977539 +1971,26,0,suicide,18-20 yrs,45,503159,18.971900939941406,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,8.94349479675293 +1971,26,0,homicide,18-20 yrs,100,503159,18.971900939941406,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,19.874433517456055 +1971,26,0,other external,18-20 yrs,83,503159,18.971900939941406,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,16.495779037475586 +1971,26,0,internal,18-20 yrs,180,503159,18.971900939941406,0,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,35.77397918701172 +1971,26,0,all,21-24 yrs,923,607596,22.553302764892578,1,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,151.91015625 +1971,26,0,MVA,21-24 yrs,289,607596,22.553302764892578,1,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,47.56449890136719 +1971,26,0,suicide,21-24 yrs,93,607596,22.553302764892578,1,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,15.306222915649414 +1971,26,0,homicide,21-24 yrs,153,607596,22.553302764892578,1,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,25.18120574951172 +1971,26,0,other external,21-24 yrs,103,607596,22.553302764892578,1,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,16.95205307006836 +1971,26,0,internal,21-24 yrs,285,607596,22.553302764892578,1,0.4938271641731262,1.350000023841858,0.2800000011920929,1.059999942779541,2.690000057220459,46.906166076660156 +1972,26,1,MVA,15-17 yrs,188,570756,15.975553512573242,0,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,32.93877029418945 +1972,26,1,suicide,15-17 yrs,38,570756,15.975553512573242,0,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,6.657836437225342 +1972,26,1,homicide,15-17 yrs,46,570756,15.975553512573242,0,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,8.059486389160156 +1972,26,1,other external,15-17 yrs,106,570756,15.975553512573242,0,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,18.57185935974121 +1972,26,1,internal,15-17 yrs,90,570756,15.975553512573242,0,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,15.768559455871582 +1972,26,1,all,18-20 yrs,798,520287,18.981861114501953,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,153.37689208984375 +1972,26,1,MVA,18-20 yrs,336,520287,18.981861114501953,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,64.579742431640625 +1972,26,1,suicide,18-20 yrs,60,520287,18.981861114501953,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,11.532096862792969 +1972,26,1,homicide,18-20 yrs,86,520287,18.981861114501953,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,16.529338836669922 +1972,26,1,other external,18-20 yrs,96,520287,18.981861114501953,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,18.45135498046875 +1972,26,1,internal,18-20 yrs,220,520287,18.981861114501953,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,42.28435516357422 +1972,26,1,all,21-24 yrs,986,609601,22.49683952331543,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,161.74514770507812 +1972,26,1,MVA,21-24 yrs,260,609601,22.49683952331543,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,42.650848388671875 +1972,26,1,suicide,21-24 yrs,104,609601,22.49683952331543,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,17.060338973999023 +1972,26,1,homicide,21-24 yrs,208,609601,22.49683952331543,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,34.12067794799805 +1972,26,1,other external,21-24 yrs,136,609601,22.49683952331543,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,22.309675216674805 +1972,26,1,internal,21-24 yrs,278,609601,22.49683952331543,1,0.4784689247608185,1.3700000047683716,0.27000001072883606,1.059999942779541,2.700000047683716,45.603599548339844 +1973,26,1,MVA,15-17 yrs,186,581358,15.981640815734863,0,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,31.994054794311523 +1973,26,1,suicide,15-17 yrs,33,581358,15.981640815734863,0,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,5.676364421844482 +1973,26,1,homicide,15-17 yrs,39,581358,15.981640815734863,0,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,6.708430767059326 +1973,26,1,other external,15-17 yrs,116,581358,15.981640815734863,0,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,19.95328140258789 +1973,26,1,internal,15-17 yrs,142,581358,15.981640815734863,0,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,24.425569534301758 +1973,26,1,all,18-20 yrs,826,531811,18.984643936157227,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,155.31834411621094 +1973,26,1,MVA,18-20 yrs,289,531811,18.984643936157227,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,54.342613220214844 +1973,26,1,suicide,18-20 yrs,70,531811,18.984643936157227,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,13.16257095336914 +1973,26,1,homicide,18-20 yrs,106,531811,18.984643936157227,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,19.93189239501953 +1973,26,1,other external,18-20 yrs,144,531811,18.984643936157227,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,27.077289581298828 +1973,26,1,internal,18-20 yrs,217,531811,18.984643936157227,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,40.80397033691406 +1973,26,1,all,21-24 yrs,963,623469,22.471942901611328,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,154.45835876464844 +1973,26,1,MVA,21-24 yrs,262,623469,22.471942901611328,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,42.0229377746582 +1973,26,1,suicide,21-24 yrs,118,623469,22.471942901611328,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,18.926361083984375 +1973,26,1,homicide,21-24 yrs,180,623469,22.471942901611328,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,28.8707218170166 +1973,26,1,other external,21-24 yrs,154,623469,22.471942901611328,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,24.70050621032715 +1973,26,1,internal,21-24 yrs,249,623469,22.471942901611328,1,0.45045045018196106,1.409999966621399,0.2800000011920929,1.0399999618530273,2.7300000190734863,39.93783187866211 +1974,26,1,MVA,15-17 yrs,217,586029,15.999245643615723,0,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,37.02888488769531 +1974,26,1,suicide,15-17 yrs,42,586029,15.999245643615723,0,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,7.1668806076049805 +1974,26,1,homicide,15-17 yrs,46,586029,15.999245643615723,0,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,7.849441051483154 +1974,26,1,other external,15-17 yrs,107,586029,15.999245643615723,0,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,18.258481979370117 +1974,26,1,internal,15-17 yrs,103,586029,15.999245643615723,0,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,17.5759220123291 +1974,26,1,all,18-20 yrs,766,543737,18.99169921875,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,140.87693786621094 +1974,26,1,MVA,18-20 yrs,267,543737,18.99169921875,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,49.10462188720703 +1974,26,1,suicide,18-20 yrs,69,543737,18.99169921875,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,12.689958572387695 +1974,26,1,homicide,18-20 yrs,130,543737,18.99169921875,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,23.90861701965332 +1974,26,1,other external,18-20 yrs,135,543737,18.99169921875,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,24.82818031311035 +1974,26,1,internal,18-20 yrs,165,543737,18.99169921875,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,30.345552444458008 +1974,26,1,all,21-24 yrs,977,637907,22.460243225097656,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,153.15711975097656 +1974,26,1,MVA,21-24 yrs,228,637907,22.460243225097656,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,35.741886138916016 +1974,26,1,suicide,21-24 yrs,111,637907,22.460243225097656,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,17.40065574645996 +1974,26,1,homicide,21-24 yrs,209,637907,22.460243225097656,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,32.763397216796875 +1974,26,1,other external,21-24 yrs,146,637907,22.460243225097656,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,22.887348175048828 +1974,26,1,internal,21-24 yrs,283,637907,22.460243225097656,1,0.40567952394485474,1.399999976158142,0.2800000011920929,1.0499999523162842,2.740000009536743,44.363834381103516 +1975,26,1,MVA,15-17 yrs,177,577164,16.006656646728516,0,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,30.667192459106445 +1975,26,1,suicide,15-17 yrs,40,577164,16.006656646728516,0,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,6.930438995361328 +1975,26,1,homicide,15-17 yrs,62,577164,16.006656646728516,0,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,10.742180824279785 +1975,26,1,other external,15-17 yrs,98,577164,16.006656646728516,0,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,16.979576110839844 +1975,26,1,internal,15-17 yrs,115,577164,16.006656646728516,0,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,19.925012588500977 +1975,26,1,all,18-20 yrs,764,553499,18.984601974487305,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,138.0309600830078 +1975,26,1,MVA,18-20 yrs,282,553499,18.984601974487305,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,50.94860076904297 +1975,26,1,suicide,18-20 yrs,74,553499,18.984601974487305,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,13.369491577148438 +1975,26,1,homicide,18-20 yrs,89,553499,18.984601974487305,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,16.07952308654785 +1975,26,1,other external,18-20 yrs,132,553499,18.984601974487305,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,23.848281860351562 +1975,26,1,internal,18-20 yrs,187,553499,18.984601974487305,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,33.785064697265625 +1975,26,1,all,21-24 yrs,1072,656065,22.467391967773438,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,163.3984375 +1975,26,1,MVA,21-24 yrs,265,656065,22.467391967773438,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,40.392337799072266 +1975,26,1,suicide,21-24 yrs,125,656065,22.467391967773438,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,19.052989959716797 +1975,26,1,homicide,21-24 yrs,199,656065,22.467391967773438,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,30.332361221313477 +1975,26,1,other external,21-24 yrs,154,656065,22.467391967773438,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,23.473283767700195 +1975,26,1,internal,21-24 yrs,329,656065,22.467391967773438,1,0.371747225522995,1.4299999475479126,0.28999999165534973,1.0499999523162842,2.7699999809265137,50.14746856689453 +1976,26,1,MVA,15-17 yrs,195,571625,15.997565269470215,0,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,34.11327362060547 +1976,26,1,suicide,15-17 yrs,36,571625,15.997565269470215,0,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,6.297835350036621 +1976,26,1,homicide,15-17 yrs,52,571625,15.997565269470215,0,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,9.09687328338623 +1976,26,1,other external,15-17 yrs,65,571625,15.997565269470215,0,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,11.37109088897705 +1976,26,1,internal,15-17 yrs,97,571625,15.997565269470215,0,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,16.969167709350586 +1976,26,1,all,18-20 yrs,737,561056,18.99004364013672,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,131.35943603515625 +1976,26,1,MVA,18-20 yrs,295,561056,18.99004364013672,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,52.57942199707031 +1976,26,1,suicide,18-20 yrs,83,561056,18.99004364013672,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,14.793532371520996 +1976,26,1,homicide,18-20 yrs,94,561056,18.99004364013672,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,16.754119873046875 +1976,26,1,other external,18-20 yrs,113,561056,18.99004364013672,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,20.140592575073242 +1976,26,1,internal,18-20 yrs,152,561056,18.99004364013672,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,27.09177017211914 +1976,26,1,all,21-24 yrs,983,669680,22.470664978027344,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,146.78652954101562 +1976,26,1,MVA,21-24 yrs,274,669680,22.470664978027344,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,40.91506576538086 +1976,26,1,suicide,21-24 yrs,145,669680,22.470664978027344,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,21.652132034301758 +1976,26,1,homicide,21-24 yrs,175,669680,22.470664978027344,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,26.13188362121582 +1976,26,1,other external,21-24 yrs,124,669680,22.470664978027344,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,18.516305923461914 +1976,26,1,internal,21-24 yrs,265,669680,22.470664978027344,1,0.35149383544921875,1.4299999475479126,0.30000001192092896,1.059999942779541,2.7899999618530273,39.57114028930664 +1977,26,1,MVA,15-17 yrs,197,565412,16.0000057220459,0,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,34.84185028076172 +1977,26,1,suicide,15-17 yrs,50,565412,16.0000057220459,0,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,8.843109130859375 +1977,26,1,homicide,15-17 yrs,33,565412,16.0000057220459,0,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,5.836452007293701 +1977,26,1,other external,15-17 yrs,71,565412,16.0000057220459,0,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,12.557214736938477 +1977,26,1,internal,15-17 yrs,94,565412,16.0000057220459,0,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,16.625045776367188 +1977,26,1,all,18-20 yrs,713,564797,19.008214950561523,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,126.24004364013672 +1977,26,1,MVA,18-20 yrs,323,564797,19.008214950561523,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,57.188690185546875 +1977,26,1,suicide,18-20 yrs,78,564797,19.008214950561523,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,13.810271263122559 +1977,26,1,homicide,18-20 yrs,91,564797,19.008214950561523,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,16.111984252929688 +1977,26,1,other external,18-20 yrs,87,564797,19.008214950561523,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,15.403764724731445 +1977,26,1,internal,18-20 yrs,134,564797,19.008214950561523,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,23.725337982177734 +1977,26,1,all,21-24 yrs,844,681936,22.47255516052246,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,123.7652816772461 +1977,26,1,MVA,21-24 yrs,244,681936,22.47255516052246,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,35.78048324584961 +1977,26,1,suicide,21-24 yrs,128,681936,22.47255516052246,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,18.770090103149414 +1977,26,1,homicide,21-24 yrs,140,681936,22.47255516052246,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,20.52978515625 +1977,26,1,other external,21-24 yrs,123,681936,22.47255516052246,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,18.036882400512695 +1977,26,1,internal,21-24 yrs,209,681936,22.47255516052246,1,0.33003300428390503,1.4500000476837158,0.23999999463558197,1.0199999809265137,2.7100000381469727,30.64803695678711 +1978,26,0.9698629975318909,MVA,15-17 yrs,184,559750,16.013587951660156,0,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,32.87181854248047 +1978,26,0.9698629975318909,suicide,15-17 yrs,37,559750,16.013587951660156,0,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,6.610093593597412 +1978,26,0.9698629975318909,homicide,15-17 yrs,50,559750,16.013587951660156,0,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,8.9325590133667 +1978,26,0.9698629975318909,other external,15-17 yrs,69,559750,16.013587951660156,0,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,12.326931953430176 +1978,26,0.9698629975318909,internal,15-17 yrs,107,559750,16.013587951660156,0,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,19.115676879882812 +1978,26,0.9698629975318909,all,18-20 yrs,674,557771,19.014747619628906,0.9698629975318909,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,120.83811950683594 +1978,26,0.9698629975318909,MVA,18-20 yrs,269,557771,19.014747619628906,0.9698629975318909,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,48.22767639160156 +1978,26,0.9698629975318909,suicide,18-20 yrs,86,557771,19.014747619628906,0.9698629975318909,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,15.418514251708984 +1978,26,0.9698629975318909,homicide,18-20 yrs,71,557771,19.014747619628906,0.9698629975318909,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,12.729238510131836 +1978,26,0.9698629975318909,other external,18-20 yrs,101,557771,19.014747619628906,0.9698629975318909,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,18.107789993286133 +1978,26,0.9698629975318909,internal,18-20 yrs,147,557771,19.014747619628906,0.9698629975318909,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,26.354902267456055 +1978,26,0.9698629975318909,all,21-24 yrs,911,698163,22.46852684020996,1,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,130.48529052734375 +1978,26,0.9698629975318909,MVA,21-24 yrs,294,698163,22.46852684020996,1,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,42.110511779785156 +1978,26,0.9698629975318909,suicide,21-24 yrs,138,698163,22.46852684020996,1,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,19.766157150268555 +1978,26,0.9698629975318909,homicide,21-24 yrs,137,698163,22.46852684020996,1,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,19.6229248046875 +1978,26,0.9698629975318909,other external,21-24 yrs,111,698163,22.46852684020996,1,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,15.898865699768066 +1978,26,0.9698629975318909,internal,21-24 yrs,231,698163,22.46852684020996,1,0.30674847960472107,1.4299999475479126,0.25,1.0499999523162842,2.740000009536743,33.086830139160156 +1979,26,0,MVA,15-17 yrs,184,549479,16.00739860534668,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,33.48626708984375 +1979,26,0,suicide,15-17 yrs,40,549479,16.00739860534668,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,7.279623031616211 +1979,26,0,homicide,15-17 yrs,41,549479,16.00739860534668,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,7.461613655090332 +1979,26,0,other external,15-17 yrs,55,549479,16.00739860534668,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,10.009481430053711 +1979,26,0,internal,15-17 yrs,106,549479,16.00739860534668,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,19.291000366210938 +1979,26,0,all,18-20 yrs,570,554076,19.00558090209961,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,102.87397766113281 +1979,26,0,MVA,18-20 yrs,241,554076,19.00558090209961,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,43.4958381652832 +1979,26,0,suicide,18-20 yrs,71,554076,19.00558090209961,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,12.814126968383789 +1979,26,0,homicide,18-20 yrs,63,554076,19.00558090209961,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,11.370281219482422 +1979,26,0,other external,18-20 yrs,88,554076,19.00558090209961,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,15.88229751586914 +1979,26,0,internal,18-20 yrs,107,554076,19.00558090209961,0,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,19.311429977416992 +1979,26,0,all,21-24 yrs,840,710076,22.47182846069336,1,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,118.29719543457031 +1979,26,0,MVA,21-24 yrs,250,710076,22.47182846069336,1,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,35.20750045776367 +1979,26,0,suicide,21-24 yrs,143,710076,22.47182846069336,1,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,20.138689041137695 +1979,26,0,homicide,21-24 yrs,131,710076,22.47182846069336,1,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,18.448728561401367 +1979,26,0,other external,21-24 yrs,112,710076,22.47182846069336,1,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,15.77295970916748 +1979,26,0,internal,21-24 yrs,204,710076,22.47182846069336,1,0.2754821181297302,1.3700000047683716,0.25,1.0299999713897705,2.6500000953674316,28.729318618774414 +1980,26,0,MVA,15-17 yrs,162,533996,16.01267433166504,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,30.337305068969727 +1980,26,0,suicide,15-17 yrs,33,533996,16.01267433166504,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,6.179821491241455 +1980,26,0,homicide,15-17 yrs,34,533996,16.01267433166504,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,6.367088794708252 +1980,26,0,other external,15-17 yrs,58,533996,16.01267433166504,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,10.861504554748535 +1980,26,0,internal,15-17 yrs,85,533996,16.01267433166504,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,15.917722702026367 +1980,26,0,all,18-20 yrs,535,543470,19.006940841674805,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,98.441497802734375 +1980,26,0,MVA,18-20 yrs,213,543470,19.006940841674805,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,39.192596435546875 +1980,26,0,suicide,18-20 yrs,64,543470,19.006940841674805,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,11.776179313659668 +1980,26,0,homicide,18-20 yrs,78,543470,19.006940841674805,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,14.352218627929688 +1980,26,0,other external,18-20 yrs,65,543470,19.006940841674805,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,11.960182189941406 +1980,26,0,internal,18-20 yrs,115,543470,19.006940841674805,0,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,21.160322189331055 +1980,26,0,all,21-24 yrs,859,710659,22.484960556030273,1,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,120.87372589111328 +1980,26,0,MVA,21-24 yrs,280,710659,22.484960556030273,1,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,39.40005111694336 +1980,26,0,suicide,21-24 yrs,109,710659,22.484960556030273,1,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,15.337876319885254 +1980,26,0,homicide,21-24 yrs,161,710659,22.484960556030273,1,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,22.655029296875 +1980,26,0,other external,21-24 yrs,102,710659,22.484960556030273,1,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,14.352875709533691 +1980,26,0,internal,21-24 yrs,207,710659,22.484960556030273,1,0.24271844327449799,1.340000033378601,0.2800000011920929,1.0299999713897705,2.6500000953674316,29.127893447875977 +1981,26,0,MVA,15-17 yrs,118,511944,16.0252685546875,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,23.049396514892578 +1981,26,0,suicide,15-17 yrs,27,511944,16.0252685546875,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,5.274014472961426 +1981,26,0,homicide,15-17 yrs,31,511944,16.0252685546875,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,6.055349826812744 +1981,26,0,other external,15-17 yrs,40,511944,16.0252685546875,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,7.8133544921875 +1981,26,0,internal,15-17 yrs,67,511944,16.0252685546875,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,13.087368965148926 +1981,26,0,all,18-20 yrs,480,530656,19.013139724731445,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,90.4540786743164 +1981,26,0,MVA,18-20 yrs,174,530656,19.013139724731445,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,32.78960418701172 +1981,26,0,suicide,18-20 yrs,63,530656,19.013139724731445,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,11.872097969055176 +1981,26,0,homicide,18-20 yrs,76,530656,19.013139724731445,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,14.321895599365234 +1981,26,0,other external,18-20 yrs,51,530656,19.013139724731445,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,9.610746383666992 +1981,26,0,internal,18-20 yrs,116,530656,19.013139724731445,0,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,21.8597354888916 +1981,26,0,all,21-24 yrs,725,701105,22.50847816467285,1,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,103.40818786621094 +1981,26,0,MVA,21-24 yrs,217,701105,22.50847816467285,1,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,30.951141357421875 +1981,26,0,suicide,21-24 yrs,116,701105,22.50847816467285,1,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,16.545310974121094 +1981,26,0,homicide,21-24 yrs,113,701105,22.50847816467285,1,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,16.117414474487305 +1981,26,0,other external,21-24 yrs,84,701105,22.50847816467285,1,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,11.981086730957031 +1981,26,0,internal,21-24 yrs,195,701105,22.50847816467285,1,0.22002200782299042,1.340000033378601,0.28999999165534973,1,2.630000114440918,27.8132381439209 +1982,26,0,MVA,15-17 yrs,94,484871,16.01796531677246,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,19.386600494384766 +1982,26,0,suicide,15-17 yrs,24,484871,16.01796531677246,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,4.949769973754883 +1982,26,0,homicide,15-17 yrs,35,484871,16.01796531677246,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,7.218414783477783 +1982,26,0,other external,15-17 yrs,35,484871,16.01796531677246,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,7.218414783477783 +1982,26,0,internal,15-17 yrs,77,484871,16.01796531677246,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,15.880512237548828 +1982,26,0,all,18-20 yrs,497,515521,19.007797241210938,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,96.4073257446289 +1982,26,0,MVA,18-20 yrs,188,515521,19.007797241210938,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,36.467960357666016 +1982,26,0,suicide,18-20 yrs,80,515521,19.007797241210938,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,15.518281936645508 +1982,26,0,homicide,18-20 yrs,57,515521,19.007797241210938,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,11.05677604675293 +1982,26,0,other external,18-20 yrs,67,515521,19.007797241210938,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,12.996561050415039 +1982,26,0,internal,18-20 yrs,105,515521,19.007797241210938,0,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,20.36774444580078 +1982,26,0,all,21-24 yrs,656,683599,22.506418228149414,1,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,95.96269226074219 +1982,26,0,MVA,21-24 yrs,171,683599,22.506418228149414,1,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,25.014665603637695 +1982,26,0,suicide,21-24 yrs,99,683599,22.506418228149414,1,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,14.48217487335205 +1982,26,0,homicide,21-24 yrs,125,683599,22.506418228149414,1,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,18.285573959350586 +1982,26,0,other external,21-24 yrs,74,683599,22.506418228149414,1,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,10.82505989074707 +1982,26,0,internal,21-24 yrs,187,683599,22.506418228149414,1,0.20725388824939728,1.350000023841858,0.38999998569488525,0.9800000190734863,2.7200000286102295,27.3552188873291 +1983,26,0,MVA,15-17 yrs,111,464060,16.009286880493164,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,23.919321060180664 +1983,26,0,suicide,15-17 yrs,36,464060,16.009286880493164,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,7.757617473602295 +1983,26,0,homicide,15-17 yrs,48,464060,16.009286880493164,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,10.343489646911621 +1983,26,0,other external,15-17 yrs,34,464060,16.009286880493164,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,7.326638698577881 +1983,26,0,internal,15-17 yrs,74,464060,16.009286880493164,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,15.946213722229004 +1983,26,0,all,18-20 yrs,476,498427,19.017919540405273,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,95.50044250488281 +1983,26,0,MVA,18-20 yrs,169,498427,19.017919540405273,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,33.90666961669922 +1983,26,0,suicide,18-20 yrs,51,498427,19.017919540405273,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,10.232190132141113 +1983,26,0,homicide,18-20 yrs,85,498427,19.017919540405273,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,17.05364990234375 +1983,26,0,other external,18-20 yrs,67,498427,19.017919540405273,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,13.442289352416992 +1983,26,0,internal,18-20 yrs,104,498427,19.017919540405273,0,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,20.865642547607422 +1983,26,0,all,21-24 yrs,683,665015,22.504581451416016,1,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,102.70445251464844 +1983,26,0,MVA,21-24 yrs,187,665015,22.504581451416016,1,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,28.119667053222656 +1983,26,0,suicide,21-24 yrs,123,665015,22.504581451416016,1,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,18.49582290649414 +1983,26,0,homicide,21-24 yrs,122,665015,22.504581451416016,1,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,18.34545135498047 +1983,26,0,other external,21-24 yrs,78,665015,22.504581451416016,1,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,11.729059219360352 +1983,26,0,internal,21-24 yrs,173,665015,22.504581451416016,1,0.2008032202720642,1.350000023841858,0.2800000011920929,0.9700000286102295,2.5999999046325684,26.014450073242188 +1984,26,0,MVA,15-17 yrs,121,456940,16.001115798950195,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,26.480501174926758 +1984,26,0,suicide,15-17 yrs,40,456940,16.001115798950195,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,8.753884315490723 +1984,26,0,homicide,15-17 yrs,33,456940,16.001115798950195,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,7.221954822540283 +1984,26,0,other external,15-17 yrs,35,456940,16.001115798950195,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,7.659648895263672 +1984,26,0,internal,15-17 yrs,66,456940,16.001115798950195,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,14.443909645080566 +1984,26,0,all,18-20 yrs,468,480806,19.032556533813477,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,97.33655548095703 +1984,26,0,MVA,18-20 yrs,176,480806,19.032556533813477,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,36.605201721191406 +1984,26,0,suicide,18-20 yrs,60,480806,19.032556533813477,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,12.479045867919922 +1984,26,0,homicide,18-20 yrs,87,480806,19.032556533813477,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,18.094615936279297 +1984,26,0,other external,18-20 yrs,41,480806,19.032556533813477,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,8.527347564697266 +1984,26,0,internal,18-20 yrs,104,480806,19.032556533813477,0,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,21.630346298217773 +1984,26,0,all,21-24 yrs,676,652571,22.50289535522461,1,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,103.59026336669922 +1984,26,0,MVA,21-24 yrs,197,652571,22.50289535522461,1,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,30.18828582763672 +1984,26,0,suicide,21-24 yrs,109,652571,22.50289535522461,1,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,16.703163146972656 +1984,26,0,homicide,21-24 yrs,125,652571,22.50289535522461,1,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,19.155004501342773 +1984,26,0,other external,21-24 yrs,70,652571,22.50289535522461,1,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,10.726801872253418 +1984,26,0,internal,21-24 yrs,175,652571,22.50289535522461,1,0.1924927830696106,1.3200000524520874,0.3100000023841858,0.9700000286102295,2.5999999046325684,26.817005157470703 +1985,26,0,MVA,15-17 yrs,108,457960,15.98704719543457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,23.58284568786621 +1985,26,0,suicide,15-17 yrs,40,457960,15.98704719543457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,8.734387397766113 +1985,26,0,homicide,15-17 yrs,58,457960,15.98704719543457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,12.664861679077148 +1985,26,0,other external,15-17 yrs,42,457960,15.98704719543457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,9.171106338500977 +1985,26,0,internal,15-17 yrs,81,457960,15.98704719543457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,17.6871337890625 +1985,26,0,all,18-20 yrs,475,462132,19.02366828918457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,102.78448486328125 +1985,26,0,MVA,18-20 yrs,173,462132,19.02366828918457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,37.4351921081543 +1985,26,0,suicide,18-20 yrs,72,462132,19.02366828918457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,15.579964637756348 +1985,26,0,homicide,18-20 yrs,107,462132,19.02366828918457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,23.1535587310791 +1985,26,0,other external,18-20 yrs,46,462132,19.02366828918457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,9.953866004943848 +1985,26,0,internal,18-20 yrs,77,462132,19.02366828918457,0,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,16.66190528869629 +1985,26,0,all,21-24 yrs,672,644811,22.50504493713379,1,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,104.21658325195312 +1985,26,0,MVA,21-24 yrs,193,644811,22.50504493713379,1,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,29.931251525878906 +1985,26,0,suicide,21-24 yrs,89,644811,22.50504493713379,1,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,13.802494049072266 +1985,26,0,homicide,21-24 yrs,135,644811,22.50504493713379,1,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,20.93636703491211 +1985,26,0,other external,21-24 yrs,79,644811,22.50504493713379,1,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,12.251651763916016 +1985,26,0,internal,21-24 yrs,176,644811,22.50504493713379,1,0.1858736127614975,1.2999999523162842,0.3199999928474426,0.949999988079071,2.5799999237060547,27.294818878173828 +1986,26,0,MVA,15-17 yrs,148,466047,15.987018585205078,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,31.756454467773438 +1986,26,0,suicide,15-17 yrs,45,466047,15.987018585205078,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,9.655678749084473 +1986,26,0,homicide,15-17 yrs,68,466047,15.987018585205078,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,14.590803146362305 +1986,26,0,other external,15-17 yrs,35,466047,15.987018585205078,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,7.509972095489502 +1986,26,0,internal,15-17 yrs,75,466047,15.987018585205078,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,16.092798233032227 +1986,26,0,all,18-20 yrs,488,449387,19.014245986938477,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,108.59236907958984 +1986,26,0,MVA,18-20 yrs,187,449387,19.014245986938477,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,41.612239837646484 +1986,26,0,suicide,18-20 yrs,58,449387,19.014245986938477,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,12.90647029876709 +1986,26,0,homicide,18-20 yrs,106,449387,19.014245986938477,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,23.58768653869629 +1986,26,0,other external,18-20 yrs,48,449387,19.014245986938477,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,10.681217193603516 +1986,26,0,internal,18-20 yrs,89,449387,19.014245986938477,0,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,19.80475616455078 +1986,26,0,all,21-24 yrs,707,632098,22.511646270751953,1,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,111.84974670410156 +1986,26,0,MVA,21-24 yrs,200,632098,22.511646270751953,1,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,31.640663146972656 +1986,26,0,suicide,21-24 yrs,90,632098,22.511646270751953,1,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,14.238298416137695 +1986,26,0,homicide,21-24 yrs,166,632098,22.511646270751953,1,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,26.261751174926758 +1986,26,0,other external,21-24 yrs,79,632098,22.511646270751953,1,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,12.498062133789062 +1986,26,0,internal,21-24 yrs,172,632098,22.511646270751953,1,0.18248175084590912,1.3300000429153442,0.33000001311302185,0.8999999761581421,2.559999942779541,27.210969924926758 +1987,26,0,MVA,15-17 yrs,137,458111,16.02957534790039,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,29.90541648864746 +1987,26,0,suicide,15-17 yrs,40,458111,16.02957534790039,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,8.731508255004883 +1987,26,0,homicide,15-17 yrs,77,458111,16.02957534790039,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,16.80815315246582 +1987,26,0,other external,15-17 yrs,29,458111,16.02957534790039,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,6.330343723297119 +1987,26,0,internal,15-17 yrs,84,458111,16.02957534790039,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,18.33616828918457 +1987,26,0,all,18-20 yrs,515,446311,19.00412940979004,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,115.39038848876953 +1987,26,0,MVA,18-20 yrs,173,446311,19.00412940979004,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,38.76220703125 +1987,26,0,suicide,18-20 yrs,74,446311,19.00412940979004,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,16.580366134643555 +1987,26,0,homicide,18-20 yrs,138,446311,19.00412940979004,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,30.920143127441406 +1987,26,0,other external,18-20 yrs,42,446311,19.00412940979004,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,9.410478591918945 +1987,26,0,internal,18-20 yrs,88,446311,19.00412940979004,0,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,19.717193603515625 +1987,26,0,all,21-24 yrs,665,613512,22.527263641357422,1,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,108.39234161376953 +1987,26,0,MVA,21-24 yrs,187,613512,22.527263641357422,1,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,30.48025131225586 +1987,26,0,suicide,21-24 yrs,89,613512,22.527263641357422,1,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,14.506643295288086 +1987,26,0,homicide,21-24 yrs,148,613512,22.527263641357422,1,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,24.1234073638916 +1987,26,0,other external,21-24 yrs,91,613512,22.527263641357422,1,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,14.832635879516602 +1987,26,0,internal,21-24 yrs,150,613512,22.527263641357422,1,0.17605634033679962,1.3200000524520874,0.33000001311302185,0.8500000238418579,2.5,24.449399948120117 +1988,26,0,MVA,15-17 yrs,117,437508,16.058992385864258,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,26.742368698120117 +1988,26,0,suicide,15-17 yrs,50,437508,16.058992385864258,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,11.428362846374512 +1988,26,0,homicide,15-17 yrs,59,437508,16.058992385864258,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,13.485467910766602 +1988,26,0,other external,15-17 yrs,39,437508,16.058992385864258,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,8.914122581481934 +1988,26,0,internal,15-17 yrs,64,437508,16.058992385864258,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,14.628303527832031 +1988,26,0,all,18-20 yrs,504,447533,18.98893928527832,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,112.61739349365234 +1988,26,0,MVA,18-20 yrs,185,447533,18.98893928527832,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,41.33773422241211 +1988,26,0,suicide,18-20 yrs,69,447533,18.98893928527832,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,15.41785717010498 +1988,26,0,homicide,18-20 yrs,113,447533,18.98893928527832,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,25.249534606933594 +1988,26,0,other external,18-20 yrs,40,447533,18.98893928527832,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,8.937888145446777 +1988,26,0,internal,18-20 yrs,97,447533,18.98893928527832,0,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,21.674379348754883 +1988,26,0,all,21-24 yrs,596,592440,22.529983520507812,1,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,100.60090637207031 +1988,26,0,MVA,21-24 yrs,192,592440,22.529983520507812,1,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,32.40834426879883 +1988,26,0,suicide,21-24 yrs,80,592440,22.529983520507812,1,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,13.503477096557617 +1988,26,0,homicide,21-24 yrs,121,592440,22.529983520507812,1,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,20.424009323120117 +1988,26,0,other external,21-24 yrs,58,592440,22.529983520507812,1,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,9.790020942687988 +1988,26,0,internal,21-24 yrs,145,592440,22.529983520507812,1,0.16906170547008514,1.309999942779541,0.3199999928474426,0.8399999737739563,2.4700000286102295,24.475051879882812 +1989,26,0,MVA,15-17 yrs,121,409369,16.03847885131836,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,29.55768585205078 +1989,26,0,suicide,15-17 yrs,36,409369,16.03847885131836,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,8.7940216064453125 +1989,26,0,homicide,15-17 yrs,81,409369,16.03847885131836,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,19.786548614501953 +1989,26,0,other external,15-17 yrs,21,409369,16.03847885131836,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,5.129846096038818 +1989,26,0,internal,15-17 yrs,58,409369,16.03847885131836,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,14.168146133422852 +1989,26,0,all,18-20 yrs,465,454671,18.986486434936523,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,102.2717514038086 +1989,26,0,MVA,18-20 yrs,175,454671,18.986486434936523,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,38.4893684387207 +1989,26,0,suicide,18-20 yrs,73,454671,18.986486434936523,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,16.055564880371094 +1989,26,0,homicide,18-20 yrs,100,454671,18.986486434936523,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,21.993925094604492 +1989,26,0,other external,18-20 yrs,31,454671,18.986486434936523,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,6.818116664886475 +1989,26,0,internal,18-20 yrs,86,454671,18.986486434936523,0,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,18.914775848388672 +1989,26,0,all,21-24 yrs,575,567796,22.515682220458984,1,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,101.26876831054688 +1989,26,0,MVA,21-24 yrs,166,567796,22.515682220458984,1,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,29.23585319519043 +1989,26,0,suicide,21-24 yrs,85,567796,22.515682220458984,1,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,14.970165252685547 +1989,26,0,homicide,21-24 yrs,130,567796,22.515682220458984,1,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,22.89554786682129 +1989,26,0,other external,21-24 yrs,45,567796,22.515682220458984,1,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,7.925381660461426 +1989,26,0,internal,21-24 yrs,149,567796,22.515682220458984,1,0.16129031777381897,1.2899999618530273,0.30000001192092896,0.800000011920929,2.380000114440918,26.241819381713867 +1990,26,0,MVA,15-17 yrs,99,395649,16.017850875854492,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,25.022178649902344 +1990,26,0,suicide,15-17 yrs,34,395649,16.017850875854492,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,8.593475341796875 +1990,26,0,homicide,15-17 yrs,77,395649,16.017850875854492,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,19.461694717407227 +1990,26,0,other external,15-17 yrs,31,395649,16.017850875854492,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,7.8352274894714355 +1990,26,0,internal,15-17 yrs,63,395649,16.017850875854492,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,15.92320442199707 +1990,26,0,all,18-20 yrs,470,451164,19.025699615478516,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,104.17498016357422 +1990,26,0,MVA,18-20 yrs,153,451164,19.025699615478516,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,33.91228103637695 +1990,26,0,suicide,18-20 yrs,54,451164,19.025699615478516,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,11.969039916992188 +1990,26,0,homicide,18-20 yrs,128,451164,19.025699615478516,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,28.371057510375977 +1990,26,0,other external,18-20 yrs,42,451164,19.025699615478516,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,9.309253692626953 +1990,26,0,internal,18-20 yrs,93,451164,19.025699615478516,0,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,20.613346099853516 +1990,26,0,all,21-24 yrs,596,555676,22.491596221923828,1,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,107.25674438476562 +1990,26,0,MVA,21-24 yrs,180,555676,22.491596221923828,1,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,32.39297866821289 +1990,26,0,suicide,21-24 yrs,78,555676,22.491596221923828,1,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,14.036956787109375 +1990,26,0,homicide,21-24 yrs,150,555676,22.491596221923828,1,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,26.99414825439453 +1990,26,0,other external,21-24 yrs,48,555676,22.491596221923828,1,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,8.638127326965332 +1990,26,0,internal,21-24 yrs,140,555676,22.491596221923828,1,0.15302219986915588,1.3300000429153442,0.2800000011920929,0.800000011920929,2.4200000762939453,25.194538116455078 +1991,26,0,MVA,15-17 yrs,95,391901,16.01518440246582,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,24.240816116333008 +1991,26,0,suicide,15-17 yrs,28,391901,16.01518440246582,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,7.1446614265441895 +1991,26,0,homicide,15-17 yrs,61,391901,16.01518440246582,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,15.565155029296875 +1991,26,0,other external,15-17 yrs,33,391901,16.01518440246582,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,8.420494079589844 +1991,26,0,internal,15-17 yrs,67,391901,16.01518440246582,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,17.096155166625977 +1991,26,0,all,18-20 yrs,497,435314,19.048133850097656,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,114.17046356201172 +1991,26,0,MVA,18-20 yrs,139,435314,19.048133850097656,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,31.930973052978516 +1991,26,0,suicide,18-20 yrs,62,435314,19.048133850097656,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,14.242592811584473 +1991,26,0,homicide,18-20 yrs,161,435314,19.048133850097656,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,36.984798431396484 +1991,26,0,other external,18-20 yrs,51,435314,19.048133850097656,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,11.715681076049805 +1991,26,0,internal,18-20 yrs,84,435314,19.048133850097656,0,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,19.296415328979492 +1991,26,0,all,21-24 yrs,567,559387,22.469993591308594,1,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,101.36095428466797 +1991,26,0,MVA,21-24 yrs,136,559387,22.469993591308594,1,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,24.312328338623047 +1991,26,0,suicide,21-24 yrs,82,559387,22.469993591308594,1,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,14.658903121948242 +1991,26,0,homicide,21-24 yrs,160,559387,22.469993591308594,1,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,28.602737426757812 +1991,26,0,other external,21-24 yrs,51,559387,22.469993591308594,1,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,9.117122650146484 +1991,26,0,internal,21-24 yrs,138,559387,22.469993591308594,1,0.14684288203716278,1.2999999523162842,0.2199999988079071,0.7400000095367432,2.259999990463257,24.669862747192383 +1992,26,0,MVA,15-17 yrs,81,395613,16.006887435913086,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,20.47455406188965 +1992,26,0,suicide,15-17 yrs,42,395613,16.006887435913086,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,10.616436004638672 +1992,26,0,homicide,15-17 yrs,58,395613,16.006887435913086,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,14.660792350769043 +1992,26,0,other external,15-17 yrs,35,395613,16.006887435913086,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,8.847029685974121 +1992,26,0,internal,15-17 yrs,66,395613,16.006887435913086,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,16.68297004699707 +1992,26,0,all,18-20 yrs,377,414780,19.03543472290039,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,90.89155578613281 +1992,26,0,MVA,18-20 yrs,91,414780,19.03543472290039,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,21.939340591430664 +1992,26,0,suicide,18-20 yrs,47,414780,19.03543472290039,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,11.331308364868164 +1992,26,0,homicide,18-20 yrs,125,414780,19.03543472290039,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,30.136457443237305 +1992,26,0,other external,18-20 yrs,38,414780,19.03543472290039,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,9.161482810974121 +1992,26,0,internal,18-20 yrs,76,414780,19.03543472290039,0,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,18.322965621948242 +1992,26,0,all,21-24 yrs,616,566655,22.457454681396484,1,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,108.70812225341797 +1992,26,0,MVA,21-24 yrs,154,566655,22.457454681396484,1,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,27.177030563354492 +1992,26,0,suicide,21-24 yrs,89,566655,22.457454681396484,1,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,15.706205368041992 +1992,26,0,homicide,21-24 yrs,169,566655,22.457454681396484,1,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,29.82414436340332 +1992,26,0,other external,21-24 yrs,50,566655,22.457454681396484,1,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,8.823711395263672 +1992,26,0,internal,21-24 yrs,154,566655,22.457454681396484,1,0.14485089480876923,1.2599999904632568,0.2199999988079071,0.7400000095367432,2.2100000381469727,27.177030563354492 +1993,26,0,MVA,15-17 yrs,89,400584,15.995356559753418,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,22.217561721801758 +1993,26,0,suicide,15-17 yrs,33,400584,15.995356559753418,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,8.237972259521484 +1993,26,0,homicide,15-17 yrs,68,400584,15.995356559753418,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,16.975215911865234 +1993,26,0,other external,15-17 yrs,23,400584,15.995356559753418,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,5.741617202758789 +1993,26,0,internal,15-17 yrs,73,400584,15.995356559753418,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,18.2233943939209 +1993,26,0,all,18-20 yrs,418,403759,19.013301849365234,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,103.52710723876953 +1993,26,0,MVA,18-20 yrs,114,403759,19.013301849365234,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,28.234664916992188 +1993,26,0,suicide,18-20 yrs,53,403759,19.013301849365234,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,13.126642227172852 +1993,26,0,homicide,18-20 yrs,125,403759,19.013301849365234,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,30.959062576293945 +1993,26,0,other external,18-20 yrs,42,403759,19.013301849365234,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,10.402244567871094 +1993,26,0,internal,18-20 yrs,84,403759,19.013301849365234,0,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,20.804489135742188 +1993,26,0,all,21-24 yrs,589,564113,22.49117088317871,1,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,104.41170501708984 +1993,26,0,MVA,21-24 yrs,160,564113,22.49117088317871,1,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,28.36311149597168 +1993,26,0,suicide,21-24 yrs,86,564113,22.49117088317871,1,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,15.245172500610352 +1993,26,0,homicide,21-24 yrs,159,564113,22.49117088317871,1,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,28.185842514038086 +1993,26,0,other external,21-24 yrs,47,564113,22.49117088317871,1,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,8.331664085388184 +1993,26,0,internal,21-24 yrs,137,564113,22.49117088317871,1,0.14064069092273712,1.25,0.20000000298023224,0.7200000286102295,2.180000066757202,24.285913467407227 +1994,26,0,MVA,15-17 yrs,108,411841,15.998088836669922,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,26.223712921142578 +1994,26,0,suicide,15-17 yrs,29,411841,15.998088836669922,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,7.041552543640137 +1994,26,0,homicide,15-17 yrs,63,411841,15.998088836669922,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,15.297165870666504 +1994,26,0,other external,15-17 yrs,31,411841,15.998088836669922,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,7.527176856994629 +1994,26,0,internal,15-17 yrs,67,411841,15.998088836669922,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,16.268413543701172 +1994,26,0,all,18-20 yrs,456,398642,19.010229110717773,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,114.38835144042969 +1994,26,0,MVA,18-20 yrs,136,398642,19.010229110717773,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,34.115821838378906 +1994,26,0,suicide,18-20 yrs,64,398642,19.010229110717773,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,16.05450439453125 +1994,26,0,homicide,18-20 yrs,130,398642,19.010229110717773,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,32.610713958740234 +1994,26,0,other external,18-20 yrs,34,398642,19.010229110717773,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,8.528955459594727 +1994,26,0,internal,18-20 yrs,92,398642,19.010229110717773,0,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,23.078350067138672 +1994,26,0,all,21-24 yrs,596,552227,22.533763885498047,1,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,107.92662811279297 +1994,26,0,MVA,21-24 yrs,150,552227,22.533763885498047,1,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,27.162742614746094 +1994,26,0,suicide,21-24 yrs,94,552227,22.533763885498047,1,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,17.02198600769043 +1994,26,0,homicide,21-24 yrs,162,552227,22.533763885498047,1,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,29.33576202392578 +1994,26,0,other external,21-24 yrs,50,552227,22.533763885498047,1,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,9.054247856140137 +1994,26,0,internal,21-24 yrs,140,552227,22.533763885498047,1,0.13712942600250244,1.2300000190734863,0.20000000298023224,0.6700000166893005,2.0999999046325684,25.351892471313477 +1995,26,0,MVA,15-17 yrs,95,425901,15.98646354675293,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,22.305652618408203 +1995,26,0,suicide,15-17 yrs,30,425901,15.98646354675293,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,7.043890476226807 +1995,26,0,homicide,15-17 yrs,64,425901,15.98646354675293,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,15.026966094970703 +1995,26,0,other external,15-17 yrs,25,425901,15.98646354675293,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,5.869908809661865 +1995,26,0,internal,15-17 yrs,69,425901,15.98646354675293,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,16.20094871520996 +1995,26,0,all,18-20 yrs,390,402603,18.999887466430664,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,96.86962127685547 +1995,26,0,MVA,18-20 yrs,137,402603,18.999887466430664,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,34.028560638427734 +1995,26,0,suicide,18-20 yrs,57,402603,18.999887466430664,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,14.157867431640625 +1995,26,0,homicide,18-20 yrs,99,402603,18.999887466430664,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,24.589981079101562 +1995,26,0,other external,18-20 yrs,31,402603,18.999887466430664,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,7.699892997741699 +1995,26,0,internal,18-20 yrs,66,402603,18.999887466430664,0,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,16.393320083618164 +1995,26,0,all,21-24 yrs,555,532732,22.546003341674805,1,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,104.17996215820312 +1995,26,0,MVA,21-24 yrs,156,532732,22.546003341674805,1,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,29.283016204833984 +1995,26,0,suicide,21-24 yrs,65,532732,22.546003341674805,1,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,12.20125675201416 +1995,26,0,homicide,21-24 yrs,145,532732,22.546003341674805,1,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,27.218189239501953 +1995,26,0,other external,21-24 yrs,33,532732,22.546003341674805,1,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,6.194484233856201 +1995,26,0,internal,21-24 yrs,156,532732,22.546003341674805,1,0.13335026800632477,1.2000000476837158,0.1899999976158142,0.6600000262260437,2.059999942779541,29.283016204833984 +1996,26,0,MVA,15-17 yrs,112,435794,16.002111434936523,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,25.70021629333496 +1996,26,0,suicide,15-17 yrs,24,435794,16.002111434936523,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,5.5071892738342285 +1996,26,0,homicide,15-17 yrs,51,435794,16.002111434936523,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,11.702776908874512 +1996,26,0,other external,15-17 yrs,29,435794,16.002111434936523,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,6.654520034790039 +1996,26,0,internal,15-17 yrs,62,435794,16.002111434936523,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,14.226905822753906 +1996,26,0,all,18-20 yrs,363,407890,18.990041732788086,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,88.99458312988281 +1996,26,0,MVA,18-20 yrs,141,407890,18.990041732788086,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,34.56814193725586 +1996,26,0,suicide,18-20 yrs,52,407890,18.990041732788086,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,12.74853515625 +1996,26,0,homicide,18-20 yrs,81,407890,18.990041732788086,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,19.858295440673828 +1996,26,0,other external,18-20 yrs,23,407890,18.990041732788086,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,5.63877534866333 +1996,26,0,internal,18-20 yrs,66,407890,18.990041732788086,0,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,16.18083381652832 +1996,26,0,all,21-24 yrs,482,514060,22.514066696166992,1,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,93.76337432861328 +1996,26,0,MVA,21-24 yrs,127,514060,22.514066696166992,1,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,24.70528793334961 +1996,26,0,suicide,21-24 yrs,78,514060,22.514066696166992,1,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,15.17332649230957 +1996,26,0,homicide,21-24 yrs,107,514060,22.514066696166992,1,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,20.8146915435791 +1996,26,0,other external,21-24 yrs,36,514060,22.514066696166992,1,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,7.003073692321777 +1996,26,0,internal,21-24 yrs,134,514060,22.514066696166992,1,0.12952569127082825,1.2000000476837158,0.2199999988079071,0.6700000166893005,2.0799999237060547,26.06699562072754 +1970,27,0,MVA,15-17 yrs,87,232296,15.983245849609375,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,37.45221710205078 +1970,27,0,suicide,15-17 yrs,5,232296,15.983245849609375,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,2.152426242828369 +1970,27,0,homicide,15-17 yrs,5,232296,15.983245849609375,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,2.152426242828369 +1970,27,0,other external,15-17 yrs,47,232296,15.983245849609375,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,20.232807159423828 +1970,27,0,internal,15-17 yrs,58,232296,15.983245849609375,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,24.968143463134766 +1970,27,0,all,18-20 yrs,259,203827,18.93842887878418,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,127.06854248046875 +1970,27,0,MVA,18-20 yrs,116,203827,18.93842887878418,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,56.911006927490234 +1970,27,0,suicide,18-20 yrs,17,203827,18.93842887878418,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,8.34040641784668 +1970,27,0,homicide,18-20 yrs,7,203827,18.93842887878418,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,3.4342849254608154 +1970,27,0,other external,18-20 yrs,54,203827,18.93842887878418,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,26.49305534362793 +1970,27,0,internal,18-20 yrs,65,203827,18.93842887878418,0,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,31.889789581298828 +1970,27,0,all,21-24 yrs,288,229803,22.429216384887695,1,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,125.32473754882812 +1970,27,0,MVA,21-24 yrs,130,229803,22.429216384887695,1,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,56.570194244384766 +1970,27,0,suicide,21-24 yrs,26,229803,22.429216384887695,1,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,11.314038276672363 +1970,27,0,homicide,21-24 yrs,8,229803,22.429216384887695,1,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,3.4812426567077637 +1970,27,0,other external,21-24 yrs,44,229803,22.429216384887695,1,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,19.146835327148438 +1970,27,0,internal,21-24 yrs,80,229803,22.429216384887695,1,0.25773197412490845,1.1399999856948853,0.1599999964237213,1.2300000190734863,2.5299999713897705,34.81242752075195 +1971,27,0,MVA,15-17 yrs,104,235004,15.988876342773438,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,44.25456619262695 +1971,27,0,suicide,15-17 yrs,8,235004,15.988876342773438,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,3.4041974544525146 +1971,27,0,homicide,15-17 yrs,2,235004,15.988876342773438,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,0.8510493636131287 +1971,27,0,other external,15-17 yrs,43,235004,15.988876342773438,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,18.297561645507812 +1971,27,0,internal,15-17 yrs,56,235004,15.988876342773438,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,23.829381942749023 +1971,27,0,all,18-20 yrs,295,216827,18.961530685424805,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,136.05316162109375 +1971,27,0,MVA,18-20 yrs,141,216827,18.961530685424805,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,65.02880096435547 +1971,27,0,suicide,18-20 yrs,25,216827,18.961530685424805,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,11.529929161071777 +1971,27,0,homicide,18-20 yrs,9,216827,18.961530685424805,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,4.1507744789123535 +1971,27,0,other external,18-20 yrs,56,216827,18.961530685424805,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,25.827041625976562 +1971,27,0,internal,18-20 yrs,64,216827,18.961530685424805,0,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,29.516618728637695 +1971,27,0,all,21-24 yrs,319,253268,22.550310134887695,1,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,125.95353698730469 +1971,27,0,MVA,21-24 yrs,131,253268,22.550310134887695,1,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,51.7238655090332 +1971,27,0,suicide,21-24 yrs,36,253268,22.550310134887695,1,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,14.214192390441895 +1971,27,0,homicide,21-24 yrs,11,253268,22.550310134887695,1,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,4.343225479125977 +1971,27,0,other external,21-24 yrs,62,253268,22.550310134887695,1,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,24.479997634887695 +1971,27,0,internal,21-24 yrs,79,253268,22.550310134887695,1,0.32098764181137085,1.149999976158142,0.20000000298023224,1.2899999618530273,2.6500000953674316,31.1922550201416 +1972,27,0,MVA,15-17 yrs,98,237849,15.97900390625,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,41.20261001586914 +1972,27,0,suicide,15-17 yrs,8,237849,15.97900390625,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,3.363478422164917 +1972,27,0,homicide,15-17 yrs,6,237849,15.97900390625,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,2.522608995437622 +1972,27,0,other external,15-17 yrs,32,237849,15.97900390625,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,13.453913688659668 +1972,27,0,internal,15-17 yrs,48,237849,15.97900390625,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,20.180871963500977 +1972,27,0,all,18-20 yrs,264,223956,18.981714248657227,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,117.88029479980469 +1972,27,0,MVA,18-20 yrs,112,223956,18.981714248657227,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,50.009822845458984 +1972,27,0,suicide,18-20 yrs,26,223956,18.981714248657227,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,11.609423637390137 +1972,27,0,homicide,18-20 yrs,4,223956,18.981714248657227,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,1.7860651016235352 +1972,27,0,other external,18-20 yrs,60,223956,18.981714248657227,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,26.790977478027344 +1972,27,0,internal,18-20 yrs,62,223956,18.981714248657227,0,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,27.684009552001953 +1972,27,0,all,21-24 yrs,352,255233,22.49814796447754,1,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,137.9132080078125 +1972,27,0,MVA,21-24 yrs,152,255233,22.49814796447754,1,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,59.553428649902344 +1972,27,0,suicide,21-24 yrs,26,255233,22.49814796447754,1,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,10.18677043914795 +1972,27,0,homicide,21-24 yrs,18,255233,22.49814796447754,1,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,7.052379608154297 +1972,27,0,other external,21-24 yrs,80,255233,22.49814796447754,1,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,31.343910217285156 +1972,27,0,internal,21-24 yrs,76,255233,22.49814796447754,1,0.31100478768348694,1.1299999952316284,0.20000000298023224,1.1699999570846558,2.490000009536743,29.776714324951172 +1973,27,0.5863013863563538,MVA,15-17 yrs,89,241797,15.977551460266113,0,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,36.807735443115234 +1973,27,0.5863013863563538,suicide,15-17 yrs,20,241797,15.977551460266113,0,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,8.271401405334473 +1973,27,0.5863013863563538,homicide,15-17 yrs,3,241797,15.977551460266113,0,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,1.2407101392745972 +1973,27,0.5863013863563538,other external,15-17 yrs,59,241797,15.977551460266113,0,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,24.400632858276367 +1973,27,0.5863013863563538,internal,15-17 yrs,54,241797,15.977551460266113,0,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,22.332782745361328 +1973,27,0.5863013863563538,all,18-20 yrs,297,227035,18.98887825012207,0.5863013863563538,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,130.81683349609375 +1973,27,0.5863013863563538,MVA,18-20 yrs,151,227035,18.98887825012207,0.5863013863563538,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,66.50956726074219 +1973,27,0.5863013863563538,suicide,18-20 yrs,27,227035,18.98887825012207,0.5863013863563538,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,11.892439842224121 +1973,27,0.5863013863563538,homicide,18-20 yrs,6,227035,18.98887825012207,0.5863013863563538,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,2.6427643299102783 +1973,27,0.5863013863563538,other external,18-20 yrs,51,227035,18.98887825012207,0.5863013863563538,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,22.463497161865234 +1973,27,0.5863013863563538,internal,18-20 yrs,62,227035,18.98887825012207,0.5863013863563538,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,27.308565139770508 +1973,27,0.5863013863563538,all,21-24 yrs,312,263479,22.47348403930664,1,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,118.41551208496094 +1973,27,0.5863013863563538,MVA,21-24 yrs,122,263479,22.47348403930664,1,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,46.30350112915039 +1973,27,0.5863013863563538,suicide,21-24 yrs,47,263479,22.47348403930664,1,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,17.838233947753906 +1973,27,0.5863013863563538,homicide,21-24 yrs,16,263479,22.47348403930664,1,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,6.072590351104736 +1973,27,0.5863013863563538,other external,21-24 yrs,58,263479,22.47348403930664,1,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,22.013139724731445 +1973,27,0.5863013863563538,internal,21-24 yrs,69,263479,22.47348403930664,1,0.29279276728630066,1.2200000286102295,0.20000000298023224,1.2200000286102295,2.630000114440918,26.188045501708984 +1974,27,1,MVA,15-17 yrs,79,245763,15.988000869750977,0,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,32.14479064941406 +1974,27,1,suicide,15-17 yrs,20,245763,15.988000869750977,0,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,8.137921333312988 +1974,27,1,homicide,15-17 yrs,9,245763,15.988000869750977,0,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,3.662064790725708 +1974,27,1,other external,15-17 yrs,50,245763,15.988000869750977,0,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,20.344802856445312 +1974,27,1,internal,15-17 yrs,50,245763,15.988000869750977,0,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,20.344802856445312 +1974,27,1,all,18-20 yrs,294,229500,18.996557235717773,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,128.1045684814453 +1974,27,1,MVA,18-20 yrs,143,229500,18.996557235717773,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,62.30936813354492 +1974,27,1,suicide,18-20 yrs,41,229500,18.996557235717773,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,17.86492347717285 +1974,27,1,homicide,18-20 yrs,15,229500,18.996557235717773,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,6.535947799682617 +1974,27,1,other external,18-20 yrs,54,229500,18.996557235717773,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,23.52941131591797 +1974,27,1,internal,18-20 yrs,41,229500,18.996557235717773,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,17.86492347717285 +1974,27,1,all,21-24 yrs,331,271678,22.459047317504883,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,121.83541107177734 +1974,27,1,MVA,21-24 yrs,124,271678,22.459047317504883,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,45.642269134521484 +1974,27,1,suicide,21-24 yrs,40,271678,22.459047317504883,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,14.723312377929688 +1974,27,1,homicide,21-24 yrs,23,271678,22.459047317504883,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,8.465904235839844 +1974,27,1,other external,21-24 yrs,63,271678,22.459047317504883,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,23.18921661376953 +1974,27,1,internal,21-24 yrs,81,271678,22.459047317504883,1,0.26369166374206543,1.2799999713897705,0.20000000298023224,1.2599999904632568,2.740000009536743,29.814706802368164 +1975,27,1,MVA,15-17 yrs,101,248316,15.991132736206055,0,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,40.673980712890625 +1975,27,1,suicide,15-17 yrs,15,248316,15.991132736206055,0,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,6.040689945220947 +1975,27,1,homicide,15-17 yrs,10,248316,15.991132736206055,0,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,4.027126789093018 +1975,27,1,other external,15-17 yrs,47,248316,15.991132736206055,0,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,18.9274959564209 +1975,27,1,internal,15-17 yrs,49,248316,15.991132736206055,0,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,19.732921600341797 +1975,27,1,all,18-20 yrs,295,233598,18.98580551147461,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,126.28532409667969 +1975,27,1,MVA,18-20 yrs,132,233598,18.98580551147461,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,56.50733184814453 +1975,27,1,suicide,18-20 yrs,36,233598,18.98580551147461,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,15.411090850830078 +1975,27,1,homicide,18-20 yrs,15,233598,18.98580551147461,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,6.421288013458252 +1975,27,1,other external,18-20 yrs,50,233598,18.98580551147461,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,21.404293060302734 +1975,27,1,internal,18-20 yrs,62,233598,18.98580551147461,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,26.541322708129883 +1975,27,1,all,21-24 yrs,313,282806,22.473215103149414,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,110.67657470703125 +1975,27,1,MVA,21-24 yrs,101,282806,22.473215103149414,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,35.71352767944336 +1975,27,1,suicide,21-24 yrs,52,282806,22.473215103149414,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,18.387163162231445 +1975,27,1,homicide,21-24 yrs,17,282806,22.473215103149414,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,6.01118803024292 +1975,27,1,other external,21-24 yrs,64,282806,22.473215103149414,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,22.630353927612305 +1975,27,1,internal,21-24 yrs,79,282806,22.473215103149414,1,0.24163568019866943,1.2899999618530273,0.20000000298023224,1.2000000476837158,2.700000047683716,27.934343338012695 +1976,27,0.9809041023254395,MVA,15-17 yrs,67,251287,15.988956451416016,0,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,26.66274070739746 +1976,27,0.9809041023254395,suicide,15-17 yrs,18,251287,15.988956451416016,0,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,7.163124084472656 +1976,27,0.9809041023254395,homicide,15-17 yrs,9,251287,15.988956451416016,0,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,3.581562042236328 +1976,27,0.9809041023254395,other external,15-17 yrs,41,251287,15.988956451416016,0,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,16.31600570678711 +1976,27,0.9809041023254395,internal,15-17 yrs,54,251287,15.988956451416016,0,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,21.48937225341797 +1976,27,0.9809041023254395,all,18-20 yrs,299,238407,18.98313331604004,0.9809041023254395,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,125.41577911376953 +1976,27,0.9809041023254395,MVA,18-20 yrs,149,238407,18.98313331604004,0.9809041023254395,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,62.498165130615234 +1976,27,0.9809041023254395,suicide,18-20 yrs,34,238407,18.98313331604004,0.9809041023254395,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,14.26132583618164 +1976,27,0.9809041023254395,homicide,18-20 yrs,8,238407,18.98313331604004,0.9809041023254395,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,3.3556060791015625 +1976,27,0.9809041023254395,other external,18-20 yrs,46,238407,18.98313331604004,0.9809041023254395,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,19.294734954833984 +1976,27,0.9809041023254395,internal,18-20 yrs,62,238407,18.98313331604004,0.9809041023254395,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,26.00594711303711 +1976,27,0.9809041023254395,all,21-24 yrs,301,291387,22.489572525024414,1,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,103.2990493774414 +1976,27,0.9809041023254395,MVA,21-24 yrs,116,291387,22.489572525024414,1,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,39.809600830078125 +1976,27,0.9809041023254395,suicide,21-24 yrs,36,291387,22.489572525024414,1,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,12.354703903198242 +1976,27,0.9809041023254395,homicide,21-24 yrs,13,291387,22.489572525024414,1,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,4.46142053604126 +1976,27,0.9809041023254395,other external,21-24 yrs,61,291387,22.489572525024414,1,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,20.934358596801758 +1976,27,0.9809041023254395,internal,21-24 yrs,75,291387,22.489572525024414,1,0.22847098112106323,1.2999999523162842,0.20999999344348907,1.2000000476837158,2.7100000381469727,25.73896598815918 +1977,27,0.7397071719169617,MVA,15-17 yrs,90,250294,16.00098991394043,0,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,35.95771408081055 +1977,27,0.7397071719169617,suicide,15-17 yrs,21,250294,16.00098991394043,0,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,8.390132904052734 +1977,27,0.7397071719169617,homicide,15-17 yrs,7,250294,16.00098991394043,0,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,2.796710968017578 +1977,27,0.7397071719169617,other external,15-17 yrs,28,250294,16.00098991394043,0,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,11.186843872070312 +1977,27,0.7397071719169617,internal,15-17 yrs,53,250294,16.00098991394043,0,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,21.175098419189453 +1977,27,0.7397071719169617,all,18-20 yrs,290,243001,18.993757247924805,0.7397071719169617,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,119.34107208251953 +1977,27,0.7397071719169617,MVA,18-20 yrs,146,243001,18.993757247924805,0.7397071719169617,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,60.08205795288086 +1977,27,0.7397071719169617,suicide,18-20 yrs,35,243001,18.993757247924805,0.7397071719169617,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,14.40323257446289 +1977,27,0.7397071719169617,homicide,18-20 yrs,10,243001,18.993757247924805,0.7397071719169617,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,4.115209579467773 +1977,27,0.7397071719169617,other external,18-20 yrs,52,243001,18.993757247924805,0.7397071719169617,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,21.399089813232422 +1977,27,0.7397071719169617,internal,18-20 yrs,47,243001,18.993757247924805,0.7397071719169617,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,19.34148406982422 +1977,27,0.7397071719169617,all,21-24 yrs,328,295554,22.499319076538086,1,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,110.97802734375 +1977,27,0.7397071719169617,MVA,21-24 yrs,107,295554,22.499319076538086,1,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,36.20319747924805 +1977,27,0.7397071719169617,suicide,21-24 yrs,61,295554,22.499319076538086,1,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,20.639205932617188 +1977,27,0.7397071719169617,homicide,21-24 yrs,11,295554,22.499319076538086,1,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,3.7218241691589355 +1977,27,0.7397071719169617,other external,21-24 yrs,67,295554,22.499319076538086,1,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,22.669292449951172 +1977,27,0.7397071719169617,internal,21-24 yrs,82,295554,22.499319076538086,1,0.21452145278453827,1.2999999523162842,0.20000000298023224,1.149999976158142,2.6500000953674316,27.7445068359375 +1978,27,0.6662825345993042,MVA,15-17 yrs,91,247492,16.01579475402832,0,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,36.768863677978516 +1978,27,0.6662825345993042,suicide,15-17 yrs,14,247492,16.01579475402832,0,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,5.656748294830322 +1978,27,0.6662825345993042,homicide,15-17 yrs,4,247492,16.01579475402832,0,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,1.6162137985229492 +1978,27,0.6662825345993042,other external,15-17 yrs,29,247492,16.01579475402832,0,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,11.717550277709961 +1978,27,0.6662825345993042,internal,15-17 yrs,30,247492,16.01579475402832,0,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,12.121603965759277 +1978,27,0.6662825345993042,all,18-20 yrs,331,244719,18.995166778564453,0.6662825345993042,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,135.25717163085938 +1978,27,0.6662825345993042,MVA,18-20 yrs,160,244719,18.995166778564453,0.6662825345993042,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,65.38111114501953 +1978,27,0.6662825345993042,suicide,18-20 yrs,35,244719,18.995166778564453,0.6662825345993042,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,14.302118301391602 +1978,27,0.6662825345993042,homicide,18-20 yrs,10,244719,18.995166778564453,0.6662825345993042,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,4.086319446563721 +1978,27,0.6662825345993042,other external,18-20 yrs,63,244719,18.995166778564453,0.6662825345993042,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,25.743812561035156 +1978,27,0.6662825345993042,internal,18-20 yrs,63,244719,18.995166778564453,0.6662825345993042,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,25.743812561035156 +1978,27,0.6662825345993042,all,21-24 yrs,327,300665,22.492910385131836,1,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,108.75891876220703 +1978,27,0.6662825345993042,MVA,21-24 yrs,140,300665,22.492910385131836,1,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,46.56344985961914 +1978,27,0.6662825345993042,suicide,21-24 yrs,51,300665,22.492910385131836,1,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,16.962400436401367 +1978,27,0.6662825345993042,homicide,21-24 yrs,10,300665,22.492910385131836,1,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,3.325960874557495 +1978,27,0.6662825345993042,other external,21-24 yrs,54,300665,22.492910385131836,1,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,17.960187911987305 +1978,27,0.6662825345993042,internal,21-24 yrs,72,300665,22.492910385131836,1,0.19938650727272034,1.309999942779541,0.23000000417232513,1.149999976158142,2.690000057220459,23.946918487548828 +1979,27,0.6642908453941345,MVA,15-17 yrs,84,240797,16.0185546875,0,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,34.8841552734375 +1979,27,0.6642908453941345,suicide,15-17 yrs,16,240797,16.0185546875,0,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,6.644600868225098 +1979,27,0.6642908453941345,homicide,15-17 yrs,1,240797,16.0185546875,0,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,0.4152875542640686 +1979,27,0.6642908453941345,other external,15-17 yrs,34,240797,16.0185546875,0,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,14.11977767944336 +1979,27,0.6642908453941345,internal,15-17 yrs,49,240797,16.0185546875,0,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,20.349090576171875 +1979,27,0.6642908453941345,all,18-20 yrs,327,247917,18.99242401123047,0.6642908453941345,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,131.89898681640625 +1979,27,0.6642908453941345,MVA,18-20 yrs,179,247917,18.99242401123047,0.6642908453941345,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,72.20158386230469 +1979,27,0.6642908453941345,suicide,18-20 yrs,37,247917,18.99242401123047,0.6642908453941345,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,14.924349784851074 +1979,27,0.6642908453941345,homicide,18-20 yrs,8,247917,18.99242401123047,0.6642908453941345,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,3.226886510848999 +1979,27,0.6642908453941345,other external,18-20 yrs,42,247917,18.99242401123047,0.6642908453941345,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,16.94115447998047 +1979,27,0.6642908453941345,internal,18-20 yrs,61,247917,18.99242401123047,0.6642908453941345,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,24.605009078979492 +1979,27,0.6642908453941345,all,21-24 yrs,304,306569,22.488435745239258,1,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,99.162017822265625 +1979,27,0.6642908453941345,MVA,21-24 yrs,121,306569,22.488435745239258,1,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,39.469093322753906 +1979,27,0.6642908453941345,suicide,21-24 yrs,46,306569,22.488435745239258,1,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,15.004778861999512 +1979,27,0.6642908453941345,homicide,21-24 yrs,18,306569,22.488435745239258,1,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,5.871435165405273 +1979,27,0.6642908453941345,other external,21-24 yrs,48,306569,22.488435745239258,1,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,15.657160758972168 +1979,27,0.6642908453941345,internal,21-24 yrs,71,306569,22.488435745239258,1,0.1790633648633957,1.350000023841858,0.23999999463558197,1.159999966621399,2.75,23.159549713134766 +1980,27,0.6759313941001892,MVA,15-17 yrs,62,232477,16.02994728088379,0,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,26.6693058013916 +1980,27,0.6759313941001892,suicide,15-17 yrs,17,232477,16.02994728088379,0,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,7.312551498413086 +1980,27,0.6759313941001892,homicide,15-17 yrs,3,232477,16.02994728088379,0,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,1.2904502153396606 +1980,27,0.6759313941001892,other external,15-17 yrs,22,232477,16.02994728088379,0,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,9.463301658630371 +1980,27,0.6759313941001892,internal,15-17 yrs,35,232477,16.02994728088379,0,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,15.055253028869629 +1980,27,0.6759313941001892,all,18-20 yrs,279,246670,19.00809669494629,0.6759313941001892,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,113.10658264160156 +1980,27,0.6759313941001892,MVA,18-20 yrs,147,246670,19.00809669494629,0.6759313941001892,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,59.593788146972656 +1980,27,0.6759313941001892,suicide,18-20 yrs,28,246670,19.00809669494629,0.6759313941001892,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,11.351198196411133 +1980,27,0.6759313941001892,homicide,18-20 yrs,8,246670,19.00809669494629,0.6759313941001892,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,3.243199348449707 +1980,27,0.6759313941001892,other external,18-20 yrs,39,246670,19.00809669494629,0.6759313941001892,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,15.81059741973877 +1980,27,0.6759313941001892,internal,18-20 yrs,57,246670,19.00809669494629,0.6759313941001892,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,23.10779571533203 +1980,27,0.6759313941001892,all,21-24 yrs,359,312719,22.486494064331055,1,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,114.79954528808594 +1980,27,0.6759313941001892,MVA,21-24 yrs,141,312719,22.486494064331055,1,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,45.088401794433594 +1980,27,0.6759313941001892,suicide,21-24 yrs,58,312719,22.486494064331055,1,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,18.5470027923584 +1980,27,0.6759313941001892,homicide,21-24 yrs,22,312719,22.486494064331055,1,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,7.035069942474365 +1980,27,0.6759313941001892,other external,21-24 yrs,53,312719,22.486494064331055,1,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,16.948122024536133 +1980,27,0.6759313941001892,internal,21-24 yrs,85,312719,22.486494064331055,1,0.15776698291301727,1.399999976158142,0.25999999046325684,1.2000000476837158,2.8499999046325684,27.180952072143555 +1981,27,0.6791439056396484,MVA,15-17 yrs,72,219983,16.038280487060547,0,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,32.729801177978516 +1981,27,0.6791439056396484,suicide,15-17 yrs,17,219983,16.038280487060547,0,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,7.727869987487793 +1981,27,0.6791439056396484,homicide,15-17 yrs,4,219983,16.038280487060547,0,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,1.8183223009109497 +1981,27,0.6791439056396484,other external,15-17 yrs,20,219983,16.038280487060547,0,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,9.091611862182617 +1981,27,0.6791439056396484,internal,15-17 yrs,32,219983,16.038280487060547,0,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,14.546578407287598 +1981,27,0.6791439056396484,all,18-20 yrs,240,243670,19.02106475830078,0.6791439056396484,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,98.493865966796875 +1981,27,0.6791439056396484,MVA,18-20 yrs,106,243670,19.02106475830078,0.6791439056396484,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,43.50145721435547 +1981,27,0.6791439056396484,suicide,18-20 yrs,37,243670,19.02106475830078,0.6791439056396484,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,15.184471130371094 +1981,27,0.6791439056396484,homicide,18-20 yrs,7,243670,19.02106475830078,0.6791439056396484,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,2.8727376461029053 +1981,27,0.6791439056396484,other external,18-20 yrs,42,243670,19.02106475830078,0.6791439056396484,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,17.236425399780273 +1981,27,0.6791439056396484,internal,18-20 yrs,48,243670,19.02106475830078,0.6791439056396484,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,19.698772430419922 +1981,27,0.6791439056396484,all,21-24 yrs,308,315904,22.497182846069336,1,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,97.49797058105469 +1981,27,0.6791439056396484,MVA,21-24 yrs,131,315904,22.497182846069336,1,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,41.46829605102539 +1981,27,0.6791439056396484,suicide,21-24 yrs,50,315904,22.497182846069336,1,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,15.827592849731445 +1981,27,0.6791439056396484,homicide,21-24 yrs,7,315904,22.497182846069336,1,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,2.215862989425659 +1981,27,0.6791439056396484,other external,21-24 yrs,49,315904,22.497182846069336,1,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,15.511041641235352 +1981,27,0.6791439056396484,internal,21-24 yrs,71,315904,22.497182846069336,1,0.14301429688930511,1.3899999856948853,0.27000001072883606,1.1799999475479126,2.8299999237060547,22.475181579589844 +1982,27,0.6817948222160339,MVA,15-17 yrs,33,207840,16.033655166625977,0,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,15.87759780883789 +1982,27,0.6817948222160339,suicide,15-17 yrs,9,207840,16.033655166625977,0,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,4.330254077911377 +1982,27,0.6817948222160339,homicide,15-17 yrs,2,207840,16.033655166625977,0,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,0.9622786641120911 +1982,27,0.6817948222160339,other external,15-17 yrs,17,207840,16.033655166625977,0,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,8.17936897277832 +1982,27,0.6817948222160339,internal,15-17 yrs,35,207840,16.033655166625977,0,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,16.839876174926758 +1982,27,0.6817948222160339,all,18-20 yrs,191,235719,19.023550033569336,0.6817948222160339,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,81.02867889404297 +1982,27,0.6817948222160339,MVA,18-20 yrs,67,235719,19.023550033569336,0.6817948222160339,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,28.423673629760742 +1982,27,0.6817948222160339,suicide,18-20 yrs,46,235719,19.023550033569336,0.6817948222160339,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,19.514760971069336 +1982,27,0.6817948222160339,homicide,18-20 yrs,11,235719,19.023550033569336,0.6817948222160339,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,4.666573524475098 +1982,27,0.6817948222160339,other external,18-20 yrs,21,235719,19.023550033569336,0.6817948222160339,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,8.908912658691406 +1982,27,0.6817948222160339,internal,18-20 yrs,46,235719,19.023550033569336,0.6817948222160339,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,19.514760971069336 +1982,27,0.6817948222160339,all,21-24 yrs,282,316355,22.491178512573242,1,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,89.14036560058594 +1982,27,0.6817948222160339,MVA,21-24 yrs,98,316355,22.491178512573242,1,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,30.97785758972168 +1982,27,0.6817948222160339,suicide,21-24 yrs,52,316355,22.491178512573242,1,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,16.437231063842773 +1982,27,0.6817948222160339,homicide,21-24 yrs,12,316355,22.491178512573242,1,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,3.7932069301605225 +1982,27,0.6817948222160339,other external,21-24 yrs,59,316355,22.491178512573242,1,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,18.649934768676758 +1982,27,0.6817948222160339,internal,21-24 yrs,61,316355,22.491178512573242,1,0.1347150206565857,1.3600000143051147,0.27000001072883606,1.1100000143051147,2.75,19.282135009765625 +1983,27,0.6879870295524597,MVA,15-17 yrs,38,198494,16.019577026367188,0,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,19.144155502319336 +1983,27,0.6879870295524597,suicide,15-17 yrs,11,198494,16.019577026367188,0,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,5.54172945022583 +1983,27,0.6879870295524597,homicide,15-17 yrs,1,198494,16.019577026367188,0,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,0.5037935376167297 +1983,27,0.6879870295524597,other external,15-17 yrs,13,198494,16.019577026367188,0,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,6.54931640625 +1983,27,0.6879870295524597,internal,15-17 yrs,22,198494,16.019577026367188,0,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,11.08345890045166 +1983,27,0.6879870295524597,all,18-20 yrs,193,225481,19.035598754882812,0.6879870295524597,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,85.59479522705078 +1983,27,0.6879870295524597,MVA,18-20 yrs,76,225481,19.035598754882812,0.6879870295524597,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,33.70572280883789 +1983,27,0.6879870295524597,suicide,18-20 yrs,27,225481,19.035598754882812,0.6879870295524597,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,11.974401473999023 +1983,27,0.6879870295524597,homicide,18-20 yrs,5,225481,19.035598754882812,0.6879870295524597,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,2.217481851577759 +1983,27,0.6879870295524597,other external,18-20 yrs,37,225481,19.035598754882812,0.6879870295524597,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,16.409364700317383 +1983,27,0.6879870295524597,internal,18-20 yrs,48,225481,19.035598754882812,0.6879870295524597,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,21.287824630737305 +1983,27,0.6879870295524597,all,21-24 yrs,239,313902,22.50126075744629,1,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,76.13841247558594 +1983,27,0.6879870295524597,MVA,21-24 yrs,89,313902,22.50126075744629,1,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,28.352798461914062 +1983,27,0.6879870295524597,suicide,21-24 yrs,32,313902,22.50126075744629,1,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,10.19426441192627 +1983,27,0.6879870295524597,homicide,21-24 yrs,7,313902,22.50126075744629,1,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,2.2299952507019043 +1983,27,0.6879870295524597,other external,21-24 yrs,40,313902,22.50126075744629,1,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,12.742830276489258 +1983,27,0.6879870295524597,internal,21-24 yrs,71,313902,22.50126075744629,1,0.13052208721637726,1.3700000047683716,0.27000001072883606,1.100000023841858,2.740000009536743,22.6185245513916 +1984,27,0.6908088326454163,MVA,15-17 yrs,49,194888,16.001266479492188,0,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,25.14264678955078 +1984,27,0.6908088326454163,suicide,15-17 yrs,16,194888,16.001266479492188,0,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,8.209843635559082 +1984,27,0.6908088326454163,homicide,15-17 yrs,1,194888,16.001266479492188,0,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,0.5131152272224426 +1984,27,0.6908088326454163,other external,15-17 yrs,18,194888,16.001266479492188,0,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,9.236074447631836 +1984,27,0.6908088326454163,internal,15-17 yrs,42,194888,16.001266479492188,0,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,21.550840377807617 +1984,27,0.6908088326454163,all,18-20 yrs,212,213651,19.04311180114746,0.6908088326454163,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,99.22724151611328 +1984,27,0.6908088326454163,MVA,18-20 yrs,97,213651,19.04311180114746,0.6908088326454163,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,45.401145935058594 +1984,27,0.6908088326454163,suicide,18-20 yrs,28,213651,19.04311180114746,0.6908088326454163,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,13.105484962463379 +1984,27,0.6908088326454163,homicide,18-20 yrs,3,213651,19.04311180114746,0.6908088326454163,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,1.4041590690612793 +1984,27,0.6908088326454163,other external,18-20 yrs,35,213651,19.04311180114746,0.6908088326454163,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,16.38185691833496 +1984,27,0.6908088326454163,internal,18-20 yrs,49,213651,19.04311180114746,0.6908088326454163,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,22.934598922729492 +1984,27,0.6908088326454163,all,21-24 yrs,247,310639,22.51847267150879,1,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,79.513519287109375 +1984,27,0.6908088326454163,MVA,21-24 yrs,82,310639,22.51847267150879,1,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,26.397201538085938 +1984,27,0.6908088326454163,suicide,21-24 yrs,49,310639,22.51847267150879,1,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,15.773937225341797 +1984,27,0.6908088326454163,homicide,21-24 yrs,5,310639,22.51847267150879,1,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,1.6095854043960571 +1984,27,0.6908088326454163,other external,21-24 yrs,54,310639,22.51847267150879,1,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,17.383522033691406 +1984,27,0.6908088326454163,internal,21-24 yrs,57,310639,22.51847267150879,1,0.12512029707431793,1.340000033378601,0.2800000011920929,1.0700000524520874,2.680000066757202,18.349273681640625 +1985,27,0.6872035264968872,MVA,15-17 yrs,49,195264,15.99453067779541,0,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,25.09423065185547 +1985,27,0.6872035264968872,suicide,15-17 yrs,21,195264,15.99453067779541,0,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,10.754670143127441 +1985,27,0.6872035264968872,homicide,15-17 yrs,6,195264,15.99453067779541,0,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,3.072762966156006 +1985,27,0.6872035264968872,other external,15-17 yrs,9,195264,15.99453067779541,0,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,4.609144687652588 +1985,27,0.6872035264968872,internal,15-17 yrs,21,195264,15.99453067779541,0,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,10.754670143127441 +1985,27,0.6872035264968872,all,18-20 yrs,174,202384,19.037992477416992,0.6872035264968872,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,85.97517395019531 +1985,27,0.6872035264968872,MVA,18-20 yrs,80,202384,19.037992477416992,0.6872035264968872,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,39.52881622314453 +1985,27,0.6872035264968872,suicide,18-20 yrs,29,202384,19.037992477416992,0.6872035264968872,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,14.329195976257324 +1985,27,0.6872035264968872,homicide,18-20 yrs,3,202384,19.037992477416992,0.6872035264968872,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,1.482330560684204 +1985,27,0.6872035264968872,other external,18-20 yrs,23,202384,19.037992477416992,0.6872035264968872,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,11.364534378051758 +1985,27,0.6872035264968872,internal,18-20 yrs,39,202384,19.037992477416992,0.6872035264968872,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,19.27029800415039 +1985,27,0.6872035264968872,all,21-24 yrs,244,304949,22.538660049438477,1,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,80.01338195800781 +1985,27,0.6872035264968872,MVA,21-24 yrs,83,304949,22.538660049438477,1,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,27.217666625976562 +1985,27,0.6872035264968872,suicide,21-24 yrs,47,304949,22.538660049438477,1,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,15.412413597106934 +1985,27,0.6872035264968872,homicide,21-24 yrs,12,304949,22.538660049438477,1,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,3.935084342956543 +1985,27,0.6872035264968872,other external,21-24 yrs,31,304949,22.538660049438477,1,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,10.165634155273438 +1985,27,0.6872035264968872,internal,21-24 yrs,71,304949,22.538660049438477,1,0.12081784009933472,1.309999942779541,0.3100000023841858,1.059999942779541,2.680000066757202,23.282581329345703 +1986,27,0.6605846881866455,MVA,15-17 yrs,52,196636,16.000925064086914,0,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,26.444801330566406 +1986,27,0.6605846881866455,suicide,15-17 yrs,40,196636,16.000925064086914,0,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,20.34215545654297 +1986,27,0.6605846881866455,homicide,15-17 yrs,5,196636,16.000925064086914,0,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,2.542769432067871 +1986,27,0.6605846881866455,other external,15-17 yrs,18,196636,16.000925064086914,0,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,9.153969764709473 +1986,27,0.6605846881866455,internal,15-17 yrs,38,196636,16.000925064086914,0,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,19.32504653930664 +1986,27,0.6605846881866455,all,18-20 yrs,217,193983,19.02317237854004,0.6605846881866455,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,111.86547088623047 +1986,27,0.6605846881866455,MVA,18-20 yrs,91,193983,19.02317237854004,0.6605846881866455,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,46.91132736206055 +1986,27,0.6605846881866455,suicide,18-20 yrs,46,193983,19.02317237854004,0.6605846881866455,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,23.71341896057129 +1986,27,0.6605846881866455,homicide,18-20 yrs,11,193983,19.02317237854004,0.6605846881866455,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,5.670599937438965 +1986,27,0.6605846881866455,other external,18-20 yrs,35,193983,19.02317237854004,0.6605846881866455,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,18.042818069458008 +1986,27,0.6605846881866455,internal,18-20 yrs,34,193983,19.02317237854004,0.6605846881866455,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,17.52730941772461 +1986,27,0.6605846881866455,all,21-24 yrs,229,293327,22.552066802978516,1,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,78.06986999511719 +1986,27,0.6605846881866455,MVA,21-24 yrs,66,293327,22.552066802978516,1,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,22.500486373901367 +1986,27,0.6605846881866455,suicide,21-24 yrs,49,293327,22.552066802978516,1,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,16.704906463623047 +1986,27,0.6605846881866455,homicide,21-24 yrs,9,293327,22.552066802978516,1,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,3.0682480335235596 +1986,27,0.6605846881866455,other external,21-24 yrs,42,293327,22.552066802978516,1,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,14.318490982055664 +1986,27,0.6605846881866455,internal,21-24 yrs,63,293327,22.552066802978516,1,0.11861313879489899,1.2999999523162842,0.33000001311302185,0.9200000166893005,2.559999942779541,21.47773551940918 +1987,27,0.3895438313484192,MVA,15-17 yrs,57,190548,16.042593002319336,0,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,29.91372299194336 +1987,27,0.3895438313484192,suicide,15-17 yrs,33,190548,16.042593002319336,0,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,17.318470001220703 +1987,27,0.3895438313484192,homicide,15-17 yrs,1,190548,16.042593002319336,0,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,0.5248021483421326 +1987,27,0.3895438313484192,other external,15-17 yrs,9,190548,16.042593002319336,0,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,4.723219394683838 +1987,27,0.3895438313484192,internal,15-17 yrs,37,190548,16.042593002319336,0,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,19.417678833007812 +1987,27,0.3895438313484192,all,18-20 yrs,153,191425,19.002769470214844,0.3895438313484192,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,79.92686462402344 +1987,27,0.3895438313484192,MVA,18-20 yrs,62,191425,19.002769470214844,0.3895438313484192,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,32.38866424560547 +1987,27,0.3895438313484192,suicide,18-20 yrs,34,191425,19.002769470214844,0.3895438313484192,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,17.761526107788086 +1987,27,0.3895438313484192,homicide,18-20 yrs,10,191425,19.002769470214844,0.3895438313484192,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,5.223978042602539 +1987,27,0.3895438313484192,other external,18-20 yrs,21,191425,19.002769470214844,0.3895438313484192,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,10.970354080200195 +1987,27,0.3895438313484192,internal,18-20 yrs,26,191425,19.002769470214844,0.3895438313484192,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,13.582343101501465 +1987,27,0.3895438313484192,all,21-24 yrs,206,279979,22.568084716796875,1,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,73.57695007324219 +1987,27,0.3895438313484192,MVA,21-24 yrs,61,279979,22.568084716796875,1,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,21.7873477935791 +1987,27,0.3895438313484192,suicide,21-24 yrs,51,279979,22.568084716796875,1,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,18.215652465820312 +1987,27,0.3895438313484192,homicide,21-24 yrs,10,279979,22.568084716796875,1,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,3.5716965198516846 +1987,27,0.3895438313484192,other external,21-24 yrs,37,279979,22.568084716796875,1,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,13.215276718139648 +1987,27,0.3895438313484192,internal,21-24 yrs,47,279979,22.568084716796875,1,0.13028168678283691,1.309999942779541,0.3199999928474426,0.9399999976158142,2.559999942779541,16.78697395324707 +1988,27,0.07282162457704544,MVA,15-17 yrs,45,182168,16.068025588989258,0,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,24.702472686767578 +1988,27,0.07282162457704544,suicide,15-17 yrs,37,182168,16.068025588989258,0,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,20.310922622680664 +1988,27,0.07282162457704544,homicide,15-17 yrs,6,182168,16.068025588989258,0,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,3.2936630249023438 +1988,27,0.07282162457704544,other external,15-17 yrs,18,182168,16.068025588989258,0,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,9.880989074707031 +1988,27,0.07282162457704544,internal,15-17 yrs,25,182168,16.068025588989258,0,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,13.72359561920166 +1988,27,0.07282162457704544,all,18-20 yrs,171,194090,18.99506378173828,0.07282162457704544,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,88.10345458984375 +1988,27,0.07282162457704544,MVA,18-20 yrs,90,194090,18.99506378173828,0.07282162457704544,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,46.3702392578125 +1988,27,0.07282162457704544,suicide,18-20 yrs,29,194090,18.99506378173828,0.07282162457704544,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,14.941521644592285 +1988,27,0.07282162457704544,homicide,18-20 yrs,10,194090,18.99506378173828,0.07282162457704544,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,5.152248859405518 +1988,27,0.07282162457704544,other external,18-20 yrs,17,194090,18.99506378173828,0.07282162457704544,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,8.75882339477539 +1988,27,0.07282162457704544,internal,18-20 yrs,25,194090,18.99506378173828,0.07282162457704544,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,12.880622863769531 +1988,27,0.07282162457704544,all,21-24 yrs,232,268400,22.56944465637207,1,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,86.43814849853516 +1988,27,0.07282162457704544,MVA,21-24 yrs,82,268400,22.56944465637207,1,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,30.551416397094727 +1988,27,0.07282162457704544,suicide,21-24 yrs,48,268400,22.56944465637207,1,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,17.88375473022461 +1988,27,0.07282162457704544,homicide,21-24 yrs,12,268400,22.56944465637207,1,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,4.470938682556152 +1988,27,0.07282162457704544,other external,21-24 yrs,31,268400,22.56944465637207,1,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,11.549925804138184 +1988,27,0.07282162457704544,internal,21-24 yrs,59,268400,22.56944465637207,1,0.12510566413402557,1.2999999523162842,0.30000001192092896,0.8899999856948853,2.490000009536743,21.98211669921875 +1989,27,0,MVA,15-17 yrs,32,172191,16.033613204956055,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,18.584014892578125 +1989,27,0,suicide,15-17 yrs,29,172191,16.033613204956055,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,16.84176254272461 +1989,27,0,homicide,15-17 yrs,7,172191,16.033613204956055,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,4.065253257751465 +1989,27,0,other external,15-17 yrs,6,172191,16.033613204956055,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,3.4845027923583984 +1989,27,0,internal,15-17 yrs,25,172191,16.033613204956055,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,14.518760681152344 +1989,27,0,all,18-20 yrs,190,196728,18.999832153320312,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,96.580047607421875 +1989,27,0,MVA,18-20 yrs,89,196728,18.999832153320312,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,45.24012756347656 +1989,27,0,suicide,18-20 yrs,40,196728,18.999832153320312,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,20.3326416015625 +1989,27,0,homicide,18-20 yrs,6,196728,18.999832153320312,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,3.049896240234375 +1989,27,0,other external,18-20 yrs,18,196728,18.999832153320312,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,9.149688720703125 +1989,27,0,internal,18-20 yrs,37,196728,18.999832153320312,0,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,18.807693481445312 +1989,27,0,all,21-24 yrs,196,256197,22.551427841186523,1,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,76.503631591796875 +1989,27,0,MVA,21-24 yrs,71,256197,22.551427841186523,1,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,27.713048934936523 +1989,27,0,suicide,21-24 yrs,38,256197,22.551427841186523,1,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,14.83233642578125 +1989,27,0,homicide,21-24 yrs,9,256197,22.551427841186523,1,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,3.5129218101501465 +1989,27,0,other external,21-24 yrs,30,256197,22.551427841186523,1,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,11.709738731384277 +1989,27,0,internal,21-24 yrs,48,256197,22.551427841186523,1,0.11935483664274216,1.2799999713897705,0.27000001072883606,0.8799999952316284,2.430000066757202,18.73558235168457 +1990,27,0,MVA,15-17 yrs,37,172104,15.993945121765137,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,21.498628616333008 +1990,27,0,suicide,15-17 yrs,14,172104,15.993945121765137,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,8.134615898132324 +1990,27,0,homicide,15-17 yrs,8,172104,15.993945121765137,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,4.648352146148682 +1990,27,0,other external,15-17 yrs,16,172104,15.993945121765137,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,9.296704292297363 +1990,27,0,internal,15-17 yrs,26,172104,15.993945121765137,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,15.107144355773926 +1990,27,0,all,18-20 yrs,188,192710,19.03853416442871,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,97.55591583251953 +1990,27,0,MVA,18-20 yrs,74,192710,19.03853416442871,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,38.3996696472168 +1990,27,0,suicide,18-20 yrs,45,192710,19.03853416442871,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,23.35114860534668 +1990,27,0,homicide,18-20 yrs,11,192710,19.03853416442871,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,5.708058834075928 +1990,27,0,other external,18-20 yrs,18,192710,19.03853416442871,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,9.340459823608398 +1990,27,0,internal,18-20 yrs,40,192710,19.03853416442871,0,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,20.756576538085938 +1990,27,0,all,21-24 yrs,216,249277,22.517696380615234,1,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,86.65059661865234 +1990,27,0,MVA,21-24 yrs,85,249277,22.517696380615234,1,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,34.09861373901367 +1990,27,0,suicide,21-24 yrs,47,249277,22.517696380615234,1,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,18.85452651977539 +1990,27,0,homicide,21-24 yrs,11,249277,22.517696380615234,1,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,4.412761688232422 +1990,27,0,other external,21-24 yrs,23,249277,22.517696380615234,1,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,9.226683616638184 +1990,27,0,internal,21-24 yrs,50,249277,22.517696380615234,1,0.11323641985654831,1.3200000524520874,0.27000001072883606,0.9599999785423279,2.549999952316284,20.058008193969727 +1991,27,0,MVA,15-17 yrs,33,174899,15.991480827331543,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,18.868032455444336 +1991,27,0,suicide,15-17 yrs,24,174899,15.991480827331543,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,13.72220516204834 +1991,27,0,homicide,15-17 yrs,5,174899,15.991480827331543,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,2.858792781829834 +1991,27,0,other external,15-17 yrs,7,174899,15.991480827331543,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,4.002309799194336 +1991,27,0,internal,15-17 yrs,29,174899,15.991480827331543,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,16.580997467041016 +1991,27,0,all,18-20 yrs,161,184108,19.05491828918457,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,87.44866943359375 +1991,27,0,MVA,18-20 yrs,80,184108,19.05491828918457,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,43.452754974365234 +1991,27,0,suicide,18-20 yrs,24,184108,19.05491828918457,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,13.035826683044434 +1991,27,0,homicide,18-20 yrs,15,184108,19.05491828918457,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,8.147391319274902 +1991,27,0,other external,18-20 yrs,19,184108,19.05491828918457,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,10.320029258728027 +1991,27,0,internal,18-20 yrs,23,184108,19.05491828918457,0,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,12.492667198181152 +1991,27,0,all,21-24 yrs,198,247247,22.485551834106445,1,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,80.08186340332031 +1991,27,0,MVA,21-24 yrs,62,247247,22.485551834106445,1,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,25.07613754272461 +1991,27,0,suicide,21-24 yrs,53,247247,22.485551834106445,1,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,21.436054229736328 +1991,27,0,homicide,21-24 yrs,16,247247,22.485551834106445,1,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,6.471261501312256 +1991,27,0,other external,21-24 yrs,23,247247,22.485551834106445,1,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,9.302438735961914 +1991,27,0,internal,21-24 yrs,44,247247,22.485551834106445,1,0.10866373032331467,1.2999999523162842,0.23999999463558197,0.8100000023841858,2.3499999046325684,17.795969009399414 +1992,27,0,MVA,15-17 yrs,41,182234,15.985420227050781,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,22.498546600341797 +1992,27,0,suicide,15-17 yrs,21,182234,15.985420227050781,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,11.523645401000977 +1992,27,0,homicide,15-17 yrs,7,182234,15.985420227050781,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,3.841215133666992 +1992,27,0,other external,15-17 yrs,8,182234,15.985420227050781,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,4.389960289001465 +1992,27,0,internal,15-17 yrs,28,182234,15.985420227050781,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,15.364860534667969 +1992,27,0,all,18-20 yrs,142,175379,19.02821922302246,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,80.9675064086914 +1992,27,0,MVA,18-20 yrs,55,175379,19.02821922302246,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,31.360652923583984 +1992,27,0,suicide,18-20 yrs,29,175379,19.02821922302246,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,16.53561782836914 +1992,27,0,homicide,18-20 yrs,9,175379,19.02821922302246,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,5.131743431091309 +1992,27,0,other external,18-20 yrs,19,175379,19.02821922302246,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,10.833680152893066 +1992,27,0,internal,18-20 yrs,30,175379,19.02821922302246,0,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,17.105810165405273 +1992,27,0,all,21-24 yrs,201,247611,22.470136642456055,1,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,81.17571258544922 +1992,27,0,MVA,21-24 yrs,74,247611,22.470136642456055,1,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,29.88558578491211 +1992,27,0,suicide,21-24 yrs,44,247611,22.470136642456055,1,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,17.769807815551758 +1992,27,0,homicide,21-24 yrs,17,247611,22.470136642456055,1,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,6.865607738494873 +1992,27,0,other external,21-24 yrs,16,247611,22.470136642456055,1,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,6.4617486000061035 +1992,27,0,internal,21-24 yrs,50,247611,22.470136642456055,1,0.10548824071884155,1.25,0.25,0.8500000238418579,2.3499999046325684,20.192964553833008 +1993,27,0,MVA,15-17 yrs,33,188627,15.974950790405273,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,17.494844436645508 +1993,27,0,suicide,15-17 yrs,18,188627,15.974950790405273,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,9.542642593383789 +1993,27,0,homicide,15-17 yrs,9,188627,15.974950790405273,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,4.7713212966918945 +1993,27,0,other external,15-17 yrs,9,188627,15.974950790405273,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,4.7713212966918945 +1993,27,0,internal,15-17 yrs,31,188627,15.974950790405273,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,16.434551239013672 +1993,27,0,all,18-20 yrs,127,175739,18.996084213256836,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,72.2662582397461 +1993,27,0,MVA,18-20 yrs,47,175739,18.996084213256836,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,26.744205474853516 +1993,27,0,suicide,18-20 yrs,29,175739,18.996084213256836,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,16.50174331665039 +1993,27,0,homicide,18-20 yrs,19,175739,18.996084213256836,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,10.811487197875977 +1993,27,0,other external,18-20 yrs,12,175739,18.996084213256836,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,6.82830810546875 +1993,27,0,internal,18-20 yrs,20,175739,18.996084213256836,0,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,11.380513191223145 +1993,27,0,all,21-24 yrs,186,245794,22.511493682861328,1,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,75.673126220703125 +1993,27,0,MVA,21-24 yrs,51,245794,22.511493682861328,1,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,20.749082565307617 +1993,27,0,suicide,21-24 yrs,48,245794,22.511493682861328,1,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,19.528549194335938 +1993,27,0,homicide,21-24 yrs,16,245794,22.511493682861328,1,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,6.50951623916626 +1993,27,0,other external,21-24 yrs,25,245794,22.511493682861328,1,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,10.17111873626709 +1993,27,0,internal,21-24 yrs,46,245794,22.511493682861328,1,0.10242214798927307,1.2400000095367432,0.23999999463558197,0.8399999737739563,2.3299999237060547,18.714859008789062 +1994,27,0,MVA,15-17 yrs,42,198062,15.976456642150879,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,21.205480575561523 +1994,27,0,suicide,15-17 yrs,11,198062,15.976456642150879,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,5.553816318511963 +1994,27,0,homicide,15-17 yrs,8,198062,15.976456642150879,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,4.039139270782471 +1994,27,0,other external,15-17 yrs,6,198062,15.976456642150879,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,3.0293543338775635 +1994,27,0,internal,15-17 yrs,36,198062,15.976456642150879,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,18.17612648010254 +1994,27,0,all,18-20 yrs,161,178800,18.99422836303711,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,90.04474639892578 +1994,27,0,MVA,18-20 yrs,63,178800,18.99422836303711,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,35.23489761352539 +1994,27,0,suicide,18-20 yrs,24,178800,18.99422836303711,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,13.422819137573242 +1994,27,0,homicide,18-20 yrs,19,178800,18.99422836303711,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,10.626398086547852 +1994,27,0,other external,18-20 yrs,21,178800,18.99422836303711,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,11.744966506958008 +1994,27,0,internal,18-20 yrs,34,178800,18.99422836303711,0,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,19.01565933227539 +1994,27,0,all,21-24 yrs,210,240067,22.55109214782715,1,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,87.47557830810547 +1994,27,0,MVA,21-24 yrs,68,240067,22.55109214782715,1,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,28.32542610168457 +1994,27,0,suicide,21-24 yrs,46,240067,22.55109214782715,1,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,19.161317825317383 +1994,27,0,homicide,21-24 yrs,24,240067,22.55109214782715,1,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,9.997209548950195 +1994,27,0,other external,21-24 yrs,17,240067,22.55109214782715,1,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,7.081356525421143 +1994,27,0,internal,21-24 yrs,55,240067,22.55109214782715,1,0.09986504912376404,1.2699999809265137,0.25,0.8299999833106995,2.3499999046325684,22.91027069091797 +1995,27,0,MVA,15-17 yrs,41,207881,15.967453002929688,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,19.722822189331055 +1995,27,0,suicide,15-17 yrs,22,207881,15.967453002929688,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,10.582977294921875 +1995,27,0,homicide,15-17 yrs,15,207881,15.967453002929688,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,7.215666770935059 +1995,27,0,other external,15-17 yrs,16,207881,15.967453002929688,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,7.69671106338501 +1995,27,0,internal,15-17 yrs,25,207881,15.967453002929688,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,12.026110649108887 +1995,27,0,all,18-20 yrs,133,185398,18.991687774658203,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,71.73755645751953 +1995,27,0,MVA,18-20 yrs,52,185398,18.991687774658203,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,28.047767639160156 +1995,27,0,suicide,18-20 yrs,21,185398,18.991687774658203,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,11.326983451843262 +1995,27,0,homicide,18-20 yrs,19,185398,18.991687774658203,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,10.248222351074219 +1995,27,0,other external,18-20 yrs,9,185398,18.991687774658203,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,4.854421138763428 +1995,27,0,internal,18-20 yrs,32,185398,18.991687774658203,0,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,17.260164260864258 +1995,27,0,all,21-24 yrs,216,232084,22.54832649230957,1,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,93.06974792480469 +1995,27,0,MVA,21-24 yrs,78,232084,22.54832649230957,1,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,33.6085205078125 +1995,27,0,suicide,21-24 yrs,37,232084,22.54832649230957,1,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,15.942503929138184 +1995,27,0,homicide,21-24 yrs,25,232084,22.54832649230957,1,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,10.77196216583252 +1995,27,0,other external,21-24 yrs,27,232084,22.54832649230957,1,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,11.633718490600586 +1995,27,0,internal,21-24 yrs,49,232084,22.54832649230957,1,0.09711286425590515,1.2400000095367432,0.25999999046325684,0.8299999833106995,2.319999933242798,21.11304473876953 +1996,27,0,MVA,15-17 yrs,51,216304,15.981276512145996,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,23.577926635742188 +1996,27,0,suicide,15-17 yrs,17,216304,15.981276512145996,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,7.859309196472168 +1996,27,0,homicide,15-17 yrs,10,216304,15.981276512145996,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,4.6231231689453125 +1996,27,0,other external,15-17 yrs,18,216304,15.981276512145996,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,8.321621894836426 +1996,27,0,internal,15-17 yrs,30,216304,15.981276512145996,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,13.869369506835938 +1996,27,0,all,18-20 yrs,156,191310,18.98212242126465,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,81.54304504394531 +1996,27,0,MVA,18-20 yrs,59,191310,18.98212242126465,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,30.839998245239258 +1996,27,0,suicide,18-20 yrs,24,191310,18.98212242126465,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,12.545083999633789 +1996,27,0,homicide,18-20 yrs,20,191310,18.98212242126465,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,10.45423698425293 +1996,27,0,other external,18-20 yrs,21,191310,18.98212242126465,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,10.976948738098145 +1996,27,0,internal,18-20 yrs,32,191310,18.98212242126465,0,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,16.726778030395508 +1996,27,0,all,21-24 yrs,166,227014,22.491718292236328,1,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,73.12324523925781 +1996,27,0,MVA,21-24 yrs,57,227014,22.491718292236328,1,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,25.108583450317383 +1996,27,0,suicide,21-24 yrs,36,227014,22.491718292236328,1,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,15.858053207397461 +1996,27,0,homicide,21-24 yrs,17,227014,22.491718292236328,1,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,7.488524913787842 +1996,27,0,other external,21-24 yrs,17,227014,22.491718292236328,1,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,7.488524913787842 +1996,27,0,internal,21-24 yrs,39,227014,22.491718292236328,1,0.09432759881019592,1.25,0.25999999046325684,0.8299999833106995,2.3399999141693115,17.17955780029297 +1970,28,1,MVA,15-17 yrs,71,144157,15.969560623168945,0,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,49.25185775756836 +1970,28,1,suicide,15-17 yrs,4,144157,15.969560623168945,0,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,2.774752616882324 +1970,28,1,homicide,15-17 yrs,11,144157,15.969560623168945,0,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,7.6305694580078125 +1970,28,1,other external,15-17 yrs,39,144157,15.969560623168945,0,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,27.053836822509766 +1970,28,1,internal,15-17 yrs,46,144157,15.969560623168945,0,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,31.90965461730957 +1970,28,1,all,18-20 yrs,214,130240,18.963336944580078,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,164.31204223632812 +1970,28,1,MVA,18-20 yrs,105,130240,18.963336944580078,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,80.620391845703125 +1970,28,1,suicide,18-20 yrs,7,130240,18.963336944580078,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,5.374692916870117 +1970,28,1,homicide,18-20 yrs,15,130240,18.963336944580078,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,11.51719856262207 +1970,28,1,other external,18-20 yrs,38,130240,18.963336944580078,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,29.176904678344727 +1970,28,1,internal,18-20 yrs,49,130240,18.963336944580078,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,37.62284851074219 +1970,28,1,all,21-24 yrs,264,132203,22.382896423339844,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,199.69290161132812 +1970,28,1,MVA,21-24 yrs,108,132203,22.382896423339844,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,81.69255065917969 +1970,28,1,suicide,21-24 yrs,10,132203,22.382896423339844,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,7.564125061035156 +1970,28,1,homicide,21-24 yrs,31,132203,22.382896423339844,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,23.448787689208984 +1970,28,1,other external,21-24 yrs,53,132203,22.382896423339844,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,40.08986282348633 +1970,28,1,internal,21-24 yrs,62,132203,22.382896423339844,1,1.1056700944900513,0.8199999928474426,0.07999999821186066,0.7099999785423279,1.6100000143051147,46.89757537841797 +1971,28,1,MVA,15-17 yrs,90,150427,15.984989166259766,0,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,59.82968521118164 +1971,28,1,suicide,15-17 yrs,8,150427,15.984989166259766,0,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,5.318194389343262 +1971,28,1,homicide,15-17 yrs,5,150427,15.984989166259766,0,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,3.323871374130249 +1971,28,1,other external,15-17 yrs,50,150427,15.984989166259766,0,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,33.238712310791016 +1971,28,1,internal,15-17 yrs,36,150427,15.984989166259766,0,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,23.931873321533203 +1971,28,1,all,18-20 yrs,221,133651,18.998571395874023,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,165.3560333251953 +1971,28,1,MVA,18-20 yrs,106,133651,18.998571395874023,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,79.31104278564453 +1971,28,1,suicide,18-20 yrs,12,133651,18.998571395874023,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,8.978608131408691 +1971,28,1,homicide,18-20 yrs,21,133651,18.998571395874023,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,15.712564468383789 +1971,28,1,other external,18-20 yrs,38,133651,18.998571395874023,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,28.432260513305664 +1971,28,1,internal,18-20 yrs,44,133651,18.998571395874023,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,32.921566009521484 +1971,28,1,all,21-24 yrs,296,151369,22.460491180419922,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,195.5486297607422 +1971,28,1,MVA,21-24 yrs,119,151369,22.460491180419922,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,78.61582946777344 +1971,28,1,suicide,21-24 yrs,12,151369,22.460491180419922,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,7.927647113800049 +1971,28,1,homicide,21-24 yrs,48,151369,22.460491180419922,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,31.710588455200195 +1971,28,1,other external,21-24 yrs,38,151369,22.460491180419922,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,25.104215621948242 +1971,28,1,internal,21-24 yrs,79,151369,22.460491180419922,1,1.0592591762542725,0.9100000262260437,0.10000000149011612,0.75,1.7599999904632568,52.19034194946289 +1972,28,1,MVA,15-17 yrs,78,154350,15.991551399230957,0,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,50.53450012207031 +1972,28,1,suicide,15-17 yrs,8,154350,15.991551399230957,0,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,5.183025360107422 +1972,28,1,homicide,15-17 yrs,10,154350,15.991551399230957,0,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,6.4787821769714355 +1972,28,1,other external,15-17 yrs,64,154350,15.991551399230957,0,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,41.464202880859375 +1972,28,1,internal,15-17 yrs,52,154350,15.991551399230957,0,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,33.689666748046875 +1972,28,1,all,18-20 yrs,224,136379,18.98509979248047,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,164.2481689453125 +1972,28,1,MVA,18-20 yrs,98,136379,18.98509979248047,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,71.85857391357422 +1972,28,1,suicide,18-20 yrs,16,136379,18.98509979248047,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,11.732011795043945 +1972,28,1,homicide,18-20 yrs,24,136379,18.98509979248047,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,17.5980167388916 +1972,28,1,other external,18-20 yrs,42,136379,18.98509979248047,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,30.79652976989746 +1972,28,1,internal,18-20 yrs,44,136379,18.98509979248047,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,32.263031005859375 +1972,28,1,all,21-24 yrs,322,159276,22.41996955871582,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,202.164794921875 +1972,28,1,MVA,21-24 yrs,108,159276,22.41996955871582,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,67.80682373046875 +1972,28,1,suicide,21-24 yrs,18,159276,22.41996955871582,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,11.301137924194336 +1972,28,1,homicide,21-24 yrs,64,159276,22.41996955871582,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,40.18182373046875 +1972,28,1,other external,21-24 yrs,68,159276,22.41996955871582,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,42.69318771362305 +1972,28,1,internal,21-24 yrs,64,159276,22.41996955871582,1,1.0263158082962036,0.949999988079071,0.10999999940395355,0.75,1.8200000524520874,40.18182373046875 +1973,28,1,MVA,15-17 yrs,63,156561,15.995739936828613,0,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,40.239906311035156 +1973,28,1,suicide,15-17 yrs,7,156561,15.995739936828613,0,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,4.471100807189941 +1973,28,1,homicide,15-17 yrs,7,156561,15.995739936828613,0,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,4.471100807189941 +1973,28,1,other external,15-17 yrs,60,156561,15.995739936828613,0,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,38.3237190246582 +1973,28,1,internal,15-17 yrs,36,156561,15.995739936828613,0,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,22.994232177734375 +1973,28,1,all,18-20 yrs,252,141593,18.96112060546875,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,177.9748992919922 +1973,28,1,MVA,18-20 yrs,100,141593,18.96112060546875,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,70.62496185302734 +1973,28,1,suicide,18-20 yrs,12,141593,18.96112060546875,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,8.474995613098145 +1973,28,1,homicide,18-20 yrs,33,141593,18.96112060546875,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,23.306236267089844 +1973,28,1,other external,18-20 yrs,56,141593,18.96112060546875,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,39.54997634887695 +1973,28,1,internal,18-20 yrs,51,141593,18.96112060546875,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,36.01873016357422 +1973,28,1,all,21-24 yrs,283,167269,22.43941879272461,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,169.1885528564453 +1973,28,1,MVA,21-24 yrs,107,167269,22.43941879272461,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,63.968814849853516 +1973,28,1,suicide,21-24 yrs,17,167269,22.43941879272461,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,10.163269996643066 +1973,28,1,homicide,21-24 yrs,33,167269,22.43941879272461,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,19.728700637817383 +1973,28,1,other external,21-24 yrs,58,167269,22.43941879272461,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,34.674686431884766 +1973,28,1,internal,21-24 yrs,68,167269,22.43941879272461,1,0.9662161469459534,0.9800000190734863,0.10000000149011612,0.7599999904632568,1.850000023841858,40.653079986572266 +1974,28,1,MVA,15-17 yrs,53,158080,16.001726150512695,0,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,33.52732849121094 +1974,28,1,suicide,15-17 yrs,6,158080,16.001726150512695,0,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,3.795546531677246 +1974,28,1,homicide,15-17 yrs,14,158080,16.001726150512695,0,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,8.85627555847168 +1974,28,1,other external,15-17 yrs,45,158080,16.001726150512695,0,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,28.466598510742188 +1974,28,1,internal,15-17 yrs,47,158080,16.001726150512695,0,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,29.731781005859375 +1974,28,1,all,18-20 yrs,202,146051,18.972702026367188,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,138.30784606933594 +1974,28,1,MVA,18-20 yrs,70,146051,18.972702026367188,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,47.928462982177734 +1974,28,1,suicide,18-20 yrs,9,146051,18.972702026367188,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,6.162230968475342 +1974,28,1,homicide,18-20 yrs,21,146051,18.972702026367188,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,14.378539085388184 +1974,28,1,other external,18-20 yrs,54,146051,18.972702026367188,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,36.973384857177734 +1974,28,1,internal,18-20 yrs,48,146051,18.972702026367188,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,32.865230560302734 +1974,28,1,all,21-24 yrs,265,168343,22.48244285583496,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,157.4167022705078 +1974,28,1,MVA,21-24 yrs,78,168343,22.48244285583496,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,46.3339729309082 +1974,28,1,suicide,21-24 yrs,17,168343,22.48244285583496,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,10.098429679870605 +1974,28,1,homicide,21-24 yrs,47,168343,22.48244285583496,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,27.919189453125 +1974,28,1,other external,21-24 yrs,45,168343,22.48244285583496,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,26.731138229370117 +1974,28,1,internal,21-24 yrs,78,168343,22.48244285583496,1,0.8701825737953186,1.0199999809265137,0.10999999940395355,0.8100000023841858,1.940000057220459,46.3339729309082 +1975,28,1,MVA,15-17 yrs,53,158012,15.996943473815918,0,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,33.54175567626953 +1975,28,1,suicide,15-17 yrs,4,158012,15.996943473815918,0,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,2.5314533710479736 +1975,28,1,homicide,15-17 yrs,5,158012,15.996943473815918,0,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,3.1643166542053223 +1975,28,1,other external,15-17 yrs,47,158012,15.996943473815918,0,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,29.74457550048828 +1975,28,1,internal,15-17 yrs,29,158012,15.996943473815918,0,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,18.353036880493164 +1975,28,1,all,18-20 yrs,186,149862,18.979040145874023,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,124.11418151855469 +1975,28,1,MVA,18-20 yrs,63,149862,18.979040145874023,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,42.03867721557617 +1975,28,1,suicide,18-20 yrs,10,149862,18.979040145874023,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,6.6728057861328125 +1975,28,1,homicide,18-20 yrs,21,149862,18.979040145874023,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,14.01289176940918 +1975,28,1,other external,18-20 yrs,44,149862,18.979040145874023,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,29.36034393310547 +1975,28,1,internal,18-20 yrs,48,149862,18.979040145874023,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,32.02946853637695 +1975,28,1,all,21-24 yrs,214,169792,22.47975730895996,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,126.03656005859375 +1975,28,1,MVA,21-24 yrs,44,169792,22.47975730895996,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,25.914058685302734 +1975,28,1,suicide,21-24 yrs,19,169792,22.47975730895996,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,11.19016170501709 +1975,28,1,homicide,21-24 yrs,39,169792,22.47975730895996,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,22.969280242919922 +1975,28,1,other external,21-24 yrs,65,169792,22.47975730895996,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,38.282135009765625 +1975,28,1,internal,21-24 yrs,47,169792,22.47975730895996,1,0.797397792339325,1.0199999809265137,0.12999999523162842,0.8399999737739563,1.9800000190734863,27.680927276611328 +1976,28,1,MVA,15-17 yrs,57,158191,16.000696182250977,0,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,36.03239059448242 +1976,28,1,suicide,15-17 yrs,8,158191,16.000696182250977,0,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,5.057177543640137 +1976,28,1,homicide,15-17 yrs,8,158191,16.000696182250977,0,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,5.057177543640137 +1976,28,1,other external,15-17 yrs,38,158191,16.000696182250977,0,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,24.021595001220703 +1976,28,1,internal,15-17 yrs,32,158191,16.000696182250977,0,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,20.228710174560547 +1976,28,1,all,18-20 yrs,201,151995,18.983552932739258,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,132.24119567871094 +1976,28,1,MVA,18-20 yrs,80,151995,18.983552932739258,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,52.63330841064453 +1976,28,1,suicide,18-20 yrs,10,151995,18.983552932739258,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,6.579163551330566 +1976,28,1,homicide,18-20 yrs,21,151995,18.983552932739258,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,13.816244125366211 +1976,28,1,other external,18-20 yrs,48,151995,18.983552932739258,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,31.579986572265625 +1976,28,1,internal,18-20 yrs,42,151995,18.983552932739258,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,27.632488250732422 +1976,28,1,all,21-24 yrs,244,171905,22.445972442626953,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,141.93885803222656 +1976,28,1,MVA,21-24 yrs,73,171905,22.445972442626953,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,42.46531677246094 +1976,28,1,suicide,21-24 yrs,24,171905,22.445972442626953,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,13.961199760437012 +1976,28,1,homicide,21-24 yrs,38,171905,22.445972442626953,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,22.10523223876953 +1976,28,1,other external,21-24 yrs,47,171905,22.445972442626953,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,27.340682983398438 +1976,28,1,internal,21-24 yrs,62,171905,22.445972442626953,1,0.753954291343689,1.0199999809265137,0.12999999523162842,0.8600000143051147,2.009999990463257,36.06643295288086 +1977,28,1,MVA,15-17 yrs,72,158052,16.003284454345703,0,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,45.55462646484375 +1977,28,1,suicide,15-17 yrs,7,158052,16.003284454345703,0,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,4.428922176361084 +1977,28,1,homicide,15-17 yrs,8,158052,16.003284454345703,0,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,5.0616254806518555 +1977,28,1,other external,15-17 yrs,46,158052,16.003284454345703,0,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,29.104345321655273 +1977,28,1,internal,15-17 yrs,30,158052,16.003284454345703,0,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,18.981094360351562 +1977,28,1,all,18-20 yrs,216,153372,18.990741729736328,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,140.83404541015625 +1977,28,1,MVA,18-20 yrs,81,153372,18.990741729736328,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,52.81277084350586 +1977,28,1,suicide,18-20 yrs,10,153372,18.990741729736328,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,6.520094871520996 +1977,28,1,homicide,18-20 yrs,30,153372,18.990741729736328,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,19.560285568237305 +1977,28,1,other external,18-20 yrs,50,153372,18.990741729736328,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,32.6004753112793 +1977,28,1,internal,18-20 yrs,45,153372,18.990741729736328,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,29.34042739868164 +1977,28,1,all,21-24 yrs,277,174503,22.426881790161133,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,158.7365264892578 +1977,28,1,MVA,21-24 yrs,86,174503,22.426881790161133,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,49.28282165527344 +1977,28,1,suicide,21-24 yrs,19,174503,22.426881790161133,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,10.888065338134766 +1977,28,1,homicide,21-24 yrs,51,174503,22.426881790161133,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,29.225858688354492 +1977,28,1,other external,21-24 yrs,58,174503,22.426881790161133,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,33.23725128173828 +1977,28,1,internal,21-24 yrs,63,174503,22.426881790161133,1,0.7079207897186279,1.0800000429153442,0.10999999940395355,0.8600000143051147,2.049999952316284,36.10253143310547 +1978,28,1,MVA,15-17 yrs,59,157386,15.998710632324219,0,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,37.487449645996094 +1978,28,1,suicide,15-17 yrs,9,157386,15.998710632324219,0,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,5.7184247970581055 +1978,28,1,homicide,15-17 yrs,9,157386,15.998710632324219,0,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,5.7184247970581055 +1978,28,1,other external,15-17 yrs,28,157386,15.998710632324219,0,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,17.7906551361084 +1978,28,1,internal,15-17 yrs,15,157386,15.998710632324219,0,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,9.530708312988281 +1978,28,1,all,18-20 yrs,228,154134,18.986194610595703,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,147.92323303222656 +1978,28,1,MVA,18-20 yrs,112,154134,18.986194610595703,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,72.66404724121094 +1978,28,1,suicide,18-20 yrs,15,154134,18.986194610595703,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,9.731791496276855 +1978,28,1,homicide,18-20 yrs,24,154134,18.986194610595703,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,15.570866584777832 +1978,28,1,other external,18-20 yrs,46,154134,18.986194610595703,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,29.844161987304688 +1978,28,1,internal,18-20 yrs,31,154134,18.986194610595703,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,20.112369537353516 +1978,28,1,all,21-24 yrs,298,179531,22.439149856567383,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,165.98805236816406 +1978,28,1,MVA,21-24 yrs,125,179531,22.439149856567383,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,69.62586212158203 +1978,28,1,suicide,21-24 yrs,25,179531,22.439149856567383,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,13.925171852111816 +1978,28,1,homicide,21-24 yrs,39,179531,22.439149856567383,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,21.723268508911133 +1978,28,1,other external,21-24 yrs,55,179531,22.439149856567383,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,30.635377883911133 +1978,28,1,internal,21-24 yrs,54,179531,22.439149856567383,1,0.6579754948616028,1.159999966621399,0.10000000149011612,0.9100000262260437,2.180000066757202,30.078371047973633 +1979,28,1,MVA,15-17 yrs,65,156305,16.000965118408203,0,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,41.58536148071289 +1979,28,1,suicide,15-17 yrs,4,156305,16.000965118408203,0,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,2.5590991973876953 +1979,28,1,homicide,15-17 yrs,12,156305,16.000965118408203,0,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,7.677297592163086 +1979,28,1,other external,15-17 yrs,35,156305,16.000965118408203,0,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,22.392118453979492 +1979,28,1,internal,15-17 yrs,36,156305,16.000965118408203,0,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,23.031892776489258 +1979,28,1,all,18-20 yrs,201,153684,18.989933013916016,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,130.78785705566406 +1979,28,1,MVA,18-20 yrs,84,153684,18.989933013916016,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,54.65760803222656 +1979,28,1,suicide,18-20 yrs,15,153684,18.989933013916016,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,9.760287284851074 +1979,28,1,homicide,18-20 yrs,24,153684,18.989933013916016,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,15.616459846496582 +1979,28,1,other external,18-20 yrs,42,153684,18.989933013916016,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,27.32880401611328 +1979,28,1,internal,18-20 yrs,36,153684,18.989933013916016,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,23.42469024658203 +1979,28,1,all,21-24 yrs,299,181296,22.453182220458984,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,164.9236602783203 +1979,28,1,MVA,21-24 yrs,103,181296,22.453182220458984,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,56.813167572021484 +1979,28,1,suicide,21-24 yrs,22,181296,22.453182220458984,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,12.134851455688477 +1979,28,1,homicide,21-24 yrs,48,181296,22.453182220458984,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,26.47603988647461 +1979,28,1,other external,21-24 yrs,61,181296,22.453182220458984,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,33.64663314819336 +1979,28,1,internal,21-24 yrs,65,181296,22.453182220458984,1,0.5909090638160706,1.149999976158142,0.10000000149011612,0.8399999737739563,2.0899999141693115,35.852970123291016 +1980,28,1,MVA,15-17 yrs,55,152545,16.013301849365234,0,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,36.054935455322266 +1980,28,1,suicide,15-17 yrs,6,152545,16.013301849365234,0,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,3.9332656860351562 +1980,28,1,homicide,15-17 yrs,8,152545,16.013301849365234,0,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,5.244354248046875 +1980,28,1,other external,15-17 yrs,39,152545,16.013301849365234,0,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,25.566226959228516 +1980,28,1,internal,15-17 yrs,23,152545,16.013301849365234,0,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,15.077518463134766 +1980,28,1,all,18-20 yrs,230,156958,18.994558334350586,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,146.5360107421875 +1980,28,1,MVA,18-20 yrs,100,156958,18.994558334350586,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,63.71131134033203 +1980,28,1,suicide,18-20 yrs,13,156958,18.994558334350586,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,8.282470703125 +1980,28,1,homicide,18-20 yrs,23,156958,18.994558334350586,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,14.65360164642334 +1980,28,1,other external,18-20 yrs,48,156958,18.994558334350586,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,30.58142852783203 +1980,28,1,internal,18-20 yrs,46,156958,18.994558334350586,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,29.30720329284668 +1980,28,1,all,21-24 yrs,307,183660,22.46027946472168,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,167.15670776367188 +1980,28,1,MVA,21-24 yrs,109,183660,22.46027946472168,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,59.34879684448242 +1980,28,1,suicide,21-24 yrs,32,183660,22.46027946472168,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,17.423500061035156 +1980,28,1,homicide,21-24 yrs,54,183660,22.46027946472168,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,29.402156829833984 +1980,28,1,other external,21-24 yrs,58,183660,22.46027946472168,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,31.580093383789062 +1980,28,1,internal,21-24 yrs,54,183660,22.46027946472168,1,0.5206310749053955,1.1299999952316284,0.10000000149011612,0.8600000143051147,2.0899999141693115,29.402156829833984 +1981,28,1,MVA,15-17 yrs,50,146507,16.03266716003418,0,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,34.1280632019043 +1981,28,1,suicide,15-17 yrs,6,146507,16.03266716003418,0,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,4.095367431640625 +1981,28,1,homicide,15-17 yrs,3,146507,16.03266716003418,0,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,2.0476837158203125 +1981,28,1,other external,15-17 yrs,36,146507,16.03266716003418,0,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,24.57220458984375 +1981,28,1,internal,15-17 yrs,31,146507,16.03266716003418,0,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,21.159399032592773 +1981,28,1,all,18-20 yrs,215,158356,19.011201858520508,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,135.77003479003906 +1981,28,1,MVA,18-20 yrs,93,158356,19.011201858520508,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,58.72843551635742 +1981,28,1,suicide,18-20 yrs,15,158356,19.011201858520508,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,9.472328186035156 +1981,28,1,homicide,18-20 yrs,21,158356,19.011201858520508,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,13.261259078979492 +1981,28,1,other external,18-20 yrs,48,158356,19.011201858520508,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,30.311450958251953 +1981,28,1,internal,18-20 yrs,38,158356,19.011201858520508,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,23.996564865112305 +1981,28,1,all,21-24 yrs,286,187518,22.459043502807617,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,152.51869201660156 +1981,28,1,MVA,21-24 yrs,114,187518,22.459043502807617,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,60.79416275024414 +1981,28,1,suicide,21-24 yrs,34,187518,22.459043502807617,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,18.131591796875 +1981,28,1,homicide,21-24 yrs,38,187518,22.459043502807617,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,20.264720916748047 +1981,28,1,other external,21-24 yrs,44,187518,22.459043502807617,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,23.464414596557617 +1981,28,1,internal,21-24 yrs,56,187518,22.459043502807617,1,0.47194716334342957,1.190000057220459,0.10999999940395355,0.8399999737739563,2.140000104904175,29.863800048828125 +1982,28,1,MVA,15-17 yrs,48,140521,16.033077239990234,0,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,34.15859603881836 +1982,28,1,suicide,15-17 yrs,6,140521,16.033077239990234,0,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,4.269824504852295 +1982,28,1,homicide,15-17 yrs,11,140521,16.033077239990234,0,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,7.828011512756348 +1982,28,1,other external,15-17 yrs,28,140521,16.033077239990234,0,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,19.92584800720215 +1982,28,1,internal,15-17 yrs,25,140521,16.033077239990234,0,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,17.790935516357422 +1982,28,1,all,18-20 yrs,195,157378,19.015657424926758,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,123.90550231933594 +1982,28,1,MVA,18-20 yrs,84,157378,19.015657424926758,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,53.37467575073242 +1982,28,1,suicide,18-20 yrs,13,157378,19.015657424926758,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,8.260366439819336 +1982,28,1,homicide,18-20 yrs,29,157378,19.015657424926758,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,18.426971435546875 +1982,28,1,other external,18-20 yrs,39,157378,19.015657424926758,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,24.78110122680664 +1982,28,1,internal,18-20 yrs,30,157378,19.015657424926758,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,19.06238555908203 +1982,28,1,all,21-24 yrs,282,191115,22.444690704345703,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,147.5551300048828 +1982,28,1,MVA,21-24 yrs,109,191115,22.444690704345703,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,57.033721923828125 +1982,28,1,suicide,21-24 yrs,22,191115,22.444690704345703,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,11.511393547058105 +1982,28,1,homicide,21-24 yrs,62,191115,22.444690704345703,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,32.441200256347656 +1982,28,1,other external,21-24 yrs,46,191115,22.444690704345703,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,24.069276809692383 +1982,28,1,internal,21-24 yrs,43,191115,22.444690704345703,1,0.44455957412719727,1.190000057220459,0.10999999940395355,0.8199999928474426,2.109999895095825,22.499542236328125 +1983,28,1,MVA,15-17 yrs,45,135098,16.014301300048828,0,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,33.30915451049805 +1983,28,1,suicide,15-17 yrs,9,135098,16.014301300048828,0,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,6.661830902099609 +1983,28,1,homicide,15-17 yrs,6,135098,16.014301300048828,0,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,4.441220283508301 +1983,28,1,other external,15-17 yrs,33,135098,16.014301300048828,0,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,24.426712036132812 +1983,28,1,internal,15-17 yrs,21,135098,16.014301300048828,0,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,15.544271469116211 +1983,28,1,all,18-20 yrs,192,154465,19.016132354736328,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,124.30000305175781 +1983,28,1,MVA,18-20 yrs,81,154465,19.016132354736328,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,52.439064025878906 +1983,28,1,suicide,18-20 yrs,21,154465,19.016132354736328,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,13.59531307220459 +1983,28,1,homicide,18-20 yrs,21,154465,19.016132354736328,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,13.59531307220459 +1983,28,1,other external,18-20 yrs,30,154465,19.016132354736328,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,19.421875 +1983,28,1,internal,18-20 yrs,39,154465,19.016132354736328,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,25.248437881469727 +1983,28,1,all,21-24 yrs,251,193476,22.448314666748047,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,129.7318572998047 +1983,28,1,MVA,21-24 yrs,95,193476,22.448314666748047,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,49.1016960144043 +1983,28,1,suicide,21-24 yrs,22,193476,22.448314666748047,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,11.370919227600098 +1983,28,1,homicide,21-24 yrs,33,193476,22.448314666748047,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,17.056379318237305 +1983,28,1,other external,21-24 yrs,53,193476,22.448314666748047,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,27.393579483032227 +1983,28,1,internal,21-24 yrs,48,193476,22.448314666748047,1,0.4307228922843933,1.190000057220459,0.10999999940395355,0.7900000214576721,2.0899999141693115,24.80927848815918 +1984,28,1,MVA,15-17 yrs,39,134358,15.996278762817383,0,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,29.026927947998047 +1984,28,1,suicide,15-17 yrs,6,134358,15.996278762817383,0,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,4.465681076049805 +1984,28,1,homicide,15-17 yrs,3,134358,15.996278762817383,0,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,2.2328405380249023 +1984,28,1,other external,15-17 yrs,27,134358,15.996278762817383,0,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,20.095565795898438 +1984,28,1,internal,15-17 yrs,28,134358,15.996278762817383,0,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,20.839845657348633 +1984,28,1,all,18-20 yrs,177,149171,19.032981872558594,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,118.65576934814453 +1984,28,1,MVA,18-20 yrs,82,149171,19.032981872558594,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,54.9704704284668 +1984,28,1,suicide,18-20 yrs,10,149171,19.032981872558594,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,6.703715801239014 +1984,28,1,homicide,18-20 yrs,21,149171,19.032981872558594,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,14.077803611755371 +1984,28,1,other external,18-20 yrs,27,149171,19.032981872558594,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,18.100032806396484 +1984,28,1,internal,18-20 yrs,37,149171,19.032981872558594,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,24.803749084472656 +1984,28,1,all,21-24 yrs,226,193359,22.466676712036133,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,116.88103485107422 +1984,28,1,MVA,21-24 yrs,75,193359,22.466676712036133,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,38.7879524230957 +1984,28,1,suicide,21-24 yrs,30,193359,22.466676712036133,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,15.515181541442871 +1984,28,1,homicide,21-24 yrs,35,193359,22.466676712036133,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,18.101045608520508 +1984,28,1,other external,21-24 yrs,37,193359,22.466676712036133,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,19.135391235351562 +1984,28,1,internal,21-24 yrs,49,193359,22.466676712036133,1,0.412896990776062,1.190000057220459,0.10999999940395355,0.7699999809265137,2.059999942779541,25.341463088989258 +1985,28,1,MVA,15-17 yrs,37,136521,15.978340148925781,0,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,27.10205841064453 +1985,28,1,suicide,15-17 yrs,8,136521,15.978340148925781,0,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,5.8599042892456055 +1985,28,1,homicide,15-17 yrs,8,136521,15.978340148925781,0,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,5.8599042892456055 +1985,28,1,other external,15-17 yrs,21,136521,15.978340148925781,0,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,15.382248878479004 +1985,28,1,internal,15-17 yrs,22,136521,15.978340148925781,0,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,16.114736557006836 +1985,28,1,all,18-20 yrs,170,143099,19.02985382080078,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,118.79887390136719 +1985,28,1,MVA,18-20 yrs,70,143099,19.02985382080078,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,48.91718292236328 +1985,28,1,suicide,18-20 yrs,15,143099,19.02985382080078,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,10.482253074645996 +1985,28,1,homicide,18-20 yrs,21,143099,19.02985382080078,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,14.675154685974121 +1985,28,1,other external,18-20 yrs,34,143099,19.02985382080078,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,23.759775161743164 +1985,28,1,internal,18-20 yrs,30,143099,19.02985382080078,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,20.964506149291992 +1985,28,1,all,21-24 yrs,248,190409,22.48297691345215,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,130.24594116210938 +1985,28,1,MVA,21-24 yrs,102,190409,22.48297691345215,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,53.56889724731445 +1985,28,1,suicide,21-24 yrs,29,190409,22.48297691345215,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,15.230372428894043 +1985,28,1,homicide,21-24 yrs,29,190409,22.48297691345215,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,15.230372428894043 +1985,28,1,other external,21-24 yrs,32,190409,22.48297691345215,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,16.80592918395996 +1985,28,1,internal,21-24 yrs,56,190409,22.48297691345215,1,0.3986988961696625,1.2100000381469727,0.10000000149011612,0.7300000190734863,2.0399999618530273,29.41037368774414 +1986,28,0.7479451894760132,MVA,15-17 yrs,53,139776,15.978350639343262,0,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,37.91781234741211 +1986,28,0.7479451894760132,suicide,15-17 yrs,9,139776,15.978350639343262,0,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,6.438873767852783 +1986,28,0.7479451894760132,homicide,15-17 yrs,11,139776,15.978350639343262,0,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,7.869734287261963 +1986,28,0.7479451894760132,other external,15-17 yrs,20,139776,15.978350639343262,0,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,14.308608055114746 +1986,28,0.7479451894760132,internal,15-17 yrs,28,139776,15.978350639343262,0,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,20.03205108642578 +1986,28,0.7479451894760132,all,18-20 yrs,173,138016,19.011201858520508,0.7479451894760132,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,125.34778594970703 +1986,28,0.7479451894760132,MVA,18-20 yrs,82,138016,19.011201858520508,0.7479451894760132,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,59.41340255737305 +1986,28,0.7479451894760132,suicide,18-20 yrs,14,138016,19.011201858520508,0.7479451894760132,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,10.14375114440918 +1986,28,0.7479451894760132,homicide,18-20 yrs,25,138016,19.011201858520508,0.7479451894760132,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,18.113842010498047 +1986,28,0.7479451894760132,other external,18-20 yrs,25,138016,19.011201858520508,0.7479451894760132,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,18.113842010498047 +1986,28,0.7479451894760132,internal,18-20 yrs,27,138016,19.011201858520508,0.7479451894760132,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,19.562950134277344 +1986,28,0.7479451894760132,all,21-24 yrs,257,185440,22.487558364868164,1,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,138.58929443359375 +1986,28,0.7479451894760132,MVA,21-24 yrs,94,185440,22.487558364868164,1,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,50.690250396728516 +1986,28,0.7479451894760132,suicide,21-24 yrs,32,185440,22.487558364868164,1,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,17.256256103515625 +1986,28,0.7479451894760132,homicide,21-24 yrs,41,185440,22.487558364868164,1,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,22.109577178955078 +1986,28,0.7479451894760132,other external,21-24 yrs,36,185440,22.487558364868164,1,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,19.413288116455078 +1986,28,0.7479451894760132,internal,21-24 yrs,54,185440,22.487558364868164,1,0.3914233446121216,1.2599999904632568,0.10000000149011612,0.6800000071525574,2.0399999618530273,29.119930267333984 +1987,28,0,MVA,15-17 yrs,52,139023,16.006855010986328,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,37.40388107299805 +1987,28,0,suicide,15-17 yrs,11,139023,16.006855010986328,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,7.912359714508057 +1987,28,0,homicide,15-17 yrs,4,139023,16.006855010986328,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,2.8772218227386475 +1987,28,0,other external,15-17 yrs,15,139023,16.006855010986328,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,10.789581298828125 +1987,28,0,internal,15-17 yrs,22,139023,16.006855010986328,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,15.824719429016113 +1987,28,0,all,18-20 yrs,158,136863,18.99264144897461,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,115.44390869140625 +1987,28,0,MVA,18-20 yrs,82,136863,18.99264144897461,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,59.9139289855957 +1987,28,0,suicide,18-20 yrs,7,136863,18.99264144897461,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,5.114603519439697 +1987,28,0,homicide,18-20 yrs,21,136863,18.99264144897461,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,15.34381103515625 +1987,28,0,other external,18-20 yrs,20,136863,18.99264144897461,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,14.613153457641602 +1987,28,0,internal,18-20 yrs,28,136863,18.99264144897461,0,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,20.45841407775879 +1987,28,0,all,21-24 yrs,234,176076,22.500869750976562,1,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,132.89715576171875 +1987,28,0,MVA,21-24 yrs,98,176076,22.500869750976562,1,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,55.65778350830078 +1987,28,0,suicide,21-24 yrs,17,176076,22.500869750976562,1,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,9.654921531677246 +1987,28,0,homicide,21-24 yrs,33,176076,22.500869750976562,1,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,18.741907119750977 +1987,28,0,other external,21-24 yrs,38,176076,22.500869750976562,1,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,21.58159065246582 +1987,28,0,internal,21-24 yrs,48,176076,22.500869750976562,1,0.37764084339141846,1.2599999904632568,0.09000000357627869,0.6600000262260437,2.009999990463257,27.260955810546875 +1988,28,0,MVA,15-17 yrs,53,134918,16.030752182006836,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,39.283119201660156 +1988,28,0,suicide,15-17 yrs,17,134918,16.030752182006836,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,12.60024642944336 +1988,28,0,homicide,15-17 yrs,7,134918,16.030752182006836,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,5.1883368492126465 +1988,28,0,other external,15-17 yrs,17,134918,16.030752182006836,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,12.60024642944336 +1988,28,0,internal,15-17 yrs,25,134918,16.030752182006836,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,18.529773712158203 +1988,28,0,all,18-20 yrs,155,138218,18.973628997802734,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,112.14168548583984 +1988,28,0,MVA,18-20 yrs,74,138218,18.973628997802734,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,53.538612365722656 +1988,28,0,suicide,18-20 yrs,15,138218,18.973628997802734,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,10.852421760559082 +1988,28,0,homicide,18-20 yrs,18,138218,18.973628997802734,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,13.022906303405762 +1988,28,0,other external,18-20 yrs,18,138218,18.973628997802734,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,13.022906303405762 +1988,28,0,internal,18-20 yrs,30,138218,18.973628997802734,0,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,21.704843521118164 +1988,28,0,all,21-24 yrs,215,166599,22.50385093688965,1,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,129.05239868164062 +1988,28,0,MVA,21-24 yrs,91,166599,22.50385093688965,1,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,54.62217712402344 +1988,28,0,suicide,21-24 yrs,13,166599,22.50385093688965,1,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,7.803168296813965 +1988,28,0,homicide,21-24 yrs,26,166599,22.50385093688965,1,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,15.60633659362793 +1988,28,0,other external,21-24 yrs,37,166599,22.50385093688965,1,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,22.209016799926758 +1988,28,0,internal,21-24 yrs,48,166599,22.50385093688965,1,0.36263734102249146,1.2799999713897705,0.09000000357627869,0.6600000262260437,2.0299999713897705,28.811697006225586 +1989,28,0,MVA,15-17 yrs,43,128488,16.027753829956055,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,33.46615982055664 +1989,28,0,suicide,15-17 yrs,8,128488,16.027753829956055,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,6.22626256942749 +1989,28,0,homicide,15-17 yrs,7,128488,16.027753829956055,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,5.44797945022583 +1989,28,0,other external,15-17 yrs,20,128488,16.027753829956055,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,15.565655708312988 +1989,28,0,internal,15-17 yrs,28,128488,16.027753829956055,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,21.79191780090332 +1989,28,0,all,18-20 yrs,168,141493,18.971786499023438,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,118.7337875366211 +1989,28,0,MVA,18-20 yrs,88,141493,18.971786499023438,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,62.19388961791992 +1989,28,0,suicide,18-20 yrs,19,141493,18.971786499023438,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,13.428226470947266 +1989,28,0,homicide,18-20 yrs,20,141493,18.971786499023438,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,14.134974479675293 +1989,28,0,other external,18-20 yrs,20,141493,18.971786499023438,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,14.134974479675293 +1989,28,0,internal,18-20 yrs,21,141493,18.971786499023438,0,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,14.841723442077637 +1989,28,0,all,21-24 yrs,207,157730,22.48860740661621,1,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,131.23692321777344 +1989,28,0,MVA,21-24 yrs,87,157730,22.48860740661621,1,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,55.15754699707031 +1989,28,0,suicide,21-24 yrs,24,157730,22.48860740661621,1,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,15.215875625610352 +1989,28,0,homicide,21-24 yrs,32,157730,22.48860740661621,1,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,20.28783416748047 +1989,28,0,other external,21-24 yrs,25,157730,22.48860740661621,1,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,15.849869728088379 +1989,28,0,internal,21-24 yrs,39,157730,22.48860740661621,1,0.34596773982048035,1.2599999904632568,0.09000000357627869,0.6499999761581421,2,24.725797653198242 +1990,28,0,MVA,15-17 yrs,56,124300,16.021102905273438,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,45.05229187011719 +1990,28,0,suicide,15-17 yrs,9,124300,16.021102905273438,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,7.240547180175781 +1990,28,0,homicide,15-17 yrs,11,124300,16.021102905273438,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,8.849557876586914 +1990,28,0,other external,15-17 yrs,27,124300,16.021102905273438,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,21.721641540527344 +1990,28,0,internal,15-17 yrs,17,124300,16.021102905273438,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,13.676589012145996 +1990,28,0,all,18-20 yrs,195,143544,19.006568908691406,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,135.8468475341797 +1990,28,0,MVA,18-20 yrs,93,143544,19.006568908691406,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,64.78849792480469 +1990,28,0,suicide,18-20 yrs,16,143544,19.006568908691406,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,11.146408081054688 +1990,28,0,homicide,18-20 yrs,34,143544,19.006568908691406,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,23.68611717224121 +1990,28,0,other external,18-20 yrs,25,143544,19.006568908691406,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,17.416261672973633 +1990,28,0,internal,18-20 yrs,27,143544,19.006568908691406,0,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,18.80956268310547 +1990,28,0,all,21-24 yrs,250,154467,22.445783615112305,1,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,161.84686279296875 +1990,28,0,MVA,21-24 yrs,107,154467,22.445783615112305,1,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,69.27046203613281 +1990,28,0,suicide,21-24 yrs,21,154467,22.445783615112305,1,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,13.595136642456055 +1990,28,0,homicide,21-24 yrs,46,154467,22.445783615112305,1,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,29.779823303222656 +1990,28,0,other external,21-24 yrs,21,154467,22.445783615112305,1,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,13.595136642456055 +1990,28,0,internal,21-24 yrs,55,154467,22.445783615112305,1,0.3282325863838196,1.340000033378601,0.09000000357627869,0.6499999761581421,2.0799999237060547,35.6063117980957 +1991,28,0,MVA,15-17 yrs,58,124049,16.01687240600586,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,46.75571823120117 +1991,28,0,suicide,15-17 yrs,14,124049,16.01687240600586,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,11.285862922668457 +1991,28,0,homicide,15-17 yrs,17,124049,16.01687240600586,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,13.704261779785156 +1991,28,0,other external,15-17 yrs,20,124049,16.01687240600586,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,16.122661590576172 +1991,28,0,internal,15-17 yrs,21,124049,16.01687240600586,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,16.928794860839844 +1991,28,0,all,18-20 yrs,195,139821,19.050514221191406,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,139.4640350341797 +1991,28,0,MVA,18-20 yrs,90,139821,19.050514221191406,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,64.368011474609375 +1991,28,0,suicide,18-20 yrs,11,139821,19.050514221191406,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,7.867201805114746 +1991,28,0,homicide,18-20 yrs,44,139821,19.050514221191406,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,31.468807220458984 +1991,28,0,other external,18-20 yrs,25,139821,19.050514221191406,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,17.880002975463867 +1991,28,0,internal,18-20 yrs,25,139821,19.050514221191406,0,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,17.880002975463867 +1991,28,0,all,21-24 yrs,225,159957,22.4105224609375,1,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,140.6627960205078 +1991,28,0,MVA,21-24 yrs,79,159957,22.4105224609375,1,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,49.38827133178711 +1991,28,0,suicide,21-24 yrs,22,159957,22.4105224609375,1,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,13.75369644165039 +1991,28,0,homicide,21-24 yrs,42,159957,22.4105224609375,1,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,26.257057189941406 +1991,28,0,other external,21-24 yrs,25,159957,22.4105224609375,1,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,15.629199981689453 +1991,28,0,internal,21-24 yrs,57,159957,22.4105224609375,1,0.3149779736995697,1.3200000524520874,0.09000000357627869,0.6399999856948853,2.049999952316284,35.63457489013672 +1992,28,0,MVA,15-17 yrs,45,126792,16.006656646728516,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,35.4911994934082 +1992,28,0,suicide,15-17 yrs,7,126792,16.006656646728516,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,5.520853042602539 +1992,28,0,homicide,15-17 yrs,19,126792,16.006656646728516,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,14.985172271728516 +1992,28,0,other external,15-17 yrs,15,126792,16.006656646728516,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,11.830399513244629 +1992,28,0,internal,15-17 yrs,24,126792,16.006656646728516,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,18.928638458251953 +1992,28,0,all,18-20 yrs,198,132785,19.042285919189453,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,149.1132354736328 +1992,28,0,MVA,18-20 yrs,83,132785,19.042285919189453,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,62.50706100463867 +1992,28,0,suicide,18-20 yrs,25,132785,19.042285919189453,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,18.82742691040039 +1992,28,0,homicide,18-20 yrs,46,132785,19.042285919189453,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,34.6424674987793 +1992,28,0,other external,18-20 yrs,20,132785,19.042285919189453,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,15.061942100524902 +1992,28,0,internal,18-20 yrs,24,132785,19.042285919189453,0,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,18.074331283569336 +1992,28,0,all,21-24 yrs,270,167997,22.397071838378906,1,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,160.7171630859375 +1992,28,0,MVA,21-24 yrs,91,167997,22.397071838378906,1,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,54.167633056640625 +1992,28,0,suicide,21-24 yrs,28,167997,22.397071838378906,1,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,16.666963577270508 +1992,28,0,homicide,21-24 yrs,77,167997,22.397071838378906,1,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,45.83415222167969 +1992,28,0,other external,21-24 yrs,28,167997,22.397071838378906,1,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,16.666963577270508 +1992,28,0,internal,21-24 yrs,46,167997,22.397071838378906,1,0.3057733178138733,1.350000023841858,0.09000000357627869,0.6299999952316284,2.0799999237060547,27.381441116333008 +1993,28,0,MVA,15-17 yrs,59,128732,16.000892639160156,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,45.83164978027344 +1993,28,0,suicide,15-17 yrs,18,128732,16.000892639160156,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,13.982537269592285 +1993,28,0,homicide,15-17 yrs,26,128732,16.000892639160156,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,20.196998596191406 +1993,28,0,other external,15-17 yrs,16,128732,16.000892639160156,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,12.428921699523926 +1993,28,0,internal,15-17 yrs,24,128732,16.000892639160156,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,18.643383026123047 +1993,28,0,all,18-20 yrs,187,129856,19.01005744934082,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,144.0056610107422 +1993,28,0,MVA,18-20 yrs,82,129856,19.01005744934082,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,63.14686965942383 +1993,28,0,suicide,18-20 yrs,24,129856,19.01005744934082,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,18.482011795043945 +1993,28,0,homicide,18-20 yrs,46,129856,19.01005744934082,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,35.42385482788086 +1993,28,0,other external,18-20 yrs,18,129856,19.01005744934082,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,13.8615083694458 +1993,28,0,internal,18-20 yrs,17,129856,19.01005744934082,0,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,13.091423988342285 +1993,28,0,all,21-24 yrs,285,174519,22.438329696655273,1,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,163.30599975585938 +1993,28,0,MVA,21-24 yrs,94,174519,22.438329696655273,1,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,53.86233139038086 +1993,28,0,suicide,21-24 yrs,26,174519,22.438329696655273,1,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,14.898091316223145 +1993,28,0,homicide,21-24 yrs,81,174519,22.438329696655273,1,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,46.41328430175781 +1993,28,0,other external,21-24 yrs,24,174519,22.438329696655273,1,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,13.752084732055664 +1993,28,0,internal,21-24 yrs,60,174519,22.438329696655273,1,0.29688581824302673,1.3700000047683716,0.10000000149011612,0.6299999952316284,2.109999895095825,34.380210876464844 +1994,28,0,MVA,15-17 yrs,52,132171,16.00772476196289,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,39.34297180175781 +1994,28,0,suicide,15-17 yrs,13,132171,16.00772476196289,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,9.835742950439453 +1994,28,0,homicide,15-17 yrs,30,132171,16.00772476196289,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,22.69786834716797 +1994,28,0,other external,15-17 yrs,20,132171,16.00772476196289,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,15.131912231445312 +1994,28,0,internal,15-17 yrs,23,132171,16.00772476196289,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,17.40169906616211 +1994,28,0,all,18-20 yrs,190,129938,19.006988525390625,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,146.2235870361328 +1994,28,0,MVA,18-20 yrs,85,129938,19.006988525390625,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,65.41581726074219 +1994,28,0,suicide,18-20 yrs,15,129938,19.006988525390625,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,11.543967247009277 +1994,28,0,homicide,18-20 yrs,54,129938,19.006988525390625,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,41.55828094482422 +1994,28,0,other external,18-20 yrs,18,129938,19.006988525390625,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,13.852760314941406 +1994,28,0,internal,18-20 yrs,18,129938,19.006988525390625,0,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,13.852760314941406 +1994,28,0,all,21-24 yrs,278,174638,22.506343841552734,1,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,159.18643188476562 +1994,28,0,MVA,21-24 yrs,93,174638,22.506343841552734,1,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,53.253013610839844 +1994,28,0,suicide,21-24 yrs,32,174638,22.506343841552734,1,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,18.323617935180664 +1994,28,0,homicide,21-24 yrs,54,174638,22.506343841552734,1,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,30.921104431152344 +1994,28,0,other external,21-24 yrs,29,174638,22.506343841552734,1,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,16.60577964782715 +1994,28,0,internal,21-24 yrs,70,174638,22.506343841552734,1,0.28947368264198303,1.2799999713897705,0.07999999821186066,0.6299999952316284,2,40.082916259765625 +1995,28,0,MVA,15-17 yrs,62,135774,15.995095252990723,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,45.664119720458984 +1995,28,0,suicide,15-17 yrs,14,135774,15.995095252990723,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,10.31125259399414 +1995,28,0,homicide,15-17 yrs,25,135774,15.995095252990723,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,18.41295051574707 +1995,28,0,other external,15-17 yrs,17,135774,15.995095252990723,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,12.520806312561035 +1995,28,0,internal,15-17 yrs,25,135774,15.995095252990723,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,18.41295051574707 +1995,28,0,all,18-20 yrs,172,132454,19.000022888183594,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,129.8563995361328 +1995,28,0,MVA,18-20 yrs,68,132454,19.000022888183594,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,51.33857727050781 +1995,28,0,suicide,18-20 yrs,21,132454,19.000022888183594,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,15.854560852050781 +1995,28,0,homicide,18-20 yrs,34,132454,19.000022888183594,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,25.669288635253906 +1995,28,0,other external,18-20 yrs,26,132454,19.000022888183594,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,19.62945556640625 +1995,28,0,internal,18-20 yrs,23,132454,19.000022888183594,0,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,17.364519119262695 +1995,28,0,all,21-24 yrs,245,170972,22.536632537841797,1,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,143.29832458496094 +1995,28,0,MVA,21-24 yrs,99,170972,22.536632537841797,1,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,57.90421676635742 +1995,28,0,suicide,21-24 yrs,28,170972,22.536632537841797,1,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,16.376951217651367 +1995,28,0,homicide,21-24 yrs,50,170972,22.536632537841797,1,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,29.24455451965332 +1995,28,0,other external,21-24 yrs,29,170972,22.536632537841797,1,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,16.961841583251953 +1995,28,0,internal,21-24 yrs,39,170972,22.536632537841797,1,0.2814960777759552,1.3600000143051147,0.09000000357627869,0.6100000143051147,2.059999942779541,22.810752868652344 +1996,28,0,MVA,15-17 yrs,55,138059,16.00477409362793,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,39.83803939819336 +1996,28,0,suicide,15-17 yrs,5,138059,16.00477409362793,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,3.6216399669647217 +1996,28,0,homicide,15-17 yrs,21,138059,16.00477409362793,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,15.210887908935547 +1996,28,0,other external,15-17 yrs,24,138059,16.00477409362793,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,17.383872985839844 +1996,28,0,internal,15-17 yrs,27,138059,16.00477409362793,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,19.556856155395508 +1996,28,0,all,18-20 yrs,206,133996,18.99472427368164,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,153.73593139648438 +1996,28,0,MVA,18-20 yrs,94,133996,18.99472427368164,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,70.1513442993164 +1996,28,0,suicide,18-20 yrs,16,133996,18.99472427368164,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,11.940654754638672 +1996,28,0,homicide,18-20 yrs,40,133996,18.99472427368164,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,29.85163688659668 +1996,28,0,other external,18-20 yrs,25,133996,18.99472427368164,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,18.65727424621582 +1996,28,0,internal,18-20 yrs,31,133996,18.99472427368164,0,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,23.135019302368164 +1996,28,0,all,21-24 yrs,230,165035,22.504608154296875,1,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,139.3643798828125 +1996,28,0,MVA,21-24 yrs,94,165035,22.504608154296875,1,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,56.95761489868164 +1996,28,0,suicide,21-24 yrs,25,165035,22.504608154296875,1,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,15.14830207824707 +1996,28,0,homicide,21-24 yrs,52,165035,22.504608154296875,1,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,31.508468627929688 +1996,28,0,other external,21-24 yrs,19,165035,22.504608154296875,1,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,11.512709617614746 +1996,28,0,internal,21-24 yrs,40,165035,22.504608154296875,1,0.27342256903648376,1.3700000047683716,0.09000000357627869,0.6200000047683716,2.0799999237060547,24.23728370666504 +1970,29,0,MVA,15-17 yrs,100,262748,15.977225303649902,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,38.05928039550781 +1970,29,0,suicide,15-17 yrs,15,262748,15.977225303649902,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,5.708892345428467 +1970,29,0,homicide,15-17 yrs,24,262748,15.977225303649902,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,9.134227752685547 +1970,29,0,other external,15-17 yrs,56,262748,15.977225303649902,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,21.31319808959961 +1970,29,0,internal,15-17 yrs,76,262748,15.977225303649902,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,28.9250545501709 +1970,29,0,all,18-20 yrs,394,243679,18.96086311340332,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,161.68812561035156 +1970,29,0,MVA,18-20 yrs,181,243679,18.96086311340332,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,74.278045654296875 +1970,29,0,suicide,18-20 yrs,23,243679,18.96086311340332,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,9.43864631652832 +1970,29,0,homicide,18-20 yrs,42,243679,18.96086311340332,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,17.235790252685547 +1970,29,0,other external,18-20 yrs,57,243679,18.96086311340332,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,23.391427993774414 +1970,29,0,internal,18-20 yrs,91,243679,18.96086311340332,0,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,37.34421157836914 +1970,29,0,all,21-24 yrs,456,278627,22.430492401123047,1,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,163.65965270996094 +1970,29,0,MVA,21-24 yrs,168,278627,22.430492401123047,1,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,60.2956657409668 +1970,29,0,suicide,21-24 yrs,25,278627,22.430492401123047,1,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,8.972569465637207 +1970,29,0,homicide,21-24 yrs,60,278627,22.430492401123047,1,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,21.53416633605957 +1970,29,0,other external,21-24 yrs,65,278627,22.430492401123047,1,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,23.32868003845215 +1970,29,0,internal,21-24 yrs,138,278627,22.430492401123047,1,0.07731958478689194,1.1200000047683716,0.1899999976158142,1,2.319999933242798,49.52857971191406 +1971,29,0,MVA,15-17 yrs,119,270772,15.983738899230957,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,43.94841384887695 +1971,29,0,suicide,15-17 yrs,12,270772,15.983738899230957,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,4.431772708892822 +1971,29,0,homicide,15-17 yrs,27,270772,15.983738899230957,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,9.971488952636719 +1971,29,0,other external,15-17 yrs,68,270772,15.983738899230957,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,25.113380432128906 +1971,29,0,internal,15-17 yrs,74,270772,15.983738899230957,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,27.329265594482422 +1971,29,0,all,18-20 yrs,341,253868,18.983932495117188,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,134.32177734375 +1971,29,0,MVA,18-20 yrs,163,253868,18.983932495117188,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,64.20659637451172 +1971,29,0,suicide,18-20 yrs,19,253868,18.983932495117188,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,7.484204292297363 +1971,29,0,homicide,18-20 yrs,26,253868,18.983932495117188,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,10.24154281616211 +1971,29,0,other external,18-20 yrs,50,253868,18.983932495117188,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,19.695274353027344 +1971,29,0,internal,18-20 yrs,83,253868,18.983932495117188,0,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,32.694156646728516 +1971,29,0,all,21-24 yrs,457,305992,22.541017532348633,1,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,149.35031127929688 +1971,29,0,MVA,21-24 yrs,177,305992,22.541017532348633,1,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,57.84465026855469 +1971,29,0,suicide,21-24 yrs,33,305992,22.541017532348633,1,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,10.784595489501953 +1971,29,0,homicide,21-24 yrs,54,305992,22.541017532348633,1,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,17.647520065307617 +1971,29,0,other external,21-24 yrs,76,305992,22.541017532348633,1,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,24.837249755859375 +1971,29,0,internal,21-24 yrs,117,305992,22.541017532348633,1,0.14814814925193787,1.1299999952316284,0.1899999976158142,0.9399999976158142,2.2699999809265137,38.23629379272461 +1972,29,0,MVA,15-17 yrs,140,278123,15.979635238647461,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,50.337440490722656 +1972,29,0,suicide,15-17 yrs,18,278123,15.979635238647461,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,6.471956729888916 +1972,29,0,homicide,15-17 yrs,28,278123,15.979635238647461,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,10.067487716674805 +1972,29,0,other external,15-17 yrs,74,278123,15.979635238647461,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,26.60693359375 +1972,29,0,internal,15-17 yrs,60,278123,15.979635238647461,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,21.57318878173828 +1972,29,0,all,18-20 yrs,358,257658,18.977548599243164,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,138.94387817382812 +1972,29,0,MVA,18-20 yrs,188,257658,18.977548599243164,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,72.964935302734375 +1972,29,0,suicide,18-20 yrs,16,257658,18.977548599243164,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,6.209782123565674 +1972,29,0,homicide,18-20 yrs,42,257658,18.977548599243164,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,16.300678253173828 +1972,29,0,other external,18-20 yrs,52,257658,18.977548599243164,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,20.181791305541992 +1972,29,0,internal,18-20 yrs,60,257658,18.977548599243164,0,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,23.28668212890625 +1972,29,0,all,21-24 yrs,396,304003,22.492385864257812,1,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,130.26187133789062 +1972,29,0,MVA,21-24 yrs,142,304003,22.492385864257812,1,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,46.71006393432617 +1972,29,0,suicide,21-24 yrs,38,304003,22.492385864257812,1,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,12.499876976013184 +1972,29,0,homicide,21-24 yrs,52,304003,22.492385864257812,1,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,17.10509490966797 +1972,29,0,other external,21-24 yrs,68,304003,22.492385864257812,1,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,22.368200302124023 +1972,29,0,internal,21-24 yrs,96,304003,22.492385864257812,1,0.1435406655073166,1.1299999952316284,0.1899999976158142,0.9200000166893005,2.240000009536743,31.578636169433594 +1973,29,0,MVA,15-17 yrs,137,282960,15.985376358032227,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,48.4167366027832 +1973,29,0,suicide,15-17 yrs,8,282960,15.985376358032227,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,2.8272547721862793 +1973,29,0,homicide,15-17 yrs,27,282960,15.985376358032227,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,9.541984558105469 +1973,29,0,other external,15-17 yrs,58,282960,15.985376358032227,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,20.497596740722656 +1973,29,0,internal,15-17 yrs,74,282960,15.985376358032227,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,26.15210723876953 +1973,29,0,all,18-20 yrs,396,263951,18.977230072021484,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,150.02784729003906 +1973,29,0,MVA,18-20 yrs,182,263951,18.977230072021484,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,68.95219421386719 +1973,29,0,suicide,18-20 yrs,32,263951,18.977230072021484,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,12.123462677001953 +1973,29,0,homicide,18-20 yrs,39,263951,18.977230072021484,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,14.775469779968262 +1973,29,0,other external,18-20 yrs,66,263951,18.977230072021484,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,25.004640579223633 +1973,29,0,internal,18-20 yrs,77,263951,18.977230072021484,0,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,29.172080993652344 +1973,29,0,all,21-24 yrs,444,309430,22.48242950439453,1,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,143.48963928222656 +1973,29,0,MVA,21-24 yrs,152,309430,22.48242950439453,1,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,49.122581481933594 +1973,29,0,suicide,21-24 yrs,39,309430,22.48242950439453,1,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,12.603819847106934 +1973,29,0,homicide,21-24 yrs,67,309430,22.48242950439453,1,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,21.6527156829834 +1973,29,0,other external,21-24 yrs,76,309430,22.48242950439453,1,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,24.561290740966797 +1973,29,0,internal,21-24 yrs,110,309430,22.48242950439453,1,0.13513512909412384,1.149999976158142,0.20000000298023224,0.8500000238418579,2.200000047683716,35.54923629760742 +1974,29,0,MVA,15-17 yrs,99,285624,15.996075630187988,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,34.660953521728516 +1974,29,0,suicide,15-17 yrs,15,285624,15.996075630187988,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,5.251659393310547 +1974,29,0,homicide,15-17 yrs,28,285624,15.996075630187988,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,9.80309772491455 +1974,29,0,other external,15-17 yrs,61,285624,15.996075630187988,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,21.356748580932617 +1974,29,0,internal,15-17 yrs,65,285624,15.996075630187988,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,22.757190704345703 +1974,29,0,all,18-20 yrs,325,271941,18.985464096069336,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,119.51121520996094 +1974,29,0,MVA,18-20 yrs,125,271941,18.985464096069336,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,45.96585464477539 +1974,29,0,suicide,18-20 yrs,23,271941,18.985464096069336,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,8.457716941833496 +1974,29,0,homicide,18-20 yrs,43,271941,18.985464096069336,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,15.81225299835205 +1974,29,0,other external,18-20 yrs,71,271941,18.985464096069336,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,26.108604431152344 +1974,29,0,internal,18-20 yrs,63,271941,18.985464096069336,0,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,23.166790008544922 +1974,29,0,all,21-24 yrs,454,315673,22.47670555114746,1,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,143.81971740722656 +1974,29,0,MVA,21-24 yrs,121,315673,22.47670555114746,1,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,38.33080291748047 +1974,29,0,suicide,21-24 yrs,55,315673,22.47670555114746,1,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,17.423093795776367 +1974,29,0,homicide,21-24 yrs,73,315673,22.47670555114746,1,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,23.12519645690918 +1974,29,0,other external,21-24 yrs,83,315673,22.47670555114746,1,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,26.293031692504883 +1974,29,0,internal,21-24 yrs,122,315673,22.47670555114746,1,0.1217038556933403,1.1799999475479126,0.18000000715255737,0.9100000262260437,2.2699999809265137,38.647586822509766 +1975,29,0,MVA,15-17 yrs,88,286124,15.995781898498535,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,30.755895614624023 +1975,29,0,suicide,15-17 yrs,19,286124,15.995781898498535,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,6.640477657318115 +1975,29,0,homicide,15-17 yrs,32,286124,15.995781898498535,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,11.183961868286133 +1975,29,0,other external,15-17 yrs,62,286124,15.995781898498535,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,21.668926239013672 +1975,29,0,internal,15-17 yrs,77,286124,15.995781898498535,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,26.911409378051758 +1975,29,0,all,18-20 yrs,384,277456,18.98080825805664,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,138.40032958984375 +1975,29,0,MVA,18-20 yrs,148,277456,18.98080825805664,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,53.34178924560547 +1975,29,0,suicide,18-20 yrs,25,277456,18.98080825805664,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,9.010437965393066 +1975,29,0,homicide,18-20 yrs,54,277456,18.98080825805664,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,19.46254539489746 +1975,29,0,other external,18-20 yrs,67,277456,18.98080825805664,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,24.147972106933594 +1975,29,0,internal,18-20 yrs,90,277456,18.98080825805664,0,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,32.43757629394531 +1975,29,0,all,21-24 yrs,436,323066,22.477195739746094,1,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,134.95693969726562 +1975,29,0,MVA,21-24 yrs,134,323066,22.477195739746094,1,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,41.47759246826172 +1975,29,0,suicide,21-24 yrs,37,323066,22.477195739746094,1,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,11.452768325805664 +1975,29,0,homicide,21-24 yrs,82,323066,22.477195739746094,1,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,25.381811141967773 +1975,29,0,other external,21-24 yrs,69,323066,22.477195739746094,1,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,21.357864379882812 +1975,29,0,internal,21-24 yrs,114,323066,22.477195739746094,1,0.11152416467666626,1.2100000381469727,0.20000000298023224,0.8899999856948853,2.299999952316284,35.28690719604492 +1976,29,0,MVA,15-17 yrs,132,288218,15.993494033813477,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,45.798667907714844 +1976,29,0,suicide,15-17 yrs,20,288218,15.993494033813477,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,6.939191818237305 +1976,29,0,homicide,15-17 yrs,28,288218,15.993494033813477,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,9.714868545532227 +1976,29,0,other external,15-17 yrs,54,288218,15.993494033813477,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,18.73581886291504 +1976,29,0,internal,15-17 yrs,63,288218,15.993494033813477,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,21.85845375061035 +1976,29,0,all,18-20 yrs,386,283067,18.98546600341797,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,136.3634796142578 +1976,29,0,MVA,18-20 yrs,171,283067,18.98546600341797,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,60.409725189208984 +1976,29,0,suicide,18-20 yrs,29,283067,18.98546600341797,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,10.244924545288086 +1976,29,0,homicide,18-20 yrs,60,283067,18.98546600341797,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,21.196395874023438 +1976,29,0,other external,18-20 yrs,47,283067,18.98546600341797,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,16.603843688964844 +1976,29,0,internal,18-20 yrs,79,283067,18.98546600341797,0,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,27.908586502075195 +1976,29,0,all,21-24 yrs,465,330605,22.468414306640625,1,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,140.65122985839844 +1976,29,0,MVA,21-24 yrs,159,330605,22.468414306640625,1,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,48.09364700317383 +1976,29,0,suicide,21-24 yrs,45,330605,22.468414306640625,1,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,13.611409187316895 +1976,29,0,homicide,21-24 yrs,68,330605,22.468414306640625,1,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,20.56835174560547 +1976,29,0,other external,21-24 yrs,81,330605,22.468414306640625,1,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,24.50053596496582 +1976,29,0,internal,21-24 yrs,112,330605,22.468414306640625,1,0.1054481491446495,1.190000057220459,0.20000000298023224,0.8100000023841858,2.200000047683716,33.87728500366211 +1977,29,0,MVA,15-17 yrs,123,288168,16.000194549560547,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,42.683433532714844 +1977,29,0,suicide,15-17 yrs,15,288168,16.000194549560547,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,5.205296993255615 +1977,29,0,homicide,15-17 yrs,22,288168,16.000194549560547,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,7.634435653686523 +1977,29,0,other external,15-17 yrs,40,288168,16.000194549560547,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,13.880791664123535 +1977,29,0,internal,15-17 yrs,71,288168,16.000194549560547,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,24.638404846191406 +1977,29,0,all,18-20 yrs,374,285150,18.99419593811035,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,131.15904235839844 +1977,29,0,MVA,18-20 yrs,142,285150,18.99419593811035,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,49.7983512878418 +1977,29,0,suicide,18-20 yrs,35,285150,18.99419593811035,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,12.27424144744873 +1977,29,0,homicide,18-20 yrs,61,285150,18.99419593811035,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,21.392250061035156 +1977,29,0,other external,18-20 yrs,66,285150,18.99419593811035,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,23.14571189880371 +1977,29,0,internal,18-20 yrs,70,285150,18.99419593811035,0,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,24.54848289489746 +1977,29,0,all,21-24 yrs,478,336738,22.471153259277344,1,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,141.9501190185547 +1977,29,0,MVA,21-24 yrs,166,336738,22.471153259277344,1,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,49.296485900878906 +1977,29,0,suicide,21-24 yrs,65,336738,22.471153259277344,1,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,19.302841186523438 +1977,29,0,homicide,21-24 yrs,72,336738,22.471153259277344,1,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,21.381608963012695 +1977,29,0,other external,21-24 yrs,59,336738,22.471153259277344,1,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,17.521039962768555 +1977,29,0,internal,21-24 yrs,116,336738,22.471153259277344,1,0.09900990128517151,1.2300000190734863,0.1899999976158142,0.8299999833106995,2.25,34.44814682006836 +1978,29,0,MVA,15-17 yrs,119,285891,16.013591766357422,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,41.6242561340332 +1978,29,0,suicide,15-17 yrs,16,285891,16.013591766357422,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,5.596538543701172 +1978,29,0,homicide,15-17 yrs,23,285891,16.013591766357422,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,8.045023918151855 +1978,29,0,other external,15-17 yrs,52,285891,16.013591766357422,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,18.188749313354492 +1978,29,0,internal,15-17 yrs,47,285891,16.013591766357422,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,16.43983268737793 +1978,29,0,all,18-20 yrs,386,284946,18.990949630737305,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,135.46426391601562 +1978,29,0,MVA,18-20 yrs,173,284946,18.990949630737305,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,60.7132568359375 +1978,29,0,suicide,18-20 yrs,38,284946,18.990949630737305,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,13.335860252380371 +1978,29,0,homicide,18-20 yrs,43,284946,18.990949630737305,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,15.09057903289795 +1978,29,0,other external,18-20 yrs,66,284946,18.990949630737305,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,23.162282943725586 +1978,29,0,internal,18-20 yrs,66,284946,18.990949630737305,0,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,23.162282943725586 +1978,29,0,all,21-24 yrs,468,344060,22.47334098815918,1,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,136.0227813720703 +1978,29,0,MVA,21-24 yrs,138,344060,22.47334098815918,1,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,40.109283447265625 +1978,29,0,suicide,21-24 yrs,55,344060,22.47334098815918,1,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,15.985584259033203 +1978,29,0,homicide,21-24 yrs,92,344060,22.47334098815918,1,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,26.73952293395996 +1978,29,0,other external,21-24 yrs,94,344060,22.47334098815918,1,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,27.320816040039062 +1978,29,0,internal,21-24 yrs,89,344060,22.47334098815918,1,0.0920245423913002,1.309999942779541,0.20000000298023224,0.8899999856948853,2.4000000953674316,25.86758041381836 +1979,29,0,MVA,15-17 yrs,129,279058,16.01773452758789,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,46.22694778442383 +1979,29,0,suicide,15-17 yrs,14,279058,16.01773452758789,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,5.016878128051758 +1979,29,0,homicide,15-17 yrs,17,279058,16.01773452758789,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,6.091923713684082 +1979,29,0,other external,15-17 yrs,41,279058,16.01773452758789,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,14.692286491394043 +1979,29,0,internal,15-17 yrs,57,279058,16.01773452758789,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,20.425861358642578 +1979,29,0,all,18-20 yrs,406,286471,18.9873104095459,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,141.72463989257812 +1979,29,0,MVA,18-20 yrs,158,286471,18.9873104095459,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,55.15392303466797 +1979,29,0,suicide,18-20 yrs,37,286471,18.9873104095459,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,12.915792465209961 +1979,29,0,homicide,18-20 yrs,68,286471,18.9873104095459,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,23.737133026123047 +1979,29,0,other external,18-20 yrs,61,286471,18.9873104095459,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,21.293603897094727 +1979,29,0,internal,18-20 yrs,82,286471,18.9873104095459,0,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,28.624189376831055 +1979,29,0,all,21-24 yrs,508,349537,22.47931480407715,1,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,145.33511352539062 +1979,29,0,MVA,21-24 yrs,164,349537,22.47931480407715,1,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,46.91920852661133 +1979,29,0,suicide,21-24 yrs,62,349537,22.47931480407715,1,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,17.737751007080078 +1979,29,0,homicide,21-24 yrs,104,349537,22.47931480407715,1,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,29.753644943237305 +1979,29,0,other external,21-24 yrs,81,349537,22.47931480407715,1,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,23.173511505126953 +1979,29,0,internal,21-24 yrs,97,349537,22.47931480407715,1,0.08264462649822235,1.3700000047683716,0.20000000298023224,0.8600000143051147,2.430000066757202,27.750995635986328 +1980,29,0,MVA,15-17 yrs,127,267986,16.024179458618164,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,47.390533447265625 +1980,29,0,suicide,15-17 yrs,21,267986,16.024179458618164,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,7.836230278015137 +1980,29,0,homicide,15-17 yrs,26,267986,16.024179458618164,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,9.70199966430664 +1980,29,0,other external,15-17 yrs,40,267986,16.024179458618164,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,14.926153182983398 +1980,29,0,internal,15-17 yrs,52,267986,16.024179458618164,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,19.40399932861328 +1980,29,0,all,18-20 yrs,413,283663,19.001014709472656,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,145.59530639648438 +1980,29,0,MVA,18-20 yrs,178,283663,19.001014709472656,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,62.750518798828125 +1980,29,0,suicide,18-20 yrs,38,283663,19.001014709472656,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,13.396178245544434 +1980,29,0,homicide,18-20 yrs,59,283663,19.001014709472656,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,20.799327850341797 +1980,29,0,other external,18-20 yrs,57,283663,19.001014709472656,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,20.094266891479492 +1980,29,0,internal,18-20 yrs,81,283663,19.001014709472656,0,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,28.555009841918945 +1980,29,0,all,21-24 yrs,489,353505,22.484909057617188,1,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,138.3290252685547 +1980,29,0,MVA,21-24 yrs,157,353505,22.484909057617188,1,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,44.412384033203125 +1980,29,0,suicide,21-24 yrs,57,353505,22.484909057617188,1,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,16.12424087524414 +1980,29,0,homicide,21-24 yrs,99,353505,22.484909057617188,1,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,28.00526237487793 +1980,29,0,other external,21-24 yrs,67,353505,22.484909057617188,1,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,18.95305633544922 +1980,29,0,internal,21-24 yrs,109,353505,22.484909057617188,1,0.07281553000211716,1.3899999856948853,0.20000000298023224,0.8399999737739563,2.440000057220459,30.834075927734375 +1981,29,0,MVA,15-17 yrs,82,253676,16.03761100769043,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,32.32469940185547 +1981,29,0,suicide,15-17 yrs,16,253676,16.03761100769043,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,6.307258129119873 +1981,29,0,homicide,15-17 yrs,18,253676,16.03761100769043,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,7.095665454864502 +1981,29,0,other external,15-17 yrs,33,253676,16.03761100769043,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,13.008719444274902 +1981,29,0,internal,15-17 yrs,42,253676,16.03761100769043,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,16.55655288696289 +1981,29,0,all,18-20 yrs,300,281077,19.021677017211914,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,106.7323226928711 +1981,29,0,MVA,18-20 yrs,140,281077,19.021677017211914,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,49.808414459228516 +1981,29,0,suicide,18-20 yrs,24,281077,19.021677017211914,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,8.538585662841797 +1981,29,0,homicide,18-20 yrs,43,281077,19.021677017211914,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,15.298298835754395 +1981,29,0,other external,18-20 yrs,48,281077,19.021677017211914,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,17.077171325683594 +1981,29,0,internal,18-20 yrs,45,281077,19.021677017211914,0,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,16.00984764099121 +1981,29,0,all,21-24 yrs,462,356774,22.491539001464844,1,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,129.49374389648438 +1981,29,0,MVA,21-24 yrs,139,356774,22.491539001464844,1,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,38.96023941040039 +1981,29,0,suicide,21-24 yrs,60,356774,22.491539001464844,1,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,16.81736946105957 +1981,29,0,homicide,21-24 yrs,89,356774,22.491539001464844,1,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,24.945764541625977 +1981,29,0,other external,21-24 yrs,75,356774,22.491539001464844,1,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,21.021711349487305 +1981,29,0,internal,21-24 yrs,99,356774,22.491539001464844,1,0.066006600856781,1.399999976158142,0.20999999344348907,0.8299999833106995,2.450000047683716,27.748659133911133 +1982,29,0,MVA,15-17 yrs,81,239363,16.031082153320312,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,33.83981704711914 +1982,29,0,suicide,15-17 yrs,14,239363,16.031082153320312,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,5.848857402801514 +1982,29,0,homicide,15-17 yrs,21,239363,16.031082153320312,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,8.773285865783691 +1982,29,0,other external,15-17 yrs,30,239363,16.031082153320312,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,12.533265113830566 +1982,29,0,internal,15-17 yrs,61,239363,16.031082153320312,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,25.48430633544922 +1982,29,0,all,18-20 yrs,305,272358,19.02532386779785,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,111.9849624633789 +1982,29,0,MVA,18-20 yrs,119,272358,19.02532386779785,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,43.6924934387207 +1982,29,0,suicide,18-20 yrs,33,272358,19.02532386779785,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,12.116405487060547 +1982,29,0,homicide,18-20 yrs,50,272358,19.02532386779785,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,18.358190536499023 +1982,29,0,other external,18-20 yrs,49,272358,19.02532386779785,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,17.991025924682617 +1982,29,0,internal,18-20 yrs,54,272358,19.02532386779785,0,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,19.826845169067383 +1982,29,0,all,21-24 yrs,406,357845,22.479263305664062,1,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,113.45694732666016 +1982,29,0,MVA,21-24 yrs,128,357845,22.479263305664062,1,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,35.769676208496094 +1982,29,0,suicide,21-24 yrs,48,357845,22.479263305664062,1,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,13.413628578186035 +1982,29,0,homicide,21-24 yrs,72,357845,22.479263305664062,1,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,20.12044334411621 +1982,29,0,other external,21-24 yrs,60,357845,22.479263305664062,1,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,16.76703643798828 +1982,29,0,internal,21-24 yrs,98,357845,22.479263305664062,1,0.062176164239645004,1.3799999952316284,0.20999999344348907,0.7900000214576721,2.380000114440918,27.386157989501953 +1983,29,0,MVA,15-17 yrs,66,227424,16.019968032836914,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,29.02068328857422 +1983,29,0,suicide,15-17 yrs,8,227424,16.019968032836914,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,3.5176587104797363 +1983,29,0,homicide,15-17 yrs,17,227424,16.019968032836914,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,7.475024700164795 +1983,29,0,other external,15-17 yrs,27,227424,16.019968032836914,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,11.872097969055176 +1983,29,0,internal,15-17 yrs,41,227424,16.019968032836914,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,18.027999877929688 +1983,29,0,all,18-20 yrs,262,262352,19.029441833496094,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,99.86582946777344 +1983,29,0,MVA,18-20 yrs,115,262352,19.029441833496094,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,43.83423614501953 +1983,29,0,suicide,18-20 yrs,30,262352,19.029441833496094,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,11.435018539428711 +1983,29,0,homicide,18-20 yrs,25,262352,19.029441833496094,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,9.529182434082031 +1983,29,0,other external,18-20 yrs,39,262352,19.029441833496094,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,14.865524291992188 +1983,29,0,internal,18-20 yrs,53,262352,19.029441833496094,0,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,20.201866149902344 +1983,29,0,all,21-24 yrs,392,358808,22.485742568969727,1,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,109.2506332397461 +1983,29,0,MVA,21-24 yrs,115,358808,22.485742568969727,1,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,32.050567626953125 +1983,29,0,suicide,21-24 yrs,67,358808,22.485742568969727,1,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,18.67293930053711 +1983,29,0,homicide,21-24 yrs,73,358808,22.485742568969727,1,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,20.345142364501953 +1983,29,0,other external,21-24 yrs,59,358808,22.485742568969727,1,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,16.443334579467773 +1983,29,0,internal,21-24 yrs,78,358808,22.485742568969727,1,0.060240961611270905,1.3700000047683716,0.2199999988079071,0.7799999713897705,2.369999885559082,21.738645553588867 +1984,29,0,MVA,15-17 yrs,70,224960,16.00177764892578,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,31.11664390563965 +1984,29,0,suicide,15-17 yrs,16,224960,16.00177764892578,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,7.112375736236572 +1984,29,0,homicide,15-17 yrs,8,224960,16.00177764892578,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,3.556187868118286 +1984,29,0,other external,15-17 yrs,29,224960,16.00177764892578,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,12.891180992126465 +1984,29,0,internal,15-17 yrs,48,224960,16.00177764892578,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,21.337125778198242 +1984,29,0,all,18-20 yrs,276,250478,19.044158935546875,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,110.18931579589844 +1984,29,0,MVA,18-20 yrs,129,250478,19.044158935546875,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,51.501529693603516 +1984,29,0,suicide,18-20 yrs,37,250478,19.044158935546875,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,14.771756172180176 +1984,29,0,homicide,18-20 yrs,30,250478,19.044158935546875,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,11.977099418640137 +1984,29,0,other external,18-20 yrs,27,250478,19.044158935546875,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,10.779389381408691 +1984,29,0,internal,18-20 yrs,53,250478,19.044158935546875,0,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,21.159542083740234 +1984,29,0,all,21-24 yrs,418,357372,22.50710105895996,1,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,116.96495819091797 +1984,29,0,MVA,21-24 yrs,145,357372,22.50710105895996,1,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,40.57396697998047 +1984,29,0,suicide,21-24 yrs,53,357372,22.50710105895996,1,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,14.830484390258789 +1984,29,0,homicide,21-24 yrs,61,357372,22.50710105895996,1,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,17.069047927856445 +1984,29,0,other external,21-24 yrs,52,357372,22.50710105895996,1,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,14.550663948059082 +1984,29,0,internal,21-24 yrs,107,357372,22.50710105895996,1,0.05774783343076706,1.340000033378601,0.25,0.6800000071525574,2.2699999809265137,29.9407901763916 +1985,29,0,MVA,15-17 yrs,71,226828,15.97939395904541,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,31.301250457763672 +1985,29,0,suicide,15-17 yrs,27,226828,15.97939395904541,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,11.903292655944824 +1985,29,0,homicide,15-17 yrs,7,226828,15.97939395904541,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,3.086038827896118 +1985,29,0,other external,15-17 yrs,26,226828,15.97939395904541,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,11.462430000305176 +1985,29,0,internal,15-17 yrs,44,226828,15.97939395904541,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,19.397958755493164 +1985,29,0,all,18-20 yrs,256,238210,19.037479400634766,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,107.46820068359375 +1985,29,0,MVA,18-20 yrs,110,238210,19.037479400634766,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,46.17774200439453 +1985,29,0,suicide,18-20 yrs,26,238210,19.037479400634766,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,10.914738655090332 +1985,29,0,homicide,18-20 yrs,35,238210,19.037479400634766,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,14.692917823791504 +1985,29,0,other external,18-20 yrs,33,238210,19.037479400634766,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,13.853322982788086 +1985,29,0,internal,18-20 yrs,52,238210,19.037479400634766,0,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,21.829477310180664 +1985,29,0,all,21-24 yrs,415,351942,22.5295352935791,1,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,117.91716003417969 +1985,29,0,MVA,21-24 yrs,138,351942,22.5295352935791,1,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,39.21100616455078 +1985,29,0,suicide,21-24 yrs,69,351942,22.5295352935791,1,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,19.60550308227539 +1985,29,0,homicide,21-24 yrs,60,351942,22.5295352935791,1,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,17.048263549804688 +1985,29,0,other external,21-24 yrs,59,351942,22.5295352935791,1,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,16.76412582397461 +1985,29,0,internal,21-24 yrs,89,351942,22.5295352935791,1,0.05576208233833313,1.3300000429153442,0.25999999046325684,0.7599999904632568,2.359999895095825,25.288257598876953 +1986,29,0,MVA,15-17 yrs,94,232481,15.97917652130127,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,40.43341064453125 +1986,29,0,suicide,15-17 yrs,18,232481,15.97917652130127,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,7.742568016052246 +1986,29,0,homicide,15-17 yrs,16,232481,15.97917652130127,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,6.882282733917236 +1986,29,0,other external,15-17 yrs,40,232481,15.97917652130127,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,17.205707550048828 +1986,29,0,internal,15-17 yrs,49,232481,15.97917652130127,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,21.07699203491211 +1986,29,0,all,18-20 yrs,289,227685,19.023162841796875,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,126.92974853515625 +1986,29,0,MVA,18-20 yrs,144,227685,19.023162841796875,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,63.24527359008789 +1986,29,0,suicide,18-20 yrs,40,227685,19.023162841796875,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,17.568130493164062 +1986,29,0,homicide,18-20 yrs,48,227685,19.023162841796875,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,21.081758499145508 +1986,29,0,other external,18-20 yrs,23,227685,19.023162841796875,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,10.101675987243652 +1986,29,0,internal,18-20 yrs,34,227685,19.023162841796875,0,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,14.93291187286377 +1986,29,0,all,21-24 yrs,419,340032,22.540313720703125,1,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,123.22369384765625 +1986,29,0,MVA,21-24 yrs,160,340032,22.540313720703125,1,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,47.05439376831055 +1986,29,0,suicide,21-24 yrs,47,340032,22.540313720703125,1,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,13.82222843170166 +1986,29,0,homicide,21-24 yrs,64,340032,22.540313720703125,1,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,18.821758270263672 +1986,29,0,other external,21-24 yrs,51,340032,22.540313720703125,1,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,14.998588562011719 +1986,29,0,internal,21-24 yrs,97,340032,22.540313720703125,1,0.054744526743888855,1.3600000143051147,0.2800000011920929,0.7200000286102295,2.359999895095825,28.5267276763916 +1987,29,0,MVA,15-17 yrs,94,231137,16.01655387878418,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,40.668521881103516 +1987,29,0,suicide,15-17 yrs,28,231137,16.01655387878418,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,12.114027976989746 +1987,29,0,homicide,15-17 yrs,11,231137,16.01655387878418,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,4.759082317352295 +1987,29,0,other external,15-17 yrs,24,231137,16.01655387878418,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,10.383452415466309 +1987,29,0,internal,15-17 yrs,34,231137,16.01655387878418,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,14.709890365600586 +1987,29,0,all,18-20 yrs,266,225464,19.005788803100586,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,117.97891998291016 +1987,29,0,MVA,18-20 yrs,101,225464,19.005788803100586,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,44.7965087890625 +1987,29,0,suicide,18-20 yrs,49,225464,19.005788803100586,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,21.732959747314453 +1987,29,0,homicide,18-20 yrs,37,225464,19.005788803100586,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,16.410602569580078 +1987,29,0,other external,18-20 yrs,35,225464,19.005788803100586,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,15.523542404174805 +1987,29,0,internal,18-20 yrs,44,225464,19.005788803100586,0,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,19.515310287475586 +1987,29,0,all,21-24 yrs,384,324156,22.55508804321289,1,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,118.46147918701172 +1987,29,0,MVA,21-24 yrs,135,324156,22.55508804321289,1,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,41.64661407470703 +1987,29,0,suicide,21-24 yrs,58,324156,22.55508804321289,1,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,17.892620086669922 +1987,29,0,homicide,21-24 yrs,71,324156,22.55508804321289,1,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,21.903034210205078 +1987,29,0,other external,21-24 yrs,42,324156,22.55508804321289,1,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,12.956724166870117 +1987,29,0,internal,21-24 yrs,78,324156,22.55508804321289,1,0.05281690135598183,1.3600000143051147,0.27000001072883606,0.7200000286102295,2.3499999046325684,24.062488555908203 +1988,29,0,MVA,15-17 yrs,71,223097,16.04422378540039,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,31.824722290039062 +1988,29,0,suicide,15-17 yrs,22,223097,16.04422378540039,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,9.861181259155273 +1988,29,0,homicide,15-17 yrs,17,223097,16.04422378540039,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,7.620003700256348 +1988,29,0,other external,15-17 yrs,27,223097,16.04422378540039,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,12.1023588180542 +1988,29,0,internal,15-17 yrs,38,223097,16.04422378540039,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,17.032949447631836 +1988,29,0,all,18-20 yrs,278,227836,18.983896255493164,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,122.01759338378906 +1988,29,0,MVA,18-20 yrs,126,227836,18.983896255493164,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,55.30293655395508 +1988,29,0,suicide,18-20 yrs,41,227836,18.983896255493164,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,17.995399475097656 +1988,29,0,homicide,18-20 yrs,36,227836,18.983896255493164,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,15.8008394241333 +1988,29,0,other external,18-20 yrs,35,227836,18.983896255493164,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,15.361927032470703 +1988,29,0,internal,18-20 yrs,40,227836,18.983896255493164,0,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,17.556488037109375 +1988,29,0,all,21-24 yrs,378,309017,22.556550979614258,1,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,122.3233642578125 +1988,29,0,MVA,21-24 yrs,159,309017,22.556550979614258,1,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,51.4534797668457 +1988,29,0,suicide,21-24 yrs,47,309017,22.556550979614258,1,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,15.209519386291504 +1988,29,0,homicide,21-24 yrs,43,309017,22.556550979614258,1,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,13.915092468261719 +1988,29,0,other external,21-24 yrs,41,309017,22.556550979614258,1,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,13.267878532409668 +1988,29,0,internal,21-24 yrs,88,309017,22.556550979614258,1,0.050718508660793304,1.3300000429153442,0.25,0.6899999976158142,2.2799999713897705,28.477397918701172 +1989,29,0,MVA,15-17 yrs,87,210281,16.03032684326172,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,41.37321090698242 +1989,29,0,suicide,15-17 yrs,21,210281,16.03032684326172,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,9.986637115478516 +1989,29,0,homicide,15-17 yrs,26,210281,16.03032684326172,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,12.364407539367676 +1989,29,0,other external,15-17 yrs,22,210281,16.03032684326172,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,10.462190628051758 +1989,29,0,internal,15-17 yrs,44,210281,16.03032684326172,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,20.924381256103516 +1989,29,0,all,18-20 yrs,280,233995,18.983978271484375,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,119.66067504882812 +1989,29,0,MVA,18-20 yrs,116,233995,18.983978271484375,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,49.573707580566406 +1989,29,0,suicide,18-20 yrs,38,233995,18.983978271484375,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,16.23966407775879 +1989,29,0,homicide,18-20 yrs,47,233995,18.983978271484375,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,20.085899353027344 +1989,29,0,other external,18-20 yrs,31,233995,18.983978271484375,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,13.248146057128906 +1989,29,0,internal,18-20 yrs,48,233995,18.983978271484375,0,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,20.51325798034668 +1989,29,0,all,21-24 yrs,345,293092,22.543193817138672,1,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,117.71047973632812 +1989,29,0,MVA,21-24 yrs,127,293092,22.543193817138672,1,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,43.33110427856445 +1989,29,0,suicide,21-24 yrs,51,293092,22.543193817138672,1,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,17.400680541992188 +1989,29,0,homicide,21-24 yrs,61,293092,22.543193817138672,1,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,20.812578201293945 +1989,29,0,other external,21-24 yrs,39,293092,22.543193817138672,1,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,13.306402206420898 +1989,29,0,internal,21-24 yrs,67,293092,22.543193817138672,1,0.04838709533214569,1.3300000429153442,0.2199999988079071,0.6899999976158142,2.240000009536743,22.859716415405273 +1990,29,0,MVA,15-17 yrs,85,206055,16.004959106445312,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,41.251121520996094 +1990,29,0,suicide,15-17 yrs,13,206055,16.004959106445312,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,6.308995246887207 +1990,29,0,homicide,15-17 yrs,22,206055,16.004959106445312,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,10.67676067352295 +1990,29,0,other external,15-17 yrs,22,206055,16.004959106445312,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,10.67676067352295 +1990,29,0,internal,15-17 yrs,26,206055,16.004959106445312,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,12.617990493774414 +1990,29,0,all,18-20 yrs,307,234551,19.023780822753906,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,130.8883819580078 +1990,29,0,MVA,18-20 yrs,124,234551,19.023780822753906,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,52.866966247558594 +1990,29,0,suicide,18-20 yrs,42,234551,19.023780822753906,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,17.906553268432617 +1990,29,0,homicide,18-20 yrs,48,234551,19.023780822753906,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,20.464632034301758 +1990,29,0,other external,18-20 yrs,32,234551,19.023780822753906,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,13.643088340759277 +1990,29,0,internal,18-20 yrs,61,234551,19.023780822753906,0,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,26.007137298583984 +1990,29,0,all,21-24 yrs,335,284356,22.5045223236084,1,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,117.81006622314453 +1990,29,0,MVA,21-24 yrs,133,284356,22.5045223236084,1,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,46.77235412597656 +1990,29,0,suicide,21-24 yrs,34,284356,22.5045223236084,1,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,11.956842422485352 +1990,29,0,homicide,21-24 yrs,55,284356,22.5045223236084,1,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,19.341951370239258 +1990,29,0,other external,21-24 yrs,36,284356,22.5045223236084,1,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,12.660186767578125 +1990,29,0,internal,21-24 yrs,77,284356,22.5045223236084,1,0.04590665549039841,1.3700000047683716,0.2199999988079071,0.699999988079071,2.299999952316284,27.078731536865234 +1991,29,0,MVA,15-17 yrs,71,206993,16.00372886657715,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,34.30067825317383 +1991,29,0,suicide,15-17 yrs,25,206993,16.00372886657715,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,12.077703475952148 +1991,29,0,homicide,15-17 yrs,42,206993,16.00372886657715,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,20.29054069519043 +1991,29,0,other external,15-17 yrs,23,206993,16.00372886657715,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,11.111486434936523 +1991,29,0,internal,15-17 yrs,34,206993,16.00372886657715,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,16.425676345825195 +1991,29,0,all,18-20 yrs,304,225442,19.054807662963867,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,134.84620666503906 +1991,29,0,MVA,18-20 yrs,138,225442,19.054807662963867,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,61.21308517456055 +1991,29,0,suicide,18-20 yrs,32,225442,19.054807662963867,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,14.194337844848633 +1991,29,0,homicide,18-20 yrs,57,225442,19.054807662963867,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,25.28366470336914 +1991,29,0,other external,18-20 yrs,27,225442,19.054807662963867,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,11.976472854614258 +1991,29,0,internal,18-20 yrs,50,225442,19.054807662963867,0,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,22.178653717041016 +1991,29,0,all,21-24 yrs,356,285368,22.464887619018555,1,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,124.7511978149414 +1991,29,0,MVA,21-24 yrs,128,285368,22.464887619018555,1,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,44.85436248779297 +1991,29,0,suicide,21-24 yrs,45,285368,22.464887619018555,1,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,15.769112586975098 +1991,29,0,homicide,21-24 yrs,81,285368,22.464887619018555,1,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,28.384401321411133 +1991,29,0,other external,21-24 yrs,32,285368,22.464887619018555,1,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,11.213590621948242 +1991,29,0,internal,21-24 yrs,70,285368,22.464887619018555,1,0.044052861630916595,1.350000023841858,0.2199999988079071,0.6399999856948853,2.200000047683716,24.52972984313965 +1992,29,0,MVA,15-17 yrs,77,212557,15.997101783752441,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,36.22557830810547 +1992,29,0,suicide,15-17 yrs,22,212557,15.997101783752441,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,10.350165367126465 +1992,29,0,homicide,15-17 yrs,40,212557,15.997101783752441,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,18.8184814453125 +1992,29,0,other external,15-17 yrs,28,212557,15.997101783752441,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,13.172937393188477 +1992,29,0,internal,15-17 yrs,36,212557,15.997101783752441,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,16.936634063720703 +1992,29,0,all,18-20 yrs,266,214374,19.037845611572266,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,124.08221435546875 +1992,29,0,MVA,18-20 yrs,75,214374,19.037845611572266,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,34.9855842590332 +1992,29,0,suicide,18-20 yrs,38,214374,19.037845611572266,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,17.726030349731445 +1992,29,0,homicide,18-20 yrs,86,214374,19.037845611572266,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,40.11680603027344 +1992,29,0,other external,18-20 yrs,29,214374,19.037845611572266,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,13.527759552001953 +1992,29,0,internal,18-20 yrs,38,214374,19.037845611572266,0,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,17.726030349731445 +1992,29,0,all,21-24 yrs,367,291257,22.441383361816406,1,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,126.00555419921875 +1992,29,0,MVA,21-24 yrs,116,291257,22.441383361816406,1,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,39.827369689941406 +1992,29,0,suicide,21-24 yrs,44,291257,22.441383361816406,1,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,15.106932640075684 +1992,29,0,homicide,21-24 yrs,91,291257,22.441383361816406,1,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,31.243885040283203 +1992,29,0,other external,21-24 yrs,39,291257,22.441383361816406,1,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,13.390235900878906 +1992,29,0,internal,21-24 yrs,77,291257,22.441383361816406,1,0.042765501886606216,1.340000033378601,0.20999999344348907,0.6899999976158142,2.240000009536743,26.4371337890625 +1993,29,0,MVA,15-17 yrs,81,217769,15.986756324768066,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,37.195377349853516 +1993,29,0,suicide,15-17 yrs,19,217769,15.986756324768066,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,8.724841117858887 +1993,29,0,homicide,15-17 yrs,58,217769,15.986756324768066,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,26.633726119995117 +1993,29,0,other external,15-17 yrs,27,217769,15.986756324768066,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,12.398458480834961 +1993,29,0,internal,15-17 yrs,41,217769,15.986756324768066,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,18.827289581298828 +1993,29,0,all,18-20 yrs,283,211131,19.002756118774414,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,134.04000854492188 +1993,29,0,MVA,18-20 yrs,97,211131,19.002756118774414,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,45.94303894042969 +1993,29,0,suicide,18-20 yrs,37,211131,19.002756118774414,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,17.5246639251709 +1993,29,0,homicide,18-20 yrs,79,211131,19.002756118774414,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,37.41752624511719 +1993,29,0,other external,18-20 yrs,29,211131,19.002756118774414,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,13.73554801940918 +1993,29,0,internal,18-20 yrs,41,211131,19.002756118774414,0,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,19.41922378540039 +1993,29,0,all,21-24 yrs,373,293761,22.48052406311035,1,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,126.97396850585938 +1993,29,0,MVA,21-24 yrs,104,293761,22.48052406311035,1,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,35.402931213378906 +1993,29,0,suicide,21-24 yrs,51,293761,22.48052406311035,1,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,17.361051559448242 +1993,29,0,homicide,21-24 yrs,89,293761,22.48052406311035,1,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,30.296737670898438 +1993,29,0,other external,21-24 yrs,48,293761,22.48052406311035,1,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,16.339813232421875 +1993,29,0,internal,21-24 yrs,81,293761,22.48052406311035,1,0.041522491723299026,1.3300000429153442,0.20000000298023224,0.6700000166893005,2.200000047683716,27.573434829711914 +1994,29,0,MVA,15-17 yrs,102,225963,15.992813110351562,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,45.140132904052734 +1994,29,0,suicide,15-17 yrs,17,225963,15.992813110351562,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,7.523355484008789 +1994,29,0,homicide,15-17 yrs,61,225963,15.992813110351562,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,26.995569229125977 +1994,29,0,other external,15-17 yrs,34,225963,15.992813110351562,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,15.046710968017578 +1994,29,0,internal,15-17 yrs,28,225963,15.992813110351562,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,12.391408920288086 +1994,29,0,all,18-20 yrs,309,212614,19.002065658569336,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,145.33380126953125 +1994,29,0,MVA,18-20 yrs,143,212614,19.002065658569336,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,67.2580337524414 +1994,29,0,suicide,18-20 yrs,40,212614,19.002065658569336,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,18.81343650817871 +1994,29,0,homicide,18-20 yrs,61,212614,19.002065658569336,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,28.69049072265625 +1994,29,0,other external,18-20 yrs,23,212614,19.002065658569336,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,10.817726135253906 +1994,29,0,internal,18-20 yrs,42,212614,19.002065658569336,0,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,19.754108428955078 +1994,29,0,all,21-24 yrs,377,290008,22.537309646606445,1,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,129.9964141845703 +1994,29,0,MVA,21-24 yrs,103,290008,22.537309646606445,1,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,35.51626205444336 +1994,29,0,suicide,21-24 yrs,51,290008,22.537309646606445,1,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,17.585721969604492 +1994,29,0,homicide,21-24 yrs,103,290008,22.537309646606445,1,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,35.51626205444336 +1994,29,0,other external,21-24 yrs,37,290008,22.537309646606445,1,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,12.758268356323242 +1994,29,0,internal,21-24 yrs,83,290008,22.537309646606445,1,0.04048582911491394,1.3600000143051147,0.1899999976158142,0.6600000262260437,2.2100000381469727,28.61989974975586 +1995,29,0,MVA,15-17 yrs,87,235367,15.978841781616211,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,36.96355056762695 +1995,29,0,suicide,15-17 yrs,23,235367,15.978841781616211,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,9.77197265625 +1995,29,0,homicide,15-17 yrs,42,235367,15.978841781616211,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,17.844472885131836 +1995,29,0,other external,15-17 yrs,22,235367,15.978841781616211,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,9.347105026245117 +1995,29,0,internal,15-17 yrs,42,235367,15.978841781616211,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,17.844472885131836 +1995,29,0,all,18-20 yrs,285,218113,18.996910095214844,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,130.6662139892578 +1995,29,0,MVA,18-20 yrs,106,218113,18.996910095214844,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,48.598663330078125 +1995,29,0,suicide,18-20 yrs,40,218113,18.996910095214844,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,18.3391170501709 +1995,29,0,homicide,18-20 yrs,58,218113,18.996910095214844,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,26.591720581054688 +1995,29,0,other external,18-20 yrs,23,218113,18.996910095214844,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,10.544992446899414 +1995,29,0,internal,18-20 yrs,58,218113,18.996910095214844,0,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,26.591720581054688 +1995,29,0,all,21-24 yrs,367,281284,22.550621032714844,1,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,130.47311401367188 +1995,29,0,MVA,21-24 yrs,113,281284,22.550621032714844,1,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,40.17292022705078 +1995,29,0,suicide,21-24 yrs,62,281284,22.550621032714844,1,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,22.041780471801758 +1995,29,0,homicide,21-24 yrs,68,281284,22.550621032714844,1,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,24.174856185913086 +1995,29,0,other external,21-24 yrs,38,281284,22.550621032714844,1,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,13.509477615356445 +1995,29,0,internal,21-24 yrs,86,281284,22.550621032714844,1,0.03937007859349251,1.309999942779541,0.20000000298023224,0.6200000047683716,2.140000104904175,30.574081420898438 +1996,29,0,MVA,15-17 yrs,100,243209,15.988713264465332,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,41.11689758300781 +1996,29,0,suicide,15-17 yrs,21,243209,15.988713264465332,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,8.634549140930176 +1996,29,0,homicide,15-17 yrs,32,243209,15.988713264465332,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,13.157407760620117 +1996,29,0,other external,15-17 yrs,23,243209,15.988713264465332,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,9.456887245178223 +1996,29,0,internal,15-17 yrs,35,243209,15.988713264465332,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,14.390914916992188 +1996,29,0,all,18-20 yrs,265,222520,18.988229751586914,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,119.09041595458984 +1996,29,0,MVA,18-20 yrs,107,222520,18.988229751586914,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,48.08556365966797 +1996,29,0,suicide,18-20 yrs,43,222520,18.988229751586914,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,19.324106216430664 +1996,29,0,homicide,18-20 yrs,47,222520,18.988229751586914,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,21.12169647216797 +1996,29,0,other external,18-20 yrs,23,222520,18.988229751586914,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,10.336149215698242 +1996,29,0,internal,18-20 yrs,45,222520,18.988229751586914,0,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,20.222900390625 +1996,29,0,all,21-24 yrs,344,273095,22.505142211914062,1,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,125.96349334716797 +1996,29,0,MVA,21-24 yrs,114,273095,22.505142211914062,1,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,41.743717193603516 +1996,29,0,suicide,21-24 yrs,60,273095,22.505142211914062,1,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,21.97037696838379 +1996,29,0,homicide,21-24 yrs,58,273095,22.505142211914062,1,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,21.2380313873291 +1996,29,0,other external,21-24 yrs,46,273095,22.505142211914062,1,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,16.843955993652344 +1996,29,0,internal,21-24 yrs,66,273095,22.505142211914062,1,0.03824091702699661,1.309999942779541,0.2199999988079071,0.5699999928474426,2.0899999141693115,24.16741371154785 +1970,30,0,MVA,15-17 yrs,27,45231,15.985629081726074,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,59.693572998046875 +1970,30,0,suicide,15-17 yrs,4,45231,15.985629081726074,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,8.84349250793457 +1970,30,0,homicide,15-17 yrs,0,45231,15.985629081726074,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,0 +1970,30,0,other external,15-17 yrs,21,45231,15.985629081726074,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,46.4283332824707 +1970,30,0,internal,15-17 yrs,10,45231,15.985629081726074,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,22.10873031616211 +1970,30,0,all,18-20 yrs,75,36455,18.940420150756836,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,205.73309326171875 +1970,30,0,MVA,18-20 yrs,42,36455,18.940420150756836,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,115.21053314208984 +1970,30,0,suicide,18-20 yrs,3,36455,18.940420150756836,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,8.229323387145996 +1970,30,0,homicide,18-20 yrs,4,36455,18.940420150756836,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,10.972432136535645 +1970,30,0,other external,18-20 yrs,18,36455,18.940420150756836,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,49.37594223022461 +1970,30,0,internal,18-20 yrs,8,36455,18.940420150756836,0,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,21.94486427307129 +1970,30,0,all,21-24 yrs,78,40230,22.388267517089844,1,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,193.88516235351562 +1970,30,0,MVA,21-24 yrs,39,40230,22.388267517089844,1,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,96.94258117675781 +1970,30,0,suicide,21-24 yrs,6,40230,22.388267517089844,1,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,14.9142427444458 +1970,30,0,homicide,21-24 yrs,3,40230,22.388267517089844,1,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,7.4571213722229 +1970,30,0,other external,21-24 yrs,13,40230,22.388267517089844,1,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,32.31419372558594 +1970,30,0,internal,21-24 yrs,17,40230,22.388267517089844,1,0.25,1.5399999618530273,0.12999999523162842,1.0299999713897705,2.700000047683716,42.257022857666016 +1971,30,0,MVA,15-17 yrs,24,46313,15.991471290588379,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,51.82130432128906 +1971,30,0,suicide,15-17 yrs,3,46313,15.991471290588379,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,6.477663040161133 +1971,30,0,homicide,15-17 yrs,1,46313,15.991471290588379,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,2.1592209339141846 +1971,30,0,other external,15-17 yrs,14,46313,15.991471290588379,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,30.229093551635742 +1971,30,0,internal,15-17 yrs,12,46313,15.991471290588379,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,25.91065216064453 +1971,30,0,all,18-20 yrs,74,38765,18.95805549621582,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,190.8938446044922 +1971,30,0,MVA,18-20 yrs,40,38765,18.95805549621582,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,103.18586730957031 +1971,30,0,suicide,18-20 yrs,8,38765,18.95805549621582,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,20.63717269897461 +1971,30,0,homicide,18-20 yrs,3,38765,18.95805549621582,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,7.7389397621154785 +1971,30,0,other external,18-20 yrs,14,38765,18.95805549621582,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,36.11505126953125 +1971,30,0,internal,18-20 yrs,9,38765,18.95805549621582,0,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,23.216819763183594 +1971,30,0,all,21-24 yrs,95,45840,22.510929107666016,1,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,207.24258422851562 +1971,30,0,MVA,21-24 yrs,54,45840,22.510929107666016,1,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,117.8010482788086 +1971,30,0,suicide,21-24 yrs,9,45840,22.510929107666016,1,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,19.633508682250977 +1971,30,0,homicide,21-24 yrs,3,45840,22.510929107666016,1,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,6.5445027351379395 +1971,30,0,other external,21-24 yrs,17,45840,22.510929107666016,1,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,37.085514068603516 +1971,30,0,internal,21-24 yrs,12,45840,22.510929107666016,1,0.23950618505477905,1.5499999523162842,0.15000000596046448,1.0499999523162842,2.75,26.178010940551758 +1972,30,0,MVA,15-17 yrs,38,47296,15.979934692382812,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,80.345062255859375 +1972,30,0,suicide,15-17 yrs,0,47296,15.979934692382812,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,0 +1972,30,0,homicide,15-17 yrs,2,47296,15.979934692382812,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,4.228687286376953 +1972,30,0,other external,15-17 yrs,12,47296,15.979934692382812,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,25.37212371826172 +1972,30,0,internal,15-17 yrs,14,47296,15.979934692382812,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,29.600811004638672 +1972,30,0,all,18-20 yrs,82,39933,18.975208282470703,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,205.3439483642578 +1972,30,0,MVA,18-20 yrs,50,39933,18.975208282470703,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,125.20972442626953 +1972,30,0,suicide,18-20 yrs,6,39933,18.975208282470703,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,15.025167465209961 +1972,30,0,homicide,18-20 yrs,2,39933,18.975208282470703,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,5.008388996124268 +1972,30,0,other external,18-20 yrs,12,39933,18.975208282470703,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,30.050334930419922 +1972,30,0,internal,18-20 yrs,12,39933,18.975208282470703,0,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,30.050334930419922 +1972,30,0,all,21-24 yrs,96,47287,22.4906005859375,1,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,203.015625 +1972,30,0,MVA,21-24 yrs,54,47287,22.4906005859375,1,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,114.1962890625 +1972,30,0,suicide,21-24 yrs,16,47287,22.4906005859375,1,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,33.8359375 +1972,30,0,homicide,21-24 yrs,8,47287,22.4906005859375,1,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,16.91796875 +1972,30,0,other external,21-24 yrs,12,47287,22.4906005859375,1,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,25.376953125 +1972,30,0,internal,21-24 yrs,6,47287,22.4906005859375,1,0.23205742239952087,1.5199999809265137,0.1599999964237213,1.0499999523162842,2.7300000190734863,12.6884765625 +1973,30,0.5041095614433289,MVA,15-17 yrs,25,48252,15.979337692260742,0,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,51.81132507324219 +1973,30,0.5041095614433289,suicide,15-17 yrs,7,48252,15.979337692260742,0,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,14.507170677185059 +1973,30,0.5041095614433289,homicide,15-17 yrs,1,48252,15.979337692260742,0,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,2.072453022003174 +1973,30,0.5041095614433289,other external,15-17 yrs,24,48252,15.979337692260742,0,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,49.73887252807617 +1973,30,0.5041095614433289,internal,15-17 yrs,8,48252,15.979337692260742,0,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,16.57962417602539 +1973,30,0.5041095614433289,all,18-20 yrs,72,40612,18.972766876220703,0.5041095614433289,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,177.28750610351562 +1973,30,0.5041095614433289,MVA,18-20 yrs,41,40612,18.972766876220703,0.5041095614433289,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,100.95538330078125 +1973,30,0.5041095614433289,suicide,18-20 yrs,6,40612,18.972766876220703,0.5041095614433289,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,14.773958206176758 +1973,30,0.5041095614433289,homicide,18-20 yrs,0,40612,18.972766876220703,0.5041095614433289,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,0 +1973,30,0.5041095614433289,other external,18-20 yrs,19,40612,18.972766876220703,0.5041095614433289,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,46.784202575683594 +1973,30,0.5041095614433289,internal,18-20 yrs,6,40612,18.972766876220703,0.5041095614433289,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,14.773958206176758 +1973,30,0.5041095614433289,all,21-24 yrs,95,49149,22.477933883666992,1,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,193.289794921875 +1973,30,0.5041095614433289,MVA,21-24 yrs,40,49149,22.477933883666992,1,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,81.38517761230469 +1973,30,0.5041095614433289,suicide,21-24 yrs,8,49149,22.477933883666992,1,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,16.277034759521484 +1973,30,0.5041095614433289,homicide,21-24 yrs,9,49149,22.477933883666992,1,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,18.311664581298828 +1973,30,0.5041095614433289,other external,21-24 yrs,25,49149,22.477933883666992,1,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,50.8657341003418 +1973,30,0.5041095614433289,internal,21-24 yrs,13,49149,22.477933883666992,1,0.21846847236156464,1.659999966621399,0.17000000178813934,1.0700000524520874,2.9000000953674316,26.45018196105957 +1974,30,1,MVA,15-17 yrs,23,49096,15.996232032775879,0,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,46.84699249267578 +1974,30,1,suicide,15-17 yrs,4,49096,15.996232032775879,0,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,8.147303581237793 +1974,30,1,homicide,15-17 yrs,2,49096,15.996232032775879,0,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,4.0736517906188965 +1974,30,1,other external,15-17 yrs,18,49096,15.996232032775879,0,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,36.662864685058594 +1974,30,1,internal,15-17 yrs,13,49096,15.996232032775879,0,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,26.478734970092773 +1974,30,1,all,18-20 yrs,103,41513,18.983474731445312,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,248.11505126953125 +1974,30,1,MVA,18-20 yrs,47,41513,18.983474731445312,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,113.21754455566406 +1974,30,1,suicide,18-20 yrs,10,41513,18.983474731445312,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,24.08884048461914 +1974,30,1,homicide,18-20 yrs,5,41513,18.983474731445312,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,12.04442024230957 +1974,30,1,other external,18-20 yrs,25,41513,18.983474731445312,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,60.22209930419922 +1974,30,1,internal,18-20 yrs,16,41513,18.983474731445312,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,38.542144775390625 +1974,30,1,all,21-24 yrs,95,50391,22.47325897216797,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,188.52572631835938 +1974,30,1,MVA,21-24 yrs,38,50391,22.47325897216797,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,75.41029357910156 +1974,30,1,suicide,21-24 yrs,14,50391,22.47325897216797,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,27.782739639282227 +1974,30,1,homicide,21-24 yrs,1,50391,22.47325897216797,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,1.9844813346862793 +1974,30,1,other external,21-24 yrs,27,50391,22.47325897216797,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,53.580997467041016 +1974,30,1,internal,21-24 yrs,15,50391,22.47325897216797,1,0.21298174560070038,1.7000000476837158,0.17000000178813934,1.100000023841858,2.9600000381469727,29.76721954345703 +1975,30,1,MVA,15-17 yrs,18,49444,15.99557113647461,0,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,36.404823303222656 +1975,30,1,suicide,15-17 yrs,10,49444,15.99557113647461,0,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,20.22490119934082 +1975,30,1,homicide,15-17 yrs,0,49444,15.99557113647461,0,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,0 +1975,30,1,other external,15-17 yrs,26,49444,15.99557113647461,0,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,52.58474349975586 +1975,30,1,internal,15-17 yrs,8,49444,15.99557113647461,0,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,16.179920196533203 +1975,30,1,all,18-20 yrs,93,42796,18.975955963134766,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,217.31002807617188 +1975,30,1,MVA,18-20 yrs,45,42796,18.975955963134766,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,105.15001678466797 +1975,30,1,suicide,18-20 yrs,3,42796,18.975955963134766,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,7.010000705718994 +1975,30,1,homicide,18-20 yrs,6,42796,18.975955963134766,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,14.020001411437988 +1975,30,1,other external,18-20 yrs,24,42796,18.975955963134766,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,56.08000564575195 +1975,30,1,internal,18-20 yrs,15,42796,18.975955963134766,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,35.05000305175781 +1975,30,1,all,21-24 yrs,92,52380,22.479724884033203,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,175.63955688476562 +1975,30,1,MVA,21-24 yrs,45,52380,22.479724884033203,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,85.91065216064453 +1975,30,1,suicide,21-24 yrs,9,52380,22.479724884033203,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,17.182130813598633 +1975,30,1,homicide,21-24 yrs,5,52380,22.479724884033203,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,9.545628547668457 +1975,30,1,other external,21-24 yrs,20,52380,22.479724884033203,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,38.18251419067383 +1975,30,1,internal,21-24 yrs,13,52380,22.479724884033203,1,0.19516728818416595,1.6799999475479126,0.1899999976158142,1.1100000143051147,2.9800000190734863,24.818632125854492 +1976,30,1,MVA,15-17 yrs,29,49520,15.989276885986328,0,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,58.562198638916016 +1976,30,1,suicide,15-17 yrs,6,49520,15.989276885986328,0,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,12.116316795349121 +1976,30,1,homicide,15-17 yrs,0,49520,15.989276885986328,0,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,0 +1976,30,1,other external,15-17 yrs,15,49520,15.989276885986328,0,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,30.29079246520996 +1976,30,1,internal,15-17 yrs,7,49520,15.989276885986328,0,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,14.135703086853027 +1976,30,1,all,18-20 yrs,94,43765,18.979389190673828,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,214.78350830078125 +1976,30,1,MVA,18-20 yrs,45,43765,18.979389190673828,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,102.82189178466797 +1976,30,1,suicide,18-20 yrs,10,43765,18.979389190673828,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,22.849308013916016 +1976,30,1,homicide,18-20 yrs,4,43765,18.979389190673828,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,9.139723777770996 +1976,30,1,other external,18-20 yrs,20,43765,18.979389190673828,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,45.69861602783203 +1976,30,1,internal,18-20 yrs,15,43765,18.979389190673828,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,34.273963928222656 +1976,30,1,all,21-24 yrs,88,53992,22.487071990966797,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,162.9871063232422 +1976,30,1,MVA,21-24 yrs,40,53992,22.487071990966797,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,74.085052490234375 +1976,30,1,suicide,21-24 yrs,15,53992,22.487071990966797,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,27.781892776489258 +1976,30,1,homicide,21-24 yrs,2,53992,22.487071990966797,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,3.7042524814605713 +1976,30,1,other external,21-24 yrs,19,53992,22.487071990966797,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,35.190399169921875 +1976,30,1,internal,21-24 yrs,12,53992,22.487071990966797,1,0.18453426659107208,1.7799999713897705,0.20000000298023224,1.1200000047683716,3.109999895095825,22.225515365600586 +1977,30,1,MVA,15-17 yrs,45,49514,15.99808120727539,0,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,90.88338470458984 +1977,30,1,suicide,15-17 yrs,5,49514,15.99808120727539,0,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,10.098154067993164 +1977,30,1,homicide,15-17 yrs,3,49514,15.99808120727539,0,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,6.058892250061035 +1977,30,1,other external,15-17 yrs,22,49514,15.99808120727539,0,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,44.43187713623047 +1977,30,1,internal,15-17 yrs,10,49514,15.99808120727539,0,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,20.196308135986328 +1977,30,1,all,18-20 yrs,92,44645,19.00125503540039,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,206.0701141357422 +1977,30,1,MVA,18-20 yrs,51,44645,19.00125503540039,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,114.2345199584961 +1977,30,1,suicide,18-20 yrs,15,44645,19.00125503540039,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,33.598388671875 +1977,30,1,homicide,18-20 yrs,2,44645,19.00125503540039,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,4.479784965515137 +1977,30,1,other external,18-20 yrs,18,44645,19.00125503540039,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,40.31806564331055 +1977,30,1,internal,18-20 yrs,6,44645,19.00125503540039,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,13.43935489654541 +1977,30,1,all,21-24 yrs,96,55341,22.48504638671875,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,173.46994018554688 +1977,30,1,MVA,21-24 yrs,48,55341,22.48504638671875,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,86.73497009277344 +1977,30,1,suicide,21-24 yrs,11,55341,22.48504638671875,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,19.87676429748535 +1977,30,1,homicide,21-24 yrs,8,55341,22.48504638671875,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,14.455828666687012 +1977,30,1,other external,21-24 yrs,18,55341,22.48504638671875,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,32.52561569213867 +1977,30,1,internal,21-24 yrs,11,55341,22.48504638671875,1,0.22937293350696564,1.8300000429153442,0.20000000298023224,1.100000023841858,3.119999885559082,19.87676429748535 +1978,30,1,MVA,15-17 yrs,24,48990,16.00826644897461,0,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,48.98958969116211 +1978,30,1,suicide,15-17 yrs,7,48990,16.00826644897461,0,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,14.288630485534668 +1978,30,1,homicide,15-17 yrs,1,48990,16.00826644897461,0,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,2.0412328243255615 +1978,30,1,other external,15-17 yrs,14,48990,16.00826644897461,0,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,28.577260971069336 +1978,30,1,internal,15-17 yrs,8,48990,16.00826644897461,0,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,16.329862594604492 +1978,30,1,all,18-20 yrs,80,45106,19.0048770904541,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,177.36000061035156 +1978,30,1,MVA,18-20 yrs,39,45106,19.0048770904541,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,86.46299743652344 +1978,30,1,suicide,18-20 yrs,8,45106,19.0048770904541,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,17.736000061035156 +1978,30,1,homicide,18-20 yrs,2,45106,19.0048770904541,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,4.434000015258789 +1978,30,1,other external,18-20 yrs,16,45106,19.0048770904541,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,35.47200012207031 +1978,30,1,internal,18-20 yrs,15,45106,19.0048770904541,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,33.255001068115234 +1978,30,1,all,21-24 yrs,102,57572,22.48009490966797,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,177.16946411132812 +1978,30,1,MVA,21-24 yrs,44,57572,22.48009490966797,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,76.42604064941406 +1978,30,1,suicide,21-24 yrs,15,57572,22.48009490966797,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,26.054332733154297 +1978,30,1,homicide,21-24 yrs,5,57572,22.48009490966797,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,8.68477725982666 +1978,30,1,other external,21-24 yrs,26,57572,22.48009490966797,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,45.16084289550781 +1978,30,1,internal,21-24 yrs,12,57572,22.48009490966797,1,0.2131901979446411,1.8200000524520874,0.20000000298023224,1.0700000524520874,3.0999999046325684,20.84346580505371 +1979,30,0.6680411696434021,MVA,15-17 yrs,37,46977,16.016582489013672,0,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,78.76194763183594 +1979,30,0.6680411696434021,suicide,15-17 yrs,7,46977,16.016582489013672,0,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,14.900909423828125 +1979,30,0.6680411696434021,homicide,15-17 yrs,3,46977,16.016582489013672,0,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,6.386103630065918 +1979,30,0.6680411696434021,other external,15-17 yrs,13,46977,16.016582489013672,0,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,27.67311668395996 +1979,30,0.6680411696434021,internal,15-17 yrs,10,46977,16.016582489013672,0,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,21.287012100219727 +1979,30,0.6680411696434021,all,18-20 yrs,89,44864,19.0028076171875,0.6680411696434021,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,198.3773193359375 +1979,30,0.6680411696434021,MVA,18-20 yrs,61,44864,19.0028076171875,0.6680411696434021,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,135.9664764404297 +1979,30,0.6680411696434021,suicide,18-20 yrs,5,44864,19.0028076171875,0.6680411696434021,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,11.144793510437012 +1979,30,0.6680411696434021,homicide,18-20 yrs,5,44864,19.0028076171875,0.6680411696434021,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,11.144793510437012 +1979,30,0.6680411696434021,other external,18-20 yrs,10,44864,19.0028076171875,0.6680411696434021,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,22.289587020874023 +1979,30,0.6680411696434021,internal,18-20 yrs,8,44864,19.0028076171875,0.6680411696434021,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,17.831668853759766 +1979,30,0.6680411696434021,all,21-24 yrs,110,58805,22.48043441772461,1,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,187.05892944335938 +1979,30,0.6680411696434021,MVA,21-24 yrs,53,58805,22.48043441772461,1,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,90.128387451171875 +1979,30,0.6680411696434021,suicide,21-24 yrs,11,58805,22.48043441772461,1,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,18.70589256286621 +1979,30,0.6680411696434021,homicide,21-24 yrs,9,58805,22.48043441772461,1,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,15.304821014404297 +1979,30,0.6680411696434021,other external,21-24 yrs,24,58805,22.48043441772461,1,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,40.8128547668457 +1979,30,0.6680411696434021,internal,21-24 yrs,13,58805,22.48043441772461,1,0.19146005809307098,1.8300000429153442,0.4099999964237213,1.0499999523162842,3.2899999618530273,22.106964111328125 +1980,30,0.6707993149757385,MVA,15-17 yrs,29,44178,16.03289031982422,0,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,65.6435317993164 +1980,30,0.6707993149757385,suicide,15-17 yrs,4,44178,16.03289031982422,0,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,9.054280281066895 +1980,30,0.6707993149757385,homicide,15-17 yrs,2,44178,16.03289031982422,0,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,4.527140140533447 +1980,30,0.6707993149757385,other external,15-17 yrs,13,44178,16.03289031982422,0,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,29.426410675048828 +1980,30,0.6707993149757385,internal,15-17 yrs,7,44178,16.03289031982422,0,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,15.844990730285645 +1980,30,0.6707993149757385,all,18-20 yrs,112,45088,19.003128051757812,0.6707993149757385,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,248.4031219482422 +1980,30,0.6707993149757385,MVA,18-20 yrs,58,45088,19.003128051757812,0.6707993149757385,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,128.6373291015625 +1980,30,0.6707993149757385,suicide,18-20 yrs,15,45088,19.003128051757812,0.6707993149757385,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,33.26827621459961 +1980,30,0.6707993149757385,homicide,18-20 yrs,6,45088,19.003128051757812,0.6707993149757385,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,13.307310104370117 +1980,30,0.6707993149757385,other external,18-20 yrs,18,45088,19.003128051757812,0.6707993149757385,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,39.921932220458984 +1980,30,0.6707993149757385,internal,18-20 yrs,15,45088,19.003128051757812,0.6707993149757385,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,33.26827621459961 +1980,30,0.6707993149757385,all,21-24 yrs,88,58762,22.494945526123047,1,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,149.75665283203125 +1980,30,0.6707993149757385,MVA,21-24 yrs,39,58762,22.494945526123047,1,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,66.36942291259766 +1980,30,0.6707993149757385,suicide,21-24 yrs,11,58762,22.494945526123047,1,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,18.719581604003906 +1980,30,0.6707993149757385,homicide,21-24 yrs,4,58762,22.494945526123047,1,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,6.807120323181152 +1980,30,0.6707993149757385,other external,21-24 yrs,18,58762,22.494945526123047,1,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,30.632041931152344 +1980,30,0.6707993149757385,internal,21-24 yrs,16,58762,22.494945526123047,1,0.1686893105506897,1.8200000524520874,0.3499999940395355,1.0399999618530273,3.2100000381469727,27.22848129272461 +1981,30,0.6678851842880249,MVA,15-17 yrs,22,41695,16.046695709228516,0,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,52.764122009277344 +1981,30,0.6678851842880249,suicide,15-17 yrs,6,41695,16.046695709228516,0,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,14.390214920043945 +1981,30,0.6678851842880249,homicide,15-17 yrs,2,41695,16.046695709228516,0,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,4.796738147735596 +1981,30,0.6678851842880249,other external,15-17 yrs,4,41695,16.046695709228516,0,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,9.593476295471191 +1981,30,0.6678851842880249,internal,15-17 yrs,10,41695,16.046695709228516,0,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,23.98369026184082 +1981,30,0.6678851842880249,all,18-20 yrs,98,44864,18.998329162597656,0.6678851842880249,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,218.4379425048828 +1981,30,0.6678851842880249,MVA,18-20 yrs,62,44864,18.998329162597656,0.6678851842880249,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,138.1954345703125 +1981,30,0.6678851842880249,suicide,18-20 yrs,10,44864,18.998329162597656,0.6678851842880249,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,22.289587020874023 +1981,30,0.6678851842880249,homicide,18-20 yrs,0,44864,18.998329162597656,0.6678851842880249,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,0 +1981,30,0.6678851842880249,other external,18-20 yrs,20,44864,18.998329162597656,0.6678851842880249,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,44.57917404174805 +1981,30,0.6678851842880249,internal,18-20 yrs,6,44864,18.998329162597656,0.6678851842880249,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,13.373751640319824 +1981,30,0.6678851842880249,all,21-24 yrs,120,57874,22.505720138549805,1,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,207.3470001220703 +1981,30,0.6678851842880249,MVA,21-24 yrs,52,57874,22.505720138549805,1,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,89.8503646850586 +1981,30,0.6678851842880249,suicide,21-24 yrs,22,57874,22.505720138549805,1,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,38.013614654541016 +1981,30,0.6678851842880249,homicide,21-24 yrs,6,57874,22.505720138549805,1,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,10.367349624633789 +1981,30,0.6678851842880249,other external,21-24 yrs,14,57874,22.505720138549805,1,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,24.19048309326172 +1981,30,0.6678851842880249,internal,21-24 yrs,26,57874,22.505720138549805,1,0.15291528403759003,1.899999976158142,0.33000001311302185,1.0499999523162842,3.2799999713897705,44.9251823425293 +1982,30,0.6753487586975098,MVA,15-17 yrs,32,39594,16.031064987182617,0,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,80.82032775878906 +1982,30,0.6753487586975098,suicide,15-17 yrs,4,39594,16.031064987182617,0,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,10.102540969848633 +1982,30,0.6753487586975098,homicide,15-17 yrs,2,39594,16.031064987182617,0,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,5.051270484924316 +1982,30,0.6753487586975098,other external,15-17 yrs,18,39594,16.031064987182617,0,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,45.46143341064453 +1982,30,0.6753487586975098,internal,15-17 yrs,8,39594,16.031064987182617,0,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,20.205081939697266 +1982,30,0.6753487586975098,all,18-20 yrs,78,44229,19.00861358642578,0.6753487586975098,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,176.35487365722656 +1982,30,0.6753487586975098,MVA,18-20 yrs,44,44229,19.00861358642578,0.6753487586975098,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,99.48223876953125 +1982,30,0.6753487586975098,suicide,18-20 yrs,6,44229,19.00861358642578,0.6753487586975098,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,13.565759658813477 +1982,30,0.6753487586975098,homicide,18-20 yrs,6,44229,19.00861358642578,0.6753487586975098,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,13.565759658813477 +1982,30,0.6753487586975098,other external,18-20 yrs,14,44229,19.00861358642578,0.6753487586975098,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,31.653440475463867 +1982,30,0.6753487586975098,internal,18-20 yrs,8,44229,19.00861358642578,0.6753487586975098,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,18.08768081665039 +1982,30,0.6753487586975098,all,21-24 yrs,90,56847,22.504722595214844,1,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,158.3197021484375 +1982,30,0.6753487586975098,MVA,21-24 yrs,46,56847,22.504722595214844,1,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,80.91896057128906 +1982,30,0.6753487586975098,suicide,21-24 yrs,14,56847,22.504722595214844,1,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,24.62750816345215 +1982,30,0.6753487586975098,homicide,21-24 yrs,0,56847,22.504722595214844,1,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,0 +1982,30,0.6753487586975098,other external,21-24 yrs,10,56847,22.504722595214844,1,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,17.59107780456543 +1982,30,0.6753487586975098,internal,21-24 yrs,20,56847,22.504722595214844,1,0.14404144883155823,1.8200000524520874,0.3199999928474426,1.0199999809265137,3.1700000762939453,35.18215560913086 +1983,30,0.6863695979118347,MVA,15-17 yrs,18,38253,16.013986587524414,0,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,47.05513381958008 +1983,30,0.6863695979118347,suicide,15-17 yrs,4,38253,16.013986587524414,0,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,10.456696510314941 +1983,30,0.6863695979118347,homicide,15-17 yrs,1,38253,16.013986587524414,0,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,2.6141741275787354 +1983,30,0.6863695979118347,other external,15-17 yrs,6,38253,16.013986587524414,0,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,15.685044288635254 +1983,30,0.6863695979118347,internal,15-17 yrs,7,38253,16.013986587524414,0,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,18.299219131469727 +1983,30,0.6863695979118347,all,18-20 yrs,64,42684,19.03204917907715,0.6863695979118347,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,149.9390869140625 +1983,30,0.6863695979118347,MVA,18-20 yrs,34,42684,19.03204917907715,0.6863695979118347,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,79.65514373779297 +1983,30,0.6863695979118347,suicide,18-20 yrs,7,42684,19.03204917907715,0.6863695979118347,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,16.399587631225586 +1983,30,0.6863695979118347,homicide,18-20 yrs,1,42684,19.03204917907715,0.6863695979118347,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,2.3427982330322266 +1983,30,0.6863695979118347,other external,18-20 yrs,14,42684,19.03204917907715,0.6863695979118347,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,32.79917526245117 +1983,30,0.6863695979118347,internal,18-20 yrs,8,42684,19.03204917907715,0.6863695979118347,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,18.742385864257812 +1983,30,0.6863695979118347,all,21-24 yrs,104,55991,22.494792938232422,1,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,185.744140625 +1983,30,0.6863695979118347,MVA,21-24 yrs,53,55991,22.494792938232422,1,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,94.65807342529297 +1983,30,0.6863695979118347,suicide,21-24 yrs,15,55991,22.494792938232422,1,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,26.790019989013672 +1983,30,0.6863695979118347,homicide,21-24 yrs,8,55991,22.494792938232422,1,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,14.288010597229004 +1983,30,0.6863695979118347,other external,21-24 yrs,18,55991,22.494792938232422,1,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,32.14802551269531 +1983,30,0.6863695979118347,internal,21-24 yrs,10,55991,22.494792938232422,1,0.13955824077129364,1.7899999618530273,0.3199999928474426,0.9900000095367432,3.0899999141693115,17.860013961791992 +1984,30,0.6898184418678284,MVA,15-17 yrs,19,38446,15.991494178771973,0,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,49.41996383666992 +1984,30,0.6898184418678284,suicide,15-17 yrs,12,38446,15.991494178771973,0,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,31.212610244750977 +1984,30,0.6898184418678284,homicide,15-17 yrs,1,38446,15.991494178771973,0,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,2.601050853729248 +1984,30,0.6898184418678284,other external,15-17 yrs,12,38446,15.991494178771973,0,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,31.212610244750977 +1984,30,0.6898184418678284,internal,15-17 yrs,5,38446,15.991494178771973,0,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,13.005253791809082 +1984,30,0.6898184418678284,all,18-20 yrs,66,39709,19.04303741455078,0.6898184418678284,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,166.20916748046875 +1984,30,0.6898184418678284,MVA,18-20 yrs,40,39709,19.04303741455078,0.6898184418678284,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,100.73283386230469 +1984,30,0.6898184418678284,suicide,18-20 yrs,8,39709,19.04303741455078,0.6898184418678284,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,20.14656639099121 +1984,30,0.6898184418678284,homicide,18-20 yrs,0,39709,19.04303741455078,0.6898184418678284,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,0 +1984,30,0.6898184418678284,other external,18-20 yrs,8,39709,19.04303741455078,0.6898184418678284,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,20.14656639099121 +1984,30,0.6898184418678284,internal,18-20 yrs,10,39709,19.04303741455078,0.6898184418678284,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,25.183208465576172 +1984,30,0.6898184418678284,all,21-24 yrs,68,54927,22.485862731933594,1,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,123.8006820678711 +1984,30,0.6898184418678284,MVA,21-24 yrs,26,54927,22.485862731933594,1,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,47.33555603027344 +1984,30,0.6898184418678284,suicide,21-24 yrs,9,54927,22.485862731933594,1,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,16.38538360595703 +1984,30,0.6898184418678284,homicide,21-24 yrs,6,54927,22.485862731933594,1,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,10.923589706420898 +1984,30,0.6898184418678284,other external,21-24 yrs,16,54927,22.485862731933594,1,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,29.12957191467285 +1984,30,0.6898184418678284,internal,21-24 yrs,11,54927,22.485862731933594,1,0.13378247618675232,1.7000000476837158,0.3199999928474426,0.9300000071525574,2.950000047683716,20.026580810546875 +1985,30,0.6761645078659058,MVA,15-17 yrs,15,38965,15.974617958068848,0,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,38.49608612060547 +1985,30,0.6761645078659058,suicide,15-17 yrs,6,38965,15.974617958068848,0,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,15.39843463897705 +1985,30,0.6761645078659058,homicide,15-17 yrs,1,38965,15.974617958068848,0,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,2.566405773162842 +1985,30,0.6761645078659058,other external,15-17 yrs,8,38965,15.974617958068848,0,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,20.531246185302734 +1985,30,0.6761645078659058,internal,15-17 yrs,2,38965,15.974617958068848,0,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,5.132811546325684 +1985,30,0.6761645078659058,all,18-20 yrs,52,36710,19.02280044555664,0.6761645078659058,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,141.65077209472656 +1985,30,0.6761645078659058,MVA,18-20 yrs,22,36710,19.02280044555664,0.6761645078659058,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,59.929176330566406 +1985,30,0.6761645078659058,suicide,18-20 yrs,12,36710,19.02280044555664,0.6761645078659058,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,32.68864059448242 +1985,30,0.6761645078659058,homicide,18-20 yrs,4,36710,19.02280044555664,0.6761645078659058,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,10.89621353149414 +1985,30,0.6761645078659058,other external,18-20 yrs,8,36710,19.02280044555664,0.6761645078659058,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,21.79242706298828 +1985,30,0.6761645078659058,internal,18-20 yrs,6,36710,19.02280044555664,0.6761645078659058,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,16.34432029724121 +1985,30,0.6761645078659058,all,21-24 yrs,69,53084,22.498701095581055,1,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,129.982666015625 +1985,30,0.6761645078659058,MVA,21-24 yrs,27,53084,22.498701095581055,1,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,50.86278533935547 +1985,30,0.6761645078659058,suicide,21-24 yrs,10,53084,22.498701095581055,1,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,18.83806800842285 +1985,30,0.6761645078659058,homicide,21-24 yrs,5,53084,22.498701095581055,1,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,9.419034004211426 +1985,30,0.6761645078659058,other external,21-24 yrs,15,53084,22.498701095581055,1,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,28.25710105895996 +1985,30,0.6761645078659058,internal,21-24 yrs,12,53084,22.498701095581055,1,0.12918215990066528,1.600000023841858,0.33000001311302185,0.8799999952316284,2.809999942779541,22.605682373046875 +1986,30,0.6679462194442749,MVA,15-17 yrs,18,39556,15.977171897888184,0,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,45.50510787963867 +1986,30,0.6679462194442749,suicide,15-17 yrs,3,39556,15.977171897888184,0,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,7.584184646606445 +1986,30,0.6679462194442749,homicide,15-17 yrs,5,39556,15.977171897888184,0,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,12.640307426452637 +1986,30,0.6679462194442749,other external,15-17 yrs,6,39556,15.977171897888184,0,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,15.16836929321289 +1986,30,0.6679462194442749,internal,15-17 yrs,4,39556,15.977171897888184,0,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,10.112245559692383 +1986,30,0.6679462194442749,all,18-20 yrs,61,34127,19.00052833557129,0.6679462194442749,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,178.74411010742188 +1986,30,0.6679462194442749,MVA,18-20 yrs,29,34127,19.00052833557129,0.6679462194442749,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,84.9767074584961 +1986,30,0.6679462194442749,suicide,18-20 yrs,7,34127,19.00052833557129,0.6679462194442749,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,20.51161766052246 +1986,30,0.6679462194442749,homicide,18-20 yrs,3,34127,19.00052833557129,0.6679462194442749,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,8.790693283081055 +1986,30,0.6679462194442749,other external,18-20 yrs,13,34127,19.00052833557129,0.6679462194442749,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,38.0930061340332 +1986,30,0.6679462194442749,internal,18-20 yrs,9,34127,19.00052833557129,0.6679462194442749,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,26.372079849243164 +1986,30,0.6679462194442749,all,21-24 yrs,74,49826,22.53162956237793,1,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,148.516845703125 +1986,30,0.6679462194442749,MVA,21-24 yrs,27,49826,22.53162956237793,1,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,54.188575744628906 +1986,30,0.6679462194442749,suicide,21-24 yrs,17,49826,22.53162956237793,1,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,34.11873245239258 +1986,30,0.6679462194442749,homicide,21-24 yrs,4,49826,22.53162956237793,1,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,8.027936935424805 +1986,30,0.6679462194442749,other external,21-24 yrs,15,49826,22.53162956237793,1,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,30.104764938354492 +1986,30,0.6679462194442749,internal,21-24 yrs,11,49826,22.53162956237793,1,0.12682481110095978,1.5800000429153442,0.3400000035762787,0.8100000023841858,2.7300000190734863,22.076828002929688 +1987,30,0.5584973692893982,MVA,15-17 yrs,17,38449,16.01604652404785,0,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,44.214412689208984 +1987,30,0.5584973692893982,suicide,15-17 yrs,6,38449,16.01604652404785,0,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,15.605087280273438 +1987,30,0.5584973692893982,homicide,15-17 yrs,2,38449,16.01604652404785,0,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,5.201695919036865 +1987,30,0.5584973692893982,other external,15-17 yrs,6,38449,16.01604652404785,0,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,15.605087280273438 +1987,30,0.5584973692893982,internal,15-17 yrs,5,38449,16.01604652404785,0,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,13.004239082336426 +1987,30,0.5584973692893982,all,18-20 yrs,45,33097,18.97603988647461,0.5584973692893982,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,135.9639892578125 +1987,30,0.5584973692893982,MVA,18-20 yrs,27,33097,18.97603988647461,0.5584973692893982,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,81.5783920288086 +1987,30,0.5584973692893982,suicide,18-20 yrs,8,33097,18.97603988647461,0.5584973692893982,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,24.171375274658203 +1987,30,0.5584973692893982,homicide,18-20 yrs,1,33097,18.97603988647461,0.5584973692893982,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,3.0214219093322754 +1987,30,0.5584973692893982,other external,18-20 yrs,5,33097,18.97603988647461,0.5584973692893982,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,15.107109069824219 +1987,30,0.5584973692893982,internal,18-20 yrs,4,33097,18.97603988647461,0.5584973692893982,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,12.085687637329102 +1987,30,0.5584973692893982,all,21-24 yrs,66,45811,22.564821243286133,1,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,144.07020568847656 +1987,30,0.5584973692893982,MVA,21-24 yrs,34,45811,22.564821243286133,1,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,74.21797943115234 +1987,30,0.5584973692893982,suicide,21-24 yrs,12,45811,22.564821243286133,1,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,26.194581985473633 +1987,30,0.5584973692893982,homicide,21-24 yrs,5,45811,22.564821243286133,1,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,10.914409637451172 +1987,30,0.5584973692893982,other external,21-24 yrs,8,45811,22.564821243286133,1,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,17.463054656982422 +1987,30,0.5584973692893982,internal,21-24 yrs,7,45811,22.564821243286133,1,0.12235915660858154,1.5700000524520874,0.33000001311302185,0.7699999809265137,2.6700000762939453,15.280173301696777 +1988,30,0.23278002440929413,MVA,15-17 yrs,19,36693,16.046112060546875,0,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,51.7809944152832 +1988,30,0.23278002440929413,suicide,15-17 yrs,4,36693,16.046112060546875,0,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,10.901262283325195 +1988,30,0.23278002440929413,homicide,15-17 yrs,0,36693,16.046112060546875,0,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,0 +1988,30,0.23278002440929413,other external,15-17 yrs,8,36693,16.046112060546875,0,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,21.80252456665039 +1988,30,0.23278002440929413,internal,15-17 yrs,8,36693,16.046112060546875,0,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,21.80252456665039 +1988,30,0.23278002440929413,all,18-20 yrs,36,32777,18.958507537841797,0.23278002440929413,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,109.83311462402344 +1988,30,0.23278002440929413,MVA,18-20 yrs,16,32777,18.958507537841797,0.23278002440929413,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,48.81471633911133 +1988,30,0.23278002440929413,suicide,18-20 yrs,10,32777,18.958507537841797,0.23278002440929413,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,30.509199142456055 +1988,30,0.23278002440929413,homicide,18-20 yrs,3,32777,18.958507537841797,0.23278002440929413,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,9.152759552001953 +1988,30,0.23278002440929413,other external,18-20 yrs,3,32777,18.958507537841797,0.23278002440929413,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,9.152759552001953 +1988,30,0.23278002440929413,internal,18-20 yrs,4,32777,18.958507537841797,0.23278002440929413,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,12.203679084777832 +1988,30,0.23278002440929413,all,21-24 yrs,52,42022,22.558326721191406,1,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,123.74470520019531 +1988,30,0.23278002440929413,MVA,21-24 yrs,21,42022,22.558326721191406,1,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,49.97382354736328 +1988,30,0.23278002440929413,suicide,21-24 yrs,8,42022,22.558326721191406,1,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,19.037647247314453 +1988,30,0.23278002440929413,homicide,21-24 yrs,4,42022,22.558326721191406,1,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,9.518823623657227 +1988,30,0.23278002440929413,other external,21-24 yrs,10,42022,22.558326721191406,1,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,23.79705810546875 +1988,30,0.23278002440929413,internal,21-24 yrs,9,42022,22.558326721191406,1,0.11749788373708725,1.590000033378601,0.3199999928474426,0.7599999904632568,2.6600000858306885,21.4173526763916 +1989,30,0.009624539874494076,MVA,15-17 yrs,14,34949,16.01410675048828,0,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,40.058372497558594 +1989,30,0.009624539874494076,suicide,15-17 yrs,6,34949,16.01410675048828,0,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,17.16787338256836 +1989,30,0.009624539874494076,homicide,15-17 yrs,2,34949,16.01410675048828,0,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,5.7226243019104 +1989,30,0.009624539874494076,other external,15-17 yrs,3,34949,16.01410675048828,0,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,8.58393669128418 +1989,30,0.009624539874494076,internal,15-17 yrs,5,34949,16.01410675048828,0,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,14.306560516357422 +1989,30,0.009624539874494076,all,18-20 yrs,39,33329,18.95877456665039,0.009624539874494076,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,117.01521301269531 +1989,30,0.009624539874494076,MVA,18-20 yrs,19,33329,18.95877456665039,0.009624539874494076,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,57.00741195678711 +1989,30,0.009624539874494076,suicide,18-20 yrs,5,33329,18.95877456665039,0.009624539874494076,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,15.00195026397705 +1989,30,0.009624539874494076,homicide,18-20 yrs,2,33329,18.95877456665039,0.009624539874494076,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,6.00078010559082 +1989,30,0.009624539874494076,other external,18-20 yrs,8,33329,18.95877456665039,0.009624539874494076,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,24.00312042236328 +1989,30,0.009624539874494076,internal,18-20 yrs,5,33329,18.95877456665039,0.009624539874494076,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,15.00195026397705 +1989,30,0.009624539874494076,all,21-24 yrs,39,38938,22.52989387512207,1,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,100.15922546386719 +1989,30,0.009624539874494076,MVA,21-24 yrs,11,38938,22.52989387512207,1,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,28.250038146972656 +1989,30,0.009624539874494076,suicide,21-24 yrs,11,38938,22.52989387512207,1,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,28.250038146972656 +1989,30,0.009624539874494076,homicide,21-24 yrs,5,38938,22.52989387512207,1,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,12.840926170349121 +1989,30,0.009624539874494076,other external,21-24 yrs,6,38938,22.52989387512207,1,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,15.409111976623535 +1989,30,0.009624539874494076,internal,21-24 yrs,6,38938,22.52989387512207,1,0.11209677159786224,1.559999942779541,0.28999999165534973,0.7200000286102295,2.569999933242798,15.409111976623535 +1990,30,0,MVA,15-17 yrs,9,34864,15.9851713180542,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,25.814594268798828 +1990,30,0,suicide,15-17 yrs,12,34864,15.9851713180542,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,34.41946029663086 +1990,30,0,homicide,15-17 yrs,0,34864,15.9851713180542,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,0 +1990,30,0,other external,15-17 yrs,5,34864,15.9851713180542,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,14.34144115447998 +1990,30,0,internal,15-17 yrs,7,34864,15.9851713180542,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,20.078018188476562 +1990,30,0,all,18-20 yrs,62,33065,18.98932456970215,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,187.5094451904297 +1990,30,0,MVA,18-20 yrs,31,33065,18.98932456970215,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,93.75472259521484 +1990,30,0,suicide,18-20 yrs,5,33065,18.98932456970215,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,15.121729850769043 +1990,30,0,homicide,18-20 yrs,6,33065,18.98932456970215,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,18.146076202392578 +1990,30,0,other external,18-20 yrs,11,33065,18.98932456970215,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,33.26780700683594 +1990,30,0,internal,18-20 yrs,9,33065,18.98932456970215,0,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,27.219114303588867 +1990,30,0,all,21-24 yrs,57,37259,22.480796813964844,1,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,152.98316955566406 +1990,30,0,MVA,21-24 yrs,25,37259,22.480796813964844,1,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,67.09788513183594 +1990,30,0,suicide,21-24 yrs,16,37259,22.480796813964844,1,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,42.94264602661133 +1990,30,0,homicide,21-24 yrs,5,37259,22.480796813964844,1,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,13.419576644897461 +1990,30,0,other external,21-24 yrs,4,37259,22.480796813964844,1,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,10.735661506652832 +1990,30,0,internal,21-24 yrs,7,37259,22.480796813964844,1,0.10635042190551758,1.600000023841858,0.28999999165534973,0.7699999809265137,2.6700000762939453,18.78740692138672 +1991,30,0,MVA,15-17 yrs,9,35825,15.993691444396973,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,25.122121810913086 +1991,30,0,suicide,15-17 yrs,8,35825,15.993691444396973,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,22.330774307250977 +1991,30,0,homicide,15-17 yrs,0,35825,15.993691444396973,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,0 +1991,30,0,other external,15-17 yrs,6,35825,15.993691444396973,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,16.74808120727539 +1991,30,0,internal,15-17 yrs,10,35825,15.993691444396973,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,27.913467407226562 +1991,30,0,all,18-20 yrs,49,33885,19.00041389465332,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,144.6067657470703 +1991,30,0,MVA,18-20 yrs,22,33885,19.00041389465332,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,64.92548370361328 +1991,30,0,suicide,18-20 yrs,10,33885,19.00041389465332,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,29.51158332824707 +1991,30,0,homicide,18-20 yrs,1,33885,19.00041389465332,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,2.951158285140991 +1991,30,0,other external,18-20 yrs,7,33885,19.00041389465332,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,20.65810775756836 +1991,30,0,internal,18-20 yrs,9,33885,19.00041389465332,0,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,26.5604248046875 +1991,30,0,all,21-24 yrs,55,37885,22.446666717529297,1,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,145.1761932373047 +1991,30,0,MVA,21-24 yrs,25,37885,22.446666717529297,1,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,65.98918151855469 +1991,30,0,suicide,21-24 yrs,11,37885,22.446666717529297,1,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,29.03523826599121 +1991,30,0,homicide,21-24 yrs,4,37885,22.446666717529297,1,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,10.558268547058105 +1991,30,0,other external,21-24 yrs,7,37885,22.446666717529297,1,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,18.476970672607422 +1991,30,0,internal,21-24 yrs,8,37885,22.446666717529297,1,0.10205580294132233,1.6100000143051147,0.2800000011920929,0.7599999904632568,2.640000104904175,21.11653709411621 +1992,30,0,MVA,15-17 yrs,17,37829,15.988157272338867,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,44.93906784057617 +1992,30,0,suicide,15-17 yrs,7,37829,15.988157272338867,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,18.504322052001953 +1992,30,0,homicide,15-17 yrs,3,37829,15.988157272338867,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,7.930423736572266 +1992,30,0,other external,15-17 yrs,5,37829,15.988157272338867,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,13.21737289428711 +1992,30,0,internal,15-17 yrs,7,37829,15.988157272338867,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,18.504322052001953 +1992,30,0,all,18-20 yrs,42,34629,18.99205780029297,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,121.28562927246094 +1992,30,0,MVA,18-20 yrs,20,34629,18.99205780029297,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,57.755062103271484 +1992,30,0,suicide,18-20 yrs,6,34629,18.99205780029297,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,17.326519012451172 +1992,30,0,homicide,18-20 yrs,1,34629,18.99205780029297,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,2.8877530097961426 +1992,30,0,other external,18-20 yrs,9,34629,18.99205780029297,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,25.989776611328125 +1992,30,0,internal,18-20 yrs,6,34629,18.99205780029297,0,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,17.326519012451172 +1992,30,0,all,21-24 yrs,57,39445,22.421142578125,1,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,144.5050048828125 +1992,30,0,MVA,21-24 yrs,20,39445,22.421142578125,1,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,50.70351028442383 +1992,30,0,suicide,21-24 yrs,11,39445,22.421142578125,1,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,27.886930465698242 +1992,30,0,homicide,21-24 yrs,3,39445,22.421142578125,1,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,7.605526447296143 +1992,30,0,other external,21-24 yrs,13,39445,22.421142578125,1,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,32.95728302001953 +1992,30,0,internal,21-24 yrs,10,39445,22.421142578125,1,0.09886648505926132,1.590000033378601,0.25999999046325684,0.75,2.609999895095825,25.351755142211914 +1993,30,0,MVA,15-17 yrs,16,39392,15.9859619140625,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,40.61738586425781 +1993,30,0,suicide,15-17 yrs,10,39392,15.9859619140625,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,25.3858642578125 +1993,30,0,homicide,15-17 yrs,2,39392,15.9859619140625,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,5.077173233032227 +1993,30,0,other external,15-17 yrs,5,39392,15.9859619140625,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,12.69293212890625 +1993,30,0,internal,15-17 yrs,1,39392,15.9859619140625,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,2.5385866165161133 +1993,30,0,all,18-20 yrs,49,36312,18.981769561767578,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,134.94161987304688 +1993,30,0,MVA,18-20 yrs,28,36312,18.981769561767578,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,77.1094970703125 +1993,30,0,suicide,18-20 yrs,10,36312,18.981769561767578,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,27.539106369018555 +1993,30,0,homicide,18-20 yrs,1,36312,18.981769561767578,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,2.753910541534424 +1993,30,0,other external,18-20 yrs,6,36312,18.981769561767578,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,16.52346420288086 +1993,30,0,internal,18-20 yrs,4,36312,18.981769561767578,0,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,11.015642166137695 +1993,30,0,all,21-24 yrs,55,41333,22.433551788330078,1,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,133.06558227539062 +1993,30,0,MVA,21-24 yrs,29,41333,22.433551788330078,1,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,70.16185760498047 +1993,30,0,suicide,21-24 yrs,11,41333,22.433551788330078,1,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,26.613117218017578 +1993,30,0,homicide,21-24 yrs,1,41333,22.433551788330078,1,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,2.419374465942383 +1993,30,0,other external,21-24 yrs,7,41333,22.433551788330078,1,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,16.93562126159668 +1993,30,0,internal,21-24 yrs,7,41333,22.433551788330078,1,0.09599285572767258,1.4900000095367432,0.25,0.7300000190734863,2.4700000286102295,16.93562126159668 +1994,30,0,MVA,15-17 yrs,15,41235,15.996023178100586,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,36.37686538696289 +1994,30,0,suicide,15-17 yrs,5,41235,15.996023178100586,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,12.125621795654297 +1994,30,0,homicide,15-17 yrs,1,41235,15.996023178100586,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,2.425124406814575 +1994,30,0,other external,15-17 yrs,8,41235,15.996023178100586,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,19.4009952545166 +1994,30,0,internal,15-17 yrs,4,41235,15.996023178100586,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,9.7004976272583 +1994,30,0,all,18-20 yrs,51,37705,18.987136840820312,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,135.2605743408203 +1994,30,0,MVA,18-20 yrs,23,37705,18.987136840820312,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,60.9998664855957 +1994,30,0,suicide,18-20 yrs,8,37705,18.987136840820312,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,21.217344284057617 +1994,30,0,homicide,18-20 yrs,1,37705,18.987136840820312,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,2.652168035507202 +1994,30,0,other external,18-20 yrs,12,37705,18.987136840820312,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,31.826017379760742 +1994,30,0,internal,18-20 yrs,7,37705,18.987136840820312,0,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,18.56517791748047 +1994,30,0,all,21-24 yrs,42,42839,22.45071029663086,1,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,98.04150390625 +1994,30,0,MVA,21-24 yrs,15,42839,22.45071029663086,1,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,35.01482391357422 +1994,30,0,suicide,21-24 yrs,11,42839,22.45071029663086,1,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,25.677536010742188 +1994,30,0,homicide,21-24 yrs,1,42839,22.45071029663086,1,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,2.3343214988708496 +1994,30,0,other external,21-24 yrs,9,42839,22.45071029663086,1,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,21.008893966674805 +1994,30,0,internal,21-24 yrs,6,42839,22.45071029663086,1,0.09359627962112427,1.5700000524520874,0.23999999463558197,0.699999988079071,2.509999990463257,14.005928993225098 +1995,30,0,MVA,15-17 yrs,14,42762,15.989944458007812,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,32.739349365234375 +1995,30,0,suicide,15-17 yrs,12,42762,15.989944458007812,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,28.062297821044922 +1995,30,0,homicide,15-17 yrs,6,42762,15.989944458007812,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,14.031148910522461 +1995,30,0,other external,15-17 yrs,3,42762,15.989944458007812,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,7.0155744552612305 +1995,30,0,internal,15-17 yrs,11,42762,15.989944458007812,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,25.723773956298828 +1995,30,0,all,18-20 yrs,39,39644,18.982872009277344,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,98.37554168701172 +1995,30,0,MVA,18-20 yrs,18,39644,18.982872009277344,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,45.40409469604492 +1995,30,0,suicide,18-20 yrs,12,39644,18.982872009277344,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,30.269397735595703 +1995,30,0,homicide,18-20 yrs,0,39644,18.982872009277344,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,0 +1995,30,0,other external,18-20 yrs,6,39644,18.982872009277344,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,15.134698867797852 +1995,30,0,internal,18-20 yrs,3,39644,18.982872009277344,0,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,7.567349433898926 +1995,30,0,all,21-24 yrs,50,44031,22.455474853515625,1,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,113.55635833740234 +1995,30,0,MVA,21-24 yrs,15,44031,22.455474853515625,1,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,34.0669059753418 +1995,30,0,suicide,21-24 yrs,15,44031,22.455474853515625,1,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,34.0669059753418 +1995,30,0,homicide,21-24 yrs,3,44031,22.455474853515625,1,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,6.813381671905518 +1995,30,0,other external,21-24 yrs,8,44031,22.455474853515625,1,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,18.169017791748047 +1995,30,0,internal,21-24 yrs,9,44031,22.455474853515625,1,0.09101685136556625,1.4900000095367432,0.25999999046325684,0.7799999713897705,2.5399999618530273,20.440143585205078 +1996,30,0,MVA,15-17 yrs,10,43762,16.01032829284668,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,22.850875854492188 +1996,30,0,suicide,15-17 yrs,6,43762,16.01032829284668,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,13.710525512695312 +1996,30,0,homicide,15-17 yrs,3,43762,16.01032829284668,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,6.855262756347656 +1996,30,0,other external,15-17 yrs,5,43762,16.01032829284668,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,11.425437927246094 +1996,30,0,internal,15-17 yrs,3,43762,16.01032829284668,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,6.855262756347656 +1996,30,0,all,18-20 yrs,47,40746,18.97972869873047,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,115.34874725341797 +1996,30,0,MVA,18-20 yrs,21,40746,18.97972869873047,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,51.53880310058594 +1996,30,0,suicide,18-20 yrs,10,40746,18.97972869873047,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,24.542285919189453 +1996,30,0,homicide,18-20 yrs,1,40746,18.97972869873047,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,2.454228639602661 +1996,30,0,other external,18-20 yrs,9,40746,18.97972869873047,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,22.088058471679688 +1996,30,0,internal,18-20 yrs,6,40746,18.97972869873047,0,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,14.725371360778809 +1996,30,0,all,21-24 yrs,62,44792,22.432241439819336,1,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,138.41757202148438 +1996,30,0,MVA,21-24 yrs,22,44792,22.432241439819336,1,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,49.11591339111328 +1996,30,0,suicide,21-24 yrs,14,44792,22.432241439819336,1,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,31.25558090209961 +1996,30,0,homicide,21-24 yrs,0,44792,22.432241439819336,1,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,0 +1996,30,0,other external,21-24 yrs,12,44792,22.432241439819336,1,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,26.790498733520508 +1996,30,0,internal,21-24 yrs,14,44792,22.432241439819336,1,0.08840642869472504,1.4900000095367432,0.27000001072883606,0.6399999856948853,2.4000000953674316,31.25558090209961 +1970,31,0.31476378440856934,MVA,15-17 yrs,45,87254,15.987793922424316,0,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,51.57356643676758 +1970,31,0.31476378440856934,suicide,15-17 yrs,1,87254,15.987793922424316,0,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,1.1460793018341064 +1970,31,0.31476378440856934,homicide,15-17 yrs,2,87254,15.987793922424316,0,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,2.292158603668213 +1970,31,0.31476378440856934,other external,15-17 yrs,20,87254,15.987793922424316,0,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,22.921585083007812 +1970,31,0.31476378440856934,internal,15-17 yrs,15,87254,15.987793922424316,0,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,17.19118881225586 +1970,31,0.31476378440856934,all,18-20 yrs,126,81998,18.96125602722168,0.31476378440856934,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,153.6622772216797 +1970,31,0.31476378440856934,MVA,18-20 yrs,59,81998,18.96125602722168,0.31476378440856934,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,71.952972412109375 +1970,31,0.31476378440856934,suicide,18-20 yrs,4,81998,18.96125602722168,0.31476378440856934,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,4.878167629241943 +1970,31,0.31476378440856934,homicide,18-20 yrs,4,81998,18.96125602722168,0.31476378440856934,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,4.878167629241943 +1970,31,0.31476378440856934,other external,18-20 yrs,34,81998,18.96125602722168,0.31476378440856934,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,41.46442413330078 +1970,31,0.31476378440856934,internal,18-20 yrs,25,81998,18.96125602722168,0.31476378440856934,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,30.488548278808594 +1970,31,0.31476378440856934,all,21-24 yrs,117,89133,22.394567489624023,1,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,131.26451110839844 +1970,31,0.31476378440856934,MVA,21-24 yrs,47,89133,22.394567489624023,1,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,52.73019027709961 +1970,31,0.31476378440856934,suicide,21-24 yrs,8,89133,22.394567489624023,1,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,8.975351333618164 +1970,31,0.31476378440856934,homicide,21-24 yrs,7,89133,22.394567489624023,1,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,7.853432655334473 +1970,31,0.31476378440856934,other external,21-24 yrs,24,89133,22.394567489624023,1,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,26.926054000854492 +1970,31,0.31476378440856934,internal,21-24 yrs,31,89133,22.394567489624023,1,0.20618556439876556,1.2799999713897705,0.12999999523162842,1.0099999904632568,2.430000066757202,34.77948760986328 +1971,31,0.32733622193336487,MVA,15-17 yrs,51,88934,15.988283157348633,0,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,57.34589767456055 +1971,31,0.32733622193336487,suicide,15-17 yrs,2,88934,15.988283157348633,0,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,2.248858690261841 +1971,31,0.32733622193336487,homicide,15-17 yrs,0,88934,15.988283157348633,0,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,0 +1971,31,0.32733622193336487,other external,15-17 yrs,20,88934,15.988283157348633,0,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,22.48858642578125 +1971,31,0.32733622193336487,internal,15-17 yrs,26,88934,15.988283157348633,0,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,29.23516273498535 +1971,31,0.32733622193336487,all,18-20 yrs,115,84763,18.99039649963379,0.32733622193336487,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,135.6724090576172 +1971,31,0.32733622193336487,MVA,18-20 yrs,66,84763,18.99039649963379,0.32733622193336487,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,77.8641586303711 +1971,31,0.32733622193336487,suicide,18-20 yrs,13,84763,18.99039649963379,0.32733622193336487,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,15.336880683898926 +1971,31,0.32733622193336487,homicide,18-20 yrs,2,84763,18.99039649963379,0.32733622193336487,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,2.3595199584960938 +1971,31,0.32733622193336487,other external,18-20 yrs,16,84763,18.99039649963379,0.32733622193336487,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,18.87615966796875 +1971,31,0.32733622193336487,internal,18-20 yrs,18,84763,18.99039649963379,0.32733622193336487,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,21.235681533813477 +1971,31,0.32733622193336487,all,21-24 yrs,106,99972,22.50463104248047,1,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,106.0296859741211 +1971,31,0.32733622193336487,MVA,21-24 yrs,48,99972,22.50463104248047,1,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,48.01344299316406 +1971,31,0.32733622193336487,suicide,21-24 yrs,6,99972,22.50463104248047,1,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,6.001680374145508 +1971,31,0.32733622193336487,homicide,21-24 yrs,8,99972,22.50463104248047,1,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,8.002240180969238 +1971,31,0.32733622193336487,other external,21-24 yrs,17,99972,22.50463104248047,1,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,17.0047607421875 +1971,31,0.32733622193336487,internal,21-24 yrs,27,99972,22.50463104248047,1,0.1975308656692505,1.350000023841858,0.1599999964237213,1.0199999809265137,2.5299999713897705,27.0075626373291 +1972,31,0.5257138013839722,MVA,15-17 yrs,46,90446,15.982409477233887,0,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,50.85907745361328 +1972,31,0.5257138013839722,suicide,15-17 yrs,4,90446,15.982409477233887,0,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,4.422528266906738 +1972,31,0.5257138013839722,homicide,15-17 yrs,4,90446,15.982409477233887,0,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,4.422528266906738 +1972,31,0.5257138013839722,other external,15-17 yrs,18,90446,15.982409477233887,0,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,19.901376724243164 +1972,31,0.5257138013839722,internal,15-17 yrs,22,90446,15.982409477233887,0,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,24.32390594482422 +1972,31,0.5257138013839722,all,18-20 yrs,112,86413,18.994110107421875,0.5257138013839722,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,129.61012268066406 +1972,31,0.5257138013839722,MVA,18-20 yrs,68,86413,18.994110107421875,0.5257138013839722,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,78.691864013671875 +1972,31,0.5257138013839722,suicide,18-20 yrs,4,86413,18.994110107421875,0.5257138013839722,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,4.628932952880859 +1972,31,0.5257138013839722,homicide,18-20 yrs,2,86413,18.994110107421875,0.5257138013839722,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,2.3144664764404297 +1972,31,0.5257138013839722,other external,18-20 yrs,12,86413,18.994110107421875,0.5257138013839722,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,13.886799812316895 +1972,31,0.5257138013839722,internal,18-20 yrs,26,86413,18.994110107421875,0.5257138013839722,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,30.08806610107422 +1972,31,0.5257138013839722,all,21-24 yrs,166,102852,22.466262817382812,1,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,161.39695739746094 +1972,31,0.5257138013839722,MVA,21-24 yrs,70,102852,22.466262817382812,1,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,68.0589599609375 +1972,31,0.5257138013839722,suicide,21-24 yrs,10,102852,22.466262817382812,1,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,9.722708702087402 +1972,31,0.5257138013839722,homicide,21-24 yrs,6,102852,22.466262817382812,1,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,5.833624839782715 +1972,31,0.5257138013839722,other external,21-24 yrs,36,102852,22.466262817382812,1,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,35.00175094604492 +1972,31,0.5257138013839722,internal,21-24 yrs,44,102852,22.466262817382812,1,0.23923446238040924,1.2699999809265137,0.1599999964237213,0.9700000286102295,2.4000000953674316,42.7799186706543 +1973,31,0.6647167205810547,MVA,15-17 yrs,29,91680,15.989157676696777,0,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,31.631763458251953 +1973,31,0.6647167205810547,suicide,15-17 yrs,4,91680,15.989157676696777,0,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,4.363001823425293 +1973,31,0.6647167205810547,homicide,15-17 yrs,5,91680,15.989157676696777,0,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,5.453752040863037 +1973,31,0.6647167205810547,other external,15-17 yrs,11,91680,15.989157676696777,0,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,11.998254776000977 +1973,31,0.6647167205810547,internal,15-17 yrs,18,91680,15.989157676696777,0,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,19.633508682250977 +1973,31,0.6647167205810547,all,18-20 yrs,103,87353,18.9925594329834,0.6647167205810547,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,117.9123764038086 +1973,31,0.6647167205810547,MVA,18-20 yrs,49,87353,18.9925594329834,0.6647167205810547,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,56.09423828125 +1973,31,0.6647167205810547,suicide,18-20 yrs,8,87353,18.9925594329834,0.6647167205810547,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,9.158243179321289 +1973,31,0.6647167205810547,homicide,18-20 yrs,5,87353,18.9925594329834,0.6647167205810547,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,5.723901748657227 +1973,31,0.6647167205810547,other external,18-20 yrs,11,87353,18.9925594329834,0.6647167205810547,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,12.592583656311035 +1973,31,0.6647167205810547,internal,18-20 yrs,30,87353,18.9925594329834,0.6647167205810547,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,34.34341049194336 +1973,31,0.6647167205810547,all,21-24 yrs,130,105839,22.46831512451172,1,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,122.82807159423828 +1973,31,0.6647167205810547,MVA,21-24 yrs,59,105839,22.46831512451172,1,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,55.74504852294922 +1973,31,0.6647167205810547,suicide,21-24 yrs,6,105839,22.46831512451172,1,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,5.66898775100708 +1973,31,0.6647167205810547,homicide,21-24 yrs,5,105839,22.46831512451172,1,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,4.724156379699707 +1973,31,0.6647167205810547,other external,21-24 yrs,27,105839,22.46831512451172,1,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,25.51044464111328 +1973,31,0.6647167205810547,internal,21-24 yrs,33,105839,22.46831512451172,1,0.22522522509098053,1.3600000143051147,0.14000000059604645,0.9800000190734863,2.4800000190734863,31.179433822631836 +1974,31,0.6656310558319092,MVA,15-17 yrs,32,92802,15.992155075073242,0,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,34.48201370239258 +1974,31,0.6656310558319092,suicide,15-17 yrs,6,92802,15.992155075073242,0,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,6.4653778076171875 +1974,31,0.6656310558319092,homicide,15-17 yrs,5,92802,15.992155075073242,0,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,5.387814998626709 +1974,31,0.6656310558319092,other external,15-17 yrs,24,92802,15.992155075073242,0,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,25.86151123046875 +1974,31,0.6656310558319092,internal,15-17 yrs,27,92802,15.992155075073242,0,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,29.094200134277344 +1974,31,0.6656310558319092,all,18-20 yrs,121,89159,18.996803283691406,0.6656310558319092,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,135.7126007080078 +1974,31,0.6656310558319092,MVA,18-20 yrs,65,89159,18.996803283691406,0.6656310558319092,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,72.9034652709961 +1974,31,0.6656310558319092,suicide,18-20 yrs,13,89159,18.996803283691406,0.6656310558319092,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,14.580693244934082 +1974,31,0.6656310558319092,homicide,18-20 yrs,4,89159,18.996803283691406,0.6656310558319092,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,4.486367225646973 +1974,31,0.6656310558319092,other external,18-20 yrs,14,89159,18.996803283691406,0.6656310558319092,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,15.702284812927246 +1974,31,0.6656310558319092,internal,18-20 yrs,25,89159,18.996803283691406,0.6656310558319092,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,28.039794921875 +1974,31,0.6656310558319092,all,21-24 yrs,139,107900,22.475811004638672,1,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,128.82298278808594 +1974,31,0.6656310558319092,MVA,21-24 yrs,47,107900,22.475811004638672,1,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,43.5588493347168 +1974,31,0.6656310558319092,suicide,21-24 yrs,25,107900,22.475811004638672,1,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,23.169601440429688 +1974,31,0.6656310558319092,homicide,21-24 yrs,7,107900,22.475811004638672,1,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,6.487488269805908 +1974,31,0.6656310558319092,other external,21-24 yrs,25,107900,22.475811004638672,1,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,23.169601440429688 +1974,31,0.6656310558319092,internal,21-24 yrs,35,107900,22.475811004638672,1,0.20283976197242737,1.3799999952316284,0.14000000059604645,1.0099999904632568,2.5299999713897705,32.437442779541016 +1975,31,0.6642671823501587,MVA,15-17 yrs,36,92739,15.990823745727539,0,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,38.81861877441406 +1975,31,0.6642671823501587,suicide,15-17 yrs,5,92739,15.990823745727539,0,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,5.391475200653076 +1975,31,0.6642671823501587,homicide,15-17 yrs,3,92739,15.990823745727539,0,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,3.2348849773406982 +1975,31,0.6642671823501587,other external,15-17 yrs,15,92739,15.990823745727539,0,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,16.17442512512207 +1975,31,0.6642671823501587,internal,15-17 yrs,27,92739,15.990823745727539,0,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,29.113964080810547 +1975,31,0.6642671823501587,all,18-20 yrs,149,90715,18.992679595947266,0.6642671823501587,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,164.25067138671875 +1975,31,0.6642671823501587,MVA,18-20 yrs,77,90715,18.992679595947266,0.6642671823501587,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,84.88121795654297 +1975,31,0.6642671823501587,suicide,18-20 yrs,10,90715,18.992679595947266,0.6642671823501587,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,11.023534774780273 +1975,31,0.6642671823501587,homicide,18-20 yrs,6,90715,18.992679595947266,0.6642671823501587,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,6.614120960235596 +1975,31,0.6642671823501587,other external,18-20 yrs,27,90715,18.992679595947266,0.6642671823501587,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,29.763545989990234 +1975,31,0.6642671823501587,internal,18-20 yrs,29,90715,18.992679595947266,0.6642671823501587,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,31.968252182006836 +1975,31,0.6642671823501587,all,21-24 yrs,145,110187,22.483341217041016,1,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,131.59446716308594 +1975,31,0.6642671823501587,MVA,21-24 yrs,59,110187,22.483341217041016,1,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,53.54533767700195 +1975,31,0.6642671823501587,suicide,21-24 yrs,16,110187,22.483341217041016,1,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,14.520769119262695 +1975,31,0.6642671823501587,homicide,21-24 yrs,11,110187,22.483341217041016,1,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,9.983028411865234 +1975,31,0.6642671823501587,other external,21-24 yrs,27,110187,22.483341217041016,1,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,24.50379753112793 +1975,31,0.6642671823501587,internal,21-24 yrs,32,110187,22.483341217041016,1,0.1858736127614975,1.3799999952316284,0.1599999964237213,0.9800000190734863,2.509999990463257,29.04153823852539 +1976,31,0.6708330512046814,MVA,15-17 yrs,32,93721,15.988401412963867,0,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,34.14389419555664 +1976,31,0.6708330512046814,suicide,15-17 yrs,8,93721,15.988401412963867,0,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,8.53597354888916 +1976,31,0.6708330512046814,homicide,15-17 yrs,2,93721,15.988401412963867,0,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,2.13399338722229 +1976,31,0.6708330512046814,other external,15-17 yrs,21,93721,15.988401412963867,0,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,22.406930923461914 +1976,31,0.6708330512046814,internal,15-17 yrs,13,93721,15.988401412963867,0,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,13.870957374572754 +1976,31,0.6708330512046814,all,18-20 yrs,104,91926,19.000925064086914,0.6708330512046814,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,113.13447570800781 +1976,31,0.6708330512046814,MVA,18-20 yrs,55,91926,19.000925064086914,0.6708330512046814,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,59.83073425292969 +1976,31,0.6708330512046814,suicide,18-20 yrs,5,91926,19.000925064086914,0.6708330512046814,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,5.439157485961914 +1976,31,0.6708330512046814,homicide,18-20 yrs,5,91926,19.000925064086914,0.6708330512046814,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,5.439157485961914 +1976,31,0.6708330512046814,other external,18-20 yrs,24,91926,19.000925064086914,0.6708330512046814,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,26.107955932617188 +1976,31,0.6708330512046814,internal,18-20 yrs,15,91926,19.000925064086914,0.6708330512046814,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,16.317472457885742 +1976,31,0.6708330512046814,all,21-24 yrs,137,111555,22.481395721435547,1,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,122.80937957763672 +1976,31,0.6708330512046814,MVA,21-24 yrs,58,111555,22.481395721435547,1,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,51.99229049682617 +1976,31,0.6708330512046814,suicide,21-24 yrs,16,111555,22.481395721435547,1,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,14.342700958251953 +1976,31,0.6708330512046814,homicide,21-24 yrs,6,111555,22.481395721435547,1,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,5.378512859344482 +1976,31,0.6708330512046814,other external,21-24 yrs,30,111555,22.481395721435547,1,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,26.89256477355957 +1976,31,0.6708330512046814,internal,21-24 yrs,27,111555,22.481395721435547,1,0.17574691772460938,1.3899999856948853,0.17000000178813934,0.9700000286102295,2.5399999618530273,24.20330810546875 +1977,31,0.6709693670272827,MVA,15-17 yrs,31,93485,15.995732307434082,0,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,33.160400390625 +1977,31,0.6709693670272827,suicide,15-17 yrs,4,93485,15.995732307434082,0,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,4.278761386871338 +1977,31,0.6709693670272827,homicide,15-17 yrs,2,93485,15.995732307434082,0,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,2.139380693435669 +1977,31,0.6709693670272827,other external,15-17 yrs,14,93485,15.995732307434082,0,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,14.975664138793945 +1977,31,0.6709693670272827,internal,15-17 yrs,14,93485,15.995732307434082,0,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,14.975664138793945 +1977,31,0.6709693670272827,all,18-20 yrs,123,92888,19.00566291809082,0.6709693670272827,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,132.41754150390625 +1977,31,0.6709693670272827,MVA,18-20 yrs,65,92888,19.00566291809082,0.6709693670272827,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,69.97674560546875 +1977,31,0.6709693670272827,suicide,18-20 yrs,12,92888,19.00566291809082,0.6709693670272827,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,12.918784141540527 +1977,31,0.6709693670272827,homicide,18-20 yrs,4,92888,19.00566291809082,0.6709693670272827,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,4.3062615394592285 +1977,31,0.6709693670272827,other external,18-20 yrs,24,92888,19.00566291809082,0.6709693670272827,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,25.837568283081055 +1977,31,0.6709693670272827,internal,18-20 yrs,18,92888,19.00566291809082,0.6709693670272827,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,19.378175735473633 +1977,31,0.6709693670272827,all,21-24 yrs,147,113123,22.47738265991211,1,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,129.94705200195312 +1977,31,0.6709693670272827,MVA,21-24 yrs,54,113123,22.47738265991211,1,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,47.73564910888672 +1977,31,0.6709693670272827,suicide,21-24 yrs,17,113123,22.47738265991211,1,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,15.0278902053833 +1977,31,0.6709693670272827,homicide,21-24 yrs,11,113123,22.47738265991211,1,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,9.723928451538086 +1977,31,0.6709693670272827,other external,21-24 yrs,27,113123,22.47738265991211,1,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,23.86782455444336 +1977,31,0.6709693670272827,internal,21-24 yrs,38,113123,22.47738265991211,1,0.18151815235614777,1.4500000476837158,0.17000000178813934,0.9100000262260437,2.5299999713897705,33.59175491333008 +1978,31,0.6724247336387634,MVA,15-17 yrs,40,92208,16.013275146484375,0,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,43.380184173583984 +1978,31,0.6724247336387634,suicide,15-17 yrs,6,92208,16.013275146484375,0,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,6.507027626037598 +1978,31,0.6724247336387634,homicide,15-17 yrs,0,92208,16.013275146484375,0,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,0 +1978,31,0.6724247336387634,other external,15-17 yrs,15,92208,16.013275146484375,0,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,16.267568588256836 +1978,31,0.6724247336387634,internal,15-17 yrs,13,92208,16.013275146484375,0,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,14.098559379577637 +1978,31,0.6724247336387634,all,18-20 yrs,103,92797,19.004148483276367,0.6724247336387634,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,110.99496459960938 +1978,31,0.6724247336387634,MVA,18-20 yrs,57,92797,19.004148483276367,0.6724247336387634,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,61.424400329589844 +1978,31,0.6724247336387634,suicide,18-20 yrs,5,92797,19.004148483276367,0.6724247336387634,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,5.388105392456055 +1978,31,0.6724247336387634,homicide,18-20 yrs,4,92797,19.004148483276367,0.6724247336387634,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,4.310484409332275 +1978,31,0.6724247336387634,other external,18-20 yrs,16,92797,19.004148483276367,0.6724247336387634,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,17.2419376373291 +1978,31,0.6724247336387634,internal,18-20 yrs,21,92797,19.004148483276367,0.6724247336387634,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,22.630041122436523 +1978,31,0.6724247336387634,all,21-24 yrs,102,114999,22.477596282958984,1,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,88.69642639160156 +1978,31,0.6724247336387634,MVA,21-24 yrs,42,114999,22.477596282958984,1,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,36.522056579589844 +1978,31,0.6724247336387634,suicide,21-24 yrs,14,114999,22.477596282958984,1,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,12.174018859863281 +1978,31,0.6724247336387634,homicide,21-24 yrs,4,114999,22.477596282958984,1,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,3.4782910346984863 +1978,31,0.6724247336387634,other external,21-24 yrs,18,114999,22.477596282958984,1,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,15.652310371398926 +1978,31,0.6724247336387634,internal,21-24 yrs,24,114999,22.477596282958984,1,0.16871166229248047,1.4700000286102295,0.18000000715255737,0.8899999856948853,2.5399999618530273,20.869747161865234 +1979,31,0.6703671216964722,MVA,15-17 yrs,45,89065,16.017044067382812,0,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,50.524898529052734 +1979,31,0.6703671216964722,suicide,15-17 yrs,11,89065,16.017044067382812,0,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,12.350530624389648 +1979,31,0.6703671216964722,homicide,15-17 yrs,2,89065,16.017044067382812,0,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,2.245551109313965 +1979,31,0.6703671216964722,other external,15-17 yrs,13,89065,16.017044067382812,0,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,14.596081733703613 +1979,31,0.6703671216964722,internal,15-17 yrs,20,89065,16.017044067382812,0,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,22.455509185791016 +1979,31,0.6703671216964722,all,18-20 yrs,96,93592,19.00319480895996,0.6703671216964722,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,102.57286834716797 +1979,31,0.6703671216964722,MVA,18-20 yrs,44,93592,19.00319480895996,0.6703671216964722,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,47.01256561279297 +1979,31,0.6703671216964722,suicide,18-20 yrs,7,93592,19.00319480895996,0.6703671216964722,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,7.47927188873291 +1979,31,0.6703671216964722,homicide,18-20 yrs,2,93592,19.00319480895996,0.6703671216964722,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,2.136934757232666 +1979,31,0.6703671216964722,other external,18-20 yrs,25,93592,19.00319480895996,0.6703671216964722,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,26.711685180664062 +1979,31,0.6703671216964722,internal,18-20 yrs,18,93592,19.00319480895996,0.6703671216964722,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,19.232412338256836 +1979,31,0.6703671216964722,all,21-24 yrs,127,116245,22.482885360717773,1,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,109.25201416015625 +1979,31,0.6703671216964722,MVA,21-24 yrs,39,116245,22.482885360717773,1,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,33.54983139038086 +1979,31,0.6703671216964722,suicide,21-24 yrs,19,116245,22.482885360717773,1,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,16.344789505004883 +1979,31,0.6703671216964722,homicide,21-24 yrs,11,116245,22.482885360717773,1,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,9.462772369384766 +1979,31,0.6703671216964722,other external,21-24 yrs,28,116245,22.482885360717773,1,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,24.08705711364746 +1979,31,0.6703671216964722,internal,21-24 yrs,30,116245,22.482885360717773,1,0.1652892529964447,1.5,0.18000000715255737,0.8799999952316284,2.569999933242798,25.80756187438965 +1980,31,0.5230341553688049,MVA,15-17 yrs,38,84331,16.0296688079834,0,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,45.0605354309082 +1980,31,0.5230341553688049,suicide,15-17 yrs,4,84331,16.0296688079834,0,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,4.743214130401611 +1980,31,0.5230341553688049,homicide,15-17 yrs,1,84331,16.0296688079834,0,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,1.1858035326004028 +1980,31,0.5230341553688049,other external,15-17 yrs,14,84331,16.0296688079834,0,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,16.60124969482422 +1980,31,0.5230341553688049,internal,15-17 yrs,17,84331,16.0296688079834,0,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,20.158660888671875 +1980,31,0.5230341553688049,all,18-20 yrs,112,92686,19.013011932373047,0.5230341553688049,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,120.83809661865234 +1980,31,0.5230341553688049,MVA,18-20 yrs,63,92686,19.013011932373047,0.5230341553688049,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,67.97142791748047 +1980,31,0.5230341553688049,suicide,18-20 yrs,7,92686,19.013011932373047,0.5230341553688049,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,7.5523810386657715 +1980,31,0.5230341553688049,homicide,18-20 yrs,9,92686,19.013011932373047,0.5230341553688049,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,9.710204124450684 +1980,31,0.5230341553688049,other external,18-20 yrs,16,92686,19.013011932373047,0.5230341553688049,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,17.262584686279297 +1980,31,0.5230341553688049,internal,18-20 yrs,17,92686,19.013011932373047,0.5230341553688049,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,18.34149742126465 +1980,31,0.5230341553688049,all,21-24 yrs,139,117988,22.489084243774414,1,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,117.80859375 +1980,31,0.5230341553688049,MVA,21-24 yrs,58,117988,22.489084243774414,1,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,49.15754318237305 +1980,31,0.5230341553688049,suicide,21-24 yrs,16,117988,22.489084243774414,1,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,13.560701370239258 +1980,31,0.5230341553688049,homicide,21-24 yrs,13,117988,22.489084243774414,1,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,11.01806926727295 +1980,31,0.5230341553688049,other external,21-24 yrs,17,117988,22.489084243774414,1,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,14.408245086669922 +1980,31,0.5230341553688049,internal,21-24 yrs,35,117988,22.489084243774414,1,0.14563106000423431,1.559999942779541,0.1899999976158142,0.8899999856948853,2.640000104904175,29.664033889770508 +1981,31,0.34682348370552063,MVA,15-17 yrs,34,79528,16.044689178466797,0,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,42.75223922729492 +1981,31,0.34682348370552063,suicide,15-17 yrs,6,79528,16.044689178466797,0,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,7.544512748718262 +1981,31,0.34682348370552063,homicide,15-17 yrs,3,79528,16.044689178466797,0,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,3.772256374359131 +1981,31,0.34682348370552063,other external,15-17 yrs,9,79528,16.044689178466797,0,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,11.316768646240234 +1981,31,0.34682348370552063,internal,15-17 yrs,6,79528,16.044689178466797,0,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,7.544512748718262 +1981,31,0.34682348370552063,all,18-20 yrs,116,90807,19.03211212158203,0.34682348370552063,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,127.74345397949219 +1981,31,0.34682348370552063,MVA,18-20 yrs,64,90807,19.03211212158203,0.34682348370552063,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,70.4791488647461 +1981,31,0.34682348370552063,suicide,18-20 yrs,6,90807,19.03211212158203,0.34682348370552063,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,6.607419967651367 +1981,31,0.34682348370552063,homicide,18-20 yrs,8,90807,19.03211212158203,0.34682348370552063,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,8.809893608093262 +1981,31,0.34682348370552063,other external,18-20 yrs,23,90807,19.03211212158203,0.34682348370552063,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,25.32844352722168 +1981,31,0.34682348370552063,internal,18-20 yrs,15,90807,19.03211212158203,0.34682348370552063,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,16.518550872802734 +1981,31,0.34682348370552063,all,21-24 yrs,120,118446,22.492849349975586,1,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,101.3119888305664 +1981,31,0.34682348370552063,MVA,21-24 yrs,58,118446,22.492849349975586,1,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,48.96746063232422 +1981,31,0.34682348370552063,suicide,21-24 yrs,15,118446,22.492849349975586,1,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,12.6639986038208 +1981,31,0.34682348370552063,homicide,21-24 yrs,7,118446,22.492849349975586,1,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,5.9098663330078125 +1981,31,0.34682348370552063,other external,21-24 yrs,20,118446,22.492849349975586,1,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,16.885332107543945 +1981,31,0.34682348370552063,internal,21-24 yrs,20,118446,22.492849349975586,1,0.1540154069662094,1.5700000524520874,0.20000000298023224,0.8799999952316284,2.6600000858306885,16.885332107543945 +1982,31,0.3458697497844696,MVA,15-17 yrs,15,74697,16.03520965576172,0,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,20.081127166748047 +1982,31,0.3458697497844696,suicide,15-17 yrs,5,74697,16.03520965576172,0,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,6.693709373474121 +1982,31,0.3458697497844696,homicide,15-17 yrs,1,74697,16.03520965576172,0,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,1.3387418985366821 +1982,31,0.3458697497844696,other external,15-17 yrs,7,74697,16.03520965576172,0,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,9.371192932128906 +1982,31,0.3458697497844696,internal,15-17 yrs,8,74697,16.03520965576172,0,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,10.709935188293457 +1982,31,0.3458697497844696,all,18-20 yrs,81,87319,19.029340744018555,0.3458697497844696,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,92.76331329345703 +1982,31,0.3458697497844696,MVA,18-20 yrs,36,87319,19.029340744018555,0.3458697497844696,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,41.22814178466797 +1982,31,0.3458697497844696,suicide,18-20 yrs,12,87319,19.029340744018555,0.3458697497844696,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,13.742713928222656 +1982,31,0.3458697497844696,homicide,18-20 yrs,6,87319,19.029340744018555,0.3458697497844696,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,6.871356964111328 +1982,31,0.3458697497844696,other external,18-20 yrs,10,87319,19.029340744018555,0.3458697497844696,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,11.452260971069336 +1982,31,0.3458697497844696,internal,18-20 yrs,17,87319,19.029340744018555,0.3458697497844696,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,19.468843460083008 +1982,31,0.3458697497844696,all,21-24 yrs,97,118322,22.48280906677246,1,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,81.97968292236328 +1982,31,0.3458697497844696,MVA,21-24 yrs,29,118322,22.48280906677246,1,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,24.509389877319336 +1982,31,0.3458697497844696,suicide,21-24 yrs,14,118322,22.48280906677246,1,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,11.83211898803711 +1982,31,0.3458697497844696,homicide,21-24 yrs,4,118322,22.48280906677246,1,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,3.380605459213257 +1982,31,0.3458697497844696,other external,21-24 yrs,22,118322,22.48280906677246,1,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,18.59333038330078 +1982,31,0.3458697497844696,internal,21-24 yrs,28,118322,22.48280906677246,1,0.14507772028446198,1.5,0.2800000011920929,0.5799999833106995,2.369999885559082,23.66423797607422 +1983,31,0.34818771481513977,MVA,15-17 yrs,17,71232,16.02063751220703,0,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,23.865678787231445 +1983,31,0.34818771481513977,suicide,15-17 yrs,5,71232,16.02063751220703,0,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,7.019317150115967 +1983,31,0.34818771481513977,homicide,15-17 yrs,1,71232,16.02063751220703,0,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,1.4038634300231934 +1983,31,0.34818771481513977,other external,15-17 yrs,6,71232,16.02063751220703,0,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,8.42318058013916 +1983,31,0.34818771481513977,internal,15-17 yrs,8,71232,16.02063751220703,0,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,11.230907440185547 +1983,31,0.34818771481513977,all,18-20 yrs,79,83320,19.03925895690918,0.34818771481513977,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,94.81517028808594 +1983,31,0.34818771481513977,MVA,18-20 yrs,41,83320,19.03925895690918,0.34818771481513977,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,49.2078742980957 +1983,31,0.34818771481513977,suicide,18-20 yrs,6,83320,19.03925895690918,0.34818771481513977,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,7.201152324676514 +1983,31,0.34818771481513977,homicide,18-20 yrs,4,83320,19.03925895690918,0.34818771481513977,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,4.80076789855957 +1983,31,0.34818771481513977,other external,18-20 yrs,12,83320,19.03925895690918,0.34818771481513977,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,14.402304649353027 +1983,31,0.34818771481513977,internal,18-20 yrs,16,83320,19.03925895690918,0.34818771481513977,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,19.20307159423828 +1983,31,0.34818771481513977,all,21-24 yrs,116,117198,22.496143341064453,1,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,98.97779846191406 +1983,31,0.34818771481513977,MVA,21-24 yrs,43,117198,22.496143341064453,1,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,36.69004440307617 +1983,31,0.34818771481513977,suicide,21-24 yrs,15,117198,22.496143341064453,1,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,12.798852920532227 +1983,31,0.34818771481513977,homicide,21-24 yrs,8,117198,22.496143341064453,1,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,6.82605504989624 +1983,31,0.34818771481513977,other external,21-24 yrs,18,117198,22.496143341064453,1,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,15.358623504638672 +1983,31,0.34818771481513977,internal,21-24 yrs,32,117198,22.496143341064453,1,0.1405622512102127,1.4900000095367432,0.20999999344348907,0.7900000214576721,2.490000009536743,27.30422019958496 +1984,31,0.3577482998371124,MVA,15-17 yrs,26,70211,16.001310348510742,0,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,37.03123474121094 +1984,31,0.3577482998371124,suicide,15-17 yrs,6,70211,16.001310348510742,0,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,8.5456695556640625 +1984,31,0.3577482998371124,homicide,15-17 yrs,3,70211,16.001310348510742,0,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,4.272834777832031 +1984,31,0.3577482998371124,other external,15-17 yrs,11,70211,16.001310348510742,0,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,15.667060852050781 +1984,31,0.3577482998371124,internal,15-17 yrs,9,70211,16.001310348510742,0,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,12.818504333496094 +1984,31,0.3577482998371124,all,18-20 yrs,69,78927,19.053911209106445,0.3577482998371124,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,87.42255401611328 +1984,31,0.3577482998371124,MVA,18-20 yrs,26,78927,19.053911209106445,0.3577482998371124,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,32.94183349609375 +1984,31,0.3577482998371124,suicide,18-20 yrs,11,78927,19.053911209106445,0.3577482998371124,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,13.936928749084473 +1984,31,0.3577482998371124,homicide,18-20 yrs,6,78927,19.053911209106445,0.3577482998371124,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,7.601961135864258 +1984,31,0.3577482998371124,other external,18-20 yrs,10,78927,19.053911209106445,0.3577482998371124,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,12.66993522644043 +1984,31,0.3577482998371124,internal,18-20 yrs,16,78927,19.053911209106445,0.3577482998371124,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,20.271896362304688 +1984,31,0.3577482998371124,all,21-24 yrs,100,115415,22.51854705810547,1,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,86.64385223388672 +1984,31,0.3577482998371124,MVA,21-24 yrs,36,115415,22.51854705810547,1,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,31.19178581237793 +1984,31,0.3577482998371124,suicide,21-24 yrs,16,115415,22.51854705810547,1,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,13.863016128540039 +1984,31,0.3577482998371124,homicide,21-24 yrs,6,115415,22.51854705810547,1,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,5.1986308097839355 +1984,31,0.3577482998371124,other external,21-24 yrs,20,115415,22.51854705810547,1,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,17.32876968383789 +1984,31,0.3577482998371124,internal,21-24 yrs,22,115415,22.51854705810547,1,0.13474494218826294,1.440000057220459,0.20000000298023224,0.7599999904632568,2.4100000858306885,19.061647415161133 +1985,31,0.1764204502105713,MVA,15-17 yrs,18,70546,15.98602294921875,0,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,25.51526641845703 +1985,31,0.1764204502105713,suicide,15-17 yrs,5,70546,15.98602294921875,0,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,7.087574005126953 +1985,31,0.1764204502105713,homicide,15-17 yrs,0,70546,15.98602294921875,0,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,0 +1985,31,0.1764204502105713,other external,15-17 yrs,11,70546,15.98602294921875,0,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,15.592662811279297 +1985,31,0.1764204502105713,internal,15-17 yrs,13,70546,15.98602294921875,0,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,18.427692413330078 +1985,31,0.1764204502105713,all,18-20 yrs,68,73709,19.042545318603516,0.1764204502105713,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,92.25467681884766 +1985,31,0.1764204502105713,MVA,18-20 yrs,33,73709,19.042545318603516,0.1764204502105713,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,44.770652770996094 +1985,31,0.1764204502105713,suicide,18-20 yrs,8,73709,19.042545318603516,0.1764204502105713,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,10.85349178314209 +1985,31,0.1764204502105713,homicide,18-20 yrs,2,73709,19.042545318603516,0.1764204502105713,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,2.7133729457855225 +1985,31,0.1764204502105713,other external,18-20 yrs,14,73709,19.042545318603516,0.1764204502105713,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,18.993610382080078 +1985,31,0.1764204502105713,internal,18-20 yrs,11,73709,19.042545318603516,0.1764204502105713,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,14.923550605773926 +1985,31,0.1764204502105713,all,21-24 yrs,82,111327,22.534847259521484,1,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,73.6568832397461 +1985,31,0.1764204502105713,MVA,21-24 yrs,31,111327,22.534847259521484,1,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,27.845895767211914 +1985,31,0.1764204502105713,suicide,21-24 yrs,18,111327,22.534847259521484,1,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,16.1685848236084 +1985,31,0.1764204502105713,homicide,21-24 yrs,6,111327,22.534847259521484,1,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,5.389528274536133 +1985,31,0.1764204502105713,other external,21-24 yrs,10,111327,22.534847259521484,1,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,8.98254680633545 +1985,31,0.1764204502105713,internal,21-24 yrs,17,111327,22.534847259521484,1,0.1858736127614975,1.399999976158142,0.2199999988079071,0.75,2.369999885559082,15.270329475402832 +1986,31,0,MVA,15-17 yrs,25,71786,15.981222152709961,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,34.82573318481445 +1986,31,0,suicide,15-17 yrs,6,71786,15.981222152709961,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,8.358175277709961 +1986,31,0,homicide,15-17 yrs,1,71786,15.981222152709961,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,1.3930293321609497 +1986,31,0,other external,15-17 yrs,9,71786,15.981222152709961,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,12.537263870239258 +1986,31,0,internal,15-17 yrs,10,71786,15.981222152709961,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,13.930293083190918 +1986,31,0,all,18-20 yrs,82,69729,19.026517868041992,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,117.59812927246094 +1986,31,0,MVA,18-20 yrs,44,69729,19.026517868041992,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,63.101436614990234 +1986,31,0,suicide,18-20 yrs,10,69729,19.026517868041992,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,14.341235160827637 +1986,31,0,homicide,18-20 yrs,3,69729,19.026517868041992,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,4.302370548248291 +1986,31,0,other external,18-20 yrs,10,69729,19.026517868041992,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,14.341235160827637 +1986,31,0,internal,18-20 yrs,15,69729,19.026517868041992,0,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,21.511852264404297 +1986,31,0,all,21-24 yrs,125,104919,22.543495178222656,1,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,119.1395263671875 +1986,31,0,MVA,21-24 yrs,47,104919,22.543495178222656,1,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,44.79646301269531 +1986,31,0,suicide,21-24 yrs,17,104919,22.543495178222656,1,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,16.20297622680664 +1986,31,0,homicide,21-24 yrs,17,104919,22.543495178222656,1,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,16.20297622680664 +1986,31,0,other external,21-24 yrs,19,104919,22.543495178222656,1,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,18.109207153320312 +1986,31,0,internal,21-24 yrs,25,104919,22.543495178222656,1,0.18248175084590912,1.3799999952316284,0.23000000417232513,0.6700000166893005,2.2799999713897705,23.827905654907227 +1987,31,0,MVA,15-17 yrs,36,70836,16.01554298400879,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,50.821617126464844 +1987,31,0,suicide,15-17 yrs,9,70836,16.01554298400879,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,12.705404281616211 +1987,31,0,homicide,15-17 yrs,6,70836,16.01554298400879,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,8.470269203186035 +1987,31,0,other external,15-17 yrs,11,70836,16.01554298400879,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,15.528826713562012 +1987,31,0,internal,15-17 yrs,10,70836,16.01554298400879,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,14.11711597442627 +1987,31,0,all,18-20 yrs,65,68262,19.007076263427734,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,95.22135162353516 +1987,31,0,MVA,18-20 yrs,34,68262,19.007076263427734,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,49.8080940246582 +1987,31,0,suicide,18-20 yrs,8,68262,19.007076263427734,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,11.719551086425781 +1987,31,0,homicide,18-20 yrs,5,68262,19.007076263427734,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,7.324719429016113 +1987,31,0,other external,18-20 yrs,4,68262,19.007076263427734,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,5.859775543212891 +1987,31,0,internal,18-20 yrs,14,68262,19.007076263427734,0,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,20.509214401245117 +1987,31,0,all,21-24 yrs,84,98388,22.557384490966797,1,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,85.37626647949219 +1987,31,0,MVA,21-24 yrs,40,98388,22.557384490966797,1,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,40.655364990234375 +1987,31,0,suicide,21-24 yrs,13,98388,22.557384490966797,1,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,13.212993621826172 +1987,31,0,homicide,21-24 yrs,6,98388,22.557384490966797,1,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,6.098304748535156 +1987,31,0,other external,21-24 yrs,6,98388,22.557384490966797,1,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,6.098304748535156 +1987,31,0,internal,21-24 yrs,19,98388,22.557384490966797,1,0.20246478915214539,1.399999976158142,0.2199999988079071,0.6499999761581421,2.2699999809265137,19.311298370361328 +1988,31,0,MVA,15-17 yrs,25,68880,16.045717239379883,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,36.295005798339844 +1988,31,0,suicide,15-17 yrs,14,68880,16.045717239379883,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,20.32520294189453 +1988,31,0,homicide,15-17 yrs,3,68880,16.045717239379883,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,4.355400562286377 +1988,31,0,other external,15-17 yrs,3,68880,16.045717239379883,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,4.355400562286377 +1988,31,0,internal,15-17 yrs,12,68880,16.045717239379883,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,17.421602249145508 +1988,31,0,all,18-20 yrs,95,68938,18.99163055419922,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,137.8049774169922 +1988,31,0,MVA,18-20 yrs,40,68938,18.99163055419922,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,58.02315139770508 +1988,31,0,suicide,18-20 yrs,14,68938,18.99163055419922,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,20.308103561401367 +1988,31,0,homicide,18-20 yrs,8,68938,18.99163055419922,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,11.604630470275879 +1988,31,0,other external,18-20 yrs,15,68938,18.99163055419922,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,21.758682250976562 +1988,31,0,internal,18-20 yrs,18,68938,18.99163055419922,0,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,26.11041831970215 +1988,31,0,all,21-24 yrs,81,93071,22.558895111083984,1,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,87.03033447265625 +1988,31,0,MVA,21-24 yrs,22,93071,22.558895111083984,1,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,23.637866973876953 +1988,31,0,suicide,21-24 yrs,11,93071,22.558895111083984,1,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,11.818933486938477 +1988,31,0,homicide,21-24 yrs,5,93071,22.558895111083984,1,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,5.3722429275512695 +1988,31,0,other external,21-24 yrs,17,93071,22.558895111083984,1,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,18.265625 +1988,31,0,internal,21-24 yrs,26,93071,22.558895111083984,1,0.1944209635257721,1.3700000047683716,0.2199999988079071,0.6499999761581421,2.2300000190734863,27.93566131591797 +1989,31,0,MVA,15-17 yrs,18,66173,16.02251625061035,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,27.201427459716797 +1989,31,0,suicide,15-17 yrs,8,66173,16.02251625061035,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,12.089523315429688 +1989,31,0,homicide,15-17 yrs,1,66173,16.02251625061035,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,1.511190414428711 +1989,31,0,other external,15-17 yrs,4,66173,16.02251625061035,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,6.044761657714844 +1989,31,0,internal,15-17 yrs,14,66173,16.02251625061035,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,21.156665802001953 +1989,31,0,all,18-20 yrs,63,70602,18.98753547668457,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,89.23259735107422 +1989,31,0,MVA,18-20 yrs,32,70602,18.98753547668457,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,45.324493408203125 +1989,31,0,suicide,18-20 yrs,11,70602,18.98753547668457,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,15.58029556274414 +1989,31,0,homicide,18-20 yrs,4,70602,18.98753547668457,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,5.665561676025391 +1989,31,0,other external,18-20 yrs,5,70602,18.98753547668457,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,7.0819525718688965 +1989,31,0,internal,18-20 yrs,11,70602,18.98753547668457,0,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,15.58029556274414 +1989,31,0,all,21-24 yrs,86,87856,22.535114288330078,1,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,97.887451171875 +1989,31,0,MVA,21-24 yrs,32,87856,22.535114288330078,1,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,36.42323684692383 +1989,31,0,suicide,21-24 yrs,13,87856,22.535114288330078,1,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,14.796940803527832 +1989,31,0,homicide,21-24 yrs,5,87856,22.535114288330078,1,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,5.691131114959717 +1989,31,0,other external,21-24 yrs,11,87856,22.535114288330078,1,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,12.520487785339355 +1989,31,0,internal,21-24 yrs,25,87856,22.535114288330078,1,0.1854838728904724,1.3700000047683716,0.1899999976158142,0.6200000047683716,2.180000066757202,28.45565414428711 +1990,31,0,MVA,15-17 yrs,23,65919,15.992703437805176,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,34.89130783081055 +1990,31,0,suicide,15-17 yrs,12,65919,15.992703437805176,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,18.204158782958984 +1990,31,0,homicide,15-17 yrs,3,65919,15.992703437805176,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,4.551039695739746 +1990,31,0,other external,15-17 yrs,4,65919,15.992703437805176,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,6.068053245544434 +1990,31,0,internal,15-17 yrs,10,65919,15.992703437805176,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,15.170132637023926 +1990,31,0,all,18-20 yrs,75,71015,19.01915168762207,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,105.61148834228516 +1990,31,0,MVA,18-20 yrs,24,71015,19.01915168762207,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,33.795677185058594 +1990,31,0,suicide,18-20 yrs,24,71015,19.01915168762207,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,33.795677185058594 +1990,31,0,homicide,18-20 yrs,2,71015,19.01915168762207,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,2.8163063526153564 +1990,31,0,other external,18-20 yrs,10,71015,19.01915168762207,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,14.08153247833252 +1990,31,0,internal,18-20 yrs,15,71015,19.01915168762207,0,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,21.122297286987305 +1990,31,0,all,21-24 yrs,88,85476,22.496841430664062,1,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,102.95287322998047 +1990,31,0,MVA,21-24 yrs,35,85476,22.496841430664062,1,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,40.947166442871094 +1990,31,0,suicide,21-24 yrs,14,85476,22.496841430664062,1,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,16.37886619567871 +1990,31,0,homicide,21-24 yrs,5,85476,22.496841430664062,1,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,5.849595069885254 +1990,31,0,other external,21-24 yrs,7,85476,22.496841430664062,1,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,8.189433097839355 +1990,31,0,internal,21-24 yrs,27,85476,22.496841430664062,1,0.1759755164384842,1.409999966621399,0.20000000298023224,0.6399999856948853,2.25,31.587814331054688 +1991,31,0,MVA,15-17 yrs,18,67073,15.997197151184082,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,26.8364315032959 +1991,31,0,suicide,15-17 yrs,7,67073,15.997197151184082,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,10.436389923095703 +1991,31,0,homicide,15-17 yrs,3,67073,15.997197151184082,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,4.472738742828369 +1991,31,0,other external,15-17 yrs,6,67073,15.997197151184082,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,8.945477485656738 +1991,31,0,internal,15-17 yrs,10,67073,15.997197151184082,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,14.90912914276123 +1991,31,0,all,18-20 yrs,76,69667,19.039989471435547,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,109.09038543701172 +1991,31,0,MVA,18-20 yrs,33,69667,19.039989471435547,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,47.368194580078125 +1991,31,0,suicide,18-20 yrs,16,69667,19.039989471435547,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,22.966398239135742 +1991,31,0,homicide,18-20 yrs,4,69667,19.039989471435547,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,5.7415995597839355 +1991,31,0,other external,18-20 yrs,10,69667,19.039989471435547,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,14.353998184204102 +1991,31,0,internal,18-20 yrs,13,69667,19.039989471435547,0,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,18.660198211669922 +1991,31,0,all,21-24 yrs,82,86042,22.460159301757812,1,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,95.30229187011719 +1991,31,0,MVA,21-24 yrs,29,86042,22.460159301757812,1,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,33.704471588134766 +1991,31,0,suicide,21-24 yrs,11,86042,22.460159301757812,1,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,12.784454345703125 +1991,31,0,homicide,21-24 yrs,8,86042,22.460159301757812,1,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,9.297784805297852 +1991,31,0,other external,21-24 yrs,11,86042,22.460159301757812,1,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,12.784454345703125 +1991,31,0,internal,21-24 yrs,23,86042,22.460159301757812,1,0.16886931657791138,1.399999976158142,0.18000000715255737,0.6100000143051147,2.190000057220459,26.731130599975586 +1992,31,0,MVA,15-17 yrs,23,69022,16.00139045715332,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,33.32270812988281 +1992,31,0,suicide,15-17 yrs,4,69022,16.00139045715332,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,5.795253753662109 +1992,31,0,homicide,15-17 yrs,2,69022,16.00139045715332,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,2.8976268768310547 +1992,31,0,other external,15-17 yrs,6,69022,16.00139045715332,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,8.692880630493164 +1992,31,0,internal,15-17 yrs,8,69022,16.00139045715332,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,11.590507507324219 +1992,31,0,all,18-20 yrs,70,68284,19.0241641998291,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,102.51303100585938 +1992,31,0,MVA,18-20 yrs,27,68284,19.0241641998291,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,39.540740966796875 +1992,31,0,suicide,18-20 yrs,9,68284,19.0241641998291,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,13.18024730682373 +1992,31,0,homicide,18-20 yrs,5,68284,19.0241641998291,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,7.322359561920166 +1992,31,0,other external,18-20 yrs,8,68284,19.0241641998291,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,11.715775489807129 +1992,31,0,internal,18-20 yrs,21,68284,19.0241641998291,0,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,30.753910064697266 +1992,31,0,all,21-24 yrs,78,88096,22.43721580505371,1,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,88.5397720336914 +1992,31,0,MVA,21-24 yrs,27,88096,22.43721580505371,1,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,30.64838409423828 +1992,31,0,suicide,21-24 yrs,16,88096,22.43721580505371,1,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,18.162004470825195 +1992,31,0,homicide,21-24 yrs,6,88096,22.43721580505371,1,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,6.810751914978027 +1992,31,0,other external,21-24 yrs,9,88096,22.43721580505371,1,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,10.216127395629883 +1992,31,0,internal,21-24 yrs,20,88096,22.43721580505371,1,0.16393442451953888,1.3700000047683716,0.18000000715255737,0.6100000143051147,2.1600000858306885,22.70250701904297 +1993,31,0,MVA,15-17 yrs,19,70536,15.99217414855957,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,26.936599731445312 +1993,31,0,suicide,15-17 yrs,4,70536,15.99217414855957,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,5.670863151550293 +1993,31,0,homicide,15-17 yrs,2,70536,15.99217414855957,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,2.8354315757751465 +1993,31,0,other external,15-17 yrs,7,70536,15.99217414855957,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,9.924010276794434 +1993,31,0,internal,15-17 yrs,14,70536,15.99217414855957,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,19.848020553588867 +1993,31,0,all,18-20 yrs,56,68699,18.99492073059082,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,81.5150146484375 +1993,31,0,MVA,18-20 yrs,25,68699,18.99492073059082,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,36.39063262939453 +1993,31,0,suicide,18-20 yrs,8,68699,18.99492073059082,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,11.645002365112305 +1993,31,0,homicide,18-20 yrs,5,68699,18.99492073059082,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,7.278126239776611 +1993,31,0,other external,18-20 yrs,9,68699,18.99492073059082,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,13.100626945495605 +1993,31,0,internal,18-20 yrs,9,68699,18.99492073059082,0,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,13.100626945495605 +1993,31,0,all,21-24 yrs,90,89110,22.466501235961914,1,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,100.99876403808594 +1993,31,0,MVA,21-24 yrs,31,89110,22.466501235961914,1,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,34.7884635925293 +1993,31,0,suicide,21-24 yrs,16,89110,22.466501235961914,1,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,17.95533561706543 +1993,31,0,homicide,21-24 yrs,8,89110,22.466501235961914,1,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,8.977667808532715 +1993,31,0,other external,21-24 yrs,10,89110,22.466501235961914,1,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,11.222084999084473 +1993,31,0,internal,21-24 yrs,25,89110,22.466501235961914,1,0.15916955471038818,1.3700000047683716,0.18000000715255737,0.5899999737739563,2.140000104904175,28.055212020874023 +1994,31,0,MVA,15-17 yrs,31,73062,15.995305061340332,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,42.429718017578125 +1994,31,0,suicide,15-17 yrs,10,73062,15.995305061340332,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,13.687005996704102 +1994,31,0,homicide,15-17 yrs,4,73062,15.995305061340332,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,5.474802017211914 +1994,31,0,other external,15-17 yrs,4,73062,15.995305061340332,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,5.474802017211914 +1994,31,0,internal,15-17 yrs,8,73062,15.995305061340332,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,10.949604034423828 +1994,31,0,all,18-20 yrs,62,69809,18.999526977539062,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,88.81376647949219 +1994,31,0,MVA,18-20 yrs,29,69809,18.999526977539062,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,41.54191970825195 +1994,31,0,suicide,18-20 yrs,10,69809,18.999526977539062,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,14.324800491333008 +1994,31,0,homicide,18-20 yrs,4,69809,18.999526977539062,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,5.729920387268066 +1994,31,0,other external,18-20 yrs,10,69809,18.999526977539062,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,14.324800491333008 +1994,31,0,internal,18-20 yrs,9,69809,18.999526977539062,0,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,12.89232063293457 +1994,31,0,all,21-24 yrs,74,88825,22.506084442138672,1,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,83.30987548828125 +1994,31,0,MVA,21-24 yrs,28,88825,22.506084442138672,1,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,31.52265739440918 +1994,31,0,suicide,21-24 yrs,11,88825,22.506084442138672,1,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,12.38390064239502 +1994,31,0,homicide,21-24 yrs,8,88825,22.506084442138672,1,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,9.006473541259766 +1994,31,0,other external,21-24 yrs,10,88825,22.506084442138672,1,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,11.258091926574707 +1994,31,0,internal,21-24 yrs,17,88825,22.506084442138672,1,0.1551956832408905,1.3899999856948853,0.18000000715255737,0.5699999928474426,2.140000104904175,19.138755798339844 +1995,31,0,MVA,15-17 yrs,25,76095,15.982547760009766,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,32.853668212890625 +1995,31,0,suicide,15-17 yrs,9,76095,15.982547760009766,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,11.82732105255127 +1995,31,0,homicide,15-17 yrs,4,76095,15.982547760009766,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,5.256587028503418 +1995,31,0,other external,15-17 yrs,8,76095,15.982547760009766,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,10.513174057006836 +1995,31,0,internal,15-17 yrs,14,76095,15.982547760009766,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,18.398054122924805 +1995,31,0,all,18-20 yrs,64,72170,19.0002498626709,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,88.67950439453125 +1995,31,0,MVA,18-20 yrs,26,72170,19.0002498626709,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,36.02605056762695 +1995,31,0,suicide,18-20 yrs,10,72170,19.0002498626709,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,13.856172561645508 +1995,31,0,homicide,18-20 yrs,11,72170,19.0002498626709,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,15.241789817810059 +1995,31,0,other external,18-20 yrs,5,72170,19.0002498626709,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,6.928086280822754 +1995,31,0,internal,18-20 yrs,12,72170,19.0002498626709,0,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,16.62740707397461 +1995,31,0,all,21-24 yrs,82,87996,22.510910034179688,1,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,93.18605041503906 +1995,31,0,MVA,21-24 yrs,32,87996,22.510910034179688,1,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,36.36528778076172 +1995,31,0,suicide,21-24 yrs,12,87996,22.510910034179688,1,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,13.636983871459961 +1995,31,0,homicide,21-24 yrs,5,87996,22.510910034179688,1,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,5.682076454162598 +1995,31,0,other external,21-24 yrs,6,87996,22.510910034179688,1,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,6.8184919357299805 +1995,31,0,internal,21-24 yrs,27,87996,22.510910034179688,1,0.150918647646904,1.350000023841858,0.1899999976158142,0.5699999928474426,2.0999999046325684,30.683212280273438 +1996,31,0,MVA,15-17 yrs,26,78899,15.99178695678711,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,32.953521728515625 +1996,31,0,suicide,15-17 yrs,10,78899,15.99178695678711,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,12.674431800842285 +1996,31,0,homicide,15-17 yrs,4,78899,15.99178695678711,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,5.069772720336914 +1996,31,0,other external,15-17 yrs,4,78899,15.99178695678711,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,5.069772720336914 +1996,31,0,internal,15-17 yrs,14,78899,15.99178695678711,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,17.744205474853516 +1996,31,0,all,18-20 yrs,53,73779,18.992015838623047,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,71.8361587524414 +1996,31,0,MVA,18-20 yrs,16,73779,18.992015838623047,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,21.68638801574707 +1996,31,0,suicide,18-20 yrs,13,73779,18.992015838623047,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,17.620189666748047 +1996,31,0,homicide,18-20 yrs,5,73779,18.992015838623047,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,6.77699613571167 +1996,31,0,other external,18-20 yrs,5,73779,18.992015838623047,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,6.77699613571167 +1996,31,0,internal,18-20 yrs,14,73779,18.992015838623047,0,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,18.975589752197266 +1996,31,0,all,21-24 yrs,72,87619,22.470172882080078,1,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,82.17395782470703 +1996,31,0,MVA,21-24 yrs,20,87619,22.470172882080078,1,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,22.826099395751953 +1996,31,0,suicide,21-24 yrs,16,87619,22.470172882080078,1,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,18.260879516601562 +1996,31,0,homicide,21-24 yrs,10,87619,22.470172882080078,1,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,11.413049697875977 +1996,31,0,other external,21-24 yrs,4,87619,22.470172882080078,1,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,4.565219879150391 +1996,31,0,internal,21-24 yrs,22,87619,22.470172882080078,1,0.1465901881456375,1.350000023841858,0.18000000715255737,0.5699999928474426,2.109999895095825,25.10870933532715 +1970,32,0,MVA,15-17 yrs,23,26104,15.963492393493652,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,88.109100341796875 +1970,32,0,suicide,15-17 yrs,2,26104,15.963492393493652,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,7.661661148071289 +1970,32,0,homicide,15-17 yrs,3,26104,15.963492393493652,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,11.492491722106934 +1970,32,0,other external,15-17 yrs,10,26104,15.963492393493652,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,38.30830383300781 +1970,32,0,internal,15-17 yrs,7,26104,15.963492393493652,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,26.815813064575195 +1970,32,0,all,18-20 yrs,58,21514,19.006275177001953,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,269.5918884277344 +1970,32,0,MVA,18-20 yrs,31,21514,19.006275177001953,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,144.09222412109375 +1970,32,0,suicide,18-20 yrs,3,21514,19.006275177001953,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,13.944408416748047 +1970,32,0,homicide,18-20 yrs,6,21514,19.006275177001953,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,27.888816833496094 +1970,32,0,other external,18-20 yrs,9,21514,19.006275177001953,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,41.83322525024414 +1970,32,0,internal,18-20 yrs,9,21514,19.006275177001953,0,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,41.83322525024414 +1970,32,0,all,21-24 yrs,63,31673,22.457929611206055,1,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,198.9075927734375 +1970,32,0,MVA,21-24 yrs,29,31673,22.457929611206055,1,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,91.560638427734375 +1970,32,0,suicide,21-24 yrs,8,31673,22.457929611206055,1,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,25.258106231689453 +1970,32,0,homicide,21-24 yrs,4,31673,22.457929611206055,1,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,12.629053115844727 +1970,32,0,other external,21-24 yrs,15,31673,22.457929611206055,1,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,47.35894775390625 +1970,32,0,internal,21-24 yrs,7,31673,22.457929611206055,1,0.15463916957378387,1.7300000190734863,0.6700000166893005,3.180000066757202,5.579999923706055,22.10084342956543 +1971,32,0,MVA,15-17 yrs,24,28613,15.98189640045166,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,83.877960205078125 +1971,32,0,suicide,15-17 yrs,2,28613,15.98189640045166,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,6.989830017089844 +1971,32,0,homicide,15-17 yrs,7,28613,15.98189640045166,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,24.464405059814453 +1971,32,0,other external,15-17 yrs,5,28613,15.98189640045166,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,17.47457504272461 +1971,32,0,internal,15-17 yrs,7,28613,15.98189640045166,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,24.464405059814453 +1971,32,0,all,18-20 yrs,62,24221,18.998018264770508,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,255.97621154785156 +1971,32,0,MVA,18-20 yrs,28,24221,18.998018264770508,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,115.60216522216797 +1971,32,0,suicide,18-20 yrs,6,24221,18.998018264770508,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,24.771892547607422 +1971,32,0,homicide,18-20 yrs,2,24221,18.998018264770508,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,8.25729751586914 +1971,32,0,other external,18-20 yrs,17,24221,18.998018264770508,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,70.18702697753906 +1971,32,0,internal,18-20 yrs,9,24221,18.998018264770508,0,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,37.1578369140625 +1971,32,0,all,21-24 yrs,66,33521,22.606813430786133,1,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,196.89149475097656 +1971,32,0,MVA,21-24 yrs,34,33521,22.606813430786133,1,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,101.428955078125 +1971,32,0,suicide,21-24 yrs,7,33521,22.606813430786133,1,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,20.882431030273438 +1971,32,0,homicide,21-24 yrs,7,33521,22.606813430786133,1,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,20.882431030273438 +1971,32,0,other external,21-24 yrs,10,33521,22.606813430786133,1,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,29.832046508789062 +1971,32,0,internal,21-24 yrs,8,33521,22.606813430786133,1,0.14814814925193787,1.7400000095367432,0.7200000286102295,3.2300000190734863,5.690000057220459,23.865636825561523 +1972,32,0,MVA,15-17 yrs,18,30608,15.973960876464844,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,58.80815505981445 +1972,32,0,suicide,15-17 yrs,6,30608,15.973960876464844,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,19.602718353271484 +1972,32,0,homicide,15-17 yrs,4,30608,15.973960876464844,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,13.06847858428955 +1972,32,0,other external,15-17 yrs,16,30608,15.973960876464844,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,52.2739143371582 +1972,32,0,internal,15-17 yrs,12,30608,15.973960876464844,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,39.20543670654297 +1972,32,0,all,18-20 yrs,80,27201,19.009889602661133,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,294.1068420410156 +1972,32,0,MVA,18-20 yrs,46,27201,19.009889602661133,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,169.11143493652344 +1972,32,0,suicide,18-20 yrs,10,27201,19.009889602661133,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,36.76335525512695 +1972,32,0,homicide,18-20 yrs,4,27201,19.009889602661133,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,14.705341339111328 +1972,32,0,other external,18-20 yrs,8,27201,19.009889602661133,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,29.410682678222656 +1972,32,0,internal,18-20 yrs,12,27201,19.009889602661133,0,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,44.116024017333984 +1972,32,0,all,21-24 yrs,76,33839,22.53875732421875,1,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,224.59292602539062 +1972,32,0,MVA,21-24 yrs,36,33839,22.53875732421875,1,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,106.38612365722656 +1972,32,0,suicide,21-24 yrs,12,33839,22.53875732421875,1,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,35.462039947509766 +1972,32,0,homicide,21-24 yrs,8,33839,22.53875732421875,1,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,23.641361236572266 +1972,32,0,other external,21-24 yrs,10,33839,22.53875732421875,1,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,29.551700592041016 +1972,32,0,internal,21-24 yrs,10,33839,22.53875732421875,1,0.1435406655073166,1.809999942779541,0.7300000190734863,3.4100000858306885,5.949999809265137,29.551700592041016 +1973,32,0,MVA,15-17 yrs,23,32484,15.978851318359375,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,70.80408477783203 +1973,32,0,suicide,15-17 yrs,4,32484,15.978851318359375,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,12.313754081726074 +1973,32,0,homicide,15-17 yrs,4,32484,15.978851318359375,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,12.313754081726074 +1973,32,0,other external,15-17 yrs,6,32484,15.978851318359375,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,18.470632553100586 +1973,32,0,internal,15-17 yrs,6,32484,15.978851318359375,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,18.470632553100586 +1973,32,0,all,18-20 yrs,75,28873,19.017074584960938,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,259.75823974609375 +1973,32,0,MVA,18-20 yrs,39,28873,19.017074584960938,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,135.0742950439453 +1973,32,0,suicide,18-20 yrs,5,28873,19.017074584960938,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,17.317216873168945 +1973,32,0,homicide,18-20 yrs,7,28873,19.017074584960938,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,24.244104385375977 +1973,32,0,other external,18-20 yrs,16,28873,19.017074584960938,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,55.41509246826172 +1973,32,0,internal,18-20 yrs,8,28873,19.017074584960938,0,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,27.70754623413086 +1973,32,0,all,21-24 yrs,75,34468,22.476152420043945,1,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,217.59312438964844 +1973,32,0,MVA,21-24 yrs,35,34468,22.476152420043945,1,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,101.54345703125 +1973,32,0,suicide,21-24 yrs,7,34468,22.476152420043945,1,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,20.308692932128906 +1973,32,0,homicide,21-24 yrs,5,34468,22.476152420043945,1,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,14.506208419799805 +1973,32,0,other external,21-24 yrs,14,34468,22.476152420043945,1,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,40.61738586425781 +1973,32,0,internal,21-24 yrs,14,34468,22.476152420043945,1,0.13513512909412384,1.9199999570846558,0.7799999713897705,3.6600000858306885,6.360000133514404,40.61738586425781 +1974,32,0,MVA,15-17 yrs,13,34529,15.998580932617188,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,37.649513244628906 +1974,32,0,suicide,15-17 yrs,4,34529,15.998580932617188,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,11.584465026855469 +1974,32,0,homicide,15-17 yrs,3,34529,15.998580932617188,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,8.688348770141602 +1974,32,0,other external,15-17 yrs,10,34529,15.998580932617188,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,28.961162567138672 +1974,32,0,internal,15-17 yrs,6,34529,15.998580932617188,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,17.376697540283203 +1974,32,0,all,18-20 yrs,78,30996,19.029682159423828,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,251.64537048339844 +1974,32,0,MVA,18-20 yrs,27,30996,19.029682159423828,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,87.10801696777344 +1974,32,0,suicide,18-20 yrs,9,30996,19.029682159423828,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,29.0360050201416 +1974,32,0,homicide,18-20 yrs,14,30996,19.029682159423828,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,45.167118072509766 +1974,32,0,other external,18-20 yrs,13,30996,19.029682159423828,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,41.940895080566406 +1974,32,0,internal,18-20 yrs,15,30996,19.029682159423828,0,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,48.393341064453125 +1974,32,0,all,21-24 yrs,85,37087,22.43047523498535,1,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,229.19082641601562 +1974,32,0,MVA,21-24 yrs,33,37087,22.43047523498535,1,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,88.97996520996094 +1974,32,0,suicide,21-24 yrs,15,37087,22.43047523498535,1,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,40.445438385009766 +1974,32,0,homicide,21-24 yrs,12,37087,22.43047523498535,1,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,32.35634994506836 +1974,32,0,other external,21-24 yrs,12,37087,22.43047523498535,1,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,32.35634994506836 +1974,32,0,internal,21-24 yrs,13,37087,22.43047523498535,1,0.1217038556933403,1.9900000095367432,0.8100000023841858,3.690000057220459,6.489999771118164,35.05271530151367 +1975,32,0,MVA,15-17 yrs,18,35393,16.0012149810791,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,50.857513427734375 +1975,32,0,suicide,15-17 yrs,0,35393,16.0012149810791,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,0 +1975,32,0,homicide,15-17 yrs,2,35393,16.0012149810791,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,5.650835037231445 +1975,32,0,other external,15-17 yrs,6,35393,16.0012149810791,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,16.952505111694336 +1975,32,0,internal,15-17 yrs,7,35393,16.0012149810791,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,19.777921676635742 +1975,32,0,all,18-20 yrs,56,32803,19.022375106811523,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,170.71609497070312 +1975,32,0,MVA,18-20 yrs,31,32803,19.022375106811523,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,94.50355529785156 +1975,32,0,suicide,18-20 yrs,7,32803,19.022375106811523,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,21.33951187133789 +1975,32,0,homicide,18-20 yrs,3,32803,19.022375106811523,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,9.14550495147705 +1975,32,0,other external,18-20 yrs,8,32803,19.022375106811523,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,24.38801383972168 +1975,32,0,internal,18-20 yrs,7,32803,19.022375106811523,0,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,21.33951187133789 +1975,32,0,all,21-24 yrs,103,41015,22.43754768371582,1,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,251.1276397705078 +1975,32,0,MVA,21-24 yrs,36,41015,22.43754768371582,1,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,87.77276611328125 +1975,32,0,suicide,21-24 yrs,18,41015,22.43754768371582,1,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,43.886383056640625 +1975,32,0,homicide,21-24 yrs,7,41015,22.43754768371582,1,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,17.066926956176758 +1975,32,0,other external,21-24 yrs,21,41015,22.43754768371582,1,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,51.20077896118164 +1975,32,0,internal,21-24 yrs,21,41015,22.43754768371582,1,0.11152416467666626,2,0.8299999833106995,3.940000057220459,6.769999980926514,51.20077896118164 +1976,32,0,MVA,15-17 yrs,17,36867,15.989285469055176,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,46.111698150634766 +1976,32,0,suicide,15-17 yrs,7,36867,15.989285469055176,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,18.98716926574707 +1976,32,0,homicide,15-17 yrs,1,36867,15.989285469055176,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,2.7124528884887695 +1976,32,0,other external,15-17 yrs,9,36867,15.989285469055176,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,24.41207504272461 +1976,32,0,internal,15-17 yrs,4,36867,15.989285469055176,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,10.849811553955078 +1976,32,0,all,18-20 yrs,81,34861,19.03095054626465,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,232.35133361816406 +1976,32,0,MVA,18-20 yrs,33,34861,19.03095054626465,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,94.66165924072266 +1976,32,0,suicide,18-20 yrs,12,34861,19.03095054626465,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,34.422420501708984 +1976,32,0,homicide,18-20 yrs,12,34861,19.03095054626465,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,34.422420501708984 +1976,32,0,other external,18-20 yrs,14,34861,19.03095054626465,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,40.159488677978516 +1976,32,0,internal,18-20 yrs,10,34861,19.03095054626465,0,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,28.68535041809082 +1976,32,0,all,21-24 yrs,83,45288,22.46800422668457,1,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,183.27149963378906 +1976,32,0,MVA,21-24 yrs,29,45288,22.46800422668457,1,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,64.03462219238281 +1976,32,0,suicide,21-24 yrs,19,45288,22.46800422668457,1,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,41.95372009277344 +1976,32,0,homicide,21-24 yrs,7,45288,22.46800422668457,1,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,15.456633567810059 +1976,32,0,other external,21-24 yrs,14,45288,22.46800422668457,1,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,30.913267135620117 +1976,32,0,internal,21-24 yrs,14,45288,22.46800422668457,1,0.1054481491446495,2.049999952316284,0.8600000143051147,4.010000228881836,6.920000076293945,30.913267135620117 +1977,32,0,MVA,15-17 yrs,27,38370,15.995908737182617,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,70.36747741699219 +1977,32,0,suicide,15-17 yrs,6,38370,15.995908737182617,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,15.637216567993164 +1977,32,0,homicide,15-17 yrs,2,38370,15.995908737182617,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,5.212405681610107 +1977,32,0,other external,15-17 yrs,11,38370,15.995908737182617,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,28.668230056762695 +1977,32,0,internal,15-17 yrs,6,38370,15.995908737182617,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,15.637216567993164 +1977,32,0,all,18-20 yrs,85,36841,19.05379867553711,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,230.72120666503906 +1977,32,0,MVA,18-20 yrs,36,36841,19.05379867553711,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,97.71721649169922 +1977,32,0,suicide,18-20 yrs,14,36841,19.05379867553711,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,38.00114059448242 +1977,32,0,homicide,18-20 yrs,7,36841,19.05379867553711,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,19.00057029724121 +1977,32,0,other external,18-20 yrs,16,36841,19.05379867553711,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,43.429874420166016 +1977,32,0,internal,18-20 yrs,12,36841,19.05379867553711,0,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,32.57240676879883 +1977,32,0,all,21-24 yrs,101,49605,22.491905212402344,1,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,203.60850524902344 +1977,32,0,MVA,21-24 yrs,32,49605,22.491905212402344,1,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,64.50962829589844 +1977,32,0,suicide,21-24 yrs,27,49605,22.491905212402344,1,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,54.429996490478516 +1977,32,0,homicide,21-24 yrs,16,49605,22.491905212402344,1,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,32.25481414794922 +1977,32,0,other external,21-24 yrs,12,49605,22.491905212402344,1,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,24.191110610961914 +1977,32,0,internal,21-24 yrs,14,49605,22.491905212402344,1,0.09900990128517151,2.1500000953674316,0.8299999833106995,3.8499999046325684,6.840000152587891,28.22296142578125 +1978,32,0,MVA,15-17 yrs,30,40146,16.014671325683594,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,74.72724914550781 +1978,32,0,suicide,15-17 yrs,3,40146,16.014671325683594,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,7.472724437713623 +1978,32,0,homicide,15-17 yrs,3,40146,16.014671325683594,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,7.472724437713623 +1978,32,0,other external,15-17 yrs,8,40146,16.014671325683594,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,19.927265167236328 +1978,32,0,internal,15-17 yrs,8,40146,16.014671325683594,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,19.927265167236328 +1978,32,0,all,18-20 yrs,72,38512,19.057903289794922,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,186.9547119140625 +1978,32,0,MVA,18-20 yrs,37,38512,19.057903289794922,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,96.0739517211914 +1978,32,0,suicide,18-20 yrs,9,38512,19.057903289794922,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,23.369338989257812 +1978,32,0,homicide,18-20 yrs,8,38512,19.057903289794922,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,20.772747039794922 +1978,32,0,other external,18-20 yrs,9,38512,19.057903289794922,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,23.369338989257812 +1978,32,0,internal,18-20 yrs,9,38512,19.057903289794922,0,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,23.369338989257812 +1978,32,0,all,21-24 yrs,128,54441,22.50298500061035,1,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,235.11691284179688 +1978,32,0,MVA,21-24 yrs,60,54441,22.50298500061035,1,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,110.21105194091797 +1978,32,0,suicide,21-24 yrs,18,54441,22.50298500061035,1,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,33.063316345214844 +1978,32,0,homicide,21-24 yrs,13,54441,22.50298500061035,1,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,23.87906265258789 +1978,32,0,other external,21-24 yrs,27,54441,22.50298500061035,1,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,49.594974517822266 +1978,32,0,internal,21-24 yrs,10,54441,22.50298500061035,1,0.0920245423913002,2.200000047683716,0.8500000238418579,3.6500000953674316,6.690000057220459,18.36850929260254 +1979,32,0,MVA,15-17 yrs,36,41507,16.01512908935547,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,86.73236083984375 +1979,32,0,suicide,15-17 yrs,5,41507,16.01512908935547,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,12.046160697937012 +1979,32,0,homicide,15-17 yrs,1,41507,16.01512908935547,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,2.4092321395874023 +1979,32,0,other external,15-17 yrs,8,41507,16.01512908935547,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,19.27385711669922 +1979,32,0,internal,15-17 yrs,9,41507,16.01512908935547,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,21.683090209960938 +1979,32,0,all,18-20 yrs,93,40783,19.047569274902344,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,228.03619384765625 +1979,32,0,MVA,18-20 yrs,43,40783,19.047569274902344,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,105.43608856201172 +1979,32,0,suicide,18-20 yrs,14,40783,19.047569274902344,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,34.32802963256836 +1979,32,0,homicide,18-20 yrs,18,40783,19.047569274902344,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,44.13603591918945 +1979,32,0,other external,18-20 yrs,10,40783,19.047569274902344,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,24.520021438598633 +1979,32,0,internal,18-20 yrs,8,40783,19.047569274902344,0,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,19.616016387939453 +1979,32,0,all,21-24 yrs,139,59228,22.50945472717285,1,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,234.68629455566406 +1979,32,0,MVA,21-24 yrs,81,59228,22.50945472717285,1,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,136.7596435546875 +1979,32,0,suicide,21-24 yrs,19,59228,22.50945472717285,1,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,32.07942199707031 +1979,32,0,homicide,21-24 yrs,12,59228,22.50945472717285,1,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,20.26068687438965 +1979,32,0,other external,21-24 yrs,15,59228,22.50945472717285,1,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,25.32585906982422 +1979,32,0,internal,21-24 yrs,12,59228,22.50945472717285,1,0.08264462649822235,2.2799999713897705,0.8799999952316284,3.2799999713897705,6.440000057220459,20.26068687438965 +1980,32,0,MVA,15-17 yrs,26,42300,16.020519256591797,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,61.465721130371094 +1980,32,0,suicide,15-17 yrs,5,42300,16.020519256591797,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,11.820330619812012 +1980,32,0,homicide,15-17 yrs,6,42300,16.020519256591797,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,14.184396743774414 +1980,32,0,other external,15-17 yrs,9,42300,16.020519256591797,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,21.276596069335938 +1980,32,0,internal,15-17 yrs,7,42300,16.020519256591797,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,16.548463821411133 +1980,32,0,all,18-20 yrs,94,43053,19.024017333984375,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,218.33554077148438 +1980,32,0,MVA,18-20 yrs,46,43053,19.024017333984375,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,106.84505462646484 +1980,32,0,suicide,18-20 yrs,8,43053,19.024017333984375,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,18.581748962402344 +1980,32,0,homicide,18-20 yrs,7,43053,19.024017333984375,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,16.259029388427734 +1980,32,0,other external,18-20 yrs,21,43053,19.024017333984375,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,48.7770881652832 +1980,32,0,internal,18-20 yrs,12,43053,19.024017333984375,0,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,27.872621536254883 +1980,32,0,all,21-24 yrs,151,62987,22.535158157348633,1,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,239.7320098876953 +1980,32,0,MVA,21-24 yrs,49,62987,22.535158157348633,1,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,77.79383087158203 +1980,32,0,suicide,21-24 yrs,30,62987,22.535158157348633,1,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,47.628875732421875 +1980,32,0,homicide,21-24 yrs,24,62987,22.535158157348633,1,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,38.10309982299805 +1980,32,0,other external,21-24 yrs,28,62987,22.535158157348633,1,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,44.453617095947266 +1980,32,0,internal,21-24 yrs,20,62987,22.535158157348633,1,0.07281553000211716,2.0899999141693115,0.7900000214576721,2.940000057220459,5.820000171661377,31.75258445739746 +1981,32,0,MVA,15-17 yrs,18,42038,16.03106689453125,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,42.81840133666992 +1981,32,0,suicide,15-17 yrs,5,42038,16.03106689453125,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,11.894001007080078 +1981,32,0,homicide,15-17 yrs,5,42038,16.03106689453125,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,11.894001007080078 +1981,32,0,other external,15-17 yrs,8,42038,16.03106689453125,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,19.0304012298584 +1981,32,0,internal,15-17 yrs,10,42038,16.03106689453125,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,23.788002014160156 +1981,32,0,all,18-20 yrs,89,44378,19.005407333374023,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,200.54981994628906 +1981,32,0,MVA,18-20 yrs,38,44378,19.005407333374023,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,85.62801361083984 +1981,32,0,suicide,18-20 yrs,11,44378,19.005407333374023,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,24.78705596923828 +1981,32,0,homicide,18-20 yrs,12,44378,19.005407333374023,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,27.04042625427246 +1981,32,0,other external,18-20 yrs,16,44378,19.005407333374023,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,36.05390167236328 +1981,32,0,internal,18-20 yrs,12,44378,19.005407333374023,0,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,27.04042625427246 +1981,32,0,all,21-24 yrs,132,63704,22.561832427978516,1,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,207.20834350585938 +1981,32,0,MVA,21-24 yrs,48,63704,22.561832427978516,1,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,75.3484878540039 +1981,32,0,suicide,21-24 yrs,33,63704,22.561832427978516,1,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,51.802085876464844 +1981,32,0,homicide,21-24 yrs,19,63704,22.561832427978516,1,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,29.825443267822266 +1981,32,0,other external,21-24 yrs,17,63704,22.561832427978516,1,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,26.685922622680664 +1981,32,0,internal,21-24 yrs,15,63704,22.561832427978516,1,0.066006600856781,2.0799999237060547,0.800000011920929,2.7100000381469727,5.590000152587891,23.546401977539062 +1982,32,0,MVA,15-17 yrs,13,41330,16.020275115966797,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,31.45414924621582 +1982,32,0,suicide,15-17 yrs,8,41330,16.020275115966797,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,19.356399536132812 +1982,32,0,homicide,15-17 yrs,3,41330,16.020275115966797,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,7.258649826049805 +1982,32,0,other external,15-17 yrs,8,41330,16.020275115966797,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,19.356399536132812 +1982,32,0,internal,15-17 yrs,8,41330,16.020275115966797,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,19.356399536132812 +1982,32,0,all,18-20 yrs,83,45239,19.006343841552734,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,183.4700164794922 +1982,32,0,MVA,18-20 yrs,44,45239,19.006343841552734,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,97.26121520996094 +1982,32,0,suicide,18-20 yrs,9,45239,19.006343841552734,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,19.894338607788086 +1982,32,0,homicide,18-20 yrs,11,45239,19.006343841552734,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,24.315303802490234 +1982,32,0,other external,18-20 yrs,8,45239,19.006343841552734,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,17.683856964111328 +1982,32,0,internal,18-20 yrs,11,45239,19.006343841552734,0,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,24.315303802490234 +1982,32,0,all,21-24 yrs,163,63384,22.553421020507812,1,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,257.1626892089844 +1982,32,0,MVA,21-24 yrs,54,63384,22.553421020507812,1,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,85.19499969482422 +1982,32,0,suicide,21-24 yrs,32,63384,22.553421020507812,1,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,50.48592758178711 +1982,32,0,homicide,21-24 yrs,13,63384,22.553421020507812,1,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,20.50990867614746 +1982,32,0,other external,21-24 yrs,42,63384,22.553421020507812,1,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,66.26277923583984 +1982,32,0,internal,21-24 yrs,22,63384,22.553421020507812,1,0.062176164239645004,1.9900000095367432,0.7699999809265137,2.5,5.25,34.709075927734375 +1983,32,0,MVA,15-17 yrs,13,40190,16.012042999267578,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,32.34635543823242 +1983,32,0,suicide,15-17 yrs,2,40190,16.012042999267578,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,4.976362228393555 +1983,32,0,homicide,15-17 yrs,2,40190,16.012042999267578,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,4.976362228393555 +1983,32,0,other external,15-17 yrs,6,40190,16.012042999267578,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,14.929086685180664 +1983,32,0,internal,15-17 yrs,4,40190,16.012042999267578,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,9.95272445678711 +1983,32,0,all,18-20 yrs,74,45161,19.04169464111328,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,163.8582000732422 +1983,32,0,MVA,18-20 yrs,34,45161,19.04169464111328,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,75.28620147705078 +1983,32,0,suicide,18-20 yrs,16,45161,19.04169464111328,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,35.42879867553711 +1983,32,0,homicide,18-20 yrs,10,45161,19.04169464111328,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,22.14299964904785 +1983,32,0,other external,18-20 yrs,7,45161,19.04169464111328,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,15.500099182128906 +1983,32,0,internal,18-20 yrs,7,45161,19.04169464111328,0,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,15.500099182128906 +1983,32,0,all,21-24 yrs,93,62605,22.538408279418945,1,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,148.55043029785156 +1983,32,0,MVA,21-24 yrs,37,62605,22.538408279418945,1,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,59.100711822509766 +1983,32,0,suicide,21-24 yrs,14,62605,22.538408279418945,1,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,22.362430572509766 +1983,32,0,homicide,21-24 yrs,13,62605,22.538408279418945,1,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,20.765113830566406 +1983,32,0,other external,21-24 yrs,19,62605,22.538408279418945,1,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,30.349014282226562 +1983,32,0,internal,21-24 yrs,10,62605,22.538408279418945,1,0.09036145359277725,1.9800000190734863,0.7900000214576721,2.450000047683716,5.21999979019165,15.973165512084961 +1984,32,0,MVA,15-17 yrs,14,39805,16.0019588470459,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,35.17145919799805 +1984,32,0,suicide,15-17 yrs,7,39805,16.0019588470459,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,17.585729598999023 +1984,32,0,homicide,15-17 yrs,2,39805,16.0019588470459,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,5.024494647979736 +1984,32,0,other external,15-17 yrs,6,39805,16.0019588470459,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,15.07348346710205 +1984,32,0,internal,15-17 yrs,4,39805,16.0019588470459,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,10.048989295959473 +1984,32,0,all,18-20 yrs,65,43645,19.054691314697266,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,148.92886352539062 +1984,32,0,MVA,18-20 yrs,36,43645,19.054691314697266,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,82.483673095703125 +1984,32,0,suicide,18-20 yrs,6,43645,19.054691314697266,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,13.747279167175293 +1984,32,0,homicide,18-20 yrs,6,43645,19.054691314697266,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,13.747279167175293 +1984,32,0,other external,18-20 yrs,10,43645,19.054691314697266,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,22.912132263183594 +1984,32,0,internal,18-20 yrs,7,43645,19.054691314697266,0,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,16.03849220275879 +1984,32,0,all,21-24 yrs,125,63603,22.512475967407227,1,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,196.5316162109375 +1984,32,0,MVA,21-24 yrs,38,63603,22.512475967407227,1,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,59.745609283447266 +1984,32,0,suicide,21-24 yrs,28,63603,22.512475967407227,1,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,44.02307891845703 +1984,32,0,homicide,21-24 yrs,15,63603,22.512475967407227,1,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,23.58379364013672 +1984,32,0,other external,21-24 yrs,22,63603,22.512475967407227,1,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,34.58956527709961 +1984,32,0,internal,21-24 yrs,22,63603,22.512475967407227,1,0.08662175387144089,2.009999990463257,0.8199999928474426,2.359999895095825,5.190000057220459,34.58956527709961 +1985,32,0,MVA,15-17 yrs,15,40498,15.983579635620117,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,37.03886795043945 +1985,32,0,suicide,15-17 yrs,2,40498,15.983579635620117,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,4.938515663146973 +1985,32,0,homicide,15-17 yrs,1,40498,15.983579635620117,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,2.4692578315734863 +1985,32,0,other external,15-17 yrs,4,40498,15.983579635620117,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,9.877031326293945 +1985,32,0,internal,15-17 yrs,6,40498,15.983579635620117,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,14.815546035766602 +1985,32,0,all,18-20 yrs,57,42151,19.04899024963379,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,135.2281036376953 +1985,32,0,MVA,18-20 yrs,23,42151,19.04899024963379,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,54.56572723388672 +1985,32,0,suicide,18-20 yrs,14,42151,19.04899024963379,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,33.21392059326172 +1985,32,0,homicide,18-20 yrs,6,42151,19.04899024963379,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,14.234538078308105 +1985,32,0,other external,18-20 yrs,8,42151,19.04899024963379,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,18.97938346862793 +1985,32,0,internal,18-20 yrs,6,42151,19.04899024963379,0,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,14.234538078308105 +1985,32,0,all,21-24 yrs,131,65259,22.507822036743164,1,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,200.7386016845703 +1985,32,0,MVA,21-24 yrs,45,65259,22.507822036743164,1,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,68.95600891113281 +1985,32,0,suicide,21-24 yrs,30,65259,22.507822036743164,1,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,45.970672607421875 +1985,32,0,homicide,21-24 yrs,14,65259,22.507822036743164,1,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,21.452980041503906 +1985,32,0,other external,21-24 yrs,24,65259,22.507822036743164,1,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,36.77653503417969 +1985,32,0,internal,21-24 yrs,18,65259,22.507822036743164,1,0.0836431235074997,1.9600000381469727,0.8399999737739563,2.180000066757202,4.989999771118164,27.5824031829834 +1986,32,0,MVA,15-17 yrs,14,41852,15.98867416381836,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,33.451210021972656 +1986,32,0,suicide,15-17 yrs,5,41852,15.98867416381836,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,11.946860313415527 +1986,32,0,homicide,15-17 yrs,1,41852,15.98867416381836,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,2.3893721103668213 +1986,32,0,other external,15-17 yrs,5,41852,15.98867416381836,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,11.946860313415527 +1986,32,0,internal,15-17 yrs,8,41852,15.98867416381836,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,19.11497688293457 +1986,32,0,all,18-20 yrs,63,41137,19.044631958007812,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,153.1468048095703 +1986,32,0,MVA,18-20 yrs,33,41137,19.044631958007812,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,80.219757080078125 +1986,32,0,suicide,18-20 yrs,11,41137,19.044631958007812,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,26.739917755126953 +1986,32,0,homicide,18-20 yrs,8,41137,19.044631958007812,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,19.44721221923828 +1986,32,0,other external,18-20 yrs,6,41137,19.044631958007812,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,14.585410118103027 +1986,32,0,internal,18-20 yrs,5,41137,19.044631958007812,0,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,12.154507637023926 +1986,32,0,all,21-24 yrs,108,66710,22.5323486328125,1,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,161.894775390625 +1986,32,0,MVA,21-24 yrs,37,66710,22.5323486328125,1,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,55.46394729614258 +1986,32,0,suicide,21-24 yrs,27,66710,22.5323486328125,1,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,40.47369384765625 +1986,32,0,homicide,21-24 yrs,11,66710,22.5323486328125,1,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,16.489282608032227 +1986,32,0,other external,21-24 yrs,14,66710,22.5323486328125,1,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,20.986358642578125 +1986,32,0,internal,21-24 yrs,19,66710,22.5323486328125,1,0.08211679011583328,2.069999933242798,0.8799999952316284,2.109999895095825,5.050000190734863,28.481487274169922 +1987,32,0,MVA,15-17 yrs,18,42688,16.02923583984375,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,42.16641616821289 +1987,32,0,suicide,15-17 yrs,11,42688,16.02923583984375,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,25.76836585998535 +1987,32,0,homicide,15-17 yrs,3,42688,16.02923583984375,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,7.027736186981201 +1987,32,0,other external,15-17 yrs,4,42688,16.02923583984375,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,9.370314598083496 +1987,32,0,internal,15-17 yrs,7,42688,16.02923583984375,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,16.39805030822754 +1987,32,0,all,18-20 yrs,52,41638,19.030405044555664,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,124.88592529296875 +1987,32,0,MVA,18-20 yrs,28,41638,19.030405044555664,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,67.24626922607422 +1987,32,0,suicide,18-20 yrs,4,41638,19.030405044555664,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,9.606609344482422 +1987,32,0,homicide,18-20 yrs,8,41638,19.030405044555664,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,19.213218688964844 +1987,32,0,other external,18-20 yrs,6,41638,19.030405044555664,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,14.409914016723633 +1987,32,0,internal,18-20 yrs,6,41638,19.030405044555664,0,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,14.409914016723633 +1987,32,0,all,21-24 yrs,79,68543,22.576980590820312,1,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,115.25611877441406 +1987,32,0,MVA,21-24 yrs,34,68543,22.576980590820312,1,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,49.60389709472656 +1987,32,0,suicide,21-24 yrs,24,68543,22.576980590820312,1,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,35.0145149230957 +1987,32,0,homicide,21-24 yrs,4,68543,22.576980590820312,1,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,5.835752964019775 +1987,32,0,other external,21-24 yrs,5,68543,22.576980590820312,1,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,7.29469108581543 +1987,32,0,internal,21-24 yrs,12,68543,22.576980590820312,1,0.07922535389661789,2.049999952316284,0.8399999737739563,2.0899999141693115,4.989999771118164,17.50725746154785 +1988,32,0,MVA,15-17 yrs,12,42739,16.053932189941406,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,28.07740020751953 +1988,32,0,suicide,15-17 yrs,8,42739,16.053932189941406,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,18.7182674407959 +1988,32,0,homicide,15-17 yrs,6,42739,16.053932189941406,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,14.038700103759766 +1988,32,0,other external,15-17 yrs,5,42739,16.053932189941406,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,11.6989164352417 +1988,32,0,internal,15-17 yrs,5,42739,16.053932189941406,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,11.6989164352417 +1988,32,0,all,18-20 yrs,54,43314,19.008495330810547,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,124.67100524902344 +1988,32,0,MVA,18-20 yrs,28,43314,19.008495330810547,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,64.64422607421875 +1988,32,0,suicide,18-20 yrs,7,43314,19.008495330810547,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,16.161056518554688 +1988,32,0,homicide,18-20 yrs,5,43314,19.008495330810547,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,11.543611526489258 +1988,32,0,other external,18-20 yrs,6,43314,19.008495330810547,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,13.852334022521973 +1988,32,0,internal,18-20 yrs,8,43314,19.008495330810547,0,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,18.469778060913086 +1988,32,0,all,21-24 yrs,119,69082,22.586143493652344,1,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,172.25904846191406 +1988,32,0,MVA,21-24 yrs,46,69082,22.586143493652344,1,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,66.58753204345703 +1988,32,0,suicide,21-24 yrs,23,69082,22.586143493652344,1,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,33.293766021728516 +1988,32,0,homicide,21-24 yrs,15,69082,22.586143493652344,1,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,21.71332550048828 +1988,32,0,other external,21-24 yrs,9,69082,22.586143493652344,1,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,13.027996063232422 +1988,32,0,internal,21-24 yrs,26,69082,22.586143493652344,1,0.07607776671648026,2.130000114440918,0.7799999713897705,2,4.909999847412109,37.63643264770508 +1989,32,0,MVA,15-17 yrs,21,42082,16.039588928222656,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,49.90257263183594 +1989,32,0,suicide,15-17 yrs,6,42082,16.039588928222656,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,14.257877349853516 +1989,32,0,homicide,15-17 yrs,6,42082,16.039588928222656,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,14.257877349853516 +1989,32,0,other external,15-17 yrs,3,42082,16.039588928222656,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,7.128938674926758 +1989,32,0,internal,15-17 yrs,5,42082,16.039588928222656,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,11.881564140319824 +1989,32,0,all,18-20 yrs,67,46490,19.013593673706055,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,144.1170196533203 +1989,32,0,MVA,18-20 yrs,29,46490,19.013593673706055,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,62.379005432128906 +1989,32,0,suicide,18-20 yrs,14,46490,19.013593673706055,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,30.114002227783203 +1989,32,0,homicide,18-20 yrs,9,46490,19.013593673706055,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,19.35900115966797 +1989,32,0,other external,18-20 yrs,8,46490,19.013593673706055,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,17.2080020904541 +1989,32,0,internal,18-20 yrs,7,46490,19.013593673706055,0,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,15.057001113891602 +1989,32,0,all,21-24 yrs,97,70509,22.575925827026367,1,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,137.5710906982422 +1989,32,0,MVA,21-24 yrs,35,70509,22.575925827026367,1,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,49.63905334472656 +1989,32,0,suicide,21-24 yrs,14,70509,22.575925827026367,1,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,19.855621337890625 +1989,32,0,homicide,21-24 yrs,16,70509,22.575925827026367,1,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,22.692138671875 +1989,32,0,other external,21-24 yrs,13,70509,22.575925827026367,1,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,18.437362670898438 +1989,32,0,internal,21-24 yrs,19,70509,22.575925827026367,1,0.07258065044879913,2.180000066757202,0.7300000190734863,1.9199999570846558,4.829999923706055,26.946914672851562 +1990,32,0,MVA,15-17 yrs,23,45301,15.986953735351562,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,50.771507263183594 +1990,32,0,suicide,15-17 yrs,5,45301,15.986953735351562,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,11.037283897399902 +1990,32,0,homicide,15-17 yrs,6,45301,15.986953735351562,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,13.24474048614502 +1990,32,0,other external,15-17 yrs,3,45301,15.986953735351562,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,6.62237024307251 +1990,32,0,internal,15-17 yrs,4,45301,15.986953735351562,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,8.829827308654785 +1990,32,0,all,18-20 yrs,78,47870,19.044578552246094,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,162.94129943847656 +1990,32,0,MVA,18-20 yrs,39,47870,19.044578552246094,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,81.47064971923828 +1990,32,0,suicide,18-20 yrs,15,47870,19.044578552246094,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,31.33486557006836 +1990,32,0,homicide,18-20 yrs,12,47870,19.044578552246094,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,25.06789207458496 +1990,32,0,other external,18-20 yrs,4,47870,19.044578552246094,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,8.355963706970215 +1990,32,0,internal,18-20 yrs,8,47870,19.044578552246094,0,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,16.71192741394043 +1990,32,0,all,21-24 yrs,102,71017,22.56072425842285,1,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,143.62757873535156 +1990,32,0,MVA,21-24 yrs,48,71017,22.56072425842285,1,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,67.589447021484375 +1990,32,0,suicide,21-24 yrs,19,71017,22.56072425842285,1,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,26.75415802001953 +1990,32,0,homicide,21-24 yrs,16,71017,22.56072425842285,1,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,22.529817581176758 +1990,32,0,other external,21-24 yrs,7,71017,22.56072425842285,1,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,9.856795310974121 +1990,32,0,internal,21-24 yrs,12,71017,22.56072425842285,1,0.06885998696088791,2.1700000762939453,0.6899999976158142,1.9199999570846558,4.78000020980835,16.897361755371094 +1991,32,0,MVA,15-17 yrs,13,45798,15.994759559631348,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,28.38551902770996 +1991,32,0,suicide,15-17 yrs,9,45798,15.994759559631348,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,19.651514053344727 +1991,32,0,homicide,15-17 yrs,9,45798,15.994759559631348,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,19.651514053344727 +1991,32,0,other external,15-17 yrs,3,45798,15.994759559631348,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,6.550504207611084 +1991,32,0,internal,15-17 yrs,2,45798,15.994759559631348,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,4.367002964019775 +1991,32,0,all,18-20 yrs,69,48834,19.035959243774414,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,141.2949981689453 +1991,32,0,MVA,18-20 yrs,25,48834,19.035959243774414,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,51.19384002685547 +1991,32,0,suicide,18-20 yrs,13,48834,19.035959243774414,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,26.62079620361328 +1991,32,0,homicide,18-20 yrs,18,48834,19.035959243774414,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,36.85956573486328 +1991,32,0,other external,18-20 yrs,5,48834,19.035959243774414,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,10.238767623901367 +1991,32,0,internal,18-20 yrs,8,48834,19.035959243774414,0,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,16.382028579711914 +1991,32,0,all,21-24 yrs,118,72111,22.548141479492188,1,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,163.63661193847656 +1991,32,0,MVA,21-24 yrs,39,72111,22.548141479492188,1,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,54.083290100097656 +1991,32,0,suicide,21-24 yrs,23,72111,22.548141479492188,1,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,31.895273208618164 +1991,32,0,homicide,21-24 yrs,30,72111,22.548141479492188,1,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,41.6025276184082 +1991,32,0,other external,21-24 yrs,11,72111,22.548141479492188,1,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,15.254261016845703 +1991,32,0,internal,21-24 yrs,15,72111,22.548141479492188,1,0.06607929617166519,2.049999952316284,0.6299999952316284,1.6299999952316284,4.309999942779541,20.8012638092041 +1992,32,0,MVA,15-17 yrs,18,47757,15.984420776367188,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,37.69081115722656 +1992,32,0,suicide,15-17 yrs,5,47757,15.984420776367188,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,10.469669342041016 +1992,32,0,homicide,15-17 yrs,9,47757,15.984420776367188,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,18.84540557861328 +1992,32,0,other external,15-17 yrs,6,47757,15.984420776367188,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,12.563603401184082 +1992,32,0,internal,15-17 yrs,3,47757,15.984420776367188,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,6.281801700592041 +1992,32,0,all,18-20 yrs,62,48489,19.0327091217041,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,127.86405181884766 +1992,32,0,MVA,18-20 yrs,19,48489,19.0327091217041,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,39.18414306640625 +1992,32,0,suicide,18-20 yrs,11,48489,19.0327091217041,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,22.685558319091797 +1992,32,0,homicide,18-20 yrs,18,48489,19.0327091217041,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,37.121822357177734 +1992,32,0,other external,18-20 yrs,4,48489,19.0327091217041,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,8.249293327331543 +1992,32,0,internal,18-20 yrs,10,48489,19.0327091217041,0,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,20.623233795166016 +1992,32,0,all,21-24 yrs,100,71365,22.538597106933594,1,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,140.1247100830078 +1992,32,0,MVA,21-24 yrs,31,71365,22.538597106933594,1,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,43.43865966796875 +1992,32,0,suicide,21-24 yrs,24,71365,22.538597106933594,1,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,33.62993240356445 +1992,32,0,homicide,21-24 yrs,13,71365,22.538597106933594,1,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,18.21621322631836 +1992,32,0,other external,21-24 yrs,9,71365,22.538597106933594,1,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,12.611224174499512 +1992,32,0,internal,21-24 yrs,23,71365,22.538597106933594,1,0.06414825469255447,2.0199999809265137,0.6200000047683716,1.6100000143051147,4.25,32.22868347167969 +1993,32,0,MVA,15-17 yrs,15,50279,15.968018531799316,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,29.833528518676758 +1993,32,0,suicide,15-17 yrs,3,50279,15.968018531799316,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,5.966705799102783 +1993,32,0,homicide,15-17 yrs,8,50279,15.968018531799316,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,15.911215782165527 +1993,32,0,other external,15-17 yrs,8,50279,15.968018531799316,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,15.911215782165527 +1993,32,0,internal,15-17 yrs,4,50279,15.968018531799316,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,7.955607891082764 +1993,32,0,all,18-20 yrs,53,49144,19.025272369384766,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,107.84632873535156 +1993,32,0,MVA,18-20 yrs,13,49144,19.025272369384766,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,26.45287322998047 +1993,32,0,suicide,18-20 yrs,14,49144,19.025272369384766,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,28.487709045410156 +1993,32,0,homicide,18-20 yrs,12,49144,19.025272369384766,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,24.41803741455078 +1993,32,0,other external,18-20 yrs,4,49144,19.025272369384766,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,8.139345169067383 +1993,32,0,internal,18-20 yrs,10,49144,19.025272369384766,0,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,20.348363876342773 +1993,32,0,all,21-24 yrs,129,70702,22.54575538635254,1,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,182.45594787597656 +1993,32,0,MVA,21-24 yrs,33,70702,22.54575538635254,1,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,46.674774169921875 +1993,32,0,suicide,21-24 yrs,36,70702,22.54575538635254,1,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,50.917938232421875 +1993,32,0,homicide,21-24 yrs,22,70702,22.54575538635254,1,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,31.116518020629883 +1993,32,0,other external,21-24 yrs,17,70702,22.54575538635254,1,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,24.04458236694336 +1993,32,0,internal,21-24 yrs,21,70702,22.54575538635254,1,0.06228373944759369,1.9500000476837158,0.5799999833106995,1.5399999618530273,4.059999942779541,29.702129364013672 +1994,32,0,MVA,15-17 yrs,14,54525,15.969023704528809,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,25.676294326782227 +1994,32,0,suicide,15-17 yrs,9,54525,15.969023704528809,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,16.506189346313477 +1994,32,0,homicide,15-17 yrs,6,54525,15.969023704528809,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,11.00412654876709 +1994,32,0,other external,15-17 yrs,7,54525,15.969023704528809,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,12.838147163391113 +1994,32,0,internal,15-17 yrs,11,54525,15.969023704528809,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,20.174232482910156 +1994,32,0,all,18-20 yrs,85,51057,19.019996643066406,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,166.48060607910156 +1994,32,0,MVA,18-20 yrs,23,51057,19.019996643066406,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,45.047691345214844 +1994,32,0,suicide,18-20 yrs,17,51057,19.019996643066406,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,33.296119689941406 +1994,32,0,homicide,18-20 yrs,23,51057,19.019996643066406,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,45.047691345214844 +1994,32,0,other external,18-20 yrs,9,51057,19.019996643066406,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,17.627357482910156 +1994,32,0,internal,18-20 yrs,13,51057,19.019996643066406,0,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,25.46173858642578 +1994,32,0,all,21-24 yrs,119,72797,22.54145050048828,1,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,163.46827697753906 +1994,32,0,MVA,21-24 yrs,37,72797,22.54145050048828,1,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,50.826271057128906 +1994,32,0,suicide,21-24 yrs,32,72797,22.54145050048828,1,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,43.957855224609375 +1994,32,0,homicide,21-24 yrs,18,72797,22.54145050048828,1,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,24.726293563842773 +1994,32,0,other external,21-24 yrs,13,72797,22.54145050048828,1,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,17.857879638671875 +1994,32,0,internal,21-24 yrs,19,72797,22.54145050048828,1,0.06072874739766121,1.9299999475479126,0.5699999928474426,1.5099999904632568,4,26.099977493286133 +1995,32,0,MVA,15-17 yrs,13,58590,15.959327697753906,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,22.188087463378906 +1995,32,0,suicide,15-17 yrs,16,58590,15.959327697753906,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,27.308414459228516 +1995,32,0,homicide,15-17 yrs,9,58590,15.959327697753906,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,15.360982894897461 +1995,32,0,other external,15-17 yrs,1,58590,15.959327697753906,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,1.7067759037017822 +1995,32,0,internal,15-17 yrs,8,58590,15.959327697753906,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,13.654207229614258 +1995,32,0,all,18-20 yrs,81,54124,19.011676788330078,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,149.65634155273438 +1995,32,0,MVA,18-20 yrs,34,54124,19.011676788330078,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,62.8187141418457 +1995,32,0,suicide,18-20 yrs,9,54124,19.011676788330078,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,16.628482818603516 +1995,32,0,homicide,18-20 yrs,16,54124,19.011676788330078,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,29.56174659729004 +1995,32,0,other external,18-20 yrs,14,54124,19.011676788330078,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,25.86652946472168 +1995,32,0,internal,18-20 yrs,8,54124,19.011676788330078,0,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,14.78087329864502 +1995,32,0,all,21-24 yrs,119,74127,22.538414001464844,1,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,160.53529357910156 +1995,32,0,MVA,21-24 yrs,24,74127,22.538414001464844,1,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,32.37686538696289 +1995,32,0,suicide,21-24 yrs,40,74127,22.538414001464844,1,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,53.96144485473633 +1995,32,0,homicide,21-24 yrs,28,74127,22.538414001464844,1,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,37.77301025390625 +1995,32,0,other external,21-24 yrs,15,74127,22.538414001464844,1,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,20.23554229736328 +1995,32,0,internal,21-24 yrs,12,74127,22.538414001464844,1,0.05905512347817421,1.8700000047683716,0.5799999833106995,1.3899999856948853,3.8399999141693115,16.188432693481445 +1996,32,0,MVA,15-17 yrs,20,62952,15.971041679382324,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,31.77023696899414 +1996,32,0,suicide,15-17 yrs,8,62952,15.971041679382324,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,12.708094596862793 +1996,32,0,homicide,15-17 yrs,12,62952,15.971041679382324,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,19.062143325805664 +1996,32,0,other external,15-17 yrs,8,62952,15.971041679382324,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,12.708094596862793 +1996,32,0,internal,15-17 yrs,12,62952,15.971041679382324,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,19.062143325805664 +1996,32,0,all,18-20 yrs,75,57026,19.002471923828125,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,131.51895141601562 +1996,32,0,MVA,18-20 yrs,27,57026,19.002471923828125,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,47.346824645996094 +1996,32,0,suicide,18-20 yrs,13,57026,19.002471923828125,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,22.796619415283203 +1996,32,0,homicide,18-20 yrs,18,57026,19.002471923828125,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,31.564550399780273 +1996,32,0,other external,18-20 yrs,9,57026,19.002471923828125,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,15.782275199890137 +1996,32,0,internal,18-20 yrs,8,57026,19.002471923828125,0,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,14.028688430786133 +1996,32,0,all,21-24 yrs,117,76080,22.521175384521484,1,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,153.78549194335938 +1996,32,0,MVA,21-24 yrs,31,76080,22.521175384521484,1,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,40.74658203125 +1996,32,0,suicide,21-24 yrs,29,76080,22.521175384521484,1,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,38.11777114868164 +1996,32,0,homicide,21-24 yrs,26,76080,22.521175384521484,1,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,34.17455291748047 +1996,32,0,other external,21-24 yrs,12,76080,22.521175384521484,1,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,15.772871017456055 +1996,32,0,internal,21-24 yrs,19,76080,22.521175384521484,1,0.057361382991075516,1.909999966621399,0.5899999737739563,1.3899999856948853,3.890000104904175,24.973711013793945 +1970,33,0,MVA,15-17 yrs,25,39957,15.977850914001465,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,62.5672607421875 +1970,33,0,suicide,15-17 yrs,1,39957,15.977850914001465,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,2.502690315246582 +1970,33,0,homicide,15-17 yrs,0,39957,15.977850914001465,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,0 +1970,33,0,other external,15-17 yrs,8,39957,15.977850914001465,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,20.021522521972656 +1970,33,0,internal,15-17 yrs,4,39957,15.977850914001465,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,10.010761260986328 +1970,33,0,all,18-20 yrs,45,40180,18.970930099487305,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,111.99601745605469 +1970,33,0,MVA,18-20 yrs,24,40180,18.970930099487305,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,59.73120880126953 +1970,33,0,suicide,18-20 yrs,1,40180,18.970930099487305,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,2.488800287246704 +1970,33,0,homicide,18-20 yrs,1,40180,18.970930099487305,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,2.488800287246704 +1970,33,0,other external,18-20 yrs,11,40180,18.970930099487305,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,27.37680435180664 +1970,33,0,internal,18-20 yrs,8,40180,18.970930099487305,0,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,19.910402297973633 +1970,33,0,all,21-24 yrs,55,45707,22.39149284362793,1,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,120.33168029785156 +1970,33,0,MVA,21-24 yrs,20,45707,22.39149284362793,1,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,43.75697326660156 +1970,33,0,suicide,21-24 yrs,7,45707,22.39149284362793,1,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,15.314940452575684 +1970,33,0,homicide,21-24 yrs,1,45707,22.39149284362793,1,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,2.1878488063812256 +1970,33,0,other external,21-24 yrs,9,45707,22.39149284362793,1,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,19.690637588500977 +1970,33,0,internal,21-24 yrs,18,45707,22.39149284362793,1,0.30927833914756775,1.6799999475479126,0.3199999928474426,2.819999933242798,4.820000171661377,39.38127517700195 +1971,33,0,MVA,15-17 yrs,21,41700,15.975707054138184,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,50.359710693359375 +1971,33,0,suicide,15-17 yrs,2,41700,15.975707054138184,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,4.796163082122803 +1971,33,0,homicide,15-17 yrs,0,41700,15.975707054138184,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,0 +1971,33,0,other external,15-17 yrs,9,41700,15.975707054138184,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,21.582733154296875 +1971,33,0,internal,15-17 yrs,4,41700,15.975707054138184,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,9.592326164245605 +1971,33,0,all,18-20 yrs,61,40655,19.011978149414062,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,150.0430450439453 +1971,33,0,MVA,18-20 yrs,29,40655,19.011978149414062,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,71.331939697265625 +1971,33,0,suicide,18-20 yrs,7,40655,19.011978149414062,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,17.218053817749023 +1971,33,0,homicide,18-20 yrs,2,40655,19.011978149414062,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,4.9194440841674805 +1971,33,0,other external,18-20 yrs,15,40655,19.011978149414062,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,36.89583206176758 +1971,33,0,internal,18-20 yrs,8,40655,19.011978149414062,0,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,19.677776336669922 +1971,33,0,all,21-24 yrs,68,52973,22.528457641601562,1,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,128.36727905273438 +1971,33,0,MVA,21-24 yrs,26,52973,22.528457641601562,1,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,49.081607818603516 +1971,33,0,suicide,21-24 yrs,10,52973,22.528457641601562,1,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,18.877540588378906 +1971,33,0,homicide,21-24 yrs,0,52973,22.528457641601562,1,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,0 +1971,33,0,other external,21-24 yrs,14,52973,22.528457641601562,1,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,26.428558349609375 +1971,33,0,internal,21-24 yrs,18,52973,22.528457641601562,1,0.29629629850387573,1.7899999618530273,0.4000000059604645,3.0899999141693115,5.269999980926514,33.979576110839844 +1972,33,0,MVA,15-17 yrs,12,43596,15.96735954284668,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,27.525461196899414 +1972,33,0,suicide,15-17 yrs,4,43596,15.96735954284668,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,9.175153732299805 +1972,33,0,homicide,15-17 yrs,0,43596,15.96735954284668,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,0 +1972,33,0,other external,15-17 yrs,8,43596,15.96735954284668,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,18.35030746459961 +1972,33,0,internal,15-17 yrs,10,43596,15.96735954284668,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,22.937883377075195 +1972,33,0,all,18-20 yrs,48,41171,19.0059757232666,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,116.58692169189453 +1972,33,0,MVA,18-20 yrs,18,41171,19.0059757232666,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,43.7200927734375 +1972,33,0,suicide,18-20 yrs,8,41171,19.0059757232666,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,19.43115234375 +1972,33,0,homicide,18-20 yrs,4,41171,19.0059757232666,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,9.715576171875 +1972,33,0,other external,18-20 yrs,10,41171,19.0059757232666,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,24.2889404296875 +1972,33,0,internal,18-20 yrs,8,41171,19.0059757232666,0,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,19.43115234375 +1972,33,0,all,21-24 yrs,48,54891,22.50775146484375,1,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,87.44602966308594 +1972,33,0,MVA,21-24 yrs,24,54891,22.50775146484375,1,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,43.72301483154297 +1972,33,0,suicide,21-24 yrs,2,54891,22.50775146484375,1,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,3.6435844898223877 +1972,33,0,homicide,21-24 yrs,2,54891,22.50775146484375,1,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,3.6435844898223877 +1972,33,0,other external,21-24 yrs,8,54891,22.50775146484375,1,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,14.57433795928955 +1972,33,0,internal,21-24 yrs,12,54891,22.50775146484375,1,0.2870813310146332,1.7899999618530273,0.3799999952316284,3.0999999046325684,5.269999980926514,21.861507415771484 +1973,33,0.5863013863563538,MVA,15-17 yrs,15,45394,15.973543167114258,0,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,33.04401397705078 +1973,33,0.5863013863563538,suicide,15-17 yrs,5,45394,15.973543167114258,0,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,11.014671325683594 +1973,33,0.5863013863563538,homicide,15-17 yrs,1,45394,15.973543167114258,0,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,2.2029342651367188 +1973,33,0.5863013863563538,other external,15-17 yrs,11,45394,15.973543167114258,0,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,24.232276916503906 +1973,33,0.5863013863563538,internal,15-17 yrs,4,45394,15.973543167114258,0,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,8.811737060546875 +1973,33,0.5863013863563538,all,18-20 yrs,48,42079,18.9803466796875,0.5863013863563538,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,114.07115173339844 +1973,33,0.5863013863563538,MVA,18-20 yrs,25,42079,18.9803466796875,0.5863013863563538,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,59.41205978393555 +1973,33,0.5863013863563538,suicide,18-20 yrs,6,42079,18.9803466796875,0.5863013863563538,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,14.258893966674805 +1973,33,0.5863013863563538,homicide,18-20 yrs,2,42079,18.9803466796875,0.5863013863563538,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,4.752964496612549 +1973,33,0.5863013863563538,other external,18-20 yrs,11,42079,18.9803466796875,0.5863013863563538,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,26.141305923461914 +1973,33,0.5863013863563538,internal,18-20 yrs,4,42079,18.9803466796875,0.5863013863563538,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,9.505928993225098 +1973,33,0.5863013863563538,all,21-24 yrs,61,56242,22.52556800842285,1,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,108.45986938476562 +1973,33,0.5863013863563538,MVA,21-24 yrs,17,56242,22.52556800842285,1,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,30.226520538330078 +1973,33,0.5863013863563538,suicide,21-24 yrs,10,56242,22.52556800842285,1,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,17.780305862426758 +1973,33,0.5863013863563538,homicide,21-24 yrs,4,56242,22.52556800842285,1,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,7.112122535705566 +1973,33,0.5863013863563538,other external,21-24 yrs,12,56242,22.52556800842285,1,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,21.336368560791016 +1973,33,0.5863013863563538,internal,21-24 yrs,18,56242,22.52556800842285,1,0.2702702581882477,1.9199999570846558,0.38999998569488525,3.0899999141693115,5.400000095367432,32.00455093383789 +1974,33,1,MVA,15-17 yrs,21,46796,15.985169410705566,0,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,44.87562942504883 +1974,33,1,suicide,15-17 yrs,0,46796,15.985169410705566,0,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,0 +1974,33,1,homicide,15-17 yrs,1,46796,15.985169410705566,0,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,2.136934757232666 +1974,33,1,other external,15-17 yrs,9,46796,15.985169410705566,0,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,19.232412338256836 +1974,33,1,internal,15-17 yrs,10,46796,15.985169410705566,0,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,21.369348526000977 +1974,33,1,all,18-20 yrs,66,44189,18.98422622680664,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,149.3584442138672 +1974,33,1,MVA,18-20 yrs,31,44189,18.98422622680664,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,70.15320587158203 +1974,33,1,suicide,18-20 yrs,12,44189,18.98422622680664,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,27.15608024597168 +1974,33,1,homicide,18-20 yrs,4,44189,18.98422622680664,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,9.052026748657227 +1974,33,1,other external,18-20 yrs,9,44189,18.98422622680664,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,20.3670597076416 +1974,33,1,internal,18-20 yrs,10,44189,18.98422622680664,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,22.63006591796875 +1974,33,1,all,21-24 yrs,49,55902,22.535633087158203,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,87.65339660644531 +1974,33,1,MVA,21-24 yrs,23,55902,22.535633087158203,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,41.143428802490234 +1974,33,1,suicide,21-24 yrs,8,55902,22.535633087158203,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,14.310757637023926 +1974,33,1,homicide,21-24 yrs,2,55902,22.535633087158203,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,3.5776894092559814 +1974,33,1,other external,21-24 yrs,4,55902,22.535633087158203,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,7.155378818511963 +1974,33,1,internal,21-24 yrs,12,55902,22.535633087158203,1,0.2434077113866806,1.9900000095367432,0.4099999964237213,2.990000009536743,5.389999866485596,21.466136932373047 +1975,33,1,MVA,15-17 yrs,14,47411,15.983864784240723,0,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,29.52901268005371 +1975,33,1,suicide,15-17 yrs,3,47411,15.983864784240723,0,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,6.327645301818848 +1975,33,1,homicide,15-17 yrs,1,47411,15.983864784240723,0,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,2.109215259552002 +1975,33,1,other external,15-17 yrs,11,47411,15.983864784240723,0,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,23.201366424560547 +1975,33,1,internal,15-17 yrs,6,47411,15.983864784240723,0,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,12.655290603637695 +1975,33,1,all,18-20 yrs,44,46218,18.97637367248535,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,95.20100402832031 +1975,33,1,MVA,18-20 yrs,18,46218,18.97637367248535,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,38.945865631103516 +1975,33,1,suicide,18-20 yrs,8,46218,18.97637367248535,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,17.30927276611328 +1975,33,1,homicide,18-20 yrs,1,46218,18.97637367248535,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,2.16365909576416 +1975,33,1,other external,18-20 yrs,9,46218,18.97637367248535,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,19.472932815551758 +1975,33,1,internal,18-20 yrs,8,46218,18.97637367248535,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,17.30927276611328 +1975,33,1,all,21-24 yrs,74,55865,22.5323543548584,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,132.46218872070312 +1975,33,1,MVA,21-24 yrs,28,55865,22.5323543548584,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,50.120826721191406 +1975,33,1,suicide,21-24 yrs,19,55865,22.5323543548584,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,34.010562896728516 +1975,33,1,homicide,21-24 yrs,1,55865,22.5323543548584,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,1.790029525756836 +1975,33,1,other external,21-24 yrs,13,55865,22.5323543548584,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,23.270383834838867 +1975,33,1,internal,21-24 yrs,13,55865,22.5323543548584,1,0.27881041169166565,1.940000057220459,0.49000000953674316,3.0999999046325684,5.519999980926514,23.270383834838867 +1976,33,1,MVA,15-17 yrs,19,48631,15.978819847106934,0,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,39.06972885131836 +1976,33,1,suicide,15-17 yrs,0,48631,15.978819847106934,0,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,0 +1976,33,1,homicide,15-17 yrs,0,48631,15.978819847106934,0,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,0 +1976,33,1,other external,15-17 yrs,3,48631,15.978819847106934,0,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,6.168904781341553 +1976,33,1,internal,15-17 yrs,7,48631,15.978819847106934,0,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,14.394110679626465 +1976,33,1,all,18-20 yrs,56,48202,18.98271942138672,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,116.17774963378906 +1976,33,1,MVA,18-20 yrs,30,48202,18.98271942138672,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,62.23808288574219 +1976,33,1,suicide,18-20 yrs,3,48202,18.98271942138672,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,6.223808288574219 +1976,33,1,homicide,18-20 yrs,2,48202,18.98271942138672,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,4.149205207824707 +1976,33,1,other external,18-20 yrs,10,48202,18.98271942138672,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,20.74602699279785 +1976,33,1,internal,18-20 yrs,11,48202,18.98271942138672,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,22.820629119873047 +1976,33,1,all,21-24 yrs,56,56166,22.49909210205078,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,99.7044448852539 +1976,33,1,MVA,21-24 yrs,23,56166,22.49909210205078,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,40.950042724609375 +1976,33,1,suicide,21-24 yrs,8,56166,22.49909210205078,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,14.243492126464844 +1976,33,1,homicide,21-24 yrs,1,56166,22.49909210205078,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,1.7804365158081055 +1976,33,1,other external,21-24 yrs,10,56166,22.49909210205078,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,17.804365158081055 +1976,33,1,internal,21-24 yrs,14,56166,22.49909210205078,1,0.26362037658691406,1.8899999856948853,0.5299999713897705,3,5.429999828338623,24.926111221313477 +1977,33,1,MVA,15-17 yrs,21,49921,15.983633995056152,0,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,42.066463470458984 +1977,33,1,suicide,15-17 yrs,0,49921,15.983633995056152,0,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,0 +1977,33,1,homicide,15-17 yrs,0,49921,15.983633995056152,0,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,0 +1977,33,1,other external,15-17 yrs,11,49921,15.983633995056152,0,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,22.034814834594727 +1977,33,1,internal,15-17 yrs,8,49921,15.983633995056152,0,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,16.025320053100586 +1977,33,1,all,18-20 yrs,69,50655,18.99573516845703,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,136.215576171875 +1977,33,1,MVA,18-20 yrs,33,50655,18.99573516845703,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,65.1465835571289 +1977,33,1,suicide,18-20 yrs,10,50655,18.99573516845703,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,19.74138832092285 +1977,33,1,homicide,18-20 yrs,2,50655,18.99573516845703,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,3.948277473449707 +1977,33,1,other external,18-20 yrs,16,50655,18.99573516845703,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,31.586219787597656 +1977,33,1,internal,18-20 yrs,8,50655,18.99573516845703,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,15.793109893798828 +1977,33,1,all,21-24 yrs,44,58039,22.468908309936523,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,75.81109619140625 +1977,33,1,MVA,21-24 yrs,16,58039,22.468908309936523,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,27.567670822143555 +1977,33,1,suicide,21-24 yrs,12,58039,22.468908309936523,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,20.675752639770508 +1977,33,1,homicide,21-24 yrs,2,58039,22.468908309936523,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,3.4459588527679443 +1977,33,1,other external,21-24 yrs,6,58039,22.468908309936523,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,10.337876319885254 +1977,33,1,internal,21-24 yrs,8,58039,22.468908309936523,1,0.24752476811408997,1.8899999856948853,0.5,2.930000066757202,5.320000171661377,13.783835411071777 +1978,33,1,MVA,15-17 yrs,23,50885,15.992630004882812,0,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,45.19995880126953 +1978,33,1,suicide,15-17 yrs,6,50885,15.992630004882812,0,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,11.79129409790039 +1978,33,1,homicide,15-17 yrs,1,50885,15.992630004882812,0,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,1.9652156829833984 +1978,33,1,other external,15-17 yrs,9,50885,15.992630004882812,0,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,17.686941146850586 +1978,33,1,internal,15-17 yrs,6,50885,15.992630004882812,0,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,11.79129409790039 +1978,33,1,all,18-20 yrs,51,52320,18.994895935058594,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,97.47706604003906 +1978,33,1,MVA,18-20 yrs,22,52320,18.994895935058594,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,42.04893112182617 +1978,33,1,suicide,18-20 yrs,7,52320,18.994895935058594,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,13.379204750061035 +1978,33,1,homicide,18-20 yrs,2,52320,18.994895935058594,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,3.822629928588867 +1978,33,1,other external,18-20 yrs,10,52320,18.994895935058594,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,19.113149642944336 +1978,33,1,internal,18-20 yrs,10,52320,18.994895935058594,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,19.113149642944336 +1978,33,1,all,21-24 yrs,66,61193,22.45784568786621,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,107.85547637939453 +1978,33,1,MVA,21-24 yrs,33,61193,22.45784568786621,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,53.927738189697266 +1978,33,1,suicide,21-24 yrs,9,61193,22.45784568786621,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,14.707564353942871 +1978,33,1,homicide,21-24 yrs,0,61193,22.45784568786621,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,0 +1978,33,1,other external,21-24 yrs,10,61193,22.45784568786621,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,16.341737747192383 +1978,33,1,internal,21-24 yrs,14,61193,22.45784568786621,1,0.2300613671541214,1.9900000095367432,0.5400000214576721,2.940000057220459,5.460000038146973,22.878433227539062 +1979,33,0.5892310738563538,MVA,15-17 yrs,26,50966,15.992073059082031,0,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,51.014400482177734 +1979,33,0.5892310738563538,suicide,15-17 yrs,2,50966,15.992073059082031,0,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,3.924184799194336 +1979,33,0.5892310738563538,homicide,15-17 yrs,0,50966,15.992073059082031,0,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,0 +1979,33,0.5892310738563538,other external,15-17 yrs,7,50966,15.992073059082031,0,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,13.734646797180176 +1979,33,0.5892310738563538,internal,15-17 yrs,11,50966,15.992073059082031,0,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,21.58301544189453 +1979,33,0.5892310738563538,all,18-20 yrs,54,54082,18.991199493408203,0.5892310738563538,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,99.84838104248047 +1979,33,0.5892310738563538,MVA,18-20 yrs,22,54082,18.991199493408203,0.5892310738563538,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,40.67897033691406 +1979,33,0.5892310738563538,suicide,18-20 yrs,7,54082,18.991199493408203,0.5892310738563538,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,12.943307876586914 +1979,33,0.5892310738563538,homicide,18-20 yrs,0,54082,18.991199493408203,0.5892310738563538,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,0 +1979,33,0.5892310738563538,other external,18-20 yrs,15,54082,18.991199493408203,0.5892310738563538,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,27.735660552978516 +1979,33,0.5892310738563538,internal,18-20 yrs,10,54082,18.991199493408203,0.5892310738563538,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,18.490440368652344 +1979,33,0.5892310738563538,all,21-24 yrs,64,63780,22.46331214904785,1,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,100.34493255615234 +1979,33,0.5892310738563538,MVA,21-24 yrs,27,63780,22.46331214904785,1,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,42.3330192565918 +1979,33,0.5892310738563538,suicide,21-24 yrs,14,63780,22.46331214904785,1,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,21.950454711914062 +1979,33,0.5892310738563538,homicide,21-24 yrs,2,63780,22.46331214904785,1,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,3.1357791423797607 +1979,33,0.5892310738563538,other external,21-24 yrs,7,63780,22.46331214904785,1,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,10.975227355957031 +1979,33,0.5892310738563538,internal,21-24 yrs,14,63780,22.46331214904785,1,0.20661158859729767,1.9800000190734863,0.6200000047683716,2.609999895095825,5.199999809265137,21.950454711914062 +1980,33,0.32997751235961914,MVA,15-17 yrs,17,50681,16.00372886657715,0,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,33.54314422607422 +1980,33,0.32997751235961914,suicide,15-17 yrs,4,50681,16.00372886657715,0,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,7.8925042152404785 +1980,33,0.32997751235961914,homicide,15-17 yrs,0,50681,16.00372886657715,0,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,0 +1980,33,0.32997751235961914,other external,15-17 yrs,8,50681,16.00372886657715,0,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,15.785008430480957 +1980,33,0.32997751235961914,internal,15-17 yrs,6,50681,16.00372886657715,0,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,11.838756561279297 +1980,33,0.32997751235961914,all,18-20 yrs,62,54731,19.00811195373535,0.32997751235961914,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,113.28131866455078 +1980,33,0.32997751235961914,MVA,18-20 yrs,39,54731,19.00811195373535,0.32997751235961914,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,71.25760650634766 +1980,33,0.32997751235961914,suicide,18-20 yrs,8,54731,19.00811195373535,0.32997751235961914,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,14.616944313049316 +1980,33,0.32997751235961914,homicide,18-20 yrs,1,54731,19.00811195373535,0.32997751235961914,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,1.8271180391311646 +1980,33,0.32997751235961914,other external,18-20 yrs,8,54731,19.00811195373535,0.32997751235961914,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,14.616944313049316 +1980,33,0.32997751235961914,internal,18-20 yrs,6,54731,19.00811195373535,0.32997751235961914,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,10.962708473205566 +1980,33,0.32997751235961914,all,21-24 yrs,79,66366,22.465599060058594,1,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,119.03685760498047 +1980,33,0.32997751235961914,MVA,21-24 yrs,37,66366,22.465599060058594,1,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,55.75143814086914 +1980,33,0.32997751235961914,suicide,21-24 yrs,11,66366,22.465599060058594,1,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,16.574752807617188 +1980,33,0.32997751235961914,homicide,21-24 yrs,6,66366,22.465599060058594,1,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,9.04077434539795 +1980,33,0.32997751235961914,other external,21-24 yrs,16,66366,22.465599060058594,1,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,24.10873031616211 +1980,33,0.32997751235961914,internal,21-24 yrs,9,66366,22.465599060058594,1,0.18203884363174438,2.2100000381469727,0.6899999976158142,2.859999895095825,5.760000228881836,13.561161041259766 +1981,33,0.3544958829879761,MVA,15-17 yrs,12,49558,16.02368927001953,0,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,24.214052200317383 +1981,33,0.3544958829879761,suicide,15-17 yrs,4,49558,16.02368927001953,0,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,8.071351051330566 +1981,33,0.3544958829879761,homicide,15-17 yrs,0,49558,16.02368927001953,0,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,0 +1981,33,0.3544958829879761,other external,15-17 yrs,8,49558,16.02368927001953,0,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,16.142702102661133 +1981,33,0.3544958829879761,internal,15-17 yrs,9,49558,16.02368927001953,0,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,18.160539627075195 +1981,33,0.3544958829879761,all,18-20 yrs,63,53727,19.046661376953125,0.3544958829879761,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,117.25947570800781 +1981,33,0.3544958829879761,MVA,18-20 yrs,31,53727,19.046661376953125,0.3544958829879761,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,57.6991081237793 +1981,33,0.3544958829879761,suicide,18-20 yrs,12,53727,19.046661376953125,0.3544958829879761,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,22.33513832092285 +1981,33,0.3544958829879761,homicide,18-20 yrs,1,53727,19.046661376953125,0.3544958829879761,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,1.8612616062164307 +1981,33,0.3544958829879761,other external,18-20 yrs,12,53727,19.046661376953125,0.3544958829879761,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,22.33513832092285 +1981,33,0.3544958829879761,internal,18-20 yrs,7,53727,19.046661376953125,0.3544958829879761,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,13.028830528259277 +1981,33,0.3544958829879761,all,21-24 yrs,65,68661,22.46843147277832,1,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,94.66800689697266 +1981,33,0.3544958829879761,MVA,21-24 yrs,29,68661,22.46843147277832,1,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,42.23649597167969 +1981,33,0.3544958829879761,suicide,21-24 yrs,12,68661,22.46843147277832,1,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,17.477170944213867 +1981,33,0.3544958829879761,homicide,21-24 yrs,5,68661,22.46843147277832,1,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,7.282154560089111 +1981,33,0.3544958829879761,other external,21-24 yrs,10,68661,22.46843147277832,1,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,14.564309120178223 +1981,33,0.3544958829879761,internal,21-24 yrs,9,68661,22.46843147277832,1,0.19801980257034302,1.8899999856948853,0.5899999737739563,2.440000057220459,4.920000076293945,13.107877731323242 +1982,33,0.3479507267475128,MVA,15-17 yrs,19,48017,16.0240535736084,0,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,39.56932067871094 +1982,33,0.3479507267475128,suicide,15-17 yrs,2,48017,16.0240535736084,0,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,4.165191650390625 +1982,33,0.3479507267475128,homicide,15-17 yrs,0,48017,16.0240535736084,0,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,0 +1982,33,0.3479507267475128,other external,15-17 yrs,4,48017,16.0240535736084,0,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,8.33038330078125 +1982,33,0.3479507267475128,internal,15-17 yrs,10,48017,16.0240535736084,0,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,20.825958251953125 +1982,33,0.3479507267475128,all,18-20 yrs,53,51970,19.02484130859375,0.3479507267475128,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,101.9819107055664 +1982,33,0.3479507267475128,MVA,18-20 yrs,28,51970,19.02484130859375,0.3479507267475128,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,53.877235412597656 +1982,33,0.3479507267475128,suicide,18-20 yrs,7,51970,19.02484130859375,0.3479507267475128,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,13.469308853149414 +1982,33,0.3479507267475128,homicide,18-20 yrs,2,51970,19.02484130859375,0.3479507267475128,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,3.848374128341675 +1982,33,0.3479507267475128,other external,18-20 yrs,6,51970,19.02484130859375,0.3479507267475128,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,11.545122146606445 +1982,33,0.3479507267475128,internal,18-20 yrs,10,51970,19.02484130859375,0.3479507267475128,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,19.241870880126953 +1982,33,0.3479507267475128,all,21-24 yrs,63,70747,22.463298797607422,1,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,89.049713134765625 +1982,33,0.3479507267475128,MVA,21-24 yrs,30,70747,22.463298797607422,1,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,42.404624938964844 +1982,33,0.3479507267475128,suicide,21-24 yrs,9,70747,22.463298797607422,1,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,12.72138786315918 +1982,33,0.3479507267475128,homicide,21-24 yrs,4,70747,22.463298797607422,1,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,5.653950214385986 +1982,33,0.3479507267475128,other external,21-24 yrs,13,70747,22.463298797607422,1,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,18.375337600708008 +1982,33,0.3479507267475128,internal,21-24 yrs,7,70747,22.463298797607422,1,0.1865285038948059,1.8899999856948853,0.5799999833106995,2.3399999141693115,4.809999942779541,9.89441204071045 +1983,33,0.33515581488609314,MVA,15-17 yrs,18,46266,16.02010154724121,0,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,38.905460357666016 +1983,33,0.33515581488609314,suicide,15-17 yrs,2,46266,16.02010154724121,0,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,4.322828769683838 +1983,33,0.33515581488609314,homicide,15-17 yrs,0,46266,16.02010154724121,0,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,0 +1983,33,0.33515581488609314,other external,15-17 yrs,3,46266,16.02010154724121,0,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,6.484243392944336 +1983,33,0.33515581488609314,internal,15-17 yrs,5,46266,16.02010154724121,0,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,10.807071685791016 +1983,33,0.33515581488609314,all,18-20 yrs,56,51212,19.01183319091797,0.33515581488609314,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,109.34937286376953 +1983,33,0.33515581488609314,MVA,18-20 yrs,30,51212,19.01183319091797,0.33515581488609314,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,58.580020904541016 +1983,33,0.33515581488609314,suicide,18-20 yrs,3,51212,19.01183319091797,0.33515581488609314,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,5.858002185821533 +1983,33,0.33515581488609314,homicide,18-20 yrs,1,51212,19.01183319091797,0.33515581488609314,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,1.9526673555374146 +1983,33,0.33515581488609314,other external,18-20 yrs,11,51212,19.01183319091797,0.33515581488609314,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,21.479341506958008 +1983,33,0.33515581488609314,internal,18-20 yrs,11,51212,19.01183319091797,0.33515581488609314,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,21.479341506958008 +1983,33,0.33515581488609314,all,21-24 yrs,65,71646,22.49205780029297,1,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,90.72383880615234 +1983,33,0.33515581488609314,MVA,21-24 yrs,26,71646,22.49205780029297,1,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,36.28953552246094 +1983,33,0.33515581488609314,suicide,21-24 yrs,17,71646,22.49205780029297,1,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,23.727771759033203 +1983,33,0.33515581488609314,homicide,21-24 yrs,4,71646,22.49205780029297,1,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,5.583005428314209 +1983,33,0.33515581488609314,other external,21-24 yrs,9,71646,22.49205780029297,1,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,12.561761856079102 +1983,33,0.33515581488609314,internal,21-24 yrs,9,71646,22.49205780029297,1,0.3012048304080963,2.1700000762939453,0.5600000023841858,2.3499999046325684,5.079999923706055,12.561761856079102 +1984,33,0.345766544342041,MVA,15-17 yrs,12,45761,16.01376724243164,0,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,26.223203659057617 +1984,33,0.345766544342041,suicide,15-17 yrs,2,45761,16.01376724243164,0,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,4.3705339431762695 +1984,33,0.345766544342041,homicide,15-17 yrs,0,45761,16.01376724243164,0,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,0 +1984,33,0.345766544342041,other external,15-17 yrs,7,45761,16.01376724243164,0,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,15.296868324279785 +1984,33,0.345766544342041,internal,15-17 yrs,4,45761,16.01376724243164,0,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,8.741067886352539 +1984,33,0.345766544342041,all,18-20 yrs,41,51341,19.032041549682617,0.345766544342041,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,79.85820007324219 +1984,33,0.345766544342041,MVA,18-20 yrs,25,51341,19.032041549682617,0.345766544342041,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,48.694026947021484 +1984,33,0.345766544342041,suicide,18-20 yrs,4,51341,19.032041549682617,0.345766544342041,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,7.791044235229492 +1984,33,0.345766544342041,homicide,18-20 yrs,1,51341,19.032041549682617,0.345766544342041,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,1.947761058807373 +1984,33,0.345766544342041,other external,18-20 yrs,5,51341,19.032041549682617,0.345766544342041,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,9.738804817199707 +1984,33,0.345766544342041,internal,18-20 yrs,6,51341,19.032041549682617,0.345766544342041,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,11.686566352844238 +1984,33,0.345766544342041,all,21-24 yrs,69,71425,22.533077239990234,1,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,96.604827880859375 +1984,33,0.345766544342041,MVA,21-24 yrs,36,71425,22.533077239990234,1,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,50.40251922607422 +1984,33,0.345766544342041,suicide,21-24 yrs,13,71425,22.533077239990234,1,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,18.200910568237305 +1984,33,0.345766544342041,homicide,21-24 yrs,1,71425,22.533077239990234,1,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,1.4000699520111084 +1984,33,0.345766544342041,other external,21-24 yrs,12,71425,22.533077239990234,1,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,16.800840377807617 +1984,33,0.345766544342041,internal,21-24 yrs,7,71425,22.533077239990234,1,0.2887391746044159,1.9900000095367432,0.5899999737739563,2.3299999237060547,4.909999847412109,9.800490379333496 +1985,33,0.28905436396598816,MVA,15-17 yrs,14,45812,16.004627227783203,0,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,30.55967903137207 +1985,33,0.28905436396598816,suicide,15-17 yrs,7,45812,16.004627227783203,0,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,15.279839515686035 +1985,33,0.28905436396598816,homicide,15-17 yrs,1,45812,16.004627227783203,0,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,2.1828341484069824 +1985,33,0.28905436396598816,other external,15-17 yrs,4,45812,16.004627227783203,0,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,8.73133659362793 +1985,33,0.28905436396598816,internal,15-17 yrs,3,45812,16.004627227783203,0,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,6.548502445220947 +1985,33,0.28905436396598816,all,18-20 yrs,56,50772,19.034448623657227,0.28905436396598816,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,110.29701232910156 +1985,33,0.28905436396598816,MVA,18-20 yrs,24,50772,19.034448623657227,0.28905436396598816,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,47.27014923095703 +1985,33,0.28905436396598816,suicide,18-20 yrs,13,50772,19.034448623657227,0.28905436396598816,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,25.604663848876953 +1985,33,0.28905436396598816,homicide,18-20 yrs,0,50772,19.034448623657227,0.28905436396598816,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,0 +1985,33,0.28905436396598816,other external,18-20 yrs,7,50772,19.034448623657227,0.28905436396598816,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,13.787126541137695 +1985,33,0.28905436396598816,internal,18-20 yrs,12,50772,19.034448623657227,0.28905436396598816,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,23.635074615478516 +1985,33,0.28905436396598816,all,21-24 yrs,83,71020,22.54248046875,1,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,116.86848449707031 +1985,33,0.28905436396598816,MVA,21-24 yrs,36,71020,22.54248046875,1,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,50.689945220947266 +1985,33,0.28905436396598816,suicide,21-24 yrs,11,71020,22.54248046875,1,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,15.488595008850098 +1985,33,0.28905436396598816,homicide,21-24 yrs,2,71020,22.54248046875,1,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,2.816108226776123 +1985,33,0.28905436396598816,other external,21-24 yrs,18,71020,22.54248046875,1,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,25.344972610473633 +1985,33,0.28905436396598816,internal,21-24 yrs,16,71020,22.54248046875,1,0.27881041169166565,1.9900000095367432,0.5299999713897705,2.2100000381469727,4.730000019073486,22.528865814208984 +1986,33,0.02980305440723896,MVA,15-17 yrs,16,47171,15.997180938720703,0,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,33.91914367675781 +1986,33,0.02980305440723896,suicide,15-17 yrs,3,47171,15.997180938720703,0,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,6.359839916229248 +1986,33,0.02980305440723896,homicide,15-17 yrs,0,47171,15.997180938720703,0,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,0 +1986,33,0.02980305440723896,other external,15-17 yrs,2,47171,15.997180938720703,0,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,4.239892959594727 +1986,33,0.02980305440723896,internal,15-17 yrs,8,47171,15.997180938720703,0,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,16.959571838378906 +1986,33,0.02980305440723896,all,18-20 yrs,52,50485,19.030067443847656,0.02980305440723896,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,103.00089263916016 +1986,33,0.02980305440723896,MVA,18-20 yrs,26,50485,19.030067443847656,0.02980305440723896,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,51.50044631958008 +1986,33,0.02980305440723896,suicide,18-20 yrs,10,50485,19.030067443847656,0.02980305440723896,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,19.807863235473633 +1986,33,0.02980305440723896,homicide,18-20 yrs,2,50485,19.030067443847656,0.02980305440723896,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,3.9615726470947266 +1986,33,0.02980305440723896,other external,18-20 yrs,9,50485,19.030067443847656,0.02980305440723896,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,17.827077865600586 +1986,33,0.02980305440723896,internal,18-20 yrs,5,50485,19.030067443847656,0.02980305440723896,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,9.903931617736816 +1986,33,0.02980305440723896,all,21-24 yrs,60,70030,22.515350341796875,1,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,85.67756652832031 +1986,33,0.02980305440723896,MVA,21-24 yrs,22,70030,22.515350341796875,1,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,31.41510772705078 +1986,33,0.02980305440723896,suicide,21-24 yrs,19,70030,22.515350341796875,1,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,27.131229400634766 +1986,33,0.02980305440723896,homicide,21-24 yrs,0,70030,22.515350341796875,1,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,0 +1986,33,0.02980305440723896,other external,21-24 yrs,6,70030,22.515350341796875,1,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,8.567756652832031 +1986,33,0.02980305440723896,internal,21-24 yrs,13,70030,22.515350341796875,1,0.27372264862060547,1.9299999475479126,0.5199999809265137,2.059999942779541,4.510000228881836,18.563472747802734 +1987,33,0,MVA,15-17 yrs,23,47021,16.0355167388916,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,48.91431427001953 +1987,33,0,suicide,15-17 yrs,7,47021,16.0355167388916,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,14.88696575164795 +1987,33,0,homicide,15-17 yrs,4,47021,16.0355167388916,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,8.506837844848633 +1987,33,0,other external,15-17 yrs,1,47021,16.0355167388916,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,2.126709461212158 +1987,33,0,internal,15-17 yrs,6,47021,16.0355167388916,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,12.760255813598633 +1987,33,0,all,18-20 yrs,34,51018,19.021894454956055,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,66.64314270019531 +1987,33,0,MVA,18-20 yrs,14,51018,19.021894454956055,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,27.441295623779297 +1987,33,0,suicide,18-20 yrs,8,51018,19.021894454956055,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,15.680740356445312 +1987,33,0,homicide,18-20 yrs,1,51018,19.021894454956055,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,1.960092544555664 +1987,33,0,other external,18-20 yrs,5,51018,19.021894454956055,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,9.80046272277832 +1987,33,0,internal,18-20 yrs,6,51018,19.021894454956055,0,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,11.760555267333984 +1987,33,0,all,21-24 yrs,69,69133,22.5063419342041,1,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,99.8076171875 +1987,33,0,MVA,21-24 yrs,28,69133,22.5063419342041,1,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,40.50164031982422 +1987,33,0,suicide,21-24 yrs,16,69133,22.5063419342041,1,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,23.143795013427734 +1987,33,0,homicide,21-24 yrs,3,69133,22.5063419342041,1,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,4.339461803436279 +1987,33,0,other external,21-24 yrs,15,69133,22.5063419342041,1,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,21.697307586669922 +1987,33,0,internal,21-24 yrs,7,69133,22.5063419342041,1,0.26408451795578003,1.9299999475479126,0.5,1.9800000190734863,4.409999847412109,10.125410079956055 +1988,33,0,MVA,15-17 yrs,13,45815,16.069868087768555,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,28.37498664855957 +1988,33,0,suicide,15-17 yrs,5,45815,16.069868087768555,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,10.913455963134766 +1988,33,0,homicide,15-17 yrs,2,45815,16.069868087768555,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,4.365382671356201 +1988,33,0,other external,15-17 yrs,3,45815,16.069868087768555,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,6.548073768615723 +1988,33,0,internal,15-17 yrs,11,45815,16.069868087768555,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,24.00960350036621 +1988,33,0,all,18-20 yrs,59,51981,19.011754989624023,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,113.50301361083984 +1988,33,0,MVA,18-20 yrs,29,51981,19.011754989624023,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,55.789615631103516 +1988,33,0,suicide,18-20 yrs,13,51981,19.011754989624023,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,25.009138107299805 +1988,33,0,homicide,18-20 yrs,1,51981,19.011754989624023,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,1.923779845237732 +1988,33,0,other external,18-20 yrs,8,51981,19.011754989624023,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,15.390238761901855 +1988,33,0,internal,18-20 yrs,8,51981,19.011754989624023,0,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,15.390238761901855 +1988,33,0,all,21-24 yrs,62,68803,22.517593383789062,1,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,90.11235046386719 +1988,33,0,MVA,21-24 yrs,31,68803,22.517593383789062,1,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,45.056175231933594 +1988,33,0,suicide,21-24 yrs,10,68803,22.517593383789062,1,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,14.534250259399414 +1988,33,0,homicide,21-24 yrs,1,68803,22.517593383789062,1,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,1.4534250497817993 +1988,33,0,other external,21-24 yrs,9,68803,22.517593383789062,1,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,13.080824851989746 +1988,33,0,internal,21-24 yrs,11,68803,22.517593383789062,1,0.2535925507545471,1.909999966621399,0.49000000953674316,1.940000057220459,4.329999923706055,15.987674713134766 +1989,33,0,MVA,15-17 yrs,17,43179,16.045856475830078,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,39.37099075317383 +1989,33,0,suicide,15-17 yrs,3,43179,16.045856475830078,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,6.947822093963623 +1989,33,0,homicide,15-17 yrs,4,43179,16.045856475830078,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,9.263762474060059 +1989,33,0,other external,15-17 yrs,2,43179,16.045856475830078,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,4.631881237030029 +1989,33,0,internal,15-17 yrs,1,43179,16.045856475830078,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,2.3159406185150146 +1989,33,0,all,18-20 yrs,46,53582,19.005674362182617,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,85.84972381591797 +1989,33,0,MVA,18-20 yrs,21,53582,19.005674362182617,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,39.192264556884766 +1989,33,0,suicide,18-20 yrs,13,53582,19.005674362182617,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,24.261878967285156 +1989,33,0,homicide,18-20 yrs,0,53582,19.005674362182617,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,0 +1989,33,0,other external,18-20 yrs,4,53582,19.005674362182617,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,7.465193748474121 +1989,33,0,internal,18-20 yrs,8,53582,19.005674362182617,0,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,14.930387496948242 +1989,33,0,all,21-24 yrs,59,67423,22.51259994506836,1,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,87.507232666015625 +1989,33,0,MVA,21-24 yrs,27,67423,22.51259994506836,1,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,40.04568099975586 +1989,33,0,suicide,21-24 yrs,12,67423,22.51259994506836,1,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,17.798080444335938 +1989,33,0,homicide,21-24 yrs,3,67423,22.51259994506836,1,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,4.449520111083984 +1989,33,0,other external,21-24 yrs,5,67423,22.51259994506836,1,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,7.415866851806641 +1989,33,0,internal,21-24 yrs,12,67423,22.51259994506836,1,0.24193549156188965,1.8700000047683716,0.5,1.9900000095367432,4.369999885559082,17.798080444335938 +1990,33,0,MVA,15-17 yrs,10,41361,16.016706466674805,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,24.177364349365234 +1990,33,0,suicide,15-17 yrs,6,41361,16.016706466674805,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,14.50641918182373 +1990,33,0,homicide,15-17 yrs,1,41361,16.016706466674805,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,2.417736530303955 +1990,33,0,other external,15-17 yrs,1,41361,16.016706466674805,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,2.417736530303955 +1990,33,0,internal,15-17 yrs,4,41361,16.016706466674805,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,9.67094612121582 +1990,33,0,all,18-20 yrs,34,52459,19.04513931274414,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,64.8125228881836 +1990,33,0,MVA,18-20 yrs,18,52459,19.04513931274414,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,34.3125114440918 +1990,33,0,suicide,18-20 yrs,6,52459,19.04513931274414,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,11.437503814697266 +1990,33,0,homicide,18-20 yrs,0,52459,19.04513931274414,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,0 +1990,33,0,other external,18-20 yrs,7,52459,19.04513931274414,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,13.343753814697266 +1990,33,0,internal,18-20 yrs,3,52459,19.04513931274414,0,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,5.718751907348633 +1990,33,0,all,21-24 yrs,40,65565,22.487668991088867,1,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,61.00815963745117 +1990,33,0,MVA,21-24 yrs,11,65565,22.487668991088867,1,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,16.777244567871094 +1990,33,0,suicide,21-24 yrs,10,65565,22.487668991088867,1,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,15.252039909362793 +1990,33,0,homicide,21-24 yrs,3,65565,22.487668991088867,1,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,4.5756120681762695 +1990,33,0,other external,21-24 yrs,9,65565,22.487668991088867,1,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,13.726836204528809 +1990,33,0,internal,21-24 yrs,7,65565,22.487668991088867,1,0.22953329980373383,1.850000023841858,0.49000000953674316,1.9700000286102295,4.300000190734863,10.676427841186523 +1991,33,0,MVA,15-17 yrs,7,40694,16.01123046875,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,17.201553344726562 +1991,33,0,suicide,15-17 yrs,7,40694,16.01123046875,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,17.201553344726562 +1991,33,0,homicide,15-17 yrs,0,40694,16.01123046875,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,0 +1991,33,0,other external,15-17 yrs,3,40694,16.01123046875,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,7.37209415435791 +1991,33,0,internal,15-17 yrs,4,40694,16.01123046875,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,9.829459190368652 +1991,33,0,all,18-20 yrs,39,47124,19.082294464111328,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,82.7603759765625 +1991,33,0,MVA,18-20 yrs,15,47124,19.082294464111328,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,31.830913543701172 +1991,33,0,suicide,18-20 yrs,10,47124,19.082294464111328,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,21.220609664916992 +1991,33,0,homicide,18-20 yrs,3,47124,19.082294464111328,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,6.366182804107666 +1991,33,0,other external,18-20 yrs,3,47124,19.082294464111328,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,6.366182804107666 +1991,33,0,internal,18-20 yrs,8,47124,19.082294464111328,0,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,16.97648811340332 +1991,33,0,all,21-24 yrs,56,63774,22.45750617980957,1,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,87.8100814819336 +1991,33,0,MVA,21-24 yrs,21,63774,22.45750617980957,1,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,32.92877960205078 +1991,33,0,suicide,21-24 yrs,12,63774,22.45750617980957,1,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,18.81644630432129 +1991,33,0,homicide,21-24 yrs,4,63774,22.45750617980957,1,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,6.272148609161377 +1991,33,0,other external,21-24 yrs,9,63774,22.45750617980957,1,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,14.112334251403809 +1991,33,0,internal,21-24 yrs,10,63774,22.45750617980957,1,0.22026433050632477,1.850000023841858,0.49000000953674316,1.9600000381469727,4.300000190734863,15.680371284484863 +1992,33,0,MVA,15-17 yrs,8,41397,15.99294662475586,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,19.325071334838867 +1992,33,0,suicide,15-17 yrs,5,41397,15.99294662475586,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,12.078169822692871 +1992,33,0,homicide,15-17 yrs,0,41397,15.99294662475586,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,0 +1992,33,0,other external,15-17 yrs,3,41397,15.99294662475586,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,7.246901988983154 +1992,33,0,internal,15-17 yrs,6,41397,15.99294662475586,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,14.493803977966309 +1992,33,0,all,18-20 yrs,27,42590,19.05602264404297,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,63.395164489746094 +1992,33,0,MVA,18-20 yrs,11,42590,19.05602264404297,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,25.827659606933594 +1992,33,0,suicide,18-20 yrs,6,42590,19.05602264404297,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,14.087814331054688 +1992,33,0,homicide,18-20 yrs,3,42590,19.05602264404297,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,7.043907165527344 +1992,33,0,other external,18-20 yrs,1,42590,19.05602264404297,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,2.3479690551757812 +1992,33,0,internal,18-20 yrs,6,42590,19.05602264404297,0,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,14.087814331054688 +1992,33,0,all,21-24 yrs,42,64092,22.461898803710938,1,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,65.53079986572266 +1992,33,0,MVA,21-24 yrs,13,64092,22.461898803710938,1,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,20.283342361450195 +1992,33,0,suicide,21-24 yrs,13,64092,22.461898803710938,1,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,20.283342361450195 +1992,33,0,homicide,21-24 yrs,1,64092,22.461898803710938,1,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,1.560257077217102 +1992,33,0,other external,21-24 yrs,4,64092,22.461898803710938,1,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,6.241028308868408 +1992,33,0,internal,21-24 yrs,11,64092,22.461898803710938,1,0.21382752060890198,1.809999942779541,0.5199999809265137,1.9600000381469727,4.300000190734863,17.16282844543457 +1993,33,0,MVA,15-17 yrs,7,42315,15.969585418701172,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,16.5425968170166 +1993,33,0,suicide,15-17 yrs,8,42315,15.969585418701172,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,18.905824661254883 +1993,33,0,homicide,15-17 yrs,1,42315,15.969585418701172,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,2.3632280826568604 +1993,33,0,other external,15-17 yrs,0,42315,15.969585418701172,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,0 +1993,33,0,internal,15-17 yrs,7,42315,15.969585418701172,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,16.5425968170166 +1993,33,0,all,18-20 yrs,18,40457,19.006772994995117,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,44.49168395996094 +1993,33,0,MVA,18-20 yrs,10,40457,19.006772994995117,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,24.717601776123047 +1993,33,0,suicide,18-20 yrs,2,40457,19.006772994995117,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,4.9435200691223145 +1993,33,0,homicide,18-20 yrs,1,40457,19.006772994995117,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,2.4717600345611572 +1993,33,0,other external,18-20 yrs,0,40457,19.006772994995117,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,0 +1993,33,0,internal,18-20 yrs,5,40457,19.006772994995117,0,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,12.358800888061523 +1993,33,0,all,21-24 yrs,35,63149,22.52339744567871,1,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,55.42447280883789 +1993,33,0,MVA,21-24 yrs,12,63149,22.52339744567871,1,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,19.002676010131836 +1993,33,0,suicide,21-24 yrs,9,63149,22.52339744567871,1,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,14.252007484436035 +1993,33,0,homicide,21-24 yrs,2,63149,22.52339744567871,1,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,3.1671125888824463 +1993,33,0,other external,21-24 yrs,5,63149,22.52339744567871,1,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,7.917781829833984 +1993,33,0,internal,21-24 yrs,7,63149,22.52339744567871,1,0.20761246979236603,1.8300000429153442,0.5400000214576721,2.009999990463257,4.380000114440918,11.084894180297852 +1994,33,0,MVA,15-17 yrs,9,44399,15.970945358276367,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,20.270727157592773 +1994,33,0,suicide,15-17 yrs,3,44399,15.970945358276367,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,6.756908893585205 +1994,33,0,homicide,15-17 yrs,1,44399,15.970945358276367,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,2.252302885055542 +1994,33,0,other external,15-17 yrs,2,44399,15.970945358276367,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,4.504605770111084 +1994,33,0,internal,15-17 yrs,3,44399,15.970945358276367,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,6.756908893585205 +1994,33,0,all,18-20 yrs,30,39754,19.00840187072754,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,75.46410369873047 +1994,33,0,MVA,18-20 yrs,9,39754,19.00840187072754,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,22.639230728149414 +1994,33,0,suicide,18-20 yrs,9,39754,19.00840187072754,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,22.639230728149414 +1994,33,0,homicide,18-20 yrs,0,39754,19.00840187072754,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,0 +1994,33,0,other external,18-20 yrs,5,39754,19.00840187072754,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,12.577350616455078 +1994,33,0,internal,18-20 yrs,7,39754,19.00840187072754,0,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,17.608291625976562 +1994,33,0,all,21-24 yrs,46,59864,22.59391212463379,1,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,76.84083557128906 +1994,33,0,MVA,21-24 yrs,19,59864,22.59391212463379,1,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,31.73860740661621 +1994,33,0,suicide,21-24 yrs,12,59864,22.59391212463379,1,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,20.04543685913086 +1994,33,0,homicide,21-24 yrs,0,59864,22.59391212463379,1,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,0 +1994,33,0,other external,21-24 yrs,6,59864,22.59391212463379,1,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,10.02271842956543 +1994,33,0,internal,21-24 yrs,9,59864,22.59391212463379,1,0.2024291604757309,1.75,0.47999998927116394,1.899999976158142,4.130000114440918,15.034077644348145 +1995,33,0,MVA,15-17 yrs,10,46377,15.9631929397583,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,21.56241226196289 +1995,33,0,suicide,15-17 yrs,8,46377,15.9631929397583,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,17.249929428100586 +1995,33,0,homicide,15-17 yrs,1,46377,15.9631929397583,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,2.1562411785125732 +1995,33,0,other external,15-17 yrs,3,46377,15.9631929397583,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,6.468723773956299 +1995,33,0,internal,15-17 yrs,4,46377,15.9631929397583,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,8.624964714050293 +1995,33,0,all,18-20 yrs,30,40339,18.99595832824707,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,74.369720458984375 +1995,33,0,MVA,18-20 yrs,9,40339,18.99595832824707,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,22.310914993286133 +1995,33,0,suicide,18-20 yrs,11,40339,18.99595832824707,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,27.268896102905273 +1995,33,0,homicide,18-20 yrs,3,40339,18.99595832824707,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,7.436971664428711 +1995,33,0,other external,18-20 yrs,4,40339,18.99595832824707,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,9.915962219238281 +1995,33,0,internal,18-20 yrs,3,40339,18.99595832824707,0,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,7.436971664428711 +1995,33,0,all,21-24 yrs,38,56209,22.609102249145508,1,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,67.6048355102539 +1995,33,0,MVA,21-24 yrs,13,56209,22.609102249145508,1,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,23.12796974182129 +1995,33,0,suicide,21-24 yrs,15,56209,22.609102249145508,1,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,26.68611717224121 +1995,33,0,homicide,21-24 yrs,2,56209,22.609102249145508,1,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,3.5581490993499756 +1995,33,0,other external,21-24 yrs,0,56209,22.609102249145508,1,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,0 +1995,33,0,internal,21-24 yrs,8,56209,22.609102249145508,1,0.19685040414333344,1.7400000095367432,0.5099999904632568,1.8700000047683716,4.119999885559082,14.232596397399902 +1996,33,0,MVA,15-17 yrs,8,48278,15.971001625061035,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,16.570693969726562 +1996,33,0,suicide,15-17 yrs,2,48278,15.971001625061035,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,4.142673492431641 +1996,33,0,homicide,15-17 yrs,1,48278,15.971001625061035,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,2.0713367462158203 +1996,33,0,other external,15-17 yrs,2,48278,15.971001625061035,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,4.142673492431641 +1996,33,0,internal,15-17 yrs,2,48278,15.971001625061035,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,4.142673492431641 +1996,33,0,all,18-20 yrs,32,41242,18.976675033569336,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,77.59080505371094 +1996,33,0,MVA,18-20 yrs,9,41242,18.976675033569336,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,21.82241439819336 +1996,33,0,suicide,18-20 yrs,10,41242,18.976675033569336,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,24.247127532958984 +1996,33,0,homicide,18-20 yrs,0,41242,18.976675033569336,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,0 +1996,33,0,other external,18-20 yrs,5,41242,18.976675033569336,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,12.123563766479492 +1996,33,0,internal,18-20 yrs,8,41242,18.976675033569336,0,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,19.397701263427734 +1996,33,0,all,21-24 yrs,42,53115,22.5506534576416,1,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,79.0737075805664 +1996,33,0,MVA,21-24 yrs,16,53115,22.5506534576416,1,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,30.12331771850586 +1996,33,0,suicide,21-24 yrs,11,53115,22.5506534576416,1,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,20.709779739379883 +1996,33,0,homicide,21-24 yrs,1,53115,22.5506534576416,1,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,1.8827073574066162 +1996,33,0,other external,21-24 yrs,5,53115,22.5506534576416,1,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,9.41353702545166 +1996,33,0,internal,21-24 yrs,9,53115,22.5506534576416,1,0.19120460748672485,1.7300000190734863,0.550000011920929,1.850000023841858,4.130000114440918,16.944366455078125 +1970,34,0,MVA,15-17 yrs,67,392933,15.980271339416504,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,17.051252365112305 +1970,34,0,suicide,15-17 yrs,9,392933,15.980271339416504,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,2.290466785430908 +1970,34,0,homicide,15-17 yrs,11,392933,15.980271339416504,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,2.799459457397461 +1970,34,0,other external,15-17 yrs,55,392933,15.980271339416504,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,13.997297286987305 +1970,34,0,internal,15-17 yrs,89,392933,15.980271339416504,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,22.650171279907227 +1970,34,0,all,18-20 yrs,330,322957,18.966989517211914,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,102.1807861328125 +1970,34,0,MVA,18-20 yrs,95,322957,18.966989517211914,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,29.415679931640625 +1970,34,0,suicide,18-20 yrs,14,322957,18.966989517211914,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,4.33494234085083 +1970,34,0,homicide,18-20 yrs,31,322957,18.966989517211914,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,9.5988006591796875 +1970,34,0,other external,18-20 yrs,72,322957,18.966989517211914,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,22.293989181518555 +1970,34,0,internal,18-20 yrs,118,322957,18.966989517211914,0,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,36.53737258911133 +1970,34,0,all,21-24 yrs,502,406182,22.466615676879883,1,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,123.58992004394531 +1970,34,0,MVA,21-24 yrs,136,406182,22.466615676879883,1,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,33.48252868652344 +1970,34,0,suicide,21-24 yrs,31,406182,22.466615676879883,1,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,7.632046699523926 +1970,34,0,homicide,21-24 yrs,68,406182,22.466615676879883,1,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,16.74126434326172 +1970,34,0,other external,21-24 yrs,92,406182,22.466615676879883,1,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,22.649944305419922 +1970,34,0,internal,21-24 yrs,175,406182,22.466615676879883,1,0.08505154401063919,1.1699999570846558,0.3799999952316284,1.3799999952316284,2.930000066757202,43.08413314819336 +1971,34,0,MVA,15-17 yrs,95,404827,15.984282493591309,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,23.466814041137695 +1971,34,0,suicide,15-17 yrs,9,404827,15.984282493591309,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,2.2231719493865967 +1971,34,0,homicide,15-17 yrs,17,404827,15.984282493591309,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,4.199324607849121 +1971,34,0,other external,15-17 yrs,44,404827,15.984282493591309,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,10.868840217590332 +1971,34,0,internal,15-17 yrs,113,404827,15.984282493591309,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,27.913158416748047 +1971,34,0,all,18-20 yrs,405,346116,18.971067428588867,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,117.0127944946289 +1971,34,0,MVA,18-20 yrs,131,346116,18.971067428588867,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,37.84858322143555 +1971,34,0,suicide,18-20 yrs,30,346116,18.971067428588867,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,8.667613983154297 +1971,34,0,homicide,18-20 yrs,32,346116,18.971067428588867,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,9.245455741882324 +1971,34,0,other external,18-20 yrs,80,346116,18.971067428588867,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,23.113637924194336 +1971,34,0,internal,18-20 yrs,132,346116,18.971067428588867,0,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,38.13750457763672 +1971,34,0,all,21-24 yrs,538,434420,22.564943313598633,1,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,123.8432846069336 +1971,34,0,MVA,21-24 yrs,149,434420,22.564943313598633,1,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,34.298606872558594 +1971,34,0,suicide,21-24 yrs,22,434420,22.564943313598633,1,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,5.064223766326904 +1971,34,0,homicide,21-24 yrs,57,434420,22.564943313598633,1,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,13.120943069458008 +1971,34,0,other external,21-24 yrs,91,434420,22.564943313598633,1,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,20.94746971130371 +1971,34,0,internal,21-24 yrs,219,434420,22.564943313598633,1,0.08148147910833359,1.159999966621399,0.41999998688697815,1.3600000143051147,2.940000057220459,50.412044525146484 +1972,34,0,MVA,15-17 yrs,84,416628,15.978811264038086,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,20.1618709564209 +1972,34,0,suicide,15-17 yrs,2,416628,15.978811264038086,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,0.48004454374313354 +1972,34,0,homicide,15-17 yrs,14,416628,15.978811264038086,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,3.36031174659729 +1972,34,0,other external,15-17 yrs,58,416628,15.978811264038086,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,13.921292304992676 +1972,34,0,internal,15-17 yrs,110,416628,15.978811264038086,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,26.402450561523438 +1972,34,0,all,18-20 yrs,368,356780,18.980079650878906,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,103.1447982788086 +1972,34,0,MVA,18-20 yrs,114,356780,18.980079650878906,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,31.952463150024414 +1972,34,0,suicide,18-20 yrs,22,356780,18.980079650878906,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,6.16626501083374 +1972,34,0,homicide,18-20 yrs,30,356780,18.980079650878906,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,8.40854263305664 +1972,34,0,other external,18-20 yrs,72,356780,18.980079650878906,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,20.180503845214844 +1972,34,0,internal,18-20 yrs,130,356780,18.980079650878906,0,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,36.43701934814453 +1972,34,0,all,21-24 yrs,484,427939,22.493467330932617,1,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,113.10023498535156 +1972,34,0,MVA,21-24 yrs,130,427939,22.493467330932617,1,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,30.37816047668457 +1972,34,0,suicide,21-24 yrs,52,427939,22.493467330932617,1,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,12.151264190673828 +1972,34,0,homicide,21-24 yrs,74,427939,22.493467330932617,1,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,17.292184829711914 +1972,34,0,other external,21-24 yrs,70,427939,22.493467330932617,1,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,16.357471466064453 +1972,34,0,internal,21-24 yrs,158,427939,22.493467330932617,1,0.07894737273454666,1.1200000047683716,0.4099999964237213,1.3300000429153442,2.859999895095825,36.92115020751953 +1973,34,1,MVA,15-17 yrs,98,424102,15.979696273803711,0,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,23.107648849487305 +1973,34,1,suicide,15-17 yrs,14,424102,15.979696273803711,0,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,3.3010926246643066 +1973,34,1,homicide,15-17 yrs,18,424102,15.979696273803711,0,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,4.244262218475342 +1973,34,1,other external,15-17 yrs,51,424102,15.979696273803711,0,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,12.025408744812012 +1973,34,1,internal,15-17 yrs,82,424102,15.979696273803711,0,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,19.334970474243164 +1973,34,1,all,18-20 yrs,430,361033,18.9813232421875,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,119.1026840209961 +1973,34,1,MVA,18-20 yrs,165,361033,18.9813232421875,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,45.70219421386719 +1973,34,1,suicide,18-20 yrs,27,361033,18.9813232421875,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,7.478540897369385 +1973,34,1,homicide,18-20 yrs,36,361033,18.9813232421875,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,9.97138786315918 +1973,34,1,other external,18-20 yrs,80,361033,18.9813232421875,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,22.158639907836914 +1973,34,1,internal,18-20 yrs,122,361033,18.9813232421875,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,33.79192352294922 +1973,34,1,all,21-24 yrs,520,431811,22.46824836730957,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,120.42305755615234 +1973,34,1,MVA,21-24 yrs,150,431811,22.46824836730957,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,34.73741912841797 +1973,34,1,suicide,21-24 yrs,37,431811,22.46824836730957,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,8.568563461303711 +1973,34,1,homicide,21-24 yrs,77,431811,22.46824836730957,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,17.83187484741211 +1973,34,1,other external,21-24 yrs,81,431811,22.46824836730957,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,18.758207321166992 +1973,34,1,internal,21-24 yrs,175,431811,22.46824836730957,1,0.07432432472705841,1.159999966621399,0.4099999964237213,1.2899999618530273,2.859999895095825,40.5269889831543 +1974,34,1,MVA,15-17 yrs,65,430015,15.994067192077637,0,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,15.115752220153809 +1974,34,1,suicide,15-17 yrs,10,430015,15.994067192077637,0,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,2.325500249862671 +1974,34,1,homicide,15-17 yrs,19,430015,15.994067192077637,0,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,4.418450355529785 +1974,34,1,other external,15-17 yrs,41,430015,15.994067192077637,0,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,9.534550666809082 +1974,34,1,internal,15-17 yrs,83,430015,15.994067192077637,0,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,19.301652908325195 +1974,34,1,all,18-20 yrs,427,365441,18.985925674438477,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,116.84512329101562 +1974,34,1,MVA,18-20 yrs,141,365441,18.985925674438477,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,38.583518981933594 +1974,34,1,suicide,18-20 yrs,26,365441,18.985925674438477,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,7.114691734313965 +1974,34,1,homicide,18-20 yrs,42,365441,18.985925674438477,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,11.492962837219238 +1974,34,1,other external,18-20 yrs,74,365441,18.985925674438477,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,20.2495059967041 +1974,34,1,internal,18-20 yrs,144,365441,18.985925674438477,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,39.40444564819336 +1974,34,1,all,21-24 yrs,497,443783,22.465635299682617,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,111.99166870117188 +1974,34,1,MVA,21-24 yrs,119,443783,22.465635299682617,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,26.81490707397461 +1974,34,1,suicide,21-24 yrs,48,443783,22.465635299682617,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,10.816097259521484 +1974,34,1,homicide,21-24 yrs,54,443783,22.465635299682617,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,12.168108940124512 +1974,34,1,other external,21-24 yrs,89,443783,22.465635299682617,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,20.054845809936523 +1974,34,1,internal,21-24 yrs,187,443783,22.465635299682617,1,0.06693711876869202,1.159999966621399,0.4099999964237213,1.2599999904632568,2.8399999141693115,42.13771057128906 +1975,34,1,MVA,15-17 yrs,83,428848,16.00157356262207,0,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,19.354177474975586 +1975,34,1,suicide,15-17 yrs,18,428848,16.00157356262207,0,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,4.197291374206543 +1975,34,1,homicide,15-17 yrs,32,428848,16.00157356262207,0,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,7.461851119995117 +1975,34,1,other external,15-17 yrs,51,428848,16.00157356262207,0,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,11.892325401306152 +1975,34,1,internal,15-17 yrs,67,428848,16.00157356262207,0,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,15.623250961303711 +1975,34,1,all,18-20 yrs,424,372021,18.980173110961914,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,113.97206115722656 +1975,34,1,MVA,18-20 yrs,174,372021,18.980173110961914,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,46.77155303955078 +1975,34,1,suicide,18-20 yrs,30,372021,18.980173110961914,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,8.064061164855957 +1975,34,1,homicide,18-20 yrs,44,372021,18.980173110961914,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,11.827289581298828 +1975,34,1,other external,18-20 yrs,65,372021,18.980173110961914,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,17.472131729125977 +1975,34,1,internal,18-20 yrs,111,372021,18.980173110961914,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,29.837024688720703 +1975,34,1,all,21-24 yrs,493,455464,22.476224899291992,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,108.24126434326172 +1975,34,1,MVA,21-24 yrs,129,455464,22.476224899291992,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,28.322765350341797 +1975,34,1,suicide,21-24 yrs,51,455464,22.476224899291992,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,11.197372436523438 +1975,34,1,homicide,21-24 yrs,53,455464,22.476224899291992,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,11.63648509979248 +1975,34,1,other external,21-24 yrs,75,455464,22.476224899291992,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,16.466724395751953 +1975,34,1,internal,21-24 yrs,185,455464,22.476224899291992,1,0.06133829057216644,1.159999966621399,0.41999998688697815,1.2200000286102295,2.809999942779541,40.617919921875 +1976,34,1,MVA,15-17 yrs,95,428741,15.995116233825684,0,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,22.157899856567383 +1976,34,1,suicide,15-17 yrs,11,428741,15.995116233825684,0,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,2.5656514167785645 +1976,34,1,homicide,15-17 yrs,13,428741,15.995116233825684,0,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,3.0321335792541504 +1976,34,1,other external,15-17 yrs,42,428741,15.995116233825684,0,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,9.796124458312988 +1976,34,1,internal,15-17 yrs,68,428741,15.995116233825684,0,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,15.860391616821289 +1976,34,1,all,18-20 yrs,375,377849,18.982311248779297,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,99.2459945678711 +1976,34,1,MVA,18-20 yrs,138,377849,18.982311248779297,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,36.522525787353516 +1976,34,1,suicide,18-20 yrs,42,377849,18.982311248779297,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,11.115550994873047 +1976,34,1,homicide,18-20 yrs,36,377849,18.982311248779297,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,9.527615547180176 +1976,34,1,other external,18-20 yrs,47,377849,18.982311248779297,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,12.438831329345703 +1976,34,1,internal,18-20 yrs,112,377849,18.982311248779297,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,29.641469955444336 +1976,34,1,all,21-24 yrs,460,466362,22.482433319091797,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,98.63582611083984 +1976,34,1,MVA,21-24 yrs,131,466362,22.482433319091797,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,28.089767456054688 +1976,34,1,suicide,21-24 yrs,47,466362,22.482433319091797,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,10.078007698059082 +1976,34,1,homicide,21-24 yrs,46,466362,22.482433319091797,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,9.863582611083984 +1976,34,1,other external,21-24 yrs,70,466362,22.482433319091797,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,15.009799003601074 +1976,34,1,internal,21-24 yrs,166,466362,22.482433319091797,1,0.0579964816570282,1.1299999952316284,0.41999998688697815,1.190000057220459,2.75,35.59466552734375 +1977,34,1,MVA,15-17 yrs,98,425417,15.997489929199219,0,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,23.03622055053711 +1977,34,1,suicide,15-17 yrs,14,425417,15.997489929199219,0,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,3.290888786315918 +1977,34,1,homicide,15-17 yrs,15,425417,15.997489929199219,0,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,3.525952100753784 +1977,34,1,other external,15-17 yrs,41,425417,15.997489929199219,0,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,9.637602806091309 +1977,34,1,internal,15-17 yrs,80,425417,15.997489929199219,0,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,18.805078506469727 +1977,34,1,all,18-20 yrs,391,380597,18.997291564941406,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,102.73333740234375 +1977,34,1,MVA,18-20 yrs,172,380597,18.997291564941406,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,45.19215774536133 +1977,34,1,suicide,18-20 yrs,31,380597,18.997291564941406,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,8.145098686218262 +1977,34,1,homicide,18-20 yrs,31,380597,18.997291564941406,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,8.145098686218262 +1977,34,1,other external,18-20 yrs,56,380597,18.997291564941406,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,14.713726043701172 +1977,34,1,internal,18-20 yrs,101,380597,18.997291564941406,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,26.537256240844727 +1977,34,1,all,21-24 yrs,477,472319,22.48990249633789,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,100.9910659790039 +1977,34,1,MVA,21-24 yrs,126,472319,22.48990249633789,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,26.6768856048584 +1977,34,1,suicide,21-24 yrs,56,472319,22.48990249633789,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,11.856393814086914 +1977,34,1,homicide,21-24 yrs,40,472319,22.48990249633789,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,8.468852996826172 +1977,34,1,other external,21-24 yrs,70,472319,22.48990249633789,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,14.820491790771484 +1977,34,1,internal,21-24 yrs,185,472319,22.48990249633789,1,0.05445544794201851,1.159999966621399,0.4000000059604645,1.1299999952316284,2.690000057220459,39.16844177246094 +1978,34,1,MVA,15-17 yrs,90,423383,16.010009765625,0,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,21.257349014282227 +1978,34,1,suicide,15-17 yrs,15,423383,16.010009765625,0,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,3.542891502380371 +1978,34,1,homicide,15-17 yrs,8,423383,16.010009765625,0,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,1.8895421028137207 +1978,34,1,other external,15-17 yrs,32,423383,16.010009765625,0,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,7.558168411254883 +1978,34,1,internal,15-17 yrs,72,423383,16.010009765625,0,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,17.005878448486328 +1978,34,1,all,18-20 yrs,349,377580,19.004899978637695,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,92.43074035644531 +1978,34,1,MVA,18-20 yrs,142,377580,19.004899978637695,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,37.60792541503906 +1978,34,1,suicide,18-20 yrs,24,377580,19.004899978637695,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,6.356268882751465 +1978,34,1,homicide,18-20 yrs,31,377580,19.004899978637695,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,8.210180282592773 +1978,34,1,other external,18-20 yrs,59,377580,19.004899978637695,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,15.62582778930664 +1978,34,1,internal,18-20 yrs,93,377580,19.004899978637695,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,24.630542755126953 +1978,34,1,all,21-24 yrs,503,480953,22.483896255493164,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,104.58402252197266 +1978,34,1,MVA,21-24 yrs,152,480953,22.483896255493164,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,31.603919982910156 +1978,34,1,suicide,21-24 yrs,48,480953,22.483896255493164,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,9.980185508728027 +1978,34,1,homicide,21-24 yrs,54,480953,22.483896255493164,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,11.227707862854004 +1978,34,1,other external,21-24 yrs,84,480953,22.483896255493164,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,17.46532440185547 +1978,34,1,internal,21-24 yrs,165,480953,22.483896255493164,1,0.05061350017786026,1.1699999570846558,0.41999998688697815,1.100000023841858,2.690000057220459,34.306884765625 +1979,34,1,MVA,15-17 yrs,90,417899,16.00501823425293,0,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,21.536304473876953 +1979,34,1,suicide,15-17 yrs,12,417899,16.00501823425293,0,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,2.871507167816162 +1979,34,1,homicide,15-17 yrs,23,417899,16.00501823425293,0,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,5.503722190856934 +1979,34,1,other external,15-17 yrs,48,417899,16.00501823425293,0,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,11.486028671264648 +1979,34,1,internal,15-17 yrs,56,417899,16.00501823425293,0,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,13.40036678314209 +1979,34,1,all,18-20 yrs,392,377821,18.9991455078125,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,103.75283813476562 +1979,34,1,MVA,18-20 yrs,168,377821,18.9991455078125,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,44.46549987792969 +1979,34,1,suicide,18-20 yrs,29,377821,18.9991455078125,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,7.675592422485352 +1979,34,1,homicide,18-20 yrs,39,377821,18.9991455078125,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,10.322348594665527 +1979,34,1,other external,18-20 yrs,59,377821,18.9991455078125,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,15.615859985351562 +1979,34,1,internal,18-20 yrs,97,377821,18.9991455078125,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,25.673532485961914 +1979,34,1,all,21-24 yrs,495,490132,22.486188888549805,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,100.99320220947266 +1979,34,1,MVA,21-24 yrs,146,490132,22.486188888549805,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,29.787893295288086 +1979,34,1,suicide,21-24 yrs,50,490132,22.486188888549805,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,10.201333045959473 +1979,34,1,homicide,21-24 yrs,54,490132,22.486188888549805,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,11.017439842224121 +1979,34,1,other external,21-24 yrs,81,490132,22.486188888549805,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,16.526161193847656 +1979,34,1,internal,21-24 yrs,164,490132,22.486188888549805,1,0.04545454680919647,1.1799999475479126,0.4300000071525574,1.100000023841858,2.7100000381469727,33.46037292480469 +1980,34,0.8299978375434875,MVA,15-17 yrs,87,411517,16.01235580444336,0,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,21.14128875732422 +1980,34,0.8299978375434875,suicide,15-17 yrs,15,411517,16.01235580444336,0,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,3.645049810409546 +1980,34,0.8299978375434875,homicide,15-17 yrs,25,411517,16.01235580444336,0,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,6.075083255767822 +1980,34,0.8299978375434875,other external,15-17 yrs,49,411517,16.01235580444336,0,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,11.9071626663208 +1980,34,0.8299978375434875,internal,15-17 yrs,57,411517,16.01235580444336,0,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,13.851189613342285 +1980,34,0.8299978375434875,all,18-20 yrs,402,385532,18.98618507385254,0.8299978375434875,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,104.27149963378906 +1980,34,0.8299978375434875,MVA,18-20 yrs,163,385532,18.98618507385254,0.8299978375434875,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,42.279239654541016 +1980,34,0.8299978375434875,suicide,18-20 yrs,44,385532,18.98618507385254,0.8299978375434875,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,11.412800788879395 +1980,34,0.8299978375434875,homicide,18-20 yrs,40,385532,18.98618507385254,0.8299978375434875,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,10.375273704528809 +1980,34,0.8299978375434875,other external,18-20 yrs,61,385532,18.98618507385254,0.8299978375434875,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,15.82229232788086 +1980,34,0.8299978375434875,internal,18-20 yrs,94,385532,18.98618507385254,0.8299978375434875,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,24.381893157958984 +1980,34,0.8299978375434875,all,21-24 yrs,531,490975,22.49715805053711,1,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,108.15214538574219 +1980,34,0.8299978375434875,MVA,21-24 yrs,166,490975,22.49715805053711,1,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,33.81027603149414 +1980,34,0.8299978375434875,suicide,21-24 yrs,64,490975,22.49715805053711,1,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,13.035286903381348 +1980,34,0.8299978375434875,homicide,21-24 yrs,57,490975,22.49715805053711,1,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,11.609552383422852 +1980,34,0.8299978375434875,other external,21-24 yrs,77,490975,22.49715805053711,1,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,15.683079719543457 +1980,34,0.8299978375434875,internal,21-24 yrs,167,490975,22.49715805053711,1,0.040048543363809586,1.2300000190734863,0.4699999988079071,1.1299999952316284,2.8299999237060547,34.01395034790039 +1981,34,0.6595242619514465,MVA,15-17 yrs,100,399450,16.0271053314209,0,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,25.034421920776367 +1981,34,0.6595242619514465,suicide,15-17 yrs,12,399450,16.0271053314209,0,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,3.0041306018829346 +1981,34,0.6595242619514465,homicide,15-17 yrs,20,399450,16.0271053314209,0,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,5.006884574890137 +1981,34,0.6595242619514465,other external,15-17 yrs,20,399450,16.0271053314209,0,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,5.006884574890137 +1981,34,0.6595242619514465,internal,15-17 yrs,49,399450,16.0271053314209,0,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,12.266866683959961 +1981,34,0.6595242619514465,all,18-20 yrs,360,397438,18.9821834564209,0.6595242619514465,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,90.580169677734375 +1981,34,0.6595242619514465,MVA,18-20 yrs,162,397438,18.9821834564209,0.6595242619514465,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,40.76107406616211 +1981,34,0.6595242619514465,suicide,18-20 yrs,29,397438,18.9821834564209,0.6595242619514465,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,7.296735763549805 +1981,34,0.6595242619514465,homicide,18-20 yrs,46,397438,18.9821834564209,0.6595242619514465,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,11.574131965637207 +1981,34,0.6595242619514465,other external,18-20 yrs,55,397438,18.9821834564209,0.6595242619514465,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,13.83863639831543 +1981,34,0.6595242619514465,internal,18-20 yrs,68,397438,18.9821834564209,0.6595242619514465,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,17.109586715698242 +1981,34,0.6595242619514465,all,21-24 yrs,475,490989,22.514436721801758,1,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,96.74351501464844 +1981,34,0.6595242619514465,MVA,21-24 yrs,140,490989,22.514436721801758,1,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,28.513877868652344 +1981,34,0.6595242619514465,suicide,21-24 yrs,53,490989,22.514436721801758,1,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,10.794539451599121 +1981,34,0.6595242619514465,homicide,21-24 yrs,69,490989,22.514436721801758,1,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,14.053268432617188 +1981,34,0.6595242619514465,other external,21-24 yrs,89,490989,22.514436721801758,1,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,18.126678466796875 +1981,34,0.6595242619514465,internal,21-24 yrs,124,490989,22.514436721801758,1,0.036303628236055374,1.2200000286102295,0.5099999904632568,1.149999976158142,2.869999885559082,25.25514793395996 +1982,34,0.6682873964309692,MVA,15-17 yrs,77,382928,16.02984619140625,0,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,20.108219146728516 +1982,34,0.6682873964309692,suicide,15-17 yrs,16,382928,16.02984619140625,0,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,4.17833137512207 +1982,34,0.6682873964309692,homicide,15-17 yrs,18,382928,16.02984619140625,0,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,4.70062255859375 +1982,34,0.6682873964309692,other external,15-17 yrs,26,382928,16.02984619140625,0,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,6.789788246154785 +1982,34,0.6682873964309692,internal,15-17 yrs,48,382928,16.02984619140625,0,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,12.534993171691895 +1982,34,0.6682873964309692,all,18-20 yrs,317,403931,18.99373435974121,0.6682873964309692,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,78.47875213623047 +1982,34,0.6682873964309692,MVA,18-20 yrs,140,403931,18.99373435974121,0.6682873964309692,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,34.659385681152344 +1982,34,0.6682873964309692,suicide,18-20 yrs,29,403931,18.99373435974121,0.6682873964309692,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,7.179443836212158 +1982,34,0.6682873964309692,homicide,18-20 yrs,42,403931,18.99373435974121,0.6682873964309692,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,10.397815704345703 +1982,34,0.6682873964309692,other external,18-20 yrs,36,403931,18.99373435974121,0.6682873964309692,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,8.912413597106934 +1982,34,0.6682873964309692,internal,18-20 yrs,70,403931,18.99373435974121,0.6682873964309692,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,17.329692840576172 +1982,34,0.6682873964309692,all,21-24 yrs,488,490246,22.500240325927734,1,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,99.54186248779297 +1982,34,0.6682873964309692,MVA,21-24 yrs,146,490246,22.500240325927734,1,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,29.780967712402344 +1982,34,0.6682873964309692,suicide,21-24 yrs,54,490246,22.500240325927734,1,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,11.014878273010254 +1982,34,0.6682873964309692,homicide,21-24 yrs,61,490246,22.500240325927734,1,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,12.442732810974121 +1982,34,0.6682873964309692,other external,21-24 yrs,61,490246,22.500240325927734,1,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,12.442732810974121 +1982,34,0.6682873964309692,internal,21-24 yrs,166,490246,22.500240325927734,1,0.0341968908905983,1.2200000286102295,0.5199999809265137,1.1299999952316284,2.869999885559082,33.86054992675781 +1983,34,0.5085621476173401,MVA,15-17 yrs,58,367981,16.02837371826172,0,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,15.761683464050293 +1983,34,0.5085621476173401,suicide,15-17 yrs,13,367981,16.02837371826172,0,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,3.5327911376953125 +1983,34,0.5085621476173401,homicide,15-17 yrs,19,367981,16.02837371826172,0,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,5.1633100509643555 +1983,34,0.5085621476173401,other external,15-17 yrs,28,367981,16.02837371826172,0,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,7.60908842086792 +1983,34,0.5085621476173401,internal,15-17 yrs,44,367981,16.02837371826172,0,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,11.957139015197754 +1983,34,0.5085621476173401,all,18-20 yrs,293,402264,19.018056869506836,0.5085621476173401,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,72.837738037109375 +1983,34,0.5085621476173401,MVA,18-20 yrs,113,402264,19.018056869506836,0.5085621476173401,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,28.091005325317383 +1983,34,0.5085621476173401,suicide,18-20 yrs,30,402264,19.018056869506836,0.5085621476173401,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,7.457788944244385 +1983,34,0.5085621476173401,homicide,18-20 yrs,33,402264,19.018056869506836,0.5085621476173401,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,8.2035675048828125 +1983,34,0.5085621476173401,other external,18-20 yrs,43,402264,19.018056869506836,0.5085621476173401,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,10.689496994018555 +1983,34,0.5085621476173401,internal,18-20 yrs,74,402264,19.018056869506836,0.5085621476173401,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,18.3958797454834 +1983,34,0.5085621476173401,all,21-24 yrs,442,494600,22.480690002441406,1,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,89.365142822265625 +1983,34,0.5085621476173401,MVA,21-24 yrs,142,494600,22.480690002441406,1,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,28.71006965637207 +1983,34,0.5085621476173401,suicide,21-24 yrs,47,494600,22.480690002441406,1,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,9.502628326416016 +1983,34,0.5085621476173401,homicide,21-24 yrs,47,494600,22.480690002441406,1,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,9.502628326416016 +1983,34,0.5085621476173401,other external,21-24 yrs,63,494600,22.480690002441406,1,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,12.737565994262695 +1983,34,0.5085621476173401,internal,21-24 yrs,143,494600,22.480690002441406,1,0.03313253074884415,1.2100000381469727,0.5199999809265137,1.1299999952316284,2.859999895095825,28.91225242614746 +1984,34,0.17286482453346252,MVA,15-17 yrs,60,360103,16.016698837280273,0,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,16.66189956665039 +1984,34,0.17286482453346252,suicide,15-17 yrs,21,360103,16.016698837280273,0,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,5.8316650390625 +1984,34,0.17286482453346252,homicide,15-17 yrs,15,360103,16.016698837280273,0,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,4.165474891662598 +1984,34,0.17286482453346252,other external,15-17 yrs,37,360103,16.016698837280273,0,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,10.2748384475708 +1984,34,0.17286482453346252,internal,15-17 yrs,40,360103,16.016698837280273,0,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,11.107933044433594 +1984,34,0.17286482453346252,all,18-20 yrs,272,390026,19.031505584716797,0.17286482453346252,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,69.73893737792969 +1984,34,0.17286482453346252,MVA,18-20 yrs,105,390026,19.031505584716797,0.17286482453346252,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,26.921281814575195 +1984,34,0.17286482453346252,suicide,18-20 yrs,22,390026,19.031505584716797,0.17286482453346252,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,5.640649795532227 +1984,34,0.17286482453346252,homicide,18-20 yrs,34,390026,19.031505584716797,0.17286482453346252,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,8.717367172241211 +1984,34,0.17286482453346252,other external,18-20 yrs,41,390026,19.031505584716797,0.17286482453346252,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,10.51211929321289 +1984,34,0.17286482453346252,internal,18-20 yrs,70,390026,19.031505584716797,0.17286482453346252,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,17.947521209716797 +1984,34,0.17286482453346252,all,21-24 yrs,406,506470,22.463687896728516,1,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,80.1626968383789 +1984,34,0.17286482453346252,MVA,21-24 yrs,126,506470,22.463687896728516,1,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,24.87807846069336 +1984,34,0.17286482453346252,suicide,21-24 yrs,51,506470,22.463687896728516,1,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,10.069698333740234 +1984,34,0.17286482453346252,homicide,21-24 yrs,56,506470,22.463687896728516,1,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,11.056923866271973 +1984,34,0.17286482453346252,other external,21-24 yrs,53,506470,22.463687896728516,1,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,10.464588165283203 +1984,34,0.17286482453346252,internal,21-24 yrs,120,506470,22.463687896728516,1,0.03176130726933479,1.190000057220459,0.550000011920929,1.100000023841858,2.8299999237060547,23.69340705871582 +1985,34,0,MVA,15-17 yrs,52,357689,16.002605438232422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,14.537769317626953 +1985,34,0,suicide,15-17 yrs,14,357689,16.002605438232422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,3.9140145778656006 +1985,34,0,homicide,15-17 yrs,11,357689,16.002605438232422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,3.0752973556518555 +1985,34,0,other external,15-17 yrs,31,357689,16.002605438232422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,8.666747093200684 +1985,34,0,internal,15-17 yrs,49,357689,16.002605438232422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,13.699051856994629 +1985,34,0,all,18-20 yrs,264,373287,19.03142547607422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,70.72306060791016 +1985,34,0,MVA,18-20 yrs,101,373287,19.03142547607422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,27.056928634643555 +1985,34,0,suicide,18-20 yrs,32,373287,19.03142547607422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,8.572492599487305 +1985,34,0,homicide,18-20 yrs,37,373287,19.03142547607422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,9.911944389343262 +1985,34,0,other external,18-20 yrs,32,373287,19.03142547607422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,8.572492599487305 +1985,34,0,internal,18-20 yrs,62,373287,19.03142547607422,0,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,16.609203338623047 +1985,34,0,all,21-24 yrs,411,517973,22.478689193725586,1,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,79.34776306152344 +1985,34,0,MVA,21-24 yrs,120,517973,22.478689193725586,1,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,23.1672306060791 +1985,34,0,suicide,21-24 yrs,50,517973,22.478689193725586,1,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,9.653013229370117 +1985,34,0,homicide,21-24 yrs,44,517973,22.478689193725586,1,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,8.494650840759277 +1985,34,0,other external,21-24 yrs,60,517973,22.478689193725586,1,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,11.58361530303955 +1985,34,0,internal,21-24 yrs,137,517973,22.478689193725586,1,0.03066914528608322,1.1799999475479126,0.550000011920929,1.0800000429153442,2.809999942779541,26.449254989624023 +1986,34,0,MVA,15-17 yrs,69,358932,16.00490951538086,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,19.223697662353516 +1986,34,0,suicide,15-17 yrs,16,358932,16.00490951538086,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,4.457668781280518 +1986,34,0,homicide,15-17 yrs,19,358932,16.00490951538086,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,5.293481826782227 +1986,34,0,other external,15-17 yrs,21,358932,16.00490951538086,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,5.8506903648376465 +1986,34,0,internal,15-17 yrs,41,358932,16.00490951538086,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,11.422776222229004 +1986,34,0,all,18-20 yrs,248,357721,19.027734756469727,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,69.32777404785156 +1986,34,0,MVA,18-20 yrs,96,357721,19.027734756469727,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,26.836557388305664 +1986,34,0,suicide,18-20 yrs,30,357721,19.027734756469727,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,8.38642406463623 +1986,34,0,homicide,18-20 yrs,30,357721,19.027734756469727,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,8.38642406463623 +1986,34,0,other external,18-20 yrs,35,357721,19.027734756469727,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,9.784161567687988 +1986,34,0,internal,18-20 yrs,57,357721,19.027734756469727,0,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,15.934206008911133 +1986,34,0,all,21-24 yrs,460,522036,22.510560989379883,1,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,88.11653137207031 +1986,34,0,MVA,21-24 yrs,134,522036,22.510560989379883,1,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,25.66872787475586 +1986,34,0,suicide,21-24 yrs,45,522036,22.510560989379883,1,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,8.620095252990723 +1986,34,0,homicide,21-24 yrs,54,522036,22.510560989379883,1,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,10.344114303588867 +1986,34,0,other external,21-24 yrs,58,522036,22.510560989379883,1,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,11.110344886779785 +1986,34,0,internal,21-24 yrs,169,522036,22.510560989379883,1,0.03010948933660984,1.1799999475479126,0.5600000023841858,1.0299999713897705,2.7699999809265137,32.37324523925781 +1987,34,0,MVA,15-17 yrs,64,347333,16.04474639892578,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,18.42612075805664 +1987,34,0,suicide,15-17 yrs,12,347333,16.04474639892578,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,3.45489764213562 +1987,34,0,homicide,15-17 yrs,17,347333,16.04474639892578,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,4.89443826675415 +1987,34,0,other external,15-17 yrs,25,347333,16.04474639892578,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,7.197703838348389 +1987,34,0,internal,15-17 yrs,41,347333,16.04474639892578,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,11.80423355102539 +1987,34,0,all,18-20 yrs,245,347153,19.01527214050293,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,70.574066162109375 +1987,34,0,MVA,18-20 yrs,99,347153,19.01527214050293,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,28.517684936523438 +1987,34,0,suicide,18-20 yrs,26,347153,19.01527214050293,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,7.489492893218994 +1987,34,0,homicide,18-20 yrs,27,347153,19.01527214050293,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,7.77755069732666 +1987,34,0,other external,18-20 yrs,29,347153,19.01527214050293,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,8.353665351867676 +1987,34,0,internal,18-20 yrs,64,347153,19.01527214050293,0,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,18.4356746673584 +1987,34,0,all,21-24 yrs,442,514555,22.546768188476562,1,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,85.89946746826172 +1987,34,0,MVA,21-24 yrs,124,514555,22.546768188476562,1,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,24.098493576049805 +1987,34,0,suicide,21-24 yrs,50,514555,22.546768188476562,1,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,9.717134475708008 +1987,34,0,homicide,21-24 yrs,38,514555,22.546768188476562,1,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,7.385022163391113 +1987,34,0,other external,21-24 yrs,46,514555,22.546768188476562,1,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,8.939763069152832 +1987,34,0,internal,21-24 yrs,184,514555,22.546768188476562,1,0.02904929593205452,1.1799999475479126,0.5400000214576721,1.0099999904632568,2.7200000286102295,35.75905227661133 +1988,34,0,MVA,15-17 yrs,65,327211,16.068578720092773,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,19.864858627319336 +1988,34,0,suicide,15-17 yrs,13,327211,16.068578720092773,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,3.9729716777801514 +1988,34,0,homicide,15-17 yrs,20,327211,16.068578720092773,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,6.112264156341553 +1988,34,0,other external,15-17 yrs,13,327211,16.068578720092773,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,3.9729716777801514 +1988,34,0,internal,15-17 yrs,55,327211,16.068578720092773,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,16.808725357055664 +1988,34,0,all,18-20 yrs,288,342387,19.00057601928711,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,84.11534118652344 +1988,34,0,MVA,18-20 yrs,111,342387,19.00057601928711,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,32.419456481933594 +1988,34,0,suicide,18-20 yrs,25,342387,19.00057601928711,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,7.3016791343688965 +1988,34,0,homicide,18-20 yrs,43,342387,19.00057601928711,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,12.55888843536377 +1988,34,0,other external,18-20 yrs,26,342387,19.00057601928711,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,7.593746185302734 +1988,34,0,internal,18-20 yrs,83,342387,19.00057601928711,0,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,24.241575241088867 +1988,34,0,all,21-24 yrs,456,498120,22.56089210510254,1,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,91.54420471191406 +1988,34,0,MVA,21-24 yrs,139,498120,22.56089210510254,1,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,27.904922485351562 +1988,34,0,suicide,21-24 yrs,46,498120,22.56089210510254,1,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,9.234722137451172 +1988,34,0,homicide,21-24 yrs,46,498120,22.56089210510254,1,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,9.234722137451172 +1988,34,0,other external,21-24 yrs,60,498120,22.56089210510254,1,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,12.045289993286133 +1988,34,0,internal,21-24 yrs,165,498120,22.56089210510254,1,0.027895180508494377,1.149999976158142,0.5099999904632568,0.9300000071525574,2.5799999237060547,33.124549865722656 +1989,34,0,MVA,15-17 yrs,39,303257,16.041622161865234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,12.860379219055176 +1989,34,0,suicide,15-17 yrs,7,303257,16.041622161865234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,2.3082730770111084 +1989,34,0,homicide,15-17 yrs,22,303257,16.041622161865234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,7.254572868347168 +1989,34,0,other external,15-17 yrs,24,303257,16.041622161865234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,7.914079666137695 +1989,34,0,internal,15-17 yrs,47,303257,16.041622161865234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,15.498405456542969 +1989,34,0,all,18-20 yrs,229,338982,19.002071380615234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,67.555206298828125 +1989,34,0,MVA,18-20 yrs,79,338982,19.002071380615234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,23.305072784423828 +1989,34,0,suicide,18-20 yrs,30,338982,19.002071380615234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,8.850027084350586 +1989,34,0,homicide,18-20 yrs,33,338982,19.002071380615234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,9.735030174255371 +1989,34,0,other external,18-20 yrs,21,338982,19.002071380615234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,6.195019245147705 +1989,34,0,internal,18-20 yrs,66,338982,19.002071380615234,0,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,19.470060348510742 +1989,34,0,all,21-24 yrs,395,475113,22.56143569946289,1,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,83.13811492919922 +1989,34,0,MVA,21-24 yrs,86,475113,22.56143569946289,1,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,18.1009578704834 +1989,34,0,suicide,21-24 yrs,39,475113,22.56143569946289,1,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,8.208573341369629 +1989,34,0,homicide,21-24 yrs,63,475113,22.56143569946289,1,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,13.260003089904785 +1989,34,0,other external,21-24 yrs,39,475113,22.56143569946289,1,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,8.208573341369629 +1989,34,0,internal,21-24 yrs,168,475113,22.56143569946289,1,0.02661290392279625,1.1299999952316284,0.5,0.9599999785423279,2.5899999141693115,35.360008239746094 +1990,34,0,MVA,15-17 yrs,50,292883,16.01715660095215,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,17.07166290283203 +1990,34,0,suicide,15-17 yrs,9,292883,16.01715660095215,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,3.072899341583252 +1990,34,0,homicide,15-17 yrs,20,292883,16.01715660095215,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,6.828665256500244 +1990,34,0,other external,15-17 yrs,18,292883,16.01715660095215,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,6.145798683166504 +1990,34,0,internal,15-17 yrs,33,292883,16.01715660095215,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,11.267297744750977 +1990,34,0,all,18-20 yrs,206,328361,19.03657341003418,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,62.73583221435547 +1990,34,0,MVA,18-20 yrs,70,328361,19.03657341003418,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,21.31800079345703 +1990,34,0,suicide,18-20 yrs,19,328361,19.03657341003418,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,5.786314487457275 +1990,34,0,homicide,18-20 yrs,24,328361,19.03657341003418,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,7.309028625488281 +1990,34,0,other external,18-20 yrs,24,328361,19.03657341003418,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,7.309028625488281 +1990,34,0,internal,18-20 yrs,69,328361,19.03657341003418,0,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,21.013458251953125 +1990,34,0,all,21-24 yrs,377,455020,22.54656219482422,1,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,82.85350036621094 +1990,34,0,MVA,21-24 yrs,101,455020,22.54656219482422,1,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,22.196826934814453 +1990,34,0,suicide,21-24 yrs,36,455020,22.54656219482422,1,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,7.911740303039551 +1990,34,0,homicide,21-24 yrs,59,455020,22.54656219482422,1,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,12.966463088989258 +1990,34,0,other external,21-24 yrs,32,455020,22.54656219482422,1,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,7.032658100128174 +1990,34,0,internal,21-24 yrs,149,455020,22.54656219482422,1,0.07651109993457794,1.149999976158142,0.47999998927116394,0.949999988079071,2.5799999237060547,32.74581527709961 +1991,34,0,MVA,15-17 yrs,37,288485,16.012662887573242,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,12.825623512268066 +1991,34,0,suicide,15-17 yrs,6,288485,16.012662887573242,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,2.0798308849334717 +1991,34,0,homicide,15-17 yrs,18,288485,16.012662887573242,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,6.239492416381836 +1991,34,0,other external,15-17 yrs,24,288485,16.012662887573242,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,8.319323539733887 +1991,34,0,internal,15-17 yrs,49,288485,16.012662887573242,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,16.98528480529785 +1991,34,0,all,18-20 yrs,207,315096,19.038772583007812,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,65.69426727294922 +1991,34,0,MVA,18-20 yrs,47,315096,19.038772583007812,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,14.916089057922363 +1991,34,0,suicide,18-20 yrs,25,315096,19.038772583007812,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,7.9340901374816895 +1991,34,0,homicide,18-20 yrs,32,315096,19.038772583007812,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,10.155634880065918 +1991,34,0,other external,18-20 yrs,31,315096,19.038772583007812,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,9.838271141052246 +1991,34,0,internal,18-20 yrs,72,315096,19.038772583007812,0,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,22.85017967224121 +1991,34,0,all,21-24 yrs,319,435937,22.520875930786133,1,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,73.17571258544922 +1991,34,0,MVA,21-24 yrs,70,435937,22.520875930786133,1,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,16.05736541748047 +1991,34,0,suicide,21-24 yrs,24,435937,22.520875930786133,1,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,5.505382537841797 +1991,34,0,homicide,21-24 yrs,53,435937,22.520875930786133,1,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,12.157719612121582 +1991,34,0,other external,21-24 yrs,39,435937,22.520875930786133,1,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,8.946247100830078 +1991,34,0,internal,21-24 yrs,133,435937,22.520875930786133,1,0.07342144101858139,1.090000033378601,0.4300000071525574,0.8199999928474426,2.3399999141693115,30.508995056152344 +1992,34,0,MVA,15-17 yrs,55,291436,16.000635147094727,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,18.872068405151367 +1992,34,0,suicide,15-17 yrs,14,291436,16.000635147094727,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,4.803799152374268 +1992,34,0,homicide,15-17 yrs,29,291436,16.000635147094727,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,9.950726509094238 +1992,34,0,other external,15-17 yrs,17,291436,16.000635147094727,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,5.833184719085693 +1992,34,0,internal,15-17 yrs,38,291436,16.000635147094727,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,13.038883209228516 +1992,34,0,all,18-20 yrs,185,302059,19.02925682067871,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,61.24631118774414 +1992,34,0,MVA,18-20 yrs,54,302059,19.02925682067871,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,17.877302169799805 +1992,34,0,suicide,18-20 yrs,16,302059,19.02925682067871,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,5.29697847366333 +1992,34,0,homicide,18-20 yrs,35,302059,19.02925682067871,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,11.587140083312988 +1992,34,0,other external,18-20 yrs,26,302059,19.02925682067871,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,8.6075897216796875 +1992,34,0,internal,18-20 yrs,54,302059,19.02925682067871,0,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,17.877302169799805 +1992,34,0,all,21-24 yrs,356,422613,22.499412536621094,1,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,84.237823486328125 +1992,34,0,MVA,21-24 yrs,79,422613,22.499412536621094,1,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,18.693225860595703 +1992,34,0,suicide,21-24 yrs,34,422613,22.499412536621094,1,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,8.045185089111328 +1992,34,0,homicide,21-24 yrs,50,422613,22.499412536621094,1,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,11.831154823303223 +1992,34,0,other external,21-24 yrs,32,422613,22.499412536621094,1,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,7.571939468383789 +1992,34,0,internal,21-24 yrs,161,422613,22.499412536621094,1,0.08553100377321243,1.0700000524520874,0.4399999976158142,0.8299999833106995,2.3399999141693115,38.09632110595703 +1993,34,0,MVA,15-17 yrs,42,293757,15.989004135131836,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,14.297532081604004 +1993,34,0,suicide,15-17 yrs,13,293757,15.989004135131836,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,4.425426483154297 +1993,34,0,homicide,15-17 yrs,21,293757,15.989004135131836,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,7.148766040802002 +1993,34,0,other external,15-17 yrs,17,293757,15.989004135131836,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,5.78709602355957 +1993,34,0,internal,15-17 yrs,35,293757,15.989004135131836,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,11.914609909057617 +1993,34,0,all,18-20 yrs,207,296537,19.01819610595703,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,69.80579376220703 +1993,34,0,MVA,18-20 yrs,57,296537,19.01819610595703,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,19.22188377380371 +1993,34,0,suicide,18-20 yrs,28,296537,19.01819610595703,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,9.442329406738281 +1993,34,0,homicide,18-20 yrs,43,296537,19.01819610595703,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,14.500720024108887 +1993,34,0,other external,18-20 yrs,24,296537,19.01819610595703,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,8.093424797058105 +1993,34,0,internal,18-20 yrs,55,296537,19.01819610595703,0,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,18.54743194580078 +1993,34,0,all,21-24 yrs,346,410780,22.513919830322266,1,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,84.2300033569336 +1993,34,0,MVA,21-24 yrs,66,410780,22.513919830322266,1,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,16.066993713378906 +1993,34,0,suicide,21-24 yrs,31,410780,22.513919830322266,1,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,7.546618461608887 +1993,34,0,homicide,21-24 yrs,53,410780,22.513919830322266,1,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,12.902283668518066 +1993,34,0,other external,21-24 yrs,43,410780,22.513919830322266,1,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,10.467890739440918 +1993,34,0,internal,21-24 yrs,153,410780,22.513919830322266,1,0.08304498344659805,1.0700000524520874,0.41999998688697815,0.7900000214576721,2.2899999618530273,37.2462158203125 +1994,34,0,MVA,15-17 yrs,38,300351,15.990687370300293,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,12.651864051818848 +1994,34,0,suicide,15-17 yrs,8,300351,15.990687370300293,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,2.66355037689209 +1994,34,0,homicide,15-17 yrs,28,300351,15.990687370300293,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,9.322425842285156 +1994,34,0,other external,15-17 yrs,18,300351,15.990687370300293,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,5.992988109588623 +1994,34,0,internal,15-17 yrs,40,300351,15.990687370300293,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,13.31775188446045 +1994,34,0,all,18-20 yrs,166,290803,19.016124725341797,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,57.083316802978516 +1994,34,0,MVA,18-20 yrs,56,290803,19.016124725341797,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,19.257022857666016 +1994,34,0,suicide,18-20 yrs,11,290803,19.016124725341797,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,3.7826294898986816 +1994,34,0,homicide,18-20 yrs,38,290803,19.016124725341797,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,13.067265510559082 +1994,34,0,other external,18-20 yrs,22,290803,19.016124725341797,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,7.565258979797363 +1994,34,0,internal,18-20 yrs,39,290803,19.016124725341797,0,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,13.411140441894531 +1994,34,0,all,21-24 yrs,346,399942,22.529376983642578,1,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,86.512542724609375 +1994,34,0,MVA,21-24 yrs,78,399942,22.529376983642578,1,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,19.50282859802246 +1994,34,0,suicide,21-24 yrs,45,399942,22.529376983642578,1,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,11.251631736755371 +1994,34,0,homicide,21-24 yrs,53,399942,22.529376983642578,1,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,13.251921653747559 +1994,34,0,other external,21-24 yrs,47,399942,22.529376983642578,1,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,11.751704216003418 +1994,34,0,internal,21-24 yrs,123,399942,22.529376983642578,1,0.08097165822982788,1.0399999618530273,0.4300000071525574,0.7900000214576721,2.2699999809265137,30.754459381103516 +1995,34,0,MVA,15-17 yrs,45,306114,15.978443145751953,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,14.700406074523926 +1995,34,0,suicide,15-17 yrs,19,306114,15.978443145751953,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,6.206838130950928 +1995,34,0,homicide,15-17 yrs,21,306114,15.978443145751953,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,6.860189437866211 +1995,34,0,other external,15-17 yrs,13,306114,15.978443145751953,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,4.24678373336792 +1995,34,0,internal,15-17 yrs,46,306114,15.978443145751953,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,15.027081489562988 +1995,34,0,all,18-20 yrs,184,291846,19.00739860534668,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,63.04695129394531 +1995,34,0,MVA,18-20 yrs,54,291846,19.00739860534668,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,18.50290870666504 +1995,34,0,suicide,18-20 yrs,22,291846,19.00739860534668,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,7.538222312927246 +1995,34,0,homicide,18-20 yrs,35,291846,19.00739860534668,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,11.992626190185547 +1995,34,0,other external,18-20 yrs,25,291846,19.00739860534668,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,8.566161155700684 +1995,34,0,internal,18-20 yrs,48,291846,19.00739860534668,0,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,16.447031021118164 +1995,34,0,all,21-24 yrs,301,386645,22.53049087524414,1,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,77.84918975830078 +1995,34,0,MVA,21-24 yrs,65,386645,22.53049087524414,1,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,16.81128692626953 +1995,34,0,suicide,21-24 yrs,38,386645,22.53049087524414,1,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,9.828137397766113 +1995,34,0,homicide,21-24 yrs,67,386645,22.53049087524414,1,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,17.32855796813965 +1995,34,0,other external,21-24 yrs,44,386645,22.53049087524414,1,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,11.379947662353516 +1995,34,0,internal,21-24 yrs,87,386645,22.53049087524414,1,0.07874015718698502,1.0299999713897705,0.4399999976158142,0.75,2.2200000286102295,22.50126075744629 +1996,34,0,MVA,15-17 yrs,41,309730,15.99007511138916,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,13.237336158752441 +1996,34,0,suicide,15-17 yrs,11,309730,15.99007511138916,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,3.551480293273926 +1996,34,0,homicide,15-17 yrs,23,309730,15.99007511138916,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,7.4258222579956055 +1996,34,0,other external,15-17 yrs,14,309730,15.99007511138916,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,4.520065784454346 +1996,34,0,internal,15-17 yrs,41,309730,15.99007511138916,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,13.237336158752441 +1996,34,0,all,18-20 yrs,198,292259,18.998741149902344,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,67.74813079833984 +1996,34,0,MVA,18-20 yrs,51,292259,18.998741149902344,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,17.450275421142578 +1996,34,0,suicide,18-20 yrs,14,292259,18.998741149902344,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,4.790271759033203 +1996,34,0,homicide,18-20 yrs,52,292259,18.998741149902344,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,17.792436599731445 +1996,34,0,other external,18-20 yrs,31,292259,18.998741149902344,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,10.607029914855957 +1996,34,0,internal,18-20 yrs,50,292259,18.998741149902344,0,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,17.108112335205078 +1996,34,0,all,21-24 yrs,298,376194,22.507658004760742,1,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,79.214447021484375 +1996,34,0,MVA,21-24 yrs,80,376194,22.507658004760742,1,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,21.265623092651367 +1996,34,0,suicide,21-24 yrs,38,376194,22.507658004760742,1,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,10.101171493530273 +1996,34,0,homicide,21-24 yrs,52,376194,22.507658004760742,1,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,13.82265567779541 +1996,34,0,other external,21-24 yrs,39,376194,22.507658004760742,1,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,10.36699104309082 +1996,34,0,internal,21-24 yrs,89,376194,22.507658004760742,1,0.07648183405399323,1,0.4399999976158142,0.7599999904632568,2.200000047683716,23.65800666809082 +1970,35,0,MVA,15-17 yrs,39,67631,15.974434852600098,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,57.665863037109375 +1970,35,0,suicide,15-17 yrs,10,67631,15.974434852600098,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,14.786118507385254 +1970,35,0,homicide,15-17 yrs,5,67631,15.974434852600098,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,7.393059253692627 +1970,35,0,other external,15-17 yrs,19,67631,15.974434852600098,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,28.093626022338867 +1970,35,0,internal,15-17 yrs,29,67631,15.974434852600098,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,42.87974548339844 +1970,35,0,all,18-20 yrs,118,55387,18.960477828979492,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,213.04638671875 +1970,35,0,MVA,18-20 yrs,61,55387,18.960477828979492,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,110.13414764404297 +1970,35,0,suicide,18-20 yrs,5,55387,18.960477828979492,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,9.0273895263671875 +1970,35,0,homicide,18-20 yrs,6,55387,18.960477828979492,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,10.832866668701172 +1970,35,0,other external,18-20 yrs,22,55387,18.960477828979492,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,39.72051239013672 +1970,35,0,internal,18-20 yrs,24,55387,18.960477828979492,0,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,43.33146667480469 +1970,35,0,all,21-24 yrs,180,65099,22.398807525634766,1,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,276.501953125 +1970,35,0,MVA,21-24 yrs,83,65099,22.398807525634766,1,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,127.49811553955078 +1970,35,0,suicide,21-24 yrs,20,65099,22.398807525634766,1,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,30.72243881225586 +1970,35,0,homicide,21-24 yrs,7,65099,22.398807525634766,1,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,10.752853393554688 +1970,35,0,other external,21-24 yrs,39,65099,22.398807525634766,1,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,59.908756256103516 +1970,35,0,internal,21-24 yrs,31,65099,22.398807525634766,1,0.20618556439876556,1.2000000476837158,0.36000001430511475,0.9800000190734863,2.5399999618530273,47.61977767944336 +1971,35,0,MVA,15-17 yrs,53,70905,15.984782218933105,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,74.7479019165039 +1971,35,0,suicide,15-17 yrs,4,70905,15.984782218933105,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,5.641351222991943 +1971,35,0,homicide,15-17 yrs,3,70905,15.984782218933105,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,4.231013298034668 +1971,35,0,other external,15-17 yrs,14,70905,15.984782218933105,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,19.744728088378906 +1971,35,0,internal,15-17 yrs,19,70905,15.984782218933105,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,26.796417236328125 +1971,35,0,all,18-20 yrs,146,60360,18.953413009643555,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,241.8820343017578 +1971,35,0,MVA,18-20 yrs,74,60360,18.953413009643555,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,122.59774780273438 +1971,35,0,suicide,18-20 yrs,11,60360,18.953413009643555,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,18.223989486694336 +1971,35,0,homicide,18-20 yrs,17,60360,18.953413009643555,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,28.16434669494629 +1971,35,0,other external,18-20 yrs,27,60360,18.953413009643555,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,44.73160934448242 +1971,35,0,internal,18-20 yrs,17,60360,18.953413009643555,0,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,28.16434669494629 +1971,35,0,all,21-24 yrs,167,71557,22.53041648864746,1,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,233.38038635253906 +1971,35,0,MVA,21-24 yrs,70,71557,22.53041648864746,1,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,97.82411193847656 +1971,35,0,suicide,21-24 yrs,19,71557,22.53041648864746,1,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,26.55225944519043 +1971,35,0,homicide,21-24 yrs,16,71557,22.53041648864746,1,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,22.35979652404785 +1971,35,0,other external,21-24 yrs,29,71557,22.53041648864746,1,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,40.52713394165039 +1971,35,0,internal,21-24 yrs,33,71557,22.53041648864746,1,0.1975308656692505,1.2599999904632568,0.3799999952316284,0.9399999976158142,2.5799999237060547,46.11708068847656 +1972,35,0,MVA,15-17 yrs,44,73357,15.977029800415039,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,59.98064422607422 +1972,35,0,suicide,15-17 yrs,6,73357,15.977029800415039,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,8.179178237915039 +1972,35,0,homicide,15-17 yrs,4,73357,15.977029800415039,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,5.452785491943359 +1972,35,0,other external,15-17 yrs,18,73357,15.977029800415039,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,24.537534713745117 +1972,35,0,internal,15-17 yrs,14,73357,15.977029800415039,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,19.084749221801758 +1972,35,0,all,18-20 yrs,120,64226,18.965465545654297,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,186.84022521972656 +1972,35,0,MVA,18-20 yrs,48,64226,18.965465545654297,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,74.73609161376953 +1972,35,0,suicide,18-20 yrs,14,64226,18.965465545654297,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,21.798025131225586 +1972,35,0,homicide,18-20 yrs,14,64226,18.965465545654297,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,21.798025131225586 +1972,35,0,other external,18-20 yrs,20,64226,18.965465545654297,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,31.140037536621094 +1972,35,0,internal,18-20 yrs,24,64226,18.965465545654297,0,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,37.368045806884766 +1972,35,0,all,21-24 yrs,166,72019,22.493494033813477,1,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,230.49473571777344 +1972,35,0,MVA,21-24 yrs,78,72019,22.493494033813477,1,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,108.30475616455078 +1972,35,0,suicide,21-24 yrs,14,72019,22.493494033813477,1,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,19.439313888549805 +1972,35,0,homicide,21-24 yrs,14,72019,22.493494033813477,1,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,19.439313888549805 +1972,35,0,other external,21-24 yrs,32,72019,22.493494033813477,1,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,44.43272018432617 +1972,35,0,internal,21-24 yrs,28,72019,22.493494033813477,1,0.19138756394386292,1.3799999952316284,0.3499999940395355,0.9800000190734863,2.700000047683716,38.87862777709961 +1973,35,0,MVA,15-17 yrs,49,75555,15.981986999511719,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,64.8534164428711 +1973,35,0,suicide,15-17 yrs,10,75555,15.981986999511719,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,13.235391616821289 +1973,35,0,homicide,15-17 yrs,2,75555,15.981986999511719,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,2.647078275680542 +1973,35,0,other external,15-17 yrs,25,75555,15.981986999511719,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,33.088478088378906 +1973,35,0,internal,15-17 yrs,19,75555,15.981986999511719,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,25.14724349975586 +1973,35,0,all,18-20 yrs,158,67565,18.978376388549805,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,233.84889221191406 +1973,35,0,MVA,18-20 yrs,77,67565,18.978376388549805,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,113.9643325805664 +1973,35,0,suicide,18-20 yrs,15,67565,18.978376388549805,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,22.200843811035156 +1973,35,0,homicide,18-20 yrs,14,67565,18.978376388549805,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,20.720787048339844 +1973,35,0,other external,18-20 yrs,32,67565,18.978376388549805,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,47.36180114746094 +1973,35,0,internal,18-20 yrs,20,67565,18.978376388549805,0,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,29.601125717163086 +1973,35,0,all,21-24 yrs,203,74769,22.459962844848633,1,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,271.5028991699219 +1973,35,0,MVA,21-24 yrs,87,74769,22.459962844848633,1,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,116.35838317871094 +1973,35,0,suicide,21-24 yrs,18,74769,22.459962844848633,1,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,24.074148178100586 +1973,35,0,homicide,21-24 yrs,28,74769,22.459962844848633,1,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,37.44867706298828 +1973,35,0,other external,21-24 yrs,31,74769,22.459962844848633,1,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,41.46103286743164 +1973,35,0,internal,21-24 yrs,39,74769,22.459962844848633,1,0.18018017709255219,1.3700000047683716,0.33000001311302185,0.949999988079071,2.6500000953674316,52.1606559753418 +1974,35,0,MVA,15-17 yrs,50,77838,15.992034912109375,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,64.23597717285156 +1974,35,0,suicide,15-17 yrs,11,77838,15.992034912109375,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,14.131915092468262 +1974,35,0,homicide,15-17 yrs,6,77838,15.992034912109375,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,7.708317279815674 +1974,35,0,other external,15-17 yrs,19,77838,15.992034912109375,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,24.409671783447266 +1974,35,0,internal,15-17 yrs,21,77838,15.992034912109375,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,26.979110717773438 +1974,35,0,all,18-20 yrs,160,69090,18.984817504882812,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,231.58200073242188 +1974,35,0,MVA,18-20 yrs,71,69090,18.984817504882812,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,102.76451110839844 +1974,35,0,suicide,18-20 yrs,23,69090,18.984817504882812,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,33.289913177490234 +1974,35,0,homicide,18-20 yrs,11,69090,18.984817504882812,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,15.92126178741455 +1974,35,0,other external,18-20 yrs,23,69090,18.984817504882812,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,33.289913177490234 +1974,35,0,internal,18-20 yrs,32,69090,18.984817504882812,0,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,46.31639862060547 +1974,35,0,all,21-24 yrs,201,77228,22.429262161254883,1,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,260.268310546875 +1974,35,0,MVA,21-24 yrs,82,77228,22.429262161254883,1,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,106.17910766601562 +1974,35,0,suicide,21-24 yrs,18,77228,22.429262161254883,1,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,23.30760955810547 +1974,35,0,homicide,21-24 yrs,13,77228,22.429262161254883,1,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,16.83327293395996 +1974,35,0,other external,21-24 yrs,33,77228,22.429262161254883,1,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,42.73061752319336 +1974,35,0,internal,21-24 yrs,55,77228,22.429262161254883,1,0.16227179765701294,1.5399999618530273,0.33000001311302185,0.9800000190734863,2.8399999141693115,71.21768951416016 +1975,35,0,MVA,15-17 yrs,46,79653,15.983654022216797,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,57.750492095947266 +1975,35,0,suicide,15-17 yrs,10,79653,15.983654022216797,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,12.554454803466797 +1975,35,0,homicide,15-17 yrs,7,79653,15.983654022216797,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,8.788118362426758 +1975,35,0,other external,15-17 yrs,21,79653,15.983654022216797,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,26.364355087280273 +1975,35,0,internal,15-17 yrs,21,79653,15.983654022216797,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,26.364355087280273 +1975,35,0,all,18-20 yrs,147,71584,18.978179931640625,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,205.3531494140625 +1975,35,0,MVA,18-20 yrs,69,71584,18.978179931640625,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,96.39025115966797 +1975,35,0,suicide,18-20 yrs,18,71584,18.978179931640625,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,25.14528465270996 +1975,35,0,homicide,18-20 yrs,14,71584,18.978179931640625,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,19.557443618774414 +1975,35,0,other external,18-20 yrs,25,71584,18.978179931640625,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,34.92400360107422 +1975,35,0,internal,18-20 yrs,21,71584,18.978179931640625,0,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,29.336164474487305 +1975,35,0,all,21-24 yrs,173,82381,22.4285945892334,1,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,209.9998779296875 +1975,35,0,MVA,21-24 yrs,73,82381,22.4285945892334,1,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,88.61266326904297 +1975,35,0,suicide,21-24 yrs,22,82381,22.4285945892334,1,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,26.70518684387207 +1975,35,0,homicide,21-24 yrs,25,82381,22.4285945892334,1,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,30.346803665161133 +1975,35,0,other external,21-24 yrs,21,82381,22.4285945892334,1,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,25.491313934326172 +1975,35,0,internal,21-24 yrs,32,82381,22.4285945892334,1,0.14869888126850128,1.5,0.3499999940395355,1,2.8499999046325684,38.84390640258789 +1976,35,0,MVA,15-17 yrs,65,81715,15.981826782226562,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,79.54476165771484 +1976,35,0,suicide,15-17 yrs,11,81715,15.981826782226562,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,13.461421012878418 +1976,35,0,homicide,15-17 yrs,6,81715,15.981826782226562,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,7.342593193054199 +1976,35,0,other external,15-17 yrs,21,81715,15.981826782226562,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,25.69907569885254 +1976,35,0,internal,15-17 yrs,11,81715,15.981826782226562,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,13.461421012878418 +1976,35,0,all,18-20 yrs,113,73623,18.984582901000977,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,153.48464965820312 +1976,35,0,MVA,18-20 yrs,59,73623,18.984582901000977,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,80.13800048828125 +1976,35,0,suicide,18-20 yrs,11,73623,18.984582901000977,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,14.940982818603516 +1976,35,0,homicide,18-20 yrs,16,73623,18.984582901000977,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,21.73233985900879 +1976,35,0,other external,18-20 yrs,9,73623,18.984582901000977,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,12.224440574645996 +1976,35,0,internal,18-20 yrs,18,73623,18.984582901000977,0,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,24.448881149291992 +1976,35,0,all,21-24 yrs,215,87366,22.448549270629883,1,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,246.09115600585938 +1976,35,0,MVA,21-24 yrs,86,87366,22.448549270629883,1,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,98.43646240234375 +1976,35,0,suicide,21-24 yrs,38,87366,22.448549270629883,1,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,43.495182037353516 +1976,35,0,homicide,21-24 yrs,10,87366,22.448549270629883,1,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,11.446100234985352 +1976,35,0,other external,21-24 yrs,43,87366,22.448549270629883,1,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,49.218231201171875 +1976,35,0,internal,21-24 yrs,38,87366,22.448549270629883,1,0.14059753715991974,1.559999942779541,0.3400000035762787,0.9800000190734863,2.880000114440918,43.495182037353516 +1977,35,0,MVA,15-17 yrs,62,82424,15.997391700744629,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,75.22080993652344 +1977,35,0,suicide,15-17 yrs,17,82424,15.997391700744629,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,20.62506103515625 +1977,35,0,homicide,15-17 yrs,5,82424,15.997391700744629,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,6.066194534301758 +1977,35,0,other external,15-17 yrs,22,82424,15.997391700744629,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,26.691255569458008 +1977,35,0,internal,15-17 yrs,17,82424,15.997391700744629,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,20.62506103515625 +1977,35,0,all,18-20 yrs,151,74960,18.997304916381836,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,201.44076538085938 +1977,35,0,MVA,18-20 yrs,85,74960,18.997304916381836,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,113.39380645751953 +1977,35,0,suicide,18-20 yrs,15,74960,18.997304916381836,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,20.010671615600586 +1977,35,0,homicide,18-20 yrs,15,74960,18.997304916381836,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,20.010671615600586 +1977,35,0,other external,18-20 yrs,15,74960,18.997304916381836,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,20.010671615600586 +1977,35,0,internal,18-20 yrs,21,74960,18.997304916381836,0,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,28.014942169189453 +1977,35,0,all,21-24 yrs,193,91086,22.465967178344727,1,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,211.88766479492188 +1977,35,0,MVA,21-24 yrs,92,91086,22.465967178344727,1,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,101.00344848632812 +1977,35,0,suicide,21-24 yrs,40,91086,22.465967178344727,1,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,43.91454315185547 +1977,35,0,homicide,21-24 yrs,14,91086,22.465967178344727,1,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,15.370089530944824 +1977,35,0,other external,21-24 yrs,21,91086,22.465967178344727,1,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,23.055133819580078 +1977,35,0,internal,21-24 yrs,26,91086,22.465967178344727,1,0.132013201713562,1.649999976158142,0.3199999928474426,0.9599999785423279,2.930000066757202,28.544452667236328 +1978,35,0,MVA,15-17 yrs,39,81630,16.006271362304688,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,47.776554107666016 +1978,35,0,suicide,15-17 yrs,8,81630,16.006271362304688,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,9.800318717956543 +1978,35,0,homicide,15-17 yrs,9,81630,16.006271362304688,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,11.025358200073242 +1978,35,0,other external,15-17 yrs,9,81630,16.006271362304688,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,11.025358200073242 +1978,35,0,internal,15-17 yrs,11,81630,16.006271362304688,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,13.475438117980957 +1978,35,0,all,18-20 yrs,152,75387,18.989665985107422,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,201.62628173828125 +1978,35,0,MVA,18-20 yrs,81,75387,18.989665985107422,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,107.4455795288086 +1978,35,0,suicide,18-20 yrs,16,75387,18.989665985107422,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,21.223817825317383 +1978,35,0,homicide,18-20 yrs,17,75387,18.989665985107422,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,22.55030632019043 +1978,35,0,other external,18-20 yrs,20,75387,18.989665985107422,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,26.529773712158203 +1978,35,0,internal,18-20 yrs,18,75387,18.989665985107422,0,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,23.876794815063477 +1978,35,0,all,21-24 yrs,241,93862,22.467985153198242,1,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,256.7599182128906 +1978,35,0,MVA,21-24 yrs,113,93862,22.467985153198242,1,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,120.38951110839844 +1978,35,0,suicide,21-24 yrs,30,93862,22.467985153198242,1,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,31.961816787719727 +1978,35,0,homicide,21-24 yrs,23,93862,22.467985153198242,1,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,24.504058837890625 +1978,35,0,other external,21-24 yrs,39,93862,22.467985153198242,1,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,41.55036163330078 +1978,35,0,internal,21-24 yrs,36,93862,22.467985153198242,1,0.12269938737154007,1.6799999475479126,0.3199999928474426,0.9800000190734863,2.990000009536743,38.35417938232422 +1979,35,0,MVA,15-17 yrs,47,81628,16.009126663208008,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,57.57828140258789 +1979,35,0,suicide,15-17 yrs,11,81628,16.009126663208008,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,13.475768089294434 +1979,35,0,homicide,15-17 yrs,7,81628,16.009126663208008,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,8.575489044189453 +1979,35,0,other external,15-17 yrs,13,81628,16.009126663208008,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,15.925908088684082 +1979,35,0,internal,15-17 yrs,15,81628,16.009126663208008,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,18.376047134399414 +1979,35,0,all,18-20 yrs,165,78175,18.989215850830078,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,211.06491088867188 +1979,35,0,MVA,18-20 yrs,92,78175,18.989215850830078,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,117.68468475341797 +1979,35,0,suicide,18-20 yrs,22,78175,18.989215850830078,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,28.14198875427246 +1979,35,0,homicide,18-20 yrs,13,78175,18.989215850830078,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,16.629356384277344 +1979,35,0,other external,18-20 yrs,25,78175,18.989215850830078,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,31.97953224182129 +1979,35,0,internal,18-20 yrs,13,78175,18.989215850830078,0,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,16.629356384277344 +1979,35,0,all,21-24 yrs,242,98446,22.473447799682617,1,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,245.82003784179688 +1979,35,0,MVA,21-24 yrs,106,98446,22.473447799682617,1,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,107.6732406616211 +1979,35,0,suicide,21-24 yrs,37,98446,22.473447799682617,1,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,37.58405685424805 +1979,35,0,homicide,21-24 yrs,22,98446,22.473447799682617,1,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,22.34727668762207 +1979,35,0,other external,21-24 yrs,46,98446,22.473447799682617,1,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,46.72612380981445 +1979,35,0,internal,21-24 yrs,31,98446,22.473447799682617,1,0.11019283533096313,1.7100000381469727,0.30000001192092896,1.0099999904632568,3.0199999809265137,31.489343643188477 +1980,35,0,MVA,15-17 yrs,44,78913,16.023113250732422,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,55.757606506347656 +1980,35,0,suicide,15-17 yrs,6,78913,16.023113250732422,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,7.6033101081848145 +1980,35,0,homicide,15-17 yrs,5,78913,16.023113250732422,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,6.3360915184021 +1980,35,0,other external,15-17 yrs,16,78913,16.023113250732422,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,20.275493621826172 +1980,35,0,internal,15-17 yrs,11,78913,16.023113250732422,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,13.939401626586914 +1980,35,0,all,18-20 yrs,165,79220,18.999696731567383,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,208.28073120117188 +1980,35,0,MVA,18-20 yrs,73,79220,18.999696731567383,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,92.14844512939453 +1980,35,0,suicide,18-20 yrs,15,79220,18.999696731567383,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,18.934612274169922 +1980,35,0,homicide,18-20 yrs,22,79220,18.999696731567383,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,27.77076530456543 +1980,35,0,other external,18-20 yrs,33,79220,18.999696731567383,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,41.65614700317383 +1980,35,0,internal,18-20 yrs,22,79220,18.999696731567383,0,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,27.77076530456543 +1980,35,0,all,21-24 yrs,236,99740,22.487768173217773,1,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,236.61520385742188 +1980,35,0,MVA,21-24 yrs,78,99740,22.487768173217773,1,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,78.20333099365234 +1980,35,0,suicide,21-24 yrs,41,99740,22.487768173217773,1,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,41.106876373291016 +1980,35,0,homicide,21-24 yrs,41,99740,22.487768173217773,1,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,41.106876373291016 +1980,35,0,other external,21-24 yrs,38,99740,22.487768173217773,1,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,38.099056243896484 +1980,35,0,internal,21-24 yrs,38,99740,22.487768173217773,1,0.09708737581968307,1.659999966621399,0.3199999928474426,1,2.990000009536743,38.099056243896484 +1981,35,0,MVA,15-17 yrs,31,75765,16.0366268157959,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,40.91598892211914 +1981,35,0,suicide,15-17 yrs,11,75765,16.0366268157959,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,14.518577575683594 +1981,35,0,homicide,15-17 yrs,7,75765,16.0366268157959,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,9.239094734191895 +1981,35,0,other external,15-17 yrs,12,75765,16.0366268157959,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,15.838447570800781 +1981,35,0,internal,15-17 yrs,14,75765,16.0366268157959,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,18.47818946838379 +1981,35,0,all,18-20 yrs,145,80342,18.998966217041016,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,180.47845458984375 +1981,35,0,MVA,18-20 yrs,59,80342,18.998966217041016,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,73.4360580444336 +1981,35,0,suicide,18-20 yrs,25,80342,18.998966217041016,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,31.116975784301758 +1981,35,0,homicide,18-20 yrs,15,80342,18.998966217041016,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,18.670185089111328 +1981,35,0,other external,18-20 yrs,14,80342,18.998966217041016,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,17.425506591796875 +1981,35,0,internal,18-20 yrs,32,80342,18.998966217041016,0,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,39.82972717285156 +1981,35,0,all,21-24 yrs,219,100248,22.50322151184082,1,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,218.45822143554688 +1981,35,0,MVA,21-24 yrs,75,100248,22.50322151184082,1,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,74.81446075439453 +1981,35,0,suicide,21-24 yrs,28,100248,22.50322151184082,1,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,27.93073272705078 +1981,35,0,homicide,21-24 yrs,27,100248,22.50322151184082,1,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,26.93320655822754 +1981,35,0,other external,21-24 yrs,39,100248,22.50322151184082,1,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,38.90351867675781 +1981,35,0,internal,21-24 yrs,50,100248,22.50322151184082,1,0.09900990128517151,1.7400000095367432,0.3199999928474426,0.949999988079071,3.009999990463257,49.87630844116211 +1982,35,0,MVA,15-17 yrs,40,72729,16.03253173828125,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,54.998695373535156 +1982,35,0,suicide,15-17 yrs,8,72729,16.03253173828125,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,10.999738693237305 +1982,35,0,homicide,15-17 yrs,4,72729,16.03253173828125,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,5.499869346618652 +1982,35,0,other external,15-17 yrs,12,72729,16.03253173828125,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,16.499608993530273 +1982,35,0,internal,15-17 yrs,11,72729,16.03253173828125,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,15.124640464782715 +1982,35,0,all,18-20 yrs,149,80739,19.004966735839844,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,184.54525756835938 +1982,35,0,MVA,18-20 yrs,76,80739,19.004966735839844,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,94.1304702758789 +1982,35,0,suicide,18-20 yrs,30,80739,19.004966735839844,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,37.15676498413086 +1982,35,0,homicide,18-20 yrs,8,80739,19.004966735839844,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,9.908470153808594 +1982,35,0,other external,18-20 yrs,14,80739,19.004966735839844,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,17.33982276916504 +1982,35,0,internal,18-20 yrs,21,80739,19.004966735839844,0,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,26.009735107421875 +1982,35,0,all,21-24 yrs,192,101353,22.484464645385742,1,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,189.43692016601562 +1982,35,0,MVA,21-24 yrs,90,101353,22.484464645385742,1,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,88.798553466796875 +1982,35,0,suicide,21-24 yrs,33,101353,22.484464645385742,1,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,32.559471130371094 +1982,35,0,homicide,21-24 yrs,20,101353,22.484464645385742,1,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,19.733013153076172 +1982,35,0,other external,21-24 yrs,24,101353,22.484464645385742,1,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,23.679615020751953 +1982,35,0,internal,21-24 yrs,25,101353,22.484464645385742,1,0.09326425194740295,1.7200000286102295,0.3400000035762787,0.9399999976158142,3,24.6662654876709 +1983,35,0,MVA,15-17 yrs,26,70253,16.017536163330078,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,37.00909423828125 +1983,35,0,suicide,15-17 yrs,16,70253,16.017536163330078,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,22.77482795715332 +1983,35,0,homicide,15-17 yrs,3,70253,16.017536163330078,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,4.270280361175537 +1983,35,0,other external,15-17 yrs,12,70253,16.017536163330078,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,17.08112144470215 +1983,35,0,internal,15-17 yrs,19,70253,16.017536163330078,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,27.045108795166016 +1983,35,0,all,18-20 yrs,123,80207,19.02863883972168,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,153.3531951904297 +1983,35,0,MVA,18-20 yrs,67,80207,19.02863883972168,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,83.53385925292969 +1983,35,0,suicide,18-20 yrs,19,80207,19.02863883972168,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,23.688705444335938 +1983,35,0,homicide,18-20 yrs,7,80207,19.02863883972168,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,8.727417945861816 +1983,35,0,other external,18-20 yrs,11,80207,19.02863883972168,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,13.714513778686523 +1983,35,0,internal,18-20 yrs,19,80207,19.02863883972168,0,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,23.688705444335938 +1983,35,0,all,21-24 yrs,172,102894,22.479124069213867,1,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,167.16232299804688 +1983,35,0,MVA,21-24 yrs,67,102894,22.479124069213867,1,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,65.11555480957031 +1983,35,0,suicide,21-24 yrs,29,102894,22.479124069213867,1,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,28.184345245361328 +1983,35,0,homicide,21-24 yrs,23,102894,22.479124069213867,1,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,22.35310173034668 +1983,35,0,other external,21-24 yrs,28,102894,22.479124069213867,1,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,27.21247100830078 +1983,35,0,internal,21-24 yrs,25,102894,22.479124069213867,1,0.1807229071855545,1.7200000286102295,0.3100000023841858,0.9800000190734863,3,24.29684829711914 +1984,35,0,MVA,15-17 yrs,18,70183,15.994115829467773,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,25.647235870361328 +1984,35,0,suicide,15-17 yrs,11,70183,15.994115829467773,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,15.673311233520508 +1984,35,0,homicide,15-17 yrs,5,70183,15.994115829467773,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,7.124232292175293 +1984,35,0,other external,15-17 yrs,8,70183,15.994115829467773,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,11.398772239685059 +1984,35,0,internal,15-17 yrs,8,70183,15.994115829467773,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,11.398772239685059 +1984,35,0,all,18-20 yrs,127,76146,19.042430877685547,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,166.7848663330078 +1984,35,0,MVA,18-20 yrs,53,76146,19.042430877685547,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,69.60313415527344 +1984,35,0,suicide,18-20 yrs,19,76146,19.042430877685547,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,24.95206642150879 +1984,35,0,homicide,18-20 yrs,9,76146,19.042430877685547,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,11.8193998336792 +1984,35,0,other external,18-20 yrs,24,76146,19.042430877685547,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,31.51839828491211 +1984,35,0,internal,18-20 yrs,22,76146,19.042430877685547,0,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,28.891864776611328 +1984,35,0,all,21-24 yrs,193,104029,22.478116989135742,1,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,185.5251922607422 +1984,35,0,MVA,21-24 yrs,86,104029,22.478116989135742,1,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,82.66925811767578 +1984,35,0,suicide,21-24 yrs,37,104029,22.478116989135742,1,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,35.5670051574707 +1984,35,0,homicide,21-24 yrs,18,104029,22.478116989135742,1,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,17.302867889404297 +1984,35,0,other external,21-24 yrs,27,104029,22.478116989135742,1,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,25.954301834106445 +1984,35,0,internal,21-24 yrs,25,104029,22.478116989135742,1,0.17324350774288177,1.7100000381469727,0.2800000011920929,0.7599999904632568,2.75,24.031761169433594 +1985,35,0,MVA,15-17 yrs,39,71456,15.978994369506836,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,54.57904052734375 +1985,35,0,suicide,15-17 yrs,8,71456,15.978994369506836,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,11.195700645446777 +1985,35,0,homicide,15-17 yrs,6,71456,15.978994369506836,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,8.396775245666504 +1985,35,0,other external,15-17 yrs,12,71456,15.978994369506836,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,16.793550491333008 +1985,35,0,internal,15-17 yrs,12,71456,15.978994369506836,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,16.793550491333008 +1985,35,0,all,18-20 yrs,115,72037,19.035982131958008,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,159.6401824951172 +1985,35,0,MVA,18-20 yrs,60,72037,19.035982131958008,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,83.29053497314453 +1985,35,0,suicide,18-20 yrs,15,72037,19.035982131958008,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,20.822633743286133 +1985,35,0,homicide,18-20 yrs,8,72037,19.035982131958008,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,11.105403900146484 +1985,35,0,other external,18-20 yrs,13,72037,19.035982131958008,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,18.046281814575195 +1985,35,0,internal,18-20 yrs,19,72037,19.035982131958008,0,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,26.375335693359375 +1985,35,0,all,21-24 yrs,197,104172,22.495708465576172,1,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,189.11032104492188 +1985,35,0,MVA,21-24 yrs,84,104172,22.495708465576172,1,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,80.63587188720703 +1985,35,0,suicide,21-24 yrs,38,104172,22.495708465576172,1,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,36.47813415527344 +1985,35,0,homicide,21-24 yrs,24,104172,22.495708465576172,1,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,23.038820266723633 +1985,35,0,other external,21-24 yrs,25,104172,22.495708465576172,1,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,23.99877166748047 +1985,35,0,internal,21-24 yrs,26,104172,22.495708465576172,1,0.1672862470149994,1.7000000476837158,0.36000001430511475,0.7699999809265137,2.8299999237060547,24.958721160888672 +1986,35,0,MVA,15-17 yrs,33,73548,15.985275268554688,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,44.868656158447266 +1986,35,0,suicide,15-17 yrs,11,73548,15.985275268554688,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,14.956218719482422 +1986,35,0,homicide,15-17 yrs,12,73548,15.985275268554688,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,16.315876007080078 +1986,35,0,other external,15-17 yrs,14,73548,15.985275268554688,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,19.035188674926758 +1986,35,0,internal,15-17 yrs,14,73548,15.985275268554688,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,19.035188674926758 +1986,35,0,all,18-20 yrs,133,68981,19.01665687561035,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,192.8067169189453 +1986,35,0,MVA,18-20 yrs,63,68981,19.01665687561035,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,91.329498291015625 +1986,35,0,suicide,18-20 yrs,21,68981,19.01665687561035,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,30.443164825439453 +1986,35,0,homicide,18-20 yrs,19,68981,19.01665687561035,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,27.54381561279297 +1986,35,0,other external,18-20 yrs,15,68981,19.01665687561035,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,21.745119094848633 +1986,35,0,internal,18-20 yrs,15,68981,19.01665687561035,0,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,21.745119094848633 +1986,35,0,all,21-24 yrs,181,102652,22.518898010253906,1,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,176.32388305664062 +1986,35,0,MVA,21-24 yrs,66,102652,22.518898010253906,1,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,64.2948989868164 +1986,35,0,suicide,21-24 yrs,37,102652,22.518898010253906,1,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,36.04410934448242 +1986,35,0,homicide,21-24 yrs,18,102652,22.518898010253906,1,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,17.53497314453125 +1986,35,0,other external,21-24 yrs,30,102652,22.518898010253906,1,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,29.22495460510254 +1986,35,0,internal,21-24 yrs,30,102652,22.518898010253906,1,0.16423358023166656,1.6399999856948853,0.3499999940395355,0.699999988079071,2.700000047683716,29.22495460510254 +1987,35,0,MVA,15-17 yrs,35,73234,16.01421546936035,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,47.79200744628906 +1987,35,0,suicide,15-17 yrs,13,73234,16.01421546936035,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,17.751317977905273 +1987,35,0,homicide,15-17 yrs,4,73234,16.01421546936035,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,5.461944103240967 +1987,35,0,other external,15-17 yrs,4,73234,16.01421546936035,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,5.461944103240967 +1987,35,0,internal,15-17 yrs,9,73234,16.01421546936035,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,12.289373397827148 +1987,35,0,all,18-20 yrs,113,67734,18.9925594329834,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,166.82907104492188 +1987,35,0,MVA,18-20 yrs,56,67734,18.9925594329834,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,82.67635345458984 +1987,35,0,suicide,18-20 yrs,15,67734,18.9925594329834,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,22.145450592041016 +1987,35,0,homicide,18-20 yrs,14,67734,18.9925594329834,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,20.66908836364746 +1987,35,0,other external,18-20 yrs,12,67734,18.9925594329834,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,17.71636199951172 +1987,35,0,internal,18-20 yrs,16,67734,18.9925594329834,0,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,23.621814727783203 +1987,35,0,all,21-24 yrs,169,98517,22.55718231201172,1,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,171.5439910888672 +1987,35,0,MVA,21-24 yrs,75,98517,22.55718231201172,1,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,76.12899017333984 +1987,35,0,suicide,21-24 yrs,34,98517,22.55718231201172,1,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,34.511810302734375 +1987,35,0,homicide,21-24 yrs,15,98517,22.55718231201172,1,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,15.225798606872559 +1987,35,0,other external,21-24 yrs,19,98517,22.55718231201172,1,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,19.2860107421875 +1987,35,0,internal,21-24 yrs,26,98517,22.55718231201172,1,0.15845070779323578,1.6299999952316284,0.3499999940395355,0.6700000166893005,2.6500000953674316,26.39138412475586 +1988,35,0,MVA,15-17 yrs,31,71600,16.025697708129883,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,43.29608917236328 +1988,35,0,suicide,15-17 yrs,21,71600,16.025697708129883,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,29.329608917236328 +1988,35,0,homicide,15-17 yrs,14,71600,16.025697708129883,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,19.553071975708008 +1988,35,0,other external,15-17 yrs,10,71600,16.025697708129883,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,13.966480255126953 +1988,35,0,internal,15-17 yrs,11,71600,16.025697708129883,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,15.363128662109375 +1988,35,0,all,18-20 yrs,96,67674,18.974199295043945,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,141.85655212402344 +1988,35,0,MVA,18-20 yrs,47,67674,18.974199295043945,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,69.45059967041016 +1988,35,0,suicide,18-20 yrs,22,67674,18.974199295043945,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,32.508792877197266 +1988,35,0,homicide,18-20 yrs,11,67674,18.974199295043945,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,16.254396438598633 +1988,35,0,other external,18-20 yrs,10,67674,18.974199295043945,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,14.776723861694336 +1988,35,0,internal,18-20 yrs,6,67674,18.974199295043945,0,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,8.866034507751465 +1988,35,0,all,21-24 yrs,153,92446,22.56427574157715,1,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,165.5020294189453 +1988,35,0,MVA,21-24 yrs,62,92446,22.56427574157715,1,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,67.06617736816406 +1988,35,0,suicide,21-24 yrs,34,92446,22.56427574157715,1,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,36.778228759765625 +1988,35,0,homicide,21-24 yrs,13,92446,22.56427574157715,1,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,14.062263488769531 +1988,35,0,other external,21-24 yrs,21,92446,22.56427574157715,1,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,22.71596336364746 +1988,35,0,internal,21-24 yrs,23,92446,22.56427574157715,1,0.1521555334329605,1.6299999952316284,0.33000001311302185,0.6700000166893005,2.640000104904175,24.8793888092041 +1989,35,0,MVA,15-17 yrs,32,69046,16.011180877685547,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,46.34591293334961 +1989,35,0,suicide,15-17 yrs,13,69046,16.011180877685547,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,18.828027725219727 +1989,35,0,homicide,15-17 yrs,2,69046,16.011180877685547,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,2.8966195583343506 +1989,35,0,other external,15-17 yrs,14,69046,16.011180877685547,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,20.276336669921875 +1989,35,0,internal,15-17 yrs,9,69046,16.011180877685547,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,13.034788131713867 +1989,35,0,all,18-20 yrs,103,68557,18.976865768432617,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,150.2399444580078 +1989,35,0,MVA,18-20 yrs,53,68557,18.976865768432617,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,77.30792999267578 +1989,35,0,suicide,18-20 yrs,21,68557,18.976865768432617,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,30.631444931030273 +1989,35,0,homicide,18-20 yrs,12,68557,18.976865768432617,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,17.50368309020996 +1989,35,0,other external,18-20 yrs,7,68557,18.976865768432617,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,10.210481643676758 +1989,35,0,internal,18-20 yrs,10,68557,18.976865768432617,0,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,14.586402893066406 +1989,35,0,all,21-24 yrs,172,87258,22.548992156982422,1,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,197.11659240722656 +1989,35,0,MVA,21-24 yrs,75,87258,22.548992156982422,1,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,85.9520034790039 +1989,35,0,suicide,21-24 yrs,33,87258,22.548992156982422,1,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,37.81888198852539 +1989,35,0,homicide,21-24 yrs,20,87258,22.548992156982422,1,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,22.920534133911133 +1989,35,0,other external,21-24 yrs,13,87258,22.548992156982422,1,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,14.898347854614258 +1989,35,0,internal,21-24 yrs,31,87258,22.548992156982422,1,0.14516130089759827,1.6399999856948853,0.28999999165534973,0.6499999761581421,2.5799999237060547,35.52682876586914 +1990,35,0,MVA,15-17 yrs,44,68717,15.995182991027832,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,64.030731201171875 +1990,35,0,suicide,15-17 yrs,13,68717,15.995182991027832,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,18.918170928955078 +1990,35,0,homicide,15-17 yrs,9,68717,15.995182991027832,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,13.097195625305176 +1990,35,0,other external,15-17 yrs,17,68717,15.995182991027832,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,24.739147186279297 +1990,35,0,internal,15-17 yrs,15,68717,15.995182991027832,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,21.828659057617188 +1990,35,0,all,18-20 yrs,115,68403,19.004619598388672,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,168.12127685546875 +1990,35,0,MVA,18-20 yrs,55,68403,19.004619598388672,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,80.40583038330078 +1990,35,0,suicide,18-20 yrs,18,68403,19.004619598388672,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,26.31463623046875 +1990,35,0,homicide,18-20 yrs,11,68403,19.004619598388672,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,16.081165313720703 +1990,35,0,other external,18-20 yrs,17,68403,19.004619598388672,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,24.852710723876953 +1990,35,0,internal,18-20 yrs,14,68403,19.004619598388672,0,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,20.466938018798828 +1990,35,0,all,21-24 yrs,143,83714,22.510499954223633,1,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,170.8197021484375 +1990,35,0,MVA,21-24 yrs,63,83714,22.510499954223633,1,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,75.25623321533203 +1990,35,0,suicide,21-24 yrs,26,83714,22.510499954223633,1,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,31.05812644958496 +1990,35,0,homicide,21-24 yrs,18,83714,22.510499954223633,1,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,21.501779556274414 +1990,35,0,other external,21-24 yrs,12,83714,22.510499954223633,1,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,14.33452033996582 +1990,35,0,internal,21-24 yrs,24,83714,22.510499954223633,1,0.13771997392177582,1.6799999475479126,0.2800000011920929,0.6800000071525574,2.640000104904175,28.66904067993164 +1991,35,0,MVA,15-17 yrs,19,69770,15.998839378356934,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,27.23233413696289 +1991,35,0,suicide,15-17 yrs,16,69770,15.998839378356934,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,22.932493209838867 +1991,35,0,homicide,15-17 yrs,7,69770,15.998839378356934,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,10.032965660095215 +1991,35,0,other external,15-17 yrs,10,69770,15.998839378356934,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,14.332807540893555 +1991,35,0,internal,15-17 yrs,9,69770,15.998839378356934,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,12.899526596069336 +1991,35,0,all,18-20 yrs,108,69632,19.011001586914062,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,155.10110473632812 +1991,35,0,MVA,18-20 yrs,54,69632,19.011001586914062,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,77.55055236816406 +1991,35,0,suicide,18-20 yrs,17,69632,19.011001586914062,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,24.4140625 +1991,35,0,homicide,18-20 yrs,21,69632,19.011001586914062,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,30.15854835510254 +1991,35,0,other external,18-20 yrs,6,69632,19.011001586914062,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,8.616727828979492 +1991,35,0,internal,18-20 yrs,10,69632,19.011001586914062,0,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,14.361213684082031 +1991,35,0,all,21-24 yrs,149,83557,22.47711181640625,1,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,178.32138061523438 +1991,35,0,MVA,21-24 yrs,50,83557,22.47711181640625,1,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,59.83938980102539 +1991,35,0,suicide,21-24 yrs,23,83557,22.47711181640625,1,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,27.526119232177734 +1991,35,0,homicide,21-24 yrs,26,83557,22.47711181640625,1,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,31.116483688354492 +1991,35,0,other external,21-24 yrs,21,83557,22.47711181640625,1,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,25.132543563842773 +1991,35,0,internal,21-24 yrs,29,83557,22.47711181640625,1,0.13215859234333038,1.6399999856948853,0.25999999046325684,0.6399999856948853,2.5399999618530273,34.70684814453125 +1992,35,0,MVA,15-17 yrs,20,72505,15.990800857543945,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,27.584304809570312 +1992,35,0,suicide,15-17 yrs,12,72505,15.990800857543945,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,16.550582885742188 +1992,35,0,homicide,15-17 yrs,8,72505,15.990800857543945,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,11.033721923828125 +1992,35,0,other external,15-17 yrs,7,72505,15.990800857543945,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,9.65450668334961 +1992,35,0,internal,15-17 yrs,13,72505,15.990800857543945,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,17.929798126220703 +1992,35,0,all,18-20 yrs,100,70656,19.00847816467285,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,141.53079223632812 +1992,35,0,MVA,18-20 yrs,31,70656,19.00847816467285,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,43.87454605102539 +1992,35,0,suicide,18-20 yrs,19,70656,19.00847816467285,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,26.890851974487305 +1992,35,0,homicide,18-20 yrs,20,70656,19.00847816467285,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,28.30615997314453 +1992,35,0,other external,18-20 yrs,18,70656,19.00847816467285,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,25.475543975830078 +1992,35,0,internal,18-20 yrs,12,70656,19.00847816467285,0,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,16.98369598388672 +1992,35,0,all,21-24 yrs,137,85187,22.4464054107666,1,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,160.82266235351562 +1992,35,0,MVA,21-24 yrs,51,85187,22.4464054107666,1,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,59.868289947509766 +1992,35,0,suicide,21-24 yrs,36,85187,22.4464054107666,1,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,42.25996780395508 +1992,35,0,homicide,21-24 yrs,13,85187,22.4464054107666,1,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,15.260544776916504 +1992,35,0,other external,21-24 yrs,15,85187,22.4464054107666,1,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,17.608320236206055 +1992,35,0,internal,21-24 yrs,22,85187,22.4464054107666,1,0.12829650938510895,1.559999942779541,0.25,0.6600000262260437,2.4700000286102295,25.825536727905273 +1993,35,0,MVA,15-17 yrs,21,75172,15.98550033569336,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,27.93593406677246 +1993,35,0,suicide,15-17 yrs,8,75172,15.98550033569336,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,10.642260551452637 +1993,35,0,homicide,15-17 yrs,8,75172,15.98550033569336,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,10.642260551452637 +1993,35,0,other external,15-17 yrs,3,75172,15.98550033569336,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,3.990847587585449 +1993,35,0,internal,15-17 yrs,11,75172,15.98550033569336,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,14.633108139038086 +1993,35,0,all,18-20 yrs,109,72174,19.002687454223633,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,151.02391052246094 +1993,35,0,MVA,18-20 yrs,44,72174,19.002687454223633,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,60.963783264160156 +1993,35,0,suicide,18-20 yrs,22,72174,19.002687454223633,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,30.481891632080078 +1993,35,0,homicide,18-20 yrs,18,72174,19.002687454223633,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,24.939729690551758 +1993,35,0,other external,18-20 yrs,11,72174,19.002687454223633,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,15.240945816040039 +1993,35,0,internal,18-20 yrs,14,72174,19.002687454223633,0,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,19.397567749023438 +1993,35,0,all,21-24 yrs,144,86833,22.450565338134766,1,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,165.8355712890625 +1993,35,0,MVA,21-24 yrs,52,86833,22.450565338134766,1,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,59.885066986083984 +1993,35,0,suicide,21-24 yrs,29,86833,22.450565338134766,1,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,33.39744186401367 +1993,35,0,homicide,21-24 yrs,20,86833,22.450565338134766,1,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,23.032718658447266 +1993,35,0,other external,21-24 yrs,13,86833,22.450565338134766,1,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,14.971266746520996 +1993,35,0,internal,21-24 yrs,30,86833,22.450565338134766,1,0.24221453070640564,1.5299999713897705,0.23000000417232513,0.6299999952316284,2.390000104904175,34.549076080322266 +1994,35,0,MVA,15-17 yrs,22,78685,15.991599082946777,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,27.959585189819336 +1994,35,0,suicide,15-17 yrs,19,78685,15.991599082946777,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,24.146915435791016 +1994,35,0,homicide,15-17 yrs,18,78685,15.991599082946777,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,22.87602424621582 +1994,35,0,other external,15-17 yrs,5,78685,15.991599082946777,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,6.3544511795043945 +1994,35,0,internal,15-17 yrs,9,78685,15.991599082946777,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,11.43801212310791 +1994,35,0,all,18-20 yrs,98,74062,19.004037857055664,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,132.32156372070312 +1994,35,0,MVA,18-20 yrs,45,74062,19.004037857055664,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,60.75990295410156 +1994,35,0,suicide,18-20 yrs,15,74062,19.004037857055664,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,20.2533016204834 +1994,35,0,homicide,18-20 yrs,8,74062,19.004037857055664,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,10.80176067352295 +1994,35,0,other external,18-20 yrs,13,74062,19.004037857055664,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,17.552860260009766 +1994,35,0,internal,18-20 yrs,17,74062,19.004037857055664,0,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,22.9537410736084 +1994,35,0,all,21-24 yrs,139,89613,22.462142944335938,1,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,155.11141967773438 +1994,35,0,MVA,21-24 yrs,59,89613,22.462142944335938,1,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,65.83866119384766 +1994,35,0,suicide,21-24 yrs,23,89613,22.462142944335938,1,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,25.665918350219727 +1994,35,0,homicide,21-24 yrs,24,89613,22.462142944335938,1,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,26.781827926635742 +1994,35,0,other external,21-24 yrs,13,89613,22.462142944335938,1,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,14.506823539733887 +1994,35,0,internal,21-24 yrs,20,89613,22.462142944335938,1,0.2766531705856323,1.4600000381469727,0.1899999976158142,0.6000000238418579,2.25,22.31818962097168 +1995,35,0,MVA,15-17 yrs,37,81920,15.978137016296387,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,45.166015625 +1995,35,0,suicide,15-17 yrs,11,81920,15.978137016296387,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,13.427734375 +1995,35,0,homicide,15-17 yrs,13,81920,15.978137016296387,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,15.869140625 +1995,35,0,other external,15-17 yrs,5,81920,15.978137016296387,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,6.103515625 +1995,35,0,internal,15-17 yrs,19,81920,15.978137016296387,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,23.193359375 +1995,35,0,all,18-20 yrs,113,76551,18.9945011138916,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,147.614013671875 +1995,35,0,MVA,18-20 yrs,51,76551,18.9945011138916,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,66.62225341796875 +1995,35,0,suicide,18-20 yrs,17,76551,18.9945011138916,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,22.207416534423828 +1995,35,0,homicide,18-20 yrs,15,76551,18.9945011138916,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,19.59477996826172 +1995,35,0,other external,18-20 yrs,13,76551,18.9945011138916,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,16.98214340209961 +1995,35,0,internal,18-20 yrs,17,76551,18.9945011138916,0,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,22.207416534423828 +1995,35,0,all,21-24 yrs,127,90754,22.46913719177246,1,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,139.93873596191406 +1995,35,0,MVA,21-24 yrs,45,90754,22.46913719177246,1,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,49.584590911865234 +1995,35,0,suicide,21-24 yrs,22,90754,22.46913719177246,1,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,24.241355895996094 +1995,35,0,homicide,21-24 yrs,17,90754,22.46913719177246,1,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,18.731956481933594 +1995,35,0,other external,21-24 yrs,23,90754,22.46913719177246,1,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,25.34323501586914 +1995,35,0,internal,21-24 yrs,20,90754,22.46913719177246,1,0.2690288722515106,1.559999942779541,0.23999999463558197,0.6000000238418579,2.4000000953674316,22.037595748901367 +1996,35,0,MVA,15-17 yrs,34,84762,15.994195938110352,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,40.1123161315918 +1996,35,0,suicide,15-17 yrs,6,84762,15.994195938110352,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,7.078643798828125 +1996,35,0,homicide,15-17 yrs,12,84762,15.994195938110352,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,14.15728759765625 +1996,35,0,other external,15-17 yrs,7,84762,15.994195938110352,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,8.258418083190918 +1996,35,0,internal,15-17 yrs,15,84762,15.994195938110352,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,17.696609497070312 +1996,35,0,all,18-20 yrs,137,78309,18.99193000793457,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,174.94796752929688 +1996,35,0,MVA,18-20 yrs,54,78309,18.99193000793457,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,68.95758819580078 +1996,35,0,suicide,18-20 yrs,22,78309,18.99193000793457,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,28.093833923339844 +1996,35,0,homicide,18-20 yrs,23,78309,18.99193000793457,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,29.370826721191406 +1996,35,0,other external,18-20 yrs,18,78309,18.99193000793457,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,22.985864639282227 +1996,35,0,internal,18-20 yrs,20,78309,18.99193000793457,0,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,25.53984832763672 +1996,35,0,all,21-24 yrs,147,91561,22.457475662231445,1,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,160.5487060546875 +1996,35,0,MVA,21-24 yrs,60,91561,22.457475662231445,1,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,65.53008270263672 +1996,35,0,suicide,21-24 yrs,20,91561,22.457475662231445,1,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,21.843360900878906 +1996,35,0,homicide,21-24 yrs,23,91561,22.457475662231445,1,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,25.11986541748047 +1996,35,0,other external,21-24 yrs,23,91561,22.457475662231445,1,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,25.11986541748047 +1996,35,0,internal,21-24 yrs,21,91561,22.457475662231445,1,0.26131293177604675,1.5499999523162842,0.23999999463558197,0.5899999737739563,2.380000114440918,22.935529708862305 +1970,36,1,MVA,15-17 yrs,183,964612,15.985573768615723,0,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,18.971359252929688 +1970,36,1,suicide,15-17 yrs,27,964612,15.985573768615723,0,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,2.7990529537200928 +1970,36,1,homicide,15-17 yrs,46,964612,15.985573768615723,0,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,4.768756866455078 +1970,36,1,other external,15-17 yrs,188,964612,15.985573768615723,0,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,19.489702224731445 +1970,36,1,internal,15-17 yrs,328,964612,15.985573768615723,0,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,34.0033073425293 +1970,36,1,all,18-20 yrs,1205,886289,18.9753475189209,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,135.9601593017578 +1970,36,1,MVA,18-20 yrs,328,886289,18.9753475189209,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,37.008243560791016 +1970,36,1,suicide,18-20 yrs,51,886289,18.9753475189209,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,5.754330635070801 +1970,36,1,homicide,18-20 yrs,125,886289,18.9753475189209,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,14.103752136230469 +1970,36,1,other external,18-20 yrs,280,886289,18.9753475189209,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,31.592403411865234 +1970,36,1,internal,18-20 yrs,421,886289,18.9753475189209,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,47.501434326171875 +1970,36,1,all,21-24 yrs,1596,1097782,22.46368408203125,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,145.38406372070312 +1970,36,1,MVA,21-24 yrs,320,1097782,22.46368408203125,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,29.14968490600586 +1970,36,1,suicide,21-24 yrs,96,1097782,22.46368408203125,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,8.744905471801758 +1970,36,1,homicide,21-24 yrs,193,1097782,22.46368408203125,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,17.580904006958008 +1970,36,1,other external,21-24 yrs,391,1097782,22.46368408203125,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,35.617271423339844 +1970,36,1,internal,21-24 yrs,596,1097782,22.46368408203125,1,0.11340206116437912,1.1799999475479126,0.4000000059604645,1.4199999570846558,3,54.291290283203125 +1971,36,1,MVA,15-17 yrs,197,983150,15.985013008117676,0,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,20.037633895874023 +1971,36,1,suicide,15-17 yrs,29,983150,15.985013008117676,0,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,2.949702501296997 +1971,36,1,homicide,15-17 yrs,63,983150,15.985013008117676,0,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,6.4079742431640625 +1971,36,1,other external,15-17 yrs,164,983150,15.985013008117676,0,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,16.681076049804688 +1971,36,1,internal,15-17 yrs,384,983150,15.985013008117676,0,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,39.058128356933594 +1971,36,1,all,18-20 yrs,1315,912868,18.986722946166992,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,144.05149841308594 +1971,36,1,MVA,18-20 yrs,333,912868,18.986722946166992,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,36.47843933105469 +1971,36,1,suicide,18-20 yrs,61,912868,18.986722946166992,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,6.682236671447754 +1971,36,1,homicide,18-20 yrs,129,912868,18.986722946166992,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,14.131287574768066 +1971,36,1,other external,18-20 yrs,218,912868,18.986722946166992,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,23.880779266357422 +1971,36,1,internal,18-20 yrs,574,912868,18.986722946166992,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,62.87874984741211 +1971,36,1,all,21-24 yrs,1796,1169285,22.552759170532227,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,153.59814453125 +1971,36,1,MVA,21-24 yrs,344,1169285,22.552759170532227,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,29.419687271118164 +1971,36,1,suicide,21-24 yrs,98,1169285,22.552759170532227,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,8.381190299987793 +1971,36,1,homicide,21-24 yrs,269,1169285,22.552759170532227,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,23.005512237548828 +1971,36,1,other external,21-24 yrs,281,1169285,22.552759170532227,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,24.031780242919922 +1971,36,1,internal,21-24 yrs,804,1169285,22.552759170532227,1,0.10864197462797165,1.159999966621399,0.4399999976158142,1.409999966621399,3.009999990463257,68.75997161865234 +1972,36,1,MVA,15-17 yrs,188,1001011,15.981644630432129,0,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,18.7810115814209 +1972,36,1,suicide,15-17 yrs,34,1001011,15.981644630432129,0,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,3.396566152572632 +1972,36,1,homicide,15-17 yrs,112,1001011,15.981644630432129,0,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,11.188688278198242 +1972,36,1,other external,15-17 yrs,162,1001011,15.981644630432129,0,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,16.183637619018555 +1972,36,1,internal,15-17 yrs,342,1001011,15.981644630432129,0,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,34.16545867919922 +1972,36,1,all,18-20 yrs,1292,925101,18.992116928100586,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,139.66043090820312 +1972,36,1,MVA,18-20 yrs,346,925101,18.992116928100586,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,37.40132141113281 +1972,36,1,suicide,18-20 yrs,74,925101,18.992116928100586,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,7.999126434326172 +1972,36,1,homicide,18-20 yrs,154,925101,18.992116928100586,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,16.646831512451172 +1972,36,1,other external,18-20 yrs,202,925101,18.992116928100586,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,21.835453033447266 +1972,36,1,internal,18-20 yrs,516,925101,18.992116928100586,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,55.77769470214844 +1972,36,1,all,21-24 yrs,1794,1154971,22.496858596801758,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,155.32858276367188 +1972,36,1,MVA,21-24 yrs,388,1154971,22.496858596801758,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,33.59391784667969 +1972,36,1,suicide,21-24 yrs,84,1154971,22.496858596801758,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,7.272910118103027 +1972,36,1,homicide,21-24 yrs,314,1154971,22.496858596801758,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,27.186830520629883 +1972,36,1,other external,21-24 yrs,242,1154971,22.496858596801758,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,20.95290756225586 +1972,36,1,internal,21-24 yrs,766,1154971,22.496858596801758,1,0.10526315867900848,1.1399999856948853,0.4399999976158142,1.2400000095367432,2.809999942779541,66.32201385498047 +1973,36,1,MVA,15-17 yrs,201,1008519,15.983281135559082,0,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,19.930213928222656 +1973,36,1,suicide,15-17 yrs,29,1008519,15.983281135559082,0,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,2.8755035400390625 +1973,36,1,homicide,15-17 yrs,95,1008519,15.983281135559082,0,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,9.419753074645996 +1973,36,1,other external,15-17 yrs,158,1008519,15.983281135559082,0,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,15.666536331176758 +1973,36,1,internal,15-17 yrs,298,1008519,15.983281135559082,0,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,29.54827880859375 +1973,36,1,all,18-20 yrs,1239,928442,18.989463806152344,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,133.44937133789062 +1973,36,1,MVA,18-20 yrs,326,928442,18.989463806152344,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,35.112586975097656 +1973,36,1,suicide,18-20 yrs,57,928442,18.989463806152344,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,6.139317035675049 +1973,36,1,homicide,18-20 yrs,142,928442,18.989463806152344,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,15.294439315795898 +1973,36,1,other external,18-20 yrs,197,928442,18.989463806152344,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,21.218341827392578 +1973,36,1,internal,18-20 yrs,517,928442,18.989463806152344,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,55.68468475341797 +1973,36,1,all,21-24 yrs,1747,1154070,22.48872947692871,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,151.37730407714844 +1973,36,1,MVA,21-24 yrs,319,1154070,22.48872947692871,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,27.64130401611328 +1973,36,1,suicide,21-24 yrs,121,1154070,22.48872947692871,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,10.48463249206543 +1973,36,1,homicide,21-24 yrs,293,1154070,22.48872947692871,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,25.388408660888672 +1973,36,1,other external,21-24 yrs,260,1154070,22.48872947692871,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,22.528963088989258 +1973,36,1,internal,21-24 yrs,754,1154070,22.48872947692871,1,0.09909909218549728,1.159999966621399,0.44999998807907104,1.3200000524520874,2.930000066757202,65.33399200439453 +1974,36,1,MVA,15-17 yrs,151,1015463,15.993325233459473,0,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,14.870063781738281 +1974,36,1,suicide,15-17 yrs,24,1015463,15.993325233459473,0,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,2.3634538650512695 +1974,36,1,homicide,15-17 yrs,89,1015463,15.993325233459473,0,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,8.764474868774414 +1974,36,1,other external,15-17 yrs,136,1015463,15.993325233459473,0,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,13.392905235290527 +1974,36,1,internal,15-17 yrs,312,1015463,15.993325233459473,0,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,30.72490119934082 +1974,36,1,all,18-20 yrs,1154,937282,18.991844177246094,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,123.12196350097656 +1974,36,1,MVA,18-20 yrs,309,937282,18.991844177246094,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,32.96766662597656 +1974,36,1,suicide,18-20 yrs,71,937282,18.991844177246094,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,7.575094699859619 +1974,36,1,homicide,18-20 yrs,142,937282,18.991844177246094,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,15.150189399719238 +1974,36,1,other external,18-20 yrs,181,937282,18.991844177246094,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,19.3111572265625 +1974,36,1,internal,18-20 yrs,451,937282,18.991844177246094,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,48.117855072021484 +1974,36,1,all,21-24 yrs,1675,1157213,22.485565185546875,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,144.7443084716797 +1974,36,1,MVA,21-24 yrs,279,1157213,22.485565185546875,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,24.109649658203125 +1974,36,1,suicide,21-24 yrs,105,1157213,22.485565185546875,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,9.073524475097656 +1974,36,1,homicide,21-24 yrs,237,1157213,22.485565185546875,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,20.480239868164062 +1974,36,1,other external,21-24 yrs,266,1157213,22.485565185546875,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,22.98626136779785 +1974,36,1,internal,21-24 yrs,788,1157213,22.485565185546875,1,0.08924949169158936,1.1699999570846558,0.4399999976158142,1.2999999523162842,2.9100000858306885,68.094635009765625 +1975,36,1,MVA,15-17 yrs,170,1014138,15.999218940734863,0,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,16.763004302978516 +1975,36,1,suicide,15-17 yrs,28,1014138,15.999218940734863,0,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,2.760965585708618 +1975,36,1,homicide,15-17 yrs,59,1014138,15.999218940734863,0,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,5.817748546600342 +1975,36,1,other external,15-17 yrs,146,1014138,15.999218940734863,0,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,14.396462440490723 +1975,36,1,internal,15-17 yrs,243,1014138,15.999218940734863,0,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,23.96123695373535 +1975,36,1,all,18-20 yrs,1071,954275,18.987728118896484,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,112.23179626464844 +1975,36,1,MVA,18-20 yrs,307,954275,18.987728118896484,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,32.1710205078125 +1975,36,1,suicide,18-20 yrs,74,954275,18.987728118896484,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,7.754578113555908 +1975,36,1,homicide,18-20 yrs,140,954275,18.987728118896484,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,14.670823097229004 +1975,36,1,other external,18-20 yrs,196,954275,18.987728118896484,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,20.539152145385742 +1975,36,1,internal,18-20 yrs,354,954275,18.987728118896484,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,37.09622573852539 +1975,36,1,all,21-24 yrs,1548,1167811,22.488122940063477,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,132.55569458007812 +1975,36,1,MVA,21-24 yrs,270,1167811,22.488122940063477,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,23.120180130004883 +1975,36,1,suicide,21-24 yrs,120,1167811,22.488122940063477,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,10.275635719299316 +1975,36,1,homicide,21-24 yrs,261,1167811,22.488122940063477,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,22.349506378173828 +1975,36,1,other external,21-24 yrs,270,1167811,22.488122940063477,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,23.120180130004883 +1975,36,1,internal,21-24 yrs,627,1167811,22.488122940063477,1,0.08178438991308212,1.159999966621399,0.44999998807907104,1.2699999809265137,2.890000104904175,53.69019317626953 +1976,36,1,MVA,15-17 yrs,184,1015025,15.99487018585205,0,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,18.12763214111328 +1976,36,1,suicide,15-17 yrs,35,1015025,15.99487018585205,0,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,3.448190927505493 +1976,36,1,homicide,15-17 yrs,70,1015025,15.99487018585205,0,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,6.896381855010986 +1976,36,1,other external,15-17 yrs,124,1015025,15.99487018585205,0,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,12.216447830200195 +1976,36,1,internal,15-17 yrs,243,1015025,15.99487018585205,0,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,23.940296173095703 +1976,36,1,all,18-20 yrs,987,966259,18.988428115844727,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,102.14652252197266 +1976,36,1,MVA,18-20 yrs,295,966259,18.988428115844727,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,30.53011703491211 +1976,36,1,suicide,18-20 yrs,84,966259,18.988428115844727,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,8.693321228027344 +1976,36,1,homicide,18-20 yrs,164,966259,18.988428115844727,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,16.972675323486328 +1976,36,1,other external,18-20 yrs,176,966259,18.988428115844727,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,18.21457862854004 +1976,36,1,internal,18-20 yrs,268,966259,18.988428115844727,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,27.7358341217041 +1976,36,1,all,21-24 yrs,1531,1176435,22.48148536682129,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,130.13893127441406 +1976,36,1,MVA,21-24 yrs,227,1176435,22.48148536682129,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,19.295583724975586 +1976,36,1,suicide,21-24 yrs,169,1176435,22.48148536682129,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,14.365434646606445 +1976,36,1,homicide,21-24 yrs,267,1176435,22.48148536682129,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,22.69568634033203 +1976,36,1,other external,21-24 yrs,247,1176435,22.48148536682129,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,20.995635986328125 +1976,36,1,internal,21-24 yrs,621,1176435,22.48148536682129,1,0.0773286446928978,1.1399999856948853,0.4399999976158142,1.25,2.8299999237060547,52.786598205566406 +1977,36,1,MVA,15-17 yrs,191,1003486,15.998491287231445,0,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,19.033649444580078 +1977,36,1,suicide,15-17 yrs,43,1003486,15.998491287231445,0,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,4.285062313079834 +1977,36,1,homicide,15-17 yrs,84,1003486,15.998491287231445,0,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,8.370819091796875 +1977,36,1,other external,15-17 yrs,114,1003486,15.998491287231445,0,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,11.360397338867188 +1977,36,1,internal,15-17 yrs,211,1003486,15.998491287231445,0,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,21.026700973510742 +1977,36,1,all,18-20 yrs,1064,970274,18.99814796447754,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,109.65974426269531 +1977,36,1,MVA,18-20 yrs,328,970274,18.99814796447754,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,33.80488586425781 +1977,36,1,suicide,18-20 yrs,88,970274,18.99814796447754,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,9.069602966308594 +1977,36,1,homicide,18-20 yrs,173,970274,18.99814796447754,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,17.830015182495117 +1977,36,1,other external,18-20 yrs,150,970274,18.99814796447754,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,15.459550857543945 +1977,36,1,internal,18-20 yrs,325,970274,18.99814796447754,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,33.49569320678711 +1977,36,1,all,21-24 yrs,1441,1178411,22.48021125793457,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,122.28330993652344 +1977,36,1,MVA,21-24 yrs,285,1178411,22.48021125793457,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,24.185110092163086 +1977,36,1,suicide,21-24 yrs,153,1178411,22.48021125793457,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,12.983585357666016 +1977,36,1,homicide,21-24 yrs,247,1178411,22.48021125793457,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,20.96042823791504 +1977,36,1,other external,21-24 yrs,206,1178411,22.48021125793457,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,17.48116683959961 +1977,36,1,internal,21-24 yrs,550,1178411,22.48021125793457,1,0.07260726392269135,1.1799999475479126,0.3799999952316284,1.1699999570846558,2.740000009536743,46.67301940917969 +1978,36,1,MVA,15-17 yrs,208,993057,16.00788116455078,0,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,20.945423126220703 +1978,36,1,suicide,15-17 yrs,37,993057,16.00788116455078,0,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,3.7258687019348145 +1978,36,1,homicide,15-17 yrs,75,993057,16.00788116455078,0,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,7.552436351776123 +1978,36,1,other external,15-17 yrs,104,993057,16.00788116455078,0,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,10.472711563110352 +1978,36,1,internal,15-17 yrs,228,993057,16.00788116455078,0,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,22.959407806396484 +1978,36,1,all,18-20 yrs,1021,961465,19.002702713012695,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,106.1921157836914 +1978,36,1,MVA,18-20 yrs,346,961465,19.002702713012695,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,35.98674774169922 +1978,36,1,suicide,18-20 yrs,93,961465,19.002702713012695,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,9.672739028930664 +1978,36,1,homicide,18-20 yrs,141,961465,19.002702713012695,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,14.665120124816895 +1978,36,1,other external,18-20 yrs,170,961465,19.002702713012695,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,17.681350708007812 +1978,36,1,internal,18-20 yrs,271,961465,19.002702713012695,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,28.186153411865234 +1978,36,1,all,21-24 yrs,1387,1187507,22.473941802978516,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,116.79930877685547 +1978,36,1,MVA,21-24 yrs,296,1187507,22.473941802978516,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,24.92616844177246 +1978,36,1,suicide,21-24 yrs,167,1187507,22.473941802978516,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,14.063075065612793 +1978,36,1,homicide,21-24 yrs,242,1187507,22.473941802978516,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,20.378828048706055 +1978,36,1,other external,21-24 yrs,232,1187507,22.473941802978516,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,19.536725997924805 +1978,36,1,internal,21-24 yrs,450,1187507,22.473941802978516,1,0.06748466193675995,1.1799999475479126,0.41999998688697815,1.1699999570846558,2.7699999809265137,37.89451217651367 +1979,36,1,MVA,15-17 yrs,224,977008,16.00353240966797,0,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,22.927141189575195 +1979,36,1,suicide,15-17 yrs,40,977008,16.00353240966797,0,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,4.094132423400879 +1979,36,1,homicide,15-17 yrs,95,977008,16.00353240966797,0,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,9.723564147949219 +1979,36,1,other external,15-17 yrs,98,977008,16.00353240966797,0,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,10.030624389648438 +1979,36,1,internal,15-17 yrs,191,977008,16.00353240966797,0,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,19.549482345581055 +1979,36,1,all,18-20 yrs,1047,959533,18.99789810180664,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,109.1155776977539 +1979,36,1,MVA,18-20 yrs,326,959533,18.99789810180664,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,33.97486114501953 +1979,36,1,suicide,18-20 yrs,97,959533,18.99789810180664,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,10.109084129333496 +1979,36,1,homicide,18-20 yrs,221,959533,18.99789810180664,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,23.03203773498535 +1979,36,1,other external,18-20 yrs,144,959533,18.99789810180664,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,15.00730037689209 +1979,36,1,internal,18-20 yrs,259,959533,18.99789810180664,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,26.992298126220703 +1979,36,1,all,21-24 yrs,1449,1199499,22.477062225341797,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,120.8004379272461 +1979,36,1,MVA,21-24 yrs,339,1199499,22.477062225341797,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,28.261798858642578 +1979,36,1,suicide,21-24 yrs,158,1199499,22.477062225341797,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,13.172165870666504 +1979,36,1,homicide,21-24 yrs,304,1199499,22.477062225341797,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,25.343914031982422 +1979,36,1,other external,21-24 yrs,224,1199499,22.477062225341797,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,18.674463272094727 +1979,36,1,internal,21-24 yrs,424,1199499,22.477062225341797,1,0.06060606241226196,1.2100000381469727,0.4399999976158142,1.1699999570846558,2.819999933242798,35.34809112548828 +1980,36,1,MVA,15-17 yrs,198,957080,16.01145362854004,0,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,20.687925338745117 +1980,36,1,suicide,15-17 yrs,42,957080,16.01145362854004,0,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,4.38834810256958 +1980,36,1,homicide,15-17 yrs,119,957080,16.01145362854004,0,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,12.4336519241333 +1980,36,1,other external,15-17 yrs,81,957080,16.01145362854004,0,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,8.463242530822754 +1980,36,1,internal,15-17 yrs,195,957080,16.01145362854004,0,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,20.37447166442871 +1980,36,1,all,18-20 yrs,1065,954593,18.999536514282227,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,111.56587219238281 +1980,36,1,MVA,18-20 yrs,359,954593,18.999536514282227,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,37.60765075683594 +1980,36,1,suicide,18-20 yrs,94,954593,18.999536514282227,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,9.847128868103027 +1980,36,1,homicide,18-20 yrs,195,954593,18.999536514282227,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,20.427553176879883 +1980,36,1,other external,18-20 yrs,151,954593,18.999536514282227,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,15.818260192871094 +1980,36,1,internal,18-20 yrs,266,954593,18.999536514282227,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,27.865278244018555 +1980,36,1,all,21-24 yrs,1492,1210885,22.48475456237793,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,123.21566772460938 +1980,36,1,MVA,21-24 yrs,369,1210885,22.48475456237793,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,30.47357940673828 +1980,36,1,suicide,21-24 yrs,160,1210885,22.48475456237793,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,13.213476181030273 +1980,36,1,homicide,21-24 yrs,310,1210885,22.48475456237793,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,25.601110458374023 +1980,36,1,other external,21-24 yrs,188,1210885,22.48475456237793,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,15.525834083557129 +1980,36,1,internal,21-24 yrs,465,1210885,22.48475456237793,1,0.05339805781841278,1.2799999713897705,0.46000000834465027,1.1799999475479126,2.9100000858306885,38.40166473388672 +1981,36,1,MVA,15-17 yrs,171,929788,16.02452850341797,0,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,18.39128875732422 +1981,36,1,suicide,15-17 yrs,38,929788,16.02452850341797,0,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,4.086953163146973 +1981,36,1,homicide,15-17 yrs,96,929788,16.02452850341797,0,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,10.324934005737305 +1981,36,1,other external,15-17 yrs,83,929788,16.02452850341797,0,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,8.926766395568848 +1981,36,1,internal,15-17 yrs,188,929788,16.02452850341797,0,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,20.219663619995117 +1981,36,1,all,18-20 yrs,999,960633,19.00762176513672,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,103.99392700195312 +1981,36,1,MVA,18-20 yrs,327,960633,19.00762176513672,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,34.04005432128906 +1981,36,1,suicide,18-20 yrs,81,960633,19.00762176513672,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,8.431940078735352 +1981,36,1,homicide,18-20 yrs,195,960633,19.00762176513672,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,20.299116134643555 +1981,36,1,other external,18-20 yrs,132,960633,19.00762176513672,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,13.740939140319824 +1981,36,1,internal,18-20 yrs,264,960633,19.00762176513672,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,27.48187828063965 +1981,36,1,all,21-24 yrs,1444,1223814,22.496427536010742,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,117.99178314208984 +1981,36,1,MVA,21-24 yrs,345,1223814,22.496427536010742,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,28.1905574798584 +1981,36,1,suicide,21-24 yrs,150,1223814,22.496427536010742,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,12.25676441192627 +1981,36,1,homicide,21-24 yrs,320,1223814,22.496427536010742,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,26.147764205932617 +1981,36,1,other external,21-24 yrs,184,1223814,22.496427536010742,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,15.034964561462402 +1981,36,1,internal,21-24 yrs,445,1223814,22.496427536010742,1,0.048404838889837265,1.25,0.46000000834465027,1.1200000047683716,2.8299999237060547,36.36173629760742 +1982,36,0.9749115109443665,MVA,15-17 yrs,140,893792,16.028303146362305,0,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,15.663599967956543 +1982,36,0.9749115109443665,suicide,15-17 yrs,37,893792,16.028303146362305,0,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,4.139665603637695 +1982,36,0.9749115109443665,homicide,15-17 yrs,96,893792,16.028303146362305,0,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,10.740754127502441 +1982,36,0.9749115109443665,other external,15-17 yrs,85,893792,16.028303146362305,0,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,9.510042190551758 +1982,36,0.9749115109443665,internal,15-17 yrs,195,893792,16.028303146362305,0,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,21.817155838012695 +1982,36,0.9749115109443665,all,18-20 yrs,920,960020,19.007125854492188,0.9749115109443665,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,95.83133697509766 +1982,36,0.9749115109443665,MVA,18-20 yrs,286,960020,19.007125854492188,0.9749115109443665,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,29.791046142578125 +1982,36,0.9749115109443665,suicide,18-20 yrs,81,960020,19.007125854492188,0.9749115109443665,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,8.437324523925781 +1982,36,0.9749115109443665,homicide,18-20 yrs,192,960020,19.007125854492188,0.9749115109443665,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,19.999584197998047 +1982,36,0.9749115109443665,other external,18-20 yrs,132,960020,19.007125854492188,0.9749115109443665,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,13.749713897705078 +1982,36,0.9749115109443665,internal,18-20 yrs,229,960020,19.007125854492188,0.9749115109443665,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,23.853670120239258 +1982,36,0.9749115109443665,all,21-24 yrs,1351,1235942,22.492664337158203,1,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,109.30933380126953 +1982,36,0.9749115109443665,MVA,21-24 yrs,296,1235942,22.492664337158203,1,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,23.949344635009766 +1982,36,0.9749115109443665,suicide,21-24 yrs,129,1235942,22.492664337158203,1,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,10.437382698059082 +1982,36,0.9749115109443665,homicide,21-24 yrs,256,1235942,22.492664337158203,1,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,20.71294593811035 +1982,36,0.9749115109443665,other external,21-24 yrs,198,1235942,22.492664337158203,1,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,16.02016830444336 +1982,36,0.9749115109443665,internal,21-24 yrs,472,1235942,22.492664337158203,1,0.04559585452079773,1.2599999904632568,0.47999998927116394,1.100000023841858,2.8399999141693115,38.18949508666992 +1983,36,0.6797694563865662,MVA,15-17 yrs,124,861748,16.026641845703125,0,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,14.389357566833496 +1983,36,0.6797694563865662,suicide,15-17 yrs,38,861748,16.026641845703125,0,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,4.409641742706299 +1983,36,0.6797694563865662,homicide,15-17 yrs,79,861748,16.026641845703125,0,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,9.167412757873535 +1983,36,0.6797694563865662,other external,15-17 yrs,71,861748,16.026641845703125,0,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,8.239068031311035 +1983,36,0.6797694563865662,internal,15-17 yrs,150,861748,16.026641845703125,0,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,17.40648078918457 +1983,36,0.6797694563865662,all,18-20 yrs,894,956589,19.018016815185547,0.6797694563865662,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,93.457061767578125 +1983,36,0.6797694563865662,MVA,18-20 yrs,276,956589,19.018016815185547,0.6797694563865662,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,28.852516174316406 +1983,36,0.6797694563865662,suicide,18-20 yrs,63,956589,19.018016815185547,0.6797694563865662,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,6.58590030670166 +1983,36,0.6797694563865662,homicide,18-20 yrs,187,956589,19.018016815185547,0.6797694563865662,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,19.548625946044922 +1983,36,0.6797694563865662,other external,18-20 yrs,124,956589,19.018016815185547,0.6797694563865662,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,12.962724685668945 +1983,36,0.6797694563865662,internal,18-20 yrs,244,956589,19.018016815185547,0.6797694563865662,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,25.50729751586914 +1983,36,0.6797694563865662,all,21-24 yrs,1291,1249623,22.49276351928711,1,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,103.3111572265625 +1983,36,0.6797694563865662,MVA,21-24 yrs,249,1249623,22.49276351928711,1,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,19.926010131835938 +1983,36,0.6797694563865662,suicide,21-24 yrs,109,1249623,22.49276351928711,1,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,8.722630500793457 +1983,36,0.6797694563865662,homicide,21-24 yrs,285,1249623,22.49276351928711,1,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,22.8068790435791 +1983,36,0.6797694563865662,other external,21-24 yrs,195,1249623,22.49276351928711,1,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,15.604706764221191 +1983,36,0.6797694563865662,internal,21-24 yrs,453,1249623,22.49276351928711,1,0.05522088333964348,1.2300000190734863,0.49000000953674316,1.0499999523162842,2.7699999809265137,36.25093460083008 +1984,36,0.6858195066452026,MVA,15-17 yrs,121,842182,16.01361656188965,0,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,14.367441177368164 +1984,36,0.6858195066452026,suicide,15-17 yrs,34,842182,16.01361656188965,0,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,4.037132263183594 +1984,36,0.6858195066452026,homicide,15-17 yrs,70,842182,16.01361656188965,0,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,8.311742782592773 +1984,36,0.6858195066452026,other external,15-17 yrs,70,842182,16.01361656188965,0,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,8.311742782592773 +1984,36,0.6858195066452026,internal,15-17 yrs,170,842182,16.01361656188965,0,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,20.18566131591797 +1984,36,0.6858195066452026,all,18-20 yrs,824,937512,19.03163719177246,0.6858195066452026,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,87.8922119140625 +1984,36,0.6858195066452026,MVA,18-20 yrs,243,937512,19.03163719177246,0.6858195066452026,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,25.919668197631836 +1984,36,0.6858195066452026,suicide,18-20 yrs,81,937512,19.03163719177246,0.6858195066452026,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,8.63988971710205 +1984,36,0.6858195066452026,homicide,18-20 yrs,175,937512,19.03163719177246,0.6858195066452026,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,18.666427612304688 +1984,36,0.6858195066452026,other external,18-20 yrs,100,937512,19.03163719177246,0.6858195066452026,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,10.66653060913086 +1984,36,0.6858195066452026,internal,18-20 yrs,225,937512,19.03163719177246,0.6858195066452026,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,23.999692916870117 +1984,36,0.6858195066452026,all,21-24 yrs,1326,1256705,22.492900848388672,1,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,105.51402282714844 +1984,36,0.6858195066452026,MVA,21-24 yrs,249,1256705,22.492900848388672,1,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,19.813718795776367 +1984,36,0.6858195066452026,suicide,21-24 yrs,137,1256705,22.492900848388672,1,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,10.901524543762207 +1984,36,0.6858195066452026,homicide,21-24 yrs,257,1256705,22.492900848388672,1,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,20.45030403137207 +1984,36,0.6858195066452026,other external,21-24 yrs,218,1256705,22.492900848388672,1,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,17.34695053100586 +1984,36,0.6858195066452026,internal,21-24 yrs,465,1256705,22.492900848388672,1,0.052935514599084854,1.149999976158142,0.49000000953674316,1.0299999713897705,2.6700000762939453,37.001522064208984 +1985,36,0.628068208694458,MVA,15-17 yrs,127,836410,15.997977256774902,0,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,15.183940887451172 +1985,36,0.628068208694458,suicide,15-17 yrs,21,836410,15.997977256774902,0,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,2.510730266571045 +1985,36,0.628068208694458,homicide,15-17 yrs,75,836410,15.997977256774902,0,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,8.966894149780273 +1985,36,0.628068208694458,other external,15-17 yrs,59,836410,15.997977256774902,0,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,7.053956985473633 +1985,36,0.628068208694458,internal,15-17 yrs,143,836410,15.997977256774902,0,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,17.096878051757812 +1985,36,0.628068208694458,all,18-20 yrs,756,905579,19.034549713134766,0.628068208694458,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,83.48249816894531 +1985,36,0.628068208694458,MVA,18-20 yrs,216,905579,19.034549713134766,0.628068208694458,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,23.852142333984375 +1985,36,0.628068208694458,suicide,18-20 yrs,72,905579,19.034549713134766,0.628068208694458,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,7.950714588165283 +1985,36,0.628068208694458,homicide,18-20 yrs,140,905579,19.034549713134766,0.628068208694458,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,15.459722518920898 +1985,36,0.628068208694458,other external,18-20 yrs,98,905579,19.034549713134766,0.628068208694458,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,10.821805953979492 +1985,36,0.628068208694458,internal,18-20 yrs,230,905579,19.034549713134766,0.628068208694458,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,25.398115158081055 +1985,36,0.628068208694458,all,21-24 yrs,1284,1262780,22.50145721435547,1,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,101.680419921875 +1985,36,0.628068208694458,MVA,21-24 yrs,271,1262780,22.50145721435547,1,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,21.460586547851562 +1985,36,0.628068208694458,suicide,21-24 yrs,120,1262780,22.50145721435547,1,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,9.502842903137207 +1985,36,0.628068208694458,homicide,21-24 yrs,261,1262780,22.50145721435547,1,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,20.668684005737305 +1985,36,0.628068208694458,other external,21-24 yrs,183,1262780,22.50145721435547,1,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,14.491835594177246 +1985,36,0.628068208694458,internal,21-24 yrs,449,1262780,22.50145721435547,1,0.0511152409017086,1.1399999856948853,0.49000000953674316,0.9800000190734863,2.619999885559082,35.55646896362305 +1986,36,0,MVA,15-17 yrs,146,838292,16.000804901123047,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,17.416366577148438 +1986,36,0,suicide,15-17 yrs,29,838292,16.000804901123047,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,3.4594151973724365 +1986,36,0,homicide,15-17 yrs,46,838292,16.000804901123047,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,5.4873480796813965 +1986,36,0,other external,15-17 yrs,61,838292,16.000804901123047,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,7.276700496673584 +1986,36,0,internal,15-17 yrs,165,838292,16.000804901123047,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,19.682878494262695 +1986,36,0,all,18-20 yrs,810,873453,19.032962799072266,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,92.735382080078125 +1986,36,0,MVA,18-20 yrs,249,873453,19.032962799072266,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,28.507543563842773 +1986,36,0,suicide,18-20 yrs,79,873453,19.032962799072266,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,9.044562339782715 +1986,36,0,homicide,18-20 yrs,172,873453,19.032962799072266,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,19.691957473754883 +1986,36,0,other external,18-20 yrs,96,873453,19.032962799072266,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,10.990859985351562 +1986,36,0,internal,18-20 yrs,214,873453,19.032962799072266,0,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,24.500459671020508 +1986,36,0,all,21-24 yrs,1421,1253351,22.510372161865234,1,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,113.37606048583984 +1986,36,0,MVA,21-24 yrs,261,1253351,22.510372161865234,1,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,20.824174880981445 +1986,36,0,suicide,21-24 yrs,114,1253351,22.510372161865234,1,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,9.095616340637207 +1986,36,0,homicide,21-24 yrs,315,1253351,22.510372161865234,1,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,25.13262367248535 +1986,36,0,other external,21-24 yrs,169,1253351,22.510372161865234,1,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,13.48385238647461 +1986,36,0,internal,21-24 yrs,562,1253351,22.510372161865234,1,0.05018248036503792,1.1299999952316284,0.5,0.9200000166893005,2.549999952316284,44.83979415893555 +1987,36,0,MVA,15-17 yrs,158,807987,16.04490852355957,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,19.55476951599121 +1987,36,0,suicide,15-17 yrs,30,807987,16.04490852355957,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,3.712930917739868 +1987,36,0,homicide,15-17 yrs,84,807987,16.04490852355957,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,10.396206855773926 +1987,36,0,other external,15-17 yrs,61,807987,16.04490852355957,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,7.549626350402832 +1987,36,0,internal,15-17 yrs,132,807987,16.04490852355957,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,16.336896896362305 +1987,36,0,all,18-20 yrs,816,854496,19.020009994506836,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,95.49488830566406 +1987,36,0,MVA,18-20 yrs,243,854496,19.020009994506836,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,28.437816619873047 +1987,36,0,suicide,18-20 yrs,60,854496,19.020009994506836,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,7.0216827392578125 +1987,36,0,homicide,18-20 yrs,219,854496,19.020009994506836,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,25.62914276123047 +1987,36,0,other external,18-20 yrs,84,854496,19.020009994506836,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,9.83035659790039 +1987,36,0,internal,18-20 yrs,210,854496,19.020009994506836,0,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,24.575889587402344 +1987,36,0,all,21-24 yrs,1405,1229345,22.52711296081543,1,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,114.28850555419922 +1987,36,0,MVA,21-24 yrs,312,1229345,22.52711296081543,1,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,25.37936782836914 +1987,36,0,suicide,21-24 yrs,106,1229345,22.52711296081543,1,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,8.622477531433105 +1987,36,0,homicide,21-24 yrs,319,1229345,22.52711296081543,1,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,25.94877815246582 +1987,36,0,other external,21-24 yrs,144,1229345,22.52711296081543,1,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,11.713554382324219 +1987,36,0,internal,21-24 yrs,524,1229345,22.52711296081543,1,0.048415493220090866,1.149999976158142,0.47999998927116394,0.8999999761581421,2.5299999713897705,42.624324798583984 +1988,36,0,MVA,15-17 yrs,137,760971,16.068866729736328,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,18.003314971923828 +1988,36,0,suicide,15-17 yrs,29,760971,16.068866729736328,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,3.810920476913452 +1988,36,0,homicide,15-17 yrs,114,760971,16.068866729736328,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,14.980859756469727 +1988,36,0,other external,15-17 yrs,65,760971,16.068866729736328,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,8.541718482971191 +1988,36,0,internal,15-17 yrs,128,760971,16.068866729736328,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,16.820613861083984 +1988,36,0,all,18-20 yrs,836,854637,19.005155563354492,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,97.819305419921875 +1988,36,0,MVA,18-20 yrs,225,854637,19.005155563354492,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,26.326967239379883 +1988,36,0,suicide,18-20 yrs,57,854637,19.005155563354492,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,6.669498443603516 +1988,36,0,homicide,18-20 yrs,238,854637,19.005155563354492,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,27.848079681396484 +1988,36,0,other external,18-20 yrs,107,854637,19.005155563354492,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,12.519935607910156 +1988,36,0,internal,18-20 yrs,209,854637,19.005155563354492,0,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,24.45482635498047 +1988,36,0,all,21-24 yrs,1411,1201513,22.539505004882812,1,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,117.43526458740234 +1988,36,0,MVA,21-24 yrs,280,1201513,22.539505004882812,1,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,23.303951263427734 +1988,36,0,suicide,21-24 yrs,85,1201513,22.539505004882812,1,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,7.074413776397705 +1988,36,0,homicide,21-24 yrs,365,1201513,22.539505004882812,1,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,30.37836456298828 +1988,36,0,other external,21-24 yrs,172,1201513,22.539505004882812,1,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,14.31528377532959 +1988,36,0,internal,21-24 yrs,509,1201513,22.539505004882812,1,0.046491969376802444,1.149999976158142,0.44999998807907104,0.8700000047683716,2.4700000286102295,42.36325454711914 +1989,36,0,MVA,15-17 yrs,110,706625,16.040904998779297,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,15.56695556640625 +1989,36,0,suicide,15-17 yrs,38,706625,16.040904998779297,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,5.377675533294678 +1989,36,0,homicide,15-17 yrs,119,706625,16.040904998779297,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,16.84061622619629 +1989,36,0,other external,15-17 yrs,41,706625,16.040904998779297,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,5.802228927612305 +1989,36,0,internal,15-17 yrs,115,706625,16.040904998779297,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,16.27454376220703 +1989,36,0,all,18-20 yrs,750,861773,19.007810592651367,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,87.029876708984375 +1989,36,0,MVA,18-20 yrs,193,861773,19.007810592651367,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,22.395689010620117 +1989,36,0,suicide,18-20 yrs,59,861773,19.007810592651367,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,6.84635066986084 +1989,36,0,homicide,18-20 yrs,238,861773,19.007810592651367,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,27.617481231689453 +1989,36,0,other external,18-20 yrs,53,861773,19.007810592651367,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,6.150111675262451 +1989,36,0,internal,18-20 yrs,207,861773,19.007810592651367,0,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,24.020246505737305 +1989,36,0,all,21-24 yrs,1307,1159278,22.539752960205078,1,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,112.74258422851562 +1989,36,0,MVA,21-24 yrs,242,1159278,22.539752960205078,1,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,20.87506103515625 +1989,36,0,suicide,21-24 yrs,136,1159278,22.539752960205078,1,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,11.731439590454102 +1989,36,0,homicide,21-24 yrs,346,1159278,22.539752960205078,1,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,29.846162796020508 +1989,36,0,other external,21-24 yrs,119,1159278,22.539752960205078,1,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,10.265009880065918 +1989,36,0,internal,21-24 yrs,464,1159278,22.539752960205078,1,0.08870967477560043,1.1200000047683716,0.41999998688697815,0.8199999928474426,2.359999895095825,40.0249137878418 +1990,36,0,MVA,15-17 yrs,105,683467,16.017234802246094,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,15.362848281860352 +1990,36,0,suicide,15-17 yrs,32,683467,16.017234802246094,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,4.682011127471924 +1990,36,0,homicide,15-17 yrs,143,683467,16.017234802246094,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,20.92273712158203 +1990,36,0,other external,15-17 yrs,36,683467,16.017234802246094,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,5.2672624588012695 +1990,36,0,internal,15-17 yrs,112,683467,16.017234802246094,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,16.387039184570312 +1990,36,0,all,18-20 yrs,844,838111,19.052751541137695,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,100.70265197753906 +1990,36,0,MVA,18-20 yrs,230,838111,19.052751541137695,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,27.442665100097656 +1990,36,0,suicide,18-20 yrs,74,838111,19.052751541137695,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,8.829379081726074 +1990,36,0,homicide,18-20 yrs,284,838111,19.052751541137695,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,33.88572692871094 +1990,36,0,other external,18-20 yrs,53,838111,19.052751541137695,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,6.323744773864746 +1990,36,0,internal,18-20 yrs,203,838111,19.052751541137695,0,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,24.22113609313965 +1990,36,0,all,21-24 yrs,1259,1125568,22.520700454711914,1,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,111.8546371459961 +1990,36,0,MVA,21-24 yrs,226,1125568,22.520700454711914,1,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,20.078750610351562 +1990,36,0,suicide,21-24 yrs,119,1125568,22.520700454711914,1,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,10.572440147399902 +1990,36,0,homicide,21-24 yrs,411,1125568,22.520700454711914,1,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,36.514896392822266 +1990,36,0,other external,21-24 yrs,92,1125568,22.520700454711914,1,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,8.173650741577148 +1990,36,0,internal,21-24 yrs,411,1125568,22.520700454711914,1,0.16067329049110413,1.1299999952316284,0.4099999964237213,0.7599999904632568,2.299999952316284,36.514896392822266 +1991,36,0,MVA,15-17 yrs,100,675759,16.00876235961914,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,14.798174858093262 +1991,36,0,suicide,15-17 yrs,28,675759,16.00876235961914,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,4.143488883972168 +1991,36,0,homicide,15-17 yrs,147,675759,16.00876235961914,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,21.75331687927246 +1991,36,0,other external,15-17 yrs,43,675759,16.00876235961914,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,6.363215446472168 +1991,36,0,internal,15-17 yrs,111,675759,16.00876235961914,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,16.425973892211914 +1991,36,0,all,18-20 yrs,769,779184,19.074079513549805,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,98.6929931640625 +1991,36,0,MVA,18-20 yrs,176,779184,19.074079513549805,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,22.587732315063477 +1991,36,0,suicide,18-20 yrs,73,779184,19.074079513549805,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,9.368775367736816 +1991,36,0,homicide,18-20 yrs,289,779184,19.074079513549805,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,37.090084075927734 +1991,36,0,other external,18-20 yrs,64,779184,19.074079513549805,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,8.21372127532959 +1991,36,0,internal,18-20 yrs,167,779184,19.074079513549805,0,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,21.43267822265625 +1991,36,0,all,21-24 yrs,1236,1104212,22.49063491821289,1,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,111.93502807617188 +1991,36,0,MVA,21-24 yrs,251,1104212,22.49063491821289,1,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,22.731142044067383 +1991,36,0,suicide,21-24 yrs,113,1104212,22.49063491821289,1,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,10.233542442321777 +1991,36,0,homicide,21-24 yrs,409,1104212,22.49063491821289,1,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,37.03998947143555 +1991,36,0,other external,21-24 yrs,112,1104212,22.49063491821289,1,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,10.142979621887207 +1991,36,0,internal,21-24 yrs,351,1104212,22.49063491821289,1,0.15418502688407898,1.090000033378601,0.3700000047683716,0.6899999976158142,2.140000104904175,31.78737449645996 +1992,36,0,MVA,15-17 yrs,99,684364,16.001083374023438,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,14.465986251831055 +1992,36,0,suicide,15-17 yrs,44,684364,16.001083374023438,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,6.429327011108398 +1992,36,0,homicide,15-17 yrs,145,684364,16.001083374023438,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,21.18755531311035 +1992,36,0,other external,15-17 yrs,32,684364,16.001083374023438,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,4.67587423324585 +1992,36,0,internal,15-17 yrs,83,684364,16.001083374023438,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,12.12804889678955 +1992,36,0,all,18-20 yrs,647,720000,19.04899787902832,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,89.861114501953125 +1992,36,0,MVA,18-20 yrs,129,720000,19.04899787902832,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,17.91666603088379 +1992,36,0,suicide,18-20 yrs,72,720000,19.04899787902832,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,10 +1992,36,0,homicide,18-20 yrs,251,720000,19.04899787902832,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,34.86111068725586 +1992,36,0,other external,18-20 yrs,45,720000,19.04899787902832,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,6.25 +1992,36,0,internal,18-20 yrs,150,720000,19.04899787902832,0,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,20.83333396911621 +1992,36,0,all,21-24 yrs,1212,1095308,22.48435401916504,1,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,110.65380859375 +1992,36,0,MVA,21-24 yrs,201,1095308,22.48435401916504,1,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,18.351001739501953 +1992,36,0,suicide,21-24 yrs,124,1095308,22.48435401916504,1,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,11.321016311645508 +1992,36,0,homicide,21-24 yrs,404,1095308,22.48435401916504,1,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,36.88460159301758 +1992,36,0,other external,21-24 yrs,109,1095308,22.48435401916504,1,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,9.951539039611816 +1992,36,0,internal,21-24 yrs,374,1095308,22.48435401916504,1,0.1496792435646057,1.0399999618530273,0.3700000047683716,0.6800000071525574,2.0899999141693115,34.14564514160156 +1993,36,0,MVA,15-17 yrs,83,687397,15.995163917541504,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,12.074536323547363 +1993,36,0,suicide,15-17 yrs,27,687397,15.995163917541504,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,3.927861213684082 +1993,36,0,homicide,15-17 yrs,136,687397,15.995163917541504,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,19.78478240966797 +1993,36,0,other external,15-17 yrs,42,687397,15.995163917541504,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,6.110006332397461 +1993,36,0,internal,15-17 yrs,99,687397,15.995163917541504,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,14.4021577835083 +1993,36,0,all,18-20 yrs,664,697877,19.017518997192383,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,95.14570617675781 +1993,36,0,MVA,18-20 yrs,116,697877,19.017518997192383,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,16.62183952331543 +1993,36,0,suicide,18-20 yrs,68,697877,19.017518997192383,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,9.743837356567383 +1993,36,0,homicide,18-20 yrs,266,697877,19.017518997192383,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,38.1156005859375 +1993,36,0,other external,18-20 yrs,52,697877,19.017518997192383,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,7.451169967651367 +1993,36,0,internal,18-20 yrs,162,697877,19.017518997192383,0,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,23.213258743286133 +1993,36,0,all,21-24 yrs,1178,1068399,22.53204345703125,1,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,110.25843048095703 +1993,36,0,MVA,21-24 yrs,206,1068399,22.53204345703125,1,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,19.281187057495117 +1993,36,0,suicide,21-24 yrs,97,1068399,22.53204345703125,1,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,9.079005241394043 +1993,36,0,homicide,21-24 yrs,382,1068399,22.53204345703125,1,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,35.754432678222656 +1993,36,0,other external,21-24 yrs,126,1068399,22.53204345703125,1,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,11.793346405029297 +1993,36,0,internal,21-24 yrs,367,1068399,22.53204345703125,1,0.14532871544361115,1,0.3499999940395355,0.6200000047683716,1.9800000190734863,34.3504638671875 +1994,36,0,MVA,15-17 yrs,88,696294,16.00286293029785,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,12.63833999633789 +1994,36,0,suicide,15-17 yrs,42,696294,16.00286293029785,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,6.03193473815918 +1994,36,0,homicide,15-17 yrs,110,696294,16.00286293029785,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,15.797924041748047 +1994,36,0,other external,15-17 yrs,35,696294,16.00286293029785,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,5.026612281799316 +1994,36,0,internal,15-17 yrs,118,696294,16.00286293029785,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,16.94686508178711 +1994,36,0,all,18-20 yrs,657,687889,19.0123291015625,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,95.50959777832031 +1994,36,0,MVA,18-20 yrs,147,687889,19.0123291015625,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,21.369726181030273 +1994,36,0,suicide,18-20 yrs,74,687889,19.0123291015625,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,10.757549285888672 +1994,36,0,homicide,18-20 yrs,230,687889,19.0123291015625,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,33.43562698364258 +1994,36,0,other external,18-20 yrs,57,687889,19.0123291015625,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,8.28622055053711 +1994,36,0,internal,18-20 yrs,149,687889,19.0123291015625,0,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,21.660470962524414 +1994,36,0,all,21-24 yrs,1020,1018100,22.578248977661133,1,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,100.1866226196289 +1994,36,0,MVA,21-24 yrs,176,1018100,22.578248977661133,1,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,17.2871036529541 +1994,36,0,suicide,21-24 yrs,125,1018100,22.578248977661133,1,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,12.277771949768066 +1994,36,0,homicide,21-24 yrs,301,1018100,22.578248977661133,1,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,29.564876556396484 +1994,36,0,other external,21-24 yrs,86,1018100,22.578248977661133,1,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,8.447107315063477 +1994,36,0,internal,21-24 yrs,332,1018100,22.578248977661133,1,0.1417004019021988,0.9800000190734863,0.3499999940395355,0.6000000238418579,1.9299999475479126,32.609764099121094 +1995,36,0,MVA,15-17 yrs,74,701639,15.992555618286133,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,10.546733856201172 +1995,36,0,suicide,15-17 yrs,36,701639,15.992555618286133,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,5.130843639373779 +1995,36,0,homicide,15-17 yrs,85,701639,15.992555618286133,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,12.11449146270752 +1995,36,0,other external,15-17 yrs,39,701639,15.992555618286133,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,5.558413982391357 +1995,36,0,internal,15-17 yrs,107,701639,15.992555618286133,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,15.250007629394531 +1995,36,0,all,18-20 yrs,575,693452,19.006786346435547,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,82.91850280761719 +1995,36,0,MVA,18-20 yrs,136,693452,19.006786346435547,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,19.612028121948242 +1995,36,0,suicide,18-20 yrs,56,693452,19.006786346435547,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,8.075540542602539 +1995,36,0,homicide,18-20 yrs,167,693452,19.006786346435547,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,24.082416534423828 +1995,36,0,other external,18-20 yrs,64,693452,19.006786346435547,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,9.2291898727417 +1995,36,0,internal,18-20 yrs,152,693452,19.006786346435547,0,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,21.91932487487793 +1995,36,0,all,21-24 yrs,902,955964,22.582103729248047,1,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,94.35501861572266 +1995,36,0,MVA,21-24 yrs,155,955964,22.582103729248047,1,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,16.213998794555664 +1995,36,0,suicide,21-24 yrs,104,955964,22.582103729248047,1,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,10.879071235656738 +1995,36,0,homicide,21-24 yrs,228,955964,22.582103729248047,1,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,23.850271224975586 +1995,36,0,other external,21-24 yrs,96,955964,22.582103729248047,1,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,10.042219161987305 +1995,36,0,internal,21-24 yrs,319,955964,22.582103729248047,1,0.13779526948928833,0.9800000190734863,0.3799999952316284,0.5699999928474426,1.9299999475479126,33.36945724487305 +1996,36,0,MVA,15-17 yrs,84,704661,16.00113296508789,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,11.920625686645508 +1996,36,0,suicide,15-17 yrs,37,704661,16.00113296508789,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,5.250751972198486 +1996,36,0,homicide,15-17 yrs,80,704661,16.00113296508789,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,11.35297679901123 +1996,36,0,other external,15-17 yrs,47,704661,16.00113296508789,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,6.6698737144470215 +1996,36,0,internal,15-17 yrs,98,704661,16.00113296508789,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,13.90739631652832 +1996,36,0,all,18-20 yrs,524,696190,19.001689910888672,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,75.26680755615234 +1996,36,0,MVA,18-20 yrs,122,696190,19.001689910888672,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,17.52395248413086 +1996,36,0,suicide,18-20 yrs,47,696190,19.001689910888672,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,6.751030445098877 +1996,36,0,homicide,18-20 yrs,157,696190,19.001689910888672,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,22.551315307617188 +1996,36,0,other external,18-20 yrs,58,696190,19.001689910888672,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,8.331059455871582 +1996,36,0,internal,18-20 yrs,140,696190,19.001689910888672,0,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,20.109453201293945 +1996,36,0,all,21-24 yrs,782,906015,22.527637481689453,1,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,86.3120346069336 +1996,36,0,MVA,21-24 yrs,153,906015,22.527637481689453,1,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,16.88713836669922 +1996,36,0,suicide,21-24 yrs,81,906015,22.527637481689453,1,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,8.9402494430542 +1996,36,0,homicide,21-24 yrs,180,906015,22.527637481689453,1,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,19.867219924926758 +1996,36,0,other external,21-24 yrs,101,906015,22.527637481689453,1,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,11.14771842956543 +1996,36,0,internal,21-24 yrs,267,906015,22.527637481689453,1,0.10197578370571136,0.9700000286102295,0.36000001430511475,0.5699999928474426,1.899999976158142,29.469711303710938 +1970,37,1,MVA,15-17 yrs,142,306771,15.993304252624512,0,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,46.28860092163086 +1970,37,1,suicide,15-17 yrs,10,306771,15.993304252624512,0,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,3.259760618209839 +1970,37,1,homicide,15-17 yrs,22,306771,15.993304252624512,0,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,7.171473026275635 +1970,37,1,other external,15-17 yrs,75,306771,15.993304252624512,0,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,24.448204040527344 +1970,37,1,internal,15-17 yrs,92,306771,15.993304252624512,0,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,29.989797592163086 +1970,37,1,all,18-20 yrs,472,319497,18.99605941772461,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,147.7322235107422 +1970,37,1,MVA,18-20 yrs,214,319497,18.99605941772461,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,66.98028564453125 +1970,37,1,suicide,18-20 yrs,22,319497,18.99605941772461,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,6.885823726654053 +1970,37,1,homicide,18-20 yrs,38,319497,18.99605941772461,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,11.893695831298828 +1970,37,1,other external,18-20 yrs,83,319497,18.99605941772461,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,25.978334426879883 +1970,37,1,internal,18-20 yrs,115,319497,18.99605941772461,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,35.99407958984375 +1970,37,1,all,21-24 yrs,583,358226,22.37844467163086,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,162.74642944335938 +1970,37,1,MVA,21-24 yrs,215,358226,22.37844467163086,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,60.01797866821289 +1970,37,1,suicide,21-24 yrs,24,358226,22.37844467163086,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,6.699681282043457 +1970,37,1,homicide,21-24 yrs,79,358226,22.37844467163086,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,22.053117752075195 +1970,37,1,other external,21-24 yrs,117,358226,22.37844467163086,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,32.660945892333984 +1970,37,1,internal,21-24 yrs,148,358226,22.37844467163086,1,1.376288652420044,0.7200000286102295,0.1599999964237213,0.9100000262260437,1.7899999618530273,41.314701080322266 +1971,37,1,MVA,15-17 yrs,147,314251,15.995296478271484,0,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,46.77789306640625 +1971,37,1,suicide,15-17 yrs,12,314251,15.995296478271484,0,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,3.818603515625 +1971,37,1,homicide,15-17 yrs,23,314251,15.995296478271484,0,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,7.318990230560303 +1971,37,1,other external,15-17 yrs,70,314251,15.995296478271484,0,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,22.275188446044922 +1971,37,1,internal,15-17 yrs,77,314251,15.995296478271484,0,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,24.50270652770996 +1971,37,1,all,18-20 yrs,503,326326,19.009634017944336,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,154.1403350830078 +1971,37,1,MVA,18-20 yrs,235,326326,19.009634017944336,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,72.01387786865234 +1971,37,1,suicide,18-20 yrs,25,326326,19.009634017944336,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,7.661050796508789 +1971,37,1,homicide,18-20 yrs,46,326326,19.009634017944336,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,14.096333503723145 +1971,37,1,other external,18-20 yrs,89,326326,19.009634017944336,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,27.273340225219727 +1971,37,1,internal,18-20 yrs,108,326326,19.009634017944336,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,33.09573745727539 +1971,37,1,all,21-24 yrs,628,390672,22.48404312133789,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,160.7486572265625 +1971,37,1,MVA,21-24 yrs,262,390672,22.48404312133789,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,67.063934326171875 +1971,37,1,suicide,21-24 yrs,33,390672,22.48404312133789,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,8.446983337402344 +1971,37,1,homicide,21-24 yrs,94,390672,22.48404312133789,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,24.061105728149414 +1971,37,1,other external,21-24 yrs,87,390672,22.48404312133789,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,22.26932144165039 +1971,37,1,internal,21-24 yrs,152,390672,22.48404312133789,1,1.3185185194015503,0.7799999713897705,0.20000000298023224,0.9100000262260437,1.8799999952316284,38.907318115234375 +1972,37,1,MVA,15-17 yrs,154,320381,15.990998268127441,0,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,48.06776809692383 +1972,37,1,suicide,15-17 yrs,14,320381,15.990998268127441,0,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,4.369797229766846 +1972,37,1,homicide,15-17 yrs,24,320381,15.990998268127441,0,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,7.4910807609558105 +1972,37,1,other external,15-17 yrs,94,320381,15.990998268127441,0,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,29.34006690979004 +1972,37,1,internal,15-17 yrs,92,320381,15.990998268127441,0,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,28.715810775756836 +1972,37,1,all,18-20 yrs,502,332761,19.007240295410156,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,150.85902404785156 +1972,37,1,MVA,18-20 yrs,278,332761,19.007240295410156,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,83.54344177246094 +1972,37,1,suicide,18-20 yrs,18,332761,19.007240295410156,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,5.409287929534912 +1972,37,1,homicide,18-20 yrs,52,332761,19.007240295410156,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,15.6268310546875 +1972,37,1,other external,18-20 yrs,86,332761,19.007240295410156,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,25.844375610351562 +1972,37,1,internal,18-20 yrs,68,332761,19.007240295410156,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,20.435087203979492 +1972,37,1,all,21-24 yrs,704,398886,22.45625877380371,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,176.4915313720703 +1972,37,1,MVA,21-24 yrs,272,398886,22.45625877380371,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,68.189910888671875 +1972,37,1,suicide,21-24 yrs,42,398886,22.45625877380371,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,10.529324531555176 +1972,37,1,homicide,21-24 yrs,106,398886,22.45625877380371,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,26.57400894165039 +1972,37,1,other external,21-24 yrs,100,398886,22.45625877380371,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,25.0698184967041 +1972,37,1,internal,21-24 yrs,184,398886,22.45625877380371,1,1.2775119543075562,0.800000011920929,0.20999999344348907,0.8700000047683716,1.8799999952316284,46.12846755981445 +1973,37,1,MVA,15-17 yrs,185,324021,15.998064994812012,0,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,57.09506607055664 +1973,37,1,suicide,15-17 yrs,14,324021,15.998064994812012,0,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,4.32070779800415 +1973,37,1,homicide,15-17 yrs,27,324021,15.998064994812012,0,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,8.332793235778809 +1973,37,1,other external,15-17 yrs,85,324021,15.998064994812012,0,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,26.232868194580078 +1973,37,1,internal,15-17 yrs,90,324021,15.998064994812012,0,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,27.775978088378906 +1973,37,1,all,18-20 yrs,525,339943,19.00482177734375,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,154.43765258789062 +1973,37,1,MVA,18-20 yrs,243,339943,19.00482177734375,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,71.482574462890625 +1973,37,1,suicide,18-20 yrs,40,339943,19.00482177734375,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,11.766678810119629 +1973,37,1,homicide,18-20 yrs,58,339943,19.00482177734375,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,17.061683654785156 +1973,37,1,other external,18-20 yrs,94,339943,19.00482177734375,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,27.651695251464844 +1973,37,1,internal,18-20 yrs,90,339943,19.00482177734375,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,26.475027084350586 +1973,37,1,all,21-24 yrs,634,410981,22.460636138916016,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,154.26504516601562 +1973,37,1,MVA,21-24 yrs,233,410981,22.460636138916016,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,56.69361877441406 +1973,37,1,suicide,21-24 yrs,46,410981,22.460636138916016,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,11.192731857299805 +1973,37,1,homicide,21-24 yrs,104,410981,22.460636138916016,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,25.30530548095703 +1973,37,1,other external,21-24 yrs,102,410981,22.460636138916016,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,24.818666458129883 +1973,37,1,internal,21-24 yrs,149,410981,22.460636138916016,1,1.2027026414871216,0.8700000047683716,0.20000000298023224,0.8700000047683716,1.940000057220459,36.25471878051758 +1974,37,1,MVA,15-17 yrs,145,326831,16.00562286376953,0,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,44.36543655395508 +1974,37,1,suicide,15-17 yrs,18,326831,16.00562286376953,0,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,5.5074334144592285 +1974,37,1,homicide,15-17 yrs,23,326831,16.00562286376953,0,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,7.037276268005371 +1974,37,1,other external,15-17 yrs,88,326831,16.00562286376953,0,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,26.925230026245117 +1974,37,1,internal,15-17 yrs,65,326831,16.00562286376953,0,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,19.887954711914062 +1974,37,1,all,18-20 yrs,479,347822,19.007055282592773,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,137.714111328125 +1974,37,1,MVA,18-20 yrs,211,347822,19.007055282592773,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,60.663211822509766 +1974,37,1,suicide,18-20 yrs,26,347822,19.007055282592773,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,7.475087642669678 +1974,37,1,homicide,18-20 yrs,56,347822,19.007055282592773,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,16.100189208984375 +1974,37,1,other external,18-20 yrs,84,347822,19.007055282592773,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,24.150283813476562 +1974,37,1,internal,18-20 yrs,102,347822,19.007055282592773,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,29.32534408569336 +1974,37,1,all,21-24 yrs,590,418421,22.45990753173828,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,141.0063018798828 +1974,37,1,MVA,21-24 yrs,200,418421,22.45990753173828,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,47.79874801635742 +1974,37,1,suicide,21-24 yrs,50,418421,22.45990753173828,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,11.949687004089355 +1974,37,1,homicide,21-24 yrs,90,418421,22.45990753173828,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,21.509437561035156 +1974,37,1,other external,21-24 yrs,108,418421,22.45990753173828,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,25.811323165893555 +1974,37,1,internal,21-24 yrs,142,418421,22.45990753173828,1,1.0831643342971802,0.9399999976158142,0.20999999344348907,0.8700000047683716,2.009999990463257,33.937110900878906 +1975,37,1,MVA,15-17 yrs,120,326986,15.999342918395996,0,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,36.69881820678711 +1975,37,1,suicide,15-17 yrs,22,326986,15.999342918395996,0,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,6.728116989135742 +1975,37,1,homicide,15-17 yrs,26,326986,15.999342918395996,0,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,7.95141077041626 +1975,37,1,other external,15-17 yrs,76,326986,15.999342918395996,0,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,23.242586135864258 +1975,37,1,internal,15-17 yrs,72,326986,15.999342918395996,0,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,22.019290924072266 +1975,37,1,all,18-20 yrs,476,355609,19.0036563873291,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,133.85487365722656 +1975,37,1,MVA,18-20 yrs,207,355609,19.0036563873291,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,58.209999084472656 +1975,37,1,suicide,18-20 yrs,50,355609,19.0036563873291,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,14.060386657714844 +1975,37,1,homicide,18-20 yrs,41,355609,19.0036563873291,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,11.52951717376709 +1975,37,1,other external,18-20 yrs,79,355609,19.0036563873291,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,22.215410232543945 +1975,37,1,internal,18-20 yrs,99,355609,19.0036563873291,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,27.83956527709961 +1975,37,1,all,21-24 yrs,585,427345,22.463830947875977,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,136.89173889160156 +1975,37,1,MVA,21-24 yrs,186,427345,22.463830947875977,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,43.52455139160156 +1975,37,1,suicide,21-24 yrs,52,427345,22.463830947875977,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,12.1681547164917 +1975,37,1,homicide,21-24 yrs,115,427345,22.463830947875977,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,26.910341262817383 +1975,37,1,other external,21-24 yrs,88,427345,22.463830947875977,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,20.592262268066406 +1975,37,1,internal,21-24 yrs,144,427345,22.463830947875977,1,0.9925650358200073,0.9599999785423279,0.23000000417232513,0.8600000143051147,2.049999952316284,33.69642639160156 +1976,37,1,MVA,15-17 yrs,149,328014,15.998784065246582,0,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,45.424888610839844 +1976,37,1,suicide,15-17 yrs,19,328014,15.998784065246582,0,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,5.792435646057129 +1976,37,1,homicide,15-17 yrs,13,328014,15.998784065246582,0,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,3.963245391845703 +1976,37,1,other external,15-17 yrs,49,328014,15.998784065246582,0,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,14.938386917114258 +1976,37,1,internal,15-17 yrs,58,328014,15.998784065246582,0,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,17.682172775268555 +1976,37,1,all,18-20 yrs,503,359208,19.01186180114746,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,140.03028869628906 +1976,37,1,MVA,18-20 yrs,229,359208,19.01186180114746,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,63.751365661621094 +1976,37,1,suicide,18-20 yrs,40,359208,19.01186180114746,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,11.13560962677002 +1976,37,1,homicide,18-20 yrs,60,359208,19.01186180114746,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,16.703414916992188 +1976,37,1,other external,18-20 yrs,73,359208,19.01186180114746,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,20.322486877441406 +1976,37,1,internal,18-20 yrs,101,359208,19.01186180114746,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,28.117414474487305 +1976,37,1,all,21-24 yrs,581,431595,22.459211349487305,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,134.616943359375 +1976,37,1,MVA,21-24 yrs,190,431595,22.459211349487305,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,44.02275466918945 +1976,37,1,suicide,21-24 yrs,56,431595,22.459211349487305,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,12.975127220153809 +1976,37,1,homicide,21-24 yrs,83,431595,22.459211349487305,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,19.23099136352539 +1976,37,1,other external,21-24 yrs,112,431595,22.459211349487305,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,25.950254440307617 +1976,37,1,internal,21-24 yrs,140,431595,22.459211349487305,1,0.9384885430335999,0.9900000095367432,0.23000000417232513,0.8700000047683716,2.0899999141693115,32.43781661987305 +1977,37,1,MVA,15-17 yrs,118,329670,16.000085830688477,0,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,35.79336929321289 +1977,37,1,suicide,15-17 yrs,17,329670,16.000085830688477,0,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,5.15667200088501 +1977,37,1,homicide,15-17 yrs,17,329670,16.000085830688477,0,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,5.15667200088501 +1977,37,1,other external,15-17 yrs,55,329670,16.000085830688477,0,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,16.683349609375 +1977,37,1,internal,15-17 yrs,71,329670,16.000085830688477,0,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,21.53668785095215 +1977,37,1,all,18-20 yrs,454,361820,19.01980209350586,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,125.47675323486328 +1977,37,1,MVA,18-20 yrs,197,361820,19.01980209350586,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,54.446964263916016 +1977,37,1,suicide,18-20 yrs,47,361820,19.01980209350586,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,12.989884376525879 +1977,37,1,homicide,18-20 yrs,44,361820,19.01980209350586,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,12.16074275970459 +1977,37,1,other external,18-20 yrs,91,361820,19.01980209350586,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,25.15062713623047 +1977,37,1,internal,18-20 yrs,75,361820,19.01980209350586,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,20.728538513183594 +1977,37,1,all,21-24 yrs,591,437893,22.453514099121094,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,134.9644775390625 +1977,37,1,MVA,21-24 yrs,209,437893,22.453514099121094,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,47.728553771972656 +1977,37,1,suicide,21-24 yrs,66,437893,22.453514099121094,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,15.072175025939941 +1977,37,1,homicide,21-24 yrs,87,437893,22.453514099121094,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,19.86786651611328 +1977,37,1,other external,21-24 yrs,85,437893,22.453514099121094,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,19.411134719848633 +1977,37,1,internal,21-24 yrs,144,437893,22.453514099121094,1,0.8811880946159363,1.0099999904632568,0.20000000298023224,0.8399999737739563,2.049999952316284,32.88474655151367 +1978,37,1,MVA,15-17 yrs,131,329381,16.002368927001953,0,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,39.77157211303711 +1978,37,1,suicide,15-17 yrs,16,329381,16.002368927001953,0,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,4.857596397399902 +1978,37,1,homicide,15-17 yrs,9,329381,16.002368927001953,0,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,2.73239803314209 +1978,37,1,other external,15-17 yrs,68,329381,16.002368927001953,0,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,20.644784927368164 +1978,37,1,internal,15-17 yrs,60,329381,16.002368927001953,0,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,18.215986251831055 +1978,37,1,all,18-20 yrs,468,363652,19.01510238647461,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,128.69447326660156 +1978,37,1,MVA,18-20 yrs,233,363652,19.01510238647461,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,64.0722427368164 +1978,37,1,suicide,18-20 yrs,31,363652,19.01510238647461,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,8.524633407592773 +1978,37,1,homicide,18-20 yrs,45,363652,19.01510238647461,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,12.374467849731445 +1978,37,1,other external,18-20 yrs,80,363652,19.01510238647461,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,21.999053955078125 +1978,37,1,internal,18-20 yrs,79,363652,19.01510238647461,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,21.72406578063965 +1978,37,1,all,21-24 yrs,564,446652,22.4483699798584,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,126.2728042602539 +1978,37,1,MVA,21-24 yrs,194,446652,22.4483699798584,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,43.434261322021484 +1978,37,1,suicide,21-24 yrs,55,446652,22.4483699798584,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,12.313837051391602 +1978,37,1,homicide,21-24 yrs,107,446652,22.4483699798584,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,23.956010818481445 +1978,37,1,other external,21-24 yrs,86,446652,22.4483699798584,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,19.254364013671875 +1978,37,1,internal,21-24 yrs,122,446652,22.4483699798584,1,0.8190184235572815,1.059999942779541,0.20000000298023224,0.8600000143051147,2.119999885559082,27.314329147338867 +1979,37,1,MVA,15-17 yrs,124,327926,16.004587173461914,0,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,37.81340789794922 +1979,37,1,suicide,15-17 yrs,22,327926,16.004587173461914,0,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,6.708830833435059 +1979,37,1,homicide,15-17 yrs,14,327926,16.004587173461914,0,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,4.269255638122559 +1979,37,1,other external,15-17 yrs,57,327926,16.004587173461914,0,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,17.381969451904297 +1979,37,1,internal,15-17 yrs,59,327926,16.004587173461914,0,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,17.991863250732422 +1979,37,1,all,18-20 yrs,442,364561,19.014732360839844,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,121.24171447753906 +1979,37,1,MVA,18-20 yrs,211,364561,19.014732360839844,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,57.877830505371094 +1979,37,1,suicide,18-20 yrs,36,364561,19.014732360839844,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,9.874890327453613 +1979,37,1,homicide,18-20 yrs,48,364561,19.014732360839844,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,13.166521072387695 +1979,37,1,other external,18-20 yrs,76,364561,19.014732360839844,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,20.84699058532715 +1979,37,1,internal,18-20 yrs,71,364561,19.014732360839844,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,19.475479125976562 +1979,37,1,all,21-24 yrs,586,449051,22.451929092407227,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,130.49742126464844 +1979,37,1,MVA,21-24 yrs,230,449051,22.451929092407227,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,51.2191276550293 +1979,37,1,suicide,21-24 yrs,61,449051,22.451929092407227,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,13.584202766418457 +1979,37,1,homicide,21-24 yrs,72,449051,22.451929092407227,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,16.0338134765625 +1979,37,1,other external,21-24 yrs,93,449051,22.451929092407227,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,20.710342407226562 +1979,37,1,internal,21-24 yrs,130,449051,22.451929092407227,1,0.7355371713638306,1.0800000429153442,0.2199999988079071,0.8799999952316284,2.180000066757202,28.949941635131836 +1980,37,1,MVA,15-17 yrs,135,321935,16.017351150512695,0,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,41.933929443359375 +1980,37,1,suicide,15-17 yrs,23,321935,16.017351150512695,0,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,7.144299507141113 +1980,37,1,homicide,15-17 yrs,12,321935,16.017351150512695,0,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,3.7274606227874756 +1980,37,1,other external,15-17 yrs,49,321935,16.017351150512695,0,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,15.220463752746582 +1980,37,1,internal,15-17 yrs,75,321935,16.017351150512695,0,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,23.296628952026367 +1980,37,1,all,18-20 yrs,477,366378,19.025978088378906,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,130.1934051513672 +1980,37,1,MVA,18-20 yrs,225,366378,19.025978088378906,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,61.411983489990234 +1980,37,1,suicide,18-20 yrs,48,366378,19.025978088378906,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,13.10122299194336 +1980,37,1,homicide,18-20 yrs,47,366378,19.025978088378906,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,12.82828140258789 +1980,37,1,other external,18-20 yrs,77,366378,19.025978088378906,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,21.01654624938965 +1980,37,1,internal,18-20 yrs,80,366378,19.025978088378906,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,21.835372924804688 +1980,37,1,all,21-24 yrs,606,459008,22.455810546875,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,132.0238494873047 +1980,37,1,MVA,21-24 yrs,223,459008,22.455810546875,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,48.583030700683594 +1980,37,1,suicide,21-24 yrs,61,459008,22.455810546875,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,13.289528846740723 +1980,37,1,homicide,21-24 yrs,83,459008,22.455810546875,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,18.082473754882812 +1980,37,1,other external,21-24 yrs,109,459008,22.455810546875,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,23.746862411499023 +1980,37,1,internal,21-24 yrs,130,459008,22.455810546875,1,0.6480582356452942,1.1100000143051147,0.20000000298023224,0.8600000143051147,2.1700000762939453,28.32194709777832 +1981,37,1,MVA,15-17 yrs,117,310786,16.03426170349121,0,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,37.646484375 +1981,37,1,suicide,15-17 yrs,22,310786,16.03426170349121,0,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,7.078825950622559 +1981,37,1,homicide,15-17 yrs,16,310786,16.03426170349121,0,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,5.148237228393555 +1981,37,1,other external,15-17 yrs,39,310786,16.03426170349121,0,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,12.548828125 +1981,37,1,internal,15-17 yrs,63,310786,16.03426170349121,0,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,20.271183013916016 +1981,37,1,all,18-20 yrs,432,359303,19.04633331298828,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,120.23278045654297 +1981,37,1,MVA,18-20 yrs,206,359303,19.04633331298828,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,57.33322525024414 +1981,37,1,suicide,18-20 yrs,40,359303,19.04633331298828,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,11.132665634155273 +1981,37,1,homicide,18-20 yrs,36,359303,19.04633331298828,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,10.01939868927002 +1981,37,1,other external,18-20 yrs,59,359303,19.04633331298828,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,16.42068099975586 +1981,37,1,internal,18-20 yrs,91,359303,19.04633331298828,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,25.326812744140625 +1981,37,1,all,21-24 yrs,550,474301,22.46593475341797,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,115.96012115478516 +1981,37,1,MVA,21-24 yrs,235,474301,22.46593475341797,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,49.54659652709961 +1981,37,1,suicide,21-24 yrs,62,474301,22.46593475341797,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,13.071867942810059 +1981,37,1,homicide,21-24 yrs,84,474301,22.46593475341797,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,17.71027183532715 +1981,37,1,other external,21-24 yrs,66,474301,22.46593475341797,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,13.915214538574219 +1981,37,1,internal,21-24 yrs,103,474301,22.46593475341797,1,0.5874587297439575,1.100000023841858,0.20999999344348907,0.8600000143051147,2.1700000762939453,21.716167449951172 +1982,37,1,MVA,15-17 yrs,100,299706,16.025941848754883,0,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,33.366031646728516 +1982,37,1,suicide,15-17 yrs,29,299706,16.025941848754883,0,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,9.676149368286133 +1982,37,1,homicide,15-17 yrs,24,299706,16.025941848754883,0,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,8.007847785949707 +1982,37,1,other external,15-17 yrs,29,299706,16.025941848754883,0,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,9.676149368286133 +1982,37,1,internal,15-17 yrs,48,299706,16.025941848754883,0,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,16.015695571899414 +1982,37,1,all,18-20 yrs,381,349426,19.036170959472656,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,109.03596496582031 +1982,37,1,MVA,18-20 yrs,173,349426,19.036170959472656,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,49.509765625 +1982,37,1,suicide,18-20 yrs,45,349426,19.036170959472656,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,12.878263473510742 +1982,37,1,homicide,18-20 yrs,39,349426,19.036170959472656,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,11.161161422729492 +1982,37,1,other external,18-20 yrs,48,349426,19.036170959472656,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,13.736814498901367 +1982,37,1,internal,18-20 yrs,76,349426,19.036170959472656,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,21.749956130981445 +1982,37,1,all,21-24 yrs,501,485124,22.473342895507812,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,103.27256774902344 +1982,37,1,MVA,21-24 yrs,185,485124,22.473342895507812,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,38.134578704833984 +1982,37,1,suicide,21-24 yrs,74,485124,22.473342895507812,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,15.25383186340332 +1982,37,1,homicide,21-24 yrs,66,485124,22.473342895507812,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,13.604768753051758 +1982,37,1,other external,21-24 yrs,74,485124,22.473342895507812,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,15.25383186340332 +1982,37,1,internal,21-24 yrs,102,485124,22.473342895507812,1,0.5533678531646729,1.0700000524520874,0.20999999344348907,0.8500000238418579,2.130000114440918,21.02555274963379 +1983,37,0.9221815466880798,MVA,15-17 yrs,111,291550,16.011484146118164,0,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,38.07237243652344 +1983,37,0.9221815466880798,suicide,15-17 yrs,11,291550,16.011484146118164,0,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,3.772937774658203 +1983,37,0.9221815466880798,homicide,15-17 yrs,6,291550,16.011484146118164,0,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,2.0579659938812256 +1983,37,0.9221815466880798,other external,15-17 yrs,48,291550,16.011484146118164,0,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,16.463727951049805 +1983,37,0.9221815466880798,internal,15-17 yrs,46,291550,16.011484146118164,0,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,15.777739524841309 +1983,37,0.9221815466880798,all,18-20 yrs,320,342898,19.037797927856445,0.9221815466880798,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,93.32221221923828 +1983,37,0.9221815466880798,MVA,18-20 yrs,160,342898,19.037797927856445,0.9221815466880798,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,46.66110610961914 +1983,37,0.9221815466880798,suicide,18-20 yrs,26,342898,19.037797927856445,0.9221815466880798,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,7.582429885864258 +1983,37,0.9221815466880798,homicide,18-20 yrs,39,342898,19.037797927856445,0.9221815466880798,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,11.373644828796387 +1983,37,0.9221815466880798,other external,18-20 yrs,38,342898,19.037797927856445,0.9221815466880798,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,11.082013130187988 +1983,37,0.9221815466880798,internal,18-20 yrs,57,342898,19.037797927856445,0.9221815466880798,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,16.623018264770508 +1983,37,0.9221815466880798,all,21-24 yrs,484,488957,22.498249053955078,1,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,98.9862060546875 +1983,37,0.9221815466880798,MVA,21-24 yrs,176,488957,22.498249053955078,1,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,35.9949836730957 +1983,37,0.9221815466880798,suicide,21-24 yrs,74,488957,22.498249053955078,1,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,15.134255409240723 +1983,37,0.9221815466880798,homicide,21-24 yrs,56,488957,22.498249053955078,1,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,11.452949523925781 +1983,37,0.9221815466880798,other external,21-24 yrs,73,488957,22.498249053955078,1,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,14.92973804473877 +1983,37,0.9221815466880798,internal,21-24 yrs,105,488957,22.498249053955078,1,0.5361445546150208,1.100000023841858,0.2199999988079071,0.800000011920929,2.119999885559082,21.474281311035156 +1984,37,0.6991451978683472,MVA,15-17 yrs,101,291749,16.002107620239258,0,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,34.618797302246094 +1984,37,0.6991451978683472,suicide,15-17 yrs,22,291749,16.002107620239258,0,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,7.540728569030762 +1984,37,0.6991451978683472,homicide,15-17 yrs,12,291749,16.002107620239258,0,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,4.113124847412109 +1984,37,0.6991451978683472,other external,15-17 yrs,39,291749,16.002107620239258,0,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,13.367654800415039 +1984,37,0.6991451978683472,internal,15-17 yrs,50,291749,16.002107620239258,0,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,17.138019561767578 +1984,37,0.6991451978683472,all,18-20 yrs,316,336797,19.05579948425293,0.6991451978683472,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,93.82506561279297 +1984,37,0.6991451978683472,MVA,18-20 yrs,147,336797,19.05579948425293,0.6991451978683472,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,43.64646911621094 +1984,37,0.6991451978683472,suicide,18-20 yrs,44,336797,19.05579948425293,0.6991451978683472,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,13.064249038696289 +1984,37,0.6991451978683472,homicide,18-20 yrs,23,336797,19.05579948425293,0.6991451978683472,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,6.829039573669434 +1984,37,0.6991451978683472,other external,18-20 yrs,39,336797,19.05579948425293,0.6991451978683472,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,11.579675674438477 +1984,37,0.6991451978683472,internal,18-20 yrs,63,336797,19.05579948425293,0.6991451978683472,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,18.705629348754883 +1984,37,0.6991451978683472,all,21-24 yrs,551,486533,22.520008087158203,1,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,113.25028228759766 +1984,37,0.6991451978683472,MVA,21-24 yrs,222,486533,22.520008087158203,1,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,45.628971099853516 +1984,37,0.6991451978683472,suicide,21-24 yrs,63,486533,22.520008087158203,1,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,12.948761940002441 +1984,37,0.6991451978683472,homicide,21-24 yrs,71,486533,22.520008087158203,1,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,14.593049049377441 +1984,37,0.6991451978683472,other external,21-24 yrs,86,486533,22.520008087158203,1,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,17.676088333129883 +1984,37,0.6991451978683472,internal,21-24 yrs,109,486533,22.520008087158203,1,0.5139557123184204,1.1100000143051147,0.23999999463558197,0.7799999713897705,2.130000114440918,22.403413772583008 +1985,37,0.6938849091529846,MVA,15-17 yrs,104,296155,15.991754531860352,0,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,35.11674499511719 +1985,37,0.6938849091529846,suicide,15-17 yrs,28,296155,15.991754531860352,0,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,9.454508781433105 +1985,37,0.6938849091529846,homicide,15-17 yrs,14,296155,15.991754531860352,0,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,4.727254390716553 +1985,37,0.6938849091529846,other external,15-17 yrs,32,296155,15.991754531860352,0,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,10.805152893066406 +1985,37,0.6938849091529846,internal,15-17 yrs,45,296155,15.991754531860352,0,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,15.194746017456055 +1985,37,0.6938849091529846,all,18-20 yrs,380,330281,19.050390243530273,0.6938849091529846,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,115.05354309082031 +1985,37,0.6938849091529846,MVA,18-20 yrs,178,330281,19.050390243530273,0.6938849091529846,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,53.89350128173828 +1985,37,0.6938849091529846,suicide,18-20 yrs,36,330281,19.050390243530273,0.6938849091529846,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,10.899809837341309 +1985,37,0.6938849091529846,homicide,18-20 yrs,30,330281,19.050390243530273,0.6938849091529846,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,9.083174705505371 +1985,37,0.6938849091529846,other external,18-20 yrs,64,330281,19.050390243530273,0.6938849091529846,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,19.377439498901367 +1985,37,0.6938849091529846,internal,18-20 yrs,72,330281,19.050390243530273,0.6938849091529846,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,21.799619674682617 +1985,37,0.6938849091529846,all,21-24 yrs,567,482566,22.520814895629883,1,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,117.49687957763672 +1985,37,0.6938849091529846,MVA,21-24 yrs,247,482566,22.520814895629883,1,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,51.18470764160156 +1985,37,0.6938849091529846,suicide,21-24 yrs,64,482566,22.520814895629883,1,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,13.262434959411621 +1985,37,0.6938849091529846,homicide,21-24 yrs,69,482566,22.520814895629883,1,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,14.298562049865723 +1985,37,0.6938849091529846,other external,21-24 yrs,85,482566,22.520814895629883,1,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,17.61417007446289 +1985,37,0.6938849091529846,internal,21-24 yrs,102,482566,22.520814895629883,1,0.49628251791000366,1.090000033378601,0.27000001072883606,0.7599999904632568,2.130000114440918,21.137004852294922 +1986,37,0.45934799313545227,MVA,15-17 yrs,121,304127,15.988846778869629,0,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,39.7860107421875 +1986,37,0.45934799313545227,suicide,15-17 yrs,23,304127,15.988846778869629,0,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,7.5626301765441895 +1986,37,0.45934799313545227,homicide,15-17 yrs,10,304127,15.988846778869629,0,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,3.288100004196167 +1986,37,0.45934799313545227,other external,15-17 yrs,27,304127,15.988846778869629,0,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,8.877870559692383 +1986,37,0.45934799313545227,internal,15-17 yrs,57,304127,15.988846778869629,0,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,18.742170333862305 +1986,37,0.45934799313545227,all,18-20 yrs,369,323627,19.03837776184082,0.45934799313545227,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,114.02014923095703 +1986,37,0.45934799313545227,MVA,18-20 yrs,181,323627,19.03837776184082,0.45934799313545227,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,55.928585052490234 +1986,37,0.45934799313545227,suicide,18-20 yrs,43,323627,19.03837776184082,0.45934799313545227,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,13.286901473999023 +1986,37,0.45934799313545227,homicide,18-20 yrs,36,323627,19.03837776184082,0.45934799313545227,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,11.123917579650879 +1986,37,0.45934799313545227,other external,18-20 yrs,57,323627,19.03837776184082,0.45934799313545227,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,17.612869262695312 +1986,37,0.45934799313545227,internal,18-20 yrs,52,323627,19.03837776184082,0.45934799313545227,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,16.067880630493164 +1986,37,0.45934799313545227,all,21-24 yrs,567,468446,22.51096534729004,1,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,121.03849792480469 +1986,37,0.45934799313545227,MVA,21-24 yrs,242,468446,22.51096534729004,1,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,51.66017150878906 +1986,37,0.45934799313545227,suicide,21-24 yrs,51,468446,22.51096534729004,1,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,10.887060165405273 +1986,37,0.45934799313545227,homicide,21-24 yrs,89,468446,22.51096534729004,1,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,18.998987197875977 +1986,37,0.45934799313545227,other external,21-24 yrs,69,468446,22.51096534729004,1,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,14.729552268981934 +1986,37,0.45934799313545227,internal,21-24 yrs,116,468446,22.51096534729004,1,0.487226277589798,1.1200000047683716,0.30000001192092896,0.7400000095367432,2.1500000953674316,24.762725830078125 +1987,37,0,MVA,15-17 yrs,129,302886,16.023202896118164,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,42.59028244018555 +1987,37,0,suicide,15-17 yrs,23,302886,16.023202896118164,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,7.593616008758545 +1987,37,0,homicide,15-17 yrs,13,302886,16.023202896118164,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,4.292043685913086 +1987,37,0,other external,15-17 yrs,21,302886,16.023202896118164,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,6.9333014488220215 +1987,37,0,internal,15-17 yrs,46,302886,16.023202896118164,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,15.18723201751709 +1987,37,0,all,18-20 yrs,337,326731,19.028987884521484,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,103.14295196533203 +1987,37,0,MVA,18-20 yrs,166,326731,19.028987884521484,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,50.80632019042969 +1987,37,0,suicide,18-20 yrs,34,326731,19.028987884521484,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,10.406113624572754 +1987,37,0,homicide,18-20 yrs,42,326731,19.028987884521484,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,12.85461139678955 +1987,37,0,other external,18-20 yrs,39,326731,19.028987884521484,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,11.93642520904541 +1987,37,0,internal,18-20 yrs,56,326731,19.028987884521484,0,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,17.139482498168945 +1987,37,0,all,21-24 yrs,529,456424,22.5142879486084,1,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,115.9010009765625 +1987,37,0,MVA,21-24 yrs,230,456424,22.5142879486084,1,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,50.39174270629883 +1987,37,0,suicide,21-24 yrs,65,456424,22.5142879486084,1,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,14.241144180297852 +1987,37,0,homicide,21-24 yrs,72,456424,22.5142879486084,1,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,15.774806022644043 +1987,37,0,other external,21-24 yrs,62,456424,22.5142879486084,1,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,13.583860397338867 +1987,37,0,internal,21-24 yrs,100,456424,22.5142879486084,1,0.47007042169570923,1.1100000143051147,0.2800000011920929,0.7099999785423279,2.0999999046325684,21.909452438354492 +1988,37,0,MVA,15-17 yrs,102,293967,16.05336570739746,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,34.69777297973633 +1988,37,0,suicide,15-17 yrs,17,293967,16.05336570739746,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,5.782961845397949 +1988,37,0,homicide,15-17 yrs,14,293967,16.05336570739746,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,4.762439250946045 +1988,37,0,other external,15-17 yrs,41,293967,16.05336570739746,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,13.9471435546875 +1988,37,0,internal,15-17 yrs,43,293967,16.05336570739746,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,14.62749195098877 +1988,37,0,all,18-20 yrs,327,333803,19.018436431884766,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,97.96197509765625 +1988,37,0,MVA,18-20 yrs,180,333803,19.018436431884766,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,53.92402267456055 +1988,37,0,suicide,18-20 yrs,29,333803,19.018436431884766,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,8.6877593994140625 +1988,37,0,homicide,18-20 yrs,33,333803,19.018436431884766,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,9.886070251464844 +1988,37,0,other external,18-20 yrs,31,333803,19.018436431884766,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,9.286914825439453 +1988,37,0,internal,18-20 yrs,54,333803,19.018436431884766,0,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,16.17720603942871 +1988,37,0,all,21-24 yrs,493,446245,22.5148868560791,1,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,110.47742462158203 +1988,37,0,MVA,21-24 yrs,190,446245,22.5148868560791,1,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,42.57750701904297 +1988,37,0,suicide,21-24 yrs,49,446245,22.5148868560791,1,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,10.980515480041504 +1988,37,0,homicide,21-24 yrs,54,446245,22.5148868560791,1,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,12.10097599029541 +1988,37,0,other external,21-24 yrs,76,446245,22.5148868560791,1,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,17.031003952026367 +1988,37,0,internal,21-24 yrs,124,446245,22.5148868560791,1,0.4513947367668152,1.1200000047683716,0.2800000011920929,0.6800000071525574,2.0899999141693115,27.787425994873047 +1989,37,0,MVA,15-17 yrs,86,278405,16.040462493896484,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,30.890249252319336 +1989,37,0,suicide,15-17 yrs,21,278405,16.040462493896484,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,7.542967796325684 +1989,37,0,homicide,15-17 yrs,25,278405,16.040462493896484,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,8.979723930358887 +1989,37,0,other external,15-17 yrs,25,278405,16.040462493896484,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,8.979723930358887 +1989,37,0,internal,15-17 yrs,41,278405,16.040462493896484,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,14.726746559143066 +1989,37,0,all,18-20 yrs,354,346045,19.01780128479004,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,102.29883575439453 +1989,37,0,MVA,18-20 yrs,167,346045,19.01780128479004,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,48.259620666503906 +1989,37,0,suicide,18-20 yrs,48,346045,19.01780128479004,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,13.871027946472168 +1989,37,0,homicide,18-20 yrs,34,346045,19.01780128479004,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,9.825311660766602 +1989,37,0,other external,18-20 yrs,36,346045,19.01780128479004,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,10.403271675109863 +1989,37,0,internal,18-20 yrs,69,346045,19.01780128479004,0,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,19.939603805541992 +1989,37,0,all,21-24 yrs,508,437833,22.495567321777344,1,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,116.02597045898438 +1989,37,0,MVA,21-24 yrs,190,437833,22.495567321777344,1,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,43.39554214477539 +1989,37,0,suicide,21-24 yrs,66,437833,22.495567321777344,1,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,15.074240684509277 +1989,37,0,homicide,21-24 yrs,94,437833,22.495567321777344,1,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,21.46937370300293 +1989,37,0,other external,21-24 yrs,50,437833,22.495567321777344,1,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,11.419878959655762 +1989,37,0,internal,21-24 yrs,108,437833,22.495567321777344,1,0.4306451380252838,1.1299999952316284,0.27000001072883606,0.6600000262260437,2.059999942779541,24.66693878173828 +1990,37,0,MVA,15-17 yrs,93,271641,16.01762580871582,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,34.23636245727539 +1990,37,0,suicide,15-17 yrs,31,271641,16.01762580871582,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,11.412120819091797 +1990,37,0,homicide,15-17 yrs,30,271641,16.01762580871582,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,11.043988227844238 +1990,37,0,other external,15-17 yrs,22,271641,16.01762580871582,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,8.09892463684082 +1990,37,0,internal,15-17 yrs,39,271641,16.01762580871582,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,14.357184410095215 +1990,37,0,all,18-20 yrs,373,349081,19.056087493896484,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,106.85198974609375 +1990,37,0,MVA,18-20 yrs,156,349081,19.056087493896484,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,44.68877029418945 +1990,37,0,suicide,18-20 yrs,40,349081,19.056087493896484,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,11.458658218383789 +1990,37,0,homicide,18-20 yrs,64,349081,19.056087493896484,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,18.33385467529297 +1990,37,0,other external,18-20 yrs,48,349081,19.056087493896484,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,13.75039005279541 +1990,37,0,internal,18-20 yrs,65,349081,19.056087493896484,0,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,18.620319366455078 +1990,37,0,all,21-24 yrs,506,436495,22.464252471923828,1,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,115.9234390258789 +1990,37,0,MVA,21-24 yrs,151,436495,22.464252471923828,1,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,34.593753814697266 +1990,37,0,suicide,21-24 yrs,74,436495,22.464252471923828,1,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,16.953229904174805 +1990,37,0,homicide,21-24 yrs,92,436495,22.464252471923828,1,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,21.076988220214844 +1990,37,0,other external,21-24 yrs,51,436495,22.464252471923828,1,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,11.683982849121094 +1990,37,0,internal,21-24 yrs,138,436495,22.464252471923828,1,0.40856924653053284,1.159999966621399,0.27000001072883606,0.6499999761581421,2.0799999237060547,31.615482330322266 +1991,37,0,MVA,15-17 yrs,90,267195,16.01874351501465,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,33.683265686035156 +1991,37,0,suicide,15-17 yrs,23,267195,16.01874351501465,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,8.607945442199707 +1991,37,0,homicide,15-17 yrs,40,267195,16.01874351501465,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,14.97033977508545 +1991,37,0,other external,15-17 yrs,24,267195,16.01874351501465,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,8.98220443725586 +1991,37,0,internal,15-17 yrs,39,267195,16.01874351501465,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,14.596081733703613 +1991,37,0,all,18-20 yrs,360,328162,19.08997344970703,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,109.70191192626953 +1991,37,0,MVA,18-20 yrs,126,328162,19.08997344970703,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,38.39567184448242 +1991,37,0,suicide,18-20 yrs,45,328162,19.08997344970703,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,13.712738990783691 +1991,37,0,homicide,18-20 yrs,91,328162,19.08997344970703,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,27.730205535888672 +1991,37,0,other external,18-20 yrs,36,328162,19.08997344970703,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,10.970191955566406 +1991,37,0,internal,18-20 yrs,62,328162,19.08997344970703,0,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,18.893108367919922 +1991,37,0,all,21-24 yrs,489,448854,22.44797134399414,1,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,108.9441146850586 +1991,37,0,MVA,21-24 yrs,147,448854,22.44797134399414,1,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,32.75006866455078 +1991,37,0,suicide,21-24 yrs,56,448854,22.44797134399414,1,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,12.476217269897461 +1991,37,0,homicide,21-24 yrs,135,448854,22.44797134399414,1,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,30.076595306396484 +1991,37,0,other external,21-24 yrs,39,448854,22.44797134399414,1,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,8.688794136047363 +1991,37,0,internal,21-24 yrs,112,448854,22.44797134399414,1,0.392070472240448,1.1100000143051147,0.23999999463558197,0.6000000238418579,1.9600000381469727,24.952434539794922 +1992,37,0,MVA,15-17 yrs,91,271130,16.003448486328125,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,33.563236236572266 +1992,37,0,suicide,15-17 yrs,28,271130,16.003448486328125,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,10.327149391174316 +1992,37,0,homicide,15-17 yrs,32,271130,16.003448486328125,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,11.802456855773926 +1992,37,0,other external,15-17 yrs,25,271130,16.003448486328125,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,9.22066879272461 +1992,37,0,internal,15-17 yrs,40,271130,16.003448486328125,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,14.753070831298828 +1992,37,0,all,18-20 yrs,334,303342,19.067594528198242,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,110.10674285888672 +1992,37,0,MVA,18-20 yrs,125,303342,19.067594528198242,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,41.20761489868164 +1992,37,0,suicide,18-20 yrs,39,303342,19.067594528198242,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,12.856775283813477 +1992,37,0,homicide,18-20 yrs,78,303342,19.067594528198242,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,25.713550567626953 +1992,37,0,other external,18-20 yrs,31,303342,19.067594528198242,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,10.219488143920898 +1992,37,0,internal,18-20 yrs,61,303342,19.067594528198242,0,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,20.109315872192383 +1992,37,0,all,21-24 yrs,491,459245,22.45246124267578,1,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,106.91461181640625 +1992,37,0,MVA,21-24 yrs,151,459245,22.45246124267578,1,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,32.88005447387695 +1992,37,0,suicide,21-24 yrs,65,459245,22.45246124267578,1,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,14.153665542602539 +1992,37,0,homicide,21-24 yrs,112,459245,22.45246124267578,1,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,24.387853622436523 +1992,37,0,other external,21-24 yrs,46,459245,22.45246124267578,1,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,10.016440391540527 +1992,37,0,internal,21-24 yrs,117,459245,22.45246124267578,1,0.38061293959617615,1.1399999856948853,0.23000000417232513,0.5899999737739563,1.9600000381469727,25.47659683227539 +1993,37,0,MVA,15-17 yrs,84,275840,15.989051818847656,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,30.452436447143555 +1993,37,0,suicide,15-17 yrs,25,275840,15.989051818847656,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,9.063224792480469 +1993,37,0,homicide,15-17 yrs,36,275840,15.989051818847656,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,13.051044464111328 +1993,37,0,other external,15-17 yrs,35,275840,15.989051818847656,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,12.688514709472656 +1993,37,0,internal,15-17 yrs,44,275840,15.989051818847656,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,15.951275825500488 +1993,37,0,all,18-20 yrs,347,293241,19.033357620239258,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,118.33270263671875 +1993,37,0,MVA,18-20 yrs,137,293241,19.033357620239258,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,46.7192497253418 +1993,37,0,suicide,18-20 yrs,41,293241,19.033357620239258,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,13.981674194335938 +1993,37,0,homicide,18-20 yrs,81,293241,19.033357620239258,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,27.622331619262695 +1993,37,0,other external,18-20 yrs,38,293241,19.033357620239258,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,12.958624839782715 +1993,37,0,internal,18-20 yrs,50,293241,19.033357620239258,0,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,17.05082130432129 +1993,37,0,all,21-24 yrs,517,458596,22.509260177612305,1,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,112.73538970947266 +1993,37,0,MVA,21-24 yrs,174,458596,22.509260177612305,1,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,37.941890716552734 +1993,37,0,suicide,21-24 yrs,57,458596,22.509260177612305,1,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,12.429240226745605 +1993,37,0,homicide,21-24 yrs,123,458596,22.509260177612305,1,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,26.820993423461914 +1993,37,0,other external,21-24 yrs,52,458596,22.509260177612305,1,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,11.338955879211426 +1993,37,0,internal,21-24 yrs,111,458596,22.509260177612305,1,0.3695501685142517,1.1399999856948853,0.2199999988079071,0.5600000023841858,1.9199999570846558,24.20431137084961 +1994,37,0,MVA,15-17 yrs,88,284564,15.99604320526123,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,30.924501419067383 +1994,37,0,suicide,15-17 yrs,35,284564,15.99604320526123,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,12.299517631530762 +1994,37,0,homicide,15-17 yrs,35,284564,15.99604320526123,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,12.299517631530762 +1994,37,0,other external,15-17 yrs,24,284564,15.99604320526123,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,8.433955192565918 +1994,37,0,internal,15-17 yrs,42,284564,15.99604320526123,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,14.759421348571777 +1994,37,0,all,18-20 yrs,374,289663,19.033296585083008,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,129.1155548095703 +1994,37,0,MVA,18-20 yrs,147,289663,19.033296585083008,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,50.748626708984375 +1994,37,0,suicide,18-20 yrs,55,289663,19.033296585083008,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,18.987581253051758 +1994,37,0,homicide,18-20 yrs,72,289663,19.033296585083008,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,24.85647201538086 +1994,37,0,other external,18-20 yrs,37,289663,19.033296585083008,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,12.77346420288086 +1994,37,0,internal,18-20 yrs,63,289663,19.033296585083008,0,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,21.749412536621094 +1994,37,0,all,21-24 yrs,554,443115,22.569377899169922,1,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,125.02397918701172 +1994,37,0,MVA,21-24 yrs,162,443115,22.569377899169922,1,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,36.559356689453125 +1994,37,0,suicide,21-24 yrs,80,443115,22.569377899169922,1,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,18.054004669189453 +1994,37,0,homicide,21-24 yrs,134,443115,22.569377899169922,1,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,30.24045753479004 +1994,37,0,other external,21-24 yrs,56,443115,22.569377899169922,1,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,12.637803077697754 +1994,37,0,internal,21-24 yrs,122,443115,22.569377899169922,1,0.36032387614250183,1.1399999856948853,0.20999999344348907,0.5400000214576721,1.8899999856948853,27.53235626220703 +1995,37,0,MVA,15-17 yrs,90,292288,15.985151290893555,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,30.791547775268555 +1995,37,0,suicide,15-17 yrs,30,292288,15.985151290893555,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,10.263849258422852 +1995,37,0,homicide,15-17 yrs,30,292288,15.985151290893555,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,10.263849258422852 +1995,37,0,other external,15-17 yrs,23,292288,15.985151290893555,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,7.868951320648193 +1995,37,0,internal,15-17 yrs,43,292288,15.985151290893555,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,14.711517333984375 +1995,37,0,all,18-20 yrs,367,293767,19.023624420166016,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,124.92893981933594 +1995,37,0,MVA,18-20 yrs,136,293767,19.023624420166016,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,46.29519271850586 +1995,37,0,suicide,18-20 yrs,51,293767,19.023624420166016,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,17.36069679260254 +1995,37,0,homicide,18-20 yrs,74,293767,19.023624420166016,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,25.190031051635742 +1995,37,0,other external,18-20 yrs,42,293767,19.023624420166016,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,14.29704475402832 +1995,37,0,internal,18-20 yrs,64,293767,19.023624420166016,0,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,21.785972595214844 +1995,37,0,all,21-24 yrs,476,423049,22.58163070678711,1,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,112.51651763916016 +1995,37,0,MVA,21-24 yrs,150,423049,22.58163070678711,1,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,35.456886291503906 +1995,37,0,suicide,21-24 yrs,64,423049,22.58163070678711,1,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,15.128271102905273 +1995,37,0,homicide,21-24 yrs,103,423049,22.58163070678711,1,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,24.347061157226562 +1995,37,0,other external,21-24 yrs,36,423049,22.58163070678711,1,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,8.509652137756348 +1995,37,0,internal,21-24 yrs,123,423049,22.58163070678711,1,0.35039371252059937,1.1200000047683716,0.2199999988079071,0.5299999713897705,1.8600000143051147,29.07464599609375 +1996,37,0,MVA,15-17 yrs,91,298443,15.990540504455566,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,30.49158477783203 +1996,37,0,suicide,15-17 yrs,28,298443,15.990540504455566,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,9.382025718688965 +1996,37,0,homicide,15-17 yrs,23,298443,15.990540504455566,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,7.706664085388184 +1996,37,0,other external,15-17 yrs,22,298443,15.990540504455566,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,7.371592044830322 +1996,37,0,internal,15-17 yrs,54,298443,15.990540504455566,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,18.093908309936523 +1996,37,0,all,18-20 yrs,331,297182,19.011777877807617,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,111.37956237792969 +1996,37,0,MVA,18-20 yrs,139,297182,19.011777877807617,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,46.77268600463867 +1996,37,0,suicide,18-20 yrs,41,297182,19.011777877807617,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,13.796259880065918 +1996,37,0,homicide,18-20 yrs,73,297182,19.011777877807617,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,24.564071655273438 +1996,37,0,other external,18-20 yrs,33,297182,19.011777877807617,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,11.1043062210083 +1996,37,0,internal,18-20 yrs,45,297182,19.011777877807617,0,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,15.14223575592041 +1996,37,0,all,21-24 yrs,482,402295,22.53197479248047,1,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,119.81257629394531 +1996,37,0,MVA,21-24 yrs,164,402295,22.53197479248047,1,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,40.76610565185547 +1996,37,0,suicide,21-24 yrs,68,402295,22.53197479248047,1,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,16.903018951416016 +1996,37,0,homicide,21-24 yrs,89,402295,22.53197479248047,1,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,22.123069763183594 +1996,37,0,other external,21-24 yrs,46,402295,22.53197479248047,1,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,11.434394836425781 +1996,37,0,internal,21-24 yrs,115,402295,22.53197479248047,1,0.3403441607952118,1.1399999856948853,0.23999999463558197,0.5199999809265137,1.899999976158142,28.585987091064453 +1970,38,0,MVA,15-17 yrs,13,40489,15.989280700683594,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,32.107486724853516 +1970,38,0,suicide,15-17 yrs,0,40489,15.989280700683594,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,0 +1970,38,0,homicide,15-17 yrs,0,40489,15.989280700683594,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,0 +1970,38,0,other external,15-17 yrs,9,40489,15.989280700683594,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,22.228260040283203 +1970,38,0,internal,15-17 yrs,9,40489,15.989280700683594,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,22.228260040283203 +1970,38,0,all,18-20 yrs,51,35662,18.958078384399414,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,143.00936889648438 +1970,38,0,MVA,18-20 yrs,24,35662,18.958078384399414,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,67.29852294921875 +1970,38,0,suicide,18-20 yrs,6,35662,18.958078384399414,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,16.824630737304688 +1970,38,0,homicide,18-20 yrs,2,35662,18.958078384399414,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,5.608210563659668 +1970,38,0,other external,18-20 yrs,9,35662,18.958078384399414,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,25.23694610595703 +1970,38,0,internal,18-20 yrs,10,35662,18.958078384399414,0,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,28.041051864624023 +1970,38,0,all,21-24 yrs,47,37439,22.356340408325195,1,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,125.53754425048828 +1970,38,0,MVA,21-24 yrs,25,37439,22.356340408325195,1,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,66.7752914428711 +1970,38,0,suicide,21-24 yrs,1,37439,22.356340408325195,1,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,2.671011447906494 +1970,38,0,homicide,21-24 yrs,0,37439,22.356340408325195,1,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,0 +1970,38,0,other external,21-24 yrs,10,37439,22.356340408325195,1,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,26.710115432739258 +1970,38,0,internal,21-24 yrs,11,37439,22.356340408325195,1,0.41237112879753113,1.2100000381469727,0.10999999940395355,1.0199999809265137,2.3399999141693115,29.381126403808594 +1971,38,0,MVA,15-17 yrs,25,41391,15.987533569335938,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,60.39960479736328 +1971,38,0,suicide,15-17 yrs,3,41391,15.987533569335938,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,7.247952461242676 +1971,38,0,homicide,15-17 yrs,1,41391,15.987533569335938,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,2.4159841537475586 +1971,38,0,other external,15-17 yrs,9,41391,15.987533569335938,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,21.74385643005371 +1971,38,0,internal,15-17 yrs,9,41391,15.987533569335938,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,21.74385643005371 +1971,38,0,all,18-20 yrs,51,37520,18.988407135009766,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,135.92750549316406 +1971,38,0,MVA,18-20 yrs,39,37520,18.988407135009766,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,103.94456481933594 +1971,38,0,suicide,18-20 yrs,1,37520,18.988407135009766,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,2.665245294570923 +1971,38,0,homicide,18-20 yrs,1,37520,18.988407135009766,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,2.665245294570923 +1971,38,0,other external,18-20 yrs,5,37520,18.988407135009766,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,13.326226234436035 +1971,38,0,internal,18-20 yrs,5,37520,18.988407135009766,0,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,13.326226234436035 +1971,38,0,all,21-24 yrs,49,42717,22.457359313964844,1,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,114.70842742919922 +1971,38,0,MVA,21-24 yrs,25,42717,22.457359313964844,1,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,58.52470779418945 +1971,38,0,suicide,21-24 yrs,6,42717,22.457359313964844,1,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,14.045929908752441 +1971,38,0,homicide,21-24 yrs,1,42717,22.457359313964844,1,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,2.3409883975982666 +1971,38,0,other external,21-24 yrs,12,42717,22.457359313964844,1,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,28.091859817504883 +1971,38,0,internal,21-24 yrs,5,42717,22.457359313964844,1,0.395061731338501,1.2599999904632568,0.11999999731779099,1.0499999523162842,2.430000066757202,11.704941749572754 +1972,38,0,MVA,15-17 yrs,28,41953,15.992801666259766,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,66.7413558959961 +1972,38,0,suicide,15-17 yrs,2,41953,15.992801666259766,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,4.767239570617676 +1972,38,0,homicide,15-17 yrs,2,41953,15.992801666259766,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,4.767239570617676 +1972,38,0,other external,15-17 yrs,8,41953,15.992801666259766,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,19.068958282470703 +1972,38,0,internal,15-17 yrs,6,41953,15.992801666259766,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,14.301718711853027 +1972,38,0,all,18-20 yrs,72,38354,19.002607345581055,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,187.72488403320312 +1972,38,0,MVA,18-20 yrs,30,38354,19.002607345581055,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,78.21869659423828 +1972,38,0,suicide,18-20 yrs,6,38354,19.002607345581055,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,15.643739700317383 +1972,38,0,homicide,18-20 yrs,0,38354,19.002607345581055,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,0 +1972,38,0,other external,18-20 yrs,20,38354,19.002607345581055,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,52.14580154418945 +1972,38,0,internal,18-20 yrs,16,38354,19.002607345581055,0,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,41.71664047241211 +1972,38,0,all,21-24 yrs,50,44688,22.438753128051758,1,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,111.8868637084961 +1972,38,0,MVA,21-24 yrs,22,44688,22.438753128051758,1,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,49.23021697998047 +1972,38,0,suicide,21-24 yrs,4,44688,22.438753128051758,1,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,8.950948715209961 +1972,38,0,homicide,21-24 yrs,0,44688,22.438753128051758,1,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,0 +1972,38,0,other external,21-24 yrs,14,44688,22.438753128051758,1,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,31.32832145690918 +1972,38,0,internal,21-24 yrs,10,44688,22.438753128051758,1,0.38277512788772583,1.2699999809265137,0.1599999964237213,1.090000033378601,2.5199999809265137,22.37737274169922 +1973,38,0,MVA,15-17 yrs,25,42142,15.994044303894043,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,59.3232421875 +1973,38,0,suicide,15-17 yrs,5,42142,15.994044303894043,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,11.86464786529541 +1973,38,0,homicide,15-17 yrs,1,42142,15.994044303894043,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,2.372929573059082 +1973,38,0,other external,15-17 yrs,12,42142,15.994044303894043,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,28.475154876708984 +1973,38,0,internal,15-17 yrs,11,42142,15.994044303894043,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,26.10222625732422 +1973,38,0,all,18-20 yrs,59,38887,18.9885311126709,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,151.72164916992188 +1973,38,0,MVA,18-20 yrs,29,38887,18.9885311126709,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,74.5750503540039 +1973,38,0,suicide,18-20 yrs,4,38887,18.9885311126709,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,10.286213874816895 +1973,38,0,homicide,18-20 yrs,1,38887,18.9885311126709,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,2.5715534687042236 +1973,38,0,other external,18-20 yrs,11,38887,18.9885311126709,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,28.28708839416504 +1973,38,0,internal,18-20 yrs,14,38887,18.9885311126709,0,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,36.001747131347656 +1973,38,0,all,21-24 yrs,67,46617,22.43602180480957,1,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,143.72439575195312 +1973,38,0,MVA,21-24 yrs,36,46617,22.43602180480957,1,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,77.22504425048828 +1973,38,0,suicide,21-24 yrs,8,46617,22.43602180480957,1,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,17.161121368408203 +1973,38,0,homicide,21-24 yrs,1,46617,22.43602180480957,1,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,2.1451401710510254 +1973,38,0,other external,21-24 yrs,11,46617,22.43602180480957,1,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,23.596542358398438 +1973,38,0,internal,21-24 yrs,11,46617,22.43602180480957,1,0.36036035418510437,1.2799999713897705,0.15000000596046448,1.159999966621399,2.5899999141693115,23.596542358398438 +1974,38,0,MVA,15-17 yrs,16,42344,15.99666976928711,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,37.7857551574707 +1974,38,0,suicide,15-17 yrs,4,42344,15.99666976928711,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,9.446438789367676 +1974,38,0,homicide,15-17 yrs,0,42344,15.99666976928711,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,0 +1974,38,0,other external,15-17 yrs,11,42344,15.99666976928711,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,25.977706909179688 +1974,38,0,internal,15-17 yrs,10,42344,15.99666976928711,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,23.61609649658203 +1974,38,0,all,18-20 yrs,51,39832,18.992368698120117,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,128.0377655029297 +1974,38,0,MVA,18-20 yrs,23,39832,18.992368698120117,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,57.74251937866211 +1974,38,0,suicide,18-20 yrs,4,39832,18.992368698120117,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,10.042177200317383 +1974,38,0,homicide,18-20 yrs,3,39832,18.992368698120117,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,7.531632900238037 +1974,38,0,other external,18-20 yrs,10,39832,18.992368698120117,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,25.10544204711914 +1974,38,0,internal,18-20 yrs,11,39832,18.992368698120117,0,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,27.61598777770996 +1974,38,0,all,21-24 yrs,66,47592,22.45127296447754,1,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,138.67877197265625 +1974,38,0,MVA,21-24 yrs,31,47592,22.45127296447754,1,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,65.13700103759766 +1974,38,0,suicide,21-24 yrs,9,47592,22.45127296447754,1,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,18.910741806030273 +1974,38,0,homicide,21-24 yrs,2,47592,22.45127296447754,1,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,4.202386856079102 +1974,38,0,other external,21-24 yrs,16,47592,22.45127296447754,1,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,33.61909484863281 +1974,38,0,internal,21-24 yrs,8,47592,22.45127296447754,1,0.3245435953140259,1.3300000429153442,0.14000000059604645,1.2400000095367432,2.7100000381469727,16.809547424316406 +1975,38,0,MVA,15-17 yrs,13,42229,16.00366973876953,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,30.78453254699707 +1975,38,0,suicide,15-17 yrs,3,42229,16.00366973876953,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,7.104122638702393 +1975,38,0,homicide,15-17 yrs,1,42229,16.00366973876953,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,2.3680410385131836 +1975,38,0,other external,15-17 yrs,9,42229,16.00366973876953,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,21.312368392944336 +1975,38,0,internal,15-17 yrs,5,42229,16.00366973876953,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,11.840204238891602 +1975,38,0,all,18-20 yrs,66,40901,19.002029418945312,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,161.36524963378906 +1975,38,0,MVA,18-20 yrs,28,40901,19.002029418945312,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,68.4579849243164 +1975,38,0,suicide,18-20 yrs,7,40901,19.002029418945312,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,17.1144962310791 +1975,38,0,homicide,18-20 yrs,0,40901,19.002029418945312,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,0 +1975,38,0,other external,18-20 yrs,19,40901,19.002029418945312,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,46.45363235473633 +1975,38,0,internal,18-20 yrs,12,40901,19.002029418945312,0,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,29.339136123657227 +1975,38,0,all,21-24 yrs,60,48822,22.466716766357422,1,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,122.89541625976562 +1975,38,0,MVA,21-24 yrs,24,48822,22.466716766357422,1,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,49.158164978027344 +1975,38,0,suicide,21-24 yrs,5,48822,22.466716766357422,1,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,10.241284370422363 +1975,38,0,homicide,21-24 yrs,1,48822,22.466716766357422,1,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,2.0482568740844727 +1975,38,0,other external,21-24 yrs,14,48822,22.466716766357422,1,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,28.675596237182617 +1975,38,0,internal,21-24 yrs,16,48822,22.466716766357422,1,0.29739776253700256,1.3700000047683716,0.15000000596046448,1.2100000381469727,2.7300000190734863,32.77210998535156 +1976,38,0,MVA,15-17 yrs,21,42176,16.00353240966797,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,49.791351318359375 +1976,38,0,suicide,15-17 yrs,6,42176,16.00353240966797,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,14.226099967956543 +1976,38,0,homicide,15-17 yrs,2,42176,16.00353240966797,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,4.7420334815979 +1976,38,0,other external,15-17 yrs,9,42176,16.00353240966797,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,21.339149475097656 +1976,38,0,internal,15-17 yrs,6,42176,16.00353240966797,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,14.226099967956543 +1976,38,0,all,18-20 yrs,49,41990,19.010026931762695,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,116.69445037841797 +1976,38,0,MVA,18-20 yrs,30,41990,19.010026931762695,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,71.4455795288086 +1976,38,0,suicide,18-20 yrs,2,41990,19.010026931762695,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,4.763038635253906 +1976,38,0,homicide,18-20 yrs,1,41990,19.010026931762695,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,2.381519317626953 +1976,38,0,other external,18-20 yrs,9,41990,19.010026931762695,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,21.433673858642578 +1976,38,0,internal,18-20 yrs,7,41990,19.010026931762695,0,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,16.670635223388672 +1976,38,0,all,21-24 yrs,62,50300,22.46109390258789,1,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,123.26043701171875 +1976,38,0,MVA,21-24 yrs,25,50300,22.46109390258789,1,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,49.70178985595703 +1976,38,0,suicide,21-24 yrs,9,50300,22.46109390258789,1,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,17.89264488220215 +1976,38,0,homicide,21-24 yrs,2,50300,22.46109390258789,1,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,3.9761431217193604 +1976,38,0,other external,21-24 yrs,15,50300,22.46109390258789,1,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,29.821073532104492 +1976,38,0,internal,21-24 yrs,11,50300,22.46109390258789,1,0.2811950743198395,1.399999976158142,0.1599999964237213,1.2000000476837158,2.75,21.86878776550293 +1977,38,0,MVA,15-17 yrs,19,41350,16.00957679748535,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,45.949214935302734 +1977,38,0,suicide,15-17 yrs,5,41350,16.00957679748535,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,12.091897964477539 +1977,38,0,homicide,15-17 yrs,0,41350,16.00957679748535,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,0 +1977,38,0,other external,15-17 yrs,11,41350,16.00957679748535,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,26.602176666259766 +1977,38,0,internal,15-17 yrs,7,41350,16.00957679748535,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,16.92865753173828 +1977,38,0,all,18-20 yrs,64,42580,19.01862335205078,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,150.30531311035156 +1977,38,0,MVA,18-20 yrs,36,42580,19.01862335205078,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,84.54673767089844 +1977,38,0,suicide,18-20 yrs,10,42580,19.01862335205078,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,23.485204696655273 +1977,38,0,homicide,18-20 yrs,1,42580,19.01862335205078,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,2.348520517349243 +1977,38,0,other external,18-20 yrs,8,42580,19.01862335205078,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,18.788164138793945 +1977,38,0,internal,18-20 yrs,9,42580,19.01862335205078,0,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,21.13668441772461 +1977,38,0,all,21-24 yrs,54,51447,22.4415225982666,1,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,104.96238708496094 +1977,38,0,MVA,21-24 yrs,25,51447,22.4415225982666,1,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,48.59369659423828 +1977,38,0,suicide,21-24 yrs,11,51447,22.4415225982666,1,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,21.381227493286133 +1977,38,0,homicide,21-24 yrs,0,51447,22.4415225982666,1,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,0 +1977,38,0,other external,21-24 yrs,13,51447,22.4415225982666,1,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,25.268722534179688 +1977,38,0,internal,21-24 yrs,5,51447,22.4415225982666,1,0.264026403427124,1.350000023841858,0.15000000596046448,1.1200000047683716,2.619999885559082,9.71873950958252 +1978,38,0,MVA,15-17 yrs,18,40056,16.02144432067871,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,44.93708801269531 +1978,38,0,suicide,15-17 yrs,3,40056,16.02144432067871,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,7.4895148277282715 +1978,38,0,homicide,15-17 yrs,0,40056,16.02144432067871,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,0 +1978,38,0,other external,15-17 yrs,8,40056,16.02144432067871,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,19.97203826904297 +1978,38,0,internal,15-17 yrs,4,40056,16.02144432067871,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,9.986019134521484 +1978,38,0,all,18-20 yrs,47,42637,19.031381607055664,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,110.23289489746094 +1978,38,0,MVA,18-20 yrs,28,42637,19.031381607055664,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,65.67066192626953 +1978,38,0,suicide,18-20 yrs,3,42637,19.031381607055664,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,7.036142349243164 +1978,38,0,homicide,18-20 yrs,0,42637,19.031381607055664,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,0 +1978,38,0,other external,18-20 yrs,7,42637,19.031381607055664,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,16.417665481567383 +1978,38,0,internal,18-20 yrs,9,42637,19.031381607055664,0,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,21.108427047729492 +1978,38,0,all,21-24 yrs,76,52856,22.4455509185791,1,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,143.78689575195312 +1978,38,0,MVA,21-24 yrs,33,52856,22.4455509185791,1,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,62.433780670166016 +1978,38,0,suicide,21-24 yrs,8,52856,22.4455509185791,1,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,15.135462760925293 +1978,38,0,homicide,21-24 yrs,2,52856,22.4455509185791,1,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,3.7838656902313232 +1978,38,0,other external,21-24 yrs,17,52856,22.4455509185791,1,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,32.16285705566406 +1978,38,0,internal,21-24 yrs,16,52856,22.4455509185791,1,0.24539877474308014,1.4500000476837158,0.1599999964237213,1.149999976158142,2.759999990463257,30.270925521850586 +1979,38,0,MVA,15-17 yrs,17,38255,16.02428436279297,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,44.438636779785156 +1979,38,0,suicide,15-17 yrs,2,38255,16.02428436279297,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,5.228074550628662 +1979,38,0,homicide,15-17 yrs,1,38255,16.02428436279297,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,2.614037275314331 +1979,38,0,other external,15-17 yrs,9,38255,16.02428436279297,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,23.526336669921875 +1979,38,0,internal,15-17 yrs,9,38255,16.02428436279297,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,23.526336669921875 +1979,38,0,all,18-20 yrs,55,42512,19.03615379333496,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,129.37522888183594 +1979,38,0,MVA,18-20 yrs,29,42512,19.03615379333496,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,68.216033935546875 +1979,38,0,suicide,18-20 yrs,8,42512,19.03615379333496,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,18.81821632385254 +1979,38,0,homicide,18-20 yrs,1,42512,19.03615379333496,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,2.3522770404815674 +1979,38,0,other external,18-20 yrs,3,42512,19.03615379333496,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,7.056830883026123 +1979,38,0,internal,18-20 yrs,14,42512,19.03615379333496,0,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,32.93187713623047 +1979,38,0,all,21-24 yrs,49,54129,22.454118728637695,1,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,90.52449035644531 +1979,38,0,MVA,21-24 yrs,18,54129,22.454118728637695,1,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,33.2538948059082 +1979,38,0,suicide,21-24 yrs,15,54129,22.454118728637695,1,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,27.711578369140625 +1979,38,0,homicide,21-24 yrs,1,54129,22.454118728637695,1,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,1.8474385738372803 +1979,38,0,other external,21-24 yrs,5,54129,22.454118728637695,1,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,9.23719310760498 +1979,38,0,internal,21-24 yrs,10,54129,22.454118728637695,1,0.22038567066192627,1.4500000476837158,0.1599999964237213,1.100000023841858,2.7100000381469727,18.47438621520996 +1980,38,0,MVA,15-17 yrs,20,35819,16.031883239746094,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,55.83628845214844 +1980,38,0,suicide,15-17 yrs,1,35819,16.031883239746094,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,2.7918143272399902 +1980,38,0,homicide,15-17 yrs,1,35819,16.031883239746094,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,2.7918143272399902 +1980,38,0,other external,15-17 yrs,5,35819,16.031883239746094,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,13.95907211303711 +1980,38,0,internal,15-17 yrs,9,35819,16.031883239746094,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,25.12632942199707 +1980,38,0,all,18-20 yrs,73,42208,19.03676986694336,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,172.95298767089844 +1980,38,0,MVA,18-20 yrs,34,42208,19.03676986694336,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,80.55345153808594 +1980,38,0,suicide,18-20 yrs,14,42208,19.03676986694336,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,33.1690673828125 +1980,38,0,homicide,18-20 yrs,2,42208,19.03676986694336,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,4.738438129425049 +1980,38,0,other external,18-20 yrs,12,42208,19.03676986694336,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,28.43062973022461 +1980,38,0,internal,18-20 yrs,11,42208,19.03676986694336,0,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,26.061410903930664 +1980,38,0,all,21-24 yrs,69,54983,22.466835021972656,1,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,125.49333190917969 +1980,38,0,MVA,21-24 yrs,37,54983,22.466835021972656,1,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,67.29352569580078 +1980,38,0,suicide,21-24 yrs,11,54983,22.466835021972656,1,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,20.006183624267578 +1980,38,0,homicide,21-24 yrs,2,54983,22.466835021972656,1,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,3.6374878883361816 +1980,38,0,other external,21-24 yrs,12,54983,22.466835021972656,1,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,21.824928283691406 +1980,38,0,internal,21-24 yrs,7,54983,22.466835021972656,1,0.19417475163936615,1.5299999713897705,0.17000000178813934,1.1399999856948853,2.8299999237060547,12.731207847595215 +1981,38,0,MVA,15-17 yrs,16,33934,16.03795623779297,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,47.150352478027344 +1981,38,0,suicide,15-17 yrs,0,33934,16.03795623779297,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,0 +1981,38,0,homicide,15-17 yrs,0,33934,16.03795623779297,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,0 +1981,38,0,other external,15-17 yrs,0,33934,16.03795623779297,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,0 +1981,38,0,internal,15-17 yrs,14,33934,16.03795623779297,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,41.25655746459961 +1981,38,0,all,18-20 yrs,58,40897,19.049636840820312,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,141.81968688964844 +1981,38,0,MVA,18-20 yrs,26,40897,19.049636840820312,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,63.574344635009766 +1981,38,0,suicide,18-20 yrs,10,40897,19.049636840820312,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,24.451671600341797 +1981,38,0,homicide,18-20 yrs,6,40897,19.049636840820312,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,14.671002388000488 +1981,38,0,other external,18-20 yrs,10,40897,19.049636840820312,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,24.451671600341797 +1981,38,0,internal,18-20 yrs,6,40897,19.049636840820312,0,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,14.671002388000488 +1981,38,0,all,21-24 yrs,80,55723,22.475692749023438,1,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,143.56729125976562 +1981,38,0,MVA,21-24 yrs,34,55723,22.475692749023438,1,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,61.01609802246094 +1981,38,0,suicide,21-24 yrs,6,55723,22.475692749023438,1,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,10.767546653747559 +1981,38,0,homicide,21-24 yrs,2,55723,22.475692749023438,1,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,3.589182138442993 +1981,38,0,other external,21-24 yrs,20,55723,22.475692749023438,1,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,35.891822814941406 +1981,38,0,internal,21-24 yrs,18,55723,22.475692749023438,1,0.17601759731769562,1.5299999713897705,0.18000000715255737,1.1399999856948853,2.8499999046325684,32.30263900756836 +1982,38,0,MVA,15-17 yrs,16,32371,16.03200340270996,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,49.42695617675781 +1982,38,0,suicide,15-17 yrs,0,32371,16.03200340270996,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,0 +1982,38,0,homicide,15-17 yrs,0,32371,16.03200340270996,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,0 +1982,38,0,other external,15-17 yrs,6,32371,16.03200340270996,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,18.53510856628418 +1982,38,0,internal,15-17 yrs,4,32371,16.03200340270996,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,12.356739044189453 +1982,38,0,all,18-20 yrs,36,39504,19.045818328857422,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,91.13001251220703 +1982,38,0,MVA,18-20 yrs,18,39504,19.045818328857422,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,45.565006256103516 +1982,38,0,suicide,18-20 yrs,6,39504,19.045818328857422,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,15.188335418701172 +1982,38,0,homicide,18-20 yrs,2,39504,19.045818328857422,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,5.062778472900391 +1982,38,0,other external,18-20 yrs,6,39504,19.045818328857422,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,15.188335418701172 +1982,38,0,internal,18-20 yrs,4,39504,19.045818328857422,0,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,10.125556945800781 +1982,38,0,all,21-24 yrs,66,56531,22.48249626159668,1,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,116.7500991821289 +1982,38,0,MVA,21-24 yrs,36,56531,22.48249626159668,1,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,63.6818733215332 +1982,38,0,suicide,21-24 yrs,10,56531,22.48249626159668,1,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,17.689409255981445 +1982,38,0,homicide,21-24 yrs,0,56531,22.48249626159668,1,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,0 +1982,38,0,other external,21-24 yrs,14,56531,22.48249626159668,1,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,24.765172958374023 +1982,38,0,internal,21-24 yrs,6,56531,22.48249626159668,1,0.16580310463905334,1.5199999809265137,0.18000000715255737,1.090000033378601,2.7899999618530273,10.613645553588867 +1983,38,0,MVA,15-17 yrs,13,30987,16.023622512817383,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,41.95307540893555 +1983,38,0,suicide,15-17 yrs,4,30987,16.023622512817383,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,12.908638954162598 +1983,38,0,homicide,15-17 yrs,0,30987,16.023622512817383,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,0 +1983,38,0,other external,15-17 yrs,2,30987,16.023622512817383,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,6.454319477081299 +1983,38,0,internal,15-17 yrs,9,30987,16.023622512817383,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,29.044437408447266 +1983,38,0,all,18-20 yrs,32,38237,19.052722930908203,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,83.6885757446289 +1983,38,0,MVA,18-20 yrs,11,38237,19.052722930908203,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,28.767948150634766 +1983,38,0,suicide,18-20 yrs,4,38237,19.052722930908203,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,10.461071968078613 +1983,38,0,homicide,18-20 yrs,1,38237,19.052722930908203,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,2.6152679920196533 +1983,38,0,other external,18-20 yrs,9,38237,19.052722930908203,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,23.537410736083984 +1983,38,0,internal,18-20 yrs,7,38237,19.052722930908203,0,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,18.306875228881836 +1983,38,0,all,21-24 yrs,69,55852,22.502721786499023,1,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,123.54078674316406 +1983,38,0,MVA,21-24 yrs,28,55852,22.502721786499023,1,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,50.13249206542969 +1983,38,0,suicide,21-24 yrs,8,55852,22.502721786499023,1,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,14.323569297790527 +1983,38,0,homicide,21-24 yrs,4,55852,22.502721786499023,1,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,7.161784648895264 +1983,38,0,other external,21-24 yrs,16,55852,22.502721786499023,1,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,28.647138595581055 +1983,38,0,internal,21-24 yrs,13,55852,22.502721786499023,1,0.1606425642967224,1.4800000190734863,0.17000000178813934,1.0499999523162842,2.7100000381469727,23.275800704956055 +1984,38,0,MVA,15-17 yrs,7,30541,15.99950885772705,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,22.92000961303711 +1984,38,0,suicide,15-17 yrs,1,30541,15.99950885772705,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,3.274286985397339 +1984,38,0,homicide,15-17 yrs,0,30541,15.99950885772705,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,0 +1984,38,0,other external,15-17 yrs,3,30541,15.99950885772705,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,9.8228607177734375 +1984,38,0,internal,15-17 yrs,4,30541,15.99950885772705,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,13.097147941589355 +1984,38,0,all,18-20 yrs,33,36362,19.06275749206543,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,90.75408172607422 +1984,38,0,MVA,18-20 yrs,17,36362,19.06275749206543,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,46.752105712890625 +1984,38,0,suicide,18-20 yrs,9,36362,19.06275749206543,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,24.751113891601562 +1984,38,0,homicide,18-20 yrs,0,36362,19.06275749206543,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,0 +1984,38,0,other external,18-20 yrs,4,36362,19.06275749206543,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,11.000494956970215 +1984,38,0,internal,18-20 yrs,3,36362,19.06275749206543,0,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,8.250370979309082 +1984,38,0,all,21-24 yrs,58,54212,22.516748428344727,1,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,106.98738098144531 +1984,38,0,MVA,21-24 yrs,20,54212,22.516748428344727,1,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,36.8922004699707 +1984,38,0,suicide,21-24 yrs,9,54212,22.516748428344727,1,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,16.601490020751953 +1984,38,0,homicide,21-24 yrs,1,54212,22.516748428344727,1,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,1.8446100950241089 +1984,38,0,other external,21-24 yrs,18,54212,22.516748428344727,1,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,33.202980041503906 +1984,38,0,internal,21-24 yrs,10,54212,22.516748428344727,1,0.15399421751499176,1.399999976158142,0.17000000178813934,0.9800000190734863,2.549999952316284,18.44610023498535 +1985,38,0,MVA,15-17 yrs,8,30464,15.973345756530762,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,26.2605037689209 +1985,38,0,suicide,15-17 yrs,2,30464,15.973345756530762,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,6.565125942230225 +1985,38,0,homicide,15-17 yrs,0,30464,15.973345756530762,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,0 +1985,38,0,other external,15-17 yrs,2,30464,15.973345756530762,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,6.565125942230225 +1985,38,0,internal,15-17 yrs,5,30464,15.973345756530762,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,16.41281509399414 +1985,38,0,all,18-20 yrs,30,34235,19.05637550354004,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,87.6296157836914 +1985,38,0,MVA,18-20 yrs,14,34235,19.05637550354004,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,40.893821716308594 +1985,38,0,suicide,18-20 yrs,5,34235,19.05637550354004,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,14.604936599731445 +1985,38,0,homicide,18-20 yrs,0,34235,19.05637550354004,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,0 +1985,38,0,other external,18-20 yrs,5,34235,19.05637550354004,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,14.604936599731445 +1985,38,0,internal,18-20 yrs,6,34235,19.05637550354004,0,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,17.525924682617188 +1985,38,0,all,21-24 yrs,39,51305,22.520437240600586,1,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,76.01598358154297 +1985,38,0,MVA,21-24 yrs,17,51305,22.520437240600586,1,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,33.13517379760742 +1985,38,0,suicide,21-24 yrs,7,51305,22.520437240600586,1,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,13.64389419555664 +1985,38,0,homicide,21-24 yrs,2,51305,22.520437240600586,1,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,3.8982555866241455 +1985,38,0,other external,21-24 yrs,5,51305,22.520437240600586,1,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,9.745638847351074 +1985,38,0,internal,21-24 yrs,8,51305,22.520437240600586,1,0.14869888126850128,1.3300000429153442,0.1899999976158142,0.9599999785423279,2.4800000190734863,15.593022346496582 +1986,38,0,MVA,15-17 yrs,9,30526,15.985880851745605,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,29.483062744140625 +1986,38,0,suicide,15-17 yrs,1,30526,15.985880851745605,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,3.2758960723876953 +1986,38,0,homicide,15-17 yrs,0,30526,15.985880851745605,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,0 +1986,38,0,other external,15-17 yrs,3,30526,15.985880851745605,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,9.827688217163086 +1986,38,0,internal,15-17 yrs,6,30526,15.985880851745605,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,19.655376434326172 +1986,38,0,all,18-20 yrs,28,32098,19.049535751342773,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,87.23284912109375 +1986,38,0,MVA,18-20 yrs,10,32098,19.049535751342773,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,31.15458869934082 +1986,38,0,suicide,18-20 yrs,8,32098,19.049535751342773,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,24.92367172241211 +1986,38,0,homicide,18-20 yrs,0,32098,19.049535751342773,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,0 +1986,38,0,other external,18-20 yrs,6,32098,19.049535751342773,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,18.692752838134766 +1986,38,0,internal,18-20 yrs,4,32098,19.049535751342773,0,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,12.461835861206055 +1986,38,0,all,21-24 yrs,42,47704,22.51129913330078,1,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,88.04293060302734 +1986,38,0,MVA,21-24 yrs,14,47704,22.51129913330078,1,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,29.34764289855957 +1986,38,0,suicide,21-24 yrs,9,47704,22.51129913330078,1,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,18.866342544555664 +1986,38,0,homicide,21-24 yrs,1,47704,22.51129913330078,1,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,2.0962603092193604 +1986,38,0,other external,21-24 yrs,8,47704,22.51129913330078,1,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,16.770082473754883 +1986,38,0,internal,21-24 yrs,10,47704,22.51129913330078,1,0.14598539471626282,1.3200000524520874,0.2199999988079071,0.8600000143051147,2.4000000953674316,20.962602615356445 +1987,38,0,MVA,15-17 yrs,10,29755,16.011560440063477,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,33.60779571533203 +1987,38,0,suicide,15-17 yrs,6,29755,16.011560440063477,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,20.1646785736084 +1987,38,0,homicide,15-17 yrs,2,29755,16.011560440063477,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,6.721559524536133 +1987,38,0,other external,15-17 yrs,4,29755,16.011560440063477,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,13.443119049072266 +1987,38,0,internal,15-17 yrs,6,29755,16.011560440063477,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,20.1646785736084 +1987,38,0,all,18-20 yrs,31,31095,19.030712127685547,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,99.6944808959961 +1987,38,0,MVA,18-20 yrs,11,31095,19.030712127685547,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,35.37546157836914 +1987,38,0,suicide,18-20 yrs,6,31095,19.030712127685547,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,19.295705795288086 +1987,38,0,homicide,18-20 yrs,3,31095,19.030712127685547,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,9.647852897644043 +1987,38,0,other external,18-20 yrs,2,31095,19.030712127685547,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,6.4319024085998535 +1987,38,0,internal,18-20 yrs,9,31095,19.030712127685547,0,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,28.943559646606445 +1987,38,0,all,21-24 yrs,35,44442,22.515165328979492,1,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,78.75433349609375 +1987,38,0,MVA,21-24 yrs,15,44442,22.515165328979492,1,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,33.75185775756836 +1987,38,0,suicide,21-24 yrs,5,44442,22.515165328979492,1,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,11.250618934631348 +1987,38,0,homicide,21-24 yrs,2,44442,22.515165328979492,1,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,4.500247478485107 +1987,38,0,other external,21-24 yrs,8,44442,22.515165328979492,1,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,18.00098991394043 +1987,38,0,internal,21-24 yrs,5,44442,22.515165328979492,1,0.14084507524967194,1.350000023841858,0.20000000298023224,0.8700000047683716,2.4200000762939453,11.250618934631348 +1988,38,0,MVA,15-17 yrs,7,28470,16.02096939086914,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,24.587284088134766 +1988,38,0,suicide,15-17 yrs,5,28470,16.02096939086914,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,17.562345504760742 +1988,38,0,homicide,15-17 yrs,1,28470,16.02096939086914,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,3.5124692916870117 +1988,38,0,other external,15-17 yrs,5,28470,16.02096939086914,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,17.562345504760742 +1988,38,0,internal,15-17 yrs,4,28470,16.02096939086914,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,14.049877166748047 +1988,38,0,all,18-20 yrs,23,31120,19.005815505981445,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,73.90745544433594 +1988,38,0,MVA,18-20 yrs,11,31120,19.005815505981445,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,35.347042083740234 +1988,38,0,suicide,18-20 yrs,6,31120,19.005815505981445,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,19.28020477294922 +1988,38,0,homicide,18-20 yrs,0,31120,19.005815505981445,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,0 +1988,38,0,other external,18-20 yrs,3,31120,19.005815505981445,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,9.64010238647461 +1988,38,0,internal,18-20 yrs,3,31120,19.005815505981445,0,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,9.64010238647461 +1988,38,0,all,21-24 yrs,47,41707,22.506534576416016,1,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,112.69091796875 +1988,38,0,MVA,21-24 yrs,21,41707,22.506534576416016,1,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,50.351261138916016 +1988,38,0,suicide,21-24 yrs,8,41707,22.506534576416016,1,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,19.181432723999023 +1988,38,0,homicide,21-24 yrs,2,41707,22.506534576416016,1,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,4.795358180999756 +1988,38,0,other external,21-24 yrs,3,41707,22.506534576416016,1,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,7.193037033081055 +1988,38,0,internal,21-24 yrs,13,41707,22.506534576416016,1,0.13524936139583588,1.3799999952316284,0.1899999976158142,0.8600000143051147,2.430000066757202,31.169828414916992 +1989,38,0,MVA,15-17 yrs,8,27172,16.010231018066406,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,29.44207191467285 +1989,38,0,suicide,15-17 yrs,2,27172,16.010231018066406,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,7.360517978668213 +1989,38,0,homicide,15-17 yrs,0,27172,16.010231018066406,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,0 +1989,38,0,other external,15-17 yrs,1,27172,16.010231018066406,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,3.6802589893341064 +1989,38,0,internal,15-17 yrs,6,27172,16.010231018066406,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,22.081554412841797 +1989,38,0,all,18-20 yrs,20,31319,19.01915740966797,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,63.85900115966797 +1989,38,0,MVA,18-20 yrs,10,31319,19.01915740966797,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,31.929500579833984 +1989,38,0,suicide,18-20 yrs,5,31319,19.01915740966797,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,15.964750289916992 +1989,38,0,homicide,18-20 yrs,0,31319,19.01915740966797,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,0 +1989,38,0,other external,18-20 yrs,4,31319,19.01915740966797,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,12.77180004119873 +1989,38,0,internal,18-20 yrs,1,31319,19.01915740966797,0,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,3.1929500102996826 +1989,38,0,all,21-24 yrs,32,38965,22.492006301879883,1,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,82.12498474121094 +1989,38,0,MVA,21-24 yrs,12,38965,22.492006301879883,1,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,30.7968692779541 +1989,38,0,suicide,21-24 yrs,7,38965,22.492006301879883,1,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,17.964839935302734 +1989,38,0,homicide,21-24 yrs,3,38965,22.492006301879883,1,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,7.699217319488525 +1989,38,0,other external,21-24 yrs,2,38965,22.492006301879883,1,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,5.132811546325684 +1989,38,0,internal,21-24 yrs,8,38965,22.492006301879883,1,0.12903225421905518,1.3799999952316284,0.17000000178813934,0.8399999737739563,2.380000114440918,20.531246185302734 +1990,38,0,MVA,15-17 yrs,12,26268,16.006319046020508,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,45.682960510253906 +1990,38,0,suicide,15-17 yrs,3,26268,16.006319046020508,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,11.420740127563477 +1990,38,0,homicide,15-17 yrs,0,26268,16.006319046020508,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,0 +1990,38,0,other external,15-17 yrs,4,26268,16.006319046020508,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,15.227653503417969 +1990,38,0,internal,15-17 yrs,6,26268,16.006319046020508,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,22.841480255126953 +1990,38,0,all,18-20 yrs,31,31025,19.051700592041016,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,99.91941833496094 +1990,38,0,MVA,18-20 yrs,16,31025,19.051700592041016,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,51.571311950683594 +1990,38,0,suicide,18-20 yrs,6,31025,19.051700592041016,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,19.339242935180664 +1990,38,0,homicide,18-20 yrs,1,31025,19.051700592041016,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,3.2232069969177246 +1990,38,0,other external,18-20 yrs,2,31025,19.051700592041016,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,6.446413993835449 +1990,38,0,internal,18-20 yrs,6,31025,19.051700592041016,0,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,19.339242935180664 +1990,38,0,all,21-24 yrs,41,37697,22.45685386657715,1,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,108.76197052001953 +1990,38,0,MVA,21-24 yrs,16,37697,22.45685386657715,1,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,42.443695068359375 +1990,38,0,suicide,21-24 yrs,12,37697,22.45685386657715,1,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,31.83277130126953 +1990,38,0,homicide,21-24 yrs,1,37697,22.45685386657715,1,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,2.652730941772461 +1990,38,0,other external,21-24 yrs,2,37697,22.45685386657715,1,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,5.305461883544922 +1990,38,0,internal,21-24 yrs,10,37697,22.45685386657715,1,0.12241774797439575,1.4700000286102295,0.17000000178813934,0.9300000071525574,2.559999942779541,26.52730941772461 +1991,38,0,MVA,15-17 yrs,9,26772,15.996077537536621,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,33.617210388183594 +1991,38,0,suicide,15-17 yrs,3,26772,15.996077537536621,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,11.205737113952637 +1991,38,0,homicide,15-17 yrs,0,26772,15.996077537536621,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,0 +1991,38,0,other external,15-17 yrs,1,26772,15.996077537536621,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,3.735245704650879 +1991,38,0,internal,15-17 yrs,3,26772,15.996077537536621,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,11.205737113952637 +1991,38,0,all,18-20 yrs,27,29067,19.06412696838379,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,92.88883972167969 +1991,38,0,MVA,18-20 yrs,10,29067,19.06412696838379,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,34.40327453613281 +1991,38,0,suicide,18-20 yrs,10,29067,19.06412696838379,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,34.40327453613281 +1991,38,0,homicide,18-20 yrs,0,29067,19.06412696838379,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,0 +1991,38,0,other external,18-20 yrs,2,29067,19.06412696838379,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,6.880654811859131 +1991,38,0,internal,18-20 yrs,5,29067,19.06412696838379,0,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,17.201637268066406 +1991,38,0,all,21-24 yrs,41,38167,22.436450958251953,1,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,107.42264556884766 +1991,38,0,MVA,21-24 yrs,10,38167,22.436450958251953,1,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,26.200645446777344 +1991,38,0,suicide,21-24 yrs,11,38167,22.436450958251953,1,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,28.820709228515625 +1991,38,0,homicide,21-24 yrs,1,38167,22.436450958251953,1,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,2.6200644969940186 +1991,38,0,other external,21-24 yrs,10,38167,22.436450958251953,1,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,26.200645446777344 +1991,38,0,internal,21-24 yrs,9,38167,22.436450958251953,1,0.11747430264949799,1.4299999475479126,0.1599999964237213,0.8600000143051147,2.440000057220459,23.58057975769043 +1992,38,0,MVA,15-17 yrs,5,27714,15.99588680267334,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,18.041423797607422 +1992,38,0,suicide,15-17 yrs,6,27714,15.99588680267334,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,21.649707794189453 +1992,38,0,homicide,15-17 yrs,2,27714,15.99588680267334,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,7.216569423675537 +1992,38,0,other external,15-17 yrs,3,27714,15.99588680267334,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,10.824853897094727 +1992,38,0,internal,15-17 yrs,3,27714,15.99588680267334,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,10.824853897094727 +1992,38,0,all,18-20 yrs,20,27773,19.031469345092773,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,72.01238250732422 +1992,38,0,MVA,18-20 yrs,12,27773,19.031469345092773,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,43.20743179321289 +1992,38,0,suicide,18-20 yrs,3,27773,19.031469345092773,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,10.801857948303223 +1992,38,0,homicide,18-20 yrs,0,27773,19.031469345092773,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,0 +1992,38,0,other external,18-20 yrs,1,27773,19.031469345092773,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,3.600619316101074 +1992,38,0,internal,18-20 yrs,4,27773,19.031469345092773,0,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,14.402477264404297 +1992,38,0,all,21-24 yrs,25,38884,22.441389083862305,1,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,64.2938003540039 +1992,38,0,MVA,21-24 yrs,11,38884,22.441389083862305,1,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,28.289270401000977 +1992,38,0,suicide,21-24 yrs,7,38884,22.441389083862305,1,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,18.00226402282715 +1992,38,0,homicide,21-24 yrs,0,38884,22.441389083862305,1,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,0 +1992,38,0,other external,21-24 yrs,3,38884,22.441389083862305,1,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,7.7152557373046875 +1992,38,0,internal,21-24 yrs,4,38884,22.441389083862305,1,0.11404133588075638,1.3799999952316284,0.15000000596046448,0.8500000238418579,2.390000104904175,10.287007331848145 +1993,38,0,MVA,15-17 yrs,9,28463,15.994379043579102,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,31.619997024536133 +1993,38,0,suicide,15-17 yrs,5,28463,15.994379043579102,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,17.566665649414062 +1993,38,0,homicide,15-17 yrs,2,28463,15.994379043579102,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,7.026666164398193 +1993,38,0,other external,15-17 yrs,3,28463,15.994379043579102,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,10.539999008178711 +1993,38,0,internal,15-17 yrs,3,28463,15.994379043579102,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,10.539999008178711 +1993,38,0,all,18-20 yrs,16,27916,19.003868103027344,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,57.31480026245117 +1993,38,0,MVA,18-20 yrs,6,27916,19.003868103027344,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,21.493051528930664 +1993,38,0,suicide,18-20 yrs,2,27916,19.003868103027344,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,7.1643500328063965 +1993,38,0,homicide,18-20 yrs,2,27916,19.003868103027344,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,7.1643500328063965 +1993,38,0,other external,18-20 yrs,4,27916,19.003868103027344,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,14.328700065612793 +1993,38,0,internal,18-20 yrs,2,27916,19.003868103027344,0,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,7.1643500328063965 +1993,38,0,all,21-24 yrs,40,38652,22.495990753173828,1,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,103.4875259399414 +1993,38,0,MVA,21-24 yrs,16,38652,22.495990753173828,1,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,41.39501190185547 +1993,38,0,suicide,21-24 yrs,9,38652,22.495990753173828,1,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,23.28469467163086 +1993,38,0,homicide,21-24 yrs,2,38652,22.495990753173828,1,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,5.174376487731934 +1993,38,0,other external,21-24 yrs,4,38652,22.495990753173828,1,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,10.348752975463867 +1993,38,0,internal,21-24 yrs,9,38652,22.495990753173828,1,0.11072663962841034,1.3700000047683716,0.15000000596046448,0.8399999737739563,2.359999895095825,23.28469467163086 +1994,38,0,MVA,15-17 yrs,12,29406,16.00016975402832,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,40.80799865722656 +1994,38,0,suicide,15-17 yrs,8,29406,16.00016975402832,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,27.205331802368164 +1994,38,0,homicide,15-17 yrs,0,29406,16.00016975402832,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,0 +1994,38,0,other external,15-17 yrs,6,29406,16.00016975402832,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,20.40399932861328 +1994,38,0,internal,15-17 yrs,5,29406,16.00016975402832,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,17.003332138061523 +1994,38,0,all,18-20 yrs,27,28610,19.001468658447266,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,94.37259674072266 +1994,38,0,MVA,18-20 yrs,15,28610,19.001468658447266,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,52.429222106933594 +1994,38,0,suicide,18-20 yrs,6,28610,19.001468658447266,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,20.97168731689453 +1994,38,0,homicide,18-20 yrs,2,28610,19.001468658447266,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,6.990562915802002 +1994,38,0,other external,18-20 yrs,3,28610,19.001468658447266,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,10.485843658447266 +1994,38,0,internal,18-20 yrs,1,28610,19.001468658447266,0,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,3.495281457901001 +1994,38,0,all,21-24 yrs,38,37758,22.536256790161133,1,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,100.64092254638672 +1994,38,0,MVA,21-24 yrs,9,37758,22.536256790161133,1,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,23.836008071899414 +1994,38,0,suicide,21-24 yrs,10,37758,22.536256790161133,1,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,26.484453201293945 +1994,38,0,homicide,21-24 yrs,2,37758,22.536256790161133,1,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,5.296890735626221 +1994,38,0,other external,21-24 yrs,3,37758,22.536256790161133,1,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,7.945335865020752 +1994,38,0,internal,21-24 yrs,14,37758,22.536256790161133,1,0.1079622134566307,1.3899999856948853,0.15000000596046448,0.7799999713897705,2.319999933242798,37.0782356262207 +1995,38,0,MVA,15-17 yrs,8,30388,15.988285064697266,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,26.326181411743164 +1995,38,0,suicide,15-17 yrs,6,30388,15.988285064697266,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,19.74463653564453 +1995,38,0,homicide,15-17 yrs,0,30388,15.988285064697266,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,0 +1995,38,0,other external,15-17 yrs,1,30388,15.988285064697266,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,3.2907726764678955 +1995,38,0,internal,15-17 yrs,5,30388,15.988285064697266,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,16.4538631439209 +1995,38,0,all,18-20 yrs,23,29686,19.00205421447754,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,77.47760009765625 +1995,38,0,MVA,18-20 yrs,6,29686,19.00205421447754,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,20.2115478515625 +1995,38,0,suicide,18-20 yrs,9,29686,19.00205421447754,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,30.31732177734375 +1995,38,0,homicide,18-20 yrs,0,29686,19.00205421447754,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,0 +1995,38,0,other external,18-20 yrs,0,29686,19.00205421447754,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,0 +1995,38,0,internal,18-20 yrs,8,29686,19.00205421447754,0,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,26.94873046875 +1995,38,0,all,21-24 yrs,36,36491,22.521635055541992,1,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,98.65446472167969 +1995,38,0,MVA,21-24 yrs,14,36491,22.521635055541992,1,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,38.365623474121094 +1995,38,0,suicide,21-24 yrs,11,36491,22.521635055541992,1,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,30.144418716430664 +1995,38,0,homicide,21-24 yrs,1,36491,22.521635055541992,1,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,2.7404017448425293 +1995,38,0,other external,21-24 yrs,4,36491,22.521635055541992,1,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,10.961606979370117 +1995,38,0,internal,21-24 yrs,6,36491,22.521635055541992,1,0.10498687624931335,1.350000023841858,0.1599999964237213,0.7699999809265137,2.2799999713897705,16.44240951538086 +1996,38,0,MVA,15-17 yrs,8,31055,16.0028018951416,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,25.7607479095459 +1996,38,0,suicide,15-17 yrs,8,31055,16.0028018951416,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,25.7607479095459 +1996,38,0,homicide,15-17 yrs,0,31055,16.0028018951416,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,0 +1996,38,0,other external,15-17 yrs,4,31055,16.0028018951416,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,12.88037395477295 +1996,38,0,internal,15-17 yrs,4,31055,16.0028018951416,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,12.88037395477295 +1996,38,0,all,18-20 yrs,23,30541,19.001243591308594,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,75.30860137939453 +1996,38,0,MVA,18-20 yrs,13,30541,19.001243591308594,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,42.565731048583984 +1996,38,0,suicide,18-20 yrs,5,30541,19.001243591308594,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,16.371435165405273 +1996,38,0,homicide,18-20 yrs,0,30541,19.001243591308594,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,0 +1996,38,0,other external,18-20 yrs,1,30541,19.001243591308594,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,3.274286985397339 +1996,38,0,internal,18-20 yrs,4,30541,19.001243591308594,0,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,13.097147941589355 +1996,38,0,all,21-24 yrs,24,35731,22.461000442504883,1,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,67.16856384277344 +1996,38,0,MVA,21-24 yrs,10,35731,22.461000442504883,1,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,27.986902236938477 +1996,38,0,suicide,21-24 yrs,4,35731,22.461000442504883,1,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,11.194761276245117 +1996,38,0,homicide,21-24 yrs,0,35731,22.461000442504883,1,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,0 +1996,38,0,other external,21-24 yrs,4,35731,22.461000442504883,1,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,11.194761276245117 +1996,38,0,internal,21-24 yrs,6,35731,22.461000442504883,1,0.10197578370571136,1.399999976158142,0.12999999523162842,0.7699999809265137,2.2899999618530273,16.79214096069336 +1970,39,1,MVA,15-17 yrs,215,631253,15.976747512817383,0,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,34.059242248535156 +1970,39,1,suicide,15-17 yrs,25,631253,15.976747512817383,0,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,3.9603772163391113 +1970,39,1,homicide,15-17 yrs,34,631253,15.976747512817383,0,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,5.386113166809082 +1970,39,1,other external,15-17 yrs,94,631253,15.976747512817383,0,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,14.89101791381836 +1970,39,1,internal,15-17 yrs,174,631253,15.976747512817383,0,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,27.564226150512695 +1970,39,1,all,18-20 yrs,710,557960,18.956127166748047,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,127.249267578125 +1970,39,1,MVA,18-20 yrs,308,557960,18.956127166748047,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,55.201087951660156 +1970,39,1,suicide,18-20 yrs,44,557960,18.956127166748047,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,7.885869979858398 +1970,39,1,homicide,18-20 yrs,58,557960,18.956127166748047,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,10.395009994506836 +1970,39,1,other external,18-20 yrs,97,557960,18.956127166748047,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,17.38475799560547 +1970,39,1,internal,18-20 yrs,203,557960,18.956127166748047,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,36.382537841796875 +1970,39,1,all,21-24 yrs,887,658888,22.422847747802734,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,134.62075805664062 +1970,39,1,MVA,21-24 yrs,296,658888,22.422847747802734,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,44.92417526245117 +1970,39,1,suicide,21-24 yrs,85,658888,22.422847747802734,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,12.90052318572998 +1970,39,1,homicide,21-24 yrs,98,658888,22.422847747802734,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,14.873544692993164 +1970,39,1,other external,21-24 yrs,109,658888,22.422847747802734,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,16.54302406311035 +1970,39,1,internal,21-24 yrs,299,658888,22.422847747802734,1,0.20618556439876556,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2200000286102295,45.379486083984375 +1971,39,1,MVA,15-17 yrs,150,642521,15.983145713806152,0,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,23.34554100036621 +1971,39,1,suicide,15-17 yrs,37,642521,15.983145713806152,0,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,5.758566856384277 +1971,39,1,homicide,15-17 yrs,32,642521,15.983145713806152,0,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,4.980381965637207 +1971,39,1,other external,15-17 yrs,82,642521,15.983145713806152,0,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,12.762228965759277 +1971,39,1,internal,15-17 yrs,162,642521,15.983145713806152,0,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,25.213184356689453 +1971,39,1,all,18-20 yrs,681,582988,18.964847564697266,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,116.81201171875 +1971,39,1,MVA,18-20 yrs,253,582988,18.964847564697266,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,43.39712142944336 +1971,39,1,suicide,18-20 yrs,54,582988,18.964847564697266,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,9.262626647949219 +1971,39,1,homicide,18-20 yrs,50,582988,18.964847564697266,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,8.576505661010742 +1971,39,1,other external,18-20 yrs,116,582988,18.964847564697266,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,19.897493362426758 +1971,39,1,internal,18-20 yrs,208,582988,18.964847564697266,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,35.67826461791992 +1971,39,1,all,21-24 yrs,872,719086,22.564191818237305,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,121.26505279541016 +1971,39,1,MVA,21-24 yrs,272,719086,22.564191818237305,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,37.8257942199707 +1971,39,1,suicide,21-24 yrs,81,719086,22.564191818237305,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,11.264299392700195 +1971,39,1,homicide,21-24 yrs,106,719086,22.564191818237305,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,14.740935325622559 +1971,39,1,other external,21-24 yrs,110,719086,22.564191818237305,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,15.297196388244629 +1971,39,1,internal,21-24 yrs,303,719086,22.564191818237305,1,0.1975308656692505,1.2000000476837158,0.20999999344348907,0.8100000023841858,2.2200000286102295,42.13682556152344 +1972,39,1,MVA,15-17 yrs,184,654366,15.977584838867188,0,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,28.118820190429688 +1972,39,1,suicide,15-17 yrs,36,654366,15.977584838867188,0,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,5.5015082359313965 +1972,39,1,homicide,15-17 yrs,36,654366,15.977584838867188,0,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,5.5015082359313965 +1972,39,1,other external,15-17 yrs,96,654366,15.977584838867188,0,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,14.67068862915039 +1972,39,1,internal,15-17 yrs,226,654366,15.977584838867188,0,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,34.53724670410156 +1972,39,1,all,18-20 yrs,650,599641,18.97724723815918,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,108.398193359375 +1972,39,1,MVA,18-20 yrs,262,599641,18.97724723815918,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,43.69281005859375 +1972,39,1,suicide,18-20 yrs,46,599641,18.97724723815918,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,7.6712565422058105 +1972,39,1,homicide,18-20 yrs,70,599641,18.97724723815918,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,11.673651695251465 +1972,39,1,other external,18-20 yrs,78,599641,18.97724723815918,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,13.007782936096191 +1972,39,1,internal,18-20 yrs,194,599641,18.97724723815918,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,32.352691650390625 +1972,39,1,all,21-24 yrs,910,708436,22.517261505126953,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,128.45196533203125 +1972,39,1,MVA,21-24 yrs,276,708436,22.517261505126953,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,38.95906066894531 +1972,39,1,suicide,21-24 yrs,102,708436,22.517261505126953,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,14.397912979125977 +1972,39,1,homicide,21-24 yrs,116,708436,22.517261505126953,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,16.37409782409668 +1972,39,1,other external,21-24 yrs,108,708436,22.517261505126953,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,15.24484920501709 +1972,39,1,internal,21-24 yrs,308,708436,22.517261505126953,1,0.19138756394386292,1.1799999475479126,0.20000000298023224,0.7799999713897705,2.1500000953674316,43.476051330566406 +1973,39,1,MVA,15-17 yrs,205,663944,15.979019165039062,0,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,30.8760986328125 +1973,39,1,suicide,15-17 yrs,31,663944,15.979019165039062,0,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,4.669068336486816 +1973,39,1,homicide,15-17 yrs,35,663944,15.979019165039062,0,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,5.271528720855713 +1973,39,1,other external,15-17 yrs,100,663944,15.979019165039062,0,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,15.061511039733887 +1973,39,1,internal,15-17 yrs,163,663944,15.979019165039062,0,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,24.550262451171875 +1973,39,1,all,18-20 yrs,730,612488,18.981264114379883,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,119.1860122680664 +1973,39,1,MVA,18-20 yrs,295,612488,18.981264114379883,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,48.164207458496094 +1973,39,1,suicide,18-20 yrs,51,612488,18.981264114379883,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,8.326693534851074 +1973,39,1,homicide,18-20 yrs,57,612488,18.981264114379883,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,9.306304931640625 +1973,39,1,other external,18-20 yrs,113,612488,18.981264114379883,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,18.4493408203125 +1973,39,1,internal,18-20 yrs,214,612488,18.981264114379883,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,34.93946075439453 +1973,39,1,all,21-24 yrs,929,714550,22.49353790283203,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,130.01190185546875 +1973,39,1,MVA,21-24 yrs,254,714550,22.49353790283203,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,35.54684829711914 +1973,39,1,suicide,21-24 yrs,119,714550,22.49353790283203,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,16.653837203979492 +1973,39,1,homicide,21-24 yrs,118,714550,22.49353790283203,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,16.51388931274414 +1973,39,1,other external,21-24 yrs,138,714550,22.49353790283203,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,19.312854766845703 +1973,39,1,internal,21-24 yrs,300,714550,22.49353790283203,1,0.18018017709255219,1.2100000381469727,0.20000000298023224,0.7900000214576721,2.200000047683716,41.984466552734375 +1974,39,1,MVA,15-17 yrs,177,667151,15.998662948608398,0,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,26.530725479125977 +1974,39,1,suicide,15-17 yrs,26,667151,15.998662948608398,0,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,3.8971686363220215 +1974,39,1,homicide,15-17 yrs,36,667151,15.998662948608398,0,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,5.3960795402526855 +1974,39,1,other external,15-17 yrs,112,667151,15.998662948608398,0,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,16.787803649902344 +1974,39,1,internal,15-17 yrs,176,667151,15.998662948608398,0,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,26.380834579467773 +1974,39,1,all,18-20 yrs,730,622401,18.989843368530273,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,117.28772735595703 +1974,39,1,MVA,18-20 yrs,238,622401,18.989843368530273,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,38.239013671875 +1974,39,1,suicide,18-20 yrs,75,622401,18.989843368530273,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,12.050108909606934 +1974,39,1,homicide,18-20 yrs,70,622401,18.989843368530273,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,11.246768951416016 +1974,39,1,other external,18-20 yrs,137,622401,18.989843368530273,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,22.011531829833984 +1974,39,1,internal,18-20 yrs,210,622401,18.989843368530273,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,33.74030685424805 +1974,39,1,all,21-24 yrs,898,724934,22.467926025390625,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,123.87334442138672 +1974,39,1,MVA,21-24 yrs,219,724934,22.467926025390625,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,30.209646224975586 +1974,39,1,suicide,21-24 yrs,110,724934,22.467926025390625,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,15.173794746398926 +1974,39,1,homicide,21-24 yrs,139,724934,22.467926025390625,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,19.17416000366211 +1974,39,1,other external,21-24 yrs,139,724934,22.467926025390625,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,19.17416000366211 +1974,39,1,internal,21-24 yrs,291,724934,22.467926025390625,1,0.16227179765701294,1.2100000381469727,0.1899999976158142,0.7900000214576721,2.190000057220459,40.14158630371094 +1975,39,1,MVA,15-17 yrs,146,657447,16.00786590576172,0,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,22.20711326599121 +1975,39,1,suicide,15-17 yrs,38,657447,16.00786590576172,0,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,5.779933452606201 +1975,39,1,homicide,15-17 yrs,42,657447,16.00786590576172,0,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,6.388347625732422 +1975,39,1,other external,15-17 yrs,88,657447,16.00786590576172,0,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,13.385108947753906 +1975,39,1,internal,15-17 yrs,151,657447,16.00786590576172,0,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,22.96763038635254 +1975,39,1,all,18-20 yrs,719,634722,18.983943939208984,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,113.27793884277344 +1975,39,1,MVA,18-20 yrs,225,634722,18.983943939208984,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,35.44858932495117 +1975,39,1,suicide,18-20 yrs,84,634722,18.983943939208984,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,13.234140396118164 +1975,39,1,homicide,18-20 yrs,88,634722,18.983943939208984,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,13.864337921142578 +1975,39,1,other external,18-20 yrs,130,634722,18.983943939208984,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,20.481407165527344 +1975,39,1,internal,18-20 yrs,192,634722,18.983943939208984,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,30.24946403503418 +1975,39,1,all,21-24 yrs,862,744111,22.466869354248047,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,115.84293365478516 +1975,39,1,MVA,21-24 yrs,194,744111,22.466869354248047,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,26.071378707885742 +1975,39,1,suicide,21-24 yrs,120,744111,22.466869354248047,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,16.12662696838379 +1975,39,1,homicide,21-24 yrs,111,744111,22.466869354248047,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,14.917129516601562 +1975,39,1,other external,21-24 yrs,145,744111,22.466869354248047,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,19.486339569091797 +1975,39,1,internal,21-24 yrs,292,744111,22.466869354248047,1,0.14869888126850128,1.2400000095367432,0.20000000298023224,0.7799999713897705,2.2100000381469727,39.241458892822266 +1976,39,1,MVA,15-17 yrs,191,648359,15.997756004333496,0,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,29.458988189697266 +1976,39,1,suicide,15-17 yrs,35,648359,15.997756004333496,0,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,5.3982439041137695 +1976,39,1,homicide,15-17 yrs,22,648359,15.997756004333496,0,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,3.393181800842285 +1976,39,1,other external,15-17 yrs,78,648359,15.997756004333496,0,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,12.03037166595459 +1976,39,1,internal,15-17 yrs,134,648359,15.997756004333496,0,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,20.66756248474121 +1976,39,1,all,18-20 yrs,710,640222,18.984041213989258,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,110.89903259277344 +1976,39,1,MVA,18-20 yrs,266,640222,18.984041213989258,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,41.54808807373047 +1976,39,1,suicide,18-20 yrs,63,640222,18.984041213989258,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,9.840336799621582 +1976,39,1,homicide,18-20 yrs,85,640222,18.984041213989258,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,13.276644706726074 +1976,39,1,other external,18-20 yrs,101,640222,18.984041213989258,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,15.775777816772461 +1976,39,1,internal,18-20 yrs,195,640222,18.984041213989258,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,30.45818519592285 +1976,39,1,all,21-24 yrs,875,760023,22.470199584960938,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,115.12809753417969 +1976,39,1,MVA,21-24 yrs,229,760023,22.470199584960938,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,30.130666732788086 +1976,39,1,suicide,21-24 yrs,125,760023,22.470199584960938,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,16.446870803833008 +1976,39,1,homicide,21-24 yrs,101,760023,22.470199584960938,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,13.289071083068848 +1976,39,1,other external,21-24 yrs,144,760023,22.470199584960938,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,18.946794509887695 +1976,39,1,internal,21-24 yrs,276,760023,22.470199584960938,1,0.14059753715991974,1.2400000095367432,0.20000000298023224,0.7699999809265137,2.2100000381469727,36.31468963623047 +1977,39,1,MVA,15-17 yrs,166,639740,15.999889373779297,0,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,25.948041915893555 +1977,39,1,suicide,15-17 yrs,43,639740,15.999889373779297,0,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,6.721480369567871 +1977,39,1,homicide,15-17 yrs,24,639740,15.999889373779297,0,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,3.751523971557617 +1977,39,1,other external,15-17 yrs,87,639740,15.999889373779297,0,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,13.599274635314941 +1977,39,1,internal,15-17 yrs,138,639740,15.999889373779297,0,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,21.571264266967773 +1977,39,1,all,18-20 yrs,733,643413,19.003664016723633,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,113.92371368408203 +1977,39,1,MVA,18-20 yrs,259,643413,19.003664016723633,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,40.25408172607422 +1977,39,1,suicide,18-20 yrs,82,643413,19.003664016723633,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,12.744535446166992 +1977,39,1,homicide,18-20 yrs,73,643413,19.003664016723633,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,11.345745086669922 +1977,39,1,other external,18-20 yrs,109,643413,19.003664016723633,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,16.940906524658203 +1977,39,1,internal,18-20 yrs,210,643413,19.003664016723633,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,32.63844680786133 +1977,39,1,all,21-24 yrs,906,772983,22.4804744720459,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,117.20826721191406 +1977,39,1,MVA,21-24 yrs,245,772983,22.4804744720459,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,31.695392608642578 +1977,39,1,suicide,21-24 yrs,132,772983,22.4804744720459,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,17.076702117919922 +1977,39,1,homicide,21-24 yrs,100,772983,22.4804744720459,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,12.936895370483398 +1977,39,1,other external,21-24 yrs,117,772983,22.4804744720459,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,15.136167526245117 +1977,39,1,internal,21-24 yrs,312,772983,22.4804744720459,1,0.132013201713562,1.1699999570846558,0.18000000715255737,0.699999988079071,2.0399999618530273,40.36311340332031 +1978,39,1,MVA,15-17 yrs,192,631543,16.01483917236328,0,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,30.401729583740234 +1978,39,1,suicide,15-17 yrs,45,631543,16.01483917236328,0,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,7.125405788421631 +1978,39,1,homicide,15-17 yrs,25,631543,16.01483917236328,0,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,3.9585585594177246 +1978,39,1,other external,15-17 yrs,67,631543,16.01483917236328,0,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,10.60893726348877 +1978,39,1,internal,15-17 yrs,150,631543,16.01483917236328,0,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,23.751352310180664 +1978,39,1,all,18-20 yrs,706,633762,19.011123657226562,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,111.39828491210938 +1978,39,1,MVA,18-20 yrs,284,633762,19.011123657226562,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,44.81177520751953 +1978,39,1,suicide,18-20 yrs,69,633762,19.011123657226562,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,10.887368202209473 +1978,39,1,homicide,18-20 yrs,66,633762,19.011123657226562,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,10.4140043258667 +1978,39,1,other external,18-20 yrs,112,633762,19.011123657226562,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,17.67224884033203 +1978,39,1,internal,18-20 yrs,175,633762,19.011123657226562,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,27.612890243530273 +1978,39,1,all,21-24 yrs,972,788687,22.475608825683594,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,123.24280548095703 +1978,39,1,MVA,21-24 yrs,322,788687,22.475608825683594,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,40.82735061645508 +1978,39,1,suicide,21-24 yrs,147,788687,22.475608825683594,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,18.638572692871094 +1978,39,1,homicide,21-24 yrs,111,788687,22.475608825683594,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,14.074024200439453 +1978,39,1,other external,21-24 yrs,134,788687,22.475608825683594,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,16.990262985229492 +1978,39,1,internal,21-24 yrs,258,788687,22.475608825683594,1,0.12269938737154007,1.190000057220459,0.20000000298023224,0.699999988079071,2.0899999141693115,32.71259689331055 +1979,39,1,MVA,15-17 yrs,210,615097,16.010480880737305,0,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,34.14095687866211 +1979,39,1,suicide,15-17 yrs,30,615097,16.010480880737305,0,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,4.877279281616211 +1979,39,1,homicide,15-17 yrs,33,615097,16.010480880737305,0,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,5.365007400512695 +1979,39,1,other external,15-17 yrs,77,615097,16.010480880737305,0,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,12.518350601196289 +1979,39,1,internal,15-17 yrs,143,615097,16.010480880737305,0,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,23.24836540222168 +1979,39,1,all,18-20 yrs,767,625798,19.000411987304688,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,122.56351470947266 +1979,39,1,MVA,18-20 yrs,313,625798,19.000411987304688,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,50.01613998413086 +1979,39,1,suicide,18-20 yrs,72,625798,19.000411987304688,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,11.50531005859375 +1979,39,1,homicide,18-20 yrs,78,625798,19.000411987304688,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,12.464085578918457 +1979,39,1,other external,18-20 yrs,116,625798,19.000411987304688,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,18.536333084106445 +1979,39,1,internal,18-20 yrs,188,625798,19.000411987304688,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,30.041643142700195 +1979,39,1,all,21-24 yrs,995,799886,22.479482650756836,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,124.3927230834961 +1979,39,1,MVA,21-24 yrs,324,799886,22.479482650756836,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,40.50577163696289 +1979,39,1,suicide,21-24 yrs,138,799886,22.479482650756836,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,17.252458572387695 +1979,39,1,homicide,21-24 yrs,125,799886,22.479482650756836,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,15.627226829528809 +1979,39,1,other external,21-24 yrs,130,799886,22.479482650756836,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,16.252315521240234 +1979,39,1,internal,21-24 yrs,278,799886,22.479482650756836,1,0.11019283533096313,1.3600000143051147,0.20000000298023224,0.7099999785423279,2.259999990463257,34.75495147705078 +1980,39,1,MVA,15-17 yrs,183,594405,16.015655517578125,0,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,30.787090301513672 +1980,39,1,suicide,15-17 yrs,38,594405,16.015655517578125,0,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,6.392947673797607 +1980,39,1,homicide,15-17 yrs,28,594405,16.015655517578125,0,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,4.710592746734619 +1980,39,1,other external,15-17 yrs,83,594405,16.015655517578125,0,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,13.963542938232422 +1980,39,1,internal,15-17 yrs,180,594405,16.015655517578125,0,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,30.28238296508789 +1980,39,1,all,18-20 yrs,650,610712,19.005292892456055,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,106.43314361572266 +1980,39,1,MVA,18-20 yrs,262,610712,19.005292892456055,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,42.9007453918457 +1980,39,1,suicide,18-20 yrs,79,610712,19.005292892456055,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,12.935721397399902 +1980,39,1,homicide,18-20 yrs,66,610712,19.005292892456055,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,10.807058334350586 +1980,39,1,other external,18-20 yrs,79,610712,19.005292892456055,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,12.935721397399902 +1980,39,1,internal,18-20 yrs,164,610712,19.005292892456055,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,26.853900909423828 +1980,39,1,all,21-24 yrs,959,801463,22.488182067871094,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,119.65618133544922 +1980,39,1,MVA,21-24 yrs,295,801463,22.488182067871094,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,36.80768966674805 +1980,39,1,suicide,21-24 yrs,127,801463,22.488182067871094,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,15.84602165222168 +1980,39,1,homicide,21-24 yrs,119,801463,22.488182067871094,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,14.847846984863281 +1980,39,1,other external,21-24 yrs,114,801463,22.488182067871094,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,14.223987579345703 +1980,39,1,internal,21-24 yrs,304,801463,22.488182067871094,1,0.09708737581968307,1.3899999856948853,0.2199999988079071,0.7200000286102295,2.3299999237060547,37.930633544921875 +1981,39,1,MVA,15-17 yrs,140,568516,16.029964447021484,0,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,24.625516891479492 +1981,39,1,suicide,15-17 yrs,34,568516,16.029964447021484,0,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,5.980482578277588 +1981,39,1,homicide,15-17 yrs,8,568516,16.029964447021484,0,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,1.4071723222732544 +1981,39,1,other external,15-17 yrs,44,568516,16.029964447021484,0,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,7.739448070526123 +1981,39,1,internal,15-17 yrs,114,568516,16.029964447021484,0,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,20.05220603942871 +1981,39,1,all,18-20 yrs,580,600759,19.01632308959961,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,96.54454040527344 +1981,39,1,MVA,18-20 yrs,212,600759,19.01632308959961,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,35.288692474365234 +1981,39,1,suicide,18-20 yrs,74,600759,19.01632308959961,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,12.317750930786133 +1981,39,1,homicide,18-20 yrs,54,600759,19.01632308959961,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,8.988629341125488 +1981,39,1,other external,18-20 yrs,76,600759,19.01632308959961,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,12.650663375854492 +1981,39,1,internal,18-20 yrs,164,600759,19.01632308959961,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,27.298799514770508 +1981,39,1,all,21-24 yrs,850,797457,22.512237548828125,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,106.58882141113281 +1981,39,1,MVA,21-24 yrs,256,797457,22.512237548828125,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,32.10204315185547 +1981,39,1,suicide,21-24 yrs,112,797457,22.512237548828125,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,14.044644355773926 +1981,39,1,homicide,21-24 yrs,88,797457,22.512237548828125,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,11.035078048706055 +1981,39,1,other external,21-24 yrs,100,797457,22.512237548828125,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,12.539860725402832 +1981,39,1,internal,21-24 yrs,294,797457,22.512237548828125,1,0.08800879865884781,1.350000023841858,0.2199999988079071,0.6800000071525574,2.25,36.867191314697266 +1982,39,0.8798462152481079,MVA,15-17 yrs,130,541111,16.025062561035156,0,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,24.02464485168457 +1982,39,0.8798462152481079,suicide,15-17 yrs,34,541111,16.025062561035156,0,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,6.283369064331055 +1982,39,0.8798462152481079,homicide,15-17 yrs,18,541111,16.025062561035156,0,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,3.3264894485473633 +1982,39,0.8798462152481079,other external,15-17 yrs,48,541111,16.025062561035156,0,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,8.870638847351074 +1982,39,0.8798462152481079,internal,15-17 yrs,124,541111,16.025062561035156,0,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,22.915815353393555 +1982,39,0.8798462152481079,all,18-20 yrs,532,585578,19.01342010498047,0.8798462152481079,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,90.85041046142578 +1982,39,0.8798462152481079,MVA,18-20 yrs,178,585578,19.01342010498047,0.8798462152481079,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,30.397315979003906 +1982,39,0.8798462152481079,suicide,18-20 yrs,86,585578,19.01342010498047,0.8798462152481079,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,14.686344146728516 +1982,39,0.8798462152481079,homicide,18-20 yrs,46,585578,19.01342010498047,0.8798462152481079,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,7.8554863929748535 +1982,39,0.8798462152481079,other external,18-20 yrs,60,585578,19.01342010498047,0.8798462152481079,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,10.246286392211914 +1982,39,0.8798462152481079,internal,18-20 yrs,162,585578,19.01342010498047,0.8798462152481079,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,27.664974212646484 +1982,39,0.8798462152481079,all,21-24 yrs,812,784933,22.50885009765625,1,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,103.44831848144531 +1982,39,0.8798462152481079,MVA,21-24 yrs,216,784933,22.50885009765625,1,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,27.518272399902344 +1982,39,0.8798462152481079,suicide,21-24 yrs,128,784933,22.50885009765625,1,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,16.307125091552734 +1982,39,0.8798462152481079,homicide,21-24 yrs,90,784933,22.50885009765625,1,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,11.465947151184082 +1982,39,0.8798462152481079,other external,21-24 yrs,100,784933,22.50885009765625,1,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,12.739940643310547 +1982,39,0.8798462152481079,internal,21-24 yrs,278,784933,22.50885009765625,1,0.08290155231952667,1.399999976158142,0.2199999988079071,0.6600000262260437,2.2799999713897705,35.41703414916992 +1983,39,0.680864155292511,MVA,15-17 yrs,120,519561,16.014514923095703,0,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,23.09642219543457 +1983,39,0.680864155292511,suicide,15-17 yrs,33,519561,16.014514923095703,0,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,6.351515769958496 +1983,39,0.680864155292511,homicide,15-17 yrs,16,519561,16.014514923095703,0,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,3.0795228481292725 +1983,39,0.680864155292511,other external,15-17 yrs,39,519561,16.014514923095703,0,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,7.5063371658325195 +1983,39,0.680864155292511,internal,15-17 yrs,130,519561,16.014514923095703,0,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,25.0211238861084 +1983,39,0.680864155292511,all,18-20 yrs,510,567401,19.02084732055664,0.680864155292511,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,89.8835220336914 +1983,39,0.680864155292511,MVA,18-20 yrs,192,567401,19.02084732055664,0.680864155292511,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,33.8385009765625 +1983,39,0.680864155292511,suicide,18-20 yrs,62,567401,19.02084732055664,0.680864155292511,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,10.927016258239746 +1983,39,0.680864155292511,homicide,18-20 yrs,33,567401,19.02084732055664,0.680864155292511,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,5.81599235534668 +1983,39,0.680864155292511,other external,18-20 yrs,58,567401,19.02084732055664,0.680864155292511,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,10.222047805786133 +1983,39,0.680864155292511,internal,18-20 yrs,165,567401,19.02084732055664,0.680864155292511,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,29.07996368408203 +1983,39,0.680864155292511,all,21-24 yrs,750,768461,22.504751205444336,1,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,97.59766387939453 +1983,39,0.680864155292511,MVA,21-24 yrs,224,768461,22.504751205444336,1,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,29.149169921875 +1983,39,0.680864155292511,suicide,21-24 yrs,111,768461,22.504751205444336,1,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,14.444454193115234 +1983,39,0.680864155292511,homicide,21-24 yrs,68,768461,22.504751205444336,1,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,8.848855018615723 +1983,39,0.680864155292511,other external,21-24 yrs,104,768461,22.504751205444336,1,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,13.53354263305664 +1983,39,0.680864155292511,internal,21-24 yrs,243,768461,22.504751205444336,1,0.0803212821483612,1.3600000143051147,0.2199999988079071,0.6499999761581421,2.2200000286102295,31.62164306640625 +1984,39,0.686947226524353,MVA,15-17 yrs,127,513969,15.998275756835938,0,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,24.70966148376465 +1984,39,0.686947226524353,suicide,15-17 yrs,41,513969,15.998275756835938,0,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,7.977134704589844 +1984,39,0.686947226524353,homicide,15-17 yrs,14,513969,15.998275756835938,0,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,2.7238996028900146 +1984,39,0.686947226524353,other external,15-17 yrs,36,513969,15.998275756835938,0,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,7.0043134689331055 +1984,39,0.686947226524353,internal,15-17 yrs,92,513969,15.998275756835938,0,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,17.899911880493164 +1984,39,0.686947226524353,all,18-20 yrs,486,545563,19.03496551513672,0.686947226524353,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,89.08229064941406 +1984,39,0.686947226524353,MVA,18-20 yrs,191,545563,19.03496551513672,0.686947226524353,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,35.00970458984375 +1984,39,0.686947226524353,suicide,18-20 yrs,63,545563,19.03496551513672,0.686947226524353,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,11.547703742980957 +1984,39,0.686947226524353,homicide,18-20 yrs,41,545563,19.03496551513672,0.686947226524353,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,7.515172481536865 +1984,39,0.686947226524353,other external,18-20 yrs,51,545563,19.03496551513672,0.686947226524353,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,9.34814167022705 +1984,39,0.686947226524353,internal,18-20 yrs,140,545563,19.03496551513672,0.686947226524353,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,25.661563873291016 +1984,39,0.686947226524353,all,21-24 yrs,711,752968,22.506858825683594,1,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,94.42632293701172 +1984,39,0.686947226524353,MVA,21-24 yrs,215,752968,22.506858825683594,1,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,28.55367088317871 +1984,39,0.686947226524353,suicide,21-24 yrs,113,752968,22.506858825683594,1,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,15.007277488708496 +1984,39,0.686947226524353,homicide,21-24 yrs,64,752968,22.506858825683594,1,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,8.499696731567383 +1984,39,0.686947226524353,other external,21-24 yrs,93,752968,22.506858825683594,1,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,12.351122856140137 +1984,39,0.686947226524353,internal,21-24 yrs,226,752968,22.506858825683594,1,0.07699710875749588,1.409999966621399,0.25,0.6100000143051147,2.259999990463257,30.014554977416992 +1985,39,0.6815656423568726,MVA,15-17 yrs,113,515176,15.984182357788086,0,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,21.93425178527832 +1985,39,0.6815656423568726,suicide,15-17 yrs,30,515176,15.984182357788086,0,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,5.8232526779174805 +1985,39,0.6815656423568726,homicide,15-17 yrs,16,515176,15.984182357788086,0,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,3.1057348251342773 +1985,39,0.6815656423568726,other external,15-17 yrs,36,515176,15.984182357788086,0,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,6.987903118133545 +1985,39,0.6815656423568726,internal,15-17 yrs,104,515176,15.984182357788086,0,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,20.187274932861328 +1985,39,0.6815656423568726,all,18-20 yrs,485,521803,19.02897071838379,0.6815656423568726,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,92.94695281982422 +1985,39,0.6815656423568726,MVA,18-20 yrs,203,521803,19.02897071838379,0.6815656423568726,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,38.90357208251953 +1985,39,0.6815656423568726,suicide,18-20 yrs,67,521803,19.02897071838379,0.6815656423568726,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,12.840094566345215 +1985,39,0.6815656423568726,homicide,18-20 yrs,37,521803,19.02897071838379,0.6815656423568726,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,7.090798854827881 +1985,39,0.6815656423568726,other external,18-20 yrs,49,521803,19.02897071838379,0.6815656423568726,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,9.390517234802246 +1985,39,0.6815656423568726,internal,18-20 yrs,129,521803,19.02897071838379,0.6815656423568726,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,24.721973419189453 +1985,39,0.6815656423568726,all,21-24 yrs,679,739508,22.514404296875,1,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,91.81780242919922 +1985,39,0.6815656423568726,MVA,21-24 yrs,202,739508,22.514404296875,1,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,27.315458297729492 +1985,39,0.6815656423568726,suicide,21-24 yrs,114,739508,22.514404296875,1,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,15.415655136108398 +1985,39,0.6815656423568726,homicide,21-24 yrs,68,739508,22.514404296875,1,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,9.195302963256836 +1985,39,0.6815656423568726,other external,21-24 yrs,86,739508,22.514404296875,1,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,11.629353523254395 +1985,39,0.6815656423568726,internal,21-24 yrs,209,739508,22.514404296875,1,0.07434944063425064,1.3700000047683716,0.25,0.5899999737739563,2.200000047683716,28.262033462524414 +1986,39,0.6782891750335693,MVA,15-17 yrs,128,525135,15.982406616210938,0,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,24.374685287475586 +1986,39,0.6782891750335693,suicide,15-17 yrs,38,525135,15.982406616210938,0,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,7.236234664916992 +1986,39,0.6782891750335693,homicide,15-17 yrs,15,525135,15.982406616210938,0,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,2.8564083576202393 +1986,39,0.6782891750335693,other external,15-17 yrs,48,525135,15.982406616210938,0,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,9.140506744384766 +1986,39,0.6782891750335693,internal,15-17 yrs,106,525135,15.982406616210938,0,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,20.185285568237305 +1986,39,0.6782891750335693,all,18-20 yrs,469,502588,19.018856048583984,0.6782891750335693,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,93.3169937133789 +1986,39,0.6782891750335693,MVA,18-20 yrs,193,502588,19.018856048583984,0.6782891750335693,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,38.4012336730957 +1986,39,0.6782891750335693,suicide,18-20 yrs,55,502588,19.018856048583984,0.6782891750335693,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,10.943357467651367 +1986,39,0.6782891750335693,homicide,18-20 yrs,38,502588,19.018856048583984,0.6782891750335693,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,7.5608649253845215 +1986,39,0.6782891750335693,other external,18-20 yrs,47,502588,19.018856048583984,0.6782891750335693,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,9.351595878601074 +1986,39,0.6782891750335693,internal,18-20 yrs,136,502588,19.018856048583984,0.6782891750335693,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,27.059938430786133 +1986,39,0.6782891750335693,all,21-24 yrs,712,717453,22.51958465576172,1,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,99.23995208740234 +1986,39,0.6782891750335693,MVA,21-24 yrs,269,717453,22.51958465576172,1,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,37.493743896484375 +1986,39,0.6782891750335693,suicide,21-24 yrs,100,717453,22.51958465576172,1,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,13.93819522857666 +1986,39,0.6782891750335693,homicide,21-24 yrs,61,717453,22.51958465576172,1,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,8.502299308776855 +1986,39,0.6782891750335693,other external,21-24 yrs,77,717453,22.51958465576172,1,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,10.732410430908203 +1986,39,0.6782891750335693,internal,21-24 yrs,205,717453,22.51958465576172,1,0.07299269735813141,1.3200000524520874,0.25,0.6000000238418579,2.1700000762939453,28.573299407958984 +1987,39,0.6388097405433655,MVA,15-17 yrs,153,517701,16.020334243774414,0,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,29.55373764038086 +1987,39,0.6388097405433655,suicide,15-17 yrs,41,517701,16.020334243774414,0,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,7.919629096984863 +1987,39,0.6388097405433655,homicide,15-17 yrs,21,517701,16.020334243774414,0,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,4.056395530700684 +1987,39,0.6388097405433655,other external,15-17 yrs,36,517701,16.020334243774414,0,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,6.953820705413818 +1987,39,0.6388097405433655,internal,15-17 yrs,90,517701,16.020334243774414,0,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,17.384552001953125 +1987,39,0.6388097405433655,all,18-20 yrs,476,498357,19.003782272338867,0.6388097405433655,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,95.51385498046875 +1987,39,0.6388097405433655,MVA,18-20 yrs,198,498357,19.003782272338867,0.6388097405433655,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,39.73055648803711 +1987,39,0.6388097405433655,suicide,18-20 yrs,56,498357,19.003782272338867,0.6388097405433655,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,11.236924171447754 +1987,39,0.6388097405433655,homicide,18-20 yrs,28,498357,19.003782272338867,0.6388097405433655,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,5.618462085723877 +1987,39,0.6388097405433655,other external,18-20 yrs,52,498357,19.003782272338867,0.6388097405433655,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,10.434287071228027 +1987,39,0.6388097405433655,internal,18-20 yrs,142,498357,19.003782272338867,0.6388097405433655,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,28.493629455566406 +1987,39,0.6388097405433655,all,21-24 yrs,681,690752,22.532060623168945,1,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,98.58820343017578 +1987,39,0.6388097405433655,MVA,21-24 yrs,216,690752,22.532060623168945,1,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,31.270267486572266 +1987,39,0.6388097405433655,suicide,21-24 yrs,72,690752,22.532060623168945,1,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,10.423422813415527 +1987,39,0.6388097405433655,homicide,21-24 yrs,58,690752,22.532060623168945,1,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,8.396645545959473 +1987,39,0.6388097405433655,other external,21-24 yrs,79,690752,22.532060623168945,1,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,11.436810493469238 +1987,39,0.6388097405433655,internal,21-24 yrs,256,690752,22.532060623168945,1,0.07042253762483597,1.350000023841858,0.23999999463558197,0.5899999737739563,2.1700000762939453,37.061058044433594 +1988,39,0.35447701811790466,MVA,15-17 yrs,128,496891,16.055429458618164,0,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,25.760177612304688 +1988,39,0.35447701811790466,suicide,15-17 yrs,51,496891,16.055429458618164,0,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,10.26382064819336 +1988,39,0.35447701811790466,homicide,15-17 yrs,15,496891,16.055429458618164,0,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,3.018770694732666 +1988,39,0.35447701811790466,other external,15-17 yrs,38,496891,16.055429458618164,0,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,7.647552490234375 +1988,39,0.35447701811790466,internal,15-17 yrs,101,496891,16.055429458618164,0,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,20.32638931274414 +1988,39,0.35447701811790466,all,18-20 yrs,440,502551,18.990276336669922,0.35447701811790466,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,87.55330657958984 +1988,39,0.35447701811790466,MVA,18-20 yrs,218,502551,18.990276336669922,0.35447701811790466,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,43.37868118286133 +1988,39,0.35447701811790466,suicide,18-20 yrs,52,502551,18.990276336669922,0.35447701811790466,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,10.347208976745605 +1988,39,0.35447701811790466,homicide,18-20 yrs,27,502551,18.990276336669922,0.35447701811790466,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,5.372589111328125 +1988,39,0.35447701811790466,other external,18-20 yrs,36,502551,18.990276336669922,0.35447701811790466,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,7.1634521484375 +1988,39,0.35447701811790466,internal,18-20 yrs,107,502551,18.990276336669922,0.35447701811790466,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,21.291372299194336 +1988,39,0.35447701811790466,all,21-24 yrs,618,666806,22.534263610839844,1,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,92.680633544921875 +1988,39,0.35447701811790466,MVA,21-24 yrs,198,666806,22.534263610839844,1,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,29.69379425048828 +1988,39,0.35447701811790466,suicide,21-24 yrs,81,666806,22.534263610839844,1,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,12.1474609375 +1988,39,0.35447701811790466,homicide,21-24 yrs,70,666806,22.534263610839844,1,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,10.49780559539795 +1988,39,0.35447701811790466,other external,21-24 yrs,56,666806,22.534263610839844,1,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,8.398244857788086 +1988,39,0.35447701811790466,internal,21-24 yrs,213,666806,22.534263610839844,1,0.06762468069791794,1.340000033378601,0.23999999463558197,0.5400000214576721,2.109999895095825,31.943323135375977 +1989,39,0.055193446576595306,MVA,15-17 yrs,115,465513,16.03733253479004,0,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,24.703927993774414 +1989,39,0.055193446576595306,suicide,15-17 yrs,39,465513,16.03733253479004,0,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,8.377854347229004 +1989,39,0.055193446576595306,homicide,15-17 yrs,15,465513,16.03733253479004,0,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,3.2222516536712646 +1989,39,0.055193446576595306,other external,15-17 yrs,30,465513,16.03733253479004,0,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,6.444503307342529 +1989,39,0.055193446576595306,internal,15-17 yrs,70,465513,16.03733253479004,0,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,15.037174224853516 +1989,39,0.055193446576595306,all,18-20 yrs,476,514859,18.988279342651367,0.055193446576595306,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,92.45249938964844 +1989,39,0.055193446576595306,MVA,18-20 yrs,200,514859,18.988279342651367,0.055193446576595306,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,38.84558868408203 +1989,39,0.055193446576595306,suicide,18-20 yrs,66,514859,18.988279342651367,0.055193446576595306,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,12.81904411315918 +1989,39,0.055193446576595306,homicide,18-20 yrs,57,514859,18.988279342651367,0.055193446576595306,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,11.070992469787598 +1989,39,0.055193446576595306,other external,18-20 yrs,35,514859,18.988279342651367,0.055193446576595306,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,6.797977924346924 +1989,39,0.055193446576595306,internal,18-20 yrs,118,514859,18.988279342651367,0.055193446576595306,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,22.918895721435547 +1989,39,0.055193446576595306,all,21-24 yrs,650,639158,22.521038055419922,1,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,101.69629669189453 +1989,39,0.055193446576595306,MVA,21-24 yrs,220,639158,22.521038055419922,1,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,34.420284271240234 +1989,39,0.055193446576595306,suicide,21-24 yrs,106,639158,22.521038055419922,1,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,16.584318161010742 +1989,39,0.055193446576595306,homicide,21-24 yrs,70,639158,22.521038055419922,1,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,10.951909065246582 +1989,39,0.055193446576595306,other external,21-24 yrs,65,639158,22.521038055419922,1,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,10.169629096984863 +1989,39,0.055193446576595306,internal,21-24 yrs,189,639158,22.521038055419922,1,0.09112902730703354,1.350000023841858,0.2199999988079071,0.5,2.069999933242798,29.570152282714844 +1990,39,0,MVA,15-17 yrs,103,448373,16.014814376831055,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,22.97194480895996 +1990,39,0,suicide,15-17 yrs,25,448373,16.014814376831055,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,5.575715065002441 +1990,39,0,homicide,15-17 yrs,38,448373,16.014814376831055,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,8.475086212158203 +1990,39,0,other external,15-17 yrs,43,448373,16.014814376831055,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,9.590229988098145 +1990,39,0,internal,15-17 yrs,77,448373,16.014814376831055,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,17.173202514648438 +1990,39,0,all,18-20 yrs,469,514349,19.024606704711914,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,91.1832275390625 +1990,39,0,MVA,18-20 yrs,181,514349,19.024606704711914,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,35.19011306762695 +1990,39,0,suicide,18-20 yrs,66,514349,19.024606704711914,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,12.831754684448242 +1990,39,0,homicide,18-20 yrs,63,514349,19.024606704711914,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,12.248493194580078 +1990,39,0,other external,18-20 yrs,39,514349,19.024606704711914,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,7.582400321960449 +1990,39,0,internal,18-20 yrs,120,514349,19.024606704711914,0,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,23.330461502075195 +1990,39,0,all,21-24 yrs,568,628583,22.490293502807617,1,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,90.36197662353516 +1990,39,0,MVA,21-24 yrs,166,628583,22.490293502807617,1,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,26.408605575561523 +1990,39,0,suicide,21-24 yrs,87,628583,22.490293502807617,1,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,13.840654373168945 +1990,39,0,homicide,21-24 yrs,85,628583,22.490293502807617,1,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,13.522478103637695 +1990,39,0,other external,21-24 yrs,54,628583,22.490293502807617,1,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,8.590750694274902 +1990,39,0,internal,21-24 yrs,176,628583,22.490293502807617,1,0.08645753562450409,1.340000033378601,0.2199999988079071,0.5299999713897705,2.0899999141693115,27.99948501586914 +1991,39,0,MVA,15-17 yrs,110,446865,16.013221740722656,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,24.615936279296875 +1991,39,0,suicide,15-17 yrs,40,446865,16.013221740722656,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,8.951249122619629 +1991,39,0,homicide,15-17 yrs,35,446865,16.013221740722656,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,7.832343101501465 +1991,39,0,other external,15-17 yrs,29,446865,16.013221740722656,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,6.489655494689941 +1991,39,0,internal,15-17 yrs,78,446865,16.013221740722656,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,17.454936981201172 +1991,39,0,all,18-20 yrs,447,494404,19.0520076751709,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,90.4118881225586 +1991,39,0,MVA,18-20 yrs,158,494404,19.0520076751709,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,31.957670211791992 +1991,39,0,suicide,18-20 yrs,53,494404,19.0520076751709,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,10.719978332519531 +1991,39,0,homicide,18-20 yrs,79,494404,19.0520076751709,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,15.978835105895996 +1991,39,0,other external,18-20 yrs,33,494404,19.0520076751709,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,6.674703121185303 +1991,39,0,internal,18-20 yrs,124,494404,19.0520076751709,0,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,25.080703735351562 +1991,39,0,all,21-24 yrs,616,633721,22.466842651367188,1,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,97.20365905761719 +1991,39,0,MVA,21-24 yrs,184,633721,22.466842651367188,1,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,29.03485870361328 +1991,39,0,suicide,21-24 yrs,99,633721,22.466842651367188,1,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,15.622016906738281 +1991,39,0,homicide,21-24 yrs,81,633721,22.466842651367188,1,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,12.781649589538574 +1991,39,0,other external,21-24 yrs,53,633721,22.466842651367188,1,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,8.363302230834961 +1991,39,0,internal,21-24 yrs,199,633721,22.466842651367188,1,0.08296622335910797,1.3300000429153442,0.18000000715255737,0.5099999904632568,2.0299999713897705,31.401830673217773 +1992,39,0,MVA,15-17 yrs,96,454368,16.006589889526367,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,21.12824821472168 +1992,39,0,suicide,15-17 yrs,40,454368,16.006589889526367,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,8.803437232971191 +1992,39,0,homicide,15-17 yrs,26,454368,16.006589889526367,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,5.722233772277832 +1992,39,0,other external,15-17 yrs,25,454368,16.006589889526367,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,5.502148151397705 +1992,39,0,internal,15-17 yrs,91,454368,16.006589889526367,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,20.02781867980957 +1992,39,0,all,18-20 yrs,446,469446,19.036439895629883,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,95.00559997558594 +1992,39,0,MVA,18-20 yrs,132,469446,19.036439895629883,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,28.118249893188477 +1992,39,0,suicide,18-20 yrs,62,469446,19.036439895629883,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,13.207056999206543 +1992,39,0,homicide,18-20 yrs,76,469446,19.036439895629883,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,16.189294815063477 +1992,39,0,other external,18-20 yrs,50,469446,19.036439895629883,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,10.65085220336914 +1992,39,0,internal,18-20 yrs,126,469446,19.036439895629883,0,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,26.840147018432617 +1992,39,0,all,21-24 yrs,572,644907,22.454425811767578,1,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,88.69496154785156 +1992,39,0,MVA,21-24 yrs,147,644907,22.454425811767578,1,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,22.793983459472656 +1992,39,0,suicide,21-24 yrs,67,644907,22.454425811767578,1,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,10.389095306396484 +1992,39,0,homicide,21-24 yrs,87,644907,22.454425811767578,1,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,13.490317344665527 +1992,39,0,other external,21-24 yrs,56,644907,22.454425811767578,1,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,8.683423042297363 +1992,39,0,internal,21-24 yrs,215,644907,22.454425811767578,1,0.08047271519899368,1.3200000524520874,0.17000000178813934,0.5,1.9800000190734863,33.338138580322266 +1993,39,0,MVA,15-17 yrs,106,459352,15.997187614440918,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,23.075984954833984 +1993,39,0,suicide,15-17 yrs,22,459352,15.997187614440918,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,4.789355278015137 +1993,39,0,homicide,15-17 yrs,36,459352,15.997187614440918,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,7.837127208709717 +1993,39,0,other external,15-17 yrs,28,459352,15.997187614440918,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,6.095543384552002 +1993,39,0,internal,15-17 yrs,68,459352,15.997187614440918,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,14.803462028503418 +1993,39,0,all,18-20 yrs,451,459605,19.007246017456055,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,98.12773895263672 +1993,39,0,MVA,18-20 yrs,164,459605,19.007246017456055,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,35.68281555175781 +1993,39,0,suicide,18-20 yrs,60,459605,19.007246017456055,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,13.054688453674316 +1993,39,0,homicide,18-20 yrs,80,459605,19.007246017456055,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,17.406251907348633 +1993,39,0,other external,18-20 yrs,37,459605,19.007246017456055,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,8.05039119720459 +1993,39,0,internal,18-20 yrs,110,459605,19.007246017456055,0,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,23.933595657348633 +1993,39,0,all,21-24 yrs,540,645592,22.49144172668457,1,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,83.64415740966797 +1993,39,0,MVA,21-24 yrs,148,645592,22.49144172668457,1,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,22.92469596862793 +1993,39,0,suicide,21-24 yrs,89,645592,22.49144172668457,1,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,13.785796165466309 +1993,39,0,homicide,21-24 yrs,92,645592,22.49144172668457,1,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,14.250486373901367 +1993,39,0,other external,21-24 yrs,48,645592,22.49144172668457,1,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,7.4350361824035645 +1993,39,0,internal,21-24 yrs,163,645592,22.49144172668457,1,0.12456747889518738,1.2899999618530273,0.1599999964237213,0.5,1.9500000476837158,25.248144149780273 +1994,39,0,MVA,15-17 yrs,94,472191,15.998231887817383,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,19.907197952270508 +1994,39,0,suicide,15-17 yrs,43,472191,15.998231887817383,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,9.106484413146973 +1994,39,0,homicide,15-17 yrs,33,472191,15.998231887817383,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,6.988697528839111 +1994,39,0,other external,15-17 yrs,33,472191,15.998231887817383,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,6.988697528839111 +1994,39,0,internal,15-17 yrs,75,472191,15.998231887817383,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,15.883402824401855 +1994,39,0,all,18-20 yrs,367,456191,19.006492614746094,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,80.448760986328125 +1994,39,0,MVA,18-20 yrs,111,456191,19.006492614746094,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,24.331912994384766 +1994,39,0,suicide,18-20 yrs,55,456191,19.006492614746094,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,12.056353569030762 +1994,39,0,homicide,18-20 yrs,55,456191,19.006492614746094,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,12.056353569030762 +1994,39,0,other external,18-20 yrs,25,456191,19.006492614746094,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,5.480160713195801 +1994,39,0,internal,18-20 yrs,121,456191,19.006492614746094,0,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,26.523977279663086 +1994,39,0,all,21-24 yrs,520,630775,22.53951644897461,1,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,82.43827056884766 +1994,39,0,MVA,21-24 yrs,124,630775,22.53951644897461,1,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,19.658357620239258 +1994,39,0,suicide,21-24 yrs,64,630775,22.53951644897461,1,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,10.146248817443848 +1994,39,0,homicide,21-24 yrs,80,630775,22.53951644897461,1,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,12.68281078338623 +1994,39,0,other external,21-24 yrs,47,630775,22.53951644897461,1,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,7.451151371002197 +1994,39,0,internal,21-24 yrs,205,630775,22.53951644897461,1,0.12145749479532242,1.309999942779541,0.1599999964237213,0.3700000047683716,1.850000023841858,32.49970245361328 +1995,39,0,MVA,15-17 yrs,114,485831,15.986480712890625,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,23.464950561523438 +1995,39,0,suicide,15-17 yrs,30,485831,15.986480712890625,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,6.174986839294434 +1995,39,0,homicide,15-17 yrs,32,485831,15.986480712890625,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,6.586652755737305 +1995,39,0,other external,15-17 yrs,31,485831,15.986480712890625,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,6.380819797515869 +1995,39,0,internal,15-17 yrs,91,485831,15.986480712890625,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,18.730792999267578 +1995,39,0,all,18-20 yrs,414,462232,19.000947952270508,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,89.56541442871094 +1995,39,0,MVA,18-20 yrs,133,462232,19.000947952270508,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,28.77342987060547 +1995,39,0,suicide,18-20 yrs,59,462232,19.000947952270508,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,12.764153480529785 +1995,39,0,homicide,18-20 yrs,54,462232,19.000947952270508,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,11.682445526123047 +1995,39,0,other external,18-20 yrs,36,462232,19.000947952270508,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,7.788296699523926 +1995,39,0,internal,18-20 yrs,132,462232,19.000947952270508,0,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,28.55708885192871 +1995,39,0,all,21-24 yrs,537,608436,22.5524845123291,1,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,88.25907897949219 +1995,39,0,MVA,21-24 yrs,135,608436,22.5524845123291,1,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,22.18803596496582 +1995,39,0,suicide,21-24 yrs,81,608436,22.5524845123291,1,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,13.312821388244629 +1995,39,0,homicide,21-24 yrs,67,608436,22.5524845123291,1,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,11.011839866638184 +1995,39,0,other external,21-24 yrs,55,608436,22.5524845123291,1,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,9.039569854736328 +1995,39,0,internal,21-24 yrs,199,608436,22.5524845123291,1,0.11811024695634842,1.2799999713897705,0.17000000178813934,0.46000000834465027,1.899999976158142,32.706809997558594 +1996,39,0,MVA,15-17 yrs,99,495898,16.00037384033203,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,19.963783264160156 +1996,39,0,suicide,15-17 yrs,22,495898,16.00037384033203,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,4.43639612197876 +1996,39,0,homicide,15-17 yrs,34,495898,16.00037384033203,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,6.85624885559082 +1996,39,0,other external,15-17 yrs,24,495898,16.00037384033203,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,4.839704990386963 +1996,39,0,internal,15-17 yrs,74,495898,16.00037384033203,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,14.922423362731934 +1996,39,0,all,18-20 yrs,362,465904,18.992340087890625,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,77.69841003417969 +1996,39,0,MVA,18-20 yrs,127,465904,18.992340087890625,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,27.258834838867188 +1996,39,0,suicide,18-20 yrs,37,465904,18.992340087890625,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,7.941550254821777 +1996,39,0,homicide,18-20 yrs,59,465904,18.992340087890625,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,12.663553237915039 +1996,39,0,other external,18-20 yrs,35,465904,18.992340087890625,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,7.512277126312256 +1996,39,0,internal,18-20 yrs,104,465904,18.992340087890625,0,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,22.322195053100586 +1996,39,0,all,21-24 yrs,447,586148,22.512250900268555,1,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,76.26060485839844 +1996,39,0,MVA,21-24 yrs,144,586148,22.512250900268555,1,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,24.567174911499023 +1996,39,0,suicide,21-24 yrs,50,586148,22.512250900268555,1,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,8.530268669128418 +1996,39,0,homicide,21-24 yrs,62,586148,22.512250900268555,1,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,10.577533721923828 +1996,39,0,other external,21-24 yrs,32,586148,22.512250900268555,1,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,5.459372043609619 +1996,39,0,internal,21-24 yrs,159,586148,22.512250900268555,1,0.11472276598215103,1.2999999523162842,0.18000000715255737,0.44999998807907104,1.9299999475479126,27.12625503540039 +1970,40,0,MVA,15-17 yrs,59,148384,15.983623504638672,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,39.76169967651367 +1970,40,0,suicide,15-17 yrs,4,148384,15.983623504638672,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,2.6957085132598877 +1970,40,0,homicide,15-17 yrs,8,148384,15.983623504638672,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,5.391417026519775 +1970,40,0,other external,15-17 yrs,41,148384,15.983623504638672,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,27.631011962890625 +1970,40,0,internal,15-17 yrs,43,148384,15.983623504638672,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,28.978866577148438 +1970,40,0,all,18-20 yrs,184,138265,18.98031997680664,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,133.07778930664062 +1970,40,0,MVA,18-20 yrs,84,138265,18.98031997680664,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,60.75290298461914 +1970,40,0,suicide,18-20 yrs,9,138265,18.98031997680664,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,6.509239673614502 +1970,40,0,homicide,18-20 yrs,3,138265,18.98031997680664,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,2.1697463989257812 +1970,40,0,other external,18-20 yrs,40,138265,18.98031997680664,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,28.92995262145996 +1970,40,0,internal,18-20 yrs,48,138265,18.98031997680664,0,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,34.7159423828125 +1970,40,0,all,21-24 yrs,248,162635,22.405454635620117,1,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,152.48870849609375 +1970,40,0,MVA,21-24 yrs,96,162635,22.405454635620117,1,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,59.02788543701172 +1970,40,0,suicide,21-24 yrs,13,162635,22.405454635620117,1,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,7.993359565734863 +1970,40,0,homicide,21-24 yrs,19,162635,22.405454635620117,1,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,11.682601928710938 +1970,40,0,other external,21-24 yrs,41,162635,22.405454635620117,1,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,25.20982551574707 +1970,40,0,internal,21-24 yrs,79,162635,22.405454635620117,1,0.8313934206962585,0.7799999713897705,0.15000000596046448,0.8399999737739563,1.7599999904632568,48.57503128051758 +1971,40,0,MVA,15-17 yrs,58,152607,15.994790077209473,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,38.00611877441406 +1971,40,0,suicide,15-17 yrs,10,152607,15.994790077209473,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,6.552779197692871 +1971,40,0,homicide,15-17 yrs,1,152607,15.994790077209473,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,0.6552779078483582 +1971,40,0,other external,15-17 yrs,45,152607,15.994790077209473,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,29.487506866455078 +1971,40,0,internal,15-17 yrs,45,152607,15.994790077209473,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,29.487506866455078 +1971,40,0,all,18-20 yrs,206,144759,18.977825164794922,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,142.30548095703125 +1971,40,0,MVA,18-20 yrs,78,144759,18.977825164794922,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,53.882659912109375 +1971,40,0,suicide,18-20 yrs,11,144759,18.977825164794922,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,7.598836898803711 +1971,40,0,homicide,18-20 yrs,10,144759,18.977825164794922,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,6.90803337097168 +1971,40,0,other external,18-20 yrs,46,144759,18.977825164794922,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,31.776952743530273 +1971,40,0,internal,18-20 yrs,61,144759,18.977825164794922,0,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,42.13900375366211 +1971,40,0,all,21-24 yrs,242,179151,22.537446975708008,1,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,135.08157348632812 +1971,40,0,MVA,21-24 yrs,83,179151,22.537446975708008,1,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,46.32963180541992 +1971,40,0,suicide,21-24 yrs,21,179151,22.537446975708008,1,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,11.721955299377441 +1971,40,0,homicide,21-24 yrs,16,179151,22.537446975708008,1,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,8.931013107299805 +1971,40,0,other external,21-24 yrs,49,179151,22.537446975708008,1,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,27.351228713989258 +1971,40,0,internal,21-24 yrs,73,179151,22.537446975708008,1,0.7964953780174255,0.800000011920929,0.17000000178813934,0.800000011920929,1.7699999809265137,40.74774932861328 +1972,40,0,MVA,15-17 yrs,58,155621,15.987951278686523,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,37.27003479003906 +1972,40,0,suicide,15-17 yrs,10,155621,15.987951278686523,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,6.425868034362793 +1972,40,0,homicide,15-17 yrs,10,155621,15.987951278686523,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,6.425868034362793 +1972,40,0,other external,15-17 yrs,36,155621,15.987951278686523,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,23.13312530517578 +1972,40,0,internal,15-17 yrs,34,155621,15.987951278686523,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,21.847951889038086 +1972,40,0,all,18-20 yrs,184,149462,18.975252151489258,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,123.10821533203125 +1972,40,0,MVA,18-20 yrs,70,149462,18.975252151489258,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,46.83464813232422 +1972,40,0,suicide,18-20 yrs,8,149462,18.975252151489258,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,5.3525309562683105 +1972,40,0,homicide,18-20 yrs,12,149462,18.975252151489258,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,8.028796195983887 +1972,40,0,other external,18-20 yrs,50,149462,18.975252151489258,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,33.45331954956055 +1972,40,0,internal,18-20 yrs,44,149462,18.975252151489258,0,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,29.438920974731445 +1972,40,0,all,21-24 yrs,224,178135,22.508636474609375,1,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,125.74732971191406 +1972,40,0,MVA,21-24 yrs,58,178135,22.508636474609375,1,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,32.559574127197266 +1972,40,0,suicide,21-24 yrs,26,178135,22.508636474609375,1,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,14.595671653747559 +1972,40,0,homicide,21-24 yrs,22,178135,22.508636474609375,1,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,12.350183486938477 +1972,40,0,other external,21-24 yrs,50,178135,22.508636474609375,1,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,28.068599700927734 +1972,40,0,internal,21-24 yrs,68,178135,22.508636474609375,1,0.7717240452766418,0.8600000143051147,0.15000000596046448,0.75,1.7599999904632568,38.17329406738281 +1973,40,0,MVA,15-17 yrs,61,157512,15.992254257202148,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,38.72720718383789 +1973,40,0,suicide,15-17 yrs,8,157512,15.992254257202148,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,5.078978061676025 +1973,40,0,homicide,15-17 yrs,5,157512,15.992254257202148,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,3.174361228942871 +1973,40,0,other external,15-17 yrs,39,157512,15.992254257202148,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,24.76001739501953 +1973,40,0,internal,15-17 yrs,32,157512,15.992254257202148,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,20.3159122467041 +1973,40,0,all,18-20 yrs,221,155178,18.987537384033203,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,142.41709899902344 +1973,40,0,MVA,18-20 yrs,97,155178,18.987537384033203,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,62.50886154174805 +1973,40,0,suicide,18-20 yrs,24,155178,18.987537384033203,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,15.466110229492188 +1973,40,0,homicide,18-20 yrs,11,155178,18.987537384033203,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,7.0886335372924805 +1973,40,0,other external,18-20 yrs,45,155178,18.987537384033203,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,28.99895668029785 +1973,40,0,internal,18-20 yrs,44,155178,18.987537384033203,0,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,28.354534149169922 +1973,40,0,all,21-24 yrs,225,181713,22.502351760864258,1,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,123.8216323852539 +1973,40,0,MVA,21-24 yrs,78,181713,22.502351760864258,1,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,42.92483139038086 +1973,40,0,suicide,21-24 yrs,23,181713,22.502351760864258,1,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,12.65732192993164 +1973,40,0,homicide,21-24 yrs,25,181713,22.502351760864258,1,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,13.757959365844727 +1973,40,0,other external,21-24 yrs,41,181713,22.502351760864258,1,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,22.563053131103516 +1973,40,0,internal,21-24 yrs,58,181713,22.502351760864258,1,0.7265329360961914,0.8999999761581421,0.17000000178813934,0.800000011920929,1.8700000047683716,31.91846466064453 +1974,40,0,MVA,15-17 yrs,73,159422,16.002458572387695,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,45.7904167175293 +1974,40,0,suicide,15-17 yrs,9,159422,16.002458572387695,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,5.6453938484191895 +1974,40,0,homicide,15-17 yrs,5,159422,16.002458572387695,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,3.1363298892974854 +1974,40,0,other external,15-17 yrs,27,159422,16.002458572387695,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,16.936182022094727 +1974,40,0,internal,15-17 yrs,33,159422,16.002458572387695,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,20.699777603149414 +1974,40,0,all,18-20 yrs,225,159571,18.999135971069336,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,141.00306701660156 +1974,40,0,MVA,18-20 yrs,80,159571,18.999135971069336,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,50.134422302246094 +1974,40,0,suicide,18-20 yrs,31,159571,18.999135971069336,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,19.42708969116211 +1974,40,0,homicide,18-20 yrs,17,159571,18.999135971069336,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,10.653564453125 +1974,40,0,other external,18-20 yrs,49,159571,18.999135971069336,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,30.707334518432617 +1974,40,0,internal,18-20 yrs,48,159571,18.999135971069336,0,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,30.08065414428711 +1974,40,0,all,21-24 yrs,236,185724,22.471187591552734,1,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,127.07027435302734 +1974,40,0,MVA,21-24 yrs,71,185724,22.471187591552734,1,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,38.2287712097168 +1974,40,0,suicide,21-24 yrs,33,185724,22.471187591552734,1,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,17.768301010131836 +1974,40,0,homicide,21-24 yrs,36,185724,22.471187591552734,1,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,19.383602142333984 +1974,40,0,other external,21-24 yrs,44,185724,22.471187591552734,1,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,23.691068649291992 +1974,40,0,internal,21-24 yrs,52,185724,22.471187591552734,1,0.6543217897415161,0.9599999785423279,0.14000000059604645,0.7799999713897705,1.8700000047683716,27.99853515625 +1975,40,0,MVA,15-17 yrs,65,160116,15.998088836669922,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,40.5955696105957 +1975,40,0,suicide,15-17 yrs,15,160116,15.998088836669922,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,9.368207931518555 +1975,40,0,homicide,15-17 yrs,16,160116,15.998088836669922,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,9.992754936218262 +1975,40,0,other external,15-17 yrs,29,160116,15.998088836669922,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,18.11186981201172 +1975,40,0,internal,15-17 yrs,40,160116,15.998088836669922,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,24.981887817382812 +1975,40,0,all,18-20 yrs,199,162971,18.99363136291504,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,122.10761260986328 +1975,40,0,MVA,18-20 yrs,93,162971,18.99363136291504,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,57.06536865234375 +1975,40,0,suicide,18-20 yrs,29,162971,18.99363136291504,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,17.79457664489746 +1975,40,0,homicide,18-20 yrs,17,162971,18.99363136291504,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,10.431303977966309 +1975,40,0,other external,18-20 yrs,28,162971,18.99363136291504,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,17.180971145629883 +1975,40,0,internal,18-20 yrs,32,162971,18.99363136291504,0,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,19.635395050048828 +1975,40,0,all,21-24 yrs,290,192538,22.460521697998047,1,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,150.61961364746094 +1975,40,0,MVA,21-24 yrs,87,192538,22.460521697998047,1,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,45.18588638305664 +1975,40,0,suicide,21-24 yrs,39,192538,22.460521697998047,1,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,20.255741119384766 +1975,40,0,homicide,21-24 yrs,36,192538,22.460521697998047,1,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,18.697607040405273 +1975,40,0,other external,21-24 yrs,55,192538,22.460521697998047,1,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,28.5657901763916 +1975,40,0,internal,21-24 yrs,73,192538,22.460521697998047,1,0.5995922684669495,0.9900000095367432,0.15000000596046448,0.8500000238418579,1.9900000095367432,37.91459274291992 +1976,40,0.08493150770664215,MVA,15-17 yrs,86,162191,15.994247436523438,0,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,53.023902893066406 +1976,40,0.08493150770664215,suicide,15-17 yrs,7,162191,15.994247436523438,0,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,4.31589937210083 +1976,40,0.08493150770664215,homicide,15-17 yrs,2,162191,15.994247436523438,0,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,1.2331140041351318 +1976,40,0.08493150770664215,other external,15-17 yrs,26,162191,15.994247436523438,0,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,16.03048324584961 +1976,40,0.08493150770664215,internal,15-17 yrs,29,162191,15.994247436523438,0,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,17.88015365600586 +1976,40,0.08493150770664215,all,18-20 yrs,217,167640,19.00019645690918,0.08493150770664215,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,129.4440460205078 +1976,40,0.08493150770664215,MVA,18-20 yrs,94,167640,19.00019645690918,0.08493150770664215,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,56.07253646850586 +1976,40,0.08493150770664215,suicide,18-20 yrs,20,167640,19.00019645690918,0.08493150770664215,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,11.930326461791992 +1976,40,0.08493150770664215,homicide,18-20 yrs,14,167640,19.00019645690918,0.08493150770664215,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,8.351228713989258 +1976,40,0.08493150770664215,other external,18-20 yrs,40,167640,19.00019645690918,0.08493150770664215,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,23.860652923583984 +1976,40,0.08493150770664215,internal,18-20 yrs,49,167640,19.00019645690918,0.08493150770664215,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,29.22930145263672 +1976,40,0.08493150770664215,all,21-24 yrs,273,201430,22.459951400756836,1,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,135.5309600830078 +1976,40,0.08493150770664215,MVA,21-24 yrs,86,201430,22.459951400756836,1,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,42.694732666015625 +1976,40,0.08493150770664215,suicide,21-24 yrs,33,201430,22.459951400756836,1,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,16.382862091064453 +1976,40,0.08493150770664215,homicide,21-24 yrs,41,201430,22.459951400756836,1,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,20.35446548461914 +1976,40,0.08493150770664215,other external,21-24 yrs,47,201430,22.459951400756836,1,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,23.333168029785156 +1976,40,0.08493150770664215,internal,21-24 yrs,66,201430,22.459951400756836,1,0.5669255256652832,1,0.14000000059604645,0.7799999713897705,1.909999966621399,32.765724182128906 +1977,40,1,MVA,15-17 yrs,89,163406,15.998255729675293,0,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,54.4655647277832 +1977,40,1,suicide,15-17 yrs,14,163406,15.998255729675293,0,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,8.56761646270752 +1977,40,1,homicide,15-17 yrs,10,163406,15.998255729675293,0,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,6.119726181030273 +1977,40,1,other external,15-17 yrs,32,163406,15.998255729675293,0,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,19.5831241607666 +1977,40,1,internal,15-17 yrs,38,163406,15.998255729675293,0,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,23.254959106445312 +1977,40,1,all,18-20 yrs,251,169510,19.0111083984375,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,148.0738525390625 +1977,40,1,MVA,18-20 yrs,117,169510,19.0111083984375,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,69.02247619628906 +1977,40,1,suicide,18-20 yrs,29,169510,19.0111083984375,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,17.108135223388672 +1977,40,1,homicide,18-20 yrs,20,169510,19.0111083984375,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,11.798713684082031 +1977,40,1,other external,18-20 yrs,47,169510,19.0111083984375,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,27.726978302001953 +1977,40,1,internal,18-20 yrs,38,169510,19.0111083984375,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,22.417556762695312 +1977,40,1,all,21-24 yrs,285,207647,22.475330352783203,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,137.25216674804688 +1977,40,1,MVA,21-24 yrs,111,207647,22.475330352783203,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,53.45610427856445 +1977,40,1,suicide,21-24 yrs,38,207647,22.475330352783203,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,18.300289154052734 +1977,40,1,homicide,21-24 yrs,31,207647,22.475330352783203,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,14.929183006286621 +1977,40,1,other external,21-24 yrs,47,207647,22.475330352783203,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,22.634567260742188 +1977,40,1,internal,21-24 yrs,58,207647,22.475330352783203,1,0.5323113203048706,1.0700000524520874,0.14000000059604645,0.7799999713897705,1.9800000190734863,27.93202018737793 +1978,40,1,MVA,15-17 yrs,103,164249,16.005016326904297,0,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,62.70966720581055 +1978,40,1,suicide,15-17 yrs,9,164249,16.005016326904297,0,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,5.479485511779785 +1978,40,1,homicide,15-17 yrs,14,164249,16.005016326904297,0,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,8.52364444732666 +1978,40,1,other external,15-17 yrs,33,164249,16.005016326904297,0,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,20.091445922851562 +1978,40,1,internal,15-17 yrs,34,164249,16.005016326904297,0,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,20.70027732849121 +1978,40,1,all,18-20 yrs,241,170667,19.007423400878906,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,141.21066284179688 +1978,40,1,MVA,18-20 yrs,118,170667,19.007423400878906,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,69.14048767089844 +1978,40,1,suicide,18-20 yrs,30,170667,19.007423400878906,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,17.57809066772461 +1978,40,1,homicide,18-20 yrs,31,170667,19.007423400878906,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,18.164026260375977 +1978,40,1,other external,18-20 yrs,26,170667,19.007423400878906,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,15.234345436096191 +1978,40,1,internal,18-20 yrs,36,170667,19.007423400878906,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,21.093708038330078 +1978,40,1,all,21-24 yrs,371,213767,22.47678565979004,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,173.55345153808594 +1978,40,1,MVA,21-24 yrs,139,213767,22.47678565979004,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,65.0240707397461 +1978,40,1,suicide,21-24 yrs,65,213767,22.47678565979004,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,30.406938552856445 +1978,40,1,homicide,21-24 yrs,40,213767,22.47678565979004,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,18.71196174621582 +1978,40,1,other external,21-24 yrs,68,213767,22.47678565979004,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,31.810335159301758 +1978,40,1,internal,21-24 yrs,59,213767,22.47678565979004,1,0.4947555959224701,1.0800000429153442,0.14000000059604645,0.8199999928474426,2.0399999618530273,27.600143432617188 +1979,40,1,MVA,15-17 yrs,80,163023,16.01386833190918,0,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,49.07283020019531 +1979,40,1,suicide,15-17 yrs,16,163023,16.01386833190918,0,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,9.814565658569336 +1979,40,1,homicide,15-17 yrs,10,163023,16.01386833190918,0,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,6.134103775024414 +1979,40,1,other external,15-17 yrs,17,163023,16.01386833190918,0,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,10.427976608276367 +1979,40,1,internal,15-17 yrs,28,163023,16.01386833190918,0,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,17.175491333007812 +1979,40,1,all,18-20 yrs,249,174241,19.00463104248047,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,142.905517578125 +1979,40,1,MVA,18-20 yrs,121,174241,19.00463104248047,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,69.44404602050781 +1979,40,1,suicide,18-20 yrs,30,174241,19.00463104248047,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,17.217531204223633 +1979,40,1,homicide,18-20 yrs,23,174241,19.00463104248047,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,13.20010757446289 +1979,40,1,other external,18-20 yrs,36,174241,19.00463104248047,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,20.661039352416992 +1979,40,1,internal,18-20 yrs,39,174241,19.00463104248047,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,22.38279151916504 +1979,40,1,all,21-24 yrs,322,219563,22.47903823852539,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,146.6549530029297 +1979,40,1,MVA,21-24 yrs,121,219563,22.47903823852539,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,55.109466552734375 +1979,40,1,suicide,21-24 yrs,44,219563,22.47903823852539,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,20.039806365966797 +1979,40,1,homicide,21-24 yrs,41,219563,22.47903823852539,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,18.6734561920166 +1979,40,1,other external,21-24 yrs,59,219563,22.47903823852539,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,26.871559143066406 +1979,40,1,internal,21-24 yrs,57,219563,22.47903823852539,1,0.4443259537220001,1.0499999523162842,0.12999999523162842,0.800000011920929,1.9800000190734863,25.96065902709961 +1980,40,1,MVA,15-17 yrs,73,159992,16.031471252441406,0,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,45.627281188964844 +1980,40,1,suicide,15-17 yrs,10,159992,16.031471252441406,0,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,6.250312328338623 +1980,40,1,homicide,15-17 yrs,14,159992,16.031471252441406,0,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,8.75043773651123 +1980,40,1,other external,15-17 yrs,32,159992,16.031471252441406,0,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,20.000999450683594 +1980,40,1,internal,15-17 yrs,20,159992,16.031471252441406,0,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,12.500624656677246 +1980,40,1,all,18-20 yrs,267,177432,19.01637840270996,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,150.4801788330078 +1980,40,1,MVA,18-20 yrs,137,177432,19.01637840270996,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,77.212677001953125 +1980,40,1,suicide,18-20 yrs,28,177432,19.01637840270996,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,15.780693054199219 +1980,40,1,homicide,18-20 yrs,24,177432,19.01637840270996,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,13.5263090133667 +1980,40,1,other external,18-20 yrs,38,177432,19.01637840270996,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,21.416654586791992 +1980,40,1,internal,18-20 yrs,40,177432,19.01637840270996,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,22.543848037719727 +1980,40,1,all,21-24 yrs,336,226409,22.481266021728516,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,148.40399169921875 +1980,40,1,MVA,21-24 yrs,140,226409,22.481266021728516,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,61.834999084472656 +1980,40,1,suicide,21-24 yrs,43,226409,22.481266021728516,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,18.992177963256836 +1980,40,1,homicide,21-24 yrs,35,226409,22.481266021728516,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,15.458749771118164 +1980,40,1,other external,21-24 yrs,48,226409,22.481266021728516,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,21.200571060180664 +1980,40,1,internal,21-24 yrs,70,226409,22.481266021728516,1,0.39148133993148804,1.0800000429153442,0.1599999964237213,0.7099999785423279,1.9500000476837158,30.917499542236328 +1981,40,1,MVA,15-17 yrs,74,152676,16.04636001586914,0,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,48.468650817871094 +1981,40,1,suicide,15-17 yrs,12,152676,16.04636001586914,0,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,7.859781265258789 +1981,40,1,homicide,15-17 yrs,6,152676,16.04636001586914,0,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,3.9298906326293945 +1981,40,1,other external,15-17 yrs,24,152676,16.04636001586914,0,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,15.719562530517578 +1981,40,1,internal,15-17 yrs,32,152676,16.04636001586914,0,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,20.95941734313965 +1981,40,1,all,18-20 yrs,252,177369,19.031272888183594,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,142.07669067382812 +1981,40,1,MVA,18-20 yrs,124,177369,19.031272888183594,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,69.91075134277344 +1981,40,1,suicide,18-20 yrs,28,177369,19.031272888183594,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,15.786298751831055 +1981,40,1,homicide,18-20 yrs,28,177369,19.031272888183594,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,15.786298751831055 +1981,40,1,other external,18-20 yrs,34,177369,19.031272888183594,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,19.169076919555664 +1981,40,1,internal,18-20 yrs,38,177369,19.031272888183594,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,21.42426300048828 +1981,40,1,all,21-24 yrs,364,231780,22.491798400878906,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,157.04547119140625 +1981,40,1,MVA,21-24 yrs,144,231780,22.491798400878906,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,62.12788009643555 +1981,40,1,suicide,21-24 yrs,54,231780,22.491798400878906,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,23.297954559326172 +1981,40,1,homicide,21-24 yrs,40,231780,22.491798400878906,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,17.25774383544922 +1981,40,1,other external,21-24 yrs,60,231780,22.491798400878906,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,25.886615753173828 +1981,40,1,internal,21-24 yrs,66,231780,22.491798400878906,1,0.3548741936683655,1.1399999856948853,0.1599999964237213,0.8299999833106995,2.130000114440918,28.475278854370117 +1982,40,1,MVA,15-17 yrs,72,148181,16.040935516357422,0,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,48.58922576904297 +1982,40,1,suicide,15-17 yrs,8,148181,16.040935516357422,0,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,5.398802757263184 +1982,40,1,homicide,15-17 yrs,10,148181,16.040935516357422,0,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,6.748503684997559 +1982,40,1,other external,15-17 yrs,12,148181,16.040935516357422,0,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,8.098204612731934 +1982,40,1,internal,15-17 yrs,36,148181,16.040935516357422,0,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,24.294612884521484 +1982,40,1,all,18-20 yrs,302,178308,19.03374481201172,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,169.36985778808594 +1982,40,1,MVA,18-20 yrs,144,178308,19.03374481201172,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,80.7591323852539 +1982,40,1,suicide,18-20 yrs,30,178308,19.03374481201172,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,16.824819564819336 +1982,40,1,homicide,18-20 yrs,32,178308,19.03374481201172,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,17.946474075317383 +1982,40,1,other external,18-20 yrs,54,178308,19.03374481201172,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,30.28467559814453 +1982,40,1,internal,18-20 yrs,42,178308,19.03374481201172,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,23.55474853515625 +1982,40,1,all,21-24 yrs,452,241412,22.48295021057129,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,187.23178100585938 +1982,40,1,MVA,21-24 yrs,212,241412,22.48295021057129,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,87.816680908203125 +1982,40,1,suicide,21-24 yrs,48,241412,22.48295021057129,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,19.88302230834961 +1982,40,1,homicide,21-24 yrs,58,241412,22.48295021057129,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,24.025318145751953 +1982,40,1,other external,21-24 yrs,66,241412,22.48295021057129,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,27.339155197143555 +1982,40,1,internal,21-24 yrs,68,241412,22.48295021057129,1,0.33428046107292175,1.1699999570846558,0.1599999964237213,0.8299999833106995,2.1700000762939453,28.167613983154297 +1983,40,0.7232876420021057,MVA,15-17 yrs,44,146852,16.00967025756836,0,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,29.962139129638672 +1983,40,0.7232876420021057,suicide,15-17 yrs,9,146852,16.00967025756836,0,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,6.128619194030762 +1983,40,0.7232876420021057,homicide,15-17 yrs,4,146852,16.00967025756836,0,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,2.7238306999206543 +1983,40,0.7232876420021057,other external,15-17 yrs,26,146852,16.00967025756836,0,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,17.70490074157715 +1983,40,0.7232876420021057,internal,15-17 yrs,29,146852,16.00967025756836,0,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,19.747774124145508 +1983,40,0.7232876420021057,all,18-20 yrs,223,174707,19.044776916503906,0.7232876420021057,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,127.64228057861328 +1983,40,0.7232876420021057,MVA,18-20 yrs,92,174707,19.044776916503906,0.7232876420021057,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,52.65959548950195 +1983,40,0.7232876420021057,suicide,18-20 yrs,28,174707,19.044776916503906,0.7232876420021057,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,16.026832580566406 +1983,40,0.7232876420021057,homicide,18-20 yrs,20,174707,19.044776916503906,0.7232876420021057,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,11.447738647460938 +1983,40,0.7232876420021057,other external,18-20 yrs,40,174707,19.044776916503906,0.7232876420021057,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,22.895477294921875 +1983,40,0.7232876420021057,internal,18-20 yrs,43,174707,19.044776916503906,0.7232876420021057,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,24.61263656616211 +1983,40,0.7232876420021057,all,21-24 yrs,313,244507,22.49201011657715,1,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,128.0126953125 +1983,40,0.7232876420021057,MVA,21-24 yrs,112,244507,22.49201011657715,1,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,45.806461334228516 +1983,40,0.7232876420021057,suicide,21-24 yrs,45,244507,22.49201011657715,1,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,18.404380798339844 +1983,40,0.7232876420021057,homicide,21-24 yrs,38,244507,22.49201011657715,1,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,15.54147720336914 +1983,40,0.7232876420021057,other external,21-24 yrs,51,244507,22.49201011657715,1,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,20.858299255371094 +1983,40,0.7232876420021057,internal,21-24 yrs,67,244507,22.49201011657715,1,0.32387614250183105,1.0499999523162842,0.1599999964237213,0.7699999809265137,1.9800000190734863,27.40207862854004 +1984,40,0,MVA,15-17 yrs,53,146599,15.986227989196777,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,36.15304183959961 +1984,40,0,suicide,15-17 yrs,12,146599,15.986227989196777,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,8.18559455871582 +1984,40,0,homicide,15-17 yrs,8,146599,15.986227989196777,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,5.4570631980896 +1984,40,0,other external,15-17 yrs,19,146599,15.986227989196777,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,12.960524559020996 +1984,40,0,internal,15-17 yrs,26,146599,15.986227989196777,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,17.735454559326172 +1984,40,0,all,18-20 yrs,176,163586,19.0598087310791,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,107.58866882324219 +1984,40,0,MVA,18-20 yrs,81,163586,19.0598087310791,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,49.51523971557617 +1984,40,0,suicide,18-20 yrs,24,163586,19.0598087310791,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,14.671181678771973 +1984,40,0,homicide,18-20 yrs,24,163586,19.0598087310791,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,14.671181678771973 +1984,40,0,other external,18-20 yrs,25,163586,19.0598087310791,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,15.28248119354248 +1984,40,0,internal,18-20 yrs,22,163586,19.0598087310791,0,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,13.448583602905273 +1984,40,0,all,21-24 yrs,292,239474,22.509553909301758,1,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,121.93390655517578 +1984,40,0,MVA,21-24 yrs,94,239474,22.509553909301758,1,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,39.2526969909668 +1984,40,0,suicide,21-24 yrs,35,239474,22.509553909301758,1,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,14.615365028381348 +1984,40,0,homicide,21-24 yrs,41,239474,22.509553909301758,1,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,17.12085723876953 +1984,40,0,other external,21-24 yrs,50,239474,22.509553909301758,1,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,20.879093170166016 +1984,40,0,internal,21-24 yrs,72,239474,22.509553909301758,1,0.3880902826786041,1.0099999904632568,0.1599999964237213,0.7400000095367432,1.909999966621399,30.065895080566406 +1985,40,0,MVA,15-17 yrs,46,148875,15.975234031677246,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,30.898405075073242 +1985,40,0,suicide,15-17 yrs,17,148875,15.975234031677246,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,11.418975830078125 +1985,40,0,homicide,15-17 yrs,4,148875,15.975234031677246,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,2.6868178844451904 +1985,40,0,other external,15-17 yrs,20,148875,15.975234031677246,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,13.434088706970215 +1985,40,0,internal,15-17 yrs,25,148875,15.975234031677246,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,16.792612075805664 +1985,40,0,all,18-20 yrs,179,152844,19.049245834350586,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,117.11287689208984 +1985,40,0,MVA,18-20 yrs,84,152844,19.049245834350586,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,54.9579963684082 +1985,40,0,suicide,18-20 yrs,23,152844,19.049245834350586,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,15.048023223876953 +1985,40,0,homicide,18-20 yrs,12,152844,19.049245834350586,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,7.851142406463623 +1985,40,0,other external,18-20 yrs,29,152844,19.049245834350586,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,18.973594665527344 +1985,40,0,internal,18-20 yrs,31,152844,19.049245834350586,0,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,20.28211784362793 +1985,40,0,all,21-24 yrs,245,230657,22.525983810424805,1,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,106.21832275390625 +1985,40,0,MVA,21-24 yrs,84,230657,22.525983810424805,1,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,36.41770935058594 +1985,40,0,suicide,21-24 yrs,47,230657,22.525983810424805,1,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,20.376577377319336 +1985,40,0,homicide,21-24 yrs,22,230657,22.525983810424805,1,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,9.537971496582031 +1985,40,0,other external,21-24 yrs,39,230657,22.525983810424805,1,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,16.908222198486328 +1985,40,0,internal,21-24 yrs,53,230657,22.525983810424805,1,0.3747451901435852,1.0399999618530273,0.15000000596046448,0.6800000071525574,1.8700000047683716,22.977842330932617 +1986,40,0,MVA,15-17 yrs,52,152340,15.976506233215332,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,34.13417434692383 +1986,40,0,suicide,15-17 yrs,19,152340,15.976506233215332,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,12.472102165222168 +1986,40,0,homicide,15-17 yrs,8,152340,15.976506233215332,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,5.251411437988281 +1986,40,0,other external,15-17 yrs,15,152340,15.976506233215332,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,9.846396446228027 +1986,40,0,internal,15-17 yrs,29,152340,15.976506233215332,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,19.036365509033203 +1986,40,0,all,18-20 yrs,152,145716,19.02250862121582,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,104.3125 +1986,40,0,MVA,18-20 yrs,64,145716,19.02250862121582,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,43.921051025390625 +1986,40,0,suicide,18-20 yrs,25,145716,19.02250862121582,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,17.156660079956055 +1986,40,0,homicide,18-20 yrs,8,145716,19.02250862121582,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,5.490131378173828 +1986,40,0,other external,18-20 yrs,14,145716,19.02250862121582,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,9.6077299118042 +1986,40,0,internal,18-20 yrs,41,145716,19.02250862121582,0,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,28.136924743652344 +1986,40,0,all,21-24 yrs,248,218375,22.535377502441406,1,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,113.56611633300781 +1986,40,0,MVA,21-24 yrs,98,218375,22.535377502441406,1,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,44.876930236816406 +1986,40,0,suicide,21-24 yrs,33,218375,22.535377502441406,1,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,15.11161994934082 +1986,40,0,homicide,21-24 yrs,37,218375,22.535377502441406,1,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,16.943330764770508 +1986,40,0,other external,21-24 yrs,33,218375,22.535377502441406,1,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,15.11161994934082 +1986,40,0,internal,21-24 yrs,47,218375,22.535377502441406,1,0.367906779050827,1.0399999618530273,0.15000000596046448,0.6100000143051147,1.7999999523162842,21.52260971069336 +1987,40,0,MVA,15-17 yrs,44,150624,16.002004623413086,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,29.21181297302246 +1987,40,0,suicide,15-17 yrs,14,150624,16.002004623413086,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,9.29466724395752 +1987,40,0,homicide,15-17 yrs,7,150624,16.002004623413086,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,4.64733362197876 +1987,40,0,other external,15-17 yrs,13,150624,16.002004623413086,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,8.630763053894043 +1987,40,0,internal,15-17 yrs,24,150624,16.002004623413086,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,15.9337158203125 +1987,40,0,all,18-20 yrs,150,143034,19.001306533813477,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,104.87017059326172 +1987,40,0,MVA,18-20 yrs,57,143034,19.001306533813477,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,39.85066604614258 +1987,40,0,suicide,18-20 yrs,30,143034,19.001306533813477,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,20.97403335571289 +1987,40,0,homicide,18-20 yrs,17,143034,19.001306533813477,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,11.885286331176758 +1987,40,0,other external,18-20 yrs,15,143034,19.001306533813477,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,10.487016677856445 +1987,40,0,internal,18-20 yrs,31,143034,19.001306533813477,0,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,21.673168182373047 +1987,40,0,all,21-24 yrs,215,202180,22.554218292236328,1,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,106.34088134765625 +1987,40,0,MVA,21-24 yrs,72,202180,22.554218292236328,1,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,35.61183166503906 +1987,40,0,suicide,21-24 yrs,41,202180,22.554218292236328,1,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,20.278959274291992 +1987,40,0,homicide,21-24 yrs,32,202180,22.554218292236328,1,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,15.82748031616211 +1987,40,0,other external,21-24 yrs,30,202180,22.554218292236328,1,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,14.838262557983398 +1987,40,0,internal,21-24 yrs,40,202180,22.554218292236328,1,0.35495230555534363,1.0399999618530273,0.15000000596046448,0.5699999928474426,1.7599999904632568,19.784351348876953 +1988,40,0,MVA,15-17 yrs,43,144327,16.032503128051758,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,29.793455123901367 +1988,40,0,suicide,15-17 yrs,11,144327,16.032503128051758,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,7.621581554412842 +1988,40,0,homicide,15-17 yrs,10,144327,16.032503128051758,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,6.928710460662842 +1988,40,0,other external,15-17 yrs,16,144327,16.032503128051758,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,11.085936546325684 +1988,40,0,internal,15-17 yrs,27,144327,16.032503128051758,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,18.707517623901367 +1988,40,0,all,18-20 yrs,157,143797,18.991168975830078,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,109.18169403076172 +1988,40,0,MVA,18-20 yrs,70,143797,18.991168975830078,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,48.67973709106445 +1988,40,0,suicide,18-20 yrs,22,143797,18.991168975830078,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,15.299345970153809 +1988,40,0,homicide,18-20 yrs,16,143797,18.991168975830078,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,11.12679672241211 +1988,40,0,other external,18-20 yrs,18,143797,18.991168975830078,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,12.517646789550781 +1988,40,0,internal,18-20 yrs,31,143797,18.991168975830078,0,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,21.558168411254883 +1988,40,0,all,21-24 yrs,187,187614,22.550981521606445,1,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,99.6727294921875 +1988,40,0,MVA,21-24 yrs,74,187614,22.550981521606445,1,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,39.442684173583984 +1988,40,0,suicide,21-24 yrs,33,187614,22.550981521606445,1,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,17.589305877685547 +1988,40,0,homicide,21-24 yrs,20,187614,22.550981521606445,1,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,10.660184860229492 +1988,40,0,other external,21-24 yrs,20,187614,22.550981521606445,1,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,10.660184860229492 +1988,40,0,internal,21-24 yrs,40,187614,22.550981521606445,1,0.34085020422935486,1.0499999523162842,0.14000000059604645,0.5,1.690000057220459,21.320369720458984 +1989,40,0,MVA,15-17 yrs,61,136737,16.023841857910156,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,44.61118698120117 +1989,40,0,suicide,15-17 yrs,22,136737,16.023841857910156,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,16.08928108215332 +1989,40,0,homicide,15-17 yrs,9,136737,16.023841857910156,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,6.5819783210754395 +1989,40,0,other external,15-17 yrs,10,136737,16.023841857910156,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,7.313309669494629 +1989,40,0,internal,15-17 yrs,29,136737,16.023841857910156,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,21.20859718322754 +1989,40,0,all,18-20 yrs,153,147902,18.99098777770996,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,103.4468765258789 +1989,40,0,MVA,18-20 yrs,83,147902,18.99098777770996,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,56.11824035644531 +1989,40,0,suicide,18-20 yrs,17,147902,18.99098777770996,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,11.494097709655762 +1989,40,0,homicide,18-20 yrs,16,147902,18.99098777770996,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,10.817974090576172 +1989,40,0,other external,18-20 yrs,15,147902,18.99098777770996,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,10.141850471496582 +1989,40,0,internal,18-20 yrs,22,147902,18.99098777770996,0,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,14.874713897705078 +1989,40,0,all,21-24 yrs,193,177899,22.51968765258789,1,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,108.488525390625 +1989,40,0,MVA,21-24 yrs,65,177899,22.51968765258789,1,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,36.5375862121582 +1989,40,0,suicide,21-24 yrs,29,177899,22.51968765258789,1,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,16.30138397216797 +1989,40,0,homicide,21-24 yrs,22,177899,22.51968765258789,1,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,12.366567611694336 +1989,40,0,other external,21-24 yrs,26,177899,22.51968765258789,1,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,14.615034103393555 +1989,40,0,internal,21-24 yrs,51,177899,22.51968765258789,1,0.32518211007118225,1.0499999523162842,0.12999999523162842,0.5299999713897705,1.7000000476837158,28.667951583862305 +1990,40,0,MVA,15-17 yrs,40,134649,15.99819564819336,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,29.706867218017578 +1990,40,0,suicide,15-17 yrs,19,134649,15.99819564819336,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,14.110761642456055 +1990,40,0,homicide,15-17 yrs,17,134649,15.99819564819336,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,12.625418663024902 +1990,40,0,other external,15-17 yrs,19,134649,15.99819564819336,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,14.110761642456055 +1990,40,0,internal,15-17 yrs,26,134649,15.99819564819336,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,19.309463500976562 +1990,40,0,all,18-20 yrs,158,148572,19.02150535583496,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,106.34574127197266 +1990,40,0,MVA,18-20 yrs,73,148572,19.02150535583496,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,49.13442611694336 +1990,40,0,suicide,18-20 yrs,24,148572,19.02150535583496,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,16.153783798217773 +1990,40,0,homicide,18-20 yrs,22,148572,19.02150535583496,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,14.807635307312012 +1990,40,0,other external,18-20 yrs,14,148572,19.02150535583496,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,9.423040390014648 +1990,40,0,internal,18-20 yrs,25,148572,19.02150535583496,0,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,16.826858520507812 +1990,40,0,all,21-24 yrs,192,173871,22.469715118408203,1,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,110.42669677734375 +1990,40,0,MVA,21-24 yrs,68,173871,22.469715118408203,1,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,39.10945510864258 +1990,40,0,suicide,21-24 yrs,30,173871,22.469715118408203,1,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,17.25417137145996 +1990,40,0,homicide,21-24 yrs,31,173871,22.469715118408203,1,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,17.829309463500977 +1990,40,0,other external,21-24 yrs,15,173871,22.469715118408203,1,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,8.62708568572998 +1990,40,0,internal,21-24 yrs,48,173871,22.469715118408203,1,0.30851247906684875,1.1200000047683716,0.14000000059604645,0.550000011920929,1.809999942779541,27.606674194335938 +1991,40,0,MVA,15-17 yrs,67,135816,15.998806953430176,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,49.33144760131836 +1991,40,0,suicide,15-17 yrs,15,135816,15.998806953430176,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,11.044354438781738 +1991,40,0,homicide,15-17 yrs,13,135816,15.998806953430176,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,9.571773529052734 +1991,40,0,other external,15-17 yrs,13,135816,15.998806953430176,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,9.571773529052734 +1991,40,0,internal,15-17 yrs,24,135816,15.998806953430176,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,17.67096710205078 +1991,40,0,all,18-20 yrs,187,145153,19.04522132873535,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,128.82957458496094 +1991,40,0,MVA,18-20 yrs,72,145153,19.04522132873535,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,49.60283279418945 +1991,40,0,suicide,18-20 yrs,27,145153,19.04522132873535,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,18.601062774658203 +1991,40,0,homicide,18-20 yrs,31,145153,19.04522132873535,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,21.356775283813477 +1991,40,0,other external,18-20 yrs,25,145153,19.04522132873535,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,17.22320556640625 +1991,40,0,internal,18-20 yrs,32,145153,19.04522132873535,0,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,22.045703887939453 +1991,40,0,all,21-24 yrs,179,177231,22.439054489135742,1,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,100.99813079833984 +1991,40,0,MVA,21-24 yrs,61,177231,22.439054489135742,1,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,34.418357849121094 +1991,40,0,suicide,21-24 yrs,21,177231,22.439054489135742,1,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,11.848942756652832 +1991,40,0,homicide,21-24 yrs,27,177231,22.439054489135742,1,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,15.234354972839355 +1991,40,0,other external,21-24 yrs,31,177231,22.439054489135742,1,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,17.491296768188477 +1991,40,0,internal,21-24 yrs,39,177231,22.439054489135742,1,0.2960541844367981,1.090000033378601,0.12999999523162842,0.5400000214576721,1.7599999904632568,22.00518035888672 +1992,40,0,MVA,15-17 yrs,52,140003,15.998421669006348,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,37.14206314086914 +1992,40,0,suicide,15-17 yrs,16,140003,15.998421669006348,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,11.428326606750488 +1992,40,0,homicide,15-17 yrs,14,140003,15.998421669006348,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,9.999785423278809 +1992,40,0,other external,15-17 yrs,9,140003,15.998421669006348,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,6.428433895111084 +1992,40,0,internal,15-17 yrs,21,140003,15.998421669006348,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,14.999678611755371 +1992,40,0,all,18-20 yrs,149,141663,19.035097122192383,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,105.17919158935547 +1992,40,0,MVA,18-20 yrs,67,141663,19.035097122192383,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,47.29534149169922 +1992,40,0,suicide,18-20 yrs,26,141663,19.035097122192383,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,18.353416442871094 +1992,40,0,homicide,18-20 yrs,16,141663,19.035097122192383,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,11.29440975189209 +1992,40,0,other external,18-20 yrs,10,141663,19.035097122192383,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,7.059006214141846 +1992,40,0,internal,18-20 yrs,30,141663,19.035097122192383,0,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,21.177019119262695 +1992,40,0,all,21-24 yrs,186,184668,22.428422927856445,1,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,100.72129821777344 +1992,40,0,MVA,21-24 yrs,47,184668,22.428422927856445,1,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,25.451080322265625 +1992,40,0,suicide,21-24 yrs,38,184668,22.428422927856445,1,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,20.577468872070312 +1992,40,0,homicide,21-24 yrs,27,184668,22.428422927856445,1,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,14.620833396911621 +1992,40,0,other external,21-24 yrs,29,184668,22.428422927856445,1,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,15.703857421875 +1992,40,0,internal,21-24 yrs,45,184668,22.428422927856445,1,0.28740257024765015,1.1299999952316284,0.12999999523162842,0.550000011920929,1.809999942779541,24.36805534362793 +1993,40,0,MVA,15-17 yrs,45,141931,15.994025230407715,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,31.705547332763672 +1993,40,0,suicide,15-17 yrs,14,141931,15.994025230407715,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,9.863947868347168 +1993,40,0,homicide,15-17 yrs,13,141931,15.994025230407715,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,9.159379959106445 +1993,40,0,other external,15-17 yrs,14,141931,15.994025230407715,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,9.863947868347168 +1993,40,0,internal,15-17 yrs,25,141931,15.994025230407715,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,17.614192962646484 +1993,40,0,all,18-20 yrs,200,141391,19.00724220275879,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,141.45172119140625 +1993,40,0,MVA,18-20 yrs,90,141391,19.00724220275879,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,63.65327453613281 +1993,40,0,suicide,18-20 yrs,26,141391,19.00724220275879,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,18.388723373413086 +1993,40,0,homicide,18-20 yrs,24,141391,19.00724220275879,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,16.974206924438477 +1993,40,0,other external,18-20 yrs,23,141391,19.00724220275879,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,16.26694679260254 +1993,40,0,internal,18-20 yrs,37,141391,19.00724220275879,0,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,26.168567657470703 +1993,40,0,all,21-24 yrs,201,188322,22.46373176574707,1,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,106.73208618164062 +1993,40,0,MVA,21-24 yrs,65,188322,22.46373176574707,1,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,34.515350341796875 +1993,40,0,suicide,21-24 yrs,42,188322,22.46373176574707,1,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,22.302227020263672 +1993,40,0,homicide,21-24 yrs,34,188322,22.46373176574707,1,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,18.054183959960938 +1993,40,0,other external,21-24 yrs,25,188322,22.46373176574707,1,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,13.275135040283203 +1993,40,0,internal,21-24 yrs,35,188322,22.46373176574707,1,0.27904900908470154,1.1100000143051147,0.10999999940395355,0.47999998927116394,1.7000000476837158,18.585189819335938 +1994,40,0,MVA,15-17 yrs,55,145794,15.993820190429688,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,37.72446060180664 +1994,40,0,suicide,15-17 yrs,15,145794,15.993820190429688,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,10.28848934173584 +1994,40,0,homicide,15-17 yrs,23,145794,15.993820190429688,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,15.775683403015137 +1994,40,0,other external,15-17 yrs,24,145794,15.993820190429688,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,16.46158218383789 +1994,40,0,internal,15-17 yrs,19,145794,15.993820190429688,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,13.032086372375488 +1994,40,0,all,18-20 yrs,158,142187,19.008052825927734,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,111.12126922607422 +1994,40,0,MVA,18-20 yrs,59,142187,19.008052825927734,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,41.494651794433594 +1994,40,0,suicide,18-20 yrs,24,142187,19.008052825927734,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,16.879180908203125 +1994,40,0,homicide,18-20 yrs,22,142187,19.008052825927734,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,15.47258186340332 +1994,40,0,other external,18-20 yrs,20,142187,19.008052825927734,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,14.065983772277832 +1994,40,0,internal,18-20 yrs,33,142187,19.008052825927734,0,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,23.208873748779297 +1994,40,0,all,21-24 yrs,220,187060,22.506725311279297,1,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,117.60932159423828 +1994,40,0,MVA,21-24 yrs,80,187060,22.506725311279297,1,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,42.767024993896484 +1994,40,0,suicide,21-24 yrs,45,187060,22.506725311279297,1,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,24.05645179748535 +1994,40,0,homicide,21-24 yrs,21,187060,22.506725311279297,1,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,11.226344108581543 +1994,40,0,other external,21-24 yrs,20,187060,22.506725311279297,1,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,10.691756248474121 +1994,40,0,internal,21-24 yrs,54,187060,22.506725311279297,1,0.27208220958709717,1.149999976158142,0.12999999523162842,0.5,1.7799999713897705,28.86774253845215 +1995,40,0,MVA,15-17 yrs,50,150561,15.972894668579102,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,33.209129333496094 +1995,40,0,suicide,15-17 yrs,14,150561,15.972894668579102,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,9.298556327819824 +1995,40,0,homicide,15-17 yrs,10,150561,15.972894668579102,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,6.641826152801514 +1995,40,0,other external,15-17 yrs,12,150561,15.972894668579102,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,7.970191478729248 +1995,40,0,internal,15-17 yrs,36,150561,15.972894668579102,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,23.910573959350586 +1995,40,0,all,18-20 yrs,164,145330,19.009138107299805,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,112.84662628173828 +1995,40,0,MVA,18-20 yrs,57,145330,19.009138107299805,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,39.22108459472656 +1995,40,0,suicide,18-20 yrs,28,145330,19.009138107299805,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,19.266496658325195 +1995,40,0,homicide,18-20 yrs,25,145330,19.009138107299805,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,17.202228546142578 +1995,40,0,other external,18-20 yrs,21,145330,19.009138107299805,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,14.449872970581055 +1995,40,0,internal,18-20 yrs,33,145330,19.009138107299805,0,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,22.70694351196289 +1995,40,0,all,21-24 yrs,216,183666,22.51852798461914,1,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,117.60478210449219 +1995,40,0,MVA,21-24 yrs,65,183666,22.51852798461914,1,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,35.39032745361328 +1995,40,0,suicide,21-24 yrs,53,183666,22.51852798461914,1,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,28.85672950744629 +1995,40,0,homicide,21-24 yrs,28,183666,22.51852798461914,1,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,15.245064735412598 +1995,40,0,other external,21-24 yrs,27,183666,22.51852798461914,1,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,14.700597763061523 +1995,40,0,internal,21-24 yrs,43,183666,22.51852798461914,1,0.26458388566970825,1.100000023841858,0.11999999731779099,0.4399999976158142,1.659999966621399,23.412063598632812 +1996,40,0,MVA,15-17 yrs,58,155181,15.984347343444824,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,37.375709533691406 +1996,40,0,suicide,15-17 yrs,13,155181,15.984347343444824,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,8.377314567565918 +1996,40,0,homicide,15-17 yrs,17,155181,15.984347343444824,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,10.954949378967285 +1996,40,0,other external,15-17 yrs,10,155181,15.984347343444824,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,6.444087982177734 +1996,40,0,internal,15-17 yrs,16,155181,15.984347343444824,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,10.310540199279785 +1996,40,0,all,18-20 yrs,165,147089,19.006145477294922,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,112.1769790649414 +1996,40,0,MVA,18-20 yrs,72,147089,19.006145477294922,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,48.949954986572266 +1996,40,0,suicide,18-20 yrs,23,147089,19.006145477294922,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,15.636791229248047 +1996,40,0,homicide,18-20 yrs,25,147089,19.006145477294922,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,16.996511459350586 +1996,40,0,other external,18-20 yrs,17,147089,19.006145477294922,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,11.557628631591797 +1996,40,0,internal,18-20 yrs,28,147089,19.006145477294922,0,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,19.036094665527344 +1996,40,0,all,21-24 yrs,184,181382,22.48172950744629,1,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,101.443359375 +1996,40,0,MVA,21-24 yrs,61,181382,22.48172950744629,1,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,33.630680084228516 +1996,40,0,suicide,21-24 yrs,38,181382,22.48172950744629,1,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,20.950260162353516 +1996,40,0,homicide,21-24 yrs,29,181382,22.48172950744629,1,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,15.98835563659668 +1996,40,0,other external,21-24 yrs,19,181382,22.48172950744629,1,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,10.475130081176758 +1996,40,0,internal,21-24 yrs,37,181382,22.48172950744629,1,0.25699543952941895,1.090000033378601,0.11999999731779099,0.44999998807907104,1.659999966621399,20.398937225341797 +1970,41,0,MVA,15-17 yrs,66,128107,15.997713088989258,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,51.519432067871094 +1970,41,0,suicide,15-17 yrs,4,128107,15.997713088989258,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,3.122389793395996 +1970,41,0,homicide,15-17 yrs,2,128107,15.997713088989258,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,1.561194896697998 +1970,41,0,other external,15-17 yrs,36,128107,15.997713088989258,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,28.10150909423828 +1970,41,0,internal,15-17 yrs,25,128107,15.997713088989258,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,19.514936447143555 +1970,41,0,all,18-20 yrs,147,109616,18.950044631958008,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,134.10450744628906 +1970,41,0,MVA,18-20 yrs,67,109616,18.950044631958008,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,61.12246322631836 +1970,41,0,suicide,18-20 yrs,13,109616,18.950044631958008,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,11.859582901000977 +1970,41,0,homicide,18-20 yrs,7,109616,18.950044631958008,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,6.385929107666016 +1970,41,0,other external,18-20 yrs,28,109616,18.950044631958008,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,25.543716430664062 +1970,41,0,internal,18-20 yrs,32,109616,18.950044631958008,0,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,29.19281768798828 +1970,41,0,all,21-24 yrs,189,128558,22.43486213684082,1,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,147.01535034179688 +1970,41,0,MVA,21-24 yrs,90,128558,22.43486213684082,1,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,70.00730895996094 +1970,41,0,suicide,21-24 yrs,15,128558,22.43486213684082,1,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,11.667885780334473 +1970,41,0,homicide,21-24 yrs,10,128558,22.43486213684082,1,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,7.778590202331543 +1970,41,0,other external,21-24 yrs,27,128558,22.43486213684082,1,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,21.002193450927734 +1970,41,0,internal,21-24 yrs,47,128558,22.43486213684082,1,0.1080811470746994,1.1699999570846558,0.38999998569488525,0.8999999761581421,2.4700000286102295,36.55937576293945 +1971,41,0,MVA,15-17 yrs,35,128728,16.000730514526367,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,27.189111709594727 +1971,41,0,suicide,15-17 yrs,5,128728,16.000730514526367,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,3.8841588497161865 +1971,41,0,homicide,15-17 yrs,0,128728,16.000730514526367,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,0 +1971,41,0,other external,15-17 yrs,28,128728,16.000730514526367,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,21.75128936767578 +1971,41,0,internal,15-17 yrs,22,128728,16.000730514526367,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,17.090299606323242 +1971,41,0,all,18-20 yrs,186,117825,18.945240020751953,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,157.86123657226562 +1971,41,0,MVA,18-20 yrs,81,117825,18.945240020751953,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,68.74602508544922 +1971,41,0,suicide,18-20 yrs,10,117825,18.945240020751953,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,8.487163543701172 +1971,41,0,homicide,18-20 yrs,6,117825,18.945240020751953,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,5.0922980308532715 +1971,41,0,other external,18-20 yrs,49,117825,18.945240020751953,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,41.587100982666016 +1971,41,0,internal,18-20 yrs,40,117825,18.945240020751953,0,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,33.94865417480469 +1971,41,0,all,21-24 yrs,239,144250,22.570045471191406,1,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,165.6845703125 +1971,41,0,MVA,21-24 yrs,105,144250,22.570045471191406,1,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,72.79029083251953 +1971,41,0,suicide,21-24 yrs,30,144250,22.570045471191406,1,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,20.79722785949707 +1971,41,0,homicide,21-24 yrs,11,144250,22.570045471191406,1,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,7.625649929046631 +1971,41,0,other external,21-24 yrs,48,144250,22.570045471191406,1,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,33.27556228637695 +1971,41,0,internal,21-24 yrs,45,144250,22.570045471191406,1,0.10354440659284592,1.2100000381469727,0.44999998807907104,0.9100000262260437,2.569999933242798,31.19584083557129 +1972,41,0,MVA,15-17 yrs,58,130093,15.983988761901855,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,44.58348846435547 +1972,41,0,suicide,15-17 yrs,10,130093,15.983988761901855,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,7.6868085861206055 +1972,41,0,homicide,15-17 yrs,8,130093,15.983988761901855,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,6.149446964263916 +1972,41,0,other external,15-17 yrs,28,130093,15.983988761901855,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,21.52306365966797 +1972,41,0,internal,15-17 yrs,34,130093,15.983988761901855,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,26.135149002075195 +1972,41,0,all,18-20 yrs,180,123862,18.968528747558594,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,145.32301330566406 +1972,41,0,MVA,18-20 yrs,70,123862,18.968528747558594,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,56.51450729370117 +1972,41,0,suicide,18-20 yrs,18,123862,18.968528747558594,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,14.532301902770996 +1972,41,0,homicide,18-20 yrs,6,123862,18.968528747558594,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,4.844100475311279 +1972,41,0,other external,18-20 yrs,48,123862,18.968528747558594,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,38.752803802490234 +1972,41,0,internal,18-20 yrs,38,123862,18.968528747558594,0,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,30.679304122924805 +1972,41,0,all,21-24 yrs,222,146100,22.534038543701172,1,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,151.95071411132812 +1972,41,0,MVA,21-24 yrs,108,146100,22.534038543701172,1,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,73.9219741821289 +1972,41,0,suicide,21-24 yrs,18,146100,22.534038543701172,1,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,12.320328712463379 +1972,41,0,homicide,21-24 yrs,20,146100,22.534038543701172,1,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,13.689253807067871 +1972,41,0,other external,21-24 yrs,36,146100,22.534038543701172,1,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,24.640657424926758 +1972,41,0,internal,21-24 yrs,40,146100,22.534038543701172,1,0.1003241315484047,1.2400000095367432,0.4699999988079071,0.8899999856948853,2.5999999046325684,27.378507614135742 +1973,41,0,MVA,15-17 yrs,49,131868,15.989330291748047,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,37.15837097167969 +1973,41,0,suicide,15-17 yrs,7,131868,15.989330291748047,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,5.308338642120361 +1973,41,0,homicide,15-17 yrs,3,131868,15.989330291748047,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,2.2750022411346436 +1973,41,0,other external,15-17 yrs,29,131868,15.989330291748047,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,21.991687774658203 +1973,41,0,internal,15-17 yrs,30,131868,15.989330291748047,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,22.750022888183594 +1973,41,0,all,18-20 yrs,171,126211,18.997774124145508,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,135.48739624023438 +1973,41,0,MVA,18-20 yrs,75,126211,18.997774124145508,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,59.42429733276367 +1973,41,0,suicide,18-20 yrs,18,126211,18.997774124145508,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,14.261831283569336 +1973,41,0,homicide,18-20 yrs,5,126211,18.997774124145508,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,3.9616198539733887 +1973,41,0,other external,18-20 yrs,33,126211,18.997774124145508,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,26.146690368652344 +1973,41,0,internal,18-20 yrs,40,126211,18.997774124145508,0,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,31.69295883178711 +1973,41,0,all,21-24 yrs,220,150825,22.51891326904297,1,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,145.86441040039062 +1973,41,0,MVA,21-24 yrs,94,150825,22.51891326904297,1,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,62.32388687133789 +1973,41,0,suicide,21-24 yrs,33,150825,22.51891326904297,1,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,21.879661560058594 +1973,41,0,homicide,21-24 yrs,8,150825,22.51891326904297,1,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,5.3041605949401855 +1973,41,0,other external,21-24 yrs,51,150825,22.51891326904297,1,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,33.814022064208984 +1973,41,0,internal,21-24 yrs,34,150825,22.51891326904297,1,0.09444928914308548,1.2200000286102295,0.49000000953674316,0.9300000071525574,2.640000104904175,22.542682647705078 +1974,41,0,MVA,15-17 yrs,71,132872,16.00151252746582,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,53.43488311767578 +1974,41,0,suicide,15-17 yrs,9,132872,16.00151252746582,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,6.773436069488525 +1974,41,0,homicide,15-17 yrs,4,132872,16.00151252746582,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,3.010416030883789 +1974,41,0,other external,15-17 yrs,26,132872,16.00151252746582,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,19.567705154418945 +1974,41,0,internal,15-17 yrs,28,132872,16.00151252746582,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,21.072912216186523 +1974,41,0,all,18-20 yrs,197,127011,19.005353927612305,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,155.10467529296875 +1974,41,0,MVA,18-20 yrs,75,127011,19.005353927612305,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,59.05000305175781 +1974,41,0,suicide,18-20 yrs,22,127011,19.005353927612305,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,17.321334838867188 +1974,41,0,homicide,18-20 yrs,12,127011,19.005353927612305,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,9.44800090789795 +1974,41,0,other external,18-20 yrs,55,127011,19.005353927612305,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,43.30333709716797 +1974,41,0,internal,18-20 yrs,33,127011,19.005353927612305,0,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,25.98200225830078 +1974,41,0,all,21-24 yrs,254,156851,22.479639053344727,1,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,161.93711853027344 +1974,41,0,MVA,21-24 yrs,101,156851,22.479639053344727,1,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,64.39231872558594 +1974,41,0,suicide,21-24 yrs,36,156851,22.479639053344727,1,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,22.951719284057617 +1974,41,0,homicide,21-24 yrs,18,156851,22.479639053344727,1,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,11.475859642028809 +1974,41,0,other external,21-24 yrs,57,156851,22.479639053344727,1,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,36.3402214050293 +1974,41,0,internal,21-24 yrs,42,156851,22.479639053344727,1,0.08506183326244354,1.2699999809265137,0.5199999809265137,0.9399999976158142,2.7200000286102295,26.77700424194336 +1975,41,0,MVA,15-17 yrs,68,133033,15.995068550109863,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,51.115135192871094 +1975,41,0,suicide,15-17 yrs,7,133033,15.995068550109863,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,5.261852264404297 +1975,41,0,homicide,15-17 yrs,6,133033,15.995068550109863,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,4.510159015655518 +1975,41,0,other external,15-17 yrs,34,133033,15.995068550109863,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,25.557567596435547 +1975,41,0,internal,15-17 yrs,18,133033,15.995068550109863,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,13.530477523803711 +1975,41,0,all,18-20 yrs,174,128077,18.989295959472656,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,135.85577392578125 +1975,41,0,MVA,18-20 yrs,77,128077,18.989295959472656,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,60.12008285522461 +1975,41,0,suicide,18-20 yrs,17,128077,18.989295959472656,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,13.27326488494873 +1975,41,0,homicide,18-20 yrs,11,128077,18.989295959472656,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,8.588582992553711 +1975,41,0,other external,18-20 yrs,35,128077,18.989295959472656,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,27.32731056213379 +1975,41,0,internal,18-20 yrs,34,128077,18.989295959472656,0,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,26.54652976989746 +1975,41,0,all,21-24 yrs,238,164983,22.480783462524414,1,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,144.25729370117188 +1975,41,0,MVA,21-24 yrs,82,164983,22.480783462524414,1,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,49.702091217041016 +1975,41,0,suicide,21-24 yrs,40,164983,22.480783462524414,1,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,24.244922637939453 +1975,41,0,homicide,21-24 yrs,14,164983,22.480783462524414,1,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,8.485722541809082 +1975,41,0,other external,21-24 yrs,50,164983,22.480783462524414,1,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,30.30615234375 +1975,41,0,internal,21-24 yrs,52,164983,22.480783462524414,1,0.11692049354314804,1.2799999713897705,0.5299999713897705,0.949999988079071,2.759999990463257,31.51839828491211 +1976,41,0,MVA,15-17 yrs,60,135333,15.98007869720459,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,44.3350830078125 +1976,41,0,suicide,15-17 yrs,5,135333,15.98007869720459,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,3.6945903301239014 +1976,41,0,homicide,15-17 yrs,3,135333,15.98007869720459,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,2.216754198074341 +1976,41,0,other external,15-17 yrs,34,135333,15.98007869720459,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,25.123214721679688 +1976,41,0,internal,15-17 yrs,28,135333,15.98007869720459,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,20.689706802368164 +1976,41,0,all,18-20 yrs,188,129657,18.99549674987793,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,144.99795532226562 +1976,41,0,MVA,18-20 yrs,95,129657,18.99549674987793,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,73.2702407836914 +1976,41,0,suicide,18-20 yrs,20,129657,18.99549674987793,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,15.425314903259277 +1976,41,0,homicide,18-20 yrs,6,129657,18.99549674987793,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,4.627594470977783 +1976,41,0,other external,18-20 yrs,36,129657,18.99549674987793,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,27.765565872192383 +1976,41,0,internal,18-20 yrs,31,129657,18.99549674987793,0,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,23.909236907958984 +1976,41,0,all,21-24 yrs,201,171787,22.511638641357422,1,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,117.00536346435547 +1976,41,0,MVA,21-24 yrs,78,171787,22.511638641357422,1,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,45.405067443847656 +1976,41,0,suicide,21-24 yrs,28,171787,22.511638641357422,1,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,16.299253463745117 +1976,41,0,homicide,21-24 yrs,17,171787,22.511638641357422,1,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,9.895976066589355 +1976,41,0,other external,21-24 yrs,44,171787,22.511638641357422,1,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,25.613113403320312 +1976,41,0,internal,21-24 yrs,34,171787,22.511638641357422,1,0.11055047810077667,1.2999999523162842,0.5,0.9599999785423279,2.75,19.79195213317871 +1977,41,0,MVA,15-17 yrs,62,137732,15.991809844970703,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,45.014957427978516 +1977,41,0,suicide,15-17 yrs,10,137732,15.991809844970703,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,7.260477066040039 +1977,41,0,homicide,15-17 yrs,5,137732,15.991809844970703,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,3.6302385330200195 +1977,41,0,other external,15-17 yrs,22,137732,15.991809844970703,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,15.97304916381836 +1977,41,0,internal,15-17 yrs,29,137732,15.991809844970703,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,21.055383682250977 +1977,41,0,all,18-20 yrs,201,131842,19.01031494140625,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,152.45521545410156 +1977,41,0,MVA,18-20 yrs,96,131842,19.01031494140625,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,72.8144302368164 +1977,41,0,suicide,18-20 yrs,19,131842,19.01031494140625,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,14.411189079284668 +1977,41,0,homicide,18-20 yrs,10,131842,19.01031494140625,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,7.584836483001709 +1977,41,0,other external,18-20 yrs,44,131842,19.01031494140625,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,33.3732795715332 +1977,41,0,internal,18-20 yrs,32,131842,19.01031494140625,0,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,24.27147674560547 +1977,41,0,all,21-24 yrs,274,178271,22.53957748413086,1,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,153.69857788085938 +1977,41,0,MVA,21-24 yrs,105,178271,22.53957748413086,1,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,58.89909362792969 +1977,41,0,suicide,21-24 yrs,38,178271,22.53957748413086,1,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,21.31586265563965 +1977,41,0,homicide,21-24 yrs,20,178271,22.53957748413086,1,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,11.21887493133545 +1977,41,0,other external,21-24 yrs,57,178271,22.53957748413086,1,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,31.973793029785156 +1977,41,0,internal,21-24 yrs,54,178271,22.53957748413086,1,0.13840094208717346,1.3300000429153442,0.46000000834465027,0.9599999785423279,2.740000009536743,30.29096221923828 +1978,41,0,MVA,15-17 yrs,63,138855,16.013769149780273,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,45.371070861816406 +1978,41,0,suicide,15-17 yrs,7,138855,16.013769149780273,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,5.041230201721191 +1978,41,0,homicide,15-17 yrs,4,138855,16.013769149780273,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,2.8807029724121094 +1978,41,0,other external,15-17 yrs,28,138855,16.013769149780273,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,20.164920806884766 +1978,41,0,internal,15-17 yrs,14,138855,16.013769149780273,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,10.082460403442383 +1978,41,0,all,18-20 yrs,209,133067,19.003524780273438,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,157.06373596191406 +1978,41,0,MVA,18-20 yrs,104,133067,19.003524780273438,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,78.15612030029297 +1978,41,0,suicide,18-20 yrs,21,133067,19.003524780273438,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,15.781523704528809 +1978,41,0,homicide,18-20 yrs,10,133067,19.003524780273438,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,7.515011310577393 +1978,41,0,other external,18-20 yrs,46,133067,19.003524780273438,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,34.56904983520508 +1978,41,0,internal,18-20 yrs,28,133067,19.003524780273438,0,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,21.04203224182129 +1978,41,0,all,21-24 yrs,250,183483,22.532943725585938,1,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,136.25241088867188 +1978,41,0,MVA,21-24 yrs,93,183483,22.532943725585938,1,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,50.68589401245117 +1978,41,0,suicide,21-24 yrs,37,183483,22.532943725585938,1,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,20.165355682373047 +1978,41,0,homicide,21-24 yrs,18,183483,22.532943725585938,1,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,9.810173034667969 +1978,41,0,other external,21-24 yrs,63,183483,22.532943725585938,1,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,34.33560562133789 +1978,41,0,internal,21-24 yrs,39,183483,22.532943725585938,1,0.1286364644765854,1.340000033378601,0.4699999988079071,0.9800000190734863,2.7899999618530273,21.255374908447266 +1979,41,0,MVA,15-17 yrs,53,135474,16.021900177001953,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,39.12189865112305 +1979,41,0,suicide,15-17 yrs,9,135474,16.021900177001953,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,6.643341064453125 +1979,41,0,homicide,15-17 yrs,3,135474,16.021900177001953,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,2.214447021484375 +1979,41,0,other external,15-17 yrs,28,135474,16.021900177001953,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,20.66817283630371 +1979,41,0,internal,15-17 yrs,16,135474,16.021900177001953,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,11.810384750366211 +1979,41,0,all,18-20 yrs,162,136425,18.989707946777344,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,118.74656677246094 +1979,41,0,MVA,18-20 yrs,76,136425,18.989707946777344,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,55.7082633972168 +1979,41,0,suicide,18-20 yrs,21,136425,18.989707946777344,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,15.393073081970215 +1979,41,0,homicide,18-20 yrs,14,136425,18.989707946777344,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,10.262048721313477 +1979,41,0,other external,18-20 yrs,30,136425,18.989707946777344,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,21.99010467529297 +1979,41,0,internal,18-20 yrs,21,136425,18.989707946777344,0,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,15.393073081970215 +1979,41,0,all,21-24 yrs,271,187358,22.529979705810547,1,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,144.64288330078125 +1979,41,0,MVA,21-24 yrs,115,187358,22.529979705810547,1,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,61.379817962646484 +1979,41,0,suicide,21-24 yrs,42,187358,22.529979705810547,1,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,22.416976928710938 +1979,41,0,homicide,21-24 yrs,10,187358,22.529979705810547,1,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,5.337375640869141 +1979,41,0,other external,21-24 yrs,62,187358,22.529979705810547,1,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,33.09172821044922 +1979,41,0,internal,21-24 yrs,42,187358,22.529979705810547,1,0.11552475392818451,1.3899999856948853,0.4699999988079071,0.9599999785423279,2.819999933242798,22.416976928710938 +1980,41,0,MVA,15-17 yrs,54,132295,16.028209686279297,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,40.817867279052734 +1980,41,0,suicide,15-17 yrs,13,132295,16.028209686279297,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,9.826523780822754 +1980,41,0,homicide,15-17 yrs,4,132295,16.028209686279297,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,3.023545980453491 +1980,41,0,other external,15-17 yrs,22,132295,16.028209686279297,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,16.629501342773438 +1980,41,0,internal,15-17 yrs,19,132295,16.028209686279297,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,14.36184310913086 +1980,41,0,all,18-20 yrs,187,138497,19.004541397094727,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,135.02098083496094 +1980,41,0,MVA,18-20 yrs,86,138497,19.004541397094727,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,62.09520721435547 +1980,41,0,suicide,18-20 yrs,24,138497,19.004541397094727,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,17.328895568847656 +1980,41,0,homicide,18-20 yrs,13,138497,19.004541397094727,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,9.38648509979248 +1980,41,0,other external,18-20 yrs,36,138497,19.004541397094727,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,25.993343353271484 +1980,41,0,internal,18-20 yrs,28,138497,19.004541397094727,0,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,20.217044830322266 +1980,41,0,all,21-24 yrs,234,190910,22.53504753112793,1,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,122.57084655761719 +1980,41,0,MVA,21-24 yrs,96,190910,22.53504753112793,1,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,50.28547668457031 +1980,41,0,suicide,21-24 yrs,35,190910,22.53504753112793,1,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,18.3332462310791 +1980,41,0,homicide,21-24 yrs,21,190910,22.53504753112793,1,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,10.999947547912598 +1980,41,0,other external,21-24 yrs,41,190910,22.53504753112793,1,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,21.47608757019043 +1980,41,0,internal,21-24 yrs,41,190910,22.53504753112793,1,0.10178515315055847,1.3700000047683716,0.5099999904632568,0.9399999976158142,2.819999933242798,21.47608757019043 +1981,41,0,MVA,15-17 yrs,46,127138,16.022109985351562,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,36.181156158447266 +1981,41,0,suicide,15-17 yrs,11,127138,16.022109985351562,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,8.652015686035156 +1981,41,0,homicide,15-17 yrs,4,127138,16.022109985351562,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,3.1461875438690186 +1981,41,0,other external,15-17 yrs,26,127138,16.022109985351562,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,20.450220108032227 +1981,41,0,internal,15-17 yrs,20,127138,16.022109985351562,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,15.730937957763672 +1981,41,0,all,18-20 yrs,155,136778,19.01627540588379,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,113.32231903076172 +1981,41,0,MVA,18-20 yrs,63,136778,19.01627540588379,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,46.06003952026367 +1981,41,0,suicide,18-20 yrs,22,136778,19.01627540588379,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,16.084457397460938 +1981,41,0,homicide,18-20 yrs,10,136778,19.01627540588379,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,7.311117172241211 +1981,41,0,other external,18-20 yrs,33,136778,19.01627540588379,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,24.126686096191406 +1981,41,0,internal,18-20 yrs,27,136778,19.01627540588379,0,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,19.74001693725586 +1981,41,0,all,21-24 yrs,227,186090,22.54213523864746,1,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,121.9839859008789 +1981,41,0,MVA,21-24 yrs,96,186090,22.54213523864746,1,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,51.58794021606445 +1981,41,0,suicide,21-24 yrs,32,186090,22.54213523864746,1,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,17.195980072021484 +1981,41,0,homicide,21-24 yrs,19,186090,22.54213523864746,1,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,10.210113525390625 +1981,41,0,other external,21-24 yrs,32,186090,22.54213523864746,1,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,17.195980072021484 +1981,41,0,internal,21-24 yrs,48,186090,22.54213523864746,1,0.09226728975772858,1.3799999952316284,0.5,0.9200000166893005,2.799999952316284,25.793970108032227 +1982,41,0,MVA,15-17 yrs,31,121864,16.010700225830078,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,25.438194274902344 +1982,41,0,suicide,15-17 yrs,12,121864,16.010700225830078,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,9.84704303741455 +1982,41,0,homicide,15-17 yrs,6,121864,16.010700225830078,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,4.923521518707275 +1982,41,0,other external,15-17 yrs,15,121864,16.010700225830078,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,12.30880355834961 +1982,41,0,internal,15-17 yrs,20,121864,16.010700225830078,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,16.4117374420166 +1982,41,0,all,18-20 yrs,135,131297,19.022430419921875,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,102.82032012939453 +1982,41,0,MVA,18-20 yrs,64,131297,19.022430419921875,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,48.744449615478516 +1982,41,0,suicide,18-20 yrs,15,131297,19.022430419921875,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,11.424480438232422 +1982,41,0,homicide,18-20 yrs,10,131297,19.022430419921875,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,7.6163201332092285 +1982,41,0,other external,18-20 yrs,23,131297,19.022430419921875,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,17.517536163330078 +1982,41,0,internal,18-20 yrs,23,131297,19.022430419921875,0,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,17.517536163330078 +1982,41,0,all,21-24 yrs,174,179996,22.519695281982422,1,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,96.66881561279297 +1982,41,0,MVA,21-24 yrs,66,179996,22.519695281982422,1,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,36.66748046875 +1982,41,0,suicide,21-24 yrs,29,179996,22.519695281982422,1,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,16.111469268798828 +1982,41,0,homicide,21-24 yrs,18,179996,22.519695281982422,1,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,10.000222206115723 +1982,41,0,other external,21-24 yrs,26,179996,22.519695281982422,1,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,14.444765090942383 +1982,41,0,internal,21-24 yrs,35,179996,22.519695281982422,1,0.08691292256116867,1.3300000429153442,0.5299999713897705,0.8799999952316284,2.740000009536743,19.444875717163086 +1983,41,0,MVA,15-17 yrs,33,118149,16.001659393310547,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,27.93083381652832 +1983,41,0,suicide,15-17 yrs,6,118149,16.001659393310547,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,5.078333377838135 +1983,41,0,homicide,15-17 yrs,5,118149,16.001659393310547,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,4.231944561004639 +1983,41,0,other external,15-17 yrs,17,118149,16.001659393310547,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,14.38861083984375 +1983,41,0,internal,15-17 yrs,20,118149,16.001659393310547,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,16.927778244018555 +1983,41,0,all,18-20 yrs,141,124219,19.030799865722656,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,113.50920867919922 +1983,41,0,MVA,18-20 yrs,64,124219,19.030799865722656,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,51.521907806396484 +1983,41,0,suicide,18-20 yrs,19,124219,19.030799865722656,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,15.29556655883789 +1983,41,0,homicide,18-20 yrs,8,124219,19.030799865722656,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,6.4402384757995605 +1983,41,0,other external,18-20 yrs,20,124219,19.030799865722656,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,16.100597381591797 +1983,41,0,internal,18-20 yrs,30,124219,19.030799865722656,0,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,24.150894165039062 +1983,41,0,all,21-24 yrs,206,174255,22.510540008544922,1,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,118.2175521850586 +1983,41,0,MVA,21-24 yrs,82,174255,22.510540008544922,1,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,47.057472229003906 +1983,41,0,suicide,21-24 yrs,36,174255,22.510540008544922,1,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,20.659378051757812 +1983,41,0,homicide,21-24 yrs,9,174255,22.510540008544922,1,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,5.164844512939453 +1983,41,0,other external,21-24 yrs,38,174255,22.510540008544922,1,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,21.80712127685547 +1983,41,0,internal,21-24 yrs,41,174255,22.510540008544922,1,0.08420780301094055,1.309999942779541,0.5299999713897705,0.8500000238418579,2.690000057220459,23.528736114501953 +1984,41,0,MVA,15-17 yrs,50,118527,15.984366416931152,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,42.18448257446289 +1984,41,0,suicide,15-17 yrs,8,118527,15.984366416931152,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,6.74951696395874 +1984,41,0,homicide,15-17 yrs,2,118527,15.984366416931152,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,1.687379240989685 +1984,41,0,other external,15-17 yrs,16,118527,15.984366416931152,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,13.49903392791748 +1984,41,0,internal,15-17 yrs,20,118527,15.984366416931152,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,16.87379264831543 +1984,41,0,all,18-20 yrs,139,118698,19.02667236328125,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,117.10391235351562 +1984,41,0,MVA,18-20 yrs,67,118698,19.02667236328125,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,56.445770263671875 +1984,41,0,suicide,18-20 yrs,19,118698,19.02667236328125,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,16.007009506225586 +1984,41,0,homicide,18-20 yrs,13,118698,19.02667236328125,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,10.952164649963379 +1984,41,0,other external,18-20 yrs,21,118698,19.02667236328125,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,17.691957473754883 +1984,41,0,internal,18-20 yrs,19,118698,19.02667236328125,0,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,16.007009506225586 +1984,41,0,all,21-24 yrs,229,171175,22.51659393310547,1,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,133.78121948242188 +1984,41,0,MVA,21-24 yrs,91,171175,22.51659393310547,1,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,53.16196823120117 +1984,41,0,suicide,21-24 yrs,32,171175,22.51659393310547,1,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,18.694318771362305 +1984,41,0,homicide,21-24 yrs,14,171175,22.51659393310547,1,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,8.178764343261719 +1984,41,0,other external,21-24 yrs,43,171175,22.51659393310547,1,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,25.12049102783203 +1984,41,0,internal,21-24 yrs,49,171175,22.51659393310547,1,0.08072277903556824,1.2799999713897705,0.5299999713897705,0.8199999928474426,2.630000114440918,28.625675201416016 +1985,41,0,MVA,15-17 yrs,43,120454,15.972354888916016,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,35.69827651977539 +1985,41,0,suicide,15-17 yrs,14,120454,15.972354888916016,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,11.62269401550293 +1985,41,0,homicide,15-17 yrs,2,120454,15.972354888916016,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,1.6603848934173584 +1985,41,0,other external,15-17 yrs,16,120454,15.972354888916016,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,13.283079147338867 +1985,41,0,internal,15-17 yrs,20,120454,15.972354888916016,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,16.603849411010742 +1985,41,0,all,18-20 yrs,130,114050,19.014545440673828,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,113.98509216308594 +1985,41,0,MVA,18-20 yrs,60,114050,19.014545440673828,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,52.60850524902344 +1985,41,0,suicide,18-20 yrs,19,114050,19.014545440673828,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,16.659358978271484 +1985,41,0,homicide,18-20 yrs,7,114050,19.014545440673828,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,6.137659072875977 +1985,41,0,other external,18-20 yrs,26,114050,19.014545440673828,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,22.79701805114746 +1985,41,0,internal,18-20 yrs,18,114050,19.014545440673828,0,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,15.782551765441895 +1985,41,0,all,21-24 yrs,180,166848,22.538904190063477,1,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,107.88262176513672 +1985,41,0,MVA,21-24 yrs,78,166848,22.538904190063477,1,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,46.74913787841797 +1985,41,0,suicide,21-24 yrs,28,166848,22.538904190063477,1,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,16.781742095947266 +1985,41,0,homicide,21-24 yrs,16,166848,22.538904190063477,1,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,9.589566230773926 +1985,41,0,other external,21-24 yrs,25,166848,22.538904190063477,1,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,14.983697891235352 +1985,41,0,internal,21-24 yrs,33,166848,22.538904190063477,1,0.07794699817895889,1.25,0.550000011920929,0.7699999809265137,2.569999933242798,19.778480529785156 +1986,41,0,MVA,15-17 yrs,53,122350,15.988581657409668,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,43.3183479309082 +1986,41,0,suicide,15-17 yrs,16,122350,15.988581657409668,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,13.077237129211426 +1986,41,0,homicide,15-17 yrs,5,122350,15.988581657409668,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,4.086636543273926 +1986,41,0,other external,15-17 yrs,23,122350,15.988581657409668,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,18.79852867126465 +1986,41,0,internal,15-17 yrs,15,122350,15.988581657409668,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,12.259909629821777 +1986,41,0,all,18-20 yrs,126,111590,19.005924224853516,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,112.91334533691406 +1986,41,0,MVA,18-20 yrs,61,111590,19.005924224853516,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,54.664398193359375 +1986,41,0,suicide,18-20 yrs,22,111590,19.005924224853516,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,19.715028762817383 +1986,41,0,homicide,18-20 yrs,12,111590,19.005924224853516,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,10.75365161895752 +1986,41,0,other external,18-20 yrs,15,111590,19.005924224853516,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,13.44206428527832 +1986,41,0,internal,18-20 yrs,16,111590,19.005924224853516,0,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,14.338202476501465 +1986,41,0,all,21-24 yrs,193,160631,22.552465438842773,1,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,120.15115356445312 +1986,41,0,MVA,21-24 yrs,73,160631,22.552465438842773,1,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,45.44577407836914 +1986,41,0,suicide,21-24 yrs,29,160631,22.552465438842773,1,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,18.053800582885742 +1986,41,0,homicide,21-24 yrs,12,160631,22.552465438842773,1,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,7.470538139343262 +1986,41,0,other external,21-24 yrs,40,160631,22.552465438842773,1,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,24.90179443359375 +1986,41,0,internal,21-24 yrs,39,160631,22.552465438842773,1,0.07652460783720016,1.2599999904632568,0.5400000214576721,0.7300000190734863,2.5399999618530273,24.27924919128418 +1987,41,0,MVA,15-17 yrs,55,119258,16.033288955688477,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,46.118499755859375 +1987,41,0,suicide,15-17 yrs,9,119258,16.033288955688477,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,7.546663761138916 +1987,41,0,homicide,15-17 yrs,6,119258,16.033288955688477,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,5.031108856201172 +1987,41,0,other external,15-17 yrs,13,119258,16.033288955688477,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,10.900735855102539 +1987,41,0,internal,15-17 yrs,20,119258,16.033288955688477,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,16.770362854003906 +1987,41,0,all,18-20 yrs,146,112193,18.987789154052734,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,130.1328887939453 +1987,41,0,MVA,18-20 yrs,81,112193,18.987789154052734,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,72.19701385498047 +1987,41,0,suicide,18-20 yrs,20,112193,18.987789154052734,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,17.82642364501953 +1987,41,0,homicide,18-20 yrs,3,112193,18.987789154052734,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,2.6739635467529297 +1987,41,0,other external,18-20 yrs,23,112193,18.987789154052734,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,20.50038719177246 +1987,41,0,internal,18-20 yrs,19,112193,18.987789154052734,0,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,16.935102462768555 +1987,41,0,all,21-24 yrs,171,154278,22.55484962463379,1,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,110.83887481689453 +1987,41,0,MVA,21-24 yrs,79,154278,22.55484962463379,1,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,51.20626449584961 +1987,41,0,suicide,21-24 yrs,29,154278,22.55484962463379,1,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,18.7972354888916 +1987,41,0,homicide,21-24 yrs,16,154278,22.55484962463379,1,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,10.370888710021973 +1987,41,0,other external,21-24 yrs,21,154278,22.55484962463379,1,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,13.611791610717773 +1987,41,0,internal,21-24 yrs,26,154278,22.55484962463379,1,0.07383008301258087,1.2599999904632568,0.5299999713897705,0.7200000286102295,2.5,16.852693557739258 +1988,41,0,MVA,15-17 yrs,65,114462,16.05076789855957,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,56.78740692138672 +1988,41,0,suicide,15-17 yrs,11,114462,16.05076789855957,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,9.610176086425781 +1988,41,0,homicide,15-17 yrs,5,114462,16.05076789855957,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,4.368261814117432 +1988,41,0,other external,15-17 yrs,20,114462,16.05076789855957,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,17.473047256469727 +1988,41,0,internal,15-17 yrs,14,114462,16.05076789855957,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,12.231133460998535 +1988,41,0,all,18-20 yrs,145,116044,18.976551055908203,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,124.95260620117188 +1988,41,0,MVA,18-20 yrs,85,116044,18.976551055908203,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,73.248077392578125 +1988,41,0,suicide,18-20 yrs,24,116044,18.976551055908203,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,20.68181037902832 +1988,41,0,homicide,18-20 yrs,3,116044,18.976551055908203,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,2.58522629737854 +1988,41,0,other external,18-20 yrs,14,116044,18.976551055908203,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,12.0643892288208 +1988,41,0,internal,18-20 yrs,19,116044,18.976551055908203,0,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,16.37310028076172 +1988,41,0,all,21-24 yrs,181,150572,22.539775848388672,1,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,120.2082748413086 +1988,41,0,MVA,21-24 yrs,73,150572,22.539775848388672,1,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,48.481788635253906 +1988,41,0,suicide,21-24 yrs,30,150572,22.539775848388672,1,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,19.924022674560547 +1988,41,0,homicide,21-24 yrs,21,150572,22.539775848388672,1,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,13.946816444396973 +1988,41,0,other external,21-24 yrs,21,150572,22.539775848388672,1,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,13.946816444396973 +1988,41,0,internal,21-24 yrs,36,150572,22.539775848388672,1,0.07089684158563614,1.2699999809265137,0.5099999904632568,0.7099999785423279,2.4800000190734863,23.90882682800293 +1989,41,0,MVA,15-17 yrs,50,110512,16.021690368652344,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,45.243953704833984 +1989,41,0,suicide,15-17 yrs,13,110512,16.021690368652344,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,11.763428688049316 +1989,41,0,homicide,15-17 yrs,2,110512,16.021690368652344,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,1.809758186340332 +1989,41,0,other external,15-17 yrs,7,110512,16.021690368652344,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,6.334153652191162 +1989,41,0,internal,15-17 yrs,19,110512,16.021690368652344,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,17.192703247070312 +1989,41,0,all,18-20 yrs,128,119721,18.991788864135742,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,106.91524505615234 +1989,41,0,MVA,18-20 yrs,56,119721,18.991788864135742,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,46.775421142578125 +1989,41,0,suicide,18-20 yrs,20,119721,18.991788864135742,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,16.705507278442383 +1989,41,0,homicide,18-20 yrs,5,119721,18.991788864135742,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,4.176376819610596 +1989,41,0,other external,18-20 yrs,25,119721,18.991788864135742,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,20.88188362121582 +1989,41,0,internal,18-20 yrs,22,119721,18.991788864135742,0,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,18.37605857849121 +1989,41,0,all,21-24 yrs,175,147582,22.519832611083984,1,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,118.5781478881836 +1989,41,0,MVA,21-24 yrs,64,147582,22.519832611083984,1,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,43.36572265625 +1989,41,0,suicide,21-24 yrs,40,147582,22.519832611083984,1,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,27.10357666015625 +1989,41,0,homicide,21-24 yrs,15,147582,22.519832611083984,1,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,10.163841247558594 +1989,41,0,other external,21-24 yrs,20,147582,22.519832611083984,1,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,13.551788330078125 +1989,41,0,internal,21-24 yrs,36,147582,22.519832611083984,1,0.06763787567615509,1.2599999904632568,0.46000000834465027,0.6899999976158142,2.4100000858306885,24.393218994140625 +1990,41,0,MVA,15-17 yrs,50,113635,15.984837532043457,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,44.000526428222656 +1990,41,0,suicide,15-17 yrs,16,113635,15.984837532043457,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,14.080168724060059 +1990,41,0,homicide,15-17 yrs,4,113635,15.984837532043457,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,3.5200421810150146 +1990,41,0,other external,15-17 yrs,11,113635,15.984837532043457,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,9.680115699768066 +1990,41,0,internal,15-17 yrs,15,113635,15.984837532043457,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,13.20015811920166 +1990,41,0,all,18-20 yrs,128,119422,19.033126831054688,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,107.18292999267578 +1990,41,0,MVA,18-20 yrs,61,119422,19.033126831054688,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,51.07936477661133 +1990,41,0,suicide,18-20 yrs,20,119422,19.033126831054688,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,16.747333526611328 +1990,41,0,homicide,18-20 yrs,12,119422,19.033126831054688,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,10.048399925231934 +1990,41,0,other external,18-20 yrs,17,119422,19.033126831054688,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,14.235233306884766 +1990,41,0,internal,18-20 yrs,18,119422,19.033126831054688,0,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,15.072599411010742 +1990,41,0,all,21-24 yrs,168,148499,22.492023468017578,1,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,113.13207244873047 +1990,41,0,MVA,21-24 yrs,72,148499,22.492023468017578,1,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,48.48517608642578 +1990,41,0,suicide,21-24 yrs,30,148499,22.492023468017578,1,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,20.20215606689453 +1990,41,0,homicide,21-24 yrs,14,148499,22.492023468017578,1,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,9.42767333984375 +1990,41,0,other external,21-24 yrs,29,148499,22.492023468017578,1,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,19.528751373291016 +1990,41,0,internal,21-24 yrs,23,148499,22.492023468017578,1,0.06417059898376465,1.3200000524520874,0.4699999988079071,0.7300000190734863,2.509999990463257,15.488319396972656 +1991,41,0,MVA,15-17 yrs,24,116636,15.98852825164795,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,20.57683753967285 +1991,41,0,suicide,15-17 yrs,15,116636,15.98852825164795,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,12.860523223876953 +1991,41,0,homicide,15-17 yrs,6,116636,15.98852825164795,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,5.144209384918213 +1991,41,0,other external,15-17 yrs,15,116636,15.98852825164795,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,12.860523223876953 +1991,41,0,internal,15-17 yrs,19,116636,15.98852825164795,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,16.289997100830078 +1991,41,0,all,18-20 yrs,145,117327,19.037382125854492,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,123.58621978759766 +1991,41,0,MVA,18-20 yrs,63,117327,19.037382125854492,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,53.69607925415039 +1991,41,0,suicide,18-20 yrs,26,117327,19.037382125854492,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,22.160287857055664 +1991,41,0,homicide,18-20 yrs,10,117327,19.037382125854492,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,8.523187637329102 +1991,41,0,other external,18-20 yrs,20,117327,19.037382125854492,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,17.046375274658203 +1991,41,0,internal,18-20 yrs,26,117327,19.037382125854492,0,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,22.160287857055664 +1991,41,0,all,21-24 yrs,172,152699,22.466768264770508,1,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,112.63990020751953 +1991,41,0,MVA,21-24 yrs,62,152699,22.466768264770508,1,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,40.602752685546875 +1991,41,0,suicide,21-24 yrs,30,152699,22.466768264770508,1,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,19.646493911743164 +1991,41,0,homicide,21-24 yrs,13,152699,22.466768264770508,1,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,8.513481140136719 +1991,41,0,other external,21-24 yrs,32,152699,22.466768264770508,1,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,20.956260681152344 +1991,41,0,internal,21-24 yrs,35,152699,22.466768264770508,1,0.061579275876283646,1.2799999713897705,0.4399999976158142,0.6700000166893005,2.380000114440918,22.920909881591797 +1992,41,0,MVA,15-17 yrs,29,122460,15.985447883605957,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,23.681201934814453 +1992,41,0,suicide,15-17 yrs,20,122460,15.985447883605957,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,16.331863403320312 +1992,41,0,homicide,15-17 yrs,4,122460,15.985447883605957,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,3.2663726806640625 +1992,41,0,other external,15-17 yrs,12,122460,15.985447883605957,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,9.7991180419921875 +1992,41,0,internal,15-17 yrs,18,122460,15.985447883605957,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,14.698677062988281 +1992,41,0,all,18-20 yrs,105,114960,19.013492584228516,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,91.33612060546875 +1992,41,0,MVA,18-20 yrs,35,114960,19.013492584228516,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,30.445371627807617 +1992,41,0,suicide,18-20 yrs,20,114960,19.013492584228516,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,17.397356033325195 +1992,41,0,homicide,18-20 yrs,12,114960,19.013492584228516,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,10.438413619995117 +1992,41,0,other external,18-20 yrs,16,114960,19.013492584228516,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,13.917884826660156 +1992,41,0,internal,18-20 yrs,22,114960,19.013492584228516,0,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,19.1370906829834 +1992,41,0,all,21-24 yrs,159,156315,22.46697998046875,1,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,101.71768188476562 +1992,41,0,MVA,21-24 yrs,41,156315,22.46697998046875,1,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,26.229087829589844 +1992,41,0,suicide,21-24 yrs,37,156315,22.46697998046875,1,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,23.67015266418457 +1992,41,0,homicide,21-24 yrs,19,156315,22.46697998046875,1,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,12.154943466186523 +1992,41,0,other external,21-24 yrs,33,156315,22.46697998046875,1,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,21.111217498779297 +1992,41,0,internal,21-24 yrs,29,156315,22.46697998046875,1,0.059779733419418335,1.2899999618530273,0.46000000834465027,0.6700000166893005,2.4100000858306885,18.552282333374023 +1993,41,0,MVA,15-17 yrs,30,126347,15.989228248596191,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,23.74413299560547 +1993,41,0,suicide,15-17 yrs,15,126347,15.989228248596191,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,11.872066497802734 +1993,41,0,homicide,15-17 yrs,11,126347,15.989228248596191,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,8.706182479858398 +1993,41,0,other external,15-17 yrs,12,126347,15.989228248596191,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,9.497653007507324 +1993,41,0,internal,15-17 yrs,24,126347,15.989228248596191,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,18.99530601501465 +1993,41,0,all,18-20 yrs,103,118180,18.990962982177734,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,87.15518951416016 +1993,41,0,MVA,18-20 yrs,45,118180,18.990962982177734,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,38.07750701904297 +1993,41,0,suicide,18-20 yrs,10,118180,18.990962982177734,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,8.461668968200684 +1993,41,0,homicide,18-20 yrs,11,118180,18.990962982177734,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,9.307835578918457 +1993,41,0,other external,18-20 yrs,15,118180,18.990962982177734,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,12.692502975463867 +1993,41,0,internal,18-20 yrs,22,118180,18.990962982177734,0,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,18.615671157836914 +1993,41,0,all,21-24 yrs,155,158492,22.510032653808594,1,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,97.79673767089844 +1993,41,0,MVA,21-24 yrs,47,158492,22.510032653808594,1,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,29.65449333190918 +1993,41,0,suicide,21-24 yrs,33,158492,22.510032653808594,1,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,20.821239471435547 +1993,41,0,homicide,21-24 yrs,17,158492,22.510032653808594,1,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,10.726093292236328 +1993,41,0,other external,21-24 yrs,24,158492,22.510032653808594,1,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,15.142720222473145 +1993,41,0,internal,21-24 yrs,34,158492,22.510032653808594,1,0.058042194694280624,1.2400000095367432,0.4300000071525574,0.6399999856948853,2.309999942779541,21.452186584472656 +1994,41,0,MVA,15-17 yrs,30,131707,15.994852066040039,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,22.77783203125 +1994,41,0,suicide,15-17 yrs,15,131707,15.994852066040039,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,11.388916015625 +1994,41,0,homicide,15-17 yrs,6,131707,15.994852066040039,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,4.555566310882568 +1994,41,0,other external,15-17 yrs,12,131707,15.994852066040039,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,9.111132621765137 +1994,41,0,internal,15-17 yrs,15,131707,15.994852066040039,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,11.388916015625 +1994,41,0,all,18-20 yrs,112,121717,18.989648818969727,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,92.0167236328125 +1994,41,0,MVA,18-20 yrs,38,121717,18.989648818969727,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,31.219961166381836 +1994,41,0,suicide,18-20 yrs,24,121717,18.989648818969727,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,19.717870712280273 +1994,41,0,homicide,18-20 yrs,19,121717,18.989648818969727,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,15.609980583190918 +1994,41,0,other external,18-20 yrs,16,121717,18.989648818969727,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,13.145246505737305 +1994,41,0,internal,18-20 yrs,15,121717,18.989648818969727,0,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,12.323668479919434 +1994,41,0,all,21-24 yrs,160,157705,22.539348602294922,1,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,101.45524597167969 +1994,41,0,MVA,21-24 yrs,41,157705,22.539348602294922,1,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,25.997907638549805 +1994,41,0,suicide,21-24 yrs,37,157705,22.539348602294922,1,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,23.46152687072754 +1994,41,0,homicide,21-24 yrs,16,157705,22.539348602294922,1,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,10.145524978637695 +1994,41,0,other external,21-24 yrs,31,157705,22.539348602294922,1,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,19.656953811645508 +1994,41,0,internal,21-24 yrs,35,157705,22.539348602294922,1,0.05659309774637222,1.2300000190734863,0.3700000047683716,0.6200000047683716,2.2100000381469727,22.193336486816406 +1995,41,0,MVA,15-17 yrs,35,137071,15.981279373168945,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,25.534212112426758 +1995,41,0,suicide,15-17 yrs,19,137071,15.981279373168945,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,13.861429214477539 +1995,41,0,homicide,15-17 yrs,12,137071,15.981279373168945,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,8.754587173461914 +1995,41,0,other external,15-17 yrs,22,137071,15.981279373168945,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,16.05007553100586 +1995,41,0,internal,15-17 yrs,20,137071,15.981279373168945,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,14.590978622436523 +1995,41,0,all,18-20 yrs,139,127482,18.988908767700195,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,109.03500366210938 +1995,41,0,MVA,18-20 yrs,54,127482,18.988908767700195,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,42.35892105102539 +1995,41,0,suicide,18-20 yrs,26,127482,18.988908767700195,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,20.395036697387695 +1995,41,0,homicide,18-20 yrs,12,127482,18.988908767700195,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,9.413093566894531 +1995,41,0,other external,18-20 yrs,21,127482,18.988908767700195,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,16.47291374206543 +1995,41,0,internal,18-20 yrs,26,127482,18.988908767700195,0,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,20.395036697387695 +1995,41,0,all,21-24 yrs,150,155508,22.528165817260742,1,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,96.45806121826172 +1995,41,0,MVA,21-24 yrs,49,155508,22.528165817260742,1,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,31.509632110595703 +1995,41,0,suicide,21-24 yrs,39,155508,22.528165817260742,1,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,25.0790958404541 +1995,41,0,homicide,21-24 yrs,23,155508,22.528165817260742,1,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,14.79023551940918 +1995,41,0,other external,21-24 yrs,18,155508,22.528165817260742,1,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,11.574967384338379 +1995,41,0,internal,21-24 yrs,21,155508,22.528165817260742,1,0.05503344535827637,1.2100000381469727,0.41999998688697815,0.5899999737739563,2.2300000190734863,13.504128456115723 +1996,41,0,MVA,15-17 yrs,33,141528,15.994757652282715,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,23.316940307617188 +1996,41,0,suicide,15-17 yrs,13,141528,15.994757652282715,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,9.18546199798584 +1996,41,0,homicide,15-17 yrs,5,141528,15.994757652282715,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,3.532869815826416 +1996,41,0,other external,15-17 yrs,12,141528,15.994757652282715,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,8.478887557983398 +1996,41,0,internal,15-17 yrs,19,141528,15.994757652282715,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,13.424905776977539 +1996,41,0,all,18-20 yrs,137,131886,18.98978614807129,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,103.87759399414062 +1996,41,0,MVA,18-20 yrs,57,131886,18.98978614807129,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,43.21914291381836 +1996,41,0,suicide,18-20 yrs,21,131886,18.98978614807129,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,15.922842025756836 +1996,41,0,homicide,18-20 yrs,14,131886,18.98978614807129,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,10.615228652954102 +1996,41,0,other external,18-20 yrs,19,131886,18.98978614807129,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,14.406381607055664 +1996,41,0,internal,18-20 yrs,26,131886,18.98978614807129,0,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,19.7139949798584 +1996,41,0,all,21-24 yrs,167,155755,22.480016708374023,1,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,107.21967315673828 +1996,41,0,MVA,21-24 yrs,49,155755,22.480016708374023,1,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,31.45966339111328 +1996,41,0,suicide,21-24 yrs,36,155755,22.480016708374023,1,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,23.113222122192383 +1996,41,0,homicide,21-24 yrs,15,155755,22.480016708374023,1,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,9.630509376525879 +1996,41,0,other external,21-24 yrs,31,155755,22.480016708374023,1,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,19.903053283691406 +1996,41,0,internal,21-24 yrs,36,155755,22.480016708374023,1,0.05345505103468895,1.2300000190734863,0.4399999976158142,0.6100000143051147,2.2699999809265137,23.113222122192383 +1970,42,0,MVA,15-17 yrs,168,671304,15.986927032470703,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,25.02591896057129 +1970,42,0,suicide,15-17 yrs,34,671304,15.986927032470703,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,5.064769268035889 +1970,42,0,homicide,15-17 yrs,35,671304,15.986927032470703,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,5.213733196258545 +1970,42,0,other external,15-17 yrs,94,671304,15.986927032470703,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,14.00259780883789 +1970,42,0,internal,15-17 yrs,168,671304,15.986927032470703,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,25.02591896057129 +1970,42,0,all,18-20 yrs,678,587880,18.94813346862793,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,115.32965850830078 +1970,42,0,MVA,18-20 yrs,260,587880,18.94813346862793,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,44.22671127319336 +1970,42,0,suicide,18-20 yrs,44,587880,18.94813346862793,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,7.484520435333252 +1970,42,0,homicide,18-20 yrs,59,587880,18.94813346862793,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,10.036062240600586 +1970,42,0,other external,18-20 yrs,115,587880,18.94813346862793,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,19.56181526184082 +1970,42,0,internal,18-20 yrs,200,587880,18.94813346862793,0,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,34.02054977416992 +1970,42,0,all,21-24 yrs,855,671684,22.420522689819336,1,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,127.29199981689453 +1970,42,0,MVA,21-24 yrs,284,671684,22.420522689819336,1,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,42.28178787231445 +1970,42,0,suicide,21-24 yrs,91,671684,22.420522689819336,1,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,13.5480375289917 +1970,42,0,homicide,21-24 yrs,69,671684,22.420522689819336,1,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,10.272687911987305 +1970,42,0,other external,21-24 yrs,124,671684,22.420522689819336,1,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,18.461061477661133 +1970,42,0,internal,21-24 yrs,287,671684,22.420522689819336,1,0.20618556439876556,1.2599999904632568,0.1899999976158142,0.8199999928474426,2.2799999713897705,42.728424072265625 +1971,42,0,MVA,15-17 yrs,151,679390,15.988808631896973,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,22.225820541381836 +1971,42,0,suicide,15-17 yrs,18,679390,15.988808631896973,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,2.649435520172119 +1971,42,0,homicide,15-17 yrs,49,679390,15.988808631896973,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,7.212352275848389 +1971,42,0,other external,15-17 yrs,106,679390,15.988808631896973,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,15.6022310256958 +1971,42,0,internal,15-17 yrs,198,679390,15.988808631896973,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,29.14379119873047 +1971,42,0,all,18-20 yrs,667,616309,18.96628189086914,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,108.22492980957031 +1971,42,0,MVA,18-20 yrs,252,616309,18.96628189086914,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,40.888580322265625 +1971,42,0,suicide,18-20 yrs,43,616309,18.96628189086914,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,6.977019786834717 +1971,42,0,homicide,18-20 yrs,63,616309,18.96628189086914,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,10.222145080566406 +1971,42,0,other external,18-20 yrs,128,616309,18.96628189086914,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,20.768802642822266 +1971,42,0,internal,18-20 yrs,181,616309,18.96628189086914,0,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,29.368385314941406 +1971,42,0,all,21-24 yrs,979,745407,22.550127029418945,1,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,131.337646484375 +1971,42,0,MVA,21-24 yrs,328,745407,22.550127029418945,1,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,44.0028076171875 +1971,42,0,suicide,21-24 yrs,85,745407,22.550127029418945,1,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,11.403166770935059 +1971,42,0,homicide,21-24 yrs,105,745407,22.550127029418945,1,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,14.086264610290527 +1971,42,0,other external,21-24 yrs,172,745407,22.550127029418945,1,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,23.074642181396484 +1971,42,0,internal,21-24 yrs,289,745407,22.550127029418945,1,0.1975308656692505,1.2699999809265137,0.2199999988079071,0.8299999833106995,2.309999942779541,38.77076721191406 +1972,42,0,MVA,15-17 yrs,180,689894,15.979510307312012,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,26.090965270996094 +1972,42,0,suicide,15-17 yrs,40,689894,15.979510307312012,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,5.79799222946167 +1972,42,0,homicide,15-17 yrs,40,689894,15.979510307312012,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,5.79799222946167 +1972,42,0,other external,15-17 yrs,100,689894,15.979510307312012,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,14.494980812072754 +1972,42,0,internal,15-17 yrs,162,689894,15.979510307312012,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,23.481868743896484 +1972,42,0,all,18-20 yrs,682,632209,18.98011016845703,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,107.87571716308594 +1972,42,0,MVA,18-20 yrs,252,632209,18.98011016845703,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,39.86023712158203 +1972,42,0,suicide,18-20 yrs,66,632209,18.98011016845703,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,10.43958568572998 +1972,42,0,homicide,18-20 yrs,44,632209,18.98011016845703,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,6.959723949432373 +1972,42,0,other external,18-20 yrs,130,632209,18.98011016845703,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,20.562820434570312 +1972,42,0,internal,18-20 yrs,190,632209,18.98011016845703,0,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,30.05335235595703 +1972,42,0,all,21-24 yrs,880,747108,22.501781463623047,1,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,117.78752136230469 +1972,42,0,MVA,21-24 yrs,258,747108,22.501781463623047,1,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,34.53316116333008 +1972,42,0,suicide,21-24 yrs,104,747108,22.501781463623047,1,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,13.920343399047852 +1972,42,0,homicide,21-24 yrs,108,747108,22.501781463623047,1,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,14.455740928649902 +1972,42,0,other external,21-24 yrs,148,747108,22.501781463623047,1,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,19.80971908569336 +1972,42,0,internal,21-24 yrs,262,747108,22.501781463623047,1,0.19138756394386292,1.2699999809265137,0.20999999344348907,0.800000011920929,2.2699999809265137,35.06855773925781 +1973,42,0,MVA,15-17 yrs,212,697557,15.983109474182129,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,30.391780853271484 +1973,42,0,suicide,15-17 yrs,27,697557,15.983109474182129,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,3.8706514835357666 +1973,42,0,homicide,15-17 yrs,58,697557,15.983109474182129,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,8.314732551574707 +1973,42,0,other external,15-17 yrs,104,697557,15.983109474182129,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,14.909175872802734 +1973,42,0,internal,15-17 yrs,172,697557,15.983109474182129,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,24.65748405456543 +1973,42,0,all,18-20 yrs,726,638858,18.983999252319336,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,113.64027404785156 +1973,42,0,MVA,18-20 yrs,286,638858,18.983999252319336,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,44.76738357543945 +1973,42,0,suicide,18-20 yrs,66,638858,18.983999252319336,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,10.330934524536133 +1973,42,0,homicide,18-20 yrs,68,638858,18.983999252319336,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,10.64399242401123 +1973,42,0,other external,18-20 yrs,126,638858,18.983999252319336,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,19.722692489624023 +1973,42,0,internal,18-20 yrs,180,638858,18.983999252319336,0,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,28.175275802612305 +1973,42,0,all,21-24 yrs,889,758402,22.487316131591797,1,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,117.22015380859375 +1973,42,0,MVA,21-24 yrs,281,758402,22.487316131591797,1,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,37.05158996582031 +1973,42,0,suicide,21-24 yrs,97,758402,22.487316131591797,1,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,12.790050506591797 +1973,42,0,homicide,21-24 yrs,104,758402,22.487316131591797,1,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,13.713044166564941 +1973,42,0,other external,21-24 yrs,156,758402,22.487316131591797,1,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,20.56956672668457 +1973,42,0,internal,21-24 yrs,251,758402,22.487316131591797,1,0.18018017709255219,1.2899999618530273,0.20999999344348907,0.8100000023841858,2.309999942779541,33.09590530395508 +1974,42,0,MVA,15-17 yrs,203,700688,15.999727249145508,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,28.971525192260742 +1974,42,0,suicide,15-17 yrs,20,700688,15.999727249145508,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,2.854337453842163 +1974,42,0,homicide,15-17 yrs,69,700688,15.999727249145508,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,9.847464561462402 +1974,42,0,other external,15-17 yrs,94,700688,15.999727249145508,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,13.415386199951172 +1974,42,0,internal,15-17 yrs,165,700688,15.999727249145508,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,23.54828453063965 +1974,42,0,all,18-20 yrs,732,647831,18.989845275878906,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,112.992431640625 +1974,42,0,MVA,18-20 yrs,289,647831,18.989845275878906,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,44.61040115356445 +1974,42,0,suicide,18-20 yrs,59,647831,18.989845275878906,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,9.10731315612793 +1974,42,0,homicide,18-20 yrs,86,647831,18.989845275878906,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,13.275067329406738 +1974,42,0,other external,18-20 yrs,136,647831,18.989845275878906,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,20.99312973022461 +1974,42,0,internal,18-20 yrs,162,647831,18.989845275878906,0,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,25.006521224975586 +1974,42,0,all,21-24 yrs,877,767013,22.472028732299805,1,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,114.33965301513672 +1974,42,0,MVA,21-24 yrs,260,767013,22.472028732299805,1,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,33.89773178100586 +1974,42,0,suicide,21-24 yrs,113,767013,22.472028732299805,1,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,14.732475280761719 +1974,42,0,homicide,21-24 yrs,96,767013,22.472028732299805,1,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,12.516084671020508 +1974,42,0,other external,21-24 yrs,153,767013,22.472028732299805,1,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,19.947509765625 +1974,42,0,internal,21-24 yrs,255,767013,22.472028732299805,1,0.16227179765701294,1.2999999523162842,0.2199999988079071,0.8100000023841858,2.3299999237060547,33.245849609375 +1975,42,0,MVA,15-17 yrs,157,694080,16.008426666259766,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,22.619871139526367 +1975,42,0,suicide,15-17 yrs,40,694080,16.008426666259766,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,5.76302433013916 +1975,42,0,homicide,15-17 yrs,47,694080,16.008426666259766,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,6.7715535163879395 +1975,42,0,other external,15-17 yrs,98,694080,16.008426666259766,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,14.119409561157227 +1975,42,0,internal,15-17 yrs,165,694080,16.008426666259766,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,23.772476196289062 +1975,42,0,all,18-20 yrs,702,663306,18.980966567993164,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,105.83350372314453 +1975,42,0,MVA,18-20 yrs,255,663306,18.980966567993164,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,38.44379425048828 +1975,42,0,suicide,18-20 yrs,71,663306,18.980966567993164,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,10.703958511352539 +1975,42,0,homicide,18-20 yrs,72,663306,18.980966567993164,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,10.854718208312988 +1975,42,0,other external,18-20 yrs,128,663306,18.980966567993164,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,19.297277450561523 +1975,42,0,internal,18-20 yrs,176,663306,18.980966567993164,0,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,26.533756256103516 +1975,42,0,all,21-24 yrs,902,785634,22.473485946655273,1,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,114.81172943115234 +1975,42,0,MVA,21-24 yrs,273,785634,22.473485946655273,1,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,34.74900436401367 +1975,42,0,suicide,21-24 yrs,134,785634,22.473485946655273,1,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,17.05628776550293 +1975,42,0,homicide,21-24 yrs,88,785634,22.473485946655273,1,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,11.201144218444824 +1975,42,0,other external,21-24 yrs,162,785634,22.473485946655273,1,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,20.620288848876953 +1975,42,0,internal,21-24 yrs,245,785634,22.473485946655273,1,0.14869888126850128,1.3300000429153442,0.2199999988079071,0.800000011920929,2.3499999046325684,31.18500518798828 +1976,42,0,MVA,15-17 yrs,176,686709,16.001062393188477,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,25.629487991333008 +1976,42,0,suicide,15-17 yrs,26,686709,16.001062393188477,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,3.7861742973327637 +1976,42,0,homicide,15-17 yrs,45,686709,16.001062393188477,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,6.552994251251221 +1976,42,0,other external,15-17 yrs,87,686709,16.001062393188477,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,12.669121742248535 +1976,42,0,internal,15-17 yrs,129,686709,16.001062393188477,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,18.785249710083008 +1976,42,0,all,18-20 yrs,691,674158,18.984649658203125,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,102.49822998046875 +1976,42,0,MVA,18-20 yrs,261,674158,18.984649658203125,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,38.71495819091797 +1976,42,0,suicide,18-20 yrs,74,674158,18.984649658203125,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,10.976655006408691 +1976,42,0,homicide,18-20 yrs,62,674158,18.984649658203125,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,9.196657180786133 +1976,42,0,other external,18-20 yrs,124,674158,18.984649658203125,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,18.393314361572266 +1976,42,0,internal,18-20 yrs,170,674158,18.984649658203125,0,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,25.21664047241211 +1976,42,0,all,21-24 yrs,883,797136,22.474496841430664,1,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,110.77156066894531 +1976,42,0,MVA,21-24 yrs,291,797136,22.474496841430664,1,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,36.50569152832031 +1976,42,0,suicide,21-24 yrs,116,797136,22.474496841430664,1,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,14.552096366882324 +1976,42,0,homicide,21-24 yrs,102,797136,22.474496841430664,1,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,12.795808792114258 +1976,42,0,other external,21-24 yrs,147,797136,22.474496841430664,1,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,18.44101905822754 +1976,42,0,internal,21-24 yrs,227,797136,22.474496841430664,1,0.14059753715991974,1.3200000524520874,0.2199999988079071,0.7900000214576721,2.3399999141693115,28.476947784423828 +1977,42,0,MVA,15-17 yrs,174,674850,16.004150390625,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,25.78350830078125 +1977,42,0,suicide,15-17 yrs,36,674850,16.004150390625,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,5.334518909454346 +1977,42,0,homicide,15-17 yrs,33,674850,16.004150390625,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,4.889975547790527 +1977,42,0,other external,15-17 yrs,96,674850,16.004150390625,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,14.225383758544922 +1977,42,0,internal,15-17 yrs,117,674850,16.004150390625,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,17.337186813354492 +1977,42,0,all,18-20 yrs,704,680289,19.002521514892578,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,103.48542785644531 +1977,42,0,MVA,18-20 yrs,286,680289,19.002521514892578,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,42.04095458984375 +1977,42,0,suicide,18-20 yrs,91,680289,19.002521514892578,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,13.376667976379395 +1977,42,0,homicide,18-20 yrs,49,680289,19.002521514892578,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,7.202821254730225 +1977,42,0,other external,18-20 yrs,134,680289,19.002521514892578,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,19.697511672973633 +1977,42,0,internal,18-20 yrs,144,680289,19.002521514892578,0,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,21.1674747467041 +1977,42,0,all,21-24 yrs,899,805200,22.47405433654785,1,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,111.64927673339844 +1977,42,0,MVA,21-24 yrs,293,805200,22.47405433654785,1,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,36.38847351074219 +1977,42,0,suicide,21-24 yrs,143,805200,22.47405433654785,1,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,17.759563446044922 +1977,42,0,homicide,21-24 yrs,78,805200,22.47405433654785,1,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,9.687034606933594 +1977,42,0,other external,21-24 yrs,178,805200,22.47405433654785,1,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,22.10630989074707 +1977,42,0,internal,21-24 yrs,207,805200,22.47405433654785,1,0.132013201713562,1.350000023841858,0.20000000298023224,0.7400000095367432,2.2899999618530273,25.70789909362793 +1978,42,0,MVA,15-17 yrs,188,664204,16.01622772216797,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,28.30455780029297 +1978,42,0,suicide,15-17 yrs,34,664204,16.01622772216797,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,5.1189093589782715 +1978,42,0,homicide,15-17 yrs,45,664204,16.01622772216797,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,6.775026798248291 +1978,42,0,other external,15-17 yrs,74,664204,16.01622772216797,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,11.141155242919922 +1978,42,0,internal,15-17 yrs,142,664204,16.01622772216797,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,21.37897300720215 +1978,42,0,all,18-20 yrs,676,671428,19.010568618774414,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,100.68093872070312 +1978,42,0,MVA,18-20 yrs,315,671428,19.010568618774414,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,46.91493225097656 +1978,42,0,suicide,18-20 yrs,74,671428,19.010568618774414,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,11.021286010742188 +1978,42,0,homicide,18-20 yrs,70,671428,19.010568618774414,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,10.425540924072266 +1978,42,0,other external,18-20 yrs,89,671428,19.010568618774414,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,13.255330085754395 +1978,42,0,internal,18-20 yrs,128,671428,19.010568618774414,0,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,19.063846588134766 +1978,42,0,all,21-24 yrs,904,817566,22.46339225769043,1,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,110.57211303710938 +1978,42,0,MVA,21-24 yrs,291,817566,22.46339225769043,1,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,35.59345626831055 +1978,42,0,suicide,21-24 yrs,134,817566,22.46339225769043,1,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,16.390113830566406 +1978,42,0,homicide,21-24 yrs,87,817566,22.46339225769043,1,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,10.641343116760254 +1978,42,0,other external,21-24 yrs,160,817566,22.46339225769043,1,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,19.57028579711914 +1978,42,0,internal,21-24 yrs,232,817566,22.46339225769043,1,0.12269938737154007,1.3600000143051147,0.20999999344348907,0.7400000095367432,2.319999933242798,28.37691307067871 +1979,42,0,MVA,15-17 yrs,177,650809,16.007219314575195,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,27.19692039489746 +1979,42,0,suicide,15-17 yrs,34,650809,16.007219314575195,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,5.22426700592041 +1979,42,0,homicide,15-17 yrs,25,650809,16.007219314575195,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,3.8413727283477783 +1979,42,0,other external,15-17 yrs,68,650809,16.007219314575195,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,10.44853401184082 +1979,42,0,internal,15-17 yrs,111,650809,16.007219314575195,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,17.055694580078125 +1979,42,0,all,18-20 yrs,691,667852,19.003633499145508,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,103.46603393554688 +1979,42,0,MVA,18-20 yrs,320,667852,19.003633499145508,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,47.9148063659668 +1979,42,0,suicide,18-20 yrs,76,667852,19.003633499145508,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,11.379766464233398 +1979,42,0,homicide,18-20 yrs,57,667852,19.003633499145508,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,8.534825325012207 +1979,42,0,other external,18-20 yrs,100,667852,19.003633499145508,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,14.973377227783203 +1979,42,0,internal,18-20 yrs,138,667852,19.003633499145508,0,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,20.66326141357422 +1979,42,0,all,21-24 yrs,930,830305,22.46209716796875,1,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,112.00703430175781 +1979,42,0,MVA,21-24 yrs,349,830305,22.46209716796875,1,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,42.032745361328125 +1979,42,0,suicide,21-24 yrs,134,830305,22.46209716796875,1,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,16.138647079467773 +1979,42,0,homicide,21-24 yrs,93,830305,22.46209716796875,1,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,11.200703620910645 +1979,42,0,other external,21-24 yrs,135,830305,22.46209716796875,1,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,16.259084701538086 +1979,42,0,internal,21-24 yrs,219,830305,22.46209716796875,1,0.11019283533096313,1.4199999570846558,0.2199999988079071,0.7300000190734863,2.369999885559082,26.375850677490234 +1980,42,0,MVA,15-17 yrs,161,635296,16.01129913330078,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,25.342517852783203 +1980,42,0,suicide,15-17 yrs,44,635296,16.01129913330078,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,6.925905227661133 +1980,42,0,homicide,15-17 yrs,30,635296,16.01129913330078,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,4.722208023071289 +1980,42,0,other external,15-17 yrs,57,635296,16.01129913330078,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,8.972195625305176 +1980,42,0,internal,15-17 yrs,108,635296,16.01129913330078,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,16.999950408935547 +1980,42,0,all,18-20 yrs,697,661201,19.009387969970703,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,105.41423797607422 +1980,42,0,MVA,18-20 yrs,309,661201,19.009387969970703,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,46.7331428527832 +1980,42,0,suicide,18-20 yrs,82,661201,19.009387969970703,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,12.4016752243042 +1980,42,0,homicide,18-20 yrs,69,661201,19.009387969970703,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,10.435555458068848 +1980,42,0,other external,18-20 yrs,97,661201,19.009387969970703,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,14.670273780822754 +1980,42,0,internal,18-20 yrs,140,661201,19.009387969970703,0,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,21.17359161376953 +1980,42,0,all,21-24 yrs,1014,842438,22.467500686645508,1,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,120.36494445800781 +1980,42,0,MVA,21-24 yrs,359,842438,22.467500686645508,1,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,42.614410400390625 +1980,42,0,suicide,21-24 yrs,139,842438,22.467500686645508,1,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,16.499731063842773 +1980,42,0,homicide,21-24 yrs,132,842438,22.467500686645508,1,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,15.668808937072754 +1980,42,0,other external,21-24 yrs,156,842438,22.467500686645508,1,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,18.517683029174805 +1980,42,0,internal,21-24 yrs,228,842438,22.467500686645508,1,0.09708737581968307,1.4500000476837158,0.2199999988079071,0.7099999785423279,2.390000104904175,27.064306259155273 +1981,42,0,MVA,15-17 yrs,153,613574,16.028011322021484,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,24.935867309570312 +1981,42,0,suicide,15-17 yrs,47,613574,16.028011322021484,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,7.660037517547607 +1981,42,0,homicide,15-17 yrs,38,613574,16.028011322021484,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,6.1932220458984375 +1981,42,0,other external,15-17 yrs,51,613574,16.028011322021484,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,8.311955451965332 +1981,42,0,internal,15-17 yrs,109,613574,16.028011322021484,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,17.764768600463867 +1981,42,0,all,18-20 yrs,631,651001,19.024517059326172,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,96.92765808105469 +1981,42,0,MVA,18-20 yrs,253,651001,19.024517059326172,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,38.86322784423828 +1981,42,0,suicide,18-20 yrs,75,651001,19.024517059326172,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,11.520719528198242 +1981,42,0,homicide,18-20 yrs,59,651001,19.024517059326172,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,9.062966346740723 +1981,42,0,other external,18-20 yrs,83,651001,19.024517059326172,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,12.74959659576416 +1981,42,0,internal,18-20 yrs,161,651001,19.024517059326172,0,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,24.731143951416016 +1981,42,0,all,21-24 yrs,844,851607,22.48700714111328,1,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,99.10675048828125 +1981,42,0,MVA,21-24 yrs,281,851607,22.48700714111328,1,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,32.99644088745117 +1981,42,0,suicide,21-24 yrs,112,851607,22.48700714111328,1,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,13.151606559753418 +1981,42,0,homicide,21-24 yrs,110,851607,22.48700714111328,1,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,12.916756629943848 +1981,42,0,other external,21-24 yrs,142,851607,22.48700714111328,1,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,16.674358367919922 +1981,42,0,internal,21-24 yrs,199,851607,22.48700714111328,1,0.08800879865884781,1.4199999570846558,0.23000000417232513,0.7200000286102295,2.369999885559082,23.367586135864258 +1982,42,0,MVA,15-17 yrs,128,586419,16.028074264526367,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,21.827396392822266 +1982,42,0,suicide,15-17 yrs,25,586419,16.028074264526367,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,4.2631635665893555 +1982,42,0,homicide,15-17 yrs,19,586419,16.028074264526367,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,3.240004062652588 +1982,42,0,other external,15-17 yrs,49,586419,16.028074264526367,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,8.35580062866211 +1982,42,0,internal,15-17 yrs,92,586419,16.028074264526367,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,15.688441276550293 +1982,42,0,all,18-20 yrs,580,638780,19.0148868560791,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,90.79808044433594 +1982,42,0,MVA,18-20 yrs,227,638780,19.0148868560791,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,35.53649139404297 +1982,42,0,suicide,18-20 yrs,68,638780,19.0148868560791,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,10.645292282104492 +1982,42,0,homicide,18-20 yrs,62,638780,19.0148868560791,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,9.706002235412598 +1982,42,0,other external,18-20 yrs,95,638780,19.0148868560791,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,14.872099876403809 +1982,42,0,internal,18-20 yrs,128,638780,19.0148868560791,0,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,20.038198471069336 +1982,42,0,all,21-24 yrs,835,852829,22.489656448364258,1,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,97.90943145751953 +1982,42,0,MVA,21-24 yrs,272,852829,22.489656448364258,1,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,31.893850326538086 +1982,42,0,suicide,21-24 yrs,143,852829,22.489656448364258,1,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,16.767723083496094 +1982,42,0,homicide,21-24 yrs,99,852829,22.489656448364258,1,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,11.608423233032227 +1982,42,0,other external,21-24 yrs,123,852829,22.489656448364258,1,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,14.422586441040039 +1982,42,0,internal,21-24 yrs,198,852829,22.489656448364258,1,0.08290155231952667,1.440000057220459,0.23000000417232513,0.699999988079071,2.359999895095825,23.216846466064453 +1983,42,0,MVA,15-17 yrs,109,562238,16.021556854248047,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,19.386808395385742 +1983,42,0,suicide,15-17 yrs,38,562238,16.021556854248047,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,6.758703708648682 +1983,42,0,homicide,15-17 yrs,27,562238,16.021556854248047,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,4.802236557006836 +1983,42,0,other external,15-17 yrs,40,562238,16.021556854248047,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,7.114424705505371 +1983,42,0,internal,15-17 yrs,100,562238,16.021556854248047,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,17.786062240600586 +1983,42,0,all,18-20 yrs,529,626230,19.017898559570312,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,84.4737548828125 +1983,42,0,MVA,18-20 yrs,223,626230,19.017898559570312,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,35.609920501708984 +1983,42,0,suicide,18-20 yrs,62,626230,19.017898559570312,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,9.90051555633545 +1983,42,0,homicide,18-20 yrs,52,626230,19.017898559570312,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,8.303658485412598 +1983,42,0,other external,18-20 yrs,81,626230,19.017898559570312,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,12.934544563293457 +1983,42,0,internal,18-20 yrs,111,626230,19.017898559570312,0,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,17.725116729736328 +1983,42,0,all,21-24 yrs,765,842306,22.498924255371094,1,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,90.82209777832031 +1983,42,0,MVA,21-24 yrs,250,842306,22.498924255371094,1,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,29.6804256439209 +1983,42,0,suicide,21-24 yrs,136,842306,22.498924255371094,1,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,16.146150588989258 +1983,42,0,homicide,21-24 yrs,73,842306,22.498924255371094,1,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,8.6666841506958 +1983,42,0,other external,21-24 yrs,116,842306,22.498924255371094,1,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,13.771717071533203 +1983,42,0,internal,21-24 yrs,190,842306,22.498924255371094,1,0.0803212821483612,1.409999966621399,0.2199999988079071,0.6700000166893005,2.2899999618530273,22.5571231842041 +1984,42,0,MVA,15-17 yrs,118,548036,16.011940002441406,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,21.53143310546875 +1984,42,0,suicide,15-17 yrs,35,548036,16.011940002441406,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,6.386441707611084 +1984,42,0,homicide,15-17 yrs,10,548036,16.011940002441406,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,1.8246976137161255 +1984,42,0,other external,15-17 yrs,48,548036,16.011940002441406,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,8.758548736572266 +1984,42,0,internal,15-17 yrs,89,548036,16.011940002441406,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,16.239809036254883 +1984,42,0,all,18-20 yrs,482,609852,19.0355281829834,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,79.03556823730469 +1984,42,0,MVA,18-20 yrs,195,609852,19.0355281829834,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,31.974971771240234 +1984,42,0,suicide,18-20 yrs,69,609852,19.0355281829834,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,11.314220428466797 +1984,42,0,homicide,18-20 yrs,47,609852,19.0355281829834,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,7.706788063049316 +1984,42,0,other external,18-20 yrs,65,609852,19.0355281829834,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,10.658323287963867 +1984,42,0,internal,18-20 yrs,106,609852,19.0355281829834,0,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,17.38126564025879 +1984,42,0,all,21-24 yrs,762,822533,22.503873825073242,1,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,92.64066314697266 +1984,42,0,MVA,21-24 yrs,244,822533,22.503873825073242,1,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,29.66446304321289 +1984,42,0,suicide,21-24 yrs,144,822533,22.503873825073242,1,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,17.50689697265625 +1984,42,0,homicide,21-24 yrs,85,822533,22.503873825073242,1,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,10.333931922912598 +1984,42,0,other external,21-24 yrs,115,822533,22.503873825073242,1,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,13.981202125549316 +1984,42,0,internal,21-24 yrs,174,822533,22.503873825073242,1,0.07699710875749588,1.3700000047683716,0.20999999344348907,0.6600000262260437,2.25,21.15416717529297 +1985,42,0,MVA,15-17 yrs,111,539584,16.00107765197754,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,20.57140350341797 +1985,42,0,suicide,15-17 yrs,42,539584,16.00107765197754,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,7.783774375915527 +1985,42,0,homicide,15-17 yrs,12,539584,16.00107765197754,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,2.22393536567688 +1985,42,0,other external,15-17 yrs,35,539584,16.00107765197754,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,6.486478328704834 +1985,42,0,internal,15-17 yrs,86,539584,16.00107765197754,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,15.938203811645508 +1985,42,0,all,18-20 yrs,444,584180,19.034353256225586,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,76.00397491455078 +1985,42,0,MVA,18-20 yrs,183,584180,19.034353256225586,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,31.32596206665039 +1985,42,0,suicide,18-20 yrs,68,584180,19.034353256225586,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,11.64024829864502 +1985,42,0,homicide,18-20 yrs,37,584180,19.034353256225586,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,6.333664417266846 +1985,42,0,other external,18-20 yrs,57,584180,19.034353256225586,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,9.757266998291016 +1985,42,0,internal,18-20 yrs,99,584180,19.034353256225586,0,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,16.94683074951172 +1985,42,0,all,21-24 yrs,733,802253,22.50407600402832,1,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,91.36768341064453 +1985,42,0,MVA,21-24 yrs,269,802253,22.50407600402832,1,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,33.53057098388672 +1985,42,0,suicide,21-24 yrs,121,802253,22.50407600402832,1,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,15.082524299621582 +1985,42,0,homicide,21-24 yrs,47,802253,22.50407600402832,1,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,5.858500957489014 +1985,42,0,other external,21-24 yrs,112,802253,22.50407600402832,1,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,13.96068286895752 +1985,42,0,internal,21-24 yrs,184,802253,22.50407600402832,1,0.07434944063425064,1.3700000047683716,0.20999999344348907,0.6499999761581421,2.2200000286102295,22.935407638549805 +1986,42,0,MVA,15-17 yrs,141,542743,15.995447158813477,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,25.97914695739746 +1986,42,0,suicide,15-17 yrs,45,542743,15.995447158813477,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,8.291216850280762 +1986,42,0,homicide,15-17 yrs,22,542743,15.995447158813477,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,4.053483963012695 +1986,42,0,other external,15-17 yrs,41,542743,15.995447158813477,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,7.554219722747803 +1986,42,0,internal,15-17 yrs,101,542743,15.995447158813477,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,18.609176635742188 +1986,42,0,all,18-20 yrs,497,563401,19.027565002441406,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,88.2142562866211 +1986,42,0,MVA,18-20 yrs,220,563401,19.027565002441406,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,39.04856491088867 +1986,42,0,suicide,18-20 yrs,63,563401,19.027565002441406,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,11.182088851928711 +1986,42,0,homicide,18-20 yrs,50,563401,19.027565002441406,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,8.874673843383789 +1986,42,0,other external,18-20 yrs,57,563401,19.027565002441406,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,10.117128372192383 +1986,42,0,internal,18-20 yrs,107,563401,19.027565002441406,0,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,18.991802215576172 +1986,42,0,all,21-24 yrs,772,777407,22.497140884399414,1,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,99.30448150634766 +1986,42,0,MVA,21-24 yrs,287,777407,22.497140884399414,1,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,36.917598724365234 +1986,42,0,suicide,21-24 yrs,108,777407,22.497140884399414,1,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,13.89233684539795 +1986,42,0,homicide,21-24 yrs,73,777407,22.497140884399414,1,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,9.390191078186035 +1986,42,0,other external,21-24 yrs,105,777407,22.497140884399414,1,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,13.506438255310059 +1986,42,0,internal,21-24 yrs,199,777407,22.497140884399414,1,0.07299269735813141,1.3799999952316284,0.20999999344348907,0.6399999856948853,2.2300000190734863,25.597917556762695 +1987,42,0,MVA,15-17 yrs,114,529281,16.028553009033203,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,21.538654327392578 +1987,42,0,suicide,15-17 yrs,52,529281,16.028553009033203,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,9.8246488571167 +1987,42,0,homicide,15-17 yrs,19,529281,16.028553009033203,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,3.589775562286377 +1987,42,0,other external,15-17 yrs,18,529281,16.028553009033203,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,3.4008400440216064 +1987,42,0,internal,15-17 yrs,84,529281,16.028553009033203,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,15.870586395263672 +1987,42,0,all,18-20 yrs,505,554909,19.018165588378906,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,91.00591278076172 +1987,42,0,MVA,18-20 yrs,215,554909,19.018165588378906,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,38.74509048461914 +1987,42,0,suicide,18-20 yrs,72,554909,19.018165588378906,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,12.97510051727295 +1987,42,0,homicide,18-20 yrs,50,554909,19.018165588378906,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,9.010486602783203 +1987,42,0,other external,18-20 yrs,62,554909,19.018165588378906,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,11.173003196716309 +1987,42,0,internal,18-20 yrs,106,554909,19.018165588378906,0,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,19.102231979370117 +1987,42,0,all,21-24 yrs,798,750868,22.502931594848633,1,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,106.2770004272461 +1987,42,0,MVA,21-24 yrs,275,750868,22.502931594848633,1,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,36.6242790222168 +1987,42,0,suicide,21-24 yrs,117,750868,22.502931594848633,1,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,15.581966400146484 +1987,42,0,homicide,21-24 yrs,89,750868,22.502931594848633,1,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,11.852949142456055 +1987,42,0,other external,21-24 yrs,102,750868,22.502931594848633,1,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,13.584278106689453 +1987,42,0,internal,21-24 yrs,215,750868,22.502931594848633,1,0.07042253762483597,1.3799999952316284,0.20000000298023224,0.6100000143051147,2.200000047683716,28.633527755737305 +1988,42,0,MVA,15-17 yrs,114,504822,16.05953025817871,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,22.582216262817383 +1988,42,0,suicide,15-17 yrs,40,504822,16.05953025817871,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,7.923584938049316 +1988,42,0,homicide,15-17 yrs,33,504822,16.05953025817871,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,6.536957740783691 +1988,42,0,other external,15-17 yrs,47,504822,16.05953025817871,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,9.310212135314941 +1988,42,0,internal,15-17 yrs,68,504822,16.05953025817871,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,13.470094680786133 +1988,42,0,all,18-20 yrs,494,553723,19.00836181640625,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,89.21427917480469 +1988,42,0,MVA,18-20 yrs,212,553723,19.00836181640625,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,38.286293029785156 +1988,42,0,suicide,18-20 yrs,57,553723,19.00836181640625,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,10.29395580291748 +1988,42,0,homicide,18-20 yrs,61,553723,19.00836181640625,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,11.016338348388672 +1988,42,0,other external,18-20 yrs,60,553723,19.00836181640625,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,10.835742950439453 +1988,42,0,internal,18-20 yrs,104,553723,19.00836181640625,0,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,18.781953811645508 +1988,42,0,all,21-24 yrs,774,726778,22.50952911376953,1,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,106.49744415283203 +1988,42,0,MVA,21-24 yrs,260,726778,22.50952911376953,1,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,35.77433395385742 +1988,42,0,suicide,21-24 yrs,135,726778,22.50952911376953,1,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,18.575136184692383 +1988,42,0,homicide,21-24 yrs,85,726778,22.50952911376953,1,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,11.695455551147461 +1988,42,0,other external,21-24 yrs,89,726778,22.50952911376953,1,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,12.245830535888672 +1988,42,0,internal,21-24 yrs,205,726778,22.50952911376953,1,0.06762468069791794,1.3899999856948853,0.1899999976158142,0.5299999713897705,2.109999895095825,28.206687927246094 +1989,42,0,MVA,15-17 yrs,100,470688,16.04191017150879,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,21.24549674987793 +1989,42,0,suicide,15-17 yrs,35,470688,16.04191017150879,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,7.4359235763549805 +1989,42,0,homicide,15-17 yrs,31,470688,16.04191017150879,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,6.586103916168213 +1989,42,0,other external,15-17 yrs,42,470688,16.04191017150879,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,8.923108100891113 +1989,42,0,internal,15-17 yrs,74,470688,16.04191017150879,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,15.721667289733887 +1989,42,0,all,18-20 yrs,510,559542,19.00397491455078,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,91.1459732055664 +1989,42,0,MVA,18-20 yrs,197,559542,19.00397491455078,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,35.207366943359375 +1989,42,0,suicide,18-20 yrs,76,559542,19.00397491455078,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,13.582536697387695 +1989,42,0,homicide,18-20 yrs,89,559542,19.00397491455078,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,15.905865669250488 +1989,42,0,other external,18-20 yrs,53,559542,19.00397491455078,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,9.47203254699707 +1989,42,0,internal,18-20 yrs,95,559542,19.00397491455078,0,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,16.978172302246094 +1989,42,0,all,21-24 yrs,739,694946,22.4996280670166,1,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,106.33919525146484 +1989,42,0,MVA,21-24 yrs,255,694946,22.4996280670166,1,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,36.69349670410156 +1989,42,0,suicide,21-24 yrs,105,694946,22.4996280670166,1,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,15.109087944030762 +1989,42,0,homicide,21-24 yrs,109,694946,22.4996280670166,1,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,15.684672355651855 +1989,42,0,other external,21-24 yrs,85,694946,22.4996280670166,1,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,12.231165885925293 +1989,42,0,internal,21-24 yrs,185,694946,22.4996280670166,1,0.06451612710952759,1.3600000143051147,0.18000000715255737,0.5600000023841858,2.0999999046325684,26.620773315429688 +1990,42,0,MVA,15-17 yrs,95,452681,16.018842697143555,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,20.986080169677734 +1990,42,0,suicide,15-17 yrs,35,452681,16.018842697143555,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,7.731713771820068 +1990,42,0,homicide,15-17 yrs,43,452681,16.018842697143555,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,9.49896240234375 +1990,42,0,other external,15-17 yrs,21,452681,16.018842697143555,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,4.639028549194336 +1990,42,0,internal,15-17 yrs,59,452681,16.018842697143555,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,13.03346061706543 +1990,42,0,all,18-20 yrs,451,551864,19.039936065673828,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,81.72303009033203 +1990,42,0,MVA,18-20 yrs,159,551864,19.039936065673828,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,28.811447143554688 +1990,42,0,suicide,18-20 yrs,79,551864,19.039936065673828,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,14.315120697021484 +1990,42,0,homicide,18-20 yrs,70,551864,19.039936065673828,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,12.684284210205078 +1990,42,0,other external,18-20 yrs,47,551864,19.039936065673828,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,8.51659107208252 +1990,42,0,internal,18-20 yrs,96,551864,19.039936065673828,0,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,17.39558982849121 +1990,42,0,all,21-24 yrs,663,679181,22.473045349121094,1,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,97.61756896972656 +1990,42,0,MVA,21-24 yrs,199,679181,22.473045349121094,1,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,29.29999542236328 +1990,42,0,suicide,21-24 yrs,103,679181,22.473045349121094,1,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,15.165324211120605 +1990,42,0,homicide,21-24 yrs,122,679181,22.473045349121094,1,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,17.962810516357422 +1990,42,0,other external,21-24 yrs,68,679181,22.473045349121094,1,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,10.01205825805664 +1990,42,0,internal,21-24 yrs,171,679181,22.473045349121094,1,0.061208873987197876,1.4199999570846558,0.18000000715255737,0.550000011920929,2.1500000953674316,25.177383422851562 +1991,42,0,MVA,15-17 yrs,92,447318,16.01422882080078,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,20.56702423095703 +1991,42,0,suicide,15-17 yrs,18,447318,16.01422882080078,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,4.023983001708984 +1991,42,0,homicide,15-17 yrs,31,447318,16.01422882080078,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,6.930192947387695 +1991,42,0,other external,15-17 yrs,31,447318,16.01422882080078,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,6.930192947387695 +1991,42,0,internal,15-17 yrs,64,447318,16.01422882080078,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,14.3074951171875 +1991,42,0,all,18-20 yrs,453,518251,19.071346282958984,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,87.40938568115234 +1991,42,0,MVA,18-20 yrs,184,518251,19.071346282958984,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,35.504032135009766 +1991,42,0,suicide,18-20 yrs,50,518251,19.071346282958984,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,9.647834777832031 +1991,42,0,homicide,18-20 yrs,77,518251,19.071346282958984,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,14.857665061950684 +1991,42,0,other external,18-20 yrs,40,518251,19.071346282958984,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,7.718267917633057 +1991,42,0,internal,18-20 yrs,102,518251,19.071346282958984,0,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,19.681583404541016 +1991,42,0,all,21-24 yrs,689,688193,22.45252227783203,1,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,100.11726379394531 +1991,42,0,MVA,21-24 yrs,221,688193,22.45252227783203,1,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,32.11308288574219 +1991,42,0,suicide,21-24 yrs,115,688193,22.45252227783203,1,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,16.71042823791504 +1991,42,0,homicide,21-24 yrs,100,688193,22.45252227783203,1,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,14.530807495117188 +1991,42,0,other external,21-24 yrs,80,688193,22.45252227783203,1,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,11.624646186828613 +1991,42,0,internal,21-24 yrs,173,688193,22.45252227783203,1,0.05873715132474899,1.3600000143051147,0.17000000178813934,0.5199999809265137,2.049999952316284,25.138296127319336 +1992,42,0,MVA,15-17 yrs,90,453513,16.003036499023438,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,19.845075607299805 +1992,42,0,suicide,15-17 yrs,35,453513,16.003036499023438,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,7.717529773712158 +1992,42,0,homicide,15-17 yrs,49,453513,16.003036499023438,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,10.80454158782959 +1992,42,0,other external,15-17 yrs,23,453513,16.003036499023438,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,5.071519374847412 +1992,42,0,internal,15-17 yrs,77,453513,16.003036499023438,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,16.978565216064453 +1992,42,0,all,18-20 yrs,418,478785,19.050443649291992,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,87.3043212890625 +1992,42,0,MVA,18-20 yrs,122,478785,19.050443649291992,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,25.481164932250977 +1992,42,0,suicide,18-20 yrs,71,478785,19.050443649291992,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,14.829202651977539 +1992,42,0,homicide,18-20 yrs,89,478785,19.050443649291992,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,18.58871841430664 +1992,42,0,other external,18-20 yrs,43,478785,19.050443649291992,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,8.981066703796387 +1992,42,0,internal,18-20 yrs,93,478785,19.050443649291992,0,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,19.42416763305664 +1992,42,0,all,21-24 yrs,674,697799,22.456432342529297,1,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,96.58941650390625 +1992,42,0,MVA,21-24 yrs,187,697799,22.456432342529297,1,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,26.798547744750977 +1992,42,0,suicide,21-24 yrs,105,697799,22.456432342529297,1,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,15.04731273651123 +1992,42,0,homicide,21-24 yrs,116,697799,22.456432342529297,1,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,16.62369728088379 +1992,42,0,other external,21-24 yrs,78,697799,22.456432342529297,1,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,11.178004264831543 +1992,42,0,internal,21-24 yrs,188,697799,22.456432342529297,1,0.05702066794037819,1.2999999523162842,0.18000000715255737,0.5099999904632568,1.9900000095367432,26.941856384277344 +1993,42,0,MVA,15-17 yrs,61,458848,15.992498397827148,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,13.29416275024414 +1993,42,0,suicide,15-17 yrs,37,458848,15.992498397827148,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,8.063672065734863 +1993,42,0,homicide,15-17 yrs,57,458848,15.992498397827148,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,12.422414779663086 +1993,42,0,other external,15-17 yrs,28,458848,15.992498397827148,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,6.102238655090332 +1993,42,0,internal,15-17 yrs,70,458848,15.992498397827148,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,15.255596160888672 +1993,42,0,all,18-20 yrs,429,459524,19.01413345336914,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,93.35747528076172 +1993,42,0,MVA,18-20 yrs,120,459524,19.01413345336914,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,26.11397933959961 +1993,42,0,suicide,18-20 yrs,56,459524,19.01413345336914,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,12.1865234375 +1993,42,0,homicide,18-20 yrs,114,459524,19.01413345336914,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,24.808279037475586 +1993,42,0,other external,18-20 yrs,42,459524,19.01413345336914,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,9.139892578125 +1993,42,0,internal,18-20 yrs,97,459524,19.01413345336914,0,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,21.10879898071289 +1993,42,0,all,21-24 yrs,705,689550,22.510284423828125,1,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,102.24059295654297 +1993,42,0,MVA,21-24 yrs,184,689550,22.510284423828125,1,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,26.68406867980957 +1993,42,0,suicide,21-24 yrs,109,689550,22.510284423828125,1,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,15.80741024017334 +1993,42,0,homicide,21-24 yrs,150,689550,22.510284423828125,1,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,21.75331687927246 +1993,42,0,other external,21-24 yrs,88,689550,22.510284423828125,1,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,12.761945724487305 +1993,42,0,internal,21-24 yrs,174,689550,22.510284423828125,1,0.05536331981420517,1.309999942779541,0.17000000178813934,0.47999998927116394,1.9600000381469727,25.233848571777344 +1994,42,0,MVA,15-17 yrs,86,470624,15.995162010192871,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,18.273611068725586 +1994,42,0,suicide,15-17 yrs,31,470624,15.995162010192871,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,6.586999416351318 +1994,42,0,homicide,15-17 yrs,44,470624,15.995162010192871,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,9.349289894104004 +1994,42,0,other external,15-17 yrs,40,470624,15.995162010192871,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,8.499354362487793 +1994,42,0,internal,15-17 yrs,67,470624,15.995162010192871,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,14.236417770385742 +1994,42,0,all,18-20 yrs,378,452489,19.00953483581543,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,83.5379409790039 +1994,42,0,MVA,18-20 yrs,95,452489,19.00953483581543,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,20.994985580444336 +1994,42,0,suicide,18-20 yrs,58,452489,19.00953483581543,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,12.817991256713867 +1994,42,0,homicide,18-20 yrs,75,452489,19.00953483581543,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,16.574989318847656 +1994,42,0,other external,18-20 yrs,47,452489,19.00953483581543,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,10.386992454528809 +1994,42,0,internal,18-20 yrs,103,452489,19.00953483581543,0,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,22.762985229492188 +1994,42,0,all,21-24 yrs,631,659433,22.5662784576416,1,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,95.688262939453125 +1994,42,0,MVA,21-24 yrs,141,659433,22.5662784576416,1,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,21.38200569152832 +1994,42,0,suicide,21-24 yrs,115,659433,22.5662784576416,1,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,17.439224243164062 +1994,42,0,homicide,21-24 yrs,111,659433,22.5662784576416,1,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,16.832643508911133 +1994,42,0,other external,21-24 yrs,90,659433,22.5662784576416,1,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,13.648088455200195 +1994,42,0,internal,21-24 yrs,174,659433,22.5662784576416,1,0.05398110672831535,1.2799999713897705,0.18000000715255737,0.4699999988079071,1.9299999475479126,26.38630485534668 +1995,42,0,MVA,15-17 yrs,90,481733,15.98354721069336,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,18.68254852294922 +1995,42,0,suicide,15-17 yrs,33,481733,15.98354721069336,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,6.8502678871154785 +1995,42,0,homicide,15-17 yrs,42,481733,15.98354721069336,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,8.718522071838379 +1995,42,0,other external,15-17 yrs,33,481733,15.98354721069336,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,6.8502678871154785 +1995,42,0,internal,15-17 yrs,66,481733,15.98354721069336,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,13.700535774230957 +1995,42,0,all,18-20 yrs,422,455492,19.00039291381836,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,92.6470718383789 +1995,42,0,MVA,18-20 yrs,119,455492,19.00039291381836,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,26.12559700012207 +1995,42,0,suicide,18-20 yrs,54,455492,19.00039291381836,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,11.85531234741211 +1995,42,0,homicide,18-20 yrs,90,455492,19.00039291381836,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,19.758853912353516 +1995,42,0,other external,18-20 yrs,49,455492,19.00039291381836,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,10.757597923278809 +1995,42,0,internal,18-20 yrs,110,455492,19.00039291381836,0,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,24.149709701538086 +1995,42,0,all,21-24 yrs,612,619450,22.57814598083496,1,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,98.79731750488281 +1995,42,0,MVA,21-24 yrs,158,619450,22.57814598083496,1,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,25.506498336791992 +1995,42,0,suicide,21-24 yrs,105,619450,22.57814598083496,1,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,16.95052146911621 +1995,42,0,homicide,21-24 yrs,116,619450,22.57814598083496,1,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,18.726289749145508 +1995,42,0,other external,21-24 yrs,75,619450,22.57814598083496,1,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,12.107514381408691 +1995,42,0,internal,21-24 yrs,158,619450,22.57814598083496,1,0.05249343812465668,1.2300000190734863,0.18000000715255737,0.44999998807907104,1.8600000143051147,25.506498336791992 +1996,42,0,MVA,15-17 yrs,84,489359,15.997049331665039,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,17.165311813354492 +1996,42,0,suicide,15-17 yrs,48,489359,15.997049331665039,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,9.80875015258789 +1996,42,0,homicide,15-17 yrs,45,489359,15.997049331665039,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,9.19570255279541 +1996,42,0,other external,15-17 yrs,37,489359,15.997049331665039,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,7.560911178588867 +1996,42,0,internal,15-17 yrs,61,489359,15.997049331665039,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,12.465286254882812 +1996,42,0,all,18-20 yrs,446,457580,18.991586685180664,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,97.46929168701172 +1996,42,0,MVA,18-20 yrs,120,457580,18.991586685180664,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,26.22492218017578 +1996,42,0,suicide,18-20 yrs,77,457580,18.991586685180664,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,16.82765769958496 +1996,42,0,homicide,18-20 yrs,109,457580,18.991586685180664,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,23.82097053527832 +1996,42,0,other external,18-20 yrs,42,457580,18.991586685180664,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,9.178722381591797 +1996,42,0,internal,18-20 yrs,98,457580,18.991586685180664,0,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,21.417020797729492 +1996,42,0,all,21-24 yrs,542,581839,22.52828025817871,1,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,93.15291595458984 +1996,42,0,MVA,21-24 yrs,145,581839,22.52828025817871,1,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,24.920982360839844 +1996,42,0,suicide,21-24 yrs,92,581839,22.52828025817871,1,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,15.811934471130371 +1996,42,0,homicide,21-24 yrs,102,581839,22.52828025817871,1,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,17.530622482299805 +1996,42,0,other external,21-24 yrs,79,581839,22.52828025817871,1,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,13.57763957977295 +1996,42,0,internal,21-24 yrs,124,581839,22.52828025817871,1,0.05098789185285568,1.2200000286102295,0.1899999976158142,0.44999998807907104,1.8600000143051147,21.311737060546875 +1970,44,0,MVA,15-17 yrs,7,50018,15.9767484664917,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,13.994961738586426 +1970,44,0,suicide,15-17 yrs,1,50018,15.9767484664917,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,1.9992802143096924 +1970,44,0,homicide,15-17 yrs,0,50018,15.9767484664917,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,0 +1970,44,0,other external,15-17 yrs,11,50018,15.9767484664917,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,21.992082595825195 +1970,44,0,internal,15-17 yrs,10,50018,15.9767484664917,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,19.992801666259766 +1970,44,0,all,18-20 yrs,49,56025,19.041677474975586,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,87.46095275878906 +1970,44,0,MVA,18-20 yrs,16,56025,19.041677474975586,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,28.558679580688477 +1970,44,0,suicide,18-20 yrs,5,56025,19.041677474975586,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,8.92458724975586 +1970,44,0,homicide,18-20 yrs,3,56025,19.041677474975586,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,5.354752540588379 +1970,44,0,other external,18-20 yrs,8,56025,19.041677474975586,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,14.279339790344238 +1970,44,0,internal,18-20 yrs,17,56025,19.041677474975586,0,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,30.343597412109375 +1970,44,0,all,21-24 yrs,50,68168,22.33760643005371,1,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,73.34819793701172 +1970,44,0,MVA,21-24 yrs,16,68168,22.33760643005371,1,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,23.471424102783203 +1970,44,0,suicide,21-24 yrs,5,68168,22.33760643005371,1,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,7.334819793701172 +1970,44,0,homicide,21-24 yrs,4,68168,22.33760643005371,1,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,5.867856025695801 +1970,44,0,other external,21-24 yrs,7,68168,22.33760643005371,1,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,10.268747329711914 +1970,44,0,internal,21-24 yrs,18,68168,22.33760643005371,1,0.166278675198555,1.2799999713897705,0.3799999952316284,1.1699999570846558,2.8299999237060547,26.405351638793945 +1971,44,0,MVA,15-17 yrs,10,52033,15.991178512573242,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,19.21857261657715 +1971,44,0,suicide,15-17 yrs,0,52033,15.991178512573242,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,0 +1971,44,0,homicide,15-17 yrs,2,52033,15.991178512573242,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,3.843714475631714 +1971,44,0,other external,15-17 yrs,5,52033,15.991178512573242,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,9.609286308288574 +1971,44,0,internal,15-17 yrs,14,52033,15.991178512573242,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,26.906002044677734 +1971,44,0,all,18-20 yrs,63,56136,19.039316177368164,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,112.22744750976562 +1971,44,0,MVA,18-20 yrs,27,56136,19.039316177368164,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,48.097476959228516 +1971,44,0,suicide,18-20 yrs,5,56136,19.039316177368164,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,8.906940460205078 +1971,44,0,homicide,18-20 yrs,2,56136,19.039316177368164,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,3.5627760887145996 +1971,44,0,other external,18-20 yrs,8,56136,19.039316177368164,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,14.251104354858398 +1971,44,0,internal,18-20 yrs,21,56136,19.039316177368164,0,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,37.409149169921875 +1971,44,0,all,21-24 yrs,66,73787,22.478309631347656,1,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,89.44664764404297 +1971,44,0,MVA,21-24 yrs,22,73787,22.478309631347656,1,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,29.815549850463867 +1971,44,0,suicide,21-24 yrs,8,73787,22.478309631347656,1,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,10.842018127441406 +1971,44,0,homicide,21-24 yrs,9,73787,22.478309631347656,1,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,12.197270393371582 +1971,44,0,other external,21-24 yrs,6,73787,22.478309631347656,1,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,8.131513595581055 +1971,44,0,internal,21-24 yrs,21,73787,22.478309631347656,1,0.1592990756034851,1.2799999713897705,0.44999998807907104,1.1799999475479126,2.9100000858306885,28.460298538208008 +1972,44,0.8383561372756958,MVA,15-17 yrs,16,53785,15.991968154907227,0,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,29.748071670532227 +1972,44,0.8383561372756958,suicide,15-17 yrs,2,53785,15.991968154907227,0,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,3.7185089588165283 +1972,44,0.8383561372756958,homicide,15-17 yrs,0,53785,15.991968154907227,0,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,0 +1972,44,0.8383561372756958,other external,15-17 yrs,14,53785,15.991968154907227,0,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,26.02956199645996 +1972,44,0.8383561372756958,internal,15-17 yrs,20,53785,15.991968154907227,0,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,37.185089111328125 +1972,44,0.8383561372756958,all,18-20 yrs,54,57433,19.02019691467285,0.8383561372756958,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,94.02259826660156 +1972,44,0.8383561372756958,MVA,18-20 yrs,18,57433,19.02019691467285,0.8383561372756958,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,31.340866088867188 +1972,44,0.8383561372756958,suicide,18-20 yrs,6,57433,19.02019691467285,0.8383561372756958,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,10.446955680847168 +1972,44,0.8383561372756958,homicide,18-20 yrs,2,57433,19.02019691467285,0.8383561372756958,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,3.482318639755249 +1972,44,0.8383561372756958,other external,18-20 yrs,10,57433,19.02019691467285,0.8383561372756958,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,17.411592483520508 +1972,44,0.8383561372756958,internal,18-20 yrs,18,57433,19.02019691467285,0.8383561372756958,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,31.340866088867188 +1972,44,0.8383561372756958,all,21-24 yrs,46,73170,22.468360900878906,1,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,62.86729431152344 +1972,44,0.8383561372756958,MVA,21-24 yrs,12,73170,22.468360900878906,1,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,16.400163650512695 +1972,44,0.8383561372756958,suicide,21-24 yrs,6,73170,22.468360900878906,1,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,8.200081825256348 +1972,44,0.8383561372756958,homicide,21-24 yrs,2,73170,22.468360900878906,1,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,2.733360767364502 +1972,44,0.8383561372756958,other external,21-24 yrs,8,73170,22.468360900878906,1,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,10.933443069458008 +1972,44,0.8383561372756958,internal,21-24 yrs,18,73170,22.468360900878906,1,0.15434479713439941,1.350000023841858,0.41999998688697815,1.159999966621399,2.930000066757202,24.60024642944336 +1973,44,1,MVA,15-17 yrs,10,54401,15.988988876342773,0,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,18.382015228271484 +1973,44,1,suicide,15-17 yrs,1,54401,15.988988876342773,0,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,1.8382015228271484 +1973,44,1,homicide,15-17 yrs,1,54401,15.988988876342773,0,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,1.8382015228271484 +1973,44,1,other external,15-17 yrs,10,54401,15.988988876342773,0,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,18.382015228271484 +1973,44,1,internal,15-17 yrs,15,54401,15.988988876342773,0,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,27.573022842407227 +1973,44,1,all,18-20 yrs,57,59199,19.003311157226562,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,96.28540802001953 +1973,44,1,MVA,18-20 yrs,25,59199,19.003311157226562,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,42.23044204711914 +1973,44,1,suicide,18-20 yrs,5,59199,19.003311157226562,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,8.446088790893555 +1973,44,1,homicide,18-20 yrs,2,59199,19.003311157226562,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,3.3784353733062744 +1973,44,1,other external,18-20 yrs,16,59199,19.003311157226562,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,27.027482986450195 +1973,44,1,internal,18-20 yrs,9,59199,19.003311157226562,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,15.202959060668945 +1973,44,1,all,21-24 yrs,67,72549,22.476051330566406,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,92.35137939453125 +1973,44,1,MVA,21-24 yrs,17,72549,22.476051330566406,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,23.432437896728516 +1973,44,1,suicide,21-24 yrs,11,72549,22.476051330566406,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,15.162166595458984 +1973,44,1,homicide,21-24 yrs,5,72549,22.476051330566406,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,6.8918938636779785 +1973,44,1,other external,21-24 yrs,20,72549,22.476051330566406,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,27.567575454711914 +1973,44,1,internal,21-24 yrs,14,72549,22.476051330566406,1,0.14530658721923828,1.3200000524520874,0.41999998688697815,1.190000057220459,2.930000066757202,19.29730224609375 +1974,44,1,MVA,15-17 yrs,13,53973,15.99699878692627,0,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,24.086116790771484 +1974,44,1,suicide,15-17 yrs,1,53973,15.99699878692627,0,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,1.8527781963348389 +1974,44,1,homicide,15-17 yrs,2,53973,15.99699878692627,0,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,3.7055563926696777 +1974,44,1,other external,15-17 yrs,7,53973,15.99699878692627,0,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,12.96944808959961 +1974,44,1,internal,15-17 yrs,9,53973,15.99699878692627,0,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,16.675004959106445 +1974,44,1,all,18-20 yrs,48,55519,19.000810623168945,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,86.4568862915039 +1974,44,1,MVA,18-20 yrs,19,55519,19.000810623168945,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,34.22251892089844 +1974,44,1,suicide,18-20 yrs,6,55519,19.000810623168945,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,10.807110786437988 +1974,44,1,homicide,18-20 yrs,3,55519,19.000810623168945,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,5.403555393218994 +1974,44,1,other external,18-20 yrs,11,55519,19.000810623168945,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,19.813037872314453 +1974,44,1,internal,18-20 yrs,9,55519,19.000810623168945,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,16.21066665649414 +1974,44,1,all,21-24 yrs,59,65639,22.484878540039062,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,89.885589599609375 +1974,44,1,MVA,21-24 yrs,13,65639,22.484878540039062,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,19.8052978515625 +1974,44,1,suicide,21-24 yrs,8,65639,22.484878540039062,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,12.187875747680664 +1974,44,1,homicide,21-24 yrs,7,65639,22.484878540039062,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,10.66439151763916 +1974,44,1,other external,21-24 yrs,11,65639,22.484878540039062,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,16.758329391479492 +1974,44,1,internal,21-24 yrs,20,65639,22.484878540039062,1,0.13086435198783875,1.3700000047683716,0.4300000071525574,1.25,3.059999942779541,30.469690322875977 +1975,44,1,MVA,15-17 yrs,19,53134,16.002107620239258,0,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,35.75864791870117 +1975,44,1,suicide,15-17 yrs,8,53134,16.002107620239258,0,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,15.056272506713867 +1975,44,1,homicide,15-17 yrs,4,53134,16.002107620239258,0,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,7.528136253356934 +1975,44,1,other external,15-17 yrs,6,53134,16.002107620239258,0,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,11.292204856872559 +1975,44,1,internal,15-17 yrs,12,53134,16.002107620239258,0,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,22.584409713745117 +1975,44,1,all,18-20 yrs,48,56090,19,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,85.576751708984375 +1975,44,1,MVA,18-20 yrs,18,56090,19,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,32.09128189086914 +1975,44,1,suicide,18-20 yrs,5,56090,19,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,8.914244651794434 +1975,44,1,homicide,18-20 yrs,2,56090,19,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,3.5656979084014893 +1975,44,1,other external,18-20 yrs,9,56090,19,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,16.04564094543457 +1975,44,1,internal,18-20 yrs,14,56090,19,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,24.95988655090332 +1975,44,1,all,21-24 yrs,57,64640,22.466739654541016,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,88.180694580078125 +1975,44,1,MVA,21-24 yrs,16,64640,22.466739654541016,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,24.75247573852539 +1975,44,1,suicide,21-24 yrs,6,64640,22.466739654541016,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,9.282177925109863 +1975,44,1,homicide,21-24 yrs,6,64640,22.466739654541016,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,9.282177925109863 +1975,44,1,other external,21-24 yrs,12,64640,22.466739654541016,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,18.564355850219727 +1975,44,1,internal,21-24 yrs,17,64640,22.466739654541016,1,0.11991845071315765,1.409999966621399,0.46000000834465027,1.2599999904632568,3.119999885559082,26.29950523376465 +1976,44,1,MVA,15-17 yrs,7,53204,15.989042282104492,0,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,13.156905174255371 +1976,44,1,suicide,15-17 yrs,2,53204,15.989042282104492,0,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,3.7591159343719482 +1976,44,1,homicide,15-17 yrs,1,53204,15.989042282104492,0,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,1.8795579671859741 +1976,44,1,other external,15-17 yrs,5,53204,15.989042282104492,0,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,9.39778995513916 +1976,44,1,internal,15-17 yrs,8,53204,15.989042282104492,0,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,15.036463737487793 +1976,44,1,all,18-20 yrs,51,57791,18.99896240234375,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,88.24903869628906 +1976,44,1,MVA,18-20 yrs,25,57791,18.99896240234375,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,43.25933074951172 +1976,44,1,suicide,18-20 yrs,7,57791,18.99896240234375,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,12.1126127243042 +1976,44,1,homicide,18-20 yrs,6,57791,18.99896240234375,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,10.38223934173584 +1976,44,1,other external,18-20 yrs,3,57791,18.99896240234375,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,5.19111967086792 +1976,44,1,internal,18-20 yrs,10,57791,18.99896240234375,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,17.30373191833496 +1976,44,1,all,21-24 yrs,53,66089,22.439952850341797,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,80.19488525390625 +1976,44,1,MVA,21-24 yrs,14,66089,22.439952850341797,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,21.183555603027344 +1976,44,1,suicide,21-24 yrs,14,66089,22.439952850341797,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,21.183555603027344 +1976,44,1,homicide,21-24 yrs,4,66089,22.439952850341797,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,6.0524444580078125 +1976,44,1,other external,21-24 yrs,6,66089,22.439952850341797,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,9.078666687011719 +1976,44,1,internal,21-24 yrs,15,66089,22.439952850341797,1,0.11338510364294052,1.3799999952316284,0.4699999988079071,1.2100000381469727,3.069999933242798,22.696666717529297 +1977,44,1,MVA,15-17 yrs,13,53144,15.992548942565918,0,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,24.46183967590332 +1977,44,1,suicide,15-17 yrs,4,53144,15.992548942565918,0,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,7.52672004699707 +1977,44,1,homicide,15-17 yrs,3,53144,15.992548942565918,0,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,5.645040035247803 +1977,44,1,other external,15-17 yrs,3,53144,15.992548942565918,0,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,5.645040035247803 +1977,44,1,internal,15-17 yrs,8,53144,15.992548942565918,0,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,15.05344009399414 +1977,44,1,all,18-20 yrs,52,58968,19.014856338500977,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,88.18341827392578 +1977,44,1,MVA,18-20 yrs,20,58968,19.014856338500977,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,33.91670227050781 +1977,44,1,suicide,18-20 yrs,13,58968,19.014856338500977,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,22.045854568481445 +1977,44,1,homicide,18-20 yrs,1,58968,19.014856338500977,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,1.695834994316101 +1977,44,1,other external,18-20 yrs,13,58968,19.014856338500977,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,22.045854568481445 +1977,44,1,internal,18-20 yrs,5,58968,19.014856338500977,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,8.479175567626953 +1977,44,1,all,21-24 yrs,69,67327,22.43297576904297,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,102.4848861694336 +1977,44,1,MVA,21-24 yrs,20,67327,22.43297576904297,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,29.705764770507812 +1977,44,1,suicide,21-24 yrs,12,67327,22.43297576904297,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,17.823457717895508 +1977,44,1,homicide,21-24 yrs,4,67327,22.43297576904297,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,5.941153049468994 +1977,44,1,other external,21-24 yrs,14,67327,22.43297576904297,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,20.794034957885742 +1977,44,1,internal,21-24 yrs,19,67327,22.43297576904297,1,0.1064622551202774,1.3899999856948853,0.4300000071525574,1.1200000047683716,2.930000066757202,28.220476150512695 +1978,44,1,MVA,15-17 yrs,11,52947,16.005685806274414,0,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,20.77549171447754 +1978,44,1,suicide,15-17 yrs,1,52947,16.005685806274414,0,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,1.888681173324585 +1978,44,1,homicide,15-17 yrs,2,52947,16.005685806274414,0,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,3.77736234664917 +1978,44,1,other external,15-17 yrs,3,52947,16.005685806274414,0,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,5.666043281555176 +1978,44,1,internal,15-17 yrs,6,52947,16.005685806274414,0,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,11.332086563110352 +1978,44,1,all,18-20 yrs,46,59017,19.02094268798828,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,77.94364166259766 +1978,44,1,MVA,18-20 yrs,25,59017,19.02094268798828,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,42.36067581176758 +1978,44,1,suicide,18-20 yrs,3,59017,19.02094268798828,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,5.08328104019165 +1978,44,1,homicide,18-20 yrs,0,59017,19.02094268798828,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,0 +1978,44,1,other external,18-20 yrs,3,59017,19.02094268798828,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,5.08328104019165 +1978,44,1,internal,18-20 yrs,15,59017,19.02094268798828,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,25.416404724121094 +1978,44,1,all,21-24 yrs,71,69062,22.434856414794922,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,102.8061752319336 +1978,44,1,MVA,21-24 yrs,24,69062,22.434856414794922,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,34.751380920410156 +1978,44,1,suicide,21-24 yrs,14,69062,22.434856414794922,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,20.27164077758789 +1978,44,1,homicide,21-24 yrs,8,69062,22.434856414794922,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,11.583794593811035 +1978,44,1,other external,21-24 yrs,12,69062,22.434856414794922,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,17.375690460205078 +1978,44,1,internal,21-24 yrs,13,69062,22.434856414794922,1,0.09895111620426178,1.409999966621399,0.5,1.159999966621399,3.069999933242798,18.823665618896484 +1979,44,1,MVA,15-17 yrs,20,51847,15.99944019317627,0,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,38.57503890991211 +1979,44,1,suicide,15-17 yrs,3,51847,15.99944019317627,0,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,5.786255836486816 +1979,44,1,homicide,15-17 yrs,1,51847,15.99944019317627,0,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,1.9287519454956055 +1979,44,1,other external,15-17 yrs,8,51847,15.99944019317627,0,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,15.430015563964844 +1979,44,1,internal,15-17 yrs,5,51847,15.99944019317627,0,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,9.643759727478027 +1979,44,1,all,18-20 yrs,47,59632,19.009809494018555,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,78.816741943359375 +1979,44,1,MVA,18-20 yrs,23,59632,19.009809494018555,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,38.56989669799805 +1979,44,1,suicide,18-20 yrs,5,59632,19.009809494018555,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,8.384759902954102 +1979,44,1,homicide,18-20 yrs,6,59632,19.009809494018555,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,10.061712265014648 +1979,44,1,other external,18-20 yrs,5,59632,19.009809494018555,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,8.384759902954102 +1979,44,1,internal,18-20 yrs,8,59632,19.009809494018555,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,13.415616035461426 +1979,44,1,all,21-24 yrs,64,70587,22.436864852905273,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,90.66825103759766 +1979,44,1,MVA,21-24 yrs,19,70587,22.436864852905273,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,26.917137145996094 +1979,44,1,suicide,21-24 yrs,14,70587,22.436864852905273,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,19.833681106567383 +1979,44,1,homicide,21-24 yrs,7,70587,22.436864852905273,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,9.916840553283691 +1979,44,1,other external,21-24 yrs,11,70587,22.436864852905273,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,15.583605766296387 +1979,44,1,internal,21-24 yrs,13,70587,22.436864852905273,1,0.08886519074440002,1.4600000381469727,0.5,1.1100000143051147,3.069999933242798,18.416988372802734 +1980,44,0.842829704284668,MVA,15-17 yrs,11,50362,16.006473541259766,0,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,21.84186553955078 +1980,44,0.842829704284668,suicide,15-17 yrs,4,50362,16.006473541259766,0,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,7.942496299743652 +1980,44,0.842829704284668,homicide,15-17 yrs,2,50362,16.006473541259766,0,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,3.971248149871826 +1980,44,0.842829704284668,other external,15-17 yrs,4,50362,16.006473541259766,0,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,7.942496299743652 +1980,44,0.842829704284668,internal,15-17 yrs,6,50362,16.006473541259766,0,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,11.913744926452637 +1980,44,0.842829704284668,all,18-20 yrs,54,58568,19.023237228393555,0.842829704284668,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,92.20051574707031 +1980,44,0.842829704284668,MVA,18-20 yrs,22,58568,19.023237228393555,0.842829704284668,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,37.563175201416016 +1980,44,0.842829704284668,suicide,18-20 yrs,5,58568,19.023237228393555,0.842829704284668,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,8.53708553314209 +1980,44,0.842829704284668,homicide,18-20 yrs,7,58568,19.023237228393555,0.842829704284668,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,11.951919555664062 +1980,44,0.842829704284668,other external,18-20 yrs,9,58568,19.023237228393555,0.842829704284668,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,15.366753578186035 +1980,44,0.842829704284668,internal,18-20 yrs,11,58568,19.023237228393555,0.842829704284668,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,18.781587600708008 +1980,44,0.842829704284668,all,21-24 yrs,68,71577,22.442012786865234,1,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,95.0025863647461 +1980,44,0.842829704284668,MVA,21-24 yrs,17,71577,22.442012786865234,1,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,23.750646591186523 +1980,44,0.842829704284668,suicide,21-24 yrs,13,71577,22.442012786865234,1,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,18.16225814819336 +1980,44,0.842829704284668,homicide,21-24 yrs,7,71577,22.442012786865234,1,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,9.779677391052246 +1980,44,0.842829704284668,other external,21-24 yrs,10,71577,22.442012786865234,1,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,13.970968246459961 +1980,44,0.842829704284668,internal,21-24 yrs,21,71577,22.442012786865234,1,0.07829626649618149,1.4600000381469727,0.5299999713897705,1.1399999856948853,3.140000104904175,29.339033126831055 +1981,44,0.5324057340621948,MVA,15-17 yrs,10,49106,16.024253845214844,0,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,20.364110946655273 +1981,44,0.5324057340621948,suicide,15-17 yrs,6,49106,16.024253845214844,0,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,12.218465805053711 +1981,44,0.5324057340621948,homicide,15-17 yrs,2,49106,16.024253845214844,0,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,4.072822093963623 +1981,44,0.5324057340621948,other external,15-17 yrs,4,49106,16.024253845214844,0,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,8.145644187927246 +1981,44,0.5324057340621948,internal,15-17 yrs,4,49106,16.024253845214844,0,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,8.145644187927246 +1981,44,0.5324057340621948,all,18-20 yrs,30,57171,19.067604064941406,0.5324057340621948,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,52.47415542602539 +1981,44,0.5324057340621948,MVA,18-20 yrs,16,57171,19.067604064941406,0.5324057340621948,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,27.986217498779297 +1981,44,0.5324057340621948,suicide,18-20 yrs,2,57171,19.067604064941406,0.5324057340621948,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,3.498277187347412 +1981,44,0.5324057340621948,homicide,18-20 yrs,4,57171,19.067604064941406,0.5324057340621948,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,6.996554374694824 +1981,44,0.5324057340621948,other external,18-20 yrs,6,57171,19.067604064941406,0.5324057340621948,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,10.494831085205078 +1981,44,0.5324057340621948,internal,18-20 yrs,2,57171,19.067604064941406,0.5324057340621948,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,3.498277187347412 +1981,44,0.5324057340621948,all,21-24 yrs,42,74836,22.450143814086914,1,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,56.12272262573242 +1981,44,0.5324057340621948,MVA,21-24 yrs,18,74836,22.450143814086914,1,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,24.052595138549805 +1981,44,0.5324057340621948,suicide,21-24 yrs,12,74836,22.450143814086914,1,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,16.035062789916992 +1981,44,0.5324057340621948,homicide,21-24 yrs,4,74836,22.450143814086914,1,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,5.3450212478637695 +1981,44,0.5324057340621948,other external,21-24 yrs,2,74836,22.450143814086914,1,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,2.6725106239318848 +1981,44,0.5324057340621948,internal,21-24 yrs,6,74836,22.450143814086914,1,0.07097483426332474,1.3600000143051147,0.5199999809265137,1.0399999618530273,2.9200000762939453,8.017531394958496 +1982,44,0.3565172851085663,MVA,15-17 yrs,8,47305,16.02781867980957,0,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,16.911531448364258 +1982,44,0.3565172851085663,suicide,15-17 yrs,0,47305,16.02781867980957,0,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,0 +1982,44,0.3565172851085663,homicide,15-17 yrs,2,47305,16.02781867980957,0,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,4.2278828620910645 +1982,44,0.3565172851085663,other external,15-17 yrs,0,47305,16.02781867980957,0,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,0 +1982,44,0.3565172851085663,internal,15-17 yrs,0,47305,16.02781867980957,0,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,0 +1982,44,0.3565172851085663,all,18-20 yrs,50,54808,19.04238510131836,0.3565172851085663,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,91.22755432128906 +1982,44,0.3565172851085663,MVA,18-20 yrs,18,54808,19.04238510131836,0.3565172851085663,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,32.841922760009766 +1982,44,0.3565172851085663,suicide,18-20 yrs,10,54808,19.04238510131836,0.3565172851085663,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,18.245512008666992 +1982,44,0.3565172851085663,homicide,18-20 yrs,4,54808,19.04238510131836,0.3565172851085663,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,7.29820442199707 +1982,44,0.3565172851085663,other external,18-20 yrs,10,54808,19.04238510131836,0.3565172851085663,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,18.245512008666992 +1982,44,0.3565172851085663,internal,18-20 yrs,8,54808,19.04238510131836,0.3565172851085663,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,14.59640884399414 +1982,44,0.3565172851085663,all,21-24 yrs,44,77413,22.454652786254883,1,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,56.83799743652344 +1982,44,0.3565172851085663,MVA,21-24 yrs,14,77413,22.454652786254883,1,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,18.08481788635254 +1982,44,0.3565172851085663,suicide,21-24 yrs,10,77413,22.454652786254883,1,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,12.91772747039795 +1982,44,0.3565172851085663,homicide,21-24 yrs,6,77413,22.454652786254883,1,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,7.750636100769043 +1982,44,0.3565172851085663,other external,21-24 yrs,2,77413,22.454652786254883,1,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,2.583545446395874 +1982,44,0.3565172851085663,internal,21-24 yrs,12,77413,22.454652786254883,1,0.06685609370470047,1.340000033378601,0.550000011920929,1.0399999618530273,2.930000066757202,15.501272201538086 +1983,44,0.33735543489456177,MVA,15-17 yrs,7,45366,16.024158477783203,0,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,15.430057525634766 +1983,44,0.33735543489456177,suicide,15-17 yrs,2,45366,16.024158477783203,0,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,4.40858793258667 +1983,44,0.33735543489456177,homicide,15-17 yrs,3,45366,16.024158477783203,0,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,6.612881660461426 +1983,44,0.33735543489456177,other external,15-17 yrs,2,45366,16.024158477783203,0,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,4.40858793258667 +1983,44,0.33735543489456177,internal,15-17 yrs,5,45366,16.024158477783203,0,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,11.021470069885254 +1983,44,0.33735543489456177,all,18-20 yrs,35,53869,19.018564224243164,0.33735543489456177,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,64.9724349975586 +1983,44,0.33735543489456177,MVA,18-20 yrs,13,53869,19.018564224243164,0.33735543489456177,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,24.132617950439453 +1983,44,0.33735543489456177,suicide,18-20 yrs,5,53869,19.018564224243164,0.33735543489456177,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,9.281776428222656 +1983,44,0.33735543489456177,homicide,18-20 yrs,2,53869,19.018564224243164,0.33735543489456177,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,3.712710380554199 +1983,44,0.33735543489456177,other external,18-20 yrs,4,53869,19.018564224243164,0.33735543489456177,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,7.425420761108398 +1983,44,0.33735543489456177,internal,18-20 yrs,11,53869,19.018564224243164,0.33735543489456177,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,20.419906616210938 +1983,44,0.33735543489456177,all,21-24 yrs,58,77682,22.492095947265625,1,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,74.66336822509766 +1983,44,0.33735543489456177,MVA,21-24 yrs,20,77682,22.492095947265625,1,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,25.745990753173828 +1983,44,0.33735543489456177,suicide,21-24 yrs,13,77682,22.492095947265625,1,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,16.734893798828125 +1983,44,0.33735543489456177,homicide,21-24 yrs,5,77682,22.492095947265625,1,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,6.436497688293457 +1983,44,0.33735543489456177,other external,21-24 yrs,9,77682,22.492095947265625,1,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,11.585695266723633 +1983,44,0.33735543489456177,internal,21-24 yrs,11,77682,22.492095947265625,1,0.06477522850036621,1.4800000190734863,0.5,1.059999942779541,3.0399999618530273,14.160294532775879 +1984,44,0.1724034696817398,MVA,15-17 yrs,8,43968,16.026838302612305,0,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,18.195051193237305 +1984,44,0.1724034696817398,suicide,15-17 yrs,2,43968,16.026838302612305,0,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,4.548762798309326 +1984,44,0.1724034696817398,homicide,15-17 yrs,0,43968,16.026838302612305,0,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,0 +1984,44,0.1724034696817398,other external,15-17 yrs,5,43968,16.026838302612305,0,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,11.371907234191895 +1984,44,0.1724034696817398,internal,15-17 yrs,9,43968,16.026838302612305,0,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,20.469432830810547 +1984,44,0.1724034696817398,all,18-20 yrs,43,54183,19.037004470825195,0.1724034696817398,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,79.360687255859375 +1984,44,0.1724034696817398,MVA,18-20 yrs,10,54183,19.037004470825195,0.1724034696817398,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,18.45597267150879 +1984,44,0.1724034696817398,suicide,18-20 yrs,8,54183,19.037004470825195,0.1724034696817398,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,14.764779090881348 +1984,44,0.1724034696817398,homicide,18-20 yrs,6,54183,19.037004470825195,0.1724034696817398,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,11.073583602905273 +1984,44,0.1724034696817398,other external,18-20 yrs,6,54183,19.037004470825195,0.1724034696817398,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,11.073583602905273 +1984,44,0.1724034696817398,internal,18-20 yrs,13,54183,19.037004470825195,0.1724034696817398,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,23.992765426635742 +1984,44,0.1724034696817398,all,21-24 yrs,58,75815,22.533679962158203,1,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,76.50201416015625 +1984,44,0.1724034696817398,MVA,21-24 yrs,22,75815,22.533679962158203,1,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,29.018003463745117 +1984,44,0.1724034696817398,suicide,21-24 yrs,8,75815,22.533679962158203,1,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,10.552001953125 +1984,44,0.1724034696817398,homicide,21-24 yrs,8,75815,22.533679962158203,1,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,10.552001953125 +1984,44,0.1724034696817398,other external,21-24 yrs,4,75815,22.533679962158203,1,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,5.2760009765625 +1984,44,0.1724034696817398,internal,21-24 yrs,16,75815,22.533679962158203,1,0.062094442546367645,1.3700000047683716,0.5199999809265137,1.0299999713897705,2.9200000762939453,21.10400390625 +1985,44,0,MVA,15-17 yrs,10,43327,16.01218605041504,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,23.08029556274414 +1985,44,0,suicide,15-17 yrs,3,43327,16.01218605041504,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,6.924088954925537 +1985,44,0,homicide,15-17 yrs,0,43327,16.01218605041504,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,0 +1985,44,0,other external,15-17 yrs,1,43327,16.01218605041504,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,2.3080296516418457 +1985,44,0,internal,15-17 yrs,11,43327,16.01218605041504,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,25.38832664489746 +1985,44,0,all,18-20 yrs,40,53951,19.042261123657227,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,74.14134979248047 +1985,44,0,MVA,18-20 yrs,18,53951,19.042261123657227,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,33.363609313964844 +1985,44,0,suicide,18-20 yrs,9,53951,19.042261123657227,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,16.681804656982422 +1985,44,0,homicide,18-20 yrs,4,53951,19.042261123657227,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,7.414134979248047 +1985,44,0,other external,18-20 yrs,2,53951,19.042261123657227,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,3.7070674896240234 +1985,44,0,internal,18-20 yrs,7,53951,19.042261123657227,0,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,12.974736213684082 +1985,44,0,all,21-24 yrs,73,74110,22.536163330078125,1,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,98.502227783203125 +1985,44,0,MVA,21-24 yrs,27,74110,22.536163330078125,1,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,36.43233108520508 +1985,44,0,suicide,21-24 yrs,11,74110,22.536163330078125,1,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,14.842801094055176 +1985,44,0,homicide,21-24 yrs,7,74110,22.536163330078125,1,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,9.4454193115234375 +1985,44,0,other external,21-24 yrs,7,74110,22.536163330078125,1,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,9.4454193115234375 +1985,44,0,internal,21-24 yrs,21,74110,22.536163330078125,1,0.05995922535657883,1.399999976158142,0.5099999904632568,1.0299999713897705,2.940000057220459,28.33625602722168 +1986,44,0,MVA,15-17 yrs,7,43334,16.004131317138672,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,16.153596878051758 +1986,44,0,suicide,15-17 yrs,1,43334,16.004131317138672,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,2.307656764984131 +1986,44,0,homicide,15-17 yrs,0,43334,16.004131317138672,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,0 +1986,44,0,other external,15-17 yrs,1,43334,16.004131317138672,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,2.307656764984131 +1986,44,0,internal,15-17 yrs,3,43334,16.004131317138672,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,6.922970294952393 +1986,44,0,all,18-20 yrs,49,53345,19.039291381835938,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,91.85490417480469 +1986,44,0,MVA,18-20 yrs,22,53345,19.039291381835938,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,41.2409782409668 +1986,44,0,suicide,18-20 yrs,9,53345,19.039291381835938,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,16.871309280395508 +1986,44,0,homicide,18-20 yrs,5,53345,19.039291381835938,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,9.372949600219727 +1986,44,0,other external,18-20 yrs,6,53345,19.039291381835938,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,11.247539520263672 +1986,44,0,internal,18-20 yrs,7,53345,19.039291381835938,0,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,13.122129440307617 +1986,44,0,all,21-24 yrs,55,71476,22.49197006225586,1,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,76.94890594482422 +1986,44,0,MVA,21-24 yrs,18,71476,22.49197006225586,1,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,25.183279037475586 +1986,44,0,suicide,21-24 yrs,11,71476,22.49197006225586,1,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,15.38978099822998 +1986,44,0,homicide,21-24 yrs,3,71476,22.49197006225586,1,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,4.197213172912598 +1986,44,0,other external,21-24 yrs,8,71476,22.49197006225586,1,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,11.192567825317383 +1986,44,0,internal,21-24 yrs,15,71476,22.49197006225586,1,0.058865081518888474,1.409999966621399,0.5299999713897705,0.9300000071525574,2.859999895095825,20.986064910888672 +1987,44,0,MVA,15-17 yrs,9,42424,16.04518699645996,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,21.214406967163086 +1987,44,0,suicide,15-17 yrs,2,42424,16.04518699645996,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,4.714312553405762 +1987,44,0,homicide,15-17 yrs,2,42424,16.04518699645996,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,4.714312553405762 +1987,44,0,other external,15-17 yrs,1,42424,16.04518699645996,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,2.357156276702881 +1987,44,0,internal,15-17 yrs,4,42424,16.04518699645996,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,9.428625106811523 +1987,44,0,all,18-20 yrs,34,53481,19.03973388671875,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,63.573978424072266 +1987,44,0,MVA,18-20 yrs,16,53481,19.03973388671875,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,29.91716766357422 +1987,44,0,suicide,18-20 yrs,6,53481,19.03973388671875,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,11.218937873840332 +1987,44,0,homicide,18-20 yrs,1,53481,19.03973388671875,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,1.8698229789733887 +1987,44,0,other external,18-20 yrs,3,53481,19.03973388671875,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,5.609468936920166 +1987,44,0,internal,18-20 yrs,8,53481,19.03973388671875,0,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,14.95858383178711 +1987,44,0,all,21-24 yrs,63,69774,22.46828269958496,1,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,90.29151153564453 +1987,44,0,MVA,21-24 yrs,25,69774,22.46828269958496,1,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,35.82996368408203 +1987,44,0,suicide,21-24 yrs,11,69774,22.46828269958496,1,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,15.76518440246582 +1987,44,0,homicide,21-24 yrs,5,69774,22.46828269958496,1,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,7.1659932136535645 +1987,44,0,other external,21-24 yrs,7,69774,22.46828269958496,1,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,10.032390594482422 +1987,44,0,internal,21-24 yrs,15,69774,22.46828269958496,1,0.05679236724972725,1.399999976158142,0.5099999904632568,0.9399999976158142,2.8499999046325684,21.49798011779785 +1988,44,0,MVA,15-17 yrs,10,40103,16.07370948791504,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,24.935791015625 +1988,44,0,suicide,15-17 yrs,3,40103,16.07370948791504,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,7.480737209320068 +1988,44,0,homicide,15-17 yrs,3,40103,16.07370948791504,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,7.480737209320068 +1988,44,0,other external,15-17 yrs,3,40103,16.07370948791504,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,7.480737209320068 +1988,44,0,internal,15-17 yrs,3,40103,16.07370948791504,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,7.480737209320068 +1988,44,0,all,18-20 yrs,39,54069,19.025300979614258,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,72.13005828857422 +1988,44,0,MVA,18-20 yrs,15,54069,19.025300979614258,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,27.742328643798828 +1988,44,0,suicide,18-20 yrs,5,54069,19.025300979614258,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,9.247443199157715 +1988,44,0,homicide,18-20 yrs,6,54069,19.025300979614258,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,11.096931457519531 +1988,44,0,other external,18-20 yrs,5,54069,19.025300979614258,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,9.247443199157715 +1988,44,0,internal,18-20 yrs,8,54069,19.025300979614258,0,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,14.79590892791748 +1988,44,0,all,21-24 yrs,50,68913,22.473989486694336,1,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,72.55525207519531 +1988,44,0,MVA,21-24 yrs,17,68913,22.473989486694336,1,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,24.668785095214844 +1988,44,0,suicide,21-24 yrs,12,68913,22.473989486694336,1,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,17.413259506225586 +1988,44,0,homicide,21-24 yrs,7,68913,22.473989486694336,1,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,10.157734870910645 +1988,44,0,other external,21-24 yrs,5,68913,22.473989486694336,1,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,7.2555251121521 +1988,44,0,internal,21-24 yrs,9,68913,22.473989486694336,1,0.05453603342175484,1.3899999856948853,0.49000000953674316,0.9700000286102295,2.8499999046325684,13.059945106506348 +1989,44,0,MVA,15-17 yrs,8,37187,16.05039405822754,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,21.512893676757812 +1989,44,0,suicide,15-17 yrs,4,37187,16.05039405822754,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,10.756446838378906 +1989,44,0,homicide,15-17 yrs,4,37187,16.05039405822754,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,10.756446838378906 +1989,44,0,other external,15-17 yrs,1,37187,16.05039405822754,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,2.6891117095947266 +1989,44,0,internal,15-17 yrs,5,37187,16.05039405822754,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,13.445558547973633 +1989,44,0,all,18-20 yrs,38,55163,19.018707275390625,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,68.88675689697266 +1989,44,0,MVA,18-20 yrs,15,55163,19.018707275390625,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,27.192140579223633 +1989,44,0,suicide,18-20 yrs,11,55163,19.018707275390625,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,19.940902709960938 +1989,44,0,homicide,18-20 yrs,5,55163,19.018707275390625,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,9.064046859741211 +1989,44,0,other external,18-20 yrs,2,55163,19.018707275390625,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,3.6256186962127686 +1989,44,0,internal,18-20 yrs,5,55163,19.018707275390625,0,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,9.064046859741211 +1989,44,0,all,21-24 yrs,55,67242,22.468442916870117,1,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,81.79411315917969 +1989,44,0,MVA,21-24 yrs,16,67242,22.468442916870117,1,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,23.794652938842773 +1989,44,0,suicide,21-24 yrs,9,67242,22.468442916870117,1,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,13.384491920471191 +1989,44,0,homicide,21-24 yrs,7,67242,22.468442916870117,1,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,10.410160064697266 +1989,44,0,other external,21-24 yrs,7,67242,22.468442916870117,1,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,10.410160064697266 +1989,44,0,internal,21-24 yrs,16,67242,22.468442916870117,1,0.07822580635547638,1.3700000047683716,0.46000000834465027,0.8700000047683716,2.690000057220459,23.794652938842773 +1990,44,0,MVA,15-17 yrs,10,35487,16.029024124145508,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,28.179332733154297 +1990,44,0,suicide,15-17 yrs,2,35487,16.029024124145508,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,5.635866641998291 +1990,44,0,homicide,15-17 yrs,6,35487,16.029024124145508,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,16.90760040283203 +1990,44,0,other external,15-17 yrs,0,35487,16.029024124145508,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,0 +1990,44,0,internal,15-17 yrs,5,35487,16.029024124145508,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,14.089666366577148 +1990,44,0,all,18-20 yrs,39,54328,19.075265884399414,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,71.78618621826172 +1990,44,0,MVA,18-20 yrs,11,54328,19.075265884399414,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,20.247386932373047 +1990,44,0,suicide,18-20 yrs,9,54328,19.075265884399414,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,16.566043853759766 +1990,44,0,homicide,18-20 yrs,4,54328,19.075265884399414,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,7.362685680389404 +1990,44,0,other external,18-20 yrs,6,54328,19.075265884399414,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,11.044029235839844 +1990,44,0,internal,18-20 yrs,9,54328,19.075265884399414,0,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,16.566043853759766 +1990,44,0,all,21-24 yrs,52,66465,22.450101852416992,1,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,78.236663818359375 +1990,44,0,MVA,21-24 yrs,14,66465,22.450101852416992,1,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,21.063716888427734 +1990,44,0,suicide,21-24 yrs,11,66465,22.450101852416992,1,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,16.550064086914062 +1990,44,0,homicide,21-24 yrs,5,66465,22.450101852416992,1,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,7.522756099700928 +1990,44,0,other external,21-24 yrs,7,66465,22.450101852416992,1,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,10.531858444213867 +1990,44,0,internal,21-24 yrs,15,66465,22.450101852416992,1,0.07421576231718063,1.309999942779541,0.4399999976158142,0.7900000214576721,2.5399999618530273,22.568269729614258 +1991,44,0,MVA,15-17 yrs,4,34573,16.019927978515625,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,11.569722175598145 +1991,44,0,suicide,15-17 yrs,1,34573,16.019927978515625,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,2.892430543899536 +1991,44,0,homicide,15-17 yrs,3,34573,16.019927978515625,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,8.6772918701171875 +1991,44,0,other external,15-17 yrs,1,34573,16.019927978515625,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,2.892430543899536 +1991,44,0,internal,15-17 yrs,4,34573,16.019927978515625,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,11.569722175598145 +1991,44,0,all,18-20 yrs,23,47640,19.146095275878906,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,48.27875900268555 +1991,44,0,MVA,18-20 yrs,5,47640,19.146095275878906,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,10.495382308959961 +1991,44,0,suicide,18-20 yrs,6,47640,19.146095275878906,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,12.59445858001709 +1991,44,0,homicide,18-20 yrs,3,47640,19.146095275878906,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,6.297229290008545 +1991,44,0,other external,18-20 yrs,3,47640,19.146095275878906,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,6.297229290008545 +1991,44,0,internal,18-20 yrs,6,47640,19.146095275878906,0,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,12.59445858001709 +1991,44,0,all,21-24 yrs,50,68453,22.425094604492188,1,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,73.042816162109375 +1991,44,0,MVA,21-24 yrs,17,68453,22.425094604492188,1,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,24.834558486938477 +1991,44,0,suicide,21-24 yrs,4,68453,22.425094604492188,1,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,5.843425273895264 +1991,44,0,homicide,21-24 yrs,9,68453,22.425094604492188,1,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,13.147706985473633 +1991,44,0,other external,21-24 yrs,6,68453,22.425094604492188,1,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,8.765137672424316 +1991,44,0,internal,21-24 yrs,14,68453,22.425094604492188,1,0.07121879607439041,1.3300000429153442,0.3700000047683716,0.7099999785423279,2.4100000858306885,20.451988220214844 +1992,44,0,MVA,15-17 yrs,9,34644,15.999018669128418,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,25.978525161743164 +1992,44,0,suicide,15-17 yrs,1,34644,15.999018669128418,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,2.886502742767334 +1992,44,0,homicide,15-17 yrs,0,34644,15.999018669128418,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,0 +1992,44,0,other external,15-17 yrs,2,34644,15.999018669128418,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,5.773005485534668 +1992,44,0,internal,15-17 yrs,6,34644,15.999018669128418,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,17.319015502929688 +1992,44,0,all,18-20 yrs,23,40498,19.108598709106445,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,56.79292678833008 +1992,44,0,MVA,18-20 yrs,8,40498,19.108598709106445,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,19.75406265258789 +1992,44,0,suicide,18-20 yrs,3,40498,19.108598709106445,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,7.407773017883301 +1992,44,0,homicide,18-20 yrs,6,40498,19.108598709106445,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,14.815546035766602 +1992,44,0,other external,18-20 yrs,1,40498,19.108598709106445,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,2.4692578315734863 +1992,44,0,internal,18-20 yrs,5,40498,19.108598709106445,0,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,12.346288681030273 +1992,44,0,all,21-24 yrs,38,69986,22.440874099731445,1,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,54.296573638916016 +1992,44,0,MVA,21-24 yrs,9,69986,22.440874099731445,1,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,12.85971450805664 +1992,44,0,suicide,21-24 yrs,3,69986,22.440874099731445,1,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,4.286571502685547 +1992,44,0,homicide,21-24 yrs,6,69986,22.440874099731445,1,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,8.573143005371094 +1992,44,0,other external,21-24 yrs,7,69986,22.440874099731445,1,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,10.00200080871582 +1992,44,0,internal,21-24 yrs,13,69986,22.440874099731445,1,0.0691375657916069,1.2400000095367432,0.38999998569488525,0.699999988079071,2.3299999237060547,18.575143814086914 +1993,44,0,MVA,15-17 yrs,2,35214,15.975833892822266,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,5.679559230804443 +1993,44,0,suicide,15-17 yrs,2,35214,15.975833892822266,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,5.679559230804443 +1993,44,0,homicide,15-17 yrs,6,35214,15.975833892822266,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,17.038677215576172 +1993,44,0,other external,15-17 yrs,2,35214,15.975833892822266,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,5.679559230804443 +1993,44,0,internal,15-17 yrs,5,35214,15.975833892822266,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,14.198898315429688 +1993,44,0,all,18-20 yrs,18,36447,19.03374671936035,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,49.38677978515625 +1993,44,0,MVA,18-20 yrs,3,36447,19.03374671936035,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,8.231130599975586 +1993,44,0,suicide,18-20 yrs,2,36447,19.03374671936035,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,5.487420082092285 +1993,44,0,homicide,18-20 yrs,5,36447,19.03374671936035,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,13.718550682067871 +1993,44,0,other external,18-20 yrs,4,36447,19.03374671936035,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,10.97484016418457 +1993,44,0,internal,18-20 yrs,4,36447,19.03374671936035,0,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,10.97484016418457 +1993,44,0,all,21-24 yrs,41,67997,22.532655715942383,1,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,60.29677963256836 +1993,44,0,MVA,21-24 yrs,9,67997,22.532655715942383,1,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,13.235877990722656 +1993,44,0,suicide,21-24 yrs,7,67997,22.532655715942383,1,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,10.294571876525879 +1993,44,0,homicide,21-24 yrs,4,67997,22.532655715942383,1,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,5.882612705230713 +1993,44,0,other external,21-24 yrs,5,67997,22.532655715942383,1,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,7.353265762329102 +1993,44,0,internal,21-24 yrs,16,67997,22.532655715942383,1,0.06712803244590759,1.2200000286102295,0.36000001430511475,0.6899999976158142,2.2699999809265137,23.53045082092285 +1994,44,0,MVA,15-17 yrs,3,36172,15.981505393981934,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,8.293707847595215 +1994,44,0,suicide,15-17 yrs,0,36172,15.981505393981934,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,0 +1994,44,0,homicide,15-17 yrs,0,36172,15.981505393981934,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,0 +1994,44,0,other external,15-17 yrs,1,36172,15.981505393981934,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,2.7645692825317383 +1994,44,0,internal,15-17 yrs,6,36172,15.981505393981934,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,16.58741569519043 +1994,44,0,all,18-20 yrs,22,35306,19.029088973999023,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,62.312355041503906 +1994,44,0,MVA,18-20 yrs,3,35306,19.029088973999023,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,8.497138977050781 +1994,44,0,suicide,18-20 yrs,1,35306,19.029088973999023,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,2.8323798179626465 +1994,44,0,homicide,18-20 yrs,4,35306,19.029088973999023,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,11.329519271850586 +1994,44,0,other external,18-20 yrs,4,35306,19.029088973999023,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,11.329519271850586 +1994,44,0,internal,18-20 yrs,10,35306,19.029088973999023,0,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,28.32379722595215 +1994,44,0,all,21-24 yrs,47,62246,22.649471282958984,1,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,75.5068588256836 +1994,44,0,MVA,21-24 yrs,13,62246,22.649471282958984,1,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,20.884876251220703 +1994,44,0,suicide,21-24 yrs,8,62246,22.649471282958984,1,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,12.8522310256958 +1994,44,0,homicide,21-24 yrs,10,62246,22.649471282958984,1,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,16.065288543701172 +1994,44,0,other external,21-24 yrs,6,62246,22.649471282958984,1,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,9.63917350769043 +1994,44,0,internal,21-24 yrs,10,62246,22.649471282958984,1,0.06545209139585495,1.2300000190734863,0.3799999952316284,0.6600000262260437,2.2699999809265137,16.065288543701172 +1995,44,0,MVA,15-17 yrs,4,37050,15.973278999328613,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,10.796221733093262 +1995,44,0,suicide,15-17 yrs,1,37050,15.973278999328613,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,2.6990554332733154 +1995,44,0,homicide,15-17 yrs,3,37050,15.973278999328613,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,8.097166061401367 +1995,44,0,other external,15-17 yrs,3,37050,15.973278999328613,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,8.097166061401367 +1995,44,0,internal,15-17 yrs,1,37050,15.973278999328613,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,2.6990554332733154 +1995,44,0,all,18-20 yrs,22,35262,19.012676239013672,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,62.39011001586914 +1995,44,0,MVA,18-20 yrs,6,35262,19.012676239013672,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,17.015483856201172 +1995,44,0,suicide,18-20 yrs,1,35262,19.012676239013672,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,2.835913896560669 +1995,44,0,homicide,18-20 yrs,9,35262,19.012676239013672,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,25.523225784301758 +1995,44,0,other external,18-20 yrs,1,35262,19.012676239013672,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,2.835913896560669 +1995,44,0,internal,18-20 yrs,5,35262,19.012676239013672,0,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,14.179570198059082 +1995,44,0,all,21-24 yrs,29,55352,22.67569351196289,1,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,52.391963958740234 +1995,44,0,MVA,21-24 yrs,4,55352,22.67569351196289,1,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,7.22647762298584 +1995,44,0,suicide,21-24 yrs,6,55352,22.67569351196289,1,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,10.839716911315918 +1995,44,0,homicide,21-24 yrs,5,55352,22.67569351196289,1,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,9.033097267150879 +1995,44,0,other external,21-24 yrs,4,55352,22.67569351196289,1,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,7.22647762298584 +1995,44,0,internal,21-24 yrs,10,55352,22.67569351196289,1,0.0636482983827591,1.190000057220459,0.3799999952316284,0.6000000238418579,2.1700000762939453,18.066194534301758 +1996,44,0,MVA,15-17 yrs,2,37609,15.983434677124023,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,5.317875862121582 +1996,44,0,suicide,15-17 yrs,3,37609,15.983434677124023,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,7.976814270019531 +1996,44,0,homicide,15-17 yrs,3,37609,15.983434677124023,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,7.976814270019531 +1996,44,0,other external,15-17 yrs,0,37609,15.983434677124023,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,0 +1996,44,0,internal,15-17 yrs,3,37609,15.983434677124023,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,7.976814270019531 +1996,44,0,all,18-20 yrs,17,35738,18.997089385986328,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,47.56841278076172 +1996,44,0,MVA,18-20 yrs,7,35738,18.997089385986328,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,19.586994171142578 +1996,44,0,suicide,18-20 yrs,2,35738,18.997089385986328,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,5.596283912658691 +1996,44,0,homicide,18-20 yrs,2,35738,18.997089385986328,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,5.596283912658691 +1996,44,0,other external,18-20 yrs,2,35738,18.997089385986328,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,5.596283912658691 +1996,44,0,internal,18-20 yrs,4,35738,18.997089385986328,0,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,11.192567825317383 +1996,44,0,all,21-24 yrs,42,49117,22.588960647583008,1,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,85.5101089477539 +1996,44,0,MVA,21-24 yrs,10,49117,22.588960647583008,1,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,20.35955047607422 +1996,44,0,suicide,21-24 yrs,11,49117,22.588960647583008,1,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,22.395503997802734 +1996,44,0,homicide,21-24 yrs,5,49117,22.588960647583008,1,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,10.17977523803711 +1996,44,0,other external,21-24 yrs,5,49117,22.588960647583008,1,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,10.17977523803711 +1996,44,0,internal,21-24 yrs,11,49117,22.588960647583008,1,0.06182282045483589,1.159999966621399,0.41999998688697815,0.6499999761581421,2.240000009536743,22.395503997802734 +1970,45,1,MVA,15-17 yrs,71,167616,15.989923477172852,0,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,42.358726501464844 +1970,45,1,suicide,15-17 yrs,3,167616,15.989923477172852,0,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,1.789805293083191 +1970,45,1,homicide,15-17 yrs,16,167616,15.989923477172852,0,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,9.545628547668457 +1970,45,1,other external,15-17 yrs,59,167616,15.989923477172852,0,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,35.19950485229492 +1970,45,1,internal,15-17 yrs,46,167616,15.989923477172852,0,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,27.443681716918945 +1970,45,1,all,18-20 yrs,250,168116,18.990251541137695,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,148.70684814453125 +1970,45,1,MVA,18-20 yrs,122,168116,18.990251541137695,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,72.568939208984375 +1970,45,1,suicide,18-20 yrs,10,168116,18.990251541137695,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,5.948273658752441 +1970,45,1,homicide,18-20 yrs,34,168116,18.990251541137695,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,20.224130630493164 +1970,45,1,other external,18-20 yrs,33,168116,18.990251541137695,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,19.629302978515625 +1970,45,1,internal,18-20 yrs,51,168116,18.990251541137695,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,30.336196899414062 +1970,45,1,all,21-24 yrs,348,183637,22.387502670288086,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,189.50428771972656 +1970,45,1,MVA,21-24 yrs,134,183637,22.387502670288086,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,72.97004699707031 +1970,45,1,suicide,21-24 yrs,17,183637,22.387502670288086,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,9.257393836975098 +1970,45,1,homicide,21-24 yrs,42,183637,22.387502670288086,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,22.87120819091797 +1970,45,1,other external,21-24 yrs,57,183637,22.387502670288086,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,31.03949546813965 +1970,45,1,internal,21-24 yrs,98,183637,22.387502670288086,1,1.984536051750183,0.800000011920929,0.1599999964237213,1.090000033378601,2.0399999618530273,53.36614990234375 +1971,45,1,MVA,15-17 yrs,72,171381,16.000139236450195,0,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,42.01165771484375 +1971,45,1,suicide,15-17 yrs,4,171381,16.000139236450195,0,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,2.3339810371398926 +1971,45,1,homicide,15-17 yrs,14,171381,16.000139236450195,0,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,8.168933868408203 +1971,45,1,other external,15-17 yrs,38,171381,16.000139236450195,0,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,22.172819137573242 +1971,45,1,internal,15-17 yrs,58,171381,16.000139236450195,0,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,33.84272384643555 +1971,45,1,all,18-20 yrs,232,176266,19.022789001464844,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,131.6192626953125 +1971,45,1,MVA,18-20 yrs,101,176266,19.022789001464844,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,57.29976272583008 +1971,45,1,suicide,18-20 yrs,7,176266,19.022789001464844,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,3.971270799636841 +1971,45,1,homicide,18-20 yrs,34,176266,19.022789001464844,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,19.28902816772461 +1971,45,1,other external,18-20 yrs,40,176266,19.022789001464844,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,22.692975997924805 +1971,45,1,internal,18-20 yrs,50,176266,19.022789001464844,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,28.36621856689453 +1971,45,1,all,21-24 yrs,346,205552,22.468231201171875,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,168.32723999023438 +1971,45,1,MVA,21-24 yrs,127,205552,22.468231201171875,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,61.78485107421875 +1971,45,1,suicide,21-24 yrs,17,205552,22.468231201171875,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,8.270413398742676 +1971,45,1,homicide,21-24 yrs,75,205552,22.468231201171875,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,36.487117767333984 +1971,45,1,other external,21-24 yrs,54,205552,22.468231201171875,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,26.27072525024414 +1971,45,1,internal,21-24 yrs,73,205552,22.468231201171875,1,1.90123450756073,0.8600000143051147,0.1899999976158142,1.1100000143051147,2.1600000858306885,35.514129638671875 +1972,45,1,MVA,15-17 yrs,108,175449,15.997246742248535,0,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,61.55635070800781 +1972,45,1,suicide,15-17 yrs,8,175449,15.997246742248535,0,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,4.55972957611084 +1972,45,1,homicide,15-17 yrs,10,175449,15.997246742248535,0,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,5.699662208557129 +1972,45,1,other external,15-17 yrs,26,175449,15.997246742248535,0,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,14.819121360778809 +1972,45,1,internal,15-17 yrs,54,175449,15.997246742248535,0,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,30.778175354003906 +1972,45,1,all,18-20 yrs,294,178111,19.006473541259766,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,165.0655975341797 +1972,45,1,MVA,18-20 yrs,122,178111,19.006473541259766,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,68.496612548828125 +1972,45,1,suicide,18-20 yrs,20,178111,19.006473541259766,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,11.228952407836914 +1972,45,1,homicide,18-20 yrs,20,178111,19.006473541259766,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,11.228952407836914 +1972,45,1,other external,18-20 yrs,66,178111,19.006473541259766,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,37.055545806884766 +1972,45,1,internal,18-20 yrs,66,178111,19.006473541259766,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,37.055545806884766 +1972,45,1,all,21-24 yrs,364,211671,22.418025970458984,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,171.96498107910156 +1972,45,1,MVA,21-24 yrs,154,211671,22.418025970458984,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,72.7544174194336 +1972,45,1,suicide,21-24 yrs,28,211671,22.418025970458984,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,13.228075981140137 +1972,45,1,homicide,21-24 yrs,52,211671,22.418025970458984,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,24.566425323486328 +1972,45,1,other external,21-24 yrs,52,211671,22.418025970458984,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,24.566425323486328 +1972,45,1,internal,21-24 yrs,78,211671,22.418025970458984,1,1.8421052694320679,0.9200000166893005,0.20999999344348907,1.090000033378601,2.2200000286102295,36.849639892578125 +1973,45,1,MVA,15-17 yrs,77,178347,16.000017166137695,0,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,43.17426300048828 +1973,45,1,suicide,15-17 yrs,12,178347,16.000017166137695,0,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,6.728456497192383 +1973,45,1,homicide,15-17 yrs,9,178347,16.000017166137695,0,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,5.046342372894287 +1973,45,1,other external,15-17 yrs,55,178347,16.000017166137695,0,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,30.83875846862793 +1973,45,1,internal,15-17 yrs,44,178347,16.000017166137695,0,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,24.67100715637207 +1973,45,1,all,18-20 yrs,266,181692,18.99652671813965,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,146.40159606933594 +1973,45,1,MVA,18-20 yrs,113,181692,18.99652671813965,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,62.19316101074219 +1973,45,1,suicide,18-20 yrs,15,181692,18.99652671813965,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,8.255729675292969 +1973,45,1,homicide,18-20 yrs,31,181692,18.99652671813965,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,17.061840057373047 +1973,45,1,other external,18-20 yrs,54,181692,18.99652671813965,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,29.720626831054688 +1973,45,1,internal,18-20 yrs,53,181692,18.99652671813965,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,29.170244216918945 +1973,45,1,all,21-24 yrs,369,217979,22.4296875,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,169.28236389160156 +1973,45,1,MVA,21-24 yrs,135,217979,22.4296875,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,61.93257141113281 +1973,45,1,suicide,21-24 yrs,23,217979,22.4296875,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,10.551475524902344 +1973,45,1,homicide,21-24 yrs,60,217979,22.4296875,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,27.52558708190918 +1973,45,1,other external,21-24 yrs,58,217979,22.4296875,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,26.608068466186523 +1973,45,1,internal,21-24 yrs,93,217979,22.4296875,1,1.734234094619751,1,0.20000000298023224,1.090000033378601,2.2899999618530273,42.6646614074707 +1974,45,1,MVA,15-17 yrs,81,181282,16.01383399963379,0,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,44.681766510009766 +1974,45,1,suicide,15-17 yrs,9,181282,16.01383399963379,0,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,4.9646406173706055 +1974,45,1,homicide,15-17 yrs,9,181282,16.01383399963379,0,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,4.9646406173706055 +1974,45,1,other external,15-17 yrs,64,181282,16.01383399963379,0,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,35.30411148071289 +1974,45,1,internal,15-17 yrs,39,181282,16.01383399963379,0,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,21.513442993164062 +1974,45,1,all,18-20 yrs,249,188690,19.002405166625977,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,131.9624786376953 +1974,45,1,MVA,18-20 yrs,94,188690,19.002405166625977,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,49.817161560058594 +1974,45,1,suicide,18-20 yrs,17,188690,19.002405166625977,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,9.009486198425293 +1974,45,1,homicide,18-20 yrs,34,188690,19.002405166625977,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,18.018972396850586 +1974,45,1,other external,18-20 yrs,48,188690,19.002405166625977,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,25.43855094909668 +1974,45,1,internal,18-20 yrs,56,188690,19.002405166625977,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,29.678308486938477 +1974,45,1,all,21-24 yrs,378,227447,22.455078125,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,166.19256591796875 +1974,45,1,MVA,21-24 yrs,118,227447,22.455078125,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,51.880218505859375 +1974,45,1,suicide,21-24 yrs,24,227447,22.455078125,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,10.551908493041992 +1974,45,1,homicide,21-24 yrs,73,227447,22.455078125,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,32.09539031982422 +1974,45,1,other external,21-24 yrs,83,227447,22.455078125,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,36.49201965332031 +1974,45,1,internal,21-24 yrs,80,227447,22.455078125,1,1.5618661642074585,1.059999942779541,0.1899999976158142,1.100000023841858,2.359999895095825,35.173030853271484 +1975,45,1,MVA,15-17 yrs,62,182237,16.00672149658203,0,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,34.021629333496094 +1975,45,1,suicide,15-17 yrs,8,182237,16.00672149658203,0,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,4.389887809753418 +1975,45,1,homicide,15-17 yrs,17,182237,16.00672149658203,0,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,9.328512191772461 +1975,45,1,other external,15-17 yrs,52,182237,16.00672149658203,0,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,28.534271240234375 +1975,45,1,internal,15-17 yrs,31,182237,16.00672149658203,0,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,17.010814666748047 +1975,45,1,all,18-20 yrs,244,193929,18.998886108398438,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,125.81924438476562 +1975,45,1,MVA,18-20 yrs,89,193929,18.998886108398438,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,45.89308547973633 +1975,45,1,suicide,18-20 yrs,19,193929,18.998886108398438,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,9.79740047454834 +1975,45,1,homicide,18-20 yrs,30,193929,18.998886108398438,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,15.469578742980957 +1975,45,1,other external,18-20 yrs,56,193929,18.998886108398438,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,28.87654685974121 +1975,45,1,internal,18-20 yrs,50,193929,18.998886108398438,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,25.782630920410156 +1975,45,1,all,21-24 yrs,323,233242,22.469881057739258,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,138.48277282714844 +1975,45,1,MVA,21-24 yrs,102,233242,22.469881057739258,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,43.73140335083008 +1975,45,1,suicide,21-24 yrs,32,233242,22.469881057739258,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,13.719655990600586 +1975,45,1,homicide,21-24 yrs,50,233242,22.469881057739258,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,21.436962127685547 +1975,45,1,other external,21-24 yrs,70,233242,22.469881057739258,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,30.011747360229492 +1975,45,1,internal,21-24 yrs,69,233242,22.469881057739258,1,1.4312267303466797,1.090000033378601,0.2199999988079071,1.0800000429153442,2.390000104904175,29.5830078125 +1976,45,1,MVA,15-17 yrs,77,182784,16.0051326751709,0,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,42.126224517822266 +1976,45,1,suicide,15-17 yrs,4,182784,16.0051326751709,0,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,2.188375234603882 +1976,45,1,homicide,15-17 yrs,8,182784,16.0051326751709,0,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,4.376750469207764 +1976,45,1,other external,15-17 yrs,37,182784,16.0051326751709,0,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,20.24247169494629 +1976,45,1,internal,15-17 yrs,34,182784,16.0051326751709,0,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,18.6011905670166 +1976,45,1,all,18-20 yrs,228,197044,19.004186630249023,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,115.71019744873047 +1976,45,1,MVA,18-20 yrs,92,197044,19.004186630249023,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,46.69007873535156 +1976,45,1,suicide,18-20 yrs,12,197044,19.004186630249023,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,6.090010166168213 +1976,45,1,homicide,18-20 yrs,31,197044,19.004186630249023,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,15.732526779174805 +1976,45,1,other external,18-20 yrs,46,197044,19.004186630249023,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,23.34503936767578 +1976,45,1,internal,18-20 yrs,47,197044,19.004186630249023,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,23.852540969848633 +1976,45,1,all,21-24 yrs,310,235648,22.4517879486084,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,131.55213928222656 +1976,45,1,MVA,21-24 yrs,107,235648,22.4517879486084,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,45.406707763671875 +1976,45,1,suicide,21-24 yrs,29,235648,22.4517879486084,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,12.306490898132324 +1976,45,1,homicide,21-24 yrs,34,235648,22.4517879486084,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,14.428299903869629 +1976,45,1,other external,21-24 yrs,67,235648,22.4517879486084,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,28.43223762512207 +1976,45,1,internal,21-24 yrs,73,235648,22.4517879486084,1,1.3532512187957764,1.1200000047683716,0.20000000298023224,1.190000057220459,2.5199999809265137,30.978408813476562 +1977,45,1,MVA,15-17 yrs,77,183553,16.01102638244629,0,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,41.949737548828125 +1977,45,1,suicide,15-17 yrs,11,183553,16.01102638244629,0,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,5.992819309234619 +1977,45,1,homicide,15-17 yrs,8,183553,16.01102638244629,0,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,4.358414173126221 +1977,45,1,other external,15-17 yrs,44,183553,16.01102638244629,0,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,23.971277236938477 +1977,45,1,internal,15-17 yrs,48,183553,16.01102638244629,0,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,26.15048599243164 +1977,45,1,all,18-20 yrs,280,198267,19.015897750854492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,141.2237091064453 +1977,45,1,MVA,18-20 yrs,132,198267,19.015897750854492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,66.57688903808594 +1977,45,1,suicide,18-20 yrs,20,198267,19.015897750854492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,10.087407112121582 +1977,45,1,homicide,18-20 yrs,24,198267,19.015897750854492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,12.104888916015625 +1977,45,1,other external,18-20 yrs,55,198267,19.015897750854492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,27.74036979675293 +1977,45,1,internal,18-20 yrs,49,198267,19.015897750854492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,24.714147567749023 +1977,45,1,all,21-24 yrs,361,238942,22.448514938354492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,151.0826873779297 +1977,45,1,MVA,21-24 yrs,119,238942,22.448514938354492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,49.802879333496094 +1977,45,1,suicide,21-24 yrs,44,238942,22.448514938354492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,18.41451072692871 +1977,45,1,homicide,21-24 yrs,50,238942,22.448514938354492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,20.925580978393555 +1977,45,1,other external,21-24 yrs,65,238942,22.448514938354492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,27.20325469970703 +1977,45,1,internal,21-24 yrs,83,238942,22.448514938354492,1,1.2706270217895508,1.1699999570846558,0.17000000178813934,1.1399999856948853,2.490000009536743,34.7364616394043 +1978,45,1,MVA,15-17 yrs,97,184328,16.008256912231445,0,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,52.62358474731445 +1978,45,1,suicide,15-17 yrs,10,184328,16.008256912231445,0,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,5.425111770629883 +1978,45,1,homicide,15-17 yrs,7,184328,16.008256912231445,0,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,3.7975783348083496 +1978,45,1,other external,15-17 yrs,32,184328,16.008256912231445,0,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,17.3603572845459 +1978,45,1,internal,15-17 yrs,30,184328,16.008256912231445,0,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,16.27533531188965 +1978,45,1,all,18-20 yrs,240,198619,19.009077072143555,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,120.83435821533203 +1978,45,1,MVA,18-20 yrs,112,198619,19.009077072143555,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,56.38936996459961 +1978,45,1,suicide,18-20 yrs,25,198619,19.009077072143555,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,12.586912155151367 +1978,45,1,homicide,18-20 yrs,18,198619,19.009077072143555,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,9.062577247619629 +1978,45,1,other external,18-20 yrs,41,198619,19.009077072143555,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,20.642536163330078 +1978,45,1,internal,18-20 yrs,44,198619,19.009077072143555,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,22.152965545654297 +1978,45,1,all,21-24 yrs,327,243817,22.446556091308594,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,134.11697387695312 +1978,45,1,MVA,21-24 yrs,102,243817,22.446556091308594,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,41.83465576171875 +1978,45,1,suicide,21-24 yrs,43,243817,22.446556091308594,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,17.63617706298828 +1978,45,1,homicide,21-24 yrs,42,243817,22.446556091308594,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,17.22603416442871 +1978,45,1,other external,21-24 yrs,51,243817,22.446556091308594,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,20.917327880859375 +1978,45,1,internal,21-24 yrs,89,243817,22.446556091308594,1,1.1809816360473633,1.2000000476837158,0.17000000178813934,1.2100000381469727,2.5899999141693115,36.50278854370117 +1979,45,1,MVA,15-17 yrs,63,184936,16.003536224365234,0,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,34.06583786010742 +1979,45,1,suicide,15-17 yrs,7,184936,16.003536224365234,0,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,3.785093307495117 +1979,45,1,homicide,15-17 yrs,10,184936,16.003536224365234,0,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,5.407276153564453 +1979,45,1,other external,15-17 yrs,33,184936,16.003536224365234,0,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,17.844011306762695 +1979,45,1,internal,15-17 yrs,32,184936,16.003536224365234,0,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,17.30328369140625 +1979,45,1,all,18-20 yrs,238,199538,19.006790161132812,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,119.27552795410156 +1979,45,1,MVA,18-20 yrs,106,199538,19.006790161132812,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,53.12271499633789 +1979,45,1,suicide,18-20 yrs,26,199538,19.006790161132812,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,13.030099868774414 +1979,45,1,homicide,18-20 yrs,24,199538,19.006790161132812,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,12.02778434753418 +1979,45,1,other external,18-20 yrs,41,199538,19.006790161132812,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,20.54746437072754 +1979,45,1,internal,18-20 yrs,41,199538,19.006790161132812,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,20.54746437072754 +1979,45,1,all,21-24 yrs,322,246536,22.45070457458496,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,130.60972595214844 +1979,45,1,MVA,21-24 yrs,118,246536,22.45070457458496,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,47.86319351196289 +1979,45,1,suicide,21-24 yrs,29,246536,22.45070457458496,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,11.762988090515137 +1979,45,1,homicide,21-24 yrs,48,246536,22.45070457458496,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,19.469772338867188 +1979,45,1,other external,21-24 yrs,59,246536,22.45070457458496,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,23.931596755981445 +1979,45,1,internal,21-24 yrs,68,246536,22.45070457458496,1,1.0606060028076172,1.25,0.17000000178813934,1.1799999475479126,2.5999999046325684,27.582178115844727 +1980,45,1,MVA,15-17 yrs,67,182470,16.0208740234375,0,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,36.71836471557617 +1980,45,1,suicide,15-17 yrs,6,182470,16.0208740234375,0,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,3.2882118225097656 +1980,45,1,homicide,15-17 yrs,8,182470,16.0208740234375,0,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,4.384282112121582 +1980,45,1,other external,15-17 yrs,36,182470,16.0208740234375,0,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,19.729270935058594 +1980,45,1,internal,15-17 yrs,26,182470,16.0208740234375,0,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,14.248917579650879 +1980,45,1,all,18-20 yrs,245,201485,19.014001846313477,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,121.59713745117188 +1980,45,1,MVA,18-20 yrs,112,201485,19.014001846313477,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,55.58726501464844 +1980,45,1,suicide,18-20 yrs,27,201485,19.014001846313477,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,13.400501251220703 +1980,45,1,homicide,18-20 yrs,21,201485,19.014001846313477,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,10.422612190246582 +1980,45,1,other external,18-20 yrs,38,201485,19.014001846313477,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,18.85996437072754 +1980,45,1,internal,18-20 yrs,47,201485,19.014001846313477,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,23.326799392700195 +1980,45,1,all,21-24 yrs,366,249019,22.4613094329834,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,146.9767303466797 +1980,45,1,MVA,21-24 yrs,122,249019,22.4613094329834,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,48.992244720458984 +1980,45,1,suicide,21-24 yrs,26,249019,22.4613094329834,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,10.440970420837402 +1980,45,1,homicide,21-24 yrs,61,249019,22.4613094329834,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,24.496122360229492 +1980,45,1,other external,21-24 yrs,65,249019,22.4613094329834,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,26.102426528930664 +1980,45,1,internal,21-24 yrs,92,249019,22.4613094329834,1,0.9344660043716431,1.2200000286102295,0.18000000715255737,1.059999942779541,2.4600000381469727,36.94497299194336 +1981,45,1,MVA,15-17 yrs,56,175610,16.039844512939453,0,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,31.888845443725586 +1981,45,1,suicide,15-17 yrs,12,175610,16.039844512939453,0,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,6.833323955535889 +1981,45,1,homicide,15-17 yrs,6,175610,16.039844512939453,0,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,3.4166619777679443 +1981,45,1,other external,15-17 yrs,25,175610,16.039844512939453,0,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,14.236091613769531 +1981,45,1,internal,15-17 yrs,31,175610,16.039844512939453,0,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,17.652753829956055 +1981,45,1,all,18-20 yrs,199,202875,19.03302001953125,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,98.08995819091797 +1981,45,1,MVA,18-20 yrs,95,202875,19.03302001953125,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,46.82686233520508 +1981,45,1,suicide,18-20 yrs,24,202875,19.03302001953125,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,11.829944610595703 +1981,45,1,homicide,18-20 yrs,16,202875,19.03302001953125,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,7.886629581451416 +1981,45,1,other external,18-20 yrs,27,202875,19.03302001953125,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,13.308687210083008 +1981,45,1,internal,18-20 yrs,37,202875,19.03302001953125,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,18.237831115722656 +1981,45,1,all,21-24 yrs,336,257526,22.47157096862793,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,130.47225952148438 +1981,45,1,MVA,21-24 yrs,132,257526,22.47157096862793,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,51.256961822509766 +1981,45,1,suicide,21-24 yrs,35,257526,22.47157096862793,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,13.590860366821289 +1981,45,1,homicide,21-24 yrs,42,257526,22.47157096862793,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,16.309032440185547 +1981,45,1,other external,21-24 yrs,45,257526,22.47157096862793,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,17.47396469116211 +1981,45,1,internal,21-24 yrs,82,257526,22.47157096862793,1,0.8470847010612488,1.25,0.1899999976158142,1.0499999523162842,2.490000009536743,31.841445922851562 +1982,45,1,MVA,15-17 yrs,60,167127,16.036319732666016,0,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,35.900840759277344 +1982,45,1,suicide,15-17 yrs,11,167127,16.036319732666016,0,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,6.581820964813232 +1982,45,1,homicide,15-17 yrs,4,167127,16.036319732666016,0,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,2.3933894634246826 +1982,45,1,other external,15-17 yrs,24,167127,16.036319732666016,0,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,14.360336303710938 +1982,45,1,internal,15-17 yrs,33,167127,16.036319732666016,0,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,19.74546241760254 +1982,45,1,all,18-20 yrs,197,198633,19.030508041381836,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,99.1778793334961 +1982,45,1,MVA,18-20 yrs,72,198633,19.030508041381836,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,36.24775314331055 +1982,45,1,suicide,18-20 yrs,25,198633,19.030508041381836,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,12.58602523803711 +1982,45,1,homicide,18-20 yrs,17,198633,19.030508041381836,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,8.558497428894043 +1982,45,1,other external,18-20 yrs,36,198633,19.030508041381836,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,18.123876571655273 +1982,45,1,internal,18-20 yrs,47,198633,19.030508041381836,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,23.661727905273438 +1982,45,1,all,21-24 yrs,297,260975,22.468175888061523,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,113.80400085449219 +1982,45,1,MVA,21-24 yrs,107,260975,22.468175888061523,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,41.00009536743164 +1982,45,1,suicide,21-24 yrs,35,260975,22.468175888061523,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,13.411246299743652 +1982,45,1,homicide,21-24 yrs,47,260975,22.468175888061523,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,18.009387969970703 +1982,45,1,other external,21-24 yrs,46,260975,22.468175888061523,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,17.626209259033203 +1982,45,1,internal,21-24 yrs,62,260975,22.468175888061523,1,0.7979274392127991,1.2400000095367432,0.20000000298023224,1,2.440000057220459,23.757064819335938 +1983,45,1,MVA,15-17 yrs,57,160941,16.020492553710938,0,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,35.41670608520508 +1983,45,1,suicide,15-17 yrs,6,160941,16.020492553710938,0,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,3.728074312210083 +1983,45,1,homicide,15-17 yrs,3,160941,16.020492553710938,0,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,1.8640371561050415 +1983,45,1,other external,15-17 yrs,28,160941,16.020492553710938,0,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,17.397680282592773 +1983,45,1,internal,15-17 yrs,28,160941,16.020492553710938,0,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,17.397680282592773 +1983,45,1,all,18-20 yrs,217,193757,19.036840438842773,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,111.99595642089844 +1983,45,1,MVA,18-20 yrs,94,193757,19.036840438842773,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,48.51437759399414 +1983,45,1,suicide,18-20 yrs,22,193757,19.036840438842773,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,11.3544282913208 +1983,45,1,homicide,18-20 yrs,22,193757,19.036840438842773,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,11.3544282913208 +1983,45,1,other external,18-20 yrs,39,193757,19.036840438842773,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,20.128305435180664 +1983,45,1,internal,18-20 yrs,40,193757,19.036840438842773,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,20.6444149017334 +1983,45,1,all,21-24 yrs,313,261564,22.478334426879883,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,119.66478729248047 +1983,45,1,MVA,21-24 yrs,128,261564,22.478334426879883,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,48.936397552490234 +1983,45,1,suicide,21-24 yrs,31,261564,22.478334426879883,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,11.851783752441406 +1983,45,1,homicide,21-24 yrs,33,261564,22.478334426879883,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,12.616415023803711 +1983,45,1,other external,21-24 yrs,57,261564,22.478334426879883,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,21.791990280151367 +1983,45,1,internal,21-24 yrs,64,261564,22.478334426879883,1,0.7730923891067505,1.2599999904632568,0.20000000298023224,1.0099999904632568,2.4700000286102295,24.468198776245117 +1984,45,0.6990699172019958,MVA,15-17 yrs,54,159794,16.000518798828125,0,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,33.79351043701172 +1984,45,0.6990699172019958,suicide,15-17 yrs,8,159794,16.000518798828125,0,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,5.00644588470459 +1984,45,0.6990699172019958,homicide,15-17 yrs,9,159794,16.000518798828125,0,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,5.632251739501953 +1984,45,0.6990699172019958,other external,15-17 yrs,17,159794,16.000518798828125,0,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,10.638697624206543 +1984,45,0.6990699172019958,internal,15-17 yrs,21,159794,16.000518798828125,0,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,13.14192008972168 +1984,45,0.6990699172019958,all,18-20 yrs,175,188160,19.055320739746094,0.6990699172019958,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,93.005950927734375 +1984,45,0.6990699172019958,MVA,18-20 yrs,80,188160,19.055320739746094,0.6990699172019958,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,42.517005920410156 +1984,45,0.6990699172019958,suicide,18-20 yrs,16,188160,19.055320739746094,0.6990699172019958,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,8.503401756286621 +1984,45,0.6990699172019958,homicide,18-20 yrs,17,188160,19.055320739746094,0.6990699172019958,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,9.034863471984863 +1984,45,0.6990699172019958,other external,18-20 yrs,27,188160,19.055320739746094,0.6990699172019958,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,14.34949016571045 +1984,45,0.6990699172019958,internal,18-20 yrs,35,188160,19.055320739746094,0.6990699172019958,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,18.6011905670166 +1984,45,0.6990699172019958,all,21-24 yrs,293,261996,22.495615005493164,1,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,111.83377075195312 +1984,45,0.6990699172019958,MVA,21-24 yrs,135,261996,22.495615005493164,1,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,51.527503967285156 +1984,45,0.6990699172019958,suicide,21-24 yrs,29,261996,22.495615005493164,1,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,11.06887149810791 +1984,45,0.6990699172019958,homicide,21-24 yrs,19,261996,22.495615005493164,1,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,7.252018928527832 +1984,45,0.6990699172019958,other external,21-24 yrs,56,261996,22.495615005493164,1,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,21.374372482299805 +1984,45,0.6990699172019958,internal,21-24 yrs,54,261996,22.495615005493164,1,0.7410971522331238,1.2599999904632568,0.23999999463558197,1,2.5,20.61100196838379 +1985,45,0.3554985225200653,MVA,15-17 yrs,53,161682,15.99156379699707,0,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,32.7803955078125 +1985,45,0.3554985225200653,suicide,15-17 yrs,15,161682,15.99156379699707,0,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,9.277470588684082 +1985,45,0.3554985225200653,homicide,15-17 yrs,14,161682,15.99156379699707,0,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,8.65897274017334 +1985,45,0.3554985225200653,other external,15-17 yrs,17,161682,15.99156379699707,0,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,10.514466285705566 +1985,45,0.3554985225200653,internal,15-17 yrs,25,161682,15.99156379699707,0,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,15.462450981140137 +1985,45,0.3554985225200653,all,18-20 yrs,208,179666,19.04930877685547,0.3554985225200653,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,115.77037048339844 +1985,45,0.3554985225200653,MVA,18-20 yrs,115,179666,19.04930877685547,0.3554985225200653,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,64.007659912109375 +1985,45,0.3554985225200653,suicide,18-20 yrs,23,179666,19.04930877685547,0.3554985225200653,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,12.801531791687012 +1985,45,0.3554985225200653,homicide,18-20 yrs,20,179666,19.04930877685547,0.3554985225200653,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,11.131766319274902 +1985,45,0.3554985225200653,other external,18-20 yrs,28,179666,19.04930877685547,0.3554985225200653,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,15.584473609924316 +1985,45,0.3554985225200653,internal,18-20 yrs,22,179666,19.04930877685547,0.3554985225200653,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,12.244943618774414 +1985,45,0.3554985225200653,all,21-24 yrs,297,257449,22.506927490234375,1,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,115.36265563964844 +1985,45,0.3554985225200653,MVA,21-24 yrs,129,257449,22.506927490234375,1,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,50.10700988769531 +1985,45,0.3554985225200653,suicide,21-24 yrs,40,257449,22.506927490234375,1,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,15.537057876586914 +1985,45,0.3554985225200653,homicide,21-24 yrs,33,257449,22.506927490234375,1,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,12.818072319030762 +1985,45,0.3554985225200653,other external,21-24 yrs,37,257449,22.506927490234375,1,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,14.37177848815918 +1985,45,0.3554985225200653,internal,21-24 yrs,58,257449,22.506927490234375,1,0.7156133651733398,1.2599999904632568,0.25,0.9900000095367432,2.490000009536743,22.52873420715332 +1986,45,0.23250889778137207,MVA,15-17 yrs,67,166450,15.985112190246582,0,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,40.25232696533203 +1986,45,0.23250889778137207,suicide,15-17 yrs,9,166450,15.985112190246582,0,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,5.407029151916504 +1986,45,0.23250889778137207,homicide,15-17 yrs,14,166450,15.985112190246582,0,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,8.4109344482421875 +1986,45,0.23250889778137207,other external,15-17 yrs,32,166450,15.985112190246582,0,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,19.224992752075195 +1986,45,0.23250889778137207,internal,15-17 yrs,28,166450,15.985112190246582,0,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,16.821868896484375 +1986,45,0.23250889778137207,all,18-20 yrs,200,175274,19.03824234008789,0.23250889778137207,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,114.1070556640625 +1986,45,0.23250889778137207,MVA,18-20 yrs,93,175274,19.03824234008789,0.23250889778137207,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,53.05978012084961 +1986,45,0.23250889778137207,suicide,18-20 yrs,19,175274,19.03824234008789,0.23250889778137207,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,10.840169906616211 +1986,45,0.23250889778137207,homicide,18-20 yrs,25,175274,19.03824234008789,0.23250889778137207,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,14.263381958007812 +1986,45,0.23250889778137207,other external,18-20 yrs,25,175274,19.03824234008789,0.23250889778137207,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,14.263381958007812 +1986,45,0.23250889778137207,internal,18-20 yrs,38,175274,19.03824234008789,0.23250889778137207,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,21.680339813232422 +1986,45,0.23250889778137207,all,21-24 yrs,325,252987,22.509607315063477,1,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,128.46510314941406 +1986,45,0.23250889778137207,MVA,21-24 yrs,159,252987,22.509607315063477,1,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,62.84907913208008 +1986,45,0.23250889778137207,suicide,21-24 yrs,33,252987,22.509607315063477,1,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,13.044148445129395 +1986,45,0.23250889778137207,homicide,21-24 yrs,33,252987,22.509607315063477,1,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,13.044148445129395 +1986,45,0.23250889778137207,other external,21-24 yrs,40,252987,22.509607315063477,1,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,15.811089515686035 +1986,45,0.23250889778137207,internal,21-24 yrs,60,252987,22.509607315063477,1,0.7025547623634338,1.2999999523162842,0.27000001072883606,0.9200000166893005,2.5,23.716632843017578 +1987,45,0,MVA,15-17 yrs,71,166819,16.010459899902344,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,42.561100006103516 +1987,45,0,suicide,15-17 yrs,19,166819,16.010459899902344,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,11.3895902633667 +1987,45,0,homicide,15-17 yrs,6,166819,16.010459899902344,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,3.596712589263916 +1987,45,0,other external,15-17 yrs,18,166819,16.010459899902344,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,10.790138244628906 +1987,45,0,internal,15-17 yrs,20,166819,16.010459899902344,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,11.989042282104492 +1987,45,0,all,18-20 yrs,224,175075,19.019939422607422,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,127.9451675415039 +1987,45,0,MVA,18-20 yrs,132,175075,19.019939422607422,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,75.39625549316406 +1987,45,0,suicide,18-20 yrs,22,175075,19.019939422607422,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,12.56604290008545 +1987,45,0,homicide,18-20 yrs,23,175075,19.019939422607422,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,13.137227058410645 +1987,45,0,other external,18-20 yrs,16,175075,19.019939422607422,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,9.138940811157227 +1987,45,0,internal,18-20 yrs,31,175075,19.019939422607422,0,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,17.706697463989258 +1987,45,0,all,21-24 yrs,329,244759,22.52243995666504,1,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,134.41793823242188 +1987,45,0,MVA,21-24 yrs,142,244759,22.52243995666504,1,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,58.01625442504883 +1987,45,0,suicide,21-24 yrs,31,244759,22.52243995666504,1,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,12.665519714355469 +1987,45,0,homicide,21-24 yrs,39,244759,22.52243995666504,1,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,15.934041023254395 +1987,45,0,other external,21-24 yrs,55,244759,22.52243995666504,1,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,22.471084594726562 +1987,45,0,internal,21-24 yrs,62,244759,22.52243995666504,1,0.6778168678283691,1.340000033378601,0.27000001072883606,0.8799999952316284,2.490000009536743,25.331039428710938 +1988,45,0,MVA,15-17 yrs,76,164103,16.03814125061035,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,46.3123779296875 +1988,45,0,suicide,15-17 yrs,11,164103,16.03814125061035,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,6.7031073570251465 +1988,45,0,homicide,15-17 yrs,9,164103,16.03814125061035,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,5.484360218048096 +1988,45,0,other external,15-17 yrs,20,164103,16.03814125061035,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,12.187467575073242 +1988,45,0,internal,15-17 yrs,23,164103,16.03814125061035,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,14.01558780670166 +1988,45,0,all,18-20 yrs,200,177227,19.007848739624023,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,112.84962463378906 +1988,45,0,MVA,18-20 yrs,100,177227,19.007848739624023,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,56.42481231689453 +1988,45,0,suicide,18-20 yrs,19,177227,19.007848739624023,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,10.720714569091797 +1988,45,0,homicide,18-20 yrs,32,177227,19.007848739624023,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,18.055938720703125 +1988,45,0,other external,18-20 yrs,26,177227,19.007848739624023,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,14.670451164245605 +1988,45,0,internal,18-20 yrs,23,177227,19.007848739624023,0,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,12.977706909179688 +1988,45,0,all,21-24 yrs,304,234316,22.530317306518555,1,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,129.73931884765625 +1988,45,0,MVA,21-24 yrs,131,234316,22.530317306518555,1,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,55.907405853271484 +1988,45,0,suicide,21-24 yrs,28,234316,22.530317306518555,1,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,11.949674606323242 +1988,45,0,homicide,21-24 yrs,37,234316,22.530317306518555,1,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,15.790641784667969 +1988,45,0,other external,21-24 yrs,45,234316,22.530317306518555,1,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,19.204833984375 +1988,45,0,internal,21-24 yrs,63,234316,22.530317306518555,1,0.6508875489234924,1.3700000047683716,0.25999999046325684,0.8899999856948853,2.509999990463257,26.886768341064453 +1989,45,0,MVA,15-17 yrs,49,157392,16.031139373779297,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,31.13245964050293 +1989,45,0,suicide,15-17 yrs,11,157392,16.031139373779297,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,6.988919258117676 +1989,45,0,homicide,15-17 yrs,6,157392,16.031139373779297,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,3.8121378421783447 +1989,45,0,other external,15-17 yrs,22,157392,16.031139373779297,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,13.977838516235352 +1989,45,0,internal,15-17 yrs,24,157392,16.031139373779297,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,15.248551368713379 +1989,45,0,all,18-20 yrs,215,183943,19.004518508911133,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,116.884033203125 +1989,45,0,MVA,18-20 yrs,98,183943,19.004518508911133,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,53.277374267578125 +1989,45,0,suicide,18-20 yrs,20,183943,19.004518508911133,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,10.872933387756348 +1989,45,0,homicide,18-20 yrs,29,183943,19.004518508911133,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,15.765753746032715 +1989,45,0,other external,18-20 yrs,32,183943,19.004518508911133,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,17.39669418334961 +1989,45,0,internal,18-20 yrs,36,183943,19.004518508911133,0,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,19.571279525756836 +1989,45,0,all,21-24 yrs,289,226700,22.51187515258789,1,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,127.48125457763672 +1989,45,0,MVA,21-24 yrs,116,226700,22.51187515258789,1,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,51.1689453125 +1989,45,0,suicide,21-24 yrs,39,226700,22.51187515258789,1,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,17.203351974487305 +1989,45,0,homicide,21-24 yrs,29,226700,22.51187515258789,1,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,12.792236328125 +1989,45,0,other external,21-24 yrs,41,226700,22.51187515258789,1,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,18.085575103759766 +1989,45,0,internal,21-24 yrs,64,226700,22.51187515258789,1,0.6209677457809448,1.3700000047683716,0.23999999463558197,0.8600000143051147,2.4700000286102295,28.231142044067383 +1990,45,0,MVA,15-17 yrs,60,153103,16.02163314819336,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,39.18930435180664 +1990,45,0,suicide,15-17 yrs,15,153103,16.02163314819336,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,9.79732608795166 +1990,45,0,homicide,15-17 yrs,13,153103,16.02163314819336,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,8.491015434265137 +1990,45,0,other external,15-17 yrs,16,153103,16.02163314819336,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,10.450481414794922 +1990,45,0,internal,15-17 yrs,29,153103,16.02163314819336,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,18.941497802734375 +1990,45,0,all,18-20 yrs,204,186356,19.03474998474121,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,109.46790313720703 +1990,45,0,MVA,18-20 yrs,110,186356,19.03474998474121,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,59.02680969238281 +1990,45,0,suicide,18-20 yrs,23,186356,19.03474998474121,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,12.34196949005127 +1990,45,0,homicide,18-20 yrs,23,186356,19.03474998474121,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,12.34196949005127 +1990,45,0,other external,18-20 yrs,18,186356,19.03474998474121,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,9.65893268585205 +1990,45,0,internal,18-20 yrs,30,186356,19.03474998474121,0,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,16.098220825195312 +1990,45,0,all,21-24 yrs,281,223918,22.474044799804688,1,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,125.49237060546875 +1990,45,0,MVA,21-24 yrs,96,223918,22.474044799804688,1,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,42.87283706665039 +1990,45,0,suicide,21-24 yrs,32,223918,22.474044799804688,1,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,14.290946006774902 +1990,45,0,homicide,21-24 yrs,46,223918,22.474044799804688,1,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,20.54323387145996 +1990,45,0,other external,21-24 yrs,42,223918,22.474044799804688,1,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,18.756866455078125 +1990,45,0,internal,21-24 yrs,65,223918,22.474044799804688,1,0.5891354084014893,1.440000057220459,0.25,0.9200000166893005,2.609999895095825,29.028484344482422 +1991,45,0,MVA,15-17 yrs,49,151649,16.023521423339844,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,32.31145477294922 +1991,45,0,suicide,15-17 yrs,11,151649,16.023521423339844,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,7.253592014312744 +1991,45,0,homicide,15-17 yrs,15,151649,16.023521423339844,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,9.89126205444336 +1991,45,0,other external,15-17 yrs,28,151649,16.023521423339844,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,18.46368980407715 +1991,45,0,internal,15-17 yrs,17,151649,16.023521423339844,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,11.210097312927246 +1991,45,0,all,18-20 yrs,245,180409,19.067867279052734,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,135.8025360107422 +1991,45,0,MVA,18-20 yrs,104,180409,19.067867279052734,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,57.64678955078125 +1991,45,0,suicide,18-20 yrs,23,180409,19.067867279052734,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,12.748809814453125 +1991,45,0,homicide,18-20 yrs,52,180409,19.067867279052734,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,28.823394775390625 +1991,45,0,other external,18-20 yrs,25,180409,19.067867279052734,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,13.857401847839355 +1991,45,0,internal,18-20 yrs,41,180409,19.067867279052734,0,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,22.726139068603516 +1991,45,0,all,21-24 yrs,288,230296,22.44466209411621,1,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,125.05644989013672 +1991,45,0,MVA,21-24 yrs,98,230296,22.44466209411621,1,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,42.553932189941406 +1991,45,0,suicide,21-24 yrs,34,230296,22.44466209411621,1,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,14.763608932495117 +1991,45,0,homicide,21-24 yrs,60,230296,22.44466209411621,1,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,26.05342674255371 +1991,45,0,other external,21-24 yrs,39,230296,22.44466209411621,1,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,16.93472671508789 +1991,45,0,internal,21-24 yrs,57,230296,22.44466209411621,1,0.5653451085090637,1.340000033378601,0.2199999988079071,0.8399999737739563,2.4100000858306885,24.750755310058594 +1992,45,0,MVA,15-17 yrs,41,153124,16.012643814086914,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,26.775684356689453 +1992,45,0,suicide,15-17 yrs,14,153124,16.012643814086914,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,9.142916679382324 +1992,45,0,homicide,15-17 yrs,16,153124,16.012643814086914,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,10.449048042297363 +1992,45,0,other external,15-17 yrs,21,153124,16.012643814086914,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,13.714375495910645 +1992,45,0,internal,15-17 yrs,19,153124,16.012643814086914,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,12.408244132995605 +1992,45,0,all,18-20 yrs,200,170886,19.054855346679688,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,117.0370864868164 +1992,45,0,MVA,18-20 yrs,81,170886,19.054855346679688,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,47.400020599365234 +1992,45,0,suicide,18-20 yrs,22,170886,19.054855346679688,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,12.874079704284668 +1992,45,0,homicide,18-20 yrs,33,170886,19.054855346679688,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,19.311119079589844 +1992,45,0,other external,18-20 yrs,23,170886,19.054855346679688,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,13.45926570892334 +1992,45,0,internal,18-20 yrs,41,170886,19.054855346679688,0,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,23.992603302001953 +1992,45,0,all,21-24 yrs,270,238029,22.434267044067383,1,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,113.43155670166016 +1992,45,0,MVA,21-24 yrs,90,238029,22.434267044067383,1,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,37.81052017211914 +1992,45,0,suicide,21-24 yrs,43,238029,22.434267044067383,1,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,18.065025329589844 +1992,45,0,homicide,21-24 yrs,52,238029,22.434267044067383,1,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,21.84607696533203 +1992,45,0,other external,21-24 yrs,27,238029,22.434267044067383,1,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,11.343155860900879 +1992,45,0,internal,21-24 yrs,58,238029,22.434267044067383,1,0.5488239526748657,1.340000033378601,0.20000000298023224,0.7900000214576721,2.3299999237060547,24.366779327392578 +1993,45,0,MVA,15-17 yrs,43,154325,16.006149291992188,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,27.8632755279541 +1993,45,0,suicide,15-17 yrs,20,154325,16.006149291992188,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,12.959663391113281 +1993,45,0,homicide,15-17 yrs,22,154325,16.006149291992188,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,14.255629539489746 +1993,45,0,other external,15-17 yrs,19,154325,16.006149291992188,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,12.31167984008789 +1993,45,0,internal,15-17 yrs,20,154325,16.006149291992188,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,12.959663391113281 +1993,45,0,all,18-20 yrs,185,165335,19.026025772094727,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,111.89403533935547 +1993,45,0,MVA,18-20 yrs,64,165335,19.026025772094727,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,38.709285736083984 +1993,45,0,suicide,18-20 yrs,25,165335,19.026025772094727,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,15.12081527709961 +1993,45,0,homicide,18-20 yrs,38,165335,19.026025772094727,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,22.983638763427734 +1993,45,0,other external,18-20 yrs,21,165335,19.026025772094727,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,12.701484680175781 +1993,45,0,internal,18-20 yrs,37,165335,19.026025772094727,0,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,22.378807067871094 +1993,45,0,all,21-24 yrs,295,239528,22.47895050048828,1,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,123.15888214111328 +1993,45,0,MVA,21-24 yrs,95,239528,22.47895050048828,1,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,39.66133499145508 +1993,45,0,suicide,21-24 yrs,37,239528,22.47895050048828,1,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,15.447046279907227 +1993,45,0,homicide,21-24 yrs,64,239528,22.47895050048828,1,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,26.719215393066406 +1993,45,0,other external,21-24 yrs,29,239528,22.47895050048828,1,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,12.107144355773926 +1993,45,0,internal,21-24 yrs,70,239528,22.47895050048828,1,0.5328719615936279,1.3600000143051147,0.20000000298023224,0.75,2.299999952316284,29.224140167236328 +1994,45,0,MVA,15-17 yrs,50,158009,16.015100479125977,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,31.643766403198242 +1994,45,0,suicide,15-17 yrs,8,158009,16.015100479125977,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,5.063002586364746 +1994,45,0,homicide,15-17 yrs,23,158009,16.015100479125977,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,14.556133270263672 +1994,45,0,other external,15-17 yrs,16,158009,16.015100479125977,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,10.126005172729492 +1994,45,0,internal,15-17 yrs,22,158009,16.015100479125977,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,13.923257827758789 +1994,45,0,all,18-20 yrs,198,162574,19.023637771606445,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,121.79069519042969 +1994,45,0,MVA,18-20 yrs,91,162574,19.023637771606445,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,55.974510192871094 +1994,45,0,suicide,18-20 yrs,15,162574,19.023637771606445,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,9.226567268371582 +1994,45,0,homicide,18-20 yrs,38,162574,19.023637771606445,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,23.373971939086914 +1994,45,0,other external,18-20 yrs,19,162574,19.023637771606445,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,11.686985969543457 +1994,45,0,internal,18-20 yrs,35,162574,19.023637771606445,0,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,21.528657913208008 +1994,45,0,all,21-24 yrs,288,234258,22.53670310974121,1,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,122.94137573242188 +1994,45,0,MVA,21-24 yrs,96,234258,22.53670310974121,1,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,40.9804573059082 +1994,45,0,suicide,21-24 yrs,43,234258,22.53670310974121,1,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,18.3558292388916 +1994,45,0,homicide,21-24 yrs,45,234258,22.53670310974121,1,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,19.2095890045166 +1994,45,0,other external,21-24 yrs,33,234258,22.53670310974121,1,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,14.087032318115234 +1994,45,0,internal,21-24 yrs,71,234258,22.53670310974121,1,0.519568145275116,1.3799999952316284,0.17000000178813934,0.7400000095367432,2.2899999618530273,30.30846405029297 +1995,45,0,MVA,15-17 yrs,59,161273,16.003068923950195,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,36.58393096923828 +1995,45,0,suicide,15-17 yrs,12,161273,16.003068923950195,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,7.440799236297607 +1995,45,0,homicide,15-17 yrs,15,161273,16.003068923950195,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,9.30099868774414 +1995,45,0,other external,15-17 yrs,14,161273,16.003068923950195,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,8.68093204498291 +1995,45,0,internal,15-17 yrs,30,161273,16.003068923950195,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,18.60199737548828 +1995,45,0,all,18-20 yrs,167,163960,19.01030731201172,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,101.85411071777344 +1995,45,0,MVA,18-20 yrs,73,163960,19.01030731201172,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,44.52305603027344 +1995,45,0,suicide,18-20 yrs,18,163960,19.01030731201172,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,10.978287696838379 +1995,45,0,homicide,18-20 yrs,23,163960,19.01030731201172,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,14.027812004089355 +1995,45,0,other external,18-20 yrs,18,163960,19.01030731201172,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,10.978287696838379 +1995,45,0,internal,18-20 yrs,35,163960,19.01030731201172,0,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,21.346670150756836 +1995,45,0,all,21-24 yrs,261,225520,22.557188034057617,1,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,115.73252868652344 +1995,45,0,MVA,21-24 yrs,85,225520,22.557188034057617,1,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,37.690670013427734 +1995,45,0,suicide,21-24 yrs,41,225520,22.557188034057617,1,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,18.180206298828125 +1995,45,0,homicide,21-24 yrs,37,225520,22.557188034057617,1,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,16.406526565551758 +1995,45,0,other external,21-24 yrs,25,225520,22.557188034057617,1,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,11.085491180419922 +1995,45,0,internal,21-24 yrs,73,225520,22.557188034057617,1,0.5052493810653687,1.3799999952316284,0.18000000715255737,0.6700000166893005,2.2300000190734863,32.369632720947266 +1996,45,0,MVA,15-17 yrs,69,164297,16.011606216430664,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,41.99711608886719 +1996,45,0,suicide,15-17 yrs,17,164297,16.011606216430664,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,10.347115516662598 +1996,45,0,homicide,15-17 yrs,17,164297,16.011606216430664,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,10.347115516662598 +1996,45,0,other external,15-17 yrs,23,164297,16.011606216430664,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,13.999038696289062 +1996,45,0,internal,15-17 yrs,23,164297,16.011606216430664,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,13.999038696289062 +1996,45,0,all,18-20 yrs,184,165403,19.00221824645996,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,111.24344635009766 +1996,45,0,MVA,18-20 yrs,73,165403,19.00221824645996,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,44.13462829589844 +1996,45,0,suicide,18-20 yrs,27,165403,19.00221824645996,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,16.323766708374023 +1996,45,0,homicide,18-20 yrs,26,165403,19.00221824645996,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,15.719182968139648 +1996,45,0,other external,18-20 yrs,12,165403,19.00221824645996,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,7.255007266998291 +1996,45,0,internal,18-20 yrs,46,165403,19.00221824645996,0,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,27.810861587524414 +1996,45,0,all,21-24 yrs,266,216269,22.522783279418945,1,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,122.9949722290039 +1996,45,0,MVA,21-24 yrs,98,216269,22.522783279418945,1,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,45.31393814086914 +1996,45,0,suicide,21-24 yrs,36,216269,22.522783279418945,1,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,16.645936965942383 +1996,45,0,homicide,21-24 yrs,44,216269,22.522783279418945,1,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,20.345033645629883 +1996,45,0,other external,21-24 yrs,16,216269,22.522783279418945,1,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,7.398193836212158 +1996,45,0,internal,21-24 yrs,72,216269,22.522783279418945,1,0.4907584488391876,1.3899999856948853,0.20999999344348907,0.7099999785423279,2.309999942779541,33.291873931884766 +1970,46,0.6334497332572937,MVA,15-17 yrs,26,43581,15.98758602142334,0,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,59.659027099609375 +1970,46,0.6334497332572937,suicide,15-17 yrs,3,43581,15.98758602142334,0,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,6.883733749389648 +1970,46,0.6334497332572937,homicide,15-17 yrs,1,43581,15.98758602142334,0,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,2.2945778369903564 +1970,46,0.6334497332572937,other external,15-17 yrs,9,43581,15.98758602142334,0,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,20.651201248168945 +1970,46,0.6334497332572937,internal,15-17 yrs,14,43581,15.98758602142334,0,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,32.12409210205078 +1970,46,0.6334497332572937,all,18-20 yrs,61,38374,18.941627502441406,0.6334497332572937,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,158.9617919921875 +1970,46,0.6334497332572937,MVA,18-20 yrs,35,38374,18.941627502441406,0.6334497332572937,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,91.20758819580078 +1970,46,0.6334497332572937,suicide,18-20 yrs,4,38374,18.941627502441406,0.6334497332572937,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,10.423724174499512 +1970,46,0.6334497332572937,homicide,18-20 yrs,0,38374,18.941627502441406,0.6334497332572937,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,0 +1970,46,0.6334497332572937,other external,18-20 yrs,12,38374,18.941627502441406,0.6334497332572937,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,31.27117347717285 +1970,46,0.6334497332572937,internal,18-20 yrs,10,38374,18.941627502441406,0.6334497332572937,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,26.059310913085938 +1970,46,0.6334497332572937,all,21-24 yrs,55,37108,22.337852478027344,1,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,148.2160186767578 +1970,46,0.6334497332572937,MVA,21-24 yrs,26,37108,22.337852478027344,1,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,70.06575775146484 +1970,46,0.6334497332572937,suicide,21-24 yrs,2,37108,22.337852478027344,1,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,5.389673233032227 +1970,46,0.6334497332572937,homicide,21-24 yrs,5,37108,22.337852478027344,1,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,13.474183082580566 +1970,46,0.6334497332572937,other external,21-24 yrs,12,37108,22.337852478027344,1,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,32.33803939819336 +1970,46,0.6334497332572937,internal,21-24 yrs,10,37108,22.337852478027344,1,0.33255735039711,0.9300000071525574,0.12999999523162842,0.8999999761581421,1.9700000286102295,26.948366165161133 +1971,46,0.6512255072593689,MVA,15-17 yrs,28,44172,15.98922348022461,0,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,63.388572692871094 +1971,46,0.6512255072593689,suicide,15-17 yrs,6,44172,15.98922348022461,0,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,13.58326530456543 +1971,46,0.6512255072593689,homicide,15-17 yrs,1,44172,15.98922348022461,0,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,2.2638776302337646 +1971,46,0.6512255072593689,other external,15-17 yrs,6,44172,15.98922348022461,0,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,13.58326530456543 +1971,46,0.6512255072593689,internal,15-17 yrs,14,44172,15.98922348022461,0,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,31.694286346435547 +1971,46,0.6512255072593689,all,18-20 yrs,63,40066,18.963634490966797,0.6512255072593689,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,157.2405548095703 +1971,46,0.6512255072593689,MVA,18-20 yrs,38,40066,18.963634490966797,0.6512255072593689,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,94.843505859375 +1971,46,0.6512255072593689,suicide,18-20 yrs,1,40066,18.963634490966797,0.6512255072593689,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,2.4958817958831787 +1971,46,0.6512255072593689,homicide,18-20 yrs,1,40066,18.963634490966797,0.6512255072593689,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,2.4958817958831787 +1971,46,0.6512255072593689,other external,18-20 yrs,11,40066,18.963634490966797,0.6512255072593689,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,27.454700469970703 +1971,46,0.6512255072593689,internal,18-20 yrs,12,40066,18.963634490966797,0.6512255072593689,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,29.950580596923828 +1971,46,0.6512255072593689,all,21-24 yrs,76,43109,22.45728302001953,1,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,176.2972869873047 +1971,46,0.6512255072593689,MVA,21-24 yrs,35,43109,22.45728302001953,1,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,81.189544677734375 +1971,46,0.6512255072593689,suicide,21-24 yrs,6,43109,22.45728302001953,1,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,13.918207168579102 +1971,46,0.6512255072593689,homicide,21-24 yrs,0,43109,22.45728302001953,1,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,0 +1971,46,0.6512255072593689,other external,21-24 yrs,22,43109,22.45728302001953,1,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,51.03342819213867 +1971,46,0.6512255072593689,internal,21-24 yrs,13,43109,22.45728302001953,1,0.3185981512069702,0.9700000286102295,0.1599999964237213,0.9700000286102295,2.0999999046325684,30.156116485595703 +1972,46,0.82924884557724,MVA,15-17 yrs,40,44793,15.989060401916504,0,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,89.29966735839844 +1972,46,0.82924884557724,suicide,15-17 yrs,2,44793,15.989060401916504,0,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,4.4649834632873535 +1972,46,0.82924884557724,homicide,15-17 yrs,0,44793,15.989060401916504,0,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,0 +1972,46,0.82924884557724,other external,15-17 yrs,20,44793,15.989060401916504,0,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,44.64983367919922 +1972,46,0.82924884557724,internal,15-17 yrs,6,44793,15.989060401916504,0,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,13.394949913024902 +1972,46,0.82924884557724,all,18-20 yrs,66,41367,18.976768493652344,0.82924884557724,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,159.54747009277344 +1972,46,0.82924884557724,MVA,18-20 yrs,38,41367,18.976768493652344,0.82924884557724,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,91.86066436767578 +1972,46,0.82924884557724,suicide,18-20 yrs,0,41367,18.976768493652344,0.82924884557724,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,0 +1972,46,0.82924884557724,homicide,18-20 yrs,0,41367,18.976768493652344,0.82924884557724,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,0 +1972,46,0.82924884557724,other external,18-20 yrs,22,41367,18.976768493652344,0.82924884557724,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,53.18248748779297 +1972,46,0.82924884557724,internal,18-20 yrs,6,41367,18.976768493652344,0.82924884557724,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,14.504315376281738 +1972,46,0.82924884557724,all,21-24 yrs,96,45222,22.456768035888672,1,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,212.2860565185547 +1972,46,0.82924884557724,MVA,21-24 yrs,42,45222,22.456768035888672,1,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,92.875152587890625 +1972,46,0.82924884557724,suicide,21-24 yrs,12,45222,22.456768035888672,1,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,26.535757064819336 +1972,46,0.82924884557724,homicide,21-24 yrs,0,45222,22.456768035888672,1,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,0 +1972,46,0.82924884557724,other external,21-24 yrs,34,45222,22.456768035888672,1,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,75.18464660644531 +1972,46,0.82924884557724,internal,21-24 yrs,8,45222,22.456768035888672,1,0.30868959426879883,1.0199999809265137,0.1599999964237213,0.9100000262260437,2.0899999141693115,17.69050407409668 +1973,46,1,MVA,15-17 yrs,28,44881,15.996435165405273,0,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,62.387203216552734 +1973,46,1,suicide,15-17 yrs,2,44881,15.996435165405273,0,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,4.456228733062744 +1973,46,1,homicide,15-17 yrs,0,44881,15.996435165405273,0,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,0 +1973,46,1,other external,15-17 yrs,10,44881,15.996435165405273,0,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,22.281143188476562 +1973,46,1,internal,15-17 yrs,5,44881,15.996435165405273,0,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,11.140571594238281 +1973,46,1,all,18-20 yrs,67,41839,18.977031707763672,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,160.13766479492188 +1973,46,1,MVA,18-20 yrs,40,41839,18.977031707763672,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,95.60457611083984 +1973,46,1,suicide,18-20 yrs,4,41839,18.977031707763672,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,9.560458183288574 +1973,46,1,homicide,18-20 yrs,2,41839,18.977031707763672,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,4.780229091644287 +1973,46,1,other external,18-20 yrs,11,41839,18.977031707763672,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,26.291259765625 +1973,46,1,internal,18-20 yrs,10,41839,18.977031707763672,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,23.90114402770996 +1973,46,1,all,21-24 yrs,71,46509,22.45782470703125,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,152.65863037109375 +1973,46,1,MVA,21-24 yrs,36,46509,22.45782470703125,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,77.40437316894531 +1973,46,1,suicide,21-24 yrs,3,46509,22.45782470703125,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,6.450364589691162 +1973,46,1,homicide,21-24 yrs,6,46509,22.45782470703125,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,12.900729179382324 +1973,46,1,other external,21-24 yrs,16,46509,22.45782470703125,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,34.40194320678711 +1973,46,1,internal,21-24 yrs,10,46509,22.45782470703125,1,0.29061317443847656,1.0399999618530273,0.1599999964237213,1.0199999809265137,2.2100000381469727,21.5012149810791 +1974,46,1,MVA,15-17 yrs,26,44607,16.003250122070312,0,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,58.28681564331055 +1974,46,1,suicide,15-17 yrs,2,44607,16.003250122070312,0,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,4.483601093292236 +1974,46,1,homicide,15-17 yrs,1,44607,16.003250122070312,0,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,2.241800546646118 +1974,46,1,other external,15-17 yrs,14,44607,16.003250122070312,0,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,31.385208129882812 +1974,46,1,internal,15-17 yrs,7,44607,16.003250122070312,0,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,15.692604064941406 +1974,46,1,all,18-20 yrs,61,42495,18.983104705810547,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,143.54629516601562 +1974,46,1,MVA,18-20 yrs,37,42495,18.983104705810547,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,87.0690689086914 +1974,46,1,suicide,18-20 yrs,6,42495,18.983104705810547,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,14.119308471679688 +1974,46,1,homicide,18-20 yrs,2,42495,18.983104705810547,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,4.7064361572265625 +1974,46,1,other external,18-20 yrs,7,42495,18.983104705810547,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,16.47252655029297 +1974,46,1,internal,18-20 yrs,9,42495,18.983104705810547,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,21.17896270751953 +1974,46,1,all,21-24 yrs,63,46971,22.447872161865234,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,134.12530517578125 +1974,46,1,MVA,21-24 yrs,28,46971,22.447872161865234,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,59.61124801635742 +1974,46,1,suicide,21-24 yrs,8,46971,22.447872161865234,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,17.03178596496582 +1974,46,1,homicide,21-24 yrs,0,46971,22.447872161865234,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,0 +1974,46,1,other external,21-24 yrs,11,46971,22.447872161865234,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,23.418704986572266 +1974,46,1,internal,21-24 yrs,16,46971,22.447872161865234,1,0.2617287039756775,1.0700000524520874,0.1599999964237213,1.0099999904632568,2.240000009536743,34.06357192993164 +1975,46,1,MVA,15-17 yrs,25,44398,15.995135307312012,0,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,56.308841705322266 +1975,46,1,suicide,15-17 yrs,1,44398,15.995135307312012,0,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,2.2523536682128906 +1975,46,1,homicide,15-17 yrs,1,44398,15.995135307312012,0,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,2.2523536682128906 +1975,46,1,other external,15-17 yrs,16,44398,15.995135307312012,0,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,36.03765869140625 +1975,46,1,internal,15-17 yrs,8,44398,15.995135307312012,0,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,18.018829345703125 +1975,46,1,all,18-20 yrs,72,42990,18.984996795654297,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,167.48080444335938 +1975,46,1,MVA,18-20 yrs,34,42990,18.984996795654297,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,79.0881576538086 +1975,46,1,suicide,18-20 yrs,9,42990,18.984996795654297,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,20.935100555419922 +1975,46,1,homicide,18-20 yrs,4,42990,18.984996795654297,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,9.3044891357421875 +1975,46,1,other external,18-20 yrs,17,42990,18.984996795654297,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,39.5440788269043 +1975,46,1,internal,18-20 yrs,8,42990,18.984996795654297,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,18.608978271484375 +1975,46,1,all,21-24 yrs,59,47908,22.44539451599121,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,123.1527099609375 +1975,46,1,MVA,21-24 yrs,27,47908,22.44539451599121,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,56.3580207824707 +1975,46,1,suicide,21-24 yrs,2,47908,22.44539451599121,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,4.174668312072754 +1975,46,1,homicide,21-24 yrs,6,47908,22.44539451599121,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,12.524003982543945 +1975,46,1,other external,21-24 yrs,14,47908,22.44539451599121,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,29.22267723083496 +1975,46,1,internal,21-24 yrs,10,47908,22.44539451599121,1,0.2398369014263153,1.090000033378601,0.17000000178813934,1.0299999713897705,2.2799999713897705,20.873340606689453 +1976,46,1,MVA,15-17 yrs,25,44569,15.992281913757324,0,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,56.09280014038086 +1976,46,1,suicide,15-17 yrs,0,44569,15.992281913757324,0,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,0 +1976,46,1,homicide,15-17 yrs,2,44569,15.992281913757324,0,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,4.487423896789551 +1976,46,1,other external,15-17 yrs,8,44569,15.992281913757324,0,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,17.949695587158203 +1976,46,1,internal,15-17 yrs,8,44569,15.992281913757324,0,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,17.949695587158203 +1976,46,1,all,18-20 yrs,59,43531,18.99506187438965,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,135.5355987548828 +1976,46,1,MVA,18-20 yrs,40,43531,18.99506187438965,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,91.88854217529297 +1976,46,1,suicide,18-20 yrs,4,43531,18.99506187438965,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,9.188854217529297 +1976,46,1,homicide,18-20 yrs,1,43531,18.99506187438965,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,2.297213554382324 +1976,46,1,other external,18-20 yrs,6,43531,18.99506187438965,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,13.783281326293945 +1976,46,1,internal,18-20 yrs,8,43531,18.99506187438965,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,18.377708435058594 +1976,46,1,all,21-24 yrs,62,49211,22.445327758789062,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,125.98809051513672 +1976,46,1,MVA,21-24 yrs,26,49211,22.445327758789062,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,52.833717346191406 +1976,46,1,suicide,21-24 yrs,12,49211,22.445327758789062,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,24.38479232788086 +1976,46,1,homicide,21-24 yrs,2,49211,22.445327758789062,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,4.064132213592529 +1976,46,1,other external,21-24 yrs,11,49211,22.445327758789062,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,22.352725982666016 +1976,46,1,internal,21-24 yrs,11,49211,22.445327758789062,1,0.22677020728588104,1.1299999952316284,0.17000000178813934,1.059999942779541,2.369999885559082,22.352725982666016 +1977,46,1,MVA,15-17 yrs,15,44273,16.004043579101562,0,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,33.88069534301758 +1977,46,1,suicide,15-17 yrs,1,44273,16.004043579101562,0,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,2.2587130069732666 +1977,46,1,homicide,15-17 yrs,1,44273,16.004043579101562,0,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,2.2587130069732666 +1977,46,1,other external,15-17 yrs,10,44273,16.004043579101562,0,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,22.587129592895508 +1977,46,1,internal,15-17 yrs,3,44273,16.004043579101562,0,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,6.776138782501221 +1977,46,1,all,18-20 yrs,61,43379,19.004772186279297,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,140.62103271484375 +1977,46,1,MVA,18-20 yrs,35,43379,19.004772186279297,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,80.6842041015625 +1977,46,1,suicide,18-20 yrs,7,43379,19.004772186279297,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,16.1368408203125 +1977,46,1,homicide,18-20 yrs,1,43379,19.004772186279297,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,2.305262804031372 +1977,46,1,other external,18-20 yrs,11,43379,19.004772186279297,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,25.357892990112305 +1977,46,1,internal,18-20 yrs,7,43379,19.004772186279297,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,16.1368408203125 +1977,46,1,all,21-24 yrs,77,50089,22.441354751586914,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,153.7263641357422 +1977,46,1,MVA,21-24 yrs,38,50089,22.441354751586914,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,75.864959716796875 +1977,46,1,suicide,21-24 yrs,5,50089,22.441354751586914,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,9.982232093811035 +1977,46,1,homicide,21-24 yrs,3,50089,22.441354751586914,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,5.9893388748168945 +1977,46,1,other external,21-24 yrs,13,50089,22.441354751586914,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,25.95380210876465 +1977,46,1,internal,21-24 yrs,18,50089,22.441354751586914,1,0.2129245102405548,1.149999976158142,0.17000000178813934,1.059999942779541,2.380000114440918,35.93603515625 +1978,46,1,MVA,15-17 yrs,19,43201,16.013240814208984,0,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,43.980464935302734 +1978,46,1,suicide,15-17 yrs,2,43201,16.013240814208984,0,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,4.629522323608398 +1978,46,1,homicide,15-17 yrs,0,43201,16.013240814208984,0,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,0 +1978,46,1,other external,15-17 yrs,7,43201,16.013240814208984,0,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,16.20332908630371 +1978,46,1,internal,15-17 yrs,4,43201,16.013240814208984,0,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,9.259044647216797 +1978,46,1,all,18-20 yrs,52,43310,18.999422073364258,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,120.06465148925781 +1978,46,1,MVA,18-20 yrs,25,43310,18.999422073364258,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,57.723388671875 +1978,46,1,suicide,18-20 yrs,5,43310,18.999422073364258,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,11.544677734375 +1978,46,1,homicide,18-20 yrs,3,43310,18.999422073364258,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,6.926806926727295 +1978,46,1,other external,18-20 yrs,11,43310,18.999422073364258,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,25.398290634155273 +1978,46,1,internal,18-20 yrs,8,43310,18.999422073364258,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,18.471485137939453 +1978,46,1,all,21-24 yrs,58,51022,22.4434757232666,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,113.67645263671875 +1978,46,1,MVA,21-24 yrs,20,51022,22.4434757232666,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,39.19877624511719 +1978,46,1,suicide,21-24 yrs,7,51022,22.4434757232666,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,13.719572067260742 +1978,46,1,homicide,21-24 yrs,1,51022,22.4434757232666,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,1.959938883781433 +1978,46,1,other external,21-24 yrs,18,51022,22.4434757232666,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,35.278900146484375 +1978,46,1,internal,21-24 yrs,12,51022,22.4434757232666,1,0.19790223240852356,1.190000057220459,0.17000000178813934,1.0499999523162842,2.4200000762939453,23.51926612854004 +1979,46,1,MVA,15-17 yrs,24,41611,16.019128799438477,0,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,57.67705535888672 +1979,46,1,suicide,15-17 yrs,6,41611,16.019128799438477,0,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,14.41926383972168 +1979,46,1,homicide,15-17 yrs,3,41611,16.019128799438477,0,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,7.20963191986084 +1979,46,1,other external,15-17 yrs,8,41611,16.019128799438477,0,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,19.225685119628906 +1979,46,1,internal,15-17 yrs,11,41611,16.019128799438477,0,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,26.435317993164062 +1979,46,1,all,18-20 yrs,55,43115,18.998422622680664,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,127.56581115722656 +1979,46,1,MVA,18-20 yrs,27,43115,18.998422622680664,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,62.62321853637695 +1979,46,1,suicide,18-20 yrs,6,43115,18.998422622680664,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,13.91627025604248 +1979,46,1,homicide,18-20 yrs,4,43115,18.998422622680664,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,9.27751350402832 +1979,46,1,other external,18-20 yrs,8,43115,18.998422622680664,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,18.55502700805664 +1979,46,1,internal,18-20 yrs,10,43115,18.998422622680664,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,23.193784713745117 +1979,46,1,all,21-24 yrs,78,51260,22.451852798461914,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,152.16543579101562 +1979,46,1,MVA,21-24 yrs,38,51260,22.451852798461914,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,74.13187408447266 +1979,46,1,suicide,21-24 yrs,9,51260,22.451852798461914,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,17.55755043029785 +1979,46,1,homicide,21-24 yrs,1,51260,22.451852798461914,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,1.9508388042449951 +1979,46,1,other external,21-24 yrs,18,51260,22.451852798461914,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,35.1151008605957 +1979,46,1,internal,21-24 yrs,12,51260,22.451852798461914,1,0.17773038148880005,1.2300000190734863,0.17000000178813934,1.0399999618530273,2.440000057220459,23.410066604614258 +1980,46,1,MVA,15-17 yrs,28,39311,16.03421401977539,0,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,71.22688293457031 +1980,46,1,suicide,15-17 yrs,5,39311,16.03421401977539,0,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,12.719086647033691 +1980,46,1,homicide,15-17 yrs,3,39311,16.03421401977539,0,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,7.631451606750488 +1980,46,1,other external,15-17 yrs,8,39311,16.03421401977539,0,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,20.35053825378418 +1980,46,1,internal,15-17 yrs,4,39311,16.03421401977539,0,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,10.17526912689209 +1980,46,1,all,18-20 yrs,56,43036,19.017148971557617,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,130.1236114501953 +1980,46,1,MVA,18-20 yrs,26,43036,19.017148971557617,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,60.41453552246094 +1980,46,1,suicide,18-20 yrs,9,43036,19.017148971557617,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,20.912723541259766 +1980,46,1,homicide,18-20 yrs,0,43036,19.017148971557617,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,0 +1980,46,1,other external,18-20 yrs,11,43036,19.017148971557617,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,25.559995651245117 +1980,46,1,internal,18-20 yrs,10,43036,19.017148971557617,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,23.236360549926758 +1980,46,1,all,21-24 yrs,63,52296,22.461660385131836,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,120.46810150146484 +1980,46,1,MVA,21-24 yrs,32,52296,22.461660385131836,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,61.190147399902344 +1980,46,1,suicide,21-24 yrs,5,52296,22.461660385131836,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,9.56096076965332 +1980,46,1,homicide,21-24 yrs,4,52296,22.461660385131836,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,7.648768424987793 +1980,46,1,other external,21-24 yrs,12,52296,22.461660385131836,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,22.946306228637695 +1980,46,1,internal,21-24 yrs,10,52296,22.461660385131836,1,0.15659253299236298,1.2999999523162842,0.18000000715255737,1.0700000524520874,2.559999942779541,19.12192153930664 +1981,46,1,MVA,15-17 yrs,22,36511,16.052532196044922,0,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,60.25581359863281 +1981,46,1,suicide,15-17 yrs,3,36511,16.052532196044922,0,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,8.21670150756836 +1981,46,1,homicide,15-17 yrs,1,36511,16.052532196044922,0,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,2.738900661468506 +1981,46,1,other external,15-17 yrs,5,36511,16.052532196044922,0,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,13.694502830505371 +1981,46,1,internal,15-17 yrs,10,36511,16.052532196044922,0,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,27.389005661010742 +1981,46,1,all,18-20 yrs,44,41792,19.029191970825195,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,105.28330993652344 +1981,46,1,MVA,18-20 yrs,24,41792,19.029191970825195,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,57.4272575378418 +1981,46,1,suicide,18-20 yrs,5,41792,19.029191970825195,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,11.964012145996094 +1981,46,1,homicide,18-20 yrs,3,41792,19.029191970825195,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,7.178407192230225 +1981,46,1,other external,18-20 yrs,6,41792,19.029191970825195,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,14.35681438446045 +1981,46,1,internal,18-20 yrs,6,41792,19.029191970825195,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,14.35681438446045 +1981,46,1,all,21-24 yrs,68,53088,22.46087646484375,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,128.08920288085938 +1981,46,1,MVA,21-24 yrs,33,53088,22.46087646484375,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,62.16094207763672 +1981,46,1,suicide,21-24 yrs,10,53088,22.46087646484375,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,18.83664894104004 +1981,46,1,homicide,21-24 yrs,5,53088,22.46087646484375,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,9.41832447052002 +1981,46,1,other external,21-24 yrs,8,53088,22.46087646484375,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,15.069318771362305 +1981,46,1,internal,21-24 yrs,12,53088,22.46087646484375,1,0.17743709683418274,1.3200000524520874,0.1899999976158142,1.0499999523162842,2.559999942779541,22.603979110717773 +1982,46,1,MVA,15-17 yrs,8,33823,16.042869567871094,0,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,23.652544021606445 +1982,46,1,suicide,15-17 yrs,6,33823,16.042869567871094,0,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,17.739408493041992 +1982,46,1,homicide,15-17 yrs,3,33823,16.042869567871094,0,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,8.869704246520996 +1982,46,1,other external,15-17 yrs,8,33823,16.042869567871094,0,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,23.652544021606445 +1982,46,1,internal,15-17 yrs,2,33823,16.042869567871094,0,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,5.913136005401611 +1982,46,1,all,18-20 yrs,43,40146,19.02361297607422,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,107.10905456542969 +1982,46,1,MVA,18-20 yrs,16,40146,19.02361297607422,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,39.854530334472656 +1982,46,1,suicide,18-20 yrs,3,40146,19.02361297607422,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,7.472724437713623 +1982,46,1,homicide,18-20 yrs,4,40146,19.02361297607422,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,9.963632583618164 +1982,46,1,other external,18-20 yrs,12,40146,19.02361297607422,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,29.890897750854492 +1982,46,1,internal,18-20 yrs,8,40146,19.02361297607422,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,19.927265167236328 +1982,46,1,all,21-24 yrs,60,53732,22.465606689453125,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,111.66529846191406 +1982,46,1,MVA,21-24 yrs,30,53732,22.465606689453125,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,55.83264923095703 +1982,46,1,suicide,21-24 yrs,10,53732,22.465606689453125,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,18.610883712768555 +1982,46,1,homicide,21-24 yrs,4,53732,22.465606689453125,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,7.4443535804748535 +1982,46,1,other external,21-24 yrs,7,53732,22.465606689453125,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,13.027618408203125 +1982,46,1,internal,21-24 yrs,9,53732,22.465606689453125,1,0.16714023053646088,1.2899999618530273,0.18000000715255737,0.9800000190734863,2.450000047683716,16.74979591369629 +1983,46,1,MVA,15-17 yrs,11,31951,16.0242862701416,0,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,34.42771911621094 +1983,46,1,suicide,15-17 yrs,6,31951,16.0242862701416,0,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,18.77875518798828 +1983,46,1,homicide,15-17 yrs,1,31951,16.0242862701416,0,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,3.1297924518585205 +1983,46,1,other external,15-17 yrs,2,31951,16.0242862701416,0,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,6.259584903717041 +1983,46,1,internal,15-17 yrs,10,31951,16.0242862701416,0,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,31.297924041748047 +1983,46,1,all,18-20 yrs,36,38426,19.042783737182617,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,93.68656921386719 +1983,46,1,MVA,18-20 yrs,13,38426,19.042783737182617,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,33.831260681152344 +1983,46,1,suicide,18-20 yrs,6,38426,19.042783737182617,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,15.61442756652832 +1983,46,1,homicide,18-20 yrs,0,38426,19.042783737182617,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,0 +1983,46,1,other external,18-20 yrs,9,38426,19.042783737182617,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,23.421642303466797 +1983,46,1,internal,18-20 yrs,8,38426,19.042783737182617,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,20.819236755371094 +1983,46,1,all,21-24 yrs,45,53489,22.48858642578125,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,84.12944793701172 +1983,46,1,MVA,21-24 yrs,21,53489,22.48858642578125,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,39.26041030883789 +1983,46,1,suicide,21-24 yrs,5,53489,22.48858642578125,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,9.347716331481934 +1983,46,1,homicide,21-24 yrs,2,53489,22.48858642578125,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,3.739086627960205 +1983,46,1,other external,21-24 yrs,10,53489,22.48858642578125,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,18.695432662963867 +1983,46,1,internal,21-24 yrs,7,53489,22.48858642578125,1,0.16193807125091553,1.2999999523162842,0.17000000178813934,0.949999988079071,2.430000066757202,13.08680248260498 +1984,46,0.8492276668548584,MVA,15-17 yrs,12,31468,16.00009536743164,0,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,38.133975982666016 +1984,46,0.8492276668548584,suicide,15-17 yrs,5,31468,16.00009536743164,0,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,15.88915729522705 +1984,46,0.8492276668548584,homicide,15-17 yrs,0,31468,16.00009536743164,0,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,0 +1984,46,0.8492276668548584,other external,15-17 yrs,6,31468,16.00009536743164,0,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,19.066987991333008 +1984,46,0.8492276668548584,internal,15-17 yrs,3,31468,16.00009536743164,0,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,9.533493995666504 +1984,46,0.8492276668548584,all,18-20 yrs,44,36070,19.060077667236328,0.8492276668548584,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,121.98503112792969 +1984,46,0.8492276668548584,MVA,18-20 yrs,19,36070,19.060077667236328,0.8492276668548584,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,52.67535400390625 +1984,46,0.8492276668548584,suicide,18-20 yrs,6,36070,19.060077667236328,0.8492276668548584,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,16.634321212768555 +1984,46,0.8492276668548584,homicide,18-20 yrs,3,36070,19.060077667236328,0.8492276668548584,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,8.317160606384277 +1984,46,0.8492276668548584,other external,18-20 yrs,11,36070,19.060077667236328,0.8492276668548584,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,30.496257781982422 +1984,46,0.8492276668548584,internal,18-20 yrs,5,36070,19.060077667236328,0.8492276668548584,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,13.861934661865234 +1984,46,0.8492276668548584,all,21-24 yrs,46,52796,22.511554718017578,1,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,87.12781524658203 +1984,46,0.8492276668548584,MVA,21-24 yrs,22,52796,22.511554718017578,1,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,41.669822692871094 +1984,46,0.8492276668548584,suicide,21-24 yrs,11,52796,22.511554718017578,1,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,20.834911346435547 +1984,46,0.8492276668548584,homicide,21-24 yrs,0,52796,22.511554718017578,1,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,0 +1984,46,0.8492276668548584,other external,21-24 yrs,7,52796,22.511554718017578,1,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,13.258580207824707 +1984,46,0.8492276668548584,internal,21-24 yrs,6,52796,22.511554718017578,1,0.1552361100912094,1.2699999809265137,0.17000000178813934,0.8899999856948853,2.3299999237060547,11.364497184753418 +1985,46,0.6924275755882263,MVA,15-17 yrs,10,31699,15.983627319335938,0,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,31.546735763549805 +1985,46,0.6924275755882263,suicide,15-17 yrs,5,31699,15.983627319335938,0,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,15.773367881774902 +1985,46,0.6924275755882263,homicide,15-17 yrs,0,31699,15.983627319335938,0,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,0 +1985,46,0.6924275755882263,other external,15-17 yrs,4,31699,15.983627319335938,0,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,12.618694305419922 +1985,46,0.6924275755882263,internal,15-17 yrs,5,31699,15.983627319335938,0,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,15.773367881774902 +1985,46,0.6924275755882263,all,18-20 yrs,29,33371,19.049863815307617,0.6924275755882263,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,86.90180206298828 +1985,46,0.6924275755882263,MVA,18-20 yrs,8,33371,19.049863815307617,0.6924275755882263,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,23.972909927368164 +1985,46,0.6924275755882263,suicide,18-20 yrs,5,33371,19.049863815307617,0.6924275755882263,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,14.98306941986084 +1985,46,0.6924275755882263,homicide,18-20 yrs,4,33371,19.049863815307617,0.6924275755882263,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,11.986454963684082 +1985,46,0.6924275755882263,other external,18-20 yrs,8,33371,19.049863815307617,0.6924275755882263,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,23.972909927368164 +1985,46,0.6924275755882263,internal,18-20 yrs,4,33371,19.049863815307617,0.6924275755882263,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,11.986454963684082 +1985,46,0.6924275755882263,all,21-24 yrs,58,50980,22.52079200744629,1,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,113.77010345458984 +1985,46,0.6924275755882263,MVA,21-24 yrs,24,50980,22.52079200744629,1,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,47.07728576660156 +1985,46,0.6924275755882263,suicide,21-24 yrs,11,50980,22.52079200744629,1,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,21.577089309692383 +1985,46,0.6924275755882263,homicide,21-24 yrs,2,50980,22.52079200744629,1,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,3.923107147216797 +1985,46,0.6924275755882263,other external,21-24 yrs,10,50980,22.52079200744629,1,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,19.615535736083984 +1985,46,0.6924275755882263,internal,21-24 yrs,11,50980,22.52079200744629,1,0.14989806711673737,1.2200000286102295,0.18000000715255737,0.9399999976158142,2.3399999141693115,21.577089309692383 +1986,46,0.6819666028022766,MVA,15-17 yrs,7,32330,15.978719711303711,0,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,21.651716232299805 +1986,46,0.6819666028022766,suicide,15-17 yrs,11,32330,15.978719711303711,0,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,34.02412796020508 +1986,46,0.6819666028022766,homicide,15-17 yrs,1,32330,15.978719711303711,0,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,3.09310245513916 +1986,46,0.6819666028022766,other external,15-17 yrs,5,32330,15.978719711303711,0,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,15.4655122756958 +1986,46,0.6819666028022766,internal,15-17 yrs,7,32330,15.978719711303711,0,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,21.651716232299805 +1986,46,0.6819666028022766,all,18-20 yrs,38,31242,19.028583526611328,0.6819666028022766,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,121.63113403320312 +1986,46,0.6819666028022766,MVA,18-20 yrs,14,31242,19.028583526611328,0.6819666028022766,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,44.81147003173828 +1986,46,0.6819666028022766,suicide,18-20 yrs,10,31242,19.028583526611328,0.6819666028022766,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,32.00819396972656 +1986,46,0.6819666028022766,homicide,18-20 yrs,0,31242,19.028583526611328,0.6819666028022766,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,0 +1986,46,0.6819666028022766,other external,18-20 yrs,5,31242,19.028583526611328,0.6819666028022766,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,16.00409698486328 +1986,46,0.6819666028022766,internal,18-20 yrs,9,31242,19.028583526611328,0.6819666028022766,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,28.807374954223633 +1986,46,0.6819666028022766,all,21-24 yrs,54,47780,22.530284881591797,1,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,113.01799774169922 +1986,46,0.6819666028022766,MVA,21-24 yrs,22,47780,22.530284881591797,1,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,46.044368743896484 +1986,46,0.6819666028022766,suicide,21-24 yrs,12,47780,22.530284881591797,1,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,25.115110397338867 +1986,46,0.6819666028022766,homicide,21-24 yrs,7,47780,22.530284881591797,1,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,14.650481224060059 +1986,46,0.6819666028022766,other external,21-24 yrs,6,47780,22.530284881591797,1,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,12.557555198669434 +1986,46,0.6819666028022766,internal,21-24 yrs,7,47780,22.530284881591797,1,0.14716270565986633,1.2200000286102295,0.1899999976158142,0.8100000023841858,2.2300000190734863,14.650481224060059 +1987,46,0.6698997616767883,MVA,15-17 yrs,9,31890,16.014768600463867,0,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,28.222013473510742 +1987,46,0.6698997616767883,suicide,15-17 yrs,4,31890,16.014768600463867,0,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,12.543116569519043 +1987,46,0.6698997616767883,homicide,15-17 yrs,1,31890,16.014768600463867,0,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,3.1357791423797607 +1987,46,0.6698997616767883,other external,15-17 yrs,1,31890,16.014768600463867,0,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,3.1357791423797607 +1987,46,0.6698997616767883,internal,15-17 yrs,7,31890,16.014768600463867,0,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,21.950454711914062 +1987,46,0.6698997616767883,all,18-20 yrs,36,30621,19.005159378051758,0.6698997616767883,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,117.56637573242188 +1987,46,0.6698997616767883,MVA,18-20 yrs,15,30621,19.005159378051758,0.6698997616767883,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,48.98598861694336 +1987,46,0.6698997616767883,suicide,18-20 yrs,8,30621,19.005159378051758,0.6698997616767883,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,26.12586212158203 +1987,46,0.6698997616767883,homicide,18-20 yrs,1,30621,19.005159378051758,0.6698997616767883,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,3.265732765197754 +1987,46,0.6698997616767883,other external,18-20 yrs,5,30621,19.005159378051758,0.6698997616767883,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,16.328662872314453 +1987,46,0.6698997616767883,internal,18-20 yrs,7,30621,19.005159378051758,0.6698997616767883,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,22.86012840270996 +1987,46,0.6698997616767883,all,21-24 yrs,34,44854,22.553329467773438,1,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,75.8014907836914 +1987,46,0.6698997616767883,MVA,21-24 yrs,17,44854,22.553329467773438,1,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,37.9007453918457 +1987,46,0.6698997616767883,suicide,21-24 yrs,10,44854,22.553329467773438,1,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,22.2945556640625 +1987,46,0.6698997616767883,homicide,21-24 yrs,2,44854,22.553329467773438,1,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,4.458910942077637 +1987,46,0.6698997616767883,other external,21-24 yrs,3,44854,22.553329467773438,1,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,6.688366889953613 +1987,46,0.6698997616767883,internal,21-24 yrs,2,44854,22.553329467773438,1,0.24136756360530853,1.2400000095367432,0.1899999976158142,0.7900000214576721,2.2200000286102295,4.458910942077637 +1988,46,0.16567519307136536,MVA,15-17 yrs,12,31125,16.035083770751953,0,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,38.55421829223633 +1988,46,0.16567519307136536,suicide,15-17 yrs,7,31125,16.035083770751953,0,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,22.489959716796875 +1988,46,0.16567519307136536,homicide,15-17 yrs,1,31125,16.035083770751953,0,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,3.2128515243530273 +1988,46,0.16567519307136536,other external,15-17 yrs,6,31125,16.035083770751953,0,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,19.277109146118164 +1988,46,0.16567519307136536,internal,15-17 yrs,0,31125,16.035083770751953,0,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,0 +1988,46,0.16567519307136536,all,18-20 yrs,35,30765,18.99008560180664,0.16567519307136536,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,113.76564025878906 +1988,46,0.16567519307136536,MVA,18-20 yrs,18,30765,18.99008560180664,0.16567519307136536,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,58.5080451965332 +1988,46,0.16567519307136536,suicide,18-20 yrs,5,30765,18.99008560180664,0.16567519307136536,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,16.252235412597656 +1988,46,0.16567519307136536,homicide,18-20 yrs,4,30765,18.99008560180664,0.16567519307136536,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,13.001788139343262 +1988,46,0.16567519307136536,other external,18-20 yrs,5,30765,18.99008560180664,0.16567519307136536,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,16.252235412597656 +1988,46,0.16567519307136536,internal,18-20 yrs,3,30765,18.99008560180664,0.16567519307136536,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,9.751340866088867 +1988,46,0.16567519307136536,all,21-24 yrs,46,41730,22.556745529174805,1,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,110.2324447631836 +1988,46,0.16567519307136536,MVA,21-24 yrs,18,41730,22.556745529174805,1,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,43.134437561035156 +1988,46,0.16567519307136536,suicide,21-24 yrs,9,41730,22.556745529174805,1,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,21.567218780517578 +1988,46,0.16567519307136536,homicide,21-24 yrs,8,41730,22.556745529174805,1,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,19.170860290527344 +1988,46,0.16567519307136536,other external,21-24 yrs,5,41730,22.556745529174805,1,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,11.98178768157959 +1988,46,0.16567519307136536,internal,21-24 yrs,6,41730,22.556745529174805,1,0.23177814483642578,1.2100000381469727,0.1599999964237213,0.7599999904632568,2.130000114440918,14.378145217895508 +1989,46,0,MVA,15-17 yrs,8,29987,16.00690269470215,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,26.678226470947266 +1989,46,0,suicide,15-17 yrs,6,29987,16.00690269470215,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,20.008670806884766 +1989,46,0,homicide,15-17 yrs,0,29987,16.00690269470215,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,0 +1989,46,0,other external,15-17 yrs,1,29987,16.00690269470215,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,3.334778308868408 +1989,46,0,internal,15-17 yrs,3,29987,16.00690269470215,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,10.004335403442383 +1989,46,0,all,18-20 yrs,42,31270,18.987239837646484,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,134.3140411376953 +1989,46,0,MVA,18-20 yrs,20,31270,18.987239837646484,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,63.95906448364258 +1989,46,0,suicide,18-20 yrs,8,31270,18.987239837646484,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,25.58362579345703 +1989,46,0,homicide,18-20 yrs,0,31270,18.987239837646484,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,0 +1989,46,0,other external,18-20 yrs,8,31270,18.987239837646484,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,25.58362579345703 +1989,46,0,internal,18-20 yrs,6,31270,18.987239837646484,0,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,19.187719345092773 +1989,46,0,all,21-24 yrs,39,38691,22.52585792541504,1,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,100.79863739013672 +1989,46,0,MVA,21-24 yrs,16,38691,22.52585792541504,1,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,41.35328674316406 +1989,46,0,suicide,21-24 yrs,8,38691,22.52585792541504,1,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,20.67664337158203 +1989,46,0,homicide,21-24 yrs,1,38691,22.52585792541504,1,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,2.584580421447754 +1989,46,0,other external,21-24 yrs,8,38691,22.52585792541504,1,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,20.67664337158203 +1989,46,0,internal,21-24 yrs,6,38691,22.52585792541504,1,0.2211238294839859,1.25,0.15000000596046448,0.699999988079071,2.0899999141693115,15.507482528686523 +1990,46,0,MVA,15-17 yrs,13,29943,15.986040115356445,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,43.41582489013672 +1990,46,0,suicide,15-17 yrs,6,29943,15.986040115356445,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,20.03807258605957 +1990,46,0,homicide,15-17 yrs,0,29943,15.986040115356445,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,0 +1990,46,0,other external,15-17 yrs,8,29943,15.986040115356445,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,26.717430114746094 +1990,46,0,internal,15-17 yrs,5,29943,15.986040115356445,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,16.698392868041992 +1990,46,0,all,18-20 yrs,40,31211,19.018102645874023,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,128.15994262695312 +1990,46,0,MVA,18-20 yrs,19,31211,19.018102645874023,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,60.875972747802734 +1990,46,0,suicide,18-20 yrs,8,31211,19.018102645874023,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,25.631988525390625 +1990,46,0,homicide,18-20 yrs,1,31211,19.018102645874023,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,3.203998565673828 +1990,46,0,other external,18-20 yrs,3,31211,19.018102645874023,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,9.611995697021484 +1990,46,0,internal,18-20 yrs,9,31211,19.018102645874023,0,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,28.835987091064453 +1990,46,0,all,21-24 yrs,34,37094,22.48150634765625,1,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,91.659027099609375 +1990,46,0,MVA,21-24 yrs,9,37094,22.48150634765625,1,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,24.262683868408203 +1990,46,0,suicide,21-24 yrs,14,37094,22.48150634765625,1,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,37.74195098876953 +1990,46,0,homicide,21-24 yrs,3,37094,22.48150634765625,1,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,8.08756160736084 +1990,46,0,other external,21-24 yrs,2,37094,22.48150634765625,1,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,5.391707420349121 +1990,46,0,internal,21-24 yrs,6,37094,22.48150634765625,1,0.2097885012626648,1.3600000143051147,0.18000000715255737,0.800000011920929,2.3399999141693115,16.17512321472168 +1991,46,0,MVA,15-17 yrs,6,30836,15.987092971801758,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,19.45777702331543 +1991,46,0,suicide,15-17 yrs,5,30836,15.987092971801758,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,16.214813232421875 +1991,46,0,homicide,15-17 yrs,0,30836,15.987092971801758,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,0 +1991,46,0,other external,15-17 yrs,3,30836,15.987092971801758,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,9.728888511657715 +1991,46,0,internal,15-17 yrs,7,30836,15.987092971801758,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,22.70073890686035 +1991,46,0,all,18-20 yrs,27,30813,19.032583236694336,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,87.62535095214844 +1991,46,0,MVA,18-20 yrs,8,30813,19.032583236694336,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,25.96306800842285 +1991,46,0,suicide,18-20 yrs,9,30813,19.032583236694336,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,29.208450317382812 +1991,46,0,homicide,18-20 yrs,2,30813,19.032583236694336,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,6.490767002105713 +1991,46,0,other external,18-20 yrs,4,30813,19.032583236694336,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,12.981534004211426 +1991,46,0,internal,18-20 yrs,4,30813,19.032583236694336,0,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,12.981534004211426 +1991,46,0,all,21-24 yrs,57,37567,22.45121955871582,1,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,151.72891235351562 +1991,46,0,MVA,21-24 yrs,23,37567,22.45121955871582,1,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,61.22394561767578 +1991,46,0,suicide,21-24 yrs,13,37567,22.45121955871582,1,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,34.60483932495117 +1991,46,0,homicide,21-24 yrs,2,37567,22.45121955871582,1,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,5.323821544647217 +1991,46,0,other external,21-24 yrs,9,37567,22.45121955871582,1,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,23.957197189331055 +1991,46,0,internal,21-24 yrs,10,37567,22.45121955871582,1,0.20131686329841614,1.3700000047683716,0.15000000596046448,0.7599999904632568,2.2699999809265137,26.61910629272461 +1992,46,0,MVA,15-17 yrs,10,32511,15.982159614562988,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,30.758819580078125 +1992,46,0,suicide,15-17 yrs,6,32511,15.982159614562988,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,18.455291748046875 +1992,46,0,homicide,15-17 yrs,1,32511,15.982159614562988,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,3.0758819580078125 +1992,46,0,other external,15-17 yrs,4,32511,15.982159614562988,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,12.30352783203125 +1992,46,0,internal,15-17 yrs,4,32511,15.982159614562988,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,12.30352783203125 +1992,46,0,all,18-20 yrs,35,30357,19.013076782226562,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,115.29466247558594 +1992,46,0,MVA,18-20 yrs,19,30357,19.013076782226562,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,62.588531494140625 +1992,46,0,suicide,18-20 yrs,8,30357,19.013076782226562,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,26.353065490722656 +1992,46,0,homicide,18-20 yrs,0,30357,19.013076782226562,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,0 +1992,46,0,other external,18-20 yrs,7,30357,19.013076782226562,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,23.058931350708008 +1992,46,0,internal,18-20 yrs,1,30357,19.013076782226562,0,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,3.294133186340332 +1992,46,0,all,21-24 yrs,35,38363,22.434402465820312,1,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,91.2337417602539 +1992,46,0,MVA,21-24 yrs,14,38363,22.434402465820312,1,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,36.49349594116211 +1992,46,0,suicide,21-24 yrs,9,38363,22.434402465820312,1,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,23.46010398864746 +1992,46,0,homicide,21-24 yrs,4,38363,22.434402465820312,1,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,10.426712989807129 +1992,46,0,other external,21-24 yrs,4,38363,22.434402465820312,1,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,10.426712989807129 +1992,46,0,internal,21-24 yrs,4,38363,22.434402465820312,1,0.19543375074863434,1.3700000047683716,0.15000000596046448,0.7400000095367432,2.259999990463257,10.426712989807129 +1993,46,0,MVA,15-17 yrs,12,33574,15.983856201171875,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,35.741943359375 +1993,46,0,suicide,15-17 yrs,5,33574,15.983856201171875,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,14.892476081848145 +1993,46,0,homicide,15-17 yrs,2,33574,15.983856201171875,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,5.956990718841553 +1993,46,0,other external,15-17 yrs,3,33574,15.983856201171875,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,8.93548583984375 +1993,46,0,internal,15-17 yrs,2,33574,15.983856201171875,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,5.956990718841553 +1993,46,0,all,18-20 yrs,30,31168,18.98771095275879,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,96.2525634765625 +1993,46,0,MVA,18-20 yrs,11,31168,18.98771095275879,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,35.292606353759766 +1993,46,0,suicide,18-20 yrs,7,31168,18.98771095275879,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,22.458932876586914 +1993,46,0,homicide,18-20 yrs,2,31168,18.98771095275879,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,6.416837692260742 +1993,46,0,other external,18-20 yrs,6,31168,18.98771095275879,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,19.250513076782227 +1993,46,0,internal,18-20 yrs,4,31168,18.98771095275879,0,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,12.833675384521484 +1993,46,0,all,21-24 yrs,49,38987,22.46397590637207,1,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,125.68292236328125 +1993,46,0,MVA,21-24 yrs,18,38987,22.46397590637207,1,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,46.16923522949219 +1993,46,0,suicide,21-24 yrs,12,38987,22.46397590637207,1,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,30.779491424560547 +1993,46,0,homicide,21-24 yrs,2,38987,22.46397590637207,1,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,5.129915237426758 +1993,46,0,other external,21-24 yrs,8,38987,22.46397590637207,1,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,20.51966094970703 +1993,46,0,internal,21-24 yrs,9,38987,22.46397590637207,1,0.18975332379341125,1.350000023841858,0.11999999731779099,0.7300000190734863,2.200000047683716,23.084617614746094 +1994,46,0,MVA,15-17 yrs,18,34996,15.99102783203125,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,51.4344482421875 +1994,46,0,suicide,15-17 yrs,6,34996,15.99102783203125,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,17.144817352294922 +1994,46,0,homicide,15-17 yrs,0,34996,15.99102783203125,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,0 +1994,46,0,other external,15-17 yrs,4,34996,15.99102783203125,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,11.429877281188965 +1994,46,0,internal,15-17 yrs,8,34996,15.99102783203125,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,22.85975456237793 +1994,46,0,all,18-20 yrs,35,32271,18.987667083740234,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,108.45651245117188 +1994,46,0,MVA,18-20 yrs,21,32271,18.987667083740234,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,65.07390594482422 +1994,46,0,suicide,18-20 yrs,8,32271,18.987667083740234,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,24.79006004333496 +1994,46,0,homicide,18-20 yrs,0,32271,18.987667083740234,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,0 +1994,46,0,other external,18-20 yrs,2,32271,18.987667083740234,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,6.19751501083374 +1994,46,0,internal,18-20 yrs,4,32271,18.987667083740234,0,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,12.39503002166748 +1994,46,0,all,21-24 yrs,49,39075,22.493947982788086,1,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,125.39987182617188 +1994,46,0,MVA,21-24 yrs,18,39075,22.493947982788086,1,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,46.06525802612305 +1994,46,0,suicide,21-24 yrs,15,39075,22.493947982788086,1,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,38.38771438598633 +1994,46,0,homicide,21-24 yrs,3,39075,22.493947982788086,1,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,7.6775431632995605 +1994,46,0,other external,21-24 yrs,8,39075,22.493947982788086,1,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,20.473447799682617 +1994,46,0,internal,21-24 yrs,5,39075,22.493947982788086,1,0.18501590192317963,1.3799999952316284,0.11999999731779099,0.7300000190734863,2.240000009536743,12.795905113220215 +1995,46,0,MVA,15-17 yrs,10,36427,15.98026180267334,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,27.452163696289062 +1995,46,0,suicide,15-17 yrs,7,36427,15.98026180267334,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,19.216514587402344 +1995,46,0,homicide,15-17 yrs,0,36427,15.98026180267334,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,0 +1995,46,0,other external,15-17 yrs,7,36427,15.98026180267334,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,19.216514587402344 +1995,46,0,internal,15-17 yrs,3,36427,15.98026180267334,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,8.235649108886719 +1995,46,0,all,18-20 yrs,24,33782,18.986886978149414,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,71.04375457763672 +1995,46,0,MVA,18-20 yrs,9,33782,18.986886978149414,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,26.641407012939453 +1995,46,0,suicide,18-20 yrs,5,33782,18.986886978149414,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,14.80078125 +1995,46,0,homicide,18-20 yrs,0,33782,18.986886978149414,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,0 +1995,46,0,other external,18-20 yrs,6,33782,18.986886978149414,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,17.76093864440918 +1995,46,0,internal,18-20 yrs,4,33782,18.986886978149414,0,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,11.840624809265137 +1995,46,0,all,21-24 yrs,41,38817,22.490764617919922,1,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,105.62382507324219 +1995,46,0,MVA,21-24 yrs,19,38817,22.490764617919922,1,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,48.94762420654297 +1995,46,0,suicide,21-24 yrs,6,38817,22.490764617919922,1,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,15.457144737243652 +1995,46,0,homicide,21-24 yrs,2,38817,22.490764617919922,1,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,5.152381896972656 +1995,46,0,other external,21-24 yrs,8,38817,22.490764617919922,1,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,20.609527587890625 +1995,46,0,internal,21-24 yrs,6,38817,22.490764617919922,1,0.17991703748703003,1.340000033378601,0.11999999731779099,0.7300000190734863,2.200000047683716,15.457144737243652 +1996,46,0,MVA,15-17 yrs,18,37432,16.001922607421875,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,48.087196350097656 +1996,46,0,suicide,15-17 yrs,6,37432,16.001922607421875,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,16.02906608581543 +1996,46,0,homicide,15-17 yrs,2,37432,16.001922607421875,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,5.343021869659424 +1996,46,0,other external,15-17 yrs,5,37432,16.001922607421875,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,13.357555389404297 +1996,46,0,internal,15-17 yrs,4,37432,16.001922607421875,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,10.686043739318848 +1996,46,0,all,18-20 yrs,32,34753,18.984634399414062,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,92.07838439941406 +1996,46,0,MVA,18-20 yrs,15,34753,18.984634399414062,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,43.1617431640625 +1996,46,0,suicide,18-20 yrs,8,34753,18.984634399414062,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,23.019596099853516 +1996,46,0,homicide,18-20 yrs,2,34753,18.984634399414062,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,5.754899024963379 +1996,46,0,other external,18-20 yrs,6,34753,18.984634399414062,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,17.26469612121582 +1996,46,0,internal,18-20 yrs,1,34753,18.984634399414062,0,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,2.8774495124816895 +1996,46,0,all,21-24 yrs,28,38668,22.446001052856445,1,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,72.41129302978516 +1996,46,0,MVA,21-24 yrs,13,38668,22.446001052856445,1,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,33.619529724121094 +1996,46,0,suicide,21-24 yrs,8,38668,22.446001052856445,1,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,20.688941955566406 +1996,46,0,homicide,21-24 yrs,1,38668,22.446001052856445,1,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,2.586117744445801 +1996,46,0,other external,21-24 yrs,2,38668,22.446001052856445,1,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,5.172235488891602 +1996,46,0,internal,21-24 yrs,4,38668,22.446001052856445,1,0.17475689947605133,1.3600000143051147,0.12999999523162842,0.6800000071525574,2.180000066757202,10.344470977783203 +1970,47,0,MVA,15-17 yrs,125,229255,15.975433349609375,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,54.524436950683594 +1970,47,0,suicide,15-17 yrs,8,229255,15.975433349609375,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,3.4895639419555664 +1970,47,0,homicide,15-17 yrs,8,229255,15.975433349609375,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,3.4895639419555664 +1970,47,0,other external,15-17 yrs,49,229255,15.975433349609375,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,21.373579025268555 +1970,47,0,internal,15-17 yrs,76,229255,15.975433349609375,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,33.15085983276367 +1970,47,0,all,18-20 yrs,349,220094,18.971284866333008,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,158.56861877441406 +1970,47,0,MVA,18-20 yrs,165,220094,18.971284866333008,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,74.96797180175781 +1970,47,0,suicide,18-20 yrs,16,220094,18.971284866333008,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,7.2696213722229 +1970,47,0,homicide,18-20 yrs,24,220094,18.971284866333008,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,10.904431343078613 +1970,47,0,other external,18-20 yrs,50,220094,18.971284866333008,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,22.717565536499023 +1970,47,0,internal,18-20 yrs,94,220094,18.971284866333008,0,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,42.709022521972656 +1970,47,0,all,21-24 yrs,447,251278,22.416973114013672,1,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,177.890625 +1970,47,0,MVA,21-24 yrs,191,251278,22.416973114013672,1,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,76.01142883300781 +1970,47,0,suicide,21-24 yrs,27,251278,22.416973114013672,1,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,10.745071411132812 +1970,47,0,homicide,21-24 yrs,46,251278,22.416973114013672,1,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,18.30641746520996 +1970,47,0,other external,21-24 yrs,55,251278,22.416973114013672,1,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,21.888107299804688 +1970,47,0,internal,21-24 yrs,128,251278,22.416973114013672,1,0.28267377614974976,0.8700000047683716,0.05999999865889549,0.5799999833106995,1.5199999809265137,50.939598083496094 +1971,47,0.6712328791618347,MVA,15-17 yrs,131,236863,15.99039077758789,0,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,55.30623245239258 +1971,47,0.6712328791618347,suicide,15-17 yrs,10,236863,15.99039077758789,0,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,4.2218499183654785 +1971,47,0.6712328791618347,homicide,15-17 yrs,14,236863,15.99039077758789,0,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,5.910589694976807 +1971,47,0.6712328791618347,other external,15-17 yrs,55,236863,15.99039077758789,0,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,23.220172882080078 +1971,47,0.6712328791618347,internal,15-17 yrs,77,236863,15.99039077758789,0,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,32.508243560791016 +1971,47,0.6712328791618347,all,18-20 yrs,364,223043,19.00408935546875,0.6712328791618347,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,163.19723510742188 +1971,47,0.6712328791618347,MVA,18-20 yrs,181,223043,19.00408935546875,0.6712328791618347,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,81.1502685546875 +1971,47,0.6712328791618347,suicide,18-20 yrs,19,223043,19.00408935546875,0.6712328791618347,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,8.518536567687988 +1971,47,0.6712328791618347,homicide,18-20 yrs,24,223043,19.00408935546875,0.6712328791618347,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,10.76025676727295 +1971,47,0.6712328791618347,other external,18-20 yrs,58,223043,19.00408935546875,0.6712328791618347,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,26.00395393371582 +1971,47,0.6712328791618347,internal,18-20 yrs,82,223043,19.00408935546875,0.6712328791618347,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,36.76420974731445 +1971,47,0.6712328791618347,all,21-24 yrs,470,281548,22.523378372192383,1,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,166.93423461914062 +1971,47,0.6712328791618347,MVA,21-24 yrs,171,281548,22.523378372192383,1,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,60.73564910888672 +1971,47,0.6712328791618347,suicide,21-24 yrs,30,281548,22.523378372192383,1,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,10.655376434326172 +1971,47,0.6712328791618347,homicide,21-24 yrs,66,281548,22.523378372192383,1,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,23.441829681396484 +1971,47,0.6712328791618347,other external,21-24 yrs,71,281548,22.523378372192383,1,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,25.21772575378418 +1971,47,0.6712328791618347,internal,21-24 yrs,132,281548,22.523378372192383,1,0.2708084285259247,0.9399999976158142,0.10000000149011612,0.6000000238418579,1.6399999856948853,46.88365936279297 +1972,47,1,MVA,15-17 yrs,110,243016,15.988066673278809,0,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,45.26451110839844 +1972,47,1,suicide,15-17 yrs,12,243016,15.988066673278809,0,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,4.937946319580078 +1972,47,1,homicide,15-17 yrs,14,243016,15.988066673278809,0,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,5.760937690734863 +1972,47,1,other external,15-17 yrs,66,243016,15.988066673278809,0,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,27.15870475769043 +1972,47,1,internal,15-17 yrs,82,243016,15.988066673278809,0,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,33.74263381958008 +1972,47,1,all,18-20 yrs,390,226853,18.991456985473633,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,171.91749572753906 +1972,47,1,MVA,18-20 yrs,194,226853,18.991456985473633,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,85.51793670654297 +1972,47,1,suicide,18-20 yrs,30,226853,18.991456985473633,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,13.224422454833984 +1972,47,1,homicide,18-20 yrs,32,226853,18.991456985473633,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,14.106051445007324 +1972,47,1,other external,18-20 yrs,70,226853,18.991456985473633,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,30.85698699951172 +1972,47,1,internal,18-20 yrs,64,226853,18.991456985473633,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,28.21210289001465 +1972,47,1,all,21-24 yrs,472,287434,22.480316162109375,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,164.21160888671875 +1972,47,1,MVA,21-24 yrs,198,287434,22.480316162109375,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,68.8853759765625 +1972,47,1,suicide,21-24 yrs,26,287434,22.480316162109375,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,9.045555114746094 +1972,47,1,homicide,21-24 yrs,80,287434,22.480316162109375,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,27.832475662231445 +1972,47,1,other external,21-24 yrs,76,287434,22.480316162109375,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,26.440853118896484 +1972,47,1,internal,21-24 yrs,92,287434,22.480316162109375,1,0.26238617300987244,0.9700000286102295,0.10999999940395355,0.6299999952316284,1.7000000476837158,32.007347106933594 +1973,47,1,MVA,15-17 yrs,157,244767,15.993986129760742,0,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,64.14263153076172 +1973,47,1,suicide,15-17 yrs,8,244767,15.993986129760742,0,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,3.2684144973754883 +1973,47,1,homicide,15-17 yrs,17,244767,15.993986129760742,0,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,6.945380687713623 +1973,47,1,other external,15-17 yrs,57,244767,15.993986129760742,0,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,23.287452697753906 +1973,47,1,internal,15-17 yrs,74,244767,15.993986129760742,0,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,30.232833862304688 +1973,47,1,all,18-20 yrs,385,231267,18.976654052734375,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,166.4742431640625 +1973,47,1,MVA,18-20 yrs,173,231267,18.976654052734375,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,74.80531311035156 +1973,47,1,suicide,18-20 yrs,23,231267,18.976654052734375,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,9.945215225219727 +1973,47,1,homicide,18-20 yrs,33,231267,18.976654052734375,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,14.269221305847168 +1973,47,1,other external,18-20 yrs,63,231267,18.976654052734375,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,27.241241455078125 +1973,47,1,internal,18-20 yrs,93,231267,18.976654052734375,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,40.213260650634766 +1973,47,1,all,21-24 yrs,475,293964,22.486297607421875,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,161.58441162109375 +1973,47,1,MVA,21-24 yrs,155,293964,22.486297607421875,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,52.72754669189453 +1973,47,1,suicide,21-24 yrs,41,293964,22.486297607421875,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,13.947285652160645 +1973,47,1,homicide,21-24 yrs,64,293964,22.486297607421875,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,21.771373748779297 +1973,47,1,other external,21-24 yrs,97,293964,22.486297607421875,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,32.99723815917969 +1973,47,1,internal,21-24 yrs,118,293964,22.486297607421875,1,0.24702119827270508,1.0299999713897705,0.11999999731779099,0.6800000071525574,1.8300000429153442,40.140968322753906 +1974,47,1,MVA,15-17 yrs,145,247522,16.0015869140625,0,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,58.580650329589844 +1974,47,1,suicide,15-17 yrs,12,247522,16.0015869140625,0,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,4.848053932189941 +1974,47,1,homicide,15-17 yrs,11,247522,16.0015869140625,0,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,4.44404935836792 +1974,47,1,other external,15-17 yrs,61,247522,16.0015869140625,0,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,24.64427375793457 +1974,47,1,internal,15-17 yrs,50,247522,16.0015869140625,0,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,20.200223922729492 +1974,47,1,all,18-20 yrs,362,240762,18.992141723632812,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,150.35595703125 +1974,47,1,MVA,18-20 yrs,156,240762,18.992141723632812,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,64.794281005859375 +1974,47,1,suicide,18-20 yrs,24,240762,18.992141723632812,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,9.968350410461426 +1974,47,1,homicide,18-20 yrs,41,240762,18.992141723632812,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,17.029266357421875 +1974,47,1,other external,18-20 yrs,57,240762,18.992141723632812,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,23.674833297729492 +1974,47,1,internal,18-20 yrs,84,240762,18.992141723632812,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,34.889225006103516 +1974,47,1,all,21-24 yrs,477,297486,22.504894256591797,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,160.3436737060547 +1974,47,1,MVA,21-24 yrs,147,297486,22.504894256591797,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,49.41408920288086 +1974,47,1,suicide,21-24 yrs,47,297486,22.504894256591797,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,15.799062728881836 +1974,47,1,homicide,21-24 yrs,77,297486,22.504894256591797,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,25.88357162475586 +1974,47,1,other external,21-24 yrs,79,297486,22.504894256591797,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,26.555871963500977 +1974,47,1,internal,21-24 yrs,127,297486,22.504894256591797,1,0.22246941924095154,1.0700000524520874,0.10999999940395355,0.699999988079071,1.8799999952316284,42.69108581542969 +1975,47,1,MVA,15-17 yrs,123,248883,15.996150970458984,0,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,49.42081069946289 +1975,47,1,suicide,15-17 yrs,15,248883,15.996150970458984,0,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,6.026928424835205 +1975,47,1,homicide,15-17 yrs,17,248883,15.996150970458984,0,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,6.83051872253418 +1975,47,1,other external,15-17 yrs,66,248883,15.996150970458984,0,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,26.518484115600586 +1975,47,1,internal,15-17 yrs,69,248883,15.996150970458984,0,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,27.72386932373047 +1975,47,1,all,18-20 yrs,403,247701,18.99039077758789,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,162.69615173339844 +1975,47,1,MVA,18-20 yrs,181,247701,18.99039077758789,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,73.07196807861328 +1975,47,1,suicide,18-20 yrs,30,247701,18.99039077758789,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,12.11137580871582 +1975,47,1,homicide,18-20 yrs,42,247701,18.99039077758789,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,16.9559268951416 +1975,47,1,other external,18-20 yrs,72,247701,18.99039077758789,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,29.067302703857422 +1975,47,1,internal,18-20 yrs,78,247701,18.99039077758789,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,31.489578247070312 +1975,47,1,all,21-24 yrs,443,302873,22.49691390991211,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,146.26593017578125 +1975,47,1,MVA,21-24 yrs,131,302873,22.49691390991211,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,43.2524528503418 +1975,47,1,suicide,21-24 yrs,51,302873,22.49691390991211,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,16.838741302490234 +1975,47,1,homicide,21-24 yrs,73,302873,22.49691390991211,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,24.10251235961914 +1975,47,1,other external,21-24 yrs,80,302873,22.49691390991211,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,26.413711547851562 +1975,47,1,internal,21-24 yrs,108,302873,22.49691390991211,1,0.20386137068271637,1.090000033378601,0.11999999731779099,0.7200000286102295,1.9199999570846558,35.658512115478516 +1976,47,1,MVA,15-17 yrs,125,251659,15.997241973876953,0,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,49.670387268066406 +1976,47,1,suicide,15-17 yrs,11,251659,15.997241973876953,0,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,4.3709940910339355 +1976,47,1,homicide,15-17 yrs,13,251659,15.997241973876953,0,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,5.165720462799072 +1976,47,1,other external,15-17 yrs,47,251659,15.997241973876953,0,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,18.67606544494629 +1976,47,1,internal,15-17 yrs,74,251659,15.997241973876953,0,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,29.404869079589844 +1976,47,1,all,18-20 yrs,369,253120,18.996065139770508,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,145.78065490722656 +1976,47,1,MVA,18-20 yrs,165,253120,18.996065139770508,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,65.18647003173828 +1976,47,1,suicide,18-20 yrs,32,253120,18.996065139770508,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,12.64222526550293 +1976,47,1,homicide,18-20 yrs,39,253120,18.996065139770508,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,15.40771198272705 +1976,47,1,other external,18-20 yrs,59,253120,18.996065139770508,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,23.30910301208496 +1976,47,1,internal,18-20 yrs,74,253120,18.996065139770508,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,29.235145568847656 +1976,47,1,all,21-24 yrs,434,308606,22.473173141479492,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,140.63238525390625 +1976,47,1,MVA,21-24 yrs,141,308606,22.473173141479492,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,45.689327239990234 +1976,47,1,suicide,21-24 yrs,45,308606,22.473173141479492,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,14.58169937133789 +1976,47,1,homicide,21-24 yrs,59,308606,22.473173141479492,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,19.118228912353516 +1976,47,1,other external,21-24 yrs,89,308606,22.473173141479492,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,28.8393611907959 +1976,47,1,internal,21-24 yrs,100,308606,22.473173141479492,1,0.19275468587875366,1.059999942779541,0.10999999940395355,0.7400000095367432,1.909999966621399,32.403778076171875 +1977,47,1,MVA,15-17 yrs,117,253299,16.00304412841797,0,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,46.19047164916992 +1977,47,1,suicide,15-17 yrs,16,253299,16.00304412841797,0,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,6.316645622253418 +1977,47,1,homicide,15-17 yrs,17,253299,16.00304412841797,0,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,6.711435794830322 +1977,47,1,other external,15-17 yrs,37,253299,16.00304412841797,0,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,14.607242584228516 +1977,47,1,internal,15-17 yrs,62,253299,16.00304412841797,0,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,24.477001190185547 +1977,47,1,all,18-20 yrs,372,257999,19.003917694091797,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,144.1865997314453 +1977,47,1,MVA,18-20 yrs,170,257999,19.003917694091797,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,65.89173126220703 +1977,47,1,suicide,18-20 yrs,27,257999,19.003917694091797,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,10.465156555175781 +1977,47,1,homicide,18-20 yrs,37,257999,19.003917694091797,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,14.341140747070312 +1977,47,1,other external,18-20 yrs,73,257999,19.003917694091797,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,28.2946834564209 +1977,47,1,internal,18-20 yrs,65,257999,19.003917694091797,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,25.19389533996582 +1977,47,1,all,21-24 yrs,481,315539,22.461668014526367,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,152.4375762939453 +1977,47,1,MVA,21-24 yrs,177,315539,22.461668014526367,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,56.0944938659668 +1977,47,1,suicide,21-24 yrs,49,315539,22.461668014526367,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,15.528984069824219 +1977,47,1,homicide,21-24 yrs,67,315539,22.461668014526367,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,21.233509063720703 +1977,47,1,other external,21-24 yrs,86,315539,22.461668014526367,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,27.25495147705078 +1977,47,1,internal,21-24 yrs,102,315539,22.461668014526367,1,0.18098583817481995,1.100000023841858,0.10000000149011612,0.7099999785423279,1.909999966621399,32.32563781738281 +1978,47,1,MVA,15-17 yrs,110,254735,16.00359535217285,0,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,43.18212890625 +1978,47,1,suicide,15-17 yrs,16,254735,16.00359535217285,0,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,6.281037330627441 +1978,47,1,homicide,15-17 yrs,13,254735,16.00359535217285,0,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,5.103342533111572 +1978,47,1,other external,15-17 yrs,39,254735,16.00359535217285,0,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,15.310028076171875 +1978,47,1,internal,15-17 yrs,70,254735,16.00359535217285,0,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,27.479537963867188 +1978,47,1,all,18-20 yrs,424,260801,18.996824264526367,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,162.57606506347656 +1978,47,1,MVA,18-20 yrs,191,260801,18.996824264526367,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,73.23591613769531 +1978,47,1,suicide,18-20 yrs,29,260801,18.996824264526367,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,11.119588851928711 +1978,47,1,homicide,18-20 yrs,32,260801,18.996824264526367,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,12.269891738891602 +1978,47,1,other external,18-20 yrs,80,260801,18.996824264526367,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,30.674728393554688 +1978,47,1,internal,18-20 yrs,92,260801,18.996824264526367,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,35.27593994140625 +1978,47,1,all,21-24 yrs,496,325989,22.470273971557617,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,152.15237426757812 +1978,47,1,MVA,21-24 yrs,196,325989,22.470273971557617,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,60.12472915649414 +1978,47,1,suicide,21-24 yrs,45,325989,22.470273971557617,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,13.804146766662598 +1978,47,1,homicide,21-24 yrs,62,325989,22.470273971557617,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,19.019046783447266 +1978,47,1,other external,21-24 yrs,88,325989,22.470273971557617,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,26.994775772094727 +1978,47,1,internal,21-24 yrs,105,325989,22.470273971557617,1,0.16821691393852234,1.159999966621399,0.10999999940395355,0.7200000286102295,1.9900000095367432,32.20967483520508 +1979,47,0.806653618812561,MVA,15-17 yrs,96,254860,16.000051498413086,0,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,37.66773986816406 +1979,47,0.806653618812561,suicide,15-17 yrs,17,254860,16.000051498413086,0,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,6.670328617095947 +1979,47,0.806653618812561,homicide,15-17 yrs,16,254860,16.000051498413086,0,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,6.277956485748291 +1979,47,0.806653618812561,other external,15-17 yrs,43,254860,16.000051498413086,0,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,16.872007369995117 +1979,47,0.806653618812561,internal,15-17 yrs,56,254860,16.000051498413086,0,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,21.97284698486328 +1979,47,0.806653618812561,all,18-20 yrs,412,264021,18.997663497924805,0.806653618812561,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,156.04818725585938 +1979,47,0.806653618812561,MVA,18-20 yrs,174,264021,18.997663497924805,0.806653618812561,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,65.90384674072266 +1979,47,0.806653618812561,suicide,18-20 yrs,36,264021,18.997663497924805,0.806653618812561,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,13.635278701782227 +1979,47,0.806653618812561,homicide,18-20 yrs,38,264021,18.997663497924805,0.806653618812561,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,14.392794609069824 +1979,47,0.806653618812561,other external,18-20 yrs,63,264021,18.997663497924805,0.806653618812561,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,23.861738204956055 +1979,47,0.806653618812561,internal,18-20 yrs,101,264021,18.997663497924805,0.806653618812561,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,38.25453186035156 +1979,47,0.806653618812561,all,21-24 yrs,495,331436,22.47899055480957,1,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,149.35009765625 +1979,47,0.806653618812561,MVA,21-24 yrs,189,331436,22.47899055480957,1,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,57.02458572387695 +1979,47,0.806653618812561,suicide,21-24 yrs,62,331436,22.47899055480957,1,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,18.706478118896484 +1979,47,0.806653618812561,homicide,21-24 yrs,62,331436,22.47899055480957,1,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,18.706478118896484 +1979,47,0.806653618812561,other external,21-24 yrs,82,331436,22.47899055480957,1,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,24.740825653076172 +1979,47,0.806653618812561,internal,21-24 yrs,100,331436,22.47899055480957,1,0.15107083320617676,1.1399999856948853,0.10999999940395355,0.7300000190734863,1.9800000190734863,30.171737670898438 +1980,47,0.6757730841636658,MVA,15-17 yrs,105,251175,16.012027740478516,0,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,41.803524017333984 +1980,47,0.6757730841636658,suicide,15-17 yrs,9,251175,16.012027740478516,0,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,3.5831592082977295 +1980,47,0.6757730841636658,homicide,15-17 yrs,11,251175,16.012027740478516,0,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,4.3794169425964355 +1980,47,0.6757730841636658,other external,15-17 yrs,50,251175,16.012027740478516,0,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,19.90643882751465 +1980,47,0.6757730841636658,internal,15-17 yrs,57,251175,16.012027740478516,0,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,22.693342208862305 +1980,47,0.6757730841636658,all,18-20 yrs,371,265527,19.008146286010742,0.6757730841636658,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,139.72213745117188 +1980,47,0.6757730841636658,MVA,18-20 yrs,174,265527,19.008146286010742,0.6757730841636658,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,65.530059814453125 +1980,47,0.6757730841636658,suicide,18-20 yrs,32,265527,19.008146286010742,0.6757730841636658,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,12.051505088806152 +1980,47,0.6757730841636658,homicide,18-20 yrs,45,265527,19.008146286010742,0.6757730841636658,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,16.947429656982422 +1980,47,0.6757730841636658,other external,18-20 yrs,65,265527,19.008146286010742,0.6757730841636658,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,24.4796199798584 +1980,47,0.6757730841636658,internal,18-20 yrs,55,265527,19.008146286010742,0.6757730841636658,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,20.713523864746094 +1980,47,0.6757730841636658,all,21-24 yrs,510,336614,22.487138748168945,1,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,151.50885009765625 +1980,47,0.6757730841636658,MVA,21-24 yrs,184,336614,22.487138748168945,1,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,54.662017822265625 +1980,47,0.6757730841636658,suicide,21-24 yrs,52,336614,22.487138748168945,1,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,15.44796085357666 +1980,47,0.6757730841636658,homicide,21-24 yrs,87,336614,22.487138748168945,1,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,25.845626831054688 +1980,47,0.6757730841636658,other external,21-24 yrs,89,336614,22.487138748168945,1,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,26.43977928161621 +1980,47,0.6757730841636658,internal,21-24 yrs,98,336614,22.487138748168945,1,0.13310366868972778,1.100000023841858,0.11999999731779099,0.6899999976158142,1.9199999570846558,29.11346435546875 +1981,47,0.6833317875862122,MVA,15-17 yrs,106,242403,16.03249168395996,0,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,43.72883224487305 +1981,47,0.6833317875862122,suicide,15-17 yrs,18,242403,16.03249168395996,0,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,7.425650596618652 +1981,47,0.6833317875862122,homicide,15-17 yrs,18,242403,16.03249168395996,0,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,7.425650596618652 +1981,47,0.6833317875862122,other external,15-17 yrs,36,242403,16.03249168395996,0,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,14.851301193237305 +1981,47,0.6833317875862122,internal,15-17 yrs,38,242403,16.03249168395996,0,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,15.676373481750488 +1981,47,0.6833317875862122,all,18-20 yrs,316,262104,19.027477264404297,0.6833317875862122,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,120.56282806396484 +1981,47,0.6833317875862122,MVA,18-20 yrs,152,262104,19.027477264404297,0.6833317875862122,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,57.99224853515625 +1981,47,0.6833317875862122,suicide,18-20 yrs,30,262104,19.027477264404297,0.6833317875862122,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,11.44583797454834 +1981,47,0.6833317875862122,homicide,18-20 yrs,28,262104,19.027477264404297,0.6833317875862122,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,10.682782173156738 +1981,47,0.6833317875862122,other external,18-20 yrs,36,262104,19.027477264404297,0.6833317875862122,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,13.735006332397461 +1981,47,0.6833317875862122,internal,18-20 yrs,70,262104,19.027477264404297,0.6833317875862122,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,26.70695686340332 +1981,47,0.6833317875862122,all,21-24 yrs,414,340727,22.49422836303711,1,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,121.50489807128906 +1981,47,0.6833317875862122,MVA,21-24 yrs,154,340727,22.49422836303711,1,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,45.19747543334961 +1981,47,0.6833317875862122,suicide,21-24 yrs,60,340727,22.49422836303711,1,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,17.609405517578125 +1981,47,0.6833317875862122,homicide,21-24 yrs,68,340727,22.49422836303711,1,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,19.957326889038086 +1981,47,0.6833317875862122,other external,21-24 yrs,40,340727,22.49422836303711,1,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,11.739603996276855 +1981,47,0.6833317875862122,internal,21-24 yrs,92,340727,22.49422836303711,1,0.13840092718601227,1.1399999856948853,0.12999999523162842,0.7200000286102295,1.9800000190734863,27.001089096069336 +1982,47,0.6769021153450012,MVA,15-17 yrs,102,230933,16.03289222717285,0,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,44.16865539550781 +1982,47,0.6769021153450012,suicide,15-17 yrs,6,230933,16.03289222717285,0,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,2.598156213760376 +1982,47,0.6769021153450012,homicide,15-17 yrs,14,230933,16.03289222717285,0,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,6.06236457824707 +1982,47,0.6769021153450012,other external,15-17 yrs,36,230933,16.03289222717285,0,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,15.588936805725098 +1982,47,0.6769021153450012,internal,15-17 yrs,48,230933,16.03289222717285,0,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,20.785249710083008 +1982,47,0.6769021153450012,all,18-20 yrs,326,256461,19.018705368041992,0.6769021153450012,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,127.1148452758789 +1982,47,0.6769021153450012,MVA,18-20 yrs,160,256461,19.018705368041992,0.6769021153450012,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,62.38765335083008 +1982,47,0.6769021153450012,suicide,18-20 yrs,26,256461,19.018705368041992,0.6769021153450012,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,10.137993812561035 +1982,47,0.6769021153450012,homicide,18-20 yrs,32,256461,19.018705368041992,0.6769021153450012,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,12.477530479431152 +1982,47,0.6769021153450012,other external,18-20 yrs,48,256461,19.018705368041992,0.6769021153450012,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,18.71629524230957 +1982,47,0.6769021153450012,internal,18-20 yrs,60,256461,19.018705368041992,0.6769021153450012,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,23.395370483398438 +1982,47,0.6769021153450012,all,21-24 yrs,436,343046,22.485057830810547,1,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,127.0966567993164 +1982,47,0.6769021153450012,MVA,21-24 yrs,152,343046,22.485057830810547,1,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,44.30892562866211 +1982,47,0.6769021153450012,suicide,21-24 yrs,40,343046,22.485057830810547,1,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,11.66024398803711 +1982,47,0.6769021153450012,homicide,21-24 yrs,64,343046,22.485057830810547,1,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,18.656389236450195 +1982,47,0.6769021153450012,other external,21-24 yrs,74,343046,22.485057830810547,1,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,21.57145118713379 +1982,47,0.6769021153450012,internal,21-24 yrs,106,343046,22.485057830810547,1,0.1303693801164627,1.1299999952316284,0.14000000059604645,0.699999988079071,1.9600000381469727,30.899646759033203 +1983,47,0.6810385584831238,MVA,15-17 yrs,62,220708,16.020429611206055,0,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,28.091415405273438 +1983,47,0.6810385584831238,suicide,15-17 yrs,17,220708,16.020429611206055,0,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,7.702484607696533 +1983,47,0.6810385584831238,homicide,15-17 yrs,4,220708,16.020429611206055,0,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,1.8123493194580078 +1983,47,0.6810385584831238,other external,15-17 yrs,31,220708,16.020429611206055,0,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,14.045707702636719 +1983,47,0.6810385584831238,internal,15-17 yrs,47,220708,16.020429611206055,0,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,21.29510498046875 +1983,47,0.6810385584831238,all,18-20 yrs,336,250535,19.0189266204834,0.6810385584831238,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,134.1129913330078 +1983,47,0.6810385584831238,MVA,18-20 yrs,176,250535,19.0189266204834,0.6810385584831238,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,70.249664306640625 +1983,47,0.6810385584831238,suicide,18-20 yrs,30,250535,19.0189266204834,0.6810385584831238,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,11.974374771118164 +1983,47,0.6810385584831238,homicide,18-20 yrs,37,250535,19.0189266204834,0.6810385584831238,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,14.76839542388916 +1983,47,0.6810385584831238,other external,18-20 yrs,39,250535,19.0189266204834,0.6810385584831238,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,15.56668758392334 +1983,47,0.6810385584831238,internal,18-20 yrs,54,250535,19.0189266204834,0.6810385584831238,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,21.553874969482422 +1983,47,0.6810385584831238,all,21-24 yrs,423,342728,22.49477195739746,1,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,123.4214859008789 +1983,47,0.6810385584831238,MVA,21-24 yrs,148,342728,22.49477195739746,1,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,43.18293380737305 +1983,47,0.6810385584831238,suicide,21-24 yrs,52,342728,22.49477195739746,1,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,15.172381401062012 +1983,47,0.6810385584831238,homicide,21-24 yrs,64,342728,22.49477195739746,1,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,18.6737003326416 +1983,47,0.6810385584831238,other external,21-24 yrs,71,342728,22.49477195739746,1,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,20.716136932373047 +1983,47,0.6810385584831238,internal,21-24 yrs,88,342728,22.49477195739746,1,0.12631170451641083,1.100000023841858,0.14000000059604645,0.6899999976158142,1.9299999475479126,25.67633819580078 +1984,47,0.6607020497322083,MVA,15-17 yrs,68,218579,16.000768661499023,0,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,31.11003303527832 +1984,47,0.6607020497322083,suicide,15-17 yrs,8,218579,16.000768661499023,0,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,3.660003900527954 +1984,47,0.6607020497322083,homicide,15-17 yrs,11,218579,16.000768661499023,0,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,5.032505512237549 +1984,47,0.6607020497322083,other external,15-17 yrs,25,218579,16.000768661499023,0,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,11.437512397766113 +1984,47,0.6607020497322083,internal,15-17 yrs,44,218579,16.000768661499023,0,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,20.130022048950195 +1984,47,0.6607020497322083,all,18-20 yrs,330,243446,19.03953742980957,0.6607020497322083,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,135.55368041992188 +1984,47,0.6607020497322083,MVA,18-20 yrs,170,243446,19.03953742980957,0.6607020497322083,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,69.83068084716797 +1984,47,0.6607020497322083,suicide,18-20 yrs,37,243446,19.03953742980957,0.6607020497322083,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,15.198442459106445 +1984,47,0.6607020497322083,homicide,18-20 yrs,25,243446,19.03953742980957,0.6607020497322083,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,10.269217491149902 +1984,47,0.6607020497322083,other external,18-20 yrs,37,243446,19.03953742980957,0.6607020497322083,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,15.198442459106445 +1984,47,0.6607020497322083,internal,18-20 yrs,61,243446,19.03953742980957,0.6607020497322083,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,25.05689239501953 +1984,47,0.6607020497322083,all,21-24 yrs,438,340011,22.516033172607422,1,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,128.81936645507812 +1984,47,0.6607020497322083,MVA,21-24 yrs,173,340011,22.516033172607422,1,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,50.880706787109375 +1984,47,0.6607020497322083,suicide,21-24 yrs,70,340011,22.516033172607422,1,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,20.587568283081055 +1984,47,0.6607020497322083,homicide,21-24 yrs,48,340011,22.516033172607422,1,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,14.11719036102295 +1984,47,0.6607020497322083,other external,21-24 yrs,63,340011,22.516033172607422,1,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,18.528812408447266 +1984,47,0.6607020497322083,internal,21-24 yrs,84,340011,22.516033172607422,1,0.12108416855335236,1.1100000143051147,0.15000000596046448,0.699999988079071,1.9500000476837158,24.7050838470459 +1985,47,0.3774188458919525,MVA,15-17 yrs,66,221123,15.984176635742188,0,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,29.847640991210938 +1985,47,0.3774188458919525,suicide,15-17 yrs,16,221123,15.984176635742188,0,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,7.2357916831970215 +1985,47,0.3774188458919525,homicide,15-17 yrs,12,221123,15.984176635742188,0,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,5.426844120025635 +1985,47,0.3774188458919525,other external,15-17 yrs,22,221123,15.984176635742188,0,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,9.949213981628418 +1985,47,0.3774188458919525,internal,15-17 yrs,39,221123,15.984176635742188,0,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,17.637243270874023 +1985,47,0.3774188458919525,all,18-20 yrs,302,234205,19.039363861083984,0.3774188458919525,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,128.94686889648438 +1985,47,0.3774188458919525,MVA,18-20 yrs,130,234205,19.039363861083984,0.3774188458919525,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,55.506927490234375 +1985,47,0.3774188458919525,suicide,18-20 yrs,39,234205,19.039363861083984,0.3774188458919525,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,16.65207862854004 +1985,47,0.3774188458919525,homicide,18-20 yrs,26,234205,19.039363861083984,0.3774188458919525,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,11.101385116577148 +1985,47,0.3774188458919525,other external,18-20 yrs,41,234205,19.039363861083984,0.3774188458919525,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,17.506031036376953 +1985,47,0.3774188458919525,internal,18-20 yrs,66,234205,19.039363861083984,0.3774188458919525,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,28.18044090270996 +1985,47,0.3774188458919525,all,21-24 yrs,436,337330,22.52351188659668,1,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,129.2502899169922 +1985,47,0.3774188458919525,MVA,21-24 yrs,190,337330,22.52351188659668,1,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,56.324668884277344 +1985,47,0.3774188458919525,suicide,21-24 yrs,41,337330,22.52351188659668,1,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,12.15427017211914 +1985,47,0.3774188458919525,homicide,21-24 yrs,50,337330,22.52351188659668,1,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,14.822280883789062 +1985,47,0.3774188458919525,other external,21-24 yrs,53,337330,22.52351188659668,1,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,15.711617469787598 +1985,47,0.3774188458919525,internal,21-24 yrs,102,337330,22.52351188659668,1,0.11692049354314804,1.1100000143051147,0.1599999964237213,0.6700000166893005,1.940000057220459,30.23745346069336 +1986,47,0.05816126614809036,MVA,15-17 yrs,99,227805,15.98381519317627,0,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,43.458221435546875 +1986,47,0.05816126614809036,suicide,15-17 yrs,10,227805,15.98381519317627,0,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,4.389719486236572 +1986,47,0.05816126614809036,homicide,15-17 yrs,10,227805,15.98381519317627,0,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,4.389719486236572 +1986,47,0.05816126614809036,other external,15-17 yrs,30,227805,15.98381519317627,0,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,13.169157981872559 +1986,47,0.05816126614809036,internal,15-17 yrs,40,227805,15.98381519317627,0,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,17.55887794494629 +1986,47,0.05816126614809036,all,18-20 yrs,341,225170,19.0250301361084,0.05816126614809036,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,151.44113159179688 +1986,47,0.05816126614809036,MVA,18-20 yrs,161,225170,19.0250301361084,0.05816126614809036,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,71.50153350830078 +1986,47,0.05816126614809036,suicide,18-20 yrs,32,225170,19.0250301361084,0.05816126614809036,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,14.211484909057617 +1986,47,0.05816126614809036,homicide,18-20 yrs,47,225170,19.0250301361084,0.05816126614809036,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,20.873117446899414 +1986,47,0.05816126614809036,other external,18-20 yrs,53,225170,19.0250301361084,0.05816126614809036,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,23.537771224975586 +1986,47,0.05816126614809036,internal,18-20 yrs,48,225170,19.0250301361084,0.05816126614809036,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,21.31722640991211 +1986,47,0.05816126614809036,all,21-24 yrs,491,328339,22.521116256713867,1,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,149.5405731201172 +1986,47,0.05816126614809036,MVA,21-24 yrs,190,328339,22.521116256713867,1,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,57.86702346801758 +1986,47,0.05816126614809036,suicide,21-24 yrs,50,328339,22.521116256713867,1,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,15.228163719177246 +1986,47,0.05816126614809036,homicide,21-24 yrs,83,328339,22.521116256713867,1,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,25.278751373291016 +1986,47,0.05816126614809036,other external,21-24 yrs,70,328339,22.521116256713867,1,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,21.319429397583008 +1986,47,0.05816126614809036,internal,21-24 yrs,98,328339,22.521116256713867,1,0.11478690803050995,1.1699999570846558,0.1599999964237213,0.6299999952316284,1.9600000381469727,29.847200393676758 +1987,47,0,MVA,15-17 yrs,109,227916,16.021732330322266,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,47.82463836669922 +1987,47,0,suicide,15-17 yrs,18,227916,16.021732330322266,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,7.897646427154541 +1987,47,0,homicide,15-17 yrs,16,227916,16.021732330322266,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,7.020130157470703 +1987,47,0,other external,15-17 yrs,31,227916,16.021732330322266,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,13.601502418518066 +1987,47,0,internal,15-17 yrs,43,227916,16.021732330322266,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,18.866600036621094 +1987,47,0,all,18-20 yrs,331,225029,19.00492286682129,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,147.09214782714844 +1987,47,0,MVA,18-20 yrs,159,225029,19.00492286682129,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,70.657562255859375 +1987,47,0,suicide,18-20 yrs,33,225029,19.00492286682129,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,14.664776802062988 +1987,47,0,homicide,18-20 yrs,41,225029,19.00492286682129,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,18.219873428344727 +1987,47,0,other external,18-20 yrs,47,225029,19.00492286682129,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,20.88619613647461 +1987,47,0,internal,18-20 yrs,51,225029,19.00492286682129,0,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,22.663745880126953 +1987,47,0,all,21-24 yrs,423,318961,22.53263282775879,1,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,132.6180877685547 +1987,47,0,MVA,21-24 yrs,168,318961,22.53263282775879,1,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,52.671016693115234 +1987,47,0,suicide,21-24 yrs,44,318961,22.53263282775879,1,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,13.794790267944336 +1987,47,0,homicide,21-24 yrs,74,318961,22.53263282775879,1,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,23.200328826904297 +1987,47,0,other external,21-24 yrs,46,318961,22.53263282775879,1,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,14.421825408935547 +1987,47,0,internal,21-24 yrs,91,318961,22.53263282775879,1,0.11074511706829071,1.1699999570846558,0.15000000596046448,0.6200000047683716,1.940000057220459,28.530134201049805 +1988,47,0,MVA,15-17 yrs,83,222502,16.048242568969727,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,37.303035736083984 +1988,47,0,suicide,15-17 yrs,21,222502,16.048242568969727,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,9.438117027282715 +1988,47,0,homicide,15-17 yrs,8,222502,16.048242568969727,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,3.595473289489746 +1988,47,0,other external,15-17 yrs,28,222502,16.048242568969727,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,12.58415699005127 +1988,47,0,internal,15-17 yrs,47,222502,16.048242568969727,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,21.12340545654297 +1988,47,0,all,18-20 yrs,321,229277,18.986234664916992,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,140.0053253173828 +1988,47,0,MVA,18-20 yrs,181,229277,18.986234664916992,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,78.94380950927734 +1988,47,0,suicide,18-20 yrs,20,229277,18.986234664916992,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,8.72307300567627 +1988,47,0,homicide,18-20 yrs,38,229277,18.986234664916992,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,16.57383918762207 +1988,47,0,other external,18-20 yrs,35,229277,18.986234664916992,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,15.26537799835205 +1988,47,0,internal,18-20 yrs,47,229277,18.986234664916992,0,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,20.499221801757812 +1988,47,0,all,21-24 yrs,433,308625,22.545970916748047,1,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,140.29971313476562 +1988,47,0,MVA,21-24 yrs,173,308625,22.545970916748047,1,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,56.055084228515625 +1988,47,0,suicide,21-24 yrs,56,308625,22.545970916748047,1,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,18.14499855041504 +1988,47,0,homicide,21-24 yrs,57,308625,22.545970916748047,1,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,18.46901512145996 +1988,47,0,other external,21-24 yrs,63,308625,22.545970916748047,1,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,20.413122177124023 +1988,47,0,internal,21-24 yrs,84,308625,22.545970916748047,1,0.1063452661037445,1.2000000476837158,0.14000000059604645,0.6000000238418579,1.9500000476837158,27.217496871948242 +1989,47,0,MVA,15-17 yrs,68,211724,16.033510208129883,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,32.11728286743164 +1989,47,0,suicide,15-17 yrs,22,211724,16.033510208129883,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,10.390886306762695 +1989,47,0,homicide,15-17 yrs,9,211724,16.033510208129883,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,4.25081729888916 +1989,47,0,other external,15-17 yrs,30,211724,16.033510208129883,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,14.169390678405762 +1989,47,0,internal,15-17 yrs,45,211724,16.033510208129883,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,21.254085540771484 +1989,47,0,all,18-20 yrs,304,237479,18.985868453979492,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,128.01132202148438 +1989,47,0,MVA,18-20 yrs,156,237479,18.985868453979492,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,65.69001770019531 +1989,47,0,suicide,18-20 yrs,29,237479,18.985868453979492,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,12.2116060256958 +1989,47,0,homicide,18-20 yrs,35,237479,18.985868453979492,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,14.738144874572754 +1989,47,0,other external,18-20 yrs,34,237479,18.985868453979492,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,14.317055702209473 +1989,47,0,internal,18-20 yrs,50,237479,18.985868453979492,0,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,21.054492950439453 +1989,47,0,all,21-24 yrs,370,296557,22.535259246826172,1,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,124.76522064208984 +1989,47,0,MVA,21-24 yrs,127,296557,22.535259246826172,1,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,42.8248176574707 +1989,47,0,suicide,21-24 yrs,45,296557,22.535259246826172,1,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,15.174148559570312 +1989,47,0,homicide,21-24 yrs,48,296557,22.535259246826172,1,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,16.185758590698242 +1989,47,0,other external,21-24 yrs,54,296557,22.535259246826172,1,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,18.2089786529541 +1989,47,0,internal,21-24 yrs,96,296557,22.535259246826172,1,0.10145681351423264,1.1799999475479126,0.14000000059604645,0.5899999737739563,1.899999976158142,32.371517181396484 +1990,47,0,MVA,15-17 yrs,72,205921,16.01730728149414,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,34.964866638183594 +1990,47,0,suicide,15-17 yrs,26,205921,16.01730728149414,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,12.626201629638672 +1990,47,0,homicide,15-17 yrs,18,205921,16.01730728149414,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,8.741216659545898 +1990,47,0,other external,15-17 yrs,32,205921,16.01730728149414,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,15.539939880371094 +1990,47,0,internal,15-17 yrs,48,205921,16.01730728149414,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,23.30990982055664 +1990,47,0,all,18-20 yrs,304,239602,19.02564239501953,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,126.87706756591797 +1990,47,0,MVA,18-20 yrs,136,239602,19.02564239501953,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,56.76079559326172 +1990,47,0,suicide,18-20 yrs,31,239602,19.02564239501953,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,12.938122749328613 +1990,47,0,homicide,18-20 yrs,47,239602,19.02564239501953,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,19.615863800048828 +1990,47,0,other external,18-20 yrs,36,239602,19.02564239501953,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,15.024916648864746 +1990,47,0,internal,18-20 yrs,54,239602,19.02564239501953,0,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,22.53737449645996 +1990,47,0,all,21-24 yrs,400,290720,22.497957229614258,1,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,137.5894317626953 +1990,47,0,MVA,21-24 yrs,142,290720,22.497957229614258,1,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,48.8442497253418 +1990,47,0,suicide,21-24 yrs,55,290720,22.497957229614258,1,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,18.918546676635742 +1990,47,0,homicide,21-24 yrs,70,290720,22.497957229614258,1,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,24.07815170288086 +1990,47,0,other external,21-24 yrs,44,290720,22.497957229614258,1,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,15.134838104248047 +1990,47,0,internal,21-24 yrs,89,290720,22.497957229614258,1,0.09625589102506638,1.2200000286102295,0.14000000059604645,0.6000000238418579,1.9600000381469727,30.613649368286133 +1991,47,0,MVA,15-17 yrs,79,203493,16.021244049072266,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,38.82197570800781 +1991,47,0,suicide,15-17 yrs,16,203493,16.021244049072266,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,7.862678527832031 +1991,47,0,homicide,15-17 yrs,21,203493,16.021244049072266,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,10.319765090942383 +1991,47,0,other external,15-17 yrs,31,203493,16.021244049072266,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,15.233939170837402 +1991,47,0,internal,15-17 yrs,42,203493,16.021244049072266,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,20.639530181884766 +1991,47,0,all,18-20 yrs,301,232081,19.057113647460938,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,129.6960906982422 +1991,47,0,MVA,18-20 yrs,122,232081,19.057113647460938,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,52.56785202026367 +1991,47,0,suicide,18-20 yrs,29,232081,19.057113647460938,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,12.495636940002441 +1991,47,0,homicide,18-20 yrs,59,232081,19.057113647460938,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,25.42215919494629 +1991,47,0,other external,18-20 yrs,42,232081,19.057113647460938,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,18.097129821777344 +1991,47,0,internal,18-20 yrs,49,232081,19.057113647460938,0,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,21.113317489624023 +1991,47,0,all,21-24 yrs,408,294255,22.461450576782227,1,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,138.65524291992188 +1991,47,0,MVA,21-24 yrs,147,294255,22.461450576782227,1,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,49.956668853759766 +1991,47,0,suicide,21-24 yrs,45,294255,22.461450576782227,1,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,15.292858123779297 +1991,47,0,homicide,21-24 yrs,73,294255,22.461450576782227,1,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,24.808414459228516 +1991,47,0,other external,21-24 yrs,51,294255,22.461450576782227,1,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,17.331905364990234 +1991,47,0,internal,21-24 yrs,92,294255,22.461450576782227,1,0.09236890822649002,1.190000057220459,0.12999999523162842,0.5400000214576721,1.8700000047683716,31.265399932861328 +1992,47,0,MVA,15-17 yrs,87,206919,16.00677490234375,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,42.04543685913086 +1992,47,0,suicide,15-17 yrs,14,206919,16.00677490234375,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,6.765932559967041 +1992,47,0,homicide,15-17 yrs,26,206919,16.00677490234375,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,12.565303802490234 +1992,47,0,other external,15-17 yrs,12,206919,16.00677490234375,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,5.799370765686035 +1992,47,0,internal,15-17 yrs,42,206919,16.00677490234375,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,20.29779815673828 +1992,47,0,all,18-20 yrs,303,221106,19.04306983947754,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,137.03834533691406 +1992,47,0,MVA,18-20 yrs,111,221106,19.04306983947754,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,50.20216369628906 +1992,47,0,suicide,18-20 yrs,41,221106,19.04306983947754,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,18.543142318725586 +1992,47,0,homicide,18-20 yrs,69,221106,19.04306983947754,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,31.206750869750977 +1992,47,0,other external,18-20 yrs,32,221106,19.04306983947754,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,14.472696304321289 +1992,47,0,internal,18-20 yrs,50,221106,19.04306983947754,0,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,22.613588333129883 +1992,47,0,all,21-24 yrs,387,302300,22.442293167114258,1,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,128.01852416992188 +1992,47,0,MVA,21-24 yrs,127,302300,22.442293167114258,1,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,42.01124572753906 +1992,47,0,suicide,21-24 yrs,49,302300,22.442293167114258,1,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,16.209064483642578 +1992,47,0,homicide,21-24 yrs,78,302300,22.442293167114258,1,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,25.802183151245117 +1992,47,0,other external,21-24 yrs,43,302300,22.442293167114258,1,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,14.22428035736084 +1992,47,0,internal,21-24 yrs,90,302300,22.442293167114258,1,0.0896696001291275,1.2100000381469727,0.14000000059604645,0.5600000023841858,1.899999976158142,29.77174949645996 +1993,47,0,MVA,15-17 yrs,89,210786,15.991730690002441,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,42.22291946411133 +1993,47,0,suicide,15-17 yrs,29,210786,15.991730690002441,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,13.75802993774414 +1993,47,0,homicide,15-17 yrs,16,210786,15.991730690002441,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,7.590636730194092 +1993,47,0,other external,15-17 yrs,30,210786,15.991730690002441,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,14.232443809509277 +1993,47,0,internal,15-17 yrs,36,210786,15.991730690002441,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,17.078933715820312 +1993,47,0,all,18-20 yrs,287,216229,19.01795768737793,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,132.72964477539062 +1993,47,0,MVA,18-20 yrs,120,216229,19.01795768737793,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,55.49671936035156 +1993,47,0,suicide,18-20 yrs,34,216229,19.01795768737793,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,15.72407054901123 +1993,47,0,homicide,18-20 yrs,57,216229,19.01795768737793,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,26.36094093322754 +1993,47,0,other external,18-20 yrs,31,216229,19.01795768737793,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,14.336652755737305 +1993,47,0,internal,18-20 yrs,45,216229,19.01795768737793,0,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,20.811269760131836 +1993,47,0,all,21-24 yrs,421,306586,22.480533599853516,1,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,137.3187255859375 +1993,47,0,MVA,21-24 yrs,138,306586,22.480533599853516,1,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,45.0118408203125 +1993,47,0,suicide,21-24 yrs,57,306586,22.480533599853516,1,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,18.591846466064453 +1993,47,0,homicide,21-24 yrs,91,306586,22.480533599853516,1,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,29.681720733642578 +1993,47,0,other external,21-24 yrs,40,306586,22.480533599853516,1,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,13.046910285949707 +1993,47,0,internal,21-24 yrs,95,306586,22.480533599853516,1,0.08706329017877579,1.2000000476837158,0.14000000059604645,0.5400000214576721,1.8700000047683716,30.986412048339844 +1994,47,0,MVA,15-17 yrs,103,218038,15.998894691467285,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,47.239471435546875 +1994,47,0,suicide,15-17 yrs,24,218038,15.998894691467285,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,11.007255554199219 +1994,47,0,homicide,15-17 yrs,35,218038,15.998894691467285,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,16.052248001098633 +1994,47,0,other external,15-17 yrs,22,218038,15.998894691467285,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,10.089983940124512 +1994,47,0,internal,15-17 yrs,52,218038,15.998894691467285,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,23.84905433654785 +1994,47,0,all,18-20 yrs,299,214924,19.02048683166504,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,139.1189422607422 +1994,47,0,MVA,18-20 yrs,125,214924,19.02048683166504,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,58.16009521484375 +1994,47,0,suicide,18-20 yrs,32,214924,19.02048683166504,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,14.888983726501465 +1994,47,0,homicide,18-20 yrs,44,214924,19.02048683166504,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,20.472352981567383 +1994,47,0,other external,18-20 yrs,34,214924,19.02048683166504,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,15.81954574584961 +1994,47,0,internal,18-20 yrs,64,214924,19.02048683166504,0,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,29.77796745300293 +1994,47,0,all,21-24 yrs,435,304729,22.535400390625,1,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,142.74978637695312 +1994,47,0,MVA,21-24 yrs,143,304729,22.535400390625,1,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,46.92694091796875 +1994,47,0,suicide,21-24 yrs,61,304729,22.535400390625,1,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,20.017786026000977 +1994,47,0,homicide,21-24 yrs,68,304729,22.535400390625,1,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,22.314908981323242 +1994,47,0,other external,21-24 yrs,44,304729,22.535400390625,1,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,14.439059257507324 +1994,47,0,internal,21-24 yrs,119,304729,22.535400390625,1,0.08488964289426804,1.1799999475479126,0.15000000596046448,0.5299999713897705,1.8600000143051147,39.051090240478516 +1995,47,0,MVA,15-17 yrs,111,224598,15.990418434143066,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,49.421634674072266 +1995,47,0,suicide,15-17 yrs,26,224598,15.990418434143066,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,11.576238632202148 +1995,47,0,homicide,15-17 yrs,34,224598,15.990418434143066,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,15.138157844543457 +1995,47,0,other external,15-17 yrs,32,224598,15.990418434143066,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,14.24767780303955 +1995,47,0,internal,15-17 yrs,42,224598,15.990418434143066,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,18.700077056884766 +1995,47,0,all,18-20 yrs,300,218181,19.008895874023438,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,137.50051879882812 +1995,47,0,MVA,18-20 yrs,114,218181,19.008895874023438,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,52.25019454956055 +1995,47,0,suicide,18-20 yrs,23,218181,19.008895874023438,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,10.541706085205078 +1995,47,0,homicide,18-20 yrs,66,218181,19.008895874023438,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,30.250112533569336 +1995,47,0,other external,18-20 yrs,37,218181,19.008895874023438,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,16.958396911621094 +1995,47,0,internal,18-20 yrs,60,218181,19.008895874023438,0,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,27.500102996826172 +1995,47,0,all,21-24 yrs,402,297846,22.553638458251953,1,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,134.9690704345703 +1995,47,0,MVA,21-24 yrs,150,297846,22.553638458251953,1,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,50.361595153808594 +1995,47,0,suicide,21-24 yrs,62,297846,22.553638458251953,1,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,20.816125869750977 +1995,47,0,homicide,21-24 yrs,58,297846,22.553638458251953,1,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,19.4731502532959 +1995,47,0,other external,21-24 yrs,50,297846,22.553638458251953,1,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,16.787199020385742 +1995,47,0,internal,21-24 yrs,82,297846,22.553638458251953,1,0.08255016803741455,1.1799999475479126,0.15000000596046448,0.5199999809265137,1.840000033378601,27.531005859375 +1996,47,0,MVA,15-17 yrs,100,228391,16.004596710205078,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,43.78456115722656 +1996,47,0,suicide,15-17 yrs,21,228391,16.004596710205078,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,9.194758415222168 +1996,47,0,homicide,15-17 yrs,31,228391,16.004596710205078,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,13.573214530944824 +1996,47,0,other external,15-17 yrs,30,228391,16.004596710205078,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,13.135368347167969 +1996,47,0,internal,15-17 yrs,37,228391,16.004596710205078,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,16.200288772583008 +1996,47,0,all,18-20 yrs,278,221653,18.996427536010742,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,125.4212646484375 +1996,47,0,MVA,18-20 yrs,117,221653,18.996427536010742,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,52.78520965576172 +1996,47,0,suicide,18-20 yrs,26,221653,18.996427536010742,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,11.730046272277832 +1996,47,0,homicide,18-20 yrs,51,221653,18.996427536010742,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,23.00893783569336 +1996,47,0,other external,18-20 yrs,37,221653,18.996427536010742,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,16.692758560180664 +1996,47,0,internal,18-20 yrs,47,221653,18.996427536010742,0,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,21.204315185546875 +1996,47,0,all,21-24 yrs,375,288985,22.521207809448242,1,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,129.7645263671875 +1996,47,0,MVA,21-24 yrs,130,288985,22.521207809448242,1,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,44.98503494262695 +1996,47,0,suicide,21-24 yrs,45,288985,22.521207809448242,1,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,15.571742057800293 +1996,47,0,homicide,21-24 yrs,60,288985,22.521207809448242,1,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,20.7623233795166 +1996,47,0,other external,21-24 yrs,53,288985,22.521207809448242,1,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,18.340051651000977 +1996,47,0,internal,21-24 yrs,87,288985,22.521207809448242,1,0.08018257468938828,1.1799999475479126,0.15000000596046448,0.5099999904632568,1.840000033378601,30.105369567871094 +1970,48,0,MVA,15-17 yrs,249,671961,15.983681678771973,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,37.055721282958984 +1970,48,0,suicide,15-17 yrs,32,671961,15.983681678771973,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,4.762181282043457 +1970,48,0,homicide,15-17 yrs,54,671961,15.983681678771973,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,8.03618049621582 +1970,48,0,other external,15-17 yrs,142,671961,15.983681678771973,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,21.132179260253906 +1970,48,0,internal,15-17 yrs,207,671961,15.983681678771973,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,30.80535888671875 +1970,48,0,all,18-20 yrs,993,627744,18.98757553100586,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,158.1855010986328 +1970,48,0,MVA,18-20 yrs,362,627744,18.98757553100586,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,57.66682052612305 +1970,48,0,suicide,18-20 yrs,56,627744,18.98757553100586,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,8.920833587646484 +1970,48,0,homicide,18-20 yrs,115,627744,18.98757553100586,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,18.319570541381836 +1970,48,0,other external,18-20 yrs,196,627744,18.98757553100586,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,31.222919464111328 +1970,48,0,internal,18-20 yrs,264,627744,18.98757553100586,0,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,42.05535888671875 +1970,48,0,all,21-24 yrs,1231,752767,22.419647216796875,1,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,163.53001403808594 +1970,48,0,MVA,21-24 yrs,391,752767,22.419647216796875,1,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,51.94170379638672 +1970,48,0,suicide,21-24 yrs,100,752767,22.419647216796875,1,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,13.284322738647461 +1970,48,0,homicide,21-24 yrs,173,752767,22.419647216796875,1,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,22.98187828063965 +1970,48,0,other external,21-24 yrs,225,752767,22.419647216796875,1,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,29.889726638793945 +1970,48,0,internal,21-24 yrs,342,752767,22.419647216796875,1,0.3574991822242737,1.309999942779541,0.17000000178813934,0.7400000095367432,2.2200000286102295,45.4323844909668 +1971,48,0,MVA,15-17 yrs,240,692632,15.989805221557617,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,34.65043640136719 +1971,48,0,suicide,15-17 yrs,36,692632,15.989805221557617,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,5.197565078735352 +1971,48,0,homicide,15-17 yrs,44,692632,15.989805221557617,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,6.352579593658447 +1971,48,0,other external,15-17 yrs,130,692632,15.989805221557617,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,18.768985748291016 +1971,48,0,internal,15-17 yrs,185,692632,15.989805221557617,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,26.7097110748291 +1971,48,0,all,18-20 yrs,998,666222,18.987348556518555,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,149.79991149902344 +1971,48,0,MVA,18-20 yrs,389,666222,18.987348556518555,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,58.388946533203125 +1971,48,0,suicide,18-20 yrs,66,666222,18.987348556518555,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,9.906607627868652 +1971,48,0,homicide,18-20 yrs,124,666222,18.987348556518555,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,18.612415313720703 +1971,48,0,other external,18-20 yrs,172,666222,18.987348556518555,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,25.81722068786621 +1971,48,0,internal,18-20 yrs,247,666222,18.987348556518555,0,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,37.074729919433594 +1971,48,0,all,21-24 yrs,1256,825289,22.531579971313477,1,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,152.18911743164062 +1971,48,0,MVA,21-24 yrs,432,825289,22.531579971313477,1,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,52.345298767089844 +1971,48,0,suicide,21-24 yrs,105,825289,22.531579971313477,1,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,12.72281551361084 +1971,48,0,homicide,21-24 yrs,218,825289,22.531579971313477,1,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,26.414989471435547 +1971,48,0,other external,21-24 yrs,182,825289,22.531579971313477,1,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,22.052881240844727 +1971,48,0,internal,21-24 yrs,319,825289,22.531579971313477,1,0.39753085374832153,1.3600000143051147,0.1899999976158142,0.7400000095367432,2.2899999618530273,38.65312576293945 +1972,48,0,MVA,15-17 yrs,300,711619,15.983322143554688,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,42.15739059448242 +1972,48,0,suicide,15-17 yrs,40,711619,15.983322143554688,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,5.620985507965088 +1972,48,0,homicide,15-17 yrs,36,711619,15.983322143554688,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,5.058887004852295 +1972,48,0,other external,15-17 yrs,162,711619,15.983322143554688,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,22.764991760253906 +1972,48,0,internal,15-17 yrs,218,711619,15.983322143554688,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,30.634370803833008 +1972,48,0,all,18-20 yrs,964,695893,18.9895076751709,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,138.52703857421875 +1972,48,0,MVA,18-20 yrs,396,695893,18.9895076751709,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,56.90530014038086 +1972,48,0,suicide,18-20 yrs,62,695893,18.9895076751709,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,8.909415245056152 +1972,48,0,homicide,18-20 yrs,98,695893,18.9895076751709,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,14.082624435424805 +1972,48,0,other external,18-20 yrs,162,695893,18.9895076751709,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,23.279441833496094 +1972,48,0,internal,18-20 yrs,246,695893,18.9895076751709,0,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,35.35026168823242 +1972,48,0,all,21-24 yrs,1376,834016,22.485595703125,1,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,164.98484802246094 +1972,48,0,MVA,21-24 yrs,432,834016,22.485595703125,1,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,51.797569274902344 +1972,48,0,suicide,21-24 yrs,156,834016,22.485595703125,1,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,18.70467758178711 +1972,48,0,homicide,21-24 yrs,190,834016,22.485595703125,1,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,22.78133773803711 +1972,48,0,other external,21-24 yrs,236,834016,22.485595703125,1,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,28.29681968688965 +1972,48,0,internal,21-24 yrs,362,834016,22.485595703125,1,0.3851674795150757,1.399999976158142,0.20000000298023224,0.7300000190734863,2.3399999141693115,43.404441833496094 +1973,48,0.4191780686378479,MVA,15-17 yrs,300,729145,15.987866401672363,0,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,41.144081115722656 +1973,48,0.4191780686378479,suicide,15-17 yrs,40,729145,15.987866401672363,0,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,5.485877513885498 +1973,48,0.4191780686378479,homicide,15-17 yrs,68,729145,15.987866401672363,0,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,9.3259916305542 +1973,48,0.4191780686378479,other external,15-17 yrs,167,729145,15.987866401672363,0,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,22.90353775024414 +1973,48,0.4191780686378479,internal,15-17 yrs,205,729145,15.987866401672363,0,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,28.115121841430664 +1973,48,0.4191780686378479,all,18-20 yrs,1092,724506,19.000396728515625,0.4191780686378479,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,150.723388671875 +1973,48,0.4191780686378479,MVA,18-20 yrs,419,724506,19.000396728515625,0.4191780686378479,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,57.8325080871582 +1973,48,0.4191780686378479,suicide,18-20 yrs,79,724506,19.000396728515625,0.4191780686378479,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,10.90398120880127 +1973,48,0.4191780686378479,homicide,18-20 yrs,120,724506,19.000396728515625,0.4191780686378479,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,16.56300926208496 +1973,48,0.4191780686378479,other external,18-20 yrs,217,724506,19.000396728515625,0.4191780686378479,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,29.95144271850586 +1973,48,0.4191780686378479,internal,18-20 yrs,257,724506,19.000396728515625,0.4191780686378479,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,35.47244644165039 +1973,48,0.4191780686378479,all,21-24 yrs,1413,862630,22.475664138793945,1,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,163.8013916015625 +1973,48,0.4191780686378479,MVA,21-24 yrs,440,862630,22.475664138793945,1,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,51.006805419921875 +1973,48,0.4191780686378479,suicide,21-24 yrs,158,862630,22.475664138793945,1,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,18.31608009338379 +1973,48,0.4191780686378479,homicide,21-24 yrs,216,862630,22.475664138793945,1,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,25.039703369140625 +1973,48,0.4191780686378479,other external,21-24 yrs,251,862630,22.475664138793945,1,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,29.097063064575195 +1973,48,0.4191780686378479,internal,21-24 yrs,348,862630,22.475664138793945,1,0.36261260509490967,1.4500000476837158,0.20000000298023224,0.75,2.390000104904175,40.34174728393555 +1974,48,1,MVA,15-17 yrs,247,743718,15.999521255493164,0,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,33.21151351928711 +1974,48,1,suicide,15-17 yrs,37,743718,15.999521255493164,0,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,4.975004196166992 +1974,48,1,homicide,15-17 yrs,62,743718,15.999521255493164,0,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,8.336493492126465 +1974,48,1,other external,15-17 yrs,143,743718,15.999521255493164,0,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,19.227718353271484 +1974,48,1,internal,15-17 yrs,186,743718,15.999521255493164,0,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,25.009479522705078 +1974,48,1,all,18-20 yrs,1077,744516,19.00564193725586,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,144.65773010253906 +1974,48,1,MVA,18-20 yrs,404,744516,19.00564193725586,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,54.2634391784668 +1974,48,1,suicide,18-20 yrs,88,744516,19.00564193725586,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,11.819759368896484 +1974,48,1,homicide,18-20 yrs,149,744516,19.00564193725586,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,20.013002395629883 +1974,48,1,other external,18-20 yrs,198,744516,19.00564193725586,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,26.594459533691406 +1974,48,1,internal,18-20 yrs,238,744516,19.00564193725586,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,31.967077255249023 +1974,48,1,all,21-24 yrs,1368,898300,22.463014602661133,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,152.28765869140625 +1974,48,1,MVA,21-24 yrs,369,898300,22.463014602661133,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,41.07759094238281 +1974,48,1,suicide,21-24 yrs,169,898300,22.463014602661133,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,18.81331443786621 +1974,48,1,homicide,21-24 yrs,252,898300,22.463014602661133,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,28.052988052368164 +1974,48,1,other external,21-24 yrs,265,898300,22.463014602661133,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,29.500167846679688 +1974,48,1,internal,21-24 yrs,313,898300,22.463014602661133,1,0.3265720009803772,1.5299999713897705,0.20000000298023224,0.7799999713897705,2.5,34.84359359741211 +1975,48,1,MVA,15-17 yrs,270,754088,15.996750831604004,0,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,35.804840087890625 +1975,48,1,suicide,15-17 yrs,52,754088,15.996750831604004,0,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,6.89574670791626 +1975,48,1,homicide,15-17 yrs,66,754088,15.996750831604004,0,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,8.752294540405273 +1975,48,1,other external,15-17 yrs,143,754088,15.996750831604004,0,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,18.96330451965332 +1975,48,1,internal,15-17 yrs,201,754088,15.996750831604004,0,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,26.654714584350586 +1975,48,1,all,18-20 yrs,1137,768811,18.999221801757812,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,147.8907012939453 +1975,48,1,MVA,18-20 yrs,444,768811,18.999221801757812,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,57.75151443481445 +1975,48,1,suicide,18-20 yrs,81,768811,18.999221801757812,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,10.535749435424805 +1975,48,1,homicide,18-20 yrs,150,768811,18.999221801757812,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,19.51064682006836 +1975,48,1,other external,18-20 yrs,231,768811,18.999221801757812,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,30.046396255493164 +1975,48,1,internal,18-20 yrs,231,768811,18.999221801757812,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,30.046396255493164 +1975,48,1,all,21-24 yrs,1381,944853,22.466657638549805,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,146.16030883789062 +1975,48,1,MVA,21-24 yrs,403,944853,22.466657638549805,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,42.652137756347656 +1975,48,1,suicide,21-24 yrs,170,944853,22.466657638549805,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,17.992216110229492 +1975,48,1,homicide,21-24 yrs,223,944853,22.466657638549805,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,23.60155487060547 +1975,48,1,other external,21-24 yrs,260,944853,22.466657638549805,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,27.517507553100586 +1975,48,1,internal,21-24 yrs,325,944853,22.466657638549805,1,0.29925650358200073,1.5700000524520874,0.20000000298023224,0.800000011920929,2.559999942779541,34.39688491821289 +1976,48,1,MVA,15-17 yrs,256,770279,15.991451263427734,0,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,33.234710693359375 +1976,48,1,suicide,15-17 yrs,42,770279,15.991451263427734,0,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,5.452569961547852 +1976,48,1,homicide,15-17 yrs,65,770279,15.991451263427734,0,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,8.43850040435791 +1976,48,1,other external,15-17 yrs,138,770279,15.991451263427734,0,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,17.915586471557617 +1976,48,1,internal,15-17 yrs,170,770279,15.991451263427734,0,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,22.06992530822754 +1976,48,1,all,18-20 yrs,1133,794105,19.004634857177734,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,142.6763458251953 +1976,48,1,MVA,18-20 yrs,451,794105,19.004634857177734,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,56.793495178222656 +1976,48,1,suicide,18-20 yrs,126,794105,19.004634857177734,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,15.86691951751709 +1976,48,1,homicide,18-20 yrs,134,794105,19.004634857177734,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,16.87434196472168 +1976,48,1,other external,18-20 yrs,188,794105,19.004634857177734,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,23.67445182800293 +1976,48,1,internal,18-20 yrs,234,794105,19.004634857177734,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,29.46713638305664 +1976,48,1,all,21-24 yrs,1331,991487,22.474716186523438,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,134.24281311035156 +1976,48,1,MVA,21-24 yrs,412,991487,22.474716186523438,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,41.55374526977539 +1976,48,1,suicide,21-24 yrs,159,991487,22.474716186523438,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,16.036518096923828 +1976,48,1,homicide,21-24 yrs,214,991487,22.474716186523438,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,21.583742141723633 +1976,48,1,other external,21-24 yrs,219,991487,22.474716186523438,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,22.088035583496094 +1976,48,1,internal,21-24 yrs,327,991487,22.474716186523438,1,0.28295254707336426,1.559999942779541,0.20000000298023224,0.8100000023841858,2.5799999237060547,32.98076629638672 +1977,48,1,MVA,15-17 yrs,273,779287,15.997530937194824,0,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,35.03202438354492 +1977,48,1,suicide,15-17 yrs,52,779287,15.997530937194824,0,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,6.672766208648682 +1977,48,1,homicide,15-17 yrs,59,779287,15.997530937194824,0,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,7.571023464202881 +1977,48,1,other external,15-17 yrs,132,779287,15.997530937194824,0,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,16.938560485839844 +1977,48,1,internal,15-17 yrs,163,779287,15.997530937194824,0,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,20.916555404663086 +1977,48,1,all,18-20 yrs,1163,809557,19.016963958740234,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,143.6588134765625 +1977,48,1,MVA,18-20 yrs,477,809557,19.016963958740234,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,58.921112060546875 +1977,48,1,suicide,18-20 yrs,128,809557,19.016963958740234,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,15.811116218566895 +1977,48,1,homicide,18-20 yrs,130,809557,19.016963958740234,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,16.058164596557617 +1977,48,1,other external,18-20 yrs,208,809557,19.016963958740234,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,25.693063735961914 +1977,48,1,internal,18-20 yrs,220,809557,19.016963958740234,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,27.175355911254883 +1977,48,1,all,21-24 yrs,1569,1029844,22.490686416625977,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,152.35316467285156 +1977,48,1,MVA,21-24 yrs,520,1029844,22.490686416625977,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,50.49308395385742 +1977,48,1,suicide,21-24 yrs,203,1029844,22.490686416625977,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,19.71172332763672 +1977,48,1,homicide,21-24 yrs,288,1029844,22.490686416625977,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,27.96540069580078 +1977,48,1,other external,21-24 yrs,244,1029844,22.490686416625977,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,23.692909240722656 +1977,48,1,internal,21-24 yrs,314,1029844,22.490686416625977,1,0.2656765580177307,1.6299999952316284,0.14000000059604645,0.8100000023841858,2.5799999237060547,30.490055084228516 +1978,48,1,MVA,15-17 yrs,306,785290,16.005325317382812,0,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,38.966495513916016 +1978,48,1,suicide,15-17 yrs,40,785290,16.005325317382812,0,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,5.0936598777771 +1978,48,1,homicide,15-17 yrs,67,785290,16.005325317382812,0,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,8.531880378723145 +1978,48,1,other external,15-17 yrs,134,785290,16.005325317382812,0,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,17.06376075744629 +1978,48,1,internal,15-17 yrs,182,785290,16.005325317382812,0,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,23.176151275634766 +1978,48,1,all,18-20 yrs,1204,820410,19.014984130859375,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,146.75588989257812 +1978,48,1,MVA,18-20 yrs,519,820410,19.014984130859375,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,63.261051177978516 +1978,48,1,suicide,18-20 yrs,115,820410,19.014984130859375,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,14.01738166809082 +1978,48,1,homicide,18-20 yrs,171,820410,19.014984130859375,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,20.843236923217773 +1978,48,1,other external,18-20 yrs,186,820410,19.014984130859375,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,22.67159080505371 +1978,48,1,internal,18-20 yrs,213,820410,19.014984130859375,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,25.962629318237305 +1978,48,1,all,21-24 yrs,1718,1067692,22.48978614807129,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,160.90782165527344 +1978,48,1,MVA,21-24 yrs,586,1067692,22.48978614807129,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,54.884742736816406 +1978,48,1,suicide,21-24 yrs,201,1067692,22.48978614807129,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,18.825653076171875 +1978,48,1,homicide,21-24 yrs,333,1067692,22.48978614807129,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,31.188770294189453 +1978,48,1,other external,21-24 yrs,259,1067692,22.48978614807129,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,24.257932662963867 +1978,48,1,internal,21-24 yrs,339,1067692,22.48978614807129,1,0.2469325214624405,1.7000000476837158,0.14000000059604645,0.8399999737739563,2.680000066757202,31.750730514526367 +1979,48,1,MVA,15-17 yrs,309,786527,16.008790969848633,0,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,39.28663635253906 +1979,48,1,suicide,15-17 yrs,50,786527,16.008790969848633,0,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,6.35706090927124 +1979,48,1,homicide,15-17 yrs,88,786527,16.008790969848633,0,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,11.188426971435547 +1979,48,1,other external,15-17 yrs,156,786527,16.008790969848633,0,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,19.834030151367188 +1979,48,1,internal,15-17 yrs,171,786527,16.008790969848633,0,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,21.741147994995117 +1979,48,1,all,18-20 yrs,1282,839840,19.009923934936523,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,152.6481170654297 +1979,48,1,MVA,18-20 yrs,563,839840,19.009923934936523,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,67.03657531738281 +1979,48,1,suicide,18-20 yrs,103,839840,19.009923934936523,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,12.264241218566895 +1979,48,1,homicide,18-20 yrs,224,839840,19.009923934936523,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,26.6717472076416 +1979,48,1,other external,18-20 yrs,198,839840,19.009923934936523,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,23.57592010498047 +1979,48,1,internal,18-20 yrs,194,839840,19.009923934936523,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,23.099637985229492 +1979,48,1,all,21-24 yrs,1756,1103804,22.494274139404297,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,159.08621215820312 +1979,48,1,MVA,21-24 yrs,580,1103804,22.494274139404297,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,52.54555892944336 +1979,48,1,suicide,21-24 yrs,208,1103804,22.494274139404297,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,18.84392547607422 +1979,48,1,homicide,21-24 yrs,367,1103804,22.494274139404297,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,33.2486572265625 +1979,48,1,other external,21-24 yrs,276,1103804,22.494274139404297,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,25.004438400268555 +1979,48,1,internal,21-24 yrs,325,1103804,22.494274139404297,1,0.22176308929920197,1.7599999904632568,0.14000000059604645,0.8700000047683716,2.7699999809265137,29.443634033203125 +1980,48,1,MVA,15-17 yrs,292,785084,16.020444869995117,0,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,37.19347381591797 +1980,48,1,suicide,15-17 yrs,53,785084,16.020444869995117,0,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,6.7508697509765625 +1980,48,1,homicide,15-17 yrs,80,785084,16.020444869995117,0,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,10.18999195098877 +1980,48,1,other external,15-17 yrs,120,785084,16.020444869995117,0,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,15.284988403320312 +1980,48,1,internal,15-17 yrs,150,785084,16.020444869995117,0,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,19.10623550415039 +1980,48,1,all,18-20 yrs,1400,854834,19.018468856811523,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,163.7744903564453 +1980,48,1,MVA,18-20 yrs,557,854834,19.018468856811523,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,65.15885162353516 +1980,48,1,suicide,18-20 yrs,127,854834,19.018468856811523,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,14.856685638427734 +1980,48,1,homicide,18-20 yrs,250,854834,19.018468856811523,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,29.24544334411621 +1980,48,1,other external,18-20 yrs,235,854834,19.018468856811523,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,27.4907169342041 +1980,48,1,internal,18-20 yrs,231,854834,19.018468856811523,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,27.022790908813477 +1980,48,1,all,21-24 yrs,1854,1140011,22.506010055541992,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,162.6300048828125 +1980,48,1,MVA,21-24 yrs,618,1140011,22.506010055541992,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,54.21000289916992 +1980,48,1,suicide,21-24 yrs,209,1140011,22.506010055541992,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,18.33315658569336 +1980,48,1,homicide,21-24 yrs,388,1140011,22.506010055541992,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,34.034759521484375 +1980,48,1,other external,21-24 yrs,291,1140011,22.506010055541992,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,25.52606964111328 +1980,48,1,internal,21-24 yrs,348,1140011,22.506010055541992,1,0.19538834691047668,1.7699999809265137,0.2199999988079071,0.8100000023841858,2.799999952316284,30.52602195739746 +1981,48,0.8943661451339722,MVA,15-17 yrs,288,767189,16.032798767089844,0,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,37.539642333984375 +1981,48,0.8943661451339722,suicide,15-17 yrs,58,767189,16.032798767089844,0,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,7.5600666999816895 +1981,48,0.8943661451339722,homicide,15-17 yrs,66,767189,16.032798767089844,0,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,8.602834701538086 +1981,48,0.8943661451339722,other external,15-17 yrs,100,767189,16.032798767089844,0,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,13.034597396850586 +1981,48,0.8943661451339722,internal,15-17 yrs,142,767189,16.032798767089844,0,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,18.50912857055664 +1981,48,0.8943661451339722,all,18-20 yrs,1366,856536,19.03035545349121,0.8943661451339722,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,159.47958374023438 +1981,48,0.8943661451339722,MVA,18-20 yrs,612,856536,19.03035545349121,0.8943661451339722,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,71.4505844116211 +1981,48,0.8943661451339722,suicide,18-20 yrs,106,856536,19.03035545349121,0.8943661451339722,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,12.375428199768066 +1981,48,0.8943661451339722,homicide,18-20 yrs,256,856536,19.03035545349121,0.8943661451339722,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,29.887826919555664 +1981,48,0.8943661451339722,other external,18-20 yrs,174,856536,19.03035545349121,0.8943661451339722,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,20.314382553100586 +1981,48,0.8943661451339722,internal,18-20 yrs,218,856536,19.03035545349121,0.8943661451339722,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,25.451353073120117 +1981,48,0.8943661451339722,all,21-24 yrs,1990,1163384,22.518911361694336,1,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,171.05271911621094 +1981,48,0.8943661451339722,MVA,21-24 yrs,710,1163384,22.518911361694336,1,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,61.02886199951172 +1981,48,0.8943661451339722,suicide,21-24 yrs,228,1163384,22.518911361694336,1,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,19.597999572753906 +1981,48,0.8943661451339722,homicide,21-24 yrs,406,1163384,22.518911361694336,1,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,34.898193359375 +1981,48,0.8943661451339722,other external,21-24 yrs,294,1163384,22.518911361694336,1,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,25.27110481262207 +1981,48,0.8943661451339722,internal,21-24 yrs,352,1163384,22.518911361694336,1,0.1771177053451538,1.840000033378601,0.23999999463558197,0.8500000238418579,2.930000066757202,30.256561279296875 +1982,48,0.682551920413971,MVA,15-17 yrs,300,760429,16.02471351623535,0,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,39.451416015625 +1982,48,0.682551920413971,suicide,15-17 yrs,60,760429,16.02471351623535,0,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,7.890283107757568 +1982,48,0.682551920413971,homicide,15-17 yrs,80,760429,16.02471351623535,0,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,10.520377159118652 +1982,48,0.682551920413971,other external,15-17 yrs,92,760429,16.02471351623535,0,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,12.098433494567871 +1982,48,0.682551920413971,internal,15-17 yrs,126,760429,16.02471351623535,0,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,16.56959342956543 +1982,48,0.682551920413971,all,18-20 yrs,1334,859876,19.0264949798584,0.682551920413971,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,155.13864135742188 +1982,48,0.682551920413971,MVA,18-20 yrs,512,859876,19.0264949798584,0.682551920413971,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,59.5434684753418 +1982,48,0.682551920413971,suicide,18-20 yrs,142,859876,19.0264949798584,0.682551920413971,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,16.514009475708008 +1982,48,0.682551920413971,homicide,18-20 yrs,244,859876,19.0264949798584,0.682551920413971,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,28.376184463500977 +1982,48,0.682551920413971,other external,18-20 yrs,220,859876,19.0264949798584,0.682551920413971,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,25.585084915161133 +1982,48,0.682551920413971,internal,18-20 yrs,216,859876,19.0264949798584,0.682551920413971,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,25.119901657104492 +1982,48,0.682551920413971,all,21-24 yrs,1944,1197031,22.507051467895508,1,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,162.4018096923828 +1982,48,0.682551920413971,MVA,21-24 yrs,694,1197031,22.507051467895508,1,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,57.976776123046875 +1982,48,0.682551920413971,suicide,21-24 yrs,196,1197031,22.507051467895508,1,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,16.373844146728516 +1982,48,0.682551920413971,homicide,21-24 yrs,400,1197031,22.507051467895508,1,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,33.416011810302734 +1982,48,0.682551920413971,other external,21-24 yrs,288,1197031,22.507051467895508,1,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,24.059526443481445 +1982,48,0.682551920413971,internal,21-24 yrs,366,1197031,22.507051467895508,1,0.1668393760919571,1.8300000429153442,0.18000000715255737,0.8399999737739563,2.8499999046325684,30.57564926147461 +1983,48,0.687008261680603,MVA,15-17 yrs,220,752018,16.008176803588867,0,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,29.254619598388672 +1983,48,0.687008261680603,suicide,15-17 yrs,79,752018,16.008176803588867,0,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,10.505067825317383 +1983,48,0.687008261680603,homicide,15-17 yrs,70,752018,16.008176803588867,0,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,9.308287620544434 +1983,48,0.687008261680603,other external,15-17 yrs,94,752018,16.008176803588867,0,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,12.499700546264648 +1983,48,0.687008261680603,internal,15-17 yrs,153,752018,16.008176803588867,0,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,20.345256805419922 +1983,48,0.687008261680603,all,18-20 yrs,1115,854326,19.032955169677734,0.687008261680603,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,130.51223754882812 +1983,48,0.687008261680603,MVA,18-20 yrs,473,854326,19.032955169677734,0.687008261680603,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,55.36528396606445 +1983,48,0.687008261680603,suicide,18-20 yrs,133,854326,19.032955169677734,0.687008261680603,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,15.567828178405762 +1983,48,0.687008261680603,homicide,18-20 yrs,181,854326,19.032955169677734,0.687008261680603,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,21.18629264831543 +1983,48,0.687008261680603,other external,18-20 yrs,165,854326,19.032955169677734,0.687008261680603,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,19.3134708404541 +1983,48,0.687008261680603,internal,18-20 yrs,163,854326,19.032955169677734,0.687008261680603,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,19.079368591308594 +1983,48,0.687008261680603,all,21-24 yrs,1743,1214130,22.513023376464844,1,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,143.55958557128906 +1983,48,0.687008261680603,MVA,21-24 yrs,603,1214130,22.513023376464844,1,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,49.665191650390625 +1983,48,0.687008261680603,suicide,21-24 yrs,214,1214130,22.513023376464844,1,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,17.625789642333984 +1983,48,0.687008261680603,homicide,21-24 yrs,345,1214130,22.513023376464844,1,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,28.415409088134766 +1983,48,0.687008261680603,other external,21-24 yrs,239,1214130,22.513023376464844,1,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,19.684877395629883 +1983,48,0.687008261680603,internal,21-24 yrs,342,1214130,22.513023376464844,1,0.16164658963680267,1.7300000190734863,0.27000001072883606,0.7900000214576721,2.7899999618530273,28.168317794799805 +1984,48,0.693396270275116,MVA,15-17 yrs,231,762192,15.991507530212402,0,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,30.307323455810547 +1984,48,0.693396270275116,suicide,15-17 yrs,67,762192,15.991507530212402,0,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,8.790435791015625 +1984,48,0.693396270275116,homicide,15-17 yrs,56,762192,15.991507530212402,0,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,7.347229957580566 +1984,48,0.693396270275116,other external,15-17 yrs,98,762192,15.991507530212402,0,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,12.85765266418457 +1984,48,0.693396270275116,internal,15-17 yrs,130,762192,15.991507530212402,0,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,17.05607032775879 +1984,48,0.693396270275116,all,18-20 yrs,1092,825626,19.046009063720703,0.693396270275116,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,132.26327514648438 +1984,48,0.693396270275116,MVA,18-20 yrs,472,825626,19.046009063720703,0.693396270275116,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,57.16874313354492 +1984,48,0.693396270275116,suicide,18-20 yrs,116,825626,19.046009063720703,0.693396270275116,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,14.049944877624512 +1984,48,0.693396270275116,homicide,18-20 yrs,165,825626,19.046009063720703,0.693396270275116,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,19.98483657836914 +1984,48,0.693396270275116,other external,18-20 yrs,155,825626,19.046009063720703,0.693396270275116,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,18.77363395690918 +1984,48,0.693396270275116,internal,18-20 yrs,184,825626,19.046009063720703,0.693396270275116,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,22.28611946105957 +1984,48,0.693396270275116,all,21-24 yrs,1763,1212181,22.529891967773438,1,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,145.44032287597656 +1984,48,0.693396270275116,MVA,21-24 yrs,604,1212181,22.529891967773438,1,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,49.82754135131836 +1984,48,0.693396270275116,suicide,21-24 yrs,245,1212181,22.529891967773438,1,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,20.211503982543945 +1984,48,0.693396270275116,homicide,21-24 yrs,328,1212181,22.529891967773438,1,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,27.058666229248047 +1984,48,0.693396270275116,other external,21-24 yrs,233,1212181,22.529891967773438,1,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,19.2215518951416 +1984,48,0.693396270275116,internal,21-24 yrs,353,1212181,22.529891967773438,1,0.1903194785118103,1.7400000095367432,0.2800000011920929,0.7900000214576721,2.819999933242798,29.121063232421875 +1985,48,0.6857057213783264,MVA,15-17 yrs,267,785149,15.978782653808594,0,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,34.006282806396484 +1985,48,0.6857057213783264,suicide,15-17 yrs,68,785149,15.978782653808594,0,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,8.660776138305664 +1985,48,0.6857057213783264,homicide,15-17 yrs,76,785149,15.978782653808594,0,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,9.679691314697266 +1985,48,0.6857057213783264,other external,15-17 yrs,107,785149,15.978782653808594,0,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,13.627986907958984 +1985,48,0.6857057213783264,internal,15-17 yrs,119,785149,15.978782653808594,0,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,15.15635871887207 +1985,48,0.6857057213783264,all,18-20 yrs,1050,800495,19.037723541259766,0.6857057213783264,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,131.16883850097656 +1985,48,0.6857057213783264,MVA,18-20 yrs,403,800495,19.037723541259766,0.6857057213783264,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,50.343849182128906 +1985,48,0.6857057213783264,suicide,18-20 yrs,138,800495,19.037723541259766,0.6857057213783264,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,17.239334106445312 +1985,48,0.6857057213783264,homicide,18-20 yrs,180,800495,19.037723541259766,0.6857057213783264,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,22.486085891723633 +1985,48,0.6857057213783264,other external,18-20 yrs,152,800495,19.037723541259766,0.6857057213783264,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,18.988250732421875 +1985,48,0.6857057213783264,internal,18-20 yrs,177,800495,19.037723541259766,0.6857057213783264,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,22.111318588256836 +1985,48,0.6857057213783264,all,21-24 yrs,1691,1204387,22.541841506958008,1,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,140.40338134765625 +1985,48,0.6857057213783264,MVA,21-24 yrs,551,1204387,22.541841506958008,1,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,45.749412536621094 +1985,48,0.6857057213783264,suicide,21-24 yrs,212,1204387,22.541841506958008,1,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,17.60231590270996 +1985,48,0.6857057213783264,homicide,21-24 yrs,334,1204387,22.541841506958008,1,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,27.731950759887695 +1985,48,0.6857057213783264,other external,21-24 yrs,267,1204387,22.541841506958008,1,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,22.168954849243164 +1985,48,0.6857057213783264,internal,21-24 yrs,327,1204387,22.541841506958008,1,0.18377503752708435,1.6799999475479126,0.30000001192092896,0.7300000190734863,2.700000047683716,27.150741577148438 +1986,48,0.4516404867172241,MVA,15-17 yrs,287,821172,15.978015899658203,0,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,34.95004653930664 +1986,48,0.4516404867172241,suicide,15-17 yrs,71,821172,15.978015899658203,0,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,8.64617919921875 +1986,48,0.4516404867172241,homicide,15-17 yrs,68,821172,15.978015899658203,0,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,8.280847549438477 +1986,48,0.4516404867172241,other external,15-17 yrs,81,821172,15.978015899658203,0,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,9.863950729370117 +1986,48,0.4516404867172241,internal,15-17 yrs,125,821172,15.978015899658203,0,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,15.222146034240723 +1986,48,0.4516404867172241,all,18-20 yrs,1107,784758,19.019123077392578,0.4516404867172241,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,141.06259155273438 +1986,48,0.4516404867172241,MVA,18-20 yrs,438,784758,19.019123077392578,0.4516404867172241,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,55.813385009765625 +1986,48,0.4516404867172241,suicide,18-20 yrs,129,784758,19.019123077392578,0.4516404867172241,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,16.438188552856445 +1986,48,0.4516404867172241,homicide,18-20 yrs,186,784758,19.019123077392578,0.4516404867172241,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,23.701574325561523 +1986,48,0.4516404867172241,other external,18-20 yrs,171,784758,19.019123077392578,0.4516404867172241,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,21.790157318115234 +1986,48,0.4516404867172241,internal,18-20 yrs,183,784758,19.019123077392578,0.4516404867172241,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,23.319290161132812 +1986,48,0.4516404867172241,all,21-24 yrs,1665,1180723,22.545459747314453,1,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,141.01528930664062 +1986,48,0.4516404867172241,MVA,21-24 yrs,509,1180723,22.545459747314453,1,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,43.10918045043945 +1986,48,0.4516404867172241,suicide,21-24 yrs,232,1180723,22.545459747314453,1,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,19.648977279663086 +1986,48,0.4516404867172241,homicide,21-24 yrs,360,1180723,22.545459747314453,1,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,30.48979377746582 +1986,48,0.4516404867172241,other external,21-24 yrs,236,1180723,22.545459747314453,1,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,19.98775291442871 +1986,48,0.4516404867172241,internal,21-24 yrs,328,1180723,22.545459747314453,1,0.18042148649692535,1.6699999570846558,0.3100000023841858,0.6499999761581421,2.630000114440918,27.77958869934082 +1987,48,0,MVA,15-17 yrs,235,821044,16.008358001708984,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,28.622095108032227 +1987,48,0,suicide,15-17 yrs,65,821044,16.008358001708984,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,7.916749954223633 +1987,48,0,homicide,15-17 yrs,56,821044,16.008358001708984,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,6.820584297180176 +1987,48,0,other external,15-17 yrs,77,821044,16.008358001708984,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,9.378303527832031 +1987,48,0,internal,15-17 yrs,143,821044,16.008358001708984,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,17.41684913635254 +1987,48,0,all,18-20 yrs,967,783144,19.002737045288086,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,123.47665405273438 +1987,48,0,MVA,18-20 yrs,396,783144,19.002737045288086,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,50.56541442871094 +1987,48,0,suicide,18-20 yrs,111,783144,19.002737045288086,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,14.173638343811035 +1987,48,0,homicide,18-20 yrs,127,783144,19.002737045288086,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,16.216686248779297 +1987,48,0,other external,18-20 yrs,148,783144,19.002737045288086,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,18.898183822631836 +1987,48,0,internal,18-20 yrs,185,783144,19.002737045288086,0,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,23.622730255126953 +1987,48,0,all,21-24 yrs,1517,1133571,22.562267303466797,1,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,133.8248748779297 +1987,48,0,MVA,21-24 yrs,457,1133571,22.562267303466797,1,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,40.3150749206543 +1987,48,0,suicide,21-24 yrs,188,1133571,22.562267303466797,1,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,16.58475685119629 +1987,48,0,homicide,21-24 yrs,295,1133571,22.562267303466797,1,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,26.023954391479492 +1987,48,0,other external,21-24 yrs,205,1133571,22.562267303466797,1,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,18.084442138671875 +1987,48,0,internal,21-24 yrs,372,1133571,22.562267303466797,1,0.1740686148405075,1.6100000143051147,0.28999999165534973,0.6100000143051147,2.509999990463257,32.816646575927734 +1988,48,0,MVA,15-17 yrs,262,798584,16.032928466796875,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,32.80807113647461 +1988,48,0,suicide,15-17 yrs,82,798584,16.032928466796875,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,10.26817512512207 +1988,48,0,homicide,15-17 yrs,77,798584,16.032928466796875,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,9.64206600189209 +1988,48,0,other external,15-17 yrs,78,798584,16.032928466796875,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,9.7672882080078125 +1988,48,0,internal,15-17 yrs,116,798584,16.032928466796875,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,14.525710105895996 +1988,48,0,all,18-20 yrs,943,796179,18.989200592041016,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,118.44070434570312 +1988,48,0,MVA,18-20 yrs,403,796179,18.989200592041016,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,50.616756439208984 +1988,48,0,suicide,18-20 yrs,130,796179,18.989200592041016,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,16.327985763549805 +1988,48,0,homicide,18-20 yrs,143,796179,18.989200592041016,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,17.960784912109375 +1988,48,0,other external,18-20 yrs,108,796179,18.989200592041016,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,13.564788818359375 +1988,48,0,internal,18-20 yrs,159,796179,18.989200592041016,0,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,19.970382690429688 +1988,48,0,all,21-24 yrs,1451,1090728,22.563636779785156,1,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,133.03041076660156 +1988,48,0,MVA,21-24 yrs,424,1090728,22.563636779785156,1,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,38.87311935424805 +1988,48,0,suicide,21-24 yrs,215,1090728,22.563636779785156,1,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,19.711605072021484 +1988,48,0,homicide,21-24 yrs,320,1090728,22.563636779785156,1,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,29.33820343017578 +1988,48,0,other external,21-24 yrs,177,1090728,22.563636779785156,1,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,16.227693557739258 +1988,48,0,internal,21-24 yrs,315,1090728,22.563636779785156,1,0.16715294122695923,1.6100000143051147,0.2800000011920929,0.5899999737739563,2.4700000286102295,28.879793167114258 +1989,48,0,MVA,15-17 yrs,236,762547,16.024349212646484,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,30.948911666870117 +1989,48,0,suicide,15-17 yrs,90,762547,16.024349212646484,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,11.80255126953125 +1989,48,0,homicide,15-17 yrs,82,762547,16.024349212646484,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,10.753435134887695 +1989,48,0,other external,15-17 yrs,83,762547,16.024349212646484,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,10.884574890136719 +1989,48,0,internal,15-17 yrs,126,762547,16.024349212646484,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,16.523571014404297 +1989,48,0,all,18-20 yrs,988,828824,18.99053955078125,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,119.20503997802734 +1989,48,0,MVA,18-20 yrs,390,828824,18.99053955078125,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,47.054622650146484 +1989,48,0,suicide,18-20 yrs,141,828824,18.99053955078125,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,17.012056350708008 +1989,48,0,homicide,18-20 yrs,165,828824,18.99053955078125,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,19.907724380493164 +1989,48,0,other external,18-20 yrs,112,828824,18.99053955078125,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,13.51312255859375 +1989,48,0,internal,18-20 yrs,180,828824,18.99053955078125,0,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,21.717517852783203 +1989,48,0,all,21-24 yrs,1341,1067813,22.54599380493164,1,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,125.58378601074219 +1989,48,0,MVA,21-24 yrs,379,1067813,22.54599380493164,1,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,35.493106842041016 +1989,48,0,suicide,21-24 yrs,187,1067813,22.54599380493164,1,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,17.51243019104004 +1989,48,0,homicide,21-24 yrs,285,1067813,22.54599380493164,1,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,26.690067291259766 +1989,48,0,other external,21-24 yrs,157,1067813,22.54599380493164,1,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,14.702948570251465 +1989,48,0,internal,21-24 yrs,333,1067813,22.54599380493164,1,0.15946930646896362,1.6200000047683716,0.25999999046325684,0.5799999833106995,2.4600000381469727,31.18523597717285 +1990,48,0,MVA,15-17 yrs,192,760356,16.001781463623047,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,25.25132942199707 +1990,48,0,suicide,15-17 yrs,93,760356,16.001781463623047,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,12.231112480163574 +1990,48,0,homicide,15-17 yrs,138,760356,16.001781463623047,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,18.14939308166504 +1990,48,0,other external,15-17 yrs,83,760356,16.001781463623047,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,10.915939331054688 +1990,48,0,internal,15-17 yrs,131,760356,16.001781463623047,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,17.228771209716797 +1990,48,0,all,18-20 yrs,1032,836384,19.024921417236328,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,123.38829803466797 +1990,48,0,MVA,18-20 yrs,374,836384,19.024921417236328,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,44.71630096435547 +1990,48,0,suicide,18-20 yrs,116,836384,19.024921417236328,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,13.869227409362793 +1990,48,0,homicide,18-20 yrs,236,836384,19.024921417236328,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,28.216703414916992 +1990,48,0,other external,18-20 yrs,133,836384,19.024921417236328,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,15.901786804199219 +1990,48,0,internal,18-20 yrs,173,836384,19.024921417236328,0,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,20.68427848815918 +1990,48,0,all,21-24 yrs,1305,1055998,22.510578155517578,1,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,123.57978057861328 +1990,48,0,MVA,21-24 yrs,374,1055998,22.510578155517578,1,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,35.41673278808594 +1990,48,0,suicide,21-24 yrs,176,1055998,22.510578155517578,1,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,16.666698455810547 +1990,48,0,homicide,21-24 yrs,306,1055998,22.510578155517578,1,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,28.977327346801758 +1990,48,0,other external,21-24 yrs,155,1055998,22.510578155517578,1,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,14.678057670593262 +1990,48,0,internal,21-24 yrs,294,1055998,22.510578155517578,1,0.1512945294380188,1.6399999856948853,0.25999999046325684,0.5799999833106995,2.4700000286102295,27.840961456298828 +1991,48,0,MVA,15-17 yrs,181,764140,16.004154205322266,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,23.686758041381836 +1991,48,0,suicide,15-17 yrs,90,764140,16.004154205322266,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,11.777946472167969 +1991,48,0,homicide,15-17 yrs,168,764140,16.004154205322266,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,21.98550033569336 +1991,48,0,other external,15-17 yrs,70,764140,16.004154205322266,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,9.160625457763672 +1991,48,0,internal,15-17 yrs,119,764140,16.004154205322266,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,15.573062896728516 +1991,48,0,all,18-20 yrs,1014,822658,19.042787551879883,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,123.25899505615234 +1991,48,0,MVA,18-20 yrs,337,822658,19.042787551879883,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,40.96477508544922 +1991,48,0,suicide,18-20 yrs,121,822658,19.042787551879883,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,14.708420753479004 +1991,48,0,homicide,18-20 yrs,272,822658,19.042787551879883,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,33.06355667114258 +1991,48,0,other external,18-20 yrs,106,822658,19.042787551879883,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,12.885063171386719 +1991,48,0,internal,18-20 yrs,178,822658,19.042787551879883,0,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,21.63718032836914 +1991,48,0,all,21-24 yrs,1493,1059670,22.4810733795166,1,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,140.89291381835938 +1991,48,0,MVA,21-24 yrs,425,1059670,22.4810733795166,1,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,40.10682678222656 +1991,48,0,suicide,21-24 yrs,206,1059670,22.4810733795166,1,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,19.440013885498047 +1991,48,0,homicide,21-24 yrs,396,1059670,22.4810733795166,1,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,37.37012481689453 +1991,48,0,other external,21-24 yrs,140,1059670,22.4810733795166,1,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,13.211660385131836 +1991,48,0,internal,21-24 yrs,326,1059670,22.4810733795166,1,0.1451849788427353,1.600000023841858,0.25,0.550000011920929,2.4000000953674316,30.764293670654297 +1992,48,0,MVA,15-17 yrs,178,781481,16.002443313598633,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,22.777265548706055 +1992,48,0,suicide,15-17 yrs,80,781481,16.002443313598633,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,10.23697280883789 +1992,48,0,homicide,15-17 yrs,154,781481,16.002443313598633,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,19.706172943115234 +1992,48,0,other external,15-17 yrs,63,781481,16.002443313598633,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,8.061615943908691 +1992,48,0,internal,15-17 yrs,131,781481,16.002443313598633,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,16.763044357299805 +1992,48,0,all,18-20 yrs,1001,804867,19.032548904418945,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,124.36837768554688 +1992,48,0,MVA,18-20 yrs,316,804867,19.032548904418945,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,39.261146545410156 +1992,48,0,suicide,18-20 yrs,138,804867,19.032548904418945,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,17.145689010620117 +1992,48,0,homicide,18-20 yrs,265,804867,19.032548904418945,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,32.9246940612793 +1992,48,0,other external,18-20 yrs,105,804867,19.032548904418945,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,13.045633316040039 +1992,48,0,internal,18-20 yrs,177,804867,19.032548904418945,0,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,21.9912109375 +1992,48,0,all,21-24 yrs,1400,1079954,22.460309982299805,1,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,129.63514709472656 +1992,48,0,MVA,21-24 yrs,409,1079954,22.460309982299805,1,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,37.87198257446289 +1992,48,0,suicide,21-24 yrs,197,1079954,22.460309982299805,1,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,18.241518020629883 +1992,48,0,homicide,21-24 yrs,319,1079954,22.460309982299805,1,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,29.53829574584961 +1992,48,0,other external,21-24 yrs,151,1079954,22.460309982299805,1,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,13.982076644897461 +1992,48,0,internal,21-24 yrs,324,1079954,22.460309982299805,1,0.14094221591949463,1.649999976158142,0.23999999463558197,0.550000011920929,2.450000047683716,30.001277923583984 +1993,48,0,MVA,15-17 yrs,191,795048,15.998381614685059,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,24.023706436157227 +1993,48,0,suicide,15-17 yrs,77,795048,15.998381614685059,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,9.68494987487793 +1993,48,0,homicide,15-17 yrs,164,795048,15.998381614685059,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,20.627685546875 +1993,48,0,other external,15-17 yrs,78,795048,15.998381614685059,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,9.810728073120117 +1993,48,0,internal,15-17 yrs,126,795048,15.998381614685059,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,15.848099708557129 +1993,48,0,all,18-20 yrs,926,809043,19.012039184570312,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,114.45621490478516 +1993,48,0,MVA,18-20 yrs,282,809043,19.012039184570312,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,34.855995178222656 +1993,48,0,suicide,18-20 yrs,119,809043,19.012039184570312,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,14.708736419677734 +1993,48,0,homicide,18-20 yrs,257,809043,19.012039184570312,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,31.765926361083984 +1993,48,0,other external,18-20 yrs,97,809043,19.012039184570312,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,11.989474296569824 +1993,48,0,internal,18-20 yrs,171,809043,19.012039184570312,0,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,21.136083602905273 +1993,48,0,all,21-24 yrs,1392,1098787,22.48291015625,1,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,126.68515014648438 +1993,48,0,MVA,21-24 yrs,365,1098787,22.48291015625,1,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,33.218448638916016 +1993,48,0,suicide,21-24 yrs,244,1098787,22.48291015625,1,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,22.20630645751953 +1993,48,0,homicide,21-24 yrs,320,1098787,22.48291015625,1,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,29.123023986816406 +1993,48,0,other external,21-24 yrs,140,1098787,22.48291015625,1,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,12.74132251739502 +1993,48,0,internal,21-24 yrs,323,1098787,22.48291015625,1,0.1368456333875656,1.600000023841858,0.20000000298023224,0.5299999713897705,2.3299999237060547,29.39605140686035 +1994,48,0,MVA,15-17 yrs,209,821431,15.999457359313965,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,25.443403244018555 +1994,48,0,suicide,15-17 yrs,87,821431,15.999457359313965,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,10.591273307800293 +1994,48,0,homicide,15-17 yrs,157,821431,15.999457359313965,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,19.112987518310547 +1994,48,0,other external,15-17 yrs,69,821431,15.999457359313965,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,8.399974822998047 +1994,48,0,internal,15-17 yrs,142,821431,15.999457359313965,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,17.28690528869629 +1994,48,0,all,18-20 yrs,942,819696,19.012916564941406,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,114.920654296875 +1994,48,0,MVA,18-20 yrs,292,819696,19.012916564941406,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,35.622962951660156 +1994,48,0,suicide,18-20 yrs,123,819696,19.012916564941406,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,15.005562782287598 +1994,48,0,homicide,18-20 yrs,255,819696,19.012916564941406,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,31.109094619750977 +1994,48,0,other external,18-20 yrs,98,819696,19.012916564941406,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,11.955652236938477 +1994,48,0,internal,18-20 yrs,174,819696,19.012916564941406,0,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,21.22738265991211 +1994,48,0,all,21-24 yrs,1320,1104686,22.516685485839844,1,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,119.490966796875 +1994,48,0,MVA,21-24 yrs,377,1104686,22.516685485839844,1,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,34.12734603881836 +1994,48,0,suicide,21-24 yrs,212,1104686,22.516685485839844,1,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,19.19097328186035 +1994,48,0,homicide,21-24 yrs,291,1104686,22.516685485839844,1,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,26.342327117919922 +1994,48,0,other external,21-24 yrs,125,1104686,22.516685485839844,1,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,11.31543254852295 +1994,48,0,internal,21-24 yrs,315,1104686,22.516685485839844,1,0.13342911005020142,1.600000023841858,0.20000000298023224,0.5099999904632568,2.309999942779541,28.514890670776367 +1995,48,0,MVA,15-17 yrs,217,854411,15.983749389648438,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,25.397613525390625 +1995,48,0,suicide,15-17 yrs,82,854411,15.983749389648438,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,9.597254753112793 +1995,48,0,homicide,15-17 yrs,146,854411,15.983749389648438,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,17.08779525756836 +1995,48,0,other external,15-17 yrs,70,854411,15.983749389648438,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,8.192778587341309 +1995,48,0,internal,15-17 yrs,157,854411,15.983749389648438,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,18.37523078918457 +1995,48,0,all,18-20 yrs,864,843692,19.01058006286621,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,102.40703582763672 +1995,48,0,MVA,18-20 yrs,259,843692,19.01058006286621,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,30.698406219482422 +1995,48,0,suicide,18-20 yrs,113,843692,19.01058006286621,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,13.393513679504395 +1995,48,0,homicide,18-20 yrs,216,843692,19.01058006286621,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,25.60175895690918 +1995,48,0,other external,18-20 yrs,93,843692,19.01058006286621,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,11.022979736328125 +1995,48,0,internal,18-20 yrs,183,843692,19.01058006286621,0,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,21.690380096435547 +1995,48,0,all,21-24 yrs,1250,1099668,22.525766372680664,1,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,113.67066955566406 +1995,48,0,MVA,21-24 yrs,349,1099668,22.525766372680664,1,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,31.73685073852539 +1995,48,0,suicide,21-24 yrs,177,1099668,22.525766372680664,1,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,16.095767974853516 +1995,48,0,homicide,21-24 yrs,243,1099668,22.525766372680664,1,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,22.097578048706055 +1995,48,0,other external,21-24 yrs,144,1099668,22.525766372680664,1,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,13.094861030578613 +1995,48,0,internal,21-24 yrs,337,1099668,22.525766372680664,1,0.12975193560123444,1.5499999523162842,0.1899999976158142,0.49000000953674316,2.2300000190734863,30.645612716674805 +1996,48,0,MVA,15-17 yrs,279,891280,15.992981910705566,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,31.303293228149414 +1996,48,0,suicide,15-17 yrs,81,891280,15.992981910705566,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,9.088052749633789 +1996,48,0,homicide,15-17 yrs,107,891280,15.992981910705566,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,12.005206108093262 +1996,48,0,other external,15-17 yrs,57,891280,15.992981910705566,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,6.395296573638916 +1996,48,0,internal,15-17 yrs,153,891280,15.992981910705566,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,17.166322708129883 +1996,48,0,all,18-20 yrs,914,857559,19.005157470703125,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,106.58158874511719 +1996,48,0,MVA,18-20 yrs,350,857559,19.005157470703125,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,40.81351852416992 +1996,48,0,suicide,18-20 yrs,130,857559,19.005157470703125,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,15.159306526184082 +1996,48,0,homicide,18-20 yrs,166,857559,19.005157470703125,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,19.357269287109375 +1996,48,0,other external,18-20 yrs,96,857559,19.005157470703125,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,11.194564819335938 +1996,48,0,internal,18-20 yrs,172,857559,19.005157470703125,0,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,20.056928634643555 +1996,48,0,all,21-24 yrs,1139,1089558,22.496822357177734,1,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,104.53780364990234 +1996,48,0,MVA,21-24 yrs,385,1089558,22.496822357177734,1,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,35.33543014526367 +1996,48,0,suicide,21-24 yrs,152,1089558,22.496822357177734,1,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,13.950611114501953 +1996,48,0,homicide,21-24 yrs,198,1089558,22.496822357177734,1,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,18.17250633239746 +1996,48,0,other external,21-24 yrs,124,1089558,22.496822357177734,1,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,11.380762100219727 +1996,48,0,internal,21-24 yrs,280,1089558,22.496822357177734,1,0.1260305643081665,1.559999942779541,0.2199999988079071,0.49000000953674316,2.259999990463257,25.69849395751953 +1970,49,0,MVA,15-17 yrs,30,71346,15.987357139587402,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,42.048606872558594 +1970,49,0,suicide,15-17 yrs,8,71346,15.987357139587402,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,11.21296215057373 +1970,49,0,homicide,15-17 yrs,1,71346,15.987357139587402,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,1.4016202688217163 +1970,49,0,other external,15-17 yrs,19,71346,15.987357139587402,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,26.63078498840332 +1970,49,0,internal,15-17 yrs,15,71346,15.987357139587402,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,21.024303436279297 +1970,49,0,all,18-20 yrs,103,65106,18.936717987060547,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,158.20355224609375 +1970,49,0,MVA,18-20 yrs,46,65106,18.936717987060547,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,70.65400695800781 +1970,49,0,suicide,18-20 yrs,11,65106,18.936717987060547,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,16.895524978637695 +1970,49,0,homicide,18-20 yrs,3,65106,18.936717987060547,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,4.607870101928711 +1970,49,0,other external,18-20 yrs,22,65106,18.936717987060547,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,33.79104995727539 +1970,49,0,internal,18-20 yrs,21,65106,18.936717987060547,0,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,32.25509262084961 +1970,49,0,all,21-24 yrs,123,78127,22.394933700561523,1,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,157.43597412109375 +1970,49,0,MVA,21-24 yrs,50,78127,22.394933700561523,1,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,63.99836349487305 +1970,49,0,suicide,21-24 yrs,13,78127,22.394933700561523,1,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,16.63957405090332 +1970,49,0,homicide,21-24 yrs,8,78127,22.394933700561523,1,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,10.239737510681152 +1970,49,0,other external,21-24 yrs,19,78127,22.394933700561523,1,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,24.319377899169922 +1970,49,0,internal,21-24 yrs,33,78127,22.394933700561523,1,0.3324742019176483,0.75,0.11999999731779099,0.5699999928474426,1.440000057220459,42.23891830444336 +1971,49,0,MVA,15-17 yrs,25,73395,15.992696762084961,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,34.0622673034668 +1971,49,0,suicide,15-17 yrs,4,73395,15.992696762084961,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,5.449962615966797 +1971,49,0,homicide,15-17 yrs,1,73395,15.992696762084961,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,1.3624906539916992 +1971,49,0,other external,15-17 yrs,17,73395,15.992696762084961,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,23.16234016418457 +1971,49,0,internal,15-17 yrs,19,73395,15.992696762084961,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,25.88732147216797 +1971,49,0,all,18-20 yrs,80,72923,18.953060150146484,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,109.70475769042969 +1971,49,0,MVA,18-20 yrs,29,72923,18.953060150146484,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,39.767974853515625 +1971,49,0,suicide,18-20 yrs,9,72923,18.953060150146484,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,12.341785430908203 +1971,49,0,homicide,18-20 yrs,5,72923,18.953060150146484,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,6.8565473556518555 +1971,49,0,other external,18-20 yrs,19,72923,18.953060150146484,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,26.054880142211914 +1971,49,0,internal,18-20 yrs,18,72923,18.953060150146484,0,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,24.683570861816406 +1971,49,0,all,21-24 yrs,102,84680,22.572330474853516,1,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,120.4534683227539 +1971,49,0,MVA,21-24 yrs,40,84680,22.572330474853516,1,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,47.236656188964844 +1971,49,0,suicide,21-24 yrs,14,84680,22.572330474853516,1,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,16.53282928466797 +1971,49,0,homicide,21-24 yrs,4,84680,22.572330474853516,1,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,4.723665714263916 +1971,49,0,other external,21-24 yrs,15,84680,22.572330474853516,1,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,17.7137451171875 +1971,49,0,internal,21-24 yrs,29,84680,22.572330474853516,1,0.3185184895992279,0.7699999809265137,0.15000000596046448,0.5799999833106995,1.5,34.24657440185547 +1972,49,0,MVA,15-17 yrs,42,75572,15.98074722290039,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,55.57613754272461 +1972,49,0,suicide,15-17 yrs,6,75572,15.98074722290039,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,7.939448356628418 +1972,49,0,homicide,15-17 yrs,6,75572,15.98074722290039,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,7.939448356628418 +1972,49,0,other external,15-17 yrs,14,75572,15.98074722290039,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,18.525379180908203 +1972,49,0,internal,15-17 yrs,16,75572,15.98074722290039,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,21.17186164855957 +1972,49,0,all,18-20 yrs,104,78669,18.9780216217041,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,132.199462890625 +1972,49,0,MVA,18-20 yrs,66,78669,18.9780216217041,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,83.89581298828125 +1972,49,0,suicide,18-20 yrs,2,78669,18.9780216217041,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,2.54229736328125 +1972,49,0,homicide,18-20 yrs,2,78669,18.9780216217041,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,2.54229736328125 +1972,49,0,other external,18-20 yrs,10,78669,18.9780216217041,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,12.711487770080566 +1972,49,0,internal,18-20 yrs,24,78669,18.9780216217041,0,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,30.507570266723633 +1972,49,0,all,21-24 yrs,94,85452,22.519718170166016,1,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,110.0032730102539 +1972,49,0,MVA,21-24 yrs,38,85452,22.519718170166016,1,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,44.46940994262695 +1972,49,0,suicide,21-24 yrs,14,85452,22.519718170166016,1,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,16.383466720581055 +1972,49,0,homicide,21-24 yrs,4,85452,22.519718170166016,1,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,4.680990695953369 +1972,49,0,other external,21-24 yrs,12,85452,22.519718170166016,1,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,14.04297161102295 +1972,49,0,internal,21-24 yrs,26,85452,22.519718170166016,1,0.3086124360561371,0.7900000214576721,0.15000000596046448,0.5699999928474426,1.5199999809265137,30.426437377929688 +1973,49,0,MVA,15-17 yrs,26,77698,15.988030433654785,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,33.462894439697266 +1973,49,0,suicide,15-17 yrs,4,77698,15.988030433654785,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,5.14813756942749 +1973,49,0,homicide,15-17 yrs,1,77698,15.988030433654785,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,1.2870343923568726 +1973,49,0,other external,15-17 yrs,25,77698,15.988030433654785,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,32.17586135864258 +1973,49,0,internal,15-17 yrs,21,77698,15.988030433654785,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,27.02772331237793 +1973,49,0,all,18-20 yrs,115,81715,18.99694061279297,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,140.7330322265625 +1973,49,0,MVA,18-20 yrs,60,81715,18.99694061279297,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,73.425933837890625 +1973,49,0,suicide,18-20 yrs,5,81715,18.99694061279297,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,6.118827819824219 +1973,49,0,homicide,18-20 yrs,4,81715,18.99694061279297,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,4.89506196975708 +1973,49,0,other external,18-20 yrs,26,81715,18.99694061279297,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,31.817903518676758 +1973,49,0,internal,18-20 yrs,20,81715,18.99694061279297,0,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,24.475311279296875 +1973,49,0,all,21-24 yrs,108,88329,22.44578742980957,1,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,122.27014923095703 +1973,49,0,MVA,21-24 yrs,50,88329,22.44578742980957,1,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,56.60655212402344 +1973,49,0,suicide,21-24 yrs,7,88329,22.44578742980957,1,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,7.924917221069336 +1973,49,0,homicide,21-24 yrs,5,88329,22.44578742980957,1,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,5.6606550216674805 +1973,49,0,other external,21-24 yrs,19,88329,22.44578742980957,1,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,21.510488510131836 +1973,49,0,internal,21-24 yrs,27,88329,22.44578742980957,1,0.29054051637649536,0.8199999928474426,0.15000000596046448,0.5799999833106995,1.559999942779541,30.567537307739258 +1974,49,0,MVA,15-17 yrs,35,78863,16.004894256591797,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,44.380760192871094 +1974,49,0,suicide,15-17 yrs,4,78863,16.004894256591797,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,5.072086811065674 +1974,49,0,homicide,15-17 yrs,2,78863,16.004894256591797,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,2.536043405532837 +1974,49,0,other external,15-17 yrs,22,78863,16.004894256591797,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,27.8964786529541 +1974,49,0,internal,15-17 yrs,17,78863,16.004894256591797,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,21.55636978149414 +1974,49,0,all,18-20 yrs,78,83238,18.99878692626953,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,93.70719909667969 +1974,49,0,MVA,18-20 yrs,33,83238,18.99878692626953,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,39.645355224609375 +1974,49,0,suicide,18-20 yrs,5,83238,18.99878692626953,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,6.006871700286865 +1974,49,0,homicide,18-20 yrs,7,83238,18.99878692626953,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,8.40962028503418 +1974,49,0,other external,18-20 yrs,21,83238,18.99878692626953,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,25.228862762451172 +1974,49,0,internal,18-20 yrs,12,83238,18.99878692626953,0,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,14.416492462158203 +1974,49,0,all,21-24 yrs,100,93693,22.390220642089844,1,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,106.73155975341797 +1974,49,0,MVA,21-24 yrs,28,93693,22.390220642089844,1,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,29.884836196899414 +1974,49,0,suicide,21-24 yrs,12,93693,22.390220642089844,1,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,12.80778694152832 +1974,49,0,homicide,21-24 yrs,6,93693,22.390220642089844,1,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,6.40389347076416 +1974,49,0,other external,21-24 yrs,21,93693,22.390220642089844,1,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,22.41362762451172 +1974,49,0,internal,21-24 yrs,33,93693,22.390220642089844,1,0.2616632878780365,0.8999999761581421,0.14000000059604645,0.5699999928474426,1.6100000143051147,35.22141647338867 +1975,49,0,MVA,15-17 yrs,19,78993,16.004709243774414,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,24.052764892578125 +1975,49,0,suicide,15-17 yrs,11,78993,16.004709243774414,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,13.925284385681152 +1975,49,0,homicide,15-17 yrs,2,78993,16.004709243774414,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,2.531869888305664 +1975,49,0,other external,15-17 yrs,13,78993,16.004709243774414,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,16.457155227661133 +1975,49,0,internal,15-17 yrs,25,78993,16.004709243774414,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,31.648374557495117 +1975,49,0,all,18-20 yrs,91,85270,18.981868743896484,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,106.71983337402344 +1975,49,0,MVA,18-20 yrs,27,85270,18.981868743896484,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,31.664125442504883 +1975,49,0,suicide,18-20 yrs,14,85270,18.981868743896484,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,16.41843605041504 +1975,49,0,homicide,18-20 yrs,2,85270,18.981868743896484,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,2.3454906940460205 +1975,49,0,other external,18-20 yrs,21,85270,18.981868743896484,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,24.627653121948242 +1975,49,0,internal,18-20 yrs,27,85270,18.981868743896484,0,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,31.664125442504883 +1975,49,0,all,21-24 yrs,144,101940,22.418560028076172,1,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,141.2595672607422 +1975,49,0,MVA,21-24 yrs,42,101940,22.418560028076172,1,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,41.200706481933594 +1975,49,0,suicide,21-24 yrs,13,101940,22.418560028076172,1,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,12.752599716186523 +1975,49,0,homicide,21-24 yrs,2,101940,22.418560028076172,1,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,1.9619383811950684 +1975,49,0,other external,21-24 yrs,33,101940,22.418560028076172,1,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,32.37198257446289 +1975,49,0,internal,21-24 yrs,54,101940,22.418560028076172,1,0.23977693915367126,0.8899999856948853,0.15000000596046448,0.5899999737739563,1.6299999952316284,52.97233581542969 +1976,49,0,MVA,15-17 yrs,24,80143,15.991277694702148,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,29.946470260620117 +1976,49,0,suicide,15-17 yrs,5,80143,15.991277694702148,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,6.2388482093811035 +1976,49,0,homicide,15-17 yrs,5,80143,15.991277694702148,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,6.2388482093811035 +1976,49,0,other external,15-17 yrs,11,80143,15.991277694702148,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,13.725465774536133 +1976,49,0,internal,15-17 yrs,23,80143,15.991277694702148,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,28.698701858520508 +1976,49,0,all,18-20 yrs,84,87241,18.98516845703125,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,96.285003662109375 +1976,49,0,MVA,18-20 yrs,36,87241,18.98516845703125,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,41.2650032043457 +1976,49,0,suicide,18-20 yrs,8,87241,18.98516845703125,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,9.170000076293945 +1976,49,0,homicide,18-20 yrs,5,87241,18.98516845703125,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,5.731250286102295 +1976,49,0,other external,18-20 yrs,18,87241,18.98516845703125,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,20.63250160217285 +1976,49,0,internal,18-20 yrs,17,87241,18.98516845703125,0,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,19.486249923706055 +1976,49,0,all,21-24 yrs,114,108754,22.459789276123047,1,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,104.82373046875 +1976,49,0,MVA,21-24 yrs,33,108754,22.459789276123047,1,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,30.343711853027344 +1976,49,0,suicide,21-24 yrs,12,108754,22.459789276123047,1,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,11.034076690673828 +1976,49,0,homicide,21-24 yrs,10,108754,22.459789276123047,1,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,9.195064544677734 +1976,49,0,other external,21-24 yrs,20,108754,22.459789276123047,1,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,18.39012908935547 +1976,49,0,internal,21-24 yrs,39,108754,22.459789276123047,1,0.22671350836753845,0.9300000071525574,0.15000000596046448,0.6000000238418579,1.6799999475479126,35.860748291015625 +1977,49,0,MVA,15-17 yrs,28,81049,15.998112678527832,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,34.547000885009766 +1977,49,0,suicide,15-17 yrs,3,81049,15.998112678527832,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,3.7014646530151367 +1977,49,0,homicide,15-17 yrs,1,81049,15.998112678527832,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,1.2338215112686157 +1977,49,0,other external,15-17 yrs,15,81049,15.998112678527832,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,18.507322311401367 +1977,49,0,internal,15-17 yrs,12,81049,15.998112678527832,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,14.805858612060547 +1977,49,0,all,18-20 yrs,115,88750,18.998682022094727,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,129.5774688720703 +1977,49,0,MVA,18-20 yrs,50,88750,18.998682022094727,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,56.33802795410156 +1977,49,0,suicide,18-20 yrs,15,88750,18.998682022094727,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,16.901409149169922 +1977,49,0,homicide,18-20 yrs,4,88750,18.998682022094727,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,4.507042407989502 +1977,49,0,other external,18-20 yrs,19,88750,18.998682022094727,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,21.408451080322266 +1977,49,0,internal,18-20 yrs,27,88750,18.998682022094727,0,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,30.422534942626953 +1977,49,0,all,21-24 yrs,131,114137,22.48911476135254,1,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,114.77435302734375 +1977,49,0,MVA,21-24 yrs,47,114137,22.48911476135254,1,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,41.178585052490234 +1977,49,0,suicide,21-24 yrs,22,114137,22.48911476135254,1,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,19.275081634521484 +1977,49,0,homicide,21-24 yrs,5,114137,22.48911476135254,1,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,4.380700588226318 +1977,49,0,other external,21-24 yrs,35,114137,22.48911476135254,1,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,30.66490364074707 +1977,49,0,internal,21-24 yrs,22,114137,22.48911476135254,1,0.21287128329277039,0.9700000286102295,0.14000000059604645,0.5899999737739563,1.7000000476837158,19.275081634521484 +1978,49,0,MVA,15-17 yrs,44,81396,16.021425247192383,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,54.05670928955078 +1978,49,0,suicide,15-17 yrs,3,81396,16.021425247192383,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,3.6856849193573 +1978,49,0,homicide,15-17 yrs,4,81396,16.021425247192383,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,4.914246559143066 +1978,49,0,other external,15-17 yrs,14,81396,16.021425247192383,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,17.199861526489258 +1978,49,0,internal,15-17 yrs,10,81396,16.021425247192383,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,12.285615921020508 +1978,49,0,all,18-20 yrs,97,89057,18.99409294128418,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,108.91900634765625 +1978,49,0,MVA,18-20 yrs,52,89057,18.99409294128418,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,58.38957214355469 +1978,49,0,suicide,18-20 yrs,10,89057,18.99409294128418,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,11.228763580322266 +1978,49,0,homicide,18-20 yrs,4,89057,18.99409294128418,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,4.4915056228637695 +1978,49,0,other external,18-20 yrs,15,89057,18.99409294128418,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,16.8431453704834 +1978,49,0,internal,18-20 yrs,16,89057,18.99409294128418,0,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,17.966022491455078 +1978,49,0,all,21-24 yrs,148,118955,22.484283447265625,1,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,124.41679382324219 +1978,49,0,MVA,21-24 yrs,53,118955,22.484283447265625,1,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,44.554664611816406 +1978,49,0,suicide,21-24 yrs,25,118955,22.484283447265625,1,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,21.01634979248047 +1978,49,0,homicide,21-24 yrs,8,118955,22.484283447265625,1,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,6.725232124328613 +1978,49,0,other external,21-24 yrs,34,118955,22.484283447265625,1,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,28.582237243652344 +1978,49,0,internal,21-24 yrs,28,118955,22.484283447265625,1,0.19785276055335999,0.9599999785423279,0.15000000596046448,0.6100000143051147,1.7200000286102295,23.538312911987305 +1979,49,0,MVA,15-17 yrs,25,80043,16.026622772216797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,31.233211517333984 +1979,49,0,suicide,15-17 yrs,8,80043,16.026622772216797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,9.994627952575684 +1979,49,0,homicide,15-17 yrs,3,80043,16.026622772216797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,3.747985363006592 +1979,49,0,other external,15-17 yrs,4,80043,16.026622772216797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,4.997313976287842 +1979,49,0,internal,15-17 yrs,14,80043,16.026622772216797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,17.490598678588867 +1979,49,0,all,18-20 yrs,102,90698,18.976085662841797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,112.46113586425781 +1979,49,0,MVA,18-20 yrs,46,90698,18.976085662841797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,50.71776580810547 +1979,49,0,suicide,18-20 yrs,11,90698,18.976085662841797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,12.128161430358887 +1979,49,0,homicide,18-20 yrs,5,90698,18.976085662841797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,5.512800693511963 +1979,49,0,other external,18-20 yrs,21,90698,18.976085662841797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,23.153762817382812 +1979,49,0,internal,18-20 yrs,19,90698,18.976085662841797,0,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,20.94864273071289 +1979,49,0,all,21-24 yrs,140,123074,22.488534927368164,1,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,113.75270080566406 +1979,49,0,MVA,21-24 yrs,53,123074,22.488534927368164,1,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,43.06352233886719 +1979,49,0,suicide,21-24 yrs,23,123074,22.488534927368164,1,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,18.687944412231445 +1979,49,0,homicide,21-24 yrs,14,123074,22.488534927368164,1,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,11.375269889831543 +1979,49,0,other external,21-24 yrs,27,123074,22.488534927368164,1,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,21.938020706176758 +1979,49,0,internal,21-24 yrs,23,123074,22.488534927368164,1,0.17768594622612,0.9700000286102295,0.1599999964237213,0.6200000047683716,1.75,18.687944412231445 +1980,49,0,MVA,15-17 yrs,27,78025,16.02676010131836,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,34.60429382324219 +1980,49,0,suicide,15-17 yrs,2,78025,16.02676010131836,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,2.5632810592651367 +1980,49,0,homicide,15-17 yrs,1,78025,16.02676010131836,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,1.2816405296325684 +1980,49,0,other external,15-17 yrs,11,78025,16.02676010131836,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,14.098045349121094 +1980,49,0,internal,15-17 yrs,17,78025,16.02676010131836,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,21.787887573242188 +1980,49,0,all,18-20 yrs,95,89151,18.99763298034668,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,106.56077575683594 +1980,49,0,MVA,18-20 yrs,46,89151,18.99763298034668,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,51.59785079956055 +1980,49,0,suicide,18-20 yrs,13,89151,18.99763298034668,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,14.582001686096191 +1980,49,0,homicide,18-20 yrs,9,89151,18.99763298034668,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,10.095232009887695 +1980,49,0,other external,18-20 yrs,10,89151,18.99763298034668,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,11.216923713684082 +1980,49,0,internal,18-20 yrs,17,89151,18.99763298034668,0,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,19.068771362304688 +1980,49,0,all,21-24 yrs,140,126830,22.5115909576416,1,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,110.38397979736328 +1980,49,0,MVA,21-24 yrs,51,126830,22.5115909576416,1,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,40.211307525634766 +1980,49,0,suicide,21-24 yrs,24,126830,22.5115909576416,1,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,18.9229679107666 +1980,49,0,homicide,21-24 yrs,7,126830,22.5115909576416,1,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,5.519198894500732 +1980,49,0,other external,21-24 yrs,28,126830,22.5115909576416,1,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,22.07679557800293 +1980,49,0,internal,21-24 yrs,30,126830,22.5115909576416,1,0.15655338764190674,0.9599999785423279,0.14000000059604645,0.6000000238418579,1.7100000381469727,23.653709411621094 +1981,49,0,MVA,15-17 yrs,23,76072,16.015300750732422,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,30.234514236450195 +1981,49,0,suicide,15-17 yrs,8,76072,16.015300750732422,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,10.516352653503418 +1981,49,0,homicide,15-17 yrs,4,76072,16.015300750732422,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,5.258176326751709 +1981,49,0,other external,15-17 yrs,10,76072,16.015300750732422,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,13.145441055297852 +1981,49,0,internal,15-17 yrs,21,76072,16.015300750732422,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,27.605426788330078 +1981,49,0,all,18-20 yrs,100,88040,19.046478271484375,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,113.58473205566406 +1981,49,0,MVA,18-20 yrs,48,88040,19.046478271484375,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,54.52067184448242 +1981,49,0,suicide,18-20 yrs,12,88040,19.046478271484375,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,13.630167961120605 +1981,49,0,homicide,18-20 yrs,5,88040,19.046478271484375,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,5.679236888885498 +1981,49,0,other external,18-20 yrs,15,88040,19.046478271484375,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,17.037710189819336 +1981,49,0,internal,18-20 yrs,20,88040,19.046478271484375,0,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,22.716947555541992 +1981,49,0,all,21-24 yrs,138,125235,22.566247940063477,1,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,110.19284057617188 +1981,49,0,MVA,21-24 yrs,57,125235,22.566247940063477,1,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,45.51443099975586 +1981,49,0,suicide,21-24 yrs,22,125235,22.566247940063477,1,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,17.566974639892578 +1981,49,0,homicide,21-24 yrs,7,125235,22.566247940063477,1,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,5.589491844177246 +1981,49,0,other external,21-24 yrs,26,125235,22.566247940063477,1,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,20.760969161987305 +1981,49,0,internal,21-24 yrs,26,125235,22.566247940063477,1,0.14631463587284088,1.0099999904632568,0.15000000596046448,0.5799999833106995,1.7400000095367432,20.760969161987305 +1982,49,0,MVA,15-17 yrs,29,75519,15.993326187133789,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,38.40093231201172 +1982,49,0,suicide,15-17 yrs,9,75519,15.993326187133789,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,11.91753101348877 +1982,49,0,homicide,15-17 yrs,2,75519,15.993326187133789,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,2.6483402252197266 +1982,49,0,other external,15-17 yrs,13,75519,15.993326187133789,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,17.214210510253906 +1982,49,0,internal,15-17 yrs,13,75519,15.993326187133789,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,17.214210510253906 +1982,49,0,all,18-20 yrs,84,84528,19.04894256591797,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,99.37535858154297 +1982,49,0,MVA,18-20 yrs,37,84528,19.04894256591797,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,43.77247619628906 +1982,49,0,suicide,18-20 yrs,11,84528,19.04894256591797,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,13.013439178466797 +1982,49,0,homicide,18-20 yrs,8,84528,19.04894256591797,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,9.464319229125977 +1982,49,0,other external,18-20 yrs,13,84528,19.04894256591797,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,15.37951946258545 +1982,49,0,internal,18-20 yrs,15,84528,19.04894256591797,0,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,17.7455997467041 +1982,49,0,all,21-24 yrs,142,125049,22.53965950012207,1,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,113.55548858642578 +1982,49,0,MVA,21-24 yrs,48,125049,22.53965950012207,1,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,38.384952545166016 +1982,49,0,suicide,21-24 yrs,23,125049,22.53965950012207,1,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,18.392789840698242 +1982,49,0,homicide,21-24 yrs,8,125049,22.53965950012207,1,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,6.397492408752441 +1982,49,0,other external,21-24 yrs,31,125049,22.53965950012207,1,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,24.790281295776367 +1982,49,0,internal,21-24 yrs,32,125049,22.53965950012207,1,0.13782383501529694,1.0099999904632568,0.15000000596046448,0.550000011920929,1.7100000381469727,25.589969635009766 +1983,49,0,MVA,15-17 yrs,26,76278,15.983717918395996,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,34.08584213256836 +1983,49,0,suicide,15-17 yrs,8,76278,15.983717918395996,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,10.48795223236084 +1983,49,0,homicide,15-17 yrs,3,76278,15.983717918395996,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,3.9329819679260254 +1983,49,0,other external,15-17 yrs,8,76278,15.983717918395996,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,10.48795223236084 +1983,49,0,internal,15-17 yrs,8,76278,15.983717918395996,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,10.48795223236084 +1983,49,0,all,18-20 yrs,80,80160,19.03251075744629,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,99.80039978027344 +1983,49,0,MVA,18-20 yrs,31,80160,19.03251075744629,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,38.67265319824219 +1983,49,0,suicide,18-20 yrs,11,80160,19.03251075744629,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,13.722555160522461 +1983,49,0,homicide,18-20 yrs,4,80160,19.03251075744629,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,4.990019798278809 +1983,49,0,other external,18-20 yrs,15,80160,19.03251075744629,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,18.712574005126953 +1983,49,0,internal,18-20 yrs,19,80160,19.03251075744629,0,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,23.702594757080078 +1983,49,0,all,21-24 yrs,110,123607,22.514266967773438,1,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,88.9917221069336 +1983,49,0,MVA,21-24 yrs,31,123607,22.514266967773438,1,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,25.079484939575195 +1983,49,0,suicide,21-24 yrs,25,123607,22.514266967773438,1,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,20.225391387939453 +1983,49,0,homicide,21-24 yrs,10,123607,22.514266967773438,1,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,8.090156555175781 +1983,49,0,other external,21-24 yrs,17,123607,22.514266967773438,1,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,13.753266334533691 +1983,49,0,internal,21-24 yrs,27,123607,22.514266967773438,1,0.35626375675201416,0.8799999952316284,0.14000000059604645,0.5,1.5199999809265137,21.84342384338379 +1984,49,0,MVA,15-17 yrs,28,77932,15.9819974899292,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,35.92875671386719 +1984,49,0,suicide,15-17 yrs,11,77932,15.9819974899292,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,14.114869117736816 +1984,49,0,homicide,15-17 yrs,1,77932,15.9819974899292,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,1.2831699848175049 +1984,49,0,other external,15-17 yrs,6,77932,15.9819974899292,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,7.699019432067871 +1984,49,0,internal,15-17 yrs,6,77932,15.9819974899292,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,7.699019432067871 +1984,49,0,all,18-20 yrs,74,78087,19.0244083404541,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,94.76609802246094 +1984,49,0,MVA,18-20 yrs,36,78087,19.0244083404541,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,46.10242462158203 +1984,49,0,suicide,18-20 yrs,8,78087,19.0244083404541,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,10.244982719421387 +1984,49,0,homicide,18-20 yrs,3,78087,19.0244083404541,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,3.8418686389923096 +1984,49,0,other external,18-20 yrs,16,78087,19.0244083404541,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,20.489965438842773 +1984,49,0,internal,18-20 yrs,11,78087,19.0244083404541,0,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,14.086852073669434 +1984,49,0,all,21-24 yrs,128,121785,22.53301239013672,1,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,105.10325622558594 +1984,49,0,MVA,21-24 yrs,34,121785,22.53301239013672,1,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,27.918052673339844 +1984,49,0,suicide,21-24 yrs,30,121785,22.53301239013672,1,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,24.633575439453125 +1984,49,0,homicide,21-24 yrs,9,121785,22.53301239013672,1,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,7.390072822570801 +1984,49,0,other external,21-24 yrs,27,121785,22.53301239013672,1,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,22.170217514038086 +1984,49,0,internal,21-24 yrs,28,121785,22.53301239013672,1,0.34151944518089294,0.8799999952316284,0.14000000059604645,0.5199999809265137,1.5299999713897705,22.991336822509766 +1985,49,0,MVA,15-17 yrs,19,80301,15.968207359313965,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,23.66097640991211 +1985,49,0,suicide,15-17 yrs,11,80301,15.968207359313965,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,13.69845962524414 +1985,49,0,homicide,15-17 yrs,1,80301,15.968207359313965,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,1.2453144788742065 +1985,49,0,other external,15-17 yrs,7,80301,15.968207359313965,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,8.717201232910156 +1985,49,0,internal,15-17 yrs,12,80301,15.968207359313965,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,14.943774223327637 +1985,49,0,all,18-20 yrs,69,77409,18.997907638549805,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,89.13692474365234 +1985,49,0,MVA,18-20 yrs,29,77409,18.997907638549805,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,37.46334457397461 +1985,49,0,suicide,18-20 yrs,13,77409,18.997907638549805,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,16.793912887573242 +1985,49,0,homicide,18-20 yrs,5,77409,18.997907638549805,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,6.459197044372559 +1985,49,0,other external,18-20 yrs,9,77409,18.997907638549805,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,11.626555442810059 +1985,49,0,internal,18-20 yrs,13,77409,18.997907638549805,0,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,16.793912887573242 +1985,49,0,all,21-24 yrs,119,120285,22.58066177368164,1,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,98.93170166015625 +1985,49,0,MVA,21-24 yrs,45,120285,22.58066177368164,1,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,37.41114807128906 +1985,49,0,suicide,21-24 yrs,22,120285,22.58066177368164,1,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,18.289894104003906 +1985,49,0,homicide,21-24 yrs,7,120285,22.58066177368164,1,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,5.819511890411377 +1985,49,0,other external,21-24 yrs,26,120285,22.58066177368164,1,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,21.61532974243164 +1985,49,0,internal,21-24 yrs,19,120285,22.58066177368164,1,0.32977575063705444,0.8999999761581421,0.15000000596046448,0.5299999713897705,1.5800000429153442,15.795818328857422 +1986,49,0,MVA,15-17 yrs,34,84593,15.965765953063965,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,40.19245147705078 +1986,49,0,suicide,15-17 yrs,18,84593,15.965765953063965,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,21.278356552124023 +1986,49,0,homicide,15-17 yrs,1,84593,15.965765953063965,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,1.1821309328079224 +1986,49,0,other external,15-17 yrs,12,84593,15.965765953063965,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,14.18557071685791 +1986,49,0,internal,15-17 yrs,15,84593,15.965765953063965,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,17.731964111328125 +1986,49,0,all,18-20 yrs,92,77984,18.98802375793457,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,117.97291564941406 +1986,49,0,MVA,18-20 yrs,44,77984,18.98802375793457,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,56.42182922363281 +1986,49,0,suicide,18-20 yrs,17,77984,18.98802375793457,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,21.79934310913086 +1986,49,0,homicide,18-20 yrs,5,77984,18.98802375793457,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,6.411571502685547 +1986,49,0,other external,18-20 yrs,11,77984,18.98802375793457,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,14.105457305908203 +1986,49,0,internal,18-20 yrs,15,77984,18.98802375793457,0,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,19.23471450805664 +1986,49,0,all,21-24 yrs,114,115396,22.58312225341797,1,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,98.790252685546875 +1986,49,0,MVA,21-24 yrs,40,115396,22.58312225341797,1,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,34.663246154785156 +1986,49,0,suicide,21-24 yrs,26,115396,22.58312225341797,1,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,22.531110763549805 +1986,49,0,homicide,21-24 yrs,5,115396,22.58312225341797,1,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,4.3329057693481445 +1986,49,0,other external,21-24 yrs,14,115396,22.58312225341797,1,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,12.132136344909668 +1986,49,0,internal,21-24 yrs,29,115396,22.58312225341797,1,0.32375794649124146,0.8899999856948853,0.17000000178813934,0.5199999809265137,1.5800000429153442,25.1308536529541 +1987,49,0,MVA,15-17 yrs,38,87131,15.99332046508789,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,43.612491607666016 +1987,49,0,suicide,15-17 yrs,14,87131,15.99332046508789,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,16.067760467529297 +1987,49,0,homicide,15-17 yrs,0,87131,15.99332046508789,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,0 +1987,49,0,other external,15-17 yrs,5,87131,15.99332046508789,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,5.738485813140869 +1987,49,0,internal,15-17 yrs,14,87131,15.99332046508789,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,16.067760467529297 +1987,49,0,all,18-20 yrs,89,79608,18.97873306274414,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,111.79780578613281 +1987,49,0,MVA,18-20 yrs,36,79608,18.97873306274414,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,45.22158432006836 +1987,49,0,suicide,18-20 yrs,18,79608,18.97873306274414,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,22.61079216003418 +1987,49,0,homicide,18-20 yrs,7,79608,18.97873306274414,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,8.793086051940918 +1987,49,0,other external,18-20 yrs,15,79608,18.97873306274414,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,18.842327117919922 +1987,49,0,internal,18-20 yrs,13,79608,18.97873306274414,0,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,16.33001708984375 +1987,49,0,all,21-24 yrs,114,109496,22.55719757080078,1,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,104.11339569091797 +1987,49,0,MVA,21-24 yrs,35,109496,22.55719757080078,1,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,31.964637756347656 +1987,49,0,suicide,21-24 yrs,20,109496,22.55719757080078,1,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,18.265506744384766 +1987,49,0,homicide,21-24 yrs,7,109496,22.55719757080078,1,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,6.392927646636963 +1987,49,0,other external,21-24 yrs,25,109496,22.55719757080078,1,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,22.831884384155273 +1987,49,0,internal,21-24 yrs,27,109496,22.55719757080078,1,0.312358021736145,0.8399999737739563,0.15000000596046448,0.5,1.4900000095367432,24.658435821533203 +1988,49,0,MVA,15-17 yrs,29,87653,16.013986587524414,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,33.08500671386719 +1988,49,0,suicide,15-17 yrs,11,87653,16.013986587524414,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,12.549485206604004 +1988,49,0,homicide,15-17 yrs,2,87653,16.013986587524414,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,2.281724452972412 +1988,49,0,other external,15-17 yrs,5,87653,16.013986587524414,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,5.704311370849609 +1988,49,0,internal,15-17 yrs,12,87653,16.013986587524414,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,13.690346717834473 +1988,49,0,all,18-20 yrs,71,82573,18.958667755126953,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,85.9845199584961 +1988,49,0,MVA,18-20 yrs,21,82573,18.958667755126953,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,25.43204116821289 +1988,49,0,suicide,18-20 yrs,19,82573,18.958667755126953,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,23.00994300842285 +1988,49,0,homicide,18-20 yrs,3,82573,18.958667755126953,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,3.6331489086151123 +1988,49,0,other external,18-20 yrs,13,82573,18.958667755126953,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,15.743644714355469 +1988,49,0,internal,18-20 yrs,15,82573,18.958667755126953,0,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,18.16574478149414 +1988,49,0,all,21-24 yrs,81,107628,22.528579711914062,1,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,75.25922393798828 +1988,49,0,MVA,21-24 yrs,34,107628,22.528579711914062,1,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,31.59029197692871 +1988,49,0,suicide,21-24 yrs,16,107628,22.528579711914062,1,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,14.866020202636719 +1988,49,0,homicide,21-24 yrs,5,107628,22.528579711914062,1,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,4.645631313323975 +1988,49,0,other external,21-24 yrs,12,107628,22.528579711914062,1,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,11.149515151977539 +1988,49,0,internal,21-24 yrs,14,107628,22.528579711914062,1,0.29994818568229675,0.8299999833106995,0.14000000059604645,0.49000000953674316,1.4500000476837158,13.007767677307129 +1989,49,0,MVA,15-17 yrs,28,87772,15.993721961975098,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,31.900833129882812 +1989,49,0,suicide,15-17 yrs,12,87772,15.993721961975098,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,13.671786308288574 +1989,49,0,homicide,15-17 yrs,2,87772,15.993721961975098,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,2.2786309719085693 +1989,49,0,other external,15-17 yrs,11,87772,15.993721961975098,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,12.532470703125 +1989,49,0,internal,15-17 yrs,15,87772,15.993721961975098,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,17.089733123779297 +1989,49,0,all,18-20 yrs,89,87876,18.950702667236328,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,101.2790756225586 +1989,49,0,MVA,18-20 yrs,43,87876,18.950702667236328,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,48.932586669921875 +1989,49,0,suicide,18-20 yrs,13,87876,18.950702667236328,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,14.793572425842285 +1989,49,0,homicide,18-20 yrs,5,87876,18.950702667236328,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,5.689835548400879 +1989,49,0,other external,18-20 yrs,11,87876,18.950702667236328,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,12.517638206481934 +1989,49,0,internal,18-20 yrs,17,87876,18.950702667236328,0,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,19.345441818237305 +1989,49,0,all,21-24 yrs,90,107587,22.504568099975586,1,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,83.653228759765625 +1989,49,0,MVA,21-24 yrs,32,107587,22.504568099975586,1,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,29.743370056152344 +1989,49,0,suicide,21-24 yrs,15,107587,22.504568099975586,1,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,13.942204475402832 +1989,49,0,homicide,21-24 yrs,6,107587,22.504568099975586,1,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,5.5768818855285645 +1989,49,0,other external,21-24 yrs,14,107587,22.504568099975586,1,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,13.012724876403809 +1989,49,0,internal,21-24 yrs,23,107587,22.504568099975586,1,0.2861602306365967,0.8199999928474426,0.12999999523162842,0.4699999988079071,1.4199999570846558,21.378047943115234 +1990,49,0,MVA,15-17 yrs,35,91178,15.976211547851562,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,38.386451721191406 +1990,49,0,suicide,15-17 yrs,19,91178,15.976211547851562,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,20.838359832763672 +1990,49,0,homicide,15-17 yrs,1,91178,15.976211547851562,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,1.0967557430267334 +1990,49,0,other external,15-17 yrs,7,91178,15.976211547851562,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,7.677290439605713 +1990,49,0,internal,15-17 yrs,9,91178,15.976211547851562,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,9.87080192565918 +1990,49,0,all,18-20 yrs,79,91960,18.989484786987305,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,85.90691375732422 +1990,49,0,MVA,18-20 yrs,37,91960,18.989484786987305,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,40.234886169433594 +1990,49,0,suicide,18-20 yrs,18,91960,18.989484786987305,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,19.573728561401367 +1990,49,0,homicide,18-20 yrs,5,91960,18.989484786987305,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,5.4371466636657715 +1990,49,0,other external,18-20 yrs,4,91960,18.989484786987305,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,4.349717140197754 +1990,49,0,internal,18-20 yrs,15,91960,18.989484786987305,0,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,16.311439514160156 +1990,49,0,all,21-24 yrs,94,110212,22.491535186767578,1,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,85.29016876220703 +1990,49,0,MVA,21-24 yrs,29,110212,22.491535186767578,1,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,26.312923431396484 +1990,49,0,suicide,21-24 yrs,32,110212,22.491535186767578,1,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,29.034950256347656 +1990,49,0,homicide,21-24 yrs,4,110212,22.491535186767578,1,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,3.629368782043457 +1990,49,0,other external,21-24 yrs,8,110212,22.491535186767578,1,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,7.258737564086914 +1990,49,0,internal,21-24 yrs,21,110212,22.491535186767578,1,0.27149099111557007,0.800000011920929,0.11999999731779099,0.46000000834465027,1.3899999856948853,19.05418586730957 +1991,49,0,MVA,15-17 yrs,22,96784,15.97475814819336,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,22.731029510498047 +1991,49,0,suicide,15-17 yrs,14,96784,15.97475814819336,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,14.465200424194336 +1991,49,0,homicide,15-17 yrs,3,96784,15.97475814819336,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,3.0996859073638916 +1991,49,0,other external,15-17 yrs,9,96784,15.97475814819336,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,9.299057960510254 +1991,49,0,internal,15-17 yrs,11,96784,15.97475814819336,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,11.365514755249023 +1991,49,0,all,18-20 yrs,70,94467,19.030221939086914,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,74.0999526977539 +1991,49,0,MVA,18-20 yrs,28,94467,19.030221939086914,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,29.63998031616211 +1991,49,0,suicide,18-20 yrs,16,94467,19.030221939086914,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,16.937131881713867 +1991,49,0,homicide,18-20 yrs,5,94467,19.030221939086914,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,5.292853355407715 +1991,49,0,other external,18-20 yrs,7,94467,19.030221939086914,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,7.409995079040527 +1991,49,0,internal,18-20 yrs,14,94467,19.030221939086914,0,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,14.819990158081055 +1991,49,0,all,21-24 yrs,94,113306,22.492021560668945,1,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,82.961181640625 +1991,49,0,MVA,21-24 yrs,33,113306,22.492021560668945,1,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,29.124671936035156 +1991,49,0,suicide,21-24 yrs,36,113306,22.492021560668945,1,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,31.772369384765625 +1991,49,0,homicide,21-24 yrs,6,113306,22.492021560668945,1,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,5.2953948974609375 +1991,49,0,other external,21-24 yrs,7,113306,22.492021560668945,1,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,6.177960395812988 +1991,49,0,internal,21-24 yrs,12,113306,22.492021560668945,1,0.26052767038345337,0.800000011920929,0.11999999731779099,0.4300000071525574,1.340000033378601,10.590789794921875 +1992,49,0,MVA,15-17 yrs,30,105195,15.967803001403809,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,28.518465042114258 +1992,49,0,suicide,15-17 yrs,20,105195,15.967803001403809,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,19.012310028076172 +1992,49,0,homicide,15-17 yrs,4,105195,15.967803001403809,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,3.802462100982666 +1992,49,0,other external,15-17 yrs,10,105195,15.967803001403809,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,9.506155014038086 +1992,49,0,internal,15-17 yrs,16,105195,15.967803001403809,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,15.209848403930664 +1992,49,0,all,18-20 yrs,69,96335,19.019763946533203,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,71.62506103515625 +1992,49,0,MVA,18-20 yrs,25,96335,19.019763946533203,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,25.951108932495117 +1992,49,0,suicide,18-20 yrs,24,96335,19.019763946533203,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,24.913063049316406 +1992,49,0,homicide,18-20 yrs,2,96335,19.019763946533203,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,2.0760886669158936 +1992,49,0,other external,18-20 yrs,6,96335,19.019763946533203,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,6.228265762329102 +1992,49,0,internal,18-20 yrs,12,96335,19.019763946533203,0,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,12.456531524658203 +1992,49,0,all,21-24 yrs,85,118678,22.451507568359375,1,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,71.62237548828125 +1992,49,0,MVA,21-24 yrs,24,118678,22.451507568359375,1,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,20.222787857055664 +1992,49,0,suicide,21-24 yrs,24,118678,22.451507568359375,1,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,20.222787857055664 +1992,49,0,homicide,21-24 yrs,5,118678,22.451507568359375,1,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,4.213080883026123 +1992,49,0,other external,21-24 yrs,12,118678,22.451507568359375,1,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,10.111393928527832 +1992,49,0,internal,21-24 yrs,20,118678,22.451507568359375,1,0.2529142498970032,0.7900000214576721,0.11999999731779099,0.41999998688697815,1.3300000429153442,16.852323532104492 +1993,49,0,MVA,15-17 yrs,28,112521,15.982492446899414,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,24.88424301147461 +1993,49,0,suicide,15-17 yrs,19,112521,15.982492446899414,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,16.8857364654541 +1993,49,0,homicide,15-17 yrs,2,112521,15.982492446899414,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,1.7774460315704346 +1993,49,0,other external,15-17 yrs,10,112521,15.982492446899414,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,8.887229919433594 +1993,49,0,internal,15-17 yrs,20,112521,15.982492446899414,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,17.774459838867188 +1993,49,0,all,18-20 yrs,99,100571,18.983882904052734,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,98.43791961669922 +1993,49,0,MVA,18-20 yrs,39,100571,18.983882904052734,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,38.7785758972168 +1993,49,0,suicide,18-20 yrs,25,100571,18.983882904052734,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,24.858060836791992 +1993,49,0,homicide,18-20 yrs,5,100571,18.983882904052734,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,4.971611976623535 +1993,49,0,other external,18-20 yrs,16,100571,18.983882904052734,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,15.909158706665039 +1993,49,0,internal,18-20 yrs,14,100571,18.983882904052734,0,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,13.920514106750488 +1993,49,0,all,21-24 yrs,113,124430,22.44076919555664,1,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,90.8141098022461 +1993,49,0,MVA,21-24 yrs,47,124430,22.44076919555664,1,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,37.772239685058594 +1993,49,0,suicide,21-24 yrs,23,124430,22.44076919555664,1,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,18.484289169311523 +1993,49,0,homicide,21-24 yrs,6,124430,22.44076919555664,1,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,4.821988105773926 +1993,49,0,other external,21-24 yrs,14,124430,22.44076919555664,1,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,11.25130558013916 +1993,49,0,internal,21-24 yrs,23,124430,22.44076919555664,1,0.24556311964988708,0.7799999713897705,0.10999999940395355,0.38999998569488525,1.2799999713897705,18.484289169311523 +1994,49,0,MVA,15-17 yrs,38,119037,16.008695602416992,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,31.922847747802734 +1994,49,0,suicide,15-17 yrs,20,119037,16.008695602416992,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,16.801498413085938 +1994,49,0,homicide,15-17 yrs,7,119037,16.008695602416992,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,5.880524635314941 +1994,49,0,other external,15-17 yrs,9,119037,16.008695602416992,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,7.56067419052124 +1994,49,0,internal,15-17 yrs,22,119037,16.008695602416992,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,18.48164939880371 +1994,49,0,all,18-20 yrs,103,108366,18.982070922851562,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,95.04826354980469 +1994,49,0,MVA,18-20 yrs,45,108366,18.982070922851562,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,41.52593994140625 +1994,49,0,suicide,18-20 yrs,20,108366,18.982070922851562,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,18.45597267150879 +1994,49,0,homicide,18-20 yrs,7,108366,18.982070922851562,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,6.459590435028076 +1994,49,0,other external,18-20 yrs,8,108366,18.982070922851562,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,7.382389545440674 +1994,49,0,internal,18-20 yrs,23,108366,18.982070922851562,0,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,21.224369049072266 +1994,49,0,all,21-24 yrs,123,129684,22.475879669189453,1,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,94.84593200683594 +1994,49,0,MVA,21-24 yrs,41,129684,22.475879669189453,1,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,31.615310668945312 +1994,49,0,suicide,21-24 yrs,29,129684,22.475879669189453,1,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,22.362049102783203 +1994,49,0,homicide,21-24 yrs,5,129684,22.475879669189453,1,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,3.8555257320404053 +1994,49,0,other external,21-24 yrs,17,129684,22.475879669189453,1,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,13.108787536621094 +1994,49,0,internal,21-24 yrs,31,129684,22.475879669189453,1,0.23943231999874115,0.7599999904632568,0.09000000357627869,0.3799999952316284,1.2400000095367432,23.904258728027344 +1995,49,0,MVA,15-17 yrs,23,122637,16.002300262451172,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,18.754535675048828 +1995,49,0,suicide,15-17 yrs,16,122637,16.002300262451172,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,13.04663372039795 +1995,49,0,homicide,15-17 yrs,6,122637,16.002300262451172,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,4.892487525939941 +1995,49,0,other external,15-17 yrs,13,122637,16.002300262451172,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,10.60038948059082 +1995,49,0,internal,15-17 yrs,26,122637,16.002300262451172,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,21.20077896118164 +1995,49,0,all,18-20 yrs,133,118261,18.973905563354492,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,112.4631118774414 +1995,49,0,MVA,18-20 yrs,42,118261,18.973905563354492,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,35.51466751098633 +1995,49,0,suicide,18-20 yrs,35,118261,18.973905563354492,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,29.595556259155273 +1995,49,0,homicide,18-20 yrs,9,118261,18.973905563354492,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,7.610285758972168 +1995,49,0,other external,18-20 yrs,16,118261,18.973905563354492,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,13.529397010803223 +1995,49,0,internal,18-20 yrs,31,118261,18.973905563354492,0,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,26.213207244873047 +1995,49,0,all,21-24 yrs,119,134913,22.49485206604004,1,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,88.20499420166016 +1995,49,0,MVA,21-24 yrs,34,134913,22.49485206604004,1,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,25.201425552368164 +1995,49,0,suicide,21-24 yrs,29,134913,22.49485206604004,1,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,21.49533462524414 +1995,49,0,homicide,21-24 yrs,11,134913,22.49485206604004,1,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,8.153402328491211 +1995,49,0,other external,21-24 yrs,16,134913,22.49485206604004,1,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,11.85949420928955 +1995,49,0,internal,21-24 yrs,29,134913,22.49485206604004,1,0.23283380270004272,0.75,0.09000000357627869,0.3700000047683716,1.2100000381469727,21.49533462524414 +1996,49,0,MVA,15-17 yrs,23,124932,16.01753044128418,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,18.410015106201172 +1996,49,0,suicide,15-17 yrs,30,124932,16.01753044128418,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,24.013063430786133 +1996,49,0,homicide,15-17 yrs,4,124932,16.01753044128418,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,3.2017416954040527 +1996,49,0,other external,15-17 yrs,12,124932,16.01753044128418,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,9.605225563049316 +1996,49,0,internal,15-17 yrs,22,124932,16.01753044128418,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,17.60957908630371 +1996,49,0,all,18-20 yrs,116,126028,18.98954200744629,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,92.04303741455078 +1996,49,0,MVA,18-20 yrs,45,126028,18.98954200744629,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,35.70635223388672 +1996,49,0,suicide,18-20 yrs,18,126028,18.98954200744629,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,14.282540321350098 +1996,49,0,homicide,18-20 yrs,12,126028,18.98954200744629,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,9.521693229675293 +1996,49,0,other external,18-20 yrs,23,126028,18.98954200744629,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,18.24991226196289 +1996,49,0,internal,18-20 yrs,18,126028,18.98954200744629,0,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,14.282540321350098 +1996,49,0,all,21-24 yrs,121,139685,22.46005630493164,1,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,86.62347412109375 +1996,49,0,MVA,21-24 yrs,40,139685,22.46005630493164,1,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,28.6358585357666 +1996,49,0,suicide,21-24 yrs,22,139685,22.46005630493164,1,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,15.749722480773926 +1996,49,0,homicide,21-24 yrs,7,139685,22.46005630493164,1,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,5.011275291442871 +1996,49,0,other external,21-24 yrs,18,139685,22.46005630493164,1,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,12.886137008666992 +1996,49,0,internal,21-24 yrs,34,139685,22.46005630493164,1,0.22615596652030945,0.7699999809265137,0.10000000149011612,0.3700000047683716,1.2400000095367432,24.34048080444336 +1970,50,0,MVA,15-17 yrs,10,25593,15.982378005981445,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,39.073184967041016 +1970,50,0,suicide,15-17 yrs,3,25593,15.982378005981445,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,11.721955299377441 +1970,50,0,homicide,15-17 yrs,0,25593,15.982378005981445,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,0 +1970,50,0,other external,15-17 yrs,4,25593,15.982378005981445,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,15.629273414611816 +1970,50,0,internal,15-17 yrs,4,25593,15.982378005981445,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,15.629273414611816 +1970,50,0,all,18-20 yrs,37,27034,18.94529151916504,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,136.86468505859375 +1970,50,0,MVA,18-20 yrs,16,27034,18.94529151916504,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,59.184730529785156 +1970,50,0,suicide,18-20 yrs,2,27034,18.94529151916504,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,7.3980913162231445 +1970,50,0,homicide,18-20 yrs,0,27034,18.94529151916504,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,0 +1970,50,0,other external,18-20 yrs,11,27034,18.94529151916504,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,40.68950271606445 +1970,50,0,internal,18-20 yrs,8,27034,18.94529151916504,0,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,29.592365264892578 +1970,50,0,all,21-24 yrs,43,27893,22.379880905151367,1,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,154.16053771972656 +1970,50,0,MVA,21-24 yrs,22,27893,22.379880905151367,1,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,78.872833251953125 +1970,50,0,suicide,21-24 yrs,4,27893,22.379880905151367,1,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,14.34051513671875 +1970,50,0,homicide,21-24 yrs,1,27893,22.379880905151367,1,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,3.5851287841796875 +1970,50,0,other external,21-24 yrs,7,27893,22.379880905151367,1,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,25.095901489257812 +1970,50,0,internal,21-24 yrs,9,27893,22.379880905151367,1,0.6443299055099487,1.3799999952316284,0.38999998569488525,1.7300000190734863,3.5,32.26615905761719 +1971,50,0.16712328791618347,MVA,15-17 yrs,14,26181,15.987128257751465,0,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,53.47389221191406 +1971,50,0.16712328791618347,suicide,15-17 yrs,1,26181,15.987128257751465,0,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,3.819563865661621 +1971,50,0.16712328791618347,homicide,15-17 yrs,1,26181,15.987128257751465,0,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,3.819563865661621 +1971,50,0.16712328791618347,other external,15-17 yrs,8,26181,15.987128257751465,0,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,30.55651092529297 +1971,50,0.16712328791618347,internal,15-17 yrs,9,26181,15.987128257751465,0,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,34.376075744628906 +1971,50,0.16712328791618347,all,18-20 yrs,39,27113,18.934717178344727,0.16712328791618347,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,143.84243774414062 +1971,50,0.16712328791618347,MVA,18-20 yrs,25,27113,18.934717178344727,0.16712328791618347,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,92.2066879272461 +1971,50,0.16712328791618347,suicide,18-20 yrs,7,27113,18.934717178344727,0.16712328791618347,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,25.817873001098633 +1971,50,0.16712328791618347,homicide,18-20 yrs,0,27113,18.934717178344727,0.16712328791618347,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,0 +1971,50,0.16712328791618347,other external,18-20 yrs,3,27113,18.934717178344727,0.16712328791618347,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,11.064803123474121 +1971,50,0.16712328791618347,internal,18-20 yrs,4,27113,18.934717178344727,0.16712328791618347,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,14.753070831298828 +1971,50,0.16712328791618347,all,21-24 yrs,42,32054,22.507768630981445,1,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,131.0288848876953 +1971,50,0.16712328791618347,MVA,21-24 yrs,16,32054,22.507768630981445,1,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,49.915767669677734 +1971,50,0.16712328791618347,suicide,21-24 yrs,4,32054,22.507768630981445,1,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,12.478941917419434 +1971,50,0.16712328791618347,homicide,21-24 yrs,1,32054,22.507768630981445,1,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,3.1197354793548584 +1971,50,0.16712328791618347,other external,21-24 yrs,14,32054,22.507768630981445,1,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,43.67629623413086 +1971,50,0.16712328791618347,internal,21-24 yrs,7,32054,22.507768630981445,1,0.6172839403152466,1.5099999904632568,0.47999998927116394,1.809999942779541,3.7899999618530273,21.83814811706543 +1972,50,1,MVA,15-17 yrs,20,26748,15.977755546569824,0,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,74.771942138671875 +1972,50,1,suicide,15-17 yrs,4,26748,15.977755546569824,0,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,14.954389572143555 +1972,50,1,homicide,15-17 yrs,0,26748,15.977755546569824,0,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,0 +1972,50,1,other external,15-17 yrs,12,26748,15.977755546569824,0,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,44.86316680908203 +1972,50,1,internal,15-17 yrs,8,26748,15.977755546569824,0,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,29.90877914428711 +1972,50,1,all,18-20 yrs,36,28218,18.928911209106445,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,127.57814025878906 +1972,50,1,MVA,18-20 yrs,24,28218,18.928911209106445,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,85.052093505859375 +1972,50,1,suicide,18-20 yrs,2,28218,18.928911209106445,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,7.087674617767334 +1972,50,1,homicide,18-20 yrs,2,28218,18.928911209106445,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,7.087674617767334 +1972,50,1,other external,18-20 yrs,6,28218,18.928911209106445,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,21.263023376464844 +1972,50,1,internal,18-20 yrs,2,28218,18.928911209106445,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,7.087674617767334 +1972,50,1,all,21-24 yrs,34,32818,22.52596092224121,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,103.6016845703125 +1972,50,1,MVA,21-24 yrs,14,32818,22.52596092224121,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,42.659515380859375 +1972,50,1,suicide,21-24 yrs,4,32818,22.52596092224121,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,12.188433647155762 +1972,50,1,homicide,21-24 yrs,0,32818,22.52596092224121,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,0 +1972,50,1,other external,21-24 yrs,8,32818,22.52596092224121,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,24.376867294311523 +1972,50,1,internal,21-24 yrs,8,32818,22.52596092224121,1,0.5980861186981201,1.5299999713897705,0.44999998807907104,1.8600000143051147,3.8399999141693115,24.376867294311523 +1973,50,1,MVA,15-17 yrs,14,27307,15.978650093078613,0,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,51.26890563964844 +1973,50,1,suicide,15-17 yrs,4,27307,15.978650093078613,0,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,14.648259162902832 +1973,50,1,homicide,15-17 yrs,2,27307,15.978650093078613,0,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,7.324129581451416 +1973,50,1,other external,15-17 yrs,5,27307,15.978650093078613,0,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,18.31032371520996 +1973,50,1,internal,15-17 yrs,5,27307,15.978650093078613,0,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,18.31032371520996 +1973,50,1,all,18-20 yrs,48,29167,18.95128059387207,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,164.56954956054688 +1973,50,1,MVA,18-20 yrs,23,29167,18.95128059387207,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,78.85623931884766 +1973,50,1,suicide,18-20 yrs,3,29167,18.95128059387207,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,10.28559684753418 +1973,50,1,homicide,18-20 yrs,0,29167,18.95128059387207,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,0 +1973,50,1,other external,18-20 yrs,16,29167,18.95128059387207,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,54.85651779174805 +1973,50,1,internal,18-20 yrs,6,29167,18.95128059387207,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,20.57119369506836 +1973,50,1,all,21-24 yrs,41,32788,22.56581687927246,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,125.04574584960938 +1973,50,1,MVA,21-24 yrs,14,32788,22.56581687927246,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,42.69854736328125 +1973,50,1,suicide,21-24 yrs,6,32788,22.56581687927246,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,18.29937744140625 +1973,50,1,homicide,21-24 yrs,1,32788,22.56581687927246,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,3.049896240234375 +1973,50,1,other external,21-24 yrs,12,32788,22.56581687927246,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,36.5987548828125 +1973,50,1,internal,21-24 yrs,8,32788,22.56581687927246,1,0.5630630254745483,1.4500000476837158,0.46000000834465027,1.8700000047683716,3.7799999713897705,24.399169921875 +1974,50,1,MVA,15-17 yrs,10,27682,15.990860939025879,0,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,36.12455749511719 +1974,50,1,suicide,15-17 yrs,2,27682,15.990860939025879,0,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,7.224911689758301 +1974,50,1,homicide,15-17 yrs,1,27682,15.990860939025879,0,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,3.6124558448791504 +1974,50,1,other external,15-17 yrs,8,27682,15.990860939025879,0,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,28.899646759033203 +1974,50,1,internal,15-17 yrs,3,27682,15.990860939025879,0,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,10.837367057800293 +1974,50,1,all,18-20 yrs,35,29732,18.956880569458008,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,117.7182846069336 +1974,50,1,MVA,18-20 yrs,23,29732,18.956880569458008,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,77.35772705078125 +1974,50,1,suicide,18-20 yrs,2,29732,18.956880569458008,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,6.72675895690918 +1974,50,1,homicide,18-20 yrs,1,29732,18.956880569458008,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,3.36337947845459 +1974,50,1,other external,18-20 yrs,3,29732,18.956880569458008,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,10.09013843536377 +1974,50,1,internal,18-20 yrs,6,29732,18.956880569458008,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,20.18027687072754 +1974,50,1,all,21-24 yrs,35,32562,22.508874893188477,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,107.48725128173828 +1974,50,1,MVA,21-24 yrs,17,32562,22.508874893188477,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,52.20809555053711 +1974,50,1,suicide,21-24 yrs,7,32562,22.508874893188477,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,21.497451782226562 +1974,50,1,homicide,21-24 yrs,1,32562,22.508874893188477,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,3.0710644721984863 +1974,50,1,other external,21-24 yrs,5,32562,22.508874893188477,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,15.355321884155273 +1974,50,1,internal,21-24 yrs,5,32562,22.508874893188477,1,0.5070993900299072,1.3899999856948853,0.47999998927116394,1.840000033378601,3.7100000381469727,15.355321884155273 +1975,50,1,MVA,15-17 yrs,18,27980,15.995067596435547,0,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,64.3316650390625 +1975,50,1,suicide,15-17 yrs,1,27980,15.995067596435547,0,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,3.573981523513794 +1975,50,1,homicide,15-17 yrs,0,27980,15.995067596435547,0,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,0 +1975,50,1,other external,15-17 yrs,7,27980,15.995067596435547,0,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,25.01786994934082 +1975,50,1,internal,15-17 yrs,5,27980,15.995067596435547,0,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,17.86990737915039 +1975,50,1,all,18-20 yrs,47,30416,18.945159912109375,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,154.52394104003906 +1975,50,1,MVA,18-20 yrs,25,30416,18.945159912109375,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,82.1935806274414 +1975,50,1,suicide,18-20 yrs,4,30416,18.945159912109375,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,13.150973320007324 +1975,50,1,homicide,18-20 yrs,0,30416,18.945159912109375,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,0 +1975,50,1,other external,18-20 yrs,10,30416,18.945159912109375,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,32.87743377685547 +1975,50,1,internal,18-20 yrs,8,30416,18.945159912109375,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,26.30194664001465 +1975,50,1,all,21-24 yrs,49,33046,22.45218849182129,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,148.2781524658203 +1975,50,1,MVA,21-24 yrs,18,33046,22.45218849182129,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,54.46952819824219 +1975,50,1,suicide,21-24 yrs,7,33046,22.45218849182129,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,21.182594299316406 +1975,50,1,homicide,21-24 yrs,1,33046,22.45218849182129,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,3.0260848999023438 +1975,50,1,other external,21-24 yrs,13,33046,22.45218849182129,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,39.33910369873047 +1975,50,1,internal,21-24 yrs,10,33046,22.45218849182129,1,0.46468400955200195,1.4199999570846558,0.49000000953674316,1.8300000429153442,3.7300000190734863,30.260848999023438 +1976,50,1,MVA,15-17 yrs,13,28459,15.978952407836914,0,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,45.67974853515625 +1976,50,1,suicide,15-17 yrs,2,28459,15.978952407836914,0,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,7.027653694152832 +1976,50,1,homicide,15-17 yrs,1,28459,15.978952407836914,0,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,3.513826847076416 +1976,50,1,other external,15-17 yrs,6,28459,15.978952407836914,0,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,21.082962036132812 +1976,50,1,internal,15-17 yrs,3,28459,15.978952407836914,0,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,10.541481018066406 +1976,50,1,all,18-20 yrs,32,31157,18.943511962890625,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,102.70565032958984 +1976,50,1,MVA,18-20 yrs,14,31157,18.943511962890625,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,44.93372344970703 +1976,50,1,suicide,18-20 yrs,5,31157,18.943511962890625,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,16.047758102416992 +1976,50,1,homicide,18-20 yrs,2,31157,18.943511962890625,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,6.419103145599365 +1976,50,1,other external,18-20 yrs,9,31157,18.943511962890625,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,28.88596534729004 +1976,50,1,internal,18-20 yrs,2,31157,18.943511962890625,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,6.419103145599365 +1976,50,1,all,21-24 yrs,48,33873,22.443037033081055,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,141.70578002929688 +1976,50,1,MVA,21-24 yrs,13,33873,22.443037033081055,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,38.3786506652832 +1976,50,1,suicide,21-24 yrs,9,33873,22.443037033081055,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,26.569833755493164 +1976,50,1,homicide,21-24 yrs,4,33873,22.443037033081055,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,11.808815002441406 +1976,50,1,other external,21-24 yrs,10,33873,22.443037033081055,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,29.522037506103516 +1976,50,1,internal,21-24 yrs,12,33873,22.443037033081055,1,0.43936729431152344,1.4299999475479126,0.5,1.7599999904632568,3.680000066757202,35.42644500732422 +1977,50,1,MVA,15-17 yrs,7,28752,15.992870330810547,0,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,24.346132278442383 +1977,50,1,suicide,15-17 yrs,2,28752,15.992870330810547,0,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,6.956037998199463 +1977,50,1,homicide,15-17 yrs,2,28752,15.992870330810547,0,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,6.956037998199463 +1977,50,1,other external,15-17 yrs,6,28752,15.992870330810547,0,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,20.868114471435547 +1977,50,1,internal,15-17 yrs,6,28752,15.992870330810547,0,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,20.868114471435547 +1977,50,1,all,18-20 yrs,35,31861,18.95511817932129,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,109.8521728515625 +1977,50,1,MVA,18-20 yrs,22,31861,18.95511817932129,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,69.04993438720703 +1977,50,1,suicide,18-20 yrs,6,31861,18.95511817932129,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,18.83180046081543 +1977,50,1,homicide,18-20 yrs,1,31861,18.95511817932129,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,3.1386334896087646 +1977,50,1,other external,18-20 yrs,3,31861,18.95511817932129,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,9.415900230407715 +1977,50,1,internal,18-20 yrs,3,31861,18.95511817932129,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,9.415900230407715 +1977,50,1,all,21-24 yrs,54,35197,22.46356201171875,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,153.4221649169922 +1977,50,1,MVA,21-24 yrs,22,35197,22.46356201171875,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,62.50532531738281 +1977,50,1,suicide,21-24 yrs,7,35197,22.46356201171875,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,19.888057708740234 +1977,50,1,homicide,21-24 yrs,2,35197,22.46356201171875,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,5.682302474975586 +1977,50,1,other external,21-24 yrs,11,35197,22.46356201171875,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,31.252662658691406 +1977,50,1,internal,21-24 yrs,12,35197,22.46356201171875,1,0.4125412702560425,1.4199999570846558,0.4399999976158142,1.5800000429153442,3.440000057220459,34.093814849853516 +1978,50,1,MVA,15-17 yrs,12,29023,16.00940704345703,0,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,41.346519470214844 +1978,50,1,suicide,15-17 yrs,2,29023,16.00940704345703,0,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,6.891086578369141 +1978,50,1,homicide,15-17 yrs,0,29023,16.00940704345703,0,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,0 +1978,50,1,other external,15-17 yrs,8,29023,16.00940704345703,0,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,27.564346313476562 +1978,50,1,internal,15-17 yrs,4,29023,16.00940704345703,0,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,13.782173156738281 +1978,50,1,all,18-20 yrs,42,32194,18.955333709716797,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,130.45909118652344 +1978,50,1,MVA,18-20 yrs,21,32194,18.955333709716797,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,65.22954559326172 +1978,50,1,suicide,18-20 yrs,5,32194,18.955333709716797,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,15.530844688415527 +1978,50,1,homicide,18-20 yrs,2,32194,18.955333709716797,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,6.212337493896484 +1978,50,1,other external,18-20 yrs,8,32194,18.955333709716797,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,24.849349975585938 +1978,50,1,internal,18-20 yrs,6,32194,18.955333709716797,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,18.637012481689453 +1978,50,1,all,21-24 yrs,58,36027,22.455326080322266,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,160.99037170410156 +1978,50,1,MVA,21-24 yrs,24,36027,22.455326080322266,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,66.61670684814453 +1978,50,1,suicide,21-24 yrs,10,36027,22.455326080322266,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,27.756959915161133 +1978,50,1,homicide,21-24 yrs,2,36027,22.455326080322266,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,5.551392078399658 +1978,50,1,other external,21-24 yrs,12,36027,22.455326080322266,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,33.308353424072266 +1978,50,1,internal,21-24 yrs,10,36027,22.455326080322266,1,0.38343560695648193,1.5299999713897705,0.4699999988079071,1.590000033378601,3.5899999141693115,27.756959915161133 +1979,50,1,MVA,15-17 yrs,13,28766,16.003198623657227,0,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,45.19224166870117 +1979,50,1,suicide,15-17 yrs,3,28766,16.003198623657227,0,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,10.42897891998291 +1979,50,1,homicide,15-17 yrs,0,28766,16.003198623657227,0,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,0 +1979,50,1,other external,15-17 yrs,7,28766,16.003198623657227,0,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,24.33428382873535 +1979,50,1,internal,15-17 yrs,2,28766,16.003198623657227,0,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,6.952652454376221 +1979,50,1,all,18-20 yrs,47,33069,18.937402725219727,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,142.1270751953125 +1979,50,1,MVA,18-20 yrs,23,33069,18.937402725219727,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,69.551544189453125 +1979,50,1,suicide,18-20 yrs,9,33069,18.937402725219727,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,27.215822219848633 +1979,50,1,homicide,18-20 yrs,0,33069,18.937402725219727,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,0 +1979,50,1,other external,18-20 yrs,8,33069,18.937402725219727,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,24.19184112548828 +1979,50,1,internal,18-20 yrs,7,33069,18.937402725219727,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,21.167861938476562 +1979,50,1,all,21-24 yrs,49,36948,22.44354248046875,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,132.6188201904297 +1979,50,1,MVA,21-24 yrs,25,36948,22.44354248046875,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,67.66265869140625 +1979,50,1,suicide,21-24 yrs,8,36948,22.44354248046875,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,21.65205192565918 +1979,50,1,homicide,21-24 yrs,1,36948,22.44354248046875,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,2.7065064907073975 +1979,50,1,other external,21-24 yrs,9,36948,22.44354248046875,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,24.358558654785156 +1979,50,1,internal,21-24 yrs,6,36948,22.44354248046875,1,0.3443526327610016,1.5700000524520874,0.4699999988079071,1.5,3.5399999618530273,16.239038467407227 +1980,50,1,MVA,15-17 yrs,13,28624,16.016735076904297,0,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,45.41643524169922 +1980,50,1,suicide,15-17 yrs,4,28624,16.016735076904297,0,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,13.974287033081055 +1980,50,1,homicide,15-17 yrs,1,28624,16.016735076904297,0,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,3.4935717582702637 +1980,50,1,other external,15-17 yrs,5,28624,16.016735076904297,0,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,17.467859268188477 +1980,50,1,internal,15-17 yrs,4,28624,16.016735076904297,0,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,13.974287033081055 +1980,50,1,all,18-20 yrs,39,32920,19.00762367248535,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,118.4690170288086 +1980,50,1,MVA,18-20 yrs,20,32920,19.00762367248535,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,60.75334167480469 +1980,50,1,suicide,18-20 yrs,5,32920,19.00762367248535,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,15.188335418701172 +1980,50,1,homicide,18-20 yrs,1,32920,19.00762367248535,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,3.0376670360565186 +1980,50,1,other external,18-20 yrs,8,32920,19.00762367248535,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,24.30133628845215 +1980,50,1,internal,18-20 yrs,5,32920,19.00762367248535,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,15.188335418701172 +1980,50,1,all,21-24 yrs,39,38451,22.43223762512207,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,101.42778778076172 +1980,50,1,MVA,21-24 yrs,20,38451,22.43223762512207,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,52.014251708984375 +1980,50,1,suicide,21-24 yrs,8,38451,22.43223762512207,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,20.805700302124023 +1980,50,1,homicide,21-24 yrs,1,38451,22.43223762512207,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,2.600712537765503 +1980,50,1,other external,21-24 yrs,8,38451,22.43223762512207,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,20.805700302124023 +1980,50,1,internal,21-24 yrs,2,38451,22.43223762512207,1,0.3033980429172516,1.4299999475479126,0.47999998927116394,1.3899999856948853,3.299999952316284,5.201425075531006 +1981,50,1,MVA,15-17 yrs,7,27513,16.026859283447266,0,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,25.44251823425293 +1981,50,1,suicide,15-17 yrs,3,27513,16.026859283447266,0,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,10.903936386108398 +1981,50,1,homicide,15-17 yrs,1,27513,16.026859283447266,0,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,3.634645462036133 +1981,50,1,other external,15-17 yrs,5,27513,16.026859283447266,0,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,18.173227310180664 +1981,50,1,internal,15-17 yrs,3,27513,16.026859283447266,0,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,10.903936386108398 +1981,50,1,all,18-20 yrs,28,31914,19.065113067626953,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,87.73578643798828 +1981,50,1,MVA,18-20 yrs,14,31914,19.065113067626953,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,43.86789321899414 +1981,50,1,suicide,18-20 yrs,6,31914,19.065113067626953,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,18.800525665283203 +1981,50,1,homicide,18-20 yrs,0,31914,19.065113067626953,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,0 +1981,50,1,other external,18-20 yrs,5,31914,19.065113067626953,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,15.667105674743652 +1981,50,1,internal,18-20 yrs,3,31914,19.065113067626953,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,9.400262832641602 +1981,50,1,all,21-24 yrs,43,40062,22.433303833007812,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,107.33363342285156 +1981,50,1,MVA,21-24 yrs,24,40062,22.433303833007812,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,59.907142639160156 +1981,50,1,suicide,21-24 yrs,7,40062,22.433303833007812,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,17.472917556762695 +1981,50,1,homicide,21-24 yrs,2,40062,22.433303833007812,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,4.99226188659668 +1981,50,1,other external,21-24 yrs,6,40062,22.433303833007812,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,14.976785659790039 +1981,50,1,internal,21-24 yrs,4,40062,22.433303833007812,1,0.29152911901474,1.4900000095367432,0.5,1.3300000429153442,3.319999933242798,9.98452377319336 +1982,50,1,MVA,15-17 yrs,6,26333,16.024494171142578,0,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,22.785099029541016 +1982,50,1,suicide,15-17 yrs,4,26333,16.024494171142578,0,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,15.190065383911133 +1982,50,1,homicide,15-17 yrs,0,26333,16.024494171142578,0,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,0 +1982,50,1,other external,15-17 yrs,3,26333,16.024494171142578,0,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,11.392549514770508 +1982,50,1,internal,15-17 yrs,2,26333,16.024494171142578,0,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,7.595032691955566 +1982,50,1,all,18-20 yrs,39,30190,19.0423641204834,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,129.18185424804688 +1982,50,1,MVA,18-20 yrs,25,30190,19.0423641204834,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,82.80887603759766 +1982,50,1,suicide,18-20 yrs,4,30190,19.0423641204834,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,13.249420166015625 +1982,50,1,homicide,18-20 yrs,1,30190,19.0423641204834,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,3.3123550415039062 +1982,50,1,other external,18-20 yrs,4,30190,19.0423641204834,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,13.249420166015625 +1982,50,1,internal,18-20 yrs,5,30190,19.0423641204834,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,16.56177520751953 +1982,50,1,all,21-24 yrs,35,42080,22.434505462646484,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,83.1749038696289 +1982,50,1,MVA,21-24 yrs,11,42080,22.434505462646484,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,26.140684127807617 +1982,50,1,suicide,21-24 yrs,10,42080,22.434505462646484,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,23.764259338378906 +1982,50,1,homicide,21-24 yrs,1,42080,22.434505462646484,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,2.3764257431030273 +1982,50,1,other external,21-24 yrs,10,42080,22.434505462646484,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,23.764259338378906 +1982,50,1,internal,21-24 yrs,3,42080,22.434505462646484,1,0.27461138367652893,1.4900000095367432,0.5,1.25,3.240000009536743,7.12927770614624 +1983,50,1,MVA,15-17 yrs,10,25413,16.016054153442383,0,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,39.349937438964844 +1983,50,1,suicide,15-17 yrs,1,25413,16.016054153442383,0,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,3.9349939823150635 +1983,50,1,homicide,15-17 yrs,0,25413,16.016054153442383,0,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,0 +1983,50,1,other external,15-17 yrs,10,25413,16.016054153442383,0,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,39.349937438964844 +1983,50,1,internal,15-17 yrs,3,25413,16.016054153442383,0,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,11.804981231689453 +1983,50,1,all,18-20 yrs,39,29065,19.019094467163086,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,134.1820068359375 +1983,50,1,MVA,18-20 yrs,19,29065,19.019094467163086,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,65.37071990966797 +1983,50,1,suicide,18-20 yrs,6,29065,19.019094467163086,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,20.64338493347168 +1983,50,1,homicide,18-20 yrs,1,29065,19.019094467163086,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,3.4405641555786133 +1983,50,1,other external,18-20 yrs,5,29065,19.019094467163086,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,17.202821731567383 +1983,50,1,internal,18-20 yrs,8,29065,19.019094467163086,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,27.524513244628906 +1983,50,1,all,21-24 yrs,46,42621,22.477535247802734,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,107.92801666259766 +1983,50,1,MVA,21-24 yrs,21,42621,22.477535247802734,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,49.271484375 +1983,50,1,suicide,21-24 yrs,9,42621,22.477535247802734,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,21.116350173950195 +1983,50,1,homicide,21-24 yrs,1,42621,22.477535247802734,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,2.3462612628936768 +1983,50,1,other external,21-24 yrs,5,42621,22.477535247802734,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,11.731306076049805 +1983,50,1,internal,21-24 yrs,10,42621,22.477535247802734,1,0.26606425642967224,1.5199999809265137,0.5,1.190000057220459,3.2100000381469727,23.46261215209961 +1984,50,1,MVA,15-17 yrs,9,25176,15.996583938598633,0,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,35.74833297729492 +1984,50,1,suicide,15-17 yrs,0,25176,15.996583938598633,0,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,0 +1984,50,1,homicide,15-17 yrs,1,25176,15.996583938598633,0,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,3.972036838531494 +1984,50,1,other external,15-17 yrs,6,25176,15.996583938598633,0,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,23.83222198486328 +1984,50,1,internal,15-17 yrs,2,25176,15.996583938598633,0,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,7.944073677062988 +1984,50,1,all,18-20 yrs,36,28533,19.030351638793945,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,126.1697006225586 +1984,50,1,MVA,18-20 yrs,21,28533,19.030351638793945,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,73.59899139404297 +1984,50,1,suicide,18-20 yrs,5,28533,19.030351638793945,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,17.523569107055664 +1984,50,1,homicide,18-20 yrs,2,28533,19.030351638793945,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,7.009427547454834 +1984,50,1,other external,18-20 yrs,2,28533,19.030351638793945,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,7.009427547454834 +1984,50,1,internal,18-20 yrs,6,28533,19.030351638793945,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,21.028282165527344 +1984,50,1,all,21-24 yrs,36,41192,22.527069091796875,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,87.3956069946289 +1984,50,1,MVA,21-24 yrs,15,41192,22.527069091796875,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,36.41483688354492 +1984,50,1,suicide,21-24 yrs,8,41192,22.527069091796875,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,19.421247482299805 +1984,50,1,homicide,21-24 yrs,0,41192,22.527069091796875,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,0 +1984,50,1,other external,21-24 yrs,4,41192,22.527069091796875,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,9.710623741149902 +1984,50,1,internal,21-24 yrs,9,41192,22.527069091796875,1,0.25505292415618896,1.4800000190734863,0.49000000953674316,1.149999976158142,3.119999885559082,21.848901748657227 +1985,50,1,MVA,15-17 yrs,7,25304,15.985179901123047,0,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,27.663610458374023 +1985,50,1,suicide,15-17 yrs,1,25304,15.985179901123047,0,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,3.951944351196289 +1985,50,1,homicide,15-17 yrs,0,25304,15.985179901123047,0,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,0 +1985,50,1,other external,15-17 yrs,1,25304,15.985179901123047,0,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,3.951944351196289 +1985,50,1,internal,15-17 yrs,4,25304,15.985179901123047,0,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,15.807777404785156 +1985,50,1,all,18-20 yrs,34,27818,19.02782440185547,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,122.2230224609375 +1985,50,1,MVA,18-20 yrs,14,27818,19.02782440185547,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,50.327125549316406 +1985,50,1,suicide,18-20 yrs,6,27818,19.02782440185547,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,21.568767547607422 +1985,50,1,homicide,18-20 yrs,2,27818,19.02782440185547,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,7.189589500427246 +1985,50,1,other external,18-20 yrs,9,27818,19.02782440185547,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,32.353153228759766 +1985,50,1,internal,18-20 yrs,3,27818,19.02782440185547,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,10.784383773803711 +1985,50,1,all,21-24 yrs,40,39684,22.54802894592285,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,100.7962875366211 +1985,50,1,MVA,21-24 yrs,16,39684,22.54802894592285,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,40.31851577758789 +1985,50,1,suicide,21-24 yrs,5,39684,22.54802894592285,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,12.599535942077637 +1985,50,1,homicide,21-24 yrs,2,39684,22.54802894592285,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,5.039814472198486 +1985,50,1,other external,21-24 yrs,9,39684,22.54802894592285,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,22.67916488647461 +1985,50,1,internal,21-24 yrs,8,39684,22.54802894592285,1,0.24628251791000366,1.4900000095367432,0.550000011920929,1.090000033378601,3.130000114440918,20.159257888793945 +1986,50,0.9589878916740417,MVA,15-17 yrs,7,25719,15.990241050720215,0,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,27.21723175048828 +1986,50,0.9589878916740417,suicide,15-17 yrs,4,25719,15.990241050720215,0,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,15.552703857421875 +1986,50,0.9589878916740417,homicide,15-17 yrs,1,25719,15.990241050720215,0,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,3.8881759643554688 +1986,50,0.9589878916740417,other external,15-17 yrs,5,25719,15.990241050720215,0,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,19.440879821777344 +1986,50,0.9589878916740417,internal,15-17 yrs,2,25719,15.990241050720215,0,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,7.7763519287109375 +1986,50,0.9589878916740417,all,18-20 yrs,35,27325,19.01763916015625,0.9589878916740417,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,128.08782958984375 +1986,50,0.9589878916740417,MVA,18-20 yrs,13,27325,19.01763916015625,0.9589878916740417,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,47.57548141479492 +1986,50,0.9589878916740417,suicide,18-20 yrs,7,27325,19.01763916015625,0.9589878916740417,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,25.61756706237793 +1986,50,0.9589878916740417,homicide,18-20 yrs,2,27325,19.01763916015625,0.9589878916740417,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,7.319304466247559 +1986,50,0.9589878916740417,other external,18-20 yrs,11,27325,19.01763916015625,0.9589878916740417,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,40.25617599487305 +1986,50,0.9589878916740417,internal,18-20 yrs,2,27325,19.01763916015625,0.9589878916740417,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,7.319304466247559 +1986,50,0.9589878916740417,all,21-24 yrs,40,37315,22.510465621948242,1,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,107.19549560546875 +1986,50,0.9589878916740417,MVA,21-24 yrs,18,37315,22.510465621948242,1,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,48.237972259521484 +1986,50,0.9589878916740417,suicide,21-24 yrs,13,37315,22.510465621948242,1,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,34.83853530883789 +1986,50,0.9589878916740417,homicide,21-24 yrs,0,37315,22.510465621948242,1,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,0 +1986,50,0.9589878916740417,other external,21-24 yrs,4,37315,22.510465621948242,1,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,10.719550132751465 +1986,50,0.9589878916740417,internal,21-24 yrs,5,37315,22.510465621948242,1,0.24178831279277802,1.5499999523162842,0.5899999737739563,1.0399999618530273,3.1700000762939453,13.399436950683594 +1987,50,0.6660877466201782,MVA,15-17 yrs,11,25226,16.028661727905273,0,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,43.605804443359375 +1987,50,0.6660877466201782,suicide,15-17 yrs,5,25226,16.028661727905273,0,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,19.820819854736328 +1987,50,0.6660877466201782,homicide,15-17 yrs,0,25226,16.028661727905273,0,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,0 +1987,50,0.6660877466201782,other external,15-17 yrs,3,25226,16.028661727905273,0,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,11.892492294311523 +1987,50,0.6660877466201782,internal,15-17 yrs,3,25226,16.028661727905273,0,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,11.892492294311523 +1987,50,0.6660877466201782,all,18-20 yrs,38,27645,18.998661041259766,0.6660877466201782,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,137.45704650878906 +1987,50,0.6660877466201782,MVA,18-20 yrs,20,27645,18.998661041259766,0.6660877466201782,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,72.34580993652344 +1987,50,0.6660877466201782,suicide,18-20 yrs,5,27645,18.998661041259766,0.6660877466201782,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,18.08645248413086 +1987,50,0.6660877466201782,homicide,18-20 yrs,2,27645,18.998661041259766,0.6660877466201782,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,7.234581470489502 +1987,50,0.6660877466201782,other external,18-20 yrs,5,27645,18.998661041259766,0.6660877466201782,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,18.08645248413086 +1987,50,0.6660877466201782,internal,18-20 yrs,6,27645,18.998661041259766,0.6660877466201782,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,21.70374298095703 +1987,50,0.6660877466201782,all,21-24 yrs,52,35476,22.479169845581055,1,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,146.57797241210938 +1987,50,0.6660877466201782,MVA,21-24 yrs,25,35476,22.479169845581055,1,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,70.47017669677734 +1987,50,0.6660877466201782,suicide,21-24 yrs,6,35476,22.479169845581055,1,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,16.912841796875 +1987,50,0.6660877466201782,homicide,21-24 yrs,1,35476,22.479169845581055,1,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,2.8188071250915527 +1987,50,0.6660877466201782,other external,21-24 yrs,3,35476,22.479169845581055,1,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,8.4564208984375 +1987,50,0.6660877466201782,internal,21-24 yrs,17,35476,22.479169845581055,1,0.2332746386528015,1.559999942779541,0.5799999833106995,0.9800000190734863,3.109999895095825,47.91971969604492 +1988,50,0.3230956196784973,MVA,15-17 yrs,12,24169,16.05862808227539,0,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,49.6503791809082 +1988,50,0.3230956196784973,suicide,15-17 yrs,3,24169,16.05862808227539,0,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,12.41259479522705 +1988,50,0.3230956196784973,homicide,15-17 yrs,1,24169,16.05862808227539,0,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,4.137531757354736 +1988,50,0.3230956196784973,other external,15-17 yrs,2,24169,16.05862808227539,0,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,8.275063514709473 +1988,50,0.3230956196784973,internal,15-17 yrs,3,24169,16.05862808227539,0,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,12.41259479522705 +1988,50,0.3230956196784973,all,18-20 yrs,27,28713,18.987810134887695,0.3230956196784973,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,94.0340576171875 +1988,50,0.3230956196784973,MVA,18-20 yrs,19,28713,18.987810134887695,0.3230956196784973,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,66.172119140625 +1988,50,0.3230956196784973,suicide,18-20 yrs,5,28713,18.987810134887695,0.3230956196784973,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,17.413715362548828 +1988,50,0.3230956196784973,homicide,18-20 yrs,0,28713,18.987810134887695,0.3230956196784973,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,0 +1988,50,0.3230956196784973,other external,18-20 yrs,0,28713,18.987810134887695,0.3230956196784973,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,0 +1988,50,0.3230956196784973,internal,18-20 yrs,3,28713,18.987810134887695,0.3230956196784973,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,10.44822883605957 +1988,50,0.3230956196784973,all,21-24 yrs,35,34769,22.47519302368164,1,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,100.66438293457031 +1988,50,0.3230956196784973,MVA,21-24 yrs,15,34769,22.47519302368164,1,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,43.14188003540039 +1988,50,0.3230956196784973,suicide,21-24 yrs,4,34769,22.47519302368164,1,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,11.504501342773438 +1988,50,0.3230956196784973,homicide,21-24 yrs,2,34769,22.47519302368164,1,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,5.752250671386719 +1988,50,0.3230956196784973,other external,21-24 yrs,5,34769,22.47519302368164,1,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,14.380626678466797 +1988,50,0.3230956196784973,internal,21-24 yrs,9,34769,22.47519302368164,1,0.2240067422389984,1.5099999904632568,0.5600000023841858,0.9300000071525574,3,25.885128021240234 +1989,50,0.04008346050977707,MVA,15-17 yrs,4,22504,16.047325134277344,0,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,17.77461814880371 +1989,50,0.04008346050977707,suicide,15-17 yrs,1,22504,16.047325134277344,0,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,4.443654537200928 +1989,50,0.04008346050977707,homicide,15-17 yrs,0,22504,16.047325134277344,0,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,0 +1989,50,0.04008346050977707,other external,15-17 yrs,1,22504,16.047325134277344,0,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,4.443654537200928 +1989,50,0.04008346050977707,internal,15-17 yrs,2,22504,16.047325134277344,0,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,8.887309074401855 +1989,50,0.04008346050977707,all,18-20 yrs,22,29971,18.993793487548828,0.04008346050977707,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,73.40428924560547 +1989,50,0.04008346050977707,MVA,18-20 yrs,12,29971,18.993793487548828,0.04008346050977707,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,40.03870391845703 +1989,50,0.04008346050977707,suicide,18-20 yrs,2,29971,18.993793487548828,0.04008346050977707,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,6.673117160797119 +1989,50,0.04008346050977707,homicide,18-20 yrs,0,29971,18.993793487548828,0.04008346050977707,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,0 +1989,50,0.04008346050977707,other external,18-20 yrs,6,29971,18.993793487548828,0.04008346050977707,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,20.019351959228516 +1989,50,0.04008346050977707,internal,18-20 yrs,2,29971,18.993793487548828,0.04008346050977707,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,6.673117160797119 +1989,50,0.04008346050977707,all,21-24 yrs,49,33883,22.45403289794922,1,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,144.61529541015625 +1989,50,0.04008346050977707,MVA,21-24 yrs,19,33883,22.45403289794922,1,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,56.0753173828125 +1989,50,0.04008346050977707,suicide,21-24 yrs,11,33883,22.45403289794922,1,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,32.464656829833984 +1989,50,0.04008346050977707,homicide,21-24 yrs,2,33883,22.45403289794922,1,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,5.902665138244629 +1989,50,0.04008346050977707,other external,21-24 yrs,3,33883,22.45403289794922,1,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,8.853997230529785 +1989,50,0.04008346050977707,internal,21-24 yrs,14,33883,22.45403289794922,1,0.21370966732501984,1.4500000476837158,0.5099999904632568,0.8799999952316284,2.8399999141693115,41.31865692138672 +1990,50,0,MVA,15-17 yrs,7,21959,16.014026641845703,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,31.87759017944336 +1990,50,0,suicide,15-17 yrs,2,21959,16.014026641845703,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,9.107882499694824 +1990,50,0,homicide,15-17 yrs,0,21959,16.014026641845703,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,0 +1990,50,0,other external,15-17 yrs,1,21959,16.014026641845703,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,4.553941249847412 +1990,50,0,internal,15-17 yrs,2,21959,16.014026641845703,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,9.107882499694824 +1990,50,0,all,18-20 yrs,27,29690,19.04715347290039,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,90.93971252441406 +1990,50,0,MVA,18-20 yrs,10,29690,19.04715347290039,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,33.681373596191406 +1990,50,0,suicide,18-20 yrs,7,29690,19.04715347290039,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,23.576961517333984 +1990,50,0,homicide,18-20 yrs,0,29690,19.04715347290039,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,0 +1990,50,0,other external,18-20 yrs,4,29690,19.04715347290039,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,13.472549438476562 +1990,50,0,internal,18-20 yrs,6,29690,19.04715347290039,0,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,20.208824157714844 +1990,50,0,all,21-24 yrs,34,33912,22.417139053344727,1,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,100.2594985961914 +1990,50,0,MVA,21-24 yrs,14,33912,22.417139053344727,1,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,41.283321380615234 +1990,50,0,suicide,21-24 yrs,8,33912,22.417139053344727,1,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,23.590469360351562 +1990,50,0,homicide,21-24 yrs,1,33912,22.417139053344727,1,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,2.9488086700439453 +1990,50,0,other external,21-24 yrs,7,33912,22.417139053344727,1,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,20.641660690307617 +1990,50,0,internal,21-24 yrs,4,33912,22.417139053344727,1,0.20275439321994781,1.4700000286102295,0.47999998927116394,0.8500000238418579,2.799999952316284,11.795234680175781 +1991,50,0,MVA,15-17 yrs,4,21889,16.002878189086914,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,18.274019241333008 +1991,50,0,suicide,15-17 yrs,2,21889,16.002878189086914,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,9.137009620666504 +1991,50,0,homicide,15-17 yrs,2,21889,16.002878189086914,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,9.137009620666504 +1991,50,0,other external,15-17 yrs,2,21889,16.002878189086914,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,9.137009620666504 +1991,50,0,internal,15-17 yrs,2,21889,16.002878189086914,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,9.137009620666504 +1991,50,0,all,18-20 yrs,23,26888,19.111759185791016,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,85.5400161743164 +1991,50,0,MVA,18-20 yrs,14,26888,19.111759185791016,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,52.06783676147461 +1991,50,0,suicide,18-20 yrs,4,26888,19.111759185791016,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,14.876524925231934 +1991,50,0,homicide,18-20 yrs,0,26888,19.111759185791016,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,0 +1991,50,0,other external,18-20 yrs,1,26888,19.111759185791016,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,3.7191312313079834 +1991,50,0,internal,18-20 yrs,4,26888,19.111759185791016,0,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,14.876524925231934 +1991,50,0,all,21-24 yrs,28,35325,22.40237808227539,1,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,79.26397705078125 +1991,50,0,MVA,21-24 yrs,14,35325,22.40237808227539,1,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,39.631988525390625 +1991,50,0,suicide,21-24 yrs,7,35325,22.40237808227539,1,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,19.815994262695312 +1991,50,0,homicide,21-24 yrs,3,35325,22.40237808227539,1,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,8.4925689697265625 +1991,50,0,other external,21-24 yrs,4,35325,22.40237808227539,1,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,11.32342529296875 +1991,50,0,internal,21-24 yrs,0,35325,22.40237808227539,1,0.19456680119037628,1.409999966621399,0.46000000834465027,0.8199999928474426,2.690000057220459,0 +1992,50,0,MVA,15-17 yrs,5,22379,15.99919605255127,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,22.342374801635742 +1992,50,0,suicide,15-17 yrs,2,22379,15.99919605255127,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,8.936949729919434 +1992,50,0,homicide,15-17 yrs,1,22379,15.99919605255127,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,4.468474864959717 +1992,50,0,other external,15-17 yrs,7,22379,15.99919605255127,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,31.27932357788086 +1992,50,0,internal,15-17 yrs,1,22379,15.99919605255127,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,4.468474864959717 +1992,50,0,all,18-20 yrs,21,23717,19.081249237060547,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,88.54408264160156 +1992,50,0,MVA,18-20 yrs,11,23717,19.081249237060547,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,46.38023376464844 +1992,50,0,suicide,18-20 yrs,5,23717,19.081249237060547,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,21.081924438476562 +1992,50,0,homicide,18-20 yrs,1,23717,19.081249237060547,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,4.2163848876953125 +1992,50,0,other external,18-20 yrs,1,23717,19.081249237060547,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,4.2163848876953125 +1992,50,0,internal,18-20 yrs,3,23717,19.081249237060547,0,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,12.649154663085938 +1992,50,0,all,21-24 yrs,28,36950,22.426738739013672,1,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,75.778076171875 +1992,50,0,MVA,21-24 yrs,6,36950,22.426738739013672,1,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,16.2381591796875 +1992,50,0,suicide,21-24 yrs,6,36950,22.426738739013672,1,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,16.2381591796875 +1992,50,0,homicide,21-24 yrs,1,36950,22.426738739013672,1,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,2.70635986328125 +1992,50,0,other external,21-24 yrs,6,36950,22.426738739013672,1,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,16.2381591796875 +1992,50,0,internal,21-24 yrs,9,36950,22.426738739013672,1,0.18888095021247864,1.350000023841858,0.4399999976158142,0.7799999713897705,2.569999933242798,24.35723876953125 +1993,50,0,MVA,15-17 yrs,6,22784,15.992319107055664,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,26.334270477294922 +1993,50,0,suicide,15-17 yrs,0,22784,15.992319107055664,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,0 +1993,50,0,homicide,15-17 yrs,0,22784,15.992319107055664,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,0 +1993,50,0,other external,15-17 yrs,2,22784,15.992319107055664,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,8.77808952331543 +1993,50,0,internal,15-17 yrs,1,22784,15.992319107055664,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,4.389044761657715 +1993,50,0,all,18-20 yrs,23,22164,19.0079402923584,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,103.77188110351562 +1993,50,0,MVA,18-20 yrs,9,22164,19.0079402923584,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,40.606388092041016 +1993,50,0,suicide,18-20 yrs,8,22164,19.0079402923584,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,36.094566345214844 +1993,50,0,homicide,18-20 yrs,0,22164,19.0079402923584,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,0 +1993,50,0,other external,18-20 yrs,3,22164,19.0079402923584,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,13.535463333129883 +1993,50,0,internal,18-20 yrs,3,22164,19.0079402923584,0,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,13.535463333129883 +1993,50,0,all,21-24 yrs,33,36746,22.511566162109375,1,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,89.805694580078125 +1993,50,0,MVA,21-24 yrs,9,36746,22.511566162109375,1,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,24.492462158203125 +1993,50,0,suicide,21-24 yrs,4,36746,22.511566162109375,1,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,10.885538101196289 +1993,50,0,homicide,21-24 yrs,4,36746,22.511566162109375,1,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,10.885538101196289 +1993,50,0,other external,21-24 yrs,9,36746,22.511566162109375,1,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,24.492462158203125 +1993,50,0,internal,21-24 yrs,7,36746,22.511566162109375,1,0.18339098989963531,1.340000033378601,0.4399999976158142,0.7400000095367432,2.5199999809265137,19.049692153930664 +1994,50,0,MVA,15-17 yrs,5,23669,15.989648818969727,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,21.124677658081055 +1994,50,0,suicide,15-17 yrs,2,23669,15.989648818969727,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,8.449871063232422 +1994,50,0,homicide,15-17 yrs,0,23669,15.989648818969727,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,0 +1994,50,0,other external,15-17 yrs,0,23669,15.989648818969727,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,0 +1994,50,0,internal,15-17 yrs,1,23669,15.989648818969727,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,4.224935531616211 +1994,50,0,all,18-20 yrs,21,22124,18.99837303161621,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,94.91954803466797 +1994,50,0,MVA,18-20 yrs,10,22124,18.99837303161621,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,45.19978332519531 +1994,50,0,suicide,18-20 yrs,6,22124,18.99837303161621,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,27.119869232177734 +1994,50,0,homicide,18-20 yrs,0,22124,18.99837303161621,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,0 +1994,50,0,other external,18-20 yrs,3,22124,18.99837303161621,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,13.559934616088867 +1994,50,0,internal,18-20 yrs,2,22124,18.99837303161621,0,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,9.039957046508789 +1994,50,0,all,21-24 yrs,28,34406,22.60730743408203,1,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,81.38115692138672 +1994,50,0,MVA,21-24 yrs,8,34406,22.60730743408203,1,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,23.251758575439453 +1994,50,0,suicide,21-24 yrs,7,34406,22.60730743408203,1,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,20.34528923034668 +1994,50,0,homicide,21-24 yrs,1,34406,22.60730743408203,1,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,2.9064698219299316 +1994,50,0,other external,21-24 yrs,8,34406,22.60730743408203,1,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,23.251758575439453 +1994,50,0,internal,21-24 yrs,4,34406,22.60730743408203,1,0.1788124144077301,1.340000033378601,0.41999998688697815,0.7400000095367432,2.5,11.625879287719727 +1995,50,0,MVA,15-17 yrs,4,24596,15.975198745727539,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,16.262807846069336 +1995,50,0,suicide,15-17 yrs,4,24596,15.975198745727539,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,16.262807846069336 +1995,50,0,homicide,15-17 yrs,0,24596,15.975198745727539,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,0 +1995,50,0,other external,15-17 yrs,1,24596,15.975198745727539,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,4.065701961517334 +1995,50,0,internal,15-17 yrs,4,24596,15.975198745727539,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,16.262807846069336 +1995,50,0,all,18-20 yrs,23,22672,18.99545669555664,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,101.44671630859375 +1995,50,0,MVA,18-20 yrs,14,22672,18.99545669555664,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,61.75017547607422 +1995,50,0,suicide,18-20 yrs,1,22672,18.99545669555664,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,4.410727024078369 +1995,50,0,homicide,18-20 yrs,0,22672,18.99545669555664,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,0 +1995,50,0,other external,18-20 yrs,4,22672,18.99545669555664,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,17.642908096313477 +1995,50,0,internal,18-20 yrs,4,22672,18.99545669555664,0,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,17.642908096313477 +1995,50,0,all,21-24 yrs,27,31568,22.63538932800293,1,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,85.52964782714844 +1995,50,0,MVA,21-24 yrs,14,31568,22.63538932800293,1,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,44.34870910644531 +1995,50,0,suicide,21-24 yrs,6,31568,22.63538932800293,1,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,19.006589889526367 +1995,50,0,homicide,21-24 yrs,0,31568,22.63538932800293,1,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,0 +1995,50,0,other external,21-24 yrs,3,31568,22.63538932800293,1,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,9.503294944763184 +1995,50,0,internal,21-24 yrs,4,31568,22.63538932800293,1,0.17388451099395752,1.2699999809265137,0.4099999964237213,0.6600000262260437,2.3399999141693115,12.671059608459473 +1996,50,0,MVA,15-17 yrs,11,25444,15.989506721496582,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,43.23219680786133 +1996,50,0,suicide,15-17 yrs,2,25444,15.989506721496582,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,7.86039924621582 +1996,50,0,homicide,15-17 yrs,0,25444,15.989506721496582,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,0 +1996,50,0,other external,15-17 yrs,4,25444,15.989506721496582,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,15.72079849243164 +1996,50,0,internal,15-17 yrs,1,25444,15.989506721496582,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,3.93019962310791 +1996,50,0,all,18-20 yrs,17,23042,18.990798950195312,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,73.7783203125 +1996,50,0,MVA,18-20 yrs,6,23042,18.990798950195312,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,26.039405822753906 +1996,50,0,suicide,18-20 yrs,3,23042,18.990798950195312,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,13.019702911376953 +1996,50,0,homicide,18-20 yrs,1,23042,18.990798950195312,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,4.339900970458984 +1996,50,0,other external,18-20 yrs,3,23042,18.990798950195312,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,13.019702911376953 +1996,50,0,internal,18-20 yrs,4,23042,18.990798950195312,0,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,17.359603881835938 +1996,50,0,all,21-24 yrs,26,28870,22.5512638092041,1,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,90.05888366699219 +1996,50,0,MVA,21-24 yrs,14,28870,22.5512638092041,1,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,48.49324417114258 +1996,50,0,suicide,21-24 yrs,6,28870,22.5512638092041,1,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,20.782819747924805 +1996,50,0,homicide,21-24 yrs,0,28870,22.5512638092041,1,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,0 +1996,50,0,other external,21-24 yrs,3,28870,22.5512638092041,1,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,10.391409873962402 +1996,50,0,internal,21-24 yrs,3,28870,22.5512638092041,1,0.16889739036560059,1.2899999618530273,0.46000000834465027,0.6399999856948853,2.380000114440918,10.391409873962402 +1970,51,0,MVA,15-17 yrs,100,266025,15.983468055725098,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,37.590450286865234 +1970,51,0,suicide,15-17 yrs,13,266025,15.983468055725098,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,4.886758804321289 +1970,51,0,homicide,15-17 yrs,13,266025,15.983468055725098,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,4.886758804321289 +1970,51,0,other external,15-17 yrs,58,266025,15.983468055725098,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,21.802461624145508 +1970,51,0,internal,15-17 yrs,65,266025,15.983468055725098,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,24.433794021606445 +1970,51,0,all,18-20 yrs,346,269122,19.0230712890625,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,128.56622314453125 +1970,51,0,MVA,18-20 yrs,165,269122,19.0230712890625,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,61.310482025146484 +1970,51,0,suicide,18-20 yrs,30,269122,19.0230712890625,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,11.147360801696777 +1970,51,0,homicide,18-20 yrs,29,269122,19.0230712890625,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,10.775781631469727 +1970,51,0,other external,18-20 yrs,54,269122,19.0230712890625,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,20.065248489379883 +1970,51,0,internal,18-20 yrs,68,269122,19.0230712890625,0,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,25.267351150512695 +1970,51,0,all,21-24 yrs,471,346681,22.40041732788086,1,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,135.85977172851562 +1970,51,0,MVA,21-24 yrs,181,346681,22.40041732788086,1,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,52.209381103515625 +1970,51,0,suicide,21-24 yrs,40,346681,22.40041732788086,1,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,11.537984848022461 +1970,51,0,homicide,21-24 yrs,59,346681,22.40041732788086,1,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,17.01852798461914 +1970,51,0,other external,21-24 yrs,74,346681,22.40041732788086,1,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,21.345272064208984 +1970,51,0,internal,21-24 yrs,117,346681,22.40041732788086,1,0.49883604049682617,1.1100000143051147,0.20000000298023224,1.0199999809265137,2.3299999237060547,33.74860382080078 +1971,51,0,MVA,15-17 yrs,91,277332,15.991540908813477,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,32.81265640258789 +1971,51,0,suicide,15-17 yrs,14,277332,15.991540908813477,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,5.048101425170898 +1971,51,0,homicide,15-17 yrs,17,277332,15.991540908813477,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,6.1298370361328125 +1971,51,0,other external,15-17 yrs,63,277332,15.991540908813477,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,22.716455459594727 +1971,51,0,internal,15-17 yrs,77,277332,15.991540908813477,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,27.764556884765625 +1971,51,0,all,18-20 yrs,355,280923,19.0159969329834,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,126.36914825439453 +1971,51,0,MVA,18-20 yrs,139,280923,19.0159969329834,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,49.47975158691406 +1971,51,0,suicide,18-20 yrs,25,280923,19.0159969329834,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,8.899235725402832 +1971,51,0,homicide,18-20 yrs,33,280923,19.0159969329834,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,11.746991157531738 +1971,51,0,other external,18-20 yrs,73,280923,19.0159969329834,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,25.985769271850586 +1971,51,0,internal,18-20 yrs,85,280923,19.0159969329834,0,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,30.257402420043945 +1971,51,0,all,21-24 yrs,472,357068,22.51750373840332,1,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,132.18771362304688 +1971,51,0,MVA,21-24 yrs,175,357068,22.51750373840332,1,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,49.01027297973633 +1971,51,0,suicide,21-24 yrs,40,357068,22.51750373840332,1,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,11.202347755432129 +1971,51,0,homicide,21-24 yrs,50,357068,22.51750373840332,1,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,14.002935409545898 +1971,51,0,other external,21-24 yrs,88,357068,22.51750373840332,1,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,24.645166397094727 +1971,51,0,internal,21-24 yrs,119,357068,22.51750373840332,1,0.4778972268104553,1.0399999618530273,0.23000000417232513,1.0099999904632568,2.2899999618530273,33.32698440551758 +1972,51,0,MVA,15-17 yrs,94,286438,15.987397193908691,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,32.81687545776367 +1972,51,0,suicide,15-17 yrs,26,286438,15.987397193908691,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,9.077008247375488 +1972,51,0,homicide,15-17 yrs,18,286438,15.987397193908691,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,6.284082412719727 +1972,51,0,other external,15-17 yrs,60,286438,15.987397193908691,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,20.946941375732422 +1972,51,0,internal,15-17 yrs,60,286438,15.987397193908691,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,20.946941375732422 +1972,51,0,all,18-20 yrs,324,289572,19.00955581665039,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,111.88927459716797 +1972,51,0,MVA,18-20 yrs,150,289572,19.00955581665039,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,51.80058670043945 +1972,51,0,suicide,18-20 yrs,36,289572,19.00955581665039,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,12.432141304016113 +1972,51,0,homicide,18-20 yrs,24,289572,19.00955581665039,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,8.288094520568848 +1972,51,0,other external,18-20 yrs,46,289572,19.00955581665039,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,15.885514259338379 +1972,51,0,internal,18-20 yrs,68,289572,19.00955581665039,0,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,23.482933044433594 +1972,51,0,all,21-24 yrs,488,346127,22.46190071105957,1,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,140.98870849609375 +1972,51,0,MVA,21-24 yrs,176,346127,22.46190071105957,1,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,50.848388671875 +1972,51,0,suicide,21-24 yrs,60,346127,22.46190071105957,1,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,17.334678649902344 +1972,51,0,homicide,21-24 yrs,72,346127,22.46190071105957,1,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,20.801612854003906 +1972,51,0,other external,21-24 yrs,70,346127,22.46190071105957,1,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,20.223791122436523 +1972,51,0,internal,21-24 yrs,110,346127,22.46190071105957,1,0.46303442120552063,0.9700000286102295,0.20999999344348907,0.9800000190734863,2.1600000858306885,31.780242919921875 +1973,51,0,MVA,15-17 yrs,82,293676,15.990346908569336,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,27.92192840576172 +1973,51,0,suicide,15-17 yrs,21,293676,15.990346908569336,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,7.150737762451172 +1973,51,0,homicide,15-17 yrs,14,293676,15.990346908569336,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,4.767158508300781 +1973,51,0,other external,15-17 yrs,44,293676,15.990346908569336,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,14.982498168945312 +1973,51,0,internal,15-17 yrs,48,293676,15.990346908569336,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,16.34454345703125 +1973,51,0,all,18-20 yrs,382,301213,19.011394500732422,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,126.820556640625 +1973,51,0,MVA,18-20 yrs,166,301213,19.011394500732422,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,55.110504150390625 +1973,51,0,suicide,18-20 yrs,35,301213,19.011394500732422,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,11.619684219360352 +1973,51,0,homicide,18-20 yrs,29,301213,19.011394500732422,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,9.627738952636719 +1973,51,0,other external,18-20 yrs,84,301213,19.011394500732422,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,27.887243270874023 +1973,51,0,internal,18-20 yrs,68,301213,19.011394500732422,0,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,22.57538604736328 +1973,51,0,all,21-24 yrs,474,352644,22.429014205932617,1,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,134.41317749023438 +1973,51,0,MVA,21-24 yrs,180,352644,22.429014205932617,1,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,51.04297637939453 +1973,51,0,suicide,21-24 yrs,55,352644,22.429014205932617,1,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,15.596465110778809 +1973,51,0,homicide,21-24 yrs,62,352644,22.429014205932617,1,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,17.581470489501953 +1973,51,0,other external,21-24 yrs,76,352644,22.429014205932617,1,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,21.55147933959961 +1973,51,0,internal,21-24 yrs,101,352644,22.429014205932617,1,0.43591976165771484,1.0299999713897705,0.25,0.9900000095367432,2.2799999713897705,28.64078140258789 +1974,51,0.5041095614433289,MVA,15-17 yrs,96,299798,16.002952575683594,0,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,32.02156066894531 +1974,51,0.5041095614433289,suicide,15-17 yrs,18,299798,16.002952575683594,0,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,6.004042625427246 +1974,51,0.5041095614433289,homicide,15-17 yrs,15,299798,16.002952575683594,0,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,5.003368854522705 +1974,51,0.5041095614433289,other external,15-17 yrs,53,299798,16.002952575683594,0,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,17.678569793701172 +1974,51,0.5041095614433289,internal,15-17 yrs,57,299798,16.002952575683594,0,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,19.012802124023438 +1974,51,0.5041095614433289,all,18-20 yrs,371,308897,19.01285171508789,0.5041095614433289,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,120.1047592163086 +1974,51,0.5041095614433289,MVA,18-20 yrs,160,308897,19.01285171508789,0.5041095614433289,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,51.79719924926758 +1974,51,0.5041095614433289,suicide,18-20 yrs,32,308897,19.01285171508789,0.5041095614433289,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,10.359439849853516 +1974,51,0.5041095614433289,homicide,18-20 yrs,35,308897,19.01285171508789,0.5041095614433289,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,11.33063793182373 +1974,51,0.5041095614433289,other external,18-20 yrs,83,308897,19.01285171508789,0.5041095614433289,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,26.86979866027832 +1974,51,0.5041095614433289,internal,18-20 yrs,61,308897,19.01285171508789,0.5041095614433289,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,19.747682571411133 +1974,51,0.5041095614433289,all,21-24 yrs,458,365211,22.4202938079834,1,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,125.4069595336914 +1974,51,0.5041095614433289,MVA,21-24 yrs,143,365211,22.4202938079834,1,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,39.15544891357422 +1974,51,0.5041095614433289,suicide,21-24 yrs,57,365211,22.4202938079834,1,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,15.607416152954102 +1974,51,0.5041095614433289,homicide,21-24 yrs,77,365211,22.4202938079834,1,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,21.083702087402344 +1974,51,0.5041095614433289,other external,21-24 yrs,81,365211,22.4202938079834,1,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,22.178958892822266 +1974,51,0.5041095614433289,internal,21-24 yrs,100,365211,22.4202938079834,1,0.3925930857658386,1.100000023841858,0.2199999988079071,0.9800000190734863,2.309999942779541,27.381431579589844 +1975,51,1,MVA,15-17 yrs,80,300639,16.006813049316406,0,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,26.609987258911133 +1975,51,1,suicide,15-17 yrs,18,300639,16.006813049316406,0,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,5.987246990203857 +1975,51,1,homicide,15-17 yrs,15,300639,16.006813049316406,0,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,4.989372730255127 +1975,51,1,other external,15-17 yrs,60,300639,16.006813049316406,0,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,19.957490921020508 +1975,51,1,internal,15-17 yrs,51,300639,16.006813049316406,0,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,16.9638671875 +1975,51,1,all,18-20 yrs,397,317825,19.00943374633789,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,124.91150665283203 +1975,51,1,MVA,18-20 yrs,160,317825,19.00943374633789,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,50.34217071533203 +1975,51,1,suicide,18-20 yrs,42,317825,19.00943374633789,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,13.21481990814209 +1975,51,1,homicide,18-20 yrs,47,317825,19.00943374633789,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,14.788012504577637 +1975,51,1,other external,18-20 yrs,85,317825,19.00943374633789,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,26.744277954101562 +1975,51,1,internal,18-20 yrs,63,317825,19.00943374633789,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,19.822229385375977 +1975,51,1,all,21-24 yrs,473,381188,22.432228088378906,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,124.08575439453125 +1975,51,1,MVA,21-24 yrs,135,381188,22.432228088378906,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,35.41559600830078 +1975,51,1,suicide,21-24 yrs,83,381188,22.432228088378906,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,21.774032592773438 +1975,51,1,homicide,21-24 yrs,71,381188,22.432228088378906,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,18.625980377197266 +1975,51,1,other external,21-24 yrs,89,381188,22.432228088378906,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,23.348058700561523 +1975,51,1,internal,21-24 yrs,95,381188,22.432228088378906,1,0.35975536704063416,1.1399999856948853,0.25,0.9599999785423279,2.3499999046325684,24.92208480834961 +1976,51,1,MVA,15-17 yrs,108,302502,16.003002166748047,0,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,35.70224380493164 +1976,51,1,suicide,15-17 yrs,20,302502,16.003002166748047,0,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,6.6115264892578125 +1976,51,1,homicide,15-17 yrs,19,302502,16.003002166748047,0,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,6.28095006942749 +1976,51,1,other external,15-17 yrs,35,302502,16.003002166748047,0,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,11.570171356201172 +1976,51,1,internal,15-17 yrs,53,302502,16.003002166748047,0,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,17.520545959472656 +1976,51,1,all,18-20 yrs,334,323826,19.01424217224121,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,103.14180755615234 +1976,51,1,MVA,18-20 yrs,149,323826,19.01424217224121,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,46.01236343383789 +1976,51,1,suicide,18-20 yrs,38,323826,19.01424217224121,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,11.734697341918945 +1976,51,1,homicide,18-20 yrs,28,323826,19.01424217224121,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,8.646618843078613 +1976,51,1,other external,18-20 yrs,55,323826,19.01424217224121,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,16.98443031311035 +1976,51,1,internal,18-20 yrs,64,323826,19.01424217224121,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,19.763700485229492 +1976,51,1,all,21-24 yrs,398,394175,22.44515037536621,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,100.97038269042969 +1976,51,1,MVA,21-24 yrs,103,394175,22.44515037536621,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,26.130525588989258 +1976,51,1,suicide,21-24 yrs,68,394175,22.44515037536621,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,17.251220703125 +1976,51,1,homicide,21-24 yrs,54,394175,22.44515037536621,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,13.699499130249023 +1976,51,1,other external,21-24 yrs,72,394175,22.44515037536621,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,18.26599884033203 +1976,51,1,internal,21-24 yrs,101,394175,22.44515037536621,1,0.4422019124031067,1.1299999952316284,0.23999999463558197,0.949999988079071,2.319999933242798,25.623136520385742 +1977,51,1,MVA,15-17 yrs,103,302333,16.00210952758789,0,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,34.06839370727539 +1977,51,1,suicide,15-17 yrs,25,302333,16.00210952758789,0,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,8.2690277099609375 +1977,51,1,homicide,15-17 yrs,15,302333,16.00210952758789,0,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,4.961416721343994 +1977,51,1,other external,15-17 yrs,51,302333,16.00210952758789,0,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,16.868816375732422 +1977,51,1,internal,15-17 yrs,54,302333,16.00210952758789,0,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,17.861099243164062 +1977,51,1,all,18-20 yrs,402,326903,19.026460647583008,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,122.97225952148438 +1977,51,1,MVA,18-20 yrs,188,326903,19.026460647583008,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,57.50941467285156 +1977,51,1,suicide,18-20 yrs,44,326903,19.026460647583008,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,13.459650039672852 +1977,51,1,homicide,18-20 yrs,33,326903,19.026460647583008,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,10.094738006591797 +1977,51,1,other external,18-20 yrs,74,326903,19.026460647583008,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,22.63668441772461 +1977,51,1,internal,18-20 yrs,63,326903,19.026460647583008,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,19.271772384643555 +1977,51,1,all,21-24 yrs,471,405469,22.45429801940918,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,116.16178131103516 +1977,51,1,MVA,21-24 yrs,157,405469,22.45429801940918,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,38.7205924987793 +1977,51,1,suicide,21-24 yrs,77,405469,22.45429801940918,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,18.990354537963867 +1977,51,1,homicide,21-24 yrs,73,405469,22.45429801940918,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,18.003843307495117 +1977,51,1,other external,21-24 yrs,66,405469,22.45429801940918,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,16.277446746826172 +1977,51,1,internal,21-24 yrs,98,405469,22.45429801940918,1,0.4231874942779541,1.190000057220459,0.20999999344348907,0.8999999761581421,2.299999952316284,24.16954231262207 +1978,51,1,MVA,15-17 yrs,84,302661,16.00428581237793,0,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,27.75382423400879 +1978,51,1,suicide,15-17 yrs,17,302661,16.00428581237793,0,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,5.61684513092041 +1978,51,1,homicide,15-17 yrs,15,302661,16.00428581237793,0,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,4.956039905548096 +1978,51,1,other external,15-17 yrs,31,302661,16.00428581237793,0,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,10.24248218536377 +1978,51,1,internal,15-17 yrs,41,302661,16.00428581237793,0,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,13.5465087890625 +1978,51,1,all,18-20 yrs,366,327276,19.03275489807129,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,111.83221435546875 +1978,51,1,MVA,18-20 yrs,166,327276,19.03275489807129,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,50.72171401977539 +1978,51,1,suicide,18-20 yrs,33,327276,19.03275489807129,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,10.083232879638672 +1978,51,1,homicide,18-20 yrs,37,327276,19.03275489807129,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,11.305442810058594 +1978,51,1,other external,18-20 yrs,74,327276,19.03275489807129,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,22.610885620117188 +1978,51,1,internal,18-20 yrs,56,327276,19.03275489807129,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,17.11094093322754 +1978,51,1,all,21-24 yrs,460,417843,22.454818725585938,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,110.08919525146484 +1978,51,1,MVA,21-24 yrs,163,417843,22.454818725585938,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,39.00986862182617 +1978,51,1,suicide,21-24 yrs,71,417843,22.454818725585938,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,16.992027282714844 +1978,51,1,homicide,21-24 yrs,49,417843,22.454818725585938,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,11.726892471313477 +1978,51,1,other external,21-24 yrs,81,417843,22.454818725585938,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,19.385271072387695 +1978,51,1,internal,21-24 yrs,96,417843,22.454818725585938,1,0.3933306932449341,1.2200000286102295,0.20999999344348907,0.8999999761581421,2.3299999237060547,22.975135803222656 +1979,51,1,MVA,15-17 yrs,89,299027,16.003986358642578,0,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,29.763198852539062 +1979,51,1,suicide,15-17 yrs,17,299027,16.003986358642578,0,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,5.685105323791504 +1979,51,1,homicide,15-17 yrs,26,299027,16.003986358642578,0,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,8.694867134094238 +1979,51,1,other external,15-17 yrs,24,299027,16.003986358642578,0,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,8.026031494140625 +1979,51,1,internal,15-17 yrs,55,299027,16.003986358642578,0,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,18.392988204956055 +1979,51,1,all,18-20 yrs,305,323703,19.03025245666504,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,94.22217559814453 +1979,51,1,MVA,18-20 yrs,150,323703,19.03025245666504,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,46.33877182006836 +1979,51,1,suicide,18-20 yrs,36,323703,19.03025245666504,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,11.121305465698242 +1979,51,1,homicide,18-20 yrs,23,323703,19.03025245666504,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,7.105278491973877 +1979,51,1,other external,18-20 yrs,50,323703,19.03025245666504,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,15.446257591247559 +1979,51,1,internal,18-20 yrs,46,323703,19.03025245666504,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,14.210556983947754 +1979,51,1,all,21-24 yrs,452,422256,22.458518981933594,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,107.0440673828125 +1979,51,1,MVA,21-24 yrs,147,422256,22.458518981933594,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,34.81300354003906 +1979,51,1,suicide,21-24 yrs,94,422256,22.458518981933594,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,22.261377334594727 +1979,51,1,homicide,21-24 yrs,67,422256,22.458518981933594,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,15.867151260375977 +1979,51,1,other external,21-24 yrs,66,422256,22.458518981933594,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,15.630328178405762 +1979,51,1,internal,21-24 yrs,78,422256,22.458518981933594,1,0.35323914885520935,1.2300000190734863,0.25,0.9200000166893005,2.4000000953674316,18.472206115722656 +1980,51,1,MVA,15-17 yrs,99,293727,16.017284393310547,0,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,33.70476531982422 +1980,51,1,suicide,15-17 yrs,22,293727,16.017284393310547,0,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,7.489948272705078 +1980,51,1,homicide,15-17 yrs,10,293727,16.017284393310547,0,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,3.404521942138672 +1980,51,1,other external,15-17 yrs,52,293727,16.017284393310547,0,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,17.703514099121094 +1980,51,1,internal,15-17 yrs,59,293727,16.017284393310547,0,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,20.086679458618164 +1980,51,1,all,18-20 yrs,340,321561,19.02334213256836,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,105.73421478271484 +1980,51,1,MVA,18-20 yrs,151,321561,19.02334213256836,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,46.958431243896484 +1980,51,1,suicide,18-20 yrs,44,321561,19.02334213256836,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,13.68325138092041 +1980,51,1,homicide,18-20 yrs,30,321561,19.02334213256836,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,9.329489707946777 +1980,51,1,other external,18-20 yrs,56,321561,19.02334213256836,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,17.41504669189453 +1980,51,1,internal,18-20 yrs,59,321561,19.02334213256836,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,18.34799575805664 +1980,51,1,all,21-24 yrs,476,424186,22.476715087890625,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,112.21492767333984 +1980,51,1,MVA,21-24 yrs,165,424186,22.476715087890625,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,38.89802932739258 +1980,51,1,suicide,21-24 yrs,71,424186,22.476715087890625,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,16.737939834594727 +1980,51,1,homicide,21-24 yrs,62,424186,22.476715087890625,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,14.616230010986328 +1980,51,1,other external,21-24 yrs,86,424186,22.476715087890625,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,20.274124145507812 +1980,51,1,internal,21-24 yrs,92,424186,22.476715087890625,1,0.3112276792526245,1.2300000190734863,0.25,0.9100000262260437,2.390000104904175,21.6885986328125 +1981,51,1,MVA,15-17 yrs,70,284769,16.038660049438477,0,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,24.581327438354492 +1981,51,1,suicide,15-17 yrs,19,284769,16.038660049438477,0,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,6.672074794769287 +1981,51,1,homicide,15-17 yrs,9,284769,16.038660049438477,0,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,3.160456418991089 +1981,51,1,other external,15-17 yrs,29,284769,16.038660049438477,0,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,10.183692932128906 +1981,51,1,internal,15-17 yrs,39,284769,16.038660049438477,0,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,13.695310592651367 +1981,51,1,all,18-20 yrs,313,325816,19.02622413635254,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,96.06649017333984 +1981,51,1,MVA,18-20 yrs,141,325816,19.02622413635254,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,43.27595901489258 +1981,51,1,suicide,18-20 yrs,42,325816,19.02622413635254,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,12.890711784362793 +1981,51,1,homicide,18-20 yrs,33,325816,19.02622413635254,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,10.128416061401367 +1981,51,1,other external,18-20 yrs,43,325816,19.02622413635254,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,13.197632789611816 +1981,51,1,internal,18-20 yrs,54,325816,19.02622413635254,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,16.573772430419922 +1981,51,1,all,21-24 yrs,416,432149,22.49664306640625,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,96.263092041015625 +1981,51,1,MVA,21-24 yrs,156,432149,22.49664306640625,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,36.09865951538086 +1981,51,1,suicide,21-24 yrs,70,432149,22.49664306640625,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,16.198116302490234 +1981,51,1,homicide,21-24 yrs,59,432149,22.49664306640625,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,13.652698516845703 +1981,51,1,other external,21-24 yrs,52,432149,22.49664306640625,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,12.032886505126953 +1981,51,1,internal,21-24 yrs,79,432149,22.49664306640625,1,0.28212496638298035,1.2300000190734863,0.27000001072883606,0.8899999856948853,2.390000104904175,18.280731201171875 +1982,51,1,MVA,15-17 yrs,67,272613,16.033292770385742,0,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,24.57696533203125 +1982,51,1,suicide,15-17 yrs,18,272613,16.033292770385742,0,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,6.602766513824463 +1982,51,1,homicide,15-17 yrs,13,272613,16.033292770385742,0,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,4.768664836883545 +1982,51,1,other external,15-17 yrs,27,272613,16.033292770385742,0,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,9.904150009155273 +1982,51,1,internal,15-17 yrs,41,272613,16.033292770385742,0,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,15.039634704589844 +1982,51,1,all,18-20 yrs,294,322585,19.025304794311523,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,91.1387710571289 +1982,51,1,MVA,18-20 yrs,136,322585,19.025304794311523,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,42.15943145751953 +1982,51,1,suicide,18-20 yrs,35,322585,19.025304794311523,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,10.849853515625 +1982,51,1,homicide,18-20 yrs,37,322585,19.025304794311523,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,11.469844818115234 +1982,51,1,other external,18-20 yrs,44,322585,19.025304794311523,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,13.639816284179688 +1982,51,1,internal,18-20 yrs,42,322585,19.025304794311523,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,13.019824028015137 +1982,51,1,all,21-24 yrs,395,431687,22.497901916503906,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,91.50148010253906 +1982,51,1,MVA,21-24 yrs,118,431687,22.497901916503906,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,27.334619522094727 +1982,51,1,suicide,21-24 yrs,72,431687,22.497901916503906,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,16.67875099182129 +1982,51,1,homicide,21-24 yrs,57,431687,22.497901916503906,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,13.204010963439941 +1982,51,1,other external,21-24 yrs,55,431687,22.497901916503906,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,12.74071216583252 +1982,51,1,internal,21-24 yrs,93,431687,22.497901916503906,1,0.26575297117233276,1.4500000476837158,0.27000001072883606,0.8600000143051147,2.5899999141693115,21.543386459350586 +1983,51,0.8458024263381958,MVA,15-17 yrs,45,263647,16.01850128173828,0,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,17.06827735900879 +1983,51,0.8458024263381958,suicide,15-17 yrs,20,263647,16.01850128173828,0,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,7.585900783538818 +1983,51,0.8458024263381958,homicide,15-17 yrs,7,263647,16.01850128173828,0,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,2.6550652980804443 +1983,51,0.8458024263381958,other external,15-17 yrs,24,263647,16.01850128173828,0,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,9.103080749511719 +1983,51,0.8458024263381958,internal,15-17 yrs,44,263647,16.01850128173828,0,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,16.688982009887695 +1983,51,0.8458024263381958,all,18-20 yrs,312,321625,19.04244613647461,0.8458024263381958,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,97.00738525390625 +1983,51,0.8458024263381958,MVA,18-20 yrs,140,321625,19.04244613647461,0.8458024263381958,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,43.528953552246094 +1983,51,0.8458024263381958,suicide,18-20 yrs,47,321625,19.04244613647461,0.8458024263381958,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,14.61329174041748 +1983,51,0.8458024263381958,homicide,18-20 yrs,33,321625,19.04244613647461,0.8458024263381958,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,10.260396003723145 +1983,51,0.8458024263381958,other external,18-20 yrs,38,321625,19.04244613647461,0.8458024263381958,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,11.815001487731934 +1983,51,0.8458024263381958,internal,18-20 yrs,54,321625,19.04244613647461,0.8458024263381958,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,16.78973960876465 +1983,51,0.8458024263381958,all,21-24 yrs,382,432799,22.496952056884766,1,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,88.26268005371094 +1983,51,0.8458024263381958,MVA,21-24 yrs,128,432799,22.496952056884766,1,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,29.57493019104004 +1983,51,0.8458024263381958,suicide,21-24 yrs,63,432799,22.496952056884766,1,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,14.556410789489746 +1983,51,0.8458024263381958,homicide,21-24 yrs,45,432799,22.496952056884766,1,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,10.397436141967773 +1983,51,0.8458024263381958,other external,21-24 yrs,71,432799,22.496952056884766,1,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,16.404844284057617 +1983,51,0.8458024263381958,internal,21-24 yrs,75,432799,22.496952056884766,1,0.25748154520988464,1.4700000286102295,0.27000001072883606,0.8199999928474426,2.569999933242798,17.329059600830078 +1984,51,0.7036128640174866,MVA,15-17 yrs,68,261822,16.004079818725586,0,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,25.971843719482422 +1984,51,0.7036128640174866,suicide,15-17 yrs,20,261822,16.004079818725586,0,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,7.638777256011963 +1984,51,0.7036128640174866,homicide,15-17 yrs,11,261822,16.004079818725586,0,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,4.201327800750732 +1984,51,0.7036128640174866,other external,15-17 yrs,25,261822,16.004079818725586,0,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,9.548471450805664 +1984,51,0.7036128640174866,internal,15-17 yrs,37,261822,16.004079818725586,0,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,14.131738662719727 +1984,51,0.7036128640174866,all,18-20 yrs,282,313212,19.06350326538086,0.7036128640174866,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,90.03486633300781 +1984,51,0.7036128640174866,MVA,18-20 yrs,124,313212,19.06350326538086,0.7036128640174866,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,39.58979797363281 +1984,51,0.7036128640174866,suicide,18-20 yrs,38,313212,19.06350326538086,0.7036128640174866,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,12.132357597351074 +1984,51,0.7036128640174866,homicide,18-20 yrs,18,313212,19.06350326538086,0.7036128640174866,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,5.746906280517578 +1984,51,0.7036128640174866,other external,18-20 yrs,40,313212,19.06350326538086,0.7036128640174866,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,12.770902633666992 +1984,51,0.7036128640174866,internal,18-20 yrs,62,313212,19.06350326538086,0.7036128640174866,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,19.794898986816406 +1984,51,0.7036128640174866,all,21-24 yrs,475,437099,22.491573333740234,1,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,108.67103576660156 +1984,51,0.7036128640174866,MVA,21-24 yrs,175,437099,22.491573333740234,1,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,40.03669738769531 +1984,51,0.7036128640174866,suicide,21-24 yrs,61,437099,22.491573333740234,1,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,13.955648422241211 +1984,51,0.7036128640174866,homicide,21-24 yrs,71,437099,22.491573333740234,1,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,16.243459701538086 +1984,51,0.7036128640174866,other external,21-24 yrs,66,437099,22.491573333740234,1,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,15.099554061889648 +1984,51,0.7036128640174866,internal,21-24 yrs,102,437099,22.491573333740234,1,0.2468254119157791,1.4600000381469727,0.28999999165534973,0.800000011920929,2.549999952316284,23.335674285888672 +1985,51,0.6557776927947998,MVA,15-17 yrs,51,264851,15.992935180664062,0,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,19.2561092376709 +1985,51,0.6557776927947998,suicide,15-17 yrs,24,264851,15.992935180664062,0,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,9.061698913574219 +1985,51,0.6557776927947998,homicide,15-17 yrs,13,264851,15.992935180664062,0,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,4.908420085906982 +1985,51,0.6557776927947998,other external,15-17 yrs,26,264851,15.992935180664062,0,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,9.816840171813965 +1985,51,0.6557776927947998,internal,15-17 yrs,40,264851,15.992935180664062,0,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,15.102831840515137 +1985,51,0.6557776927947998,all,18-20 yrs,232,301441,19.06012535095215,0.6557776927947998,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,76.963653564453125 +1985,51,0.6557776927947998,MVA,18-20 yrs,113,301441,19.06012535095215,0.6557776927947998,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,37.48660659790039 +1985,51,0.6557776927947998,suicide,18-20 yrs,38,301441,19.06012535095215,0.6557776927947998,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,12.606115341186523 +1985,51,0.6557776927947998,homicide,18-20 yrs,17,301441,19.06012535095215,0.6557776927947998,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,5.639577865600586 +1985,51,0.6557776927947998,other external,18-20 yrs,32,301441,19.06012535095215,0.6557776927947998,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,10.615675926208496 +1985,51,0.6557776927947998,internal,18-20 yrs,32,301441,19.06012535095215,0.6557776927947998,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,10.615675926208496 +1985,51,0.6557776927947998,all,21-24 yrs,441,438552,22.49308204650879,1,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,100.55819702148438 +1985,51,0.6557776927947998,MVA,21-24 yrs,154,438552,22.49308204650879,1,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,35.115562438964844 +1985,51,0.6557776927947998,suicide,21-24 yrs,76,438552,22.49308204650879,1,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,17.329757690429688 +1985,51,0.6557776927947998,homicide,21-24 yrs,57,438552,22.49308204650879,1,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,12.997318267822266 +1985,51,0.6557776927947998,other external,21-24 yrs,69,438552,22.49308204650879,1,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,15.733595848083496 +1985,51,0.6557776927947998,internal,21-24 yrs,85,438552,22.49308204650879,1,0.2383379340171814,1.4600000381469727,0.30000001192092896,0.7900000214576721,2.549999952316284,19.38196563720703 +1986,51,0.35157930850982666,MVA,15-17 yrs,76,271750,15.993236541748047,0,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,27.966880798339844 +1986,51,0.35157930850982666,suicide,15-17 yrs,17,271750,15.993236541748047,0,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,6.255749702453613 +1986,51,0.35157930850982666,homicide,15-17 yrs,13,271750,15.993236541748047,0,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,4.783808708190918 +1986,51,0.35157930850982666,other external,15-17 yrs,24,271750,15.993236541748047,0,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,8.831646919250488 +1986,51,0.35157930850982666,internal,15-17 yrs,33,271750,15.993236541748047,0,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,12.143514633178711 +1986,51,0.35157930850982666,all,18-20 yrs,293,294478,19.05000114440918,0.35157930850982666,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,99.49809265136719 +1986,51,0.35157930850982666,MVA,18-20 yrs,147,294478,19.05000114440918,0.35157930850982666,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,49.91883850097656 +1986,51,0.35157930850982666,suicide,18-20 yrs,35,294478,19.05000114440918,0.35157930850982666,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,11.885437965393066 +1986,51,0.35157930850982666,homicide,18-20 yrs,21,294478,19.05000114440918,0.35157930850982666,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,7.13126277923584 +1986,51,0.35157930850982666,other external,18-20 yrs,33,294478,19.05000114440918,0.35157930850982666,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,11.206270217895508 +1986,51,0.35157930850982666,internal,18-20 yrs,57,294478,19.05000114440918,0.35157930850982666,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,19.356285095214844 +1986,51,0.35157930850982666,all,21-24 yrs,425,440746,22.503171920776367,1,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,96.42742156982422 +1986,51,0.35157930850982666,MVA,21-24 yrs,161,440746,22.503171920776367,1,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,36.52897644042969 +1986,51,0.35157930850982666,suicide,21-24 yrs,76,440746,22.503171920776367,1,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,17.243492126464844 +1986,51,0.35157930850982666,homicide,21-24 yrs,61,440746,22.503171920776367,1,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,13.840170860290527 +1986,51,0.35157930850982666,other external,21-24 yrs,49,440746,22.503171920776367,1,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,11.117514610290527 +1986,51,0.35157930850982666,internal,21-24 yrs,78,440746,22.503171920776367,1,0.2339887022972107,1.5199999809265137,0.27000001072883606,0.7300000190734863,2.5299999713897705,17.697267532348633 +1987,51,0.043210454285144806,MVA,15-17 yrs,64,270989,16.026823043823242,0,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,23.61719512939453 +1987,51,0.043210454285144806,suicide,15-17 yrs,25,270989,16.026823043823242,0,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,9.22546672821045 +1987,51,0.043210454285144806,homicide,15-17 yrs,16,270989,16.026823043823242,0,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,5.904298782348633 +1987,51,0.043210454285144806,other external,15-17 yrs,31,270989,16.026823043823242,0,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,11.439579010009766 +1987,51,0.043210454285144806,internal,15-17 yrs,40,270989,16.026823043823242,0,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,14.760746955871582 +1987,51,0.043210454285144806,all,18-20 yrs,290,296035,19.03713035583496,0.043210454285144806,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,97.96138763427734 +1987,51,0.043210454285144806,MVA,18-20 yrs,132,296035,19.03713035583496,0.043210454285144806,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,44.58932113647461 +1987,51,0.043210454285144806,suicide,18-20 yrs,52,296035,19.03713035583496,0.043210454285144806,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,17.56549072265625 +1987,51,0.043210454285144806,homicide,18-20 yrs,33,296035,19.03713035583496,0.043210454285144806,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,11.147330284118652 +1987,51,0.043210454285144806,other external,18-20 yrs,30,296035,19.03713035583496,0.043210454285144806,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,10.133936882019043 +1987,51,0.043210454285144806,internal,18-20 yrs,43,296035,19.03713035583496,0.043210454285144806,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,14.525309562683105 +1987,51,0.043210454285144806,all,21-24 yrs,424,439611,22.532140731811523,1,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,96.44890594482422 +1987,51,0.043210454285144806,MVA,21-24 yrs,146,439611,22.532140731811523,1,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,33.211181640625 +1987,51,0.043210454285144806,suicide,21-24 yrs,66,439611,22.532140731811523,1,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,15.013273239135742 +1987,51,0.043210454285144806,homicide,21-24 yrs,62,439611,22.532140731811523,1,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,14.103377342224121 +1987,51,0.043210454285144806,other external,21-24 yrs,58,439611,22.532140731811523,1,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,13.193482398986816 +1987,51,0.043210454285144806,internal,21-24 yrs,92,439611,22.532140731811523,1,0.2257496565580368,1.399999976158142,0.25999999046325684,0.7099999785423279,2.359999895095825,20.927593231201172 +1988,51,0,MVA,15-17 yrs,75,261940,16.058940887451172,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,28.632511138916016 +1988,51,0,suicide,15-17 yrs,29,261940,16.058940887451172,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,11.071237564086914 +1988,51,0,homicide,15-17 yrs,17,261940,16.058940887451172,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,6.4900360107421875 +1988,51,0,other external,15-17 yrs,28,261940,16.058940887451172,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,10.689471244812012 +1988,51,0,internal,15-17 yrs,27,261940,16.058940887451172,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,10.307703971862793 +1988,51,0,all,18-20 yrs,266,301251,19.023874282836914,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,88.2984619140625 +1988,51,0,MVA,18-20 yrs,122,301251,19.023874282836914,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,40.4977912902832 +1988,51,0,suicide,18-20 yrs,28,301251,19.023874282836914,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,9.294574737548828 +1988,51,0,homicide,18-20 yrs,39,301251,19.023874282836914,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,12.946015357971191 +1988,51,0,other external,18-20 yrs,28,301251,19.023874282836914,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,9.294574737548828 +1988,51,0,internal,18-20 yrs,49,301251,19.023874282836914,0,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,16.265506744384766 +1988,51,0,all,21-24 yrs,440,429901,22.544618606567383,1,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,102.3491439819336 +1988,51,0,MVA,21-24 yrs,163,429901,22.544618606567383,1,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,37.915706634521484 +1988,51,0,suicide,21-24 yrs,56,429901,22.544618606567383,1,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,13.026254653930664 +1988,51,0,homicide,21-24 yrs,72,429901,22.544618606567383,1,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,16.7480411529541 +1988,51,0,other external,21-24 yrs,44,429901,22.544618606567383,1,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,10.234914779663086 +1988,51,0,internal,21-24 yrs,105,429901,22.544618606567383,1,0.21678072214126587,1.309999942779541,0.25,0.6800000071525574,2.240000009536743,24.42422866821289 +1989,51,0,MVA,15-17 yrs,65,246624,16.04446029663086,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,26.35590934753418 +1989,51,0,suicide,15-17 yrs,26,246624,16.04446029663086,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,10.542364120483398 +1989,51,0,homicide,15-17 yrs,22,246624,16.04446029663086,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,8.920461654663086 +1989,51,0,other external,15-17 yrs,20,246624,16.04446029663086,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,8.10951042175293 +1989,51,0,internal,15-17 yrs,27,246624,16.04446029663086,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,10.947839736938477 +1989,51,0,all,18-20 yrs,257,308559,19.024080276489258,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,83.29039001464844 +1989,51,0,MVA,18-20 yrs,96,308559,19.024080276489258,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,31.112363815307617 +1989,51,0,suicide,18-20 yrs,40,308559,19.024080276489258,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,12.963484764099121 +1989,51,0,homicide,18-20 yrs,45,308559,19.024080276489258,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,14.5839204788208 +1989,51,0,other external,18-20 yrs,31,308559,19.024080276489258,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,10.046701431274414 +1989,51,0,internal,18-20 yrs,45,308559,19.024080276489258,0,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,14.5839204788208 +1989,51,0,all,21-24 yrs,385,418811,22.533342361450195,1,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,91.926910400390625 +1989,51,0,MVA,21-24 yrs,115,418811,22.533342361450195,1,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,27.45868682861328 +1989,51,0,suicide,21-24 yrs,57,418811,22.533342361450195,1,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,13.609957695007324 +1989,51,0,homicide,21-24 yrs,75,418811,22.533342361450195,1,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,17.907838821411133 +1989,51,0,other external,21-24 yrs,41,418811,22.533342361450195,1,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,9.789618492126465 +1989,51,0,internal,21-24 yrs,97,418811,22.533342361450195,1,0.20681580901145935,1.2300000190734863,0.3100000023841858,0.6499999761581421,2.190000057220459,23.160804748535156 +1990,51,0,MVA,15-17 yrs,71,239530,16.017520904541016,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,29.641380310058594 +1990,51,0,suicide,15-17 yrs,18,239530,16.017520904541016,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,7.514716148376465 +1990,51,0,homicide,15-17 yrs,39,239530,16.017520904541016,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,16.281885147094727 +1990,51,0,other external,15-17 yrs,17,239530,16.017520904541016,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,7.097231864929199 +1990,51,0,internal,15-17 yrs,27,239530,16.017520904541016,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,11.272074699401855 +1990,51,0,all,18-20 yrs,293,308219,19.061643600463867,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,95.0622787475586 +1990,51,0,MVA,18-20 yrs,129,308219,19.061643600463867,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,41.85335922241211 +1990,51,0,suicide,18-20 yrs,29,308219,19.061643600463867,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,9.408894538879395 +1990,51,0,homicide,18-20 yrs,51,308219,19.061643600463867,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,16.546676635742188 +1990,51,0,other external,18-20 yrs,37,308219,19.061643600463867,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,12.004451751708984 +1990,51,0,internal,18-20 yrs,47,308219,19.061643600463867,0,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,15.248897552490234 +1990,51,0,all,21-24 yrs,405,413764,22.502920150756836,1,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,97.88188171386719 +1990,51,0,MVA,21-24 yrs,114,413764,22.502920150756836,1,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,27.551937103271484 +1990,51,0,suicide,21-24 yrs,60,413764,22.502920150756836,1,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,14.501019477844238 +1990,51,0,homicide,21-24 yrs,83,413764,22.502920150756836,1,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,20.059743881225586 +1990,51,0,other external,21-24 yrs,50,413764,22.502920150756836,1,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,12.084183692932129 +1990,51,0,internal,21-24 yrs,98,413764,22.502920150756836,1,0.19621393084526062,1.25,0.30000001192092896,0.6200000047683716,2.180000066757202,23.684999465942383 +1991,51,0,MVA,15-17 yrs,62,236752,16.014968872070312,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,26.187740325927734 +1991,51,0,suicide,15-17 yrs,20,236752,16.014968872070312,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,8.44765853881836 +1991,51,0,homicide,15-17 yrs,27,236752,16.014968872070312,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,11.404338836669922 +1991,51,0,other external,15-17 yrs,22,236752,16.014968872070312,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,9.292424201965332 +1991,51,0,internal,15-17 yrs,34,236752,16.014968872070312,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,14.361019134521484 +1991,51,0,all,18-20 yrs,278,291416,19.084449768066406,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,95.396270751953125 +1991,51,0,MVA,18-20 yrs,95,291416,19.084449768066406,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,32.59944534301758 +1991,51,0,suicide,18-20 yrs,29,291416,19.084449768066406,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,9.951409339904785 +1991,51,0,homicide,18-20 yrs,62,291416,19.084449768066406,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,21.275426864624023 +1991,51,0,other external,18-20 yrs,30,291416,19.084449768066406,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,10.294561386108398 +1991,51,0,internal,18-20 yrs,62,291416,19.084449768066406,0,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,21.275426864624023 +1991,51,0,all,21-24 yrs,404,411552,22.47989273071289,1,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,98.16499328613281 +1991,51,0,MVA,21-24 yrs,123,411552,22.47989273071289,1,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,29.88686752319336 +1991,51,0,suicide,21-24 yrs,56,411552,22.47989273071289,1,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,13.60702896118164 +1991,51,0,homicide,21-24 yrs,98,411552,22.47989273071289,1,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,23.812301635742188 +1991,51,0,other external,21-24 yrs,44,411552,22.47989273071289,1,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,10.691237449645996 +1991,51,0,internal,21-24 yrs,83,411552,22.47989273071289,1,0.18829046189785004,1.2000000476837158,0.2800000011920929,0.5799999833106995,2.059999942779541,20.167560577392578 +1992,51,0,MVA,15-17 yrs,46,240925,16.004270553588867,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,19.09307861328125 +1992,51,0,suicide,15-17 yrs,21,240925,16.004270553588867,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,8.716405868530273 +1992,51,0,homicide,15-17 yrs,27,240925,16.004270553588867,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,11.206807136535645 +1992,51,0,other external,15-17 yrs,9,240925,16.004270553588867,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,3.735602378845215 +1992,51,0,internal,15-17 yrs,39,240925,16.004270553588867,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,16.187610626220703 +1992,51,0,all,18-20 yrs,273,276965,19.0692138671875,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,98.56841278076172 +1992,51,0,MVA,18-20 yrs,102,276965,19.0692138671875,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,36.8277587890625 +1992,51,0,suicide,18-20 yrs,38,276965,19.0692138671875,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,13.720145225524902 +1992,51,0,homicide,18-20 yrs,65,276965,19.0692138671875,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,23.468669891357422 +1992,51,0,other external,18-20 yrs,22,276965,19.0692138671875,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,7.943242073059082 +1992,51,0,internal,18-20 yrs,46,276965,19.0692138671875,0,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,16.608596801757812 +1992,51,0,all,21-24 yrs,405,416218,22.468624114990234,1,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,97.304779052734375 +1992,51,0,MVA,21-24 yrs,98,416218,22.468624114990234,1,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,23.545352935791016 +1992,51,0,suicide,21-24 yrs,70,416218,22.468624114990234,1,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,16.8181095123291 +1992,51,0,homicide,21-24 yrs,93,416218,22.468624114990234,1,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,22.34406089782715 +1992,51,0,other external,21-24 yrs,45,416218,22.468624114990234,1,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,10.811641693115234 +1992,51,0,internal,21-24 yrs,99,416218,22.468624114990234,1,0.18278802931308746,1.25,0.2800000011920929,0.5699999928474426,2.0999999046325684,23.785612106323242 +1993,51,0,MVA,15-17 yrs,46,244123,15.996710777282715,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,18.842960357666016 +1993,51,0,suicide,15-17 yrs,23,244123,15.996710777282715,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,9.421480178833008 +1993,51,0,homicide,15-17 yrs,29,244123,15.996710777282715,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,11.879257202148438 +1993,51,0,other external,15-17 yrs,21,244123,15.996710777282715,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,8.60222053527832 +1993,51,0,internal,15-17 yrs,26,244123,15.996710777282715,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,10.650368690490723 +1993,51,0,all,18-20 yrs,223,270679,19.044015884399414,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,82.385406494140625 +1993,51,0,MVA,18-20 yrs,67,270679,19.044015884399414,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,24.752567291259766 +1993,51,0,suicide,18-20 yrs,37,270679,19.044015884399414,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,13.669327735900879 +1993,51,0,homicide,18-20 yrs,52,270679,19.044015884399414,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,19.210947036743164 +1993,51,0,other external,18-20 yrs,17,270679,19.044015884399414,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,6.280501842498779 +1993,51,0,internal,18-20 yrs,50,270679,19.044015884399414,0,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,18.472064971923828 +1993,51,0,all,21-24 yrs,394,414554,22.505887985229492,1,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,95.041900634765625 +1993,51,0,MVA,21-24 yrs,94,414554,22.505887985229492,1,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,22.674970626831055 +1993,51,0,suicide,21-24 yrs,73,414554,22.505887985229492,1,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,17.609285354614258 +1993,51,0,homicide,21-24 yrs,77,414554,22.505887985229492,1,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,18.57417869567871 +1993,51,0,other external,21-24 yrs,42,414554,22.505887985229492,1,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,10.131370544433594 +1993,51,0,internal,21-24 yrs,108,414554,22.505887985229492,1,0.17747515439987183,1.2400000095367432,0.27000001072883606,0.5400000214576721,2.049999952316284,26.052095413208008 +1994,51,0,MVA,15-17 yrs,63,250969,16.006553649902344,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,25.10270118713379 +1994,51,0,suicide,15-17 yrs,20,250969,16.006553649902344,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,7.969111919403076 +1994,51,0,homicide,15-17 yrs,22,250969,16.006553649902344,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,8.766022682189941 +1994,51,0,other external,15-17 yrs,25,250969,16.006553649902344,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,9.961389541625977 +1994,51,0,internal,15-17 yrs,32,250969,16.006553649902344,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,12.750578880310059 +1994,51,0,all,18-20 yrs,238,267994,19.041366577148438,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,88.8079605102539 +1994,51,0,MVA,18-20 yrs,88,267994,19.041366577148438,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,32.83655548095703 +1994,51,0,suicide,18-20 yrs,30,267994,19.041366577148438,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,11.194280624389648 +1994,51,0,homicide,18-20 yrs,60,267994,19.041366577148438,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,22.388561248779297 +1994,51,0,other external,18-20 yrs,23,267994,19.041366577148438,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,8.582282066345215 +1994,51,0,internal,18-20 yrs,37,267994,19.041366577148438,0,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,13.806279182434082 +1994,51,0,all,21-24 yrs,373,403693,22.549888610839844,1,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,92.396942138671875 +1994,51,0,MVA,21-24 yrs,98,403693,22.549888610839844,1,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,24.2758731842041 +1994,51,0,suicide,21-24 yrs,65,403693,22.549888610839844,1,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,16.10134506225586 +1994,51,0,homicide,21-24 yrs,97,403693,22.549888610839844,1,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,24.028160095214844 +1994,51,0,other external,21-24 yrs,36,403693,22.549888610839844,1,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,8.917667388916016 +1994,51,0,internal,21-24 yrs,77,403693,22.549888610839844,1,0.17304427921772003,1.2000000476837158,0.27000001072883606,0.5099999904632568,1.9900000095367432,19.07390022277832 +1995,51,0,MVA,15-17 yrs,64,258617,15.994133949279785,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,24.747018814086914 +1995,51,0,suicide,15-17 yrs,16,258617,15.994133949279785,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,6.1867547035217285 +1995,51,0,homicide,15-17 yrs,27,258617,15.994133949279785,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,10.440149307250977 +1995,51,0,other external,15-17 yrs,19,258617,15.994133949279785,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,7.346771717071533 +1995,51,0,internal,15-17 yrs,30,258617,15.994133949279785,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,11.600165367126465 +1995,51,0,all,18-20 yrs,243,270869,19.029722213745117,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,89.71126556396484 +1995,51,0,MVA,18-20 yrs,89,270869,19.029722213745117,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,32.85721206665039 +1995,51,0,suicide,18-20 yrs,33,270869,19.029722213745117,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,12.183011054992676 +1995,51,0,homicide,18-20 yrs,65,270869,19.029722213745117,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,23.99683952331543 +1995,51,0,other external,18-20 yrs,21,270869,19.029722213745117,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,7.7528252601623535 +1995,51,0,internal,18-20 yrs,35,270869,19.029722213745117,0,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,12.921375274658203 +1995,51,0,all,21-24 yrs,366,388360,22.56056785583496,1,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,94.2424545288086 +1995,51,0,MVA,21-24 yrs,98,388360,22.56056785583496,1,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,25.234317779541016 +1995,51,0,suicide,21-24 yrs,69,388360,22.56056785583496,1,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,17.76702117919922 +1995,51,0,homicide,21-24 yrs,76,388360,22.56056785583496,1,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,19.56947135925293 +1995,51,0,other external,21-24 yrs,32,388360,22.56056785583496,1,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,8.239777565002441 +1995,51,0,internal,21-24 yrs,91,388360,22.56056785583496,1,0.16827534139156342,1.149999976158142,0.28999999165534973,0.49000000953674316,1.9299999475479126,23.431867599487305 +1996,51,0,MVA,15-17 yrs,55,265057,16.00518035888672,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,20.750253677368164 +1996,51,0,suicide,15-17 yrs,32,265057,16.00518035888672,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,12.072875022888184 +1996,51,0,homicide,15-17 yrs,28,265057,16.00518035888672,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,10.563765525817871 +1996,51,0,other external,15-17 yrs,21,265057,16.00518035888672,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,7.922824382781982 +1996,51,0,internal,15-17 yrs,41,265057,16.00518035888672,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,15.468371391296387 +1996,51,0,all,18-20 yrs,240,274627,19.018280029296875,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,87.3912582397461 +1996,51,0,MVA,18-20 yrs,81,274627,19.018280029296875,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,29.494550704956055 +1996,51,0,suicide,18-20 yrs,31,274627,19.018280029296875,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,11.28803825378418 +1996,51,0,homicide,18-20 yrs,55,274627,19.018280029296875,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,20.027164459228516 +1996,51,0,other external,18-20 yrs,23,274627,19.018280029296875,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,8.374996185302734 +1996,51,0,internal,18-20 yrs,50,274627,19.018280029296875,0,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,18.206512451171875 +1996,51,0,all,21-24 yrs,345,374459,22.525867462158203,1,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,92.13291931152344 +1996,51,0,MVA,21-24 yrs,74,374459,22.525867462158203,1,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,19.761842727661133 +1996,51,0,suicide,21-24 yrs,69,374459,22.525867462158203,1,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,18.426584243774414 +1996,51,0,homicide,21-24 yrs,72,374459,22.525867462158203,1,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,19.227739334106445 +1996,51,0,other external,21-24 yrs,42,374459,22.525867462158203,1,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,11.216180801391602 +1996,51,0,internal,21-24 yrs,88,374459,22.525867462158203,1,0.16344909369945526,1.1299999952316284,0.30000001192092896,0.49000000953674316,1.9199999570846558,23.50057029724121 +1970,53,0,MVA,15-17 yrs,56,202434,15.994758605957031,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,27.66333770751953 +1970,53,0,suicide,15-17 yrs,9,202434,15.994758605957031,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,4.445893287658691 +1970,53,0,homicide,15-17 yrs,9,202434,15.994758605957031,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,4.445893287658691 +1970,53,0,other external,15-17 yrs,41,202434,15.994758605957031,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,20.253515243530273 +1970,53,0,internal,15-17 yrs,35,202434,15.994758605957031,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,17.28958511352539 +1970,53,0,all,18-20 yrs,264,192022,18.99759864807129,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,137.4842529296875 +1970,53,0,MVA,18-20 yrs,124,192022,18.99759864807129,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,64.57593536376953 +1970,53,0,suicide,18-20 yrs,22,192022,18.99759864807129,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,11.45702075958252 +1970,53,0,homicide,18-20 yrs,12,192022,18.99759864807129,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,6.249283790588379 +1970,53,0,other external,18-20 yrs,51,192022,18.99759864807129,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,26.55945587158203 +1970,53,0,internal,18-20 yrs,55,192022,18.99759864807129,0,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,28.64255142211914 +1970,53,0,all,21-24 yrs,289,232554,22.41597557067871,1,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,124.27220916748047 +1970,53,0,MVA,21-24 yrs,112,232554,22.41597557067871,1,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,48.160858154296875 +1970,53,0,suicide,21-24 yrs,34,232554,22.41597557067871,1,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,14.620260238647461 +1970,53,0,homicide,21-24 yrs,16,232554,22.41597557067871,1,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,6.880122661590576 +1970,53,0,other external,21-24 yrs,60,232554,22.41597557067871,1,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,25.800458908081055 +1970,53,0,internal,21-24 yrs,67,232554,22.41597557067871,1,0.12470901012420654,1.190000057220459,0.38999998569488525,1.0800000429153442,2.6600000858306885,28.81051254272461 +1971,53,0,MVA,15-17 yrs,59,202671,15.992445945739746,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,29.11121940612793 +1971,53,0,suicide,15-17 yrs,11,202671,15.992445945739746,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,5.427515506744385 +1971,53,0,homicide,15-17 yrs,4,202671,15.992445945739746,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,1.9736419916152954 +1971,53,0,other external,15-17 yrs,39,202671,15.992445945739746,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,19.243009567260742 +1971,53,0,internal,15-17 yrs,48,202671,15.992445945739746,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,23.683704376220703 +1971,53,0,all,18-20 yrs,258,197176,18.98841094970703,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,130.84756469726562 +1971,53,0,MVA,18-20 yrs,128,197176,18.98841094970703,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,64.9166259765625 +1971,53,0,suicide,18-20 yrs,23,197176,18.98841094970703,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,11.664705276489258 +1971,53,0,homicide,18-20 yrs,8,197176,18.98841094970703,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,4.057289123535156 +1971,53,0,other external,18-20 yrs,39,197176,18.98841094970703,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,19.77928352355957 +1971,53,0,internal,18-20 yrs,60,197176,18.98841094970703,0,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,30.42966651916504 +1971,53,0,all,21-24 yrs,314,248782,22.536558151245117,1,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,126.21492004394531 +1971,53,0,MVA,21-24 yrs,117,248782,22.536558151245117,1,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,47.02912521362305 +1971,53,0,suicide,21-24 yrs,33,248782,22.536558151245117,1,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,13.264625549316406 +1971,53,0,homicide,21-24 yrs,13,248782,22.536558151245117,1,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,5.22545862197876 +1971,53,0,other external,21-24 yrs,64,248782,22.536558151245117,1,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,25.72533416748047 +1971,53,0,internal,21-24 yrs,87,248782,22.536558151245117,1,0.11947430670261383,1.2300000190734863,0.4399999976158142,1.059999942779541,2.7300000190734863,34.970375061035156 +1972,53,0,MVA,15-17 yrs,92,204336,15.98132038116455,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,45.02388381958008 +1972,53,0,suicide,15-17 yrs,10,204336,15.98132038116455,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,4.893900394439697 +1972,53,0,homicide,15-17 yrs,2,204336,15.98132038116455,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,0.9787800312042236 +1972,53,0,other external,15-17 yrs,48,204336,15.98132038116455,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,23.490720748901367 +1972,53,0,internal,15-17 yrs,42,204336,15.98132038116455,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,20.554380416870117 +1972,53,0,all,18-20 yrs,250,195267,18.988027572631836,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,128.0298309326172 +1972,53,0,MVA,18-20 yrs,110,195267,18.988027572631836,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,56.33312225341797 +1972,53,0,suicide,18-20 yrs,14,195267,18.988027572631836,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,7.169670104980469 +1972,53,0,homicide,18-20 yrs,6,195267,18.988027572631836,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,3.0727157592773438 +1972,53,0,other external,18-20 yrs,62,195267,18.988027572631836,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,31.75139617919922 +1972,53,0,internal,18-20 yrs,58,195267,18.988027572631836,0,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,29.702919006347656 +1972,53,0,all,21-24 yrs,326,239958,22.502988815307617,1,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,135.8571014404297 +1972,53,0,MVA,21-24 yrs,100,239958,22.502988815307617,1,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,41.67395782470703 +1972,53,0,suicide,21-24 yrs,40,239958,22.502988815307617,1,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,16.669584274291992 +1972,53,0,homicide,21-24 yrs,24,239958,22.502988815307617,1,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,10.001749992370605 +1972,53,0,other external,21-24 yrs,70,239958,22.502988815307617,1,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,29.171772003173828 +1972,53,0,internal,21-24 yrs,92,239958,22.502988815307617,1,0.11575860530138016,1.2400000095367432,0.4300000071525574,1,2.6700000762939453,38.34004211425781 +1973,53,0,MVA,15-17 yrs,71,206141,15.98626708984375,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,34.44244384765625 +1973,53,0,suicide,15-17 yrs,11,206141,15.98626708984375,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,5.336153507232666 +1973,53,0,homicide,15-17 yrs,6,206141,15.98626708984375,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,2.9106290340423584 +1973,53,0,other external,15-17 yrs,37,206141,15.98626708984375,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,17.94887924194336 +1973,53,0,internal,15-17 yrs,44,206141,15.98626708984375,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,21.344614028930664 +1973,53,0,all,18-20 yrs,264,199366,19.004112243652344,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,132.41976928710938 +1973,53,0,MVA,18-20 yrs,114,199366,19.004112243652344,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,57.1812629699707 +1973,53,0,suicide,18-20 yrs,24,199366,19.004112243652344,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,12.038161277770996 +1973,53,0,homicide,18-20 yrs,15,199366,19.004112243652344,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,7.523850440979004 +1973,53,0,other external,18-20 yrs,58,199366,19.004112243652344,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,29.092222213745117 +1973,53,0,internal,18-20 yrs,53,199366,19.004112243652344,0,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,26.584272384643555 +1973,53,0,all,21-24 yrs,327,245407,22.49845314025879,1,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,133.24803161621094 +1973,53,0,MVA,21-24 yrs,112,245407,22.49845314025879,1,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,45.63846969604492 +1973,53,0,suicide,21-24 yrs,34,245407,22.49845314025879,1,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,13.854535102844238 +1973,53,0,homicide,21-24 yrs,19,245407,22.49845314025879,1,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,7.7422404289245605 +1973,53,0,other external,21-24 yrs,78,245407,22.49845314025879,1,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,31.783933639526367 +1973,53,0,internal,21-24 yrs,84,245407,22.49845314025879,1,0.10897994041442871,1.2999999523162842,0.4300000071525574,1.0299999713897705,2.759999990463257,34.228851318359375 +1974,53,0,MVA,15-17 yrs,78,209723,16.000852584838867,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,37.19191360473633 +1974,53,0,suicide,15-17 yrs,13,209723,16.000852584838867,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,6.198652744293213 +1974,53,0,homicide,15-17 yrs,12,209723,16.000852584838867,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,5.721833229064941 +1974,53,0,other external,15-17 yrs,45,209723,16.000852584838867,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,21.45687484741211 +1974,53,0,internal,15-17 yrs,52,209723,16.000852584838867,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,24.79461097717285 +1974,53,0,all,18-20 yrs,267,204071,19.005767822265625,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,130.83682250976562 +1974,53,0,MVA,18-20 yrs,106,204071,19.005767822265625,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,51.94270706176758 +1974,53,0,suicide,18-20 yrs,23,204071,19.005767822265625,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,11.270586967468262 +1974,53,0,homicide,18-20 yrs,13,204071,19.005767822265625,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,6.370331764221191 +1974,53,0,other external,18-20 yrs,67,204071,19.005767822265625,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,32.83171081542969 +1974,53,0,internal,18-20 yrs,58,204071,19.005767822265625,0,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,28.421480178833008 +1974,53,0,all,21-24 yrs,304,255974,22.47981071472168,1,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,118.7620620727539 +1974,53,0,MVA,21-24 yrs,118,255974,22.47981071472168,1,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,46.09843063354492 +1974,53,0,suicide,21-24 yrs,51,255974,22.47981071472168,1,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,19.923898696899414 +1974,53,0,homicide,21-24 yrs,19,255974,22.47981071472168,1,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,7.422628879547119 +1974,53,0,other external,21-24 yrs,66,255974,22.47981071472168,1,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,25.78386878967285 +1974,53,0,internal,21-24 yrs,50,255974,22.47981071472168,1,0.09814827144145966,1.340000033378601,0.4399999976158142,1.0700000524520874,2.8499999046325684,19.533233642578125 +1975,53,0,MVA,15-17 yrs,78,210516,15.999420166015625,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,37.051815032958984 +1975,53,0,suicide,15-17 yrs,6,210516,15.999420166015625,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,2.850139617919922 +1975,53,0,homicide,15-17 yrs,5,210516,15.999420166015625,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,2.3751163482666016 +1975,53,0,other external,15-17 yrs,31,210516,15.999420166015625,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,14.72572135925293 +1975,53,0,internal,15-17 yrs,42,210516,15.999420166015625,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,19.950977325439453 +1975,53,0,all,18-20 yrs,276,210001,18.999013900756836,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,131.42794799804688 +1975,53,0,MVA,18-20 yrs,122,210001,18.999013900756836,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,58.09496307373047 +1975,53,0,suicide,18-20 yrs,33,210001,18.999013900756836,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,15.714210510253906 +1975,53,0,homicide,18-20 yrs,15,210001,18.999013900756836,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,7.142823219299316 +1975,53,0,other external,18-20 yrs,58,210001,18.999013900756836,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,27.618915557861328 +1975,53,0,internal,18-20 yrs,48,210001,18.999013900756836,0,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,22.85703468322754 +1975,53,0,all,21-24 yrs,371,266955,22.48421287536621,1,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,138.9747314453125 +1975,53,0,MVA,21-24 yrs,116,266955,22.48421287536621,1,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,43.45301818847656 +1975,53,0,suicide,21-24 yrs,45,266955,22.48421287536621,1,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,16.856773376464844 +1975,53,0,homicide,21-24 yrs,31,266955,22.48421287536621,1,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,11.612443923950195 +1975,53,0,other external,21-24 yrs,89,266955,22.48421287536621,1,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,33.338951110839844 +1975,53,0,internal,21-24 yrs,90,266955,22.48421287536621,1,0.08993884176015854,1.340000033378601,0.46000000834465027,1.100000023841858,2.9000000953674316,33.71354675292969 +1976,53,0,MVA,15-17 yrs,58,213312,15.988486289978027,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,27.19021987915039 +1976,53,0,suicide,15-17 yrs,12,213312,15.988486289978027,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,5.62556266784668 +1976,53,0,homicide,15-17 yrs,10,213312,15.988486289978027,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,4.687968730926514 +1976,53,0,other external,15-17 yrs,38,213312,15.988486289978027,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,17.814281463623047 +1976,53,0,internal,15-17 yrs,43,213312,15.988486289978027,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,20.158266067504883 +1976,53,0,all,18-20 yrs,261,214956,19.006498336791992,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,121.42019653320312 +1976,53,0,MVA,18-20 yrs,133,214956,19.006498336791992,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,61.87312698364258 +1976,53,0,suicide,18-20 yrs,21,214956,19.006498336791992,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,9.769441604614258 +1976,53,0,homicide,18-20 yrs,12,214956,19.006498336791992,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,5.582537651062012 +1976,53,0,other external,18-20 yrs,48,214956,19.006498336791992,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,22.330150604248047 +1976,53,0,internal,18-20 yrs,47,214956,19.006498336791992,0,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,21.864940643310547 +1976,53,0,all,21-24 yrs,369,276756,22.492889404296875,1,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,133.3304443359375 +1976,53,0,MVA,21-24 yrs,124,276756,22.492889404296875,1,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,44.8048095703125 +1976,53,0,suicide,21-24 yrs,53,276756,22.492889404296875,1,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,19.150442123413086 +1976,53,0,homicide,21-24 yrs,26,276756,22.492889404296875,1,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,9.394556999206543 +1976,53,0,other external,21-24 yrs,88,276756,22.492889404296875,1,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,31.79696273803711 +1976,53,0,internal,21-24 yrs,78,276756,22.492889404296875,1,0.08503882586956024,1.3600000143051147,0.47999998927116394,1.1100000143051147,2.950000047683716,28.183670043945312 +1977,53,0,MVA,15-17 yrs,85,215106,15.99614143371582,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,39.51539993286133 +1977,53,0,suicide,15-17 yrs,18,215106,15.99614143371582,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,8.36796760559082 +1977,53,0,homicide,15-17 yrs,6,215106,15.99614143371582,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,2.7893223762512207 +1977,53,0,other external,15-17 yrs,43,215106,15.99614143371582,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,19.990144729614258 +1977,53,0,internal,15-17 yrs,36,215106,15.99614143371582,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,16.73593521118164 +1977,53,0,all,18-20 yrs,281,218056,19.022829055786133,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,128.86598205566406 +1977,53,0,MVA,18-20 yrs,129,218056,19.022829055786133,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,59.159114837646484 +1977,53,0,suicide,18-20 yrs,24,218056,19.022829055786133,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,11.006346702575684 +1977,53,0,homicide,18-20 yrs,8,218056,19.022829055786133,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,3.6687822341918945 +1977,53,0,other external,18-20 yrs,59,218056,19.022829055786133,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,27.057270050048828 +1977,53,0,internal,18-20 yrs,61,218056,19.022829055786133,0,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,27.974464416503906 +1977,53,0,all,21-24 yrs,394,286419,22.5084228515625,1,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,137.56069946289062 +1977,53,0,MVA,21-24 yrs,154,286419,22.5084228515625,1,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,53.76738357543945 +1977,53,0,suicide,21-24 yrs,61,286419,22.5084228515625,1,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,21.297470092773438 +1977,53,0,homicide,21-24 yrs,28,286419,22.5084228515625,1,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,9.775887489318848 +1977,53,0,other external,21-24 yrs,79,286419,22.5084228515625,1,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,27.581968307495117 +1977,53,0,internal,21-24 yrs,72,286419,22.5084228515625,1,0.07984669506549835,1.3600000143051147,0.44999998807907104,1.0800000429153442,2.890000104904175,25.137996673583984 +1978,53,0,MVA,15-17 yrs,97,217273,16.0112247467041,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,44.64429473876953 +1978,53,0,suicide,15-17 yrs,14,217273,16.0112247467041,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,6.443506717681885 +1978,53,0,homicide,15-17 yrs,12,217273,16.0112247467041,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,5.523005485534668 +1978,53,0,other external,15-17 yrs,35,217273,16.0112247467041,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,16.108766555786133 +1978,53,0,internal,15-17 yrs,45,217273,16.0112247467041,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,20.711271286010742 +1978,53,0,all,18-20 yrs,295,221256,19.023822784423828,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,133.3297119140625 +1978,53,0,MVA,18-20 yrs,150,221256,19.023822784423828,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,67.794769287109375 +1978,53,0,suicide,18-20 yrs,31,221256,19.023822784423828,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,14.010919570922852 +1978,53,0,homicide,18-20 yrs,16,221256,19.023822784423828,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,7.231442451477051 +1978,53,0,other external,18-20 yrs,53,221256,19.023822784423828,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,23.954153060913086 +1978,53,0,internal,18-20 yrs,45,221256,19.023822784423828,0,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,20.33843231201172 +1978,53,0,all,21-24 yrs,407,298371,22.498422622680664,1,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,136.40736389160156 +1978,53,0,MVA,21-24 yrs,169,298371,22.498422622680664,1,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,56.640892028808594 +1978,53,0,suicide,21-24 yrs,53,298371,22.498422622680664,1,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,17.763120651245117 +1978,53,0,homicide,21-24 yrs,22,298371,22.498422622680664,1,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,7.37337064743042 +1978,53,0,other external,21-24 yrs,87,298371,22.498422622680664,1,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,29.158329010009766 +1978,53,0,internal,21-24 yrs,76,298371,22.498422622680664,1,0.07421334087848663,1.3899999856948853,0.47999998927116394,1.090000033378601,2.9600000381469727,25.471643447875977 +1979,53,0,MVA,15-17 yrs,85,215740,16.015666961669922,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,39.39927673339844 +1979,53,0,suicide,15-17 yrs,18,215740,16.015666961669922,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,8.343376159667969 +1979,53,0,homicide,15-17 yrs,9,215740,16.015666961669922,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,4.171688079833984 +1979,53,0,other external,15-17 yrs,39,215740,16.015666961669922,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,18.077314376831055 +1979,53,0,internal,15-17 yrs,46,215740,16.015666961669922,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,21.321962356567383 +1979,53,0,all,18-20 yrs,301,226924,19.0150089263916,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,132.64352416992188 +1979,53,0,MVA,18-20 yrs,141,226924,19.0150089263916,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,62.13534164428711 +1979,53,0,suicide,18-20 yrs,42,226924,19.0150089263916,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,18.508399963378906 +1979,53,0,homicide,18-20 yrs,10,226924,19.0150089263916,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,4.406761646270752 +1979,53,0,other external,18-20 yrs,62,226924,19.0150089263916,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,27.321922302246094 +1979,53,0,internal,18-20 yrs,46,226924,19.0150089263916,0,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,20.27110481262207 +1979,53,0,all,21-24 yrs,410,310427,22.501367568969727,1,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,132.07614135742188 +1979,53,0,MVA,21-24 yrs,165,310427,22.501367568969727,1,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,53.152591705322266 +1979,53,0,suicide,21-24 yrs,53,310427,22.501367568969727,1,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,17.073257446289062 +1979,53,0,homicide,21-24 yrs,30,310427,22.501367568969727,1,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,9.6641082763671875 +1979,53,0,other external,21-24 yrs,73,310427,22.501367568969727,1,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,23.515995025634766 +1979,53,0,internal,21-24 yrs,89,310427,22.501367568969727,1,0.06664889305830002,1.409999966621399,0.47999998927116394,1.100000023841858,2.990000009536743,28.67018699645996 +1980,53,0,MVA,15-17 yrs,96,213894,16.02942657470703,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,44.88204574584961 +1980,53,0,suicide,15-17 yrs,17,213894,16.02942657470703,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,7.947862148284912 +1980,53,0,homicide,15-17 yrs,8,213894,16.02942657470703,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,3.740170478820801 +1980,53,0,other external,15-17 yrs,30,213894,16.02942657470703,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,14.025638580322266 +1980,53,0,internal,15-17 yrs,40,213894,16.02942657470703,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,18.700851440429688 +1980,53,0,all,18-20 yrs,289,233159,19.021093368530273,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,123.94975280761719 +1980,53,0,MVA,18-20 yrs,144,233159,19.021093368530273,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,61.76042938232422 +1980,53,0,suicide,18-20 yrs,30,233159,19.021093368530273,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,12.866756439208984 +1980,53,0,homicide,18-20 yrs,19,233159,19.021093368530273,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,8.148945808410645 +1980,53,0,other external,18-20 yrs,61,233159,19.021093368530273,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,26.162405014038086 +1980,53,0,internal,18-20 yrs,35,233159,19.021093368530273,0,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,15.011215209960938 +1980,53,0,all,21-24 yrs,395,321667,22.511423110961914,1,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,122.79779815673828 +1980,53,0,MVA,21-24 yrs,154,321667,22.511423110961914,1,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,47.8755989074707 +1980,53,0,suicide,21-24 yrs,72,321667,22.511423110961914,1,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,22.38339614868164 +1980,53,0,homicide,21-24 yrs,29,321667,22.511423110961914,1,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,9.015534400939941 +1980,53,0,other external,21-24 yrs,57,321667,22.511423110961914,1,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,17.72018814086914 +1980,53,0,internal,21-24 yrs,83,321667,22.511423110961914,1,0.058722201734781265,1.5199999809265137,0.5199999809265137,1.0800000429153442,3.119999885559082,25.803081512451172 +1981,53,0,MVA,15-17 yrs,76,205911,16.036155700683594,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,36.909149169921875 +1981,53,0,suicide,15-17 yrs,22,205911,16.036155700683594,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,10.68422794342041 +1981,53,0,homicide,15-17 yrs,6,205911,16.036155700683594,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,2.9138803482055664 +1981,53,0,other external,15-17 yrs,28,205911,16.036155700683594,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,13.598108291625977 +1981,53,0,internal,15-17 yrs,34,205911,16.036155700683594,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,16.511987686157227 +1981,53,0,all,18-20 yrs,268,232085,19.02552604675293,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,115.47493743896484 +1981,53,0,MVA,18-20 yrs,152,232085,19.02552604675293,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,65.49324798583984 +1981,53,0,suicide,18-20 yrs,22,232085,19.02552604675293,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,9.47928524017334 +1981,53,0,homicide,18-20 yrs,8,232085,19.02552604675293,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,3.4470129013061523 +1981,53,0,other external,18-20 yrs,56,232085,19.02552604675293,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,24.129091262817383 +1981,53,0,internal,18-20 yrs,30,232085,19.02552604675293,0,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,12.926298141479492 +1981,53,0,all,21-24 yrs,310,321375,22.528202056884766,1,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,96.46051788330078 +1981,53,0,MVA,21-24 yrs,108,321375,22.528202056884766,1,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,33.6056022644043 +1981,53,0,suicide,21-24 yrs,48,321375,22.528202056884766,1,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,14.935822486877441 +1981,53,0,homicide,21-24 yrs,34,321375,22.528202056884766,1,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,10.579541206359863 +1981,53,0,other external,21-24 yrs,50,321375,22.528202056884766,1,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,15.558148384094238 +1981,53,0,internal,21-24 yrs,70,321375,22.528202056884766,1,0.09240923821926117,1.3799999952316284,0.5400000214576721,1.0499999523162842,2.9700000286102295,21.781408309936523 +1982,53,0,MVA,15-17 yrs,46,197344,16.021455764770508,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,23.309551239013672 +1982,53,0,suicide,15-17 yrs,12,197344,16.021455764770508,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,6.080752372741699 +1982,53,0,homicide,15-17 yrs,18,197344,16.021455764770508,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,9.121129035949707 +1982,53,0,other external,15-17 yrs,28,197344,16.021455764770508,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,14.188422203063965 +1982,53,0,internal,15-17 yrs,46,197344,16.021455764770508,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,23.309551239013672 +1982,53,0,all,18-20 yrs,252,225213,19.026077270507812,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,111.89407348632812 +1982,53,0,MVA,18-20 yrs,108,225213,19.026077270507812,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,47.9546012878418 +1982,53,0,suicide,18-20 yrs,20,225213,19.026077270507812,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,8.880481719970703 +1982,53,0,homicide,18-20 yrs,20,225213,19.026077270507812,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,8.880481719970703 +1982,53,0,other external,18-20 yrs,54,225213,19.026077270507812,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,23.9773006439209 +1982,53,0,internal,18-20 yrs,50,225213,19.026077270507812,0,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,22.201204299926758 +1982,53,0,all,21-24 yrs,308,315996,22.5217342376709,1,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,97.46958923339844 +1982,53,0,MVA,21-24 yrs,112,315996,22.5217342376709,1,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,35.443485260009766 +1982,53,0,suicide,21-24 yrs,56,315996,22.5217342376709,1,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,17.721742630004883 +1982,53,0,homicide,21-24 yrs,28,315996,22.5217342376709,1,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,8.860871315002441 +1982,53,0,other external,21-24 yrs,58,315996,22.5217342376709,1,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,18.35466194152832 +1982,53,0,internal,21-24 yrs,54,315996,22.5217342376709,1,0.09299682825803757,1.3300000429153442,0.5299999713897705,0.9900000095367432,2.8499999046325684,17.088823318481445 +1983,53,0,MVA,15-17 yrs,55,192416,16.002796173095703,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,28.58390235900879 +1983,53,0,suicide,15-17 yrs,15,192416,16.002796173095703,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,7.795609474182129 +1983,53,0,homicide,15-17 yrs,4,192416,16.002796173095703,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,2.078829288482666 +1983,53,0,other external,15-17 yrs,23,192416,16.002796173095703,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,11.953268051147461 +1983,53,0,internal,15-17 yrs,36,192416,16.002796173095703,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,18.709463119506836 +1983,53,0,all,18-20 yrs,225,216845,19.043962478637695,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,103.76074981689453 +1983,53,0,MVA,18-20 yrs,102,216845,19.043962478637695,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,47.0382080078125 +1983,53,0,suicide,18-20 yrs,22,216845,19.043962478637695,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,10.145495414733887 +1983,53,0,homicide,18-20 yrs,17,216845,19.043962478637695,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,7.839701175689697 +1983,53,0,other external,18-20 yrs,31,216845,19.043962478637695,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,14.295926094055176 +1983,53,0,internal,18-20 yrs,53,216845,19.043962478637695,0,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,24.441421508789062 +1983,53,0,all,21-24 yrs,307,309364,22.52262306213379,1,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,99.23585510253906 +1983,53,0,MVA,21-24 yrs,105,309364,22.52262306213379,1,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,33.94060134887695 +1983,53,0,suicide,21-24 yrs,59,309364,22.52262306213379,1,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,19.07138442993164 +1983,53,0,homicide,21-24 yrs,32,309364,22.52262306213379,1,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,10.343802452087402 +1983,53,0,other external,21-24 yrs,48,309364,22.52262306213379,1,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,15.515703201293945 +1983,53,0,internal,21-24 yrs,63,309364,22.52262306213379,1,0.09010235220193863,1.2899999618530273,0.5400000214576721,0.9399999976158142,2.759999990463257,20.364360809326172 +1984,53,0,MVA,15-17 yrs,47,193982,15.988035202026367,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,24.22905158996582 +1984,53,0,suicide,15-17 yrs,14,193982,15.988035202026367,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,7.217164516448975 +1984,53,0,homicide,15-17 yrs,9,193982,15.988035202026367,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,4.639605522155762 +1984,53,0,other external,15-17 yrs,23,193982,15.988035202026367,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,11.856770515441895 +1984,53,0,internal,15-17 yrs,30,193982,15.988035202026367,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,15.465352058410645 +1984,53,0,all,18-20 yrs,221,206559,19.051301956176758,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,106.99122619628906 +1984,53,0,MVA,18-20 yrs,90,206559,19.051301956176758,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,43.57108688354492 +1984,53,0,suicide,18-20 yrs,33,206559,19.051301956176758,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,15.976064682006836 +1984,53,0,homicide,18-20 yrs,13,206559,19.051301956176758,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,6.2936015129089355 +1984,53,0,other external,18-20 yrs,44,206559,19.051301956176758,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,21.301420211791992 +1984,53,0,internal,18-20 yrs,41,206559,19.051301956176758,0,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,19.849050521850586 +1984,53,0,all,21-24 yrs,336,305704,22.52362060546875,1,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,109.91024017333984 +1984,53,0,MVA,21-24 yrs,126,305704,22.52362060546875,1,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,41.216339111328125 +1984,53,0,suicide,21-24 yrs,55,305704,22.52362060546875,1,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,17.99125862121582 +1984,53,0,homicide,21-24 yrs,28,305704,22.52362060546875,1,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,9.159186363220215 +1984,53,0,other external,21-24 yrs,54,305704,22.52362060546875,1,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,17.664146423339844 +1984,53,0,internal,21-24 yrs,73,305704,22.52362060546875,1,0.08637337386608124,1.2400000095367432,0.5699999928474426,0.9100000262260437,2.7100000381469727,23.879308700561523 +1985,53,0,MVA,15-17 yrs,48,199026,15.984177589416504,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,24.11745262145996 +1985,53,0,suicide,15-17 yrs,15,199026,15.984177589416504,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,7.536703586578369 +1985,53,0,homicide,15-17 yrs,6,199026,15.984177589416504,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,3.014681577682495 +1985,53,0,other external,15-17 yrs,23,199026,15.984177589416504,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,11.556279182434082 +1985,53,0,internal,15-17 yrs,40,199026,15.984177589416504,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,20.097877502441406 +1985,53,0,all,18-20 yrs,201,198221,19.03662109375,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,101.40196990966797 +1985,53,0,MVA,18-20 yrs,78,198221,19.03662109375,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,39.35001754760742 +1985,53,0,suicide,18-20 yrs,29,198221,19.03662109375,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,14.630134582519531 +1985,53,0,homicide,18-20 yrs,16,198221,19.03662109375,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,8.071798324584961 +1985,53,0,other external,18-20 yrs,26,198221,19.03662109375,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,13.11667251586914 +1985,53,0,internal,18-20 yrs,52,198221,19.03662109375,0,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,26.23334503173828 +1985,53,0,all,21-24 yrs,298,301604,22.53483009338379,1,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,98.8050537109375 +1985,53,0,MVA,21-24 yrs,107,301604,22.53483009338379,1,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,35.47698211669922 +1985,53,0,suicide,21-24 yrs,47,301604,22.53483009338379,1,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,15.58334732055664 +1985,53,0,homicide,21-24 yrs,33,301604,22.53483009338379,1,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,10.941499710083008 +1985,53,0,other external,21-24 yrs,44,301604,22.53483009338379,1,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,14.588665962219238 +1985,53,0,internal,21-24 yrs,67,301604,22.53483009338379,1,0.08340328931808472,1.2200000286102295,0.5899999737739563,0.8700000047683716,2.680000066757202,22.21455955505371 +1986,53,0,MVA,15-17 yrs,75,203212,15.99858283996582,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,36.90726852416992 +1986,53,0,suicide,15-17 yrs,25,203212,15.99858283996582,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,12.302423477172852 +1986,53,0,homicide,15-17 yrs,10,203212,15.99858283996582,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,4.920969009399414 +1986,53,0,other external,15-17 yrs,12,203212,15.99858283996582,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,5.905163288116455 +1986,53,0,internal,15-17 yrs,37,203212,15.99858283996582,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,18.20758628845215 +1986,53,0,all,18-20 yrs,219,194242,19.018661499023438,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,112.74595642089844 +1986,53,0,MVA,18-20 yrs,91,194242,19.018661499023438,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,46.848777770996094 +1986,53,0,suicide,18-20 yrs,35,194242,19.018661499023438,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,18.018760681152344 +1986,53,0,homicide,18-20 yrs,17,194242,19.018661499023438,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,8.751969337463379 +1986,53,0,other external,18-20 yrs,27,194242,19.018661499023438,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,13.900186538696289 +1986,53,0,internal,18-20 yrs,49,194242,19.018661499023438,0,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,25.22626495361328 +1986,53,0,all,21-24 yrs,322,293566,22.54955291748047,1,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,109.68572998046875 +1986,53,0,MVA,21-24 yrs,97,293566,22.54955291748047,1,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,33.04197311401367 +1986,53,0,suicide,21-24 yrs,50,293566,22.54955291748047,1,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,17.031944274902344 +1986,53,0,homicide,21-24 yrs,30,293566,22.54955291748047,1,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,10.21916675567627 +1986,53,0,other external,21-24 yrs,57,293566,22.54955291748047,1,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,19.416418075561523 +1986,53,0,internal,21-24 yrs,88,293566,22.54955291748047,1,0.0818813294172287,1.2300000190734863,0.6100000143051147,0.8199999928474426,2.6500000953674316,29.97622299194336 +1987,53,0,MVA,15-17 yrs,62,199635,16.041105270385742,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,31.056678771972656 +1987,53,0,suicide,15-17 yrs,27,199635,16.041105270385742,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,13.524682998657227 +1987,53,0,homicide,15-17 yrs,7,199635,16.041105270385742,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,3.506399154663086 +1987,53,0,other external,15-17 yrs,24,199635,16.041105270385742,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,12.021940231323242 +1987,53,0,internal,15-17 yrs,42,199635,16.041105270385742,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,21.038394927978516 +1987,53,0,all,18-20 yrs,212,197425,19.001893997192383,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,107.38255310058594 +1987,53,0,MVA,18-20 yrs,86,197425,19.001893997192383,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,43.56084442138672 +1987,53,0,suicide,18-20 yrs,29,197425,19.001893997192383,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,14.689122200012207 +1987,53,0,homicide,18-20 yrs,24,197425,19.001893997192383,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,12.156515121459961 +1987,53,0,other external,18-20 yrs,28,197425,19.001893997192383,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,14.182600975036621 +1987,53,0,internal,18-20 yrs,45,197425,19.001893997192383,0,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,22.793466567993164 +1987,53,0,all,21-24 yrs,310,286212,22.569847106933594,1,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,108.31132507324219 +1987,53,0,MVA,21-24 yrs,102,286212,22.569847106933594,1,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,35.63792037963867 +1987,53,0,suicide,21-24 yrs,66,286212,22.569847106933594,1,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,23.059829711914062 +1987,53,0,homicide,21-24 yrs,34,286212,22.569847106933594,1,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,11.879305839538574 +1987,53,0,other external,21-24 yrs,47,286212,22.569847106933594,1,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,16.42139434814453 +1987,53,0,internal,21-24 yrs,61,286212,22.569847106933594,1,0.07899818569421768,1.2300000190734863,0.5600000023841858,0.7900000214576721,2.5799999237060547,21.31287384033203 +1988,53,0,MVA,15-17 yrs,50,192393,16.065366744995117,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,25.98847198486328 +1988,53,0,suicide,15-17 yrs,31,192393,16.065366744995117,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,16.112852096557617 +1988,53,0,homicide,15-17 yrs,11,192393,16.065366744995117,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,5.717463970184326 +1988,53,0,other external,15-17 yrs,16,192393,16.065366744995117,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,8.31631088256836 +1988,53,0,internal,15-17 yrs,29,192393,16.065366744995117,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,15.07331371307373 +1988,53,0,all,18-20 yrs,217,204936,18.99822425842285,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,105.88671875 +1988,53,0,MVA,18-20 yrs,95,204936,18.99822425842285,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,46.355934143066406 +1988,53,0,suicide,18-20 yrs,40,204936,18.99822425842285,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,19.51828956604004 +1988,53,0,homicide,18-20 yrs,17,204936,18.99822425842285,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,8.2952728271484375 +1988,53,0,other external,18-20 yrs,21,204936,18.99822425842285,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,10.247101783752441 +1988,53,0,internal,18-20 yrs,44,204936,18.99822425842285,0,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,21.470117568969727 +1988,53,0,all,21-24 yrs,284,280709,22.56346893310547,1,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,101.1723861694336 +1988,53,0,MVA,21-24 yrs,94,280709,22.56346893310547,1,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,33.486637115478516 +1988,53,0,suicide,21-24 yrs,47,280709,22.56346893310547,1,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,16.743318557739258 +1988,53,0,homicide,21-24 yrs,27,280709,22.56346893310547,1,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,9.618501663208008 +1988,53,0,other external,21-24 yrs,34,280709,22.56346893310547,1,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,12.112187385559082 +1988,53,0,internal,21-24 yrs,82,280709,22.56346893310547,1,0.07585962116718292,1.2200000286102295,0.5,0.7699999809265137,2.490000009536743,29.211746215820312 +1989,53,0,MVA,15-17 yrs,44,184747,16.030441284179688,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,23.816354751586914 +1989,53,0,suicide,15-17 yrs,22,184747,16.030441284179688,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,11.908177375793457 +1989,53,0,homicide,15-17 yrs,10,184747,16.030441284179688,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,5.412807941436768 +1989,53,0,other external,15-17 yrs,12,184747,16.030441284179688,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,6.4953694343566895 +1989,53,0,internal,15-17 yrs,37,184747,16.030441284179688,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,20.027389526367188 +1989,53,0,all,18-20 yrs,214,211031,19.009363174438477,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,101.40689849853516 +1989,53,0,MVA,18-20 yrs,92,211031,19.009363174438477,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,43.595489501953125 +1989,53,0,suicide,18-20 yrs,36,211031,19.009363174438477,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,17.059104919433594 +1989,53,0,homicide,18-20 yrs,21,211031,19.009363174438477,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,9.951144218444824 +1989,53,0,other external,18-20 yrs,34,211031,19.009363174438477,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,16.111377716064453 +1989,53,0,internal,18-20 yrs,31,211031,19.009363174438477,0,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,14.68978500366211 +1989,53,0,all,21-24 yrs,263,275876,22.537052154541016,1,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,95.33268737792969 +1989,53,0,MVA,21-24 yrs,81,275876,22.537052154541016,1,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,29.36101722717285 +1989,53,0,suicide,21-24 yrs,43,275876,22.537052154541016,1,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,15.586712837219238 +1989,53,0,homicide,21-24 yrs,24,275876,22.537052154541016,1,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,8.69956111907959 +1989,53,0,other external,21-24 yrs,45,275876,22.537052154541016,1,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,16.311676025390625 +1989,53,0,internal,21-24 yrs,70,275876,22.537052154541016,1,0.12440167367458344,1.2400000095367432,0.4699999988079071,0.75,2.450000047683716,25.37371826171875 +1990,53,0,MVA,15-17 yrs,59,190382,15.985713005065918,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,30.990324020385742 +1990,53,0,suicide,15-17 yrs,16,190382,15.985713005065918,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,8.404155731201172 +1990,53,0,homicide,15-17 yrs,8,190382,15.985713005065918,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,4.202077865600586 +1990,53,0,other external,15-17 yrs,27,190382,15.985713005065918,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,14.182012557983398 +1990,53,0,internal,15-17 yrs,24,190382,15.985713005065918,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,12.606233596801758 +1990,53,0,all,18-20 yrs,190,210266,19.0481014251709,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,90.36173248291016 +1990,53,0,MVA,18-20 yrs,77,210266,19.0481014251709,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,36.62028121948242 +1990,53,0,suicide,18-20 yrs,42,210266,19.0481014251709,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,19.974699020385742 +1990,53,0,homicide,18-20 yrs,13,210266,19.0481014251709,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,6.182644844055176 +1990,53,0,other external,18-20 yrs,23,210266,19.0481014251709,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,10.938525199890137 +1990,53,0,internal,18-20 yrs,35,210266,19.0481014251709,0,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,16.64558219909668 +1990,53,0,all,21-24 yrs,305,278161,22.50273323059082,1,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,109.64872741699219 +1990,53,0,MVA,21-24 yrs,112,278161,22.50273323059082,1,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,40.26445007324219 +1990,53,0,suicide,21-24 yrs,43,278161,22.50273323059082,1,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,15.458673477172852 +1990,53,0,homicide,21-24 yrs,38,278161,22.50273323059082,1,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,13.661152839660645 +1990,53,0,other external,21-24 yrs,40,278161,22.50273323059082,1,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,14.38016128540039 +1990,53,0,internal,21-24 yrs,72,278161,22.50273323059082,1,0.118024542927742,1.2699999809265137,0.46000000834465027,0.7599999904632568,2.490000009536743,25.88429069519043 +1991,53,0,MVA,15-17 yrs,44,194574,15.98969554901123,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,22.61350440979004 +1991,53,0,suicide,15-17 yrs,23,194574,15.98969554901123,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,11.820695877075195 +1991,53,0,homicide,15-17 yrs,13,194574,15.98969554901123,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,6.681262493133545 +1991,53,0,other external,15-17 yrs,22,194574,15.98969554901123,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,11.30675220489502 +1991,53,0,internal,15-17 yrs,27,194574,15.98969554901123,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,13.876468658447266 +1991,53,0,all,18-20 yrs,201,204964,19.051198959350586,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,98.06600189208984 +1991,53,0,MVA,18-20 yrs,73,204964,19.051198959350586,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,35.61600875854492 +1991,53,0,suicide,18-20 yrs,32,204964,19.051198959350586,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,15.612497329711914 +1991,53,0,homicide,18-20 yrs,25,204964,19.051198959350586,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,12.197263717651367 +1991,53,0,other external,18-20 yrs,28,204964,19.051198959350586,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,13.660935401916504 +1991,53,0,internal,18-20 yrs,43,204964,19.051198959350586,0,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,20.979293823242188 +1991,53,0,all,21-24 yrs,282,281522,22.48267936706543,1,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,100.16979217529297 +1991,53,0,MVA,21-24 yrs,86,281522,22.48267936706543,1,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,30.548234939575195 +1991,53,0,suicide,21-24 yrs,56,281522,22.48267936706543,1,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,19.891874313354492 +1991,53,0,homicide,21-24 yrs,27,281522,22.48267936706543,1,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,9.59072494506836 +1991,53,0,other external,21-24 yrs,42,281522,22.48267936706543,1,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,14.918905258178711 +1991,53,0,internal,21-24 yrs,71,281522,22.48267936706543,1,0.113258495926857,1.2300000190734863,0.4300000071525574,0.7300000190734863,2.390000104904175,25.220054626464844 +1992,53,0,MVA,15-17 yrs,39,204575,15.984983444213867,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,19.063913345336914 +1992,53,0,suicide,15-17 yrs,18,204575,15.984983444213867,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,8.798728942871094 +1992,53,0,homicide,15-17 yrs,21,204575,15.984983444213867,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,10.265183448791504 +1992,53,0,other external,15-17 yrs,16,204575,15.984983444213867,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,7.82109260559082 +1992,53,0,internal,15-17 yrs,28,204575,15.984983444213867,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,13.686911582946777 +1992,53,0,all,18-20 yrs,159,201813,19.029760360717773,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,78.78580474853516 +1992,53,0,MVA,18-20 yrs,50,201813,19.029760360717773,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,24.77541160583496 +1992,53,0,suicide,18-20 yrs,24,201813,19.029760360717773,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,11.892197608947754 +1992,53,0,homicide,18-20 yrs,30,201813,19.029760360717773,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,14.865246772766113 +1992,53,0,other external,18-20 yrs,21,201813,19.029760360717773,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,10.405673027038574 +1992,53,0,internal,18-20 yrs,34,201813,19.029760360717773,0,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,16.847278594970703 +1992,53,0,all,21-24 yrs,297,286681,22.482717514038086,1,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,103.59947204589844 +1992,53,0,MVA,21-24 yrs,92,286681,22.482717514038086,1,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,32.0914192199707 +1992,53,0,suicide,21-24 yrs,60,286681,22.482717514038086,1,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,20.92918586730957 +1992,53,0,homicide,21-24 yrs,38,286681,22.482717514038086,1,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,13.25515079498291 +1992,53,0,other external,21-24 yrs,41,286681,22.482717514038086,1,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,14.301610946655273 +1992,53,0,internal,21-24 yrs,66,286681,22.482717514038086,1,0.10994873195886612,1.2599999904632568,0.46000000834465027,0.7200000286102295,2.440000057220459,23.022104263305664 +1993,53,0,MVA,15-17 yrs,56,211360,15.985607147216797,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,26.495079040527344 +1993,53,0,suicide,15-17 yrs,14,211360,15.985607147216797,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,6.623769760131836 +1993,53,0,homicide,15-17 yrs,28,211360,15.985607147216797,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,13.247539520263672 +1993,53,0,other external,15-17 yrs,29,211360,15.985607147216797,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,13.72066593170166 +1993,53,0,internal,15-17 yrs,27,211360,15.985607147216797,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,12.774413108825684 +1993,53,0,all,18-20 yrs,198,206125,19.007369995117188,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,96.05821990966797 +1993,53,0,MVA,18-20 yrs,84,206125,19.007369995117188,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,40.75197219848633 +1993,53,0,suicide,18-20 yrs,24,206125,19.007369995117188,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,11.643420219421387 +1993,53,0,homicide,18-20 yrs,23,206125,19.007369995117188,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,11.15827751159668 +1993,53,0,other external,18-20 yrs,31,206125,19.007369995117188,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,15.03941822052002 +1993,53,0,internal,18-20 yrs,36,206125,19.007369995117188,0,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,17.465129852294922 +1993,53,0,all,21-24 yrs,289,287535,22.517332077026367,1,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,100.50950622558594 +1993,53,0,MVA,21-24 yrs,83,287535,22.517332077026367,1,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,28.866050720214844 +1993,53,0,suicide,21-24 yrs,48,287535,22.517332077026367,1,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,16.693620681762695 +1993,53,0,homicide,21-24 yrs,36,287535,22.517332077026367,1,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,12.520215034484863 +1993,53,0,other external,21-24 yrs,46,287535,22.517332077026367,1,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,15.998052597045898 +1993,53,0,internal,21-24 yrs,76,287535,22.517332077026367,1,0.12813930213451385,1.190000057220459,0.38999998569488525,0.6899999976158142,2.2699999809265137,26.431564331054688 +1994,53,0,MVA,15-17 yrs,44,220678,15.992631912231445,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,19.938552856445312 +1994,53,0,suicide,15-17 yrs,25,220678,15.992631912231445,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,11.328722953796387 +1994,53,0,homicide,15-17 yrs,21,220678,15.992631912231445,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,9.516127586364746 +1994,53,0,other external,15-17 yrs,22,220678,15.992631912231445,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,9.969276428222656 +1994,53,0,internal,15-17 yrs,22,220678,15.992631912231445,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,9.969276428222656 +1994,53,0,all,18-20 yrs,168,210803,19.005863189697266,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,79.69525909423828 +1994,53,0,MVA,18-20 yrs,47,210803,19.005863189697266,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,22.295698165893555 +1994,53,0,suicide,18-20 yrs,34,210803,19.005863189697266,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,16.128803253173828 +1994,53,0,homicide,18-20 yrs,34,210803,19.005863189697266,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,16.128803253173828 +1994,53,0,other external,18-20 yrs,18,210803,19.005863189697266,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,8.538778305053711 +1994,53,0,internal,18-20 yrs,35,210803,19.005863189697266,0,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,16.603179931640625 +1994,53,0,all,21-24 yrs,278,283597,22.541013717651367,1,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,98.02642822265625 +1994,53,0,MVA,21-24 yrs,74,283597,22.541013717651367,1,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,26.093364715576172 +1994,53,0,suicide,21-24 yrs,58,283597,22.541013717651367,1,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,20.451557159423828 +1994,53,0,homicide,21-24 yrs,47,283597,22.541013717651367,1,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,16.572813034057617 +1994,53,0,other external,21-24 yrs,44,283597,22.541013717651367,1,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,15.514973640441895 +1994,53,0,internal,21-24 yrs,55,283597,22.541013717651367,1,0.12494014948606491,1.1799999475479126,0.38999998569488525,0.6499999761581421,2.2300000190734863,19.39371681213379 +1995,53,0,MVA,15-17 yrs,57,230890,15.978145599365234,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,24.68708038330078 +1995,53,0,suicide,15-17 yrs,16,230890,15.978145599365234,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,6.929706573486328 +1995,53,0,homicide,15-17 yrs,24,230890,15.978145599365234,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,10.394559860229492 +1995,53,0,other external,15-17 yrs,18,230890,15.978145599365234,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,7.795920372009277 +1995,53,0,internal,15-17 yrs,25,230890,15.978145599365234,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,10.827667236328125 +1995,53,0,all,18-20 yrs,173,220518,19.001800537109375,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,78.45164489746094 +1995,53,0,MVA,18-20 yrs,51,220518,19.001800537109375,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,23.127363204956055 +1995,53,0,suicide,18-20 yrs,32,220518,19.001800537109375,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,14.511286735534668 +1995,53,0,homicide,18-20 yrs,21,220518,19.001800537109375,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,9.523032188415527 +1995,53,0,other external,18-20 yrs,26,220518,19.001800537109375,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,11.790420532226562 +1995,53,0,internal,18-20 yrs,43,220518,19.001800537109375,0,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,19.499542236328125 +1995,53,0,all,21-24 yrs,280,279883,22.530418395996094,1,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,100.04180145263672 +1995,53,0,MVA,21-24 yrs,57,279883,22.530418395996094,1,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,20.365652084350586 +1995,53,0,suicide,21-24 yrs,65,279883,22.530418395996094,1,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,23.223989486694336 +1995,53,0,homicide,21-24 yrs,36,279883,22.530418395996094,1,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,12.862517356872559 +1995,53,0,other external,21-24 yrs,43,279883,22.530418395996094,1,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,15.36356258392334 +1995,53,0,internal,21-24 yrs,79,279883,22.530418395996094,1,0.15176531672477722,1.1399999856948853,0.4000000059604645,0.6299999952316284,2.1700000762939453,28.2260799407959 +1996,53,0,MVA,15-17 yrs,36,240865,15.988388061523438,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,14.946131706237793 +1996,53,0,suicide,15-17 yrs,19,240865,15.988388061523438,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,7.888236045837402 +1996,53,0,homicide,15-17 yrs,10,240865,15.988388061523438,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,4.151703357696533 +1996,53,0,other external,15-17 yrs,22,240865,15.988388061523438,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,9.133747100830078 +1996,53,0,internal,15-17 yrs,35,240865,15.988388061523438,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,14.530961036682129 +1996,53,0,all,18-20 yrs,177,227274,18.998828887939453,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,77.87956237792969 +1996,53,0,MVA,18-20 yrs,69,227274,18.998828887939453,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,30.359830856323242 +1996,53,0,suicide,18-20 yrs,32,227274,18.998828887939453,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,14.079920768737793 +1996,53,0,homicide,18-20 yrs,27,227274,18.998828887939453,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,11.87993335723877 +1996,53,0,other external,18-20 yrs,23,227274,18.998828887939453,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,10.119943618774414 +1996,53,0,internal,18-20 yrs,26,227274,18.998828887939453,0,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,11.439935684204102 +1996,53,0,all,21-24 yrs,255,278566,22.48723030090332,1,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,91.54024505615234 +1996,53,0,MVA,21-24 yrs,75,278566,22.48723030090332,1,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,26.923601150512695 +1996,53,0,suicide,21-24 yrs,44,278566,22.48723030090332,1,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,15.79517936706543 +1996,53,0,homicide,21-24 yrs,35,278566,22.48723030090332,1,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,12.564347267150879 +1996,53,0,other external,21-24 yrs,45,278566,22.48723030090332,1,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,16.15416145324707 +1996,53,0,internal,21-24 yrs,56,278566,22.48723030090332,1,0.14741258323192596,1.1299999952316284,0.4000000059604645,0.6299999952316284,2.1600000858306885,20.102956771850586 +1970,54,1,MVA,15-17 yrs,53,106575,15.988974571228027,0,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,49.7302360534668 +1970,54,1,suicide,15-17 yrs,4,106575,15.988974571228027,0,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,3.753225326538086 +1970,54,1,homicide,15-17 yrs,3,106575,15.988974571228027,0,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,2.8149189949035645 +1970,54,1,other external,15-17 yrs,26,106575,15.988974571228027,0,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,24.395965576171875 +1970,54,1,internal,15-17 yrs,30,106575,15.988974571228027,0,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,28.14919090270996 +1970,54,1,all,18-20 yrs,164,95003,18.942001342773438,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,172.62612915039062 +1970,54,1,MVA,18-20 yrs,70,95003,18.942001342773438,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,73.681884765625 +1970,54,1,suicide,18-20 yrs,4,95003,18.942001342773438,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,4.21039342880249 +1970,54,1,homicide,18-20 yrs,4,95003,18.942001342773438,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,4.21039342880249 +1970,54,1,other external,18-20 yrs,54,95003,18.942001342773438,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,56.840309143066406 +1970,54,1,internal,18-20 yrs,32,95003,18.942001342773438,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,33.68314743041992 +1970,54,1,all,21-24 yrs,187,99614,22.378189086914062,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,187.72462463378906 +1970,54,1,MVA,21-24 yrs,76,99614,22.378189086914062,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,76.29449462890625 +1970,54,1,suicide,21-24 yrs,6,99614,22.378189086914062,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,6.023249626159668 +1970,54,1,homicide,21-24 yrs,6,99614,22.378189086914062,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,6.023249626159668 +1970,54,1,other external,21-24 yrs,51,99614,22.378189086914062,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,51.19762420654297 +1970,54,1,internal,21-24 yrs,48,99614,22.378189086914062,1,0.45726636052131653,0.8700000047683716,0.09000000357627869,0.6899999976158142,1.6399999856948853,48.185997009277344 +1971,54,1,MVA,15-17 yrs,39,107024,15.995524406433105,0,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,36.440425872802734 +1971,54,1,suicide,15-17 yrs,4,107024,15.995524406433105,0,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,3.7374794483184814 +1971,54,1,homicide,15-17 yrs,3,107024,15.995524406433105,0,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,2.803109645843506 +1971,54,1,other external,15-17 yrs,35,107024,15.995524406433105,0,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,32.702945709228516 +1971,54,1,internal,15-17 yrs,21,107024,15.995524406433105,0,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,19.621767044067383 +1971,54,1,all,18-20 yrs,148,96291,18.976871490478516,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,153.7007598876953 +1971,54,1,MVA,18-20 yrs,64,96291,18.976871490478516,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,66.46519470214844 +1971,54,1,suicide,18-20 yrs,5,96291,18.976871490478516,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,5.192593097686768 +1971,54,1,homicide,18-20 yrs,5,96291,18.976871490478516,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,5.192593097686768 +1971,54,1,other external,18-20 yrs,31,96291,18.976871490478516,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,32.19407653808594 +1971,54,1,internal,18-20 yrs,43,96291,18.976871490478516,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,44.65630340576172 +1971,54,1,all,21-24 yrs,188,117378,22.51968002319336,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,160.1663055419922 +1971,54,1,MVA,21-24 yrs,75,117378,22.51968002319336,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,63.8961296081543 +1971,54,1,suicide,21-24 yrs,10,117378,22.51968002319336,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,8.519484519958496 +1971,54,1,homicide,21-24 yrs,9,117378,22.51968002319336,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,7.667535781860352 +1971,54,1,other external,21-24 yrs,38,117378,22.51968002319336,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,32.37403869628906 +1971,54,1,internal,21-24 yrs,56,117378,22.51968002319336,1,0.43807247281074524,0.8899999856948853,0.10000000149011612,0.75,1.7300000190734863,47.709110260009766 +1972,54,1,MVA,15-17 yrs,44,108483,15.987159729003906,0,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,40.559349060058594 +1972,54,1,suicide,15-17 yrs,2,108483,15.987159729003906,0,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,1.8436068296432495 +1972,54,1,homicide,15-17 yrs,2,108483,15.987159729003906,0,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,1.8436068296432495 +1972,54,1,other external,15-17 yrs,38,108483,15.987159729003906,0,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,35.02853012084961 +1972,54,1,internal,15-17 yrs,34,108483,15.987159729003906,0,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,31.34131622314453 +1972,54,1,all,18-20 yrs,134,97156,18.98186492919922,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,137.92251586914062 +1972,54,1,MVA,18-20 yrs,62,97156,18.98186492919922,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,63.81489562988281 +1972,54,1,suicide,18-20 yrs,6,97156,18.98186492919922,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,6.175634860992432 +1972,54,1,homicide,18-20 yrs,6,97156,18.98186492919922,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,6.175634860992432 +1972,54,1,other external,18-20 yrs,22,97156,18.98186492919922,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,22.64399528503418 +1972,54,1,internal,18-20 yrs,38,97156,18.98186492919922,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,39.11235427856445 +1972,54,1,all,21-24 yrs,158,123095,22.50128746032715,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,128.35614013671875 +1972,54,1,MVA,21-24 yrs,68,123095,22.50128746032715,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,55.241886138916016 +1972,54,1,suicide,21-24 yrs,6,123095,22.50128746032715,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,4.874284267425537 +1972,54,1,homicide,21-24 yrs,10,123095,22.50128746032715,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,8.123806953430176 +1972,54,1,other external,21-24 yrs,42,123095,22.50128746032715,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,34.11998748779297 +1972,54,1,internal,21-24 yrs,32,123095,22.50128746032715,1,0.4244482219219208,0.8799999952316284,0.10000000149011612,0.7300000190734863,1.7100000381469727,25.99618148803711 +1973,54,1,MVA,15-17 yrs,45,108544,15.986964225769043,0,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,41.45784378051758 +1973,54,1,suicide,15-17 yrs,6,108544,15.986964225769043,0,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,5.527712345123291 +1973,54,1,homicide,15-17 yrs,4,108544,15.986964225769043,0,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,3.6851415634155273 +1973,54,1,other external,15-17 yrs,29,108544,15.986964225769043,0,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,26.717275619506836 +1973,54,1,internal,15-17 yrs,22,108544,15.986964225769043,0,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,20.268278121948242 +1973,54,1,all,18-20 yrs,127,96733,18.969131469726562,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,131.28921508789062 +1973,54,1,MVA,18-20 yrs,60,96733,18.969131469726562,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,62.02640151977539 +1973,54,1,suicide,18-20 yrs,1,96733,18.969131469726562,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,1.033773422241211 +1973,54,1,homicide,18-20 yrs,10,96733,18.969131469726562,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,10.33773422241211 +1973,54,1,other external,18-20 yrs,31,96733,18.969131469726562,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,32.046974182128906 +1973,54,1,internal,18-20 yrs,25,96733,18.969131469726562,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,25.84433364868164 +1973,54,1,all,21-24 yrs,160,125725,22.52132797241211,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,127.26187896728516 +1973,54,1,MVA,21-24 yrs,60,125725,22.52132797241211,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,47.72320556640625 +1973,54,1,suicide,21-24 yrs,19,125725,22.52132797241211,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,15.112348556518555 +1973,54,1,homicide,21-24 yrs,8,125725,22.52132797241211,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,6.363093852996826 +1973,54,1,other external,21-24 yrs,29,125725,22.52132797241211,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,23.06621551513672 +1973,54,1,internal,21-24 yrs,44,125725,22.52132797241211,1,0.3995931148529053,0.9100000262260437,0.09000000357627869,0.75,1.7599999904632568,34.99701690673828 +1974,54,1,MVA,15-17 yrs,27,108360,16.001808166503906,0,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,24.916942596435547 +1974,54,1,suicide,15-17 yrs,2,108360,16.001808166503906,0,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,1.8456995487213135 +1974,54,1,homicide,15-17 yrs,1,108360,16.001808166503906,0,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,0.9228497743606567 +1974,54,1,other external,15-17 yrs,28,108360,16.001808166503906,0,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,25.839794158935547 +1974,54,1,internal,15-17 yrs,23,108360,16.001808166503906,0,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,21.225543975830078 +1974,54,1,all,18-20 yrs,135,97945,18.98246955871582,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,137.83245849609375 +1974,54,1,MVA,18-20 yrs,71,97945,18.98246955871582,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,72.48966217041016 +1974,54,1,suicide,18-20 yrs,10,97945,18.98246955871582,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,10.209811210632324 +1974,54,1,homicide,18-20 yrs,8,97945,18.98246955871582,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,8.16784954071045 +1974,54,1,other external,18-20 yrs,20,97945,18.98246955871582,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,20.41962242126465 +1974,54,1,internal,18-20 yrs,26,97945,18.98246955871582,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,26.545509338378906 +1974,54,1,all,21-24 yrs,163,124335,22.53142738342285,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,131.09744262695312 +1974,54,1,MVA,21-24 yrs,59,124335,22.53142738342285,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,47.45244598388672 +1974,54,1,suicide,21-24 yrs,14,124335,22.53142738342285,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,11.259902954101562 +1974,54,1,homicide,21-24 yrs,4,124335,22.53142738342285,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,3.2171151638031006 +1974,54,1,other external,21-24 yrs,45,124335,22.53142738342285,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,36.192543029785156 +1974,54,1,internal,21-24 yrs,41,124335,22.53142738342285,1,0.35987699031829834,0.9200000166893005,0.09000000357627869,0.7799999713897705,1.7899999618530273,32.97542953491211 +1975,54,1,MVA,15-17 yrs,42,107510,16.00828742980957,0,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,39.066131591796875 +1975,54,1,suicide,15-17 yrs,6,107510,16.00828742980957,0,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,5.580876350402832 +1975,54,1,homicide,15-17 yrs,2,107510,16.00828742980957,0,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,1.8602920770645142 +1975,54,1,other external,15-17 yrs,24,107510,16.00828742980957,0,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,22.323505401611328 +1975,54,1,internal,15-17 yrs,27,107510,16.00828742980957,0,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,25.113943099975586 +1975,54,1,all,18-20 yrs,138,100874,18.97734832763672,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,136.80433654785156 +1975,54,1,MVA,18-20 yrs,58,100874,18.97734832763672,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,57.49747085571289 +1975,54,1,suicide,18-20 yrs,7,100874,18.97734832763672,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,6.939350128173828 +1975,54,1,homicide,18-20 yrs,10,100874,18.97734832763672,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,9.91335678100586 +1975,54,1,other external,18-20 yrs,31,100874,18.97734832763672,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,30.731407165527344 +1975,54,1,internal,18-20 yrs,32,100874,18.97734832763672,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,31.72274398803711 +1975,54,1,all,21-24 yrs,160,125769,22.52496337890625,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,127.21736145019531 +1975,54,1,MVA,21-24 yrs,51,125769,22.52496337890625,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,40.550533294677734 +1975,54,1,suicide,21-24 yrs,13,125769,22.52496337890625,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,10.336410522460938 +1975,54,1,homicide,21-24 yrs,10,125769,22.52496337890625,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,7.951085090637207 +1975,54,1,other external,21-24 yrs,47,125769,22.52496337890625,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,37.37009811401367 +1975,54,1,internal,21-24 yrs,39,125769,22.52496337890625,1,0.32977575063705444,0.9300000071525574,0.10000000149011612,0.8199999928474426,1.850000023841858,31.009231567382812 +1976,54,1,MVA,15-17 yrs,33,107076,16.005352020263672,0,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,30.819231033325195 +1976,54,1,suicide,15-17 yrs,4,107076,16.005352020263672,0,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,3.7356643676757812 +1976,54,1,homicide,15-17 yrs,2,107076,16.005352020263672,0,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,1.8678321838378906 +1976,54,1,other external,15-17 yrs,24,107076,16.005352020263672,0,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,22.413986206054688 +1976,54,1,internal,15-17 yrs,22,107076,16.005352020263672,0,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,20.546154022216797 +1976,54,1,all,18-20 yrs,158,104181,18.980140686035156,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,151.6591339111328 +1976,54,1,MVA,18-20 yrs,84,104181,18.980140686035156,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,80.62890625 +1976,54,1,suicide,18-20 yrs,10,104181,18.980140686035156,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,9.598679542541504 +1976,54,1,homicide,18-20 yrs,6,104181,18.980140686035156,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,5.759207725524902 +1976,54,1,other external,18-20 yrs,33,104181,18.980140686035156,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,31.675642013549805 +1976,54,1,internal,18-20 yrs,25,104181,18.980140686035156,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,23.9966983795166 +1976,54,1,all,21-24 yrs,175,128161,22.499855041503906,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,136.5469970703125 +1976,54,1,MVA,21-24 yrs,80,128161,22.499855041503906,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,62.421485900878906 +1976,54,1,suicide,21-24 yrs,10,128161,22.499855041503906,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,7.802685737609863 +1976,54,1,homicide,21-24 yrs,11,128161,22.499855041503906,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,8.582954406738281 +1976,54,1,other external,21-24 yrs,37,128161,22.499855041503906,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,28.869937896728516 +1976,54,1,internal,21-24 yrs,37,128161,22.499855041503906,1,0.3118090331554413,0.9399999976158142,0.10000000149011612,0.8199999928474426,1.850000023841858,28.869937896728516 +1977,54,1,MVA,15-17 yrs,42,105939,16.002803802490234,0,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,39.64545822143555 +1977,54,1,suicide,15-17 yrs,6,105939,16.002803802490234,0,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,5.663636684417725 +1977,54,1,homicide,15-17 yrs,4,105939,16.002803802490234,0,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,3.7757577896118164 +1977,54,1,other external,15-17 yrs,30,105939,16.002803802490234,0,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,28.31818389892578 +1977,54,1,internal,15-17 yrs,22,105939,16.002803802490234,0,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,20.76666831970215 +1977,54,1,all,18-20 yrs,159,106501,18.999605178833008,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,149.29437255859375 +1977,54,1,MVA,18-20 yrs,79,106501,18.999605178833008,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,74.177703857421875 +1977,54,1,suicide,18-20 yrs,10,106501,18.999605178833008,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,9.389583587646484 +1977,54,1,homicide,18-20 yrs,7,106501,18.999605178833008,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,6.5727081298828125 +1977,54,1,other external,18-20 yrs,35,106501,18.999605178833008,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,32.86354064941406 +1977,54,1,internal,18-20 yrs,28,106501,18.999605178833008,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,26.29083251953125 +1977,54,1,all,21-24 yrs,187,130076,22.483125686645508,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,143.76211547851562 +1977,54,1,MVA,21-24 yrs,80,130076,22.483125686645508,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,61.502506256103516 +1977,54,1,suicide,21-24 yrs,17,130076,22.483125686645508,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,13.069282531738281 +1977,54,1,homicide,21-24 yrs,13,130076,22.483125686645508,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,9.994156837463379 +1977,54,1,other external,21-24 yrs,48,130076,22.483125686645508,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,36.90150451660156 +1977,54,1,internal,21-24 yrs,29,130076,22.483125686645508,1,0.29277122020721436,0.9800000190734863,0.09000000357627869,0.7799999713897705,1.850000023841858,22.294658660888672 +1978,54,1,MVA,15-17 yrs,49,105043,16.001008987426758,0,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,46.64756393432617 +1978,54,1,suicide,15-17 yrs,5,105043,16.001008987426758,0,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,4.759955406188965 +1978,54,1,homicide,15-17 yrs,2,105043,16.001008987426758,0,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,1.903982162475586 +1978,54,1,other external,15-17 yrs,17,105043,16.001008987426758,0,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,16.183849334716797 +1978,54,1,internal,15-17 yrs,12,105043,16.001008987426758,0,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,11.423892974853516 +1978,54,1,all,18-20 yrs,152,105539,19.006813049316406,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,144.0225830078125 +1978,54,1,MVA,18-20 yrs,63,105539,19.006813049316406,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,59.693572998046875 +1978,54,1,suicide,18-20 yrs,11,105539,19.006813049316406,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,10.422687530517578 +1978,54,1,homicide,18-20 yrs,7,105539,19.006813049316406,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,6.632619380950928 +1978,54,1,other external,18-20 yrs,33,105539,19.006813049316406,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,31.268062591552734 +1978,54,1,internal,18-20 yrs,38,105539,19.006813049316406,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,36.005645751953125 +1978,54,1,all,21-24 yrs,181,132828,22.476457595825195,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,136.26644897460938 +1978,54,1,MVA,21-24 yrs,66,132828,22.476457595825195,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,49.68832015991211 +1978,54,1,suicide,21-24 yrs,19,132828,22.476457595825195,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,14.30421257019043 +1978,54,1,homicide,21-24 yrs,20,132828,22.476457595825195,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,15.057065963745117 +1978,54,1,other external,21-24 yrs,43,132828,22.476457595825195,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,32.3726921081543 +1978,54,1,internal,21-24 yrs,33,132828,22.476457595825195,1,0.2721155881881714,0.9599999785423279,0.09000000357627869,0.7900000214576721,1.840000033378601,24.844160079956055 +1979,54,1,MVA,15-17 yrs,41,104538,15.994863510131836,0,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,39.22018814086914 +1979,54,1,suicide,15-17 yrs,7,104538,15.994863510131836,0,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,6.69612979888916 +1979,54,1,homicide,15-17 yrs,7,104538,15.994863510131836,0,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,6.69612979888916 +1979,54,1,other external,15-17 yrs,23,104538,15.994863510131836,0,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,22.001569747924805 +1979,54,1,internal,15-17 yrs,13,104538,15.994863510131836,0,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,12.4356689453125 +1979,54,1,all,18-20 yrs,137,104922,19.006061553955078,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,130.57318115234375 +1979,54,1,MVA,18-20 yrs,76,104922,19.006061553955078,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,72.43476104736328 +1979,54,1,suicide,18-20 yrs,16,104922,19.006061553955078,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,15.249423027038574 +1979,54,1,homicide,18-20 yrs,4,104922,19.006061553955078,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,3.8123557567596436 +1979,54,1,other external,18-20 yrs,24,104922,19.006061553955078,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,22.874135971069336 +1979,54,1,internal,18-20 yrs,17,104922,19.006061553955078,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,16.202512741088867 +1979,54,1,all,21-24 yrs,206,135476,22.475988388061523,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,152.05645751953125 +1979,54,1,MVA,21-24 yrs,97,135476,22.475988388061523,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,71.599395751953125 +1979,54,1,suicide,21-24 yrs,11,135476,22.475988388061523,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,8.119519233703613 +1979,54,1,homicide,21-24 yrs,17,135476,22.475988388061523,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,12.548348426818848 +1979,54,1,other external,21-24 yrs,44,135476,22.475988388061523,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,32.47807693481445 +1979,54,1,internal,21-24 yrs,37,135476,22.475988388061523,1,0.24437926709651947,0.9700000286102295,0.09000000357627869,0.7699999809265137,1.8300000429153442,27.31110954284668 +1980,54,1,MVA,15-17 yrs,41,103328,16.00403594970703,0,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,39.679466247558594 +1980,54,1,suicide,15-17 yrs,4,103328,16.00403594970703,0,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,3.8711676597595215 +1980,54,1,homicide,15-17 yrs,5,103328,16.00403594970703,0,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,4.838959217071533 +1980,54,1,other external,15-17 yrs,17,103328,16.00403594970703,0,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,16.45246124267578 +1980,54,1,internal,15-17 yrs,17,103328,16.00403594970703,0,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,16.45246124267578 +1980,54,1,all,18-20 yrs,175,105497,19.009214401245117,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,165.88150024414062 +1980,54,1,MVA,18-20 yrs,78,105497,19.009214401245117,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,73.93575286865234 +1980,54,1,suicide,18-20 yrs,14,105497,19.009214401245117,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,13.270519256591797 +1980,54,1,homicide,18-20 yrs,19,105497,19.009214401245117,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,18.009990692138672 +1980,54,1,other external,18-20 yrs,35,105497,19.009214401245117,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,33.176300048828125 +1980,54,1,internal,18-20 yrs,29,105497,19.009214401245117,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,27.488933563232422 +1980,54,1,all,21-24 yrs,191,137457,22.477275848388672,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,138.95254516601562 +1980,54,1,MVA,21-24 yrs,82,137457,22.477275848388672,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,59.6550178527832 +1980,54,1,suicide,21-24 yrs,23,137457,22.477275848388672,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,16.732505798339844 +1980,54,1,homicide,21-24 yrs,14,137457,22.477275848388672,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,10.185003280639648 +1980,54,1,other external,21-24 yrs,41,137457,22.477275848388672,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,29.8275089263916 +1980,54,1,internal,21-24 yrs,31,137457,22.477275848388672,1,0.21531474590301514,1,0.09000000357627869,0.7200000286102295,1.8200000524520874,22.552507400512695 +1981,54,1,MVA,15-17 yrs,36,100344,16.02621078491211,0,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,35.876583099365234 +1981,54,1,suicide,15-17 yrs,4,100344,16.02621078491211,0,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,3.9862871170043945 +1981,54,1,homicide,15-17 yrs,4,100344,16.02621078491211,0,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,3.9862871170043945 +1981,54,1,other external,15-17 yrs,14,100344,16.02621078491211,0,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,13.952005386352539 +1981,54,1,internal,15-17 yrs,22,100344,16.02621078491211,0,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,21.924579620361328 +1981,54,1,all,18-20 yrs,128,103735,19.01889419555664,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,123.3913345336914 +1981,54,1,MVA,18-20 yrs,72,103735,19.01889419555664,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,69.407623291015625 +1981,54,1,suicide,18-20 yrs,18,103735,19.01889419555664,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,17.351905822753906 +1981,54,1,homicide,18-20 yrs,6,103735,19.01889419555664,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,5.783968925476074 +1981,54,1,other external,18-20 yrs,18,103735,19.01889419555664,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,17.351905822753906 +1981,54,1,internal,18-20 yrs,14,103735,19.01889419555664,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,13.495926856994629 +1981,54,1,all,21-24 yrs,184,137026,22.502904891967773,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,134.2810821533203 +1981,54,1,MVA,21-24 yrs,68,137026,22.502904891967773,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,49.62561798095703 +1981,54,1,suicide,21-24 yrs,22,137026,22.502904891967773,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,16.055347442626953 +1981,54,1,homicide,21-24 yrs,16,137026,22.502904891967773,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,11.676615715026855 +1981,54,1,other external,21-24 yrs,34,137026,22.502904891967773,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,24.812808990478516 +1981,54,1,internal,21-24 yrs,44,137026,22.502904891967773,1,0.19518080353736877,1.059999942779541,0.14000000059604645,0.6600000262260437,1.850000023841858,32.110694885253906 +1982,54,1,MVA,15-17 yrs,34,96446,16.026729583740234,0,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,35.25288772583008 +1982,54,1,suicide,15-17 yrs,6,96446,16.026729583740234,0,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,6.221097946166992 +1982,54,1,homicide,15-17 yrs,8,96446,16.026729583740234,0,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,8.29479694366455 +1982,54,1,other external,15-17 yrs,22,96446,16.026729583740234,0,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,22.810691833496094 +1982,54,1,internal,15-17 yrs,10,96446,16.026729583740234,0,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,10.36849594116211 +1982,54,1,all,18-20 yrs,114,101599,19.003347396850586,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,112.20582580566406 +1982,54,1,MVA,18-20 yrs,44,101599,19.003347396850586,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,43.30751419067383 +1982,54,1,suicide,18-20 yrs,12,101599,19.003347396850586,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,11.811140060424805 +1982,54,1,homicide,18-20 yrs,14,101599,19.003347396850586,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,13.7796630859375 +1982,54,1,other external,18-20 yrs,22,101599,19.003347396850586,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,21.653757095336914 +1982,54,1,internal,18-20 yrs,22,101599,19.003347396850586,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,21.653757095336914 +1982,54,1,all,21-24 yrs,192,134243,22.502275466918945,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,143.0242156982422 +1982,54,1,MVA,21-24 yrs,86,134243,22.502275466918945,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,64.06292724609375 +1982,54,1,suicide,21-24 yrs,20,134243,22.502275466918945,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,14.898356437683105 +1982,54,1,homicide,21-24 yrs,10,134243,22.502275466918945,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,7.449178218841553 +1982,54,1,other external,21-24 yrs,42,134243,22.502275466918945,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,31.28654670715332 +1982,54,1,internal,21-24 yrs,34,134243,22.502275466918945,1,0.18385425209999084,1.1100000143051147,0.14000000059604645,0.550000011920929,1.7999999523162842,25.327205657958984 +1983,54,0.9580891132354736,MVA,15-17 yrs,28,93445,16.007619857788086,0,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,29.964149475097656 +1983,54,0.9580891132354736,suicide,15-17 yrs,9,93445,16.007619857788086,0,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,9.63133430480957 +1983,54,0.9580891132354736,homicide,15-17 yrs,2,93445,16.007619857788086,0,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,2.140296459197998 +1983,54,0.9580891132354736,other external,15-17 yrs,4,93445,16.007619857788086,0,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,4.280592918395996 +1983,54,0.9580891132354736,internal,15-17 yrs,12,93445,16.007619857788086,0,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,12.841778755187988 +1983,54,0.9580891132354736,all,18-20 yrs,121,99930,19.000961303710938,0.9580891132354736,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,121.08476257324219 +1983,54,0.9580891132354736,MVA,18-20 yrs,65,99930,19.000961303710938,0.9580891132354736,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,65.0455322265625 +1983,54,0.9580891132354736,suicide,18-20 yrs,10,99930,19.000961303710938,0.9580891132354736,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,10.007004737854004 +1983,54,0.9580891132354736,homicide,18-20 yrs,10,99930,19.000961303710938,0.9580891132354736,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,10.007004737854004 +1983,54,0.9580891132354736,other external,18-20 yrs,16,99930,19.000961303710938,0.9580891132354736,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,16.011207580566406 +1983,54,0.9580891132354736,internal,18-20 yrs,20,99930,19.000961303710938,0.9580891132354736,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,20.014009475708008 +1983,54,0.9580891132354736,all,21-24 yrs,136,129995,22.504926681518555,1,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,104.6194076538086 +1983,54,0.9580891132354736,MVA,21-24 yrs,60,129995,22.504926681518555,1,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,46.15562057495117 +1983,54,0.9580891132354736,suicide,21-24 yrs,23,129995,22.504926681518555,1,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,17.6929874420166 +1983,54,0.9580891132354736,homicide,21-24 yrs,12,129995,22.504926681518555,1,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,9.231123924255371 +1983,54,0.9580891132354736,other external,21-24 yrs,17,129995,22.504926681518555,1,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,13.077425956726074 +1983,54,0.9580891132354736,internal,21-24 yrs,24,129995,22.504926681518555,1,0.17813187837600708,1.1299999952316284,0.12999999523162842,0.47999998927116394,1.7400000095367432,18.462247848510742 +1984,54,0.7218395471572876,MVA,15-17 yrs,30,92556,15.992966651916504,0,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,32.412811279296875 +1984,54,0.7218395471572876,suicide,15-17 yrs,2,92556,15.992966651916504,0,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,2.160853862762451 +1984,54,0.7218395471572876,homicide,15-17 yrs,1,92556,15.992966651916504,0,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,1.0804269313812256 +1984,54,0.7218395471572876,other external,15-17 yrs,16,92556,15.992966651916504,0,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,17.28683090209961 +1984,54,0.7218395471572876,internal,15-17 yrs,12,92556,15.992966651916504,0,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,12.965124130249023 +1984,54,0.7218395471572876,all,18-20 yrs,107,96559,19.02041244506836,0.7218395471572876,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,110.81307983398438 +1984,54,0.7218395471572876,MVA,18-20 yrs,56,96559,19.02041244506836,0.7218395471572876,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,57.995628356933594 +1984,54,0.7218395471572876,suicide,18-20 yrs,13,96559,19.02041244506836,0.7218395471572876,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,13.463271141052246 +1984,54,0.7218395471572876,homicide,18-20 yrs,5,96559,19.02041244506836,0.7218395471572876,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,5.178181171417236 +1984,54,0.7218395471572876,other external,18-20 yrs,15,96559,19.02041244506836,0.7218395471572876,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,15.534543991088867 +1984,54,0.7218395471572876,internal,18-20 yrs,18,96559,19.02041244506836,0.7218395471572876,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,18.64145278930664 +1984,54,0.7218395471572876,all,21-24 yrs,145,124263,22.506458282470703,1,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,116.68799591064453 +1984,54,0.7218395471572876,MVA,21-24 yrs,60,124263,22.506458282470703,1,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,48.28468704223633 +1984,54,0.7218395471572876,suicide,21-24 yrs,13,124263,22.506458282470703,1,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,10.461682319641113 +1984,54,0.7218395471572876,homicide,21-24 yrs,16,124263,22.506458282470703,1,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,12.875916481018066 +1984,54,0.7218395471572876,other external,21-24 yrs,15,124263,22.506458282470703,1,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,12.071171760559082 +1984,54,0.7218395471572876,internal,21-24 yrs,41,124263,22.506458282470703,1,0.17075972259044647,1.1200000047683716,0.11999999731779099,0.4399999976158142,1.6799999475479126,32.994537353515625 +1985,54,0.6774379014968872,MVA,15-17 yrs,32,92272,15.988859176635742,0,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,34.680076599121094 +1985,54,0.6774379014968872,suicide,15-17 yrs,2,92272,15.988859176635742,0,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,2.1675047874450684 +1985,54,0.6774379014968872,homicide,15-17 yrs,2,92272,15.988859176635742,0,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,2.1675047874450684 +1985,54,0.6774379014968872,other external,15-17 yrs,19,92272,15.988859176635742,0,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,20.59129524230957 +1985,54,0.6774379014968872,internal,15-17 yrs,11,92272,15.988859176635742,0,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,11.921276092529297 +1985,54,0.6774379014968872,all,18-20 yrs,107,92283,19.018129348754883,0.6774379014968872,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,115.94768524169922 +1985,54,0.6774379014968872,MVA,18-20 yrs,49,92283,19.018129348754883,0.6774379014968872,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,53.097537994384766 +1985,54,0.6774379014968872,suicide,18-20 yrs,14,92283,19.018129348754883,0.6774379014968872,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,15.170724868774414 +1985,54,0.6774379014968872,homicide,18-20 yrs,9,92283,19.018129348754883,0.6774379014968872,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,9.7526092529296875 +1985,54,0.6774379014968872,other external,18-20 yrs,13,92283,19.018129348754883,0.6774379014968872,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,14.087101936340332 +1985,54,0.6774379014968872,internal,18-20 yrs,22,92283,19.018129348754883,0.6774379014968872,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,23.839710235595703 +1985,54,0.6774379014968872,all,21-24 yrs,131,119629,22.501399993896484,1,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,109.50521850585938 +1985,54,0.6774379014968872,MVA,21-24 yrs,54,119629,22.501399993896484,1,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,45.139556884765625 +1985,54,0.6774379014968872,suicide,21-24 yrs,21,119629,22.501399993896484,1,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,17.554271697998047 +1985,54,0.6774379014968872,homicide,21-24 yrs,8,119629,22.501399993896484,1,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,6.687341690063477 +1985,54,0.6774379014968872,other external,21-24 yrs,18,119629,22.501399993896484,1,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,15.04651927947998 +1985,54,0.6774379014968872,internal,21-24 yrs,30,119629,22.501399993896484,1,0.16488787531852722,1.1100000143051147,0.12999999523162842,0.41999998688697815,1.659999966621399,25.077531814575195 +1986,54,0.6252062320709229,MVA,15-17 yrs,44,93347,15.981402397155762,0,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,47.135955810546875 +1986,54,0.6252062320709229,suicide,15-17 yrs,7,93347,15.981402397155762,0,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,7.498901844024658 +1986,54,0.6252062320709229,homicide,15-17 yrs,2,93347,15.981402397155762,0,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,2.142543315887451 +1986,54,0.6252062320709229,other external,15-17 yrs,19,93347,15.981402397155762,0,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,20.354162216186523 +1986,54,0.6252062320709229,internal,15-17 yrs,11,93347,15.981402397155762,0,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,11.783988952636719 +1986,54,0.6252062320709229,all,18-20 yrs,118,88379,18.997217178344727,0.6252062320709229,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,133.51588439941406 +1986,54,0.6252062320709229,MVA,18-20 yrs,59,88379,18.997217178344727,0.6252062320709229,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,66.75794219970703 +1986,54,0.6252062320709229,suicide,18-20 yrs,14,88379,18.997217178344727,0.6252062320709229,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,15.840867042541504 +1986,54,0.6252062320709229,homicide,18-20 yrs,6,88379,18.997217178344727,0.6252062320709229,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,6.788943290710449 +1986,54,0.6252062320709229,other external,18-20 yrs,16,88379,18.997217178344727,0.6252062320709229,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,18.10384750366211 +1986,54,0.6252062320709229,internal,18-20 yrs,23,88379,18.997217178344727,0.6252062320709229,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,26.024282455444336 +1986,54,0.6252062320709229,all,21-24 yrs,129,113824,22.48822784423828,1,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,113.3328628540039 +1986,54,0.6252062320709229,MVA,21-24 yrs,59,113824,22.48822784423828,1,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,51.83441162109375 +1986,54,0.6252062320709229,suicide,21-24 yrs,17,113824,22.48822784423828,1,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,14.935338973999023 +1986,54,0.6252062320709229,homicide,21-24 yrs,19,113824,22.48822784423828,1,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,16.69243812561035 +1986,54,0.6252062320709229,other external,21-24 yrs,15,113824,22.48822784423828,1,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,13.178239822387695 +1986,54,0.6252062320709229,internal,21-24 yrs,19,113824,22.48822784423828,1,0.16187897324562073,1.100000023841858,0.12999999523162842,0.4099999964237213,1.6399999856948853,16.69243812561035 +1987,54,0.3217933177947998,MVA,15-17 yrs,47,92200,16.0002384185791,0,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,50.976139068603516 +1987,54,0.3217933177947998,suicide,15-17 yrs,4,92200,16.0002384185791,0,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,4.338394641876221 +1987,54,0.3217933177947998,homicide,15-17 yrs,3,92200,16.0002384185791,0,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,3.253796100616455 +1987,54,0.3217933177947998,other external,15-17 yrs,17,92200,16.0002384185791,0,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,18.43817710876465 +1987,54,0.3217933177947998,internal,15-17 yrs,8,92200,16.0002384185791,0,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,8.676789283752441 +1987,54,0.3217933177947998,all,18-20 yrs,96,87167,18.981369018554688,0.3217933177947998,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,110.1334228515625 +1987,54,0.3217933177947998,MVA,18-20 yrs,59,87167,18.981369018554688,0.3217933177947998,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,67.68616485595703 +1987,54,0.3217933177947998,suicide,18-20 yrs,11,87167,18.981369018554688,0.3217933177947998,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,12.619454383850098 +1987,54,0.3217933177947998,homicide,18-20 yrs,4,87167,18.981369018554688,0.3217933177947998,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,4.588892459869385 +1987,54,0.3217933177947998,other external,18-20 yrs,11,87167,18.981369018554688,0.3217933177947998,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,12.619454383850098 +1987,54,0.3217933177947998,internal,18-20 yrs,11,87167,18.981369018554688,0.3217933177947998,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,12.619454383850098 +1987,54,0.3217933177947998,all,21-24 yrs,140,107454,22.498193740844727,1,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,130.28831481933594 +1987,54,0.3217933177947998,MVA,21-24 yrs,60,107454,22.498193740844727,1,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,55.83784866333008 +1987,54,0.3217933177947998,suicide,21-24 yrs,12,107454,22.498193740844727,1,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,11.167569160461426 +1987,54,0.3217933177947998,homicide,21-24 yrs,13,107454,22.498193740844727,1,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,12.098199844360352 +1987,54,0.3217933177947998,other external,21-24 yrs,21,107454,22.498193740844727,1,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,19.54324722290039 +1987,54,0.3217933177947998,internal,21-24 yrs,34,107454,22.498193740844727,1,0.1561790108680725,1.1100000143051147,0.12999999523162842,0.4099999964237213,1.6399999856948853,31.641447067260742 +1988,54,0.03902164474129677,MVA,15-17 yrs,44,89392,16.027183532714844,0,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,49.221405029296875 +1988,54,0.03902164474129677,suicide,15-17 yrs,9,89392,16.027183532714844,0,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,10.068015098571777 +1988,54,0.03902164474129677,homicide,15-17 yrs,5,89392,16.027183532714844,0,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,5.593341827392578 +1988,54,0.03902164474129677,other external,15-17 yrs,5,89392,16.027183532714844,0,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,5.593341827392578 +1988,54,0.03902164474129677,internal,15-17 yrs,13,89392,16.027183532714844,0,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,14.542688369750977 +1988,54,0.03902164474129677,all,18-20 yrs,93,86701,18.976078033447266,0.03902164474129677,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,107.26519775390625 +1988,54,0.03902164474129677,MVA,18-20 yrs,57,86701,18.976078033447266,0.03902164474129677,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,65.7431869506836 +1988,54,0.03902164474129677,suicide,18-20 yrs,5,86701,18.976078033447266,0.03902164474129677,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,5.766946315765381 +1988,54,0.03902164474129677,homicide,18-20 yrs,5,86701,18.976078033447266,0.03902164474129677,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,5.766946315765381 +1988,54,0.03902164474129677,other external,18-20 yrs,10,86701,18.976078033447266,0.03902164474129677,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,11.533892631530762 +1988,54,0.03902164474129677,internal,18-20 yrs,16,86701,18.976078033447266,0.03902164474129677,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,18.454227447509766 +1988,54,0.03902164474129677,all,21-24 yrs,124,101543,22.505962371826172,1,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,122.11575317382812 +1988,54,0.03902164474129677,MVA,21-24 yrs,54,101543,22.505962371826172,1,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,53.179439544677734 +1988,54,0.03902164474129677,suicide,21-24 yrs,16,101543,22.505962371826172,1,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,15.756871223449707 +1988,54,0.03902164474129677,homicide,21-24 yrs,15,101543,22.505962371826172,1,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,14.772067070007324 +1988,54,0.03902164474129677,other external,21-24 yrs,18,101543,22.505962371826172,1,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,17.72648048400879 +1988,54,0.03902164474129677,internal,21-24 yrs,21,101543,22.505962371826172,1,0.14997409284114838,1.1200000047683716,0.11999999731779099,0.4000000059604645,1.6399999856948853,20.680892944335938 +1989,54,0,MVA,15-17 yrs,39,84257,16.02919578552246,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,46.286956787109375 +1989,54,0,suicide,15-17 yrs,7,84257,16.02919578552246,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,8.307914733886719 +1989,54,0,homicide,15-17 yrs,4,84257,16.02919578552246,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,4.747380256652832 +1989,54,0,other external,15-17 yrs,12,84257,16.02919578552246,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,14.24213981628418 +1989,54,0,internal,15-17 yrs,12,84257,16.02919578552246,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,14.24213981628418 +1989,54,0,all,18-20 yrs,112,87649,18.96893310546875,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,127.78240203857422 +1989,54,0,MVA,18-20 yrs,62,87649,18.96893310546875,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,70.73668670654297 +1989,54,0,suicide,18-20 yrs,12,87649,18.96893310546875,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,13.690972328186035 +1989,54,0,homicide,18-20 yrs,8,87649,18.96893310546875,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,9.127314567565918 +1989,54,0,other external,18-20 yrs,13,87649,18.96893310546875,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,14.831886291503906 +1989,54,0,internal,18-20 yrs,17,87649,18.96893310546875,0,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,19.395544052124023 +1989,54,0,all,21-24 yrs,110,95829,22.488046646118164,1,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,114.78779602050781 +1989,54,0,MVA,21-24 yrs,51,95829,22.488046646118164,1,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,53.21979904174805 +1989,54,0,suicide,21-24 yrs,13,95829,22.488046646118164,1,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,13.565831184387207 +1989,54,0,homicide,21-24 yrs,11,95829,22.488046646118164,1,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,11.478779792785645 +1989,54,0,other external,21-24 yrs,17,95829,22.488046646118164,1,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,17.739933013916016 +1989,54,0,internal,21-24 yrs,18,95829,22.488046646118164,1,0.14308011531829834,1.1200000047683716,0.10999999940395355,0.3799999952316284,1.600000023841858,18.783458709716797 +1990,54,0,MVA,15-17 yrs,31,81205,16.014999389648438,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,38.17498779296875 +1990,54,0,suicide,15-17 yrs,8,81205,16.014999389648438,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,9.85161018371582 +1990,54,0,homicide,15-17 yrs,3,81205,16.014999389648438,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,3.6943538188934326 +1990,54,0,other external,15-17 yrs,3,81205,16.014999389648438,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,3.6943538188934326 +1990,54,0,internal,15-17 yrs,13,81205,16.014999389648438,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,16.008867263793945 +1990,54,0,all,18-20 yrs,101,88410,18.993688583374023,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,114.24047088623047 +1990,54,0,MVA,18-20 yrs,53,88410,18.993688583374023,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,59.94797134399414 +1990,54,0,suicide,18-20 yrs,15,88410,18.993688583374023,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,16.966405868530273 +1990,54,0,homicide,18-20 yrs,8,88410,18.993688583374023,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,9.048749923706055 +1990,54,0,other external,18-20 yrs,5,88410,18.993688583374023,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,5.655468940734863 +1990,54,0,internal,18-20 yrs,20,88410,18.993688583374023,0,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,22.621875762939453 +1990,54,0,all,21-24 yrs,112,93817,22.447797775268555,1,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,119.38134765625 +1990,54,0,MVA,21-24 yrs,46,93817,22.447797775268555,1,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,49.03162384033203 +1990,54,0,suicide,21-24 yrs,15,93817,22.447797775268555,1,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,15.98857307434082 +1990,54,0,homicide,21-24 yrs,10,93817,22.447797775268555,1,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,10.659049034118652 +1990,54,0,other external,21-24 yrs,18,93817,22.447797775268555,1,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,19.186288833618164 +1990,54,0,internal,21-24 yrs,23,93817,22.447797775268555,1,0.13574549555778503,1.2000000476837158,0.10000000149011612,0.41999998688697815,1.7200000286102295,24.515811920166016 +1991,54,0,MVA,15-17 yrs,30,80893,16.016725540161133,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,37.086029052734375 +1991,54,0,suicide,15-17 yrs,9,80893,16.016725540161133,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,11.125807762145996 +1991,54,0,homicide,15-17 yrs,2,80893,16.016725540161133,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,2.4724018573760986 +1991,54,0,other external,15-17 yrs,13,80893,16.016725540161133,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,16.07061195373535 +1991,54,0,internal,15-17 yrs,14,80893,16.016725540161133,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,17.306812286376953 +1991,54,0,all,18-20 yrs,108,87880,19.035127639770508,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,122.89485931396484 +1991,54,0,MVA,18-20 yrs,48,87880,19.035127639770508,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,54.619937896728516 +1991,54,0,suicide,18-20 yrs,14,87880,19.035127639770508,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,15.930814743041992 +1991,54,0,homicide,18-20 yrs,11,87880,19.035127639770508,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,12.517068862915039 +1991,54,0,other external,18-20 yrs,15,87880,19.035127639770508,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,17.068729400634766 +1991,54,0,internal,18-20 yrs,20,87880,19.035127639770508,0,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,22.7583065032959 +1991,54,0,all,21-24 yrs,125,97709,22.418344497680664,1,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,127.93090057373047 +1991,54,0,MVA,21-24 yrs,54,97709,22.418344497680664,1,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,55.26614761352539 +1991,54,0,suicide,21-24 yrs,15,97709,22.418344497680664,1,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,15.351707458496094 +1991,54,0,homicide,21-24 yrs,15,97709,22.418344497680664,1,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,15.351707458496094 +1991,54,0,other external,21-24 yrs,17,97709,22.418344497680664,1,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,17.398601531982422 +1991,54,0,internal,21-24 yrs,24,97709,22.418344497680664,1,0.13026383519172668,1.1799999475479126,0.09000000357627869,0.4300000071525574,1.7000000476837158,24.562732696533203 +1992,54,0,MVA,15-17 yrs,20,82445,16.009763717651367,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,24.258596420288086 +1992,54,0,suicide,15-17 yrs,4,82445,16.009763717651367,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,4.851719379425049 +1992,54,0,homicide,15-17 yrs,3,82445,16.009763717651367,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,3.638789415359497 +1992,54,0,other external,15-17 yrs,14,82445,16.009763717651367,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,16.98101806640625 +1992,54,0,internal,15-17 yrs,15,82445,16.009763717651367,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,18.193946838378906 +1992,54,0,all,18-20 yrs,93,84857,19.031558990478516,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,109.59614562988281 +1992,54,0,MVA,18-20 yrs,47,84857,19.031558990478516,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,55.387298583984375 +1992,54,0,suicide,18-20 yrs,14,84857,19.031558990478516,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,16.49834442138672 +1992,54,0,homicide,18-20 yrs,8,84857,19.031558990478516,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,9.42762565612793 +1992,54,0,other external,18-20 yrs,13,84857,19.031558990478516,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,15.319890975952148 +1992,54,0,internal,18-20 yrs,11,84857,19.031558990478516,0,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,12.962985038757324 +1992,54,0,all,21-24 yrs,116,103362,22.39674186706543,1,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,112.2269287109375 +1992,54,0,MVA,21-24 yrs,46,103362,22.39674186706543,1,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,44.5037841796875 +1992,54,0,suicide,21-24 yrs,23,103362,22.39674186706543,1,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,22.25189208984375 +1992,54,0,homicide,21-24 yrs,11,103362,22.39674186706543,1,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,10.64220905303955 +1992,54,0,other external,21-24 yrs,19,103362,22.39674186706543,1,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,18.38199806213379 +1992,54,0,internal,21-24 yrs,17,103362,22.39674186706543,1,0.1264571249485016,1.159999966621399,0.09000000357627869,0.4099999964237213,1.659999966621399,16.447050094604492 +1993,54,0,MVA,15-17 yrs,20,83380,16.002349853515625,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,23.986568450927734 +1993,54,0,suicide,15-17 yrs,10,83380,16.002349853515625,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,11.993284225463867 +1993,54,0,homicide,15-17 yrs,7,83380,16.002349853515625,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,8.395298957824707 +1993,54,0,other external,15-17 yrs,6,83380,16.002349853515625,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,7.195970058441162 +1993,54,0,internal,15-17 yrs,9,83380,16.002349853515625,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,10.79395580291748 +1993,54,0,all,18-20 yrs,91,83589,19.00319480895996,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,108.86599731445312 +1993,54,0,MVA,18-20 yrs,53,83589,19.00319480895996,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,63.40547180175781 +1993,54,0,suicide,18-20 yrs,14,83589,19.00319480895996,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,16.748615264892578 +1993,54,0,homicide,18-20 yrs,8,83589,19.00319480895996,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,9.570637702941895 +1993,54,0,other external,18-20 yrs,8,83589,19.00319480895996,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,9.570637702941895 +1993,54,0,internal,18-20 yrs,8,83589,19.00319480895996,0,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,9.570637702941895 +1993,54,0,all,21-24 yrs,116,107467,22.43036460876465,1,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,107.94010925292969 +1993,54,0,MVA,21-24 yrs,42,107467,22.43036460876465,1,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,39.081764221191406 +1993,54,0,suicide,21-24 yrs,25,107467,22.43036460876465,1,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,23.262954711914062 +1993,54,0,homicide,21-24 yrs,13,107467,22.43036460876465,1,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,12.096736907958984 +1993,54,0,other external,21-24 yrs,14,107467,22.43036460876465,1,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,13.027255058288574 +1993,54,0,internal,21-24 yrs,22,107467,22.43036460876465,1,0.12278155982494354,1.1799999475479126,0.07999999821186066,0.4000000059604645,1.6699999570846558,20.47140121459961 +1994,54,0,MVA,15-17 yrs,25,84443,16.01774024963379,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,29.605770111083984 +1994,54,0,suicide,15-17 yrs,7,84443,16.01774024963379,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,8.289615631103516 +1994,54,0,homicide,15-17 yrs,5,84443,16.01774024963379,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,5.921154022216797 +1994,54,0,other external,15-17 yrs,6,84443,16.01774024963379,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,7.105384826660156 +1994,54,0,internal,15-17 yrs,14,84443,16.01774024963379,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,16.57923126220703 +1994,54,0,all,18-20 yrs,84,83031,19.003854751586914,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,101.16703033447266 +1994,54,0,MVA,18-20 yrs,29,83031,19.003854751586914,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,34.92671585083008 +1994,54,0,suicide,18-20 yrs,11,83031,19.003854751586914,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,13.248064041137695 +1994,54,0,homicide,18-20 yrs,13,83031,19.003854751586914,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,15.656803131103516 +1994,54,0,other external,18-20 yrs,14,83031,19.003854751586914,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,16.86117172241211 +1994,54,0,internal,18-20 yrs,17,83031,19.003854751586914,0,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,20.474281311035156 +1994,54,0,all,21-24 yrs,97,108043,22.490129470825195,1,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,89.77906799316406 +1994,54,0,MVA,21-24 yrs,39,108043,22.490129470825195,1,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,36.09674072265625 +1994,54,0,suicide,21-24 yrs,16,108043,22.490129470825195,1,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,14.808918952941895 +1994,54,0,homicide,21-24 yrs,7,108043,22.490129470825195,1,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,6.4789018630981445 +1994,54,0,other external,21-24 yrs,15,108043,22.490129470825195,1,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,13.883360862731934 +1994,54,0,internal,21-24 yrs,20,108043,22.490129470825195,1,0.11971615999937057,1.1699999570846558,0.07999999821186066,0.38999998569488525,1.6399999856948853,18.51114845275879 +1995,54,0,MVA,15-17 yrs,16,85014,16.005952835083008,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,18.8204288482666 +1995,54,0,suicide,15-17 yrs,5,85014,16.005952835083008,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,5.881384372711182 +1995,54,0,homicide,15-17 yrs,5,85014,16.005952835083008,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,5.881384372711182 +1995,54,0,other external,15-17 yrs,12,85014,16.005952835083008,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,14.11532211303711 +1995,54,0,internal,15-17 yrs,8,85014,16.005952835083008,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,9.4102144241333 +1995,54,0,all,18-20 yrs,87,83726,18.997516632080078,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,103.9103775024414 +1995,54,0,MVA,18-20 yrs,36,83726,18.997516632080078,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,42.99739456176758 +1995,54,0,suicide,18-20 yrs,13,83726,18.997516632080078,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,15.526837348937988 +1995,54,0,homicide,18-20 yrs,10,83726,18.997516632080078,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,11.943720817565918 +1995,54,0,other external,18-20 yrs,7,83726,18.997516632080078,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,8.360605239868164 +1995,54,0,internal,18-20 yrs,21,83726,18.997516632080078,0,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,25.08181381225586 +1995,54,0,all,21-24 yrs,111,105700,22.523168563842773,1,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,105.01419067382812 +1995,54,0,MVA,21-24 yrs,52,105700,22.523168563842773,1,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,49.195838928222656 +1995,54,0,suicide,21-24 yrs,18,105700,22.523168563842773,1,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,17.029327392578125 +1995,54,0,homicide,21-24 yrs,7,105700,22.523168563842773,1,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,6.622516632080078 +1995,54,0,other external,21-24 yrs,13,105700,22.523168563842773,1,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,12.298959732055664 +1995,54,0,internal,21-24 yrs,21,105700,22.523168563842773,1,0.11641690135002136,1.1399999856948853,0.09000000357627869,0.3799999952316284,1.6100000143051147,19.867549896240234 +1996,54,0,MVA,15-17 yrs,19,83738,16.019954681396484,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,22.689817428588867 +1996,54,0,suicide,15-17 yrs,9,83738,16.019954681396484,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,10.747808456420898 +1996,54,0,homicide,15-17 yrs,1,83738,16.019954681396484,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,1.1942009925842285 +1996,54,0,other external,15-17 yrs,12,83738,16.019954681396484,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,14.330411911010742 +1996,54,0,internal,15-17 yrs,18,83738,16.019954681396484,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,21.495616912841797 +1996,54,0,all,18-20 yrs,90,83785,18.99184799194336,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,107.41779327392578 +1996,54,0,MVA,18-20 yrs,40,83785,18.99184799194336,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,47.741241455078125 +1996,54,0,suicide,18-20 yrs,12,83785,18.99184799194336,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,14.322372436523438 +1996,54,0,homicide,18-20 yrs,7,83785,18.99184799194336,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,8.354717254638672 +1996,54,0,other external,18-20 yrs,8,83785,18.99184799194336,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,9.548248291015625 +1996,54,0,internal,18-20 yrs,23,83785,18.99184799194336,0,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,27.451213836669922 +1996,54,0,all,21-24 yrs,92,102531,22.494884490966797,1,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,89.72895812988281 +1996,54,0,MVA,21-24 yrs,35,102531,22.494884490966797,1,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,34.136016845703125 +1996,54,0,suicide,21-24 yrs,21,102531,22.494884490966797,1,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,20.481611251831055 +1996,54,0,homicide,21-24 yrs,9,102531,22.494884490966797,1,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,8.777832984924316 +1996,54,0,other external,21-24 yrs,13,102531,22.494884490966797,1,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,12.679092407226562 +1996,54,0,internal,21-24 yrs,14,102531,22.494884490966797,1,0.11307798326015472,1.1399999856948853,0.10000000149011612,0.3700000047683716,1.6100000143051147,13.654406547546387 +1970,55,1,MVA,15-17 yrs,95,266258,15.980616569519043,0,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,35.67967987060547 +1970,55,1,suicide,15-17 yrs,12,266258,15.980616569519043,0,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,4.506906986236572 +1970,55,1,homicide,15-17 yrs,4,266258,15.980616569519043,0,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,1.5023022890090942 +1970,55,1,other external,15-17 yrs,46,266258,15.980616569519043,0,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,17.27647590637207 +1970,55,1,internal,15-17 yrs,46,266258,15.980616569519043,0,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,17.27647590637207 +1970,55,1,all,18-20 yrs,318,241189,18.94263458251953,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,131.8468017578125 +1970,55,1,MVA,18-20 yrs,167,241189,18.94263458251953,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,69.24030303955078 +1970,55,1,suicide,18-20 yrs,18,241189,18.94263458251953,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,7.463027000427246 +1970,55,1,homicide,18-20 yrs,12,241189,18.94263458251953,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,4.975351333618164 +1970,55,1,other external,18-20 yrs,60,241189,18.94263458251953,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,24.87675666809082 +1970,55,1,internal,18-20 yrs,61,241189,18.94263458251953,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,25.29136848449707 +1970,55,1,all,21-24 yrs,309,263240,22.418739318847656,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,117.38337707519531 +1970,55,1,MVA,21-24 yrs,143,263240,22.418739318847656,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,54.32305145263672 +1970,55,1,suicide,21-24 yrs,26,263240,22.418739318847656,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,9.87691879272461 +1970,55,1,homicide,21-24 yrs,9,263240,22.418739318847656,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,3.418933391571045 +1970,55,1,other external,21-24 yrs,55,263240,22.418739318847656,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,20.89348030090332 +1970,55,1,internal,21-24 yrs,76,263240,22.418739318847656,1,0.1675257682800293,1.7100000381469727,0.2199999988079071,1.25,3.180000066757202,28.87099266052246 +1971,55,1,MVA,15-17 yrs,105,270237,15.986823081970215,0,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,38.85478210449219 +1971,55,1,suicide,15-17 yrs,9,270237,15.986823081970215,0,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,3.3304100036621094 +1971,55,1,homicide,15-17 yrs,8,270237,15.986823081970215,0,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,2.96036434173584 +1971,55,1,other external,15-17 yrs,34,270237,15.986823081970215,0,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,12.581548690795898 +1971,55,1,internal,15-17 yrs,54,270237,15.986823081970215,0,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,19.982460021972656 +1971,55,1,all,18-20 yrs,300,251094,18.97623634338379,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,119.47716522216797 +1971,55,1,MVA,18-20 yrs,156,251094,18.97623634338379,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,62.12812805175781 +1971,55,1,suicide,18-20 yrs,20,251094,18.97623634338379,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,7.965144634246826 +1971,55,1,homicide,18-20 yrs,8,251094,18.97623634338379,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,3.1860578060150146 +1971,55,1,other external,18-20 yrs,44,251094,18.97623634338379,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,17.523317337036133 +1971,55,1,internal,18-20 yrs,72,251094,18.97623634338379,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,28.67452049255371 +1971,55,1,all,21-24 yrs,329,291912,22.530235290527344,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,112.7052001953125 +1971,55,1,MVA,21-24 yrs,147,291912,22.530235290527344,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,50.357643127441406 +1971,55,1,suicide,21-24 yrs,39,291912,22.530235290527344,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,13.360190391540527 +1971,55,1,homicide,21-24 yrs,16,291912,22.530235290527344,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,5.481103897094727 +1971,55,1,other external,21-24 yrs,49,291912,22.530235290527344,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,16.78588104248047 +1971,55,1,internal,21-24 yrs,78,291912,22.530235290527344,1,0.16049382090568542,1.7400000095367432,0.25,1.2599999904632568,3.25,26.720380783081055 +1972,55,1,MVA,15-17 yrs,122,276026,15.980451583862305,0,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,44.198734283447266 +1972,55,1,suicide,15-17 yrs,12,276026,15.980451583862305,0,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,4.347416400909424 +1972,55,1,homicide,15-17 yrs,8,276026,15.980451583862305,0,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,2.898277759552002 +1972,55,1,other external,15-17 yrs,42,276026,15.980451583862305,0,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,15.215957641601562 +1972,55,1,internal,15-17 yrs,62,276026,15.980451583862305,0,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,22.461652755737305 +1972,55,1,all,18-20 yrs,346,257687,18.98760986328125,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,134.27142333984375 +1972,55,1,MVA,18-20 yrs,182,257687,18.98760986328125,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,70.6283187866211 +1972,55,1,suicide,18-20 yrs,18,257687,18.98760986328125,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,6.985218524932861 +1972,55,1,homicide,18-20 yrs,20,257687,18.98760986328125,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,7.761353969573975 +1972,55,1,other external,18-20 yrs,50,257687,18.98760986328125,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,19.403385162353516 +1972,55,1,internal,18-20 yrs,76,257687,18.98760986328125,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,29.493144989013672 +1972,55,1,all,21-24 yrs,368,298753,22.481672286987305,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,123.17868041992188 +1972,55,1,MVA,21-24 yrs,128,298753,22.481672286987305,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,42.844757080078125 +1972,55,1,suicide,21-24 yrs,44,298753,22.481672286987305,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,14.727885246276855 +1972,55,1,homicide,21-24 yrs,22,298753,22.481672286987305,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,7.363942623138428 +1972,55,1,other external,21-24 yrs,78,298753,22.481672286987305,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,26.108524322509766 +1972,55,1,internal,21-24 yrs,96,298753,22.481672286987305,1,0.15550239384174347,1.7400000095367432,0.25999999046325684,1.2699999809265137,3.2699999809265137,32.133567810058594 +1973,55,1,MVA,15-17 yrs,109,280491,15.97945785522461,0,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,38.86042785644531 +1973,55,1,suicide,15-17 yrs,6,280491,15.97945785522461,0,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,2.139106035232544 +1973,55,1,homicide,15-17 yrs,7,280491,15.97945785522461,0,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,2.495623826980591 +1973,55,1,other external,15-17 yrs,56,280491,15.97945785522461,0,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,19.964990615844727 +1973,55,1,internal,15-17 yrs,59,280491,15.97945785522461,0,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,21.034542083740234 +1973,55,1,all,18-20 yrs,380,260425,18.98283576965332,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,145.9153289794922 +1973,55,1,MVA,18-20 yrs,199,260425,18.98283576965332,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,76.4135513305664 +1973,55,1,suicide,18-20 yrs,32,260425,18.98283576965332,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,12.287607192993164 +1973,55,1,homicide,18-20 yrs,11,260425,18.98283576965332,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,4.223865032196045 +1973,55,1,other external,18-20 yrs,56,260425,18.98283576965332,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,21.503311157226562 +1973,55,1,internal,18-20 yrs,82,260425,18.98283576965332,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,31.48699188232422 +1973,55,1,all,21-24 yrs,356,307608,22.46959686279297,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,115.7317123413086 +1973,55,1,MVA,21-24 yrs,136,307608,22.46959686279297,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,44.21211242675781 +1973,55,1,suicide,21-24 yrs,52,307608,22.46959686279297,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,16.904632568359375 +1973,55,1,homicide,21-24 yrs,23,307608,22.46959686279297,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,7.477048873901367 +1973,55,1,other external,21-24 yrs,63,307608,22.46959686279297,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,20.48061180114746 +1973,55,1,internal,21-24 yrs,82,307608,22.46959686279297,1,0.14639638364315033,1.7699999809265137,0.25999999046325684,1.4299999475479126,3.4600000381469727,26.657304763793945 +1974,55,1,MVA,15-17 yrs,99,285204,15.990312576293945,0,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,34.71199417114258 +1974,55,1,suicide,15-17 yrs,12,285204,15.990312576293945,0,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,4.207514762878418 +1974,55,1,homicide,15-17 yrs,13,285204,15.990312576293945,0,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,4.558140754699707 +1974,55,1,other external,15-17 yrs,47,285204,15.990312576293945,0,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,16.479433059692383 +1974,55,1,internal,15-17 yrs,65,285204,15.990312576293945,0,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,22.79070472717285 +1974,55,1,all,18-20 yrs,364,264991,18.991539001464844,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,137.3631591796875 +1974,55,1,MVA,18-20 yrs,174,264991,18.991539001464844,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,65.66260528564453 +1974,55,1,suicide,18-20 yrs,43,264991,18.991539001464844,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,16.226966857910156 +1974,55,1,homicide,18-20 yrs,13,264991,18.991539001464844,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,4.905827045440674 +1974,55,1,other external,18-20 yrs,58,264991,18.991539001464844,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,21.887535095214844 +1974,55,1,internal,18-20 yrs,76,264991,18.991539001464844,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,28.680219650268555 +1974,55,1,all,21-24 yrs,359,314157,22.471378326416016,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,114.2740707397461 +1974,55,1,MVA,21-24 yrs,135,314157,22.471378326416016,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,42.972145080566406 +1974,55,1,suicide,21-24 yrs,43,314157,22.471378326416016,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,13.687423706054688 +1974,55,1,homicide,21-24 yrs,23,314157,22.471378326416016,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,7.32118034362793 +1974,55,1,other external,21-24 yrs,60,314157,22.471378326416016,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,19.098730087280273 +1974,55,1,internal,21-24 yrs,98,314157,22.471378326416016,1,0.13184583187103271,1.7799999713897705,0.25999999046325684,1.340000033378601,3.380000114440918,31.19459342956543 +1975,55,1,MVA,15-17 yrs,100,287432,15.994002342224121,0,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,34.790836334228516 +1975,55,1,suicide,15-17 yrs,22,287432,15.994002342224121,0,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,7.653984069824219 +1975,55,1,homicide,15-17 yrs,5,287432,15.994002342224121,0,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,1.7395418882369995 +1975,55,1,other external,15-17 yrs,63,287432,15.994002342224121,0,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,21.918228149414062 +1975,55,1,internal,15-17 yrs,60,287432,15.994002342224121,0,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,20.874502182006836 +1975,55,1,all,18-20 yrs,308,271317,18.985315322875977,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,113.52034759521484 +1975,55,1,MVA,18-20 yrs,161,271317,18.985315322875977,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,59.34018325805664 +1975,55,1,suicide,18-20 yrs,30,271317,18.985315322875977,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,11.05717658996582 +1975,55,1,homicide,18-20 yrs,14,271317,18.985315322875977,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,5.16001558303833 +1975,55,1,other external,18-20 yrs,42,271317,18.985315322875977,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,15.480047225952148 +1975,55,1,internal,18-20 yrs,61,271317,18.985315322875977,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,22.482925415039062 +1975,55,1,all,21-24 yrs,358,323634,22.481929779052734,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,110.61878204345703 +1975,55,1,MVA,21-24 yrs,123,323634,22.481929779052734,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,38.00589370727539 +1975,55,1,suicide,21-24 yrs,61,323634,22.481929779052734,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,18.848451614379883 +1975,55,1,homicide,21-24 yrs,27,323634,22.481929779052734,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,8.342757225036621 +1975,55,1,other external,21-24 yrs,58,323634,22.481929779052734,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,17.921478271484375 +1975,55,1,internal,21-24 yrs,89,323634,22.481929779052734,1,0.12081784009933472,1.8700000047683716,0.25999999046325684,1.309999942779541,3.440000057220459,27.500200271606445 +1976,55,1,MVA,15-17 yrs,91,290087,15.986869812011719,0,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,31.36989974975586 +1976,55,1,suicide,15-17 yrs,23,290087,15.986869812011719,0,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,7.928656101226807 +1976,55,1,homicide,15-17 yrs,12,290087,15.986869812011719,0,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,4.136690139770508 +1976,55,1,other external,15-17 yrs,38,290087,15.986869812011719,0,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,13.099518775939941 +1976,55,1,internal,15-17 yrs,43,290087,15.986869812011719,0,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,14.823139190673828 +1976,55,1,all,18-20 yrs,349,275660,18.98381996154785,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,126.60523986816406 +1976,55,1,MVA,18-20 yrs,182,275660,18.98381996154785,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,66.02336120605469 +1976,55,1,suicide,18-20 yrs,31,275660,18.98381996154785,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,11.245737075805664 +1976,55,1,homicide,18-20 yrs,13,275660,18.98381996154785,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,4.715954303741455 +1976,55,1,other external,18-20 yrs,70,275660,18.98381996154785,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,25.393600463867188 +1976,55,1,internal,18-20 yrs,53,275660,18.98381996154785,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,19.22658348083496 +1976,55,1,all,21-24 yrs,361,329056,22.480770111083984,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,109.70777130126953 +1976,55,1,MVA,21-24 yrs,122,329056,22.480770111083984,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,37.07575607299805 +1976,55,1,suicide,21-24 yrs,62,329056,22.480770111083984,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,18.841777801513672 +1976,55,1,homicide,21-24 yrs,18,329056,22.480770111083984,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,5.470193386077881 +1976,55,1,other external,21-24 yrs,76,329056,22.480770111083984,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,23.096372604370117 +1976,55,1,internal,21-24 yrs,83,329056,22.480770111083984,1,0.11423549056053162,1.7999999523162842,0.27000001072883606,1.309999942779541,3.380000114440918,25.223670959472656 +1977,55,1,MVA,15-17 yrs,96,289978,15.998096466064453,0,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,33.105960845947266 +1977,55,1,suicide,15-17 yrs,23,289978,15.998096466064453,0,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,7.931636333465576 +1977,55,1,homicide,15-17 yrs,7,289978,15.998096466064453,0,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,2.4139761924743652 +1977,55,1,other external,15-17 yrs,34,289978,15.998096466064453,0,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,11.725027084350586 +1977,55,1,internal,15-17 yrs,41,289978,15.998096466064453,0,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,14.13900375366211 +1977,55,1,all,18-20 yrs,353,281035,18.99554443359375,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,125.60713195800781 +1977,55,1,MVA,18-20 yrs,181,281035,18.99554443359375,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,64.40479278564453 +1977,55,1,suicide,18-20 yrs,45,281035,18.99554443359375,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,16.01224136352539 +1977,55,1,homicide,18-20 yrs,11,281035,18.99554443359375,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,3.9141032695770264 +1977,55,1,other external,18-20 yrs,62,281035,18.99554443359375,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,22.061309814453125 +1977,55,1,internal,18-20 yrs,54,281035,18.99554443359375,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,19.214689254760742 +1977,55,1,all,21-24 yrs,313,333387,22.478275299072266,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,93.8848876953125 +1977,55,1,MVA,21-24 yrs,112,333387,22.478275299072266,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,33.5945930480957 +1977,55,1,suicide,21-24 yrs,67,333387,22.478275299072266,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,20.096763610839844 +1977,55,1,homicide,21-24 yrs,17,333387,22.478275299072266,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,5.099179267883301 +1977,55,1,other external,21-24 yrs,51,333387,22.478275299072266,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,15.297536849975586 +1977,55,1,internal,21-24 yrs,66,333387,22.478275299072266,1,0.10726072639226913,1.7799999713897705,0.27000001072883606,1.2599999904632568,3.309999942779541,19.796812057495117 +1978,55,1,MVA,15-17 yrs,111,286786,16.01731300354004,0,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,38.70481872558594 +1978,55,1,suicide,15-17 yrs,20,286786,16.01731300354004,0,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,6.973841190338135 +1978,55,1,homicide,15-17 yrs,7,286786,16.01731300354004,0,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,2.4408442974090576 +1978,55,1,other external,15-17 yrs,39,286786,16.01731300354004,0,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,13.598990440368652 +1978,55,1,internal,15-17 yrs,42,286786,16.01731300354004,0,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,14.645066261291504 +1978,55,1,all,18-20 yrs,340,282414,18.998605728149414,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,120.39063262939453 +1978,55,1,MVA,18-20 yrs,153,282414,18.998605728149414,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,54.175785064697266 +1978,55,1,suicide,18-20 yrs,53,282414,18.998605728149414,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,18.766775131225586 +1978,55,1,homicide,18-20 yrs,10,282414,18.998605728149414,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,3.540900945663452 +1978,55,1,other external,18-20 yrs,70,282414,18.998605728149414,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,24.786306381225586 +1978,55,1,internal,18-20 yrs,54,282414,18.998605728149414,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,19.120864868164062 +1978,55,1,all,21-24 yrs,378,340377,22.472951889038086,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,111.05332946777344 +1978,55,1,MVA,21-24 yrs,152,340377,22.472951889038086,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,44.65636444091797 +1978,55,1,suicide,21-24 yrs,62,340377,22.472951889038086,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,18.215097427368164 +1978,55,1,homicide,21-24 yrs,19,340377,22.472951889038086,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,5.582045555114746 +1978,55,1,other external,21-24 yrs,57,340377,22.472951889038086,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,16.746137619018555 +1978,55,1,internal,21-24 yrs,88,340377,22.472951889038086,1,0.09969325363636017,1.7999999523162842,0.2800000011920929,1.1799999475479126,3.25,25.85368537902832 +1979,55,1,MVA,15-17 yrs,88,279904,16.014230728149414,0,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,31.439350128173828 +1979,55,1,suicide,15-17 yrs,23,279904,16.014230728149414,0,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,8.217103004455566 +1979,55,1,homicide,15-17 yrs,5,279904,16.014230728149414,0,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,1.7863267660140991 +1979,55,1,other external,15-17 yrs,43,279904,16.014230728149414,0,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,15.362409591674805 +1979,55,1,internal,15-17 yrs,37,279904,16.014230728149414,0,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,13.218817710876465 +1979,55,1,all,18-20 yrs,366,286956,18.99185562133789,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,127.54568481445312 +1979,55,1,MVA,18-20 yrs,192,286956,18.99185562133789,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,66.909210205078125 +1979,55,1,suicide,18-20 yrs,55,286956,18.99185562133789,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,19.166702270507812 +1979,55,1,homicide,18-20 yrs,21,286956,18.99185562133789,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,7.318195343017578 +1979,55,1,other external,18-20 yrs,54,286956,18.99185562133789,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,18.81821632385254 +1979,55,1,internal,18-20 yrs,44,286956,18.99185562133789,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,15.333361625671387 +1979,55,1,all,21-24 yrs,385,348283,22.471725463867188,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,110.54228973388672 +1979,55,1,MVA,21-24 yrs,165,348283,22.471725463867188,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,47.375267028808594 +1979,55,1,suicide,21-24 yrs,64,348283,22.471725463867188,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,18.3758602142334 +1979,55,1,homicide,21-24 yrs,12,348283,22.471725463867188,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,3.4454739093780518 +1979,55,1,other external,21-24 yrs,62,348283,22.471725463867188,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,17.80161476135254 +1979,55,1,internal,21-24 yrs,82,348283,22.471725463867188,1,0.08953168243169785,1.8799999952316284,0.2800000011920929,1.1699999570846558,3.3299999237060547,23.544071197509766 +1980,55,1,MVA,15-17 yrs,94,271668,16.01999855041504,0,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,34.60105895996094 +1980,55,1,suicide,15-17 yrs,18,271668,16.01999855041504,0,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,6.625734329223633 +1980,55,1,homicide,15-17 yrs,5,271668,16.01999855041504,0,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,1.8404817581176758 +1980,55,1,other external,15-17 yrs,34,271668,16.01999855041504,0,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,12.515275955200195 +1980,55,1,internal,15-17 yrs,30,271668,16.01999855041504,0,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,11.042890548706055 +1980,55,1,all,18-20 yrs,372,287202,19.00689125061035,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,129.5255584716797 +1980,55,1,MVA,18-20 yrs,201,287202,19.00689125061035,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,69.98558807373047 +1980,55,1,suicide,18-20 yrs,51,287202,19.00689125061035,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,17.757535934448242 +1980,55,1,homicide,18-20 yrs,26,287202,19.00689125061035,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,9.052862167358398 +1980,55,1,other external,18-20 yrs,48,287202,19.00689125061035,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,16.712976455688477 +1980,55,1,internal,18-20 yrs,46,287202,19.00689125061035,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,16.0166015625 +1980,55,1,all,21-24 yrs,348,356960,22.469520568847656,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,97.48991394042969 +1980,55,1,MVA,21-24 yrs,141,356960,22.469520568847656,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,39.50022506713867 +1980,55,1,suicide,21-24 yrs,61,356960,22.469520568847656,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,17.088748931884766 +1980,55,1,homicide,21-24 yrs,21,356960,22.469520568847656,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,5.883012294769287 +1980,55,1,other external,21-24 yrs,62,356960,22.469520568847656,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,17.368892669677734 +1980,55,1,internal,21-24 yrs,63,356960,22.469520568847656,1,0.07888349145650864,1.9600000381469727,0.3100000023841858,1.2000000476837158,3.4600000381469727,17.649036407470703 +1981,55,1,MVA,15-17 yrs,83,259708,16.031404495239258,0,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,31.958969116210938 +1981,55,1,suicide,15-17 yrs,14,259708,16.031404495239258,0,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,5.390669345855713 +1981,55,1,homicide,15-17 yrs,6,259708,16.031404495239258,0,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,2.3102869987487793 +1981,55,1,other external,15-17 yrs,23,259708,16.031404495239258,0,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,8.856100082397461 +1981,55,1,internal,15-17 yrs,34,259708,16.031404495239258,0,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,13.091626167297363 +1981,55,1,all,18-20 yrs,294,283203,19.0261287689209,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,103.81246185302734 +1981,55,1,MVA,18-20 yrs,153,283203,19.0261287689209,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,54.02485275268555 +1981,55,1,suicide,18-20 yrs,46,283203,19.0261287689209,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,16.242765426635742 +1981,55,1,homicide,18-20 yrs,10,283203,19.0261287689209,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,3.531036138534546 +1981,55,1,other external,18-20 yrs,35,283203,19.0261287689209,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,12.358626365661621 +1981,55,1,internal,18-20 yrs,50,283203,19.0261287689209,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,17.655179977416992 +1981,55,1,all,21-24 yrs,385,362455,22.480911254882812,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,106.22008514404297 +1981,55,1,MVA,21-24 yrs,156,362455,22.480911254882812,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,43.039825439453125 +1981,55,1,suicide,21-24 yrs,64,362455,22.480911254882812,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,17.657363891601562 +1981,55,1,homicide,21-24 yrs,23,362455,22.480911254882812,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,6.345615386962891 +1981,55,1,other external,21-24 yrs,59,362455,22.480911254882812,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,16.277883529663086 +1981,55,1,internal,21-24 yrs,83,362455,22.480911254882812,1,0.07150714844465256,1.9500000476837158,0.3100000023841858,1.2000000476837158,3.4700000286102295,22.899394989013672 +1982,55,1,MVA,15-17 yrs,71,246909,16.028610229492188,0,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,28.75553321838379 +1982,55,1,suicide,15-17 yrs,24,246909,16.028610229492188,0,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,9.72018051147461 +1982,55,1,homicide,15-17 yrs,4,246909,16.028610229492188,0,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,1.6200300455093384 +1982,55,1,other external,15-17 yrs,15,246909,16.028610229492188,0,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,6.075112819671631 +1982,55,1,internal,15-17 yrs,33,246909,16.028610229492188,0,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,13.36524772644043 +1982,55,1,all,18-20 yrs,280,274185,19.020872116088867,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,102.12083435058594 +1982,55,1,MVA,18-20 yrs,132,274185,19.020872116088867,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,48.142677307128906 +1982,55,1,suicide,18-20 yrs,51,274185,19.020872116088867,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,18.6005802154541 +1982,55,1,homicide,18-20 yrs,13,274185,19.020872116088867,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,4.741324424743652 +1982,55,1,other external,18-20 yrs,37,274185,19.020872116088867,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,13.494538307189941 +1982,55,1,internal,18-20 yrs,47,274185,19.020872116088867,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,17.14171028137207 +1982,55,1,all,21-24 yrs,332,365175,22.475927352905273,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,90.915313720703125 +1982,55,1,MVA,21-24 yrs,135,365175,22.475927352905273,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,36.96857833862305 +1982,55,1,suicide,21-24 yrs,58,365175,22.475927352905273,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,15.882796287536621 +1982,55,1,homicide,21-24 yrs,20,365175,22.475927352905273,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,5.476826190948486 +1982,55,1,other external,21-24 yrs,54,365175,22.475927352905273,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,14.787430763244629 +1982,55,1,internal,21-24 yrs,65,365175,22.475927352905273,1,0.06735751032829285,1.9299999475479126,0.30000001192092896,1.0399999618530273,3.2699999809265137,17.799684524536133 +1983,55,1,MVA,15-17 yrs,47,233843,16.027732849121094,0,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,20.098955154418945 +1983,55,1,suicide,15-17 yrs,21,233843,16.027732849121094,0,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,8.98038387298584 +1983,55,1,homicide,15-17 yrs,4,233843,16.027732849121094,0,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,1.7105493545532227 +1983,55,1,other external,15-17 yrs,29,233843,16.027732849121094,0,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,12.401482582092285 +1983,55,1,internal,15-17 yrs,33,233843,16.027732849121094,0,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,14.112032890319824 +1983,55,1,all,18-20 yrs,270,264489,19.025468826293945,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,102.0836410522461 +1983,55,1,MVA,18-20 yrs,122,264489,19.025468826293945,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,46.12668228149414 +1983,55,1,suicide,18-20 yrs,49,264489,19.025468826293945,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,18.526290893554688 +1983,55,1,homicide,18-20 yrs,15,264489,19.025468826293945,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,5.671313285827637 +1983,55,1,other external,18-20 yrs,45,264489,19.025468826293945,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,17.013940811157227 +1983,55,1,internal,18-20 yrs,39,264489,19.025468826293945,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,14.745414733886719 +1983,55,1,all,21-24 yrs,304,362580,22.488269805908203,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,83.84356689453125 +1983,55,1,MVA,21-24 yrs,119,362580,22.488269805908203,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,32.820343017578125 +1983,55,1,suicide,21-24 yrs,62,362580,22.488269805908203,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,17.099674224853516 +1983,55,1,homicide,21-24 yrs,19,362580,22.488269805908203,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,5.240222930908203 +1983,55,1,other external,21-24 yrs,43,362580,22.488269805908203,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,11.859451293945312 +1983,55,1,internal,21-24 yrs,61,362580,22.488269805908203,1,0.06526104360818863,1.9299999475479126,0.33000001311302185,1.0700000524520874,3.3299999237060547,16.82387351989746 +1984,55,0.9601802229881287,MVA,15-17 yrs,61,227709,16.01608657836914,0,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,26.788576126098633 +1984,55,0.9601802229881287,suicide,15-17 yrs,17,227709,16.01608657836914,0,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,7.465668678283691 +1984,55,0.9601802229881287,homicide,15-17 yrs,5,227709,16.01608657836914,0,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,2.1957850456237793 +1984,55,0.9601802229881287,other external,15-17 yrs,14,227709,16.01608657836914,0,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,6.148198127746582 +1984,55,0.9601802229881287,internal,15-17 yrs,36,227709,16.01608657836914,0,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,15.809651374816895 +1984,55,0.9601802229881287,all,18-20 yrs,240,254136,19.036264419555664,0.9601802229881287,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,94.4376220703125 +1984,55,0.9601802229881287,MVA,18-20 yrs,127,254136,19.036264419555664,0.9601802229881287,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,49.973243713378906 +1984,55,0.9601802229881287,suicide,18-20 yrs,43,254136,19.036264419555664,0.9601802229881287,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,16.920074462890625 +1984,55,0.9601802229881287,homicide,18-20 yrs,11,254136,19.036264419555664,0.9601802229881287,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,4.328391075134277 +1984,55,0.9601802229881287,other external,18-20 yrs,20,254136,19.036264419555664,0.9601802229881287,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,7.869801998138428 +1984,55,0.9601802229881287,internal,18-20 yrs,39,254136,19.036264419555664,0.9601802229881287,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,15.346114158630371 +1984,55,0.9601802229881287,all,21-24 yrs,333,357154,22.505027770996094,1,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,93.237091064453125 +1984,55,0.9601802229881287,MVA,21-24 yrs,125,357154,22.505027770996094,1,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,34.99890899658203 +1984,55,0.9601802229881287,suicide,21-24 yrs,78,357154,22.505027770996094,1,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,21.839319229125977 +1984,55,0.9601802229881287,homicide,21-24 yrs,15,357154,22.505027770996094,1,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,4.199869155883789 +1984,55,0.9601802229881287,other external,21-24 yrs,51,357154,22.505027770996094,1,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,14.27955436706543 +1984,55,0.9601802229881287,internal,21-24 yrs,64,357154,22.505027770996094,1,0.06256014853715897,1.8600000143051147,0.30000001192092896,1.0299999713897705,3.190000057220459,17.91944122314453 +1985,55,0.7235763072967529,MVA,15-17 yrs,49,225210,15.997056007385254,0,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,21.757471084594727 +1985,55,0.7235763072967529,suicide,15-17 yrs,33,225210,15.997056007385254,0,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,14.652990341186523 +1985,55,0.7235763072967529,homicide,15-17 yrs,1,225210,15.997056007385254,0,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,0.4440300166606903 +1985,55,0.7235763072967529,other external,15-17 yrs,22,225210,15.997056007385254,0,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,9.768660545349121 +1985,55,0.7235763072967529,internal,15-17 yrs,27,225210,15.997056007385254,0,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,11.988810539245605 +1985,55,0.7235763072967529,all,18-20 yrs,216,242613,19.031993865966797,0.7235763072967529,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,89.03067779541016 +1985,55,0.7235763072967529,MVA,18-20 yrs,103,242613,19.031993865966797,0.7235763072967529,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,42.454444885253906 +1985,55,0.7235763072967529,suicide,18-20 yrs,39,242613,19.031993865966797,0.7235763072967529,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,16.074983596801758 +1985,55,0.7235763072967529,homicide,18-20 yrs,14,242613,19.031993865966797,0.7235763072967529,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,5.770506858825684 +1985,55,0.7235763072967529,other external,18-20 yrs,27,242613,19.031993865966797,0.7235763072967529,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,11.12883472442627 +1985,55,0.7235763072967529,internal,18-20 yrs,33,242613,19.031993865966797,0.7235763072967529,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,13.601909637451172 +1985,55,0.7235763072967529,all,21-24 yrs,321,349343,22.518341064453125,1,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,91.88677215576172 +1985,55,0.7235763072967529,MVA,21-24 yrs,115,349343,22.518341064453125,1,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,32.91893768310547 +1985,55,0.7235763072967529,suicide,21-24 yrs,66,349343,22.518341064453125,1,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,18.892606735229492 +1985,55,0.7235763072967529,homicide,21-24 yrs,16,349343,22.518341064453125,1,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,4.580026149749756 +1985,55,0.7235763072967529,other external,21-24 yrs,44,349343,22.518341064453125,1,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,12.595071792602539 +1985,55,0.7235763072967529,internal,21-24 yrs,80,349343,22.518341064453125,1,0.06040892004966736,1.8200000524520874,0.3199999928474426,1.0499999523162842,3.190000057220459,22.900129318237305 +1986,55,0.6408324241638184,MVA,15-17 yrs,52,226553,15.995193481445312,0,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,22.952686309814453 +1986,55,0.6408324241638184,suicide,15-17 yrs,22,226553,15.995193481445312,0,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,9.7107515335083 +1986,55,0.6408324241638184,homicide,15-17 yrs,6,226553,15.995193481445312,0,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,2.6483869552612305 +1986,55,0.6408324241638184,other external,15-17 yrs,21,226553,15.995193481445312,0,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,9.269353866577148 +1986,55,0.6408324241638184,internal,15-17 yrs,32,226553,15.995193481445312,0,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,14.124730110168457 +1986,55,0.6408324241638184,all,18-20 yrs,219,231302,19.027673721313477,0.6408324241638184,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,94.68141174316406 +1986,55,0.6408324241638184,MVA,18-20 yrs,95,231302,19.027673721313477,0.6408324241638184,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,41.07184600830078 +1986,55,0.6408324241638184,suicide,18-20 yrs,39,231302,19.027673721313477,0.6408324241638184,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,16.861072540283203 +1986,55,0.6408324241638184,homicide,18-20 yrs,15,231302,19.027673721313477,0.6408324241638184,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,6.485028266906738 +1986,55,0.6408324241638184,other external,18-20 yrs,24,231302,19.027673721313477,0.6408324241638184,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,10.376045227050781 +1986,55,0.6408324241638184,internal,18-20 yrs,46,231302,19.027673721313477,0.6408324241638184,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,19.887420654296875 +1986,55,0.6408324241638184,all,21-24 yrs,294,335070,22.517091751098633,1,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,87.74285888671875 +1986,55,0.6408324241638184,MVA,21-24 yrs,108,335070,22.517091751098633,1,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,32.23207092285156 +1986,55,0.6408324241638184,suicide,21-24 yrs,61,335070,22.517091751098633,1,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,18.205150604248047 +1986,55,0.6408324241638184,homicide,21-24 yrs,30,335070,22.517091751098633,1,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,8.953352928161621 +1986,55,0.6408324241638184,other external,21-24 yrs,40,335070,22.517091751098633,1,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,11.937804222106934 +1986,55,0.6408324241638184,internal,21-24 yrs,55,335070,22.517091751098633,1,0.05930656939744949,1.8700000047683716,0.3400000035762787,0.949999988079071,3.1600000858306885,16.414480209350586 +1987,55,0.33809036016464233,MVA,15-17 yrs,58,220402,16.03533935546875,0,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,26.315549850463867 +1987,55,0.33809036016464233,suicide,15-17 yrs,17,220402,16.03533935546875,0,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,7.713178634643555 +1987,55,0.33809036016464233,homicide,15-17 yrs,5,220402,16.03533935546875,0,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,2.2685818672180176 +1987,55,0.33809036016464233,other external,15-17 yrs,15,220402,16.03533935546875,0,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,6.805746078491211 +1987,55,0.33809036016464233,internal,15-17 yrs,27,220402,16.03533935546875,0,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,12.25034236907959 +1987,55,0.33809036016464233,all,18-20 yrs,199,225831,19.015316009521484,0.33809036016464233,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,88.118988037109375 +1987,55,0.33809036016464233,MVA,18-20 yrs,85,225831,19.015316009521484,0.33809036016464233,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,37.638763427734375 +1987,55,0.33809036016464233,suicide,18-20 yrs,51,225831,19.015316009521484,0.33809036016464233,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,22.58325958251953 +1987,55,0.33809036016464233,homicide,18-20 yrs,12,225831,19.015316009521484,0.33809036016464233,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,5.3137078285217285 +1987,55,0.33809036016464233,other external,18-20 yrs,17,225831,19.015316009521484,0.33809036016464233,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,7.527752876281738 +1987,55,0.33809036016464233,internal,18-20 yrs,34,225831,19.015316009521484,0.33809036016464233,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,15.055505752563477 +1987,55,0.33809036016464233,all,21-24 yrs,277,320700,22.52387237548828,1,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,86.3735580444336 +1987,55,0.33809036016464233,MVA,21-24 yrs,103,320700,22.52387237548828,1,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,32.117244720458984 +1987,55,0.33809036016464233,suicide,21-24 yrs,71,320700,22.52387237548828,1,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,22.139070510864258 +1987,55,0.33809036016464233,homicide,21-24 yrs,15,320700,22.52387237548828,1,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,4.6772685050964355 +1987,55,0.33809036016464233,other external,21-24 yrs,38,320700,22.52387237548828,1,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,11.849080085754395 +1987,55,0.33809036016464233,internal,21-24 yrs,50,320700,22.52387237548828,1,0.05721830949187279,1.7799999713897705,0.36000001430511475,0.9700000286102295,3.109999895095825,15.59089469909668 +1988,55,0.040593843907117844,MVA,15-17 yrs,53,210653,16.058807373046875,0,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,25.159860610961914 +1988,55,0.040593843907117844,suicide,15-17 yrs,38,210653,16.058807373046875,0,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,18.03914451599121 +1988,55,0.040593843907117844,homicide,15-17 yrs,4,210653,16.058807373046875,0,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,1.8988573551177979 +1988,55,0.040593843907117844,other external,15-17 yrs,14,210653,16.058807373046875,0,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,6.646000862121582 +1988,55,0.040593843907117844,internal,15-17 yrs,36,210653,16.058807373046875,0,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,17.0897159576416 +1988,55,0.040593843907117844,all,18-20 yrs,219,225707,18.99665069580078,0.040593843907117844,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,97.02845001220703 +1988,55,0.040593843907117844,MVA,18-20 yrs,107,225707,18.99665069580078,0.040593843907117844,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,47.406593322753906 +1988,55,0.040593843907117844,suicide,18-20 yrs,37,225707,18.99665069580078,0.040593843907117844,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,16.392934799194336 +1988,55,0.040593843907117844,homicide,18-20 yrs,5,225707,18.99665069580078,0.040593843907117844,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,2.215261459350586 +1988,55,0.040593843907117844,other external,18-20 yrs,30,225707,18.99665069580078,0.040593843907117844,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,13.2915678024292 +1988,55,0.040593843907117844,internal,18-20 yrs,40,225707,18.99665069580078,0.040593843907117844,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,17.722091674804688 +1988,55,0.040593843907117844,all,21-24 yrs,303,309501,22.52444076538086,1,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,97.89952087402344 +1988,55,0.040593843907117844,MVA,21-24 yrs,120,309501,22.52444076538086,1,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,38.77208709716797 +1988,55,0.040593843907117844,suicide,21-24 yrs,64,309501,22.52444076538086,1,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,20.678447723388672 +1988,55,0.040593843907117844,homicide,21-24 yrs,28,309501,22.52444076538086,1,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,9.046820640563965 +1988,55,0.040593843907117844,other external,21-24 yrs,36,309501,22.52444076538086,1,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,11.63162612915039 +1988,55,0.040593843907117844,internal,21-24 yrs,55,309501,22.52444076538086,1,0.05494505167007446,1.75,0.33000001311302185,0.949999988079071,3.0199999809265137,17.770540237426758 +1989,55,0,MVA,15-17 yrs,57,199540,16.02597427368164,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,28.56570053100586 +1989,55,0,suicide,15-17 yrs,22,199540,16.02597427368164,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,11.025358200073242 +1989,55,0,homicide,15-17 yrs,8,199540,16.02597427368164,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,4.009221076965332 +1989,55,0,other external,15-17 yrs,14,199540,16.02597427368164,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,7.01613712310791 +1989,55,0,internal,15-17 yrs,33,199540,16.02597427368164,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,16.53803825378418 +1989,55,0,all,18-20 yrs,196,228269,18.995891571044922,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,85.86360931396484 +1989,55,0,MVA,18-20 yrs,83,228269,18.995891571044922,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,36.36061096191406 +1989,55,0,suicide,18-20 yrs,34,228269,18.995891571044922,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,14.894707679748535 +1989,55,0,homicide,18-20 yrs,22,228269,18.995891571044922,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,9.637751579284668 +1989,55,0,other external,18-20 yrs,22,228269,18.995891571044922,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,9.637751579284668 +1989,55,0,internal,18-20 yrs,35,228269,18.995891571044922,0,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,15.33278751373291 +1989,55,0,all,21-24 yrs,260,294946,22.517261505126953,1,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,88.15172576904297 +1989,55,0,MVA,21-24 yrs,102,294946,22.517261505126953,1,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,34.582603454589844 +1989,55,0,suicide,21-24 yrs,53,294946,22.517261505126953,1,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,17.969390869140625 +1989,55,0,homicide,21-24 yrs,27,294946,22.517261505126953,1,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,9.154217720031738 +1989,55,0,other external,21-24 yrs,25,294946,22.517261505126953,1,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,8.476127624511719 +1989,55,0,internal,21-24 yrs,53,294946,22.517261505126953,1,0.052419353276491165,1.7100000381469727,0.3100000023841858,0.949999988079071,2.9600000381469727,17.969390869140625 +1990,55,0,MVA,15-17 yrs,58,199904,15.990760803222656,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,29.013927459716797 +1990,55,0,suicide,15-17 yrs,22,199904,15.990760803222656,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,11.005282402038574 +1990,55,0,homicide,15-17 yrs,10,199904,15.990760803222656,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,5.002401351928711 +1990,55,0,other external,15-17 yrs,11,199904,15.990760803222656,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,5.502641201019287 +1990,55,0,internal,15-17 yrs,33,199904,15.990760803222656,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,16.507923126220703 +1990,55,0,all,18-20 yrs,219,224423,19.03774070739746,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,97.58358001708984 +1990,55,0,MVA,18-20 yrs,79,224423,19.03774070739746,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,35.20138168334961 +1990,55,0,suicide,18-20 yrs,51,224423,19.03774070739746,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,22.724943161010742 +1990,55,0,homicide,18-20 yrs,30,224423,19.03774070739746,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,13.367613792419434 +1990,55,0,other external,18-20 yrs,19,224423,19.03774070739746,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,8.466155052185059 +1990,55,0,internal,18-20 yrs,40,224423,19.03774070739746,0,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,17.823484420776367 +1990,55,0,all,21-24 yrs,260,286184,22.496572494506836,1,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,90.85063934326172 +1990,55,0,MVA,21-24 yrs,99,286184,22.496572494506836,1,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,34.5931282043457 +1990,55,0,suicide,21-24 yrs,49,286184,22.496572494506836,1,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,17.121850967407227 +1990,55,0,homicide,21-24 yrs,30,286184,22.496572494506836,1,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,10.482766151428223 +1990,55,0,other external,21-24 yrs,32,286184,22.496572494506836,1,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,11.181617736816406 +1990,55,0,internal,21-24 yrs,50,286184,22.496572494506836,1,0.049732211977243423,1.7400000095367432,0.3100000023841858,1.0299999713897705,3.069999933242798,17.471277236938477 +1991,55,0,MVA,15-17 yrs,48,203529,15.995794296264648,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,23.5838623046875 +1991,55,0,suicide,15-17 yrs,22,203529,15.995794296264648,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,10.809270858764648 +1991,55,0,homicide,15-17 yrs,19,203529,15.995794296264648,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,9.33527946472168 +1991,55,0,other external,15-17 yrs,12,203529,15.995794296264648,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,5.895965576171875 +1991,55,0,internal,15-17 yrs,29,203529,15.995794296264648,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,14.248583793640137 +1991,55,0,all,18-20 yrs,192,214952,19.060325622558594,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,89.322265625 +1991,55,0,MVA,18-20 yrs,77,214952,19.060325622558594,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,35.82195281982422 +1991,55,0,suicide,18-20 yrs,31,214952,19.060325622558594,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,14.42182445526123 +1991,55,0,homicide,18-20 yrs,32,214952,19.060325622558594,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,14.887044906616211 +1991,55,0,other external,18-20 yrs,24,214952,19.060325622558594,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,11.165283203125 +1991,55,0,internal,18-20 yrs,28,214952,19.060325622558594,0,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,13.026164054870605 +1991,55,0,all,21-24 yrs,272,287849,22.48046112060547,1,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,94.493988037109375 +1991,55,0,MVA,21-24 yrs,108,287849,22.48046112060547,1,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,37.51967239379883 +1991,55,0,suicide,21-24 yrs,50,287849,22.48046112060547,1,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,17.37021827697754 +1991,55,0,homicide,21-24 yrs,32,287849,22.48046112060547,1,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,11.116939544677734 +1991,55,0,other external,21-24 yrs,25,287849,22.48046112060547,1,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,8.68510913848877 +1991,55,0,internal,21-24 yrs,57,287849,22.48046112060547,1,0.047723934054374695,1.649999976158142,0.27000001072883606,0.8399999737739563,2.759999990463257,19.80204963684082 +1992,55,0,MVA,15-17 yrs,47,210740,15.993517875671387,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,22.3023624420166 +1992,55,0,suicide,15-17 yrs,32,210740,15.993517875671387,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,15.184587478637695 +1992,55,0,homicide,15-17 yrs,20,210740,15.993517875671387,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,9.49036693572998 +1992,55,0,other external,15-17 yrs,20,210740,15.993517875671387,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,9.49036693572998 +1992,55,0,internal,15-17 yrs,26,210740,15.993517875671387,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,12.337477684020996 +1992,55,0,all,18-20 yrs,171,205269,19.027198791503906,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,83.3053207397461 +1992,55,0,MVA,18-20 yrs,66,205269,19.027198791503906,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,32.152931213378906 +1992,55,0,suicide,18-20 yrs,35,205269,19.027198791503906,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,17.050796508789062 +1992,55,0,homicide,18-20 yrs,22,205269,19.027198791503906,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,10.717643737792969 +1992,55,0,other external,18-20 yrs,22,205269,19.027198791503906,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,10.717643737792969 +1992,55,0,internal,18-20 yrs,26,205269,19.027198791503906,0,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,12.666306495666504 +1992,55,0,all,21-24 yrs,208,290616,22.467668533325195,1,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,71.57210540771484 +1992,55,0,MVA,21-24 yrs,70,290616,22.467668533325195,1,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,24.086767196655273 +1992,55,0,suicide,21-24 yrs,40,290616,22.467668533325195,1,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,13.763867378234863 +1992,55,0,homicide,21-24 yrs,27,290616,22.467668533325195,1,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,9.290610313415527 +1992,55,0,other external,21-24 yrs,19,290616,22.467668533325195,1,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,6.537837028503418 +1992,55,0,internal,21-24 yrs,52,290616,22.467668533325195,1,0.045984409749507904,1.590000033378601,0.25,0.8999999761581421,2.740000009536743,17.89302635192871 +1993,55,0,MVA,15-17 yrs,55,215777,15.988789558410645,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,25.48927879333496 +1993,55,0,suicide,15-17 yrs,23,215777,15.988789558410645,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,10.65915298461914 +1993,55,0,homicide,15-17 yrs,21,215777,15.988789558410645,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,9.732270240783691 +1993,55,0,other external,15-17 yrs,13,215777,15.988789558410645,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,6.024738311767578 +1993,55,0,internal,15-17 yrs,27,215777,15.988789558410645,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,12.512918472290039 +1993,55,0,all,18-20 yrs,231,205903,18.993209838867188,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,112.18875122070312 +1993,55,0,MVA,18-20 yrs,106,205903,18.993209838867188,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,51.480552673339844 +1993,55,0,suicide,18-20 yrs,37,205903,18.993209838867188,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,17.969627380371094 +1993,55,0,homicide,18-20 yrs,27,205903,18.993209838867188,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,13.112970352172852 +1993,55,0,other external,18-20 yrs,20,205903,18.993209838867188,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,9.713311195373535 +1993,55,0,internal,18-20 yrs,41,205903,18.993209838867188,0,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,19.912288665771484 +1993,55,0,all,21-24 yrs,243,287724,22.5078067779541,1,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,84.45594024658203 +1993,55,0,MVA,21-24 yrs,82,287724,22.5078067779541,1,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,28.499534606933594 +1993,55,0,suicide,21-24 yrs,43,287724,22.5078067779541,1,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,14.944877624511719 +1993,55,0,homicide,21-24 yrs,27,287724,22.5078067779541,1,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,9.383993148803711 +1993,55,0,other external,21-24 yrs,28,287724,22.5078067779541,1,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,9.731548309326172 +1993,55,0,internal,21-24 yrs,63,287724,22.5078067779541,1,0.04464783892035484,1.590000033378601,0.2199999988079071,0.8899999856948853,2.7100000381469727,21.89598274230957 +1994,55,0,MVA,15-17 yrs,52,224236,15.99183464050293,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,23.18985366821289 +1994,55,0,suicide,15-17 yrs,20,224236,15.99183464050293,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,8.9191741943359375 +1994,55,0,homicide,15-17 yrs,21,224236,15.99183464050293,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,9.365133285522461 +1994,55,0,other external,15-17 yrs,22,224236,15.99183464050293,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,9.811091423034668 +1994,55,0,internal,15-17 yrs,28,224236,15.99183464050293,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,12.486844062805176 +1994,55,0,all,18-20 yrs,181,209584,18.99650764465332,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,86.36155700683594 +1994,55,0,MVA,18-20 yrs,80,209584,18.99650764465332,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,38.17085266113281 +1994,55,0,suicide,18-20 yrs,28,209584,18.99650764465332,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,13.359798431396484 +1994,55,0,homicide,18-20 yrs,30,209584,18.99650764465332,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,14.314069747924805 +1994,55,0,other external,18-20 yrs,16,209584,18.99650764465332,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,7.6341705322265625 +1994,55,0,internal,18-20 yrs,27,209584,18.99650764465332,0,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,12.882662773132324 +1994,55,0,all,21-24 yrs,238,279038,22.549827575683594,1,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,85.29304504394531 +1994,55,0,MVA,21-24 yrs,81,279038,22.549827575683594,1,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,29.028305053710938 +1994,55,0,suicide,21-24 yrs,44,279038,22.549827575683594,1,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,15.768461227416992 +1994,55,0,homicide,21-24 yrs,38,279038,22.549827575683594,1,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,13.618216514587402 +1994,55,0,other external,21-24 yrs,32,279038,22.549827575683594,1,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,11.467971801757812 +1994,55,0,internal,21-24 yrs,43,279038,22.549827575683594,1,0.04353315010666847,1.5800000429153442,0.2199999988079071,0.9100000262260437,2.7200000286102295,15.410087585449219 +1995,55,0,MVA,15-17 yrs,57,233341,15.97841739654541,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,24.42776870727539 +1995,55,0,suicide,15-17 yrs,23,233341,15.97841739654541,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,9.856819152832031 +1995,55,0,homicide,15-17 yrs,15,233341,15.97841739654541,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,6.4283599853515625 +1995,55,0,other external,15-17 yrs,21,233341,15.97841739654541,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,8.999704360961914 +1995,55,0,internal,15-17 yrs,29,233341,15.97841739654541,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,12.428163528442383 +1995,55,0,all,18-20 yrs,184,216489,18.994340896606445,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,84.992767333984375 +1995,55,0,MVA,18-20 yrs,63,216489,18.994340896606445,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,29.100786209106445 +1995,55,0,suicide,18-20 yrs,28,216489,18.994340896606445,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,12.933682441711426 +1995,55,0,homicide,18-20 yrs,33,216489,18.994340896606445,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,15.243268966674805 +1995,55,0,other external,18-20 yrs,20,216489,18.994340896606445,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,9.2383451461792 +1995,55,0,internal,18-20 yrs,40,216489,18.994340896606445,0,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,18.4766902923584 +1995,55,0,all,21-24 yrs,227,269400,22.544477462768555,1,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,84.261322021484375 +1995,55,0,MVA,21-24 yrs,74,269400,22.544477462768555,1,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,27.468448638916016 +1995,55,0,suicide,21-24 yrs,52,269400,22.544477462768555,1,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,19.302152633666992 +1995,55,0,homicide,21-24 yrs,32,269400,22.544477462768555,1,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,11.87824821472168 +1995,55,0,other external,21-24 yrs,17,269400,22.544477462768555,1,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,6.310319423675537 +1995,55,0,internal,21-24 yrs,52,269400,22.544477462768555,1,0.042333416640758514,1.5499999523162842,0.23000000417232513,0.8700000047683716,2.6500000953674316,19.302152633666992 +1996,55,0,MVA,15-17 yrs,59,240782,15.992864608764648,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,24.50349235534668 +1996,55,0,suicide,15-17 yrs,17,240782,15.992864608764648,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,7.060328483581543 +1996,55,0,homicide,15-17 yrs,18,240782,15.992864608764648,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,7.47564172744751 +1996,55,0,other external,15-17 yrs,11,240782,15.992864608764648,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,4.568447589874268 +1996,55,0,internal,15-17 yrs,32,240782,15.992864608764648,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,13.290029525756836 +1996,55,0,all,18-20 yrs,178,221420,18.9883975982666,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,80.39020538330078 +1996,55,0,MVA,18-20 yrs,67,221420,18.9883975982666,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,30.259235382080078 +1996,55,0,suicide,18-20 yrs,35,221420,18.9883975982666,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,15.807063102722168 +1996,55,0,homicide,18-20 yrs,22,221420,18.9883975982666,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,9.935868263244629 +1996,55,0,other external,18-20 yrs,22,221420,18.9883975982666,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,9.935868263244629 +1996,55,0,internal,18-20 yrs,32,221420,18.9883975982666,0,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,14.45217227935791 +1996,55,0,all,21-24 yrs,225,261964,22.481813430786133,1,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,85.88966369628906 +1996,55,0,MVA,21-24 yrs,80,261964,22.481813430786133,1,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,30.53854751586914 +1996,55,0,suicide,21-24 yrs,44,261964,22.481813430786133,1,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,16.796201705932617 +1996,55,0,homicide,21-24 yrs,28,261964,22.481813430786133,1,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,10.688491821289062 +1996,55,0,other external,21-24 yrs,20,261964,22.481813430786133,1,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,7.634636878967285 +1996,55,0,internal,21-24 yrs,53,261964,22.481813430786133,1,0.04111926630139351,1.5299999713897705,0.23999999463558197,0.8799999952316284,2.6500000953674316,20.231786727905273 +1970,56,0,MVA,15-17 yrs,16,21248,15.984328269958496,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,75.30120849609375 +1970,56,0,suicide,15-17 yrs,3,21248,15.984328269958496,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,14.118975639343262 +1970,56,0,homicide,15-17 yrs,0,21248,15.984328269958496,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,0 +1970,56,0,other external,15-17 yrs,8,21248,15.984328269958496,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,37.650604248046875 +1970,56,0,internal,15-17 yrs,6,21248,15.984328269958496,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,28.237951278686523 +1970,56,0,all,18-20 yrs,45,17317,18.935497283935547,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,259.8602600097656 +1970,56,0,MVA,18-20 yrs,25,17317,18.935497283935547,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,144.36680603027344 +1970,56,0,suicide,18-20 yrs,3,17317,18.935497283935547,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,17.324016571044922 +1970,56,0,homicide,18-20 yrs,1,17317,18.935497283935547,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,5.774672508239746 +1970,56,0,other external,18-20 yrs,12,17317,18.935497283935547,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,69.29606628417969 +1970,56,0,internal,18-20 yrs,4,17317,18.935497283935547,0,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,23.098690032958984 +1970,56,0,all,21-24 yrs,55,19493,22.430667877197266,1,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,282.1525573730469 +1970,56,0,MVA,21-24 yrs,27,19493,22.430667877197266,1,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,138.51126098632812 +1970,56,0,suicide,21-24 yrs,5,19493,22.430667877197266,1,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,25.65023422241211 +1970,56,0,homicide,21-24 yrs,4,19493,22.430667877197266,1,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,20.520187377929688 +1970,56,0,other external,21-24 yrs,15,19493,22.430667877197266,1,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,76.95069885253906 +1970,56,0,internal,21-24 yrs,4,19493,22.430667877197266,1,0.05154639109969139,1.2799999713897705,0.1599999964237213,1.149999976158142,2.5899999141693115,20.520187377929688 +1971,56,0,MVA,15-17 yrs,16,21636,15.994961738586426,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,73.95082092285156 +1971,56,0,suicide,15-17 yrs,0,21636,15.994961738586426,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,0 +1971,56,0,homicide,15-17 yrs,0,21636,15.994961738586426,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,0 +1971,56,0,other external,15-17 yrs,8,21636,15.994961738586426,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,36.97541046142578 +1971,56,0,internal,15-17 yrs,3,21636,15.994961738586426,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,13.865778923034668 +1971,56,0,all,18-20 yrs,35,18971,18.94317626953125,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,184.49212646484375 +1971,56,0,MVA,18-20 yrs,19,18971,18.94317626953125,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,100.15286254882812 +1971,56,0,suicide,18-20 yrs,4,18971,18.94317626953125,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,21.084814071655273 +1971,56,0,homicide,18-20 yrs,2,18971,18.94317626953125,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,10.542407035827637 +1971,56,0,other external,18-20 yrs,8,18971,18.94317626953125,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,42.16962814331055 +1971,56,0,internal,18-20 yrs,2,18971,18.94317626953125,0,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,10.542407035827637 +1971,56,0,all,21-24 yrs,52,22033,22.5548038482666,1,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,236.00962829589844 +1971,56,0,MVA,21-24 yrs,30,22033,22.5548038482666,1,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,136.15939331054688 +1971,56,0,suicide,21-24 yrs,8,22033,22.5548038482666,1,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,36.309173583984375 +1971,56,0,homicide,21-24 yrs,0,22033,22.5548038482666,1,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,0 +1971,56,0,other external,21-24 yrs,10,22033,22.5548038482666,1,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,45.38646697998047 +1971,56,0,internal,21-24 yrs,4,22033,22.5548038482666,1,0.04938271641731262,1.3200000524520874,0.18000000715255737,1.1799999475479126,2.690000057220459,18.154586791992188 +1972,56,0,MVA,15-17 yrs,26,21871,15.984362602233887,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,118.8788833618164 +1972,56,0,suicide,15-17 yrs,4,21871,15.984362602233887,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,18.289058685302734 +1972,56,0,homicide,15-17 yrs,0,21871,15.984362602233887,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,0 +1972,56,0,other external,15-17 yrs,4,21871,15.984362602233887,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,18.289058685302734 +1972,56,0,internal,15-17 yrs,4,21871,15.984362602233887,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,18.289058685302734 +1972,56,0,all,18-20 yrs,50,20507,18.968645095825195,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,243.81918334960938 +1972,56,0,MVA,18-20 yrs,28,20507,18.968645095825195,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,136.5387420654297 +1972,56,0,suicide,18-20 yrs,2,20507,18.968645095825195,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,9.752767562866211 +1972,56,0,homicide,18-20 yrs,0,20507,18.968645095825195,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,0 +1972,56,0,other external,18-20 yrs,16,20507,18.968645095825195,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,78.02214050292969 +1972,56,0,internal,18-20 yrs,4,20507,18.968645095825195,0,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,19.505535125732422 +1972,56,0,all,21-24 yrs,70,23121,22.515289306640625,1,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,302.75506591796875 +1972,56,0,MVA,21-24 yrs,30,23121,22.515289306640625,1,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,129.75216674804688 +1972,56,0,suicide,21-24 yrs,14,23121,22.515289306640625,1,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,60.5510139465332 +1972,56,0,homicide,21-24 yrs,0,23121,22.515289306640625,1,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,0 +1972,56,0,other external,21-24 yrs,16,23121,22.515289306640625,1,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,69.20115661621094 +1972,56,0,internal,21-24 yrs,10,23121,22.515289306640625,1,0.04784689098596573,1.399999976158142,0.1899999976158142,1.1699999570846558,2.759999990463257,43.25072479248047 +1973,56,0.4482218027114868,MVA,15-17 yrs,9,22051,15.994648933410645,0,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,40.814476013183594 +1973,56,0.4482218027114868,suicide,15-17 yrs,3,22051,15.994648933410645,0,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,13.604825019836426 +1973,56,0.4482218027114868,homicide,15-17 yrs,1,22051,15.994648933410645,0,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,4.534941673278809 +1973,56,0.4482218027114868,other external,15-17 yrs,8,22051,15.994648933410645,0,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,36.27953338623047 +1973,56,0.4482218027114868,internal,15-17 yrs,2,22051,15.994648933410645,0,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,9.069883346557617 +1973,56,0.4482218027114868,all,18-20 yrs,58,21361,18.993913650512695,0.4482218027114868,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,271.5228576660156 +1973,56,0.4482218027114868,MVA,18-20 yrs,32,21361,18.993913650512695,0.4482218027114868,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,149.80572509765625 +1973,56,0.4482218027114868,suicide,18-20 yrs,1,21361,18.993913650512695,0.4482218027114868,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,4.681428909301758 +1973,56,0.4482218027114868,homicide,18-20 yrs,1,21361,18.993913650512695,0.4482218027114868,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,4.681428909301758 +1973,56,0.4482218027114868,other external,18-20 yrs,15,21361,18.993913650512695,0.4482218027114868,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,70.22142791748047 +1973,56,0.4482218027114868,internal,18-20 yrs,9,21361,18.993913650512695,0.4482218027114868,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,42.13285827636719 +1973,56,0.4482218027114868,all,21-24 yrs,64,24626,22.489076614379883,1,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,259.8879089355469 +1973,56,0.4482218027114868,MVA,21-24 yrs,31,24626,22.489076614379883,1,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,125.88320922851562 +1973,56,0.4482218027114868,suicide,21-24 yrs,7,24626,22.489076614379883,1,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,28.425241470336914 +1973,56,0.4482218027114868,homicide,21-24 yrs,4,24626,22.489076614379883,1,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,16.24299430847168 +1973,56,0.4482218027114868,other external,21-24 yrs,14,24626,22.489076614379883,1,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,56.85048294067383 +1973,56,0.4482218027114868,internal,21-24 yrs,8,24626,22.489076614379883,1,0.045045044273138046,1.5399999618530273,0.20000000298023224,1.2400000095367432,2.9800000190734863,32.48598861694336 +1974,56,0.670043408870697,MVA,15-17 yrs,14,22543,16.001331329345703,0,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,62.10353469848633 +1974,56,0.670043408870697,suicide,15-17 yrs,1,22543,16.001331329345703,0,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,4.435966968536377 +1974,56,0.670043408870697,homicide,15-17 yrs,0,22543,16.001331329345703,0,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,0 +1974,56,0.670043408870697,other external,15-17 yrs,12,22543,16.001331329345703,0,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,53.23160171508789 +1974,56,0.670043408870697,internal,15-17 yrs,6,22543,16.001331329345703,0,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,26.615800857543945 +1974,56,0.670043408870697,all,18-20 yrs,69,22112,19.005878448486328,0.670043408870697,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,312.0477600097656 +1974,56,0.670043408870697,MVA,18-20 yrs,42,22112,19.005878448486328,0.670043408870697,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,189.94210815429688 +1974,56,0.670043408870697,suicide,18-20 yrs,3,22112,19.005878448486328,0.670043408870697,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,13.567294120788574 +1974,56,0.670043408870697,homicide,18-20 yrs,0,22112,19.005878448486328,0.670043408870697,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,0 +1974,56,0.670043408870697,other external,18-20 yrs,17,22112,19.005878448486328,0.670043408870697,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,76.88133239746094 +1974,56,0.670043408870697,internal,18-20 yrs,7,22112,19.005878448486328,0.670043408870697,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,31.657018661499023 +1974,56,0.670043408870697,all,21-24 yrs,61,26452,22.460872650146484,1,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,230.60638427734375 +1974,56,0.670043408870697,MVA,21-24 yrs,28,26452,22.460872650146484,1,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,105.85211181640625 +1974,56,0.670043408870697,suicide,21-24 yrs,6,26452,22.460872650146484,1,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,22.682594299316406 +1974,56,0.670043408870697,homicide,21-24 yrs,8,26452,22.460872650146484,1,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,30.243459701538086 +1974,56,0.670043408870697,other external,21-24 yrs,14,26452,22.460872650146484,1,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,52.926055908203125 +1974,56,0.670043408870697,internal,21-24 yrs,5,26452,22.460872650146484,1,0.040567949414253235,1.7000000476837158,0.20999999344348907,1.309999942779541,3.2100000381469727,18.902162551879883 +1975,56,0.6681166291236877,MVA,15-17 yrs,19,23159,15.99205493927002,0,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,82.04154205322266 +1975,56,0.6681166291236877,suicide,15-17 yrs,2,23159,15.99205493927002,0,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,8.635951042175293 +1975,56,0.6681166291236877,homicide,15-17 yrs,0,23159,15.99205493927002,0,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,0 +1975,56,0.6681166291236877,other external,15-17 yrs,11,23159,15.99205493927002,0,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,47.49773406982422 +1975,56,0.6681166291236877,internal,15-17 yrs,4,23159,15.99205493927002,0,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,17.271902084350586 +1975,56,0.6681166291236877,all,18-20 yrs,62,23219,18.999526977539062,0.6681166291236877,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,267.022705078125 +1975,56,0.6681166291236877,MVA,18-20 yrs,35,23219,18.999526977539062,0.6681166291236877,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,150.73861694335938 +1975,56,0.6681166291236877,suicide,18-20 yrs,6,23219,18.999526977539062,0.6681166291236877,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,25.840906143188477 +1975,56,0.6681166291236877,homicide,18-20 yrs,0,23219,18.999526977539062,0.6681166291236877,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,0 +1975,56,0.6681166291236877,other external,18-20 yrs,12,23219,18.999526977539062,0.6681166291236877,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,51.68181228637695 +1975,56,0.6681166291236877,internal,18-20 yrs,9,23219,18.999526977539062,0.6681166291236877,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,38.76136016845703 +1975,56,0.6681166291236877,all,21-24 yrs,75,29463,22.46600914001465,1,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,254.5565643310547 +1975,56,0.6681166291236877,MVA,21-24 yrs,34,29463,22.46600914001465,1,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,115.39897155761719 +1975,56,0.6681166291236877,suicide,21-24 yrs,9,29463,22.46600914001465,1,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,30.54678726196289 +1975,56,0.6681166291236877,homicide,21-24 yrs,5,29463,22.46600914001465,1,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,16.97043800354004 +1975,56,0.6681166291236877,other external,21-24 yrs,21,29463,22.46600914001465,1,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,71.27584075927734 +1975,56,0.6681166291236877,internal,21-24 yrs,6,29463,22.46600914001465,1,0.03717472031712532,1.8300000429153442,0.20999999344348907,1.3200000524520874,3.359999895095825,20.364524841308594 +1976,56,0.6792000532150269,MVA,15-17 yrs,18,23854,15.991070747375488,0,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,75.45904541015625 +1976,56,0.6792000532150269,suicide,15-17 yrs,4,23854,15.991070747375488,0,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,16.7686767578125 +1976,56,0.6792000532150269,homicide,15-17 yrs,0,23854,15.991070747375488,0,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,0 +1976,56,0.6792000532150269,other external,15-17 yrs,9,23854,15.991070747375488,0,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,37.729522705078125 +1976,56,0.6792000532150269,internal,15-17 yrs,4,23854,15.991070747375488,0,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,16.7686767578125 +1976,56,0.6792000532150269,all,18-20 yrs,72,24202,19.01470947265625,0.6792000532150269,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,297.4960632324219 +1976,56,0.6792000532150269,MVA,18-20 yrs,43,24202,19.01470947265625,0.6792000532150269,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,177.6712646484375 +1976,56,0.6792000532150269,suicide,18-20 yrs,5,24202,19.01470947265625,0.6792000532150269,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,20.65945053100586 +1976,56,0.6792000532150269,homicide,18-20 yrs,3,24202,19.01470947265625,0.6792000532150269,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,12.395669937133789 +1976,56,0.6792000532150269,other external,18-20 yrs,15,24202,19.01470947265625,0.6792000532150269,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,61.97834777832031 +1976,56,0.6792000532150269,internal,18-20 yrs,6,24202,19.01470947265625,0.6792000532150269,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,24.791339874267578 +1976,56,0.6792000532150269,all,21-24 yrs,71,32214,22.49950408935547,1,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,220.40106201171875 +1976,56,0.6792000532150269,MVA,21-24 yrs,37,32214,22.49950408935547,1,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,114.85689544677734 +1976,56,0.6792000532150269,suicide,21-24 yrs,7,32214,22.49950408935547,1,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,21.72968292236328 +1976,56,0.6792000532150269,homicide,21-24 yrs,1,32214,22.49950408935547,1,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,3.1042404174804688 +1976,56,0.6792000532150269,other external,21-24 yrs,21,32214,22.49950408935547,1,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,65.18904876708984 +1976,56,0.6792000532150269,internal,21-24 yrs,5,32214,22.49950408935547,1,0.035149384289979935,1.8200000524520874,0.20999999344348907,1.309999942779541,3.3399999141693115,15.521202087402344 +1977,56,0.68210369348526,MVA,15-17 yrs,14,24497,16.001632690429688,0,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,57.14985656738281 +1977,56,0.68210369348526,suicide,15-17 yrs,2,24497,16.001632690429688,0,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,8.164264678955078 +1977,56,0.68210369348526,homicide,15-17 yrs,0,24497,16.001632690429688,0,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,0 +1977,56,0.68210369348526,other external,15-17 yrs,5,24497,16.001632690429688,0,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,20.410661697387695 +1977,56,0.68210369348526,internal,15-17 yrs,4,24497,16.001632690429688,0,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,16.328529357910156 +1977,56,0.68210369348526,all,18-20 yrs,47,25156,19.026792526245117,0.68210369348526,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,186.8341522216797 +1977,56,0.68210369348526,MVA,18-20 yrs,33,25156,19.026792526245117,0.68210369348526,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,131.18142700195312 +1977,56,0.68210369348526,suicide,18-20 yrs,2,25156,19.026792526245117,0.68210369348526,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,7.950389385223389 +1977,56,0.68210369348526,homicide,18-20 yrs,0,25156,19.026792526245117,0.68210369348526,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,0 +1977,56,0.68210369348526,other external,18-20 yrs,9,25156,19.026792526245117,0.68210369348526,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,35.77675247192383 +1977,56,0.68210369348526,internal,18-20 yrs,3,25156,19.026792526245117,0.68210369348526,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,11.92558479309082 +1977,56,0.68210369348526,all,21-24 yrs,79,34800,22.521522521972656,1,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,227.01148986816406 +1977,56,0.68210369348526,MVA,21-24 yrs,55,34800,22.521522521972656,1,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,158.0459747314453 +1977,56,0.68210369348526,suicide,21-24 yrs,6,34800,22.521522521972656,1,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,17.241378784179688 +1977,56,0.68210369348526,homicide,21-24 yrs,3,34800,22.521522521972656,1,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,8.620689392089844 +1977,56,0.68210369348526,other external,21-24 yrs,11,34800,22.521522521972656,1,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,31.609195709228516 +1977,56,0.68210369348526,internal,21-24 yrs,4,34800,22.521522521972656,1,0.0330033004283905,1.7899999618530273,0.20999999344348907,1.3200000524520874,3.309999942779541,11.494253158569336 +1978,56,0.68146151304245,MVA,15-17 yrs,21,24604,16.016216278076172,0,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,85.35197448730469 +1978,56,0.68146151304245,suicide,15-17 yrs,2,24604,16.016216278076172,0,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,8.128759384155273 +1978,56,0.68146151304245,homicide,15-17 yrs,2,24604,16.016216278076172,0,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,8.128759384155273 +1978,56,0.68146151304245,other external,15-17 yrs,4,24604,16.016216278076172,0,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,16.257518768310547 +1978,56,0.68146151304245,internal,15-17 yrs,6,24604,16.016216278076172,0,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,24.38627815246582 +1978,56,0.68146151304245,all,18-20 yrs,61,26000,19.022846221923828,0.68146151304245,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,234.61538696289062 +1978,56,0.68146151304245,MVA,18-20 yrs,36,26000,19.022846221923828,0.68146151304245,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,138.46153259277344 +1978,56,0.68146151304245,suicide,18-20 yrs,4,26000,19.022846221923828,0.68146151304245,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,15.384614944458008 +1978,56,0.68146151304245,homicide,18-20 yrs,2,26000,19.022846221923828,0.68146151304245,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,7.692307472229004 +1978,56,0.68146151304245,other external,18-20 yrs,17,26000,19.022846221923828,0.68146151304245,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,65.384613037109375 +1978,56,0.68146151304245,internal,18-20 yrs,2,26000,19.022846221923828,0.68146151304245,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,7.692307472229004 +1978,56,0.68146151304245,all,21-24 yrs,70,37223,22.52497100830078,1,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,188.05577087402344 +1978,56,0.68146151304245,MVA,21-24 yrs,39,37223,22.52497100830078,1,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,104.77393341064453 +1978,56,0.68146151304245,suicide,21-24 yrs,10,37223,22.52497100830078,1,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,26.865110397338867 +1978,56,0.68146151304245,homicide,21-24 yrs,2,37223,22.52497100830078,1,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,5.373022079467773 +1978,56,0.68146151304245,other external,21-24 yrs,14,37223,22.52497100830078,1,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,37.61115264892578 +1978,56,0.68146151304245,internal,21-24 yrs,5,37223,22.52497100830078,1,0.030674846842885017,1.8200000524520874,0.2199999988079071,1.3600000143051147,3.4100000858306885,13.432555198669434 +1979,56,0.6841331124305725,MVA,15-17 yrs,13,24582,16.020339965820312,0,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,52.88422393798828 +1979,56,0.6841331124305725,suicide,15-17 yrs,3,24582,16.020339965820312,0,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,12.204051971435547 +1979,56,0.6841331124305725,homicide,15-17 yrs,0,24582,16.020339965820312,0,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,0 +1979,56,0.6841331124305725,other external,15-17 yrs,9,24582,16.020339965820312,0,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,36.61215591430664 +1979,56,0.6841331124305725,internal,15-17 yrs,3,24582,16.020339965820312,0,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,12.204051971435547 +1979,56,0.6841331124305725,all,18-20 yrs,48,27195,19.02621841430664,0.6841331124305725,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,176.50303649902344 +1979,56,0.6841331124305725,MVA,18-20 yrs,29,27195,19.02621841430664,0.6841331124305725,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,106.63725280761719 +1979,56,0.6841331124305725,suicide,18-20 yrs,6,27195,19.02621841430664,0.6841331124305725,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,22.06287956237793 +1979,56,0.6841331124305725,homicide,18-20 yrs,2,27195,19.02621841430664,0.6841331124305725,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,7.354292869567871 +1979,56,0.6841331124305725,other external,18-20 yrs,8,27195,19.02621841430664,0.6841331124305725,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,29.417171478271484 +1979,56,0.6841331124305725,internal,18-20 yrs,3,27195,19.02621841430664,0.6841331124305725,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,11.031439781188965 +1979,56,0.6841331124305725,all,21-24 yrs,78,39446,22.52768325805664,1,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,197.73867797851562 +1979,56,0.6841331124305725,MVA,21-24 yrs,39,39446,22.52768325805664,1,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,98.86933898925781 +1979,56,0.6841331124305725,suicide,21-24 yrs,14,39446,22.52768325805664,1,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,35.49155807495117 +1979,56,0.6841331124305725,homicide,21-24 yrs,4,39446,22.52768325805664,1,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,10.1404447555542 +1979,56,0.6841331124305725,other external,21-24 yrs,15,39446,22.52768325805664,1,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,38.026668548583984 +1979,56,0.6841331124305725,internal,21-24 yrs,6,39446,22.52768325805664,1,0.027548208832740784,1.8600000143051147,0.2199999988079071,1.2999999523162842,3.380000114440918,15.210667610168457 +1980,56,0.6908413171768188,MVA,15-17 yrs,23,24310,16.024887084960938,0,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,94.61127471923828 +1980,56,0.6908413171768188,suicide,15-17 yrs,1,24310,16.024887084960938,0,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,4.1135334968566895 +1980,56,0.6908413171768188,homicide,15-17 yrs,1,24310,16.024887084960938,0,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,4.1135334968566895 +1980,56,0.6908413171768188,other external,15-17 yrs,10,24310,16.024887084960938,0,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,41.13533401489258 +1980,56,0.6908413171768188,internal,15-17 yrs,4,24310,16.024887084960938,0,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,16.454133987426758 +1980,56,0.6908413171768188,all,18-20 yrs,67,27908,19.037981033325195,0.6908413171768188,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,240.07452392578125 +1980,56,0.6908413171768188,MVA,18-20 yrs,40,27908,19.037981033325195,0.6908413171768188,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,143.3280792236328 +1980,56,0.6908413171768188,suicide,18-20 yrs,6,27908,19.037981033325195,0.6908413171768188,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,21.49921226501465 +1980,56,0.6908413171768188,homicide,18-20 yrs,4,27908,19.037981033325195,0.6908413171768188,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,14.332807540893555 +1980,56,0.6908413171768188,other external,18-20 yrs,7,27908,19.037981033325195,0.6908413171768188,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,25.082412719726562 +1980,56,0.6908413171768188,internal,18-20 yrs,10,27908,19.037981033325195,0.6908413171768188,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,35.8320198059082 +1980,56,0.6908413171768188,all,21-24 yrs,70,40688,22.53465461730957,1,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,172.0408935546875 +1980,56,0.6908413171768188,MVA,21-24 yrs,31,40688,22.53465461730957,1,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,76.18953704833984 +1980,56,0.6908413171768188,suicide,21-24 yrs,11,40688,22.53465461730957,1,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,27.034997940063477 +1980,56,0.6908413171768188,homicide,21-24 yrs,5,40688,22.53465461730957,1,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,12.28863525390625 +1980,56,0.6908413171768188,other external,21-24 yrs,19,40688,22.53465461730957,1,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,46.696815490722656 +1980,56,0.6908413171768188,internal,21-24 yrs,4,40688,22.53465461730957,1,0.02427184395492077,1.850000023841858,0.23999999463558197,1.3200000524520874,3.4200000762939453,9.83090877532959 +1981,56,0.689250111579895,MVA,15-17 yrs,15,24106,16.027254104614258,0,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,62.22517395019531 +1981,56,0.689250111579895,suicide,15-17 yrs,2,24106,16.027254104614258,0,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,8.296689987182617 +1981,56,0.689250111579895,homicide,15-17 yrs,0,24106,16.027254104614258,0,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,0 +1981,56,0.689250111579895,other external,15-17 yrs,4,24106,16.027254104614258,0,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,16.593379974365234 +1981,56,0.689250111579895,internal,15-17 yrs,2,24106,16.027254104614258,0,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,8.296689987182617 +1981,56,0.689250111579895,all,18-20 yrs,63,27070,19.04222297668457,0.689250111579895,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,232.72996520996094 +1981,56,0.689250111579895,MVA,18-20 yrs,42,27070,19.04222297668457,0.689250111579895,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,155.15330505371094 +1981,56,0.689250111579895,suicide,18-20 yrs,4,27070,19.04222297668457,0.689250111579895,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,14.776505470275879 +1981,56,0.689250111579895,homicide,18-20 yrs,2,27070,19.04222297668457,0.689250111579895,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,7.3882527351379395 +1981,56,0.689250111579895,other external,18-20 yrs,8,27070,19.04222297668457,0.689250111579895,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,29.553010940551758 +1981,56,0.689250111579895,internal,18-20 yrs,7,27070,19.04222297668457,0.689250111579895,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,25.858884811401367 +1981,56,0.689250111579895,all,21-24 yrs,85,39654,22.545896530151367,1,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,214.35415649414062 +1981,56,0.689250111579895,MVA,21-24 yrs,50,39654,22.545896530151367,1,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,126.09068298339844 +1981,56,0.689250111579895,suicide,21-24 yrs,9,39654,22.545896530151367,1,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,22.69632339477539 +1981,56,0.689250111579895,homicide,21-24 yrs,2,39654,22.545896530151367,1,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,5.0436272621154785 +1981,56,0.689250111579895,other external,21-24 yrs,17,39654,22.545896530151367,1,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,42.87083435058594 +1981,56,0.689250111579895,internal,21-24 yrs,7,39654,22.545896530151367,1,0.022002199664711952,1.909999966621399,0.23999999463558197,1.2699999809265137,3.4200000762939453,17.65269660949707 +1982,56,0.6818512082099915,MVA,15-17 yrs,15,23715,16.015010833740234,0,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,63.25110626220703 +1982,56,0.6818512082099915,suicide,15-17 yrs,6,23715,16.015010833740234,0,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,25.300443649291992 +1982,56,0.6818512082099915,homicide,15-17 yrs,0,23715,16.015010833740234,0,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,0 +1982,56,0.6818512082099915,other external,15-17 yrs,4,23715,16.015010833740234,0,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,16.866962432861328 +1982,56,0.6818512082099915,internal,15-17 yrs,3,23715,16.015010833740234,0,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,12.650221824645996 +1982,56,0.6818512082099915,all,18-20 yrs,45,26145,19.026123046875,0.6818512082099915,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,172.11703491210938 +1982,56,0.6818512082099915,MVA,18-20 yrs,28,26145,19.026123046875,0.6818512082099915,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,107.09504699707031 +1982,56,0.6818512082099915,suicide,18-20 yrs,2,26145,19.026123046875,0.6818512082099915,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,7.649646282196045 +1982,56,0.6818512082099915,homicide,18-20 yrs,2,26145,19.026123046875,0.6818512082099915,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,7.649646282196045 +1982,56,0.6818512082099915,other external,18-20 yrs,9,26145,19.026123046875,0.6818512082099915,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,34.42340850830078 +1982,56,0.6818512082099915,internal,18-20 yrs,4,26145,19.026123046875,0.6818512082099915,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,15.29929256439209 +1982,56,0.6818512082099915,all,21-24 yrs,72,38292,22.533740997314453,1,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,188.02882385253906 +1982,56,0.6818512082099915,MVA,21-24 yrs,29,38292,22.533740997314453,1,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,75.73383331298828 +1982,56,0.6818512082099915,suicide,21-24 yrs,10,38292,22.533740997314453,1,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,26.115116119384766 +1982,56,0.6818512082099915,homicide,21-24 yrs,9,38292,22.533740997314453,1,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,23.503602981567383 +1982,56,0.6818512082099915,other external,21-24 yrs,18,38292,22.533740997314453,1,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,47.007205963134766 +1982,56,0.6818512082099915,internal,21-24 yrs,6,38292,22.533740997314453,1,0.020725388079881668,1.7999999523162842,0.23999999463558197,1.2100000381469727,3.25,15.669069290161133 +1983,56,0.6849671006202698,MVA,15-17 yrs,10,23574,15.987528800964355,0,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,42.41961669921875 +1983,56,0.6849671006202698,suicide,15-17 yrs,1,23574,15.987528800964355,0,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,4.241961479187012 +1983,56,0.6849671006202698,homicide,15-17 yrs,1,23574,15.987528800964355,0,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,4.241961479187012 +1983,56,0.6849671006202698,other external,15-17 yrs,1,23574,15.987528800964355,0,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,4.241961479187012 +1983,56,0.6849671006202698,internal,15-17 yrs,0,23574,15.987528800964355,0,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,0 +1983,56,0.6849671006202698,all,18-20 yrs,39,24626,19.02704429626465,0.6849671006202698,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,158.36920166015625 +1983,56,0.6849671006202698,MVA,18-20 yrs,18,24626,19.02704429626465,0.6849671006202698,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,73.093475341796875 +1983,56,0.6849671006202698,suicide,18-20 yrs,8,24626,19.02704429626465,0.6849671006202698,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,32.48598861694336 +1983,56,0.6849671006202698,homicide,18-20 yrs,1,24626,19.02704429626465,0.6849671006202698,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,4.06074857711792 +1983,56,0.6849671006202698,other external,18-20 yrs,11,24626,19.02704429626465,0.6849671006202698,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,44.668235778808594 +1983,56,0.6849671006202698,internal,18-20 yrs,1,24626,19.02704429626465,0.6849671006202698,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,4.06074857711792 +1983,56,0.6849671006202698,all,21-24 yrs,65,35666,22.541860580444336,1,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,182.24639892578125 +1983,56,0.6849671006202698,MVA,21-24 yrs,20,35666,22.541860580444336,1,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,56.07581329345703 +1983,56,0.6849671006202698,suicide,21-24 yrs,20,35666,22.541860580444336,1,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,56.07581329345703 +1983,56,0.6849671006202698,homicide,21-24 yrs,3,35666,22.541860580444336,1,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,8.411372184753418 +1983,56,0.6849671006202698,other external,21-24 yrs,12,35666,22.541860580444336,1,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,33.64548873901367 +1983,56,0.6849671006202698,internal,21-24 yrs,10,35666,22.541860580444336,1,0.0200803205370903,1.659999966621399,0.2199999988079071,1.090000033378601,2.9800000190734863,28.037906646728516 +1984,56,0.6847256422042847,MVA,15-17 yrs,4,23478,15.96865177154541,0,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,17.0372257232666 +1984,56,0.6847256422042847,suicide,15-17 yrs,4,23478,15.96865177154541,0,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,17.0372257232666 +1984,56,0.6847256422042847,homicide,15-17 yrs,1,23478,15.96865177154541,0,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,4.25930643081665 +1984,56,0.6847256422042847,other external,15-17 yrs,4,23478,15.96865177154541,0,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,17.0372257232666 +1984,56,0.6847256422042847,internal,15-17 yrs,1,23478,15.96865177154541,0,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,4.25930643081665 +1984,56,0.6847256422042847,all,18-20 yrs,41,22888,19.030452728271484,0.6847256422042847,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,179.13316345214844 +1984,56,0.6847256422042847,MVA,18-20 yrs,21,22888,19.030452728271484,0.6847256422042847,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,91.75113677978516 +1984,56,0.6847256422042847,suicide,18-20 yrs,8,22888,19.030452728271484,0.6847256422042847,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,34.95281219482422 +1984,56,0.6847256422042847,homicide,18-20 yrs,1,22888,19.030452728271484,0.6847256422042847,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,4.369101524353027 +1984,56,0.6847256422042847,other external,18-20 yrs,7,22888,19.030452728271484,0.6847256422042847,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,30.583711624145508 +1984,56,0.6847256422042847,internal,18-20 yrs,4,22888,19.030452728271484,0.6847256422042847,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,17.47640609741211 +1984,56,0.6847256422042847,all,21-24 yrs,61,32832,22.55208396911621,1,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,185.79434204101562 +1984,56,0.6847256422042847,MVA,21-24 yrs,28,32832,22.55208396911621,1,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,85.28265380859375 +1984,56,0.6847256422042847,suicide,21-24 yrs,8,32832,22.55208396911621,1,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,24.366472244262695 +1984,56,0.6847256422042847,homicide,21-24 yrs,2,32832,22.55208396911621,1,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,6.091618061065674 +1984,56,0.6847256422042847,other external,21-24 yrs,20,32832,22.55208396911621,1,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,60.91617965698242 +1984,56,0.6847256422042847,internal,21-24 yrs,3,32832,22.55208396911621,1,0.01924927718937397,1.5800000429153442,0.2199999988079071,1.0499999523162842,2.859999895095825,9.13742733001709 +1985,56,0.6747925877571106,MVA,15-17 yrs,8,23775,15.961135864257812,0,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,33.6487922668457 +1985,56,0.6747925877571106,suicide,15-17 yrs,1,23775,15.961135864257812,0,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,4.206099033355713 +1985,56,0.6747925877571106,homicide,15-17 yrs,1,23775,15.961135864257812,0,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,4.206099033355713 +1985,56,0.6747925877571106,other external,15-17 yrs,7,23775,15.961135864257812,0,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,29.442691802978516 +1985,56,0.6747925877571106,internal,15-17 yrs,2,23775,15.961135864257812,0,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,8.412198066711426 +1985,56,0.6747925877571106,all,18-20 yrs,38,21454,19.013097763061523,0.6747925877571106,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,177.12315368652344 +1985,56,0.6747925877571106,MVA,18-20 yrs,19,21454,19.013097763061523,0.6747925877571106,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,88.56157684326172 +1985,56,0.6747925877571106,suicide,18-20 yrs,13,21454,19.013097763061523,0.6747925877571106,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,60.59476089477539 +1985,56,0.6747925877571106,homicide,18-20 yrs,0,21454,19.013097763061523,0.6747925877571106,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,0 +1985,56,0.6747925877571106,other external,18-20 yrs,3,21454,19.013097763061523,0.6747925877571106,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,13.983406066894531 +1985,56,0.6747925877571106,internal,18-20 yrs,3,21454,19.013097763061523,0.6747925877571106,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,13.983406066894531 +1985,56,0.6747925877571106,all,21-24 yrs,51,30332,22.550111770629883,1,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,168.13925170898438 +1985,56,0.6747925877571106,MVA,21-24 yrs,20,30332,22.550111770629883,1,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,65.93696594238281 +1985,56,0.6747925877571106,suicide,21-24 yrs,13,30332,22.550111770629883,1,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,42.85902786254883 +1985,56,0.6747925877571106,homicide,21-24 yrs,4,30332,22.550111770629883,1,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,13.187393188476562 +1985,56,0.6747925877571106,other external,21-24 yrs,11,30332,22.550111770629883,1,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,36.26533126831055 +1985,56,0.6747925877571106,internal,21-24 yrs,3,30332,22.550111770629883,1,0.01858736015856266,1.559999942779541,0.25,1.0299999713897705,2.8399999141693115,9.890544891357422 +1986,56,0.6651237607002258,MVA,15-17 yrs,7,24533,15.960053443908691,0,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,28.532997131347656 +1986,56,0.6651237607002258,suicide,15-17 yrs,2,24533,15.960053443908691,0,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,8.152284622192383 +1986,56,0.6651237607002258,homicide,15-17 yrs,1,24533,15.960053443908691,0,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,4.076142311096191 +1986,56,0.6651237607002258,other external,15-17 yrs,3,24533,15.960053443908691,0,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,12.228426933288574 +1986,56,0.6651237607002258,internal,15-17 yrs,1,24533,15.960053443908691,0,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,4.076142311096191 +1986,56,0.6651237607002258,all,18-20 yrs,43,20524,18.99234962463379,0.6651237607002258,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,209.5108184814453 +1986,56,0.6651237607002258,MVA,18-20 yrs,22,20524,18.99234962463379,0.6651237607002258,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,107.19158172607422 +1986,56,0.6651237607002258,suicide,18-20 yrs,5,20524,18.99234962463379,0.6651237607002258,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,24.361722946166992 +1986,56,0.6651237607002258,homicide,18-20 yrs,4,20524,18.99234962463379,0.6651237607002258,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,19.489377975463867 +1986,56,0.6651237607002258,other external,18-20 yrs,8,20524,18.99234962463379,0.6651237607002258,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,38.978755950927734 +1986,56,0.6651237607002258,internal,18-20 yrs,4,20524,18.99234962463379,0.6651237607002258,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,19.489377975463867 +1986,56,0.6651237607002258,all,21-24 yrs,46,27800,22.541475296020508,1,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,165.46762084960938 +1986,56,0.6651237607002258,MVA,21-24 yrs,24,27800,22.541475296020508,1,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,86.3309326171875 +1986,56,0.6651237607002258,suicide,21-24 yrs,8,27800,22.541475296020508,1,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,28.7769775390625 +1986,56,0.6651237607002258,homicide,21-24 yrs,0,27800,22.541475296020508,1,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,0 +1986,56,0.6651237607002258,other external,21-24 yrs,8,27800,22.541475296020508,1,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,28.7769775390625 +1986,56,0.6651237607002258,internal,21-24 yrs,6,27800,22.541475296020508,1,0.018248174339532852,1.4600000381469727,0.25999999046325684,0.9200000166893005,2.640000104904175,21.582733154296875 +1987,56,0.6538363695144653,MVA,15-17 yrs,8,23697,15.988563537597656,0,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,33.75954818725586 +1987,56,0.6538363695144653,suicide,15-17 yrs,5,23697,15.988563537597656,0,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,21.09971809387207 +1987,56,0.6538363695144653,homicide,15-17 yrs,0,23697,15.988563537597656,0,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,0 +1987,56,0.6538363695144653,other external,15-17 yrs,1,23697,15.988563537597656,0,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,4.219943523406982 +1987,56,0.6538363695144653,internal,15-17 yrs,2,23697,15.988563537597656,0,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,8.439887046813965 +1987,56,0.6538363695144653,all,18-20 yrs,27,19641,18.971181869506836,0.6538363695144653,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,137.46754455566406 +1987,56,0.6538363695144653,MVA,18-20 yrs,19,19641,18.971181869506836,0.6538363695144653,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,96.736419677734375 +1987,56,0.6538363695144653,suicide,18-20 yrs,2,19641,18.971181869506836,0.6538363695144653,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,10.182781219482422 +1987,56,0.6538363695144653,homicide,18-20 yrs,1,19641,18.971181869506836,0.6538363695144653,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,5.091390609741211 +1987,56,0.6538363695144653,other external,18-20 yrs,2,19641,18.971181869506836,0.6538363695144653,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,10.182781219482422 +1987,56,0.6538363695144653,internal,18-20 yrs,3,19641,18.971181869506836,0.6538363695144653,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,15.274171829223633 +1987,56,0.6538363695144653,all,21-24 yrs,35,24890,22.5441951751709,1,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,140.6187286376953 +1987,56,0.6538363695144653,MVA,21-24 yrs,11,24890,22.5441951751709,1,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,44.194454193115234 +1987,56,0.6538363695144653,suicide,21-24 yrs,7,24890,22.5441951751709,1,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,28.12374496459961 +1987,56,0.6538363695144653,homicide,21-24 yrs,1,24890,22.5441951751709,1,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,4.0176777839660645 +1987,56,0.6538363695144653,other external,21-24 yrs,6,24890,22.5441951751709,1,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,24.10606575012207 +1987,56,0.6538363695144653,internal,21-24 yrs,10,24890,22.5441951751709,1,0.017605634406208992,1.4600000381469727,0.23999999463558197,0.8600000143051147,2.559999942779541,40.17677688598633 +1988,56,0.32408419251441956,MVA,15-17 yrs,10,22435,16.019968032836914,0,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,44.573211669921875 +1988,56,0.32408419251441956,suicide,15-17 yrs,4,22435,16.019968032836914,0,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,17.82928466796875 +1988,56,0.32408419251441956,homicide,15-17 yrs,0,22435,16.019968032836914,0,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,0 +1988,56,0.32408419251441956,other external,15-17 yrs,7,22435,16.019968032836914,0,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,31.201248168945312 +1988,56,0.32408419251441956,internal,15-17 yrs,3,22435,16.019968032836914,0,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,13.371963500976562 +1988,56,0.32408419251441956,all,18-20 yrs,33,19640,18.95890998840332,0.32408419251441956,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,168.02444458007812 +1988,56,0.32408419251441956,MVA,18-20 yrs,23,19640,18.95890998840332,0.32408419251441956,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,117.10794067382812 +1988,56,0.32408419251441956,suicide,18-20 yrs,5,19640,18.95890998840332,0.32408419251441956,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,25.458248138427734 +1988,56,0.32408419251441956,homicide,18-20 yrs,2,19640,18.95890998840332,0.32408419251441956,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,10.18329906463623 +1988,56,0.32408419251441956,other external,18-20 yrs,1,19640,18.95890998840332,0.32408419251441956,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,5.091649532318115 +1988,56,0.32408419251441956,internal,18-20 yrs,2,19640,18.95890998840332,0.32408419251441956,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,10.18329906463623 +1988,56,0.32408419251441956,all,21-24 yrs,42,23073,22.537511825561523,1,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,182.03094482421875 +1988,56,0.32408419251441956,MVA,21-24 yrs,22,23073,22.537511825561523,1,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,95.34954071044922 +1988,56,0.32408419251441956,suicide,21-24 yrs,5,23073,22.537511825561523,1,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,21.670351028442383 +1988,56,0.32408419251441956,homicide,21-24 yrs,1,23073,22.537511825561523,1,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,4.334070205688477 +1988,56,0.32408419251441956,other external,21-24 yrs,8,23073,22.537511825561523,1,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,34.67256164550781 +1988,56,0.32408419251441956,internal,21-24 yrs,6,23073,22.537511825561523,1,0.016906170174479485,1.3899999856948853,0.23000000417232513,0.8299999833106995,2.4600000381469727,26.00442123413086 +1989,56,0,MVA,15-17 yrs,6,21385,16.01108169555664,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,28.057048797607422 +1989,56,0,suicide,15-17 yrs,5,21385,16.01108169555664,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,23.380874633789062 +1989,56,0,homicide,15-17 yrs,0,21385,16.01108169555664,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,0 +1989,56,0,other external,15-17 yrs,1,21385,16.01108169555664,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,4.676175117492676 +1989,56,0,internal,15-17 yrs,0,21385,16.01108169555664,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,0 +1989,56,0,all,18-20 yrs,31,20071,18.958995819091797,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,154.45169067382812 +1989,56,0,MVA,18-20 yrs,16,20071,18.958995819091797,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,79.71700286865234 +1989,56,0,suicide,18-20 yrs,4,20071,18.958995819091797,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,19.929250717163086 +1989,56,0,homicide,18-20 yrs,4,20071,18.958995819091797,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,19.929250717163086 +1989,56,0,other external,18-20 yrs,4,20071,18.958995819091797,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,19.929250717163086 +1989,56,0,internal,18-20 yrs,3,20071,18.958995819091797,0,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,14.946938514709473 +1989,56,0,all,21-24 yrs,28,21874,22.509052276611328,1,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,128.00584411621094 +1989,56,0,MVA,21-24 yrs,12,21874,22.509052276611328,1,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,54.859649658203125 +1989,56,0,suicide,21-24 yrs,5,21874,22.509052276611328,1,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,22.85818862915039 +1989,56,0,homicide,21-24 yrs,2,21874,22.509052276611328,1,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,9.143275260925293 +1989,56,0,other external,21-24 yrs,6,21874,22.509052276611328,1,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,27.429824829101562 +1989,56,0,internal,21-24 yrs,3,21874,22.509052276611328,1,0.016129031777381897,1.350000023841858,0.2199999988079071,0.8199999928474426,2.380000114440918,13.714912414550781 +1990,56,0,MVA,15-17 yrs,8,21278,15.986276626586914,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,37.59751892089844 +1990,56,0,suicide,15-17 yrs,5,21278,15.986276626586914,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,23.498449325561523 +1990,56,0,homicide,15-17 yrs,1,21278,15.986276626586914,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,4.699689865112305 +1990,56,0,other external,15-17 yrs,2,21278,15.986276626586914,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,9.39937973022461 +1990,56,0,internal,15-17 yrs,2,21278,15.986276626586914,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,9.39937973022461 +1990,56,0,all,18-20 yrs,29,20242,18.987895965576172,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,143.2664794921875 +1990,56,0,MVA,18-20 yrs,15,20242,18.987895965576172,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,74.10334777832031 +1990,56,0,suicide,18-20 yrs,6,20242,18.987895965576172,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,29.641340255737305 +1990,56,0,homicide,18-20 yrs,1,20242,18.987895965576172,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,4.940223217010498 +1990,56,0,other external,18-20 yrs,4,20242,18.987895965576172,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,19.760892868041992 +1990,56,0,internal,18-20 yrs,3,20242,18.987895965576172,0,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,14.820670127868652 +1990,56,0,all,21-24 yrs,33,21493,22.46773338317871,1,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,153.53836059570312 +1990,56,0,MVA,21-24 yrs,11,21493,22.46773338317871,1,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,51.1794548034668 +1990,56,0,suicide,21-24 yrs,6,21493,22.46773338317871,1,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,27.916065216064453 +1990,56,0,homicide,21-24 yrs,3,21493,22.46773338317871,1,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,13.958032608032227 +1990,56,0,other external,21-24 yrs,6,21493,22.46773338317871,1,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,27.916065216064453 +1990,56,0,internal,21-24 yrs,7,21493,22.46773338317871,1,0.015302218496799469,1.4800000190734863,0.2199999988079071,0.9300000071525574,2.630000114440918,32.56874465942383 +1991,56,0,MVA,15-17 yrs,10,21835,15.993725776672363,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,45.798030853271484 +1991,56,0,suicide,15-17 yrs,5,21835,15.993725776672363,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,22.899015426635742 +1991,56,0,homicide,15-17 yrs,1,21835,15.993725776672363,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,4.579802989959717 +1991,56,0,other external,15-17 yrs,2,21835,15.993725776672363,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,9.159605979919434 +1991,56,0,internal,15-17 yrs,2,21835,15.993725776672363,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,9.159605979919434 +1991,56,0,all,18-20 yrs,33,20860,19.001726150512695,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,158.197509765625 +1991,56,0,MVA,18-20 yrs,16,20860,19.001726150512695,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,76.70182037353516 +1991,56,0,suicide,18-20 yrs,10,20860,19.001726150512695,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,47.938636779785156 +1991,56,0,homicide,18-20 yrs,0,20860,19.001726150512695,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,0 +1991,56,0,other external,18-20 yrs,5,20860,19.001726150512695,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,23.969318389892578 +1991,56,0,internal,18-20 yrs,2,20860,19.001726150512695,0,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,9.587727546691895 +1991,56,0,all,21-24 yrs,20,22203,22.41782569885254,1,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,90.07791900634766 +1991,56,0,MVA,21-24 yrs,6,22203,22.41782569885254,1,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,27.023374557495117 +1991,56,0,suicide,21-24 yrs,9,22203,22.41782569885254,1,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,40.535064697265625 +1991,56,0,homicide,21-24 yrs,1,22203,22.41782569885254,1,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,4.5038957595825195 +1991,56,0,other external,21-24 yrs,1,22203,22.41782569885254,1,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,4.5038957595825195 +1991,56,0,internal,21-24 yrs,3,22203,22.41782569885254,1,0.014684287831187248,1.4500000476837158,0.20000000298023224,0.8999999761581421,2.559999942779541,13.511687278747559 +1992,56,0,MVA,15-17 yrs,10,22743,15.992612838745117,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,43.969573974609375 +1992,56,0,suicide,15-17 yrs,4,22743,15.992612838745117,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,17.58782958984375 +1992,56,0,homicide,15-17 yrs,0,22743,15.992612838745117,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,0 +1992,56,0,other external,15-17 yrs,3,22743,15.992612838745117,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,13.190872192382812 +1992,56,0,internal,15-17 yrs,1,22743,15.992612838745117,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,4.3969573974609375 +1992,56,0,all,18-20 yrs,30,21356,18.996723175048828,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,140.47573852539062 +1992,56,0,MVA,18-20 yrs,14,21356,18.996723175048828,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,65.55535125732422 +1992,56,0,suicide,18-20 yrs,8,21356,18.996723175048828,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,37.46019744873047 +1992,56,0,homicide,18-20 yrs,1,21356,18.996723175048828,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,4.682524681091309 +1992,56,0,other external,18-20 yrs,6,21356,18.996723175048828,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,28.09514808654785 +1992,56,0,internal,18-20 yrs,1,21356,18.996723175048828,0,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,4.682524681091309 +1992,56,0,all,21-24 yrs,26,23570,22.389562606811523,1,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,110.3097152709961 +1992,56,0,MVA,21-24 yrs,13,23570,22.389562606811523,1,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,55.15485763549805 +1992,56,0,suicide,21-24 yrs,4,23570,22.389562606811523,1,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,16.970726013183594 +1992,56,0,homicide,21-24 yrs,1,23570,22.389562606811523,1,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,4.242681503295898 +1992,56,0,other external,21-24 yrs,1,23570,22.389562606811523,1,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,4.242681503295898 +1992,56,0,internal,21-24 yrs,7,23570,22.389562606811523,1,0.014255166985094547,1.440000057220459,0.20000000298023224,0.9100000262260437,2.559999942779541,29.69877052307129 +1993,56,0,MVA,15-17 yrs,10,23504,15.986682891845703,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,42.54594802856445 +1993,56,0,suicide,15-17 yrs,8,23504,15.986682891845703,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,34.03675842285156 +1993,56,0,homicide,15-17 yrs,0,23504,15.986682891845703,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,0 +1993,56,0,other external,15-17 yrs,2,23504,15.986682891845703,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,8.50918960571289 +1993,56,0,internal,15-17 yrs,4,23504,15.986682891845703,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,17.01837921142578 +1993,56,0,all,18-20 yrs,25,22163,18.988088607788086,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,112.80061340332031 +1993,56,0,MVA,18-20 yrs,12,22163,18.988088607788086,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,54.14429473876953 +1993,56,0,suicide,18-20 yrs,6,22163,18.988088607788086,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,27.072147369384766 +1993,56,0,homicide,18-20 yrs,0,22163,18.988088607788086,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,0 +1993,56,0,other external,18-20 yrs,3,22163,18.988088607788086,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,13.536073684692383 +1993,56,0,internal,18-20 yrs,4,22163,18.988088607788086,0,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,18.048097610473633 +1993,56,0,all,21-24 yrs,26,24895,22.409961700439453,1,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,104.43864440917969 +1993,56,0,MVA,21-24 yrs,10,24895,22.409961700439453,1,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,40.16870880126953 +1993,56,0,suicide,21-24 yrs,9,24895,22.409961700439453,1,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,36.15183639526367 +1993,56,0,homicide,21-24 yrs,0,24895,22.409961700439453,1,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,0 +1993,56,0,other external,21-24 yrs,4,24895,22.409961700439453,1,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,16.06748390197754 +1993,56,0,internal,21-24 yrs,3,24895,22.409961700439453,1,0.013840829953551292,1.399999976158142,0.1899999976158142,0.8600000143051147,2.450000047683716,12.050612449645996 +1994,56,0,MVA,15-17 yrs,13,24574,15.997395515441895,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,52.90143966674805 +1994,56,0,suicide,15-17 yrs,6,24574,15.997395515441895,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,24.41604995727539 +1994,56,0,homicide,15-17 yrs,1,24574,15.997395515441895,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,4.069341659545898 +1994,56,0,other external,15-17 yrs,3,24574,15.997395515441895,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,12.208024978637695 +1994,56,0,internal,15-17 yrs,2,24574,15.997395515441895,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,8.138683319091797 +1994,56,0,all,18-20 yrs,35,22855,18.99391746520996,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,153.1393585205078 +1994,56,0,MVA,18-20 yrs,27,22855,18.99391746520996,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,118.13607788085938 +1994,56,0,suicide,18-20 yrs,3,22855,18.99391746520996,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,13.126230239868164 +1994,56,0,homicide,18-20 yrs,5,22855,18.99391746520996,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,21.877050399780273 +1994,56,0,other external,18-20 yrs,0,22855,18.99391746520996,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,0 +1994,56,0,internal,18-20 yrs,0,22855,18.99391746520996,0,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,0 +1994,56,0,all,21-24 yrs,41,26088,22.440738677978516,1,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,157.16038513183594 +1994,56,0,MVA,21-24 yrs,15,26088,22.440738677978516,1,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,57.49769973754883 +1994,56,0,suicide,21-24 yrs,9,26088,22.440738677978516,1,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,34.498619079589844 +1994,56,0,homicide,21-24 yrs,4,26088,22.440738677978516,1,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,15.332719802856445 +1994,56,0,other external,21-24 yrs,9,26088,22.440738677978516,1,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,34.498619079589844 +1994,56,0,internal,21-24 yrs,4,26088,22.440738677978516,1,0.013495276682078838,1.4199999570846558,0.18000000715255737,0.8299999833106995,2.430000066757202,15.332719802856445 +1995,56,0,MVA,15-17 yrs,11,25625,15.986029624938965,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,42.92683029174805 +1995,56,0,suicide,15-17 yrs,5,25625,15.986029624938965,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,19.512195587158203 +1995,56,0,homicide,15-17 yrs,1,25625,15.986029624938965,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,3.9024391174316406 +1995,56,0,other external,15-17 yrs,2,25625,15.986029624938965,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,7.804878234863281 +1995,56,0,internal,15-17 yrs,7,25625,15.986029624938965,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,27.317073822021484 +1995,56,0,all,18-20 yrs,42,23688,18.989234924316406,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,177.30496215820312 +1995,56,0,MVA,18-20 yrs,22,23688,18.989234924316406,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,92.87403106689453 +1995,56,0,suicide,18-20 yrs,7,23688,18.989234924316406,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,29.550827026367188 +1995,56,0,homicide,18-20 yrs,0,23688,18.989234924316406,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,0 +1995,56,0,other external,18-20 yrs,5,23688,18.989234924316406,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,21.10773468017578 +1995,56,0,internal,18-20 yrs,8,23688,18.989234924316406,0,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,33.77237319946289 +1995,56,0,all,21-24 yrs,41,26681,22.452381134033203,1,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,153.6674041748047 +1995,56,0,MVA,21-24 yrs,23,26681,22.452381134033203,1,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,86.20366668701172 +1995,56,0,suicide,21-24 yrs,12,26681,22.452381134033203,1,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,44.975826263427734 +1995,56,0,homicide,21-24 yrs,2,26681,22.452381134033203,1,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,7.495970726013184 +1995,56,0,other external,21-24 yrs,3,26681,22.452381134033203,1,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,11.243956565856934 +1995,56,0,internal,21-24 yrs,1,26681,22.452381134033203,1,0.01312335953116417,1.340000033378601,0.1599999964237213,0.800000011920929,2.2899999618530273,3.747985363006592 +1996,56,0,MVA,15-17 yrs,13,26278,16.001941680908203,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,49.471038818359375 +1996,56,0,suicide,15-17 yrs,5,26278,16.001941680908203,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,19.02732276916504 +1996,56,0,homicide,15-17 yrs,0,26278,16.001941680908203,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,0 +1996,56,0,other external,15-17 yrs,5,26278,16.001941680908203,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,19.02732276916504 +1996,56,0,internal,15-17 yrs,2,26278,16.001941680908203,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,7.610929489135742 +1996,56,0,all,18-20 yrs,33,24231,18.98076820373535,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,136.18917846679688 +1996,56,0,MVA,18-20 yrs,20,24231,18.98076820373535,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,82.53889465332031 +1996,56,0,suicide,18-20 yrs,0,24231,18.98076820373535,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,0 +1996,56,0,homicide,18-20 yrs,3,24231,18.98076820373535,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,12.380834579467773 +1996,56,0,other external,18-20 yrs,6,24231,18.98076820373535,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,24.761669158935547 +1996,56,0,internal,18-20 yrs,4,24231,18.98076820373535,0,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,16.507780075073242 +1996,56,0,all,21-24 yrs,34,26987,22.43502426147461,1,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,125.98658752441406 +1996,56,0,MVA,21-24 yrs,14,26987,22.43502426147461,1,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,51.8768310546875 +1996,56,0,suicide,21-24 yrs,5,26987,22.43502426147461,1,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,18.52743911743164 +1996,56,0,homicide,21-24 yrs,2,26987,22.43502426147461,1,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,7.410975456237793 +1996,56,0,other external,21-24 yrs,10,26987,22.43502426147461,1,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,37.05487823486328 +1996,56,0,internal,21-24 yrs,3,26987,22.43502426147461,1,0.01274697296321392,1.3700000047683716,0.1599999964237213,0.8100000023841858,2.3399999141693115,11.116463661193848 diff --git a/docs/projects/week-8/data/math_survey.csv b/docs/projects/week-8/data/math_survey.csv new file mode 100644 index 00000000..73fb8685 --- /dev/null +++ b/docs/projects/week-8/data/math_survey.csv @@ -0,0 +1,217 @@ +wave,timestamp,teacher,id_in_class,treatment,math_feeling,good_at_math,math_easy_hard,math_stressed,survey_stressed,math_anxiety +1,2019/01/29 6:12:22 PM MST,Teacher 1,1,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/29 6:13:16 PM MST,Teacher 1,2,Math story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:14:04 PM MST,Teacher 1,4,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/29 6:14:42 PM MST,Teacher 1,5,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/29 6:15:39 PM MST,Teacher 1,6,Math story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:16:36 PM MST,Teacher 1,7,Math story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:17:27 PM MST,Teacher 1,8,Math story,:(,I'm good at math,Math is fine.,Yes,No,Yes +1,2019/01/29 6:18:35 PM MST,Teacher 1,9,Math story,:(,Not good,Math is easy.,Yes,No,Yes +1,2019/01/29 6:20:03 PM MST,Teacher 1,10,Math story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:20:52 PM MST,Teacher 1,11,Math story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:21:53 PM MST,Teacher 1,12,Math story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:22:39 PM MST,Teacher 1,14,Math story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:24:00 PM MST,Teacher 1,15,Math story,:),I'm good at math,Math is easy.,No,No,No +1,2019/01/29 6:24:30 PM MST,Teacher 1,16,Math story,:),I'm okay,Math is fine.,No,No,No +1,2019/01/29 6:25:35 PM MST,Teacher 1,18,Math story,:|,I'm okay,Math is hard.,No,No,No +1,2019/01/29 6:26:04 PM MST,Teacher 1,19,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/29 6:26:31 PM MST,Teacher 1,20,Math story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:27:02 PM MST,Teacher 1,21,Math story,:|,I'm okay,Math is fine.,No,No,No +1,2019/01/29 6:27:38 PM MST,Teacher 1,22,Math story,:|,I'm okay,Math is hard.,Yes,No,Yes +1,2019/01/29 6:28:03 PM MST,Teacher 1,23,Math story,:),"Not just good, I'm great!",Math is fine.,No,No,No +1,2019/01/29 6:28:54 PM MST,Teacher 1,24,Math story,:(,Not good,Math is hard.,Yes,No,Yes +1,2019/01/29 6:29:22 PM MST,Teacher 1,25,Math story,:),I'm good at math,Math is easy.,Yes,No,Yes +1,2019/01/29 6:30:16 PM MST,Teacher 1,26,Math story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:30:49 PM MST,Teacher 1,27,Math story,:|,I'm okay,Math is fine.,No,No,No +1,2019/01/29 6:31:21 PM MST,Teacher 1,28,Math story,:|,I'm okay,Math is hard.,Yes,No,Yes +1,2019/01/29 6:31:57 PM MST,Teacher 1,29,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/29 6:32:28 PM MST,Teacher 1,30,Math story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:32:57 PM MST,Teacher 1,31,Math story,:|,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/29 6:37:57 PM MST,Teacher 4,0,Normal story,:),I'm good at math,Math is easy.,No,No,No +1,2019/01/29 6:38:38 PM MST,Teacher 4,1,Normal story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/29 6:39:55 PM MST,Teacher 4,2,Normal story,:|,I'm okay,Math is fine.,No,No,No +1,2019/01/29 6:42:04 PM MST,Teacher 4,3,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/30 7:54:55 PM MST,Teacher 4,4,Normal story,:|,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/30 7:55:48 PM MST,Teacher 4,6,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/30 7:56:26 PM MST,Teacher 4,7,Normal story,:|,I'm okay,Math is fine.,Yes,Yes,Yes +1,2019/01/30 7:57:15 PM MST,Teacher 4,8,Normal story,:),"Not just good, I'm great!",Math is fine.,NA,No,NA +1,2019/01/30 7:58:54 PM MST,Teacher 4,9,Normal story,:|,I'm good at math,Math is fine.,Yes,No,Yes +1,2019/01/30 7:59:23 PM MST,Teacher 4,10,Normal story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/30 7:59:50 PM MST,Teacher 4,11,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/30 8:00:22 PM MST,Teacher 4,12,Normal story,:),"Not just good, I'm great!",Math is easy.,No,Yes,No +1,2019/01/30 8:00:53 PM MST,Teacher 4,13,Normal story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/30 8:01:45 PM MST,Teacher 4,14,Normal story,:|,I'm okay,Math is fine.,No,No,No +1,2019/01/30 8:02:13 PM MST,Teacher 4,15,Normal story,:),I'm good at math,Math is easy.,No,No,No +1,2019/01/30 8:03:18 PM MST,Teacher 4,16,Normal story,:(,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/30 8:04:08 PM MST,Teacher 4,17,Normal story,:),I'm good at math,NA,No,No,No +1,2019/01/30 8:05:01 PM MST,Teacher 4,18,Normal story,:(,I'm okay,Math is hard.,Yes,NA,Yes +1,2019/01/30 8:05:38 PM MST,Teacher 4,20,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/30 8:07:40 PM MST,Teacher 4,21,Normal story,:(,I'm okay,NA,Yes,No,Yes +1,2019/01/30 8:10:57 PM MST,Teacher 4,22,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/30 8:12:52 PM MST,Teacher 4,23,Normal story,:(,I'm okay,Math is fine.,Yes,Yes,Yes +1,2019/01/30 8:13:53 PM MST,Teacher 4,24,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/30 8:14:54 PM MST,Teacher 4,25,Normal story,:),I'm okay,Math is easy.,No,NA,No +1,2019/01/30 8:18:11 PM MST,Teacher 4,26,Normal story,:|,I'm okay,Math is hard.,Yes,No,Yes +1,2019/01/30 8:18:44 PM MST,Teacher 4,27,Normal story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/30 8:20:31 PM MST,Teacher 4,29,Normal story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/30 8:21:47 PM MST,Teacher 4,30,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/30 8:23:37 PM MST,Teacher 4,31,Normal story,:|,I'm okay,Math is fine.,No,NA,No +1,2019/01/31 3:57:35 PM MST,Teacher 4,39,Normal story,:(,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/31 3:58:50 PM MST,Teacher 2,41,Math story,:|,Not good,Math is hard.,Yes,Yes,Yes +1,2019/01/31 3:59:47 PM MST,Teacher 2,41,Math story,:|,"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/31 4:00:52 PM MST,Teacher 2,41,Math story,:),I'm okay,Math is fine.,No,No,No +1,2019/01/31 4:03:19 PM MST,Teacher 2,41,Math story,:|,"Not just good, I'm great!",Math is fine.,sometimes,Yes,Yes +1,2019/01/31 4:03:53 PM MST,Teacher 2,41,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/31 4:04:54 PM MST,Teacher 2,41,Math story,:|,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/31 4:05:48 PM MST,Teacher 2,41,Math story,:(,I'm okay,Math is hard.,Yes,No,Yes +1,2019/01/31 4:06:26 PM MST,Teacher 2,41,Math story,:(,Not good,Math is hard.,Yes,No,Yes +1,2019/01/31 4:07:07 PM MST,Teacher 2,41,Math story,:),I'm okay,Math is fine.,sometimes,No,Yes +1,2019/01/31 4:07:41 PM MST,Teacher 2,41,Math story,:|,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/31 4:08:24 PM MST,Teacher 2,41,Math story,:(,Not good,Math is hard.,Yes,Yes,Yes +1,2019/01/31 4:15:16 PM MST,Teacher 2,41,Math story,:|,I'm good at math,Math is fine.,Yes,Yes,Yes +1,2019/01/31 4:16:18 PM MST,Teacher 2,41,Math story,:(,"Not just good, I'm great!",Math is easy.,Yes,No,Yes +1,2019/01/31 4:22:01 PM MST,Teacher 2,41,Math story,:|,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/31 4:23:37 PM MST,Teacher 2,41,Math story,:(,I'm good at math,Math is fine.,NA,Yes,NA +1,2019/01/31 4:24:30 PM MST,Teacher 2,41,Math story,:|,I'm good at math,Math is fine.,Yes,No,Yes +1,2019/01/31 4:25:16 PM MST,Teacher 2,41,Math story,:),"Not just good, I'm great!",Math is fine.,No,No,No +1,2019/01/31 4:25:58 PM MST,Teacher 2,41,Math story,:|,I'm okay,Math is hard.,Yes,No,Yes +1,2019/01/31 4:26:52 PM MST,Teacher 2,41,Math story,:|,I'm okay,Math is fine.,No,No,No +1,2019/01/31 4:27:31 PM MST,Teacher 2,41,Math story,:),I'm okay,Math is fine.,No,No,No +1,2019/01/31 4:28:38 PM MST,Teacher 2,41,Math story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/31 4:29:29 PM MST,Teacher 2,41,Math story,:),I'm good at math,Math is easy.,sometimes,No,Yes +1,2019/01/31 4:30:06 PM MST,Teacher 2,41,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/31 4:30:40 PM MST,Teacher 2,41,Math story,:|,I'm good at math,Math is fine.,Yes,No,Yes +1,2019/01/31 4:31:10 PM MST,Teacher 2,41,Math story,:),I'm good at math,Math is easy.,No,No,No +1,2019/01/31 4:31:55 PM MST,Teacher 2,41,Math story,:|,I'm okay,Math is hard.,Yes,Yes,Yes +1,2019/01/31 4:33:03 PM MST,Teacher 2,41,Math story,:(,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/31 4:50:54 PM MST,Teacher 3,44,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/31 4:51:39 PM MST,Teacher 3,44,Normal story,:|,I'm okay,Math is hard.,Yes,No,Yes +1,2019/01/31 4:52:39 PM MST,Teacher 3,44,Normal story,:|,I'm okay,Math is fine.,No,No,No +1,2019/01/31 4:53:41 PM MST,Teacher 3,44,Normal story,:|,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/31 4:54:19 PM MST,Teacher 3,44,Normal story,:|,I'm okay,Math is fine.,Yes,No,Yes +1,2019/01/31 4:55:08 PM MST,Teacher 3,44,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/31 4:56:03 PM MST,Teacher 3,44,Normal story,:),I'm good at math,Math is fine.,No,No,No +1,2019/01/31 4:56:54 PM MST,Teacher 3,44,Normal story,:|,I'm okay,Math is fine.,No,No,No +1,2019/01/31 4:58:01 PM MST,Teacher 3,44,Normal story,:|,I'm okay,Math is fine.,Yes,Yes,Yes +1,2019/01/31 4:58:36 PM MST,Teacher 3,44,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/31 4:59:15 PM MST,Teacher 3,44,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/31 5:01:28 PM MST,Teacher 3,44,Normal story,:|,I'm okay,Math is hard.,Yes,Yes,Yes +1,2019/01/31 5:01:58 PM MST,Teacher 3,44,Normal story,:(,"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/31 5:40:20 PM MST,Teacher 3,44,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/31 5:41:18 PM MST,Teacher 3,44,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/31 5:41:47 PM MST,Teacher 3,44,Normal story,:(,I'm good at math,Math is easy.,No,No,No +1,2019/01/31 5:44:15 PM MST,Teacher 3,44,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/31 5:48:51 PM MST,Teacher 3,NA,Normal story,:|,I'm good at math,Math is fine.,No,No,No +1,2019/01/31 5:50:49 PM MST,Teacher 3,44,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/31 5:53:20 PM MST,Teacher 3,44,Normal story,:|,I'm okay,Math is hard.,NA,NA,NA +1,2019/01/31 5:53:57 PM MST,Teacher 3,44,Normal story,:(,I'm good at math,Math is fine.,No,Yes,No +1,2019/01/31 5:55:05 PM MST,Teacher 3,44,Normal story,:|,"Not just good, I'm great!",Math is easy.,No,No,No +1,2019/01/31 5:55:44 PM MST,Teacher 3,44,Normal story,:(,"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:09:58 PM MST,Teacher 3,13,Normal story,:),I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:10:19 PM MST,Teacher 3,18,Normal story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:10:39 PM MST,Teacher 3,11,Normal story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:11:00 PM MST,Teacher 3,22,Normal story,:|,I'm okay,Math is hard.,Yes,No,Yes +2,2019/02/02 2:11:20 PM MST,Teacher 3,5,Normal story,:|,I'm okay,Math is hard.,Yes,No,Yes +2,2019/02/02 2:11:41 PM MST,Teacher 3,6,Normal story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:12:13 PM MST,Teacher 3,17,Normal story,:|,I'm okay,Math is hard.,sometimes,kind of,Yes +2,2019/02/02 2:12:31 PM MST,Teacher 3,3,Normal story,:|,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 2:12:52 PM MST,Teacher 3,27,Normal story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:13:19 PM MST,Teacher 3,23,Normal story,:|,I'm okay,Math is hard.,Yes,Yes,Yes +2,2019/02/02 2:13:43 PM MST,Teacher 3,9,Normal story,:|,I'm okay,Math is hard.,Yes,Yes,Yes +2,2019/02/02 2:14:08 PM MST,Teacher 3,14,Normal story,:|,I'm okay,Math is fine.,No,No,No +2,2019/02/02 2:14:28 PM MST,Teacher 3,29,Normal story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:14:50 PM MST,Teacher 3,12,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:15:08 PM MST,Teacher 3,2,Normal story,:|,I'm okay,Math is fine.,No,No,No +2,2019/02/02 2:15:31 PM MST,Teacher 3,19,Normal story,:),"Not just good, I'm great!",Math is fine.,No,No,No +2,2019/02/02 2:15:53 PM MST,Teacher 3,21,Normal story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:16:31 PM MST,Teacher 3,10,Normal story,:|,I'm okay,NA,No,No,No +2,2019/02/02 2:16:52 PM MST,Teacher 3,7,Normal story,:|,I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:17:16 PM MST,Teacher 3,4,Normal story,:|,I'm good at math,Math is fine.,NA,No,NA +2,2019/02/02 2:17:40 PM MST,Teacher 3,8,Normal story,:(,"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:18:01 PM MST,Teacher 3,26,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:18:21 PM MST,Teacher 3,28,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:18:42 PM MST,Teacher 3,24,Normal story,:(,I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:19:02 PM MST,Teacher 3,15,Normal story,:(,I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:19:20 PM MST,Teacher 3,20,Normal story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:19:39 PM MST,Teacher 3,1,Normal story,:(,"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:20:05 PM MST,Teacher 3,21,Normal story,:(,I'm okay,Math is hard.,Yes,No,Yes +2,2019/02/02 2:20:33 PM MST,Teacher 4,15,Normal story,:),I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:21:35 PM MST,Teacher 4,13,Normal story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:21:53 PM MST,Teacher 4,17,Normal story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:22:17 PM MST,Teacher 4,6,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:22:42 PM MST,Teacher 4,18,Normal story,:(,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 2:23:04 PM MST,Teacher 4,7,Normal story,:|,I'm okay,Math is fine.,Yes,Yes,Yes +2,2019/02/02 2:23:26 PM MST,Teacher 4,16,Normal story,:(,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 2:23:51 PM MST,Teacher 4,2,Normal story,:|,I'm okay,Math is fine.,No,No,No +2,2019/02/02 2:38:06 PM MST,Teacher 4,30,Normal story,NA,NA,NA,NA,NA,NA +2,2019/02/02 2:38:24 PM MST,Teacher 4,22,Normal story,:|,I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:38:50 PM MST,Teacher 4,23,Normal story,:(,I'm okay,Math is hard.,Yes,Yes,Yes +2,2019/02/02 2:39:31 PM MST,Teacher 4,5,Normal story,:|,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 2:39:51 PM MST,Teacher 4,24,Normal story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:40:09 PM MST,Teacher 4,27,Normal story,:|,I'm okay,Math is fine.,No,Yes,No +2,2019/02/02 2:40:27 PM MST,Teacher 4,11,Normal story,:|,I'm okay,Math is fine.,No,No,No +2,2019/02/02 2:40:52 PM MST,Teacher 4,10,Normal story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:41:12 PM MST,Teacher 4,25,Normal story,:),I'm okay,Math is fine.,No,No,No +2,2019/02/02 2:41:33 PM MST,Teacher 4,26,Normal story,:|,Not good,Math is hard.,Yes,No,Yes +2,2019/02/02 2:41:51 PM MST,Teacher 4,4,Normal story,:|,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 2:42:28 PM MST,Teacher 4,1,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:42:59 PM MST,Teacher 4,19,Normal story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:43:18 PM MST,Teacher 4,28,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:43:39 PM MST,Teacher 4,29,Normal story,:),I'm okay,Math is fine.,No,No,No +2,2019/02/02 2:43:58 PM MST,Teacher 4,3,Normal story,:),"Not just good, I'm great!",Math is easy.,Yes,No,Yes +2,2019/02/02 2:44:13 PM MST,Teacher 4,14,Normal story,:|,I'm okay,Math is fine.,No,No,No +2,2019/02/02 2:44:30 PM MST,Teacher 4,20,Normal story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:44:48 PM MST,Teacher 4,8,Normal story,:),I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:51:18 PM MST,Teacher 1,4,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:51:39 PM MST,Teacher 1,30,Math story,:),I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:52:35 PM MST,Teacher 1,8,Math story,:(,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:53:04 PM MST,Teacher 1,16,Math story,:|,I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:53:32 PM MST,Teacher 1,27,Math story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:53:55 PM MST,Teacher 1,14,Math story,:|,I'm okay,Math is fine.,Yes,Yes,Yes +2,2019/02/02 2:54:12 PM MST,Teacher 1,26,Math story,:),I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:54:32 PM MST,Teacher 1,31,Math story,:|,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 2:54:54 PM MST,Teacher 1,13,Math story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:55:21 PM MST,Teacher 1,21,Math story,:|,I'm okay,Math is fine.,NA,No,NA +2,2019/02/02 2:55:39 PM MST,Teacher 1,23,Math story,:),I'm good at math,Math is easy.,No,No,No +2,2019/02/02 2:55:56 PM MST,Teacher 1,11,Math story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:56:11 PM MST,Teacher 1,6,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:56:30 PM MST,Teacher 1,25,Math story,:),I'm good at math,Math is easy.,Yes,No,Yes +2,2019/02/02 2:56:50 PM MST,Teacher 1,2,Math story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:57:04 PM MST,Teacher 1,18,Math story,:|,I'm okay,Math is hard.,No,No,No +2,2019/02/02 2:57:20 PM MST,Teacher 1,7,Math story,:|,"Not just good, I'm great!",Math is fine.,No,No,No +2,2019/02/02 2:57:35 PM MST,Teacher 1,19,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 2:57:53 PM MST,Teacher 1,24,Math story,:(,I'm okay,Math is hard.,Yes,No,Yes +2,2019/02/02 2:58:09 PM MST,Teacher 1,15,Math story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:58:27 PM MST,Teacher 1,10,Math story,:|,I'm good at math,Math is fine.,No,No,No +2,2019/02/02 2:58:42 PM MST,Teacher 1,22,Math story,:|,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 2:59:00 PM MST,Teacher 1,3,Math story,:),I'm good at math,Math is fine.,No,Yes,No +2,2019/02/02 2:59:50 PM MST,Teacher 1,1,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 3:00:04 PM MST,Teacher 1,20,Math story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 3:00:21 PM MST,Teacher 1,29,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 3:01:01 PM MST,Teacher 1,12,Math story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 3:01:22 PM MST,Teacher 1,5,Math story,:),"Not just good, I'm great!",Math is easy.,Yes,No,Yes +2,2019/02/02 3:01:58 PM MST,Teacher 2,NA,Math story,:),I'm good at math,Math is fine.,sometimes,No,Yes +2,2019/02/02 3:02:28 PM MST,Teacher 2,NA,Math story,:(,I'm okay,Math is hard.,Yes,No,Yes +2,2019/02/02 3:03:05 PM MST,Teacher 2,NA,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 3:03:22 PM MST,Teacher 2,NA,Math story,:|,I'm okay,Math is fine.,No,No,No +2,2019/02/02 3:03:38 PM MST,Teacher 2,NA,Math story,:),"Not just good, I'm great!",Math is fine.,No,No,No +2,2019/02/02 3:03:56 PM MST,Teacher 2,NA,Math story,:),I'm good at math,Math is fine.,No,No,No +2,2019/02/02 3:04:11 PM MST,Teacher 2,NA,Math story,:|,I'm okay,Math is fine.,No,No,No +2,2019/02/02 3:04:26 PM MST,Teacher 2,NA,Math story,:|,I'm good at math,Math is fine.,Yes,Yes,Yes +2,2019/02/02 3:04:46 PM MST,Teacher 2,NA,Math story,:),"Not just good, I'm great!",Math is fine.,No,No,No +2,2019/02/02 3:05:14 PM MST,Teacher 2,NA,Math story,:(,Not good,Math is hard.,Yes,Yes,Yes +2,2019/02/02 3:05:37 PM MST,Teacher 2,NA,Math story,:),I'm good at math,Math is fine.,sometimes,No,Yes +2,2019/02/02 3:06:11 PM MST,Teacher 2,NA,Math story,:),"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 3:06:51 PM MST,Teacher 2,NA,Math story,:|,I'm okay,Math is fine.,NA,No,NA +2,2019/02/02 3:07:10 PM MST,Teacher 2,NA,Math story,:|,"Not just good, I'm great!",Math is easy.,No,No,No +2,2019/02/02 3:07:50 PM MST,Teacher 2,NA,Math story,:),I'm good at math,Math is easy.,No,No,No +2,2019/02/02 3:08:40 PM MST,Teacher 2,NA,Math story,:|,I'm okay,Math is hard.,Yes,No,Yes +2,2019/02/02 3:08:58 PM MST,Teacher 2,NA,Math story,:|,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 3:09:26 PM MST,Teacher 2,NA,Math story,:|,I'm good at math,Math is fine.,sometimes,No,Yes +2,2019/02/02 3:09:48 PM MST,Teacher 2,NA,Math story,:|,I'm okay,Math is fine.,No,No,No +2,2019/02/02 3:10:15 PM MST,Teacher 2,NA,Math story,:(,"Not just good, I'm great!",Math is fine.,Yes,No,Yes +2,2019/02/02 3:10:33 PM MST,Teacher 2,NA,Math story,:|,I'm okay,Math is fine.,Yes,No,Yes +2,2019/02/02 3:10:49 PM MST,Teacher 2,NA,Math story,:(,I'm okay,Math is hard.,Yes,No,Yes +2,2019/02/02 3:11:17 PM MST,Teacher 2,NA,Math story,:|,I'm good at math,Math is fine.,sometimes,Yes,Yes +2,2019/02/02 3:11:35 PM MST,Teacher 2,NA,Math story,:),I'm okay,Math is fine.,No,No,No +2,2019/02/02 3:11:54 PM MST,Teacher 2,NA,Math story,:(,Not good,Math is hard.,Yes,No,Yes diff --git a/docs/projects/week-8/data/mosquito_nets.csv b/docs/projects/week-8/data/mosquito_nets.csv new file mode 100644 index 00000000..007122a7 --- /dev/null +++ b/docs/projects/week-8/data/mosquito_nets.csv @@ -0,0 +1,1753 @@ +id,net,net_num,malaria_risk,income,health,household,eligible,temperature,resistance +1,TRUE,1,33,781,56,2,FALSE,21.1,59 +2,FALSE,0,42,974,57,4,FALSE,26.5,73 +3,FALSE,0,80,502,15,3,FALSE,25.6,65 +4,TRUE,1,34,671,20,5,TRUE,21.3,46 +5,FALSE,0,44,728,17,5,FALSE,19.2,54 +6,FALSE,0,25,1050,48,1,FALSE,25.3,34 +7,TRUE,1,19,1146,65,3,FALSE,27.4,45 +8,FALSE,0,35,1093,75,5,FALSE,29.8,65 +9,FALSE,0,32,1037,60,3,FALSE,27.6,55 +10,FALSE,0,40,828,36,3,FALSE,21.3,54 +11,FALSE,0,30,889,75,6,FALSE,17.4,33 +12,TRUE,1,14,1133,62,3,FALSE,18.9,39 +13,TRUE,1,31,807,42,4,FALSE,27.6,37 +14,FALSE,0,34,950,53,3,FALSE,24,53 +15,FALSE,0,22,1195,90,1,FALSE,24.5,34 +16,TRUE,1,54,594,29,5,TRUE,25.5,55 +17,TRUE,1,23,936,47,2,FALSE,26.1,32 +18,FALSE,0,41,816,30,1,FALSE,17.7,73 +19,FALSE,0,37,962,55,2,FALSE,26.7,54 +20,TRUE,1,65,431,6,6,TRUE,26.8,38 +21,FALSE,0,59,760,36,5,FALSE,28.7,51 +22,FALSE,0,59,655,30,4,FALSE,23.6,43 +23,FALSE,0,41,896,45,3,FALSE,25.9,53 +24,TRUE,1,21,1033,64,7,FALSE,23.4,51 +25,FALSE,0,25,1115,62,3,FALSE,27.3,33 +26,FALSE,0,27,1139,75,4,FALSE,30.7,37 +27,TRUE,1,23,967,71,3,FALSE,21.1,52 +28,TRUE,1,26,840,37,3,FALSE,17.8,71 +29,FALSE,0,35,946,49,2,FALSE,22.7,63 +30,FALSE,0,50,698,25,2,FALSE,22.4,39 +31,TRUE,1,50,580,37,6,TRUE,20.3,59 +32,FALSE,0,50,762,20,5,FALSE,26.2,47 +33,TRUE,1,29,894,53,4,FALSE,26.7,52 +34,FALSE,0,30,907,40,4,FALSE,20.3,51 +35,FALSE,0,66,682,22,1,FALSE,23.2,84 +36,TRUE,1,27,829,67,3,FALSE,22.5,31 +37,FALSE,0,51,772,41,4,FALSE,24.5,49 +38,FALSE,0,48,730,55,2,FALSE,22.9,23 +39,FALSE,0,32,984,51,2,FALSE,24.4,56 +40,TRUE,1,21,1016,40,2,FALSE,22.7,63 +41,FALSE,0,76,641,56,2,FALSE,26.7,68 +42,FALSE,0,59,656,41,3,FALSE,27.1,21 +43,TRUE,1,21,963,53,3,FALSE,18.7,53 +44,TRUE,1,35,840,41,2,FALSE,26.6,70 +45,FALSE,0,25,1110,78,2,FALSE,23.2,42 +46,TRUE,1,31,737,76,2,FALSE,16.8,45 +47,FALSE,0,48,827,52,2,FALSE,25.3,47 +48,FALSE,0,52,810,48,3,FALSE,26.3,53 +49,TRUE,1,29,857,46,2,FALSE,24,57 +50,TRUE,1,13,1307,67,5,FALSE,21.8,66 +51,TRUE,1,26,915,56,1,FALSE,25.7,46 +52,FALSE,0,39,826,59,3,FALSE,18,50 +53,FALSE,0,46,825,41,4,FALSE,18.7,82 +54,FALSE,0,52,864,49,1,FALSE,29.8,54 +55,FALSE,0,26,1053,64,3,FALSE,22,50 +56,FALSE,0,36,822,33,2,FALSE,23.8,29 +57,FALSE,0,53,631,15,1,FALSE,18.9,48 +58,FALSE,0,27,1000,52,4,FALSE,22.1,45 +59,FALSE,0,48,766,60,5,FALSE,20.3,47 +60,FALSE,0,37,893,52,2,FALSE,24.6,40 +61,FALSE,0,21,1130,55,3,FALSE,22.1,38 +62,FALSE,0,19,1222,65,1,FALSE,23,38 +63,FALSE,0,35,1036,69,2,FALSE,30.8,45 +64,FALSE,0,49,817,35,2,FALSE,23.6,67 +65,FALSE,0,61,743,26,4,FALSE,27.7,62 +66,FALSE,0,19,1293,82,3,FALSE,25.5,43 +67,FALSE,0,36,732,21,4,FALSE,19.6,24 +68,FALSE,0,40,869,52,4,FALSE,26.1,36 +69,TRUE,1,27,735,31,4,FALSE,18.6,41 +70,TRUE,1,14,1194,70,3,FALSE,19.2,49 +71,TRUE,1,13,1259,61,4,FALSE,24.9,38 +72,FALSE,0,61,763,35,3,FALSE,25.7,76 +73,FALSE,0,43,789,43,4,FALSE,21.4,44 +74,TRUE,1,15,1235,88,1,FALSE,25.4,31 +75,FALSE,0,27,1003,39,3,FALSE,23.5,46 +76,FALSE,0,38,796,43,2,FALSE,20.7,34 +77,FALSE,0,45,934,64,2,FALSE,28.9,50 +78,FALSE,0,24,1047,71,3,FALSE,17.2,51 +79,TRUE,1,30,812,44,2,FALSE,24.4,53 +80,FALSE,0,26,960,35,1,FALSE,24,25 +81,FALSE,0,29,1044,58,2,FALSE,26.7,51 +82,FALSE,0,38,927,55,3,FALSE,24.8,52 +83,TRUE,1,14,1229,77,3,FALSE,24.4,28 +84,FALSE,0,31,1152,83,4,FALSE,31.2,61 +85,TRUE,1,13,1270,78,1,FALSE,18.5,59 +86,TRUE,1,19,1137,59,3,FALSE,21.1,80 +87,FALSE,0,45,704,30,7,FALSE,17.1,50 +88,FALSE,0,49,830,44,5,FALSE,27.3,48 +89,TRUE,1,58,666,44,5,TRUE,32,49 +90,FALSE,0,41,929,37,2,FALSE,30.4,49 +91,FALSE,0,24,1041,69,1,FALSE,21.9,22 +92,FALSE,0,38,909,67,3,FALSE,27.7,24 +93,FALSE,0,43,885,35,2,FALSE,29.1,47 +94,FALSE,0,61,765,45,3,FALSE,31.5,39 +95,TRUE,1,20,1082,71,2,FALSE,24.4,48 +96,FALSE,0,30,781,39,2,FALSE,17.9,18 +97,FALSE,0,27,927,56,4,FALSE,19.2,27 +98,FALSE,0,27,945,24,1,FALSE,23.4,32 +99,TRUE,1,13,1422,97,3,FALSE,25.6,61 +100,TRUE,1,26,969,65,3,FALSE,30,32 +101,FALSE,0,39,845,35,3,FALSE,25.4,36 +102,TRUE,1,20,1106,94,2,FALSE,22.9,49 +103,TRUE,1,44,582,36,3,FALSE,19.9,43 +104,TRUE,1,20,986,44,6,FALSE,20.9,50 +105,FALSE,0,42,902,29,3,FALSE,23.4,80 +106,TRUE,1,24,910,53,5,FALSE,25,32 +107,FALSE,0,61,711,53,5,FALSE,25.8,43 +108,TRUE,1,18,982,51,3,FALSE,18.1,40 +109,FALSE,0,30,935,26,3,FALSE,20.1,69 +110,FALSE,0,22,1066,55,2,FALSE,20.1,37 +111,TRUE,1,15,1211,83,5,FALSE,21.5,46 +112,TRUE,1,42,647,30,2,FALSE,20.6,59 +113,TRUE,1,30,665,32,1,FALSE,19.2,33 +114,FALSE,0,29,1053,64,6,FALSE,21.8,71 +115,FALSE,0,34,1008,66,4,FALSE,26.1,57 +116,FALSE,0,29,835,13,2,FALSE,20.8,33 +117,FALSE,0,45,890,56,3,FALSE,26.3,54 +118,FALSE,0,43,917,43,6,FALSE,30.7,45 +119,TRUE,1,13,1220,71,3,FALSE,17.7,52 +120,TRUE,1,23,961,43,2,FALSE,25.6,46 +121,FALSE,0,33,913,59,3,FALSE,18.2,63 +122,TRUE,1,40,663,40,2,FALSE,25.3,29 +123,FALSE,0,33,861,49,2,FALSE,20.2,40 +124,TRUE,1,24,958,30,2,FALSE,28.6,44 +125,TRUE,1,58,592,40,2,FALSE,30.3,34 +126,FALSE,0,32,1002,69,7,FALSE,28.5,33 +127,TRUE,1,24,959,65,2,FALSE,22.8,47 +128,FALSE,0,46,826,40,1,FALSE,26.2,46 +129,FALSE,0,57,695,44,2,FALSE,29.6,12 +130,FALSE,0,23,1261,91,4,FALSE,26.3,62 +131,TRUE,1,14,1274,62,3,FALSE,24.1,51 +132,TRUE,1,32,854,48,5,FALSE,22.5,81 +133,TRUE,1,16,1246,81,3,FALSE,24,57 +134,TRUE,1,27,859,51,4,FALSE,23.8,41 +135,FALSE,0,29,1176,79,3,FALSE,26.1,87 +136,FALSE,0,43,1048,55,3,FALSE,29.5,87 +137,TRUE,1,14,1222,73,4,FALSE,23.5,31 +138,FALSE,0,28,1166,57,4,FALSE,32.1,54 +139,FALSE,0,40,726,39,6,FALSE,15.6,45 +140,FALSE,0,39,942,60,3,FALSE,26.2,50 +141,FALSE,0,42,794,54,2,FALSE,18.2,51 +142,TRUE,1,15,1046,59,3,FALSE,16.4,30 +143,FALSE,0,39,887,52,1,FALSE,23.3,52 +144,FALSE,0,30,1067,55,2,FALSE,25.8,72 +145,FALSE,0,49,758,43,4,FALSE,22.5,45 +146,FALSE,0,55,707,47,2,FALSE,22.1,45 +147,FALSE,0,39,873,44,2,FALSE,19.9,67 +148,TRUE,1,22,1142,83,1,FALSE,28.4,60 +149,FALSE,0,30,920,45,2,FALSE,26.1,25 +150,TRUE,1,20,998,40,4,FALSE,21.3,51 +151,TRUE,1,22,1124,60,4,FALSE,26.9,71 +152,FALSE,0,44,852,41,3,FALSE,22.1,67 +153,TRUE,1,19,1051,71,2,FALSE,18.3,53 +154,FALSE,0,24,1080,71,2,FALSE,18.4,58 +155,TRUE,1,11,1396,97,1,FALSE,23.6,31 +156,TRUE,1,44,750,42,2,FALSE,29.2,52 +157,TRUE,1,12,1226,73,3,FALSE,17.7,34 +158,FALSE,0,42,785,34,2,FALSE,22.1,41 +159,FALSE,0,60,718,23,3,FALSE,25.9,61 +160,TRUE,1,13,1195,73,2,FALSE,19,32 +161,FALSE,0,33,1003,54,3,FALSE,27.6,51 +162,FALSE,0,44,896,33,2,FALSE,28.8,54 +163,FALSE,0,53,738,33,3,FALSE,24.7,48 +164,FALSE,0,29,1176,72,2,FALSE,29,73 +165,FALSE,0,59,595,23,2,FALSE,22.4,33 +166,TRUE,1,24,885,54,3,FALSE,17.5,56 +167,FALSE,0,54,698,39,4,FALSE,21.7,46 +168,FALSE,0,53,725,21,2,FALSE,25.9,44 +169,FALSE,0,86,353,19,3,FALSE,23.7,54 +170,TRUE,1,27,827,31,2,FALSE,26,33 +171,TRUE,1,16,1273,78,3,FALSE,31.7,29 +172,FALSE,0,28,902,59,2,FALSE,15.8,41 +173,FALSE,0,41,835,28,5,FALSE,19.7,72 +174,FALSE,0,35,833,40,4,FALSE,18.8,48 +175,FALSE,0,73,660,32,3,FALSE,31.8,52 +176,TRUE,1,27,786,60,3,FALSE,16.9,45 +177,TRUE,1,50,631,40,2,FALSE,24.4,54 +178,TRUE,1,21,948,65,3,FALSE,19.6,34 +179,TRUE,1,22,911,34,5,FALSE,17.9,64 +180,TRUE,1,12,1287,57,3,FALSE,21.8,56 +181,TRUE,1,21,987,40,4,FALSE,25.7,36 +182,TRUE,1,55,529,36,2,FALSE,21.6,48 +183,FALSE,0,27,1013,48,4,FALSE,21.6,58 +184,FALSE,0,37,964,62,2,FALSE,25.2,55 +185,TRUE,1,39,810,34,3,FALSE,28.2,68 +186,FALSE,0,48,850,58,3,FALSE,27.9,39 +187,FALSE,0,76,523,29,2,FALSE,22.6,63 +188,TRUE,1,53,599,18,3,FALSE,24.8,62 +189,TRUE,1,21,1116,76,5,FALSE,28.1,45 +190,TRUE,1,27,946,70,5,FALSE,29.1,34 +191,FALSE,0,17,1258,50,2,FALSE,25.2,32 +192,FALSE,0,40,904,49,2,FALSE,25,54 +193,FALSE,0,34,1007,52,7,FALSE,29.8,47 +194,FALSE,0,53,834,39,3,FALSE,25.6,72 +195,TRUE,1,37,623,20,5,TRUE,17.7,55 +196,FALSE,0,36,967,47,3,FALSE,29.4,42 +197,FALSE,0,41,693,29,3,FALSE,17.1,33 +198,TRUE,1,28,848,42,3,FALSE,26.2,39 +199,FALSE,0,75,503,34,2,FALSE,21.6,52 +200,TRUE,1,15,1113,47,3,FALSE,20.4,41 +201,TRUE,1,12,1388,86,2,FALSE,25.6,55 +202,TRUE,1,39,593,28,6,TRUE,18.6,43 +203,FALSE,0,66,633,34,3,FALSE,25.8,46 +204,FALSE,0,53,731,46,3,FALSE,24.4,37 +205,FALSE,0,28,1110,65,2,FALSE,23.8,74 +206,FALSE,0,54,902,64,5,FALSE,32,52 +207,TRUE,1,20,1071,67,2,FALSE,23.3,51 +208,FALSE,0,23,952,33,2,FALSE,18.2,24 +209,FALSE,0,24,1025,59,2,FALSE,16.2,57 +210,FALSE,0,33,954,57,2,FALSE,27.3,33 +211,FALSE,0,57,782,62,3,FALSE,29,35 +212,FALSE,0,48,899,58,2,FALSE,26.9,60 +213,TRUE,1,26,896,62,2,FALSE,23.7,41 +214,TRUE,1,22,1080,93,3,FALSE,30.7,23 +215,TRUE,1,24,1000,31,1,FALSE,25.1,72 +216,FALSE,0,26,1000,55,4,FALSE,25.6,14 +217,TRUE,1,32,875,46,2,FALSE,29.2,56 +218,FALSE,0,75,501,26,3,FALSE,20.8,62 +219,TRUE,1,22,999,37,4,FALSE,27.4,39 +220,TRUE,1,28,995,73,5,FALSE,29.9,54 +221,FALSE,0,42,877,66,2,FALSE,22.3,54 +222,TRUE,1,50,573,31,6,TRUE,19.9,62 +223,FALSE,0,72,606,51,4,FALSE,24.3,54 +224,FALSE,0,34,906,56,4,FALSE,22.5,44 +225,FALSE,0,54,859,58,1,FALSE,28.3,60 +226,TRUE,1,22,878,32,2,FALSE,17.1,59 +227,FALSE,0,47,754,16,3,FALSE,27.1,35 +228,TRUE,1,41,529,26,3,FALSE,18.5,28 +229,FALSE,0,62,724,41,4,FALSE,27.9,50 +230,FALSE,0,46,873,53,5,FALSE,28.3,44 +231,TRUE,1,28,821,52,3,FALSE,24.9,34 +232,TRUE,1,22,983,66,3,FALSE,20.9,49 +233,TRUE,1,17,1133,69,3,FALSE,26.6,29 +234,FALSE,0,41,889,53,1,FALSE,25,50 +235,TRUE,1,19,1082,78,2,FALSE,24.1,39 +236,TRUE,1,29,695,19,2,FALSE,16,61 +237,FALSE,0,35,1060,72,2,FALSE,24.4,81 +238,FALSE,0,32,840,41,4,FALSE,20.3,35 +239,TRUE,1,19,1121,76,2,FALSE,21.9,62 +240,TRUE,1,17,1206,76,4,FALSE,24.5,59 +241,TRUE,1,43,550,24,3,FALSE,17.6,47 +242,TRUE,1,22,999,89,3,FALSE,20.8,41 +243,FALSE,0,54,818,52,2,FALSE,23.9,70 +244,FALSE,0,28,909,63,3,FALSE,20.7,20 +245,TRUE,1,15,1231,82,2,FALSE,25.6,39 +246,FALSE,0,39,865,34,4,FALSE,29,28 +247,TRUE,1,13,1340,65,2,FALSE,22.6,67 +248,FALSE,0,46,855,66,6,FALSE,24.8,45 +249,TRUE,1,19,1061,45,6,FALSE,25.2,40 +250,FALSE,0,68,765,70,4,FALSE,22.8,92 +251,TRUE,1,61,523,16,2,FALSE,27.9,47 +252,TRUE,1,13,1232,76,2,FALSE,19.4,41 +253,FALSE,0,68,705,53,3,FALSE,28.1,52 +254,TRUE,1,16,1155,75,2,FALSE,24.6,26 +255,FALSE,0,57,724,51,3,FALSE,22.2,54 +256,FALSE,0,30,993,45,4,FALSE,26.7,46 +257,FALSE,0,44,784,46,2,FALSE,19.2,54 +258,FALSE,0,54,687,21,2,FALSE,25.6,34 +259,FALSE,0,20,1255,69,3,FALSE,28.1,33 +260,FALSE,0,29,953,58,5,FALSE,22.3,38 +261,TRUE,1,19,935,43,5,FALSE,18.4,37 +262,TRUE,1,43,776,40,5,FALSE,27.7,66 +263,FALSE,0,44,999,89,3,FALSE,26.3,70 +264,TRUE,1,38,637,9,6,TRUE,22.7,45 +265,FALSE,0,36,1041,78,3,FALSE,30.9,43 +266,FALSE,0,74,541,42,3,FALSE,24.6,43 +267,FALSE,0,43,816,43,2,FALSE,22.3,49 +268,TRUE,1,26,994,73,2,FALSE,28.3,49 +269,FALSE,0,45,919,81,1,FALSE,25.6,52 +270,TRUE,1,21,966,39,3,FALSE,25,37 +271,FALSE,0,32,900,50,5,FALSE,22.7,36 +272,FALSE,0,46,773,32,1,FALSE,19.3,64 +273,FALSE,0,52,876,61,1,FALSE,31.4,40 +274,TRUE,1,30,799,34,2,FALSE,23.8,52 +275,TRUE,1,13,1281,64,4,FALSE,24.2,47 +276,FALSE,0,29,872,49,4,FALSE,18.3,34 +277,FALSE,0,36,923,32,6,FALSE,25.6,56 +278,TRUE,1,25,923,35,3,FALSE,25.4,50 +279,TRUE,1,25,1127,95,1,FALSE,29.8,67 +280,TRUE,1,25,933,54,3,FALSE,24.3,49 +281,TRUE,1,24,884,49,4,FALSE,20.7,43 +282,TRUE,1,17,1083,54,2,FALSE,18.7,51 +283,TRUE,1,22,918,53,2,FALSE,22.3,31 +284,TRUE,1,10,1353,80,2,FALSE,20.1,36 +285,FALSE,0,61,788,33,1,FALSE,31.4,55 +286,FALSE,0,42,869,35,2,FALSE,27.8,43 +287,TRUE,1,17,1215,61,1,FALSE,29,47 +288,FALSE,0,29,995,61,2,FALSE,23.3,46 +289,FALSE,0,43,864,31,1,FALSE,29.2,39 +290,FALSE,0,34,780,29,3,FALSE,21.7,19 +291,FALSE,0,57,691,33,2,FALSE,22.7,52 +292,FALSE,0,87,397,15,1,FALSE,27,58 +293,TRUE,1,12,1376,81,1,FALSE,30,30 +294,FALSE,0,34,996,59,5,FALSE,23.3,68 +295,TRUE,1,21,947,57,4,FALSE,17.3,53 +296,TRUE,1,17,1246,74,4,FALSE,24.8,66 +297,FALSE,0,23,1156,50,6,FALSE,29.8,34 +298,FALSE,0,35,967,41,1,FALSE,27.9,50 +299,TRUE,1,20,951,48,1,FALSE,18.9,46 +300,TRUE,1,18,1088,67,4,FALSE,18.7,58 +301,FALSE,0,30,1013,80,4,FALSE,25.2,40 +302,TRUE,1,42,696,34,1,FALSE,26.1,47 +303,FALSE,0,36,833,33,4,FALSE,25.8,23 +304,FALSE,0,55,663,53,4,FALSE,20.3,37 +305,FALSE,0,39,909,49,3,FALSE,25.7,49 +306,FALSE,0,26,1009,72,3,FALSE,19.5,38 +307,TRUE,1,19,1016,59,2,FALSE,20.1,47 +308,FALSE,0,30,1066,81,1,FALSE,28.1,41 +309,TRUE,1,43,795,55,3,FALSE,29.6,56 +310,FALSE,0,35,849,33,3,FALSE,18.1,64 +311,FALSE,0,29,1018,80,2,FALSE,24.5,36 +312,FALSE,0,27,991,44,3,FALSE,22.1,43 +313,FALSE,0,56,778,35,4,FALSE,25,68 +314,TRUE,1,18,1000,56,1,FALSE,22.6,17 +315,TRUE,1,30,708,46,2,FALSE,18.2,43 +316,FALSE,0,86,442,28,4,FALSE,24.8,76 +317,FALSE,0,63,782,47,4,FALSE,25.8,78 +318,FALSE,0,27,1105,63,2,FALSE,27.6,50 +319,FALSE,0,27,1070,52,2,FALSE,28.9,36 +320,TRUE,1,45,617,25,4,FALSE,23.2,50 +321,TRUE,1,33,684,18,4,FALSE,22.9,38 +322,TRUE,1,26,945,65,2,FALSE,20.9,68 +323,TRUE,1,10,1398,100,2,FALSE,21.7,36 +324,TRUE,1,20,1058,56,4,FALSE,24.2,53 +325,FALSE,0,75,613,27,1,FALSE,29.9,56 +326,FALSE,0,42,788,23,1,FALSE,24.6,37 +327,TRUE,1,24,1005,63,9,FALSE,24,60 +328,FALSE,0,41,692,26,1,FALSE,17.1,37 +329,FALSE,0,67,773,60,2,FALSE,30.6,56 +330,FALSE,0,41,863,43,5,FALSE,21.7,63 +331,FALSE,0,33,918,55,3,FALSE,24.6,34 +332,FALSE,0,50,768,54,2,FALSE,18.8,63 +333,FALSE,0,47,790,41,4,FALSE,24.9,41 +334,TRUE,1,42,713,38,4,FALSE,26.2,52 +335,TRUE,1,18,1174,67,2,FALSE,25.9,50 +336,FALSE,0,26,941,43,3,FALSE,17.5,42 +337,FALSE,0,29,1000,57,4,FALSE,22.6,51 +338,FALSE,0,28,845,21,3,FALSE,19.7,30 +339,FALSE,0,35,952,39,3,FALSE,28.1,46 +340,TRUE,1,19,1217,90,6,FALSE,27.9,59 +341,FALSE,0,46,708,34,3,FALSE,23.8,17 +342,FALSE,0,23,1052,61,1,FALSE,21.6,27 +343,FALSE,0,57,546,24,3,FALSE,17.8,31 +344,FALSE,0,41,752,33,2,FALSE,22.8,25 +345,FALSE,0,37,1011,49,3,FALSE,30.7,53 +346,FALSE,0,47,808,17,2,FALSE,30.8,34 +347,FALSE,0,25,932,54,6,FALSE,19.4,17 +348,FALSE,0,57,760,30,2,FALSE,30.9,39 +349,FALSE,0,33,964,46,2,FALSE,27.4,42 +350,FALSE,0,26,1078,71,3,FALSE,20.9,60 +351,FALSE,0,21,1134,81,2,FALSE,19.9,32 +352,TRUE,1,36,806,45,6,FALSE,25.1,64 +353,FALSE,0,47,797,28,3,FALSE,24.6,53 +354,FALSE,0,45,842,20,2,FALSE,27.6,53 +355,FALSE,0,24,949,27,3,FALSE,18.3,36 +356,FALSE,0,55,785,51,7,FALSE,21.3,75 +357,FALSE,0,66,688,39,3,FALSE,29.2,45 +358,TRUE,1,19,1000,81,3,FALSE,20.2,22 +359,FALSE,0,67,507,15,2,FALSE,20.1,45 +360,TRUE,1,21,1027,51,4,FALSE,29.9,21 +361,FALSE,0,53,774,43,2,FALSE,26.8,43 +362,TRUE,1,20,1117,72,2,FALSE,28.5,42 +363,FALSE,0,43,964,43,5,FALSE,31.1,57 +364,TRUE,1,48,679,32,2,FALSE,25.9,62 +365,FALSE,0,40,927,61,2,FALSE,28.2,37 +366,FALSE,0,43,848,47,4,FALSE,21.9,59 +367,TRUE,1,23,1134,85,2,FALSE,27.7,68 +368,FALSE,0,44,914,62,1,FALSE,30.3,37 +369,TRUE,1,22,1019,56,3,FALSE,26.7,38 +370,TRUE,1,28,879,49,3,FALSE,25.1,57 +371,FALSE,0,26,1087,63,3,FALSE,24.3,50 +372,FALSE,0,47,802,42,2,FALSE,22.6,55 +373,TRUE,1,25,815,19,5,FALSE,16.5,67 +374,FALSE,0,53,857,68,3,FALSE,27.6,53 +375,FALSE,0,55,896,51,3,FALSE,32,62 +376,TRUE,1,27,911,40,6,FALSE,25.6,56 +377,FALSE,0,46,880,40,4,FALSE,28.6,54 +378,FALSE,0,35,839,49,2,FALSE,17.4,53 +379,FALSE,0,39,968,41,2,FALSE,27.5,66 +380,FALSE,0,27,920,51,6,FALSE,18.8,34 +381,TRUE,1,15,1178,79,3,FALSE,22.7,32 +382,TRUE,1,32,756,44,4,FALSE,20.6,56 +383,TRUE,1,20,941,29,2,FALSE,20.5,46 +384,FALSE,0,32,1061,54,4,FALSE,31.2,49 +385,FALSE,0,29,1020,56,3,FALSE,22.9,58 +386,TRUE,1,45,605,22,5,TRUE,21.1,58 +387,FALSE,0,51,850,40,2,FALSE,31.4,44 +388,FALSE,0,59,655,21,2,FALSE,24.7,43 +389,FALSE,0,30,939,36,1,FALSE,23,49 +390,FALSE,0,65,758,50,2,FALSE,28.2,62 +391,TRUE,1,14,1277,60,6,FALSE,25.6,54 +392,FALSE,0,63,776,64,2,FALSE,25.8,68 +393,TRUE,1,29,936,62,4,FALSE,30.4,47 +394,FALSE,0,63,686,50,4,FALSE,22.1,63 +395,TRUE,1,23,1083,70,1,FALSE,27.4,60 +396,TRUE,1,26,819,59,2,FALSE,16.6,56 +397,FALSE,0,57,624,36,2,FALSE,17.5,53 +398,FALSE,0,52,629,15,1,FALSE,19.2,44 +399,FALSE,0,30,1031,65,1,FALSE,27.1,46 +400,FALSE,0,36,999,65,7,FALSE,27.6,51 +401,TRUE,1,53,509,22,7,TRUE,21.1,48 +402,TRUE,1,19,1035,54,2,FALSE,18.1,61 +403,TRUE,1,48,707,51,5,FALSE,28.9,46 +404,TRUE,1,17,1062,67,3,FALSE,18.2,47 +405,FALSE,0,24,1121,60,2,FALSE,25.8,41 +406,FALSE,0,51,693,43,3,FALSE,19.3,46 +407,FALSE,0,48,834,61,4,FALSE,25.1,47 +408,FALSE,0,28,992,37,1,FALSE,31.4,15 +409,FALSE,0,37,853,53,2,FALSE,24.1,29 +410,FALSE,0,65,673,37,4,FALSE,27.2,47 +411,FALSE,0,35,952,53,2,FALSE,26.9,44 +412,FALSE,0,26,1084,62,4,FALSE,28.3,31 +413,FALSE,0,23,1118,75,2,FALSE,26.8,20 +414,FALSE,0,60,784,42,3,FALSE,31.9,43 +415,FALSE,0,28,1065,59,2,FALSE,24.2,57 +416,TRUE,1,19,1061,67,2,FALSE,16.2,72 +417,FALSE,0,78,462,12,6,TRUE,25.1,47 +418,FALSE,0,58,782,58,2,FALSE,23.5,68 +419,FALSE,0,54,779,45,3,FALSE,26.4,49 +420,TRUE,1,23,1038,83,1,FALSE,24.8,49 +421,TRUE,1,26,1036,77,3,FALSE,29.5,52 +422,FALSE,0,48,814,54,3,FALSE,26.4,35 +423,FALSE,0,26,1181,77,3,FALSE,29.6,47 +424,FALSE,0,64,736,44,2,FALSE,27.1,60 +425,FALSE,0,28,1024,57,5,FALSE,26.8,37 +426,FALSE,0,43,889,51,3,FALSE,27.6,43 +427,FALSE,0,42,714,20,2,FALSE,21.1,32 +428,FALSE,0,52,680,12,2,FALSE,21.6,53 +429,FALSE,0,76,557,18,2,FALSE,28,54 +430,TRUE,1,56,550,39,5,TRUE,21.7,57 +431,FALSE,0,28,1051,76,6,FALSE,27.3,31 +432,FALSE,0,57,739,31,3,FALSE,26.9,49 +433,FALSE,0,22,1039,51,2,FALSE,18.4,34 +434,TRUE,1,11,1357,87,8,FALSE,20.4,48 +435,TRUE,1,26,1096,78,2,FALSE,30.7,66 +436,FALSE,0,31,861,43,3,FALSE,19.2,41 +437,FALSE,0,63,738,51,1,FALSE,26.7,58 +438,FALSE,0,18,1312,71,3,FALSE,27.8,37 +439,FALSE,0,28,1102,63,1,FALSE,29.8,41 +440,FALSE,0,74,608,42,2,FALSE,26.7,54 +441,FALSE,0,43,838,42,2,FALSE,26.4,38 +442,FALSE,0,25,1031,56,3,FALSE,23.9,24 +443,FALSE,0,37,913,44,4,FALSE,22.3,65 +444,FALSE,0,44,840,48,2,FALSE,23.6,53 +445,TRUE,1,13,1200,70,5,FALSE,18,39 +446,FALSE,0,29,903,55,4,FALSE,22.3,20 +447,FALSE,0,29,1099,67,4,FALSE,23.9,74 +448,FALSE,0,56,961,68,2,FALSE,28.4,95 +449,FALSE,0,34,977,73,2,FALSE,24.2,51 +450,FALSE,0,25,1018,57,3,FALSE,16.1,59 +451,TRUE,1,25,879,36,3,FALSE,19.4,65 +452,FALSE,0,27,1071,48,2,FALSE,29.5,38 +453,TRUE,1,19,967,42,2,FALSE,17.9,43 +454,FALSE,0,24,1018,71,1,FALSE,21,23 +455,TRUE,1,26,901,44,2,FALSE,26.7,37 +456,TRUE,1,50,676,36,5,TRUE,27.7,56 +457,FALSE,0,42,872,64,4,FALSE,24.4,44 +458,TRUE,1,27,750,31,4,FALSE,18.9,45 +459,FALSE,0,71,588,29,2,FALSE,26.8,46 +460,FALSE,0,28,934,46,1,FALSE,23.7,22 +461,FALSE,0,61,716,19,6,FALSE,27.3,59 +462,FALSE,0,25,991,60,3,FALSE,20.1,27 +463,TRUE,1,30,778,62,3,FALSE,20.8,45 +464,FALSE,0,34,811,45,2,FALSE,17.3,41 +465,FALSE,0,34,955,78,3,FALSE,22.8,45 +466,FALSE,0,84,449,13,2,FALSE,26.1,68 +467,TRUE,1,19,1021,52,2,FALSE,21.9,39 +468,FALSE,0,66,596,57,4,FALSE,21.7,37 +469,FALSE,0,25,1137,74,2,FALSE,30.1,26 +470,FALSE,0,37,759,20,4,FALSE,19.9,36 +471,TRUE,1,27,916,64,1,FALSE,29.1,31 +472,FALSE,0,37,967,94,4,FALSE,21.9,53 +473,FALSE,0,40,918,72,3,FALSE,26.8,36 +474,TRUE,1,31,808,18,4,FALSE,27.6,52 +475,FALSE,0,36,813,56,3,FALSE,16.6,46 +476,FALSE,0,32,887,65,3,FALSE,22,28 +477,TRUE,1,16,1127,72,3,FALSE,20.3,37 +478,TRUE,1,43,678,53,1,FALSE,20.5,60 +479,FALSE,0,28,1183,65,2,FALSE,31.3,60 +480,TRUE,1,53,537,34,4,FALSE,15.8,76 +481,TRUE,1,18,1170,61,2,FALSE,28.6,48 +482,FALSE,0,51,591,27,4,FALSE,17.8,27 +483,FALSE,0,36,877,29,2,FALSE,26.6,37 +484,FALSE,0,48,782,53,4,FALSE,21.1,53 +485,FALSE,0,33,1130,87,5,FALSE,27.8,74 +486,FALSE,0,55,799,42,1,FALSE,28.8,49 +487,FALSE,0,64,789,59,1,FALSE,28.6,64 +488,TRUE,1,19,1067,57,4,FALSE,21.9,58 +489,TRUE,1,17,1188,82,3,FALSE,27.5,31 +490,FALSE,0,52,823,35,4,FALSE,30.2,45 +491,FALSE,0,27,986,27,6,FALSE,19.4,66 +492,FALSE,0,67,646,41,1,FALSE,23.5,60 +493,FALSE,0,62,575,46,3,FALSE,15.7,54 +494,FALSE,0,51,806,37,4,FALSE,26.1,54 +495,TRUE,1,27,841,46,1,FALSE,24.1,41 +496,TRUE,1,22,815,7,7,FALSE,20.3,29 +497,FALSE,0,59,884,61,2,FALSE,31.5,66 +498,FALSE,0,58,677,35,1,FALSE,26.8,28 +499,FALSE,0,35,804,31,4,FALSE,21.1,34 +500,FALSE,0,23,1228,78,4,FALSE,26.2,56 +501,FALSE,0,27,924,38,2,FALSE,21.7,30 +502,FALSE,0,45,685,35,2,FALSE,16.9,40 +503,TRUE,1,12,1222,79,2,FALSE,17.4,31 +504,TRUE,1,18,1077,62,1,FALSE,19.4,56 +505,FALSE,0,27,1060,59,2,FALSE,23.3,54 +506,TRUE,1,24,953,47,2,FALSE,23.7,54 +507,FALSE,0,44,710,31,3,FALSE,16.1,54 +508,FALSE,0,25,1155,61,3,FALSE,26.7,55 +509,FALSE,0,27,1059,48,5,FALSE,23.8,57 +510,FALSE,0,26,946,60,2,FALSE,20.7,20 +511,TRUE,1,28,951,67,3,FALSE,28.8,46 +512,FALSE,0,32,895,49,1,FALSE,19.8,49 +513,TRUE,1,16,1257,53,5,FALSE,27.9,58 +514,FALSE,0,23,1184,71,2,FALSE,28.3,31 +515,FALSE,0,34,900,53,4,FALSE,23.1,41 +516,FALSE,0,42,786,30,2,FALSE,24.6,33 +517,FALSE,0,48,950,60,3,FALSE,30.3,62 +518,FALSE,0,24,1105,66,4,FALSE,19.1,65 +519,TRUE,1,20,1045,79,1,FALSE,19.2,59 +520,TRUE,1,34,696,37,4,FALSE,23.8,31 +521,TRUE,1,25,931,58,2,FALSE,23,54 +522,TRUE,1,31,682,25,2,FALSE,15.6,64 +523,FALSE,0,52,915,71,2,FALSE,31.1,50 +524,FALSE,0,32,961,52,1,FALSE,26.2,40 +525,FALSE,0,26,911,54,3,FALSE,16.4,32 +526,FALSE,0,46,789,38,4,FALSE,25.1,38 +527,FALSE,0,50,762,35,5,FALSE,21.9,58 +528,TRUE,1,19,1125,72,1,FALSE,26.3,42 +529,TRUE,1,55,658,34,7,TRUE,30.8,51 +530,FALSE,0,62,743,49,2,FALSE,24.9,66 +531,TRUE,1,61,625,28,5,TRUE,31.6,56 +532,TRUE,1,21,1119,63,4,FALSE,25.3,67 +533,FALSE,0,53,531,21,3,FALSE,15.9,24 +534,TRUE,1,14,1184,77,4,FALSE,19.3,44 +535,FALSE,0,56,708,47,1,FALSE,22.4,49 +536,FALSE,0,25,1066,58,4,FALSE,20.1,56 +537,TRUE,1,32,683,15,2,FALSE,24.3,31 +538,FALSE,0,90,413,41,4,FALSE,29.8,59 +539,FALSE,0,53,811,43,3,FALSE,27.6,52 +540,TRUE,1,19,1198,75,2,FALSE,28.5,51 +541,TRUE,1,62,538,19,4,FALSE,27.8,55 +542,FALSE,0,60,618,27,1,FALSE,21.3,46 +543,TRUE,1,17,1101,58,4,FALSE,18.4,61 +544,FALSE,0,23,1223,67,2,FALSE,26.6,57 +545,FALSE,0,39,1049,91,4,FALSE,30.9,46 +546,FALSE,0,77,519,29,6,TRUE,23.5,62 +547,FALSE,0,58,759,50,1,FALSE,26.1,52 +548,TRUE,1,15,1169,83,4,FALSE,17.1,57 +549,TRUE,1,26,766,55,4,FALSE,16.4,39 +550,TRUE,1,20,1140,77,2,FALSE,24,70 +551,FALSE,0,51,727,36,2,FALSE,22.2,48 +552,FALSE,0,54,869,66,2,FALSE,28.1,59 +553,FALSE,0,47,834,65,3,FALSE,23.7,46 +554,TRUE,1,29,743,55,5,FALSE,17.9,44 +555,TRUE,1,11,1402,100,3,FALSE,21.1,59 +556,FALSE,0,35,900,65,3,FALSE,24.9,25 +557,TRUE,1,22,934,47,3,FALSE,19.3,54 +558,FALSE,0,67,585,24,3,FALSE,22.3,53 +559,FALSE,0,20,1160,71,3,FALSE,26.3,10 +560,FALSE,0,26,1035,58,1,FALSE,20.1,53 +561,FALSE,0,22,1117,51,1,FALSE,28.5,17 +562,TRUE,1,18,1016,51,5,FALSE,16.9,57 +563,TRUE,1,16,1177,86,4,FALSE,21.2,41 +564,FALSE,0,42,879,58,2,FALSE,26.3,38 +565,TRUE,1,29,763,35,3,FALSE,21.4,48 +566,TRUE,1,13,1469,99,3,FALSE,27.7,67 +567,TRUE,1,27,852,63,2,FALSE,22.6,39 +568,TRUE,1,29,838,50,4,FALSE,23.8,55 +569,TRUE,1,14,1321,98,3,FALSE,24.4,52 +570,FALSE,0,75,516,32,5,TRUE,27.3,31 +571,FALSE,0,46,648,33,3,FALSE,18.4,23 +572,TRUE,1,14,1123,64,5,FALSE,20.8,20 +573,TRUE,1,15,1226,86,3,FALSE,19.7,55 +574,FALSE,0,25,977,47,3,FALSE,18.2,47 +575,TRUE,1,25,1078,81,6,FALSE,26.4,73 +576,FALSE,0,54,805,64,4,FALSE,24.4,56 +577,FALSE,0,57,836,33,3,FALSE,31.8,59 +578,FALSE,0,29,1074,54,1,FALSE,26,66 +579,FALSE,0,59,649,34,3,FALSE,23.1,41 +580,FALSE,0,38,949,48,3,FALSE,27,55 +581,FALSE,0,51,790,35,5,FALSE,24.5,60 +582,TRUE,1,20,1134,60,4,FALSE,25.9,67 +583,TRUE,1,52,569,49,4,FALSE,19.1,58 +584,FALSE,0,43,796,50,2,FALSE,18.9,53 +585,TRUE,1,23,985,53,5,FALSE,28.4,35 +586,FALSE,0,22,1121,66,2,FALSE,18.7,58 +587,FALSE,0,58,763,41,2,FALSE,26.9,55 +588,TRUE,1,28,788,38,3,FALSE,18.8,56 +589,TRUE,1,38,690,41,6,TRUE,20.7,54 +590,FALSE,0,24,1064,64,3,FALSE,19.8,45 +591,TRUE,1,31,910,64,3,FALSE,30.7,47 +592,TRUE,1,30,848,54,1,FALSE,24,57 +593,TRUE,1,47,578,33,6,TRUE,20.7,50 +594,TRUE,1,28,795,42,1,FALSE,23,36 +595,FALSE,0,40,751,36,1,FALSE,17.7,44 +596,FALSE,0,47,855,65,5,FALSE,28.5,29 +597,FALSE,0,36,897,49,3,FALSE,26.1,34 +598,TRUE,1,22,1024,62,2,FALSE,25.8,46 +599,TRUE,1,15,1142,85,5,FALSE,20.1,22 +600,FALSE,0,28,962,48,1,FALSE,25.1,24 +601,FALSE,0,45,837,21,2,FALSE,25.2,63 +602,FALSE,0,50,777,37,4,FALSE,26.4,40 +603,FALSE,0,38,743,41,2,FALSE,19.7,22 +604,TRUE,1,26,779,26,2,FALSE,18.7,46 +605,TRUE,1,46,684,32,2,FALSE,24.1,66 +606,FALSE,0,34,860,37,4,FALSE,18.7,57 +607,FALSE,0,26,1094,52,2,FALSE,25.7,54 +608,FALSE,0,47,796,34,4,FALSE,21.7,64 +609,FALSE,0,51,719,45,2,FALSE,22.8,37 +610,TRUE,1,25,951,58,2,FALSE,23.2,58 +611,FALSE,0,26,1065,68,3,FALSE,24.1,39 +612,TRUE,1,37,665,27,1,FALSE,21.2,48 +613,FALSE,0,46,938,52,1,FALSE,26,79 +614,FALSE,0,47,750,42,7,FALSE,18.1,61 +615,TRUE,1,16,1163,65,3,FALSE,20.9,58 +616,FALSE,0,27,967,56,4,FALSE,21.2,32 +617,TRUE,1,23,902,60,5,FALSE,19.8,37 +618,TRUE,1,28,1090,80,4,FALSE,30.7,80 +619,FALSE,0,38,802,46,6,FALSE,20.9,32 +620,FALSE,0,27,1019,54,1,FALSE,22.6,51 +621,FALSE,0,61,742,8,5,FALSE,30.6,60 +622,TRUE,1,28,851,34,5,FALSE,23.6,62 +623,FALSE,0,33,923,45,4,FALSE,20.3,63 +624,FALSE,0,27,963,53,2,FALSE,18.4,45 +625,FALSE,0,21,1243,76,1,FALSE,28.2,36 +626,FALSE,0,27,1050,68,2,FALSE,23.1,43 +627,FALSE,0,50,691,37,2,FALSE,21.3,35 +628,FALSE,0,46,818,36,4,FALSE,23.9,56 +629,FALSE,0,35,974,55,2,FALSE,23.8,63 +630,TRUE,1,53,576,23,2,FALSE,19.5,77 +631,TRUE,1,28,965,61,4,FALSE,30.3,53 +632,FALSE,0,22,1096,61,4,FALSE,22,35 +633,TRUE,1,19,1091,44,3,FALSE,24.6,62 +634,TRUE,1,46,724,30,4,FALSE,28.3,60 +635,TRUE,1,23,959,48,1,FALSE,24.2,44 +636,TRUE,1,27,834,48,2,FALSE,25.7,26 +637,FALSE,0,24,1132,56,6,FALSE,23.8,58 +638,FALSE,0,48,969,83,4,FALSE,28.6,63 +639,TRUE,1,28,820,54,4,FALSE,21.9,43 +640,TRUE,1,17,1164,78,3,FALSE,21.8,55 +641,TRUE,1,26,795,49,3,FALSE,18.2,44 +642,TRUE,1,27,913,44,4,FALSE,25.9,57 +643,TRUE,1,16,1254,72,5,FALSE,29.3,46 +644,TRUE,1,17,1036,58,2,FALSE,17.9,43 +645,FALSE,0,23,1193,83,1,FALSE,24.6,49 +646,FALSE,0,43,938,46,3,FALSE,31.8,44 +647,TRUE,1,19,938,40,4,FALSE,18.6,39 +648,FALSE,0,63,762,51,1,FALSE,30.8,43 +649,FALSE,0,35,1014,54,2,FALSE,30.4,47 +650,TRUE,1,21,1036,48,3,FALSE,25.5,51 +651,TRUE,1,41,737,40,4,FALSE,23.3,69 +652,FALSE,0,28,803,17,5,FALSE,17.5,29 +653,FALSE,0,29,993,63,3,FALSE,22.9,45 +654,TRUE,1,18,1074,59,3,FALSE,19.1,56 +655,TRUE,1,50,674,33,4,FALSE,24.4,72 +656,FALSE,0,46,709,23,5,FALSE,18.4,54 +657,FALSE,0,35,994,62,5,FALSE,27.6,47 +658,FALSE,0,40,880,61,1,FALSE,23.8,43 +659,FALSE,0,64,718,32,3,FALSE,29.1,53 +660,FALSE,0,53,763,44,2,FALSE,22.1,61 +661,TRUE,1,24,853,43,4,FALSE,18.7,45 +662,FALSE,0,77,399,17,4,FALSE,18.6,50 +663,TRUE,1,30,875,54,1,FALSE,27.6,51 +664,FALSE,0,32,1004,37,4,FALSE,27.7,58 +665,TRUE,1,25,999,64,2,FALSE,25.3,63 +666,FALSE,0,38,846,47,1,FALSE,20.1,52 +667,TRUE,1,24,942,53,5,FALSE,23.1,47 +668,TRUE,1,23,998,71,2,FALSE,20.4,67 +669,FALSE,0,71,550,34,3,FALSE,22.6,50 +670,FALSE,0,25,1036,46,2,FALSE,17.7,70 +671,TRUE,1,27,941,64,1,FALSE,27.7,47 +672,FALSE,0,24,1041,45,3,FALSE,19.1,56 +673,FALSE,0,71,512,31,1,FALSE,24.8,26 +674,TRUE,1,21,989,75,2,FALSE,18.9,46 +675,TRUE,1,19,1137,67,3,FALSE,26.9,47 +676,FALSE,0,47,696,34,3,FALSE,19.8,37 +677,FALSE,0,29,954,52,4,FALSE,23.9,33 +678,FALSE,0,33,928,45,2,FALSE,21.1,61 +679,TRUE,1,56,612,29,3,FALSE,27,60 +680,TRUE,1,22,878,45,3,FALSE,19.7,29 +681,FALSE,0,47,652,8,4,FALSE,16.5,54 +682,FALSE,0,24,1079,50,4,FALSE,25.3,32 +683,TRUE,1,19,1144,78,4,FALSE,28.7,33 +684,FALSE,0,39,853,45,5,FALSE,21.3,55 +685,TRUE,1,25,1006,77,6,FALSE,29.1,38 +686,TRUE,1,28,798,43,3,FALSE,17.8,61 +687,FALSE,0,36,840,37,3,FALSE,20.8,48 +688,FALSE,0,41,1030,85,2,FALSE,29.6,55 +689,FALSE,0,21,1036,47,3,FALSE,16.6,40 +690,FALSE,0,46,820,58,2,FALSE,25.9,32 +691,FALSE,0,50,803,47,1,FALSE,22.7,60 +692,FALSE,0,30,955,63,3,FALSE,20.1,51 +693,TRUE,1,20,990,42,3,FALSE,22.6,44 +694,TRUE,1,19,1065,56,2,FALSE,22,49 +695,FALSE,0,51,793,50,2,FALSE,21.2,66 +696,FALSE,0,32,861,19,3,FALSE,24,38 +697,FALSE,0,51,759,57,2,FALSE,23.6,37 +698,FALSE,0,34,931,49,1,FALSE,25.8,39 +699,FALSE,0,53,569,18,3,FALSE,18.6,25 +700,TRUE,1,24,895,34,2,FALSE,19.8,59 +701,FALSE,0,27,1066,95,4,FALSE,19.6,50 +702,TRUE,1,26,918,51,2,FALSE,24.3,51 +703,FALSE,0,22,1265,75,1,FALSE,29.3,47 +704,TRUE,1,29,654,22,5,TRUE,16.8,40 +705,TRUE,1,16,1131,58,2,FALSE,23.9,36 +706,FALSE,0,37,1050,53,3,FALSE,31.8,60 +707,TRUE,1,27,812,43,3,FALSE,25.3,28 +708,FALSE,0,48,844,45,2,FALSE,26.2,54 +709,TRUE,1,20,1031,65,2,FALSE,23.4,37 +710,FALSE,0,66,580,20,3,FALSE,22.2,52 +711,FALSE,0,52,667,37,3,FALSE,20.5,37 +712,TRUE,1,27,934,64,3,FALSE,28.1,40 +713,FALSE,0,28,1045,45,3,FALSE,22.6,72 +714,TRUE,1,37,844,45,4,FALSE,29.9,57 +715,FALSE,0,61,579,29,3,FALSE,24.9,18 +716,TRUE,1,31,841,62,2,FALSE,24.8,49 +717,TRUE,1,16,1158,69,1,FALSE,22.8,41 +718,FALSE,0,55,639,54,1,FALSE,19,32 +719,FALSE,0,22,1188,63,7,FALSE,24,51 +720,FALSE,0,56,767,27,1,FALSE,28.8,49 +721,FALSE,0,24,1180,63,3,FALSE,28.7,43 +722,TRUE,1,23,1005,51,4,FALSE,20.5,75 +723,FALSE,0,22,1053,61,4,FALSE,22.1,16 +724,TRUE,1,18,1125,86,5,FALSE,18.8,59 +725,FALSE,0,21,1315,87,3,FALSE,29.5,44 +726,FALSE,0,52,794,36,4,FALSE,25.9,57 +727,FALSE,0,28,968,64,4,FALSE,20.7,41 +728,FALSE,0,35,1070,87,3,FALSE,31.9,39 +729,FALSE,0,47,751,22,4,FALSE,28.1,24 +730,TRUE,1,33,799,34,1,FALSE,28.3,45 +731,TRUE,1,24,962,50,3,FALSE,19.2,82 +732,FALSE,0,34,861,23,5,FALSE,19.9,61 +733,FALSE,0,44,951,56,3,FALSE,26.8,71 +734,FALSE,0,59,820,57,5,FALSE,28.6,60 +735,TRUE,1,26,820,36,2,FALSE,17.3,64 +736,TRUE,1,21,1171,77,2,FALSE,28.3,60 +737,FALSE,0,77,495,27,4,FALSE,23,54 +738,TRUE,1,17,1084,75,7,FALSE,19.7,39 +739,FALSE,0,72,613,19,2,FALSE,31.7,40 +740,TRUE,1,19,1037,48,1,FALSE,26.1,25 +741,FALSE,0,25,1141,78,7,FALSE,25.5,48 +742,TRUE,1,29,945,54,2,FALSE,28.8,60 +743,FALSE,0,26,1130,74,1,FALSE,23.3,62 +744,TRUE,1,26,968,48,3,FALSE,28.7,49 +745,FALSE,0,29,948,64,2,FALSE,21.2,40 +746,FALSE,0,62,898,49,3,FALSE,30.4,94 +747,FALSE,0,35,1020,64,4,FALSE,27.5,58 +748,FALSE,0,41,753,18,1,FALSE,15.9,67 +749,FALSE,0,49,807,40,4,FALSE,27.1,43 +750,TRUE,1,24,826,53,6,FALSE,15.8,47 +751,TRUE,1,14,1204,58,2,FALSE,20.2,54 +752,FALSE,0,26,1102,88,2,FALSE,17.1,71 +753,TRUE,1,26,785,44,2,FALSE,18.5,43 +754,TRUE,1,20,1064,76,1,FALSE,19.8,60 +755,FALSE,0,32,949,36,3,FALSE,31.7,18 +756,TRUE,1,23,1015,71,3,FALSE,26.3,41 +757,TRUE,1,29,849,41,3,FALSE,29.8,30 +758,TRUE,1,31,798,29,5,FALSE,23.3,63 +759,FALSE,0,56,836,65,1,FALSE,29.9,45 +760,FALSE,0,23,1126,71,2,FALSE,22.8,42 +761,TRUE,1,23,921,54,3,FALSE,17.2,67 +762,FALSE,0,49,745,47,2,FALSE,17.4,63 +763,FALSE,0,43,744,26,3,FALSE,22.1,35 +764,TRUE,1,28,920,58,3,FALSE,26.8,54 +765,TRUE,1,45,710,54,3,FALSE,30.1,30 +766,FALSE,0,30,976,57,2,FALSE,25.2,41 +767,FALSE,0,43,954,56,2,FALSE,26.2,70 +768,FALSE,0,31,1047,75,3,FALSE,23.1,68 +769,FALSE,0,44,992,58,4,FALSE,31.1,63 +770,TRUE,1,49,495,5,3,FALSE,21.6,40 +771,TRUE,1,25,691,24,5,TRUE,17.1,21 +772,FALSE,0,20,1119,61,4,FALSE,20.4,31 +773,FALSE,0,44,928,44,3,FALSE,28.7,61 +774,FALSE,0,44,717,22,4,FALSE,19.9,44 +775,TRUE,1,25,771,49,1,FALSE,20.4,17 +776,FALSE,0,80,383,6,2,FALSE,22.4,45 +777,FALSE,0,71,558,13,2,FALSE,21.8,67 +778,FALSE,0,42,903,44,3,FALSE,26.3,57 +779,TRUE,1,29,685,26,3,FALSE,19.3,36 +780,FALSE,0,50,598,25,4,FALSE,18,26 +781,FALSE,0,42,876,64,2,FALSE,25.8,36 +782,FALSE,0,43,960,47,4,FALSE,32.1,48 +783,FALSE,0,26,1153,55,1,FALSE,28.2,60 +784,FALSE,0,23,992,68,3,FALSE,17.8,20 +785,TRUE,1,31,782,33,4,FALSE,21.8,62 +786,TRUE,1,22,1046,70,3,FALSE,25.2,48 +787,FALSE,0,41,851,41,2,FALSE,22.4,56 +788,FALSE,0,36,845,61,1,FALSE,22.6,24 +789,TRUE,1,51,432,13,2,FALSE,17.6,38 +790,TRUE,1,53,644,28,5,TRUE,31.3,41 +791,TRUE,1,37,689,44,5,TRUE,18.1,62 +792,TRUE,1,16,1274,79,3,FALSE,25.2,62 +793,FALSE,0,68,724,46,2,FALSE,30.3,54 +794,FALSE,0,77,431,12,3,FALSE,17.9,70 +795,FALSE,0,51,661,18,4,FALSE,20.9,40 +796,FALSE,0,39,984,66,3,FALSE,26.3,62 +797,FALSE,0,75,480,26,1,FALSE,21.9,47 +798,FALSE,0,55,839,59,2,FALSE,31.4,38 +799,FALSE,0,32,999,51,2,FALSE,24.7,61 +800,FALSE,0,52,880,60,2,FALSE,26.6,67 +801,FALSE,0,43,877,78,3,FALSE,20.3,60 +802,FALSE,0,26,1016,70,2,FALSE,19.8,40 +803,TRUE,1,27,915,52,1,FALSE,28.5,41 +804,TRUE,1,29,895,55,1,FALSE,24.4,67 +805,FALSE,0,43,774,38,2,FALSE,19.6,53 +806,TRUE,1,25,938,57,6,FALSE,22.4,59 +807,FALSE,0,28,974,52,3,FALSE,22.1,43 +808,TRUE,1,22,1059,64,3,FALSE,23.6,65 +809,FALSE,0,35,855,54,4,FALSE,21.1,36 +810,FALSE,0,47,914,38,3,FALSE,30.8,56 +811,FALSE,0,33,856,34,1,FALSE,22.3,36 +812,TRUE,1,15,1078,47,4,FALSE,23.9,13 +813,TRUE,1,24,795,54,2,FALSE,17.6,29 +814,TRUE,1,11,1404,87,5,FALSE,22.8,50 +815,TRUE,1,27,792,39,4,FALSE,16.7,60 +816,FALSE,0,31,871,70,2,FALSE,20.2,23 +817,FALSE,0,48,650,34,2,FALSE,18.6,30 +818,FALSE,0,59,796,51,1,FALSE,25.4,72 +819,FALSE,0,28,974,48,3,FALSE,23.4,42 +820,FALSE,0,66,657,43,3,FALSE,24.7,55 +821,TRUE,1,29,919,79,4,FALSE,28.6,40 +822,TRUE,1,13,1293,86,2,FALSE,23.4,43 +823,FALSE,0,56,760,39,3,FALSE,26.9,49 +824,TRUE,1,22,972,70,7,FALSE,19.8,48 +825,FALSE,0,34,881,47,4,FALSE,21.3,45 +826,FALSE,0,15,1392,89,1,FALSE,22.3,41 +827,FALSE,0,56,499,28,3,FALSE,18.4,5 +828,TRUE,1,27,995,52,1,FALSE,26.5,74 +829,FALSE,0,68,527,19,2,FALSE,16.1,73 +830,FALSE,0,29,1021,56,4,FALSE,29,32 +831,TRUE,1,26,870,48,1,FALSE,22.8,45 +832,TRUE,1,16,1202,70,4,FALSE,21.4,67 +833,TRUE,1,22,899,38,3,FALSE,16.4,62 +834,FALSE,0,44,958,68,4,FALSE,26.7,65 +835,FALSE,0,52,797,32,3,FALSE,31.1,33 +836,FALSE,0,41,956,51,3,FALSE,23.4,84 +837,TRUE,1,17,1203,61,4,FALSE,31.8,32 +838,FALSE,0,74,633,37,3,FALSE,28.5,58 +839,FALSE,0,47,768,16,2,FALSE,24.9,50 +840,FALSE,0,51,767,39,1,FALSE,25.6,42 +841,TRUE,1,51,664,47,6,TRUE,28.4,42 +842,FALSE,0,49,723,45,4,FALSE,22.1,34 +843,TRUE,1,21,1058,51,3,FALSE,21.7,70 +844,FALSE,0,37,825,23,1,FALSE,21.5,49 +845,FALSE,0,26,997,55,3,FALSE,18.8,51 +846,FALSE,0,47,861,47,2,FALSE,27.4,51 +847,TRUE,1,23,1034,67,5,FALSE,27.3,42 +848,TRUE,1,16,1170,73,1,FALSE,25.1,32 +849,TRUE,1,14,1311,96,2,FALSE,23.4,51 +850,FALSE,0,53,754,51,1,FALSE,28.9,18 +851,FALSE,0,28,1014,62,2,FALSE,26,28 +852,TRUE,1,10,1292,67,4,FALSE,17.9,33 +853,TRUE,1,45,643,28,7,TRUE,27.7,33 +854,TRUE,1,12,1321,97,4,FALSE,18.7,49 +855,FALSE,0,35,961,52,3,FALSE,22.1,70 +856,FALSE,0,28,885,47,3,FALSE,20.2,26 +857,TRUE,1,22,1051,64,6,FALSE,25.3,54 +858,TRUE,1,24,943,66,1,FALSE,20.1,60 +859,TRUE,1,26,828,59,1,FALSE,21.4,34 +860,TRUE,1,20,1061,58,5,FALSE,23.8,47 +861,FALSE,0,64,649,62,3,FALSE,19.3,59 +862,FALSE,0,44,891,47,1,FALSE,28.8,44 +863,FALSE,0,29,1042,77,3,FALSE,24.6,45 +864,FALSE,0,56,857,49,3,FALSE,31.7,52 +865,TRUE,1,17,1185,67,3,FALSE,27.2,47 +866,FALSE,0,26,1069,83,2,FALSE,22.6,40 +867,FALSE,0,25,1008,42,2,FALSE,20.1,46 +868,TRUE,1,20,1002,50,1,FALSE,15.6,74 +869,TRUE,1,20,1109,66,3,FALSE,24.1,60 +870,TRUE,1,24,1003,72,3,FALSE,28.1,35 +871,TRUE,1,15,1046,56,2,FALSE,17.1,30 +872,FALSE,0,29,927,26,2,FALSE,23,43 +873,TRUE,1,47,753,41,4,FALSE,28.7,66 +874,FALSE,0,66,604,26,3,FALSE,23.5,52 +875,FALSE,0,39,767,14,5,FALSE,22,38 +876,FALSE,0,40,926,79,3,FALSE,21.3,60 +877,TRUE,1,81,336,20,1,FALSE,29.2,46 +878,FALSE,0,26,1036,52,4,FALSE,25.3,32 +879,FALSE,0,23,1129,75,5,FALSE,20.4,54 +880,TRUE,1,29,973,49,3,FALSE,30,69 +881,TRUE,1,34,789,45,1,FALSE,25,54 +882,FALSE,0,25,1177,73,5,FALSE,28,50 +883,FALSE,0,25,1083,77,3,FALSE,22.1,38 +884,FALSE,0,58,671,12,2,FALSE,24.2,56 +885,FALSE,0,57,537,13,4,FALSE,18.3,33 +886,TRUE,1,18,998,48,5,FALSE,21.1,24 +887,TRUE,1,55,587,12,3,FALSE,28.9,47 +888,TRUE,1,29,884,46,2,FALSE,27.8,47 +889,FALSE,0,52,877,53,2,FALSE,24.6,81 +890,FALSE,0,31,954,50,2,FALSE,27.3,31 +891,TRUE,1,25,884,56,3,FALSE,20.4,50 +892,TRUE,1,20,975,59,4,FALSE,15.6,59 +893,TRUE,1,23,1007,58,3,FALSE,23,62 +894,TRUE,1,27,798,30,3,FALSE,21.6,47 +895,FALSE,0,24,974,48,4,FALSE,17.5,37 +896,FALSE,0,45,711,31,4,FALSE,18.1,47 +897,FALSE,0,48,798,39,1,FALSE,19.5,75 +898,TRUE,1,51,594,35,2,FALSE,23,54 +899,FALSE,0,28,945,51,1,FALSE,24.4,19 +900,TRUE,1,25,990,50,4,FALSE,24.4,68 +901,FALSE,0,44,808,39,5,FALSE,21.4,55 +902,FALSE,0,60,754,40,3,FALSE,29,47 +903,FALSE,0,56,752,43,4,FALSE,26.4,47 +904,FALSE,0,41,860,36,3,FALSE,25.7,46 +905,TRUE,1,24,841,31,3,FALSE,17.9,51 +906,TRUE,1,27,820,33,3,FALSE,24.2,41 +907,FALSE,0,21,1113,51,4,FALSE,18.5,51 +908,TRUE,1,28,876,63,5,FALSE,26.9,35 +909,TRUE,1,13,1441,99,4,FALSE,31.2,50 +910,FALSE,0,20,1301,78,1,FALSE,24.3,63 +911,TRUE,1,20,920,29,1,FALSE,15.9,55 +912,TRUE,1,15,1252,71,1,FALSE,22.5,62 +913,FALSE,0,52,711,43,5,FALSE,23.8,32 +914,FALSE,0,43,869,59,3,FALSE,24,48 +915,TRUE,1,25,896,49,2,FALSE,20.8,56 +916,FALSE,0,47,719,26,6,FALSE,23.3,33 +917,FALSE,0,39,1001,61,3,FALSE,26.6,69 +918,TRUE,1,24,1034,63,3,FALSE,31.4,33 +919,TRUE,1,20,1046,62,2,FALSE,23.2,50 +920,FALSE,0,34,937,77,2,FALSE,21,50 +921,FALSE,0,46,808,59,4,FALSE,21.7,49 +922,FALSE,0,45,889,42,1,FALSE,30.1,45 +923,FALSE,0,36,882,37,2,FALSE,22.2,54 +924,TRUE,1,24,851,56,4,FALSE,20.2,33 +925,FALSE,0,35,829,35,4,FALSE,22.9,30 +926,TRUE,1,16,1286,87,4,FALSE,30.2,38 +927,FALSE,0,80,463,24,2,FALSE,25.4,47 +928,FALSE,0,53,903,64,3,FALSE,28.6,65 +929,TRUE,1,19,1142,67,2,FALSE,23.4,70 +930,TRUE,1,41,721,40,4,FALSE,25.2,52 +931,FALSE,0,31,913,48,5,FALSE,20.2,53 +932,TRUE,1,12,1288,74,2,FALSE,20.8,44 +933,FALSE,0,51,613,24,4,FALSE,15.6,48 +934,TRUE,1,24,809,34,3,FALSE,19.9,28 +935,FALSE,0,51,858,43,6,FALSE,29.8,52 +936,FALSE,0,58,543,11,2,FALSE,17.8,40 +937,TRUE,1,14,1410,87,3,FALSE,30.7,52 +938,TRUE,1,28,682,27,5,TRUE,16.7,43 +939,TRUE,1,19,1170,81,5,FALSE,29.1,38 +940,FALSE,0,40,889,75,1,FALSE,22.6,45 +941,FALSE,0,24,1044,38,6,FALSE,23,42 +942,FALSE,0,56,850,51,3,FALSE,29.1,63 +943,TRUE,1,28,954,52,2,FALSE,29.8,51 +944,TRUE,1,28,842,54,3,FALSE,22.3,54 +945,TRUE,1,27,829,30,1,FALSE,27.4,30 +946,FALSE,0,68,658,41,2,FALSE,23.5,69 +947,FALSE,0,36,775,6,2,FALSE,19.5,50 +948,FALSE,0,26,979,60,2,FALSE,19.5,36 +949,FALSE,0,22,1194,80,3,FALSE,22.9,52 +950,FALSE,0,45,853,33,2,FALSE,25.4,60 +951,FALSE,0,37,1013,81,3,FALSE,31.9,28 +952,FALSE,0,69,657,26,2,FALSE,25.4,71 +953,FALSE,0,28,1000,55,6,FALSE,23.4,45 +954,TRUE,1,25,1042,64,1,FALSE,28.7,63 +955,TRUE,1,24,997,61,2,FALSE,26.5,49 +956,TRUE,1,28,931,61,6,FALSE,29.2,43 +957,FALSE,0,28,1069,70,3,FALSE,30.9,22 +958,TRUE,1,21,860,41,1,FALSE,17.7,32 +959,FALSE,0,49,718,30,3,FALSE,21.2,47 +960,TRUE,1,25,849,38,3,FALSE,17.9,59 +961,FALSE,0,28,965,50,3,FALSE,25.3,21 +962,FALSE,0,23,1106,71,3,FALSE,16.1,67 +963,FALSE,0,23,1218,79,3,FALSE,23.4,67 +964,TRUE,1,28,801,52,2,FALSE,23.4,32 +965,FALSE,0,51,725,43,5,FALSE,20.1,54 +966,FALSE,0,34,1003,73,3,FALSE,29.1,33 +967,TRUE,1,18,1054,63,3,FALSE,18.9,46 +968,TRUE,1,32,834,56,1,FALSE,23.7,61 +969,FALSE,0,37,954,53,4,FALSE,25,60 +970,TRUE,1,18,971,50,3,FALSE,17.8,36 +971,FALSE,0,22,1209,62,4,FALSE,28.7,42 +972,TRUE,1,30,662,39,1,FALSE,17.6,34 +973,TRUE,1,21,980,51,4,FALSE,21.1,52 +974,TRUE,1,17,1094,64,2,FALSE,23.2,26 +975,FALSE,0,25,959,46,2,FALSE,23.1,11 +976,FALSE,0,42,823,49,3,FALSE,17.7,68 +977,TRUE,1,22,1178,81,6,FALSE,26.8,79 +978,FALSE,0,45,768,38,1,FALSE,22.4,41 +979,FALSE,0,67,622,35,2,FALSE,23,58 +980,TRUE,1,24,1017,42,3,FALSE,31.3,48 +981,FALSE,0,38,1021,57,3,FALSE,28.4,68 +982,TRUE,1,19,1021,61,4,FALSE,16.9,55 +983,TRUE,1,78,301,24,5,TRUE,22.8,50 +984,FALSE,0,32,797,16,3,FALSE,22.8,22 +985,FALSE,0,31,981,60,5,FALSE,21.5,63 +986,FALSE,0,31,865,51,4,FALSE,18.2,43 +987,TRUE,1,20,1027,66,2,FALSE,24.9,28 +988,FALSE,0,55,804,39,2,FALSE,30.3,45 +989,FALSE,0,57,803,56,2,FALSE,29.3,46 +990,TRUE,1,24,1060,81,3,FALSE,26.3,62 +991,FALSE,0,62,726,58,1,FALSE,29.5,31 +992,FALSE,0,39,921,59,2,FALSE,27.3,40 +993,TRUE,1,18,1150,79,3,FALSE,20.7,68 +994,FALSE,0,49,819,29,2,FALSE,24.6,67 +995,TRUE,1,30,843,42,3,FALSE,23.8,64 +996,FALSE,0,17,1299,78,4,FALSE,16.2,71 +997,TRUE,1,16,1131,65,3,FALSE,20.5,50 +998,FALSE,0,60,649,21,2,FALSE,25.8,39 +999,FALSE,0,28,990,55,4,FALSE,20.8,55 +1000,FALSE,0,28,1042,37,1,FALSE,25,62 +1001,FALSE,0,66,822,67,2,FALSE,27.7,81 +1002,FALSE,0,46,676,32,3,FALSE,21.4,20 +1003,FALSE,0,42,779,62,2,FALSE,16.1,51 +1004,TRUE,1,14,1164,47,4,FALSE,17.2,57 +1005,FALSE,0,45,844,44,4,FALSE,25.9,47 +1006,TRUE,1,15,1107,52,3,FALSE,23.4,26 +1007,FALSE,0,23,1198,69,4,FALSE,24.1,58 +1008,FALSE,0,36,813,16,2,FALSE,23.3,37 +1009,FALSE,0,34,1047,69,1,FALSE,28.7,55 +1010,FALSE,0,47,797,25,3,FALSE,23.6,60 +1011,FALSE,0,31,990,72,3,FALSE,20.2,66 +1012,FALSE,0,53,585,36,2,FALSE,17.4,26 +1013,TRUE,1,16,1288,91,2,FALSE,24.7,63 +1014,FALSE,0,72,628,30,3,FALSE,31.9,37 +1015,FALSE,0,47,733,28,1,FALSE,25,30 +1016,FALSE,0,44,928,66,4,FALSE,24.8,66 +1017,FALSE,0,49,788,43,3,FALSE,21.3,64 +1018,FALSE,0,24,1040,54,3,FALSE,20.7,44 +1019,FALSE,0,65,628,31,3,FALSE,22.4,58 +1020,FALSE,0,51,710,48,2,FALSE,21.5,36 +1021,FALSE,0,46,825,52,3,FALSE,24.3,45 +1022,FALSE,0,68,692,46,4,FALSE,29.8,46 +1023,TRUE,1,16,1131,50,3,FALSE,22.5,44 +1024,TRUE,1,27,1041,91,2,FALSE,28.5,58 +1025,TRUE,1,16,1227,62,4,FALSE,22.8,69 +1026,FALSE,0,49,777,43,2,FALSE,24.9,41 +1027,FALSE,0,60,741,55,3,FALSE,26.6,47 +1028,FALSE,0,50,908,54,3,FALSE,27.4,70 +1029,TRUE,1,22,1010,73,2,FALSE,23.6,43 +1030,FALSE,0,25,955,62,3,FALSE,21.6,11 +1031,FALSE,0,25,1050,29,2,FALSE,23.7,55 +1032,TRUE,1,13,1220,70,3,FALSE,21.4,35 +1033,FALSE,0,36,765,53,3,FALSE,16.3,34 +1034,FALSE,0,28,1146,64,1,FALSE,27.8,67 +1035,TRUE,1,32,807,36,3,FALSE,20.2,82 +1036,FALSE,0,31,991,52,3,FALSE,29.2,33 +1037,FALSE,0,68,745,53,2,FALSE,29.3,62 +1038,FALSE,0,79,455,10,3,FALSE,26.4,46 +1039,FALSE,0,49,879,57,3,FALSE,28.8,50 +1040,FALSE,0,59,730,32,3,FALSE,24.7,65 +1041,TRUE,1,15,1159,79,4,FALSE,16.9,51 +1042,FALSE,0,40,824,41,4,FALSE,24.1,36 +1043,TRUE,1,24,1049,69,3,FALSE,29.8,41 +1044,TRUE,1,26,876,46,3,FALSE,21.4,57 +1045,FALSE,0,32,843,36,2,FALSE,24.6,15 +1046,FALSE,0,26,992,39,1,FALSE,18.6,63 +1047,FALSE,0,31,968,68,2,FALSE,26.7,26 +1048,FALSE,0,29,1056,70,1,FALSE,26.1,48 +1049,TRUE,1,28,684,19,5,TRUE,16.3,45 +1050,FALSE,0,49,924,63,7,FALSE,27.8,66 +1051,TRUE,1,18,1195,71,4,FALSE,27.2,50 +1052,FALSE,0,51,768,39,4,FALSE,24.6,49 +1053,FALSE,0,39,819,32,5,FALSE,19.6,57 +1054,FALSE,0,64,711,39,3,FALSE,30.9,36 +1055,FALSE,0,44,798,40,3,FALSE,22.8,45 +1056,FALSE,0,29,1052,59,2,FALSE,24.3,64 +1057,TRUE,1,43,742,27,3,FALSE,29.3,57 +1058,FALSE,0,39,886,44,2,FALSE,28.4,30 +1059,FALSE,0,50,830,47,2,FALSE,25.9,57 +1060,FALSE,0,34,854,49,4,FALSE,22.6,28 +1061,FALSE,0,36,989,52,4,FALSE,31.3,39 +1062,TRUE,1,15,1150,61,2,FALSE,17.1,65 +1063,FALSE,0,54,637,35,2,FALSE,24.3,16 +1064,FALSE,0,53,614,17,2,FALSE,22.4,23 +1065,FALSE,0,27,1009,68,1,FALSE,16.2,66 +1066,TRUE,1,21,888,48,4,FALSE,18.2,36 +1067,FALSE,0,42,824,26,3,FALSE,21.2,65 +1068,TRUE,1,28,761,22,2,FALSE,21.9,45 +1069,FALSE,0,46,975,66,6,FALSE,31.9,54 +1070,FALSE,0,49,733,32,3,FALSE,19.3,59 +1071,FALSE,0,27,1007,47,4,FALSE,24.1,39 +1072,FALSE,0,66,584,14,4,FALSE,25.1,43 +1073,FALSE,0,29,1010,67,5,FALSE,25,42 +1074,TRUE,1,19,1131,79,4,FALSE,17.6,87 +1075,FALSE,0,27,1036,60,3,FALSE,22.9,49 +1076,TRUE,1,24,973,35,3,FALSE,27.5,54 +1077,TRUE,1,13,1157,44,2,FALSE,17.2,43 +1078,TRUE,1,15,1084,61,1,FALSE,16.6,44 +1079,FALSE,0,33,1020,51,3,FALSE,26.1,67 +1080,FALSE,0,35,896,49,2,FALSE,23.3,43 +1081,FALSE,0,46,795,29,2,FALSE,25.1,48 +1082,TRUE,1,22,970,51,2,FALSE,22.3,53 +1083,FALSE,0,25,1025,47,2,FALSE,22,42 +1084,FALSE,0,53,797,26,3,FALSE,24.1,75 +1085,FALSE,0,34,875,26,4,FALSE,27.1,28 +1086,TRUE,1,37,699,29,2,FALSE,18.1,76 +1087,FALSE,0,29,939,55,1,FALSE,20.3,43 +1088,FALSE,0,35,1052,71,1,FALSE,26.7,67 +1089,FALSE,0,42,750,47,4,FALSE,22.6,20 +1090,FALSE,0,42,912,52,3,FALSE,25.1,61 +1091,TRUE,1,25,920,38,4,FALSE,23.6,60 +1092,FALSE,0,29,955,71,1,FALSE,22,30 +1093,FALSE,0,41,765,16,1,FALSE,23.6,37 +1094,FALSE,0,44,786,56,1,FALSE,19.1,50 +1095,FALSE,0,46,875,52,4,FALSE,24.6,64 +1096,TRUE,1,30,817,62,4,FALSE,25.4,37 +1097,FALSE,0,30,1012,49,7,FALSE,28.2,44 +1098,TRUE,1,28,926,44,3,FALSE,25.5,70 +1099,FALSE,0,24,1014,62,2,FALSE,18.7,32 +1100,FALSE,0,63,674,18,2,FALSE,25.7,61 +1101,TRUE,1,32,903,48,4,FALSE,31.2,54 +1102,FALSE,0,49,912,76,4,FALSE,32,32 +1103,FALSE,0,15,1379,73,2,FALSE,24.1,38 +1104,FALSE,0,35,1050,77,4,FALSE,27.3,59 +1105,TRUE,1,26,953,72,5,FALSE,25.3,51 +1106,TRUE,1,30,941,59,3,FALSE,27.9,68 +1107,TRUE,1,23,885,45,3,FALSE,20.8,39 +1108,TRUE,1,26,800,57,5,FALSE,21.6,24 +1109,TRUE,1,31,909,47,6,FALSE,29,62 +1110,TRUE,1,16,1242,83,3,FALSE,28.4,39 +1111,TRUE,1,16,1072,62,1,FALSE,16.7,49 +1112,FALSE,0,34,942,53,4,FALSE,19.9,72 +1113,FALSE,0,48,730,16,3,FALSE,23.8,44 +1114,FALSE,0,35,970,66,2,FALSE,21,69 +1115,FALSE,0,67,503,17,2,FALSE,22,32 +1116,TRUE,1,17,1076,56,2,FALSE,16.1,61 +1117,FALSE,0,32,1048,66,3,FALSE,28.1,51 +1118,TRUE,1,20,1082,56,5,FALSE,28.6,37 +1119,TRUE,1,17,1086,68,2,FALSE,22.8,30 +1120,FALSE,0,27,1076,56,3,FALSE,26.8,49 +1121,TRUE,1,31,853,37,2,FALSE,28.9,51 +1122,FALSE,0,66,572,38,2,FALSE,19.7,51 +1123,FALSE,0,63,642,42,4,FALSE,21.4,55 +1124,FALSE,0,41,935,72,2,FALSE,27.5,41 +1125,FALSE,0,28,1088,70,2,FALSE,28.2,40 +1126,TRUE,1,48,679,40,1,FALSE,27.4,51 +1127,FALSE,0,29,961,39,5,FALSE,24.3,40 +1128,FALSE,0,50,924,45,3,FALSE,30.7,65 +1129,FALSE,0,81,536,16,1,FALSE,31.9,50 +1130,TRUE,1,20,1154,89,3,FALSE,28.9,39 +1131,TRUE,1,23,917,72,3,FALSE,22.7,22 +1132,FALSE,0,19,1333,85,4,FALSE,27.9,39 +1133,TRUE,1,22,1054,67,4,FALSE,21.2,76 +1134,FALSE,0,51,714,45,3,FALSE,21.4,40 +1135,FALSE,0,55,757,46,4,FALSE,27.9,36 +1136,FALSE,0,45,789,58,4,FALSE,18.2,57 +1137,TRUE,1,10,1418,90,2,FALSE,20.9,54 +1138,FALSE,0,68,583,22,2,FALSE,22.6,58 +1139,FALSE,0,53,756,55,3,FALSE,23.7,44 +1140,FALSE,0,39,831,45,2,FALSE,17.9,63 +1141,FALSE,0,69,444,19,4,FALSE,19.1,31 +1142,TRUE,1,57,636,45,2,FALSE,29.7,47 +1143,FALSE,0,56,770,43,1,FALSE,29.3,38 +1144,FALSE,0,32,1012,43,6,FALSE,27.8,57 +1145,TRUE,1,20,990,70,2,FALSE,18.1,49 +1146,FALSE,0,63,703,44,2,FALSE,23.6,63 +1147,FALSE,0,49,793,44,3,FALSE,18.7,76 +1148,TRUE,1,19,1177,54,3,FALSE,31.2,50 +1149,FALSE,0,60,591,15,2,FALSE,22.4,40 +1150,FALSE,0,24,955,34,2,FALSE,18.5,36 +1151,TRUE,1,25,828,57,5,FALSE,17.1,44 +1152,FALSE,0,44,854,63,3,FALSE,23.7,47 +1153,TRUE,1,17,1275,82,4,FALSE,25.6,75 +1154,TRUE,1,15,1145,56,5,FALSE,24,32 +1155,FALSE,0,19,1092,61,3,FALSE,16.6,32 +1156,FALSE,0,34,777,7,2,FALSE,19.8,42 +1157,FALSE,0,61,778,36,1,FALSE,30.1,56 +1158,FALSE,0,45,762,29,4,FALSE,19.4,59 +1159,TRUE,1,26,952,72,3,FALSE,27.7,35 +1160,FALSE,0,68,586,25,2,FALSE,24.4,49 +1161,FALSE,0,27,956,54,2,FALSE,18.6,47 +1162,FALSE,0,67,657,21,2,FALSE,26,64 +1163,TRUE,1,23,1138,81,3,FALSE,29.5,63 +1164,FALSE,0,59,628,29,2,FALSE,21.6,43 +1165,TRUE,1,20,1040,58,1,FALSE,23.7,48 +1166,TRUE,1,19,1210,53,1,FALSE,31.1,57 +1167,TRUE,1,24,866,83,4,FALSE,18.9,24 +1168,FALSE,0,54,805,44,2,FALSE,29.7,43 +1169,TRUE,1,28,920,50,2,FALSE,26.7,56 +1170,FALSE,0,27,1042,41,6,FALSE,27.3,40 +1171,TRUE,1,27,781,35,3,FALSE,20.3,47 +1172,TRUE,1,18,997,50,2,FALSE,17.9,47 +1173,TRUE,1,22,949,45,3,FALSE,23,37 +1174,TRUE,1,34,649,32,5,TRUE,20.9,34 +1175,TRUE,1,19,1019,66,2,FALSE,19.9,45 +1176,FALSE,0,52,674,38,3,FALSE,19.8,43 +1177,TRUE,1,30,760,39,4,FALSE,18.9,59 +1178,TRUE,1,33,905,48,2,FALSE,28.9,69 +1179,FALSE,0,61,550,16,1,FALSE,18.4,47 +1180,TRUE,1,43,752,69,3,FALSE,25.4,53 +1181,TRUE,1,20,1066,69,1,FALSE,24,47 +1182,TRUE,1,17,1197,80,2,FALSE,23.9,56 +1183,TRUE,1,22,1013,59,4,FALSE,23.8,51 +1184,FALSE,0,28,1025,55,5,FALSE,24.3,51 +1185,FALSE,0,55,781,40,4,FALSE,24.8,63 +1186,FALSE,0,39,815,34,1,FALSE,24.2,34 +1187,FALSE,0,68,729,27,2,FALSE,30.3,68 +1188,TRUE,1,21,958,51,4,FALSE,18.9,52 +1189,TRUE,1,21,985,63,4,FALSE,18.9,50 +1190,TRUE,1,22,947,56,3,FALSE,22.4,40 +1191,FALSE,0,28,892,32,1,FALSE,19,45 +1192,TRUE,1,22,919,51,3,FALSE,18.5,53 +1193,FALSE,0,50,574,28,3,FALSE,17.2,19 +1194,TRUE,1,18,1094,53,4,FALSE,25.6,39 +1195,FALSE,0,57,827,51,1,FALSE,29.6,56 +1196,FALSE,0,31,1065,67,2,FALSE,30.2,43 +1197,FALSE,0,21,1124,70,5,FALSE,19.8,36 +1198,TRUE,1,28,853,62,1,FALSE,25,39 +1199,TRUE,1,21,994,53,6,FALSE,20.9,51 +1200,FALSE,0,45,703,29,2,FALSE,22.3,25 +1201,TRUE,1,21,1068,71,5,FALSE,22.2,60 +1202,FALSE,0,23,1064,79,5,FALSE,22.7,17 +1203,TRUE,1,23,905,51,3,FALSE,20.4,41 +1204,FALSE,0,56,690,24,4,FALSE,26.2,37 +1205,FALSE,0,34,851,62,3,FALSE,20.1,30 +1206,FALSE,0,37,899,59,7,FALSE,25.9,33 +1207,TRUE,1,29,939,59,1,FALSE,29.4,51 +1208,FALSE,0,22,1020,45,2,FALSE,16.2,46 +1209,FALSE,0,74,477,35,4,FALSE,20.6,43 +1210,TRUE,1,30,712,41,3,FALSE,24.7,15 +1211,FALSE,0,28,938,45,3,FALSE,22.4,29 +1212,FALSE,0,50,793,58,8,FALSE,23.7,46 +1213,FALSE,0,46,743,39,2,FALSE,22.4,35 +1214,TRUE,1,19,1067,70,3,FALSE,23.6,36 +1215,FALSE,0,73,604,29,1,FALSE,26.3,62 +1216,FALSE,0,29,1029,55,4,FALSE,26.2,50 +1217,FALSE,0,32,899,41,2,FALSE,24.6,33 +1218,TRUE,1,24,900,41,4,FALSE,24.3,41 +1219,FALSE,0,36,948,60,2,FALSE,25.9,44 +1220,FALSE,0,28,1047,65,5,FALSE,26.9,38 +1221,TRUE,1,25,863,32,2,FALSE,25.9,34 +1222,FALSE,0,28,1065,90,3,FALSE,22.3,47 +1223,FALSE,0,56,785,44,1,FALSE,26.6,58 +1224,FALSE,0,22,1099,50,5,FALSE,19.8,51 +1225,TRUE,1,16,1088,45,6,FALSE,19.3,45 +1226,FALSE,0,29,1089,92,1,FALSE,25,53 +1227,FALSE,0,31,958,47,3,FALSE,22.2,59 +1228,TRUE,1,13,1243,83,2,FALSE,19.2,46 +1229,FALSE,0,29,1034,78,5,FALSE,21.8,54 +1230,TRUE,1,29,757,44,3,FALSE,23.1,32 +1231,FALSE,0,46,912,68,1,FALSE,28.8,44 +1232,TRUE,1,20,1091,71,2,FALSE,27.1,42 +1233,TRUE,1,18,1060,62,2,FALSE,19.6,50 +1234,TRUE,1,27,888,61,3,FALSE,22.7,53 +1235,TRUE,1,27,741,14,2,FALSE,19.1,46 +1236,TRUE,1,24,1022,57,1,FALSE,30.4,37 +1237,FALSE,0,19,1179,59,1,FALSE,22.9,35 +1238,FALSE,0,38,925,34,4,FALSE,27.4,51 +1239,TRUE,1,55,581,32,5,TRUE,22.6,67 +1240,FALSE,0,25,1095,79,2,FALSE,23.1,37 +1241,FALSE,0,47,798,58,1,FALSE,22.7,42 +1242,FALSE,0,39,870,37,2,FALSE,23.7,52 +1243,TRUE,1,21,885,27,3,FALSE,19.9,40 +1244,FALSE,0,53,708,37,3,FALSE,21.6,49 +1245,FALSE,0,25,1111,64,4,FALSE,25.2,47 +1246,TRUE,1,18,1135,67,2,FALSE,27.7,37 +1247,FALSE,0,66,507,13,3,FALSE,16.4,59 +1248,FALSE,0,50,670,27,1,FALSE,16.3,59 +1249,FALSE,0,25,1090,65,2,FALSE,19.9,62 +1250,FALSE,0,53,862,48,4,FALSE,28,65 +1251,TRUE,1,25,879,59,4,FALSE,20.8,41 +1252,TRUE,1,21,950,45,3,FALSE,21.1,41 +1253,FALSE,0,43,747,32,3,FALSE,18.2,51 +1254,FALSE,0,57,788,51,1,FALSE,26.3,56 +1255,TRUE,1,25,811,23,2,FALSE,21.6,43 +1256,TRUE,1,23,897,54,5,FALSE,19.7,42 +1257,TRUE,1,22,837,41,1,FALSE,16.8,39 +1258,TRUE,1,15,1334,90,2,FALSE,24.2,68 +1259,TRUE,1,38,723,43,6,FALSE,31.4,13 +1260,FALSE,0,50,752,34,3,FALSE,24.3,45 +1261,FALSE,0,27,1007,63,2,FALSE,20.2,48 +1262,TRUE,1,23,981,67,3,FALSE,26.8,33 +1263,FALSE,0,38,988,65,1,FALSE,27.8,53 +1264,FALSE,0,31,948,55,2,FALSE,28.1,20 +1265,TRUE,1,20,1104,68,4,FALSE,22.7,61 +1266,TRUE,1,20,923,66,1,FALSE,18.4,24 +1267,FALSE,0,58,655,19,3,FALSE,29.5,17 +1268,FALSE,0,59,705,35,5,FALSE,27.6,37 +1269,FALSE,0,33,908,44,1,FALSE,22,50 +1270,FALSE,0,38,855,36,6,FALSE,24.9,38 +1271,FALSE,0,44,734,47,1,FALSE,18.4,40 +1272,TRUE,1,28,919,61,4,FALSE,26.8,52 +1273,FALSE,0,31,933,39,3,FALSE,26.3,33 +1274,TRUE,1,23,867,32,3,FALSE,20.1,46 +1275,TRUE,1,48,649,16,5,TRUE,27.4,55 +1276,FALSE,0,61,826,49,3,FALSE,28.9,70 +1277,TRUE,1,23,1028,58,4,FALSE,26.3,54 +1278,FALSE,0,66,766,46,3,FALSE,28.1,72 +1279,FALSE,0,38,881,47,2,FALSE,22.5,54 +1280,TRUE,1,28,889,51,2,FALSE,27.2,48 +1281,FALSE,0,44,766,32,2,FALSE,27.6,16 +1282,FALSE,0,19,1171,79,4,FALSE,20.1,30 +1283,FALSE,0,27,1151,68,3,FALSE,31.8,43 +1284,FALSE,0,47,881,50,4,FALSE,27.1,58 +1285,TRUE,1,17,1169,79,3,FALSE,24.5,43 +1286,TRUE,1,29,862,33,2,FALSE,27,55 +1287,FALSE,0,26,1026,64,4,FALSE,22.5,33 +1288,TRUE,1,42,771,76,3,FALSE,26.8,44 +1289,FALSE,0,25,1200,66,2,FALSE,30.7,51 +1290,FALSE,0,28,935,29,3,FALSE,22.8,43 +1291,FALSE,0,39,850,45,4,FALSE,21.9,49 +1292,FALSE,0,52,824,68,3,FALSE,27.4,38 +1293,FALSE,0,28,1133,68,2,FALSE,28.7,53 +1294,TRUE,1,30,937,69,4,FALSE,30.7,46 +1295,FALSE,0,54,766,26,2,FALSE,28.1,47 +1296,FALSE,0,63,666,33,2,FALSE,31.3,20 +1297,TRUE,1,27,906,48,4,FALSE,29.2,38 +1298,TRUE,1,29,706,15,4,FALSE,23.3,27 +1299,FALSE,0,35,784,24,4,FALSE,22.1,25 +1300,TRUE,1,22,952,67,3,FALSE,20.4,41 +1301,FALSE,0,32,846,48,1,FALSE,17.7,45 +1302,FALSE,0,40,893,52,3,FALSE,24.1,52 +1303,FALSE,0,47,831,52,3,FALSE,21.9,63 +1304,TRUE,1,17,1111,79,4,FALSE,18.8,54 +1305,FALSE,0,57,848,64,4,FALSE,27.8,62 +1306,FALSE,0,29,1048,35,3,FALSE,30.8,40 +1307,FALSE,0,62,633,19,1,FALSE,25.4,43 +1308,FALSE,0,64,794,44,2,FALSE,30.9,63 +1309,FALSE,0,32,885,30,4,FALSE,22.2,48 +1310,FALSE,0,62,530,26,1,FALSE,20.8,24 +1311,FALSE,0,30,1016,70,2,FALSE,27.3,36 +1312,FALSE,0,28,1027,74,2,FALSE,19.1,62 +1313,FALSE,0,54,649,35,4,FALSE,20.1,39 +1314,TRUE,1,27,970,66,2,FALSE,27.7,52 +1315,TRUE,1,26,719,22,4,FALSE,15.7,48 +1316,TRUE,1,20,1020,64,1,FALSE,22.1,41 +1317,FALSE,0,22,1149,80,4,FALSE,21.7,43 +1318,TRUE,1,37,773,41,2,FALSE,26.6,53 +1319,TRUE,1,44,743,47,3,FALSE,28.4,51 +1320,FALSE,0,62,765,70,1,FALSE,23.9,65 +1321,TRUE,1,32,771,57,4,FALSE,22.6,45 +1322,FALSE,0,43,812,56,2,FALSE,23.4,35 +1323,FALSE,0,55,848,44,5,FALSE,31.5,50 +1324,FALSE,0,41,887,48,2,FALSE,24,57 +1325,FALSE,0,32,910,44,6,FALSE,15.6,80 +1326,FALSE,0,46,836,48,2,FALSE,26.7,41 +1327,FALSE,0,58,769,55,3,FALSE,28.1,43 +1328,FALSE,0,64,634,21,3,FALSE,23.3,60 +1329,FALSE,0,58,792,52,1,FALSE,25.8,66 +1330,FALSE,0,28,992,70,3,FALSE,21.7,38 +1331,FALSE,0,24,1109,69,3,FALSE,19.7,57 +1332,FALSE,0,68,676,37,2,FALSE,30.8,40 +1333,TRUE,1,19,1112,65,3,FALSE,27.1,34 +1334,FALSE,0,24,1026,42,3,FALSE,18.2,56 +1335,TRUE,1,33,768,35,3,FALSE,24.6,49 +1336,FALSE,0,54,801,37,2,FALSE,28.3,53 +1337,TRUE,1,17,1089,61,4,FALSE,20.6,39 +1338,FALSE,0,55,717,22,4,FALSE,20.4,73 +1339,FALSE,0,42,996,61,4,FALSE,30.9,57 +1340,TRUE,1,12,1227,65,3,FALSE,16.5,42 +1341,FALSE,0,37,1011,63,2,FALSE,28,57 +1342,FALSE,0,30,938,44,3,FALSE,25.8,31 +1343,FALSE,0,28,963,57,2,FALSE,20.3,46 +1344,FALSE,0,37,908,39,2,FALSE,22.2,67 +1345,FALSE,0,48,801,37,3,FALSE,25.9,45 +1346,TRUE,1,26,827,39,6,FALSE,17.6,60 +1347,TRUE,1,23,888,44,2,FALSE,19.8,45 +1348,FALSE,0,56,715,63,3,FALSE,27.4,15 +1349,TRUE,1,30,840,65,3,FALSE,26.4,35 +1350,TRUE,1,28,832,53,3,FALSE,21.6,51 +1351,FALSE,0,58,701,28,1,FALSE,21.8,68 +1352,TRUE,1,37,706,34,1,FALSE,25.1,39 +1353,FALSE,0,49,719,23,1,FALSE,21.2,51 +1354,TRUE,1,25,1025,66,1,FALSE,32,34 +1355,FALSE,0,62,719,35,1,FALSE,31.7,33 +1356,FALSE,0,30,932,50,3,FALSE,23.7,37 +1357,TRUE,1,25,932,66,2,FALSE,18.7,67 +1358,TRUE,1,24,1043,72,4,FALSE,25.3,61 +1359,FALSE,0,70,661,35,2,FALSE,28.6,56 +1360,FALSE,0,29,988,47,3,FALSE,21.7,63 +1361,FALSE,0,56,809,57,3,FALSE,29.3,42 +1362,FALSE,0,23,1199,63,2,FALSE,24.9,58 +1363,FALSE,0,18,1188,69,4,FALSE,16.9,51 +1364,TRUE,1,16,995,38,3,FALSE,17.7,33 +1365,FALSE,0,40,784,59,2,FALSE,18.4,36 +1366,TRUE,1,27,745,28,2,FALSE,18.3,48 +1367,FALSE,0,44,791,49,2,FALSE,20.2,50 +1368,FALSE,0,33,952,46,3,FALSE,26.6,43 +1369,FALSE,0,29,946,59,2,FALSE,22,34 +1370,FALSE,0,44,657,33,2,FALSE,19.2,18 +1371,FALSE,0,66,588,26,2,FALSE,22.1,54 +1372,FALSE,0,32,860,60,2,FALSE,16.9,43 +1373,TRUE,1,17,1213,77,2,FALSE,26.2,55 +1374,FALSE,0,37,867,55,3,FALSE,25.3,26 +1375,TRUE,1,23,1032,51,4,FALSE,31.9,30 +1376,FALSE,0,44,882,59,4,FALSE,26.2,46 +1377,FALSE,0,41,827,38,2,FALSE,26.9,28 +1378,FALSE,0,40,805,21,6,FALSE,28.5,20 +1379,FALSE,0,44,941,49,1,FALSE,29.1,59 +1380,FALSE,0,28,1026,61,3,FALSE,20.7,60 +1381,FALSE,0,31,883,33,3,FALSE,23.4,33 +1382,TRUE,1,23,861,42,2,FALSE,19.2,44 +1383,FALSE,0,22,1103,65,5,FALSE,21.8,32 +1384,FALSE,0,36,932,62,1,FALSE,23.2,52 +1385,FALSE,0,38,878,38,5,FALSE,24.4,47 +1386,TRUE,1,25,830,50,2,FALSE,20.1,35 +1387,TRUE,1,15,1095,38,2,FALSE,21.9,37 +1388,FALSE,0,41,747,52,5,FALSE,18.3,33 +1389,FALSE,0,69,581,17,1,FALSE,24.8,54 +1390,FALSE,0,38,898,48,2,FALSE,23.3,56 +1391,FALSE,0,58,740,52,7,FALSE,24.4,53 +1392,FALSE,0,22,1139,85,4,FALSE,20.6,36 +1393,FALSE,0,43,762,42,3,FALSE,23.9,23 +1394,TRUE,1,60,514,25,2,FALSE,23.7,55 +1395,TRUE,1,20,1085,56,3,FALSE,26.8,45 +1396,TRUE,1,42,764,57,4,FALSE,27.8,47 +1397,TRUE,1,23,1059,61,3,FALSE,25.9,62 +1398,FALSE,0,29,877,58,3,FALSE,17.8,35 +1399,FALSE,0,63,708,38,1,FALSE,24.8,64 +1400,TRUE,1,25,783,27,2,FALSE,19.2,42 +1401,TRUE,1,31,690,49,2,FALSE,18.4,38 +1402,TRUE,1,22,1065,83,2,FALSE,26.6,45 +1403,FALSE,0,25,1205,59,1,FALSE,30.2,53 +1404,FALSE,0,22,1182,68,3,FALSE,24.2,45 +1405,FALSE,0,30,940,47,2,FALSE,24.3,35 +1406,FALSE,0,26,1027,53,4,FALSE,21.8,44 +1407,FALSE,0,28,850,48,3,FALSE,19.6,12 +1408,FALSE,0,35,887,54,6,FALSE,22.3,40 +1409,FALSE,0,74,550,35,1,FALSE,23.6,54 +1410,TRUE,1,36,680,13,6,TRUE,24.2,45 +1411,FALSE,0,22,1146,73,4,FALSE,19.6,57 +1412,FALSE,0,34,889,62,5,FALSE,18.3,54 +1413,TRUE,1,42,750,33,3,FALSE,28.1,57 +1414,FALSE,0,49,918,44,2,FALSE,31.8,57 +1415,TRUE,1,16,1284,95,2,FALSE,31.5,23 +1416,FALSE,0,33,1044,54,4,FALSE,31.2,48 +1417,FALSE,0,19,1161,47,3,FALSE,15.6,70 +1418,FALSE,0,28,952,58,2,FALSE,20.8,41 +1419,TRUE,1,17,1057,58,4,FALSE,16.2,54 +1420,TRUE,1,22,948,30,2,FALSE,22.7,50 +1421,FALSE,0,60,638,49,4,FALSE,18.2,55 +1422,TRUE,1,31,880,51,3,FALSE,30.8,44 +1423,FALSE,0,51,786,28,3,FALSE,29.2,39 +1424,TRUE,1,19,1202,77,5,FALSE,30.5,49 +1425,FALSE,0,30,1008,53,3,FALSE,25.4,51 +1426,FALSE,0,39,849,61,1,FALSE,20.6,45 +1427,TRUE,1,21,1002,44,3,FALSE,23.6,48 +1428,FALSE,0,27,949,43,7,FALSE,18.5,53 +1429,TRUE,1,10,1291,68,5,FALSE,18.2,37 +1430,FALSE,0,46,766,26,3,FALSE,19.7,64 +1431,TRUE,1,28,881,64,5,FALSE,18.4,78 +1432,FALSE,0,47,905,34,2,FALSE,28.3,68 +1433,FALSE,0,40,900,51,4,FALSE,26.9,41 +1434,FALSE,0,26,892,41,4,FALSE,18.1,22 +1435,FALSE,0,39,829,54,2,FALSE,19.3,48 +1436,FALSE,0,47,866,38,2,FALSE,26.7,60 +1437,FALSE,0,34,918,23,3,FALSE,24.4,58 +1438,TRUE,1,10,1236,43,5,FALSE,17.8,30 +1439,FALSE,0,33,900,50,3,FALSE,24.4,32 +1440,TRUE,1,21,935,59,3,FALSE,17.7,49 +1441,FALSE,0,22,1178,74,2,FALSE,20.8,56 +1442,FALSE,0,47,861,59,3,FALSE,23.6,60 +1443,FALSE,0,22,1191,69,1,FALSE,22.9,59 +1444,TRUE,1,28,842,51,3,FALSE,25.3,34 +1445,TRUE,1,24,918,42,4,FALSE,27.1,29 +1446,TRUE,1,27,869,60,4,FALSE,27.5,19 +1447,TRUE,1,27,981,67,1,FALSE,28.3,55 +1448,FALSE,0,29,1019,57,3,FALSE,23.3,59 +1449,TRUE,1,21,1021,57,3,FALSE,22,52 +1450,TRUE,1,21,1041,82,2,FALSE,24.7,33 +1451,FALSE,0,53,874,55,3,FALSE,27,70 +1452,TRUE,1,21,1054,60,4,FALSE,26.9,42 +1453,FALSE,0,37,1016,62,4,FALSE,25.9,72 +1454,FALSE,0,33,1045,61,1,FALSE,28.8,55 +1455,FALSE,0,61,826,46,3,FALSE,30.7,64 +1456,FALSE,0,37,827,47,4,FALSE,18.4,52 +1457,FALSE,0,25,955,37,2,FALSE,17.7,47 +1458,TRUE,1,21,955,70,4,FALSE,20,33 +1459,FALSE,0,29,992,56,4,FALSE,25.2,40 +1460,TRUE,1,21,978,58,1,FALSE,20.2,47 +1461,FALSE,0,46,734,38,6,FALSE,18.7,52 +1462,FALSE,0,26,957,35,4,FALSE,19.2,47 +1463,FALSE,0,44,809,46,4,FALSE,22.9,45 +1464,FALSE,0,60,737,33,2,FALSE,28,50 +1465,TRUE,1,15,1091,62,1,FALSE,16,40 +1466,FALSE,0,28,961,49,5,FALSE,21.4,40 +1467,FALSE,0,45,792,57,5,FALSE,24.2,27 +1468,TRUE,1,39,688,28,2,FALSE,22.2,59 +1469,FALSE,0,47,909,46,3,FALSE,31.3,48 +1470,TRUE,1,30,892,51,3,FALSE,29.6,46 +1471,FALSE,0,43,799,37,4,FALSE,24.3,37 +1472,FALSE,0,19,1286,90,1,FALSE,24,44 +1473,FALSE,0,45,917,63,4,FALSE,31.4,32 +1474,FALSE,0,46,769,38,2,FALSE,24.7,33 +1475,TRUE,1,20,1007,64,3,FALSE,24.3,21 +1476,FALSE,0,52,883,53,4,FALSE,29.1,61 +1477,FALSE,0,61,632,26,3,FALSE,22.3,49 +1478,TRUE,1,14,1090,39,9,FALSE,18.2,32 +1479,TRUE,1,28,1002,63,4,FALSE,29.6,64 +1480,TRUE,1,20,1157,59,4,FALSE,29.9,56 +1481,FALSE,0,26,1101,78,4,FALSE,21.9,58 +1482,TRUE,1,19,1114,79,1,FALSE,24.9,44 +1483,FALSE,0,45,814,16,4,FALSE,28.4,42 +1484,FALSE,0,56,683,28,4,FALSE,23.4,46 +1485,TRUE,1,64,391,31,7,TRUE,17,53 +1486,FALSE,0,63,652,25,1,FALSE,23.4,59 +1487,FALSE,0,42,901,48,4,FALSE,22.9,70 +1488,FALSE,0,38,947,70,3,FALSE,26.7,40 +1489,FALSE,0,32,886,32,3,FALSE,25,33 +1490,TRUE,1,21,947,77,4,FALSE,16.1,49 +1491,TRUE,1,42,836,51,1,FALSE,25.6,90 +1492,FALSE,0,61,624,16,1,FALSE,24.8,42 +1493,TRUE,1,22,980,48,8,FALSE,20.8,64 +1494,FALSE,0,32,980,53,4,FALSE,26.2,44 +1495,FALSE,0,50,753,38,2,FALSE,24.2,41 +1496,TRUE,1,17,1088,62,4,FALSE,21.4,38 +1497,TRUE,1,11,1355,88,7,FALSE,19.3,45 +1498,FALSE,0,32,970,47,2,FALSE,21.7,71 +1499,FALSE,0,26,1173,89,3,FALSE,25.9,52 +1500,FALSE,0,55,783,43,3,FALSE,26.4,54 +1501,TRUE,1,26,984,66,5,FALSE,25.6,59 +1502,FALSE,0,55,908,57,7,FALSE,29.3,77 +1503,TRUE,1,26,879,33,3,FALSE,22.9,58 +1504,FALSE,0,41,784,52,2,FALSE,22.1,28 +1505,FALSE,0,23,1049,55,4,FALSE,20.2,33 +1506,TRUE,1,11,1246,78,3,FALSE,18.1,25 +1507,FALSE,0,23,934,36,3,FALSE,21.1,8 +1508,FALSE,0,46,838,31,3,FALSE,24.3,66 +1509,FALSE,0,29,1046,57,3,FALSE,28.5,41 +1510,TRUE,1,25,921,60,3,FALSE,21.4,53 +1511,FALSE,0,70,578,33,3,FALSE,21.1,64 +1512,TRUE,1,13,1218,60,6,FALSE,20.4,40 +1513,FALSE,0,39,890,58,4,FALSE,23.7,46 +1514,FALSE,0,38,905,73,2,FALSE,21.2,53 +1515,TRUE,1,34,847,55,3,FALSE,28.6,51 +1516,TRUE,1,36,798,29,3,FALSE,32.2,37 +1517,FALSE,0,65,692,16,1,FALSE,28.8,58 +1518,FALSE,0,31,1039,69,2,FALSE,25.8,55 +1519,FALSE,0,24,1044,52,3,FALSE,20.9,44 +1520,TRUE,1,21,1047,48,2,FALSE,29.3,31 +1521,FALSE,0,53,652,31,4,FALSE,16.7,56 +1522,FALSE,0,41,861,40,1,FALSE,20.7,68 +1523,FALSE,0,45,777,42,4,FALSE,17.3,67 +1524,TRUE,1,28,922,45,3,FALSE,26.9,60 +1525,TRUE,1,16,1189,79,4,FALSE,23.9,41 +1526,TRUE,1,26,897,45,1,FALSE,26.4,40 +1527,FALSE,0,37,859,39,1,FALSE,24.2,39 +1528,TRUE,1,21,1056,69,3,FALSE,25.9,42 +1529,FALSE,0,27,1053,71,3,FALSE,20.7,58 +1530,FALSE,0,62,677,44,2,FALSE,23.7,51 +1531,FALSE,0,53,576,21,4,FALSE,19.7,22 +1532,FALSE,0,66,510,37,4,FALSE,21.1,22 +1533,TRUE,1,34,611,23,5,TRUE,16.3,47 +1534,FALSE,0,40,891,52,3,FALSE,24.4,50 +1535,FALSE,0,45,792,40,3,FALSE,29,15 +1536,FALSE,0,28,829,33,2,FALSE,15.7,36 +1537,FALSE,0,61,736,45,2,FALSE,27.7,48 +1538,FALSE,0,42,1036,57,2,FALSE,32.2,68 +1539,FALSE,0,21,1153,83,5,FALSE,24,19 +1540,FALSE,0,50,663,43,3,FALSE,19.6,30 +1541,FALSE,0,20,1225,71,1,FALSE,25.3,33 +1542,FALSE,0,28,1025,60,4,FALSE,23.9,50 +1543,FALSE,0,42,936,40,2,FALSE,29.8,52 +1544,TRUE,1,29,781,15,3,FALSE,26.1,43 +1545,TRUE,1,14,1141,55,3,FALSE,21.4,25 +1546,FALSE,0,62,619,43,2,FALSE,21.9,39 +1547,TRUE,1,29,863,61,1,FALSE,27.2,40 +1548,TRUE,1,53,552,18,3,FALSE,25.2,45 +1549,TRUE,1,20,1066,67,3,FALSE,19.4,70 +1550,TRUE,1,25,883,55,6,FALSE,22.7,38 +1551,TRUE,1,61,637,58,6,TRUE,30.6,49 +1552,FALSE,0,49,844,71,1,FALSE,26.8,38 +1553,FALSE,0,51,759,67,3,FALSE,23.9,30 +1554,TRUE,1,47,724,43,2,FALSE,28.3,56 +1555,FALSE,0,41,823,40,2,FALSE,25.4,33 +1556,FALSE,0,30,1024,38,2,FALSE,21.4,86 +1557,FALSE,0,33,1066,64,4,FALSE,30.9,49 +1558,FALSE,0,46,714,20,2,FALSE,20,48 +1559,FALSE,0,27,991,41,2,FALSE,22,47 +1560,FALSE,0,49,871,62,7,FALSE,22.9,73 +1561,TRUE,1,19,1217,69,4,FALSE,30.5,57 +1562,FALSE,0,44,745,55,2,FALSE,17.4,44 +1563,TRUE,1,21,1000,58,4,FALSE,25.8,31 +1564,FALSE,0,27,1085,53,2,FALSE,29.5,33 +1565,TRUE,1,22,1036,59,3,FALSE,29,37 +1566,FALSE,0,52,664,16,2,FALSE,17.5,65 +1567,FALSE,0,66,694,63,1,FALSE,26.7,45 +1568,TRUE,1,26,873,58,5,FALSE,22.9,37 +1569,TRUE,1,24,874,31,1,FALSE,19.3,59 +1570,FALSE,0,38,924,56,5,FALSE,21.8,66 +1571,FALSE,0,41,968,63,2,FALSE,31.4,38 +1572,FALSE,0,25,1139,78,1,FALSE,25.7,41 +1573,FALSE,0,42,852,47,4,FALSE,22.8,52 +1574,FALSE,0,46,672,29,2,FALSE,16.1,48 +1575,FALSE,0,66,633,39,1,FALSE,23.2,53 +1576,TRUE,1,40,701,16,4,FALSE,22.8,72 +1577,TRUE,1,19,1109,84,1,FALSE,23.3,47 +1578,FALSE,0,49,872,55,3,FALSE,29.3,44 +1579,FALSE,0,56,800,50,2,FALSE,27.3,54 +1580,TRUE,1,22,973,55,3,FALSE,22.3,47 +1581,TRUE,1,25,1082,68,3,FALSE,31,56 +1582,FALSE,0,57,743,40,1,FALSE,27.2,44 +1583,FALSE,0,20,1113,56,2,FALSE,16.1,54 +1584,TRUE,1,17,1045,94,1,FALSE,17.8,26 +1585,TRUE,1,36,705,15,4,FALSE,24.9,48 +1586,TRUE,1,14,1333,77,3,FALSE,30,40 +1587,FALSE,0,26,925,31,3,FALSE,19.8,31 +1588,FALSE,0,48,698,48,2,FALSE,18.1,42 +1589,TRUE,1,22,988,53,3,FALSE,22.3,53 +1590,TRUE,1,17,1121,74,2,FALSE,19.7,49 +1591,TRUE,1,46,734,53,4,FALSE,27.2,57 +1592,FALSE,0,50,780,15,5,FALSE,25.3,61 +1593,FALSE,0,38,972,61,3,FALSE,26.1,59 +1594,FALSE,0,21,1162,86,3,FALSE,20.3,43 +1595,TRUE,1,21,1074,71,2,FALSE,29.1,29 +1596,FALSE,0,50,882,66,1,FALSE,29.6,44 +1597,FALSE,0,59,576,16,3,FALSE,15.8,64 +1598,FALSE,0,57,586,7,2,FALSE,20.1,46 +1599,FALSE,0,21,1130,65,4,FALSE,23.6,25 +1600,TRUE,1,15,1173,52,2,FALSE,20.3,54 +1601,FALSE,0,44,781,45,3,FALSE,19.8,52 +1602,FALSE,0,30,832,42,1,FALSE,15.8,42 +1603,FALSE,0,25,1032,71,2,FALSE,17.5,50 +1604,TRUE,1,22,979,53,4,FALSE,19.5,67 +1605,TRUE,1,51,670,16,4,FALSE,28.2,66 +1606,FALSE,0,25,1006,45,1,FALSE,20.5,41 +1607,FALSE,0,23,1197,76,5,FALSE,26.1,48 +1608,FALSE,0,35,962,73,1,FALSE,28.1,27 +1609,FALSE,0,40,879,21,3,FALSE,29.9,37 +1610,FALSE,0,38,1029,62,3,FALSE,26.9,76 +1611,TRUE,1,25,915,43,3,FALSE,21.3,69 +1612,FALSE,0,25,1136,82,4,FALSE,24.3,44 +1613,FALSE,0,34,843,63,3,FALSE,18.4,38 +1614,FALSE,0,41,864,33,7,FALSE,30.1,29 +1615,TRUE,1,27,1000,81,7,FALSE,23.1,77 +1616,TRUE,1,19,1154,63,2,FALSE,28.2,49 +1617,FALSE,0,26,1076,46,3,FALSE,28.4,39 +1618,FALSE,0,29,1136,66,2,FALSE,29.7,63 +1619,TRUE,1,13,1355,79,3,FALSE,31.3,32 +1620,FALSE,0,29,1084,62,2,FALSE,27.1,58 +1621,FALSE,0,34,1048,64,1,FALSE,26.6,68 +1622,FALSE,0,21,1186,59,1,FALSE,24.9,45 +1623,FALSE,0,50,791,35,1,FALSE,22.2,68 +1624,FALSE,0,77,541,33,4,FALSE,25.4,57 +1625,FALSE,0,50,749,35,3,FALSE,25.4,38 +1626,FALSE,0,51,849,51,4,FALSE,27,56 +1627,FALSE,0,39,790,48,3,FALSE,19.4,38 +1628,FALSE,0,48,720,53,2,FALSE,19.4,40 +1629,FALSE,0,32,913,37,3,FALSE,21.3,58 +1630,TRUE,1,19,1043,62,5,FALSE,21.7,41 +1631,FALSE,0,24,1152,81,4,FALSE,24.2,47 +1632,FALSE,0,24,1133,64,3,FALSE,22.2,62 +1633,FALSE,0,22,1067,49,3,FALSE,22.1,31 +1634,FALSE,0,55,712,17,3,FALSE,21.7,70 +1635,TRUE,1,26,1075,74,5,FALSE,28.1,76 +1636,TRUE,1,20,1232,93,5,FALSE,31.3,56 +1637,FALSE,0,53,812,28,2,FALSE,29.4,54 +1638,FALSE,0,35,943,41,2,FALSE,28.1,41 +1639,TRUE,1,49,599,31,1,FALSE,22.3,54 +1640,TRUE,1,23,854,32,4,FALSE,19.1,41 +1641,FALSE,0,30,1087,63,1,FALSE,30.3,52 +1642,TRUE,1,15,1250,88,4,FALSE,26,38 +1643,FALSE,0,59,777,49,4,FALSE,26.7,59 +1644,FALSE,0,44,958,53,5,FALSE,30.1,57 +1645,TRUE,1,59,511,30,3,FALSE,20.2,65 +1646,FALSE,0,54,925,52,5,FALSE,30.7,75 +1647,TRUE,1,22,1013,68,4,FALSE,26.1,39 +1648,TRUE,1,17,1070,54,5,FALSE,17.4,61 +1649,TRUE,1,22,922,47,2,FALSE,24.1,28 +1650,FALSE,0,32,1086,76,1,FALSE,31.6,41 +1651,FALSE,0,44,869,51,2,FALSE,23.7,61 +1652,FALSE,0,64,486,28,4,FALSE,16.4,37 +1653,TRUE,1,21,966,70,2,FALSE,17.4,52 +1654,FALSE,0,26,997,57,2,FALSE,21.1,35 +1655,FALSE,0,32,910,48,1,FALSE,22.3,42 +1656,FALSE,0,46,887,61,3,FALSE,27.6,47 +1657,TRUE,1,25,964,53,1,FALSE,28.8,39 +1658,TRUE,1,16,1095,56,5,FALSE,24.9,20 +1659,TRUE,1,20,1122,63,1,FALSE,27.5,51 +1660,FALSE,0,16,1247,75,4,FALSE,15.6,54 +1661,FALSE,0,40,860,48,4,FALSE,23,50 +1662,TRUE,1,38,743,33,1,FALSE,28.1,41 +1663,TRUE,1,21,1062,55,2,FALSE,23.4,60 +1664,TRUE,1,36,648,26,3,FALSE,17.1,63 +1665,TRUE,1,24,892,49,4,FALSE,26.6,14 +1666,TRUE,1,17,1152,75,2,FALSE,18.6,63 +1667,TRUE,1,19,1082,62,5,FALSE,27.6,23 +1668,FALSE,0,25,1016,40,2,FALSE,22.4,43 +1669,FALSE,0,29,972,30,3,FALSE,28.1,32 +1670,TRUE,1,17,1250,62,2,FALSE,32.2,39 +1671,TRUE,1,41,745,43,3,FALSE,24.3,66 +1672,FALSE,0,60,708,72,3,FALSE,20.1,55 +1673,FALSE,0,33,1078,54,1,FALSE,32.2,55 +1674,TRUE,1,20,842,49,4,FALSE,16.3,19 +1675,TRUE,1,23,904,53,2,FALSE,18.8,50 +1676,TRUE,1,29,740,36,3,FALSE,17.4,56 +1677,FALSE,0,50,726,43,3,FALSE,18.4,60 +1678,FALSE,0,26,1119,67,3,FALSE,29.8,34 +1679,FALSE,0,34,921,55,3,FALSE,19.9,61 +1680,TRUE,1,15,1112,78,2,FALSE,19.9,28 +1681,FALSE,0,58,750,22,2,FALSE,25.2,72 +1682,FALSE,0,41,935,52,3,FALSE,31.2,36 +1683,TRUE,1,63,575,16,8,TRUE,30.9,58 +1684,FALSE,0,49,688,22,2,FALSE,19.2,52 +1685,FALSE,0,31,935,48,2,FALSE,25.8,33 +1686,FALSE,0,30,1046,46,1,FALSE,26.8,64 +1687,TRUE,1,18,1028,58,3,FALSE,17.5,48 +1688,FALSE,0,40,861,60,3,FALSE,19.6,59 +1689,FALSE,0,42,905,50,4,FALSE,26.7,51 +1690,FALSE,0,61,713,27,6,FALSE,25.9,60 +1691,TRUE,1,23,1054,77,3,FALSE,27.3,48 +1692,FALSE,0,56,650,32,1,FALSE,17.4,63 +1693,FALSE,0,28,860,25,2,FALSE,17.1,43 +1694,TRUE,1,17,1075,72,5,FALSE,16.2,55 +1695,FALSE,0,50,803,51,4,FALSE,24.2,53 +1696,TRUE,1,17,1221,66,4,FALSE,26.2,59 +1697,TRUE,1,23,1068,74,5,FALSE,29.4,39 +1698,FALSE,0,26,1114,55,3,FALSE,26.4,50 +1699,FALSE,0,32,1005,60,3,FALSE,28.3,39 +1700,FALSE,0,77,436,26,2,FALSE,18.3,60 +1701,FALSE,0,45,833,34,4,FALSE,27.9,39 +1702,FALSE,0,35,941,45,1,FALSE,21,72 +1703,TRUE,1,22,1015,69,3,FALSE,20.7,59 +1704,TRUE,1,44,648,45,5,TRUE,22.5,47 +1705,TRUE,1,18,1131,39,4,FALSE,24.1,64 +1706,TRUE,1,15,1238,84,4,FALSE,22.4,46 +1707,FALSE,0,68,585,46,1,FALSE,20.2,55 +1708,FALSE,0,37,983,67,3,FALSE,26.4,55 +1709,TRUE,1,46,635,36,7,TRUE,22.8,54 +1710,TRUE,1,16,1128,70,3,FALSE,20.7,39 +1711,FALSE,0,73,430,17,2,FALSE,21.6,30 +1712,TRUE,1,17,1077,75,1,FALSE,21.2,24 +1713,FALSE,0,47,771,47,1,FALSE,22.8,41 +1714,FALSE,0,54,803,62,5,FALSE,24.2,57 +1715,TRUE,1,25,816,52,2,FALSE,17.3,44 +1716,FALSE,0,44,751,45,5,FALSE,21.8,31 +1717,FALSE,0,47,984,49,3,FALSE,30.6,78 +1718,FALSE,0,40,833,43,3,FALSE,19.9,57 +1719,TRUE,1,16,1296,80,6,FALSE,25.6,75 +1720,FALSE,0,28,1014,70,1,FALSE,18.1,65 +1721,TRUE,1,23,893,54,4,FALSE,20.1,39 +1722,TRUE,1,26,861,46,2,FALSE,22.8,42 +1723,TRUE,1,14,1222,86,3,FALSE,22.8,27 +1724,FALSE,0,34,923,44,2,FALSE,22.4,58 +1725,FALSE,0,50,843,59,1,FALSE,22.3,70 +1726,TRUE,1,42,745,37,4,FALSE,32,35 +1727,FALSE,0,37,771,42,2,FALSE,19.4,31 +1728,TRUE,1,16,1247,75,3,FALSE,24.4,60 +1729,TRUE,1,22,930,43,3,FALSE,24.2,26 +1730,TRUE,1,18,1080,51,2,FALSE,17.9,74 +1731,TRUE,1,29,832,57,7,FALSE,22.2,56 +1732,TRUE,1,26,770,36,3,FALSE,22.2,24 +1733,FALSE,0,26,972,45,1,FALSE,17.1,53 +1734,FALSE,0,41,786,44,5,FALSE,18.7,49 +1735,FALSE,0,36,857,62,5,FALSE,25.6,13 +1736,FALSE,0,37,989,50,3,FALSE,30.6,47 +1737,FALSE,0,83,444,29,2,FALSE,27.9,39 +1738,TRUE,1,26,829,49,4,FALSE,21.8,35 +1739,FALSE,0,39,954,70,6,FALSE,25.7,51 +1740,FALSE,0,53,824,34,4,FALSE,27.9,60 +1741,TRUE,1,19,1149,69,1,FALSE,21.7,72 +1742,TRUE,1,16,1146,74,6,FALSE,26.9,11 +1743,TRUE,1,27,780,48,3,FALSE,16.3,58 +1744,FALSE,0,35,847,36,1,FALSE,23.4,34 +1745,TRUE,1,49,570,12,2,FALSE,20.9,64 +1746,FALSE,0,31,970,49,1,FALSE,24.3,52 +1747,FALSE,0,67,592,37,4,FALSE,18.8,68 +1748,TRUE,1,18,961,27,4,FALSE,22.1,27 +1749,FALSE,0,49,906,49,5,FALSE,30.7,55 +1750,FALSE,0,17,1325,92,2,FALSE,21.4,52 +1751,FALSE,0,46,879,33,6,FALSE,27.4,62 +1752,TRUE,1,13,1339,77,4,FALSE,27.7,44 diff --git a/docs/projects/week-8/data/organ_donations.csv b/docs/projects/week-8/data/organ_donations.csv new file mode 100644 index 00000000..57f1a83d --- /dev/null +++ b/docs/projects/week-8/data/organ_donations.csv @@ -0,0 +1,163 @@ +State,Quarter,Rate,Quarter_Num +Alaska,Q42010,0.75,1 +Alaska,Q12011,0.77,2 +Alaska,Q22011,0.77,3 +Alaska,Q32011,0.78,4 +Alaska,Q42011,0.78,5 +Alaska,Q12012,0.79,6 +Arizona,Q42010,0.2634,1 +Arizona,Q12011,0.20920000000000002,2 +Arizona,Q22011,0.2261,3 +Arizona,Q32011,0.2503,4 +Arizona,Q42011,0.2351,5 +Arizona,Q12012,0.2587,6 +California,Q42010,0.2666,1 +California,Q12011,0.2731,2 +California,Q22011,0.2743,3 +California,Q32011,0.2636,4 +California,Q42011,0.2607,5 +California,Q12012,0.2641,6 +Colorado,Q42010,0.6653,1 +Colorado,Q12011,0.6674,2 +Colorado,Q22011,0.6736,3 +Colorado,Q32011,0.6715000000000001,4 +Colorado,Q42011,0.6698999999999999,5 +Colorado,Q12012,0.6594,6 +Connecticut,Q42010,0.39049999999999996,1 +Connecticut,Q12011,0.38530000000000003,2 +Connecticut,Q22011,0.39520000000000005,3 +Connecticut,Q32011,0.4031,4 +Connecticut,Q42011,0.3864,5 +Connecticut,Q12012,0.39840000000000003,6 +District of Columbia,Q42010,0.3319,1 +District of Columbia,Q12011,0.2866,2 +District of Columbia,Q22011,0.29510000000000003,3 +District of Columbia,Q32011,0.40240000000000004,4 +District of Columbia,Q42011,0.3791,5 +District of Columbia,Q12012,0.36460000000000004,6 +Florida,Q42010,0.3753,1 +Florida,Q12011,0.3795,2 +Florida,Q22011,0.3947,3 +Florida,Q32011,0.4181,4 +Florida,Q42011,0.40369999999999995,5 +Florida,Q12012,0.40700000000000003,6 +Hawaii,Q42010,0.41700000000000004,1 +Hawaii,Q12011,0.4105,2 +Hawaii,Q22011,0.42710000000000004,3 +Hawaii,Q32011,0.4294,4 +Hawaii,Q42011,0.4307,5 +Hawaii,Q12012,0.4108,6 +Louisiana,Q42010,0.5372,1 +Louisiana,Q12011,0.546,2 +Louisiana,Q22011,0.5619,3 +Louisiana,Q32011,0.5949,4 +Louisiana,Q42011,0.551,5 +Louisiana,Q12012,0.5486,6 +Maryland,Q42010,0.4635,1 +Maryland,Q12011,0.45289999999999997,2 +Maryland,Q22011,0.4679,3 +Maryland,Q32011,0.45899999999999996,4 +Maryland,Q42011,0.495,5 +Maryland,Q12012,0.456,6 +Michigan,Q42010,0.1563,1 +Michigan,Q12011,0.1491,2 +Michigan,Q22011,0.1923,3 +Michigan,Q32011,0.24609999999999999,4 +Michigan,Q42011,0.22940000000000002,5 +Michigan,Q12012,0.4216,6 +Minnesota,Q42010,0.5357999999999999,1 +Minnesota,Q12011,0.5173,2 +Minnesota,Q22011,0.5202,3 +Minnesota,Q32011,0.5246,4 +Minnesota,Q42011,0.528,5 +Minnesota,Q12012,0.5398,6 +Missouri,Q42010,0.4025,1 +Missouri,Q12011,0.3987,2 +Missouri,Q22011,0.40630000000000005,3 +Missouri,Q32011,0.4089,4 +Missouri,Q42011,0.415,5 +Missouri,Q12012,0.4127,6 +Montana,Q42010,0.6429,1 +Montana,Q12011,0.6406000000000001,2 +Montana,Q22011,0.6578,3 +Montana,Q32011,0.6683,4 +Montana,Q42011,0.6674,5 +Montana,Q12012,0.6523,6 +Nebraska,Q42010,0.45409999999999995,1 +Nebraska,Q12011,0.4337,2 +Nebraska,Q22011,0.436,3 +Nebraska,Q32011,0.44049999999999995,4 +Nebraska,Q42011,0.4389,5 +Nebraska,Q12012,0.45189999999999997,6 +New Hampshire,Q42010,0.5576,1 +New Hampshire,Q12011,0.5594,2 +New Hampshire,Q22011,0.5643,3 +New Hampshire,Q32011,0.5334,4 +New Hampshire,Q42011,0.5247999999999999,5 +New Hampshire,Q12012,0.5253,6 +New Jersey,Q42010,0.3037,1 +New Jersey,Q12011,0.3109,2 +New Jersey,Q22011,0.3039,3 +New Jersey,Q32011,0.3109,4 +New Jersey,Q42011,0.3127,5 +New Jersey,Q12012,0.33340000000000003,6 +New York,Q42010,0.1249,1 +New York,Q12011,0.1267,2 +New York,Q22011,0.13140000000000002,3 +New York,Q32011,0.1451,4 +New York,Q42011,0.1277,5 +New York,Q12012,0.1229,6 +North Carolina,Q42010,0.5239,1 +North Carolina,Q12011,0.519,2 +North Carolina,Q22011,0.532,3 +North Carolina,Q32011,0.534,4 +North Carolina,Q42011,0.5284,5 +North Carolina,Q12012,0.5126,6 +Ohio,Q42010,0.5545,1 +Ohio,Q12011,0.5593,2 +Ohio,Q22011,0.5700999999999999,3 +Ohio,Q32011,0.5700999999999999,4 +Ohio,Q42011,0.5751,5 +Ohio,Q12012,0.5645,6 +Pennsylvania,Q42010,0.4531,1 +Pennsylvania,Q12011,0.4536,2 +Pennsylvania,Q22011,0.45530000000000004,3 +Pennsylvania,Q32011,0.4559,4 +Pennsylvania,Q42011,0.4551,5 +Pennsylvania,Q12012,0.45270000000000005,6 +South Carolina,Q42010,0.30829999999999996,1 +South Carolina,Q12011,0.26170000000000004,2 +South Carolina,Q22011,0.2556,3 +South Carolina,Q32011,0.2641,4 +South Carolina,Q42011,0.2966,5 +South Carolina,Q12012,0.228,6 +Tennessee,Q42010,0.3268,1 +Tennessee,Q12011,0.3249,2 +Tennessee,Q22011,0.3382,3 +Tennessee,Q32011,0.3428,4 +Tennessee,Q42011,0.3385,5 +Tennessee,Q12012,0.34,6 +Virginia,Q42010,0.2645,1 +Virginia,Q12011,0.36229999999999996,2 +Virginia,Q22011,0.3455,3 +Virginia,Q32011,0.359,4 +Virginia,Q42011,0.3443,5 +Virginia,Q12012,0.3701,6 +Washington,Q42010,0.5811,1 +Washington,Q12011,0.5893,2 +Washington,Q22011,0.5882000000000001,3 +Washington,Q32011,0.5846,4 +Washington,Q42011,0.5842,5 +Washington,Q12012,0.5947,6 +Wisconsin,Q42010,0.5735,1 +Wisconsin,Q12011,0.5710000000000001,2 +Wisconsin,Q22011,0.5720000000000001,3 +Wisconsin,Q32011,0.5688,4 +Wisconsin,Q42011,0.5660000000000001,5 +Wisconsin,Q12012,0.5814,6 +Wyoming,Q42010,0.5931000000000001,1 +Wyoming,Q12011,0.5946,2 +Wyoming,Q22011,0.5937,3 +Wyoming,Q32011,0.5911,4 +Wyoming,Q42011,0.5854,5 +Wyoming,Q12012,0.5881000000000001,6 diff --git a/docs/projects/week-8/data/world_happiness.csv b/docs/projects/week-8/data/world_happiness.csv new file mode 100644 index 00000000..4d3afdde --- /dev/null +++ b/docs/projects/week-8/data/world_happiness.csv @@ -0,0 +1,218 @@ +iso2c,happiness_score,happiness_se,country,year,school_enrollment,life_expectancy,access_to_electricity,gdp_per_cap,region,income +AD,NA,NA,Andorra,2015,NA,NA,100,41765.9203531235,Europe & Central Asia,High income +AE,6.901,0.03729,United Arab Emirates,2015,93.3894271850586,77.101,100,40753.8863426086,Middle East & North Africa,High income +AF,3.575,0.03084,Afghanistan,2015,NA,63.288,71.5,620.05652498092,South Asia,Low income +AG,NA,NA,Antigua and Barbuda,2015,78.57763671875,76.207,96.8262939453125,12771.7675773519,Latin America & Caribbean ,High income +AL,4.959,0.05013,Albania,2015,95.1996002197266,78.174,100,4524.64443153606,Europe & Central Asia,Upper middle income +AM,4.35,0.04763,Armenia,2015,92.4729690551758,74.445,100,3935.28877242969,Europe & Central Asia,Lower middle income +AO,4.033,0.04758,Angola,2015,NA,61.241,42,3729.0035408607,Sub-Saharan Africa ,Lower middle income +AR,6.574,0.04612,Argentina,2015,99.3935928344727,76.415,99.9952087402344,10498.5925297592,Latin America & Caribbean ,Upper middle income +AS,NA,NA,American Samoa,2015,NA,NA,NA,9884.11186605049,East Asia & Pacific,Upper middle income +AT,7.2,0.03751,Austria,2015,NA,81.190243902439,100,47905.5431541607,Europe & Central Asia,High income +AU,7.284,0.04083,Australia,2015,96.992561340332,82.4,100,55017.2480239931,East Asia & Pacific,High income +AW,NA,NA,Aruba,2015,NA,75.725,95.2381820678711,NA,Latin America & Caribbean ,High income +AZ,5.212,0.03363,Azerbaijan,2015,94.1426467895508,71.921,100,6117.03086236702,Europe & Central Asia,Upper middle income +BA,4.949,0.06913,Bosnia and Herzegovina,2015,NA,76.735,100,5190.29377671129,Europe & Central Asia,Upper middle income +BB,NA,NA,Barbados,2015,90.9252700805664,75.755,100,15998.0488021541,Latin America & Caribbean ,High income +BD,4.694,0.03077,Bangladesh,2015,NA,72.155,68.2046813964844,971.641988030431,South Asia,Lower middle income +BE,6.937,0.03595,Belgium,2015,98.0646820068359,80.9926829268293,100,45052.3653466121,Europe & Central Asia,High income +BF,3.587,0.04324,Burkina Faso,2015,69.389762878418,59.927,18.4700813293457,645.369860580495,Sub-Saharan Africa ,Low income +BG,4.218,0.048280000000000003,Bulgaria,2015,93.1626510620117,74.6146341463415,100,7612.02236422436,Europe & Central Asia,Upper middle income +BH,5.96,0.05412,Bahrain,2015,96.4248962402344,76.761,100,22436.2075318381,Middle East & North Africa,High income +BI,2.905,0.08658,Burundi,2015,NA,57.094,7.25208950042725,226.528058204677,Sub-Saharan Africa ,Low income +BJ,3.34,0.03656,Benin,2015,NA,60.639,40.0334777832031,827.835457935714,Sub-Saharan Africa ,Low income +BM,NA,NA,Bermuda,2015,NA,81.0121951219512,100,NA,North America,High income +BN,NA,NA,Brunei Darussalam,2015,92.2643127441406,77.046,100,32661.8570180811,East Asia & Pacific,High income +BO,5.89,0.05642,Bolivia,2015,88.4827880859375,68.756,91.522822,2392.98397316016,Latin America & Caribbean ,Lower middle income +BR,6.983,0.04076,Brazil,2015,92.6971282958984,75.284,99.710902,11351.5657481703,Latin America & Caribbean ,Upper middle income +BS,NA,NA,"Bahamas, The",2015,NA,75.527,100,27198.9076041403,Latin America & Caribbean ,High income +BT,5.253,0.03225,Bhutan,2015,82.7784729003906,69.817,98.4235229492188,2628.18961406612,South Asia,Lower middle income +BW,4.332,0.04934,Botswana,2015,NA,65.846,58.528751373291,7308.76062059972,Sub-Saharan Africa ,Upper middle income +BY,5.813,0.03938,Belarus,2015,94.3454208374023,73.6243902439025,100,6398.68973515141,Europe & Central Asia,Upper middle income +BZ,NA,NA,Belize,2015,96.1411590576172,70.192,91.8,4482.4966466489,Latin America & Caribbean ,Upper middle income +CA,7.427,0.03553,Canada,2015,99.5980987548828,82.1290243902439,100,50303.8368476727,North America,High income +CD,4.517,0.0368,"Congo, Dem. Rep.",2015,NA,59.205,16.4191646575928,411.279136004484,Sub-Saharan Africa ,Low income +CF,3.678,0.06112,Central African Republic,2015,NA,51.41,13.3844232559204,314.926685576165,Sub-Saharan Africa ,Low income +CG,3.989,0.06682,"Congo, Rep.",2015,NA,64.112,60.4,2925.5277484266,Sub-Saharan Africa ,Lower middle income +CH,7.587,0.03411,Switzerland,2015,93.3190002441406,82.8975609756098,100,76472.4594877065,Europe & Central Asia,High income +CI,3.655,0.05141,Cote d'Ivoire,2015,77.7036590576172,53.053,64.0861968994141,1469.7301783458,Sub-Saharan Africa ,Lower middle income +CL,6.67,0.058,Chile,2015,91.5956573486328,79.315,99.714844,14893.8806507667,Latin America & Caribbean ,High income +CM,4.252,0.04678,Cameroon,2015,NA,57.582,58.8651008605957,1469.6377414656,Sub-Saharan Africa ,Lower middle income +CN,5.14,0.02424,China,2015,NA,76.092,100,6496.62401255517,East Asia & Pacific,Upper middle income +CO,6.477,0.05051,Colombia,2015,90.6045684814453,74.2,98.186898,7446.18240080804,Latin America & Caribbean ,Upper middle income +CR,7.226,0.04454,Costa Rica,2015,96.3094024658203,79.634,99.409804,9296.00210687584,Latin America & Caribbean ,Upper middle income +CU,NA,NA,Cuba,2015,95.3591003417969,79.57,100,6444.98011316934,Latin America & Caribbean ,Upper middle income +CV,NA,NA,Cabo Verde,2015,86.9075622558594,72.599,90.2439041137695,3362.20996800003,Sub-Saharan Africa ,Lower middle income +CW,NA,NA,Curacao,2015,NA,NA,100,NA,Latin America & Caribbean ,High income +CY,5.695,0.05635,Cyprus,2015,97.368522644043,80.344,100,27738.503250141,Europe & Central Asia,High income +CY,5.689,0.0558,Cyprus,2015,97.368522644043,80.344,100,27738.503250141,Europe & Central Asia,High income +CZ,6.505,0.04168,Czech Republic,2015,NA,78.5780487804878,100,21381.703080832,Europe & Central Asia,High income +DE,6.75,0.01848,Germany,2015,98.6923904418945,80.6414634146341,100,45412.5568082313,Europe & Central Asia,High income +DJ,4.369,0.08096,Djibouti,2015,55.5927391052246,62.26,52.0257759094238,NA,Middle East & North Africa,Lower middle income +DK,7.527,0.03328,Denmark,2015,98.3776016235352,80.7024390243902,100,59967.742823222,Europe & Central Asia,High income +DM,NA,NA,Dominica,2015,NA,NA,99.9029693603516,6738.66124472604,Latin America & Caribbean ,Upper middle income +DO,4.885,0.07446,Dominican Republic,2015,86.8852005004883,73.673,98.560364,6562.76709405155,Latin America & Caribbean ,Upper middle income +DZ,5.605,0.05099,Algeria,2015,97.508171081543,75.86,99.3367080688477,4759.5952415194,Middle East & North Africa,Upper middle income +EC,5.975,0.04528,Ecuador,2015,91.273078918457,76.102,98.825883,5352.87645717309,Latin America & Caribbean ,Upper middle income +EE,5.429,0.04013,Estonia,2015,93.3299179077148,77.590243902439,100,17733.9576552073,Europe & Central Asia,High income +EG,4.194,0.0326,"Egypt, Arab Rep.",2015,NA,71.304,100,2665.35161379275,Middle East & North Africa,Lower middle income +ER,NA,NA,Eritrea,2015,42.4331512451172,64.636,45.5133209228516,NA,Sub-Saharan Africa ,Low income +ES,6.329,0.03468,Spain,2015,98.8577575683594,82.8317073170732,100,30532.4499736572,Europe & Central Asia,High income +ET,4.512,0.0378,Ethiopia,2015,85.4387130737305,65.037,33.4185905456543,487.290010568135,Sub-Saharan Africa ,Low income +FI,7.406,0.0314,Finland,2015,99.1075210571289,81.4804878048781,100,45151.5121556712,Europe & Central Asia,High income +FJ,NA,NA,Fiji,2015,97.6449813842773,70.117,97.1194915771484,4211.05887799892,East Asia & Pacific,Upper middle income +FM,NA,NA,"Micronesia, Fed. Sts.",2015,84.0091705322266,69.078,73.5542297363281,2838.86966486719,East Asia & Pacific,Lower middle income +FO,NA,NA,Faroe Islands,2015,NA,81.990243902439,100,NA,Europe & Central Asia,High income +FR,6.575,0.03512,France,2015,98.7196502685547,82.2731707317073,100,41642.3104260915,Europe & Central Asia,High income +GA,3.896,0.045469999999999997,Gabon,2015,NA,65.685,90.3074722290039,9598.44125205238,Sub-Saharan Africa ,Upper middle income +GB,6.867,0.01866,United Kingdom,2015,99.9419708251953,80.9560975609756,100,41536.919115035504,Europe & Central Asia,High income +GD,NA,NA,Grenada,2015,95.7486190795898,73.531,91.8716888427734,8406.77483120468,Latin America & Caribbean ,Upper middle income +GE,4.297,0.04221,Georgia,2015,99.4654998779297,73.096,99.9934997558594,3973.21934830931,Europe & Central Asia,Lower middle income +GH,4.633,0.04742,Ghana,2015,89.5388336181641,62.448,75.7152786254883,1684.7275781517,Sub-Saharan Africa ,Lower middle income +GI,NA,NA,Gibraltar,2015,NA,NA,100,NA,Europe & Central Asia,High income +GL,NA,NA,Greenland,2015,NA,NA,100,46738.0622579051,Europe & Central Asia,High income +GM,NA,NA,"Gambia, The",2015,73.0555725097656,60.954,46.4866638183594,536.414127007992,Sub-Saharan Africa ,Low income +GN,3.656,0.0359,Guinea,2015,NA,59.419,30.9631519317627,723.870308781183,Sub-Saharan Africa ,Low income +GQ,NA,NA,Equatorial Guinea,2015,43.3441886901855,57.434,67.473747253418,14001.5991259087,Sub-Saharan Africa ,Upper middle income +GR,4.857,0.05062,Greece,2015,93.5766220092773,81.0365853658537,100,22648.7698813993,Europe & Central Asia,High income +GT,6.123,0.05224,Guatemala,2015,85.2160873413086,73.15,90.5062942504883,3069.04351844254,Latin America & Caribbean ,Lower middle income +GU,NA,NA,Guam,2015,NA,79.379,100,32119.6520805371,East Asia & Pacific,High income +GW,NA,NA,Guinea-Bissau,2015,NA,57,14.0046701431274,564.729954904838,Sub-Saharan Africa ,Low income +GY,NA,NA,Guyana,2015,NA,66.536,83.5683517456055,3684.92358504666,Latin America & Caribbean ,Upper middle income +HK,5.474,0.05051,"Hong Kong SAR, China",2015,93.9282379150391,84.2780487804878,100,36260.5954574462,East Asia & Pacific,High income +HN,4.788,0.05648,Honduras,2015,80.8588333129883,73.376,89.98171,2102.37695924737,Latin America & Caribbean ,Lower middle income +HR,5.759,0.04394,Croatia,2015,88.810661315918,77.2756097560976,100,14088.075100021,Europe & Central Asia,Upper middle income +HT,4.518,0.07331,Haiti,2015,NA,63.055,38.2211265563965,728.063224553949,Latin America & Caribbean ,Low income +HU,4.8,0.06107,Hungary,2015,91.2168884277344,75.5682926829269,100,14629.2350325735,Europe & Central Asia,High income +ID,5.399,0.02596,Indonesia,2015,NA,69.025,97.5373674369822,3827.55077886415,East Asia & Pacific,Lower middle income +IE,6.94,0.03676,Ireland,2015,95.489143371582,81.4536585365854,100,67229.1916860972,Europe & Central Asia,High income +IL,7.278,0.0347,Israel,2015,97.2036514282227,82.0512195121951,100,32993.3142755677,Middle East & North Africa,High income +IM,NA,NA,Isle of Man,2015,NA,NA,100,84046.136016161,Europe & Central Asia,High income +IN,4.565,0.02043,India,2015,NA,68.302,88,1758.83777674579,South Asia,Lower middle income +IQ,4.677,0.05232,Iraq,2015,NA,69.672,99.8621826171875,5336.64828740669,Middle East & North Africa,Upper middle income +IR,4.686,0.04449,"Iran, Islamic Rep.",2015,99.3368988037109,75.73,99.9750518798828,6007.00489252089,Middle East & North Africa,Upper middle income +IS,7.561,0.04884,Iceland,2015,98.5670776367188,82.4682926829268,100,46221.9325708441,Europe & Central Asia,High income +IT,5.948,0.03914,Italy,2015,97.3316192626953,82.5439024390244,100,33968.7039603496,Europe & Central Asia,High income +JG,NA,NA,Channel Islands,2015,NA,80.958,100,NA,Europe & Central Asia,High income +JM,5.709,0.13693,Jamaica,2015,NA,75.836,97.2788848876953,4740.63823367243,Latin America & Caribbean ,Upper middle income +JO,5.192,0.04524,Jordan,2015,NA,74.182,99.9983215332031,3297.89441163032,Middle East & North Africa,Lower middle income +JP,5.987,0.03581,Japan,2015,98.7999420166016,83.7939024390244,100,47163.4942109343,East Asia & Pacific,High income +KE,4.419,0.04734,Kenya,2015,NA,66.695,41.6,1107.99301648379,Sub-Saharan Africa ,Lower middle income +KG,5.286,0.03823,Kyrgyz Republic,2015,89.4549102783203,70.6512195121951,99.9065551757813,1021.16079218508,Europe & Central Asia,Lower middle income +KH,3.819,0.05069,Cambodia,2015,95.2889099121094,68.62,47.5657386779785,1024.87234257436,East Asia & Pacific,Lower middle income +KI,NA,NA,Kiribati,2015,95.2004928588867,66.13,90.5581814089579,1696.46676627914,East Asia & Pacific,Lower middle income +KM,3.956,0.04797,Comoros,2015,NA,63.473,75.3807144165039,769.477377970679,Sub-Saharan Africa ,Low income +KN,NA,NA,St. Kitts and Nevis,2015,NA,NA,99.9300155639648,15469.2132515813,Latin America & Caribbean ,High income +KP,NA,NA,"Korea, Dem. People’s Rep.",2015,NA,71.457,37.4463195800781,NA,East Asia & Pacific,Low income +KR,5.984,0.04098,"Korea, Rep.",2015,96.7979278564453,82.0243902439024,100,24870.7708964387,East Asia & Pacific,High income +KW,6.295,0.04456,Kuwait,2015,91.757209777832,74.577,100,35053.5908361253,Middle East & North Africa,High income +KY,NA,NA,Cayman Islands,2015,NA,NA,100,NA,Latin America & Caribbean ,High income +KZ,5.855,0.04114,Kazakhstan,2015,86.3098831176758,72,100,10617.4746549668,Europe & Central Asia,Upper middle income +LA,4.876,0.06698,Lao PDR,2015,95.6065979003906,66.335,89.7,1556.67071242887,East Asia & Pacific,Lower middle income +LB,4.839,0.04337,Lebanon,2015,81.9027786254883,79.409,100,7189.63371109902,Middle East & North Africa,Upper middle income +LC,NA,NA,St. Lucia,2015,NA,75.3,97.1630783081055,8270.70777286367,Latin America & Caribbean ,Upper middle income +LI,NA,NA,Liechtenstein,2015,94.3010406494141,82.6560975609756,100,NA,Europe & Central Asia,High income +LK,4.271,0.03751,Sri Lanka,2015,98.9374008178711,75.088,93.8899002075195,3648.2344903297,South Asia,Lower middle income +LR,4.571,0.11068,Liberia,2015,37.6832695007324,62.007,13.8400917053223,367.475978462181,Sub-Saharan Africa ,Low income +LS,4.898,0.09438,Lesotho,2015,79.5791320800781,53.745,27.9232387542725,1338.53537447682,Sub-Saharan Africa ,Lower middle income +LT,5.833,0.03843,Lithuania,2015,97.8654632568359,74.3219512195122,100,15383.4626350521,Europe & Central Asia,High income +LU,6.946,0.03499,Luxembourg,2015,94.582649230957,82.2926829268293,100,107648.608007826,Europe & Central Asia,High income +LV,5.098,0.0464,Latvia,2015,94.8804168701172,74.4804878048781,100,14284.2883301309,Europe & Central Asia,High income +LY,5.754,0.07832,Libya,2015,NA,71.776,98.5287628173828,6073.40620029268,Middle East & North Africa,Upper middle income +MA,5.013,0.0342,Morocco,2015,NA,75.573,99.5860137939453,3209.71471291532,Middle East & North Africa,Lower middle income +MC,NA,NA,Monaco,2015,NA,NA,100,NA,Europe & Central Asia,High income +MD,5.889,0.03799,Moldova,2015,86.8547821044922,71.468,100,1980.26741236966,Europe & Central Asia,Lower middle income +ME,5.192,0.05235,Montenegro,2015,94.0410003662109,76.938,99.9991607666016,7279.88886020374,Europe & Central Asia,Upper middle income +MF,NA,NA,St. Martin (French part),2015,NA,79.4707317073171,70.7588043212891,NA,Latin America & Caribbean ,High income +MG,3.681,0.03633,Madagascar,2015,NA,65.539,19.0350608825684,410.194159196256,Sub-Saharan Africa ,Low income +MH,NA,NA,Marshall Islands,2015,77.3304595947266,NA,91.5148773193359,3315.19293500707,East Asia & Pacific,Upper middle income +MK,5.007,0.05376,"Macedonia, FYR",2015,91.7109527587891,75.549,100,5104.77738844088,Europe & Central Asia,Upper middle income +ML,3.995,0.05602,Mali,2015,55.5758094787598,57.478,37.6,726.248067030662,Sub-Saharan Africa ,Low income +MM,4.307,0.04351,Myanmar,2015,NA,66.464,60.5,1342.26306433207,East Asia & Pacific,Lower middle income +MN,4.874,0.03313,Mongolia,2015,96.8528366088867,69.087,81.1916275024414,3923.62846916544,East Asia & Pacific,Lower middle income +MO,NA,NA,"Macao SAR, China",2015,97.8429489135742,83.7,100,53580.4908597492,East Asia & Pacific,High income +MP,NA,NA,Northern Mariana Islands,2015,NA,NA,100,14919.6400246835,East Asia & Pacific,High income +MR,4.436,0.03947,Mauritania,2015,NA,63.082,39.5,1306.64958344716,Sub-Saharan Africa ,Lower middle income +MT,6.302,0.04206,Malta,2015,98.4465026855469,81.7975609756098,100,25342.0222902837,Middle East & North Africa,High income +MU,5.477,0.07197,Mauritius,2015,96.1365127563477,74.3531707317073,98.7412567138672,9468.94070050164,Sub-Saharan Africa ,Upper middle income +MV,NA,NA,Maldives,2015,96.3451995849609,77.042,99.994010925293,8105.54024678614,South Asia,Upper middle income +MW,4.292,0.0613,Malawi,2015,NA,62.661,10.8,483.628811026417,Sub-Saharan Africa ,Low income +MX,7.187,0.04176,Mexico,2015,95.6358871459961,76.933,99,9717.89842992014,Latin America & Caribbean ,Upper middle income +MY,5.77,0.0433,Malaysia,2015,99.5363693237305,75.143,99.9985885620117,10745.0454732509,East Asia & Pacific,Upper middle income +MZ,4.971,0.07896,Mozambique,2015,89.5662994384766,57.714,24,510.793590648738,Sub-Saharan Africa ,Low income +"NA",NA,NA,Namibia,2015,NA,63.782,50.7034301757813,6120.74540170818,Sub-Saharan Africa ,Upper middle income +NC,NA,NA,New Caledonia,2015,NA,77.2443035079364,100,NA,East Asia & Pacific,High income +NE,3.845,0.03602,Niger,2015,61.8176383972168,59.667,16.6,388.316193530925,Sub-Saharan Africa ,Low income +NG,5.268,0.04192,Nigeria,2015,NA,52.985,52.5,2562.52221561458,Sub-Saharan Africa ,Lower middle income +NI,5.828,0.05371,Nicaragua,2015,NA,75.149,81.1631393432617,1878.2007688765,Latin America & Caribbean ,Lower middle income +NL,7.378,0.02799,Netherlands,2015,96.4220123291016,81.509756097561,100,51410.4893017426,Europe & Central Asia,High income +NO,7.522,0.0388,Norway,2015,99.7658920288086,82.3048780487805,100,90104.0482597666,Europe & Central Asia,High income +NP,4.514,0.03607,Nepal,2015,96.5344619750977,69.887,87.213623046875,690.075033001948,South Asia,Low income +NR,NA,NA,Nauru,2015,NA,NA,99,9143.66872724019,East Asia & Pacific,Upper middle income +NZ,7.286,0.03371,New Zealand,2015,97.6683502197266,81.4568292682927,100,37038.854884222,East Asia & Pacific,High income +OM,6.853,0.05335,Oman,2015,94.2553405761719,76.801,100,16957.8542671642,Middle East & North Africa,High income +PA,6.786,0.0491,Panama,2015,87.2092514038086,77.806,92.5548400878906,10747.8416197677,Latin America & Caribbean ,Upper middle income +PE,5.824,0.04615,Peru,2015,94.081672668457,74.747,93.852179,5937.28535183218,Latin America & Caribbean ,Upper middle income +PF,NA,NA,French Polynesia,2015,NA,76.628,100,NA,East Asia & Pacific,High income +PG,NA,NA,Papua New Guinea,2015,NA,65.384,22.1889343261719,2402.53624605015,East Asia & Pacific,Lower middle income +PH,5.073,0.04934,Philippines,2015,95.7163162231445,68.951,89.08,2615.6591018123,East Asia & Pacific,Lower middle income +PK,5.194,0.03726,Pakistan,2015,73.6060562133789,66.322,93.5,1140.20627149045,South Asia,Lower middle income +PL,5.791,0.04263,Poland,2015,95.0003890991211,77.4512195121951,100,14642.0964873911,Europe & Central Asia,High income +PR,NA,NA,Puerto Rico,2015,78.7532577514648,79.5961219512195,100,27501.60767535,Latin America & Caribbean ,High income +PS,4.715,0.04394,West Bank and Gaza,2015,90.2396392822266,73.299,100,2641.79894815406,Middle East & North Africa,Lower middle income +PT,5.102,0.04802,Portugal,2015,97.0022811889648,81.1243902439025,100,22016.8369177565,Europe & Central Asia,High income +PW,NA,NA,Palau,2015,NA,NA,99.1614608764648,10577.5833196129,East Asia & Pacific,High income +PY,5.878,0.04563,Paraguay,2015,NA,73.023,99.331532,3822.86291849316,Latin America & Caribbean ,Upper middle income +QA,6.611,0.06257,Qatar,2015,92.1139678955078,78.036,100,67277.24312946,Middle East & North Africa,High income +RO,5.124,0.06607,Romania,2015,87.5066375732422,75.0121951219512,100,9639.38725500793,Europe & Central Asia,Upper middle income +RS,5.123,0.04864,Serbia,2015,96.3022613525391,75.2878048780488,99.9827423095703,5663.3923807184,Europe & Central Asia,Upper middle income +RU,5.716,0.03135,Russian Federation,2015,96.5266418457031,71.1682926829268,100,11325.7876875728,Europe & Central Asia,Upper middle income +RW,3.465,0.03464,Rwanda,2015,NA,66.696,22.8,714.393932013572,Sub-Saharan Africa ,Low income +SA,6.411,0.04633,Saudi Arabia,2015,NA,74.4,100,21507.9556933289,Middle East & North Africa,High income +SB,NA,NA,Solomon Islands,2015,70.5851821899414,70.43,55.1,1482.19059362413,East Asia & Pacific,Lower middle income +SC,NA,NA,Seychelles,2015,NA,74.2951219512195,99.6783218383789,13187.6120030729,Sub-Saharan Africa ,High income +SD,4.55,0.0674,Sudan,2015,NA,64.257,38.0091552734375,1881.89526333396,Sub-Saharan Africa ,Lower middle income +SE,7.364,0.03157,Sweden,2015,99.3757476806641,82.2048780487805,100,55395.05870784,Europe & Central Asia,High income +SG,6.798,0.0378,Singapore,2015,NA,82.7439024390244,100,52785.3064330722,East Asia & Pacific,High income +SI,5.848,0.04251,Slovenia,2015,97.7742614746094,80.7756097560976,100,23731.1672755043,Europe & Central Asia,High income +SK,5.995,0.04267,Slovak Republic,2015,NA,76.5634146341463,100,18678.9349990608,Europe & Central Asia,High income +SL,4.507,0.07068,Sierra Leone,2015,92.3749237060547,51.423,16.468376159668,437.168779829383,Sub-Saharan Africa ,Low income +SM,NA,NA,San Marino,2015,NA,NA,100,52476.9701283514,Europe & Central Asia,High income +SN,3.904,0.03608,Senegal,2015,72.6199798583984,66.784,60.5,1052.95881981747,Sub-Saharan Africa ,Low income +SO,5.057,0.06161,Somalia,2015,NA,55.876,28.2924041748047,NA,Sub-Saharan Africa ,Low income +SR,6.269,0.09811,Suriname,2015,92.0260696411133,71.279,87.7446746826172,8627.52723432901,Latin America & Caribbean ,Upper middle income +SS,NA,NA,South Sudan,2015,32.1198081970215,56.322,7.93542766571045,NA,Sub-Saharan Africa ,Low income +ST,NA,NA,Sao Tome and Principe,2015,90.6035614013672,66.488,64.5101470947266,1260.62750708797,Sub-Saharan Africa ,Lower middle income +SV,6.13,0.05618,El Salvador,2015,86.1727294921875,73.267,95.4,3333.9462109483,Latin America & Caribbean ,Lower middle income +SX,NA,NA,Sint Maarten (Dutch part),2015,NA,NA,100,NA,Latin America & Caribbean ,High income +SY,3.006,0.05015,Syrian Arab Republic,2015,NA,69.904,99.6365203857422,NA,Middle East & North Africa,Lower middle income +TC,NA,NA,Turks and Caicos Islands,2015,NA,NA,95.4321975708008,NA,Latin America & Caribbean ,High income +TD,3.667,0.0383,Chad,2015,NA,52.575,7.7,962.655922565098,Sub-Saharan Africa ,Low income +TG,2.839,0.06727,Togo,2015,94.5440979003906,59.949,45.0285453796387,545.577884885336,Sub-Saharan Africa ,Low income +TH,6.455,0.03557,Thailand,2015,89.6202774047852,75.103,99.6,5739.76265158467,East Asia & Pacific,Upper middle income +TJ,4.786,0.03198,Tajikistan,2015,94.3511123657227,70.879,99.9973526000976,925.621638386918,Europe & Central Asia,Lower middle income +TL,NA,NA,Timor-Leste,2015,83.7419815063477,68.569,67.2815339423354,3009.1487722328,East Asia & Pacific,Lower middle income +TM,5.548,0.04175,Turkmenistan,2015,NA,67.704,100,6693.93561006515,Europe & Central Asia,Upper middle income +TN,4.739,0.03589,Tunisia,2015,NA,75.525,100,4270.8740483977,Middle East & North Africa,Lower middle income +TO,NA,NA,Tonga,2015,NA,72.88,96.1754531860352,3694.46240875432,East Asia & Pacific,Upper middle income +TR,5.332,0.03864,Turkey,2015,94.8689270019531,75.498,100,13898.748837968,Europe & Central Asia,Upper middle income +TT,6.168,0.10895,Trinidad and Tobago,2015,NA,70.556,100,16824.6726383117,Latin America & Caribbean ,High income +TV,NA,NA,Tuvalu,2015,NA,NA,99.0326766967773,3459.77855114164,East Asia & Pacific,Upper middle income +TZ,3.781,0.05061,Tanzania,2015,NA,64.95,18.5,835.97094587663,Sub-Saharan Africa ,Low income +UA,4.681,0.04412,Ukraine,2015,NA,71.189512195122,100,2828.88539029976,Europe & Central Asia,Lower middle income +UG,3.931,0.04317,Uganda,2015,NA,59.575,18.5,654.136578519892,Sub-Saharan Africa ,Low income +US,7.119,0.03839,United States,2015,92.9419784545898,78.690243902439,100,51933.4048064982,North America,High income +UY,6.485,0.04539,Uruguay,2015,97.2386779785156,77.341,99.70948,13859.4073942395,Latin America & Caribbean ,High income +UZ,6.003,0.04361,Uzbekistan,2015,94.4095306396484,71.192,100,1851.47277905238,Europe & Central Asia,Lower middle income +VC,NA,NA,St. Vincent and the Grenadines,2015,93.9759368896484,73.06,99.4550628662109,6579.12333760027,Latin America & Caribbean ,Upper middle income +VE,6.81,0.06476,"Venezuela, RB",2015,89.4771423339844,74.367,99.4607391357422,NA,Latin America & Caribbean ,Upper middle income +VG,NA,NA,British Virgin Islands,2015,NA,NA,NA,NA,Latin America & Caribbean ,High income +VI,NA,NA,Virgin Islands (U.S.),2015,NA,79.1682926829268,100,29389.0576736405,Latin America & Caribbean ,High income +VN,5.36,0.03107,Vietnam,2015,NA,76.052,100,1651.23467528936,East Asia & Pacific,Lower middle income +VU,NA,NA,Vanuatu,2015,85.8159866333008,71.925,44.6696128845215,2823.70782875692,East Asia & Pacific,Lower middle income +WS,NA,NA,Samoa,2015,95.9240188598633,74.77,99.9382781982422,3555.05603271721,East Asia & Pacific,Upper middle income +XK,NA,NA,Kosovo,2015,NA,71.3463414634146,100,3802.04840036962,Europe & Central Asia,Lower middle income +YE,4.077,0.04367,"Yemen, Rep.",2015,NA,64.743,70.2139053344727,674.863535926154,Middle East & North Africa,Lower middle income +ZA,4.642,0.04585,South Africa,2015,80.0298309326172,61.981,85.5,7575.17476995137,Sub-Saharan Africa ,Upper middle income +ZM,5.129,0.06988,Zambia,2015,NA,61.397,31.1,1618.45766533614,Sub-Saharan Africa ,Lower middle income +ZW,4.61,0.0429,Zimbabwe,2015,NA,60.398,33.7,933.50326674854,Sub-Saharan Africa ,Low income diff --git a/docs/projects/week-8/happiness.Rmd b/docs/projects/week-8/happiness.Rmd new file mode 100644 index 00000000..a7cd729a --- /dev/null +++ b/docs/projects/week-8/happiness.Rmd @@ -0,0 +1,50 @@ +--- +title: "Happiness" +output: html_document +--- + +```{r warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) + +world_happiness <- read_csv("data/world_happiness.csv") %>% + mutate(latin_america = region == "Latin America & Caribbean") +``` + +# Indicator variables + +```{r} +model_life_school_region <- lm(happiness_score ~ life_expectancy + + school_enrollment + region, + data = world_happiness) +tidy(model_life_school_region) +``` + +```{r} +model_life_school_la <- lm(happiness_score ~ life_expectancy + latin_america, + data = world_happiness) +tidy(model_life_school_la) +``` + +```{r} +ggplot(world_happiness, aes(x = life_expectancy, y = happiness_score)) + + geom_point(aes(color = latin_america)) + + geom_abline(slope = 0.1023494, intercept = -2.0770858, color = "blue", linewidth = 2) + + geom_abline(slope = 0.1023494, intercept = -2.0770858 + 0.6234255, + color = "orange", linewidth = 2) +``` + +```{r} +model_life_school_la_int <- lm(happiness_score ~ life_expectancy + latin_america + + life_expectancy * latin_america, + data = world_happiness) +tidy(model_life_school_la_int) +``` + +```{r} +ggplot(world_happiness, aes(x = life_expectancy, y = happiness_score)) + + geom_point(aes(color = latin_america)) + + geom_abline(slope = 0.10154408, intercept = -2.01948544, color = "blue", linewidth = 2) + + geom_abline(slope = 0.10154408 + 0.02884127, intercept = -2.01948544 + -1.51554651, + color = "darkred", linewidth = 2) +``` diff --git a/docs/projects/week-8/hotdogs.Rmd b/docs/projects/week-8/hotdogs.Rmd new file mode 100644 index 00000000..8bd4ef70 --- /dev/null +++ b/docs/projects/week-8/hotdogs.Rmd @@ -0,0 +1,36 @@ +--- +title: "Hot dogs" +output: html_document +--- + +```{r warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) + +# This way is hard to read and can be miserable +hotdogs <- tibble(price = c(2.00, 2.35, 2.35, 2.70), + cheese = c(FALSE, TRUE, FALSE, TRUE), + chili = c(FALSE, FALSE, TRUE, TRUE)) + +# This way lets you specify tables row-wise (hence t*r*ibble) and is far easier to read +hotdogs <- tribble( + ~price, ~cheese, ~chili, + 2.00, FALSE, FALSE, + 2.35, TRUE, FALSE, + 2.35, FALSE, TRUE, + 2.70, TRUE, TRUE +) + +model <- lm(price ~ cheese + chili + cheese * chili, data = hotdogs) +``` + +```{r} +tidy(model) +``` + +```{r} +tidy(model) %>% + select(term, estimate) %>% + mutate(estimate = round(estimate, 2)) +``` + diff --git a/docs/projects/week-8/math.Rmd b/docs/projects/week-8/math.Rmd new file mode 100644 index 00000000..a352ba69 --- /dev/null +++ b/docs/projects/week-8/math.Rmd @@ -0,0 +1,78 @@ +--- +title: "Effect of reading a math story on math anxiety" +output: html_document +--- + +```{r warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(scales) # For things like percent() + +results <- read_csv("data/math_survey.csv") %>% + mutate(anxious_num = recode(math_anxiety, Yes = 1, No = 0)) %>% + mutate(treatment = fct_relevel(treatment, "Normal story")) +``` + + +# Difference-in-differences by hand + +```{r} +group_props <- results %>% + drop_na(math_anxiety) %>% + group_by(wave, treatment, math_anxiety) %>% + summarize(num = n()) %>% + group_by(wave, treatment) %>% + mutate(total = sum(num), + prop_math_anxious = num / total) %>% + filter(math_anxiety == "Yes") +group_props +``` + +We care about the difference in the differences: + +$$ +(\text{After} - \text{before})_{\text{treatment}} - (\text{After} - \text{before})_{\text{control}} +$$ + +```{r} +after_treatment <- group_props %>% + filter(treatment == "Math story", wave == 2) %>% + pull(prop_math_anxious) + +# TODO: Calculate these other values and make a table with cells for A, B, C, +# and D; then calculate the difference in differences + +# before_treatment +# after_control +# before_control +``` + +```{r} +dd_effect <- (after_treatment - before_treatment) - (after_control - before_control) +dd_effect +``` + + +# Difference-in-differences with regression + +```{r} +# TODO: Calculate the same effect using regression instead of a 2x2 matrix +``` + + +# Plot + +```{r} +ggplot(group_props, aes(x = as.factor(wave), + y = prop_math_anxious, + color = treatment)) + + geom_line(aes(group = treatment)) #+ + # annotate(geom = "segment", x = "1", xend = "2", + # y = before_treatment, yend = after_treatment - dd_effect, + # linetype = "dashed", color = "grey50") + + # annotate(geom = "segment", x = "2", xend = "2", + # y = after_treatment, yend = after_treatment - dd_effect, + # linetype = "dotted", color = "blue") + + # annotate(geom = "label", x = "2", y = 0.42, label = "Program effect", + # size = 3) +``` diff --git a/docs/projects/week-8/math_answers.Rmd b/docs/projects/week-8/math_answers.Rmd new file mode 100644 index 00000000..e54d7ebf --- /dev/null +++ b/docs/projects/week-8/math_answers.Rmd @@ -0,0 +1,109 @@ +--- +title: "Effect of reading a math story on math anxiety" +output: html_document +--- + +```{r warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(scales) # For things like percent() + +results <- read_csv("data/math_survey.csv") %>% + mutate(anxious_num = recode(math_anxiety, Yes = 1, No = 0)) %>% + mutate(treatment = fct_relevel(treatment, "Normal story")) +``` + + +# Difference-in-differences by hand + +```{r} +group_props <- results %>% + drop_na(math_anxiety) %>% + group_by(wave, treatment, math_anxiety) %>% + summarize(num = n()) %>% + group_by(wave, treatment) %>% + mutate(total = sum(num), + prop_math_anxious = num / total) %>% + filter(math_anxiety == "Yes") +group_props +``` + + +We care about the difference in the differences: + +$$ +(\text{After} - \text{before})_{\text{treatment}} - (\text{After} - \text{before})_{\text{control}} +$$ + +```{r} +after_treatment <- group_props %>% + filter(treatment == "Math story", wave == 2) %>% + pull(prop_math_anxious) + +before_treatment <- group_props %>% + filter(treatment == "Math story", wave == 1) %>% + pull(prop_math_anxious) + +after_control <- group_props %>% + filter(treatment == "Normal story", wave == 2) %>% + pull(prop_math_anxious) + +before_control <- group_props %>% + filter(treatment == "Normal story", wave == 1) %>% + pull(prop_math_anxious) +``` + + +```{r} +dd_effect <- (after_treatment - before_treatment) - (after_control - before_control) +dd_effect +``` + +# Difference-in-differences with regression and interaction terms + +```{r} +dd_regression <- lm(anxious_num ~ wave + treatment + wave * treatment, + data = results) +tidy(dd_regression) +``` + + +# Plot + +```{r} +hypothetical_trend <- after_control - before_control + +ggplot(group_props, + aes(x = as.factor(wave), y = prop_math_anxious, + color = treatment, group = treatment)) + + geom_line(size = 2) + + geom_segment(aes(x = 1, y = before_treatment, xend = 2, + yend = (before_treatment + hypothetical_trend)), + linetype = "dotted", color = "grey10") + + geom_segment(aes(x = 2, xend = 2, + y = (before_treatment + hypothetical_trend - .005), + yend = after_treatment + 0.005), + color = "#BD1550", size = 2) + + annotate("label", x = 1.5, y = .27, label = "Normal story", + size = 3.5, color = "#490A3D") + + annotate("label", x = 1.5, y = .40, label = "Math story", + size = 3.5, color = "#8A9B0F") + + annotate("label", x = 2.05, y = (before_treatment + hypothetical_trend), + label = "Predicted trend\nwithout story", + size = 3.5, color = "grey10", hjust = 0) + + annotate("label", x = 2.05, + y = (before_treatment + hypothetical_trend) - (abs(dd_effect) / 2), + label = paste0("Effect of story\non anxiety: ", percent(dd_effect)), + size = 3.5, color = "#BD1550", hjust = 0, fontface = "bold") + + scale_color_manual(values = c("Math story" = "#8A9B0F", "Normal story" = "#490A3D")) + + scale_y_continuous(labels = percent_format(accuracy = 1)) + + scale_x_discrete(labels = c("Before", "After")) + + guides(color = "none") + + coord_cartesian(clip = "off", xlim = c(1.5, 1.85)) + + labs(x = NULL, y = "Proportion of class feeling math anxiety", + title = "Reading a story about math reduces math anxiety", + subtitle = "Experiment in four 4th grade classes") + + theme_minimal() + + theme(plot.title = element_text(face = "bold", size = rel(1.6))) +``` + diff --git a/docs/projects/week-8/mlda.Rmd b/docs/projects/week-8/mlda.Rmd new file mode 100644 index 00000000..dd901691 --- /dev/null +++ b/docs/projects/week-8/mlda.Rmd @@ -0,0 +1,96 @@ +--- +title: "Effect of lowering the minimum legal drinking age on mortality" +output: html_document +--- + +## Load and clean data + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(fixest) +library(tigris) + +deaths_raw <- read_csv("data/deaths.csv") +``` + +The original data has a column called `fips` that contains id numbers for each state based on the Federal Information Processing Standards (FIPS) system ([see this](https://en.wikipedia.org/wiki/Federal_Information_Processing_Standard_state_code) for a list of all state FIPS codes). We can add state names and abbreviations to the dataset by merging a lookup table of FIPS codes (`fips_codes`) from the **tigris** package: + +```{r} +fips <- fips_codes %>% + mutate(state_code = as.numeric(state_code)) %>% + group_by(state_code) %>% + slice(1) %>% + select(-county, -county_code) +``` + +```{r} +deaths <- deaths_raw %>% + mutate(state = as.numeric(state)) %>% + left_join(fips, by = c("state" = "state_code")) +``` + + +## Simple diff-in-diff with Alabama and Arkansas + +```{r} +# TODO: Make a new dataset based on `deaths` that only contains Alabama and Arkansas +# TODO: Make a new column called `after_change` that is TRUE (or 1) if year >= 1975 +# TODO: Make a new column called `is_alabama` that is TRUE (or 1) if the state is Alabama +# TODO: Filter the data so that it (1) only includes years <= 1983, (2) only includes the 18-20 age group (agegr), and (3) includes only the death type (dtype) of "all" +``` + +```{r} +# TODO: Use group_by() and summarize() to find the average mortality rate (mrate) in Alabama and Arkansas before and after the change (after_change) +``` + +```{r} +# TODO: Use lm() to calculate the diff-in-diff effect with this model: +``` + +$$ +\begin{aligned} +\text{Mortality}\ =&\ \beta_0 + \beta_1\ \text{Alabama} + \beta_2\ \text{After 1975}\ + \\ +&\ \beta_3\ (\text{Alabama} \times \text{After 1975}) +\end{aligned} +$$ + +```{r} +# TODO: Using the data for only Alabama and Arkansas, create a plot that shows +# the mortality rate over time, colored by state. Add a vertical line at 1975. +# Determine if the two states' trends are parallel pre-1975. +``` + + +## TWFE with all states + +```{r} +# TODO: Create a new dataset based on `deaths_raw` that (1) only includes years +# <= 1983, (2) only includes the 18-20 age group (agegr), and (3) includes only +# the death type (dtype) of "all" +``` + +```{r} +# TODO: Use that new data to create a TWFE model like this: +# +# HINT: The year column is currently numeric (like 1981, 1982, etc.), and R +# thinks that it's truly numeric (with possible values like 1980.432, etc.). To +# treat the year column like a categorical fixed effect, you need to make it a +# factor, so use factor(year) in your model code (or use mutate() above where +# you filter the data to create a factor version of the year column) +``` + +$$ +\text{Mortality}\ =\ \beta_0 + \beta_1\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{Year} +$$ + +```{r} +# TODO: Create another TWFE model that incorporates state-specific time trends by including the interaction of state and year: +``` + +$$ +\begin{aligned} +\text{Mortality}\ =\ & \beta_0 + \beta_1\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{Year} +\\ +&\beta_4\ (\text{State} \times \text{Year}) +\end{aligned} +$$ diff --git a/docs/projects/week-8/mlda_answers.Rmd b/docs/projects/week-8/mlda_answers.Rmd new file mode 100644 index 00000000..16d97d7b --- /dev/null +++ b/docs/projects/week-8/mlda_answers.Rmd @@ -0,0 +1,112 @@ +--- +title: "Effect of lowering the minimum legal drinking age on mortality" +output: html_document +--- + +```{r setup, warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(fixest) +library(tigris) + +# Mastering 'Metrics R code +# - https://jrnold.github.io/masteringmetrics/ +# Original Stata file: +# - http://masteringmetrics.com/wp-content/uploads/2015/01/deaths.dta +# Original Stata .do file: +# - http://masteringmetrics.com/wp-content/uploads/2015/01/analysis.do +deaths_raw <- read_csv("data/deaths.csv") +``` + +```{r} +fips <- fips_codes %>% + mutate(state_code = as.numeric(state_code)) %>% + group_by(state_code) %>% + slice(1) %>% + select(-county, -county_code) +``` + +```{r} +deaths <- deaths_raw %>% + mutate(state = as.numeric(state)) %>% + left_join(fips, by = c("state" = "state_code")) +``` + +```{r} +al_ar <- deaths %>% + filter(state_name %in% c("Alabama", "Arkansas")) %>% + mutate(after_change = year >= 1975, + is_alabama = state_name == "Alabama") %>% + filter(year <= 1983, agegr == "18-20 yrs", dtype == "all") +``` + +```{r} +ggplot(al_ar, aes(x = year, y = mrate, color = state_name)) + + geom_line() +``` + +```{r} +al_ar %>% + group_by(is_alabama, after_change) %>% + summarize(avg_mrate = mean(mrate)) +``` + +$$ +\begin{aligned} +\text{Mortality}\ =&\ \beta_0 + \beta_1\ \text{Alabama} + \beta_2\ \text{After 1975}\ + \\ +&\ \beta_3\ (\text{Alabama} \times \text{After 1975}) +\end{aligned} +$$ + +```{r} +model_al_ar <- lm(mrate ~ after_change + is_alabama + + (after_change * is_alabama), + data = al_ar) +tidy(model_al_ar) +``` + +```{r} +deaths_filtered <- deaths %>% + filter(year <= 1983, agegr == "18-20 yrs", dtype == "all") +``` + +$$ +\text{Mortality}\ =\ \beta_0 + \beta_1\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{Year} +$$ + +```{r} +model <- lm(mrate ~ legal + state_name + year, + data = deaths_filtered) +tidy(model) + +model_fe <- feols(mrate ~ legal | state_name + year, + cluster = ~ state_name, + data = deaths_filtered, + ssc = ssc(fixef.K = "full")) +tidy(model_fe) +``` + +```{r} +ggplot(deaths_filtered, aes(x = year, y = mrate, color = state_name)) + + geom_line() +``` + +$$ +\begin{aligned} +\text{Mortality}\ =\ & \beta_0 + \beta_1\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{Year} +\\ +&\beta_4\ (\text{State} \times \text{Year}) +\end{aligned} +$$ + +```{r} +model2 <- lm(mrate ~ legal + state_name + factor(year) + state_name:year, + data = deaths_filtered) +tidy(model2) + +model2_fe <- feols(mrate ~ legal + i(state_name, factor(year)) | state_name + year, + cluster = ~ state_name, + data = deaths_filtered, + ssc = ssc(fixef.K = "full")) +tidy(model2) +``` + diff --git a/docs/projects/week-8/organ-donations.Rmd b/docs/projects/week-8/organ-donations.Rmd new file mode 100644 index 00000000..4d9b4353 --- /dev/null +++ b/docs/projects/week-8/organ-donations.Rmd @@ -0,0 +1,62 @@ +--- +title: "Organ donations" +output: html_document +--- + +## Load and clean data + +```{r warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(fixest) + +organ_donations_raw <- read_csv("data/organ_donations.csv") +``` + +```{r} +# TODO: Make a dataset based on `organ_donations` that only contains California and New Jersey +# TODO: Make a new column called `After` that is TRUE (or 1) if the quarter is Q32011, Q42011, or Q12012 (or if Quarter_num is 4, 5, or 6) +# TODO: Make a new column called `is_california` that is TRUE (or 1) if the state is California +``` + + +## Simple diff-in-diff + +```{r} +# TODO: Using the data for only California and New Jersey, create a plot that shows +# the donation rate over time, colored by state. Add a vertical line at Q22011 (or Quarter_num = 3). +# Determine if the two states' trends are parallel before the change. +``` + +```{r} +# TODO: Use group_by() and summarize() to find the average donation rate in +# California and New Jersey before and after the change in California's policy +``` + +```{r} +# TODO: Use lm() to calculate the diff-in-diff effect with this model: +``` + +$$ +\begin{aligned} +\text{Donation rate}\ =&\ \beta_0 + \beta_1\ \text{California} + \beta_2\ \text{After Q22011}\ + \\ +&\ \beta_3\ (\text{California} \times \text{After Q22011}) +\end{aligned} +$$ + + +## Two-way fixed effects + +```{r} +# TODO: Create a new dataset based on `organ_donations_raw` +# TODO: Make a new column called `After` that is TRUE (or 1) if the quarter is Q32011, Q42011, or Q12012 (or if Quarter_num is 4, 5, or 6) +# TODO: Make a new column called `Treated` that is TRUE (or 1) if the state is California and After is TRUE/1 +``` + +```{r} +# TODO: Use that new data to create a TWFE model like this: +``` + +$$ +\text{Donation rate}\ =\ \beta_0 + \beta_1\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{After} +$$ diff --git a/docs/projects/week-8/organ-donations_answers.Rmd b/docs/projects/week-8/organ-donations_answers.Rmd new file mode 100644 index 00000000..84cd5e05 --- /dev/null +++ b/docs/projects/week-8/organ-donations_answers.Rmd @@ -0,0 +1,112 @@ +--- +title: "Organ donations" +output: html_document +--- + +## Load and clean data + +```{r warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(fixest) + +organ_donations_raw <- read_csv("data/organ_donations.csv") +``` + +```{r} +# TODO: Make a dataset based on `organ_donations` that only contains California and New Jersey +# TODO: Make a new column called `After` that is TRUE (or 1) if the quarter is Q32011, Q42011, or Q12012 (or if Quarter_num is 4, 5, or 6) +# TODO: Make a new column called `is_california` that is TRUE (or 1) if the state is California + +organ_ca_nj <- organ_donations_raw %>% + filter(State %in% c("California", "New Jersey")) %>% + mutate(After = Quarter %in% c("Q32011", "Q42011", "Q12012"), + is_california = State == "California") +``` + + +## Simple diff-in-diff + +```{r} +# TODO: Using the data for only California and New Jersey, create a plot that shows +# the donation rate over time, colored by state. Add a vertical line at Q22011 (or Quarter_num = 3). +# Determine if the two states' trends are parallel before the change. +ggplot(organ_ca_nj, aes(x = Quarter_Num, y = Rate, color = State)) + + geom_vline(xintercept = 3.5) + + geom_line() +``` + +```{r} +# TODO: Use group_by() and summarize() to find the average donation rate in +# California and New Jersey before and after the change in California's policy +diffs <- organ_ca_nj %>% + group_by(After, State) %>% + summarize(mean_rate = mean(Rate)) + +before_treatment <- diffs %>% + filter(After == FALSE, State == "California") %>% + pull(mean_rate) + +before_control <- diffs %>% + filter(After == FALSE, State == "New Jersey") %>% + pull(mean_rate) + +after_treatment <- diffs %>% + filter(After == TRUE, State == "California") %>% + pull(mean_rate) + +after_control <- diffs %>% + filter(After == TRUE, State == "New Jersey") %>% + pull(mean_rate) + +diff_treatment_before_after <- after_treatment - before_treatment +diff_treatment_before_after + +diff_control_before_after <- after_control - before_control +diff_control_before_after + +diff_diff <- diff_treatment_before_after - diff_control_before_after +diff_diff +``` + +```{r} +# TODO: Use lm() to calculate the diff-in-diff effect with this model: +model_diff_diff <- lm(Rate ~ is_california + After + (is_california * After), + data = organ_ca_nj) +tidy(model_diff_diff) +``` + +$$ +\begin{aligned} +\text{Donation rate}\ =&\ \beta_0 + \beta_1\ \text{California} + \beta_2\ \text{After Q22011}\ + \\ +&\ \beta_3\ (\text{California} \times \text{After Q22011}) +\end{aligned} +$$ + + +## Two-way fixed effects + +```{r} +# TODO: Create a new dataset based on `organ_donations_raw` +# TODO: Make a new column called `After` that is TRUE (or 1) if the quarter is Q32011, Q42011, or Q12012 (or if Quarter_num is 4, 5, or 6) +# TODO: Make a new column called `Treated` that is TRUE (or 1) if the state is California and After is TRUE/1 + +organ <- organ_donations_raw %>% + mutate(After = Quarter %in% c("Q32011", "Q42011", "Q12012")) %>% + mutate(Treated = State == "California" & After == TRUE) +``` + +```{r} +# TODO: Use that new data to create a TWFE model like this: +model_twfe <- lm(Rate ~ Treated + State + After, + data = organ) +tidy(model_twfe) + +model_twfe_nice <- feols(Rate ~ Treated | State + After, + data = organ) +tidy(model_twfe_nice) +``` + +$$ +\text{Donation rate}\ =\ \beta_0 + \beta_1\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{After} +$$ diff --git a/docs/projects/week-8/penguins.Rmd b/docs/projects/week-8/penguins.Rmd new file mode 100644 index 00000000..d4b7fce5 --- /dev/null +++ b/docs/projects/week-8/penguins.Rmd @@ -0,0 +1,45 @@ +--- +title: "Penguins and interactions" +output: html_document +--- + +```{r warning=FALSE, message=FALSE} +library(tidyverse) +library(broom) +library(palmerpenguins) + +penguins <- penguins %>% drop_na(sex) +``` + + +```{r} +model_basic <- lm(body_mass_g ~ flipper_length_mm + species, + data = penguins) + +tidy(model_basic) +``` + + +```{r} +basic_predictions <- augment(model_basic, penguins) + +ggplot(penguins, aes(x = flipper_length_mm, y = body_mass_g)) + + geom_point(aes(color = species)) + + geom_smooth(data = basic_predictions, aes(y = .fitted, color = species)) +``` + + +```{r} +model_interaction <- lm(body_mass_g ~ flipper_length_mm * species, + data = penguins) + +tidy(model_interaction) +``` + + +```{r} +ggplot(penguins, aes(x = flipper_length_mm, y = body_mass_g)) + + geom_point(aes(color = species)) + + geom_smooth(aes(color = species), method = "lm", se = FALSE) +``` + diff --git a/docs/projects/week-8/references.bib b/docs/projects/week-8/references.bib new file mode 100644 index 00000000..8391c297 --- /dev/null +++ b/docs/projects/week-8/references.bib @@ -0,0 +1,62 @@ +%% This BibTeX bibliography file was created using BibDesk. +%% https://bibdesk.sourceforge.io/ + +%% Created for Andrew Heiss at 2021-10-11 15:44:16 -0400 + + +%% Saved with string encoding Unicode (UTF-8) + + + +@article{AltonjiElderTaber:2005, + author = {Joseph G. Altonji and Todd E. Elder and Christopher R. Taber}, + date-added = {2021-10-11 15:44:01 -0400}, + date-modified = {2021-10-11 15:44:01 -0400}, + doi = {10.1086/426036}, + journal = {Journal of Political Economy}, + month = {2}, + number = {1}, + pages = {151--184}, + title = {Selection on Observed and Unobserved Variables: Assessing the Effectiveness of Catholic Schools}, + volume = {113}, + year = {2005}, + bdsk-url-1 = {https://doi.org/10.1086/426036}} + +@article{CinelliHazlett:2020, + author = {Carlos Cinelli and Chad Hazlett}, + date-added = {2021-10-11 15:43:53 -0400}, + date-modified = {2021-10-11 15:43:53 -0400}, + doi = {10.1111/rssb.12348}, + journal = {Journal of the Royal Statistical Society: Series B (Statistical Methodology)}, + month = {2}, + number = {1}, + pages = {39--67}, + rating = {0}, + read = {0}, + title = {Making Sense of Sensitivity: Extending Omitted Variable Bias}, + volume = {82}, + year = {2020}, + bdsk-url-1 = {https://doi.org/10.1111/rssb.12348}} + +@article{LinPsatyKronmal:1998, + author = {D. Y. Lin and B. M. Psaty and R. A. Kronmal}, + date-added = {2021-10-11 15:43:44 -0400}, + date-modified = {2021-10-11 15:43:44 -0400}, + doi = {10.2307/2533848}, + journal = {Biometrics}, + month = {9}, + number = {3}, + pages = {948--963}, + title = {Assessing the Sensitivity of Regression Results to Unmeasured Confounders in Observational Studies}, + volume = {54}, + year = {1998}, + bdsk-url-1 = {https://doi.org/10.2307/2533848}} + +@book{MurnaneWillett:2011, + address = {Oxford}, + author = {Richard J. Murnane and John B. Willett}, + date-added = {2021-10-11 15:43:44 -0400}, + date-modified = {2021-10-11 15:43:44 -0400}, + publisher = {Oxford University Press}, + title = {Methods Matter: Improving Causal Inference in Educational and Social Science Research}, + year = {2011}} diff --git a/docs/projects/week-8/unobserved-confounding.Rmd b/docs/projects/week-8/unobserved-confounding.Rmd new file mode 100644 index 00000000..2a7f339e --- /dev/null +++ b/docs/projects/week-8/unobserved-confounding.Rmd @@ -0,0 +1,1016 @@ +--- +title: "Unobserved confounding" +output: + html_document: + toc: yes +bibliography: "references.bib" +csl: "chicago-author-date.csl" +link-citations: true +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(fig.width = 6, fig.height = 3.6, + fig.align = "center", fig.retina = 3) +``` + +```{r load-libraries, message=FALSE, warning=FALSE} +library(tidyverse) # ggplot(), %>%, mutate(), and friends +library(ggdag) # Make DAGs +library(dagitty) # Do DAG logic with R +library(haven) # Load data from Stata files +library(broom) # Convert models to data frames +library(patchwork) # Combine ggplot plots + +set.seed(1234) # Make all random draws reproducible +``` + +## You can never close every backdoor without an experiment + +Throughout the semester, we've used causal models to map out the data generating process that connects a treatment (like a program or a policy) to a social outcome. By drawing DAGs, we can ostensibly find causal effects in observational non-experimental data by using DAG logic to close backdoor paths and deal with confounding. You've even done this with [matching and inverse probability weighting](/example/matching-ipw/), and you'll be doing it with quasi-experimental designs like [diff-in-diff](/example/diff-in-diff/), [regression discontinuity](/example/rdd/), and [instrumental variables](/example/iv/). + +However, doing observational causal inference requires a fairly strong assumption: all nodes that need to be adjusted for are observable and measurable. Let's go back to the mosquito net program example we used in the [matching and inverse probability weighting](/example/matching-ipw/) example, and let's add a new node here for unobserved confounding—something unknown causes people to both use nets and causes changes in individual malaria risk. + +```{r build-mosquito-dag-full, fig.width=8} +mosquito_dag <- dagify( + malaria_risk ~ net + income + health + temperature + resistance + unobserved, + net ~ income + health + temperature + eligible + household + unobserved, + eligible ~ income + household, + health ~ income, + exposure = "net", + outcome = "malaria_risk", + coords = list(x = c(malaria_risk = 7, net = 3, income = 4, health = 4, unobserved = 6, + temperature = 6, resistance = 8.5, eligible = 2, household = 1), + y = c(malaria_risk = 2, net = 2, income = 3, health = 1, unobserved = 1, + temperature = 3, resistance = 2, eligible = 3, household = 2)), + labels = c(malaria_risk = "Risk of malaria", net = "Mosquito net", income = "Income", + health = "Health", temperature = "Nighttime temperatures", + resistance = "Insecticide resistance", + eligible = "Eligible for program", household = "Number in household", + unobserved = "Other stuff we can't measure") +) + +ggdag_status(mosquito_dag, use_labels = "label", text = FALSE) + + guides(fill = "none", color = "none") + # Disable the legend + theme_dag() +``` + +If we could run an RCT for this net program, we'd get to delete all the arrows going into the mosquito net node, since we'd have total control over the assignment to treatment (and thus control over that aspect of the data generating process). Our DAG would look like this, and the arrow between the program and the outcome would be completely isolated and identified. We'd be able to easily and confidently measure the effect of mosquito net use on malaria risk with just a basic `lm(malaria_risk ~ net)`: + +```{r build-mosquito-dag-rct, fig.width=8} +mosquito_dag_rct <- dagify( + malaria_risk ~ net + income + health + temperature + resistance + unobserved, + # net ~ income + health + temperature + eligible + household + unobserved, + eligible ~ income + household, + health ~ income, + exposure = "net", + outcome = "malaria_risk", + coords = list(x = c(malaria_risk = 7, net = 3, income = 4, health = 4, unobserved = 6, + temperature = 6, resistance = 8.5, eligible = 2, household = 1), + y = c(malaria_risk = 2, net = 2, income = 3, health = 1, unobserved = 1, + temperature = 3, resistance = 2, eligible = 3, household = 2)), + labels = c(malaria_risk = "Risk of malaria", net = "Mosquito net", income = "Income", + health = "Health", temperature = "Nighttime temperatures", + resistance = "Insecticide resistance", + eligible = "Eligible for program", household = "Number in household", + unobserved = "Other stuff we can't measure") +) + +ggdag_status(mosquito_dag_rct, use_labels = "label", text = FALSE) + + guides(fill = "none", color = "none") + # Disable the legend + theme_dag() +``` + +Since we don't have experimental data, though, we're stuck with observational data. Never fear though! We can use *do*-calculus logic to see what we need to adjust for statistically to remove confounding: + +```{r mosquito-adjustment} +adjustmentSets(mosquito_dag) +``` + +Easy! To isolate the causal effect, we just have to adjust for health, income, nighttime temperatures and… \ unobserved and unmeasurable things. oh no. You can't adjust for things that you can't measure (or can't even see). + +With experiments, you get to eliminate all confounding by definition—that's why experiments are great. With observational data, you'll always have unobserved confounding lurking in the shadows. + + +## Sensitivity analysis + +One neat approach for dealing with unobserved confounding is to run your analysis assuming you've measured everything and closed all the required backdoors, and then see how sensitive your results are to hypothetical confounders. You can explore a bunch of different questions: + +- How much of an effect would a single hypothetical unmeasured confounder have to have on both treatment and outcome to make the estimated causal effect 0? +- How much of an effect would a single hypothetical unmeasured confounder have to have on both treatment and outcome to make it so the confidence interval of the causal effect includes 0? +- How many smaller hypothetical unmeasured confounders would there have to be make the estimated causal effect 0, or make it so the confidence interval includes 0? +- How likely is it that there are unmeasured confounders in the world that are that strong? + +Basically your goal with sensitivity analysis is to try to ruin your causal effect. You want to see how much unobserved confounding you can throw at your causal effect before it breaks, then explore if that much confounding is plausible. If throwing just a single little hypothetical confounder into your model is enough to eliminate the causal effect, you're probably in bad shape. If it would take substantial confounding to break it, you're probably safe. + +Our goal in this example is to estimate causal effects for two different situations: + +- **The effect of a hypothetical mosquito net program on malaria risk** (which we already used in the [DAG example](/example/dags/) and the [matching/IPW example](/example/matching-ipw/)). This data is **fake**. There's a built-in average treatment effect of −10: using a mosquito net causes the risk of malaria to decrease by 10 points, on average. +- **The effect of attending Catholic school on math scores.** This data is **real** and was used by @AltonjiElderTaber:2005 (and by lots of other researchers since then). A widely used econometrics textbook called [*Methods Matter*](https://global.oup.com/academic/product/methods-matter-9780199753864) [@MurnaneWillett:2011] uses this data as an example, too, and [you can access the data from Stata](https://stats.idre.ucla.edu/stata/examples/methods-matter/chapter12/). Since this isn't fake data, we actually have no idea what the true average treatment effect is. + +Let's find—and then ruin—these effects! + + +## Data background + +Let's quickly look at the data we'll be using. + +### Fake mosquito net program + +Our main question here is whether using mosquito nets decreases an individual's risk of contracting malaria. Fake researchers have collected data from 1,752 fake households in a fake country and have variables related to environmental factors, individual health, and household characteristics. The CSV file contains the following columns: + +- Malaria risk (`malaria_risk`): The likelihood that someone in the household will be infected with malaria. Measured on a scale of 0–100, with higher values indicating higher risk. +- Mosquito net (`net` and `net_num`): A binary variable indicating if the household used mosquito nets. +- Eligible for program (`eligible`): A binary variable indicating if the household is eligible for the free net program. +- Income (`income`): The household's monthly income, in US dollars. +- Nighttime temperatures (`temperature`): The average temperature at night, in Celsius. +- Health (`health`): Self-reported healthiness in the household. Measured on a scale of 0–100, with higher values indicating better health. +- Number in household (`household`): Number of people living in the household. +- Insecticide resistance (`resistance`): Some strains of mosquitoes are more resistant to insecticide and thus pose a higher risk of infecting people with malaria. This is measured on a scale of 0–100, with higher values indicating higher resistance. + +### Real Catholic schools + +Our main question here is whether attending a Catholic high school (instead of a public high school) causes people to have higher math scores in 12th grade. The data contains a sample of 5,671 students from the [National Education Longitudinal Study of 1988](https://nces.ed.gov/surveys/nels88/) (NELS:88)—these students lived in households with annual income of less than $75,000 (1988 dollars) in the first year of the NELS:88 survey. A clean version of the dataset is available at [UCLA's IDRE statistical consulting website](https://stats.idre.ucla.edu/stata/examples/methods-matter/chapter12/), but only as a Stata file. I loaded this data using Stata, then saved it from Stata and [included it here](/files/data/external_data/catholic.dta) on this website. (You can see another example of this data being [used for propensity score matching here](https://bookdown.org/aschmi11/causal_inf/propensity-score-matching.html).) + +The `.dta` file contains 25 columns, but these are the ones we'll care about for this example: + +- Math score (`math12`): Standardized math score in 12th grade. Ranges between 30ish and 71ish. +- Catholic school (`catholic`): A binary variable indicating if the student attended a catholic high school (`1`) or a public high school (`0`). +- Family income (`faminc8`, converted to `inc8`): Total family income in 8th grade. This is a categorical variable, but the authors of this study convert levels to actual numbers that fall in the income range. These numbers are in thousands of dollars (so 2 means \$2,000): + - None: 0 + - < \\$1,000: 0.5 + - \\$1,000-\\$2,999: 2 + - \\$3,000-\\$4,999: 4 + - \\$5,000-\\$7,499: 6.25 + - \\$7,500-\\$9,999: 8.75 + - \\$10,000-\\$14,999: 12.5 + - \\$15,000-\\$19,999: 17.5 + - \\$20,000-\\$24,999: 22.5 + - \\$25,000-\\$34,999: 30 + - \\$35,000-\\$49,999: 42.5 + - \\$50,000-\\$74,999: 62.5 +- 8th grade math score (`math8`): Standardized math score in 8th grade. +- Father's support (`fhowfar`): How far in school the student's father wants the student to go. Categorical variable with these levels: + - 1: Not finish high school + - 2: High school graduation + - 3: Junior college graduation + - 4: Less than four years of college + - 5: College graduation + - 6: Post-secondary education +- Mother's support (`mhowfar`): How far in school the student's mother wants the student to go. Categorical variable with the same levels as `fhowfar`. +- Fighting behavior (`fight8`): A categorical variable indicating if the student got into a fight with another student in 8th grade: + - 1: Never + - 2: Once or twice + - 3: More than twice +- Homework non-completion (`nohw8`): A binary variable indicating if the student rarely completed homework in 8th grade. +- Disruptiveness (`disrupt8`): A binary variable indicating if the student was frequently disruptive in 8th grade. +- Drop-out risk factors (`riskdrop8`): A count of the number of risk factors for dropping out of school. Ranges between 0 and 5. + +--- + +Let's load the data and get started! + +```{r load-data-fake} +nets <- read_csv("data/mosquito_nets.csv") + +school_data <- read_stata("data/catholic.dta") %>% + # This data comes with Stata column labels and formatting details that can + # sometimes conflict with R functions, so `zap_labels()` and `zap_formats()` + # here get rid of them + zap_labels() %>% + zap_formats() %>% + # Make a categorical version of the catholic column + mutate(catholic_f = factor(catholic, labels = c("Public", "Catholic"))) %>% + # The faminc8 column shows the family's income in 8th grade, but using a + # 12-level categorical system. The authors of the original study converted + # this system to an actual value based on the middle of the range. So since + # level 3 represents $1000-$2999, they use 2, etc. + mutate(inc8 = recode(faminc8, + "1" = 0, + "2" = .5, + "3" = 2, + "4" = 4, + "5" = 6.25, + "6" = 8.75, + "7" = 12.5, + "8" = 17.5, + "9" = 22.5, + "10" = 30, + "11" = 42.5, + "12" = 62.5 + )) +``` + + +## Important background concepts + +Before we look at how to tip and ruin our causal effects, we have to look at two important background concepts: (1) standardization and z-scores and (2) partial $R^2$. + +### Standardization and z-scores + +Most of the time, we think about the distributions of variables with their original values. For instance, here's what the range of 12th grade math scores looks like across our treatment (Catholic) and control (public) groups: + +```{r math-dist-regular} +ggplot(school_data, aes(x = math12, fill = catholic_f)) + + geom_density(alpha = 0.5) +``` + +The scores range between 30ish and 70ish, and it seems like the distribution in Catholic schools is higher than public schools—the average for Catholic school students appears to cluster around 60. + +We can calculate the actual average scores and overlay them as vertical lines: + +```{r math-dist-regular-lines} +math_averages <- school_data %>% + group_by(catholic_f) %>% + summarize(avg = mean(math12)) +math_averages + +ggplot(school_data, aes(x = math12, fill = catholic_f)) + + geom_density(alpha = 0.5) + + geom_vline(data = math_averages, + aes(xintercept = avg, color = catholic_f)) +``` + +Based on our `math_averages` table, there's a 4ish point difference in averages. We can use a little regression model to find the actual difference: + +```{r math-diff-naive} +model_math_naive <- lm(math12 ~ catholic_f, data = school_data) +tidy(model_math_naive) +``` + +The Catholic school "effect" is 3.89. This is **most definitely not a causal effect at all**—we haven't taken care of any of the confounders!—but we'll work with this for now just for illustration. + +An alternative way to think about these math scores is to **standardize** them, or scale them down so that the average score is 0 and all other observations are scaled based on how far away they are from the average. In past stats classes you probably learned about z-scores—those are standardized values. To calculate a z-score, you use this formula: + +$$Z = \frac{\overbrace{x}^{\substack{\text{Actual} \\ \text{value}}} - \overbrace{\mu}^{\text{Mean}}}{\underbrace{\sigma}_{\text{Standard deviation}}}$$ + +Fortunately R makes this really easy—the built-in `scale()` function will center and rescale columns for you. Let's make a scaled version (i.e. z-scores) of math scores and name it `math12_z`. + +```{r math-diff-scaled} +school_data_scaled <- school_data %>% + mutate(math12_z = scale(math12)) + +school_data_scaled %>% + select(math12, math12_z) %>% + head() + +# See the overall average and standard deviation +school_data_scaled %>% + summarize(avg = mean(math12), + sd = sd(math12)) +``` + +These z-scores measure how far away each student's score is from the average, or 51.1. Person 1 here is a little bit below the average, Person 2 is fairly higher than the average, Person 3 is almost exactly at the average, and so on. + +The units of these z-scores are technically the number of standard deviations away from the average each person is. The standard deviation of the math scores is 9.5. That means that someone with a z-score of 1 would have a math score of 9.5 higher than the average. If you look at Person 2, they're pretty close to 1, and their score of 59.8 is `r 59.8 - 51.1` points higher than the average of 51.1, which is close to 9.5. If you look at person number 3, their z-score is -0.07, which means that they're just a little bit below the average. More precisely, they're `-0.07 * 9.1` (`r -0.07 * 9.1`) points below the average. + +If you want, you can even transform z-scores back to their original values—multiply the z-score by the standard deviation and add the mean. You can see how that works if we algebraically rearrange the z-score formula so that $x$ (the original value) is on its own: + +$$ +\begin{aligned} +\frac{x - \mu}{\sigma} &= Z \\ +x - \mu &= Z \times \sigma \\ +x &= (Z \times \sigma) + \mu +\end{aligned} +$$ + +For example, Person 2's z-score is 0.925. If we multiply that by the standard deviation ($\sigma$) and add the mean ($\mu$), we should get their original score of 59.8: + +```{r rescale-math-scores} +# This isn't 100% accurate because of rounding +(0.925 * 9.5) + 51.1 + +# Fortunately R stores the mean and standard deviation of scaled columns as +# special invisible attribute that we can extract and use: +math_sigma <- attr(school_data_scaled$math12_z, "scaled:scale") +math_mu <- attr(school_data_scaled$math12_z, "scaled:center") +# These are also just the mean and sd of the original math column + +person2_score <- school_data_scaled %>% + slice(2) %>% pull(math12_z) + +(person2_score * math_sigma) + math_mu +``` + +So how do these scaled z-scores compare with the actual scores? Let's look at the distribution: + +```{r plot-math-diff-scaled} +math_averages_scaled <- school_data_scaled %>% + group_by(catholic_f) %>% + summarize(avg_z = mean(math12_z)) +math_averages_scaled + +ggplot(school_data_scaled, aes(x = math12_z, fill = catholic_f)) + + geom_density(alpha = 0.5) + + geom_vline(data = math_averages_scaled, + aes(xintercept = avg_z, color = catholic_f)) + +model_math_naive_z <- lm(math12_z ~ catholic_f, data = school_data_scaled) +tidy(model_math_naive_z) +``` + +This is the same plot that we saw earlier! The only difference is the x-axis—it now ranges between -2ish and 2ish instead of 30 and 70, since all we really did was transform and scale down the original test scores. They're centered around 0 and are measured in standard deviations now, but deep down inside they're still just the original test scores. The group averages are also measured in standard deviations now too (and we can rescale them back up if we want, too): + +```{r math-rescale-avg} +math_averages_scaled %>% + mutate(avg_rescaled = (avg_z * math_sigma) + math_mu) +``` + +Now instead of saying that the Catholic school "effect" is 3.89 points on the math test, we can say that it's 0.367 standard deviations. + +For fun, we can look at the distribution of malaria risk in the mosquito net data too: + +```{r net-plot-scales, fig.width=8} +nets_scaled <- nets %>% + mutate(malaria_risk_z = scale(malaria_risk)) + +malaria_averages <- nets_scaled %>% + group_by(net) %>% + summarize(avg = mean(malaria_risk), + avg_z = mean(malaria_risk_z)) + +malaria_regular <- ggplot(nets_scaled, aes(x = malaria_risk, fill = net)) + + geom_density(alpha = 0.5) + + geom_vline(data = malaria_averages, + aes(xintercept = avg, color = net)) + + guides(fill = "none", color = "none") + +malaria_scaled <- ggplot(nets_scaled, aes(x = malaria_risk_z, fill = net)) + + geom_density(alpha = 0.5) + + geom_vline(data = malaria_averages, + aes(xintercept = avg_z, color = net)) + +malaria_regular | malaria_scaled +``` + +```{r net-naive-models} +model_net_naive <- lm(malaria_risk ~ net, data = nets_scaled) +tidy(model_net_naive) + +model_net_naive_z <- lm(malaria_risk_z ~ net, data = nets_scaled) +tidy(model_net_naive_z) +``` + +The distributions are identical except for the x-axis, and the difference in means is the same too, just measured slightly differently. The average for net users is 16.3 risk points lower than non-net users, or 1.06 standard deviations lower. + + +### Effect sizes + +But why would we ever want to think about variables on a standard deviation scale (which is weird) rather than the original scale (which makes more sense)?! + +One of the main reasons is that using standard deviations makes it so effect sizes are comparable across different kinds of variables. In this study, math scores were measured on a scale that ranges from 30–70, but what if another study uses math scores that range from 0–20? The Catholic school effect on that scale is probably not going to be almost 4—that would be a *huge* amount. To make things comparable across these two different kinds of math scores, we can scale them down so that we look at their averages and standard deviations. Presumably, assuming the Catholic effect really is 4 points (it's not), or 0.367 standard deviations, it should also increase test scores by 0.367 standard deviations for students taking the 0–20 test (or on any kind of math test). + +You can think of this value as the **standardized mean difference** between the two groups. It's standardized so it can theoretically apply to other kinds of scales. Thinking about effect sizes on a standard deviation scale gives us a common vocabulary for talking and thinking about how interventions or programs can change outcomes. + +There's even a formal measure for talking and thinking about effect sizes called Cohen's *d* (*d* = difference), which measures the sizes of effects based essentially on their z-scores. Officially, Cohen's *d* is calculated like this: + +$$d = \frac{\overbrace{\bar{x}_2 - \bar{x}_1}^{\substack{\text{Difference in} \\ \text{group averages}}}}{\underbrace{s}_{\substack{\text{Standard} \\ \text{deviation of} \\ \text{combined} \\ \text{groups}}}}$$ + +There are general rules of thumb for interpreting these values: + +```{r cohens-d-table, echo=FALSE, warning=FALSE, message=FALSE} +library(kableExtra) + +tribble( + ~`Effect size`, ~`d`, + "Very small", 0.01, + "Small", 0.20, + "Medium", 0.50, + "Large", 0.80, + "Very large", 1.20, + "Huge", 2.0, +) %>% + kbl(escape = FALSE) %>% + kable_styling(full_width = FALSE, position = "center") +``` + +Based on this table, our (incorrect) Catholic school effect of 0.367 standard deviations is actually somewhere between a small and medium effect. + +{{% div warning %}} + +**QUICK IMPORTANT CAVEAT**: Technically for mathy reasons, Cohen's *d* is [not exactly comparable](https://www.researchgate.net/post/How_can_I_calculate_an_effect_size_cohens_d_preferably_from_a_linear_random_effects_model_beta) to just looking at the number of standard deviations between the averages, but it's a good way of thinking about effect sizes. If you want to be official about it, one way to get Cohen's *d* from regression output is to divide the coefficient (which is like $\bar{x}_2 - \bar{x}_1$ in the formula) by the residual standard error of the model (which is like $s$ in the formula). You can get these from `tidy()` and `glance()`: + +{{% /div %}} + +```{r cohens-d-from-regression} +tidy(model_math_naive) +glance(model_math_naive) # We want sigma here +3.89 / 9.43 + +# Or more programmatically without handwritten numbers +catholic_coef <- tidy(model_math_naive) %>% filter(term == "catholic_fCatholic") %>% pull(estimate) +catholic_sigma <- glance(model_math_naive) %>% pull(sigma) +catholic_coef / catholic_sigma + +net_coef <- tidy(model_net_naive) %>% filter(term == "netTRUE") %>% pull(estimate) +net_sigma <- glance(model_net_naive) %>% pull(sigma) +net_coef / net_sigma +``` + +Our official effect size for Catholic schools is thus `r catholic_coef / catholic_sigma`, which is still between a small and medium effect. For mosquito nets, the effect size is 1.2, which is very large. (Again, all these effects are technically wrong and full of confounding! We'll fix that in a minute.) + +{{% div warning %}} + +**ANOTHER QUICK IMPORTANT CAVEAT**: Cohen's *d* (and other standardized measures of effect size) [are criticized for being too clear cut, too restrictive, and devoid of context](https://easystats.github.io/effectsize/articles/interpret.html). Cohen himself disavowed them! A 0.4 SD boost in math scores (or 4ish points) in Catholic schools might actually be groundbreaking and earth shattering for people interested in educational outcomes, despite the fact that it's considered a "small" effect. Plus, seeing huge 2+ standard deviations in the real world is going to be rare for any program or intervention—it's highly unlikely that a program will move the needle *that much* for an outcome. So don't overinterpret these rules of thumb! + +{{% /div %}} + +So, as an alternative to thinking about absolute effects (mosquito nets reduce the risk of malaria by X points; Catholic schools boost math scores by X points), we can think about relative effects (mosquito nets reduce the risk of malaria by X standard deviations below the average; Catholic schools boost math scores by X standard deviations above the average). We can think about this as the **standardized mean difference** between the treated and untreated groups (nets vs. no nets; Catholic vs. public high schools). + +I promise this is all important and relevant for sensitivity analysis! + +### Partial $R^2$ + +One last bit of background before we get to the actual sensitivity analysis. Remember from [these slides in Session 2](/slides/02-class.html#20) that we can imagine $R^2$ like a Venn diagram—that each variable we add to a model explains some proportion of the variation in the outcome. + +For instance, our naive Catholic schools model explains just 1.6% of the variation in math scores, and our mosquito net model explains 26.5% of the variation in malaria risk. + +```{r naive-r2} +glance(model_math_naive) + +glance(model_net_naive) +``` + +Adding more variables to these models will increase the amount of variation explained by the model. For instance, let's control for some stuff in the malaria risk model: + +```{r nets-more-controls} +model_some_controls <- lm(malaria_risk ~ net + income + health, + data = nets) +glance(model_some_controls) +``` + +By controlling for income and health, we now explain 81.5% of the variation in malaria risk. That's a pretty big jump in $R^2$. Where'd it come from? Which of those new variables explained that additional variation? + +One way to figure this out is to calculate something called the **partial** $R^2$. To do this, we essentially fit a bunch of variations of the model and leave out individual variables one at a time and note the $R^2$ each time. That's tedious to do manually, but the `rsq.partial()` function from [the **rsq** library](https://cran.r-project.org/web/packages/rsq/) can do it for us: + +```{r partial-net-r2} +library(rsq) + +rsq.partial(model_some_controls) +``` + +Note how there's one partial $R^2$ for each variable here. Also note that these don't add up to the original $R^2$ of 0.815. [They shouldn't (and won't) add up to the actual full](https://stats.stackexchange.com/a/155508/3025) $R^2$. What these show is *roughly* what the $R^2$ would be for each variable after accounting for the combined $R^2$ of all the other variables. + +So in this case, net use by itself (after accounting for income and health) would explain 40% of the variation in malaria risk, while income would explain a lot more (64.3%; it's a super powerful predictor here). Health doesn't do much. + +This isn't a 100% correct interpretation of partial $R^2$ values and there are some missing nuances, but that's okay—all that matters for the sensitivity analysis we'll do is that you think about how adjusting for additional confounders might influence the amount of variation explained in the outcome. + + +## Estimation of causal effects + +PHEW that was a lot of background information, but it's useful and important, so. Let's finally adjust for confounders and estimate causal effects in both the mosquito net and Catholic schools examples. We'll use [inverse probability weighting](/example/matching-ipw/#inverse-probability-weighting) just because—we could also use matching or other techniques, but IPW is fun. Consult [the IPW guide](/example/matching-ipw/#inverse-probability-weighting) for complete details about everything happening here. + +### Fake mosquito net program + +Based on the DAG above, we need to adjust for income, nighttime temperatures, and health. We'll first create a treatment model that predicts net usage using those confounders, then we'll generate inverse probability of treatment weights, and then we'll use those weights in an outcome model that estimates the effect of net usage on malaria risk. + +```{r ate-net} +# Estimate causal effect of net use on malaria risk +# Treatment model +model_net_treatment <- glm(net ~ income + temperature + health, + data = nets, + family = binomial(link = "logit")) + +# Propensity scores and inverse probability of treatment weights (IPTW) +net_iptw <- augment(model_net_treatment, nets, type.predict = "response") %>% + rename(propensity = .fitted) %>% + mutate(iptw = (net_num / propensity) + ((1 - net_num) / (1 - propensity))) + +# Outcome model +model_net_ate <- lm(malaria_risk ~ net, + data = net_iptw, + weights = iptw) + +tidy(model_net_ate, conf.int = TRUE) + +glance(model_net_ate) +``` + +After closing all known backdoors between treatment and outcome, the average treatment effect of using a mosquito net is a 10.1-point reduction in malaria risk. + +We can convert this to a standardized mean difference (or Cohen's *d* effect size) by dividing the coefficient by the residual standard error (or `sigma` in the results of `glance()`): + +```{r ate-net-z} +-10.1 / 19.5 +``` + +Looking back at the widely-used-but-overly-conservative table of effect sizes, that's only a medium effect size. But given how effective it is and how cheap nets are, it's actually probably a really good finding. + +We can visualize this effect using density plots since `geom_density()` actually lets you specify weights. We can also calculate the net vs. no net averages while incorporating these weights using the `weighted.mean()` function. + +```{r ate-net-density, fig.width=8} +net_ate_averages <- net_iptw %>% + mutate(malaria_risk_z = scale(malaria_risk)) %>% + group_by(net) %>% + summarize(avg = mean(malaria_risk), # Unadjusted naive difference + avg_wtd = weighted.mean(malaria_risk, w = iptw), # Adjusted difference + avg_z = mean(malaria_risk_z), # Unadjusted naive difference, z-scores + avg_wtd_z = weighted.mean(malaria_risk_z, iptw)) # Adjusted difference, z-scores +net_ate_averages + +net_ate_density <- ggplot(net_iptw, aes(x = malaria_risk, fill = net)) + + geom_density(aes(weight = iptw), alpha = 0.5) + + geom_vline(data = net_ate_averages, + aes(xintercept = avg_wtd, color = net)) + + guides(fill = "none", color = "none") + +net_ate_z_density <- ggplot(net_iptw, aes(x = scale(malaria_risk), fill = net)) + + geom_density(aes(weight = iptw), alpha = 0.5) + + geom_vline(data = net_ate_averages, + aes(xintercept = avg_wtd_z, color = net)) + +net_ate_density | net_ate_z_density +``` + +Cool cool. We can see the difference in means after accounting for confounders with inverse probability weighting, resulting in a standardized mean difference of `r -0.391 - 0.265` (`-0.391 - 0.265`), or an effect size / Cohen's *d* of 0.52. + +### Real Catholic schools + +We haven't drawn a formal DAG for the effect of Catholic schools on math scores, and we won't here. Instead we'll just copy what the original authors used as confounders and assume that it's right. It's probably not, but that's okay for this example here: + +- Income (squared) +- Income × 8th grade math +- Father's support +- Mother's support +- Fighting behavior +- Homework non-completion +- Disruptiveness +- Drop-out risk factors + +Once again, we'll first create a treatment model that predicts Catholic school attendance using those confounders, then we'll generate inverse probability of treatment weights, and then we'll use those weights in an outcome model that estimates the effect of Catholic schools on 12th grade math scores. + +```{r ate-school} +# Estimate causal effect of Catholic schools on math scores +# Treatment model +model_school_treatment <- glm(catholic ~ I(inc8^2) + (inc8*math8) + fhowfar + + mhowfar + fight8 + nohw8 + disrupt8 + riskdrop8, + data = school_data, + family = binomial(link = "logit")) + +# Propensity scores and inverse probability of treatment weights (IPTW) +school_iptw <- augment(model_school_treatment, school_data, + type.predict = "response") %>% + rename(propensity = .fitted) %>% + mutate(iptw = (catholic / propensity) + ((1 - catholic) / (1 - propensity))) + +# Outcome model +model_school_ate <- lm(math12 ~ catholic, + data = school_iptw, + weights = iptw) + +tidy(model_school_ate, conf.int = TRUE) + +glance(model_school_ate) +``` + +After closing all known backdoors between treatment and outcome (we hope!), the average treatment effect of attending a Catholic school is a 1.47-point increase in 12th grade math scores. + +We can convert this to a standardized mean difference (or Cohen's *d* effect size) by dividing the coefficient by the residual standard error (or `sigma` in the results of `glance()`): + +```{r ate-school-z} +1.47 / 13.1 +``` + +Based on this, Cohen's *d* is 0.11, which is a very small effect! + +We can visualize this effect using density plots since `geom_density()` actually lets you specify weights. We can also calculate the Catholic vs. public averages while incorporating these weights using the `weighted.mean()` function. + +```{r ate-school-density, fig.width=8} +school_ate_averages <- school_iptw %>% + mutate(math12_z = scale(math12)) %>% + group_by(catholic) %>% + summarize(avg = mean(math12), # Unadjusted naive difference + avg_wtd = weighted.mean(math12, w = iptw), # Adjusted difference + avg_z = mean(math12_z), # Unadjusted naive difference, z-scores + avg_wtd_z = weighted.mean(math12_z, iptw)) # Adjusted difference, z-scores +school_ate_averages + +school_ate_density <- ggplot(school_iptw, aes(x = math12, fill = factor(catholic))) + + geom_density(aes(weight = iptw), alpha = 0.5) + + geom_vline(data = school_ate_averages, + aes(xintercept = avg_wtd, color = factor(catholic))) + + guides(fill = "none", color = "none") + +school_ate_z_density <- ggplot(school_iptw, aes(x = scale(math12), fill = factor(catholic))) + + geom_density(aes(weight = iptw), alpha = 0.5) + + geom_vline(data = school_ate_averages, + aes(xintercept = avg_wtd_z, color = factor(catholic))) + +school_ate_density | school_ate_z_density +``` + +We can see the difference in means after accounting for confounders with inverse probability weighting, resulting in a standardized mean difference of `r 0.139 - -0.0153` (`0.139 - -0.0153`), or an effect size / Cohen's *d* of 0.11. + + +## Sensitivity analysis with **tipr** + +We have average treatment effects, but we're not certain that we've actually dealt with all the confounding. There could be an unmeasured node—or lots of unmeasured nodes!—that would actually explain away the causal effect we've found. + +For the sake of simplicity, let's imagine there's one unobserved confounder (Z). Because it's a confounder, it has a causal effect on both treatment (X) and outcome (Y): + +```{r show-confounder, echo=FALSE, fig.height=3, fig.width=4} +data_confounder <- dagify( + Y ~ Z + X, + X ~ Z, + exposure = "X", + outcome = "Y", + latent = "Z", + coords = list(x = c(X = 0, Y = 2, Z = 1), + y = c(X = 0, Y = 0, Z = 1)) +) %>% + tidy_dagitty() %>% + node_status() %>% + mutate(arrow_color = ifelse(name == "Z", "orange", "grey80")) %>% + mutate(node_color = ifelse(name == "Z", TRUE, FALSE)) + +ggplot(data_confounder, aes(x = x, y = y, xend = xend, yend = yend)) + + geom_dag_edges(aes(edge_colour = arrow_color), edge_width = 1) + + geom_dag_point(aes(color = node_color), size = 12) + + geom_dag_text(data = filter(data_confounder, name != "Z"), size = 4) + + geom_dag_text(data = filter(data_confounder, name == "Z"), color = "white", size = 4) + + scale_color_manual(values = c("grey80", "orange"), guide = "none") + + theme_dag() +``` + +When Z moves up or down, X and Y both move too. You can even imagine this relationship like regression. If you ran a model like this… + +```r +lm(Y ~ Z) +``` + +…the coefficient for Z would show how much Y would change. You could say "A 1-unit change in Z is associated with a β-unit change in Y". + +Moving Z would also influence X, but we want to think about this movement a little differently since X is our treatment/program with exposed and unexposed observations. Instead of thinking about regression coefficients, think of this as the difference between the unmeasured confounder in the treated population and the untreated population. There could be a substantial 1 standard deviation difference in Z across the groups, or maybe a small 0.1 standard deviation difference. + +As a formula, we can think of this scaled mean difference like this: + +$$\text{SMD} = \frac{\bar{Z}_{\text{Treated}} - \bar{Z}_{\text{Untreated}}}{\sigma_Z}$$ + +The coefficient for Z here would show the scaled mean difference across the two groups in X (this also works with continuous X values!). You can say "There's a scaled mean difference of µ across treated and untreated groups in Z" + +Both of these arrows are related. If Z leads to some change in Y, it'll also lead to some change in the scaled mean difference across treated and untreated in Z. + +```{r show-tipr, echo=FALSE, fig.height=3.5, fig.width=6} +library(ggtext) + +ggplot(data_confounder, aes(x = x, y = y, xend = xend, yend = yend)) + + geom_dag_edges(aes(edge_colour = arrow_color), edge_width = 1) + + geom_dag_point(aes(color = node_color), size = 12) + + geom_dag_text(data = filter(data_confounder, name != "Z"), size = 4) + + geom_dag_text(data = filter(data_confounder, name == "Z"), color = "white", size = 4) + + scale_color_manual(values = c("grey80", "orange"), guide = "none") + + annotate(geom = "richtext", x = 1.6, y = 0.6, + label = "Outcome association
    The β in lm(Y ~ Z)") + + annotate(geom = "richtext", x = 0.4, y = 0.6, + label = "Scaled mean difference
    mean(ZTreated) − mean(ZUntreated)") + + theme_dag() +``` + +If we consider both of these arrows (Z → Y and Z → X) we can actually determine how much an unmeasured Z would have to either influence Y or influence X in order to erase, explain away, or "tip" the causal effect. + +To make this easy, we can use the super useful [**tipr** package](https://github.com/LucyMcGowan/tipr) by [Lucy D'Agostino McGowan](https://livefreeordichotomize.com/), which implements an approach to sensitivity analysis first presented by @LinPsatyKronmal:1998. With **tipr**, we can do one of these things: + +- Specify a hypothetical outcome association (the β in `lm(Y ~ Z)`) to see how big the scaled mean difference would have to be to tip our results +- Specify a hypothetical scaled mean difference to see how big the outcome association would have to be to tip our results +- Specify both a hypothetical scaled mean difference *and* an outcome association to see how many similar confounders would have to exist to tip our results + +Our goal with **tipr** is to find what kind of unmeasured Z would change the causal effect enough so that its confidence interval includes 0 (and is thus no longer statistically significant) + +There are a lot of other ways to use **tipr**, with different combinations of binary and continuous treatments and outcomes, but the most general way I've found (given that we work with regression so much in this class) is to use the `lm_tip()` function. [Check out the README](https://github.com/LucyMcGowan/tipr) for examples of all the other approaches. + +Let's try it out! + + +### Fake mosquito net program + +To calculate different tipping points, we need to specify the confidence intervals of our causal effect. The easiest way to do that is to use `tidy(..., conf.int = TRUE)` and then filter those results so that we're just looking at our causal effect (`netTRUE` in this case). We can then feed those results to `lm_tip()`, which handles the sensitivity analysis for us. + +For instance, let's pretend that there's an unmeasured confounder that has an outcome association of 5. For every one unit increase in this Z, malaria risk would increase by 5 points. If that was the case, how much of a difference in net usage would there be across this Z? + +```{r tipr-net-outcome-5} +library(tipr) + +tidy(model_net_ate, conf.int = TRUE) %>% + filter(term == "netTRUE") %>% + lm_tip(outcome_association = 5) +``` + +The output of **tipr** gives us a bunch of useful information. Our confidence interval ranges from -11.5ish to -9ish. Our causal effect would get tipped (i.e. include 0) if the β in `lm(Y ~ Z)` was 5 *and* the standardized mean difference (`smd`) in Z across treated and untreated groups was 1.77. That's potentially a pretty big difference! + +To illustrate this, let's pretend that Z is something like years of education, with a mean of 15 and a standard deviation of 1.5. We'd need to see a standardized mean difference of 1.77 in Z across net users and net non-users. We can transform that 1.77 standardized difference into years of education by multiplying `1.77 * 1.5`, or `r 1.77 * 1.5`. That means we'd need to see a difference of almost 3 years in years of education between net users and net non-users. It might look something like this: + +```{r fake-net-smd} +fake_net_z <- tibble(net = sample(0:1, 1000, replace = TRUE)) %>% + mutate(z = rnorm(n(), mean = 15 + (1.77 * 1.5 * net), sd = 1.5)) + +fake_net_averages <- fake_net_z %>% + group_by(net) %>% + summarize(avg = mean(z)) + +ggplot(fake_net_z, aes(x = z, fill = factor(net))) + + geom_density(alpha = 0.5) + + geom_vline(data = fake_net_averages, aes(xintercept = avg, color = factor(net))) +``` + +We'd also need to assume that that disparity in net usage would need to be caused directly by years of education—that education causes a huge uptick in net use. + +**tipr** tells you nothing about the plausibility of these results! It just says that if something had a β = 5 association with malaria risk, there'd have to be a 1.77 standardized mean difference in Z to break the causal effect. You decide how likely that is. + +If you don't want to think about standardized mean differences, you can think about hypothetical βs instead. Let's say you pretend that there's a 0.5 SMD difference across treated and untreated values in your unknown confounder. How big would the β need to be in a regression of `lm(malaria_risk ~ Z)`? + +```{r tipr-smd-0-5} +tidy(model_net_ate, conf.int = TRUE) %>% + filter(term == "netTRUE") %>% + lm_tip(smd = 0.5) +``` + +17.7! A 1-unit change in this confounder would need to lead to a 17.7-point change in risk. That seems big. Maybe even implausible. + +How big are the other βs in our model? We can't really tell since our outcome model only has `lm(malaria_risk ~ net)`, but we can run a temporary model with all our confounders as controls to get a sense of how big they are: + +```{r temporary-outcome-association-model-net} +lm(malaria_risk ~ net + income + temperature + health, + data = net_iptw) %>% + tidy() +``` + +None of those are really close at all. The net effect is huge at 10.4, but the others are all tiny—temperature comes the closest with 1.01, but that's pretty far from 17.7. If you can think of some sort of confounder (or lots of confounders) that could be associated with the outcome at 17.7, tipping is plausible. Here, it's not. (Again, this all assumes a 0.5 SD difference between treated and untreated people in this unknown confounder Z.) + +These two numbers—the standardized mean difference and the outcome association—are directly related. Look at this graph, for instance: + +```{r tipr-combinations-net, fig.width=6, fig.height=4.5} +plot_stuff <- tidy(model_net_ate, conf.int = TRUE) %>% + filter(term == "netTRUE") %>% + lm_tip(smd = seq(0.05, 3, by = 0.05), verbose = FALSE) + +ggplot(plot_stuff, aes(x = smd, y = abs(outcome_association))) + + geom_line(size = 1.5, color = "orange") + + labs(x = "Standardized mean difference\nacross treated/untreated in Z\n(think of this kind of like Cohen's d)", + y = "Association of unknown confounder with outcome\n(think of this like the β in a regression of lm(Y ~ Z))") +``` + +As the standardized mean difference (i.e. the difference between net users and net non-users across education) gets bigger, the required size of the outcome association β shrinks. That's because a huge SMD is sufficient to tip the results. Conversely, a huge outcome association β makes it so you don't need a large SMD to tip the results. Small numbers of each won't tip the results. + +So far this all assumes that we have a single unmeasured confounder. That's not super plausible. If we specify both a hypothetical SMD and a hypothetical outcome association, we can calculate how many similarly-sized confounders would need to exist to tip the results. For instance, let's say we're worried that there are a bunch of confounders with a small level of association with the outcome, like -0.3 (that's like twice the size of the `health` coefficient from the model above), and we assume that each of these confounders has a treated vs. untreated SMD of 0.5. How many of these confounders would need to exist in order to break our results? + +```{r tipr-n-confounders-net} +tidy(model_net_ate, conf.int = TRUE) %>% + filter(term == "netTRUE") %>% + lm_tip(smd = 0.5, outcome_association = -0.3) +``` + +Phew. We'd need basically 59 (58.9) separate confounders with similar characteristics in order to tip our results and make the ATE not significant. That seems like a lot. + +Based on this sensitivity analysis, then, I feel fairly confident that unmeasured confounders aren't going to mess up our results. The ATE from the IPW model is -10.1, and unmeasured confounders might shrink that down a little, but getting that down near zero will require *a lot* of unmeasured confounding. (This isn't surprising since it's overly perfect fake data.) + + +### Real Catholic schools + +Let's try using **tipr** with our Catholic schools ATE. To get a sense of how big our existing confounders are currently, we'll run a temporary model instead of using the 2-step IPW model + +```{r temporary-outcome-association-model-school} +lm(math12 ~ catholic + I(inc8^2) + (inc8*math8) + fhowfar + + mhowfar + fight8 + nohw8 + disrupt8 + riskdrop8, + data = school_iptw) %>% + tidy() +``` + +Those are all fairly small βs. The largest ones apart from the intercept and our treatment variable are `nohw8` at -1.25 and `math8` at 0.815. What if we had an unmeasured confounder that was twice the size of `math8` at 1.6 (i.e. a 1-unit change in this mystery variable leads to a 1.6-point change in test scores)? + +```{r tipr-school-outcome-1-6} +tidy(model_school_ate, conf.int = TRUE) %>% + filter(term == "catholic") %>% + lm_tip(outcome_association = 1.6) +``` + +If that were the case, we'd need to see an SMD of 0.617 in the unknown variable across treated and untreated units. That seems potentially plausible. Again, think back to the hypothetical years of education example from the net sensitivity analysis. Let's pretend that years of mother's education is normally distributed with a mean of 15 and a standard deviation of 1.5. We can transform that 0.617 standardized difference into years of education by multiplying `0.617 * 1.5`, or `r 0.617 * 1.5`. That means we'd need to see a difference of almost 1 year of mother's education between Catholic and public school students. That seems eminently plausible. + +What if we think that 1.6 might be too high for a coefficient and we bump it down to 0.8, like 8th grade math scores? + +```{r tipr-school-outcome-0-8} +tidy(model_school_ate, conf.int = TRUE) %>% + filter(term == "catholic") %>% + lm_tip(outcome_association = 0.8) +``` + +The SMD would need to be higher, but not super high. Assuming a unknown variable like our imaginary years of mother's education, that would look like a difference of `1.23 * 1.5`, or `r 1.23 * 1.5` years. Again, that might be plausible. Especially since so far we're only thinking about a *single* unmeasured confounder. + +We can also solve for different values of the outcome association β. For instance, if we assume an SMD of 0.5 (half a standard deviation), how big would the β need to be in a regression of `lm(math12 ~ Z)`? + +```{r tipr-school-smd-0-5} +tidy(model_school_ate, conf.int = TRUE) %>% + filter(term == "catholic") %>% + lm_tip(smd = 0.5) +``` + +Yikes. We'd only need a β of 1.98. Again, that's larger than any of our existing βs for now (homework non-completion comes closest at 1.25), but it seems fairly reasonable. Again, we're only thinking about a single hypothetical unmeasured confounder here—adding more will decrease that hypothetical β even more. + +Here are all the combinations of SMD and outcome association that would tip our ATE: + +```{r tipr-combinations-school, fig.width=6, fig.height=4.5} +plot_stuff <- tidy(model_school_ate, conf.int = TRUE) %>% + filter(term == "catholic") %>% + lm_tip(smd = seq(0.05, 3, by = 0.05), verbose = FALSE) + +ggplot(plot_stuff, aes(x = smd, y = abs(outcome_association))) + + geom_line(size = 1.5, color = "orange") + + labs(x = "Standardized mean difference\nacross treated/untreated in Z\n(think of this kind of like Cohen's d)", + y = "Association of unknown confounder with outcome\n(think of this like the β in a regression of lm(Y ~ Z))") +``` + +At the extreme, if there's absolutely no difference between treated and untreated within our unmeasured Z, we'd need a β of 20ish to tip the results. That drops pretty rapidly too—a smaller SMD of 0.3 would need a β of ≈3 to tip. + +Again, this is all just with one unmeasured confounder. What if there are a bunch of confounders, all with an SMD of 0.3 and little βs like 0.4? + +```{r tipr-n-confounders-school} +tidy(model_school_ate, conf.int = TRUE) %>% + filter(term == "catholic") %>% + lm_tip(smd = 0.3, outcome_association = 0.4) +``` + +We'd need just 8 of those kinds of confounders to tip the results and move the ATE into the world of nonsignificance. + +Based on this sensitivity analysis, I don't feel super confident that unmeasured confounders aren't going to mess up the results. It doesn't take too much to push that 1.4-point ATE near 0. + + +## Sensitivity analysis with **sensemakr** + +An alternative way to think about the power of an unmeasured confounder is to think about how much variation in the treatment and outcome might be explained by adding unknown variables, instead of thinking about standardized mean differences and outcome association βs. This involves thinking about $R^2$ and partial $R^2$ (that's why we reviewed it way at the beginning of this example!). + +A new method proposed by Carlos Cinelli and Chad Hazlett [@CinelliHazlett:2020]—and an accompanying [R package named **sensemakr**](https://carloscinelli.com/sensemakr/)—lets us do just that. We get a few specific numbers called **robustness values** that we can use to think about tipping thresholds. We can explore a few different questions with this kind of sensitivity analysis: + +1. How strong would a confounder (or lots of confounders) have to be to change the effect so that it's either 0, or so that its confidence interval includes 0 and is thus no longer statistically significant? +2. In a worst case scenario, how likely is it that unobserved confounders could all act together to eliminate the effect? +3. How plausible are these scenarios? + +**sensemakr**'s main contribution to the world of sensitivity analysis is that it's much more formalized in its approach and its results. The authors [show that imagining different possible values that coefficients can take](https://carloscinelli.com/sensemakr/articles/informal_benchmarking.html) (kind of like what we did with **tipr**) can lead to erroneous results since that approach isn't really systematic. With **sensemakr**, though, you get hard, specific bounds for the different values of $R^2$ and how omitted confounders can bias your results. + +The best overview of how **sensemakr** works is [this short presentation](https://www.youtube.com/watch?v=p3dfHj6ki68) by Carlos Cinelli from 2020. You should ***absolutely*** watch it (especially from 3:00–13:00). There's also [an example with code here](http://carloscinelli.com/sensemakr/articles/sensemakr.html), and [their full paper is here](https://www.researchgate.net/publication/340965014_sensemakr_Sensitivity_Analysis_Tools_for_OLS_in_R_and_Stata) (see the section called "Simple measures for routine reporting" in particular). + + + +\ + +Let's explore the robustness of our two causal effects with **sensemakr*! + +### Fake mosquito net program + +First we'll look at how robust our mosquito net ATE is. To start, we need to feed the `sensemakr()` function a few different arguments: + +- `model`: The model object that has the ATE in it. Importantly, this needs to have other coefficients in it to work. Our existing `model_net_ate` thus won't work, since it only has one explanatory variable in it: `lm(malaria_risk ~ net, weights = iptw)`. **sensemakr** doesn't work with models like this, so we need to create a new model where we control for all our confounders instead of using matching or IPW. This will change the ATE a little, but that's okay! The point of using **sensemakr** isn't to estimate exact causal effects (we've already done that). Our goal with **sensemakr** is to, um, make sense of the results and learn what is needed to break them. We'll get bounds and partial $R^2$s that will be roughly the same across different types of ATEs (based on regression, matching, or IPW), so don't worry about the discrepancy too much. + + Also, for whatever reason, **sensemakr** doesn't work with non-numeric treatment variables. Previously we used `net`, which is a TRUE/FALSE binary variable. Here we need to use `net_num`, which is a 0/1 numeric variable. + +- `treatment`: The name of the treatment variable. Again, this has to be numeric, not a factor or TRUE/FALSE. + +- `benchmark_covariates`: The name of 1 or more existing confounders that we want to use as a baseline comparison. In the video above, this was `gender`. Typically you want to use a variable that has a substantial impact on the treatment and outcome already, since you can then say things like "an unmeasured confounder the same strength as gender (or twice as strong as gender, or whatever) would change the results by some amount". + +- `kd`: Hypothetical strengths of the unknown confounder relative to the benchmark covariates. If you want to see what would happen if the unmeasured confounder were 1x, 2x, and 3x stronger than gender, for instance, you'd use `kd = c(1, 2, 3)` or `kd = 1:3`. + +First, we'll need to rerun our model in a single step instead of using a treatment model and an outcome model weighted by inverse probability weights. Again, this won't give the exact ATE as before, but it's okay for this this sensitivity analysis. We'll also look at the partial $R^2$s to get a sense for how much variation each of these these different variables explain: + +```{r sense-net-model, warning=FALSE, message=FALSE} +library(sensemakr) +library(rsq) + +model_net_controls <- lm(malaria_risk ~ net_num + income + temperature + health, + data = net_iptw) + +tidy(model_net_controls) + +rsq.partial(model_net_controls) +``` + +Our ATE is roughly the same (-10.4 now instead of -10.1), which is fine. The partial $R^2$s here are interesting. By itself, net use has a fairly high $R^2$ with 0.47. Temperature is a little less powerful with 0.38, health has 0.10, while income has an astoundingly high partial $R^2$ of 0.75! Again, this is because this is overly perfect fake data. + +Now we can feed this model to `sensemakr()`. We'll use income as our benchmark covariate since it's so strong—it's hard to imagine that there might be confounders as strong as income. We'll also change the `kd` argument. Income happens to be so strong in this case, that thinking about an unknown confounder as strong as income breaks the function, and thinking about a confounder 2x or 3x as strong as income super breaks the function (I only discovered this because I tried `kd = 1:3` and `sensemakr()` yelled at me, so I bumped the `kd` values down until it worked). Here, we'll see what would happen if an unknown confounder was 10%, 20%, and 30% as strong as income. + +```{r sense-net} +net_sensitivity <- sensemakr(model = model_net_controls, + treatment = "net_num", + benchmark_covariates = "income", + kd = c(0.1, 0.2, 0.3)) +net_sensitivity +``` + +Printing out the results like this shows us a bunch of different estimates and robustness values, but I like the minimal reporting table that Carlos used in his video, so let's look at that instead (ignore the slashes in front of each %; that's a weird side effect of using this table in a knitted blogdown page) + +```{r sense-net-table, results="asis"} +ovb_minimal_reporting(net_sensitivity, format = "pure_html") +``` + +Cool, let's interpret this, following the pattern from the video. The last three columns of this table are the sensitivity statistics that we care about: + +- $R^2_{Y \sim D \mid X}$ is the partial $R^2$ of the treatment with the outcome. In an extreme scenario, even if unobserved confounders explained all the remaining variation in malaria risk, they would need to explain at least 47.1% of the unexplained (or residual) variation in net usage in order to bring the estimated effect down to 0. This is the **bare minimum strength** of confounders required to explain away the effect. + +- $\text{RV}_{q = 1}$ is the robustness value. If unmeasured confounders could explain 59.8% of *both* the residual variation of malaria risk and of net use, it would be enough to bring the effect down to 0. Importantly, at least one of these hypothetical unmeasured confounders would have to have a partial $R^2$ higher than 0.598. + +- $\text{RV}_{q = 1, \alpha = 0.05}$ is a version of the robustness value that would make it so the 95% confidence interval of the effect includes 0 (the full RV makes it so the effect itself is 0). If unmeasured confounders could explain 58% of *both* the residual variation of malaria risk and of net use, it would be enough to make the confidence interval of the effect include 0. Importantly, at least one of these hypothetical unmeasured confounders would have to have a partial $R^2$ higher than 0.58. + +(Fun fact! You can get automatically generated interpretations of these values if you run `summary(net_sensitivity)`. I won't do that here, since it creates a ton of text, but you should!) + +Are 47.1% and 59.8% big and plausible numbers for this situation? Who knows. This is where your knowledge about how malaria risk and mosquito nets comes into play. The hypothetical bounds we provided (i.e. 10% the strength of income) provide formal ways of looking at how plausible these robustness values are. + +The little note at the bottom of the table shows us two different bounds. A confounder a tenth as strong as income can explain *at most* 31% of the residual variation of the outcome and 0.1% of the residual variation in the treatment. Mathematically, that's all it could possibly explain. + +Because both of these values are lower than the RV of 59.8%, we can safely conclude that the result is robust to a confounder a tenth as strong as income. Also, since the treatment bound of 0.1% is lower than the partial $R^2$ value of 47.1%, we can conclude that the effect is robust to a worst case scenario with a confounder a tenth as strong as income. + +Finally, we can make a neat plot to show how the effect would change and how likely it could be to tip. + +```{r sense-net-plot, fig.height=6} +plot(net_sensitivity) +``` + +Each contour in the plot shows a value of the ATE. The black triangle shows the current ATE (rounded to -11 here), and the red diamonds show what the ATE would be if a confounder a tenth as strong as income, 20% the strength of income, and 30% the strength of income was included. Adding something like this wouldn't really change the results much at all—all the diamonds are still below the -10 ATE, and none of them really push the results towards 0. In fact, an ATE = 0 curve doesn't even appear on the plot—the lowest ATE we could possibly get if is -3, and that's only if there's a hypothetical confounder that explains almost 100% of the variation in outcome and 40% of the variation in treatment. + +So how confident are we that unobserved confounding won't mess up our results? Pretty pretty confident. We'd need some hugely correlated confounding variables to make any sort of dent in the ATE. Neat. + + +### Real Catholic schools + +How does **sensemakr** work with real data? Let's throw our Catholic schools ATE at it and see. + +First we'll rerun the model with all the controls rather than weighting with IPW, and we'll look at the partial $R^2$s to get a sense of how much variation in math scores each of these variables explains. + +```{r sense-school-model} +model_school_controls <- lm(math12 ~ catholic + I(inc8^2) + (inc8*math8) + fhowfar + + mhowfar + fight8 + nohw8 + disrupt8 + riskdrop8, + data = school_iptw) + +tidy(model_school_controls) + +# These will show up with scientific notation like 7.0e-03, so we can round them +rsq.partial(model_school_controls) + +round(rsq.partial(model_school_controls)$partial.rsq, 5) +``` + +Whoa, these are some tiny partial $R^2$s. Catholic schools by themselves explain 0.697% of the variation in math scores, and most of the other covariates have similarly small values. The strongest variable here is `math8`, which explains 28.9% of the variation in 12th grade math scores on its own. Theoretically that makes sense—your math scores in 8th grade are probably strongly correlated with your math scores in 12th grade. We'll use 8th grade math scores as our benchmark, since it's hard to imagine a confounder stronger than that. We'll look at hypothetical confounders that are the same strength and twice as strong as `math8`. + +```{r sense-school} +school_sensitivity <- sensemakr(model = model_school_controls, + treatment = "catholic", + benchmark_covariates = "math8", + kd = 1:2) + +school_sensitivity +``` + +Here's the minimal reporting table that we can use to interpret these things: + +```{r sense-school-table, results="asis"} +ovb_minimal_reporting(school_sensitivity, format = "pure_html") +``` + +Interpretation time: + +- $R^2_{Y \sim D \mid X}$ is the partial $R^2$ of the treatment with the outcome. In an extreme scenario, even if unobserved confounders explained all the remaining variation in math scores, they would need to explain at least 0.7% of the unexplained (or residual) variation in Catholic school enrollment in order to bring the estimated effect down to 0. This is the **bare minimum strength** of confounders required to explain away the effect. + +- $\text{RV}_{q = 1}$ is the robustness value. If unmeasured confounders could explain 8% of *both* the residual variation of math scores and of Catholic school enrollment, it would be enough to bring the effect down to 0. Importantly, at least one of these hypothetical unmeasured confounders would have to have a partial $R^2$ higher than 0.8. + +- $\text{RV}_{q = 1, \alpha = 0.05}$ is a version of the robustness value that would make it so the 95% confidence interval of the effect includes 0 (the full RV makes it so the effect itself is 0). If unmeasured confounders could explain 5.6% of *both* the residual variation of math scores and of Catholic school enrollment, it would be enough to make the confidence interval of the effect include 0. Importantly, at least one of these hypothetical unmeasured confounders would have to have a partial $R^2$ higher than 0.056. + +Are 0.7% and 8% plausible numbers for this situation? Again, who knows. (But probably! They seem really small!). This is where you get to use your knowledge about math scores and education policy and what kinds of things might explain this variation. The hypothetical bounds we provided (i.e. 1x and 2x the strength of 8th grade math scores) provide formal ways of looking at how plausible these robustness values are. + +The note at the bottom of the table shows us two different bounds. A confounder that has the same strength as 8th grade math scores can explain *at most* 40.5% of the residual variation of the outcome and 0% of the residual variation in the treatment. Mathematically, that's all it could possibly explain. + +If both those bounds were lower than the RV of 8%, we could conclude that the results would be robust to a confounder as strong as `math8`. But they're not! To tip our results, an unmeasured confounder would need to explain 8% of the variation in treatment and outcome. Something like 8th grade math scores *could* explain that much variation in the outcome (up to 40.5%!). Fortunately, 8th grade math scores aren't really related to the treatment at all and can't really explain any of that variation, so we're fairly safe. But it's possible to imagine something similar to 8th grade math scores that could explain just a little bit of the variation in both treatment and outcome, so we're not actually that safe :) + +The contour plot shows this as well: + +```{r sense-school-plot, fig.height=6} +plot(school_sensitivity) +``` + +Here we have a dotted red contour, which we didn't have in the mosquito net example since that ATE is pretty untippable. The red line here represents an ATE of 0—that's where our treatment effect would disappear (and moving up and to the right would start turning the effect negative). + +Including a confounder that's as strong or twice as strong as 8th grade math scores would shrink the ATE to 1.292 and 1.153, and visually you can see that the red diamond is getting closer to the red dotted line. The red diamonds never cross the line though. That's solely because in the data 8th grade math scores happen to have pretty much zero relation to the Catholic vs. public treatment. If a hypothetical confounder was related to both the treatment and outcome, things could tip. For instance, what if we had something that was weaker than `math8` with a partial $R^2$ with 12th grade math scores of 0.2, but also had a partial $R^2$ with the treatment of 0.1? + +```{r sense-school-extra, fig.height=6} +hypothetical_confounder <- adjusted_estimate(model_school_controls, + treatment = "catholic", + r2dz.x = 0.1, + r2yz.dx = 0.2) + +plot(school_sensitivity) + +add_bound_to_contour(r2dz.x = 0.1, + r2yz.dx = 0.2, + bound_value = hypothetical_confounder, + bound_label = "Something related to\nboth outcome and treatment") +``` + +That would completely reverse our finding and would result in a negative ATE of Catholic schools on math scores. Yikes. + +How confidence are we in our findings? As long as unmeasured confounders only really influence the outcome, or only really influence the treatment, we're fairly safe—even if something twice as strong as 8th grade math scores explains a ton of variation in the outcome, we're okay as long as it also doesn't simultaneously explain any of the variation in treatment. But if something moderately influences both treatment and outcome, we could be in trouble. + + +## Which method should you use? + +Either! If you like thinking about hypothetical βs and SMDs, use **tipr**. If you like thinking about $R^2$, use **sensemakr**. Use both in the same analysis! + +**sensemakr** has one important limitation: it only works with models that use $R^2$. That means if you're estimating outcome models with things like multilevel models or logistic regression, you can't use **sensemakr**. **tipr** should work with any estimate that has a confidence interval, though, so you should be able to use it with pretty much any type of model. + +Remember that **sensemakr**'s claim to fame is that it has clear and specific bounds. If you're using **tipr**, you can be more systematic than throwing different βs and SMDs into the function. Choose a benchmark variable and see if your results tip if you include something as strong, twice as strong, and three times its size, either as a β on the outcome or as the between-group SMD. + + +## References diff --git a/docs/projects/week-8/week-8.Rproj b/docs/projects/week-8/week-8.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/docs/projects/week-8/week-8.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/docs/resource/index.html b/docs/resource/index.html new file mode 100644 index 00000000..6f4e7922 --- /dev/null +++ b/docs/resource/index.html @@ -0,0 +1,742 @@ + + + + + + + + + + +Estadística Correlacional - Recursos + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    + + + + +
    + +
    +
    +

    Recursos

    +
    + + + +
    + + + + +
    + + + +
    + + +

    En esta sección se irán subiendo una serie de recursos relacionados con el curso.

    + +
    +

    Glosario de conceptos

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ConceptoDefinición
    Estadística Conjunto de métodos y herramientas que involucra la recopilación, análisis, interpretación y presentación de datos numéricos con el objetivo de describir patrones, relaciones y tendencias en fenómenos naturales o sociales.
    Reproducibilidad La capacidad de regenerar un experimento, análisis o estudio utilizando los mismos datos y métodos para llegar a los mismos resultados originales, verificando y asegurando la validez de los hallazgos.
    Ciencia Social Abierta Un enfoque en la investigación social que promueve la transparencia, el acceso abierto a datos, métodos y resultados, y la colaboración entre investigadores para mejorar la calidad y confiabilidad de la investigación.
    Protocolo IPO (Input-Process-Output) Sistema digital de carpetas interconectadas: entrada, proceso y salida. Se utiliza para organizar, procesar y documentar los datos y código de un proyecto de investigación para que cualquier persona pueda ejecutarlo y compartirlo.
    R project Carpeta raíz organizada donde trabajas en un proyecto concreto en el lenguaje de programación R, permitiéndote gestionar archivos, paquetes y configuraciones de manera específica para ese proyecto.
    Texto plano Tipo de texto sin formato especial que se puede leer independiente del lector que se utilice.
    Markdown Clase especial de lenguaje que permite darle formato a texto simple con pocas marcas. Se utiliza comúnmente para escribir documentos simples con formato, como páginas web, documentación y presentaciones.
    Documentos dinámicos Archivos que combinan texto plano y código de análisis (gráficos, tablas y resultados), de manera simultánea en un solo documento, permitiendo la generación automática y reproducible de resultados actualizados a medida que cambian los datos o parámetros.
    RMarkdown Una extensión de Markdown en el entorno R que permite la integración simultánea de texto plano y código R y su ejecución en el documento, lo que facilita la creación de documentos dinámicos con análisis estadísticos y visualizaciones.
    Librerías Conjuntos de funciones y herramientas predefinidas que se pueden utilizar en lenguajes de programación, como R, para realizar tareas específicas sin tener que escribir todo el código desde cero.
    Knitear Proceso de compilación secuencial de código y resultados de ejecución en un documento RMarkdown, generando un documento final con texto formateado, código y gráficos integrados.
    Renderizar En el contexto de RMarkdown se refiere al proceso de convertir el código y contenido en un documento legible y presentable. En otras palabras, cuando renderizas un documento RMarkdown, estás transformando el código, texto y elementos visuales en un formato final, como un informe, una presentación o un documento HTML, que pueda ser compartido o presentado a otros de manera comprensible.
    YAML Acrónimo de “YAML Ain’t Markup Language”, es un formato de serialización de datos legible por humanos que se utiliza para configurar y definir la estructura de datos en muchos programas y aplicaciones. En RMarkdown corresponden al encabezado de instrucciones generales del documento.
    Chunk Un bloque de código, que puede ser en R, en un documento RMarkdown, rodeado por marcas especiales que indican al sistema cómo manejar y ejecutar ese fragmento de código, y luego mostrar sus resultados en el documento final.
    +
    +
    +

    Reporte

    + +
    +
    +

    Estadística descriptiva

    + +
    +
    +

    Uso de R

    + +
    +
    +

    Inferencia

    + +
    +
    +

    Visualización

    + +
    +
    +

    Bases de datos

    + + + +
    + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/resource/install.html b/docs/resource/install.html new file mode 100644 index 00000000..51dfe30c --- /dev/null +++ b/docs/resource/install.html @@ -0,0 +1,595 @@ + + + + + + + + + + +Estadística Correlacional - Instalar R, RStudio y tidyverse + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    + + + + +
    + +
    +
    +

    Instalar R, RStudio y tidyverse

    +
    + + + +
    + + + + +
    + + + +
    + + + + + +
    + +
    + + + + + + \ No newline at end of file diff --git a/docs/robots.txt b/docs/robots.txt new file mode 100644 index 00000000..a52b9042 --- /dev/null +++ b/docs/robots.txt @@ -0,0 +1 @@ +Sitemap: https://correlacional.netlify.app/sitemap.xml diff --git a/docs/schedule.html b/docs/schedule.html new file mode 100644 index 00000000..02bb3547 --- /dev/null +++ b/docs/schedule.html @@ -0,0 +1,868 @@ + + + + + + + + + + +Estadística Correlacional - Planificación + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + + + + + + + + \ No newline at end of file diff --git a/docs/search.json b/docs/search.json new file mode 100644 index 00000000..3ff64bf7 --- /dev/null +++ b/docs/search.json @@ -0,0 +1,715 @@ +[ + { + "objectID": "files/reporte_notas/reporte_notas.html", + "href": "files/reporte_notas/reporte_notas.html", + "title": "Reporte Notas - Estadística Correlacional 2023", + "section": "", + "text": "pacman::p_load(googlesheets4, dplyr, sjmisc,sjPlot, kableExtra, sjlabelled )\n\n\n\n [1] \"N\" \"Persona\" \"p1-a\" \"p1-b\" \"p2\" \n [6] \"p3\" \"p4\" \"p5\" \"pje\" \"Nota 60%\" \n[11] \"corrector/a\" \"decimas\" \"nota_final\" \"Recorrección\" \"...15\" \n[16] \"...16\" \n\n\n\nload(\"prueba1.Rdata\")\n\n\n\n\n\n# Label variables\n\nprueba1$p1a <- set_label(x = prueba1$p1a, \n label = \"Cálculo Pearson\")\nprueba1$p1b <- set_label(x = prueba1$p1b, \n label = \"Interpretación Pearson\")\nprueba1$p2 <- set_label(x = prueba1$p2, \n label = \"Limitación Pearson\")\nprueba1$p3 <- set_label(x = prueba1$p3, \n label = \"Coeficiente determinación\")\nprueba1$p4 <- set_label(x = prueba1$p4, \n label = \"Spearman\")\nprueba1$p5 <- set_label(x = prueba1$p5, \n label = \"Perdidos matrices\")\n\n\n\n\n\nprueba1 %>% descr(., show = c(\"label\",\"range\", \"mean\", \"sd\", \"n\"))%>% kable(.,\"markdown\", digits=2)\n\n\n\n\n\nvar\nlabel\nn\nmean\nsd\nrange\n\n\n\n\n2\np1a\nCálculo Pearson\n79\n1.78\n1.29\n3 (0-3)\n\n\n3\np1b\nInterpretación Pearson\n79\n1.66\n0.78\n3 (0-3)\n\n\n4\np2\nLimitación Pearson\n79\n1.53\n0.69\n2 (0-2)\n\n\n5\np3\nCoeficiente determinación\n79\n1.50\n0.64\n2 (0-2)\n\n\n6\np4\nSpearman\n79\n1.39\n0.81\n2 (0-2)\n\n\n7\np5\nPerdidos matrices\n79\n0.99\n0.89\n2 (0-2)\n\n\n1\nnota_final\nnota_final\n79\n4.54\n1.40\n6 (1-7)\n\n\n\n\n\n\n\n\n\nhist(prueba1$nota_final)\n\n\n\n\n\n\n\nplot_frq(data = prueba1$nota_final,type = \"hist\",show.mean = T)\n\n\n\n\n\n\n\n\n\nprueba1 <- prueba1 %>% mutate(notas_cat=cut(nota_final, breaks=c(-Inf,4,5,6, Inf), labels=c(\"Menor a 4.0\",\"4.0-5.0\",\"5.0-6.0\",\"6.0-7.0\")))\n\nfrq(prueba1$notas_cat)\n\nx <categorical> \n# total N=88 valid N=79 mean=2.23 sd=1.13\n\nValue | N | Raw % | Valid % | Cum. %\n-------------------------------------------\nMenor a 4.0 | 30 | 34.09 | 37.97 | 37.97\n4.0-5.0 | 14 | 15.91 | 17.72 | 55.70\n5.0-6.0 | 22 | 25.00 | 27.85 | 83.54\n6.0-7.0 | 13 | 14.77 | 16.46 | 100.00\n<NA> | 9 | 10.23 | <NA> | <NA>\n\nprueba1 <- prueba1 %>% dplyr::select(-notas_cat)\n\n\n\n\n\ntab_corr(prueba1,\n triangle = \"lower\")\n\n\n\n\n \nCálculo Pearson\nInterpretación Pearson\nLimitación Pearson\nCoeficiente determinación\nSpearman\nPerdidos matrices\nnota_final\n\n\nCálculo Pearson\n \n \n \n \n \n \n \n\n\nInterpretación Pearson\n0.405***\n \n \n \n \n \n \n\n\nLimitación Pearson\n0.211\n0.153\n \n \n \n \n \n\n\nCoeficiente determinación\n0.271*\n0.407***\n0.267*\n \n \n \n \n\n\nSpearman\n0.229*\n0.203\n0.375***\n0.197\n \n \n \n\n\nPerdidos matrices\n0.063\n0.127\n0.435***\n0.095\n0.277*\n \n \n\n\nnota_final\n0.696***\n0.627***\n0.619***\n0.524***\n0.583***\n0.539***\n \n\n\nComputed correlation used pearson-method with listwise-deletion.\n\n\n\n\n\n\nplot_scatter(prueba1, p1a, p1b)\n\n\n\n\n\n\n\n\nConsistencia interna\n\npacman::p_load(ltm)\n\npreguntas <- prueba1 %>% dplyr::select(-nota_final)\ncronbach.alpha(na.omit(preguntas))\n\n\nCronbach's alpha for the 'na.omit(preguntas)' data-set\n\nItems: 6\nSample units: 79\nalpha: 0.634" + }, + { + "objectID": "files/reporte_notas/reporte_notas.html#librerías-datos", + "href": "files/reporte_notas/reporte_notas.html#librerías-datos", + "title": "Reporte Notas - Estadística Correlacional 2023", + "section": "", + "text": "pacman::p_load(googlesheets4, dplyr, sjmisc,sjPlot, kableExtra, sjlabelled )\n\n\n\n [1] \"N\" \"Persona\" \"p1-a\" \"p1-b\" \"p2\" \n [6] \"p3\" \"p4\" \"p5\" \"pje\" \"Nota 60%\" \n[11] \"corrector/a\" \"decimas\" \"nota_final\" \"Recorrección\" \"...15\" \n[16] \"...16\" \n\n\n\nload(\"prueba1.Rdata\")" + }, + { + "objectID": "files/reporte_notas/reporte_notas.html#etiquetados", + "href": "files/reporte_notas/reporte_notas.html#etiquetados", + "title": "Reporte Notas - Estadística Correlacional 2023", + "section": "", + "text": "# Label variables\n\nprueba1$p1a <- set_label(x = prueba1$p1a, \n label = \"Cálculo Pearson\")\nprueba1$p1b <- set_label(x = prueba1$p1b, \n label = \"Interpretación Pearson\")\nprueba1$p2 <- set_label(x = prueba1$p2, \n label = \"Limitación Pearson\")\nprueba1$p3 <- set_label(x = prueba1$p3, \n label = \"Coeficiente determinación\")\nprueba1$p4 <- set_label(x = prueba1$p4, \n label = \"Spearman\")\nprueba1$p5 <- set_label(x = prueba1$p5, \n label = \"Perdidos matrices\")" + }, + { + "objectID": "files/reporte_notas/reporte_notas.html#tabla-descriptiva", + "href": "files/reporte_notas/reporte_notas.html#tabla-descriptiva", + "title": "Reporte Notas - Estadística Correlacional 2023", + "section": "", + "text": "prueba1 %>% descr(., show = c(\"label\",\"range\", \"mean\", \"sd\", \"n\"))%>% kable(.,\"markdown\", digits=2)\n\n\n\n\n\nvar\nlabel\nn\nmean\nsd\nrange\n\n\n\n\n2\np1a\nCálculo Pearson\n79\n1.78\n1.29\n3 (0-3)\n\n\n3\np1b\nInterpretación Pearson\n79\n1.66\n0.78\n3 (0-3)\n\n\n4\np2\nLimitación Pearson\n79\n1.53\n0.69\n2 (0-2)\n\n\n5\np3\nCoeficiente determinación\n79\n1.50\n0.64\n2 (0-2)\n\n\n6\np4\nSpearman\n79\n1.39\n0.81\n2 (0-2)\n\n\n7\np5\nPerdidos matrices\n79\n0.99\n0.89\n2 (0-2)\n\n\n1\nnota_final\nnota_final\n79\n4.54\n1.40\n6 (1-7)" + }, + { + "objectID": "files/reporte_notas/reporte_notas.html#gráficos-descriptivos", + "href": "files/reporte_notas/reporte_notas.html#gráficos-descriptivos", + "title": "Reporte Notas - Estadística Correlacional 2023", + "section": "", + "text": "hist(prueba1$nota_final)\n\n\n\n\n\n\n\nplot_frq(data = prueba1$nota_final,type = \"hist\",show.mean = T)\n\n\n\n\n\n\n\n\n\nprueba1 <- prueba1 %>% mutate(notas_cat=cut(nota_final, breaks=c(-Inf,4,5,6, Inf), labels=c(\"Menor a 4.0\",\"4.0-5.0\",\"5.0-6.0\",\"6.0-7.0\")))\n\nfrq(prueba1$notas_cat)\n\nx <categorical> \n# total N=88 valid N=79 mean=2.23 sd=1.13\n\nValue | N | Raw % | Valid % | Cum. %\n-------------------------------------------\nMenor a 4.0 | 30 | 34.09 | 37.97 | 37.97\n4.0-5.0 | 14 | 15.91 | 17.72 | 55.70\n5.0-6.0 | 22 | 25.00 | 27.85 | 83.54\n6.0-7.0 | 13 | 14.77 | 16.46 | 100.00\n<NA> | 9 | 10.23 | <NA> | <NA>\n\nprueba1 <- prueba1 %>% dplyr::select(-notas_cat)" + }, + { + "objectID": "files/reporte_notas/reporte_notas.html#preguntas-y-asociaciones", + "href": "files/reporte_notas/reporte_notas.html#preguntas-y-asociaciones", + "title": "Reporte Notas - Estadística Correlacional 2023", + "section": "", + "text": "tab_corr(prueba1,\n triangle = \"lower\")\n\n\n\n\n \nCálculo Pearson\nInterpretación Pearson\nLimitación Pearson\nCoeficiente determinación\nSpearman\nPerdidos matrices\nnota_final\n\n\nCálculo Pearson\n \n \n \n \n \n \n \n\n\nInterpretación Pearson\n0.405***\n \n \n \n \n \n \n\n\nLimitación Pearson\n0.211\n0.153\n \n \n \n \n \n\n\nCoeficiente determinación\n0.271*\n0.407***\n0.267*\n \n \n \n \n\n\nSpearman\n0.229*\n0.203\n0.375***\n0.197\n \n \n \n\n\nPerdidos matrices\n0.063\n0.127\n0.435***\n0.095\n0.277*\n \n \n\n\nnota_final\n0.696***\n0.627***\n0.619***\n0.524***\n0.583***\n0.539***\n \n\n\nComputed correlation used pearson-method with listwise-deletion.\n\n\n\n\n\n\nplot_scatter(prueba1, p1a, p1b)\n\n\n\n\n\n\n\n\nConsistencia interna\n\npacman::p_load(ltm)\n\npreguntas <- prueba1 %>% dplyr::select(-nota_final)\ncronbach.alpha(na.omit(preguntas))\n\n\nCronbach's alpha for the 'na.omit(preguntas)' data-set\n\nItems: 6\nSample units: 79\nalpha: 0.634" + }, + { + "objectID": "files/reporte_notas/reporte_notas.html#datos", + "href": "files/reporte_notas/reporte_notas.html#datos", + "title": "Reporte Notas - Estadística Correlacional 2023", + "section": "Datos", + "text": "Datos\n\nload(\"prueba2.Rdata\")" + }, + { + "objectID": "files/reporte_notas/reporte_notas.html#adecuación-preguntas", + "href": "files/reporte_notas/reporte_notas.html#adecuación-preguntas", + "title": "Reporte Notas - Estadística Correlacional 2023", + "section": "Adecuación preguntas", + "text": "Adecuación preguntas\nLa prueba tiene dos formas: A y B, la única diferencia es en el orden de las preguntas, la forma A parte por la pregunta sobre identificación con la izquierda, mientras que en la forma B la primera pregunta es la de CASEN. Para poder realizar un correcto análisis de las preguntas vamos a adaptar la forma B a la A.\n\nfrq(prueba2$forma)\n\nx <character> \n# total N=87 valid N=72 mean=1.50 sd=0.50\n\nValue | N | Raw % | Valid % | Cum. %\n-------------------------------------\nA | 36 | 41.38 | 50 | 50\nB | 36 | 41.38 | 50 | 100\n<NA> | 15 | 17.24 | <NA> | <NA>\n\nA <- subset(prueba2, subset = prueba2$forma==\"A\")\nB <- subset(prueba2, subset = prueba2$forma==\"B\")\ndim(A)\n\n[1] 36 8\n\ndim(B)\n\n[1] 36 8\n\ndescr(B, show = \"mean\")\n\n\n## Basic descriptive statistics\n\n var mean\n p1a 1.33\n p1b 1.36\n p1c 1.31\n p2a 1.39\n p2b 1.28\n p2c 1.32\n nota_final 4.58\n\nB <- B %>% rename(\"p1a\"=\"p2a\", \n \"p1b\"=\"p2b\",\n \"p1c\"=\"p2c\",\n \"p2a\"=\"p1a\",\n \"p2b\"=\"p1b\",\n \"p2c\"=\"p1c\")\n\ndescr(B, show = \"mean\")\n\n\n## Basic descriptive statistics\n\n var mean\n p2a 1.33\n p2b 1.36\n p2c 1.31\n p1a 1.39\n p1b 1.28\n p1c 1.32\n nota_final 4.58\n\nprueba2 <- rbind(A,B)" + }, + { + "objectID": "files/reporte_notas/reporte_notas.html#etiquetados-1", + "href": "files/reporte_notas/reporte_notas.html#etiquetados-1", + "title": "Reporte Notas - Estadística Correlacional 2023", + "section": "Etiquetados", + "text": "Etiquetados\n\n# Label variables\n\nprueba2$p1a <- set_label(x = prueba2$p1a, \n label = \"H1 promedio direccional\")\nprueba2$p1b <- set_label(x = prueba2$p1b, \n label = \"Prueba promedios\")\nprueba2$p1c <- set_label(x = prueba2$p1c, \n label = \"Rechazo H0\")\nprueba2$p2a <- set_label(x = prueba2$p2a, \n label = \"H1 proporcion no direccional\")\nprueba2$p2b <- set_label(x = prueba2$p2b, \n label = \"Error tipo 1\")\nprueba2$p2c <- set_label(x = prueba2$p2c, \n label = \"Intervalo confianza\")" + }, + { + "objectID": "files/reporte_notas/reporte_notas.html#tabla-descriptiva-1", + "href": "files/reporte_notas/reporte_notas.html#tabla-descriptiva-1", + "title": "Reporte Notas - Estadística Correlacional 2023", + "section": "Tabla descriptiva", + "text": "Tabla descriptiva\n\nprueba2 %>% descr(., show = c(\"label\",\"range\", \"mean\", \"sd\", \"n\"))%>% kable(.,\"markdown\", digits=2)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar\nlabel\nn\nmean\nsd\nrange\n\n\n\n\n2\np1a\nH1 promedio direccional\n72\n1.36\n0.63\n2 (0-2)\n\n\n3\np1b\nPrueba promedios\n72\n1.24\n0.86\n2 (0-2)\n\n\n4\np1c\nRechazo H0\n72\n1.27\n0.70\n2 (0-2)\n\n\n5\np2a\nH1 proporcion no direccional\n72\n1.26\n0.68\n2 (0-2)\n\n\n6\np2b\nError tipo 1\n72\n1.27\n0.79\n2 (0-2)\n\n\n7\np2c\nIntervalo confianza\n72\n1.14\n0.72\n2 (0-2)\n\n\n1\nnota_final\nnota_final\n72\n4.37\n1.23\n5.6 (1.4-7)" + }, + { + "objectID": "files/reporte_notas/reporte_notas.html#gráficos-descriptivos-1", + "href": "files/reporte_notas/reporte_notas.html#gráficos-descriptivos-1", + "title": "Reporte Notas - Estadística Correlacional 2023", + "section": "Gráficos descriptivos", + "text": "Gráficos descriptivos\n\nhist(prueba2$nota_final)\n\n\n\n\n\n\n\nplot_frq(data = prueba2$nota_final,type = \"hist\",show.mean = T)\n\n\n\n\n\n\n\n\n\nprueba2 <- prueba2 %>% mutate(notas_cat=cut(nota_final, breaks=c(-Inf,4,5,6, Inf), labels=c(\"Menor a 4.0\",\"4.0-5.0\",\"5.0-6.0\",\"6.0-7.0\")))\n\nfrq(prueba2$notas_cat)\n\nx <categorical> \n# total N=72 valid N=72 mean=2.06 sd=1.02\n\nValue | N | Raw % | Valid % | Cum. %\n-------------------------------------------\nMenor a 4.0 | 28 | 38.89 | 38.89 | 38.89\n4.0-5.0 | 19 | 26.39 | 26.39 | 65.28\n5.0-6.0 | 18 | 25.00 | 25.00 | 90.28\n6.0-7.0 | 7 | 9.72 | 9.72 | 100.00\n<NA> | 0 | 0.00 | <NA> | <NA>\n\nprueba2 <- prueba2 %>% dplyr::select(-notas_cat)" + }, + { + "objectID": "files/reporte_notas/reporte_notas.html#preguntas-y-asociaciones-1", + "href": "files/reporte_notas/reporte_notas.html#preguntas-y-asociaciones-1", + "title": "Reporte Notas - Estadística Correlacional 2023", + "section": "Preguntas y asociaciones", + "text": "Preguntas y asociaciones\n\nprueba2 <- prueba2 %>% dplyr::select(-forma)\ntab_corr(prueba2,\n triangle = \"lower\")\n\n\n\n\n \nH1 promedio direccional\nPrueba promedios\nRechazo H0\nH1 proporcion no direccional\nError tipo 1\nIntervalo confianza\nnota_final\n\n\nH1 promedio direccional\n \n \n \n \n \n \n \n\n\nPrueba promedios\n0.295*\n \n \n \n \n \n \n\n\nRechazo H0\n0.397***\n0.488***\n \n \n \n \n \n\n\nH1 proporcion no direccional\n0.108\n0.094\n-0.060\n \n \n \n \n\n\nError tipo 1\n-0.204\n0.039\n0.031\n-0.039\n \n \n \n\n\nIntervalo confianza\n0.047\n0.206\n0.308**\n0.169\n0.351**\n \n \n\n\nnota_final\n0.469***\n0.677***\n0.650***\n0.370**\n0.404***\n0.631***\n \n\n\nComputed correlation used pearson-method with listwise-deletion.\n\n\n\n\n\nConsistencia interna\n\npacman::p_load(ltm)\n\npreguntas <- prueba2 %>% dplyr::select(-nota_final)\ncronbach.alpha(na.omit(preguntas))\n\n\nCronbach's alpha for the 'na.omit(preguntas)' data-set\n\nItems: 6\nSample units: 72\nalpha: 0.513" + }, + { + "objectID": "example/cace.html", + "href": "example/cace.html", + "title": "Complier average treatment effects", + "section": "", + "text": "Throughout this course, we’ve talked about the difference between the average treatment effect (ATE), or the average effect of a program for an entire population, and conditional average treatment effect (CATE), or the average effect of a program for some segment of the population. There are all sorts of CATEs: you can find the CATE for men vs. women, for people who are treated with the program (the average treatment on the treated, or ATT or TOT), for people who are not treated with the program (the average treatment on the untreated, or ATU), and so on.\nOne important type of CATE is the effect of a program on just those who comply with the program. We can call this the complier average treatment effect, but the acronym would be the same as conditional average treatment effect, so we’ll call it the complier average causal effect or CACE.\nThinking about compliance is important. You might randomly assign people to receive treatment or a program, but people might not do what you tell them. Additionally, people might do the program if assigned to do it, but they would have done it anyway. We can split the population into four types of people:\n\nCompliers: People who follow whatever their assignment is (if assigned to treatment, they do the program; if assigned to control, they don’t)\nAlways takers: People who will receive or seek out the program regardless of assignment (if assigned to treatment, they do the program; if assigned to control, they still do the program)\nNever takers: People who will not receive or seek out the program regardless of assignment (if assigned to treatment, they don’t do the program; if assigned to control, they also don’t do it)\nDefiers: People who will do the opposite of whatever their assignment is (if assigned to treatment, they don’t do the program; if assigned to control, they do the program)\n\nTo simplify things, evaluators and econometricians assume that defiers don’t exist based on the idea of monotonicity, which means that we can assume that the effect of being assigned to treatment only increases the likelihood of participating in the program (and doesn’t make it more likely).\nThe tricky part about trying to find who the compliers are in a sample is that we can’t know what people would have done in the absence of treatment. If we see that someone in the experiment was assigned to be in the treatment group and they then participated in the program, they could be a complier (since they did what they were assigned to do), or they could be an always taker (they did what they were assigned to do, but they would have done it anyway). Due to the fundamental problem of causal inference, we cannot know what each person would have done in a parallel world.\nWe can use data from a hypothetical program to see how these three types of compliers distort our outcomes, and more importantly, how we can disentangle compliers from their always- and never-taker counterparts.\nIf you want to follow along with this example, you can download these two datasets:\n\n bed_nets_time_machine.csv\n bed_nets_observed.csv" + }, + { + "objectID": "example/cace.html#compliance-and-treatment-effects", + "href": "example/cace.html#compliance-and-treatment-effects", + "title": "Complier average treatment effects", + "section": "", + "text": "Throughout this course, we’ve talked about the difference between the average treatment effect (ATE), or the average effect of a program for an entire population, and conditional average treatment effect (CATE), or the average effect of a program for some segment of the population. There are all sorts of CATEs: you can find the CATE for men vs. women, for people who are treated with the program (the average treatment on the treated, or ATT or TOT), for people who are not treated with the program (the average treatment on the untreated, or ATU), and so on.\nOne important type of CATE is the effect of a program on just those who comply with the program. We can call this the complier average treatment effect, but the acronym would be the same as conditional average treatment effect, so we’ll call it the complier average causal effect or CACE.\nThinking about compliance is important. You might randomly assign people to receive treatment or a program, but people might not do what you tell them. Additionally, people might do the program if assigned to do it, but they would have done it anyway. We can split the population into four types of people:\n\nCompliers: People who follow whatever their assignment is (if assigned to treatment, they do the program; if assigned to control, they don’t)\nAlways takers: People who will receive or seek out the program regardless of assignment (if assigned to treatment, they do the program; if assigned to control, they still do the program)\nNever takers: People who will not receive or seek out the program regardless of assignment (if assigned to treatment, they don’t do the program; if assigned to control, they also don’t do it)\nDefiers: People who will do the opposite of whatever their assignment is (if assigned to treatment, they don’t do the program; if assigned to control, they do the program)\n\nTo simplify things, evaluators and econometricians assume that defiers don’t exist based on the idea of monotonicity, which means that we can assume that the effect of being assigned to treatment only increases the likelihood of participating in the program (and doesn’t make it more likely).\nThe tricky part about trying to find who the compliers are in a sample is that we can’t know what people would have done in the absence of treatment. If we see that someone in the experiment was assigned to be in the treatment group and they then participated in the program, they could be a complier (since they did what they were assigned to do), or they could be an always taker (they did what they were assigned to do, but they would have done it anyway). Due to the fundamental problem of causal inference, we cannot know what each person would have done in a parallel world.\nWe can use data from a hypothetical program to see how these three types of compliers distort our outcomes, and more importantly, how we can disentangle compliers from their always- and never-taker counterparts.\nIf you want to follow along with this example, you can download these two datasets:\n\n bed_nets_time_machine.csv\n bed_nets_observed.csv" + }, + { + "objectID": "example/cace.html#finding-compliers-with-a-mind-reading-time-machine", + "href": "example/cace.html#finding-compliers-with-a-mind-reading-time-machine", + "title": "Complier average treatment effects", + "section": "Finding compliers with a mind-reading time machine", + "text": "Finding compliers with a mind-reading time machine\nFirst let’s load the data and reorder some of the categories:\n\n\nCode\nlibrary(tidyverse) # ggplot(), %>%, mutate(), and friends\nlibrary(broom) # Convert models to data frames\nlibrary(estimatr) # Run 2SLS models in one step with iv_robust()\n\nbed_nets <- read_csv(\"data/bed_nets_observed.csv\") %>%\n # Make \"No bed net\" (control) come first\n mutate(bed_net = fct_relevel(bed_net, \"No bed net\"))\n\nbed_nets_time_machine <- read_csv(\"data/bed_nets_time_machine.csv\") %>%\n # Make \"No bed net\" come first and \"Complier\" come first\n mutate(bed_net = fct_relevel(bed_net, \"No bed net\"),\n status = fct_relevel(status, \"Complier\"))\n\n\nThis is what we would be able to see if we could read everyone’s minds. There are always takers who will use a bed net regardless of the program, and they’ll have higher health outcomes. However, those better outcomes are because of something endogenous—there’s something else that makes these people always pursue bed nets, and that’s likely related to health. We probably want to not consider them when looking for the program effect. There are never takers who won’t ever use a bed net, and they have worse health outcomes. Again, there’s endogeneity here—something is causing them to not use the bed nets, and it likely also causes their health level. We don’t want to look at them either.\nThe first group—the compliers—are the people we want to focus on. Here we see that the program had an effect when compared to a control group.\n\n\nCode\nset.seed(1234) # Make the jittering the same every time\n\nggplot(bed_nets_time_machine, aes(y = health, x = treatment)) +\n geom_point(aes(shape = bed_net, color = status),\n position = position_jitter(height = NULL, width = 0.25)) +\n facet_wrap(vars(status)) +\n labs(color = \"Type of person\", shape = \"Compliance\",\n x = NULL, y = \"Health status\") +\n scale_color_viridis_d(option = \"plasma\", end = 0.85) +\n theme_bw()" + }, + { + "objectID": "example/cace.html#finding-compliers-in-actual-data", + "href": "example/cace.html#finding-compliers-in-actual-data", + "title": "Complier average treatment effects", + "section": "Finding compliers in actual data", + "text": "Finding compliers in actual data\nThis is what we actually see in the data, though. You can tell who some of the always takers are (those who used bed nets after being assigned to the control group) and who some of the never takers are (those who did not use a bed net after being assigned to the treatment group), but compliers are mixed up with the always and never takers. We have to somehow disentangle them!\n\n\nCode\nset.seed(1234)\nggplot(bed_nets_time_machine, aes(y = health, x = bed_net)) +\n geom_point(aes(shape = bed_net, color = status),\n position = position_jitter(height = NULL, width = 0.25)) +\n facet_wrap(vars(treatment)) +\n labs(color = \"Type of person\", shape = \"Compliance\",\n x = NULL, y = \"Health status\") +\n scale_color_viridis_d(option = \"plasma\", end = 0.85) +\n theme_bw()\n\n\n\n\n\n\n\n\n\nWe can do this by assuming the proportion of compliers, never takers, and always takers are equally spread across treatment and control (which we can assume through the magic of randomization). If that’s the case, we can calculate the intent to treat (ITT) effect, which is the CATE of being assigned treatment (or the effect of being assigned treatment on health status, regardless of actual compliance).\nThe ITT is actually composed of three different causal effects: the complier average causal effect (CACE), the always taker average causal effect (ATACE), and the never taker average causal effect (NTACE). In the formula below, \\(\\pi\\) stands for the proportion of people in each group. Formally, the ITT can be defined like this:\n\\[\n\\begin{aligned}\n\\text{ITT}\\ =\\ & \\color{#0D0887}{\\pi_\\text{compliers} \\times (\\text{T} - \\text{C})_\\text{compliers}} + \\\\\n&\\color{#B7318A}{\\pi_\\text{always takers} \\times (\\text{T} - \\text{C})_\\text{always takers}} + \\\\\n&\\color{#FEBA2C}{\\pi_\\text{never takers} \\times (\\text{T} - \\text{C})_\\text{never takers}}\n\\end{aligned}\n\\]\nWe can simplify this to this acronymized version:\n\\[\n\\text{ITT}\\ =\\ \\color{#0D0887}{\\pi_\\text{C} \\text{CACE}} + \\color{#B7318A}{\\pi_\\text{A} \\text{ATACE}} + \\color{#FEBA2C}{\\pi_\\text{N} \\text{NTACE}}\n\\]\nThe number we care about the most here is the CACE, which is stuck in the middle of the equation. But we can rescue it with some fun logical and algebraic trickery!\nIf we assume that assignment to treatment doesn’t make someone more likely to be an always taker or a never taker, we can set the ATACE and NTACE to zero, leaving us with just three variables to worry about: ITT, \\(\\pi_\\text{c}\\), and CACE:\n\\[\n\\begin{aligned}\n\\text{ITT}\\ =\\ & \\color{#0D0887}{\\pi_\\text{C} \\text{CACE}} + \\color{#B7318A}{\\pi_\\text{A} \\text{ATACE}} + \\color{#FEBA2C}{\\pi_\\text{N} \\text{NTACE}} \\\\[6pt]\n=\\ & \\color{#0D0887}{\\pi_\\text{C} \\text{CACE}} + \\color{#B7318A}{\\pi_\\text{A} \\times 0} + \\color{#FEBA2C}{\\pi_\\text{N} \\times 0}\\\\[6pt]\n\\text{ITT}\\ =\\ & \\color{#0D0887}{\\pi_\\text{C} \\text{CACE}}\n\\end{aligned}\n\\]\nWe can use algebra to rearrange this formula so that we’re left with an equation that starts with CACE (since that’s the value we care about):\n\\[\n\\text{CACE} = \\frac{\\text{ITT}}{\\pi_\\text{C}}\n\\]\nIf we can find the ITT and the proportion of compliers, we can find the complier average causal effect (CACE). Fortunately, both those pieces—ITT and \\(\\pi_\\text{C}\\)—are findable in the data we have!" + }, + { + "objectID": "example/cace.html#finding-the-itt", + "href": "example/cace.html#finding-the-itt", + "title": "Complier average treatment effects", + "section": "Finding the ITT", + "text": "Finding the ITT\nThe ITT is easy to find with a simple OLS model:\n\n\nCode\nitt_model <- lm(health ~ treatment, data = bed_nets)\n\ntidy(itt_model)\n## # A tibble: 2 × 5\n## term estimate std.error statistic p.value\n## <chr> <dbl> <dbl> <dbl> <dbl>\n## 1 (Intercept) 40.9 0.444 92.1 0 \n## 2 treatmentTreatment 5.99 0.630 9.51 5.20e-21\n\nITT <- tidy(itt_model) %>%\n filter(term == \"treatmentTreatment\") %>%\n pull(estimate)\n\n\nThe ITT here is ≈6—being assigned treatment increases average health status by 5.99 health points." + }, + { + "objectID": "example/cace.html#finding-the-proportion-of-compliers", + "href": "example/cace.html#finding-the-proportion-of-compliers", + "title": "Complier average treatment effects", + "section": "Finding the proportion of compliers", + "text": "Finding the proportion of compliers\nThe proportion of compliers is a little trickier, but doable with some algebraic trickery. Recall from the graph above that the people who were in the treatment group and who complied are a combination of always takers and compliers. This means we can say:\n\\[\n\\begin{aligned}\n\\pi_\\text{A} + \\pi_\\text{C} =& \\text{% yes in treatment; or} \\\\\n\\pi_\\text{C} =& \\text{% yes in treatment} - \\pi_\\text{A}\n\\end{aligned}\n\\]\nWe actually know \\(\\pi_\\text{A}\\)—remember in the graph above that the people who were in the control group and who used bed nets are guaranteed to be always takers (none of them are compliers or never takers). If we assume that the proportion of always takers is the same in both treatment and control, we can use that percent here, giving us this final equation for \\(\\pi_\\text{C}\\):\n\\[\n\\begin{aligned}\n\\pi_\\text{C} =& \\text{% yes in treatment} - \\pi_\\text{A} \\\\\n=& \\text{% yes in treatment} - \\text{% yes in control}\n\\end{aligned}\n\\]\nSo, if we can find the percent of people assigned to treatment who used bed nets, find the percent of people assigned to control and used bed nets, and subtract the two percentages, we’ll have the proportion of compliers, or \\(\\pi_\\text{C}\\). We can do that with the data we have (61% - 19.5% = 41.5% compliers):\n\n\nCode\nbed_nets %>%\n group_by(treatment, bed_net) %>%\n summarize(n = n()) %>%\n mutate(prop = n / sum(n))\n## # A tibble: 4 × 4\n## # Groups: treatment [2]\n## treatment bed_net n prop\n## <chr> <fct> <int> <dbl>\n## 1 Control No bed net 808 0.805\n## 2 Control Bed net 196 0.195\n## 3 Treatment No bed net 388 0.390\n## 4 Treatment Bed net 608 0.610\n\n# pi_c = prop yes in treatment - prop yes in control\npi_c <- 0.6104418 - 0.1952191\n\n\nFinally, now that we know both the ITT and \\(\\pi_\\text{C}\\), we can find the CACE (or the LATE):\n\n\nCode\nCACE <- ITT / pi_c\nCACE\n## [1] 14.43\n\n\nIt’s 14.4, which means that using bed nets increased health by 14 health points for compliers (which is a lot bigger than the 6 that we found before). We successfully filtered out the always takers and the never takers, and we have our complier-specific causal effect." + }, + { + "objectID": "example/cace.html#finding-the-cacelate-with-iv2sls", + "href": "example/cace.html#finding-the-cacelate-with-iv2sls", + "title": "Complier average treatment effects", + "section": "Finding the CACE/LATE with IV/2SLS", + "text": "Finding the CACE/LATE with IV/2SLS\nDoing that is super tedious though! What if there was an easier way to find the effect of the bed net program for just the compliers? We can do this with IV/2SLS regression by using assignment to treatment as an instrument.\nAssignment to treatment works as an instrument because it’s (1) relevant, since being told to use bed nets is probably highly correlated with using bed nets, (2) exclusive, since the only way that being told to use bed nets can cause changes in health is through the actual use of the bed nets, and (3) exogenous, since being told to use bed nets probably isn’t related to other things that cause health.\nHere’s a 2SLS regression with assignment to treatment as the instrument:\n\n\nCode\nmodel_2sls <- iv_robust(health ~ bed_net | treatment, data = bed_nets)\ntidy(model_2sls)\n## term estimate std.error statistic p.value conf.low conf.high df outcome\n## 1 (Intercept) 38.12 0.5151 74.01 0.000e+00 37.11 39.13 1998 health\n## 2 bed_netBed net 14.43 1.2538 11.51 1.038e-29 11.97 16.89 1998 health\n\n\nThe coefficient for bed_net is identical to the CACE that we found manually! Instrumental variables are helpful for isolated program effects to only compliers when you’re dealing with noncompliance." + }, + { + "objectID": "news/2024-08-28_asignacion_ayudantes1.html", + "href": "news/2024-08-28_asignacion_ayudantes1.html", + "title": "Asignación asesorías ayudantes", + "section": "", + "text": "← News\n\n\n\n\nDurante las dos primeras unidades del curso l_s estudiantes están asignados a un/a ayudante para consultas y/o apoyo con los contenidos del curso. Sus ayudantes se contactarán con uds. para indicarles la forma y momentos de asesoría, también pueden ser contactados directamente mediante el correo de UCursos.\n\n\n\n\n\n\nAyudante\nEstudiante\n\n\n\n\nAntonia Jiménez F.\nAlarcón Riveros, Milen Valentina\n\n\n\nArriagada Rodríguez, Javiera Ignacia\n\n\n\nCelpa Bugueño, Álvaro Giovanni\n\n\n\nDíaz Devia, Eduardo Ignacio\n\n\n\nHernández Osses, Antonia Margarita\n\n\n\nHuerta Carrasco, Rodrigo Javier\n\n\n\nKovacevic Ardiles, Ruby Mladenka\n\n\n\nNavarro Sánchez, Camila Alexandra\n\n\n\nPadilla Maureira, Belén Monserrat\n\n\n\nZanca Garrido, Andrés Ignacio\n\n\nCristóbal Mejías G.\nAntil Contreras, Ana Paula\n\n\n\nBeroíza Aguilar, Benjamín Daniel David\n\n\n\nFuentes Fernández, Víctor Javier\n\n\n\nOlmos Jara, Vicente Martín\n\n\n\nRaccagni Mancilla, Matilda Isidora\n\n\n\nRendic Gomez, Andres Nicolas\n\n\n\nVásquez Campos, Fernanda María José\n\n\n\nVega Villanueva, Martina Alejandra\n\n\nFernanda Zúñiga M.\nÁlvarez Cárdenas, Javiera Ignacia\n\n\n\nCastro Rojas, Joel Wilson\n\n\n\nDuclos González, Gaspar\n\n\n\nFaúndez Ramírez, Jennifer Paola\n\n\n\nGonzález Núñez, Bastián Antonio\n\n\n\nGuzmán Reyes, Pablo Antonio\n\n\n\nMontecinos Quintanilla, Valentina Antonia\n\n\n\nSantos Chavarría, Catalina Paz\n\n\nIsmael Aguayo\nBustos Pérez, Benjamín Alfredo\n\n\n\nCastillo Rojas, Anahi Constanza\n\n\n\nChateau Vives, Manuela\n\n\n\nMaldonado Acevedo, Agustín Eduardo\n\n\n\nMorales Verdugo, Javiera Catalina\n\n\n\nRivera Valenzuela, Luis Felipe\n\n\n\nSalas Aguilar, Maximiliano Alonso\n\n\n\nThumala Raposo, Daniel\n\n\n\nTsukame Díaz, Amalia Victoria\n\n\nJaviera González\nBuzio Aranda, Martina Javiera\n\n\n\nCantillana Olave, Muriel Noelia\n\n\n\nFerrel Higuera, Benjamin Tomas Alexandre\n\n\n\nFigueroa Tengner, Nino\n\n\n\nMancilla Chaparro, Benjamín Patricio\n\n\n\nMansilla Fuentes, Violeta Del Rosario\n\n\n\nOuterbridge Ortega, Nicolás Eduardo\n\n\n\nRojas Murúa, Vicente Ignacio de Jesús\n\n\n\nRojas Santander, Matías Nicolás\n\n\n\nVillatoro Cepeda, Martina Alejandra\n\n\nJesús Díaz M.\nArias Acuña, Antonio Domingo\n\n\n\nConsuegra Erazo, Lucas Andrés\n\n\n\nJiménez Miranda, Constanza María\n\n\n\nJiménez Morales, Rosita Monserrat\n\n\n\nJullian Corral, Maite Ayelen\n\n\n\nMuñoz Caniuqueo, Ignacio Benjamín\n\n\n\nOsorio Huerta, Francisca Andrea\n\n\n\nPlaza Spate, Cristóbal Ignacio\n\n\n\nVenegas Moya, Alonso Elessar\n\n\nLuis Rios\nBalmaceda Yankovic, Bianca\n\n\n\nCaballero Salazar, Amador\n\n\n\nCanales Llanquitrú, Carla Jacqueline\n\n\n\nGaete Morgado, Paulina Andrea\n\n\n\nGatica Pailacura, Carolina Paz\n\n\n\nMartin Gerdes, Bastián Javier\n\n\n\nMena Rojas, Martín Elías\n\n\n\nValencia Almendras, Isidora Paz\n\n\n\nVásquez Olivares, Catalina Ignacia\n\n\nMaría Fernanda Núñez G.\nCalderón Guajardo, Elisa Amanda\n\n\n\nFlores Fuentes, Matías Gabriel\n\n\n\nGallo Novoa, Emilia Antonia\n\n\n\nLagos Zúñiga, Martina Jacinta\n\n\n\nLatorre González, Camila Ignacia\n\n\n\nPoblete Duarte, José Patricio\n\n\n\nRoa Neira, Carla Denisse\n\n\n\nSilva Díaz, Catalina Rosario\n\n\n\nVargas Olivares, Andrés Ignacio\n\n\nSophia Karoussis P.\nBascuñán Soto, Marta del Carmen\n\n\n\nBerríos Puentes, Rocío Belén\n\n\n\nFerran Villagra, Catalina Sofía\n\n\n\nGuerrero Tapia, Daniela Sofía\n\n\n\nPalma Valladares, Elisa Victoria\n\n\n\nPeña Gaete, Micaela Fabiana\n\n\n\nRobledo Dávila, Martina Elisa\n\n\n\nSuárez Urbina, Rocío Belén\n\n\n\nVega Gandolfo, Felipe Ignacio\n\n\nVictoria Arias O.\nCanales Calderón, Fernanda Paz\n\n\n\nCarrasco Gomberoff, Benjamín Eitan\n\n\n\nIbarra Domínguez, Asunción Rebeca\n\n\n\nIsla Hernández, Paz Magdalena\n\n\n\nNúñez Pérez, Joaquín Emilio\n\n\n\nReyes Aqueveque, Valeria Patricia\n\n\n\nRivera Sepúlveda, Sofía Belén\n\n\n\nSanta Cruz Claro, Amalia Magdalena\n\n\n\nSoto Ortega, Martina Paz\n\n\n\n\n\n\n\n\nPor dudas, comentarios o cambios respecto a esta asignación escribir a Andreas Laffert (Apoyo Docente) por UCursos." + }, + { + "objectID": "syllabus.html", + "href": "syllabus.html", + "title": "Programa", + "section": "", + "text": "Prof. Juan Carlos Castillo\n   325 Sociología FACSO, Universidad de Chile\n   juancastillov@uchile.cl\n   Agendar reunión\n\n\n\n\n\n   Lunes y Martes\n   12 Agosto al 29 de Noviembre, 2023\n   10:15-11:45 (Lunes) y 8:30-10:00 (Martes)\n   Lunes - Aulario C6, Martes - Aulario C7-C8 & FACSO 345\n   Slack" + }, + { + "objectID": "syllabus.html#sobre-el-sentido-general-del-curso", + "href": "syllabus.html#sobre-el-sentido-general-del-curso", + "title": "Programa", + "section": "Sobre el sentido general del curso", + "text": "Sobre el sentido general del curso\nEn este curso vamos a aprender tres cosas principales:\n\ninferencia: los resultados que encontramos en nuestra muestra, ¿se encuentran también en la población de la cual proviene la muestra?\nmedidas de asociación entre variables: tamaño y significación estadística\nreporte y reproducibilidad de los análisis estadísticos: nuestros análisis se reflejan en productos como tablas y gráficos. No basta con entenderlos e interpretarlos, sino también es fundamental una buena comunicación." + }, + { + "objectID": "syllabus.html#propósito-general-del-curso", + "href": "syllabus.html#propósito-general-del-curso", + "title": "Programa", + "section": "Propósito general del curso", + "text": "Propósito general del curso\nAl finalizar el curso los estudiantes conocerán los fundamentos del análisis estadístico inferencial. Se espera que los estudiantes sean capaces de:\n\nelaborar de manera pertinente hipótesis estadísticas\naplicar estadísticos de asociación bivariada, a partir de los cuáles puedan desarrollar análisis de problemas sociales\ncorroborar el cumplimiento de las condiciones de aplicación de cada estadístico\nutilizar software de análisis estadístico\ncontrastar hipótesis de investigación\nelaborar conclusiones integrando fundamentos teóricos con herramientas de análisis estadístico de resultados.\n\nComplementariamente se espera que los estudiantes adquieran herramientas que les permitan comunicar resultados de investigación en contextos sociales, profesionales y académicos." + }, + { + "objectID": "syllabus.html#competencias", + "href": "syllabus.html#competencias", + "title": "Programa", + "section": "Competencias", + "text": "Competencias\n1a. Delimitar, conceptualizar y analizar diversos objetos de investigación social, con especial énfasis en aquellos relacionados con los procesos de transformación del país y Latinoamérica\n1b. Manejar diversas estrategias metodológicas de las ciencias sociales\n1c. Manejar un conjunto de herramientas para el procesamiento y análisis de información\n1d. Transmitir los conocimientos derivados de la práctica investigativa, así como aquellos adquiridos durante el proceso formativo." + }, + { + "objectID": "syllabus.html#subcompetencias", + "href": "syllabus.html#subcompetencias", + "title": "Programa", + "section": "Subcompetencias", + "text": "Subcompetencias\n\n1.4 Contribuir a generar conocimiento sociológico en el marco de estudios y/o procesos de investigación donde se articulen creativamente las dimensiones teórica, metodológica y práctica.\n1.5 Comunicar los saberes disciplinares de manera pertinente a las características de distintos contextos y audiencias, utilizando diversas estrategias y formatos." + }, + { + "objectID": "syllabus.html#resultados-del-aprendizaje", + "href": "syllabus.html#resultados-del-aprendizaje", + "title": "Programa", + "section": "Resultados del aprendizaje", + "text": "Resultados del aprendizaje\n\nComprende, domina y es capaz de explicar los elementos conceptuales subyacentes a la determinación de la asociación poblacional entre dos variables a partir del análisis de una muestra, y es capaz de traducir hipótesis derivadas de la teoría sociológica en hipótesis estadísticas posibles de contrastar empíricamente con los datos.\nEs capaz de seleccionar y usar herramientas estadísticas adecuadas para evaluar la asociación entre dos variables considerando las características de los datos y las condiciones de aplicación de cada técnica.\nLogra interpretar desde un punto de vista estadístico y sociológico los resultados derivados de pruebas estadísticas para analizar la relación entre dos variables.\nEs capaz de reportar y comunicar adecuada y eficientemente los resultados de los análisis estadísticos" + }, + { + "objectID": "syllabus.html#saberes-contenidos", + "href": "syllabus.html#saberes-contenidos", + "title": "Programa", + "section": "Saberes / Contenidos", + "text": "Saberes / Contenidos\n\nUnidad I: Inferencia\n\nDatos, variables y probabilidad\nCurva normal y error estándar\nIntervalos de confianza\nTest de hipótesis\nHipótesis no direccionales y para proporciones\n\n\n\nUnidad II: Asociación\n\nAsociación y covarianza\nCorrelación de Pearson\nCorrelación con variables ordinales\nMatrices y tamaños de efecto en correlación\nAsociación con variables categóricas\n\n\n\nUnidad III: Reporte\n\nResponder problemas de investigación de lógica bivariada con datos reales\nEscritura de reportes de investigación\nVisualización de datos\nPresentación de resultados" + }, + { + "objectID": "syllabus.html#metodología", + "href": "syllabus.html#metodología", + "title": "Programa", + "section": "Metodología", + "text": "Metodología\n\nSesiones de clases lectivas presenciales semanales, donde se presentarán los aspectos centrales de los contenidos correspondientes a la semana.\nPrácticos: los temas del curso se acompañan de guías prácticas de aplicación de contenidos. Estas guías están diseñadas para ser desarrolladas de manera autónoma, y también habrá espacio de revisión y consultas en el espacio de clases.\nTrabajos: se desarrollarán trabajos de investigación que permitirán a l_s participantes aplicar contenidos y recibir retroalimentación de su desempeño. Los trabajos serán asesorados por ayudantes que se asignarán a cada grupo.\n\nEl semestre comienza con clases lectivas, y posteriormente se integran elementos prácticos y de aplicación.\n\nLas clases en general se acompañan de documentos de presentación, que estarán disponibles antes de la sesión en la página de Clases, y están desarrollados con base en Rmarkdown/Xaringan. Estos documentos no son:\n\n“la clase”\nautoexplicativos (ni aspiran a serlo)\n“el ppt” (ni menos “la ppt”)" + }, + { + "objectID": "syllabus.html#evaluación", + "href": "syllabus.html#evaluación", + "title": "Programa", + "section": "Evaluación", + "text": "Evaluación\nEl curso tendrá tres instancias de evaluación:\n\nEvaluación 1: Inferencia (35% = 30% teórico + 5% práctico).\nEvaluación 2: Asociación (35% = 30% teórico + 5% práctico)\nEvaluación 3: Reporte de aplicación - trabajo grupal (30%= 20% reporte escrito + 10% poster)\n\nLa nota ponderada de las evaluaciones equivaldrá al 60% de la nota del curso y el examen final al 40% restante.\nLas evaluaciones se distribuyen en el semestre de la siguiente manera:\n\n\n\n\n\n\n\nATENCIÓN\n\n\n\nLas fechas de evaluación no se cambian por respeto a la planificación de los tiempos de tod_s quienes participan en el curso y el cumplimiento apropiado de los objetivos de aprendizaje." + }, + { + "objectID": "syllabus.html#inasistencias-y-atraso-en-entregas", + "href": "syllabus.html#inasistencias-y-atraso-en-entregas", + "title": "Programa", + "section": "Inasistencias y atraso en entregas", + "text": "Inasistencias y atraso en entregas\nLos justificativos por ausencia o atraso se realizan en la secretaría de carrera. Lo que la carrera informe como justificado, es lo que se va a considerar en el curso. No enviar justificativos a equipo docente y a ayudantes directamente, no es necesario ni apropiado para l_s estudiantes tener que exponer situaciones personales.\nEn caso de faltar a alguna de las evaluaciones existirá una única fecha para evaluaciones recuperativas. Si en esa fecha no es posible asistir por motivos justificados, entonces pasará directo a examen.\nEn el caso de los trabajos, en caso de atraso se descontará 0.5 por día adicional. Si el trabajo no se entrega luego del tercer día de atraso será calificado con nota 1.0" + }, + { + "objectID": "syllabus.html#requisitos-de-aprobación", + "href": "syllabus.html#requisitos-de-aprobación", + "title": "Programa", + "section": "Requisitos de aprobación", + "text": "Requisitos de aprobación\nRequisitos de eximición a examen:\n\ncontar con un promedio ponderado igual o superior a 5.5\nno tener nota bajo 4.0 en ninguna de las evaluaciones\n\nRequisitos para presentación a examen:\n\nPodrán presentarse al examen de primera oportunidad los estudiantes que hayan obtenido una calificación final igual o superior a 3.5.\nEl examen de segunda oportunidad será para aquellos estudiantes que presenten una nota igual o inferior a 3.5 o aquellos que en el examen de primera oportunidad no hubiesen logrado una nota igual o superior a 4.0." + }, + { + "objectID": "syllabus.html#bibliografía-obligatoria", + "href": "syllabus.html#bibliografía-obligatoria", + "title": "Programa", + "section": "Bibliografía Obligatoria", + "text": "Bibliografía Obligatoria\nCapítulos correspondientes a cada sesión de los siguientes textos principales:\n\nRitchey, F. (2008) Estadística para las ciencias sociales. McGraw-Hill: México.\nMoore (2010) Estadística aplicada básica. Barcelona: Antoni Bosch.\nPardo, Ruiz y San Martín (2015). Análisis de Datos en Ciencias Sociales y de la Salud I. Editorial Síntesis: Madrid." + }, + { + "objectID": "syllabus.html#bibliografía-complementaria", + "href": "syllabus.html#bibliografía-complementaria", + "title": "Programa", + "section": "Bibliografía Complementaria", + "text": "Bibliografía Complementaria\nWickham, H., & Grolemund, G. (2016). R for data science: import, tidy, transform, visualize, and model data (First edition). Sebastopol: O’Reilly.\nField, A., Milles, J., & Field, Z. (2012). Discovering statistics using R. London: Sage.\nSalkind, N. J. (Ed.). (2010). Encyclopedia of research design (Vol. 1). Sage.\nLevin, J. & Levin, W. (1997). Fundamentos de Estadística en la Investigación Social (Vol.2). Oxford University Press." + }, + { + "objectID": "syllabus.html#sobre-participación-y-comunicación", + "href": "syllabus.html#sobre-participación-y-comunicación", + "title": "Programa", + "section": "Sobre participación y comunicación", + "text": "Sobre participación y comunicación\n\nSe espera asistencia y participación activa, tanto a las sesiones lectivas como a las prácticas. Se pasará lista en todas las sesiones. No habrá penalización por inasistencia, pero si llevaremos registro principalmente con objetivos de monitoreo y retroalimentación del curso.\nInformar flexibilidades académicas al principio del semestre (en caso que la jefatura de carrera no lo haga de manera centralizada). Las flexibilidades academicas no aplican para cambios de fechas de evaluaciones grupales.\nSe espera y enfatiza la participación activa por distintos canales disponibles. Estos son:\n\ncontacto por correo con equipo docente del curso (profesor y apoyos docentes)\nespacio para resolver dudas individualmente al final de la clase\nreuniones con equipo docente, para lo cual se deben inscribir previamente en la página inicial de este sitio\nforos, disponibles tanto para las clases como para los prácticos.\n\nTambién se enfatiza un trato respetuoso y horizontal. Quienes están tomando este curso serán referidos como participantes y/o estudiantes, evitar el uso de “l_s cabr_s” o “l_s chiquill_s”, que si bien puede intentar transmitir cercanía finalmente expresan minimización de la contraparte. Quien no se sienta tratad_ apropiadamente o vea que otr_s no lo están siendo, se solicita reportar para solucionar la situación." + }, + { + "objectID": "syllabus.html#programación-de-sesiones", + "href": "syllabus.html#programación-de-sesiones", + "title": "Programa", + "section": "Programación de sesiones", + "text": "Programación de sesiones\nVisitar la página de Planificación." + }, + { + "objectID": "news/2024-08-23_primera-practica.html", + "href": "news/2024-08-23_primera-practica.html", + "title": "Sesión práctica martes 27 de agosto", + "section": "", + "text": "← News\n\n\n\n\nAlgunas informaciones importantes:\n-El próximo martes 27 de agosto tendremos nuestra primera sesión práctica del curso.\n-En esta instancia contaremos con el equipo docente completo y ayudantes.\n-Aquellas personas que, por diversos motivos, no puedan contar con un computador personal para las sesiones del curso, les pedimos encarecidamente que rellenen este formulario: https://forms.gle/iGVJjAWRGYh9GGpZ8 Esta información nos permitirá ir organizando el uso de computadores de la sala de computación.\n-Nos dividiremos en dos grupos: una parte del curso en las salas C7 y C8 del aulario C (idealmente quienes dispongan de computador) y otra parte en la sala 345 de computación del edificio nuevo de Facso (para quienes no puedan contar con un computador).\n-Dentro de la próxima semana les enviaremos un correo respecto a la asignación de ayudantes para el asesoramiento en las unidades 1 y 2 del curso." + }, + { + "objectID": "news/2024-08-19_cambio-practico.html", + "href": "news/2024-08-19_cambio-practico.html", + "title": "Prácticos parten próxima semana (Martes 27)", + "section": "", + "text": "← News\n\n\n\n\nInicialmente en el programa estaba contemplado que esta semana el martes 20 comenzaba la primera sesión de prácticos, para lo cual debían traer sus computadores. Esto se modifica, el práctico es el próximo martes 27." + }, + { + "objectID": "content/index.html", + "href": "content/index.html", + "title": "Clases", + "section": "", + "text": "En esta sección se encuentran disponibles los documentos de presentación que sirven de base a cada clase, en el menú de la izquierda Presentaciones. Los documentos son en formato html (no son ppt), producidos con Xaringan. Para verlos en pantalla completa presionar F sobre el documento, y para una vista general de todas las slides presionar O.\nTambién a la izquierda hay un link al Foro para hacer preguntas relacionadas con las clases.\nCada clase tiene como referencia lecturas que deben completarse antes de la sesión correspondiente.", + "crumbs": [ + "Clases", + "Descripción" + ] + }, + { + "objectID": "content/10-content.html", + "href": "content/10-content.html", + "title": "Cierre", + "section": "", + "text": "Documento de presentación" + }, + { + "objectID": "content/08-content.html", + "href": "content/08-content.html", + "title": "Inferencia 4 - Hipótesis direccionales y proporciones", + "section": "", + "text": "Documento de presentación" + }, + { + "objectID": "content/06-content.html", + "href": "content/06-content.html", + "title": "Inferencia 5 - Prueba t + hipótesis direccionales", + "section": "", + "text": "Documento de presentación" + }, + { + "objectID": "content/04-content.html", + "href": "content/04-content.html", + "title": "Inferencia 3 - Intervalos de confianza", + "section": "", + "text": "Documento de presentación\n\n\n\n\nLink al Foro de Clases", + "crumbs": [ + "Clases", + "Presentaciones", + "Inferencia 3" + ] + }, + { + "objectID": "content/02-content.html", + "href": "content/02-content.html", + "title": "Inferencia 1: Datos, probabilidad y distribuciones muestrales", + "section": "", + "text": "Documento de presentación\n\n\n\n\nLink al Foro de Clases", + "crumbs": [ + "Clases", + "Presentaciones", + "Inferencia 1" + ] + }, + { + "objectID": "assignment/index.html", + "href": "assignment/index.html", + "title": "Prácticos", + "section": "", + "text": "Las clases se acompañan de guías de trabajo con énfasis en la aplicación práctica mediante el uso de software estadístico.\nLas guías se encontrarán disponibles en esta página (link a la izquierda). Habrá dos guías para la Unidad 1 (Inferencia), y 2 para la Unidad 2 (Asociación). La unidad 3 será eminentemente práctica y de aplicación.\nLas guías son desarrolladas de manera autónoma, y cada dos semanas los días martes habrá un espacio práctico de revisión de las guías y de consultas. Para ello se espera que quienes puedan traigan su computador a la sala, y quienes no tienen lo podrán hacer simultáneamente en la sala de computación 345.\nEn las prácticas vamos a trabajar con el software R, Versión 4.4.1.", + "crumbs": [ + "Prácticos", + "Descripción" + ] + }, + { + "objectID": "assignment/index.html#descripción", + "href": "assignment/index.html#descripción", + "title": "Prácticos", + "section": "", + "text": "Las clases se acompañan de guías de trabajo con énfasis en la aplicación práctica mediante el uso de software estadístico.\nLas guías se encontrarán disponibles en esta página (link a la izquierda). Habrá dos guías para la Unidad 1 (Inferencia), y 2 para la Unidad 2 (Asociación). La unidad 3 será eminentemente práctica y de aplicación.\nLas guías son desarrolladas de manera autónoma, y cada dos semanas los días martes habrá un espacio práctico de revisión de las guías y de consultas. Para ello se espera que quienes puedan traigan su computador a la sala, y quienes no tienen lo podrán hacer simultáneamente en la sala de computación 345.\nEn las prácticas vamos a trabajar con el software R, Versión 4.4.1.", + "crumbs": [ + "Prácticos", + "Descripción" + ] + }, + { + "objectID": "assignment/index.html#trabajo-con-software-r", + "href": "assignment/index.html#trabajo-con-software-r", + "title": "Prácticos", + "section": "Trabajo con software R", + "text": "Trabajo con software R\nPara los análisis estadísticos de este curso usamos el programa R, en parte porque es gratuito, pero la principal razón es que es de código abierto. Esto quiere decir que cualquier persona puede revisar cómo está hecho y aportar con modificaciones y procedimientos nuevos, como son las librerías que realizan funciones específicas.\nEl carácter de apertura de R posee muchas ventajas, pero también conlleva complicaciones. Se actualiza permanentemente, así como también las librerías, y esto puede generar problemas de compatibilidad y de fallas en ejecución del código de análisis.\nPara minimizar estos posibles problemas en este curso, vamos a:\n\ntrabajar con la misma y última versión de R\nevitar uso de tilde, ñ, espacios y mayúsculas tanto en carpetas y archivos, así como también en los nombres de las variables", + "crumbs": [ + "Prácticos", + "Descripción" + ] + }, + { + "objectID": "assignment/index.html#sobre-errores-y-consultas-sobre-problemas-con-r-y-ejecución-de-código", + "href": "assignment/index.html#sobre-errores-y-consultas-sobre-problemas-con-r-y-ejecución-de-código", + "title": "Prácticos", + "section": "Sobre errores y consultas sobre problemas con R y ejecución de código", + "text": "Sobre errores y consultas sobre problemas con R y ejecución de código\nEn caso de preguntas sobre las clases hacerlas en Foro prácticos\n\nInstalación de R & RStudio\nPara esta versión del curso vamos a trabajar con el programa R Version 4.4.1 y con RStudio, que ofrece un entorno más amigable para trabajar con R.\nPara instalar R: ir a https://cran.r-project.org/index.html y bajar/instalar la versión correspondiente a la plataforma utilizada (Windows, Mac o Linux)\nPara instalar RStudio: ir a https://rstudio.com/products/rstudio/ y bajar/instalar RStudio desktop, Open Source License (libre).\nEn caso de dudas se puede revisar el siguiente video tutorial de instalación de R & RStudio, preparado por Julio Iturra (apoyo docente) del curso Estadística Multivariada 2020:\n\n\n\n\n\nSi por alguna razón se prefiere trabajar sin descargar, también se puede utilizar RCloud, abajo un tutorial preparado por Valentina Andrade para el curso de Estadística Multivariada:\n\n\n\n\n\n\nSobre el trabajo en hojas de código en RStudio\n\nEl trabajo de análisis en RStudio se efectua en una hoja de código (o R script o sintaxis, o para los usuarios de Stata la do-file), que es donde se anotan los comandos y funciones. Para abrir una hoja, en RStudio ir a File > New File > R Script (o ctrl+shift+N),y aparecerá un panel con una pestaña “Untitled” (sin título). Esta es la hoja de código donde se anotan los comandos.\nLos contenidos de las hojas de código son básicamente 2:\n\ncomandos o funciones: se escriben en la hoja, y para ejecutarlos se debe posicionar el cursor en la línea respectiva y ctrl+enter, el resultado aparecerá en el panel de resultados o Consola.\ntexto: para escribir títulos, comentarios, y todo lo que permita entender qué se está haciendo, al principio de la línea respectiva escribir el signo #\n\nPara grabar nuestra hoja de código y así respaldar nuestros análisis, File > Save (o ctrl+s), y dar un nombre al archivo. Recordar: breve, sin espacios ni tildes ni eñes. Por defecto, la extensión de estos archivos es .R", + "crumbs": [ + "Prácticos", + "Descripción" + ] + }, + { + "objectID": "assignment/foro-practicos.html", + "href": "assignment/foro-practicos.html", + "title": "Foro prácticos", + "section": "", + "text": "Foro para compartir dudas, aclaraciones, sugerencias sobre llas guías prácticas. Para poder participar en el foro hay que abir una cuenta en Github\n\n¿Cuándo usar este foro?\n\n\n\n\n\nMuchas veces sucede que los códigos de análisis no resultan, lo que puede deberse a errores menores en la escritura de código, otras a versiones de librerías, y la mayoría a que R es algo mañoso.\nCuando hay un error o el código no corre lo importante es evitar que la frustración lleve a desmotivarse o tirar el computador por la ventana. Por eso se sugiere:\n\nintentar resolverlo por no más de 10 minutos: en este tiempo revisar bien el material disponible y lo que hay en la web. Un lugar clásico donde se discuten problemas de código es Stack overflow.\nsi no se logra solucionar entonces se sugiere encarecidamente usar el foro al final de esta página, ya que nos sirve para dejar la respuesta disponible para otr_s compañer_s que pueden tener la misma duda (generalmente es así)\n\n\n\n¿Cómo preguntar?\n\nDesripción general del problema, código y error que ocurre\nSi con esta información no basta para solucionar el problema, entonces se le podrá solicitar información adicionales, tales como el archivo de código y la información de la versión de las librerías que aparece al ejecutar el comando sessionInfo()\n\n\n\nForo prácticos", + "crumbs": [ + "Prácticos", + "Foro Prácticos" + ] + }, + { + "objectID": "content/01-content.html", + "href": "content/01-content.html", + "title": "Presentación", + "section": "", + "text": "Documento de presentación\n\n\n\n\nForo\nEn caso de preguntas sobre las clases hacerlas en Foro Clases", + "crumbs": [ + "Clases", + "Presentaciones", + "Introducción" + ] + }, + { + "objectID": "content/03-content.html", + "href": "content/03-content.html", + "title": "Inferencia 2: Curva normal y error estándar", + "section": "", + "text": "Documento de presentación\n\n\n\n\nLink al Foro de Clases", + "crumbs": [ + "Clases", + "Presentaciones", + "Inferencia 2" + ] + }, + { + "objectID": "content/05-content.html", + "href": "content/05-content.html", + "title": "Inferencia 4 - Test de hipótesis", + "section": "", + "text": "Documento de presentación\n\n\n\n\nLink al Foro de Clases", + "crumbs": [ + "Clases", + "Presentaciones", + "Inferencia 4" + ] + }, + { + "objectID": "content/07-content.html", + "href": "content/07-content.html", + "title": "Inferencia 3 - Hipótesis y prueba t", + "section": "", + "text": "Documento de presentación" + }, + { + "objectID": "content/09-content.html", + "href": "content/09-content.html", + "title": "Asociación con variables categóricas", + "section": "", + "text": "Documento de presentación" + }, + { + "objectID": "content/foro-clases.html", + "href": "content/foro-clases.html", + "title": "Foro clases", + "section": "", + "text": "Foro para compartir dudas, aclaraciones, sugerencias sobre los contenidos del curso vistos en clases. Para poder participar en el foro hay que abir una cuenta en Github", + "crumbs": [ + "Clases", + "Foro Clases" + ] + }, + { + "objectID": "example/index.html", + "href": "example/index.html", + "title": "Code examples", + "section": "", + "text": "Visit this section after you have finished the readings and lecture videos. It contains fully annotated R code and other supplementary information and it will be indispensable as you work on your problem sets and project.\nMany sections also contain videos of me live coding the examples so you can see what it looks like to work with R in real time. You’ll notice me make all sorts of little errors, which is totally normal—everyone does!" + }, + { + "objectID": "news/2024-08-19_inicio.html", + "href": "news/2024-08-19_inicio.html", + "title": "Informaciones por acá", + "section": "", + "text": "← News\n\n\n\n\nEstimad_s estudiantes, acá en esta pestaña quedará registro de las informaciones y actualizaciones del curso. De todas maneras se enviará link por correo a UCursos cuando haya noticias relevantes." + }, + { + "objectID": "resource/index.html", + "href": "resource/index.html", + "title": "Recursos", + "section": "", + "text": "En esta sección se irán subiendo una serie de recursos relacionados con el curso." + }, + { + "objectID": "resource/index.html#glosario-de-conceptos", + "href": "resource/index.html#glosario-de-conceptos", + "title": "Recursos", + "section": "Glosario de conceptos", + "text": "Glosario de conceptos\n\n\n\nConcepto\nDefinición\n\n\n\n\nEstadística \nConjunto de métodos y herramientas que involucra la recopilación, análisis, interpretación y presentación de datos numéricos con el objetivo de describir patrones, relaciones y tendencias en fenómenos naturales o sociales.\n\n\nReproducibilidad \nLa capacidad de regenerar un experimento, análisis o estudio utilizando los mismos datos y métodos para llegar a los mismos resultados originales, verificando y asegurando la validez de los hallazgos.\n\n\nCiencia Social Abierta \nUn enfoque en la investigación social que promueve la transparencia, el acceso abierto a datos, métodos y resultados, y la colaboración entre investigadores para mejorar la calidad y confiabilidad de la investigación.\n\n\nProtocolo IPO (Input-Process-Output) \nSistema digital de carpetas interconectadas: entrada, proceso y salida. Se utiliza para organizar, procesar y documentar los datos y código de un proyecto de investigación para que cualquier persona pueda ejecutarlo y compartirlo.\n\n\nR project \nCarpeta raíz organizada donde trabajas en un proyecto concreto en el lenguaje de programación R, permitiéndote gestionar archivos, paquetes y configuraciones de manera específica para ese proyecto.\n\n\nTexto plano \nTipo de texto sin formato especial que se puede leer independiente del lector que se utilice.\n\n\nMarkdown \nClase especial de lenguaje que permite darle formato a texto simple con pocas marcas. Se utiliza comúnmente para escribir documentos simples con formato, como páginas web, documentación y presentaciones.\n\n\nDocumentos dinámicos \nArchivos que combinan texto plano y código de análisis (gráficos, tablas y resultados), de manera simultánea en un solo documento, permitiendo la generación automática y reproducible de resultados actualizados a medida que cambian los datos o parámetros.\n\n\nRMarkdown \nUna extensión de Markdown en el entorno R que permite la integración simultánea de texto plano y código R y su ejecución en el documento, lo que facilita la creación de documentos dinámicos con análisis estadísticos y visualizaciones.\n\n\nLibrerías \nConjuntos de funciones y herramientas predefinidas que se pueden utilizar en lenguajes de programación, como R, para realizar tareas específicas sin tener que escribir todo el código desde cero.\n\n\nKnitear \nProceso de compilación secuencial de código y resultados de ejecución en un documento RMarkdown, generando un documento final con texto formateado, código y gráficos integrados.\n\n\nRenderizar \nEn el contexto de RMarkdown se refiere al proceso de convertir el código y contenido en un documento legible y presentable. En otras palabras, cuando renderizas un documento RMarkdown, estás transformando el código, texto y elementos visuales en un formato final, como un informe, una presentación o un documento HTML, que pueda ser compartido o presentado a otros de manera comprensible.\n\n\nYAML \nAcrónimo de “YAML Ain’t Markup Language”, es un formato de serialización de datos legible por humanos que se utiliza para configurar y definir la estructura de datos en muchos programas y aplicaciones. En RMarkdown corresponden al encabezado de instrucciones generales del documento.\n\n\nChunk \nUn bloque de código, que puede ser en R, en un documento RMarkdown, rodeado por marcas especiales que indican al sistema cómo manejar y ejecutar ese fragmento de código, y luego mostrar sus resultados en el documento final." + }, + { + "objectID": "resource/index.html#reporte", + "href": "resource/index.html#reporte", + "title": "Recursos", + "section": "Reporte", + "text": "Reporte\n\nTablas con R, con ejemplo de canciones de Spotify\nIntroduction to Quarto" + }, + { + "objectID": "resource/index.html#estadística-descriptiva", + "href": "resource/index.html#estadística-descriptiva", + "title": "Recursos", + "section": "Estadística descriptiva", + "text": "Estadística descriptiva\n\nCurso Estadística Descriptiva Sociología UChile, 1er Sem 2023" + }, + { + "objectID": "resource/index.html#uso-de-r", + "href": "resource/index.html#uso-de-r", + "title": "Recursos", + "section": "Uso de R", + "text": "Uso de R\n\nConocimientos básicos de programación en R\nImportar datos en R\nProcesamiento y análisis de datos en R (tidyverse)\nProcesamiento y análisis de datos en R (base)\nMás para aprender R" + }, + { + "objectID": "resource/index.html#inferencia", + "href": "resource/index.html#inferencia", + "title": "Recursos", + "section": "Inferencia", + "text": "Inferencia\n\nPor qué se divide la varianza por N-1?\nStatistical Inference via Data Science A ModernDive into R and the Tidyverse\nIntroduction to modern statistics (Mine Çetinkaya-Rundel and Johanna Hardin)\nInferencia univariada" + }, + { + "objectID": "resource/index.html#visualización", + "href": "resource/index.html#visualización", + "title": "Recursos", + "section": "Visualización", + "text": "Visualización\n\nVisualización descriptiva de datos en R\nR Graph Gallery" + }, + { + "objectID": "resource/index.html#bases-de-datos", + "href": "resource/index.html#bases-de-datos", + "title": "Recursos", + "section": "Bases de datos", + "text": "Bases de datos\n\nBases de datos para trabajos o investigación" + }, + { + "objectID": "news/index.html", + "href": "news/index.html", + "title": "Informaciones", + "section": "", + "text": "Acá las principales informaciones y actualizaciones del curso.\n\n\n \n \n \n Ordenar por\n Por defecto\n \n Fecha - Menos reciente\n \n \n Fecha - Más reciente\n \n \n Título\n \n \n \n \n \n \n \n\n\n\n\n\nFecha\n\n\nTítulo\n\n\nCategorías\n\n\n\n\n\n\njueves agosto 29, 2024 at 12:00 AM\n\n\nAsignación asesorías ayudantes\n\n\ninfo, mail-UCursos\n\n\n\n\nviernes agosto 23, 2024 at 12:00 AM\n\n\nSesión práctica martes 27 de agosto\n\n\ninfo, mail-UCursos\n\n\n\n\nlunes agosto 19, 2024 at 12:00 AM\n\n\nPrácticos parten próxima semana (Martes 27)\n\n\ninfo\n\n\n\n\nlunes agosto 19, 2024 at 12:00 AM\n\n\nInformaciones por acá\n\n\ninfo\n\n\n\n\n\nNo hay resultados\n\n\n\n\n\n\n\n\nSuscribirse!\n\n\n\nPuedes usar un lector de feeds como Feedly o un servicio RSS-to-email como Blogtrottr para suscribirte a cualquiera de estos mensajes.\n\n\n\n\n\n RSS" + }, + { + "objectID": "schedule.html", + "href": "schedule.html", + "title": "Planificación", + "section": "", + "text": "Este curso se compone de tres actividades principales:\n\n Clases lectivas presenciales: donde en base a las lecturas correspondientes a esa semana se presentará un resumen de los contenidos principales y se resolverán dudas.\n Guías prácticas: actividades con énfasis en el manejo de software para análisis y reporte de los resultados. Estas instancias serán conducidas guiadas por los apoyos docentes del curso.\n Lecturas: los temas del curso se acompañan de lecturas, las que se encuentras a disposición en esta página.\n\nLas actividades semanales se resumen en el siguiente esquema:\n\nEn cuanto a la metodología, el curso comienza con clases lectivas y desarrollo autónomo de guías prácticas, y en la última unidad se realizará un trabajo grupal práctico de aplicación de los contenidos.\n\n\n\n\n\n\n\n\n\n\n Agosto \n Clases\n Prácticos\n Lecturas\n\n\nLunes 12\n1. Presentación\n\nLeer detalladamente programa del curso\n\n\n\n\n\n\n\n\n\n\n Agosto \n Clases\n Prácticos\n Lecturas\n\n\nMartes 13\nDatos, probabilidad y distribuciones muestrales\n\n*Pardo cap 2 Conceptos previos\nRichtey 1-21 : La imaginación estadística\n\n\nLunes 19\nError estándar y distribución normal\n\n*Richtey cap 6\nPardo cap 6 Probabilidad y distribución normal\n\n\nMartes 20\nIntervalos de confianza\n\n*Richtey cap 7 Probabilidad y distribuciones muestrales\n\n\nLunes 26\nTest de hipótesis\n\n*Richtey cap 8: Intervalos de confianza\n*Richtey cap 9: Prueba de hipótesis\nMontoya: Los conceptos de especificación y falsación\n\n\nMartes 27\n\nPráctico: Inferencia 1\n\n\n\n Septiembre \n\n\n\n\n\nLunes 2\nHipótesis para una y dos muestras\n\n*Richtey cap 10: Hipótesis de una muestra\n*Richtey cap 11: Hipótesis de dos muestras (prueba t)\n\n\nMartes 3\n\nPráctico Inferencia 2\n\n\n\nLunes 9\nEvaluación 1\n\n\n\n\nMartes 10\nEvaluación 1\n\n\n\n\n\n\n\n\n\n\nLunes 23\nAsociación y covarianza\n\n\n\n\nMartes 24\nInferencia en correlación de Pearson\n\n\n\n\nLunes 30\nCorrelación con ordinales\n\n\n\n\nMartes 1\n\nPráctico. Guía 1 Bivariada\n\n\n\nLunes 7\nMatrices y tamaños de efecto en correlación\n\n\n\n\nMartes 8\nAsociación con categóricas 1\n\n\n\n\nLunes 14\nAsociación con categóricas 2\n\n\n\n\nMartes 15\n\nPráctico: Guía 2 Bivariada\n\n\n\nLunes 21\nEvaluación 2\n\n\n\n\nMartes 22\nEvaluación 2\n\n\n\n\nLunes 28\nSemana receso\n\n\n\n\nMartes 29\nSemana receso\n\n\n\n\n\n\n\n\n\n\nLunes 4\nSeminario encuestas\n\n\n\n\nMartes 5\n\nDefinición de grupos y temas\n\n\n\nLunes 11\nEscritura de reportes de investigación\n\n\n\n\nMartes 12\n\nReportes dinámicos y\nPlantilla trabajo final\n\n\n\nLunes 18\nVisualización de datos 1\n\n\n\n\nMartes 19\n\nVisualización 1\n\n\n\nLunes 25\nVisualización de datos 2\n\n\n\n\nMartes 26\n\nVisualización 2 y elaboración de poster\n\n\n\nLunes 25\nPresentación de poster de investigación\n\n\n\n\nMartes 26\nPruebas recuperativas\n\n\n\n\nViernes 29\nEntrega de trabajo final grupal" + }, + { + "objectID": "schedule.html#forma-general-de-funcionamiento", + "href": "schedule.html#forma-general-de-funcionamiento", + "title": "Planificación", + "section": "", + "text": "Este curso se compone de tres actividades principales:\n\n Clases lectivas presenciales: donde en base a las lecturas correspondientes a esa semana se presentará un resumen de los contenidos principales y se resolverán dudas.\n Guías prácticas: actividades con énfasis en el manejo de software para análisis y reporte de los resultados. Estas instancias serán conducidas guiadas por los apoyos docentes del curso.\n Lecturas: los temas del curso se acompañan de lecturas, las que se encuentras a disposición en esta página.\n\nLas actividades semanales se resumen en el siguiente esquema:\n\nEn cuanto a la metodología, el curso comienza con clases lectivas y desarrollo autónomo de guías prácticas, y en la última unidad se realizará un trabajo grupal práctico de aplicación de los contenidos.\n\n\n\n\n\n\n\n\n\n\n Agosto \n Clases\n Prácticos\n Lecturas\n\n\nLunes 12\n1. Presentación\n\nLeer detalladamente programa del curso\n\n\n\n\n\n\n\n\n\n\n Agosto \n Clases\n Prácticos\n Lecturas\n\n\nMartes 13\nDatos, probabilidad y distribuciones muestrales\n\n*Pardo cap 2 Conceptos previos\nRichtey 1-21 : La imaginación estadística\n\n\nLunes 19\nError estándar y distribución normal\n\n*Richtey cap 6\nPardo cap 6 Probabilidad y distribución normal\n\n\nMartes 20\nIntervalos de confianza\n\n*Richtey cap 7 Probabilidad y distribuciones muestrales\n\n\nLunes 26\nTest de hipótesis\n\n*Richtey cap 8: Intervalos de confianza\n*Richtey cap 9: Prueba de hipótesis\nMontoya: Los conceptos de especificación y falsación\n\n\nMartes 27\n\nPráctico: Inferencia 1\n\n\n\n Septiembre \n\n\n\n\n\nLunes 2\nHipótesis para una y dos muestras\n\n*Richtey cap 10: Hipótesis de una muestra\n*Richtey cap 11: Hipótesis de dos muestras (prueba t)\n\n\nMartes 3\n\nPráctico Inferencia 2\n\n\n\nLunes 9\nEvaluación 1\n\n\n\n\nMartes 10\nEvaluación 1\n\n\n\n\n\n\n\n\n\n\nLunes 23\nAsociación y covarianza\n\n\n\n\nMartes 24\nInferencia en correlación de Pearson\n\n\n\n\nLunes 30\nCorrelación con ordinales\n\n\n\n\nMartes 1\n\nPráctico. Guía 1 Bivariada\n\n\n\nLunes 7\nMatrices y tamaños de efecto en correlación\n\n\n\n\nMartes 8\nAsociación con categóricas 1\n\n\n\n\nLunes 14\nAsociación con categóricas 2\n\n\n\n\nMartes 15\n\nPráctico: Guía 2 Bivariada\n\n\n\nLunes 21\nEvaluación 2\n\n\n\n\nMartes 22\nEvaluación 2\n\n\n\n\nLunes 28\nSemana receso\n\n\n\n\nMartes 29\nSemana receso\n\n\n\n\n\n\n\n\n\n\nLunes 4\nSeminario encuestas\n\n\n\n\nMartes 5\n\nDefinición de grupos y temas\n\n\n\nLunes 11\nEscritura de reportes de investigación\n\n\n\n\nMartes 12\n\nReportes dinámicos y\nPlantilla trabajo final\n\n\n\nLunes 18\nVisualización de datos 1\n\n\n\n\nMartes 19\n\nVisualización 1\n\n\n\nLunes 25\nVisualización de datos 2\n\n\n\n\nMartes 26\n\nVisualización 2 y elaboración de poster\n\n\n\nLunes 25\nPresentación de poster de investigación\n\n\n\n\nMartes 26\nPruebas recuperativas\n\n\n\n\nViernes 29\nEntrega de trabajo final grupal" + }, + { + "objectID": "schedule.html#exámenes-finales-escritos-en-sala", + "href": "schedule.html#exámenes-finales-escritos-en-sala", + "title": "Planificación", + "section": "Exámenes finales (escritos, en sala)", + "text": "Exámenes finales (escritos, en sala)\nVer requisitos de aprobación y eximición\n\nExamen de primera oportunidad: Lunes 9 Diciembre 10:15\nExamen de segunda oportunidad: Lunes 16 Diciembre 10:15" + }, + { + "objectID": "index.html", + "href": "index.html", + "title": "\n Estadística Correlacional\n ", + "section": "", + "text": "Inferencia, asociación y reporte\n \n \n SOC01019 • Segundo Semestre 2024Departamento de Sociología, Facultad de Ciencias SocialesUniversidad de Chile\n:::: {.columns}" + }, + { + "objectID": "index.html#últimas-informaciones", + "href": "index.html#últimas-informaciones", + "title": "\n Estadística Correlacional\n ", + "section": "Últimas informaciones", + "text": "Últimas informaciones\n\n\n\n\n\n\n\n\n\n\nAsignación asesorías ayudantes\n\n\n\n\n\n\n\n\n\nAug 30, 2024\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nSesión práctica martes 27 de agosto\n\n\n\n\n\n\n\n\n\nAug 23, 2024\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nPrácticos parten próxima semana (Martes 27)\n\n\n\n\n\n\n\n\n\nAug 19, 2024\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nInformaciones por acá\n\n\n\n\n\n\n\n\n\nAug 19, 2024\n\n\n\n\n\n\n\n\nNo matching items\n\n\n-> ir a página de Informaciones" + }, + { + "objectID": "index.html#versiones-previas-del-curso", + "href": "index.html#versiones-previas-del-curso", + "title": "\n Estadística Correlacional\n ", + "section": "Versiones previas del curso:", + "text": "Versiones previas del curso:\n\n2023" + }, + { + "objectID": "assignment/02-practico.html", + "href": "assignment/02-practico.html", + "title": "Práctico 2: Intentando rechazar", + "section": "", + "text": "El objetivo de esta guía práctica es realizar una serie de ejercicios de inferencia estadística, tomando como base todos los contenidos de la Unidad 1.\nEn detalle, aprenderemos:\n\nAplicar pruebas de hipótesis de diferencia de medias.\nAplicar pruebas de hipótesis direccionales.\nAplicar e interpretar los pasos de inferencia estadística.\n\n\n\nEn esta práctica trabajaremos con un subconjunto de datos previamente procesados de la Encuesta de Caracterización Socioeconómica (CASEN) del año 2022, elaborada por el Ministerio de Desarrollo Social y Familia. Para este ejercicio, obtendremos directamente esta base desde internet. No obstante, también tienes la opción de acceder a la misma información a través del siguiente enlace: CASEN 20222. Desde allí, podrás descargar el archivo que contiene el subconjunto procesado de la base de datos CASEN 2022.\n\n\n\n\nEn inferencia, las pruebas de hipótesis nos ayudan a determinar si el resultado que obtenemos en nuestra muestra es un efecto real/extensible a la población o un error. Aquí recomendamos una lista de cinco pasos lógicos para enfrentarnos a la inferencia estadística:\n\n\n\n\nPaso\n\n\nDetalle\n\n\n\n\n1\n\n\nFormula \\(H_0\\) y \\(H_A\\) y estipula la dirección de la prueba\n\n\n\n\n2\n\n\nCalcula el error estándar (SE) y el valor estimado de la prueba (ej: Z o t)\n\n\n\n\n3\n\n\nEspecifica la probabilidad de error \\(\\alpha\\) y el valor crítico de la prueba\n\n\n\n\n4\n\n\nContrasta el valor estimado con el valor crítico\n\n\n\n\n5\n\n\nIntrepreta los resultados\n\n\n\nAdemás de estos 5 pasos también existe la posibilidad de calcular un intervalo de confianza, que acompañe la precisión de nuestra estimación.", + "crumbs": [ + "Prácticos", + "Guías", + "2: Intentando Rechazar" + ] + }, + { + "objectID": "assignment/02-practico.html#formulación-de-hipótesis", + "href": "assignment/02-practico.html#formulación-de-hipótesis", + "title": "Práctico 2: Intentando rechazar", + "section": "1. Formulación de hipótesis", + "text": "1. Formulación de hipótesis\nEl primer paso es traducir nuestra pregunta a una hipótesis estadística contrastable. Para ello: a) elija el tipo de hipótesis a plantear ¿direccional o no direccional? y b) especifique la hipótesis nula (\\(H_0\\)) e hipótesis alternativa (\\(H_A\\)).", + "crumbs": [ + "Prácticos", + "Guías", + "2: Intentando Rechazar" + ] + }, + { + "objectID": "assignment/02-practico.html#pasos-2-3-y-4-de-una-vez-con-r", + "href": "assignment/02-practico.html#pasos-2-3-y-4-de-una-vez-con-r", + "title": "Práctico 2: Intentando rechazar", + "section": "Pasos 2, 3 y 4 de una vez con R", + "text": "Pasos 2, 3 y 4 de una vez con R\nSiguiendo el ejemplo del Ejercicio 1, utilice el software para generar los estadísticos correspondientes. Contraste sus hipótesis considerando un 95% de confianza y un 99% de confianza. Comente las diferencias en el paso 5.", + "crumbs": [ + "Prácticos", + "Guías", + "2: Intentando Rechazar" + ] + }, + { + "objectID": "assignment/02-practico.html#interpretación", + "href": "assignment/02-practico.html#interpretación", + "title": "Práctico 2: Intentando rechazar", + "section": "5. Interpretación", + "text": "5. Interpretación" + }, + { + "objectID": "assignment/01-practico.html", + "href": "assignment/01-practico.html", + "title": "Distribución Normal e Intervalos de Confianza", + "section": "", + "text": "El objetivo de esta guía práctica es introducirnos en la inferencia estadística, revisando los conceptos y aplicaciones de la curva normal y las probabilidades bajo esta con puntajes Z, además del cálculo de intervalos de confianza.\nEn detalle, aprenderemos y recordaremos:\n\nLos conceptos de promedio y desviación estándar\nQué es la probabilidad y su aplicación para estadística\nQué es la distribución normal\nCómo calcular e interpretar intervalos de confianza\n\n\n\nCargaremos algunas librerías que serán necesarias en las diferentes partes de esta guía práctica:\n\nlibrary(pacman)\npacman::p_load(tidyverse, # para sintaxis\n ggplot2, # para gráficos\n car, # para recodificar\n psych, # para analizar datos\n sjmisc, # para analizar datos\n srvyr, # para estimación de IC y ponderadores\n Publish) # para IC) \n\noptions(scipen = 999) # para desactivar notacion cientifica\nrm(list = ls()) # para limpar el entonrno de trabajo", + "crumbs": [ + "Prácticos", + "Guías", + "1: Curva Normal e Intervalos de Confianza" + ] + }, + { + "objectID": "assignment/01-practico.html#librerías", + "href": "assignment/01-practico.html#librerías", + "title": "Distribución Normal e Intervalos de Confianza", + "section": "", + "text": "Cargaremos algunas librerías que serán necesarias en las diferentes partes de esta guía práctica:\n\nlibrary(pacman)\npacman::p_load(tidyverse, # para sintaxis\n ggplot2, # para gráficos\n car, # para recodificar\n psych, # para analizar datos\n sjmisc, # para analizar datos\n srvyr, # para estimación de IC y ponderadores\n Publish) # para IC) \n\noptions(scipen = 999) # para desactivar notacion cientifica\nrm(list = ls()) # para limpar el entonrno de trabajo", + "crumbs": [ + "Prácticos", + "Guías", + "1: Curva Normal e Intervalos de Confianza" + ] + }, + { + "objectID": "assignment/01-practico.html#curvas-de-distribución", + "href": "assignment/01-practico.html#curvas-de-distribución", + "title": "Distribución Normal e Intervalos de Confianza", + "section": "3.1. Curvas de distribución", + "text": "3.1. Curvas de distribución\nPor distribución nos referimos al conjunto de todos los valores posibles de una variable y las frecuencias (o probabilidades) con las que se producen.\nExisten distribuciones empíricas y distribuciones teóricas, en donde:\n\nlas primeras reflejan la distribución de los valores que asume la variable en un grupo concreto a partir de una observación.\nlas segundas son una función matématica que expresan la distribución de un conjunto de números mediante su probabilidad de ocurencia.\n\nEstas últimas son también llamadas curvas de distribución.", + "crumbs": [ + "Prácticos", + "Guías", + "1: Curva Normal e Intervalos de Confianza" + ] + }, + { + "objectID": "assignment/01-practico.html#distribución-normal-1", + "href": "assignment/01-practico.html#distribución-normal-1", + "title": "Distribución Normal e Intervalos de Confianza", + "section": "3.2. Distribución Normal", + "text": "3.2. Distribución Normal\nEs una distribución teórica que corresponde a una curva que representa la distribución de los casos de la población en torno al promedio y con una varianza conocida.\n\nSimétricas y con un solo punto de elevación\nLa pendiente es más fuerte cerca del centro, y se suaviza hacia los extremos\nCoinciden al centro el promedio, la mediana y la moda\nLa desviación estandar expresa su dispersión.\nEstablece áreas o proporciones bajo la curva en base a desviaciones estándar del promedio.", + "crumbs": [ + "Prácticos", + "Guías", + "1: Curva Normal e Intervalos de Confianza" + ] + }, + { + "objectID": "assignment/01-practico.html#distribución-normal-estándar", + "href": "assignment/01-practico.html#distribución-normal-estándar", + "title": "Distribución Normal e Intervalos de Confianza", + "section": "3.3. Distribución Normal Estándar", + "text": "3.3. Distribución Normal Estándar\nLa distribución normal estándar es una distribución normal con una media de 0 y una desviación estándar de 1.", + "crumbs": [ + "Prácticos", + "Guías", + "1: Curva Normal e Intervalos de Confianza" + ] + }, + { + "objectID": "assignment/01-practico.html#puntaje-z-y-estandarización-de-variables", + "href": "assignment/01-practico.html#puntaje-z-y-estandarización-de-variables", + "title": "Distribución Normal e Intervalos de Confianza", + "section": "3.4. Puntaje Z y estandarización de variables", + "text": "3.4. Puntaje Z y estandarización de variables\nAl estandarizar las variables (como en la Curva Normal Estándar) lo que hacemos es expresar el valor de una distribución en términos de desviaciones estándar basados en la distribución normal. Esto nos permite comparar distribuciones distintas.\nAl valor estandarizado lo llamamos puntaje Z, y corresponde a la cantidad de desviaciones estándar que nos alejamos del promedio (para cada variable con la que trabajemos).", + "crumbs": [ + "Prácticos", + "Guías", + "1: Curva Normal e Intervalos de Confianza" + ] + }, + { + "objectID": "assignment/01-practico.html#cálculo-de-probabilidades-con-puntaje-z", + "href": "assignment/01-practico.html#cálculo-de-probabilidades-con-puntaje-z", + "title": "Distribución Normal e Intervalos de Confianza", + "section": "3.5. Cálculo de probabilidades con puntaje z", + "text": "3.5. Cálculo de probabilidades con puntaje z\nLos valores estandarizados o puntajes Z además nos permiten conocer probabilidades.\nCon R es posible generar un conjunto de datos simulados con una distribución normal.\n\nx_values <- seq(-4,4,length=1000)\ny_values <- dnorm(x_values)\nplot(x_values,y_values,type=\"l\",xlab=\"Valor Z\",ylab=\"Probabilidad\",main=\"Distribución Normal\")\n\n\n\n\n\n\n\n\nPodemos preguntar qué parte de la curva cae por debajo de un valor particular. Por ejemplo, preguntaremos sobre el valor 0 antes de ejecutar el código. Piense ¿cuál debería ser la respuesta?\n\npnorm(q = 0)\n\n[1] 0.5\n\n\nPor tanto, la probabilidad (en una curva normal estándar) de obtener un valor igual o menor a 0 es de 0.5, es decir, del 50%, pero ¿por qué?\n\nPorque como la distribución normal estándar es simétrica al rededor de cero, la probabilidad de que sea menor o igual a cero es 0.5, es decir, el 50% de la distribución está por debajo de cero y el otro 50% está por encima de cero.\n\nEso lo podemos ver en el gráfico:\n\nplot(x_values,y_values,type=\"l\",xlab=\"Valor Z\",ylab=\"Probabilidad\",main=\"Distribución Normal\")\nabline(v=0)\n\n\n\n\n\n\n\n\nAhora probemos los valores Z de +1,96 y -1,96.\nSabemos que estos valores aproximados marcan el 2,5% superior e inferior de la distribución normal estándar. Esto corresponde a un alfa típico \\(\\alpha = 0,05\\) para una prueba de hipótesis de dos colas.\n\npnorm(q = 1.96, lower.tail=TRUE)\n\n[1] 0.9750021\n\n\nLa respuesta nos dice lo que ya sabemos: el 97,5% de la distribución normal ocurre por debajo del valor z de 1,96.\nPodemos agregar una línea al gráfico para mostrar dónde se usaría abline.\nEl 97,5% de la distribución queda por debajo de esta línea.\n\nplot(x_values, y_values, type=\"l\", lty=1, xlab=\"Z value\", ylab=\"Probability\", main=\"Normal Distribution\") +\nabline(v = 1.96)\n\n\n\n\n\n\n\n\ninteger(0)", + "crumbs": [ + "Prácticos", + "Guías", + "1: Curva Normal e Intervalos de Confianza" + ] + }, + { + "objectID": "assignment/01-practico.html#cálculo-de-intervalos-de-confianza", + "href": "assignment/01-practico.html#cálculo-de-intervalos-de-confianza", + "title": "Distribución Normal e Intervalos de Confianza", + "section": "4.1. Cálculo de intervalos de confianza", + "text": "4.1. Cálculo de intervalos de confianza\nEn el caso de nuestro vector aleatorio, un intervalo de confianza para la media se puede calcular de la siguiente manera:\n\n# Calcular un intervalo de confianza para la media\nintervalo_confianza <- t.test(vector)$conf.int # Intervalo de confianza del 95% para la media\nintervalo_confianza\n\n[1] 4.818567 5.543057\nattr(,\"conf.level\")\n[1] 0.95\n\n\nTambién podemos calcular intervalos de confianza para casos reales. Carguemos la base de datos que utilizaremos, que corresponde a un subset de la Encuesta Suplementaria de ingresos ESI para ocupados:\n\nload(url(\"https://github.com/cursos-metodos-facso/datos-ejemplos/raw/main/esi-2021-ocupados.rdata\"))\n\n\n\n\n\n\n\nNota\n\n\n\nRecordemos que podemos contar con bases de datos que tengan factor de expansión (ponderador) o no. Esta distinción se presenta cuando trabajamos con muestras simples o complejas. Al trabajar con muestras complejas debemos identificar cuál es la variable del ponderador e incorporarla en nuestro cálculo.\nEn esta guía practicaa trabajaremos sin factores de expansión o ponderadores.\n\n\n\nIC para Medias\nCalculemos un intervalo de confianza para la media de ingresos de personas ocupadas:\n\npsych::describe(esi$ing_t_p)\n\n vars n mean sd median trimmed mad min max\nX1 1 37124 586360.4 697362.9 405347.7 474473.1 255411.6 0 38206253\n range skew kurtosis se\nX1 38206253 12 402.32 3619.36\n\n\n\nPublish::ci.mean(esi$ing_t_p, alpha = 0.05)\n\n mean CI-95% \n 586360.41 [579266.37;593454.45]\n\n\nContamos con una media de ingresos de $586.360 como estimación puntual. Pero también podemos decir que con un 95% de confianza el parámetro poblacional se encontrará entre $579.266 y $593.454.", + "crumbs": [ + "Prácticos", + "Guías", + "1: Curva Normal e Intervalos de Confianza" + ] + }, + { + "objectID": "assignment/02-practico.html#recursos-de-la-práctica", + "href": "assignment/02-practico.html#recursos-de-la-práctica", + "title": "Práctico 2: Intentando rechazar", + "section": "", + "text": "En esta práctica trabajaremos con un subconjunto de datos previamente procesados de la Encuesta de Caracterización Socioeconómica (CASEN) del año 2022, elaborada por el Ministerio de Desarrollo Social y Familia. Para este ejercicio, obtendremos directamente esta base desde internet. No obstante, también tienes la opción de acceder a la misma información a través del siguiente enlace: CASEN 20222. Desde allí, podrás descargar el archivo que contiene el subconjunto procesado de la base de datos CASEN 2022.", + "crumbs": [ + "Prácticos", + "Guías", + "2: Intentando Rechazar" + ] + }, + { + "objectID": "assignment/02-practico.html#cinco-pasos-para-la-inferencia-estadística", + "href": "assignment/02-practico.html#cinco-pasos-para-la-inferencia-estadística", + "title": "Práctico 2: Intentando rechazar", + "section": "", + "text": "En inferencia, las pruebas de hipótesis nos ayudan a determinar si el resultado que obtenemos en nuestra muestra es un efecto real/extensible a la población o un error. Aquí recomendamos una lista de cinco pasos lógicos para enfrentarnos a la inferencia estadística:\n\n\n\n\nPaso\n\n\nDetalle\n\n\n\n\n1\n\n\nFormula \\(H_0\\) y \\(H_A\\) y estipula la dirección de la prueba\n\n\n\n\n2\n\n\nCalcula el error estándar (SE) y el valor estimado de la prueba (ej: Z o t)\n\n\n\n\n3\n\n\nEspecifica la probabilidad de error \\(\\alpha\\) y el valor crítico de la prueba\n\n\n\n\n4\n\n\nContrasta el valor estimado con el valor crítico\n\n\n\n\n5\n\n\nIntrepreta los resultados\n\n\n\nAdemás de estos 5 pasos también existe la posibilidad de calcular un intervalo de confianza, que acompañe la precisión de nuestra estimación.", + "crumbs": [ + "Prácticos", + "Guías", + "2: Intentando Rechazar" + ] + } +] \ No newline at end of file diff --git a/docs/site_libs/bootstrap/bootstrap-icons.css b/docs/site_libs/bootstrap/bootstrap-icons.css new file mode 100644 index 00000000..285e4448 --- /dev/null +++ b/docs/site_libs/bootstrap/bootstrap-icons.css @@ -0,0 +1,2078 @@ +/*! + * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/) + * Copyright 2019-2023 The Bootstrap Authors + * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE) + */ + +@font-face { + font-display: block; + font-family: "bootstrap-icons"; + src: +url("./bootstrap-icons.woff?2820a3852bdb9a5832199cc61cec4e65") format("woff"); +} + +.bi::before, +[class^="bi-"]::before, +[class*=" bi-"]::before { + display: inline-block; + font-family: bootstrap-icons !important; + font-style: normal; + font-weight: normal !important; + font-variant: normal; + text-transform: none; + line-height: 1; + vertical-align: -.125em; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.bi-123::before { content: "\f67f"; } +.bi-alarm-fill::before { content: "\f101"; } +.bi-alarm::before { content: "\f102"; } +.bi-align-bottom::before { content: "\f103"; } +.bi-align-center::before { content: "\f104"; } +.bi-align-end::before { content: "\f105"; } +.bi-align-middle::before { content: "\f106"; } +.bi-align-start::before { content: "\f107"; } +.bi-align-top::before { content: "\f108"; } +.bi-alt::before { content: "\f109"; } +.bi-app-indicator::before { content: "\f10a"; } +.bi-app::before { content: "\f10b"; } +.bi-archive-fill::before { content: "\f10c"; } +.bi-archive::before { content: "\f10d"; } +.bi-arrow-90deg-down::before { content: "\f10e"; } +.bi-arrow-90deg-left::before { content: "\f10f"; } +.bi-arrow-90deg-right::before { content: "\f110"; } +.bi-arrow-90deg-up::before { content: "\f111"; } +.bi-arrow-bar-down::before { content: "\f112"; } +.bi-arrow-bar-left::before { content: "\f113"; } +.bi-arrow-bar-right::before { content: "\f114"; } +.bi-arrow-bar-up::before { content: "\f115"; } +.bi-arrow-clockwise::before { content: "\f116"; } +.bi-arrow-counterclockwise::before { content: "\f117"; } +.bi-arrow-down-circle-fill::before { content: "\f118"; } +.bi-arrow-down-circle::before { content: "\f119"; } +.bi-arrow-down-left-circle-fill::before { content: "\f11a"; } +.bi-arrow-down-left-circle::before { content: "\f11b"; } +.bi-arrow-down-left-square-fill::before { content: "\f11c"; } +.bi-arrow-down-left-square::before { content: "\f11d"; } +.bi-arrow-down-left::before { content: "\f11e"; } +.bi-arrow-down-right-circle-fill::before { content: "\f11f"; } +.bi-arrow-down-right-circle::before { content: "\f120"; } +.bi-arrow-down-right-square-fill::before { content: "\f121"; } +.bi-arrow-down-right-square::before { content: "\f122"; } +.bi-arrow-down-right::before { content: "\f123"; } +.bi-arrow-down-short::before { content: "\f124"; } +.bi-arrow-down-square-fill::before { content: "\f125"; } +.bi-arrow-down-square::before { content: "\f126"; } +.bi-arrow-down-up::before { content: "\f127"; } +.bi-arrow-down::before { content: "\f128"; } +.bi-arrow-left-circle-fill::before { content: "\f129"; } +.bi-arrow-left-circle::before { content: "\f12a"; } +.bi-arrow-left-right::before { content: "\f12b"; } +.bi-arrow-left-short::before { content: "\f12c"; } +.bi-arrow-left-square-fill::before { content: "\f12d"; } +.bi-arrow-left-square::before { content: "\f12e"; } +.bi-arrow-left::before { content: "\f12f"; } +.bi-arrow-repeat::before { content: "\f130"; } +.bi-arrow-return-left::before { content: "\f131"; } +.bi-arrow-return-right::before { content: "\f132"; } +.bi-arrow-right-circle-fill::before { content: "\f133"; } +.bi-arrow-right-circle::before { content: "\f134"; } +.bi-arrow-right-short::before { content: "\f135"; } +.bi-arrow-right-square-fill::before { content: "\f136"; } +.bi-arrow-right-square::before { content: "\f137"; } +.bi-arrow-right::before { content: "\f138"; } +.bi-arrow-up-circle-fill::before { content: "\f139"; } +.bi-arrow-up-circle::before { content: "\f13a"; } +.bi-arrow-up-left-circle-fill::before { content: "\f13b"; } +.bi-arrow-up-left-circle::before { content: "\f13c"; } +.bi-arrow-up-left-square-fill::before { content: "\f13d"; } +.bi-arrow-up-left-square::before { content: "\f13e"; } +.bi-arrow-up-left::before { content: "\f13f"; } +.bi-arrow-up-right-circle-fill::before { content: "\f140"; } +.bi-arrow-up-right-circle::before { content: "\f141"; } +.bi-arrow-up-right-square-fill::before { content: "\f142"; } +.bi-arrow-up-right-square::before { content: "\f143"; } +.bi-arrow-up-right::before { content: "\f144"; } +.bi-arrow-up-short::before { content: "\f145"; } +.bi-arrow-up-square-fill::before { content: "\f146"; } +.bi-arrow-up-square::before { content: "\f147"; } +.bi-arrow-up::before { content: "\f148"; } +.bi-arrows-angle-contract::before { content: "\f149"; } +.bi-arrows-angle-expand::before { content: "\f14a"; } +.bi-arrows-collapse::before { content: "\f14b"; } +.bi-arrows-expand::before { content: "\f14c"; } +.bi-arrows-fullscreen::before { content: "\f14d"; } +.bi-arrows-move::before { content: "\f14e"; } +.bi-aspect-ratio-fill::before { content: "\f14f"; } +.bi-aspect-ratio::before { content: "\f150"; } +.bi-asterisk::before { content: "\f151"; } +.bi-at::before { content: "\f152"; } +.bi-award-fill::before { content: "\f153"; } +.bi-award::before { content: "\f154"; } +.bi-back::before { content: "\f155"; } +.bi-backspace-fill::before { content: "\f156"; } +.bi-backspace-reverse-fill::before { content: "\f157"; } +.bi-backspace-reverse::before { content: "\f158"; } +.bi-backspace::before { content: "\f159"; } +.bi-badge-3d-fill::before { content: "\f15a"; } +.bi-badge-3d::before { content: "\f15b"; } +.bi-badge-4k-fill::before { content: "\f15c"; } +.bi-badge-4k::before { content: "\f15d"; } +.bi-badge-8k-fill::before { content: "\f15e"; } +.bi-badge-8k::before { content: "\f15f"; } +.bi-badge-ad-fill::before { content: "\f160"; } +.bi-badge-ad::before { content: "\f161"; } +.bi-badge-ar-fill::before { content: "\f162"; } +.bi-badge-ar::before { content: "\f163"; } +.bi-badge-cc-fill::before { content: "\f164"; } +.bi-badge-cc::before { content: "\f165"; } +.bi-badge-hd-fill::before { content: "\f166"; } +.bi-badge-hd::before { content: "\f167"; } +.bi-badge-tm-fill::before { content: "\f168"; } +.bi-badge-tm::before { content: "\f169"; } +.bi-badge-vo-fill::before { content: "\f16a"; } +.bi-badge-vo::before { content: "\f16b"; } +.bi-badge-vr-fill::before { content: "\f16c"; } +.bi-badge-vr::before { content: "\f16d"; } +.bi-badge-wc-fill::before { content: "\f16e"; } +.bi-badge-wc::before { content: "\f16f"; } +.bi-bag-check-fill::before { content: "\f170"; } +.bi-bag-check::before { content: "\f171"; } +.bi-bag-dash-fill::before { content: "\f172"; } +.bi-bag-dash::before { content: "\f173"; } +.bi-bag-fill::before { content: "\f174"; } +.bi-bag-plus-fill::before { content: "\f175"; } +.bi-bag-plus::before { content: "\f176"; } +.bi-bag-x-fill::before { content: "\f177"; } +.bi-bag-x::before { content: "\f178"; } +.bi-bag::before { content: "\f179"; } +.bi-bar-chart-fill::before { content: "\f17a"; } +.bi-bar-chart-line-fill::before { content: "\f17b"; } +.bi-bar-chart-line::before { content: "\f17c"; } +.bi-bar-chart-steps::before { content: "\f17d"; } +.bi-bar-chart::before { content: "\f17e"; } +.bi-basket-fill::before { content: "\f17f"; } +.bi-basket::before { content: "\f180"; } +.bi-basket2-fill::before { content: "\f181"; } +.bi-basket2::before { content: "\f182"; } +.bi-basket3-fill::before { content: "\f183"; } +.bi-basket3::before { content: "\f184"; } +.bi-battery-charging::before { content: "\f185"; } +.bi-battery-full::before { content: "\f186"; } +.bi-battery-half::before { content: "\f187"; } +.bi-battery::before { content: "\f188"; } +.bi-bell-fill::before { content: "\f189"; } +.bi-bell::before { content: "\f18a"; } +.bi-bezier::before { content: "\f18b"; } +.bi-bezier2::before { content: "\f18c"; } +.bi-bicycle::before { content: "\f18d"; } +.bi-binoculars-fill::before { content: "\f18e"; } +.bi-binoculars::before { content: "\f18f"; } +.bi-blockquote-left::before { content: "\f190"; } +.bi-blockquote-right::before { content: "\f191"; } +.bi-book-fill::before { content: "\f192"; } +.bi-book-half::before { content: "\f193"; } +.bi-book::before { content: "\f194"; } +.bi-bookmark-check-fill::before { content: "\f195"; } +.bi-bookmark-check::before { content: "\f196"; } +.bi-bookmark-dash-fill::before { content: "\f197"; } +.bi-bookmark-dash::before { content: "\f198"; } +.bi-bookmark-fill::before { content: "\f199"; } +.bi-bookmark-heart-fill::before { content: "\f19a"; } +.bi-bookmark-heart::before { content: "\f19b"; } +.bi-bookmark-plus-fill::before { content: "\f19c"; } +.bi-bookmark-plus::before { content: "\f19d"; } +.bi-bookmark-star-fill::before { content: "\f19e"; } +.bi-bookmark-star::before { content: "\f19f"; } +.bi-bookmark-x-fill::before { content: "\f1a0"; } +.bi-bookmark-x::before { content: "\f1a1"; } +.bi-bookmark::before { content: "\f1a2"; } +.bi-bookmarks-fill::before { content: "\f1a3"; } +.bi-bookmarks::before { content: "\f1a4"; } +.bi-bookshelf::before { content: "\f1a5"; } +.bi-bootstrap-fill::before { content: "\f1a6"; } +.bi-bootstrap-reboot::before { content: "\f1a7"; } +.bi-bootstrap::before { content: "\f1a8"; } +.bi-border-all::before { content: "\f1a9"; } +.bi-border-bottom::before { content: "\f1aa"; } +.bi-border-center::before { content: "\f1ab"; } +.bi-border-inner::before { content: "\f1ac"; } +.bi-border-left::before { content: "\f1ad"; } +.bi-border-middle::before { content: "\f1ae"; } +.bi-border-outer::before { content: "\f1af"; } +.bi-border-right::before { content: "\f1b0"; } +.bi-border-style::before { content: "\f1b1"; } +.bi-border-top::before { content: "\f1b2"; } +.bi-border-width::before { content: "\f1b3"; } +.bi-border::before { content: "\f1b4"; } +.bi-bounding-box-circles::before { content: "\f1b5"; } +.bi-bounding-box::before { content: "\f1b6"; } +.bi-box-arrow-down-left::before { content: "\f1b7"; } +.bi-box-arrow-down-right::before { content: "\f1b8"; } +.bi-box-arrow-down::before { content: "\f1b9"; } +.bi-box-arrow-in-down-left::before { content: "\f1ba"; } +.bi-box-arrow-in-down-right::before { content: "\f1bb"; } +.bi-box-arrow-in-down::before { content: "\f1bc"; } +.bi-box-arrow-in-left::before { content: "\f1bd"; } +.bi-box-arrow-in-right::before { content: "\f1be"; } +.bi-box-arrow-in-up-left::before { content: "\f1bf"; } +.bi-box-arrow-in-up-right::before { content: "\f1c0"; } +.bi-box-arrow-in-up::before { content: "\f1c1"; } +.bi-box-arrow-left::before { content: "\f1c2"; } +.bi-box-arrow-right::before { content: "\f1c3"; } +.bi-box-arrow-up-left::before { content: "\f1c4"; } +.bi-box-arrow-up-right::before { content: "\f1c5"; } +.bi-box-arrow-up::before { content: "\f1c6"; } +.bi-box-seam::before { content: "\f1c7"; } +.bi-box::before { content: "\f1c8"; } +.bi-braces::before { content: "\f1c9"; } +.bi-bricks::before { content: "\f1ca"; } +.bi-briefcase-fill::before { content: "\f1cb"; } +.bi-briefcase::before { content: "\f1cc"; } +.bi-brightness-alt-high-fill::before { content: "\f1cd"; } +.bi-brightness-alt-high::before { content: "\f1ce"; } +.bi-brightness-alt-low-fill::before { content: "\f1cf"; } +.bi-brightness-alt-low::before { content: "\f1d0"; } +.bi-brightness-high-fill::before { content: "\f1d1"; } +.bi-brightness-high::before { content: "\f1d2"; } +.bi-brightness-low-fill::before { content: "\f1d3"; } +.bi-brightness-low::before { content: "\f1d4"; } +.bi-broadcast-pin::before { content: "\f1d5"; } +.bi-broadcast::before { content: "\f1d6"; } +.bi-brush-fill::before { content: "\f1d7"; } +.bi-brush::before { content: "\f1d8"; } +.bi-bucket-fill::before { content: "\f1d9"; } +.bi-bucket::before { content: "\f1da"; } +.bi-bug-fill::before { content: "\f1db"; } +.bi-bug::before { content: "\f1dc"; } +.bi-building::before { content: "\f1dd"; } +.bi-bullseye::before { content: "\f1de"; } +.bi-calculator-fill::before { content: "\f1df"; } +.bi-calculator::before { content: "\f1e0"; } +.bi-calendar-check-fill::before { content: "\f1e1"; } +.bi-calendar-check::before { content: "\f1e2"; } +.bi-calendar-date-fill::before { content: "\f1e3"; } +.bi-calendar-date::before { content: "\f1e4"; } +.bi-calendar-day-fill::before { content: "\f1e5"; } +.bi-calendar-day::before { content: "\f1e6"; } +.bi-calendar-event-fill::before { content: "\f1e7"; } +.bi-calendar-event::before { content: "\f1e8"; } +.bi-calendar-fill::before { content: "\f1e9"; } +.bi-calendar-minus-fill::before { content: "\f1ea"; } +.bi-calendar-minus::before { content: "\f1eb"; } +.bi-calendar-month-fill::before { content: "\f1ec"; } +.bi-calendar-month::before { content: "\f1ed"; } +.bi-calendar-plus-fill::before { content: "\f1ee"; } +.bi-calendar-plus::before { content: "\f1ef"; } +.bi-calendar-range-fill::before { content: "\f1f0"; } +.bi-calendar-range::before { content: "\f1f1"; } +.bi-calendar-week-fill::before { content: "\f1f2"; } +.bi-calendar-week::before { content: "\f1f3"; } +.bi-calendar-x-fill::before { content: "\f1f4"; } +.bi-calendar-x::before { content: "\f1f5"; } +.bi-calendar::before { content: "\f1f6"; } +.bi-calendar2-check-fill::before { content: "\f1f7"; } +.bi-calendar2-check::before { content: "\f1f8"; } +.bi-calendar2-date-fill::before { content: "\f1f9"; } +.bi-calendar2-date::before { content: "\f1fa"; } +.bi-calendar2-day-fill::before { content: "\f1fb"; } +.bi-calendar2-day::before { content: "\f1fc"; } +.bi-calendar2-event-fill::before { content: "\f1fd"; } +.bi-calendar2-event::before { content: "\f1fe"; } +.bi-calendar2-fill::before { content: "\f1ff"; } +.bi-calendar2-minus-fill::before { content: "\f200"; } +.bi-calendar2-minus::before { content: "\f201"; } +.bi-calendar2-month-fill::before { content: "\f202"; } +.bi-calendar2-month::before { content: "\f203"; } +.bi-calendar2-plus-fill::before { content: "\f204"; } +.bi-calendar2-plus::before { content: "\f205"; } +.bi-calendar2-range-fill::before { content: "\f206"; } +.bi-calendar2-range::before { content: "\f207"; } +.bi-calendar2-week-fill::before { content: "\f208"; } +.bi-calendar2-week::before { content: "\f209"; } +.bi-calendar2-x-fill::before { content: "\f20a"; } +.bi-calendar2-x::before { content: "\f20b"; } +.bi-calendar2::before { content: "\f20c"; } +.bi-calendar3-event-fill::before { content: "\f20d"; } +.bi-calendar3-event::before { content: "\f20e"; } +.bi-calendar3-fill::before { content: "\f20f"; } +.bi-calendar3-range-fill::before { content: "\f210"; } +.bi-calendar3-range::before { content: "\f211"; } +.bi-calendar3-week-fill::before { content: "\f212"; } +.bi-calendar3-week::before { content: "\f213"; } +.bi-calendar3::before { content: "\f214"; } +.bi-calendar4-event::before { content: "\f215"; } +.bi-calendar4-range::before { content: "\f216"; } +.bi-calendar4-week::before { content: "\f217"; } +.bi-calendar4::before { content: "\f218"; } +.bi-camera-fill::before { content: "\f219"; } +.bi-camera-reels-fill::before { content: "\f21a"; } +.bi-camera-reels::before { content: "\f21b"; } +.bi-camera-video-fill::before { content: "\f21c"; } +.bi-camera-video-off-fill::before { content: "\f21d"; } +.bi-camera-video-off::before { content: "\f21e"; } +.bi-camera-video::before { content: "\f21f"; } +.bi-camera::before { content: "\f220"; } +.bi-camera2::before { content: "\f221"; } +.bi-capslock-fill::before { content: "\f222"; } +.bi-capslock::before { content: "\f223"; } +.bi-card-checklist::before { content: "\f224"; } +.bi-card-heading::before { content: "\f225"; } +.bi-card-image::before { content: "\f226"; } +.bi-card-list::before { content: "\f227"; } +.bi-card-text::before { content: "\f228"; } +.bi-caret-down-fill::before { content: "\f229"; } +.bi-caret-down-square-fill::before { content: "\f22a"; } +.bi-caret-down-square::before { content: "\f22b"; } +.bi-caret-down::before { content: "\f22c"; } +.bi-caret-left-fill::before { content: "\f22d"; } +.bi-caret-left-square-fill::before { content: "\f22e"; } +.bi-caret-left-square::before { content: "\f22f"; } +.bi-caret-left::before { content: "\f230"; } +.bi-caret-right-fill::before { content: "\f231"; } +.bi-caret-right-square-fill::before { content: "\f232"; } +.bi-caret-right-square::before { content: "\f233"; } +.bi-caret-right::before { content: "\f234"; } +.bi-caret-up-fill::before { content: "\f235"; } +.bi-caret-up-square-fill::before { content: "\f236"; } +.bi-caret-up-square::before { content: "\f237"; } +.bi-caret-up::before { content: "\f238"; } +.bi-cart-check-fill::before { content: "\f239"; } +.bi-cart-check::before { content: "\f23a"; } +.bi-cart-dash-fill::before { content: "\f23b"; } +.bi-cart-dash::before { content: "\f23c"; } +.bi-cart-fill::before { content: "\f23d"; } +.bi-cart-plus-fill::before { content: "\f23e"; } +.bi-cart-plus::before { content: "\f23f"; } +.bi-cart-x-fill::before { content: "\f240"; } +.bi-cart-x::before { content: "\f241"; } +.bi-cart::before { content: "\f242"; } +.bi-cart2::before { content: "\f243"; } +.bi-cart3::before { content: "\f244"; } +.bi-cart4::before { content: "\f245"; } +.bi-cash-stack::before { content: "\f246"; } +.bi-cash::before { content: "\f247"; } +.bi-cast::before { content: "\f248"; } +.bi-chat-dots-fill::before { content: "\f249"; } +.bi-chat-dots::before { content: "\f24a"; } +.bi-chat-fill::before { content: "\f24b"; } +.bi-chat-left-dots-fill::before { content: "\f24c"; } +.bi-chat-left-dots::before { content: "\f24d"; } +.bi-chat-left-fill::before { content: "\f24e"; } +.bi-chat-left-quote-fill::before { content: "\f24f"; } +.bi-chat-left-quote::before { content: "\f250"; } +.bi-chat-left-text-fill::before { content: "\f251"; } +.bi-chat-left-text::before { content: "\f252"; } +.bi-chat-left::before { content: "\f253"; } +.bi-chat-quote-fill::before { content: "\f254"; } +.bi-chat-quote::before { content: "\f255"; } +.bi-chat-right-dots-fill::before { content: "\f256"; } +.bi-chat-right-dots::before { content: "\f257"; } +.bi-chat-right-fill::before { content: "\f258"; } +.bi-chat-right-quote-fill::before { content: "\f259"; } +.bi-chat-right-quote::before { content: "\f25a"; } +.bi-chat-right-text-fill::before { content: "\f25b"; } +.bi-chat-right-text::before { content: "\f25c"; } +.bi-chat-right::before { content: "\f25d"; } +.bi-chat-square-dots-fill::before { content: "\f25e"; } +.bi-chat-square-dots::before { content: "\f25f"; } +.bi-chat-square-fill::before { content: "\f260"; } +.bi-chat-square-quote-fill::before { content: "\f261"; } +.bi-chat-square-quote::before { content: "\f262"; } +.bi-chat-square-text-fill::before { content: "\f263"; } +.bi-chat-square-text::before { content: "\f264"; } +.bi-chat-square::before { content: "\f265"; } +.bi-chat-text-fill::before { content: "\f266"; } +.bi-chat-text::before { content: "\f267"; } +.bi-chat::before { content: "\f268"; } +.bi-check-all::before { content: "\f269"; } +.bi-check-circle-fill::before { content: "\f26a"; } +.bi-check-circle::before { content: "\f26b"; } +.bi-check-square-fill::before { content: "\f26c"; } +.bi-check-square::before { content: "\f26d"; } +.bi-check::before { content: "\f26e"; } +.bi-check2-all::before { content: "\f26f"; } +.bi-check2-circle::before { content: "\f270"; } +.bi-check2-square::before { content: "\f271"; } +.bi-check2::before { content: "\f272"; } +.bi-chevron-bar-contract::before { content: "\f273"; } +.bi-chevron-bar-down::before { content: "\f274"; } +.bi-chevron-bar-expand::before { content: "\f275"; } +.bi-chevron-bar-left::before { content: "\f276"; } +.bi-chevron-bar-right::before { content: "\f277"; } +.bi-chevron-bar-up::before { content: "\f278"; } +.bi-chevron-compact-down::before { content: "\f279"; } +.bi-chevron-compact-left::before { content: "\f27a"; } +.bi-chevron-compact-right::before { content: "\f27b"; } +.bi-chevron-compact-up::before { content: "\f27c"; } +.bi-chevron-contract::before { content: "\f27d"; } +.bi-chevron-double-down::before { content: "\f27e"; } +.bi-chevron-double-left::before { content: "\f27f"; } +.bi-chevron-double-right::before { content: "\f280"; } +.bi-chevron-double-up::before { content: "\f281"; } +.bi-chevron-down::before { content: "\f282"; } +.bi-chevron-expand::before { content: "\f283"; } +.bi-chevron-left::before { content: "\f284"; } +.bi-chevron-right::before { content: "\f285"; } +.bi-chevron-up::before { content: "\f286"; } +.bi-circle-fill::before { content: "\f287"; } +.bi-circle-half::before { content: "\f288"; } +.bi-circle-square::before { content: "\f289"; } +.bi-circle::before { content: "\f28a"; } +.bi-clipboard-check::before { content: "\f28b"; } +.bi-clipboard-data::before { content: "\f28c"; } +.bi-clipboard-minus::before { content: "\f28d"; } +.bi-clipboard-plus::before { content: "\f28e"; } +.bi-clipboard-x::before { content: "\f28f"; } +.bi-clipboard::before { content: "\f290"; } +.bi-clock-fill::before { content: "\f291"; } +.bi-clock-history::before { content: "\f292"; } +.bi-clock::before { content: "\f293"; } +.bi-cloud-arrow-down-fill::before { content: "\f294"; } +.bi-cloud-arrow-down::before { content: "\f295"; } +.bi-cloud-arrow-up-fill::before { content: "\f296"; } +.bi-cloud-arrow-up::before { content: "\f297"; } +.bi-cloud-check-fill::before { content: "\f298"; } +.bi-cloud-check::before { content: "\f299"; } +.bi-cloud-download-fill::before { content: "\f29a"; } +.bi-cloud-download::before { content: "\f29b"; } +.bi-cloud-drizzle-fill::before { content: "\f29c"; } +.bi-cloud-drizzle::before { content: "\f29d"; } +.bi-cloud-fill::before { content: "\f29e"; } +.bi-cloud-fog-fill::before { content: "\f29f"; } +.bi-cloud-fog::before { content: "\f2a0"; } +.bi-cloud-fog2-fill::before { content: "\f2a1"; } +.bi-cloud-fog2::before { content: "\f2a2"; } +.bi-cloud-hail-fill::before { content: "\f2a3"; } +.bi-cloud-hail::before { content: "\f2a4"; } +.bi-cloud-haze-fill::before { content: "\f2a6"; } +.bi-cloud-haze::before { content: "\f2a7"; } +.bi-cloud-haze2-fill::before { content: "\f2a8"; } +.bi-cloud-lightning-fill::before { content: "\f2a9"; } +.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; } +.bi-cloud-lightning-rain::before { content: "\f2ab"; } +.bi-cloud-lightning::before { content: "\f2ac"; } +.bi-cloud-minus-fill::before { content: "\f2ad"; } +.bi-cloud-minus::before { content: "\f2ae"; } +.bi-cloud-moon-fill::before { content: "\f2af"; } +.bi-cloud-moon::before { content: "\f2b0"; } +.bi-cloud-plus-fill::before { content: "\f2b1"; } +.bi-cloud-plus::before { content: "\f2b2"; } +.bi-cloud-rain-fill::before { content: "\f2b3"; } +.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; } +.bi-cloud-rain-heavy::before { content: "\f2b5"; } +.bi-cloud-rain::before { content: "\f2b6"; } +.bi-cloud-slash-fill::before { content: "\f2b7"; } +.bi-cloud-slash::before { content: "\f2b8"; } +.bi-cloud-sleet-fill::before { content: "\f2b9"; } +.bi-cloud-sleet::before { content: "\f2ba"; } +.bi-cloud-snow-fill::before { content: "\f2bb"; } +.bi-cloud-snow::before { content: "\f2bc"; } +.bi-cloud-sun-fill::before { content: "\f2bd"; } +.bi-cloud-sun::before { content: "\f2be"; } +.bi-cloud-upload-fill::before { content: "\f2bf"; } +.bi-cloud-upload::before { content: "\f2c0"; } +.bi-cloud::before { content: "\f2c1"; } +.bi-clouds-fill::before { content: "\f2c2"; } +.bi-clouds::before { content: "\f2c3"; } +.bi-cloudy-fill::before { content: "\f2c4"; } +.bi-cloudy::before { content: "\f2c5"; } +.bi-code-slash::before { content: "\f2c6"; } +.bi-code-square::before { content: "\f2c7"; } +.bi-code::before { content: "\f2c8"; } +.bi-collection-fill::before { content: "\f2c9"; } +.bi-collection-play-fill::before { content: "\f2ca"; } +.bi-collection-play::before { content: "\f2cb"; } +.bi-collection::before { content: "\f2cc"; } +.bi-columns-gap::before { content: "\f2cd"; } +.bi-columns::before { content: "\f2ce"; } +.bi-command::before { content: "\f2cf"; } +.bi-compass-fill::before { content: "\f2d0"; } +.bi-compass::before { content: "\f2d1"; } +.bi-cone-striped::before { content: "\f2d2"; } +.bi-cone::before { content: "\f2d3"; } +.bi-controller::before { content: "\f2d4"; } +.bi-cpu-fill::before { content: "\f2d5"; } +.bi-cpu::before { content: "\f2d6"; } +.bi-credit-card-2-back-fill::before { content: "\f2d7"; } +.bi-credit-card-2-back::before { content: "\f2d8"; } +.bi-credit-card-2-front-fill::before { content: "\f2d9"; } +.bi-credit-card-2-front::before { content: "\f2da"; } +.bi-credit-card-fill::before { content: "\f2db"; } +.bi-credit-card::before { content: "\f2dc"; } +.bi-crop::before { content: "\f2dd"; } +.bi-cup-fill::before { content: "\f2de"; } +.bi-cup-straw::before { content: "\f2df"; } +.bi-cup::before { content: "\f2e0"; } +.bi-cursor-fill::before { content: "\f2e1"; } +.bi-cursor-text::before { content: "\f2e2"; } +.bi-cursor::before { content: "\f2e3"; } +.bi-dash-circle-dotted::before { content: "\f2e4"; } +.bi-dash-circle-fill::before { content: "\f2e5"; } +.bi-dash-circle::before { content: "\f2e6"; } +.bi-dash-square-dotted::before { content: "\f2e7"; } +.bi-dash-square-fill::before { content: "\f2e8"; } +.bi-dash-square::before { content: "\f2e9"; } +.bi-dash::before { content: "\f2ea"; } +.bi-diagram-2-fill::before { content: "\f2eb"; } +.bi-diagram-2::before { content: "\f2ec"; } +.bi-diagram-3-fill::before { content: "\f2ed"; } +.bi-diagram-3::before { content: "\f2ee"; } +.bi-diamond-fill::before { content: "\f2ef"; } +.bi-diamond-half::before { content: "\f2f0"; } +.bi-diamond::before { content: "\f2f1"; } +.bi-dice-1-fill::before { content: "\f2f2"; } +.bi-dice-1::before { content: "\f2f3"; } +.bi-dice-2-fill::before { content: "\f2f4"; } +.bi-dice-2::before { content: "\f2f5"; } +.bi-dice-3-fill::before { content: "\f2f6"; } +.bi-dice-3::before { content: "\f2f7"; } +.bi-dice-4-fill::before { content: "\f2f8"; } +.bi-dice-4::before { content: "\f2f9"; } +.bi-dice-5-fill::before { content: "\f2fa"; } +.bi-dice-5::before { content: "\f2fb"; } +.bi-dice-6-fill::before { content: "\f2fc"; } +.bi-dice-6::before { content: "\f2fd"; } +.bi-disc-fill::before { content: "\f2fe"; } +.bi-disc::before { content: "\f2ff"; } +.bi-discord::before { content: "\f300"; } +.bi-display-fill::before { content: "\f301"; } +.bi-display::before { content: "\f302"; } +.bi-distribute-horizontal::before { content: "\f303"; } +.bi-distribute-vertical::before { content: "\f304"; } +.bi-door-closed-fill::before { content: "\f305"; } +.bi-door-closed::before { content: "\f306"; } +.bi-door-open-fill::before { content: "\f307"; } +.bi-door-open::before { content: "\f308"; } +.bi-dot::before { content: "\f309"; } +.bi-download::before { content: "\f30a"; } +.bi-droplet-fill::before { content: "\f30b"; } +.bi-droplet-half::before { content: "\f30c"; } +.bi-droplet::before { content: "\f30d"; } +.bi-earbuds::before { content: "\f30e"; } +.bi-easel-fill::before { content: "\f30f"; } +.bi-easel::before { content: "\f310"; } +.bi-egg-fill::before { content: "\f311"; } +.bi-egg-fried::before { content: "\f312"; } +.bi-egg::before { content: "\f313"; } +.bi-eject-fill::before { content: "\f314"; } +.bi-eject::before { content: "\f315"; } +.bi-emoji-angry-fill::before { content: "\f316"; } +.bi-emoji-angry::before { content: "\f317"; } +.bi-emoji-dizzy-fill::before { content: "\f318"; } +.bi-emoji-dizzy::before { content: "\f319"; } +.bi-emoji-expressionless-fill::before { content: "\f31a"; } +.bi-emoji-expressionless::before { content: "\f31b"; } +.bi-emoji-frown-fill::before { content: "\f31c"; } +.bi-emoji-frown::before { content: "\f31d"; } +.bi-emoji-heart-eyes-fill::before { content: "\f31e"; } +.bi-emoji-heart-eyes::before { content: "\f31f"; } +.bi-emoji-laughing-fill::before { content: "\f320"; } +.bi-emoji-laughing::before { content: "\f321"; } +.bi-emoji-neutral-fill::before { content: "\f322"; } +.bi-emoji-neutral::before { content: "\f323"; } +.bi-emoji-smile-fill::before { content: "\f324"; } +.bi-emoji-smile-upside-down-fill::before { content: "\f325"; } +.bi-emoji-smile-upside-down::before { content: "\f326"; } +.bi-emoji-smile::before { content: "\f327"; } +.bi-emoji-sunglasses-fill::before { content: "\f328"; } +.bi-emoji-sunglasses::before { content: "\f329"; } +.bi-emoji-wink-fill::before { content: "\f32a"; } +.bi-emoji-wink::before { content: "\f32b"; } +.bi-envelope-fill::before { content: "\f32c"; } +.bi-envelope-open-fill::before { content: "\f32d"; } +.bi-envelope-open::before { content: "\f32e"; } +.bi-envelope::before { content: "\f32f"; } +.bi-eraser-fill::before { content: "\f330"; } +.bi-eraser::before { content: "\f331"; } +.bi-exclamation-circle-fill::before { content: "\f332"; } +.bi-exclamation-circle::before { content: "\f333"; } +.bi-exclamation-diamond-fill::before { content: "\f334"; } +.bi-exclamation-diamond::before { content: "\f335"; } +.bi-exclamation-octagon-fill::before { content: "\f336"; } +.bi-exclamation-octagon::before { content: "\f337"; } +.bi-exclamation-square-fill::before { content: "\f338"; } +.bi-exclamation-square::before { content: "\f339"; } +.bi-exclamation-triangle-fill::before { content: "\f33a"; } +.bi-exclamation-triangle::before { content: "\f33b"; } +.bi-exclamation::before { content: "\f33c"; } +.bi-exclude::before { content: "\f33d"; } +.bi-eye-fill::before { content: "\f33e"; } +.bi-eye-slash-fill::before { content: "\f33f"; } +.bi-eye-slash::before { content: "\f340"; } +.bi-eye::before { content: "\f341"; } +.bi-eyedropper::before { content: "\f342"; } +.bi-eyeglasses::before { content: "\f343"; } +.bi-facebook::before { content: "\f344"; } +.bi-file-arrow-down-fill::before { content: "\f345"; } +.bi-file-arrow-down::before { content: "\f346"; } +.bi-file-arrow-up-fill::before { content: "\f347"; } +.bi-file-arrow-up::before { content: "\f348"; } +.bi-file-bar-graph-fill::before { content: "\f349"; } +.bi-file-bar-graph::before { content: "\f34a"; } +.bi-file-binary-fill::before { content: "\f34b"; } +.bi-file-binary::before { content: "\f34c"; } +.bi-file-break-fill::before { content: "\f34d"; } +.bi-file-break::before { content: "\f34e"; } +.bi-file-check-fill::before { content: "\f34f"; } +.bi-file-check::before { content: "\f350"; } +.bi-file-code-fill::before { content: "\f351"; } +.bi-file-code::before { content: "\f352"; } +.bi-file-diff-fill::before { content: "\f353"; } +.bi-file-diff::before { content: "\f354"; } +.bi-file-earmark-arrow-down-fill::before { content: "\f355"; } +.bi-file-earmark-arrow-down::before { content: "\f356"; } +.bi-file-earmark-arrow-up-fill::before { content: "\f357"; } +.bi-file-earmark-arrow-up::before { content: "\f358"; } +.bi-file-earmark-bar-graph-fill::before { content: "\f359"; } +.bi-file-earmark-bar-graph::before { content: "\f35a"; } +.bi-file-earmark-binary-fill::before { content: "\f35b"; } +.bi-file-earmark-binary::before { content: "\f35c"; } +.bi-file-earmark-break-fill::before { content: "\f35d"; } +.bi-file-earmark-break::before { content: "\f35e"; } +.bi-file-earmark-check-fill::before { content: "\f35f"; } +.bi-file-earmark-check::before { content: "\f360"; } +.bi-file-earmark-code-fill::before { content: "\f361"; } +.bi-file-earmark-code::before { content: "\f362"; } +.bi-file-earmark-diff-fill::before { content: "\f363"; } +.bi-file-earmark-diff::before { content: "\f364"; } +.bi-file-earmark-easel-fill::before { content: "\f365"; } +.bi-file-earmark-easel::before { content: "\f366"; } +.bi-file-earmark-excel-fill::before { content: "\f367"; } +.bi-file-earmark-excel::before { content: "\f368"; } +.bi-file-earmark-fill::before { content: "\f369"; } +.bi-file-earmark-font-fill::before { content: "\f36a"; } +.bi-file-earmark-font::before { content: "\f36b"; } +.bi-file-earmark-image-fill::before { content: "\f36c"; } +.bi-file-earmark-image::before { content: "\f36d"; } +.bi-file-earmark-lock-fill::before { content: "\f36e"; } +.bi-file-earmark-lock::before { content: "\f36f"; } +.bi-file-earmark-lock2-fill::before { content: "\f370"; } +.bi-file-earmark-lock2::before { content: "\f371"; } +.bi-file-earmark-medical-fill::before { content: "\f372"; } +.bi-file-earmark-medical::before { content: "\f373"; } +.bi-file-earmark-minus-fill::before { content: "\f374"; } +.bi-file-earmark-minus::before { content: "\f375"; } +.bi-file-earmark-music-fill::before { content: "\f376"; } +.bi-file-earmark-music::before { content: "\f377"; } +.bi-file-earmark-person-fill::before { content: "\f378"; } +.bi-file-earmark-person::before { content: "\f379"; } +.bi-file-earmark-play-fill::before { content: "\f37a"; } +.bi-file-earmark-play::before { content: "\f37b"; } +.bi-file-earmark-plus-fill::before { content: "\f37c"; } +.bi-file-earmark-plus::before { content: "\f37d"; } +.bi-file-earmark-post-fill::before { content: "\f37e"; } +.bi-file-earmark-post::before { content: "\f37f"; } +.bi-file-earmark-ppt-fill::before { content: "\f380"; } +.bi-file-earmark-ppt::before { content: "\f381"; } +.bi-file-earmark-richtext-fill::before { content: "\f382"; } +.bi-file-earmark-richtext::before { content: "\f383"; } +.bi-file-earmark-ruled-fill::before { content: "\f384"; } +.bi-file-earmark-ruled::before { content: "\f385"; } +.bi-file-earmark-slides-fill::before { content: "\f386"; } +.bi-file-earmark-slides::before { content: "\f387"; } +.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; } +.bi-file-earmark-spreadsheet::before { content: "\f389"; } +.bi-file-earmark-text-fill::before { content: "\f38a"; } +.bi-file-earmark-text::before { content: "\f38b"; } +.bi-file-earmark-word-fill::before { content: "\f38c"; } +.bi-file-earmark-word::before { content: "\f38d"; } +.bi-file-earmark-x-fill::before { content: "\f38e"; } +.bi-file-earmark-x::before { content: "\f38f"; } +.bi-file-earmark-zip-fill::before { content: "\f390"; } +.bi-file-earmark-zip::before { content: "\f391"; } +.bi-file-earmark::before { content: "\f392"; } +.bi-file-easel-fill::before { content: "\f393"; } +.bi-file-easel::before { content: "\f394"; } +.bi-file-excel-fill::before { content: "\f395"; } +.bi-file-excel::before { content: "\f396"; } +.bi-file-fill::before { content: "\f397"; } +.bi-file-font-fill::before { content: "\f398"; } +.bi-file-font::before { content: "\f399"; } +.bi-file-image-fill::before { content: "\f39a"; } +.bi-file-image::before { content: "\f39b"; } +.bi-file-lock-fill::before { content: "\f39c"; } +.bi-file-lock::before { content: "\f39d"; } +.bi-file-lock2-fill::before { content: "\f39e"; } +.bi-file-lock2::before { content: "\f39f"; } +.bi-file-medical-fill::before { content: "\f3a0"; } +.bi-file-medical::before { content: "\f3a1"; } +.bi-file-minus-fill::before { content: "\f3a2"; } +.bi-file-minus::before { content: "\f3a3"; } +.bi-file-music-fill::before { content: "\f3a4"; } +.bi-file-music::before { content: "\f3a5"; } +.bi-file-person-fill::before { content: "\f3a6"; } +.bi-file-person::before { content: "\f3a7"; } +.bi-file-play-fill::before { content: "\f3a8"; } +.bi-file-play::before { content: "\f3a9"; } +.bi-file-plus-fill::before { content: "\f3aa"; } +.bi-file-plus::before { content: "\f3ab"; } +.bi-file-post-fill::before { content: "\f3ac"; } +.bi-file-post::before { content: "\f3ad"; } +.bi-file-ppt-fill::before { content: "\f3ae"; } +.bi-file-ppt::before { content: "\f3af"; } +.bi-file-richtext-fill::before { content: "\f3b0"; } +.bi-file-richtext::before { content: "\f3b1"; } +.bi-file-ruled-fill::before { content: "\f3b2"; } +.bi-file-ruled::before { content: "\f3b3"; } +.bi-file-slides-fill::before { content: "\f3b4"; } +.bi-file-slides::before { content: "\f3b5"; } +.bi-file-spreadsheet-fill::before { content: "\f3b6"; } +.bi-file-spreadsheet::before { content: "\f3b7"; } +.bi-file-text-fill::before { content: "\f3b8"; } +.bi-file-text::before { content: "\f3b9"; } +.bi-file-word-fill::before { content: "\f3ba"; } +.bi-file-word::before { content: "\f3bb"; } +.bi-file-x-fill::before { content: "\f3bc"; } +.bi-file-x::before { content: "\f3bd"; } +.bi-file-zip-fill::before { content: "\f3be"; } +.bi-file-zip::before { content: "\f3bf"; } +.bi-file::before { content: "\f3c0"; } +.bi-files-alt::before { content: "\f3c1"; } +.bi-files::before { content: "\f3c2"; } +.bi-film::before { content: "\f3c3"; } +.bi-filter-circle-fill::before { content: "\f3c4"; } +.bi-filter-circle::before { content: "\f3c5"; } +.bi-filter-left::before { content: "\f3c6"; } +.bi-filter-right::before { content: "\f3c7"; } +.bi-filter-square-fill::before { content: "\f3c8"; } +.bi-filter-square::before { content: "\f3c9"; } +.bi-filter::before { content: "\f3ca"; } +.bi-flag-fill::before { content: "\f3cb"; } +.bi-flag::before { content: "\f3cc"; } +.bi-flower1::before { content: "\f3cd"; } +.bi-flower2::before { content: "\f3ce"; } +.bi-flower3::before { content: "\f3cf"; } +.bi-folder-check::before { content: "\f3d0"; } +.bi-folder-fill::before { content: "\f3d1"; } +.bi-folder-minus::before { content: "\f3d2"; } +.bi-folder-plus::before { content: "\f3d3"; } +.bi-folder-symlink-fill::before { content: "\f3d4"; } +.bi-folder-symlink::before { content: "\f3d5"; } +.bi-folder-x::before { content: "\f3d6"; } +.bi-folder::before { content: "\f3d7"; } +.bi-folder2-open::before { content: "\f3d8"; } +.bi-folder2::before { content: "\f3d9"; } +.bi-fonts::before { content: "\f3da"; } +.bi-forward-fill::before { content: "\f3db"; } +.bi-forward::before { content: "\f3dc"; } +.bi-front::before { content: "\f3dd"; } +.bi-fullscreen-exit::before { content: "\f3de"; } +.bi-fullscreen::before { content: "\f3df"; } +.bi-funnel-fill::before { content: "\f3e0"; } +.bi-funnel::before { content: "\f3e1"; } +.bi-gear-fill::before { content: "\f3e2"; } +.bi-gear-wide-connected::before { content: "\f3e3"; } +.bi-gear-wide::before { content: "\f3e4"; } +.bi-gear::before { content: "\f3e5"; } +.bi-gem::before { content: "\f3e6"; } +.bi-geo-alt-fill::before { content: "\f3e7"; } +.bi-geo-alt::before { content: "\f3e8"; } +.bi-geo-fill::before { content: "\f3e9"; } +.bi-geo::before { content: "\f3ea"; } +.bi-gift-fill::before { content: "\f3eb"; } +.bi-gift::before { content: "\f3ec"; } +.bi-github::before { content: "\f3ed"; } +.bi-globe::before { content: "\f3ee"; } +.bi-globe2::before { content: "\f3ef"; } +.bi-google::before { content: "\f3f0"; } +.bi-graph-down::before { content: "\f3f1"; } +.bi-graph-up::before { content: "\f3f2"; } +.bi-grid-1x2-fill::before { content: "\f3f3"; } +.bi-grid-1x2::before { content: "\f3f4"; } +.bi-grid-3x2-gap-fill::before { content: "\f3f5"; } +.bi-grid-3x2-gap::before { content: "\f3f6"; } +.bi-grid-3x2::before { content: "\f3f7"; } +.bi-grid-3x3-gap-fill::before { content: "\f3f8"; } +.bi-grid-3x3-gap::before { content: "\f3f9"; } +.bi-grid-3x3::before { content: "\f3fa"; } +.bi-grid-fill::before { content: "\f3fb"; } +.bi-grid::before { content: "\f3fc"; } +.bi-grip-horizontal::before { content: "\f3fd"; } +.bi-grip-vertical::before { content: "\f3fe"; } +.bi-hammer::before { content: "\f3ff"; } +.bi-hand-index-fill::before { content: "\f400"; } +.bi-hand-index-thumb-fill::before { content: "\f401"; } +.bi-hand-index-thumb::before { content: "\f402"; } +.bi-hand-index::before { content: "\f403"; } +.bi-hand-thumbs-down-fill::before { content: "\f404"; } +.bi-hand-thumbs-down::before { content: "\f405"; } +.bi-hand-thumbs-up-fill::before { content: "\f406"; } +.bi-hand-thumbs-up::before { content: "\f407"; } +.bi-handbag-fill::before { content: "\f408"; } +.bi-handbag::before { content: "\f409"; } +.bi-hash::before { content: "\f40a"; } +.bi-hdd-fill::before { content: "\f40b"; } +.bi-hdd-network-fill::before { content: "\f40c"; } +.bi-hdd-network::before { content: "\f40d"; } +.bi-hdd-rack-fill::before { content: "\f40e"; } +.bi-hdd-rack::before { content: "\f40f"; } +.bi-hdd-stack-fill::before { content: "\f410"; } +.bi-hdd-stack::before { content: "\f411"; } +.bi-hdd::before { content: "\f412"; } +.bi-headphones::before { content: "\f413"; } +.bi-headset::before { content: "\f414"; } +.bi-heart-fill::before { content: "\f415"; } +.bi-heart-half::before { content: "\f416"; } +.bi-heart::before { content: "\f417"; } +.bi-heptagon-fill::before { content: "\f418"; } +.bi-heptagon-half::before { content: "\f419"; } +.bi-heptagon::before { content: "\f41a"; } +.bi-hexagon-fill::before { content: "\f41b"; } +.bi-hexagon-half::before { content: "\f41c"; } +.bi-hexagon::before { content: "\f41d"; } +.bi-hourglass-bottom::before { content: "\f41e"; } +.bi-hourglass-split::before { content: "\f41f"; } +.bi-hourglass-top::before { content: "\f420"; } +.bi-hourglass::before { content: "\f421"; } +.bi-house-door-fill::before { content: "\f422"; } +.bi-house-door::before { content: "\f423"; } +.bi-house-fill::before { content: "\f424"; } +.bi-house::before { content: "\f425"; } +.bi-hr::before { content: "\f426"; } +.bi-hurricane::before { content: "\f427"; } +.bi-image-alt::before { content: "\f428"; } +.bi-image-fill::before { content: "\f429"; } +.bi-image::before { content: "\f42a"; } +.bi-images::before { content: "\f42b"; } +.bi-inbox-fill::before { content: "\f42c"; } +.bi-inbox::before { content: "\f42d"; } +.bi-inboxes-fill::before { content: "\f42e"; } +.bi-inboxes::before { content: "\f42f"; } +.bi-info-circle-fill::before { content: "\f430"; } +.bi-info-circle::before { content: "\f431"; } +.bi-info-square-fill::before { content: "\f432"; } +.bi-info-square::before { content: "\f433"; } +.bi-info::before { content: "\f434"; } +.bi-input-cursor-text::before { content: "\f435"; } +.bi-input-cursor::before { content: "\f436"; } +.bi-instagram::before { content: "\f437"; } +.bi-intersect::before { content: "\f438"; } +.bi-journal-album::before { content: "\f439"; } +.bi-journal-arrow-down::before { content: "\f43a"; } +.bi-journal-arrow-up::before { content: "\f43b"; } +.bi-journal-bookmark-fill::before { content: "\f43c"; } +.bi-journal-bookmark::before { content: "\f43d"; } +.bi-journal-check::before { content: "\f43e"; } +.bi-journal-code::before { content: "\f43f"; } +.bi-journal-medical::before { content: "\f440"; } +.bi-journal-minus::before { content: "\f441"; } +.bi-journal-plus::before { content: "\f442"; } +.bi-journal-richtext::before { content: "\f443"; } +.bi-journal-text::before { content: "\f444"; } +.bi-journal-x::before { content: "\f445"; } +.bi-journal::before { content: "\f446"; } +.bi-journals::before { content: "\f447"; } +.bi-joystick::before { content: "\f448"; } +.bi-justify-left::before { content: "\f449"; } +.bi-justify-right::before { content: "\f44a"; } +.bi-justify::before { content: "\f44b"; } +.bi-kanban-fill::before { content: "\f44c"; } +.bi-kanban::before { content: "\f44d"; } +.bi-key-fill::before { content: "\f44e"; } +.bi-key::before { content: "\f44f"; } +.bi-keyboard-fill::before { content: "\f450"; } +.bi-keyboard::before { content: "\f451"; } +.bi-ladder::before { content: "\f452"; } +.bi-lamp-fill::before { content: "\f453"; } +.bi-lamp::before { content: "\f454"; } +.bi-laptop-fill::before { content: "\f455"; } +.bi-laptop::before { content: "\f456"; } +.bi-layer-backward::before { content: "\f457"; } +.bi-layer-forward::before { content: "\f458"; } +.bi-layers-fill::before { content: "\f459"; } +.bi-layers-half::before { content: "\f45a"; } +.bi-layers::before { content: "\f45b"; } +.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; } +.bi-layout-sidebar-inset::before { content: "\f45d"; } +.bi-layout-sidebar-reverse::before { content: "\f45e"; } +.bi-layout-sidebar::before { content: "\f45f"; } +.bi-layout-split::before { content: "\f460"; } +.bi-layout-text-sidebar-reverse::before { content: "\f461"; } +.bi-layout-text-sidebar::before { content: "\f462"; } +.bi-layout-text-window-reverse::before { content: "\f463"; } +.bi-layout-text-window::before { content: "\f464"; } +.bi-layout-three-columns::before { content: "\f465"; } +.bi-layout-wtf::before { content: "\f466"; } +.bi-life-preserver::before { content: "\f467"; } +.bi-lightbulb-fill::before { content: "\f468"; } +.bi-lightbulb-off-fill::before { content: "\f469"; } +.bi-lightbulb-off::before { content: "\f46a"; } +.bi-lightbulb::before { content: "\f46b"; } +.bi-lightning-charge-fill::before { content: "\f46c"; } +.bi-lightning-charge::before { content: "\f46d"; } +.bi-lightning-fill::before { content: "\f46e"; } +.bi-lightning::before { content: "\f46f"; } +.bi-link-45deg::before { content: "\f470"; } +.bi-link::before { content: "\f471"; } +.bi-linkedin::before { content: "\f472"; } +.bi-list-check::before { content: "\f473"; } +.bi-list-nested::before { content: "\f474"; } +.bi-list-ol::before { content: "\f475"; } +.bi-list-stars::before { content: "\f476"; } +.bi-list-task::before { content: "\f477"; } +.bi-list-ul::before { content: "\f478"; } +.bi-list::before { content: "\f479"; } +.bi-lock-fill::before { content: "\f47a"; } +.bi-lock::before { content: "\f47b"; } +.bi-mailbox::before { content: "\f47c"; } +.bi-mailbox2::before { content: "\f47d"; } +.bi-map-fill::before { content: "\f47e"; } +.bi-map::before { content: "\f47f"; } +.bi-markdown-fill::before { content: "\f480"; } +.bi-markdown::before { content: "\f481"; } +.bi-mask::before { content: "\f482"; } +.bi-megaphone-fill::before { content: "\f483"; } +.bi-megaphone::before { content: "\f484"; } +.bi-menu-app-fill::before { content: "\f485"; } +.bi-menu-app::before { content: "\f486"; } +.bi-menu-button-fill::before { content: "\f487"; } +.bi-menu-button-wide-fill::before { content: "\f488"; } +.bi-menu-button-wide::before { content: "\f489"; } +.bi-menu-button::before { content: "\f48a"; } +.bi-menu-down::before { content: "\f48b"; } +.bi-menu-up::before { content: "\f48c"; } +.bi-mic-fill::before { content: "\f48d"; } +.bi-mic-mute-fill::before { content: "\f48e"; } +.bi-mic-mute::before { content: "\f48f"; } +.bi-mic::before { content: "\f490"; } +.bi-minecart-loaded::before { content: "\f491"; } +.bi-minecart::before { content: "\f492"; } +.bi-moisture::before { content: "\f493"; } +.bi-moon-fill::before { content: "\f494"; } +.bi-moon-stars-fill::before { content: "\f495"; } +.bi-moon-stars::before { content: "\f496"; } +.bi-moon::before { content: "\f497"; } +.bi-mouse-fill::before { content: "\f498"; } +.bi-mouse::before { content: "\f499"; } +.bi-mouse2-fill::before { content: "\f49a"; } +.bi-mouse2::before { content: "\f49b"; } +.bi-mouse3-fill::before { content: "\f49c"; } +.bi-mouse3::before { content: "\f49d"; } +.bi-music-note-beamed::before { content: "\f49e"; } +.bi-music-note-list::before { content: "\f49f"; } +.bi-music-note::before { content: "\f4a0"; } +.bi-music-player-fill::before { content: "\f4a1"; } +.bi-music-player::before { content: "\f4a2"; } +.bi-newspaper::before { content: "\f4a3"; } +.bi-node-minus-fill::before { content: "\f4a4"; } +.bi-node-minus::before { content: "\f4a5"; } +.bi-node-plus-fill::before { content: "\f4a6"; } +.bi-node-plus::before { content: "\f4a7"; } +.bi-nut-fill::before { content: "\f4a8"; } +.bi-nut::before { content: "\f4a9"; } +.bi-octagon-fill::before { content: "\f4aa"; } +.bi-octagon-half::before { content: "\f4ab"; } +.bi-octagon::before { content: "\f4ac"; } +.bi-option::before { content: "\f4ad"; } +.bi-outlet::before { content: "\f4ae"; } +.bi-paint-bucket::before { content: "\f4af"; } +.bi-palette-fill::before { content: "\f4b0"; } +.bi-palette::before { content: "\f4b1"; } +.bi-palette2::before { content: "\f4b2"; } +.bi-paperclip::before { content: "\f4b3"; } +.bi-paragraph::before { content: "\f4b4"; } +.bi-patch-check-fill::before { content: "\f4b5"; } +.bi-patch-check::before { content: "\f4b6"; } +.bi-patch-exclamation-fill::before { content: "\f4b7"; } +.bi-patch-exclamation::before { content: "\f4b8"; } +.bi-patch-minus-fill::before { content: "\f4b9"; } +.bi-patch-minus::before { content: "\f4ba"; } +.bi-patch-plus-fill::before { content: "\f4bb"; } +.bi-patch-plus::before { content: "\f4bc"; } +.bi-patch-question-fill::before { content: "\f4bd"; } +.bi-patch-question::before { content: "\f4be"; } +.bi-pause-btn-fill::before { content: "\f4bf"; } +.bi-pause-btn::before { content: "\f4c0"; } +.bi-pause-circle-fill::before { content: "\f4c1"; } +.bi-pause-circle::before { content: "\f4c2"; } +.bi-pause-fill::before { content: "\f4c3"; } +.bi-pause::before { content: "\f4c4"; } +.bi-peace-fill::before { content: "\f4c5"; } +.bi-peace::before { content: "\f4c6"; } +.bi-pen-fill::before { content: "\f4c7"; } +.bi-pen::before { content: "\f4c8"; } +.bi-pencil-fill::before { content: "\f4c9"; } +.bi-pencil-square::before { content: "\f4ca"; } +.bi-pencil::before { content: "\f4cb"; } +.bi-pentagon-fill::before { content: "\f4cc"; } +.bi-pentagon-half::before { content: "\f4cd"; } +.bi-pentagon::before { content: "\f4ce"; } +.bi-people-fill::before { content: "\f4cf"; } +.bi-people::before { content: "\f4d0"; } +.bi-percent::before { content: "\f4d1"; } +.bi-person-badge-fill::before { content: "\f4d2"; } +.bi-person-badge::before { content: "\f4d3"; } +.bi-person-bounding-box::before { content: "\f4d4"; } +.bi-person-check-fill::before { content: "\f4d5"; } +.bi-person-check::before { content: "\f4d6"; } +.bi-person-circle::before { content: "\f4d7"; } +.bi-person-dash-fill::before { content: "\f4d8"; } +.bi-person-dash::before { content: "\f4d9"; } +.bi-person-fill::before { content: "\f4da"; } +.bi-person-lines-fill::before { content: "\f4db"; } +.bi-person-plus-fill::before { content: "\f4dc"; } +.bi-person-plus::before { content: "\f4dd"; } +.bi-person-square::before { content: "\f4de"; } +.bi-person-x-fill::before { content: "\f4df"; } +.bi-person-x::before { content: "\f4e0"; } +.bi-person::before { content: "\f4e1"; } +.bi-phone-fill::before { content: "\f4e2"; } +.bi-phone-landscape-fill::before { content: "\f4e3"; } +.bi-phone-landscape::before { content: "\f4e4"; } +.bi-phone-vibrate-fill::before { content: "\f4e5"; } +.bi-phone-vibrate::before { content: "\f4e6"; } +.bi-phone::before { content: "\f4e7"; } +.bi-pie-chart-fill::before { content: "\f4e8"; } +.bi-pie-chart::before { content: "\f4e9"; } +.bi-pin-angle-fill::before { content: "\f4ea"; } +.bi-pin-angle::before { content: "\f4eb"; } +.bi-pin-fill::before { content: "\f4ec"; } +.bi-pin::before { content: "\f4ed"; } +.bi-pip-fill::before { content: "\f4ee"; } +.bi-pip::before { content: "\f4ef"; } +.bi-play-btn-fill::before { content: "\f4f0"; } +.bi-play-btn::before { content: "\f4f1"; } +.bi-play-circle-fill::before { content: "\f4f2"; } +.bi-play-circle::before { content: "\f4f3"; } +.bi-play-fill::before { content: "\f4f4"; } +.bi-play::before { content: "\f4f5"; } +.bi-plug-fill::before { content: "\f4f6"; } +.bi-plug::before { content: "\f4f7"; } +.bi-plus-circle-dotted::before { content: "\f4f8"; } +.bi-plus-circle-fill::before { content: "\f4f9"; } +.bi-plus-circle::before { content: "\f4fa"; } +.bi-plus-square-dotted::before { content: "\f4fb"; } +.bi-plus-square-fill::before { content: "\f4fc"; } +.bi-plus-square::before { content: "\f4fd"; } +.bi-plus::before { content: "\f4fe"; } +.bi-power::before { content: "\f4ff"; } +.bi-printer-fill::before { content: "\f500"; } +.bi-printer::before { content: "\f501"; } +.bi-puzzle-fill::before { content: "\f502"; } +.bi-puzzle::before { content: "\f503"; } +.bi-question-circle-fill::before { content: "\f504"; } +.bi-question-circle::before { content: "\f505"; } +.bi-question-diamond-fill::before { content: "\f506"; } +.bi-question-diamond::before { content: "\f507"; } +.bi-question-octagon-fill::before { content: "\f508"; } +.bi-question-octagon::before { content: "\f509"; } +.bi-question-square-fill::before { content: "\f50a"; } +.bi-question-square::before { content: "\f50b"; } +.bi-question::before { content: "\f50c"; } +.bi-rainbow::before { content: "\f50d"; } +.bi-receipt-cutoff::before { content: "\f50e"; } +.bi-receipt::before { content: "\f50f"; } +.bi-reception-0::before { content: "\f510"; } +.bi-reception-1::before { content: "\f511"; } +.bi-reception-2::before { content: "\f512"; } +.bi-reception-3::before { content: "\f513"; } +.bi-reception-4::before { content: "\f514"; } +.bi-record-btn-fill::before { content: "\f515"; } +.bi-record-btn::before { content: "\f516"; } +.bi-record-circle-fill::before { content: "\f517"; } +.bi-record-circle::before { content: "\f518"; } +.bi-record-fill::before { content: "\f519"; } +.bi-record::before { content: "\f51a"; } +.bi-record2-fill::before { content: "\f51b"; } +.bi-record2::before { content: "\f51c"; } +.bi-reply-all-fill::before { content: "\f51d"; } +.bi-reply-all::before { content: "\f51e"; } +.bi-reply-fill::before { content: "\f51f"; } +.bi-reply::before { content: "\f520"; } +.bi-rss-fill::before { content: "\f521"; } +.bi-rss::before { content: "\f522"; } +.bi-rulers::before { content: "\f523"; } +.bi-save-fill::before { content: "\f524"; } +.bi-save::before { content: "\f525"; } +.bi-save2-fill::before { content: "\f526"; } +.bi-save2::before { content: "\f527"; } +.bi-scissors::before { content: "\f528"; } +.bi-screwdriver::before { content: "\f529"; } +.bi-search::before { content: "\f52a"; } +.bi-segmented-nav::before { content: "\f52b"; } +.bi-server::before { content: "\f52c"; } +.bi-share-fill::before { content: "\f52d"; } +.bi-share::before { content: "\f52e"; } +.bi-shield-check::before { content: "\f52f"; } +.bi-shield-exclamation::before { content: "\f530"; } +.bi-shield-fill-check::before { content: "\f531"; } +.bi-shield-fill-exclamation::before { content: "\f532"; } +.bi-shield-fill-minus::before { content: "\f533"; } +.bi-shield-fill-plus::before { content: "\f534"; } +.bi-shield-fill-x::before { content: "\f535"; } +.bi-shield-fill::before { content: "\f536"; } +.bi-shield-lock-fill::before { content: "\f537"; } +.bi-shield-lock::before { content: "\f538"; } +.bi-shield-minus::before { content: "\f539"; } +.bi-shield-plus::before { content: "\f53a"; } +.bi-shield-shaded::before { content: "\f53b"; } +.bi-shield-slash-fill::before { content: "\f53c"; } +.bi-shield-slash::before { content: "\f53d"; } +.bi-shield-x::before { content: "\f53e"; } +.bi-shield::before { content: "\f53f"; } +.bi-shift-fill::before { content: "\f540"; } +.bi-shift::before { content: "\f541"; } +.bi-shop-window::before { content: "\f542"; } +.bi-shop::before { content: "\f543"; } +.bi-shuffle::before { content: "\f544"; } +.bi-signpost-2-fill::before { content: "\f545"; } +.bi-signpost-2::before { content: "\f546"; } +.bi-signpost-fill::before { content: "\f547"; } +.bi-signpost-split-fill::before { content: "\f548"; } +.bi-signpost-split::before { content: "\f549"; } +.bi-signpost::before { content: "\f54a"; } +.bi-sim-fill::before { content: "\f54b"; } +.bi-sim::before { content: "\f54c"; } +.bi-skip-backward-btn-fill::before { content: "\f54d"; } +.bi-skip-backward-btn::before { content: "\f54e"; } +.bi-skip-backward-circle-fill::before { content: "\f54f"; } +.bi-skip-backward-circle::before { content: "\f550"; } +.bi-skip-backward-fill::before { content: "\f551"; } +.bi-skip-backward::before { content: "\f552"; } +.bi-skip-end-btn-fill::before { content: "\f553"; } +.bi-skip-end-btn::before { content: "\f554"; } +.bi-skip-end-circle-fill::before { content: "\f555"; } +.bi-skip-end-circle::before { content: "\f556"; } +.bi-skip-end-fill::before { content: "\f557"; } +.bi-skip-end::before { content: "\f558"; } +.bi-skip-forward-btn-fill::before { content: "\f559"; } +.bi-skip-forward-btn::before { content: "\f55a"; } +.bi-skip-forward-circle-fill::before { content: "\f55b"; } +.bi-skip-forward-circle::before { content: "\f55c"; } +.bi-skip-forward-fill::before { content: "\f55d"; } +.bi-skip-forward::before { content: "\f55e"; } +.bi-skip-start-btn-fill::before { content: "\f55f"; } +.bi-skip-start-btn::before { content: "\f560"; } +.bi-skip-start-circle-fill::before { content: "\f561"; } +.bi-skip-start-circle::before { content: "\f562"; } +.bi-skip-start-fill::before { content: "\f563"; } +.bi-skip-start::before { content: "\f564"; } +.bi-slack::before { content: "\f565"; } +.bi-slash-circle-fill::before { content: "\f566"; } +.bi-slash-circle::before { content: "\f567"; } +.bi-slash-square-fill::before { content: "\f568"; } +.bi-slash-square::before { content: "\f569"; } +.bi-slash::before { content: "\f56a"; } +.bi-sliders::before { content: "\f56b"; } +.bi-smartwatch::before { content: "\f56c"; } +.bi-snow::before { content: "\f56d"; } +.bi-snow2::before { content: "\f56e"; } +.bi-snow3::before { content: "\f56f"; } +.bi-sort-alpha-down-alt::before { content: "\f570"; } +.bi-sort-alpha-down::before { content: "\f571"; } +.bi-sort-alpha-up-alt::before { content: "\f572"; } +.bi-sort-alpha-up::before { content: "\f573"; } +.bi-sort-down-alt::before { content: "\f574"; } +.bi-sort-down::before { content: "\f575"; } +.bi-sort-numeric-down-alt::before { content: "\f576"; } +.bi-sort-numeric-down::before { content: "\f577"; } +.bi-sort-numeric-up-alt::before { content: "\f578"; } +.bi-sort-numeric-up::before { content: "\f579"; } +.bi-sort-up-alt::before { content: "\f57a"; } +.bi-sort-up::before { content: "\f57b"; } +.bi-soundwave::before { content: "\f57c"; } +.bi-speaker-fill::before { content: "\f57d"; } +.bi-speaker::before { content: "\f57e"; } +.bi-speedometer::before { content: "\f57f"; } +.bi-speedometer2::before { content: "\f580"; } +.bi-spellcheck::before { content: "\f581"; } +.bi-square-fill::before { content: "\f582"; } +.bi-square-half::before { content: "\f583"; } +.bi-square::before { content: "\f584"; } +.bi-stack::before { content: "\f585"; } +.bi-star-fill::before { content: "\f586"; } +.bi-star-half::before { content: "\f587"; } +.bi-star::before { content: "\f588"; } +.bi-stars::before { content: "\f589"; } +.bi-stickies-fill::before { content: "\f58a"; } +.bi-stickies::before { content: "\f58b"; } +.bi-sticky-fill::before { content: "\f58c"; } +.bi-sticky::before { content: "\f58d"; } +.bi-stop-btn-fill::before { content: "\f58e"; } +.bi-stop-btn::before { content: "\f58f"; } +.bi-stop-circle-fill::before { content: "\f590"; } +.bi-stop-circle::before { content: "\f591"; } +.bi-stop-fill::before { content: "\f592"; } +.bi-stop::before { content: "\f593"; } +.bi-stoplights-fill::before { content: "\f594"; } +.bi-stoplights::before { content: "\f595"; } +.bi-stopwatch-fill::before { content: "\f596"; } +.bi-stopwatch::before { content: "\f597"; } +.bi-subtract::before { content: "\f598"; } +.bi-suit-club-fill::before { content: "\f599"; } +.bi-suit-club::before { content: "\f59a"; } +.bi-suit-diamond-fill::before { content: "\f59b"; } +.bi-suit-diamond::before { content: "\f59c"; } +.bi-suit-heart-fill::before { content: "\f59d"; } +.bi-suit-heart::before { content: "\f59e"; } +.bi-suit-spade-fill::before { content: "\f59f"; } +.bi-suit-spade::before { content: "\f5a0"; } +.bi-sun-fill::before { content: "\f5a1"; } +.bi-sun::before { content: "\f5a2"; } +.bi-sunglasses::before { content: "\f5a3"; } +.bi-sunrise-fill::before { content: "\f5a4"; } +.bi-sunrise::before { content: "\f5a5"; } +.bi-sunset-fill::before { content: "\f5a6"; } +.bi-sunset::before { content: "\f5a7"; } +.bi-symmetry-horizontal::before { content: "\f5a8"; } +.bi-symmetry-vertical::before { content: "\f5a9"; } +.bi-table::before { content: "\f5aa"; } +.bi-tablet-fill::before { content: "\f5ab"; } +.bi-tablet-landscape-fill::before { content: "\f5ac"; } +.bi-tablet-landscape::before { content: "\f5ad"; } +.bi-tablet::before { content: "\f5ae"; } +.bi-tag-fill::before { content: "\f5af"; } +.bi-tag::before { content: "\f5b0"; } +.bi-tags-fill::before { content: "\f5b1"; } +.bi-tags::before { content: "\f5b2"; } +.bi-telegram::before { content: "\f5b3"; } +.bi-telephone-fill::before { content: "\f5b4"; } +.bi-telephone-forward-fill::before { content: "\f5b5"; } +.bi-telephone-forward::before { content: "\f5b6"; } +.bi-telephone-inbound-fill::before { content: "\f5b7"; } +.bi-telephone-inbound::before { content: "\f5b8"; } +.bi-telephone-minus-fill::before { content: "\f5b9"; } +.bi-telephone-minus::before { content: "\f5ba"; } +.bi-telephone-outbound-fill::before { content: "\f5bb"; } +.bi-telephone-outbound::before { content: "\f5bc"; } +.bi-telephone-plus-fill::before { content: "\f5bd"; } +.bi-telephone-plus::before { content: "\f5be"; } +.bi-telephone-x-fill::before { content: "\f5bf"; } +.bi-telephone-x::before { content: "\f5c0"; } +.bi-telephone::before { content: "\f5c1"; } +.bi-terminal-fill::before { content: "\f5c2"; } +.bi-terminal::before { content: "\f5c3"; } +.bi-text-center::before { content: "\f5c4"; } +.bi-text-indent-left::before { content: "\f5c5"; } +.bi-text-indent-right::before { content: "\f5c6"; } +.bi-text-left::before { content: "\f5c7"; } +.bi-text-paragraph::before { content: "\f5c8"; } +.bi-text-right::before { content: "\f5c9"; } +.bi-textarea-resize::before { content: "\f5ca"; } +.bi-textarea-t::before { content: "\f5cb"; } +.bi-textarea::before { content: "\f5cc"; } +.bi-thermometer-half::before { content: "\f5cd"; } +.bi-thermometer-high::before { content: "\f5ce"; } +.bi-thermometer-low::before { content: "\f5cf"; } +.bi-thermometer-snow::before { content: "\f5d0"; } +.bi-thermometer-sun::before { content: "\f5d1"; } +.bi-thermometer::before { content: "\f5d2"; } +.bi-three-dots-vertical::before { content: "\f5d3"; } +.bi-three-dots::before { content: "\f5d4"; } +.bi-toggle-off::before { content: "\f5d5"; } +.bi-toggle-on::before { content: "\f5d6"; } +.bi-toggle2-off::before { content: "\f5d7"; } +.bi-toggle2-on::before { content: "\f5d8"; } +.bi-toggles::before { content: "\f5d9"; } +.bi-toggles2::before { content: "\f5da"; } +.bi-tools::before { content: "\f5db"; } +.bi-tornado::before { content: "\f5dc"; } +.bi-trash-fill::before { content: "\f5dd"; } +.bi-trash::before { content: "\f5de"; } +.bi-trash2-fill::before { content: "\f5df"; } +.bi-trash2::before { content: "\f5e0"; } +.bi-tree-fill::before { content: "\f5e1"; } +.bi-tree::before { content: "\f5e2"; } +.bi-triangle-fill::before { content: "\f5e3"; } +.bi-triangle-half::before { content: "\f5e4"; } +.bi-triangle::before { content: "\f5e5"; } +.bi-trophy-fill::before { content: "\f5e6"; } +.bi-trophy::before { content: "\f5e7"; } +.bi-tropical-storm::before { content: "\f5e8"; } +.bi-truck-flatbed::before { content: "\f5e9"; } +.bi-truck::before { content: "\f5ea"; } +.bi-tsunami::before { content: "\f5eb"; } +.bi-tv-fill::before { content: "\f5ec"; } +.bi-tv::before { content: "\f5ed"; } +.bi-twitch::before { content: "\f5ee"; } +.bi-twitter::before { content: "\f5ef"; } +.bi-type-bold::before { content: "\f5f0"; } +.bi-type-h1::before { content: "\f5f1"; } +.bi-type-h2::before { content: "\f5f2"; } +.bi-type-h3::before { content: "\f5f3"; } +.bi-type-italic::before { content: "\f5f4"; } +.bi-type-strikethrough::before { content: "\f5f5"; } +.bi-type-underline::before { content: "\f5f6"; } +.bi-type::before { content: "\f5f7"; } +.bi-ui-checks-grid::before { content: "\f5f8"; } +.bi-ui-checks::before { content: "\f5f9"; } +.bi-ui-radios-grid::before { content: "\f5fa"; } +.bi-ui-radios::before { content: "\f5fb"; } +.bi-umbrella-fill::before { content: "\f5fc"; } +.bi-umbrella::before { content: "\f5fd"; } +.bi-union::before { content: "\f5fe"; } +.bi-unlock-fill::before { content: "\f5ff"; } +.bi-unlock::before { content: "\f600"; } +.bi-upc-scan::before { content: "\f601"; } +.bi-upc::before { content: "\f602"; } +.bi-upload::before { content: "\f603"; } +.bi-vector-pen::before { content: "\f604"; } +.bi-view-list::before { content: "\f605"; } +.bi-view-stacked::before { content: "\f606"; } +.bi-vinyl-fill::before { content: "\f607"; } +.bi-vinyl::before { content: "\f608"; } +.bi-voicemail::before { content: "\f609"; } +.bi-volume-down-fill::before { content: "\f60a"; } +.bi-volume-down::before { content: "\f60b"; } +.bi-volume-mute-fill::before { content: "\f60c"; } +.bi-volume-mute::before { content: "\f60d"; } +.bi-volume-off-fill::before { content: "\f60e"; } +.bi-volume-off::before { content: "\f60f"; } +.bi-volume-up-fill::before { content: "\f610"; } +.bi-volume-up::before { content: "\f611"; } +.bi-vr::before { content: "\f612"; } +.bi-wallet-fill::before { content: "\f613"; } +.bi-wallet::before { content: "\f614"; } +.bi-wallet2::before { content: "\f615"; } +.bi-watch::before { content: "\f616"; } +.bi-water::before { content: "\f617"; } +.bi-whatsapp::before { content: "\f618"; } +.bi-wifi-1::before { content: "\f619"; } +.bi-wifi-2::before { content: "\f61a"; } +.bi-wifi-off::before { content: "\f61b"; } +.bi-wifi::before { content: "\f61c"; } +.bi-wind::before { content: "\f61d"; } +.bi-window-dock::before { content: "\f61e"; } +.bi-window-sidebar::before { content: "\f61f"; } +.bi-window::before { content: "\f620"; } +.bi-wrench::before { content: "\f621"; } +.bi-x-circle-fill::before { content: "\f622"; } +.bi-x-circle::before { content: "\f623"; } +.bi-x-diamond-fill::before { content: "\f624"; } +.bi-x-diamond::before { content: "\f625"; } +.bi-x-octagon-fill::before { content: "\f626"; } +.bi-x-octagon::before { content: "\f627"; } +.bi-x-square-fill::before { content: "\f628"; } +.bi-x-square::before { content: "\f629"; } +.bi-x::before { content: "\f62a"; } +.bi-youtube::before { content: "\f62b"; } +.bi-zoom-in::before { content: "\f62c"; } +.bi-zoom-out::before { content: "\f62d"; } +.bi-bank::before { content: "\f62e"; } +.bi-bank2::before { content: "\f62f"; } +.bi-bell-slash-fill::before { content: "\f630"; } +.bi-bell-slash::before { content: "\f631"; } +.bi-cash-coin::before { content: "\f632"; } +.bi-check-lg::before { content: "\f633"; } +.bi-coin::before { content: "\f634"; } +.bi-currency-bitcoin::before { content: "\f635"; } +.bi-currency-dollar::before { content: "\f636"; } +.bi-currency-euro::before { content: "\f637"; } +.bi-currency-exchange::before { content: "\f638"; } +.bi-currency-pound::before { content: "\f639"; } +.bi-currency-yen::before { content: "\f63a"; } +.bi-dash-lg::before { content: "\f63b"; } +.bi-exclamation-lg::before { content: "\f63c"; } +.bi-file-earmark-pdf-fill::before { content: "\f63d"; } +.bi-file-earmark-pdf::before { content: "\f63e"; } +.bi-file-pdf-fill::before { content: "\f63f"; } +.bi-file-pdf::before { content: "\f640"; } +.bi-gender-ambiguous::before { content: "\f641"; } +.bi-gender-female::before { content: "\f642"; } +.bi-gender-male::before { content: "\f643"; } +.bi-gender-trans::before { content: "\f644"; } +.bi-headset-vr::before { content: "\f645"; } +.bi-info-lg::before { content: "\f646"; } +.bi-mastodon::before { content: "\f647"; } +.bi-messenger::before { content: "\f648"; } +.bi-piggy-bank-fill::before { content: "\f649"; } +.bi-piggy-bank::before { content: "\f64a"; } +.bi-pin-map-fill::before { content: "\f64b"; } +.bi-pin-map::before { content: "\f64c"; } +.bi-plus-lg::before { content: "\f64d"; } +.bi-question-lg::before { content: "\f64e"; } +.bi-recycle::before { content: "\f64f"; } +.bi-reddit::before { content: "\f650"; } +.bi-safe-fill::before { content: "\f651"; } +.bi-safe2-fill::before { content: "\f652"; } +.bi-safe2::before { content: "\f653"; } +.bi-sd-card-fill::before { content: "\f654"; } +.bi-sd-card::before { content: "\f655"; } +.bi-skype::before { content: "\f656"; } +.bi-slash-lg::before { content: "\f657"; } +.bi-translate::before { content: "\f658"; } +.bi-x-lg::before { content: "\f659"; } +.bi-safe::before { content: "\f65a"; } +.bi-apple::before { content: "\f65b"; } +.bi-microsoft::before { content: "\f65d"; } +.bi-windows::before { content: "\f65e"; } +.bi-behance::before { content: "\f65c"; } +.bi-dribbble::before { content: "\f65f"; } +.bi-line::before { content: "\f660"; } +.bi-medium::before { content: "\f661"; } +.bi-paypal::before { content: "\f662"; } +.bi-pinterest::before { content: "\f663"; } +.bi-signal::before { content: "\f664"; } +.bi-snapchat::before { content: "\f665"; } +.bi-spotify::before { content: "\f666"; } +.bi-stack-overflow::before { content: "\f667"; } +.bi-strava::before { content: "\f668"; } +.bi-wordpress::before { content: "\f669"; } +.bi-vimeo::before { content: "\f66a"; } +.bi-activity::before { content: "\f66b"; } +.bi-easel2-fill::before { content: "\f66c"; } +.bi-easel2::before { content: "\f66d"; } +.bi-easel3-fill::before { content: "\f66e"; } +.bi-easel3::before { content: "\f66f"; } +.bi-fan::before { content: "\f670"; } +.bi-fingerprint::before { content: "\f671"; } +.bi-graph-down-arrow::before { content: "\f672"; } +.bi-graph-up-arrow::before { content: "\f673"; } +.bi-hypnotize::before { content: "\f674"; } +.bi-magic::before { content: "\f675"; } +.bi-person-rolodex::before { content: "\f676"; } +.bi-person-video::before { content: "\f677"; } +.bi-person-video2::before { content: "\f678"; } +.bi-person-video3::before { content: "\f679"; } +.bi-person-workspace::before { content: "\f67a"; } +.bi-radioactive::before { content: "\f67b"; } +.bi-webcam-fill::before { content: "\f67c"; } +.bi-webcam::before { content: "\f67d"; } +.bi-yin-yang::before { content: "\f67e"; } +.bi-bandaid-fill::before { content: "\f680"; } +.bi-bandaid::before { content: "\f681"; } +.bi-bluetooth::before { content: "\f682"; } +.bi-body-text::before { content: "\f683"; } +.bi-boombox::before { content: "\f684"; } +.bi-boxes::before { content: "\f685"; } +.bi-dpad-fill::before { content: "\f686"; } +.bi-dpad::before { content: "\f687"; } +.bi-ear-fill::before { content: "\f688"; } +.bi-ear::before { content: "\f689"; } +.bi-envelope-check-fill::before { content: "\f68b"; } +.bi-envelope-check::before { content: "\f68c"; } +.bi-envelope-dash-fill::before { content: "\f68e"; } +.bi-envelope-dash::before { content: "\f68f"; } +.bi-envelope-exclamation-fill::before { content: "\f691"; } +.bi-envelope-exclamation::before { content: "\f692"; } +.bi-envelope-plus-fill::before { content: "\f693"; } +.bi-envelope-plus::before { content: "\f694"; } +.bi-envelope-slash-fill::before { content: "\f696"; } +.bi-envelope-slash::before { content: "\f697"; } +.bi-envelope-x-fill::before { content: "\f699"; } +.bi-envelope-x::before { content: "\f69a"; } +.bi-explicit-fill::before { content: "\f69b"; } +.bi-explicit::before { content: "\f69c"; } +.bi-git::before { content: "\f69d"; } +.bi-infinity::before { content: "\f69e"; } +.bi-list-columns-reverse::before { content: "\f69f"; } +.bi-list-columns::before { content: "\f6a0"; } +.bi-meta::before { content: "\f6a1"; } +.bi-nintendo-switch::before { content: "\f6a4"; } +.bi-pc-display-horizontal::before { content: "\f6a5"; } +.bi-pc-display::before { content: "\f6a6"; } +.bi-pc-horizontal::before { content: "\f6a7"; } +.bi-pc::before { content: "\f6a8"; } +.bi-playstation::before { content: "\f6a9"; } +.bi-plus-slash-minus::before { content: "\f6aa"; } +.bi-projector-fill::before { content: "\f6ab"; } +.bi-projector::before { content: "\f6ac"; } +.bi-qr-code-scan::before { content: "\f6ad"; } +.bi-qr-code::before { content: "\f6ae"; } +.bi-quora::before { content: "\f6af"; } +.bi-quote::before { content: "\f6b0"; } +.bi-robot::before { content: "\f6b1"; } +.bi-send-check-fill::before { content: "\f6b2"; } +.bi-send-check::before { content: "\f6b3"; } +.bi-send-dash-fill::before { content: "\f6b4"; } +.bi-send-dash::before { content: "\f6b5"; } +.bi-send-exclamation-fill::before { content: "\f6b7"; } +.bi-send-exclamation::before { content: "\f6b8"; } +.bi-send-fill::before { content: "\f6b9"; } +.bi-send-plus-fill::before { content: "\f6ba"; } +.bi-send-plus::before { content: "\f6bb"; } +.bi-send-slash-fill::before { content: "\f6bc"; } +.bi-send-slash::before { content: "\f6bd"; } +.bi-send-x-fill::before { content: "\f6be"; } +.bi-send-x::before { content: "\f6bf"; } +.bi-send::before { content: "\f6c0"; } +.bi-steam::before { content: "\f6c1"; } +.bi-terminal-dash::before { content: "\f6c3"; } +.bi-terminal-plus::before { content: "\f6c4"; } +.bi-terminal-split::before { content: "\f6c5"; } +.bi-ticket-detailed-fill::before { content: "\f6c6"; } +.bi-ticket-detailed::before { content: "\f6c7"; } +.bi-ticket-fill::before { content: "\f6c8"; } +.bi-ticket-perforated-fill::before { content: "\f6c9"; } +.bi-ticket-perforated::before { content: "\f6ca"; } +.bi-ticket::before { content: "\f6cb"; } +.bi-tiktok::before { content: "\f6cc"; } +.bi-window-dash::before { content: "\f6cd"; } +.bi-window-desktop::before { content: "\f6ce"; } +.bi-window-fullscreen::before { content: "\f6cf"; } +.bi-window-plus::before { content: "\f6d0"; } +.bi-window-split::before { content: "\f6d1"; } +.bi-window-stack::before { content: "\f6d2"; } +.bi-window-x::before { content: "\f6d3"; } +.bi-xbox::before { content: "\f6d4"; } +.bi-ethernet::before { content: "\f6d5"; } +.bi-hdmi-fill::before { content: "\f6d6"; } +.bi-hdmi::before { content: "\f6d7"; } +.bi-usb-c-fill::before { content: "\f6d8"; } +.bi-usb-c::before { content: "\f6d9"; } +.bi-usb-fill::before { content: "\f6da"; } +.bi-usb-plug-fill::before { content: "\f6db"; } +.bi-usb-plug::before { content: "\f6dc"; } +.bi-usb-symbol::before { content: "\f6dd"; } +.bi-usb::before { content: "\f6de"; } +.bi-boombox-fill::before { content: "\f6df"; } +.bi-displayport::before { content: "\f6e1"; } +.bi-gpu-card::before { content: "\f6e2"; } +.bi-memory::before { content: "\f6e3"; } +.bi-modem-fill::before { content: "\f6e4"; } +.bi-modem::before { content: "\f6e5"; } +.bi-motherboard-fill::before { content: "\f6e6"; } +.bi-motherboard::before { content: "\f6e7"; } +.bi-optical-audio-fill::before { content: "\f6e8"; } +.bi-optical-audio::before { content: "\f6e9"; } +.bi-pci-card::before { content: "\f6ea"; } +.bi-router-fill::before { content: "\f6eb"; } +.bi-router::before { content: "\f6ec"; } +.bi-thunderbolt-fill::before { content: "\f6ef"; } +.bi-thunderbolt::before { content: "\f6f0"; } +.bi-usb-drive-fill::before { content: "\f6f1"; } +.bi-usb-drive::before { content: "\f6f2"; } +.bi-usb-micro-fill::before { content: "\f6f3"; } +.bi-usb-micro::before { content: "\f6f4"; } +.bi-usb-mini-fill::before { content: "\f6f5"; } +.bi-usb-mini::before { content: "\f6f6"; } +.bi-cloud-haze2::before { content: "\f6f7"; } +.bi-device-hdd-fill::before { content: "\f6f8"; } +.bi-device-hdd::before { content: "\f6f9"; } +.bi-device-ssd-fill::before { content: "\f6fa"; } +.bi-device-ssd::before { content: "\f6fb"; } +.bi-displayport-fill::before { content: "\f6fc"; } +.bi-mortarboard-fill::before { content: "\f6fd"; } +.bi-mortarboard::before { content: "\f6fe"; } +.bi-terminal-x::before { content: "\f6ff"; } +.bi-arrow-through-heart-fill::before { content: "\f700"; } +.bi-arrow-through-heart::before { content: "\f701"; } +.bi-badge-sd-fill::before { content: "\f702"; } +.bi-badge-sd::before { content: "\f703"; } +.bi-bag-heart-fill::before { content: "\f704"; } +.bi-bag-heart::before { content: "\f705"; } +.bi-balloon-fill::before { content: "\f706"; } +.bi-balloon-heart-fill::before { content: "\f707"; } +.bi-balloon-heart::before { content: "\f708"; } +.bi-balloon::before { content: "\f709"; } +.bi-box2-fill::before { content: "\f70a"; } +.bi-box2-heart-fill::before { content: "\f70b"; } +.bi-box2-heart::before { content: "\f70c"; } +.bi-box2::before { content: "\f70d"; } +.bi-braces-asterisk::before { content: "\f70e"; } +.bi-calendar-heart-fill::before { content: "\f70f"; } +.bi-calendar-heart::before { content: "\f710"; } +.bi-calendar2-heart-fill::before { content: "\f711"; } +.bi-calendar2-heart::before { content: "\f712"; } +.bi-chat-heart-fill::before { content: "\f713"; } +.bi-chat-heart::before { content: "\f714"; } +.bi-chat-left-heart-fill::before { content: "\f715"; } +.bi-chat-left-heart::before { content: "\f716"; } +.bi-chat-right-heart-fill::before { content: "\f717"; } +.bi-chat-right-heart::before { content: "\f718"; } +.bi-chat-square-heart-fill::before { content: "\f719"; } +.bi-chat-square-heart::before { content: "\f71a"; } +.bi-clipboard-check-fill::before { content: "\f71b"; } +.bi-clipboard-data-fill::before { content: "\f71c"; } +.bi-clipboard-fill::before { content: "\f71d"; } +.bi-clipboard-heart-fill::before { content: "\f71e"; } +.bi-clipboard-heart::before { content: "\f71f"; } +.bi-clipboard-minus-fill::before { content: "\f720"; } +.bi-clipboard-plus-fill::before { content: "\f721"; } +.bi-clipboard-pulse::before { content: "\f722"; } +.bi-clipboard-x-fill::before { content: "\f723"; } +.bi-clipboard2-check-fill::before { content: "\f724"; } +.bi-clipboard2-check::before { content: "\f725"; } +.bi-clipboard2-data-fill::before { content: "\f726"; } +.bi-clipboard2-data::before { content: "\f727"; } +.bi-clipboard2-fill::before { content: "\f728"; } +.bi-clipboard2-heart-fill::before { content: "\f729"; } +.bi-clipboard2-heart::before { content: "\f72a"; } +.bi-clipboard2-minus-fill::before { content: "\f72b"; } +.bi-clipboard2-minus::before { content: "\f72c"; } +.bi-clipboard2-plus-fill::before { content: "\f72d"; } +.bi-clipboard2-plus::before { content: "\f72e"; } +.bi-clipboard2-pulse-fill::before { content: "\f72f"; } +.bi-clipboard2-pulse::before { content: "\f730"; } +.bi-clipboard2-x-fill::before { content: "\f731"; } +.bi-clipboard2-x::before { content: "\f732"; } +.bi-clipboard2::before { content: "\f733"; } +.bi-emoji-kiss-fill::before { content: "\f734"; } +.bi-emoji-kiss::before { content: "\f735"; } +.bi-envelope-heart-fill::before { content: "\f736"; } +.bi-envelope-heart::before { content: "\f737"; } +.bi-envelope-open-heart-fill::before { content: "\f738"; } +.bi-envelope-open-heart::before { content: "\f739"; } +.bi-envelope-paper-fill::before { content: "\f73a"; } +.bi-envelope-paper-heart-fill::before { content: "\f73b"; } +.bi-envelope-paper-heart::before { content: "\f73c"; } +.bi-envelope-paper::before { content: "\f73d"; } +.bi-filetype-aac::before { content: "\f73e"; } +.bi-filetype-ai::before { content: "\f73f"; } +.bi-filetype-bmp::before { content: "\f740"; } +.bi-filetype-cs::before { content: "\f741"; } +.bi-filetype-css::before { content: "\f742"; } +.bi-filetype-csv::before { content: "\f743"; } +.bi-filetype-doc::before { content: "\f744"; } +.bi-filetype-docx::before { content: "\f745"; } +.bi-filetype-exe::before { content: "\f746"; } +.bi-filetype-gif::before { content: "\f747"; } +.bi-filetype-heic::before { content: "\f748"; } +.bi-filetype-html::before { content: "\f749"; } +.bi-filetype-java::before { content: "\f74a"; } +.bi-filetype-jpg::before { content: "\f74b"; } +.bi-filetype-js::before { content: "\f74c"; } +.bi-filetype-jsx::before { content: "\f74d"; } +.bi-filetype-key::before { content: "\f74e"; } +.bi-filetype-m4p::before { content: "\f74f"; } +.bi-filetype-md::before { content: "\f750"; } +.bi-filetype-mdx::before { content: "\f751"; } +.bi-filetype-mov::before { content: "\f752"; } +.bi-filetype-mp3::before { content: "\f753"; } +.bi-filetype-mp4::before { content: "\f754"; } +.bi-filetype-otf::before { content: "\f755"; } +.bi-filetype-pdf::before { content: "\f756"; } +.bi-filetype-php::before { content: "\f757"; } +.bi-filetype-png::before { content: "\f758"; } +.bi-filetype-ppt::before { content: "\f75a"; } +.bi-filetype-psd::before { content: "\f75b"; } +.bi-filetype-py::before { content: "\f75c"; } +.bi-filetype-raw::before { content: "\f75d"; } +.bi-filetype-rb::before { content: "\f75e"; } +.bi-filetype-sass::before { content: "\f75f"; } +.bi-filetype-scss::before { content: "\f760"; } +.bi-filetype-sh::before { content: "\f761"; } +.bi-filetype-svg::before { content: "\f762"; } +.bi-filetype-tiff::before { content: "\f763"; } +.bi-filetype-tsx::before { content: "\f764"; } +.bi-filetype-ttf::before { content: "\f765"; } +.bi-filetype-txt::before { content: "\f766"; } +.bi-filetype-wav::before { content: "\f767"; } +.bi-filetype-woff::before { content: "\f768"; } +.bi-filetype-xls::before { content: "\f76a"; } +.bi-filetype-xml::before { content: "\f76b"; } +.bi-filetype-yml::before { content: "\f76c"; } +.bi-heart-arrow::before { content: "\f76d"; } +.bi-heart-pulse-fill::before { content: "\f76e"; } +.bi-heart-pulse::before { content: "\f76f"; } +.bi-heartbreak-fill::before { content: "\f770"; } +.bi-heartbreak::before { content: "\f771"; } +.bi-hearts::before { content: "\f772"; } +.bi-hospital-fill::before { content: "\f773"; } +.bi-hospital::before { content: "\f774"; } +.bi-house-heart-fill::before { content: "\f775"; } +.bi-house-heart::before { content: "\f776"; } +.bi-incognito::before { content: "\f777"; } +.bi-magnet-fill::before { content: "\f778"; } +.bi-magnet::before { content: "\f779"; } +.bi-person-heart::before { content: "\f77a"; } +.bi-person-hearts::before { content: "\f77b"; } +.bi-phone-flip::before { content: "\f77c"; } +.bi-plugin::before { content: "\f77d"; } +.bi-postage-fill::before { content: "\f77e"; } +.bi-postage-heart-fill::before { content: "\f77f"; } +.bi-postage-heart::before { content: "\f780"; } +.bi-postage::before { content: "\f781"; } +.bi-postcard-fill::before { content: "\f782"; } +.bi-postcard-heart-fill::before { content: "\f783"; } +.bi-postcard-heart::before { content: "\f784"; } +.bi-postcard::before { content: "\f785"; } +.bi-search-heart-fill::before { content: "\f786"; } +.bi-search-heart::before { content: "\f787"; } +.bi-sliders2-vertical::before { content: "\f788"; } +.bi-sliders2::before { content: "\f789"; } +.bi-trash3-fill::before { content: "\f78a"; } +.bi-trash3::before { content: "\f78b"; } +.bi-valentine::before { content: "\f78c"; } +.bi-valentine2::before { content: "\f78d"; } +.bi-wrench-adjustable-circle-fill::before { content: "\f78e"; } +.bi-wrench-adjustable-circle::before { content: "\f78f"; } +.bi-wrench-adjustable::before { content: "\f790"; } +.bi-filetype-json::before { content: "\f791"; } +.bi-filetype-pptx::before { content: "\f792"; } +.bi-filetype-xlsx::before { content: "\f793"; } +.bi-1-circle-fill::before { content: "\f796"; } +.bi-1-circle::before { content: "\f797"; } +.bi-1-square-fill::before { content: "\f798"; } +.bi-1-square::before { content: "\f799"; } +.bi-2-circle-fill::before { content: "\f79c"; } +.bi-2-circle::before { content: "\f79d"; } +.bi-2-square-fill::before { content: "\f79e"; } +.bi-2-square::before { content: "\f79f"; } +.bi-3-circle-fill::before { content: "\f7a2"; } +.bi-3-circle::before { content: "\f7a3"; } +.bi-3-square-fill::before { content: "\f7a4"; } +.bi-3-square::before { content: "\f7a5"; } +.bi-4-circle-fill::before { content: "\f7a8"; } +.bi-4-circle::before { content: "\f7a9"; } +.bi-4-square-fill::before { content: "\f7aa"; } +.bi-4-square::before { content: "\f7ab"; } +.bi-5-circle-fill::before { content: "\f7ae"; } +.bi-5-circle::before { content: "\f7af"; } +.bi-5-square-fill::before { content: "\f7b0"; } +.bi-5-square::before { content: "\f7b1"; } +.bi-6-circle-fill::before { content: "\f7b4"; } +.bi-6-circle::before { content: "\f7b5"; } +.bi-6-square-fill::before { content: "\f7b6"; } +.bi-6-square::before { content: "\f7b7"; } +.bi-7-circle-fill::before { content: "\f7ba"; } +.bi-7-circle::before { content: "\f7bb"; } +.bi-7-square-fill::before { content: "\f7bc"; } +.bi-7-square::before { content: "\f7bd"; } +.bi-8-circle-fill::before { content: "\f7c0"; } +.bi-8-circle::before { content: "\f7c1"; } +.bi-8-square-fill::before { content: "\f7c2"; } +.bi-8-square::before { content: "\f7c3"; } +.bi-9-circle-fill::before { content: "\f7c6"; } +.bi-9-circle::before { content: "\f7c7"; } +.bi-9-square-fill::before { content: "\f7c8"; } +.bi-9-square::before { content: "\f7c9"; } +.bi-airplane-engines-fill::before { content: "\f7ca"; } +.bi-airplane-engines::before { content: "\f7cb"; } +.bi-airplane-fill::before { content: "\f7cc"; } +.bi-airplane::before { content: "\f7cd"; } +.bi-alexa::before { content: "\f7ce"; } +.bi-alipay::before { content: "\f7cf"; } +.bi-android::before { content: "\f7d0"; } +.bi-android2::before { content: "\f7d1"; } +.bi-box-fill::before { content: "\f7d2"; } +.bi-box-seam-fill::before { content: "\f7d3"; } +.bi-browser-chrome::before { content: "\f7d4"; } +.bi-browser-edge::before { content: "\f7d5"; } +.bi-browser-firefox::before { content: "\f7d6"; } +.bi-browser-safari::before { content: "\f7d7"; } +.bi-c-circle-fill::before { content: "\f7da"; } +.bi-c-circle::before { content: "\f7db"; } +.bi-c-square-fill::before { content: "\f7dc"; } +.bi-c-square::before { content: "\f7dd"; } +.bi-capsule-pill::before { content: "\f7de"; } +.bi-capsule::before { content: "\f7df"; } +.bi-car-front-fill::before { content: "\f7e0"; } +.bi-car-front::before { content: "\f7e1"; } +.bi-cassette-fill::before { content: "\f7e2"; } +.bi-cassette::before { content: "\f7e3"; } +.bi-cc-circle-fill::before { content: "\f7e6"; } +.bi-cc-circle::before { content: "\f7e7"; } +.bi-cc-square-fill::before { content: "\f7e8"; } +.bi-cc-square::before { content: "\f7e9"; } +.bi-cup-hot-fill::before { content: "\f7ea"; } +.bi-cup-hot::before { content: "\f7eb"; } +.bi-currency-rupee::before { content: "\f7ec"; } +.bi-dropbox::before { content: "\f7ed"; } +.bi-escape::before { content: "\f7ee"; } +.bi-fast-forward-btn-fill::before { content: "\f7ef"; } +.bi-fast-forward-btn::before { content: "\f7f0"; } +.bi-fast-forward-circle-fill::before { content: "\f7f1"; } +.bi-fast-forward-circle::before { content: "\f7f2"; } +.bi-fast-forward-fill::before { content: "\f7f3"; } +.bi-fast-forward::before { content: "\f7f4"; } +.bi-filetype-sql::before { content: "\f7f5"; } +.bi-fire::before { content: "\f7f6"; } +.bi-google-play::before { content: "\f7f7"; } +.bi-h-circle-fill::before { content: "\f7fa"; } +.bi-h-circle::before { content: "\f7fb"; } +.bi-h-square-fill::before { content: "\f7fc"; } +.bi-h-square::before { content: "\f7fd"; } +.bi-indent::before { content: "\f7fe"; } +.bi-lungs-fill::before { content: "\f7ff"; } +.bi-lungs::before { content: "\f800"; } +.bi-microsoft-teams::before { content: "\f801"; } +.bi-p-circle-fill::before { content: "\f804"; } +.bi-p-circle::before { content: "\f805"; } +.bi-p-square-fill::before { content: "\f806"; } +.bi-p-square::before { content: "\f807"; } +.bi-pass-fill::before { content: "\f808"; } +.bi-pass::before { content: "\f809"; } +.bi-prescription::before { content: "\f80a"; } +.bi-prescription2::before { content: "\f80b"; } +.bi-r-circle-fill::before { content: "\f80e"; } +.bi-r-circle::before { content: "\f80f"; } +.bi-r-square-fill::before { content: "\f810"; } +.bi-r-square::before { content: "\f811"; } +.bi-repeat-1::before { content: "\f812"; } +.bi-repeat::before { content: "\f813"; } +.bi-rewind-btn-fill::before { content: "\f814"; } +.bi-rewind-btn::before { content: "\f815"; } +.bi-rewind-circle-fill::before { content: "\f816"; } +.bi-rewind-circle::before { content: "\f817"; } +.bi-rewind-fill::before { content: "\f818"; } +.bi-rewind::before { content: "\f819"; } +.bi-train-freight-front-fill::before { content: "\f81a"; } +.bi-train-freight-front::before { content: "\f81b"; } +.bi-train-front-fill::before { content: "\f81c"; } +.bi-train-front::before { content: "\f81d"; } +.bi-train-lightrail-front-fill::before { content: "\f81e"; } +.bi-train-lightrail-front::before { content: "\f81f"; } +.bi-truck-front-fill::before { content: "\f820"; } +.bi-truck-front::before { content: "\f821"; } +.bi-ubuntu::before { content: "\f822"; } +.bi-unindent::before { content: "\f823"; } +.bi-unity::before { content: "\f824"; } +.bi-universal-access-circle::before { content: "\f825"; } +.bi-universal-access::before { content: "\f826"; } +.bi-virus::before { content: "\f827"; } +.bi-virus2::before { content: "\f828"; } +.bi-wechat::before { content: "\f829"; } +.bi-yelp::before { content: "\f82a"; } +.bi-sign-stop-fill::before { content: "\f82b"; } +.bi-sign-stop-lights-fill::before { content: "\f82c"; } +.bi-sign-stop-lights::before { content: "\f82d"; } +.bi-sign-stop::before { content: "\f82e"; } +.bi-sign-turn-left-fill::before { content: "\f82f"; } +.bi-sign-turn-left::before { content: "\f830"; } +.bi-sign-turn-right-fill::before { content: "\f831"; } +.bi-sign-turn-right::before { content: "\f832"; } +.bi-sign-turn-slight-left-fill::before { content: "\f833"; } +.bi-sign-turn-slight-left::before { content: "\f834"; } +.bi-sign-turn-slight-right-fill::before { content: "\f835"; } +.bi-sign-turn-slight-right::before { content: "\f836"; } +.bi-sign-yield-fill::before { content: "\f837"; } +.bi-sign-yield::before { content: "\f838"; } +.bi-ev-station-fill::before { content: "\f839"; } +.bi-ev-station::before { content: "\f83a"; } +.bi-fuel-pump-diesel-fill::before { content: "\f83b"; } +.bi-fuel-pump-diesel::before { content: "\f83c"; } +.bi-fuel-pump-fill::before { content: "\f83d"; } +.bi-fuel-pump::before { content: "\f83e"; } +.bi-0-circle-fill::before { content: "\f83f"; } +.bi-0-circle::before { content: "\f840"; } +.bi-0-square-fill::before { content: "\f841"; } +.bi-0-square::before { content: "\f842"; } +.bi-rocket-fill::before { content: "\f843"; } +.bi-rocket-takeoff-fill::before { content: "\f844"; } +.bi-rocket-takeoff::before { content: "\f845"; } +.bi-rocket::before { content: "\f846"; } +.bi-stripe::before { content: "\f847"; } +.bi-subscript::before { content: "\f848"; } +.bi-superscript::before { content: "\f849"; } +.bi-trello::before { content: "\f84a"; } +.bi-envelope-at-fill::before { content: "\f84b"; } +.bi-envelope-at::before { content: "\f84c"; } +.bi-regex::before { content: "\f84d"; } +.bi-text-wrap::before { content: "\f84e"; } +.bi-sign-dead-end-fill::before { content: "\f84f"; } +.bi-sign-dead-end::before { content: "\f850"; } +.bi-sign-do-not-enter-fill::before { content: "\f851"; } +.bi-sign-do-not-enter::before { content: "\f852"; } +.bi-sign-intersection-fill::before { content: "\f853"; } +.bi-sign-intersection-side-fill::before { content: "\f854"; } +.bi-sign-intersection-side::before { content: "\f855"; } +.bi-sign-intersection-t-fill::before { content: "\f856"; } +.bi-sign-intersection-t::before { content: "\f857"; } +.bi-sign-intersection-y-fill::before { content: "\f858"; } +.bi-sign-intersection-y::before { content: "\f859"; } +.bi-sign-intersection::before { content: "\f85a"; } +.bi-sign-merge-left-fill::before { content: "\f85b"; } +.bi-sign-merge-left::before { content: "\f85c"; } +.bi-sign-merge-right-fill::before { content: "\f85d"; } +.bi-sign-merge-right::before { content: "\f85e"; } +.bi-sign-no-left-turn-fill::before { content: "\f85f"; } +.bi-sign-no-left-turn::before { content: "\f860"; } +.bi-sign-no-parking-fill::before { content: "\f861"; } +.bi-sign-no-parking::before { content: "\f862"; } +.bi-sign-no-right-turn-fill::before { content: "\f863"; } +.bi-sign-no-right-turn::before { content: "\f864"; } +.bi-sign-railroad-fill::before { content: "\f865"; } +.bi-sign-railroad::before { content: "\f866"; } +.bi-building-add::before { content: "\f867"; } +.bi-building-check::before { content: "\f868"; } +.bi-building-dash::before { content: "\f869"; } +.bi-building-down::before { content: "\f86a"; } +.bi-building-exclamation::before { content: "\f86b"; } +.bi-building-fill-add::before { content: "\f86c"; } +.bi-building-fill-check::before { content: "\f86d"; } +.bi-building-fill-dash::before { content: "\f86e"; } +.bi-building-fill-down::before { content: "\f86f"; } +.bi-building-fill-exclamation::before { content: "\f870"; } +.bi-building-fill-gear::before { content: "\f871"; } +.bi-building-fill-lock::before { content: "\f872"; } +.bi-building-fill-slash::before { content: "\f873"; } +.bi-building-fill-up::before { content: "\f874"; } +.bi-building-fill-x::before { content: "\f875"; } +.bi-building-fill::before { content: "\f876"; } +.bi-building-gear::before { content: "\f877"; } +.bi-building-lock::before { content: "\f878"; } +.bi-building-slash::before { content: "\f879"; } +.bi-building-up::before { content: "\f87a"; } +.bi-building-x::before { content: "\f87b"; } +.bi-buildings-fill::before { content: "\f87c"; } +.bi-buildings::before { content: "\f87d"; } +.bi-bus-front-fill::before { content: "\f87e"; } +.bi-bus-front::before { content: "\f87f"; } +.bi-ev-front-fill::before { content: "\f880"; } +.bi-ev-front::before { content: "\f881"; } +.bi-globe-americas::before { content: "\f882"; } +.bi-globe-asia-australia::before { content: "\f883"; } +.bi-globe-central-south-asia::before { content: "\f884"; } +.bi-globe-europe-africa::before { content: "\f885"; } +.bi-house-add-fill::before { content: "\f886"; } +.bi-house-add::before { content: "\f887"; } +.bi-house-check-fill::before { content: "\f888"; } +.bi-house-check::before { content: "\f889"; } +.bi-house-dash-fill::before { content: "\f88a"; } +.bi-house-dash::before { content: "\f88b"; } +.bi-house-down-fill::before { content: "\f88c"; } +.bi-house-down::before { content: "\f88d"; } +.bi-house-exclamation-fill::before { content: "\f88e"; } +.bi-house-exclamation::before { content: "\f88f"; } +.bi-house-gear-fill::before { content: "\f890"; } +.bi-house-gear::before { content: "\f891"; } +.bi-house-lock-fill::before { content: "\f892"; } +.bi-house-lock::before { content: "\f893"; } +.bi-house-slash-fill::before { content: "\f894"; } +.bi-house-slash::before { content: "\f895"; } +.bi-house-up-fill::before { content: "\f896"; } +.bi-house-up::before { content: "\f897"; } +.bi-house-x-fill::before { content: "\f898"; } +.bi-house-x::before { content: "\f899"; } +.bi-person-add::before { content: "\f89a"; } +.bi-person-down::before { content: "\f89b"; } +.bi-person-exclamation::before { content: "\f89c"; } +.bi-person-fill-add::before { content: "\f89d"; } +.bi-person-fill-check::before { content: "\f89e"; } +.bi-person-fill-dash::before { content: "\f89f"; } +.bi-person-fill-down::before { content: "\f8a0"; } +.bi-person-fill-exclamation::before { content: "\f8a1"; } +.bi-person-fill-gear::before { content: "\f8a2"; } +.bi-person-fill-lock::before { content: "\f8a3"; } +.bi-person-fill-slash::before { content: "\f8a4"; } +.bi-person-fill-up::before { content: "\f8a5"; } +.bi-person-fill-x::before { content: "\f8a6"; } +.bi-person-gear::before { content: "\f8a7"; } +.bi-person-lock::before { content: "\f8a8"; } +.bi-person-slash::before { content: "\f8a9"; } +.bi-person-up::before { content: "\f8aa"; } +.bi-scooter::before { content: "\f8ab"; } +.bi-taxi-front-fill::before { content: "\f8ac"; } +.bi-taxi-front::before { content: "\f8ad"; } +.bi-amd::before { content: "\f8ae"; } +.bi-database-add::before { content: "\f8af"; } +.bi-database-check::before { content: "\f8b0"; } +.bi-database-dash::before { content: "\f8b1"; } +.bi-database-down::before { content: "\f8b2"; } +.bi-database-exclamation::before { content: "\f8b3"; } +.bi-database-fill-add::before { content: "\f8b4"; } +.bi-database-fill-check::before { content: "\f8b5"; } +.bi-database-fill-dash::before { content: "\f8b6"; } +.bi-database-fill-down::before { content: "\f8b7"; } +.bi-database-fill-exclamation::before { content: "\f8b8"; } +.bi-database-fill-gear::before { content: "\f8b9"; } +.bi-database-fill-lock::before { content: "\f8ba"; } +.bi-database-fill-slash::before { content: "\f8bb"; } +.bi-database-fill-up::before { content: "\f8bc"; } +.bi-database-fill-x::before { content: "\f8bd"; } +.bi-database-fill::before { content: "\f8be"; } +.bi-database-gear::before { content: "\f8bf"; } +.bi-database-lock::before { content: "\f8c0"; } +.bi-database-slash::before { content: "\f8c1"; } +.bi-database-up::before { content: "\f8c2"; } +.bi-database-x::before { content: "\f8c3"; } +.bi-database::before { content: "\f8c4"; } +.bi-houses-fill::before { content: "\f8c5"; } +.bi-houses::before { content: "\f8c6"; } +.bi-nvidia::before { content: "\f8c7"; } +.bi-person-vcard-fill::before { content: "\f8c8"; } +.bi-person-vcard::before { content: "\f8c9"; } +.bi-sina-weibo::before { content: "\f8ca"; } +.bi-tencent-qq::before { content: "\f8cb"; } +.bi-wikipedia::before { content: "\f8cc"; } +.bi-alphabet-uppercase::before { content: "\f2a5"; } +.bi-alphabet::before { content: "\f68a"; } +.bi-amazon::before { content: "\f68d"; } +.bi-arrows-collapse-vertical::before { content: "\f690"; } +.bi-arrows-expand-vertical::before { content: "\f695"; } +.bi-arrows-vertical::before { content: "\f698"; } +.bi-arrows::before { content: "\f6a2"; } +.bi-ban-fill::before { content: "\f6a3"; } +.bi-ban::before { content: "\f6b6"; } +.bi-bing::before { content: "\f6c2"; } +.bi-cake::before { content: "\f6e0"; } +.bi-cake2::before { content: "\f6ed"; } +.bi-cookie::before { content: "\f6ee"; } +.bi-copy::before { content: "\f759"; } +.bi-crosshair::before { content: "\f769"; } +.bi-crosshair2::before { content: "\f794"; } +.bi-emoji-astonished-fill::before { content: "\f795"; } +.bi-emoji-astonished::before { content: "\f79a"; } +.bi-emoji-grimace-fill::before { content: "\f79b"; } +.bi-emoji-grimace::before { content: "\f7a0"; } +.bi-emoji-grin-fill::before { content: "\f7a1"; } +.bi-emoji-grin::before { content: "\f7a6"; } +.bi-emoji-surprise-fill::before { content: "\f7a7"; } +.bi-emoji-surprise::before { content: "\f7ac"; } +.bi-emoji-tear-fill::before { content: "\f7ad"; } +.bi-emoji-tear::before { content: "\f7b2"; } +.bi-envelope-arrow-down-fill::before { content: "\f7b3"; } +.bi-envelope-arrow-down::before { content: "\f7b8"; } +.bi-envelope-arrow-up-fill::before { content: "\f7b9"; } +.bi-envelope-arrow-up::before { content: "\f7be"; } +.bi-feather::before { content: "\f7bf"; } +.bi-feather2::before { content: "\f7c4"; } +.bi-floppy-fill::before { content: "\f7c5"; } +.bi-floppy::before { content: "\f7d8"; } +.bi-floppy2-fill::before { content: "\f7d9"; } +.bi-floppy2::before { content: "\f7e4"; } +.bi-gitlab::before { content: "\f7e5"; } +.bi-highlighter::before { content: "\f7f8"; } +.bi-marker-tip::before { content: "\f802"; } +.bi-nvme-fill::before { content: "\f803"; } +.bi-nvme::before { content: "\f80c"; } +.bi-opencollective::before { content: "\f80d"; } +.bi-pci-card-network::before { content: "\f8cd"; } +.bi-pci-card-sound::before { content: "\f8ce"; } +.bi-radar::before { content: "\f8cf"; } +.bi-send-arrow-down-fill::before { content: "\f8d0"; } +.bi-send-arrow-down::before { content: "\f8d1"; } +.bi-send-arrow-up-fill::before { content: "\f8d2"; } +.bi-send-arrow-up::before { content: "\f8d3"; } +.bi-sim-slash-fill::before { content: "\f8d4"; } +.bi-sim-slash::before { content: "\f8d5"; } +.bi-sourceforge::before { content: "\f8d6"; } +.bi-substack::before { content: "\f8d7"; } +.bi-threads-fill::before { content: "\f8d8"; } +.bi-threads::before { content: "\f8d9"; } +.bi-transparency::before { content: "\f8da"; } +.bi-twitter-x::before { content: "\f8db"; } +.bi-type-h4::before { content: "\f8dc"; } +.bi-type-h5::before { content: "\f8dd"; } +.bi-type-h6::before { content: "\f8de"; } +.bi-backpack-fill::before { content: "\f8df"; } +.bi-backpack::before { content: "\f8e0"; } +.bi-backpack2-fill::before { content: "\f8e1"; } +.bi-backpack2::before { content: "\f8e2"; } +.bi-backpack3-fill::before { content: "\f8e3"; } +.bi-backpack3::before { content: "\f8e4"; } +.bi-backpack4-fill::before { content: "\f8e5"; } +.bi-backpack4::before { content: "\f8e6"; } +.bi-brilliance::before { content: "\f8e7"; } +.bi-cake-fill::before { content: "\f8e8"; } +.bi-cake2-fill::before { content: "\f8e9"; } +.bi-duffle-fill::before { content: "\f8ea"; } +.bi-duffle::before { content: "\f8eb"; } +.bi-exposure::before { content: "\f8ec"; } +.bi-gender-neuter::before { content: "\f8ed"; } +.bi-highlights::before { content: "\f8ee"; } +.bi-luggage-fill::before { content: "\f8ef"; } +.bi-luggage::before { content: "\f8f0"; } +.bi-mailbox-flag::before { content: "\f8f1"; } +.bi-mailbox2-flag::before { content: "\f8f2"; } +.bi-noise-reduction::before { content: "\f8f3"; } +.bi-passport-fill::before { content: "\f8f4"; } +.bi-passport::before { content: "\f8f5"; } +.bi-person-arms-up::before { content: "\f8f6"; } +.bi-person-raised-hand::before { content: "\f8f7"; } +.bi-person-standing-dress::before { content: "\f8f8"; } +.bi-person-standing::before { content: "\f8f9"; } +.bi-person-walking::before { content: "\f8fa"; } +.bi-person-wheelchair::before { content: "\f8fb"; } +.bi-shadows::before { content: "\f8fc"; } +.bi-suitcase-fill::before { content: "\f8fd"; } +.bi-suitcase-lg-fill::before { content: "\f8fe"; } +.bi-suitcase-lg::before { content: "\f8ff"; } +.bi-suitcase::before { content: "\f900"; } +.bi-suitcase2-fill::before { content: "\f901"; } +.bi-suitcase2::before { content: "\f902"; } +.bi-vignette::before { content: "\f903"; } diff --git a/docs/site_libs/bootstrap/bootstrap-icons.woff b/docs/site_libs/bootstrap/bootstrap-icons.woff new file mode 100644 index 00000000..dbeeb055 Binary files /dev/null and b/docs/site_libs/bootstrap/bootstrap-icons.woff differ diff --git a/docs/site_libs/bootstrap/bootstrap.min 2.css b/docs/site_libs/bootstrap/bootstrap.min 2.css new file mode 100644 index 00000000..ba0dcad4 --- /dev/null +++ b/docs/site_libs/bootstrap/bootstrap.min 2.css @@ -0,0 +1,12 @@ +@import"https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Fira+Sans+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap";/*! + * Bootstrap v5.3.1 (https://getbootstrap.com/) + * Copyright 2011-2023 The Bootstrap Authors + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */:root,[data-bs-theme=light]{--bs-blue: #42159D;--bs-indigo: #771C6D;--bs-purple: #480B6A;--bs-pink: #A52C60;--bs-red: #CF4446;--bs-orange: #EE6A24;--bs-yellow: #FB9E07;--bs-green: #02b875;--bs-teal: #20c997;--bs-cyan: #17a2b8;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-default: #adb5bd;--bs-primary: #42159D;--bs-secondary: #adb5bd;--bs-success: #02b875;--bs-info: #17a2b8;--bs-warning: #FB9E07;--bs-danger: #CF4446;--bs-light: #f8f9fa;--bs-dark: #343a40;--bs-default-rgb: 173, 181, 189;--bs-primary-rgb: 66, 21, 157;--bs-secondary-rgb: 173, 181, 189;--bs-success-rgb: 2, 184, 117;--bs-info-rgb: 23, 162, 184;--bs-warning-rgb: 251, 158, 7;--bs-danger-rgb: 207, 68, 70;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 52, 58, 64;--bs-primary-text-emphasis: #1a083f;--bs-secondary-text-emphasis: #45484c;--bs-success-text-emphasis: #014a2f;--bs-info-text-emphasis: #09414a;--bs-warning-text-emphasis: #643f03;--bs-danger-text-emphasis: #531b1c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #d9d0eb;--bs-secondary-bg-subtle: #eff0f2;--bs-success-bg-subtle: #ccf1e3;--bs-info-bg-subtle: #d1ecf1;--bs-warning-bg-subtle: #feeccd;--bs-danger-bg-subtle: #f5dada;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #b3a1d8;--bs-secondary-border-subtle: #dee1e5;--bs-success-border-subtle: #9ae3c8;--bs-info-border-subtle: #a2dae3;--bs-warning-border-subtle: #fdd89c;--bs-danger-border-subtle: #ecb4b5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: Fira Sans Condensed, sans-serif;--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-root-font-size: 17px;--bs-body-font-family: Fira Sans Condensed, sans-serif;--bs-body-font-size:1.25rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #343a40;--bs-body-color-rgb: 52, 58, 64;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(52, 58, 64, 0.75);--bs-secondary-color-rgb: 52, 58, 64;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(52, 58, 64, 0.5);--bs-tertiary-color-rgb: 52, 58, 64;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #CF4446;--bs-link-color-rgb: 207, 68, 70;--bs-link-decoration: underline;--bs-link-hover-color: #FB9E07;--bs-link-hover-color-rgb: 251, 158, 7;--bs-code-color: #7d12ba;--bs-highlight-bg: #feeccd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.25rem;--bs-border-radius-sm: 0.2em;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(66, 21, 157, 0.25);--bs-form-valid-color: #02b875;--bs-form-valid-border-color: #02b875;--bs-form-invalid-color: #CF4446;--bs-form-invalid-border-color: #CF4446}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: #8e73c4;--bs-secondary-text-emphasis: #ced3d7;--bs-success-text-emphasis: #67d4ac;--bs-info-text-emphasis: #74c7d4;--bs-warning-text-emphasis: #fdc56a;--bs-danger-text-emphasis: #e28f90;--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: #0d041f;--bs-secondary-bg-subtle: #232426;--bs-success-bg-subtle: #002517;--bs-info-bg-subtle: #052025;--bs-warning-bg-subtle: #322001;--bs-danger-bg-subtle: #290e0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #280d5e;--bs-secondary-border-subtle: #686d71;--bs-success-border-subtle: #016e46;--bs-info-border-subtle: #0e616e;--bs-warning-border-subtle: #975f04;--bs-danger-border-subtle: #7c292a;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: #8e73c4;--bs-link-hover-color: #a58fd0;--bs-link-color-rgb: 142, 115, 196;--bs-link-hover-color-rgb: 165, 143, 208;--bs-code-color: white;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, 0.15);--bs-form-valid-color: #67d4ac;--bs-form-valid-border-color: #67d4ac;--bs-form-invalid-color: #e28f90;--bs-form-invalid-border-color: #e28f90}*,*::before,*::after{box-sizing:border-box}:root{font-size:var(--bs-root-font-size)}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.43125rem + 2.175vw)}@media(min-width: 1200px){h1,.h1{font-size:3.0625rem}}h2,.h2{font-size:calc(1.35625rem + 1.275vw)}@media(min-width: 1200px){h2,.h2{font-size:2.3125rem}}h3,.h3{font-size:calc(1.3125rem + 0.75vw)}@media(min-width: 1200px){h3,.h3{font-size:1.875rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;-ms-text-decoration:underline dotted;-o-text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem;padding:.78125rem 1.5625rem;border-left:.25rem solid #e9ecef}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline;-webkit-text-decoration:underline;-moz-text-decoration:underline;-ms-text-decoration:underline;-o-text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em;color:#000;background-color:#f8f9fa;padding:.5rem;border:1px solid var(--bs-border-color, #dee2e6);border-radius:.25rem}pre code{background-color:rgba(0,0,0,0);font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);background-color:#f8f9fa;border-radius:.25rem;padding:.125rem .25rem;word-wrap:break-word}a>code{color:inherit}kbd{padding:.4rem .4rem;font-size:0.875em;color:#fff;background-color:#343a40;border-radius:.2em}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:rgba(52,58,64,.75);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:calc(1.28125rem + 0.375vw);font-weight:300}@media(min-width: 1200px){.lead{font-size:1.5625rem}}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:calc(1.28125rem + 0.375vw)}@media(min-width: 1200px){.blockquote{font-size:1.5625rem}}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:rgba(52,58,64,.75)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.grid{display:grid;grid-template-rows:repeat(var(--bs-rows, 1), 1fr);grid-template-columns:repeat(var(--bs-columns, 12), 1fr);gap:var(--bs-gap, 1.5rem)}.grid .g-col-1{grid-column:auto/span 1}.grid .g-col-2{grid-column:auto/span 2}.grid .g-col-3{grid-column:auto/span 3}.grid .g-col-4{grid-column:auto/span 4}.grid .g-col-5{grid-column:auto/span 5}.grid .g-col-6{grid-column:auto/span 6}.grid .g-col-7{grid-column:auto/span 7}.grid .g-col-8{grid-column:auto/span 8}.grid .g-col-9{grid-column:auto/span 9}.grid .g-col-10{grid-column:auto/span 10}.grid .g-col-11{grid-column:auto/span 11}.grid .g-col-12{grid-column:auto/span 12}.grid .g-start-1{grid-column-start:1}.grid .g-start-2{grid-column-start:2}.grid .g-start-3{grid-column-start:3}.grid .g-start-4{grid-column-start:4}.grid .g-start-5{grid-column-start:5}.grid .g-start-6{grid-column-start:6}.grid .g-start-7{grid-column-start:7}.grid .g-start-8{grid-column-start:8}.grid .g-start-9{grid-column-start:9}.grid .g-start-10{grid-column-start:10}.grid .g-start-11{grid-column-start:11}@media(min-width: 576px){.grid .g-col-sm-1{grid-column:auto/span 1}.grid .g-col-sm-2{grid-column:auto/span 2}.grid .g-col-sm-3{grid-column:auto/span 3}.grid .g-col-sm-4{grid-column:auto/span 4}.grid .g-col-sm-5{grid-column:auto/span 5}.grid .g-col-sm-6{grid-column:auto/span 6}.grid .g-col-sm-7{grid-column:auto/span 7}.grid .g-col-sm-8{grid-column:auto/span 8}.grid .g-col-sm-9{grid-column:auto/span 9}.grid .g-col-sm-10{grid-column:auto/span 10}.grid .g-col-sm-11{grid-column:auto/span 11}.grid .g-col-sm-12{grid-column:auto/span 12}.grid .g-start-sm-1{grid-column-start:1}.grid .g-start-sm-2{grid-column-start:2}.grid .g-start-sm-3{grid-column-start:3}.grid .g-start-sm-4{grid-column-start:4}.grid .g-start-sm-5{grid-column-start:5}.grid .g-start-sm-6{grid-column-start:6}.grid .g-start-sm-7{grid-column-start:7}.grid .g-start-sm-8{grid-column-start:8}.grid .g-start-sm-9{grid-column-start:9}.grid .g-start-sm-10{grid-column-start:10}.grid .g-start-sm-11{grid-column-start:11}}@media(min-width: 768px){.grid .g-col-md-1{grid-column:auto/span 1}.grid .g-col-md-2{grid-column:auto/span 2}.grid .g-col-md-3{grid-column:auto/span 3}.grid .g-col-md-4{grid-column:auto/span 4}.grid .g-col-md-5{grid-column:auto/span 5}.grid .g-col-md-6{grid-column:auto/span 6}.grid .g-col-md-7{grid-column:auto/span 7}.grid .g-col-md-8{grid-column:auto/span 8}.grid .g-col-md-9{grid-column:auto/span 9}.grid .g-col-md-10{grid-column:auto/span 10}.grid .g-col-md-11{grid-column:auto/span 11}.grid .g-col-md-12{grid-column:auto/span 12}.grid .g-start-md-1{grid-column-start:1}.grid .g-start-md-2{grid-column-start:2}.grid .g-start-md-3{grid-column-start:3}.grid .g-start-md-4{grid-column-start:4}.grid .g-start-md-5{grid-column-start:5}.grid .g-start-md-6{grid-column-start:6}.grid .g-start-md-7{grid-column-start:7}.grid .g-start-md-8{grid-column-start:8}.grid .g-start-md-9{grid-column-start:9}.grid .g-start-md-10{grid-column-start:10}.grid .g-start-md-11{grid-column-start:11}}@media(min-width: 992px){.grid .g-col-lg-1{grid-column:auto/span 1}.grid .g-col-lg-2{grid-column:auto/span 2}.grid .g-col-lg-3{grid-column:auto/span 3}.grid .g-col-lg-4{grid-column:auto/span 4}.grid .g-col-lg-5{grid-column:auto/span 5}.grid .g-col-lg-6{grid-column:auto/span 6}.grid .g-col-lg-7{grid-column:auto/span 7}.grid .g-col-lg-8{grid-column:auto/span 8}.grid .g-col-lg-9{grid-column:auto/span 9}.grid .g-col-lg-10{grid-column:auto/span 10}.grid .g-col-lg-11{grid-column:auto/span 11}.grid .g-col-lg-12{grid-column:auto/span 12}.grid .g-start-lg-1{grid-column-start:1}.grid .g-start-lg-2{grid-column-start:2}.grid .g-start-lg-3{grid-column-start:3}.grid .g-start-lg-4{grid-column-start:4}.grid .g-start-lg-5{grid-column-start:5}.grid .g-start-lg-6{grid-column-start:6}.grid .g-start-lg-7{grid-column-start:7}.grid .g-start-lg-8{grid-column-start:8}.grid .g-start-lg-9{grid-column-start:9}.grid .g-start-lg-10{grid-column-start:10}.grid .g-start-lg-11{grid-column-start:11}}@media(min-width: 1200px){.grid .g-col-xl-1{grid-column:auto/span 1}.grid .g-col-xl-2{grid-column:auto/span 2}.grid .g-col-xl-3{grid-column:auto/span 3}.grid .g-col-xl-4{grid-column:auto/span 4}.grid .g-col-xl-5{grid-column:auto/span 5}.grid .g-col-xl-6{grid-column:auto/span 6}.grid .g-col-xl-7{grid-column:auto/span 7}.grid .g-col-xl-8{grid-column:auto/span 8}.grid .g-col-xl-9{grid-column:auto/span 9}.grid .g-col-xl-10{grid-column:auto/span 10}.grid .g-col-xl-11{grid-column:auto/span 11}.grid .g-col-xl-12{grid-column:auto/span 12}.grid .g-start-xl-1{grid-column-start:1}.grid .g-start-xl-2{grid-column-start:2}.grid .g-start-xl-3{grid-column-start:3}.grid .g-start-xl-4{grid-column-start:4}.grid .g-start-xl-5{grid-column-start:5}.grid .g-start-xl-6{grid-column-start:6}.grid .g-start-xl-7{grid-column-start:7}.grid .g-start-xl-8{grid-column-start:8}.grid .g-start-xl-9{grid-column-start:9}.grid .g-start-xl-10{grid-column-start:10}.grid .g-start-xl-11{grid-column-start:11}}@media(min-width: 1400px){.grid .g-col-xxl-1{grid-column:auto/span 1}.grid .g-col-xxl-2{grid-column:auto/span 2}.grid .g-col-xxl-3{grid-column:auto/span 3}.grid .g-col-xxl-4{grid-column:auto/span 4}.grid .g-col-xxl-5{grid-column:auto/span 5}.grid .g-col-xxl-6{grid-column:auto/span 6}.grid .g-col-xxl-7{grid-column:auto/span 7}.grid .g-col-xxl-8{grid-column:auto/span 8}.grid .g-col-xxl-9{grid-column:auto/span 9}.grid .g-col-xxl-10{grid-column:auto/span 10}.grid .g-col-xxl-11{grid-column:auto/span 11}.grid .g-col-xxl-12{grid-column:auto/span 12}.grid .g-start-xxl-1{grid-column-start:1}.grid .g-start-xxl-2{grid-column-start:2}.grid .g-start-xxl-3{grid-column-start:3}.grid .g-start-xxl-4{grid-column-start:4}.grid .g-start-xxl-5{grid-column-start:5}.grid .g-start-xxl-6{grid-column-start:6}.grid .g-start-xxl-7{grid-column-start:7}.grid .g-start-xxl-8{grid-column-start:8}.grid .g-start-xxl-9{grid-column-start:9}.grid .g-start-xxl-10{grid-column-start:10}.grid .g-start-xxl-11{grid-column-start:11}}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: #343a40;--bs-table-bg: #fff;--bs-table-border-color: rgba(0, 0, 0, 0.1);--bs-table-accent-bg: transparent;--bs-table-striped-color: #343a40;--bs-table-striped-bg: rgba(0, 0, 0, 0.05);--bs-table-active-color: #343a40;--bs-table-active-bg: rgba(0, 0, 0, 0.1);--bs-table-hover-color: #343a40;--bs-table-hover-bg: rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(1px*2) solid #b2bac1}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #fff;--bs-table-bg: #42159d;--bs-table-border-color: #552ca7;--bs-table-striped-bg: #4b21a2;--bs-table-striped-color: #fff;--bs-table-active-bg: #552ca7;--bs-table-active-color: #fff;--bs-table-hover-bg: #5027a4;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #fff;--bs-table-bg: #adb5bd;--bs-table-border-color: #b5bcc4;--bs-table-striped-bg: #b1b9c0;--bs-table-striped-color: #fff;--bs-table-active-bg: #b5bcc4;--bs-table-active-color: #fff;--bs-table-hover-bg: #b3bbc2;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #fff;--bs-table-bg: #02b875;--bs-table-border-color: #1bbf83;--bs-table-striped-bg: #0fbc7c;--bs-table-striped-color: #fff;--bs-table-active-bg: #1bbf83;--bs-table-active-color: #fff;--bs-table-hover-bg: #15bd7f;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #fff;--bs-table-bg: #17a2b8;--bs-table-border-color: #2eabbf;--bs-table-striped-bg: #23a7bc;--bs-table-striped-color: #fff;--bs-table-active-bg: #2eabbf;--bs-table-active-color: #fff;--bs-table-hover-bg: #28a9bd;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #fff;--bs-table-bg: #fb9e07;--bs-table-border-color: #fba820;--bs-table-striped-bg: #fba313;--bs-table-striped-color: #fff;--bs-table-active-bg: #fba820;--bs-table-active-color: #fff;--bs-table-hover-bg: #fba51a;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #fff;--bs-table-bg: #cf4446;--bs-table-border-color: #d45759;--bs-table-striped-bg: #d14d4f;--bs-table-striped-color: #fff;--bs-table-active-bg: #d45759;--bs-table-active-color: #fff;--bs-table-hover-bg: #d35254;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: #dfe0e1;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #343a40;--bs-table-border-color: #484e53;--bs-table-striped-bg: #3e444a;--bs-table-striped-color: #fff;--bs-table-active-bg: #484e53;--bs-table-active-color: #fff;--bs-table-hover-bg: #43494e;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label,.shiny-input-container .control-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:calc(1.28125rem + 0.375vw)}@media(min-width: 1200px){.col-form-label-lg{font-size:1.5625rem}}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:1.09375rem}.form-text{margin-top:.25rem;font-size:0.875em;color:rgba(52,58,64,.75)}.form-control{display:block;width:100%;padding:.5rem 1.1rem;font-size:1.25rem;font-weight:400;line-height:1.5;color:#343a40;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.1);border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#343a40;background-color:#fff;border-color:#a18ace;outline:0;box-shadow:0 0 0 .25rem rgba(66,21,157,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:rgba(52,58,64,.75);opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.5rem 1.1rem;margin:-0.5rem -1.1rem;margin-inline-end:1.1rem;color:#343a40;background-color:#f8f9fa;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#e9ecef}.form-control-plaintext{display:block;width:100%;padding:.5rem 0;margin-bottom:0;line-height:1.5;color:#343a40;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(1px * 2));padding:.25rem .5rem;font-size:1.09375rem;border-radius:.2em}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(1px * 2));padding:.5rem 1rem;font-size:calc(1.28125rem + 0.375vw);border-radius:.5rem}@media(min-width: 1200px){.form-control-lg{font-size:1.5625rem}}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 1rem + calc(1px * 2))}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(1px * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(1px * 2))}.form-control-color{width:3rem;height:calc(1.5em + 1rem + calc(1px * 2));padding:.5rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:.25rem}.form-control-color::-webkit-color-swatch{border:0 !important;border-radius:.25rem}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + calc(1px * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(1px * 2))}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.5rem 3.3rem .5rem 1.1rem;font-size:1.25rem;font-weight:400;line-height:1.5;color:#343a40;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;background-color:#fff;background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right 1.1rem center;background-size:16px 12px;border:1px solid rgba(0,0,0,.1);border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#a18ace;outline:0;box-shadow:0 0 0 .25rem rgba(66,21,157,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:1.1rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #343a40}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:1.09375rem;border-radius:.2em}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:calc(1.28125rem + 0.375vw);border-radius:.5rem}@media(min-width: 1200px){.form-select-lg{font-size:1.5625rem}}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check,.shiny-input-container .checkbox,.shiny-input-container .radio{display:block;min-height:1.875rem;padding-left:0;margin-bottom:.125rem}.form-check .form-check-input,.form-check .shiny-input-container .checkbox input,.form-check .shiny-input-container .radio input,.shiny-input-container .checkbox .form-check-input,.shiny-input-container .checkbox .shiny-input-container .checkbox input,.shiny-input-container .checkbox .shiny-input-container .radio input,.shiny-input-container .radio .form-check-input,.shiny-input-container .radio .shiny-input-container .checkbox input,.shiny-input-container .radio .shiny-input-container .radio input{float:left;margin-left:0}.form-check-reverse{padding-right:0;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:0;margin-left:0}.form-check-input,.shiny-input-container .checkbox input,.shiny-input-container .checkbox-inline input,.shiny-input-container .radio input,.shiny-input-container .radio-inline input{--bs-form-check-bg: #fff;width:1em;height:1em;margin-top:.25em;vertical-align:top;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid #dee2e6;print-color-adjust:exact}.form-check-input[type=checkbox],.shiny-input-container .checkbox input[type=checkbox],.shiny-input-container .checkbox-inline input[type=checkbox],.shiny-input-container .radio input[type=checkbox],.shiny-input-container .radio-inline input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio],.shiny-input-container .checkbox input[type=radio],.shiny-input-container .checkbox-inline input[type=radio],.shiny-input-container .radio input[type=radio],.shiny-input-container .radio-inline input[type=radio]{border-radius:50%}.form-check-input:active,.shiny-input-container .checkbox input:active,.shiny-input-container .checkbox-inline input:active,.shiny-input-container .radio input:active,.shiny-input-container .radio-inline input:active{filter:brightness(90%)}.form-check-input:focus,.shiny-input-container .checkbox input:focus,.shiny-input-container .checkbox-inline input:focus,.shiny-input-container .radio input:focus,.shiny-input-container .radio-inline input:focus{border-color:#a18ace;outline:0;box-shadow:0 0 0 .25rem rgba(66,21,157,.25)}.form-check-input:checked,.shiny-input-container .checkbox input:checked,.shiny-input-container .checkbox-inline input:checked,.shiny-input-container .radio input:checked,.shiny-input-container .radio-inline input:checked{background-color:#42159d;border-color:#42159d}.form-check-input:checked[type=checkbox],.shiny-input-container .checkbox input:checked[type=checkbox],.shiny-input-container .checkbox-inline input:checked[type=checkbox],.shiny-input-container .radio input:checked[type=checkbox],.shiny-input-container .radio-inline input:checked[type=checkbox]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio],.shiny-input-container .checkbox input:checked[type=radio],.shiny-input-container .checkbox-inline input:checked[type=radio],.shiny-input-container .radio input:checked[type=radio],.shiny-input-container .radio-inline input:checked[type=radio]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate,.shiny-input-container .checkbox input[type=checkbox]:indeterminate,.shiny-input-container .checkbox-inline input[type=checkbox]:indeterminate,.shiny-input-container .radio input[type=checkbox]:indeterminate,.shiny-input-container .radio-inline input[type=checkbox]:indeterminate{background-color:#42159d;border-color:#42159d;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled,.shiny-input-container .checkbox input:disabled,.shiny-input-container .checkbox-inline input:disabled,.shiny-input-container .radio input:disabled,.shiny-input-container .radio-inline input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input[disabled]~span,.form-check-input:disabled~.form-check-label,.form-check-input:disabled~span,.shiny-input-container .checkbox input[disabled]~.form-check-label,.shiny-input-container .checkbox input[disabled]~span,.shiny-input-container .checkbox input:disabled~.form-check-label,.shiny-input-container .checkbox input:disabled~span,.shiny-input-container .checkbox-inline input[disabled]~.form-check-label,.shiny-input-container .checkbox-inline input[disabled]~span,.shiny-input-container .checkbox-inline input:disabled~.form-check-label,.shiny-input-container .checkbox-inline input:disabled~span,.shiny-input-container .radio input[disabled]~.form-check-label,.shiny-input-container .radio input[disabled]~span,.shiny-input-container .radio input:disabled~.form-check-label,.shiny-input-container .radio input:disabled~span,.shiny-input-container .radio-inline input[disabled]~.form-check-label,.shiny-input-container .radio-inline input[disabled]~span,.shiny-input-container .radio-inline input:disabled~.form-check-label,.shiny-input-container .radio-inline input:disabled~span{cursor:default;opacity:.5}.form-check-label,.shiny-input-container .checkbox label,.shiny-input-container .checkbox-inline label,.shiny-input-container .radio label,.shiny-input-container .radio-inline label{cursor:pointer}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a18ace'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;background-color:rgba(0,0,0,0)}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(66,21,157,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(66,21,157,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;background-color:#42159d;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#c6b9e2}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#f8f9fa;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;background-color:#42159d;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#c6b9e2}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#f8f9fa;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:rgba(52,58,64,.75)}.form-range:disabled::-moz-range-thumb{background-color:rgba(52,58,64,.75)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(1px * 2));min-height:calc(3.5rem + calc(1px * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem 1.1rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid rgba(0,0,0,0);transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem 1.1rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-control-plaintext~label::after,.form-floating>.form-select~label::after{position:absolute;inset:1rem .55rem;z-index:-1;height:1.5em;content:"";background-color:#fff;border-radius:.25rem}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.form-floating>:disabled~label::after,.form-floating>.form-control:disabled~label::after{background-color:#e9ecef}.input-group{position:relative;display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;align-items:stretch;-webkit-align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;-webkit-flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;padding:.5rem 1.1rem;font-size:1.25rem;font-weight:400;line-height:1.5;color:#343a40;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid rgba(0,0,0,.1);border-radius:.25rem}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:calc(1.28125rem + 0.375vw);border-radius:.5rem}@media(min-width: 1200px){.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{font-size:1.5625rem}}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:1.09375rem;border-radius:.2em}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:4.4rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(1px*-1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#02b875}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.6875rem;color:#fff;background-color:#02b875;border-radius:.25rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#02b875;padding-right:calc(1.5em + 1rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2302b875' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.25rem) center;background-size:calc(0.75em + 0.5rem) calc(0.75em + 0.5rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#02b875;box-shadow:0 0 0 .25rem rgba(2,184,117,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 1rem);background-position:top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#02b875}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2302b875' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:6.05rem;background-position:right 1.1rem center,center right 3.3rem;background-size:16px 12px,calc(0.75em + 0.5rem) calc(0.75em + 0.5rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#02b875;box-shadow:0 0 0 .25rem rgba(2,184,117,.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 1rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#02b875}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#02b875}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(2,184,117,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#02b875}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#cf4446}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.6875rem;color:#fff;background-color:#cf4446;border-radius:.25rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#cf4446;padding-right:calc(1.5em + 1rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23CF4446'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23CF4446' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.25rem) center;background-size:calc(0.75em + 0.5rem) calc(0.75em + 0.5rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#cf4446;box-shadow:0 0 0 .25rem rgba(207,68,70,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 1rem);background-position:top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#cf4446}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23CF4446'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23CF4446' stroke='none'/%3e%3c/svg%3e");padding-right:6.05rem;background-position:right 1.1rem center,center right 3.3rem;background-size:16px 12px,calc(0.75em + 0.5rem) calc(0.75em + 0.5rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#cf4446;box-shadow:0 0 0 .25rem rgba(207,68,70,.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 1rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#cf4446}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#cf4446}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(207,68,70,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#cf4446}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--bs-btn-padding-x: 1.1rem;--bs-btn-padding-y: 0.5rem;--bs-btn-font-family: Fira Sans Condensed, sans-serif;--bs-btn-font-size:0.875rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: #343a40;--bs-btn-bg: transparent;--bs-btn-border-width: 1px;--bs-btn-border-color: transparent;--bs-btn-border-radius: 1.078em;--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-default{--bs-btn-color: #fff;--bs-btn-bg: #adb5bd;--bs-btn-border-color: #adb5bd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #939aa1;--bs-btn-hover-border-color: #8a9197;--bs-btn-focus-shadow-rgb: 185, 192, 199;--bs-btn-active-color: #fff;--bs-btn-active-bg: #8a9197;--bs-btn-active-border-color: #82888e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #adb5bd;--bs-btn-disabled-border-color: #adb5bd}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #42159D;--bs-btn-border-color: #42159D;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #381285;--bs-btn-hover-border-color: #35117e;--bs-btn-focus-shadow-rgb: 94, 56, 172;--bs-btn-active-color: #fff;--bs-btn-active-bg: #35117e;--bs-btn-active-border-color: #321076;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #42159D;--bs-btn-disabled-border-color: #42159D}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #adb5bd;--bs-btn-border-color: #adb5bd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #939aa1;--bs-btn-hover-border-color: #8a9197;--bs-btn-focus-shadow-rgb: 185, 192, 199;--bs-btn-active-color: #fff;--bs-btn-active-bg: #8a9197;--bs-btn-active-border-color: #82888e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #adb5bd;--bs-btn-disabled-border-color: #adb5bd}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #02b875;--bs-btn-border-color: #02b875;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #029c63;--bs-btn-hover-border-color: #02935e;--bs-btn-focus-shadow-rgb: 40, 195, 138;--bs-btn-active-color: #fff;--bs-btn-active-bg: #02935e;--bs-btn-active-border-color: #028a58;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #02b875;--bs-btn-disabled-border-color: #02b875}.btn-info{--bs-btn-color: #fff;--bs-btn-bg: #17a2b8;--bs-btn-border-color: #17a2b8;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #148a9c;--bs-btn-hover-border-color: #128293;--bs-btn-focus-shadow-rgb: 58, 176, 195;--bs-btn-active-color: #fff;--bs-btn-active-bg: #128293;--bs-btn-active-border-color: #117a8a;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #17a2b8;--bs-btn-disabled-border-color: #17a2b8}.btn-warning{--bs-btn-color: #fff;--bs-btn-bg: #FB9E07;--bs-btn-border-color: #FB9E07;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #d58606;--bs-btn-hover-border-color: #c97e06;--bs-btn-focus-shadow-rgb: 252, 173, 44;--bs-btn-active-color: #fff;--bs-btn-active-bg: #c97e06;--bs-btn-active-border-color: #bc7705;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #FB9E07;--bs-btn-disabled-border-color: #FB9E07}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #CF4446;--bs-btn-border-color: #CF4446;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #b03a3c;--bs-btn-hover-border-color: #a63638;--bs-btn-focus-shadow-rgb: 214, 96, 98;--bs-btn-active-color: #fff;--bs-btn-active-bg: #a63638;--bs-btn-active-border-color: #9b3335;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #CF4446;--bs-btn-disabled-border-color: #CF4446}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #343a40;--bs-btn-border-color: #343a40;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #52585d;--bs-btn-hover-border-color: #484e53;--bs-btn-focus-shadow-rgb: 82, 88, 93;--bs-btn-active-color: #fff;--bs-btn-active-bg: #5d6166;--bs-btn-active-border-color: #484e53;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #343a40;--bs-btn-disabled-border-color: #343a40}.btn-outline-default{--bs-btn-color: #adb5bd;--bs-btn-border-color: #adb5bd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #adb5bd;--bs-btn-hover-border-color: #adb5bd;--bs-btn-focus-shadow-rgb: 173, 181, 189;--bs-btn-active-color: #fff;--bs-btn-active-bg: #adb5bd;--bs-btn-active-border-color: #adb5bd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #adb5bd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #adb5bd;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-primary{--bs-btn-color: #42159D;--bs-btn-border-color: #42159D;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #42159D;--bs-btn-hover-border-color: #42159D;--bs-btn-focus-shadow-rgb: 66, 21, 157;--bs-btn-active-color: #fff;--bs-btn-active-bg: #42159D;--bs-btn-active-border-color: #42159D;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #42159D;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #42159D;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #adb5bd;--bs-btn-border-color: #adb5bd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #adb5bd;--bs-btn-hover-border-color: #adb5bd;--bs-btn-focus-shadow-rgb: 173, 181, 189;--bs-btn-active-color: #fff;--bs-btn-active-bg: #adb5bd;--bs-btn-active-border-color: #adb5bd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #adb5bd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #adb5bd;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #02b875;--bs-btn-border-color: #02b875;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #02b875;--bs-btn-hover-border-color: #02b875;--bs-btn-focus-shadow-rgb: 2, 184, 117;--bs-btn-active-color: #fff;--bs-btn-active-bg: #02b875;--bs-btn-active-border-color: #02b875;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #02b875;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #02b875;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #17a2b8;--bs-btn-border-color: #17a2b8;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #17a2b8;--bs-btn-hover-border-color: #17a2b8;--bs-btn-focus-shadow-rgb: 23, 162, 184;--bs-btn-active-color: #fff;--bs-btn-active-bg: #17a2b8;--bs-btn-active-border-color: #17a2b8;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #17a2b8;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #17a2b8;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #FB9E07;--bs-btn-border-color: #FB9E07;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #FB9E07;--bs-btn-hover-border-color: #FB9E07;--bs-btn-focus-shadow-rgb: 251, 158, 7;--bs-btn-active-color: #fff;--bs-btn-active-bg: #FB9E07;--bs-btn-active-border-color: #FB9E07;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #FB9E07;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #FB9E07;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #CF4446;--bs-btn-border-color: #CF4446;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #CF4446;--bs-btn-hover-border-color: #CF4446;--bs-btn-focus-shadow-rgb: 207, 68, 70;--bs-btn-active-color: #fff;--bs-btn-active-bg: #CF4446;--bs-btn-active-border-color: #CF4446;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #CF4446;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #CF4446;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #343a40;--bs-btn-border-color: #343a40;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #343a40;--bs-btn-hover-border-color: #343a40;--bs-btn-focus-shadow-rgb: 52, 58, 64;--bs-btn-active-color: #fff;--bs-btn-active-bg: #343a40;--bs-btn-active-border-color: #343a40;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #343a40;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #343a40;--bs-btn-bg: transparent;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: #CF4446;--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: #FB9E07;--bs-btn-hover-border-color: transparent;--bs-btn-active-color: #FB9E07;--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 214, 96, 98;text-decoration:underline;-webkit-text-decoration:underline;-moz-text-decoration:underline;-ms-text-decoration:underline;-o-text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:calc(1.28125rem + 0.375vw);--bs-btn-border-radius: 2.688em}@media(min-width: 1200px){.btn-lg,.btn-group-lg>.btn{--bs-btn-font-size:1.5625rem}}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.688rem;--bs-btn-border-radius: 0.844em}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .2s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0.5rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size:1.25rem;--bs-dropdown-color: #343a40;--bs-dropdown-bg: #fff;--bs-dropdown-border-color: rgba(0, 0, 0, 0.175);--bs-dropdown-border-radius: 0.25rem;--bs-dropdown-border-width: 1px;--bs-dropdown-inner-border-radius: calc(0.25rem - 1px);--bs-dropdown-divider-bg: rgba(0, 0, 0, 0.175);--bs-dropdown-divider-margin-y: 0.5rem;--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-dropdown-link-color: #343a40;--bs-dropdown-link-hover-color: #343a40;--bs-dropdown-link-hover-bg: #f8f9fa;--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #42159D;--bs-dropdown-link-disabled-color: rgba(52, 58, 64, 0.5);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: 0.25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:1.09375rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: rgba(0, 0, 0, 0.175);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: rgba(0, 0, 0, 0.175);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #42159D;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto;-webkit-flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:flex-start;-webkit-justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:1.078em}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(1px*-1)}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.825rem;padding-left:.825rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;-webkit-flex-direction:column;align-items:flex-start;-webkit-align-items:flex-start;justify-content:center;-webkit-justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(1px*-1)}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: #CF4446;--bs-nav-link-hover-color: #FB9E07;--bs-nav-link-disabled-color: rgba(52, 58, 64, 0.75);display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(66,21,157,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: 1px;--bs-nav-tabs-border-color: #dee2e6;--bs-nav-tabs-border-radius: 0.25rem;--bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;--bs-nav-tabs-link-active-color: #000;--bs-nav-tabs-link-active-bg: #fff;--bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1*var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid rgba(0,0,0,0);border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1*var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: 0.25rem;--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #42159D}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: 0.125rem;--bs-nav-underline-link-active-color: #000;gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid rgba(0,0,0,0)}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;-webkit-flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;-webkit-flex-basis:0;flex-grow:1;-webkit-flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: 0.5rem;--bs-navbar-color: #fdfdfe;--bs-navbar-hover-color: rgba(255, 253, 253, 0.8);--bs-navbar-disabled-color: rgba(253, 253, 254, 0.75);--bs-navbar-active-color: #fffdfd;--bs-navbar-brand-padding-y: 0.265625rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.5625rem;--bs-navbar-brand-color: #fdfdfe;--bs-navbar-brand-hover-color: #fffdfd;--bs-navbar-nav-link-padding-x: 0.5rem;--bs-navbar-toggler-padding-y: 0.25;--bs-navbar-toggler-padding-x: 0;--bs-navbar-toggler-font-size: 1.5625rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fdfdfe' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(253, 253, 254, 0);--bs-navbar-toggler-border-radius: 1.078em;--bs-navbar-toggler-focus-width: 0.25rem;--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;position:relative;display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;display:-webkit-flex;flex-wrap:inherit;-webkit-flex-wrap:inherit;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;-webkit-flex-basis:100%;flex-grow:1;-webkit-flex-grow:1;align-items:center;-webkit-align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:rgba(0,0,0,0);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media(min-width: 576px){.navbar-expand-sm{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 768px){.navbar-expand-md{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 992px){.navbar-expand-lg{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1200px){.navbar-expand-xl{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: #fdfdfe;--bs-navbar-hover-color: rgba(255, 253, 253, 0.8);--bs-navbar-disabled-color: rgba(253, 253, 254, 0.75);--bs-navbar-active-color: #fffdfd;--bs-navbar-brand-color: #fdfdfe;--bs-navbar-brand-hover-color: #fffdfd;--bs-navbar-toggler-border-color: rgba(253, 253, 254, 0);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fdfdfe' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fdfdfe' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: 0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: 1px;--bs-card-border-color: rgba(0, 0, 0, 0.175);--bs-card-border-radius: 0.25rem;--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(0.25rem - 1px);--bs-card-cap-padding-y: 0.5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(52, 58, 64, 0.25);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: #fff;--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: 0.75rem;position:relative;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;-webkit-flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-0.5*var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-bottom:calc(-1*var(--bs-card-cap-padding-y));margin-left:calc(-0.5*var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-left:calc(-0.5*var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width: 576px){.card-group{display:flex;display:-webkit-flex;flex-flow:row wrap;-webkit-flex-flow:row wrap}.card-group>.card{flex:1 0 0%;-webkit-flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: #343a40;--bs-accordion-bg: #fff;--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;--bs-accordion-border-color: #dee2e6;--bs-accordion-border-width: 1px;--bs-accordion-border-radius: 0.25rem;--bs-accordion-inner-border-radius: calc(0.25rem - 1px);--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: #343a40;--bs-accordion-btn-bg: #fff;--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23343a40'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a083f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-focus-border-color: #a18ace;--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(66, 21, 157, 0.25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: #1a083f;--bs-accordion-active-bg: #d9d0eb}.accordion-button{position:relative;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1.25rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;-webkit-flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238e73c4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238e73c4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: rgba(52, 58, 64, 0.75);--bs-breadcrumb-item-padding-x: 0.5rem;--bs-breadcrumb-item-active-color: rgba(52, 58, 64, 0.75);display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, ">") /* rtl: var(--bs-breadcrumb-divider, ">") */}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: 0.75rem;--bs-pagination-padding-y: 0.375rem;--bs-pagination-font-size:1.25rem;--bs-pagination-color: #CF4446;--bs-pagination-bg: #fff;--bs-pagination-border-width: 1px;--bs-pagination-border-color: #dee2e6;--bs-pagination-border-radius: 0.25rem;--bs-pagination-hover-color: #FB9E07;--bs-pagination-hover-bg: #f8f9fa;--bs-pagination-hover-border-color: #dee2e6;--bs-pagination-focus-color: #FB9E07;--bs-pagination-focus-bg: #e9ecef;--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(66, 21, 157, 0.25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #42159D;--bs-pagination-active-border-color: #42159D;--bs-pagination-disabled-color: rgba(52, 58, 64, 0.75);--bs-pagination-disabled-bg: #e9ecef;--bs-pagination-disabled-border-color: #dee2e6;display:flex;display:-webkit-flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(1px*-1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: 0.75rem;--bs-pagination-font-size:calc(1.28125rem + 0.375vw);--bs-pagination-border-radius: 0.5rem}@media(min-width: 1200px){.pagination-lg{--bs-pagination-font-size:1.5625rem}}.pagination-sm{--bs-pagination-padding-x: 0.5rem;--bs-pagination-padding-y: 0.25rem;--bs-pagination-font-size:1.09375rem;--bs-pagination-border-radius: 0.2em}.badge{--bs-badge-padding-x: 1.2em;--bs-badge-padding-y: 0.6em;--bs-badge-font-size:0.75em;--bs-badge-font-weight: 400;--bs-badge-color: #fff;--bs-badge-border-radius: 0.25rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: 0 solid var(--bs-alert-border-color);--bs-alert-border-radius: 0.25rem;--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-default{--bs-alert-color: var(--bs-default-text-emphasis);--bs-alert-bg: var(--bs-default-bg-subtle);--bs-alert-border-color: var(--bs-default-border-subtle);--bs-alert-link-color: var(--bs-default-text-emphasis)}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color: var(--bs-secondary-text-emphasis);--bs-alert-bg: var(--bs-secondary-bg-subtle);--bs-alert-border-color: var(--bs-secondary-border-subtle);--bs-alert-link-color: var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color: var(--bs-info-text-emphasis);--bs-alert-bg: var(--bs-info-bg-subtle);--bs-alert-border-color: var(--bs-info-border-subtle);--bs-alert-link-color: var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color: var(--bs-warning-text-emphasis);--bs-alert-bg: var(--bs-warning-bg-subtle);--bs-alert-border-color: var(--bs-warning-border-subtle);--bs-alert-link-color: var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color: var(--bs-light-text-emphasis);--bs-alert-bg: var(--bs-light-bg-subtle);--bs-alert-border-color: var(--bs-light-border-subtle);--bs-alert-link-color: var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color: var(--bs-dark-text-emphasis);--bs-alert-bg: var(--bs-dark-bg-subtle);--bs-alert-border-color: var(--bs-dark-border-subtle);--bs-alert-link-color: var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size:0.9375rem;--bs-progress-bg: #e9ecef;--bs-progress-border-radius: 0.25rem;--bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #42159D;--bs-progress-bar-transition: width 0.6s ease;display:flex;display:-webkit-flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;justify-content:center;-webkit-justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: #343a40;--bs-list-group-bg: #fff;--bs-list-group-border-color: #dee2e6;--bs-list-group-border-width: 1px;--bs-list-group-border-radius: 0.25rem;--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: 0.5rem;--bs-list-group-action-color: rgba(52, 58, 64, 0.75);--bs-list-group-action-hover-color: #000;--bs-list-group-action-hover-bg: #f8f9fa;--bs-list-group-action-active-color: #343a40;--bs-list-group-action-active-bg: #e9ecef;--bs-list-group-disabled-color: rgba(52, 58, 64, 0.75);--bs-list-group-disabled-bg: #fff;--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #42159D;--bs-list-group-active-border-color: #42159D;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1*var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media(min-width: 576px){.list-group-horizontal-sm{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 992px){.list-group-horizontal-lg{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1200px){.list-group-horizontal-xl{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-default{--bs-list-group-color: var(--bs-default-text-emphasis);--bs-list-group-bg: var(--bs-default-bg-subtle);--bs-list-group-border-color: var(--bs-default-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-default-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-default-border-subtle);--bs-list-group-active-color: var(--bs-default-bg-subtle);--bs-list-group-active-bg: var(--bs-default-text-emphasis);--bs-list-group-active-border-color: var(--bs-default-text-emphasis)}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity: 0.5;--bs-btn-close-hover-opacity: 0.75;--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(66, 21, 157, 0.25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: 0.25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:rgba(0,0,0,0) var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{filter:var(--bs-btn-close-white-filter)}[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: 0.75rem;--bs-toast-padding-y: 0.5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg: rgba(255, 255, 255, 0.85);--bs-toast-border-width: 1px;--bs-toast-border-color: rgba(0, 0, 0, 0.175);--bs-toast-border-radius: 0.25rem;--bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-toast-header-color: rgba(52, 58, 64, 0.75);--bs-toast-header-bg: rgba(255, 255, 255, 0.85);--bs-toast-header-border-color: rgba(0, 0, 0, 0.175);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;width:-webkit-max-content;width:-moz-max-content;width:-ms-max-content;width:-o-max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-0.5*var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: 0.5rem;--bs-modal-color: ;--bs-modal-bg: #fff;--bs-modal-border-color: rgba(0, 0, 0, 0.175);--bs-modal-border-width: 1px;--bs-modal-border-radius: 0.5rem;--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-modal-inner-border-radius: calc(0.5rem - 1px);--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: #dee2e6;--bs-modal-header-border-width: 1px;--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: 0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: #dee2e6;--bs-modal-footer-border-width: 1px;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{position:relative;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: 0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;display:-webkit-flex;flex-shrink:0;-webkit-flex-shrink:0;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin:calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;-webkit-flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;display:-webkit-flex;flex-shrink:0;-webkit-flex-shrink:0;flex-wrap:wrap;-webkit-flex-wrap:wrap;align-items:center;-webkit-align-items:center;justify-content:flex-end;-webkit-justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media(min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media(min-width: 1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: 0.5rem;--bs-tooltip-padding-y: 0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.6875rem;--bs-tooltip-color: #fff;--bs-tooltip-bg: #000;--bs-tooltip-border-radius: 0.25rem;--bs-tooltip-opacity: 0.9;--bs-tooltip-arrow-width: 0.8rem;--bs-tooltip-arrow-height: 0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:Fira Sans Condensed,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size:1.09375rem;--bs-popover-bg: #fff;--bs-popover-border-width: 1px;--bs-popover-border-color: rgba(0, 0, 0, 0.175);--bs-popover-border-radius: 0.5rem;--bs-popover-inner-border-radius: calc(0.5rem - 1px);--bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: 0.5rem;--bs-popover-header-font-size:1.25rem;--bs-popover-header-color: inherit;--bs-popover-header-bg: #e9ecef;--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: #343a40;--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: 0.5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:Fira Sans Condensed,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:rgba(0,0,0,0);border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-0.5*var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y;-webkit-touch-action:pan-y;-moz-touch-action:pan-y;-ms-touch-action:pan-y;-o-touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;-webkit-flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-border-width: 0.25em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:rgba(0,0,0,0)}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: 0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: #343a40;--bs-offcanvas-bg: #fff;--bs-offcanvas-border-width: 1px;--bs-offcanvas-border-color: rgba(0, 0, 0, 0.175);--bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-offcanvas-transition: transform 0.3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}@media(max-width: 575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 575.98px)and (prefers-reduced-motion: reduce){.offcanvas-sm{transition:none}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media(min-width: 576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 767.98px)and (prefers-reduced-motion: reduce){.offcanvas-md{transition:none}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media(min-width: 768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 991.98px)and (prefers-reduced-motion: reduce){.offcanvas-lg{transition:none}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media(min-width: 992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce){.offcanvas-xl{transition:none}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media(min-width: 1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 1399.98px)and (prefers-reduced-motion: reduce){.offcanvas-xxl{transition:none}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media(min-width: 1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media(prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);margin-top:calc(-0.5*var(--bs-offcanvas-padding-y));margin-right:calc(-0.5*var(--bs-offcanvas-padding-x));margin-bottom:calc(-0.5*var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;-webkit-flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{mask-image:linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);-webkit-mask-image:linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);mask-size:200% 100%;-webkit-mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{mask-position:-200% 0%;-webkit-mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-default{color:#fff !important;background-color:RGBA(var(--bs-default-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#fff !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#fff !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.link-default{color:RGBA(var(--bs-default-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-default-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-default:hover,.link-default:focus{color:RGBA(138, 145, 151, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(138, 145, 151, var(--bs-link-underline-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(53, 17, 126, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(53, 17, 126, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(138, 145, 151, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(138, 145, 151, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(2, 147, 94, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(2, 147, 94, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(18, 130, 147, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(18, 130, 147, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(201, 126, 6, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(201, 126, 6, var(--bs-link-underline-opacity, 1)) !important}.link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-danger:hover,.link-danger:focus{color:RGBA(166, 54, 56, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(166, 54, 56, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(42, 46, 51, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(42, 46, 51, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;-webkit-align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:.25em;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;-webkit-flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;display:-webkit-flex;flex-direction:row;-webkit-flex-direction:row;align-items:center;-webkit-align-items:center;align-self:stretch;-webkit-align-self:stretch}.vstack{display:flex;display:-webkit-flex;flex:1 1 auto;-webkit-flex:1 1 auto;flex-direction:column;-webkit-flex-direction:column;align-self:stretch;-webkit-align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;-webkit-align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{box-shadow:none !important}.focus-ring-default{--bs-focus-ring-color: rgba(var(--bs-default-rgb), var(--bs-focus-ring-opacity))}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-default{--bs-border-opacity: 1;border-color:rgba(var(--bs-default-rgb), var(--bs-border-opacity)) !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.row-gap-0{row-gap:0 !important}.row-gap-1{row-gap:.25rem !important}.row-gap-2{row-gap:.5rem !important}.row-gap-3{row-gap:1rem !important}.row-gap-4{row-gap:1.5rem !important}.row-gap-5{row-gap:3rem !important}.column-gap-0{column-gap:0 !important}.column-gap-1{column-gap:.25rem !important}.column-gap-2{column-gap:.5rem !important}.column-gap-3{column-gap:1rem !important}.column-gap-4{column-gap:1.5rem !important}.column-gap-5{column-gap:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.43125rem + 2.175vw) !important}.fs-2{font-size:calc(1.35625rem + 1.275vw) !important}.fs-3{font-size:calc(1.3125rem + 0.75vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-default{--bs-text-opacity: 1;color:rgba(var(--bs-default-rgb), var(--bs-text-opacity)) !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:.125em !important}.link-offset-1-hover:hover{text-underline-offset:.125em !important}.link-offset-2{text-underline-offset:.25em !important}.link-offset-2-hover:hover{text-underline-offset:.25em !important}.link-offset-3{text-underline-offset:.375em !important}.link-offset-3-hover:hover{text-underline-offset:.375em !important}.link-underline-default{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-default-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-default{--bs-bg-opacity: 1;background-color:rgba(var(--bs-default-rgb), var(--bs-bg-opacity)) !important}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-1{row-gap:.25rem !important}.row-gap-sm-2{row-gap:.5rem !important}.row-gap-sm-3{row-gap:1rem !important}.row-gap-sm-4{row-gap:1.5rem !important}.row-gap-sm-5{row-gap:3rem !important}.column-gap-sm-0{column-gap:0 !important}.column-gap-sm-1{column-gap:.25rem !important}.column-gap-sm-2{column-gap:.5rem !important}.column-gap-sm-3{column-gap:1rem !important}.column-gap-sm-4{column-gap:1.5rem !important}.column-gap-sm-5{column-gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.row-gap-md-0{row-gap:0 !important}.row-gap-md-1{row-gap:.25rem !important}.row-gap-md-2{row-gap:.5rem !important}.row-gap-md-3{row-gap:1rem !important}.row-gap-md-4{row-gap:1.5rem !important}.row-gap-md-5{row-gap:3rem !important}.column-gap-md-0{column-gap:0 !important}.column-gap-md-1{column-gap:.25rem !important}.column-gap-md-2{column-gap:.5rem !important}.column-gap-md-3{column-gap:1rem !important}.column-gap-md-4{column-gap:1.5rem !important}.column-gap-md-5{column-gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-1{row-gap:.25rem !important}.row-gap-lg-2{row-gap:.5rem !important}.row-gap-lg-3{row-gap:1rem !important}.row-gap-lg-4{row-gap:1.5rem !important}.row-gap-lg-5{row-gap:3rem !important}.column-gap-lg-0{column-gap:0 !important}.column-gap-lg-1{column-gap:.25rem !important}.column-gap-lg-2{column-gap:.5rem !important}.column-gap-lg-3{column-gap:1rem !important}.column-gap-lg-4{column-gap:1.5rem !important}.column-gap-lg-5{column-gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.row-gap-xl-0{row-gap:0 !important}.row-gap-xl-1{row-gap:.25rem !important}.row-gap-xl-2{row-gap:.5rem !important}.row-gap-xl-3{row-gap:1rem !important}.row-gap-xl-4{row-gap:1.5rem !important}.row-gap-xl-5{row-gap:3rem !important}.column-gap-xl-0{column-gap:0 !important}.column-gap-xl-1{column-gap:.25rem !important}.column-gap-xl-2{column-gap:.5rem !important}.column-gap-xl-3{column-gap:1rem !important}.column-gap-xl-4{column-gap:1.5rem !important}.column-gap-xl-5{column-gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-inline-grid{display:inline-grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.row-gap-xxl-0{row-gap:0 !important}.row-gap-xxl-1{row-gap:.25rem !important}.row-gap-xxl-2{row-gap:.5rem !important}.row-gap-xxl-3{row-gap:1rem !important}.row-gap-xxl-4{row-gap:1.5rem !important}.row-gap-xxl-5{row-gap:3rem !important}.column-gap-xxl-0{column-gap:0 !important}.column-gap-xxl-1{column-gap:.25rem !important}.column-gap-xxl-2{column-gap:.5rem !important}.column-gap-xxl-3{column-gap:1rem !important}.column-gap-xxl-4{column-gap:1.5rem !important}.column-gap-xxl-5{column-gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}.bg-default{color:#fff}.bg-primary{color:#fff}.bg-secondary{color:#fff}.bg-success{color:#fff}.bg-info{color:#fff}.bg-warning{color:#fff}.bg-danger{color:#fff}.bg-light{color:#000}.bg-dark{color:#fff}@media(min-width: 1200px){.fs-1{font-size:3.0625rem !important}.fs-2{font-size:2.3125rem !important}.fs-3{font-size:1.875rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-inline-grid{display:inline-grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}:root{--bslib-spacer: 1rem;--bslib-mb-spacer: var(--bslib-spacer, 1rem)}.bslib-mb-spacing{margin-bottom:var(--bslib-mb-spacer)}.bslib-gap-spacing{gap:var(--bslib-mb-spacer)}.bslib-gap-spacing>.bslib-mb-spacing,.bslib-gap-spacing>.form-group,.bslib-gap-spacing>p,.bslib-gap-spacing>pre{margin-bottom:0}.html-fill-container>.html-fill-item.bslib-mb-spacing{margin-bottom:0}.tab-content>.tab-pane.html-fill-container{display:none}.tab-content>.active.html-fill-container{display:flex}.tab-content.html-fill-container{padding:0}.bg-blue{--bslib-color-bg: #42159D;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-blue{--bslib-color-fg: #42159D;color:var(--bslib-color-fg)}.bg-indigo{--bslib-color-bg: #771C6D;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-indigo{--bslib-color-fg: #771C6D;color:var(--bslib-color-fg)}.bg-purple{--bslib-color-bg: #480B6A;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-purple{--bslib-color-fg: #480B6A;color:var(--bslib-color-fg)}.bg-pink{--bslib-color-bg: #A52C60;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-pink{--bslib-color-fg: #A52C60;color:var(--bslib-color-fg)}.bg-red{--bslib-color-bg: #CF4446;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-red{--bslib-color-fg: #CF4446;color:var(--bslib-color-fg)}.bg-orange{--bslib-color-bg: #EE6A24;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-orange{--bslib-color-fg: #EE6A24;color:var(--bslib-color-fg)}.bg-yellow{--bslib-color-bg: #FB9E07;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-yellow{--bslib-color-fg: #FB9E07;color:var(--bslib-color-fg)}.bg-green{--bslib-color-bg: #02b875;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-green{--bslib-color-fg: #02b875;color:var(--bslib-color-fg)}.bg-teal{--bslib-color-bg: #20c997;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-teal{--bslib-color-fg: #20c997;color:var(--bslib-color-fg)}.bg-cyan{--bslib-color-bg: #17a2b8;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-cyan{--bslib-color-fg: #17a2b8;color:var(--bslib-color-fg)}.text-default{--bslib-color-fg: #adb5bd}.bg-default{--bslib-color-bg: #adb5bd;--bslib-color-fg: #fff}.text-primary{--bslib-color-fg: #42159D}.bg-primary{--bslib-color-bg: #42159D;--bslib-color-fg: #fff}.text-secondary{--bslib-color-fg: #adb5bd}.bg-secondary{--bslib-color-bg: #adb5bd;--bslib-color-fg: #fff}.text-success{--bslib-color-fg: #02b875}.bg-success{--bslib-color-bg: #02b875;--bslib-color-fg: #fff}.text-info{--bslib-color-fg: #17a2b8}.bg-info{--bslib-color-bg: #17a2b8;--bslib-color-fg: #fff}.text-warning{--bslib-color-fg: #FB9E07}.bg-warning{--bslib-color-bg: #FB9E07;--bslib-color-fg: #fff}.text-danger{--bslib-color-fg: #CF4446}.bg-danger{--bslib-color-bg: #CF4446;--bslib-color-fg: #fff}.text-light{--bslib-color-fg: #f8f9fa}.bg-light{--bslib-color-bg: #f8f9fa;--bslib-color-fg: #000}.text-dark{--bslib-color-fg: #343a40}.bg-dark{--bslib-color-bg: #343a40;--bslib-color-fg: #fff}.bg-gradient-blue-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #57188a;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #57188a;color:#fff}.bg-gradient-blue-purple{--bslib-color-fg: #fff;--bslib-color-bg: #441189;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #441189;color:#fff}.bg-gradient-blue-pink{--bslib-color-fg: #fff;--bslib-color-bg: #6a1e85;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #6a1e85;color:#fff}.bg-gradient-blue-red{--bslib-color-fg: #fff;--bslib-color-bg: #7a287a;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #7a287a;color:#fff}.bg-gradient-blue-orange{--bslib-color-fg: #fff;--bslib-color-bg: #87376d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #87376d;color:#fff}.bg-gradient-blue-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #8c4c61;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #8c4c61;color:#fff}.bg-gradient-blue-green{--bslib-color-fg: #fff;--bslib-color-bg: #28568d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #28568d;color:#fff}.bg-gradient-blue-teal{--bslib-color-fg: #fff;--bslib-color-bg: #345d9b;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #345d9b;color:#fff}.bg-gradient-blue-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #314da8;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #314da8;color:#fff}.bg-gradient-indigo-blue{--bslib-color-fg: #fff;--bslib-color-bg: #621980;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #621980;color:#fff}.bg-gradient-indigo-purple{--bslib-color-fg: #fff;--bslib-color-bg: #64156c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #64156c;color:#fff}.bg-gradient-indigo-pink{--bslib-color-fg: #fff;--bslib-color-bg: #892268;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #892268;color:#fff}.bg-gradient-indigo-red{--bslib-color-fg: #fff;--bslib-color-bg: #9a2c5d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #9a2c5d;color:#fff}.bg-gradient-indigo-orange{--bslib-color-fg: #fff;--bslib-color-bg: #a73b50;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #a73b50;color:#fff}.bg-gradient-indigo-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #ac5044;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #ac5044;color:#fff}.bg-gradient-indigo-green{--bslib-color-fg: #fff;--bslib-color-bg: #485a70;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #485a70;color:#fff}.bg-gradient-indigo-teal{--bslib-color-fg: #fff;--bslib-color-bg: #54617e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #54617e;color:#fff}.bg-gradient-indigo-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #51528b;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #51528b;color:#fff}.bg-gradient-purple-blue{--bslib-color-fg: #fff;--bslib-color-bg: #460f7e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #460f7e;color:#fff}.bg-gradient-purple-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #5b126b;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #5b126b;color:#fff}.bg-gradient-purple-pink{--bslib-color-fg: #fff;--bslib-color-bg: #6d1866;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #6d1866;color:#fff}.bg-gradient-purple-red{--bslib-color-fg: #fff;--bslib-color-bg: #7e225c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #7e225c;color:#fff}.bg-gradient-purple-orange{--bslib-color-fg: #fff;--bslib-color-bg: #8a314e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #8a314e;color:#fff}.bg-gradient-purple-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #904642;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #904642;color:#fff}.bg-gradient-purple-green{--bslib-color-fg: #fff;--bslib-color-bg: #2c506e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #2c506e;color:#fff}.bg-gradient-purple-teal{--bslib-color-fg: #fff;--bslib-color-bg: #38577c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #38577c;color:#fff}.bg-gradient-purple-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #344789;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #344789;color:#fff}.bg-gradient-pink-blue{--bslib-color-fg: #fff;--bslib-color-bg: #7d2378;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #7d2378;color:#fff}.bg-gradient-pink-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #932665;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #932665;color:#fff}.bg-gradient-pink-purple{--bslib-color-fg: #fff;--bslib-color-bg: #801f64;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #801f64;color:#fff}.bg-gradient-pink-red{--bslib-color-fg: #fff;--bslib-color-bg: #b63656;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #b63656;color:#fff}.bg-gradient-pink-orange{--bslib-color-fg: #fff;--bslib-color-bg: #c24548;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #c24548;color:#fff}.bg-gradient-pink-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #c75a3c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #c75a3c;color:#fff}.bg-gradient-pink-green{--bslib-color-fg: #fff;--bslib-color-bg: #646468;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #646468;color:#fff}.bg-gradient-pink-teal{--bslib-color-fg: #fff;--bslib-color-bg: #706b76;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #706b76;color:#fff}.bg-gradient-pink-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #6c5b83;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #6c5b83;color:#fff}.bg-gradient-red-blue{--bslib-color-fg: #fff;--bslib-color-bg: #973169;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #973169;color:#fff}.bg-gradient-red-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #ac3456;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #ac3456;color:#fff}.bg-gradient-red-purple{--bslib-color-fg: #fff;--bslib-color-bg: #992d54;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #992d54;color:#fff}.bg-gradient-red-pink{--bslib-color-fg: #fff;--bslib-color-bg: #be3a50;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #be3a50;color:#fff}.bg-gradient-red-orange{--bslib-color-fg: #fff;--bslib-color-bg: #db5338;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #db5338;color:#fff}.bg-gradient-red-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #e1682d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #e1682d;color:#fff}.bg-gradient-red-green{--bslib-color-fg: #fff;--bslib-color-bg: #7d7259;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #7d7259;color:#fff}.bg-gradient-red-teal{--bslib-color-fg: #fff;--bslib-color-bg: #897966;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #897966;color:#fff}.bg-gradient-red-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #856a74;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #856a74;color:#fff}.bg-gradient-orange-blue{--bslib-color-fg: #fff;--bslib-color-bg: #a94854;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #a94854;color:#fff}.bg-gradient-orange-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #be4b41;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #be4b41;color:#fff}.bg-gradient-orange-purple{--bslib-color-fg: #fff;--bslib-color-bg: #ac4440;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #ac4440;color:#fff}.bg-gradient-orange-pink{--bslib-color-fg: #fff;--bslib-color-bg: #d1513c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #d1513c;color:#fff}.bg-gradient-orange-red{--bslib-color-fg: #fff;--bslib-color-bg: #e25b32;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #e25b32;color:#fff}.bg-gradient-orange-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #f37f18;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #f37f18;color:#fff}.bg-gradient-orange-green{--bslib-color-fg: #fff;--bslib-color-bg: #908944;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #908944;color:#fff}.bg-gradient-orange-teal{--bslib-color-fg: #fff;--bslib-color-bg: #9c9052;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #9c9052;color:#fff}.bg-gradient-orange-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #98805f;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #98805f;color:#fff}.bg-gradient-yellow-blue{--bslib-color-fg: #fff;--bslib-color-bg: #b16743;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #b16743;color:#fff}.bg-gradient-yellow-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #c66a30;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #c66a30;color:#fff}.bg-gradient-yellow-purple{--bslib-color-fg: #fff;--bslib-color-bg: #b3632f;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #b3632f;color:#fff}.bg-gradient-yellow-pink{--bslib-color-fg: #fff;--bslib-color-bg: #d9702b;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #d9702b;color:#fff}.bg-gradient-yellow-red{--bslib-color-fg: #fff;--bslib-color-bg: #e97a20;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #e97a20;color:#fff}.bg-gradient-yellow-orange{--bslib-color-fg: #fff;--bslib-color-bg: #f68913;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #f68913;color:#fff}.bg-gradient-yellow-green{--bslib-color-fg: #fff;--bslib-color-bg: #97a833;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #97a833;color:#fff}.bg-gradient-yellow-teal{--bslib-color-fg: #fff;--bslib-color-bg: #a3af41;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #a3af41;color:#fff}.bg-gradient-yellow-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #a0a04e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #a0a04e;color:#fff}.bg-gradient-green-blue{--bslib-color-fg: #fff;--bslib-color-bg: #1c7785;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #1c7785;color:#fff}.bg-gradient-green-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #317a72;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #317a72;color:#fff}.bg-gradient-green-purple{--bslib-color-fg: #fff;--bslib-color-bg: #1e7371;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #1e7371;color:#fff}.bg-gradient-green-pink{--bslib-color-fg: #fff;--bslib-color-bg: #43806d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #43806d;color:#fff}.bg-gradient-green-red{--bslib-color-fg: #fff;--bslib-color-bg: #548a62;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #548a62;color:#fff}.bg-gradient-green-orange{--bslib-color-fg: #fff;--bslib-color-bg: #609955;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #609955;color:#fff}.bg-gradient-green-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #66ae49;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #66ae49;color:#fff}.bg-gradient-green-teal{--bslib-color-fg: #fff;--bslib-color-bg: #0ebf83;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #0ebf83;color:#fff}.bg-gradient-green-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #0aaf90;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #0aaf90;color:#fff}.bg-gradient-teal-blue{--bslib-color-fg: #fff;--bslib-color-bg: #2e8199;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #2e8199;color:#fff}.bg-gradient-teal-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #438486;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #438486;color:#fff}.bg-gradient-teal-purple{--bslib-color-fg: #fff;--bslib-color-bg: #307d85;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #307d85;color:#fff}.bg-gradient-teal-pink{--bslib-color-fg: #fff;--bslib-color-bg: #558a81;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #558a81;color:#fff}.bg-gradient-teal-red{--bslib-color-fg: #fff;--bslib-color-bg: #669477;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #669477;color:#fff}.bg-gradient-teal-orange{--bslib-color-fg: #fff;--bslib-color-bg: #72a369;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #72a369;color:#fff}.bg-gradient-teal-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #78b85d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #78b85d;color:#fff}.bg-gradient-teal-green{--bslib-color-fg: #fff;--bslib-color-bg: #14c289;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #14c289;color:#fff}.bg-gradient-teal-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #1cb9a4;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #1cb9a4;color:#fff}.bg-gradient-cyan-blue{--bslib-color-fg: #fff;--bslib-color-bg: #286aad;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #286aad;color:#fff}.bg-gradient-cyan-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #3d6c9a;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #3d6c9a;color:#fff}.bg-gradient-cyan-purple{--bslib-color-fg: #fff;--bslib-color-bg: #2b6699;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #2b6699;color:#fff}.bg-gradient-cyan-pink{--bslib-color-fg: #fff;--bslib-color-bg: #507395;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #507395;color:#fff}.bg-gradient-cyan-red{--bslib-color-fg: #fff;--bslib-color-bg: #617c8a;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #617c8a;color:#fff}.bg-gradient-cyan-orange{--bslib-color-fg: #fff;--bslib-color-bg: #6d8c7d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #6d8c7d;color:#fff}.bg-gradient-cyan-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #72a071;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #72a071;color:#fff}.bg-gradient-cyan-green{--bslib-color-fg: #fff;--bslib-color-bg: #0fab9d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #0fab9d;color:#fff}.bg-gradient-cyan-teal{--bslib-color-fg: #fff;--bslib-color-bg: #1bb2ab;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #1bb2ab;color:#fff}.tab-content>.tab-pane.html-fill-container{display:none}.tab-content>.active.html-fill-container{display:flex}.tab-content.html-fill-container{padding:0}:root{--bslib-spacer: 1rem;--bslib-mb-spacer: var(--bslib-spacer, 1rem)}.bslib-mb-spacing{margin-bottom:var(--bslib-mb-spacer)}.bslib-gap-spacing{gap:var(--bslib-mb-spacer)}.bslib-gap-spacing>.bslib-mb-spacing,.bslib-gap-spacing>.form-group,.bslib-gap-spacing>p,.bslib-gap-spacing>pre{margin-bottom:0}.html-fill-container>.html-fill-item.bslib-mb-spacing{margin-bottom:0}.bg-blue{--bslib-color-bg: #42159D;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-blue{--bslib-color-fg: #42159D;color:var(--bslib-color-fg)}.bg-indigo{--bslib-color-bg: #771C6D;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-indigo{--bslib-color-fg: #771C6D;color:var(--bslib-color-fg)}.bg-purple{--bslib-color-bg: #480B6A;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-purple{--bslib-color-fg: #480B6A;color:var(--bslib-color-fg)}.bg-pink{--bslib-color-bg: #A52C60;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-pink{--bslib-color-fg: #A52C60;color:var(--bslib-color-fg)}.bg-red{--bslib-color-bg: #CF4446;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-red{--bslib-color-fg: #CF4446;color:var(--bslib-color-fg)}.bg-orange{--bslib-color-bg: #EE6A24;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-orange{--bslib-color-fg: #EE6A24;color:var(--bslib-color-fg)}.bg-yellow{--bslib-color-bg: #FB9E07;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-yellow{--bslib-color-fg: #FB9E07;color:var(--bslib-color-fg)}.bg-green{--bslib-color-bg: #02b875;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-green{--bslib-color-fg: #02b875;color:var(--bslib-color-fg)}.bg-teal{--bslib-color-bg: #20c997;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-teal{--bslib-color-fg: #20c997;color:var(--bslib-color-fg)}.bg-cyan{--bslib-color-bg: #17a2b8;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-cyan{--bslib-color-fg: #17a2b8;color:var(--bslib-color-fg)}.text-default{--bslib-color-fg: #adb5bd}.bg-default{--bslib-color-bg: #adb5bd;--bslib-color-fg: #fff}.text-primary{--bslib-color-fg: #42159D}.bg-primary{--bslib-color-bg: #42159D;--bslib-color-fg: #fff}.text-secondary{--bslib-color-fg: #adb5bd}.bg-secondary{--bslib-color-bg: #adb5bd;--bslib-color-fg: #fff}.text-success{--bslib-color-fg: #02b875}.bg-success{--bslib-color-bg: #02b875;--bslib-color-fg: #fff}.text-info{--bslib-color-fg: #17a2b8}.bg-info{--bslib-color-bg: #17a2b8;--bslib-color-fg: #fff}.text-warning{--bslib-color-fg: #FB9E07}.bg-warning{--bslib-color-bg: #FB9E07;--bslib-color-fg: #fff}.text-danger{--bslib-color-fg: #CF4446}.bg-danger{--bslib-color-bg: #CF4446;--bslib-color-fg: #fff}.text-light{--bslib-color-fg: #f8f9fa}.bg-light{--bslib-color-bg: #f8f9fa;--bslib-color-fg: #000}.text-dark{--bslib-color-fg: #343a40}.bg-dark{--bslib-color-bg: #343a40;--bslib-color-fg: #fff}.bg-gradient-blue-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #57188a;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #57188a;color:#fff}.bg-gradient-blue-purple{--bslib-color-fg: #fff;--bslib-color-bg: #441189;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #441189;color:#fff}.bg-gradient-blue-pink{--bslib-color-fg: #fff;--bslib-color-bg: #6a1e85;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #6a1e85;color:#fff}.bg-gradient-blue-red{--bslib-color-fg: #fff;--bslib-color-bg: #7a287a;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #7a287a;color:#fff}.bg-gradient-blue-orange{--bslib-color-fg: #fff;--bslib-color-bg: #87376d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #87376d;color:#fff}.bg-gradient-blue-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #8c4c61;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #8c4c61;color:#fff}.bg-gradient-blue-green{--bslib-color-fg: #fff;--bslib-color-bg: #28568d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #28568d;color:#fff}.bg-gradient-blue-teal{--bslib-color-fg: #fff;--bslib-color-bg: #345d9b;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #345d9b;color:#fff}.bg-gradient-blue-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #314da8;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #314da8;color:#fff}.bg-gradient-indigo-blue{--bslib-color-fg: #fff;--bslib-color-bg: #621980;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #621980;color:#fff}.bg-gradient-indigo-purple{--bslib-color-fg: #fff;--bslib-color-bg: #64156c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #64156c;color:#fff}.bg-gradient-indigo-pink{--bslib-color-fg: #fff;--bslib-color-bg: #892268;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #892268;color:#fff}.bg-gradient-indigo-red{--bslib-color-fg: #fff;--bslib-color-bg: #9a2c5d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #9a2c5d;color:#fff}.bg-gradient-indigo-orange{--bslib-color-fg: #fff;--bslib-color-bg: #a73b50;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #a73b50;color:#fff}.bg-gradient-indigo-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #ac5044;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #ac5044;color:#fff}.bg-gradient-indigo-green{--bslib-color-fg: #fff;--bslib-color-bg: #485a70;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #485a70;color:#fff}.bg-gradient-indigo-teal{--bslib-color-fg: #fff;--bslib-color-bg: #54617e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #54617e;color:#fff}.bg-gradient-indigo-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #51528b;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #51528b;color:#fff}.bg-gradient-purple-blue{--bslib-color-fg: #fff;--bslib-color-bg: #460f7e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #460f7e;color:#fff}.bg-gradient-purple-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #5b126b;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #5b126b;color:#fff}.bg-gradient-purple-pink{--bslib-color-fg: #fff;--bslib-color-bg: #6d1866;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #6d1866;color:#fff}.bg-gradient-purple-red{--bslib-color-fg: #fff;--bslib-color-bg: #7e225c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #7e225c;color:#fff}.bg-gradient-purple-orange{--bslib-color-fg: #fff;--bslib-color-bg: #8a314e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #8a314e;color:#fff}.bg-gradient-purple-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #904642;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #904642;color:#fff}.bg-gradient-purple-green{--bslib-color-fg: #fff;--bslib-color-bg: #2c506e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #2c506e;color:#fff}.bg-gradient-purple-teal{--bslib-color-fg: #fff;--bslib-color-bg: #38577c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #38577c;color:#fff}.bg-gradient-purple-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #344789;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #344789;color:#fff}.bg-gradient-pink-blue{--bslib-color-fg: #fff;--bslib-color-bg: #7d2378;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #7d2378;color:#fff}.bg-gradient-pink-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #932665;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #932665;color:#fff}.bg-gradient-pink-purple{--bslib-color-fg: #fff;--bslib-color-bg: #801f64;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #801f64;color:#fff}.bg-gradient-pink-red{--bslib-color-fg: #fff;--bslib-color-bg: #b63656;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #b63656;color:#fff}.bg-gradient-pink-orange{--bslib-color-fg: #fff;--bslib-color-bg: #c24548;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #c24548;color:#fff}.bg-gradient-pink-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #c75a3c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #c75a3c;color:#fff}.bg-gradient-pink-green{--bslib-color-fg: #fff;--bslib-color-bg: #646468;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #646468;color:#fff}.bg-gradient-pink-teal{--bslib-color-fg: #fff;--bslib-color-bg: #706b76;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #706b76;color:#fff}.bg-gradient-pink-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #6c5b83;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #6c5b83;color:#fff}.bg-gradient-red-blue{--bslib-color-fg: #fff;--bslib-color-bg: #973169;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #973169;color:#fff}.bg-gradient-red-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #ac3456;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #ac3456;color:#fff}.bg-gradient-red-purple{--bslib-color-fg: #fff;--bslib-color-bg: #992d54;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #992d54;color:#fff}.bg-gradient-red-pink{--bslib-color-fg: #fff;--bslib-color-bg: #be3a50;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #be3a50;color:#fff}.bg-gradient-red-orange{--bslib-color-fg: #fff;--bslib-color-bg: #db5338;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #db5338;color:#fff}.bg-gradient-red-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #e1682d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #e1682d;color:#fff}.bg-gradient-red-green{--bslib-color-fg: #fff;--bslib-color-bg: #7d7259;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #7d7259;color:#fff}.bg-gradient-red-teal{--bslib-color-fg: #fff;--bslib-color-bg: #897966;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #897966;color:#fff}.bg-gradient-red-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #856a74;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #856a74;color:#fff}.bg-gradient-orange-blue{--bslib-color-fg: #fff;--bslib-color-bg: #a94854;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #a94854;color:#fff}.bg-gradient-orange-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #be4b41;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #be4b41;color:#fff}.bg-gradient-orange-purple{--bslib-color-fg: #fff;--bslib-color-bg: #ac4440;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #ac4440;color:#fff}.bg-gradient-orange-pink{--bslib-color-fg: #fff;--bslib-color-bg: #d1513c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #d1513c;color:#fff}.bg-gradient-orange-red{--bslib-color-fg: #fff;--bslib-color-bg: #e25b32;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #e25b32;color:#fff}.bg-gradient-orange-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #f37f18;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #f37f18;color:#fff}.bg-gradient-orange-green{--bslib-color-fg: #fff;--bslib-color-bg: #908944;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #908944;color:#fff}.bg-gradient-orange-teal{--bslib-color-fg: #fff;--bslib-color-bg: #9c9052;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #9c9052;color:#fff}.bg-gradient-orange-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #98805f;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #98805f;color:#fff}.bg-gradient-yellow-blue{--bslib-color-fg: #fff;--bslib-color-bg: #b16743;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #b16743;color:#fff}.bg-gradient-yellow-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #c66a30;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #c66a30;color:#fff}.bg-gradient-yellow-purple{--bslib-color-fg: #fff;--bslib-color-bg: #b3632f;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #b3632f;color:#fff}.bg-gradient-yellow-pink{--bslib-color-fg: #fff;--bslib-color-bg: #d9702b;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #d9702b;color:#fff}.bg-gradient-yellow-red{--bslib-color-fg: #fff;--bslib-color-bg: #e97a20;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #e97a20;color:#fff}.bg-gradient-yellow-orange{--bslib-color-fg: #fff;--bslib-color-bg: #f68913;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #f68913;color:#fff}.bg-gradient-yellow-green{--bslib-color-fg: #fff;--bslib-color-bg: #97a833;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #97a833;color:#fff}.bg-gradient-yellow-teal{--bslib-color-fg: #fff;--bslib-color-bg: #a3af41;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #a3af41;color:#fff}.bg-gradient-yellow-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #a0a04e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #a0a04e;color:#fff}.bg-gradient-green-blue{--bslib-color-fg: #fff;--bslib-color-bg: #1c7785;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #1c7785;color:#fff}.bg-gradient-green-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #317a72;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #317a72;color:#fff}.bg-gradient-green-purple{--bslib-color-fg: #fff;--bslib-color-bg: #1e7371;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #1e7371;color:#fff}.bg-gradient-green-pink{--bslib-color-fg: #fff;--bslib-color-bg: #43806d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #43806d;color:#fff}.bg-gradient-green-red{--bslib-color-fg: #fff;--bslib-color-bg: #548a62;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #548a62;color:#fff}.bg-gradient-green-orange{--bslib-color-fg: #fff;--bslib-color-bg: #609955;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #609955;color:#fff}.bg-gradient-green-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #66ae49;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #66ae49;color:#fff}.bg-gradient-green-teal{--bslib-color-fg: #fff;--bslib-color-bg: #0ebf83;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #0ebf83;color:#fff}.bg-gradient-green-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #0aaf90;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #0aaf90;color:#fff}.bg-gradient-teal-blue{--bslib-color-fg: #fff;--bslib-color-bg: #2e8199;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #2e8199;color:#fff}.bg-gradient-teal-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #438486;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #438486;color:#fff}.bg-gradient-teal-purple{--bslib-color-fg: #fff;--bslib-color-bg: #307d85;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #307d85;color:#fff}.bg-gradient-teal-pink{--bslib-color-fg: #fff;--bslib-color-bg: #558a81;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #558a81;color:#fff}.bg-gradient-teal-red{--bslib-color-fg: #fff;--bslib-color-bg: #669477;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #669477;color:#fff}.bg-gradient-teal-orange{--bslib-color-fg: #fff;--bslib-color-bg: #72a369;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #72a369;color:#fff}.bg-gradient-teal-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #78b85d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #78b85d;color:#fff}.bg-gradient-teal-green{--bslib-color-fg: #fff;--bslib-color-bg: #14c289;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #14c289;color:#fff}.bg-gradient-teal-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #1cb9a4;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #1cb9a4;color:#fff}.bg-gradient-cyan-blue{--bslib-color-fg: #fff;--bslib-color-bg: #286aad;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #286aad;color:#fff}.bg-gradient-cyan-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #3d6c9a;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #3d6c9a;color:#fff}.bg-gradient-cyan-purple{--bslib-color-fg: #fff;--bslib-color-bg: #2b6699;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #2b6699;color:#fff}.bg-gradient-cyan-pink{--bslib-color-fg: #fff;--bslib-color-bg: #507395;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #507395;color:#fff}.bg-gradient-cyan-red{--bslib-color-fg: #fff;--bslib-color-bg: #617c8a;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #617c8a;color:#fff}.bg-gradient-cyan-orange{--bslib-color-fg: #fff;--bslib-color-bg: #6d8c7d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #6d8c7d;color:#fff}.bg-gradient-cyan-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #72a071;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #72a071;color:#fff}.bg-gradient-cyan-green{--bslib-color-fg: #fff;--bslib-color-bg: #0fab9d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #0fab9d;color:#fff}.bg-gradient-cyan-teal{--bslib-color-fg: #fff;--bslib-color-bg: #1bb2ab;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #1bb2ab;color:#fff}:root{--bslib-value-box-shadow: none;--bslib-value-box-border-width-auto-yes: var(--bslib-value-box-border-width-baseline);--bslib-value-box-border-width-auto-no: 0;--bslib-value-box-border-width-baseline: 1px}.bslib-value-box{border-width:var(--bslib-value-box-border-width-auto-no, var(--bslib-value-box-border-width-baseline));container-name:bslib-value-box;container-type:inline-size}.bslib-value-box.card{box-shadow:var(--bslib-value-box-shadow)}.bslib-value-box.border-auto{border-width:var(--bslib-value-box-border-width-auto-yes, var(--bslib-value-box-border-width-baseline))}.bslib-value-box.default{--bslib-value-box-bg-default: var(--bs-card-bg, #fff);--bslib-value-box-border-color-default: var(--bs-card-border-color, rgba(0, 0, 0, 0.175));color:var(--bslib-value-box-color);background-color:var(--bslib-value-box-bg, var(--bslib-value-box-bg-default));border-color:var(--bslib-value-box-border-color, var(--bslib-value-box-border-color-default))}.bslib-value-box .value-box-grid{display:grid;grid-template-areas:"left right";align-items:center;overflow:hidden}.bslib-value-box .value-box-showcase{height:100%;max-height:var(---bslib-value-box-showcase-max-h, 100%)}.bslib-value-box .value-box-showcase,.bslib-value-box .value-box-showcase>.html-fill-item{width:100%}.bslib-value-box[data-full-screen=true] .value-box-showcase{max-height:var(---bslib-value-box-showcase-max-h-fs, 100%)}@media screen and (min-width: 575.98px){@container bslib-value-box (max-width: 300px){.bslib-value-box:not(.showcase-bottom) .value-box-grid{grid-template-columns:1fr !important;grid-template-rows:auto auto;grid-template-areas:"top" "bottom"}.bslib-value-box:not(.showcase-bottom) .value-box-grid .value-box-showcase{grid-area:top !important}.bslib-value-box:not(.showcase-bottom) .value-box-grid .value-box-area{grid-area:bottom !important;justify-content:end}}}.bslib-value-box .value-box-area{justify-content:center;padding:1.5rem 1rem;font-size:.9rem;font-weight:500}.bslib-value-box .value-box-area *{margin-bottom:0;margin-top:0}.bslib-value-box .value-box-title{font-size:1rem;margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2}.bslib-value-box .value-box-title:empty::after{content:" "}.bslib-value-box .value-box-value{font-size:calc(1.35625rem + 1.275vw);margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2}@media(min-width: 1200px){.bslib-value-box .value-box-value{font-size:2.3125rem}}.bslib-value-box .value-box-value:empty::after{content:" "}.bslib-value-box .value-box-showcase{align-items:center;justify-content:center;margin-top:auto;margin-bottom:auto;padding:1rem}.bslib-value-box .value-box-showcase .bi,.bslib-value-box .value-box-showcase .fa,.bslib-value-box .value-box-showcase .fab,.bslib-value-box .value-box-showcase .fas,.bslib-value-box .value-box-showcase .far{opacity:.85;min-width:50px;max-width:125%}.bslib-value-box .value-box-showcase .bi,.bslib-value-box .value-box-showcase .fa,.bslib-value-box .value-box-showcase .fab,.bslib-value-box .value-box-showcase .fas,.bslib-value-box .value-box-showcase .far{font-size:4rem}.bslib-value-box.showcase-top-right .value-box-grid{grid-template-columns:1fr var(---bslib-value-box-showcase-w, 50%)}.bslib-value-box.showcase-top-right .value-box-grid .value-box-showcase{grid-area:right;margin-left:auto;align-self:start;align-items:end;padding-left:0;padding-bottom:0}.bslib-value-box.showcase-top-right .value-box-grid .value-box-area{grid-area:left;align-self:end}.bslib-value-box.showcase-top-right[data-full-screen=true] .value-box-grid{grid-template-columns:auto var(---bslib-value-box-showcase-w-fs, 1fr)}.bslib-value-box.showcase-top-right[data-full-screen=true] .value-box-grid>div{align-self:center}.bslib-value-box.showcase-top-right:not([data-full-screen=true]) .value-box-showcase{margin-top:0}@container bslib-value-box (max-width: 300px){.bslib-value-box.showcase-top-right:not([data-full-screen=true]) .value-box-grid .value-box-showcase{padding-left:1rem}}.bslib-value-box.showcase-left-center .value-box-grid{grid-template-columns:var(---bslib-value-box-showcase-w, 30%) auto}.bslib-value-box.showcase-left-center[data-full-screen=true] .value-box-grid{grid-template-columns:var(---bslib-value-box-showcase-w-fs, 1fr) auto}.bslib-value-box.showcase-left-center:not([data-fill-screen=true]) .value-box-grid .value-box-showcase{grid-area:left}.bslib-value-box.showcase-left-center:not([data-fill-screen=true]) .value-box-grid .value-box-area{grid-area:right}.bslib-value-box.showcase-bottom .value-box-grid{grid-template-columns:1fr;grid-template-rows:1fr var(---bslib-value-box-showcase-h, auto);grid-template-areas:"top" "bottom";overflow:hidden}.bslib-value-box.showcase-bottom .value-box-grid .value-box-showcase{grid-area:bottom;padding:0;margin:0}.bslib-value-box.showcase-bottom .value-box-grid .value-box-area{grid-area:top}.bslib-value-box.showcase-bottom[data-full-screen=true] .value-box-grid{grid-template-rows:1fr var(---bslib-value-box-showcase-h-fs, 2fr)}.bslib-value-box.showcase-bottom[data-full-screen=true] .value-box-grid .value-box-showcase{padding:1rem}[data-bs-theme=dark] .bslib-value-box{--bslib-value-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 50%)}@media(min-width: 576px){.nav:not(.nav-hidden){display:flex !important;display:-webkit-flex !important}.nav:not(.nav-hidden):not(.nav-stacked):not(.flex-column){float:none !important}.nav:not(.nav-hidden):not(.nav-stacked):not(.flex-column)>.bslib-nav-spacer{margin-left:auto !important}.nav:not(.nav-hidden):not(.nav-stacked):not(.flex-column)>.form-inline{margin-top:auto;margin-bottom:auto}.nav:not(.nav-hidden).nav-stacked{flex-direction:column;-webkit-flex-direction:column;height:100%}.nav:not(.nav-hidden).nav-stacked>.bslib-nav-spacer{margin-top:auto !important}}.bslib-card{overflow:auto}.bslib-card .card-body+.card-body{padding-top:0}.bslib-card .card-body{overflow:auto}.bslib-card .card-body p{margin-top:0}.bslib-card .card-body p:last-child{margin-bottom:0}.bslib-card .card-body{max-height:var(--bslib-card-body-max-height, none)}.bslib-card[data-full-screen=true]>.card-body{max-height:var(--bslib-card-body-max-height-full-screen, none)}.bslib-card .card-header .form-group{margin-bottom:0}.bslib-card .card-header .selectize-control{margin-bottom:0}.bslib-card .card-header .selectize-control .item{margin-right:1.15rem}.bslib-card .card-footer{margin-top:auto}.bslib-card .bslib-navs-card-title{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.bslib-card .bslib-navs-card-title .nav{margin-left:auto}.bslib-card .bslib-sidebar-layout:not([data-bslib-sidebar-border=true]){border:none}.bslib-card .bslib-sidebar-layout:not([data-bslib-sidebar-border-radius=true]){border-top-left-radius:0;border-top-right-radius:0}[data-full-screen=true]{position:fixed;inset:3.5rem 1rem 1rem;height:auto !important;max-height:none !important;width:auto !important;z-index:1070}.bslib-full-screen-enter{display:none;position:absolute;bottom:var(--bslib-full-screen-enter-bottom, 0.2rem);right:var(--bslib-full-screen-enter-right, 0);top:var(--bslib-full-screen-enter-top);left:var(--bslib-full-screen-enter-left);color:var(--bslib-color-fg, var(--bs-card-color));background-color:var(--bslib-color-bg, var(--bs-card-bg, var(--bs-body-bg)));border:var(--bs-card-border-width) solid var(--bslib-color-fg, var(--bs-card-border-color));box-shadow:0 2px 4px rgba(0,0,0,.15);margin:.2rem .4rem;padding:.55rem !important;font-size:.8rem;cursor:pointer;opacity:.7;z-index:1070}.bslib-full-screen-enter:hover{opacity:1}.card[data-full-screen=false]:hover>*>.bslib-full-screen-enter{display:block}.bslib-has-full-screen .card:hover>*>.bslib-full-screen-enter{display:none}@media(max-width: 575.98px){.bslib-full-screen-enter{display:none !important}}.bslib-full-screen-exit{position:relative;top:1.35rem;font-size:.9rem;cursor:pointer;text-decoration:none;display:flex;float:right;margin-right:2.15rem;align-items:center;color:rgba(var(--bs-body-bg-rgb), 0.8)}.bslib-full-screen-exit:hover{color:rgba(var(--bs-body-bg-rgb), 1)}.bslib-full-screen-exit svg{margin-left:.5rem;font-size:1.5rem}#bslib-full-screen-overlay{position:fixed;inset:0;background-color:rgba(var(--bs-body-color-rgb), 0.6);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:1069;animation:bslib-full-screen-overlay-enter 400ms cubic-bezier(0.6, 0.02, 0.65, 1) forwards}@keyframes bslib-full-screen-overlay-enter{0%{opacity:0}100%{opacity:1}}.bslib-grid{display:grid !important;gap:var(--bslib-spacer, 1rem);height:var(--bslib-grid-height)}.bslib-grid.grid{grid-template-columns:repeat(var(--bs-columns, 12), minmax(0, 1fr));grid-template-rows:unset;grid-auto-rows:var(--bslib-grid--row-heights);--bslib-grid--row-heights--xs: unset;--bslib-grid--row-heights--sm: unset;--bslib-grid--row-heights--md: unset;--bslib-grid--row-heights--lg: unset;--bslib-grid--row-heights--xl: unset;--bslib-grid--row-heights--xxl: unset}.bslib-grid.grid.bslib-grid--row-heights--xs{--bslib-grid--row-heights: var(--bslib-grid--row-heights--xs)}@media(min-width: 576px){.bslib-grid.grid.bslib-grid--row-heights--sm{--bslib-grid--row-heights: var(--bslib-grid--row-heights--sm)}}@media(min-width: 768px){.bslib-grid.grid.bslib-grid--row-heights--md{--bslib-grid--row-heights: var(--bslib-grid--row-heights--md)}}@media(min-width: 992px){.bslib-grid.grid.bslib-grid--row-heights--lg{--bslib-grid--row-heights: var(--bslib-grid--row-heights--lg)}}@media(min-width: 1200px){.bslib-grid.grid.bslib-grid--row-heights--xl{--bslib-grid--row-heights: var(--bslib-grid--row-heights--xl)}}@media(min-width: 1400px){.bslib-grid.grid.bslib-grid--row-heights--xxl{--bslib-grid--row-heights: var(--bslib-grid--row-heights--xxl)}}.bslib-grid>*>.shiny-input-container{width:100%}.bslib-grid-item{grid-column:auto/span 1}@media(max-width: 767.98px){.bslib-grid-item{grid-column:1/-1}}@media(max-width: 575.98px){.bslib-grid{grid-template-columns:1fr !important;height:var(--bslib-grid-height-mobile)}.bslib-grid.grid{height:unset !important;grid-auto-rows:var(--bslib-grid--row-heights--xs, auto)}}.accordion .accordion-header{font-size:calc(1.35625rem + 1.275vw);margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2;color:var(--bs-heading-color);margin-bottom:0}@media(min-width: 1200px){.accordion .accordion-header{font-size:2.3125rem}}.accordion .accordion-icon:not(:empty){margin-right:.75rem;display:flex}.accordion .accordion-button:not(.collapsed){box-shadow:none}.accordion .accordion-button:not(.collapsed):focus{box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.navbar+.container-fluid:has(>.tab-content>.tab-pane.active.html-fill-container),.navbar+.container-sm:has(>.tab-content>.tab-pane.active.html-fill-container),.navbar+.container-md:has(>.tab-content>.tab-pane.active.html-fill-container),.navbar+.container-lg:has(>.tab-content>.tab-pane.active.html-fill-container),.navbar+.container-xl:has(>.tab-content>.tab-pane.active.html-fill-container),.navbar+.container-xxl:has(>.tab-content>.tab-pane.active.html-fill-container){padding-left:0;padding-right:0}.navbar+.container-fluid>.tab-content>.tab-pane.active.html-fill-container,.navbar+.container-sm>.tab-content>.tab-pane.active.html-fill-container,.navbar+.container-md>.tab-content>.tab-pane.active.html-fill-container,.navbar+.container-lg>.tab-content>.tab-pane.active.html-fill-container,.navbar+.container-xl>.tab-content>.tab-pane.active.html-fill-container,.navbar+.container-xxl>.tab-content>.tab-pane.active.html-fill-container{padding:var(--bslib-spacer, 1rem);gap:var(--bslib-spacer, 1rem)}.navbar+.container-fluid>.tab-content>.tab-pane.active.html-fill-container:has(>.bslib-sidebar-layout:only-child),.navbar+.container-sm>.tab-content>.tab-pane.active.html-fill-container:has(>.bslib-sidebar-layout:only-child),.navbar+.container-md>.tab-content>.tab-pane.active.html-fill-container:has(>.bslib-sidebar-layout:only-child),.navbar+.container-lg>.tab-content>.tab-pane.active.html-fill-container:has(>.bslib-sidebar-layout:only-child),.navbar+.container-xl>.tab-content>.tab-pane.active.html-fill-container:has(>.bslib-sidebar-layout:only-child),.navbar+.container-xxl>.tab-content>.tab-pane.active.html-fill-container:has(>.bslib-sidebar-layout:only-child){padding:0}.navbar+.container-fluid>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border=true]),.navbar+.container-sm>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border=true]),.navbar+.container-md>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border=true]),.navbar+.container-lg>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border=true]),.navbar+.container-xl>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border=true]),.navbar+.container-xxl>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border=true]){border-left:none;border-right:none;border-bottom:none}.navbar+.container-fluid>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border-radius=true]),.navbar+.container-sm>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border-radius=true]),.navbar+.container-md>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border-radius=true]),.navbar+.container-lg>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border-radius=true]),.navbar+.container-xl>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border-radius=true]),.navbar+.container-xxl>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border-radius=true]){border-radius:0}.navbar+div>.bslib-sidebar-layout{border-top:var(--bslib-sidebar-border)}html{height:100%}.bslib-page-fill{width:100%;height:100%;margin:0;padding:var(--bslib-spacer, 1rem);gap:var(--bslib-spacer, 1rem)}@media(max-width: 575.98px){.bslib-page-fill{height:var(--bslib-page-fill-mobile-height, auto)}}:root{--bslib-page-sidebar-title-bg: #0f6070;--bslib-page-sidebar-title-color: #fff}.bslib-page-title{background-color:var(--bslib-page-sidebar-title-bg);color:var(--bslib-page-sidebar-title-color);font-size:1.5rem;font-weight:300;padding:var(--bslib-spacer, 1rem);padding-left:1.5rem;margin-bottom:0;border-bottom:1px solid #dee2e6}.bslib-sidebar-layout{--bslib-sidebar-transition-duration: 500ms;--bslib-sidebar-transition-easing-x: cubic-bezier(0.8, 0.78, 0.22, 1.07);--bslib-sidebar-border: var(--bs-card-border-width, 1px) solid var(--bs-card-border-color, rgba(0, 0, 0, 0.175));--bslib-sidebar-border-radius: var(--bs-border-radius);--bslib-sidebar-vert-border: var(--bs-card-border-width, 1px) solid var(--bs-card-border-color, rgba(0, 0, 0, 0.175));--bslib-sidebar-bg: rgba(var(--bs-emphasis-color-rgb, 0, 0, 0), 0.05);--bslib-sidebar-fg: var(--bs-emphasis-color, black);--bslib-sidebar-main-fg: var(--bs-card-color, var(--bs-body-color));--bslib-sidebar-main-bg: var(--bs-card-bg, var(--bs-body-bg));--bslib-sidebar-toggle-bg: rgba(var(--bs-emphasis-color-rgb, 0, 0, 0), 0.1);--bslib-sidebar-padding: calc(var(--bslib-spacer) * 1.5);--bslib-sidebar-icon-size: var(--bslib-spacer, 1rem);--bslib-sidebar-icon-button-size: calc(var(--bslib-sidebar-icon-size, 1rem) * 2);--bslib-sidebar-padding-icon: calc(var(--bslib-sidebar-icon-button-size, 2rem) * 1.5);--bslib-collapse-toggle-border-radius: var(--bs-border-radius, 0.25rem);--bslib-collapse-toggle-transform: 0deg;--bslib-sidebar-toggle-transition-easing: cubic-bezier(1, 0, 0, 1);--bslib-collapse-toggle-right-transform: 180deg;--bslib-sidebar-column-main: minmax(0, 1fr);display:grid !important;grid-template-columns:min(100% - var(--bslib-sidebar-icon-size),var(--bslib-sidebar-width, 250px)) var(--bslib-sidebar-column-main);position:relative;transition:grid-template-columns ease-in-out var(--bslib-sidebar-transition-duration);border:var(--bslib-sidebar-border);border-radius:var(--bslib-sidebar-border-radius)}@media(prefers-reduced-motion: reduce){.bslib-sidebar-layout{transition:none}}.bslib-sidebar-layout[data-bslib-sidebar-border=false]{border:none}.bslib-sidebar-layout[data-bslib-sidebar-border-radius=false]{border-radius:initial}.bslib-sidebar-layout>.main,.bslib-sidebar-layout>.sidebar{grid-row:1/2;border-radius:inherit;overflow:auto}.bslib-sidebar-layout>.main{grid-column:2/3;border-top-left-radius:0;border-bottom-left-radius:0;padding:var(--bslib-sidebar-padding);transition:padding var(--bslib-sidebar-transition-easing-x) var(--bslib-sidebar-transition-duration);color:var(--bslib-sidebar-main-fg);background-color:var(--bslib-sidebar-main-bg)}.bslib-sidebar-layout>.sidebar{grid-column:1/2;width:100%;height:100%;border-right:var(--bslib-sidebar-vert-border);border-top-right-radius:0;border-bottom-right-radius:0;color:var(--bslib-sidebar-fg);background-color:var(--bslib-sidebar-bg);backdrop-filter:blur(5px)}.bslib-sidebar-layout>.sidebar>.sidebar-content{display:flex;flex-direction:column;gap:var(--bslib-spacer, 1rem);padding:var(--bslib-sidebar-padding);padding-top:var(--bslib-sidebar-padding-icon)}.bslib-sidebar-layout>.sidebar>.sidebar-content>:last-child:not(.sidebar-title){margin-bottom:0}.bslib-sidebar-layout>.sidebar>.sidebar-content>.accordion{margin-left:calc(-1*var(--bslib-sidebar-padding));margin-right:calc(-1*var(--bslib-sidebar-padding))}.bslib-sidebar-layout>.sidebar>.sidebar-content>.accordion:last-child{margin-bottom:calc(-1*var(--bslib-sidebar-padding))}.bslib-sidebar-layout>.sidebar>.sidebar-content>.accordion:not(:last-child){margin-bottom:1rem}.bslib-sidebar-layout>.sidebar>.sidebar-content>.accordion .accordion-body{display:flex;flex-direction:column}.bslib-sidebar-layout>.sidebar>.sidebar-content>.accordion:not(:first-child) .accordion-item:first-child{border-top:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.bslib-sidebar-layout>.sidebar>.sidebar-content>.accordion:not(:last-child) .accordion-item:last-child{border-bottom:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.bslib-sidebar-layout>.sidebar>.sidebar-content.has-accordion>.sidebar-title{border-bottom:none;padding-bottom:0}.bslib-sidebar-layout>.sidebar .shiny-input-container{width:100%}.bslib-sidebar-layout[data-bslib-sidebar-open=always]>.sidebar>.sidebar-content{padding-top:var(--bslib-sidebar-padding)}.bslib-sidebar-layout>.collapse-toggle{grid-row:1/2;grid-column:1/2;display:inline-flex;align-items:center;position:absolute;right:calc(var(--bslib-sidebar-icon-size));top:calc(var(--bslib-sidebar-icon-size, 1rem)/2);border:none;border-radius:var(--bslib-collapse-toggle-border-radius);height:var(--bslib-sidebar-icon-button-size, 2rem);width:var(--bslib-sidebar-icon-button-size, 2rem);display:flex;align-items:center;justify-content:center;padding:0;color:var(--bslib-sidebar-fg);background-color:unset;transition:color var(--bslib-sidebar-transition-easing-x) var(--bslib-sidebar-transition-duration),top var(--bslib-sidebar-transition-easing-x) var(--bslib-sidebar-transition-duration),right var(--bslib-sidebar-transition-easing-x) var(--bslib-sidebar-transition-duration),left var(--bslib-sidebar-transition-easing-x) var(--bslib-sidebar-transition-duration)}.bslib-sidebar-layout>.collapse-toggle:hover{background-color:var(--bslib-sidebar-toggle-bg)}.bslib-sidebar-layout>.collapse-toggle>.collapse-icon{opacity:.8;width:var(--bslib-sidebar-icon-size);height:var(--bslib-sidebar-icon-size);transform:rotateY(var(--bslib-collapse-toggle-transform));transition:transform var(--bslib-sidebar-toggle-transition-easing) var(--bslib-sidebar-transition-duration)}.bslib-sidebar-layout>.collapse-toggle:hover>.collapse-icon{opacity:1}.bslib-sidebar-layout .sidebar-title{font-size:1.5625rem;line-height:1.25;margin-top:0;margin-bottom:1rem;padding-bottom:1rem;border-bottom:var(--bslib-sidebar-border)}.bslib-sidebar-layout.sidebar-right{grid-template-columns:var(--bslib-sidebar-column-main) min(100% - var(--bslib-sidebar-icon-size),var(--bslib-sidebar-width, 250px))}.bslib-sidebar-layout.sidebar-right>.main{grid-column:1/2;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit}.bslib-sidebar-layout.sidebar-right>.sidebar{grid-column:2/3;border-right:none;border-left:var(--bslib-sidebar-vert-border);border-top-left-radius:0;border-bottom-left-radius:0}.bslib-sidebar-layout.sidebar-right>.collapse-toggle{grid-column:2/3;left:var(--bslib-sidebar-icon-size);right:unset;border:var(--bslib-collapse-toggle-border)}.bslib-sidebar-layout.sidebar-right>.collapse-toggle>.collapse-icon{transform:rotateY(var(--bslib-collapse-toggle-right-transform))}.bslib-sidebar-layout.sidebar-collapsed{--bslib-collapse-toggle-transform: 180deg;--bslib-collapse-toggle-right-transform: 0deg;--bslib-sidebar-vert-border: none;grid-template-columns:0 minmax(0, 1fr)}.bslib-sidebar-layout.sidebar-collapsed.sidebar-right{grid-template-columns:minmax(0, 1fr) 0}.bslib-sidebar-layout.sidebar-collapsed:not(.transitioning)>.sidebar>*{display:none}.bslib-sidebar-layout.sidebar-collapsed>.main{border-radius:inherit}.bslib-sidebar-layout.sidebar-collapsed:not(.sidebar-right)>.main{padding-left:var(--bslib-sidebar-padding-icon)}.bslib-sidebar-layout.sidebar-collapsed.sidebar-right>.main{padding-right:var(--bslib-sidebar-padding-icon)}.bslib-sidebar-layout.sidebar-collapsed>.collapse-toggle{color:var(--bslib-sidebar-main-fg);top:calc(var(--bslib-sidebar-overlap-counter, 0)*(var(--bslib-sidebar-icon-size) + var(--bslib-sidebar-padding)) + var(--bslib-sidebar-icon-size, 1rem)/2);right:calc(-2.5*var(--bslib-sidebar-icon-size) - var(--bs-card-border-width, 1px))}.bslib-sidebar-layout.sidebar-collapsed.sidebar-right>.collapse-toggle{left:calc(-2.5*var(--bslib-sidebar-icon-size) - var(--bs-card-border-width, 1px));right:unset}@media(min-width: 576px){.bslib-sidebar-layout.transitioning>.sidebar>.sidebar-content{display:none}}@media(max-width: 575.98px){.bslib-sidebar-layout[data-bslib-sidebar-open=desktop]{--bslib-sidebar-js-init-collapsed: true}.bslib-sidebar-layout>.sidebar,.bslib-sidebar-layout.sidebar-right>.sidebar{border:none}.bslib-sidebar-layout>.main,.bslib-sidebar-layout.sidebar-right>.main{grid-column:1/3}.bslib-sidebar-layout[data-bslib-sidebar-open=always]{display:block !important}.bslib-sidebar-layout[data-bslib-sidebar-open=always]>.sidebar{max-height:var(--bslib-sidebar-max-height-mobile);overflow-y:auto;border-top:var(--bslib-sidebar-vert-border)}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]){grid-template-columns:100% 0}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]):not(.sidebar-collapsed)>.sidebar{z-index:1}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]):not(.sidebar-collapsed)>.collapse-toggle{z-index:1}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]).sidebar-right{grid-template-columns:0 100%}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]).sidebar-collapsed{grid-template-columns:0 100%}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]).sidebar-collapsed.sidebar-right{grid-template-columns:100% 0}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]):not(.sidebar-right)>.main{padding-left:var(--bslib-sidebar-padding-icon)}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]).sidebar-right>.main{padding-right:var(--bslib-sidebar-padding-icon)}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always])>.main{opacity:0;transition:opacity var(--bslib-sidebar-transition-easing-x) var(--bslib-sidebar-transition-duration)}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]).sidebar-collapsed>.main{opacity:1}}.html-fill-container{display:flex;flex-direction:column;min-height:0;min-width:0}.html-fill-container>.html-fill-item{flex:1 1 auto;min-height:0;min-width:0}.html-fill-container>:not(.html-fill-item){flex:0 0 auto}.quarto-container{min-height:calc(100vh - 132px)}body.hypothesis-enabled #quarto-header{margin-right:16px}footer.footer .nav-footer,#quarto-header>nav{padding-left:1em;padding-right:1em}footer.footer div.nav-footer p:first-child{margin-top:0}footer.footer div.nav-footer p:last-child{margin-bottom:0}#quarto-content>*{padding-top:14px}#quarto-content>#quarto-sidebar-glass{padding-top:0px}@media(max-width: 991.98px){#quarto-content>*{padding-top:0}#quarto-content .subtitle{padding-top:14px}#quarto-content section:first-of-type h2:first-of-type,#quarto-content section:first-of-type .h2:first-of-type{margin-top:1rem}}.headroom-target,header.headroom{will-change:transform;transition:position 200ms linear;transition:all 200ms linear}header.headroom--pinned{transform:translateY(0%)}header.headroom--unpinned{transform:translateY(-100%)}.navbar-container{width:100%}.navbar-brand{overflow:hidden;text-overflow:ellipsis}.navbar-brand-container{max-width:calc(100% - 115px);min-width:0;display:flex;align-items:center}@media(min-width: 992px){.navbar-brand-container{margin-right:1em}}.navbar-brand.navbar-brand-logo{margin-right:4px;display:inline-flex}.navbar-toggler{flex-basis:content;flex-shrink:0}.navbar .navbar-brand-container{order:2}.navbar .navbar-toggler{order:1}.navbar .navbar-container>.navbar-nav{order:20}.navbar .navbar-container>.navbar-brand-container{margin-left:0 !important;margin-right:0 !important}.navbar .navbar-collapse{order:20}.navbar #quarto-search{order:4;margin-left:auto}.navbar .navbar-toggler{margin-right:.5em}.navbar-logo{max-height:24px;width:auto;padding-right:4px}nav .nav-item:not(.compact){padding-top:1px}nav .nav-link i,nav .dropdown-item i{padding-right:1px}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.6rem;padding-right:.6rem}nav .nav-item.compact .nav-link{padding-left:.5rem;padding-right:.5rem;font-size:1.1rem}.navbar .quarto-navbar-tools{order:3}.navbar .quarto-navbar-tools div.dropdown{display:inline-block}.navbar .quarto-navbar-tools .quarto-navigation-tool{color:#fdfdfe}.navbar .quarto-navbar-tools .quarto-navigation-tool:hover{color:#fffdfd}.navbar-nav .dropdown-menu{min-width:220px;font-size:.9rem}.navbar .navbar-nav .nav-link.dropdown-toggle::after{opacity:.75;vertical-align:.175em}.navbar ul.dropdown-menu{padding-top:0;padding-bottom:0}.navbar .dropdown-header{text-transform:uppercase;font-size:.8rem;padding:0 .5rem}.navbar .dropdown-item{padding:.4rem .5rem}.navbar .dropdown-item>i.bi{margin-left:.1rem;margin-right:.25em}.sidebar #quarto-search{margin-top:-1px}.sidebar #quarto-search svg.aa-SubmitIcon{width:16px;height:16px}.sidebar-navigation a{color:inherit}.sidebar-title{margin-top:.25rem;padding-bottom:.5rem;font-size:1.3rem;line-height:1.6rem;visibility:visible}.sidebar-title>a{font-size:inherit;text-decoration:none}.sidebar-title .sidebar-tools-main{margin-top:-6px}@media(max-width: 991.98px){#quarto-sidebar div.sidebar-header{padding-top:.2em}}.sidebar-header-stacked .sidebar-title{margin-top:.6rem}.sidebar-logo{max-width:90%;padding-bottom:.5rem}.sidebar-logo-link{text-decoration:none}.sidebar-navigation li a{text-decoration:none}.sidebar-navigation .quarto-navigation-tool{opacity:.7;font-size:.875rem}#quarto-sidebar>nav>.sidebar-tools-main{margin-left:14px}.sidebar-tools-main{display:inline-flex;margin-left:0px;order:2}.sidebar-tools-main:not(.tools-wide){vertical-align:middle}.sidebar-navigation .quarto-navigation-tool.dropdown-toggle::after{display:none}.sidebar.sidebar-navigation>*{padding-top:1em}.sidebar-item{margin-bottom:.2em;line-height:1rem;margin-top:.4rem}.sidebar-section{padding-left:.5em;padding-bottom:.2em}.sidebar-item .sidebar-item-container{display:flex;justify-content:space-between;cursor:pointer}.sidebar-item-toggle:hover{cursor:pointer}.sidebar-item .sidebar-item-toggle .bi{font-size:.7rem;text-align:center}.sidebar-item .sidebar-item-toggle .bi-chevron-right::before{transition:transform 200ms ease}.sidebar-item .sidebar-item-toggle[aria-expanded=false] .bi-chevron-right::before{transform:none}.sidebar-item .sidebar-item-toggle[aria-expanded=true] .bi-chevron-right::before{transform:rotate(90deg)}.sidebar-item-text{width:100%}.sidebar-navigation .sidebar-divider{margin-left:0;margin-right:0;margin-top:.5rem;margin-bottom:.5rem}@media(max-width: 991.98px){.quarto-secondary-nav{display:block}.quarto-secondary-nav button.quarto-search-button{padding-right:0em;padding-left:2em}.quarto-secondary-nav button.quarto-btn-toggle{margin-left:-0.75rem;margin-right:.15rem}.quarto-secondary-nav nav.quarto-title-breadcrumbs{display:none}.quarto-secondary-nav nav.quarto-page-breadcrumbs{display:flex;align-items:center;padding-right:1em;margin-left:-0.25em}.quarto-secondary-nav nav.quarto-page-breadcrumbs a{text-decoration:none}.quarto-secondary-nav nav.quarto-page-breadcrumbs ol.breadcrumb{margin-bottom:0}}@media(min-width: 992px){.quarto-secondary-nav{display:none}}.quarto-title-breadcrumbs .breadcrumb{margin-bottom:.5em;font-size:.9rem}.quarto-title-breadcrumbs .breadcrumb li:last-of-type a{color:#6c757d}.quarto-secondary-nav .quarto-btn-toggle{color:#cacccd}.quarto-secondary-nav[aria-expanded=false] .quarto-btn-toggle .bi-chevron-right::before{transform:none}.quarto-secondary-nav[aria-expanded=true] .quarto-btn-toggle .bi-chevron-right::before{transform:rotate(90deg)}.quarto-secondary-nav .quarto-btn-toggle .bi-chevron-right::before{transition:transform 200ms ease}.quarto-secondary-nav{cursor:pointer}.no-decor{text-decoration:none}.quarto-secondary-nav-title{margin-top:.3em;color:#cacccd;padding-top:4px}.quarto-secondary-nav nav.quarto-page-breadcrumbs{color:#cacccd}.quarto-secondary-nav nav.quarto-page-breadcrumbs a{color:#cacccd}.quarto-secondary-nav nav.quarto-page-breadcrumbs a:hover{color:rgba(239,191,192,.8)}.quarto-secondary-nav nav.quarto-page-breadcrumbs .breadcrumb-item::before{color:#96999b}.breadcrumb-item{line-height:1.2rem}div.sidebar-item-container{color:#cacccd}div.sidebar-item-container:hover,div.sidebar-item-container:focus{color:rgba(239,191,192,.8)}div.sidebar-item-container.disabled{color:rgba(202,204,205,.75)}div.sidebar-item-container .active,div.sidebar-item-container .show>.nav-link,div.sidebar-item-container .sidebar-link>code{color:#efbfc0}div.sidebar.sidebar-navigation.rollup.quarto-sidebar-toggle-contents,nav.sidebar.sidebar-navigation:not(.rollup){background-color:#343a40}.sidebar.sidebar-navigation:not(.rollup){border-right:1px solid rgba(0,0,0,.1) !important}@media(max-width: 991.98px){.sidebar-navigation .sidebar-item a,.nav-page .nav-page-text,.sidebar-navigation{font-size:1rem}.sidebar-navigation ul.sidebar-section.depth1 .sidebar-section-item{font-size:1.1rem}.sidebar-logo{display:none}.sidebar.sidebar-navigation{position:static;border-bottom:1px solid rgba(0,0,0,.1)}.sidebar.sidebar-navigation.collapsing{position:fixed;z-index:1000}.sidebar.sidebar-navigation.show{position:fixed;z-index:1000}.sidebar.sidebar-navigation{min-height:100%}nav.quarto-secondary-nav{background-color:#343a40;border-bottom:1px solid rgba(0,0,0,.1)}.quarto-banner nav.quarto-secondary-nav{background-color:#0f6070;color:#fdfdfe;border-top:1px solid rgba(0,0,0,.1)}.sidebar .sidebar-footer{visibility:visible;padding-top:1rem;position:inherit}.sidebar-tools-collapse{display:block}}#quarto-sidebar{transition:width .15s ease-in}#quarto-sidebar>*{padding-right:1em}@media(max-width: 991.98px){#quarto-sidebar .sidebar-menu-container{white-space:nowrap;min-width:225px}#quarto-sidebar.show{transition:width .15s ease-out}}@media(min-width: 992px){#quarto-sidebar{display:flex;flex-direction:column}.nav-page .nav-page-text,.sidebar-navigation .sidebar-section .sidebar-item{font-size:.9rem}.sidebar-navigation .sidebar-item{font-size:1.1rem}.sidebar.sidebar-navigation{display:block;position:sticky}.sidebar-search{width:100%}.sidebar .sidebar-footer{visibility:visible}}@media(max-width: 991.98px){#quarto-sidebar-glass{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(255,255,255,0);transition:background-color .15s ease-in;z-index:-1}#quarto-sidebar-glass.collapsing{z-index:1000}#quarto-sidebar-glass.show{transition:background-color .15s ease-out;background-color:rgba(102,102,102,.4);z-index:1000}}.sidebar .sidebar-footer{padding:.5rem 1rem;align-self:flex-end;color:#6c757d;width:100%}.quarto-page-breadcrumbs .breadcrumb-item+.breadcrumb-item,.quarto-page-breadcrumbs .breadcrumb-item{padding-right:.33em;padding-left:0}.quarto-page-breadcrumbs .breadcrumb-item::before{padding-right:.33em}.quarto-sidebar-footer{font-size:.875em}.sidebar-section .bi-chevron-right{vertical-align:middle}.sidebar-section .bi-chevron-right::before{font-size:.9em}.notransition{-webkit-transition:none !important;-moz-transition:none !important;-o-transition:none !important;transition:none !important}.btn:focus:not(:focus-visible){box-shadow:none}.page-navigation{display:flex;justify-content:space-between}.nav-page{padding-bottom:.75em}.nav-page .bi{font-size:1.8rem;vertical-align:middle}.nav-page .nav-page-text{padding-left:.25em;padding-right:.25em}.nav-page a{color:#6c757d;text-decoration:none;display:flex;align-items:center}.nav-page a:hover{color:#fb9e07}.nav-footer .toc-actions{padding-bottom:.5em;padding-top:.5em}.nav-footer .toc-actions a,.nav-footer .toc-actions a:hover{text-decoration:none}.nav-footer .toc-actions ul{display:flex;list-style:none}.nav-footer .toc-actions ul :first-child{margin-left:auto}.nav-footer .toc-actions ul :last-child{margin-right:auto}.nav-footer .toc-actions ul li{padding-right:1.5em}.nav-footer .toc-actions ul li i.bi{padding-right:.4em}.nav-footer .toc-actions ul li:last-of-type{padding-right:0}.nav-footer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:baseline;text-align:center;padding-top:.5rem;padding-bottom:.5rem;background-color:#fff}body.nav-fixed{padding-top:67px}body .nav-footer{border-top:1px solid rgba(0,0,0,.1)}.nav-footer-contents{color:#6c757d;margin-top:.25rem}.nav-footer{min-height:3.5em;color:#757575}.nav-footer a{color:#757575}.nav-footer .nav-footer-left{font-size:.825em}.nav-footer .nav-footer-center{font-size:.825em}.nav-footer .nav-footer-right{font-size:.825em}.nav-footer-left .footer-items,.nav-footer-center .footer-items,.nav-footer-right .footer-items{display:inline-flex;padding-top:.3em;padding-bottom:.3em;margin-bottom:0em}.nav-footer-left .footer-items .nav-link,.nav-footer-center .footer-items .nav-link,.nav-footer-right .footer-items .nav-link{padding-left:.6em;padding-right:.6em}.nav-footer-left{flex:1 1 0px;text-align:left}.nav-footer-right{flex:1 1 0px;text-align:right}.nav-footer-center{flex:1 1 0px;min-height:3em;text-align:center}.nav-footer-center .footer-items{justify-content:center}@media(max-width: 767.98px){.nav-footer-center{margin-top:3em}}.navbar .quarto-reader-toggle.reader .quarto-reader-toggle-btn{background-color:#fdfdfe;border-radius:3px}@media(max-width: 991.98px){.quarto-reader-toggle{display:none}}.quarto-reader-toggle.reader.quarto-navigation-tool .quarto-reader-toggle-btn{background-color:#cacccd;border-radius:3px}.quarto-reader-toggle .quarto-reader-toggle-btn{display:inline-flex;padding-left:.2em;padding-right:.2em;margin-left:-0.2em;margin-right:-0.2em;text-align:center}.navbar .quarto-reader-toggle:not(.reader) .bi::before{background-image:url('data:image/svg+xml,')}.navbar .quarto-reader-toggle.reader .bi::before{background-image:url('data:image/svg+xml,')}.sidebar-navigation .quarto-reader-toggle:not(.reader) .bi::before{background-image:url('data:image/svg+xml,')}.sidebar-navigation .quarto-reader-toggle.reader .bi::before{background-image:url('data:image/svg+xml,')}#quarto-back-to-top{display:none;position:fixed;bottom:50px;background-color:#fff;border-radius:.25rem;box-shadow:0 .2rem .5rem #6c757d,0 0 .05rem #6c757d;color:#6c757d;text-decoration:none;font-size:.9em;text-align:center;left:50%;padding:.4rem .8rem;transform:translate(-50%, 0)}.aa-DetachedSearchButtonQuery{display:none}.aa-DetachedOverlay ul.aa-List,#quarto-search-results ul.aa-List{list-style:none;padding-left:0}.aa-DetachedOverlay .aa-Panel,#quarto-search-results .aa-Panel{background-color:#fff;position:absolute;z-index:2000}#quarto-search-results .aa-Panel{max-width:400px}#quarto-search input{font-size:.925rem}@media(min-width: 992px){.navbar #quarto-search{margin-left:.25rem;order:999}}.navbar.navbar-expand-sm #quarto-search,.navbar.navbar-expand-md #quarto-search{order:999}@media(min-width: 992px){.navbar .quarto-navbar-tools{order:900}}@media(min-width: 992px){.navbar .quarto-navbar-tools.tools-end{margin-left:auto !important}}@media(max-width: 991.98px){#quarto-sidebar .sidebar-search{display:none}}#quarto-sidebar .sidebar-search .aa-Autocomplete{width:100%}.navbar .aa-Autocomplete .aa-Form{width:180px}.navbar #quarto-search.type-overlay .aa-Autocomplete{width:40px}.navbar #quarto-search.type-overlay .aa-Autocomplete .aa-Form{background-color:inherit;border:none}.navbar #quarto-search.type-overlay .aa-Autocomplete .aa-Form:focus-within{box-shadow:none;outline:none}.navbar #quarto-search.type-overlay .aa-Autocomplete .aa-Form .aa-InputWrapper{display:none}.navbar #quarto-search.type-overlay .aa-Autocomplete .aa-Form .aa-InputWrapper:focus-within{display:inherit}.navbar #quarto-search.type-overlay .aa-Autocomplete .aa-Form .aa-Label svg,.navbar #quarto-search.type-overlay .aa-Autocomplete .aa-Form .aa-LoadingIndicator svg{width:26px;height:26px;color:#fdfdfe;opacity:1}.navbar #quarto-search.type-overlay .aa-Autocomplete svg.aa-SubmitIcon{width:26px;height:26px;color:#fdfdfe;opacity:1}.aa-Autocomplete .aa-Form,.aa-DetachedFormContainer .aa-Form{align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.25rem;color:#343a40;display:flex;line-height:1em;margin:0;position:relative;width:100%}.aa-Autocomplete .aa-Form:focus-within,.aa-DetachedFormContainer .aa-Form:focus-within{box-shadow:rgba(66,21,157,.6) 0 0 0 1px;outline:currentColor none medium}.aa-Autocomplete .aa-Form .aa-InputWrapperPrefix,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperPrefix{align-items:center;display:flex;flex-shrink:0;order:1}.aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-Label,.aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperPrefix .aa-Label,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator{cursor:initial;flex-shrink:0;padding:0;text-align:left}.aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-Label svg,.aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator svg,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperPrefix .aa-Label svg,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator svg{color:#343a40;opacity:.5}.aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-SubmitButton,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperPrefix .aa-SubmitButton{appearance:none;background:none;border:0;margin:0}.aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator{align-items:center;display:flex;justify-content:center}.aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator[hidden],.aa-DetachedFormContainer .aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator[hidden]{display:none}.aa-Autocomplete .aa-Form .aa-InputWrapper,.aa-DetachedFormContainer .aa-Form .aa-InputWrapper{order:3;position:relative;width:100%}.aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input,.aa-DetachedFormContainer .aa-Form .aa-InputWrapper .aa-Input{appearance:none;background:none;border:0;color:#343a40;font:inherit;height:calc(1.5em + .1rem + 2px);padding:0;width:100%}.aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input::placeholder,.aa-DetachedFormContainer .aa-Form .aa-InputWrapper .aa-Input::placeholder{color:#343a40;opacity:.8}.aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input:focus,.aa-DetachedFormContainer .aa-Form .aa-InputWrapper .aa-Input:focus{border-color:none;box-shadow:none;outline:none}.aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input::-webkit-search-decoration,.aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input::-webkit-search-cancel-button,.aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input::-webkit-search-results-button,.aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input::-webkit-search-results-decoration,.aa-DetachedFormContainer .aa-Form .aa-InputWrapper .aa-Input::-webkit-search-decoration,.aa-DetachedFormContainer .aa-Form .aa-InputWrapper .aa-Input::-webkit-search-cancel-button,.aa-DetachedFormContainer .aa-Form .aa-InputWrapper .aa-Input::-webkit-search-results-button,.aa-DetachedFormContainer .aa-Form .aa-InputWrapper .aa-Input::-webkit-search-results-decoration{display:none}.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix{align-items:center;display:flex;order:4}.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-ClearButton,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-ClearButton{align-items:center;background:none;border:0;color:#343a40;opacity:.8;cursor:pointer;display:flex;margin:0;width:calc(1.5em + .1rem + 2px)}.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-ClearButton:hover,.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-ClearButton:focus,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-ClearButton:hover,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-ClearButton:focus{color:#343a40;opacity:.8}.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-ClearButton[hidden],.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-ClearButton[hidden]{display:none}.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-ClearButton svg,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-ClearButton svg{width:calc(1.5em + 1rem + calc(1px * 2))}.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-CopyButton,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-CopyButton{border:none;align-items:center;background:none;color:#343a40;opacity:.4;font-size:.7rem;cursor:pointer;display:none;margin:0;width:calc(1em + .1rem + 2px)}.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-CopyButton:hover,.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-CopyButton:focus,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-CopyButton:hover,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-CopyButton:focus{color:#343a40;opacity:.8}.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-CopyButton[hidden],.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-CopyButton[hidden]{display:none}.aa-PanelLayout:empty{display:none}.quarto-search-no-results.no-query{display:none}.aa-Source:has(.no-query){display:none}#quarto-search-results .aa-Panel{border:solid rgba(0,0,0,.1) 1px}#quarto-search-results .aa-SourceNoResults{width:398px}.aa-DetachedOverlay .aa-Panel,#quarto-search-results .aa-Panel{max-height:65vh;overflow-y:auto;font-size:.925rem}.aa-DetachedOverlay .aa-SourceNoResults,#quarto-search-results .aa-SourceNoResults{height:60px;display:flex;justify-content:center;align-items:center}.aa-DetachedOverlay .search-error,#quarto-search-results .search-error{padding-top:10px;padding-left:20px;padding-right:20px;cursor:default}.aa-DetachedOverlay .search-error .search-error-title,#quarto-search-results .search-error .search-error-title{font-size:1.1rem;margin-bottom:.5rem}.aa-DetachedOverlay .search-error .search-error-title .search-error-icon,#quarto-search-results .search-error .search-error-title .search-error-icon{margin-right:8px}.aa-DetachedOverlay .search-error .search-error-text,#quarto-search-results .search-error .search-error-text{font-weight:300}.aa-DetachedOverlay .search-result-text,#quarto-search-results .search-result-text{font-weight:300;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2rem;max-height:2.4rem}.aa-DetachedOverlay .aa-SourceHeader .search-result-header,#quarto-search-results .aa-SourceHeader .search-result-header{font-size:.875rem;background-color:#f2f2f2;padding-left:14px;padding-bottom:4px;padding-top:4px}.aa-DetachedOverlay .aa-SourceHeader .search-result-header-no-results,#quarto-search-results .aa-SourceHeader .search-result-header-no-results{display:none}.aa-DetachedOverlay .aa-SourceFooter .algolia-search-logo,#quarto-search-results .aa-SourceFooter .algolia-search-logo{width:110px;opacity:.85;margin:8px;float:right}.aa-DetachedOverlay .search-result-section,#quarto-search-results .search-result-section{font-size:.925em}.aa-DetachedOverlay a.search-result-link,#quarto-search-results a.search-result-link{color:inherit;text-decoration:none}.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item,#quarto-search-results li.aa-Item[aria-selected=true] .search-item{background-color:#42159d}.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item.search-result-more,.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item .search-result-section,.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item .search-result-text,.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item .search-result-title-container,.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item .search-result-text-container,#quarto-search-results li.aa-Item[aria-selected=true] .search-item.search-result-more,#quarto-search-results li.aa-Item[aria-selected=true] .search-item .search-result-section,#quarto-search-results li.aa-Item[aria-selected=true] .search-item .search-result-text,#quarto-search-results li.aa-Item[aria-selected=true] .search-item .search-result-title-container,#quarto-search-results li.aa-Item[aria-selected=true] .search-item .search-result-text-container{color:#fff;background-color:#42159d}.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item mark.search-match,.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item .search-match.mark,#quarto-search-results li.aa-Item[aria-selected=true] .search-item mark.search-match,#quarto-search-results li.aa-Item[aria-selected=true] .search-item .search-match.mark{color:#fff;background-color:#511ac1}.aa-DetachedOverlay li.aa-Item[aria-selected=false] .search-item,#quarto-search-results li.aa-Item[aria-selected=false] .search-item{background-color:#fff}.aa-DetachedOverlay li.aa-Item[aria-selected=false] .search-item.search-result-more,.aa-DetachedOverlay li.aa-Item[aria-selected=false] .search-item .search-result-section,.aa-DetachedOverlay li.aa-Item[aria-selected=false] .search-item .search-result-text,.aa-DetachedOverlay li.aa-Item[aria-selected=false] .search-item .search-result-title-container,.aa-DetachedOverlay li.aa-Item[aria-selected=false] .search-item .search-result-text-container,#quarto-search-results li.aa-Item[aria-selected=false] .search-item.search-result-more,#quarto-search-results li.aa-Item[aria-selected=false] .search-item .search-result-section,#quarto-search-results li.aa-Item[aria-selected=false] .search-item .search-result-text,#quarto-search-results li.aa-Item[aria-selected=false] .search-item .search-result-title-container,#quarto-search-results li.aa-Item[aria-selected=false] .search-item .search-result-text-container{color:#343a40}.aa-DetachedOverlay li.aa-Item[aria-selected=false] .search-item mark.search-match,.aa-DetachedOverlay li.aa-Item[aria-selected=false] .search-item .search-match.mark,#quarto-search-results li.aa-Item[aria-selected=false] .search-item mark.search-match,#quarto-search-results li.aa-Item[aria-selected=false] .search-item .search-match.mark{color:inherit;background-color:#b597f1}.aa-DetachedOverlay .aa-Item .search-result-doc:not(.document-selectable) .search-result-title-container,#quarto-search-results .aa-Item .search-result-doc:not(.document-selectable) .search-result-title-container{background-color:#fff;color:#343a40}.aa-DetachedOverlay .aa-Item .search-result-doc:not(.document-selectable) .search-result-text-container,#quarto-search-results .aa-Item .search-result-doc:not(.document-selectable) .search-result-text-container{padding-top:0px}.aa-DetachedOverlay li.aa-Item .search-result-doc.document-selectable .search-result-text-container,#quarto-search-results li.aa-Item .search-result-doc.document-selectable .search-result-text-container{margin-top:-4px}.aa-DetachedOverlay .aa-Item,#quarto-search-results .aa-Item{cursor:pointer}.aa-DetachedOverlay .aa-Item .search-item,#quarto-search-results .aa-Item .search-item{border-left:none;border-right:none;border-top:none;background-color:#fff;border-color:rgba(0,0,0,.1);color:#343a40}.aa-DetachedOverlay .aa-Item .search-item p,#quarto-search-results .aa-Item .search-item p{margin-top:0;margin-bottom:0}.aa-DetachedOverlay .aa-Item .search-item i.bi,#quarto-search-results .aa-Item .search-item i.bi{padding-left:8px;padding-right:8px;font-size:1.3em}.aa-DetachedOverlay .aa-Item .search-item .search-result-title,#quarto-search-results .aa-Item .search-item .search-result-title{margin-top:.3em;margin-bottom:0em}.aa-DetachedOverlay .aa-Item .search-item .search-result-crumbs,#quarto-search-results .aa-Item .search-item .search-result-crumbs{white-space:nowrap;text-overflow:ellipsis;font-size:.8em;font-weight:300;margin-right:1em}.aa-DetachedOverlay .aa-Item .search-item .search-result-crumbs:not(.search-result-crumbs-wrap),#quarto-search-results .aa-Item .search-item .search-result-crumbs:not(.search-result-crumbs-wrap){max-width:30%;margin-left:auto;margin-top:.5em;margin-bottom:.1rem}.aa-DetachedOverlay .aa-Item .search-item .search-result-crumbs.search-result-crumbs-wrap,#quarto-search-results .aa-Item .search-item .search-result-crumbs.search-result-crumbs-wrap{flex-basis:100%;margin-top:0em;margin-bottom:.2em;margin-left:37px}.aa-DetachedOverlay .aa-Item .search-result-title-container,#quarto-search-results .aa-Item .search-result-title-container{font-size:1em;display:flex;flex-wrap:wrap;padding:6px 4px 6px 4px}.aa-DetachedOverlay .aa-Item .search-result-text-container,#quarto-search-results .aa-Item .search-result-text-container{padding-bottom:8px;padding-right:8px;margin-left:42px}.aa-DetachedOverlay .aa-Item .search-result-doc-section,.aa-DetachedOverlay .aa-Item .search-result-more,#quarto-search-results .aa-Item .search-result-doc-section,#quarto-search-results .aa-Item .search-result-more{padding-top:8px;padding-bottom:8px;padding-left:44px}.aa-DetachedOverlay .aa-Item .search-result-more,#quarto-search-results .aa-Item .search-result-more{font-size:.8em;font-weight:400}.aa-DetachedOverlay .aa-Item .search-result-doc,#quarto-search-results .aa-Item .search-result-doc{border-top:1px solid rgba(0,0,0,.1)}.aa-DetachedSearchButton{background:none;border:none}.aa-DetachedSearchButton .aa-DetachedSearchButtonPlaceholder{display:none}.navbar .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon{color:#fdfdfe}.sidebar-tools-collapse #quarto-search,.sidebar-tools-main #quarto-search{display:inline}.sidebar-tools-collapse #quarto-search .aa-Autocomplete,.sidebar-tools-main #quarto-search .aa-Autocomplete{display:inline}.sidebar-tools-collapse #quarto-search .aa-DetachedSearchButton,.sidebar-tools-main #quarto-search .aa-DetachedSearchButton{padding-left:4px;padding-right:4px}.sidebar-tools-collapse #quarto-search .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon,.sidebar-tools-main #quarto-search .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon{color:#cacccd}.sidebar-tools-collapse #quarto-search .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon .aa-SubmitIcon,.sidebar-tools-main #quarto-search .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon .aa-SubmitIcon{margin-top:-3px}.aa-DetachedContainer{background:rgba(255,255,255,.65);width:90%;bottom:0;box-shadow:rgba(0,0,0,.6) 0 0 0 1px;outline:currentColor none medium;display:flex;flex-direction:column;left:0;margin:0;overflow:hidden;padding:0;position:fixed;right:0;top:0;z-index:1101}.aa-DetachedContainer::after{height:32px}.aa-DetachedContainer .aa-SourceHeader{margin:var(--aa-spacing-half) 0 var(--aa-spacing-half) 2px}.aa-DetachedContainer .aa-Panel{background-color:#fff;border-radius:0;box-shadow:none;flex-grow:1;margin:0;padding:0;position:relative}.aa-DetachedContainer .aa-PanelLayout{bottom:0;box-shadow:none;left:0;margin:0;max-height:none;overflow-y:auto;position:absolute;right:0;top:0;width:100%}.aa-DetachedFormContainer{background-color:#fff;border-bottom:1px solid rgba(0,0,0,.1);display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:.5em}.aa-DetachedCancelButton{background:none;font-size:.8em;border:0;border-radius:3px;color:#343a40;cursor:pointer;margin:0 0 0 .5em;padding:0 .5em}.aa-DetachedCancelButton:hover,.aa-DetachedCancelButton:focus{box-shadow:rgba(66,21,157,.6) 0 0 0 1px;outline:currentColor none medium}.aa-DetachedContainer--modal{bottom:inherit;height:auto;margin:0 auto;position:absolute;top:100px;border-radius:6px;max-width:850px}@media(max-width: 575.98px){.aa-DetachedContainer--modal{width:100%;top:0px;border-radius:0px;border:none}}.aa-DetachedContainer--modal .aa-PanelLayout{max-height:var(--aa-detached-modal-max-height);padding-bottom:var(--aa-spacing-half);position:static}.aa-Detached{height:100vh;overflow:hidden}.aa-DetachedOverlay{background-color:rgba(52,58,64,.4);position:fixed;left:0;right:0;top:0;margin:0;padding:0;height:100vh;z-index:1100}.quarto-dashboard.nav-fixed.dashboard-sidebar #quarto-content.quarto-dashboard-content{padding:0em}.quarto-dashboard #quarto-content.quarto-dashboard-content{padding:1em}.quarto-dashboard #quarto-content.quarto-dashboard-content>*{padding-top:0}@media(min-width: 576px){.quarto-dashboard{height:100%}}.quarto-dashboard .card.valuebox.bslib-card.bg-primary{background-color:#42159d !important}.quarto-dashboard .card.valuebox.bslib-card.bg-secondary{background-color:#adb5bd !important}.quarto-dashboard .card.valuebox.bslib-card.bg-success{background-color:#02b875 !important}.quarto-dashboard .card.valuebox.bslib-card.bg-info{background-color:#17a2b8 !important}.quarto-dashboard .card.valuebox.bslib-card.bg-warning{background-color:#fb9e07 !important}.quarto-dashboard .card.valuebox.bslib-card.bg-danger{background-color:#cf4446 !important}.quarto-dashboard .card.valuebox.bslib-card.bg-light{background-color:#f8f9fa !important}.quarto-dashboard .card.valuebox.bslib-card.bg-dark{background-color:#343a40 !important}.quarto-dashboard.dashboard-fill{display:flex;flex-direction:column}.quarto-dashboard #quarto-appendix{display:none}.quarto-dashboard #quarto-header #quarto-dashboard-header{border-top:solid 1px #15879d;border-bottom:solid 1px #15879d}.quarto-dashboard #quarto-header #quarto-dashboard-header>nav{padding-left:1em;padding-right:1em}.quarto-dashboard #quarto-header #quarto-dashboard-header>nav .navbar-brand-container{padding-left:0}.quarto-dashboard #quarto-header #quarto-dashboard-header .navbar-toggler{margin-right:0}.quarto-dashboard #quarto-header #quarto-dashboard-header .navbar-toggler-icon{height:1em;width:1em;background-image:url('data:image/svg+xml,')}.quarto-dashboard #quarto-header #quarto-dashboard-header .navbar-brand-container{padding-right:1em}.quarto-dashboard #quarto-header #quarto-dashboard-header .navbar-title{font-size:1.1em}.quarto-dashboard #quarto-header #quarto-dashboard-header .navbar-nav{font-size:.9em}.quarto-dashboard #quarto-dashboard-header .navbar{padding:0}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-container{padding-left:1em}.quarto-dashboard #quarto-dashboard-header .navbar.slim .navbar-brand-container .nav-link,.quarto-dashboard #quarto-dashboard-header .navbar.slim .navbar-nav .nav-link{padding:.7em}.quarto-dashboard #quarto-dashboard-header .navbar .quarto-color-scheme-toggle{order:9}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-toggler{margin-left:.5em;order:10}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-nav .nav-link{padding:.5em;height:100%;display:flex;align-items:center}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-nav .active{background-color:#147f94}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-brand-container{padding:.5em .5em .5em 0;display:flex;flex-direction:row;margin-right:2em;align-items:center}@media(max-width: 767.98px){.quarto-dashboard #quarto-dashboard-header .navbar .navbar-brand-container{margin-right:auto}}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-collapse{align-self:stretch}@media(min-width: 768px){.quarto-dashboard #quarto-dashboard-header .navbar .navbar-collapse{order:8}}@media(max-width: 767.98px){.quarto-dashboard #quarto-dashboard-header .navbar .navbar-collapse{order:1000;padding-bottom:.5em}}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-collapse .navbar-nav{align-self:stretch}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-title{font-size:1.25em;line-height:1.1em;display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-title .navbar-title-text{margin-right:.4em}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-title a{text-decoration:none;color:inherit}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-subtitle,.quarto-dashboard #quarto-dashboard-header .navbar .navbar-author{font-size:.9rem;margin-right:.5em}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-author{margin-left:auto}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-logo{max-height:48px;min-height:30px;object-fit:cover;margin-right:1em}.quarto-dashboard #quarto-dashboard-header .navbar .quarto-dashboard-links{order:9;padding-right:1em}.quarto-dashboard #quarto-dashboard-header .navbar .quarto-dashboard-link-text{margin-left:.25em}.quarto-dashboard #quarto-dashboard-header .navbar .quarto-dashboard-link{padding-right:0em;padding-left:.7em;text-decoration:none;color:#fdfdfe}.quarto-dashboard .page-layout-custom .tab-content{padding:0;border:none}.quarto-dashboard-img-contain{height:100%;width:100%;object-fit:contain}@media(max-width: 575.98px){.quarto-dashboard .bslib-grid{grid-template-rows:minmax(1em, max-content) !important}.quarto-dashboard .sidebar-content{height:inherit}.quarto-dashboard .page-layout-custom{min-height:100vh}}.quarto-dashboard.dashboard-toolbar>.page-layout-custom,.quarto-dashboard.dashboard-sidebar>.page-layout-custom{padding:0}.quarto-dashboard .quarto-dashboard-content.quarto-dashboard-pages{padding:0}.quarto-dashboard .callout{margin-bottom:0;margin-top:0}.quarto-dashboard .html-fill-container figure{overflow:hidden}.quarto-dashboard bslib-tooltip .rounded-pill{border:solid #6c757d 1px}.quarto-dashboard bslib-tooltip .rounded-pill .svg{fill:#343a40}.quarto-dashboard .tabset .dashboard-card-no-title .nav-tabs{margin-left:0;margin-right:auto}.quarto-dashboard .tabset .tab-content{border:none}.quarto-dashboard .tabset .card-header .nav-link[role=tab]{margin-top:-6px;padding-top:6px;padding-bottom:6px}.quarto-dashboard .card.valuebox,.quarto-dashboard .card.bslib-value-box{min-height:3rem}.quarto-dashboard .card.valuebox .card-body,.quarto-dashboard .card.bslib-value-box .card-body{padding:0}.quarto-dashboard .bslib-value-box .value-box-value{font-size:clamp(.1em,15cqw,5em)}.quarto-dashboard .bslib-value-box .value-box-showcase .bi{font-size:clamp(.1em,max(18cqw,5.2cqh),5em);text-align:center;height:1em}.quarto-dashboard .bslib-value-box .value-box-showcase .bi::before{vertical-align:1em}.quarto-dashboard .bslib-value-box .value-box-area{margin-top:auto;margin-bottom:auto}.quarto-dashboard .card figure.quarto-float{display:flex;flex-direction:column;align-items:center}.quarto-dashboard .dashboard-scrolling{padding:1em}.quarto-dashboard .full-height{height:100%}.quarto-dashboard .showcase-bottom .value-box-grid{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;grid-template-areas:"top" "bottom"}.quarto-dashboard .showcase-bottom .value-box-grid .value-box-showcase{grid-area:bottom;padding:0;margin:0}.quarto-dashboard .showcase-bottom .value-box-grid .value-box-showcase i.bi{font-size:4rem}.quarto-dashboard .showcase-bottom .value-box-grid .value-box-area{grid-area:top}.quarto-dashboard .tab-content{margin-bottom:0}.quarto-dashboard .bslib-card .bslib-navs-card-title{justify-content:stretch;align-items:end}.quarto-dashboard .card-header{display:flex;flex-wrap:wrap;justify-content:space-between}.quarto-dashboard .card-header .card-title{display:flex;flex-direction:column;justify-content:center;margin-bottom:0}.quarto-dashboard .tabset .card-toolbar{margin-bottom:1em}.quarto-dashboard .bslib-grid>.bslib-sidebar-layout{border:none;gap:var(--bslib-spacer, 1rem)}.quarto-dashboard .bslib-grid>.bslib-sidebar-layout>.main{padding:0}.quarto-dashboard .bslib-grid>.bslib-sidebar-layout>.sidebar{border-radius:.25rem;border:1px solid rgba(0,0,0,.175)}.quarto-dashboard .bslib-grid>.bslib-sidebar-layout>.collapse-toggle{display:none}@media(max-width: 767.98px){.quarto-dashboard .bslib-grid>.bslib-sidebar-layout{grid-template-columns:1fr;grid-template-rows:max-content 1fr}.quarto-dashboard .bslib-grid>.bslib-sidebar-layout>.main{grid-column:1;grid-row:2}.quarto-dashboard .bslib-grid>.bslib-sidebar-layout .sidebar{grid-column:1;grid-row:1}}.quarto-dashboard .sidebar-right .sidebar{padding-left:2.5em}.quarto-dashboard .sidebar-right .collapse-toggle{left:2px}.quarto-dashboard .quarto-dashboard .sidebar-right button.collapse-toggle:not(.transitioning){left:unset}.quarto-dashboard aside.sidebar{padding-left:1em;padding-right:1em;background-color:rgba(52,58,64,.25);color:#343a40}.quarto-dashboard .bslib-sidebar-layout>div.main{padding:.7em}.quarto-dashboard .bslib-sidebar-layout button.collapse-toggle{margin-top:.3em}.quarto-dashboard .bslib-sidebar-layout .collapse-toggle{top:0}.quarto-dashboard .bslib-sidebar-layout.sidebar-collapsed:not(.transitioning):not(.sidebar-right) .collapse-toggle{left:2px}.quarto-dashboard .sidebar>section>.h3:first-of-type{margin-top:0em}.quarto-dashboard .sidebar .h3,.quarto-dashboard .sidebar .h4,.quarto-dashboard .sidebar .h5,.quarto-dashboard .sidebar .h6{margin-top:.5em}.quarto-dashboard .sidebar form{flex-direction:column;align-items:start;margin-bottom:1em}.quarto-dashboard .sidebar form div[class*=oi-][class$=-input]{flex-direction:column}.quarto-dashboard .sidebar form[class*=oi-][class$=-toggle]{flex-direction:row-reverse;align-items:center;justify-content:start}.quarto-dashboard .sidebar form input[type=range]{margin-top:.5em;margin-right:.8em;margin-left:1em}.quarto-dashboard .sidebar label{width:fit-content}.quarto-dashboard .sidebar .card-body{margin-bottom:2em}.quarto-dashboard .sidebar .shiny-input-container{margin-bottom:1em}.quarto-dashboard .sidebar .shiny-options-group{margin-top:0}.quarto-dashboard .sidebar .control-label{margin-bottom:.3em}.quarto-dashboard .card .card-body .quarto-layout-row{align-items:stretch}.quarto-dashboard .toolbar{font-size:.9em;display:flex;flex-direction:row;border-top:solid 1px #d3d6db;padding:1em;flex-wrap:wrap;background-color:rgba(52,58,64,.25)}.quarto-dashboard .toolbar .cell-output-display{display:flex}.quarto-dashboard .toolbar .shiny-input-container{padding-bottom:.5em;margin-bottom:.5em;width:inherit}.quarto-dashboard .toolbar .shiny-input-container>.checkbox:first-child{margin-top:6px}.quarto-dashboard .toolbar>*:last-child{margin-right:0}.quarto-dashboard .toolbar>*>*{margin-right:1em;align-items:baseline}.quarto-dashboard .toolbar>*>*>a{text-decoration:none;margin-top:auto;margin-bottom:auto}.quarto-dashboard .toolbar .shiny-input-container{padding-bottom:0;margin-bottom:0}.quarto-dashboard .toolbar .shiny-input-container>*{flex-shrink:0;flex-grow:0}.quarto-dashboard .toolbar .form-group.shiny-input-container:not([role=group])>label{margin-bottom:0}.quarto-dashboard .toolbar .shiny-input-container.no-baseline{align-items:start;padding-top:6px}.quarto-dashboard .toolbar .shiny-input-container{display:flex;align-items:baseline}.quarto-dashboard .toolbar .shiny-input-container label{padding-right:.4em}.quarto-dashboard .toolbar .shiny-input-container .bslib-input-switch{margin-top:6px}.quarto-dashboard .toolbar input[type=text]{line-height:1;width:inherit}.quarto-dashboard .toolbar .input-daterange{width:inherit}.quarto-dashboard .toolbar .input-daterange input[type=text]{height:2.4em;width:10em}.quarto-dashboard .toolbar .input-daterange .input-group-addon{height:auto;padding:0;margin-left:-5px !important;margin-right:-5px}.quarto-dashboard .toolbar .input-daterange .input-group-addon .input-group-text{padding-top:0;padding-bottom:0;height:100%}.quarto-dashboard .toolbar span.irs.irs--shiny{width:10em}.quarto-dashboard .toolbar span.irs.irs--shiny .irs-line{top:9px}.quarto-dashboard .toolbar span.irs.irs--shiny .irs-min,.quarto-dashboard .toolbar span.irs.irs--shiny .irs-max,.quarto-dashboard .toolbar span.irs.irs--shiny .irs-from,.quarto-dashboard .toolbar span.irs.irs--shiny .irs-to,.quarto-dashboard .toolbar span.irs.irs--shiny .irs-single{top:20px}.quarto-dashboard .toolbar span.irs.irs--shiny .irs-bar{top:8px}.quarto-dashboard .toolbar span.irs.irs--shiny .irs-handle{top:0px}.quarto-dashboard .toolbar .shiny-input-checkboxgroup>label{margin-top:6px}.quarto-dashboard .toolbar .shiny-input-checkboxgroup>.shiny-options-group{margin-top:0;align-items:baseline}.quarto-dashboard .toolbar .shiny-input-radiogroup>label{margin-top:6px}.quarto-dashboard .toolbar .shiny-input-radiogroup>.shiny-options-group{align-items:baseline;margin-top:0}.quarto-dashboard .toolbar .shiny-input-radiogroup>.shiny-options-group>.radio{margin-right:.3em}.quarto-dashboard .toolbar .form-select{padding-top:.2em;padding-bottom:.2em}.quarto-dashboard .toolbar .shiny-input-select{min-width:6em}.quarto-dashboard .toolbar div.checkbox{margin-bottom:0px}.quarto-dashboard .toolbar>.checkbox:first-child{margin-top:6px}.quarto-dashboard .toolbar form{width:fit-content}.quarto-dashboard .toolbar form label{padding-top:.2em;padding-bottom:.2em;width:fit-content}.quarto-dashboard .toolbar form input[type=date]{width:fit-content}.quarto-dashboard .toolbar form input[type=color]{width:3em}.quarto-dashboard .toolbar form button{padding:.4em}.quarto-dashboard .toolbar form select{width:fit-content}.quarto-dashboard .toolbar>*{font-size:.9em;flex-grow:0}.quarto-dashboard .toolbar .shiny-input-container label{margin-bottom:1px}.quarto-dashboard .toolbar-bottom{margin-top:1em;margin-bottom:0 !important;order:2}.quarto-dashboard .quarto-dashboard-content>.dashboard-toolbar-container>.toolbar-content>.tab-content>.tab-pane>*:not(.bslib-sidebar-layout){padding:1em}.quarto-dashboard .quarto-dashboard-content>.dashboard-toolbar-container>.toolbar-content>*:not(.tab-content){padding:1em}.quarto-dashboard .quarto-dashboard-content>.tab-content>.dashboard-page>.dashboard-toolbar-container>.toolbar-content,.quarto-dashboard .quarto-dashboard-content>.tab-content>.dashboard-page:not(.dashboard-sidebar-container)>*:not(.dashboard-toolbar-container){padding:1em}.quarto-dashboard .toolbar-content{padding:0}.quarto-dashboard .quarto-dashboard-content.quarto-dashboard-pages .tab-pane>.dashboard-toolbar-container .toolbar{border-radius:0;margin-bottom:0}.quarto-dashboard .dashboard-toolbar-container.toolbar-toplevel .toolbar{border-bottom:1px solid rgba(0,0,0,.175)}.quarto-dashboard .dashboard-toolbar-container.toolbar-toplevel .toolbar-bottom{margin-top:0}.quarto-dashboard .dashboard-toolbar-container:not(.toolbar-toplevel) .toolbar{margin-bottom:1em;border-top:none;border-radius:.25rem;border:1px solid rgba(0,0,0,.175)}.quarto-dashboard .vega-embed.has-actions details{width:1.7em;height:2em;position:absolute !important;top:0;right:0}.quarto-dashboard .dashboard-toolbar-container{padding:0}.quarto-dashboard .card .card-header p:last-child,.quarto-dashboard .card .card-footer p:last-child{margin-bottom:0}.quarto-dashboard .card .card-body>.h4:first-child{margin-top:0}.quarto-dashboard .card .card-body{z-index:4}@media(max-width: 767.98px){.quarto-dashboard .card .card-body .itables div.dataTables_wrapper div.dataTables_length,.quarto-dashboard .card .card-body .itables div.dataTables_wrapper div.dataTables_info,.quarto-dashboard .card .card-body .itables div.dataTables_wrapper div.dataTables_paginate{text-align:initial}.quarto-dashboard .card .card-body .itables div.dataTables_wrapper div.dataTables_filter{text-align:right}.quarto-dashboard .card .card-body .itables div.dataTables_wrapper div.dataTables_paginate ul.pagination{justify-content:initial}}.quarto-dashboard .card .card-body .itables .dataTables_wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-top:0}.quarto-dashboard .card .card-body .itables .dataTables_wrapper table{flex-shrink:0}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dt-buttons{margin-bottom:.5em;margin-left:auto;width:fit-content;float:right}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dt-buttons.btn-group{background:#fff;border:none}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dt-buttons .btn-secondary{background-color:#fff;background-image:none;border:solid #dee2e6 1px;padding:.2em .7em}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dt-buttons .btn span{font-size:.8em;color:#343a40}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_info{margin-left:.5em;margin-bottom:.5em;padding-top:0}@media(min-width: 768px){.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_info{font-size:.875em}}@media(max-width: 767.98px){.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_info{font-size:.8em}}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_filter{margin-bottom:.5em;font-size:.875em}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_filter input[type=search]{padding:1px 5px 1px 5px;font-size:.875em}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_length{flex-basis:1 1 50%;margin-bottom:.5em;font-size:.875em}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_length select{padding:.4em 3em .4em .5em;font-size:.875em;margin-left:.2em;margin-right:.2em}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_paginate{flex-shrink:0}@media(min-width: 768px){.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_paginate{margin-left:auto}}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_paginate ul.pagination .paginate_button .page-link{font-size:.8em}.quarto-dashboard .card .card-footer{font-size:.9em}.quarto-dashboard .card .card-toolbar{display:flex;flex-grow:1;flex-direction:row;width:100%;flex-wrap:wrap}.quarto-dashboard .card .card-toolbar>*{font-size:.8em;flex-grow:0}.quarto-dashboard .card .card-toolbar>.card-title{font-size:1em;flex-grow:1;align-self:flex-start;margin-top:.1em}.quarto-dashboard .card .card-toolbar .cell-output-display{display:flex}.quarto-dashboard .card .card-toolbar .shiny-input-container{padding-bottom:.5em;margin-bottom:.5em;width:inherit}.quarto-dashboard .card .card-toolbar .shiny-input-container>.checkbox:first-child{margin-top:6px}.quarto-dashboard .card .card-toolbar>*:last-child{margin-right:0}.quarto-dashboard .card .card-toolbar>*>*{margin-right:1em;align-items:baseline}.quarto-dashboard .card .card-toolbar>*>*>a{text-decoration:none;margin-top:auto;margin-bottom:auto}.quarto-dashboard .card .card-toolbar form{width:fit-content}.quarto-dashboard .card .card-toolbar form label{padding-top:.2em;padding-bottom:.2em;width:fit-content}.quarto-dashboard .card .card-toolbar form input[type=date]{width:fit-content}.quarto-dashboard .card .card-toolbar form input[type=color]{width:3em}.quarto-dashboard .card .card-toolbar form button{padding:.4em}.quarto-dashboard .card .card-toolbar form select{width:fit-content}.quarto-dashboard .card .card-toolbar .cell-output-display{display:flex}.quarto-dashboard .card .card-toolbar .shiny-input-container{padding-bottom:.5em;margin-bottom:.5em;width:inherit}.quarto-dashboard .card .card-toolbar .shiny-input-container>.checkbox:first-child{margin-top:6px}.quarto-dashboard .card .card-toolbar>*:last-child{margin-right:0}.quarto-dashboard .card .card-toolbar>*>*{margin-right:1em;align-items:baseline}.quarto-dashboard .card .card-toolbar>*>*>a{text-decoration:none;margin-top:auto;margin-bottom:auto}.quarto-dashboard .card .card-toolbar .shiny-input-container{padding-bottom:0;margin-bottom:0}.quarto-dashboard .card .card-toolbar .shiny-input-container>*{flex-shrink:0;flex-grow:0}.quarto-dashboard .card .card-toolbar .form-group.shiny-input-container:not([role=group])>label{margin-bottom:0}.quarto-dashboard .card .card-toolbar .shiny-input-container.no-baseline{align-items:start;padding-top:6px}.quarto-dashboard .card .card-toolbar .shiny-input-container{display:flex;align-items:baseline}.quarto-dashboard .card .card-toolbar .shiny-input-container label{padding-right:.4em}.quarto-dashboard .card .card-toolbar .shiny-input-container .bslib-input-switch{margin-top:6px}.quarto-dashboard .card .card-toolbar input[type=text]{line-height:1;width:inherit}.quarto-dashboard .card .card-toolbar .input-daterange{width:inherit}.quarto-dashboard .card .card-toolbar .input-daterange input[type=text]{height:2.4em;width:10em}.quarto-dashboard .card .card-toolbar .input-daterange .input-group-addon{height:auto;padding:0;margin-left:-5px !important;margin-right:-5px}.quarto-dashboard .card .card-toolbar .input-daterange .input-group-addon .input-group-text{padding-top:0;padding-bottom:0;height:100%}.quarto-dashboard .card .card-toolbar span.irs.irs--shiny{width:10em}.quarto-dashboard .card .card-toolbar span.irs.irs--shiny .irs-line{top:9px}.quarto-dashboard .card .card-toolbar span.irs.irs--shiny .irs-min,.quarto-dashboard .card .card-toolbar span.irs.irs--shiny .irs-max,.quarto-dashboard .card .card-toolbar span.irs.irs--shiny .irs-from,.quarto-dashboard .card .card-toolbar span.irs.irs--shiny .irs-to,.quarto-dashboard .card .card-toolbar span.irs.irs--shiny .irs-single{top:20px}.quarto-dashboard .card .card-toolbar span.irs.irs--shiny .irs-bar{top:8px}.quarto-dashboard .card .card-toolbar span.irs.irs--shiny .irs-handle{top:0px}.quarto-dashboard .card .card-toolbar .shiny-input-checkboxgroup>label{margin-top:6px}.quarto-dashboard .card .card-toolbar .shiny-input-checkboxgroup>.shiny-options-group{margin-top:0;align-items:baseline}.quarto-dashboard .card .card-toolbar .shiny-input-radiogroup>label{margin-top:6px}.quarto-dashboard .card .card-toolbar .shiny-input-radiogroup>.shiny-options-group{align-items:baseline;margin-top:0}.quarto-dashboard .card .card-toolbar .shiny-input-radiogroup>.shiny-options-group>.radio{margin-right:.3em}.quarto-dashboard .card .card-toolbar .form-select{padding-top:.2em;padding-bottom:.2em}.quarto-dashboard .card .card-toolbar .shiny-input-select{min-width:6em}.quarto-dashboard .card .card-toolbar div.checkbox{margin-bottom:0px}.quarto-dashboard .card .card-toolbar>.checkbox:first-child{margin-top:6px}.quarto-dashboard .card-body>table>thead{border-top:none}.quarto-dashboard .card-body>.table>:not(caption)>*>*{background-color:#fff}.tableFloatingHeaderOriginal{background-color:#fff;position:sticky !important;top:0 !important}.dashboard-data-table{margin-top:-1px}.quarto-listing{padding-bottom:1em}.listing-pagination{padding-top:.5em}ul.pagination{float:right;padding-left:8px;padding-top:.5em}ul.pagination li{padding-right:.75em}ul.pagination li.disabled a,ul.pagination li.active a{color:#fff;text-decoration:none}ul.pagination li:last-of-type{padding-right:0}.listing-actions-group{display:flex}.quarto-listing-filter{margin-bottom:1em;width:200px;margin-left:auto}.quarto-listing-sort{margin-bottom:1em;margin-right:auto;width:auto}.quarto-listing-sort .input-group-text{font-size:.8em}.input-group-text{border-right:none}.quarto-listing-sort select.form-select{font-size:.8em}.listing-no-matching{text-align:center;padding-top:2em;padding-bottom:3em;font-size:1em}#quarto-margin-sidebar .quarto-listing-category{padding-top:0;font-size:1rem}#quarto-margin-sidebar .quarto-listing-category-title{cursor:pointer;font-weight:600;font-size:1rem}.quarto-listing-category .category{cursor:pointer}.quarto-listing-category .category.active{font-weight:600}.quarto-listing-category.category-cloud{display:flex;flex-wrap:wrap;align-items:baseline}.quarto-listing-category.category-cloud .category{padding-right:5px}.quarto-listing-category.category-cloud .category-cloud-1{font-size:.75em}.quarto-listing-category.category-cloud .category-cloud-2{font-size:.95em}.quarto-listing-category.category-cloud .category-cloud-3{font-size:1.15em}.quarto-listing-category.category-cloud .category-cloud-4{font-size:1.35em}.quarto-listing-category.category-cloud .category-cloud-5{font-size:1.55em}.quarto-listing-category.category-cloud .category-cloud-6{font-size:1.75em}.quarto-listing-category.category-cloud .category-cloud-7{font-size:1.95em}.quarto-listing-category.category-cloud .category-cloud-8{font-size:2.15em}.quarto-listing-category.category-cloud .category-cloud-9{font-size:2.35em}.quarto-listing-category.category-cloud .category-cloud-10{font-size:2.55em}.quarto-listing-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-1{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-2{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-3{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-3{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-4{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-4{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-5{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-5{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-6{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-6{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-7{grid-template-columns:repeat(7, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-7{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-7{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-8{grid-template-columns:repeat(8, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-8{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-8{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-9{grid-template-columns:repeat(9, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-9{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-9{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-10{grid-template-columns:repeat(10, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-10{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-10{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-11{grid-template-columns:repeat(11, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-11{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-11{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-12{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-12{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-grid{gap:1.5em}.quarto-grid-item.borderless{border:none}.quarto-grid-item.borderless .listing-categories .listing-category:last-of-type,.quarto-grid-item.borderless .listing-categories .listing-category:first-of-type{padding-left:0}.quarto-grid-item.borderless .listing-categories .listing-category{border:0}.quarto-grid-link{text-decoration:none;color:inherit}.quarto-grid-link:hover{text-decoration:none;color:inherit}.quarto-grid-item h5.title,.quarto-grid-item .title.h5{margin-top:0;margin-bottom:0}.quarto-grid-item .card-footer{display:flex;justify-content:space-between;font-size:.8em}.quarto-grid-item .card-footer p{margin-bottom:0}.quarto-grid-item p.card-img-top{margin-bottom:0}.quarto-grid-item p.card-img-top>img{object-fit:cover}.quarto-grid-item .card-other-values{margin-top:.5em;font-size:.8em}.quarto-grid-item .card-other-values tr{margin-bottom:.5em}.quarto-grid-item .card-other-values tr>td:first-of-type{font-weight:600;padding-right:1em;padding-left:1em;vertical-align:top}.quarto-grid-item div.post-contents{display:flex;flex-direction:column;text-decoration:none;height:100%}.quarto-grid-item .listing-item-img-placeholder{background-color:rgba(52,58,64,.25);flex-shrink:0}.quarto-grid-item .card-attribution{padding-top:1em;display:flex;gap:1em;text-transform:uppercase;color:#6c757d;font-weight:500;flex-grow:10;align-items:flex-end}.quarto-grid-item .description{padding-bottom:1em}.quarto-grid-item .card-attribution .date{align-self:flex-end}.quarto-grid-item .card-attribution.justify{justify-content:space-between}.quarto-grid-item .card-attribution.start{justify-content:flex-start}.quarto-grid-item .card-attribution.end{justify-content:flex-end}.quarto-grid-item .card-title{margin-bottom:.1em}.quarto-grid-item .card-subtitle{padding-top:.25em}.quarto-grid-item .card-text{font-size:.9em}.quarto-grid-item .listing-reading-time{padding-bottom:.25em}.quarto-grid-item .card-text-small{font-size:.8em}.quarto-grid-item .card-subtitle.subtitle{font-size:.9em;font-weight:600;padding-bottom:.5em}.quarto-grid-item .listing-categories{display:flex;flex-wrap:wrap;padding-bottom:5px}.quarto-grid-item .listing-categories .listing-category{color:#6c757d;border:solid 1px #dee2e6;border-radius:.25rem;text-transform:uppercase;font-size:.65em;padding-left:.5em;padding-right:.5em;padding-top:.15em;padding-bottom:.15em;cursor:pointer;margin-right:4px;margin-bottom:4px}.quarto-grid-item.card-right{text-align:right}.quarto-grid-item.card-right .listing-categories{justify-content:flex-end}.quarto-grid-item.card-left{text-align:left}.quarto-grid-item.card-center{text-align:center}.quarto-grid-item.card-center .listing-description{text-align:justify}.quarto-grid-item.card-center .listing-categories{justify-content:center}table.quarto-listing-table td.image{padding:0px}table.quarto-listing-table td.image img{width:100%;max-width:50px;object-fit:contain}table.quarto-listing-table a{text-decoration:none;word-break:keep-all}table.quarto-listing-table th a{color:inherit}table.quarto-listing-table th a.asc:after{margin-bottom:-2px;margin-left:5px;display:inline-block;height:1rem;width:1rem;background-repeat:no-repeat;background-size:1rem 1rem;background-image:url('data:image/svg+xml,');content:""}table.quarto-listing-table th a.desc:after{margin-bottom:-2px;margin-left:5px;display:inline-block;height:1rem;width:1rem;background-repeat:no-repeat;background-size:1rem 1rem;background-image:url('data:image/svg+xml,');content:""}table.quarto-listing-table.table-hover td{cursor:pointer}.quarto-post.image-left{flex-direction:row}.quarto-post.image-right{flex-direction:row-reverse}@media(max-width: 767.98px){.quarto-post.image-right,.quarto-post.image-left{gap:0em;flex-direction:column}.quarto-post .metadata{padding-bottom:1em;order:2}.quarto-post .body{order:1}.quarto-post .thumbnail{order:3}}.list.quarto-listing-default div:last-of-type{border-bottom:none}@media(min-width: 992px){.quarto-listing-container-default{margin-right:2em}}div.quarto-post{display:flex;gap:2em;margin-bottom:1.5em;border-bottom:1px solid #dee2e6}@media(max-width: 767.98px){div.quarto-post{padding-bottom:1em}}div.quarto-post .metadata{flex-basis:20%;flex-grow:0;margin-top:.2em;flex-shrink:10}div.quarto-post .thumbnail{flex-basis:30%;flex-grow:0;flex-shrink:0}div.quarto-post .thumbnail img{margin-top:.4em;width:100%;object-fit:cover}div.quarto-post .body{flex-basis:45%;flex-grow:1;flex-shrink:0}div.quarto-post .body h3.listing-title,div.quarto-post .body .listing-title.h3{margin-top:0px;margin-bottom:0px;border-bottom:none}div.quarto-post .body .listing-subtitle{font-size:.875em;margin-bottom:.5em;margin-top:.2em}div.quarto-post .body .description{font-size:.9em}div.quarto-post .body pre code{white-space:pre-wrap}div.quarto-post a{color:#343a40;text-decoration:none}div.quarto-post .metadata{display:flex;flex-direction:column;font-size:.8em;font-family:Fira Sans Condensed,sans-serif;flex-basis:33%}div.quarto-post .listing-categories{display:flex;flex-wrap:wrap;padding-bottom:5px}div.quarto-post .listing-categories .listing-category{color:#6c757d;border:solid 1px #dee2e6;border-radius:.25rem;text-transform:uppercase;font-size:.65em;padding-left:.5em;padding-right:.5em;padding-top:.15em;padding-bottom:.15em;cursor:pointer;margin-right:4px;margin-bottom:4px}div.quarto-post .listing-description{margin-bottom:.5em}div.quarto-about-jolla{display:flex !important;flex-direction:column;align-items:center;margin-top:10%;padding-bottom:1em}div.quarto-about-jolla .about-image{object-fit:cover;margin-left:auto;margin-right:auto;margin-bottom:1.5em}div.quarto-about-jolla img.round{border-radius:50%}div.quarto-about-jolla img.rounded{border-radius:10px}div.quarto-about-jolla .quarto-title h1.title,div.quarto-about-jolla .quarto-title .title.h1{text-align:center}div.quarto-about-jolla .quarto-title .description{text-align:center}div.quarto-about-jolla h2,div.quarto-about-jolla .h2{border-bottom:none}div.quarto-about-jolla .about-sep{width:60%}div.quarto-about-jolla main{text-align:center}div.quarto-about-jolla .about-links{display:flex}@media(min-width: 992px){div.quarto-about-jolla .about-links{flex-direction:row;column-gap:.8em;row-gap:15px;flex-wrap:wrap}}@media(max-width: 991.98px){div.quarto-about-jolla .about-links{flex-direction:column;row-gap:1em;width:100%;padding-bottom:1.5em}}div.quarto-about-jolla .about-link{color:#626d78;text-decoration:none;border:solid 1px}@media(min-width: 992px){div.quarto-about-jolla .about-link{font-size:.8em;padding:.25em .5em;border-radius:4px}}@media(max-width: 991.98px){div.quarto-about-jolla .about-link{font-size:1.1em;padding:.5em .5em;text-align:center;border-radius:6px}}div.quarto-about-jolla .about-link:hover{color:#cf4446}div.quarto-about-jolla .about-link i.bi{margin-right:.15em}div.quarto-about-solana{display:flex !important;flex-direction:column;padding-top:3em !important;padding-bottom:1em}div.quarto-about-solana .about-entity{display:flex !important;align-items:start;justify-content:space-between}@media(min-width: 992px){div.quarto-about-solana .about-entity{flex-direction:row}}@media(max-width: 991.98px){div.quarto-about-solana .about-entity{flex-direction:column-reverse;align-items:center;text-align:center}}div.quarto-about-solana .about-entity .entity-contents{display:flex;flex-direction:column}@media(max-width: 767.98px){div.quarto-about-solana .about-entity .entity-contents{width:100%}}div.quarto-about-solana .about-entity .about-image{object-fit:cover}@media(max-width: 991.98px){div.quarto-about-solana .about-entity .about-image{margin-bottom:1.5em}}div.quarto-about-solana .about-entity img.round{border-radius:50%}div.quarto-about-solana .about-entity img.rounded{border-radius:10px}div.quarto-about-solana .about-entity .about-links{display:flex;justify-content:left;padding-bottom:1.2em}@media(min-width: 992px){div.quarto-about-solana .about-entity .about-links{flex-direction:row;column-gap:.8em;row-gap:15px;flex-wrap:wrap}}@media(max-width: 991.98px){div.quarto-about-solana .about-entity .about-links{flex-direction:column;row-gap:1em;width:100%;padding-bottom:1.5em}}div.quarto-about-solana .about-entity .about-link{color:#626d78;text-decoration:none;border:solid 1px}@media(min-width: 992px){div.quarto-about-solana .about-entity .about-link{font-size:.8em;padding:.25em .5em;border-radius:4px}}@media(max-width: 991.98px){div.quarto-about-solana .about-entity .about-link{font-size:1.1em;padding:.5em .5em;text-align:center;border-radius:6px}}div.quarto-about-solana .about-entity .about-link:hover{color:#cf4446}div.quarto-about-solana .about-entity .about-link i.bi{margin-right:.15em}div.quarto-about-solana .about-contents{padding-right:1.5em;flex-basis:0;flex-grow:1}div.quarto-about-solana .about-contents main.content{margin-top:0}div.quarto-about-solana .about-contents h2,div.quarto-about-solana .about-contents .h2{border-bottom:none}div.quarto-about-trestles{display:flex !important;flex-direction:row;padding-top:3em !important;padding-bottom:1em}@media(max-width: 991.98px){div.quarto-about-trestles{flex-direction:column;padding-top:0em !important}}div.quarto-about-trestles .about-entity{display:flex !important;flex-direction:column;align-items:center;text-align:center;padding-right:1em}@media(min-width: 992px){div.quarto-about-trestles .about-entity{flex:0 0 42%}}div.quarto-about-trestles .about-entity .about-image{object-fit:cover;margin-bottom:1.5em}div.quarto-about-trestles .about-entity img.round{border-radius:50%}div.quarto-about-trestles .about-entity img.rounded{border-radius:10px}div.quarto-about-trestles .about-entity .about-links{display:flex;justify-content:center}@media(min-width: 992px){div.quarto-about-trestles .about-entity .about-links{flex-direction:row;column-gap:.8em;row-gap:15px;flex-wrap:wrap}}@media(max-width: 991.98px){div.quarto-about-trestles .about-entity .about-links{flex-direction:column;row-gap:1em;width:100%;padding-bottom:1.5em}}div.quarto-about-trestles .about-entity .about-link{color:#626d78;text-decoration:none;border:solid 1px}@media(min-width: 992px){div.quarto-about-trestles .about-entity .about-link{font-size:.8em;padding:.25em .5em;border-radius:4px}}@media(max-width: 991.98px){div.quarto-about-trestles .about-entity .about-link{font-size:1.1em;padding:.5em .5em;text-align:center;border-radius:6px}}div.quarto-about-trestles .about-entity .about-link:hover{color:#cf4446}div.quarto-about-trestles .about-entity .about-link i.bi{margin-right:.15em}div.quarto-about-trestles .about-contents{flex-basis:0;flex-grow:1}div.quarto-about-trestles .about-contents h2,div.quarto-about-trestles .about-contents .h2{border-bottom:none}@media(min-width: 992px){div.quarto-about-trestles .about-contents{border-left:solid 1px #dee2e6;padding-left:1.5em}}div.quarto-about-trestles .about-contents main.content{margin-top:0}div.quarto-about-marquee{padding-bottom:1em}div.quarto-about-marquee .about-contents{display:flex;flex-direction:column}div.quarto-about-marquee .about-image{max-height:550px;margin-bottom:1.5em;object-fit:cover}div.quarto-about-marquee img.round{border-radius:50%}div.quarto-about-marquee img.rounded{border-radius:10px}div.quarto-about-marquee h2,div.quarto-about-marquee .h2{border-bottom:none}div.quarto-about-marquee .about-links{display:flex;justify-content:center;padding-top:1.5em}@media(min-width: 992px){div.quarto-about-marquee .about-links{flex-direction:row;column-gap:.8em;row-gap:15px;flex-wrap:wrap}}@media(max-width: 991.98px){div.quarto-about-marquee .about-links{flex-direction:column;row-gap:1em;width:100%;padding-bottom:1.5em}}div.quarto-about-marquee .about-link{color:#626d78;text-decoration:none;border:solid 1px}@media(min-width: 992px){div.quarto-about-marquee .about-link{font-size:.8em;padding:.25em .5em;border-radius:4px}}@media(max-width: 991.98px){div.quarto-about-marquee .about-link{font-size:1.1em;padding:.5em .5em;text-align:center;border-radius:6px}}div.quarto-about-marquee .about-link:hover{color:#cf4446}div.quarto-about-marquee .about-link i.bi{margin-right:.15em}@media(min-width: 992px){div.quarto-about-marquee .about-link{border:none}}div.quarto-about-broadside{display:flex;flex-direction:column;padding-bottom:1em}div.quarto-about-broadside .about-main{display:flex !important;padding-top:0 !important}@media(min-width: 992px){div.quarto-about-broadside .about-main{flex-direction:row;align-items:flex-start}}@media(max-width: 991.98px){div.quarto-about-broadside .about-main{flex-direction:column}}@media(max-width: 991.98px){div.quarto-about-broadside .about-main .about-entity{flex-shrink:0;width:100%;height:450px;margin-bottom:1.5em;background-size:cover;background-repeat:no-repeat}}@media(min-width: 992px){div.quarto-about-broadside .about-main .about-entity{flex:0 10 50%;margin-right:1.5em;width:100%;height:100%;background-size:100%;background-repeat:no-repeat}}div.quarto-about-broadside .about-main .about-contents{padding-top:14px;flex:0 0 50%}div.quarto-about-broadside h2,div.quarto-about-broadside .h2{border-bottom:none}div.quarto-about-broadside .about-sep{margin-top:1.5em;width:60%;align-self:center}div.quarto-about-broadside .about-links{display:flex;justify-content:center;column-gap:20px;padding-top:1.5em}@media(min-width: 992px){div.quarto-about-broadside .about-links{flex-direction:row;column-gap:.8em;row-gap:15px;flex-wrap:wrap}}@media(max-width: 991.98px){div.quarto-about-broadside .about-links{flex-direction:column;row-gap:1em;width:100%;padding-bottom:1.5em}}div.quarto-about-broadside .about-link{color:#626d78;text-decoration:none;border:solid 1px}@media(min-width: 992px){div.quarto-about-broadside .about-link{font-size:.8em;padding:.25em .5em;border-radius:4px}}@media(max-width: 991.98px){div.quarto-about-broadside .about-link{font-size:1.1em;padding:.5em .5em;text-align:center;border-radius:6px}}div.quarto-about-broadside .about-link:hover{color:#cf4446}div.quarto-about-broadside .about-link i.bi{margin-right:.15em}@media(min-width: 992px){div.quarto-about-broadside .about-link{border:none}}.tippy-box[data-theme~=quarto]{background-color:#fff;border:solid 1px #dee2e6;border-radius:.25rem;color:#343a40;font-size:1.09375rem}.tippy-box[data-theme~=quarto]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=quarto]>.tippy-arrow:after,.tippy-box[data-theme~=quarto]>.tippy-svg-arrow:after{content:"";position:absolute;z-index:-1}.tippy-box[data-theme~=quarto]>.tippy-arrow:after{border-color:rgba(0,0,0,0);border-style:solid}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-6px}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-6px}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-6px}.tippy-box[data-placement^=left]>.tippy-arrow:before{right:-6px}.tippy-box[data-theme~=quarto][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=quarto][data-placement^=top]>.tippy-arrow:after{border-top-color:#dee2e6;border-width:7px 7px 0;top:17px;left:1px}.tippy-box[data-theme~=quarto][data-placement^=top]>.tippy-svg-arrow>svg{top:16px}.tippy-box[data-theme~=quarto][data-placement^=top]>.tippy-svg-arrow:after{top:17px}.tippy-box[data-theme~=quarto][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff;bottom:16px}.tippy-box[data-theme~=quarto][data-placement^=bottom]>.tippy-arrow:after{border-bottom-color:#dee2e6;border-width:0 7px 7px;bottom:17px;left:1px}.tippy-box[data-theme~=quarto][data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:15px}.tippy-box[data-theme~=quarto][data-placement^=bottom]>.tippy-svg-arrow:after{bottom:17px}.tippy-box[data-theme~=quarto][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=quarto][data-placement^=left]>.tippy-arrow:after{border-left-color:#dee2e6;border-width:7px 0 7px 7px;left:17px;top:1px}.tippy-box[data-theme~=quarto][data-placement^=left]>.tippy-svg-arrow>svg{left:11px}.tippy-box[data-theme~=quarto][data-placement^=left]>.tippy-svg-arrow:after{left:12px}.tippy-box[data-theme~=quarto][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff;right:16px}.tippy-box[data-theme~=quarto][data-placement^=right]>.tippy-arrow:after{border-width:7px 7px 7px 0;right:17px;top:1px;border-right-color:#dee2e6}.tippy-box[data-theme~=quarto][data-placement^=right]>.tippy-svg-arrow>svg{right:11px}.tippy-box[data-theme~=quarto][data-placement^=right]>.tippy-svg-arrow:after{right:12px}.tippy-box[data-theme~=quarto]>.tippy-svg-arrow{fill:#343a40}.tippy-box[data-theme~=quarto]>.tippy-svg-arrow:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);background-size:16px 6px;width:16px;height:6px}.top-right{position:absolute;top:1em;right:1em}.visually-hidden{border:0;clip:rect(0 0 0 0);height:auto;margin:0;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none !important}.zindex-bottom{z-index:-1 !important}figure.figure{display:block}.quarto-layout-panel{margin-bottom:1em}.quarto-layout-panel>figure{width:100%}.quarto-layout-panel>figure>figcaption,.quarto-layout-panel>.panel-caption{margin-top:10pt}.quarto-layout-panel>.table-caption{margin-top:0px}.table-caption p{margin-bottom:.5em}.quarto-layout-row{display:flex;flex-direction:row;align-items:flex-start}.quarto-layout-valign-top{align-items:flex-start}.quarto-layout-valign-bottom{align-items:flex-end}.quarto-layout-valign-center{align-items:center}.quarto-layout-cell{position:relative;margin-right:20px}.quarto-layout-cell:last-child{margin-right:0}.quarto-layout-cell figure,.quarto-layout-cell>p{margin:.2em}.quarto-layout-cell img{max-width:100%}.quarto-layout-cell .html-widget{width:100% !important}.quarto-layout-cell div figure p{margin:0}.quarto-layout-cell figure{display:block;margin-inline-start:0;margin-inline-end:0}.quarto-layout-cell table{display:inline-table}.quarto-layout-cell-subref figcaption,figure .quarto-layout-row figure figcaption{text-align:center;font-style:italic}.quarto-figure{position:relative;margin-bottom:1em}.quarto-figure>figure{width:100%;margin-bottom:0}.quarto-figure-left>figure>p,.quarto-figure-left>figure>div{text-align:left}.quarto-figure-center>figure>p,.quarto-figure-center>figure>div{text-align:center}.quarto-figure-right>figure>p,.quarto-figure-right>figure>div{text-align:right}.quarto-figure>figure>div.cell-annotation,.quarto-figure>figure>div code{text-align:left}figure>p:empty{display:none}figure>p:first-child{margin-top:0;margin-bottom:0}figure>figcaption.quarto-float-caption-bottom{margin-bottom:.5em}figure>figcaption.quarto-float-caption-top{margin-top:.5em}div[id^=tbl-]{position:relative}.quarto-figure>.anchorjs-link{position:absolute;top:.6em;right:.5em}div[id^=tbl-]>.anchorjs-link{position:absolute;top:.7em;right:.3em}.quarto-figure:hover>.anchorjs-link,div[id^=tbl-]:hover>.anchorjs-link,h2:hover>.anchorjs-link,.h2:hover>.anchorjs-link,h3:hover>.anchorjs-link,.h3:hover>.anchorjs-link,h4:hover>.anchorjs-link,.h4:hover>.anchorjs-link,h5:hover>.anchorjs-link,.h5:hover>.anchorjs-link,h6:hover>.anchorjs-link,.h6:hover>.anchorjs-link,.reveal-anchorjs-link>.anchorjs-link{opacity:1}#title-block-header{margin-block-end:1rem;position:relative;margin-top:-1px}#title-block-header .abstract{margin-block-start:1rem}#title-block-header .abstract .abstract-title{font-weight:600}#title-block-header a{text-decoration:none}#title-block-header .author,#title-block-header .date,#title-block-header .doi{margin-block-end:.2rem}#title-block-header .quarto-title-block>div{display:flex}#title-block-header .quarto-title-block>div>h1,#title-block-header .quarto-title-block>div>.h1{flex-grow:1}#title-block-header .quarto-title-block>div>button{flex-shrink:0;height:2.25rem;margin-top:0}@media(min-width: 992px){#title-block-header .quarto-title-block>div>button{margin-top:5px}}tr.header>th>p:last-of-type{margin-bottom:0px}table,table.table{margin-top:.5rem;margin-bottom:.5rem}caption,.table-caption{padding-top:.5rem;padding-bottom:.5rem;text-align:center}figure.quarto-float-tbl figcaption.quarto-float-caption-top{margin-top:.5rem;margin-bottom:.25rem;text-align:center}figure.quarto-float-tbl figcaption.quarto-float-caption-bottom{padding-top:.25rem;margin-bottom:.5rem;text-align:center}.utterances{max-width:none;margin-left:-8px}iframe{margin-bottom:1em}details{margin-bottom:1em}details[show]{margin-bottom:0}details>summary{color:#6c757d}details>summary>p:only-child{display:inline}pre.sourceCode,code.sourceCode{position:relative}p code:not(.sourceCode){white-space:pre-wrap}code{white-space:pre}@media print{code{white-space:pre-wrap}}pre>code{display:block}pre>code.sourceCode{white-space:pre}pre>code.sourceCode>span>a:first-child::before{text-decoration:none}pre.code-overflow-wrap>code.sourceCode{white-space:pre-wrap}pre.code-overflow-scroll>code.sourceCode{white-space:pre}code a:any-link{color:inherit;text-decoration:none}code a:hover{color:inherit;text-decoration:underline}ul.task-list{padding-left:1em}[data-tippy-root]{display:inline-block}.tippy-content .footnote-back{display:none}.footnote-back{margin-left:.2em}.tippy-content{overflow-x:auto}.quarto-embedded-source-code{display:none}.quarto-unresolved-ref{font-weight:600}.quarto-cover-image{max-width:35%;float:right;margin-left:30px}.cell-output-display .widget-subarea{margin-bottom:1em}.cell-output-display:not(.no-overflow-x),.knitsql-table:not(.no-overflow-x){overflow-x:auto}.panel-input{margin-bottom:1em}.panel-input>div,.panel-input>div>div{display:inline-block;vertical-align:top;padding-right:12px}.panel-input>p:last-child{margin-bottom:0}.layout-sidebar{margin-bottom:1em}.layout-sidebar .tab-content{border:none}.tab-content>.page-columns.active{display:grid}div.sourceCode>iframe{width:100%;height:300px;margin-bottom:-0.5em}a{text-underline-offset:3px}div.ansi-escaped-output{font-family:monospace;display:block}/*! +* +* ansi colors from IPython notebook's +* +* we also add `bright-[color]-` synonyms for the `-[color]-intense` classes since +* that seems to be what ansi_up emits +* +*/.ansi-black-fg{color:#3e424d}.ansi-black-bg{background-color:#3e424d}.ansi-black-intense-black,.ansi-bright-black-fg{color:#282c36}.ansi-black-intense-black,.ansi-bright-black-bg{background-color:#282c36}.ansi-red-fg{color:#e75c58}.ansi-red-bg{background-color:#e75c58}.ansi-red-intense-red,.ansi-bright-red-fg{color:#b22b31}.ansi-red-intense-red,.ansi-bright-red-bg{background-color:#b22b31}.ansi-green-fg{color:#00a250}.ansi-green-bg{background-color:#00a250}.ansi-green-intense-green,.ansi-bright-green-fg{color:#007427}.ansi-green-intense-green,.ansi-bright-green-bg{background-color:#007427}.ansi-yellow-fg{color:#ddb62b}.ansi-yellow-bg{background-color:#ddb62b}.ansi-yellow-intense-yellow,.ansi-bright-yellow-fg{color:#b27d12}.ansi-yellow-intense-yellow,.ansi-bright-yellow-bg{background-color:#b27d12}.ansi-blue-fg{color:#208ffb}.ansi-blue-bg{background-color:#208ffb}.ansi-blue-intense-blue,.ansi-bright-blue-fg{color:#0065ca}.ansi-blue-intense-blue,.ansi-bright-blue-bg{background-color:#0065ca}.ansi-magenta-fg{color:#d160c4}.ansi-magenta-bg{background-color:#d160c4}.ansi-magenta-intense-magenta,.ansi-bright-magenta-fg{color:#a03196}.ansi-magenta-intense-magenta,.ansi-bright-magenta-bg{background-color:#a03196}.ansi-cyan-fg{color:#60c6c8}.ansi-cyan-bg{background-color:#60c6c8}.ansi-cyan-intense-cyan,.ansi-bright-cyan-fg{color:#258f8f}.ansi-cyan-intense-cyan,.ansi-bright-cyan-bg{background-color:#258f8f}.ansi-white-fg{color:#c5c1b4}.ansi-white-bg{background-color:#c5c1b4}.ansi-white-intense-white,.ansi-bright-white-fg{color:#a1a6b2}.ansi-white-intense-white,.ansi-bright-white-bg{background-color:#a1a6b2}.ansi-default-inverse-fg{color:#fff}.ansi-default-inverse-bg{background-color:#000}.ansi-bold{font-weight:bold}.ansi-underline{text-decoration:underline}:root{--quarto-body-bg: #fff;--quarto-body-color: #343a40;--quarto-text-muted: #6c757d;--quarto-border-color: rgba(0, 0, 0, 0.1);--quarto-border-width: 1px;--quarto-border-radius: 0.25rem}table.gt_table{color:var(--quarto-body-color);font-size:1em;width:100%;background-color:rgba(0,0,0,0);border-top-width:inherit;border-bottom-width:inherit;border-color:var(--quarto-border-color)}table.gt_table th.gt_column_spanner_outer{color:var(--quarto-body-color);background-color:rgba(0,0,0,0);border-top-width:inherit;border-bottom-width:inherit;border-color:var(--quarto-border-color)}table.gt_table th.gt_col_heading{color:var(--quarto-body-color);font-weight:bold;background-color:rgba(0,0,0,0)}table.gt_table thead.gt_col_headings{border-bottom:1px solid currentColor;border-top-width:inherit;border-top-color:var(--quarto-border-color)}table.gt_table thead.gt_col_headings:not(:first-child){border-top-width:1px;border-top-color:var(--quarto-border-color)}table.gt_table td.gt_row{border-bottom-width:1px;border-bottom-color:var(--quarto-border-color);border-top-width:0px}table.gt_table tbody.gt_table_body{border-top-width:1px;border-bottom-width:1px;border-bottom-color:var(--quarto-border-color);border-top-color:currentColor}div.columns{display:initial;gap:initial}div.column{display:inline-block;overflow-x:initial;vertical-align:top;width:50%}.code-annotation-tip-content{word-wrap:break-word}.code-annotation-container-hidden{display:none !important}dl.code-annotation-container-grid{display:grid;grid-template-columns:min-content auto}dl.code-annotation-container-grid dt{grid-column:1}dl.code-annotation-container-grid dd{grid-column:2}pre.sourceCode.code-annotation-code{padding-right:0}code.sourceCode .code-annotation-anchor{z-index:100;position:relative;float:right;background-color:rgba(0,0,0,0)}input[type=checkbox]{margin-right:.5ch}:root{--mermaid-bg-color: #fff;--mermaid-edge-color: #adb5bd;--mermaid-node-fg-color: #343a40;--mermaid-fg-color: #343a40;--mermaid-fg-color--lighter: #4b545c;--mermaid-fg-color--lightest: #626d78;--mermaid-font-family: Fira Sans Condensed, sans-serif;--mermaid-label-bg-color: #fff;--mermaid-label-fg-color: #42159D;--mermaid-node-bg-color: rgba(66, 21, 157, 0.1);--mermaid-node-fg-color: #343a40}@media print{:root{font-size:11pt}#quarto-sidebar,#TOC,.nav-page{display:none}.page-columns .content{grid-column-start:page-start}.fixed-top{position:relative}.panel-caption,.figure-caption,figcaption{color:#666}}.code-copy-button{position:absolute;top:0;right:0;border:0;margin-top:5px;margin-right:5px;background-color:rgba(0,0,0,0);z-index:3}.code-copy-button:focus{outline:none}.code-copy-button-tooltip{font-size:.75em}pre.sourceCode:hover>.code-copy-button>.bi::before{display:inline-block;height:1rem;width:1rem;content:"";vertical-align:-0.125em;background-image:url('data:image/svg+xml,');background-repeat:no-repeat;background-size:1rem 1rem}pre.sourceCode:hover>.code-copy-button-checked>.bi::before{background-image:url('data:image/svg+xml,')}pre.sourceCode:hover>.code-copy-button:hover>.bi::before{background-image:url('data:image/svg+xml,')}pre.sourceCode:hover>.code-copy-button-checked:hover>.bi::before{background-image:url('data:image/svg+xml,')}main ol ol,main ul ul,main ol ul,main ul ol{margin-bottom:1em}ul>li:not(:has(>p))>ul,ol>li:not(:has(>p))>ul,ul>li:not(:has(>p))>ol,ol>li:not(:has(>p))>ol{margin-bottom:0}ul>li:not(:has(>p))>ul>li:has(>p),ol>li:not(:has(>p))>ul>li:has(>p),ul>li:not(:has(>p))>ol>li:has(>p),ol>li:not(:has(>p))>ol>li:has(>p){margin-top:1rem}body{margin:0}main.page-columns>header>h1.title,main.page-columns>header>.title.h1{margin-bottom:0}@media(min-width: 992px){body .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset] 35px [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(500px, calc(850px - 3em)) [body-content-end] 1.5em [body-end] 35px [body-end-outset] minmax(75px, 145px) [page-end-inset] 35px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.fullcontent:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset] 35px [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(500px, calc(850px - 3em)) [body-content-end] 1.5em [body-end] 35px [body-end-outset] 35px [page-end-inset page-end] 5fr [screen-end-inset] 1.5em}body.slimcontent:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset] 35px [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(500px, calc(850px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(0px, 200px) [page-end-inset] 35px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.listing:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(500px, calc(850px - 3em)) [body-content-end] 3em [body-end] 50px [body-end-outset] minmax(0px, 250px) [page-end-inset] minmax(50px, 100px) [page-end] 1fr [screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 35px [page-start-inset] minmax(0px, 175px) [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(450px, calc(800px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(0px, 200px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 35px [page-start-inset] minmax(0px, 175px) [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(450px, calc(800px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(0px, 200px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] minmax(25px, 50px) [page-start-inset] minmax(50px, 150px) [body-start-outset] minmax(25px, 50px) [body-start] 1.5em [body-content-start] minmax(500px, calc(800px - 3em)) [body-content-end] 1.5em [body-end] minmax(25px, 50px) [body-end-outset] minmax(50px, 150px) [page-end-inset] minmax(25px, 50px) [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(500px, calc(1000px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(50px, 100px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked.fullcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(500px, calc(1000px - 3em)) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating.fullcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 50px [page-start-inset] minmax(50px, 150px) [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(500px, calc(800px - 3em)) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked.slimcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(450px, calc(750px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(0px, 200px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked.listing .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(500px, calc(1000px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(0px, 200px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating.slimcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 50px [page-start-inset] minmax(50px, 150px) [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(450px, calc(750px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(50px, 150px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating.listing .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] minmax(25px, 50px) [page-start-inset] minmax(50px, 150px) [body-start-outset] minmax(25px, 50px) [body-start] 1.5em [body-content-start] minmax(500px, calc(800px - 3em)) [body-content-end] 1.5em [body-end] minmax(25px, 50px) [body-end-outset] minmax(50px, 150px) [page-end-inset] minmax(25px, 50px) [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}}@media(max-width: 991.98px){body .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset] 5fr [body-start] 1.5em [body-content-start] minmax(500px, calc(800px - 3em)) [body-content-end] 1.5em [body-end] 35px [body-end-outset] minmax(75px, 145px) [page-end-inset] 35px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.fullcontent:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset] 5fr [body-start] 1.5em [body-content-start] minmax(500px, calc(800px - 3em)) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.slimcontent:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset] 5fr [body-start] 1.5em [body-content-start] minmax(500px, calc(800px - 3em)) [body-content-end] 1.5em [body-end] 35px [body-end-outset] minmax(75px, 145px) [page-end-inset] 35px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.listing:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset] 5fr [body-start] 1.5em [body-content-start] minmax(500px, calc(1250px - 3em)) [body-content-end body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 35px [page-start-inset] minmax(0px, 145px) [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(450px, calc(800px - 3em)) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 35px [page-start-inset] minmax(0px, 145px) [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(450px, calc(800px - 3em)) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset body-start-outset body-start] 1.5em [body-content-start] minmax(500px, calc(750px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(75px, 150px) [page-end-inset] 25px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(500px, calc(750px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(25px, 50px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked.fullcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(500px, calc(1000px - 3em)) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating.fullcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset body-start-outset body-start] 1em [body-content-start] minmax(500px, calc(800px - 3em)) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 4fr [screen-end-inset] 1.5em [screen-end]}body.docked.slimcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(500px, calc(750px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(25px, 50px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked.listing .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(500px, calc(750px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(25px, 50px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating.slimcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset body-start-outset body-start] 1em [body-content-start] minmax(500px, calc(750px - 3em)) [body-content-end] 1.5em [body-end] 35px [body-end-outset] minmax(75px, 145px) [page-end-inset] 35px [page-end] 4fr [screen-end-inset] 1.5em [screen-end]}body.floating.listing .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset body-start-outset body-start] 1em [body-content-start] minmax(500px, calc(750px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(75px, 150px) [page-end-inset] 25px [page-end] 4fr [screen-end-inset] 1.5em [screen-end]}}@media(max-width: 767.98px){body .page-columns,body.fullcontent:not(.floating):not(.docked) .page-columns,body.slimcontent:not(.floating):not(.docked) .page-columns,body.docked .page-columns,body.docked.slimcontent .page-columns,body.docked.fullcontent .page-columns,body.floating .page-columns,body.floating.slimcontent .page-columns,body.floating.fullcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(0px, 1fr) [body-content-end body-end body-end-outset page-end-inset page-end screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(0px, 1fr) [body-content-end body-end body-end-outset page-end-inset page-end screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(0px, 1fr) [body-content-end body-end body-end-outset page-end-inset page-end screen-end-inset] 1.5em [screen-end]}nav[role=doc-toc]{display:none}}body,.page-row-navigation{grid-template-rows:[page-top] max-content [contents-top] max-content [contents-bottom] max-content [page-bottom]}.page-rows-contents{grid-template-rows:[content-top] minmax(max-content, 1fr) [content-bottom] minmax(60px, max-content) [page-bottom]}.page-full{grid-column:screen-start/screen-end !important}.page-columns>*{grid-column:body-content-start/body-content-end}.page-columns.column-page>*{grid-column:page-start/page-end}.page-columns.column-page-left .page-columns.page-full>*,.page-columns.column-page-left>*{grid-column:page-start/body-content-end}.page-columns.column-page-right .page-columns.page-full>*,.page-columns.column-page-right>*{grid-column:body-content-start/page-end}.page-rows{grid-auto-rows:auto}.header{grid-column:screen-start/screen-end;grid-row:page-top/contents-top}#quarto-content{padding:0;grid-column:screen-start/screen-end;grid-row:contents-top/contents-bottom}body.floating .sidebar.sidebar-navigation{grid-column:page-start/body-start;grid-row:content-top/page-bottom}body.docked .sidebar.sidebar-navigation{grid-column:screen-start/body-start;grid-row:content-top/page-bottom}.sidebar.toc-left{grid-column:page-start/body-start;grid-row:content-top/page-bottom}.sidebar.margin-sidebar{grid-column:body-end/page-end;grid-row:content-top/page-bottom}.page-columns .content{grid-column:body-content-start/body-content-end;grid-row:content-top/content-bottom;align-content:flex-start}.page-columns .page-navigation{grid-column:body-content-start/body-content-end;grid-row:content-bottom/page-bottom}.page-columns .footer{grid-column:screen-start/screen-end;grid-row:contents-bottom/page-bottom}.page-columns .column-body{grid-column:body-content-start/body-content-end}.page-columns .column-body-fullbleed{grid-column:body-start/body-end}.page-columns .column-body-outset{grid-column:body-start-outset/body-end-outset;z-index:998;opacity:.999}.page-columns .column-body-outset table{background:#fff}.page-columns .column-body-outset-left{grid-column:body-start-outset/body-content-end;z-index:998;opacity:.999}.page-columns .column-body-outset-left table{background:#fff}.page-columns .column-body-outset-right{grid-column:body-content-start/body-end-outset;z-index:998;opacity:.999}.page-columns .column-body-outset-right table{background:#fff}.page-columns .column-page{grid-column:page-start/page-end;z-index:998;opacity:.999}.page-columns .column-page table{background:#fff}.page-columns .column-page-inset{grid-column:page-start-inset/page-end-inset;z-index:998;opacity:.999}.page-columns .column-page-inset table{background:#fff}.page-columns .column-page-inset-left{grid-column:page-start-inset/body-content-end;z-index:998;opacity:.999}.page-columns .column-page-inset-left table{background:#fff}.page-columns .column-page-inset-right{grid-column:body-content-start/page-end-inset;z-index:998;opacity:.999}.page-columns .column-page-inset-right figcaption table{background:#fff}.page-columns .column-page-left{grid-column:page-start/body-content-end;z-index:998;opacity:.999}.page-columns .column-page-left table{background:#fff}.page-columns .column-page-right{grid-column:body-content-start/page-end;z-index:998;opacity:.999}.page-columns .column-page-right figcaption table{background:#fff}#quarto-content.page-columns #quarto-margin-sidebar,#quarto-content.page-columns #quarto-sidebar{z-index:1}@media(max-width: 991.98px){#quarto-content.page-columns #quarto-margin-sidebar.collapse,#quarto-content.page-columns #quarto-sidebar.collapse,#quarto-content.page-columns #quarto-margin-sidebar.collapsing,#quarto-content.page-columns #quarto-sidebar.collapsing{z-index:1055}}#quarto-content.page-columns main.column-page,#quarto-content.page-columns main.column-page-right,#quarto-content.page-columns main.column-page-left{z-index:0}.page-columns .column-screen-inset{grid-column:screen-start-inset/screen-end-inset;z-index:998;opacity:.999}.page-columns .column-screen-inset table{background:#fff}.page-columns .column-screen-inset-left{grid-column:screen-start-inset/body-content-end;z-index:998;opacity:.999}.page-columns .column-screen-inset-left table{background:#fff}.page-columns .column-screen-inset-right{grid-column:body-content-start/screen-end-inset;z-index:998;opacity:.999}.page-columns .column-screen-inset-right table{background:#fff}.page-columns .column-screen{grid-column:screen-start/screen-end;z-index:998;opacity:.999}.page-columns .column-screen table{background:#fff}.page-columns .column-screen-left{grid-column:screen-start/body-content-end;z-index:998;opacity:.999}.page-columns .column-screen-left table{background:#fff}.page-columns .column-screen-right{grid-column:body-content-start/screen-end;z-index:998;opacity:.999}.page-columns .column-screen-right table{background:#fff}.page-columns .column-screen-inset-shaded{grid-column:screen-start/screen-end;padding:1em;background:#f8f9fa;z-index:998;opacity:.999;margin-bottom:1em}.zindex-content{z-index:998;opacity:.999}.zindex-modal{z-index:1055;opacity:.999}.zindex-over-content{z-index:999;opacity:.999}img.img-fluid.column-screen,img.img-fluid.column-screen-inset-shaded,img.img-fluid.column-screen-inset,img.img-fluid.column-screen-inset-left,img.img-fluid.column-screen-inset-right,img.img-fluid.column-screen-left,img.img-fluid.column-screen-right{width:100%}@media(min-width: 992px){.margin-caption,div.aside,aside:not(.footnotes):not(.sidebar),.column-margin{grid-column:body-end/page-end !important;z-index:998}.column-sidebar{grid-column:page-start/body-start !important;z-index:998}.column-leftmargin{grid-column:screen-start-inset/body-start !important;z-index:998}.no-row-height{height:1em;overflow:visible}}@media(max-width: 991.98px){.margin-caption,div.aside,aside:not(.footnotes):not(.sidebar),.column-margin{grid-column:body-end/page-end !important;z-index:998}.no-row-height{height:1em;overflow:visible}.page-columns.page-full{overflow:visible}.page-columns.toc-left .margin-caption,.page-columns.toc-left div.aside,.page-columns.toc-left aside:not(.footnotes):not(.sidebar),.page-columns.toc-left .column-margin{grid-column:body-content-start/body-content-end !important;z-index:998;opacity:.999}.page-columns.toc-left .no-row-height{height:initial;overflow:initial}}@media(max-width: 767.98px){.margin-caption,div.aside,aside:not(.footnotes):not(.sidebar),.column-margin{grid-column:body-content-start/body-content-end !important;z-index:998;opacity:.999}.no-row-height{height:initial;overflow:initial}#quarto-margin-sidebar{display:none}#quarto-sidebar-toc-left{display:none}.hidden-sm{display:none}}.panel-grid{display:grid;grid-template-rows:repeat(1, 1fr);grid-template-columns:repeat(24, 1fr);gap:1em}.panel-grid .g-col-1{grid-column:auto/span 1}.panel-grid .g-col-2{grid-column:auto/span 2}.panel-grid .g-col-3{grid-column:auto/span 3}.panel-grid .g-col-4{grid-column:auto/span 4}.panel-grid .g-col-5{grid-column:auto/span 5}.panel-grid .g-col-6{grid-column:auto/span 6}.panel-grid .g-col-7{grid-column:auto/span 7}.panel-grid .g-col-8{grid-column:auto/span 8}.panel-grid .g-col-9{grid-column:auto/span 9}.panel-grid .g-col-10{grid-column:auto/span 10}.panel-grid .g-col-11{grid-column:auto/span 11}.panel-grid .g-col-12{grid-column:auto/span 12}.panel-grid .g-col-13{grid-column:auto/span 13}.panel-grid .g-col-14{grid-column:auto/span 14}.panel-grid .g-col-15{grid-column:auto/span 15}.panel-grid .g-col-16{grid-column:auto/span 16}.panel-grid .g-col-17{grid-column:auto/span 17}.panel-grid .g-col-18{grid-column:auto/span 18}.panel-grid .g-col-19{grid-column:auto/span 19}.panel-grid .g-col-20{grid-column:auto/span 20}.panel-grid .g-col-21{grid-column:auto/span 21}.panel-grid .g-col-22{grid-column:auto/span 22}.panel-grid .g-col-23{grid-column:auto/span 23}.panel-grid .g-col-24{grid-column:auto/span 24}.panel-grid .g-start-1{grid-column-start:1}.panel-grid .g-start-2{grid-column-start:2}.panel-grid .g-start-3{grid-column-start:3}.panel-grid .g-start-4{grid-column-start:4}.panel-grid .g-start-5{grid-column-start:5}.panel-grid .g-start-6{grid-column-start:6}.panel-grid .g-start-7{grid-column-start:7}.panel-grid .g-start-8{grid-column-start:8}.panel-grid .g-start-9{grid-column-start:9}.panel-grid .g-start-10{grid-column-start:10}.panel-grid .g-start-11{grid-column-start:11}.panel-grid .g-start-12{grid-column-start:12}.panel-grid .g-start-13{grid-column-start:13}.panel-grid .g-start-14{grid-column-start:14}.panel-grid .g-start-15{grid-column-start:15}.panel-grid .g-start-16{grid-column-start:16}.panel-grid .g-start-17{grid-column-start:17}.panel-grid .g-start-18{grid-column-start:18}.panel-grid .g-start-19{grid-column-start:19}.panel-grid .g-start-20{grid-column-start:20}.panel-grid .g-start-21{grid-column-start:21}.panel-grid .g-start-22{grid-column-start:22}.panel-grid .g-start-23{grid-column-start:23}@media(min-width: 576px){.panel-grid .g-col-sm-1{grid-column:auto/span 1}.panel-grid .g-col-sm-2{grid-column:auto/span 2}.panel-grid .g-col-sm-3{grid-column:auto/span 3}.panel-grid .g-col-sm-4{grid-column:auto/span 4}.panel-grid .g-col-sm-5{grid-column:auto/span 5}.panel-grid .g-col-sm-6{grid-column:auto/span 6}.panel-grid .g-col-sm-7{grid-column:auto/span 7}.panel-grid .g-col-sm-8{grid-column:auto/span 8}.panel-grid .g-col-sm-9{grid-column:auto/span 9}.panel-grid .g-col-sm-10{grid-column:auto/span 10}.panel-grid .g-col-sm-11{grid-column:auto/span 11}.panel-grid .g-col-sm-12{grid-column:auto/span 12}.panel-grid .g-col-sm-13{grid-column:auto/span 13}.panel-grid .g-col-sm-14{grid-column:auto/span 14}.panel-grid .g-col-sm-15{grid-column:auto/span 15}.panel-grid .g-col-sm-16{grid-column:auto/span 16}.panel-grid .g-col-sm-17{grid-column:auto/span 17}.panel-grid .g-col-sm-18{grid-column:auto/span 18}.panel-grid .g-col-sm-19{grid-column:auto/span 19}.panel-grid .g-col-sm-20{grid-column:auto/span 20}.panel-grid .g-col-sm-21{grid-column:auto/span 21}.panel-grid .g-col-sm-22{grid-column:auto/span 22}.panel-grid .g-col-sm-23{grid-column:auto/span 23}.panel-grid .g-col-sm-24{grid-column:auto/span 24}.panel-grid .g-start-sm-1{grid-column-start:1}.panel-grid .g-start-sm-2{grid-column-start:2}.panel-grid .g-start-sm-3{grid-column-start:3}.panel-grid .g-start-sm-4{grid-column-start:4}.panel-grid .g-start-sm-5{grid-column-start:5}.panel-grid .g-start-sm-6{grid-column-start:6}.panel-grid .g-start-sm-7{grid-column-start:7}.panel-grid .g-start-sm-8{grid-column-start:8}.panel-grid .g-start-sm-9{grid-column-start:9}.panel-grid .g-start-sm-10{grid-column-start:10}.panel-grid .g-start-sm-11{grid-column-start:11}.panel-grid .g-start-sm-12{grid-column-start:12}.panel-grid .g-start-sm-13{grid-column-start:13}.panel-grid .g-start-sm-14{grid-column-start:14}.panel-grid .g-start-sm-15{grid-column-start:15}.panel-grid .g-start-sm-16{grid-column-start:16}.panel-grid .g-start-sm-17{grid-column-start:17}.panel-grid .g-start-sm-18{grid-column-start:18}.panel-grid .g-start-sm-19{grid-column-start:19}.panel-grid .g-start-sm-20{grid-column-start:20}.panel-grid .g-start-sm-21{grid-column-start:21}.panel-grid .g-start-sm-22{grid-column-start:22}.panel-grid .g-start-sm-23{grid-column-start:23}}@media(min-width: 768px){.panel-grid .g-col-md-1{grid-column:auto/span 1}.panel-grid .g-col-md-2{grid-column:auto/span 2}.panel-grid .g-col-md-3{grid-column:auto/span 3}.panel-grid .g-col-md-4{grid-column:auto/span 4}.panel-grid .g-col-md-5{grid-column:auto/span 5}.panel-grid .g-col-md-6{grid-column:auto/span 6}.panel-grid .g-col-md-7{grid-column:auto/span 7}.panel-grid .g-col-md-8{grid-column:auto/span 8}.panel-grid .g-col-md-9{grid-column:auto/span 9}.panel-grid .g-col-md-10{grid-column:auto/span 10}.panel-grid .g-col-md-11{grid-column:auto/span 11}.panel-grid .g-col-md-12{grid-column:auto/span 12}.panel-grid .g-col-md-13{grid-column:auto/span 13}.panel-grid .g-col-md-14{grid-column:auto/span 14}.panel-grid .g-col-md-15{grid-column:auto/span 15}.panel-grid .g-col-md-16{grid-column:auto/span 16}.panel-grid .g-col-md-17{grid-column:auto/span 17}.panel-grid .g-col-md-18{grid-column:auto/span 18}.panel-grid .g-col-md-19{grid-column:auto/span 19}.panel-grid .g-col-md-20{grid-column:auto/span 20}.panel-grid .g-col-md-21{grid-column:auto/span 21}.panel-grid .g-col-md-22{grid-column:auto/span 22}.panel-grid .g-col-md-23{grid-column:auto/span 23}.panel-grid .g-col-md-24{grid-column:auto/span 24}.panel-grid .g-start-md-1{grid-column-start:1}.panel-grid .g-start-md-2{grid-column-start:2}.panel-grid .g-start-md-3{grid-column-start:3}.panel-grid .g-start-md-4{grid-column-start:4}.panel-grid .g-start-md-5{grid-column-start:5}.panel-grid .g-start-md-6{grid-column-start:6}.panel-grid .g-start-md-7{grid-column-start:7}.panel-grid .g-start-md-8{grid-column-start:8}.panel-grid .g-start-md-9{grid-column-start:9}.panel-grid .g-start-md-10{grid-column-start:10}.panel-grid .g-start-md-11{grid-column-start:11}.panel-grid .g-start-md-12{grid-column-start:12}.panel-grid .g-start-md-13{grid-column-start:13}.panel-grid .g-start-md-14{grid-column-start:14}.panel-grid .g-start-md-15{grid-column-start:15}.panel-grid .g-start-md-16{grid-column-start:16}.panel-grid .g-start-md-17{grid-column-start:17}.panel-grid .g-start-md-18{grid-column-start:18}.panel-grid .g-start-md-19{grid-column-start:19}.panel-grid .g-start-md-20{grid-column-start:20}.panel-grid .g-start-md-21{grid-column-start:21}.panel-grid .g-start-md-22{grid-column-start:22}.panel-grid .g-start-md-23{grid-column-start:23}}@media(min-width: 992px){.panel-grid .g-col-lg-1{grid-column:auto/span 1}.panel-grid .g-col-lg-2{grid-column:auto/span 2}.panel-grid .g-col-lg-3{grid-column:auto/span 3}.panel-grid .g-col-lg-4{grid-column:auto/span 4}.panel-grid .g-col-lg-5{grid-column:auto/span 5}.panel-grid .g-col-lg-6{grid-column:auto/span 6}.panel-grid .g-col-lg-7{grid-column:auto/span 7}.panel-grid .g-col-lg-8{grid-column:auto/span 8}.panel-grid .g-col-lg-9{grid-column:auto/span 9}.panel-grid .g-col-lg-10{grid-column:auto/span 10}.panel-grid .g-col-lg-11{grid-column:auto/span 11}.panel-grid .g-col-lg-12{grid-column:auto/span 12}.panel-grid .g-col-lg-13{grid-column:auto/span 13}.panel-grid .g-col-lg-14{grid-column:auto/span 14}.panel-grid .g-col-lg-15{grid-column:auto/span 15}.panel-grid .g-col-lg-16{grid-column:auto/span 16}.panel-grid .g-col-lg-17{grid-column:auto/span 17}.panel-grid .g-col-lg-18{grid-column:auto/span 18}.panel-grid .g-col-lg-19{grid-column:auto/span 19}.panel-grid .g-col-lg-20{grid-column:auto/span 20}.panel-grid .g-col-lg-21{grid-column:auto/span 21}.panel-grid .g-col-lg-22{grid-column:auto/span 22}.panel-grid .g-col-lg-23{grid-column:auto/span 23}.panel-grid .g-col-lg-24{grid-column:auto/span 24}.panel-grid .g-start-lg-1{grid-column-start:1}.panel-grid .g-start-lg-2{grid-column-start:2}.panel-grid .g-start-lg-3{grid-column-start:3}.panel-grid .g-start-lg-4{grid-column-start:4}.panel-grid .g-start-lg-5{grid-column-start:5}.panel-grid .g-start-lg-6{grid-column-start:6}.panel-grid .g-start-lg-7{grid-column-start:7}.panel-grid .g-start-lg-8{grid-column-start:8}.panel-grid .g-start-lg-9{grid-column-start:9}.panel-grid .g-start-lg-10{grid-column-start:10}.panel-grid .g-start-lg-11{grid-column-start:11}.panel-grid .g-start-lg-12{grid-column-start:12}.panel-grid .g-start-lg-13{grid-column-start:13}.panel-grid .g-start-lg-14{grid-column-start:14}.panel-grid .g-start-lg-15{grid-column-start:15}.panel-grid .g-start-lg-16{grid-column-start:16}.panel-grid .g-start-lg-17{grid-column-start:17}.panel-grid .g-start-lg-18{grid-column-start:18}.panel-grid .g-start-lg-19{grid-column-start:19}.panel-grid .g-start-lg-20{grid-column-start:20}.panel-grid .g-start-lg-21{grid-column-start:21}.panel-grid .g-start-lg-22{grid-column-start:22}.panel-grid .g-start-lg-23{grid-column-start:23}}@media(min-width: 1200px){.panel-grid .g-col-xl-1{grid-column:auto/span 1}.panel-grid .g-col-xl-2{grid-column:auto/span 2}.panel-grid .g-col-xl-3{grid-column:auto/span 3}.panel-grid .g-col-xl-4{grid-column:auto/span 4}.panel-grid .g-col-xl-5{grid-column:auto/span 5}.panel-grid .g-col-xl-6{grid-column:auto/span 6}.panel-grid .g-col-xl-7{grid-column:auto/span 7}.panel-grid .g-col-xl-8{grid-column:auto/span 8}.panel-grid .g-col-xl-9{grid-column:auto/span 9}.panel-grid .g-col-xl-10{grid-column:auto/span 10}.panel-grid .g-col-xl-11{grid-column:auto/span 11}.panel-grid .g-col-xl-12{grid-column:auto/span 12}.panel-grid .g-col-xl-13{grid-column:auto/span 13}.panel-grid .g-col-xl-14{grid-column:auto/span 14}.panel-grid .g-col-xl-15{grid-column:auto/span 15}.panel-grid .g-col-xl-16{grid-column:auto/span 16}.panel-grid .g-col-xl-17{grid-column:auto/span 17}.panel-grid .g-col-xl-18{grid-column:auto/span 18}.panel-grid .g-col-xl-19{grid-column:auto/span 19}.panel-grid .g-col-xl-20{grid-column:auto/span 20}.panel-grid .g-col-xl-21{grid-column:auto/span 21}.panel-grid .g-col-xl-22{grid-column:auto/span 22}.panel-grid .g-col-xl-23{grid-column:auto/span 23}.panel-grid .g-col-xl-24{grid-column:auto/span 24}.panel-grid .g-start-xl-1{grid-column-start:1}.panel-grid .g-start-xl-2{grid-column-start:2}.panel-grid .g-start-xl-3{grid-column-start:3}.panel-grid .g-start-xl-4{grid-column-start:4}.panel-grid .g-start-xl-5{grid-column-start:5}.panel-grid .g-start-xl-6{grid-column-start:6}.panel-grid .g-start-xl-7{grid-column-start:7}.panel-grid .g-start-xl-8{grid-column-start:8}.panel-grid .g-start-xl-9{grid-column-start:9}.panel-grid .g-start-xl-10{grid-column-start:10}.panel-grid .g-start-xl-11{grid-column-start:11}.panel-grid .g-start-xl-12{grid-column-start:12}.panel-grid .g-start-xl-13{grid-column-start:13}.panel-grid .g-start-xl-14{grid-column-start:14}.panel-grid .g-start-xl-15{grid-column-start:15}.panel-grid .g-start-xl-16{grid-column-start:16}.panel-grid .g-start-xl-17{grid-column-start:17}.panel-grid .g-start-xl-18{grid-column-start:18}.panel-grid .g-start-xl-19{grid-column-start:19}.panel-grid .g-start-xl-20{grid-column-start:20}.panel-grid .g-start-xl-21{grid-column-start:21}.panel-grid .g-start-xl-22{grid-column-start:22}.panel-grid .g-start-xl-23{grid-column-start:23}}@media(min-width: 1400px){.panel-grid .g-col-xxl-1{grid-column:auto/span 1}.panel-grid .g-col-xxl-2{grid-column:auto/span 2}.panel-grid .g-col-xxl-3{grid-column:auto/span 3}.panel-grid .g-col-xxl-4{grid-column:auto/span 4}.panel-grid .g-col-xxl-5{grid-column:auto/span 5}.panel-grid .g-col-xxl-6{grid-column:auto/span 6}.panel-grid .g-col-xxl-7{grid-column:auto/span 7}.panel-grid .g-col-xxl-8{grid-column:auto/span 8}.panel-grid .g-col-xxl-9{grid-column:auto/span 9}.panel-grid .g-col-xxl-10{grid-column:auto/span 10}.panel-grid .g-col-xxl-11{grid-column:auto/span 11}.panel-grid .g-col-xxl-12{grid-column:auto/span 12}.panel-grid .g-col-xxl-13{grid-column:auto/span 13}.panel-grid .g-col-xxl-14{grid-column:auto/span 14}.panel-grid .g-col-xxl-15{grid-column:auto/span 15}.panel-grid .g-col-xxl-16{grid-column:auto/span 16}.panel-grid .g-col-xxl-17{grid-column:auto/span 17}.panel-grid .g-col-xxl-18{grid-column:auto/span 18}.panel-grid .g-col-xxl-19{grid-column:auto/span 19}.panel-grid .g-col-xxl-20{grid-column:auto/span 20}.panel-grid .g-col-xxl-21{grid-column:auto/span 21}.panel-grid .g-col-xxl-22{grid-column:auto/span 22}.panel-grid .g-col-xxl-23{grid-column:auto/span 23}.panel-grid .g-col-xxl-24{grid-column:auto/span 24}.panel-grid .g-start-xxl-1{grid-column-start:1}.panel-grid .g-start-xxl-2{grid-column-start:2}.panel-grid .g-start-xxl-3{grid-column-start:3}.panel-grid .g-start-xxl-4{grid-column-start:4}.panel-grid .g-start-xxl-5{grid-column-start:5}.panel-grid .g-start-xxl-6{grid-column-start:6}.panel-grid .g-start-xxl-7{grid-column-start:7}.panel-grid .g-start-xxl-8{grid-column-start:8}.panel-grid .g-start-xxl-9{grid-column-start:9}.panel-grid .g-start-xxl-10{grid-column-start:10}.panel-grid .g-start-xxl-11{grid-column-start:11}.panel-grid .g-start-xxl-12{grid-column-start:12}.panel-grid .g-start-xxl-13{grid-column-start:13}.panel-grid .g-start-xxl-14{grid-column-start:14}.panel-grid .g-start-xxl-15{grid-column-start:15}.panel-grid .g-start-xxl-16{grid-column-start:16}.panel-grid .g-start-xxl-17{grid-column-start:17}.panel-grid .g-start-xxl-18{grid-column-start:18}.panel-grid .g-start-xxl-19{grid-column-start:19}.panel-grid .g-start-xxl-20{grid-column-start:20}.panel-grid .g-start-xxl-21{grid-column-start:21}.panel-grid .g-start-xxl-22{grid-column-start:22}.panel-grid .g-start-xxl-23{grid-column-start:23}}main{margin-top:1em;margin-bottom:1em}h1,.h1,h2,.h2{color:inherit;margin-top:2rem;margin-bottom:1rem;font-weight:600}h1.title,.title.h1{margin-top:0}main.content>section:first-of-type>h2:first-child,main.content>section:first-of-type>.h2:first-child{margin-top:0}h2,.h2{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:.5rem}h3,.h3{font-weight:600}h3,.h3,h4,.h4{opacity:.9;margin-top:1.5rem}h5,.h5,h6,.h6{opacity:.9}.header-section-number{color:#6d7a86}.nav-link.active .header-section-number{color:inherit}mark,.mark{padding:0em}.panel-caption,.figure-caption,.subfigure-caption,.table-caption,figcaption,caption{font-size:.9rem;color:#6d7a86}.quarto-layout-cell[data-ref-parent] caption{color:#6d7a86}.column-margin figcaption,.margin-caption,div.aside,aside,.column-margin{color:#6d7a86;font-size:.825rem}.panel-caption.margin-caption{text-align:inherit}.column-margin.column-container p{margin-bottom:0}.column-margin.column-container>*:not(.collapse):first-child{padding-bottom:.5em;display:block}.column-margin.column-container>*:not(.collapse):not(:first-child){padding-top:.5em;padding-bottom:.5em;display:block}.column-margin.column-container>*.collapse:not(.show){display:none}@media(min-width: 768px){.column-margin.column-container .callout-margin-content:first-child{margin-top:4.5em}.column-margin.column-container .callout-margin-content-simple:first-child{margin-top:3.5em}}.margin-caption>*{padding-top:.5em;padding-bottom:.5em}@media(max-width: 767.98px){.quarto-layout-row{flex-direction:column}}.nav-tabs .nav-item{margin-top:1px;cursor:pointer}.tab-content{margin-top:0px;border-left:#dee2e6 1px solid;border-right:#dee2e6 1px solid;border-bottom:#dee2e6 1px solid;margin-left:0;padding:1em;margin-bottom:1em}@media(max-width: 767.98px){.layout-sidebar{margin-left:0;margin-right:0}}.panel-sidebar,.panel-sidebar .form-control,.panel-input,.panel-input .form-control,.selectize-dropdown{font-size:.9rem}.panel-sidebar .form-control,.panel-input .form-control{padding-top:.1rem}.tab-pane div.sourceCode{margin-top:0px}.tab-pane>p{padding-top:0}.tab-pane>p:nth-child(1){padding-top:0}.tab-pane>p:last-child{margin-bottom:0}.tab-pane>pre:last-child{margin-bottom:0}.tab-content>.tab-pane:not(.active){display:none !important}div.sourceCode{background-color:#2e3440;border:1px solid #2e3440;border-radius:.25rem}pre.sourceCode{background-color:rgba(0,0,0,0)}pre.sourceCode{border:none;font-size:.875em;overflow:visible !important;padding:.4em}.callout pre.sourceCode{padding-left:0}div.sourceCode{overflow-y:hidden}.callout div.sourceCode{margin-left:initial}.blockquote{font-size:inherit;padding-left:1rem;padding-right:1.5rem;color:#6d7a86}.blockquote h1:first-child,.blockquote .h1:first-child,.blockquote h2:first-child,.blockquote .h2:first-child,.blockquote h3:first-child,.blockquote .h3:first-child,.blockquote h4:first-child,.blockquote .h4:first-child,.blockquote h5:first-child,.blockquote .h5:first-child{margin-top:0}pre{background-color:initial;padding:initial;border:initial}p pre code:not(.sourceCode),li pre code:not(.sourceCode),pre code:not(.sourceCode){background-color:initial}p code:not(.sourceCode),li code:not(.sourceCode),td code:not(.sourceCode){background-color:#f8f9fa;padding:.2em}nav p code:not(.sourceCode),nav li code:not(.sourceCode),nav td code:not(.sourceCode){background-color:rgba(0,0,0,0);padding:0}td code:not(.sourceCode){white-space:pre-wrap}#quarto-embedded-source-code-modal>.modal-dialog{max-width:1000px;padding-left:1.75rem;padding-right:1.75rem}#quarto-embedded-source-code-modal>.modal-dialog>.modal-content>.modal-body{padding:0}#quarto-embedded-source-code-modal>.modal-dialog>.modal-content>.modal-body div.sourceCode{margin:0;padding:.2rem .2rem;border-radius:0px;border:none}#quarto-embedded-source-code-modal>.modal-dialog>.modal-content>.modal-header{padding:.7rem}.code-tools-button{font-size:1rem;padding:.15rem .15rem;margin-left:5px;color:#6c757d;background-color:rgba(0,0,0,0);transition:initial;cursor:pointer}.code-tools-button>.bi::before{display:inline-block;height:1rem;width:1rem;content:"";vertical-align:-0.125em;background-image:url('data:image/svg+xml,');background-repeat:no-repeat;background-size:1rem 1rem}.code-tools-button:hover>.bi::before{background-image:url('data:image/svg+xml,')}#quarto-embedded-source-code-modal .code-copy-button>.bi::before{background-image:url('data:image/svg+xml,')}#quarto-embedded-source-code-modal .code-copy-button-checked>.bi::before{background-image:url('data:image/svg+xml,')}.sidebar{will-change:top;transition:top 200ms linear;position:sticky;overflow-y:auto;padding-top:1.2em;max-height:100vh}.sidebar.toc-left,.sidebar.margin-sidebar{top:0px;padding-top:1em}.sidebar.quarto-banner-title-block-sidebar>*{padding-top:1.65em}figure .quarto-notebook-link{margin-top:.5em}.quarto-notebook-link{font-size:.75em;color:#6c757d;margin-bottom:1em;text-decoration:none;display:block}.quarto-notebook-link:hover{text-decoration:underline;color:#cf4446}.quarto-notebook-link::before{display:inline-block;height:.75rem;width:.75rem;margin-bottom:0em;margin-right:.25em;content:"";vertical-align:-0.125em;background-image:url('data:image/svg+xml,');background-repeat:no-repeat;background-size:.75rem .75rem}.toc-actions i.bi,.quarto-code-links i.bi,.quarto-other-links i.bi,.quarto-alternate-notebooks i.bi,.quarto-alternate-formats i.bi{margin-right:.4em;font-size:.8rem}.quarto-other-links-text-target .quarto-code-links i.bi,.quarto-other-links-text-target .quarto-other-links i.bi{margin-right:.2em}.quarto-other-formats-text-target .quarto-alternate-formats i.bi{margin-right:.1em}.toc-actions i.bi.empty,.quarto-code-links i.bi.empty,.quarto-other-links i.bi.empty,.quarto-alternate-notebooks i.bi.empty,.quarto-alternate-formats i.bi.empty{padding-left:1em}.quarto-notebook h2,.quarto-notebook .h2{border-bottom:none}.quarto-notebook .cell-container{display:flex}.quarto-notebook .cell-container .cell{flex-grow:4}.quarto-notebook .cell-container .cell-decorator{padding-top:1.5em;padding-right:1em;text-align:right}.quarto-notebook .cell-container.code-fold .cell-decorator{padding-top:3em}.quarto-notebook .cell-code code{white-space:pre-wrap}.quarto-notebook .cell .cell-output-stderr pre code,.quarto-notebook .cell .cell-output-stdout pre code{white-space:pre-wrap;overflow-wrap:anywhere}.toc-actions,.quarto-alternate-formats,.quarto-other-links,.quarto-code-links,.quarto-alternate-notebooks{padding-left:0em}.sidebar .toc-actions a,.sidebar .quarto-alternate-formats a,.sidebar .quarto-other-links a,.sidebar .quarto-code-links a,.sidebar .quarto-alternate-notebooks a,.sidebar nav[role=doc-toc] a{text-decoration:none}.sidebar .toc-actions a:hover,.sidebar .quarto-other-links a:hover,.sidebar .quarto-code-links a:hover,.sidebar .quarto-alternate-formats a:hover,.sidebar .quarto-alternate-notebooks a:hover{color:#cf4446}.sidebar .toc-actions h2,.sidebar .toc-actions .h2,.sidebar .quarto-code-links h2,.sidebar .quarto-code-links .h2,.sidebar .quarto-other-links h2,.sidebar .quarto-other-links .h2,.sidebar .quarto-alternate-notebooks h2,.sidebar .quarto-alternate-notebooks .h2,.sidebar .quarto-alternate-formats h2,.sidebar .quarto-alternate-formats .h2,.sidebar nav[role=doc-toc]>h2,.sidebar nav[role=doc-toc]>.h2{font-weight:500;margin-bottom:.2rem;margin-top:.3rem;font-family:inherit;border-bottom:0;padding-bottom:0;padding-top:0px}.sidebar .toc-actions>h2,.sidebar .toc-actions>.h2,.sidebar .quarto-code-links>h2,.sidebar .quarto-code-links>.h2,.sidebar .quarto-other-links>h2,.sidebar .quarto-other-links>.h2,.sidebar .quarto-alternate-notebooks>h2,.sidebar .quarto-alternate-notebooks>.h2,.sidebar .quarto-alternate-formats>h2,.sidebar .quarto-alternate-formats>.h2{font-size:.8rem}.sidebar nav[role=doc-toc]>h2,.sidebar nav[role=doc-toc]>.h2{font-size:1.1rem}.sidebar nav[role=doc-toc]>ul a{border-left:1px solid #e9ecef;padding-left:.6rem}.sidebar .toc-actions h2>ul a,.sidebar .toc-actions .h2>ul a,.sidebar .quarto-code-links h2>ul a,.sidebar .quarto-code-links .h2>ul a,.sidebar .quarto-other-links h2>ul a,.sidebar .quarto-other-links .h2>ul a,.sidebar .quarto-alternate-notebooks h2>ul a,.sidebar .quarto-alternate-notebooks .h2>ul a,.sidebar .quarto-alternate-formats h2>ul a,.sidebar .quarto-alternate-formats .h2>ul a{border-left:none;padding-left:.6rem}.sidebar .toc-actions ul a:empty,.sidebar .quarto-code-links ul a:empty,.sidebar .quarto-other-links ul a:empty,.sidebar .quarto-alternate-notebooks ul a:empty,.sidebar .quarto-alternate-formats ul a:empty,.sidebar nav[role=doc-toc]>ul a:empty{display:none}.sidebar .toc-actions ul,.sidebar .quarto-code-links ul,.sidebar .quarto-other-links ul,.sidebar .quarto-alternate-notebooks ul,.sidebar .quarto-alternate-formats ul{padding-left:0;list-style:none}.sidebar nav[role=doc-toc] ul{list-style:none;padding-left:0;list-style:none}.sidebar nav[role=doc-toc]>ul{margin-left:.45em}.quarto-margin-sidebar nav[role=doc-toc]{padding-left:.5em}.sidebar .toc-actions>ul,.sidebar .quarto-code-links>ul,.sidebar .quarto-other-links>ul,.sidebar .quarto-alternate-notebooks>ul,.sidebar .quarto-alternate-formats>ul{font-size:.8rem}.sidebar nav[role=doc-toc]>ul{font-size:1.1rem}.sidebar .toc-actions ul li a,.sidebar .quarto-code-links ul li a,.sidebar .quarto-other-links ul li a,.sidebar .quarto-alternate-notebooks ul li a,.sidebar .quarto-alternate-formats ul li a,.sidebar nav[role=doc-toc]>ul li a{line-height:1.1rem;padding-bottom:.2rem;padding-top:.2rem;color:inherit}.sidebar nav[role=doc-toc] ul>li>ul>li>a{padding-left:1.2em}.sidebar nav[role=doc-toc] ul>li>ul>li>ul>li>a{padding-left:2.4em}.sidebar nav[role=doc-toc] ul>li>ul>li>ul>li>ul>li>a{padding-left:3.6em}.sidebar nav[role=doc-toc] ul>li>ul>li>ul>li>ul>li>ul>li>a{padding-left:4.8em}.sidebar nav[role=doc-toc] ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>a{padding-left:6em}.sidebar nav[role=doc-toc] ul>li>a.active,.sidebar nav[role=doc-toc] ul>li>ul>li>a.active{border-left:1px solid #cf4446;color:#cf4446 !important}.sidebar nav[role=doc-toc] ul>li>a:hover,.sidebar nav[role=doc-toc] ul>li>ul>li>a:hover{color:#cf4446 !important}kbd,.kbd{color:#343a40;background-color:#f8f9fa;border:1px solid;border-radius:5px;border-color:rgba(0,0,0,.1)}.quarto-appendix-contents div.hanging-indent{margin-left:0em}.quarto-appendix-contents div.hanging-indent div.csl-entry{margin-left:1em;text-indent:-1em}.citation a,.footnote-ref{text-decoration:none}.footnotes ol{padding-left:1em}.tippy-content>*{margin-bottom:.7em}.tippy-content>*:last-child{margin-bottom:0}.callout{margin-top:1.25rem;margin-bottom:1.25rem;border-radius:.25rem;overflow-wrap:break-word}.callout .callout-title-container{overflow-wrap:anywhere}.callout.callout-style-simple{padding:.4em .7em;border-left:5px solid;border-right:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.callout.callout-style-default{border-left:5px solid;border-right:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.callout .callout-body-container{flex-grow:1}.callout.callout-style-simple .callout-body{font-size:.9rem;font-weight:400}.callout.callout-style-default .callout-body{font-size:.9rem;font-weight:400}.callout:not(.no-icon).callout-titled.callout-style-simple .callout-body{padding-left:1.6em}.callout.callout-titled>.callout-header{padding-top:.2em;margin-bottom:-0.2em}.callout.callout-style-simple>div.callout-header{border-bottom:none;font-size:.9rem;font-weight:600;opacity:75%}.callout.callout-style-default>div.callout-header{border-bottom:none;font-weight:600;opacity:85%;font-size:.9rem;padding-left:.5em;padding-right:.5em}.callout.callout-style-default .callout-body{padding-left:.5em;padding-right:.5em}.callout.callout-style-default .callout-body>:first-child{padding-top:.5rem;margin-top:0}.callout>div.callout-header[data-bs-toggle=collapse]{cursor:pointer}.callout.callout-style-default .callout-header[aria-expanded=false],.callout.callout-style-default .callout-header[aria-expanded=true]{padding-top:0px;margin-bottom:0px;align-items:center}.callout.callout-titled .callout-body>:last-child:not(.sourceCode),.callout.callout-titled .callout-body>div>:last-child:not(.sourceCode){padding-bottom:.5rem;margin-bottom:0}.callout:not(.callout-titled) .callout-body>:first-child,.callout:not(.callout-titled) .callout-body>div>:first-child{margin-top:.25rem}.callout:not(.callout-titled) .callout-body>:last-child,.callout:not(.callout-titled) .callout-body>div>:last-child{margin-bottom:.2rem}.callout.callout-style-simple .callout-icon::before,.callout.callout-style-simple .callout-toggle::before{height:1rem;width:1rem;display:inline-block;content:"";background-repeat:no-repeat;background-size:1rem 1rem}.callout.callout-style-default .callout-icon::before,.callout.callout-style-default .callout-toggle::before{height:.9rem;width:.9rem;display:inline-block;content:"";background-repeat:no-repeat;background-size:.9rem .9rem}.callout.callout-style-default .callout-toggle::before{margin-top:5px}.callout .callout-btn-toggle .callout-toggle::before{transition:transform .2s linear}.callout .callout-header[aria-expanded=false] .callout-toggle::before{transform:rotate(-90deg)}.callout .callout-header[aria-expanded=true] .callout-toggle::before{transform:none}.callout.callout-style-simple:not(.no-icon) div.callout-icon-container{padding-top:.2em;padding-right:.55em}.callout.callout-style-default:not(.no-icon) div.callout-icon-container{padding-top:.1em;padding-right:.35em}.callout.callout-style-default:not(.no-icon) div.callout-title-container{margin-top:-1px}.callout.callout-style-default.callout-caution:not(.no-icon) div.callout-icon-container{padding-top:.3em;padding-right:.35em}.callout>.callout-body>.callout-icon-container>.no-icon,.callout>.callout-header>.callout-icon-container>.no-icon{display:none}div.callout.callout{border-left-color:#6c757d}div.callout.callout-style-default>.callout-header{background-color:#6c757d}div.callout-note.callout{border-left-color:#42159d}div.callout-note.callout-style-default>.callout-header{background-color:#ece8f5}div.callout-note:not(.callout-titled) .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-note.callout-titled .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-note .callout-toggle::before{background-image:url('data:image/svg+xml,')}div.callout-tip.callout{border-left-color:#02b875}div.callout-tip.callout-style-default>.callout-header{background-color:#e6f8f1}div.callout-tip:not(.callout-titled) .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-tip.callout-titled .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-tip .callout-toggle::before{background-image:url('data:image/svg+xml,')}div.callout-warning.callout{border-left-color:#fb9e07}div.callout-warning.callout-style-default>.callout-header{background-color:#fff5e6}div.callout-warning:not(.callout-titled) .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-warning.callout-titled .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-warning .callout-toggle::before{background-image:url('data:image/svg+xml,')}div.callout-caution.callout{border-left-color:#ee6a24}div.callout-caution.callout-style-default>.callout-header{background-color:#fdf0e9}div.callout-caution:not(.callout-titled) .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-caution.callout-titled .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-caution .callout-toggle::before{background-image:url('data:image/svg+xml,')}div.callout-important.callout{border-left-color:#cf4446}div.callout-important.callout-style-default>.callout-header{background-color:#faeced}div.callout-important:not(.callout-titled) .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-important.callout-titled .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-important .callout-toggle::before{background-image:url('data:image/svg+xml,')}.quarto-toggle-container{display:flex;align-items:center}.quarto-reader-toggle .bi::before,.quarto-color-scheme-toggle .bi::before{display:inline-block;height:1rem;width:1rem;content:"";background-repeat:no-repeat;background-size:1rem 1rem}.sidebar-navigation{padding-left:20px}.navbar{background-color:#0f6070;color:#fdfdfe}.navbar .quarto-color-scheme-toggle:not(.alternate) .bi::before{background-image:url('data:image/svg+xml,')}.navbar .quarto-color-scheme-toggle.alternate .bi::before{background-image:url('data:image/svg+xml,')}.sidebar-navigation .quarto-color-scheme-toggle:not(.alternate) .bi::before{background-image:url('data:image/svg+xml,')}.sidebar-navigation .quarto-color-scheme-toggle.alternate .bi::before{background-image:url('data:image/svg+xml,')}.quarto-sidebar-toggle{border-color:#dee2e6;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;border-style:solid;border-width:1px;overflow:hidden;border-top-width:0px;padding-top:0px !important}.quarto-sidebar-toggle-title{cursor:pointer;padding-bottom:2px;margin-left:.25em;text-align:center;font-weight:400;font-size:.775em}#quarto-content .quarto-sidebar-toggle{background:#fafafa}#quarto-content .quarto-sidebar-toggle-title{color:#343a40}.quarto-sidebar-toggle-icon{color:#dee2e6;margin-right:.5em;float:right;transition:transform .2s ease}.quarto-sidebar-toggle-icon::before{padding-top:5px}.quarto-sidebar-toggle.expanded .quarto-sidebar-toggle-icon{transform:rotate(-180deg)}.quarto-sidebar-toggle.expanded .quarto-sidebar-toggle-title{border-bottom:solid #dee2e6 1px}.quarto-sidebar-toggle-contents{background-color:#fff;padding-right:10px;padding-left:10px;margin-top:0px !important;transition:max-height .5s ease}.quarto-sidebar-toggle.expanded .quarto-sidebar-toggle-contents{padding-top:1em;padding-bottom:10px}@media(max-width: 767.98px){.sidebar-menu-container{padding-bottom:5em}}.quarto-sidebar-toggle:not(.expanded) .quarto-sidebar-toggle-contents{padding-top:0px !important;padding-bottom:0px}nav[role=doc-toc]{z-index:1020}#quarto-sidebar>*,nav[role=doc-toc]>*{transition:opacity .1s ease,border .1s ease}#quarto-sidebar.slow>*,nav[role=doc-toc].slow>*{transition:opacity .4s ease,border .4s ease}.quarto-color-scheme-toggle:not(.alternate).top-right .bi::before{background-image:url('data:image/svg+xml,')}.quarto-color-scheme-toggle.alternate.top-right .bi::before{background-image:url('data:image/svg+xml,')}#quarto-appendix.default{border-top:1px solid #dee2e6}#quarto-appendix.default{background-color:#fff;padding-top:1.5em;margin-top:2em;z-index:998}#quarto-appendix.default .quarto-appendix-heading{margin-top:0;line-height:1.4em;font-weight:600;opacity:.9;border-bottom:none;margin-bottom:0}#quarto-appendix.default .footnotes ol,#quarto-appendix.default .footnotes ol li>p:last-of-type,#quarto-appendix.default .quarto-appendix-contents>p:last-of-type{margin-bottom:0}#quarto-appendix.default .footnotes ol{margin-left:.5em}#quarto-appendix.default .quarto-appendix-secondary-label{margin-bottom:.4em}#quarto-appendix.default .quarto-appendix-bibtex{font-size:.7em;padding:1em;border:solid 1px #dee2e6;margin-bottom:1em}#quarto-appendix.default .quarto-appendix-bibtex code.sourceCode{white-space:pre-wrap}#quarto-appendix.default .quarto-appendix-citeas{font-size:.9em;padding:1em;border:solid 1px #dee2e6;margin-bottom:1em}#quarto-appendix.default .quarto-appendix-heading{font-size:1em !important}#quarto-appendix.default *[role=doc-endnotes]>ol,#quarto-appendix.default .quarto-appendix-contents>*:not(h2):not(.h2){font-size:.9em}#quarto-appendix.default section{padding-bottom:1.5em}#quarto-appendix.default section *[role=doc-endnotes],#quarto-appendix.default section>*:not(a){opacity:.9;word-wrap:break-word}.btn.btn-quarto,div.cell-output-display .btn-quarto{--bs-btn-color: #26282a;--bs-btn-bg: #adb5bd;--bs-btn-border-color: #adb5bd;--bs-btn-hover-color: #26282a;--bs-btn-hover-bg: #b9c0c7;--bs-btn-hover-border-color: #b5bcc4;--bs-btn-focus-shadow-rgb: 153, 160, 167;--bs-btn-active-color: #000;--bs-btn-active-bg: #bdc4ca;--bs-btn-active-border-color: #b5bcc4;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #adb5bd;--bs-btn-disabled-border-color: #adb5bd}nav.quarto-secondary-nav.color-navbar{background-color:#0f6070;color:#fdfdfe}nav.quarto-secondary-nav.color-navbar h1,nav.quarto-secondary-nav.color-navbar .h1,nav.quarto-secondary-nav.color-navbar .quarto-btn-toggle{color:#fdfdfe}@media(max-width: 991.98px){body.nav-sidebar .quarto-title-banner{margin-bottom:0;padding-bottom:1em}body.nav-sidebar #title-block-header{margin-block-end:0}}p.subtitle{margin-top:.25em;margin-bottom:.5em}code a:any-link{color:inherit;text-decoration-color:#6c757d}/*! light */div.observablehq table thead tr th{background-color:var(--bs-body-bg)}input,button,select,optgroup,textarea{background-color:var(--bs-body-bg)}.code-annotated .code-copy-button{margin-right:1.25em;margin-top:0;padding-bottom:0;padding-top:3px}.code-annotation-gutter-bg{background-color:#fff}.code-annotation-gutter{background-color:#2e3440}.code-annotation-gutter,.code-annotation-gutter-bg{height:100%;width:calc(20px + .5em);position:absolute;top:0;right:0}dl.code-annotation-container-grid dt{margin-right:1em;margin-top:.25rem}dl.code-annotation-container-grid dt{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;color:#4b545c;border:solid #4b545c 1px;border-radius:50%;height:22px;width:22px;line-height:22px;font-size:11px;text-align:center;vertical-align:middle;text-decoration:none}dl.code-annotation-container-grid dt[data-target-cell]{cursor:pointer}dl.code-annotation-container-grid dt[data-target-cell].code-annotation-active{color:#fff;border:solid #aaa 1px;background-color:#aaa}pre.code-annotation-code{padding-top:0;padding-bottom:0}pre.code-annotation-code code{z-index:3}#code-annotation-line-highlight-gutter{width:100%;border-top:solid rgba(170,170,170,.2666666667) 1px;border-bottom:solid rgba(170,170,170,.2666666667) 1px;z-index:2;background-color:rgba(170,170,170,.1333333333)}#code-annotation-line-highlight{margin-left:-4em;width:calc(100% + 4em);border-top:solid rgba(170,170,170,.2666666667) 1px;border-bottom:solid rgba(170,170,170,.2666666667) 1px;z-index:2;background-color:rgba(170,170,170,.1333333333)}code.sourceCode .code-annotation-anchor.code-annotation-active{background-color:var(--quarto-hl-normal-color, #aaaaaa);border:solid var(--quarto-hl-normal-color, #aaaaaa) 1px;color:#2e3440;font-weight:bolder}code.sourceCode .code-annotation-anchor{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;color:var(--quarto-hl-co-color);border:solid var(--quarto-hl-co-color) 1px;border-radius:50%;height:18px;width:18px;font-size:9px;margin-top:2px}code.sourceCode button.code-annotation-anchor{padding:2px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none}code.sourceCode a.code-annotation-anchor{line-height:18px;text-align:center;vertical-align:middle;cursor:default;text-decoration:none}@media print{.page-columns .column-screen-inset{grid-column:page-start-inset/page-end-inset;z-index:998;opacity:.999}.page-columns .column-screen-inset table{background:#fff}.page-columns .column-screen-inset-left{grid-column:page-start-inset/body-content-end;z-index:998;opacity:.999}.page-columns .column-screen-inset-left table{background:#fff}.page-columns .column-screen-inset-right{grid-column:body-content-start/page-end-inset;z-index:998;opacity:.999}.page-columns .column-screen-inset-right table{background:#fff}.page-columns .column-screen{grid-column:page-start/page-end;z-index:998;opacity:.999}.page-columns .column-screen table{background:#fff}.page-columns .column-screen-left{grid-column:page-start/body-content-end;z-index:998;opacity:.999}.page-columns .column-screen-left table{background:#fff}.page-columns .column-screen-right{grid-column:body-content-start/page-end;z-index:998;opacity:.999}.page-columns .column-screen-right table{background:#fff}.page-columns .column-screen-inset-shaded{grid-column:page-start-inset/page-end-inset;padding:1em;background:#f8f9fa;z-index:998;opacity:.999;margin-bottom:1em}}.quarto-video{margin-bottom:1em}.table{border-top:1px solid #ebedee;border-bottom:1px solid #ebedee}.table>thead{border-top-width:0;border-bottom:1px solid #b2bac1}.table a{word-break:break-word}.table>:not(caption)>*>*{background-color:unset;color:unset}#quarto-document-content .crosstalk-input .checkbox input[type=checkbox],#quarto-document-content .crosstalk-input .checkbox-inline input[type=checkbox]{position:unset;margin-top:unset;margin-left:unset}#quarto-document-content .row{margin-left:unset;margin-right:unset}.quarto-xref{white-space:nowrap}a.external:after{content:"";background-image:url('data:image/svg+xml,');background-size:contain;background-repeat:no-repeat;background-position:center center;margin-left:.2em;padding-right:.75em}div.sourceCode code a.external:after{content:none}a.external:after:hover{cursor:pointer}.quarto-ext-icon{display:inline-block;font-size:.75em;padding-left:.3em}.code-with-filename .code-with-filename-file{margin-bottom:0;padding-bottom:2px;padding-top:2px;padding-left:.7em;border:var(--quarto-border-width) solid var(--quarto-border-color);border-radius:var(--quarto-border-radius);border-bottom:0;border-bottom-left-radius:0%;border-bottom-right-radius:0%}.code-with-filename div.sourceCode,.reveal .code-with-filename div.sourceCode{margin-top:0;border-top-left-radius:0%;border-top-right-radius:0%}.code-with-filename .code-with-filename-file pre{margin-bottom:0}.code-with-filename .code-with-filename-file{background-color:rgba(219,219,219,.8)}.quarto-dark .code-with-filename .code-with-filename-file{background-color:#555}.code-with-filename .code-with-filename-file strong{font-weight:400}.quarto-title-banner{margin-bottom:1em;color:#fdfdfe;background:#0f6070}.quarto-title-banner a{color:#fdfdfe}.quarto-title-banner h1,.quarto-title-banner .h1,.quarto-title-banner h2,.quarto-title-banner .h2{color:#fdfdfe}.quarto-title-banner .code-tools-button{color:#b9b9dc}.quarto-title-banner .code-tools-button:hover{color:#fdfdfe}.quarto-title-banner .code-tools-button>.bi::before{background-image:url('data:image/svg+xml,')}.quarto-title-banner .code-tools-button:hover>.bi::before{background-image:url('data:image/svg+xml,')}.quarto-title-banner .quarto-title .title{font-weight:600}.quarto-title-banner .quarto-categories{margin-top:.75em}@media(min-width: 992px){.quarto-title-banner{padding-top:2.5em;padding-bottom:2.5em}}@media(max-width: 991.98px){.quarto-title-banner{padding-top:1em;padding-bottom:1em}}@media(max-width: 767.98px){body.hypothesis-enabled #title-block-header>*{padding-right:20px}}main.quarto-banner-title-block>section:first-child>h2,main.quarto-banner-title-block>section:first-child>.h2,main.quarto-banner-title-block>section:first-child>h3,main.quarto-banner-title-block>section:first-child>.h3,main.quarto-banner-title-block>section:first-child>h4,main.quarto-banner-title-block>section:first-child>.h4{margin-top:0}.quarto-title .quarto-categories{display:flex;flex-wrap:wrap;row-gap:.5em;column-gap:.4em;padding-bottom:.5em;margin-top:.75em}.quarto-title .quarto-categories .quarto-category{padding:.25em .75em;font-size:.65em;text-transform:uppercase;border:solid 1px;border-radius:.25rem;opacity:.6}.quarto-title .quarto-categories .quarto-category a{color:inherit}.quarto-title-meta-container{display:grid;grid-template-columns:1fr auto}.quarto-title-meta-column-end{display:flex;flex-direction:column;padding-left:1em}.quarto-title-meta-column-end a .bi{margin-right:.3em}#title-block-header.quarto-title-block.default .quarto-title-meta{display:grid;grid-template-columns:minmax(max-content, 1fr) 1fr;grid-column-gap:1em}#title-block-header.quarto-title-block.default .quarto-title .title{margin-bottom:0}#title-block-header.quarto-title-block.default .quarto-title-author-orcid img{margin-top:-0.2em;height:.8em;width:.8em}#title-block-header.quarto-title-block.default .quarto-title-author-email{opacity:.7}#title-block-header.quarto-title-block.default .quarto-description p:last-of-type{margin-bottom:0}#title-block-header.quarto-title-block.default .quarto-title-meta-contents p,#title-block-header.quarto-title-block.default .quarto-title-authors p,#title-block-header.quarto-title-block.default .quarto-title-affiliations p{margin-bottom:.1em}#title-block-header.quarto-title-block.default .quarto-title-meta-heading{text-transform:uppercase;margin-top:1em;font-size:.8em;opacity:.8;font-weight:400}#title-block-header.quarto-title-block.default .quarto-title-meta-contents{font-size:.9em}#title-block-header.quarto-title-block.default .quarto-title-meta-contents p.affiliation:last-of-type{margin-bottom:.1em}#title-block-header.quarto-title-block.default p.affiliation{margin-bottom:.1em}#title-block-header.quarto-title-block.default .keywords,#title-block-header.quarto-title-block.default .description,#title-block-header.quarto-title-block.default .abstract{margin-top:0}#title-block-header.quarto-title-block.default .keywords>p,#title-block-header.quarto-title-block.default .description>p,#title-block-header.quarto-title-block.default .abstract>p{font-size:.9em}#title-block-header.quarto-title-block.default .keywords>p:last-of-type,#title-block-header.quarto-title-block.default .description>p:last-of-type,#title-block-header.quarto-title-block.default .abstract>p:last-of-type{margin-bottom:0}#title-block-header.quarto-title-block.default .keywords .block-title,#title-block-header.quarto-title-block.default .description .block-title,#title-block-header.quarto-title-block.default .abstract .block-title{margin-top:1em;text-transform:uppercase;font-size:.8em;opacity:.8;font-weight:400}#title-block-header.quarto-title-block.default .quarto-title-meta-author{display:grid;grid-template-columns:minmax(max-content, 1fr) 1fr;grid-column-gap:1em}.quarto-title-tools-only{display:flex;justify-content:right}.navbar{font-size:1.09375rem;border:1px solid rgba(0,0,0,.1)}p{font-family:Barlow,serif}blockquote{font-style:italic}footer{font-size:1.09375rem}.lead{font-family:Fira Sans Condensed,sans-serif;color:#6c757d}table,.table{font-size:1.09375rem}.nav,.breadcrumb,.pagination{font-size:1.09375rem}.dropdown-menu{font-size:1.09375rem}.alert{font-size:1.09375rem;color:#fff}.alert,.alert p{font-family:Fira Sans Condensed,sans-serif}.alert a,.alert .alert-link{font-weight:400;color:#fff;text-decoration:underline}.alert-default{background-color:#adb5bd}.alert-primary{background-color:#42159d}.alert-secondary{background-color:#adb5bd}.alert-success{background-color:#02b875}.alert-info{background-color:#17a2b8}.alert-warning{background-color:#fb9e07}.alert-danger{background-color:#cf4446}.alert-light{background-color:#f8f9fa}.alert-dark{background-color:#343a40}.alert-light,.alert-light a,.alert-light .alert-link{color:#343a40}.badge.bg-light{color:#343a40}.list-group{font-size:1.09375rem}h2,.h2{border-bottom:none}ul,ol{font-family:Barlow,serif}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active{color:#ffc361}div.sidebar-item-container .active,div.sidebar-item-container .show>.nav-link,div.sidebar-item-container .sidebar-link>code{color:#fb9e07}.title-block{margin:1em 0;border-bottom:3px solid #e9ecef;padding-bottom:1em}.course-details{margin:0 0 1em;border-bottom:3px solid #e9ecef;padding-bottom:1em}.course-details h3,.course-details .h3{margin-top:0}.course-title{font-size:3.5rem;margin-top:0}.course-subtitle{font-size:1.7rem}.course-meta{font-size:1.2rem;color:#6c757d}.course-details ul{list-style:none;text-indent:-0.7rem;padding-left:1.4rem}.contact-policy p{font-size:1rem;line-height:1.5}.course-details-smaller li{font-size:1rem}.course-details-smaller h3,.course-details-smaller .h3{font-size:1.4rem}.nav-footer-left{text-align:left}.nav-footer-right{text-align:right}.content-title{font-weight:700}.content-note{font-size:.8rem;display:block}.schedule-page h3,.schedule-page .h3{text-align:center;margin-top:3rem;border-bottom:3px solid #ee6a24;padding-bottom:.5rem}.download-btn{padding-top:.25rem;margin-bottom:0;text-align:center}.back-nav{margin-bottom:1.5rem}.news .quarto-title-meta{font-size:1.1rem;border-left:5px solid #ee6a24;padding:0 .5rem 1rem;margin:1rem 0 2.5rem;background-color:#fdebe1}.news .quarto-categories{padding-top:.5em}.date-block{font-size:1.3rem}.bg-content{background-color:#a52c60}.bg-assignment{background-color:#cf4446}p a.btn,.buttons span.btn{font-size:1.2rem}.buttons .btn{margin-bottom:1rem}main ol ol,main ul ul,main ol ul,main ul ol{margin-bottom:0em}main ol p+ol,main ul p+ul,main ol p+ul,main ul p+ol{margin-bottom:1em}.callout.callout-style-default>div.callout-header,.callout.callout-style-default>.callout-body{font-size:1.2rem}.callout.callout-style-default .callout-icon::before{height:1.2rem;width:1.2rem;background-size:1.2rem 1.2rem}.sidebar-navigation .sidebar-section .sidebar-item,.sidebar-navigation .sidebar-item{line-height:1.2;padding-bottom:.4rem}.sidebar-item .sidebar-item-toggle .bi{font-size:1.1rem;text-align:center}#TOC{padding-bottom:.1em}#toc-title{font-weight:700}.sidebar nav[role=doc-toc]>ul li a{padding-top:.3rem;padding-bottom:.3rem}pre.text,pre.sourceCode,.cell-output pre{font-size:.775em}.cell-output{margin:0 0 1em}.cell-output pre{margin-bottom:0;color:#fff}.cell-output,pre.text{border:none;padding:.4em;background-color:#2e3440;border:1px solid #2e3440;border-radius:.25rem}pre.text{color:#fff}.image-cropper{width:80px;height:80px;position:relative;overflow:hidden;border-radius:70%}.profile-pic{display:inline;margin:0 auto;margin-right:inherit;height:50%;width:auto} diff --git a/docs/site_libs/bootstrap/bootstrap.min.css b/docs/site_libs/bootstrap/bootstrap.min.css new file mode 100644 index 00000000..ba0dcad4 --- /dev/null +++ b/docs/site_libs/bootstrap/bootstrap.min.css @@ -0,0 +1,12 @@ +@import"https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Fira+Sans+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap";/*! + * Bootstrap v5.3.1 (https://getbootstrap.com/) + * Copyright 2011-2023 The Bootstrap Authors + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */:root,[data-bs-theme=light]{--bs-blue: #42159D;--bs-indigo: #771C6D;--bs-purple: #480B6A;--bs-pink: #A52C60;--bs-red: #CF4446;--bs-orange: #EE6A24;--bs-yellow: #FB9E07;--bs-green: #02b875;--bs-teal: #20c997;--bs-cyan: #17a2b8;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-default: #adb5bd;--bs-primary: #42159D;--bs-secondary: #adb5bd;--bs-success: #02b875;--bs-info: #17a2b8;--bs-warning: #FB9E07;--bs-danger: #CF4446;--bs-light: #f8f9fa;--bs-dark: #343a40;--bs-default-rgb: 173, 181, 189;--bs-primary-rgb: 66, 21, 157;--bs-secondary-rgb: 173, 181, 189;--bs-success-rgb: 2, 184, 117;--bs-info-rgb: 23, 162, 184;--bs-warning-rgb: 251, 158, 7;--bs-danger-rgb: 207, 68, 70;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 52, 58, 64;--bs-primary-text-emphasis: #1a083f;--bs-secondary-text-emphasis: #45484c;--bs-success-text-emphasis: #014a2f;--bs-info-text-emphasis: #09414a;--bs-warning-text-emphasis: #643f03;--bs-danger-text-emphasis: #531b1c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #d9d0eb;--bs-secondary-bg-subtle: #eff0f2;--bs-success-bg-subtle: #ccf1e3;--bs-info-bg-subtle: #d1ecf1;--bs-warning-bg-subtle: #feeccd;--bs-danger-bg-subtle: #f5dada;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #b3a1d8;--bs-secondary-border-subtle: #dee1e5;--bs-success-border-subtle: #9ae3c8;--bs-info-border-subtle: #a2dae3;--bs-warning-border-subtle: #fdd89c;--bs-danger-border-subtle: #ecb4b5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: Fira Sans Condensed, sans-serif;--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-root-font-size: 17px;--bs-body-font-family: Fira Sans Condensed, sans-serif;--bs-body-font-size:1.25rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #343a40;--bs-body-color-rgb: 52, 58, 64;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(52, 58, 64, 0.75);--bs-secondary-color-rgb: 52, 58, 64;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(52, 58, 64, 0.5);--bs-tertiary-color-rgb: 52, 58, 64;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #CF4446;--bs-link-color-rgb: 207, 68, 70;--bs-link-decoration: underline;--bs-link-hover-color: #FB9E07;--bs-link-hover-color-rgb: 251, 158, 7;--bs-code-color: #7d12ba;--bs-highlight-bg: #feeccd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.25rem;--bs-border-radius-sm: 0.2em;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(66, 21, 157, 0.25);--bs-form-valid-color: #02b875;--bs-form-valid-border-color: #02b875;--bs-form-invalid-color: #CF4446;--bs-form-invalid-border-color: #CF4446}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: #8e73c4;--bs-secondary-text-emphasis: #ced3d7;--bs-success-text-emphasis: #67d4ac;--bs-info-text-emphasis: #74c7d4;--bs-warning-text-emphasis: #fdc56a;--bs-danger-text-emphasis: #e28f90;--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: #0d041f;--bs-secondary-bg-subtle: #232426;--bs-success-bg-subtle: #002517;--bs-info-bg-subtle: #052025;--bs-warning-bg-subtle: #322001;--bs-danger-bg-subtle: #290e0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #280d5e;--bs-secondary-border-subtle: #686d71;--bs-success-border-subtle: #016e46;--bs-info-border-subtle: #0e616e;--bs-warning-border-subtle: #975f04;--bs-danger-border-subtle: #7c292a;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: #8e73c4;--bs-link-hover-color: #a58fd0;--bs-link-color-rgb: 142, 115, 196;--bs-link-hover-color-rgb: 165, 143, 208;--bs-code-color: white;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, 0.15);--bs-form-valid-color: #67d4ac;--bs-form-valid-border-color: #67d4ac;--bs-form-invalid-color: #e28f90;--bs-form-invalid-border-color: #e28f90}*,*::before,*::after{box-sizing:border-box}:root{font-size:var(--bs-root-font-size)}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.43125rem + 2.175vw)}@media(min-width: 1200px){h1,.h1{font-size:3.0625rem}}h2,.h2{font-size:calc(1.35625rem + 1.275vw)}@media(min-width: 1200px){h2,.h2{font-size:2.3125rem}}h3,.h3{font-size:calc(1.3125rem + 0.75vw)}@media(min-width: 1200px){h3,.h3{font-size:1.875rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;-ms-text-decoration:underline dotted;-o-text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem;padding:.78125rem 1.5625rem;border-left:.25rem solid #e9ecef}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline;-webkit-text-decoration:underline;-moz-text-decoration:underline;-ms-text-decoration:underline;-o-text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em;color:#000;background-color:#f8f9fa;padding:.5rem;border:1px solid var(--bs-border-color, #dee2e6);border-radius:.25rem}pre code{background-color:rgba(0,0,0,0);font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);background-color:#f8f9fa;border-radius:.25rem;padding:.125rem .25rem;word-wrap:break-word}a>code{color:inherit}kbd{padding:.4rem .4rem;font-size:0.875em;color:#fff;background-color:#343a40;border-radius:.2em}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:rgba(52,58,64,.75);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:calc(1.28125rem + 0.375vw);font-weight:300}@media(min-width: 1200px){.lead{font-size:1.5625rem}}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:calc(1.28125rem + 0.375vw)}@media(min-width: 1200px){.blockquote{font-size:1.5625rem}}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:rgba(52,58,64,.75)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.grid{display:grid;grid-template-rows:repeat(var(--bs-rows, 1), 1fr);grid-template-columns:repeat(var(--bs-columns, 12), 1fr);gap:var(--bs-gap, 1.5rem)}.grid .g-col-1{grid-column:auto/span 1}.grid .g-col-2{grid-column:auto/span 2}.grid .g-col-3{grid-column:auto/span 3}.grid .g-col-4{grid-column:auto/span 4}.grid .g-col-5{grid-column:auto/span 5}.grid .g-col-6{grid-column:auto/span 6}.grid .g-col-7{grid-column:auto/span 7}.grid .g-col-8{grid-column:auto/span 8}.grid .g-col-9{grid-column:auto/span 9}.grid .g-col-10{grid-column:auto/span 10}.grid .g-col-11{grid-column:auto/span 11}.grid .g-col-12{grid-column:auto/span 12}.grid .g-start-1{grid-column-start:1}.grid .g-start-2{grid-column-start:2}.grid .g-start-3{grid-column-start:3}.grid .g-start-4{grid-column-start:4}.grid .g-start-5{grid-column-start:5}.grid .g-start-6{grid-column-start:6}.grid .g-start-7{grid-column-start:7}.grid .g-start-8{grid-column-start:8}.grid .g-start-9{grid-column-start:9}.grid .g-start-10{grid-column-start:10}.grid .g-start-11{grid-column-start:11}@media(min-width: 576px){.grid .g-col-sm-1{grid-column:auto/span 1}.grid .g-col-sm-2{grid-column:auto/span 2}.grid .g-col-sm-3{grid-column:auto/span 3}.grid .g-col-sm-4{grid-column:auto/span 4}.grid .g-col-sm-5{grid-column:auto/span 5}.grid .g-col-sm-6{grid-column:auto/span 6}.grid .g-col-sm-7{grid-column:auto/span 7}.grid .g-col-sm-8{grid-column:auto/span 8}.grid .g-col-sm-9{grid-column:auto/span 9}.grid .g-col-sm-10{grid-column:auto/span 10}.grid .g-col-sm-11{grid-column:auto/span 11}.grid .g-col-sm-12{grid-column:auto/span 12}.grid .g-start-sm-1{grid-column-start:1}.grid .g-start-sm-2{grid-column-start:2}.grid .g-start-sm-3{grid-column-start:3}.grid .g-start-sm-4{grid-column-start:4}.grid .g-start-sm-5{grid-column-start:5}.grid .g-start-sm-6{grid-column-start:6}.grid .g-start-sm-7{grid-column-start:7}.grid .g-start-sm-8{grid-column-start:8}.grid .g-start-sm-9{grid-column-start:9}.grid .g-start-sm-10{grid-column-start:10}.grid .g-start-sm-11{grid-column-start:11}}@media(min-width: 768px){.grid .g-col-md-1{grid-column:auto/span 1}.grid .g-col-md-2{grid-column:auto/span 2}.grid .g-col-md-3{grid-column:auto/span 3}.grid .g-col-md-4{grid-column:auto/span 4}.grid .g-col-md-5{grid-column:auto/span 5}.grid .g-col-md-6{grid-column:auto/span 6}.grid .g-col-md-7{grid-column:auto/span 7}.grid .g-col-md-8{grid-column:auto/span 8}.grid .g-col-md-9{grid-column:auto/span 9}.grid .g-col-md-10{grid-column:auto/span 10}.grid .g-col-md-11{grid-column:auto/span 11}.grid .g-col-md-12{grid-column:auto/span 12}.grid .g-start-md-1{grid-column-start:1}.grid .g-start-md-2{grid-column-start:2}.grid .g-start-md-3{grid-column-start:3}.grid .g-start-md-4{grid-column-start:4}.grid .g-start-md-5{grid-column-start:5}.grid .g-start-md-6{grid-column-start:6}.grid .g-start-md-7{grid-column-start:7}.grid .g-start-md-8{grid-column-start:8}.grid .g-start-md-9{grid-column-start:9}.grid .g-start-md-10{grid-column-start:10}.grid .g-start-md-11{grid-column-start:11}}@media(min-width: 992px){.grid .g-col-lg-1{grid-column:auto/span 1}.grid .g-col-lg-2{grid-column:auto/span 2}.grid .g-col-lg-3{grid-column:auto/span 3}.grid .g-col-lg-4{grid-column:auto/span 4}.grid .g-col-lg-5{grid-column:auto/span 5}.grid .g-col-lg-6{grid-column:auto/span 6}.grid .g-col-lg-7{grid-column:auto/span 7}.grid .g-col-lg-8{grid-column:auto/span 8}.grid .g-col-lg-9{grid-column:auto/span 9}.grid .g-col-lg-10{grid-column:auto/span 10}.grid .g-col-lg-11{grid-column:auto/span 11}.grid .g-col-lg-12{grid-column:auto/span 12}.grid .g-start-lg-1{grid-column-start:1}.grid .g-start-lg-2{grid-column-start:2}.grid .g-start-lg-3{grid-column-start:3}.grid .g-start-lg-4{grid-column-start:4}.grid .g-start-lg-5{grid-column-start:5}.grid .g-start-lg-6{grid-column-start:6}.grid .g-start-lg-7{grid-column-start:7}.grid .g-start-lg-8{grid-column-start:8}.grid .g-start-lg-9{grid-column-start:9}.grid .g-start-lg-10{grid-column-start:10}.grid .g-start-lg-11{grid-column-start:11}}@media(min-width: 1200px){.grid .g-col-xl-1{grid-column:auto/span 1}.grid .g-col-xl-2{grid-column:auto/span 2}.grid .g-col-xl-3{grid-column:auto/span 3}.grid .g-col-xl-4{grid-column:auto/span 4}.grid .g-col-xl-5{grid-column:auto/span 5}.grid .g-col-xl-6{grid-column:auto/span 6}.grid .g-col-xl-7{grid-column:auto/span 7}.grid .g-col-xl-8{grid-column:auto/span 8}.grid .g-col-xl-9{grid-column:auto/span 9}.grid .g-col-xl-10{grid-column:auto/span 10}.grid .g-col-xl-11{grid-column:auto/span 11}.grid .g-col-xl-12{grid-column:auto/span 12}.grid .g-start-xl-1{grid-column-start:1}.grid .g-start-xl-2{grid-column-start:2}.grid .g-start-xl-3{grid-column-start:3}.grid .g-start-xl-4{grid-column-start:4}.grid .g-start-xl-5{grid-column-start:5}.grid .g-start-xl-6{grid-column-start:6}.grid .g-start-xl-7{grid-column-start:7}.grid .g-start-xl-8{grid-column-start:8}.grid .g-start-xl-9{grid-column-start:9}.grid .g-start-xl-10{grid-column-start:10}.grid .g-start-xl-11{grid-column-start:11}}@media(min-width: 1400px){.grid .g-col-xxl-1{grid-column:auto/span 1}.grid .g-col-xxl-2{grid-column:auto/span 2}.grid .g-col-xxl-3{grid-column:auto/span 3}.grid .g-col-xxl-4{grid-column:auto/span 4}.grid .g-col-xxl-5{grid-column:auto/span 5}.grid .g-col-xxl-6{grid-column:auto/span 6}.grid .g-col-xxl-7{grid-column:auto/span 7}.grid .g-col-xxl-8{grid-column:auto/span 8}.grid .g-col-xxl-9{grid-column:auto/span 9}.grid .g-col-xxl-10{grid-column:auto/span 10}.grid .g-col-xxl-11{grid-column:auto/span 11}.grid .g-col-xxl-12{grid-column:auto/span 12}.grid .g-start-xxl-1{grid-column-start:1}.grid .g-start-xxl-2{grid-column-start:2}.grid .g-start-xxl-3{grid-column-start:3}.grid .g-start-xxl-4{grid-column-start:4}.grid .g-start-xxl-5{grid-column-start:5}.grid .g-start-xxl-6{grid-column-start:6}.grid .g-start-xxl-7{grid-column-start:7}.grid .g-start-xxl-8{grid-column-start:8}.grid .g-start-xxl-9{grid-column-start:9}.grid .g-start-xxl-10{grid-column-start:10}.grid .g-start-xxl-11{grid-column-start:11}}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: #343a40;--bs-table-bg: #fff;--bs-table-border-color: rgba(0, 0, 0, 0.1);--bs-table-accent-bg: transparent;--bs-table-striped-color: #343a40;--bs-table-striped-bg: rgba(0, 0, 0, 0.05);--bs-table-active-color: #343a40;--bs-table-active-bg: rgba(0, 0, 0, 0.1);--bs-table-hover-color: #343a40;--bs-table-hover-bg: rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(1px*2) solid #b2bac1}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #fff;--bs-table-bg: #42159d;--bs-table-border-color: #552ca7;--bs-table-striped-bg: #4b21a2;--bs-table-striped-color: #fff;--bs-table-active-bg: #552ca7;--bs-table-active-color: #fff;--bs-table-hover-bg: #5027a4;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #fff;--bs-table-bg: #adb5bd;--bs-table-border-color: #b5bcc4;--bs-table-striped-bg: #b1b9c0;--bs-table-striped-color: #fff;--bs-table-active-bg: #b5bcc4;--bs-table-active-color: #fff;--bs-table-hover-bg: #b3bbc2;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #fff;--bs-table-bg: #02b875;--bs-table-border-color: #1bbf83;--bs-table-striped-bg: #0fbc7c;--bs-table-striped-color: #fff;--bs-table-active-bg: #1bbf83;--bs-table-active-color: #fff;--bs-table-hover-bg: #15bd7f;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #fff;--bs-table-bg: #17a2b8;--bs-table-border-color: #2eabbf;--bs-table-striped-bg: #23a7bc;--bs-table-striped-color: #fff;--bs-table-active-bg: #2eabbf;--bs-table-active-color: #fff;--bs-table-hover-bg: #28a9bd;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #fff;--bs-table-bg: #fb9e07;--bs-table-border-color: #fba820;--bs-table-striped-bg: #fba313;--bs-table-striped-color: #fff;--bs-table-active-bg: #fba820;--bs-table-active-color: #fff;--bs-table-hover-bg: #fba51a;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #fff;--bs-table-bg: #cf4446;--bs-table-border-color: #d45759;--bs-table-striped-bg: #d14d4f;--bs-table-striped-color: #fff;--bs-table-active-bg: #d45759;--bs-table-active-color: #fff;--bs-table-hover-bg: #d35254;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: #dfe0e1;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #343a40;--bs-table-border-color: #484e53;--bs-table-striped-bg: #3e444a;--bs-table-striped-color: #fff;--bs-table-active-bg: #484e53;--bs-table-active-color: #fff;--bs-table-hover-bg: #43494e;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label,.shiny-input-container .control-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:calc(1.28125rem + 0.375vw)}@media(min-width: 1200px){.col-form-label-lg{font-size:1.5625rem}}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:1.09375rem}.form-text{margin-top:.25rem;font-size:0.875em;color:rgba(52,58,64,.75)}.form-control{display:block;width:100%;padding:.5rem 1.1rem;font-size:1.25rem;font-weight:400;line-height:1.5;color:#343a40;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.1);border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#343a40;background-color:#fff;border-color:#a18ace;outline:0;box-shadow:0 0 0 .25rem rgba(66,21,157,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:rgba(52,58,64,.75);opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.5rem 1.1rem;margin:-0.5rem -1.1rem;margin-inline-end:1.1rem;color:#343a40;background-color:#f8f9fa;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#e9ecef}.form-control-plaintext{display:block;width:100%;padding:.5rem 0;margin-bottom:0;line-height:1.5;color:#343a40;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(1px * 2));padding:.25rem .5rem;font-size:1.09375rem;border-radius:.2em}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(1px * 2));padding:.5rem 1rem;font-size:calc(1.28125rem + 0.375vw);border-radius:.5rem}@media(min-width: 1200px){.form-control-lg{font-size:1.5625rem}}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 1rem + calc(1px * 2))}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(1px * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(1px * 2))}.form-control-color{width:3rem;height:calc(1.5em + 1rem + calc(1px * 2));padding:.5rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:.25rem}.form-control-color::-webkit-color-swatch{border:0 !important;border-radius:.25rem}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + calc(1px * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(1px * 2))}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.5rem 3.3rem .5rem 1.1rem;font-size:1.25rem;font-weight:400;line-height:1.5;color:#343a40;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;background-color:#fff;background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right 1.1rem center;background-size:16px 12px;border:1px solid rgba(0,0,0,.1);border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#a18ace;outline:0;box-shadow:0 0 0 .25rem rgba(66,21,157,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:1.1rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #343a40}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:1.09375rem;border-radius:.2em}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:calc(1.28125rem + 0.375vw);border-radius:.5rem}@media(min-width: 1200px){.form-select-lg{font-size:1.5625rem}}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check,.shiny-input-container .checkbox,.shiny-input-container .radio{display:block;min-height:1.875rem;padding-left:0;margin-bottom:.125rem}.form-check .form-check-input,.form-check .shiny-input-container .checkbox input,.form-check .shiny-input-container .radio input,.shiny-input-container .checkbox .form-check-input,.shiny-input-container .checkbox .shiny-input-container .checkbox input,.shiny-input-container .checkbox .shiny-input-container .radio input,.shiny-input-container .radio .form-check-input,.shiny-input-container .radio .shiny-input-container .checkbox input,.shiny-input-container .radio .shiny-input-container .radio input{float:left;margin-left:0}.form-check-reverse{padding-right:0;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:0;margin-left:0}.form-check-input,.shiny-input-container .checkbox input,.shiny-input-container .checkbox-inline input,.shiny-input-container .radio input,.shiny-input-container .radio-inline input{--bs-form-check-bg: #fff;width:1em;height:1em;margin-top:.25em;vertical-align:top;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid #dee2e6;print-color-adjust:exact}.form-check-input[type=checkbox],.shiny-input-container .checkbox input[type=checkbox],.shiny-input-container .checkbox-inline input[type=checkbox],.shiny-input-container .radio input[type=checkbox],.shiny-input-container .radio-inline input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio],.shiny-input-container .checkbox input[type=radio],.shiny-input-container .checkbox-inline input[type=radio],.shiny-input-container .radio input[type=radio],.shiny-input-container .radio-inline input[type=radio]{border-radius:50%}.form-check-input:active,.shiny-input-container .checkbox input:active,.shiny-input-container .checkbox-inline input:active,.shiny-input-container .radio input:active,.shiny-input-container .radio-inline input:active{filter:brightness(90%)}.form-check-input:focus,.shiny-input-container .checkbox input:focus,.shiny-input-container .checkbox-inline input:focus,.shiny-input-container .radio input:focus,.shiny-input-container .radio-inline input:focus{border-color:#a18ace;outline:0;box-shadow:0 0 0 .25rem rgba(66,21,157,.25)}.form-check-input:checked,.shiny-input-container .checkbox input:checked,.shiny-input-container .checkbox-inline input:checked,.shiny-input-container .radio input:checked,.shiny-input-container .radio-inline input:checked{background-color:#42159d;border-color:#42159d}.form-check-input:checked[type=checkbox],.shiny-input-container .checkbox input:checked[type=checkbox],.shiny-input-container .checkbox-inline input:checked[type=checkbox],.shiny-input-container .radio input:checked[type=checkbox],.shiny-input-container .radio-inline input:checked[type=checkbox]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio],.shiny-input-container .checkbox input:checked[type=radio],.shiny-input-container .checkbox-inline input:checked[type=radio],.shiny-input-container .radio input:checked[type=radio],.shiny-input-container .radio-inline input:checked[type=radio]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate,.shiny-input-container .checkbox input[type=checkbox]:indeterminate,.shiny-input-container .checkbox-inline input[type=checkbox]:indeterminate,.shiny-input-container .radio input[type=checkbox]:indeterminate,.shiny-input-container .radio-inline input[type=checkbox]:indeterminate{background-color:#42159d;border-color:#42159d;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled,.shiny-input-container .checkbox input:disabled,.shiny-input-container .checkbox-inline input:disabled,.shiny-input-container .radio input:disabled,.shiny-input-container .radio-inline input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input[disabled]~span,.form-check-input:disabled~.form-check-label,.form-check-input:disabled~span,.shiny-input-container .checkbox input[disabled]~.form-check-label,.shiny-input-container .checkbox input[disabled]~span,.shiny-input-container .checkbox input:disabled~.form-check-label,.shiny-input-container .checkbox input:disabled~span,.shiny-input-container .checkbox-inline input[disabled]~.form-check-label,.shiny-input-container .checkbox-inline input[disabled]~span,.shiny-input-container .checkbox-inline input:disabled~.form-check-label,.shiny-input-container .checkbox-inline input:disabled~span,.shiny-input-container .radio input[disabled]~.form-check-label,.shiny-input-container .radio input[disabled]~span,.shiny-input-container .radio input:disabled~.form-check-label,.shiny-input-container .radio input:disabled~span,.shiny-input-container .radio-inline input[disabled]~.form-check-label,.shiny-input-container .radio-inline input[disabled]~span,.shiny-input-container .radio-inline input:disabled~.form-check-label,.shiny-input-container .radio-inline input:disabled~span{cursor:default;opacity:.5}.form-check-label,.shiny-input-container .checkbox label,.shiny-input-container .checkbox-inline label,.shiny-input-container .radio label,.shiny-input-container .radio-inline label{cursor:pointer}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a18ace'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;background-color:rgba(0,0,0,0)}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(66,21,157,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(66,21,157,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;background-color:#42159d;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#c6b9e2}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#f8f9fa;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;background-color:#42159d;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#c6b9e2}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#f8f9fa;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:rgba(52,58,64,.75)}.form-range:disabled::-moz-range-thumb{background-color:rgba(52,58,64,.75)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(1px * 2));min-height:calc(3.5rem + calc(1px * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem 1.1rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid rgba(0,0,0,0);transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem 1.1rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-control-plaintext~label::after,.form-floating>.form-select~label::after{position:absolute;inset:1rem .55rem;z-index:-1;height:1.5em;content:"";background-color:#fff;border-radius:.25rem}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.form-floating>:disabled~label::after,.form-floating>.form-control:disabled~label::after{background-color:#e9ecef}.input-group{position:relative;display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;align-items:stretch;-webkit-align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;-webkit-flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;padding:.5rem 1.1rem;font-size:1.25rem;font-weight:400;line-height:1.5;color:#343a40;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid rgba(0,0,0,.1);border-radius:.25rem}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:calc(1.28125rem + 0.375vw);border-radius:.5rem}@media(min-width: 1200px){.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{font-size:1.5625rem}}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:1.09375rem;border-radius:.2em}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:4.4rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(1px*-1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#02b875}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.6875rem;color:#fff;background-color:#02b875;border-radius:.25rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#02b875;padding-right:calc(1.5em + 1rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2302b875' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.25rem) center;background-size:calc(0.75em + 0.5rem) calc(0.75em + 0.5rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#02b875;box-shadow:0 0 0 .25rem rgba(2,184,117,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 1rem);background-position:top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#02b875}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2302b875' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:6.05rem;background-position:right 1.1rem center,center right 3.3rem;background-size:16px 12px,calc(0.75em + 0.5rem) calc(0.75em + 0.5rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#02b875;box-shadow:0 0 0 .25rem rgba(2,184,117,.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 1rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#02b875}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#02b875}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(2,184,117,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#02b875}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#cf4446}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.6875rem;color:#fff;background-color:#cf4446;border-radius:.25rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#cf4446;padding-right:calc(1.5em + 1rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23CF4446'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23CF4446' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.25rem) center;background-size:calc(0.75em + 0.5rem) calc(0.75em + 0.5rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#cf4446;box-shadow:0 0 0 .25rem rgba(207,68,70,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 1rem);background-position:top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#cf4446}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23CF4446'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23CF4446' stroke='none'/%3e%3c/svg%3e");padding-right:6.05rem;background-position:right 1.1rem center,center right 3.3rem;background-size:16px 12px,calc(0.75em + 0.5rem) calc(0.75em + 0.5rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#cf4446;box-shadow:0 0 0 .25rem rgba(207,68,70,.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 1rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#cf4446}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#cf4446}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(207,68,70,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#cf4446}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--bs-btn-padding-x: 1.1rem;--bs-btn-padding-y: 0.5rem;--bs-btn-font-family: Fira Sans Condensed, sans-serif;--bs-btn-font-size:0.875rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: #343a40;--bs-btn-bg: transparent;--bs-btn-border-width: 1px;--bs-btn-border-color: transparent;--bs-btn-border-radius: 1.078em;--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-default{--bs-btn-color: #fff;--bs-btn-bg: #adb5bd;--bs-btn-border-color: #adb5bd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #939aa1;--bs-btn-hover-border-color: #8a9197;--bs-btn-focus-shadow-rgb: 185, 192, 199;--bs-btn-active-color: #fff;--bs-btn-active-bg: #8a9197;--bs-btn-active-border-color: #82888e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #adb5bd;--bs-btn-disabled-border-color: #adb5bd}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #42159D;--bs-btn-border-color: #42159D;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #381285;--bs-btn-hover-border-color: #35117e;--bs-btn-focus-shadow-rgb: 94, 56, 172;--bs-btn-active-color: #fff;--bs-btn-active-bg: #35117e;--bs-btn-active-border-color: #321076;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #42159D;--bs-btn-disabled-border-color: #42159D}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #adb5bd;--bs-btn-border-color: #adb5bd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #939aa1;--bs-btn-hover-border-color: #8a9197;--bs-btn-focus-shadow-rgb: 185, 192, 199;--bs-btn-active-color: #fff;--bs-btn-active-bg: #8a9197;--bs-btn-active-border-color: #82888e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #adb5bd;--bs-btn-disabled-border-color: #adb5bd}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #02b875;--bs-btn-border-color: #02b875;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #029c63;--bs-btn-hover-border-color: #02935e;--bs-btn-focus-shadow-rgb: 40, 195, 138;--bs-btn-active-color: #fff;--bs-btn-active-bg: #02935e;--bs-btn-active-border-color: #028a58;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #02b875;--bs-btn-disabled-border-color: #02b875}.btn-info{--bs-btn-color: #fff;--bs-btn-bg: #17a2b8;--bs-btn-border-color: #17a2b8;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #148a9c;--bs-btn-hover-border-color: #128293;--bs-btn-focus-shadow-rgb: 58, 176, 195;--bs-btn-active-color: #fff;--bs-btn-active-bg: #128293;--bs-btn-active-border-color: #117a8a;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #17a2b8;--bs-btn-disabled-border-color: #17a2b8}.btn-warning{--bs-btn-color: #fff;--bs-btn-bg: #FB9E07;--bs-btn-border-color: #FB9E07;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #d58606;--bs-btn-hover-border-color: #c97e06;--bs-btn-focus-shadow-rgb: 252, 173, 44;--bs-btn-active-color: #fff;--bs-btn-active-bg: #c97e06;--bs-btn-active-border-color: #bc7705;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #FB9E07;--bs-btn-disabled-border-color: #FB9E07}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #CF4446;--bs-btn-border-color: #CF4446;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #b03a3c;--bs-btn-hover-border-color: #a63638;--bs-btn-focus-shadow-rgb: 214, 96, 98;--bs-btn-active-color: #fff;--bs-btn-active-bg: #a63638;--bs-btn-active-border-color: #9b3335;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #CF4446;--bs-btn-disabled-border-color: #CF4446}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #343a40;--bs-btn-border-color: #343a40;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #52585d;--bs-btn-hover-border-color: #484e53;--bs-btn-focus-shadow-rgb: 82, 88, 93;--bs-btn-active-color: #fff;--bs-btn-active-bg: #5d6166;--bs-btn-active-border-color: #484e53;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #343a40;--bs-btn-disabled-border-color: #343a40}.btn-outline-default{--bs-btn-color: #adb5bd;--bs-btn-border-color: #adb5bd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #adb5bd;--bs-btn-hover-border-color: #adb5bd;--bs-btn-focus-shadow-rgb: 173, 181, 189;--bs-btn-active-color: #fff;--bs-btn-active-bg: #adb5bd;--bs-btn-active-border-color: #adb5bd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #adb5bd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #adb5bd;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-primary{--bs-btn-color: #42159D;--bs-btn-border-color: #42159D;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #42159D;--bs-btn-hover-border-color: #42159D;--bs-btn-focus-shadow-rgb: 66, 21, 157;--bs-btn-active-color: #fff;--bs-btn-active-bg: #42159D;--bs-btn-active-border-color: #42159D;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #42159D;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #42159D;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #adb5bd;--bs-btn-border-color: #adb5bd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #adb5bd;--bs-btn-hover-border-color: #adb5bd;--bs-btn-focus-shadow-rgb: 173, 181, 189;--bs-btn-active-color: #fff;--bs-btn-active-bg: #adb5bd;--bs-btn-active-border-color: #adb5bd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #adb5bd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #adb5bd;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #02b875;--bs-btn-border-color: #02b875;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #02b875;--bs-btn-hover-border-color: #02b875;--bs-btn-focus-shadow-rgb: 2, 184, 117;--bs-btn-active-color: #fff;--bs-btn-active-bg: #02b875;--bs-btn-active-border-color: #02b875;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #02b875;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #02b875;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #17a2b8;--bs-btn-border-color: #17a2b8;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #17a2b8;--bs-btn-hover-border-color: #17a2b8;--bs-btn-focus-shadow-rgb: 23, 162, 184;--bs-btn-active-color: #fff;--bs-btn-active-bg: #17a2b8;--bs-btn-active-border-color: #17a2b8;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #17a2b8;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #17a2b8;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #FB9E07;--bs-btn-border-color: #FB9E07;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #FB9E07;--bs-btn-hover-border-color: #FB9E07;--bs-btn-focus-shadow-rgb: 251, 158, 7;--bs-btn-active-color: #fff;--bs-btn-active-bg: #FB9E07;--bs-btn-active-border-color: #FB9E07;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #FB9E07;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #FB9E07;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #CF4446;--bs-btn-border-color: #CF4446;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #CF4446;--bs-btn-hover-border-color: #CF4446;--bs-btn-focus-shadow-rgb: 207, 68, 70;--bs-btn-active-color: #fff;--bs-btn-active-bg: #CF4446;--bs-btn-active-border-color: #CF4446;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #CF4446;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #CF4446;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-btn-bg: transparent;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #343a40;--bs-btn-border-color: #343a40;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #343a40;--bs-btn-hover-border-color: #343a40;--bs-btn-focus-shadow-rgb: 52, 58, 64;--bs-btn-active-color: #fff;--bs-btn-active-bg: #343a40;--bs-btn-active-border-color: #343a40;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #343a40;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #343a40;--bs-btn-bg: transparent;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: #CF4446;--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: #FB9E07;--bs-btn-hover-border-color: transparent;--bs-btn-active-color: #FB9E07;--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 214, 96, 98;text-decoration:underline;-webkit-text-decoration:underline;-moz-text-decoration:underline;-ms-text-decoration:underline;-o-text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:calc(1.28125rem + 0.375vw);--bs-btn-border-radius: 2.688em}@media(min-width: 1200px){.btn-lg,.btn-group-lg>.btn{--bs-btn-font-size:1.5625rem}}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.688rem;--bs-btn-border-radius: 0.844em}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .2s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0.5rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size:1.25rem;--bs-dropdown-color: #343a40;--bs-dropdown-bg: #fff;--bs-dropdown-border-color: rgba(0, 0, 0, 0.175);--bs-dropdown-border-radius: 0.25rem;--bs-dropdown-border-width: 1px;--bs-dropdown-inner-border-radius: calc(0.25rem - 1px);--bs-dropdown-divider-bg: rgba(0, 0, 0, 0.175);--bs-dropdown-divider-margin-y: 0.5rem;--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-dropdown-link-color: #343a40;--bs-dropdown-link-hover-color: #343a40;--bs-dropdown-link-hover-bg: #f8f9fa;--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #42159D;--bs-dropdown-link-disabled-color: rgba(52, 58, 64, 0.5);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: 0.25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:1.09375rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: rgba(0, 0, 0, 0.175);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: rgba(0, 0, 0, 0.175);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #42159D;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto;-webkit-flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:flex-start;-webkit-justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:1.078em}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(1px*-1)}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.825rem;padding-left:.825rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;-webkit-flex-direction:column;align-items:flex-start;-webkit-align-items:flex-start;justify-content:center;-webkit-justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(1px*-1)}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: #CF4446;--bs-nav-link-hover-color: #FB9E07;--bs-nav-link-disabled-color: rgba(52, 58, 64, 0.75);display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(66,21,157,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: 1px;--bs-nav-tabs-border-color: #dee2e6;--bs-nav-tabs-border-radius: 0.25rem;--bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;--bs-nav-tabs-link-active-color: #000;--bs-nav-tabs-link-active-bg: #fff;--bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1*var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid rgba(0,0,0,0);border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1*var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: 0.25rem;--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #42159D}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: 0.125rem;--bs-nav-underline-link-active-color: #000;gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid rgba(0,0,0,0)}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;-webkit-flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;-webkit-flex-basis:0;flex-grow:1;-webkit-flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: 0.5rem;--bs-navbar-color: #fdfdfe;--bs-navbar-hover-color: rgba(255, 253, 253, 0.8);--bs-navbar-disabled-color: rgba(253, 253, 254, 0.75);--bs-navbar-active-color: #fffdfd;--bs-navbar-brand-padding-y: 0.265625rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.5625rem;--bs-navbar-brand-color: #fdfdfe;--bs-navbar-brand-hover-color: #fffdfd;--bs-navbar-nav-link-padding-x: 0.5rem;--bs-navbar-toggler-padding-y: 0.25;--bs-navbar-toggler-padding-x: 0;--bs-navbar-toggler-font-size: 1.5625rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fdfdfe' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(253, 253, 254, 0);--bs-navbar-toggler-border-radius: 1.078em;--bs-navbar-toggler-focus-width: 0.25rem;--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;position:relative;display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;display:-webkit-flex;flex-wrap:inherit;-webkit-flex-wrap:inherit;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;-webkit-flex-basis:100%;flex-grow:1;-webkit-flex-grow:1;align-items:center;-webkit-align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:rgba(0,0,0,0);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media(min-width: 576px){.navbar-expand-sm{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 768px){.navbar-expand-md{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 992px){.navbar-expand-lg{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1200px){.navbar-expand-xl{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:flex-start;-webkit-justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row;-webkit-flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;display:-webkit-flex !important;flex-basis:auto;-webkit-flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;-webkit-flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: #fdfdfe;--bs-navbar-hover-color: rgba(255, 253, 253, 0.8);--bs-navbar-disabled-color: rgba(253, 253, 254, 0.75);--bs-navbar-active-color: #fffdfd;--bs-navbar-brand-color: #fdfdfe;--bs-navbar-brand-hover-color: #fffdfd;--bs-navbar-toggler-border-color: rgba(253, 253, 254, 0);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fdfdfe' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fdfdfe' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: 0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: 1px;--bs-card-border-color: rgba(0, 0, 0, 0.175);--bs-card-border-radius: 0.25rem;--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(0.25rem - 1px);--bs-card-cap-padding-y: 0.5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(52, 58, 64, 0.25);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: #fff;--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: 0.75rem;position:relative;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;-webkit-flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-0.5*var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-bottom:calc(-1*var(--bs-card-cap-padding-y));margin-left:calc(-0.5*var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-left:calc(-0.5*var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width: 576px){.card-group{display:flex;display:-webkit-flex;flex-flow:row wrap;-webkit-flex-flow:row wrap}.card-group>.card{flex:1 0 0%;-webkit-flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: #343a40;--bs-accordion-bg: #fff;--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;--bs-accordion-border-color: #dee2e6;--bs-accordion-border-width: 1px;--bs-accordion-border-radius: 0.25rem;--bs-accordion-inner-border-radius: calc(0.25rem - 1px);--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: #343a40;--bs-accordion-btn-bg: #fff;--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23343a40'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a083f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-focus-border-color: #a18ace;--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(66, 21, 157, 0.25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: #1a083f;--bs-accordion-active-bg: #d9d0eb}.accordion-button{position:relative;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1.25rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;-webkit-flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238e73c4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238e73c4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: rgba(52, 58, 64, 0.75);--bs-breadcrumb-item-padding-x: 0.5rem;--bs-breadcrumb-item-active-color: rgba(52, 58, 64, 0.75);display:flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, ">") /* rtl: var(--bs-breadcrumb-divider, ">") */}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: 0.75rem;--bs-pagination-padding-y: 0.375rem;--bs-pagination-font-size:1.25rem;--bs-pagination-color: #CF4446;--bs-pagination-bg: #fff;--bs-pagination-border-width: 1px;--bs-pagination-border-color: #dee2e6;--bs-pagination-border-radius: 0.25rem;--bs-pagination-hover-color: #FB9E07;--bs-pagination-hover-bg: #f8f9fa;--bs-pagination-hover-border-color: #dee2e6;--bs-pagination-focus-color: #FB9E07;--bs-pagination-focus-bg: #e9ecef;--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(66, 21, 157, 0.25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #42159D;--bs-pagination-active-border-color: #42159D;--bs-pagination-disabled-color: rgba(52, 58, 64, 0.75);--bs-pagination-disabled-bg: #e9ecef;--bs-pagination-disabled-border-color: #dee2e6;display:flex;display:-webkit-flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(1px*-1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: 0.75rem;--bs-pagination-font-size:calc(1.28125rem + 0.375vw);--bs-pagination-border-radius: 0.5rem}@media(min-width: 1200px){.pagination-lg{--bs-pagination-font-size:1.5625rem}}.pagination-sm{--bs-pagination-padding-x: 0.5rem;--bs-pagination-padding-y: 0.25rem;--bs-pagination-font-size:1.09375rem;--bs-pagination-border-radius: 0.2em}.badge{--bs-badge-padding-x: 1.2em;--bs-badge-padding-y: 0.6em;--bs-badge-font-size:0.75em;--bs-badge-font-weight: 400;--bs-badge-color: #fff;--bs-badge-border-radius: 0.25rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: 0 solid var(--bs-alert-border-color);--bs-alert-border-radius: 0.25rem;--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-default{--bs-alert-color: var(--bs-default-text-emphasis);--bs-alert-bg: var(--bs-default-bg-subtle);--bs-alert-border-color: var(--bs-default-border-subtle);--bs-alert-link-color: var(--bs-default-text-emphasis)}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color: var(--bs-secondary-text-emphasis);--bs-alert-bg: var(--bs-secondary-bg-subtle);--bs-alert-border-color: var(--bs-secondary-border-subtle);--bs-alert-link-color: var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color: var(--bs-info-text-emphasis);--bs-alert-bg: var(--bs-info-bg-subtle);--bs-alert-border-color: var(--bs-info-border-subtle);--bs-alert-link-color: var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color: var(--bs-warning-text-emphasis);--bs-alert-bg: var(--bs-warning-bg-subtle);--bs-alert-border-color: var(--bs-warning-border-subtle);--bs-alert-link-color: var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color: var(--bs-light-text-emphasis);--bs-alert-bg: var(--bs-light-bg-subtle);--bs-alert-border-color: var(--bs-light-border-subtle);--bs-alert-link-color: var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color: var(--bs-dark-text-emphasis);--bs-alert-bg: var(--bs-dark-bg-subtle);--bs-alert-border-color: var(--bs-dark-border-subtle);--bs-alert-link-color: var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size:0.9375rem;--bs-progress-bg: #e9ecef;--bs-progress-border-radius: 0.25rem;--bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #42159D;--bs-progress-bar-transition: width 0.6s ease;display:flex;display:-webkit-flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;justify-content:center;-webkit-justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: #343a40;--bs-list-group-bg: #fff;--bs-list-group-border-color: #dee2e6;--bs-list-group-border-width: 1px;--bs-list-group-border-radius: 0.25rem;--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: 0.5rem;--bs-list-group-action-color: rgba(52, 58, 64, 0.75);--bs-list-group-action-hover-color: #000;--bs-list-group-action-hover-bg: #f8f9fa;--bs-list-group-action-active-color: #343a40;--bs-list-group-action-active-bg: #e9ecef;--bs-list-group-disabled-color: rgba(52, 58, 64, 0.75);--bs-list-group-disabled-bg: #fff;--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #42159D;--bs-list-group-active-border-color: #42159D;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;-webkit-text-decoration:none;-moz-text-decoration:none;-ms-text-decoration:none;-o-text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1*var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media(min-width: 576px){.list-group-horizontal-sm{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 992px){.list-group-horizontal-lg{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1200px){.list-group-horizontal-xl{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row;-webkit-flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-default{--bs-list-group-color: var(--bs-default-text-emphasis);--bs-list-group-bg: var(--bs-default-bg-subtle);--bs-list-group-border-color: var(--bs-default-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-default-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-default-border-subtle);--bs-list-group-active-color: var(--bs-default-bg-subtle);--bs-list-group-active-bg: var(--bs-default-text-emphasis);--bs-list-group-active-border-color: var(--bs-default-text-emphasis)}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity: 0.5;--bs-btn-close-hover-opacity: 0.75;--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(66, 21, 157, 0.25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: 0.25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:rgba(0,0,0,0) var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{filter:var(--bs-btn-close-white-filter)}[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: 0.75rem;--bs-toast-padding-y: 0.5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg: rgba(255, 255, 255, 0.85);--bs-toast-border-width: 1px;--bs-toast-border-color: rgba(0, 0, 0, 0.175);--bs-toast-border-radius: 0.25rem;--bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-toast-header-color: rgba(52, 58, 64, 0.75);--bs-toast-header-bg: rgba(255, 255, 255, 0.85);--bs-toast-header-border-color: rgba(0, 0, 0, 0.175);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;width:-webkit-max-content;width:-moz-max-content;width:-ms-max-content;width:-o-max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-0.5*var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: 0.5rem;--bs-modal-color: ;--bs-modal-bg: #fff;--bs-modal-border-color: rgba(0, 0, 0, 0.175);--bs-modal-border-width: 1px;--bs-modal-border-radius: 0.5rem;--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-modal-inner-border-radius: calc(0.5rem - 1px);--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: #dee2e6;--bs-modal-header-border-width: 1px;--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: 0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: #dee2e6;--bs-modal-footer-border-width: 1px;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{position:relative;display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: 0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;display:-webkit-flex;flex-shrink:0;-webkit-flex-shrink:0;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin:calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;-webkit-flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;display:-webkit-flex;flex-shrink:0;-webkit-flex-shrink:0;flex-wrap:wrap;-webkit-flex-wrap:wrap;align-items:center;-webkit-align-items:center;justify-content:flex-end;-webkit-justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media(min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media(min-width: 1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: 0.5rem;--bs-tooltip-padding-y: 0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.6875rem;--bs-tooltip-color: #fff;--bs-tooltip-bg: #000;--bs-tooltip-border-radius: 0.25rem;--bs-tooltip-opacity: 0.9;--bs-tooltip-arrow-width: 0.8rem;--bs-tooltip-arrow-height: 0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:Fira Sans Condensed,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size:1.09375rem;--bs-popover-bg: #fff;--bs-popover-border-width: 1px;--bs-popover-border-color: rgba(0, 0, 0, 0.175);--bs-popover-border-radius: 0.5rem;--bs-popover-inner-border-radius: calc(0.5rem - 1px);--bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: 0.5rem;--bs-popover-header-font-size:1.25rem;--bs-popover-header-color: inherit;--bs-popover-header-bg: #e9ecef;--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: #343a40;--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: 0.5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:Fira Sans Condensed,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:rgba(0,0,0,0);border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-0.5*var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y;-webkit-touch-action:pan-y;-moz-touch-action:pan-y;-ms-touch-action:pan-y;-o-touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;-webkit-flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-border-width: 0.25em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:rgba(0,0,0,0)}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: 0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: #343a40;--bs-offcanvas-bg: #fff;--bs-offcanvas-border-width: 1px;--bs-offcanvas-border-color: rgba(0, 0, 0, 0.175);--bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-offcanvas-transition: transform 0.3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}@media(max-width: 575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 575.98px)and (prefers-reduced-motion: reduce){.offcanvas-sm{transition:none}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media(min-width: 576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 767.98px)and (prefers-reduced-motion: reduce){.offcanvas-md{transition:none}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media(min-width: 768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 991.98px)and (prefers-reduced-motion: reduce){.offcanvas-lg{transition:none}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media(min-width: 992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce){.offcanvas-xl{transition:none}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media(min-width: 1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media(max-width: 1399.98px)and (prefers-reduced-motion: reduce){.offcanvas-xxl{transition:none}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media(min-width: 1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;display:-webkit-flex;flex-grow:0;-webkit-flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media(prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:space-between;-webkit-justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);margin-top:calc(-0.5*var(--bs-offcanvas-padding-y));margin-right:calc(-0.5*var(--bs-offcanvas-padding-x));margin-bottom:calc(-0.5*var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;-webkit-flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{mask-image:linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);-webkit-mask-image:linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);mask-size:200% 100%;-webkit-mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{mask-position:-200% 0%;-webkit-mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-default{color:#fff !important;background-color:RGBA(var(--bs-default-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#fff !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#fff !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.link-default{color:RGBA(var(--bs-default-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-default-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-default:hover,.link-default:focus{color:RGBA(138, 145, 151, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(138, 145, 151, var(--bs-link-underline-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(53, 17, 126, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(53, 17, 126, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(138, 145, 151, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(138, 145, 151, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(2, 147, 94, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(2, 147, 94, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(18, 130, 147, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(18, 130, 147, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(201, 126, 6, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(201, 126, 6, var(--bs-link-underline-opacity, 1)) !important}.link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-danger:hover,.link-danger:focus{color:RGBA(166, 54, 56, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(166, 54, 56, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(42, 46, 51, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(42, 46, 51, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;-webkit-align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:.25em;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;-webkit-flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;display:-webkit-flex;flex-direction:row;-webkit-flex-direction:row;align-items:center;-webkit-align-items:center;align-self:stretch;-webkit-align-self:stretch}.vstack{display:flex;display:-webkit-flex;flex:1 1 auto;-webkit-flex:1 1 auto;flex-direction:column;-webkit-flex-direction:column;align-self:stretch;-webkit-align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;-webkit-align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{box-shadow:none !important}.focus-ring-default{--bs-focus-ring-color: rgba(var(--bs-default-rgb), var(--bs-focus-ring-opacity))}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-default{--bs-border-opacity: 1;border-color:rgba(var(--bs-default-rgb), var(--bs-border-opacity)) !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.row-gap-0{row-gap:0 !important}.row-gap-1{row-gap:.25rem !important}.row-gap-2{row-gap:.5rem !important}.row-gap-3{row-gap:1rem !important}.row-gap-4{row-gap:1.5rem !important}.row-gap-5{row-gap:3rem !important}.column-gap-0{column-gap:0 !important}.column-gap-1{column-gap:.25rem !important}.column-gap-2{column-gap:.5rem !important}.column-gap-3{column-gap:1rem !important}.column-gap-4{column-gap:1.5rem !important}.column-gap-5{column-gap:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.43125rem + 2.175vw) !important}.fs-2{font-size:calc(1.35625rem + 1.275vw) !important}.fs-3{font-size:calc(1.3125rem + 0.75vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-default{--bs-text-opacity: 1;color:rgba(var(--bs-default-rgb), var(--bs-text-opacity)) !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:.125em !important}.link-offset-1-hover:hover{text-underline-offset:.125em !important}.link-offset-2{text-underline-offset:.25em !important}.link-offset-2-hover:hover{text-underline-offset:.25em !important}.link-offset-3{text-underline-offset:.375em !important}.link-offset-3-hover:hover{text-underline-offset:.375em !important}.link-underline-default{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-default-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-default{--bs-bg-opacity: 1;background-color:rgba(var(--bs-default-rgb), var(--bs-bg-opacity)) !important}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-1{row-gap:.25rem !important}.row-gap-sm-2{row-gap:.5rem !important}.row-gap-sm-3{row-gap:1rem !important}.row-gap-sm-4{row-gap:1.5rem !important}.row-gap-sm-5{row-gap:3rem !important}.column-gap-sm-0{column-gap:0 !important}.column-gap-sm-1{column-gap:.25rem !important}.column-gap-sm-2{column-gap:.5rem !important}.column-gap-sm-3{column-gap:1rem !important}.column-gap-sm-4{column-gap:1.5rem !important}.column-gap-sm-5{column-gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.row-gap-md-0{row-gap:0 !important}.row-gap-md-1{row-gap:.25rem !important}.row-gap-md-2{row-gap:.5rem !important}.row-gap-md-3{row-gap:1rem !important}.row-gap-md-4{row-gap:1.5rem !important}.row-gap-md-5{row-gap:3rem !important}.column-gap-md-0{column-gap:0 !important}.column-gap-md-1{column-gap:.25rem !important}.column-gap-md-2{column-gap:.5rem !important}.column-gap-md-3{column-gap:1rem !important}.column-gap-md-4{column-gap:1.5rem !important}.column-gap-md-5{column-gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-1{row-gap:.25rem !important}.row-gap-lg-2{row-gap:.5rem !important}.row-gap-lg-3{row-gap:1rem !important}.row-gap-lg-4{row-gap:1.5rem !important}.row-gap-lg-5{row-gap:3rem !important}.column-gap-lg-0{column-gap:0 !important}.column-gap-lg-1{column-gap:.25rem !important}.column-gap-lg-2{column-gap:.5rem !important}.column-gap-lg-3{column-gap:1rem !important}.column-gap-lg-4{column-gap:1.5rem !important}.column-gap-lg-5{column-gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.row-gap-xl-0{row-gap:0 !important}.row-gap-xl-1{row-gap:.25rem !important}.row-gap-xl-2{row-gap:.5rem !important}.row-gap-xl-3{row-gap:1rem !important}.row-gap-xl-4{row-gap:1.5rem !important}.row-gap-xl-5{row-gap:3rem !important}.column-gap-xl-0{column-gap:0 !important}.column-gap-xl-1{column-gap:.25rem !important}.column-gap-xl-2{column-gap:.5rem !important}.column-gap-xl-3{column-gap:1rem !important}.column-gap-xl-4{column-gap:1.5rem !important}.column-gap-xl-5{column-gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-inline-grid{display:inline-grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.row-gap-xxl-0{row-gap:0 !important}.row-gap-xxl-1{row-gap:.25rem !important}.row-gap-xxl-2{row-gap:.5rem !important}.row-gap-xxl-3{row-gap:1rem !important}.row-gap-xxl-4{row-gap:1.5rem !important}.row-gap-xxl-5{row-gap:3rem !important}.column-gap-xxl-0{column-gap:0 !important}.column-gap-xxl-1{column-gap:.25rem !important}.column-gap-xxl-2{column-gap:.5rem !important}.column-gap-xxl-3{column-gap:1rem !important}.column-gap-xxl-4{column-gap:1.5rem !important}.column-gap-xxl-5{column-gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}.bg-default{color:#fff}.bg-primary{color:#fff}.bg-secondary{color:#fff}.bg-success{color:#fff}.bg-info{color:#fff}.bg-warning{color:#fff}.bg-danger{color:#fff}.bg-light{color:#000}.bg-dark{color:#fff}@media(min-width: 1200px){.fs-1{font-size:3.0625rem !important}.fs-2{font-size:2.3125rem !important}.fs-3{font-size:1.875rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-inline-grid{display:inline-grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}:root{--bslib-spacer: 1rem;--bslib-mb-spacer: var(--bslib-spacer, 1rem)}.bslib-mb-spacing{margin-bottom:var(--bslib-mb-spacer)}.bslib-gap-spacing{gap:var(--bslib-mb-spacer)}.bslib-gap-spacing>.bslib-mb-spacing,.bslib-gap-spacing>.form-group,.bslib-gap-spacing>p,.bslib-gap-spacing>pre{margin-bottom:0}.html-fill-container>.html-fill-item.bslib-mb-spacing{margin-bottom:0}.tab-content>.tab-pane.html-fill-container{display:none}.tab-content>.active.html-fill-container{display:flex}.tab-content.html-fill-container{padding:0}.bg-blue{--bslib-color-bg: #42159D;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-blue{--bslib-color-fg: #42159D;color:var(--bslib-color-fg)}.bg-indigo{--bslib-color-bg: #771C6D;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-indigo{--bslib-color-fg: #771C6D;color:var(--bslib-color-fg)}.bg-purple{--bslib-color-bg: #480B6A;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-purple{--bslib-color-fg: #480B6A;color:var(--bslib-color-fg)}.bg-pink{--bslib-color-bg: #A52C60;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-pink{--bslib-color-fg: #A52C60;color:var(--bslib-color-fg)}.bg-red{--bslib-color-bg: #CF4446;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-red{--bslib-color-fg: #CF4446;color:var(--bslib-color-fg)}.bg-orange{--bslib-color-bg: #EE6A24;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-orange{--bslib-color-fg: #EE6A24;color:var(--bslib-color-fg)}.bg-yellow{--bslib-color-bg: #FB9E07;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-yellow{--bslib-color-fg: #FB9E07;color:var(--bslib-color-fg)}.bg-green{--bslib-color-bg: #02b875;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-green{--bslib-color-fg: #02b875;color:var(--bslib-color-fg)}.bg-teal{--bslib-color-bg: #20c997;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-teal{--bslib-color-fg: #20c997;color:var(--bslib-color-fg)}.bg-cyan{--bslib-color-bg: #17a2b8;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-cyan{--bslib-color-fg: #17a2b8;color:var(--bslib-color-fg)}.text-default{--bslib-color-fg: #adb5bd}.bg-default{--bslib-color-bg: #adb5bd;--bslib-color-fg: #fff}.text-primary{--bslib-color-fg: #42159D}.bg-primary{--bslib-color-bg: #42159D;--bslib-color-fg: #fff}.text-secondary{--bslib-color-fg: #adb5bd}.bg-secondary{--bslib-color-bg: #adb5bd;--bslib-color-fg: #fff}.text-success{--bslib-color-fg: #02b875}.bg-success{--bslib-color-bg: #02b875;--bslib-color-fg: #fff}.text-info{--bslib-color-fg: #17a2b8}.bg-info{--bslib-color-bg: #17a2b8;--bslib-color-fg: #fff}.text-warning{--bslib-color-fg: #FB9E07}.bg-warning{--bslib-color-bg: #FB9E07;--bslib-color-fg: #fff}.text-danger{--bslib-color-fg: #CF4446}.bg-danger{--bslib-color-bg: #CF4446;--bslib-color-fg: #fff}.text-light{--bslib-color-fg: #f8f9fa}.bg-light{--bslib-color-bg: #f8f9fa;--bslib-color-fg: #000}.text-dark{--bslib-color-fg: #343a40}.bg-dark{--bslib-color-bg: #343a40;--bslib-color-fg: #fff}.bg-gradient-blue-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #57188a;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #57188a;color:#fff}.bg-gradient-blue-purple{--bslib-color-fg: #fff;--bslib-color-bg: #441189;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #441189;color:#fff}.bg-gradient-blue-pink{--bslib-color-fg: #fff;--bslib-color-bg: #6a1e85;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #6a1e85;color:#fff}.bg-gradient-blue-red{--bslib-color-fg: #fff;--bslib-color-bg: #7a287a;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #7a287a;color:#fff}.bg-gradient-blue-orange{--bslib-color-fg: #fff;--bslib-color-bg: #87376d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #87376d;color:#fff}.bg-gradient-blue-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #8c4c61;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #8c4c61;color:#fff}.bg-gradient-blue-green{--bslib-color-fg: #fff;--bslib-color-bg: #28568d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #28568d;color:#fff}.bg-gradient-blue-teal{--bslib-color-fg: #fff;--bslib-color-bg: #345d9b;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #345d9b;color:#fff}.bg-gradient-blue-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #314da8;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #314da8;color:#fff}.bg-gradient-indigo-blue{--bslib-color-fg: #fff;--bslib-color-bg: #621980;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #621980;color:#fff}.bg-gradient-indigo-purple{--bslib-color-fg: #fff;--bslib-color-bg: #64156c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #64156c;color:#fff}.bg-gradient-indigo-pink{--bslib-color-fg: #fff;--bslib-color-bg: #892268;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #892268;color:#fff}.bg-gradient-indigo-red{--bslib-color-fg: #fff;--bslib-color-bg: #9a2c5d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #9a2c5d;color:#fff}.bg-gradient-indigo-orange{--bslib-color-fg: #fff;--bslib-color-bg: #a73b50;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #a73b50;color:#fff}.bg-gradient-indigo-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #ac5044;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #ac5044;color:#fff}.bg-gradient-indigo-green{--bslib-color-fg: #fff;--bslib-color-bg: #485a70;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #485a70;color:#fff}.bg-gradient-indigo-teal{--bslib-color-fg: #fff;--bslib-color-bg: #54617e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #54617e;color:#fff}.bg-gradient-indigo-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #51528b;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #51528b;color:#fff}.bg-gradient-purple-blue{--bslib-color-fg: #fff;--bslib-color-bg: #460f7e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #460f7e;color:#fff}.bg-gradient-purple-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #5b126b;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #5b126b;color:#fff}.bg-gradient-purple-pink{--bslib-color-fg: #fff;--bslib-color-bg: #6d1866;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #6d1866;color:#fff}.bg-gradient-purple-red{--bslib-color-fg: #fff;--bslib-color-bg: #7e225c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #7e225c;color:#fff}.bg-gradient-purple-orange{--bslib-color-fg: #fff;--bslib-color-bg: #8a314e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #8a314e;color:#fff}.bg-gradient-purple-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #904642;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #904642;color:#fff}.bg-gradient-purple-green{--bslib-color-fg: #fff;--bslib-color-bg: #2c506e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #2c506e;color:#fff}.bg-gradient-purple-teal{--bslib-color-fg: #fff;--bslib-color-bg: #38577c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #38577c;color:#fff}.bg-gradient-purple-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #344789;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #344789;color:#fff}.bg-gradient-pink-blue{--bslib-color-fg: #fff;--bslib-color-bg: #7d2378;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #7d2378;color:#fff}.bg-gradient-pink-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #932665;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #932665;color:#fff}.bg-gradient-pink-purple{--bslib-color-fg: #fff;--bslib-color-bg: #801f64;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #801f64;color:#fff}.bg-gradient-pink-red{--bslib-color-fg: #fff;--bslib-color-bg: #b63656;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #b63656;color:#fff}.bg-gradient-pink-orange{--bslib-color-fg: #fff;--bslib-color-bg: #c24548;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #c24548;color:#fff}.bg-gradient-pink-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #c75a3c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #c75a3c;color:#fff}.bg-gradient-pink-green{--bslib-color-fg: #fff;--bslib-color-bg: #646468;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #646468;color:#fff}.bg-gradient-pink-teal{--bslib-color-fg: #fff;--bslib-color-bg: #706b76;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #706b76;color:#fff}.bg-gradient-pink-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #6c5b83;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #6c5b83;color:#fff}.bg-gradient-red-blue{--bslib-color-fg: #fff;--bslib-color-bg: #973169;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #973169;color:#fff}.bg-gradient-red-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #ac3456;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #ac3456;color:#fff}.bg-gradient-red-purple{--bslib-color-fg: #fff;--bslib-color-bg: #992d54;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #992d54;color:#fff}.bg-gradient-red-pink{--bslib-color-fg: #fff;--bslib-color-bg: #be3a50;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #be3a50;color:#fff}.bg-gradient-red-orange{--bslib-color-fg: #fff;--bslib-color-bg: #db5338;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #db5338;color:#fff}.bg-gradient-red-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #e1682d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #e1682d;color:#fff}.bg-gradient-red-green{--bslib-color-fg: #fff;--bslib-color-bg: #7d7259;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #7d7259;color:#fff}.bg-gradient-red-teal{--bslib-color-fg: #fff;--bslib-color-bg: #897966;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #897966;color:#fff}.bg-gradient-red-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #856a74;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #856a74;color:#fff}.bg-gradient-orange-blue{--bslib-color-fg: #fff;--bslib-color-bg: #a94854;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #a94854;color:#fff}.bg-gradient-orange-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #be4b41;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #be4b41;color:#fff}.bg-gradient-orange-purple{--bslib-color-fg: #fff;--bslib-color-bg: #ac4440;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #ac4440;color:#fff}.bg-gradient-orange-pink{--bslib-color-fg: #fff;--bslib-color-bg: #d1513c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #d1513c;color:#fff}.bg-gradient-orange-red{--bslib-color-fg: #fff;--bslib-color-bg: #e25b32;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #e25b32;color:#fff}.bg-gradient-orange-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #f37f18;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #f37f18;color:#fff}.bg-gradient-orange-green{--bslib-color-fg: #fff;--bslib-color-bg: #908944;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #908944;color:#fff}.bg-gradient-orange-teal{--bslib-color-fg: #fff;--bslib-color-bg: #9c9052;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #9c9052;color:#fff}.bg-gradient-orange-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #98805f;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #98805f;color:#fff}.bg-gradient-yellow-blue{--bslib-color-fg: #fff;--bslib-color-bg: #b16743;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #b16743;color:#fff}.bg-gradient-yellow-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #c66a30;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #c66a30;color:#fff}.bg-gradient-yellow-purple{--bslib-color-fg: #fff;--bslib-color-bg: #b3632f;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #b3632f;color:#fff}.bg-gradient-yellow-pink{--bslib-color-fg: #fff;--bslib-color-bg: #d9702b;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #d9702b;color:#fff}.bg-gradient-yellow-red{--bslib-color-fg: #fff;--bslib-color-bg: #e97a20;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #e97a20;color:#fff}.bg-gradient-yellow-orange{--bslib-color-fg: #fff;--bslib-color-bg: #f68913;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #f68913;color:#fff}.bg-gradient-yellow-green{--bslib-color-fg: #fff;--bslib-color-bg: #97a833;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #97a833;color:#fff}.bg-gradient-yellow-teal{--bslib-color-fg: #fff;--bslib-color-bg: #a3af41;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #a3af41;color:#fff}.bg-gradient-yellow-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #a0a04e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #a0a04e;color:#fff}.bg-gradient-green-blue{--bslib-color-fg: #fff;--bslib-color-bg: #1c7785;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #1c7785;color:#fff}.bg-gradient-green-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #317a72;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #317a72;color:#fff}.bg-gradient-green-purple{--bslib-color-fg: #fff;--bslib-color-bg: #1e7371;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #1e7371;color:#fff}.bg-gradient-green-pink{--bslib-color-fg: #fff;--bslib-color-bg: #43806d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #43806d;color:#fff}.bg-gradient-green-red{--bslib-color-fg: #fff;--bslib-color-bg: #548a62;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #548a62;color:#fff}.bg-gradient-green-orange{--bslib-color-fg: #fff;--bslib-color-bg: #609955;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #609955;color:#fff}.bg-gradient-green-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #66ae49;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #66ae49;color:#fff}.bg-gradient-green-teal{--bslib-color-fg: #fff;--bslib-color-bg: #0ebf83;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #0ebf83;color:#fff}.bg-gradient-green-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #0aaf90;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #0aaf90;color:#fff}.bg-gradient-teal-blue{--bslib-color-fg: #fff;--bslib-color-bg: #2e8199;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #2e8199;color:#fff}.bg-gradient-teal-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #438486;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #438486;color:#fff}.bg-gradient-teal-purple{--bslib-color-fg: #fff;--bslib-color-bg: #307d85;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #307d85;color:#fff}.bg-gradient-teal-pink{--bslib-color-fg: #fff;--bslib-color-bg: #558a81;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #558a81;color:#fff}.bg-gradient-teal-red{--bslib-color-fg: #fff;--bslib-color-bg: #669477;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #669477;color:#fff}.bg-gradient-teal-orange{--bslib-color-fg: #fff;--bslib-color-bg: #72a369;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #72a369;color:#fff}.bg-gradient-teal-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #78b85d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #78b85d;color:#fff}.bg-gradient-teal-green{--bslib-color-fg: #fff;--bslib-color-bg: #14c289;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #14c289;color:#fff}.bg-gradient-teal-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #1cb9a4;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #1cb9a4;color:#fff}.bg-gradient-cyan-blue{--bslib-color-fg: #fff;--bslib-color-bg: #286aad;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #286aad;color:#fff}.bg-gradient-cyan-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #3d6c9a;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #3d6c9a;color:#fff}.bg-gradient-cyan-purple{--bslib-color-fg: #fff;--bslib-color-bg: #2b6699;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #2b6699;color:#fff}.bg-gradient-cyan-pink{--bslib-color-fg: #fff;--bslib-color-bg: #507395;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #507395;color:#fff}.bg-gradient-cyan-red{--bslib-color-fg: #fff;--bslib-color-bg: #617c8a;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #617c8a;color:#fff}.bg-gradient-cyan-orange{--bslib-color-fg: #fff;--bslib-color-bg: #6d8c7d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #6d8c7d;color:#fff}.bg-gradient-cyan-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #72a071;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #72a071;color:#fff}.bg-gradient-cyan-green{--bslib-color-fg: #fff;--bslib-color-bg: #0fab9d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #0fab9d;color:#fff}.bg-gradient-cyan-teal{--bslib-color-fg: #fff;--bslib-color-bg: #1bb2ab;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #1bb2ab;color:#fff}.tab-content>.tab-pane.html-fill-container{display:none}.tab-content>.active.html-fill-container{display:flex}.tab-content.html-fill-container{padding:0}:root{--bslib-spacer: 1rem;--bslib-mb-spacer: var(--bslib-spacer, 1rem)}.bslib-mb-spacing{margin-bottom:var(--bslib-mb-spacer)}.bslib-gap-spacing{gap:var(--bslib-mb-spacer)}.bslib-gap-spacing>.bslib-mb-spacing,.bslib-gap-spacing>.form-group,.bslib-gap-spacing>p,.bslib-gap-spacing>pre{margin-bottom:0}.html-fill-container>.html-fill-item.bslib-mb-spacing{margin-bottom:0}.bg-blue{--bslib-color-bg: #42159D;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-blue{--bslib-color-fg: #42159D;color:var(--bslib-color-fg)}.bg-indigo{--bslib-color-bg: #771C6D;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-indigo{--bslib-color-fg: #771C6D;color:var(--bslib-color-fg)}.bg-purple{--bslib-color-bg: #480B6A;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-purple{--bslib-color-fg: #480B6A;color:var(--bslib-color-fg)}.bg-pink{--bslib-color-bg: #A52C60;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-pink{--bslib-color-fg: #A52C60;color:var(--bslib-color-fg)}.bg-red{--bslib-color-bg: #CF4446;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-red{--bslib-color-fg: #CF4446;color:var(--bslib-color-fg)}.bg-orange{--bslib-color-bg: #EE6A24;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-orange{--bslib-color-fg: #EE6A24;color:var(--bslib-color-fg)}.bg-yellow{--bslib-color-bg: #FB9E07;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-yellow{--bslib-color-fg: #FB9E07;color:var(--bslib-color-fg)}.bg-green{--bslib-color-bg: #02b875;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-green{--bslib-color-fg: #02b875;color:var(--bslib-color-fg)}.bg-teal{--bslib-color-bg: #20c997;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-teal{--bslib-color-fg: #20c997;color:var(--bslib-color-fg)}.bg-cyan{--bslib-color-bg: #17a2b8;--bslib-color-fg: #fff;background-color:var(--bslib-color-bg);color:var(--bslib-color-fg)}.text-cyan{--bslib-color-fg: #17a2b8;color:var(--bslib-color-fg)}.text-default{--bslib-color-fg: #adb5bd}.bg-default{--bslib-color-bg: #adb5bd;--bslib-color-fg: #fff}.text-primary{--bslib-color-fg: #42159D}.bg-primary{--bslib-color-bg: #42159D;--bslib-color-fg: #fff}.text-secondary{--bslib-color-fg: #adb5bd}.bg-secondary{--bslib-color-bg: #adb5bd;--bslib-color-fg: #fff}.text-success{--bslib-color-fg: #02b875}.bg-success{--bslib-color-bg: #02b875;--bslib-color-fg: #fff}.text-info{--bslib-color-fg: #17a2b8}.bg-info{--bslib-color-bg: #17a2b8;--bslib-color-fg: #fff}.text-warning{--bslib-color-fg: #FB9E07}.bg-warning{--bslib-color-bg: #FB9E07;--bslib-color-fg: #fff}.text-danger{--bslib-color-fg: #CF4446}.bg-danger{--bslib-color-bg: #CF4446;--bslib-color-fg: #fff}.text-light{--bslib-color-fg: #f8f9fa}.bg-light{--bslib-color-bg: #f8f9fa;--bslib-color-fg: #000}.text-dark{--bslib-color-fg: #343a40}.bg-dark{--bslib-color-bg: #343a40;--bslib-color-fg: #fff}.bg-gradient-blue-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #57188a;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #57188a;color:#fff}.bg-gradient-blue-purple{--bslib-color-fg: #fff;--bslib-color-bg: #441189;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #441189;color:#fff}.bg-gradient-blue-pink{--bslib-color-fg: #fff;--bslib-color-bg: #6a1e85;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #6a1e85;color:#fff}.bg-gradient-blue-red{--bslib-color-fg: #fff;--bslib-color-bg: #7a287a;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #7a287a;color:#fff}.bg-gradient-blue-orange{--bslib-color-fg: #fff;--bslib-color-bg: #87376d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #87376d;color:#fff}.bg-gradient-blue-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #8c4c61;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #8c4c61;color:#fff}.bg-gradient-blue-green{--bslib-color-fg: #fff;--bslib-color-bg: #28568d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #28568d;color:#fff}.bg-gradient-blue-teal{--bslib-color-fg: #fff;--bslib-color-bg: #345d9b;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #345d9b;color:#fff}.bg-gradient-blue-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #314da8;background:linear-gradient(var(--bg-gradient-deg, 140deg), #42159D var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #314da8;color:#fff}.bg-gradient-indigo-blue{--bslib-color-fg: #fff;--bslib-color-bg: #621980;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #621980;color:#fff}.bg-gradient-indigo-purple{--bslib-color-fg: #fff;--bslib-color-bg: #64156c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #64156c;color:#fff}.bg-gradient-indigo-pink{--bslib-color-fg: #fff;--bslib-color-bg: #892268;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #892268;color:#fff}.bg-gradient-indigo-red{--bslib-color-fg: #fff;--bslib-color-bg: #9a2c5d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #9a2c5d;color:#fff}.bg-gradient-indigo-orange{--bslib-color-fg: #fff;--bslib-color-bg: #a73b50;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #a73b50;color:#fff}.bg-gradient-indigo-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #ac5044;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #ac5044;color:#fff}.bg-gradient-indigo-green{--bslib-color-fg: #fff;--bslib-color-bg: #485a70;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #485a70;color:#fff}.bg-gradient-indigo-teal{--bslib-color-fg: #fff;--bslib-color-bg: #54617e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #54617e;color:#fff}.bg-gradient-indigo-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #51528b;background:linear-gradient(var(--bg-gradient-deg, 140deg), #771C6D var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #51528b;color:#fff}.bg-gradient-purple-blue{--bslib-color-fg: #fff;--bslib-color-bg: #460f7e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #460f7e;color:#fff}.bg-gradient-purple-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #5b126b;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #5b126b;color:#fff}.bg-gradient-purple-pink{--bslib-color-fg: #fff;--bslib-color-bg: #6d1866;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #6d1866;color:#fff}.bg-gradient-purple-red{--bslib-color-fg: #fff;--bslib-color-bg: #7e225c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #7e225c;color:#fff}.bg-gradient-purple-orange{--bslib-color-fg: #fff;--bslib-color-bg: #8a314e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #8a314e;color:#fff}.bg-gradient-purple-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #904642;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #904642;color:#fff}.bg-gradient-purple-green{--bslib-color-fg: #fff;--bslib-color-bg: #2c506e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #2c506e;color:#fff}.bg-gradient-purple-teal{--bslib-color-fg: #fff;--bslib-color-bg: #38577c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #38577c;color:#fff}.bg-gradient-purple-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #344789;background:linear-gradient(var(--bg-gradient-deg, 140deg), #480B6A var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #344789;color:#fff}.bg-gradient-pink-blue{--bslib-color-fg: #fff;--bslib-color-bg: #7d2378;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #7d2378;color:#fff}.bg-gradient-pink-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #932665;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #932665;color:#fff}.bg-gradient-pink-purple{--bslib-color-fg: #fff;--bslib-color-bg: #801f64;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #801f64;color:#fff}.bg-gradient-pink-red{--bslib-color-fg: #fff;--bslib-color-bg: #b63656;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #b63656;color:#fff}.bg-gradient-pink-orange{--bslib-color-fg: #fff;--bslib-color-bg: #c24548;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #c24548;color:#fff}.bg-gradient-pink-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #c75a3c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #c75a3c;color:#fff}.bg-gradient-pink-green{--bslib-color-fg: #fff;--bslib-color-bg: #646468;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #646468;color:#fff}.bg-gradient-pink-teal{--bslib-color-fg: #fff;--bslib-color-bg: #706b76;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #706b76;color:#fff}.bg-gradient-pink-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #6c5b83;background:linear-gradient(var(--bg-gradient-deg, 140deg), #A52C60 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #6c5b83;color:#fff}.bg-gradient-red-blue{--bslib-color-fg: #fff;--bslib-color-bg: #973169;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #973169;color:#fff}.bg-gradient-red-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #ac3456;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #ac3456;color:#fff}.bg-gradient-red-purple{--bslib-color-fg: #fff;--bslib-color-bg: #992d54;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #992d54;color:#fff}.bg-gradient-red-pink{--bslib-color-fg: #fff;--bslib-color-bg: #be3a50;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #be3a50;color:#fff}.bg-gradient-red-orange{--bslib-color-fg: #fff;--bslib-color-bg: #db5338;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #db5338;color:#fff}.bg-gradient-red-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #e1682d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #e1682d;color:#fff}.bg-gradient-red-green{--bslib-color-fg: #fff;--bslib-color-bg: #7d7259;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #7d7259;color:#fff}.bg-gradient-red-teal{--bslib-color-fg: #fff;--bslib-color-bg: #897966;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #897966;color:#fff}.bg-gradient-red-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #856a74;background:linear-gradient(var(--bg-gradient-deg, 140deg), #CF4446 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #856a74;color:#fff}.bg-gradient-orange-blue{--bslib-color-fg: #fff;--bslib-color-bg: #a94854;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #a94854;color:#fff}.bg-gradient-orange-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #be4b41;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #be4b41;color:#fff}.bg-gradient-orange-purple{--bslib-color-fg: #fff;--bslib-color-bg: #ac4440;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #ac4440;color:#fff}.bg-gradient-orange-pink{--bslib-color-fg: #fff;--bslib-color-bg: #d1513c;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #d1513c;color:#fff}.bg-gradient-orange-red{--bslib-color-fg: #fff;--bslib-color-bg: #e25b32;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #e25b32;color:#fff}.bg-gradient-orange-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #f37f18;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #f37f18;color:#fff}.bg-gradient-orange-green{--bslib-color-fg: #fff;--bslib-color-bg: #908944;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #908944;color:#fff}.bg-gradient-orange-teal{--bslib-color-fg: #fff;--bslib-color-bg: #9c9052;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #9c9052;color:#fff}.bg-gradient-orange-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #98805f;background:linear-gradient(var(--bg-gradient-deg, 140deg), #EE6A24 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #98805f;color:#fff}.bg-gradient-yellow-blue{--bslib-color-fg: #fff;--bslib-color-bg: #b16743;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #b16743;color:#fff}.bg-gradient-yellow-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #c66a30;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #c66a30;color:#fff}.bg-gradient-yellow-purple{--bslib-color-fg: #fff;--bslib-color-bg: #b3632f;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #b3632f;color:#fff}.bg-gradient-yellow-pink{--bslib-color-fg: #fff;--bslib-color-bg: #d9702b;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #d9702b;color:#fff}.bg-gradient-yellow-red{--bslib-color-fg: #fff;--bslib-color-bg: #e97a20;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #e97a20;color:#fff}.bg-gradient-yellow-orange{--bslib-color-fg: #fff;--bslib-color-bg: #f68913;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #f68913;color:#fff}.bg-gradient-yellow-green{--bslib-color-fg: #fff;--bslib-color-bg: #97a833;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #97a833;color:#fff}.bg-gradient-yellow-teal{--bslib-color-fg: #fff;--bslib-color-bg: #a3af41;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #a3af41;color:#fff}.bg-gradient-yellow-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #a0a04e;background:linear-gradient(var(--bg-gradient-deg, 140deg), #FB9E07 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #a0a04e;color:#fff}.bg-gradient-green-blue{--bslib-color-fg: #fff;--bslib-color-bg: #1c7785;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #1c7785;color:#fff}.bg-gradient-green-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #317a72;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #317a72;color:#fff}.bg-gradient-green-purple{--bslib-color-fg: #fff;--bslib-color-bg: #1e7371;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #1e7371;color:#fff}.bg-gradient-green-pink{--bslib-color-fg: #fff;--bslib-color-bg: #43806d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #43806d;color:#fff}.bg-gradient-green-red{--bslib-color-fg: #fff;--bslib-color-bg: #548a62;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #548a62;color:#fff}.bg-gradient-green-orange{--bslib-color-fg: #fff;--bslib-color-bg: #609955;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #609955;color:#fff}.bg-gradient-green-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #66ae49;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #66ae49;color:#fff}.bg-gradient-green-teal{--bslib-color-fg: #fff;--bslib-color-bg: #0ebf83;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #0ebf83;color:#fff}.bg-gradient-green-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #0aaf90;background:linear-gradient(var(--bg-gradient-deg, 140deg), #02b875 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #0aaf90;color:#fff}.bg-gradient-teal-blue{--bslib-color-fg: #fff;--bslib-color-bg: #2e8199;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #2e8199;color:#fff}.bg-gradient-teal-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #438486;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #438486;color:#fff}.bg-gradient-teal-purple{--bslib-color-fg: #fff;--bslib-color-bg: #307d85;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #307d85;color:#fff}.bg-gradient-teal-pink{--bslib-color-fg: #fff;--bslib-color-bg: #558a81;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #558a81;color:#fff}.bg-gradient-teal-red{--bslib-color-fg: #fff;--bslib-color-bg: #669477;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #669477;color:#fff}.bg-gradient-teal-orange{--bslib-color-fg: #fff;--bslib-color-bg: #72a369;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #72a369;color:#fff}.bg-gradient-teal-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #78b85d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #78b85d;color:#fff}.bg-gradient-teal-green{--bslib-color-fg: #fff;--bslib-color-bg: #14c289;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #14c289;color:#fff}.bg-gradient-teal-cyan{--bslib-color-fg: #fff;--bslib-color-bg: #1cb9a4;background:linear-gradient(var(--bg-gradient-deg, 140deg), #20c997 var(--bg-gradient-start, 36%), #17a2b8 var(--bg-gradient-end, 180%)) #1cb9a4;color:#fff}.bg-gradient-cyan-blue{--bslib-color-fg: #fff;--bslib-color-bg: #286aad;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #42159D var(--bg-gradient-end, 180%)) #286aad;color:#fff}.bg-gradient-cyan-indigo{--bslib-color-fg: #fff;--bslib-color-bg: #3d6c9a;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #771C6D var(--bg-gradient-end, 180%)) #3d6c9a;color:#fff}.bg-gradient-cyan-purple{--bslib-color-fg: #fff;--bslib-color-bg: #2b6699;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #480B6A var(--bg-gradient-end, 180%)) #2b6699;color:#fff}.bg-gradient-cyan-pink{--bslib-color-fg: #fff;--bslib-color-bg: #507395;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #A52C60 var(--bg-gradient-end, 180%)) #507395;color:#fff}.bg-gradient-cyan-red{--bslib-color-fg: #fff;--bslib-color-bg: #617c8a;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #CF4446 var(--bg-gradient-end, 180%)) #617c8a;color:#fff}.bg-gradient-cyan-orange{--bslib-color-fg: #fff;--bslib-color-bg: #6d8c7d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #EE6A24 var(--bg-gradient-end, 180%)) #6d8c7d;color:#fff}.bg-gradient-cyan-yellow{--bslib-color-fg: #fff;--bslib-color-bg: #72a071;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #FB9E07 var(--bg-gradient-end, 180%)) #72a071;color:#fff}.bg-gradient-cyan-green{--bslib-color-fg: #fff;--bslib-color-bg: #0fab9d;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #02b875 var(--bg-gradient-end, 180%)) #0fab9d;color:#fff}.bg-gradient-cyan-teal{--bslib-color-fg: #fff;--bslib-color-bg: #1bb2ab;background:linear-gradient(var(--bg-gradient-deg, 140deg), #17a2b8 var(--bg-gradient-start, 36%), #20c997 var(--bg-gradient-end, 180%)) #1bb2ab;color:#fff}:root{--bslib-value-box-shadow: none;--bslib-value-box-border-width-auto-yes: var(--bslib-value-box-border-width-baseline);--bslib-value-box-border-width-auto-no: 0;--bslib-value-box-border-width-baseline: 1px}.bslib-value-box{border-width:var(--bslib-value-box-border-width-auto-no, var(--bslib-value-box-border-width-baseline));container-name:bslib-value-box;container-type:inline-size}.bslib-value-box.card{box-shadow:var(--bslib-value-box-shadow)}.bslib-value-box.border-auto{border-width:var(--bslib-value-box-border-width-auto-yes, var(--bslib-value-box-border-width-baseline))}.bslib-value-box.default{--bslib-value-box-bg-default: var(--bs-card-bg, #fff);--bslib-value-box-border-color-default: var(--bs-card-border-color, rgba(0, 0, 0, 0.175));color:var(--bslib-value-box-color);background-color:var(--bslib-value-box-bg, var(--bslib-value-box-bg-default));border-color:var(--bslib-value-box-border-color, var(--bslib-value-box-border-color-default))}.bslib-value-box .value-box-grid{display:grid;grid-template-areas:"left right";align-items:center;overflow:hidden}.bslib-value-box .value-box-showcase{height:100%;max-height:var(---bslib-value-box-showcase-max-h, 100%)}.bslib-value-box .value-box-showcase,.bslib-value-box .value-box-showcase>.html-fill-item{width:100%}.bslib-value-box[data-full-screen=true] .value-box-showcase{max-height:var(---bslib-value-box-showcase-max-h-fs, 100%)}@media screen and (min-width: 575.98px){@container bslib-value-box (max-width: 300px){.bslib-value-box:not(.showcase-bottom) .value-box-grid{grid-template-columns:1fr !important;grid-template-rows:auto auto;grid-template-areas:"top" "bottom"}.bslib-value-box:not(.showcase-bottom) .value-box-grid .value-box-showcase{grid-area:top !important}.bslib-value-box:not(.showcase-bottom) .value-box-grid .value-box-area{grid-area:bottom !important;justify-content:end}}}.bslib-value-box .value-box-area{justify-content:center;padding:1.5rem 1rem;font-size:.9rem;font-weight:500}.bslib-value-box .value-box-area *{margin-bottom:0;margin-top:0}.bslib-value-box .value-box-title{font-size:1rem;margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2}.bslib-value-box .value-box-title:empty::after{content:" "}.bslib-value-box .value-box-value{font-size:calc(1.35625rem + 1.275vw);margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2}@media(min-width: 1200px){.bslib-value-box .value-box-value{font-size:2.3125rem}}.bslib-value-box .value-box-value:empty::after{content:" "}.bslib-value-box .value-box-showcase{align-items:center;justify-content:center;margin-top:auto;margin-bottom:auto;padding:1rem}.bslib-value-box .value-box-showcase .bi,.bslib-value-box .value-box-showcase .fa,.bslib-value-box .value-box-showcase .fab,.bslib-value-box .value-box-showcase .fas,.bslib-value-box .value-box-showcase .far{opacity:.85;min-width:50px;max-width:125%}.bslib-value-box .value-box-showcase .bi,.bslib-value-box .value-box-showcase .fa,.bslib-value-box .value-box-showcase .fab,.bslib-value-box .value-box-showcase .fas,.bslib-value-box .value-box-showcase .far{font-size:4rem}.bslib-value-box.showcase-top-right .value-box-grid{grid-template-columns:1fr var(---bslib-value-box-showcase-w, 50%)}.bslib-value-box.showcase-top-right .value-box-grid .value-box-showcase{grid-area:right;margin-left:auto;align-self:start;align-items:end;padding-left:0;padding-bottom:0}.bslib-value-box.showcase-top-right .value-box-grid .value-box-area{grid-area:left;align-self:end}.bslib-value-box.showcase-top-right[data-full-screen=true] .value-box-grid{grid-template-columns:auto var(---bslib-value-box-showcase-w-fs, 1fr)}.bslib-value-box.showcase-top-right[data-full-screen=true] .value-box-grid>div{align-self:center}.bslib-value-box.showcase-top-right:not([data-full-screen=true]) .value-box-showcase{margin-top:0}@container bslib-value-box (max-width: 300px){.bslib-value-box.showcase-top-right:not([data-full-screen=true]) .value-box-grid .value-box-showcase{padding-left:1rem}}.bslib-value-box.showcase-left-center .value-box-grid{grid-template-columns:var(---bslib-value-box-showcase-w, 30%) auto}.bslib-value-box.showcase-left-center[data-full-screen=true] .value-box-grid{grid-template-columns:var(---bslib-value-box-showcase-w-fs, 1fr) auto}.bslib-value-box.showcase-left-center:not([data-fill-screen=true]) .value-box-grid .value-box-showcase{grid-area:left}.bslib-value-box.showcase-left-center:not([data-fill-screen=true]) .value-box-grid .value-box-area{grid-area:right}.bslib-value-box.showcase-bottom .value-box-grid{grid-template-columns:1fr;grid-template-rows:1fr var(---bslib-value-box-showcase-h, auto);grid-template-areas:"top" "bottom";overflow:hidden}.bslib-value-box.showcase-bottom .value-box-grid .value-box-showcase{grid-area:bottom;padding:0;margin:0}.bslib-value-box.showcase-bottom .value-box-grid .value-box-area{grid-area:top}.bslib-value-box.showcase-bottom[data-full-screen=true] .value-box-grid{grid-template-rows:1fr var(---bslib-value-box-showcase-h-fs, 2fr)}.bslib-value-box.showcase-bottom[data-full-screen=true] .value-box-grid .value-box-showcase{padding:1rem}[data-bs-theme=dark] .bslib-value-box{--bslib-value-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 50%)}@media(min-width: 576px){.nav:not(.nav-hidden){display:flex !important;display:-webkit-flex !important}.nav:not(.nav-hidden):not(.nav-stacked):not(.flex-column){float:none !important}.nav:not(.nav-hidden):not(.nav-stacked):not(.flex-column)>.bslib-nav-spacer{margin-left:auto !important}.nav:not(.nav-hidden):not(.nav-stacked):not(.flex-column)>.form-inline{margin-top:auto;margin-bottom:auto}.nav:not(.nav-hidden).nav-stacked{flex-direction:column;-webkit-flex-direction:column;height:100%}.nav:not(.nav-hidden).nav-stacked>.bslib-nav-spacer{margin-top:auto !important}}.bslib-card{overflow:auto}.bslib-card .card-body+.card-body{padding-top:0}.bslib-card .card-body{overflow:auto}.bslib-card .card-body p{margin-top:0}.bslib-card .card-body p:last-child{margin-bottom:0}.bslib-card .card-body{max-height:var(--bslib-card-body-max-height, none)}.bslib-card[data-full-screen=true]>.card-body{max-height:var(--bslib-card-body-max-height-full-screen, none)}.bslib-card .card-header .form-group{margin-bottom:0}.bslib-card .card-header .selectize-control{margin-bottom:0}.bslib-card .card-header .selectize-control .item{margin-right:1.15rem}.bslib-card .card-footer{margin-top:auto}.bslib-card .bslib-navs-card-title{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.bslib-card .bslib-navs-card-title .nav{margin-left:auto}.bslib-card .bslib-sidebar-layout:not([data-bslib-sidebar-border=true]){border:none}.bslib-card .bslib-sidebar-layout:not([data-bslib-sidebar-border-radius=true]){border-top-left-radius:0;border-top-right-radius:0}[data-full-screen=true]{position:fixed;inset:3.5rem 1rem 1rem;height:auto !important;max-height:none !important;width:auto !important;z-index:1070}.bslib-full-screen-enter{display:none;position:absolute;bottom:var(--bslib-full-screen-enter-bottom, 0.2rem);right:var(--bslib-full-screen-enter-right, 0);top:var(--bslib-full-screen-enter-top);left:var(--bslib-full-screen-enter-left);color:var(--bslib-color-fg, var(--bs-card-color));background-color:var(--bslib-color-bg, var(--bs-card-bg, var(--bs-body-bg)));border:var(--bs-card-border-width) solid var(--bslib-color-fg, var(--bs-card-border-color));box-shadow:0 2px 4px rgba(0,0,0,.15);margin:.2rem .4rem;padding:.55rem !important;font-size:.8rem;cursor:pointer;opacity:.7;z-index:1070}.bslib-full-screen-enter:hover{opacity:1}.card[data-full-screen=false]:hover>*>.bslib-full-screen-enter{display:block}.bslib-has-full-screen .card:hover>*>.bslib-full-screen-enter{display:none}@media(max-width: 575.98px){.bslib-full-screen-enter{display:none !important}}.bslib-full-screen-exit{position:relative;top:1.35rem;font-size:.9rem;cursor:pointer;text-decoration:none;display:flex;float:right;margin-right:2.15rem;align-items:center;color:rgba(var(--bs-body-bg-rgb), 0.8)}.bslib-full-screen-exit:hover{color:rgba(var(--bs-body-bg-rgb), 1)}.bslib-full-screen-exit svg{margin-left:.5rem;font-size:1.5rem}#bslib-full-screen-overlay{position:fixed;inset:0;background-color:rgba(var(--bs-body-color-rgb), 0.6);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:1069;animation:bslib-full-screen-overlay-enter 400ms cubic-bezier(0.6, 0.02, 0.65, 1) forwards}@keyframes bslib-full-screen-overlay-enter{0%{opacity:0}100%{opacity:1}}.bslib-grid{display:grid !important;gap:var(--bslib-spacer, 1rem);height:var(--bslib-grid-height)}.bslib-grid.grid{grid-template-columns:repeat(var(--bs-columns, 12), minmax(0, 1fr));grid-template-rows:unset;grid-auto-rows:var(--bslib-grid--row-heights);--bslib-grid--row-heights--xs: unset;--bslib-grid--row-heights--sm: unset;--bslib-grid--row-heights--md: unset;--bslib-grid--row-heights--lg: unset;--bslib-grid--row-heights--xl: unset;--bslib-grid--row-heights--xxl: unset}.bslib-grid.grid.bslib-grid--row-heights--xs{--bslib-grid--row-heights: var(--bslib-grid--row-heights--xs)}@media(min-width: 576px){.bslib-grid.grid.bslib-grid--row-heights--sm{--bslib-grid--row-heights: var(--bslib-grid--row-heights--sm)}}@media(min-width: 768px){.bslib-grid.grid.bslib-grid--row-heights--md{--bslib-grid--row-heights: var(--bslib-grid--row-heights--md)}}@media(min-width: 992px){.bslib-grid.grid.bslib-grid--row-heights--lg{--bslib-grid--row-heights: var(--bslib-grid--row-heights--lg)}}@media(min-width: 1200px){.bslib-grid.grid.bslib-grid--row-heights--xl{--bslib-grid--row-heights: var(--bslib-grid--row-heights--xl)}}@media(min-width: 1400px){.bslib-grid.grid.bslib-grid--row-heights--xxl{--bslib-grid--row-heights: var(--bslib-grid--row-heights--xxl)}}.bslib-grid>*>.shiny-input-container{width:100%}.bslib-grid-item{grid-column:auto/span 1}@media(max-width: 767.98px){.bslib-grid-item{grid-column:1/-1}}@media(max-width: 575.98px){.bslib-grid{grid-template-columns:1fr !important;height:var(--bslib-grid-height-mobile)}.bslib-grid.grid{height:unset !important;grid-auto-rows:var(--bslib-grid--row-heights--xs, auto)}}.accordion .accordion-header{font-size:calc(1.35625rem + 1.275vw);margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2;color:var(--bs-heading-color);margin-bottom:0}@media(min-width: 1200px){.accordion .accordion-header{font-size:2.3125rem}}.accordion .accordion-icon:not(:empty){margin-right:.75rem;display:flex}.accordion .accordion-button:not(.collapsed){box-shadow:none}.accordion .accordion-button:not(.collapsed):focus{box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.navbar+.container-fluid:has(>.tab-content>.tab-pane.active.html-fill-container),.navbar+.container-sm:has(>.tab-content>.tab-pane.active.html-fill-container),.navbar+.container-md:has(>.tab-content>.tab-pane.active.html-fill-container),.navbar+.container-lg:has(>.tab-content>.tab-pane.active.html-fill-container),.navbar+.container-xl:has(>.tab-content>.tab-pane.active.html-fill-container),.navbar+.container-xxl:has(>.tab-content>.tab-pane.active.html-fill-container){padding-left:0;padding-right:0}.navbar+.container-fluid>.tab-content>.tab-pane.active.html-fill-container,.navbar+.container-sm>.tab-content>.tab-pane.active.html-fill-container,.navbar+.container-md>.tab-content>.tab-pane.active.html-fill-container,.navbar+.container-lg>.tab-content>.tab-pane.active.html-fill-container,.navbar+.container-xl>.tab-content>.tab-pane.active.html-fill-container,.navbar+.container-xxl>.tab-content>.tab-pane.active.html-fill-container{padding:var(--bslib-spacer, 1rem);gap:var(--bslib-spacer, 1rem)}.navbar+.container-fluid>.tab-content>.tab-pane.active.html-fill-container:has(>.bslib-sidebar-layout:only-child),.navbar+.container-sm>.tab-content>.tab-pane.active.html-fill-container:has(>.bslib-sidebar-layout:only-child),.navbar+.container-md>.tab-content>.tab-pane.active.html-fill-container:has(>.bslib-sidebar-layout:only-child),.navbar+.container-lg>.tab-content>.tab-pane.active.html-fill-container:has(>.bslib-sidebar-layout:only-child),.navbar+.container-xl>.tab-content>.tab-pane.active.html-fill-container:has(>.bslib-sidebar-layout:only-child),.navbar+.container-xxl>.tab-content>.tab-pane.active.html-fill-container:has(>.bslib-sidebar-layout:only-child){padding:0}.navbar+.container-fluid>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border=true]),.navbar+.container-sm>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border=true]),.navbar+.container-md>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border=true]),.navbar+.container-lg>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border=true]),.navbar+.container-xl>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border=true]),.navbar+.container-xxl>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border=true]){border-left:none;border-right:none;border-bottom:none}.navbar+.container-fluid>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border-radius=true]),.navbar+.container-sm>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border-radius=true]),.navbar+.container-md>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border-radius=true]),.navbar+.container-lg>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border-radius=true]),.navbar+.container-xl>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border-radius=true]),.navbar+.container-xxl>.tab-content>.tab-pane.active.html-fill-container>.bslib-sidebar-layout:only-child:not([data-bslib-sidebar-border-radius=true]){border-radius:0}.navbar+div>.bslib-sidebar-layout{border-top:var(--bslib-sidebar-border)}html{height:100%}.bslib-page-fill{width:100%;height:100%;margin:0;padding:var(--bslib-spacer, 1rem);gap:var(--bslib-spacer, 1rem)}@media(max-width: 575.98px){.bslib-page-fill{height:var(--bslib-page-fill-mobile-height, auto)}}:root{--bslib-page-sidebar-title-bg: #0f6070;--bslib-page-sidebar-title-color: #fff}.bslib-page-title{background-color:var(--bslib-page-sidebar-title-bg);color:var(--bslib-page-sidebar-title-color);font-size:1.5rem;font-weight:300;padding:var(--bslib-spacer, 1rem);padding-left:1.5rem;margin-bottom:0;border-bottom:1px solid #dee2e6}.bslib-sidebar-layout{--bslib-sidebar-transition-duration: 500ms;--bslib-sidebar-transition-easing-x: cubic-bezier(0.8, 0.78, 0.22, 1.07);--bslib-sidebar-border: var(--bs-card-border-width, 1px) solid var(--bs-card-border-color, rgba(0, 0, 0, 0.175));--bslib-sidebar-border-radius: var(--bs-border-radius);--bslib-sidebar-vert-border: var(--bs-card-border-width, 1px) solid var(--bs-card-border-color, rgba(0, 0, 0, 0.175));--bslib-sidebar-bg: rgba(var(--bs-emphasis-color-rgb, 0, 0, 0), 0.05);--bslib-sidebar-fg: var(--bs-emphasis-color, black);--bslib-sidebar-main-fg: var(--bs-card-color, var(--bs-body-color));--bslib-sidebar-main-bg: var(--bs-card-bg, var(--bs-body-bg));--bslib-sidebar-toggle-bg: rgba(var(--bs-emphasis-color-rgb, 0, 0, 0), 0.1);--bslib-sidebar-padding: calc(var(--bslib-spacer) * 1.5);--bslib-sidebar-icon-size: var(--bslib-spacer, 1rem);--bslib-sidebar-icon-button-size: calc(var(--bslib-sidebar-icon-size, 1rem) * 2);--bslib-sidebar-padding-icon: calc(var(--bslib-sidebar-icon-button-size, 2rem) * 1.5);--bslib-collapse-toggle-border-radius: var(--bs-border-radius, 0.25rem);--bslib-collapse-toggle-transform: 0deg;--bslib-sidebar-toggle-transition-easing: cubic-bezier(1, 0, 0, 1);--bslib-collapse-toggle-right-transform: 180deg;--bslib-sidebar-column-main: minmax(0, 1fr);display:grid !important;grid-template-columns:min(100% - var(--bslib-sidebar-icon-size),var(--bslib-sidebar-width, 250px)) var(--bslib-sidebar-column-main);position:relative;transition:grid-template-columns ease-in-out var(--bslib-sidebar-transition-duration);border:var(--bslib-sidebar-border);border-radius:var(--bslib-sidebar-border-radius)}@media(prefers-reduced-motion: reduce){.bslib-sidebar-layout{transition:none}}.bslib-sidebar-layout[data-bslib-sidebar-border=false]{border:none}.bslib-sidebar-layout[data-bslib-sidebar-border-radius=false]{border-radius:initial}.bslib-sidebar-layout>.main,.bslib-sidebar-layout>.sidebar{grid-row:1/2;border-radius:inherit;overflow:auto}.bslib-sidebar-layout>.main{grid-column:2/3;border-top-left-radius:0;border-bottom-left-radius:0;padding:var(--bslib-sidebar-padding);transition:padding var(--bslib-sidebar-transition-easing-x) var(--bslib-sidebar-transition-duration);color:var(--bslib-sidebar-main-fg);background-color:var(--bslib-sidebar-main-bg)}.bslib-sidebar-layout>.sidebar{grid-column:1/2;width:100%;height:100%;border-right:var(--bslib-sidebar-vert-border);border-top-right-radius:0;border-bottom-right-radius:0;color:var(--bslib-sidebar-fg);background-color:var(--bslib-sidebar-bg);backdrop-filter:blur(5px)}.bslib-sidebar-layout>.sidebar>.sidebar-content{display:flex;flex-direction:column;gap:var(--bslib-spacer, 1rem);padding:var(--bslib-sidebar-padding);padding-top:var(--bslib-sidebar-padding-icon)}.bslib-sidebar-layout>.sidebar>.sidebar-content>:last-child:not(.sidebar-title){margin-bottom:0}.bslib-sidebar-layout>.sidebar>.sidebar-content>.accordion{margin-left:calc(-1*var(--bslib-sidebar-padding));margin-right:calc(-1*var(--bslib-sidebar-padding))}.bslib-sidebar-layout>.sidebar>.sidebar-content>.accordion:last-child{margin-bottom:calc(-1*var(--bslib-sidebar-padding))}.bslib-sidebar-layout>.sidebar>.sidebar-content>.accordion:not(:last-child){margin-bottom:1rem}.bslib-sidebar-layout>.sidebar>.sidebar-content>.accordion .accordion-body{display:flex;flex-direction:column}.bslib-sidebar-layout>.sidebar>.sidebar-content>.accordion:not(:first-child) .accordion-item:first-child{border-top:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.bslib-sidebar-layout>.sidebar>.sidebar-content>.accordion:not(:last-child) .accordion-item:last-child{border-bottom:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.bslib-sidebar-layout>.sidebar>.sidebar-content.has-accordion>.sidebar-title{border-bottom:none;padding-bottom:0}.bslib-sidebar-layout>.sidebar .shiny-input-container{width:100%}.bslib-sidebar-layout[data-bslib-sidebar-open=always]>.sidebar>.sidebar-content{padding-top:var(--bslib-sidebar-padding)}.bslib-sidebar-layout>.collapse-toggle{grid-row:1/2;grid-column:1/2;display:inline-flex;align-items:center;position:absolute;right:calc(var(--bslib-sidebar-icon-size));top:calc(var(--bslib-sidebar-icon-size, 1rem)/2);border:none;border-radius:var(--bslib-collapse-toggle-border-radius);height:var(--bslib-sidebar-icon-button-size, 2rem);width:var(--bslib-sidebar-icon-button-size, 2rem);display:flex;align-items:center;justify-content:center;padding:0;color:var(--bslib-sidebar-fg);background-color:unset;transition:color var(--bslib-sidebar-transition-easing-x) var(--bslib-sidebar-transition-duration),top var(--bslib-sidebar-transition-easing-x) var(--bslib-sidebar-transition-duration),right var(--bslib-sidebar-transition-easing-x) var(--bslib-sidebar-transition-duration),left var(--bslib-sidebar-transition-easing-x) var(--bslib-sidebar-transition-duration)}.bslib-sidebar-layout>.collapse-toggle:hover{background-color:var(--bslib-sidebar-toggle-bg)}.bslib-sidebar-layout>.collapse-toggle>.collapse-icon{opacity:.8;width:var(--bslib-sidebar-icon-size);height:var(--bslib-sidebar-icon-size);transform:rotateY(var(--bslib-collapse-toggle-transform));transition:transform var(--bslib-sidebar-toggle-transition-easing) var(--bslib-sidebar-transition-duration)}.bslib-sidebar-layout>.collapse-toggle:hover>.collapse-icon{opacity:1}.bslib-sidebar-layout .sidebar-title{font-size:1.5625rem;line-height:1.25;margin-top:0;margin-bottom:1rem;padding-bottom:1rem;border-bottom:var(--bslib-sidebar-border)}.bslib-sidebar-layout.sidebar-right{grid-template-columns:var(--bslib-sidebar-column-main) min(100% - var(--bslib-sidebar-icon-size),var(--bslib-sidebar-width, 250px))}.bslib-sidebar-layout.sidebar-right>.main{grid-column:1/2;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit}.bslib-sidebar-layout.sidebar-right>.sidebar{grid-column:2/3;border-right:none;border-left:var(--bslib-sidebar-vert-border);border-top-left-radius:0;border-bottom-left-radius:0}.bslib-sidebar-layout.sidebar-right>.collapse-toggle{grid-column:2/3;left:var(--bslib-sidebar-icon-size);right:unset;border:var(--bslib-collapse-toggle-border)}.bslib-sidebar-layout.sidebar-right>.collapse-toggle>.collapse-icon{transform:rotateY(var(--bslib-collapse-toggle-right-transform))}.bslib-sidebar-layout.sidebar-collapsed{--bslib-collapse-toggle-transform: 180deg;--bslib-collapse-toggle-right-transform: 0deg;--bslib-sidebar-vert-border: none;grid-template-columns:0 minmax(0, 1fr)}.bslib-sidebar-layout.sidebar-collapsed.sidebar-right{grid-template-columns:minmax(0, 1fr) 0}.bslib-sidebar-layout.sidebar-collapsed:not(.transitioning)>.sidebar>*{display:none}.bslib-sidebar-layout.sidebar-collapsed>.main{border-radius:inherit}.bslib-sidebar-layout.sidebar-collapsed:not(.sidebar-right)>.main{padding-left:var(--bslib-sidebar-padding-icon)}.bslib-sidebar-layout.sidebar-collapsed.sidebar-right>.main{padding-right:var(--bslib-sidebar-padding-icon)}.bslib-sidebar-layout.sidebar-collapsed>.collapse-toggle{color:var(--bslib-sidebar-main-fg);top:calc(var(--bslib-sidebar-overlap-counter, 0)*(var(--bslib-sidebar-icon-size) + var(--bslib-sidebar-padding)) + var(--bslib-sidebar-icon-size, 1rem)/2);right:calc(-2.5*var(--bslib-sidebar-icon-size) - var(--bs-card-border-width, 1px))}.bslib-sidebar-layout.sidebar-collapsed.sidebar-right>.collapse-toggle{left:calc(-2.5*var(--bslib-sidebar-icon-size) - var(--bs-card-border-width, 1px));right:unset}@media(min-width: 576px){.bslib-sidebar-layout.transitioning>.sidebar>.sidebar-content{display:none}}@media(max-width: 575.98px){.bslib-sidebar-layout[data-bslib-sidebar-open=desktop]{--bslib-sidebar-js-init-collapsed: true}.bslib-sidebar-layout>.sidebar,.bslib-sidebar-layout.sidebar-right>.sidebar{border:none}.bslib-sidebar-layout>.main,.bslib-sidebar-layout.sidebar-right>.main{grid-column:1/3}.bslib-sidebar-layout[data-bslib-sidebar-open=always]{display:block !important}.bslib-sidebar-layout[data-bslib-sidebar-open=always]>.sidebar{max-height:var(--bslib-sidebar-max-height-mobile);overflow-y:auto;border-top:var(--bslib-sidebar-vert-border)}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]){grid-template-columns:100% 0}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]):not(.sidebar-collapsed)>.sidebar{z-index:1}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]):not(.sidebar-collapsed)>.collapse-toggle{z-index:1}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]).sidebar-right{grid-template-columns:0 100%}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]).sidebar-collapsed{grid-template-columns:0 100%}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]).sidebar-collapsed.sidebar-right{grid-template-columns:100% 0}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]):not(.sidebar-right)>.main{padding-left:var(--bslib-sidebar-padding-icon)}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]).sidebar-right>.main{padding-right:var(--bslib-sidebar-padding-icon)}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always])>.main{opacity:0;transition:opacity var(--bslib-sidebar-transition-easing-x) var(--bslib-sidebar-transition-duration)}.bslib-sidebar-layout:not([data-bslib-sidebar-open=always]).sidebar-collapsed>.main{opacity:1}}.html-fill-container{display:flex;flex-direction:column;min-height:0;min-width:0}.html-fill-container>.html-fill-item{flex:1 1 auto;min-height:0;min-width:0}.html-fill-container>:not(.html-fill-item){flex:0 0 auto}.quarto-container{min-height:calc(100vh - 132px)}body.hypothesis-enabled #quarto-header{margin-right:16px}footer.footer .nav-footer,#quarto-header>nav{padding-left:1em;padding-right:1em}footer.footer div.nav-footer p:first-child{margin-top:0}footer.footer div.nav-footer p:last-child{margin-bottom:0}#quarto-content>*{padding-top:14px}#quarto-content>#quarto-sidebar-glass{padding-top:0px}@media(max-width: 991.98px){#quarto-content>*{padding-top:0}#quarto-content .subtitle{padding-top:14px}#quarto-content section:first-of-type h2:first-of-type,#quarto-content section:first-of-type .h2:first-of-type{margin-top:1rem}}.headroom-target,header.headroom{will-change:transform;transition:position 200ms linear;transition:all 200ms linear}header.headroom--pinned{transform:translateY(0%)}header.headroom--unpinned{transform:translateY(-100%)}.navbar-container{width:100%}.navbar-brand{overflow:hidden;text-overflow:ellipsis}.navbar-brand-container{max-width:calc(100% - 115px);min-width:0;display:flex;align-items:center}@media(min-width: 992px){.navbar-brand-container{margin-right:1em}}.navbar-brand.navbar-brand-logo{margin-right:4px;display:inline-flex}.navbar-toggler{flex-basis:content;flex-shrink:0}.navbar .navbar-brand-container{order:2}.navbar .navbar-toggler{order:1}.navbar .navbar-container>.navbar-nav{order:20}.navbar .navbar-container>.navbar-brand-container{margin-left:0 !important;margin-right:0 !important}.navbar .navbar-collapse{order:20}.navbar #quarto-search{order:4;margin-left:auto}.navbar .navbar-toggler{margin-right:.5em}.navbar-logo{max-height:24px;width:auto;padding-right:4px}nav .nav-item:not(.compact){padding-top:1px}nav .nav-link i,nav .dropdown-item i{padding-right:1px}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.6rem;padding-right:.6rem}nav .nav-item.compact .nav-link{padding-left:.5rem;padding-right:.5rem;font-size:1.1rem}.navbar .quarto-navbar-tools{order:3}.navbar .quarto-navbar-tools div.dropdown{display:inline-block}.navbar .quarto-navbar-tools .quarto-navigation-tool{color:#fdfdfe}.navbar .quarto-navbar-tools .quarto-navigation-tool:hover{color:#fffdfd}.navbar-nav .dropdown-menu{min-width:220px;font-size:.9rem}.navbar .navbar-nav .nav-link.dropdown-toggle::after{opacity:.75;vertical-align:.175em}.navbar ul.dropdown-menu{padding-top:0;padding-bottom:0}.navbar .dropdown-header{text-transform:uppercase;font-size:.8rem;padding:0 .5rem}.navbar .dropdown-item{padding:.4rem .5rem}.navbar .dropdown-item>i.bi{margin-left:.1rem;margin-right:.25em}.sidebar #quarto-search{margin-top:-1px}.sidebar #quarto-search svg.aa-SubmitIcon{width:16px;height:16px}.sidebar-navigation a{color:inherit}.sidebar-title{margin-top:.25rem;padding-bottom:.5rem;font-size:1.3rem;line-height:1.6rem;visibility:visible}.sidebar-title>a{font-size:inherit;text-decoration:none}.sidebar-title .sidebar-tools-main{margin-top:-6px}@media(max-width: 991.98px){#quarto-sidebar div.sidebar-header{padding-top:.2em}}.sidebar-header-stacked .sidebar-title{margin-top:.6rem}.sidebar-logo{max-width:90%;padding-bottom:.5rem}.sidebar-logo-link{text-decoration:none}.sidebar-navigation li a{text-decoration:none}.sidebar-navigation .quarto-navigation-tool{opacity:.7;font-size:.875rem}#quarto-sidebar>nav>.sidebar-tools-main{margin-left:14px}.sidebar-tools-main{display:inline-flex;margin-left:0px;order:2}.sidebar-tools-main:not(.tools-wide){vertical-align:middle}.sidebar-navigation .quarto-navigation-tool.dropdown-toggle::after{display:none}.sidebar.sidebar-navigation>*{padding-top:1em}.sidebar-item{margin-bottom:.2em;line-height:1rem;margin-top:.4rem}.sidebar-section{padding-left:.5em;padding-bottom:.2em}.sidebar-item .sidebar-item-container{display:flex;justify-content:space-between;cursor:pointer}.sidebar-item-toggle:hover{cursor:pointer}.sidebar-item .sidebar-item-toggle .bi{font-size:.7rem;text-align:center}.sidebar-item .sidebar-item-toggle .bi-chevron-right::before{transition:transform 200ms ease}.sidebar-item .sidebar-item-toggle[aria-expanded=false] .bi-chevron-right::before{transform:none}.sidebar-item .sidebar-item-toggle[aria-expanded=true] .bi-chevron-right::before{transform:rotate(90deg)}.sidebar-item-text{width:100%}.sidebar-navigation .sidebar-divider{margin-left:0;margin-right:0;margin-top:.5rem;margin-bottom:.5rem}@media(max-width: 991.98px){.quarto-secondary-nav{display:block}.quarto-secondary-nav button.quarto-search-button{padding-right:0em;padding-left:2em}.quarto-secondary-nav button.quarto-btn-toggle{margin-left:-0.75rem;margin-right:.15rem}.quarto-secondary-nav nav.quarto-title-breadcrumbs{display:none}.quarto-secondary-nav nav.quarto-page-breadcrumbs{display:flex;align-items:center;padding-right:1em;margin-left:-0.25em}.quarto-secondary-nav nav.quarto-page-breadcrumbs a{text-decoration:none}.quarto-secondary-nav nav.quarto-page-breadcrumbs ol.breadcrumb{margin-bottom:0}}@media(min-width: 992px){.quarto-secondary-nav{display:none}}.quarto-title-breadcrumbs .breadcrumb{margin-bottom:.5em;font-size:.9rem}.quarto-title-breadcrumbs .breadcrumb li:last-of-type a{color:#6c757d}.quarto-secondary-nav .quarto-btn-toggle{color:#cacccd}.quarto-secondary-nav[aria-expanded=false] .quarto-btn-toggle .bi-chevron-right::before{transform:none}.quarto-secondary-nav[aria-expanded=true] .quarto-btn-toggle .bi-chevron-right::before{transform:rotate(90deg)}.quarto-secondary-nav .quarto-btn-toggle .bi-chevron-right::before{transition:transform 200ms ease}.quarto-secondary-nav{cursor:pointer}.no-decor{text-decoration:none}.quarto-secondary-nav-title{margin-top:.3em;color:#cacccd;padding-top:4px}.quarto-secondary-nav nav.quarto-page-breadcrumbs{color:#cacccd}.quarto-secondary-nav nav.quarto-page-breadcrumbs a{color:#cacccd}.quarto-secondary-nav nav.quarto-page-breadcrumbs a:hover{color:rgba(239,191,192,.8)}.quarto-secondary-nav nav.quarto-page-breadcrumbs .breadcrumb-item::before{color:#96999b}.breadcrumb-item{line-height:1.2rem}div.sidebar-item-container{color:#cacccd}div.sidebar-item-container:hover,div.sidebar-item-container:focus{color:rgba(239,191,192,.8)}div.sidebar-item-container.disabled{color:rgba(202,204,205,.75)}div.sidebar-item-container .active,div.sidebar-item-container .show>.nav-link,div.sidebar-item-container .sidebar-link>code{color:#efbfc0}div.sidebar.sidebar-navigation.rollup.quarto-sidebar-toggle-contents,nav.sidebar.sidebar-navigation:not(.rollup){background-color:#343a40}.sidebar.sidebar-navigation:not(.rollup){border-right:1px solid rgba(0,0,0,.1) !important}@media(max-width: 991.98px){.sidebar-navigation .sidebar-item a,.nav-page .nav-page-text,.sidebar-navigation{font-size:1rem}.sidebar-navigation ul.sidebar-section.depth1 .sidebar-section-item{font-size:1.1rem}.sidebar-logo{display:none}.sidebar.sidebar-navigation{position:static;border-bottom:1px solid rgba(0,0,0,.1)}.sidebar.sidebar-navigation.collapsing{position:fixed;z-index:1000}.sidebar.sidebar-navigation.show{position:fixed;z-index:1000}.sidebar.sidebar-navigation{min-height:100%}nav.quarto-secondary-nav{background-color:#343a40;border-bottom:1px solid rgba(0,0,0,.1)}.quarto-banner nav.quarto-secondary-nav{background-color:#0f6070;color:#fdfdfe;border-top:1px solid rgba(0,0,0,.1)}.sidebar .sidebar-footer{visibility:visible;padding-top:1rem;position:inherit}.sidebar-tools-collapse{display:block}}#quarto-sidebar{transition:width .15s ease-in}#quarto-sidebar>*{padding-right:1em}@media(max-width: 991.98px){#quarto-sidebar .sidebar-menu-container{white-space:nowrap;min-width:225px}#quarto-sidebar.show{transition:width .15s ease-out}}@media(min-width: 992px){#quarto-sidebar{display:flex;flex-direction:column}.nav-page .nav-page-text,.sidebar-navigation .sidebar-section .sidebar-item{font-size:.9rem}.sidebar-navigation .sidebar-item{font-size:1.1rem}.sidebar.sidebar-navigation{display:block;position:sticky}.sidebar-search{width:100%}.sidebar .sidebar-footer{visibility:visible}}@media(max-width: 991.98px){#quarto-sidebar-glass{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(255,255,255,0);transition:background-color .15s ease-in;z-index:-1}#quarto-sidebar-glass.collapsing{z-index:1000}#quarto-sidebar-glass.show{transition:background-color .15s ease-out;background-color:rgba(102,102,102,.4);z-index:1000}}.sidebar .sidebar-footer{padding:.5rem 1rem;align-self:flex-end;color:#6c757d;width:100%}.quarto-page-breadcrumbs .breadcrumb-item+.breadcrumb-item,.quarto-page-breadcrumbs .breadcrumb-item{padding-right:.33em;padding-left:0}.quarto-page-breadcrumbs .breadcrumb-item::before{padding-right:.33em}.quarto-sidebar-footer{font-size:.875em}.sidebar-section .bi-chevron-right{vertical-align:middle}.sidebar-section .bi-chevron-right::before{font-size:.9em}.notransition{-webkit-transition:none !important;-moz-transition:none !important;-o-transition:none !important;transition:none !important}.btn:focus:not(:focus-visible){box-shadow:none}.page-navigation{display:flex;justify-content:space-between}.nav-page{padding-bottom:.75em}.nav-page .bi{font-size:1.8rem;vertical-align:middle}.nav-page .nav-page-text{padding-left:.25em;padding-right:.25em}.nav-page a{color:#6c757d;text-decoration:none;display:flex;align-items:center}.nav-page a:hover{color:#fb9e07}.nav-footer .toc-actions{padding-bottom:.5em;padding-top:.5em}.nav-footer .toc-actions a,.nav-footer .toc-actions a:hover{text-decoration:none}.nav-footer .toc-actions ul{display:flex;list-style:none}.nav-footer .toc-actions ul :first-child{margin-left:auto}.nav-footer .toc-actions ul :last-child{margin-right:auto}.nav-footer .toc-actions ul li{padding-right:1.5em}.nav-footer .toc-actions ul li i.bi{padding-right:.4em}.nav-footer .toc-actions ul li:last-of-type{padding-right:0}.nav-footer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:baseline;text-align:center;padding-top:.5rem;padding-bottom:.5rem;background-color:#fff}body.nav-fixed{padding-top:67px}body .nav-footer{border-top:1px solid rgba(0,0,0,.1)}.nav-footer-contents{color:#6c757d;margin-top:.25rem}.nav-footer{min-height:3.5em;color:#757575}.nav-footer a{color:#757575}.nav-footer .nav-footer-left{font-size:.825em}.nav-footer .nav-footer-center{font-size:.825em}.nav-footer .nav-footer-right{font-size:.825em}.nav-footer-left .footer-items,.nav-footer-center .footer-items,.nav-footer-right .footer-items{display:inline-flex;padding-top:.3em;padding-bottom:.3em;margin-bottom:0em}.nav-footer-left .footer-items .nav-link,.nav-footer-center .footer-items .nav-link,.nav-footer-right .footer-items .nav-link{padding-left:.6em;padding-right:.6em}.nav-footer-left{flex:1 1 0px;text-align:left}.nav-footer-right{flex:1 1 0px;text-align:right}.nav-footer-center{flex:1 1 0px;min-height:3em;text-align:center}.nav-footer-center .footer-items{justify-content:center}@media(max-width: 767.98px){.nav-footer-center{margin-top:3em}}.navbar .quarto-reader-toggle.reader .quarto-reader-toggle-btn{background-color:#fdfdfe;border-radius:3px}@media(max-width: 991.98px){.quarto-reader-toggle{display:none}}.quarto-reader-toggle.reader.quarto-navigation-tool .quarto-reader-toggle-btn{background-color:#cacccd;border-radius:3px}.quarto-reader-toggle .quarto-reader-toggle-btn{display:inline-flex;padding-left:.2em;padding-right:.2em;margin-left:-0.2em;margin-right:-0.2em;text-align:center}.navbar .quarto-reader-toggle:not(.reader) .bi::before{background-image:url('data:image/svg+xml,')}.navbar .quarto-reader-toggle.reader .bi::before{background-image:url('data:image/svg+xml,')}.sidebar-navigation .quarto-reader-toggle:not(.reader) .bi::before{background-image:url('data:image/svg+xml,')}.sidebar-navigation .quarto-reader-toggle.reader .bi::before{background-image:url('data:image/svg+xml,')}#quarto-back-to-top{display:none;position:fixed;bottom:50px;background-color:#fff;border-radius:.25rem;box-shadow:0 .2rem .5rem #6c757d,0 0 .05rem #6c757d;color:#6c757d;text-decoration:none;font-size:.9em;text-align:center;left:50%;padding:.4rem .8rem;transform:translate(-50%, 0)}.aa-DetachedSearchButtonQuery{display:none}.aa-DetachedOverlay ul.aa-List,#quarto-search-results ul.aa-List{list-style:none;padding-left:0}.aa-DetachedOverlay .aa-Panel,#quarto-search-results .aa-Panel{background-color:#fff;position:absolute;z-index:2000}#quarto-search-results .aa-Panel{max-width:400px}#quarto-search input{font-size:.925rem}@media(min-width: 992px){.navbar #quarto-search{margin-left:.25rem;order:999}}.navbar.navbar-expand-sm #quarto-search,.navbar.navbar-expand-md #quarto-search{order:999}@media(min-width: 992px){.navbar .quarto-navbar-tools{order:900}}@media(min-width: 992px){.navbar .quarto-navbar-tools.tools-end{margin-left:auto !important}}@media(max-width: 991.98px){#quarto-sidebar .sidebar-search{display:none}}#quarto-sidebar .sidebar-search .aa-Autocomplete{width:100%}.navbar .aa-Autocomplete .aa-Form{width:180px}.navbar #quarto-search.type-overlay .aa-Autocomplete{width:40px}.navbar #quarto-search.type-overlay .aa-Autocomplete .aa-Form{background-color:inherit;border:none}.navbar #quarto-search.type-overlay .aa-Autocomplete .aa-Form:focus-within{box-shadow:none;outline:none}.navbar #quarto-search.type-overlay .aa-Autocomplete .aa-Form .aa-InputWrapper{display:none}.navbar #quarto-search.type-overlay .aa-Autocomplete .aa-Form .aa-InputWrapper:focus-within{display:inherit}.navbar #quarto-search.type-overlay .aa-Autocomplete .aa-Form .aa-Label svg,.navbar #quarto-search.type-overlay .aa-Autocomplete .aa-Form .aa-LoadingIndicator svg{width:26px;height:26px;color:#fdfdfe;opacity:1}.navbar #quarto-search.type-overlay .aa-Autocomplete svg.aa-SubmitIcon{width:26px;height:26px;color:#fdfdfe;opacity:1}.aa-Autocomplete .aa-Form,.aa-DetachedFormContainer .aa-Form{align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.25rem;color:#343a40;display:flex;line-height:1em;margin:0;position:relative;width:100%}.aa-Autocomplete .aa-Form:focus-within,.aa-DetachedFormContainer .aa-Form:focus-within{box-shadow:rgba(66,21,157,.6) 0 0 0 1px;outline:currentColor none medium}.aa-Autocomplete .aa-Form .aa-InputWrapperPrefix,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperPrefix{align-items:center;display:flex;flex-shrink:0;order:1}.aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-Label,.aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperPrefix .aa-Label,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator{cursor:initial;flex-shrink:0;padding:0;text-align:left}.aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-Label svg,.aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator svg,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperPrefix .aa-Label svg,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator svg{color:#343a40;opacity:.5}.aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-SubmitButton,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperPrefix .aa-SubmitButton{appearance:none;background:none;border:0;margin:0}.aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator{align-items:center;display:flex;justify-content:center}.aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator[hidden],.aa-DetachedFormContainer .aa-Form .aa-InputWrapperPrefix .aa-LoadingIndicator[hidden]{display:none}.aa-Autocomplete .aa-Form .aa-InputWrapper,.aa-DetachedFormContainer .aa-Form .aa-InputWrapper{order:3;position:relative;width:100%}.aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input,.aa-DetachedFormContainer .aa-Form .aa-InputWrapper .aa-Input{appearance:none;background:none;border:0;color:#343a40;font:inherit;height:calc(1.5em + .1rem + 2px);padding:0;width:100%}.aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input::placeholder,.aa-DetachedFormContainer .aa-Form .aa-InputWrapper .aa-Input::placeholder{color:#343a40;opacity:.8}.aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input:focus,.aa-DetachedFormContainer .aa-Form .aa-InputWrapper .aa-Input:focus{border-color:none;box-shadow:none;outline:none}.aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input::-webkit-search-decoration,.aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input::-webkit-search-cancel-button,.aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input::-webkit-search-results-button,.aa-Autocomplete .aa-Form .aa-InputWrapper .aa-Input::-webkit-search-results-decoration,.aa-DetachedFormContainer .aa-Form .aa-InputWrapper .aa-Input::-webkit-search-decoration,.aa-DetachedFormContainer .aa-Form .aa-InputWrapper .aa-Input::-webkit-search-cancel-button,.aa-DetachedFormContainer .aa-Form .aa-InputWrapper .aa-Input::-webkit-search-results-button,.aa-DetachedFormContainer .aa-Form .aa-InputWrapper .aa-Input::-webkit-search-results-decoration{display:none}.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix{align-items:center;display:flex;order:4}.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-ClearButton,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-ClearButton{align-items:center;background:none;border:0;color:#343a40;opacity:.8;cursor:pointer;display:flex;margin:0;width:calc(1.5em + .1rem + 2px)}.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-ClearButton:hover,.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-ClearButton:focus,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-ClearButton:hover,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-ClearButton:focus{color:#343a40;opacity:.8}.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-ClearButton[hidden],.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-ClearButton[hidden]{display:none}.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-ClearButton svg,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-ClearButton svg{width:calc(1.5em + 1rem + calc(1px * 2))}.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-CopyButton,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-CopyButton{border:none;align-items:center;background:none;color:#343a40;opacity:.4;font-size:.7rem;cursor:pointer;display:none;margin:0;width:calc(1em + .1rem + 2px)}.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-CopyButton:hover,.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-CopyButton:focus,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-CopyButton:hover,.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-CopyButton:focus{color:#343a40;opacity:.8}.aa-Autocomplete .aa-Form .aa-InputWrapperSuffix .aa-CopyButton[hidden],.aa-DetachedFormContainer .aa-Form .aa-InputWrapperSuffix .aa-CopyButton[hidden]{display:none}.aa-PanelLayout:empty{display:none}.quarto-search-no-results.no-query{display:none}.aa-Source:has(.no-query){display:none}#quarto-search-results .aa-Panel{border:solid rgba(0,0,0,.1) 1px}#quarto-search-results .aa-SourceNoResults{width:398px}.aa-DetachedOverlay .aa-Panel,#quarto-search-results .aa-Panel{max-height:65vh;overflow-y:auto;font-size:.925rem}.aa-DetachedOverlay .aa-SourceNoResults,#quarto-search-results .aa-SourceNoResults{height:60px;display:flex;justify-content:center;align-items:center}.aa-DetachedOverlay .search-error,#quarto-search-results .search-error{padding-top:10px;padding-left:20px;padding-right:20px;cursor:default}.aa-DetachedOverlay .search-error .search-error-title,#quarto-search-results .search-error .search-error-title{font-size:1.1rem;margin-bottom:.5rem}.aa-DetachedOverlay .search-error .search-error-title .search-error-icon,#quarto-search-results .search-error .search-error-title .search-error-icon{margin-right:8px}.aa-DetachedOverlay .search-error .search-error-text,#quarto-search-results .search-error .search-error-text{font-weight:300}.aa-DetachedOverlay .search-result-text,#quarto-search-results .search-result-text{font-weight:300;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2rem;max-height:2.4rem}.aa-DetachedOverlay .aa-SourceHeader .search-result-header,#quarto-search-results .aa-SourceHeader .search-result-header{font-size:.875rem;background-color:#f2f2f2;padding-left:14px;padding-bottom:4px;padding-top:4px}.aa-DetachedOverlay .aa-SourceHeader .search-result-header-no-results,#quarto-search-results .aa-SourceHeader .search-result-header-no-results{display:none}.aa-DetachedOverlay .aa-SourceFooter .algolia-search-logo,#quarto-search-results .aa-SourceFooter .algolia-search-logo{width:110px;opacity:.85;margin:8px;float:right}.aa-DetachedOverlay .search-result-section,#quarto-search-results .search-result-section{font-size:.925em}.aa-DetachedOverlay a.search-result-link,#quarto-search-results a.search-result-link{color:inherit;text-decoration:none}.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item,#quarto-search-results li.aa-Item[aria-selected=true] .search-item{background-color:#42159d}.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item.search-result-more,.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item .search-result-section,.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item .search-result-text,.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item .search-result-title-container,.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item .search-result-text-container,#quarto-search-results li.aa-Item[aria-selected=true] .search-item.search-result-more,#quarto-search-results li.aa-Item[aria-selected=true] .search-item .search-result-section,#quarto-search-results li.aa-Item[aria-selected=true] .search-item .search-result-text,#quarto-search-results li.aa-Item[aria-selected=true] .search-item .search-result-title-container,#quarto-search-results li.aa-Item[aria-selected=true] .search-item .search-result-text-container{color:#fff;background-color:#42159d}.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item mark.search-match,.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item .search-match.mark,#quarto-search-results li.aa-Item[aria-selected=true] .search-item mark.search-match,#quarto-search-results li.aa-Item[aria-selected=true] .search-item .search-match.mark{color:#fff;background-color:#511ac1}.aa-DetachedOverlay li.aa-Item[aria-selected=false] .search-item,#quarto-search-results li.aa-Item[aria-selected=false] .search-item{background-color:#fff}.aa-DetachedOverlay li.aa-Item[aria-selected=false] .search-item.search-result-more,.aa-DetachedOverlay li.aa-Item[aria-selected=false] .search-item .search-result-section,.aa-DetachedOverlay li.aa-Item[aria-selected=false] .search-item .search-result-text,.aa-DetachedOverlay li.aa-Item[aria-selected=false] .search-item .search-result-title-container,.aa-DetachedOverlay li.aa-Item[aria-selected=false] .search-item .search-result-text-container,#quarto-search-results li.aa-Item[aria-selected=false] .search-item.search-result-more,#quarto-search-results li.aa-Item[aria-selected=false] .search-item .search-result-section,#quarto-search-results li.aa-Item[aria-selected=false] .search-item .search-result-text,#quarto-search-results li.aa-Item[aria-selected=false] .search-item .search-result-title-container,#quarto-search-results li.aa-Item[aria-selected=false] .search-item .search-result-text-container{color:#343a40}.aa-DetachedOverlay li.aa-Item[aria-selected=false] .search-item mark.search-match,.aa-DetachedOverlay li.aa-Item[aria-selected=false] .search-item .search-match.mark,#quarto-search-results li.aa-Item[aria-selected=false] .search-item mark.search-match,#quarto-search-results li.aa-Item[aria-selected=false] .search-item .search-match.mark{color:inherit;background-color:#b597f1}.aa-DetachedOverlay .aa-Item .search-result-doc:not(.document-selectable) .search-result-title-container,#quarto-search-results .aa-Item .search-result-doc:not(.document-selectable) .search-result-title-container{background-color:#fff;color:#343a40}.aa-DetachedOverlay .aa-Item .search-result-doc:not(.document-selectable) .search-result-text-container,#quarto-search-results .aa-Item .search-result-doc:not(.document-selectable) .search-result-text-container{padding-top:0px}.aa-DetachedOverlay li.aa-Item .search-result-doc.document-selectable .search-result-text-container,#quarto-search-results li.aa-Item .search-result-doc.document-selectable .search-result-text-container{margin-top:-4px}.aa-DetachedOverlay .aa-Item,#quarto-search-results .aa-Item{cursor:pointer}.aa-DetachedOverlay .aa-Item .search-item,#quarto-search-results .aa-Item .search-item{border-left:none;border-right:none;border-top:none;background-color:#fff;border-color:rgba(0,0,0,.1);color:#343a40}.aa-DetachedOverlay .aa-Item .search-item p,#quarto-search-results .aa-Item .search-item p{margin-top:0;margin-bottom:0}.aa-DetachedOverlay .aa-Item .search-item i.bi,#quarto-search-results .aa-Item .search-item i.bi{padding-left:8px;padding-right:8px;font-size:1.3em}.aa-DetachedOverlay .aa-Item .search-item .search-result-title,#quarto-search-results .aa-Item .search-item .search-result-title{margin-top:.3em;margin-bottom:0em}.aa-DetachedOverlay .aa-Item .search-item .search-result-crumbs,#quarto-search-results .aa-Item .search-item .search-result-crumbs{white-space:nowrap;text-overflow:ellipsis;font-size:.8em;font-weight:300;margin-right:1em}.aa-DetachedOverlay .aa-Item .search-item .search-result-crumbs:not(.search-result-crumbs-wrap),#quarto-search-results .aa-Item .search-item .search-result-crumbs:not(.search-result-crumbs-wrap){max-width:30%;margin-left:auto;margin-top:.5em;margin-bottom:.1rem}.aa-DetachedOverlay .aa-Item .search-item .search-result-crumbs.search-result-crumbs-wrap,#quarto-search-results .aa-Item .search-item .search-result-crumbs.search-result-crumbs-wrap{flex-basis:100%;margin-top:0em;margin-bottom:.2em;margin-left:37px}.aa-DetachedOverlay .aa-Item .search-result-title-container,#quarto-search-results .aa-Item .search-result-title-container{font-size:1em;display:flex;flex-wrap:wrap;padding:6px 4px 6px 4px}.aa-DetachedOverlay .aa-Item .search-result-text-container,#quarto-search-results .aa-Item .search-result-text-container{padding-bottom:8px;padding-right:8px;margin-left:42px}.aa-DetachedOverlay .aa-Item .search-result-doc-section,.aa-DetachedOverlay .aa-Item .search-result-more,#quarto-search-results .aa-Item .search-result-doc-section,#quarto-search-results .aa-Item .search-result-more{padding-top:8px;padding-bottom:8px;padding-left:44px}.aa-DetachedOverlay .aa-Item .search-result-more,#quarto-search-results .aa-Item .search-result-more{font-size:.8em;font-weight:400}.aa-DetachedOverlay .aa-Item .search-result-doc,#quarto-search-results .aa-Item .search-result-doc{border-top:1px solid rgba(0,0,0,.1)}.aa-DetachedSearchButton{background:none;border:none}.aa-DetachedSearchButton .aa-DetachedSearchButtonPlaceholder{display:none}.navbar .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon{color:#fdfdfe}.sidebar-tools-collapse #quarto-search,.sidebar-tools-main #quarto-search{display:inline}.sidebar-tools-collapse #quarto-search .aa-Autocomplete,.sidebar-tools-main #quarto-search .aa-Autocomplete{display:inline}.sidebar-tools-collapse #quarto-search .aa-DetachedSearchButton,.sidebar-tools-main #quarto-search .aa-DetachedSearchButton{padding-left:4px;padding-right:4px}.sidebar-tools-collapse #quarto-search .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon,.sidebar-tools-main #quarto-search .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon{color:#cacccd}.sidebar-tools-collapse #quarto-search .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon .aa-SubmitIcon,.sidebar-tools-main #quarto-search .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon .aa-SubmitIcon{margin-top:-3px}.aa-DetachedContainer{background:rgba(255,255,255,.65);width:90%;bottom:0;box-shadow:rgba(0,0,0,.6) 0 0 0 1px;outline:currentColor none medium;display:flex;flex-direction:column;left:0;margin:0;overflow:hidden;padding:0;position:fixed;right:0;top:0;z-index:1101}.aa-DetachedContainer::after{height:32px}.aa-DetachedContainer .aa-SourceHeader{margin:var(--aa-spacing-half) 0 var(--aa-spacing-half) 2px}.aa-DetachedContainer .aa-Panel{background-color:#fff;border-radius:0;box-shadow:none;flex-grow:1;margin:0;padding:0;position:relative}.aa-DetachedContainer .aa-PanelLayout{bottom:0;box-shadow:none;left:0;margin:0;max-height:none;overflow-y:auto;position:absolute;right:0;top:0;width:100%}.aa-DetachedFormContainer{background-color:#fff;border-bottom:1px solid rgba(0,0,0,.1);display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:.5em}.aa-DetachedCancelButton{background:none;font-size:.8em;border:0;border-radius:3px;color:#343a40;cursor:pointer;margin:0 0 0 .5em;padding:0 .5em}.aa-DetachedCancelButton:hover,.aa-DetachedCancelButton:focus{box-shadow:rgba(66,21,157,.6) 0 0 0 1px;outline:currentColor none medium}.aa-DetachedContainer--modal{bottom:inherit;height:auto;margin:0 auto;position:absolute;top:100px;border-radius:6px;max-width:850px}@media(max-width: 575.98px){.aa-DetachedContainer--modal{width:100%;top:0px;border-radius:0px;border:none}}.aa-DetachedContainer--modal .aa-PanelLayout{max-height:var(--aa-detached-modal-max-height);padding-bottom:var(--aa-spacing-half);position:static}.aa-Detached{height:100vh;overflow:hidden}.aa-DetachedOverlay{background-color:rgba(52,58,64,.4);position:fixed;left:0;right:0;top:0;margin:0;padding:0;height:100vh;z-index:1100}.quarto-dashboard.nav-fixed.dashboard-sidebar #quarto-content.quarto-dashboard-content{padding:0em}.quarto-dashboard #quarto-content.quarto-dashboard-content{padding:1em}.quarto-dashboard #quarto-content.quarto-dashboard-content>*{padding-top:0}@media(min-width: 576px){.quarto-dashboard{height:100%}}.quarto-dashboard .card.valuebox.bslib-card.bg-primary{background-color:#42159d !important}.quarto-dashboard .card.valuebox.bslib-card.bg-secondary{background-color:#adb5bd !important}.quarto-dashboard .card.valuebox.bslib-card.bg-success{background-color:#02b875 !important}.quarto-dashboard .card.valuebox.bslib-card.bg-info{background-color:#17a2b8 !important}.quarto-dashboard .card.valuebox.bslib-card.bg-warning{background-color:#fb9e07 !important}.quarto-dashboard .card.valuebox.bslib-card.bg-danger{background-color:#cf4446 !important}.quarto-dashboard .card.valuebox.bslib-card.bg-light{background-color:#f8f9fa !important}.quarto-dashboard .card.valuebox.bslib-card.bg-dark{background-color:#343a40 !important}.quarto-dashboard.dashboard-fill{display:flex;flex-direction:column}.quarto-dashboard #quarto-appendix{display:none}.quarto-dashboard #quarto-header #quarto-dashboard-header{border-top:solid 1px #15879d;border-bottom:solid 1px #15879d}.quarto-dashboard #quarto-header #quarto-dashboard-header>nav{padding-left:1em;padding-right:1em}.quarto-dashboard #quarto-header #quarto-dashboard-header>nav .navbar-brand-container{padding-left:0}.quarto-dashboard #quarto-header #quarto-dashboard-header .navbar-toggler{margin-right:0}.quarto-dashboard #quarto-header #quarto-dashboard-header .navbar-toggler-icon{height:1em;width:1em;background-image:url('data:image/svg+xml,')}.quarto-dashboard #quarto-header #quarto-dashboard-header .navbar-brand-container{padding-right:1em}.quarto-dashboard #quarto-header #quarto-dashboard-header .navbar-title{font-size:1.1em}.quarto-dashboard #quarto-header #quarto-dashboard-header .navbar-nav{font-size:.9em}.quarto-dashboard #quarto-dashboard-header .navbar{padding:0}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-container{padding-left:1em}.quarto-dashboard #quarto-dashboard-header .navbar.slim .navbar-brand-container .nav-link,.quarto-dashboard #quarto-dashboard-header .navbar.slim .navbar-nav .nav-link{padding:.7em}.quarto-dashboard #quarto-dashboard-header .navbar .quarto-color-scheme-toggle{order:9}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-toggler{margin-left:.5em;order:10}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-nav .nav-link{padding:.5em;height:100%;display:flex;align-items:center}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-nav .active{background-color:#147f94}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-brand-container{padding:.5em .5em .5em 0;display:flex;flex-direction:row;margin-right:2em;align-items:center}@media(max-width: 767.98px){.quarto-dashboard #quarto-dashboard-header .navbar .navbar-brand-container{margin-right:auto}}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-collapse{align-self:stretch}@media(min-width: 768px){.quarto-dashboard #quarto-dashboard-header .navbar .navbar-collapse{order:8}}@media(max-width: 767.98px){.quarto-dashboard #quarto-dashboard-header .navbar .navbar-collapse{order:1000;padding-bottom:.5em}}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-collapse .navbar-nav{align-self:stretch}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-title{font-size:1.25em;line-height:1.1em;display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-title .navbar-title-text{margin-right:.4em}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-title a{text-decoration:none;color:inherit}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-subtitle,.quarto-dashboard #quarto-dashboard-header .navbar .navbar-author{font-size:.9rem;margin-right:.5em}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-author{margin-left:auto}.quarto-dashboard #quarto-dashboard-header .navbar .navbar-logo{max-height:48px;min-height:30px;object-fit:cover;margin-right:1em}.quarto-dashboard #quarto-dashboard-header .navbar .quarto-dashboard-links{order:9;padding-right:1em}.quarto-dashboard #quarto-dashboard-header .navbar .quarto-dashboard-link-text{margin-left:.25em}.quarto-dashboard #quarto-dashboard-header .navbar .quarto-dashboard-link{padding-right:0em;padding-left:.7em;text-decoration:none;color:#fdfdfe}.quarto-dashboard .page-layout-custom .tab-content{padding:0;border:none}.quarto-dashboard-img-contain{height:100%;width:100%;object-fit:contain}@media(max-width: 575.98px){.quarto-dashboard .bslib-grid{grid-template-rows:minmax(1em, max-content) !important}.quarto-dashboard .sidebar-content{height:inherit}.quarto-dashboard .page-layout-custom{min-height:100vh}}.quarto-dashboard.dashboard-toolbar>.page-layout-custom,.quarto-dashboard.dashboard-sidebar>.page-layout-custom{padding:0}.quarto-dashboard .quarto-dashboard-content.quarto-dashboard-pages{padding:0}.quarto-dashboard .callout{margin-bottom:0;margin-top:0}.quarto-dashboard .html-fill-container figure{overflow:hidden}.quarto-dashboard bslib-tooltip .rounded-pill{border:solid #6c757d 1px}.quarto-dashboard bslib-tooltip .rounded-pill .svg{fill:#343a40}.quarto-dashboard .tabset .dashboard-card-no-title .nav-tabs{margin-left:0;margin-right:auto}.quarto-dashboard .tabset .tab-content{border:none}.quarto-dashboard .tabset .card-header .nav-link[role=tab]{margin-top:-6px;padding-top:6px;padding-bottom:6px}.quarto-dashboard .card.valuebox,.quarto-dashboard .card.bslib-value-box{min-height:3rem}.quarto-dashboard .card.valuebox .card-body,.quarto-dashboard .card.bslib-value-box .card-body{padding:0}.quarto-dashboard .bslib-value-box .value-box-value{font-size:clamp(.1em,15cqw,5em)}.quarto-dashboard .bslib-value-box .value-box-showcase .bi{font-size:clamp(.1em,max(18cqw,5.2cqh),5em);text-align:center;height:1em}.quarto-dashboard .bslib-value-box .value-box-showcase .bi::before{vertical-align:1em}.quarto-dashboard .bslib-value-box .value-box-area{margin-top:auto;margin-bottom:auto}.quarto-dashboard .card figure.quarto-float{display:flex;flex-direction:column;align-items:center}.quarto-dashboard .dashboard-scrolling{padding:1em}.quarto-dashboard .full-height{height:100%}.quarto-dashboard .showcase-bottom .value-box-grid{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;grid-template-areas:"top" "bottom"}.quarto-dashboard .showcase-bottom .value-box-grid .value-box-showcase{grid-area:bottom;padding:0;margin:0}.quarto-dashboard .showcase-bottom .value-box-grid .value-box-showcase i.bi{font-size:4rem}.quarto-dashboard .showcase-bottom .value-box-grid .value-box-area{grid-area:top}.quarto-dashboard .tab-content{margin-bottom:0}.quarto-dashboard .bslib-card .bslib-navs-card-title{justify-content:stretch;align-items:end}.quarto-dashboard .card-header{display:flex;flex-wrap:wrap;justify-content:space-between}.quarto-dashboard .card-header .card-title{display:flex;flex-direction:column;justify-content:center;margin-bottom:0}.quarto-dashboard .tabset .card-toolbar{margin-bottom:1em}.quarto-dashboard .bslib-grid>.bslib-sidebar-layout{border:none;gap:var(--bslib-spacer, 1rem)}.quarto-dashboard .bslib-grid>.bslib-sidebar-layout>.main{padding:0}.quarto-dashboard .bslib-grid>.bslib-sidebar-layout>.sidebar{border-radius:.25rem;border:1px solid rgba(0,0,0,.175)}.quarto-dashboard .bslib-grid>.bslib-sidebar-layout>.collapse-toggle{display:none}@media(max-width: 767.98px){.quarto-dashboard .bslib-grid>.bslib-sidebar-layout{grid-template-columns:1fr;grid-template-rows:max-content 1fr}.quarto-dashboard .bslib-grid>.bslib-sidebar-layout>.main{grid-column:1;grid-row:2}.quarto-dashboard .bslib-grid>.bslib-sidebar-layout .sidebar{grid-column:1;grid-row:1}}.quarto-dashboard .sidebar-right .sidebar{padding-left:2.5em}.quarto-dashboard .sidebar-right .collapse-toggle{left:2px}.quarto-dashboard .quarto-dashboard .sidebar-right button.collapse-toggle:not(.transitioning){left:unset}.quarto-dashboard aside.sidebar{padding-left:1em;padding-right:1em;background-color:rgba(52,58,64,.25);color:#343a40}.quarto-dashboard .bslib-sidebar-layout>div.main{padding:.7em}.quarto-dashboard .bslib-sidebar-layout button.collapse-toggle{margin-top:.3em}.quarto-dashboard .bslib-sidebar-layout .collapse-toggle{top:0}.quarto-dashboard .bslib-sidebar-layout.sidebar-collapsed:not(.transitioning):not(.sidebar-right) .collapse-toggle{left:2px}.quarto-dashboard .sidebar>section>.h3:first-of-type{margin-top:0em}.quarto-dashboard .sidebar .h3,.quarto-dashboard .sidebar .h4,.quarto-dashboard .sidebar .h5,.quarto-dashboard .sidebar .h6{margin-top:.5em}.quarto-dashboard .sidebar form{flex-direction:column;align-items:start;margin-bottom:1em}.quarto-dashboard .sidebar form div[class*=oi-][class$=-input]{flex-direction:column}.quarto-dashboard .sidebar form[class*=oi-][class$=-toggle]{flex-direction:row-reverse;align-items:center;justify-content:start}.quarto-dashboard .sidebar form input[type=range]{margin-top:.5em;margin-right:.8em;margin-left:1em}.quarto-dashboard .sidebar label{width:fit-content}.quarto-dashboard .sidebar .card-body{margin-bottom:2em}.quarto-dashboard .sidebar .shiny-input-container{margin-bottom:1em}.quarto-dashboard .sidebar .shiny-options-group{margin-top:0}.quarto-dashboard .sidebar .control-label{margin-bottom:.3em}.quarto-dashboard .card .card-body .quarto-layout-row{align-items:stretch}.quarto-dashboard .toolbar{font-size:.9em;display:flex;flex-direction:row;border-top:solid 1px #d3d6db;padding:1em;flex-wrap:wrap;background-color:rgba(52,58,64,.25)}.quarto-dashboard .toolbar .cell-output-display{display:flex}.quarto-dashboard .toolbar .shiny-input-container{padding-bottom:.5em;margin-bottom:.5em;width:inherit}.quarto-dashboard .toolbar .shiny-input-container>.checkbox:first-child{margin-top:6px}.quarto-dashboard .toolbar>*:last-child{margin-right:0}.quarto-dashboard .toolbar>*>*{margin-right:1em;align-items:baseline}.quarto-dashboard .toolbar>*>*>a{text-decoration:none;margin-top:auto;margin-bottom:auto}.quarto-dashboard .toolbar .shiny-input-container{padding-bottom:0;margin-bottom:0}.quarto-dashboard .toolbar .shiny-input-container>*{flex-shrink:0;flex-grow:0}.quarto-dashboard .toolbar .form-group.shiny-input-container:not([role=group])>label{margin-bottom:0}.quarto-dashboard .toolbar .shiny-input-container.no-baseline{align-items:start;padding-top:6px}.quarto-dashboard .toolbar .shiny-input-container{display:flex;align-items:baseline}.quarto-dashboard .toolbar .shiny-input-container label{padding-right:.4em}.quarto-dashboard .toolbar .shiny-input-container .bslib-input-switch{margin-top:6px}.quarto-dashboard .toolbar input[type=text]{line-height:1;width:inherit}.quarto-dashboard .toolbar .input-daterange{width:inherit}.quarto-dashboard .toolbar .input-daterange input[type=text]{height:2.4em;width:10em}.quarto-dashboard .toolbar .input-daterange .input-group-addon{height:auto;padding:0;margin-left:-5px !important;margin-right:-5px}.quarto-dashboard .toolbar .input-daterange .input-group-addon .input-group-text{padding-top:0;padding-bottom:0;height:100%}.quarto-dashboard .toolbar span.irs.irs--shiny{width:10em}.quarto-dashboard .toolbar span.irs.irs--shiny .irs-line{top:9px}.quarto-dashboard .toolbar span.irs.irs--shiny .irs-min,.quarto-dashboard .toolbar span.irs.irs--shiny .irs-max,.quarto-dashboard .toolbar span.irs.irs--shiny .irs-from,.quarto-dashboard .toolbar span.irs.irs--shiny .irs-to,.quarto-dashboard .toolbar span.irs.irs--shiny .irs-single{top:20px}.quarto-dashboard .toolbar span.irs.irs--shiny .irs-bar{top:8px}.quarto-dashboard .toolbar span.irs.irs--shiny .irs-handle{top:0px}.quarto-dashboard .toolbar .shiny-input-checkboxgroup>label{margin-top:6px}.quarto-dashboard .toolbar .shiny-input-checkboxgroup>.shiny-options-group{margin-top:0;align-items:baseline}.quarto-dashboard .toolbar .shiny-input-radiogroup>label{margin-top:6px}.quarto-dashboard .toolbar .shiny-input-radiogroup>.shiny-options-group{align-items:baseline;margin-top:0}.quarto-dashboard .toolbar .shiny-input-radiogroup>.shiny-options-group>.radio{margin-right:.3em}.quarto-dashboard .toolbar .form-select{padding-top:.2em;padding-bottom:.2em}.quarto-dashboard .toolbar .shiny-input-select{min-width:6em}.quarto-dashboard .toolbar div.checkbox{margin-bottom:0px}.quarto-dashboard .toolbar>.checkbox:first-child{margin-top:6px}.quarto-dashboard .toolbar form{width:fit-content}.quarto-dashboard .toolbar form label{padding-top:.2em;padding-bottom:.2em;width:fit-content}.quarto-dashboard .toolbar form input[type=date]{width:fit-content}.quarto-dashboard .toolbar form input[type=color]{width:3em}.quarto-dashboard .toolbar form button{padding:.4em}.quarto-dashboard .toolbar form select{width:fit-content}.quarto-dashboard .toolbar>*{font-size:.9em;flex-grow:0}.quarto-dashboard .toolbar .shiny-input-container label{margin-bottom:1px}.quarto-dashboard .toolbar-bottom{margin-top:1em;margin-bottom:0 !important;order:2}.quarto-dashboard .quarto-dashboard-content>.dashboard-toolbar-container>.toolbar-content>.tab-content>.tab-pane>*:not(.bslib-sidebar-layout){padding:1em}.quarto-dashboard .quarto-dashboard-content>.dashboard-toolbar-container>.toolbar-content>*:not(.tab-content){padding:1em}.quarto-dashboard .quarto-dashboard-content>.tab-content>.dashboard-page>.dashboard-toolbar-container>.toolbar-content,.quarto-dashboard .quarto-dashboard-content>.tab-content>.dashboard-page:not(.dashboard-sidebar-container)>*:not(.dashboard-toolbar-container){padding:1em}.quarto-dashboard .toolbar-content{padding:0}.quarto-dashboard .quarto-dashboard-content.quarto-dashboard-pages .tab-pane>.dashboard-toolbar-container .toolbar{border-radius:0;margin-bottom:0}.quarto-dashboard .dashboard-toolbar-container.toolbar-toplevel .toolbar{border-bottom:1px solid rgba(0,0,0,.175)}.quarto-dashboard .dashboard-toolbar-container.toolbar-toplevel .toolbar-bottom{margin-top:0}.quarto-dashboard .dashboard-toolbar-container:not(.toolbar-toplevel) .toolbar{margin-bottom:1em;border-top:none;border-radius:.25rem;border:1px solid rgba(0,0,0,.175)}.quarto-dashboard .vega-embed.has-actions details{width:1.7em;height:2em;position:absolute !important;top:0;right:0}.quarto-dashboard .dashboard-toolbar-container{padding:0}.quarto-dashboard .card .card-header p:last-child,.quarto-dashboard .card .card-footer p:last-child{margin-bottom:0}.quarto-dashboard .card .card-body>.h4:first-child{margin-top:0}.quarto-dashboard .card .card-body{z-index:4}@media(max-width: 767.98px){.quarto-dashboard .card .card-body .itables div.dataTables_wrapper div.dataTables_length,.quarto-dashboard .card .card-body .itables div.dataTables_wrapper div.dataTables_info,.quarto-dashboard .card .card-body .itables div.dataTables_wrapper div.dataTables_paginate{text-align:initial}.quarto-dashboard .card .card-body .itables div.dataTables_wrapper div.dataTables_filter{text-align:right}.quarto-dashboard .card .card-body .itables div.dataTables_wrapper div.dataTables_paginate ul.pagination{justify-content:initial}}.quarto-dashboard .card .card-body .itables .dataTables_wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-top:0}.quarto-dashboard .card .card-body .itables .dataTables_wrapper table{flex-shrink:0}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dt-buttons{margin-bottom:.5em;margin-left:auto;width:fit-content;float:right}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dt-buttons.btn-group{background:#fff;border:none}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dt-buttons .btn-secondary{background-color:#fff;background-image:none;border:solid #dee2e6 1px;padding:.2em .7em}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dt-buttons .btn span{font-size:.8em;color:#343a40}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_info{margin-left:.5em;margin-bottom:.5em;padding-top:0}@media(min-width: 768px){.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_info{font-size:.875em}}@media(max-width: 767.98px){.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_info{font-size:.8em}}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_filter{margin-bottom:.5em;font-size:.875em}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_filter input[type=search]{padding:1px 5px 1px 5px;font-size:.875em}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_length{flex-basis:1 1 50%;margin-bottom:.5em;font-size:.875em}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_length select{padding:.4em 3em .4em .5em;font-size:.875em;margin-left:.2em;margin-right:.2em}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_paginate{flex-shrink:0}@media(min-width: 768px){.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_paginate{margin-left:auto}}.quarto-dashboard .card .card-body .itables .dataTables_wrapper .dataTables_paginate ul.pagination .paginate_button .page-link{font-size:.8em}.quarto-dashboard .card .card-footer{font-size:.9em}.quarto-dashboard .card .card-toolbar{display:flex;flex-grow:1;flex-direction:row;width:100%;flex-wrap:wrap}.quarto-dashboard .card .card-toolbar>*{font-size:.8em;flex-grow:0}.quarto-dashboard .card .card-toolbar>.card-title{font-size:1em;flex-grow:1;align-self:flex-start;margin-top:.1em}.quarto-dashboard .card .card-toolbar .cell-output-display{display:flex}.quarto-dashboard .card .card-toolbar .shiny-input-container{padding-bottom:.5em;margin-bottom:.5em;width:inherit}.quarto-dashboard .card .card-toolbar .shiny-input-container>.checkbox:first-child{margin-top:6px}.quarto-dashboard .card .card-toolbar>*:last-child{margin-right:0}.quarto-dashboard .card .card-toolbar>*>*{margin-right:1em;align-items:baseline}.quarto-dashboard .card .card-toolbar>*>*>a{text-decoration:none;margin-top:auto;margin-bottom:auto}.quarto-dashboard .card .card-toolbar form{width:fit-content}.quarto-dashboard .card .card-toolbar form label{padding-top:.2em;padding-bottom:.2em;width:fit-content}.quarto-dashboard .card .card-toolbar form input[type=date]{width:fit-content}.quarto-dashboard .card .card-toolbar form input[type=color]{width:3em}.quarto-dashboard .card .card-toolbar form button{padding:.4em}.quarto-dashboard .card .card-toolbar form select{width:fit-content}.quarto-dashboard .card .card-toolbar .cell-output-display{display:flex}.quarto-dashboard .card .card-toolbar .shiny-input-container{padding-bottom:.5em;margin-bottom:.5em;width:inherit}.quarto-dashboard .card .card-toolbar .shiny-input-container>.checkbox:first-child{margin-top:6px}.quarto-dashboard .card .card-toolbar>*:last-child{margin-right:0}.quarto-dashboard .card .card-toolbar>*>*{margin-right:1em;align-items:baseline}.quarto-dashboard .card .card-toolbar>*>*>a{text-decoration:none;margin-top:auto;margin-bottom:auto}.quarto-dashboard .card .card-toolbar .shiny-input-container{padding-bottom:0;margin-bottom:0}.quarto-dashboard .card .card-toolbar .shiny-input-container>*{flex-shrink:0;flex-grow:0}.quarto-dashboard .card .card-toolbar .form-group.shiny-input-container:not([role=group])>label{margin-bottom:0}.quarto-dashboard .card .card-toolbar .shiny-input-container.no-baseline{align-items:start;padding-top:6px}.quarto-dashboard .card .card-toolbar .shiny-input-container{display:flex;align-items:baseline}.quarto-dashboard .card .card-toolbar .shiny-input-container label{padding-right:.4em}.quarto-dashboard .card .card-toolbar .shiny-input-container .bslib-input-switch{margin-top:6px}.quarto-dashboard .card .card-toolbar input[type=text]{line-height:1;width:inherit}.quarto-dashboard .card .card-toolbar .input-daterange{width:inherit}.quarto-dashboard .card .card-toolbar .input-daterange input[type=text]{height:2.4em;width:10em}.quarto-dashboard .card .card-toolbar .input-daterange .input-group-addon{height:auto;padding:0;margin-left:-5px !important;margin-right:-5px}.quarto-dashboard .card .card-toolbar .input-daterange .input-group-addon .input-group-text{padding-top:0;padding-bottom:0;height:100%}.quarto-dashboard .card .card-toolbar span.irs.irs--shiny{width:10em}.quarto-dashboard .card .card-toolbar span.irs.irs--shiny .irs-line{top:9px}.quarto-dashboard .card .card-toolbar span.irs.irs--shiny .irs-min,.quarto-dashboard .card .card-toolbar span.irs.irs--shiny .irs-max,.quarto-dashboard .card .card-toolbar span.irs.irs--shiny .irs-from,.quarto-dashboard .card .card-toolbar span.irs.irs--shiny .irs-to,.quarto-dashboard .card .card-toolbar span.irs.irs--shiny .irs-single{top:20px}.quarto-dashboard .card .card-toolbar span.irs.irs--shiny .irs-bar{top:8px}.quarto-dashboard .card .card-toolbar span.irs.irs--shiny .irs-handle{top:0px}.quarto-dashboard .card .card-toolbar .shiny-input-checkboxgroup>label{margin-top:6px}.quarto-dashboard .card .card-toolbar .shiny-input-checkboxgroup>.shiny-options-group{margin-top:0;align-items:baseline}.quarto-dashboard .card .card-toolbar .shiny-input-radiogroup>label{margin-top:6px}.quarto-dashboard .card .card-toolbar .shiny-input-radiogroup>.shiny-options-group{align-items:baseline;margin-top:0}.quarto-dashboard .card .card-toolbar .shiny-input-radiogroup>.shiny-options-group>.radio{margin-right:.3em}.quarto-dashboard .card .card-toolbar .form-select{padding-top:.2em;padding-bottom:.2em}.quarto-dashboard .card .card-toolbar .shiny-input-select{min-width:6em}.quarto-dashboard .card .card-toolbar div.checkbox{margin-bottom:0px}.quarto-dashboard .card .card-toolbar>.checkbox:first-child{margin-top:6px}.quarto-dashboard .card-body>table>thead{border-top:none}.quarto-dashboard .card-body>.table>:not(caption)>*>*{background-color:#fff}.tableFloatingHeaderOriginal{background-color:#fff;position:sticky !important;top:0 !important}.dashboard-data-table{margin-top:-1px}.quarto-listing{padding-bottom:1em}.listing-pagination{padding-top:.5em}ul.pagination{float:right;padding-left:8px;padding-top:.5em}ul.pagination li{padding-right:.75em}ul.pagination li.disabled a,ul.pagination li.active a{color:#fff;text-decoration:none}ul.pagination li:last-of-type{padding-right:0}.listing-actions-group{display:flex}.quarto-listing-filter{margin-bottom:1em;width:200px;margin-left:auto}.quarto-listing-sort{margin-bottom:1em;margin-right:auto;width:auto}.quarto-listing-sort .input-group-text{font-size:.8em}.input-group-text{border-right:none}.quarto-listing-sort select.form-select{font-size:.8em}.listing-no-matching{text-align:center;padding-top:2em;padding-bottom:3em;font-size:1em}#quarto-margin-sidebar .quarto-listing-category{padding-top:0;font-size:1rem}#quarto-margin-sidebar .quarto-listing-category-title{cursor:pointer;font-weight:600;font-size:1rem}.quarto-listing-category .category{cursor:pointer}.quarto-listing-category .category.active{font-weight:600}.quarto-listing-category.category-cloud{display:flex;flex-wrap:wrap;align-items:baseline}.quarto-listing-category.category-cloud .category{padding-right:5px}.quarto-listing-category.category-cloud .category-cloud-1{font-size:.75em}.quarto-listing-category.category-cloud .category-cloud-2{font-size:.95em}.quarto-listing-category.category-cloud .category-cloud-3{font-size:1.15em}.quarto-listing-category.category-cloud .category-cloud-4{font-size:1.35em}.quarto-listing-category.category-cloud .category-cloud-5{font-size:1.55em}.quarto-listing-category.category-cloud .category-cloud-6{font-size:1.75em}.quarto-listing-category.category-cloud .category-cloud-7{font-size:1.95em}.quarto-listing-category.category-cloud .category-cloud-8{font-size:2.15em}.quarto-listing-category.category-cloud .category-cloud-9{font-size:2.35em}.quarto-listing-category.category-cloud .category-cloud-10{font-size:2.55em}.quarto-listing-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-1{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-2{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-3{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-3{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-4{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-4{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-5{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-5{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-6{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-6{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-7{grid-template-columns:repeat(7, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-7{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-7{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-8{grid-template-columns:repeat(8, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-8{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-8{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-9{grid-template-columns:repeat(9, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-9{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-9{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-10{grid-template-columns:repeat(10, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-10{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-10{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-11{grid-template-columns:repeat(11, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-11{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-11{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr));gap:1.5em}@media(max-width: 767.98px){.quarto-listing-cols-12{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5em}}@media(max-width: 575.98px){.quarto-listing-cols-12{grid-template-columns:minmax(0, 1fr);gap:1.5em}}.quarto-listing-grid{gap:1.5em}.quarto-grid-item.borderless{border:none}.quarto-grid-item.borderless .listing-categories .listing-category:last-of-type,.quarto-grid-item.borderless .listing-categories .listing-category:first-of-type{padding-left:0}.quarto-grid-item.borderless .listing-categories .listing-category{border:0}.quarto-grid-link{text-decoration:none;color:inherit}.quarto-grid-link:hover{text-decoration:none;color:inherit}.quarto-grid-item h5.title,.quarto-grid-item .title.h5{margin-top:0;margin-bottom:0}.quarto-grid-item .card-footer{display:flex;justify-content:space-between;font-size:.8em}.quarto-grid-item .card-footer p{margin-bottom:0}.quarto-grid-item p.card-img-top{margin-bottom:0}.quarto-grid-item p.card-img-top>img{object-fit:cover}.quarto-grid-item .card-other-values{margin-top:.5em;font-size:.8em}.quarto-grid-item .card-other-values tr{margin-bottom:.5em}.quarto-grid-item .card-other-values tr>td:first-of-type{font-weight:600;padding-right:1em;padding-left:1em;vertical-align:top}.quarto-grid-item div.post-contents{display:flex;flex-direction:column;text-decoration:none;height:100%}.quarto-grid-item .listing-item-img-placeholder{background-color:rgba(52,58,64,.25);flex-shrink:0}.quarto-grid-item .card-attribution{padding-top:1em;display:flex;gap:1em;text-transform:uppercase;color:#6c757d;font-weight:500;flex-grow:10;align-items:flex-end}.quarto-grid-item .description{padding-bottom:1em}.quarto-grid-item .card-attribution .date{align-self:flex-end}.quarto-grid-item .card-attribution.justify{justify-content:space-between}.quarto-grid-item .card-attribution.start{justify-content:flex-start}.quarto-grid-item .card-attribution.end{justify-content:flex-end}.quarto-grid-item .card-title{margin-bottom:.1em}.quarto-grid-item .card-subtitle{padding-top:.25em}.quarto-grid-item .card-text{font-size:.9em}.quarto-grid-item .listing-reading-time{padding-bottom:.25em}.quarto-grid-item .card-text-small{font-size:.8em}.quarto-grid-item .card-subtitle.subtitle{font-size:.9em;font-weight:600;padding-bottom:.5em}.quarto-grid-item .listing-categories{display:flex;flex-wrap:wrap;padding-bottom:5px}.quarto-grid-item .listing-categories .listing-category{color:#6c757d;border:solid 1px #dee2e6;border-radius:.25rem;text-transform:uppercase;font-size:.65em;padding-left:.5em;padding-right:.5em;padding-top:.15em;padding-bottom:.15em;cursor:pointer;margin-right:4px;margin-bottom:4px}.quarto-grid-item.card-right{text-align:right}.quarto-grid-item.card-right .listing-categories{justify-content:flex-end}.quarto-grid-item.card-left{text-align:left}.quarto-grid-item.card-center{text-align:center}.quarto-grid-item.card-center .listing-description{text-align:justify}.quarto-grid-item.card-center .listing-categories{justify-content:center}table.quarto-listing-table td.image{padding:0px}table.quarto-listing-table td.image img{width:100%;max-width:50px;object-fit:contain}table.quarto-listing-table a{text-decoration:none;word-break:keep-all}table.quarto-listing-table th a{color:inherit}table.quarto-listing-table th a.asc:after{margin-bottom:-2px;margin-left:5px;display:inline-block;height:1rem;width:1rem;background-repeat:no-repeat;background-size:1rem 1rem;background-image:url('data:image/svg+xml,');content:""}table.quarto-listing-table th a.desc:after{margin-bottom:-2px;margin-left:5px;display:inline-block;height:1rem;width:1rem;background-repeat:no-repeat;background-size:1rem 1rem;background-image:url('data:image/svg+xml,');content:""}table.quarto-listing-table.table-hover td{cursor:pointer}.quarto-post.image-left{flex-direction:row}.quarto-post.image-right{flex-direction:row-reverse}@media(max-width: 767.98px){.quarto-post.image-right,.quarto-post.image-left{gap:0em;flex-direction:column}.quarto-post .metadata{padding-bottom:1em;order:2}.quarto-post .body{order:1}.quarto-post .thumbnail{order:3}}.list.quarto-listing-default div:last-of-type{border-bottom:none}@media(min-width: 992px){.quarto-listing-container-default{margin-right:2em}}div.quarto-post{display:flex;gap:2em;margin-bottom:1.5em;border-bottom:1px solid #dee2e6}@media(max-width: 767.98px){div.quarto-post{padding-bottom:1em}}div.quarto-post .metadata{flex-basis:20%;flex-grow:0;margin-top:.2em;flex-shrink:10}div.quarto-post .thumbnail{flex-basis:30%;flex-grow:0;flex-shrink:0}div.quarto-post .thumbnail img{margin-top:.4em;width:100%;object-fit:cover}div.quarto-post .body{flex-basis:45%;flex-grow:1;flex-shrink:0}div.quarto-post .body h3.listing-title,div.quarto-post .body .listing-title.h3{margin-top:0px;margin-bottom:0px;border-bottom:none}div.quarto-post .body .listing-subtitle{font-size:.875em;margin-bottom:.5em;margin-top:.2em}div.quarto-post .body .description{font-size:.9em}div.quarto-post .body pre code{white-space:pre-wrap}div.quarto-post a{color:#343a40;text-decoration:none}div.quarto-post .metadata{display:flex;flex-direction:column;font-size:.8em;font-family:Fira Sans Condensed,sans-serif;flex-basis:33%}div.quarto-post .listing-categories{display:flex;flex-wrap:wrap;padding-bottom:5px}div.quarto-post .listing-categories .listing-category{color:#6c757d;border:solid 1px #dee2e6;border-radius:.25rem;text-transform:uppercase;font-size:.65em;padding-left:.5em;padding-right:.5em;padding-top:.15em;padding-bottom:.15em;cursor:pointer;margin-right:4px;margin-bottom:4px}div.quarto-post .listing-description{margin-bottom:.5em}div.quarto-about-jolla{display:flex !important;flex-direction:column;align-items:center;margin-top:10%;padding-bottom:1em}div.quarto-about-jolla .about-image{object-fit:cover;margin-left:auto;margin-right:auto;margin-bottom:1.5em}div.quarto-about-jolla img.round{border-radius:50%}div.quarto-about-jolla img.rounded{border-radius:10px}div.quarto-about-jolla .quarto-title h1.title,div.quarto-about-jolla .quarto-title .title.h1{text-align:center}div.quarto-about-jolla .quarto-title .description{text-align:center}div.quarto-about-jolla h2,div.quarto-about-jolla .h2{border-bottom:none}div.quarto-about-jolla .about-sep{width:60%}div.quarto-about-jolla main{text-align:center}div.quarto-about-jolla .about-links{display:flex}@media(min-width: 992px){div.quarto-about-jolla .about-links{flex-direction:row;column-gap:.8em;row-gap:15px;flex-wrap:wrap}}@media(max-width: 991.98px){div.quarto-about-jolla .about-links{flex-direction:column;row-gap:1em;width:100%;padding-bottom:1.5em}}div.quarto-about-jolla .about-link{color:#626d78;text-decoration:none;border:solid 1px}@media(min-width: 992px){div.quarto-about-jolla .about-link{font-size:.8em;padding:.25em .5em;border-radius:4px}}@media(max-width: 991.98px){div.quarto-about-jolla .about-link{font-size:1.1em;padding:.5em .5em;text-align:center;border-radius:6px}}div.quarto-about-jolla .about-link:hover{color:#cf4446}div.quarto-about-jolla .about-link i.bi{margin-right:.15em}div.quarto-about-solana{display:flex !important;flex-direction:column;padding-top:3em !important;padding-bottom:1em}div.quarto-about-solana .about-entity{display:flex !important;align-items:start;justify-content:space-between}@media(min-width: 992px){div.quarto-about-solana .about-entity{flex-direction:row}}@media(max-width: 991.98px){div.quarto-about-solana .about-entity{flex-direction:column-reverse;align-items:center;text-align:center}}div.quarto-about-solana .about-entity .entity-contents{display:flex;flex-direction:column}@media(max-width: 767.98px){div.quarto-about-solana .about-entity .entity-contents{width:100%}}div.quarto-about-solana .about-entity .about-image{object-fit:cover}@media(max-width: 991.98px){div.quarto-about-solana .about-entity .about-image{margin-bottom:1.5em}}div.quarto-about-solana .about-entity img.round{border-radius:50%}div.quarto-about-solana .about-entity img.rounded{border-radius:10px}div.quarto-about-solana .about-entity .about-links{display:flex;justify-content:left;padding-bottom:1.2em}@media(min-width: 992px){div.quarto-about-solana .about-entity .about-links{flex-direction:row;column-gap:.8em;row-gap:15px;flex-wrap:wrap}}@media(max-width: 991.98px){div.quarto-about-solana .about-entity .about-links{flex-direction:column;row-gap:1em;width:100%;padding-bottom:1.5em}}div.quarto-about-solana .about-entity .about-link{color:#626d78;text-decoration:none;border:solid 1px}@media(min-width: 992px){div.quarto-about-solana .about-entity .about-link{font-size:.8em;padding:.25em .5em;border-radius:4px}}@media(max-width: 991.98px){div.quarto-about-solana .about-entity .about-link{font-size:1.1em;padding:.5em .5em;text-align:center;border-radius:6px}}div.quarto-about-solana .about-entity .about-link:hover{color:#cf4446}div.quarto-about-solana .about-entity .about-link i.bi{margin-right:.15em}div.quarto-about-solana .about-contents{padding-right:1.5em;flex-basis:0;flex-grow:1}div.quarto-about-solana .about-contents main.content{margin-top:0}div.quarto-about-solana .about-contents h2,div.quarto-about-solana .about-contents .h2{border-bottom:none}div.quarto-about-trestles{display:flex !important;flex-direction:row;padding-top:3em !important;padding-bottom:1em}@media(max-width: 991.98px){div.quarto-about-trestles{flex-direction:column;padding-top:0em !important}}div.quarto-about-trestles .about-entity{display:flex !important;flex-direction:column;align-items:center;text-align:center;padding-right:1em}@media(min-width: 992px){div.quarto-about-trestles .about-entity{flex:0 0 42%}}div.quarto-about-trestles .about-entity .about-image{object-fit:cover;margin-bottom:1.5em}div.quarto-about-trestles .about-entity img.round{border-radius:50%}div.quarto-about-trestles .about-entity img.rounded{border-radius:10px}div.quarto-about-trestles .about-entity .about-links{display:flex;justify-content:center}@media(min-width: 992px){div.quarto-about-trestles .about-entity .about-links{flex-direction:row;column-gap:.8em;row-gap:15px;flex-wrap:wrap}}@media(max-width: 991.98px){div.quarto-about-trestles .about-entity .about-links{flex-direction:column;row-gap:1em;width:100%;padding-bottom:1.5em}}div.quarto-about-trestles .about-entity .about-link{color:#626d78;text-decoration:none;border:solid 1px}@media(min-width: 992px){div.quarto-about-trestles .about-entity .about-link{font-size:.8em;padding:.25em .5em;border-radius:4px}}@media(max-width: 991.98px){div.quarto-about-trestles .about-entity .about-link{font-size:1.1em;padding:.5em .5em;text-align:center;border-radius:6px}}div.quarto-about-trestles .about-entity .about-link:hover{color:#cf4446}div.quarto-about-trestles .about-entity .about-link i.bi{margin-right:.15em}div.quarto-about-trestles .about-contents{flex-basis:0;flex-grow:1}div.quarto-about-trestles .about-contents h2,div.quarto-about-trestles .about-contents .h2{border-bottom:none}@media(min-width: 992px){div.quarto-about-trestles .about-contents{border-left:solid 1px #dee2e6;padding-left:1.5em}}div.quarto-about-trestles .about-contents main.content{margin-top:0}div.quarto-about-marquee{padding-bottom:1em}div.quarto-about-marquee .about-contents{display:flex;flex-direction:column}div.quarto-about-marquee .about-image{max-height:550px;margin-bottom:1.5em;object-fit:cover}div.quarto-about-marquee img.round{border-radius:50%}div.quarto-about-marquee img.rounded{border-radius:10px}div.quarto-about-marquee h2,div.quarto-about-marquee .h2{border-bottom:none}div.quarto-about-marquee .about-links{display:flex;justify-content:center;padding-top:1.5em}@media(min-width: 992px){div.quarto-about-marquee .about-links{flex-direction:row;column-gap:.8em;row-gap:15px;flex-wrap:wrap}}@media(max-width: 991.98px){div.quarto-about-marquee .about-links{flex-direction:column;row-gap:1em;width:100%;padding-bottom:1.5em}}div.quarto-about-marquee .about-link{color:#626d78;text-decoration:none;border:solid 1px}@media(min-width: 992px){div.quarto-about-marquee .about-link{font-size:.8em;padding:.25em .5em;border-radius:4px}}@media(max-width: 991.98px){div.quarto-about-marquee .about-link{font-size:1.1em;padding:.5em .5em;text-align:center;border-radius:6px}}div.quarto-about-marquee .about-link:hover{color:#cf4446}div.quarto-about-marquee .about-link i.bi{margin-right:.15em}@media(min-width: 992px){div.quarto-about-marquee .about-link{border:none}}div.quarto-about-broadside{display:flex;flex-direction:column;padding-bottom:1em}div.quarto-about-broadside .about-main{display:flex !important;padding-top:0 !important}@media(min-width: 992px){div.quarto-about-broadside .about-main{flex-direction:row;align-items:flex-start}}@media(max-width: 991.98px){div.quarto-about-broadside .about-main{flex-direction:column}}@media(max-width: 991.98px){div.quarto-about-broadside .about-main .about-entity{flex-shrink:0;width:100%;height:450px;margin-bottom:1.5em;background-size:cover;background-repeat:no-repeat}}@media(min-width: 992px){div.quarto-about-broadside .about-main .about-entity{flex:0 10 50%;margin-right:1.5em;width:100%;height:100%;background-size:100%;background-repeat:no-repeat}}div.quarto-about-broadside .about-main .about-contents{padding-top:14px;flex:0 0 50%}div.quarto-about-broadside h2,div.quarto-about-broadside .h2{border-bottom:none}div.quarto-about-broadside .about-sep{margin-top:1.5em;width:60%;align-self:center}div.quarto-about-broadside .about-links{display:flex;justify-content:center;column-gap:20px;padding-top:1.5em}@media(min-width: 992px){div.quarto-about-broadside .about-links{flex-direction:row;column-gap:.8em;row-gap:15px;flex-wrap:wrap}}@media(max-width: 991.98px){div.quarto-about-broadside .about-links{flex-direction:column;row-gap:1em;width:100%;padding-bottom:1.5em}}div.quarto-about-broadside .about-link{color:#626d78;text-decoration:none;border:solid 1px}@media(min-width: 992px){div.quarto-about-broadside .about-link{font-size:.8em;padding:.25em .5em;border-radius:4px}}@media(max-width: 991.98px){div.quarto-about-broadside .about-link{font-size:1.1em;padding:.5em .5em;text-align:center;border-radius:6px}}div.quarto-about-broadside .about-link:hover{color:#cf4446}div.quarto-about-broadside .about-link i.bi{margin-right:.15em}@media(min-width: 992px){div.quarto-about-broadside .about-link{border:none}}.tippy-box[data-theme~=quarto]{background-color:#fff;border:solid 1px #dee2e6;border-radius:.25rem;color:#343a40;font-size:1.09375rem}.tippy-box[data-theme~=quarto]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=quarto]>.tippy-arrow:after,.tippy-box[data-theme~=quarto]>.tippy-svg-arrow:after{content:"";position:absolute;z-index:-1}.tippy-box[data-theme~=quarto]>.tippy-arrow:after{border-color:rgba(0,0,0,0);border-style:solid}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-6px}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-6px}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-6px}.tippy-box[data-placement^=left]>.tippy-arrow:before{right:-6px}.tippy-box[data-theme~=quarto][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=quarto][data-placement^=top]>.tippy-arrow:after{border-top-color:#dee2e6;border-width:7px 7px 0;top:17px;left:1px}.tippy-box[data-theme~=quarto][data-placement^=top]>.tippy-svg-arrow>svg{top:16px}.tippy-box[data-theme~=quarto][data-placement^=top]>.tippy-svg-arrow:after{top:17px}.tippy-box[data-theme~=quarto][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff;bottom:16px}.tippy-box[data-theme~=quarto][data-placement^=bottom]>.tippy-arrow:after{border-bottom-color:#dee2e6;border-width:0 7px 7px;bottom:17px;left:1px}.tippy-box[data-theme~=quarto][data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:15px}.tippy-box[data-theme~=quarto][data-placement^=bottom]>.tippy-svg-arrow:after{bottom:17px}.tippy-box[data-theme~=quarto][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=quarto][data-placement^=left]>.tippy-arrow:after{border-left-color:#dee2e6;border-width:7px 0 7px 7px;left:17px;top:1px}.tippy-box[data-theme~=quarto][data-placement^=left]>.tippy-svg-arrow>svg{left:11px}.tippy-box[data-theme~=quarto][data-placement^=left]>.tippy-svg-arrow:after{left:12px}.tippy-box[data-theme~=quarto][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff;right:16px}.tippy-box[data-theme~=quarto][data-placement^=right]>.tippy-arrow:after{border-width:7px 7px 7px 0;right:17px;top:1px;border-right-color:#dee2e6}.tippy-box[data-theme~=quarto][data-placement^=right]>.tippy-svg-arrow>svg{right:11px}.tippy-box[data-theme~=quarto][data-placement^=right]>.tippy-svg-arrow:after{right:12px}.tippy-box[data-theme~=quarto]>.tippy-svg-arrow{fill:#343a40}.tippy-box[data-theme~=quarto]>.tippy-svg-arrow:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);background-size:16px 6px;width:16px;height:6px}.top-right{position:absolute;top:1em;right:1em}.visually-hidden{border:0;clip:rect(0 0 0 0);height:auto;margin:0;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none !important}.zindex-bottom{z-index:-1 !important}figure.figure{display:block}.quarto-layout-panel{margin-bottom:1em}.quarto-layout-panel>figure{width:100%}.quarto-layout-panel>figure>figcaption,.quarto-layout-panel>.panel-caption{margin-top:10pt}.quarto-layout-panel>.table-caption{margin-top:0px}.table-caption p{margin-bottom:.5em}.quarto-layout-row{display:flex;flex-direction:row;align-items:flex-start}.quarto-layout-valign-top{align-items:flex-start}.quarto-layout-valign-bottom{align-items:flex-end}.quarto-layout-valign-center{align-items:center}.quarto-layout-cell{position:relative;margin-right:20px}.quarto-layout-cell:last-child{margin-right:0}.quarto-layout-cell figure,.quarto-layout-cell>p{margin:.2em}.quarto-layout-cell img{max-width:100%}.quarto-layout-cell .html-widget{width:100% !important}.quarto-layout-cell div figure p{margin:0}.quarto-layout-cell figure{display:block;margin-inline-start:0;margin-inline-end:0}.quarto-layout-cell table{display:inline-table}.quarto-layout-cell-subref figcaption,figure .quarto-layout-row figure figcaption{text-align:center;font-style:italic}.quarto-figure{position:relative;margin-bottom:1em}.quarto-figure>figure{width:100%;margin-bottom:0}.quarto-figure-left>figure>p,.quarto-figure-left>figure>div{text-align:left}.quarto-figure-center>figure>p,.quarto-figure-center>figure>div{text-align:center}.quarto-figure-right>figure>p,.quarto-figure-right>figure>div{text-align:right}.quarto-figure>figure>div.cell-annotation,.quarto-figure>figure>div code{text-align:left}figure>p:empty{display:none}figure>p:first-child{margin-top:0;margin-bottom:0}figure>figcaption.quarto-float-caption-bottom{margin-bottom:.5em}figure>figcaption.quarto-float-caption-top{margin-top:.5em}div[id^=tbl-]{position:relative}.quarto-figure>.anchorjs-link{position:absolute;top:.6em;right:.5em}div[id^=tbl-]>.anchorjs-link{position:absolute;top:.7em;right:.3em}.quarto-figure:hover>.anchorjs-link,div[id^=tbl-]:hover>.anchorjs-link,h2:hover>.anchorjs-link,.h2:hover>.anchorjs-link,h3:hover>.anchorjs-link,.h3:hover>.anchorjs-link,h4:hover>.anchorjs-link,.h4:hover>.anchorjs-link,h5:hover>.anchorjs-link,.h5:hover>.anchorjs-link,h6:hover>.anchorjs-link,.h6:hover>.anchorjs-link,.reveal-anchorjs-link>.anchorjs-link{opacity:1}#title-block-header{margin-block-end:1rem;position:relative;margin-top:-1px}#title-block-header .abstract{margin-block-start:1rem}#title-block-header .abstract .abstract-title{font-weight:600}#title-block-header a{text-decoration:none}#title-block-header .author,#title-block-header .date,#title-block-header .doi{margin-block-end:.2rem}#title-block-header .quarto-title-block>div{display:flex}#title-block-header .quarto-title-block>div>h1,#title-block-header .quarto-title-block>div>.h1{flex-grow:1}#title-block-header .quarto-title-block>div>button{flex-shrink:0;height:2.25rem;margin-top:0}@media(min-width: 992px){#title-block-header .quarto-title-block>div>button{margin-top:5px}}tr.header>th>p:last-of-type{margin-bottom:0px}table,table.table{margin-top:.5rem;margin-bottom:.5rem}caption,.table-caption{padding-top:.5rem;padding-bottom:.5rem;text-align:center}figure.quarto-float-tbl figcaption.quarto-float-caption-top{margin-top:.5rem;margin-bottom:.25rem;text-align:center}figure.quarto-float-tbl figcaption.quarto-float-caption-bottom{padding-top:.25rem;margin-bottom:.5rem;text-align:center}.utterances{max-width:none;margin-left:-8px}iframe{margin-bottom:1em}details{margin-bottom:1em}details[show]{margin-bottom:0}details>summary{color:#6c757d}details>summary>p:only-child{display:inline}pre.sourceCode,code.sourceCode{position:relative}p code:not(.sourceCode){white-space:pre-wrap}code{white-space:pre}@media print{code{white-space:pre-wrap}}pre>code{display:block}pre>code.sourceCode{white-space:pre}pre>code.sourceCode>span>a:first-child::before{text-decoration:none}pre.code-overflow-wrap>code.sourceCode{white-space:pre-wrap}pre.code-overflow-scroll>code.sourceCode{white-space:pre}code a:any-link{color:inherit;text-decoration:none}code a:hover{color:inherit;text-decoration:underline}ul.task-list{padding-left:1em}[data-tippy-root]{display:inline-block}.tippy-content .footnote-back{display:none}.footnote-back{margin-left:.2em}.tippy-content{overflow-x:auto}.quarto-embedded-source-code{display:none}.quarto-unresolved-ref{font-weight:600}.quarto-cover-image{max-width:35%;float:right;margin-left:30px}.cell-output-display .widget-subarea{margin-bottom:1em}.cell-output-display:not(.no-overflow-x),.knitsql-table:not(.no-overflow-x){overflow-x:auto}.panel-input{margin-bottom:1em}.panel-input>div,.panel-input>div>div{display:inline-block;vertical-align:top;padding-right:12px}.panel-input>p:last-child{margin-bottom:0}.layout-sidebar{margin-bottom:1em}.layout-sidebar .tab-content{border:none}.tab-content>.page-columns.active{display:grid}div.sourceCode>iframe{width:100%;height:300px;margin-bottom:-0.5em}a{text-underline-offset:3px}div.ansi-escaped-output{font-family:monospace;display:block}/*! +* +* ansi colors from IPython notebook's +* +* we also add `bright-[color]-` synonyms for the `-[color]-intense` classes since +* that seems to be what ansi_up emits +* +*/.ansi-black-fg{color:#3e424d}.ansi-black-bg{background-color:#3e424d}.ansi-black-intense-black,.ansi-bright-black-fg{color:#282c36}.ansi-black-intense-black,.ansi-bright-black-bg{background-color:#282c36}.ansi-red-fg{color:#e75c58}.ansi-red-bg{background-color:#e75c58}.ansi-red-intense-red,.ansi-bright-red-fg{color:#b22b31}.ansi-red-intense-red,.ansi-bright-red-bg{background-color:#b22b31}.ansi-green-fg{color:#00a250}.ansi-green-bg{background-color:#00a250}.ansi-green-intense-green,.ansi-bright-green-fg{color:#007427}.ansi-green-intense-green,.ansi-bright-green-bg{background-color:#007427}.ansi-yellow-fg{color:#ddb62b}.ansi-yellow-bg{background-color:#ddb62b}.ansi-yellow-intense-yellow,.ansi-bright-yellow-fg{color:#b27d12}.ansi-yellow-intense-yellow,.ansi-bright-yellow-bg{background-color:#b27d12}.ansi-blue-fg{color:#208ffb}.ansi-blue-bg{background-color:#208ffb}.ansi-blue-intense-blue,.ansi-bright-blue-fg{color:#0065ca}.ansi-blue-intense-blue,.ansi-bright-blue-bg{background-color:#0065ca}.ansi-magenta-fg{color:#d160c4}.ansi-magenta-bg{background-color:#d160c4}.ansi-magenta-intense-magenta,.ansi-bright-magenta-fg{color:#a03196}.ansi-magenta-intense-magenta,.ansi-bright-magenta-bg{background-color:#a03196}.ansi-cyan-fg{color:#60c6c8}.ansi-cyan-bg{background-color:#60c6c8}.ansi-cyan-intense-cyan,.ansi-bright-cyan-fg{color:#258f8f}.ansi-cyan-intense-cyan,.ansi-bright-cyan-bg{background-color:#258f8f}.ansi-white-fg{color:#c5c1b4}.ansi-white-bg{background-color:#c5c1b4}.ansi-white-intense-white,.ansi-bright-white-fg{color:#a1a6b2}.ansi-white-intense-white,.ansi-bright-white-bg{background-color:#a1a6b2}.ansi-default-inverse-fg{color:#fff}.ansi-default-inverse-bg{background-color:#000}.ansi-bold{font-weight:bold}.ansi-underline{text-decoration:underline}:root{--quarto-body-bg: #fff;--quarto-body-color: #343a40;--quarto-text-muted: #6c757d;--quarto-border-color: rgba(0, 0, 0, 0.1);--quarto-border-width: 1px;--quarto-border-radius: 0.25rem}table.gt_table{color:var(--quarto-body-color);font-size:1em;width:100%;background-color:rgba(0,0,0,0);border-top-width:inherit;border-bottom-width:inherit;border-color:var(--quarto-border-color)}table.gt_table th.gt_column_spanner_outer{color:var(--quarto-body-color);background-color:rgba(0,0,0,0);border-top-width:inherit;border-bottom-width:inherit;border-color:var(--quarto-border-color)}table.gt_table th.gt_col_heading{color:var(--quarto-body-color);font-weight:bold;background-color:rgba(0,0,0,0)}table.gt_table thead.gt_col_headings{border-bottom:1px solid currentColor;border-top-width:inherit;border-top-color:var(--quarto-border-color)}table.gt_table thead.gt_col_headings:not(:first-child){border-top-width:1px;border-top-color:var(--quarto-border-color)}table.gt_table td.gt_row{border-bottom-width:1px;border-bottom-color:var(--quarto-border-color);border-top-width:0px}table.gt_table tbody.gt_table_body{border-top-width:1px;border-bottom-width:1px;border-bottom-color:var(--quarto-border-color);border-top-color:currentColor}div.columns{display:initial;gap:initial}div.column{display:inline-block;overflow-x:initial;vertical-align:top;width:50%}.code-annotation-tip-content{word-wrap:break-word}.code-annotation-container-hidden{display:none !important}dl.code-annotation-container-grid{display:grid;grid-template-columns:min-content auto}dl.code-annotation-container-grid dt{grid-column:1}dl.code-annotation-container-grid dd{grid-column:2}pre.sourceCode.code-annotation-code{padding-right:0}code.sourceCode .code-annotation-anchor{z-index:100;position:relative;float:right;background-color:rgba(0,0,0,0)}input[type=checkbox]{margin-right:.5ch}:root{--mermaid-bg-color: #fff;--mermaid-edge-color: #adb5bd;--mermaid-node-fg-color: #343a40;--mermaid-fg-color: #343a40;--mermaid-fg-color--lighter: #4b545c;--mermaid-fg-color--lightest: #626d78;--mermaid-font-family: Fira Sans Condensed, sans-serif;--mermaid-label-bg-color: #fff;--mermaid-label-fg-color: #42159D;--mermaid-node-bg-color: rgba(66, 21, 157, 0.1);--mermaid-node-fg-color: #343a40}@media print{:root{font-size:11pt}#quarto-sidebar,#TOC,.nav-page{display:none}.page-columns .content{grid-column-start:page-start}.fixed-top{position:relative}.panel-caption,.figure-caption,figcaption{color:#666}}.code-copy-button{position:absolute;top:0;right:0;border:0;margin-top:5px;margin-right:5px;background-color:rgba(0,0,0,0);z-index:3}.code-copy-button:focus{outline:none}.code-copy-button-tooltip{font-size:.75em}pre.sourceCode:hover>.code-copy-button>.bi::before{display:inline-block;height:1rem;width:1rem;content:"";vertical-align:-0.125em;background-image:url('data:image/svg+xml,');background-repeat:no-repeat;background-size:1rem 1rem}pre.sourceCode:hover>.code-copy-button-checked>.bi::before{background-image:url('data:image/svg+xml,')}pre.sourceCode:hover>.code-copy-button:hover>.bi::before{background-image:url('data:image/svg+xml,')}pre.sourceCode:hover>.code-copy-button-checked:hover>.bi::before{background-image:url('data:image/svg+xml,')}main ol ol,main ul ul,main ol ul,main ul ol{margin-bottom:1em}ul>li:not(:has(>p))>ul,ol>li:not(:has(>p))>ul,ul>li:not(:has(>p))>ol,ol>li:not(:has(>p))>ol{margin-bottom:0}ul>li:not(:has(>p))>ul>li:has(>p),ol>li:not(:has(>p))>ul>li:has(>p),ul>li:not(:has(>p))>ol>li:has(>p),ol>li:not(:has(>p))>ol>li:has(>p){margin-top:1rem}body{margin:0}main.page-columns>header>h1.title,main.page-columns>header>.title.h1{margin-bottom:0}@media(min-width: 992px){body .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset] 35px [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(500px, calc(850px - 3em)) [body-content-end] 1.5em [body-end] 35px [body-end-outset] minmax(75px, 145px) [page-end-inset] 35px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.fullcontent:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset] 35px [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(500px, calc(850px - 3em)) [body-content-end] 1.5em [body-end] 35px [body-end-outset] 35px [page-end-inset page-end] 5fr [screen-end-inset] 1.5em}body.slimcontent:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset] 35px [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(500px, calc(850px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(0px, 200px) [page-end-inset] 35px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.listing:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(500px, calc(850px - 3em)) [body-content-end] 3em [body-end] 50px [body-end-outset] minmax(0px, 250px) [page-end-inset] minmax(50px, 100px) [page-end] 1fr [screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 35px [page-start-inset] minmax(0px, 175px) [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(450px, calc(800px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(0px, 200px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 35px [page-start-inset] minmax(0px, 175px) [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(450px, calc(800px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(0px, 200px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] minmax(25px, 50px) [page-start-inset] minmax(50px, 150px) [body-start-outset] minmax(25px, 50px) [body-start] 1.5em [body-content-start] minmax(500px, calc(800px - 3em)) [body-content-end] 1.5em [body-end] minmax(25px, 50px) [body-end-outset] minmax(50px, 150px) [page-end-inset] minmax(25px, 50px) [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(500px, calc(1000px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(50px, 100px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked.fullcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(500px, calc(1000px - 3em)) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating.fullcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 50px [page-start-inset] minmax(50px, 150px) [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(500px, calc(800px - 3em)) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked.slimcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(450px, calc(750px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(0px, 200px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked.listing .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start] minmax(50px, 100px) [page-start-inset] 50px [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(500px, calc(1000px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(0px, 200px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating.slimcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 50px [page-start-inset] minmax(50px, 150px) [body-start-outset] 50px [body-start] 1.5em [body-content-start] minmax(450px, calc(750px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(50px, 150px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating.listing .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] minmax(25px, 50px) [page-start-inset] minmax(50px, 150px) [body-start-outset] minmax(25px, 50px) [body-start] 1.5em [body-content-start] minmax(500px, calc(800px - 3em)) [body-content-end] 1.5em [body-end] minmax(25px, 50px) [body-end-outset] minmax(50px, 150px) [page-end-inset] minmax(25px, 50px) [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}}@media(max-width: 991.98px){body .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset] 5fr [body-start] 1.5em [body-content-start] minmax(500px, calc(800px - 3em)) [body-content-end] 1.5em [body-end] 35px [body-end-outset] minmax(75px, 145px) [page-end-inset] 35px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.fullcontent:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset] 5fr [body-start] 1.5em [body-content-start] minmax(500px, calc(800px - 3em)) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.slimcontent:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset] 5fr [body-start] 1.5em [body-content-start] minmax(500px, calc(800px - 3em)) [body-content-end] 1.5em [body-end] 35px [body-end-outset] minmax(75px, 145px) [page-end-inset] 35px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.listing:not(.floating):not(.docked) .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset] 5fr [body-start] 1.5em [body-content-start] minmax(500px, calc(1250px - 3em)) [body-content-end body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 35px [page-start-inset] minmax(0px, 145px) [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(450px, calc(800px - 3em)) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start] 35px [page-start-inset] minmax(0px, 145px) [body-start-outset] 35px [body-start] 1.5em [body-content-start] minmax(450px, calc(800px - 3em)) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset body-start-outset body-start] 1.5em [body-content-start] minmax(500px, calc(750px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(75px, 150px) [page-end-inset] 25px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(500px, calc(750px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(25px, 50px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked.fullcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(500px, calc(1000px - 3em)) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating.fullcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset body-start-outset body-start] 1em [body-content-start] minmax(500px, calc(800px - 3em)) [body-content-end] 1.5em [body-end body-end-outset page-end-inset page-end] 4fr [screen-end-inset] 1.5em [screen-end]}body.docked.slimcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(500px, calc(750px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(25px, 50px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.docked.listing .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(500px, calc(750px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(25px, 50px) [page-end-inset] 50px [page-end] 5fr [screen-end-inset] 1.5em [screen-end]}body.floating.slimcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset body-start-outset body-start] 1em [body-content-start] minmax(500px, calc(750px - 3em)) [body-content-end] 1.5em [body-end] 35px [body-end-outset] minmax(75px, 145px) [page-end-inset] 35px [page-end] 4fr [screen-end-inset] 1.5em [screen-end]}body.floating.listing .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset] 5fr [page-start page-start-inset body-start-outset body-start] 1em [body-content-start] minmax(500px, calc(750px - 3em)) [body-content-end] 1.5em [body-end] 50px [body-end-outset] minmax(75px, 150px) [page-end-inset] 25px [page-end] 4fr [screen-end-inset] 1.5em [screen-end]}}@media(max-width: 767.98px){body .page-columns,body.fullcontent:not(.floating):not(.docked) .page-columns,body.slimcontent:not(.floating):not(.docked) .page-columns,body.docked .page-columns,body.docked.slimcontent .page-columns,body.docked.fullcontent .page-columns,body.floating .page-columns,body.floating.slimcontent .page-columns,body.floating.fullcontent .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(0px, 1fr) [body-content-end body-end body-end-outset page-end-inset page-end screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(0px, 1fr) [body-content-end body-end body-end-outset page-end-inset page-end screen-end-inset] 1.5em [screen-end]}body:not(.floating):not(.docked) .page-columns.toc-left .page-columns{display:grid;gap:0;grid-template-columns:[screen-start] 1.5em [screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(0px, 1fr) [body-content-end body-end body-end-outset page-end-inset page-end screen-end-inset] 1.5em [screen-end]}nav[role=doc-toc]{display:none}}body,.page-row-navigation{grid-template-rows:[page-top] max-content [contents-top] max-content [contents-bottom] max-content [page-bottom]}.page-rows-contents{grid-template-rows:[content-top] minmax(max-content, 1fr) [content-bottom] minmax(60px, max-content) [page-bottom]}.page-full{grid-column:screen-start/screen-end !important}.page-columns>*{grid-column:body-content-start/body-content-end}.page-columns.column-page>*{grid-column:page-start/page-end}.page-columns.column-page-left .page-columns.page-full>*,.page-columns.column-page-left>*{grid-column:page-start/body-content-end}.page-columns.column-page-right .page-columns.page-full>*,.page-columns.column-page-right>*{grid-column:body-content-start/page-end}.page-rows{grid-auto-rows:auto}.header{grid-column:screen-start/screen-end;grid-row:page-top/contents-top}#quarto-content{padding:0;grid-column:screen-start/screen-end;grid-row:contents-top/contents-bottom}body.floating .sidebar.sidebar-navigation{grid-column:page-start/body-start;grid-row:content-top/page-bottom}body.docked .sidebar.sidebar-navigation{grid-column:screen-start/body-start;grid-row:content-top/page-bottom}.sidebar.toc-left{grid-column:page-start/body-start;grid-row:content-top/page-bottom}.sidebar.margin-sidebar{grid-column:body-end/page-end;grid-row:content-top/page-bottom}.page-columns .content{grid-column:body-content-start/body-content-end;grid-row:content-top/content-bottom;align-content:flex-start}.page-columns .page-navigation{grid-column:body-content-start/body-content-end;grid-row:content-bottom/page-bottom}.page-columns .footer{grid-column:screen-start/screen-end;grid-row:contents-bottom/page-bottom}.page-columns .column-body{grid-column:body-content-start/body-content-end}.page-columns .column-body-fullbleed{grid-column:body-start/body-end}.page-columns .column-body-outset{grid-column:body-start-outset/body-end-outset;z-index:998;opacity:.999}.page-columns .column-body-outset table{background:#fff}.page-columns .column-body-outset-left{grid-column:body-start-outset/body-content-end;z-index:998;opacity:.999}.page-columns .column-body-outset-left table{background:#fff}.page-columns .column-body-outset-right{grid-column:body-content-start/body-end-outset;z-index:998;opacity:.999}.page-columns .column-body-outset-right table{background:#fff}.page-columns .column-page{grid-column:page-start/page-end;z-index:998;opacity:.999}.page-columns .column-page table{background:#fff}.page-columns .column-page-inset{grid-column:page-start-inset/page-end-inset;z-index:998;opacity:.999}.page-columns .column-page-inset table{background:#fff}.page-columns .column-page-inset-left{grid-column:page-start-inset/body-content-end;z-index:998;opacity:.999}.page-columns .column-page-inset-left table{background:#fff}.page-columns .column-page-inset-right{grid-column:body-content-start/page-end-inset;z-index:998;opacity:.999}.page-columns .column-page-inset-right figcaption table{background:#fff}.page-columns .column-page-left{grid-column:page-start/body-content-end;z-index:998;opacity:.999}.page-columns .column-page-left table{background:#fff}.page-columns .column-page-right{grid-column:body-content-start/page-end;z-index:998;opacity:.999}.page-columns .column-page-right figcaption table{background:#fff}#quarto-content.page-columns #quarto-margin-sidebar,#quarto-content.page-columns #quarto-sidebar{z-index:1}@media(max-width: 991.98px){#quarto-content.page-columns #quarto-margin-sidebar.collapse,#quarto-content.page-columns #quarto-sidebar.collapse,#quarto-content.page-columns #quarto-margin-sidebar.collapsing,#quarto-content.page-columns #quarto-sidebar.collapsing{z-index:1055}}#quarto-content.page-columns main.column-page,#quarto-content.page-columns main.column-page-right,#quarto-content.page-columns main.column-page-left{z-index:0}.page-columns .column-screen-inset{grid-column:screen-start-inset/screen-end-inset;z-index:998;opacity:.999}.page-columns .column-screen-inset table{background:#fff}.page-columns .column-screen-inset-left{grid-column:screen-start-inset/body-content-end;z-index:998;opacity:.999}.page-columns .column-screen-inset-left table{background:#fff}.page-columns .column-screen-inset-right{grid-column:body-content-start/screen-end-inset;z-index:998;opacity:.999}.page-columns .column-screen-inset-right table{background:#fff}.page-columns .column-screen{grid-column:screen-start/screen-end;z-index:998;opacity:.999}.page-columns .column-screen table{background:#fff}.page-columns .column-screen-left{grid-column:screen-start/body-content-end;z-index:998;opacity:.999}.page-columns .column-screen-left table{background:#fff}.page-columns .column-screen-right{grid-column:body-content-start/screen-end;z-index:998;opacity:.999}.page-columns .column-screen-right table{background:#fff}.page-columns .column-screen-inset-shaded{grid-column:screen-start/screen-end;padding:1em;background:#f8f9fa;z-index:998;opacity:.999;margin-bottom:1em}.zindex-content{z-index:998;opacity:.999}.zindex-modal{z-index:1055;opacity:.999}.zindex-over-content{z-index:999;opacity:.999}img.img-fluid.column-screen,img.img-fluid.column-screen-inset-shaded,img.img-fluid.column-screen-inset,img.img-fluid.column-screen-inset-left,img.img-fluid.column-screen-inset-right,img.img-fluid.column-screen-left,img.img-fluid.column-screen-right{width:100%}@media(min-width: 992px){.margin-caption,div.aside,aside:not(.footnotes):not(.sidebar),.column-margin{grid-column:body-end/page-end !important;z-index:998}.column-sidebar{grid-column:page-start/body-start !important;z-index:998}.column-leftmargin{grid-column:screen-start-inset/body-start !important;z-index:998}.no-row-height{height:1em;overflow:visible}}@media(max-width: 991.98px){.margin-caption,div.aside,aside:not(.footnotes):not(.sidebar),.column-margin{grid-column:body-end/page-end !important;z-index:998}.no-row-height{height:1em;overflow:visible}.page-columns.page-full{overflow:visible}.page-columns.toc-left .margin-caption,.page-columns.toc-left div.aside,.page-columns.toc-left aside:not(.footnotes):not(.sidebar),.page-columns.toc-left .column-margin{grid-column:body-content-start/body-content-end !important;z-index:998;opacity:.999}.page-columns.toc-left .no-row-height{height:initial;overflow:initial}}@media(max-width: 767.98px){.margin-caption,div.aside,aside:not(.footnotes):not(.sidebar),.column-margin{grid-column:body-content-start/body-content-end !important;z-index:998;opacity:.999}.no-row-height{height:initial;overflow:initial}#quarto-margin-sidebar{display:none}#quarto-sidebar-toc-left{display:none}.hidden-sm{display:none}}.panel-grid{display:grid;grid-template-rows:repeat(1, 1fr);grid-template-columns:repeat(24, 1fr);gap:1em}.panel-grid .g-col-1{grid-column:auto/span 1}.panel-grid .g-col-2{grid-column:auto/span 2}.panel-grid .g-col-3{grid-column:auto/span 3}.panel-grid .g-col-4{grid-column:auto/span 4}.panel-grid .g-col-5{grid-column:auto/span 5}.panel-grid .g-col-6{grid-column:auto/span 6}.panel-grid .g-col-7{grid-column:auto/span 7}.panel-grid .g-col-8{grid-column:auto/span 8}.panel-grid .g-col-9{grid-column:auto/span 9}.panel-grid .g-col-10{grid-column:auto/span 10}.panel-grid .g-col-11{grid-column:auto/span 11}.panel-grid .g-col-12{grid-column:auto/span 12}.panel-grid .g-col-13{grid-column:auto/span 13}.panel-grid .g-col-14{grid-column:auto/span 14}.panel-grid .g-col-15{grid-column:auto/span 15}.panel-grid .g-col-16{grid-column:auto/span 16}.panel-grid .g-col-17{grid-column:auto/span 17}.panel-grid .g-col-18{grid-column:auto/span 18}.panel-grid .g-col-19{grid-column:auto/span 19}.panel-grid .g-col-20{grid-column:auto/span 20}.panel-grid .g-col-21{grid-column:auto/span 21}.panel-grid .g-col-22{grid-column:auto/span 22}.panel-grid .g-col-23{grid-column:auto/span 23}.panel-grid .g-col-24{grid-column:auto/span 24}.panel-grid .g-start-1{grid-column-start:1}.panel-grid .g-start-2{grid-column-start:2}.panel-grid .g-start-3{grid-column-start:3}.panel-grid .g-start-4{grid-column-start:4}.panel-grid .g-start-5{grid-column-start:5}.panel-grid .g-start-6{grid-column-start:6}.panel-grid .g-start-7{grid-column-start:7}.panel-grid .g-start-8{grid-column-start:8}.panel-grid .g-start-9{grid-column-start:9}.panel-grid .g-start-10{grid-column-start:10}.panel-grid .g-start-11{grid-column-start:11}.panel-grid .g-start-12{grid-column-start:12}.panel-grid .g-start-13{grid-column-start:13}.panel-grid .g-start-14{grid-column-start:14}.panel-grid .g-start-15{grid-column-start:15}.panel-grid .g-start-16{grid-column-start:16}.panel-grid .g-start-17{grid-column-start:17}.panel-grid .g-start-18{grid-column-start:18}.panel-grid .g-start-19{grid-column-start:19}.panel-grid .g-start-20{grid-column-start:20}.panel-grid .g-start-21{grid-column-start:21}.panel-grid .g-start-22{grid-column-start:22}.panel-grid .g-start-23{grid-column-start:23}@media(min-width: 576px){.panel-grid .g-col-sm-1{grid-column:auto/span 1}.panel-grid .g-col-sm-2{grid-column:auto/span 2}.panel-grid .g-col-sm-3{grid-column:auto/span 3}.panel-grid .g-col-sm-4{grid-column:auto/span 4}.panel-grid .g-col-sm-5{grid-column:auto/span 5}.panel-grid .g-col-sm-6{grid-column:auto/span 6}.panel-grid .g-col-sm-7{grid-column:auto/span 7}.panel-grid .g-col-sm-8{grid-column:auto/span 8}.panel-grid .g-col-sm-9{grid-column:auto/span 9}.panel-grid .g-col-sm-10{grid-column:auto/span 10}.panel-grid .g-col-sm-11{grid-column:auto/span 11}.panel-grid .g-col-sm-12{grid-column:auto/span 12}.panel-grid .g-col-sm-13{grid-column:auto/span 13}.panel-grid .g-col-sm-14{grid-column:auto/span 14}.panel-grid .g-col-sm-15{grid-column:auto/span 15}.panel-grid .g-col-sm-16{grid-column:auto/span 16}.panel-grid .g-col-sm-17{grid-column:auto/span 17}.panel-grid .g-col-sm-18{grid-column:auto/span 18}.panel-grid .g-col-sm-19{grid-column:auto/span 19}.panel-grid .g-col-sm-20{grid-column:auto/span 20}.panel-grid .g-col-sm-21{grid-column:auto/span 21}.panel-grid .g-col-sm-22{grid-column:auto/span 22}.panel-grid .g-col-sm-23{grid-column:auto/span 23}.panel-grid .g-col-sm-24{grid-column:auto/span 24}.panel-grid .g-start-sm-1{grid-column-start:1}.panel-grid .g-start-sm-2{grid-column-start:2}.panel-grid .g-start-sm-3{grid-column-start:3}.panel-grid .g-start-sm-4{grid-column-start:4}.panel-grid .g-start-sm-5{grid-column-start:5}.panel-grid .g-start-sm-6{grid-column-start:6}.panel-grid .g-start-sm-7{grid-column-start:7}.panel-grid .g-start-sm-8{grid-column-start:8}.panel-grid .g-start-sm-9{grid-column-start:9}.panel-grid .g-start-sm-10{grid-column-start:10}.panel-grid .g-start-sm-11{grid-column-start:11}.panel-grid .g-start-sm-12{grid-column-start:12}.panel-grid .g-start-sm-13{grid-column-start:13}.panel-grid .g-start-sm-14{grid-column-start:14}.panel-grid .g-start-sm-15{grid-column-start:15}.panel-grid .g-start-sm-16{grid-column-start:16}.panel-grid .g-start-sm-17{grid-column-start:17}.panel-grid .g-start-sm-18{grid-column-start:18}.panel-grid .g-start-sm-19{grid-column-start:19}.panel-grid .g-start-sm-20{grid-column-start:20}.panel-grid .g-start-sm-21{grid-column-start:21}.panel-grid .g-start-sm-22{grid-column-start:22}.panel-grid .g-start-sm-23{grid-column-start:23}}@media(min-width: 768px){.panel-grid .g-col-md-1{grid-column:auto/span 1}.panel-grid .g-col-md-2{grid-column:auto/span 2}.panel-grid .g-col-md-3{grid-column:auto/span 3}.panel-grid .g-col-md-4{grid-column:auto/span 4}.panel-grid .g-col-md-5{grid-column:auto/span 5}.panel-grid .g-col-md-6{grid-column:auto/span 6}.panel-grid .g-col-md-7{grid-column:auto/span 7}.panel-grid .g-col-md-8{grid-column:auto/span 8}.panel-grid .g-col-md-9{grid-column:auto/span 9}.panel-grid .g-col-md-10{grid-column:auto/span 10}.panel-grid .g-col-md-11{grid-column:auto/span 11}.panel-grid .g-col-md-12{grid-column:auto/span 12}.panel-grid .g-col-md-13{grid-column:auto/span 13}.panel-grid .g-col-md-14{grid-column:auto/span 14}.panel-grid .g-col-md-15{grid-column:auto/span 15}.panel-grid .g-col-md-16{grid-column:auto/span 16}.panel-grid .g-col-md-17{grid-column:auto/span 17}.panel-grid .g-col-md-18{grid-column:auto/span 18}.panel-grid .g-col-md-19{grid-column:auto/span 19}.panel-grid .g-col-md-20{grid-column:auto/span 20}.panel-grid .g-col-md-21{grid-column:auto/span 21}.panel-grid .g-col-md-22{grid-column:auto/span 22}.panel-grid .g-col-md-23{grid-column:auto/span 23}.panel-grid .g-col-md-24{grid-column:auto/span 24}.panel-grid .g-start-md-1{grid-column-start:1}.panel-grid .g-start-md-2{grid-column-start:2}.panel-grid .g-start-md-3{grid-column-start:3}.panel-grid .g-start-md-4{grid-column-start:4}.panel-grid .g-start-md-5{grid-column-start:5}.panel-grid .g-start-md-6{grid-column-start:6}.panel-grid .g-start-md-7{grid-column-start:7}.panel-grid .g-start-md-8{grid-column-start:8}.panel-grid .g-start-md-9{grid-column-start:9}.panel-grid .g-start-md-10{grid-column-start:10}.panel-grid .g-start-md-11{grid-column-start:11}.panel-grid .g-start-md-12{grid-column-start:12}.panel-grid .g-start-md-13{grid-column-start:13}.panel-grid .g-start-md-14{grid-column-start:14}.panel-grid .g-start-md-15{grid-column-start:15}.panel-grid .g-start-md-16{grid-column-start:16}.panel-grid .g-start-md-17{grid-column-start:17}.panel-grid .g-start-md-18{grid-column-start:18}.panel-grid .g-start-md-19{grid-column-start:19}.panel-grid .g-start-md-20{grid-column-start:20}.panel-grid .g-start-md-21{grid-column-start:21}.panel-grid .g-start-md-22{grid-column-start:22}.panel-grid .g-start-md-23{grid-column-start:23}}@media(min-width: 992px){.panel-grid .g-col-lg-1{grid-column:auto/span 1}.panel-grid .g-col-lg-2{grid-column:auto/span 2}.panel-grid .g-col-lg-3{grid-column:auto/span 3}.panel-grid .g-col-lg-4{grid-column:auto/span 4}.panel-grid .g-col-lg-5{grid-column:auto/span 5}.panel-grid .g-col-lg-6{grid-column:auto/span 6}.panel-grid .g-col-lg-7{grid-column:auto/span 7}.panel-grid .g-col-lg-8{grid-column:auto/span 8}.panel-grid .g-col-lg-9{grid-column:auto/span 9}.panel-grid .g-col-lg-10{grid-column:auto/span 10}.panel-grid .g-col-lg-11{grid-column:auto/span 11}.panel-grid .g-col-lg-12{grid-column:auto/span 12}.panel-grid .g-col-lg-13{grid-column:auto/span 13}.panel-grid .g-col-lg-14{grid-column:auto/span 14}.panel-grid .g-col-lg-15{grid-column:auto/span 15}.panel-grid .g-col-lg-16{grid-column:auto/span 16}.panel-grid .g-col-lg-17{grid-column:auto/span 17}.panel-grid .g-col-lg-18{grid-column:auto/span 18}.panel-grid .g-col-lg-19{grid-column:auto/span 19}.panel-grid .g-col-lg-20{grid-column:auto/span 20}.panel-grid .g-col-lg-21{grid-column:auto/span 21}.panel-grid .g-col-lg-22{grid-column:auto/span 22}.panel-grid .g-col-lg-23{grid-column:auto/span 23}.panel-grid .g-col-lg-24{grid-column:auto/span 24}.panel-grid .g-start-lg-1{grid-column-start:1}.panel-grid .g-start-lg-2{grid-column-start:2}.panel-grid .g-start-lg-3{grid-column-start:3}.panel-grid .g-start-lg-4{grid-column-start:4}.panel-grid .g-start-lg-5{grid-column-start:5}.panel-grid .g-start-lg-6{grid-column-start:6}.panel-grid .g-start-lg-7{grid-column-start:7}.panel-grid .g-start-lg-8{grid-column-start:8}.panel-grid .g-start-lg-9{grid-column-start:9}.panel-grid .g-start-lg-10{grid-column-start:10}.panel-grid .g-start-lg-11{grid-column-start:11}.panel-grid .g-start-lg-12{grid-column-start:12}.panel-grid .g-start-lg-13{grid-column-start:13}.panel-grid .g-start-lg-14{grid-column-start:14}.panel-grid .g-start-lg-15{grid-column-start:15}.panel-grid .g-start-lg-16{grid-column-start:16}.panel-grid .g-start-lg-17{grid-column-start:17}.panel-grid .g-start-lg-18{grid-column-start:18}.panel-grid .g-start-lg-19{grid-column-start:19}.panel-grid .g-start-lg-20{grid-column-start:20}.panel-grid .g-start-lg-21{grid-column-start:21}.panel-grid .g-start-lg-22{grid-column-start:22}.panel-grid .g-start-lg-23{grid-column-start:23}}@media(min-width: 1200px){.panel-grid .g-col-xl-1{grid-column:auto/span 1}.panel-grid .g-col-xl-2{grid-column:auto/span 2}.panel-grid .g-col-xl-3{grid-column:auto/span 3}.panel-grid .g-col-xl-4{grid-column:auto/span 4}.panel-grid .g-col-xl-5{grid-column:auto/span 5}.panel-grid .g-col-xl-6{grid-column:auto/span 6}.panel-grid .g-col-xl-7{grid-column:auto/span 7}.panel-grid .g-col-xl-8{grid-column:auto/span 8}.panel-grid .g-col-xl-9{grid-column:auto/span 9}.panel-grid .g-col-xl-10{grid-column:auto/span 10}.panel-grid .g-col-xl-11{grid-column:auto/span 11}.panel-grid .g-col-xl-12{grid-column:auto/span 12}.panel-grid .g-col-xl-13{grid-column:auto/span 13}.panel-grid .g-col-xl-14{grid-column:auto/span 14}.panel-grid .g-col-xl-15{grid-column:auto/span 15}.panel-grid .g-col-xl-16{grid-column:auto/span 16}.panel-grid .g-col-xl-17{grid-column:auto/span 17}.panel-grid .g-col-xl-18{grid-column:auto/span 18}.panel-grid .g-col-xl-19{grid-column:auto/span 19}.panel-grid .g-col-xl-20{grid-column:auto/span 20}.panel-grid .g-col-xl-21{grid-column:auto/span 21}.panel-grid .g-col-xl-22{grid-column:auto/span 22}.panel-grid .g-col-xl-23{grid-column:auto/span 23}.panel-grid .g-col-xl-24{grid-column:auto/span 24}.panel-grid .g-start-xl-1{grid-column-start:1}.panel-grid .g-start-xl-2{grid-column-start:2}.panel-grid .g-start-xl-3{grid-column-start:3}.panel-grid .g-start-xl-4{grid-column-start:4}.panel-grid .g-start-xl-5{grid-column-start:5}.panel-grid .g-start-xl-6{grid-column-start:6}.panel-grid .g-start-xl-7{grid-column-start:7}.panel-grid .g-start-xl-8{grid-column-start:8}.panel-grid .g-start-xl-9{grid-column-start:9}.panel-grid .g-start-xl-10{grid-column-start:10}.panel-grid .g-start-xl-11{grid-column-start:11}.panel-grid .g-start-xl-12{grid-column-start:12}.panel-grid .g-start-xl-13{grid-column-start:13}.panel-grid .g-start-xl-14{grid-column-start:14}.panel-grid .g-start-xl-15{grid-column-start:15}.panel-grid .g-start-xl-16{grid-column-start:16}.panel-grid .g-start-xl-17{grid-column-start:17}.panel-grid .g-start-xl-18{grid-column-start:18}.panel-grid .g-start-xl-19{grid-column-start:19}.panel-grid .g-start-xl-20{grid-column-start:20}.panel-grid .g-start-xl-21{grid-column-start:21}.panel-grid .g-start-xl-22{grid-column-start:22}.panel-grid .g-start-xl-23{grid-column-start:23}}@media(min-width: 1400px){.panel-grid .g-col-xxl-1{grid-column:auto/span 1}.panel-grid .g-col-xxl-2{grid-column:auto/span 2}.panel-grid .g-col-xxl-3{grid-column:auto/span 3}.panel-grid .g-col-xxl-4{grid-column:auto/span 4}.panel-grid .g-col-xxl-5{grid-column:auto/span 5}.panel-grid .g-col-xxl-6{grid-column:auto/span 6}.panel-grid .g-col-xxl-7{grid-column:auto/span 7}.panel-grid .g-col-xxl-8{grid-column:auto/span 8}.panel-grid .g-col-xxl-9{grid-column:auto/span 9}.panel-grid .g-col-xxl-10{grid-column:auto/span 10}.panel-grid .g-col-xxl-11{grid-column:auto/span 11}.panel-grid .g-col-xxl-12{grid-column:auto/span 12}.panel-grid .g-col-xxl-13{grid-column:auto/span 13}.panel-grid .g-col-xxl-14{grid-column:auto/span 14}.panel-grid .g-col-xxl-15{grid-column:auto/span 15}.panel-grid .g-col-xxl-16{grid-column:auto/span 16}.panel-grid .g-col-xxl-17{grid-column:auto/span 17}.panel-grid .g-col-xxl-18{grid-column:auto/span 18}.panel-grid .g-col-xxl-19{grid-column:auto/span 19}.panel-grid .g-col-xxl-20{grid-column:auto/span 20}.panel-grid .g-col-xxl-21{grid-column:auto/span 21}.panel-grid .g-col-xxl-22{grid-column:auto/span 22}.panel-grid .g-col-xxl-23{grid-column:auto/span 23}.panel-grid .g-col-xxl-24{grid-column:auto/span 24}.panel-grid .g-start-xxl-1{grid-column-start:1}.panel-grid .g-start-xxl-2{grid-column-start:2}.panel-grid .g-start-xxl-3{grid-column-start:3}.panel-grid .g-start-xxl-4{grid-column-start:4}.panel-grid .g-start-xxl-5{grid-column-start:5}.panel-grid .g-start-xxl-6{grid-column-start:6}.panel-grid .g-start-xxl-7{grid-column-start:7}.panel-grid .g-start-xxl-8{grid-column-start:8}.panel-grid .g-start-xxl-9{grid-column-start:9}.panel-grid .g-start-xxl-10{grid-column-start:10}.panel-grid .g-start-xxl-11{grid-column-start:11}.panel-grid .g-start-xxl-12{grid-column-start:12}.panel-grid .g-start-xxl-13{grid-column-start:13}.panel-grid .g-start-xxl-14{grid-column-start:14}.panel-grid .g-start-xxl-15{grid-column-start:15}.panel-grid .g-start-xxl-16{grid-column-start:16}.panel-grid .g-start-xxl-17{grid-column-start:17}.panel-grid .g-start-xxl-18{grid-column-start:18}.panel-grid .g-start-xxl-19{grid-column-start:19}.panel-grid .g-start-xxl-20{grid-column-start:20}.panel-grid .g-start-xxl-21{grid-column-start:21}.panel-grid .g-start-xxl-22{grid-column-start:22}.panel-grid .g-start-xxl-23{grid-column-start:23}}main{margin-top:1em;margin-bottom:1em}h1,.h1,h2,.h2{color:inherit;margin-top:2rem;margin-bottom:1rem;font-weight:600}h1.title,.title.h1{margin-top:0}main.content>section:first-of-type>h2:first-child,main.content>section:first-of-type>.h2:first-child{margin-top:0}h2,.h2{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:.5rem}h3,.h3{font-weight:600}h3,.h3,h4,.h4{opacity:.9;margin-top:1.5rem}h5,.h5,h6,.h6{opacity:.9}.header-section-number{color:#6d7a86}.nav-link.active .header-section-number{color:inherit}mark,.mark{padding:0em}.panel-caption,.figure-caption,.subfigure-caption,.table-caption,figcaption,caption{font-size:.9rem;color:#6d7a86}.quarto-layout-cell[data-ref-parent] caption{color:#6d7a86}.column-margin figcaption,.margin-caption,div.aside,aside,.column-margin{color:#6d7a86;font-size:.825rem}.panel-caption.margin-caption{text-align:inherit}.column-margin.column-container p{margin-bottom:0}.column-margin.column-container>*:not(.collapse):first-child{padding-bottom:.5em;display:block}.column-margin.column-container>*:not(.collapse):not(:first-child){padding-top:.5em;padding-bottom:.5em;display:block}.column-margin.column-container>*.collapse:not(.show){display:none}@media(min-width: 768px){.column-margin.column-container .callout-margin-content:first-child{margin-top:4.5em}.column-margin.column-container .callout-margin-content-simple:first-child{margin-top:3.5em}}.margin-caption>*{padding-top:.5em;padding-bottom:.5em}@media(max-width: 767.98px){.quarto-layout-row{flex-direction:column}}.nav-tabs .nav-item{margin-top:1px;cursor:pointer}.tab-content{margin-top:0px;border-left:#dee2e6 1px solid;border-right:#dee2e6 1px solid;border-bottom:#dee2e6 1px solid;margin-left:0;padding:1em;margin-bottom:1em}@media(max-width: 767.98px){.layout-sidebar{margin-left:0;margin-right:0}}.panel-sidebar,.panel-sidebar .form-control,.panel-input,.panel-input .form-control,.selectize-dropdown{font-size:.9rem}.panel-sidebar .form-control,.panel-input .form-control{padding-top:.1rem}.tab-pane div.sourceCode{margin-top:0px}.tab-pane>p{padding-top:0}.tab-pane>p:nth-child(1){padding-top:0}.tab-pane>p:last-child{margin-bottom:0}.tab-pane>pre:last-child{margin-bottom:0}.tab-content>.tab-pane:not(.active){display:none !important}div.sourceCode{background-color:#2e3440;border:1px solid #2e3440;border-radius:.25rem}pre.sourceCode{background-color:rgba(0,0,0,0)}pre.sourceCode{border:none;font-size:.875em;overflow:visible !important;padding:.4em}.callout pre.sourceCode{padding-left:0}div.sourceCode{overflow-y:hidden}.callout div.sourceCode{margin-left:initial}.blockquote{font-size:inherit;padding-left:1rem;padding-right:1.5rem;color:#6d7a86}.blockquote h1:first-child,.blockquote .h1:first-child,.blockquote h2:first-child,.blockquote .h2:first-child,.blockquote h3:first-child,.blockquote .h3:first-child,.blockquote h4:first-child,.blockquote .h4:first-child,.blockquote h5:first-child,.blockquote .h5:first-child{margin-top:0}pre{background-color:initial;padding:initial;border:initial}p pre code:not(.sourceCode),li pre code:not(.sourceCode),pre code:not(.sourceCode){background-color:initial}p code:not(.sourceCode),li code:not(.sourceCode),td code:not(.sourceCode){background-color:#f8f9fa;padding:.2em}nav p code:not(.sourceCode),nav li code:not(.sourceCode),nav td code:not(.sourceCode){background-color:rgba(0,0,0,0);padding:0}td code:not(.sourceCode){white-space:pre-wrap}#quarto-embedded-source-code-modal>.modal-dialog{max-width:1000px;padding-left:1.75rem;padding-right:1.75rem}#quarto-embedded-source-code-modal>.modal-dialog>.modal-content>.modal-body{padding:0}#quarto-embedded-source-code-modal>.modal-dialog>.modal-content>.modal-body div.sourceCode{margin:0;padding:.2rem .2rem;border-radius:0px;border:none}#quarto-embedded-source-code-modal>.modal-dialog>.modal-content>.modal-header{padding:.7rem}.code-tools-button{font-size:1rem;padding:.15rem .15rem;margin-left:5px;color:#6c757d;background-color:rgba(0,0,0,0);transition:initial;cursor:pointer}.code-tools-button>.bi::before{display:inline-block;height:1rem;width:1rem;content:"";vertical-align:-0.125em;background-image:url('data:image/svg+xml,');background-repeat:no-repeat;background-size:1rem 1rem}.code-tools-button:hover>.bi::before{background-image:url('data:image/svg+xml,')}#quarto-embedded-source-code-modal .code-copy-button>.bi::before{background-image:url('data:image/svg+xml,')}#quarto-embedded-source-code-modal .code-copy-button-checked>.bi::before{background-image:url('data:image/svg+xml,')}.sidebar{will-change:top;transition:top 200ms linear;position:sticky;overflow-y:auto;padding-top:1.2em;max-height:100vh}.sidebar.toc-left,.sidebar.margin-sidebar{top:0px;padding-top:1em}.sidebar.quarto-banner-title-block-sidebar>*{padding-top:1.65em}figure .quarto-notebook-link{margin-top:.5em}.quarto-notebook-link{font-size:.75em;color:#6c757d;margin-bottom:1em;text-decoration:none;display:block}.quarto-notebook-link:hover{text-decoration:underline;color:#cf4446}.quarto-notebook-link::before{display:inline-block;height:.75rem;width:.75rem;margin-bottom:0em;margin-right:.25em;content:"";vertical-align:-0.125em;background-image:url('data:image/svg+xml,');background-repeat:no-repeat;background-size:.75rem .75rem}.toc-actions i.bi,.quarto-code-links i.bi,.quarto-other-links i.bi,.quarto-alternate-notebooks i.bi,.quarto-alternate-formats i.bi{margin-right:.4em;font-size:.8rem}.quarto-other-links-text-target .quarto-code-links i.bi,.quarto-other-links-text-target .quarto-other-links i.bi{margin-right:.2em}.quarto-other-formats-text-target .quarto-alternate-formats i.bi{margin-right:.1em}.toc-actions i.bi.empty,.quarto-code-links i.bi.empty,.quarto-other-links i.bi.empty,.quarto-alternate-notebooks i.bi.empty,.quarto-alternate-formats i.bi.empty{padding-left:1em}.quarto-notebook h2,.quarto-notebook .h2{border-bottom:none}.quarto-notebook .cell-container{display:flex}.quarto-notebook .cell-container .cell{flex-grow:4}.quarto-notebook .cell-container .cell-decorator{padding-top:1.5em;padding-right:1em;text-align:right}.quarto-notebook .cell-container.code-fold .cell-decorator{padding-top:3em}.quarto-notebook .cell-code code{white-space:pre-wrap}.quarto-notebook .cell .cell-output-stderr pre code,.quarto-notebook .cell .cell-output-stdout pre code{white-space:pre-wrap;overflow-wrap:anywhere}.toc-actions,.quarto-alternate-formats,.quarto-other-links,.quarto-code-links,.quarto-alternate-notebooks{padding-left:0em}.sidebar .toc-actions a,.sidebar .quarto-alternate-formats a,.sidebar .quarto-other-links a,.sidebar .quarto-code-links a,.sidebar .quarto-alternate-notebooks a,.sidebar nav[role=doc-toc] a{text-decoration:none}.sidebar .toc-actions a:hover,.sidebar .quarto-other-links a:hover,.sidebar .quarto-code-links a:hover,.sidebar .quarto-alternate-formats a:hover,.sidebar .quarto-alternate-notebooks a:hover{color:#cf4446}.sidebar .toc-actions h2,.sidebar .toc-actions .h2,.sidebar .quarto-code-links h2,.sidebar .quarto-code-links .h2,.sidebar .quarto-other-links h2,.sidebar .quarto-other-links .h2,.sidebar .quarto-alternate-notebooks h2,.sidebar .quarto-alternate-notebooks .h2,.sidebar .quarto-alternate-formats h2,.sidebar .quarto-alternate-formats .h2,.sidebar nav[role=doc-toc]>h2,.sidebar nav[role=doc-toc]>.h2{font-weight:500;margin-bottom:.2rem;margin-top:.3rem;font-family:inherit;border-bottom:0;padding-bottom:0;padding-top:0px}.sidebar .toc-actions>h2,.sidebar .toc-actions>.h2,.sidebar .quarto-code-links>h2,.sidebar .quarto-code-links>.h2,.sidebar .quarto-other-links>h2,.sidebar .quarto-other-links>.h2,.sidebar .quarto-alternate-notebooks>h2,.sidebar .quarto-alternate-notebooks>.h2,.sidebar .quarto-alternate-formats>h2,.sidebar .quarto-alternate-formats>.h2{font-size:.8rem}.sidebar nav[role=doc-toc]>h2,.sidebar nav[role=doc-toc]>.h2{font-size:1.1rem}.sidebar nav[role=doc-toc]>ul a{border-left:1px solid #e9ecef;padding-left:.6rem}.sidebar .toc-actions h2>ul a,.sidebar .toc-actions .h2>ul a,.sidebar .quarto-code-links h2>ul a,.sidebar .quarto-code-links .h2>ul a,.sidebar .quarto-other-links h2>ul a,.sidebar .quarto-other-links .h2>ul a,.sidebar .quarto-alternate-notebooks h2>ul a,.sidebar .quarto-alternate-notebooks .h2>ul a,.sidebar .quarto-alternate-formats h2>ul a,.sidebar .quarto-alternate-formats .h2>ul a{border-left:none;padding-left:.6rem}.sidebar .toc-actions ul a:empty,.sidebar .quarto-code-links ul a:empty,.sidebar .quarto-other-links ul a:empty,.sidebar .quarto-alternate-notebooks ul a:empty,.sidebar .quarto-alternate-formats ul a:empty,.sidebar nav[role=doc-toc]>ul a:empty{display:none}.sidebar .toc-actions ul,.sidebar .quarto-code-links ul,.sidebar .quarto-other-links ul,.sidebar .quarto-alternate-notebooks ul,.sidebar .quarto-alternate-formats ul{padding-left:0;list-style:none}.sidebar nav[role=doc-toc] ul{list-style:none;padding-left:0;list-style:none}.sidebar nav[role=doc-toc]>ul{margin-left:.45em}.quarto-margin-sidebar nav[role=doc-toc]{padding-left:.5em}.sidebar .toc-actions>ul,.sidebar .quarto-code-links>ul,.sidebar .quarto-other-links>ul,.sidebar .quarto-alternate-notebooks>ul,.sidebar .quarto-alternate-formats>ul{font-size:.8rem}.sidebar nav[role=doc-toc]>ul{font-size:1.1rem}.sidebar .toc-actions ul li a,.sidebar .quarto-code-links ul li a,.sidebar .quarto-other-links ul li a,.sidebar .quarto-alternate-notebooks ul li a,.sidebar .quarto-alternate-formats ul li a,.sidebar nav[role=doc-toc]>ul li a{line-height:1.1rem;padding-bottom:.2rem;padding-top:.2rem;color:inherit}.sidebar nav[role=doc-toc] ul>li>ul>li>a{padding-left:1.2em}.sidebar nav[role=doc-toc] ul>li>ul>li>ul>li>a{padding-left:2.4em}.sidebar nav[role=doc-toc] ul>li>ul>li>ul>li>ul>li>a{padding-left:3.6em}.sidebar nav[role=doc-toc] ul>li>ul>li>ul>li>ul>li>ul>li>a{padding-left:4.8em}.sidebar nav[role=doc-toc] ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>a{padding-left:6em}.sidebar nav[role=doc-toc] ul>li>a.active,.sidebar nav[role=doc-toc] ul>li>ul>li>a.active{border-left:1px solid #cf4446;color:#cf4446 !important}.sidebar nav[role=doc-toc] ul>li>a:hover,.sidebar nav[role=doc-toc] ul>li>ul>li>a:hover{color:#cf4446 !important}kbd,.kbd{color:#343a40;background-color:#f8f9fa;border:1px solid;border-radius:5px;border-color:rgba(0,0,0,.1)}.quarto-appendix-contents div.hanging-indent{margin-left:0em}.quarto-appendix-contents div.hanging-indent div.csl-entry{margin-left:1em;text-indent:-1em}.citation a,.footnote-ref{text-decoration:none}.footnotes ol{padding-left:1em}.tippy-content>*{margin-bottom:.7em}.tippy-content>*:last-child{margin-bottom:0}.callout{margin-top:1.25rem;margin-bottom:1.25rem;border-radius:.25rem;overflow-wrap:break-word}.callout .callout-title-container{overflow-wrap:anywhere}.callout.callout-style-simple{padding:.4em .7em;border-left:5px solid;border-right:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.callout.callout-style-default{border-left:5px solid;border-right:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.callout .callout-body-container{flex-grow:1}.callout.callout-style-simple .callout-body{font-size:.9rem;font-weight:400}.callout.callout-style-default .callout-body{font-size:.9rem;font-weight:400}.callout:not(.no-icon).callout-titled.callout-style-simple .callout-body{padding-left:1.6em}.callout.callout-titled>.callout-header{padding-top:.2em;margin-bottom:-0.2em}.callout.callout-style-simple>div.callout-header{border-bottom:none;font-size:.9rem;font-weight:600;opacity:75%}.callout.callout-style-default>div.callout-header{border-bottom:none;font-weight:600;opacity:85%;font-size:.9rem;padding-left:.5em;padding-right:.5em}.callout.callout-style-default .callout-body{padding-left:.5em;padding-right:.5em}.callout.callout-style-default .callout-body>:first-child{padding-top:.5rem;margin-top:0}.callout>div.callout-header[data-bs-toggle=collapse]{cursor:pointer}.callout.callout-style-default .callout-header[aria-expanded=false],.callout.callout-style-default .callout-header[aria-expanded=true]{padding-top:0px;margin-bottom:0px;align-items:center}.callout.callout-titled .callout-body>:last-child:not(.sourceCode),.callout.callout-titled .callout-body>div>:last-child:not(.sourceCode){padding-bottom:.5rem;margin-bottom:0}.callout:not(.callout-titled) .callout-body>:first-child,.callout:not(.callout-titled) .callout-body>div>:first-child{margin-top:.25rem}.callout:not(.callout-titled) .callout-body>:last-child,.callout:not(.callout-titled) .callout-body>div>:last-child{margin-bottom:.2rem}.callout.callout-style-simple .callout-icon::before,.callout.callout-style-simple .callout-toggle::before{height:1rem;width:1rem;display:inline-block;content:"";background-repeat:no-repeat;background-size:1rem 1rem}.callout.callout-style-default .callout-icon::before,.callout.callout-style-default .callout-toggle::before{height:.9rem;width:.9rem;display:inline-block;content:"";background-repeat:no-repeat;background-size:.9rem .9rem}.callout.callout-style-default .callout-toggle::before{margin-top:5px}.callout .callout-btn-toggle .callout-toggle::before{transition:transform .2s linear}.callout .callout-header[aria-expanded=false] .callout-toggle::before{transform:rotate(-90deg)}.callout .callout-header[aria-expanded=true] .callout-toggle::before{transform:none}.callout.callout-style-simple:not(.no-icon) div.callout-icon-container{padding-top:.2em;padding-right:.55em}.callout.callout-style-default:not(.no-icon) div.callout-icon-container{padding-top:.1em;padding-right:.35em}.callout.callout-style-default:not(.no-icon) div.callout-title-container{margin-top:-1px}.callout.callout-style-default.callout-caution:not(.no-icon) div.callout-icon-container{padding-top:.3em;padding-right:.35em}.callout>.callout-body>.callout-icon-container>.no-icon,.callout>.callout-header>.callout-icon-container>.no-icon{display:none}div.callout.callout{border-left-color:#6c757d}div.callout.callout-style-default>.callout-header{background-color:#6c757d}div.callout-note.callout{border-left-color:#42159d}div.callout-note.callout-style-default>.callout-header{background-color:#ece8f5}div.callout-note:not(.callout-titled) .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-note.callout-titled .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-note .callout-toggle::before{background-image:url('data:image/svg+xml,')}div.callout-tip.callout{border-left-color:#02b875}div.callout-tip.callout-style-default>.callout-header{background-color:#e6f8f1}div.callout-tip:not(.callout-titled) .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-tip.callout-titled .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-tip .callout-toggle::before{background-image:url('data:image/svg+xml,')}div.callout-warning.callout{border-left-color:#fb9e07}div.callout-warning.callout-style-default>.callout-header{background-color:#fff5e6}div.callout-warning:not(.callout-titled) .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-warning.callout-titled .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-warning .callout-toggle::before{background-image:url('data:image/svg+xml,')}div.callout-caution.callout{border-left-color:#ee6a24}div.callout-caution.callout-style-default>.callout-header{background-color:#fdf0e9}div.callout-caution:not(.callout-titled) .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-caution.callout-titled .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-caution .callout-toggle::before{background-image:url('data:image/svg+xml,')}div.callout-important.callout{border-left-color:#cf4446}div.callout-important.callout-style-default>.callout-header{background-color:#faeced}div.callout-important:not(.callout-titled) .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-important.callout-titled .callout-icon::before{background-image:url('data:image/svg+xml,');}div.callout-important .callout-toggle::before{background-image:url('data:image/svg+xml,')}.quarto-toggle-container{display:flex;align-items:center}.quarto-reader-toggle .bi::before,.quarto-color-scheme-toggle .bi::before{display:inline-block;height:1rem;width:1rem;content:"";background-repeat:no-repeat;background-size:1rem 1rem}.sidebar-navigation{padding-left:20px}.navbar{background-color:#0f6070;color:#fdfdfe}.navbar .quarto-color-scheme-toggle:not(.alternate) .bi::before{background-image:url('data:image/svg+xml,')}.navbar .quarto-color-scheme-toggle.alternate .bi::before{background-image:url('data:image/svg+xml,')}.sidebar-navigation .quarto-color-scheme-toggle:not(.alternate) .bi::before{background-image:url('data:image/svg+xml,')}.sidebar-navigation .quarto-color-scheme-toggle.alternate .bi::before{background-image:url('data:image/svg+xml,')}.quarto-sidebar-toggle{border-color:#dee2e6;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;border-style:solid;border-width:1px;overflow:hidden;border-top-width:0px;padding-top:0px !important}.quarto-sidebar-toggle-title{cursor:pointer;padding-bottom:2px;margin-left:.25em;text-align:center;font-weight:400;font-size:.775em}#quarto-content .quarto-sidebar-toggle{background:#fafafa}#quarto-content .quarto-sidebar-toggle-title{color:#343a40}.quarto-sidebar-toggle-icon{color:#dee2e6;margin-right:.5em;float:right;transition:transform .2s ease}.quarto-sidebar-toggle-icon::before{padding-top:5px}.quarto-sidebar-toggle.expanded .quarto-sidebar-toggle-icon{transform:rotate(-180deg)}.quarto-sidebar-toggle.expanded .quarto-sidebar-toggle-title{border-bottom:solid #dee2e6 1px}.quarto-sidebar-toggle-contents{background-color:#fff;padding-right:10px;padding-left:10px;margin-top:0px !important;transition:max-height .5s ease}.quarto-sidebar-toggle.expanded .quarto-sidebar-toggle-contents{padding-top:1em;padding-bottom:10px}@media(max-width: 767.98px){.sidebar-menu-container{padding-bottom:5em}}.quarto-sidebar-toggle:not(.expanded) .quarto-sidebar-toggle-contents{padding-top:0px !important;padding-bottom:0px}nav[role=doc-toc]{z-index:1020}#quarto-sidebar>*,nav[role=doc-toc]>*{transition:opacity .1s ease,border .1s ease}#quarto-sidebar.slow>*,nav[role=doc-toc].slow>*{transition:opacity .4s ease,border .4s ease}.quarto-color-scheme-toggle:not(.alternate).top-right .bi::before{background-image:url('data:image/svg+xml,')}.quarto-color-scheme-toggle.alternate.top-right .bi::before{background-image:url('data:image/svg+xml,')}#quarto-appendix.default{border-top:1px solid #dee2e6}#quarto-appendix.default{background-color:#fff;padding-top:1.5em;margin-top:2em;z-index:998}#quarto-appendix.default .quarto-appendix-heading{margin-top:0;line-height:1.4em;font-weight:600;opacity:.9;border-bottom:none;margin-bottom:0}#quarto-appendix.default .footnotes ol,#quarto-appendix.default .footnotes ol li>p:last-of-type,#quarto-appendix.default .quarto-appendix-contents>p:last-of-type{margin-bottom:0}#quarto-appendix.default .footnotes ol{margin-left:.5em}#quarto-appendix.default .quarto-appendix-secondary-label{margin-bottom:.4em}#quarto-appendix.default .quarto-appendix-bibtex{font-size:.7em;padding:1em;border:solid 1px #dee2e6;margin-bottom:1em}#quarto-appendix.default .quarto-appendix-bibtex code.sourceCode{white-space:pre-wrap}#quarto-appendix.default .quarto-appendix-citeas{font-size:.9em;padding:1em;border:solid 1px #dee2e6;margin-bottom:1em}#quarto-appendix.default .quarto-appendix-heading{font-size:1em !important}#quarto-appendix.default *[role=doc-endnotes]>ol,#quarto-appendix.default .quarto-appendix-contents>*:not(h2):not(.h2){font-size:.9em}#quarto-appendix.default section{padding-bottom:1.5em}#quarto-appendix.default section *[role=doc-endnotes],#quarto-appendix.default section>*:not(a){opacity:.9;word-wrap:break-word}.btn.btn-quarto,div.cell-output-display .btn-quarto{--bs-btn-color: #26282a;--bs-btn-bg: #adb5bd;--bs-btn-border-color: #adb5bd;--bs-btn-hover-color: #26282a;--bs-btn-hover-bg: #b9c0c7;--bs-btn-hover-border-color: #b5bcc4;--bs-btn-focus-shadow-rgb: 153, 160, 167;--bs-btn-active-color: #000;--bs-btn-active-bg: #bdc4ca;--bs-btn-active-border-color: #b5bcc4;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #adb5bd;--bs-btn-disabled-border-color: #adb5bd}nav.quarto-secondary-nav.color-navbar{background-color:#0f6070;color:#fdfdfe}nav.quarto-secondary-nav.color-navbar h1,nav.quarto-secondary-nav.color-navbar .h1,nav.quarto-secondary-nav.color-navbar .quarto-btn-toggle{color:#fdfdfe}@media(max-width: 991.98px){body.nav-sidebar .quarto-title-banner{margin-bottom:0;padding-bottom:1em}body.nav-sidebar #title-block-header{margin-block-end:0}}p.subtitle{margin-top:.25em;margin-bottom:.5em}code a:any-link{color:inherit;text-decoration-color:#6c757d}/*! light */div.observablehq table thead tr th{background-color:var(--bs-body-bg)}input,button,select,optgroup,textarea{background-color:var(--bs-body-bg)}.code-annotated .code-copy-button{margin-right:1.25em;margin-top:0;padding-bottom:0;padding-top:3px}.code-annotation-gutter-bg{background-color:#fff}.code-annotation-gutter{background-color:#2e3440}.code-annotation-gutter,.code-annotation-gutter-bg{height:100%;width:calc(20px + .5em);position:absolute;top:0;right:0}dl.code-annotation-container-grid dt{margin-right:1em;margin-top:.25rem}dl.code-annotation-container-grid dt{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;color:#4b545c;border:solid #4b545c 1px;border-radius:50%;height:22px;width:22px;line-height:22px;font-size:11px;text-align:center;vertical-align:middle;text-decoration:none}dl.code-annotation-container-grid dt[data-target-cell]{cursor:pointer}dl.code-annotation-container-grid dt[data-target-cell].code-annotation-active{color:#fff;border:solid #aaa 1px;background-color:#aaa}pre.code-annotation-code{padding-top:0;padding-bottom:0}pre.code-annotation-code code{z-index:3}#code-annotation-line-highlight-gutter{width:100%;border-top:solid rgba(170,170,170,.2666666667) 1px;border-bottom:solid rgba(170,170,170,.2666666667) 1px;z-index:2;background-color:rgba(170,170,170,.1333333333)}#code-annotation-line-highlight{margin-left:-4em;width:calc(100% + 4em);border-top:solid rgba(170,170,170,.2666666667) 1px;border-bottom:solid rgba(170,170,170,.2666666667) 1px;z-index:2;background-color:rgba(170,170,170,.1333333333)}code.sourceCode .code-annotation-anchor.code-annotation-active{background-color:var(--quarto-hl-normal-color, #aaaaaa);border:solid var(--quarto-hl-normal-color, #aaaaaa) 1px;color:#2e3440;font-weight:bolder}code.sourceCode .code-annotation-anchor{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;color:var(--quarto-hl-co-color);border:solid var(--quarto-hl-co-color) 1px;border-radius:50%;height:18px;width:18px;font-size:9px;margin-top:2px}code.sourceCode button.code-annotation-anchor{padding:2px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none}code.sourceCode a.code-annotation-anchor{line-height:18px;text-align:center;vertical-align:middle;cursor:default;text-decoration:none}@media print{.page-columns .column-screen-inset{grid-column:page-start-inset/page-end-inset;z-index:998;opacity:.999}.page-columns .column-screen-inset table{background:#fff}.page-columns .column-screen-inset-left{grid-column:page-start-inset/body-content-end;z-index:998;opacity:.999}.page-columns .column-screen-inset-left table{background:#fff}.page-columns .column-screen-inset-right{grid-column:body-content-start/page-end-inset;z-index:998;opacity:.999}.page-columns .column-screen-inset-right table{background:#fff}.page-columns .column-screen{grid-column:page-start/page-end;z-index:998;opacity:.999}.page-columns .column-screen table{background:#fff}.page-columns .column-screen-left{grid-column:page-start/body-content-end;z-index:998;opacity:.999}.page-columns .column-screen-left table{background:#fff}.page-columns .column-screen-right{grid-column:body-content-start/page-end;z-index:998;opacity:.999}.page-columns .column-screen-right table{background:#fff}.page-columns .column-screen-inset-shaded{grid-column:page-start-inset/page-end-inset;padding:1em;background:#f8f9fa;z-index:998;opacity:.999;margin-bottom:1em}}.quarto-video{margin-bottom:1em}.table{border-top:1px solid #ebedee;border-bottom:1px solid #ebedee}.table>thead{border-top-width:0;border-bottom:1px solid #b2bac1}.table a{word-break:break-word}.table>:not(caption)>*>*{background-color:unset;color:unset}#quarto-document-content .crosstalk-input .checkbox input[type=checkbox],#quarto-document-content .crosstalk-input .checkbox-inline input[type=checkbox]{position:unset;margin-top:unset;margin-left:unset}#quarto-document-content .row{margin-left:unset;margin-right:unset}.quarto-xref{white-space:nowrap}a.external:after{content:"";background-image:url('data:image/svg+xml,');background-size:contain;background-repeat:no-repeat;background-position:center center;margin-left:.2em;padding-right:.75em}div.sourceCode code a.external:after{content:none}a.external:after:hover{cursor:pointer}.quarto-ext-icon{display:inline-block;font-size:.75em;padding-left:.3em}.code-with-filename .code-with-filename-file{margin-bottom:0;padding-bottom:2px;padding-top:2px;padding-left:.7em;border:var(--quarto-border-width) solid var(--quarto-border-color);border-radius:var(--quarto-border-radius);border-bottom:0;border-bottom-left-radius:0%;border-bottom-right-radius:0%}.code-with-filename div.sourceCode,.reveal .code-with-filename div.sourceCode{margin-top:0;border-top-left-radius:0%;border-top-right-radius:0%}.code-with-filename .code-with-filename-file pre{margin-bottom:0}.code-with-filename .code-with-filename-file{background-color:rgba(219,219,219,.8)}.quarto-dark .code-with-filename .code-with-filename-file{background-color:#555}.code-with-filename .code-with-filename-file strong{font-weight:400}.quarto-title-banner{margin-bottom:1em;color:#fdfdfe;background:#0f6070}.quarto-title-banner a{color:#fdfdfe}.quarto-title-banner h1,.quarto-title-banner .h1,.quarto-title-banner h2,.quarto-title-banner .h2{color:#fdfdfe}.quarto-title-banner .code-tools-button{color:#b9b9dc}.quarto-title-banner .code-tools-button:hover{color:#fdfdfe}.quarto-title-banner .code-tools-button>.bi::before{background-image:url('data:image/svg+xml,')}.quarto-title-banner .code-tools-button:hover>.bi::before{background-image:url('data:image/svg+xml,')}.quarto-title-banner .quarto-title .title{font-weight:600}.quarto-title-banner .quarto-categories{margin-top:.75em}@media(min-width: 992px){.quarto-title-banner{padding-top:2.5em;padding-bottom:2.5em}}@media(max-width: 991.98px){.quarto-title-banner{padding-top:1em;padding-bottom:1em}}@media(max-width: 767.98px){body.hypothesis-enabled #title-block-header>*{padding-right:20px}}main.quarto-banner-title-block>section:first-child>h2,main.quarto-banner-title-block>section:first-child>.h2,main.quarto-banner-title-block>section:first-child>h3,main.quarto-banner-title-block>section:first-child>.h3,main.quarto-banner-title-block>section:first-child>h4,main.quarto-banner-title-block>section:first-child>.h4{margin-top:0}.quarto-title .quarto-categories{display:flex;flex-wrap:wrap;row-gap:.5em;column-gap:.4em;padding-bottom:.5em;margin-top:.75em}.quarto-title .quarto-categories .quarto-category{padding:.25em .75em;font-size:.65em;text-transform:uppercase;border:solid 1px;border-radius:.25rem;opacity:.6}.quarto-title .quarto-categories .quarto-category a{color:inherit}.quarto-title-meta-container{display:grid;grid-template-columns:1fr auto}.quarto-title-meta-column-end{display:flex;flex-direction:column;padding-left:1em}.quarto-title-meta-column-end a .bi{margin-right:.3em}#title-block-header.quarto-title-block.default .quarto-title-meta{display:grid;grid-template-columns:minmax(max-content, 1fr) 1fr;grid-column-gap:1em}#title-block-header.quarto-title-block.default .quarto-title .title{margin-bottom:0}#title-block-header.quarto-title-block.default .quarto-title-author-orcid img{margin-top:-0.2em;height:.8em;width:.8em}#title-block-header.quarto-title-block.default .quarto-title-author-email{opacity:.7}#title-block-header.quarto-title-block.default .quarto-description p:last-of-type{margin-bottom:0}#title-block-header.quarto-title-block.default .quarto-title-meta-contents p,#title-block-header.quarto-title-block.default .quarto-title-authors p,#title-block-header.quarto-title-block.default .quarto-title-affiliations p{margin-bottom:.1em}#title-block-header.quarto-title-block.default .quarto-title-meta-heading{text-transform:uppercase;margin-top:1em;font-size:.8em;opacity:.8;font-weight:400}#title-block-header.quarto-title-block.default .quarto-title-meta-contents{font-size:.9em}#title-block-header.quarto-title-block.default .quarto-title-meta-contents p.affiliation:last-of-type{margin-bottom:.1em}#title-block-header.quarto-title-block.default p.affiliation{margin-bottom:.1em}#title-block-header.quarto-title-block.default .keywords,#title-block-header.quarto-title-block.default .description,#title-block-header.quarto-title-block.default .abstract{margin-top:0}#title-block-header.quarto-title-block.default .keywords>p,#title-block-header.quarto-title-block.default .description>p,#title-block-header.quarto-title-block.default .abstract>p{font-size:.9em}#title-block-header.quarto-title-block.default .keywords>p:last-of-type,#title-block-header.quarto-title-block.default .description>p:last-of-type,#title-block-header.quarto-title-block.default .abstract>p:last-of-type{margin-bottom:0}#title-block-header.quarto-title-block.default .keywords .block-title,#title-block-header.quarto-title-block.default .description .block-title,#title-block-header.quarto-title-block.default .abstract .block-title{margin-top:1em;text-transform:uppercase;font-size:.8em;opacity:.8;font-weight:400}#title-block-header.quarto-title-block.default .quarto-title-meta-author{display:grid;grid-template-columns:minmax(max-content, 1fr) 1fr;grid-column-gap:1em}.quarto-title-tools-only{display:flex;justify-content:right}.navbar{font-size:1.09375rem;border:1px solid rgba(0,0,0,.1)}p{font-family:Barlow,serif}blockquote{font-style:italic}footer{font-size:1.09375rem}.lead{font-family:Fira Sans Condensed,sans-serif;color:#6c757d}table,.table{font-size:1.09375rem}.nav,.breadcrumb,.pagination{font-size:1.09375rem}.dropdown-menu{font-size:1.09375rem}.alert{font-size:1.09375rem;color:#fff}.alert,.alert p{font-family:Fira Sans Condensed,sans-serif}.alert a,.alert .alert-link{font-weight:400;color:#fff;text-decoration:underline}.alert-default{background-color:#adb5bd}.alert-primary{background-color:#42159d}.alert-secondary{background-color:#adb5bd}.alert-success{background-color:#02b875}.alert-info{background-color:#17a2b8}.alert-warning{background-color:#fb9e07}.alert-danger{background-color:#cf4446}.alert-light{background-color:#f8f9fa}.alert-dark{background-color:#343a40}.alert-light,.alert-light a,.alert-light .alert-link{color:#343a40}.badge.bg-light{color:#343a40}.list-group{font-size:1.09375rem}h2,.h2{border-bottom:none}ul,ol{font-family:Barlow,serif}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active{color:#ffc361}div.sidebar-item-container .active,div.sidebar-item-container .show>.nav-link,div.sidebar-item-container .sidebar-link>code{color:#fb9e07}.title-block{margin:1em 0;border-bottom:3px solid #e9ecef;padding-bottom:1em}.course-details{margin:0 0 1em;border-bottom:3px solid #e9ecef;padding-bottom:1em}.course-details h3,.course-details .h3{margin-top:0}.course-title{font-size:3.5rem;margin-top:0}.course-subtitle{font-size:1.7rem}.course-meta{font-size:1.2rem;color:#6c757d}.course-details ul{list-style:none;text-indent:-0.7rem;padding-left:1.4rem}.contact-policy p{font-size:1rem;line-height:1.5}.course-details-smaller li{font-size:1rem}.course-details-smaller h3,.course-details-smaller .h3{font-size:1.4rem}.nav-footer-left{text-align:left}.nav-footer-right{text-align:right}.content-title{font-weight:700}.content-note{font-size:.8rem;display:block}.schedule-page h3,.schedule-page .h3{text-align:center;margin-top:3rem;border-bottom:3px solid #ee6a24;padding-bottom:.5rem}.download-btn{padding-top:.25rem;margin-bottom:0;text-align:center}.back-nav{margin-bottom:1.5rem}.news .quarto-title-meta{font-size:1.1rem;border-left:5px solid #ee6a24;padding:0 .5rem 1rem;margin:1rem 0 2.5rem;background-color:#fdebe1}.news .quarto-categories{padding-top:.5em}.date-block{font-size:1.3rem}.bg-content{background-color:#a52c60}.bg-assignment{background-color:#cf4446}p a.btn,.buttons span.btn{font-size:1.2rem}.buttons .btn{margin-bottom:1rem}main ol ol,main ul ul,main ol ul,main ul ol{margin-bottom:0em}main ol p+ol,main ul p+ul,main ol p+ul,main ul p+ol{margin-bottom:1em}.callout.callout-style-default>div.callout-header,.callout.callout-style-default>.callout-body{font-size:1.2rem}.callout.callout-style-default .callout-icon::before{height:1.2rem;width:1.2rem;background-size:1.2rem 1.2rem}.sidebar-navigation .sidebar-section .sidebar-item,.sidebar-navigation .sidebar-item{line-height:1.2;padding-bottom:.4rem}.sidebar-item .sidebar-item-toggle .bi{font-size:1.1rem;text-align:center}#TOC{padding-bottom:.1em}#toc-title{font-weight:700}.sidebar nav[role=doc-toc]>ul li a{padding-top:.3rem;padding-bottom:.3rem}pre.text,pre.sourceCode,.cell-output pre{font-size:.775em}.cell-output{margin:0 0 1em}.cell-output pre{margin-bottom:0;color:#fff}.cell-output,pre.text{border:none;padding:.4em;background-color:#2e3440;border:1px solid #2e3440;border-radius:.25rem}pre.text{color:#fff}.image-cropper{width:80px;height:80px;position:relative;overflow:hidden;border-radius:70%}.profile-pic{display:inline;margin:0 auto;margin-right:inherit;height:50%;width:auto} diff --git a/docs/site_libs/bootstrap/bootstrap.min.js b/docs/site_libs/bootstrap/bootstrap.min.js new file mode 100644 index 00000000..e8f21f70 --- /dev/null +++ b/docs/site_libs/bootstrap/bootstrap.min.js @@ -0,0 +1,7 @@ +/*! + * Bootstrap v5.3.1 (https://getbootstrap.com/) + * Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */ +!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).bootstrap=e()}(this,(function(){"use strict";const t=new Map,e={set(e,i,n){t.has(e)||t.set(e,new Map);const s=t.get(e);s.has(i)||0===s.size?s.set(i,n):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(s.keys())[0]}.`)},get:(e,i)=>t.has(e)&&t.get(e).get(i)||null,remove(e,i){if(!t.has(e))return;const n=t.get(e);n.delete(i),0===n.size&&t.delete(e)}},i="transitionend",n=t=>(t&&window.CSS&&window.CSS.escape&&(t=t.replace(/#([^\s"#']+)/g,((t,e)=>`#${CSS.escape(e)}`))),t),s=t=>{t.dispatchEvent(new Event(i))},o=t=>!(!t||"object"!=typeof t)&&(void 0!==t.jquery&&(t=t[0]),void 0!==t.nodeType),r=t=>o(t)?t.jquery?t[0]:t:"string"==typeof t&&t.length>0?document.querySelector(n(t)):null,a=t=>{if(!o(t)||0===t.getClientRects().length)return!1;const e="visible"===getComputedStyle(t).getPropertyValue("visibility"),i=t.closest("details:not([open])");if(!i)return e;if(i!==t){const e=t.closest("summary");if(e&&e.parentNode!==i)return!1;if(null===e)return!1}return e},l=t=>!t||t.nodeType!==Node.ELEMENT_NODE||!!t.classList.contains("disabled")||(void 0!==t.disabled?t.disabled:t.hasAttribute("disabled")&&"false"!==t.getAttribute("disabled")),c=t=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof t.getRootNode){const e=t.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?c(t.parentNode):null},h=()=>{},d=t=>{t.offsetHeight},u=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,f=[],p=()=>"rtl"===document.documentElement.dir,m=t=>{var e;e=()=>{const e=u();if(e){const i=t.NAME,n=e.fn[i];e.fn[i]=t.jQueryInterface,e.fn[i].Constructor=t,e.fn[i].noConflict=()=>(e.fn[i]=n,t.jQueryInterface)}},"loading"===document.readyState?(f.length||document.addEventListener("DOMContentLoaded",(()=>{for(const t of f)t()})),f.push(e)):e()},g=(t,e=[],i=t)=>"function"==typeof t?t(...e):i,_=(t,e,n=!0)=>{if(!n)return void g(t);const o=(t=>{if(!t)return 0;let{transitionDuration:e,transitionDelay:i}=window.getComputedStyle(t);const n=Number.parseFloat(e),s=Number.parseFloat(i);return n||s?(e=e.split(",")[0],i=i.split(",")[0],1e3*(Number.parseFloat(e)+Number.parseFloat(i))):0})(e)+5;let r=!1;const a=({target:n})=>{n===e&&(r=!0,e.removeEventListener(i,a),g(t))};e.addEventListener(i,a),setTimeout((()=>{r||s(e)}),o)},b=(t,e,i,n)=>{const s=t.length;let o=t.indexOf(e);return-1===o?!i&&n?t[s-1]:t[0]:(o+=i?1:-1,n&&(o=(o+s)%s),t[Math.max(0,Math.min(o,s-1))])},v=/[^.]*(?=\..*)\.|.*/,y=/\..*/,w=/::\d+$/,A={};let E=1;const T={mouseenter:"mouseover",mouseleave:"mouseout"},C=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function O(t,e){return e&&`${e}::${E++}`||t.uidEvent||E++}function x(t){const e=O(t);return t.uidEvent=e,A[e]=A[e]||{},A[e]}function k(t,e,i=null){return Object.values(t).find((t=>t.callable===e&&t.delegationSelector===i))}function L(t,e,i){const n="string"==typeof e,s=n?i:e||i;let o=I(t);return C.has(o)||(o=t),[n,s,o]}function S(t,e,i,n,s){if("string"!=typeof e||!t)return;let[o,r,a]=L(e,i,n);if(e in T){const t=t=>function(e){if(!e.relatedTarget||e.relatedTarget!==e.delegateTarget&&!e.delegateTarget.contains(e.relatedTarget))return t.call(this,e)};r=t(r)}const l=x(t),c=l[a]||(l[a]={}),h=k(c,r,o?i:null);if(h)return void(h.oneOff=h.oneOff&&s);const d=O(r,e.replace(v,"")),u=o?function(t,e,i){return function n(s){const o=t.querySelectorAll(e);for(let{target:r}=s;r&&r!==this;r=r.parentNode)for(const a of o)if(a===r)return P(s,{delegateTarget:r}),n.oneOff&&N.off(t,s.type,e,i),i.apply(r,[s])}}(t,i,r):function(t,e){return function i(n){return P(n,{delegateTarget:t}),i.oneOff&&N.off(t,n.type,e),e.apply(t,[n])}}(t,r);u.delegationSelector=o?i:null,u.callable=r,u.oneOff=s,u.uidEvent=d,c[d]=u,t.addEventListener(a,u,o)}function D(t,e,i,n,s){const o=k(e[i],n,s);o&&(t.removeEventListener(i,o,Boolean(s)),delete e[i][o.uidEvent])}function $(t,e,i,n){const s=e[i]||{};for(const[o,r]of Object.entries(s))o.includes(n)&&D(t,e,i,r.callable,r.delegationSelector)}function I(t){return t=t.replace(y,""),T[t]||t}const N={on(t,e,i,n){S(t,e,i,n,!1)},one(t,e,i,n){S(t,e,i,n,!0)},off(t,e,i,n){if("string"!=typeof e||!t)return;const[s,o,r]=L(e,i,n),a=r!==e,l=x(t),c=l[r]||{},h=e.startsWith(".");if(void 0===o){if(h)for(const i of Object.keys(l))$(t,l,i,e.slice(1));for(const[i,n]of Object.entries(c)){const s=i.replace(w,"");a&&!e.includes(s)||D(t,l,r,n.callable,n.delegationSelector)}}else{if(!Object.keys(c).length)return;D(t,l,r,o,s?i:null)}},trigger(t,e,i){if("string"!=typeof e||!t)return null;const n=u();let s=null,o=!0,r=!0,a=!1;e!==I(e)&&n&&(s=n.Event(e,i),n(t).trigger(s),o=!s.isPropagationStopped(),r=!s.isImmediatePropagationStopped(),a=s.isDefaultPrevented());const l=P(new Event(e,{bubbles:o,cancelable:!0}),i);return a&&l.preventDefault(),r&&t.dispatchEvent(l),l.defaultPrevented&&s&&s.preventDefault(),l}};function P(t,e={}){for(const[i,n]of Object.entries(e))try{t[i]=n}catch(e){Object.defineProperty(t,i,{configurable:!0,get:()=>n})}return t}function M(t){if("true"===t)return!0;if("false"===t)return!1;if(t===Number(t).toString())return Number(t);if(""===t||"null"===t)return null;if("string"!=typeof t)return t;try{return JSON.parse(decodeURIComponent(t))}catch(e){return t}}function j(t){return t.replace(/[A-Z]/g,(t=>`-${t.toLowerCase()}`))}const F={setDataAttribute(t,e,i){t.setAttribute(`data-bs-${j(e)}`,i)},removeDataAttribute(t,e){t.removeAttribute(`data-bs-${j(e)}`)},getDataAttributes(t){if(!t)return{};const e={},i=Object.keys(t.dataset).filter((t=>t.startsWith("bs")&&!t.startsWith("bsConfig")));for(const n of i){let i=n.replace(/^bs/,"");i=i.charAt(0).toLowerCase()+i.slice(1,i.length),e[i]=M(t.dataset[n])}return e},getDataAttribute:(t,e)=>M(t.getAttribute(`data-bs-${j(e)}`))};class H{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(t){return t=this._mergeConfigObj(t),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}_configAfterMerge(t){return t}_mergeConfigObj(t,e){const i=o(e)?F.getDataAttribute(e,"config"):{};return{...this.constructor.Default,..."object"==typeof i?i:{},...o(e)?F.getDataAttributes(e):{},..."object"==typeof t?t:{}}}_typeCheckConfig(t,e=this.constructor.DefaultType){for(const[n,s]of Object.entries(e)){const e=t[n],r=o(e)?"element":null==(i=e)?`${i}`:Object.prototype.toString.call(i).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(s).test(r))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${n}" provided type "${r}" but expected type "${s}".`)}var i}}class W extends H{constructor(t,i){super(),(t=r(t))&&(this._element=t,this._config=this._getConfig(i),e.set(this._element,this.constructor.DATA_KEY,this))}dispose(){e.remove(this._element,this.constructor.DATA_KEY),N.off(this._element,this.constructor.EVENT_KEY);for(const t of Object.getOwnPropertyNames(this))this[t]=null}_queueCallback(t,e,i=!0){_(t,e,i)}_getConfig(t){return t=this._mergeConfigObj(t,this._element),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}static getInstance(t){return e.get(r(t),this.DATA_KEY)}static getOrCreateInstance(t,e={}){return this.getInstance(t)||new this(t,"object"==typeof e?e:null)}static get VERSION(){return"5.3.1"}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(t){return`${t}${this.EVENT_KEY}`}}const B=t=>{let e=t.getAttribute("data-bs-target");if(!e||"#"===e){let i=t.getAttribute("href");if(!i||!i.includes("#")&&!i.startsWith("."))return null;i.includes("#")&&!i.startsWith("#")&&(i=`#${i.split("#")[1]}`),e=i&&"#"!==i?i.trim():null}return n(e)},z={find:(t,e=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(e,t)),findOne:(t,e=document.documentElement)=>Element.prototype.querySelector.call(e,t),children:(t,e)=>[].concat(...t.children).filter((t=>t.matches(e))),parents(t,e){const i=[];let n=t.parentNode.closest(e);for(;n;)i.push(n),n=n.parentNode.closest(e);return i},prev(t,e){let i=t.previousElementSibling;for(;i;){if(i.matches(e))return[i];i=i.previousElementSibling}return[]},next(t,e){let i=t.nextElementSibling;for(;i;){if(i.matches(e))return[i];i=i.nextElementSibling}return[]},focusableChildren(t){const e=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map((t=>`${t}:not([tabindex^="-"])`)).join(",");return this.find(e,t).filter((t=>!l(t)&&a(t)))},getSelectorFromElement(t){const e=B(t);return e&&z.findOne(e)?e:null},getElementFromSelector(t){const e=B(t);return e?z.findOne(e):null},getMultipleElementsFromSelector(t){const e=B(t);return e?z.find(e):[]}},R=(t,e="hide")=>{const i=`click.dismiss${t.EVENT_KEY}`,n=t.NAME;N.on(document,i,`[data-bs-dismiss="${n}"]`,(function(i){if(["A","AREA"].includes(this.tagName)&&i.preventDefault(),l(this))return;const s=z.getElementFromSelector(this)||this.closest(`.${n}`);t.getOrCreateInstance(s)[e]()}))},q=".bs.alert",V=`close${q}`,K=`closed${q}`;class Q extends W{static get NAME(){return"alert"}close(){if(N.trigger(this._element,V).defaultPrevented)return;this._element.classList.remove("show");const t=this._element.classList.contains("fade");this._queueCallback((()=>this._destroyElement()),this._element,t)}_destroyElement(){this._element.remove(),N.trigger(this._element,K),this.dispose()}static jQueryInterface(t){return this.each((function(){const e=Q.getOrCreateInstance(this);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}R(Q,"close"),m(Q);const X='[data-bs-toggle="button"]';class Y extends W{static get NAME(){return"button"}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle("active"))}static jQueryInterface(t){return this.each((function(){const e=Y.getOrCreateInstance(this);"toggle"===t&&e[t]()}))}}N.on(document,"click.bs.button.data-api",X,(t=>{t.preventDefault();const e=t.target.closest(X);Y.getOrCreateInstance(e).toggle()})),m(Y);const U=".bs.swipe",G=`touchstart${U}`,J=`touchmove${U}`,Z=`touchend${U}`,tt=`pointerdown${U}`,et=`pointerup${U}`,it={endCallback:null,leftCallback:null,rightCallback:null},nt={endCallback:"(function|null)",leftCallback:"(function|null)",rightCallback:"(function|null)"};class st extends H{constructor(t,e){super(),this._element=t,t&&st.isSupported()&&(this._config=this._getConfig(e),this._deltaX=0,this._supportPointerEvents=Boolean(window.PointerEvent),this._initEvents())}static get Default(){return it}static get DefaultType(){return nt}static get NAME(){return"swipe"}dispose(){N.off(this._element,U)}_start(t){this._supportPointerEvents?this._eventIsPointerPenTouch(t)&&(this._deltaX=t.clientX):this._deltaX=t.touches[0].clientX}_end(t){this._eventIsPointerPenTouch(t)&&(this._deltaX=t.clientX-this._deltaX),this._handleSwipe(),g(this._config.endCallback)}_move(t){this._deltaX=t.touches&&t.touches.length>1?0:t.touches[0].clientX-this._deltaX}_handleSwipe(){const t=Math.abs(this._deltaX);if(t<=40)return;const e=t/this._deltaX;this._deltaX=0,e&&g(e>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(N.on(this._element,tt,(t=>this._start(t))),N.on(this._element,et,(t=>this._end(t))),this._element.classList.add("pointer-event")):(N.on(this._element,G,(t=>this._start(t))),N.on(this._element,J,(t=>this._move(t))),N.on(this._element,Z,(t=>this._end(t))))}_eventIsPointerPenTouch(t){return this._supportPointerEvents&&("pen"===t.pointerType||"touch"===t.pointerType)}static isSupported(){return"ontouchstart"in document.documentElement||navigator.maxTouchPoints>0}}const ot=".bs.carousel",rt=".data-api",at="next",lt="prev",ct="left",ht="right",dt=`slide${ot}`,ut=`slid${ot}`,ft=`keydown${ot}`,pt=`mouseenter${ot}`,mt=`mouseleave${ot}`,gt=`dragstart${ot}`,_t=`load${ot}${rt}`,bt=`click${ot}${rt}`,vt="carousel",yt="active",wt=".active",At=".carousel-item",Et=wt+At,Tt={ArrowLeft:ht,ArrowRight:ct},Ct={interval:5e3,keyboard:!0,pause:"hover",ride:!1,touch:!0,wrap:!0},Ot={interval:"(number|boolean)",keyboard:"boolean",pause:"(string|boolean)",ride:"(boolean|string)",touch:"boolean",wrap:"boolean"};class xt extends W{constructor(t,e){super(t,e),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=z.findOne(".carousel-indicators",this._element),this._addEventListeners(),this._config.ride===vt&&this.cycle()}static get Default(){return Ct}static get DefaultType(){return Ot}static get NAME(){return"carousel"}next(){this._slide(at)}nextWhenVisible(){!document.hidden&&a(this._element)&&this.next()}prev(){this._slide(lt)}pause(){this._isSliding&&s(this._element),this._clearInterval()}cycle(){this._clearInterval(),this._updateInterval(),this._interval=setInterval((()=>this.nextWhenVisible()),this._config.interval)}_maybeEnableCycle(){this._config.ride&&(this._isSliding?N.one(this._element,ut,(()=>this.cycle())):this.cycle())}to(t){const e=this._getItems();if(t>e.length-1||t<0)return;if(this._isSliding)return void N.one(this._element,ut,(()=>this.to(t)));const i=this._getItemIndex(this._getActive());if(i===t)return;const n=t>i?at:lt;this._slide(n,e[t])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(t){return t.defaultInterval=t.interval,t}_addEventListeners(){this._config.keyboard&&N.on(this._element,ft,(t=>this._keydown(t))),"hover"===this._config.pause&&(N.on(this._element,pt,(()=>this.pause())),N.on(this._element,mt,(()=>this._maybeEnableCycle()))),this._config.touch&&st.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(const t of z.find(".carousel-item img",this._element))N.on(t,gt,(t=>t.preventDefault()));const t={leftCallback:()=>this._slide(this._directionToOrder(ct)),rightCallback:()=>this._slide(this._directionToOrder(ht)),endCallback:()=>{"hover"===this._config.pause&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout((()=>this._maybeEnableCycle()),500+this._config.interval))}};this._swipeHelper=new st(this._element,t)}_keydown(t){if(/input|textarea/i.test(t.target.tagName))return;const e=Tt[t.key];e&&(t.preventDefault(),this._slide(this._directionToOrder(e)))}_getItemIndex(t){return this._getItems().indexOf(t)}_setActiveIndicatorElement(t){if(!this._indicatorsElement)return;const e=z.findOne(wt,this._indicatorsElement);e.classList.remove(yt),e.removeAttribute("aria-current");const i=z.findOne(`[data-bs-slide-to="${t}"]`,this._indicatorsElement);i&&(i.classList.add(yt),i.setAttribute("aria-current","true"))}_updateInterval(){const t=this._activeElement||this._getActive();if(!t)return;const e=Number.parseInt(t.getAttribute("data-bs-interval"),10);this._config.interval=e||this._config.defaultInterval}_slide(t,e=null){if(this._isSliding)return;const i=this._getActive(),n=t===at,s=e||b(this._getItems(),i,n,this._config.wrap);if(s===i)return;const o=this._getItemIndex(s),r=e=>N.trigger(this._element,e,{relatedTarget:s,direction:this._orderToDirection(t),from:this._getItemIndex(i),to:o});if(r(dt).defaultPrevented)return;if(!i||!s)return;const a=Boolean(this._interval);this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(o),this._activeElement=s;const l=n?"carousel-item-start":"carousel-item-end",c=n?"carousel-item-next":"carousel-item-prev";s.classList.add(c),d(s),i.classList.add(l),s.classList.add(l),this._queueCallback((()=>{s.classList.remove(l,c),s.classList.add(yt),i.classList.remove(yt,c,l),this._isSliding=!1,r(ut)}),i,this._isAnimated()),a&&this.cycle()}_isAnimated(){return this._element.classList.contains("slide")}_getActive(){return z.findOne(Et,this._element)}_getItems(){return z.find(At,this._element)}_clearInterval(){this._interval&&(clearInterval(this._interval),this._interval=null)}_directionToOrder(t){return p()?t===ct?lt:at:t===ct?at:lt}_orderToDirection(t){return p()?t===lt?ct:ht:t===lt?ht:ct}static jQueryInterface(t){return this.each((function(){const e=xt.getOrCreateInstance(this,t);if("number"!=typeof t){if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t]()}}else e.to(t)}))}}N.on(document,bt,"[data-bs-slide], [data-bs-slide-to]",(function(t){const e=z.getElementFromSelector(this);if(!e||!e.classList.contains(vt))return;t.preventDefault();const i=xt.getOrCreateInstance(e),n=this.getAttribute("data-bs-slide-to");return n?(i.to(n),void i._maybeEnableCycle()):"next"===F.getDataAttribute(this,"slide")?(i.next(),void i._maybeEnableCycle()):(i.prev(),void i._maybeEnableCycle())})),N.on(window,_t,(()=>{const t=z.find('[data-bs-ride="carousel"]');for(const e of t)xt.getOrCreateInstance(e)})),m(xt);const kt=".bs.collapse",Lt=`show${kt}`,St=`shown${kt}`,Dt=`hide${kt}`,$t=`hidden${kt}`,It=`click${kt}.data-api`,Nt="show",Pt="collapse",Mt="collapsing",jt=`:scope .${Pt} .${Pt}`,Ft='[data-bs-toggle="collapse"]',Ht={parent:null,toggle:!0},Wt={parent:"(null|element)",toggle:"boolean"};class Bt extends W{constructor(t,e){super(t,e),this._isTransitioning=!1,this._triggerArray=[];const i=z.find(Ft);for(const t of i){const e=z.getSelectorFromElement(t),i=z.find(e).filter((t=>t===this._element));null!==e&&i.length&&this._triggerArray.push(t)}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return Ht}static get DefaultType(){return Wt}static get NAME(){return"collapse"}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let t=[];if(this._config.parent&&(t=this._getFirstLevelChildren(".collapse.show, .collapse.collapsing").filter((t=>t!==this._element)).map((t=>Bt.getOrCreateInstance(t,{toggle:!1})))),t.length&&t[0]._isTransitioning)return;if(N.trigger(this._element,Lt).defaultPrevented)return;for(const e of t)e.hide();const e=this._getDimension();this._element.classList.remove(Pt),this._element.classList.add(Mt),this._element.style[e]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;const i=`scroll${e[0].toUpperCase()+e.slice(1)}`;this._queueCallback((()=>{this._isTransitioning=!1,this._element.classList.remove(Mt),this._element.classList.add(Pt,Nt),this._element.style[e]="",N.trigger(this._element,St)}),this._element,!0),this._element.style[e]=`${this._element[i]}px`}hide(){if(this._isTransitioning||!this._isShown())return;if(N.trigger(this._element,Dt).defaultPrevented)return;const t=this._getDimension();this._element.style[t]=`${this._element.getBoundingClientRect()[t]}px`,d(this._element),this._element.classList.add(Mt),this._element.classList.remove(Pt,Nt);for(const t of this._triggerArray){const e=z.getElementFromSelector(t);e&&!this._isShown(e)&&this._addAriaAndCollapsedClass([t],!1)}this._isTransitioning=!0,this._element.style[t]="",this._queueCallback((()=>{this._isTransitioning=!1,this._element.classList.remove(Mt),this._element.classList.add(Pt),N.trigger(this._element,$t)}),this._element,!0)}_isShown(t=this._element){return t.classList.contains(Nt)}_configAfterMerge(t){return t.toggle=Boolean(t.toggle),t.parent=r(t.parent),t}_getDimension(){return this._element.classList.contains("collapse-horizontal")?"width":"height"}_initializeChildren(){if(!this._config.parent)return;const t=this._getFirstLevelChildren(Ft);for(const e of t){const t=z.getElementFromSelector(e);t&&this._addAriaAndCollapsedClass([e],this._isShown(t))}}_getFirstLevelChildren(t){const e=z.find(jt,this._config.parent);return z.find(t,this._config.parent).filter((t=>!e.includes(t)))}_addAriaAndCollapsedClass(t,e){if(t.length)for(const i of t)i.classList.toggle("collapsed",!e),i.setAttribute("aria-expanded",e)}static jQueryInterface(t){const e={};return"string"==typeof t&&/show|hide/.test(t)&&(e.toggle=!1),this.each((function(){const i=Bt.getOrCreateInstance(this,e);if("string"==typeof t){if(void 0===i[t])throw new TypeError(`No method named "${t}"`);i[t]()}}))}}N.on(document,It,Ft,(function(t){("A"===t.target.tagName||t.delegateTarget&&"A"===t.delegateTarget.tagName)&&t.preventDefault();for(const t of z.getMultipleElementsFromSelector(this))Bt.getOrCreateInstance(t,{toggle:!1}).toggle()})),m(Bt);var zt="top",Rt="bottom",qt="right",Vt="left",Kt="auto",Qt=[zt,Rt,qt,Vt],Xt="start",Yt="end",Ut="clippingParents",Gt="viewport",Jt="popper",Zt="reference",te=Qt.reduce((function(t,e){return t.concat([e+"-"+Xt,e+"-"+Yt])}),[]),ee=[].concat(Qt,[Kt]).reduce((function(t,e){return t.concat([e,e+"-"+Xt,e+"-"+Yt])}),[]),ie="beforeRead",ne="read",se="afterRead",oe="beforeMain",re="main",ae="afterMain",le="beforeWrite",ce="write",he="afterWrite",de=[ie,ne,se,oe,re,ae,le,ce,he];function ue(t){return t?(t.nodeName||"").toLowerCase():null}function fe(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function pe(t){return t instanceof fe(t).Element||t instanceof Element}function me(t){return t instanceof fe(t).HTMLElement||t instanceof HTMLElement}function ge(t){return"undefined"!=typeof ShadowRoot&&(t instanceof fe(t).ShadowRoot||t instanceof ShadowRoot)}const _e={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var i=e.styles[t]||{},n=e.attributes[t]||{},s=e.elements[t];me(s)&&ue(s)&&(Object.assign(s.style,i),Object.keys(n).forEach((function(t){var e=n[t];!1===e?s.removeAttribute(t):s.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,i={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,i.popper),e.styles=i,e.elements.arrow&&Object.assign(e.elements.arrow.style,i.arrow),function(){Object.keys(e.elements).forEach((function(t){var n=e.elements[t],s=e.attributes[t]||{},o=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:i[t]).reduce((function(t,e){return t[e]="",t}),{});me(n)&&ue(n)&&(Object.assign(n.style,o),Object.keys(s).forEach((function(t){n.removeAttribute(t)})))}))}},requires:["computeStyles"]};function be(t){return t.split("-")[0]}var ve=Math.max,ye=Math.min,we=Math.round;function Ae(){var t=navigator.userAgentData;return null!=t&&t.brands&&Array.isArray(t.brands)?t.brands.map((function(t){return t.brand+"/"+t.version})).join(" "):navigator.userAgent}function Ee(){return!/^((?!chrome|android).)*safari/i.test(Ae())}function Te(t,e,i){void 0===e&&(e=!1),void 0===i&&(i=!1);var n=t.getBoundingClientRect(),s=1,o=1;e&&me(t)&&(s=t.offsetWidth>0&&we(n.width)/t.offsetWidth||1,o=t.offsetHeight>0&&we(n.height)/t.offsetHeight||1);var r=(pe(t)?fe(t):window).visualViewport,a=!Ee()&&i,l=(n.left+(a&&r?r.offsetLeft:0))/s,c=(n.top+(a&&r?r.offsetTop:0))/o,h=n.width/s,d=n.height/o;return{width:h,height:d,top:c,right:l+h,bottom:c+d,left:l,x:l,y:c}}function Ce(t){var e=Te(t),i=t.offsetWidth,n=t.offsetHeight;return Math.abs(e.width-i)<=1&&(i=e.width),Math.abs(e.height-n)<=1&&(n=e.height),{x:t.offsetLeft,y:t.offsetTop,width:i,height:n}}function Oe(t,e){var i=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(i&&ge(i)){var n=e;do{if(n&&t.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function xe(t){return fe(t).getComputedStyle(t)}function ke(t){return["table","td","th"].indexOf(ue(t))>=0}function Le(t){return((pe(t)?t.ownerDocument:t.document)||window.document).documentElement}function Se(t){return"html"===ue(t)?t:t.assignedSlot||t.parentNode||(ge(t)?t.host:null)||Le(t)}function De(t){return me(t)&&"fixed"!==xe(t).position?t.offsetParent:null}function $e(t){for(var e=fe(t),i=De(t);i&&ke(i)&&"static"===xe(i).position;)i=De(i);return i&&("html"===ue(i)||"body"===ue(i)&&"static"===xe(i).position)?e:i||function(t){var e=/firefox/i.test(Ae());if(/Trident/i.test(Ae())&&me(t)&&"fixed"===xe(t).position)return null;var i=Se(t);for(ge(i)&&(i=i.host);me(i)&&["html","body"].indexOf(ue(i))<0;){var n=xe(i);if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||e&&"filter"===n.willChange||e&&n.filter&&"none"!==n.filter)return i;i=i.parentNode}return null}(t)||e}function Ie(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function Ne(t,e,i){return ve(t,ye(e,i))}function Pe(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function Me(t,e){return e.reduce((function(e,i){return e[i]=t,e}),{})}const je={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,i=t.state,n=t.name,s=t.options,o=i.elements.arrow,r=i.modifiersData.popperOffsets,a=be(i.placement),l=Ie(a),c=[Vt,qt].indexOf(a)>=0?"height":"width";if(o&&r){var h=function(t,e){return Pe("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:Me(t,Qt))}(s.padding,i),d=Ce(o),u="y"===l?zt:Vt,f="y"===l?Rt:qt,p=i.rects.reference[c]+i.rects.reference[l]-r[l]-i.rects.popper[c],m=r[l]-i.rects.reference[l],g=$e(o),_=g?"y"===l?g.clientHeight||0:g.clientWidth||0:0,b=p/2-m/2,v=h[u],y=_-d[c]-h[f],w=_/2-d[c]/2+b,A=Ne(v,w,y),E=l;i.modifiersData[n]=((e={})[E]=A,e.centerOffset=A-w,e)}},effect:function(t){var e=t.state,i=t.options.element,n=void 0===i?"[data-popper-arrow]":i;null!=n&&("string"!=typeof n||(n=e.elements.popper.querySelector(n)))&&Oe(e.elements.popper,n)&&(e.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Fe(t){return t.split("-")[1]}var He={top:"auto",right:"auto",bottom:"auto",left:"auto"};function We(t){var e,i=t.popper,n=t.popperRect,s=t.placement,o=t.variation,r=t.offsets,a=t.position,l=t.gpuAcceleration,c=t.adaptive,h=t.roundOffsets,d=t.isFixed,u=r.x,f=void 0===u?0:u,p=r.y,m=void 0===p?0:p,g="function"==typeof h?h({x:f,y:m}):{x:f,y:m};f=g.x,m=g.y;var _=r.hasOwnProperty("x"),b=r.hasOwnProperty("y"),v=Vt,y=zt,w=window;if(c){var A=$e(i),E="clientHeight",T="clientWidth";A===fe(i)&&"static"!==xe(A=Le(i)).position&&"absolute"===a&&(E="scrollHeight",T="scrollWidth"),(s===zt||(s===Vt||s===qt)&&o===Yt)&&(y=Rt,m-=(d&&A===w&&w.visualViewport?w.visualViewport.height:A[E])-n.height,m*=l?1:-1),s!==Vt&&(s!==zt&&s!==Rt||o!==Yt)||(v=qt,f-=(d&&A===w&&w.visualViewport?w.visualViewport.width:A[T])-n.width,f*=l?1:-1)}var C,O=Object.assign({position:a},c&&He),x=!0===h?function(t,e){var i=t.x,n=t.y,s=e.devicePixelRatio||1;return{x:we(i*s)/s||0,y:we(n*s)/s||0}}({x:f,y:m},fe(i)):{x:f,y:m};return f=x.x,m=x.y,l?Object.assign({},O,((C={})[y]=b?"0":"",C[v]=_?"0":"",C.transform=(w.devicePixelRatio||1)<=1?"translate("+f+"px, "+m+"px)":"translate3d("+f+"px, "+m+"px, 0)",C)):Object.assign({},O,((e={})[y]=b?m+"px":"",e[v]=_?f+"px":"",e.transform="",e))}const Be={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,i=t.options,n=i.gpuAcceleration,s=void 0===n||n,o=i.adaptive,r=void 0===o||o,a=i.roundOffsets,l=void 0===a||a,c={placement:be(e.placement),variation:Fe(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:s,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,We(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:r,roundOffsets:l})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,We(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}};var ze={passive:!0};const Re={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,i=t.instance,n=t.options,s=n.scroll,o=void 0===s||s,r=n.resize,a=void 0===r||r,l=fe(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return o&&c.forEach((function(t){t.addEventListener("scroll",i.update,ze)})),a&&l.addEventListener("resize",i.update,ze),function(){o&&c.forEach((function(t){t.removeEventListener("scroll",i.update,ze)})),a&&l.removeEventListener("resize",i.update,ze)}},data:{}};var qe={left:"right",right:"left",bottom:"top",top:"bottom"};function Ve(t){return t.replace(/left|right|bottom|top/g,(function(t){return qe[t]}))}var Ke={start:"end",end:"start"};function Qe(t){return t.replace(/start|end/g,(function(t){return Ke[t]}))}function Xe(t){var e=fe(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Ye(t){return Te(Le(t)).left+Xe(t).scrollLeft}function Ue(t){var e=xe(t),i=e.overflow,n=e.overflowX,s=e.overflowY;return/auto|scroll|overlay|hidden/.test(i+s+n)}function Ge(t){return["html","body","#document"].indexOf(ue(t))>=0?t.ownerDocument.body:me(t)&&Ue(t)?t:Ge(Se(t))}function Je(t,e){var i;void 0===e&&(e=[]);var n=Ge(t),s=n===(null==(i=t.ownerDocument)?void 0:i.body),o=fe(n),r=s?[o].concat(o.visualViewport||[],Ue(n)?n:[]):n,a=e.concat(r);return s?a:a.concat(Je(Se(r)))}function Ze(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function ti(t,e,i){return e===Gt?Ze(function(t,e){var i=fe(t),n=Le(t),s=i.visualViewport,o=n.clientWidth,r=n.clientHeight,a=0,l=0;if(s){o=s.width,r=s.height;var c=Ee();(c||!c&&"fixed"===e)&&(a=s.offsetLeft,l=s.offsetTop)}return{width:o,height:r,x:a+Ye(t),y:l}}(t,i)):pe(e)?function(t,e){var i=Te(t,!1,"fixed"===e);return i.top=i.top+t.clientTop,i.left=i.left+t.clientLeft,i.bottom=i.top+t.clientHeight,i.right=i.left+t.clientWidth,i.width=t.clientWidth,i.height=t.clientHeight,i.x=i.left,i.y=i.top,i}(e,i):Ze(function(t){var e,i=Le(t),n=Xe(t),s=null==(e=t.ownerDocument)?void 0:e.body,o=ve(i.scrollWidth,i.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),r=ve(i.scrollHeight,i.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),a=-n.scrollLeft+Ye(t),l=-n.scrollTop;return"rtl"===xe(s||i).direction&&(a+=ve(i.clientWidth,s?s.clientWidth:0)-o),{width:o,height:r,x:a,y:l}}(Le(t)))}function ei(t){var e,i=t.reference,n=t.element,s=t.placement,o=s?be(s):null,r=s?Fe(s):null,a=i.x+i.width/2-n.width/2,l=i.y+i.height/2-n.height/2;switch(o){case zt:e={x:a,y:i.y-n.height};break;case Rt:e={x:a,y:i.y+i.height};break;case qt:e={x:i.x+i.width,y:l};break;case Vt:e={x:i.x-n.width,y:l};break;default:e={x:i.x,y:i.y}}var c=o?Ie(o):null;if(null!=c){var h="y"===c?"height":"width";switch(r){case Xt:e[c]=e[c]-(i[h]/2-n[h]/2);break;case Yt:e[c]=e[c]+(i[h]/2-n[h]/2)}}return e}function ii(t,e){void 0===e&&(e={});var i=e,n=i.placement,s=void 0===n?t.placement:n,o=i.strategy,r=void 0===o?t.strategy:o,a=i.boundary,l=void 0===a?Ut:a,c=i.rootBoundary,h=void 0===c?Gt:c,d=i.elementContext,u=void 0===d?Jt:d,f=i.altBoundary,p=void 0!==f&&f,m=i.padding,g=void 0===m?0:m,_=Pe("number"!=typeof g?g:Me(g,Qt)),b=u===Jt?Zt:Jt,v=t.rects.popper,y=t.elements[p?b:u],w=function(t,e,i,n){var s="clippingParents"===e?function(t){var e=Je(Se(t)),i=["absolute","fixed"].indexOf(xe(t).position)>=0&&me(t)?$e(t):t;return pe(i)?e.filter((function(t){return pe(t)&&Oe(t,i)&&"body"!==ue(t)})):[]}(t):[].concat(e),o=[].concat(s,[i]),r=o[0],a=o.reduce((function(e,i){var s=ti(t,i,n);return e.top=ve(s.top,e.top),e.right=ye(s.right,e.right),e.bottom=ye(s.bottom,e.bottom),e.left=ve(s.left,e.left),e}),ti(t,r,n));return a.width=a.right-a.left,a.height=a.bottom-a.top,a.x=a.left,a.y=a.top,a}(pe(y)?y:y.contextElement||Le(t.elements.popper),l,h,r),A=Te(t.elements.reference),E=ei({reference:A,element:v,strategy:"absolute",placement:s}),T=Ze(Object.assign({},v,E)),C=u===Jt?T:A,O={top:w.top-C.top+_.top,bottom:C.bottom-w.bottom+_.bottom,left:w.left-C.left+_.left,right:C.right-w.right+_.right},x=t.modifiersData.offset;if(u===Jt&&x){var k=x[s];Object.keys(O).forEach((function(t){var e=[qt,Rt].indexOf(t)>=0?1:-1,i=[zt,Rt].indexOf(t)>=0?"y":"x";O[t]+=k[i]*e}))}return O}function ni(t,e){void 0===e&&(e={});var i=e,n=i.placement,s=i.boundary,o=i.rootBoundary,r=i.padding,a=i.flipVariations,l=i.allowedAutoPlacements,c=void 0===l?ee:l,h=Fe(n),d=h?a?te:te.filter((function(t){return Fe(t)===h})):Qt,u=d.filter((function(t){return c.indexOf(t)>=0}));0===u.length&&(u=d);var f=u.reduce((function(e,i){return e[i]=ii(t,{placement:i,boundary:s,rootBoundary:o,padding:r})[be(i)],e}),{});return Object.keys(f).sort((function(t,e){return f[t]-f[e]}))}const si={name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,i=t.options,n=t.name;if(!e.modifiersData[n]._skip){for(var s=i.mainAxis,o=void 0===s||s,r=i.altAxis,a=void 0===r||r,l=i.fallbackPlacements,c=i.padding,h=i.boundary,d=i.rootBoundary,u=i.altBoundary,f=i.flipVariations,p=void 0===f||f,m=i.allowedAutoPlacements,g=e.options.placement,_=be(g),b=l||(_!==g&&p?function(t){if(be(t)===Kt)return[];var e=Ve(t);return[Qe(t),e,Qe(e)]}(g):[Ve(g)]),v=[g].concat(b).reduce((function(t,i){return t.concat(be(i)===Kt?ni(e,{placement:i,boundary:h,rootBoundary:d,padding:c,flipVariations:p,allowedAutoPlacements:m}):i)}),[]),y=e.rects.reference,w=e.rects.popper,A=new Map,E=!0,T=v[0],C=0;C=0,S=L?"width":"height",D=ii(e,{placement:O,boundary:h,rootBoundary:d,altBoundary:u,padding:c}),$=L?k?qt:Vt:k?Rt:zt;y[S]>w[S]&&($=Ve($));var I=Ve($),N=[];if(o&&N.push(D[x]<=0),a&&N.push(D[$]<=0,D[I]<=0),N.every((function(t){return t}))){T=O,E=!1;break}A.set(O,N)}if(E)for(var P=function(t){var e=v.find((function(e){var i=A.get(e);if(i)return i.slice(0,t).every((function(t){return t}))}));if(e)return T=e,"break"},M=p?3:1;M>0&&"break"!==P(M);M--);e.placement!==T&&(e.modifiersData[n]._skip=!0,e.placement=T,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function oi(t,e,i){return void 0===i&&(i={x:0,y:0}),{top:t.top-e.height-i.y,right:t.right-e.width+i.x,bottom:t.bottom-e.height+i.y,left:t.left-e.width-i.x}}function ri(t){return[zt,qt,Rt,Vt].some((function(e){return t[e]>=0}))}const ai={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,i=t.name,n=e.rects.reference,s=e.rects.popper,o=e.modifiersData.preventOverflow,r=ii(e,{elementContext:"reference"}),a=ii(e,{altBoundary:!0}),l=oi(r,n),c=oi(a,s,o),h=ri(l),d=ri(c);e.modifiersData[i]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:h,hasPopperEscaped:d},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":h,"data-popper-escaped":d})}},li={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,i=t.options,n=t.name,s=i.offset,o=void 0===s?[0,0]:s,r=ee.reduce((function(t,i){return t[i]=function(t,e,i){var n=be(t),s=[Vt,zt].indexOf(n)>=0?-1:1,o="function"==typeof i?i(Object.assign({},e,{placement:t})):i,r=o[0],a=o[1];return r=r||0,a=(a||0)*s,[Vt,qt].indexOf(n)>=0?{x:a,y:r}:{x:r,y:a}}(i,e.rects,o),t}),{}),a=r[e.placement],l=a.x,c=a.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=l,e.modifiersData.popperOffsets.y+=c),e.modifiersData[n]=r}},ci={name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,i=t.name;e.modifiersData[i]=ei({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}},hi={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,i=t.options,n=t.name,s=i.mainAxis,o=void 0===s||s,r=i.altAxis,a=void 0!==r&&r,l=i.boundary,c=i.rootBoundary,h=i.altBoundary,d=i.padding,u=i.tether,f=void 0===u||u,p=i.tetherOffset,m=void 0===p?0:p,g=ii(e,{boundary:l,rootBoundary:c,padding:d,altBoundary:h}),_=be(e.placement),b=Fe(e.placement),v=!b,y=Ie(_),w="x"===y?"y":"x",A=e.modifiersData.popperOffsets,E=e.rects.reference,T=e.rects.popper,C="function"==typeof m?m(Object.assign({},e.rects,{placement:e.placement})):m,O="number"==typeof C?{mainAxis:C,altAxis:C}:Object.assign({mainAxis:0,altAxis:0},C),x=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,k={x:0,y:0};if(A){if(o){var L,S="y"===y?zt:Vt,D="y"===y?Rt:qt,$="y"===y?"height":"width",I=A[y],N=I+g[S],P=I-g[D],M=f?-T[$]/2:0,j=b===Xt?E[$]:T[$],F=b===Xt?-T[$]:-E[$],H=e.elements.arrow,W=f&&H?Ce(H):{width:0,height:0},B=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},z=B[S],R=B[D],q=Ne(0,E[$],W[$]),V=v?E[$]/2-M-q-z-O.mainAxis:j-q-z-O.mainAxis,K=v?-E[$]/2+M+q+R+O.mainAxis:F+q+R+O.mainAxis,Q=e.elements.arrow&&$e(e.elements.arrow),X=Q?"y"===y?Q.clientTop||0:Q.clientLeft||0:0,Y=null!=(L=null==x?void 0:x[y])?L:0,U=I+K-Y,G=Ne(f?ye(N,I+V-Y-X):N,I,f?ve(P,U):P);A[y]=G,k[y]=G-I}if(a){var J,Z="x"===y?zt:Vt,tt="x"===y?Rt:qt,et=A[w],it="y"===w?"height":"width",nt=et+g[Z],st=et-g[tt],ot=-1!==[zt,Vt].indexOf(_),rt=null!=(J=null==x?void 0:x[w])?J:0,at=ot?nt:et-E[it]-T[it]-rt+O.altAxis,lt=ot?et+E[it]+T[it]-rt-O.altAxis:st,ct=f&&ot?function(t,e,i){var n=Ne(t,e,i);return n>i?i:n}(at,et,lt):Ne(f?at:nt,et,f?lt:st);A[w]=ct,k[w]=ct-et}e.modifiersData[n]=k}},requiresIfExists:["offset"]};function di(t,e,i){void 0===i&&(i=!1);var n,s,o=me(e),r=me(e)&&function(t){var e=t.getBoundingClientRect(),i=we(e.width)/t.offsetWidth||1,n=we(e.height)/t.offsetHeight||1;return 1!==i||1!==n}(e),a=Le(e),l=Te(t,r,i),c={scrollLeft:0,scrollTop:0},h={x:0,y:0};return(o||!o&&!i)&&(("body"!==ue(e)||Ue(a))&&(c=(n=e)!==fe(n)&&me(n)?{scrollLeft:(s=n).scrollLeft,scrollTop:s.scrollTop}:Xe(n)),me(e)?((h=Te(e,!0)).x+=e.clientLeft,h.y+=e.clientTop):a&&(h.x=Ye(a))),{x:l.left+c.scrollLeft-h.x,y:l.top+c.scrollTop-h.y,width:l.width,height:l.height}}function ui(t){var e=new Map,i=new Set,n=[];function s(t){i.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!i.has(t)){var n=e.get(t);n&&s(n)}})),n.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){i.has(t.name)||s(t)})),n}var fi={placement:"bottom",modifiers:[],strategy:"absolute"};function pi(){for(var t=arguments.length,e=new Array(t),i=0;iNumber.parseInt(t,10))):"function"==typeof t?e=>t(e,this._element):t}_getPopperConfig(){const t={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return(this._inNavbar||"static"===this._config.display)&&(F.setDataAttribute(this._menu,"popper","static"),t.modifiers=[{name:"applyStyles",enabled:!1}]),{...t,...g(this._config.popperConfig,[t])}}_selectMenuItem({key:t,target:e}){const i=z.find(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",this._menu).filter((t=>a(t)));i.length&&b(i,e,t===Ti,!i.includes(e)).focus()}static jQueryInterface(t){return this.each((function(){const e=qi.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}static clearMenus(t){if(2===t.button||"keyup"===t.type&&"Tab"!==t.key)return;const e=z.find(Ni);for(const i of e){const e=qi.getInstance(i);if(!e||!1===e._config.autoClose)continue;const n=t.composedPath(),s=n.includes(e._menu);if(n.includes(e._element)||"inside"===e._config.autoClose&&!s||"outside"===e._config.autoClose&&s)continue;if(e._menu.contains(t.target)&&("keyup"===t.type&&"Tab"===t.key||/input|select|option|textarea|form/i.test(t.target.tagName)))continue;const o={relatedTarget:e._element};"click"===t.type&&(o.clickEvent=t),e._completeHide(o)}}static dataApiKeydownHandler(t){const e=/input|textarea/i.test(t.target.tagName),i="Escape"===t.key,n=[Ei,Ti].includes(t.key);if(!n&&!i)return;if(e&&!i)return;t.preventDefault();const s=this.matches(Ii)?this:z.prev(this,Ii)[0]||z.next(this,Ii)[0]||z.findOne(Ii,t.delegateTarget.parentNode),o=qi.getOrCreateInstance(s);if(n)return t.stopPropagation(),o.show(),void o._selectMenuItem(t);o._isShown()&&(t.stopPropagation(),o.hide(),s.focus())}}N.on(document,Si,Ii,qi.dataApiKeydownHandler),N.on(document,Si,Pi,qi.dataApiKeydownHandler),N.on(document,Li,qi.clearMenus),N.on(document,Di,qi.clearMenus),N.on(document,Li,Ii,(function(t){t.preventDefault(),qi.getOrCreateInstance(this).toggle()})),m(qi);const Vi="backdrop",Ki="show",Qi=`mousedown.bs.${Vi}`,Xi={className:"modal-backdrop",clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:"body"},Yi={className:"string",clickCallback:"(function|null)",isAnimated:"boolean",isVisible:"boolean",rootElement:"(element|string)"};class Ui extends H{constructor(t){super(),this._config=this._getConfig(t),this._isAppended=!1,this._element=null}static get Default(){return Xi}static get DefaultType(){return Yi}static get NAME(){return Vi}show(t){if(!this._config.isVisible)return void g(t);this._append();const e=this._getElement();this._config.isAnimated&&d(e),e.classList.add(Ki),this._emulateAnimation((()=>{g(t)}))}hide(t){this._config.isVisible?(this._getElement().classList.remove(Ki),this._emulateAnimation((()=>{this.dispose(),g(t)}))):g(t)}dispose(){this._isAppended&&(N.off(this._element,Qi),this._element.remove(),this._isAppended=!1)}_getElement(){if(!this._element){const t=document.createElement("div");t.className=this._config.className,this._config.isAnimated&&t.classList.add("fade"),this._element=t}return this._element}_configAfterMerge(t){return t.rootElement=r(t.rootElement),t}_append(){if(this._isAppended)return;const t=this._getElement();this._config.rootElement.append(t),N.on(t,Qi,(()=>{g(this._config.clickCallback)})),this._isAppended=!0}_emulateAnimation(t){_(t,this._getElement(),this._config.isAnimated)}}const Gi=".bs.focustrap",Ji=`focusin${Gi}`,Zi=`keydown.tab${Gi}`,tn="backward",en={autofocus:!0,trapElement:null},nn={autofocus:"boolean",trapElement:"element"};class sn extends H{constructor(t){super(),this._config=this._getConfig(t),this._isActive=!1,this._lastTabNavDirection=null}static get Default(){return en}static get DefaultType(){return nn}static get NAME(){return"focustrap"}activate(){this._isActive||(this._config.autofocus&&this._config.trapElement.focus(),N.off(document,Gi),N.on(document,Ji,(t=>this._handleFocusin(t))),N.on(document,Zi,(t=>this._handleKeydown(t))),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,N.off(document,Gi))}_handleFocusin(t){const{trapElement:e}=this._config;if(t.target===document||t.target===e||e.contains(t.target))return;const i=z.focusableChildren(e);0===i.length?e.focus():this._lastTabNavDirection===tn?i[i.length-1].focus():i[0].focus()}_handleKeydown(t){"Tab"===t.key&&(this._lastTabNavDirection=t.shiftKey?tn:"forward")}}const on=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",rn=".sticky-top",an="padding-right",ln="margin-right";class cn{constructor(){this._element=document.body}getWidth(){const t=document.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}hide(){const t=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,an,(e=>e+t)),this._setElementAttributes(on,an,(e=>e+t)),this._setElementAttributes(rn,ln,(e=>e-t))}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,an),this._resetElementAttributes(on,an),this._resetElementAttributes(rn,ln)}isOverflowing(){return this.getWidth()>0}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(t,e,i){const n=this.getWidth();this._applyManipulationCallback(t,(t=>{if(t!==this._element&&window.innerWidth>t.clientWidth+n)return;this._saveInitialAttribute(t,e);const s=window.getComputedStyle(t).getPropertyValue(e);t.style.setProperty(e,`${i(Number.parseFloat(s))}px`)}))}_saveInitialAttribute(t,e){const i=t.style.getPropertyValue(e);i&&F.setDataAttribute(t,e,i)}_resetElementAttributes(t,e){this._applyManipulationCallback(t,(t=>{const i=F.getDataAttribute(t,e);null!==i?(F.removeDataAttribute(t,e),t.style.setProperty(e,i)):t.style.removeProperty(e)}))}_applyManipulationCallback(t,e){if(o(t))e(t);else for(const i of z.find(t,this._element))e(i)}}const hn=".bs.modal",dn=`hide${hn}`,un=`hidePrevented${hn}`,fn=`hidden${hn}`,pn=`show${hn}`,mn=`shown${hn}`,gn=`resize${hn}`,_n=`click.dismiss${hn}`,bn=`mousedown.dismiss${hn}`,vn=`keydown.dismiss${hn}`,yn=`click${hn}.data-api`,wn="modal-open",An="show",En="modal-static",Tn={backdrop:!0,focus:!0,keyboard:!0},Cn={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"};class On extends W{constructor(t,e){super(t,e),this._dialog=z.findOne(".modal-dialog",this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new cn,this._addEventListeners()}static get Default(){return Tn}static get DefaultType(){return Cn}static get NAME(){return"modal"}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||this._isTransitioning||N.trigger(this._element,pn,{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(wn),this._adjustDialog(),this._backdrop.show((()=>this._showElement(t))))}hide(){this._isShown&&!this._isTransitioning&&(N.trigger(this._element,dn).defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove(An),this._queueCallback((()=>this._hideModal()),this._element,this._isAnimated())))}dispose(){N.off(window,hn),N.off(this._dialog,hn),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new Ui({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new sn({trapElement:this._element})}_showElement(t){document.body.contains(this._element)||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0;const e=z.findOne(".modal-body",this._dialog);e&&(e.scrollTop=0),d(this._element),this._element.classList.add(An),this._queueCallback((()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,N.trigger(this._element,mn,{relatedTarget:t})}),this._dialog,this._isAnimated())}_addEventListeners(){N.on(this._element,vn,(t=>{"Escape"===t.key&&(this._config.keyboard?this.hide():this._triggerBackdropTransition())})),N.on(window,gn,(()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()})),N.on(this._element,bn,(t=>{N.one(this._element,_n,(e=>{this._element===t.target&&this._element===e.target&&("static"!==this._config.backdrop?this._config.backdrop&&this.hide():this._triggerBackdropTransition())}))}))}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide((()=>{document.body.classList.remove(wn),this._resetAdjustments(),this._scrollBar.reset(),N.trigger(this._element,fn)}))}_isAnimated(){return this._element.classList.contains("fade")}_triggerBackdropTransition(){if(N.trigger(this._element,un).defaultPrevented)return;const t=this._element.scrollHeight>document.documentElement.clientHeight,e=this._element.style.overflowY;"hidden"===e||this._element.classList.contains(En)||(t||(this._element.style.overflowY="hidden"),this._element.classList.add(En),this._queueCallback((()=>{this._element.classList.remove(En),this._queueCallback((()=>{this._element.style.overflowY=e}),this._dialog)}),this._dialog),this._element.focus())}_adjustDialog(){const t=this._element.scrollHeight>document.documentElement.clientHeight,e=this._scrollBar.getWidth(),i=e>0;if(i&&!t){const t=p()?"paddingLeft":"paddingRight";this._element.style[t]=`${e}px`}if(!i&&t){const t=p()?"paddingRight":"paddingLeft";this._element.style[t]=`${e}px`}}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(t,e){return this.each((function(){const i=On.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===i[t])throw new TypeError(`No method named "${t}"`);i[t](e)}}))}}N.on(document,yn,'[data-bs-toggle="modal"]',(function(t){const e=z.getElementFromSelector(this);["A","AREA"].includes(this.tagName)&&t.preventDefault(),N.one(e,pn,(t=>{t.defaultPrevented||N.one(e,fn,(()=>{a(this)&&this.focus()}))}));const i=z.findOne(".modal.show");i&&On.getInstance(i).hide(),On.getOrCreateInstance(e).toggle(this)})),R(On),m(On);const xn=".bs.offcanvas",kn=".data-api",Ln=`load${xn}${kn}`,Sn="show",Dn="showing",$n="hiding",In=".offcanvas.show",Nn=`show${xn}`,Pn=`shown${xn}`,Mn=`hide${xn}`,jn=`hidePrevented${xn}`,Fn=`hidden${xn}`,Hn=`resize${xn}`,Wn=`click${xn}${kn}`,Bn=`keydown.dismiss${xn}`,zn={backdrop:!0,keyboard:!0,scroll:!1},Rn={backdrop:"(boolean|string)",keyboard:"boolean",scroll:"boolean"};class qn extends W{constructor(t,e){super(t,e),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return zn}static get DefaultType(){return Rn}static get NAME(){return"offcanvas"}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||N.trigger(this._element,Nn,{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._backdrop.show(),this._config.scroll||(new cn).hide(),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add(Dn),this._queueCallback((()=>{this._config.scroll&&!this._config.backdrop||this._focustrap.activate(),this._element.classList.add(Sn),this._element.classList.remove(Dn),N.trigger(this._element,Pn,{relatedTarget:t})}),this._element,!0))}hide(){this._isShown&&(N.trigger(this._element,Mn).defaultPrevented||(this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add($n),this._backdrop.hide(),this._queueCallback((()=>{this._element.classList.remove(Sn,$n),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._config.scroll||(new cn).reset(),N.trigger(this._element,Fn)}),this._element,!0)))}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){const t=Boolean(this._config.backdrop);return new Ui({className:"offcanvas-backdrop",isVisible:t,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:t?()=>{"static"!==this._config.backdrop?this.hide():N.trigger(this._element,jn)}:null})}_initializeFocusTrap(){return new sn({trapElement:this._element})}_addEventListeners(){N.on(this._element,Bn,(t=>{"Escape"===t.key&&(this._config.keyboard?this.hide():N.trigger(this._element,jn))}))}static jQueryInterface(t){return this.each((function(){const e=qn.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}N.on(document,Wn,'[data-bs-toggle="offcanvas"]',(function(t){const e=z.getElementFromSelector(this);if(["A","AREA"].includes(this.tagName)&&t.preventDefault(),l(this))return;N.one(e,Fn,(()=>{a(this)&&this.focus()}));const i=z.findOne(In);i&&i!==e&&qn.getInstance(i).hide(),qn.getOrCreateInstance(e).toggle(this)})),N.on(window,Ln,(()=>{for(const t of z.find(In))qn.getOrCreateInstance(t).show()})),N.on(window,Hn,(()=>{for(const t of z.find("[aria-modal][class*=show][class*=offcanvas-]"))"fixed"!==getComputedStyle(t).position&&qn.getOrCreateInstance(t).hide()})),R(qn),m(qn);const Vn={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},Kn=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),Qn=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i,Xn=(t,e)=>{const i=t.nodeName.toLowerCase();return e.includes(i)?!Kn.has(i)||Boolean(Qn.test(t.nodeValue)):e.filter((t=>t instanceof RegExp)).some((t=>t.test(i)))},Yn={allowList:Vn,content:{},extraClass:"",html:!1,sanitize:!0,sanitizeFn:null,template:"
    "},Un={allowList:"object",content:"object",extraClass:"(string|function)",html:"boolean",sanitize:"boolean",sanitizeFn:"(null|function)",template:"string"},Gn={entry:"(string|element|function|null)",selector:"(string|element)"};class Jn extends H{constructor(t){super(),this._config=this._getConfig(t)}static get Default(){return Yn}static get DefaultType(){return Un}static get NAME(){return"TemplateFactory"}getContent(){return Object.values(this._config.content).map((t=>this._resolvePossibleFunction(t))).filter(Boolean)}hasContent(){return this.getContent().length>0}changeContent(t){return this._checkContent(t),this._config.content={...this._config.content,...t},this}toHtml(){const t=document.createElement("div");t.innerHTML=this._maybeSanitize(this._config.template);for(const[e,i]of Object.entries(this._config.content))this._setContent(t,i,e);const e=t.children[0],i=this._resolvePossibleFunction(this._config.extraClass);return i&&e.classList.add(...i.split(" ")),e}_typeCheckConfig(t){super._typeCheckConfig(t),this._checkContent(t.content)}_checkContent(t){for(const[e,i]of Object.entries(t))super._typeCheckConfig({selector:e,entry:i},Gn)}_setContent(t,e,i){const n=z.findOne(i,t);n&&((e=this._resolvePossibleFunction(e))?o(e)?this._putElementInTemplate(r(e),n):this._config.html?n.innerHTML=this._maybeSanitize(e):n.textContent=e:n.remove())}_maybeSanitize(t){return this._config.sanitize?function(t,e,i){if(!t.length)return t;if(i&&"function"==typeof i)return i(t);const n=(new window.DOMParser).parseFromString(t,"text/html"),s=[].concat(...n.body.querySelectorAll("*"));for(const t of s){const i=t.nodeName.toLowerCase();if(!Object.keys(e).includes(i)){t.remove();continue}const n=[].concat(...t.attributes),s=[].concat(e["*"]||[],e[i]||[]);for(const e of n)Xn(e,s)||t.removeAttribute(e.nodeName)}return n.body.innerHTML}(t,this._config.allowList,this._config.sanitizeFn):t}_resolvePossibleFunction(t){return g(t,[this])}_putElementInTemplate(t,e){if(this._config.html)return e.innerHTML="",void e.append(t);e.textContent=t.textContent}}const Zn=new Set(["sanitize","allowList","sanitizeFn"]),ts="fade",es="show",is=".modal",ns="hide.bs.modal",ss="hover",os="focus",rs={AUTO:"auto",TOP:"top",RIGHT:p()?"left":"right",BOTTOM:"bottom",LEFT:p()?"right":"left"},as={allowList:Vn,animation:!0,boundary:"clippingParents",container:!1,customClass:"",delay:0,fallbackPlacements:["top","right","bottom","left"],html:!1,offset:[0,6],placement:"top",popperConfig:null,sanitize:!0,sanitizeFn:null,selector:!1,template:'',title:"",trigger:"hover focus"},ls={allowList:"object",animation:"boolean",boundary:"(string|element)",container:"(string|element|boolean)",customClass:"(string|function)",delay:"(number|object)",fallbackPlacements:"array",html:"boolean",offset:"(array|string|function)",placement:"(string|function)",popperConfig:"(null|object|function)",sanitize:"boolean",sanitizeFn:"(null|function)",selector:"(string|boolean)",template:"string",title:"(string|element|function)",trigger:"string"};class cs extends W{constructor(t,e){if(void 0===vi)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");super(t,e),this._isEnabled=!0,this._timeout=0,this._isHovered=null,this._activeTrigger={},this._popper=null,this._templateFactory=null,this._newContent=null,this.tip=null,this._setListeners(),this._config.selector||this._fixTitle()}static get Default(){return as}static get DefaultType(){return ls}static get NAME(){return"tooltip"}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(){this._isEnabled&&(this._activeTrigger.click=!this._activeTrigger.click,this._isShown()?this._leave():this._enter())}dispose(){clearTimeout(this._timeout),N.off(this._element.closest(is),ns,this._hideModalHandler),this._element.getAttribute("data-bs-original-title")&&this._element.setAttribute("title",this._element.getAttribute("data-bs-original-title")),this._disposePopper(),super.dispose()}show(){if("none"===this._element.style.display)throw new Error("Please use show on visible elements");if(!this._isWithContent()||!this._isEnabled)return;const t=N.trigger(this._element,this.constructor.eventName("show")),e=(c(this._element)||this._element.ownerDocument.documentElement).contains(this._element);if(t.defaultPrevented||!e)return;this._disposePopper();const i=this._getTipElement();this._element.setAttribute("aria-describedby",i.getAttribute("id"));const{container:n}=this._config;if(this._element.ownerDocument.documentElement.contains(this.tip)||(n.append(i),N.trigger(this._element,this.constructor.eventName("inserted"))),this._popper=this._createPopper(i),i.classList.add(es),"ontouchstart"in document.documentElement)for(const t of[].concat(...document.body.children))N.on(t,"mouseover",h);this._queueCallback((()=>{N.trigger(this._element,this.constructor.eventName("shown")),!1===this._isHovered&&this._leave(),this._isHovered=!1}),this.tip,this._isAnimated())}hide(){if(this._isShown()&&!N.trigger(this._element,this.constructor.eventName("hide")).defaultPrevented){if(this._getTipElement().classList.remove(es),"ontouchstart"in document.documentElement)for(const t of[].concat(...document.body.children))N.off(t,"mouseover",h);this._activeTrigger.click=!1,this._activeTrigger[os]=!1,this._activeTrigger[ss]=!1,this._isHovered=null,this._queueCallback((()=>{this._isWithActiveTrigger()||(this._isHovered||this._disposePopper(),this._element.removeAttribute("aria-describedby"),N.trigger(this._element,this.constructor.eventName("hidden")))}),this.tip,this._isAnimated())}}update(){this._popper&&this._popper.update()}_isWithContent(){return Boolean(this._getTitle())}_getTipElement(){return this.tip||(this.tip=this._createTipElement(this._newContent||this._getContentForTemplate())),this.tip}_createTipElement(t){const e=this._getTemplateFactory(t).toHtml();if(!e)return null;e.classList.remove(ts,es),e.classList.add(`bs-${this.constructor.NAME}-auto`);const i=(t=>{do{t+=Math.floor(1e6*Math.random())}while(document.getElementById(t));return t})(this.constructor.NAME).toString();return e.setAttribute("id",i),this._isAnimated()&&e.classList.add(ts),e}setContent(t){this._newContent=t,this._isShown()&&(this._disposePopper(),this.show())}_getTemplateFactory(t){return this._templateFactory?this._templateFactory.changeContent(t):this._templateFactory=new Jn({...this._config,content:t,extraClass:this._resolvePossibleFunction(this._config.customClass)}),this._templateFactory}_getContentForTemplate(){return{".tooltip-inner":this._getTitle()}}_getTitle(){return this._resolvePossibleFunction(this._config.title)||this._element.getAttribute("data-bs-original-title")}_initializeOnDelegatedTarget(t){return this.constructor.getOrCreateInstance(t.delegateTarget,this._getDelegateConfig())}_isAnimated(){return this._config.animation||this.tip&&this.tip.classList.contains(ts)}_isShown(){return this.tip&&this.tip.classList.contains(es)}_createPopper(t){const e=g(this._config.placement,[this,t,this._element]),i=rs[e.toUpperCase()];return bi(this._element,t,this._getPopperConfig(i))}_getOffset(){const{offset:t}=this._config;return"string"==typeof t?t.split(",").map((t=>Number.parseInt(t,10))):"function"==typeof t?e=>t(e,this._element):t}_resolvePossibleFunction(t){return g(t,[this._element])}_getPopperConfig(t){const e={placement:t,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"preSetPlacement",enabled:!0,phase:"beforeMain",fn:t=>{this._getTipElement().setAttribute("data-popper-placement",t.state.placement)}}]};return{...e,...g(this._config.popperConfig,[e])}}_setListeners(){const t=this._config.trigger.split(" ");for(const e of t)if("click"===e)N.on(this._element,this.constructor.eventName("click"),this._config.selector,(t=>{this._initializeOnDelegatedTarget(t).toggle()}));else if("manual"!==e){const t=e===ss?this.constructor.eventName("mouseenter"):this.constructor.eventName("focusin"),i=e===ss?this.constructor.eventName("mouseleave"):this.constructor.eventName("focusout");N.on(this._element,t,this._config.selector,(t=>{const e=this._initializeOnDelegatedTarget(t);e._activeTrigger["focusin"===t.type?os:ss]=!0,e._enter()})),N.on(this._element,i,this._config.selector,(t=>{const e=this._initializeOnDelegatedTarget(t);e._activeTrigger["focusout"===t.type?os:ss]=e._element.contains(t.relatedTarget),e._leave()}))}this._hideModalHandler=()=>{this._element&&this.hide()},N.on(this._element.closest(is),ns,this._hideModalHandler)}_fixTitle(){const t=this._element.getAttribute("title");t&&(this._element.getAttribute("aria-label")||this._element.textContent.trim()||this._element.setAttribute("aria-label",t),this._element.setAttribute("data-bs-original-title",t),this._element.removeAttribute("title"))}_enter(){this._isShown()||this._isHovered?this._isHovered=!0:(this._isHovered=!0,this._setTimeout((()=>{this._isHovered&&this.show()}),this._config.delay.show))}_leave(){this._isWithActiveTrigger()||(this._isHovered=!1,this._setTimeout((()=>{this._isHovered||this.hide()}),this._config.delay.hide))}_setTimeout(t,e){clearTimeout(this._timeout),this._timeout=setTimeout(t,e)}_isWithActiveTrigger(){return Object.values(this._activeTrigger).includes(!0)}_getConfig(t){const e=F.getDataAttributes(this._element);for(const t of Object.keys(e))Zn.has(t)&&delete e[t];return t={...e,..."object"==typeof t&&t?t:{}},t=this._mergeConfigObj(t),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}_configAfterMerge(t){return t.container=!1===t.container?document.body:r(t.container),"number"==typeof t.delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),t}_getDelegateConfig(){const t={};for(const[e,i]of Object.entries(this._config))this.constructor.Default[e]!==i&&(t[e]=i);return t.selector=!1,t.trigger="manual",t}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null),this.tip&&(this.tip.remove(),this.tip=null)}static jQueryInterface(t){return this.each((function(){const e=cs.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}m(cs);const hs={...cs.Default,content:"",offset:[0,8],placement:"right",template:'',trigger:"click"},ds={...cs.DefaultType,content:"(null|string|element|function)"};class us extends cs{static get Default(){return hs}static get DefaultType(){return ds}static get NAME(){return"popover"}_isWithContent(){return this._getTitle()||this._getContent()}_getContentForTemplate(){return{".popover-header":this._getTitle(),".popover-body":this._getContent()}}_getContent(){return this._resolvePossibleFunction(this._config.content)}static jQueryInterface(t){return this.each((function(){const e=us.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}m(us);const fs=".bs.scrollspy",ps=`activate${fs}`,ms=`click${fs}`,gs=`load${fs}.data-api`,_s="active",bs="[href]",vs=".nav-link",ys=`${vs}, .nav-item > ${vs}, .list-group-item`,ws={offset:null,rootMargin:"0px 0px -25%",smoothScroll:!1,target:null,threshold:[.1,.5,1]},As={offset:"(number|null)",rootMargin:"string",smoothScroll:"boolean",target:"element",threshold:"array"};class Es extends W{constructor(t,e){super(t,e),this._targetLinks=new Map,this._observableSections=new Map,this._rootElement="visible"===getComputedStyle(this._element).overflowY?null:this._element,this._activeTarget=null,this._observer=null,this._previousScrollData={visibleEntryTop:0,parentScrollTop:0},this.refresh()}static get Default(){return ws}static get DefaultType(){return As}static get NAME(){return"scrollspy"}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(const t of this._observableSections.values())this._observer.observe(t)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(t){return t.target=r(t.target)||document.body,t.rootMargin=t.offset?`${t.offset}px 0px -30%`:t.rootMargin,"string"==typeof t.threshold&&(t.threshold=t.threshold.split(",").map((t=>Number.parseFloat(t)))),t}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(N.off(this._config.target,ms),N.on(this._config.target,ms,bs,(t=>{const e=this._observableSections.get(t.target.hash);if(e){t.preventDefault();const i=this._rootElement||window,n=e.offsetTop-this._element.offsetTop;if(i.scrollTo)return void i.scrollTo({top:n,behavior:"smooth"});i.scrollTop=n}})))}_getNewObserver(){const t={root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin};return new IntersectionObserver((t=>this._observerCallback(t)),t)}_observerCallback(t){const e=t=>this._targetLinks.get(`#${t.target.id}`),i=t=>{this._previousScrollData.visibleEntryTop=t.target.offsetTop,this._process(e(t))},n=(this._rootElement||document.documentElement).scrollTop,s=n>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=n;for(const o of t){if(!o.isIntersecting){this._activeTarget=null,this._clearActiveClass(e(o));continue}const t=o.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(s&&t){if(i(o),!n)return}else s||t||i(o)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;const t=z.find(bs,this._config.target);for(const e of t){if(!e.hash||l(e))continue;const t=z.findOne(decodeURI(e.hash),this._element);a(t)&&(this._targetLinks.set(decodeURI(e.hash),e),this._observableSections.set(e.hash,t))}}_process(t){this._activeTarget!==t&&(this._clearActiveClass(this._config.target),this._activeTarget=t,t.classList.add(_s),this._activateParents(t),N.trigger(this._element,ps,{relatedTarget:t}))}_activateParents(t){if(t.classList.contains("dropdown-item"))z.findOne(".dropdown-toggle",t.closest(".dropdown")).classList.add(_s);else for(const e of z.parents(t,".nav, .list-group"))for(const t of z.prev(e,ys))t.classList.add(_s)}_clearActiveClass(t){t.classList.remove(_s);const e=z.find(`${bs}.${_s}`,t);for(const t of e)t.classList.remove(_s)}static jQueryInterface(t){return this.each((function(){const e=Es.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t]()}}))}}N.on(window,gs,(()=>{for(const t of z.find('[data-bs-spy="scroll"]'))Es.getOrCreateInstance(t)})),m(Es);const Ts=".bs.tab",Cs=`hide${Ts}`,Os=`hidden${Ts}`,xs=`show${Ts}`,ks=`shown${Ts}`,Ls=`click${Ts}`,Ss=`keydown${Ts}`,Ds=`load${Ts}`,$s="ArrowLeft",Is="ArrowRight",Ns="ArrowUp",Ps="ArrowDown",Ms="Home",js="End",Fs="active",Hs="fade",Ws="show",Bs=":not(.dropdown-toggle)",zs='[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',Rs=`.nav-link${Bs}, .list-group-item${Bs}, [role="tab"]${Bs}, ${zs}`,qs=`.${Fs}[data-bs-toggle="tab"], .${Fs}[data-bs-toggle="pill"], .${Fs}[data-bs-toggle="list"]`;class Vs extends W{constructor(t){super(t),this._parent=this._element.closest('.list-group, .nav, [role="tablist"]'),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),N.on(this._element,Ss,(t=>this._keydown(t))))}static get NAME(){return"tab"}show(){const t=this._element;if(this._elemIsActive(t))return;const e=this._getActiveElem(),i=e?N.trigger(e,Cs,{relatedTarget:t}):null;N.trigger(t,xs,{relatedTarget:e}).defaultPrevented||i&&i.defaultPrevented||(this._deactivate(e,t),this._activate(t,e))}_activate(t,e){t&&(t.classList.add(Fs),this._activate(z.getElementFromSelector(t)),this._queueCallback((()=>{"tab"===t.getAttribute("role")?(t.removeAttribute("tabindex"),t.setAttribute("aria-selected",!0),this._toggleDropDown(t,!0),N.trigger(t,ks,{relatedTarget:e})):t.classList.add(Ws)}),t,t.classList.contains(Hs)))}_deactivate(t,e){t&&(t.classList.remove(Fs),t.blur(),this._deactivate(z.getElementFromSelector(t)),this._queueCallback((()=>{"tab"===t.getAttribute("role")?(t.setAttribute("aria-selected",!1),t.setAttribute("tabindex","-1"),this._toggleDropDown(t,!1),N.trigger(t,Os,{relatedTarget:e})):t.classList.remove(Ws)}),t,t.classList.contains(Hs)))}_keydown(t){if(![$s,Is,Ns,Ps,Ms,js].includes(t.key))return;t.stopPropagation(),t.preventDefault();const e=this._getChildren().filter((t=>!l(t)));let i;if([Ms,js].includes(t.key))i=e[t.key===Ms?0:e.length-1];else{const n=[Is,Ps].includes(t.key);i=b(e,t.target,n,!0)}i&&(i.focus({preventScroll:!0}),Vs.getOrCreateInstance(i).show())}_getChildren(){return z.find(Rs,this._parent)}_getActiveElem(){return this._getChildren().find((t=>this._elemIsActive(t)))||null}_setInitialAttributes(t,e){this._setAttributeIfNotExists(t,"role","tablist");for(const t of e)this._setInitialAttributesOnChild(t)}_setInitialAttributesOnChild(t){t=this._getInnerElement(t);const e=this._elemIsActive(t),i=this._getOuterElement(t);t.setAttribute("aria-selected",e),i!==t&&this._setAttributeIfNotExists(i,"role","presentation"),e||t.setAttribute("tabindex","-1"),this._setAttributeIfNotExists(t,"role","tab"),this._setInitialAttributesOnTargetPanel(t)}_setInitialAttributesOnTargetPanel(t){const e=z.getElementFromSelector(t);e&&(this._setAttributeIfNotExists(e,"role","tabpanel"),t.id&&this._setAttributeIfNotExists(e,"aria-labelledby",`${t.id}`))}_toggleDropDown(t,e){const i=this._getOuterElement(t);if(!i.classList.contains("dropdown"))return;const n=(t,n)=>{const s=z.findOne(t,i);s&&s.classList.toggle(n,e)};n(".dropdown-toggle",Fs),n(".dropdown-menu",Ws),i.setAttribute("aria-expanded",e)}_setAttributeIfNotExists(t,e,i){t.hasAttribute(e)||t.setAttribute(e,i)}_elemIsActive(t){return t.classList.contains(Fs)}_getInnerElement(t){return t.matches(Rs)?t:z.findOne(Rs,t)}_getOuterElement(t){return t.closest(".nav-item, .list-group-item")||t}static jQueryInterface(t){return this.each((function(){const e=Vs.getOrCreateInstance(this);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t]()}}))}}N.on(document,Ls,zs,(function(t){["A","AREA"].includes(this.tagName)&&t.preventDefault(),l(this)||Vs.getOrCreateInstance(this).show()})),N.on(window,Ds,(()=>{for(const t of z.find(qs))Vs.getOrCreateInstance(t)})),m(Vs);const Ks=".bs.toast",Qs=`mouseover${Ks}`,Xs=`mouseout${Ks}`,Ys=`focusin${Ks}`,Us=`focusout${Ks}`,Gs=`hide${Ks}`,Js=`hidden${Ks}`,Zs=`show${Ks}`,to=`shown${Ks}`,eo="hide",io="show",no="showing",so={animation:"boolean",autohide:"boolean",delay:"number"},oo={animation:!0,autohide:!0,delay:5e3};class ro extends W{constructor(t,e){super(t,e),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return oo}static get DefaultType(){return so}static get NAME(){return"toast"}show(){N.trigger(this._element,Zs).defaultPrevented||(this._clearTimeout(),this._config.animation&&this._element.classList.add("fade"),this._element.classList.remove(eo),d(this._element),this._element.classList.add(io,no),this._queueCallback((()=>{this._element.classList.remove(no),N.trigger(this._element,to),this._maybeScheduleHide()}),this._element,this._config.animation))}hide(){this.isShown()&&(N.trigger(this._element,Gs).defaultPrevented||(this._element.classList.add(no),this._queueCallback((()=>{this._element.classList.add(eo),this._element.classList.remove(no,io),N.trigger(this._element,Js)}),this._element,this._config.animation)))}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(io),super.dispose()}isShown(){return this._element.classList.contains(io)}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout((()=>{this.hide()}),this._config.delay)))}_onInteraction(t,e){switch(t.type){case"mouseover":case"mouseout":this._hasMouseInteraction=e;break;case"focusin":case"focusout":this._hasKeyboardInteraction=e}if(e)return void this._clearTimeout();const i=t.relatedTarget;this._element===i||this._element.contains(i)||this._maybeScheduleHide()}_setListeners(){N.on(this._element,Qs,(t=>this._onInteraction(t,!0))),N.on(this._element,Xs,(t=>this._onInteraction(t,!1))),N.on(this._element,Ys,(t=>this._onInteraction(t,!0))),N.on(this._element,Us,(t=>this._onInteraction(t,!1)))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(t){return this.each((function(){const e=ro.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}return R(ro),m(ro),{Alert:Q,Button:Y,Carousel:xt,Collapse:Bt,Dropdown:qi,Modal:On,Offcanvas:qn,Popover:us,ScrollSpy:Es,Tab:Vs,Toast:ro,Tooltip:cs}})); +//# sourceMappingURL=bootstrap.bundle.min.js.map \ No newline at end of file diff --git a/docs/site_libs/clipboard/clipboard.min.js b/docs/site_libs/clipboard/clipboard.min.js new file mode 100644 index 00000000..1103f811 --- /dev/null +++ b/docs/site_libs/clipboard/clipboard.min.js @@ -0,0 +1,7 @@ +/*! + * clipboard.js v2.0.11 + * https://clipboardjs.com/ + * + * Licensed MIT © Zeno Rocha + */ +!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ClipboardJS=e():t.ClipboardJS=e()}(this,function(){return n={686:function(t,e,n){"use strict";n.d(e,{default:function(){return b}});var e=n(279),i=n.n(e),e=n(370),u=n.n(e),e=n(817),r=n.n(e);function c(t){try{return document.execCommand(t)}catch(t){return}}var a=function(t){t=r()(t);return c("cut"),t};function o(t,e){var n,o,t=(n=t,o="rtl"===document.documentElement.getAttribute("dir"),(t=document.createElement("textarea")).style.fontSize="12pt",t.style.border="0",t.style.padding="0",t.style.margin="0",t.style.position="absolute",t.style[o?"right":"left"]="-9999px",o=window.pageYOffset||document.documentElement.scrollTop,t.style.top="".concat(o,"px"),t.setAttribute("readonly",""),t.value=n,t);return e.container.appendChild(t),e=r()(t),c("copy"),t.remove(),e}var f=function(t){var e=1 li { + position: relative; } + +.fa-li { + left: calc(var(--fa-li-width, 2em) * -1); + position: absolute; + text-align: center; + width: var(--fa-li-width, 2em); + line-height: inherit; } + +.fa-border { + border-color: var(--fa-border-color, #eee); + border-radius: var(--fa-border-radius, 0.1em); + border-style: var(--fa-border-style, solid); + border-width: var(--fa-border-width, 0.08em); + padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); } + +.fa-pull-left { + float: left; + margin-right: var(--fa-pull-margin, 0.3em); } + +.fa-pull-right { + float: right; + margin-left: var(--fa-pull-margin, 0.3em); } + +.fa-beat { + -webkit-animation-name: fa-beat; + animation-name: fa-beat; + -webkit-animation-delay: var(--fa-animation-delay, 0); + animation-delay: var(--fa-animation-delay, 0); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } + +.fa-bounce { + -webkit-animation-name: fa-bounce; + animation-name: fa-bounce; + -webkit-animation-delay: var(--fa-animation-delay, 0); + animation-delay: var(--fa-animation-delay, 0); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } + +.fa-fade { + -webkit-animation-name: fa-fade; + animation-name: fa-fade; + -webkit-animation-delay: var(--fa-animation-delay, 0); + animation-delay: var(--fa-animation-delay, 0); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + +.fa-beat-fade { + -webkit-animation-name: fa-beat-fade; + animation-name: fa-beat-fade; + -webkit-animation-delay: var(--fa-animation-delay, 0); + animation-delay: var(--fa-animation-delay, 0); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + +.fa-flip { + -webkit-animation-name: fa-flip; + animation-name: fa-flip; + -webkit-animation-delay: var(--fa-animation-delay, 0); + animation-delay: var(--fa-animation-delay, 0); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } + +.fa-shake { + -webkit-animation-name: fa-shake; + animation-name: fa-shake; + -webkit-animation-delay: var(--fa-animation-delay, 0); + animation-delay: var(--fa-animation-delay, 0); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, linear); + animation-timing-function: var(--fa-animation-timing, linear); } + +.fa-spin { + -webkit-animation-name: fa-spin; + animation-name: fa-spin; + -webkit-animation-delay: var(--fa-animation-delay, 0); + animation-delay: var(--fa-animation-delay, 0); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 2s); + animation-duration: var(--fa-animation-duration, 2s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, linear); + animation-timing-function: var(--fa-animation-timing, linear); } + +.fa-spin-reverse { + --fa-animation-direction: reverse; } + +.fa-pulse, +.fa-spin-pulse { + -webkit-animation-name: fa-spin; + animation-name: fa-spin; + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, steps(8)); + animation-timing-function: var(--fa-animation-timing, steps(8)); } + +@media (prefers-reduced-motion: reduce) { + .fa-beat, + .fa-bounce, + .fa-fade, + .fa-beat-fade, + .fa-flip, + .fa-pulse, + .fa-shake, + .fa-spin, + .fa-spin-pulse { + -webkit-animation-delay: -1ms; + animation-delay: -1ms; + -webkit-animation-duration: 1ms; + animation-duration: 1ms; + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + transition-delay: 0s; + transition-duration: 0s; } } + +@-webkit-keyframes fa-beat { + 0%, 90% { + -webkit-transform: scale(1); + transform: scale(1); } + 45% { + -webkit-transform: scale(var(--fa-beat-scale, 1.25)); + transform: scale(var(--fa-beat-scale, 1.25)); } } + +@keyframes fa-beat { + 0%, 90% { + -webkit-transform: scale(1); + transform: scale(1); } + 45% { + -webkit-transform: scale(var(--fa-beat-scale, 1.25)); + transform: scale(var(--fa-beat-scale, 1.25)); } } + +@-webkit-keyframes fa-bounce { + 0% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 10% { + -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); + transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } + 30% { + -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); + transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } + 50% { + -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); + transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } + 57% { + -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); + transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } + 64% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 100% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } } + +@keyframes fa-bounce { + 0% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 10% { + -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); + transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } + 30% { + -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); + transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } + 50% { + -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); + transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } + 57% { + -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); + transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } + 64% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 100% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } } + +@-webkit-keyframes fa-fade { + 50% { + opacity: var(--fa-fade-opacity, 0.4); } } + +@keyframes fa-fade { + 50% { + opacity: var(--fa-fade-opacity, 0.4); } } + +@-webkit-keyframes fa-beat-fade { + 0%, 100% { + opacity: var(--fa-beat-fade-opacity, 0.4); + -webkit-transform: scale(1); + transform: scale(1); } + 50% { + opacity: 1; + -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); + transform: scale(var(--fa-beat-fade-scale, 1.125)); } } + +@keyframes fa-beat-fade { + 0%, 100% { + opacity: var(--fa-beat-fade-opacity, 0.4); + -webkit-transform: scale(1); + transform: scale(1); } + 50% { + opacity: 1; + -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); + transform: scale(var(--fa-beat-fade-scale, 1.125)); } } + +@-webkit-keyframes fa-flip { + 50% { + -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); + transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } + +@keyframes fa-flip { + 50% { + -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); + transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } + +@-webkit-keyframes fa-shake { + 0% { + -webkit-transform: rotate(-15deg); + transform: rotate(-15deg); } + 4% { + -webkit-transform: rotate(15deg); + transform: rotate(15deg); } + 8%, 24% { + -webkit-transform: rotate(-18deg); + transform: rotate(-18deg); } + 12%, 28% { + -webkit-transform: rotate(18deg); + transform: rotate(18deg); } + 16% { + -webkit-transform: rotate(-22deg); + transform: rotate(-22deg); } + 20% { + -webkit-transform: rotate(22deg); + transform: rotate(22deg); } + 32% { + -webkit-transform: rotate(-12deg); + transform: rotate(-12deg); } + 36% { + -webkit-transform: rotate(12deg); + transform: rotate(12deg); } + 40%, 100% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } } + +@keyframes fa-shake { + 0% { + -webkit-transform: rotate(-15deg); + transform: rotate(-15deg); } + 4% { + -webkit-transform: rotate(15deg); + transform: rotate(15deg); } + 8%, 24% { + -webkit-transform: rotate(-18deg); + transform: rotate(-18deg); } + 12%, 28% { + -webkit-transform: rotate(18deg); + transform: rotate(18deg); } + 16% { + -webkit-transform: rotate(-22deg); + transform: rotate(-22deg); } + 20% { + -webkit-transform: rotate(22deg); + transform: rotate(22deg); } + 32% { + -webkit-transform: rotate(-12deg); + transform: rotate(-12deg); } + 36% { + -webkit-transform: rotate(12deg); + transform: rotate(12deg); } + 40%, 100% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } } + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +.fa-rotate-90 { + -webkit-transform: rotate(90deg); + transform: rotate(90deg); } + +.fa-rotate-180 { + -webkit-transform: rotate(180deg); + transform: rotate(180deg); } + +.fa-rotate-270 { + -webkit-transform: rotate(270deg); + transform: rotate(270deg); } + +.fa-flip-horizontal { + -webkit-transform: scale(-1, 1); + transform: scale(-1, 1); } + +.fa-flip-vertical { + -webkit-transform: scale(1, -1); + transform: scale(1, -1); } + +.fa-flip-both, +.fa-flip-horizontal.fa-flip-vertical { + -webkit-transform: scale(-1, -1); + transform: scale(-1, -1); } + +.fa-rotate-by { + -webkit-transform: rotate(var(--fa-rotate-angle, none)); + transform: rotate(var(--fa-rotate-angle, none)); } + +.fa-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: middle; + width: 2.5em; } + +.fa-stack-1x, +.fa-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; + z-index: var(--fa-stack-z-index, auto); } + +.fa-stack-1x { + line-height: inherit; } + +.fa-stack-2x { + font-size: 2em; } + +.fa-inverse { + color: var(--fa-inverse, #fff); } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen +readers do not read off random characters that represent icons */ +.fa-0::before { + content: "\30"; } + +.fa-1::before { + content: "\31"; } + +.fa-2::before { + content: "\32"; } + +.fa-3::before { + content: "\33"; } + +.fa-4::before { + content: "\34"; } + +.fa-5::before { + content: "\35"; } + +.fa-6::before { + content: "\36"; } + +.fa-7::before { + content: "\37"; } + +.fa-8::before { + content: "\38"; } + +.fa-9::before { + content: "\39"; } + +.fa-a::before { + content: "\41"; } + +.fa-address-book::before { + content: "\f2b9"; } + +.fa-contact-book::before { + content: "\f2b9"; } + +.fa-address-card::before { + content: "\f2bb"; } + +.fa-contact-card::before { + content: "\f2bb"; } + +.fa-vcard::before { + content: "\f2bb"; } + +.fa-align-center::before { + content: "\f037"; } + +.fa-align-justify::before { + content: "\f039"; } + +.fa-align-left::before { + content: "\f036"; } + +.fa-align-right::before { + content: "\f038"; } + +.fa-anchor::before { + content: "\f13d"; } + +.fa-anchor-circle-check::before { + content: "\e4aa"; } + +.fa-anchor-circle-exclamation::before { + content: "\e4ab"; } + +.fa-anchor-circle-xmark::before { + content: "\e4ac"; } + +.fa-anchor-lock::before { + content: "\e4ad"; } + +.fa-angle-down::before { + content: "\f107"; } + +.fa-angle-left::before { + content: "\f104"; } + +.fa-angle-right::before { + content: "\f105"; } + +.fa-angle-up::before { + content: "\f106"; } + +.fa-angles-down::before { + content: "\f103"; } + +.fa-angle-double-down::before { + content: "\f103"; } + +.fa-angles-left::before { + content: "\f100"; } + +.fa-angle-double-left::before { + content: "\f100"; } + +.fa-angles-right::before { + content: "\f101"; } + +.fa-angle-double-right::before { + content: "\f101"; } + +.fa-angles-up::before { + content: "\f102"; } + +.fa-angle-double-up::before { + content: "\f102"; } + +.fa-ankh::before { + content: "\f644"; } + +.fa-apple-whole::before { + content: "\f5d1"; } + +.fa-apple-alt::before { + content: "\f5d1"; } + +.fa-archway::before { + content: "\f557"; } + +.fa-arrow-down::before { + content: "\f063"; } + +.fa-arrow-down-1-9::before { + content: "\f162"; } + +.fa-sort-numeric-asc::before { + content: "\f162"; } + +.fa-sort-numeric-down::before { + content: "\f162"; } + +.fa-arrow-down-9-1::before { + content: "\f886"; } + +.fa-sort-numeric-desc::before { + content: "\f886"; } + +.fa-sort-numeric-down-alt::before { + content: "\f886"; } + +.fa-arrow-down-a-z::before { + content: "\f15d"; } + +.fa-sort-alpha-asc::before { + content: "\f15d"; } + +.fa-sort-alpha-down::before { + content: "\f15d"; } + +.fa-arrow-down-long::before { + content: "\f175"; } + +.fa-long-arrow-down::before { + content: "\f175"; } + +.fa-arrow-down-short-wide::before { + content: "\f884"; } + +.fa-sort-amount-desc::before { + content: "\f884"; } + +.fa-sort-amount-down-alt::before { + content: "\f884"; } + +.fa-arrow-down-up-across-line::before { + content: "\e4af"; } + +.fa-arrow-down-up-lock::before { + content: "\e4b0"; } + +.fa-arrow-down-wide-short::before { + content: "\f160"; } + +.fa-sort-amount-asc::before { + content: "\f160"; } + +.fa-sort-amount-down::before { + content: "\f160"; } + +.fa-arrow-down-z-a::before { + content: "\f881"; } + +.fa-sort-alpha-desc::before { + content: "\f881"; } + +.fa-sort-alpha-down-alt::before { + content: "\f881"; } + +.fa-arrow-left::before { + content: "\f060"; } + +.fa-arrow-left-long::before { + content: "\f177"; } + +.fa-long-arrow-left::before { + content: "\f177"; } + +.fa-arrow-pointer::before { + content: "\f245"; } + +.fa-mouse-pointer::before { + content: "\f245"; } + +.fa-arrow-right::before { + content: "\f061"; } + +.fa-arrow-right-arrow-left::before { + content: "\f0ec"; } + +.fa-exchange::before { + content: "\f0ec"; } + +.fa-arrow-right-from-bracket::before { + content: "\f08b"; } + +.fa-sign-out::before { + content: "\f08b"; } + +.fa-arrow-right-long::before { + content: "\f178"; } + +.fa-long-arrow-right::before { + content: "\f178"; } + +.fa-arrow-right-to-bracket::before { + content: "\f090"; } + +.fa-sign-in::before { + content: "\f090"; } + +.fa-arrow-right-to-city::before { + content: "\e4b3"; } + +.fa-arrow-rotate-left::before { + content: "\f0e2"; } + +.fa-arrow-left-rotate::before { + content: "\f0e2"; } + +.fa-arrow-rotate-back::before { + content: "\f0e2"; } + +.fa-arrow-rotate-backward::before { + content: "\f0e2"; } + +.fa-undo::before { + content: "\f0e2"; } + +.fa-arrow-rotate-right::before { + content: "\f01e"; } + +.fa-arrow-right-rotate::before { + content: "\f01e"; } + +.fa-arrow-rotate-forward::before { + content: "\f01e"; } + +.fa-redo::before { + content: "\f01e"; } + +.fa-arrow-trend-down::before { + content: "\e097"; } + +.fa-arrow-trend-up::before { + content: "\e098"; } + +.fa-arrow-turn-down::before { + content: "\f149"; } + +.fa-level-down::before { + content: "\f149"; } + +.fa-arrow-turn-up::before { + content: "\f148"; } + +.fa-level-up::before { + content: "\f148"; } + +.fa-arrow-up::before { + content: "\f062"; } + +.fa-arrow-up-1-9::before { + content: "\f163"; } + +.fa-sort-numeric-up::before { + content: "\f163"; } + +.fa-arrow-up-9-1::before { + content: "\f887"; } + +.fa-sort-numeric-up-alt::before { + content: "\f887"; } + +.fa-arrow-up-a-z::before { + content: "\f15e"; } + +.fa-sort-alpha-up::before { + content: "\f15e"; } + +.fa-arrow-up-from-bracket::before { + content: "\e09a"; } + +.fa-arrow-up-from-ground-water::before { + content: "\e4b5"; } + +.fa-arrow-up-from-water-pump::before { + content: "\e4b6"; } + +.fa-arrow-up-long::before { + content: "\f176"; } + +.fa-long-arrow-up::before { + content: "\f176"; } + +.fa-arrow-up-right-dots::before { + content: "\e4b7"; } + +.fa-arrow-up-right-from-square::before { + content: "\f08e"; } + +.fa-external-link::before { + content: "\f08e"; } + +.fa-arrow-up-short-wide::before { + content: "\f885"; } + +.fa-sort-amount-up-alt::before { + content: "\f885"; } + +.fa-arrow-up-wide-short::before { + content: "\f161"; } + +.fa-sort-amount-up::before { + content: "\f161"; } + +.fa-arrow-up-z-a::before { + content: "\f882"; } + +.fa-sort-alpha-up-alt::before { + content: "\f882"; } + +.fa-arrows-down-to-line::before { + content: "\e4b8"; } + +.fa-arrows-down-to-people::before { + content: "\e4b9"; } + +.fa-arrows-left-right::before { + content: "\f07e"; } + +.fa-arrows-h::before { + content: "\f07e"; } + +.fa-arrows-left-right-to-line::before { + content: "\e4ba"; } + +.fa-arrows-rotate::before { + content: "\f021"; } + +.fa-refresh::before { + content: "\f021"; } + +.fa-sync::before { + content: "\f021"; } + +.fa-arrows-spin::before { + content: "\e4bb"; } + +.fa-arrows-split-up-and-left::before { + content: "\e4bc"; } + +.fa-arrows-to-circle::before { + content: "\e4bd"; } + +.fa-arrows-to-dot::before { + content: "\e4be"; } + +.fa-arrows-to-eye::before { + content: "\e4bf"; } + +.fa-arrows-turn-right::before { + content: "\e4c0"; } + +.fa-arrows-turn-to-dots::before { + content: "\e4c1"; } + +.fa-arrows-up-down::before { + content: "\f07d"; } + +.fa-arrows-v::before { + content: "\f07d"; } + +.fa-arrows-up-down-left-right::before { + content: "\f047"; } + +.fa-arrows::before { + content: "\f047"; } + +.fa-arrows-up-to-line::before { + content: "\e4c2"; } + +.fa-asterisk::before { + content: "\2a"; } + +.fa-at::before { + content: "\40"; } + +.fa-atom::before { + content: "\f5d2"; } + +.fa-audio-description::before { + content: "\f29e"; } + +.fa-austral-sign::before { + content: "\e0a9"; } + +.fa-award::before { + content: "\f559"; } + +.fa-b::before { + content: "\42"; } + +.fa-baby::before { + content: "\f77c"; } + +.fa-baby-carriage::before { + content: "\f77d"; } + +.fa-carriage-baby::before { + content: "\f77d"; } + +.fa-backward::before { + content: "\f04a"; } + +.fa-backward-fast::before { + content: "\f049"; } + +.fa-fast-backward::before { + content: "\f049"; } + +.fa-backward-step::before { + content: "\f048"; } + +.fa-step-backward::before { + content: "\f048"; } + +.fa-bacon::before { + content: "\f7e5"; } + +.fa-bacteria::before { + content: "\e059"; } + +.fa-bacterium::before { + content: "\e05a"; } + +.fa-bag-shopping::before { + content: "\f290"; } + +.fa-shopping-bag::before { + content: "\f290"; } + +.fa-bahai::before { + content: "\f666"; } + +.fa-baht-sign::before { + content: "\e0ac"; } + +.fa-ban::before { + content: "\f05e"; } + +.fa-cancel::before { + content: "\f05e"; } + +.fa-ban-smoking::before { + content: "\f54d"; } + +.fa-smoking-ban::before { + content: "\f54d"; } + +.fa-bandage::before { + content: "\f462"; } + +.fa-band-aid::before { + content: "\f462"; } + +.fa-barcode::before { + content: "\f02a"; } + +.fa-bars::before { + content: "\f0c9"; } + +.fa-navicon::before { + content: "\f0c9"; } + +.fa-bars-progress::before { + content: "\f828"; } + +.fa-tasks-alt::before { + content: "\f828"; } + +.fa-bars-staggered::before { + content: "\f550"; } + +.fa-reorder::before { + content: "\f550"; } + +.fa-stream::before { + content: "\f550"; } + +.fa-baseball::before { + content: "\f433"; } + +.fa-baseball-ball::before { + content: "\f433"; } + +.fa-baseball-bat-ball::before { + content: "\f432"; } + +.fa-basket-shopping::before { + content: "\f291"; } + +.fa-shopping-basket::before { + content: "\f291"; } + +.fa-basketball::before { + content: "\f434"; } + +.fa-basketball-ball::before { + content: "\f434"; } + +.fa-bath::before { + content: "\f2cd"; } + +.fa-bathtub::before { + content: "\f2cd"; } + +.fa-battery-empty::before { + content: "\f244"; } + +.fa-battery-0::before { + content: "\f244"; } + +.fa-battery-full::before { + content: "\f240"; } + +.fa-battery::before { + content: "\f240"; } + +.fa-battery-5::before { + content: "\f240"; } + +.fa-battery-half::before { + content: "\f242"; } + +.fa-battery-3::before { + content: "\f242"; } + +.fa-battery-quarter::before { + content: "\f243"; } + +.fa-battery-2::before { + content: "\f243"; } + +.fa-battery-three-quarters::before { + content: "\f241"; } + +.fa-battery-4::before { + content: "\f241"; } + +.fa-bed::before { + content: "\f236"; } + +.fa-bed-pulse::before { + content: "\f487"; } + +.fa-procedures::before { + content: "\f487"; } + +.fa-beer-mug-empty::before { + content: "\f0fc"; } + +.fa-beer::before { + content: "\f0fc"; } + +.fa-bell::before { + content: "\f0f3"; } + +.fa-bell-concierge::before { + content: "\f562"; } + +.fa-concierge-bell::before { + content: "\f562"; } + +.fa-bell-slash::before { + content: "\f1f6"; } + +.fa-bezier-curve::before { + content: "\f55b"; } + +.fa-bicycle::before { + content: "\f206"; } + +.fa-binoculars::before { + content: "\f1e5"; } + +.fa-biohazard::before { + content: "\f780"; } + +.fa-bitcoin-sign::before { + content: "\e0b4"; } + +.fa-blender::before { + content: "\f517"; } + +.fa-blender-phone::before { + content: "\f6b6"; } + +.fa-blog::before { + content: "\f781"; } + +.fa-bold::before { + content: "\f032"; } + +.fa-bolt::before { + content: "\f0e7"; } + +.fa-zap::before { + content: "\f0e7"; } + +.fa-bolt-lightning::before { + content: "\e0b7"; } + +.fa-bomb::before { + content: "\f1e2"; } + +.fa-bone::before { + content: "\f5d7"; } + +.fa-bong::before { + content: "\f55c"; } + +.fa-book::before { + content: "\f02d"; } + +.fa-book-atlas::before { + content: "\f558"; } + +.fa-atlas::before { + content: "\f558"; } + +.fa-book-bible::before { + content: "\f647"; } + +.fa-bible::before { + content: "\f647"; } + +.fa-book-bookmark::before { + content: "\e0bb"; } + +.fa-book-journal-whills::before { + content: "\f66a"; } + +.fa-journal-whills::before { + content: "\f66a"; } + +.fa-book-medical::before { + content: "\f7e6"; } + +.fa-book-open::before { + content: "\f518"; } + +.fa-book-open-reader::before { + content: "\f5da"; } + +.fa-book-reader::before { + content: "\f5da"; } + +.fa-book-quran::before { + content: "\f687"; } + +.fa-quran::before { + content: "\f687"; } + +.fa-book-skull::before { + content: "\f6b7"; } + +.fa-book-dead::before { + content: "\f6b7"; } + +.fa-bookmark::before { + content: "\f02e"; } + +.fa-border-all::before { + content: "\f84c"; } + +.fa-border-none::before { + content: "\f850"; } + +.fa-border-top-left::before { + content: "\f853"; } + +.fa-border-style::before { + content: "\f853"; } + +.fa-bore-hole::before { + content: "\e4c3"; } + +.fa-bottle-droplet::before { + content: "\e4c4"; } + +.fa-bottle-water::before { + content: "\e4c5"; } + +.fa-bowl-food::before { + content: "\e4c6"; } + +.fa-bowl-rice::before { + content: "\e2eb"; } + +.fa-bowling-ball::before { + content: "\f436"; } + +.fa-box::before { + content: "\f466"; } + +.fa-box-archive::before { + content: "\f187"; } + +.fa-archive::before { + content: "\f187"; } + +.fa-box-open::before { + content: "\f49e"; } + +.fa-box-tissue::before { + content: "\e05b"; } + +.fa-boxes-packing::before { + content: "\e4c7"; } + +.fa-boxes-stacked::before { + content: "\f468"; } + +.fa-boxes::before { + content: "\f468"; } + +.fa-boxes-alt::before { + content: "\f468"; } + +.fa-braille::before { + content: "\f2a1"; } + +.fa-brain::before { + content: "\f5dc"; } + +.fa-brazilian-real-sign::before { + content: "\e46c"; } + +.fa-bread-slice::before { + content: "\f7ec"; } + +.fa-bridge::before { + content: "\e4c8"; } + +.fa-bridge-circle-check::before { + content: "\e4c9"; } + +.fa-bridge-circle-exclamation::before { + content: "\e4ca"; } + +.fa-bridge-circle-xmark::before { + content: "\e4cb"; } + +.fa-bridge-lock::before { + content: "\e4cc"; } + +.fa-bridge-water::before { + content: "\e4ce"; } + +.fa-briefcase::before { + content: "\f0b1"; } + +.fa-briefcase-medical::before { + content: "\f469"; } + +.fa-broom::before { + content: "\f51a"; } + +.fa-broom-ball::before { + content: "\f458"; } + +.fa-quidditch::before { + content: "\f458"; } + +.fa-quidditch-broom-ball::before { + content: "\f458"; } + +.fa-brush::before { + content: "\f55d"; } + +.fa-bucket::before { + content: "\e4cf"; } + +.fa-bug::before { + content: "\f188"; } + +.fa-bug-slash::before { + content: "\e490"; } + +.fa-bugs::before { + content: "\e4d0"; } + +.fa-building::before { + content: "\f1ad"; } + +.fa-building-circle-arrow-right::before { + content: "\e4d1"; } + +.fa-building-circle-check::before { + content: "\e4d2"; } + +.fa-building-circle-exclamation::before { + content: "\e4d3"; } + +.fa-building-circle-xmark::before { + content: "\e4d4"; } + +.fa-building-columns::before { + content: "\f19c"; } + +.fa-bank::before { + content: "\f19c"; } + +.fa-institution::before { + content: "\f19c"; } + +.fa-museum::before { + content: "\f19c"; } + +.fa-university::before { + content: "\f19c"; } + +.fa-building-flag::before { + content: "\e4d5"; } + +.fa-building-lock::before { + content: "\e4d6"; } + +.fa-building-ngo::before { + content: "\e4d7"; } + +.fa-building-shield::before { + content: "\e4d8"; } + +.fa-building-un::before { + content: "\e4d9"; } + +.fa-building-user::before { + content: "\e4da"; } + +.fa-building-wheat::before { + content: "\e4db"; } + +.fa-bullhorn::before { + content: "\f0a1"; } + +.fa-bullseye::before { + content: "\f140"; } + +.fa-burger::before { + content: "\f805"; } + +.fa-hamburger::before { + content: "\f805"; } + +.fa-burst::before { + content: "\e4dc"; } + +.fa-bus::before { + content: "\f207"; } + +.fa-bus-simple::before { + content: "\f55e"; } + +.fa-bus-alt::before { + content: "\f55e"; } + +.fa-business-time::before { + content: "\f64a"; } + +.fa-briefcase-clock::before { + content: "\f64a"; } + +.fa-c::before { + content: "\43"; } + +.fa-cake-candles::before { + content: "\f1fd"; } + +.fa-birthday-cake::before { + content: "\f1fd"; } + +.fa-cake::before { + content: "\f1fd"; } + +.fa-calculator::before { + content: "\f1ec"; } + +.fa-calendar::before { + content: "\f133"; } + +.fa-calendar-check::before { + content: "\f274"; } + +.fa-calendar-day::before { + content: "\f783"; } + +.fa-calendar-days::before { + content: "\f073"; } + +.fa-calendar-alt::before { + content: "\f073"; } + +.fa-calendar-minus::before { + content: "\f272"; } + +.fa-calendar-plus::before { + content: "\f271"; } + +.fa-calendar-week::before { + content: "\f784"; } + +.fa-calendar-xmark::before { + content: "\f273"; } + +.fa-calendar-times::before { + content: "\f273"; } + +.fa-camera::before { + content: "\f030"; } + +.fa-camera-alt::before { + content: "\f030"; } + +.fa-camera-retro::before { + content: "\f083"; } + +.fa-camera-rotate::before { + content: "\e0d8"; } + +.fa-campground::before { + content: "\f6bb"; } + +.fa-candy-cane::before { + content: "\f786"; } + +.fa-cannabis::before { + content: "\f55f"; } + +.fa-capsules::before { + content: "\f46b"; } + +.fa-car::before { + content: "\f1b9"; } + +.fa-automobile::before { + content: "\f1b9"; } + +.fa-car-battery::before { + content: "\f5df"; } + +.fa-battery-car::before { + content: "\f5df"; } + +.fa-car-burst::before { + content: "\f5e1"; } + +.fa-car-crash::before { + content: "\f5e1"; } + +.fa-car-on::before { + content: "\e4dd"; } + +.fa-car-rear::before { + content: "\f5de"; } + +.fa-car-alt::before { + content: "\f5de"; } + +.fa-car-side::before { + content: "\f5e4"; } + +.fa-car-tunnel::before { + content: "\e4de"; } + +.fa-caravan::before { + content: "\f8ff"; } + +.fa-caret-down::before { + content: "\f0d7"; } + +.fa-caret-left::before { + content: "\f0d9"; } + +.fa-caret-right::before { + content: "\f0da"; } + +.fa-caret-up::before { + content: "\f0d8"; } + +.fa-carrot::before { + content: "\f787"; } + +.fa-cart-arrow-down::before { + content: "\f218"; } + +.fa-cart-flatbed::before { + content: "\f474"; } + +.fa-dolly-flatbed::before { + content: "\f474"; } + +.fa-cart-flatbed-suitcase::before { + content: "\f59d"; } + +.fa-luggage-cart::before { + content: "\f59d"; } + +.fa-cart-plus::before { + content: "\f217"; } + +.fa-cart-shopping::before { + content: "\f07a"; } + +.fa-shopping-cart::before { + content: "\f07a"; } + +.fa-cash-register::before { + content: "\f788"; } + +.fa-cat::before { + content: "\f6be"; } + +.fa-cedi-sign::before { + content: "\e0df"; } + +.fa-cent-sign::before { + content: "\e3f5"; } + +.fa-certificate::before { + content: "\f0a3"; } + +.fa-chair::before { + content: "\f6c0"; } + +.fa-chalkboard::before { + content: "\f51b"; } + +.fa-blackboard::before { + content: "\f51b"; } + +.fa-chalkboard-user::before { + content: "\f51c"; } + +.fa-chalkboard-teacher::before { + content: "\f51c"; } + +.fa-champagne-glasses::before { + content: "\f79f"; } + +.fa-glass-cheers::before { + content: "\f79f"; } + +.fa-charging-station::before { + content: "\f5e7"; } + +.fa-chart-area::before { + content: "\f1fe"; } + +.fa-area-chart::before { + content: "\f1fe"; } + +.fa-chart-bar::before { + content: "\f080"; } + +.fa-bar-chart::before { + content: "\f080"; } + +.fa-chart-column::before { + content: "\e0e3"; } + +.fa-chart-gantt::before { + content: "\e0e4"; } + +.fa-chart-line::before { + content: "\f201"; } + +.fa-line-chart::before { + content: "\f201"; } + +.fa-chart-pie::before { + content: "\f200"; } + +.fa-pie-chart::before { + content: "\f200"; } + +.fa-chart-simple::before { + content: "\e473"; } + +.fa-check::before { + content: "\f00c"; } + +.fa-check-double::before { + content: "\f560"; } + +.fa-check-to-slot::before { + content: "\f772"; } + +.fa-vote-yea::before { + content: "\f772"; } + +.fa-cheese::before { + content: "\f7ef"; } + +.fa-chess::before { + content: "\f439"; } + +.fa-chess-bishop::before { + content: "\f43a"; } + +.fa-chess-board::before { + content: "\f43c"; } + +.fa-chess-king::before { + content: "\f43f"; } + +.fa-chess-knight::before { + content: "\f441"; } + +.fa-chess-pawn::before { + content: "\f443"; } + +.fa-chess-queen::before { + content: "\f445"; } + +.fa-chess-rook::before { + content: "\f447"; } + +.fa-chevron-down::before { + content: "\f078"; } + +.fa-chevron-left::before { + content: "\f053"; } + +.fa-chevron-right::before { + content: "\f054"; } + +.fa-chevron-up::before { + content: "\f077"; } + +.fa-child::before { + content: "\f1ae"; } + +.fa-child-dress::before { + content: "\e59c"; } + +.fa-child-reaching::before { + content: "\e59d"; } + +.fa-child-rifle::before { + content: "\e4e0"; } + +.fa-children::before { + content: "\e4e1"; } + +.fa-church::before { + content: "\f51d"; } + +.fa-circle::before { + content: "\f111"; } + +.fa-circle-arrow-down::before { + content: "\f0ab"; } + +.fa-arrow-circle-down::before { + content: "\f0ab"; } + +.fa-circle-arrow-left::before { + content: "\f0a8"; } + +.fa-arrow-circle-left::before { + content: "\f0a8"; } + +.fa-circle-arrow-right::before { + content: "\f0a9"; } + +.fa-arrow-circle-right::before { + content: "\f0a9"; } + +.fa-circle-arrow-up::before { + content: "\f0aa"; } + +.fa-arrow-circle-up::before { + content: "\f0aa"; } + +.fa-circle-check::before { + content: "\f058"; } + +.fa-check-circle::before { + content: "\f058"; } + +.fa-circle-chevron-down::before { + content: "\f13a"; } + +.fa-chevron-circle-down::before { + content: "\f13a"; } + +.fa-circle-chevron-left::before { + content: "\f137"; } + +.fa-chevron-circle-left::before { + content: "\f137"; } + +.fa-circle-chevron-right::before { + content: "\f138"; } + +.fa-chevron-circle-right::before { + content: "\f138"; } + +.fa-circle-chevron-up::before { + content: "\f139"; } + +.fa-chevron-circle-up::before { + content: "\f139"; } + +.fa-circle-dollar-to-slot::before { + content: "\f4b9"; } + +.fa-donate::before { + content: "\f4b9"; } + +.fa-circle-dot::before { + content: "\f192"; } + +.fa-dot-circle::before { + content: "\f192"; } + +.fa-circle-down::before { + content: "\f358"; } + +.fa-arrow-alt-circle-down::before { + content: "\f358"; } + +.fa-circle-exclamation::before { + content: "\f06a"; } + +.fa-exclamation-circle::before { + content: "\f06a"; } + +.fa-circle-h::before { + content: "\f47e"; } + +.fa-hospital-symbol::before { + content: "\f47e"; } + +.fa-circle-half-stroke::before { + content: "\f042"; } + +.fa-adjust::before { + content: "\f042"; } + +.fa-circle-info::before { + content: "\f05a"; } + +.fa-info-circle::before { + content: "\f05a"; } + +.fa-circle-left::before { + content: "\f359"; } + +.fa-arrow-alt-circle-left::before { + content: "\f359"; } + +.fa-circle-minus::before { + content: "\f056"; } + +.fa-minus-circle::before { + content: "\f056"; } + +.fa-circle-nodes::before { + content: "\e4e2"; } + +.fa-circle-notch::before { + content: "\f1ce"; } + +.fa-circle-pause::before { + content: "\f28b"; } + +.fa-pause-circle::before { + content: "\f28b"; } + +.fa-circle-play::before { + content: "\f144"; } + +.fa-play-circle::before { + content: "\f144"; } + +.fa-circle-plus::before { + content: "\f055"; } + +.fa-plus-circle::before { + content: "\f055"; } + +.fa-circle-question::before { + content: "\f059"; } + +.fa-question-circle::before { + content: "\f059"; } + +.fa-circle-radiation::before { + content: "\f7ba"; } + +.fa-radiation-alt::before { + content: "\f7ba"; } + +.fa-circle-right::before { + content: "\f35a"; } + +.fa-arrow-alt-circle-right::before { + content: "\f35a"; } + +.fa-circle-stop::before { + content: "\f28d"; } + +.fa-stop-circle::before { + content: "\f28d"; } + +.fa-circle-up::before { + content: "\f35b"; } + +.fa-arrow-alt-circle-up::before { + content: "\f35b"; } + +.fa-circle-user::before { + content: "\f2bd"; } + +.fa-user-circle::before { + content: "\f2bd"; } + +.fa-circle-xmark::before { + content: "\f057"; } + +.fa-times-circle::before { + content: "\f057"; } + +.fa-xmark-circle::before { + content: "\f057"; } + +.fa-city::before { + content: "\f64f"; } + +.fa-clapperboard::before { + content: "\e131"; } + +.fa-clipboard::before { + content: "\f328"; } + +.fa-clipboard-check::before { + content: "\f46c"; } + +.fa-clipboard-list::before { + content: "\f46d"; } + +.fa-clipboard-question::before { + content: "\e4e3"; } + +.fa-clipboard-user::before { + content: "\f7f3"; } + +.fa-clock::before { + content: "\f017"; } + +.fa-clock-four::before { + content: "\f017"; } + +.fa-clock-rotate-left::before { + content: "\f1da"; } + +.fa-history::before { + content: "\f1da"; } + +.fa-clone::before { + content: "\f24d"; } + +.fa-closed-captioning::before { + content: "\f20a"; } + +.fa-cloud::before { + content: "\f0c2"; } + +.fa-cloud-arrow-down::before { + content: "\f0ed"; } + +.fa-cloud-download::before { + content: "\f0ed"; } + +.fa-cloud-download-alt::before { + content: "\f0ed"; } + +.fa-cloud-arrow-up::before { + content: "\f0ee"; } + +.fa-cloud-upload::before { + content: "\f0ee"; } + +.fa-cloud-upload-alt::before { + content: "\f0ee"; } + +.fa-cloud-bolt::before { + content: "\f76c"; } + +.fa-thunderstorm::before { + content: "\f76c"; } + +.fa-cloud-meatball::before { + content: "\f73b"; } + +.fa-cloud-moon::before { + content: "\f6c3"; } + +.fa-cloud-moon-rain::before { + content: "\f73c"; } + +.fa-cloud-rain::before { + content: "\f73d"; } + +.fa-cloud-showers-heavy::before { + content: "\f740"; } + +.fa-cloud-showers-water::before { + content: "\e4e4"; } + +.fa-cloud-sun::before { + content: "\f6c4"; } + +.fa-cloud-sun-rain::before { + content: "\f743"; } + +.fa-clover::before { + content: "\e139"; } + +.fa-code::before { + content: "\f121"; } + +.fa-code-branch::before { + content: "\f126"; } + +.fa-code-commit::before { + content: "\f386"; } + +.fa-code-compare::before { + content: "\e13a"; } + +.fa-code-fork::before { + content: "\e13b"; } + +.fa-code-merge::before { + content: "\f387"; } + +.fa-code-pull-request::before { + content: "\e13c"; } + +.fa-coins::before { + content: "\f51e"; } + +.fa-colon-sign::before { + content: "\e140"; } + +.fa-comment::before { + content: "\f075"; } + +.fa-comment-dollar::before { + content: "\f651"; } + +.fa-comment-dots::before { + content: "\f4ad"; } + +.fa-commenting::before { + content: "\f4ad"; } + +.fa-comment-medical::before { + content: "\f7f5"; } + +.fa-comment-slash::before { + content: "\f4b3"; } + +.fa-comment-sms::before { + content: "\f7cd"; } + +.fa-sms::before { + content: "\f7cd"; } + +.fa-comments::before { + content: "\f086"; } + +.fa-comments-dollar::before { + content: "\f653"; } + +.fa-compact-disc::before { + content: "\f51f"; } + +.fa-compass::before { + content: "\f14e"; } + +.fa-compass-drafting::before { + content: "\f568"; } + +.fa-drafting-compass::before { + content: "\f568"; } + +.fa-compress::before { + content: "\f066"; } + +.fa-computer::before { + content: "\e4e5"; } + +.fa-computer-mouse::before { + content: "\f8cc"; } + +.fa-mouse::before { + content: "\f8cc"; } + +.fa-cookie::before { + content: "\f563"; } + +.fa-cookie-bite::before { + content: "\f564"; } + +.fa-copy::before { + content: "\f0c5"; } + +.fa-copyright::before { + content: "\f1f9"; } + +.fa-couch::before { + content: "\f4b8"; } + +.fa-cow::before { + content: "\f6c8"; } + +.fa-credit-card::before { + content: "\f09d"; } + +.fa-credit-card-alt::before { + content: "\f09d"; } + +.fa-crop::before { + content: "\f125"; } + +.fa-crop-simple::before { + content: "\f565"; } + +.fa-crop-alt::before { + content: "\f565"; } + +.fa-cross::before { + content: "\f654"; } + +.fa-crosshairs::before { + content: "\f05b"; } + +.fa-crow::before { + content: "\f520"; } + +.fa-crown::before { + content: "\f521"; } + +.fa-crutch::before { + content: "\f7f7"; } + +.fa-cruzeiro-sign::before { + content: "\e152"; } + +.fa-cube::before { + content: "\f1b2"; } + +.fa-cubes::before { + content: "\f1b3"; } + +.fa-cubes-stacked::before { + content: "\e4e6"; } + +.fa-d::before { + content: "\44"; } + +.fa-database::before { + content: "\f1c0"; } + +.fa-delete-left::before { + content: "\f55a"; } + +.fa-backspace::before { + content: "\f55a"; } + +.fa-democrat::before { + content: "\f747"; } + +.fa-desktop::before { + content: "\f390"; } + +.fa-desktop-alt::before { + content: "\f390"; } + +.fa-dharmachakra::before { + content: "\f655"; } + +.fa-diagram-next::before { + content: "\e476"; } + +.fa-diagram-predecessor::before { + content: "\e477"; } + +.fa-diagram-project::before { + content: "\f542"; } + +.fa-project-diagram::before { + content: "\f542"; } + +.fa-diagram-successor::before { + content: "\e47a"; } + +.fa-diamond::before { + content: "\f219"; } + +.fa-diamond-turn-right::before { + content: "\f5eb"; } + +.fa-directions::before { + content: "\f5eb"; } + +.fa-dice::before { + content: "\f522"; } + +.fa-dice-d20::before { + content: "\f6cf"; } + +.fa-dice-d6::before { + content: "\f6d1"; } + +.fa-dice-five::before { + content: "\f523"; } + +.fa-dice-four::before { + content: "\f524"; } + +.fa-dice-one::before { + content: "\f525"; } + +.fa-dice-six::before { + content: "\f526"; } + +.fa-dice-three::before { + content: "\f527"; } + +.fa-dice-two::before { + content: "\f528"; } + +.fa-disease::before { + content: "\f7fa"; } + +.fa-display::before { + content: "\e163"; } + +.fa-divide::before { + content: "\f529"; } + +.fa-dna::before { + content: "\f471"; } + +.fa-dog::before { + content: "\f6d3"; } + +.fa-dollar-sign::before { + content: "\24"; } + +.fa-dollar::before { + content: "\24"; } + +.fa-usd::before { + content: "\24"; } + +.fa-dolly::before { + content: "\f472"; } + +.fa-dolly-box::before { + content: "\f472"; } + +.fa-dong-sign::before { + content: "\e169"; } + +.fa-door-closed::before { + content: "\f52a"; } + +.fa-door-open::before { + content: "\f52b"; } + +.fa-dove::before { + content: "\f4ba"; } + +.fa-down-left-and-up-right-to-center::before { + content: "\f422"; } + +.fa-compress-alt::before { + content: "\f422"; } + +.fa-down-long::before { + content: "\f309"; } + +.fa-long-arrow-alt-down::before { + content: "\f309"; } + +.fa-download::before { + content: "\f019"; } + +.fa-dragon::before { + content: "\f6d5"; } + +.fa-draw-polygon::before { + content: "\f5ee"; } + +.fa-droplet::before { + content: "\f043"; } + +.fa-tint::before { + content: "\f043"; } + +.fa-droplet-slash::before { + content: "\f5c7"; } + +.fa-tint-slash::before { + content: "\f5c7"; } + +.fa-drum::before { + content: "\f569"; } + +.fa-drum-steelpan::before { + content: "\f56a"; } + +.fa-drumstick-bite::before { + content: "\f6d7"; } + +.fa-dumbbell::before { + content: "\f44b"; } + +.fa-dumpster::before { + content: "\f793"; } + +.fa-dumpster-fire::before { + content: "\f794"; } + +.fa-dungeon::before { + content: "\f6d9"; } + +.fa-e::before { + content: "\45"; } + +.fa-ear-deaf::before { + content: "\f2a4"; } + +.fa-deaf::before { + content: "\f2a4"; } + +.fa-deafness::before { + content: "\f2a4"; } + +.fa-hard-of-hearing::before { + content: "\f2a4"; } + +.fa-ear-listen::before { + content: "\f2a2"; } + +.fa-assistive-listening-systems::before { + content: "\f2a2"; } + +.fa-earth-africa::before { + content: "\f57c"; } + +.fa-globe-africa::before { + content: "\f57c"; } + +.fa-earth-americas::before { + content: "\f57d"; } + +.fa-earth::before { + content: "\f57d"; } + +.fa-earth-america::before { + content: "\f57d"; } + +.fa-globe-americas::before { + content: "\f57d"; } + +.fa-earth-asia::before { + content: "\f57e"; } + +.fa-globe-asia::before { + content: "\f57e"; } + +.fa-earth-europe::before { + content: "\f7a2"; } + +.fa-globe-europe::before { + content: "\f7a2"; } + +.fa-earth-oceania::before { + content: "\e47b"; } + +.fa-globe-oceania::before { + content: "\e47b"; } + +.fa-egg::before { + content: "\f7fb"; } + +.fa-eject::before { + content: "\f052"; } + +.fa-elevator::before { + content: "\e16d"; } + +.fa-ellipsis::before { + content: "\f141"; } + +.fa-ellipsis-h::before { + content: "\f141"; } + +.fa-ellipsis-vertical::before { + content: "\f142"; } + +.fa-ellipsis-v::before { + content: "\f142"; } + +.fa-envelope::before { + content: "\f0e0"; } + +.fa-envelope-circle-check::before { + content: "\e4e8"; } + +.fa-envelope-open::before { + content: "\f2b6"; } + +.fa-envelope-open-text::before { + content: "\f658"; } + +.fa-envelopes-bulk::before { + content: "\f674"; } + +.fa-mail-bulk::before { + content: "\f674"; } + +.fa-equals::before { + content: "\3d"; } + +.fa-eraser::before { + content: "\f12d"; } + +.fa-ethernet::before { + content: "\f796"; } + +.fa-euro-sign::before { + content: "\f153"; } + +.fa-eur::before { + content: "\f153"; } + +.fa-euro::before { + content: "\f153"; } + +.fa-exclamation::before { + content: "\21"; } + +.fa-expand::before { + content: "\f065"; } + +.fa-explosion::before { + content: "\e4e9"; } + +.fa-eye::before { + content: "\f06e"; } + +.fa-eye-dropper::before { + content: "\f1fb"; } + +.fa-eye-dropper-empty::before { + content: "\f1fb"; } + +.fa-eyedropper::before { + content: "\f1fb"; } + +.fa-eye-low-vision::before { + content: "\f2a8"; } + +.fa-low-vision::before { + content: "\f2a8"; } + +.fa-eye-slash::before { + content: "\f070"; } + +.fa-f::before { + content: "\46"; } + +.fa-face-angry::before { + content: "\f556"; } + +.fa-angry::before { + content: "\f556"; } + +.fa-face-dizzy::before { + content: "\f567"; } + +.fa-dizzy::before { + content: "\f567"; } + +.fa-face-flushed::before { + content: "\f579"; } + +.fa-flushed::before { + content: "\f579"; } + +.fa-face-frown::before { + content: "\f119"; } + +.fa-frown::before { + content: "\f119"; } + +.fa-face-frown-open::before { + content: "\f57a"; } + +.fa-frown-open::before { + content: "\f57a"; } + +.fa-face-grimace::before { + content: "\f57f"; } + +.fa-grimace::before { + content: "\f57f"; } + +.fa-face-grin::before { + content: "\f580"; } + +.fa-grin::before { + content: "\f580"; } + +.fa-face-grin-beam::before { + content: "\f582"; } + +.fa-grin-beam::before { + content: "\f582"; } + +.fa-face-grin-beam-sweat::before { + content: "\f583"; } + +.fa-grin-beam-sweat::before { + content: "\f583"; } + +.fa-face-grin-hearts::before { + content: "\f584"; } + +.fa-grin-hearts::before { + content: "\f584"; } + +.fa-face-grin-squint::before { + content: "\f585"; } + +.fa-grin-squint::before { + content: "\f585"; } + +.fa-face-grin-squint-tears::before { + content: "\f586"; } + +.fa-grin-squint-tears::before { + content: "\f586"; } + +.fa-face-grin-stars::before { + content: "\f587"; } + +.fa-grin-stars::before { + content: "\f587"; } + +.fa-face-grin-tears::before { + content: "\f588"; } + +.fa-grin-tears::before { + content: "\f588"; } + +.fa-face-grin-tongue::before { + content: "\f589"; } + +.fa-grin-tongue::before { + content: "\f589"; } + +.fa-face-grin-tongue-squint::before { + content: "\f58a"; } + +.fa-grin-tongue-squint::before { + content: "\f58a"; } + +.fa-face-grin-tongue-wink::before { + content: "\f58b"; } + +.fa-grin-tongue-wink::before { + content: "\f58b"; } + +.fa-face-grin-wide::before { + content: "\f581"; } + +.fa-grin-alt::before { + content: "\f581"; } + +.fa-face-grin-wink::before { + content: "\f58c"; } + +.fa-grin-wink::before { + content: "\f58c"; } + +.fa-face-kiss::before { + content: "\f596"; } + +.fa-kiss::before { + content: "\f596"; } + +.fa-face-kiss-beam::before { + content: "\f597"; } + +.fa-kiss-beam::before { + content: "\f597"; } + +.fa-face-kiss-wink-heart::before { + content: "\f598"; } + +.fa-kiss-wink-heart::before { + content: "\f598"; } + +.fa-face-laugh::before { + content: "\f599"; } + +.fa-laugh::before { + content: "\f599"; } + +.fa-face-laugh-beam::before { + content: "\f59a"; } + +.fa-laugh-beam::before { + content: "\f59a"; } + +.fa-face-laugh-squint::before { + content: "\f59b"; } + +.fa-laugh-squint::before { + content: "\f59b"; } + +.fa-face-laugh-wink::before { + content: "\f59c"; } + +.fa-laugh-wink::before { + content: "\f59c"; } + +.fa-face-meh::before { + content: "\f11a"; } + +.fa-meh::before { + content: "\f11a"; } + +.fa-face-meh-blank::before { + content: "\f5a4"; } + +.fa-meh-blank::before { + content: "\f5a4"; } + +.fa-face-rolling-eyes::before { + content: "\f5a5"; } + +.fa-meh-rolling-eyes::before { + content: "\f5a5"; } + +.fa-face-sad-cry::before { + content: "\f5b3"; } + +.fa-sad-cry::before { + content: "\f5b3"; } + +.fa-face-sad-tear::before { + content: "\f5b4"; } + +.fa-sad-tear::before { + content: "\f5b4"; } + +.fa-face-smile::before { + content: "\f118"; } + +.fa-smile::before { + content: "\f118"; } + +.fa-face-smile-beam::before { + content: "\f5b8"; } + +.fa-smile-beam::before { + content: "\f5b8"; } + +.fa-face-smile-wink::before { + content: "\f4da"; } + +.fa-smile-wink::before { + content: "\f4da"; } + +.fa-face-surprise::before { + content: "\f5c2"; } + +.fa-surprise::before { + content: "\f5c2"; } + +.fa-face-tired::before { + content: "\f5c8"; } + +.fa-tired::before { + content: "\f5c8"; } + +.fa-fan::before { + content: "\f863"; } + +.fa-faucet::before { + content: "\e005"; } + +.fa-faucet-drip::before { + content: "\e006"; } + +.fa-fax::before { + content: "\f1ac"; } + +.fa-feather::before { + content: "\f52d"; } + +.fa-feather-pointed::before { + content: "\f56b"; } + +.fa-feather-alt::before { + content: "\f56b"; } + +.fa-ferry::before { + content: "\e4ea"; } + +.fa-file::before { + content: "\f15b"; } + +.fa-file-arrow-down::before { + content: "\f56d"; } + +.fa-file-download::before { + content: "\f56d"; } + +.fa-file-arrow-up::before { + content: "\f574"; } + +.fa-file-upload::before { + content: "\f574"; } + +.fa-file-audio::before { + content: "\f1c7"; } + +.fa-file-circle-check::before { + content: "\e493"; } + +.fa-file-circle-exclamation::before { + content: "\e4eb"; } + +.fa-file-circle-minus::before { + content: "\e4ed"; } + +.fa-file-circle-plus::before { + content: "\e4ee"; } + +.fa-file-circle-question::before { + content: "\e4ef"; } + +.fa-file-circle-xmark::before { + content: "\e494"; } + +.fa-file-code::before { + content: "\f1c9"; } + +.fa-file-contract::before { + content: "\f56c"; } + +.fa-file-csv::before { + content: "\f6dd"; } + +.fa-file-excel::before { + content: "\f1c3"; } + +.fa-file-export::before { + content: "\f56e"; } + +.fa-arrow-right-from-file::before { + content: "\f56e"; } + +.fa-file-image::before { + content: "\f1c5"; } + +.fa-file-import::before { + content: "\f56f"; } + +.fa-arrow-right-to-file::before { + content: "\f56f"; } + +.fa-file-invoice::before { + content: "\f570"; } + +.fa-file-invoice-dollar::before { + content: "\f571"; } + +.fa-file-lines::before { + content: "\f15c"; } + +.fa-file-alt::before { + content: "\f15c"; } + +.fa-file-text::before { + content: "\f15c"; } + +.fa-file-medical::before { + content: "\f477"; } + +.fa-file-pdf::before { + content: "\f1c1"; } + +.fa-file-pen::before { + content: "\f31c"; } + +.fa-file-edit::before { + content: "\f31c"; } + +.fa-file-powerpoint::before { + content: "\f1c4"; } + +.fa-file-prescription::before { + content: "\f572"; } + +.fa-file-shield::before { + content: "\e4f0"; } + +.fa-file-signature::before { + content: "\f573"; } + +.fa-file-video::before { + content: "\f1c8"; } + +.fa-file-waveform::before { + content: "\f478"; } + +.fa-file-medical-alt::before { + content: "\f478"; } + +.fa-file-word::before { + content: "\f1c2"; } + +.fa-file-zipper::before { + content: "\f1c6"; } + +.fa-file-archive::before { + content: "\f1c6"; } + +.fa-fill::before { + content: "\f575"; } + +.fa-fill-drip::before { + content: "\f576"; } + +.fa-film::before { + content: "\f008"; } + +.fa-filter::before { + content: "\f0b0"; } + +.fa-filter-circle-dollar::before { + content: "\f662"; } + +.fa-funnel-dollar::before { + content: "\f662"; } + +.fa-filter-circle-xmark::before { + content: "\e17b"; } + +.fa-fingerprint::before { + content: "\f577"; } + +.fa-fire::before { + content: "\f06d"; } + +.fa-fire-burner::before { + content: "\e4f1"; } + +.fa-fire-extinguisher::before { + content: "\f134"; } + +.fa-fire-flame-curved::before { + content: "\f7e4"; } + +.fa-fire-alt::before { + content: "\f7e4"; } + +.fa-fire-flame-simple::before { + content: "\f46a"; } + +.fa-burn::before { + content: "\f46a"; } + +.fa-fish::before { + content: "\f578"; } + +.fa-fish-fins::before { + content: "\e4f2"; } + +.fa-flag::before { + content: "\f024"; } + +.fa-flag-checkered::before { + content: "\f11e"; } + +.fa-flag-usa::before { + content: "\f74d"; } + +.fa-flask::before { + content: "\f0c3"; } + +.fa-flask-vial::before { + content: "\e4f3"; } + +.fa-floppy-disk::before { + content: "\f0c7"; } + +.fa-save::before { + content: "\f0c7"; } + +.fa-florin-sign::before { + content: "\e184"; } + +.fa-folder::before { + content: "\f07b"; } + +.fa-folder-blank::before { + content: "\f07b"; } + +.fa-folder-closed::before { + content: "\e185"; } + +.fa-folder-minus::before { + content: "\f65d"; } + +.fa-folder-open::before { + content: "\f07c"; } + +.fa-folder-plus::before { + content: "\f65e"; } + +.fa-folder-tree::before { + content: "\f802"; } + +.fa-font::before { + content: "\f031"; } + +.fa-football::before { + content: "\f44e"; } + +.fa-football-ball::before { + content: "\f44e"; } + +.fa-forward::before { + content: "\f04e"; } + +.fa-forward-fast::before { + content: "\f050"; } + +.fa-fast-forward::before { + content: "\f050"; } + +.fa-forward-step::before { + content: "\f051"; } + +.fa-step-forward::before { + content: "\f051"; } + +.fa-franc-sign::before { + content: "\e18f"; } + +.fa-frog::before { + content: "\f52e"; } + +.fa-futbol::before { + content: "\f1e3"; } + +.fa-futbol-ball::before { + content: "\f1e3"; } + +.fa-soccer-ball::before { + content: "\f1e3"; } + +.fa-g::before { + content: "\47"; } + +.fa-gamepad::before { + content: "\f11b"; } + +.fa-gas-pump::before { + content: "\f52f"; } + +.fa-gauge::before { + content: "\f624"; } + +.fa-dashboard::before { + content: "\f624"; } + +.fa-gauge-med::before { + content: "\f624"; } + +.fa-tachometer-alt-average::before { + content: "\f624"; } + +.fa-gauge-high::before { + content: "\f625"; } + +.fa-tachometer-alt::before { + content: "\f625"; } + +.fa-tachometer-alt-fast::before { + content: "\f625"; } + +.fa-gauge-simple::before { + content: "\f629"; } + +.fa-gauge-simple-med::before { + content: "\f629"; } + +.fa-tachometer-average::before { + content: "\f629"; } + +.fa-gauge-simple-high::before { + content: "\f62a"; } + +.fa-tachometer::before { + content: "\f62a"; } + +.fa-tachometer-fast::before { + content: "\f62a"; } + +.fa-gavel::before { + content: "\f0e3"; } + +.fa-legal::before { + content: "\f0e3"; } + +.fa-gear::before { + content: "\f013"; } + +.fa-cog::before { + content: "\f013"; } + +.fa-gears::before { + content: "\f085"; } + +.fa-cogs::before { + content: "\f085"; } + +.fa-gem::before { + content: "\f3a5"; } + +.fa-genderless::before { + content: "\f22d"; } + +.fa-ghost::before { + content: "\f6e2"; } + +.fa-gift::before { + content: "\f06b"; } + +.fa-gifts::before { + content: "\f79c"; } + +.fa-glass-water::before { + content: "\e4f4"; } + +.fa-glass-water-droplet::before { + content: "\e4f5"; } + +.fa-glasses::before { + content: "\f530"; } + +.fa-globe::before { + content: "\f0ac"; } + +.fa-golf-ball-tee::before { + content: "\f450"; } + +.fa-golf-ball::before { + content: "\f450"; } + +.fa-gopuram::before { + content: "\f664"; } + +.fa-graduation-cap::before { + content: "\f19d"; } + +.fa-mortar-board::before { + content: "\f19d"; } + +.fa-greater-than::before { + content: "\3e"; } + +.fa-greater-than-equal::before { + content: "\f532"; } + +.fa-grip::before { + content: "\f58d"; } + +.fa-grip-horizontal::before { + content: "\f58d"; } + +.fa-grip-lines::before { + content: "\f7a4"; } + +.fa-grip-lines-vertical::before { + content: "\f7a5"; } + +.fa-grip-vertical::before { + content: "\f58e"; } + +.fa-group-arrows-rotate::before { + content: "\e4f6"; } + +.fa-guarani-sign::before { + content: "\e19a"; } + +.fa-guitar::before { + content: "\f7a6"; } + +.fa-gun::before { + content: "\e19b"; } + +.fa-h::before { + content: "\48"; } + +.fa-hammer::before { + content: "\f6e3"; } + +.fa-hamsa::before { + content: "\f665"; } + +.fa-hand::before { + content: "\f256"; } + +.fa-hand-paper::before { + content: "\f256"; } + +.fa-hand-back-fist::before { + content: "\f255"; } + +.fa-hand-rock::before { + content: "\f255"; } + +.fa-hand-dots::before { + content: "\f461"; } + +.fa-allergies::before { + content: "\f461"; } + +.fa-hand-fist::before { + content: "\f6de"; } + +.fa-fist-raised::before { + content: "\f6de"; } + +.fa-hand-holding::before { + content: "\f4bd"; } + +.fa-hand-holding-dollar::before { + content: "\f4c0"; } + +.fa-hand-holding-usd::before { + content: "\f4c0"; } + +.fa-hand-holding-droplet::before { + content: "\f4c1"; } + +.fa-hand-holding-water::before { + content: "\f4c1"; } + +.fa-hand-holding-hand::before { + content: "\e4f7"; } + +.fa-hand-holding-heart::before { + content: "\f4be"; } + +.fa-hand-holding-medical::before { + content: "\e05c"; } + +.fa-hand-lizard::before { + content: "\f258"; } + +.fa-hand-middle-finger::before { + content: "\f806"; } + +.fa-hand-peace::before { + content: "\f25b"; } + +.fa-hand-point-down::before { + content: "\f0a7"; } + +.fa-hand-point-left::before { + content: "\f0a5"; } + +.fa-hand-point-right::before { + content: "\f0a4"; } + +.fa-hand-point-up::before { + content: "\f0a6"; } + +.fa-hand-pointer::before { + content: "\f25a"; } + +.fa-hand-scissors::before { + content: "\f257"; } + +.fa-hand-sparkles::before { + content: "\e05d"; } + +.fa-hand-spock::before { + content: "\f259"; } + +.fa-handcuffs::before { + content: "\e4f8"; } + +.fa-hands::before { + content: "\f2a7"; } + +.fa-sign-language::before { + content: "\f2a7"; } + +.fa-signing::before { + content: "\f2a7"; } + +.fa-hands-asl-interpreting::before { + content: "\f2a3"; } + +.fa-american-sign-language-interpreting::before { + content: "\f2a3"; } + +.fa-asl-interpreting::before { + content: "\f2a3"; } + +.fa-hands-american-sign-language-interpreting::before { + content: "\f2a3"; } + +.fa-hands-bound::before { + content: "\e4f9"; } + +.fa-hands-bubbles::before { + content: "\e05e"; } + +.fa-hands-wash::before { + content: "\e05e"; } + +.fa-hands-clapping::before { + content: "\e1a8"; } + +.fa-hands-holding::before { + content: "\f4c2"; } + +.fa-hands-holding-child::before { + content: "\e4fa"; } + +.fa-hands-holding-circle::before { + content: "\e4fb"; } + +.fa-hands-praying::before { + content: "\f684"; } + +.fa-praying-hands::before { + content: "\f684"; } + +.fa-handshake::before { + content: "\f2b5"; } + +.fa-handshake-angle::before { + content: "\f4c4"; } + +.fa-hands-helping::before { + content: "\f4c4"; } + +.fa-handshake-simple::before { + content: "\f4c6"; } + +.fa-handshake-alt::before { + content: "\f4c6"; } + +.fa-handshake-simple-slash::before { + content: "\e05f"; } + +.fa-handshake-alt-slash::before { + content: "\e05f"; } + +.fa-handshake-slash::before { + content: "\e060"; } + +.fa-hanukiah::before { + content: "\f6e6"; } + +.fa-hard-drive::before { + content: "\f0a0"; } + +.fa-hdd::before { + content: "\f0a0"; } + +.fa-hashtag::before { + content: "\23"; } + +.fa-hat-cowboy::before { + content: "\f8c0"; } + +.fa-hat-cowboy-side::before { + content: "\f8c1"; } + +.fa-hat-wizard::before { + content: "\f6e8"; } + +.fa-head-side-cough::before { + content: "\e061"; } + +.fa-head-side-cough-slash::before { + content: "\e062"; } + +.fa-head-side-mask::before { + content: "\e063"; } + +.fa-head-side-virus::before { + content: "\e064"; } + +.fa-heading::before { + content: "\f1dc"; } + +.fa-header::before { + content: "\f1dc"; } + +.fa-headphones::before { + content: "\f025"; } + +.fa-headphones-simple::before { + content: "\f58f"; } + +.fa-headphones-alt::before { + content: "\f58f"; } + +.fa-headset::before { + content: "\f590"; } + +.fa-heart::before { + content: "\f004"; } + +.fa-heart-circle-bolt::before { + content: "\e4fc"; } + +.fa-heart-circle-check::before { + content: "\e4fd"; } + +.fa-heart-circle-exclamation::before { + content: "\e4fe"; } + +.fa-heart-circle-minus::before { + content: "\e4ff"; } + +.fa-heart-circle-plus::before { + content: "\e500"; } + +.fa-heart-circle-xmark::before { + content: "\e501"; } + +.fa-heart-crack::before { + content: "\f7a9"; } + +.fa-heart-broken::before { + content: "\f7a9"; } + +.fa-heart-pulse::before { + content: "\f21e"; } + +.fa-heartbeat::before { + content: "\f21e"; } + +.fa-helicopter::before { + content: "\f533"; } + +.fa-helicopter-symbol::before { + content: "\e502"; } + +.fa-helmet-safety::before { + content: "\f807"; } + +.fa-hard-hat::before { + content: "\f807"; } + +.fa-hat-hard::before { + content: "\f807"; } + +.fa-helmet-un::before { + content: "\e503"; } + +.fa-highlighter::before { + content: "\f591"; } + +.fa-hill-avalanche::before { + content: "\e507"; } + +.fa-hill-rockslide::before { + content: "\e508"; } + +.fa-hippo::before { + content: "\f6ed"; } + +.fa-hockey-puck::before { + content: "\f453"; } + +.fa-holly-berry::before { + content: "\f7aa"; } + +.fa-horse::before { + content: "\f6f0"; } + +.fa-horse-head::before { + content: "\f7ab"; } + +.fa-hospital::before { + content: "\f0f8"; } + +.fa-hospital-alt::before { + content: "\f0f8"; } + +.fa-hospital-wide::before { + content: "\f0f8"; } + +.fa-hospital-user::before { + content: "\f80d"; } + +.fa-hot-tub-person::before { + content: "\f593"; } + +.fa-hot-tub::before { + content: "\f593"; } + +.fa-hotdog::before { + content: "\f80f"; } + +.fa-hotel::before { + content: "\f594"; } + +.fa-hourglass::before { + content: "\f254"; } + +.fa-hourglass-2::before { + content: "\f254"; } + +.fa-hourglass-half::before { + content: "\f254"; } + +.fa-hourglass-empty::before { + content: "\f252"; } + +.fa-hourglass-end::before { + content: "\f253"; } + +.fa-hourglass-3::before { + content: "\f253"; } + +.fa-hourglass-start::before { + content: "\f251"; } + +.fa-hourglass-1::before { + content: "\f251"; } + +.fa-house::before { + content: "\f015"; } + +.fa-home::before { + content: "\f015"; } + +.fa-home-alt::before { + content: "\f015"; } + +.fa-home-lg-alt::before { + content: "\f015"; } + +.fa-house-chimney::before { + content: "\e3af"; } + +.fa-home-lg::before { + content: "\e3af"; } + +.fa-house-chimney-crack::before { + content: "\f6f1"; } + +.fa-house-damage::before { + content: "\f6f1"; } + +.fa-house-chimney-medical::before { + content: "\f7f2"; } + +.fa-clinic-medical::before { + content: "\f7f2"; } + +.fa-house-chimney-user::before { + content: "\e065"; } + +.fa-house-chimney-window::before { + content: "\e00d"; } + +.fa-house-circle-check::before { + content: "\e509"; } + +.fa-house-circle-exclamation::before { + content: "\e50a"; } + +.fa-house-circle-xmark::before { + content: "\e50b"; } + +.fa-house-crack::before { + content: "\e3b1"; } + +.fa-house-fire::before { + content: "\e50c"; } + +.fa-house-flag::before { + content: "\e50d"; } + +.fa-house-flood-water::before { + content: "\e50e"; } + +.fa-house-flood-water-circle-arrow-right::before { + content: "\e50f"; } + +.fa-house-laptop::before { + content: "\e066"; } + +.fa-laptop-house::before { + content: "\e066"; } + +.fa-house-lock::before { + content: "\e510"; } + +.fa-house-medical::before { + content: "\e3b2"; } + +.fa-house-medical-circle-check::before { + content: "\e511"; } + +.fa-house-medical-circle-exclamation::before { + content: "\e512"; } + +.fa-house-medical-circle-xmark::before { + content: "\e513"; } + +.fa-house-medical-flag::before { + content: "\e514"; } + +.fa-house-signal::before { + content: "\e012"; } + +.fa-house-tsunami::before { + content: "\e515"; } + +.fa-house-user::before { + content: "\e1b0"; } + +.fa-home-user::before { + content: "\e1b0"; } + +.fa-hryvnia-sign::before { + content: "\f6f2"; } + +.fa-hryvnia::before { + content: "\f6f2"; } + +.fa-hurricane::before { + content: "\f751"; } + +.fa-i::before { + content: "\49"; } + +.fa-i-cursor::before { + content: "\f246"; } + +.fa-ice-cream::before { + content: "\f810"; } + +.fa-icicles::before { + content: "\f7ad"; } + +.fa-icons::before { + content: "\f86d"; } + +.fa-heart-music-camera-bolt::before { + content: "\f86d"; } + +.fa-id-badge::before { + content: "\f2c1"; } + +.fa-id-card::before { + content: "\f2c2"; } + +.fa-drivers-license::before { + content: "\f2c2"; } + +.fa-id-card-clip::before { + content: "\f47f"; } + +.fa-id-card-alt::before { + content: "\f47f"; } + +.fa-igloo::before { + content: "\f7ae"; } + +.fa-image::before { + content: "\f03e"; } + +.fa-image-portrait::before { + content: "\f3e0"; } + +.fa-portrait::before { + content: "\f3e0"; } + +.fa-images::before { + content: "\f302"; } + +.fa-inbox::before { + content: "\f01c"; } + +.fa-indent::before { + content: "\f03c"; } + +.fa-indian-rupee-sign::before { + content: "\e1bc"; } + +.fa-indian-rupee::before { + content: "\e1bc"; } + +.fa-inr::before { + content: "\e1bc"; } + +.fa-industry::before { + content: "\f275"; } + +.fa-infinity::before { + content: "\f534"; } + +.fa-info::before { + content: "\f129"; } + +.fa-italic::before { + content: "\f033"; } + +.fa-j::before { + content: "\4a"; } + +.fa-jar::before { + content: "\e516"; } + +.fa-jar-wheat::before { + content: "\e517"; } + +.fa-jedi::before { + content: "\f669"; } + +.fa-jet-fighter::before { + content: "\f0fb"; } + +.fa-fighter-jet::before { + content: "\f0fb"; } + +.fa-jet-fighter-up::before { + content: "\e518"; } + +.fa-joint::before { + content: "\f595"; } + +.fa-jug-detergent::before { + content: "\e519"; } + +.fa-k::before { + content: "\4b"; } + +.fa-kaaba::before { + content: "\f66b"; } + +.fa-key::before { + content: "\f084"; } + +.fa-keyboard::before { + content: "\f11c"; } + +.fa-khanda::before { + content: "\f66d"; } + +.fa-kip-sign::before { + content: "\e1c4"; } + +.fa-kit-medical::before { + content: "\f479"; } + +.fa-first-aid::before { + content: "\f479"; } + +.fa-kitchen-set::before { + content: "\e51a"; } + +.fa-kiwi-bird::before { + content: "\f535"; } + +.fa-l::before { + content: "\4c"; } + +.fa-land-mine-on::before { + content: "\e51b"; } + +.fa-landmark::before { + content: "\f66f"; } + +.fa-landmark-dome::before { + content: "\f752"; } + +.fa-landmark-alt::before { + content: "\f752"; } + +.fa-landmark-flag::before { + content: "\e51c"; } + +.fa-language::before { + content: "\f1ab"; } + +.fa-laptop::before { + content: "\f109"; } + +.fa-laptop-code::before { + content: "\f5fc"; } + +.fa-laptop-file::before { + content: "\e51d"; } + +.fa-laptop-medical::before { + content: "\f812"; } + +.fa-lari-sign::before { + content: "\e1c8"; } + +.fa-layer-group::before { + content: "\f5fd"; } + +.fa-leaf::before { + content: "\f06c"; } + +.fa-left-long::before { + content: "\f30a"; } + +.fa-long-arrow-alt-left::before { + content: "\f30a"; } + +.fa-left-right::before { + content: "\f337"; } + +.fa-arrows-alt-h::before { + content: "\f337"; } + +.fa-lemon::before { + content: "\f094"; } + +.fa-less-than::before { + content: "\3c"; } + +.fa-less-than-equal::before { + content: "\f537"; } + +.fa-life-ring::before { + content: "\f1cd"; } + +.fa-lightbulb::before { + content: "\f0eb"; } + +.fa-lines-leaning::before { + content: "\e51e"; } + +.fa-link::before { + content: "\f0c1"; } + +.fa-chain::before { + content: "\f0c1"; } + +.fa-link-slash::before { + content: "\f127"; } + +.fa-chain-broken::before { + content: "\f127"; } + +.fa-chain-slash::before { + content: "\f127"; } + +.fa-unlink::before { + content: "\f127"; } + +.fa-lira-sign::before { + content: "\f195"; } + +.fa-list::before { + content: "\f03a"; } + +.fa-list-squares::before { + content: "\f03a"; } + +.fa-list-check::before { + content: "\f0ae"; } + +.fa-tasks::before { + content: "\f0ae"; } + +.fa-list-ol::before { + content: "\f0cb"; } + +.fa-list-1-2::before { + content: "\f0cb"; } + +.fa-list-numeric::before { + content: "\f0cb"; } + +.fa-list-ul::before { + content: "\f0ca"; } + +.fa-list-dots::before { + content: "\f0ca"; } + +.fa-litecoin-sign::before { + content: "\e1d3"; } + +.fa-location-arrow::before { + content: "\f124"; } + +.fa-location-crosshairs::before { + content: "\f601"; } + +.fa-location::before { + content: "\f601"; } + +.fa-location-dot::before { + content: "\f3c5"; } + +.fa-map-marker-alt::before { + content: "\f3c5"; } + +.fa-location-pin::before { + content: "\f041"; } + +.fa-map-marker::before { + content: "\f041"; } + +.fa-location-pin-lock::before { + content: "\e51f"; } + +.fa-lock::before { + content: "\f023"; } + +.fa-lock-open::before { + content: "\f3c1"; } + +.fa-locust::before { + content: "\e520"; } + +.fa-lungs::before { + content: "\f604"; } + +.fa-lungs-virus::before { + content: "\e067"; } + +.fa-m::before { + content: "\4d"; } + +.fa-magnet::before { + content: "\f076"; } + +.fa-magnifying-glass::before { + content: "\f002"; } + +.fa-search::before { + content: "\f002"; } + +.fa-magnifying-glass-arrow-right::before { + content: "\e521"; } + +.fa-magnifying-glass-chart::before { + content: "\e522"; } + +.fa-magnifying-glass-dollar::before { + content: "\f688"; } + +.fa-search-dollar::before { + content: "\f688"; } + +.fa-magnifying-glass-location::before { + content: "\f689"; } + +.fa-search-location::before { + content: "\f689"; } + +.fa-magnifying-glass-minus::before { + content: "\f010"; } + +.fa-search-minus::before { + content: "\f010"; } + +.fa-magnifying-glass-plus::before { + content: "\f00e"; } + +.fa-search-plus::before { + content: "\f00e"; } + +.fa-manat-sign::before { + content: "\e1d5"; } + +.fa-map::before { + content: "\f279"; } + +.fa-map-location::before { + content: "\f59f"; } + +.fa-map-marked::before { + content: "\f59f"; } + +.fa-map-location-dot::before { + content: "\f5a0"; } + +.fa-map-marked-alt::before { + content: "\f5a0"; } + +.fa-map-pin::before { + content: "\f276"; } + +.fa-marker::before { + content: "\f5a1"; } + +.fa-mars::before { + content: "\f222"; } + +.fa-mars-and-venus::before { + content: "\f224"; } + +.fa-mars-and-venus-burst::before { + content: "\e523"; } + +.fa-mars-double::before { + content: "\f227"; } + +.fa-mars-stroke::before { + content: "\f229"; } + +.fa-mars-stroke-right::before { + content: "\f22b"; } + +.fa-mars-stroke-h::before { + content: "\f22b"; } + +.fa-mars-stroke-up::before { + content: "\f22a"; } + +.fa-mars-stroke-v::before { + content: "\f22a"; } + +.fa-martini-glass::before { + content: "\f57b"; } + +.fa-glass-martini-alt::before { + content: "\f57b"; } + +.fa-martini-glass-citrus::before { + content: "\f561"; } + +.fa-cocktail::before { + content: "\f561"; } + +.fa-martini-glass-empty::before { + content: "\f000"; } + +.fa-glass-martini::before { + content: "\f000"; } + +.fa-mask::before { + content: "\f6fa"; } + +.fa-mask-face::before { + content: "\e1d7"; } + +.fa-mask-ventilator::before { + content: "\e524"; } + +.fa-masks-theater::before { + content: "\f630"; } + +.fa-theater-masks::before { + content: "\f630"; } + +.fa-mattress-pillow::before { + content: "\e525"; } + +.fa-maximize::before { + content: "\f31e"; } + +.fa-expand-arrows-alt::before { + content: "\f31e"; } + +.fa-medal::before { + content: "\f5a2"; } + +.fa-memory::before { + content: "\f538"; } + +.fa-menorah::before { + content: "\f676"; } + +.fa-mercury::before { + content: "\f223"; } + +.fa-message::before { + content: "\f27a"; } + +.fa-comment-alt::before { + content: "\f27a"; } + +.fa-meteor::before { + content: "\f753"; } + +.fa-microchip::before { + content: "\f2db"; } + +.fa-microphone::before { + content: "\f130"; } + +.fa-microphone-lines::before { + content: "\f3c9"; } + +.fa-microphone-alt::before { + content: "\f3c9"; } + +.fa-microphone-lines-slash::before { + content: "\f539"; } + +.fa-microphone-alt-slash::before { + content: "\f539"; } + +.fa-microphone-slash::before { + content: "\f131"; } + +.fa-microscope::before { + content: "\f610"; } + +.fa-mill-sign::before { + content: "\e1ed"; } + +.fa-minimize::before { + content: "\f78c"; } + +.fa-compress-arrows-alt::before { + content: "\f78c"; } + +.fa-minus::before { + content: "\f068"; } + +.fa-subtract::before { + content: "\f068"; } + +.fa-mitten::before { + content: "\f7b5"; } + +.fa-mobile::before { + content: "\f3ce"; } + +.fa-mobile-android::before { + content: "\f3ce"; } + +.fa-mobile-phone::before { + content: "\f3ce"; } + +.fa-mobile-button::before { + content: "\f10b"; } + +.fa-mobile-retro::before { + content: "\e527"; } + +.fa-mobile-screen::before { + content: "\f3cf"; } + +.fa-mobile-android-alt::before { + content: "\f3cf"; } + +.fa-mobile-screen-button::before { + content: "\f3cd"; } + +.fa-mobile-alt::before { + content: "\f3cd"; } + +.fa-money-bill::before { + content: "\f0d6"; } + +.fa-money-bill-1::before { + content: "\f3d1"; } + +.fa-money-bill-alt::before { + content: "\f3d1"; } + +.fa-money-bill-1-wave::before { + content: "\f53b"; } + +.fa-money-bill-wave-alt::before { + content: "\f53b"; } + +.fa-money-bill-transfer::before { + content: "\e528"; } + +.fa-money-bill-trend-up::before { + content: "\e529"; } + +.fa-money-bill-wave::before { + content: "\f53a"; } + +.fa-money-bill-wheat::before { + content: "\e52a"; } + +.fa-money-bills::before { + content: "\e1f3"; } + +.fa-money-check::before { + content: "\f53c"; } + +.fa-money-check-dollar::before { + content: "\f53d"; } + +.fa-money-check-alt::before { + content: "\f53d"; } + +.fa-monument::before { + content: "\f5a6"; } + +.fa-moon::before { + content: "\f186"; } + +.fa-mortar-pestle::before { + content: "\f5a7"; } + +.fa-mosque::before { + content: "\f678"; } + +.fa-mosquito::before { + content: "\e52b"; } + +.fa-mosquito-net::before { + content: "\e52c"; } + +.fa-motorcycle::before { + content: "\f21c"; } + +.fa-mound::before { + content: "\e52d"; } + +.fa-mountain::before { + content: "\f6fc"; } + +.fa-mountain-city::before { + content: "\e52e"; } + +.fa-mountain-sun::before { + content: "\e52f"; } + +.fa-mug-hot::before { + content: "\f7b6"; } + +.fa-mug-saucer::before { + content: "\f0f4"; } + +.fa-coffee::before { + content: "\f0f4"; } + +.fa-music::before { + content: "\f001"; } + +.fa-n::before { + content: "\4e"; } + +.fa-naira-sign::before { + content: "\e1f6"; } + +.fa-network-wired::before { + content: "\f6ff"; } + +.fa-neuter::before { + content: "\f22c"; } + +.fa-newspaper::before { + content: "\f1ea"; } + +.fa-not-equal::before { + content: "\f53e"; } + +.fa-note-sticky::before { + content: "\f249"; } + +.fa-sticky-note::before { + content: "\f249"; } + +.fa-notes-medical::before { + content: "\f481"; } + +.fa-o::before { + content: "\4f"; } + +.fa-object-group::before { + content: "\f247"; } + +.fa-object-ungroup::before { + content: "\f248"; } + +.fa-oil-can::before { + content: "\f613"; } + +.fa-oil-well::before { + content: "\e532"; } + +.fa-om::before { + content: "\f679"; } + +.fa-otter::before { + content: "\f700"; } + +.fa-outdent::before { + content: "\f03b"; } + +.fa-dedent::before { + content: "\f03b"; } + +.fa-p::before { + content: "\50"; } + +.fa-pager::before { + content: "\f815"; } + +.fa-paint-roller::before { + content: "\f5aa"; } + +.fa-paintbrush::before { + content: "\f1fc"; } + +.fa-paint-brush::before { + content: "\f1fc"; } + +.fa-palette::before { + content: "\f53f"; } + +.fa-pallet::before { + content: "\f482"; } + +.fa-panorama::before { + content: "\e209"; } + +.fa-paper-plane::before { + content: "\f1d8"; } + +.fa-paperclip::before { + content: "\f0c6"; } + +.fa-parachute-box::before { + content: "\f4cd"; } + +.fa-paragraph::before { + content: "\f1dd"; } + +.fa-passport::before { + content: "\f5ab"; } + +.fa-paste::before { + content: "\f0ea"; } + +.fa-file-clipboard::before { + content: "\f0ea"; } + +.fa-pause::before { + content: "\f04c"; } + +.fa-paw::before { + content: "\f1b0"; } + +.fa-peace::before { + content: "\f67c"; } + +.fa-pen::before { + content: "\f304"; } + +.fa-pen-clip::before { + content: "\f305"; } + +.fa-pen-alt::before { + content: "\f305"; } + +.fa-pen-fancy::before { + content: "\f5ac"; } + +.fa-pen-nib::before { + content: "\f5ad"; } + +.fa-pen-ruler::before { + content: "\f5ae"; } + +.fa-pencil-ruler::before { + content: "\f5ae"; } + +.fa-pen-to-square::before { + content: "\f044"; } + +.fa-edit::before { + content: "\f044"; } + +.fa-pencil::before { + content: "\f303"; } + +.fa-pencil-alt::before { + content: "\f303"; } + +.fa-people-arrows-left-right::before { + content: "\e068"; } + +.fa-people-arrows::before { + content: "\e068"; } + +.fa-people-carry-box::before { + content: "\f4ce"; } + +.fa-people-carry::before { + content: "\f4ce"; } + +.fa-people-group::before { + content: "\e533"; } + +.fa-people-line::before { + content: "\e534"; } + +.fa-people-pulling::before { + content: "\e535"; } + +.fa-people-robbery::before { + content: "\e536"; } + +.fa-people-roof::before { + content: "\e537"; } + +.fa-pepper-hot::before { + content: "\f816"; } + +.fa-percent::before { + content: "\25"; } + +.fa-percentage::before { + content: "\25"; } + +.fa-person::before { + content: "\f183"; } + +.fa-male::before { + content: "\f183"; } + +.fa-person-arrow-down-to-line::before { + content: "\e538"; } + +.fa-person-arrow-up-from-line::before { + content: "\e539"; } + +.fa-person-biking::before { + content: "\f84a"; } + +.fa-biking::before { + content: "\f84a"; } + +.fa-person-booth::before { + content: "\f756"; } + +.fa-person-breastfeeding::before { + content: "\e53a"; } + +.fa-person-burst::before { + content: "\e53b"; } + +.fa-person-cane::before { + content: "\e53c"; } + +.fa-person-chalkboard::before { + content: "\e53d"; } + +.fa-person-circle-check::before { + content: "\e53e"; } + +.fa-person-circle-exclamation::before { + content: "\e53f"; } + +.fa-person-circle-minus::before { + content: "\e540"; } + +.fa-person-circle-plus::before { + content: "\e541"; } + +.fa-person-circle-question::before { + content: "\e542"; } + +.fa-person-circle-xmark::before { + content: "\e543"; } + +.fa-person-digging::before { + content: "\f85e"; } + +.fa-digging::before { + content: "\f85e"; } + +.fa-person-dots-from-line::before { + content: "\f470"; } + +.fa-diagnoses::before { + content: "\f470"; } + +.fa-person-dress::before { + content: "\f182"; } + +.fa-female::before { + content: "\f182"; } + +.fa-person-dress-burst::before { + content: "\e544"; } + +.fa-person-drowning::before { + content: "\e545"; } + +.fa-person-falling::before { + content: "\e546"; } + +.fa-person-falling-burst::before { + content: "\e547"; } + +.fa-person-half-dress::before { + content: "\e548"; } + +.fa-person-harassing::before { + content: "\e549"; } + +.fa-person-hiking::before { + content: "\f6ec"; } + +.fa-hiking::before { + content: "\f6ec"; } + +.fa-person-military-pointing::before { + content: "\e54a"; } + +.fa-person-military-rifle::before { + content: "\e54b"; } + +.fa-person-military-to-person::before { + content: "\e54c"; } + +.fa-person-praying::before { + content: "\f683"; } + +.fa-pray::before { + content: "\f683"; } + +.fa-person-pregnant::before { + content: "\e31e"; } + +.fa-person-rays::before { + content: "\e54d"; } + +.fa-person-rifle::before { + content: "\e54e"; } + +.fa-person-running::before { + content: "\f70c"; } + +.fa-running::before { + content: "\f70c"; } + +.fa-person-shelter::before { + content: "\e54f"; } + +.fa-person-skating::before { + content: "\f7c5"; } + +.fa-skating::before { + content: "\f7c5"; } + +.fa-person-skiing::before { + content: "\f7c9"; } + +.fa-skiing::before { + content: "\f7c9"; } + +.fa-person-skiing-nordic::before { + content: "\f7ca"; } + +.fa-skiing-nordic::before { + content: "\f7ca"; } + +.fa-person-snowboarding::before { + content: "\f7ce"; } + +.fa-snowboarding::before { + content: "\f7ce"; } + +.fa-person-swimming::before { + content: "\f5c4"; } + +.fa-swimmer::before { + content: "\f5c4"; } + +.fa-person-through-window::before { + content: "\e433"; } + +.fa-person-walking::before { + content: "\f554"; } + +.fa-walking::before { + content: "\f554"; } + +.fa-person-walking-arrow-loop-left::before { + content: "\e551"; } + +.fa-person-walking-arrow-right::before { + content: "\e552"; } + +.fa-person-walking-dashed-line-arrow-right::before { + content: "\e553"; } + +.fa-person-walking-luggage::before { + content: "\e554"; } + +.fa-person-walking-with-cane::before { + content: "\f29d"; } + +.fa-blind::before { + content: "\f29d"; } + +.fa-peseta-sign::before { + content: "\e221"; } + +.fa-peso-sign::before { + content: "\e222"; } + +.fa-phone::before { + content: "\f095"; } + +.fa-phone-flip::before { + content: "\f879"; } + +.fa-phone-alt::before { + content: "\f879"; } + +.fa-phone-slash::before { + content: "\f3dd"; } + +.fa-phone-volume::before { + content: "\f2a0"; } + +.fa-volume-control-phone::before { + content: "\f2a0"; } + +.fa-photo-film::before { + content: "\f87c"; } + +.fa-photo-video::before { + content: "\f87c"; } + +.fa-piggy-bank::before { + content: "\f4d3"; } + +.fa-pills::before { + content: "\f484"; } + +.fa-pizza-slice::before { + content: "\f818"; } + +.fa-place-of-worship::before { + content: "\f67f"; } + +.fa-plane::before { + content: "\f072"; } + +.fa-plane-arrival::before { + content: "\f5af"; } + +.fa-plane-circle-check::before { + content: "\e555"; } + +.fa-plane-circle-exclamation::before { + content: "\e556"; } + +.fa-plane-circle-xmark::before { + content: "\e557"; } + +.fa-plane-departure::before { + content: "\f5b0"; } + +.fa-plane-lock::before { + content: "\e558"; } + +.fa-plane-slash::before { + content: "\e069"; } + +.fa-plane-up::before { + content: "\e22d"; } + +.fa-plant-wilt::before { + content: "\e43b"; } + +.fa-plate-wheat::before { + content: "\e55a"; } + +.fa-play::before { + content: "\f04b"; } + +.fa-plug::before { + content: "\f1e6"; } + +.fa-plug-circle-bolt::before { + content: "\e55b"; } + +.fa-plug-circle-check::before { + content: "\e55c"; } + +.fa-plug-circle-exclamation::before { + content: "\e55d"; } + +.fa-plug-circle-minus::before { + content: "\e55e"; } + +.fa-plug-circle-plus::before { + content: "\e55f"; } + +.fa-plug-circle-xmark::before { + content: "\e560"; } + +.fa-plus::before { + content: "\2b"; } + +.fa-add::before { + content: "\2b"; } + +.fa-plus-minus::before { + content: "\e43c"; } + +.fa-podcast::before { + content: "\f2ce"; } + +.fa-poo::before { + content: "\f2fe"; } + +.fa-poo-storm::before { + content: "\f75a"; } + +.fa-poo-bolt::before { + content: "\f75a"; } + +.fa-poop::before { + content: "\f619"; } + +.fa-power-off::before { + content: "\f011"; } + +.fa-prescription::before { + content: "\f5b1"; } + +.fa-prescription-bottle::before { + content: "\f485"; } + +.fa-prescription-bottle-medical::before { + content: "\f486"; } + +.fa-prescription-bottle-alt::before { + content: "\f486"; } + +.fa-print::before { + content: "\f02f"; } + +.fa-pump-medical::before { + content: "\e06a"; } + +.fa-pump-soap::before { + content: "\e06b"; } + +.fa-puzzle-piece::before { + content: "\f12e"; } + +.fa-q::before { + content: "\51"; } + +.fa-qrcode::before { + content: "\f029"; } + +.fa-question::before { + content: "\3f"; } + +.fa-quote-left::before { + content: "\f10d"; } + +.fa-quote-left-alt::before { + content: "\f10d"; } + +.fa-quote-right::before { + content: "\f10e"; } + +.fa-quote-right-alt::before { + content: "\f10e"; } + +.fa-r::before { + content: "\52"; } + +.fa-radiation::before { + content: "\f7b9"; } + +.fa-radio::before { + content: "\f8d7"; } + +.fa-rainbow::before { + content: "\f75b"; } + +.fa-ranking-star::before { + content: "\e561"; } + +.fa-receipt::before { + content: "\f543"; } + +.fa-record-vinyl::before { + content: "\f8d9"; } + +.fa-rectangle-ad::before { + content: "\f641"; } + +.fa-ad::before { + content: "\f641"; } + +.fa-rectangle-list::before { + content: "\f022"; } + +.fa-list-alt::before { + content: "\f022"; } + +.fa-rectangle-xmark::before { + content: "\f410"; } + +.fa-rectangle-times::before { + content: "\f410"; } + +.fa-times-rectangle::before { + content: "\f410"; } + +.fa-window-close::before { + content: "\f410"; } + +.fa-recycle::before { + content: "\f1b8"; } + +.fa-registered::before { + content: "\f25d"; } + +.fa-repeat::before { + content: "\f363"; } + +.fa-reply::before { + content: "\f3e5"; } + +.fa-mail-reply::before { + content: "\f3e5"; } + +.fa-reply-all::before { + content: "\f122"; } + +.fa-mail-reply-all::before { + content: "\f122"; } + +.fa-republican::before { + content: "\f75e"; } + +.fa-restroom::before { + content: "\f7bd"; } + +.fa-retweet::before { + content: "\f079"; } + +.fa-ribbon::before { + content: "\f4d6"; } + +.fa-right-from-bracket::before { + content: "\f2f5"; } + +.fa-sign-out-alt::before { + content: "\f2f5"; } + +.fa-right-left::before { + content: "\f362"; } + +.fa-exchange-alt::before { + content: "\f362"; } + +.fa-right-long::before { + content: "\f30b"; } + +.fa-long-arrow-alt-right::before { + content: "\f30b"; } + +.fa-right-to-bracket::before { + content: "\f2f6"; } + +.fa-sign-in-alt::before { + content: "\f2f6"; } + +.fa-ring::before { + content: "\f70b"; } + +.fa-road::before { + content: "\f018"; } + +.fa-road-barrier::before { + content: "\e562"; } + +.fa-road-bridge::before { + content: "\e563"; } + +.fa-road-circle-check::before { + content: "\e564"; } + +.fa-road-circle-exclamation::before { + content: "\e565"; } + +.fa-road-circle-xmark::before { + content: "\e566"; } + +.fa-road-lock::before { + content: "\e567"; } + +.fa-road-spikes::before { + content: "\e568"; } + +.fa-robot::before { + content: "\f544"; } + +.fa-rocket::before { + content: "\f135"; } + +.fa-rotate::before { + content: "\f2f1"; } + +.fa-sync-alt::before { + content: "\f2f1"; } + +.fa-rotate-left::before { + content: "\f2ea"; } + +.fa-rotate-back::before { + content: "\f2ea"; } + +.fa-rotate-backward::before { + content: "\f2ea"; } + +.fa-undo-alt::before { + content: "\f2ea"; } + +.fa-rotate-right::before { + content: "\f2f9"; } + +.fa-redo-alt::before { + content: "\f2f9"; } + +.fa-rotate-forward::before { + content: "\f2f9"; } + +.fa-route::before { + content: "\f4d7"; } + +.fa-rss::before { + content: "\f09e"; } + +.fa-feed::before { + content: "\f09e"; } + +.fa-ruble-sign::before { + content: "\f158"; } + +.fa-rouble::before { + content: "\f158"; } + +.fa-rub::before { + content: "\f158"; } + +.fa-ruble::before { + content: "\f158"; } + +.fa-rug::before { + content: "\e569"; } + +.fa-ruler::before { + content: "\f545"; } + +.fa-ruler-combined::before { + content: "\f546"; } + +.fa-ruler-horizontal::before { + content: "\f547"; } + +.fa-ruler-vertical::before { + content: "\f548"; } + +.fa-rupee-sign::before { + content: "\f156"; } + +.fa-rupee::before { + content: "\f156"; } + +.fa-rupiah-sign::before { + content: "\e23d"; } + +.fa-s::before { + content: "\53"; } + +.fa-sack-dollar::before { + content: "\f81d"; } + +.fa-sack-xmark::before { + content: "\e56a"; } + +.fa-sailboat::before { + content: "\e445"; } + +.fa-satellite::before { + content: "\f7bf"; } + +.fa-satellite-dish::before { + content: "\f7c0"; } + +.fa-scale-balanced::before { + content: "\f24e"; } + +.fa-balance-scale::before { + content: "\f24e"; } + +.fa-scale-unbalanced::before { + content: "\f515"; } + +.fa-balance-scale-left::before { + content: "\f515"; } + +.fa-scale-unbalanced-flip::before { + content: "\f516"; } + +.fa-balance-scale-right::before { + content: "\f516"; } + +.fa-school::before { + content: "\f549"; } + +.fa-school-circle-check::before { + content: "\e56b"; } + +.fa-school-circle-exclamation::before { + content: "\e56c"; } + +.fa-school-circle-xmark::before { + content: "\e56d"; } + +.fa-school-flag::before { + content: "\e56e"; } + +.fa-school-lock::before { + content: "\e56f"; } + +.fa-scissors::before { + content: "\f0c4"; } + +.fa-cut::before { + content: "\f0c4"; } + +.fa-screwdriver::before { + content: "\f54a"; } + +.fa-screwdriver-wrench::before { + content: "\f7d9"; } + +.fa-tools::before { + content: "\f7d9"; } + +.fa-scroll::before { + content: "\f70e"; } + +.fa-scroll-torah::before { + content: "\f6a0"; } + +.fa-torah::before { + content: "\f6a0"; } + +.fa-sd-card::before { + content: "\f7c2"; } + +.fa-section::before { + content: "\e447"; } + +.fa-seedling::before { + content: "\f4d8"; } + +.fa-sprout::before { + content: "\f4d8"; } + +.fa-server::before { + content: "\f233"; } + +.fa-shapes::before { + content: "\f61f"; } + +.fa-triangle-circle-square::before { + content: "\f61f"; } + +.fa-share::before { + content: "\f064"; } + +.fa-arrow-turn-right::before { + content: "\f064"; } + +.fa-mail-forward::before { + content: "\f064"; } + +.fa-share-from-square::before { + content: "\f14d"; } + +.fa-share-square::before { + content: "\f14d"; } + +.fa-share-nodes::before { + content: "\f1e0"; } + +.fa-share-alt::before { + content: "\f1e0"; } + +.fa-sheet-plastic::before { + content: "\e571"; } + +.fa-shekel-sign::before { + content: "\f20b"; } + +.fa-ils::before { + content: "\f20b"; } + +.fa-shekel::before { + content: "\f20b"; } + +.fa-sheqel::before { + content: "\f20b"; } + +.fa-sheqel-sign::before { + content: "\f20b"; } + +.fa-shield::before { + content: "\f132"; } + +.fa-shield-blank::before { + content: "\f132"; } + +.fa-shield-cat::before { + content: "\e572"; } + +.fa-shield-dog::before { + content: "\e573"; } + +.fa-shield-halved::before { + content: "\f3ed"; } + +.fa-shield-alt::before { + content: "\f3ed"; } + +.fa-shield-heart::before { + content: "\e574"; } + +.fa-shield-virus::before { + content: "\e06c"; } + +.fa-ship::before { + content: "\f21a"; } + +.fa-shirt::before { + content: "\f553"; } + +.fa-t-shirt::before { + content: "\f553"; } + +.fa-tshirt::before { + content: "\f553"; } + +.fa-shoe-prints::before { + content: "\f54b"; } + +.fa-shop::before { + content: "\f54f"; } + +.fa-store-alt::before { + content: "\f54f"; } + +.fa-shop-lock::before { + content: "\e4a5"; } + +.fa-shop-slash::before { + content: "\e070"; } + +.fa-store-alt-slash::before { + content: "\e070"; } + +.fa-shower::before { + content: "\f2cc"; } + +.fa-shrimp::before { + content: "\e448"; } + +.fa-shuffle::before { + content: "\f074"; } + +.fa-random::before { + content: "\f074"; } + +.fa-shuttle-space::before { + content: "\f197"; } + +.fa-space-shuttle::before { + content: "\f197"; } + +.fa-sign-hanging::before { + content: "\f4d9"; } + +.fa-sign::before { + content: "\f4d9"; } + +.fa-signal::before { + content: "\f012"; } + +.fa-signal-5::before { + content: "\f012"; } + +.fa-signal-perfect::before { + content: "\f012"; } + +.fa-signature::before { + content: "\f5b7"; } + +.fa-signs-post::before { + content: "\f277"; } + +.fa-map-signs::before { + content: "\f277"; } + +.fa-sim-card::before { + content: "\f7c4"; } + +.fa-sink::before { + content: "\e06d"; } + +.fa-sitemap::before { + content: "\f0e8"; } + +.fa-skull::before { + content: "\f54c"; } + +.fa-skull-crossbones::before { + content: "\f714"; } + +.fa-slash::before { + content: "\f715"; } + +.fa-sleigh::before { + content: "\f7cc"; } + +.fa-sliders::before { + content: "\f1de"; } + +.fa-sliders-h::before { + content: "\f1de"; } + +.fa-smog::before { + content: "\f75f"; } + +.fa-smoking::before { + content: "\f48d"; } + +.fa-snowflake::before { + content: "\f2dc"; } + +.fa-snowman::before { + content: "\f7d0"; } + +.fa-snowplow::before { + content: "\f7d2"; } + +.fa-soap::before { + content: "\e06e"; } + +.fa-socks::before { + content: "\f696"; } + +.fa-solar-panel::before { + content: "\f5ba"; } + +.fa-sort::before { + content: "\f0dc"; } + +.fa-unsorted::before { + content: "\f0dc"; } + +.fa-sort-down::before { + content: "\f0dd"; } + +.fa-sort-desc::before { + content: "\f0dd"; } + +.fa-sort-up::before { + content: "\f0de"; } + +.fa-sort-asc::before { + content: "\f0de"; } + +.fa-spa::before { + content: "\f5bb"; } + +.fa-spaghetti-monster-flying::before { + content: "\f67b"; } + +.fa-pastafarianism::before { + content: "\f67b"; } + +.fa-spell-check::before { + content: "\f891"; } + +.fa-spider::before { + content: "\f717"; } + +.fa-spinner::before { + content: "\f110"; } + +.fa-splotch::before { + content: "\f5bc"; } + +.fa-spoon::before { + content: "\f2e5"; } + +.fa-utensil-spoon::before { + content: "\f2e5"; } + +.fa-spray-can::before { + content: "\f5bd"; } + +.fa-spray-can-sparkles::before { + content: "\f5d0"; } + +.fa-air-freshener::before { + content: "\f5d0"; } + +.fa-square::before { + content: "\f0c8"; } + +.fa-square-arrow-up-right::before { + content: "\f14c"; } + +.fa-external-link-square::before { + content: "\f14c"; } + +.fa-square-caret-down::before { + content: "\f150"; } + +.fa-caret-square-down::before { + content: "\f150"; } + +.fa-square-caret-left::before { + content: "\f191"; } + +.fa-caret-square-left::before { + content: "\f191"; } + +.fa-square-caret-right::before { + content: "\f152"; } + +.fa-caret-square-right::before { + content: "\f152"; } + +.fa-square-caret-up::before { + content: "\f151"; } + +.fa-caret-square-up::before { + content: "\f151"; } + +.fa-square-check::before { + content: "\f14a"; } + +.fa-check-square::before { + content: "\f14a"; } + +.fa-square-envelope::before { + content: "\f199"; } + +.fa-envelope-square::before { + content: "\f199"; } + +.fa-square-full::before { + content: "\f45c"; } + +.fa-square-h::before { + content: "\f0fd"; } + +.fa-h-square::before { + content: "\f0fd"; } + +.fa-square-minus::before { + content: "\f146"; } + +.fa-minus-square::before { + content: "\f146"; } + +.fa-square-nfi::before { + content: "\e576"; } + +.fa-square-parking::before { + content: "\f540"; } + +.fa-parking::before { + content: "\f540"; } + +.fa-square-pen::before { + content: "\f14b"; } + +.fa-pen-square::before { + content: "\f14b"; } + +.fa-pencil-square::before { + content: "\f14b"; } + +.fa-square-person-confined::before { + content: "\e577"; } + +.fa-square-phone::before { + content: "\f098"; } + +.fa-phone-square::before { + content: "\f098"; } + +.fa-square-phone-flip::before { + content: "\f87b"; } + +.fa-phone-square-alt::before { + content: "\f87b"; } + +.fa-square-plus::before { + content: "\f0fe"; } + +.fa-plus-square::before { + content: "\f0fe"; } + +.fa-square-poll-horizontal::before { + content: "\f682"; } + +.fa-poll-h::before { + content: "\f682"; } + +.fa-square-poll-vertical::before { + content: "\f681"; } + +.fa-poll::before { + content: "\f681"; } + +.fa-square-root-variable::before { + content: "\f698"; } + +.fa-square-root-alt::before { + content: "\f698"; } + +.fa-square-rss::before { + content: "\f143"; } + +.fa-rss-square::before { + content: "\f143"; } + +.fa-square-share-nodes::before { + content: "\f1e1"; } + +.fa-share-alt-square::before { + content: "\f1e1"; } + +.fa-square-up-right::before { + content: "\f360"; } + +.fa-external-link-square-alt::before { + content: "\f360"; } + +.fa-square-virus::before { + content: "\e578"; } + +.fa-square-xmark::before { + content: "\f2d3"; } + +.fa-times-square::before { + content: "\f2d3"; } + +.fa-xmark-square::before { + content: "\f2d3"; } + +.fa-staff-aesculapius::before { + content: "\e579"; } + +.fa-rod-asclepius::before { + content: "\e579"; } + +.fa-rod-snake::before { + content: "\e579"; } + +.fa-staff-snake::before { + content: "\e579"; } + +.fa-stairs::before { + content: "\e289"; } + +.fa-stamp::before { + content: "\f5bf"; } + +.fa-star::before { + content: "\f005"; } + +.fa-star-and-crescent::before { + content: "\f699"; } + +.fa-star-half::before { + content: "\f089"; } + +.fa-star-half-stroke::before { + content: "\f5c0"; } + +.fa-star-half-alt::before { + content: "\f5c0"; } + +.fa-star-of-david::before { + content: "\f69a"; } + +.fa-star-of-life::before { + content: "\f621"; } + +.fa-sterling-sign::before { + content: "\f154"; } + +.fa-gbp::before { + content: "\f154"; } + +.fa-pound-sign::before { + content: "\f154"; } + +.fa-stethoscope::before { + content: "\f0f1"; } + +.fa-stop::before { + content: "\f04d"; } + +.fa-stopwatch::before { + content: "\f2f2"; } + +.fa-stopwatch-20::before { + content: "\e06f"; } + +.fa-store::before { + content: "\f54e"; } + +.fa-store-slash::before { + content: "\e071"; } + +.fa-street-view::before { + content: "\f21d"; } + +.fa-strikethrough::before { + content: "\f0cc"; } + +.fa-stroopwafel::before { + content: "\f551"; } + +.fa-subscript::before { + content: "\f12c"; } + +.fa-suitcase::before { + content: "\f0f2"; } + +.fa-suitcase-medical::before { + content: "\f0fa"; } + +.fa-medkit::before { + content: "\f0fa"; } + +.fa-suitcase-rolling::before { + content: "\f5c1"; } + +.fa-sun::before { + content: "\f185"; } + +.fa-sun-plant-wilt::before { + content: "\e57a"; } + +.fa-superscript::before { + content: "\f12b"; } + +.fa-swatchbook::before { + content: "\f5c3"; } + +.fa-synagogue::before { + content: "\f69b"; } + +.fa-syringe::before { + content: "\f48e"; } + +.fa-t::before { + content: "\54"; } + +.fa-table::before { + content: "\f0ce"; } + +.fa-table-cells::before { + content: "\f00a"; } + +.fa-th::before { + content: "\f00a"; } + +.fa-table-cells-large::before { + content: "\f009"; } + +.fa-th-large::before { + content: "\f009"; } + +.fa-table-columns::before { + content: "\f0db"; } + +.fa-columns::before { + content: "\f0db"; } + +.fa-table-list::before { + content: "\f00b"; } + +.fa-th-list::before { + content: "\f00b"; } + +.fa-table-tennis-paddle-ball::before { + content: "\f45d"; } + +.fa-ping-pong-paddle-ball::before { + content: "\f45d"; } + +.fa-table-tennis::before { + content: "\f45d"; } + +.fa-tablet::before { + content: "\f3fb"; } + +.fa-tablet-android::before { + content: "\f3fb"; } + +.fa-tablet-button::before { + content: "\f10a"; } + +.fa-tablet-screen-button::before { + content: "\f3fa"; } + +.fa-tablet-alt::before { + content: "\f3fa"; } + +.fa-tablets::before { + content: "\f490"; } + +.fa-tachograph-digital::before { + content: "\f566"; } + +.fa-digital-tachograph::before { + content: "\f566"; } + +.fa-tag::before { + content: "\f02b"; } + +.fa-tags::before { + content: "\f02c"; } + +.fa-tape::before { + content: "\f4db"; } + +.fa-tarp::before { + content: "\e57b"; } + +.fa-tarp-droplet::before { + content: "\e57c"; } + +.fa-taxi::before { + content: "\f1ba"; } + +.fa-cab::before { + content: "\f1ba"; } + +.fa-teeth::before { + content: "\f62e"; } + +.fa-teeth-open::before { + content: "\f62f"; } + +.fa-temperature-arrow-down::before { + content: "\e03f"; } + +.fa-temperature-down::before { + content: "\e03f"; } + +.fa-temperature-arrow-up::before { + content: "\e040"; } + +.fa-temperature-up::before { + content: "\e040"; } + +.fa-temperature-empty::before { + content: "\f2cb"; } + +.fa-temperature-0::before { + content: "\f2cb"; } + +.fa-thermometer-0::before { + content: "\f2cb"; } + +.fa-thermometer-empty::before { + content: "\f2cb"; } + +.fa-temperature-full::before { + content: "\f2c7"; } + +.fa-temperature-4::before { + content: "\f2c7"; } + +.fa-thermometer-4::before { + content: "\f2c7"; } + +.fa-thermometer-full::before { + content: "\f2c7"; } + +.fa-temperature-half::before { + content: "\f2c9"; } + +.fa-temperature-2::before { + content: "\f2c9"; } + +.fa-thermometer-2::before { + content: "\f2c9"; } + +.fa-thermometer-half::before { + content: "\f2c9"; } + +.fa-temperature-high::before { + content: "\f769"; } + +.fa-temperature-low::before { + content: "\f76b"; } + +.fa-temperature-quarter::before { + content: "\f2ca"; } + +.fa-temperature-1::before { + content: "\f2ca"; } + +.fa-thermometer-1::before { + content: "\f2ca"; } + +.fa-thermometer-quarter::before { + content: "\f2ca"; } + +.fa-temperature-three-quarters::before { + content: "\f2c8"; } + +.fa-temperature-3::before { + content: "\f2c8"; } + +.fa-thermometer-3::before { + content: "\f2c8"; } + +.fa-thermometer-three-quarters::before { + content: "\f2c8"; } + +.fa-tenge-sign::before { + content: "\f7d7"; } + +.fa-tenge::before { + content: "\f7d7"; } + +.fa-tent::before { + content: "\e57d"; } + +.fa-tent-arrow-down-to-line::before { + content: "\e57e"; } + +.fa-tent-arrow-left-right::before { + content: "\e57f"; } + +.fa-tent-arrow-turn-left::before { + content: "\e580"; } + +.fa-tent-arrows-down::before { + content: "\e581"; } + +.fa-tents::before { + content: "\e582"; } + +.fa-terminal::before { + content: "\f120"; } + +.fa-text-height::before { + content: "\f034"; } + +.fa-text-slash::before { + content: "\f87d"; } + +.fa-remove-format::before { + content: "\f87d"; } + +.fa-text-width::before { + content: "\f035"; } + +.fa-thermometer::before { + content: "\f491"; } + +.fa-thumbs-down::before { + content: "\f165"; } + +.fa-thumbs-up::before { + content: "\f164"; } + +.fa-thumbtack::before { + content: "\f08d"; } + +.fa-thumb-tack::before { + content: "\f08d"; } + +.fa-ticket::before { + content: "\f145"; } + +.fa-ticket-simple::before { + content: "\f3ff"; } + +.fa-ticket-alt::before { + content: "\f3ff"; } + +.fa-timeline::before { + content: "\e29c"; } + +.fa-toggle-off::before { + content: "\f204"; } + +.fa-toggle-on::before { + content: "\f205"; } + +.fa-toilet::before { + content: "\f7d8"; } + +.fa-toilet-paper::before { + content: "\f71e"; } + +.fa-toilet-paper-slash::before { + content: "\e072"; } + +.fa-toilet-portable::before { + content: "\e583"; } + +.fa-toilets-portable::before { + content: "\e584"; } + +.fa-toolbox::before { + content: "\f552"; } + +.fa-tooth::before { + content: "\f5c9"; } + +.fa-torii-gate::before { + content: "\f6a1"; } + +.fa-tornado::before { + content: "\f76f"; } + +.fa-tower-broadcast::before { + content: "\f519"; } + +.fa-broadcast-tower::before { + content: "\f519"; } + +.fa-tower-cell::before { + content: "\e585"; } + +.fa-tower-observation::before { + content: "\e586"; } + +.fa-tractor::before { + content: "\f722"; } + +.fa-trademark::before { + content: "\f25c"; } + +.fa-traffic-light::before { + content: "\f637"; } + +.fa-trailer::before { + content: "\e041"; } + +.fa-train::before { + content: "\f238"; } + +.fa-train-subway::before { + content: "\f239"; } + +.fa-subway::before { + content: "\f239"; } + +.fa-train-tram::before { + content: "\f7da"; } + +.fa-tram::before { + content: "\f7da"; } + +.fa-transgender::before { + content: "\f225"; } + +.fa-transgender-alt::before { + content: "\f225"; } + +.fa-trash::before { + content: "\f1f8"; } + +.fa-trash-arrow-up::before { + content: "\f829"; } + +.fa-trash-restore::before { + content: "\f829"; } + +.fa-trash-can::before { + content: "\f2ed"; } + +.fa-trash-alt::before { + content: "\f2ed"; } + +.fa-trash-can-arrow-up::before { + content: "\f82a"; } + +.fa-trash-restore-alt::before { + content: "\f82a"; } + +.fa-tree::before { + content: "\f1bb"; } + +.fa-tree-city::before { + content: "\e587"; } + +.fa-triangle-exclamation::before { + content: "\f071"; } + +.fa-exclamation-triangle::before { + content: "\f071"; } + +.fa-warning::before { + content: "\f071"; } + +.fa-trophy::before { + content: "\f091"; } + +.fa-trowel::before { + content: "\e589"; } + +.fa-trowel-bricks::before { + content: "\e58a"; } + +.fa-truck::before { + content: "\f0d1"; } + +.fa-truck-arrow-right::before { + content: "\e58b"; } + +.fa-truck-droplet::before { + content: "\e58c"; } + +.fa-truck-fast::before { + content: "\f48b"; } + +.fa-shipping-fast::before { + content: "\f48b"; } + +.fa-truck-field::before { + content: "\e58d"; } + +.fa-truck-field-un::before { + content: "\e58e"; } + +.fa-truck-front::before { + content: "\e2b7"; } + +.fa-truck-medical::before { + content: "\f0f9"; } + +.fa-ambulance::before { + content: "\f0f9"; } + +.fa-truck-monster::before { + content: "\f63b"; } + +.fa-truck-moving::before { + content: "\f4df"; } + +.fa-truck-pickup::before { + content: "\f63c"; } + +.fa-truck-plane::before { + content: "\e58f"; } + +.fa-truck-ramp-box::before { + content: "\f4de"; } + +.fa-truck-loading::before { + content: "\f4de"; } + +.fa-tty::before { + content: "\f1e4"; } + +.fa-teletype::before { + content: "\f1e4"; } + +.fa-turkish-lira-sign::before { + content: "\e2bb"; } + +.fa-try::before { + content: "\e2bb"; } + +.fa-turkish-lira::before { + content: "\e2bb"; } + +.fa-turn-down::before { + content: "\f3be"; } + +.fa-level-down-alt::before { + content: "\f3be"; } + +.fa-turn-up::before { + content: "\f3bf"; } + +.fa-level-up-alt::before { + content: "\f3bf"; } + +.fa-tv::before { + content: "\f26c"; } + +.fa-television::before { + content: "\f26c"; } + +.fa-tv-alt::before { + content: "\f26c"; } + +.fa-u::before { + content: "\55"; } + +.fa-umbrella::before { + content: "\f0e9"; } + +.fa-umbrella-beach::before { + content: "\f5ca"; } + +.fa-underline::before { + content: "\f0cd"; } + +.fa-universal-access::before { + content: "\f29a"; } + +.fa-unlock::before { + content: "\f09c"; } + +.fa-unlock-keyhole::before { + content: "\f13e"; } + +.fa-unlock-alt::before { + content: "\f13e"; } + +.fa-up-down::before { + content: "\f338"; } + +.fa-arrows-alt-v::before { + content: "\f338"; } + +.fa-up-down-left-right::before { + content: "\f0b2"; } + +.fa-arrows-alt::before { + content: "\f0b2"; } + +.fa-up-long::before { + content: "\f30c"; } + +.fa-long-arrow-alt-up::before { + content: "\f30c"; } + +.fa-up-right-and-down-left-from-center::before { + content: "\f424"; } + +.fa-expand-alt::before { + content: "\f424"; } + +.fa-up-right-from-square::before { + content: "\f35d"; } + +.fa-external-link-alt::before { + content: "\f35d"; } + +.fa-upload::before { + content: "\f093"; } + +.fa-user::before { + content: "\f007"; } + +.fa-user-astronaut::before { + content: "\f4fb"; } + +.fa-user-check::before { + content: "\f4fc"; } + +.fa-user-clock::before { + content: "\f4fd"; } + +.fa-user-doctor::before { + content: "\f0f0"; } + +.fa-user-md::before { + content: "\f0f0"; } + +.fa-user-gear::before { + content: "\f4fe"; } + +.fa-user-cog::before { + content: "\f4fe"; } + +.fa-user-graduate::before { + content: "\f501"; } + +.fa-user-group::before { + content: "\f500"; } + +.fa-user-friends::before { + content: "\f500"; } + +.fa-user-injured::before { + content: "\f728"; } + +.fa-user-large::before { + content: "\f406"; } + +.fa-user-alt::before { + content: "\f406"; } + +.fa-user-large-slash::before { + content: "\f4fa"; } + +.fa-user-alt-slash::before { + content: "\f4fa"; } + +.fa-user-lock::before { + content: "\f502"; } + +.fa-user-minus::before { + content: "\f503"; } + +.fa-user-ninja::before { + content: "\f504"; } + +.fa-user-nurse::before { + content: "\f82f"; } + +.fa-user-pen::before { + content: "\f4ff"; } + +.fa-user-edit::before { + content: "\f4ff"; } + +.fa-user-plus::before { + content: "\f234"; } + +.fa-user-secret::before { + content: "\f21b"; } + +.fa-user-shield::before { + content: "\f505"; } + +.fa-user-slash::before { + content: "\f506"; } + +.fa-user-tag::before { + content: "\f507"; } + +.fa-user-tie::before { + content: "\f508"; } + +.fa-user-xmark::before { + content: "\f235"; } + +.fa-user-times::before { + content: "\f235"; } + +.fa-users::before { + content: "\f0c0"; } + +.fa-users-between-lines::before { + content: "\e591"; } + +.fa-users-gear::before { + content: "\f509"; } + +.fa-users-cog::before { + content: "\f509"; } + +.fa-users-line::before { + content: "\e592"; } + +.fa-users-rays::before { + content: "\e593"; } + +.fa-users-rectangle::before { + content: "\e594"; } + +.fa-users-slash::before { + content: "\e073"; } + +.fa-users-viewfinder::before { + content: "\e595"; } + +.fa-utensils::before { + content: "\f2e7"; } + +.fa-cutlery::before { + content: "\f2e7"; } + +.fa-v::before { + content: "\56"; } + +.fa-van-shuttle::before { + content: "\f5b6"; } + +.fa-shuttle-van::before { + content: "\f5b6"; } + +.fa-vault::before { + content: "\e2c5"; } + +.fa-vector-square::before { + content: "\f5cb"; } + +.fa-venus::before { + content: "\f221"; } + +.fa-venus-double::before { + content: "\f226"; } + +.fa-venus-mars::before { + content: "\f228"; } + +.fa-vest::before { + content: "\e085"; } + +.fa-vest-patches::before { + content: "\e086"; } + +.fa-vial::before { + content: "\f492"; } + +.fa-vial-circle-check::before { + content: "\e596"; } + +.fa-vial-virus::before { + content: "\e597"; } + +.fa-vials::before { + content: "\f493"; } + +.fa-video::before { + content: "\f03d"; } + +.fa-video-camera::before { + content: "\f03d"; } + +.fa-video-slash::before { + content: "\f4e2"; } + +.fa-vihara::before { + content: "\f6a7"; } + +.fa-virus::before { + content: "\e074"; } + +.fa-virus-covid::before { + content: "\e4a8"; } + +.fa-virus-covid-slash::before { + content: "\e4a9"; } + +.fa-virus-slash::before { + content: "\e075"; } + +.fa-viruses::before { + content: "\e076"; } + +.fa-voicemail::before { + content: "\f897"; } + +.fa-volcano::before { + content: "\f770"; } + +.fa-volleyball::before { + content: "\f45f"; } + +.fa-volleyball-ball::before { + content: "\f45f"; } + +.fa-volume-high::before { + content: "\f028"; } + +.fa-volume-up::before { + content: "\f028"; } + +.fa-volume-low::before { + content: "\f027"; } + +.fa-volume-down::before { + content: "\f027"; } + +.fa-volume-off::before { + content: "\f026"; } + +.fa-volume-xmark::before { + content: "\f6a9"; } + +.fa-volume-mute::before { + content: "\f6a9"; } + +.fa-volume-times::before { + content: "\f6a9"; } + +.fa-vr-cardboard::before { + content: "\f729"; } + +.fa-w::before { + content: "\57"; } + +.fa-walkie-talkie::before { + content: "\f8ef"; } + +.fa-wallet::before { + content: "\f555"; } + +.fa-wand-magic::before { + content: "\f0d0"; } + +.fa-magic::before { + content: "\f0d0"; } + +.fa-wand-magic-sparkles::before { + content: "\e2ca"; } + +.fa-magic-wand-sparkles::before { + content: "\e2ca"; } + +.fa-wand-sparkles::before { + content: "\f72b"; } + +.fa-warehouse::before { + content: "\f494"; } + +.fa-water::before { + content: "\f773"; } + +.fa-water-ladder::before { + content: "\f5c5"; } + +.fa-ladder-water::before { + content: "\f5c5"; } + +.fa-swimming-pool::before { + content: "\f5c5"; } + +.fa-wave-square::before { + content: "\f83e"; } + +.fa-weight-hanging::before { + content: "\f5cd"; } + +.fa-weight-scale::before { + content: "\f496"; } + +.fa-weight::before { + content: "\f496"; } + +.fa-wheat-awn::before { + content: "\e2cd"; } + +.fa-wheat-alt::before { + content: "\e2cd"; } + +.fa-wheat-awn-circle-exclamation::before { + content: "\e598"; } + +.fa-wheelchair::before { + content: "\f193"; } + +.fa-wheelchair-move::before { + content: "\e2ce"; } + +.fa-wheelchair-alt::before { + content: "\e2ce"; } + +.fa-whiskey-glass::before { + content: "\f7a0"; } + +.fa-glass-whiskey::before { + content: "\f7a0"; } + +.fa-wifi::before { + content: "\f1eb"; } + +.fa-wifi-3::before { + content: "\f1eb"; } + +.fa-wifi-strong::before { + content: "\f1eb"; } + +.fa-wind::before { + content: "\f72e"; } + +.fa-window-maximize::before { + content: "\f2d0"; } + +.fa-window-minimize::before { + content: "\f2d1"; } + +.fa-window-restore::before { + content: "\f2d2"; } + +.fa-wine-bottle::before { + content: "\f72f"; } + +.fa-wine-glass::before { + content: "\f4e3"; } + +.fa-wine-glass-empty::before { + content: "\f5ce"; } + +.fa-wine-glass-alt::before { + content: "\f5ce"; } + +.fa-won-sign::before { + content: "\f159"; } + +.fa-krw::before { + content: "\f159"; } + +.fa-won::before { + content: "\f159"; } + +.fa-worm::before { + content: "\e599"; } + +.fa-wrench::before { + content: "\f0ad"; } + +.fa-x::before { + content: "\58"; } + +.fa-x-ray::before { + content: "\f497"; } + +.fa-xmark::before { + content: "\f00d"; } + +.fa-close::before { + content: "\f00d"; } + +.fa-multiply::before { + content: "\f00d"; } + +.fa-remove::before { + content: "\f00d"; } + +.fa-times::before { + content: "\f00d"; } + +.fa-xmarks-lines::before { + content: "\e59a"; } + +.fa-y::before { + content: "\59"; } + +.fa-yen-sign::before { + content: "\f157"; } + +.fa-cny::before { + content: "\f157"; } + +.fa-jpy::before { + content: "\f157"; } + +.fa-rmb::before { + content: "\f157"; } + +.fa-yen::before { + content: "\f157"; } + +.fa-yin-yang::before { + content: "\f6ad"; } + +.fa-z::before { + content: "\5a"; } + +.sr-only, +.fa-sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; } + +.sr-only-focusable:not(:focus), +.fa-sr-only-focusable:not(:focus) { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; } +:root, :host { + --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; } + +@font-face { + font-family: 'Font Awesome 6 Brands'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("1e21o67/fa-brands-400.woff2") format("woff2"), url("1e21o67/fa-brands-400.ttf") format("truetype"); } + +.fab, +.fa-brands { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa-42-group:before { + content: "\e080"; } + +.fa-innosoft:before { + content: "\e080"; } + +.fa-500px:before { + content: "\f26e"; } + +.fa-accessible-icon:before { + content: "\f368"; } + +.fa-accusoft:before { + content: "\f369"; } + +.fa-adn:before { + content: "\f170"; } + +.fa-adversal:before { + content: "\f36a"; } + +.fa-affiliatetheme:before { + content: "\f36b"; } + +.fa-airbnb:before { + content: "\f834"; } + +.fa-algolia:before { + content: "\f36c"; } + +.fa-alipay:before { + content: "\f642"; } + +.fa-amazon:before { + content: "\f270"; } + +.fa-amazon-pay:before { + content: "\f42c"; } + +.fa-amilia:before { + content: "\f36d"; } + +.fa-android:before { + content: "\f17b"; } + +.fa-angellist:before { + content: "\f209"; } + +.fa-angrycreative:before { + content: "\f36e"; } + +.fa-angular:before { + content: "\f420"; } + +.fa-app-store:before { + content: "\f36f"; } + +.fa-app-store-ios:before { + content: "\f370"; } + +.fa-apper:before { + content: "\f371"; } + +.fa-apple:before { + content: "\f179"; } + +.fa-apple-pay:before { + content: "\f415"; } + +.fa-artstation:before { + content: "\f77a"; } + +.fa-asymmetrik:before { + content: "\f372"; } + +.fa-atlassian:before { + content: "\f77b"; } + +.fa-audible:before { + content: "\f373"; } + +.fa-autoprefixer:before { + content: "\f41c"; } + +.fa-avianex:before { + content: "\f374"; } + +.fa-aviato:before { + content: "\f421"; } + +.fa-aws:before { + content: "\f375"; } + +.fa-bandcamp:before { + content: "\f2d5"; } + +.fa-battle-net:before { + content: "\f835"; } + +.fa-behance:before { + content: "\f1b4"; } + +.fa-behance-square:before { + content: "\f1b5"; } + +.fa-bilibili:before { + content: "\e3d9"; } + +.fa-bimobject:before { + content: "\f378"; } + +.fa-bitbucket:before { + content: "\f171"; } + +.fa-bitcoin:before { + content: "\f379"; } + +.fa-bity:before { + content: "\f37a"; } + +.fa-black-tie:before { + content: "\f27e"; } + +.fa-blackberry:before { + content: "\f37b"; } + +.fa-blogger:before { + content: "\f37c"; } + +.fa-blogger-b:before { + content: "\f37d"; } + +.fa-bluetooth:before { + content: "\f293"; } + +.fa-bluetooth-b:before { + content: "\f294"; } + +.fa-bootstrap:before { + content: "\f836"; } + +.fa-bots:before { + content: "\e340"; } + +.fa-btc:before { + content: "\f15a"; } + +.fa-buffer:before { + content: "\f837"; } + +.fa-buromobelexperte:before { + content: "\f37f"; } + +.fa-buy-n-large:before { + content: "\f8a6"; } + +.fa-buysellads:before { + content: "\f20d"; } + +.fa-canadian-maple-leaf:before { + content: "\f785"; } + +.fa-cc-amazon-pay:before { + content: "\f42d"; } + +.fa-cc-amex:before { + content: "\f1f3"; } + +.fa-cc-apple-pay:before { + content: "\f416"; } + +.fa-cc-diners-club:before { + content: "\f24c"; } + +.fa-cc-discover:before { + content: "\f1f2"; } + +.fa-cc-jcb:before { + content: "\f24b"; } + +.fa-cc-mastercard:before { + content: "\f1f1"; } + +.fa-cc-paypal:before { + content: "\f1f4"; } + +.fa-cc-stripe:before { + content: "\f1f5"; } + +.fa-cc-visa:before { + content: "\f1f0"; } + +.fa-centercode:before { + content: "\f380"; } + +.fa-centos:before { + content: "\f789"; } + +.fa-chrome:before { + content: "\f268"; } + +.fa-chromecast:before { + content: "\f838"; } + +.fa-cloudflare:before { + content: "\e07d"; } + +.fa-cloudscale:before { + content: "\f383"; } + +.fa-cloudsmith:before { + content: "\f384"; } + +.fa-cloudversify:before { + content: "\f385"; } + +.fa-cmplid:before { + content: "\e360"; } + +.fa-codepen:before { + content: "\f1cb"; } + +.fa-codiepie:before { + content: "\f284"; } + +.fa-confluence:before { + content: "\f78d"; } + +.fa-connectdevelop:before { + content: "\f20e"; } + +.fa-contao:before { + content: "\f26d"; } + +.fa-cotton-bureau:before { + content: "\f89e"; } + +.fa-cpanel:before { + content: "\f388"; } + +.fa-creative-commons:before { + content: "\f25e"; } + +.fa-creative-commons-by:before { + content: "\f4e7"; } + +.fa-creative-commons-nc:before { + content: "\f4e8"; } + +.fa-creative-commons-nc-eu:before { + content: "\f4e9"; } + +.fa-creative-commons-nc-jp:before { + content: "\f4ea"; } + +.fa-creative-commons-nd:before { + content: "\f4eb"; } + +.fa-creative-commons-pd:before { + content: "\f4ec"; } + +.fa-creative-commons-pd-alt:before { + content: "\f4ed"; } + +.fa-creative-commons-remix:before { + content: "\f4ee"; } + +.fa-creative-commons-sa:before { + content: "\f4ef"; } + +.fa-creative-commons-sampling:before { + content: "\f4f0"; } + +.fa-creative-commons-sampling-plus:before { + content: "\f4f1"; } + +.fa-creative-commons-share:before { + content: "\f4f2"; } + +.fa-creative-commons-zero:before { + content: "\f4f3"; } + +.fa-critical-role:before { + content: "\f6c9"; } + +.fa-css3:before { + content: "\f13c"; } + +.fa-css3-alt:before { + content: "\f38b"; } + +.fa-cuttlefish:before { + content: "\f38c"; } + +.fa-d-and-d:before { + content: "\f38d"; } + +.fa-d-and-d-beyond:before { + content: "\f6ca"; } + +.fa-dailymotion:before { + content: "\e052"; } + +.fa-dashcube:before { + content: "\f210"; } + +.fa-deezer:before { + content: "\e077"; } + +.fa-delicious:before { + content: "\f1a5"; } + +.fa-deploydog:before { + content: "\f38e"; } + +.fa-deskpro:before { + content: "\f38f"; } + +.fa-dev:before { + content: "\f6cc"; } + +.fa-deviantart:before { + content: "\f1bd"; } + +.fa-dhl:before { + content: "\f790"; } + +.fa-diaspora:before { + content: "\f791"; } + +.fa-digg:before { + content: "\f1a6"; } + +.fa-digital-ocean:before { + content: "\f391"; } + +.fa-discord:before { + content: "\f392"; } + +.fa-discourse:before { + content: "\f393"; } + +.fa-dochub:before { + content: "\f394"; } + +.fa-docker:before { + content: "\f395"; } + +.fa-draft2digital:before { + content: "\f396"; } + +.fa-dribbble:before { + content: "\f17d"; } + +.fa-dribbble-square:before { + content: "\f397"; } + +.fa-dropbox:before { + content: "\f16b"; } + +.fa-drupal:before { + content: "\f1a9"; } + +.fa-dyalog:before { + content: "\f399"; } + +.fa-earlybirds:before { + content: "\f39a"; } + +.fa-ebay:before { + content: "\f4f4"; } + +.fa-edge:before { + content: "\f282"; } + +.fa-edge-legacy:before { + content: "\e078"; } + +.fa-elementor:before { + content: "\f430"; } + +.fa-ello:before { + content: "\f5f1"; } + +.fa-ember:before { + content: "\f423"; } + +.fa-empire:before { + content: "\f1d1"; } + +.fa-envira:before { + content: "\f299"; } + +.fa-erlang:before { + content: "\f39d"; } + +.fa-ethereum:before { + content: "\f42e"; } + +.fa-etsy:before { + content: "\f2d7"; } + +.fa-evernote:before { + content: "\f839"; } + +.fa-expeditedssl:before { + content: "\f23e"; } + +.fa-facebook:before { + content: "\f09a"; } + +.fa-facebook-f:before { + content: "\f39e"; } + +.fa-facebook-messenger:before { + content: "\f39f"; } + +.fa-facebook-square:before { + content: "\f082"; } + +.fa-fantasy-flight-games:before { + content: "\f6dc"; } + +.fa-fedex:before { + content: "\f797"; } + +.fa-fedora:before { + content: "\f798"; } + +.fa-figma:before { + content: "\f799"; } + +.fa-firefox:before { + content: "\f269"; } + +.fa-firefox-browser:before { + content: "\e007"; } + +.fa-first-order:before { + content: "\f2b0"; } + +.fa-first-order-alt:before { + content: "\f50a"; } + +.fa-firstdraft:before { + content: "\f3a1"; } + +.fa-flickr:before { + content: "\f16e"; } + +.fa-flipboard:before { + content: "\f44d"; } + +.fa-fly:before { + content: "\f417"; } + +.fa-font-awesome:before { + content: "\f2b4"; } + +.fa-font-awesome-flag:before { + content: "\f2b4"; } + +.fa-font-awesome-logo-full:before { + content: "\f2b4"; } + +.fa-fonticons:before { + content: "\f280"; } + +.fa-fonticons-fi:before { + content: "\f3a2"; } + +.fa-fort-awesome:before { + content: "\f286"; } + +.fa-fort-awesome-alt:before { + content: "\f3a3"; } + +.fa-forumbee:before { + content: "\f211"; } + +.fa-foursquare:before { + content: "\f180"; } + +.fa-free-code-camp:before { + content: "\f2c5"; } + +.fa-freebsd:before { + content: "\f3a4"; } + +.fa-fulcrum:before { + content: "\f50b"; } + +.fa-galactic-republic:before { + content: "\f50c"; } + +.fa-galactic-senate:before { + content: "\f50d"; } + +.fa-get-pocket:before { + content: "\f265"; } + +.fa-gg:before { + content: "\f260"; } + +.fa-gg-circle:before { + content: "\f261"; } + +.fa-git:before { + content: "\f1d3"; } + +.fa-git-alt:before { + content: "\f841"; } + +.fa-git-square:before { + content: "\f1d2"; } + +.fa-github:before { + content: "\f09b"; } + +.fa-github-alt:before { + content: "\f113"; } + +.fa-github-square:before { + content: "\f092"; } + +.fa-gitkraken:before { + content: "\f3a6"; } + +.fa-gitlab:before { + content: "\f296"; } + +.fa-gitter:before { + content: "\f426"; } + +.fa-glide:before { + content: "\f2a5"; } + +.fa-glide-g:before { + content: "\f2a6"; } + +.fa-gofore:before { + content: "\f3a7"; } + +.fa-golang:before { + content: "\e40f"; } + +.fa-goodreads:before { + content: "\f3a8"; } + +.fa-goodreads-g:before { + content: "\f3a9"; } + +.fa-google:before { + content: "\f1a0"; } + +.fa-google-drive:before { + content: "\f3aa"; } + +.fa-google-pay:before { + content: "\e079"; } + +.fa-google-play:before { + content: "\f3ab"; } + +.fa-google-plus:before { + content: "\f2b3"; } + +.fa-google-plus-g:before { + content: "\f0d5"; } + +.fa-google-plus-square:before { + content: "\f0d4"; } + +.fa-google-wallet:before { + content: "\f1ee"; } + +.fa-gratipay:before { + content: "\f184"; } + +.fa-grav:before { + content: "\f2d6"; } + +.fa-gripfire:before { + content: "\f3ac"; } + +.fa-grunt:before { + content: "\f3ad"; } + +.fa-guilded:before { + content: "\e07e"; } + +.fa-gulp:before { + content: "\f3ae"; } + +.fa-hacker-news:before { + content: "\f1d4"; } + +.fa-hacker-news-square:before { + content: "\f3af"; } + +.fa-hackerrank:before { + content: "\f5f7"; } + +.fa-hashnode:before { + content: "\e499"; } + +.fa-hips:before { + content: "\f452"; } + +.fa-hire-a-helper:before { + content: "\f3b0"; } + +.fa-hive:before { + content: "\e07f"; } + +.fa-hooli:before { + content: "\f427"; } + +.fa-hornbill:before { + content: "\f592"; } + +.fa-hotjar:before { + content: "\f3b1"; } + +.fa-houzz:before { + content: "\f27c"; } + +.fa-html5:before { + content: "\f13b"; } + +.fa-hubspot:before { + content: "\f3b2"; } + +.fa-ideal:before { + content: "\e013"; } + +.fa-imdb:before { + content: "\f2d8"; } + +.fa-instagram:before { + content: "\f16d"; } + +.fa-instagram-square:before { + content: "\e055"; } + +.fa-instalod:before { + content: "\e081"; } + +.fa-intercom:before { + content: "\f7af"; } + +.fa-internet-explorer:before { + content: "\f26b"; } + +.fa-invision:before { + content: "\f7b0"; } + +.fa-ioxhost:before { + content: "\f208"; } + +.fa-itch-io:before { + content: "\f83a"; } + +.fa-itunes:before { + content: "\f3b4"; } + +.fa-itunes-note:before { + content: "\f3b5"; } + +.fa-java:before { + content: "\f4e4"; } + +.fa-jedi-order:before { + content: "\f50e"; } + +.fa-jenkins:before { + content: "\f3b6"; } + +.fa-jira:before { + content: "\f7b1"; } + +.fa-joget:before { + content: "\f3b7"; } + +.fa-joomla:before { + content: "\f1aa"; } + +.fa-js:before { + content: "\f3b8"; } + +.fa-js-square:before { + content: "\f3b9"; } + +.fa-jsfiddle:before { + content: "\f1cc"; } + +.fa-kaggle:before { + content: "\f5fa"; } + +.fa-keybase:before { + content: "\f4f5"; } + +.fa-keycdn:before { + content: "\f3ba"; } + +.fa-kickstarter:before { + content: "\f3bb"; } + +.fa-kickstarter-k:before { + content: "\f3bc"; } + +.fa-korvue:before { + content: "\f42f"; } + +.fa-laravel:before { + content: "\f3bd"; } + +.fa-lastfm:before { + content: "\f202"; } + +.fa-lastfm-square:before { + content: "\f203"; } + +.fa-leanpub:before { + content: "\f212"; } + +.fa-less:before { + content: "\f41d"; } + +.fa-line:before { + content: "\f3c0"; } + +.fa-linkedin:before { + content: "\f08c"; } + +.fa-linkedin-in:before { + content: "\f0e1"; } + +.fa-linode:before { + content: "\f2b8"; } + +.fa-linux:before { + content: "\f17c"; } + +.fa-lyft:before { + content: "\f3c3"; } + +.fa-magento:before { + content: "\f3c4"; } + +.fa-mailchimp:before { + content: "\f59e"; } + +.fa-mandalorian:before { + content: "\f50f"; } + +.fa-markdown:before { + content: "\f60f"; } + +.fa-mastodon:before { + content: "\f4f6"; } + +.fa-maxcdn:before { + content: "\f136"; } + +.fa-mdb:before { + content: "\f8ca"; } + +.fa-medapps:before { + content: "\f3c6"; } + +.fa-medium:before { + content: "\f23a"; } + +.fa-medium-m:before { + content: "\f23a"; } + +.fa-medrt:before { + content: "\f3c8"; } + +.fa-meetup:before { + content: "\f2e0"; } + +.fa-megaport:before { + content: "\f5a3"; } + +.fa-mendeley:before { + content: "\f7b3"; } + +.fa-microblog:before { + content: "\e01a"; } + +.fa-microsoft:before { + content: "\f3ca"; } + +.fa-mix:before { + content: "\f3cb"; } + +.fa-mixcloud:before { + content: "\f289"; } + +.fa-mixer:before { + content: "\e056"; } + +.fa-mizuni:before { + content: "\f3cc"; } + +.fa-modx:before { + content: "\f285"; } + +.fa-monero:before { + content: "\f3d0"; } + +.fa-napster:before { + content: "\f3d2"; } + +.fa-neos:before { + content: "\f612"; } + +.fa-nfc-directional:before { + content: "\e530"; } + +.fa-nfc-symbol:before { + content: "\e531"; } + +.fa-nimblr:before { + content: "\f5a8"; } + +.fa-node:before { + content: "\f419"; } + +.fa-node-js:before { + content: "\f3d3"; } + +.fa-npm:before { + content: "\f3d4"; } + +.fa-ns8:before { + content: "\f3d5"; } + +.fa-nutritionix:before { + content: "\f3d6"; } + +.fa-octopus-deploy:before { + content: "\e082"; } + +.fa-odnoklassniki:before { + content: "\f263"; } + +.fa-odnoklassniki-square:before { + content: "\f264"; } + +.fa-old-republic:before { + content: "\f510"; } + +.fa-opencart:before { + content: "\f23d"; } + +.fa-openid:before { + content: "\f19b"; } + +.fa-opera:before { + content: "\f26a"; } + +.fa-optin-monster:before { + content: "\f23c"; } + +.fa-orcid:before { + content: "\f8d2"; } + +.fa-osi:before { + content: "\f41a"; } + +.fa-padlet:before { + content: "\e4a0"; } + +.fa-page4:before { + content: "\f3d7"; } + +.fa-pagelines:before { + content: "\f18c"; } + +.fa-palfed:before { + content: "\f3d8"; } + +.fa-patreon:before { + content: "\f3d9"; } + +.fa-paypal:before { + content: "\f1ed"; } + +.fa-perbyte:before { + content: "\e083"; } + +.fa-periscope:before { + content: "\f3da"; } + +.fa-phabricator:before { + content: "\f3db"; } + +.fa-phoenix-framework:before { + content: "\f3dc"; } + +.fa-phoenix-squadron:before { + content: "\f511"; } + +.fa-php:before { + content: "\f457"; } + +.fa-pied-piper:before { + content: "\f2ae"; } + +.fa-pied-piper-alt:before { + content: "\f1a8"; } + +.fa-pied-piper-hat:before { + content: "\f4e5"; } + +.fa-pied-piper-pp:before { + content: "\f1a7"; } + +.fa-pied-piper-square:before { + content: "\e01e"; } + +.fa-pinterest:before { + content: "\f0d2"; } + +.fa-pinterest-p:before { + content: "\f231"; } + +.fa-pinterest-square:before { + content: "\f0d3"; } + +.fa-pix:before { + content: "\e43a"; } + +.fa-playstation:before { + content: "\f3df"; } + +.fa-product-hunt:before { + content: "\f288"; } + +.fa-pushed:before { + content: "\f3e1"; } + +.fa-python:before { + content: "\f3e2"; } + +.fa-qq:before { + content: "\f1d6"; } + +.fa-quinscape:before { + content: "\f459"; } + +.fa-quora:before { + content: "\f2c4"; } + +.fa-r-project:before { + content: "\f4f7"; } + +.fa-raspberry-pi:before { + content: "\f7bb"; } + +.fa-ravelry:before { + content: "\f2d9"; } + +.fa-react:before { + content: "\f41b"; } + +.fa-reacteurope:before { + content: "\f75d"; } + +.fa-readme:before { + content: "\f4d5"; } + +.fa-rebel:before { + content: "\f1d0"; } + +.fa-red-river:before { + content: "\f3e3"; } + +.fa-reddit:before { + content: "\f1a1"; } + +.fa-reddit-alien:before { + content: "\f281"; } + +.fa-reddit-square:before { + content: "\f1a2"; } + +.fa-redhat:before { + content: "\f7bc"; } + +.fa-renren:before { + content: "\f18b"; } + +.fa-replyd:before { + content: "\f3e6"; } + +.fa-researchgate:before { + content: "\f4f8"; } + +.fa-resolving:before { + content: "\f3e7"; } + +.fa-rev:before { + content: "\f5b2"; } + +.fa-rocketchat:before { + content: "\f3e8"; } + +.fa-rockrms:before { + content: "\f3e9"; } + +.fa-rust:before { + content: "\e07a"; } + +.fa-safari:before { + content: "\f267"; } + +.fa-salesforce:before { + content: "\f83b"; } + +.fa-sass:before { + content: "\f41e"; } + +.fa-schlix:before { + content: "\f3ea"; } + +.fa-screenpal:before { + content: "\e570"; } + +.fa-scribd:before { + content: "\f28a"; } + +.fa-searchengin:before { + content: "\f3eb"; } + +.fa-sellcast:before { + content: "\f2da"; } + +.fa-sellsy:before { + content: "\f213"; } + +.fa-servicestack:before { + content: "\f3ec"; } + +.fa-shirtsinbulk:before { + content: "\f214"; } + +.fa-shopify:before { + content: "\e057"; } + +.fa-shopware:before { + content: "\f5b5"; } + +.fa-simplybuilt:before { + content: "\f215"; } + +.fa-sistrix:before { + content: "\f3ee"; } + +.fa-sith:before { + content: "\f512"; } + +.fa-sitrox:before { + content: "\e44a"; } + +.fa-sketch:before { + content: "\f7c6"; } + +.fa-skyatlas:before { + content: "\f216"; } + +.fa-skype:before { + content: "\f17e"; } + +.fa-slack:before { + content: "\f198"; } + +.fa-slack-hash:before { + content: "\f198"; } + +.fa-slideshare:before { + content: "\f1e7"; } + +.fa-snapchat:before { + content: "\f2ab"; } + +.fa-snapchat-ghost:before { + content: "\f2ab"; } + +.fa-snapchat-square:before { + content: "\f2ad"; } + +.fa-soundcloud:before { + content: "\f1be"; } + +.fa-sourcetree:before { + content: "\f7d3"; } + +.fa-speakap:before { + content: "\f3f3"; } + +.fa-speaker-deck:before { + content: "\f83c"; } + +.fa-spotify:before { + content: "\f1bc"; } + +.fa-square-font-awesome:before { + content: "\f425"; } + +.fa-square-font-awesome-stroke:before { + content: "\f35c"; } + +.fa-font-awesome-alt:before { + content: "\f35c"; } + +.fa-squarespace:before { + content: "\f5be"; } + +.fa-stack-exchange:before { + content: "\f18d"; } + +.fa-stack-overflow:before { + content: "\f16c"; } + +.fa-stackpath:before { + content: "\f842"; } + +.fa-staylinked:before { + content: "\f3f5"; } + +.fa-steam:before { + content: "\f1b6"; } + +.fa-steam-square:before { + content: "\f1b7"; } + +.fa-steam-symbol:before { + content: "\f3f6"; } + +.fa-sticker-mule:before { + content: "\f3f7"; } + +.fa-strava:before { + content: "\f428"; } + +.fa-stripe:before { + content: "\f429"; } + +.fa-stripe-s:before { + content: "\f42a"; } + +.fa-studiovinari:before { + content: "\f3f8"; } + +.fa-stumbleupon:before { + content: "\f1a4"; } + +.fa-stumbleupon-circle:before { + content: "\f1a3"; } + +.fa-superpowers:before { + content: "\f2dd"; } + +.fa-supple:before { + content: "\f3f9"; } + +.fa-suse:before { + content: "\f7d6"; } + +.fa-swift:before { + content: "\f8e1"; } + +.fa-symfony:before { + content: "\f83d"; } + +.fa-teamspeak:before { + content: "\f4f9"; } + +.fa-telegram:before { + content: "\f2c6"; } + +.fa-telegram-plane:before { + content: "\f2c6"; } + +.fa-tencent-weibo:before { + content: "\f1d5"; } + +.fa-the-red-yeti:before { + content: "\f69d"; } + +.fa-themeco:before { + content: "\f5c6"; } + +.fa-themeisle:before { + content: "\f2b2"; } + +.fa-think-peaks:before { + content: "\f731"; } + +.fa-tiktok:before { + content: "\e07b"; } + +.fa-trade-federation:before { + content: "\f513"; } + +.fa-trello:before { + content: "\f181"; } + +.fa-tumblr:before { + content: "\f173"; } + +.fa-tumblr-square:before { + content: "\f174"; } + +.fa-twitch:before { + content: "\f1e8"; } + +.fa-twitter:before { + content: "\f099"; } + +.fa-twitter-square:before { + content: "\f081"; } + +.fa-typo3:before { + content: "\f42b"; } + +.fa-uber:before { + content: "\f402"; } + +.fa-ubuntu:before { + content: "\f7df"; } + +.fa-uikit:before { + content: "\f403"; } + +.fa-umbraco:before { + content: "\f8e8"; } + +.fa-uncharted:before { + content: "\e084"; } + +.fa-uniregistry:before { + content: "\f404"; } + +.fa-unity:before { + content: "\e049"; } + +.fa-unsplash:before { + content: "\e07c"; } + +.fa-untappd:before { + content: "\f405"; } + +.fa-ups:before { + content: "\f7e0"; } + +.fa-usb:before { + content: "\f287"; } + +.fa-usps:before { + content: "\f7e1"; } + +.fa-ussunnah:before { + content: "\f407"; } + +.fa-vaadin:before { + content: "\f408"; } + +.fa-viacoin:before { + content: "\f237"; } + +.fa-viadeo:before { + content: "\f2a9"; } + +.fa-viadeo-square:before { + content: "\f2aa"; } + +.fa-viber:before { + content: "\f409"; } + +.fa-vimeo:before { + content: "\f40a"; } + +.fa-vimeo-square:before { + content: "\f194"; } + +.fa-vimeo-v:before { + content: "\f27d"; } + +.fa-vine:before { + content: "\f1ca"; } + +.fa-vk:before { + content: "\f189"; } + +.fa-vnv:before { + content: "\f40b"; } + +.fa-vuejs:before { + content: "\f41f"; } + +.fa-watchman-monitoring:before { + content: "\e087"; } + +.fa-waze:before { + content: "\f83f"; } + +.fa-weebly:before { + content: "\f5cc"; } + +.fa-weibo:before { + content: "\f18a"; } + +.fa-weixin:before { + content: "\f1d7"; } + +.fa-whatsapp:before { + content: "\f232"; } + +.fa-whatsapp-square:before { + content: "\f40c"; } + +.fa-whmcs:before { + content: "\f40d"; } + +.fa-wikipedia-w:before { + content: "\f266"; } + +.fa-windows:before { + content: "\f17a"; } + +.fa-wirsindhandwerk:before { + content: "\e2d0"; } + +.fa-wsh:before { + content: "\e2d0"; } + +.fa-wix:before { + content: "\f5cf"; } + +.fa-wizards-of-the-coast:before { + content: "\f730"; } + +.fa-wodu:before { + content: "\e088"; } + +.fa-wolf-pack-battalion:before { + content: "\f514"; } + +.fa-wordpress:before { + content: "\f19a"; } + +.fa-wordpress-simple:before { + content: "\f411"; } + +.fa-wpbeginner:before { + content: "\f297"; } + +.fa-wpexplorer:before { + content: "\f2de"; } + +.fa-wpforms:before { + content: "\f298"; } + +.fa-wpressr:before { + content: "\f3e4"; } + +.fa-xbox:before { + content: "\f412"; } + +.fa-xing:before { + content: "\f168"; } + +.fa-xing-square:before { + content: "\f169"; } + +.fa-y-combinator:before { + content: "\f23b"; } + +.fa-yahoo:before { + content: "\f19e"; } + +.fa-yammer:before { + content: "\f840"; } + +.fa-yandex:before { + content: "\f413"; } + +.fa-yandex-international:before { + content: "\f414"; } + +.fa-yarn:before { + content: "\f7e3"; } + +.fa-yelp:before { + content: "\f1e9"; } + +.fa-yoast:before { + content: "\f2b1"; } + +.fa-youtube:before { + content: "\f167"; } + +.fa-youtube-square:before { + content: "\f431"; } + +.fa-zhihu:before { + content: "\f63f"; } +:root, :host { + --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"; } + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("1e21o67/fa-regular-400.woff2") format("woff2"), url("1e21o67/fa-regular-400.ttf") format("truetype"); } + +.far, +.fa-regular { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } +:root, :host { + --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; } + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 900; + font-display: block; + src: url("1e21o67/fa-solid-900.woff2") format("woff2"), url("1e21o67/fa-solid-900.ttf") format("truetype"); } + +.fas, +.fa-solid { + font-family: 'Font Awesome 6 Free'; + font-weight: 900; } +@font-face { + font-family: "Font Awesome 5 Brands"; + font-display: block; + font-weight: 400; + src: url("1e21o67/fa-brands-400.woff2") format("woff2"), url("1e21o67/fa-brands-400.ttf") format("truetype"); } + +@font-face { + font-family: "Font Awesome 5 Free"; + font-display: block; + font-weight: 900; + src: url("1e21o67/fa-solid-900.woff2") format("woff2"), url("1e21o67/fa-solid-900.ttf") format("truetype"); } + +@font-face { + font-family: "Font Awesome 5 Free"; + font-display: block; + font-weight: 400; + src: url("1e21o67/fa-regular-400.woff2") format("woff2"), url("1e21o67/fa-regular-400.ttf") format("truetype"); } +@font-face { + font-family: "FontAwesome"; + font-display: block; + src: url("1e21o67/fa-solid-900.woff2") format("woff2"), url("1e21o67/fa-solid-900.ttf") format("truetype"); } + +@font-face { + font-family: "FontAwesome"; + font-display: block; + src: url("1e21o67/fa-brands-400.woff2") format("woff2"), url("1e21o67/fa-brands-400.ttf") format("truetype"); } + +@font-face { + font-family: "FontAwesome"; + font-display: block; + src: url("1e21o67/fa-regular-400.woff2") format("woff2"), url("1e21o67/fa-regular-400.ttf") format("truetype"); + unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; } + +@font-face { + font-family: "FontAwesome"; + font-display: block; + src: url("1e21o67/fa-v4compatibility.woff2") format("woff2"), url("1e21o67/fa-v4compatibility.ttf") format("truetype"); + unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F250,U+F252,U+F27A; } diff --git a/docs/site_libs/quarto-contrib/fontawesome6-0.1.0/all.css b/docs/site_libs/quarto-contrib/fontawesome6-0.1.0/all.css new file mode 100644 index 00000000..ab3fcbd3 --- /dev/null +++ b/docs/site_libs/quarto-contrib/fontawesome6-0.1.0/all.css @@ -0,0 +1,7831 @@ +/*! + * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2022 Fonticons, Inc. + */ +.fa { + font-family: var(--fa-style-family, "Font Awesome 6 Free"); + font-weight: var(--fa-style, 900); } + +.fa, +.fas, +.fa-solid, +.far, +.fa-regular, +.fal, +.fa-light, +.fat, +.fa-thin, +.fad, +.fa-duotone, +.fab, +.fa-brands { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + display: var(--fa-display, inline-block); + font-style: normal; + font-variant: normal; + line-height: 1; + text-rendering: auto; } + +.fa-1x { + font-size: 1em; } + +.fa-2x { + font-size: 2em; } + +.fa-3x { + font-size: 3em; } + +.fa-4x { + font-size: 4em; } + +.fa-5x { + font-size: 5em; } + +.fa-6x { + font-size: 6em; } + +.fa-7x { + font-size: 7em; } + +.fa-8x { + font-size: 8em; } + +.fa-9x { + font-size: 9em; } + +.fa-10x { + font-size: 10em; } + +.fa-2xs { + font-size: 0.625em; + line-height: 0.1em; + vertical-align: 0.225em; } + +.fa-xs { + font-size: 0.75em; + line-height: 0.08333em; + vertical-align: 0.125em; } + +.fa-sm { + font-size: 0.875em; + line-height: 0.07143em; + vertical-align: 0.05357em; } + +.fa-lg { + font-size: 1.25em; + line-height: 0.05em; + vertical-align: -0.075em; } + +.fa-xl { + font-size: 1.5em; + line-height: 0.04167em; + vertical-align: -0.125em; } + +.fa-2xl { + font-size: 2em; + line-height: 0.03125em; + vertical-align: -0.1875em; } + +.fa-fw { + text-align: center; + width: 1.25em; } + +.fa-ul { + list-style-type: none; + margin-left: var(--fa-li-margin, 2.5em); + padding-left: 0; } + .fa-ul > li { + position: relative; } + +.fa-li { + left: calc(var(--fa-li-width, 2em) * -1); + position: absolute; + text-align: center; + width: var(--fa-li-width, 2em); + line-height: inherit; } + +.fa-border { + border-color: var(--fa-border-color, #eee); + border-radius: var(--fa-border-radius, 0.1em); + border-style: var(--fa-border-style, solid); + border-width: var(--fa-border-width, 0.08em); + padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); } + +.fa-pull-left { + float: left; + margin-right: var(--fa-pull-margin, 0.3em); } + +.fa-pull-right { + float: right; + margin-left: var(--fa-pull-margin, 0.3em); } + +.fa-beat { + -webkit-animation-name: fa-beat; + animation-name: fa-beat; + -webkit-animation-delay: var(--fa-animation-delay, 0); + animation-delay: var(--fa-animation-delay, 0); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } + +.fa-bounce { + -webkit-animation-name: fa-bounce; + animation-name: fa-bounce; + -webkit-animation-delay: var(--fa-animation-delay, 0); + animation-delay: var(--fa-animation-delay, 0); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } + +.fa-fade { + -webkit-animation-name: fa-fade; + animation-name: fa-fade; + -webkit-animation-delay: var(--fa-animation-delay, 0); + animation-delay: var(--fa-animation-delay, 0); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + +.fa-beat-fade { + -webkit-animation-name: fa-beat-fade; + animation-name: fa-beat-fade; + -webkit-animation-delay: var(--fa-animation-delay, 0); + animation-delay: var(--fa-animation-delay, 0); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); + animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } + +.fa-flip { + -webkit-animation-name: fa-flip; + animation-name: fa-flip; + -webkit-animation-delay: var(--fa-animation-delay, 0); + animation-delay: var(--fa-animation-delay, 0); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); + animation-timing-function: var(--fa-animation-timing, ease-in-out); } + +.fa-shake { + -webkit-animation-name: fa-shake; + animation-name: fa-shake; + -webkit-animation-delay: var(--fa-animation-delay, 0); + animation-delay: var(--fa-animation-delay, 0); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, linear); + animation-timing-function: var(--fa-animation-timing, linear); } + +.fa-spin { + -webkit-animation-name: fa-spin; + animation-name: fa-spin; + -webkit-animation-delay: var(--fa-animation-delay, 0); + animation-delay: var(--fa-animation-delay, 0); + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 2s); + animation-duration: var(--fa-animation-duration, 2s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, linear); + animation-timing-function: var(--fa-animation-timing, linear); } + +.fa-spin-reverse { + --fa-animation-direction: reverse; } + +.fa-pulse, +.fa-spin-pulse { + -webkit-animation-name: fa-spin; + animation-name: fa-spin; + -webkit-animation-direction: var(--fa-animation-direction, normal); + animation-direction: var(--fa-animation-direction, normal); + -webkit-animation-duration: var(--fa-animation-duration, 1s); + animation-duration: var(--fa-animation-duration, 1s); + -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); + animation-iteration-count: var(--fa-animation-iteration-count, infinite); + -webkit-animation-timing-function: var(--fa-animation-timing, steps(8)); + animation-timing-function: var(--fa-animation-timing, steps(8)); } + +@media (prefers-reduced-motion: reduce) { + .fa-beat, + .fa-bounce, + .fa-fade, + .fa-beat-fade, + .fa-flip, + .fa-pulse, + .fa-shake, + .fa-spin, + .fa-spin-pulse { + -webkit-animation-delay: -1ms; + animation-delay: -1ms; + -webkit-animation-duration: 1ms; + animation-duration: 1ms; + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; + transition-delay: 0s; + transition-duration: 0s; } } + +@-webkit-keyframes fa-beat { + 0%, 90% { + -webkit-transform: scale(1); + transform: scale(1); } + 45% { + -webkit-transform: scale(var(--fa-beat-scale, 1.25)); + transform: scale(var(--fa-beat-scale, 1.25)); } } + +@keyframes fa-beat { + 0%, 90% { + -webkit-transform: scale(1); + transform: scale(1); } + 45% { + -webkit-transform: scale(var(--fa-beat-scale, 1.25)); + transform: scale(var(--fa-beat-scale, 1.25)); } } + +@-webkit-keyframes fa-bounce { + 0% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 10% { + -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); + transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } + 30% { + -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); + transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } + 50% { + -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); + transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } + 57% { + -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); + transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } + 64% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 100% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } } + +@keyframes fa-bounce { + 0% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 10% { + -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); + transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } + 30% { + -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); + transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } + 50% { + -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); + transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } + 57% { + -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); + transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } + 64% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } + 100% { + -webkit-transform: scale(1, 1) translateY(0); + transform: scale(1, 1) translateY(0); } } + +@-webkit-keyframes fa-fade { + 50% { + opacity: var(--fa-fade-opacity, 0.4); } } + +@keyframes fa-fade { + 50% { + opacity: var(--fa-fade-opacity, 0.4); } } + +@-webkit-keyframes fa-beat-fade { + 0%, 100% { + opacity: var(--fa-beat-fade-opacity, 0.4); + -webkit-transform: scale(1); + transform: scale(1); } + 50% { + opacity: 1; + -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); + transform: scale(var(--fa-beat-fade-scale, 1.125)); } } + +@keyframes fa-beat-fade { + 0%, 100% { + opacity: var(--fa-beat-fade-opacity, 0.4); + -webkit-transform: scale(1); + transform: scale(1); } + 50% { + opacity: 1; + -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); + transform: scale(var(--fa-beat-fade-scale, 1.125)); } } + +@-webkit-keyframes fa-flip { + 50% { + -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); + transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } + +@keyframes fa-flip { + 50% { + -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); + transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } + +@-webkit-keyframes fa-shake { + 0% { + -webkit-transform: rotate(-15deg); + transform: rotate(-15deg); } + 4% { + -webkit-transform: rotate(15deg); + transform: rotate(15deg); } + 8%, 24% { + -webkit-transform: rotate(-18deg); + transform: rotate(-18deg); } + 12%, 28% { + -webkit-transform: rotate(18deg); + transform: rotate(18deg); } + 16% { + -webkit-transform: rotate(-22deg); + transform: rotate(-22deg); } + 20% { + -webkit-transform: rotate(22deg); + transform: rotate(22deg); } + 32% { + -webkit-transform: rotate(-12deg); + transform: rotate(-12deg); } + 36% { + -webkit-transform: rotate(12deg); + transform: rotate(12deg); } + 40%, 100% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } } + +@keyframes fa-shake { + 0% { + -webkit-transform: rotate(-15deg); + transform: rotate(-15deg); } + 4% { + -webkit-transform: rotate(15deg); + transform: rotate(15deg); } + 8%, 24% { + -webkit-transform: rotate(-18deg); + transform: rotate(-18deg); } + 12%, 28% { + -webkit-transform: rotate(18deg); + transform: rotate(18deg); } + 16% { + -webkit-transform: rotate(-22deg); + transform: rotate(-22deg); } + 20% { + -webkit-transform: rotate(22deg); + transform: rotate(22deg); } + 32% { + -webkit-transform: rotate(-12deg); + transform: rotate(-12deg); } + 36% { + -webkit-transform: rotate(12deg); + transform: rotate(12deg); } + 40%, 100% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } } + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +.fa-rotate-90 { + -webkit-transform: rotate(90deg); + transform: rotate(90deg); } + +.fa-rotate-180 { + -webkit-transform: rotate(180deg); + transform: rotate(180deg); } + +.fa-rotate-270 { + -webkit-transform: rotate(270deg); + transform: rotate(270deg); } + +.fa-flip-horizontal { + -webkit-transform: scale(-1, 1); + transform: scale(-1, 1); } + +.fa-flip-vertical { + -webkit-transform: scale(1, -1); + transform: scale(1, -1); } + +.fa-flip-both, +.fa-flip-horizontal.fa-flip-vertical { + -webkit-transform: scale(-1, -1); + transform: scale(-1, -1); } + +.fa-rotate-by { + -webkit-transform: rotate(var(--fa-rotate-angle, none)); + transform: rotate(var(--fa-rotate-angle, none)); } + +.fa-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: middle; + width: 2.5em; } + +.fa-stack-1x, +.fa-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; + z-index: var(--fa-stack-z-index, auto); } + +.fa-stack-1x { + line-height: inherit; } + +.fa-stack-2x { + font-size: 2em; } + +.fa-inverse { + color: var(--fa-inverse, #fff); } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen +readers do not read off random characters that represent icons */ +.fa-0::before { + content: "\30"; } + +.fa-1::before { + content: "\31"; } + +.fa-2::before { + content: "\32"; } + +.fa-3::before { + content: "\33"; } + +.fa-4::before { + content: "\34"; } + +.fa-5::before { + content: "\35"; } + +.fa-6::before { + content: "\36"; } + +.fa-7::before { + content: "\37"; } + +.fa-8::before { + content: "\38"; } + +.fa-9::before { + content: "\39"; } + +.fa-a::before { + content: "\41"; } + +.fa-address-book::before { + content: "\f2b9"; } + +.fa-contact-book::before { + content: "\f2b9"; } + +.fa-address-card::before { + content: "\f2bb"; } + +.fa-contact-card::before { + content: "\f2bb"; } + +.fa-vcard::before { + content: "\f2bb"; } + +.fa-align-center::before { + content: "\f037"; } + +.fa-align-justify::before { + content: "\f039"; } + +.fa-align-left::before { + content: "\f036"; } + +.fa-align-right::before { + content: "\f038"; } + +.fa-anchor::before { + content: "\f13d"; } + +.fa-anchor-circle-check::before { + content: "\e4aa"; } + +.fa-anchor-circle-exclamation::before { + content: "\e4ab"; } + +.fa-anchor-circle-xmark::before { + content: "\e4ac"; } + +.fa-anchor-lock::before { + content: "\e4ad"; } + +.fa-angle-down::before { + content: "\f107"; } + +.fa-angle-left::before { + content: "\f104"; } + +.fa-angle-right::before { + content: "\f105"; } + +.fa-angle-up::before { + content: "\f106"; } + +.fa-angles-down::before { + content: "\f103"; } + +.fa-angle-double-down::before { + content: "\f103"; } + +.fa-angles-left::before { + content: "\f100"; } + +.fa-angle-double-left::before { + content: "\f100"; } + +.fa-angles-right::before { + content: "\f101"; } + +.fa-angle-double-right::before { + content: "\f101"; } + +.fa-angles-up::before { + content: "\f102"; } + +.fa-angle-double-up::before { + content: "\f102"; } + +.fa-ankh::before { + content: "\f644"; } + +.fa-apple-whole::before { + content: "\f5d1"; } + +.fa-apple-alt::before { + content: "\f5d1"; } + +.fa-archway::before { + content: "\f557"; } + +.fa-arrow-down::before { + content: "\f063"; } + +.fa-arrow-down-1-9::before { + content: "\f162"; } + +.fa-sort-numeric-asc::before { + content: "\f162"; } + +.fa-sort-numeric-down::before { + content: "\f162"; } + +.fa-arrow-down-9-1::before { + content: "\f886"; } + +.fa-sort-numeric-desc::before { + content: "\f886"; } + +.fa-sort-numeric-down-alt::before { + content: "\f886"; } + +.fa-arrow-down-a-z::before { + content: "\f15d"; } + +.fa-sort-alpha-asc::before { + content: "\f15d"; } + +.fa-sort-alpha-down::before { + content: "\f15d"; } + +.fa-arrow-down-long::before { + content: "\f175"; } + +.fa-long-arrow-down::before { + content: "\f175"; } + +.fa-arrow-down-short-wide::before { + content: "\f884"; } + +.fa-sort-amount-desc::before { + content: "\f884"; } + +.fa-sort-amount-down-alt::before { + content: "\f884"; } + +.fa-arrow-down-up-across-line::before { + content: "\e4af"; } + +.fa-arrow-down-up-lock::before { + content: "\e4b0"; } + +.fa-arrow-down-wide-short::before { + content: "\f160"; } + +.fa-sort-amount-asc::before { + content: "\f160"; } + +.fa-sort-amount-down::before { + content: "\f160"; } + +.fa-arrow-down-z-a::before { + content: "\f881"; } + +.fa-sort-alpha-desc::before { + content: "\f881"; } + +.fa-sort-alpha-down-alt::before { + content: "\f881"; } + +.fa-arrow-left::before { + content: "\f060"; } + +.fa-arrow-left-long::before { + content: "\f177"; } + +.fa-long-arrow-left::before { + content: "\f177"; } + +.fa-arrow-pointer::before { + content: "\f245"; } + +.fa-mouse-pointer::before { + content: "\f245"; } + +.fa-arrow-right::before { + content: "\f061"; } + +.fa-arrow-right-arrow-left::before { + content: "\f0ec"; } + +.fa-exchange::before { + content: "\f0ec"; } + +.fa-arrow-right-from-bracket::before { + content: "\f08b"; } + +.fa-sign-out::before { + content: "\f08b"; } + +.fa-arrow-right-long::before { + content: "\f178"; } + +.fa-long-arrow-right::before { + content: "\f178"; } + +.fa-arrow-right-to-bracket::before { + content: "\f090"; } + +.fa-sign-in::before { + content: "\f090"; } + +.fa-arrow-right-to-city::before { + content: "\e4b3"; } + +.fa-arrow-rotate-left::before { + content: "\f0e2"; } + +.fa-arrow-left-rotate::before { + content: "\f0e2"; } + +.fa-arrow-rotate-back::before { + content: "\f0e2"; } + +.fa-arrow-rotate-backward::before { + content: "\f0e2"; } + +.fa-undo::before { + content: "\f0e2"; } + +.fa-arrow-rotate-right::before { + content: "\f01e"; } + +.fa-arrow-right-rotate::before { + content: "\f01e"; } + +.fa-arrow-rotate-forward::before { + content: "\f01e"; } + +.fa-redo::before { + content: "\f01e"; } + +.fa-arrow-trend-down::before { + content: "\e097"; } + +.fa-arrow-trend-up::before { + content: "\e098"; } + +.fa-arrow-turn-down::before { + content: "\f149"; } + +.fa-level-down::before { + content: "\f149"; } + +.fa-arrow-turn-up::before { + content: "\f148"; } + +.fa-level-up::before { + content: "\f148"; } + +.fa-arrow-up::before { + content: "\f062"; } + +.fa-arrow-up-1-9::before { + content: "\f163"; } + +.fa-sort-numeric-up::before { + content: "\f163"; } + +.fa-arrow-up-9-1::before { + content: "\f887"; } + +.fa-sort-numeric-up-alt::before { + content: "\f887"; } + +.fa-arrow-up-a-z::before { + content: "\f15e"; } + +.fa-sort-alpha-up::before { + content: "\f15e"; } + +.fa-arrow-up-from-bracket::before { + content: "\e09a"; } + +.fa-arrow-up-from-ground-water::before { + content: "\e4b5"; } + +.fa-arrow-up-from-water-pump::before { + content: "\e4b6"; } + +.fa-arrow-up-long::before { + content: "\f176"; } + +.fa-long-arrow-up::before { + content: "\f176"; } + +.fa-arrow-up-right-dots::before { + content: "\e4b7"; } + +.fa-arrow-up-right-from-square::before { + content: "\f08e"; } + +.fa-external-link::before { + content: "\f08e"; } + +.fa-arrow-up-short-wide::before { + content: "\f885"; } + +.fa-sort-amount-up-alt::before { + content: "\f885"; } + +.fa-arrow-up-wide-short::before { + content: "\f161"; } + +.fa-sort-amount-up::before { + content: "\f161"; } + +.fa-arrow-up-z-a::before { + content: "\f882"; } + +.fa-sort-alpha-up-alt::before { + content: "\f882"; } + +.fa-arrows-down-to-line::before { + content: "\e4b8"; } + +.fa-arrows-down-to-people::before { + content: "\e4b9"; } + +.fa-arrows-left-right::before { + content: "\f07e"; } + +.fa-arrows-h::before { + content: "\f07e"; } + +.fa-arrows-left-right-to-line::before { + content: "\e4ba"; } + +.fa-arrows-rotate::before { + content: "\f021"; } + +.fa-refresh::before { + content: "\f021"; } + +.fa-sync::before { + content: "\f021"; } + +.fa-arrows-spin::before { + content: "\e4bb"; } + +.fa-arrows-split-up-and-left::before { + content: "\e4bc"; } + +.fa-arrows-to-circle::before { + content: "\e4bd"; } + +.fa-arrows-to-dot::before { + content: "\e4be"; } + +.fa-arrows-to-eye::before { + content: "\e4bf"; } + +.fa-arrows-turn-right::before { + content: "\e4c0"; } + +.fa-arrows-turn-to-dots::before { + content: "\e4c1"; } + +.fa-arrows-up-down::before { + content: "\f07d"; } + +.fa-arrows-v::before { + content: "\f07d"; } + +.fa-arrows-up-down-left-right::before { + content: "\f047"; } + +.fa-arrows::before { + content: "\f047"; } + +.fa-arrows-up-to-line::before { + content: "\e4c2"; } + +.fa-asterisk::before { + content: "\2a"; } + +.fa-at::before { + content: "\40"; } + +.fa-atom::before { + content: "\f5d2"; } + +.fa-audio-description::before { + content: "\f29e"; } + +.fa-austral-sign::before { + content: "\e0a9"; } + +.fa-award::before { + content: "\f559"; } + +.fa-b::before { + content: "\42"; } + +.fa-baby::before { + content: "\f77c"; } + +.fa-baby-carriage::before { + content: "\f77d"; } + +.fa-carriage-baby::before { + content: "\f77d"; } + +.fa-backward::before { + content: "\f04a"; } + +.fa-backward-fast::before { + content: "\f049"; } + +.fa-fast-backward::before { + content: "\f049"; } + +.fa-backward-step::before { + content: "\f048"; } + +.fa-step-backward::before { + content: "\f048"; } + +.fa-bacon::before { + content: "\f7e5"; } + +.fa-bacteria::before { + content: "\e059"; } + +.fa-bacterium::before { + content: "\e05a"; } + +.fa-bag-shopping::before { + content: "\f290"; } + +.fa-shopping-bag::before { + content: "\f290"; } + +.fa-bahai::before { + content: "\f666"; } + +.fa-baht-sign::before { + content: "\e0ac"; } + +.fa-ban::before { + content: "\f05e"; } + +.fa-cancel::before { + content: "\f05e"; } + +.fa-ban-smoking::before { + content: "\f54d"; } + +.fa-smoking-ban::before { + content: "\f54d"; } + +.fa-bandage::before { + content: "\f462"; } + +.fa-band-aid::before { + content: "\f462"; } + +.fa-barcode::before { + content: "\f02a"; } + +.fa-bars::before { + content: "\f0c9"; } + +.fa-navicon::before { + content: "\f0c9"; } + +.fa-bars-progress::before { + content: "\f828"; } + +.fa-tasks-alt::before { + content: "\f828"; } + +.fa-bars-staggered::before { + content: "\f550"; } + +.fa-reorder::before { + content: "\f550"; } + +.fa-stream::before { + content: "\f550"; } + +.fa-baseball::before { + content: "\f433"; } + +.fa-baseball-ball::before { + content: "\f433"; } + +.fa-baseball-bat-ball::before { + content: "\f432"; } + +.fa-basket-shopping::before { + content: "\f291"; } + +.fa-shopping-basket::before { + content: "\f291"; } + +.fa-basketball::before { + content: "\f434"; } + +.fa-basketball-ball::before { + content: "\f434"; } + +.fa-bath::before { + content: "\f2cd"; } + +.fa-bathtub::before { + content: "\f2cd"; } + +.fa-battery-empty::before { + content: "\f244"; } + +.fa-battery-0::before { + content: "\f244"; } + +.fa-battery-full::before { + content: "\f240"; } + +.fa-battery::before { + content: "\f240"; } + +.fa-battery-5::before { + content: "\f240"; } + +.fa-battery-half::before { + content: "\f242"; } + +.fa-battery-3::before { + content: "\f242"; } + +.fa-battery-quarter::before { + content: "\f243"; } + +.fa-battery-2::before { + content: "\f243"; } + +.fa-battery-three-quarters::before { + content: "\f241"; } + +.fa-battery-4::before { + content: "\f241"; } + +.fa-bed::before { + content: "\f236"; } + +.fa-bed-pulse::before { + content: "\f487"; } + +.fa-procedures::before { + content: "\f487"; } + +.fa-beer-mug-empty::before { + content: "\f0fc"; } + +.fa-beer::before { + content: "\f0fc"; } + +.fa-bell::before { + content: "\f0f3"; } + +.fa-bell-concierge::before { + content: "\f562"; } + +.fa-concierge-bell::before { + content: "\f562"; } + +.fa-bell-slash::before { + content: "\f1f6"; } + +.fa-bezier-curve::before { + content: "\f55b"; } + +.fa-bicycle::before { + content: "\f206"; } + +.fa-binoculars::before { + content: "\f1e5"; } + +.fa-biohazard::before { + content: "\f780"; } + +.fa-bitcoin-sign::before { + content: "\e0b4"; } + +.fa-blender::before { + content: "\f517"; } + +.fa-blender-phone::before { + content: "\f6b6"; } + +.fa-blog::before { + content: "\f781"; } + +.fa-bold::before { + content: "\f032"; } + +.fa-bolt::before { + content: "\f0e7"; } + +.fa-zap::before { + content: "\f0e7"; } + +.fa-bolt-lightning::before { + content: "\e0b7"; } + +.fa-bomb::before { + content: "\f1e2"; } + +.fa-bone::before { + content: "\f5d7"; } + +.fa-bong::before { + content: "\f55c"; } + +.fa-book::before { + content: "\f02d"; } + +.fa-book-atlas::before { + content: "\f558"; } + +.fa-atlas::before { + content: "\f558"; } + +.fa-book-bible::before { + content: "\f647"; } + +.fa-bible::before { + content: "\f647"; } + +.fa-book-bookmark::before { + content: "\e0bb"; } + +.fa-book-journal-whills::before { + content: "\f66a"; } + +.fa-journal-whills::before { + content: "\f66a"; } + +.fa-book-medical::before { + content: "\f7e6"; } + +.fa-book-open::before { + content: "\f518"; } + +.fa-book-open-reader::before { + content: "\f5da"; } + +.fa-book-reader::before { + content: "\f5da"; } + +.fa-book-quran::before { + content: "\f687"; } + +.fa-quran::before { + content: "\f687"; } + +.fa-book-skull::before { + content: "\f6b7"; } + +.fa-book-dead::before { + content: "\f6b7"; } + +.fa-bookmark::before { + content: "\f02e"; } + +.fa-border-all::before { + content: "\f84c"; } + +.fa-border-none::before { + content: "\f850"; } + +.fa-border-top-left::before { + content: "\f853"; } + +.fa-border-style::before { + content: "\f853"; } + +.fa-bore-hole::before { + content: "\e4c3"; } + +.fa-bottle-droplet::before { + content: "\e4c4"; } + +.fa-bottle-water::before { + content: "\e4c5"; } + +.fa-bowl-food::before { + content: "\e4c6"; } + +.fa-bowl-rice::before { + content: "\e2eb"; } + +.fa-bowling-ball::before { + content: "\f436"; } + +.fa-box::before { + content: "\f466"; } + +.fa-box-archive::before { + content: "\f187"; } + +.fa-archive::before { + content: "\f187"; } + +.fa-box-open::before { + content: "\f49e"; } + +.fa-box-tissue::before { + content: "\e05b"; } + +.fa-boxes-packing::before { + content: "\e4c7"; } + +.fa-boxes-stacked::before { + content: "\f468"; } + +.fa-boxes::before { + content: "\f468"; } + +.fa-boxes-alt::before { + content: "\f468"; } + +.fa-braille::before { + content: "\f2a1"; } + +.fa-brain::before { + content: "\f5dc"; } + +.fa-brazilian-real-sign::before { + content: "\e46c"; } + +.fa-bread-slice::before { + content: "\f7ec"; } + +.fa-bridge::before { + content: "\e4c8"; } + +.fa-bridge-circle-check::before { + content: "\e4c9"; } + +.fa-bridge-circle-exclamation::before { + content: "\e4ca"; } + +.fa-bridge-circle-xmark::before { + content: "\e4cb"; } + +.fa-bridge-lock::before { + content: "\e4cc"; } + +.fa-bridge-water::before { + content: "\e4ce"; } + +.fa-briefcase::before { + content: "\f0b1"; } + +.fa-briefcase-medical::before { + content: "\f469"; } + +.fa-broom::before { + content: "\f51a"; } + +.fa-broom-ball::before { + content: "\f458"; } + +.fa-quidditch::before { + content: "\f458"; } + +.fa-quidditch-broom-ball::before { + content: "\f458"; } + +.fa-brush::before { + content: "\f55d"; } + +.fa-bucket::before { + content: "\e4cf"; } + +.fa-bug::before { + content: "\f188"; } + +.fa-bug-slash::before { + content: "\e490"; } + +.fa-bugs::before { + content: "\e4d0"; } + +.fa-building::before { + content: "\f1ad"; } + +.fa-building-circle-arrow-right::before { + content: "\e4d1"; } + +.fa-building-circle-check::before { + content: "\e4d2"; } + +.fa-building-circle-exclamation::before { + content: "\e4d3"; } + +.fa-building-circle-xmark::before { + content: "\e4d4"; } + +.fa-building-columns::before { + content: "\f19c"; } + +.fa-bank::before { + content: "\f19c"; } + +.fa-institution::before { + content: "\f19c"; } + +.fa-museum::before { + content: "\f19c"; } + +.fa-university::before { + content: "\f19c"; } + +.fa-building-flag::before { + content: "\e4d5"; } + +.fa-building-lock::before { + content: "\e4d6"; } + +.fa-building-ngo::before { + content: "\e4d7"; } + +.fa-building-shield::before { + content: "\e4d8"; } + +.fa-building-un::before { + content: "\e4d9"; } + +.fa-building-user::before { + content: "\e4da"; } + +.fa-building-wheat::before { + content: "\e4db"; } + +.fa-bullhorn::before { + content: "\f0a1"; } + +.fa-bullseye::before { + content: "\f140"; } + +.fa-burger::before { + content: "\f805"; } + +.fa-hamburger::before { + content: "\f805"; } + +.fa-burst::before { + content: "\e4dc"; } + +.fa-bus::before { + content: "\f207"; } + +.fa-bus-simple::before { + content: "\f55e"; } + +.fa-bus-alt::before { + content: "\f55e"; } + +.fa-business-time::before { + content: "\f64a"; } + +.fa-briefcase-clock::before { + content: "\f64a"; } + +.fa-c::before { + content: "\43"; } + +.fa-cake-candles::before { + content: "\f1fd"; } + +.fa-birthday-cake::before { + content: "\f1fd"; } + +.fa-cake::before { + content: "\f1fd"; } + +.fa-calculator::before { + content: "\f1ec"; } + +.fa-calendar::before { + content: "\f133"; } + +.fa-calendar-check::before { + content: "\f274"; } + +.fa-calendar-day::before { + content: "\f783"; } + +.fa-calendar-days::before { + content: "\f073"; } + +.fa-calendar-alt::before { + content: "\f073"; } + +.fa-calendar-minus::before { + content: "\f272"; } + +.fa-calendar-plus::before { + content: "\f271"; } + +.fa-calendar-week::before { + content: "\f784"; } + +.fa-calendar-xmark::before { + content: "\f273"; } + +.fa-calendar-times::before { + content: "\f273"; } + +.fa-camera::before { + content: "\f030"; } + +.fa-camera-alt::before { + content: "\f030"; } + +.fa-camera-retro::before { + content: "\f083"; } + +.fa-camera-rotate::before { + content: "\e0d8"; } + +.fa-campground::before { + content: "\f6bb"; } + +.fa-candy-cane::before { + content: "\f786"; } + +.fa-cannabis::before { + content: "\f55f"; } + +.fa-capsules::before { + content: "\f46b"; } + +.fa-car::before { + content: "\f1b9"; } + +.fa-automobile::before { + content: "\f1b9"; } + +.fa-car-battery::before { + content: "\f5df"; } + +.fa-battery-car::before { + content: "\f5df"; } + +.fa-car-burst::before { + content: "\f5e1"; } + +.fa-car-crash::before { + content: "\f5e1"; } + +.fa-car-on::before { + content: "\e4dd"; } + +.fa-car-rear::before { + content: "\f5de"; } + +.fa-car-alt::before { + content: "\f5de"; } + +.fa-car-side::before { + content: "\f5e4"; } + +.fa-car-tunnel::before { + content: "\e4de"; } + +.fa-caravan::before { + content: "\f8ff"; } + +.fa-caret-down::before { + content: "\f0d7"; } + +.fa-caret-left::before { + content: "\f0d9"; } + +.fa-caret-right::before { + content: "\f0da"; } + +.fa-caret-up::before { + content: "\f0d8"; } + +.fa-carrot::before { + content: "\f787"; } + +.fa-cart-arrow-down::before { + content: "\f218"; } + +.fa-cart-flatbed::before { + content: "\f474"; } + +.fa-dolly-flatbed::before { + content: "\f474"; } + +.fa-cart-flatbed-suitcase::before { + content: "\f59d"; } + +.fa-luggage-cart::before { + content: "\f59d"; } + +.fa-cart-plus::before { + content: "\f217"; } + +.fa-cart-shopping::before { + content: "\f07a"; } + +.fa-shopping-cart::before { + content: "\f07a"; } + +.fa-cash-register::before { + content: "\f788"; } + +.fa-cat::before { + content: "\f6be"; } + +.fa-cedi-sign::before { + content: "\e0df"; } + +.fa-cent-sign::before { + content: "\e3f5"; } + +.fa-certificate::before { + content: "\f0a3"; } + +.fa-chair::before { + content: "\f6c0"; } + +.fa-chalkboard::before { + content: "\f51b"; } + +.fa-blackboard::before { + content: "\f51b"; } + +.fa-chalkboard-user::before { + content: "\f51c"; } + +.fa-chalkboard-teacher::before { + content: "\f51c"; } + +.fa-champagne-glasses::before { + content: "\f79f"; } + +.fa-glass-cheers::before { + content: "\f79f"; } + +.fa-charging-station::before { + content: "\f5e7"; } + +.fa-chart-area::before { + content: "\f1fe"; } + +.fa-area-chart::before { + content: "\f1fe"; } + +.fa-chart-bar::before { + content: "\f080"; } + +.fa-bar-chart::before { + content: "\f080"; } + +.fa-chart-column::before { + content: "\e0e3"; } + +.fa-chart-gantt::before { + content: "\e0e4"; } + +.fa-chart-line::before { + content: "\f201"; } + +.fa-line-chart::before { + content: "\f201"; } + +.fa-chart-pie::before { + content: "\f200"; } + +.fa-pie-chart::before { + content: "\f200"; } + +.fa-chart-simple::before { + content: "\e473"; } + +.fa-check::before { + content: "\f00c"; } + +.fa-check-double::before { + content: "\f560"; } + +.fa-check-to-slot::before { + content: "\f772"; } + +.fa-vote-yea::before { + content: "\f772"; } + +.fa-cheese::before { + content: "\f7ef"; } + +.fa-chess::before { + content: "\f439"; } + +.fa-chess-bishop::before { + content: "\f43a"; } + +.fa-chess-board::before { + content: "\f43c"; } + +.fa-chess-king::before { + content: "\f43f"; } + +.fa-chess-knight::before { + content: "\f441"; } + +.fa-chess-pawn::before { + content: "\f443"; } + +.fa-chess-queen::before { + content: "\f445"; } + +.fa-chess-rook::before { + content: "\f447"; } + +.fa-chevron-down::before { + content: "\f078"; } + +.fa-chevron-left::before { + content: "\f053"; } + +.fa-chevron-right::before { + content: "\f054"; } + +.fa-chevron-up::before { + content: "\f077"; } + +.fa-child::before { + content: "\f1ae"; } + +.fa-child-dress::before { + content: "\e59c"; } + +.fa-child-reaching::before { + content: "\e59d"; } + +.fa-child-rifle::before { + content: "\e4e0"; } + +.fa-children::before { + content: "\e4e1"; } + +.fa-church::before { + content: "\f51d"; } + +.fa-circle::before { + content: "\f111"; } + +.fa-circle-arrow-down::before { + content: "\f0ab"; } + +.fa-arrow-circle-down::before { + content: "\f0ab"; } + +.fa-circle-arrow-left::before { + content: "\f0a8"; } + +.fa-arrow-circle-left::before { + content: "\f0a8"; } + +.fa-circle-arrow-right::before { + content: "\f0a9"; } + +.fa-arrow-circle-right::before { + content: "\f0a9"; } + +.fa-circle-arrow-up::before { + content: "\f0aa"; } + +.fa-arrow-circle-up::before { + content: "\f0aa"; } + +.fa-circle-check::before { + content: "\f058"; } + +.fa-check-circle::before { + content: "\f058"; } + +.fa-circle-chevron-down::before { + content: "\f13a"; } + +.fa-chevron-circle-down::before { + content: "\f13a"; } + +.fa-circle-chevron-left::before { + content: "\f137"; } + +.fa-chevron-circle-left::before { + content: "\f137"; } + +.fa-circle-chevron-right::before { + content: "\f138"; } + +.fa-chevron-circle-right::before { + content: "\f138"; } + +.fa-circle-chevron-up::before { + content: "\f139"; } + +.fa-chevron-circle-up::before { + content: "\f139"; } + +.fa-circle-dollar-to-slot::before { + content: "\f4b9"; } + +.fa-donate::before { + content: "\f4b9"; } + +.fa-circle-dot::before { + content: "\f192"; } + +.fa-dot-circle::before { + content: "\f192"; } + +.fa-circle-down::before { + content: "\f358"; } + +.fa-arrow-alt-circle-down::before { + content: "\f358"; } + +.fa-circle-exclamation::before { + content: "\f06a"; } + +.fa-exclamation-circle::before { + content: "\f06a"; } + +.fa-circle-h::before { + content: "\f47e"; } + +.fa-hospital-symbol::before { + content: "\f47e"; } + +.fa-circle-half-stroke::before { + content: "\f042"; } + +.fa-adjust::before { + content: "\f042"; } + +.fa-circle-info::before { + content: "\f05a"; } + +.fa-info-circle::before { + content: "\f05a"; } + +.fa-circle-left::before { + content: "\f359"; } + +.fa-arrow-alt-circle-left::before { + content: "\f359"; } + +.fa-circle-minus::before { + content: "\f056"; } + +.fa-minus-circle::before { + content: "\f056"; } + +.fa-circle-nodes::before { + content: "\e4e2"; } + +.fa-circle-notch::before { + content: "\f1ce"; } + +.fa-circle-pause::before { + content: "\f28b"; } + +.fa-pause-circle::before { + content: "\f28b"; } + +.fa-circle-play::before { + content: "\f144"; } + +.fa-play-circle::before { + content: "\f144"; } + +.fa-circle-plus::before { + content: "\f055"; } + +.fa-plus-circle::before { + content: "\f055"; } + +.fa-circle-question::before { + content: "\f059"; } + +.fa-question-circle::before { + content: "\f059"; } + +.fa-circle-radiation::before { + content: "\f7ba"; } + +.fa-radiation-alt::before { + content: "\f7ba"; } + +.fa-circle-right::before { + content: "\f35a"; } + +.fa-arrow-alt-circle-right::before { + content: "\f35a"; } + +.fa-circle-stop::before { + content: "\f28d"; } + +.fa-stop-circle::before { + content: "\f28d"; } + +.fa-circle-up::before { + content: "\f35b"; } + +.fa-arrow-alt-circle-up::before { + content: "\f35b"; } + +.fa-circle-user::before { + content: "\f2bd"; } + +.fa-user-circle::before { + content: "\f2bd"; } + +.fa-circle-xmark::before { + content: "\f057"; } + +.fa-times-circle::before { + content: "\f057"; } + +.fa-xmark-circle::before { + content: "\f057"; } + +.fa-city::before { + content: "\f64f"; } + +.fa-clapperboard::before { + content: "\e131"; } + +.fa-clipboard::before { + content: "\f328"; } + +.fa-clipboard-check::before { + content: "\f46c"; } + +.fa-clipboard-list::before { + content: "\f46d"; } + +.fa-clipboard-question::before { + content: "\e4e3"; } + +.fa-clipboard-user::before { + content: "\f7f3"; } + +.fa-clock::before { + content: "\f017"; } + +.fa-clock-four::before { + content: "\f017"; } + +.fa-clock-rotate-left::before { + content: "\f1da"; } + +.fa-history::before { + content: "\f1da"; } + +.fa-clone::before { + content: "\f24d"; } + +.fa-closed-captioning::before { + content: "\f20a"; } + +.fa-cloud::before { + content: "\f0c2"; } + +.fa-cloud-arrow-down::before { + content: "\f0ed"; } + +.fa-cloud-download::before { + content: "\f0ed"; } + +.fa-cloud-download-alt::before { + content: "\f0ed"; } + +.fa-cloud-arrow-up::before { + content: "\f0ee"; } + +.fa-cloud-upload::before { + content: "\f0ee"; } + +.fa-cloud-upload-alt::before { + content: "\f0ee"; } + +.fa-cloud-bolt::before { + content: "\f76c"; } + +.fa-thunderstorm::before { + content: "\f76c"; } + +.fa-cloud-meatball::before { + content: "\f73b"; } + +.fa-cloud-moon::before { + content: "\f6c3"; } + +.fa-cloud-moon-rain::before { + content: "\f73c"; } + +.fa-cloud-rain::before { + content: "\f73d"; } + +.fa-cloud-showers-heavy::before { + content: "\f740"; } + +.fa-cloud-showers-water::before { + content: "\e4e4"; } + +.fa-cloud-sun::before { + content: "\f6c4"; } + +.fa-cloud-sun-rain::before { + content: "\f743"; } + +.fa-clover::before { + content: "\e139"; } + +.fa-code::before { + content: "\f121"; } + +.fa-code-branch::before { + content: "\f126"; } + +.fa-code-commit::before { + content: "\f386"; } + +.fa-code-compare::before { + content: "\e13a"; } + +.fa-code-fork::before { + content: "\e13b"; } + +.fa-code-merge::before { + content: "\f387"; } + +.fa-code-pull-request::before { + content: "\e13c"; } + +.fa-coins::before { + content: "\f51e"; } + +.fa-colon-sign::before { + content: "\e140"; } + +.fa-comment::before { + content: "\f075"; } + +.fa-comment-dollar::before { + content: "\f651"; } + +.fa-comment-dots::before { + content: "\f4ad"; } + +.fa-commenting::before { + content: "\f4ad"; } + +.fa-comment-medical::before { + content: "\f7f5"; } + +.fa-comment-slash::before { + content: "\f4b3"; } + +.fa-comment-sms::before { + content: "\f7cd"; } + +.fa-sms::before { + content: "\f7cd"; } + +.fa-comments::before { + content: "\f086"; } + +.fa-comments-dollar::before { + content: "\f653"; } + +.fa-compact-disc::before { + content: "\f51f"; } + +.fa-compass::before { + content: "\f14e"; } + +.fa-compass-drafting::before { + content: "\f568"; } + +.fa-drafting-compass::before { + content: "\f568"; } + +.fa-compress::before { + content: "\f066"; } + +.fa-computer::before { + content: "\e4e5"; } + +.fa-computer-mouse::before { + content: "\f8cc"; } + +.fa-mouse::before { + content: "\f8cc"; } + +.fa-cookie::before { + content: "\f563"; } + +.fa-cookie-bite::before { + content: "\f564"; } + +.fa-copy::before { + content: "\f0c5"; } + +.fa-copyright::before { + content: "\f1f9"; } + +.fa-couch::before { + content: "\f4b8"; } + +.fa-cow::before { + content: "\f6c8"; } + +.fa-credit-card::before { + content: "\f09d"; } + +.fa-credit-card-alt::before { + content: "\f09d"; } + +.fa-crop::before { + content: "\f125"; } + +.fa-crop-simple::before { + content: "\f565"; } + +.fa-crop-alt::before { + content: "\f565"; } + +.fa-cross::before { + content: "\f654"; } + +.fa-crosshairs::before { + content: "\f05b"; } + +.fa-crow::before { + content: "\f520"; } + +.fa-crown::before { + content: "\f521"; } + +.fa-crutch::before { + content: "\f7f7"; } + +.fa-cruzeiro-sign::before { + content: "\e152"; } + +.fa-cube::before { + content: "\f1b2"; } + +.fa-cubes::before { + content: "\f1b3"; } + +.fa-cubes-stacked::before { + content: "\e4e6"; } + +.fa-d::before { + content: "\44"; } + +.fa-database::before { + content: "\f1c0"; } + +.fa-delete-left::before { + content: "\f55a"; } + +.fa-backspace::before { + content: "\f55a"; } + +.fa-democrat::before { + content: "\f747"; } + +.fa-desktop::before { + content: "\f390"; } + +.fa-desktop-alt::before { + content: "\f390"; } + +.fa-dharmachakra::before { + content: "\f655"; } + +.fa-diagram-next::before { + content: "\e476"; } + +.fa-diagram-predecessor::before { + content: "\e477"; } + +.fa-diagram-project::before { + content: "\f542"; } + +.fa-project-diagram::before { + content: "\f542"; } + +.fa-diagram-successor::before { + content: "\e47a"; } + +.fa-diamond::before { + content: "\f219"; } + +.fa-diamond-turn-right::before { + content: "\f5eb"; } + +.fa-directions::before { + content: "\f5eb"; } + +.fa-dice::before { + content: "\f522"; } + +.fa-dice-d20::before { + content: "\f6cf"; } + +.fa-dice-d6::before { + content: "\f6d1"; } + +.fa-dice-five::before { + content: "\f523"; } + +.fa-dice-four::before { + content: "\f524"; } + +.fa-dice-one::before { + content: "\f525"; } + +.fa-dice-six::before { + content: "\f526"; } + +.fa-dice-three::before { + content: "\f527"; } + +.fa-dice-two::before { + content: "\f528"; } + +.fa-disease::before { + content: "\f7fa"; } + +.fa-display::before { + content: "\e163"; } + +.fa-divide::before { + content: "\f529"; } + +.fa-dna::before { + content: "\f471"; } + +.fa-dog::before { + content: "\f6d3"; } + +.fa-dollar-sign::before { + content: "\24"; } + +.fa-dollar::before { + content: "\24"; } + +.fa-usd::before { + content: "\24"; } + +.fa-dolly::before { + content: "\f472"; } + +.fa-dolly-box::before { + content: "\f472"; } + +.fa-dong-sign::before { + content: "\e169"; } + +.fa-door-closed::before { + content: "\f52a"; } + +.fa-door-open::before { + content: "\f52b"; } + +.fa-dove::before { + content: "\f4ba"; } + +.fa-down-left-and-up-right-to-center::before { + content: "\f422"; } + +.fa-compress-alt::before { + content: "\f422"; } + +.fa-down-long::before { + content: "\f309"; } + +.fa-long-arrow-alt-down::before { + content: "\f309"; } + +.fa-download::before { + content: "\f019"; } + +.fa-dragon::before { + content: "\f6d5"; } + +.fa-draw-polygon::before { + content: "\f5ee"; } + +.fa-droplet::before { + content: "\f043"; } + +.fa-tint::before { + content: "\f043"; } + +.fa-droplet-slash::before { + content: "\f5c7"; } + +.fa-tint-slash::before { + content: "\f5c7"; } + +.fa-drum::before { + content: "\f569"; } + +.fa-drum-steelpan::before { + content: "\f56a"; } + +.fa-drumstick-bite::before { + content: "\f6d7"; } + +.fa-dumbbell::before { + content: "\f44b"; } + +.fa-dumpster::before { + content: "\f793"; } + +.fa-dumpster-fire::before { + content: "\f794"; } + +.fa-dungeon::before { + content: "\f6d9"; } + +.fa-e::before { + content: "\45"; } + +.fa-ear-deaf::before { + content: "\f2a4"; } + +.fa-deaf::before { + content: "\f2a4"; } + +.fa-deafness::before { + content: "\f2a4"; } + +.fa-hard-of-hearing::before { + content: "\f2a4"; } + +.fa-ear-listen::before { + content: "\f2a2"; } + +.fa-assistive-listening-systems::before { + content: "\f2a2"; } + +.fa-earth-africa::before { + content: "\f57c"; } + +.fa-globe-africa::before { + content: "\f57c"; } + +.fa-earth-americas::before { + content: "\f57d"; } + +.fa-earth::before { + content: "\f57d"; } + +.fa-earth-america::before { + content: "\f57d"; } + +.fa-globe-americas::before { + content: "\f57d"; } + +.fa-earth-asia::before { + content: "\f57e"; } + +.fa-globe-asia::before { + content: "\f57e"; } + +.fa-earth-europe::before { + content: "\f7a2"; } + +.fa-globe-europe::before { + content: "\f7a2"; } + +.fa-earth-oceania::before { + content: "\e47b"; } + +.fa-globe-oceania::before { + content: "\e47b"; } + +.fa-egg::before { + content: "\f7fb"; } + +.fa-eject::before { + content: "\f052"; } + +.fa-elevator::before { + content: "\e16d"; } + +.fa-ellipsis::before { + content: "\f141"; } + +.fa-ellipsis-h::before { + content: "\f141"; } + +.fa-ellipsis-vertical::before { + content: "\f142"; } + +.fa-ellipsis-v::before { + content: "\f142"; } + +.fa-envelope::before { + content: "\f0e0"; } + +.fa-envelope-circle-check::before { + content: "\e4e8"; } + +.fa-envelope-open::before { + content: "\f2b6"; } + +.fa-envelope-open-text::before { + content: "\f658"; } + +.fa-envelopes-bulk::before { + content: "\f674"; } + +.fa-mail-bulk::before { + content: "\f674"; } + +.fa-equals::before { + content: "\3d"; } + +.fa-eraser::before { + content: "\f12d"; } + +.fa-ethernet::before { + content: "\f796"; } + +.fa-euro-sign::before { + content: "\f153"; } + +.fa-eur::before { + content: "\f153"; } + +.fa-euro::before { + content: "\f153"; } + +.fa-exclamation::before { + content: "\21"; } + +.fa-expand::before { + content: "\f065"; } + +.fa-explosion::before { + content: "\e4e9"; } + +.fa-eye::before { + content: "\f06e"; } + +.fa-eye-dropper::before { + content: "\f1fb"; } + +.fa-eye-dropper-empty::before { + content: "\f1fb"; } + +.fa-eyedropper::before { + content: "\f1fb"; } + +.fa-eye-low-vision::before { + content: "\f2a8"; } + +.fa-low-vision::before { + content: "\f2a8"; } + +.fa-eye-slash::before { + content: "\f070"; } + +.fa-f::before { + content: "\46"; } + +.fa-face-angry::before { + content: "\f556"; } + +.fa-angry::before { + content: "\f556"; } + +.fa-face-dizzy::before { + content: "\f567"; } + +.fa-dizzy::before { + content: "\f567"; } + +.fa-face-flushed::before { + content: "\f579"; } + +.fa-flushed::before { + content: "\f579"; } + +.fa-face-frown::before { + content: "\f119"; } + +.fa-frown::before { + content: "\f119"; } + +.fa-face-frown-open::before { + content: "\f57a"; } + +.fa-frown-open::before { + content: "\f57a"; } + +.fa-face-grimace::before { + content: "\f57f"; } + +.fa-grimace::before { + content: "\f57f"; } + +.fa-face-grin::before { + content: "\f580"; } + +.fa-grin::before { + content: "\f580"; } + +.fa-face-grin-beam::before { + content: "\f582"; } + +.fa-grin-beam::before { + content: "\f582"; } + +.fa-face-grin-beam-sweat::before { + content: "\f583"; } + +.fa-grin-beam-sweat::before { + content: "\f583"; } + +.fa-face-grin-hearts::before { + content: "\f584"; } + +.fa-grin-hearts::before { + content: "\f584"; } + +.fa-face-grin-squint::before { + content: "\f585"; } + +.fa-grin-squint::before { + content: "\f585"; } + +.fa-face-grin-squint-tears::before { + content: "\f586"; } + +.fa-grin-squint-tears::before { + content: "\f586"; } + +.fa-face-grin-stars::before { + content: "\f587"; } + +.fa-grin-stars::before { + content: "\f587"; } + +.fa-face-grin-tears::before { + content: "\f588"; } + +.fa-grin-tears::before { + content: "\f588"; } + +.fa-face-grin-tongue::before { + content: "\f589"; } + +.fa-grin-tongue::before { + content: "\f589"; } + +.fa-face-grin-tongue-squint::before { + content: "\f58a"; } + +.fa-grin-tongue-squint::before { + content: "\f58a"; } + +.fa-face-grin-tongue-wink::before { + content: "\f58b"; } + +.fa-grin-tongue-wink::before { + content: "\f58b"; } + +.fa-face-grin-wide::before { + content: "\f581"; } + +.fa-grin-alt::before { + content: "\f581"; } + +.fa-face-grin-wink::before { + content: "\f58c"; } + +.fa-grin-wink::before { + content: "\f58c"; } + +.fa-face-kiss::before { + content: "\f596"; } + +.fa-kiss::before { + content: "\f596"; } + +.fa-face-kiss-beam::before { + content: "\f597"; } + +.fa-kiss-beam::before { + content: "\f597"; } + +.fa-face-kiss-wink-heart::before { + content: "\f598"; } + +.fa-kiss-wink-heart::before { + content: "\f598"; } + +.fa-face-laugh::before { + content: "\f599"; } + +.fa-laugh::before { + content: "\f599"; } + +.fa-face-laugh-beam::before { + content: "\f59a"; } + +.fa-laugh-beam::before { + content: "\f59a"; } + +.fa-face-laugh-squint::before { + content: "\f59b"; } + +.fa-laugh-squint::before { + content: "\f59b"; } + +.fa-face-laugh-wink::before { + content: "\f59c"; } + +.fa-laugh-wink::before { + content: "\f59c"; } + +.fa-face-meh::before { + content: "\f11a"; } + +.fa-meh::before { + content: "\f11a"; } + +.fa-face-meh-blank::before { + content: "\f5a4"; } + +.fa-meh-blank::before { + content: "\f5a4"; } + +.fa-face-rolling-eyes::before { + content: "\f5a5"; } + +.fa-meh-rolling-eyes::before { + content: "\f5a5"; } + +.fa-face-sad-cry::before { + content: "\f5b3"; } + +.fa-sad-cry::before { + content: "\f5b3"; } + +.fa-face-sad-tear::before { + content: "\f5b4"; } + +.fa-sad-tear::before { + content: "\f5b4"; } + +.fa-face-smile::before { + content: "\f118"; } + +.fa-smile::before { + content: "\f118"; } + +.fa-face-smile-beam::before { + content: "\f5b8"; } + +.fa-smile-beam::before { + content: "\f5b8"; } + +.fa-face-smile-wink::before { + content: "\f4da"; } + +.fa-smile-wink::before { + content: "\f4da"; } + +.fa-face-surprise::before { + content: "\f5c2"; } + +.fa-surprise::before { + content: "\f5c2"; } + +.fa-face-tired::before { + content: "\f5c8"; } + +.fa-tired::before { + content: "\f5c8"; } + +.fa-fan::before { + content: "\f863"; } + +.fa-faucet::before { + content: "\e005"; } + +.fa-faucet-drip::before { + content: "\e006"; } + +.fa-fax::before { + content: "\f1ac"; } + +.fa-feather::before { + content: "\f52d"; } + +.fa-feather-pointed::before { + content: "\f56b"; } + +.fa-feather-alt::before { + content: "\f56b"; } + +.fa-ferry::before { + content: "\e4ea"; } + +.fa-file::before { + content: "\f15b"; } + +.fa-file-arrow-down::before { + content: "\f56d"; } + +.fa-file-download::before { + content: "\f56d"; } + +.fa-file-arrow-up::before { + content: "\f574"; } + +.fa-file-upload::before { + content: "\f574"; } + +.fa-file-audio::before { + content: "\f1c7"; } + +.fa-file-circle-check::before { + content: "\e493"; } + +.fa-file-circle-exclamation::before { + content: "\e4eb"; } + +.fa-file-circle-minus::before { + content: "\e4ed"; } + +.fa-file-circle-plus::before { + content: "\e4ee"; } + +.fa-file-circle-question::before { + content: "\e4ef"; } + +.fa-file-circle-xmark::before { + content: "\e494"; } + +.fa-file-code::before { + content: "\f1c9"; } + +.fa-file-contract::before { + content: "\f56c"; } + +.fa-file-csv::before { + content: "\f6dd"; } + +.fa-file-excel::before { + content: "\f1c3"; } + +.fa-file-export::before { + content: "\f56e"; } + +.fa-arrow-right-from-file::before { + content: "\f56e"; } + +.fa-file-image::before { + content: "\f1c5"; } + +.fa-file-import::before { + content: "\f56f"; } + +.fa-arrow-right-to-file::before { + content: "\f56f"; } + +.fa-file-invoice::before { + content: "\f570"; } + +.fa-file-invoice-dollar::before { + content: "\f571"; } + +.fa-file-lines::before { + content: "\f15c"; } + +.fa-file-alt::before { + content: "\f15c"; } + +.fa-file-text::before { + content: "\f15c"; } + +.fa-file-medical::before { + content: "\f477"; } + +.fa-file-pdf::before { + content: "\f1c1"; } + +.fa-file-pen::before { + content: "\f31c"; } + +.fa-file-edit::before { + content: "\f31c"; } + +.fa-file-powerpoint::before { + content: "\f1c4"; } + +.fa-file-prescription::before { + content: "\f572"; } + +.fa-file-shield::before { + content: "\e4f0"; } + +.fa-file-signature::before { + content: "\f573"; } + +.fa-file-video::before { + content: "\f1c8"; } + +.fa-file-waveform::before { + content: "\f478"; } + +.fa-file-medical-alt::before { + content: "\f478"; } + +.fa-file-word::before { + content: "\f1c2"; } + +.fa-file-zipper::before { + content: "\f1c6"; } + +.fa-file-archive::before { + content: "\f1c6"; } + +.fa-fill::before { + content: "\f575"; } + +.fa-fill-drip::before { + content: "\f576"; } + +.fa-film::before { + content: "\f008"; } + +.fa-filter::before { + content: "\f0b0"; } + +.fa-filter-circle-dollar::before { + content: "\f662"; } + +.fa-funnel-dollar::before { + content: "\f662"; } + +.fa-filter-circle-xmark::before { + content: "\e17b"; } + +.fa-fingerprint::before { + content: "\f577"; } + +.fa-fire::before { + content: "\f06d"; } + +.fa-fire-burner::before { + content: "\e4f1"; } + +.fa-fire-extinguisher::before { + content: "\f134"; } + +.fa-fire-flame-curved::before { + content: "\f7e4"; } + +.fa-fire-alt::before { + content: "\f7e4"; } + +.fa-fire-flame-simple::before { + content: "\f46a"; } + +.fa-burn::before { + content: "\f46a"; } + +.fa-fish::before { + content: "\f578"; } + +.fa-fish-fins::before { + content: "\e4f2"; } + +.fa-flag::before { + content: "\f024"; } + +.fa-flag-checkered::before { + content: "\f11e"; } + +.fa-flag-usa::before { + content: "\f74d"; } + +.fa-flask::before { + content: "\f0c3"; } + +.fa-flask-vial::before { + content: "\e4f3"; } + +.fa-floppy-disk::before { + content: "\f0c7"; } + +.fa-save::before { + content: "\f0c7"; } + +.fa-florin-sign::before { + content: "\e184"; } + +.fa-folder::before { + content: "\f07b"; } + +.fa-folder-blank::before { + content: "\f07b"; } + +.fa-folder-closed::before { + content: "\e185"; } + +.fa-folder-minus::before { + content: "\f65d"; } + +.fa-folder-open::before { + content: "\f07c"; } + +.fa-folder-plus::before { + content: "\f65e"; } + +.fa-folder-tree::before { + content: "\f802"; } + +.fa-font::before { + content: "\f031"; } + +.fa-football::before { + content: "\f44e"; } + +.fa-football-ball::before { + content: "\f44e"; } + +.fa-forward::before { + content: "\f04e"; } + +.fa-forward-fast::before { + content: "\f050"; } + +.fa-fast-forward::before { + content: "\f050"; } + +.fa-forward-step::before { + content: "\f051"; } + +.fa-step-forward::before { + content: "\f051"; } + +.fa-franc-sign::before { + content: "\e18f"; } + +.fa-frog::before { + content: "\f52e"; } + +.fa-futbol::before { + content: "\f1e3"; } + +.fa-futbol-ball::before { + content: "\f1e3"; } + +.fa-soccer-ball::before { + content: "\f1e3"; } + +.fa-g::before { + content: "\47"; } + +.fa-gamepad::before { + content: "\f11b"; } + +.fa-gas-pump::before { + content: "\f52f"; } + +.fa-gauge::before { + content: "\f624"; } + +.fa-dashboard::before { + content: "\f624"; } + +.fa-gauge-med::before { + content: "\f624"; } + +.fa-tachometer-alt-average::before { + content: "\f624"; } + +.fa-gauge-high::before { + content: "\f625"; } + +.fa-tachometer-alt::before { + content: "\f625"; } + +.fa-tachometer-alt-fast::before { + content: "\f625"; } + +.fa-gauge-simple::before { + content: "\f629"; } + +.fa-gauge-simple-med::before { + content: "\f629"; } + +.fa-tachometer-average::before { + content: "\f629"; } + +.fa-gauge-simple-high::before { + content: "\f62a"; } + +.fa-tachometer::before { + content: "\f62a"; } + +.fa-tachometer-fast::before { + content: "\f62a"; } + +.fa-gavel::before { + content: "\f0e3"; } + +.fa-legal::before { + content: "\f0e3"; } + +.fa-gear::before { + content: "\f013"; } + +.fa-cog::before { + content: "\f013"; } + +.fa-gears::before { + content: "\f085"; } + +.fa-cogs::before { + content: "\f085"; } + +.fa-gem::before { + content: "\f3a5"; } + +.fa-genderless::before { + content: "\f22d"; } + +.fa-ghost::before { + content: "\f6e2"; } + +.fa-gift::before { + content: "\f06b"; } + +.fa-gifts::before { + content: "\f79c"; } + +.fa-glass-water::before { + content: "\e4f4"; } + +.fa-glass-water-droplet::before { + content: "\e4f5"; } + +.fa-glasses::before { + content: "\f530"; } + +.fa-globe::before { + content: "\f0ac"; } + +.fa-golf-ball-tee::before { + content: "\f450"; } + +.fa-golf-ball::before { + content: "\f450"; } + +.fa-gopuram::before { + content: "\f664"; } + +.fa-graduation-cap::before { + content: "\f19d"; } + +.fa-mortar-board::before { + content: "\f19d"; } + +.fa-greater-than::before { + content: "\3e"; } + +.fa-greater-than-equal::before { + content: "\f532"; } + +.fa-grip::before { + content: "\f58d"; } + +.fa-grip-horizontal::before { + content: "\f58d"; } + +.fa-grip-lines::before { + content: "\f7a4"; } + +.fa-grip-lines-vertical::before { + content: "\f7a5"; } + +.fa-grip-vertical::before { + content: "\f58e"; } + +.fa-group-arrows-rotate::before { + content: "\e4f6"; } + +.fa-guarani-sign::before { + content: "\e19a"; } + +.fa-guitar::before { + content: "\f7a6"; } + +.fa-gun::before { + content: "\e19b"; } + +.fa-h::before { + content: "\48"; } + +.fa-hammer::before { + content: "\f6e3"; } + +.fa-hamsa::before { + content: "\f665"; } + +.fa-hand::before { + content: "\f256"; } + +.fa-hand-paper::before { + content: "\f256"; } + +.fa-hand-back-fist::before { + content: "\f255"; } + +.fa-hand-rock::before { + content: "\f255"; } + +.fa-hand-dots::before { + content: "\f461"; } + +.fa-allergies::before { + content: "\f461"; } + +.fa-hand-fist::before { + content: "\f6de"; } + +.fa-fist-raised::before { + content: "\f6de"; } + +.fa-hand-holding::before { + content: "\f4bd"; } + +.fa-hand-holding-dollar::before { + content: "\f4c0"; } + +.fa-hand-holding-usd::before { + content: "\f4c0"; } + +.fa-hand-holding-droplet::before { + content: "\f4c1"; } + +.fa-hand-holding-water::before { + content: "\f4c1"; } + +.fa-hand-holding-hand::before { + content: "\e4f7"; } + +.fa-hand-holding-heart::before { + content: "\f4be"; } + +.fa-hand-holding-medical::before { + content: "\e05c"; } + +.fa-hand-lizard::before { + content: "\f258"; } + +.fa-hand-middle-finger::before { + content: "\f806"; } + +.fa-hand-peace::before { + content: "\f25b"; } + +.fa-hand-point-down::before { + content: "\f0a7"; } + +.fa-hand-point-left::before { + content: "\f0a5"; } + +.fa-hand-point-right::before { + content: "\f0a4"; } + +.fa-hand-point-up::before { + content: "\f0a6"; } + +.fa-hand-pointer::before { + content: "\f25a"; } + +.fa-hand-scissors::before { + content: "\f257"; } + +.fa-hand-sparkles::before { + content: "\e05d"; } + +.fa-hand-spock::before { + content: "\f259"; } + +.fa-handcuffs::before { + content: "\e4f8"; } + +.fa-hands::before { + content: "\f2a7"; } + +.fa-sign-language::before { + content: "\f2a7"; } + +.fa-signing::before { + content: "\f2a7"; } + +.fa-hands-asl-interpreting::before { + content: "\f2a3"; } + +.fa-american-sign-language-interpreting::before { + content: "\f2a3"; } + +.fa-asl-interpreting::before { + content: "\f2a3"; } + +.fa-hands-american-sign-language-interpreting::before { + content: "\f2a3"; } + +.fa-hands-bound::before { + content: "\e4f9"; } + +.fa-hands-bubbles::before { + content: "\e05e"; } + +.fa-hands-wash::before { + content: "\e05e"; } + +.fa-hands-clapping::before { + content: "\e1a8"; } + +.fa-hands-holding::before { + content: "\f4c2"; } + +.fa-hands-holding-child::before { + content: "\e4fa"; } + +.fa-hands-holding-circle::before { + content: "\e4fb"; } + +.fa-hands-praying::before { + content: "\f684"; } + +.fa-praying-hands::before { + content: "\f684"; } + +.fa-handshake::before { + content: "\f2b5"; } + +.fa-handshake-angle::before { + content: "\f4c4"; } + +.fa-hands-helping::before { + content: "\f4c4"; } + +.fa-handshake-simple::before { + content: "\f4c6"; } + +.fa-handshake-alt::before { + content: "\f4c6"; } + +.fa-handshake-simple-slash::before { + content: "\e05f"; } + +.fa-handshake-alt-slash::before { + content: "\e05f"; } + +.fa-handshake-slash::before { + content: "\e060"; } + +.fa-hanukiah::before { + content: "\f6e6"; } + +.fa-hard-drive::before { + content: "\f0a0"; } + +.fa-hdd::before { + content: "\f0a0"; } + +.fa-hashtag::before { + content: "\23"; } + +.fa-hat-cowboy::before { + content: "\f8c0"; } + +.fa-hat-cowboy-side::before { + content: "\f8c1"; } + +.fa-hat-wizard::before { + content: "\f6e8"; } + +.fa-head-side-cough::before { + content: "\e061"; } + +.fa-head-side-cough-slash::before { + content: "\e062"; } + +.fa-head-side-mask::before { + content: "\e063"; } + +.fa-head-side-virus::before { + content: "\e064"; } + +.fa-heading::before { + content: "\f1dc"; } + +.fa-header::before { + content: "\f1dc"; } + +.fa-headphones::before { + content: "\f025"; } + +.fa-headphones-simple::before { + content: "\f58f"; } + +.fa-headphones-alt::before { + content: "\f58f"; } + +.fa-headset::before { + content: "\f590"; } + +.fa-heart::before { + content: "\f004"; } + +.fa-heart-circle-bolt::before { + content: "\e4fc"; } + +.fa-heart-circle-check::before { + content: "\e4fd"; } + +.fa-heart-circle-exclamation::before { + content: "\e4fe"; } + +.fa-heart-circle-minus::before { + content: "\e4ff"; } + +.fa-heart-circle-plus::before { + content: "\e500"; } + +.fa-heart-circle-xmark::before { + content: "\e501"; } + +.fa-heart-crack::before { + content: "\f7a9"; } + +.fa-heart-broken::before { + content: "\f7a9"; } + +.fa-heart-pulse::before { + content: "\f21e"; } + +.fa-heartbeat::before { + content: "\f21e"; } + +.fa-helicopter::before { + content: "\f533"; } + +.fa-helicopter-symbol::before { + content: "\e502"; } + +.fa-helmet-safety::before { + content: "\f807"; } + +.fa-hard-hat::before { + content: "\f807"; } + +.fa-hat-hard::before { + content: "\f807"; } + +.fa-helmet-un::before { + content: "\e503"; } + +.fa-highlighter::before { + content: "\f591"; } + +.fa-hill-avalanche::before { + content: "\e507"; } + +.fa-hill-rockslide::before { + content: "\e508"; } + +.fa-hippo::before { + content: "\f6ed"; } + +.fa-hockey-puck::before { + content: "\f453"; } + +.fa-holly-berry::before { + content: "\f7aa"; } + +.fa-horse::before { + content: "\f6f0"; } + +.fa-horse-head::before { + content: "\f7ab"; } + +.fa-hospital::before { + content: "\f0f8"; } + +.fa-hospital-alt::before { + content: "\f0f8"; } + +.fa-hospital-wide::before { + content: "\f0f8"; } + +.fa-hospital-user::before { + content: "\f80d"; } + +.fa-hot-tub-person::before { + content: "\f593"; } + +.fa-hot-tub::before { + content: "\f593"; } + +.fa-hotdog::before { + content: "\f80f"; } + +.fa-hotel::before { + content: "\f594"; } + +.fa-hourglass::before { + content: "\f254"; } + +.fa-hourglass-2::before { + content: "\f254"; } + +.fa-hourglass-half::before { + content: "\f254"; } + +.fa-hourglass-empty::before { + content: "\f252"; } + +.fa-hourglass-end::before { + content: "\f253"; } + +.fa-hourglass-3::before { + content: "\f253"; } + +.fa-hourglass-start::before { + content: "\f251"; } + +.fa-hourglass-1::before { + content: "\f251"; } + +.fa-house::before { + content: "\f015"; } + +.fa-home::before { + content: "\f015"; } + +.fa-home-alt::before { + content: "\f015"; } + +.fa-home-lg-alt::before { + content: "\f015"; } + +.fa-house-chimney::before { + content: "\e3af"; } + +.fa-home-lg::before { + content: "\e3af"; } + +.fa-house-chimney-crack::before { + content: "\f6f1"; } + +.fa-house-damage::before { + content: "\f6f1"; } + +.fa-house-chimney-medical::before { + content: "\f7f2"; } + +.fa-clinic-medical::before { + content: "\f7f2"; } + +.fa-house-chimney-user::before { + content: "\e065"; } + +.fa-house-chimney-window::before { + content: "\e00d"; } + +.fa-house-circle-check::before { + content: "\e509"; } + +.fa-house-circle-exclamation::before { + content: "\e50a"; } + +.fa-house-circle-xmark::before { + content: "\e50b"; } + +.fa-house-crack::before { + content: "\e3b1"; } + +.fa-house-fire::before { + content: "\e50c"; } + +.fa-house-flag::before { + content: "\e50d"; } + +.fa-house-flood-water::before { + content: "\e50e"; } + +.fa-house-flood-water-circle-arrow-right::before { + content: "\e50f"; } + +.fa-house-laptop::before { + content: "\e066"; } + +.fa-laptop-house::before { + content: "\e066"; } + +.fa-house-lock::before { + content: "\e510"; } + +.fa-house-medical::before { + content: "\e3b2"; } + +.fa-house-medical-circle-check::before { + content: "\e511"; } + +.fa-house-medical-circle-exclamation::before { + content: "\e512"; } + +.fa-house-medical-circle-xmark::before { + content: "\e513"; } + +.fa-house-medical-flag::before { + content: "\e514"; } + +.fa-house-signal::before { + content: "\e012"; } + +.fa-house-tsunami::before { + content: "\e515"; } + +.fa-house-user::before { + content: "\e1b0"; } + +.fa-home-user::before { + content: "\e1b0"; } + +.fa-hryvnia-sign::before { + content: "\f6f2"; } + +.fa-hryvnia::before { + content: "\f6f2"; } + +.fa-hurricane::before { + content: "\f751"; } + +.fa-i::before { + content: "\49"; } + +.fa-i-cursor::before { + content: "\f246"; } + +.fa-ice-cream::before { + content: "\f810"; } + +.fa-icicles::before { + content: "\f7ad"; } + +.fa-icons::before { + content: "\f86d"; } + +.fa-heart-music-camera-bolt::before { + content: "\f86d"; } + +.fa-id-badge::before { + content: "\f2c1"; } + +.fa-id-card::before { + content: "\f2c2"; } + +.fa-drivers-license::before { + content: "\f2c2"; } + +.fa-id-card-clip::before { + content: "\f47f"; } + +.fa-id-card-alt::before { + content: "\f47f"; } + +.fa-igloo::before { + content: "\f7ae"; } + +.fa-image::before { + content: "\f03e"; } + +.fa-image-portrait::before { + content: "\f3e0"; } + +.fa-portrait::before { + content: "\f3e0"; } + +.fa-images::before { + content: "\f302"; } + +.fa-inbox::before { + content: "\f01c"; } + +.fa-indent::before { + content: "\f03c"; } + +.fa-indian-rupee-sign::before { + content: "\e1bc"; } + +.fa-indian-rupee::before { + content: "\e1bc"; } + +.fa-inr::before { + content: "\e1bc"; } + +.fa-industry::before { + content: "\f275"; } + +.fa-infinity::before { + content: "\f534"; } + +.fa-info::before { + content: "\f129"; } + +.fa-italic::before { + content: "\f033"; } + +.fa-j::before { + content: "\4a"; } + +.fa-jar::before { + content: "\e516"; } + +.fa-jar-wheat::before { + content: "\e517"; } + +.fa-jedi::before { + content: "\f669"; } + +.fa-jet-fighter::before { + content: "\f0fb"; } + +.fa-fighter-jet::before { + content: "\f0fb"; } + +.fa-jet-fighter-up::before { + content: "\e518"; } + +.fa-joint::before { + content: "\f595"; } + +.fa-jug-detergent::before { + content: "\e519"; } + +.fa-k::before { + content: "\4b"; } + +.fa-kaaba::before { + content: "\f66b"; } + +.fa-key::before { + content: "\f084"; } + +.fa-keyboard::before { + content: "\f11c"; } + +.fa-khanda::before { + content: "\f66d"; } + +.fa-kip-sign::before { + content: "\e1c4"; } + +.fa-kit-medical::before { + content: "\f479"; } + +.fa-first-aid::before { + content: "\f479"; } + +.fa-kitchen-set::before { + content: "\e51a"; } + +.fa-kiwi-bird::before { + content: "\f535"; } + +.fa-l::before { + content: "\4c"; } + +.fa-land-mine-on::before { + content: "\e51b"; } + +.fa-landmark::before { + content: "\f66f"; } + +.fa-landmark-dome::before { + content: "\f752"; } + +.fa-landmark-alt::before { + content: "\f752"; } + +.fa-landmark-flag::before { + content: "\e51c"; } + +.fa-language::before { + content: "\f1ab"; } + +.fa-laptop::before { + content: "\f109"; } + +.fa-laptop-code::before { + content: "\f5fc"; } + +.fa-laptop-file::before { + content: "\e51d"; } + +.fa-laptop-medical::before { + content: "\f812"; } + +.fa-lari-sign::before { + content: "\e1c8"; } + +.fa-layer-group::before { + content: "\f5fd"; } + +.fa-leaf::before { + content: "\f06c"; } + +.fa-left-long::before { + content: "\f30a"; } + +.fa-long-arrow-alt-left::before { + content: "\f30a"; } + +.fa-left-right::before { + content: "\f337"; } + +.fa-arrows-alt-h::before { + content: "\f337"; } + +.fa-lemon::before { + content: "\f094"; } + +.fa-less-than::before { + content: "\3c"; } + +.fa-less-than-equal::before { + content: "\f537"; } + +.fa-life-ring::before { + content: "\f1cd"; } + +.fa-lightbulb::before { + content: "\f0eb"; } + +.fa-lines-leaning::before { + content: "\e51e"; } + +.fa-link::before { + content: "\f0c1"; } + +.fa-chain::before { + content: "\f0c1"; } + +.fa-link-slash::before { + content: "\f127"; } + +.fa-chain-broken::before { + content: "\f127"; } + +.fa-chain-slash::before { + content: "\f127"; } + +.fa-unlink::before { + content: "\f127"; } + +.fa-lira-sign::before { + content: "\f195"; } + +.fa-list::before { + content: "\f03a"; } + +.fa-list-squares::before { + content: "\f03a"; } + +.fa-list-check::before { + content: "\f0ae"; } + +.fa-tasks::before { + content: "\f0ae"; } + +.fa-list-ol::before { + content: "\f0cb"; } + +.fa-list-1-2::before { + content: "\f0cb"; } + +.fa-list-numeric::before { + content: "\f0cb"; } + +.fa-list-ul::before { + content: "\f0ca"; } + +.fa-list-dots::before { + content: "\f0ca"; } + +.fa-litecoin-sign::before { + content: "\e1d3"; } + +.fa-location-arrow::before { + content: "\f124"; } + +.fa-location-crosshairs::before { + content: "\f601"; } + +.fa-location::before { + content: "\f601"; } + +.fa-location-dot::before { + content: "\f3c5"; } + +.fa-map-marker-alt::before { + content: "\f3c5"; } + +.fa-location-pin::before { + content: "\f041"; } + +.fa-map-marker::before { + content: "\f041"; } + +.fa-location-pin-lock::before { + content: "\e51f"; } + +.fa-lock::before { + content: "\f023"; } + +.fa-lock-open::before { + content: "\f3c1"; } + +.fa-locust::before { + content: "\e520"; } + +.fa-lungs::before { + content: "\f604"; } + +.fa-lungs-virus::before { + content: "\e067"; } + +.fa-m::before { + content: "\4d"; } + +.fa-magnet::before { + content: "\f076"; } + +.fa-magnifying-glass::before { + content: "\f002"; } + +.fa-search::before { + content: "\f002"; } + +.fa-magnifying-glass-arrow-right::before { + content: "\e521"; } + +.fa-magnifying-glass-chart::before { + content: "\e522"; } + +.fa-magnifying-glass-dollar::before { + content: "\f688"; } + +.fa-search-dollar::before { + content: "\f688"; } + +.fa-magnifying-glass-location::before { + content: "\f689"; } + +.fa-search-location::before { + content: "\f689"; } + +.fa-magnifying-glass-minus::before { + content: "\f010"; } + +.fa-search-minus::before { + content: "\f010"; } + +.fa-magnifying-glass-plus::before { + content: "\f00e"; } + +.fa-search-plus::before { + content: "\f00e"; } + +.fa-manat-sign::before { + content: "\e1d5"; } + +.fa-map::before { + content: "\f279"; } + +.fa-map-location::before { + content: "\f59f"; } + +.fa-map-marked::before { + content: "\f59f"; } + +.fa-map-location-dot::before { + content: "\f5a0"; } + +.fa-map-marked-alt::before { + content: "\f5a0"; } + +.fa-map-pin::before { + content: "\f276"; } + +.fa-marker::before { + content: "\f5a1"; } + +.fa-mars::before { + content: "\f222"; } + +.fa-mars-and-venus::before { + content: "\f224"; } + +.fa-mars-and-venus-burst::before { + content: "\e523"; } + +.fa-mars-double::before { + content: "\f227"; } + +.fa-mars-stroke::before { + content: "\f229"; } + +.fa-mars-stroke-right::before { + content: "\f22b"; } + +.fa-mars-stroke-h::before { + content: "\f22b"; } + +.fa-mars-stroke-up::before { + content: "\f22a"; } + +.fa-mars-stroke-v::before { + content: "\f22a"; } + +.fa-martini-glass::before { + content: "\f57b"; } + +.fa-glass-martini-alt::before { + content: "\f57b"; } + +.fa-martini-glass-citrus::before { + content: "\f561"; } + +.fa-cocktail::before { + content: "\f561"; } + +.fa-martini-glass-empty::before { + content: "\f000"; } + +.fa-glass-martini::before { + content: "\f000"; } + +.fa-mask::before { + content: "\f6fa"; } + +.fa-mask-face::before { + content: "\e1d7"; } + +.fa-mask-ventilator::before { + content: "\e524"; } + +.fa-masks-theater::before { + content: "\f630"; } + +.fa-theater-masks::before { + content: "\f630"; } + +.fa-mattress-pillow::before { + content: "\e525"; } + +.fa-maximize::before { + content: "\f31e"; } + +.fa-expand-arrows-alt::before { + content: "\f31e"; } + +.fa-medal::before { + content: "\f5a2"; } + +.fa-memory::before { + content: "\f538"; } + +.fa-menorah::before { + content: "\f676"; } + +.fa-mercury::before { + content: "\f223"; } + +.fa-message::before { + content: "\f27a"; } + +.fa-comment-alt::before { + content: "\f27a"; } + +.fa-meteor::before { + content: "\f753"; } + +.fa-microchip::before { + content: "\f2db"; } + +.fa-microphone::before { + content: "\f130"; } + +.fa-microphone-lines::before { + content: "\f3c9"; } + +.fa-microphone-alt::before { + content: "\f3c9"; } + +.fa-microphone-lines-slash::before { + content: "\f539"; } + +.fa-microphone-alt-slash::before { + content: "\f539"; } + +.fa-microphone-slash::before { + content: "\f131"; } + +.fa-microscope::before { + content: "\f610"; } + +.fa-mill-sign::before { + content: "\e1ed"; } + +.fa-minimize::before { + content: "\f78c"; } + +.fa-compress-arrows-alt::before { + content: "\f78c"; } + +.fa-minus::before { + content: "\f068"; } + +.fa-subtract::before { + content: "\f068"; } + +.fa-mitten::before { + content: "\f7b5"; } + +.fa-mobile::before { + content: "\f3ce"; } + +.fa-mobile-android::before { + content: "\f3ce"; } + +.fa-mobile-phone::before { + content: "\f3ce"; } + +.fa-mobile-button::before { + content: "\f10b"; } + +.fa-mobile-retro::before { + content: "\e527"; } + +.fa-mobile-screen::before { + content: "\f3cf"; } + +.fa-mobile-android-alt::before { + content: "\f3cf"; } + +.fa-mobile-screen-button::before { + content: "\f3cd"; } + +.fa-mobile-alt::before { + content: "\f3cd"; } + +.fa-money-bill::before { + content: "\f0d6"; } + +.fa-money-bill-1::before { + content: "\f3d1"; } + +.fa-money-bill-alt::before { + content: "\f3d1"; } + +.fa-money-bill-1-wave::before { + content: "\f53b"; } + +.fa-money-bill-wave-alt::before { + content: "\f53b"; } + +.fa-money-bill-transfer::before { + content: "\e528"; } + +.fa-money-bill-trend-up::before { + content: "\e529"; } + +.fa-money-bill-wave::before { + content: "\f53a"; } + +.fa-money-bill-wheat::before { + content: "\e52a"; } + +.fa-money-bills::before { + content: "\e1f3"; } + +.fa-money-check::before { + content: "\f53c"; } + +.fa-money-check-dollar::before { + content: "\f53d"; } + +.fa-money-check-alt::before { + content: "\f53d"; } + +.fa-monument::before { + content: "\f5a6"; } + +.fa-moon::before { + content: "\f186"; } + +.fa-mortar-pestle::before { + content: "\f5a7"; } + +.fa-mosque::before { + content: "\f678"; } + +.fa-mosquito::before { + content: "\e52b"; } + +.fa-mosquito-net::before { + content: "\e52c"; } + +.fa-motorcycle::before { + content: "\f21c"; } + +.fa-mound::before { + content: "\e52d"; } + +.fa-mountain::before { + content: "\f6fc"; } + +.fa-mountain-city::before { + content: "\e52e"; } + +.fa-mountain-sun::before { + content: "\e52f"; } + +.fa-mug-hot::before { + content: "\f7b6"; } + +.fa-mug-saucer::before { + content: "\f0f4"; } + +.fa-coffee::before { + content: "\f0f4"; } + +.fa-music::before { + content: "\f001"; } + +.fa-n::before { + content: "\4e"; } + +.fa-naira-sign::before { + content: "\e1f6"; } + +.fa-network-wired::before { + content: "\f6ff"; } + +.fa-neuter::before { + content: "\f22c"; } + +.fa-newspaper::before { + content: "\f1ea"; } + +.fa-not-equal::before { + content: "\f53e"; } + +.fa-note-sticky::before { + content: "\f249"; } + +.fa-sticky-note::before { + content: "\f249"; } + +.fa-notes-medical::before { + content: "\f481"; } + +.fa-o::before { + content: "\4f"; } + +.fa-object-group::before { + content: "\f247"; } + +.fa-object-ungroup::before { + content: "\f248"; } + +.fa-oil-can::before { + content: "\f613"; } + +.fa-oil-well::before { + content: "\e532"; } + +.fa-om::before { + content: "\f679"; } + +.fa-otter::before { + content: "\f700"; } + +.fa-outdent::before { + content: "\f03b"; } + +.fa-dedent::before { + content: "\f03b"; } + +.fa-p::before { + content: "\50"; } + +.fa-pager::before { + content: "\f815"; } + +.fa-paint-roller::before { + content: "\f5aa"; } + +.fa-paintbrush::before { + content: "\f1fc"; } + +.fa-paint-brush::before { + content: "\f1fc"; } + +.fa-palette::before { + content: "\f53f"; } + +.fa-pallet::before { + content: "\f482"; } + +.fa-panorama::before { + content: "\e209"; } + +.fa-paper-plane::before { + content: "\f1d8"; } + +.fa-paperclip::before { + content: "\f0c6"; } + +.fa-parachute-box::before { + content: "\f4cd"; } + +.fa-paragraph::before { + content: "\f1dd"; } + +.fa-passport::before { + content: "\f5ab"; } + +.fa-paste::before { + content: "\f0ea"; } + +.fa-file-clipboard::before { + content: "\f0ea"; } + +.fa-pause::before { + content: "\f04c"; } + +.fa-paw::before { + content: "\f1b0"; } + +.fa-peace::before { + content: "\f67c"; } + +.fa-pen::before { + content: "\f304"; } + +.fa-pen-clip::before { + content: "\f305"; } + +.fa-pen-alt::before { + content: "\f305"; } + +.fa-pen-fancy::before { + content: "\f5ac"; } + +.fa-pen-nib::before { + content: "\f5ad"; } + +.fa-pen-ruler::before { + content: "\f5ae"; } + +.fa-pencil-ruler::before { + content: "\f5ae"; } + +.fa-pen-to-square::before { + content: "\f044"; } + +.fa-edit::before { + content: "\f044"; } + +.fa-pencil::before { + content: "\f303"; } + +.fa-pencil-alt::before { + content: "\f303"; } + +.fa-people-arrows-left-right::before { + content: "\e068"; } + +.fa-people-arrows::before { + content: "\e068"; } + +.fa-people-carry-box::before { + content: "\f4ce"; } + +.fa-people-carry::before { + content: "\f4ce"; } + +.fa-people-group::before { + content: "\e533"; } + +.fa-people-line::before { + content: "\e534"; } + +.fa-people-pulling::before { + content: "\e535"; } + +.fa-people-robbery::before { + content: "\e536"; } + +.fa-people-roof::before { + content: "\e537"; } + +.fa-pepper-hot::before { + content: "\f816"; } + +.fa-percent::before { + content: "\25"; } + +.fa-percentage::before { + content: "\25"; } + +.fa-person::before { + content: "\f183"; } + +.fa-male::before { + content: "\f183"; } + +.fa-person-arrow-down-to-line::before { + content: "\e538"; } + +.fa-person-arrow-up-from-line::before { + content: "\e539"; } + +.fa-person-biking::before { + content: "\f84a"; } + +.fa-biking::before { + content: "\f84a"; } + +.fa-person-booth::before { + content: "\f756"; } + +.fa-person-breastfeeding::before { + content: "\e53a"; } + +.fa-person-burst::before { + content: "\e53b"; } + +.fa-person-cane::before { + content: "\e53c"; } + +.fa-person-chalkboard::before { + content: "\e53d"; } + +.fa-person-circle-check::before { + content: "\e53e"; } + +.fa-person-circle-exclamation::before { + content: "\e53f"; } + +.fa-person-circle-minus::before { + content: "\e540"; } + +.fa-person-circle-plus::before { + content: "\e541"; } + +.fa-person-circle-question::before { + content: "\e542"; } + +.fa-person-circle-xmark::before { + content: "\e543"; } + +.fa-person-digging::before { + content: "\f85e"; } + +.fa-digging::before { + content: "\f85e"; } + +.fa-person-dots-from-line::before { + content: "\f470"; } + +.fa-diagnoses::before { + content: "\f470"; } + +.fa-person-dress::before { + content: "\f182"; } + +.fa-female::before { + content: "\f182"; } + +.fa-person-dress-burst::before { + content: "\e544"; } + +.fa-person-drowning::before { + content: "\e545"; } + +.fa-person-falling::before { + content: "\e546"; } + +.fa-person-falling-burst::before { + content: "\e547"; } + +.fa-person-half-dress::before { + content: "\e548"; } + +.fa-person-harassing::before { + content: "\e549"; } + +.fa-person-hiking::before { + content: "\f6ec"; } + +.fa-hiking::before { + content: "\f6ec"; } + +.fa-person-military-pointing::before { + content: "\e54a"; } + +.fa-person-military-rifle::before { + content: "\e54b"; } + +.fa-person-military-to-person::before { + content: "\e54c"; } + +.fa-person-praying::before { + content: "\f683"; } + +.fa-pray::before { + content: "\f683"; } + +.fa-person-pregnant::before { + content: "\e31e"; } + +.fa-person-rays::before { + content: "\e54d"; } + +.fa-person-rifle::before { + content: "\e54e"; } + +.fa-person-running::before { + content: "\f70c"; } + +.fa-running::before { + content: "\f70c"; } + +.fa-person-shelter::before { + content: "\e54f"; } + +.fa-person-skating::before { + content: "\f7c5"; } + +.fa-skating::before { + content: "\f7c5"; } + +.fa-person-skiing::before { + content: "\f7c9"; } + +.fa-skiing::before { + content: "\f7c9"; } + +.fa-person-skiing-nordic::before { + content: "\f7ca"; } + +.fa-skiing-nordic::before { + content: "\f7ca"; } + +.fa-person-snowboarding::before { + content: "\f7ce"; } + +.fa-snowboarding::before { + content: "\f7ce"; } + +.fa-person-swimming::before { + content: "\f5c4"; } + +.fa-swimmer::before { + content: "\f5c4"; } + +.fa-person-through-window::before { + content: "\e433"; } + +.fa-person-walking::before { + content: "\f554"; } + +.fa-walking::before { + content: "\f554"; } + +.fa-person-walking-arrow-loop-left::before { + content: "\e551"; } + +.fa-person-walking-arrow-right::before { + content: "\e552"; } + +.fa-person-walking-dashed-line-arrow-right::before { + content: "\e553"; } + +.fa-person-walking-luggage::before { + content: "\e554"; } + +.fa-person-walking-with-cane::before { + content: "\f29d"; } + +.fa-blind::before { + content: "\f29d"; } + +.fa-peseta-sign::before { + content: "\e221"; } + +.fa-peso-sign::before { + content: "\e222"; } + +.fa-phone::before { + content: "\f095"; } + +.fa-phone-flip::before { + content: "\f879"; } + +.fa-phone-alt::before { + content: "\f879"; } + +.fa-phone-slash::before { + content: "\f3dd"; } + +.fa-phone-volume::before { + content: "\f2a0"; } + +.fa-volume-control-phone::before { + content: "\f2a0"; } + +.fa-photo-film::before { + content: "\f87c"; } + +.fa-photo-video::before { + content: "\f87c"; } + +.fa-piggy-bank::before { + content: "\f4d3"; } + +.fa-pills::before { + content: "\f484"; } + +.fa-pizza-slice::before { + content: "\f818"; } + +.fa-place-of-worship::before { + content: "\f67f"; } + +.fa-plane::before { + content: "\f072"; } + +.fa-plane-arrival::before { + content: "\f5af"; } + +.fa-plane-circle-check::before { + content: "\e555"; } + +.fa-plane-circle-exclamation::before { + content: "\e556"; } + +.fa-plane-circle-xmark::before { + content: "\e557"; } + +.fa-plane-departure::before { + content: "\f5b0"; } + +.fa-plane-lock::before { + content: "\e558"; } + +.fa-plane-slash::before { + content: "\e069"; } + +.fa-plane-up::before { + content: "\e22d"; } + +.fa-plant-wilt::before { + content: "\e43b"; } + +.fa-plate-wheat::before { + content: "\e55a"; } + +.fa-play::before { + content: "\f04b"; } + +.fa-plug::before { + content: "\f1e6"; } + +.fa-plug-circle-bolt::before { + content: "\e55b"; } + +.fa-plug-circle-check::before { + content: "\e55c"; } + +.fa-plug-circle-exclamation::before { + content: "\e55d"; } + +.fa-plug-circle-minus::before { + content: "\e55e"; } + +.fa-plug-circle-plus::before { + content: "\e55f"; } + +.fa-plug-circle-xmark::before { + content: "\e560"; } + +.fa-plus::before { + content: "\2b"; } + +.fa-add::before { + content: "\2b"; } + +.fa-plus-minus::before { + content: "\e43c"; } + +.fa-podcast::before { + content: "\f2ce"; } + +.fa-poo::before { + content: "\f2fe"; } + +.fa-poo-storm::before { + content: "\f75a"; } + +.fa-poo-bolt::before { + content: "\f75a"; } + +.fa-poop::before { + content: "\f619"; } + +.fa-power-off::before { + content: "\f011"; } + +.fa-prescription::before { + content: "\f5b1"; } + +.fa-prescription-bottle::before { + content: "\f485"; } + +.fa-prescription-bottle-medical::before { + content: "\f486"; } + +.fa-prescription-bottle-alt::before { + content: "\f486"; } + +.fa-print::before { + content: "\f02f"; } + +.fa-pump-medical::before { + content: "\e06a"; } + +.fa-pump-soap::before { + content: "\e06b"; } + +.fa-puzzle-piece::before { + content: "\f12e"; } + +.fa-q::before { + content: "\51"; } + +.fa-qrcode::before { + content: "\f029"; } + +.fa-question::before { + content: "\3f"; } + +.fa-quote-left::before { + content: "\f10d"; } + +.fa-quote-left-alt::before { + content: "\f10d"; } + +.fa-quote-right::before { + content: "\f10e"; } + +.fa-quote-right-alt::before { + content: "\f10e"; } + +.fa-r::before { + content: "\52"; } + +.fa-radiation::before { + content: "\f7b9"; } + +.fa-radio::before { + content: "\f8d7"; } + +.fa-rainbow::before { + content: "\f75b"; } + +.fa-ranking-star::before { + content: "\e561"; } + +.fa-receipt::before { + content: "\f543"; } + +.fa-record-vinyl::before { + content: "\f8d9"; } + +.fa-rectangle-ad::before { + content: "\f641"; } + +.fa-ad::before { + content: "\f641"; } + +.fa-rectangle-list::before { + content: "\f022"; } + +.fa-list-alt::before { + content: "\f022"; } + +.fa-rectangle-xmark::before { + content: "\f410"; } + +.fa-rectangle-times::before { + content: "\f410"; } + +.fa-times-rectangle::before { + content: "\f410"; } + +.fa-window-close::before { + content: "\f410"; } + +.fa-recycle::before { + content: "\f1b8"; } + +.fa-registered::before { + content: "\f25d"; } + +.fa-repeat::before { + content: "\f363"; } + +.fa-reply::before { + content: "\f3e5"; } + +.fa-mail-reply::before { + content: "\f3e5"; } + +.fa-reply-all::before { + content: "\f122"; } + +.fa-mail-reply-all::before { + content: "\f122"; } + +.fa-republican::before { + content: "\f75e"; } + +.fa-restroom::before { + content: "\f7bd"; } + +.fa-retweet::before { + content: "\f079"; } + +.fa-ribbon::before { + content: "\f4d6"; } + +.fa-right-from-bracket::before { + content: "\f2f5"; } + +.fa-sign-out-alt::before { + content: "\f2f5"; } + +.fa-right-left::before { + content: "\f362"; } + +.fa-exchange-alt::before { + content: "\f362"; } + +.fa-right-long::before { + content: "\f30b"; } + +.fa-long-arrow-alt-right::before { + content: "\f30b"; } + +.fa-right-to-bracket::before { + content: "\f2f6"; } + +.fa-sign-in-alt::before { + content: "\f2f6"; } + +.fa-ring::before { + content: "\f70b"; } + +.fa-road::before { + content: "\f018"; } + +.fa-road-barrier::before { + content: "\e562"; } + +.fa-road-bridge::before { + content: "\e563"; } + +.fa-road-circle-check::before { + content: "\e564"; } + +.fa-road-circle-exclamation::before { + content: "\e565"; } + +.fa-road-circle-xmark::before { + content: "\e566"; } + +.fa-road-lock::before { + content: "\e567"; } + +.fa-road-spikes::before { + content: "\e568"; } + +.fa-robot::before { + content: "\f544"; } + +.fa-rocket::before { + content: "\f135"; } + +.fa-rotate::before { + content: "\f2f1"; } + +.fa-sync-alt::before { + content: "\f2f1"; } + +.fa-rotate-left::before { + content: "\f2ea"; } + +.fa-rotate-back::before { + content: "\f2ea"; } + +.fa-rotate-backward::before { + content: "\f2ea"; } + +.fa-undo-alt::before { + content: "\f2ea"; } + +.fa-rotate-right::before { + content: "\f2f9"; } + +.fa-redo-alt::before { + content: "\f2f9"; } + +.fa-rotate-forward::before { + content: "\f2f9"; } + +.fa-route::before { + content: "\f4d7"; } + +.fa-rss::before { + content: "\f09e"; } + +.fa-feed::before { + content: "\f09e"; } + +.fa-ruble-sign::before { + content: "\f158"; } + +.fa-rouble::before { + content: "\f158"; } + +.fa-rub::before { + content: "\f158"; } + +.fa-ruble::before { + content: "\f158"; } + +.fa-rug::before { + content: "\e569"; } + +.fa-ruler::before { + content: "\f545"; } + +.fa-ruler-combined::before { + content: "\f546"; } + +.fa-ruler-horizontal::before { + content: "\f547"; } + +.fa-ruler-vertical::before { + content: "\f548"; } + +.fa-rupee-sign::before { + content: "\f156"; } + +.fa-rupee::before { + content: "\f156"; } + +.fa-rupiah-sign::before { + content: "\e23d"; } + +.fa-s::before { + content: "\53"; } + +.fa-sack-dollar::before { + content: "\f81d"; } + +.fa-sack-xmark::before { + content: "\e56a"; } + +.fa-sailboat::before { + content: "\e445"; } + +.fa-satellite::before { + content: "\f7bf"; } + +.fa-satellite-dish::before { + content: "\f7c0"; } + +.fa-scale-balanced::before { + content: "\f24e"; } + +.fa-balance-scale::before { + content: "\f24e"; } + +.fa-scale-unbalanced::before { + content: "\f515"; } + +.fa-balance-scale-left::before { + content: "\f515"; } + +.fa-scale-unbalanced-flip::before { + content: "\f516"; } + +.fa-balance-scale-right::before { + content: "\f516"; } + +.fa-school::before { + content: "\f549"; } + +.fa-school-circle-check::before { + content: "\e56b"; } + +.fa-school-circle-exclamation::before { + content: "\e56c"; } + +.fa-school-circle-xmark::before { + content: "\e56d"; } + +.fa-school-flag::before { + content: "\e56e"; } + +.fa-school-lock::before { + content: "\e56f"; } + +.fa-scissors::before { + content: "\f0c4"; } + +.fa-cut::before { + content: "\f0c4"; } + +.fa-screwdriver::before { + content: "\f54a"; } + +.fa-screwdriver-wrench::before { + content: "\f7d9"; } + +.fa-tools::before { + content: "\f7d9"; } + +.fa-scroll::before { + content: "\f70e"; } + +.fa-scroll-torah::before { + content: "\f6a0"; } + +.fa-torah::before { + content: "\f6a0"; } + +.fa-sd-card::before { + content: "\f7c2"; } + +.fa-section::before { + content: "\e447"; } + +.fa-seedling::before { + content: "\f4d8"; } + +.fa-sprout::before { + content: "\f4d8"; } + +.fa-server::before { + content: "\f233"; } + +.fa-shapes::before { + content: "\f61f"; } + +.fa-triangle-circle-square::before { + content: "\f61f"; } + +.fa-share::before { + content: "\f064"; } + +.fa-arrow-turn-right::before { + content: "\f064"; } + +.fa-mail-forward::before { + content: "\f064"; } + +.fa-share-from-square::before { + content: "\f14d"; } + +.fa-share-square::before { + content: "\f14d"; } + +.fa-share-nodes::before { + content: "\f1e0"; } + +.fa-share-alt::before { + content: "\f1e0"; } + +.fa-sheet-plastic::before { + content: "\e571"; } + +.fa-shekel-sign::before { + content: "\f20b"; } + +.fa-ils::before { + content: "\f20b"; } + +.fa-shekel::before { + content: "\f20b"; } + +.fa-sheqel::before { + content: "\f20b"; } + +.fa-sheqel-sign::before { + content: "\f20b"; } + +.fa-shield::before { + content: "\f132"; } + +.fa-shield-blank::before { + content: "\f132"; } + +.fa-shield-cat::before { + content: "\e572"; } + +.fa-shield-dog::before { + content: "\e573"; } + +.fa-shield-halved::before { + content: "\f3ed"; } + +.fa-shield-alt::before { + content: "\f3ed"; } + +.fa-shield-heart::before { + content: "\e574"; } + +.fa-shield-virus::before { + content: "\e06c"; } + +.fa-ship::before { + content: "\f21a"; } + +.fa-shirt::before { + content: "\f553"; } + +.fa-t-shirt::before { + content: "\f553"; } + +.fa-tshirt::before { + content: "\f553"; } + +.fa-shoe-prints::before { + content: "\f54b"; } + +.fa-shop::before { + content: "\f54f"; } + +.fa-store-alt::before { + content: "\f54f"; } + +.fa-shop-lock::before { + content: "\e4a5"; } + +.fa-shop-slash::before { + content: "\e070"; } + +.fa-store-alt-slash::before { + content: "\e070"; } + +.fa-shower::before { + content: "\f2cc"; } + +.fa-shrimp::before { + content: "\e448"; } + +.fa-shuffle::before { + content: "\f074"; } + +.fa-random::before { + content: "\f074"; } + +.fa-shuttle-space::before { + content: "\f197"; } + +.fa-space-shuttle::before { + content: "\f197"; } + +.fa-sign-hanging::before { + content: "\f4d9"; } + +.fa-sign::before { + content: "\f4d9"; } + +.fa-signal::before { + content: "\f012"; } + +.fa-signal-5::before { + content: "\f012"; } + +.fa-signal-perfect::before { + content: "\f012"; } + +.fa-signature::before { + content: "\f5b7"; } + +.fa-signs-post::before { + content: "\f277"; } + +.fa-map-signs::before { + content: "\f277"; } + +.fa-sim-card::before { + content: "\f7c4"; } + +.fa-sink::before { + content: "\e06d"; } + +.fa-sitemap::before { + content: "\f0e8"; } + +.fa-skull::before { + content: "\f54c"; } + +.fa-skull-crossbones::before { + content: "\f714"; } + +.fa-slash::before { + content: "\f715"; } + +.fa-sleigh::before { + content: "\f7cc"; } + +.fa-sliders::before { + content: "\f1de"; } + +.fa-sliders-h::before { + content: "\f1de"; } + +.fa-smog::before { + content: "\f75f"; } + +.fa-smoking::before { + content: "\f48d"; } + +.fa-snowflake::before { + content: "\f2dc"; } + +.fa-snowman::before { + content: "\f7d0"; } + +.fa-snowplow::before { + content: "\f7d2"; } + +.fa-soap::before { + content: "\e06e"; } + +.fa-socks::before { + content: "\f696"; } + +.fa-solar-panel::before { + content: "\f5ba"; } + +.fa-sort::before { + content: "\f0dc"; } + +.fa-unsorted::before { + content: "\f0dc"; } + +.fa-sort-down::before { + content: "\f0dd"; } + +.fa-sort-desc::before { + content: "\f0dd"; } + +.fa-sort-up::before { + content: "\f0de"; } + +.fa-sort-asc::before { + content: "\f0de"; } + +.fa-spa::before { + content: "\f5bb"; } + +.fa-spaghetti-monster-flying::before { + content: "\f67b"; } + +.fa-pastafarianism::before { + content: "\f67b"; } + +.fa-spell-check::before { + content: "\f891"; } + +.fa-spider::before { + content: "\f717"; } + +.fa-spinner::before { + content: "\f110"; } + +.fa-splotch::before { + content: "\f5bc"; } + +.fa-spoon::before { + content: "\f2e5"; } + +.fa-utensil-spoon::before { + content: "\f2e5"; } + +.fa-spray-can::before { + content: "\f5bd"; } + +.fa-spray-can-sparkles::before { + content: "\f5d0"; } + +.fa-air-freshener::before { + content: "\f5d0"; } + +.fa-square::before { + content: "\f0c8"; } + +.fa-square-arrow-up-right::before { + content: "\f14c"; } + +.fa-external-link-square::before { + content: "\f14c"; } + +.fa-square-caret-down::before { + content: "\f150"; } + +.fa-caret-square-down::before { + content: "\f150"; } + +.fa-square-caret-left::before { + content: "\f191"; } + +.fa-caret-square-left::before { + content: "\f191"; } + +.fa-square-caret-right::before { + content: "\f152"; } + +.fa-caret-square-right::before { + content: "\f152"; } + +.fa-square-caret-up::before { + content: "\f151"; } + +.fa-caret-square-up::before { + content: "\f151"; } + +.fa-square-check::before { + content: "\f14a"; } + +.fa-check-square::before { + content: "\f14a"; } + +.fa-square-envelope::before { + content: "\f199"; } + +.fa-envelope-square::before { + content: "\f199"; } + +.fa-square-full::before { + content: "\f45c"; } + +.fa-square-h::before { + content: "\f0fd"; } + +.fa-h-square::before { + content: "\f0fd"; } + +.fa-square-minus::before { + content: "\f146"; } + +.fa-minus-square::before { + content: "\f146"; } + +.fa-square-nfi::before { + content: "\e576"; } + +.fa-square-parking::before { + content: "\f540"; } + +.fa-parking::before { + content: "\f540"; } + +.fa-square-pen::before { + content: "\f14b"; } + +.fa-pen-square::before { + content: "\f14b"; } + +.fa-pencil-square::before { + content: "\f14b"; } + +.fa-square-person-confined::before { + content: "\e577"; } + +.fa-square-phone::before { + content: "\f098"; } + +.fa-phone-square::before { + content: "\f098"; } + +.fa-square-phone-flip::before { + content: "\f87b"; } + +.fa-phone-square-alt::before { + content: "\f87b"; } + +.fa-square-plus::before { + content: "\f0fe"; } + +.fa-plus-square::before { + content: "\f0fe"; } + +.fa-square-poll-horizontal::before { + content: "\f682"; } + +.fa-poll-h::before { + content: "\f682"; } + +.fa-square-poll-vertical::before { + content: "\f681"; } + +.fa-poll::before { + content: "\f681"; } + +.fa-square-root-variable::before { + content: "\f698"; } + +.fa-square-root-alt::before { + content: "\f698"; } + +.fa-square-rss::before { + content: "\f143"; } + +.fa-rss-square::before { + content: "\f143"; } + +.fa-square-share-nodes::before { + content: "\f1e1"; } + +.fa-share-alt-square::before { + content: "\f1e1"; } + +.fa-square-up-right::before { + content: "\f360"; } + +.fa-external-link-square-alt::before { + content: "\f360"; } + +.fa-square-virus::before { + content: "\e578"; } + +.fa-square-xmark::before { + content: "\f2d3"; } + +.fa-times-square::before { + content: "\f2d3"; } + +.fa-xmark-square::before { + content: "\f2d3"; } + +.fa-staff-aesculapius::before { + content: "\e579"; } + +.fa-rod-asclepius::before { + content: "\e579"; } + +.fa-rod-snake::before { + content: "\e579"; } + +.fa-staff-snake::before { + content: "\e579"; } + +.fa-stairs::before { + content: "\e289"; } + +.fa-stamp::before { + content: "\f5bf"; } + +.fa-star::before { + content: "\f005"; } + +.fa-star-and-crescent::before { + content: "\f699"; } + +.fa-star-half::before { + content: "\f089"; } + +.fa-star-half-stroke::before { + content: "\f5c0"; } + +.fa-star-half-alt::before { + content: "\f5c0"; } + +.fa-star-of-david::before { + content: "\f69a"; } + +.fa-star-of-life::before { + content: "\f621"; } + +.fa-sterling-sign::before { + content: "\f154"; } + +.fa-gbp::before { + content: "\f154"; } + +.fa-pound-sign::before { + content: "\f154"; } + +.fa-stethoscope::before { + content: "\f0f1"; } + +.fa-stop::before { + content: "\f04d"; } + +.fa-stopwatch::before { + content: "\f2f2"; } + +.fa-stopwatch-20::before { + content: "\e06f"; } + +.fa-store::before { + content: "\f54e"; } + +.fa-store-slash::before { + content: "\e071"; } + +.fa-street-view::before { + content: "\f21d"; } + +.fa-strikethrough::before { + content: "\f0cc"; } + +.fa-stroopwafel::before { + content: "\f551"; } + +.fa-subscript::before { + content: "\f12c"; } + +.fa-suitcase::before { + content: "\f0f2"; } + +.fa-suitcase-medical::before { + content: "\f0fa"; } + +.fa-medkit::before { + content: "\f0fa"; } + +.fa-suitcase-rolling::before { + content: "\f5c1"; } + +.fa-sun::before { + content: "\f185"; } + +.fa-sun-plant-wilt::before { + content: "\e57a"; } + +.fa-superscript::before { + content: "\f12b"; } + +.fa-swatchbook::before { + content: "\f5c3"; } + +.fa-synagogue::before { + content: "\f69b"; } + +.fa-syringe::before { + content: "\f48e"; } + +.fa-t::before { + content: "\54"; } + +.fa-table::before { + content: "\f0ce"; } + +.fa-table-cells::before { + content: "\f00a"; } + +.fa-th::before { + content: "\f00a"; } + +.fa-table-cells-large::before { + content: "\f009"; } + +.fa-th-large::before { + content: "\f009"; } + +.fa-table-columns::before { + content: "\f0db"; } + +.fa-columns::before { + content: "\f0db"; } + +.fa-table-list::before { + content: "\f00b"; } + +.fa-th-list::before { + content: "\f00b"; } + +.fa-table-tennis-paddle-ball::before { + content: "\f45d"; } + +.fa-ping-pong-paddle-ball::before { + content: "\f45d"; } + +.fa-table-tennis::before { + content: "\f45d"; } + +.fa-tablet::before { + content: "\f3fb"; } + +.fa-tablet-android::before { + content: "\f3fb"; } + +.fa-tablet-button::before { + content: "\f10a"; } + +.fa-tablet-screen-button::before { + content: "\f3fa"; } + +.fa-tablet-alt::before { + content: "\f3fa"; } + +.fa-tablets::before { + content: "\f490"; } + +.fa-tachograph-digital::before { + content: "\f566"; } + +.fa-digital-tachograph::before { + content: "\f566"; } + +.fa-tag::before { + content: "\f02b"; } + +.fa-tags::before { + content: "\f02c"; } + +.fa-tape::before { + content: "\f4db"; } + +.fa-tarp::before { + content: "\e57b"; } + +.fa-tarp-droplet::before { + content: "\e57c"; } + +.fa-taxi::before { + content: "\f1ba"; } + +.fa-cab::before { + content: "\f1ba"; } + +.fa-teeth::before { + content: "\f62e"; } + +.fa-teeth-open::before { + content: "\f62f"; } + +.fa-temperature-arrow-down::before { + content: "\e03f"; } + +.fa-temperature-down::before { + content: "\e03f"; } + +.fa-temperature-arrow-up::before { + content: "\e040"; } + +.fa-temperature-up::before { + content: "\e040"; } + +.fa-temperature-empty::before { + content: "\f2cb"; } + +.fa-temperature-0::before { + content: "\f2cb"; } + +.fa-thermometer-0::before { + content: "\f2cb"; } + +.fa-thermometer-empty::before { + content: "\f2cb"; } + +.fa-temperature-full::before { + content: "\f2c7"; } + +.fa-temperature-4::before { + content: "\f2c7"; } + +.fa-thermometer-4::before { + content: "\f2c7"; } + +.fa-thermometer-full::before { + content: "\f2c7"; } + +.fa-temperature-half::before { + content: "\f2c9"; } + +.fa-temperature-2::before { + content: "\f2c9"; } + +.fa-thermometer-2::before { + content: "\f2c9"; } + +.fa-thermometer-half::before { + content: "\f2c9"; } + +.fa-temperature-high::before { + content: "\f769"; } + +.fa-temperature-low::before { + content: "\f76b"; } + +.fa-temperature-quarter::before { + content: "\f2ca"; } + +.fa-temperature-1::before { + content: "\f2ca"; } + +.fa-thermometer-1::before { + content: "\f2ca"; } + +.fa-thermometer-quarter::before { + content: "\f2ca"; } + +.fa-temperature-three-quarters::before { + content: "\f2c8"; } + +.fa-temperature-3::before { + content: "\f2c8"; } + +.fa-thermometer-3::before { + content: "\f2c8"; } + +.fa-thermometer-three-quarters::before { + content: "\f2c8"; } + +.fa-tenge-sign::before { + content: "\f7d7"; } + +.fa-tenge::before { + content: "\f7d7"; } + +.fa-tent::before { + content: "\e57d"; } + +.fa-tent-arrow-down-to-line::before { + content: "\e57e"; } + +.fa-tent-arrow-left-right::before { + content: "\e57f"; } + +.fa-tent-arrow-turn-left::before { + content: "\e580"; } + +.fa-tent-arrows-down::before { + content: "\e581"; } + +.fa-tents::before { + content: "\e582"; } + +.fa-terminal::before { + content: "\f120"; } + +.fa-text-height::before { + content: "\f034"; } + +.fa-text-slash::before { + content: "\f87d"; } + +.fa-remove-format::before { + content: "\f87d"; } + +.fa-text-width::before { + content: "\f035"; } + +.fa-thermometer::before { + content: "\f491"; } + +.fa-thumbs-down::before { + content: "\f165"; } + +.fa-thumbs-up::before { + content: "\f164"; } + +.fa-thumbtack::before { + content: "\f08d"; } + +.fa-thumb-tack::before { + content: "\f08d"; } + +.fa-ticket::before { + content: "\f145"; } + +.fa-ticket-simple::before { + content: "\f3ff"; } + +.fa-ticket-alt::before { + content: "\f3ff"; } + +.fa-timeline::before { + content: "\e29c"; } + +.fa-toggle-off::before { + content: "\f204"; } + +.fa-toggle-on::before { + content: "\f205"; } + +.fa-toilet::before { + content: "\f7d8"; } + +.fa-toilet-paper::before { + content: "\f71e"; } + +.fa-toilet-paper-slash::before { + content: "\e072"; } + +.fa-toilet-portable::before { + content: "\e583"; } + +.fa-toilets-portable::before { + content: "\e584"; } + +.fa-toolbox::before { + content: "\f552"; } + +.fa-tooth::before { + content: "\f5c9"; } + +.fa-torii-gate::before { + content: "\f6a1"; } + +.fa-tornado::before { + content: "\f76f"; } + +.fa-tower-broadcast::before { + content: "\f519"; } + +.fa-broadcast-tower::before { + content: "\f519"; } + +.fa-tower-cell::before { + content: "\e585"; } + +.fa-tower-observation::before { + content: "\e586"; } + +.fa-tractor::before { + content: "\f722"; } + +.fa-trademark::before { + content: "\f25c"; } + +.fa-traffic-light::before { + content: "\f637"; } + +.fa-trailer::before { + content: "\e041"; } + +.fa-train::before { + content: "\f238"; } + +.fa-train-subway::before { + content: "\f239"; } + +.fa-subway::before { + content: "\f239"; } + +.fa-train-tram::before { + content: "\f7da"; } + +.fa-tram::before { + content: "\f7da"; } + +.fa-transgender::before { + content: "\f225"; } + +.fa-transgender-alt::before { + content: "\f225"; } + +.fa-trash::before { + content: "\f1f8"; } + +.fa-trash-arrow-up::before { + content: "\f829"; } + +.fa-trash-restore::before { + content: "\f829"; } + +.fa-trash-can::before { + content: "\f2ed"; } + +.fa-trash-alt::before { + content: "\f2ed"; } + +.fa-trash-can-arrow-up::before { + content: "\f82a"; } + +.fa-trash-restore-alt::before { + content: "\f82a"; } + +.fa-tree::before { + content: "\f1bb"; } + +.fa-tree-city::before { + content: "\e587"; } + +.fa-triangle-exclamation::before { + content: "\f071"; } + +.fa-exclamation-triangle::before { + content: "\f071"; } + +.fa-warning::before { + content: "\f071"; } + +.fa-trophy::before { + content: "\f091"; } + +.fa-trowel::before { + content: "\e589"; } + +.fa-trowel-bricks::before { + content: "\e58a"; } + +.fa-truck::before { + content: "\f0d1"; } + +.fa-truck-arrow-right::before { + content: "\e58b"; } + +.fa-truck-droplet::before { + content: "\e58c"; } + +.fa-truck-fast::before { + content: "\f48b"; } + +.fa-shipping-fast::before { + content: "\f48b"; } + +.fa-truck-field::before { + content: "\e58d"; } + +.fa-truck-field-un::before { + content: "\e58e"; } + +.fa-truck-front::before { + content: "\e2b7"; } + +.fa-truck-medical::before { + content: "\f0f9"; } + +.fa-ambulance::before { + content: "\f0f9"; } + +.fa-truck-monster::before { + content: "\f63b"; } + +.fa-truck-moving::before { + content: "\f4df"; } + +.fa-truck-pickup::before { + content: "\f63c"; } + +.fa-truck-plane::before { + content: "\e58f"; } + +.fa-truck-ramp-box::before { + content: "\f4de"; } + +.fa-truck-loading::before { + content: "\f4de"; } + +.fa-tty::before { + content: "\f1e4"; } + +.fa-teletype::before { + content: "\f1e4"; } + +.fa-turkish-lira-sign::before { + content: "\e2bb"; } + +.fa-try::before { + content: "\e2bb"; } + +.fa-turkish-lira::before { + content: "\e2bb"; } + +.fa-turn-down::before { + content: "\f3be"; } + +.fa-level-down-alt::before { + content: "\f3be"; } + +.fa-turn-up::before { + content: "\f3bf"; } + +.fa-level-up-alt::before { + content: "\f3bf"; } + +.fa-tv::before { + content: "\f26c"; } + +.fa-television::before { + content: "\f26c"; } + +.fa-tv-alt::before { + content: "\f26c"; } + +.fa-u::before { + content: "\55"; } + +.fa-umbrella::before { + content: "\f0e9"; } + +.fa-umbrella-beach::before { + content: "\f5ca"; } + +.fa-underline::before { + content: "\f0cd"; } + +.fa-universal-access::before { + content: "\f29a"; } + +.fa-unlock::before { + content: "\f09c"; } + +.fa-unlock-keyhole::before { + content: "\f13e"; } + +.fa-unlock-alt::before { + content: "\f13e"; } + +.fa-up-down::before { + content: "\f338"; } + +.fa-arrows-alt-v::before { + content: "\f338"; } + +.fa-up-down-left-right::before { + content: "\f0b2"; } + +.fa-arrows-alt::before { + content: "\f0b2"; } + +.fa-up-long::before { + content: "\f30c"; } + +.fa-long-arrow-alt-up::before { + content: "\f30c"; } + +.fa-up-right-and-down-left-from-center::before { + content: "\f424"; } + +.fa-expand-alt::before { + content: "\f424"; } + +.fa-up-right-from-square::before { + content: "\f35d"; } + +.fa-external-link-alt::before { + content: "\f35d"; } + +.fa-upload::before { + content: "\f093"; } + +.fa-user::before { + content: "\f007"; } + +.fa-user-astronaut::before { + content: "\f4fb"; } + +.fa-user-check::before { + content: "\f4fc"; } + +.fa-user-clock::before { + content: "\f4fd"; } + +.fa-user-doctor::before { + content: "\f0f0"; } + +.fa-user-md::before { + content: "\f0f0"; } + +.fa-user-gear::before { + content: "\f4fe"; } + +.fa-user-cog::before { + content: "\f4fe"; } + +.fa-user-graduate::before { + content: "\f501"; } + +.fa-user-group::before { + content: "\f500"; } + +.fa-user-friends::before { + content: "\f500"; } + +.fa-user-injured::before { + content: "\f728"; } + +.fa-user-large::before { + content: "\f406"; } + +.fa-user-alt::before { + content: "\f406"; } + +.fa-user-large-slash::before { + content: "\f4fa"; } + +.fa-user-alt-slash::before { + content: "\f4fa"; } + +.fa-user-lock::before { + content: "\f502"; } + +.fa-user-minus::before { + content: "\f503"; } + +.fa-user-ninja::before { + content: "\f504"; } + +.fa-user-nurse::before { + content: "\f82f"; } + +.fa-user-pen::before { + content: "\f4ff"; } + +.fa-user-edit::before { + content: "\f4ff"; } + +.fa-user-plus::before { + content: "\f234"; } + +.fa-user-secret::before { + content: "\f21b"; } + +.fa-user-shield::before { + content: "\f505"; } + +.fa-user-slash::before { + content: "\f506"; } + +.fa-user-tag::before { + content: "\f507"; } + +.fa-user-tie::before { + content: "\f508"; } + +.fa-user-xmark::before { + content: "\f235"; } + +.fa-user-times::before { + content: "\f235"; } + +.fa-users::before { + content: "\f0c0"; } + +.fa-users-between-lines::before { + content: "\e591"; } + +.fa-users-gear::before { + content: "\f509"; } + +.fa-users-cog::before { + content: "\f509"; } + +.fa-users-line::before { + content: "\e592"; } + +.fa-users-rays::before { + content: "\e593"; } + +.fa-users-rectangle::before { + content: "\e594"; } + +.fa-users-slash::before { + content: "\e073"; } + +.fa-users-viewfinder::before { + content: "\e595"; } + +.fa-utensils::before { + content: "\f2e7"; } + +.fa-cutlery::before { + content: "\f2e7"; } + +.fa-v::before { + content: "\56"; } + +.fa-van-shuttle::before { + content: "\f5b6"; } + +.fa-shuttle-van::before { + content: "\f5b6"; } + +.fa-vault::before { + content: "\e2c5"; } + +.fa-vector-square::before { + content: "\f5cb"; } + +.fa-venus::before { + content: "\f221"; } + +.fa-venus-double::before { + content: "\f226"; } + +.fa-venus-mars::before { + content: "\f228"; } + +.fa-vest::before { + content: "\e085"; } + +.fa-vest-patches::before { + content: "\e086"; } + +.fa-vial::before { + content: "\f492"; } + +.fa-vial-circle-check::before { + content: "\e596"; } + +.fa-vial-virus::before { + content: "\e597"; } + +.fa-vials::before { + content: "\f493"; } + +.fa-video::before { + content: "\f03d"; } + +.fa-video-camera::before { + content: "\f03d"; } + +.fa-video-slash::before { + content: "\f4e2"; } + +.fa-vihara::before { + content: "\f6a7"; } + +.fa-virus::before { + content: "\e074"; } + +.fa-virus-covid::before { + content: "\e4a8"; } + +.fa-virus-covid-slash::before { + content: "\e4a9"; } + +.fa-virus-slash::before { + content: "\e075"; } + +.fa-viruses::before { + content: "\e076"; } + +.fa-voicemail::before { + content: "\f897"; } + +.fa-volcano::before { + content: "\f770"; } + +.fa-volleyball::before { + content: "\f45f"; } + +.fa-volleyball-ball::before { + content: "\f45f"; } + +.fa-volume-high::before { + content: "\f028"; } + +.fa-volume-up::before { + content: "\f028"; } + +.fa-volume-low::before { + content: "\f027"; } + +.fa-volume-down::before { + content: "\f027"; } + +.fa-volume-off::before { + content: "\f026"; } + +.fa-volume-xmark::before { + content: "\f6a9"; } + +.fa-volume-mute::before { + content: "\f6a9"; } + +.fa-volume-times::before { + content: "\f6a9"; } + +.fa-vr-cardboard::before { + content: "\f729"; } + +.fa-w::before { + content: "\57"; } + +.fa-walkie-talkie::before { + content: "\f8ef"; } + +.fa-wallet::before { + content: "\f555"; } + +.fa-wand-magic::before { + content: "\f0d0"; } + +.fa-magic::before { + content: "\f0d0"; } + +.fa-wand-magic-sparkles::before { + content: "\e2ca"; } + +.fa-magic-wand-sparkles::before { + content: "\e2ca"; } + +.fa-wand-sparkles::before { + content: "\f72b"; } + +.fa-warehouse::before { + content: "\f494"; } + +.fa-water::before { + content: "\f773"; } + +.fa-water-ladder::before { + content: "\f5c5"; } + +.fa-ladder-water::before { + content: "\f5c5"; } + +.fa-swimming-pool::before { + content: "\f5c5"; } + +.fa-wave-square::before { + content: "\f83e"; } + +.fa-weight-hanging::before { + content: "\f5cd"; } + +.fa-weight-scale::before { + content: "\f496"; } + +.fa-weight::before { + content: "\f496"; } + +.fa-wheat-awn::before { + content: "\e2cd"; } + +.fa-wheat-alt::before { + content: "\e2cd"; } + +.fa-wheat-awn-circle-exclamation::before { + content: "\e598"; } + +.fa-wheelchair::before { + content: "\f193"; } + +.fa-wheelchair-move::before { + content: "\e2ce"; } + +.fa-wheelchair-alt::before { + content: "\e2ce"; } + +.fa-whiskey-glass::before { + content: "\f7a0"; } + +.fa-glass-whiskey::before { + content: "\f7a0"; } + +.fa-wifi::before { + content: "\f1eb"; } + +.fa-wifi-3::before { + content: "\f1eb"; } + +.fa-wifi-strong::before { + content: "\f1eb"; } + +.fa-wind::before { + content: "\f72e"; } + +.fa-window-maximize::before { + content: "\f2d0"; } + +.fa-window-minimize::before { + content: "\f2d1"; } + +.fa-window-restore::before { + content: "\f2d2"; } + +.fa-wine-bottle::before { + content: "\f72f"; } + +.fa-wine-glass::before { + content: "\f4e3"; } + +.fa-wine-glass-empty::before { + content: "\f5ce"; } + +.fa-wine-glass-alt::before { + content: "\f5ce"; } + +.fa-won-sign::before { + content: "\f159"; } + +.fa-krw::before { + content: "\f159"; } + +.fa-won::before { + content: "\f159"; } + +.fa-worm::before { + content: "\e599"; } + +.fa-wrench::before { + content: "\f0ad"; } + +.fa-x::before { + content: "\58"; } + +.fa-x-ray::before { + content: "\f497"; } + +.fa-xmark::before { + content: "\f00d"; } + +.fa-close::before { + content: "\f00d"; } + +.fa-multiply::before { + content: "\f00d"; } + +.fa-remove::before { + content: "\f00d"; } + +.fa-times::before { + content: "\f00d"; } + +.fa-xmarks-lines::before { + content: "\e59a"; } + +.fa-y::before { + content: "\59"; } + +.fa-yen-sign::before { + content: "\f157"; } + +.fa-cny::before { + content: "\f157"; } + +.fa-jpy::before { + content: "\f157"; } + +.fa-rmb::before { + content: "\f157"; } + +.fa-yen::before { + content: "\f157"; } + +.fa-yin-yang::before { + content: "\f6ad"; } + +.fa-z::before { + content: "\5a"; } + +.sr-only, +.fa-sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; } + +.sr-only-focusable:not(:focus), +.fa-sr-only-focusable:not(:focus) { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; } +:root, :host { + --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; } + +@font-face { + font-family: 'Font Awesome 6 Brands'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("1e21o67/fa-brands-400.woff2") format("woff2"), url("1e21o67/fa-brands-400.ttf") format("truetype"); } + +.fab, +.fa-brands { + font-family: 'Font Awesome 6 Brands'; + font-weight: 400; } + +.fa-42-group:before { + content: "\e080"; } + +.fa-innosoft:before { + content: "\e080"; } + +.fa-500px:before { + content: "\f26e"; } + +.fa-accessible-icon:before { + content: "\f368"; } + +.fa-accusoft:before { + content: "\f369"; } + +.fa-adn:before { + content: "\f170"; } + +.fa-adversal:before { + content: "\f36a"; } + +.fa-affiliatetheme:before { + content: "\f36b"; } + +.fa-airbnb:before { + content: "\f834"; } + +.fa-algolia:before { + content: "\f36c"; } + +.fa-alipay:before { + content: "\f642"; } + +.fa-amazon:before { + content: "\f270"; } + +.fa-amazon-pay:before { + content: "\f42c"; } + +.fa-amilia:before { + content: "\f36d"; } + +.fa-android:before { + content: "\f17b"; } + +.fa-angellist:before { + content: "\f209"; } + +.fa-angrycreative:before { + content: "\f36e"; } + +.fa-angular:before { + content: "\f420"; } + +.fa-app-store:before { + content: "\f36f"; } + +.fa-app-store-ios:before { + content: "\f370"; } + +.fa-apper:before { + content: "\f371"; } + +.fa-apple:before { + content: "\f179"; } + +.fa-apple-pay:before { + content: "\f415"; } + +.fa-artstation:before { + content: "\f77a"; } + +.fa-asymmetrik:before { + content: "\f372"; } + +.fa-atlassian:before { + content: "\f77b"; } + +.fa-audible:before { + content: "\f373"; } + +.fa-autoprefixer:before { + content: "\f41c"; } + +.fa-avianex:before { + content: "\f374"; } + +.fa-aviato:before { + content: "\f421"; } + +.fa-aws:before { + content: "\f375"; } + +.fa-bandcamp:before { + content: "\f2d5"; } + +.fa-battle-net:before { + content: "\f835"; } + +.fa-behance:before { + content: "\f1b4"; } + +.fa-behance-square:before { + content: "\f1b5"; } + +.fa-bilibili:before { + content: "\e3d9"; } + +.fa-bimobject:before { + content: "\f378"; } + +.fa-bitbucket:before { + content: "\f171"; } + +.fa-bitcoin:before { + content: "\f379"; } + +.fa-bity:before { + content: "\f37a"; } + +.fa-black-tie:before { + content: "\f27e"; } + +.fa-blackberry:before { + content: "\f37b"; } + +.fa-blogger:before { + content: "\f37c"; } + +.fa-blogger-b:before { + content: "\f37d"; } + +.fa-bluetooth:before { + content: "\f293"; } + +.fa-bluetooth-b:before { + content: "\f294"; } + +.fa-bootstrap:before { + content: "\f836"; } + +.fa-bots:before { + content: "\e340"; } + +.fa-btc:before { + content: "\f15a"; } + +.fa-buffer:before { + content: "\f837"; } + +.fa-buromobelexperte:before { + content: "\f37f"; } + +.fa-buy-n-large:before { + content: "\f8a6"; } + +.fa-buysellads:before { + content: "\f20d"; } + +.fa-canadian-maple-leaf:before { + content: "\f785"; } + +.fa-cc-amazon-pay:before { + content: "\f42d"; } + +.fa-cc-amex:before { + content: "\f1f3"; } + +.fa-cc-apple-pay:before { + content: "\f416"; } + +.fa-cc-diners-club:before { + content: "\f24c"; } + +.fa-cc-discover:before { + content: "\f1f2"; } + +.fa-cc-jcb:before { + content: "\f24b"; } + +.fa-cc-mastercard:before { + content: "\f1f1"; } + +.fa-cc-paypal:before { + content: "\f1f4"; } + +.fa-cc-stripe:before { + content: "\f1f5"; } + +.fa-cc-visa:before { + content: "\f1f0"; } + +.fa-centercode:before { + content: "\f380"; } + +.fa-centos:before { + content: "\f789"; } + +.fa-chrome:before { + content: "\f268"; } + +.fa-chromecast:before { + content: "\f838"; } + +.fa-cloudflare:before { + content: "\e07d"; } + +.fa-cloudscale:before { + content: "\f383"; } + +.fa-cloudsmith:before { + content: "\f384"; } + +.fa-cloudversify:before { + content: "\f385"; } + +.fa-cmplid:before { + content: "\e360"; } + +.fa-codepen:before { + content: "\f1cb"; } + +.fa-codiepie:before { + content: "\f284"; } + +.fa-confluence:before { + content: "\f78d"; } + +.fa-connectdevelop:before { + content: "\f20e"; } + +.fa-contao:before { + content: "\f26d"; } + +.fa-cotton-bureau:before { + content: "\f89e"; } + +.fa-cpanel:before { + content: "\f388"; } + +.fa-creative-commons:before { + content: "\f25e"; } + +.fa-creative-commons-by:before { + content: "\f4e7"; } + +.fa-creative-commons-nc:before { + content: "\f4e8"; } + +.fa-creative-commons-nc-eu:before { + content: "\f4e9"; } + +.fa-creative-commons-nc-jp:before { + content: "\f4ea"; } + +.fa-creative-commons-nd:before { + content: "\f4eb"; } + +.fa-creative-commons-pd:before { + content: "\f4ec"; } + +.fa-creative-commons-pd-alt:before { + content: "\f4ed"; } + +.fa-creative-commons-remix:before { + content: "\f4ee"; } + +.fa-creative-commons-sa:before { + content: "\f4ef"; } + +.fa-creative-commons-sampling:before { + content: "\f4f0"; } + +.fa-creative-commons-sampling-plus:before { + content: "\f4f1"; } + +.fa-creative-commons-share:before { + content: "\f4f2"; } + +.fa-creative-commons-zero:before { + content: "\f4f3"; } + +.fa-critical-role:before { + content: "\f6c9"; } + +.fa-css3:before { + content: "\f13c"; } + +.fa-css3-alt:before { + content: "\f38b"; } + +.fa-cuttlefish:before { + content: "\f38c"; } + +.fa-d-and-d:before { + content: "\f38d"; } + +.fa-d-and-d-beyond:before { + content: "\f6ca"; } + +.fa-dailymotion:before { + content: "\e052"; } + +.fa-dashcube:before { + content: "\f210"; } + +.fa-deezer:before { + content: "\e077"; } + +.fa-delicious:before { + content: "\f1a5"; } + +.fa-deploydog:before { + content: "\f38e"; } + +.fa-deskpro:before { + content: "\f38f"; } + +.fa-dev:before { + content: "\f6cc"; } + +.fa-deviantart:before { + content: "\f1bd"; } + +.fa-dhl:before { + content: "\f790"; } + +.fa-diaspora:before { + content: "\f791"; } + +.fa-digg:before { + content: "\f1a6"; } + +.fa-digital-ocean:before { + content: "\f391"; } + +.fa-discord:before { + content: "\f392"; } + +.fa-discourse:before { + content: "\f393"; } + +.fa-dochub:before { + content: "\f394"; } + +.fa-docker:before { + content: "\f395"; } + +.fa-draft2digital:before { + content: "\f396"; } + +.fa-dribbble:before { + content: "\f17d"; } + +.fa-dribbble-square:before { + content: "\f397"; } + +.fa-dropbox:before { + content: "\f16b"; } + +.fa-drupal:before { + content: "\f1a9"; } + +.fa-dyalog:before { + content: "\f399"; } + +.fa-earlybirds:before { + content: "\f39a"; } + +.fa-ebay:before { + content: "\f4f4"; } + +.fa-edge:before { + content: "\f282"; } + +.fa-edge-legacy:before { + content: "\e078"; } + +.fa-elementor:before { + content: "\f430"; } + +.fa-ello:before { + content: "\f5f1"; } + +.fa-ember:before { + content: "\f423"; } + +.fa-empire:before { + content: "\f1d1"; } + +.fa-envira:before { + content: "\f299"; } + +.fa-erlang:before { + content: "\f39d"; } + +.fa-ethereum:before { + content: "\f42e"; } + +.fa-etsy:before { + content: "\f2d7"; } + +.fa-evernote:before { + content: "\f839"; } + +.fa-expeditedssl:before { + content: "\f23e"; } + +.fa-facebook:before { + content: "\f09a"; } + +.fa-facebook-f:before { + content: "\f39e"; } + +.fa-facebook-messenger:before { + content: "\f39f"; } + +.fa-facebook-square:before { + content: "\f082"; } + +.fa-fantasy-flight-games:before { + content: "\f6dc"; } + +.fa-fedex:before { + content: "\f797"; } + +.fa-fedora:before { + content: "\f798"; } + +.fa-figma:before { + content: "\f799"; } + +.fa-firefox:before { + content: "\f269"; } + +.fa-firefox-browser:before { + content: "\e007"; } + +.fa-first-order:before { + content: "\f2b0"; } + +.fa-first-order-alt:before { + content: "\f50a"; } + +.fa-firstdraft:before { + content: "\f3a1"; } + +.fa-flickr:before { + content: "\f16e"; } + +.fa-flipboard:before { + content: "\f44d"; } + +.fa-fly:before { + content: "\f417"; } + +.fa-font-awesome:before { + content: "\f2b4"; } + +.fa-font-awesome-flag:before { + content: "\f2b4"; } + +.fa-font-awesome-logo-full:before { + content: "\f2b4"; } + +.fa-fonticons:before { + content: "\f280"; } + +.fa-fonticons-fi:before { + content: "\f3a2"; } + +.fa-fort-awesome:before { + content: "\f286"; } + +.fa-fort-awesome-alt:before { + content: "\f3a3"; } + +.fa-forumbee:before { + content: "\f211"; } + +.fa-foursquare:before { + content: "\f180"; } + +.fa-free-code-camp:before { + content: "\f2c5"; } + +.fa-freebsd:before { + content: "\f3a4"; } + +.fa-fulcrum:before { + content: "\f50b"; } + +.fa-galactic-republic:before { + content: "\f50c"; } + +.fa-galactic-senate:before { + content: "\f50d"; } + +.fa-get-pocket:before { + content: "\f265"; } + +.fa-gg:before { + content: "\f260"; } + +.fa-gg-circle:before { + content: "\f261"; } + +.fa-git:before { + content: "\f1d3"; } + +.fa-git-alt:before { + content: "\f841"; } + +.fa-git-square:before { + content: "\f1d2"; } + +.fa-github:before { + content: "\f09b"; } + +.fa-github-alt:before { + content: "\f113"; } + +.fa-github-square:before { + content: "\f092"; } + +.fa-gitkraken:before { + content: "\f3a6"; } + +.fa-gitlab:before { + content: "\f296"; } + +.fa-gitter:before { + content: "\f426"; } + +.fa-glide:before { + content: "\f2a5"; } + +.fa-glide-g:before { + content: "\f2a6"; } + +.fa-gofore:before { + content: "\f3a7"; } + +.fa-golang:before { + content: "\e40f"; } + +.fa-goodreads:before { + content: "\f3a8"; } + +.fa-goodreads-g:before { + content: "\f3a9"; } + +.fa-google:before { + content: "\f1a0"; } + +.fa-google-drive:before { + content: "\f3aa"; } + +.fa-google-pay:before { + content: "\e079"; } + +.fa-google-play:before { + content: "\f3ab"; } + +.fa-google-plus:before { + content: "\f2b3"; } + +.fa-google-plus-g:before { + content: "\f0d5"; } + +.fa-google-plus-square:before { + content: "\f0d4"; } + +.fa-google-wallet:before { + content: "\f1ee"; } + +.fa-gratipay:before { + content: "\f184"; } + +.fa-grav:before { + content: "\f2d6"; } + +.fa-gripfire:before { + content: "\f3ac"; } + +.fa-grunt:before { + content: "\f3ad"; } + +.fa-guilded:before { + content: "\e07e"; } + +.fa-gulp:before { + content: "\f3ae"; } + +.fa-hacker-news:before { + content: "\f1d4"; } + +.fa-hacker-news-square:before { + content: "\f3af"; } + +.fa-hackerrank:before { + content: "\f5f7"; } + +.fa-hashnode:before { + content: "\e499"; } + +.fa-hips:before { + content: "\f452"; } + +.fa-hire-a-helper:before { + content: "\f3b0"; } + +.fa-hive:before { + content: "\e07f"; } + +.fa-hooli:before { + content: "\f427"; } + +.fa-hornbill:before { + content: "\f592"; } + +.fa-hotjar:before { + content: "\f3b1"; } + +.fa-houzz:before { + content: "\f27c"; } + +.fa-html5:before { + content: "\f13b"; } + +.fa-hubspot:before { + content: "\f3b2"; } + +.fa-ideal:before { + content: "\e013"; } + +.fa-imdb:before { + content: "\f2d8"; } + +.fa-instagram:before { + content: "\f16d"; } + +.fa-instagram-square:before { + content: "\e055"; } + +.fa-instalod:before { + content: "\e081"; } + +.fa-intercom:before { + content: "\f7af"; } + +.fa-internet-explorer:before { + content: "\f26b"; } + +.fa-invision:before { + content: "\f7b0"; } + +.fa-ioxhost:before { + content: "\f208"; } + +.fa-itch-io:before { + content: "\f83a"; } + +.fa-itunes:before { + content: "\f3b4"; } + +.fa-itunes-note:before { + content: "\f3b5"; } + +.fa-java:before { + content: "\f4e4"; } + +.fa-jedi-order:before { + content: "\f50e"; } + +.fa-jenkins:before { + content: "\f3b6"; } + +.fa-jira:before { + content: "\f7b1"; } + +.fa-joget:before { + content: "\f3b7"; } + +.fa-joomla:before { + content: "\f1aa"; } + +.fa-js:before { + content: "\f3b8"; } + +.fa-js-square:before { + content: "\f3b9"; } + +.fa-jsfiddle:before { + content: "\f1cc"; } + +.fa-kaggle:before { + content: "\f5fa"; } + +.fa-keybase:before { + content: "\f4f5"; } + +.fa-keycdn:before { + content: "\f3ba"; } + +.fa-kickstarter:before { + content: "\f3bb"; } + +.fa-kickstarter-k:before { + content: "\f3bc"; } + +.fa-korvue:before { + content: "\f42f"; } + +.fa-laravel:before { + content: "\f3bd"; } + +.fa-lastfm:before { + content: "\f202"; } + +.fa-lastfm-square:before { + content: "\f203"; } + +.fa-leanpub:before { + content: "\f212"; } + +.fa-less:before { + content: "\f41d"; } + +.fa-line:before { + content: "\f3c0"; } + +.fa-linkedin:before { + content: "\f08c"; } + +.fa-linkedin-in:before { + content: "\f0e1"; } + +.fa-linode:before { + content: "\f2b8"; } + +.fa-linux:before { + content: "\f17c"; } + +.fa-lyft:before { + content: "\f3c3"; } + +.fa-magento:before { + content: "\f3c4"; } + +.fa-mailchimp:before { + content: "\f59e"; } + +.fa-mandalorian:before { + content: "\f50f"; } + +.fa-markdown:before { + content: "\f60f"; } + +.fa-mastodon:before { + content: "\f4f6"; } + +.fa-maxcdn:before { + content: "\f136"; } + +.fa-mdb:before { + content: "\f8ca"; } + +.fa-medapps:before { + content: "\f3c6"; } + +.fa-medium:before { + content: "\f23a"; } + +.fa-medium-m:before { + content: "\f23a"; } + +.fa-medrt:before { + content: "\f3c8"; } + +.fa-meetup:before { + content: "\f2e0"; } + +.fa-megaport:before { + content: "\f5a3"; } + +.fa-mendeley:before { + content: "\f7b3"; } + +.fa-microblog:before { + content: "\e01a"; } + +.fa-microsoft:before { + content: "\f3ca"; } + +.fa-mix:before { + content: "\f3cb"; } + +.fa-mixcloud:before { + content: "\f289"; } + +.fa-mixer:before { + content: "\e056"; } + +.fa-mizuni:before { + content: "\f3cc"; } + +.fa-modx:before { + content: "\f285"; } + +.fa-monero:before { + content: "\f3d0"; } + +.fa-napster:before { + content: "\f3d2"; } + +.fa-neos:before { + content: "\f612"; } + +.fa-nfc-directional:before { + content: "\e530"; } + +.fa-nfc-symbol:before { + content: "\e531"; } + +.fa-nimblr:before { + content: "\f5a8"; } + +.fa-node:before { + content: "\f419"; } + +.fa-node-js:before { + content: "\f3d3"; } + +.fa-npm:before { + content: "\f3d4"; } + +.fa-ns8:before { + content: "\f3d5"; } + +.fa-nutritionix:before { + content: "\f3d6"; } + +.fa-octopus-deploy:before { + content: "\e082"; } + +.fa-odnoklassniki:before { + content: "\f263"; } + +.fa-odnoklassniki-square:before { + content: "\f264"; } + +.fa-old-republic:before { + content: "\f510"; } + +.fa-opencart:before { + content: "\f23d"; } + +.fa-openid:before { + content: "\f19b"; } + +.fa-opera:before { + content: "\f26a"; } + +.fa-optin-monster:before { + content: "\f23c"; } + +.fa-orcid:before { + content: "\f8d2"; } + +.fa-osi:before { + content: "\f41a"; } + +.fa-padlet:before { + content: "\e4a0"; } + +.fa-page4:before { + content: "\f3d7"; } + +.fa-pagelines:before { + content: "\f18c"; } + +.fa-palfed:before { + content: "\f3d8"; } + +.fa-patreon:before { + content: "\f3d9"; } + +.fa-paypal:before { + content: "\f1ed"; } + +.fa-perbyte:before { + content: "\e083"; } + +.fa-periscope:before { + content: "\f3da"; } + +.fa-phabricator:before { + content: "\f3db"; } + +.fa-phoenix-framework:before { + content: "\f3dc"; } + +.fa-phoenix-squadron:before { + content: "\f511"; } + +.fa-php:before { + content: "\f457"; } + +.fa-pied-piper:before { + content: "\f2ae"; } + +.fa-pied-piper-alt:before { + content: "\f1a8"; } + +.fa-pied-piper-hat:before { + content: "\f4e5"; } + +.fa-pied-piper-pp:before { + content: "\f1a7"; } + +.fa-pied-piper-square:before { + content: "\e01e"; } + +.fa-pinterest:before { + content: "\f0d2"; } + +.fa-pinterest-p:before { + content: "\f231"; } + +.fa-pinterest-square:before { + content: "\f0d3"; } + +.fa-pix:before { + content: "\e43a"; } + +.fa-playstation:before { + content: "\f3df"; } + +.fa-product-hunt:before { + content: "\f288"; } + +.fa-pushed:before { + content: "\f3e1"; } + +.fa-python:before { + content: "\f3e2"; } + +.fa-qq:before { + content: "\f1d6"; } + +.fa-quinscape:before { + content: "\f459"; } + +.fa-quora:before { + content: "\f2c4"; } + +.fa-r-project:before { + content: "\f4f7"; } + +.fa-raspberry-pi:before { + content: "\f7bb"; } + +.fa-ravelry:before { + content: "\f2d9"; } + +.fa-react:before { + content: "\f41b"; } + +.fa-reacteurope:before { + content: "\f75d"; } + +.fa-readme:before { + content: "\f4d5"; } + +.fa-rebel:before { + content: "\f1d0"; } + +.fa-red-river:before { + content: "\f3e3"; } + +.fa-reddit:before { + content: "\f1a1"; } + +.fa-reddit-alien:before { + content: "\f281"; } + +.fa-reddit-square:before { + content: "\f1a2"; } + +.fa-redhat:before { + content: "\f7bc"; } + +.fa-renren:before { + content: "\f18b"; } + +.fa-replyd:before { + content: "\f3e6"; } + +.fa-researchgate:before { + content: "\f4f8"; } + +.fa-resolving:before { + content: "\f3e7"; } + +.fa-rev:before { + content: "\f5b2"; } + +.fa-rocketchat:before { + content: "\f3e8"; } + +.fa-rockrms:before { + content: "\f3e9"; } + +.fa-rust:before { + content: "\e07a"; } + +.fa-safari:before { + content: "\f267"; } + +.fa-salesforce:before { + content: "\f83b"; } + +.fa-sass:before { + content: "\f41e"; } + +.fa-schlix:before { + content: "\f3ea"; } + +.fa-screenpal:before { + content: "\e570"; } + +.fa-scribd:before { + content: "\f28a"; } + +.fa-searchengin:before { + content: "\f3eb"; } + +.fa-sellcast:before { + content: "\f2da"; } + +.fa-sellsy:before { + content: "\f213"; } + +.fa-servicestack:before { + content: "\f3ec"; } + +.fa-shirtsinbulk:before { + content: "\f214"; } + +.fa-shopify:before { + content: "\e057"; } + +.fa-shopware:before { + content: "\f5b5"; } + +.fa-simplybuilt:before { + content: "\f215"; } + +.fa-sistrix:before { + content: "\f3ee"; } + +.fa-sith:before { + content: "\f512"; } + +.fa-sitrox:before { + content: "\e44a"; } + +.fa-sketch:before { + content: "\f7c6"; } + +.fa-skyatlas:before { + content: "\f216"; } + +.fa-skype:before { + content: "\f17e"; } + +.fa-slack:before { + content: "\f198"; } + +.fa-slack-hash:before { + content: "\f198"; } + +.fa-slideshare:before { + content: "\f1e7"; } + +.fa-snapchat:before { + content: "\f2ab"; } + +.fa-snapchat-ghost:before { + content: "\f2ab"; } + +.fa-snapchat-square:before { + content: "\f2ad"; } + +.fa-soundcloud:before { + content: "\f1be"; } + +.fa-sourcetree:before { + content: "\f7d3"; } + +.fa-speakap:before { + content: "\f3f3"; } + +.fa-speaker-deck:before { + content: "\f83c"; } + +.fa-spotify:before { + content: "\f1bc"; } + +.fa-square-font-awesome:before { + content: "\f425"; } + +.fa-square-font-awesome-stroke:before { + content: "\f35c"; } + +.fa-font-awesome-alt:before { + content: "\f35c"; } + +.fa-squarespace:before { + content: "\f5be"; } + +.fa-stack-exchange:before { + content: "\f18d"; } + +.fa-stack-overflow:before { + content: "\f16c"; } + +.fa-stackpath:before { + content: "\f842"; } + +.fa-staylinked:before { + content: "\f3f5"; } + +.fa-steam:before { + content: "\f1b6"; } + +.fa-steam-square:before { + content: "\f1b7"; } + +.fa-steam-symbol:before { + content: "\f3f6"; } + +.fa-sticker-mule:before { + content: "\f3f7"; } + +.fa-strava:before { + content: "\f428"; } + +.fa-stripe:before { + content: "\f429"; } + +.fa-stripe-s:before { + content: "\f42a"; } + +.fa-studiovinari:before { + content: "\f3f8"; } + +.fa-stumbleupon:before { + content: "\f1a4"; } + +.fa-stumbleupon-circle:before { + content: "\f1a3"; } + +.fa-superpowers:before { + content: "\f2dd"; } + +.fa-supple:before { + content: "\f3f9"; } + +.fa-suse:before { + content: "\f7d6"; } + +.fa-swift:before { + content: "\f8e1"; } + +.fa-symfony:before { + content: "\f83d"; } + +.fa-teamspeak:before { + content: "\f4f9"; } + +.fa-telegram:before { + content: "\f2c6"; } + +.fa-telegram-plane:before { + content: "\f2c6"; } + +.fa-tencent-weibo:before { + content: "\f1d5"; } + +.fa-the-red-yeti:before { + content: "\f69d"; } + +.fa-themeco:before { + content: "\f5c6"; } + +.fa-themeisle:before { + content: "\f2b2"; } + +.fa-think-peaks:before { + content: "\f731"; } + +.fa-tiktok:before { + content: "\e07b"; } + +.fa-trade-federation:before { + content: "\f513"; } + +.fa-trello:before { + content: "\f181"; } + +.fa-tumblr:before { + content: "\f173"; } + +.fa-tumblr-square:before { + content: "\f174"; } + +.fa-twitch:before { + content: "\f1e8"; } + +.fa-twitter:before { + content: "\f099"; } + +.fa-twitter-square:before { + content: "\f081"; } + +.fa-typo3:before { + content: "\f42b"; } + +.fa-uber:before { + content: "\f402"; } + +.fa-ubuntu:before { + content: "\f7df"; } + +.fa-uikit:before { + content: "\f403"; } + +.fa-umbraco:before { + content: "\f8e8"; } + +.fa-uncharted:before { + content: "\e084"; } + +.fa-uniregistry:before { + content: "\f404"; } + +.fa-unity:before { + content: "\e049"; } + +.fa-unsplash:before { + content: "\e07c"; } + +.fa-untappd:before { + content: "\f405"; } + +.fa-ups:before { + content: "\f7e0"; } + +.fa-usb:before { + content: "\f287"; } + +.fa-usps:before { + content: "\f7e1"; } + +.fa-ussunnah:before { + content: "\f407"; } + +.fa-vaadin:before { + content: "\f408"; } + +.fa-viacoin:before { + content: "\f237"; } + +.fa-viadeo:before { + content: "\f2a9"; } + +.fa-viadeo-square:before { + content: "\f2aa"; } + +.fa-viber:before { + content: "\f409"; } + +.fa-vimeo:before { + content: "\f40a"; } + +.fa-vimeo-square:before { + content: "\f194"; } + +.fa-vimeo-v:before { + content: "\f27d"; } + +.fa-vine:before { + content: "\f1ca"; } + +.fa-vk:before { + content: "\f189"; } + +.fa-vnv:before { + content: "\f40b"; } + +.fa-vuejs:before { + content: "\f41f"; } + +.fa-watchman-monitoring:before { + content: "\e087"; } + +.fa-waze:before { + content: "\f83f"; } + +.fa-weebly:before { + content: "\f5cc"; } + +.fa-weibo:before { + content: "\f18a"; } + +.fa-weixin:before { + content: "\f1d7"; } + +.fa-whatsapp:before { + content: "\f232"; } + +.fa-whatsapp-square:before { + content: "\f40c"; } + +.fa-whmcs:before { + content: "\f40d"; } + +.fa-wikipedia-w:before { + content: "\f266"; } + +.fa-windows:before { + content: "\f17a"; } + +.fa-wirsindhandwerk:before { + content: "\e2d0"; } + +.fa-wsh:before { + content: "\e2d0"; } + +.fa-wix:before { + content: "\f5cf"; } + +.fa-wizards-of-the-coast:before { + content: "\f730"; } + +.fa-wodu:before { + content: "\e088"; } + +.fa-wolf-pack-battalion:before { + content: "\f514"; } + +.fa-wordpress:before { + content: "\f19a"; } + +.fa-wordpress-simple:before { + content: "\f411"; } + +.fa-wpbeginner:before { + content: "\f297"; } + +.fa-wpexplorer:before { + content: "\f2de"; } + +.fa-wpforms:before { + content: "\f298"; } + +.fa-wpressr:before { + content: "\f3e4"; } + +.fa-xbox:before { + content: "\f412"; } + +.fa-xing:before { + content: "\f168"; } + +.fa-xing-square:before { + content: "\f169"; } + +.fa-y-combinator:before { + content: "\f23b"; } + +.fa-yahoo:before { + content: "\f19e"; } + +.fa-yammer:before { + content: "\f840"; } + +.fa-yandex:before { + content: "\f413"; } + +.fa-yandex-international:before { + content: "\f414"; } + +.fa-yarn:before { + content: "\f7e3"; } + +.fa-yelp:before { + content: "\f1e9"; } + +.fa-yoast:before { + content: "\f2b1"; } + +.fa-youtube:before { + content: "\f167"; } + +.fa-youtube-square:before { + content: "\f431"; } + +.fa-zhihu:before { + content: "\f63f"; } +:root, :host { + --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"; } + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 400; + font-display: block; + src: url("1e21o67/fa-regular-400.woff2") format("woff2"), url("1e21o67/fa-regular-400.ttf") format("truetype"); } + +.far, +.fa-regular { + font-family: 'Font Awesome 6 Free'; + font-weight: 400; } +:root, :host { + --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; } + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 900; + font-display: block; + src: url("1e21o67/fa-solid-900.woff2") format("woff2"), url("1e21o67/fa-solid-900.ttf") format("truetype"); } + +.fas, +.fa-solid { + font-family: 'Font Awesome 6 Free'; + font-weight: 900; } +@font-face { + font-family: "Font Awesome 5 Brands"; + font-display: block; + font-weight: 400; + src: url("1e21o67/fa-brands-400.woff2") format("woff2"), url("1e21o67/fa-brands-400.ttf") format("truetype"); } + +@font-face { + font-family: "Font Awesome 5 Free"; + font-display: block; + font-weight: 900; + src: url("1e21o67/fa-solid-900.woff2") format("woff2"), url("1e21o67/fa-solid-900.ttf") format("truetype"); } + +@font-face { + font-family: "Font Awesome 5 Free"; + font-display: block; + font-weight: 400; + src: url("1e21o67/fa-regular-400.woff2") format("woff2"), url("1e21o67/fa-regular-400.ttf") format("truetype"); } +@font-face { + font-family: "FontAwesome"; + font-display: block; + src: url("1e21o67/fa-solid-900.woff2") format("woff2"), url("1e21o67/fa-solid-900.ttf") format("truetype"); } + +@font-face { + font-family: "FontAwesome"; + font-display: block; + src: url("1e21o67/fa-brands-400.woff2") format("woff2"), url("1e21o67/fa-brands-400.ttf") format("truetype"); } + +@font-face { + font-family: "FontAwesome"; + font-display: block; + src: url("1e21o67/fa-regular-400.woff2") format("woff2"), url("1e21o67/fa-regular-400.ttf") format("truetype"); + unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; } + +@font-face { + font-family: "FontAwesome"; + font-display: block; + src: url("1e21o67/fa-v4compatibility.woff2") format("woff2"), url("1e21o67/fa-v4compatibility.ttf") format("truetype"); + unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F250,U+F252,U+F27A; } diff --git a/docs/site_libs/quarto-contrib/fontawesome6-0.1.0/latex-fontsize.css b/docs/site_libs/quarto-contrib/fontawesome6-0.1.0/latex-fontsize.css new file mode 100644 index 00000000..45545ecf --- /dev/null +++ b/docs/site_libs/quarto-contrib/fontawesome6-0.1.0/latex-fontsize.css @@ -0,0 +1,30 @@ +.fa-tiny { + font-size: 0.5em; +} +.fa-scriptsize { + font-size: 0.7em; +} +.fa-footnotesize { + font-size: 0.8em; +} +.fa-small { + font-size: 0.9em; +} +.fa-normalsize { + font-size: 1em; +} +.fa-large { + font-size: 1.2em; +} +.fa-Large { + font-size: 1.5em; +} +.fa-LARGE { + font-size: 1.75em; +} +.fa-huge { + font-size: 2em; +} +.fa-Huge { + font-size: 2.5em; +} diff --git a/docs/site_libs/quarto-html/anchor.min.js b/docs/site_libs/quarto-html/anchor.min.js new file mode 100644 index 00000000..5ac814d1 --- /dev/null +++ b/docs/site_libs/quarto-html/anchor.min.js @@ -0,0 +1,9 @@ +// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat +// +// AnchorJS - v5.0.0 - 2023-01-18 +// https://www.bryanbraun.com/anchorjs/ +// Copyright (c) 2023 Bryan Braun; Licensed MIT +// +// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat +!function(A,e){"use strict";"function"==typeof define&&define.amd?define([],e):"object"==typeof module&&module.exports?module.exports=e():(A.AnchorJS=e(),A.anchors=new A.AnchorJS)}(globalThis,function(){"use strict";return function(A){function u(A){A.icon=Object.prototype.hasOwnProperty.call(A,"icon")?A.icon:"",A.visible=Object.prototype.hasOwnProperty.call(A,"visible")?A.visible:"hover",A.placement=Object.prototype.hasOwnProperty.call(A,"placement")?A.placement:"right",A.ariaLabel=Object.prototype.hasOwnProperty.call(A,"ariaLabel")?A.ariaLabel:"Anchor",A.class=Object.prototype.hasOwnProperty.call(A,"class")?A.class:"",A.base=Object.prototype.hasOwnProperty.call(A,"base")?A.base:"",A.truncate=Object.prototype.hasOwnProperty.call(A,"truncate")?Math.floor(A.truncate):64,A.titleText=Object.prototype.hasOwnProperty.call(A,"titleText")?A.titleText:""}function d(A){var e;if("string"==typeof A||A instanceof String)e=[].slice.call(document.querySelectorAll(A));else{if(!(Array.isArray(A)||A instanceof NodeList))throw new TypeError("The selector provided to AnchorJS was invalid.");e=[].slice.call(A)}return e}this.options=A||{},this.elements=[],u(this.options),this.add=function(A){var e,t,o,i,n,s,a,r,l,c,h,p=[];if(u(this.options),0!==(e=d(A=A||"h2, h3, h4, h5, h6")).length){for(null===document.head.querySelector("style.anchorjs")&&((A=document.createElement("style")).className="anchorjs",A.appendChild(document.createTextNode("")),void 0===(h=document.head.querySelector('[rel="stylesheet"],style'))?document.head.appendChild(A):document.head.insertBefore(A,h),A.sheet.insertRule(".anchorjs-link{opacity:0;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}",A.sheet.cssRules.length),A.sheet.insertRule(":hover>.anchorjs-link,.anchorjs-link:focus{opacity:1}",A.sheet.cssRules.length),A.sheet.insertRule("[data-anchorjs-icon]::after{content:attr(data-anchorjs-icon)}",A.sheet.cssRules.length),A.sheet.insertRule('@font-face{font-family:anchorjs-icons;src:url(data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x5ZlQCcfwAAAH4AAABCGhlYWQHFvHyAAAAvAAAADZoaGVhBnACFwAAAPQAAAAkaG10eASAADEAAAGYAAAADGxvY2EACACEAAAB8AAAAAhtYXhwAAYAVwAAARgAAAAgbmFtZQGOH9cAAAMAAAAAunBvc3QAAwAAAAADvAAAACAAAQAAAAEAAHzE2p9fDzz1AAkEAAAAAADRecUWAAAAANQA6R8AAAAAAoACwAAAAAgAAgAAAAAAAAABAAADwP/AAAACgAAA/9MCrQABAAAAAAAAAAAAAAAAAAAAAwABAAAAAwBVAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAMCQAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAg//0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAAIAAAACgAAxAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADAAAAAIAAgAAgAAACDpy//9//8AAAAg6cv//f///+EWNwADAAEAAAAAAAAAAAAAAAAACACEAAEAAAAAAAAAAAAAAAAxAAACAAQARAKAAsAAKwBUAAABIiYnJjQ3NzY2MzIWFxYUBwcGIicmNDc3NjQnJiYjIgYHBwYUFxYUBwYGIwciJicmNDc3NjIXFhQHBwYUFxYWMzI2Nzc2NCcmNDc2MhcWFAcHBgYjARQGDAUtLXoWOR8fORYtLTgKGwoKCjgaGg0gEhIgDXoaGgkJBQwHdR85Fi0tOAobCgoKOBoaDSASEiANehoaCQkKGwotLXoWOR8BMwUFLYEuehYXFxYugC44CQkKGwo4GkoaDQ0NDXoaShoKGwoFBe8XFi6ALjgJCQobCjgaShoNDQ0NehpKGgobCgoKLYEuehYXAAAADACWAAEAAAAAAAEACAAAAAEAAAAAAAIAAwAIAAEAAAAAAAMACAAAAAEAAAAAAAQACAAAAAEAAAAAAAUAAQALAAEAAAAAAAYACAAAAAMAAQQJAAEAEAAMAAMAAQQJAAIABgAcAAMAAQQJAAMAEAAMAAMAAQQJAAQAEAAMAAMAAQQJAAUAAgAiAAMAAQQJAAYAEAAMYW5jaG9yanM0MDBAAGEAbgBjAGgAbwByAGoAcwA0ADAAMABAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP) format("truetype")}',A.sheet.cssRules.length)),h=document.querySelectorAll("[id]"),t=[].map.call(h,function(A){return A.id}),i=0;i\]./()*\\\n\t\b\v\u00A0]/g,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()},this.hasAnchorJSLink=function(A){var e=A.firstChild&&-1<(" "+A.firstChild.className+" ").indexOf(" anchorjs-link "),A=A.lastChild&&-1<(" "+A.lastChild.className+" ").indexOf(" anchorjs-link ");return e||A||!1}}}); +// @license-end \ No newline at end of file diff --git a/docs/site_libs/quarto-html/popper.min.js b/docs/site_libs/quarto-html/popper.min.js new file mode 100644 index 00000000..e3726d72 --- /dev/null +++ b/docs/site_libs/quarto-html/popper.min.js @@ -0,0 +1,6 @@ +/** + * @popperjs/core v2.11.7 - MIT License + */ + +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).Popper={})}(this,(function(e){"use strict";function t(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function n(e){return e instanceof t(e).Element||e instanceof Element}function r(e){return e instanceof t(e).HTMLElement||e instanceof HTMLElement}function o(e){return"undefined"!=typeof ShadowRoot&&(e instanceof t(e).ShadowRoot||e instanceof ShadowRoot)}var i=Math.max,a=Math.min,s=Math.round;function f(){var e=navigator.userAgentData;return null!=e&&e.brands&&Array.isArray(e.brands)?e.brands.map((function(e){return e.brand+"/"+e.version})).join(" "):navigator.userAgent}function c(){return!/^((?!chrome|android).)*safari/i.test(f())}function p(e,o,i){void 0===o&&(o=!1),void 0===i&&(i=!1);var a=e.getBoundingClientRect(),f=1,p=1;o&&r(e)&&(f=e.offsetWidth>0&&s(a.width)/e.offsetWidth||1,p=e.offsetHeight>0&&s(a.height)/e.offsetHeight||1);var u=(n(e)?t(e):window).visualViewport,l=!c()&&i,d=(a.left+(l&&u?u.offsetLeft:0))/f,h=(a.top+(l&&u?u.offsetTop:0))/p,m=a.width/f,v=a.height/p;return{width:m,height:v,top:h,right:d+m,bottom:h+v,left:d,x:d,y:h}}function u(e){var n=t(e);return{scrollLeft:n.pageXOffset,scrollTop:n.pageYOffset}}function l(e){return e?(e.nodeName||"").toLowerCase():null}function d(e){return((n(e)?e.ownerDocument:e.document)||window.document).documentElement}function h(e){return p(d(e)).left+u(e).scrollLeft}function m(e){return t(e).getComputedStyle(e)}function v(e){var t=m(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function y(e,n,o){void 0===o&&(o=!1);var i,a,f=r(n),c=r(n)&&function(e){var t=e.getBoundingClientRect(),n=s(t.width)/e.offsetWidth||1,r=s(t.height)/e.offsetHeight||1;return 1!==n||1!==r}(n),m=d(n),y=p(e,c,o),g={scrollLeft:0,scrollTop:0},b={x:0,y:0};return(f||!f&&!o)&&(("body"!==l(n)||v(m))&&(g=(i=n)!==t(i)&&r(i)?{scrollLeft:(a=i).scrollLeft,scrollTop:a.scrollTop}:u(i)),r(n)?((b=p(n,!0)).x+=n.clientLeft,b.y+=n.clientTop):m&&(b.x=h(m))),{x:y.left+g.scrollLeft-b.x,y:y.top+g.scrollTop-b.y,width:y.width,height:y.height}}function g(e){var t=p(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function b(e){return"html"===l(e)?e:e.assignedSlot||e.parentNode||(o(e)?e.host:null)||d(e)}function x(e){return["html","body","#document"].indexOf(l(e))>=0?e.ownerDocument.body:r(e)&&v(e)?e:x(b(e))}function w(e,n){var r;void 0===n&&(n=[]);var o=x(e),i=o===(null==(r=e.ownerDocument)?void 0:r.body),a=t(o),s=i?[a].concat(a.visualViewport||[],v(o)?o:[]):o,f=n.concat(s);return i?f:f.concat(w(b(s)))}function O(e){return["table","td","th"].indexOf(l(e))>=0}function j(e){return r(e)&&"fixed"!==m(e).position?e.offsetParent:null}function E(e){for(var n=t(e),i=j(e);i&&O(i)&&"static"===m(i).position;)i=j(i);return i&&("html"===l(i)||"body"===l(i)&&"static"===m(i).position)?n:i||function(e){var t=/firefox/i.test(f());if(/Trident/i.test(f())&&r(e)&&"fixed"===m(e).position)return null;var n=b(e);for(o(n)&&(n=n.host);r(n)&&["html","body"].indexOf(l(n))<0;){var i=m(n);if("none"!==i.transform||"none"!==i.perspective||"paint"===i.contain||-1!==["transform","perspective"].indexOf(i.willChange)||t&&"filter"===i.willChange||t&&i.filter&&"none"!==i.filter)return n;n=n.parentNode}return null}(e)||n}var D="top",A="bottom",L="right",P="left",M="auto",k=[D,A,L,P],W="start",B="end",H="viewport",T="popper",R=k.reduce((function(e,t){return e.concat([t+"-"+W,t+"-"+B])}),[]),S=[].concat(k,[M]).reduce((function(e,t){return e.concat([t,t+"-"+W,t+"-"+B])}),[]),V=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function q(e){var t=new Map,n=new Set,r=[];function o(e){n.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!n.has(e)){var r=t.get(e);r&&o(r)}})),r.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){n.has(e.name)||o(e)})),r}function C(e){return e.split("-")[0]}function N(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&o(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function I(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function _(e,r,o){return r===H?I(function(e,n){var r=t(e),o=d(e),i=r.visualViewport,a=o.clientWidth,s=o.clientHeight,f=0,p=0;if(i){a=i.width,s=i.height;var u=c();(u||!u&&"fixed"===n)&&(f=i.offsetLeft,p=i.offsetTop)}return{width:a,height:s,x:f+h(e),y:p}}(e,o)):n(r)?function(e,t){var n=p(e,!1,"fixed"===t);return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}(r,o):I(function(e){var t,n=d(e),r=u(e),o=null==(t=e.ownerDocument)?void 0:t.body,a=i(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),s=i(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),f=-r.scrollLeft+h(e),c=-r.scrollTop;return"rtl"===m(o||n).direction&&(f+=i(n.clientWidth,o?o.clientWidth:0)-a),{width:a,height:s,x:f,y:c}}(d(e)))}function F(e,t,o,s){var f="clippingParents"===t?function(e){var t=w(b(e)),o=["absolute","fixed"].indexOf(m(e).position)>=0&&r(e)?E(e):e;return n(o)?t.filter((function(e){return n(e)&&N(e,o)&&"body"!==l(e)})):[]}(e):[].concat(t),c=[].concat(f,[o]),p=c[0],u=c.reduce((function(t,n){var r=_(e,n,s);return t.top=i(r.top,t.top),t.right=a(r.right,t.right),t.bottom=a(r.bottom,t.bottom),t.left=i(r.left,t.left),t}),_(e,p,s));return u.width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u}function U(e){return e.split("-")[1]}function z(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function X(e){var t,n=e.reference,r=e.element,o=e.placement,i=o?C(o):null,a=o?U(o):null,s=n.x+n.width/2-r.width/2,f=n.y+n.height/2-r.height/2;switch(i){case D:t={x:s,y:n.y-r.height};break;case A:t={x:s,y:n.y+n.height};break;case L:t={x:n.x+n.width,y:f};break;case P:t={x:n.x-r.width,y:f};break;default:t={x:n.x,y:n.y}}var c=i?z(i):null;if(null!=c){var p="y"===c?"height":"width";switch(a){case W:t[c]=t[c]-(n[p]/2-r[p]/2);break;case B:t[c]=t[c]+(n[p]/2-r[p]/2)}}return t}function Y(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function G(e,t){return t.reduce((function(t,n){return t[n]=e,t}),{})}function J(e,t){void 0===t&&(t={});var r=t,o=r.placement,i=void 0===o?e.placement:o,a=r.strategy,s=void 0===a?e.strategy:a,f=r.boundary,c=void 0===f?"clippingParents":f,u=r.rootBoundary,l=void 0===u?H:u,h=r.elementContext,m=void 0===h?T:h,v=r.altBoundary,y=void 0!==v&&v,g=r.padding,b=void 0===g?0:g,x=Y("number"!=typeof b?b:G(b,k)),w=m===T?"reference":T,O=e.rects.popper,j=e.elements[y?w:m],E=F(n(j)?j:j.contextElement||d(e.elements.popper),c,l,s),P=p(e.elements.reference),M=X({reference:P,element:O,strategy:"absolute",placement:i}),W=I(Object.assign({},O,M)),B=m===T?W:P,R={top:E.top-B.top+x.top,bottom:B.bottom-E.bottom+x.bottom,left:E.left-B.left+x.left,right:B.right-E.right+x.right},S=e.modifiersData.offset;if(m===T&&S){var V=S[i];Object.keys(R).forEach((function(e){var t=[L,A].indexOf(e)>=0?1:-1,n=[D,A].indexOf(e)>=0?"y":"x";R[e]+=V[n]*t}))}return R}var K={placement:"bottom",modifiers:[],strategy:"absolute"};function Q(){for(var e=arguments.length,t=new Array(e),n=0;n=0?-1:1,i="function"==typeof n?n(Object.assign({},t,{placement:e})):n,a=i[0],s=i[1];return a=a||0,s=(s||0)*o,[P,L].indexOf(r)>=0?{x:s,y:a}:{x:a,y:s}}(n,t.rects,i),e}),{}),s=a[t.placement],f=s.x,c=s.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=f,t.modifiersData.popperOffsets.y+=c),t.modifiersData[r]=a}},se={left:"right",right:"left",bottom:"top",top:"bottom"};function fe(e){return e.replace(/left|right|bottom|top/g,(function(e){return se[e]}))}var ce={start:"end",end:"start"};function pe(e){return e.replace(/start|end/g,(function(e){return ce[e]}))}function ue(e,t){void 0===t&&(t={});var n=t,r=n.placement,o=n.boundary,i=n.rootBoundary,a=n.padding,s=n.flipVariations,f=n.allowedAutoPlacements,c=void 0===f?S:f,p=U(r),u=p?s?R:R.filter((function(e){return U(e)===p})):k,l=u.filter((function(e){return c.indexOf(e)>=0}));0===l.length&&(l=u);var d=l.reduce((function(t,n){return t[n]=J(e,{placement:n,boundary:o,rootBoundary:i,padding:a})[C(n)],t}),{});return Object.keys(d).sort((function(e,t){return d[e]-d[t]}))}var le={name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var o=n.mainAxis,i=void 0===o||o,a=n.altAxis,s=void 0===a||a,f=n.fallbackPlacements,c=n.padding,p=n.boundary,u=n.rootBoundary,l=n.altBoundary,d=n.flipVariations,h=void 0===d||d,m=n.allowedAutoPlacements,v=t.options.placement,y=C(v),g=f||(y===v||!h?[fe(v)]:function(e){if(C(e)===M)return[];var t=fe(e);return[pe(e),t,pe(t)]}(v)),b=[v].concat(g).reduce((function(e,n){return e.concat(C(n)===M?ue(t,{placement:n,boundary:p,rootBoundary:u,padding:c,flipVariations:h,allowedAutoPlacements:m}):n)}),[]),x=t.rects.reference,w=t.rects.popper,O=new Map,j=!0,E=b[0],k=0;k=0,S=R?"width":"height",V=J(t,{placement:B,boundary:p,rootBoundary:u,altBoundary:l,padding:c}),q=R?T?L:P:T?A:D;x[S]>w[S]&&(q=fe(q));var N=fe(q),I=[];if(i&&I.push(V[H]<=0),s&&I.push(V[q]<=0,V[N]<=0),I.every((function(e){return e}))){E=B,j=!1;break}O.set(B,I)}if(j)for(var _=function(e){var t=b.find((function(t){var n=O.get(t);if(n)return n.slice(0,e).every((function(e){return e}))}));if(t)return E=t,"break"},F=h?3:1;F>0;F--){if("break"===_(F))break}t.placement!==E&&(t.modifiersData[r]._skip=!0,t.placement=E,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function de(e,t,n){return i(e,a(t,n))}var he={name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name,o=n.mainAxis,s=void 0===o||o,f=n.altAxis,c=void 0!==f&&f,p=n.boundary,u=n.rootBoundary,l=n.altBoundary,d=n.padding,h=n.tether,m=void 0===h||h,v=n.tetherOffset,y=void 0===v?0:v,b=J(t,{boundary:p,rootBoundary:u,padding:d,altBoundary:l}),x=C(t.placement),w=U(t.placement),O=!w,j=z(x),M="x"===j?"y":"x",k=t.modifiersData.popperOffsets,B=t.rects.reference,H=t.rects.popper,T="function"==typeof y?y(Object.assign({},t.rects,{placement:t.placement})):y,R="number"==typeof T?{mainAxis:T,altAxis:T}:Object.assign({mainAxis:0,altAxis:0},T),S=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,V={x:0,y:0};if(k){if(s){var q,N="y"===j?D:P,I="y"===j?A:L,_="y"===j?"height":"width",F=k[j],X=F+b[N],Y=F-b[I],G=m?-H[_]/2:0,K=w===W?B[_]:H[_],Q=w===W?-H[_]:-B[_],Z=t.elements.arrow,$=m&&Z?g(Z):{width:0,height:0},ee=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},te=ee[N],ne=ee[I],re=de(0,B[_],$[_]),oe=O?B[_]/2-G-re-te-R.mainAxis:K-re-te-R.mainAxis,ie=O?-B[_]/2+G+re+ne+R.mainAxis:Q+re+ne+R.mainAxis,ae=t.elements.arrow&&E(t.elements.arrow),se=ae?"y"===j?ae.clientTop||0:ae.clientLeft||0:0,fe=null!=(q=null==S?void 0:S[j])?q:0,ce=F+ie-fe,pe=de(m?a(X,F+oe-fe-se):X,F,m?i(Y,ce):Y);k[j]=pe,V[j]=pe-F}if(c){var ue,le="x"===j?D:P,he="x"===j?A:L,me=k[M],ve="y"===M?"height":"width",ye=me+b[le],ge=me-b[he],be=-1!==[D,P].indexOf(x),xe=null!=(ue=null==S?void 0:S[M])?ue:0,we=be?ye:me-B[ve]-H[ve]-xe+R.altAxis,Oe=be?me+B[ve]+H[ve]-xe-R.altAxis:ge,je=m&&be?function(e,t,n){var r=de(e,t,n);return r>n?n:r}(we,me,Oe):de(m?we:ye,me,m?Oe:ge);k[M]=je,V[M]=je-me}t.modifiersData[r]=V}},requiresIfExists:["offset"]};var me={name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n=e.state,r=e.name,o=e.options,i=n.elements.arrow,a=n.modifiersData.popperOffsets,s=C(n.placement),f=z(s),c=[P,L].indexOf(s)>=0?"height":"width";if(i&&a){var p=function(e,t){return Y("number"!=typeof(e="function"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e)?e:G(e,k))}(o.padding,n),u=g(i),l="y"===f?D:P,d="y"===f?A:L,h=n.rects.reference[c]+n.rects.reference[f]-a[f]-n.rects.popper[c],m=a[f]-n.rects.reference[f],v=E(i),y=v?"y"===f?v.clientHeight||0:v.clientWidth||0:0,b=h/2-m/2,x=p[l],w=y-u[c]-p[d],O=y/2-u[c]/2+b,j=de(x,O,w),M=f;n.modifiersData[r]=((t={})[M]=j,t.centerOffset=j-O,t)}},effect:function(e){var t=e.state,n=e.options.element,r=void 0===n?"[data-popper-arrow]":n;null!=r&&("string"!=typeof r||(r=t.elements.popper.querySelector(r)))&&N(t.elements.popper,r)&&(t.elements.arrow=r)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function ve(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function ye(e){return[D,L,A,P].some((function(t){return e[t]>=0}))}var ge={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,r=t.rects.reference,o=t.rects.popper,i=t.modifiersData.preventOverflow,a=J(t,{elementContext:"reference"}),s=J(t,{altBoundary:!0}),f=ve(a,r),c=ve(s,o,i),p=ye(f),u=ye(c);t.modifiersData[n]={referenceClippingOffsets:f,popperEscapeOffsets:c,isReferenceHidden:p,hasPopperEscaped:u},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":p,"data-popper-escaped":u})}},be=Z({defaultModifiers:[ee,te,oe,ie]}),xe=[ee,te,oe,ie,ae,le,he,me,ge],we=Z({defaultModifiers:xe});e.applyStyles=ie,e.arrow=me,e.computeStyles=oe,e.createPopper=we,e.createPopperLite=be,e.defaultModifiers=xe,e.detectOverflow=J,e.eventListeners=ee,e.flip=le,e.hide=ge,e.offset=ae,e.popperGenerator=Z,e.popperOffsets=te,e.preventOverflow=he,Object.defineProperty(e,"__esModule",{value:!0})})); + diff --git a/docs/site_libs/quarto-html/quarto-syntax-highlighting.css b/docs/site_libs/quarto-html/quarto-syntax-highlighting.css new file mode 100644 index 00000000..9e5a23d6 --- /dev/null +++ b/docs/site_libs/quarto-html/quarto-syntax-highlighting.css @@ -0,0 +1,180 @@ +/* quarto syntax highlight colors */ +:root { + --quarto-hl-al-color: #ff5555; + --quarto-hl-an-color: #75715e; + --quarto-hl-at-color: #f92672; + --quarto-hl-bn-color: #ae81ff; + --quarto-hl-bu-color: #66D9EF; + --quarto-hl-ch-color: #e6db74; + --quarto-hl-co-color: #75715e; + --quarto-hl-cv-color: #75715e; + --quarto-hl-cn-color: #ae81ff; + --quarto-hl-cf-color: #f92672; + --quarto-hl-dt-color: #66d9ef; + --quarto-hl-dv-color: #ae81ff; + --quarto-hl-do-color: #75715e; + --quarto-hl-er-color: #ff5555; + --quarto-hl-ex-color: #a6e22e; + --quarto-hl-fl-color: #ae81ff; + --quarto-hl-fu-color: #a6e22e; + --quarto-hl-im-color: #f92672; + --quarto-hl-in-color: #f1fa8c; + --quarto-hl-kw-color: #f92672; + --quarto-hl-op-color: #f8f8f2; + --quarto-hl-pp-color: #f92672; + --quarto-hl-re-color: #75715e; + --quarto-hl-sc-color: #ae81ff; + --quarto-hl-ss-color: #e6db74; + --quarto-hl-st-color: #e6db74; + --quarto-hl-va-color: #f8f8f2; + --quarto-hl-vs-color: #e6db74; + --quarto-hl-wa-color: #ff5555; +} + +/* other quarto variables */ +:root { + --quarto-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +} + +code span.al { + font-weight: bold; + color: #ff5555; +} + +code span.an { + color: #75715e; +} + +code span.at { + color: #f92672; +} + +code span.bn { + color: #ae81ff; +} + +code span.bu { + color: #66D9EF; +} + +code span.ch { + color: #e6db74; +} + +code span.co { + color: #75715e; +} + +code span.cv { + color: #75715e; +} + +code span.cn { + color: #ae81ff; +} + +code span.cf { + color: #f92672; +} + +code span.dt { + font-style: italic; + color: #66d9ef; +} + +code span.dv { + color: #ae81ff; +} + +code span.do { + color: #75715e; +} + +code span.er { + color: #ff5555; + text-decoration: underline; +} + +code span.ex { + font-weight: bold; + color: #a6e22e; +} + +code span.fl { + color: #ae81ff; +} + +code span.fu { + color: #a6e22e; +} + +code span.im { + color: #f92672; +} + +code span.in { + color: #f1fa8c; +} + +code span.kw { + color: #f92672; +} + +pre > code.sourceCode > span { + color: #f8f8f2; +} + +code span { + color: #f8f8f2; +} + +code.sourceCode > span { + color: #f8f8f2; +} + +div.sourceCode, +div.sourceCode pre.sourceCode { + color: #f8f8f2; +} + +code span.op { + color: #f8f8f2; +} + +code span.pp { + color: #f92672; +} + +code span.re { + color: #75715e; +} + +code span.sc { + color: #ae81ff; +} + +code span.ss { + color: #e6db74; +} + +code span.st { + color: #e6db74; +} + +code span.va { + color: #f8f8f2; +} + +code span.vs { + color: #e6db74; +} + +code span.wa { + color: #ff5555; +} + +.prevent-inlining { + content: " { + // Find any conflicting margin elements and add margins to the + // top to prevent overlap + const marginChildren = window.document.querySelectorAll( + ".column-margin.column-container > *, .margin-caption, .aside" + ); + + let lastBottom = 0; + for (const marginChild of marginChildren) { + if (marginChild.offsetParent !== null) { + // clear the top margin so we recompute it + marginChild.style.marginTop = null; + const top = marginChild.getBoundingClientRect().top + window.scrollY; + if (top < lastBottom) { + const marginChildStyle = window.getComputedStyle(marginChild); + const marginBottom = parseFloat(marginChildStyle["marginBottom"]); + const margin = lastBottom - top + marginBottom; + marginChild.style.marginTop = `${margin}px`; + } + const styles = window.getComputedStyle(marginChild); + const marginTop = parseFloat(styles["marginTop"]); + lastBottom = top + marginChild.getBoundingClientRect().height + marginTop; + } + } +}; + +window.document.addEventListener("DOMContentLoaded", function (_event) { + // Recompute the position of margin elements anytime the body size changes + if (window.ResizeObserver) { + const resizeObserver = new window.ResizeObserver( + throttle(() => { + layoutMarginEls(); + if ( + window.document.body.getBoundingClientRect().width < 990 && + isReaderMode() + ) { + quartoToggleReader(); + } + }, 50) + ); + resizeObserver.observe(window.document.body); + } + + const tocEl = window.document.querySelector('nav.toc-active[role="doc-toc"]'); + const sidebarEl = window.document.getElementById("quarto-sidebar"); + const leftTocEl = window.document.getElementById("quarto-sidebar-toc-left"); + const marginSidebarEl = window.document.getElementById( + "quarto-margin-sidebar" + ); + // function to determine whether the element has a previous sibling that is active + const prevSiblingIsActiveLink = (el) => { + const sibling = el.previousElementSibling; + if (sibling && sibling.tagName === "A") { + return sibling.classList.contains("active"); + } else { + return false; + } + }; + + // fire slideEnter for bootstrap tab activations (for htmlwidget resize behavior) + function fireSlideEnter(e) { + const event = window.document.createEvent("Event"); + event.initEvent("slideenter", true, true); + window.document.dispatchEvent(event); + } + const tabs = window.document.querySelectorAll('a[data-bs-toggle="tab"]'); + tabs.forEach((tab) => { + tab.addEventListener("shown.bs.tab", fireSlideEnter); + }); + + // fire slideEnter for tabby tab activations (for htmlwidget resize behavior) + document.addEventListener("tabby", fireSlideEnter, false); + + // Track scrolling and mark TOC links as active + // get table of contents and sidebar (bail if we don't have at least one) + const tocLinks = tocEl + ? [...tocEl.querySelectorAll("a[data-scroll-target]")] + : []; + const makeActive = (link) => tocLinks[link].classList.add("active"); + const removeActive = (link) => tocLinks[link].classList.remove("active"); + const removeAllActive = () => + [...Array(tocLinks.length).keys()].forEach((link) => removeActive(link)); + + // activate the anchor for a section associated with this TOC entry + tocLinks.forEach((link) => { + link.addEventListener("click", () => { + if (link.href.indexOf("#") !== -1) { + const anchor = link.href.split("#")[1]; + const heading = window.document.querySelector( + `[data-anchor-id="${anchor}"]` + ); + if (heading) { + // Add the class + heading.classList.add("reveal-anchorjs-link"); + + // function to show the anchor + const handleMouseout = () => { + heading.classList.remove("reveal-anchorjs-link"); + heading.removeEventListener("mouseout", handleMouseout); + }; + + // add a function to clear the anchor when the user mouses out of it + heading.addEventListener("mouseout", handleMouseout); + } + } + }); + }); + + const sections = tocLinks.map((link) => { + const target = link.getAttribute("data-scroll-target"); + if (target.startsWith("#")) { + return window.document.getElementById(decodeURI(`${target.slice(1)}`)); + } else { + return window.document.querySelector(decodeURI(`${target}`)); + } + }); + + const sectionMargin = 200; + let currentActive = 0; + // track whether we've initialized state the first time + let init = false; + + const updateActiveLink = () => { + // The index from bottom to top (e.g. reversed list) + let sectionIndex = -1; + if ( + window.innerHeight + window.pageYOffset >= + window.document.body.offsetHeight + ) { + // This is the no-scroll case where last section should be the active one + sectionIndex = 0; + } else { + // This finds the last section visible on screen that should be made active + sectionIndex = [...sections].reverse().findIndex((section) => { + if (section) { + return window.pageYOffset >= section.offsetTop - sectionMargin; + } else { + return false; + } + }); + } + if (sectionIndex > -1) { + const current = sections.length - sectionIndex - 1; + if (current !== currentActive) { + removeAllActive(); + currentActive = current; + makeActive(current); + if (init) { + window.dispatchEvent(sectionChanged); + } + init = true; + } + } + }; + + const inHiddenRegion = (top, bottom, hiddenRegions) => { + for (const region of hiddenRegions) { + if (top <= region.bottom && bottom >= region.top) { + return true; + } + } + return false; + }; + + const categorySelector = "header.quarto-title-block .quarto-category"; + const activateCategories = (href) => { + // Find any categories + // Surround them with a link pointing back to: + // #category=Authoring + try { + const categoryEls = window.document.querySelectorAll(categorySelector); + for (const categoryEl of categoryEls) { + const categoryText = categoryEl.textContent; + if (categoryText) { + const link = `${href}#category=${encodeURIComponent(categoryText)}`; + const linkEl = window.document.createElement("a"); + linkEl.setAttribute("href", link); + for (const child of categoryEl.childNodes) { + linkEl.append(child); + } + categoryEl.appendChild(linkEl); + } + } + } catch { + // Ignore errors + } + }; + function hasTitleCategories() { + return window.document.querySelector(categorySelector) !== null; + } + + function offsetRelativeUrl(url) { + const offset = getMeta("quarto:offset"); + return offset ? offset + url : url; + } + + function offsetAbsoluteUrl(url) { + const offset = getMeta("quarto:offset"); + const baseUrl = new URL(offset, window.location); + + const projRelativeUrl = url.replace(baseUrl, ""); + if (projRelativeUrl.startsWith("/")) { + return projRelativeUrl; + } else { + return "/" + projRelativeUrl; + } + } + + // read a meta tag value + function getMeta(metaName) { + const metas = window.document.getElementsByTagName("meta"); + for (let i = 0; i < metas.length; i++) { + if (metas[i].getAttribute("name") === metaName) { + return metas[i].getAttribute("content"); + } + } + return ""; + } + + async function findAndActivateCategories() { + const currentPagePath = offsetAbsoluteUrl(window.location.href); + const response = await fetch(offsetRelativeUrl("listings.json")); + if (response.status == 200) { + return response.json().then(function (listingPaths) { + const listingHrefs = []; + for (const listingPath of listingPaths) { + const pathWithoutLeadingSlash = listingPath.listing.substring(1); + for (const item of listingPath.items) { + if ( + item === currentPagePath || + item === currentPagePath + "index.html" + ) { + // Resolve this path against the offset to be sure + // we already are using the correct path to the listing + // (this adjusts the listing urls to be rooted against + // whatever root the page is actually running against) + const relative = offsetRelativeUrl(pathWithoutLeadingSlash); + const baseUrl = window.location; + const resolvedPath = new URL(relative, baseUrl); + listingHrefs.push(resolvedPath.pathname); + break; + } + } + } + + // Look up the tree for a nearby linting and use that if we find one + const nearestListing = findNearestParentListing( + offsetAbsoluteUrl(window.location.pathname), + listingHrefs + ); + if (nearestListing) { + activateCategories(nearestListing); + } else { + // See if the referrer is a listing page for this item + const referredRelativePath = offsetAbsoluteUrl(document.referrer); + const referrerListing = listingHrefs.find((listingHref) => { + const isListingReferrer = + listingHref === referredRelativePath || + listingHref === referredRelativePath + "index.html"; + return isListingReferrer; + }); + + if (referrerListing) { + // Try to use the referrer if possible + activateCategories(referrerListing); + } else if (listingHrefs.length > 0) { + // Otherwise, just fall back to the first listing + activateCategories(listingHrefs[0]); + } + } + }); + } + } + if (hasTitleCategories()) { + findAndActivateCategories(); + } + + const findNearestParentListing = (href, listingHrefs) => { + if (!href || !listingHrefs) { + return undefined; + } + // Look up the tree for a nearby linting and use that if we find one + const relativeParts = href.substring(1).split("/"); + while (relativeParts.length > 0) { + const path = relativeParts.join("/"); + for (const listingHref of listingHrefs) { + if (listingHref.startsWith(path)) { + return listingHref; + } + } + relativeParts.pop(); + } + + return undefined; + }; + + const manageSidebarVisiblity = (el, placeholderDescriptor) => { + let isVisible = true; + let elRect; + + return (hiddenRegions) => { + if (el === null) { + return; + } + + // Find the last element of the TOC + const lastChildEl = el.lastElementChild; + + if (lastChildEl) { + // Converts the sidebar to a menu + const convertToMenu = () => { + for (const child of el.children) { + child.style.opacity = 0; + child.style.overflow = "hidden"; + child.style.pointerEvents = "none"; + } + + nexttick(() => { + const toggleContainer = window.document.createElement("div"); + toggleContainer.style.width = "100%"; + toggleContainer.classList.add("zindex-over-content"); + toggleContainer.classList.add("quarto-sidebar-toggle"); + toggleContainer.classList.add("headroom-target"); // Marks this to be managed by headeroom + toggleContainer.id = placeholderDescriptor.id; + toggleContainer.style.position = "fixed"; + + const toggleIcon = window.document.createElement("i"); + toggleIcon.classList.add("quarto-sidebar-toggle-icon"); + toggleIcon.classList.add("bi"); + toggleIcon.classList.add("bi-caret-down-fill"); + + const toggleTitle = window.document.createElement("div"); + const titleEl = window.document.body.querySelector( + placeholderDescriptor.titleSelector + ); + if (titleEl) { + toggleTitle.append( + titleEl.textContent || titleEl.innerText, + toggleIcon + ); + } + toggleTitle.classList.add("zindex-over-content"); + toggleTitle.classList.add("quarto-sidebar-toggle-title"); + toggleContainer.append(toggleTitle); + + const toggleContents = window.document.createElement("div"); + toggleContents.classList = el.classList; + toggleContents.classList.add("zindex-over-content"); + toggleContents.classList.add("quarto-sidebar-toggle-contents"); + for (const child of el.children) { + if (child.id === "toc-title") { + continue; + } + + const clone = child.cloneNode(true); + clone.style.opacity = 1; + clone.style.pointerEvents = null; + clone.style.display = null; + toggleContents.append(clone); + } + toggleContents.style.height = "0px"; + const positionToggle = () => { + // position the element (top left of parent, same width as parent) + if (!elRect) { + elRect = el.getBoundingClientRect(); + } + toggleContainer.style.left = `${elRect.left}px`; + toggleContainer.style.top = `${elRect.top}px`; + toggleContainer.style.width = `${elRect.width}px`; + }; + positionToggle(); + + toggleContainer.append(toggleContents); + el.parentElement.prepend(toggleContainer); + + // Process clicks + let tocShowing = false; + // Allow the caller to control whether this is dismissed + // when it is clicked (e.g. sidebar navigation supports + // opening and closing the nav tree, so don't dismiss on click) + const clickEl = placeholderDescriptor.dismissOnClick + ? toggleContainer + : toggleTitle; + + const closeToggle = () => { + if (tocShowing) { + toggleContainer.classList.remove("expanded"); + toggleContents.style.height = "0px"; + tocShowing = false; + } + }; + + // Get rid of any expanded toggle if the user scrolls + window.document.addEventListener( + "scroll", + throttle(() => { + closeToggle(); + }, 50) + ); + + // Handle positioning of the toggle + window.addEventListener( + "resize", + throttle(() => { + elRect = undefined; + positionToggle(); + }, 50) + ); + + window.addEventListener("quarto-hrChanged", () => { + elRect = undefined; + }); + + // Process the click + clickEl.onclick = () => { + if (!tocShowing) { + toggleContainer.classList.add("expanded"); + toggleContents.style.height = null; + tocShowing = true; + } else { + closeToggle(); + } + }; + }); + }; + + // Converts a sidebar from a menu back to a sidebar + const convertToSidebar = () => { + for (const child of el.children) { + child.style.opacity = 1; + child.style.overflow = null; + child.style.pointerEvents = null; + } + + const placeholderEl = window.document.getElementById( + placeholderDescriptor.id + ); + if (placeholderEl) { + placeholderEl.remove(); + } + + el.classList.remove("rollup"); + }; + + if (isReaderMode()) { + convertToMenu(); + isVisible = false; + } else { + // Find the top and bottom o the element that is being managed + const elTop = el.offsetTop; + const elBottom = + elTop + lastChildEl.offsetTop + lastChildEl.offsetHeight; + + if (!isVisible) { + // If the element is current not visible reveal if there are + // no conflicts with overlay regions + if (!inHiddenRegion(elTop, elBottom, hiddenRegions)) { + convertToSidebar(); + isVisible = true; + } + } else { + // If the element is visible, hide it if it conflicts with overlay regions + // and insert a placeholder toggle (or if we're in reader mode) + if (inHiddenRegion(elTop, elBottom, hiddenRegions)) { + convertToMenu(); + isVisible = false; + } + } + } + } + }; + }; + + const tabEls = document.querySelectorAll('a[data-bs-toggle="tab"]'); + for (const tabEl of tabEls) { + const id = tabEl.getAttribute("data-bs-target"); + if (id) { + const columnEl = document.querySelector( + `${id} .column-margin, .tabset-margin-content` + ); + if (columnEl) + tabEl.addEventListener("shown.bs.tab", function (event) { + const el = event.srcElement; + if (el) { + const visibleCls = `${el.id}-margin-content`; + // walk up until we find a parent tabset + let panelTabsetEl = el.parentElement; + while (panelTabsetEl) { + if (panelTabsetEl.classList.contains("panel-tabset")) { + break; + } + panelTabsetEl = panelTabsetEl.parentElement; + } + + if (panelTabsetEl) { + const prevSib = panelTabsetEl.previousElementSibling; + if ( + prevSib && + prevSib.classList.contains("tabset-margin-container") + ) { + const childNodes = prevSib.querySelectorAll( + ".tabset-margin-content" + ); + for (const childEl of childNodes) { + if (childEl.classList.contains(visibleCls)) { + childEl.classList.remove("collapse"); + } else { + childEl.classList.add("collapse"); + } + } + } + } + } + + layoutMarginEls(); + }); + } + } + + // Manage the visibility of the toc and the sidebar + const marginScrollVisibility = manageSidebarVisiblity(marginSidebarEl, { + id: "quarto-toc-toggle", + titleSelector: "#toc-title", + dismissOnClick: true, + }); + const sidebarScrollVisiblity = manageSidebarVisiblity(sidebarEl, { + id: "quarto-sidebarnav-toggle", + titleSelector: ".title", + dismissOnClick: false, + }); + let tocLeftScrollVisibility; + if (leftTocEl) { + tocLeftScrollVisibility = manageSidebarVisiblity(leftTocEl, { + id: "quarto-lefttoc-toggle", + titleSelector: "#toc-title", + dismissOnClick: true, + }); + } + + // Find the first element that uses formatting in special columns + const conflictingEls = window.document.body.querySelectorAll( + '[class^="column-"], [class*=" column-"], aside, [class*="margin-caption"], [class*=" margin-caption"], [class*="margin-ref"], [class*=" margin-ref"]' + ); + + // Filter all the possibly conflicting elements into ones + // the do conflict on the left or ride side + const arrConflictingEls = Array.from(conflictingEls); + const leftSideConflictEls = arrConflictingEls.filter((el) => { + if (el.tagName === "ASIDE") { + return false; + } + return Array.from(el.classList).find((className) => { + return ( + className !== "column-body" && + className.startsWith("column-") && + !className.endsWith("right") && + !className.endsWith("container") && + className !== "column-margin" + ); + }); + }); + const rightSideConflictEls = arrConflictingEls.filter((el) => { + if (el.tagName === "ASIDE") { + return true; + } + + const hasMarginCaption = Array.from(el.classList).find((className) => { + return className == "margin-caption"; + }); + if (hasMarginCaption) { + return true; + } + + return Array.from(el.classList).find((className) => { + return ( + className !== "column-body" && + !className.endsWith("container") && + className.startsWith("column-") && + !className.endsWith("left") + ); + }); + }); + + const kOverlapPaddingSize = 10; + function toRegions(els) { + return els.map((el) => { + const boundRect = el.getBoundingClientRect(); + const top = + boundRect.top + + document.documentElement.scrollTop - + kOverlapPaddingSize; + return { + top, + bottom: top + el.scrollHeight + 2 * kOverlapPaddingSize, + }; + }); + } + + let hasObserved = false; + const visibleItemObserver = (els) => { + let visibleElements = [...els]; + const intersectionObserver = new IntersectionObserver( + (entries, _observer) => { + entries.forEach((entry) => { + if (entry.isIntersecting) { + if (visibleElements.indexOf(entry.target) === -1) { + visibleElements.push(entry.target); + } + } else { + visibleElements = visibleElements.filter((visibleEntry) => { + return visibleEntry !== entry; + }); + } + }); + + if (!hasObserved) { + hideOverlappedSidebars(); + } + hasObserved = true; + }, + {} + ); + els.forEach((el) => { + intersectionObserver.observe(el); + }); + + return { + getVisibleEntries: () => { + return visibleElements; + }, + }; + }; + + const rightElementObserver = visibleItemObserver(rightSideConflictEls); + const leftElementObserver = visibleItemObserver(leftSideConflictEls); + + const hideOverlappedSidebars = () => { + marginScrollVisibility(toRegions(rightElementObserver.getVisibleEntries())); + sidebarScrollVisiblity(toRegions(leftElementObserver.getVisibleEntries())); + if (tocLeftScrollVisibility) { + tocLeftScrollVisibility( + toRegions(leftElementObserver.getVisibleEntries()) + ); + } + }; + + window.quartoToggleReader = () => { + // Applies a slow class (or removes it) + // to update the transition speed + const slowTransition = (slow) => { + const manageTransition = (id, slow) => { + const el = document.getElementById(id); + if (el) { + if (slow) { + el.classList.add("slow"); + } else { + el.classList.remove("slow"); + } + } + }; + + manageTransition("TOC", slow); + manageTransition("quarto-sidebar", slow); + }; + const readerMode = !isReaderMode(); + setReaderModeValue(readerMode); + + // If we're entering reader mode, slow the transition + if (readerMode) { + slowTransition(readerMode); + } + highlightReaderToggle(readerMode); + hideOverlappedSidebars(); + + // If we're exiting reader mode, restore the non-slow transition + if (!readerMode) { + slowTransition(!readerMode); + } + }; + + const highlightReaderToggle = (readerMode) => { + const els = document.querySelectorAll(".quarto-reader-toggle"); + if (els) { + els.forEach((el) => { + if (readerMode) { + el.classList.add("reader"); + } else { + el.classList.remove("reader"); + } + }); + } + }; + + const setReaderModeValue = (val) => { + if (window.location.protocol !== "file:") { + window.localStorage.setItem("quarto-reader-mode", val); + } else { + localReaderMode = val; + } + }; + + const isReaderMode = () => { + if (window.location.protocol !== "file:") { + return window.localStorage.getItem("quarto-reader-mode") === "true"; + } else { + return localReaderMode; + } + }; + let localReaderMode = null; + + const tocOpenDepthStr = tocEl?.getAttribute("data-toc-expanded"); + const tocOpenDepth = tocOpenDepthStr ? Number(tocOpenDepthStr) : 1; + + // Walk the TOC and collapse/expand nodes + // Nodes are expanded if: + // - they are top level + // - they have children that are 'active' links + // - they are directly below an link that is 'active' + const walk = (el, depth) => { + // Tick depth when we enter a UL + if (el.tagName === "UL") { + depth = depth + 1; + } + + // It this is active link + let isActiveNode = false; + if (el.tagName === "A" && el.classList.contains("active")) { + isActiveNode = true; + } + + // See if there is an active child to this element + let hasActiveChild = false; + for (child of el.children) { + hasActiveChild = walk(child, depth) || hasActiveChild; + } + + // Process the collapse state if this is an UL + if (el.tagName === "UL") { + if (tocOpenDepth === -1 && depth > 1) { + // toc-expand: false + el.classList.add("collapse"); + } else if ( + depth <= tocOpenDepth || + hasActiveChild || + prevSiblingIsActiveLink(el) + ) { + el.classList.remove("collapse"); + } else { + el.classList.add("collapse"); + } + + // untick depth when we leave a UL + depth = depth - 1; + } + return hasActiveChild || isActiveNode; + }; + + // walk the TOC and expand / collapse any items that should be shown + if (tocEl) { + updateActiveLink(); + walk(tocEl, 0); + } + + // Throttle the scroll event and walk peridiocally + window.document.addEventListener( + "scroll", + throttle(() => { + if (tocEl) { + updateActiveLink(); + walk(tocEl, 0); + } + if (!isReaderMode()) { + hideOverlappedSidebars(); + } + }, 5) + ); + window.addEventListener( + "resize", + throttle(() => { + if (tocEl) { + updateActiveLink(); + walk(tocEl, 0); + } + if (!isReaderMode()) { + hideOverlappedSidebars(); + } + }, 10) + ); + hideOverlappedSidebars(); + highlightReaderToggle(isReaderMode()); +}); + +// grouped tabsets +window.addEventListener("pageshow", (_event) => { + function getTabSettings() { + const data = localStorage.getItem("quarto-persistent-tabsets-data"); + if (!data) { + localStorage.setItem("quarto-persistent-tabsets-data", "{}"); + return {}; + } + if (data) { + return JSON.parse(data); + } + } + + function setTabSettings(data) { + localStorage.setItem( + "quarto-persistent-tabsets-data", + JSON.stringify(data) + ); + } + + function setTabState(groupName, groupValue) { + const data = getTabSettings(); + data[groupName] = groupValue; + setTabSettings(data); + } + + function toggleTab(tab, active) { + const tabPanelId = tab.getAttribute("aria-controls"); + const tabPanel = document.getElementById(tabPanelId); + if (active) { + tab.classList.add("active"); + tabPanel.classList.add("active"); + } else { + tab.classList.remove("active"); + tabPanel.classList.remove("active"); + } + } + + function toggleAll(selectedGroup, selectorsToSync) { + for (const [thisGroup, tabs] of Object.entries(selectorsToSync)) { + const active = selectedGroup === thisGroup; + for (const tab of tabs) { + toggleTab(tab, active); + } + } + } + + function findSelectorsToSyncByLanguage() { + const result = {}; + const tabs = Array.from( + document.querySelectorAll(`div[data-group] a[id^='tabset-']`) + ); + for (const item of tabs) { + const div = item.parentElement.parentElement.parentElement; + const group = div.getAttribute("data-group"); + if (!result[group]) { + result[group] = {}; + } + const selectorsToSync = result[group]; + const value = item.innerHTML; + if (!selectorsToSync[value]) { + selectorsToSync[value] = []; + } + selectorsToSync[value].push(item); + } + return result; + } + + function setupSelectorSync() { + const selectorsToSync = findSelectorsToSyncByLanguage(); + Object.entries(selectorsToSync).forEach(([group, tabSetsByValue]) => { + Object.entries(tabSetsByValue).forEach(([value, items]) => { + items.forEach((item) => { + item.addEventListener("click", (_event) => { + setTabState(group, value); + toggleAll(value, selectorsToSync[group]); + }); + }); + }); + }); + return selectorsToSync; + } + + const selectorsToSync = setupSelectorSync(); + for (const [group, selectedName] of Object.entries(getTabSettings())) { + const selectors = selectorsToSync[group]; + // it's possible that stale state gives us empty selections, so we explicitly check here. + if (selectors) { + toggleAll(selectedName, selectors); + } + } +}); + +function throttle(func, wait) { + let waiting = false; + return function () { + if (!waiting) { + func.apply(this, arguments); + waiting = true; + setTimeout(function () { + waiting = false; + }, wait); + } + }; +} + +function nexttick(func) { + return setTimeout(func, 0); +} diff --git a/docs/site_libs/quarto-html/tippy.css b/docs/site_libs/quarto-html/tippy.css new file mode 100644 index 00000000..e6ae635c --- /dev/null +++ b/docs/site_libs/quarto-html/tippy.css @@ -0,0 +1 @@ +.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1} \ No newline at end of file diff --git a/docs/site_libs/quarto-html/tippy.umd.min.js b/docs/site_libs/quarto-html/tippy.umd.min.js new file mode 100644 index 00000000..ca292be3 --- /dev/null +++ b/docs/site_libs/quarto-html/tippy.umd.min.js @@ -0,0 +1,2 @@ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("@popperjs/core")):"function"==typeof define&&define.amd?define(["@popperjs/core"],t):(e=e||self).tippy=t(e.Popper)}(this,(function(e){"use strict";var t={passive:!0,capture:!0},n=function(){return document.body};function r(e,t,n){if(Array.isArray(e)){var r=e[t];return null==r?Array.isArray(n)?n[t]:n:r}return e}function o(e,t){var n={}.toString.call(e);return 0===n.indexOf("[object")&&n.indexOf(t+"]")>-1}function i(e,t){return"function"==typeof e?e.apply(void 0,t):e}function a(e,t){return 0===t?e:function(r){clearTimeout(n),n=setTimeout((function(){e(r)}),t)};var n}function s(e,t){var n=Object.assign({},e);return t.forEach((function(e){delete n[e]})),n}function u(e){return[].concat(e)}function c(e,t){-1===e.indexOf(t)&&e.push(t)}function p(e){return e.split("-")[0]}function f(e){return[].slice.call(e)}function l(e){return Object.keys(e).reduce((function(t,n){return void 0!==e[n]&&(t[n]=e[n]),t}),{})}function d(){return document.createElement("div")}function v(e){return["Element","Fragment"].some((function(t){return o(e,t)}))}function m(e){return o(e,"MouseEvent")}function g(e){return!(!e||!e._tippy||e._tippy.reference!==e)}function h(e){return v(e)?[e]:function(e){return o(e,"NodeList")}(e)?f(e):Array.isArray(e)?e:f(document.querySelectorAll(e))}function b(e,t){e.forEach((function(e){e&&(e.style.transitionDuration=t+"ms")}))}function y(e,t){e.forEach((function(e){e&&e.setAttribute("data-state",t)}))}function w(e){var t,n=u(e)[0];return null!=n&&null!=(t=n.ownerDocument)&&t.body?n.ownerDocument:document}function E(e,t,n){var r=t+"EventListener";["transitionend","webkitTransitionEnd"].forEach((function(t){e[r](t,n)}))}function O(e,t){for(var n=t;n;){var r;if(e.contains(n))return!0;n=null==n.getRootNode||null==(r=n.getRootNode())?void 0:r.host}return!1}var x={isTouch:!1},C=0;function T(){x.isTouch||(x.isTouch=!0,window.performance&&document.addEventListener("mousemove",A))}function A(){var e=performance.now();e-C<20&&(x.isTouch=!1,document.removeEventListener("mousemove",A)),C=e}function L(){var e=document.activeElement;if(g(e)){var t=e._tippy;e.blur&&!t.state.isVisible&&e.blur()}}var D=!!("undefined"!=typeof window&&"undefined"!=typeof document)&&!!window.msCrypto,R=Object.assign({appendTo:n,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},{animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),k=Object.keys(R);function P(e){var t=(e.plugins||[]).reduce((function(t,n){var r,o=n.name,i=n.defaultValue;o&&(t[o]=void 0!==e[o]?e[o]:null!=(r=R[o])?r:i);return t}),{});return Object.assign({},e,t)}function j(e,t){var n=Object.assign({},t,{content:i(t.content,[e])},t.ignoreAttributes?{}:function(e,t){return(t?Object.keys(P(Object.assign({},R,{plugins:t}))):k).reduce((function(t,n){var r=(e.getAttribute("data-tippy-"+n)||"").trim();if(!r)return t;if("content"===n)t[n]=r;else try{t[n]=JSON.parse(r)}catch(e){t[n]=r}return t}),{})}(e,t.plugins));return n.aria=Object.assign({},R.aria,n.aria),n.aria={expanded:"auto"===n.aria.expanded?t.interactive:n.aria.expanded,content:"auto"===n.aria.content?t.interactive?null:"describedby":n.aria.content},n}function M(e,t){e.innerHTML=t}function V(e){var t=d();return!0===e?t.className="tippy-arrow":(t.className="tippy-svg-arrow",v(e)?t.appendChild(e):M(t,e)),t}function I(e,t){v(t.content)?(M(e,""),e.appendChild(t.content)):"function"!=typeof t.content&&(t.allowHTML?M(e,t.content):e.textContent=t.content)}function S(e){var t=e.firstElementChild,n=f(t.children);return{box:t,content:n.find((function(e){return e.classList.contains("tippy-content")})),arrow:n.find((function(e){return e.classList.contains("tippy-arrow")||e.classList.contains("tippy-svg-arrow")})),backdrop:n.find((function(e){return e.classList.contains("tippy-backdrop")}))}}function N(e){var t=d(),n=d();n.className="tippy-box",n.setAttribute("data-state","hidden"),n.setAttribute("tabindex","-1");var r=d();function o(n,r){var o=S(t),i=o.box,a=o.content,s=o.arrow;r.theme?i.setAttribute("data-theme",r.theme):i.removeAttribute("data-theme"),"string"==typeof r.animation?i.setAttribute("data-animation",r.animation):i.removeAttribute("data-animation"),r.inertia?i.setAttribute("data-inertia",""):i.removeAttribute("data-inertia"),i.style.maxWidth="number"==typeof r.maxWidth?r.maxWidth+"px":r.maxWidth,r.role?i.setAttribute("role",r.role):i.removeAttribute("role"),n.content===r.content&&n.allowHTML===r.allowHTML||I(a,e.props),r.arrow?s?n.arrow!==r.arrow&&(i.removeChild(s),i.appendChild(V(r.arrow))):i.appendChild(V(r.arrow)):s&&i.removeChild(s)}return r.className="tippy-content",r.setAttribute("data-state","hidden"),I(r,e.props),t.appendChild(n),n.appendChild(r),o(e.props,e.props),{popper:t,onUpdate:o}}N.$$tippy=!0;var B=1,H=[],U=[];function _(o,s){var v,g,h,C,T,A,L,k,M=j(o,Object.assign({},R,P(l(s)))),V=!1,I=!1,N=!1,_=!1,F=[],W=a(we,M.interactiveDebounce),X=B++,Y=(k=M.plugins).filter((function(e,t){return k.indexOf(e)===t})),$={id:X,reference:o,popper:d(),popperInstance:null,props:M,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:Y,clearDelayTimeouts:function(){clearTimeout(v),clearTimeout(g),cancelAnimationFrame(h)},setProps:function(e){if($.state.isDestroyed)return;ae("onBeforeUpdate",[$,e]),be();var t=$.props,n=j(o,Object.assign({},t,l(e),{ignoreAttributes:!0}));$.props=n,he(),t.interactiveDebounce!==n.interactiveDebounce&&(ce(),W=a(we,n.interactiveDebounce));t.triggerTarget&&!n.triggerTarget?u(t.triggerTarget).forEach((function(e){e.removeAttribute("aria-expanded")})):n.triggerTarget&&o.removeAttribute("aria-expanded");ue(),ie(),J&&J(t,n);$.popperInstance&&(Ce(),Ae().forEach((function(e){requestAnimationFrame(e._tippy.popperInstance.forceUpdate)})));ae("onAfterUpdate",[$,e])},setContent:function(e){$.setProps({content:e})},show:function(){var e=$.state.isVisible,t=$.state.isDestroyed,o=!$.state.isEnabled,a=x.isTouch&&!$.props.touch,s=r($.props.duration,0,R.duration);if(e||t||o||a)return;if(te().hasAttribute("disabled"))return;if(ae("onShow",[$],!1),!1===$.props.onShow($))return;$.state.isVisible=!0,ee()&&(z.style.visibility="visible");ie(),de(),$.state.isMounted||(z.style.transition="none");if(ee()){var u=re(),p=u.box,f=u.content;b([p,f],0)}A=function(){var e;if($.state.isVisible&&!_){if(_=!0,z.offsetHeight,z.style.transition=$.props.moveTransition,ee()&&$.props.animation){var t=re(),n=t.box,r=t.content;b([n,r],s),y([n,r],"visible")}se(),ue(),c(U,$),null==(e=$.popperInstance)||e.forceUpdate(),ae("onMount",[$]),$.props.animation&&ee()&&function(e,t){me(e,t)}(s,(function(){$.state.isShown=!0,ae("onShown",[$])}))}},function(){var e,t=$.props.appendTo,r=te();e=$.props.interactive&&t===n||"parent"===t?r.parentNode:i(t,[r]);e.contains(z)||e.appendChild(z);$.state.isMounted=!0,Ce()}()},hide:function(){var e=!$.state.isVisible,t=$.state.isDestroyed,n=!$.state.isEnabled,o=r($.props.duration,1,R.duration);if(e||t||n)return;if(ae("onHide",[$],!1),!1===$.props.onHide($))return;$.state.isVisible=!1,$.state.isShown=!1,_=!1,V=!1,ee()&&(z.style.visibility="hidden");if(ce(),ve(),ie(!0),ee()){var i=re(),a=i.box,s=i.content;$.props.animation&&(b([a,s],o),y([a,s],"hidden"))}se(),ue(),$.props.animation?ee()&&function(e,t){me(e,(function(){!$.state.isVisible&&z.parentNode&&z.parentNode.contains(z)&&t()}))}(o,$.unmount):$.unmount()},hideWithInteractivity:function(e){ne().addEventListener("mousemove",W),c(H,W),W(e)},enable:function(){$.state.isEnabled=!0},disable:function(){$.hide(),$.state.isEnabled=!1},unmount:function(){$.state.isVisible&&$.hide();if(!$.state.isMounted)return;Te(),Ae().forEach((function(e){e._tippy.unmount()})),z.parentNode&&z.parentNode.removeChild(z);U=U.filter((function(e){return e!==$})),$.state.isMounted=!1,ae("onHidden",[$])},destroy:function(){if($.state.isDestroyed)return;$.clearDelayTimeouts(),$.unmount(),be(),delete o._tippy,$.state.isDestroyed=!0,ae("onDestroy",[$])}};if(!M.render)return $;var q=M.render($),z=q.popper,J=q.onUpdate;z.setAttribute("data-tippy-root",""),z.id="tippy-"+$.id,$.popper=z,o._tippy=$,z._tippy=$;var G=Y.map((function(e){return e.fn($)})),K=o.hasAttribute("aria-expanded");return he(),ue(),ie(),ae("onCreate",[$]),M.showOnCreate&&Le(),z.addEventListener("mouseenter",(function(){$.props.interactive&&$.state.isVisible&&$.clearDelayTimeouts()})),z.addEventListener("mouseleave",(function(){$.props.interactive&&$.props.trigger.indexOf("mouseenter")>=0&&ne().addEventListener("mousemove",W)})),$;function Q(){var e=$.props.touch;return Array.isArray(e)?e:[e,0]}function Z(){return"hold"===Q()[0]}function ee(){var e;return!(null==(e=$.props.render)||!e.$$tippy)}function te(){return L||o}function ne(){var e=te().parentNode;return e?w(e):document}function re(){return S(z)}function oe(e){return $.state.isMounted&&!$.state.isVisible||x.isTouch||C&&"focus"===C.type?0:r($.props.delay,e?0:1,R.delay)}function ie(e){void 0===e&&(e=!1),z.style.pointerEvents=$.props.interactive&&!e?"":"none",z.style.zIndex=""+$.props.zIndex}function ae(e,t,n){var r;(void 0===n&&(n=!0),G.forEach((function(n){n[e]&&n[e].apply(n,t)})),n)&&(r=$.props)[e].apply(r,t)}function se(){var e=$.props.aria;if(e.content){var t="aria-"+e.content,n=z.id;u($.props.triggerTarget||o).forEach((function(e){var r=e.getAttribute(t);if($.state.isVisible)e.setAttribute(t,r?r+" "+n:n);else{var o=r&&r.replace(n,"").trim();o?e.setAttribute(t,o):e.removeAttribute(t)}}))}}function ue(){!K&&$.props.aria.expanded&&u($.props.triggerTarget||o).forEach((function(e){$.props.interactive?e.setAttribute("aria-expanded",$.state.isVisible&&e===te()?"true":"false"):e.removeAttribute("aria-expanded")}))}function ce(){ne().removeEventListener("mousemove",W),H=H.filter((function(e){return e!==W}))}function pe(e){if(!x.isTouch||!N&&"mousedown"!==e.type){var t=e.composedPath&&e.composedPath()[0]||e.target;if(!$.props.interactive||!O(z,t)){if(u($.props.triggerTarget||o).some((function(e){return O(e,t)}))){if(x.isTouch)return;if($.state.isVisible&&$.props.trigger.indexOf("click")>=0)return}else ae("onClickOutside",[$,e]);!0===$.props.hideOnClick&&($.clearDelayTimeouts(),$.hide(),I=!0,setTimeout((function(){I=!1})),$.state.isMounted||ve())}}}function fe(){N=!0}function le(){N=!1}function de(){var e=ne();e.addEventListener("mousedown",pe,!0),e.addEventListener("touchend",pe,t),e.addEventListener("touchstart",le,t),e.addEventListener("touchmove",fe,t)}function ve(){var e=ne();e.removeEventListener("mousedown",pe,!0),e.removeEventListener("touchend",pe,t),e.removeEventListener("touchstart",le,t),e.removeEventListener("touchmove",fe,t)}function me(e,t){var n=re().box;function r(e){e.target===n&&(E(n,"remove",r),t())}if(0===e)return t();E(n,"remove",T),E(n,"add",r),T=r}function ge(e,t,n){void 0===n&&(n=!1),u($.props.triggerTarget||o).forEach((function(r){r.addEventListener(e,t,n),F.push({node:r,eventType:e,handler:t,options:n})}))}function he(){var e;Z()&&(ge("touchstart",ye,{passive:!0}),ge("touchend",Ee,{passive:!0})),(e=$.props.trigger,e.split(/\s+/).filter(Boolean)).forEach((function(e){if("manual"!==e)switch(ge(e,ye),e){case"mouseenter":ge("mouseleave",Ee);break;case"focus":ge(D?"focusout":"blur",Oe);break;case"focusin":ge("focusout",Oe)}}))}function be(){F.forEach((function(e){var t=e.node,n=e.eventType,r=e.handler,o=e.options;t.removeEventListener(n,r,o)})),F=[]}function ye(e){var t,n=!1;if($.state.isEnabled&&!xe(e)&&!I){var r="focus"===(null==(t=C)?void 0:t.type);C=e,L=e.currentTarget,ue(),!$.state.isVisible&&m(e)&&H.forEach((function(t){return t(e)})),"click"===e.type&&($.props.trigger.indexOf("mouseenter")<0||V)&&!1!==$.props.hideOnClick&&$.state.isVisible?n=!0:Le(e),"click"===e.type&&(V=!n),n&&!r&&De(e)}}function we(e){var t=e.target,n=te().contains(t)||z.contains(t);"mousemove"===e.type&&n||function(e,t){var n=t.clientX,r=t.clientY;return e.every((function(e){var t=e.popperRect,o=e.popperState,i=e.props.interactiveBorder,a=p(o.placement),s=o.modifiersData.offset;if(!s)return!0;var u="bottom"===a?s.top.y:0,c="top"===a?s.bottom.y:0,f="right"===a?s.left.x:0,l="left"===a?s.right.x:0,d=t.top-r+u>i,v=r-t.bottom-c>i,m=t.left-n+f>i,g=n-t.right-l>i;return d||v||m||g}))}(Ae().concat(z).map((function(e){var t,n=null==(t=e._tippy.popperInstance)?void 0:t.state;return n?{popperRect:e.getBoundingClientRect(),popperState:n,props:M}:null})).filter(Boolean),e)&&(ce(),De(e))}function Ee(e){xe(e)||$.props.trigger.indexOf("click")>=0&&V||($.props.interactive?$.hideWithInteractivity(e):De(e))}function Oe(e){$.props.trigger.indexOf("focusin")<0&&e.target!==te()||$.props.interactive&&e.relatedTarget&&z.contains(e.relatedTarget)||De(e)}function xe(e){return!!x.isTouch&&Z()!==e.type.indexOf("touch")>=0}function Ce(){Te();var t=$.props,n=t.popperOptions,r=t.placement,i=t.offset,a=t.getReferenceClientRect,s=t.moveTransition,u=ee()?S(z).arrow:null,c=a?{getBoundingClientRect:a,contextElement:a.contextElement||te()}:o,p=[{name:"offset",options:{offset:i}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!s}},{name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(e){var t=e.state;if(ee()){var n=re().box;["placement","reference-hidden","escaped"].forEach((function(e){"placement"===e?n.setAttribute("data-placement",t.placement):t.attributes.popper["data-popper-"+e]?n.setAttribute("data-"+e,""):n.removeAttribute("data-"+e)})),t.attributes.popper={}}}}];ee()&&u&&p.push({name:"arrow",options:{element:u,padding:3}}),p.push.apply(p,(null==n?void 0:n.modifiers)||[]),$.popperInstance=e.createPopper(c,z,Object.assign({},n,{placement:r,onFirstUpdate:A,modifiers:p}))}function Te(){$.popperInstance&&($.popperInstance.destroy(),$.popperInstance=null)}function Ae(){return f(z.querySelectorAll("[data-tippy-root]"))}function Le(e){$.clearDelayTimeouts(),e&&ae("onTrigger",[$,e]),de();var t=oe(!0),n=Q(),r=n[0],o=n[1];x.isTouch&&"hold"===r&&o&&(t=o),t?v=setTimeout((function(){$.show()}),t):$.show()}function De(e){if($.clearDelayTimeouts(),ae("onUntrigger",[$,e]),$.state.isVisible){if(!($.props.trigger.indexOf("mouseenter")>=0&&$.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(e.type)>=0&&V)){var t=oe(!1);t?g=setTimeout((function(){$.state.isVisible&&$.hide()}),t):h=requestAnimationFrame((function(){$.hide()}))}}else ve()}}function F(e,n){void 0===n&&(n={});var r=R.plugins.concat(n.plugins||[]);document.addEventListener("touchstart",T,t),window.addEventListener("blur",L);var o=Object.assign({},n,{plugins:r}),i=h(e).reduce((function(e,t){var n=t&&_(t,o);return n&&e.push(n),e}),[]);return v(e)?i[0]:i}F.defaultProps=R,F.setDefaultProps=function(e){Object.keys(e).forEach((function(t){R[t]=e[t]}))},F.currentInput=x;var W=Object.assign({},e.applyStyles,{effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow)}}),X={mouseover:"mouseenter",focusin:"focus",click:"click"};var Y={name:"animateFill",defaultValue:!1,fn:function(e){var t;if(null==(t=e.props.render)||!t.$$tippy)return{};var n=S(e.popper),r=n.box,o=n.content,i=e.props.animateFill?function(){var e=d();return e.className="tippy-backdrop",y([e],"hidden"),e}():null;return{onCreate:function(){i&&(r.insertBefore(i,r.firstElementChild),r.setAttribute("data-animatefill",""),r.style.overflow="hidden",e.setProps({arrow:!1,animation:"shift-away"}))},onMount:function(){if(i){var e=r.style.transitionDuration,t=Number(e.replace("ms",""));o.style.transitionDelay=Math.round(t/10)+"ms",i.style.transitionDuration=e,y([i],"visible")}},onShow:function(){i&&(i.style.transitionDuration="0ms")},onHide:function(){i&&y([i],"hidden")}}}};var $={clientX:0,clientY:0},q=[];function z(e){var t=e.clientX,n=e.clientY;$={clientX:t,clientY:n}}var J={name:"followCursor",defaultValue:!1,fn:function(e){var t=e.reference,n=w(e.props.triggerTarget||t),r=!1,o=!1,i=!0,a=e.props;function s(){return"initial"===e.props.followCursor&&e.state.isVisible}function u(){n.addEventListener("mousemove",f)}function c(){n.removeEventListener("mousemove",f)}function p(){r=!0,e.setProps({getReferenceClientRect:null}),r=!1}function f(n){var r=!n.target||t.contains(n.target),o=e.props.followCursor,i=n.clientX,a=n.clientY,s=t.getBoundingClientRect(),u=i-s.left,c=a-s.top;!r&&e.props.interactive||e.setProps({getReferenceClientRect:function(){var e=t.getBoundingClientRect(),n=i,r=a;"initial"===o&&(n=e.left+u,r=e.top+c);var s="horizontal"===o?e.top:r,p="vertical"===o?e.right:n,f="horizontal"===o?e.bottom:r,l="vertical"===o?e.left:n;return{width:p-l,height:f-s,top:s,right:p,bottom:f,left:l}}})}function l(){e.props.followCursor&&(q.push({instance:e,doc:n}),function(e){e.addEventListener("mousemove",z)}(n))}function d(){0===(q=q.filter((function(t){return t.instance!==e}))).filter((function(e){return e.doc===n})).length&&function(e){e.removeEventListener("mousemove",z)}(n)}return{onCreate:l,onDestroy:d,onBeforeUpdate:function(){a=e.props},onAfterUpdate:function(t,n){var i=n.followCursor;r||void 0!==i&&a.followCursor!==i&&(d(),i?(l(),!e.state.isMounted||o||s()||u()):(c(),p()))},onMount:function(){e.props.followCursor&&!o&&(i&&(f($),i=!1),s()||u())},onTrigger:function(e,t){m(t)&&($={clientX:t.clientX,clientY:t.clientY}),o="focus"===t.type},onHidden:function(){e.props.followCursor&&(p(),c(),i=!0)}}}};var G={name:"inlinePositioning",defaultValue:!1,fn:function(e){var t,n=e.reference;var r=-1,o=!1,i=[],a={name:"tippyInlinePositioning",enabled:!0,phase:"afterWrite",fn:function(o){var a=o.state;e.props.inlinePositioning&&(-1!==i.indexOf(a.placement)&&(i=[]),t!==a.placement&&-1===i.indexOf(a.placement)&&(i.push(a.placement),e.setProps({getReferenceClientRect:function(){return function(e){return function(e,t,n,r){if(n.length<2||null===e)return t;if(2===n.length&&r>=0&&n[0].left>n[1].right)return n[r]||t;switch(e){case"top":case"bottom":var o=n[0],i=n[n.length-1],a="top"===e,s=o.top,u=i.bottom,c=a?o.left:i.left,p=a?o.right:i.right;return{top:s,bottom:u,left:c,right:p,width:p-c,height:u-s};case"left":case"right":var f=Math.min.apply(Math,n.map((function(e){return e.left}))),l=Math.max.apply(Math,n.map((function(e){return e.right}))),d=n.filter((function(t){return"left"===e?t.left===f:t.right===l})),v=d[0].top,m=d[d.length-1].bottom;return{top:v,bottom:m,left:f,right:l,width:l-f,height:m-v};default:return t}}(p(e),n.getBoundingClientRect(),f(n.getClientRects()),r)}(a.placement)}})),t=a.placement)}};function s(){var t;o||(t=function(e,t){var n;return{popperOptions:Object.assign({},e.popperOptions,{modifiers:[].concat(((null==(n=e.popperOptions)?void 0:n.modifiers)||[]).filter((function(e){return e.name!==t.name})),[t])})}}(e.props,a),o=!0,e.setProps(t),o=!1)}return{onCreate:s,onAfterUpdate:s,onTrigger:function(t,n){if(m(n)){var o=f(e.reference.getClientRects()),i=o.find((function(e){return e.left-2<=n.clientX&&e.right+2>=n.clientX&&e.top-2<=n.clientY&&e.bottom+2>=n.clientY})),a=o.indexOf(i);r=a>-1?a:r}},onHidden:function(){r=-1}}}};var K={name:"sticky",defaultValue:!1,fn:function(e){var t=e.reference,n=e.popper;function r(t){return!0===e.props.sticky||e.props.sticky===t}var o=null,i=null;function a(){var s=r("reference")?(e.popperInstance?e.popperInstance.state.elements.reference:t).getBoundingClientRect():null,u=r("popper")?n.getBoundingClientRect():null;(s&&Q(o,s)||u&&Q(i,u))&&e.popperInstance&&e.popperInstance.update(),o=s,i=u,e.state.isMounted&&requestAnimationFrame(a)}return{onMount:function(){e.props.sticky&&a()}}}};function Q(e,t){return!e||!t||(e.top!==t.top||e.right!==t.right||e.bottom!==t.bottom||e.left!==t.left)}return F.setDefaultProps({plugins:[Y,J,G,K],render:N}),F.createSingleton=function(e,t){var n;void 0===t&&(t={});var r,o=e,i=[],a=[],c=t.overrides,p=[],f=!1;function l(){a=o.map((function(e){return u(e.props.triggerTarget||e.reference)})).reduce((function(e,t){return e.concat(t)}),[])}function v(){i=o.map((function(e){return e.reference}))}function m(e){o.forEach((function(t){e?t.enable():t.disable()}))}function g(e){return o.map((function(t){var n=t.setProps;return t.setProps=function(o){n(o),t.reference===r&&e.setProps(o)},function(){t.setProps=n}}))}function h(e,t){var n=a.indexOf(t);if(t!==r){r=t;var s=(c||[]).concat("content").reduce((function(e,t){return e[t]=o[n].props[t],e}),{});e.setProps(Object.assign({},s,{getReferenceClientRect:"function"==typeof s.getReferenceClientRect?s.getReferenceClientRect:function(){var e;return null==(e=i[n])?void 0:e.getBoundingClientRect()}}))}}m(!1),v(),l();var b={fn:function(){return{onDestroy:function(){m(!0)},onHidden:function(){r=null},onClickOutside:function(e){e.props.showOnCreate&&!f&&(f=!0,r=null)},onShow:function(e){e.props.showOnCreate&&!f&&(f=!0,h(e,i[0]))},onTrigger:function(e,t){h(e,t.currentTarget)}}}},y=F(d(),Object.assign({},s(t,["overrides"]),{plugins:[b].concat(t.plugins||[]),triggerTarget:a,popperOptions:Object.assign({},t.popperOptions,{modifiers:[].concat((null==(n=t.popperOptions)?void 0:n.modifiers)||[],[W])})})),w=y.show;y.show=function(e){if(w(),!r&&null==e)return h(y,i[0]);if(!r||null!=e){if("number"==typeof e)return i[e]&&h(y,i[e]);if(o.indexOf(e)>=0){var t=e.reference;return h(y,t)}return i.indexOf(e)>=0?h(y,e):void 0}},y.showNext=function(){var e=i[0];if(!r)return y.show(0);var t=i.indexOf(r);y.show(i[t+1]||e)},y.showPrevious=function(){var e=i[i.length-1];if(!r)return y.show(e);var t=i.indexOf(r),n=i[t-1]||e;y.show(n)};var E=y.setProps;return y.setProps=function(e){c=e.overrides||c,E(e)},y.setInstances=function(e){m(!0),p.forEach((function(e){return e()})),o=e,m(!1),v(),l(),p=g(y),y.setProps({triggerTarget:a})},p=g(y),y},F.delegate=function(e,n){var r=[],o=[],i=!1,a=n.target,c=s(n,["target"]),p=Object.assign({},c,{trigger:"manual",touch:!1}),f=Object.assign({touch:R.touch},c,{showOnCreate:!0}),l=F(e,p);function d(e){if(e.target&&!i){var t=e.target.closest(a);if(t){var r=t.getAttribute("data-tippy-trigger")||n.trigger||R.trigger;if(!t._tippy&&!("touchstart"===e.type&&"boolean"==typeof f.touch||"touchstart"!==e.type&&r.indexOf(X[e.type])<0)){var s=F(t,f);s&&(o=o.concat(s))}}}}function v(e,t,n,o){void 0===o&&(o=!1),e.addEventListener(t,n,o),r.push({node:e,eventType:t,handler:n,options:o})}return u(l).forEach((function(e){var n=e.destroy,a=e.enable,s=e.disable;e.destroy=function(e){void 0===e&&(e=!0),e&&o.forEach((function(e){e.destroy()})),o=[],r.forEach((function(e){var t=e.node,n=e.eventType,r=e.handler,o=e.options;t.removeEventListener(n,r,o)})),r=[],n()},e.enable=function(){a(),o.forEach((function(e){return e.enable()})),i=!1},e.disable=function(){s(),o.forEach((function(e){return e.disable()})),i=!0},function(e){var n=e.reference;v(n,"touchstart",d,t),v(n,"mouseover",d),v(n,"focusin",d),v(n,"click",d)}(e)})),l},F.hideAll=function(e){var t=void 0===e?{}:e,n=t.exclude,r=t.duration;U.forEach((function(e){var t=!1;if(n&&(t=g(n)?e.reference===n:e.popper===n.popper),!t){var o=e.props.duration;e.setProps({duration:r}),e.hide(),e.state.isDestroyed||e.setProps({duration:o})}}))},F.roundArrow='',F})); + diff --git a/docs/site_libs/quarto-listing/list.min.js b/docs/site_libs/quarto-listing/list.min.js new file mode 100644 index 00000000..511346fc --- /dev/null +++ b/docs/site_libs/quarto-listing/list.min.js @@ -0,0 +1,2 @@ +var List;List=function(){var t={"./src/add-async.js":function(t){t.exports=function(t){return function e(r,n,s){var i=r.splice(0,50);s=(s=s||[]).concat(t.add(i)),r.length>0?setTimeout((function(){e(r,n,s)}),1):(t.update(),n(s))}}},"./src/filter.js":function(t){t.exports=function(t){return t.handlers.filterStart=t.handlers.filterStart||[],t.handlers.filterComplete=t.handlers.filterComplete||[],function(e){if(t.trigger("filterStart"),t.i=1,t.reset.filter(),void 0===e)t.filtered=!1;else{t.filtered=!0;for(var r=t.items,n=0,s=r.length;nv.page,a=new g(t[s],void 0,n),v.items.push(a),r.push(a)}return v.update(),r}m(t.slice(0),e)}},this.show=function(t,e){return this.i=t,this.page=e,v.update(),v},this.remove=function(t,e,r){for(var n=0,s=0,i=v.items.length;s-1&&r.splice(n,1),v},this.trigger=function(t){for(var e=v.handlers[t].length;e--;)v.handlers[t][e](v);return v},this.reset={filter:function(){for(var t=v.items,e=t.length;e--;)t[e].filtered=!1;return v},search:function(){for(var t=v.items,e=t.length;e--;)t[e].found=!1;return v}},this.update=function(){var t=v.items,e=t.length;v.visibleItems=[],v.matchingItems=[],v.templater.clear();for(var r=0;r=v.i&&v.visibleItems.lengthe},innerWindow:function(t,e,r){return t>=e-r&&t<=e+r},dotted:function(t,e,r,n,s,i,a){return this.dottedLeft(t,e,r,n,s,i)||this.dottedRight(t,e,r,n,s,i,a)},dottedLeft:function(t,e,r,n,s,i){return e==r+1&&!this.innerWindow(e,s,i)&&!this.right(e,n)},dottedRight:function(t,e,r,n,s,i,a){return!t.items[a-1].values().dotted&&(e==n&&!this.innerWindow(e,s,i)&&!this.right(e,n))}};return function(e){var n=new i(t.listContainer.id,{listClass:e.paginationClass||"pagination",item:e.item||"
  • ",valueNames:["page","dotted"],searchClass:"pagination-search-that-is-not-supposed-to-exist",sortClass:"pagination-sort-that-is-not-supposed-to-exist"});s.bind(n.listContainer,"click",(function(e){var r=e.target||e.srcElement,n=t.utils.getAttribute(r,"data-page"),s=t.utils.getAttribute(r,"data-i");s&&t.show((s-1)*n+1,n)})),t.on("updated",(function(){r(n,e)})),r(n,e)}}},"./src/parse.js":function(t,e,r){t.exports=function(t){var e=r("./src/item.js")(t),n=function(r,n){for(var s=0,i=r.length;s0?setTimeout((function(){e(r,s)}),1):(t.update(),t.trigger("parseComplete"))};return t.handlers.parseComplete=t.handlers.parseComplete||[],function(){var e=function(t){for(var e=t.childNodes,r=[],n=0,s=e.length;n]/g.exec(t)){var e=document.createElement("tbody");return e.innerHTML=t,e.firstElementChild}if(-1!==t.indexOf("<")){var r=document.createElement("div");return r.innerHTML=t,r.firstElementChild}}},a=function(e,r,n){var s=void 0,i=function(e){for(var r=0,n=t.valueNames.length;r=1;)t.list.removeChild(t.list.firstChild)},function(){var r;if("function"!=typeof t.item){if(!(r="string"==typeof t.item?-1===t.item.indexOf("<")?document.getElementById(t.item):i(t.item):s()))throw new Error("The list needs to have at least one item on init otherwise you'll have to add a template.");r=n(r,t.valueNames),e=function(){return r.cloneNode(!0)}}else e=function(e){var r=t.item(e);return i(r)}}()};t.exports=function(t){return new e(t)}},"./src/utils/classes.js":function(t,e,r){var n=r("./src/utils/index-of.js"),s=/\s+/;Object.prototype.toString;function i(t){if(!t||!t.nodeType)throw new Error("A DOM element reference is required");this.el=t,this.list=t.classList}t.exports=function(t){return new i(t)},i.prototype.add=function(t){if(this.list)return this.list.add(t),this;var e=this.array();return~n(e,t)||e.push(t),this.el.className=e.join(" "),this},i.prototype.remove=function(t){if(this.list)return this.list.remove(t),this;var e=this.array(),r=n(e,t);return~r&&e.splice(r,1),this.el.className=e.join(" "),this},i.prototype.toggle=function(t,e){return this.list?(void 0!==e?e!==this.list.toggle(t,e)&&this.list.toggle(t):this.list.toggle(t),this):(void 0!==e?e?this.add(t):this.remove(t):this.has(t)?this.remove(t):this.add(t),this)},i.prototype.array=function(){var t=(this.el.getAttribute("class")||"").replace(/^\s+|\s+$/g,"").split(s);return""===t[0]&&t.shift(),t},i.prototype.has=i.prototype.contains=function(t){return this.list?this.list.contains(t):!!~n(this.array(),t)}},"./src/utils/events.js":function(t,e,r){var n=window.addEventListener?"addEventListener":"attachEvent",s=window.removeEventListener?"removeEventListener":"detachEvent",i="addEventListener"!==n?"on":"",a=r("./src/utils/to-array.js");e.bind=function(t,e,r,s){for(var o=0,l=(t=a(t)).length;o32)return!1;var a=n,o=function(){var t,r={};for(t=0;t=p;b--){var j=o[t.charAt(b-1)];if(C[b]=0===m?(C[b+1]<<1|1)&j:(C[b+1]<<1|1)&j|(v[b+1]|v[b])<<1|1|v[b+1],C[b]&d){var x=l(m,b-1);if(x<=u){if(u=x,!((c=b-1)>a))break;p=Math.max(1,2*a-c)}}}if(l(m+1,a)>u)break;v=C}return!(c<0)}},"./src/utils/get-attribute.js":function(t){t.exports=function(t,e){var r=t.getAttribute&&t.getAttribute(e)||null;if(!r)for(var n=t.attributes,s=n.length,i=0;i=48&&t<=57}function i(t,e){for(var i=(t+="").length,a=(e+="").length,o=0,l=0;o=i&&l=a?-1:l>=a&&o=i?1:i-a}i.caseInsensitive=i.i=function(t,e){return i((""+t).toLowerCase(),(""+e).toLowerCase())},Object.defineProperties(i,{alphabet:{get:function(){return e},set:function(t){r=[];var s=0;if(e=t)for(;s { + if (categoriesLoaded) { + activateCategory(category); + setCategoryHash(category); + } +}; + +window["quarto-listing-loaded"] = () => { + // Process any existing hash + const hash = getHash(); + + if (hash) { + // If there is a category, switch to that + if (hash.category) { + activateCategory(hash.category); + } + // Paginate a specific listing + const listingIds = Object.keys(window["quarto-listings"]); + for (const listingId of listingIds) { + const page = hash[getListingPageKey(listingId)]; + if (page) { + showPage(listingId, page); + } + } + } + + const listingIds = Object.keys(window["quarto-listings"]); + for (const listingId of listingIds) { + // The actual list + const list = window["quarto-listings"][listingId]; + + // Update the handlers for pagination events + refreshPaginationHandlers(listingId); + + // Render any visible items that need it + renderVisibleProgressiveImages(list); + + // Whenever the list is updated, we also need to + // attach handlers to the new pagination elements + // and refresh any newly visible items. + list.on("updated", function () { + renderVisibleProgressiveImages(list); + setTimeout(() => refreshPaginationHandlers(listingId)); + + // Show or hide the no matching message + toggleNoMatchingMessage(list); + }); + } +}; + +window.document.addEventListener("DOMContentLoaded", function (_event) { + // Attach click handlers to categories + const categoryEls = window.document.querySelectorAll( + ".quarto-listing-category .category" + ); + + for (const categoryEl of categoryEls) { + const category = categoryEl.getAttribute("data-category"); + categoryEl.onclick = () => { + activateCategory(category); + setCategoryHash(category); + }; + } + + // Attach a click handler to the category title + // (there should be only one, but since it is a class name, handle N) + const categoryTitleEls = window.document.querySelectorAll( + ".quarto-listing-category-title" + ); + for (const categoryTitleEl of categoryTitleEls) { + categoryTitleEl.onclick = () => { + activateCategory(""); + setCategoryHash(""); + }; + } + + categoriesLoaded = true; +}); + +function toggleNoMatchingMessage(list) { + const selector = `#${list.listContainer.id} .listing-no-matching`; + const noMatchingEl = window.document.querySelector(selector); + if (noMatchingEl) { + if (list.visibleItems.length === 0) { + noMatchingEl.classList.remove("d-none"); + } else { + if (!noMatchingEl.classList.contains("d-none")) { + noMatchingEl.classList.add("d-none"); + } + } + } +} + +function setCategoryHash(category) { + setHash({ category }); +} + +function setPageHash(listingId, page) { + const currentHash = getHash() || {}; + currentHash[getListingPageKey(listingId)] = page; + setHash(currentHash); +} + +function getListingPageKey(listingId) { + return `${listingId}-page`; +} + +function refreshPaginationHandlers(listingId) { + const listingEl = window.document.getElementById(listingId); + const paginationEls = listingEl.querySelectorAll( + ".pagination li.page-item:not(.disabled) .page.page-link" + ); + for (const paginationEl of paginationEls) { + paginationEl.onclick = (sender) => { + setPageHash(listingId, sender.target.getAttribute("data-i")); + showPage(listingId, sender.target.getAttribute("data-i")); + return false; + }; + } +} + +function renderVisibleProgressiveImages(list) { + // Run through the visible items and render any progressive images + for (const item of list.visibleItems) { + const itemEl = item.elm; + if (itemEl) { + const progressiveImgs = itemEl.querySelectorAll( + `img[${kProgressiveAttr}]` + ); + for (const progressiveImg of progressiveImgs) { + const srcValue = progressiveImg.getAttribute(kProgressiveAttr); + if (srcValue) { + progressiveImg.setAttribute("src", srcValue); + } + progressiveImg.removeAttribute(kProgressiveAttr); + } + } + } +} + +function getHash() { + // Hashes are of the form + // #name:value|name1:value1|name2:value2 + const currentUrl = new URL(window.location); + const hashRaw = currentUrl.hash ? currentUrl.hash.slice(1) : undefined; + return parseHash(hashRaw); +} + +const kAnd = "&"; +const kEquals = "="; + +function parseHash(hash) { + if (!hash) { + return undefined; + } + const hasValuesStrs = hash.split(kAnd); + const hashValues = hasValuesStrs + .map((hashValueStr) => { + const vals = hashValueStr.split(kEquals); + if (vals.length === 2) { + return { name: vals[0], value: vals[1] }; + } else { + return undefined; + } + }) + .filter((value) => { + return value !== undefined; + }); + + const hashObj = {}; + hashValues.forEach((hashValue) => { + hashObj[hashValue.name] = decodeURIComponent(hashValue.value); + }); + return hashObj; +} + +function makeHash(obj) { + return Object.keys(obj) + .map((key) => { + return `${key}${kEquals}${obj[key]}`; + }) + .join(kAnd); +} + +function setHash(obj) { + const hash = makeHash(obj); + window.history.pushState(null, null, `#${hash}`); +} + +function showPage(listingId, page) { + const list = window["quarto-listings"][listingId]; + if (list) { + list.show((page - 1) * list.page + 1, list.page); + } +} + +function activateCategory(category) { + // Deactivate existing categories + const activeEls = window.document.querySelectorAll( + ".quarto-listing-category .category.active" + ); + for (const activeEl of activeEls) { + activeEl.classList.remove("active"); + } + + // Activate this category + const categoryEl = window.document.querySelector( + `.quarto-listing-category .category[data-category='${category}'` + ); + if (categoryEl) { + categoryEl.classList.add("active"); + } + + // Filter the listings to this category + filterListingCategory(category); +} + +function filterListingCategory(category) { + const listingIds = Object.keys(window["quarto-listings"]); + for (const listingId of listingIds) { + const list = window["quarto-listings"][listingId]; + if (list) { + if (category === "") { + // resets the filter + list.filter(); + } else { + // filter to this category + list.filter(function (item) { + const itemValues = item.values(); + if (itemValues.categories !== null) { + const categories = itemValues.categories.split(","); + return categories.includes(category); + } else { + return false; + } + }); + } + } + } +} diff --git a/docs/site_libs/quarto-nav/quarto-nav.js b/docs/site_libs/quarto-nav/quarto-nav.js new file mode 100644 index 00000000..38cc4305 --- /dev/null +++ b/docs/site_libs/quarto-nav/quarto-nav.js @@ -0,0 +1,325 @@ +const headroomChanged = new CustomEvent("quarto-hrChanged", { + detail: {}, + bubbles: true, + cancelable: false, + composed: false, +}); + +const announceDismiss = () => { + const annEl = window.document.getElementById("quarto-announcement"); + if (annEl) { + annEl.remove(); + + const annId = annEl.getAttribute("data-announcement-id"); + window.localStorage.setItem(`quarto-announce-${annId}`, "true"); + } +}; + +const announceRegister = () => { + const annEl = window.document.getElementById("quarto-announcement"); + if (annEl) { + const annId = annEl.getAttribute("data-announcement-id"); + const isDismissed = + window.localStorage.getItem(`quarto-announce-${annId}`) || false; + if (isDismissed) { + announceDismiss(); + return; + } else { + annEl.classList.remove("hidden"); + } + + const actionEl = annEl.querySelector(".quarto-announcement-action"); + if (actionEl) { + actionEl.addEventListener("click", function (e) { + e.preventDefault(); + // Hide the bar immediately + announceDismiss(); + }); + } + } +}; + +window.document.addEventListener("DOMContentLoaded", function () { + let init = false; + + announceRegister(); + + // Manage the back to top button, if one is present. + let lastScrollTop = window.pageYOffset || document.documentElement.scrollTop; + const scrollDownBuffer = 5; + const scrollUpBuffer = 35; + const btn = document.getElementById("quarto-back-to-top"); + const hideBackToTop = () => { + btn.style.display = "none"; + }; + const showBackToTop = () => { + btn.style.display = "inline-block"; + }; + if (btn) { + window.document.addEventListener( + "scroll", + function () { + const currentScrollTop = + window.pageYOffset || document.documentElement.scrollTop; + + // Shows and hides the button 'intelligently' as the user scrolls + if (currentScrollTop - scrollDownBuffer > lastScrollTop) { + hideBackToTop(); + lastScrollTop = currentScrollTop <= 0 ? 0 : currentScrollTop; + } else if (currentScrollTop < lastScrollTop - scrollUpBuffer) { + showBackToTop(); + lastScrollTop = currentScrollTop <= 0 ? 0 : currentScrollTop; + } + + // Show the button at the bottom, hides it at the top + if (currentScrollTop <= 0) { + hideBackToTop(); + } else if ( + window.innerHeight + currentScrollTop >= + document.body.offsetHeight + ) { + showBackToTop(); + } + }, + false + ); + } + + function throttle(func, wait) { + var timeout; + return function () { + const context = this; + const args = arguments; + const later = function () { + clearTimeout(timeout); + timeout = null; + func.apply(context, args); + }; + + if (!timeout) { + timeout = setTimeout(later, wait); + } + }; + } + + function headerOffset() { + // Set an offset if there is are fixed top navbar + const headerEl = window.document.querySelector("header.fixed-top"); + if (headerEl) { + return headerEl.clientHeight; + } else { + return 0; + } + } + + function footerOffset() { + const footerEl = window.document.querySelector("footer.footer"); + if (footerEl) { + return footerEl.clientHeight; + } else { + return 0; + } + } + + function dashboardOffset() { + const dashboardNavEl = window.document.getElementById( + "quarto-dashboard-header" + ); + if (dashboardNavEl !== null) { + return dashboardNavEl.clientHeight; + } else { + return 0; + } + } + + function updateDocumentOffsetWithoutAnimation() { + updateDocumentOffset(false); + } + + function updateDocumentOffset(animated) { + // set body offset + const topOffset = headerOffset(); + const bodyOffset = topOffset + footerOffset() + dashboardOffset(); + const bodyEl = window.document.body; + bodyEl.setAttribute("data-bs-offset", topOffset); + bodyEl.style.paddingTop = topOffset + "px"; + + // deal with sidebar offsets + const sidebars = window.document.querySelectorAll( + ".sidebar, .headroom-target" + ); + sidebars.forEach((sidebar) => { + if (!animated) { + sidebar.classList.add("notransition"); + // Remove the no transition class after the animation has time to complete + setTimeout(function () { + sidebar.classList.remove("notransition"); + }, 201); + } + + if (window.Headroom && sidebar.classList.contains("sidebar-unpinned")) { + sidebar.style.top = "0"; + sidebar.style.maxHeight = "100vh"; + } else { + sidebar.style.top = topOffset + "px"; + sidebar.style.maxHeight = "calc(100vh - " + topOffset + "px)"; + } + }); + + // allow space for footer + const mainContainer = window.document.querySelector(".quarto-container"); + if (mainContainer) { + mainContainer.style.minHeight = "calc(100vh - " + bodyOffset + "px)"; + } + + // link offset + let linkStyle = window.document.querySelector("#quarto-target-style"); + if (!linkStyle) { + linkStyle = window.document.createElement("style"); + linkStyle.setAttribute("id", "quarto-target-style"); + window.document.head.appendChild(linkStyle); + } + while (linkStyle.firstChild) { + linkStyle.removeChild(linkStyle.firstChild); + } + if (topOffset > 0) { + linkStyle.appendChild( + window.document.createTextNode(` + section:target::before { + content: ""; + display: block; + height: ${topOffset}px; + margin: -${topOffset}px 0 0; + }`) + ); + } + if (init) { + window.dispatchEvent(headroomChanged); + } + init = true; + } + + // initialize headroom + var header = window.document.querySelector("#quarto-header"); + if (header && window.Headroom) { + const headroom = new window.Headroom(header, { + tolerance: 5, + onPin: function () { + const sidebars = window.document.querySelectorAll( + ".sidebar, .headroom-target" + ); + sidebars.forEach((sidebar) => { + sidebar.classList.remove("sidebar-unpinned"); + }); + updateDocumentOffset(); + }, + onUnpin: function () { + const sidebars = window.document.querySelectorAll( + ".sidebar, .headroom-target" + ); + sidebars.forEach((sidebar) => { + sidebar.classList.add("sidebar-unpinned"); + }); + updateDocumentOffset(); + }, + }); + headroom.init(); + + let frozen = false; + window.quartoToggleHeadroom = function () { + if (frozen) { + headroom.unfreeze(); + frozen = false; + } else { + headroom.freeze(); + frozen = true; + } + }; + } + + window.addEventListener( + "hashchange", + function (e) { + if ( + getComputedStyle(document.documentElement).scrollBehavior !== "smooth" + ) { + window.scrollTo(0, window.pageYOffset - headerOffset()); + } + }, + false + ); + + // Observe size changed for the header + const headerEl = window.document.querySelector("header.fixed-top"); + if (headerEl && window.ResizeObserver) { + const observer = new window.ResizeObserver(() => { + setTimeout(updateDocumentOffsetWithoutAnimation, 0); + }); + observer.observe(headerEl, { + attributes: true, + childList: true, + characterData: true, + }); + } else { + window.addEventListener( + "resize", + throttle(updateDocumentOffsetWithoutAnimation, 50) + ); + } + setTimeout(updateDocumentOffsetWithoutAnimation, 250); + + // fixup index.html links if we aren't on the filesystem + if (window.location.protocol !== "file:") { + const links = window.document.querySelectorAll("a"); + for (let i = 0; i < links.length; i++) { + if (links[i].href) { + links[i].dataset.originalHref = links[i].href; + links[i].href = links[i].href.replace(/\/index\.html/, "/"); + } + } + + // Fixup any sharing links that require urls + // Append url to any sharing urls + const sharingLinks = window.document.querySelectorAll( + "a.sidebar-tools-main-item, a.quarto-navigation-tool, a.quarto-navbar-tools, a.quarto-navbar-tools-item" + ); + for (let i = 0; i < sharingLinks.length; i++) { + const sharingLink = sharingLinks[i]; + const href = sharingLink.getAttribute("href"); + if (href) { + sharingLink.setAttribute( + "href", + href.replace("|url|", window.location.href) + ); + } + } + + // Scroll the active navigation item into view, if necessary + const navSidebar = window.document.querySelector("nav#quarto-sidebar"); + if (navSidebar) { + // Find the active item + const activeItem = navSidebar.querySelector("li.sidebar-item a.active"); + if (activeItem) { + // Wait for the scroll height and height to resolve by observing size changes on the + // nav element that is scrollable + const resizeObserver = new ResizeObserver((_entries) => { + // The bottom of the element + const elBottom = activeItem.offsetTop; + const viewBottom = navSidebar.scrollTop + navSidebar.clientHeight; + + // The element height and scroll height are the same, then we are still loading + if (viewBottom !== navSidebar.scrollHeight) { + // Determine if the item isn't visible and scroll to it + if (elBottom >= viewBottom) { + navSidebar.scrollTop = elBottom; + } + + // stop observing now since we've completed the scroll + resizeObserver.unobserve(navSidebar); + } + }); + resizeObserver.observe(navSidebar); + } + } + } +}); diff --git a/docs/site_libs/quarto-search/autocomplete.umd.js b/docs/site_libs/quarto-search/autocomplete.umd.js new file mode 100644 index 00000000..ae0063aa --- /dev/null +++ b/docs/site_libs/quarto-search/autocomplete.umd.js @@ -0,0 +1,3 @@ +/*! @algolia/autocomplete-js 1.11.1 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self)["@algolia/autocomplete-js"]={})}(this,(function(e){"use strict";function t(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function n(e){for(var n=1;n=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function a(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i,u,a=[],l=!0,c=!1;try{if(i=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=i.call(n)).done)&&(a.push(r.value),a.length!==t);l=!0);}catch(e){c=!0,o=e}finally{try{if(!l&&null!=n.return&&(u=n.return(),Object(u)!==u))return}finally{if(c)throw o}}return a}}(e,t)||c(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e){return function(e){if(Array.isArray(e))return s(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||c(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e,t){if(e){if("string"==typeof e)return s(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(e,t):void 0}}function s(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);ne.length)&&(t=e.length);for(var n=0,r=new Array(t);ne.length)&&(t=e.length);for(var n=0,r=new Array(t);n=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function x(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function N(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:20,n=[],r=0;r=3||2===n&&r>=4||1===n&&r>=10);function i(t,n,r){if(o&&void 0!==r){var i=r[0].__autocomplete_algoliaCredentials,u={"X-Algolia-Application-Id":i.appId,"X-Algolia-API-Key":i.apiKey};e.apply(void 0,[t].concat(D(n),[{headers:u}]))}else e.apply(void 0,[t].concat(D(n)))}return{init:function(t,n){e("init",{appId:t,apiKey:n})},setUserToken:function(t){e("setUserToken",t)},clickedObjectIDsAfterSearch:function(){for(var e=arguments.length,t=new Array(e),n=0;n0&&i("clickedObjectIDsAfterSearch",B(t),t[0].items)},clickedObjectIDs:function(){for(var e=arguments.length,t=new Array(e),n=0;n0&&i("clickedObjectIDs",B(t),t[0].items)},clickedFilters:function(){for(var t=arguments.length,n=new Array(t),r=0;r0&&e.apply(void 0,["clickedFilters"].concat(n))},convertedObjectIDsAfterSearch:function(){for(var e=arguments.length,t=new Array(e),n=0;n0&&i("convertedObjectIDsAfterSearch",B(t),t[0].items)},convertedObjectIDs:function(){for(var e=arguments.length,t=new Array(e),n=0;n0&&i("convertedObjectIDs",B(t),t[0].items)},convertedFilters:function(){for(var t=arguments.length,n=new Array(t),r=0;r0&&e.apply(void 0,["convertedFilters"].concat(n))},viewedObjectIDs:function(){for(var e=arguments.length,t=new Array(e),n=0;n0&&t.reduce((function(e,t){var n=t.items,r=k(t,A);return[].concat(D(e),D(q(N(N({},r),{},{objectIDs:(null==n?void 0:n.map((function(e){return e.objectID})))||r.objectIDs})).map((function(e){return{items:n,payload:e}}))))}),[]).forEach((function(e){var t=e.items;return i("viewedObjectIDs",[e.payload],t)}))},viewedFilters:function(){for(var t=arguments.length,n=new Array(t),r=0;r0&&e.apply(void 0,["viewedFilters"].concat(n))}}}function F(e){var t=e.items.reduce((function(e,t){var n;return e[t.__autocomplete_indexName]=(null!==(n=e[t.__autocomplete_indexName])&&void 0!==n?n:[]).concat(t),e}),{});return Object.keys(t).map((function(e){return{index:e,items:t[e],algoliaSource:["autocomplete"]}}))}function L(e){return e.objectID&&e.__autocomplete_indexName&&e.__autocomplete_queryID}function U(e){return U="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},U(e)}function M(e){return function(e){if(Array.isArray(e))return H(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return H(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return H(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function H(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n0&&z({onItemsChange:r,items:n,insights:a,state:t}))}}),0);return{name:"aa.algoliaInsightsPlugin",subscribe:function(e){var t=e.setContext,n=e.onSelect,r=e.onActive;function l(e){t({algoliaInsightsPlugin:{__algoliaSearchParameters:W({clickAnalytics:!0},e?{userToken:e}:{}),insights:a}})}u("addAlgoliaAgent","insights-plugin"),l(),u("onUserTokenChange",l),u("getUserToken",null,(function(e,t){l(t)})),n((function(e){var t=e.item,n=e.state,r=e.event,i=e.source;L(t)&&o({state:n,event:r,insights:a,item:t,insightsEvents:[W({eventName:"Item Selected"},j({item:t,items:i.getItems().filter(L)}))]})})),r((function(e){var t=e.item,n=e.source,r=e.state,o=e.event;L(t)&&i({state:r,event:o,insights:a,item:t,insightsEvents:[W({eventName:"Item Active"},j({item:t,items:n.getItems().filter(L)}))]})}))},onStateChange:function(e){var t=e.state;c({state:t})},__autocomplete_pluginOptions:e}}function J(e,t){var n=t;return{then:function(t,r){return J(e.then(Y(t,n,e),Y(r,n,e)),n)},catch:function(t){return J(e.catch(Y(t,n,e)),n)},finally:function(t){return t&&n.onCancelList.push(t),J(e.finally(Y(t&&function(){return n.onCancelList=[],t()},n,e)),n)},cancel:function(){n.isCanceled=!0;var e=n.onCancelList;n.onCancelList=[],e.forEach((function(e){e()}))},isCanceled:function(){return!0===n.isCanceled}}}function X(e){return J(e,{isCanceled:!1,onCancelList:[]})}function Y(e,t,n){return e?function(n){return t.isCanceled?n:e(n)}:n}function Z(e,t,n,r){if(!n)return null;if(e<0&&(null===t||null!==r&&0===t))return n+e;var o=(null===t?-1:t)+e;return o<=-1||o>=n?null===r?null:0:o}function ee(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function te(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,r=new Array(t);n0},reshape:function(e){return e.sources}},e),{},{id:null!==(n=e.id)&&void 0!==n?n:d(),plugins:o,initialState:he({activeItemId:null,query:"",completion:null,collections:[],isOpen:!1,status:"idle",context:{}},e.initialState),onStateChange:function(t){var n;null===(n=e.onStateChange)||void 0===n||n.call(e,t),o.forEach((function(e){var n;return null===(n=e.onStateChange)||void 0===n?void 0:n.call(e,t)}))},onSubmit:function(t){var n;null===(n=e.onSubmit)||void 0===n||n.call(e,t),o.forEach((function(e){var n;return null===(n=e.onSubmit)||void 0===n?void 0:n.call(e,t)}))},onReset:function(t){var n;null===(n=e.onReset)||void 0===n||n.call(e,t),o.forEach((function(e){var n;return null===(n=e.onReset)||void 0===n?void 0:n.call(e,t)}))},getSources:function(n){return Promise.all([].concat(ye(o.map((function(e){return e.getSources}))),[e.getSources]).filter(Boolean).map((function(e){return function(e,t){var n=[];return Promise.resolve(e(t)).then((function(e){return Promise.all(e.filter((function(e){return Boolean(e)})).map((function(e){if(e.sourceId,n.includes(e.sourceId))throw new Error("[Autocomplete] The `sourceId` ".concat(JSON.stringify(e.sourceId)," is not unique."));n.push(e.sourceId);var t={getItemInputValue:function(e){return e.state.query},getItemUrl:function(){},onSelect:function(e){(0,e.setIsOpen)(!1)},onActive:O,onResolve:O};Object.keys(t).forEach((function(e){t[e].__default=!0}));var r=te(te({},t),e);return Promise.resolve(r)})))}))}(e,n)}))).then((function(e){return m(e)})).then((function(e){return e.map((function(e){return he(he({},e),{},{onSelect:function(n){e.onSelect(n),t.forEach((function(e){var t;return null===(t=e.onSelect)||void 0===t?void 0:t.call(e,n)}))},onActive:function(n){e.onActive(n),t.forEach((function(e){var t;return null===(t=e.onActive)||void 0===t?void 0:t.call(e,n)}))},onResolve:function(n){e.onResolve(n),t.forEach((function(e){var t;return null===(t=e.onResolve)||void 0===t?void 0:t.call(e,n)}))}})}))}))},navigator:he({navigate:function(e){var t=e.itemUrl;r.location.assign(t)},navigateNewTab:function(e){var t=e.itemUrl,n=r.open(t,"_blank","noopener");null==n||n.focus()},navigateNewWindow:function(e){var t=e.itemUrl;r.open(t,"_blank","noopener")}},e.navigator)})}function Se(e){return Se="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Se(e)}function je(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Pe(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,r=new Array(t);n=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var He,Ve,We,Ke=null,Qe=(He=-1,Ve=-1,We=void 0,function(e){var t=++He;return Promise.resolve(e).then((function(e){return We&&t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function et(e){return et="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},et(e)}var tt=["props","refresh","store"],nt=["inputElement","formElement","panelElement"],rt=["inputElement"],ot=["inputElement","maxLength"],it=["source"],ut=["item","source"];function at(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function lt(e){for(var t=1;t=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function ft(e){var t=e.props,n=e.refresh,r=e.store,o=st(e,tt);return{getEnvironmentProps:function(e){var n=e.inputElement,o=e.formElement,i=e.panelElement;function u(e){!r.getState().isOpen&&r.pendingRequests.isEmpty()||e.target===n||!1===[o,i].some((function(t){return n=t,r=e.target,n===r||n.contains(r);var n,r}))&&(r.dispatch("blur",null),t.debug||r.pendingRequests.cancelAll())}return lt({onTouchStart:u,onMouseDown:u,onTouchMove:function(e){!1!==r.getState().isOpen&&n===t.environment.document.activeElement&&e.target!==n&&n.blur()}},st(e,nt))},getRootProps:function(e){return lt({role:"combobox","aria-expanded":r.getState().isOpen,"aria-haspopup":"listbox","aria-owns":r.getState().isOpen?r.getState().collections.map((function(e){var n=e.source;return ie(t.id,"list",n)})).join(" "):void 0,"aria-labelledby":ie(t.id,"label")},e)},getFormProps:function(e){return e.inputElement,lt({action:"",noValidate:!0,role:"search",onSubmit:function(i){var u;i.preventDefault(),t.onSubmit(lt({event:i,refresh:n,state:r.getState()},o)),r.dispatch("submit",null),null===(u=e.inputElement)||void 0===u||u.blur()},onReset:function(i){var u;i.preventDefault(),t.onReset(lt({event:i,refresh:n,state:r.getState()},o)),r.dispatch("reset",null),null===(u=e.inputElement)||void 0===u||u.focus()}},st(e,rt))},getLabelProps:function(e){return lt({htmlFor:ie(t.id,"input"),id:ie(t.id,"label")},e)},getInputProps:function(e){var i;function u(e){(t.openOnFocus||Boolean(r.getState().query))&&$e(lt({event:e,props:t,query:r.getState().completion||r.getState().query,refresh:n,store:r},o)),r.dispatch("focus",null)}var a=e||{};a.inputElement;var l=a.maxLength,c=void 0===l?512:l,s=st(a,ot),f=oe(r.getState()),p=function(e){return Boolean(e&&e.match(ue))}((null===(i=t.environment.navigator)||void 0===i?void 0:i.userAgent)||""),m=t.enterKeyHint||(null!=f&&f.itemUrl&&!p?"go":"search");return lt({"aria-autocomplete":"both","aria-activedescendant":r.getState().isOpen&&null!==r.getState().activeItemId?ie(t.id,"item-".concat(r.getState().activeItemId),null==f?void 0:f.source):void 0,"aria-controls":r.getState().isOpen?r.getState().collections.map((function(e){var n=e.source;return ie(t.id,"list",n)})).join(" "):void 0,"aria-labelledby":ie(t.id,"label"),value:r.getState().completion||r.getState().query,id:ie(t.id,"input"),autoComplete:"off",autoCorrect:"off",autoCapitalize:"off",enterKeyHint:m,spellCheck:"false",autoFocus:t.autoFocus,placeholder:t.placeholder,maxLength:c,type:"search",onChange:function(e){$e(lt({event:e,props:t,query:e.currentTarget.value.slice(0,c),refresh:n,store:r},o))},onKeyDown:function(e){!function(e){var t=e.event,n=e.props,r=e.refresh,o=e.store,i=Ze(e,Ge);if("ArrowUp"===t.key||"ArrowDown"===t.key){var u=function(){var e=oe(o.getState()),t=n.environment.document.getElementById(ie(n.id,"item-".concat(o.getState().activeItemId),null==e?void 0:e.source));t&&(t.scrollIntoViewIfNeeded?t.scrollIntoViewIfNeeded(!1):t.scrollIntoView(!1))},a=function(){var e=oe(o.getState());if(null!==o.getState().activeItemId&&e){var n=e.item,u=e.itemInputValue,a=e.itemUrl,l=e.source;l.onActive(Xe({event:t,item:n,itemInputValue:u,itemUrl:a,refresh:r,source:l,state:o.getState()},i))}};t.preventDefault(),!1===o.getState().isOpen&&(n.openOnFocus||Boolean(o.getState().query))?$e(Xe({event:t,props:n,query:o.getState().query,refresh:r,store:o},i)).then((function(){o.dispatch(t.key,{nextActiveItemId:n.defaultActiveItemId}),a(),setTimeout(u,0)})):(o.dispatch(t.key,{}),a(),u())}else if("Escape"===t.key)t.preventDefault(),o.dispatch(t.key,null),o.pendingRequests.cancelAll();else if("Tab"===t.key)o.dispatch("blur",null),o.pendingRequests.cancelAll();else if("Enter"===t.key){if(null===o.getState().activeItemId||o.getState().collections.every((function(e){return 0===e.items.length})))return void(n.debug||o.pendingRequests.cancelAll());t.preventDefault();var l=oe(o.getState()),c=l.item,s=l.itemInputValue,f=l.itemUrl,p=l.source;if(t.metaKey||t.ctrlKey)void 0!==f&&(p.onSelect(Xe({event:t,item:c,itemInputValue:s,itemUrl:f,refresh:r,source:p,state:o.getState()},i)),n.navigator.navigateNewTab({itemUrl:f,item:c,state:o.getState()}));else if(t.shiftKey)void 0!==f&&(p.onSelect(Xe({event:t,item:c,itemInputValue:s,itemUrl:f,refresh:r,source:p,state:o.getState()},i)),n.navigator.navigateNewWindow({itemUrl:f,item:c,state:o.getState()}));else if(t.altKey);else{if(void 0!==f)return p.onSelect(Xe({event:t,item:c,itemInputValue:s,itemUrl:f,refresh:r,source:p,state:o.getState()},i)),void n.navigator.navigate({itemUrl:f,item:c,state:o.getState()});$e(Xe({event:t,nextState:{isOpen:!1},props:n,query:s,refresh:r,store:o},i)).then((function(){p.onSelect(Xe({event:t,item:c,itemInputValue:s,itemUrl:f,refresh:r,source:p,state:o.getState()},i))}))}}}(lt({event:e,props:t,refresh:n,store:r},o))},onFocus:u,onBlur:O,onClick:function(n){e.inputElement!==t.environment.document.activeElement||r.getState().isOpen||u(n)}},s)},getPanelProps:function(e){return lt({onMouseDown:function(e){e.preventDefault()},onMouseLeave:function(){r.dispatch("mouseleave",null)}},e)},getListProps:function(e){var n=e||{},r=n.source,o=st(n,it);return lt({role:"listbox","aria-labelledby":ie(t.id,"label"),id:ie(t.id,"list",r)},o)},getItemProps:function(e){var i=e.item,u=e.source,a=st(e,ut);return lt({id:ie(t.id,"item-".concat(i.__autocomplete_id),u),role:"option","aria-selected":r.getState().activeItemId===i.__autocomplete_id,onMouseMove:function(e){if(i.__autocomplete_id!==r.getState().activeItemId){r.dispatch("mousemove",i.__autocomplete_id);var t=oe(r.getState());if(null!==r.getState().activeItemId&&t){var u=t.item,a=t.itemInputValue,l=t.itemUrl,c=t.source;c.onActive(lt({event:e,item:u,itemInputValue:a,itemUrl:l,refresh:n,source:c,state:r.getState()},o))}}},onMouseDown:function(e){e.preventDefault()},onClick:function(e){var a=u.getItemInputValue({item:i,state:r.getState()}),l=u.getItemUrl({item:i,state:r.getState()});(l?Promise.resolve():$e(lt({event:e,nextState:{isOpen:!1},props:t,query:a,refresh:n,store:r},o))).then((function(){u.onSelect(lt({event:e,item:i,itemInputValue:a,itemUrl:l,refresh:n,source:u,state:r.getState()},o))}))}},a)}}}function pt(e){return pt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},pt(e)}function mt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function vt(e){for(var t=1;t=5&&((o||!e&&5===r)&&(u.push(r,0,o,n),r=6),e&&(u.push(r,e,0,n),r=6)),o=""},l=0;l"===t?(r=1,o=""):o=t+o[0]:i?t===i?i="":o+=t:'"'===t||"'"===t?i=t:">"===t?(a(),r=1):r&&("="===t?(r=5,n=o,o=""):"/"===t&&(r<5||">"===e[l][c+1])?(a(),3===r&&(u=u[0]),r=u,(u=u[0]).push(2,0,r),r=0):" "===t||"\t"===t||"\n"===t||"\r"===t?(a(),r=2):o+=t),3===r&&"!--"===o&&(r=4,u=u[0])}return a(),u}(e)),t),arguments,[])).length>1?t:t[0]}var kt=function(e){var t=e.environment,n=t.document.createElementNS("http://www.w3.org/2000/svg","svg");n.setAttribute("class","aa-ClearIcon"),n.setAttribute("viewBox","0 0 24 24"),n.setAttribute("width","18"),n.setAttribute("height","18"),n.setAttribute("fill","currentColor");var r=t.document.createElementNS("http://www.w3.org/2000/svg","path");return r.setAttribute("d","M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z"),n.appendChild(r),n};function xt(e,t){if("string"==typeof t){var n=e.document.querySelector(t);return"The element ".concat(JSON.stringify(t)," is not in the document."),n}return t}function Nt(){for(var e=arguments.length,t=new Array(e),n=0;n2&&(u.children=arguments.length>3?Jt.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(i in e.defaultProps)void 0===u[i]&&(u[i]=e.defaultProps[i]);return sn(e,u,r,o,null)}function sn(e,t,n,r,o){var i={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==o?++Yt:o};return null==o&&null!=Xt.vnode&&Xt.vnode(i),i}function fn(e){return e.children}function pn(e,t){this.props=e,this.context=t}function mn(e,t){if(null==t)return e.__?mn(e.__,e.__.__k.indexOf(e)+1):null;for(var n;tt&&Zt.sort(nn));yn.__r=0}function bn(e,t,n,r,o,i,u,a,l,c){var s,f,p,m,v,d,y,b=r&&r.__k||on,g=b.length;for(n.__k=[],s=0;s0?sn(m.type,m.props,m.key,m.ref?m.ref:null,m.__v):m)){if(m.__=n,m.__b=n.__b+1,null===(p=b[s])||p&&m.key==p.key&&m.type===p.type)b[s]=void 0;else for(f=0;f=0;t--)if((n=e.__k[t])&&(r=On(n)))return r;return null}function _n(e,t,n){"-"===t[0]?e.setProperty(t,null==n?"":n):e[t]=null==n?"":"number"!=typeof n||un.test(t)?n:n+"px"}function Sn(e,t,n,r,o){var i;e:if("style"===t)if("string"==typeof n)e.style.cssText=n;else{if("string"==typeof r&&(e.style.cssText=r=""),r)for(t in r)n&&t in n||_n(e.style,t,"");if(n)for(t in n)r&&n[t]===r[t]||_n(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])i=t!==(t=t.replace(/Capture$/,"")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+i]=n,n?r||e.addEventListener(t,i?Pn:jn,i):e.removeEventListener(t,i?Pn:jn,i);else if("dangerouslySetInnerHTML"!==t){if(o)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!==t&&"height"!==t&&"href"!==t&&"list"!==t&&"form"!==t&&"tabIndex"!==t&&"download"!==t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null==n||!1===n&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,n))}}function jn(e){return this.l[e.type+!1](Xt.event?Xt.event(e):e)}function Pn(e){return this.l[e.type+!0](Xt.event?Xt.event(e):e)}function wn(e,t,n,r,o,i,u,a,l){var c,s,f,p,m,v,d,y,b,g,h,O,_,S,j,P=t.type;if(void 0!==t.constructor)return null;null!=n.__h&&(l=n.__h,a=t.__e=n.__e,t.__h=null,i=[a]),(c=Xt.__b)&&c(t);try{e:if("function"==typeof P){if(y=t.props,b=(c=P.contextType)&&r[c.__c],g=c?b?b.props.value:c.__:r,n.__c?d=(s=t.__c=n.__c).__=s.__E:("prototype"in P&&P.prototype.render?t.__c=s=new P(y,g):(t.__c=s=new pn(y,g),s.constructor=P,s.render=Cn),b&&b.sub(s),s.props=y,s.state||(s.state={}),s.context=g,s.__n=r,f=s.__d=!0,s.__h=[],s._sb=[]),null==s.__s&&(s.__s=s.state),null!=P.getDerivedStateFromProps&&(s.__s==s.state&&(s.__s=an({},s.__s)),an(s.__s,P.getDerivedStateFromProps(y,s.__s))),p=s.props,m=s.state,s.__v=t,f)null==P.getDerivedStateFromProps&&null!=s.componentWillMount&&s.componentWillMount(),null!=s.componentDidMount&&s.__h.push(s.componentDidMount);else{if(null==P.getDerivedStateFromProps&&y!==p&&null!=s.componentWillReceiveProps&&s.componentWillReceiveProps(y,g),!s.__e&&null!=s.shouldComponentUpdate&&!1===s.shouldComponentUpdate(y,s.__s,g)||t.__v===n.__v){for(t.__v!==n.__v&&(s.props=y,s.state=s.__s,s.__d=!1),s.__e=!1,t.__e=n.__e,t.__k=n.__k,t.__k.forEach((function(e){e&&(e.__=t)})),h=0;h0&&void 0!==arguments[0]?arguments[0]:[];return{get:function(){return e},add:function(t){var n=e[e.length-1];(null==n?void 0:n.isHighlighted)===t.isHighlighted?e[e.length-1]={value:n.value+t.value,isHighlighted:n.isHighlighted}:e.push(t)}}}(n?[{value:n,isHighlighted:!1}]:[]);return t.forEach((function(e){var t=e.split(xn);r.add({value:t[0],isHighlighted:!0}),""!==t[1]&&r.add({value:t[1],isHighlighted:!1})})),r.get()}function Tn(e){return function(e){if(Array.isArray(e))return qn(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return qn(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return qn(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function qn(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n",""":'"',"'":"'"},Fn=new RegExp(/\w/i),Ln=/&(amp|quot|lt|gt|#39);/g,Un=RegExp(Ln.source);function Mn(e,t){var n,r,o,i=e[t],u=(null===(n=e[t+1])||void 0===n?void 0:n.isHighlighted)||!0,a=(null===(r=e[t-1])||void 0===r?void 0:r.isHighlighted)||!0;return Fn.test((o=i.value)&&Un.test(o)?o.replace(Ln,(function(e){return Rn[e]})):o)||a!==u?i.isHighlighted:a}function Hn(e){return Hn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Hn(e)}function Vn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Wn(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,r=new Array(t);n=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function ur(e){return function(e){if(Array.isArray(e))return ar(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return ar(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ar(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ar(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n0;if(!O.value.core.openOnFocus&&!t.query)return n;var r=Boolean(y.current||O.value.renderer.renderNoResults);return!n&&r||n},__autocomplete_metadata:{userAgents:br,options:e}}))})),j=f(n({collections:[],completion:null,context:{},isOpen:!1,query:"",activeItemId:null,status:"idle"},O.value.core.initialState)),P={getEnvironmentProps:O.value.renderer.getEnvironmentProps,getFormProps:O.value.renderer.getFormProps,getInputProps:O.value.renderer.getInputProps,getItemProps:O.value.renderer.getItemProps,getLabelProps:O.value.renderer.getLabelProps,getListProps:O.value.renderer.getListProps,getPanelProps:O.value.renderer.getPanelProps,getRootProps:O.value.renderer.getRootProps},w={setActiveItemId:S.value.setActiveItemId,setQuery:S.value.setQuery,setCollections:S.value.setCollections,setIsOpen:S.value.setIsOpen,setStatus:S.value.setStatus,setContext:S.value.setContext,refresh:S.value.refresh,navigator:S.value.navigator},I=m((function(){return Ct.bind(O.value.renderer.renderer.createElement)})),A=m((function(){return Gt({autocomplete:S.value,autocompleteScopeApi:w,classNames:O.value.renderer.classNames,environment:O.value.core.environment,isDetached:_.value,placeholder:O.value.core.placeholder,propGetters:P,setIsModalOpen:k,state:j.current,translations:O.value.renderer.translations})}));function E(){Ht(A.value.panel,{style:_.value?{}:yr({panelPlacement:O.value.renderer.panelPlacement,container:A.value.root,form:A.value.form,environment:O.value.core.environment})})}function D(e){j.current=e;var t={autocomplete:S.value,autocompleteScopeApi:w,classNames:O.value.renderer.classNames,components:O.value.renderer.components,container:O.value.renderer.container,html:I.value,dom:A.value,panelContainer:_.value?A.value.detachedContainer:O.value.renderer.panelContainer,propGetters:P,state:j.current,renderer:O.value.renderer.renderer},r=!b(e)&&!y.current&&O.value.renderer.renderNoResults||O.value.renderer.render;!function(e){var t=e.autocomplete,r=e.autocompleteScopeApi,o=e.dom,i=e.propGetters,u=e.state;Vt(o.root,i.getRootProps(n({state:u,props:t.getRootProps({})},r))),Vt(o.input,i.getInputProps(n({state:u,props:t.getInputProps({inputElement:o.input}),inputElement:o.input},r))),Ht(o.label,{hidden:"stalled"===u.status}),Ht(o.loadingIndicator,{hidden:"stalled"!==u.status}),Ht(o.clearButton,{hidden:!u.query}),Ht(o.detachedSearchButtonQuery,{textContent:u.query}),Ht(o.detachedSearchButtonPlaceholder,{hidden:Boolean(u.query)})}(t),function(e,t){var r=t.autocomplete,o=t.autocompleteScopeApi,u=t.classNames,a=t.html,l=t.dom,c=t.panelContainer,s=t.propGetters,f=t.state,p=t.components,m=t.renderer;if(f.isOpen){c.contains(l.panel)||"loading"===f.status||c.appendChild(l.panel),l.panel.classList.toggle("aa-Panel--stalled","stalled"===f.status);var v=f.collections.filter((function(e){var t=e.source,n=e.items;return t.templates.noResults||n.length>0})).map((function(e,t){var l=e.source,c=e.items;return m.createElement("section",{key:t,className:u.source,"data-autocomplete-source-id":l.sourceId},l.templates.header&&m.createElement("div",{className:u.sourceHeader},l.templates.header({components:p,createElement:m.createElement,Fragment:m.Fragment,items:c,source:l,state:f,html:a})),l.templates.noResults&&0===c.length?m.createElement("div",{className:u.sourceNoResults},l.templates.noResults({components:p,createElement:m.createElement,Fragment:m.Fragment,source:l,state:f,html:a})):m.createElement("ul",i({className:u.list},s.getListProps(n({state:f,props:r.getListProps({source:l})},o))),c.map((function(e){var t=r.getItemProps({item:e,source:l});return m.createElement("li",i({key:t.id,className:u.item},s.getItemProps(n({state:f,props:t},o))),l.templates.item({components:p,createElement:m.createElement,Fragment:m.Fragment,item:e,state:f,html:a}))}))),l.templates.footer&&m.createElement("div",{className:u.sourceFooter},l.templates.footer({components:p,createElement:m.createElement,Fragment:m.Fragment,items:c,source:l,state:f,html:a})))})),d=m.createElement(m.Fragment,null,m.createElement("div",{className:u.panelLayout},v),m.createElement("div",{className:"aa-GradientBottom"})),y=v.reduce((function(e,t){return e[t.props["data-autocomplete-source-id"]]=t,e}),{});e(n(n({children:d,state:f,sections:v,elements:y},m),{},{components:p,html:a},o),l.panel)}else c.contains(l.panel)&&c.removeChild(l.panel)}(r,t)}function C(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};l();var t=O.value.renderer,n=t.components,r=u(t,gr);g.current=qt(r,O.value.core,{components:Bt(n,(function(e){return!e.value.hasOwnProperty("__autocomplete_componentName")})),initialState:j.current},e),v(),c(),S.value.refresh().then((function(){D(j.current)}))}function k(e){requestAnimationFrame((function(){var t=O.value.core.environment.document.body.contains(A.value.detachedOverlay);e!==t&&(e?(O.value.core.environment.document.body.appendChild(A.value.detachedOverlay),O.value.core.environment.document.body.classList.add("aa-Detached"),A.value.input.focus()):(O.value.core.environment.document.body.removeChild(A.value.detachedOverlay),O.value.core.environment.document.body.classList.remove("aa-Detached")))}))}return a((function(){var e=S.value.getEnvironmentProps({formElement:A.value.form,panelElement:A.value.panel,inputElement:A.value.input});return Ht(O.value.core.environment,e),function(){Ht(O.value.core.environment,Object.keys(e).reduce((function(e,t){return n(n({},e),{},o({},t,void 0))}),{}))}})),a((function(){var e=_.value?O.value.core.environment.document.body:O.value.renderer.panelContainer,t=_.value?A.value.detachedOverlay:A.value.panel;return _.value&&j.current.isOpen&&k(!0),D(j.current),function(){e.contains(t)&&e.removeChild(t)}})),a((function(){var e=O.value.renderer.container;return e.appendChild(A.value.root),function(){e.removeChild(A.value.root)}})),a((function(){var e=p((function(e){D(e.state)}),0);return h.current=function(t){var n=t.state,r=t.prevState;(_.value&&r.isOpen!==n.isOpen&&k(n.isOpen),_.value||!n.isOpen||r.isOpen||E(),n.query!==r.query)&&O.value.core.environment.document.querySelectorAll(".aa-Panel--scrollable").forEach((function(e){0!==e.scrollTop&&(e.scrollTop=0)}));e({state:n})},function(){h.current=void 0}})),a((function(){var e=p((function(){var e=_.value;_.value=O.value.core.environment.matchMedia(O.value.renderer.detachedMediaQuery).matches,e!==_.value?C({}):requestAnimationFrame(E)}),20);return O.value.core.environment.addEventListener("resize",e),function(){O.value.core.environment.removeEventListener("resize",e)}})),a((function(){if(!_.value)return function(){};function e(e){A.value.detachedContainer.classList.toggle("aa-DetachedContainer--modal",e)}function t(t){e(t.matches)}var n=O.value.core.environment.matchMedia(getComputedStyle(O.value.core.environment.document.documentElement).getPropertyValue("--aa-detached-modal-media-query"));e(n.matches);var r=Boolean(n.addEventListener);return r?n.addEventListener("change",t):n.addListener(t),function(){r?n.removeEventListener("change",t):n.removeListener(t)}})),a((function(){return requestAnimationFrame(E),function(){}})),n(n({},w),{},{update:C,destroy:function(){l()}})},e.getAlgoliaFacets=function(e){var t=hr({transformResponse:function(e){return e.facetHits}}),r=e.queries.map((function(e){return n(n({},e),{},{type:"facet"})}));return t(n(n({},e),{},{queries:r}))},e.getAlgoliaResults=Or,Object.defineProperty(e,"__esModule",{value:!0})})); + diff --git a/docs/site_libs/quarto-search/fuse.min.js b/docs/site_libs/quarto-search/fuse.min.js new file mode 100644 index 00000000..adc28356 --- /dev/null +++ b/docs/site_libs/quarto-search/fuse.min.js @@ -0,0 +1,9 @@ +/** + * Fuse.js v6.6.2 - Lightweight fuzzy-search (http://fusejs.io) + * + * Copyright (c) 2022 Kiro Risk (http://kiro.me) + * All Rights Reserved. Apache Software License 2.0 + * + * http://www.apache.org/licenses/LICENSE-2.0 + */ +var e,t;e=this,t=function(){"use strict";function e(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function t(t){for(var n=1;ne.length)&&(t=e.length);for(var n=0,r=new Array(t);n0&&void 0!==arguments[0]?arguments[0]:1,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:3,n=new Map,r=Math.pow(10,t);return{get:function(t){var i=t.match(C).length;if(n.has(i))return n.get(i);var o=1/Math.pow(i,.5*e),c=parseFloat(Math.round(o*r)/r);return n.set(i,c),c},clear:function(){n.clear()}}}var $=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.getFn,i=void 0===n?I.getFn:n,o=t.fieldNormWeight,c=void 0===o?I.fieldNormWeight:o;r(this,e),this.norm=E(c,3),this.getFn=i,this.isCreated=!1,this.setIndexRecords()}return o(e,[{key:"setSources",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.docs=e}},{key:"setIndexRecords",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.records=e}},{key:"setKeys",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.keys=t,this._keysMap={},t.forEach((function(t,n){e._keysMap[t.id]=n}))}},{key:"create",value:function(){var e=this;!this.isCreated&&this.docs.length&&(this.isCreated=!0,g(this.docs[0])?this.docs.forEach((function(t,n){e._addString(t,n)})):this.docs.forEach((function(t,n){e._addObject(t,n)})),this.norm.clear())}},{key:"add",value:function(e){var t=this.size();g(e)?this._addString(e,t):this._addObject(e,t)}},{key:"removeAt",value:function(e){this.records.splice(e,1);for(var t=e,n=this.size();t2&&void 0!==arguments[2]?arguments[2]:{},r=n.getFn,i=void 0===r?I.getFn:r,o=n.fieldNormWeight,c=void 0===o?I.fieldNormWeight:o,a=new $({getFn:i,fieldNormWeight:c});return a.setKeys(e.map(_)),a.setSources(t),a.create(),a}function R(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.errors,r=void 0===n?0:n,i=t.currentLocation,o=void 0===i?0:i,c=t.expectedLocation,a=void 0===c?0:c,s=t.distance,u=void 0===s?I.distance:s,h=t.ignoreLocation,l=void 0===h?I.ignoreLocation:h,f=r/e.length;if(l)return f;var d=Math.abs(a-o);return u?f+d/u:d?1:f}function N(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:I.minMatchCharLength,n=[],r=-1,i=-1,o=0,c=e.length;o=t&&n.push([r,i]),r=-1)}return e[o-1]&&o-r>=t&&n.push([r,o-1]),n}var P=32;function W(e){for(var t={},n=0,r=e.length;n1&&void 0!==arguments[1]?arguments[1]:{},o=i.location,c=void 0===o?I.location:o,a=i.threshold,s=void 0===a?I.threshold:a,u=i.distance,h=void 0===u?I.distance:u,l=i.includeMatches,f=void 0===l?I.includeMatches:l,d=i.findAllMatches,v=void 0===d?I.findAllMatches:d,g=i.minMatchCharLength,y=void 0===g?I.minMatchCharLength:g,p=i.isCaseSensitive,m=void 0===p?I.isCaseSensitive:p,k=i.ignoreLocation,M=void 0===k?I.ignoreLocation:k;if(r(this,e),this.options={location:c,threshold:s,distance:h,includeMatches:f,findAllMatches:v,minMatchCharLength:y,isCaseSensitive:m,ignoreLocation:M},this.pattern=m?t:t.toLowerCase(),this.chunks=[],this.pattern.length){var b=function(e,t){n.chunks.push({pattern:e,alphabet:W(e),startIndex:t})},x=this.pattern.length;if(x>P){for(var w=0,L=x%P,S=x-L;w3&&void 0!==arguments[3]?arguments[3]:{},i=r.location,o=void 0===i?I.location:i,c=r.distance,a=void 0===c?I.distance:c,s=r.threshold,u=void 0===s?I.threshold:s,h=r.findAllMatches,l=void 0===h?I.findAllMatches:h,f=r.minMatchCharLength,d=void 0===f?I.minMatchCharLength:f,v=r.includeMatches,g=void 0===v?I.includeMatches:v,y=r.ignoreLocation,p=void 0===y?I.ignoreLocation:y;if(t.length>P)throw new Error(w(P));for(var m,k=t.length,M=e.length,b=Math.max(0,Math.min(o,M)),x=u,L=b,S=d>1||g,_=S?Array(M):[];(m=e.indexOf(t,L))>-1;){var O=R(t,{currentLocation:m,expectedLocation:b,distance:a,ignoreLocation:p});if(x=Math.min(O,x),L=m+k,S)for(var j=0;j=z;q-=1){var B=q-1,J=n[e.charAt(B)];if(S&&(_[B]=+!!J),K[q]=(K[q+1]<<1|1)&J,F&&(K[q]|=(A[q+1]|A[q])<<1|1|A[q+1]),K[q]&$&&(C=R(t,{errors:F,currentLocation:B,expectedLocation:b,distance:a,ignoreLocation:p}))<=x){if(x=C,(L=B)<=b)break;z=Math.max(1,2*b-L)}}if(R(t,{errors:F+1,currentLocation:b,expectedLocation:b,distance:a,ignoreLocation:p})>x)break;A=K}var U={isMatch:L>=0,score:Math.max(.001,C)};if(S){var V=N(_,d);V.length?g&&(U.indices=V):U.isMatch=!1}return U}(e,n,i,{location:c+o,distance:a,threshold:s,findAllMatches:u,minMatchCharLength:h,includeMatches:r,ignoreLocation:l}),p=y.isMatch,m=y.score,k=y.indices;p&&(g=!0),v+=m,p&&k&&(d=[].concat(f(d),f(k)))}));var y={isMatch:g,score:g?v/this.chunks.length:1};return g&&r&&(y.indices=d),y}}]),e}(),z=function(){function e(t){r(this,e),this.pattern=t}return o(e,[{key:"search",value:function(){}}],[{key:"isMultiMatch",value:function(e){return D(e,this.multiRegex)}},{key:"isSingleMatch",value:function(e){return D(e,this.singleRegex)}}]),e}();function D(e,t){var n=e.match(t);return n?n[1]:null}var K=function(e){a(n,e);var t=l(n);function n(e){return r(this,n),t.call(this,e)}return o(n,[{key:"search",value:function(e){var t=e===this.pattern;return{isMatch:t,score:t?0:1,indices:[0,this.pattern.length-1]}}}],[{key:"type",get:function(){return"exact"}},{key:"multiRegex",get:function(){return/^="(.*)"$/}},{key:"singleRegex",get:function(){return/^=(.*)$/}}]),n}(z),q=function(e){a(n,e);var t=l(n);function n(e){return r(this,n),t.call(this,e)}return o(n,[{key:"search",value:function(e){var t=-1===e.indexOf(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}}],[{key:"type",get:function(){return"inverse-exact"}},{key:"multiRegex",get:function(){return/^!"(.*)"$/}},{key:"singleRegex",get:function(){return/^!(.*)$/}}]),n}(z),B=function(e){a(n,e);var t=l(n);function n(e){return r(this,n),t.call(this,e)}return o(n,[{key:"search",value:function(e){var t=e.startsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,this.pattern.length-1]}}}],[{key:"type",get:function(){return"prefix-exact"}},{key:"multiRegex",get:function(){return/^\^"(.*)"$/}},{key:"singleRegex",get:function(){return/^\^(.*)$/}}]),n}(z),J=function(e){a(n,e);var t=l(n);function n(e){return r(this,n),t.call(this,e)}return o(n,[{key:"search",value:function(e){var t=!e.startsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}}],[{key:"type",get:function(){return"inverse-prefix-exact"}},{key:"multiRegex",get:function(){return/^!\^"(.*)"$/}},{key:"singleRegex",get:function(){return/^!\^(.*)$/}}]),n}(z),U=function(e){a(n,e);var t=l(n);function n(e){return r(this,n),t.call(this,e)}return o(n,[{key:"search",value:function(e){var t=e.endsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[e.length-this.pattern.length,e.length-1]}}}],[{key:"type",get:function(){return"suffix-exact"}},{key:"multiRegex",get:function(){return/^"(.*)"\$$/}},{key:"singleRegex",get:function(){return/^(.*)\$$/}}]),n}(z),V=function(e){a(n,e);var t=l(n);function n(e){return r(this,n),t.call(this,e)}return o(n,[{key:"search",value:function(e){var t=!e.endsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}}],[{key:"type",get:function(){return"inverse-suffix-exact"}},{key:"multiRegex",get:function(){return/^!"(.*)"\$$/}},{key:"singleRegex",get:function(){return/^!(.*)\$$/}}]),n}(z),G=function(e){a(n,e);var t=l(n);function n(e){var i,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},c=o.location,a=void 0===c?I.location:c,s=o.threshold,u=void 0===s?I.threshold:s,h=o.distance,l=void 0===h?I.distance:h,f=o.includeMatches,d=void 0===f?I.includeMatches:f,v=o.findAllMatches,g=void 0===v?I.findAllMatches:v,y=o.minMatchCharLength,p=void 0===y?I.minMatchCharLength:y,m=o.isCaseSensitive,k=void 0===m?I.isCaseSensitive:m,M=o.ignoreLocation,b=void 0===M?I.ignoreLocation:M;return r(this,n),(i=t.call(this,e))._bitapSearch=new T(e,{location:a,threshold:u,distance:l,includeMatches:d,findAllMatches:g,minMatchCharLength:p,isCaseSensitive:k,ignoreLocation:b}),i}return o(n,[{key:"search",value:function(e){return this._bitapSearch.searchIn(e)}}],[{key:"type",get:function(){return"fuzzy"}},{key:"multiRegex",get:function(){return/^"(.*)"$/}},{key:"singleRegex",get:function(){return/^(.*)$/}}]),n}(z),H=function(e){a(n,e);var t=l(n);function n(e){return r(this,n),t.call(this,e)}return o(n,[{key:"search",value:function(e){for(var t,n=0,r=[],i=this.pattern.length;(t=e.indexOf(this.pattern,n))>-1;)n=t+i,r.push([t,n-1]);var o=!!r.length;return{isMatch:o,score:o?0:1,indices:r}}}],[{key:"type",get:function(){return"include"}},{key:"multiRegex",get:function(){return/^'"(.*)"$/}},{key:"singleRegex",get:function(){return/^'(.*)$/}}]),n}(z),Q=[K,H,B,J,V,U,q,G],X=Q.length,Y=/ +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/;function Z(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.split("|").map((function(e){for(var n=e.trim().split(Y).filter((function(e){return e&&!!e.trim()})),r=[],i=0,o=n.length;i1&&void 0!==arguments[1]?arguments[1]:{},i=n.isCaseSensitive,o=void 0===i?I.isCaseSensitive:i,c=n.includeMatches,a=void 0===c?I.includeMatches:c,s=n.minMatchCharLength,u=void 0===s?I.minMatchCharLength:s,h=n.ignoreLocation,l=void 0===h?I.ignoreLocation:h,f=n.findAllMatches,d=void 0===f?I.findAllMatches:f,v=n.location,g=void 0===v?I.location:v,y=n.threshold,p=void 0===y?I.threshold:y,m=n.distance,k=void 0===m?I.distance:m;r(this,e),this.query=null,this.options={isCaseSensitive:o,includeMatches:a,minMatchCharLength:u,findAllMatches:d,ignoreLocation:l,location:g,threshold:p,distance:k},this.pattern=o?t:t.toLowerCase(),this.query=Z(this.pattern,this.options)}return o(e,[{key:"searchIn",value:function(e){var t=this.query;if(!t)return{isMatch:!1,score:1};var n=this.options,r=n.includeMatches;e=n.isCaseSensitive?e:e.toLowerCase();for(var i=0,o=[],c=0,a=0,s=t.length;a-1&&(n.refIndex=e.idx),t.matches.push(n)}}))}function ve(e,t){t.score=e.score}function ge(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.includeMatches,i=void 0===r?I.includeMatches:r,o=n.includeScore,c=void 0===o?I.includeScore:o,a=[];return i&&a.push(de),c&&a.push(ve),e.map((function(e){var n=e.idx,r={item:t[n],refIndex:n};return a.length&&a.forEach((function(t){t(e,r)})),r}))}var ye=function(){function e(n){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=arguments.length>2?arguments[2]:void 0;r(this,e),this.options=t(t({},I),i),this.options.useExtendedSearch,this._keyStore=new S(this.options.keys),this.setCollection(n,o)}return o(e,[{key:"setCollection",value:function(e,t){if(this._docs=e,t&&!(t instanceof $))throw new Error("Incorrect 'index' type");this._myIndex=t||F(this.options.keys,this._docs,{getFn:this.options.getFn,fieldNormWeight:this.options.fieldNormWeight})}},{key:"add",value:function(e){k(e)&&(this._docs.push(e),this._myIndex.add(e))}},{key:"remove",value:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(){return!1},t=[],n=0,r=this._docs.length;n1&&void 0!==arguments[1]?arguments[1]:{},n=t.limit,r=void 0===n?-1:n,i=this.options,o=i.includeMatches,c=i.includeScore,a=i.shouldSort,s=i.sortFn,u=i.ignoreFieldNorm,h=g(e)?g(this._docs[0])?this._searchStringList(e):this._searchObjectList(e):this._searchLogical(e);return fe(h,{ignoreFieldNorm:u}),a&&h.sort(s),y(r)&&r>-1&&(h=h.slice(0,r)),ge(h,this._docs,{includeMatches:o,includeScore:c})}},{key:"_searchStringList",value:function(e){var t=re(e,this.options),n=this._myIndex.records,r=[];return n.forEach((function(e){var n=e.v,i=e.i,o=e.n;if(k(n)){var c=t.searchIn(n),a=c.isMatch,s=c.score,u=c.indices;a&&r.push({item:n,idx:i,matches:[{score:s,value:n,norm:o,indices:u}]})}})),r}},{key:"_searchLogical",value:function(e){var t=this,n=function(e,t){var n=(arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}).auto,r=void 0===n||n,i=function e(n){var i=Object.keys(n),o=ue(n);if(!o&&i.length>1&&!se(n))return e(le(n));if(he(n)){var c=o?n[ce]:i[0],a=o?n[ae]:n[c];if(!g(a))throw new Error(x(c));var s={keyId:j(c),pattern:a};return r&&(s.searcher=re(a,t)),s}var u={children:[],operator:i[0]};return i.forEach((function(t){var r=n[t];v(r)&&r.forEach((function(t){u.children.push(e(t))}))})),u};return se(e)||(e=le(e)),i(e)}(e,this.options),r=function e(n,r,i){if(!n.children){var o=n.keyId,c=n.searcher,a=t._findMatches({key:t._keyStore.get(o),value:t._myIndex.getValueForItemAtKeyId(r,o),searcher:c});return a&&a.length?[{idx:i,item:r,matches:a}]:[]}for(var s=[],u=0,h=n.children.length;u1&&void 0!==arguments[1]?arguments[1]:{},n=t.getFn,r=void 0===n?I.getFn:n,i=t.fieldNormWeight,o=void 0===i?I.fieldNormWeight:i,c=e.keys,a=e.records,s=new $({getFn:r,fieldNormWeight:o});return s.setKeys(c),s.setIndexRecords(a),s},ye.config=I,function(){ne.push.apply(ne,arguments)}(te),ye},"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).Fuse=t(); \ No newline at end of file diff --git a/docs/site_libs/quarto-search/quarto-search.js b/docs/site_libs/quarto-search/quarto-search.js new file mode 100644 index 00000000..d788a958 --- /dev/null +++ b/docs/site_libs/quarto-search/quarto-search.js @@ -0,0 +1,1290 @@ +const kQueryArg = "q"; +const kResultsArg = "show-results"; + +// If items don't provide a URL, then both the navigator and the onSelect +// function aren't called (and therefore, the default implementation is used) +// +// We're using this sentinel URL to signal to those handlers that this +// item is a more item (along with the type) and can be handled appropriately +const kItemTypeMoreHref = "0767FDFD-0422-4E5A-BC8A-3BE11E5BBA05"; + +window.document.addEventListener("DOMContentLoaded", function (_event) { + // Ensure that search is available on this page. If it isn't, + // should return early and not do anything + var searchEl = window.document.getElementById("quarto-search"); + if (!searchEl) return; + + const { autocomplete } = window["@algolia/autocomplete-js"]; + + let quartoSearchOptions = {}; + let language = {}; + const searchOptionEl = window.document.getElementById( + "quarto-search-options" + ); + if (searchOptionEl) { + const jsonStr = searchOptionEl.textContent; + quartoSearchOptions = JSON.parse(jsonStr); + language = quartoSearchOptions.language; + } + + // note the search mode + if (quartoSearchOptions.type === "overlay") { + searchEl.classList.add("type-overlay"); + } else { + searchEl.classList.add("type-textbox"); + } + + // Used to determine highlighting behavior for this page + // A `q` query param is expected when the user follows a search + // to this page + const currentUrl = new URL(window.location); + const query = currentUrl.searchParams.get(kQueryArg); + const showSearchResults = currentUrl.searchParams.get(kResultsArg); + const mainEl = window.document.querySelector("main"); + + // highlight matches on the page + if (query && mainEl) { + // perform any highlighting + highlight(escapeRegExp(query), mainEl); + + // fix up the URL to remove the q query param + const replacementUrl = new URL(window.location); + replacementUrl.searchParams.delete(kQueryArg); + window.history.replaceState({}, "", replacementUrl); + } + + // function to clear highlighting on the page when the search query changes + // (e.g. if the user edits the query or clears it) + let highlighting = true; + const resetHighlighting = (searchTerm) => { + if (mainEl && highlighting && query && searchTerm !== query) { + clearHighlight(query, mainEl); + highlighting = false; + } + }; + + // Clear search highlighting when the user scrolls sufficiently + const resetFn = () => { + resetHighlighting(""); + window.removeEventListener("quarto-hrChanged", resetFn); + window.removeEventListener("quarto-sectionChanged", resetFn); + }; + + // Register this event after the initial scrolling and settling of events + // on the page + window.addEventListener("quarto-hrChanged", resetFn); + window.addEventListener("quarto-sectionChanged", resetFn); + + // Responsively switch to overlay mode if the search is present on the navbar + // Note that switching the sidebar to overlay mode requires more coordinate (not just + // the media query since we generate different HTML for sidebar overlays than we do + // for sidebar input UI) + const detachedMediaQuery = + quartoSearchOptions.type === "overlay" ? "all" : "(max-width: 991px)"; + + // If configured, include the analytics client to send insights + const plugins = configurePlugins(quartoSearchOptions); + + let lastState = null; + const { setIsOpen, setQuery, setCollections } = autocomplete({ + container: searchEl, + detachedMediaQuery: detachedMediaQuery, + defaultActiveItemId: 0, + panelContainer: "#quarto-search-results", + panelPlacement: quartoSearchOptions["panel-placement"], + debug: false, + openOnFocus: true, + plugins, + classNames: { + form: "d-flex", + }, + placeholder: language["search-text-placeholder"], + translations: { + clearButtonTitle: language["search-clear-button-title"], + detachedCancelButtonText: language["search-detached-cancel-button-title"], + submitButtonTitle: language["search-submit-button-title"], + }, + initialState: { + query, + }, + getItemUrl({ item }) { + return item.href; + }, + onStateChange({ state }) { + // If this is a file URL, note that + + // Perhaps reset highlighting + resetHighlighting(state.query); + + // If the panel just opened, ensure the panel is positioned properly + if (state.isOpen) { + if (lastState && !lastState.isOpen) { + setTimeout(() => { + positionPanel(quartoSearchOptions["panel-placement"]); + }, 150); + } + } + + // Perhaps show the copy link + showCopyLink(state.query, quartoSearchOptions); + + lastState = state; + }, + reshape({ sources, state }) { + return sources.map((source) => { + try { + const items = source.getItems(); + + // Validate the items + validateItems(items); + + // group the items by document + const groupedItems = new Map(); + items.forEach((item) => { + const hrefParts = item.href.split("#"); + const baseHref = hrefParts[0]; + const isDocumentItem = hrefParts.length === 1; + + const items = groupedItems.get(baseHref); + if (!items) { + groupedItems.set(baseHref, [item]); + } else { + // If the href for this item matches the document + // exactly, place this item first as it is the item that represents + // the document itself + if (isDocumentItem) { + items.unshift(item); + } else { + items.push(item); + } + groupedItems.set(baseHref, items); + } + }); + + const reshapedItems = []; + let count = 1; + for (const [_key, value] of groupedItems) { + const firstItem = value[0]; + reshapedItems.push({ + ...firstItem, + type: kItemTypeDoc, + }); + + const collapseMatches = quartoSearchOptions["collapse-after"]; + const collapseCount = + typeof collapseMatches === "number" ? collapseMatches : 1; + + if (value.length > 1) { + const target = `search-more-${count}`; + const isExpanded = + state.context.expanded && + state.context.expanded.includes(target); + + const remainingCount = value.length - collapseCount; + + for (let i = 1; i < value.length; i++) { + if (collapseMatches && i === collapseCount) { + reshapedItems.push({ + target, + title: isExpanded + ? language["search-hide-matches-text"] + : remainingCount === 1 + ? `${remainingCount} ${language["search-more-match-text"]}` + : `${remainingCount} ${language["search-more-matches-text"]}`, + type: kItemTypeMore, + href: kItemTypeMoreHref, + }); + } + + if (isExpanded || !collapseMatches || i < collapseCount) { + reshapedItems.push({ + ...value[i], + type: kItemTypeItem, + target, + }); + } + } + } + count += 1; + } + + return { + ...source, + getItems() { + return reshapedItems; + }, + }; + } catch (error) { + // Some form of error occurred + return { + ...source, + getItems() { + return [ + { + title: error.name || "An Error Occurred While Searching", + text: + error.message || + "An unknown error occurred while attempting to perform the requested search.", + type: kItemTypeError, + }, + ]; + }, + }; + } + }); + }, + navigator: { + navigate({ itemUrl }) { + if (itemUrl !== offsetURL(kItemTypeMoreHref)) { + window.location.assign(itemUrl); + } + }, + navigateNewTab({ itemUrl }) { + if (itemUrl !== offsetURL(kItemTypeMoreHref)) { + const windowReference = window.open(itemUrl, "_blank", "noopener"); + if (windowReference) { + windowReference.focus(); + } + } + }, + navigateNewWindow({ itemUrl }) { + if (itemUrl !== offsetURL(kItemTypeMoreHref)) { + window.open(itemUrl, "_blank", "noopener"); + } + }, + }, + getSources({ state, setContext, setActiveItemId, refresh }) { + return [ + { + sourceId: "documents", + getItemUrl({ item }) { + if (item.href) { + return offsetURL(item.href); + } else { + return undefined; + } + }, + onSelect({ + item, + state, + setContext, + setIsOpen, + setActiveItemId, + refresh, + }) { + if (item.type === kItemTypeMore) { + toggleExpanded(item, state, setContext, setActiveItemId, refresh); + + // Toggle more + setIsOpen(true); + } + }, + getItems({ query }) { + if (query === null || query === "") { + return []; + } + + const limit = quartoSearchOptions.limit; + if (quartoSearchOptions.algolia) { + return algoliaSearch(query, limit, quartoSearchOptions.algolia); + } else { + // Fuse search options + const fuseSearchOptions = { + isCaseSensitive: false, + shouldSort: true, + minMatchCharLength: 2, + limit: limit, + }; + + return readSearchData().then(function (fuse) { + return fuseSearch(query, fuse, fuseSearchOptions); + }); + } + }, + templates: { + noResults({ createElement }) { + const hasQuery = lastState.query; + + return createElement( + "div", + { + class: `quarto-search-no-results${ + hasQuery ? "" : " no-query" + }`, + }, + language["search-no-results-text"] + ); + }, + header({ items, createElement }) { + // count the documents + const count = items.filter((item) => { + return item.type === kItemTypeDoc; + }).length; + + if (count > 0) { + return createElement( + "div", + { class: "search-result-header" }, + `${count} ${language["search-matching-documents-text"]}` + ); + } else { + return createElement( + "div", + { class: "search-result-header-no-results" }, + `` + ); + } + }, + footer({ _items, createElement }) { + if ( + quartoSearchOptions.algolia && + quartoSearchOptions.algolia["show-logo"] + ) { + const libDir = quartoSearchOptions.algolia["libDir"]; + const logo = createElement("img", { + src: offsetURL( + `${libDir}/quarto-search/search-by-algolia.svg` + ), + class: "algolia-search-logo", + }); + return createElement( + "a", + { href: "http://www.algolia.com/" }, + logo + ); + } + }, + + item({ item, createElement }) { + return renderItem( + item, + createElement, + state, + setActiveItemId, + setContext, + refresh, + quartoSearchOptions + ); + }, + }, + }, + ]; + }, + }); + + window.quartoOpenSearch = () => { + setIsOpen(false); + setIsOpen(true); + focusSearchInput(); + }; + + document.addEventListener("keyup", (event) => { + const { key } = event; + const kbds = quartoSearchOptions["keyboard-shortcut"]; + const focusedEl = document.activeElement; + + const isFormElFocused = [ + "input", + "select", + "textarea", + "button", + "option", + ].find((tag) => { + return focusedEl.tagName.toLowerCase() === tag; + }); + + if ( + kbds && + kbds.includes(key) && + !isFormElFocused && + !document.activeElement.isContentEditable + ) { + event.preventDefault(); + window.quartoOpenSearch(); + } + }); + + // Remove the labeleledby attribute since it is pointing + // to a non-existent label + if (quartoSearchOptions.type === "overlay") { + const inputEl = window.document.querySelector( + "#quarto-search .aa-Autocomplete" + ); + if (inputEl) { + inputEl.removeAttribute("aria-labelledby"); + } + } + + function throttle(func, wait) { + let waiting = false; + return function () { + if (!waiting) { + func.apply(this, arguments); + waiting = true; + setTimeout(function () { + waiting = false; + }, wait); + } + }; + } + + // If the main document scrolls dismiss the search results + // (otherwise, since they're floating in the document they can scroll with the document) + window.document.body.onscroll = throttle(() => { + // Only do this if we're not detached + // Bug #7117 + // This will happen when the keyboard is shown on ios (resulting in a scroll) + // which then closed the search UI + if (!window.matchMedia(detachedMediaQuery).matches) { + setIsOpen(false); + } + }, 50); + + if (showSearchResults) { + setIsOpen(true); + focusSearchInput(); + } +}); + +function configurePlugins(quartoSearchOptions) { + const autocompletePlugins = []; + const algoliaOptions = quartoSearchOptions.algolia; + if ( + algoliaOptions && + algoliaOptions["analytics-events"] && + algoliaOptions["search-only-api-key"] && + algoliaOptions["application-id"] + ) { + const apiKey = algoliaOptions["search-only-api-key"]; + const appId = algoliaOptions["application-id"]; + + // Aloglia insights may not be loaded because they require cookie consent + // Use deferred loading so events will start being recorded when/if consent + // is granted. + const algoliaInsightsDeferredPlugin = deferredLoadPlugin(() => { + if ( + window.aa && + window["@algolia/autocomplete-plugin-algolia-insights"] + ) { + window.aa("init", { + appId, + apiKey, + useCookie: true, + }); + + const { createAlgoliaInsightsPlugin } = + window["@algolia/autocomplete-plugin-algolia-insights"]; + // Register the insights client + const algoliaInsightsPlugin = createAlgoliaInsightsPlugin({ + insightsClient: window.aa, + onItemsChange({ insights, insightsEvents }) { + const events = insightsEvents.flatMap((event) => { + // This API limits the number of items per event to 20 + const chunkSize = 20; + const itemChunks = []; + const eventItems = event.items; + for (let i = 0; i < eventItems.length; i += chunkSize) { + itemChunks.push(eventItems.slice(i, i + chunkSize)); + } + // Split the items into multiple events that can be sent + const events = itemChunks.map((items) => { + return { + ...event, + items, + }; + }); + return events; + }); + + for (const event of events) { + insights.viewedObjectIDs(event); + } + }, + }); + return algoliaInsightsPlugin; + } + }); + + // Add the plugin + autocompletePlugins.push(algoliaInsightsDeferredPlugin); + return autocompletePlugins; + } +} + +// For plugins that may not load immediately, create a wrapper +// plugin and forward events and plugin data once the plugin +// is initialized. This is useful for cases like cookie consent +// which may prevent the analytics insights event plugin from initializing +// immediately. +function deferredLoadPlugin(createPlugin) { + let plugin = undefined; + let subscribeObj = undefined; + const wrappedPlugin = () => { + if (!plugin && subscribeObj) { + plugin = createPlugin(); + if (plugin && plugin.subscribe) { + plugin.subscribe(subscribeObj); + } + } + return plugin; + }; + + return { + subscribe: (obj) => { + subscribeObj = obj; + }, + onStateChange: (obj) => { + const plugin = wrappedPlugin(); + if (plugin && plugin.onStateChange) { + plugin.onStateChange(obj); + } + }, + onSubmit: (obj) => { + const plugin = wrappedPlugin(); + if (plugin && plugin.onSubmit) { + plugin.onSubmit(obj); + } + }, + onReset: (obj) => { + const plugin = wrappedPlugin(); + if (plugin && plugin.onReset) { + plugin.onReset(obj); + } + }, + getSources: (obj) => { + const plugin = wrappedPlugin(); + if (plugin && plugin.getSources) { + return plugin.getSources(obj); + } else { + return Promise.resolve([]); + } + }, + data: (obj) => { + const plugin = wrappedPlugin(); + if (plugin && plugin.data) { + plugin.data(obj); + } + }, + }; +} + +function validateItems(items) { + // Validate the first item + if (items.length > 0) { + const item = items[0]; + const missingFields = []; + if (item.href == undefined) { + missingFields.push("href"); + } + if (!item.title == undefined) { + missingFields.push("title"); + } + if (!item.text == undefined) { + missingFields.push("text"); + } + + if (missingFields.length === 1) { + throw { + name: `Error: Search index is missing the ${missingFields[0]} field.`, + message: `The items being returned for this search do not include all the required fields. Please ensure that your index items include the ${missingFields[0]} field or use index-fields in your _quarto.yml file to specify the field names.`, + }; + } else if (missingFields.length > 1) { + const missingFieldList = missingFields + .map((field) => { + return `${field}`; + }) + .join(", "); + + throw { + name: `Error: Search index is missing the following fields: ${missingFieldList}.`, + message: `The items being returned for this search do not include all the required fields. Please ensure that your index items includes the following fields: ${missingFieldList}, or use index-fields in your _quarto.yml file to specify the field names.`, + }; + } + } +} + +let lastQuery = null; +function showCopyLink(query, options) { + const language = options.language; + lastQuery = query; + // Insert share icon + const inputSuffixEl = window.document.body.querySelector( + ".aa-Form .aa-InputWrapperSuffix" + ); + + if (inputSuffixEl) { + let copyButtonEl = window.document.body.querySelector( + ".aa-Form .aa-InputWrapperSuffix .aa-CopyButton" + ); + + if (copyButtonEl === null) { + copyButtonEl = window.document.createElement("button"); + copyButtonEl.setAttribute("class", "aa-CopyButton"); + copyButtonEl.setAttribute("type", "button"); + copyButtonEl.setAttribute("title", language["search-copy-link-title"]); + copyButtonEl.onmousedown = (e) => { + e.preventDefault(); + e.stopPropagation(); + }; + + const linkIcon = "bi-clipboard"; + const checkIcon = "bi-check2"; + + const shareIconEl = window.document.createElement("i"); + shareIconEl.setAttribute("class", `bi ${linkIcon}`); + copyButtonEl.appendChild(shareIconEl); + inputSuffixEl.prepend(copyButtonEl); + + const clipboard = new window.ClipboardJS(".aa-CopyButton", { + text: function (_trigger) { + const copyUrl = new URL(window.location); + copyUrl.searchParams.set(kQueryArg, lastQuery); + copyUrl.searchParams.set(kResultsArg, "1"); + return copyUrl.toString(); + }, + }); + clipboard.on("success", function (e) { + // Focus the input + + // button target + const button = e.trigger; + const icon = button.querySelector("i.bi"); + + // flash "checked" + icon.classList.add(checkIcon); + icon.classList.remove(linkIcon); + setTimeout(function () { + icon.classList.remove(checkIcon); + icon.classList.add(linkIcon); + }, 1000); + }); + } + + // If there is a query, show the link icon + if (copyButtonEl) { + if (lastQuery && options["copy-button"]) { + copyButtonEl.style.display = "flex"; + } else { + copyButtonEl.style.display = "none"; + } + } + } +} + +/* Search Index Handling */ +// create the index +var fuseIndex = undefined; +var shownWarning = false; + +// fuse index options +const kFuseIndexOptions = { + keys: [ + { name: "title", weight: 20 }, + { name: "section", weight: 20 }, + { name: "text", weight: 10 }, + ], + ignoreLocation: true, + threshold: 0.1, +}; + +async function readSearchData() { + // Initialize the search index on demand + if (fuseIndex === undefined) { + if (window.location.protocol === "file:" && !shownWarning) { + window.alert( + "Search requires JavaScript features disabled when running in file://... URLs. In order to use search, please run this document in a web server." + ); + shownWarning = true; + return; + } + const fuse = new window.Fuse([], kFuseIndexOptions); + + // fetch the main search.json + const response = await fetch(offsetURL("search.json")); + if (response.status == 200) { + return response.json().then(function (searchDocs) { + searchDocs.forEach(function (searchDoc) { + fuse.add(searchDoc); + }); + fuseIndex = fuse; + return fuseIndex; + }); + } else { + return Promise.reject( + new Error( + "Unexpected status from search index request: " + response.status + ) + ); + } + } + + return fuseIndex; +} + +function inputElement() { + return window.document.body.querySelector(".aa-Form .aa-Input"); +} + +function focusSearchInput() { + setTimeout(() => { + const inputEl = inputElement(); + if (inputEl) { + inputEl.focus(); + } + }, 50); +} + +/* Panels */ +const kItemTypeDoc = "document"; +const kItemTypeMore = "document-more"; +const kItemTypeItem = "document-item"; +const kItemTypeError = "error"; + +function renderItem( + item, + createElement, + state, + setActiveItemId, + setContext, + refresh, + quartoSearchOptions +) { + switch (item.type) { + case kItemTypeDoc: + return createDocumentCard( + createElement, + "file-richtext", + item.title, + item.section, + item.text, + item.href, + item.crumbs, + quartoSearchOptions + ); + case kItemTypeMore: + return createMoreCard( + createElement, + item, + state, + setActiveItemId, + setContext, + refresh + ); + case kItemTypeItem: + return createSectionCard( + createElement, + item.section, + item.text, + item.href + ); + case kItemTypeError: + return createErrorCard(createElement, item.title, item.text); + default: + return undefined; + } +} + +function createDocumentCard( + createElement, + icon, + title, + section, + text, + href, + crumbs, + quartoSearchOptions +) { + const iconEl = createElement("i", { + class: `bi bi-${icon} search-result-icon`, + }); + const titleEl = createElement("p", { class: "search-result-title" }, title); + const titleContents = [iconEl, titleEl]; + const showParent = quartoSearchOptions["show-item-context"]; + if (crumbs && showParent) { + let crumbsOut = undefined; + const crumbClz = ["search-result-crumbs"]; + if (showParent === "root") { + crumbsOut = crumbs.length > 1 ? crumbs[0] : undefined; + } else if (showParent === "parent") { + crumbsOut = crumbs.length > 1 ? crumbs[crumbs.length - 2] : undefined; + } else { + crumbsOut = crumbs.length > 1 ? crumbs.join(" > ") : undefined; + crumbClz.push("search-result-crumbs-wrap"); + } + + const crumbEl = createElement( + "p", + { class: crumbClz.join(" ") }, + crumbsOut + ); + titleContents.push(crumbEl); + } + + const titleContainerEl = createElement( + "div", + { class: "search-result-title-container" }, + titleContents + ); + + const textEls = []; + if (section) { + const sectionEl = createElement( + "p", + { class: "search-result-section" }, + section + ); + textEls.push(sectionEl); + } + const descEl = createElement("p", { + class: "search-result-text", + dangerouslySetInnerHTML: { + __html: text, + }, + }); + textEls.push(descEl); + + const textContainerEl = createElement( + "div", + { class: "search-result-text-container" }, + textEls + ); + + const containerEl = createElement( + "div", + { + class: "search-result-container", + }, + [titleContainerEl, textContainerEl] + ); + + const linkEl = createElement( + "a", + { + href: offsetURL(href), + class: "search-result-link", + }, + containerEl + ); + + const classes = ["search-result-doc", "search-item"]; + if (!section) { + classes.push("document-selectable"); + } + + return createElement( + "div", + { + class: classes.join(" "), + }, + linkEl + ); +} + +function createMoreCard( + createElement, + item, + state, + setActiveItemId, + setContext, + refresh +) { + const moreCardEl = createElement( + "div", + { + class: "search-result-more search-item", + onClick: (e) => { + // Handle expanding the sections by adding the expanded + // section to the list of expanded sections + toggleExpanded(item, state, setContext, setActiveItemId, refresh); + e.stopPropagation(); + }, + }, + item.title + ); + + return moreCardEl; +} + +function toggleExpanded(item, state, setContext, setActiveItemId, refresh) { + const expanded = state.context.expanded || []; + if (expanded.includes(item.target)) { + setContext({ + expanded: expanded.filter((target) => target !== item.target), + }); + } else { + setContext({ expanded: [...expanded, item.target] }); + } + + refresh(); + setActiveItemId(item.__autocomplete_id); +} + +function createSectionCard(createElement, section, text, href) { + const sectionEl = createSection(createElement, section, text, href); + return createElement( + "div", + { + class: "search-result-doc-section search-item", + }, + sectionEl + ); +} + +function createSection(createElement, title, text, href) { + const descEl = createElement("p", { + class: "search-result-text", + dangerouslySetInnerHTML: { + __html: text, + }, + }); + + const titleEl = createElement("p", { class: "search-result-section" }, title); + const linkEl = createElement( + "a", + { + href: offsetURL(href), + class: "search-result-link", + }, + [titleEl, descEl] + ); + return linkEl; +} + +function createErrorCard(createElement, title, text) { + const descEl = createElement("p", { + class: "search-error-text", + dangerouslySetInnerHTML: { + __html: text, + }, + }); + + const titleEl = createElement("p", { + class: "search-error-title", + dangerouslySetInnerHTML: { + __html: ` ${title}`, + }, + }); + const errorEl = createElement("div", { class: "search-error" }, [ + titleEl, + descEl, + ]); + return errorEl; +} + +function positionPanel(pos) { + const panelEl = window.document.querySelector( + "#quarto-search-results .aa-Panel" + ); + const inputEl = window.document.querySelector( + "#quarto-search .aa-Autocomplete" + ); + + if (panelEl && inputEl) { + panelEl.style.top = `${Math.round(panelEl.offsetTop)}px`; + if (pos === "start") { + panelEl.style.left = `${Math.round(inputEl.left)}px`; + } else { + panelEl.style.right = `${Math.round(inputEl.offsetRight)}px`; + } + } +} + +/* Highlighting */ +// highlighting functions +function highlightMatch(query, text) { + if (text) { + const start = text.toLowerCase().indexOf(query.toLowerCase()); + if (start !== -1) { + const startMark = ""; + const endMark = ""; + + const end = start + query.length; + text = + text.slice(0, start) + + startMark + + text.slice(start, end) + + endMark + + text.slice(end); + const startInfo = clipStart(text, start); + const endInfo = clipEnd( + text, + startInfo.position + startMark.length + endMark.length + ); + text = + startInfo.prefix + + text.slice(startInfo.position, endInfo.position) + + endInfo.suffix; + + return text; + } else { + return text; + } + } else { + return text; + } +} + +function clipStart(text, pos) { + const clipStart = pos - 50; + if (clipStart < 0) { + // This will just return the start of the string + return { + position: 0, + prefix: "", + }; + } else { + // We're clipping before the start of the string, walk backwards to the first space. + const spacePos = findSpace(text, pos, -1); + return { + position: spacePos.position, + prefix: "", + }; + } +} + +function clipEnd(text, pos) { + const clipEnd = pos + 200; + if (clipEnd > text.length) { + return { + position: text.length, + suffix: "", + }; + } else { + const spacePos = findSpace(text, clipEnd, 1); + return { + position: spacePos.position, + suffix: spacePos.clipped ? "…" : "", + }; + } +} + +function findSpace(text, start, step) { + let stepPos = start; + while (stepPos > -1 && stepPos < text.length) { + const char = text[stepPos]; + if (char === " " || char === "," || char === ":") { + return { + position: step === 1 ? stepPos : stepPos - step, + clipped: stepPos > 1 && stepPos < text.length, + }; + } + stepPos = stepPos + step; + } + + return { + position: stepPos - step, + clipped: false, + }; +} + +// removes highlighting as implemented by the mark tag +function clearHighlight(searchterm, el) { + const childNodes = el.childNodes; + for (let i = childNodes.length - 1; i >= 0; i--) { + const node = childNodes[i]; + if (node.nodeType === Node.ELEMENT_NODE) { + if ( + node.tagName === "MARK" && + node.innerText.toLowerCase() === searchterm.toLowerCase() + ) { + el.replaceChild(document.createTextNode(node.innerText), node); + } else { + clearHighlight(searchterm, node); + } + } + } +} + +function escapeRegExp(string) { + return string.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string +} + +// highlight matches +function highlight(term, el) { + const termRegex = new RegExp(term, "ig"); + const childNodes = el.childNodes; + + // walk back to front avoid mutating elements in front of us + for (let i = childNodes.length - 1; i >= 0; i--) { + const node = childNodes[i]; + + if (node.nodeType === Node.TEXT_NODE) { + // Search text nodes for text to highlight + const text = node.nodeValue; + + let startIndex = 0; + let matchIndex = text.search(termRegex); + if (matchIndex > -1) { + const markFragment = document.createDocumentFragment(); + while (matchIndex > -1) { + const prefix = text.slice(startIndex, matchIndex); + markFragment.appendChild(document.createTextNode(prefix)); + + const mark = document.createElement("mark"); + mark.appendChild( + document.createTextNode( + text.slice(matchIndex, matchIndex + term.length) + ) + ); + markFragment.appendChild(mark); + + startIndex = matchIndex + term.length; + matchIndex = text.slice(startIndex).search(new RegExp(term, "ig")); + if (matchIndex > -1) { + matchIndex = startIndex + matchIndex; + } + } + if (startIndex < text.length) { + markFragment.appendChild( + document.createTextNode(text.slice(startIndex, text.length)) + ); + } + + el.replaceChild(markFragment, node); + } + } else if (node.nodeType === Node.ELEMENT_NODE) { + // recurse through elements + highlight(term, node); + } + } +} + +/* Link Handling */ +// get the offset from this page for a given site root relative url +function offsetURL(url) { + var offset = getMeta("quarto:offset"); + return offset ? offset + url : url; +} + +// read a meta tag value +function getMeta(metaName) { + var metas = window.document.getElementsByTagName("meta"); + for (let i = 0; i < metas.length; i++) { + if (metas[i].getAttribute("name") === metaName) { + return metas[i].getAttribute("content"); + } + } + return ""; +} + +function algoliaSearch(query, limit, algoliaOptions) { + const { getAlgoliaResults } = window["@algolia/autocomplete-preset-algolia"]; + + const applicationId = algoliaOptions["application-id"]; + const searchOnlyApiKey = algoliaOptions["search-only-api-key"]; + const indexName = algoliaOptions["index-name"]; + const indexFields = algoliaOptions["index-fields"]; + const searchClient = window.algoliasearch(applicationId, searchOnlyApiKey); + const searchParams = algoliaOptions["params"]; + const searchAnalytics = !!algoliaOptions["analytics-events"]; + + return getAlgoliaResults({ + searchClient, + queries: [ + { + indexName: indexName, + query, + params: { + hitsPerPage: limit, + clickAnalytics: searchAnalytics, + ...searchParams, + }, + }, + ], + transformResponse: (response) => { + if (!indexFields) { + return response.hits.map((hit) => { + return hit.map((item) => { + return { + ...item, + text: highlightMatch(query, item.text), + }; + }); + }); + } else { + const remappedHits = response.hits.map((hit) => { + return hit.map((item) => { + const newItem = { ...item }; + ["href", "section", "title", "text", "crumbs"].forEach( + (keyName) => { + const mappedName = indexFields[keyName]; + if ( + mappedName && + item[mappedName] !== undefined && + mappedName !== keyName + ) { + newItem[keyName] = item[mappedName]; + delete newItem[mappedName]; + } + } + ); + newItem.text = highlightMatch(query, newItem.text); + return newItem; + }); + }); + return remappedHits; + } + }, + }); +} + +let subSearchTerm = undefined; +let subSearchFuse = undefined; +const kFuseMaxWait = 125; + +async function fuseSearch(query, fuse, fuseOptions) { + let index = fuse; + // Fuse.js using the Bitap algorithm for text matching which runs in + // O(nm) time (no matter the structure of the text). In our case this + // means that long search terms mixed with large index gets very slow + // + // This injects a subIndex that will be used once the terms get long enough + // Usually making this subindex is cheap since there will typically be + // a subset of results matching the existing query + if (subSearchFuse !== undefined && query.startsWith(subSearchTerm)) { + // Use the existing subSearchFuse + index = subSearchFuse; + } else if (subSearchFuse !== undefined) { + // The term changed, discard the existing fuse + subSearchFuse = undefined; + subSearchTerm = undefined; + } + + // Search using the active fuse + const then = performance.now(); + const resultsRaw = await index.search(query, fuseOptions); + const now = performance.now(); + + const results = resultsRaw.map((result) => { + const addParam = (url, name, value) => { + const anchorParts = url.split("#"); + const baseUrl = anchorParts[0]; + const sep = baseUrl.search("\\?") > 0 ? "&" : "?"; + anchorParts[0] = baseUrl + sep + name + "=" + value; + return anchorParts.join("#"); + }; + + return { + title: result.item.title, + section: result.item.section, + href: addParam(result.item.href, kQueryArg, query), + text: highlightMatch(query, result.item.text), + crumbs: result.item.crumbs, + }; + }); + + // If we don't have a subfuse and the query is long enough, go ahead + // and create a subfuse to use for subsequent queries + if ( + now - then > kFuseMaxWait && + subSearchFuse === undefined && + resultsRaw.length < fuseOptions.limit + ) { + subSearchTerm = query; + subSearchFuse = new window.Fuse([], kFuseIndexOptions); + resultsRaw.forEach((rr) => { + subSearchFuse.add(rr.item); + }); + } + return results; +} diff --git a/docs/site_libs/tabwid-1.1.3/tabwid.css b/docs/site_libs/tabwid-1.1.3/tabwid.css new file mode 100644 index 00000000..5e31a86c --- /dev/null +++ b/docs/site_libs/tabwid-1.1.3/tabwid.css @@ -0,0 +1,42 @@ +.tabwid { + font-size: initial; + padding-bottom: 1em; +} + +.tabwid table{ + border-spacing:0px !important; + border-collapse:collapse; + line-height:1; + margin-left:auto; + margin-right:auto; + border-width: 0; + border-color: transparent; + caption-side: top; +} +.tabwid-caption-bottom table{ + caption-side: bottom; +} +.tabwid_left table{ + margin-left:0; +} +.tabwid_right table{ + margin-right:0; +} +.tabwid td, .tabwid th { + padding: 0; +} +.tabwid a { + text-decoration: none; +} +.tabwid thead { + background-color: transparent; +} +.tabwid tfoot { + background-color: transparent; +} +.tabwid table tr { +background-color: transparent; +} +.katex-display { + margin: 0 0 !important; +} diff --git a/docs/site_libs/tabwid-1.1.3/tabwid.js b/docs/site_libs/tabwid-1.1.3/tabwid.js new file mode 100644 index 00000000..47070f7b --- /dev/null +++ b/docs/site_libs/tabwid-1.1.3/tabwid.js @@ -0,0 +1,20 @@ +document.addEventListener("DOMContentLoaded", function(event) { + var els = document.querySelectorAll(".tabwid"); + var tabwid_link = document.querySelector('link[href*="tabwid.css"]') + if (tabwid_link === null) { + const tabwid_styles = document.evaluate("//style[contains(., 'tabwid')]", document, null, XPathResult.ANY_TYPE, null ); + tabwid_link = tabwid_styles.iterateNext(); + } + + Array.prototype.forEach.call(els, function(template) { + const dest = document.createElement("div"); + template.parentNode.insertBefore(dest, template.nextSibling) + dest.setAttribute("class", "flextable-shadow-host"); + const fantome = dest.attachShadow({mode: 'open'}); + fantome.appendChild(template); + if (tabwid_link !== null) { + fantome.appendChild(tabwid_link.cloneNode(true)); + } + }); +}); + diff --git a/docs/sitemap.xml b/docs/sitemap.xml new file mode 100644 index 00000000..1e807e08 --- /dev/null +++ b/docs/sitemap.xml @@ -0,0 +1,123 @@ + + + + https://correlacional.netlify.app/files/reporte_notas/reporte_notas.html + 2023-11-20T11:22:59.748Z + + + https://correlacional.netlify.app/example/cace.html + 2023-08-01T14:16:17.253Z + + + https://correlacional.netlify.app/news/2024-08-28_asignacion_ayudantes1.html + 2024-08-30T14:03:06.463Z + + + https://correlacional.netlify.app/syllabus.html + 2024-08-28T22:07:45.011Z + + + https://correlacional.netlify.app/resource/install.html + 2024-08-28T22:07:44.934Z + + + https://correlacional.netlify.app/news/2024-08-23_primera-practica.html + 2024-08-28T22:07:44.885Z + + + https://correlacional.netlify.app/news/2024-08-19_cambio-practico.html + 2024-08-28T22:07:44.885Z + + + https://correlacional.netlify.app/content/index.html + 2024-08-11T11:40:44.171Z + + + https://correlacional.netlify.app/content/10-content.html + 2024-08-11T15:45:26.503Z + + + https://correlacional.netlify.app/content/08-content.html + 2024-08-11T15:44:46.019Z + + + https://correlacional.netlify.app/content/06-content.html + 2024-08-28T22:37:22.152Z + + + https://correlacional.netlify.app/content/04-content.html + 2024-08-26T02:33:05.142Z + + + https://correlacional.netlify.app/content/02-content.html + 2024-08-13T01:56:57.691Z + + + https://correlacional.netlify.app/assignment/index.html + 2024-08-11T16:08:55.319Z + + + https://correlacional.netlify.app/assignment/consola.html + 2024-08-13T01:36:35.130Z + + + https://correlacional.netlify.app/assignment/foro-practicos.html + 2024-08-12T13:58:11.473Z + + + https://correlacional.netlify.app/content/01-content.html + 2024-08-11T12:33:37.548Z + + + https://correlacional.netlify.app/content/03-content.html + 2024-08-19T03:29:03.569Z + + + https://correlacional.netlify.app/content/05-content.html + 2024-08-26T02:50:56.807Z + + + https://correlacional.netlify.app/content/07-content.html + 2024-08-11T15:44:26.818Z + + + https://correlacional.netlify.app/content/09-content.html + 2024-08-11T15:45:02.959Z + + + https://correlacional.netlify.app/content/foro-clases.html + 2024-08-12T01:02:12.814Z + + + https://correlacional.netlify.app/example/index.html + 2023-08-01T14:16:17.253Z + + + https://correlacional.netlify.app/news/2024-08-19_inicio.html + 2024-08-28T22:07:44.885Z + + + https://correlacional.netlify.app/resource/index.html + 2024-08-28T22:07:44.934Z + + + https://correlacional.netlify.app/news/index.html + 2024-08-29T15:27:06.511Z + + + https://correlacional.netlify.app/schedule.html + 2024-08-28T22:07:44.934Z + + + https://correlacional.netlify.app/index.html + 2024-08-30T14:03:06.463Z + + + https://correlacional.netlify.app/assignment/02-practico.html + 2024-09-02T21:55:08.130Z + + + https://correlacional.netlify.app/assignment/01-practico.html + 2024-08-27T01:41:21.178Z + + diff --git a/docs/slides/01-presentacion.html b/docs/slides/01-presentacion.html new file mode 100644 index 00000000..0929a999 --- /dev/null +++ b/docs/slides/01-presentacion.html @@ -0,0 +1,432 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/slides/02_bases_files/figure-html/unnamed-chunk-1-1.png b/docs/slides/02_bases_files/figure-html/unnamed-chunk-1-1.png new file mode 100644 index 00000000..aef6eda9 Binary files /dev/null and b/docs/slides/02_bases_files/figure-html/unnamed-chunk-1-1.png differ diff --git a/docs/slides/02_bases_files/figure-html/unnamed-chunk-2-1.png b/docs/slides/02_bases_files/figure-html/unnamed-chunk-2-1.png new file mode 100644 index 00000000..458771c9 Binary files /dev/null and b/docs/slides/02_bases_files/figure-html/unnamed-chunk-2-1.png differ diff --git a/docs/slides/02_bases_files/figure-html/unnamed-chunk-4-1.png b/docs/slides/02_bases_files/figure-html/unnamed-chunk-4-1.png new file mode 100644 index 00000000..1bf0b7b4 Binary files /dev/null and b/docs/slides/02_bases_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/docs/slides/02_bases_files/figure-html/unnamed-chunk-5-1.png b/docs/slides/02_bases_files/figure-html/unnamed-chunk-5-1.png new file mode 100644 index 00000000..1bf0b7b4 Binary files /dev/null and b/docs/slides/02_bases_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/docs/slides/02_inferencia1.html b/docs/slides/02_inferencia1.html new file mode 100644 index 00000000..ac591802 --- /dev/null +++ b/docs/slides/02_inferencia1.html @@ -0,0 +1,806 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/slides/03-inferencia2.html b/docs/slides/03-inferencia2.html new file mode 100644 index 00000000..5d7292f1 --- /dev/null +++ b/docs/slides/03-inferencia2.html @@ -0,0 +1,770 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-1-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-1-1.png new file mode 100644 index 00000000..aef6eda9 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-1-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-10-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-10-1.png new file mode 100644 index 00000000..6c2a9ac8 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-10-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-11-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-11-1.png new file mode 100644 index 00000000..78acc62e Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-11-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-12-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-12-1.png new file mode 100644 index 00000000..6d20a347 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-12-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-13-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-13-1.png new file mode 100644 index 00000000..2427404f Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-13-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-14-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-14-1.png new file mode 100644 index 00000000..aef6eda9 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-14-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-15-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-15-1.png new file mode 100644 index 00000000..458771c9 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-15-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-16-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-16-1.png new file mode 100644 index 00000000..cb7cb073 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-16-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-17-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-17-1.png new file mode 100644 index 00000000..458771c9 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-17-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-18-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-18-1.png new file mode 100644 index 00000000..cb7cb073 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-18-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-2-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-2-1.png new file mode 100644 index 00000000..aef6eda9 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-2-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-20-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-20-1.png new file mode 100644 index 00000000..874d0ed7 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-20-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-20-2.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-20-2.png new file mode 100644 index 00000000..467ee340 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-20-2.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-21-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-21-1.png new file mode 100644 index 00000000..37686ddc Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-21-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-21-2.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-21-2.png new file mode 100644 index 00000000..18539dfe Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-21-2.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-22-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-22-1.png new file mode 100644 index 00000000..aef6eda9 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-22-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-23-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-23-1.png new file mode 100644 index 00000000..458771c9 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-23-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-24-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-24-1.png new file mode 100644 index 00000000..cb7cb073 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-24-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-3-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 00000000..458771c9 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-4-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-4-1.png new file mode 100644 index 00000000..aef6eda9 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-5-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-5-1.png new file mode 100644 index 00000000..874d0ed7 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-5-2.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-5-2.png new file mode 100644 index 00000000..467ee340 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-5-2.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-1.png new file mode 100644 index 00000000..47693e62 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-2.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-2.png new file mode 100644 index 00000000..6c2a9ac8 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-2.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-3.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-3.png new file mode 100644 index 00000000..78acc62e Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-3.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-4.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-4.png new file mode 100644 index 00000000..6d20a347 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-4.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-5.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-5.png new file mode 100644 index 00000000..2427404f Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-5.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 00000000..47693e62 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-2.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-2.png new file mode 100644 index 00000000..6c2a9ac8 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-2.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-3.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-3.png new file mode 100644 index 00000000..78acc62e Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-3.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-4.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-4.png new file mode 100644 index 00000000..6d20a347 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-4.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-5.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-5.png new file mode 100644 index 00000000..2427404f Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-5.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-8-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-8-1.png new file mode 100644 index 00000000..47693e62 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-8-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-1.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..ff0da5a2 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-2.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-2.png new file mode 100644 index 00000000..6c2a9ac8 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-2.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-3.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-3.png new file mode 100644 index 00000000..78acc62e Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-3.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-4.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-4.png new file mode 100644 index 00000000..6d20a347 Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-4.png differ diff --git a/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-5.png b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-5.png new file mode 100644 index 00000000..2427404f Binary files /dev/null and b/docs/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-5.png differ diff --git a/docs/slides/03_pearson.html b/docs/slides/03_pearson.html new file mode 100644 index 00000000..71a5d387 --- /dev/null +++ b/docs/slides/03_pearson.html @@ -0,0 +1,1335 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-10-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-10-1.png new file mode 100644 index 00000000..1bf0b7b4 Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-10-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-11-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-11-1.png new file mode 100644 index 00000000..1bf0b7b4 Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-11-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-12-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-12-1.png new file mode 100644 index 00000000..1bf0b7b4 Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-12-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-13-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-13-1.png new file mode 100644 index 00000000..cca3045d Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-13-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-14-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-14-1.png new file mode 100644 index 00000000..cca3045d Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-14-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-15-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-15-1.png new file mode 100644 index 00000000..3e2807d3 Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-15-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-16-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-16-1.png new file mode 100644 index 00000000..3e2807d3 Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-16-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-17-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-17-1.png new file mode 100644 index 00000000..e0f4fb9c Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-17-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-18-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-18-1.png new file mode 100644 index 00000000..e6479f86 Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-18-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-19-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-19-1.png new file mode 100644 index 00000000..d74503c0 Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-19-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-20-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-20-1.png new file mode 100644 index 00000000..3e2807d3 Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-20-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-21-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-21-1.png new file mode 100644 index 00000000..3e2807d3 Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-21-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-22-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-22-1.png new file mode 100644 index 00000000..0fb11a1c Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-22-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-23-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-23-1.png new file mode 100644 index 00000000..9487c4a3 Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-23-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-3-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 00000000..e0f4fb9c Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-4-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-4-1.png new file mode 100644 index 00000000..cca3045d Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-5-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-5-1.png new file mode 100644 index 00000000..cca3045d Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-6-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-6-1.png new file mode 100644 index 00000000..13f3e3e0 Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-6-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-7-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 00000000..1bf0b7b4 Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-8-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-8-1.png new file mode 100644 index 00000000..0fb11a1c Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-8-1.png differ diff --git a/docs/slides/03_pearson_files/figure-html/unnamed-chunk-9-1.png b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..912d7a75 Binary files /dev/null and b/docs/slides/03_pearson_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/docs/slides/04-inferencia3.html b/docs/slides/04-inferencia3.html new file mode 100644 index 00000000..94fe76dc --- /dev/null +++ b/docs/slides/04-inferencia3.html @@ -0,0 +1,689 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/slides/04_corr-exensiones.html b/docs/slides/04_corr-exensiones.html new file mode 100644 index 00000000..1dc4e4d5 --- /dev/null +++ b/docs/slides/04_corr-exensiones.html @@ -0,0 +1,1851 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-2-1.png b/docs/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-2-1.png new file mode 100644 index 00000000..e0f4fb9c Binary files /dev/null and b/docs/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-2-1.png differ diff --git a/docs/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-3-1.png b/docs/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 00000000..e6479f86 Binary files /dev/null and b/docs/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/docs/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-7-1.png b/docs/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 00000000..4f95b1d0 Binary files /dev/null and b/docs/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/docs/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-9-1.png b/docs/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..6e5b33d1 Binary files /dev/null and b/docs/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/docs/slides/04_corr-extensiones.html b/docs/slides/04_corr-extensiones.html new file mode 100644 index 00000000..10fdef37 --- /dev/null +++ b/docs/slides/04_corr-extensiones.html @@ -0,0 +1,1851 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-2-1.png b/docs/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-2-1.png new file mode 100644 index 00000000..e0f4fb9c Binary files /dev/null and b/docs/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-2-1.png differ diff --git a/docs/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-3-1.png b/docs/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 00000000..e6479f86 Binary files /dev/null and b/docs/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/docs/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-7-1.png b/docs/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 00000000..4f95b1d0 Binary files /dev/null and b/docs/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/docs/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-9-1.png b/docs/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..6e5b33d1 Binary files /dev/null and b/docs/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/docs/slides/05-inferencia1.html b/docs/slides/05-inferencia1.html new file mode 100644 index 00000000..d81a107c --- /dev/null +++ b/docs/slides/05-inferencia1.html @@ -0,0 +1,893 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-1-1.png b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-1-1.png new file mode 100644 index 00000000..aef6eda9 Binary files /dev/null and b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-1-1.png differ diff --git a/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-10-1.png b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-10-1.png new file mode 100644 index 00000000..f02497ce Binary files /dev/null and b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-10-1.png differ diff --git a/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-17-1.png b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-17-1.png new file mode 100644 index 00000000..429ca8e8 Binary files /dev/null and b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-17-1.png differ diff --git a/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-18-1.png b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-18-1.png new file mode 100644 index 00000000..2a08354f Binary files /dev/null and b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-18-1.png differ diff --git a/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-19-1.png b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-19-1.png new file mode 100644 index 00000000..e01f81a6 Binary files /dev/null and b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-19-1.png differ diff --git a/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-2-1.png b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-2-1.png new file mode 100644 index 00000000..458771c9 Binary files /dev/null and b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-2-1.png differ diff --git a/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-3-1.png b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 00000000..458771c9 Binary files /dev/null and b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-33-1.png b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-33-1.png new file mode 100644 index 00000000..429ca8e8 Binary files /dev/null and b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-33-1.png differ diff --git a/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-34-1.png b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-34-1.png new file mode 100644 index 00000000..2a08354f Binary files /dev/null and b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-34-1.png differ diff --git a/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-35-1.png b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-35-1.png new file mode 100644 index 00000000..429ca8e8 Binary files /dev/null and b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-35-1.png differ diff --git a/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-4-1.png b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-4-1.png new file mode 100644 index 00000000..cb7cb073 Binary files /dev/null and b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-5-1.png b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-5-1.png new file mode 100644 index 00000000..278ffc4b Binary files /dev/null and b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-6-1.png b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-6-1.png new file mode 100644 index 00000000..2a08354f Binary files /dev/null and b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-6-1.png differ diff --git a/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-7-1.png b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 00000000..1c4070cb Binary files /dev/null and b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-8-1.png b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-8-1.png new file mode 100644 index 00000000..8f379fd4 Binary files /dev/null and b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-8-1.png differ diff --git a/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-9-1.png b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..2a08354f Binary files /dev/null and b/docs/slides/05-inferencia1_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/docs/slides/05-inferencia4.html b/docs/slides/05-inferencia4.html new file mode 100644 index 00000000..c42abe70 --- /dev/null +++ b/docs/slides/05-inferencia4.html @@ -0,0 +1,823 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/slides/05-inferencia4_files/figure-html/unnamed-chunk-1-1.png b/docs/slides/05-inferencia4_files/figure-html/unnamed-chunk-1-1.png new file mode 100644 index 00000000..6d20a347 Binary files /dev/null and b/docs/slides/05-inferencia4_files/figure-html/unnamed-chunk-1-1.png differ diff --git a/docs/slides/06-inferencia2.html b/docs/slides/06-inferencia2.html new file mode 100644 index 00000000..52840c5d --- /dev/null +++ b/docs/slides/06-inferencia2.html @@ -0,0 +1,805 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/slides/06-inferencia2_files/figure-html/unnamed-chunk-1-1.png b/docs/slides/06-inferencia2_files/figure-html/unnamed-chunk-1-1.png new file mode 100644 index 00000000..aef6eda9 Binary files /dev/null and b/docs/slides/06-inferencia2_files/figure-html/unnamed-chunk-1-1.png differ diff --git a/docs/slides/06-inferencia2_files/figure-html/unnamed-chunk-2-1.png b/docs/slides/06-inferencia2_files/figure-html/unnamed-chunk-2-1.png new file mode 100644 index 00000000..458771c9 Binary files /dev/null and b/docs/slides/06-inferencia2_files/figure-html/unnamed-chunk-2-1.png differ diff --git a/docs/slides/06-inferencia2_files/figure-html/unnamed-chunk-3-1.png b/docs/slides/06-inferencia2_files/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 00000000..cb7cb073 Binary files /dev/null and b/docs/slides/06-inferencia2_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/docs/slides/06-inferencia2_files/figure-html/unnamed-chunk-4-1.png b/docs/slides/06-inferencia2_files/figure-html/unnamed-chunk-4-1.png new file mode 100644 index 00000000..278ffc4b Binary files /dev/null and b/docs/slides/06-inferencia2_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/docs/slides/06-inferencia2_files/figure-html/unnamed-chunk-5-1.png b/docs/slides/06-inferencia2_files/figure-html/unnamed-chunk-5-1.png new file mode 100644 index 00000000..278ffc4b Binary files /dev/null and b/docs/slides/06-inferencia2_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/docs/slides/06-inferencia5.html b/docs/slides/06-inferencia5.html new file mode 100644 index 00000000..aade3f49 --- /dev/null +++ b/docs/slides/06-inferencia5.html @@ -0,0 +1,818 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-14-1.png b/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-14-1.png new file mode 100644 index 00000000..42f3bbc1 Binary files /dev/null and b/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-14-1.png differ diff --git a/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-15-1.png b/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-15-1.png new file mode 100644 index 00000000..42f3bbc1 Binary files /dev/null and b/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-15-1.png differ diff --git a/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-16-1.png b/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-16-1.png new file mode 100644 index 00000000..42f3bbc1 Binary files /dev/null and b/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-16-1.png differ diff --git a/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-20-1.png b/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-20-1.png new file mode 100644 index 00000000..773b7c70 Binary files /dev/null and b/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-20-1.png differ diff --git a/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-21-1.png b/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-21-1.png new file mode 100644 index 00000000..773b7c70 Binary files /dev/null and b/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-21-1.png differ diff --git a/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-7-1.png b/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 00000000..69a00d68 Binary files /dev/null and b/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-8-1.png b/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-8-1.png new file mode 100644 index 00000000..69a00d68 Binary files /dev/null and b/docs/slides/06-inferencia5_files/figure-html/unnamed-chunk-8-1.png differ diff --git a/docs/slides/07-inferencia.html b/docs/slides/07-inferencia.html new file mode 100644 index 00000000..28a793bf --- /dev/null +++ b/docs/slides/07-inferencia.html @@ -0,0 +1,852 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/slides/07-inferencia_files/figure-html/unnamed-chunk-16-1.png b/docs/slides/07-inferencia_files/figure-html/unnamed-chunk-16-1.png new file mode 100644 index 00000000..bf00e5a8 Binary files /dev/null and b/docs/slides/07-inferencia_files/figure-html/unnamed-chunk-16-1.png differ diff --git a/docs/slides/07-inferencia_files/figure-html/unnamed-chunk-16-2.png b/docs/slides/07-inferencia_files/figure-html/unnamed-chunk-16-2.png new file mode 100644 index 00000000..c3a5c212 Binary files /dev/null and b/docs/slides/07-inferencia_files/figure-html/unnamed-chunk-16-2.png differ diff --git a/docs/slides/08-inferencia.html b/docs/slides/08-inferencia.html new file mode 100644 index 00000000..41fb599e --- /dev/null +++ b/docs/slides/08-inferencia.html @@ -0,0 +1,1273 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-10-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-10-1.png new file mode 100644 index 00000000..6c494cc7 Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-10-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-11-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-11-1.png new file mode 100644 index 00000000..0d19ab4f Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-11-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-12-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-12-1.png new file mode 100644 index 00000000..0d19ab4f Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-12-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-13-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-13-1.png new file mode 100644 index 00000000..0d19ab4f Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-13-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-14-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-14-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-14-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-15-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-15-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-15-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-16-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-16-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-16-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-17-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-17-1.png new file mode 100644 index 00000000..0d19ab4f Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-17-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-18-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-18-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-18-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-19-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-19-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-19-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-20-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-20-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-20-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-21-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-21-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-21-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-22-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-22-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-22-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-23-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-23-1.png new file mode 100644 index 00000000..9a11c12a Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-23-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-24-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-24-1.png new file mode 100644 index 00000000..6f1bab41 Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-24-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-25-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-25-1.png new file mode 100644 index 00000000..d0aa103c Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-25-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-26-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-26-1.png new file mode 100644 index 00000000..d0aa103c Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-26-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-27-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-27-1.png new file mode 100644 index 00000000..3a920c5e Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-27-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-28-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-28-1.png new file mode 100644 index 00000000..db40326d Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-28-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-29-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-29-1.png new file mode 100644 index 00000000..db40326d Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-29-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-30-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-30-1.png new file mode 100644 index 00000000..db40326d Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-30-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-31-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-31-1.png new file mode 100644 index 00000000..db40326d Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-31-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-32-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-32-1.png new file mode 100644 index 00000000..db40326d Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-32-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-33-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-33-1.png new file mode 100644 index 00000000..b80c0b1e Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-33-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-35-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-35-1.png new file mode 100644 index 00000000..db40326d Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-35-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-5-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-5-1.png new file mode 100644 index 00000000..6f1bab41 Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-6-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-6-1.png new file mode 100644 index 00000000..6f1bab41 Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-6-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-7-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 00000000..6f1bab41 Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-8-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-8-1.png new file mode 100644 index 00000000..6f1bab41 Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-8-1.png differ diff --git a/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-9-1.png b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..6c494cc7 Binary files /dev/null and b/docs/slides/08-inferencia_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/docs/slides/09-categoricas.html b/docs/slides/09-categoricas.html new file mode 100644 index 00000000..12720f1a --- /dev/null +++ b/docs/slides/09-categoricas.html @@ -0,0 +1,1196 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-11-1.png b/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-11-1.png new file mode 100644 index 00000000..0d19ab4f Binary files /dev/null and b/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-11-1.png differ diff --git a/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-14-1.png b/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-14-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-14-1.png differ diff --git a/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-25-1.png b/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-25-1.png new file mode 100644 index 00000000..d0aa103c Binary files /dev/null and b/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-25-1.png differ diff --git a/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-28-1.png b/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-28-1.png new file mode 100644 index 00000000..db40326d Binary files /dev/null and b/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-28-1.png differ diff --git a/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-5-1.png b/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-5-1.png new file mode 100644 index 00000000..6f1bab41 Binary files /dev/null and b/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-9-1.png b/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..6c494cc7 Binary files /dev/null and b/docs/slides/09-categoricas_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/docs/slides/10-cierre.html b/docs/slides/10-cierre.html new file mode 100644 index 00000000..f4a1ce05 --- /dev/null +++ b/docs/slides/10-cierre.html @@ -0,0 +1,407 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/slides/css/animate.css b/docs/slides/css/animate.css new file mode 100644 index 00000000..d26682f8 --- /dev/null +++ b/docs/slides/css/animate.css @@ -0,0 +1,3625 @@ +@charset "UTF-8"; + +/*! + * animate.css -https://daneden.github.io/animate.css/ + * Version - 3.7.2 + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * + * Copyright (c) 2019 Daniel Eden + */ + +@-webkit-keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +@keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +.bounce { + -webkit-animation-name: bounce; + animation-name: bounce; + -webkit-transform-origin: center bottom; + transform-origin: center bottom; +} + +@-webkit-keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +@keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +.flash { + -webkit-animation-name: flash; + animation-name: flash; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.pulse { + -webkit-animation-name: pulse; + animation-name: pulse; +} + +@-webkit-keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.rubberBand { + -webkit-animation-name: rubberBand; + animation-name: rubberBand; +} + +@-webkit-keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +@keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +.shake { + -webkit-animation-name: shake; + animation-name: shake; +} + +@-webkit-keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +.headShake { + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + -webkit-animation-name: headShake; + animation-name: headShake; +} + +@-webkit-keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +@keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +.swing { + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-animation-name: swing; + animation-name: swing; +} + +@-webkit-keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.tada { + -webkit-animation-name: tada; + animation-name: tada; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.wobble { + -webkit-animation-name: wobble; + animation-name: wobble; +} + +@-webkit-keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +@keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +.jello { + -webkit-animation-name: jello; + animation-name: jello; + -webkit-transform-origin: center; + transform-origin: center; +} + +@-webkit-keyframes heartBeat { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 14% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 28% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 42% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 70% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes heartBeat { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 14% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 28% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 42% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 70% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.heartBeat { + -webkit-animation-name: heartBeat; + animation-name: heartBeat; + -webkit-animation-duration: 1.3s; + animation-duration: 1.3s; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; +} + +@-webkit-keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.bounceIn { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceIn; + animation-name: bounceIn; +} + +@-webkit-keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInDown { + -webkit-animation-name: bounceInDown; + animation-name: bounceInDown; +} + +@-webkit-keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInLeft { + -webkit-animation-name: bounceInLeft; + animation-name: bounceInLeft; +} + +@-webkit-keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInRight { + -webkit-animation-name: bounceInRight; + animation-name: bounceInRight; +} + +@-webkit-keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.bounceInUp { + -webkit-animation-name: bounceInUp; + animation-name: bounceInUp; +} + +@-webkit-keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +@keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +.bounceOut { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceOut; + animation-name: bounceOut; +} + +@-webkit-keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.bounceOutDown { + -webkit-animation-name: bounceOutDown; + animation-name: bounceOutDown; +} + +@-webkit-keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.bounceOutLeft { + -webkit-animation-name: bounceOutLeft; + animation-name: bounceOutLeft; +} + +@-webkit-keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.bounceOutRight { + -webkit-animation-name: bounceOutRight; + animation-name: bounceOutRight; +} + +@-webkit-keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.bounceOutUp { + -webkit-animation-name: bounceOutUp; + animation-name: bounceOutUp; +} + +@-webkit-keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +@keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +.fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +@-webkit-keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInDown { + -webkit-animation-name: fadeInDown; + animation-name: fadeInDown; +} + +@-webkit-keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInDownBig { + -webkit-animation-name: fadeInDownBig; + animation-name: fadeInDownBig; +} + +@-webkit-keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInLeft { + -webkit-animation-name: fadeInLeft; + animation-name: fadeInLeft; +} + +@-webkit-keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInLeftBig { + -webkit-animation-name: fadeInLeftBig; + animation-name: fadeInLeftBig; +} + +@-webkit-keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInRight { + -webkit-animation-name: fadeInRight; + animation-name: fadeInRight; +} + +@-webkit-keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInRightBig { + -webkit-animation-name: fadeInRightBig; + animation-name: fadeInRightBig; +} + +@-webkit-keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInUp { + -webkit-animation-name: fadeInUp; + animation-name: fadeInUp; +} + +@-webkit-keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.fadeInUpBig { + -webkit-animation-name: fadeInUpBig; + animation-name: fadeInUpBig; +} + +@-webkit-keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +@keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +.fadeOut { + -webkit-animation-name: fadeOut; + animation-name: fadeOut; +} + +@-webkit-keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.fadeOutDown { + -webkit-animation-name: fadeOutDown; + animation-name: fadeOutDown; +} + +@-webkit-keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.fadeOutDownBig { + -webkit-animation-name: fadeOutDownBig; + animation-name: fadeOutDownBig; +} + +@-webkit-keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.fadeOutLeft { + -webkit-animation-name: fadeOutLeft; + animation-name: fadeOutLeft; +} + +@-webkit-keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.fadeOutLeftBig { + -webkit-animation-name: fadeOutLeftBig; + animation-name: fadeOutLeftBig; +} + +@-webkit-keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.fadeOutRight { + -webkit-animation-name: fadeOutRight; + animation-name: fadeOutRight; +} + +@-webkit-keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.fadeOutRightBig { + -webkit-animation-name: fadeOutRightBig; + animation-name: fadeOutRightBig; +} + +@-webkit-keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.fadeOutUp { + -webkit-animation-name: fadeOutUp; + animation-name: fadeOutUp; +} + +@-webkit-keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.fadeOutUpBig { + -webkit-animation-name: fadeOutUpBig; + animation-name: fadeOutUpBig; +} + +@-webkit-keyframes flip { + from { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +@keyframes flip { + from { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +.animated.flip { + -webkit-backface-visibility: visible; + backface-visibility: visible; + -webkit-animation-name: flip; + animation-name: flip; +} + +@-webkit-keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.flipInX { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInX; + animation-name: flipInX; +} + +@-webkit-keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.flipInY { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInY; + animation-name: flipInY; +} + +@-webkit-keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +.flipOutX { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: flipOutX; + animation-name: flipOutX; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; +} + +@-webkit-keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +.flipOutY { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipOutY; + animation-name: flipOutY; +} + +@-webkit-keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.lightSpeedIn { + -webkit-animation-name: lightSpeedIn; + animation-name: lightSpeedIn; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; +} + +@-webkit-keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +@keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +.lightSpeedOut { + -webkit-animation-name: lightSpeedOut; + animation-name: lightSpeedOut; + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; +} + +@-webkit-keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateIn { + -webkit-animation-name: rotateIn; + animation-name: rotateIn; +} + +@-webkit-keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInDownLeft { + -webkit-animation-name: rotateInDownLeft; + animation-name: rotateInDownLeft; +} + +@-webkit-keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInDownRight { + -webkit-animation-name: rotateInDownRight; + animation-name: rotateInDownRight; +} + +@-webkit-keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInUpLeft { + -webkit-animation-name: rotateInUpLeft; + animation-name: rotateInUpLeft; +} + +@-webkit-keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.rotateInUpRight { + -webkit-animation-name: rotateInUpRight; + animation-name: rotateInUpRight; +} + +@-webkit-keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +@keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +.rotateOut { + -webkit-animation-name: rotateOut; + animation-name: rotateOut; +} + +@-webkit-keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +.rotateOutDownLeft { + -webkit-animation-name: rotateOutDownLeft; + animation-name: rotateOutDownLeft; +} + +@-webkit-keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.rotateOutDownRight { + -webkit-animation-name: rotateOutDownRight; + animation-name: rotateOutDownRight; +} + +@-webkit-keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.rotateOutUpLeft { + -webkit-animation-name: rotateOutUpLeft; + animation-name: rotateOutUpLeft; +} + +@-webkit-keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +@keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +.rotateOutUpRight { + -webkit-animation-name: rotateOutUpRight; + animation-name: rotateOutUpRight; +} + +@-webkit-keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +@keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +.hinge { + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-name: hinge; + animation-name: hinge; +} + +@-webkit-keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.jackInTheBox { + -webkit-animation-name: jackInTheBox; + animation-name: jackInTheBox; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.rollIn { + -webkit-animation-name: rollIn; + animation-name: rollIn; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +@keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +.rollOut { + -webkit-animation-name: rollOut; + animation-name: rollOut; +} + +@-webkit-keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +@keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +.zoomIn { + -webkit-animation-name: zoomIn; + animation-name: zoomIn; +} + +@-webkit-keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInDown { + -webkit-animation-name: zoomInDown; + animation-name: zoomInDown; +} + +@-webkit-keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInLeft { + -webkit-animation-name: zoomInLeft; + animation-name: zoomInLeft; +} + +@-webkit-keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInRight { + -webkit-animation-name: zoomInRight; + animation-name: zoomInRight; +} + +@-webkit-keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomInUp { + -webkit-animation-name: zoomInUp; + animation-name: zoomInUp; +} + +@-webkit-keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +@keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +.zoomOut { + -webkit-animation-name: zoomOut; + animation-name: zoomOut; +} + +@-webkit-keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomOutDown { + -webkit-animation-name: zoomOutDown; + animation-name: zoomOutDown; +} + +@-webkit-keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +@keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +.zoomOutLeft { + -webkit-animation-name: zoomOutLeft; + animation-name: zoomOutLeft; +} + +@-webkit-keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +@keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +.zoomOutRight { + -webkit-animation-name: zoomOutRight; + animation-name: zoomOutRight; +} + +@-webkit-keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.zoomOutUp { + -webkit-animation-name: zoomOutUp; + animation-name: zoomOutUp; +} + +@-webkit-keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInDown { + -webkit-animation-name: slideInDown; + animation-name: slideInDown; +} + +@-webkit-keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInLeft { + -webkit-animation-name: slideInLeft; + animation-name: slideInLeft; +} + +@-webkit-keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInRight { + -webkit-animation-name: slideInRight; + animation-name: slideInRight; +} + +@-webkit-keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; +} + +@-webkit-keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.slideOutDown { + -webkit-animation-name: slideOutDown; + animation-name: slideOutDown; +} + +@-webkit-keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.slideOutLeft { + -webkit-animation-name: slideOutLeft; + animation-name: slideOutLeft; +} + +@-webkit-keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.slideOutRight { + -webkit-animation-name: slideOutRight; + animation-name: slideOutRight; +} + +@-webkit-keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.slideOutUp { + -webkit-animation-name: slideOutUp; + animation-name: slideOutUp; +} + +.animated { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.animated.infinite { + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + +.animated.delay-1s { + -webkit-animation-delay: 1s; + animation-delay: 1s; +} + +.animated.delay-2s { + -webkit-animation-delay: 2s; + animation-delay: 2s; +} + +.animated.delay-3s { + -webkit-animation-delay: 3s; + animation-delay: 3s; +} + +.animated.delay-4s { + -webkit-animation-delay: 4s; + animation-delay: 4s; +} + +.animated.delay-5s { + -webkit-animation-delay: 5s; + animation-delay: 5s; +} + +.animated.fast { + -webkit-animation-duration: 800ms; + animation-duration: 800ms; +} + +.animated.faster { + -webkit-animation-duration: 500ms; + animation-duration: 500ms; +} + +.animated.slow { + -webkit-animation-duration: 2s; + animation-duration: 2s; +} + +.animated.slower { + -webkit-animation-duration: 3s; + animation-duration: 3s; +} + +@media (print), (prefers-reduced-motion: reduce) { + .animated { + -webkit-animation-duration: 1ms !important; + animation-duration: 1ms !important; + -webkit-transition-duration: 1ms !important; + transition-duration: 1ms !important; + -webkit-animation-iteration-count: 1 !important; + animation-iteration-count: 1 !important; + } +} diff --git a/docs/slides/css/ath-inferno-fonts.css b/docs/slides/css/ath-inferno-fonts.css new file mode 100644 index 00000000..96634d2f --- /dev/null +++ b/docs/slides/css/ath-inferno-fonts.css @@ -0,0 +1,14 @@ +@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,300;0,400;0,600;0,900;1,300;1,400;1,600;1,900&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;700&display=swap'); + +body, h1, h2, h3 { + font-family: 'Fira Sans Condensed', sans; +} + +h1, h2, h3 { + font-weight: 600; +} + +.remark-code, .remark-inline-code { + font-family: 'Source Code Pro', 'Lucida Console', Monaco, monospace; +} diff --git a/docs/slides/css/ath-slides.css b/docs/slides/css/ath-slides.css new file mode 100644 index 00000000..9cc81f95 --- /dev/null +++ b/docs/slides/css/ath-slides.css @@ -0,0 +1,618 @@ +/* +Typography +*/ +.remark-slide-content { + font-size: 40px; + /* Base font size */ + padding: 1em 1em 1em 1em; +} + +.remark-slide-content p { + margin: 0.5em 0; +} + +.remark-slide-content h1 { + font-size: 1.7em; + line-height: 1em; + margin-top: 0; + text-align: center; +} + +.huge { + font-size: 2.2em; +} + +.large { + font-size: 1.7em; +} + +.normal { + font-size: 1em; +} + +.medium { + font-size: 1.4em; +} + +.less-medium { + font-size: 1.2em; +} + +.SMALL { + /* CURSE YOU LATEX */ + font-size: 0.9em; +} + +.small { + font-size: 0.8em; +} + +.smaller { + font-size: 0.65em; +} + +.tiny { + font-size: 0.5em; +} + +.light { + font-weight: 300; +} + +.full-width { + width: 100%; +} + +.remark-slide-number { + font-size: 15px; +} + +figure { + margin: 15px; +} + +figcaption { + font-size: 0.5em; +} + +.pull-left h2, +.pull-right h2, +.pull-left-3 h2, +.pull-middle-3 h2, +.pull-right-3 h2 { + margin-top: 0.3em; +} + +.cell-left { + text-align: left; +} + +.cell-right { + text-align: right; +} + +.cell-center { + text-align: center; +} + +.frame { + border: 1px #000000 solid; + padding: 20px; + box-sizing: border-box; +} + +.bg-full { + background-size: cover; +} + +.bg-90 { + background-size: 90%; + background-position-y: 30%; +} + +.bg-y-75 { + background-position-y: 75%; +} + +.sp-before { + margin-top: 1em !important; +} + +.sp-before { + margin-top: 0.7em !important; +} + +.sp-after { + margin-bottom: 1em !important; +} + +.sp-after-half { + margin-bottom: 0.7em !important; +} + +.remark-code, +.remark-inline-code { + font-size: 0.75em; +} + +/* Side-by-side code/plot stuff https://www.garrickadenbuie.com/blog/decouple-code-and-output-in-xaringan-slides/ */ +.left-code { + color: #777; + width: 48%; + height: 92%; + float: left; +} + +.right-plot { + width: 50%; + float: right; + padding-left: 1%; +} + +.right-code { + color: #777; + width: 48%; + height: 92%; + float: right; +} + +.left-plot { + width: 50%; + float: left; + padding-right: 1%; +} + +.left-code .remark-code, +.left-code .remark-inline-code, +.right-code .remark-code, +.right-code .remark-inline-code { + font-size: 0.5em; +} + +.small-code .remark-code, +.small-code .remark-inline-code { + font-size: 0.5em; +} + +/* +Main title and section title slides +*/ +.main-title { + color: #FFFFFF; +} + +.main-title { + text-align: center; +} + +.main-title h1 { + font-weight: 900; + font-size: 2.8em; + line-height: 1.2; + margin-bottom: 2em; +} + +.main-title p { + font-size: 0.8em; +} + +.main-title .class-info { + position: absolute; + width: 100%; + left: 0; + bottom: calc(0% + 0.5em); +} + +.section-title h1, +.section-title-inv h1 { + color: #FFFFFF; + font-size: 2.3em; + line-height: 1.3; +} + +/* +Three column layout +*/ +.pull-left-3 { + float: left; + width: 30%; + padding: 0 2.5% 0 0; +} + +.pull-middle-3 { + float: left; + width: 30%; + padding: 0 2.5%; +} + +.pull-right-3 { + float: right; + width: 30%; + padding: 0 0 0 2.5%; +} + +.pull-right-3 ~ * { + clear: both; +} + +/* +Wider pull left/right +*/ +.pull-left-wide { + float: left; + width: 65%; +} + +.pull-left-narrow { + float: left; + width: 32%; +} + +.pull-right-wide { + float: right; + width: 65%; +} + +.pull-right-narrow { + float: right; + width: 32%; +} + +.pull-right-narrow ~ *, +.pull-right-wide ~ * { + clear: both; +} + +/* +Slides with title bars at the top +*/ +.title { + padding-top: 0em; + border-top: 110px solid #777777; +} + +.title h1 { + margin-top: -85px; + margin-bottom: 50px; +} + +.title-1 { + border-top-color: #170C3A; +} + +.title-2 { + border-top-color: #480B6A; +} + +.title-3 { + border-top-color: #771C6D; +} + +.title-4 { + border-top-color: #A52C60; +} + +.title-5 { + border-top-color: #CF4446; +} + +.title-6 { + border-top-color: #EE6A24; +} + +.title-7 { + border-top-color: #FB9E07; +} + +.title-8 { + border-top-color: #F6D645; +} + +.title-inv-1 { + border-top-color: #B1AEC4; +} + +.title-inv-2 { + border-top-color: #CCAEED; +} + +.title-inv-3 { + border-top-color: #F5ABEA; +} + +.title-inv-4 { + border-top-color: #FFB7CD; +} + +.title-inv-5 { + border-top-color: #FFC6C6; +} + +.title-inv-6 { + border-top-color: #FFD3CA; +} + +.title-inv-7 { + border-top-color: #FFE2D0; +} + +.title-inv-8 { + border-top-color: #FFF2CE; +} + +/* +General color classes +*/ +.color-1 { + color: #170C3A; +} + +.color-2 { + color: #480B6A; +} + +.color-3 { + color: #771C6D; +} + +.color-4 { + color: #A52C60; +} + +.color-5 { + color: #CF4446; +} + +.color-6 { + color: #EE6A24; +} + +.color-7 { + color: #FB9E07; +} + +.color-8 { + color: #F6D645; +} + +.color-light-1 { + color: #B1AEC4; +} + +.color-light-2 { + color: #CCAEED; +} + +.color-light-3 { + color: #F5ABEA; +} + +.color-light-4 { + color: #FFB7CD; +} + +.color-light-5 { + color: #FFC6C6; +} + +.color-light-6 { + color: #FFD3CA; +} + +.color-light-7 { + color: #FFE2D0; +} + +.color-light-8 { + color: #FFF2CE; +} + +/* +Coloring and inverse coloring in title bars and content boxes +*/ +.box-1, +.section-title-1 { + background-color: #170C3A; +} + +.box-2, +.section-title-2 { + background-color: #480B6A; +} + +.box-3, +.section-title-3 { + background-color: #771C6D; +} + +.box-4, +.section-title-4 { + background-color: #A52C60; +} + +.box-5, +.section-title-5 { + background-color: #CF4446; +} + +.box-6, +.section-title-6 { + background-color: #EE6A24; +} + +.box-7, +.section-title-7 { + background-color: #FB9E07; +} + +.box-8, +.section-title-8 { + background-color: #F6D645; +} + +.box-inv-1, +.section-title-inv-1 { + background-color: #B1AEC4; +} + +.box-inv-2, +.section-title-inv-2 { + background-color: #CCAEED; +} + +.box-inv-3, +.section-title-inv-3 { + background-color: #F5ABEA; +} + +.box-inv-4, +.section-title-inv-4 { + background-color: #FFB7CD; +} + +.box-inv-5, +.section-title-inv-5 { + background-color: #FFC6C6; +} + +.box-inv-6, +.section-title-inv-6 { + background-color: #FFD3CA; +} + +.box-inv-7, +.section-title-inv-7 { + background-color: #FFE2D0; +} + +.box-inv-8, +.section-title-inv-8 { + background-color: #FFF2CE; +} + +.box-inv-1, +.title-inv-1 h1, +.section-title-inv-1 h1 { + color: #170C3A; +} + +.box-inv-2, +.title-inv-2 h1, +.section-title-inv-2 h1 { + color: #480B6A; +} + +.box-inv-3, +.title-inv-3 h1, +.section-title-inv-3 h1 { + color: #771C6D; +} + +.box-inv-4, +.title-inv-4 h1, +.section-title-inv-4 h1 { + color: #A52C60; +} + +.box-inv-5, +.title-inv-5 h1, +.section-title-inv-5 h1 { + color: #CF4446; +} + +.box-inv-6, +.title-inv-6 h1, +.section-title-inv-6 h1 { + color: #EE6A24; +} + +.box-inv-7, +.title-inv-7 h1, +.section-title-inv-7 h1 { + color: #FB9E07; +} + +.box-inv-8, +.title-inv-8 h1, +.section-title-inv-8 h1 { + color: #F6D645; +} + +.box-8, .box-7, .box-6, .box-5, .box-4, .box-3, .box-2, .box-1, .title-8 h1, .title-7 h1, .title-6 h1, .title-5 h1, .title-4 h1, .title-3 h1, .title-2 h1, .title-1 h1, .section-title h1 { + color: #FFFFFF; +} + +.box-8, .box-inv-8, .box-7, .box-inv-7, .box-6, .box-inv-6, .box-5, .box-inv-5, .box-4, .box-inv-4, .box-3, .box-inv-3, .box-2, .box-inv-2, .box-1, .box-inv-1 { + margin: 0em auto; + overflow: hidden; + padding: 0.1em 0.4em; + font-weight: 600; + display: table; + text-align: center; +} + +.float-left { + text-align: left; +} + +.float-right { + text-align: right; +} + +.float-left .box-1, .float-left .box-inv-1, +.float-right .box-1, .float-right .box-inv-1 { + display: inline; +} + +.float-left .box-2, .float-left .box-inv-2, +.float-right .box-2, .float-right .box-inv-2 { + display: inline; +} + +.float-left .box-3, .float-left .box-inv-3, +.float-right .box-3, .float-right .box-inv-3 { + display: inline; +} + +.float-left .box-4, .float-left .box-inv-4, +.float-right .box-4, .float-right .box-inv-4 { + display: inline; +} + +.float-left .box-5, .float-left .box-inv-5, +.float-right .box-5, .float-right .box-inv-5 { + display: inline; +} + +.float-left .box-6, .float-left .box-inv-6, +.float-right .box-6, .float-right .box-inv-6 { + display: inline; +} + +.float-left .box-7, .float-left .box-inv-7, +.float-right .box-7, .float-right .box-inv-7 { + display: inline; +} + +.float-left .box-8, .float-left .box-inv-8, +.float-right .box-8, .float-right .box-inv-8 { + display: inline; +} + +/* Corner ribbon */ +/* Adapted from https://codepen.io/eode9/pen/twkKm */ +.corner-ribbon { + width: 425px; + position: fixed; + top: auto; + bottom: 50px; + left: -85px; + transform: rotate(35deg); + -webkit-transform: rotate(35deg); + box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); + text-align: center; + font-size: 0.6em; + padding: 0.25em 0; + background: #A52C60; + color: #FFFFFF; +} diff --git a/docs/slides/css/ath-slides.scss b/docs/slides/css/ath-slides.scss new file mode 100644 index 00000000..81e3c8b4 --- /dev/null +++ b/docs/slides/css/ath-slides.scss @@ -0,0 +1,476 @@ + +// Plasma colors +$colors-dark: ( + #170C3A, /* 1: Grim Reaper */ + #480B6A, /* 2: Obsidian Shell */ + #771C6D, /* 3: Pure Purple */ + #A52C60, /* 4: Parlour Red */ + #CF4446, /* 5: Bullfighters Red */ + #EE6A24, /* 6: Fuego Nuevo */ + #FB9E07, /* 7: Bonus Level */ + #F6D645 /* 8: Python Yellow */ +); + +$colors-light: ( + #B1AEC4, /* 1: Noble Purple */ + #CCAEED, /* 2: Purple Sand */ + #F5ABEA, /* 3: Pinky Swear */ + #FFB7CD, /* 4: Baby Pink */ + #FFC6C6, /* 5: Cinderella Pink */ + #FFD3CA, /* 6: Pale Jasper */ + #FFE2D0, /* 7: Powdered Peach */ + #FFF2CE /* 8: Bird's Child */ +); + + +/* +Typography +*/ +.remark-slide-content { + font-size: 40px; /* Base font size */ + padding: 1em 1em 1em 1em; +} + +.remark-slide-content p { + margin: 0.5em 0; +} + +.remark-slide-content h1 { + font-size: 1.7em; + line-height: 1em; + margin-top: 0; + text-align: center; +} + +.huge { + font-size: 2.2em; +} + +.large { + font-size: 1.7em; +} + +.normal { + font-size: 1em; +} + +.medium { + font-size: 1.4em; +} + +.less-medium { + font-size: 1.2em; +} + +.SMALL { + /* CURSE YOU LATEX */ + font-size: 0.9em; +} + +.small { + font-size: 0.8em; +} + +.smaller { + font-size: 0.65em; +} + +.tiny { + font-size: 0.5em; +} + +.light { + font-weight: 300; +} + +.full-width { + width: 100%; +} + +.remark-slide-number { + font-size: 15px; +} + +figure { + margin: 15px; +} + +figcaption { + font-size: 0.5em; +} + +.pull-left h2, +.pull-right h2, +.pull-left-3 h2, +.pull-middle-3 h2, +.pull-right-3 h2 { + margin-top: 0.3em; +} + +.cell-left { + text-align: left; +} + +.cell-right { + text-align: right; +} + +.cell-center { + text-align: center; +} + +.frame { + border: 1px #000000 solid; + padding: 20px; + box-sizing: border-box; +} + +.bg-full { + background-size: cover; +} + +.bg-90 { + background-size: 90%; + background-position-y: 30%; +} + +.bg-y-75 { + background-position-y: 75%; +} + +.sp-before { + margin-top: 1em !important; +} + +.sp-before { + margin-top: 0.7em !important; +} + +.sp-after { + margin-bottom: 1em !important; +} + +.sp-after-half { + margin-bottom: 0.7em !important; +} + +.remark-code, +.remark-inline-code { + font-size: 0.75em; +} + +/* Side-by-side code/plot stuff https://www.garrickadenbuie.com/blog/decouple-code-and-output-in-xaringan-slides/ */ +.left-code { + color: #777; + width: 48%; + height: 92%; + float: left; +} + +.right-plot { + width: 50%; + float: right; + padding-left: 1%; +} + +.right-code { + color: #777; + width: 48%; + height: 92%; + float: right; +} + +.left-plot { + width: 50%; + float: left; + padding-right: 1%; +} + +.left-code .remark-code, +.left-code .remark-inline-code, +.right-code .remark-code, +.right-code .remark-inline-code{ + font-size: 0.5em; +} + +.small-code .remark-code, +.small-code .remark-inline-code { + font-size: 0.5em; +} + +/* +Main title and section title slides +*/ +.main-title { + color: #FFFFFF; +} + +.main-title { + text-align: center; +} + +.main-title h1 { + font-weight: 900; + font-size: 2.8em; + line-height: 1.2; + margin-bottom: 2em; +} + +.main-title p { + font-size: 0.8em; +} + +.main-title .class-info { + position: absolute; + width: 100%; + left: 0; + bottom: calc(0% + 0.5em); +} + +.section-title h1, +.section-title-inv h1 { + color: #FFFFFF; + font-size: 2.3em; + line-height: 1.3; +} + + +/* +Three column layout +*/ +.pull-left-3 { + float: left; + width: 30%; + padding: 0 2.5% 0 0; +} + +.pull-middle-3 { + float: left; + width: 30%; + padding: 0 2.5%; +} + +.pull-right-3 { + float: right; + width: 30%; + padding: 0 0 0 2.5%; +} + +.pull-right-3 ~ * { + clear: both; +} + +/* +Wider pull left/right +*/ + +.pull-left-wide { + float: left; + width: 65%; +} + +.pull-left-narrow { + float: left; + width: 32%; +} + +.pull-right-wide { + float: right; + width: 65%; +} + +.pull-right-narrow { + float: right; + width: 32%; +} + +.pull-right-narrow ~ *, +.pull-right-wide ~ * { + clear: both; +} + + +/* +Slides with title bars at the top +*/ +.title { + padding-top: 0em; + border-top: 110px solid #777777; +} + +.title h1 { + margin-top: -85px; + margin-bottom: 50px; +} + +// Change the color of the top bar. This generates the following CSS: +// +// .title-N { +// border-top-color: $colors-dark[N]; +// } +@each $current-color in $colors-dark { + $i: index($colors-dark, $current-color); + + .title-#{$i} { + border-top-color: $current-color; + } +} + +@each $current-color in $colors-light { + $i: index($colors-light, $current-color); + + .title-inv-#{$i} { + border-top-color: $current-color; + } +} + +/* +General color classes +*/ + +// This generates the following CSS: +// +// .color-N { +// color: $colors-dark[N]; +// } +@each $current-color in $colors-dark { + $i: index($colors-dark, $current-color); + + .color-#{$i} { + color: $current-color; + } +} + +@each $current-color in $colors-light { + $i: index($colors-light, $current-color); + + .color-light-#{$i} { + color: $current-color; + } +} + + +/* +Coloring and inverse coloring in title bars and content boxes +*/ + +// This generates the following CSS: +// +// .box-N, +// .section-title-N { +// background-color: $colors-dark[N]; +// } +@each $current-color in $colors-dark { + $i: index($colors-dark, $current-color); + + .box-#{$i}, + .section-title-#{$i} { + background-color: $current-color; + } +} + +// This generates the following CSS: +// +// .box-inv-N, +// .section-title-inv-N { +// background-color: $colors-light[N]; +// } +@each $current-color in $colors-light { + $i: index($colors-light, $current-color); + + .box-inv-#{$i}, + .section-title-inv-#{$i} { + background-color: $current-color; + } +} + +// This generates the following CSS: +// +// .box-inv-N, +// .title-inv-N h1 { +// color: $colors-dark[N]; +// } +@each $current-color in $colors-dark { + $i: index($colors-dark, $current-color); + + .box-inv-#{$i}, + .title-inv-#{$i} h1, + .section-title-inv-#{$i} h1 { + color: $current-color; + } +} + + +// Make all h1s in section titles and titles use white text +// This uses @extend to make a comma-separated list of properties, like so: +// .section-title h1, .title-1 h1, .title-2 h1, ... +%white-text { + color: #FFFFFF; +} + +.section-title h1 { + @extend %white-text; +} + +@for $i from 1 through length($colors-dark) { + .title-#{$i} h1 { + @extend %white-text; + } +} + +// Make all dark boxes use white text. The %selector is a placeholder. +@for $i from 1 through length($colors-dark) { + .box-#{$i} { + @extend %white-text; + } +} + +// Settings for all the boxes, based on the %box-settings placeholder +%box-settings { + margin: 0em auto; + overflow: hidden; + padding: 0.1em 0.4em; + font-weight: 600; + display: table; + text-align: center; +} + +@for $i from 1 through length($colors-dark) { + .box-#{$i}, .box-inv-#{$i} { + @extend %box-settings; + } +} + +.float-left { + text-align: left; +} + +.float-right { + text-align: right; +} + +@for $i from 1 through length($colors-dark) { + .float-left .box-#{$i}, .float-left .box-inv-#{$i}, + .float-right .box-#{$i}, .float-right .box-inv-#{$i} { + display: inline; + } +} + + +/* Corner ribbon */ +/* Adapted from https://codepen.io/eode9/pen/twkKm */ +.corner-ribbon { + width: 425px; + position: fixed; + top: auto; + bottom: 50px; + left: -85px; + transform: rotate(35deg); + -webkit-transform: rotate(35deg); + box-shadow: 0 0 3px rgba(0, 0, 0, .3); + text-align: center; + font-size: 0.6em; + padding: 0.25em 0; + background: nth($colors-dark, 4); + color: #FFFFFF; +} diff --git a/docs/slides/css/custom_2020.css b/docs/slides/css/custom_2020.css new file mode 100644 index 00000000..c4b3b19e --- /dev/null +++ b/docs/slides/css/custom_2020.css @@ -0,0 +1,441 @@ +/* ------------------------------------------------------- + * + * !! This file was generated by xaringanthemer !! + * + * Changes made to this file directly will be overwritten + * if you used xaringanthemer in your xaringan slides Rmd + * + * Issues or likes? + * - https://github.com/gadenbuie/xaringanthemer + * - https://www.garrickadenbuie.com + * + * Need help? Try: + * - vignette(package = "xaringanthemer") + * - ?xaringanthemer::write_xaringan_theme + * - xaringan wiki: https://github.com/yihui/xaringan/wiki + * - remarkjs wiki: https://github.com/gnab/remark/wiki + * + * ------------------------------------------------------- */ +@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic); +@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz); +@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700); +@import url(https://fonts.googleapis.com/css?family=sourcesans); + +.title-slide .remark-slide-number { + display: none; +} + +body { + font-family: 'Droid Serif', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif; + font-weight: normal; + color: #000; +} +h1, h2, h3 { + font-family: 'Yanone Kaffeesatz'; + font-weight: normal; + color: #dc322f; + margin-bottom:0.2px; +} +.remark-slide-content { + background-color: #FFF; + font-size: 35px; + + + padding: 1em 2em 1em 2em; +} +.remark-slide-content h1 { + font-size: 65px; +} +.remark-slide-content h2 { + font-size: 55px; +} +.remark-slide-content h3 { + font-size: 45px; +} +.remark-code, .remark-inline-code { + font-family: 'Source Code Pro', 'Lucida Console', Monaco, monospace; +} +.remark-code { + font-size: 0.9em; +} +.remark-inline-code { + font-size: 1em; + color: #6c71c4; + + +} +.remark-slide-number { + color: #DD0101; + opacity: 1; + font-size: 0.6em; + margin-right: 1115px; +} +strong{color:#d33682;} +a, a > code { + color: #0062B5; + text-decoration: none; +} +.footnote { + + position: absolute; + bottom: 3em; + padding-right: 4em; + font-size: 0.9em; +} +.remark-code-line-highlighted { + background-color: #268bd240; +} +.inverse { + background-color: #0f6070; + color: #fdf6e3; +} +.inverse h1, .inverse h2, .inverse h3 { + color: #fdf6e3; +} + +.inverse .remark-slide-number { + display: none; +} + + +.inverse h1{ + font-size: 3em; +} + +.inverse h2{ + font-size: 75px; +} + +.inverse h3{ + font-size: 55px; +} + +.inverse .MathJax_CHTML { + font-size: 1.3em !important; + color: #FFFFFF; +} + + +.roja { + background-color: #d22000; + color: #fdf6e3; + +} +.roja h1 { + color: #FFFFFF; + font-size: 3em; + font-weight: bold; + text-align: right; +} + +.roja h2 { + color: #183636; + font-size: 2em; + text-align: right; +} + +.roja h3 { + color: #FFFFFF; + font-size: 1.5em; +} + +.front { + background: linear-gradient(90deg, #0f6070 0%, #fff 100%); +} + +.front h1 { + color: #FFFFFF; + font-size: 2.2em; +} + +.front h2 { + color: #FFFFFF; + font-size: 1.3em; +} + + +.front .remark-slide-number { + display: none; +} + + +.title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { + color: #fdf6e3; +} +.title-slide { + background-color: #002b36; + +} +.title-slide .remark-slide-number { + display: none; +} +/* Two-column layout */ +.left-column { + width: 20%; + height: 92%; + float: left; +} +.left-column h2, .left-column h3 { + color: #93a1a1; +} +.left-column h2:last-of-type, .left-column h3:last-child { + color: #586e75; +} +.right-column { + width: 75%; + float: right; + padding-top: 1em; +} +.pull-left { + float: left; + width: 47%; +} +.pull-right { + float: right; + width: 47%; +} + +.pull-left-narrow { + float: left; + width: 33%; +} + +.pull-right-narrow { + float: right; + width: 33%; +} + + +.pull-left-wide { + float: left; + width: 66%; +} + +.pull-right-wide { + float: right; + width: 66%; +} + +.pull-right ~ * { + clear: both; +} +img, video, iframe { + max-width: 100%; +} +blockquote { + border-left: solid 5px #cb4b16; + padding-left: 1em; +} + +table { + margin: auto; + border-top: 1px solid #666; + border-bottom: 1px solid #666; +} +table thead th { border-bottom: 1px solid #ddd; } +th, td { padding: 5px; } + +.large { font-size: 130% +} + +.medium { font-size: 85% +} + +.small { font-size: 70% +} + +.smally { font-size: 60% +} +.tiny { font-size: 50% +} + +.red { font-color: #000 +} + +@page { margin: 0; } +@media print { + .remark-slide-scaler { + width: 100% !important; + height: 100% !important; + transform: scale(1) !important; + top: 0 !important; + left: 0 !important; + } +} + +.MathJax_CHTML { + font-size: 1em !important; + color: #225b7c; +} + +table { + padding: 0; } + table tr { + border-top: 1px solid #cccccc; + background-color: white; + margin: 0; + padding: 0; } + table tr:nth-child(2n) { + background-color: #f8f8f8; } + table tr th { + font-weight: bold; + border: 1px solid #cccccc; + text-align: left; + margin: 0; + padding: 6px 13px; } + table tr td { + border: 1px solid #cccccc; + text-align: left; + margin: 0; + padding: 6px 13px; } + table tr th :first-child, table tr td :first-child { + margin-top: 0; } + table tr th :last-child, table tr td :last-child { + margin-bottom: 0; } + +/* +br { + display: block; /* makes it have a width */ + content: ""; /* clears default height */ + margin-top: 2; /* change this to whatever height you want it */ +} +*/ + + +/* +.remark-slide-content:not(.exclude) { + background-image: url(../images/footer.png); + background-position: 9% 100%; + background-size: 900px; + padding-left: 100px; /* delete this for 4:3 aspect ratio */ +} +*/ + + + +/****************** + * + * Coloured content boxes + * + ****************/ + + +.content-box { + box-sizing: content-box; + background-color: #e2e2e2; + /* Total width: 160px + (2 * 20px) + (2 * 8px) = 216px + Total height: 80px + (2 * 20px) + (2 * 8px) = 136px + Content box width: 160px + Content box height: 80px */ +} + + +.content-box-blue, +.content-box-gray, +.content-box-grey, +.content-box-army, +.content-box-green, +.content-box-purple, +.content-box-red, +.content-box-yellow { + border-radius: 10px; + margin: 0 0 15px; + overflow: hidden; + padding: 10px; + width: 100%; +} + +.content-box-blue { + background-color: #F0F8FF; + +} + +.content-box-gray { + background-color: #e2e2e2; +} + +.content-box-grey { + background-color: #F5F5F5; +} + +.content-box-army { + background-color: #737a36; +} + +.content-box-green { + background-color: #d9edc2; +} + +.content-box-purple { + background-color: #e2e2f9; +} + +.content-box-red { + background-color: #f9dbdb; +} + +.content-box-yellow { + background-color: #fef5c4; +} + + +.full-width { + display: flex; + width: 100%; + flex: 1 1 auto; +} + + +/************** + * + * Font colours + * + **************/ + + +.black { color: black; } +.red { color: red; } +.blue { color: blue; } +.green { color: green; } +.yellow { color: yellow; } +.orange { color: orange; } +.purple { color: purple; } +.gray { color: gray; } +.grey { color: gray; } +.white{ color: white; } +.curso{ color: #0f6070; } +.bold { font-weight: bold; } +.bolder { font-weight: bolder; } + + +iframe { + border: 1px solid black; + width: 100%; +} + +.output { + background: #eee; +} + +/* scroll vertical code blocks */ + +.pre { + height: 30pc; + overflow-y: scroll; +} + +/* then add to code like this:this +.pre[ +```{r} +fu <- function(x){ + x +} +``` +] + +*/ + +.scrollable-slide { + height: 800px; + overflow-y: auto !important; +} diff --git a/docs/slides/img/2dice.png b/docs/slides/img/2dice.png new file mode 100644 index 00000000..0f927569 Binary files /dev/null and b/docs/slides/img/2dice.png differ diff --git a/docs/slides/img/3dice.png b/docs/slides/img/3dice.png new file mode 100644 index 00000000..d0699629 Binary files /dev/null and b/docs/slides/img/3dice.png differ diff --git a/docs/slides/img/6dicehistogram.png b/docs/slides/img/6dicehistogram.png new file mode 100644 index 00000000..16e8a6e7 Binary files /dev/null and b/docs/slides/img/6dicehistogram.png differ diff --git a/docs/slides/img/Alice_Lee.jpg b/docs/slides/img/Alice_Lee.jpg new file mode 100644 index 00000000..b4b42846 Binary files /dev/null and b/docs/slides/img/Alice_Lee.jpg differ diff --git a/docs/slides/img/Medicion.png b/docs/slides/img/Medicion.png new file mode 100644 index 00000000..a5d450c5 Binary files /dev/null and b/docs/slides/img/Medicion.png differ diff --git a/docs/slides/img/Medicionejm.png b/docs/slides/img/Medicionejm.png new file mode 100644 index 00000000..1c827992 Binary files /dev/null and b/docs/slides/img/Medicionejm.png differ diff --git a/docs/slides/img/ObservacionesyVariables.png b/docs/slides/img/ObservacionesyVariables.png new file mode 100644 index 00000000..5a31193b Binary files /dev/null and b/docs/slides/img/ObservacionesyVariables.png differ diff --git a/docs/slides/img/One_tailed_and_two_tailed_t-test.png b/docs/slides/img/One_tailed_and_two_tailed_t-test.png new file mode 100644 index 00000000..cdf78dea Binary files /dev/null and b/docs/slides/img/One_tailed_and_two_tailed_t-test.png differ diff --git a/docs/slides/img/anscombe.png b/docs/slides/img/anscombe.png new file mode 100644 index 00000000..146df7bb Binary files /dev/null and b/docs/slides/img/anscombe.png differ diff --git a/docs/slides/img/areas1.png b/docs/slides/img/areas1.png new file mode 100644 index 00000000..1670e269 Binary files /dev/null and b/docs/slides/img/areas1.png differ diff --git a/docs/slides/img/areas2.png b/docs/slides/img/areas2.png new file mode 100644 index 00000000..52f36c66 Binary files /dev/null and b/docs/slides/img/areas2.png differ diff --git a/docs/slides/img/areas3.png b/docs/slides/img/areas3.png new file mode 100644 index 00000000..a63d7296 Binary files /dev/null and b/docs/slides/img/areas3.png differ diff --git a/docs/slides/img/areas4.png b/docs/slides/img/areas4.png new file mode 100644 index 00000000..f5bbff08 Binary files /dev/null and b/docs/slides/img/areas4.png differ diff --git a/docs/slides/img/caras-moneda.png b/docs/slides/img/caras-moneda.png new file mode 100644 index 00000000..5b879d99 Binary files /dev/null and b/docs/slides/img/caras-moneda.png differ diff --git a/docs/slides/img/casen_download.png b/docs/slides/img/casen_download.png new file mode 100644 index 00000000..d7781c3f Binary files /dev/null and b/docs/slides/img/casen_download.png differ diff --git a/docs/slides/img/chi_dist.png b/docs/slides/img/chi_dist.png new file mode 100644 index 00000000..dbb44711 Binary files /dev/null and b/docs/slides/img/chi_dist.png differ diff --git a/docs/slides/img/chi_dist2.png b/docs/slides/img/chi_dist2.png new file mode 100644 index 00000000..ab05ca84 Binary files /dev/null and b/docs/slides/img/chi_dist2.png differ diff --git a/docs/slides/img/comparison-table_3_orig.png b/docs/slides/img/comparison-table_3_orig.png new file mode 100644 index 00000000..7b94d389 Binary files /dev/null and b/docs/slides/img/comparison-table_3_orig.png differ diff --git a/docs/slides/img/confidence-interval.jpg b/docs/slides/img/confidence-interval.jpg new file mode 100644 index 00000000..f0d18559 Binary files /dev/null and b/docs/slides/img/confidence-interval.jpg differ diff --git a/docs/slides/img/confidence-interval.png b/docs/slides/img/confidence-interval.png new file mode 100644 index 00000000..2e0b0a75 Binary files /dev/null and b/docs/slides/img/confidence-interval.png differ diff --git a/docs/slides/img/confidence95.png b/docs/slides/img/confidence95.png new file mode 100644 index 00000000..6262f084 Binary files /dev/null and b/docs/slides/img/confidence95.png differ diff --git a/docs/slides/img/confidence_levels.png b/docs/slides/img/confidence_levels.png new file mode 100644 index 00000000..d8ec884b Binary files /dev/null and b/docs/slides/img/confidence_levels.png differ diff --git a/docs/slides/img/contingencia_moore.png b/docs/slides/img/contingencia_moore.png new file mode 100644 index 00000000..d65693c3 Binary files /dev/null and b/docs/slides/img/contingencia_moore.png differ diff --git a/docs/slides/img/correlacion2.png b/docs/slides/img/correlacion2.png new file mode 100644 index 00000000..6fccc1de Binary files /dev/null and b/docs/slides/img/correlacion2.png differ diff --git a/docs/slides/img/demo_SE.png b/docs/slides/img/demo_SE.png new file mode 100644 index 00000000..1835702d Binary files /dev/null and b/docs/slides/img/demo_SE.png differ diff --git a/docs/slides/img/desviacion_estandar.png b/docs/slides/img/desviacion_estandar.png new file mode 100644 index 00000000..04b8203f Binary files /dev/null and b/docs/slides/img/desviacion_estandar.png differ diff --git a/docs/slides/img/dice-3d-illustraton_256361-165.jpg b/docs/slides/img/dice-3d-illustraton_256361-165.jpg new file mode 100644 index 00000000..44e8b629 Binary files /dev/null and b/docs/slides/img/dice-3d-illustraton_256361-165.jpg differ diff --git a/docs/slides/img/dice.png b/docs/slides/img/dice.png new file mode 100644 index 00000000..29dcf924 Binary files /dev/null and b/docs/slides/img/dice.png differ diff --git a/docs/slides/img/direccional-derecha.png b/docs/slides/img/direccional-derecha.png new file mode 100644 index 00000000..e4f5d111 Binary files /dev/null and b/docs/slides/img/direccional-derecha.png differ diff --git a/docs/slides/img/educ-ing1.png b/docs/slides/img/educ-ing1.png new file mode 100644 index 00000000..87bb89e5 Binary files /dev/null and b/docs/slides/img/educ-ing1.png differ diff --git a/docs/slides/img/educ-ing2.png b/docs/slides/img/educ-ing2.png new file mode 100644 index 00000000..4dad75ee Binary files /dev/null and b/docs/slides/img/educ-ing2.png differ diff --git a/docs/slides/img/educ-ing3.png b/docs/slides/img/educ-ing3.png new file mode 100644 index 00000000..13c1a0b7 Binary files /dev/null and b/docs/slides/img/educ-ing3.png differ diff --git a/docs/slides/img/educ-ing4.png b/docs/slides/img/educ-ing4.png new file mode 100644 index 00000000..735f104c Binary files /dev/null and b/docs/slides/img/educ-ing4.png differ diff --git a/docs/slides/img/educ-ing5.png b/docs/slides/img/educ-ing5.png new file mode 100644 index 00000000..8fad03b3 Binary files /dev/null and b/docs/slides/img/educ-ing5.png differ diff --git a/docs/slides/img/emoji-thinking.png b/docs/slides/img/emoji-thinking.png new file mode 100644 index 00000000..16e6e3a0 Binary files /dev/null and b/docs/slides/img/emoji-thinking.png differ diff --git a/docs/slides/img/errors.jpg b/docs/slides/img/errors.jpg new file mode 100644 index 00000000..6ac50852 Binary files /dev/null and b/docs/slides/img/errors.jpg differ diff --git a/docs/slides/img/errortypes.png b/docs/slides/img/errortypes.png new file mode 100644 index 00000000..61f15729 Binary files /dev/null and b/docs/slides/img/errortypes.png differ diff --git a/docs/slides/img/ess_hist.gif b/docs/slides/img/ess_hist.gif new file mode 100644 index 00000000..36e0e1ac Binary files /dev/null and b/docs/slides/img/ess_hist.gif differ diff --git a/docs/slides/img/galton-corr.png b/docs/slides/img/galton-corr.png new file mode 100644 index 00000000..58bd1dc0 Binary files /dev/null and b/docs/slides/img/galton-corr.png differ diff --git a/docs/slides/img/herramientas.png b/docs/slides/img/herramientas.png new file mode 100644 index 00000000..ceb50335 Binary files /dev/null and b/docs/slides/img/herramientas.png differ diff --git a/docs/slides/img/hipotesis.png b/docs/slides/img/hipotesis.png new file mode 100644 index 00000000..5db52c82 Binary files /dev/null and b/docs/slides/img/hipotesis.png differ diff --git a/docs/slides/img/image3.png b/docs/slides/img/image3.png new file mode 100644 index 00000000..70a7911f Binary files /dev/null and b/docs/slides/img/image3.png differ diff --git a/docs/slides/img/imagen1.png b/docs/slides/img/imagen1.png new file mode 100644 index 00000000..4dece383 Binary files /dev/null and b/docs/slides/img/imagen1.png differ diff --git a/docs/slides/img/imagen2.png b/docs/slides/img/imagen2.png new file mode 100644 index 00000000..867d8a1d Binary files /dev/null and b/docs/slides/img/imagen2.png differ diff --git a/docs/slides/img/imagen4.png b/docs/slides/img/imagen4.png new file mode 100644 index 00000000..830a3598 Binary files /dev/null and b/docs/slides/img/imagen4.png differ diff --git a/docs/slides/img/inference1.png b/docs/slides/img/inference1.png new file mode 100644 index 00000000..7e8a5e8a Binary files /dev/null and b/docs/slides/img/inference1.png differ diff --git a/docs/slides/img/inferencia1.png b/docs/slides/img/inferencia1.png new file mode 100644 index 00000000..a36862c1 Binary files /dev/null and b/docs/slides/img/inferencia1.png differ diff --git a/docs/slides/img/intervalos.png b/docs/slides/img/intervalos.png new file mode 100644 index 00000000..15687712 Binary files /dev/null and b/docs/slides/img/intervalos.png differ diff --git a/docs/slides/img/karatekid.jpg b/docs/slides/img/karatekid.jpg new file mode 100644 index 00000000..1fb29945 Binary files /dev/null and b/docs/slides/img/karatekid.jpg differ diff --git a/docs/slides/img/lancet-vaccines.png b/docs/slides/img/lancet-vaccines.png new file mode 100644 index 00000000..17047afb Binary files /dev/null and b/docs/slides/img/lancet-vaccines.png differ diff --git a/docs/slides/img/logicaccss.png b/docs/slides/img/logicaccss.png new file mode 100644 index 00000000..c1020b21 Binary files /dev/null and b/docs/slides/img/logicaccss.png differ diff --git a/docs/slides/img/logo-correlacional-transp.png b/docs/slides/img/logo-correlacional-transp.png new file mode 100644 index 00000000..1c92ba48 Binary files /dev/null and b/docs/slides/img/logo-correlacional-transp.png differ diff --git a/docs/slides/img/martin.png b/docs/slides/img/martin.png new file mode 100644 index 00000000..dbee10e2 Binary files /dev/null and b/docs/slides/img/martin.png differ diff --git a/docs/slides/img/norm1.png b/docs/slides/img/norm1.png new file mode 100644 index 00000000..362a115e Binary files /dev/null and b/docs/slides/img/norm1.png differ diff --git a/docs/slides/img/norm2.png b/docs/slides/img/norm2.png new file mode 100644 index 00000000..1c732e29 Binary files /dev/null and b/docs/slides/img/norm2.png differ diff --git a/docs/slides/img/normal&alfa.png b/docs/slides/img/normal&alfa.png new file mode 100644 index 00000000..1d0a6f51 Binary files /dev/null and b/docs/slides/img/normal&alfa.png differ diff --git a/docs/slides/img/normal&alfa2.png b/docs/slides/img/normal&alfa2.png new file mode 100644 index 00000000..26bdfc0c Binary files /dev/null and b/docs/slides/img/normal&alfa2.png differ diff --git a/docs/slides/img/normal.png b/docs/slides/img/normal.png new file mode 100644 index 00000000..033ec979 Binary files /dev/null and b/docs/slides/img/normal.png differ diff --git a/docs/slides/img/normal_empty.png b/docs/slides/img/normal_empty.png new file mode 100644 index 00000000..5aee26c1 Binary files /dev/null and b/docs/slides/img/normal_empty.png differ diff --git a/docs/slides/img/one_tailed.jpg b/docs/slides/img/one_tailed.jpg new file mode 100644 index 00000000..85962e2c Binary files /dev/null and b/docs/slides/img/one_tailed.jpg differ diff --git a/docs/slides/img/one_vs_two-tailed.png b/docs/slides/img/one_vs_two-tailed.png new file mode 100644 index 00000000..2506d7cf Binary files /dev/null and b/docs/slides/img/one_vs_two-tailed.png differ diff --git a/docs/slides/img/pagina.png b/docs/slides/img/pagina.png new file mode 100644 index 00000000..3d38313b Binary files /dev/null and b/docs/slides/img/pagina.png differ diff --git a/docs/slides/img/pearson.png b/docs/slides/img/pearson.png new file mode 100644 index 00000000..9e6a4529 Binary files /dev/null and b/docs/slides/img/pearson.png differ diff --git a/docs/slides/img/per-dis.png b/docs/slides/img/per-dis.png new file mode 100644 index 00000000..6a4d81ec Binary files /dev/null and b/docs/slides/img/per-dis.png differ diff --git a/docs/slides/img/plan.png b/docs/slides/img/plan.png new file mode 100644 index 00000000..ec346198 Binary files /dev/null and b/docs/slides/img/plan.png differ diff --git a/docs/slides/img/popper.jpg b/docs/slides/img/popper.jpg new file mode 100644 index 00000000..775c3ef2 Binary files /dev/null and b/docs/slides/img/popper.jpg differ diff --git a/docs/slides/img/popper2.png b/docs/slides/img/popper2.png new file mode 100644 index 00000000..ae100520 Binary files /dev/null and b/docs/slides/img/popper2.png differ diff --git a/docs/slides/img/prop_hip.png b/docs/slides/img/prop_hip.png new file mode 100644 index 00000000..1f02fc51 Binary files /dev/null and b/docs/slides/img/prop_hip.png differ diff --git a/docs/slides/img/qr-correlacional-asistencia.png b/docs/slides/img/qr-correlacional-asistencia.png new file mode 100644 index 00000000..a02104cd Binary files /dev/null and b/docs/slides/img/qr-correlacional-asistencia.png differ diff --git a/docs/slides/img/rechazar_meme.png b/docs/slides/img/rechazar_meme.png new file mode 100644 index 00000000..f04f71d1 Binary files /dev/null and b/docs/slides/img/rechazar_meme.png differ diff --git a/docs/slides/img/reg_prob.png b/docs/slides/img/reg_prob.png new file mode 100644 index 00000000..ed6f15f0 Binary files /dev/null and b/docs/slides/img/reg_prob.png differ diff --git a/docs/slides/img/scatters.png b/docs/slides/img/scatters.png new file mode 100644 index 00000000..d13f8e61 Binary files /dev/null and b/docs/slides/img/scatters.png differ diff --git a/docs/slides/img/scatters2.png b/docs/slides/img/scatters2.png new file mode 100644 index 00000000..9b94a7ce Binary files /dev/null and b/docs/slides/img/scatters2.png differ diff --git a/docs/slides/img/scatters3.png b/docs/slides/img/scatters3.png new file mode 100644 index 00000000..b44c3939 Binary files /dev/null and b/docs/slides/img/scatters3.png differ diff --git a/docs/slides/img/scatters4.png b/docs/slides/img/scatters4.png new file mode 100644 index 00000000..b6b2b74a Binary files /dev/null and b/docs/slides/img/scatters4.png differ diff --git a/docs/slides/img/schemes.odp b/docs/slides/img/schemes.odp new file mode 100644 index 00000000..8efbb1a7 Binary files /dev/null and b/docs/slides/img/schemes.odp differ diff --git a/docs/slides/img/sexo_casen.png b/docs/slides/img/sexo_casen.png new file mode 100644 index 00000000..1eb89f6d Binary files /dev/null and b/docs/slides/img/sexo_casen.png differ diff --git a/docs/slides/img/sueldo_casen.png b/docs/slides/img/sueldo_casen.png new file mode 100644 index 00000000..3cb74a29 Binary files /dev/null and b/docs/slides/img/sueldo_casen.png differ diff --git a/docs/slides/img/t_table.png b/docs/slides/img/t_table.png new file mode 100644 index 00000000..a76dbbd0 Binary files /dev/null and b/docs/slides/img/t_table.png differ diff --git a/docs/slides/img/t_vs_z.png b/docs/slides/img/t_vs_z.png new file mode 100644 index 00000000..c4af1f79 Binary files /dev/null and b/docs/slides/img/t_vs_z.png differ diff --git a/docs/slides/img/temas-inferencias.png b/docs/slides/img/temas-inferencias.png new file mode 100644 index 00000000..d3009ae2 Binary files /dev/null and b/docs/slides/img/temas-inferencias.png differ diff --git a/docs/slides/img/two-or-one-tailed.jpg b/docs/slides/img/two-or-one-tailed.jpg new file mode 100644 index 00000000..e6756581 Binary files /dev/null and b/docs/slides/img/two-or-one-tailed.jpg differ diff --git a/docs/slides/img/varianza1.png b/docs/slides/img/varianza1.png new file mode 100644 index 00000000..5995b9ca Binary files /dev/null and b/docs/slides/img/varianza1.png differ diff --git a/docs/slides/img/varianza2.png b/docs/slides/img/varianza2.png new file mode 100644 index 00000000..5cfc7b6c Binary files /dev/null and b/docs/slides/img/varianza2.png differ diff --git a/docs/slides/img/varianza3.png b/docs/slides/img/varianza3.png new file mode 100644 index 00000000..3b429995 Binary files /dev/null and b/docs/slides/img/varianza3.png differ diff --git a/docs/slides/img/varianza_formula.png b/docs/slides/img/varianza_formula.png new file mode 100644 index 00000000..bef393b8 Binary files /dev/null and b/docs/slides/img/varianza_formula.png differ diff --git a/docs/slides/img/white-crow.png b/docs/slides/img/white-crow.png new file mode 100644 index 00000000..5b50e7ca Binary files /dev/null and b/docs/slides/img/white-crow.png differ diff --git a/docs/slides/img/z&t.png b/docs/slides/img/z&t.png new file mode 100644 index 00000000..7c2c15c5 Binary files /dev/null and b/docs/slides/img/z&t.png differ diff --git a/docs/slides/img/z_confidence_interval.png b/docs/slides/img/z_confidence_interval.png new file mode 100644 index 00000000..aac4e0b0 Binary files /dev/null and b/docs/slides/img/z_confidence_interval.png differ diff --git a/docs/slides/img/ztable-neg.jpg b/docs/slides/img/ztable-neg.jpg new file mode 100644 index 00000000..5c5bbbc9 Binary files /dev/null and b/docs/slides/img/ztable-neg.jpg differ diff --git a/docs/slides/img/ztable-pos.jpg b/docs/slides/img/ztable-pos.jpg new file mode 100644 index 00000000..36b6668b Binary files /dev/null and b/docs/slides/img/ztable-pos.jpg differ diff --git a/docs/slides/insert-logo.html b/docs/slides/insert-logo.html new file mode 100644 index 00000000..302f7339 --- /dev/null +++ b/docs/slides/insert-logo.html @@ -0,0 +1,27 @@ + + + diff --git a/docs/slides/libs/animate.css-3.7.2/animate.xaringan.css b/docs/slides/libs/animate.css-3.7.2/animate.xaringan.css new file mode 100644 index 00000000..f4aaae56 --- /dev/null +++ b/docs/slides/libs/animate.css-3.7.2/animate.xaringan.css @@ -0,0 +1,3625 @@ +@charset "UTF-8"; + +/*! + * animate.css -https://daneden.github.io/animate.css/ + * Version - 3.7.2 + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * + * Copyright (c) 2019 Daniel Eden + */ + +@-webkit-keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +@keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +.remark-visible .bounce { + -webkit-animation-name: bounce; + animation-name: bounce; + -webkit-transform-origin: center bottom; + transform-origin: center bottom; +} + +@-webkit-keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +@keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +.remark-visible .flash { + -webkit-animation-name: flash; + animation-name: flash; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.remark-visible .pulse { + -webkit-animation-name: pulse; + animation-name: pulse; +} + +@-webkit-keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.remark-visible .rubberBand { + -webkit-animation-name: rubberBand; + animation-name: rubberBand; +} + +@-webkit-keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +@keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +.remark-visible .shake { + -webkit-animation-name: shake; + animation-name: shake; +} + +@-webkit-keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +.remark-visible .headShake { + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + -webkit-animation-name: headShake; + animation-name: headShake; +} + +@-webkit-keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +@keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +.remark-visible .swing { + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-animation-name: swing; + animation-name: swing; +} + +@-webkit-keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.remark-visible .tada { + -webkit-animation-name: tada; + animation-name: tada; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .wobble { + -webkit-animation-name: wobble; + animation-name: wobble; +} + +@-webkit-keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +@keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +.remark-visible .jello { + -webkit-animation-name: jello; + animation-name: jello; + -webkit-transform-origin: center; + transform-origin: center; +} + +@-webkit-keyframes heartBeat { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 14% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 28% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 42% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 70% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes heartBeat { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 14% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 28% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 42% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 70% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.remark-visible .heartBeat { + -webkit-animation-name: heartBeat; + animation-name: heartBeat; + -webkit-animation-duration: 1.3s; + animation-duration: 1.3s; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; +} + +@-webkit-keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.remark-visible .bounceIn { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceIn; + animation-name: bounceIn; +} + +@-webkit-keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .bounceInDown { + -webkit-animation-name: bounceInDown; + animation-name: bounceInDown; +} + +@-webkit-keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .bounceInLeft { + -webkit-animation-name: bounceInLeft; + animation-name: bounceInLeft; +} + +@-webkit-keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .bounceInRight { + -webkit-animation-name: bounceInRight; + animation-name: bounceInRight; +} + +@-webkit-keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .bounceInUp { + -webkit-animation-name: bounceInUp; + animation-name: bounceInUp; +} + +@-webkit-keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +@keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +.remark-fading .bounceOut { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceOut; + animation-name: bounceOut; +} + +@-webkit-keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.remark-fading .bounceOutDown { + -webkit-animation-name: bounceOutDown; + animation-name: bounceOutDown; +} + +@-webkit-keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.remark-fading .bounceOutLeft { + -webkit-animation-name: bounceOutLeft; + animation-name: bounceOutLeft; +} + +@-webkit-keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.remark-fading .bounceOutRight { + -webkit-animation-name: bounceOutRight; + animation-name: bounceOutRight; +} + +@-webkit-keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.remark-fading .bounceOutUp { + -webkit-animation-name: bounceOutUp; + animation-name: bounceOutUp; +} + +@-webkit-keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +@keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +.remark-visible .fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +@-webkit-keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInDown { + -webkit-animation-name: fadeInDown; + animation-name: fadeInDown; +} + +@-webkit-keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInDownBig { + -webkit-animation-name: fadeInDownBig; + animation-name: fadeInDownBig; +} + +@-webkit-keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInLeft { + -webkit-animation-name: fadeInLeft; + animation-name: fadeInLeft; +} + +@-webkit-keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInLeftBig { + -webkit-animation-name: fadeInLeftBig; + animation-name: fadeInLeftBig; +} + +@-webkit-keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInRight { + -webkit-animation-name: fadeInRight; + animation-name: fadeInRight; +} + +@-webkit-keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInRightBig { + -webkit-animation-name: fadeInRightBig; + animation-name: fadeInRightBig; +} + +@-webkit-keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInUp { + -webkit-animation-name: fadeInUp; + animation-name: fadeInUp; +} + +@-webkit-keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInUpBig { + -webkit-animation-name: fadeInUpBig; + animation-name: fadeInUpBig; +} + +@-webkit-keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +@keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +.remark-fading .fadeOut { + -webkit-animation-name: fadeOut; + animation-name: fadeOut; +} + +@-webkit-keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.remark-fading .fadeOutDown { + -webkit-animation-name: fadeOutDown; + animation-name: fadeOutDown; +} + +@-webkit-keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.remark-fading .fadeOutDownBig { + -webkit-animation-name: fadeOutDownBig; + animation-name: fadeOutDownBig; +} + +@-webkit-keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.remark-fading .fadeOutLeft { + -webkit-animation-name: fadeOutLeft; + animation-name: fadeOutLeft; +} + +@-webkit-keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.remark-fading .fadeOutLeftBig { + -webkit-animation-name: fadeOutLeftBig; + animation-name: fadeOutLeftBig; +} + +@-webkit-keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.remark-fading .fadeOutRight { + -webkit-animation-name: fadeOutRight; + animation-name: fadeOutRight; +} + +@-webkit-keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.remark-fading .fadeOutRightBig { + -webkit-animation-name: fadeOutRightBig; + animation-name: fadeOutRightBig; +} + +@-webkit-keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.remark-fading .fadeOutUp { + -webkit-animation-name: fadeOutUp; + animation-name: fadeOutUp; +} + +@-webkit-keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.remark-fading .fadeOutUpBig { + -webkit-animation-name: fadeOutUpBig; + animation-name: fadeOutUpBig; +} + +@-webkit-keyframes flip { + from { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +@keyframes flip { + from { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +.remark-visible .animated.flip { + -webkit-backface-visibility: visible; + backface-visibility: visible; + -webkit-animation-name: flip; + animation-name: flip; +} + +@-webkit-keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.remark-visible .flipInX { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInX; + animation-name: flipInX; +} + +@-webkit-keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.remark-visible .flipInY { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInY; + animation-name: flipInY; +} + +@-webkit-keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +.remark-fading .flipOutX { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: flipOutX; + animation-name: flipOutX; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; +} + +@-webkit-keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +.remark-fading .flipOutY { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipOutY; + animation-name: flipOutY; +} + +@-webkit-keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .lightSpeedIn { + -webkit-animation-name: lightSpeedIn; + animation-name: lightSpeedIn; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; +} + +@-webkit-keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +@keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +.remark-fading .lightSpeedOut { + -webkit-animation-name: lightSpeedOut; + animation-name: lightSpeedOut; + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; +} + +@-webkit-keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateIn { + -webkit-animation-name: rotateIn; + animation-name: rotateIn; +} + +@-webkit-keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateInDownLeft { + -webkit-animation-name: rotateInDownLeft; + animation-name: rotateInDownLeft; +} + +@-webkit-keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateInDownRight { + -webkit-animation-name: rotateInDownRight; + animation-name: rotateInDownRight; +} + +@-webkit-keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateInUpLeft { + -webkit-animation-name: rotateInUpLeft; + animation-name: rotateInUpLeft; +} + +@-webkit-keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateInUpRight { + -webkit-animation-name: rotateInUpRight; + animation-name: rotateInUpRight; +} + +@-webkit-keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +@keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +.remark-fading .rotateOut { + -webkit-animation-name: rotateOut; + animation-name: rotateOut; +} + +@-webkit-keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +.remark-fading .rotateOutDownLeft { + -webkit-animation-name: rotateOutDownLeft; + animation-name: rotateOutDownLeft; +} + +@-webkit-keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.remark-fading .rotateOutDownRight { + -webkit-animation-name: rotateOutDownRight; + animation-name: rotateOutDownRight; +} + +@-webkit-keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.remark-fading .rotateOutUpLeft { + -webkit-animation-name: rotateOutUpLeft; + animation-name: rotateOutUpLeft; +} + +@-webkit-keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +@keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +.remark-fading .rotateOutUpRight { + -webkit-animation-name: rotateOutUpRight; + animation-name: rotateOutUpRight; +} + +@-webkit-keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +@keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +.remark-visible .hinge { + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-name: hinge; + animation-name: hinge; +} + +@-webkit-keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.remark-visible .jackInTheBox { + -webkit-animation-name: jackInTheBox; + animation-name: jackInTheBox; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .rollIn { + -webkit-animation-name: rollIn; + animation-name: rollIn; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +@keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +.remark-fading .rollOut { + -webkit-animation-name: rollOut; + animation-name: rollOut; +} + +@-webkit-keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +@keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +.remark-visible .zoomIn { + -webkit-animation-name: zoomIn; + animation-name: zoomIn; +} + +@-webkit-keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-visible .zoomInDown { + -webkit-animation-name: zoomInDown; + animation-name: zoomInDown; +} + +@-webkit-keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-visible .zoomInLeft { + -webkit-animation-name: zoomInLeft; + animation-name: zoomInLeft; +} + +@-webkit-keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-visible .zoomInRight { + -webkit-animation-name: zoomInRight; + animation-name: zoomInRight; +} + +@-webkit-keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-visible .zoomInUp { + -webkit-animation-name: zoomInUp; + animation-name: zoomInUp; +} + +@-webkit-keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +@keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +.remark-fading .zoomOut { + -webkit-animation-name: zoomOut; + animation-name: zoomOut; +} + +@-webkit-keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-fading .zoomOutDown { + -webkit-animation-name: zoomOutDown; + animation-name: zoomOutDown; +} + +@-webkit-keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +@keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +.remark-fading .zoomOutLeft { + -webkit-animation-name: zoomOutLeft; + animation-name: zoomOutLeft; +} + +@-webkit-keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +@keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +.remark-fading .zoomOutRight { + -webkit-animation-name: zoomOutRight; + animation-name: zoomOutRight; +} + +@-webkit-keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-fading .zoomOutUp { + -webkit-animation-name: zoomOutUp; + animation-name: zoomOutUp; +} + +@-webkit-keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .slideInDown { + -webkit-animation-name: slideInDown; + animation-name: slideInDown; +} + +@-webkit-keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .slideInLeft { + -webkit-animation-name: slideInLeft; + animation-name: slideInLeft; +} + +@-webkit-keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .slideInRight { + -webkit-animation-name: slideInRight; + animation-name: slideInRight; +} + +@-webkit-keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; +} + +@-webkit-keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.remark-fading .slideOutDown { + -webkit-animation-name: slideOutDown; + animation-name: slideOutDown; +} + +@-webkit-keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.remark-fading .slideOutLeft { + -webkit-animation-name: slideOutLeft; + animation-name: slideOutLeft; +} + +@-webkit-keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.remark-fading .slideOutRight { + -webkit-animation-name: slideOutRight; + animation-name: slideOutRight; +} + +@-webkit-keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.remark-fading .slideOutUp { + -webkit-animation-name: slideOutUp; + animation-name: slideOutUp; +} + +.animated { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.animated.infinite { + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + +.animated.delay-1s { + -webkit-animation-delay: 1s; + animation-delay: 1s; +} + +.animated.delay-2s { + -webkit-animation-delay: 2s; + animation-delay: 2s; +} + +.animated.delay-3s { + -webkit-animation-delay: 3s; + animation-delay: 3s; +} + +.animated.delay-4s { + -webkit-animation-delay: 4s; + animation-delay: 4s; +} + +.animated.delay-5s { + -webkit-animation-delay: 5s; + animation-delay: 5s; +} + +.animated.fast { + -webkit-animation-duration: 800ms; + animation-duration: 800ms; +} + +.animated.faster { + -webkit-animation-duration: 500ms; + animation-duration: 500ms; +} + +.animated.slow { + -webkit-animation-duration: 2s; + animation-duration: 2s; +} + +.animated.slower { + -webkit-animation-duration: 3s; + animation-duration: 3s; +} + +@media (print), (prefers-reduced-motion: reduce) { + .animated { + -webkit-animation-duration: 1ms !important; + animation-duration: 1ms !important; + -webkit-transition-duration: 1ms !important; + transition-duration: 1ms !important; + -webkit-animation-iteration-count: 1 !important; + animation-iteration-count: 1 !important; + } +} diff --git a/docs/slides/libs/animate.css-xaringan-3.7.2/animate.fade.css b/docs/slides/libs/animate.css-xaringan-3.7.2/animate.fade.css new file mode 100644 index 00000000..508ceb01 --- /dev/null +++ b/docs/slides/libs/animate.css-xaringan-3.7.2/animate.fade.css @@ -0,0 +1,31 @@ +@-webkit-keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +@keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +.remark-visible .remark-slide-content:not(.no-animation), .fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +.remark-visible .remark-slide-content { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/docs/slides/libs/animate.css-xaringan/animate.fade.css b/docs/slides/libs/animate.css-xaringan/animate.fade.css new file mode 100644 index 00000000..508ceb01 --- /dev/null +++ b/docs/slides/libs/animate.css-xaringan/animate.fade.css @@ -0,0 +1,31 @@ +@-webkit-keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +@keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +.remark-visible .remark-slide-content:not(.no-animation), .fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +.remark-visible .remark-slide-content { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/docs/slides/libs/animate.css/animate.xaringan.css b/docs/slides/libs/animate.css/animate.xaringan.css new file mode 100644 index 00000000..f4aaae56 --- /dev/null +++ b/docs/slides/libs/animate.css/animate.xaringan.css @@ -0,0 +1,3625 @@ +@charset "UTF-8"; + +/*! + * animate.css -https://daneden.github.io/animate.css/ + * Version - 3.7.2 + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * + * Copyright (c) 2019 Daniel Eden + */ + +@-webkit-keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +@keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +.remark-visible .bounce { + -webkit-animation-name: bounce; + animation-name: bounce; + -webkit-transform-origin: center bottom; + transform-origin: center bottom; +} + +@-webkit-keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +@keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +.remark-visible .flash { + -webkit-animation-name: flash; + animation-name: flash; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.remark-visible .pulse { + -webkit-animation-name: pulse; + animation-name: pulse; +} + +@-webkit-keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.remark-visible .rubberBand { + -webkit-animation-name: rubberBand; + animation-name: rubberBand; +} + +@-webkit-keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +@keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +.remark-visible .shake { + -webkit-animation-name: shake; + animation-name: shake; +} + +@-webkit-keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +.remark-visible .headShake { + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + -webkit-animation-name: headShake; + animation-name: headShake; +} + +@-webkit-keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +@keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +.remark-visible .swing { + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-animation-name: swing; + animation-name: swing; +} + +@-webkit-keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.remark-visible .tada { + -webkit-animation-name: tada; + animation-name: tada; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .wobble { + -webkit-animation-name: wobble; + animation-name: wobble; +} + +@-webkit-keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +@keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +.remark-visible .jello { + -webkit-animation-name: jello; + animation-name: jello; + -webkit-transform-origin: center; + transform-origin: center; +} + +@-webkit-keyframes heartBeat { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 14% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 28% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 42% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 70% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes heartBeat { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 14% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 28% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 42% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 70% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.remark-visible .heartBeat { + -webkit-animation-name: heartBeat; + animation-name: heartBeat; + -webkit-animation-duration: 1.3s; + animation-duration: 1.3s; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; +} + +@-webkit-keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.remark-visible .bounceIn { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceIn; + animation-name: bounceIn; +} + +@-webkit-keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .bounceInDown { + -webkit-animation-name: bounceInDown; + animation-name: bounceInDown; +} + +@-webkit-keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .bounceInLeft { + -webkit-animation-name: bounceInLeft; + animation-name: bounceInLeft; +} + +@-webkit-keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .bounceInRight { + -webkit-animation-name: bounceInRight; + animation-name: bounceInRight; +} + +@-webkit-keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .bounceInUp { + -webkit-animation-name: bounceInUp; + animation-name: bounceInUp; +} + +@-webkit-keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +@keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +.remark-fading .bounceOut { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceOut; + animation-name: bounceOut; +} + +@-webkit-keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.remark-fading .bounceOutDown { + -webkit-animation-name: bounceOutDown; + animation-name: bounceOutDown; +} + +@-webkit-keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.remark-fading .bounceOutLeft { + -webkit-animation-name: bounceOutLeft; + animation-name: bounceOutLeft; +} + +@-webkit-keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.remark-fading .bounceOutRight { + -webkit-animation-name: bounceOutRight; + animation-name: bounceOutRight; +} + +@-webkit-keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.remark-fading .bounceOutUp { + -webkit-animation-name: bounceOutUp; + animation-name: bounceOutUp; +} + +@-webkit-keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +@keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +.remark-visible .fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +@-webkit-keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInDown { + -webkit-animation-name: fadeInDown; + animation-name: fadeInDown; +} + +@-webkit-keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInDownBig { + -webkit-animation-name: fadeInDownBig; + animation-name: fadeInDownBig; +} + +@-webkit-keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInLeft { + -webkit-animation-name: fadeInLeft; + animation-name: fadeInLeft; +} + +@-webkit-keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInLeftBig { + -webkit-animation-name: fadeInLeftBig; + animation-name: fadeInLeftBig; +} + +@-webkit-keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInRight { + -webkit-animation-name: fadeInRight; + animation-name: fadeInRight; +} + +@-webkit-keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInRightBig { + -webkit-animation-name: fadeInRightBig; + animation-name: fadeInRightBig; +} + +@-webkit-keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInUp { + -webkit-animation-name: fadeInUp; + animation-name: fadeInUp; +} + +@-webkit-keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInUpBig { + -webkit-animation-name: fadeInUpBig; + animation-name: fadeInUpBig; +} + +@-webkit-keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +@keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +.remark-fading .fadeOut { + -webkit-animation-name: fadeOut; + animation-name: fadeOut; +} + +@-webkit-keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.remark-fading .fadeOutDown { + -webkit-animation-name: fadeOutDown; + animation-name: fadeOutDown; +} + +@-webkit-keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.remark-fading .fadeOutDownBig { + -webkit-animation-name: fadeOutDownBig; + animation-name: fadeOutDownBig; +} + +@-webkit-keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.remark-fading .fadeOutLeft { + -webkit-animation-name: fadeOutLeft; + animation-name: fadeOutLeft; +} + +@-webkit-keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.remark-fading .fadeOutLeftBig { + -webkit-animation-name: fadeOutLeftBig; + animation-name: fadeOutLeftBig; +} + +@-webkit-keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.remark-fading .fadeOutRight { + -webkit-animation-name: fadeOutRight; + animation-name: fadeOutRight; +} + +@-webkit-keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.remark-fading .fadeOutRightBig { + -webkit-animation-name: fadeOutRightBig; + animation-name: fadeOutRightBig; +} + +@-webkit-keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.remark-fading .fadeOutUp { + -webkit-animation-name: fadeOutUp; + animation-name: fadeOutUp; +} + +@-webkit-keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.remark-fading .fadeOutUpBig { + -webkit-animation-name: fadeOutUpBig; + animation-name: fadeOutUpBig; +} + +@-webkit-keyframes flip { + from { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +@keyframes flip { + from { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +.remark-visible .animated.flip { + -webkit-backface-visibility: visible; + backface-visibility: visible; + -webkit-animation-name: flip; + animation-name: flip; +} + +@-webkit-keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.remark-visible .flipInX { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInX; + animation-name: flipInX; +} + +@-webkit-keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.remark-visible .flipInY { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInY; + animation-name: flipInY; +} + +@-webkit-keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +.remark-fading .flipOutX { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: flipOutX; + animation-name: flipOutX; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; +} + +@-webkit-keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +.remark-fading .flipOutY { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipOutY; + animation-name: flipOutY; +} + +@-webkit-keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .lightSpeedIn { + -webkit-animation-name: lightSpeedIn; + animation-name: lightSpeedIn; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; +} + +@-webkit-keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +@keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +.remark-fading .lightSpeedOut { + -webkit-animation-name: lightSpeedOut; + animation-name: lightSpeedOut; + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; +} + +@-webkit-keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateIn { + -webkit-animation-name: rotateIn; + animation-name: rotateIn; +} + +@-webkit-keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateInDownLeft { + -webkit-animation-name: rotateInDownLeft; + animation-name: rotateInDownLeft; +} + +@-webkit-keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateInDownRight { + -webkit-animation-name: rotateInDownRight; + animation-name: rotateInDownRight; +} + +@-webkit-keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateInUpLeft { + -webkit-animation-name: rotateInUpLeft; + animation-name: rotateInUpLeft; +} + +@-webkit-keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateInUpRight { + -webkit-animation-name: rotateInUpRight; + animation-name: rotateInUpRight; +} + +@-webkit-keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +@keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +.remark-fading .rotateOut { + -webkit-animation-name: rotateOut; + animation-name: rotateOut; +} + +@-webkit-keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +.remark-fading .rotateOutDownLeft { + -webkit-animation-name: rotateOutDownLeft; + animation-name: rotateOutDownLeft; +} + +@-webkit-keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.remark-fading .rotateOutDownRight { + -webkit-animation-name: rotateOutDownRight; + animation-name: rotateOutDownRight; +} + +@-webkit-keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.remark-fading .rotateOutUpLeft { + -webkit-animation-name: rotateOutUpLeft; + animation-name: rotateOutUpLeft; +} + +@-webkit-keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +@keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +.remark-fading .rotateOutUpRight { + -webkit-animation-name: rotateOutUpRight; + animation-name: rotateOutUpRight; +} + +@-webkit-keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +@keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +.remark-visible .hinge { + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-name: hinge; + animation-name: hinge; +} + +@-webkit-keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.remark-visible .jackInTheBox { + -webkit-animation-name: jackInTheBox; + animation-name: jackInTheBox; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .rollIn { + -webkit-animation-name: rollIn; + animation-name: rollIn; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +@keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +.remark-fading .rollOut { + -webkit-animation-name: rollOut; + animation-name: rollOut; +} + +@-webkit-keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +@keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +.remark-visible .zoomIn { + -webkit-animation-name: zoomIn; + animation-name: zoomIn; +} + +@-webkit-keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-visible .zoomInDown { + -webkit-animation-name: zoomInDown; + animation-name: zoomInDown; +} + +@-webkit-keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-visible .zoomInLeft { + -webkit-animation-name: zoomInLeft; + animation-name: zoomInLeft; +} + +@-webkit-keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-visible .zoomInRight { + -webkit-animation-name: zoomInRight; + animation-name: zoomInRight; +} + +@-webkit-keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-visible .zoomInUp { + -webkit-animation-name: zoomInUp; + animation-name: zoomInUp; +} + +@-webkit-keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +@keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +.remark-fading .zoomOut { + -webkit-animation-name: zoomOut; + animation-name: zoomOut; +} + +@-webkit-keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-fading .zoomOutDown { + -webkit-animation-name: zoomOutDown; + animation-name: zoomOutDown; +} + +@-webkit-keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +@keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +.remark-fading .zoomOutLeft { + -webkit-animation-name: zoomOutLeft; + animation-name: zoomOutLeft; +} + +@-webkit-keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +@keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +.remark-fading .zoomOutRight { + -webkit-animation-name: zoomOutRight; + animation-name: zoomOutRight; +} + +@-webkit-keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-fading .zoomOutUp { + -webkit-animation-name: zoomOutUp; + animation-name: zoomOutUp; +} + +@-webkit-keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .slideInDown { + -webkit-animation-name: slideInDown; + animation-name: slideInDown; +} + +@-webkit-keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .slideInLeft { + -webkit-animation-name: slideInLeft; + animation-name: slideInLeft; +} + +@-webkit-keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .slideInRight { + -webkit-animation-name: slideInRight; + animation-name: slideInRight; +} + +@-webkit-keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; +} + +@-webkit-keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.remark-fading .slideOutDown { + -webkit-animation-name: slideOutDown; + animation-name: slideOutDown; +} + +@-webkit-keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.remark-fading .slideOutLeft { + -webkit-animation-name: slideOutLeft; + animation-name: slideOutLeft; +} + +@-webkit-keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.remark-fading .slideOutRight { + -webkit-animation-name: slideOutRight; + animation-name: slideOutRight; +} + +@-webkit-keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.remark-fading .slideOutUp { + -webkit-animation-name: slideOutUp; + animation-name: slideOutUp; +} + +.animated { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.animated.infinite { + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + +.animated.delay-1s { + -webkit-animation-delay: 1s; + animation-delay: 1s; +} + +.animated.delay-2s { + -webkit-animation-delay: 2s; + animation-delay: 2s; +} + +.animated.delay-3s { + -webkit-animation-delay: 3s; + animation-delay: 3s; +} + +.animated.delay-4s { + -webkit-animation-delay: 4s; + animation-delay: 4s; +} + +.animated.delay-5s { + -webkit-animation-delay: 5s; + animation-delay: 5s; +} + +.animated.fast { + -webkit-animation-duration: 800ms; + animation-duration: 800ms; +} + +.animated.faster { + -webkit-animation-duration: 500ms; + animation-duration: 500ms; +} + +.animated.slow { + -webkit-animation-duration: 2s; + animation-duration: 2s; +} + +.animated.slower { + -webkit-animation-duration: 3s; + animation-duration: 3s; +} + +@media (print), (prefers-reduced-motion: reduce) { + .animated { + -webkit-animation-duration: 1ms !important; + animation-duration: 1ms !important; + -webkit-transition-duration: 1ms !important; + transition-duration: 1ms !important; + -webkit-animation-iteration-count: 1 !important; + animation-iteration-count: 1 !important; + } +} diff --git a/docs/slides/libs/clipboard-2.0.6/clipboard.min.js b/docs/slides/libs/clipboard-2.0.6/clipboard.min.js new file mode 100644 index 00000000..28650f3c --- /dev/null +++ b/docs/slides/libs/clipboard-2.0.6/clipboard.min.js @@ -0,0 +1,7 @@ +/*! + * clipboard.js v2.0.6 + * https://clipboardjs.com/ + * + * Licensed MIT © Zeno Rocha + */ +!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ClipboardJS=e():t.ClipboardJS=e()}(this,function(){return o={},r.m=n=[function(t,e){t.exports=function(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var n=t.hasAttribute("readonly");n||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),n||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var o=window.getSelection(),r=document.createRange();r.selectNodeContents(t),o.removeAllRanges(),o.addRange(r),e=o.toString()}return e}},function(t,e){function n(){}n.prototype={on:function(t,e,n){var o=this.e||(this.e={});return(o[t]||(o[t]=[])).push({fn:e,ctx:n}),this},once:function(t,e,n){var o=this;function r(){o.off(t,r),e.apply(n,arguments)}return r._=e,this.on(t,r,n)},emit:function(t){for(var e=[].slice.call(arguments,1),n=((this.e||(this.e={}))[t]||[]).slice(),o=0,r=n.length;o noup * 2 && secs % noup > 0) { return; } + } + + // should we apply or remove warning class? + warnwhen = timer.div.dataset.warnwhen; + if (warnwhen && warnwhen > 0) { + if (secs <= warnwhen && !timer.div.classList.contains("warning")) { + timer.div.classList.add("warning"); + } else if (secs > warnwhen && timer.div.classList.contains("warning")) { + timer.div.classList.remove("warning"); + } + } + + var mins = Math.floor(secs / 60); // 1 min = 60 secs + secs -= mins * 60; + + // Update HTML + timer.min.innerHTML = String(mins).padStart(2, 0); + timer.sec.innerHTML = String(secs).padStart(2, 0); +} +var countdown = function (e) { + target = e.target; + if (target.classList.contains("countdown-digits")) { + target = target.parentElement; + } + if (target.tagName == "CODE") { + target = target.parentElement; + } + + // Init counter + if (!counters.timer.hasOwnProperty(target.id)) { + counters.timer[target.id] = {}; + // Set the containers + counters.timer[target.id].min = target.getElementsByClassName("minutes")[0]; + counters.timer[target.id].sec = target.getElementsByClassName("seconds")[0]; + counters.timer[target.id].div = target; + } + + if (!counters.timer[target.id].running) { + if (!counters.timer[target.id].end) { + counters.timer[target.id].end = parseInt(counters.timer[target.id].min.innerHTML) * 60; + counters.timer[target.id].end += parseInt(counters.timer[target.id].sec.innerHTML); + } + + counters.timer[target.id].value = counters.timer[target.id].end; + update_timer(counters.timer[target.id]); + if (counters.ticker) counters.timer[target.id].value += 1; + + // Start if not past end date + if (counters.timer[target.id].value > 0) { + base_class = target.className.replace(/\s?(running|finished)/, "") + target.className = base_class + " running"; + counters.timer[target.id].running = true; + + if (!counters.ticker) { + counters.ticker = setInterval(counter_update_all, 1000); + } + } + } else { + // Bump timer value if running & clicked + counters.timer[target.id].value += counter_bump_increment(counters.timer[target.id].end); + update_timer(counters.timer[target.id], force = true); + counters.timer[target.id].value += 1; + } +}; + +var counter_bump_increment = function(val) { + if (val <= 30) { + return 5; + } else if (val <= 300) { + return 15; + } else if (val <= 3000) { + return 30; + } else { + return 60; + } +} + +var counter_update_all = function() { + // Iterate over all running timers + for (var i in counters.timer) { + // Stop if passed end time + console.log(counters.timer[i].id) + counters.timer[i].value--; + if (counters.timer[i].value <= 0) { + counters.timer[i].min.innerHTML = "00"; + counters.timer[i].sec.innerHTML = "00"; + counters.timer[i].div.className = counters.timer[i].div.className.replace("running", "finished"); + counters.timer[i].running = false; + } else { + // Update + update_timer(counters.timer[i]); + + // Play countdown sound if data-audio=true on container div + let audio = counters.timer[i].div.dataset.audio + if (audio && counters.timer[i].value == 5) { + counter_play_sound(audio); + } + } + } + + // If no more running timers, then clear ticker + var timerIsRunning = false; + for (var t in counters.timer) { + timerIsRunning = timerIsRunning || counters.timer[t].running + } + if (!timerIsRunning) { + clearInterval(counters.ticker); + counters.ticker = null; + } +} + +var counter_play_sound = function(url) { + if (typeof url === 'boolean') { + url = 'libs/countdown/smb_stage_clear.mp3'; + } + sound = new Audio(url); + sound.play(); +} + +var counter_addEventListener = function() { + if (!document.getElementsByClassName("countdown").length) { + setTimeout(counter_addEventListener, 2); + return; + } + var counter_divs = document.getElementsByClassName("countdown"); + console.log(counter_divs); + for (var i = 0; i < counter_divs.length; i++) { + counter_divs[i].addEventListener("click", countdown, false); + } +}; + +counter_addEventListener(); diff --git a/docs/slides/libs/countdown-0.3.5/smb_stage_clear.mp3 b/docs/slides/libs/countdown-0.3.5/smb_stage_clear.mp3 new file mode 100644 index 00000000..da2ddc2c Binary files /dev/null and b/docs/slides/libs/countdown-0.3.5/smb_stage_clear.mp3 differ diff --git a/docs/slides/libs/countdown-0.4.0/countdown.css b/docs/slides/libs/countdown-0.4.0/countdown.css new file mode 100644 index 00000000..704cfa21 --- /dev/null +++ b/docs/slides/libs/countdown-0.4.0/countdown.css @@ -0,0 +1,144 @@ +.countdown { + background: inherit; + position: absolute; + cursor: pointer; + font-size: 1.5em; + line-height: 1; + border-color: #ddd; + border-width: 3px; + border-style: solid; + border-radius: 15px; + box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.4); + -webkit-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.4); + margin: 0.6em; + padding: 10px 15px; + text-align: center; + z-index: 10; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.countdown { + display: flex; + align-items: center; + justify-content: center; +} +.countdown .countdown-time { + background: none; + font-size: 100%; + padding: 0; +} +.countdown-digits { + color: inherit; +} +.countdown.running { + border-color: #2A9B59FF; + background-color: #43AC6A; +} +.countdown.running .countdown-digits { + color: #002F14FF; +} +.countdown.finished { + border-color: #DE3000FF; + background-color: #F04124; +} +.countdown.finished .countdown-digits { + color: #4A0900FF; +} +.countdown.running.warning { + border-color: #CEAC04FF; + background-color: #E6C229; +} +.countdown.running.warning .countdown-digits { + color: #3A2F02FF; +} + +.countdown.running.blink-colon .countdown-digits.colon { + opacity: 0.1; +} + +/* ------ Controls ------ */ +.countdown:not(.running) .countdown-controls { + display: none; +} + +.countdown-controls { + position: absolute; + top: -0.5rem; + right: -0.5rem; + left: -0.5rem; + display: flex; + justify-content: space-between; + margin: 0; + padding: 0; +} + +.countdown-controls > button { + font-size: 1.5rem; + width: 1rem; + height: 1rem; + display: inline-block; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + font-family: monospace; + padding: 10px; + margin: 0; + background: inherit; + border: 2px solid; + border-radius: 100%; + transition: 50ms transform ease-in-out, 150ms opacity ease-in; + --countdown-transition-distance: 10px; +} + +.countdown .countdown-controls > button:last-child { + transform: translate(calc(-1 * var(--countdown-transition-distance)), var(--countdown-transition-distance)); + opacity: 0; + color: #002F14FF; + background-color: #43AC6A; + border-color: #2A9B59FF; +} + +.countdown .countdown-controls > button:first-child { + transform: translate(var(--countdown-transition-distance), var(--countdown-transition-distance)); + opacity: 0; + color: #4A0900FF; + background-color: #F04124; + border-color: #DE3000FF; +} + +.countdown.running:hover .countdown-controls > button, +.countdown.running:focus-within .countdown-controls > button{ + transform: translate(0, 0); + opacity: 1; +} + +.countdown.running:hover .countdown-controls > button:hover, +.countdown.running:focus-within .countdown-controls > button:hover{ + transform: translate(0, calc(var(--countdown-transition-distance) / -2)); + box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4); + -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4); +} + +.countdown.running:hover .countdown-controls > button:active, +.countdown.running:focus-within .countdown-controls > button:active{ + transform: translate(0, calc(var(--coutndown-transition-distance) / -5)); +} + +/* ----- Fullscreen ----- */ +.countdown.countdown-fullscreen { + z-index: 0; +} + +.countdown-fullscreen.running .countdown-controls { + top: 1rem; + left: 0; + right: 0; + justify-content: center; +} + +.countdown-fullscreen.running .countdown-controls > button + button { + margin-left: 1rem; +} diff --git a/docs/slides/libs/countdown-0.4.0/countdown.js b/docs/slides/libs/countdown-0.4.0/countdown.js new file mode 100644 index 00000000..a058ad8f --- /dev/null +++ b/docs/slides/libs/countdown-0.4.0/countdown.js @@ -0,0 +1,478 @@ +/* globals Shiny,Audio */ +class CountdownTimer { + constructor (el, opts) { + if (typeof el === 'string' || el instanceof String) { + el = document.querySelector(el) + } + + if (el.counter) { + return el.counter + } + + const minutes = parseInt(el.querySelector('.minutes').innerText || '0') + const seconds = parseInt(el.querySelector('.seconds').innerText || '0') + const duration = minutes * 60 + seconds + + function attrIsTrue (x) { + if (x === true) return true + return !!(x === 'true' || x === '' || x === '1') + } + + this.element = el + this.duration = duration + this.end = null + this.is_running = false + this.warn_when = parseInt(el.dataset.warnWhen) || -1 + this.update_every = parseInt(el.dataset.updateEvery) || 1 + this.play_sound = attrIsTrue(el.dataset.playSound) + this.blink_colon = attrIsTrue(el.dataset.blinkColon) + this.startImmediately = attrIsTrue(el.dataset.startImmediately) + this.timeout = null + this.display = { minutes, seconds } + + if (opts.src_location) { + this.src_location = opts.src_location + } + + this.addEventListeners() + } + + addEventListeners () { + const self = this + + if (this.startImmediately) { + if (window.remark && window.slideshow) { + // Remark (xaringan) support + const isOnVisibleSlide = () => { + return document.querySelector('.remark-visible').contains(self.element) + } + if (isOnVisibleSlide()) { + self.start() + } else { + let started_once = 0 + window.slideshow.on('afterShowSlide', function () { + if (started_once > 0) return + if (isOnVisibleSlide()) { + self.start() + started_once = 1 + } + }) + } + } else if (window.Reveal) { + // Revealjs (quarto) support + const isOnVisibleSlide = () => { + const currentSlide = document.querySelector('.reveal .slide.present') + return currentSlide ? currentSlide.contains(self.element) : false + } + if (isOnVisibleSlide()) { + self.start() + } else { + const revealStartTimer = () => { + if (isOnVisibleSlide()) { + self.start() + window.Reveal.off('slidechanged', revealStartTimer) + } + } + window.Reveal.on('slidechanged', revealStartTimer) + } + } else if (window.IntersectionObserver) { + // All other situtations use IntersectionObserver + const onVisible = (element, callback) => { + new window.IntersectionObserver((entries, observer) => { + entries.forEach(entry => { + if (entry.intersectionRatio > 0) { + callback(element) + observer.disconnect() + } + }) + }).observe(element) + } + onVisible(this.element, el => el.countdown.start()) + } else { + // or just start the timer as soon as it's initialized + this.start() + } + } + + function haltEvent (ev) { + ev.preventDefault() + ev.stopPropagation() + } + function isSpaceOrEnter (ev) { + return ev.code === 'Space' || ev.code === 'Enter' + } + function isArrowUpOrDown (ev) { + return ev.code === 'ArrowUp' || ev.code === 'ArrowDown' + } + + ;['click', 'touchend'].forEach(function (eventType) { + self.element.addEventListener(eventType, function (ev) { + haltEvent(ev) + self.is_running ? self.stop() : self.start() + }) + }) + this.element.addEventListener('keydown', function (ev) { + if (ev.code === "Escape") { + self.reset() + haltEvent(ev) + } + if (!isSpaceOrEnter(ev) && !isArrowUpOrDown(ev)) return + haltEvent(ev) + if (isSpaceOrEnter(ev)) { + self.is_running ? self.stop() : self.start() + return + } + + if (!self.is_running) return + + if (ev.code === 'ArrowUp') { + self.bumpUp() + } else if (ev.code === 'ArrowDown') { + self.bumpDown() + } + }) + this.element.addEventListener('dblclick', function (ev) { + haltEvent(ev) + if (self.is_running) self.reset() + }) + this.element.addEventListener('touchmove', haltEvent) + + const btnBumpDown = this.element.querySelector('.countdown-bump-down') + ;['click', 'touchend'].forEach(function (eventType) { + btnBumpDown.addEventListener(eventType, function (ev) { + haltEvent(ev) + if (self.is_running) self.bumpDown() + }) + }) + btnBumpDown.addEventListener('keydown', function (ev) { + if (!isSpaceOrEnter(ev) || !self.is_running) return + haltEvent(ev) + self.bumpDown() + }) + + const btnBumpUp = this.element.querySelector('.countdown-bump-up') + ;['click', 'touchend'].forEach(function (eventType) { + btnBumpUp.addEventListener(eventType, function (ev) { + haltEvent(ev) + if (self.is_running) self.bumpUp() + }) + }) + btnBumpUp.addEventListener('keydown', function (ev) { + if (!isSpaceOrEnter(ev) || !self.is_running) return + haltEvent(ev) + self.bumpUp() + }) + this.element.querySelector('.countdown-controls').addEventListener('dblclick', function (ev) { + haltEvent(ev) + }) + } + + remainingTime () { + const remaining = this.is_running + ? (this.end - Date.now()) / 1000 + : this.remaining || this.duration + + let minutes = Math.floor(remaining / 60) + let seconds = Math.ceil(remaining - minutes * 60) + + if (seconds > 59) { + minutes = minutes + 1 + seconds = seconds - 60 + } + + return { remaining, minutes, seconds } + } + + start () { + if (this.is_running) return + + this.is_running = true + + if (this.remaining) { + // Having a static remaining time indicates timer was paused + this.end = Date.now() + this.remaining * 1000 + this.remaining = null + } else { + this.end = Date.now() + this.duration * 1000 + } + + this.reportStateToShiny('start') + + this.element.classList.remove('finished') + this.element.classList.add('running') + this.update(true) + this.tick() + } + + tick (run_again) { + if (typeof run_again === 'undefined') { + run_again = true + } + + if (!this.is_running) return + + const { seconds: secondsWas } = this.display + this.update() + + if (run_again) { + const delay = (this.end - Date.now() > 10000) ? 1000 : 250 + this.blinkColon(secondsWas) + this.timeout = setTimeout(this.tick.bind(this), delay) + } + } + + blinkColon (secondsWas) { + // don't blink unless option is set + if (!this.blink_colon) return + // warn_when always updates the seconds + if (this.warn_when > 0 && Date.now() + this.warn_when > this.end) { + this.element.classList.remove('blink-colon') + return + } + const { seconds: secondsIs } = this.display + if (secondsIs > 10 || secondsWas !== secondsIs) { + this.element.classList.toggle('blink-colon') + } + } + + update (force) { + if (typeof force === 'undefined') { + force = false + } + + const { remaining, minutes, seconds } = this.remainingTime() + + const setRemainingTime = (selector, time) => { + const timeContainer = this.element.querySelector(selector) + if (!timeContainer) return + time = Math.max(time, 0) + timeContainer.innerText = String(time).padStart(2, 0) + } + + if (this.is_running && remaining < 0.25) { + this.stop() + setRemainingTime('.minutes', 0) + setRemainingTime('.seconds', 0) + this.playSound() + return + } + + const should_update = force || + Math.round(remaining) < this.warn_when || + Math.round(remaining) % this.update_every === 0 + + if (should_update) { + this.element.classList.toggle('warning', remaining <= this.warn_when) + this.display = { minutes, seconds } + setRemainingTime('.minutes', minutes) + setRemainingTime('.seconds', seconds) + } + } + + stop () { + const { remaining } = this.remainingTime() + if (remaining > 1) { + this.remaining = remaining + } + this.element.classList.remove('running') + this.element.classList.remove('warning') + this.element.classList.remove('blink-colon') + this.element.classList.add('finished') + this.is_running = false + this.end = null + this.reportStateToShiny('stop') + this.timeout = clearTimeout(this.timeout) + } + + reset () { + this.stop() + this.remaining = null + this.update(true) + this.reportStateToShiny('reset') + this.element.classList.remove('finished') + this.element.classList.remove('warning') + } + + setValues (opts) { + if (typeof opts.warn_when !== 'undefined') { + this.warn_when = opts.warn_when + } + if (typeof opts.update_every !== 'undefined') { + this.update_every = opts.update_every + } + if (typeof opts.blink_colon !== 'undefined') { + this.blink_colon = opts.blink_colon + if (!opts.blink_colon) { + this.element.classList.remove('blink-colon') + } + } + if (typeof opts.play_sound !== 'undefined') { + this.play_sound = opts.play_sound + } + if (typeof opts.duration !== 'undefined') { + this.duration = opts.duration + if (this.is_running) { + this.reset() + this.start() + } + } + this.reportStateToShiny('update') + this.update(true) + } + + bumpTimer (val, round) { + round = typeof round === 'boolean' ? round : true + const { remaining } = this.remainingTime() + let newRemaining = remaining + val + if (newRemaining <= 0) { + this.setRemaining(0) + this.stop() + return + } + if (round && newRemaining > 10) { + newRemaining = Math.round(newRemaining / 5) * 5 + } + this.setRemaining(newRemaining) + this.reportStateToShiny(val > 0 ? 'bumpUp' : 'bumpDown') + this.update(true) + } + + bumpUp (val) { + if (!this.is_running) { + console.error('timer is not running') + return + } + this.bumpTimer( + val || this.bumpIncrementValue(), + typeof val === 'undefined' + ) + } + + bumpDown (val) { + if (!this.is_running) { + console.error('timer is not running') + return + } + this.bumpTimer( + val || -1 * this.bumpIncrementValue(), + typeof val === 'undefined' + ) + } + + setRemaining (val) { + if (!this.is_running) { + console.error('timer is not running') + return + } + this.end = Date.now() + val * 1000 + this.update(true) + } + + playSound () { + let url = this.play_sound + if (!url) return + if (typeof url === 'boolean') { + const src = this.src_location + ? this.src_location.replace('/countdown.js', '') + : 'libs/countdown' + url = src + '/smb_stage_clear.mp3' + } + const sound = new Audio(url) + sound.play() + } + + bumpIncrementValue (val) { + val = val || this.remainingTime().remaining + if (val <= 30) { + return 5 + } else if (val <= 300) { + return 15 + } else if (val <= 3000) { + return 30 + } else { + return 60 + } + } + + reportStateToShiny (action) { + if (!window.Shiny) return + + const inputId = this.element.id + const data = { + event: { + action, + time: new Date().toISOString() + }, + timer: { + is_running: this.is_running, + end: this.end ? new Date(this.end).toISOString() : null, + remaining: this.remainingTime() + } + } + + function shinySetInputValue () { + if (!window.Shiny.setInputValue) { + setTimeout(shinySetInputValue, 100) + return + } + window.Shiny.setInputValue(inputId, data) + } + + shinySetInputValue() + } +} + +(function () { + const CURRENT_SCRIPT = document.currentScript.getAttribute('src') + + document.addEventListener('DOMContentLoaded', function () { + const els = document.querySelectorAll('.countdown') + if (!els || !els.length) { + return + } + els.forEach(function (el) { + el.countdown = new CountdownTimer(el, { src_location: CURRENT_SCRIPT }) + }) + + if (window.Shiny) { + Shiny.addCustomMessageHandler('countdown:update', function (x) { + if (!x.id) { + console.error('No `id` provided, cannot update countdown') + return + } + const el = document.getElementById(x.id) + el.countdown.setValues(x) + }) + + Shiny.addCustomMessageHandler('countdown:start', function (id) { + const el = document.getElementById(id) + if (!el) return + el.countdown.start() + }) + + Shiny.addCustomMessageHandler('countdown:stop', function (id) { + const el = document.getElementById(id) + if (!el) return + el.countdown.stop() + }) + + Shiny.addCustomMessageHandler('countdown:reset', function (id) { + const el = document.getElementById(id) + if (!el) return + el.countdown.reset() + }) + + Shiny.addCustomMessageHandler('countdown:bumpUp', function (id) { + const el = document.getElementById(id) + if (!el) return + el.countdown.bumpUp() + }) + + Shiny.addCustomMessageHandler('countdown:bumpDown', function (id) { + const el = document.getElementById(id) + if (!el) return + el.countdown.bumpDown() + }) + } + }) +})() diff --git a/docs/slides/libs/countdown-0.4.0/smb_stage_clear.mp3 b/docs/slides/libs/countdown-0.4.0/smb_stage_clear.mp3 new file mode 100644 index 00000000..da2ddc2c Binary files /dev/null and b/docs/slides/libs/countdown-0.4.0/smb_stage_clear.mp3 differ diff --git a/docs/slides/libs/fabric-4.3.1/fabric.min.js b/docs/slides/libs/fabric-4.3.1/fabric.min.js new file mode 100644 index 00000000..38f1c3d2 --- /dev/null +++ b/docs/slides/libs/fabric-4.3.1/fabric.min.js @@ -0,0 +1 @@ +var fabric=fabric||{version:"5.2.1"};if("undefined"!=typeof exports?exports.fabric=fabric:"function"==typeof define&&define.amd&&define([],function(){return fabric}),"undefined"!=typeof document&&"undefined"!=typeof window)document instanceof("undefined"!=typeof HTMLDocument?HTMLDocument:Document)?fabric.document=document:fabric.document=document.implementation.createHTMLDocument(""),fabric.window=window;else{var jsdom=require("jsdom"),virtualWindow=new jsdom.JSDOM(decodeURIComponent("%3C!DOCTYPE%20html%3E%3Chtml%3E%3Chead%3E%3C%2Fhead%3E%3Cbody%3E%3C%2Fbody%3E%3C%2Fhtml%3E"),{features:{FetchExternalResources:["img"]},resources:"usable"}).window;fabric.document=virtualWindow.document,fabric.jsdomImplForWrapper=require("jsdom/lib/jsdom/living/generated/utils").implForWrapper,fabric.nodeCanvas=require("jsdom/lib/jsdom/utils").Canvas,fabric.window=virtualWindow,DOMParser=fabric.window.DOMParser}function resizeCanvasIfNeeded(t){var e=t.targetCanvas,i=e.width,r=e.height,n=t.destinationWidth,s=t.destinationHeight;i===n&&r===s||(e.width=n,e.height=s)}function copyGLTo2DDrawImage(t,e){var i=t.canvas,r=e.targetCanvas,n=r.getContext("2d");n.translate(0,r.height),n.scale(1,-1);var s=i.height-r.height;n.drawImage(i,0,s,r.width,r.height,0,0,r.width,r.height)}function copyGLTo2DPutImageData(t,e){var i=e.targetCanvas.getContext("2d"),r=e.destinationWidth,n=e.destinationHeight,s=r*n*4,o=new Uint8Array(this.imageBuffer,0,s),a=new Uint8ClampedArray(this.imageBuffer,0,s);t.readPixels(0,0,r,n,t.RGBA,t.UNSIGNED_BYTE,o);var c=new ImageData(a,r,n);i.putImageData(c,0,0)}fabric.isTouchSupported="ontouchstart"in fabric.window||"ontouchstart"in fabric.document||fabric.window&&fabric.window.navigator&&0_)for(var C=1,S=d.length;Ct[i-2].x?1:n.x===t[i-2].x?0:-1,c=n.y>t[i-2].y?1:n.y===t[i-2].y?0:-1),r.push(["L",n.x+a*e,n.y+c*e]),r},fabric.util.getPathSegmentsInfo=l,fabric.util.getBoundsOfCurve=function(t,e,i,r,n,s,o,a){var c;if(fabric.cachesBoundsOfCurve&&(c=D.call(arguments),fabric.boundsOfCurveCache[c]))return fabric.boundsOfCurveCache[c];var h,l,u,f,d,g,p,v,m=Math.sqrt,b=Math.min,y=Math.max,_=Math.abs,x=[],C=[[],[]];l=6*t-12*i+6*n,h=-3*t+9*i-9*n+3*o,u=3*i-3*t;for(var S=0;S<2;++S)if(0/g,">")},graphemeSplit:function(t){var e,i=0,r=[];for(i=0;it.x&&this.y>t.y},gte:function(t){return this.x>=t.x&&this.y>=t.y},lerp:function(t,e){return void 0===e&&(e=.5),e=Math.max(Math.min(1,e),0),new i(this.x+(t.x-this.x)*e,this.y+(t.y-this.y)*e)},distanceFrom:function(t){var e=this.x-t.x,i=this.y-t.y;return Math.sqrt(e*e+i*i)},midPointFrom:function(t){return this.lerp(t)},min:function(t){return new i(Math.min(this.x,t.x),Math.min(this.y,t.y))},max:function(t){return new i(Math.max(this.x,t.x),Math.max(this.y,t.y))},toString:function(){return this.x+","+this.y},setXY:function(t,e){return this.x=t,this.y=e,this},setX:function(t){return this.x=t,this},setY:function(t){return this.y=t,this},setFromPoint:function(t){return this.x=t.x,this.y=t.y,this},swap:function(t){var e=this.x,i=this.y;this.x=t.x,this.y=t.y,t.x=e,t.y=i},clone:function(){return new i(this.x,this.y)}}}("undefined"!=typeof exports?exports:this),function(t){"use strict";var f=t.fabric||(t.fabric={});function d(t){this.status=t,this.points=[]}f.Intersection?f.warn("fabric.Intersection is already defined"):(f.Intersection=d,f.Intersection.prototype={constructor:d,appendPoint:function(t){return this.points.push(t),this},appendPoints:function(t){return this.points=this.points.concat(t),this}},f.Intersection.intersectLineLine=function(t,e,i,r){var n,s=(r.x-i.x)*(t.y-i.y)-(r.y-i.y)*(t.x-i.x),o=(e.x-t.x)*(t.y-i.y)-(e.y-t.y)*(t.x-i.x),a=(r.y-i.y)*(e.x-t.x)-(r.x-i.x)*(e.y-t.y);if(0!==a){var c=s/a,h=o/a;0<=c&&c<=1&&0<=h&&h<=1?(n=new d("Intersection")).appendPoint(new f.Point(t.x+c*(e.x-t.x),t.y+c*(e.y-t.y))):n=new d}else n=new d(0===s||0===o?"Coincident":"Parallel");return n},f.Intersection.intersectLinePolygon=function(t,e,i){var r,n,s,o,a=new d,c=i.length;for(o=0;o=c&&(h.x-=c),h.x<=-c&&(h.x+=c),h.y>=c&&(h.y-=c),h.y<=c&&(h.y+=c),h.x-=o.offsetX,h.y-=o.offsetY,h}function y(t){return t.flipX!==t.flipY}function _(t,e,i,r,n){if(0!==t[e]){var s=n/t._getTransformedDimensions()[r]*t[i];t.set(i,s)}}function x(t,e,i,r){var n,s=e.target,o=s._getTransformedDimensions(0,s.skewY),a=P(e,e.originX,e.originY,i,r),c=Math.abs(2*a.x)-o.x,h=s.skewX;c<2?n=0:(n=v(Math.atan2(c/s.scaleX,o.y/s.scaleY)),e.originX===f&&e.originY===p&&(n=-n),e.originX===g&&e.originY===d&&(n=-n),y(s)&&(n=-n));var l=h!==n;if(l){var u=s._getTransformedDimensions().y;s.set("skewX",n),_(s,"skewY","scaleY","y",u)}return l}function C(t,e,i,r){var n,s=e.target,o=s._getTransformedDimensions(s.skewX,0),a=P(e,e.originX,e.originY,i,r),c=Math.abs(2*a.y)-o.y,h=s.skewY;c<2?n=0:(n=v(Math.atan2(c/s.scaleY,o.x/s.scaleX)),e.originX===f&&e.originY===p&&(n=-n),e.originX===g&&e.originY===d&&(n=-n),y(s)&&(n=-n));var l=h!==n;if(l){var u=s._getTransformedDimensions().x;s.set("skewY",n),_(s,"skewX","scaleX","x",u)}return l}function E(t,e,i,r,n){n=n||{};var s,o,a,c,h,l,u=e.target,f=u.lockScalingX,d=u.lockScalingY,g=n.by,p=w(t,u),v=k(u,g,p),m=e.gestureScale;if(v)return!1;if(m)o=e.scaleX*m,a=e.scaleY*m;else{if(s=P(e,e.originX,e.originY,i,r),h="y"!==g?T(s.x):1,l="x"!==g?T(s.y):1,e.signX||(e.signX=h),e.signY||(e.signY=l),u.lockScalingFlip&&(e.signX!==h||e.signY!==l))return!1;if(c=u._getTransformedDimensions(),p&&!g){var b=Math.abs(s.x)+Math.abs(s.y),y=e.original,_=b/(Math.abs(c.x*y.scaleX/u.scaleX)+Math.abs(c.y*y.scaleY/u.scaleY));o=y.scaleX*_,a=y.scaleY*_}else o=Math.abs(s.x*u.scaleX/c.x),a=Math.abs(s.y*u.scaleY/c.y);O(e)&&(o*=2,a*=2),e.signX!==h&&"y"!==g&&(e.originX=S[e.originX],o*=-1,e.signX=h),e.signY!==l&&"x"!==g&&(e.originY=S[e.originY],a*=-1,e.signY=l)}var x=u.scaleX,C=u.scaleY;return g?("x"===g&&u.set("scaleX",o),"y"===g&&u.set("scaleY",a)):(!f&&u.set("scaleX",o),!d&&u.set("scaleY",a)),x!==u.scaleX||C!==u.scaleY}n.scaleCursorStyleHandler=function(t,e,i){var r=w(t,i),n="";if(0!==e.x&&0===e.y?n="x":0===e.x&&0!==e.y&&(n="y"),k(i,n,r))return"not-allowed";var s=a(i,e);return o[s]+"-resize"},n.skewCursorStyleHandler=function(t,e,i){var r="not-allowed";if(0!==e.x&&i.lockSkewingY)return r;if(0!==e.y&&i.lockSkewingX)return r;var n=a(i,e)%4;return s[n]+"-resize"},n.scaleSkewCursorStyleHandler=function(t,e,i){return t[i.canvas.altActionKey]?n.skewCursorStyleHandler(t,e,i):n.scaleCursorStyleHandler(t,e,i)},n.rotationWithSnapping=b("rotating",m(function(t,e,i,r){var n=e,s=n.target,o=s.translateToOriginPoint(s.getCenterPoint(),n.originX,n.originY);if(s.lockRotation)return!1;var a,c=Math.atan2(n.ey-o.y,n.ex-o.x),h=Math.atan2(r-o.y,i-o.x),l=v(h-c+n.theta);if(0o.r2,h=this.gradientTransform?this.gradientTransform.concat():fabric.iMatrix.concat(),l=-this.offsetX,u=-this.offsetY,f=!!e.additionalTransform,d="pixels"===this.gradientUnits?"userSpaceOnUse":"objectBoundingBox";if(a.sort(function(t,e){return t.offset-e.offset}),"objectBoundingBox"===d?(l/=t.width,u/=t.height):(l+=t.width/2,u+=t.height/2),"path"===t.type&&"percentage"!==this.gradientUnits&&(l-=t.pathOffset.x,u-=t.pathOffset.y),h[4]-=l,h[5]-=u,s='id="SVGID_'+this.id+'" gradientUnits="'+d+'"',s+=' gradientTransform="'+(f?e.additionalTransform+" ":"")+fabric.util.matrixToSVG(h)+'" ',"linear"===this.type?n=["\n']:"radial"===this.type&&(n=["\n']),"radial"===this.type){if(c)for((a=a.concat()).reverse(),i=0,r=a.length;i\n')}return n.push("linear"===this.type?"\n":"\n"),n.join("")},toLive:function(t){var e,i,r,n=fabric.util.object.clone(this.coords);if(this.type){for("linear"===this.type?e=t.createLinearGradient(n.x1,n.y1,n.x2,n.y2):"radial"===this.type&&(e=t.createRadialGradient(n.x1,n.y1,n.r1,n.x2,n.y2,n.r2)),i=0,r=this.colorStops.length;i\n\n\n'},setOptions:function(t){for(var e in t)this[e]=t[e]},toLive:function(t){var e=this.source;if(!e)return"";if(void 0!==e.src){if(!e.complete)return"";if(0===e.naturalWidth||0===e.naturalHeight)return""}return t.createPattern(e,this.repeat)}})}(),function(t){"use strict";var o=t.fabric||(t.fabric={}),a=o.util.toFixed;o.Shadow?o.warn("fabric.Shadow is already defined."):(o.Shadow=o.util.createClass({color:"rgb(0,0,0)",blur:0,offsetX:0,offsetY:0,affectStroke:!1,includeDefaultValues:!0,nonScaling:!1,initialize:function(t){for(var e in"string"==typeof t&&(t=this._parseShadow(t)),t)this[e]=t[e];this.id=o.Object.__uid++},_parseShadow:function(t){var e=t.trim(),i=o.Shadow.reOffsetsAndBlur.exec(e)||[];return{color:(e.replace(o.Shadow.reOffsetsAndBlur,"")||"rgb(0,0,0)").trim(),offsetX:parseFloat(i[1],10)||0,offsetY:parseFloat(i[2],10)||0,blur:parseFloat(i[3],10)||0}},toString:function(){return[this.offsetX,this.offsetY,this.blur,this.color].join("px ")},toSVG:function(t){var e=40,i=40,r=o.Object.NUM_FRACTION_DIGITS,n=o.util.rotateVector({x:this.offsetX,y:this.offsetY},o.util.degreesToRadians(-t.angle)),s=new o.Color(this.color);return t.width&&t.height&&(e=100*a((Math.abs(n.x)+this.blur)/t.width,r)+20,i=100*a((Math.abs(n.y)+this.blur)/t.height,r)+20),t.flipX&&(n.x*=-1),t.flipY&&(n.y*=-1),'\n\t\n\t\n\t\n\t\n\t\n\t\t\n\t\t\n\t\n\n'},toObject:function(){if(this.includeDefaultValues)return{color:this.color,blur:this.blur,offsetX:this.offsetX,offsetY:this.offsetY,affectStroke:this.affectStroke,nonScaling:this.nonScaling};var e={},i=o.Shadow.prototype;return["color","blur","offsetX","offsetY","affectStroke","nonScaling"].forEach(function(t){this[t]!==i[t]&&(e[t]=this[t])},this),e}}),o.Shadow.reOffsetsAndBlur=/(?:\s|^)(-?\d+(?:\.\d*)?(?:px)?(?:\s?|$))?(-?\d+(?:\.\d*)?(?:px)?(?:\s?|$))?(\d+(?:\.\d*)?(?:px)?)?(?:\s?|$)(?:$|\s)/)}("undefined"!=typeof exports?exports:this),function(){"use strict";if(fabric.StaticCanvas)fabric.warn("fabric.StaticCanvas is already defined.");else{var n=fabric.util.object.extend,t=fabric.util.getElementOffset,h=fabric.util.removeFromArray,a=fabric.util.toFixed,s=fabric.util.transformPoint,o=fabric.util.invertTransform,i=fabric.util.getNodeCanvas,r=fabric.util.createCanvasElement,e=new Error("Could not initialize `canvas` element");fabric.StaticCanvas=fabric.util.createClass(fabric.CommonMethods,{initialize:function(t,e){e||(e={}),this.renderAndResetBound=this.renderAndReset.bind(this),this.requestRenderAllBound=this.requestRenderAll.bind(this),this._initStatic(t,e)},backgroundColor:"",backgroundImage:null,overlayColor:"",overlayImage:null,includeDefaultValues:!0,stateful:!1,renderOnAddRemove:!0,controlsAboveOverlay:!1,allowTouchScrolling:!1,imageSmoothingEnabled:!0,viewportTransform:fabric.iMatrix.concat(),backgroundVpt:!0,overlayVpt:!0,enableRetinaScaling:!0,vptCoords:{},skipOffscreen:!0,clipPath:void 0,_initStatic:function(t,e){var i=this.requestRenderAllBound;this._objects=[],this._createLowerCanvas(t),this._initOptions(e),this.interactive||this._initRetinaScaling(),e.overlayImage&&this.setOverlayImage(e.overlayImage,i),e.backgroundImage&&this.setBackgroundImage(e.backgroundImage,i),e.backgroundColor&&this.setBackgroundColor(e.backgroundColor,i),e.overlayColor&&this.setOverlayColor(e.overlayColor,i),this.calcOffset()},_isRetinaScaling:function(){return 1\n'),this._setSVGBgOverlayColor(i,"background"),this._setSVGBgOverlayImage(i,"backgroundImage",e),this._setSVGObjects(i,e),this.clipPath&&i.push("\n"),this._setSVGBgOverlayColor(i,"overlay"),this._setSVGBgOverlayImage(i,"overlayImage",e),i.push(""),i.join("")},_setSVGPreamble:function(t,e){e.suppressPreamble||t.push('\n','\n')},_setSVGHeader:function(t,e){var i,r=e.width||this.width,n=e.height||this.height,s='viewBox="0 0 '+this.width+" "+this.height+'" ',o=fabric.Object.NUM_FRACTION_DIGITS;e.viewBox?s='viewBox="'+e.viewBox.x+" "+e.viewBox.y+" "+e.viewBox.width+" "+e.viewBox.height+'" ':this.svgViewportTransformation&&(i=this.viewportTransform,s='viewBox="'+a(-i[4]/i[0],o)+" "+a(-i[5]/i[3],o)+" "+a(this.width/i[0],o)+" "+a(this.height/i[3],o)+'" '),t.push("\n',"Created with Fabric.js ",fabric.version,"\n","\n",this.createSVGFontFacesMarkup(),this.createSVGRefElementsMarkup(),this.createSVGClipPathMarkup(e),"\n")},createSVGClipPathMarkup:function(t){var e=this.clipPath;return e?(e.clipPathId="CLIPPATH_"+fabric.Object.__uid++,'\n'+this.clipPath.toClipPathSVG(t.reviver)+"\n"):""},createSVGRefElementsMarkup:function(){var s=this;return["background","overlay"].map(function(t){var e=s[t+"Color"];if(e&&e.toLive){var i=s[t+"Vpt"],r=s.viewportTransform,n={width:s.width/(i?r[0]:1),height:s.height/(i?r[3]:1)};return e.toSVG(n,{additionalTransform:i?fabric.util.matrixToSVG(r):""})}}).join("")},createSVGFontFacesMarkup:function(){var t,e,i,r,n,s,o,a,c="",h={},l=fabric.fontPaths,u=[];for(this._objects.forEach(function t(e){u.push(e),e._objects&&e._objects.forEach(t)}),o=0,a=u.length;o',"\n",c,"","\n"].join("")),c},_setSVGObjects:function(t,e){var i,r,n,s=this._objects;for(r=0,n=s.length;r\n")}else t.push('\n")},sendToBack:function(t){if(!t)return this;var e,i,r,n=this._activeObject;if(t===n&&"activeSelection"===t.type)for(e=(r=n._objects).length;e--;)i=r[e],h(this._objects,i),this._objects.unshift(i);else h(this._objects,t),this._objects.unshift(t);return this.renderOnAddRemove&&this.requestRenderAll(),this},bringToFront:function(t){if(!t)return this;var e,i,r,n=this._activeObject;if(t===n&&"activeSelection"===t.type)for(r=n._objects,e=0;e"}}),n(fabric.StaticCanvas.prototype,fabric.Observable),n(fabric.StaticCanvas.prototype,fabric.Collection),n(fabric.StaticCanvas.prototype,fabric.DataURLExporter),n(fabric.StaticCanvas,{EMPTY_JSON:'{"objects": [], "background": "white"}',supports:function(t){var e=r();if(!e||!e.getContext)return null;var i=e.getContext("2d");if(!i)return null;switch(t){case"setLineDash":return void 0!==i.setLineDash;default:return null}}}),fabric.StaticCanvas.prototype.toJSON=fabric.StaticCanvas.prototype.toObject,fabric.isLikelyNode&&(fabric.StaticCanvas.prototype.createPNGStream=function(){var t=i(this.lowerCanvasEl);return t&&t.createPNGStream()},fabric.StaticCanvas.prototype.createJPEGStream=function(t){var e=i(this.lowerCanvasEl);return e&&e.createJPEGStream(t)})}}(),fabric.BaseBrush=fabric.util.createClass({color:"rgb(0, 0, 0)",width:1,shadow:null,strokeLineCap:"round",strokeLineJoin:"round",strokeMiterLimit:10,strokeDashArray:null,limitedToCanvasSize:!1,_setBrushStyles:function(t){t.strokeStyle=this.color,t.lineWidth=this.width,t.lineCap=this.strokeLineCap,t.miterLimit=this.strokeMiterLimit,t.lineJoin=this.strokeLineJoin,t.setLineDash(this.strokeDashArray||[])},_saveAndTransform:function(t){var e=this.canvas.viewportTransform;t.save(),t.transform(e[0],e[1],e[2],e[3],e[4],e[5])},_setShadow:function(){if(this.shadow){var t=this.canvas,e=this.shadow,i=t.contextTop,r=t.getZoom();t&&t._isRetinaScaling()&&(r*=fabric.devicePixelRatio),i.shadowColor=e.color,i.shadowBlur=e.blur*r,i.shadowOffsetX=e.offsetX*r,i.shadowOffsetY=e.offsetY*r}},needsFullRender:function(){return new fabric.Color(this.color).getAlpha()<1||!!this.shadow},_resetShadow:function(){var t=this.canvas.contextTop;t.shadowColor="",t.shadowBlur=t.shadowOffsetX=t.shadowOffsetY=0},_isOutSideCanvas:function(t){return t.x<0||t.x>this.canvas.getWidth()||t.y<0||t.y>this.canvas.getHeight()}}),fabric.PencilBrush=fabric.util.createClass(fabric.BaseBrush,{decimate:.4,drawStraightLine:!1,straightLineKey:"shiftKey",initialize:function(t){this.canvas=t,this._points=[]},needsFullRender:function(){return this.callSuper("needsFullRender")||this._hasStraightLine},_drawSegment:function(t,e,i){var r=e.midPointFrom(i);return t.quadraticCurveTo(e.x,e.y,r.x,r.y),r},onMouseDown:function(t,e){this.canvas._isMainEvent(e.e)&&(this.drawStraightLine=e.e[this.straightLineKey],this._prepareForDrawing(t),this._captureDrawingPath(t),this._render())},onMouseMove:function(t,e){if(this.canvas._isMainEvent(e.e)&&(this.drawStraightLine=e.e[this.straightLineKey],(!0!==this.limitedToCanvasSize||!this._isOutSideCanvas(t))&&this._captureDrawingPath(t)&&1"},getObjectScaling:function(){if(!this.group)return{scaleX:this.scaleX,scaleY:this.scaleY};var t=x.util.qrDecompose(this.calcTransformMatrix());return{scaleX:Math.abs(t.scaleX),scaleY:Math.abs(t.scaleY)}},getTotalObjectScaling:function(){var t=this.getObjectScaling(),e=t.scaleX,i=t.scaleY;if(this.canvas){var r=this.canvas.getZoom(),n=this.canvas.getRetinaScaling();e*=r*n,i*=r*n}return{scaleX:e,scaleY:i}},getObjectOpacity:function(){var t=this.opacity;return this.group&&(t*=this.group.getObjectOpacity()),t},_set:function(t,e){var i="scaleX"===t||"scaleY"===t,r=this[t]!==e,n=!1;return i&&(e=this._constrainScale(e)),"scaleX"===t&&e<0?(this.flipX=!this.flipX,e*=-1):"scaleY"===t&&e<0?(this.flipY=!this.flipY,e*=-1):"shadow"!==t||!e||e instanceof x.Shadow?"dirty"===t&&this.group&&this.group.set("dirty",e):e=new x.Shadow(e),this[t]=e,r&&(n=this.group&&this.group.isOnACache(),-1=t.x&&n.left+n.width<=e.x&&n.top>=t.y&&n.top+n.height<=e.y},containsPoint:function(t,e,i,r){var n=this._getCoords(i,r),s=(e=e||this._getImageLines(n),this._findCrossPoints(t,e));return 0!==s&&s%2==1},isOnScreen:function(t){if(!this.canvas)return!1;var e=this.canvas.vptCoords.tl,i=this.canvas.vptCoords.br;return!!this.getCoords(!0,t).some(function(t){return t.x<=i.x&&t.x>=e.x&&t.y<=i.y&&t.y>=e.y})||(!!this.intersectsWithRect(e,i,!0,t)||this._containsCenterOfCanvas(e,i,t))},_containsCenterOfCanvas:function(t,e,i){var r={x:(t.x+e.x)/2,y:(t.y+e.y)/2};return!!this.containsPoint(r,null,!0,i)},isPartiallyOnScreen:function(t){if(!this.canvas)return!1;var e=this.canvas.vptCoords.tl,i=this.canvas.vptCoords.br;return!!this.intersectsWithRect(e,i,!0,t)||this.getCoords(!0,t).every(function(t){return(t.x>=i.x||t.x<=e.x)&&(t.y>=i.y||t.y<=e.y)})&&this._containsCenterOfCanvas(e,i,t)},_getImageLines:function(t){return{topline:{o:t.tl,d:t.tr},rightline:{o:t.tr,d:t.br},bottomline:{o:t.br,d:t.bl},leftline:{o:t.bl,d:t.tl}}},_findCrossPoints:function(t,e){var i,r,n,s=0;for(var o in e)if(!((n=e[o]).o.y=t.y&&n.d.y>=t.y||(n.o.x===n.d.x&&n.o.x>=t.x?r=n.o.x:(0,i=(n.d.y-n.o.y)/(n.d.x-n.o.x),r=-(t.y-0*t.x-(n.o.y-i*n.o.x))/(0-i)),r>=t.x&&(s+=1),2!==s)))break;return s},getBoundingRect:function(t,e){var i=this.getCoords(t,e);return h.makeBoundingBoxFromPoints(i)},getScaledWidth:function(){return this._getTransformedDimensions().x},getScaledHeight:function(){return this._getTransformedDimensions().y},_constrainScale:function(t){return Math.abs(t)\n')}},toSVG:function(t){return this._createBaseSVGMarkup(this._toSVG(t),{reviver:t})},toClipPathSVG:function(t){return"\t"+this._createBaseClipPathSVGMarkup(this._toSVG(t),{reviver:t})},_createBaseClipPathSVGMarkup:function(t,e){var i=(e=e||{}).reviver,r=e.additionalTransform||"",n=[this.getSvgTransform(!0,r),this.getSvgCommons()].join(""),s=t.indexOf("COMMON_PARTS");return t[s]=n,i?i(t.join("")):t.join("")},_createBaseSVGMarkup:function(t,e){var i,r,n=(e=e||{}).noStyle,s=e.reviver,o=n?"":'style="'+this.getSvgStyles()+'" ',a=e.withShadow?'style="'+this.getSvgFilter()+'" ':"",c=this.clipPath,h=this.strokeUniform?'vector-effect="non-scaling-stroke" ':"",l=c&&c.absolutePositioned,u=this.stroke,f=this.fill,d=this.shadow,g=[],p=t.indexOf("COMMON_PARTS"),v=e.additionalTransform;return c&&(c.clipPathId="CLIPPATH_"+fabric.Object.__uid++,r='\n'+c.toClipPathSVG(s)+"\n"),l&&g.push("\n"),g.push("\n"),i=[o,h,n?"":this.addPaintOrder()," ",v?'transform="'+v+'" ':""].join(""),t[p]=i,f&&f.toLive&&g.push(f.toSVG(this)),u&&u.toLive&&g.push(u.toSVG(this)),d&&g.push(d.toSVG(this)),c&&g.push(r),g.push(t.join("")),g.push("\n"),l&&g.push("\n"),s?s(g.join("")):g.join("")},addPaintOrder:function(){return"fill"!==this.paintFirst?' paint-order="'+this.paintFirst+'" ':""}})}(),function(){var n=fabric.util.object.extend,r="stateProperties";function s(e,t,i){var r={};i.forEach(function(t){r[t]=e[t]}),n(e[t],r,!0)}fabric.util.object.extend(fabric.Object.prototype,{hasStateChanged:function(t){var e="_"+(t=t||r);return Object.keys(this[e]).length\n']}}),s.Line.ATTRIBUTE_NAMES=s.SHARED_ATTRIBUTES.concat("x1 y1 x2 y2".split(" ")),s.Line.fromElement=function(t,e,i){i=i||{};var r=s.parseAttributes(t,s.Line.ATTRIBUTE_NAMES),n=[r.x1||0,r.y1||0,r.x2||0,r.y2||0];e(new s.Line(n,o(r,i)))},s.Line.fromObject=function(t,e){var i=r(t,!0);i.points=[t.x1,t.y1,t.x2,t.y2],s.Object._fromObject("Line",i,function(t){delete t.points,e&&e(t)},"points")})}("undefined"!=typeof exports?exports:this),function(t){"use strict";var s=t.fabric||(t.fabric={}),o=s.util.degreesToRadians;s.Circle?s.warn("fabric.Circle is already defined."):(s.Circle=s.util.createClass(s.Object,{type:"circle",radius:0,startAngle:0,endAngle:360,cacheProperties:s.Object.prototype.cacheProperties.concat("radius","startAngle","endAngle"),_set:function(t,e){return this.callSuper("_set",t,e),"radius"===t&&this.setRadius(e),this},toObject:function(t){return this.callSuper("toObject",["radius","startAngle","endAngle"].concat(t))},_toSVG:function(){var t,e=(this.endAngle-this.startAngle)%360;if(0===e)t=["\n'];else{var i=o(this.startAngle),r=o(this.endAngle),n=this.radius;t=['\n"]}return t},_render:function(t){t.beginPath(),t.arc(0,0,this.radius,o(this.startAngle),o(this.endAngle),!1),this._renderPaintInOrder(t)},getRadiusX:function(){return this.get("radius")*this.get("scaleX")},getRadiusY:function(){return this.get("radius")*this.get("scaleY")},setRadius:function(t){return this.radius=t,this.set("width",2*t).set("height",2*t)}}),s.Circle.ATTRIBUTE_NAMES=s.SHARED_ATTRIBUTES.concat("cx cy r".split(" ")),s.Circle.fromElement=function(t,e){var i,r=s.parseAttributes(t,s.Circle.ATTRIBUTE_NAMES);if(!("radius"in(i=r)&&0<=i.radius))throw new Error("value of `r` attribute is required and can not be negative");r.left=(r.left||0)-r.radius,r.top=(r.top||0)-r.radius,e(new s.Circle(r))},s.Circle.fromObject=function(t,e){s.Object._fromObject("Circle",t,e)})}("undefined"!=typeof exports?exports:this),function(t){"use strict";var i=t.fabric||(t.fabric={});i.Triangle?i.warn("fabric.Triangle is already defined"):(i.Triangle=i.util.createClass(i.Object,{type:"triangle",width:100,height:100,_render:function(t){var e=this.width/2,i=this.height/2;t.beginPath(),t.moveTo(-e,i),t.lineTo(0,-i),t.lineTo(e,i),t.closePath(),this._renderPaintInOrder(t)},_toSVG:function(){var t=this.width/2,e=this.height/2;return["']}}),i.Triangle.fromObject=function(t,e){return i.Object._fromObject("Triangle",t,e)})}("undefined"!=typeof exports?exports:this),function(t){"use strict";var r=t.fabric||(t.fabric={}),e=2*Math.PI;r.Ellipse?r.warn("fabric.Ellipse is already defined."):(r.Ellipse=r.util.createClass(r.Object,{type:"ellipse",rx:0,ry:0,cacheProperties:r.Object.prototype.cacheProperties.concat("rx","ry"),initialize:function(t){this.callSuper("initialize",t),this.set("rx",t&&t.rx||0),this.set("ry",t&&t.ry||0)},_set:function(t,e){switch(this.callSuper("_set",t,e),t){case"rx":this.rx=e,this.set("width",2*e);break;case"ry":this.ry=e,this.set("height",2*e)}return this},getRx:function(){return this.get("rx")*this.get("scaleX")},getRy:function(){return this.get("ry")*this.get("scaleY")},toObject:function(t){return this.callSuper("toObject",["rx","ry"].concat(t))},_toSVG:function(){return["\n']},_render:function(t){t.beginPath(),t.save(),t.transform(1,0,0,this.ry/this.rx,0,0),t.arc(0,0,this.rx,0,e,!1),t.restore(),this._renderPaintInOrder(t)}}),r.Ellipse.ATTRIBUTE_NAMES=r.SHARED_ATTRIBUTES.concat("cx cy rx ry".split(" ")),r.Ellipse.fromElement=function(t,e){var i=r.parseAttributes(t,r.Ellipse.ATTRIBUTE_NAMES);i.left=(i.left||0)-i.rx,i.top=(i.top||0)-i.ry,e(new r.Ellipse(i))},r.Ellipse.fromObject=function(t,e){r.Object._fromObject("Ellipse",t,e)})}("undefined"!=typeof exports?exports:this),function(t){"use strict";var s=t.fabric||(t.fabric={}),o=s.util.object.extend;s.Rect?s.warn("fabric.Rect is already defined"):(s.Rect=s.util.createClass(s.Object,{stateProperties:s.Object.prototype.stateProperties.concat("rx","ry"),type:"rect",rx:0,ry:0,cacheProperties:s.Object.prototype.cacheProperties.concat("rx","ry"),initialize:function(t){this.callSuper("initialize",t),this._initRxRy()},_initRxRy:function(){this.rx&&!this.ry?this.ry=this.rx:this.ry&&!this.rx&&(this.rx=this.ry)},_render:function(t){var e=this.rx?Math.min(this.rx,this.width/2):0,i=this.ry?Math.min(this.ry,this.height/2):0,r=this.width,n=this.height,s=-this.width/2,o=-this.height/2,a=0!==e||0!==i,c=.4477152502;t.beginPath(),t.moveTo(s+e,o),t.lineTo(s+r-e,o),a&&t.bezierCurveTo(s+r-c*e,o,s+r,o+c*i,s+r,o+i),t.lineTo(s+r,o+n-i),a&&t.bezierCurveTo(s+r,o+n-c*i,s+r-c*e,o+n,s+r-e,o+n),t.lineTo(s+e,o+n),a&&t.bezierCurveTo(s+c*e,o+n,s,o+n-c*i,s,o+n-i),t.lineTo(s,o+i),a&&t.bezierCurveTo(s,o+c*i,s+c*e,o,s+e,o),t.closePath(),this._renderPaintInOrder(t)},toObject:function(t){return this.callSuper("toObject",["rx","ry"].concat(t))},_toSVG:function(){return["\n']}}),s.Rect.ATTRIBUTE_NAMES=s.SHARED_ATTRIBUTES.concat("x y rx ry width height".split(" ")),s.Rect.fromElement=function(t,e,i){if(!t)return e(null);i=i||{};var r=s.parseAttributes(t,s.Rect.ATTRIBUTE_NAMES);r.left=r.left||0,r.top=r.top||0,r.height=r.height||0,r.width=r.width||0;var n=new s.Rect(o(i?s.util.object.clone(i):{},r));n.visible=n.visible&&0\n']},commonRender:function(t){var e,i=this.points.length,r=this.pathOffset.x,n=this.pathOffset.y;if(!i||isNaN(this.points[i-1].y))return!1;t.beginPath(),t.moveTo(this.points[0].x-r,this.points[0].y-n);for(var s=0;s"},toObject:function(t){return n(this.callSuper("toObject",t),{path:this.path.map(function(t){return t.slice()})})},toDatalessObject:function(t){var e=this.toObject(["sourcePath"].concat(t));return e.sourcePath&&delete e.path,e},_toSVG:function(){return["\n"]},_getOffsetTransform:function(){var t=f.Object.NUM_FRACTION_DIGITS;return" translate("+e(-this.pathOffset.x,t)+", "+e(-this.pathOffset.y,t)+")"},toClipPathSVG:function(t){var e=this._getOffsetTransform();return"\t"+this._createBaseClipPathSVGMarkup(this._toSVG(),{reviver:t,additionalTransform:e})},toSVG:function(t){var e=this._getOffsetTransform();return this._createBaseSVGMarkup(this._toSVG(),{reviver:t,additionalTransform:e})},complexity:function(){return this.path.length},_calcDimensions:function(){for(var t,e,i=[],r=[],n=0,s=0,o=0,a=0,c=0,h=this.path.length;c"},addWithUpdate:function(t){var e=!!this.group;return this._restoreObjectsState(),h.util.resetObjectTransform(this),t&&(e&&h.util.removeTransformFromObject(t,this.group.calcTransformMatrix()),this._objects.push(t),t.group=this,t._set("canvas",this.canvas)),this._calcBounds(),this._updateObjectsCoords(),this.dirty=!0,e?this.group.addWithUpdate():this.setCoords(),this},removeWithUpdate:function(t){return this._restoreObjectsState(),h.util.resetObjectTransform(this),this.remove(t),this._calcBounds(),this._updateObjectsCoords(),this.setCoords(),this.dirty=!0,this},_onObjectAdded:function(t){this.dirty=!0,t.group=this,t._set("canvas",this.canvas)},_onObjectRemoved:function(t){this.dirty=!0,delete t.group},_set:function(t,e){var i=this._objects.length;if(this.useSetOnGroup)for(;i--;)this._objects[i].setOnGroup(t,e);if("canvas"===t)for(;i--;)this._objects[i]._set(t,e);h.Object.prototype._set.call(this,t,e)},toObject:function(r){var n=this.includeDefaultValues,t=this._objects.filter(function(t){return!t.excludeFromExport}).map(function(t){var e=t.includeDefaultValues;t.includeDefaultValues=n;var i=t.toObject(r);return t.includeDefaultValues=e,i}),e=h.Object.prototype.toObject.call(this,r);return e.objects=t,e},toDatalessObject:function(r){var t,e=this.sourcePath;if(e)t=e;else{var n=this.includeDefaultValues;t=this._objects.map(function(t){var e=t.includeDefaultValues;t.includeDefaultValues=n;var i=t.toDatalessObject(r);return t.includeDefaultValues=e,i})}var i=h.Object.prototype.toDatalessObject.call(this,r);return i.objects=t,i},render:function(t){this._transformDone=!0,this.callSuper("render",t),this._transformDone=!1},shouldCache:function(){var t=h.Object.prototype.shouldCache.call(this);if(t)for(var e=0,i=this._objects.length;e\n"],i=0,r=this._objects.length;i\n"),e},getSvgStyles:function(){var t=void 0!==this.opacity&&1!==this.opacity?"opacity: "+this.opacity+";":"",e=this.visible?"":" visibility: hidden;";return[t,this.getSvgFilter(),e].join("")},toClipPathSVG:function(t){for(var e=[],i=0,r=this._objects.length;i"},shouldCache:function(){return!1},isOnACache:function(){return!1},_renderControls:function(t,e,i){t.save(),t.globalAlpha=this.isMoving?this.borderOpacityWhenMoving:1,this.callSuper("_renderControls",t,e),void 0===(i=i||{}).hasControls&&(i.hasControls=!1),i.forActiveSelection=!0;for(var r=0,n=this._objects.length;r\n','\t\n',"\n"),o=' clip-path="url(#imageCrop_'+c+')" '}if(this.imageSmoothing||(a='" image-rendering="optimizeSpeed'),i.push("\t\n"),this.stroke||this.strokeDashArray){var h=this.fill;this.fill=null,t=["\t\n'],this.fill=h}return e="fill"!==this.paintFirst?e.concat(t,i):e.concat(i,t)},getSrc:function(t){var e=t?this._element:this._originalElement;return e?e.toDataURL?e.toDataURL():this.srcFromAttribute?e.getAttribute("src"):e.src:this.src||""},setSrc:function(t,i,r){return fabric.util.loadImage(t,function(t,e){this.setElement(t,r),this._setWidthHeight(),i&&i(this,e)},this,r&&r.crossOrigin),this},toString:function(){return'#'},applyResizeFilters:function(){var t=this.resizeFilter,e=this.minimumScaleTrigger,i=this.getTotalObjectScaling(),r=i.scaleX,n=i.scaleY,s=this._filteredEl||this._originalElement;if(this.group&&this.set("dirty",!0),!t||e=t;for(var a=["highp","mediump","lowp"],c=0;c<3;c++)if(void 0,i="precision "+a[c]+" float;\nvoid main(){}",r=(e=s).createShader(e.FRAGMENT_SHADER),e.shaderSource(r,i),e.compileShader(r),e.getShaderParameter(r,e.COMPILE_STATUS)){fabric.webGlPrecision=a[c];break}}return this.isSupported=o},(fabric.WebglFilterBackend=t).prototype={tileSize:2048,resources:{},setupGLContext:function(t,e){this.dispose(),this.createWebGLCanvas(t,e),this.aPosition=new Float32Array([0,0,0,1,1,0,1,1]),this.chooseFastestCopyGLTo2DMethod(t,e)},chooseFastestCopyGLTo2DMethod:function(t,e){var i,r=void 0!==window.performance;try{new ImageData(1,1),i=!0}catch(t){i=!1}var n="undefined"!=typeof ArrayBuffer,s="undefined"!=typeof Uint8ClampedArray;if(r&&i&&n&&s){var o=fabric.util.createCanvasElement(),a=new ArrayBuffer(t*e*4);if(fabric.forceGLPutImageData)return this.imageBuffer=a,void(this.copyGLTo2D=copyGLTo2DPutImageData);var c,h,l={imageBuffer:a,destinationWidth:t,destinationHeight:e,targetCanvas:o};o.width=t,o.height=e,c=window.performance.now(),copyGLTo2DDrawImage.call(l,this.gl,l),h=window.performance.now()-c,c=window.performance.now(),copyGLTo2DPutImageData.call(l,this.gl,l),window.performance.now()-c 0.0) {\n"+this.fragmentSource[t]+"}\n}"},retrieveShader:function(t){var e,i=this.type+"_"+this.mode;return t.programCache.hasOwnProperty(i)||(e=this.buildSource(this.mode),t.programCache[i]=this.createProgram(t.context,e)),t.programCache[i]},applyTo2d:function(t){var e,i,r,n,s,o,a,c=t.imageData.data,h=c.length,l=1-this.alpha;e=(a=new f.Color(this.color).getSource())[0]*this.alpha,i=a[1]*this.alpha,r=a[2]*this.alpha;for(var u=0;u'},_getCacheCanvasDimensions:function(){var t=this.callSuper("_getCacheCanvasDimensions"),e=this.fontSize;return t.width+=e*t.zoomX,t.height+=e*t.zoomY,t},_render:function(t){var e=this.path;e&&!e.isNotVisible()&&e._render(t),this._setTextStyles(t),this._renderTextLinesBackground(t),this._renderTextDecoration(t,"underline"),this._renderText(t),this._renderTextDecoration(t,"overline"),this._renderTextDecoration(t,"linethrough")},_renderText:function(t){"stroke"===this.paintFirst?(this._renderTextStroke(t),this._renderTextFill(t)):(this._renderTextFill(t),this._renderTextStroke(t))},_setTextStyles:function(t,e,i){if(t.textBaseline="alphabetical",this.path)switch(this.pathAlign){case"center":t.textBaseline="middle";break;case"ascender":t.textBaseline="top";break;case"descender":t.textBaseline="bottom"}t.font=this._getFontDeclaration(e,i)},calcTextWidth:function(){for(var t=this.getLineWidth(0),e=1,i=this._textLines.length;ethis.__selectionStartOnMouseDown?(this.selectionStart=this.__selectionStartOnMouseDown,this.selectionEnd=e):(this.selectionStart=e,this.selectionEnd=this.__selectionStartOnMouseDown),this.selectionStart===i&&this.selectionEnd===r||(this.restartCursorIfNeeded(),this._fireSelectionChanged(),this._updateTextarea(),this.renderCursorOrSelection()))}},_setEditingProps:function(){this.hoverCursor="text",this.canvas&&(this.canvas.defaultCursor=this.canvas.moveCursor="text"),this.borderColor=this.editingBorderColor,this.hasControls=this.selectable=!1,this.lockMovementX=this.lockMovementY=!0},fromStringToGraphemeSelection:function(t,e,i){var r=i.slice(0,t),n=fabric.util.string.graphemeSplit(r).length;if(t===e)return{selectionStart:n,selectionEnd:n};var s=i.slice(t,e);return{selectionStart:n,selectionEnd:n+fabric.util.string.graphemeSplit(s).length}},fromGraphemeToStringSelection:function(t,e,i){var r=i.slice(0,t).join("").length;return t===e?{selectionStart:r,selectionEnd:r}:{selectionStart:r,selectionEnd:r+i.slice(t,e).join("").length}},_updateTextarea:function(){if(this.cursorOffsetCache={},this.hiddenTextarea){if(!this.inCompositionMode){var t=this.fromGraphemeToStringSelection(this.selectionStart,this.selectionEnd,this._text);this.hiddenTextarea.selectionStart=t.selectionStart,this.hiddenTextarea.selectionEnd=t.selectionEnd}this.updateTextareaPosition()}},updateFromTextArea:function(){if(this.hiddenTextarea){this.cursorOffsetCache={},this.text=this.hiddenTextarea.value,this._shouldClearDimensionCache()&&(this.initDimensions(),this.setCoords());var t=this.fromStringToGraphemeSelection(this.hiddenTextarea.selectionStart,this.hiddenTextarea.selectionEnd,this.hiddenTextarea.value);this.selectionEnd=this.selectionStart=t.selectionEnd,this.inCompositionMode||(this.selectionStart=t.selectionStart),this.updateTextareaPosition()}},updateTextareaPosition:function(){if(this.selectionStart===this.selectionEnd){var t=this._calcTextareaPosition();this.hiddenTextarea.style.left=t.left,this.hiddenTextarea.style.top=t.top}},_calcTextareaPosition:function(){if(!this.canvas)return{x:1,y:1};var t=this.inCompositionMode?this.compositionStart:this.selectionStart,e=this._getCursorBoundaries(t),i=this.get2DCursorLocation(t),r=i.lineIndex,n=i.charIndex,s=this.getValueOfPropertyAt(r,n,"fontSize")*this.lineHeight,o=e.leftOffset,a=this.calcTransformMatrix(),c={x:e.left+o,y:e.top+e.topOffset+s},h=this.canvas.getRetinaScaling(),l=this.canvas.upperCanvasEl,u=l.width/h,f=l.height/h,d=u-s,g=f-s,p=l.clientWidth/u,v=l.clientHeight/f;return c=fabric.util.transformPoint(c,a),(c=fabric.util.transformPoint(c,this.canvas.viewportTransform)).x*=p,c.y*=v,c.x<0&&(c.x=0),c.x>d&&(c.x=d),c.y<0&&(c.y=0),c.y>g&&(c.y=g),c.x+=this.canvas._offset.left,c.y+=this.canvas._offset.top,{left:c.x+"px",top:c.y+"px",fontSize:s+"px",charHeight:s}},_saveEditingProps:function(){this._savedProps={hasControls:this.hasControls,borderColor:this.borderColor,lockMovementX:this.lockMovementX,lockMovementY:this.lockMovementY,hoverCursor:this.hoverCursor,selectable:this.selectable,defaultCursor:this.canvas&&this.canvas.defaultCursor,moveCursor:this.canvas&&this.canvas.moveCursor}},_restoreEditingProps:function(){this._savedProps&&(this.hoverCursor=this._savedProps.hoverCursor,this.hasControls=this._savedProps.hasControls,this.borderColor=this._savedProps.borderColor,this.selectable=this._savedProps.selectable,this.lockMovementX=this._savedProps.lockMovementX,this.lockMovementY=this._savedProps.lockMovementY,this.canvas&&(this.canvas.defaultCursor=this._savedProps.defaultCursor,this.canvas.moveCursor=this._savedProps.moveCursor))},exitEditing:function(){var t=this._textBeforeEdit!==this.text,e=this.hiddenTextarea;return this.selected=!1,this.isEditing=!1,this.selectionEnd=this.selectionStart,e&&(e.blur&&e.blur(),e.parentNode&&e.parentNode.removeChild(e)),this.hiddenTextarea=null,this.abortCursorAnimation(),this._restoreEditingProps(),this._currentCursorOpacity=0,this._shouldClearDimensionCache()&&(this.initDimensions(),this.setCoords()),this.fire("editing:exited"),t&&this.fire("modified"),this.canvas&&(this.canvas.off("mouse:move",this.mouseMoveHandler),this.canvas.fire("text:editing:exited",{target:this}),t&&this.canvas.fire("object:modified",{target:this})),this},_removeExtraneousStyles:function(){for(var t in this.styles)this._textLines[t]||delete this.styles[t]},removeStyleFromTo:function(t,e){var i,r,n=this.get2DCursorLocation(t,!0),s=this.get2DCursorLocation(e,!0),o=n.lineIndex,a=n.charIndex,c=s.lineIndex,h=s.charIndex;if(o!==c){if(this.styles[o])for(i=a;it?this.selectionStart=t:this.selectionStart<0&&(this.selectionStart=0),this.selectionEnd>t?this.selectionEnd=t:this.selectionEnd<0&&(this.selectionEnd=0)}})}(),fabric.util.object.extend(fabric.IText.prototype,{initDoubleClickSimulation:function(){this.__lastClickTime=+new Date,this.__lastLastClickTime=+new Date,this.__lastPointer={},this.on("mousedown",this.onMouseDown)},onMouseDown:function(t){if(this.canvas){this.__newClickTime=+new Date;var e=t.pointer;this.isTripleClick(e)&&(this.fire("tripleclick",t),this._stopEvent(t.e)),this.__lastLastClickTime=this.__lastClickTime,this.__lastClickTime=this.__newClickTime,this.__lastPointer=e,this.__lastIsEditing=this.isEditing,this.__lastSelected=this.selected}},isTripleClick:function(t){return this.__newClickTime-this.__lastClickTime<500&&this.__lastClickTime-this.__lastLastClickTime<500&&this.__lastPointer.x===t.x&&this.__lastPointer.y===t.y},_stopEvent:function(t){t.preventDefault&&t.preventDefault(),t.stopPropagation&&t.stopPropagation()},initCursorSelectionHandlers:function(){this.initMousedownHandler(),this.initMouseupHandler(),this.initClicks()},doubleClickHandler:function(t){this.isEditing&&this.selectWord(this.getSelectionStartFromPointer(t.e))},tripleClickHandler:function(t){this.isEditing&&this.selectLine(this.getSelectionStartFromPointer(t.e))},initClicks:function(){this.on("mousedblclick",this.doubleClickHandler),this.on("tripleclick",this.tripleClickHandler)},_mouseDownHandler:function(t){!this.canvas||!this.editable||t.e.button&&1!==t.e.button||(this.__isMousedown=!0,this.selected&&(this.inCompositionMode=!1,this.setCursorByClick(t.e)),this.isEditing&&(this.__selectionStartOnMouseDown=this.selectionStart,this.selectionStart===this.selectionEnd&&this.abortCursorAnimation(),this.renderCursorOrSelection()))},_mouseDownHandlerBefore:function(t){!this.canvas||!this.editable||t.e.button&&1!==t.e.button||(this.selected=this===this.canvas._activeObject)},initMousedownHandler:function(){this.on("mousedown",this._mouseDownHandler),this.on("mousedown:before",this._mouseDownHandlerBefore)},initMouseupHandler:function(){this.on("mouseup",this.mouseUpHandler)},mouseUpHandler:function(t){if(this.__isMousedown=!1,!(!this.editable||this.group||t.transform&&t.transform.actionPerformed||t.e.button&&1!==t.e.button)){if(this.canvas){var e=this.canvas._activeObject;if(e&&e!==this)return}this.__lastSelected&&!this.__corner?(this.selected=!1,this.__lastSelected=!1,this.enterEditing(t.e),this.selectionStart===this.selectionEnd?this.initDelayedCursor(!0):this.renderCursorOrSelection()):this.selected=!0}},setCursorByClick:function(t){var e=this.getSelectionStartFromPointer(t),i=this.selectionStart,r=this.selectionEnd;t.shiftKey?this.setSelectionStartEndWithShift(i,r,e):(this.selectionStart=e,this.selectionEnd=e),this.isEditing&&(this._fireSelectionChanged(),this._updateTextarea())},getSelectionStartFromPointer:function(t){for(var e,i=this.getLocalPointer(t),r=0,n=0,s=0,o=0,a=0,c=0,h=this._textLines.length;cthis._text.length&&(a=this._text.length),a}}),fabric.util.object.extend(fabric.IText.prototype,{initHiddenTextarea:function(){this.hiddenTextarea=fabric.document.createElement("textarea"),this.hiddenTextarea.setAttribute("autocapitalize","off"),this.hiddenTextarea.setAttribute("autocorrect","off"),this.hiddenTextarea.setAttribute("autocomplete","off"),this.hiddenTextarea.setAttribute("spellcheck","false"),this.hiddenTextarea.setAttribute("data-fabric-hiddentextarea",""),this.hiddenTextarea.setAttribute("wrap","off");var t=this._calcTextareaPosition();this.hiddenTextarea.style.cssText="position: absolute; top: "+t.top+"; left: "+t.left+"; z-index: -999; opacity: 0; width: 1px; height: 1px; font-size: 1px; paddingーtop: "+t.fontSize+";",this.hiddenTextareaContainer?this.hiddenTextareaContainer.appendChild(this.hiddenTextarea):fabric.document.body.appendChild(this.hiddenTextarea),fabric.util.addListener(this.hiddenTextarea,"keydown",this.onKeyDown.bind(this)),fabric.util.addListener(this.hiddenTextarea,"keyup",this.onKeyUp.bind(this)),fabric.util.addListener(this.hiddenTextarea,"input",this.onInput.bind(this)),fabric.util.addListener(this.hiddenTextarea,"copy",this.copy.bind(this)),fabric.util.addListener(this.hiddenTextarea,"cut",this.copy.bind(this)),fabric.util.addListener(this.hiddenTextarea,"paste",this.paste.bind(this)),fabric.util.addListener(this.hiddenTextarea,"compositionstart",this.onCompositionStart.bind(this)),fabric.util.addListener(this.hiddenTextarea,"compositionupdate",this.onCompositionUpdate.bind(this)),fabric.util.addListener(this.hiddenTextarea,"compositionend",this.onCompositionEnd.bind(this)),!this._clickHandlerInitialized&&this.canvas&&(fabric.util.addListener(this.canvas.upperCanvasEl,"click",this.onClick.bind(this)),this._clickHandlerInitialized=!0)},keysMap:{9:"exitEditing",27:"exitEditing",33:"moveCursorUp",34:"moveCursorDown",35:"moveCursorRight",36:"moveCursorLeft",37:"moveCursorLeft",38:"moveCursorUp",39:"moveCursorRight",40:"moveCursorDown"},keysMapRtl:{9:"exitEditing",27:"exitEditing",33:"moveCursorUp",34:"moveCursorDown",35:"moveCursorLeft",36:"moveCursorRight",37:"moveCursorRight",38:"moveCursorUp",39:"moveCursorLeft",40:"moveCursorDown"},ctrlKeysMapUp:{67:"copy",88:"cut"},ctrlKeysMapDown:{65:"selectAll"},onClick:function(){this.hiddenTextarea&&this.hiddenTextarea.focus()},onKeyDown:function(t){if(this.isEditing){var e="rtl"===this.direction?this.keysMapRtl:this.keysMap;if(t.keyCode in e)this[e[t.keyCode]](t);else{if(!(t.keyCode in this.ctrlKeysMapDown&&(t.ctrlKey||t.metaKey)))return;this[this.ctrlKeysMapDown[t.keyCode]](t)}t.stopImmediatePropagation(),t.preventDefault(),33<=t.keyCode&&t.keyCode<=40?(this.inCompositionMode=!1,this.clearContextTop(),this.renderCursorOrSelection()):this.canvas&&this.canvas.requestRenderAll()}},onKeyUp:function(t){!this.isEditing||this._copyDone||this.inCompositionMode?this._copyDone=!1:t.keyCode in this.ctrlKeysMapUp&&(t.ctrlKey||t.metaKey)&&(this[this.ctrlKeysMapUp[t.keyCode]](t),t.stopImmediatePropagation(),t.preventDefault(),this.canvas&&this.canvas.requestRenderAll())},onInput:function(t){var e=this.fromPaste;if(this.fromPaste=!1,t&&t.stopPropagation(),this.isEditing){var i,r,n,s,o,a=this._splitTextIntoLines(this.hiddenTextarea.value).graphemeText,c=this._text.length,h=a.length,l=h-c,u=this.selectionStart,f=this.selectionEnd,d=u!==f;if(""===this.hiddenTextarea.value)return this.styles={},this.updateFromTextArea(),this.fire("changed"),void(this.canvas&&(this.canvas.fire("text:changed",{target:this}),this.canvas.requestRenderAll()));var g=this.fromStringToGraphemeSelection(this.hiddenTextarea.selectionStart,this.hiddenTextarea.selectionEnd,this.hiddenTextarea.value),p=u>g.selectionStart;d?(i=this._text.slice(u,f),l+=f-u):h=this._text.length&&this.selectionEnd>=this._text.length||this._moveCursorUpOrDown("Down",t)},moveCursorUp:function(t){0===this.selectionStart&&0===this.selectionEnd||this._moveCursorUpOrDown("Up",t)},_moveCursorUpOrDown:function(t,e){var i=this["get"+t+"CursorOffset"](e,"right"===this._selectionDirection);e.shiftKey?this.moveCursorWithShift(i):this.moveCursorWithoutShift(i),0!==i&&(this.setSelectionInBoundaries(),this.abortCursorAnimation(),this._currentCursorOpacity=1,this.initDelayedCursor(),this._fireSelectionChanged(),this._updateTextarea())},moveCursorWithShift:function(t){var e="left"===this._selectionDirection?this.selectionStart+t:this.selectionEnd+t;return this.setSelectionStartEndWithShift(this.selectionStart,this.selectionEnd,e),0!==t},moveCursorWithoutShift:function(t){return t<0?(this.selectionStart+=t,this.selectionEnd=this.selectionStart):(this.selectionEnd+=t,this.selectionStart=this.selectionEnd),0!==t},moveCursorLeft:function(t){0===this.selectionStart&&0===this.selectionEnd||this._moveCursorLeftOrRight("Left",t)},_move:function(t,e,i){var r;if(t.altKey)r=this["findWordBoundary"+i](this[e]);else{if(!t.metaKey&&35!==t.keyCode&&36!==t.keyCode)return this[e]+="Left"===i?-1:1,!0;r=this["findLineBoundary"+i](this[e])}if(void 0!==typeof r&&this[e]!==r)return this[e]=r,!0},_moveLeft:function(t,e){return this._move(t,e,"Left")},_moveRight:function(t,e){return this._move(t,e,"Right")},moveCursorLeftWithoutShift:function(t){var e=!0;return this._selectionDirection="left",this.selectionEnd===this.selectionStart&&0!==this.selectionStart&&(e=this._moveLeft(t,"selectionStart")),this.selectionEnd=this.selectionStart,e},moveCursorLeftWithShift:function(t){return"right"===this._selectionDirection&&this.selectionStart!==this.selectionEnd?this._moveLeft(t,"selectionEnd"):0!==this.selectionStart?(this._selectionDirection="left",this._moveLeft(t,"selectionStart")):void 0},moveCursorRight:function(t){this.selectionStart>=this._text.length&&this.selectionEnd>=this._text.length||this._moveCursorLeftOrRight("Right",t)},_moveCursorLeftOrRight:function(t,e){var i="moveCursor"+t+"With";this._currentCursorOpacity=1,e.shiftKey?i+="Shift":i+="outShift",this[i](e)&&(this.abortCursorAnimation(),this.initDelayedCursor(),this._fireSelectionChanged(),this._updateTextarea())},moveCursorRightWithShift:function(t){return"left"===this._selectionDirection&&this.selectionStart!==this.selectionEnd?this._moveRight(t,"selectionStart"):this.selectionEnd!==this._text.length?(this._selectionDirection="right",this._moveRight(t,"selectionEnd")):void 0},moveCursorRightWithoutShift:function(t){var e=!0;return this._selectionDirection="right",this.selectionStart===this.selectionEnd?(e=this._moveRight(t,"selectionStart"),this.selectionEnd=this.selectionStart):this.selectionStart=this.selectionEnd,e},removeChars:function(t,e){void 0===e&&(e=t+1),this.removeStyleFromTo(t,e),this._text.splice(t,e-t),this.text=this._text.join(""),this.set("dirty",!0),this._shouldClearDimensionCache()&&(this.initDimensions(),this.setCoords()),this._removeExtraneousStyles()},insertChars:function(t,e,i,r){void 0===r&&(r=i),i",t.textSpans.join(""),"\n"]},_getSVGTextAndBg:function(t,e){var i,r=[],n=[],s=t;this._setSVGBg(n);for(var o=0,a=this._textLines.length;o",fabric.util.string.escapeXml(t),""].join("")},_setSVGTextLineText:function(t,e,i,r){var n,s,o,a,c,h=this.getHeightOfLine(e),l=-1!==this.textAlign.indexOf("justify"),u="",f=0,d=this._textLines[e];r+=h*(1-this._fontSizeFraction)/this.lineHeight;for(var g=0,p=d.length-1;g<=p;g++)c=g===p||this.charSpacing,u+=d[g],o=this.__charBounds[e][g],0===f?(i+=o.kernedWidth-o.width,f+=o.width):f+=o.kernedWidth,l&&!c&&this._reSpaceAndTab.test(d[g])&&(c=!0),c||(n=n||this.getCompleteStyleDeclaration(e,g),s=this.getCompleteStyleDeclaration(e,g+1),c=this._hasStyleChangedForSvg(n,s)),c&&(a=this._getStyleDeclaration(e,g)||{},t.push(this._createTextCharSpan(u,a,i,r)),u="",n=s,i+=f,f=0)},_pushTextBgRect:function(t,e,i,r,n,s){var o=fabric.Object.NUM_FRACTION_DIGITS;t.push("\t\t\n')},_setSVGTextLineBg:function(t,e,i,r){for(var n,s,o=this._textLines[e],a=this.getHeightOfLine(e)/this.lineHeight,c=0,h=0,l=this.getValueOfPropertyAt(e,0,"textBackgroundColor"),u=0,f=o.length;uthis.width&&this._set("width",this.dynamicMinWidth),-1!==this.textAlign.indexOf("justify")&&this.enlargeSpaces(),this.height=this.calcTextHeight(),this.saveState({propertySet:"_dimensionAffectingProps"}))},_generateStyleMap:function(t){for(var e=0,i=0,r=0,n={},s=0;sthis.dynamicMinWidth&&(this.dynamicMinWidth=g-v+r),o},isEndOfWrapping:function(t){return!this._styleMap[t+1]||this._styleMap[t+1].line!==this._styleMap[t].line},missingNewlineOffset:function(t){return this.splitByGrapheme?this.isEndOfWrapping(t)?1:0:1},_splitTextIntoLines:function(t){for(var e=b.Text.prototype._splitTextIntoLines.call(this,t),i=this._wrapText(e.lines,this.width),r=new Array(i.length),n=0;n_)for(var C=1,S=d.length;Ct[i-2].x?1:n.x===t[i-2].x?0:-1,c=n.y>t[i-2].y?1:n.y===t[i-2].y?0:-1),r.push(["L",n.x+a*e,n.y+c*e]),r},fabric.util.getPathSegmentsInfo=l,fabric.util.getBoundsOfCurve=function(t,e,i,r,n,s,o,a){var c;if(fabric.cachesBoundsOfCurve&&(c=D.call(arguments),fabric.boundsOfCurveCache[c]))return fabric.boundsOfCurveCache[c];var h,l,u,f,d,g,p,v,m=Math.sqrt,b=Math.min,y=Math.max,_=Math.abs,x=[],C=[[],[]];l=6*t-12*i+6*n,h=-3*t+9*i-9*n+3*o,u=3*i-3*t;for(var S=0;S<2;++S)if(0/g,">")},graphemeSplit:function(t){var e,i=0,r=[];for(i=0;it.x&&this.y>t.y},gte:function(t){return this.x>=t.x&&this.y>=t.y},lerp:function(t,e){return void 0===e&&(e=.5),e=Math.max(Math.min(1,e),0),new i(this.x+(t.x-this.x)*e,this.y+(t.y-this.y)*e)},distanceFrom:function(t){var e=this.x-t.x,i=this.y-t.y;return Math.sqrt(e*e+i*i)},midPointFrom:function(t){return this.lerp(t)},min:function(t){return new i(Math.min(this.x,t.x),Math.min(this.y,t.y))},max:function(t){return new i(Math.max(this.x,t.x),Math.max(this.y,t.y))},toString:function(){return this.x+","+this.y},setXY:function(t,e){return this.x=t,this.y=e,this},setX:function(t){return this.x=t,this},setY:function(t){return this.y=t,this},setFromPoint:function(t){return this.x=t.x,this.y=t.y,this},swap:function(t){var e=this.x,i=this.y;this.x=t.x,this.y=t.y,t.x=e,t.y=i},clone:function(){return new i(this.x,this.y)}}}("undefined"!=typeof exports?exports:this),function(t){"use strict";var f=t.fabric||(t.fabric={});function d(t){this.status=t,this.points=[]}f.Intersection?f.warn("fabric.Intersection is already defined"):(f.Intersection=d,f.Intersection.prototype={constructor:d,appendPoint:function(t){return this.points.push(t),this},appendPoints:function(t){return this.points=this.points.concat(t),this}},f.Intersection.intersectLineLine=function(t,e,i,r){var n,s=(r.x-i.x)*(t.y-i.y)-(r.y-i.y)*(t.x-i.x),o=(e.x-t.x)*(t.y-i.y)-(e.y-t.y)*(t.x-i.x),a=(r.y-i.y)*(e.x-t.x)-(r.x-i.x)*(e.y-t.y);if(0!==a){var c=s/a,h=o/a;0<=c&&c<=1&&0<=h&&h<=1?(n=new d("Intersection")).appendPoint(new f.Point(t.x+c*(e.x-t.x),t.y+c*(e.y-t.y))):n=new d}else n=new d(0===s||0===o?"Coincident":"Parallel");return n},f.Intersection.intersectLinePolygon=function(t,e,i){var r,n,s,o,a=new d,c=i.length;for(o=0;o=c&&(h.x-=c),h.x<=-c&&(h.x+=c),h.y>=c&&(h.y-=c),h.y<=c&&(h.y+=c),h.x-=o.offsetX,h.y-=o.offsetY,h}function y(t){return t.flipX!==t.flipY}function _(t,e,i,r,n){if(0!==t[e]){var s=n/t._getTransformedDimensions()[r]*t[i];t.set(i,s)}}function x(t,e,i,r){var n,s=e.target,o=s._getTransformedDimensions(0,s.skewY),a=P(e,e.originX,e.originY,i,r),c=Math.abs(2*a.x)-o.x,h=s.skewX;c<2?n=0:(n=v(Math.atan2(c/s.scaleX,o.y/s.scaleY)),e.originX===f&&e.originY===p&&(n=-n),e.originX===g&&e.originY===d&&(n=-n),y(s)&&(n=-n));var l=h!==n;if(l){var u=s._getTransformedDimensions().y;s.set("skewX",n),_(s,"skewY","scaleY","y",u)}return l}function C(t,e,i,r){var n,s=e.target,o=s._getTransformedDimensions(s.skewX,0),a=P(e,e.originX,e.originY,i,r),c=Math.abs(2*a.y)-o.y,h=s.skewY;c<2?n=0:(n=v(Math.atan2(c/s.scaleY,o.x/s.scaleX)),e.originX===f&&e.originY===p&&(n=-n),e.originX===g&&e.originY===d&&(n=-n),y(s)&&(n=-n));var l=h!==n;if(l){var u=s._getTransformedDimensions().x;s.set("skewY",n),_(s,"skewX","scaleX","x",u)}return l}function E(t,e,i,r,n){n=n||{};var s,o,a,c,h,l,u=e.target,f=u.lockScalingX,d=u.lockScalingY,g=n.by,p=w(t,u),v=k(u,g,p),m=e.gestureScale;if(v)return!1;if(m)o=e.scaleX*m,a=e.scaleY*m;else{if(s=P(e,e.originX,e.originY,i,r),h="y"!==g?T(s.x):1,l="x"!==g?T(s.y):1,e.signX||(e.signX=h),e.signY||(e.signY=l),u.lockScalingFlip&&(e.signX!==h||e.signY!==l))return!1;if(c=u._getTransformedDimensions(),p&&!g){var b=Math.abs(s.x)+Math.abs(s.y),y=e.original,_=b/(Math.abs(c.x*y.scaleX/u.scaleX)+Math.abs(c.y*y.scaleY/u.scaleY));o=y.scaleX*_,a=y.scaleY*_}else o=Math.abs(s.x*u.scaleX/c.x),a=Math.abs(s.y*u.scaleY/c.y);O(e)&&(o*=2,a*=2),e.signX!==h&&"y"!==g&&(e.originX=S[e.originX],o*=-1,e.signX=h),e.signY!==l&&"x"!==g&&(e.originY=S[e.originY],a*=-1,e.signY=l)}var x=u.scaleX,C=u.scaleY;return g?("x"===g&&u.set("scaleX",o),"y"===g&&u.set("scaleY",a)):(!f&&u.set("scaleX",o),!d&&u.set("scaleY",a)),x!==u.scaleX||C!==u.scaleY}n.scaleCursorStyleHandler=function(t,e,i){var r=w(t,i),n="";if(0!==e.x&&0===e.y?n="x":0===e.x&&0!==e.y&&(n="y"),k(i,n,r))return"not-allowed";var s=a(i,e);return o[s]+"-resize"},n.skewCursorStyleHandler=function(t,e,i){var r="not-allowed";if(0!==e.x&&i.lockSkewingY)return r;if(0!==e.y&&i.lockSkewingX)return r;var n=a(i,e)%4;return s[n]+"-resize"},n.scaleSkewCursorStyleHandler=function(t,e,i){return t[i.canvas.altActionKey]?n.skewCursorStyleHandler(t,e,i):n.scaleCursorStyleHandler(t,e,i)},n.rotationWithSnapping=b("rotating",m(function(t,e,i,r){var n=e,s=n.target,o=s.translateToOriginPoint(s.getCenterPoint(),n.originX,n.originY);if(s.lockRotation)return!1;var a,c=Math.atan2(n.ey-o.y,n.ex-o.x),h=Math.atan2(r-o.y,i-o.x),l=v(h-c+n.theta);if(0o.r2,h=this.gradientTransform?this.gradientTransform.concat():fabric.iMatrix.concat(),l=-this.offsetX,u=-this.offsetY,f=!!e.additionalTransform,d="pixels"===this.gradientUnits?"userSpaceOnUse":"objectBoundingBox";if(a.sort(function(t,e){return t.offset-e.offset}),"objectBoundingBox"===d?(l/=t.width,u/=t.height):(l+=t.width/2,u+=t.height/2),"path"===t.type&&"percentage"!==this.gradientUnits&&(l-=t.pathOffset.x,u-=t.pathOffset.y),h[4]-=l,h[5]-=u,s='id="SVGID_'+this.id+'" gradientUnits="'+d+'"',s+=' gradientTransform="'+(f?e.additionalTransform+" ":"")+fabric.util.matrixToSVG(h)+'" ',"linear"===this.type?n=["\n']:"radial"===this.type&&(n=["\n']),"radial"===this.type){if(c)for((a=a.concat()).reverse(),i=0,r=a.length;i\n')}return n.push("linear"===this.type?"\n":"\n"),n.join("")},toLive:function(t){var e,i,r,n=fabric.util.object.clone(this.coords);if(this.type){for("linear"===this.type?e=t.createLinearGradient(n.x1,n.y1,n.x2,n.y2):"radial"===this.type&&(e=t.createRadialGradient(n.x1,n.y1,n.r1,n.x2,n.y2,n.r2)),i=0,r=this.colorStops.length;i\n\n\n'},setOptions:function(t){for(var e in t)this[e]=t[e]},toLive:function(t){var e=this.source;if(!e)return"";if(void 0!==e.src){if(!e.complete)return"";if(0===e.naturalWidth||0===e.naturalHeight)return""}return t.createPattern(e,this.repeat)}})}(),function(t){"use strict";var o=t.fabric||(t.fabric={}),a=o.util.toFixed;o.Shadow?o.warn("fabric.Shadow is already defined."):(o.Shadow=o.util.createClass({color:"rgb(0,0,0)",blur:0,offsetX:0,offsetY:0,affectStroke:!1,includeDefaultValues:!0,nonScaling:!1,initialize:function(t){for(var e in"string"==typeof t&&(t=this._parseShadow(t)),t)this[e]=t[e];this.id=o.Object.__uid++},_parseShadow:function(t){var e=t.trim(),i=o.Shadow.reOffsetsAndBlur.exec(e)||[];return{color:(e.replace(o.Shadow.reOffsetsAndBlur,"")||"rgb(0,0,0)").trim(),offsetX:parseFloat(i[1],10)||0,offsetY:parseFloat(i[2],10)||0,blur:parseFloat(i[3],10)||0}},toString:function(){return[this.offsetX,this.offsetY,this.blur,this.color].join("px ")},toSVG:function(t){var e=40,i=40,r=o.Object.NUM_FRACTION_DIGITS,n=o.util.rotateVector({x:this.offsetX,y:this.offsetY},o.util.degreesToRadians(-t.angle)),s=new o.Color(this.color);return t.width&&t.height&&(e=100*a((Math.abs(n.x)+this.blur)/t.width,r)+20,i=100*a((Math.abs(n.y)+this.blur)/t.height,r)+20),t.flipX&&(n.x*=-1),t.flipY&&(n.y*=-1),'\n\t\n\t\n\t\n\t\n\t\n\t\t\n\t\t\n\t\n\n'},toObject:function(){if(this.includeDefaultValues)return{color:this.color,blur:this.blur,offsetX:this.offsetX,offsetY:this.offsetY,affectStroke:this.affectStroke,nonScaling:this.nonScaling};var e={},i=o.Shadow.prototype;return["color","blur","offsetX","offsetY","affectStroke","nonScaling"].forEach(function(t){this[t]!==i[t]&&(e[t]=this[t])},this),e}}),o.Shadow.reOffsetsAndBlur=/(?:\s|^)(-?\d+(?:\.\d*)?(?:px)?(?:\s?|$))?(-?\d+(?:\.\d*)?(?:px)?(?:\s?|$))?(\d+(?:\.\d*)?(?:px)?)?(?:\s?|$)(?:$|\s)/)}("undefined"!=typeof exports?exports:this),function(){"use strict";if(fabric.StaticCanvas)fabric.warn("fabric.StaticCanvas is already defined.");else{var n=fabric.util.object.extend,t=fabric.util.getElementOffset,h=fabric.util.removeFromArray,a=fabric.util.toFixed,s=fabric.util.transformPoint,o=fabric.util.invertTransform,i=fabric.util.getNodeCanvas,r=fabric.util.createCanvasElement,e=new Error("Could not initialize `canvas` element");fabric.StaticCanvas=fabric.util.createClass(fabric.CommonMethods,{initialize:function(t,e){e||(e={}),this.renderAndResetBound=this.renderAndReset.bind(this),this.requestRenderAllBound=this.requestRenderAll.bind(this),this._initStatic(t,e)},backgroundColor:"",backgroundImage:null,overlayColor:"",overlayImage:null,includeDefaultValues:!0,stateful:!1,renderOnAddRemove:!0,controlsAboveOverlay:!1,allowTouchScrolling:!1,imageSmoothingEnabled:!0,viewportTransform:fabric.iMatrix.concat(),backgroundVpt:!0,overlayVpt:!0,enableRetinaScaling:!0,vptCoords:{},skipOffscreen:!0,clipPath:void 0,_initStatic:function(t,e){var i=this.requestRenderAllBound;this._objects=[],this._createLowerCanvas(t),this._initOptions(e),this.interactive||this._initRetinaScaling(),e.overlayImage&&this.setOverlayImage(e.overlayImage,i),e.backgroundImage&&this.setBackgroundImage(e.backgroundImage,i),e.backgroundColor&&this.setBackgroundColor(e.backgroundColor,i),e.overlayColor&&this.setOverlayColor(e.overlayColor,i),this.calcOffset()},_isRetinaScaling:function(){return 1\n'),this._setSVGBgOverlayColor(i,"background"),this._setSVGBgOverlayImage(i,"backgroundImage",e),this._setSVGObjects(i,e),this.clipPath&&i.push("\n"),this._setSVGBgOverlayColor(i,"overlay"),this._setSVGBgOverlayImage(i,"overlayImage",e),i.push(""),i.join("")},_setSVGPreamble:function(t,e){e.suppressPreamble||t.push('\n','\n')},_setSVGHeader:function(t,e){var i,r=e.width||this.width,n=e.height||this.height,s='viewBox="0 0 '+this.width+" "+this.height+'" ',o=fabric.Object.NUM_FRACTION_DIGITS;e.viewBox?s='viewBox="'+e.viewBox.x+" "+e.viewBox.y+" "+e.viewBox.width+" "+e.viewBox.height+'" ':this.svgViewportTransformation&&(i=this.viewportTransform,s='viewBox="'+a(-i[4]/i[0],o)+" "+a(-i[5]/i[3],o)+" "+a(this.width/i[0],o)+" "+a(this.height/i[3],o)+'" '),t.push("\n',"Created with Fabric.js ",fabric.version,"\n","\n",this.createSVGFontFacesMarkup(),this.createSVGRefElementsMarkup(),this.createSVGClipPathMarkup(e),"\n")},createSVGClipPathMarkup:function(t){var e=this.clipPath;return e?(e.clipPathId="CLIPPATH_"+fabric.Object.__uid++,'\n'+this.clipPath.toClipPathSVG(t.reviver)+"\n"):""},createSVGRefElementsMarkup:function(){var s=this;return["background","overlay"].map(function(t){var e=s[t+"Color"];if(e&&e.toLive){var i=s[t+"Vpt"],r=s.viewportTransform,n={width:s.width/(i?r[0]:1),height:s.height/(i?r[3]:1)};return e.toSVG(n,{additionalTransform:i?fabric.util.matrixToSVG(r):""})}}).join("")},createSVGFontFacesMarkup:function(){var t,e,i,r,n,s,o,a,c="",h={},l=fabric.fontPaths,u=[];for(this._objects.forEach(function t(e){u.push(e),e._objects&&e._objects.forEach(t)}),o=0,a=u.length;o',"\n",c,"","\n"].join("")),c},_setSVGObjects:function(t,e){var i,r,n,s=this._objects;for(r=0,n=s.length;r\n")}else t.push('\n")},sendToBack:function(t){if(!t)return this;var e,i,r,n=this._activeObject;if(t===n&&"activeSelection"===t.type)for(e=(r=n._objects).length;e--;)i=r[e],h(this._objects,i),this._objects.unshift(i);else h(this._objects,t),this._objects.unshift(t);return this.renderOnAddRemove&&this.requestRenderAll(),this},bringToFront:function(t){if(!t)return this;var e,i,r,n=this._activeObject;if(t===n&&"activeSelection"===t.type)for(r=n._objects,e=0;e"}}),n(fabric.StaticCanvas.prototype,fabric.Observable),n(fabric.StaticCanvas.prototype,fabric.Collection),n(fabric.StaticCanvas.prototype,fabric.DataURLExporter),n(fabric.StaticCanvas,{EMPTY_JSON:'{"objects": [], "background": "white"}',supports:function(t){var e=r();if(!e||!e.getContext)return null;var i=e.getContext("2d");if(!i)return null;switch(t){case"setLineDash":return void 0!==i.setLineDash;default:return null}}}),fabric.StaticCanvas.prototype.toJSON=fabric.StaticCanvas.prototype.toObject,fabric.isLikelyNode&&(fabric.StaticCanvas.prototype.createPNGStream=function(){var t=i(this.lowerCanvasEl);return t&&t.createPNGStream()},fabric.StaticCanvas.prototype.createJPEGStream=function(t){var e=i(this.lowerCanvasEl);return e&&e.createJPEGStream(t)})}}(),fabric.BaseBrush=fabric.util.createClass({color:"rgb(0, 0, 0)",width:1,shadow:null,strokeLineCap:"round",strokeLineJoin:"round",strokeMiterLimit:10,strokeDashArray:null,limitedToCanvasSize:!1,_setBrushStyles:function(t){t.strokeStyle=this.color,t.lineWidth=this.width,t.lineCap=this.strokeLineCap,t.miterLimit=this.strokeMiterLimit,t.lineJoin=this.strokeLineJoin,t.setLineDash(this.strokeDashArray||[])},_saveAndTransform:function(t){var e=this.canvas.viewportTransform;t.save(),t.transform(e[0],e[1],e[2],e[3],e[4],e[5])},_setShadow:function(){if(this.shadow){var t=this.canvas,e=this.shadow,i=t.contextTop,r=t.getZoom();t&&t._isRetinaScaling()&&(r*=fabric.devicePixelRatio),i.shadowColor=e.color,i.shadowBlur=e.blur*r,i.shadowOffsetX=e.offsetX*r,i.shadowOffsetY=e.offsetY*r}},needsFullRender:function(){return new fabric.Color(this.color).getAlpha()<1||!!this.shadow},_resetShadow:function(){var t=this.canvas.contextTop;t.shadowColor="",t.shadowBlur=t.shadowOffsetX=t.shadowOffsetY=0},_isOutSideCanvas:function(t){return t.x<0||t.x>this.canvas.getWidth()||t.y<0||t.y>this.canvas.getHeight()}}),fabric.PencilBrush=fabric.util.createClass(fabric.BaseBrush,{decimate:.4,drawStraightLine:!1,straightLineKey:"shiftKey",initialize:function(t){this.canvas=t,this._points=[]},needsFullRender:function(){return this.callSuper("needsFullRender")||this._hasStraightLine},_drawSegment:function(t,e,i){var r=e.midPointFrom(i);return t.quadraticCurveTo(e.x,e.y,r.x,r.y),r},onMouseDown:function(t,e){this.canvas._isMainEvent(e.e)&&(this.drawStraightLine=e.e[this.straightLineKey],this._prepareForDrawing(t),this._captureDrawingPath(t),this._render())},onMouseMove:function(t,e){if(this.canvas._isMainEvent(e.e)&&(this.drawStraightLine=e.e[this.straightLineKey],(!0!==this.limitedToCanvasSize||!this._isOutSideCanvas(t))&&this._captureDrawingPath(t)&&1"},getObjectScaling:function(){if(!this.group)return{scaleX:this.scaleX,scaleY:this.scaleY};var t=x.util.qrDecompose(this.calcTransformMatrix());return{scaleX:Math.abs(t.scaleX),scaleY:Math.abs(t.scaleY)}},getTotalObjectScaling:function(){var t=this.getObjectScaling(),e=t.scaleX,i=t.scaleY;if(this.canvas){var r=this.canvas.getZoom(),n=this.canvas.getRetinaScaling();e*=r*n,i*=r*n}return{scaleX:e,scaleY:i}},getObjectOpacity:function(){var t=this.opacity;return this.group&&(t*=this.group.getObjectOpacity()),t},_set:function(t,e){var i="scaleX"===t||"scaleY"===t,r=this[t]!==e,n=!1;return i&&(e=this._constrainScale(e)),"scaleX"===t&&e<0?(this.flipX=!this.flipX,e*=-1):"scaleY"===t&&e<0?(this.flipY=!this.flipY,e*=-1):"shadow"!==t||!e||e instanceof x.Shadow?"dirty"===t&&this.group&&this.group.set("dirty",e):e=new x.Shadow(e),this[t]=e,r&&(n=this.group&&this.group.isOnACache(),-1=t.x&&n.left+n.width<=e.x&&n.top>=t.y&&n.top+n.height<=e.y},containsPoint:function(t,e,i,r){var n=this._getCoords(i,r),s=(e=e||this._getImageLines(n),this._findCrossPoints(t,e));return 0!==s&&s%2==1},isOnScreen:function(t){if(!this.canvas)return!1;var e=this.canvas.vptCoords.tl,i=this.canvas.vptCoords.br;return!!this.getCoords(!0,t).some(function(t){return t.x<=i.x&&t.x>=e.x&&t.y<=i.y&&t.y>=e.y})||(!!this.intersectsWithRect(e,i,!0,t)||this._containsCenterOfCanvas(e,i,t))},_containsCenterOfCanvas:function(t,e,i){var r={x:(t.x+e.x)/2,y:(t.y+e.y)/2};return!!this.containsPoint(r,null,!0,i)},isPartiallyOnScreen:function(t){if(!this.canvas)return!1;var e=this.canvas.vptCoords.tl,i=this.canvas.vptCoords.br;return!!this.intersectsWithRect(e,i,!0,t)||this.getCoords(!0,t).every(function(t){return(t.x>=i.x||t.x<=e.x)&&(t.y>=i.y||t.y<=e.y)})&&this._containsCenterOfCanvas(e,i,t)},_getImageLines:function(t){return{topline:{o:t.tl,d:t.tr},rightline:{o:t.tr,d:t.br},bottomline:{o:t.br,d:t.bl},leftline:{o:t.bl,d:t.tl}}},_findCrossPoints:function(t,e){var i,r,n,s=0;for(var o in e)if(!((n=e[o]).o.y=t.y&&n.d.y>=t.y||(n.o.x===n.d.x&&n.o.x>=t.x?r=n.o.x:(0,i=(n.d.y-n.o.y)/(n.d.x-n.o.x),r=-(t.y-0*t.x-(n.o.y-i*n.o.x))/(0-i)),r>=t.x&&(s+=1),2!==s)))break;return s},getBoundingRect:function(t,e){var i=this.getCoords(t,e);return h.makeBoundingBoxFromPoints(i)},getScaledWidth:function(){return this._getTransformedDimensions().x},getScaledHeight:function(){return this._getTransformedDimensions().y},_constrainScale:function(t){return Math.abs(t)\n')}},toSVG:function(t){return this._createBaseSVGMarkup(this._toSVG(t),{reviver:t})},toClipPathSVG:function(t){return"\t"+this._createBaseClipPathSVGMarkup(this._toSVG(t),{reviver:t})},_createBaseClipPathSVGMarkup:function(t,e){var i=(e=e||{}).reviver,r=e.additionalTransform||"",n=[this.getSvgTransform(!0,r),this.getSvgCommons()].join(""),s=t.indexOf("COMMON_PARTS");return t[s]=n,i?i(t.join("")):t.join("")},_createBaseSVGMarkup:function(t,e){var i,r,n=(e=e||{}).noStyle,s=e.reviver,o=n?"":'style="'+this.getSvgStyles()+'" ',a=e.withShadow?'style="'+this.getSvgFilter()+'" ':"",c=this.clipPath,h=this.strokeUniform?'vector-effect="non-scaling-stroke" ':"",l=c&&c.absolutePositioned,u=this.stroke,f=this.fill,d=this.shadow,g=[],p=t.indexOf("COMMON_PARTS"),v=e.additionalTransform;return c&&(c.clipPathId="CLIPPATH_"+fabric.Object.__uid++,r='\n'+c.toClipPathSVG(s)+"\n"),l&&g.push("\n"),g.push("\n"),i=[o,h,n?"":this.addPaintOrder()," ",v?'transform="'+v+'" ':""].join(""),t[p]=i,f&&f.toLive&&g.push(f.toSVG(this)),u&&u.toLive&&g.push(u.toSVG(this)),d&&g.push(d.toSVG(this)),c&&g.push(r),g.push(t.join("")),g.push("\n"),l&&g.push("\n"),s?s(g.join("")):g.join("")},addPaintOrder:function(){return"fill"!==this.paintFirst?' paint-order="'+this.paintFirst+'" ':""}})}(),function(){var n=fabric.util.object.extend,r="stateProperties";function s(e,t,i){var r={};i.forEach(function(t){r[t]=e[t]}),n(e[t],r,!0)}fabric.util.object.extend(fabric.Object.prototype,{hasStateChanged:function(t){var e="_"+(t=t||r);return Object.keys(this[e]).length\n']}}),s.Line.ATTRIBUTE_NAMES=s.SHARED_ATTRIBUTES.concat("x1 y1 x2 y2".split(" ")),s.Line.fromElement=function(t,e,i){i=i||{};var r=s.parseAttributes(t,s.Line.ATTRIBUTE_NAMES),n=[r.x1||0,r.y1||0,r.x2||0,r.y2||0];e(new s.Line(n,o(r,i)))},s.Line.fromObject=function(t,e){var i=r(t,!0);i.points=[t.x1,t.y1,t.x2,t.y2],s.Object._fromObject("Line",i,function(t){delete t.points,e&&e(t)},"points")})}("undefined"!=typeof exports?exports:this),function(t){"use strict";var s=t.fabric||(t.fabric={}),o=s.util.degreesToRadians;s.Circle?s.warn("fabric.Circle is already defined."):(s.Circle=s.util.createClass(s.Object,{type:"circle",radius:0,startAngle:0,endAngle:360,cacheProperties:s.Object.prototype.cacheProperties.concat("radius","startAngle","endAngle"),_set:function(t,e){return this.callSuper("_set",t,e),"radius"===t&&this.setRadius(e),this},toObject:function(t){return this.callSuper("toObject",["radius","startAngle","endAngle"].concat(t))},_toSVG:function(){var t,e=(this.endAngle-this.startAngle)%360;if(0===e)t=["\n'];else{var i=o(this.startAngle),r=o(this.endAngle),n=this.radius;t=['\n"]}return t},_render:function(t){t.beginPath(),t.arc(0,0,this.radius,o(this.startAngle),o(this.endAngle),!1),this._renderPaintInOrder(t)},getRadiusX:function(){return this.get("radius")*this.get("scaleX")},getRadiusY:function(){return this.get("radius")*this.get("scaleY")},setRadius:function(t){return this.radius=t,this.set("width",2*t).set("height",2*t)}}),s.Circle.ATTRIBUTE_NAMES=s.SHARED_ATTRIBUTES.concat("cx cy r".split(" ")),s.Circle.fromElement=function(t,e){var i,r=s.parseAttributes(t,s.Circle.ATTRIBUTE_NAMES);if(!("radius"in(i=r)&&0<=i.radius))throw new Error("value of `r` attribute is required and can not be negative");r.left=(r.left||0)-r.radius,r.top=(r.top||0)-r.radius,e(new s.Circle(r))},s.Circle.fromObject=function(t,e){s.Object._fromObject("Circle",t,e)})}("undefined"!=typeof exports?exports:this),function(t){"use strict";var i=t.fabric||(t.fabric={});i.Triangle?i.warn("fabric.Triangle is already defined"):(i.Triangle=i.util.createClass(i.Object,{type:"triangle",width:100,height:100,_render:function(t){var e=this.width/2,i=this.height/2;t.beginPath(),t.moveTo(-e,i),t.lineTo(0,-i),t.lineTo(e,i),t.closePath(),this._renderPaintInOrder(t)},_toSVG:function(){var t=this.width/2,e=this.height/2;return["']}}),i.Triangle.fromObject=function(t,e){return i.Object._fromObject("Triangle",t,e)})}("undefined"!=typeof exports?exports:this),function(t){"use strict";var r=t.fabric||(t.fabric={}),e=2*Math.PI;r.Ellipse?r.warn("fabric.Ellipse is already defined."):(r.Ellipse=r.util.createClass(r.Object,{type:"ellipse",rx:0,ry:0,cacheProperties:r.Object.prototype.cacheProperties.concat("rx","ry"),initialize:function(t){this.callSuper("initialize",t),this.set("rx",t&&t.rx||0),this.set("ry",t&&t.ry||0)},_set:function(t,e){switch(this.callSuper("_set",t,e),t){case"rx":this.rx=e,this.set("width",2*e);break;case"ry":this.ry=e,this.set("height",2*e)}return this},getRx:function(){return this.get("rx")*this.get("scaleX")},getRy:function(){return this.get("ry")*this.get("scaleY")},toObject:function(t){return this.callSuper("toObject",["rx","ry"].concat(t))},_toSVG:function(){return["\n']},_render:function(t){t.beginPath(),t.save(),t.transform(1,0,0,this.ry/this.rx,0,0),t.arc(0,0,this.rx,0,e,!1),t.restore(),this._renderPaintInOrder(t)}}),r.Ellipse.ATTRIBUTE_NAMES=r.SHARED_ATTRIBUTES.concat("cx cy rx ry".split(" ")),r.Ellipse.fromElement=function(t,e){var i=r.parseAttributes(t,r.Ellipse.ATTRIBUTE_NAMES);i.left=(i.left||0)-i.rx,i.top=(i.top||0)-i.ry,e(new r.Ellipse(i))},r.Ellipse.fromObject=function(t,e){r.Object._fromObject("Ellipse",t,e)})}("undefined"!=typeof exports?exports:this),function(t){"use strict";var s=t.fabric||(t.fabric={}),o=s.util.object.extend;s.Rect?s.warn("fabric.Rect is already defined"):(s.Rect=s.util.createClass(s.Object,{stateProperties:s.Object.prototype.stateProperties.concat("rx","ry"),type:"rect",rx:0,ry:0,cacheProperties:s.Object.prototype.cacheProperties.concat("rx","ry"),initialize:function(t){this.callSuper("initialize",t),this._initRxRy()},_initRxRy:function(){this.rx&&!this.ry?this.ry=this.rx:this.ry&&!this.rx&&(this.rx=this.ry)},_render:function(t){var e=this.rx?Math.min(this.rx,this.width/2):0,i=this.ry?Math.min(this.ry,this.height/2):0,r=this.width,n=this.height,s=-this.width/2,o=-this.height/2,a=0!==e||0!==i,c=.4477152502;t.beginPath(),t.moveTo(s+e,o),t.lineTo(s+r-e,o),a&&t.bezierCurveTo(s+r-c*e,o,s+r,o+c*i,s+r,o+i),t.lineTo(s+r,o+n-i),a&&t.bezierCurveTo(s+r,o+n-c*i,s+r-c*e,o+n,s+r-e,o+n),t.lineTo(s+e,o+n),a&&t.bezierCurveTo(s+c*e,o+n,s,o+n-c*i,s,o+n-i),t.lineTo(s,o+i),a&&t.bezierCurveTo(s,o+c*i,s+c*e,o,s+e,o),t.closePath(),this._renderPaintInOrder(t)},toObject:function(t){return this.callSuper("toObject",["rx","ry"].concat(t))},_toSVG:function(){return["\n']}}),s.Rect.ATTRIBUTE_NAMES=s.SHARED_ATTRIBUTES.concat("x y rx ry width height".split(" ")),s.Rect.fromElement=function(t,e,i){if(!t)return e(null);i=i||{};var r=s.parseAttributes(t,s.Rect.ATTRIBUTE_NAMES);r.left=r.left||0,r.top=r.top||0,r.height=r.height||0,r.width=r.width||0;var n=new s.Rect(o(i?s.util.object.clone(i):{},r));n.visible=n.visible&&0\n']},commonRender:function(t){var e,i=this.points.length,r=this.pathOffset.x,n=this.pathOffset.y;if(!i||isNaN(this.points[i-1].y))return!1;t.beginPath(),t.moveTo(this.points[0].x-r,this.points[0].y-n);for(var s=0;s"},toObject:function(t){return n(this.callSuper("toObject",t),{path:this.path.map(function(t){return t.slice()})})},toDatalessObject:function(t){var e=this.toObject(["sourcePath"].concat(t));return e.sourcePath&&delete e.path,e},_toSVG:function(){return["\n"]},_getOffsetTransform:function(){var t=f.Object.NUM_FRACTION_DIGITS;return" translate("+e(-this.pathOffset.x,t)+", "+e(-this.pathOffset.y,t)+")"},toClipPathSVG:function(t){var e=this._getOffsetTransform();return"\t"+this._createBaseClipPathSVGMarkup(this._toSVG(),{reviver:t,additionalTransform:e})},toSVG:function(t){var e=this._getOffsetTransform();return this._createBaseSVGMarkup(this._toSVG(),{reviver:t,additionalTransform:e})},complexity:function(){return this.path.length},_calcDimensions:function(){for(var t,e,i=[],r=[],n=0,s=0,o=0,a=0,c=0,h=this.path.length;c"},addWithUpdate:function(t){var e=!!this.group;return this._restoreObjectsState(),h.util.resetObjectTransform(this),t&&(e&&h.util.removeTransformFromObject(t,this.group.calcTransformMatrix()),this._objects.push(t),t.group=this,t._set("canvas",this.canvas)),this._calcBounds(),this._updateObjectsCoords(),this.dirty=!0,e?this.group.addWithUpdate():this.setCoords(),this},removeWithUpdate:function(t){return this._restoreObjectsState(),h.util.resetObjectTransform(this),this.remove(t),this._calcBounds(),this._updateObjectsCoords(),this.setCoords(),this.dirty=!0,this},_onObjectAdded:function(t){this.dirty=!0,t.group=this,t._set("canvas",this.canvas)},_onObjectRemoved:function(t){this.dirty=!0,delete t.group},_set:function(t,e){var i=this._objects.length;if(this.useSetOnGroup)for(;i--;)this._objects[i].setOnGroup(t,e);if("canvas"===t)for(;i--;)this._objects[i]._set(t,e);h.Object.prototype._set.call(this,t,e)},toObject:function(r){var n=this.includeDefaultValues,t=this._objects.filter(function(t){return!t.excludeFromExport}).map(function(t){var e=t.includeDefaultValues;t.includeDefaultValues=n;var i=t.toObject(r);return t.includeDefaultValues=e,i}),e=h.Object.prototype.toObject.call(this,r);return e.objects=t,e},toDatalessObject:function(r){var t,e=this.sourcePath;if(e)t=e;else{var n=this.includeDefaultValues;t=this._objects.map(function(t){var e=t.includeDefaultValues;t.includeDefaultValues=n;var i=t.toDatalessObject(r);return t.includeDefaultValues=e,i})}var i=h.Object.prototype.toDatalessObject.call(this,r);return i.objects=t,i},render:function(t){this._transformDone=!0,this.callSuper("render",t),this._transformDone=!1},shouldCache:function(){var t=h.Object.prototype.shouldCache.call(this);if(t)for(var e=0,i=this._objects.length;e\n"],i=0,r=this._objects.length;i\n"),e},getSvgStyles:function(){var t=void 0!==this.opacity&&1!==this.opacity?"opacity: "+this.opacity+";":"",e=this.visible?"":" visibility: hidden;";return[t,this.getSvgFilter(),e].join("")},toClipPathSVG:function(t){for(var e=[],i=0,r=this._objects.length;i"},shouldCache:function(){return!1},isOnACache:function(){return!1},_renderControls:function(t,e,i){t.save(),t.globalAlpha=this.isMoving?this.borderOpacityWhenMoving:1,this.callSuper("_renderControls",t,e),void 0===(i=i||{}).hasControls&&(i.hasControls=!1),i.forActiveSelection=!0;for(var r=0,n=this._objects.length;r\n','\t\n',"\n"),o=' clip-path="url(#imageCrop_'+c+')" '}if(this.imageSmoothing||(a='" image-rendering="optimizeSpeed'),i.push("\t\n"),this.stroke||this.strokeDashArray){var h=this.fill;this.fill=null,t=["\t\n'],this.fill=h}return e="fill"!==this.paintFirst?e.concat(t,i):e.concat(i,t)},getSrc:function(t){var e=t?this._element:this._originalElement;return e?e.toDataURL?e.toDataURL():this.srcFromAttribute?e.getAttribute("src"):e.src:this.src||""},setSrc:function(t,i,r){return fabric.util.loadImage(t,function(t,e){this.setElement(t,r),this._setWidthHeight(),i&&i(this,e)},this,r&&r.crossOrigin),this},toString:function(){return'#'},applyResizeFilters:function(){var t=this.resizeFilter,e=this.minimumScaleTrigger,i=this.getTotalObjectScaling(),r=i.scaleX,n=i.scaleY,s=this._filteredEl||this._originalElement;if(this.group&&this.set("dirty",!0),!t||e=t;for(var a=["highp","mediump","lowp"],c=0;c<3;c++)if(void 0,i="precision "+a[c]+" float;\nvoid main(){}",r=(e=s).createShader(e.FRAGMENT_SHADER),e.shaderSource(r,i),e.compileShader(r),e.getShaderParameter(r,e.COMPILE_STATUS)){fabric.webGlPrecision=a[c];break}}return this.isSupported=o},(fabric.WebglFilterBackend=t).prototype={tileSize:2048,resources:{},setupGLContext:function(t,e){this.dispose(),this.createWebGLCanvas(t,e),this.aPosition=new Float32Array([0,0,0,1,1,0,1,1]),this.chooseFastestCopyGLTo2DMethod(t,e)},chooseFastestCopyGLTo2DMethod:function(t,e){var i,r=void 0!==window.performance;try{new ImageData(1,1),i=!0}catch(t){i=!1}var n="undefined"!=typeof ArrayBuffer,s="undefined"!=typeof Uint8ClampedArray;if(r&&i&&n&&s){var o=fabric.util.createCanvasElement(),a=new ArrayBuffer(t*e*4);if(fabric.forceGLPutImageData)return this.imageBuffer=a,void(this.copyGLTo2D=copyGLTo2DPutImageData);var c,h,l={imageBuffer:a,destinationWidth:t,destinationHeight:e,targetCanvas:o};o.width=t,o.height=e,c=window.performance.now(),copyGLTo2DDrawImage.call(l,this.gl,l),h=window.performance.now()-c,c=window.performance.now(),copyGLTo2DPutImageData.call(l,this.gl,l),window.performance.now()-c 0.0) {\n"+this.fragmentSource[t]+"}\n}"},retrieveShader:function(t){var e,i=this.type+"_"+this.mode;return t.programCache.hasOwnProperty(i)||(e=this.buildSource(this.mode),t.programCache[i]=this.createProgram(t.context,e)),t.programCache[i]},applyTo2d:function(t){var e,i,r,n,s,o,a,c=t.imageData.data,h=c.length,l=1-this.alpha;e=(a=new f.Color(this.color).getSource())[0]*this.alpha,i=a[1]*this.alpha,r=a[2]*this.alpha;for(var u=0;u'},_getCacheCanvasDimensions:function(){var t=this.callSuper("_getCacheCanvasDimensions"),e=this.fontSize;return t.width+=e*t.zoomX,t.height+=e*t.zoomY,t},_render:function(t){var e=this.path;e&&!e.isNotVisible()&&e._render(t),this._setTextStyles(t),this._renderTextLinesBackground(t),this._renderTextDecoration(t,"underline"),this._renderText(t),this._renderTextDecoration(t,"overline"),this._renderTextDecoration(t,"linethrough")},_renderText:function(t){"stroke"===this.paintFirst?(this._renderTextStroke(t),this._renderTextFill(t)):(this._renderTextFill(t),this._renderTextStroke(t))},_setTextStyles:function(t,e,i){if(t.textBaseline="alphabetical",this.path)switch(this.pathAlign){case"center":t.textBaseline="middle";break;case"ascender":t.textBaseline="top";break;case"descender":t.textBaseline="bottom"}t.font=this._getFontDeclaration(e,i)},calcTextWidth:function(){for(var t=this.getLineWidth(0),e=1,i=this._textLines.length;ethis.__selectionStartOnMouseDown?(this.selectionStart=this.__selectionStartOnMouseDown,this.selectionEnd=e):(this.selectionStart=e,this.selectionEnd=this.__selectionStartOnMouseDown),this.selectionStart===i&&this.selectionEnd===r||(this.restartCursorIfNeeded(),this._fireSelectionChanged(),this._updateTextarea(),this.renderCursorOrSelection()))}},_setEditingProps:function(){this.hoverCursor="text",this.canvas&&(this.canvas.defaultCursor=this.canvas.moveCursor="text"),this.borderColor=this.editingBorderColor,this.hasControls=this.selectable=!1,this.lockMovementX=this.lockMovementY=!0},fromStringToGraphemeSelection:function(t,e,i){var r=i.slice(0,t),n=fabric.util.string.graphemeSplit(r).length;if(t===e)return{selectionStart:n,selectionEnd:n};var s=i.slice(t,e);return{selectionStart:n,selectionEnd:n+fabric.util.string.graphemeSplit(s).length}},fromGraphemeToStringSelection:function(t,e,i){var r=i.slice(0,t).join("").length;return t===e?{selectionStart:r,selectionEnd:r}:{selectionStart:r,selectionEnd:r+i.slice(t,e).join("").length}},_updateTextarea:function(){if(this.cursorOffsetCache={},this.hiddenTextarea){if(!this.inCompositionMode){var t=this.fromGraphemeToStringSelection(this.selectionStart,this.selectionEnd,this._text);this.hiddenTextarea.selectionStart=t.selectionStart,this.hiddenTextarea.selectionEnd=t.selectionEnd}this.updateTextareaPosition()}},updateFromTextArea:function(){if(this.hiddenTextarea){this.cursorOffsetCache={},this.text=this.hiddenTextarea.value,this._shouldClearDimensionCache()&&(this.initDimensions(),this.setCoords());var t=this.fromStringToGraphemeSelection(this.hiddenTextarea.selectionStart,this.hiddenTextarea.selectionEnd,this.hiddenTextarea.value);this.selectionEnd=this.selectionStart=t.selectionEnd,this.inCompositionMode||(this.selectionStart=t.selectionStart),this.updateTextareaPosition()}},updateTextareaPosition:function(){if(this.selectionStart===this.selectionEnd){var t=this._calcTextareaPosition();this.hiddenTextarea.style.left=t.left,this.hiddenTextarea.style.top=t.top}},_calcTextareaPosition:function(){if(!this.canvas)return{x:1,y:1};var t=this.inCompositionMode?this.compositionStart:this.selectionStart,e=this._getCursorBoundaries(t),i=this.get2DCursorLocation(t),r=i.lineIndex,n=i.charIndex,s=this.getValueOfPropertyAt(r,n,"fontSize")*this.lineHeight,o=e.leftOffset,a=this.calcTransformMatrix(),c={x:e.left+o,y:e.top+e.topOffset+s},h=this.canvas.getRetinaScaling(),l=this.canvas.upperCanvasEl,u=l.width/h,f=l.height/h,d=u-s,g=f-s,p=l.clientWidth/u,v=l.clientHeight/f;return c=fabric.util.transformPoint(c,a),(c=fabric.util.transformPoint(c,this.canvas.viewportTransform)).x*=p,c.y*=v,c.x<0&&(c.x=0),c.x>d&&(c.x=d),c.y<0&&(c.y=0),c.y>g&&(c.y=g),c.x+=this.canvas._offset.left,c.y+=this.canvas._offset.top,{left:c.x+"px",top:c.y+"px",fontSize:s+"px",charHeight:s}},_saveEditingProps:function(){this._savedProps={hasControls:this.hasControls,borderColor:this.borderColor,lockMovementX:this.lockMovementX,lockMovementY:this.lockMovementY,hoverCursor:this.hoverCursor,selectable:this.selectable,defaultCursor:this.canvas&&this.canvas.defaultCursor,moveCursor:this.canvas&&this.canvas.moveCursor}},_restoreEditingProps:function(){this._savedProps&&(this.hoverCursor=this._savedProps.hoverCursor,this.hasControls=this._savedProps.hasControls,this.borderColor=this._savedProps.borderColor,this.selectable=this._savedProps.selectable,this.lockMovementX=this._savedProps.lockMovementX,this.lockMovementY=this._savedProps.lockMovementY,this.canvas&&(this.canvas.defaultCursor=this._savedProps.defaultCursor,this.canvas.moveCursor=this._savedProps.moveCursor))},exitEditing:function(){var t=this._textBeforeEdit!==this.text,e=this.hiddenTextarea;return this.selected=!1,this.isEditing=!1,this.selectionEnd=this.selectionStart,e&&(e.blur&&e.blur(),e.parentNode&&e.parentNode.removeChild(e)),this.hiddenTextarea=null,this.abortCursorAnimation(),this._restoreEditingProps(),this._currentCursorOpacity=0,this._shouldClearDimensionCache()&&(this.initDimensions(),this.setCoords()),this.fire("editing:exited"),t&&this.fire("modified"),this.canvas&&(this.canvas.off("mouse:move",this.mouseMoveHandler),this.canvas.fire("text:editing:exited",{target:this}),t&&this.canvas.fire("object:modified",{target:this})),this},_removeExtraneousStyles:function(){for(var t in this.styles)this._textLines[t]||delete this.styles[t]},removeStyleFromTo:function(t,e){var i,r,n=this.get2DCursorLocation(t,!0),s=this.get2DCursorLocation(e,!0),o=n.lineIndex,a=n.charIndex,c=s.lineIndex,h=s.charIndex;if(o!==c){if(this.styles[o])for(i=a;it?this.selectionStart=t:this.selectionStart<0&&(this.selectionStart=0),this.selectionEnd>t?this.selectionEnd=t:this.selectionEnd<0&&(this.selectionEnd=0)}})}(),fabric.util.object.extend(fabric.IText.prototype,{initDoubleClickSimulation:function(){this.__lastClickTime=+new Date,this.__lastLastClickTime=+new Date,this.__lastPointer={},this.on("mousedown",this.onMouseDown)},onMouseDown:function(t){if(this.canvas){this.__newClickTime=+new Date;var e=t.pointer;this.isTripleClick(e)&&(this.fire("tripleclick",t),this._stopEvent(t.e)),this.__lastLastClickTime=this.__lastClickTime,this.__lastClickTime=this.__newClickTime,this.__lastPointer=e,this.__lastIsEditing=this.isEditing,this.__lastSelected=this.selected}},isTripleClick:function(t){return this.__newClickTime-this.__lastClickTime<500&&this.__lastClickTime-this.__lastLastClickTime<500&&this.__lastPointer.x===t.x&&this.__lastPointer.y===t.y},_stopEvent:function(t){t.preventDefault&&t.preventDefault(),t.stopPropagation&&t.stopPropagation()},initCursorSelectionHandlers:function(){this.initMousedownHandler(),this.initMouseupHandler(),this.initClicks()},doubleClickHandler:function(t){this.isEditing&&this.selectWord(this.getSelectionStartFromPointer(t.e))},tripleClickHandler:function(t){this.isEditing&&this.selectLine(this.getSelectionStartFromPointer(t.e))},initClicks:function(){this.on("mousedblclick",this.doubleClickHandler),this.on("tripleclick",this.tripleClickHandler)},_mouseDownHandler:function(t){!this.canvas||!this.editable||t.e.button&&1!==t.e.button||(this.__isMousedown=!0,this.selected&&(this.inCompositionMode=!1,this.setCursorByClick(t.e)),this.isEditing&&(this.__selectionStartOnMouseDown=this.selectionStart,this.selectionStart===this.selectionEnd&&this.abortCursorAnimation(),this.renderCursorOrSelection()))},_mouseDownHandlerBefore:function(t){!this.canvas||!this.editable||t.e.button&&1!==t.e.button||(this.selected=this===this.canvas._activeObject)},initMousedownHandler:function(){this.on("mousedown",this._mouseDownHandler),this.on("mousedown:before",this._mouseDownHandlerBefore)},initMouseupHandler:function(){this.on("mouseup",this.mouseUpHandler)},mouseUpHandler:function(t){if(this.__isMousedown=!1,!(!this.editable||this.group||t.transform&&t.transform.actionPerformed||t.e.button&&1!==t.e.button)){if(this.canvas){var e=this.canvas._activeObject;if(e&&e!==this)return}this.__lastSelected&&!this.__corner?(this.selected=!1,this.__lastSelected=!1,this.enterEditing(t.e),this.selectionStart===this.selectionEnd?this.initDelayedCursor(!0):this.renderCursorOrSelection()):this.selected=!0}},setCursorByClick:function(t){var e=this.getSelectionStartFromPointer(t),i=this.selectionStart,r=this.selectionEnd;t.shiftKey?this.setSelectionStartEndWithShift(i,r,e):(this.selectionStart=e,this.selectionEnd=e),this.isEditing&&(this._fireSelectionChanged(),this._updateTextarea())},getSelectionStartFromPointer:function(t){for(var e,i=this.getLocalPointer(t),r=0,n=0,s=0,o=0,a=0,c=0,h=this._textLines.length;cthis._text.length&&(a=this._text.length),a}}),fabric.util.object.extend(fabric.IText.prototype,{initHiddenTextarea:function(){this.hiddenTextarea=fabric.document.createElement("textarea"),this.hiddenTextarea.setAttribute("autocapitalize","off"),this.hiddenTextarea.setAttribute("autocorrect","off"),this.hiddenTextarea.setAttribute("autocomplete","off"),this.hiddenTextarea.setAttribute("spellcheck","false"),this.hiddenTextarea.setAttribute("data-fabric-hiddentextarea",""),this.hiddenTextarea.setAttribute("wrap","off");var t=this._calcTextareaPosition();this.hiddenTextarea.style.cssText="position: absolute; top: "+t.top+"; left: "+t.left+"; z-index: -999; opacity: 0; width: 1px; height: 1px; font-size: 1px; paddingーtop: "+t.fontSize+";",this.hiddenTextareaContainer?this.hiddenTextareaContainer.appendChild(this.hiddenTextarea):fabric.document.body.appendChild(this.hiddenTextarea),fabric.util.addListener(this.hiddenTextarea,"keydown",this.onKeyDown.bind(this)),fabric.util.addListener(this.hiddenTextarea,"keyup",this.onKeyUp.bind(this)),fabric.util.addListener(this.hiddenTextarea,"input",this.onInput.bind(this)),fabric.util.addListener(this.hiddenTextarea,"copy",this.copy.bind(this)),fabric.util.addListener(this.hiddenTextarea,"cut",this.copy.bind(this)),fabric.util.addListener(this.hiddenTextarea,"paste",this.paste.bind(this)),fabric.util.addListener(this.hiddenTextarea,"compositionstart",this.onCompositionStart.bind(this)),fabric.util.addListener(this.hiddenTextarea,"compositionupdate",this.onCompositionUpdate.bind(this)),fabric.util.addListener(this.hiddenTextarea,"compositionend",this.onCompositionEnd.bind(this)),!this._clickHandlerInitialized&&this.canvas&&(fabric.util.addListener(this.canvas.upperCanvasEl,"click",this.onClick.bind(this)),this._clickHandlerInitialized=!0)},keysMap:{9:"exitEditing",27:"exitEditing",33:"moveCursorUp",34:"moveCursorDown",35:"moveCursorRight",36:"moveCursorLeft",37:"moveCursorLeft",38:"moveCursorUp",39:"moveCursorRight",40:"moveCursorDown"},keysMapRtl:{9:"exitEditing",27:"exitEditing",33:"moveCursorUp",34:"moveCursorDown",35:"moveCursorLeft",36:"moveCursorRight",37:"moveCursorRight",38:"moveCursorUp",39:"moveCursorLeft",40:"moveCursorDown"},ctrlKeysMapUp:{67:"copy",88:"cut"},ctrlKeysMapDown:{65:"selectAll"},onClick:function(){this.hiddenTextarea&&this.hiddenTextarea.focus()},onKeyDown:function(t){if(this.isEditing){var e="rtl"===this.direction?this.keysMapRtl:this.keysMap;if(t.keyCode in e)this[e[t.keyCode]](t);else{if(!(t.keyCode in this.ctrlKeysMapDown&&(t.ctrlKey||t.metaKey)))return;this[this.ctrlKeysMapDown[t.keyCode]](t)}t.stopImmediatePropagation(),t.preventDefault(),33<=t.keyCode&&t.keyCode<=40?(this.inCompositionMode=!1,this.clearContextTop(),this.renderCursorOrSelection()):this.canvas&&this.canvas.requestRenderAll()}},onKeyUp:function(t){!this.isEditing||this._copyDone||this.inCompositionMode?this._copyDone=!1:t.keyCode in this.ctrlKeysMapUp&&(t.ctrlKey||t.metaKey)&&(this[this.ctrlKeysMapUp[t.keyCode]](t),t.stopImmediatePropagation(),t.preventDefault(),this.canvas&&this.canvas.requestRenderAll())},onInput:function(t){var e=this.fromPaste;if(this.fromPaste=!1,t&&t.stopPropagation(),this.isEditing){var i,r,n,s,o,a=this._splitTextIntoLines(this.hiddenTextarea.value).graphemeText,c=this._text.length,h=a.length,l=h-c,u=this.selectionStart,f=this.selectionEnd,d=u!==f;if(""===this.hiddenTextarea.value)return this.styles={},this.updateFromTextArea(),this.fire("changed"),void(this.canvas&&(this.canvas.fire("text:changed",{target:this}),this.canvas.requestRenderAll()));var g=this.fromStringToGraphemeSelection(this.hiddenTextarea.selectionStart,this.hiddenTextarea.selectionEnd,this.hiddenTextarea.value),p=u>g.selectionStart;d?(i=this._text.slice(u,f),l+=f-u):h=this._text.length&&this.selectionEnd>=this._text.length||this._moveCursorUpOrDown("Down",t)},moveCursorUp:function(t){0===this.selectionStart&&0===this.selectionEnd||this._moveCursorUpOrDown("Up",t)},_moveCursorUpOrDown:function(t,e){var i=this["get"+t+"CursorOffset"](e,"right"===this._selectionDirection);e.shiftKey?this.moveCursorWithShift(i):this.moveCursorWithoutShift(i),0!==i&&(this.setSelectionInBoundaries(),this.abortCursorAnimation(),this._currentCursorOpacity=1,this.initDelayedCursor(),this._fireSelectionChanged(),this._updateTextarea())},moveCursorWithShift:function(t){var e="left"===this._selectionDirection?this.selectionStart+t:this.selectionEnd+t;return this.setSelectionStartEndWithShift(this.selectionStart,this.selectionEnd,e),0!==t},moveCursorWithoutShift:function(t){return t<0?(this.selectionStart+=t,this.selectionEnd=this.selectionStart):(this.selectionEnd+=t,this.selectionStart=this.selectionEnd),0!==t},moveCursorLeft:function(t){0===this.selectionStart&&0===this.selectionEnd||this._moveCursorLeftOrRight("Left",t)},_move:function(t,e,i){var r;if(t.altKey)r=this["findWordBoundary"+i](this[e]);else{if(!t.metaKey&&35!==t.keyCode&&36!==t.keyCode)return this[e]+="Left"===i?-1:1,!0;r=this["findLineBoundary"+i](this[e])}if(void 0!==typeof r&&this[e]!==r)return this[e]=r,!0},_moveLeft:function(t,e){return this._move(t,e,"Left")},_moveRight:function(t,e){return this._move(t,e,"Right")},moveCursorLeftWithoutShift:function(t){var e=!0;return this._selectionDirection="left",this.selectionEnd===this.selectionStart&&0!==this.selectionStart&&(e=this._moveLeft(t,"selectionStart")),this.selectionEnd=this.selectionStart,e},moveCursorLeftWithShift:function(t){return"right"===this._selectionDirection&&this.selectionStart!==this.selectionEnd?this._moveLeft(t,"selectionEnd"):0!==this.selectionStart?(this._selectionDirection="left",this._moveLeft(t,"selectionStart")):void 0},moveCursorRight:function(t){this.selectionStart>=this._text.length&&this.selectionEnd>=this._text.length||this._moveCursorLeftOrRight("Right",t)},_moveCursorLeftOrRight:function(t,e){var i="moveCursor"+t+"With";this._currentCursorOpacity=1,e.shiftKey?i+="Shift":i+="outShift",this[i](e)&&(this.abortCursorAnimation(),this.initDelayedCursor(),this._fireSelectionChanged(),this._updateTextarea())},moveCursorRightWithShift:function(t){return"left"===this._selectionDirection&&this.selectionStart!==this.selectionEnd?this._moveRight(t,"selectionStart"):this.selectionEnd!==this._text.length?(this._selectionDirection="right",this._moveRight(t,"selectionEnd")):void 0},moveCursorRightWithoutShift:function(t){var e=!0;return this._selectionDirection="right",this.selectionStart===this.selectionEnd?(e=this._moveRight(t,"selectionStart"),this.selectionEnd=this.selectionStart):this.selectionStart=this.selectionEnd,e},removeChars:function(t,e){void 0===e&&(e=t+1),this.removeStyleFromTo(t,e),this._text.splice(t,e-t),this.text=this._text.join(""),this.set("dirty",!0),this._shouldClearDimensionCache()&&(this.initDimensions(),this.setCoords()),this._removeExtraneousStyles()},insertChars:function(t,e,i,r){void 0===r&&(r=i),i",t.textSpans.join(""),"\n"]},_getSVGTextAndBg:function(t,e){var i,r=[],n=[],s=t;this._setSVGBg(n);for(var o=0,a=this._textLines.length;o",fabric.util.string.escapeXml(t),""].join("")},_setSVGTextLineText:function(t,e,i,r){var n,s,o,a,c,h=this.getHeightOfLine(e),l=-1!==this.textAlign.indexOf("justify"),u="",f=0,d=this._textLines[e];r+=h*(1-this._fontSizeFraction)/this.lineHeight;for(var g=0,p=d.length-1;g<=p;g++)c=g===p||this.charSpacing,u+=d[g],o=this.__charBounds[e][g],0===f?(i+=o.kernedWidth-o.width,f+=o.width):f+=o.kernedWidth,l&&!c&&this._reSpaceAndTab.test(d[g])&&(c=!0),c||(n=n||this.getCompleteStyleDeclaration(e,g),s=this.getCompleteStyleDeclaration(e,g+1),c=this._hasStyleChangedForSvg(n,s)),c&&(a=this._getStyleDeclaration(e,g)||{},t.push(this._createTextCharSpan(u,a,i,r)),u="",n=s,i+=f,f=0)},_pushTextBgRect:function(t,e,i,r,n,s){var o=fabric.Object.NUM_FRACTION_DIGITS;t.push("\t\t\n')},_setSVGTextLineBg:function(t,e,i,r){for(var n,s,o=this._textLines[e],a=this.getHeightOfLine(e)/this.lineHeight,c=0,h=0,l=this.getValueOfPropertyAt(e,0,"textBackgroundColor"),u=0,f=o.length;uthis.width&&this._set("width",this.dynamicMinWidth),-1!==this.textAlign.indexOf("justify")&&this.enlargeSpaces(),this.height=this.calcTextHeight(),this.saveState({propertySet:"_dimensionAffectingProps"}))},_generateStyleMap:function(t){for(var e=0,i=0,r=0,n={},s=0;sthis.dynamicMinWidth&&(this.dynamicMinWidth=g-v+r),o},isEndOfWrapping:function(t){return!this._styleMap[t+1]||this._styleMap[t+1].line!==this._styleMap[t].line},missingNewlineOffset:function(t){return this.splitByGrapheme?this.isEndOfWrapping(t)?1:0:1},_splitTextIntoLines:function(t){for(var e=b.Text.prototype._splitTextIntoLines.call(this,t),i=this._wrapText(e.lines,this.width),r=new Array(i.length),n=0;n :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/docs/slides/libs/header-attrs-2.16/header-attrs.js b/docs/slides/libs/header-attrs-2.16/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/docs/slides/libs/header-attrs-2.16/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/docs/slides/libs/header-attrs-2.17/header-attrs.js b/docs/slides/libs/header-attrs-2.17/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/docs/slides/libs/header-attrs-2.17/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/docs/slides/libs/header-attrs-2.18/header-attrs.js b/docs/slides/libs/header-attrs-2.18/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/docs/slides/libs/header-attrs-2.18/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/docs/slides/libs/header-attrs-2.19/header-attrs.js b/docs/slides/libs/header-attrs-2.19/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/docs/slides/libs/header-attrs-2.19/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/docs/slides/libs/header-attrs-2.20/header-attrs.js b/docs/slides/libs/header-attrs-2.20/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/docs/slides/libs/header-attrs-2.20/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/docs/slides/libs/header-attrs-2.21/header-attrs.js b/docs/slides/libs/header-attrs-2.21/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/docs/slides/libs/header-attrs-2.21/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/docs/slides/libs/header-attrs/header-attrs.js b/docs/slides/libs/header-attrs/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/docs/slides/libs/header-attrs/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/docs/slides/libs/kePrint-0.0.1/kePrint.js b/docs/slides/libs/kePrint-0.0.1/kePrint.js new file mode 100644 index 00000000..e6fbbfc4 --- /dev/null +++ b/docs/slides/libs/kePrint-0.0.1/kePrint.js @@ -0,0 +1,8 @@ +$(document).ready(function(){ + if (typeof $('[data-toggle="tooltip"]').tooltip === 'function') { + $('[data-toggle="tooltip"]').tooltip(); + } + if ($('[data-toggle="popover"]').popover === 'function') { + $('[data-toggle="popover"]').popover(); + } +}); diff --git a/docs/slides/libs/kePrint/kePrint.js b/docs/slides/libs/kePrint/kePrint.js new file mode 100644 index 00000000..e6fbbfc4 --- /dev/null +++ b/docs/slides/libs/kePrint/kePrint.js @@ -0,0 +1,8 @@ +$(document).ready(function(){ + if (typeof $('[data-toggle="tooltip"]').tooltip === 'function') { + $('[data-toggle="tooltip"]').tooltip(); + } + if ($('[data-toggle="popover"]').popover === 'function') { + $('[data-toggle="popover"]').popover(); + } +}); diff --git a/docs/slides/libs/lightable-0.0.1/lightable.css b/docs/slides/libs/lightable-0.0.1/lightable.css new file mode 100644 index 00000000..3be3be90 --- /dev/null +++ b/docs/slides/libs/lightable-0.0.1/lightable.css @@ -0,0 +1,272 @@ +/*! + * lightable v0.0.1 + * Copyright 2020 Hao Zhu + * Licensed under MIT (https://github.com/haozhu233/kableExtra/blob/master/LICENSE) + */ + +.lightable-minimal { + border-collapse: separate; + border-spacing: 16px 1px; + width: 100%; + margin-bottom: 10px; +} + +.lightable-minimal td { + margin-left: 5px; + margin-right: 5px; +} + +.lightable-minimal th { + margin-left: 5px; + margin-right: 5px; +} + +.lightable-minimal thead tr:last-child th { + border-bottom: 2px solid #00000050; + empty-cells: hide; + +} + +.lightable-minimal tbody tr:first-child td { + padding-top: 0.5em; +} + +.lightable-minimal.lightable-hover tbody tr:hover { + background-color: #f5f5f5; +} + +.lightable-minimal.lightable-striped tbody tr:nth-child(even) { + background-color: #f5f5f5; +} + +.lightable-classic { + border-top: 0.16em solid #111111; + border-bottom: 0.16em solid #111111; + width: 100%; + margin-bottom: 10px; + margin: 10px 5px; +} + +.lightable-classic tfoot tr td { + border: 0; +} + +.lightable-classic tfoot tr:first-child td { + border-top: 0.14em solid #111111; +} + +.lightable-classic caption { + color: #222222; +} + +.lightable-classic td { + padding-left: 5px; + padding-right: 5px; + color: #222222; +} + +.lightable-classic th { + padding-left: 5px; + padding-right: 5px; + font-weight: normal; + color: #222222; +} + +.lightable-classic thead tr:last-child th { + border-bottom: 0.10em solid #111111; +} + +.lightable-classic.lightable-hover tbody tr:hover { + background-color: #F9EEC1; +} + +.lightable-classic.lightable-striped tbody tr:nth-child(even) { + background-color: #f5f5f5; +} + +.lightable-classic-2 { + border-top: 3px double #111111; + border-bottom: 3px double #111111; + width: 100%; + margin-bottom: 10px; +} + +.lightable-classic-2 tfoot tr td { + border: 0; +} + +.lightable-classic-2 tfoot tr:first-child td { + border-top: 3px double #111111; +} + +.lightable-classic-2 caption { + color: #222222; +} + +.lightable-classic-2 td { + padding-left: 5px; + padding-right: 5px; + color: #222222; +} + +.lightable-classic-2 th { + padding-left: 5px; + padding-right: 5px; + font-weight: normal; + color: #222222; +} + +.lightable-classic-2 tbody tr:last-child td { + border-bottom: 3px double #111111; +} + +.lightable-classic-2 thead tr:last-child th { + border-bottom: 1px solid #111111; +} + +.lightable-classic-2.lightable-hover tbody tr:hover { + background-color: #F9EEC1; +} + +.lightable-classic-2.lightable-striped tbody tr:nth-child(even) { + background-color: #f5f5f5; +} + +.lightable-material { + min-width: 100%; + white-space: nowrap; + table-layout: fixed; + font-family: Roboto, sans-serif; + border: 1px solid #EEE; + border-collapse: collapse; + margin-bottom: 10px; +} + +.lightable-material tfoot tr td { + border: 0; +} + +.lightable-material tfoot tr:first-child td { + border-top: 1px solid #EEE; +} + +.lightable-material th { + height: 56px; + padding-left: 16px; + padding-right: 16px; +} + +.lightable-material td { + height: 52px; + padding-left: 16px; + padding-right: 16px; + border-top: 1px solid #eeeeee; +} + +.lightable-material.lightable-hover tbody tr:hover { + background-color: #f5f5f5; +} + +.lightable-material.lightable-striped tbody tr:nth-child(even) { + background-color: #f5f5f5; +} + +.lightable-material.lightable-striped tbody td { + border: 0; +} + +.lightable-material.lightable-striped thead tr:last-child th { + border-bottom: 1px solid #ddd; +} + +.lightable-material-dark { + min-width: 100%; + white-space: nowrap; + table-layout: fixed; + font-family: Roboto, sans-serif; + border: 1px solid #FFFFFF12; + border-collapse: collapse; + margin-bottom: 10px; + background-color: #363640; +} + +.lightable-material-dark tfoot tr td { + border: 0; +} + +.lightable-material-dark tfoot tr:first-child td { + border-top: 1px solid #FFFFFF12; +} + +.lightable-material-dark th { + height: 56px; + padding-left: 16px; + padding-right: 16px; + color: #FFFFFF60; +} + +.lightable-material-dark td { + height: 52px; + padding-left: 16px; + padding-right: 16px; + color: #FFFFFF; + border-top: 1px solid #FFFFFF12; +} + +.lightable-material-dark.lightable-hover tbody tr:hover { + background-color: #FFFFFF12; +} + +.lightable-material-dark.lightable-striped tbody tr:nth-child(even) { + background-color: #FFFFFF12; +} + +.lightable-material-dark.lightable-striped tbody td { + border: 0; +} + +.lightable-material-dark.lightable-striped thead tr:last-child th { + border-bottom: 1px solid #FFFFFF12; +} + +.lightable-paper { + width: 100%; + margin-bottom: 10px; + color: #444; +} + +.lightable-paper tfoot tr td { + border: 0; +} + +.lightable-paper tfoot tr:first-child td { + border-top: 1px solid #00000020; +} + +.lightable-paper thead tr:last-child th { + color: #666; + vertical-align: bottom; + border-bottom: 1px solid #00000020; + line-height: 1.15em; + padding: 10px 5px; +} + +.lightable-paper td { + vertical-align: middle; + border-bottom: 1px solid #00000010; + line-height: 1.15em; + padding: 7px 5px; +} + +.lightable-paper.lightable-hover tbody tr:hover { + background-color: #F9EEC1; +} + +.lightable-paper.lightable-striped tbody tr:nth-child(even) { + background-color: #00000008; +} + +.lightable-paper.lightable-striped tbody td { + border: 0; +} + diff --git a/docs/slides/libs/lightable/lightable.css b/docs/slides/libs/lightable/lightable.css new file mode 100644 index 00000000..3be3be90 --- /dev/null +++ b/docs/slides/libs/lightable/lightable.css @@ -0,0 +1,272 @@ +/*! + * lightable v0.0.1 + * Copyright 2020 Hao Zhu + * Licensed under MIT (https://github.com/haozhu233/kableExtra/blob/master/LICENSE) + */ + +.lightable-minimal { + border-collapse: separate; + border-spacing: 16px 1px; + width: 100%; + margin-bottom: 10px; +} + +.lightable-minimal td { + margin-left: 5px; + margin-right: 5px; +} + +.lightable-minimal th { + margin-left: 5px; + margin-right: 5px; +} + +.lightable-minimal thead tr:last-child th { + border-bottom: 2px solid #00000050; + empty-cells: hide; + +} + +.lightable-minimal tbody tr:first-child td { + padding-top: 0.5em; +} + +.lightable-minimal.lightable-hover tbody tr:hover { + background-color: #f5f5f5; +} + +.lightable-minimal.lightable-striped tbody tr:nth-child(even) { + background-color: #f5f5f5; +} + +.lightable-classic { + border-top: 0.16em solid #111111; + border-bottom: 0.16em solid #111111; + width: 100%; + margin-bottom: 10px; + margin: 10px 5px; +} + +.lightable-classic tfoot tr td { + border: 0; +} + +.lightable-classic tfoot tr:first-child td { + border-top: 0.14em solid #111111; +} + +.lightable-classic caption { + color: #222222; +} + +.lightable-classic td { + padding-left: 5px; + padding-right: 5px; + color: #222222; +} + +.lightable-classic th { + padding-left: 5px; + padding-right: 5px; + font-weight: normal; + color: #222222; +} + +.lightable-classic thead tr:last-child th { + border-bottom: 0.10em solid #111111; +} + +.lightable-classic.lightable-hover tbody tr:hover { + background-color: #F9EEC1; +} + +.lightable-classic.lightable-striped tbody tr:nth-child(even) { + background-color: #f5f5f5; +} + +.lightable-classic-2 { + border-top: 3px double #111111; + border-bottom: 3px double #111111; + width: 100%; + margin-bottom: 10px; +} + +.lightable-classic-2 tfoot tr td { + border: 0; +} + +.lightable-classic-2 tfoot tr:first-child td { + border-top: 3px double #111111; +} + +.lightable-classic-2 caption { + color: #222222; +} + +.lightable-classic-2 td { + padding-left: 5px; + padding-right: 5px; + color: #222222; +} + +.lightable-classic-2 th { + padding-left: 5px; + padding-right: 5px; + font-weight: normal; + color: #222222; +} + +.lightable-classic-2 tbody tr:last-child td { + border-bottom: 3px double #111111; +} + +.lightable-classic-2 thead tr:last-child th { + border-bottom: 1px solid #111111; +} + +.lightable-classic-2.lightable-hover tbody tr:hover { + background-color: #F9EEC1; +} + +.lightable-classic-2.lightable-striped tbody tr:nth-child(even) { + background-color: #f5f5f5; +} + +.lightable-material { + min-width: 100%; + white-space: nowrap; + table-layout: fixed; + font-family: Roboto, sans-serif; + border: 1px solid #EEE; + border-collapse: collapse; + margin-bottom: 10px; +} + +.lightable-material tfoot tr td { + border: 0; +} + +.lightable-material tfoot tr:first-child td { + border-top: 1px solid #EEE; +} + +.lightable-material th { + height: 56px; + padding-left: 16px; + padding-right: 16px; +} + +.lightable-material td { + height: 52px; + padding-left: 16px; + padding-right: 16px; + border-top: 1px solid #eeeeee; +} + +.lightable-material.lightable-hover tbody tr:hover { + background-color: #f5f5f5; +} + +.lightable-material.lightable-striped tbody tr:nth-child(even) { + background-color: #f5f5f5; +} + +.lightable-material.lightable-striped tbody td { + border: 0; +} + +.lightable-material.lightable-striped thead tr:last-child th { + border-bottom: 1px solid #ddd; +} + +.lightable-material-dark { + min-width: 100%; + white-space: nowrap; + table-layout: fixed; + font-family: Roboto, sans-serif; + border: 1px solid #FFFFFF12; + border-collapse: collapse; + margin-bottom: 10px; + background-color: #363640; +} + +.lightable-material-dark tfoot tr td { + border: 0; +} + +.lightable-material-dark tfoot tr:first-child td { + border-top: 1px solid #FFFFFF12; +} + +.lightable-material-dark th { + height: 56px; + padding-left: 16px; + padding-right: 16px; + color: #FFFFFF60; +} + +.lightable-material-dark td { + height: 52px; + padding-left: 16px; + padding-right: 16px; + color: #FFFFFF; + border-top: 1px solid #FFFFFF12; +} + +.lightable-material-dark.lightable-hover tbody tr:hover { + background-color: #FFFFFF12; +} + +.lightable-material-dark.lightable-striped tbody tr:nth-child(even) { + background-color: #FFFFFF12; +} + +.lightable-material-dark.lightable-striped tbody td { + border: 0; +} + +.lightable-material-dark.lightable-striped thead tr:last-child th { + border-bottom: 1px solid #FFFFFF12; +} + +.lightable-paper { + width: 100%; + margin-bottom: 10px; + color: #444; +} + +.lightable-paper tfoot tr td { + border: 0; +} + +.lightable-paper tfoot tr:first-child td { + border-top: 1px solid #00000020; +} + +.lightable-paper thead tr:last-child th { + color: #666; + vertical-align: bottom; + border-bottom: 1px solid #00000020; + line-height: 1.15em; + padding: 10px 5px; +} + +.lightable-paper td { + vertical-align: middle; + border-bottom: 1px solid #00000010; + line-height: 1.15em; + padding: 7px 5px; +} + +.lightable-paper.lightable-hover tbody tr:hover { + background-color: #F9EEC1; +} + +.lightable-paper.lightable-striped tbody tr:nth-child(even) { + background-color: #00000008; +} + +.lightable-paper.lightable-striped tbody td { + border: 0; +} + diff --git a/docs/slides/libs/macros.js b/docs/slides/libs/macros.js new file mode 100644 index 00000000..071125df --- /dev/null +++ b/docs/slides/libs/macros.js @@ -0,0 +1,4 @@ +remark.macros.scale = function (percentage) { + var url = this; + return ''; +}; diff --git a/docs/slides/libs/mark.js-8.11.1/mark.min.js b/docs/slides/libs/mark.js-8.11.1/mark.min.js new file mode 100644 index 00000000..1eea0533 --- /dev/null +++ b/docs/slides/libs/mark.js-8.11.1/mark.min.js @@ -0,0 +1,7 @@ +/*!*************************************************** +* mark.js v8.11.1 +* https://markjs.io/ +* Copyright (c) 2014–2018, Julian Kühnel +* Released under the MIT license https://git.io/vwTVl +*****************************************************/ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.Mark=t()}(this,function(){"use strict";var e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},n=function(){function e(e,t){for(var n=0;n1&&void 0!==arguments[1])||arguments[1],i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:5e3;t(this,e),this.ctx=n,this.iframes=r,this.exclude=i,this.iframesTimeout=o}return n(e,[{key:"getContexts",value:function(){var e=[];return(void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[]).forEach(function(t){var n=e.filter(function(e){return e.contains(t)}).length>0;-1!==e.indexOf(t)||n||e.push(t)}),e}},{key:"getIframeContents",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:function(){},r=void 0;try{var i=e.contentWindow;if(r=i.document,!i||!r)throw new Error("iframe inaccessible")}catch(e){n()}r&&t(r)}},{key:"isIframeBlank",value:function(e){var t=e.getAttribute("src").trim();return"about:blank"===e.contentWindow.location.href&&"about:blank"!==t&&t}},{key:"observeIframeLoad",value:function(e,t,n){var r=this,i=!1,o=null,a=function a(){if(!i){i=!0,clearTimeout(o);try{r.isIframeBlank(e)||(e.removeEventListener("load",a),r.getIframeContents(e,t,n))}catch(e){n()}}};e.addEventListener("load",a),o=setTimeout(a,this.iframesTimeout)}},{key:"onIframeReady",value:function(e,t,n){try{"complete"===e.contentWindow.document.readyState?this.isIframeBlank(e)?this.observeIframeLoad(e,t,n):this.getIframeContents(e,t,n):this.observeIframeLoad(e,t,n)}catch(e){n()}}},{key:"waitForIframes",value:function(e,t){var n=this,r=0;this.forEachIframe(e,function(){return!0},function(e){r++,n.waitForIframes(e.querySelector("html"),function(){--r||t()})},function(e){e||t()})}},{key:"forEachIframe",value:function(t,n,r){var i=this,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){},a=t.querySelectorAll("iframe"),s=a.length,c=0;a=Array.prototype.slice.call(a);var u=function(){--s<=0&&o(c)};s||u(),a.forEach(function(t){e.matches(t,i.exclude)?u():i.onIframeReady(t,function(e){n(t)&&(c++,r(e)),u()},u)})}},{key:"createIterator",value:function(e,t,n){return document.createNodeIterator(e,t,n,!1)}},{key:"createInstanceOnIframe",value:function(t){return new e(t.querySelector("html"),this.iframes)}},{key:"compareNodeIframe",value:function(e,t,n){if(e.compareDocumentPosition(n)&Node.DOCUMENT_POSITION_PRECEDING){if(null===t)return!0;if(t.compareDocumentPosition(n)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}},{key:"getIteratorNode",value:function(e){var t=e.previousNode();return{prevNode:t,node:null===t?e.nextNode():e.nextNode()&&e.nextNode()}}},{key:"checkIframeFilter",value:function(e,t,n,r){var i=!1,o=!1;return r.forEach(function(e,t){e.val===n&&(i=t,o=e.handled)}),this.compareNodeIframe(e,t,n)?(!1!==i||o?!1===i||o||(r[i].handled=!0):r.push({val:n,handled:!0}),!0):(!1===i&&r.push({val:n,handled:!1}),!1)}},{key:"handleOpenIframes",value:function(e,t,n,r){var i=this;e.forEach(function(e){e.handled||i.getIframeContents(e.val,function(e){i.createInstanceOnIframe(e).forEachNode(t,n,r)})})}},{key:"iterateThroughNodes",value:function(e,t,n,r,i){for(var o,a=this,s=this.createIterator(t,e,r),c=[],u=[],l=void 0,h=void 0;void 0,o=a.getIteratorNode(s),h=o.prevNode,l=o.node;)this.iframes&&this.forEachIframe(t,function(e){return a.checkIframeFilter(l,h,e,c)},function(t){a.createInstanceOnIframe(t).forEachNode(e,function(e){return u.push(e)},r)}),u.push(l);u.forEach(function(e){n(e)}),this.iframes&&this.handleOpenIframes(c,e,n,r),i()}},{key:"forEachNode",value:function(e,t,n){var r=this,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){},o=this.getContexts(),a=o.length;a||i(),o.forEach(function(o){var s=function(){r.iterateThroughNodes(e,o,t,n,function(){--a<=0&&i()})};r.iframes?r.waitForIframes(o,s):s()})}}],[{key:"matches",value:function(e,t){var n="string"==typeof t?[t]:t,r=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(r){var i=!1;return n.every(function(t){return!r.call(e,t)||(i=!0,!1)}),i}return!1}}]),e}(),o=function(){function o(e){t(this,o),this.ctx=e,this.ie=!1;var n=window.navigator.userAgent;(n.indexOf("MSIE")>-1||n.indexOf("Trident")>-1)&&(this.ie=!0)}return n(o,[{key:"log",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"debug",r=this.opt.log;this.opt.debug&&"object"===(void 0===r?"undefined":e(r))&&"function"==typeof r[n]&&r[n]("mark.js: "+t)}},{key:"escapeStr",value:function(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}},{key:"createRegExp",value:function(e){return"disabled"!==this.opt.wildcards&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),"disabled"!==this.opt.wildcards&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e)}},{key:"createSynonymsRegExp",value:function(e){var t=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",r=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(var i in t)if(t.hasOwnProperty(i)){var o=t[i],a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(i):this.escapeStr(i),s="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(o):this.escapeStr(o);""!==a&&""!==s&&(e=e.replace(new RegExp("("+this.escapeStr(a)+"|"+this.escapeStr(s)+")","gm"+n),r+"("+this.processSynomyms(a)+"|"+this.processSynomyms(s)+")"+r))}return e}},{key:"processSynomyms",value:function(e){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),e}},{key:"setupWildcardsRegExp",value:function(e){return(e=e.replace(/(?:\\)*\?/g,function(e){return"\\"===e.charAt(0)?"?":""})).replace(/(?:\\)*\*/g,function(e){return"\\"===e.charAt(0)?"*":""})}},{key:"createWildcardsRegExp",value:function(e){var t="withSpaces"===this.opt.wildcards;return e.replace(/\u0001/g,t?"[\\S\\s]?":"\\S?").replace(/\u0002/g,t?"[\\S\\s]*?":"\\S*")}},{key:"setupIgnoreJoinersRegExp",value:function(e){return e.replace(/[^(|)\\]/g,function(e,t,n){var r=n.charAt(t+1);return/[(|)\\]/.test(r)||""===r?e:e+"\0"})}},{key:"createJoinersRegExp",value:function(e){var t=[],n=this.opt.ignorePunctuation;return Array.isArray(n)&&n.length&&t.push(this.escapeStr(n.join(""))),this.opt.ignoreJoiners&&t.push("\\u00ad\\u200b\\u200c\\u200d"),t.length?e.split(/\u0000+/).join("["+t.join("")+"]*"):e}},{key:"createDiacriticsRegExp",value:function(e){var t=this.opt.caseSensitive?"":"i",n=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"],r=[];return e.split("").forEach(function(i){n.every(function(n){if(-1!==n.indexOf(i)){if(r.indexOf(n)>-1)return!1;e=e.replace(new RegExp("["+n+"]","gm"+t),"["+n+"]"),r.push(n)}return!0})}),e}},{key:"createMergedBlanksRegExp",value:function(e){return e.replace(/[\s]+/gim,"[\\s]+")}},{key:"createAccuracyRegExp",value:function(e){var t=this,n=this.opt.accuracy,r="string"==typeof n?n:n.value,i="";switch(("string"==typeof n?[]:n.limiters).forEach(function(e){i+="|"+t.escapeStr(e)}),r){case"partially":default:return"()("+e+")";case"complementary":return"()([^"+(i="\\s"+(i||this.escapeStr("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿")))+"]*"+e+"[^"+i+"]*)";case"exactly":return"(^|\\s"+i+")("+e+")(?=$|\\s"+i+")"}}},{key:"getSeparatedKeywords",value:function(e){var t=this,n=[];return e.forEach(function(e){t.opt.separateWordSearch?e.split(" ").forEach(function(e){e.trim()&&-1===n.indexOf(e)&&n.push(e)}):e.trim()&&-1===n.indexOf(e)&&n.push(e)}),{keywords:n.sort(function(e,t){return t.length-e.length}),length:n.length}}},{key:"isNumeric",value:function(e){return Number(parseFloat(e))==e}},{key:"checkRanges",value:function(e){var t=this;if(!Array.isArray(e)||"[object Object]"!==Object.prototype.toString.call(e[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];var n=[],r=0;return e.sort(function(e,t){return e.start-t.start}).forEach(function(e){var i=t.callNoMatchOnInvalidRanges(e,r),o=i.start,a=i.end;i.valid&&(e.start=o,e.length=a-o,n.push(e),r=a)}),n}},{key:"callNoMatchOnInvalidRanges",value:function(e,t){var n=void 0,r=void 0,i=!1;return e&&void 0!==e.start?(r=(n=parseInt(e.start,10))+parseInt(e.length,10),this.isNumeric(e.start)&&this.isNumeric(e.length)&&r-t>0&&r-n>0?i=!0:(this.log("Ignoring invalid or overlapping range: "+JSON.stringify(e)),this.opt.noMatch(e))):(this.log("Ignoring invalid range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:n,end:r,valid:i}}},{key:"checkWhitespaceRanges",value:function(e,t,n){var r=void 0,i=!0,o=n.length,a=t-o,s=parseInt(e.start,10)-a;return(r=(s=s>o?o:s)+parseInt(e.length,10))>o&&(r=o,this.log("End range automatically set to the max value of "+o)),s<0||r-s<0||s>o||r>o?(i=!1,this.log("Invalid range: "+JSON.stringify(e)),this.opt.noMatch(e)):""===n.substring(s,r).replace(/\s+/g,"")&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:s,end:r,valid:i}}},{key:"getTextNodes",value:function(e){var t=this,n="",r=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,function(e){r.push({start:n.length,end:(n+=e.textContent).length,node:e})},function(e){return t.matchesExclude(e.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},function(){e({value:n,nodes:r})})}},{key:"matchesExclude",value:function(e){return i.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}},{key:"wrapRangeInTextNode",value:function(e,t,n){var r=this.opt.element?this.opt.element:"mark",i=e.splitText(t),o=i.splitText(n-t),a=document.createElement(r);return a.setAttribute("data-markjs","true"),this.opt.className&&a.setAttribute("class",this.opt.className),a.textContent=i.textContent,i.parentNode.replaceChild(a,i),o}},{key:"wrapRangeInMappedTextNode",value:function(e,t,n,r,i){var o=this;e.nodes.every(function(a,s){var c=e.nodes[s+1];if(void 0===c||c.start>t){if(!r(a.node))return!1;var u=t-a.start,l=(n>a.end?a.end:n)-a.start,h=e.value.substr(0,a.start),f=e.value.substr(l+a.start);if(a.node=o.wrapRangeInTextNode(a.node,u,l),e.value=h+f,e.nodes.forEach(function(t,n){n>=s&&(e.nodes[n].start>0&&n!==s&&(e.nodes[n].start-=l),e.nodes[n].end-=l)}),n-=l,i(a.node.previousSibling,a.start),!(n>a.end))return!1;t=a.end}return!0})}},{key:"wrapMatches",value:function(e,t,n,r,i){var o=this,a=0===t?0:t+1;this.getTextNodes(function(t){t.nodes.forEach(function(t){t=t.node;for(var i=void 0;null!==(i=e.exec(t.textContent))&&""!==i[a];)if(n(i[a],t)){var s=i.index;if(0!==a)for(var c=1;c code { + color: rgb(249, 38, 114); + text-decoration: none; +} +.footnote { + position: absolute; + bottom: 3em; + padding-right: 4em; + font-size: 90%; +} +.remark-code-line-highlighted { background-color: #ffff88; } + +.inverse { + background-color: #272822; + color: #d6d6d6; + text-shadow: 0 0 20px #333; +} +.inverse h1, .inverse h2, .inverse h3 { + color: #f3f3f3; +} +/* Two-column layout */ +.left-column { + color: #777; + width: 20%; + height: 92%; + float: left; +} +.left-column h2:last-of-type, .left-column h3:last-child { + color: #000; +} +.right-column { + width: 75%; + float: right; + padding-top: 1em; +} +.pull-left { + float: left; + width: 47%; +} +.pull-right { + float: right; + width: 47%; +} +.pull-right + * { + clear: both; +} +img, video, iframe { + max-width: 100%; +} +blockquote { + border-left: solid 5px lightgray; + padding-left: 1em; +} +.remark-slide table { + margin: auto; + border-top: 1px solid #666; + border-bottom: 1px solid #666; +} +.remark-slide table thead th { border-bottom: 1px solid #ddd; } +th, td { padding: 5px; } +.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #eee } + +@page { margin: 0; } +@media print { + .remark-slide-scaler { + width: 100% !important; + height: 100% !important; + transform: scale(1) !important; + top: 0 !important; + left: 0 !important; + } +} diff --git a/docs/slides/libs/remark-latest.min.js b/docs/slides/libs/remark-latest.min.js new file mode 100644 index 00000000..160ca1bc --- /dev/null +++ b/docs/slides/libs/remark-latest.min.js @@ -0,0 +1,18 @@ +require=function e(t,a,r){function s(i,l){if(!a[i]){if(!t[i]){var o="function"==typeof require&&require;if(!l&&o)return o(i,!0);if(n)return n(i,!0);var c=new Error("Cannot find module '"+i+"'");throw c.code="MODULE_NOT_FOUND",c}var d=a[i]={exports:{}};t[i][0].call(d.exports,function(e){var a=t[i][1][e];return s(a?a:e)},d,d.exports,e,t,a,r)}return a[i].exports}for(var n="function"==typeof require&&require,i=0;i0&&this._events[e].length>a&&(this._events[e].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[e].length),"function"==typeof console.trace&&console.trace())),this},r.prototype.on=r.prototype.addListener,r.prototype.once=function(e,t){function a(){this.removeListener(e,a),r||(r=!0,t.apply(this,arguments))}if(!s(t))throw TypeError("listener must be a function");var r=!1;return a.listener=t,this.on(e,a),this},r.prototype.removeListener=function(e,t){var a,r,n,l;if(!s(t))throw TypeError("listener must be a function");if(!this._events||!this._events[e])return this;if(a=this._events[e],n=a.length,r=-1,a===t||s(a.listener)&&a.listener===t)delete this._events[e],this._events.removeListener&&this.emit("removeListener",e,t);else if(i(a)){for(l=n;l-- >0;)if(a[l]===t||a[l].listener&&a[l].listener===t){r=l;break}if(r<0)return this;1===a.length?(a.length=0,delete this._events[e]):a.splice(r,1),this._events.removeListener&&this.emit("removeListener",e,t)}return this},r.prototype.removeAllListeners=function(e){var t,a;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[e]&&delete this._events[e],this;if(0===arguments.length){for(t in this._events)"removeListener"!==t&&this.removeAllListeners(t);return this.removeAllListeners("removeListener"),this._events={},this}if(a=this._events[e],s(a))this.removeListener(e,a);else if(a)for(;a.length;)this.removeListener(e,a[a.length-1]);return delete this._events[e],this},r.prototype.listeners=function(e){var t;return t=this._events&&this._events[e]?s(this._events[e])?[this._events[e]]:this._events[e].slice():[]},r.prototype.listenerCount=function(e){if(this._events){var t=this._events[e];if(s(t))return 1;if(t)return t.length}return 0},r.listenerCount=function(e,t){return e.listenerCount(t)}},{}],2:[function(e,t,a){(function(e){(function(){function e(e){this.tokens=[],this.tokens.links={},this.options=e||m.defaults,this.rules=u.normal,this.options.gfm&&(this.options.tables?this.rules=u.tables:this.rules=u.gfm)}function r(e,t){if(this.options=t||m.defaults,this.links=e,this.rules=h.normal,this.renderer=this.options.renderer||new s,this.renderer.options=this.options,!this.links)throw new Error("Tokens array requires a `links` property.");this.options.gfm?this.options.breaks?this.rules=h.breaks:this.rules=h.gfm:this.options.pedantic&&(this.rules=h.pedantic)}function s(e){this.options=e||{}}function n(e){this.tokens=[],this.token=null,this.options=e||m.defaults,this.options.renderer=this.options.renderer||new s,this.renderer=this.options.renderer,this.renderer.options=this.options}function i(e,t){return e.replace(t?/&/g:/&(?!#?\w+;)/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}function l(e){return e.replace(/&([#\w]+);/g,function(e,t){return t=t.toLowerCase(),"colon"===t?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""})}function o(e,t){return e=e.source,t=t||"",function a(r,s){return r?(s=s.source||s,s=s.replace(/(^|[^\[])\^/g,"$1"),e=e.replace(r,s),a):new RegExp(e,t)}}function c(){}function d(e){for(var t,a,r=1;rAn error occured:

    "+i(e.message+"",!0)+"
    ";throw e}}var u={newline:/^\n+/,code:/^( {4}[^\n]+\n*)+/,fences:c,hr:/^( *[-*_]){3,} *(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\n]+?) *#* *(?:\n+|$)/,nptable:c,lheading:/^([^\n]+)\n *(=|-){2,} *(?:\n+|$)/,blockquote:/^( *>[^\n]+(\n[^\n]+)*\n*)+/,list:/^( *)(bull) [\s\S]+?(?:hr|\n{2,}(?! )(?!\1bull )\n*|\s*$)/,html:/^ *(?:comment|closed|closing) *(?:\n{2,}|\s*$)/,def:/^ *\[([^\]]+)\]: *]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/,table:c,paragraph:/^((?:[^\n]+\n?(?!hr|heading|lheading|blockquote|tag|def))+)\n*/,text:/^[^\n]+/};u.bullet=/(?:[*+-]|\d+\.)/,u.item=/^( *)(bull) [^\n]*(?:\n(?!\1bull )[^\n]*)*/,u.item=o(u.item,"gm")(/bull/g,u.bullet)(),u.list=o(u.list)(/bull/g,u.bullet)("hr",/\n+(?=(?: *[-*_]){3,} *(?:\n+|$))/)(),u._tag="(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:/|[^\\w\\s@]*@)\\b",u.html=o(u.html)("comment",//)("closed",/<(tag)[\s\S]+?<\/\1>/)("closing",/])*?>/)(/tag/g,u._tag)(),u.paragraph=o(u.paragraph)("hr",u.hr)("heading",u.heading)("lheading",u.lheading)("blockquote",u.blockquote)("tag","<"+u._tag)("def",u.def)(),u.normal=d({},u),u.gfm=d({},u.normal,{fences:/^ *(`{3,}|~{3,}) *(\S+)? *\n([\s\S]+?)\s*\1 *(?:\n+|$)/,paragraph:/^/}),u.gfm.paragraph=o(u.paragraph)("(?!","(?!"+u.gfm.fences.source.replace("\\1","\\2")+"|"+u.list.source.replace("\\1","\\3")+"|")(),u.tables=d({},u.gfm,{nptable:/^ *(\S.*\|.*)\n *([-:]+ *\|[-| :]*)\n((?:.*\|.*(?:\n|$))*)\n*/,table:/^ *\|(.+)\n *\|( *[-:]+[-| :]*)\n((?: *\|.*(?:\n|$))*)\n*/}),e.rules=u,e.lex=function(t,a){var r=new e(a);return r.lex(t)},e.prototype.lex=function(e){return e=e.replace(/\r\n|\r/g,"\n").replace(/\t/g," ").replace(/\u00a0/g," ").replace(/\u2424/g,"\n"),this.token(e,!0)},e.prototype.token=function(e,t){for(var a,r,s,n,i,l,o,c,d,e=e.replace(/^ +$/gm,"");e;)if((s=this.rules.newline.exec(e))&&(e=e.substring(s[0].length),s[0].length>1&&this.tokens.push({type:"space"})),s=this.rules.code.exec(e))e=e.substring(s[0].length),s=s[0].replace(/^ {4}/gm,""),this.tokens.push({type:"code",text:this.options.pedantic?s:s.replace(/\n+$/,"")});else if(s=this.rules.fences.exec(e))e=e.substring(s[0].length),this.tokens.push({type:"code",lang:s[2],text:s[3]});else if(s=this.rules.heading.exec(e))e=e.substring(s[0].length),this.tokens.push({type:"heading",depth:s[1].length,text:s[2]});else if(t&&(s=this.rules.nptable.exec(e))){for(e=e.substring(s[0].length),l={type:"table",header:s[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:s[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:s[3].replace(/\n$/,"").split("\n")},c=0;c ?/gm,""),this.token(s,t),this.tokens.push({type:"blockquote_end"});else if(s=this.rules.list.exec(e)){for(e=e.substring(s[0].length),n=s[2],this.tokens.push({type:"list_start",ordered:n.length>1}),s=s[0].match(this.rules.item),a=!1,d=s.length,c=0;c1&&i.length>1||(e=s.slice(c+1).join("\n")+e,c=d-1)),r=a||/\n\n(?!\s*$)/.test(l),c!==d-1&&(a="\n"===l.charAt(l.length-1),r||(r=a)),this.tokens.push({type:r?"loose_item_start":"list_item_start"}),this.token(l,!1),this.tokens.push({type:"list_item_end"});this.tokens.push({type:"list_end"})}else if(s=this.rules.html.exec(e))e=e.substring(s[0].length),this.tokens.push({type:this.options.sanitize?"paragraph":"html",pre:"pre"===s[1]||"script"===s[1]||"style"===s[1],text:s[0]});else if(t&&(s=this.rules.def.exec(e)))e=e.substring(s[0].length),this.tokens.links[s[1].toLowerCase()]={href:s[2],title:s[3]};else if(t&&(s=this.rules.table.exec(e))){for(e=e.substring(s[0].length),l={type:"table",header:s[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:s[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:s[3].replace(/(?: *\| *)?\n$/,"").split("\n")},c=0;c])/,autolink:/^<([^ >]+(@|:\/)[^ >]+)>/,url:c,tag:/^|^<\/?\w+(?:"[^"]*"|'[^']*'|[^'">])*?>/,link:/^!?\[(inside)\]\(href\)/,reflink:/^!?\[(inside)\]\s*\[([^\]]*)\]/,nolink:/^!?\[((?:\[[^\]]*\]|[^\[\]])*)\]/,strong:/^__([\s\S]+?)__(?!_)|^\*\*([\s\S]+?)\*\*(?!\*)/,em:/^\b_((?:__|[\s\S])+?)_\b|^\*((?:\*\*|[\s\S])+?)\*(?!\*)/,code:/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,br:/^ {2,}\n(?!\s*$)/,del:c,text:/^[\s\S]+?(?=[\\?(?:\s+['"]([\s\S]*?)['"])?\s*/,h.link=o(h.link)("inside",h._inside)("href",h._href)(),h.reflink=o(h.reflink)("inside",h._inside)(),h.normal=d({},h),h.pedantic=d({},h.normal,{strong:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,em:/^_(?=\S)([\s\S]*?\S)_(?!_)|^\*(?=\S)([\s\S]*?\S)\*(?!\*)/}),h.gfm=d({},h.normal,{escape:o(h.escape)("])","~|])")(),url:/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,del:/^~~(?=\S)([\s\S]*?\S)~~/,text:o(h.text)("]|","~]|")("|","|https?://|")()}),h.breaks=d({},h.gfm,{br:o(h.br)("{2,}","*")(),text:o(h.gfm.text)("{2,}","*")()}),r.rules=h,r.output=function(e,t,a){var s=new r(t,a);return s.output(e)},r.prototype.output=function(e){for(var t,a,r,s,n="";e;)if(s=this.rules.escape.exec(e))e=e.substring(s[0].length),n+=s[1];else if(s=this.rules.autolink.exec(e))e=e.substring(s[0].length),"@"===s[2]?(a=":"===s[1].charAt(6)?this.mangle(s[1].substring(7)):this.mangle(s[1]),r=this.mangle("mailto:")+a):(a=i(s[1]),r=a),n+=this.renderer.link(r,null,a);else if(s=this.rules.url.exec(e))e=e.substring(s[0].length),a=i(s[1]),r=a,n+=this.renderer.link(r,null,a);else if(s=this.rules.tag.exec(e))e=e.substring(s[0].length),n+=this.options.sanitize?i(s[0]):s[0];else if(s=this.rules.link.exec(e))e=e.substring(s[0].length),n+=this.outputLink(s,{href:s[2],title:s[3]});else if((s=this.rules.reflink.exec(e))||(s=this.rules.nolink.exec(e))){if(e=e.substring(s[0].length),t=(s[2]||s[1]).replace(/\s+/g," "),t=this.links[t.toLowerCase()],!t||!t.href){n+=s[0].charAt(0),e=s[0].substring(1)+e;continue}n+=this.outputLink(s,t)}else if(s=this.rules.strong.exec(e))e=e.substring(s[0].length),n+=this.renderer.strong(this.output(s[2]||s[1]));else if(s=this.rules.em.exec(e))e=e.substring(s[0].length),n+=this.renderer.em(this.output(s[2]||s[1]));else if(s=this.rules.code.exec(e))e=e.substring(s[0].length),n+=this.renderer.codespan(i(s[2],!0));else if(s=this.rules.br.exec(e))e=e.substring(s[0].length),n+=this.renderer.br();else if(s=this.rules.del.exec(e))e=e.substring(s[0].length),n+=this.renderer.del(this.output(s[1]));else if(s=this.rules.text.exec(e))e=e.substring(s[0].length),n+=i(this.smartypants(s[0]));else if(e)throw new Error("Infinite loop on byte: "+e.charCodeAt(0));return n},r.prototype.outputLink=function(e,t){var a=i(t.href),r=t.title?i(t.title):null;return"!"!==e[0].charAt(0)?this.renderer.link(a,r,this.output(e[1])):this.renderer.image(a,r,i(e[1]))},r.prototype.smartypants=function(e){return this.options.smartypants?e.replace(/--/g,"—").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1‘").replace(/'/g,"’").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1“").replace(/"/g,"”").replace(/\.{3}/g,"…"):e},r.prototype.mangle=function(e){for(var t,a="",r=e.length,s=0;s.5&&(t="x"+t.toString(16)),a+="&#"+t+";";return a},s.prototype.code=function(e,t,a){if(this.options.highlight){var r=this.options.highlight(e,t);null!=r&&r!==e&&(a=!0,e=r)}return t?'
    '+(a?e:i(e,!0))+"\n
    \n":"
    "+(a?e:i(e,!0))+"\n
    "},s.prototype.blockquote=function(e){return"
    \n"+e+"
    \n"},s.prototype.html=function(e){return e},s.prototype.heading=function(e,t,a){return"'+e+"\n"},s.prototype.hr=function(){return"
    \n"},s.prototype.list=function(e,t){var a=t?"ol":"ul";return"<"+a+">\n"+e+"\n"},s.prototype.listitem=function(e){return"
  • "+e+"
  • \n"},s.prototype.paragraph=function(e){return"

    "+e+"

    \n"},s.prototype.table=function(e,t){return"\n\n"+e+"\n\n"+t+"\n
    \n"},s.prototype.tablerow=function(e){return"\n"+e+"\n"},s.prototype.tablecell=function(e,t){var a=t.header?"th":"td",r=t.align?"<"+a+' style="text-align:'+t.align+'">':"<"+a+">";return r+e+"\n"},s.prototype.strong=function(e){return""+e+""},s.prototype.em=function(e){return""+e+""},s.prototype.codespan=function(e){return""+e+""},s.prototype.br=function(){return"
    "},s.prototype.del=function(e){return""+e+""},s.prototype.link=function(e,t,a){if(this.options.sanitize){try{var r=decodeURIComponent(l(e)).replace(/[^\w:]/g,"").toLowerCase()}catch(e){return""}if(0===r.indexOf("javascript:"))return""}var s='"},s.prototype.image=function(e,t,a){var r=''+a+'"}),e=e.replace(/&/g,"&"),e=e.replace(/"/g,'"')}var i=e("events").EventEmitter,l=e("./highlighter"),o=e("./converter"),c=e("./resources"),d=e("./parser"),m=e("./models/slideshow"),u=e("./views/slideshowView"),h=e("./controllers/defaultController"),p=e("./dom"),g=e("./macros");t.exports=r,r.prototype.highlighter=l,r.prototype.convert=function(e){var t=new d,a=t.parse(e||"",g)[0].content;return o.convertMarkdown(a,{},!0)},r.prototype.create=function(e,t){var a,r,n,l,o=this;return e=s(this.dom,e),a=new i,a.setMaxListeners(0),r=new m(a,this.dom,e,function(r){n=new u(a,o.dom,e.container,r),l=e.controller||new h(a,o.dom,n,e.navigation),"function"==typeof t&&t(r)})}},{"./controllers/defaultController":6,"./converter":12,"./dom":13,"./highlighter":14,"./macros":16,"./models/slideshow":18,"./parser":21,"./resources":22,"./views/slideshowView":27,events:1}],6:[function(e,t,a){function r(e,t,a,r){r=r||{};var d=new n(e);o.register(e),c.register(e,t,a),i.register(e,r),l.register(e,r),s(e,d,a,r)}function s(e,t,a,r){e.on("pause",function(a){t.deactivate(),i.unregister(e),l.unregister(e)}),e.on("resume",function(a){t.activate(),i.register(e,r),l.register(e,r)})}t.exports=r;var n=e("./inputs/keyboard"),i=e("./inputs/mouse"),l=e("./inputs/touch"),o=e("./inputs/message"),c=e("./inputs/location")},{"./inputs/keyboard":7,"./inputs/location":8,"./inputs/message":9,"./inputs/mouse":10,"./inputs/touch":11}],7:[function(e,t,a){function r(e){this._events=e,this.activate()}t.exports=r,r.prototype.activate=function(){this._gotoSlideNumber="",this.addKeyboardEventListeners()},r.prototype.deactivate=function(){this.removeKeyboardEventListeners()},r.prototype.addKeyboardEventListeners=function(){var e=this,t=this._events;t.on("keydown",function(a){if(!a.metaKey&&!a.ctrlKey)switch(a.keyCode){case 33:case 37:case 38:t.emit("gotoPreviousSlide");break;case 32:case 34:case 39:case 40:t.emit("gotoNextSlide");break;case 36:t.emit("gotoFirstSlide");break;case 35:t.emit("gotoLastSlide");break;case 27:t.emit("hideOverlay");break;case 13:e._gotoSlideNumber&&(t.emit("gotoSlide",e._gotoSlideNumber),e._gotoSlideNumber="")}}),t.on("keypress",function(a){if(!a.metaKey&&!a.ctrlKey){var r=String.fromCharCode(a.which).toLowerCase();switch(r){case"j":t.emit("gotoNextSlide");break;case"k":t.emit("gotoPreviousSlide");break;case"b":t.emit("toggleBlackout");break;case"m":t.emit("toggleMirrored");break;case"c":t.emit("createClone");break;case"p":t.emit("togglePresenterMode");break;case"f":t.emit("toggleFullscreen");break;case"t":t.emit("resetTimer");break;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":case"0":e._gotoSlideNumber+=r;break;case"h":case"?":t.emit("toggleHelp")}}})},r.prototype.removeKeyboardEventListeners=function(){var e=this._events;e.removeAllListeners("keydown"),e.removeAllListeners("keypress")}},{}],8:[function(e,t,a){function r(e,t,a){function r(){var a=(t.getLocationHash()||"").substr(1);e.emit("gotoSlide",a)}function n(e){s.hasClass(a.containerElement,"remark-presenter-mode")?t.setLocationHash("#p"+e):t.setLocationHash("#"+e)}a.isEmbedded()?e.emit("gotoSlide",1):(e.on("hashchange",r),e.on("slideChanged",n),e.on("toggledPresenter",n),r())}var s=e("../../utils.js");a.register=function(e,t,a){r(e,t,a)}},{"../../utils.js":24}],9:[function(e,t,a){function r(e){function t(t){var a;null!==(a=/^gotoSlide:(\d+)$/.exec(t.data))?e.emit("gotoSlide",parseInt(a[1],10),!0):"toggleBlackout"===t.data&&e.emit("toggleBlackout")}e.on("message",t)}a.register=function(e){r(e)}},{}],10:[function(e,t,a){function r(e,t){if(t.click&&(e.on("click",function(t){"A"!==t.target.nodeName&&0===t.button&&e.emit("gotoNextSlide")}),e.on("contextmenu",function(t){"A"!==t.target.nodeName&&(t.preventDefault(),e.emit("gotoPreviousSlide"))})),t.scroll!==!1){var a=function(t){t.wheelDeltaY>0||t.detail<0?e.emit("gotoPreviousSlide"):(t.wheelDeltaY<0||t.detail>0)&&e.emit("gotoNextSlide")};e.on("mousewheel",a),e.on("DOMMouseScroll",a)}}function s(e){e.removeAllListeners("click"),e.removeAllListeners("contextmenu"),e.removeAllListeners("mousewheel")}a.register=function(e,t){r(e,t)},a.unregister=function(e){s(e)}},{}],11:[function(e,t,a){function r(e,t){var a,r,s;if(t.touch!==!1){var n=function(){return Math.abs(r-s)<10},i=function(){e.emit("tap",s)},l=function(){r>s?e.emit("gotoNextSlide"):e.emit("gotoPreviousSlide")};e.on("touchstart",function(e){a=e.touches[0],r=a.clientX}),e.on("touchend",function(e){"A"!==e.target.nodeName.toUpperCase()&&(a=e.changedTouches[0],s=a.clientX,n()?i():l())}),e.on("touchmove",function(e){e.preventDefault()})}}function s(e){e.removeAllListeners("touchstart"),e.removeAllListeners("touchend"),e.removeAllListeners("touchmove")}a.register=function(e,t){r(e,t)},a.unregister=function(e){s(e)}},{}],12:[function(e,t,a){function r(e,t,a){var n,l,o,c="";for(n=0;n',c+=r(e[n].content,t,!e[n].block),c+="");var d=s.Lexer.lex(c.replace(/^\s+/,""));return d.links=t,o=s.Parser.parse(d),a&&(i.innerHTML=o,1===i.children.length&&"P"===i.children[0].tagName&&(o=i.children[0].innerHTML)),o}var s=e("marked"),n=t.exports={},i=document.createElement("div");s.setOptions({gfm:!0,tables:!0,breaks:!1,pedantic:!0,sanitize:!1,smartLists:!0,langPrefix:""}),n.convertMarkdown=function(e,t,a){return i.innerHTML=r(e,t||{},a),i.innerHTML=i.innerHTML.replace(/

    \s*<\/p>/g,""),i.innerHTML.replace(/\n\r?$/,"")}},{marked:2}],13:[function(e,t,a){function r(){}t.exports=r,r.prototype.XMLHttpRequest=XMLHttpRequest,r.prototype.getHTMLElement=function(){return document.getElementsByTagName("html")[0]},r.prototype.getBodyElement=function(){return document.body},r.prototype.getElementById=function(e){return document.getElementById(e)},r.prototype.getLocationHash=function(){return window.location.hash},r.prototype.setLocationHash=function(e){"function"==typeof window.history.replaceState&&"null"!==document.origin?window.history.replaceState(void 0,void 0,e):window.location.hash=e}},{}],14:[function(e,t,a){for(var r=function(){var e={};return function(t){var a="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof e?t(e):a&&(a.hljs=t({}),"function"==typeof define&&define.amd&&define([],function(){return a.hljs}))}(function(e){function t(e){return e.replace(/[&<>]/gm,function(e){return M[e]})}function a(e){return e.nodeName.toLowerCase()}function r(e,t){var a=e&&e.exec(t);return a&&0===a.index}function s(e){return k.test(e)}function n(e){var t,a,r,n,i=e.className+" ";if(i+=e.parentNode?e.parentNode.className:"",a=w.exec(i))return j(a[1])?a[1]:"no-highlight";for(i=i.split(/\s+/),t=0,r=i.length;t"}function l(e){d+=""}function o(e){("start"===e.event?i:l)(e.node)}for(var c=0,d="",m=[];e.length||r.length;){var u=n();if(d+=t(s.substr(c,u[0].offset-c)),c=u[0].offset,u===e){m.reverse().forEach(l);do o(u.splice(0,1)[0]),u=n();while(u===e&&u.length&&u[0].offset===c);m.reverse().forEach(i)}else"start"===u[0].event?m.push(u[0].node):m.pop(),o(u.splice(0,1)[0])}return d+t(s.substr(c))}function c(e){function t(e){return e&&e.source||e}function a(a,r){return new RegExp(t(a),"m"+(e.case_insensitive?"i":"")+(r?"g":""))}function r(s,n){if(!s.compiled){if(s.compiled=!0,s.keywords=s.keywords||s.beginKeywords,s.keywords){var l={},o=function(t,a){e.case_insensitive&&(a=a.toLowerCase()),a.split(" ").forEach(function(e){var a=e.split("|");l[a[0]]=[t,a[1]?Number(a[1]):1]})};"string"==typeof s.keywords?o("keyword",s.keywords):y(s.keywords).forEach(function(e){o(e,s.keywords[e])}),s.keywords=l}s.lexemesRe=a(s.lexemes||/\w+/,!0),n&&(s.beginKeywords&&(s.begin="\\b("+s.beginKeywords.split(" ").join("|")+")\\b"),s.begin||(s.begin=/\B|\b/),s.beginRe=a(s.begin),s.end||s.endsWithParent||(s.end=/\B|\b/),s.end&&(s.endRe=a(s.end)),s.terminator_end=t(s.end)||"",s.endsWithParent&&n.terminator_end&&(s.terminator_end+=(s.end?"|":"")+n.terminator_end)),s.illegal&&(s.illegalRe=a(s.illegal)),null==s.relevance&&(s.relevance=1),s.contains||(s.contains=[]);var c=[];s.contains.forEach(function(e){e.variants?e.variants.forEach(function(t){c.push(i(e,t))}):c.push("self"===e?s:e)}),s.contains=c,s.contains.forEach(function(e){r(e,s)}),s.starts&&r(s.starts,n);var d=s.contains.map(function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin}).concat([s.terminator_end,s.illegal]).map(t).filter(Boolean);s.terminators=d.length?a(d.join("|"),!0):{exec:function(){return null}}}}r(e)}function d(e,a,s,n){function i(e,t){var a,s;for(a=0,s=t.contains.length;a',n+t+i}function p(){var e,a,r,s;if(!y.keywords)return t(w);for(s="",a=0,y.lexemesRe.lastIndex=0,r=y.lexemesRe.exec(w);r;)s+=t(w.substr(a,r.index-a)),e=u(y,r),e?(x+=e[1],s+=h(e[0],t(r[0]))):s+=t(r[0]),a=y.lexemesRe.lastIndex,r=y.lexemesRe.exec(w);return s+t(w.substr(a))}function g(){var e="string"==typeof y.subLanguage;if(e&&!S[y.subLanguage])return t(w);var a=e?d(y.subLanguage,w,!0,C[y.subLanguage]):m(w,y.subLanguage.length?y.subLanguage:void 0);return y.relevance>0&&(x+=a.relevance),e&&(C[y.subLanguage]=a.top),h(a.language,a.value,!1,!0)}function b(){k+=null!=y.subLanguage?g():p(),w=""}function _(e){k+=e.className?h(e.className,"",!0):"",y=Object.create(e,{parent:{value:y}})}function f(e,t){if(w+=e,null==t)return b(),0;var a=i(t,y);if(a)return a.skip?w+=t:(a.excludeBegin&&(w+=t),b(),a.returnBegin||a.excludeBegin||(w=t)),_(a,t),a.returnBegin?0:t.length;var r=l(y,t);if(r){var s=y;s.skip?w+=t:(s.returnEnd||s.excludeEnd||(w+=t),b(),s.excludeEnd&&(w=t));do y.className&&(k+=T),y.skip||(x+=y.relevance),y=y.parent;while(y!==r.parent);return r.starts&&_(r.starts,""),s.returnEnd?0:t.length}if(o(t,y))throw new Error('Illegal lexeme "'+t+'" for mode "'+(y.className||"")+'"');return w+=t,t.length||1}var v=j(e);if(!v)throw new Error('Unknown language: "'+e+'"');c(v);var E,y=n||v,C={},k="";for(E=y;E!==v;E=E.parent)E.className&&(k=h(E.className,"",!0)+k);var w="",x=0;try{for(var M,D,O=0;;){if(y.terminators.lastIndex=O,M=y.terminators.exec(a),!M)break;D=f(a.substr(O,M.index-O),M[0]),O=M.index+D}for(f(a.substr(O)),E=y;E.parent;E=E.parent)E.className&&(k+=T);return{relevance:x,value:k,language:e,top:y}}catch(e){if(e.message&&e.message.indexOf("Illegal")!==-1)return{relevance:0,value:t(a)};throw e}}function m(e,a){a=a||N.languages||y(S);var r={relevance:0,value:t(e)},s=r;return a.filter(j).forEach(function(t){var a=d(t,e,!1);a.language=t,a.relevance>s.relevance&&(s=a), +a.relevance>r.relevance&&(s=r,r=a)}),s.language&&(r.second_best=s),r}function u(e){return N.tabReplace||N.useBR?e.replace(x,function(e,t){return N.useBR&&"\n"===e?"
    ":N.tabReplace?t.replace(/\t/g,N.tabReplace):void 0}):e}function h(e,t,a){var r=t?C[t]:a,s=[e.trim()];return e.match(/\bhljs\b/)||s.push("hljs"),e.indexOf(r)===-1&&s.push(r),s.join(" ").trim()}function p(e){var t,a,r,i,c,p=n(e);s(p)||(N.useBR?(t=document.createElementNS("http://www.w3.org/1999/xhtml","div"),t.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):t=e,c=t.textContent,r=p?d(p,c,!0):m(c),a=l(t),a.length&&(i=document.createElementNS("http://www.w3.org/1999/xhtml","div"),i.innerHTML=r.value,r.value=o(a,l(i),c)),r.value=u(r.value),e.innerHTML=r.value,e.className=h(e.className,p,r.language),e.result={language:r.language,re:r.relevance},r.second_best&&(e.second_best={language:r.second_best.language,re:r.second_best.relevance}))}function g(e){N=i(N,e)}function b(){if(!b.called){b.called=!0;var e=document.querySelectorAll("pre code");E.forEach.call(e,p)}}function _(){addEventListener("DOMContentLoaded",b,!1),addEventListener("load",b,!1)}function f(t,a){var r=S[t]=a(e);r.aliases&&r.aliases.forEach(function(e){C[e]=t})}function v(){return y(S)}function j(e){return e=(e||"").toLowerCase(),S[e]||S[C[e]]}var E=[],y=Object.keys,S={},C={},k=/^(no-?highlight|plain|text)$/i,w=/\blang(?:uage)?-([\w-]+)\b/i,x=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,T="",N={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0},M={"&":"&","<":"<",">":">"};return e.highlight=d,e.highlightAuto=m,e.fixMarkup=u,e.highlightBlock=p,e.configure=g,e.initHighlighting=b,e.initHighlightingOnLoad=_,e.registerLanguage=f,e.listLanguages=v,e.getLanguage=j,e.inherit=i,e.IDENT_RE="[a-zA-Z]\\w*",e.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",e.NUMBER_RE="\\b\\d+(\\.\\d+)?",e.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BINARY_NUMBER_RE="\\b(0b[01]+)",e.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},e.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|like)\b/},e.COMMENT=function(t,a,r){var s=e.inherit({className:"comment",begin:t,end:a,contains:[]},r||{});return s.contains.push(e.PHRASAL_WORDS_MODE),s.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),s},e.C_LINE_COMMENT_MODE=e.COMMENT("//","$"),e.C_BLOCK_COMMENT_MODE=e.COMMENT("/\\*","\\*/"),e.HASH_COMMENT_MODE=e.COMMENT("#","$"),e.NUMBER_MODE={className:"number",begin:e.NUMBER_RE,relevance:0},e.C_NUMBER_MODE={className:"number",begin:e.C_NUMBER_RE,relevance:0},e.BINARY_NUMBER_MODE={className:"number",begin:e.BINARY_NUMBER_RE,relevance:0},e.CSS_NUMBER_MODE={className:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},e.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}]},e.TITLE_MODE={className:"title",begin:e.IDENT_RE,relevance:0},e.UNDERSCORE_TITLE_MODE={className:"title",begin:e.UNDERSCORE_IDENT_RE,relevance:0},e.METHOD_GUARD={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,relevance:0},e}),e}(),s=[{name:"lisp",create:function(e){var t="[a-zA-Z_\\-\\+\\*\\/\\<\\=\\>\\&\\#][a-zA-Z0-9_\\-\\+\\*\\/\\<\\=\\>\\&\\#!]*",a="\\|[^]*?\\|",r="(\\-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|\\-)?\\d+)?",s={className:"meta",begin:"^#!",end:"$"},n={className:"literal",begin:"\\b(t{1}|nil)\\b"},i={className:"number",variants:[{begin:r,relevance:0},{begin:"#(b|B)[0-1]+(/[0-1]+)?"},{begin:"#(o|O)[0-7]+(/[0-7]+)?"},{begin:"#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?"},{begin:"#(c|C)\\("+r+" +"+r,end:"\\)"}]},l=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),o=e.COMMENT(";","$",{relevance:0}),c={begin:"\\*",end:"\\*"},d={className:"symbol",begin:"[:&]"+t},m={begin:t,relevance:0},u={begin:a},h={begin:"\\(",end:"\\)",contains:["self",n,l,i,m]},p={contains:[i,l,c,d,h,m],variants:[{begin:"['`]\\(",end:"\\)"},{begin:"\\(quote ",end:"\\)",keywords:{name:"quote"}},{begin:"'"+a}]},g={variants:[{begin:"'"+t},{begin:"#'"+t+"(::"+t+")*"}]},b={begin:"\\(\\s*",end:"\\)"},_={endsWithParent:!0,relevance:0};return b.contains=[{className:"name",variants:[{begin:t},{begin:a}]},_],_.contains=[p,g,b,n,i,l,o,c,d,u,m],{illegal:/\S/,contains:[i,s,n,l,o,p,g,b,m]}}},{name:"cpp",create:function(e){var t={className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},a={className:"string",variants:[{begin:'(u8?|U)?L?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:'(u8?|U)?R"',end:'"',contains:[e.BACKSLASH_ESCAPE]},{begin:"'\\\\?.",end:"'",illegal:"."}]},r={className:"number",variants:[{begin:"\\b(0b[01'_]+)"},{begin:"\\b([\\d'_]+(\\.[\\d'_]*)?|\\.[\\d'_]+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9'_]+|(\\b[\\d'_]+(\\.[\\d'_]*)?|\\.[\\d'_]+)([eE][-+]?[\\d'_]+)?)"}],relevance:0},s={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{"meta-keyword":"if else elif endif define undef warning error line pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(a,{className:"meta-string"}),{className:"meta-string",begin:"<",end:">",illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},n=e.IDENT_RE+"\\s*\\(",i={keyword:"int float while private char catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const struct for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using class asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignof constexpr decltype noexcept static_assert thread_local restrict _Bool complex _Complex _Imaginary atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return",built_in:"std string cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr",literal:"true false nullptr NULL"},l=[t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r,a];return{aliases:["c","cc","h","c++","h++","hpp"],keywords:i,illegal:"",keywords:i,contains:["self",t]},{begin:e.IDENT_RE+"::",keywords:i},{variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:i,contains:l.concat([{begin:/\(/,end:/\)/,keywords:i,contains:l.concat(["self"]),relevance:0}]),relevance:0},{className:"function",begin:"("+e.IDENT_RE+"[\\*&\\s]+)+"+n,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:i,illegal:/[^\w\s\*&]/,contains:[{begin:n,returnBegin:!0,contains:[e.TITLE_MODE],relevance:0},{className:"params",begin:/\(/,end:/\)/,keywords:i,relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,r,t]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s]}]),exports:{preprocessor:s,strings:a,keywords:i}}}},{name:"accesslog",create:function(e){return{contains:[{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+\\b",relevance:0},{className:"string",begin:'"(GET|POST|HEAD|PUT|DELETE|CONNECT|OPTIONS|PATCH|TRACE)',end:'"',keywords:"GET POST HEAD PUT DELETE CONNECT OPTIONS PATCH TRACE",illegal:"\\n",relevance:10},{className:"string",begin:/\[/,end:/\]/,illegal:"\\n"},{className:"string",begin:'"',end:'"',illegal:"\\n"}]}}},{name:"actionscript",create:function(e){var t="[a-zA-Z_$][a-zA-Z0-9_$]*",a="([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)",r={className:"rest_arg",begin:"[.]{3}",end:t,relevance:10};return{aliases:["as"],keywords:{keyword:"as break case catch class const continue default delete do dynamic each else extends final finally for function get if implements import in include instanceof interface internal is namespace native new override package private protected public return set static super switch this throw try typeof use var void while with",literal:"true false null undefined"},contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{className:"class",beginKeywords:"package",end:"{",contains:[e.TITLE_MODE]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.TITLE_MODE]},{className:"meta",beginKeywords:"import include",end:";",keywords:{"meta-keyword":"import include"}},{className:"function",beginKeywords:"function",end:"[{;]",excludeEnd:!0,illegal:"\\S",contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r]},{begin:":\\s*"+a}]},e.METHOD_GUARD],illegal:/#/}}},{name:"ada",create:function(e){var t="\\d(_|\\d)*",a="[eE][-+]?"+t,r=t+"(\\."+t+")?("+a+")?",s="\\w+",n=t+"#"+s+"(\\."+s+")?#("+a+")?",i="\\b("+n+"|"+r+")",l="[A-Za-z](_?[A-Za-z0-9.])*",o="[]{}%#'\"",c=e.COMMENT("--","$"),d={begin:"\\s+:\\s+",end:"\\s*(:=|;|\\)|=>|$)",illegal:o,contains:[{beginKeywords:"loop for declare others",endsParent:!0},{className:"keyword",beginKeywords:"not null constant access function procedure in out aliased exception"},{className:"type",begin:l,endsParent:!0,relevance:0}]};return{case_insensitive:!0,keywords:{keyword:"abort else new return abs elsif not reverse abstract end accept entry select access exception of separate aliased exit or some all others subtype and for out synchronized array function overriding at tagged generic package task begin goto pragma terminate body private then if procedure type case in protected constant interface is raise use declare range delay limited record when delta loop rem while digits renames with do mod requeue xor",literal:"True False"},contains:[c,{className:"string",begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{className:"string",begin:/'.'/},{className:"number",begin:i,relevance:0},{className:"symbol",begin:"'"+l},{className:"title",begin:"(\\bwith\\s+)?(\\bprivate\\s+)?\\bpackage\\s+(\\bbody\\s+)?",end:"(is|$)",keywords:"package body",excludeBegin:!0,excludeEnd:!0,illegal:o},{begin:"(\\b(with|overriding)\\s+)?\\b(function|procedure)\\s+",end:"(\\bis|\\bwith|\\brenames|\\)\\s*;)",keywords:"overriding function procedure with is renames return",returnBegin:!0,contains:[c,{className:"title",begin:"(\\bwith\\s+)?\\b(function|procedure)\\s+",end:"(\\(|\\s+|$)",excludeBegin:!0,excludeEnd:!0,illegal:o},d,{className:"type",begin:"\\breturn\\s+",end:"(\\s+|;|$)",keywords:"return",excludeBegin:!0,excludeEnd:!0,endsParent:!0,illegal:o}]},{className:"type",begin:"\\b(sub)?type\\s+",end:"\\s+",keywords:"type",excludeBegin:!0,illegal:o},d]}}},{name:"apache",create:function(e){var t={className:"number",begin:"[\\$%]\\d+"};return{aliases:["apacheconf"],case_insensitive:!0,contains:[e.HASH_COMMENT_MODE,{className:"section",begin:""},{className:"attribute",begin:/\w+/,relevance:0,keywords:{nomarkup:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{end:/$/,relevance:0,keywords:{literal:"on off all"},contains:[{className:"meta",begin:"\\s\\[",end:"\\]$"},{className:"variable",begin:"[\\$%]\\{",end:"\\}",contains:["self",t]},t,e.QUOTE_STRING_MODE]}}],illegal:/\S/}}},{name:"applescript",create:function(e){var t=e.inherit(e.QUOTE_STRING_MODE,{illegal:""}),a={className:"params",begin:"\\(",end:"\\)",contains:["self",e.C_NUMBER_MODE,t]},r=e.COMMENT("--","$"),s=e.COMMENT("\\(\\*","\\*\\)",{contains:["self",r]}),n=[r,s,e.HASH_COMMENT_MODE];return{aliases:["osascript"],keywords:{keyword:"about above after against and around as at back before beginning behind below beneath beside between but by considering contain contains continue copy div does eighth else end equal equals error every exit fifth first for fourth from front get given global if ignoring in into is it its last local me middle mod my ninth not of on onto or over prop property put ref reference repeat returning script second set seventh since sixth some tell tenth that the|0 then third through thru timeout times to transaction try until where while whose with without",literal:"AppleScript false linefeed return pi quote result space tab true",built_in:"alias application boolean class constant date file integer list number real record string text activate beep count delay launch log offset read round run say summarize write character characters contents day frontmost id item length month name paragraph paragraphs rest reverse running time version weekday word words year"},contains:[t,e.C_NUMBER_MODE,{className:"built_in",begin:"\\b(clipboard info|the clipboard|info for|list (disks|folder)|mount volume|path to|(close|open for) access|(get|set) eof|current date|do shell script|get volume settings|random number|set volume|system attribute|system info|time to GMT|(load|run|store) script|scripting components|ASCII (character|number)|localized string|choose (application|color|file|file name|folder|from list|remote application|URL)|display (alert|dialog))\\b|^\\s*return\\b"},{className:"literal",begin:"\\b(text item delimiters|current application|missing value)\\b"},{className:"keyword",begin:"\\b(apart from|aside from|instead of|out of|greater than|isn't|(doesn't|does not) (equal|come before|come after|contain)|(greater|less) than( or equal)?|(starts?|ends|begins?) with|contained by|comes (before|after)|a (ref|reference)|POSIX file|POSIX path|(date|time) string|quoted form)\\b"},{beginKeywords:"on",illegal:"[${=;\\n]",contains:[e.UNDERSCORE_TITLE_MODE,a]}].concat(n),illegal:"//|->|=>|\\[\\["}}},{name:"arduino",create:function(e){var t=e.getLanguage("cpp").exports;return{keywords:{keyword:"boolean byte word string String array "+t.keywords.keyword,built_in:"setup loop while catch for if do goto try switch case else default break continue return KeyboardController MouseController SoftwareSerial EthernetServer EthernetClient LiquidCrystal RobotControl GSMVoiceCall EthernetUDP EsploraTFT HttpClient RobotMotor WiFiClient GSMScanner FileSystem Scheduler GSMServer YunClient YunServer IPAddress GSMClient GSMModem Keyboard Ethernet Console GSMBand Esplora Stepper Process WiFiUDP GSM_SMS Mailbox USBHost Firmata PImage Client Server GSMPIN FileIO Bridge Serial EEPROM Stream Mouse Audio Servo File Task GPRS WiFi Wire TFT GSM SPI SD runShellCommandAsynchronously analogWriteResolution retrieveCallingNumber printFirmwareVersion analogReadResolution sendDigitalPortPair noListenOnLocalhost readJoystickButton setFirmwareVersion readJoystickSwitch scrollDisplayRight getVoiceCallStatus scrollDisplayLeft writeMicroseconds delayMicroseconds beginTransmission getSignalStrength runAsynchronously getAsynchronously listenOnLocalhost getCurrentCarrier readAccelerometer messageAvailable sendDigitalPorts lineFollowConfig countryNameWrite runShellCommand readStringUntil rewindDirectory readTemperature setClockDivider readLightSensor endTransmission analogReference detachInterrupt countryNameRead attachInterrupt encryptionType readBytesUntil robotNameWrite readMicrophone robotNameRead cityNameWrite userNameWrite readJoystickY readJoystickX mouseReleased openNextFile scanNetworks noInterrupts digitalWrite beginSpeaker mousePressed isActionDone mouseDragged displayLogos noAutoscroll addParameter remoteNumber getModifiers keyboardRead userNameRead waitContinue processInput parseCommand printVersion readNetworks writeMessage blinkVersion cityNameRead readMessage setDataMode parsePacket isListening setBitOrder beginPacket isDirectory motorsWrite drawCompass digitalRead clearScreen serialEvent rightToLeft setTextSize leftToRight requestFrom keyReleased compassRead analogWrite interrupts WiFiServer disconnect playMelody parseFloat autoscroll getPINUsed setPINUsed setTimeout sendAnalog readSlider analogRead beginWrite createChar motorsStop keyPressed tempoWrite readButton subnetMask debugPrint macAddress writeGreen randomSeed attachGPRS readString sendString remotePort releaseAll mouseMoved background getXChange getYChange answerCall getResult voiceCall endPacket constrain getSocket writeJSON getButton available connected findUntil readBytes exitValue readGreen writeBlue startLoop IPAddress isPressed sendSysex pauseMode gatewayIP setCursor getOemKey tuneWrite noDisplay loadImage switchPIN onRequest onReceive changePIN playFile noBuffer parseInt overflow checkPIN knobRead beginTFT bitClear updateIR bitWrite position writeRGB highByte writeRed setSpeed readBlue noStroke remoteIP transfer shutdown hangCall beginSMS endWrite attached maintain noCursor checkReg checkPUK shiftOut isValid shiftIn pulseIn connect println localIP pinMode getIMEI display noBlink process getBand running beginSD drawBMP lowByte setBand release bitRead prepare pointTo readRed setMode noFill remove listen stroke detach attach noTone exists buffer height bitSet circle config cursor random IRread setDNS endSMS getKey micros millis begin print write ready flush width isPIN blink clear press mkdir rmdir close point yield image BSSID click delay read text move peek beep rect line open seek fill size turn stop home find step tone sqrt RSSI SSID end bit tan cos sin pow map abs max min get run put",literal:"DIGITAL_MESSAGE FIRMATA_STRING ANALOG_MESSAGE REPORT_DIGITAL REPORT_ANALOG INPUT_PULLUP SET_PIN_MODE INTERNAL2V56 SYSTEM_RESET LED_BUILTIN INTERNAL1V1 SYSEX_START INTERNAL EXTERNAL DEFAULT OUTPUT INPUT HIGH LOW"},contains:[t.preprocessor,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}},{name:"armasm",create:function(e){return{case_insensitive:!0,aliases:["arm"],lexemes:"\\.?"+e.IDENT_RE,keywords:{meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @"},contains:[{className:"keyword",begin:"\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?",end:"\\s"},e.COMMENT("[;@]","$",{relevance:0}),e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"[#$=]?0x[0-9a-f]+"},{begin:"[#$=]?0b[01]+"},{begin:"[#$=]\\d+"},{begin:"\\b\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^[a-z_\\.\\$][a-z0-9_\\.\\$]+"},{begin:"^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"[=#]\\w+"}],relevance:0}]}}},{name:"asciidoc",create:function(e){return{aliases:["adoc"],contains:[e.COMMENT("^/{4,}\\n","\\n/{4,}$",{relevance:10}),e.COMMENT("^//","$",{relevance:0}),{className:"title",begin:"^\\.\\w.*$"},{begin:"^[=\\*]{4,}\\n",end:"\\n^[=\\*]{4,}$",relevance:10},{className:"section",relevance:10,variants:[{begin:"^(={1,5}) .+?( \\1)?$"},{begin:"^[^\\[\\]\\n]+?\\n[=\\-~\\^\\+]{2,}$"}]},{className:"meta",begin:"^:.+?:",end:"\\s",excludeEnd:!0,relevance:10},{className:"meta",begin:"^\\[.+?\\]$",relevance:0},{className:"quote",begin:"^_{4,}\\n",end:"\\n_{4,}$",relevance:10},{className:"code",begin:"^[\\-\\.]{4,}\\n",end:"\\n[\\-\\.]{4,}$",relevance:10},{begin:"^\\+{4,}\\n",end:"\\n\\+{4,}$",contains:[{begin:"<",end:">",subLanguage:"xml",relevance:0}],relevance:10},{className:"bullet",begin:"^(\\*+|\\-+|\\.+|[^\\n]+?::)\\s+"},{className:"symbol",begin:"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",relevance:10},{className:"strong",begin:"\\B\\*(?![\\*\\s])",end:"(\\n{2}|\\*)",contains:[{begin:"\\\\*\\w",relevance:0}]},{className:"emphasis",begin:"\\B'(?!['\\s])",end:"(\\n{2}|')",contains:[{begin:"\\\\'\\w",relevance:0}],relevance:0},{className:"emphasis",begin:"_(?![_\\s])",end:"(\\n{2}|_)",relevance:0},{className:"string",variants:[{begin:"``.+?''"},{begin:"`.+?'"}]},{className:"code",begin:"(`.+?`|\\+.+?\\+)",relevance:0},{className:"code",begin:"^[ \\t]",end:"$",relevance:0},{begin:"^'{3,}[ \\t]*$",relevance:10},{begin:"(link:)?(http|https|ftp|file|irc|image:?):\\S+\\[.*?\\]",returnBegin:!0,contains:[{begin:"(link|image:?):",relevance:0},{className:"link",begin:"\\w",end:"[^\\[]+",relevance:0},{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0,relevance:0}],relevance:10}]}}},{name:"aspectj",create:function(e){var t="false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else extends implements break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws privileged aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization staticinitialization withincode target within execution getWithinTypeName handler thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents warning error soft precedence thisAspectInstance",a="get set args call";return{keywords:t,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"class",beginKeywords:"aspect",end:/[{;=]/,excludeEnd:!0,illegal:/[:;"\[\]]/,contains:[{beginKeywords:"extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton"},e.UNDERSCORE_TITLE_MODE,{begin:/\([^\)]*/,end:/[)]+/,keywords:t+" "+a,excludeEnd:!1}]},{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,relevance:0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"pointcut after before around throwing returning",end:/[)]/,excludeEnd:!1,illegal:/["\[\]]/,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE]}]},{begin:/[:]/,returnBegin:!0,end:/[{;]/,relevance:0,excludeEnd:!1,keywords:t,illegal:/["\[\]]/,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",keywords:t+" "+a},e.QUOTE_STRING_MODE]},{beginKeywords:"new throw",relevance:0},{className:"function",begin:/\w+ +\w+(\.)?\w+\s*\([^\)]*\)\s*((throws)[\w\s,]+)?[\{;]/,returnBegin:!0,end:/[{;=]/,keywords:t,excludeEnd:!0,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,relevance:0,keywords:t,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}},{name:"autohotkey",create:function(e){var t={begin:/`[\s\S]/};return{case_insensitive:!0,keywords:{keyword:"Break Continue Else Gosub If Loop Return While",literal:"A|0 true false NOT AND OR",built_in:"ComSpec Clipboard ClipboardAll ErrorLevel"},contains:[{className:"built_in",begin:"A_[a-zA-Z0-9]+"},t,e.inherit(e.QUOTE_STRING_MODE,{contains:[t]}),e.COMMENT(";","$",{relevance:0}),{className:"number",begin:e.NUMBER_RE,relevance:0},{className:"variable",begin:"%",end:"%",illegal:"\\n",contains:[t]},{className:"symbol",contains:[t],variants:[{begin:'^[^\\n";]+::(?!=)'},{begin:'^[^\\n";]+:(?!=)',relevance:0}]},{begin:",\\s*,"}]}}},{name:"autoit",create:function(e){var t="ByRef Case Const ContinueCase ContinueLoop Default Dim Do Else ElseIf EndFunc EndIf EndSelect EndSwitch EndWith Enum Exit ExitLoop For Func Global If In Local Next ReDim Return Select Static Step Switch Then To Until Volatile WEnd While With",a="True False And Null Not Or",r="Abs ACos AdlibRegister AdlibUnRegister Asc AscW ASin Assign ATan AutoItSetOption AutoItWinGetTitle AutoItWinSetTitle Beep Binary BinaryLen BinaryMid BinaryToString BitAND BitNOT BitOR BitRotate BitShift BitXOR BlockInput Break Call CDTray Ceiling Chr ChrW ClipGet ClipPut ConsoleRead ConsoleWrite ConsoleWriteError ControlClick ControlCommand ControlDisable ControlEnable ControlFocus ControlGetFocus ControlGetHandle ControlGetPos ControlGetText ControlHide ControlListView ControlMove ControlSend ControlSetText ControlShow ControlTreeView Cos Dec DirCopy DirCreate DirGetSize DirMove DirRemove DllCall DllCallAddress DllCallbackFree DllCallbackGetPtr DllCallbackRegister DllClose DllOpen DllStructCreate DllStructGetData DllStructGetPtr DllStructGetSize DllStructSetData DriveGetDrive DriveGetFileSystem DriveGetLabel DriveGetSerial DriveGetType DriveMapAdd DriveMapDel DriveMapGet DriveSetLabel DriveSpaceFree DriveSpaceTotal DriveStatus EnvGet EnvSet EnvUpdate Eval Execute Exp FileChangeDir FileClose FileCopy FileCreateNTFSLink FileCreateShortcut FileDelete FileExists FileFindFirstFile FileFindNextFile FileFlush FileGetAttrib FileGetEncoding FileGetLongName FileGetPos FileGetShortcut FileGetShortName FileGetSize FileGetTime FileGetVersion FileInstall FileMove FileOpen FileOpenDialog FileRead FileReadLine FileReadToArray FileRecycle FileRecycleEmpty FileSaveDialog FileSelectFolder FileSetAttrib FileSetEnd FileSetPos FileSetTime FileWrite FileWriteLine Floor FtpSetProxy FuncName GUICreate GUICtrlCreateAvi GUICtrlCreateButton GUICtrlCreateCheckbox GUICtrlCreateCombo GUICtrlCreateContextMenu GUICtrlCreateDate GUICtrlCreateDummy GUICtrlCreateEdit GUICtrlCreateGraphic GUICtrlCreateGroup GUICtrlCreateIcon GUICtrlCreateInput GUICtrlCreateLabel GUICtrlCreateList GUICtrlCreateListView GUICtrlCreateListViewItem GUICtrlCreateMenu GUICtrlCreateMenuItem GUICtrlCreateMonthCal GUICtrlCreateObj GUICtrlCreatePic GUICtrlCreateProgress GUICtrlCreateRadio GUICtrlCreateSlider GUICtrlCreateTab GUICtrlCreateTabItem GUICtrlCreateTreeView GUICtrlCreateTreeViewItem GUICtrlCreateUpdown GUICtrlDelete GUICtrlGetHandle GUICtrlGetState GUICtrlRead GUICtrlRecvMsg GUICtrlRegisterListViewSort GUICtrlSendMsg GUICtrlSendToDummy GUICtrlSetBkColor GUICtrlSetColor GUICtrlSetCursor GUICtrlSetData GUICtrlSetDefBkColor GUICtrlSetDefColor GUICtrlSetFont GUICtrlSetGraphic GUICtrlSetImage GUICtrlSetLimit GUICtrlSetOnEvent GUICtrlSetPos GUICtrlSetResizing GUICtrlSetState GUICtrlSetStyle GUICtrlSetTip GUIDelete GUIGetCursorInfo GUIGetMsg GUIGetStyle GUIRegisterMsg GUISetAccelerators GUISetBkColor GUISetCoord GUISetCursor GUISetFont GUISetHelp GUISetIcon GUISetOnEvent GUISetState GUISetStyle GUIStartGroup GUISwitch Hex HotKeySet HttpSetProxy HttpSetUserAgent HWnd InetClose InetGet InetGetInfo InetGetSize InetRead IniDelete IniRead IniReadSection IniReadSectionNames IniRenameSection IniWrite IniWriteSection InputBox Int IsAdmin IsArray IsBinary IsBool IsDeclared IsDllStruct IsFloat IsFunc IsHWnd IsInt IsKeyword IsNumber IsObj IsPtr IsString Log MemGetStats Mod MouseClick MouseClickDrag MouseDown MouseGetCursor MouseGetPos MouseMove MouseUp MouseWheel MsgBox Number ObjCreate ObjCreateInterface ObjEvent ObjGet ObjName OnAutoItExitRegister OnAutoItExitUnRegister Ping PixelChecksum PixelGetColor PixelSearch ProcessClose ProcessExists ProcessGetStats ProcessList ProcessSetPriority ProcessWait ProcessWaitClose ProgressOff ProgressOn ProgressSet Ptr Random RegDelete RegEnumKey RegEnumVal RegRead RegWrite Round Run RunAs RunAsWait RunWait Send SendKeepActive SetError SetExtended ShellExecute ShellExecuteWait Shutdown Sin Sleep SoundPlay SoundSetWaveVolume SplashImageOn SplashOff SplashTextOn Sqrt SRandom StatusbarGetText StderrRead StdinWrite StdioClose StdoutRead String StringAddCR StringCompare StringFormat StringFromASCIIArray StringInStr StringIsAlNum StringIsAlpha StringIsASCII StringIsDigit StringIsFloat StringIsInt StringIsLower StringIsSpace StringIsUpper StringIsXDigit StringLeft StringLen StringLower StringMid StringRegExp StringRegExpReplace StringReplace StringReverse StringRight StringSplit StringStripCR StringStripWS StringToASCIIArray StringToBinary StringTrimLeft StringTrimRight StringUpper Tan TCPAccept TCPCloseSocket TCPConnect TCPListen TCPNameToIP TCPRecv TCPSend TCPShutdown, UDPShutdown TCPStartup, UDPStartup TimerDiff TimerInit ToolTip TrayCreateItem TrayCreateMenu TrayGetMsg TrayItemDelete TrayItemGetHandle TrayItemGetState TrayItemGetText TrayItemSetOnEvent TrayItemSetState TrayItemSetText TraySetClick TraySetIcon TraySetOnEvent TraySetPauseIcon TraySetState TraySetToolTip TrayTip UBound UDPBind UDPCloseSocket UDPOpen UDPRecv UDPSend VarGetType WinActivate WinActive WinClose WinExists WinFlash WinGetCaretPos WinGetClassList WinGetClientSize WinGetHandle WinGetPos WinGetProcess WinGetState WinGetText WinGetTitle WinKill WinList WinMenuSelectItem WinMinimizeAll WinMinimizeAllUndo WinMove WinSetOnTop WinSetState WinSetTitle WinSetTrans WinWait",s={variants:[e.COMMENT(";","$",{relevance:0 +}),e.COMMENT("#cs","#ce"),e.COMMENT("#comments-start","#comments-end")]},n={begin:"\\$[A-z0-9_]+"},i={className:"string",variants:[{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},l={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]},o={className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"comments include include-once NoTrayIcon OnAutoItStartRegister pragma compile RequireAdmin"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",keywords:{"meta-keyword":"include"},end:"$",contains:[i,{className:"meta-string",variants:[{begin:"<",end:">"},{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]}]},i,s]},c={className:"symbol",begin:"@[A-z0-9_]+"},d={className:"function",beginKeywords:"Func",end:"$",illegal:"\\$|\\[|%",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:[n,i,l]}]};return{case_insensitive:!0,illegal:/\/\*/,keywords:{keyword:t,built_in:r,literal:a},contains:[s,n,i,l,o,c,d]}}},{name:"avrasm",create:function(e){return{case_insensitive:!0,lexemes:"\\.?"+e.IDENT_RE,keywords:{keyword:"adc add adiw and andi asr bclr bld brbc brbs brcc brcs break breq brge brhc brhs brid brie brlo brlt brmi brne brpl brsh brtc brts brvc brvs bset bst call cbi cbr clc clh cli cln clr cls clt clv clz com cp cpc cpi cpse dec eicall eijmp elpm eor fmul fmuls fmulsu icall ijmp in inc jmp ld ldd ldi lds lpm lsl lsr mov movw mul muls mulsu neg nop or ori out pop push rcall ret reti rjmp rol ror sbc sbr sbrc sbrs sec seh sbi sbci sbic sbis sbiw sei sen ser ses set sev sez sleep spm st std sts sub subi swap tst wdr",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 r16 r17 r18 r19 r20 r21 r22 r23 r24 r25 r26 r27 r28 r29 r30 r31 x|0 xh xl y|0 yh yl z|0 zh zl ucsr1c udr1 ucsr1a ucsr1b ubrr1l ubrr1h ucsr0c ubrr0h tccr3c tccr3a tccr3b tcnt3h tcnt3l ocr3ah ocr3al ocr3bh ocr3bl ocr3ch ocr3cl icr3h icr3l etimsk etifr tccr1c ocr1ch ocr1cl twcr twdr twar twsr twbr osccal xmcra xmcrb eicra spmcsr spmcr portg ddrg ping portf ddrf sreg sph spl xdiv rampz eicrb eimsk gimsk gicr eifr gifr timsk tifr mcucr mcucsr tccr0 tcnt0 ocr0 assr tccr1a tccr1b tcnt1h tcnt1l ocr1ah ocr1al ocr1bh ocr1bl icr1h icr1l tccr2 tcnt2 ocr2 ocdr wdtcr sfior eearh eearl eedr eecr porta ddra pina portb ddrb pinb portc ddrc pinc portd ddrd pind spdr spsr spcr udr0 ucsr0a ucsr0b ubrr0l acsr admux adcsr adch adcl porte ddre pine pinf",meta:".byte .cseg .db .def .device .dseg .dw .endmacro .equ .eseg .exit .include .list .listmac .macro .nolist .org .set"},contains:[e.C_BLOCK_COMMENT_MODE,e.COMMENT(";","$",{relevance:0}),e.C_NUMBER_MODE,e.BINARY_NUMBER_MODE,{className:"number",begin:"\\b(\\$[a-zA-Z0-9]+|0o[0-7]+)"},e.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",illegal:"[^\\\\][^']"},{className:"symbol",begin:"^[A-Za-z0-9_.$]+:"},{className:"meta",begin:"#",end:"$"},{className:"subst",begin:"@[0-9]+"}]}}},{name:"awk",create:function(e){var t={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)}/}]},a="BEGIN END if else while do for in break continue delete next nextfile function func exit|10",r={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,relevance:10},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]};return{keywords:{keyword:a},contains:[t,r,e.REGEXP_MODE,e.HASH_COMMENT_MODE,e.NUMBER_MODE]}}},{name:"axapta",create:function(e){return{keywords:"false int abstract private char boolean static null if for true while long throw finally protected final return void enum else break new catch byte super case short default double public try this switch continue reverse firstfast firstonly forupdate nofetch sum avg minof maxof count order group by asc desc index hint like dispaly edit client server ttsbegin ttscommit str real date container anytype common div mod",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:":",contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]}]}}},{name:"bash",create:function(e){var t={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)}/}]},a={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,t,{className:"variable",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]}]},r={className:"string",begin:/'/,end:/'/};return{aliases:["sh","zsh"],lexemes:/-?[a-z\._]+/,keywords:{keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},contains:[{className:"meta",begin:/^#![^\n]+sh\s*$/,relevance:10},{className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},e.HASH_COMMENT_MODE,a,r,t]}}},{name:"basic",create:function(e){return{case_insensitive:!0,illegal:"^.",lexemes:"[a-zA-Z][a-zA-Z0-9_$%!#]*",keywords:{keyword:"ABS ASC AND ATN AUTO|0 BEEP BLOAD|10 BSAVE|10 CALL CALLS CDBL CHAIN CHDIR CHR$|10 CINT CIRCLE CLEAR CLOSE CLS COLOR COM COMMON CONT COS CSNG CSRLIN CVD CVI CVS DATA DATE$ DEFDBL DEFINT DEFSNG DEFSTR DEF|0 SEG USR DELETE DIM DRAW EDIT END ENVIRON ENVIRON$ EOF EQV ERASE ERDEV ERDEV$ ERL ERR ERROR EXP FIELD FILES FIX FOR|0 FRE GET GOSUB|10 GOTO HEX$ IF|0 THEN ELSE|0 INKEY$ INP INPUT INPUT# INPUT$ INSTR IMP INT IOCTL IOCTL$ KEY ON OFF LIST KILL LEFT$ LEN LET LINE LLIST LOAD LOC LOCATE LOF LOG LPRINT USING LSET MERGE MID$ MKDIR MKD$ MKI$ MKS$ MOD NAME NEW NEXT NOISE NOT OCT$ ON OR PEN PLAY STRIG OPEN OPTION BASE OUT PAINT PALETTE PCOPY PEEK PMAP POINT POKE POS PRINT PRINT] PSET PRESET PUT RANDOMIZE READ REM RENUM RESET|0 RESTORE RESUME RETURN|0 RIGHT$ RMDIR RND RSET RUN SAVE SCREEN SGN SHELL SIN SOUND SPACE$ SPC SQR STEP STICK STOP STR$ STRING$ SWAP SYSTEM TAB TAN TIME$ TIMER TROFF TRON TO USR VAL VARPTR VARPTR$ VIEW WAIT WHILE WEND WIDTH WINDOW WRITE XOR"},contains:[e.QUOTE_STRING_MODE,e.COMMENT("REM","$",{relevance:10}),e.COMMENT("'","$",{relevance:0}),{className:"symbol",begin:"^[0-9]+ ",relevance:10},{className:"number",begin:"\\b([0-9]+[0-9edED.]*[#!]?)",relevance:0},{className:"number",begin:"(&[hH][0-9a-fA-F]{1,4})"},{className:"number",begin:"(&[oO][0-7]{1,6})"}]}}},{name:"bnf",create:function(e){return{contains:[{className:"attribute",begin://},{begin:/::=/,starts:{end:/$/,contains:[{begin://},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]}}]}}},{name:"brainfuck",create:function(e){var t={className:"literal",begin:"[\\+\\-]",relevance:0};return{aliases:["bf"],contains:[e.COMMENT("[^\\[\\]\\.,\\+\\-<> \r\n]","[\\[\\]\\.,\\+\\-<> \r\n]",{returnEnd:!0,relevance:0}),{className:"title",begin:"[\\[\\]]",relevance:0},{className:"string",begin:"[\\.,]",relevance:0},{begin:/\+\+|\-\-/,returnBegin:!0,contains:[t]},t]}}},{name:"cal",create:function(e){var t="div mod in and or not xor asserterror begin case do downto else end exit for if of repeat then to until while with var",a="false true",r=[e.C_LINE_COMMENT_MODE,e.COMMENT(/\{/,/\}/,{relevance:0}),e.COMMENT(/\(\*/,/\*\)/,{relevance:10})],s={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},n={className:"string",begin:/(#\d+)+/},i={className:"number",begin:"\\b\\d+(\\.\\d+)?(DT|D|T)",relevance:0},l={className:"string",begin:'"',end:'"'},o={className:"function",beginKeywords:"procedure",end:/[:;]/,keywords:"procedure|10",contains:[e.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:t,contains:[s,n]}].concat(r)},c={className:"class",begin:"OBJECT (Table|Form|Report|Dataport|Codeunit|XMLport|MenuSuite|Page|Query) (\\d+) ([^\\r\\n]+)",returnBegin:!0,contains:[e.TITLE_MODE,o]};return{case_insensitive:!0,keywords:{keyword:t,literal:a},illegal:/\/\*/,contains:[s,n,i,l,e.NUMBER_MODE,c,o]}}},{name:"capnproto",create:function(e){return{aliases:["capnp"],keywords:{keyword:"struct enum interface union group import using const annotation extends in of on as with from fixed",built_in:"Void Bool Int8 Int16 Int32 Int64 UInt8 UInt16 UInt32 UInt64 Float32 Float64 Text Data AnyPointer AnyStruct Capability List",literal:"true false"},contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.HASH_COMMENT_MODE,{className:"meta",begin:/@0x[\w\d]{16};/,illegal:/\n/},{className:"symbol",begin:/@\d+\b/},{className:"class",beginKeywords:"struct enum",end:/\{/,illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{className:"class",beginKeywords:"interface",end:/\{/,illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]}]}}},{name:"ceylon",create:function(e){var t="assembly module package import alias class interface object given value assign void function new of extends satisfies abstracts in out return break continue throw assert dynamic if else switch case for while try catch finally then let this outer super is exists nonempty",a="shared abstract formal default actual variable late native deprecatedfinal sealed annotation suppressWarnings small",r="doc by license see throws tagged",s={className:"subst",excludeBegin:!0,excludeEnd:!0,begin:/``/,end:/``/,keywords:t,relevance:10},n=[{className:"string",begin:'"""',end:'"""',relevance:10},{className:"string",begin:'"',end:'"',contains:[s]},{className:"string",begin:"'",end:"'"},{className:"number",begin:"#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?",relevance:0}];return s.contains=n,{keywords:{keyword:t+" "+a,meta:r},illegal:"\\$[^01]|#[^0-9a-fA-F]",contains:[e.C_LINE_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:["self"]}),{className:"meta",begin:'@[a-z]\\w*(?:\\:"[^"]*")?'}].concat(n)}}},{name:"clojure-repl",create:function(e){return{contains:[{className:"meta",begin:/^([\w.-]+|\s*#_)=>/,starts:{end:/$/,subLanguage:"clojure"}}]}}},{name:"clojure",create:function(e){var t={"builtin-name":"def defonce cond apply if-not if-let if not not= = < > <= >= == + / * - rem quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last drop-while while intern condp case reduced cycle split-at split-with repeat replicate iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter monitor-exit defmacro defn defn- macroexpand macroexpand-1 for dosync and or when when-not when-let comp juxt partial sequence memoize constantly complement identity assert peek pop doto proxy defstruct first rest cons defprotocol cast coll deftype defrecord last butlast sigs reify second ffirst fnext nfirst nnext defmulti defmethod meta with-meta ns in-ns create-ns import refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize"},a="a-zA-Z_\\-!.?+*=<>&#'",r="["+a+"]["+a+"0-9/;:]*",s="[-+]?\\d+(\\.\\d+)?",n={begin:r,relevance:0},i={className:"number",begin:s,relevance:0},l=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),o=e.COMMENT(";","$",{relevance:0}),c={className:"literal",begin:/\b(true|false|nil)\b/},d={begin:"[\\[\\{]",end:"[\\]\\}]"},m={className:"comment",begin:"\\^"+r},u=e.COMMENT("\\^\\{","\\}"),h={className:"symbol",begin:"[:]{1,2}"+r},p={begin:"\\(",end:"\\)"},g={endsWithParent:!0,relevance:0},b={keywords:t,lexemes:r,className:"name",begin:r,starts:g},_=[p,l,m,u,o,h,d,i,c,n];return p.contains=[e.COMMENT("comment",""),b,g],g.contains=_,d.contains=_,{aliases:["clj"],illegal:/\S/,contains:[p,l,m,u,o,h,d,i,c]}}},{name:"cmake",create:function(e){return{aliases:["cmake.in"],case_insensitive:!0,keywords:{keyword:"add_custom_command add_custom_target add_definitions add_dependencies add_executable add_library add_subdirectory add_test aux_source_directory break build_command cmake_minimum_required cmake_policy configure_file create_test_sourcelist define_property else elseif enable_language enable_testing endforeach endfunction endif endmacro endwhile execute_process export find_file find_library find_package find_path find_program fltk_wrap_ui foreach function get_cmake_property get_directory_property get_filename_component get_property get_source_file_property get_target_property get_test_property if include include_directories include_external_msproject include_regular_expression install link_directories load_cache load_command macro mark_as_advanced message option output_required_files project qt_wrap_cpp qt_wrap_ui remove_definitions return separate_arguments set set_directory_properties set_property set_source_files_properties set_target_properties set_tests_properties site_name source_group string target_link_libraries try_compile try_run unset variable_watch while build_name exec_program export_library_dependencies install_files install_programs install_targets link_libraries make_directory remove subdir_depends subdirs use_mangled_mesa utility_source variable_requires write_file qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or equal less greater strless strgreater strequal matches"},contains:[{className:"variable",begin:"\\${",end:"}"},e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE]}}},{name:"coffeescript",create:function(e){var t={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super then unless until loop of by when and or is isnt not",literal:"true false null undefined yes no on off",built_in:"npm require console print module global window document"},a="[A-Za-z$_][0-9A-Za-z$_]*",r={className:"subst",begin:/#\{/,end:/}/,keywords:t},s=[e.BINARY_NUMBER_MODE,e.inherit(e.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[e.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,r]},{begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,r]}]},{className:"regexp",variants:[{begin:"///",end:"///",contains:[r,e.HASH_COMMENT_MODE]},{begin:"//[gim]*",relevance:0},{begin:/\/(?![ *])(\\\/|.)*?\/[gim]*(?=\W|$)/}]},{begin:"@"+a},{begin:"`",end:"`",excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"}];r.contains=s;var n=e.inherit(e.TITLE_MODE,{begin:a}),i="(\\(.*\\))?\\s*\\B[-=]>",l={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:t,contains:["self"].concat(s)}]};return{aliases:["coffee","cson","iced"],keywords:t,illegal:/\/\*/,contains:s.concat([e.COMMENT("###","###"),e.HASH_COMMENT_MODE,{className:"function",begin:"^\\s*"+a+"\\s*=\\s*"+i,end:"[-=]>",returnBegin:!0,contains:[n,l]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:i,end:"[-=]>",returnBegin:!0,contains:[l]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[n]},n]},{begin:a+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}},{name:"coq",create:function(e){return{keywords:{keyword:"_ as at cofix else end exists exists2 fix for forall fun if IF in let match mod Prop return Set then Type using where with Abort About Add Admit Admitted All Arguments Assumptions Axiom Back BackTo Backtrack Bind Blacklist Canonical Cd Check Class Classes Close Coercion Coercions CoFixpoint CoInductive Collection Combined Compute Conjecture Conjectures Constant constr Constraint Constructors Context Corollary CreateHintDb Cut Declare Defined Definition Delimit Dependencies DependentDerive Drop eauto End Equality Eval Example Existential Existentials Existing Export exporting Extern Extract Extraction Fact Field Fields File Fixpoint Focus for From Function Functional Generalizable Global Goal Grab Grammar Graph Guarded Heap Hint HintDb Hints Hypotheses Hypothesis ident Identity If Immediate Implicit Import Include Inductive Infix Info Initial Inline Inspect Instance Instances Intro Intros Inversion Inversion_clear Language Left Lemma Let Libraries Library Load LoadPath Local Locate Ltac ML Mode Module Modules Monomorphic Morphism Next NoInline Notation Obligation Obligations Opaque Open Optimize Options Parameter Parameters Parametric Path Paths pattern Polymorphic Preterm Print Printing Program Projections Proof Proposition Pwd Qed Quit Rec Record Recursive Redirect Relation Remark Remove Require Reserved Reset Resolve Restart Rewrite Right Ring Rings Save Scheme Scope Scopes Script Search SearchAbout SearchHead SearchPattern SearchRewrite Section Separate Set Setoid Show Solve Sorted Step Strategies Strategy Structure SubClass Table Tables Tactic Term Test Theorem Time Timeout Transparent Type Typeclasses Types Undelimit Undo Unfocus Unfocused Unfold Universe Universes Unset Unshelve using Variable Variables Variant Verbose Visibility where with",built_in:"abstract absurd admit after apply as assert assumption at auto autorewrite autounfold before bottom btauto by case case_eq cbn cbv change classical_left classical_right clear clearbody cofix compare compute congruence constr_eq constructor contradict contradiction cut cutrewrite cycle decide decompose dependent destruct destruction dintuition discriminate discrR do double dtauto eapply eassumption eauto ecase econstructor edestruct ediscriminate eelim eexact eexists einduction einjection eleft elim elimtype enough equality erewrite eright esimplify_eq esplit evar exact exactly_once exfalso exists f_equal fail field field_simplify field_simplify_eq first firstorder fix fold fourier functional generalize generalizing gfail give_up has_evar hnf idtac in induction injection instantiate intro intro_pattern intros intuition inversion inversion_clear is_evar is_var lapply lazy left lia lra move native_compute nia nsatz omega once pattern pose progress proof psatz quote record red refine reflexivity remember rename repeat replace revert revgoals rewrite rewrite_strat right ring ring_simplify rtauto set setoid_reflexivity setoid_replace setoid_rewrite setoid_symmetry setoid_transitivity shelve shelve_unifiable simpl simple simplify_eq solve specialize split split_Rabs split_Rmult stepl stepr subst sum swap symmetry tactic tauto time timeout top transitivity trivial try tryif unfold unify until using vm_compute with"},contains:[e.QUOTE_STRING_MODE,e.COMMENT("\\(\\*","\\*\\)"),e.C_NUMBER_MODE,{className:"type",excludeBegin:!0,begin:"\\|\\s*",end:"\\w+"},{begin:/[-=]>/}]}}},{name:"cos",create:function(e){var t={className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]}]},a={className:"number",begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)",relevance:0},r="property parameter class classmethod clientmethod extends as break catch close continue do d|0 else elseif for goto halt hang h|0 if job j|0 kill k|0 lock l|0 merge new open quit q|0 read r|0 return set s|0 tcommit throw trollback try tstart use view while write w|0 xecute x|0 zkill znspace zn ztrap zwrite zw zzdump zzwrite print zbreak zinsert zload zprint zremove zsave zzprint mv mvcall mvcrt mvdim mvprint zquit zsync ascii";return{case_insensitive:!0,aliases:["cos","cls"],keywords:r,contains:[a,t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"comment",begin:/;/,end:"$",relevance:0},{className:"built_in",begin:/(?:\$\$?|\.\.)\^?[a-zA-Z]+/},{className:"built_in",begin:/\$\$\$[a-zA-Z]+/},{className:"built_in",begin:/%[a-z]+(?:\.[a-z]+)*/},{className:"symbol",begin:/\^%?[a-zA-Z][\w]*/},{className:"keyword",begin:/##class|##super|#define|#dim/},{begin:/&sql\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,subLanguage:"sql"},{begin:/&(js|jscript|javascript)/,excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"},{begin:/&html<\s*\s*>/,subLanguage:"xml"}]}}},{name:"1c",create:function(e){var t="[a-zA-Zа-яА-Я][a-zA-Z0-9_а-яА-Я]*",a="возврат дата для если и или иначе иначеесли исключение конецесли конецпопытки конецпроцедуры конецфункции конеццикла константа не перейти перем перечисление по пока попытка прервать продолжить процедура строка тогда фс функция цикл число экспорт",r="ansitooem oemtoansi ввестивидсубконто ввестидату ввестизначение ввестиперечисление ввестипериод ввестиплансчетов ввестистроку ввестичисло вопрос восстановитьзначение врег выбранныйплансчетов вызватьисключение датагод датамесяц датачисло добавитьмесяц завершитьработусистемы заголовоксистемы записьжурналарегистрации запуститьприложение зафиксироватьтранзакцию значениевстроку значениевстрокувнутр значениевфайл значениеизстроки значениеизстрокивнутр значениеизфайла имякомпьютера имяпользователя каталогвременныхфайлов каталогиб каталогпользователя каталогпрограммы кодсимв командасистемы конгода конецпериодаби конецрассчитанногопериодаби конецстандартногоинтервала конквартала конмесяца коннедели лев лог лог10 макс максимальноеколичествосубконто мин монопольныйрежим названиеинтерфейса названиенабораправ назначитьвид назначитьсчет найти найтипомеченныенаудаление найтиссылки началопериодаби началостандартногоинтервала начатьтранзакцию начгода начквартала начмесяца начнедели номерднягода номерднянедели номернеделигода нрег обработкаожидания окр описаниеошибки основнойжурналрасчетов основнойплансчетов основнойязык открытьформу открытьформумодально отменитьтранзакцию очиститьокносообщений периодстр полноеимяпользователя получитьвремята получитьдатута получитьдокументта получитьзначенияотбора получитьпозициюта получитьпустоезначение получитьта прав праводоступа предупреждение префиксавтонумерации пустаястрока пустоезначение рабочаядаттьпустоезначение рабочаядата разделительстраниц разделительстрок разм разобратьпозициюдокумента рассчитатьрегистрына рассчитатьрегистрыпо сигнал симв символтабуляции создатьобъект сокрл сокрлп сокрп сообщить состояние сохранитьзначение сред статусвозврата стрдлина стрзаменить стрколичествострок стрполучитьстроку стрчисловхождений сформироватьпозициюдокумента счетпокоду текущаядата текущеевремя типзначения типзначениястр удалитьобъекты установитьтана установитьтапо фиксшаблон формат цел шаблон",s={begin:'""'},n={className:"string",begin:'"',end:'"|$',contains:[s]},i={className:"string",begin:"\\|",end:'"|$',contains:[s]};return{case_insensitive:!0,lexemes:t,keywords:{keyword:a,built_in:r},contains:[e.C_LINE_COMMENT_MODE,e.NUMBER_MODE,n,i,{className:"function",begin:"(процедура|функция)",end:"$",lexemes:t,keywords:"процедура функция",contains:[{begin:"экспорт",endsWithParent:!0,lexemes:t,keywords:"экспорт",contains:[e.C_LINE_COMMENT_MODE]},{className:"params",begin:"\\(",end:"\\)",lexemes:t,keywords:"знач",contains:[n,i]},e.C_LINE_COMMENT_MODE,e.inherit(e.TITLE_MODE,{begin:t})]},{className:"meta",begin:"#",end:"$"},{className:"number",begin:"'\\d{2}\\.\\d{2}\\.(\\d{2}|\\d{4})'"}]}}},{name:"crmsh",create:function(e){var t="primitive rsc_template",a="group clone ms master location colocation order fencing_topology rsc_ticket acl_target acl_group user role tag xml",r="property rsc_defaults op_defaults",s="params meta operations op rule attributes utilization",n="read write deny defined not_defined in_range date spec in ref reference attribute type xpath version and or lt gt tag lte gte eq ne \\",i="number string",l="Master Started Slave Stopped start promote demote stop monitor true false";return{aliases:["crm","pcmk"],case_insensitive:!0,keywords:{keyword:s+" "+n+" "+i,literal:l},contains:[e.HASH_COMMENT_MODE,{beginKeywords:"node",starts:{end:"\\s*([\\w_-]+:)?",starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*"}}},{beginKeywords:t,starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*",starts:{end:"\\s*@?[\\w_][\\w_\\.:-]*"}}},{begin:"\\b("+a.split(" ").join("|")+")\\s+",keywords:a,starts:{className:"title",end:"[\\$\\w_][\\w_-]*"}},{beginKeywords:r,starts:{className:"title",end:"\\s*([\\w_-]+:)?"}},e.QUOTE_STRING_MODE,{className:"meta",begin:"(ocf|systemd|service|lsb):[\\w_:-]+",relevance:0},{className:"number",begin:"\\b\\d+(\\.\\d+)?(ms|s|h|m)?",relevance:0},{className:"literal",begin:"[-]?(infinity|inf)",relevance:0},{className:"attr",begin:/([A-Za-z\$_\#][\w_-]+)=/,relevance:0},{className:"tag",begin:"",relevance:0}]}}},{name:"crystal",create:function(e){function t(e,t){var a=[{begin:e,end:t}];return a[0].contains=a,a}var a="(_[uif](8|16|32|64))?",r="[a-zA-Z_]\\w*[!?=]?",s="!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",n="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\][=?]?",i={keyword:"abstract alias as asm begin break case class def do else elsif end ensure enum extend for fun if ifdef include instance_sizeof is_a? lib macro module next of out pointerof private protected rescue responds_to? return require self sizeof struct super then type typeof union unless until when while with yield __DIR__ __FILE__ __LINE__",literal:"false nil true"},l={className:"subst",begin:"#{",end:"}",keywords:i},o={className:"template-variable",variants:[{begin:"\\{\\{",end:"\\}\\}"},{begin:"\\{%",end:"%\\}"}],keywords:i},c={className:"string",contains:[e.BACKSLASH_ESCAPE,l],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%w?\\(",end:"\\)",contains:t("\\(","\\)")},{begin:"%w?\\[",end:"\\]",contains:t("\\[","\\]")},{begin:"%w?{",end:"}",contains:t("{","}")},{begin:"%w?<",end:">",contains:t("<",">")},{begin:"%w?/",end:"/"},{begin:"%w?%",end:"%"},{begin:"%w?-",end:"-"},{begin:"%w?\\|",end:"\\|"}],relevance:0},d={begin:"("+s+")\\s*",contains:[{className:"regexp",contains:[e.BACKSLASH_ESCAPE,l],variants:[{begin:"//[a-z]*",relevance:0},{begin:"/",end:"/[a-z]*"},{begin:"%r\\(",end:"\\)",contains:t("\\(","\\)")},{begin:"%r\\[",end:"\\]",contains:t("\\[","\\]")},{begin:"%r{",end:"}",contains:t("{","}")},{begin:"%r<",end:">",contains:t("<",">")},{begin:"%r/",end:"/"},{begin:"%r%",end:"%"},{begin:"%r-",end:"-"},{begin:"%r\\|",end:"\\|"}]}],relevance:0},m={className:"regexp",contains:[e.BACKSLASH_ESCAPE,l],variants:[{begin:"%r\\(",end:"\\)",contains:t("\\(","\\)")},{begin:"%r\\[",end:"\\]",contains:t("\\[","\\]")},{begin:"%r{",end:"}",contains:t("{","}")},{begin:"%r<",end:">",contains:t("<",">")},{begin:"%r/",end:"/"},{begin:"%r%",end:"%"},{begin:"%r-",end:"-"},{begin:"%r\\|",end:"\\|"}],relevance:0},u={className:"meta",begin:"@\\[",end:"\\]",contains:[e.inherit(e.QUOTE_STRING_MODE,{className:"meta-string"})]},h=[o,c,d,m,u,e.HASH_COMMENT_MODE,{className:"class",beginKeywords:"class module struct",end:"$|;",illegal:/=/,contains:[e.HASH_COMMENT_MODE,e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{begin:"<"}]},{className:"class",beginKeywords:"lib enum union",end:"$|;",illegal:/=/,contains:[e.HASH_COMMENT_MODE,e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"})],relevance:10},{className:"function",beginKeywords:"def",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:n,endsParent:!0})]},{className:"function",beginKeywords:"fun macro",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:n,endsParent:!0})],relevance:5},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(\\!|\\?)?:",relevance:0},{className:"symbol",begin:":",contains:[c,{begin:n}],relevance:0},{className:"number",variants:[{begin:"\\b0b([01_]*[01])"+a},{begin:"\\b0o([0-7_]*[0-7])"+a},{begin:"\\b0x([A-Fa-f0-9_]*[A-Fa-f0-9])"+a},{begin:"\\b(([0-9][0-9_]*[0-9]|[0-9])(\\.[0-9_]*[0-9])?([eE][+-]?[0-9_]*[0-9])?)"+a}],relevance:0}];return l.contains=h,o.contains=h.slice(1),{aliases:["cr"],lexemes:r,keywords:i,contains:h}}},{name:"cs",create:function(e){var t={keyword:"abstract as base bool break byte case catch char checked const continue decimal dynamic default delegate do double else enum event explicit extern finally fixed float for foreach goto if implicit in int interface internal is lock long when object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this try typeof uint ulong unchecked unsafe ushort using virtual volatile void while async nameof ascending descending from get group into join let orderby partial select set value var where yield",literal:"null false true"},a={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},r=e.inherit(a,{illegal:/\n/}),s={className:"subst",begin:"{",end:"}",keywords:t},n=e.inherit(s,{illegal:/\n/}),i={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},e.BACKSLASH_ESCAPE,n]},l={className:"string",begin:/\$@"/,end:'"',contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},s]},o=e.inherit(l,{illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},n]});s.contains=[l,i,a,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE],n.contains=[o,i,r,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];var c={variants:[l,i,a,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},d=e.IDENT_RE+"(<"+e.IDENT_RE+">)?(\\[\\])?";return{aliases:["csharp"],keywords:t,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:""},{begin:""}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum"}},c,e.C_NUMBER_MODE,{ +beginKeywords:"class interface",end:/[{;=]/,illegal:/[^\s:]/,contains:[e.TITLE_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",end:/[{;=]/,illegal:/[^\s:]/,contains:[e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"new return throw await",relevance:0},{className:"function",begin:"("+d+"\\s+)+"+e.IDENT_RE+"\\s*\\(",returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:t,contains:[{begin:e.IDENT_RE+"\\s*\\(",returnBegin:!0,contains:[e.TITLE_MODE],relevance:0},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,relevance:0,contains:[c,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}]}}},{name:"csp",create:function(e){return{case_insensitive:!1,lexemes:"[a-zA-Z][a-zA-Z0-9_-]*",keywords:{keyword:"base-uri child-src connect-src default-src font-src form-action frame-ancestors frame-src img-src media-src object-src plugin-types report-uri sandbox script-src style-src"},contains:[{className:"string",begin:"'",end:"'"},{className:"attribute",begin:"^Content",end:":",excludeEnd:!0}]}}},{name:"css",create:function(e){var t="[a-zA-Z-][a-zA-Z0-9_-]*",a={begin:/[A-Z\_\.\-]+\s*:/,returnBegin:!0,end:";",endsWithParent:!0,contains:[{className:"attribute",begin:/\S/,end:":",excludeEnd:!0,starts:{endsWithParent:!0,excludeEnd:!0,contains:[{begin:/[\w-]+\(/,returnBegin:!0,contains:[{className:"built_in",begin:/[\w-]+/},{begin:/\(/,end:/\)/,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]}]},e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",begin:"#[0-9A-Fa-f]+"},{className:"meta",begin:"!important"}]}}]};return{case_insensitive:!0,illegal:/[=\/|'\$]/,contains:[e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/},{className:"selector-class",begin:/\.[A-Za-z0-9_-]+/},{className:"selector-attr",begin:/\[/,end:/\]/,illegal:"$"},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"@(font-face|page)",lexemes:"[a-z-]+",keywords:"font-face page"},{begin:"@",end:"[{;]",illegal:/:/,contains:[{className:"keyword",begin:/\w+/},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:t,relevance:0},{begin:"{",end:"}",illegal:/\S/,contains:[e.C_BLOCK_COMMENT_MODE,a]}]}}},{name:"d",create:function(e){var t={keyword:"abstract alias align asm assert auto body break byte case cast catch class const continue debug default delete deprecated do else enum export extern final finally for foreach foreach_reverse|10 goto if immutable import in inout int interface invariant is lazy macro mixin module new nothrow out override package pragma private protected public pure ref return scope shared static struct super switch synchronized template this throw try typedef typeid typeof union unittest version void volatile while with __FILE__ __LINE__ __gshared|10 __thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__",built_in:"bool cdouble cent cfloat char creal dchar delegate double dstring float function idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar wstring",literal:"false null true"},a="(0|[1-9][\\d_]*)",r="(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)",s="0[bB][01_]+",n="([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)",i="0[xX]"+n,l="([eE][+-]?"+r+")",o="("+r+"(\\.\\d*|"+l+")|\\d+\\."+r+r+"|\\."+a+l+"?)",c="(0[xX]("+n+"\\."+n+"|\\.?"+n+")[pP][+-]?"+r+")",d="("+a+"|"+s+"|"+i+")",m="("+c+"|"+o+")",u="\\\\(['\"\\?\\\\abfnrtv]|u[\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\dA-Fa-f]{2}|U[\\dA-Fa-f]{8})|&[a-zA-Z\\d]{2,};",h={className:"number",begin:"\\b"+d+"(L|u|U|Lu|LU|uL|UL)?",relevance:0},p={className:"number",begin:"\\b("+m+"([fF]|L|i|[fF]i|Li)?|"+d+"(i|[fF]i|Li))",relevance:0},g={className:"string",begin:"'("+u+"|.)",end:"'",illegal:"."},b={begin:u,relevance:0},_={className:"string",begin:'"',contains:[b],end:'"[cwd]?'},f={className:"string",begin:'[rq]"',end:'"[cwd]?',relevance:5},v={className:"string",begin:"`",end:"`[cwd]?"},j={className:"string",begin:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',relevance:10},E={className:"string",begin:'q"\\{',end:'\\}"'},y={className:"meta",begin:"^#!",end:"$",relevance:5},S={className:"meta",begin:"#(line)",end:"$",relevance:5},C={className:"keyword",begin:"@[a-zA-Z_][a-zA-Z_\\d]*"},k=e.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{lexemes:e.UNDERSCORE_IDENT_RE,keywords:t,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,k,j,_,f,v,E,p,h,g,y,S,C]}}},{name:"dart",create:function(e){var t={className:"subst",begin:"\\$\\{",end:"}",keywords:"true false null this is new super"},a={className:"string",variants:[{begin:"r'''",end:"'''"},{begin:'r"""',end:'"""'},{begin:"r'",end:"'",illegal:"\\n"},{begin:'r"',end:'"',illegal:"\\n"},{begin:"'''",end:"'''",contains:[e.BACKSLASH_ESCAPE,t]},{begin:'"""',end:'"""',contains:[e.BACKSLASH_ESCAPE,t]},{begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,t]},{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,t]}]};t.contains=[e.C_NUMBER_MODE,a];var r={keyword:"assert async await break case catch class const continue default do else enum extends false final finally for if in is new null rethrow return super switch sync this throw true try var void while with yield abstract as dynamic export external factory get implements import library operator part set static typedef",built_in:"print Comparable DateTime Duration Function Iterable Iterator List Map Match Null Object Pattern RegExp Set Stopwatch String StringBuffer StringSink Symbol Type Uri bool double int num document window querySelector querySelectorAll Element ElementList"};return{keywords:r,contains:[a,e.COMMENT("/\\*\\*","\\*/",{subLanguage:"markdown"}),e.COMMENT("///","$",{subLanguage:"markdown"}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"},{begin:"=>"}]}}},{name:"delphi",create:function(e){var t="exports register file shl array record property for mod while set ally label uses raise not stored class safecall var interface or private static exit index inherited to else stdcall override shr asm far resourcestring finalization packed virtual out and protected library do xorwrite goto near function end div overload object unit begin string on inline repeat until destructor write message program with read initialization except default nil if case cdecl in downto threadvar of try pascal const external constructor type public then implementation finally published procedure",a=[e.C_LINE_COMMENT_MODE,e.COMMENT(/\{/,/\}/,{relevance:0}),e.COMMENT(/\(\*/,/\*\)/,{relevance:10})],r={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},s={className:"string",begin:/(#\d+)+/},n={begin:e.IDENT_RE+"\\s*=\\s*class\\s*\\(",returnBegin:!0,contains:[e.TITLE_MODE]},i={className:"function",beginKeywords:"function constructor destructor procedure",end:/[:;]/,keywords:"function constructor|10 destructor|10 procedure|10",contains:[e.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:t,contains:[r,s]}].concat(a)};return{aliases:["dpr","dfm","pas","pascal","freepascal","lazarus","lpr","lfm"],case_insensitive:!0,keywords:t,illegal:/"|\$[G-Zg-z]|\/\*|<\/|\|/,contains:[r,s,e.NUMBER_MODE,n,i].concat(a)}}},{name:"diff",create:function(e){return{aliases:["patch"],contains:[{className:"meta",relevance:10,variants:[{begin:/^@@ +\-\d+,\d+ +\+\d+,\d+ +@@$/},{begin:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{begin:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{className:"comment",variants:[{begin:/Index: /,end:/$/},{begin:/={3,}/,end:/$/},{begin:/^\-{3}/,end:/$/},{begin:/^\*{3} /,end:/$/},{begin:/^\+{3}/,end:/$/},{begin:/\*{5}/,end:/\*{5}$/}]},{className:"addition",begin:"^\\+",end:"$"},{className:"deletion",begin:"^\\-",end:"$"},{className:"addition",begin:"^\\!",end:"$"}]}}},{name:"django",create:function(e){var t={begin:/\|[A-Za-z]+:?/,keywords:{name:"truncatewords removetags linebreaksbr yesno get_digit timesince random striptags filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands title floatformat capfirst pprint divisibleby add make_list unordered_list urlencode timeuntil urlizetrunc wordcount stringformat linenumbers slice date dictsort dictsortreversed default_if_none pluralize lower join center default truncatewords_html upper length phone2numeric wordwrap time addslashes slugify first escapejs force_escape iriencode last safe safeseq truncatechars localize unlocalize localtime utc timezone"},contains:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE]};return{aliases:["jinja"],case_insensitive:!0,subLanguage:"xml",contains:[e.COMMENT(/\{%\s*comment\s*%}/,/\{%\s*endcomment\s*%}/),e.COMMENT(/\{#/,/#}/),{className:"template-tag",begin:/\{%/,end:/%}/,contains:[{className:"name",begin:/\w+/,keywords:{name:"comment endcomment load templatetag ifchanged endifchanged if endif firstof for endfor ifnotequal endifnotequal widthratio extends include spaceless endspaceless regroup ifequal endifequal ssi now with cycle url filter endfilter debug block endblock else autoescape endautoescape csrf_token empty elif endwith static trans blocktrans endblocktrans get_static_prefix get_media_prefix plural get_current_language language get_available_languages get_current_language_bidi get_language_info get_language_info_list localize endlocalize localtime endlocaltime timezone endtimezone get_current_timezone verbatim"},starts:{endsWithParent:!0,keywords:"in by as",contains:[t],relevance:0}}]},{className:"template-variable",begin:/\{\{/,end:/}}/,contains:[t]}]}}},{name:"dns",create:function(e){return{aliases:["bind","zone"],keywords:{keyword:"IN A AAAA AFSDB APL CAA CDNSKEY CDS CERT CNAME DHCID DLV DNAME DNSKEY DS HIP IPSECKEY KEY KX LOC MX NAPTR NS NSEC NSEC3 NSEC3PARAM PTR RRSIG RP SIG SOA SRV SSHFP TA TKEY TLSA TSIG TXT"},contains:[e.COMMENT(";","$",{relevance:0}),{className:"meta",begin:/^\$(TTL|GENERATE|INCLUDE|ORIGIN)\b/},{className:"number",begin:"((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))\\b"},{className:"number",begin:"((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]).){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\b"},e.inherit(e.NUMBER_MODE,{begin:/\b\d+[dhwm]?/})]}}},{name:"dockerfile",create:function(e){return{aliases:["docker"],case_insensitive:!0,keywords:"from maintainer cmd expose add copy entrypoint volume user workdir onbuild run env label",contains:[e.HASH_COMMENT_MODE,{keywords:"run cmd entrypoint volume add copy workdir onbuild label",begin:/^ *(onbuild +)?(run|cmd|entrypoint|volume|add|copy|workdir|label) +/,starts:{end:/[^\\]\n/,subLanguage:"bash"}},{keywords:"from maintainer expose env user onbuild",begin:/^ *(onbuild +)?(from|maintainer|expose|env|user|onbuild) +/,end:/[^\\]\n/,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.HASH_COMMENT_MODE]}]}}},{name:"dos",create:function(e){var t=e.COMMENT(/^\s*@?rem\b/,/$/,{relevance:10}),a={className:"symbol",begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)",relevance:0};return{aliases:["bat","cmd"],case_insensitive:!0,illegal:/\/\*/,keywords:{keyword:"if else goto for in do call exit not exist errorlevel defined equ neq lss leq gtr geq",built_in:"prn nul lpt3 lpt2 lpt1 con com4 com3 com2 com1 aux shift cd dir echo setlocal endlocal set pause copy append assoc at attrib break cacls cd chcp chdir chkdsk chkntfs cls cmd color comp compact convert date dir diskcomp diskcopy doskey erase fs find findstr format ftype graftabl help keyb label md mkdir mode more move path pause print popd pushd promt rd recover rem rename replace restore rmdir shiftsort start subst time title tree type ver verify vol ping net ipconfig taskkill xcopy ren del"},contains:[{className:"variable",begin:/%%[^ ]|%[^ ]+?%|![^ ]+?!/},{className:"function",begin:a.begin,end:"goto:eof",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),t]},{className:"number",begin:"\\b\\d+",relevance:0},t]}}},{name:"dsconfig",create:function(e){var t={className:"string",begin:/"/,end:/"/},a={className:"string",begin:/'/,end:/'/},r={className:"string",begin:"[\\w-?]+:\\w+",end:"\\W",relevance:0},s={className:"string",begin:"\\w+-?\\w+",end:"\\W",relevance:0};return{keywords:"dsconfig",contains:[{className:"keyword",begin:"^dsconfig",end:"\\s",excludeEnd:!0,relevance:10},{className:"built_in",begin:"(list|create|get|set|delete)-(\\w+)",end:"\\s",excludeEnd:!0,illegal:"!@#$%^&*()",relevance:10},{className:"built_in",begin:"--(\\w+)",end:"\\s",excludeEnd:!0},t,a,r,s,e.HASH_COMMENT_MODE]}}},{name:"dts",create:function(e){var t={className:"string",variants:[e.inherit(e.QUOTE_STRING_MODE,{begin:'((u8?|U)|L)?"'}),{begin:'(u8?|U)?R"',end:'"',contains:[e.BACKSLASH_ESCAPE]},{begin:"'\\\\?.",end:"'",illegal:"."}]},a={className:"number",variants:[{begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)(u|U|l|L|ul|UL|f|F)"},{begin:e.C_NUMBER_RE}],relevance:0},r={className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elif endif define undef ifdef ifndef"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{"meta-keyword":"include"},contains:[e.inherit(t,{className:"meta-string"}),{className:"meta-string",begin:"<",end:">",illegal:"\\n"}]},t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},s={className:"variable",begin:"\\&[a-z\\d_]*\\b"},n={className:"meta-keyword",begin:"/[a-z][a-z\\d-]*/"},i={className:"symbol",begin:"^\\s*[a-zA-Z_][a-zA-Z\\d_]*:"},l={className:"params",begin:"<",end:">",contains:[a,s]},o={className:"class",begin:/[a-zA-Z_][a-zA-Z\d_@]*\s{/,end:/[{;=]/,returnBegin:!0,excludeEnd:!0},c={className:"class",begin:"/\\s*{",end:"};",relevance:10,contains:[s,n,i,o,l,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,t]};return{keywords:"",contains:[c,s,n,i,o,l,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,t,r,{begin:e.IDENT_RE+"::",keywords:""}]}}},{name:"dust",create:function(e){var t="if eq ne lt lte gt gte select default math sep";return{aliases:["dst"],case_insensitive:!0,subLanguage:"xml",contains:[{className:"template-tag",begin:/\{[#\/]/,end:/\}/,illegal:/;/,contains:[{className:"name",begin:/[a-zA-Z\.-]+/,starts:{endsWithParent:!0,relevance:0,contains:[e.QUOTE_STRING_MODE]}}]},{className:"template-variable",begin:/\{/,end:/\}/,illegal:/;/,keywords:t}]}}},{name:"ebnf",create:function(e){var t=e.COMMENT(/\(\*/,/\*\)/),a={className:"attribute",begin:/^[ ]*[a-zA-Z][a-zA-Z-]*([\s-]+[a-zA-Z][a-zA-Z]*)*/},r={className:"meta",begin:/\?.*\?/},s={begin:/=/,end:/;/,contains:[t,r,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]};return{illegal:/\S/,contains:[t,a,s]}}},{name:"elixir",create:function(e){var t="[a-zA-Z_][a-zA-Z0-9_]*(\\!|\\?)?",a="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",r="and false then defined module in return redo retry end for true self when next until do begin unless nil break not case cond alias while ensure or include use alias fn quote",s={className:"subst",begin:"#\\{",end:"}",lexemes:t,keywords:r},n={className:"string",contains:[e.BACKSLASH_ESCAPE,s],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},i={className:"function",beginKeywords:"def defp defmacro",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:t,endsParent:!0})]},l=e.inherit(i,{className:"class",beginKeywords:"defimpl defmodule defprotocol defrecord",end:/\bdo\b|$|;/}),o=[n,e.HASH_COMMENT_MODE,l,i,{className:"symbol",begin:":(?!\\s)",contains:[n,{begin:a}],relevance:0},{className:"symbol",begin:t+":",relevance:0},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{className:"variable",begin:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{begin:"->"},{begin:"("+e.RE_STARTERS_RE+")\\s*",contains:[e.HASH_COMMENT_MODE,{className:"regexp",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,s],variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}],relevance:0}];return s.contains=o,{lexemes:t,keywords:r,contains:o}}},{name:"elm",create:function(e){var t={variants:[e.COMMENT("--","$"),e.COMMENT("{-","-}",{contains:["self"]})]},a={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},r={begin:"\\(",end:"\\)",illegal:'"',contains:[{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},t]},s={begin:"{",end:"}",contains:r.contains};return{keywords:"let in if then else case of where module import exposing type alias as infix infixl infixr port effect command subscription",contains:[{beginKeywords:"port effect module",end:"exposing",keywords:"port effect module where command subscription exposing",contains:[r,t],illegal:"\\W\\.|;"},{begin:"import",end:"$",keywords:"import as exposing",contains:[r,t],illegal:"\\W\\.|;"},{begin:"type",end:"$",keywords:"type alias",contains:[a,r,s,t]},{beginKeywords:"infix infixl infixr",end:"$",contains:[e.C_NUMBER_MODE,t]},{begin:"port",end:"$",keywords:"port",contains:[t]},e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,a,e.inherit(e.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),t,{begin:"->|<-"}]}}},{name:"erb",create:function(e){return{subLanguage:"xml",contains:[e.COMMENT("<%#","%>"),{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0}]}}},{name:"erlang-repl",create:function(e){return{keywords:{built_in:"spawn spawn_link self",keyword:"after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse|10 query receive rem try when xor"},contains:[{className:"meta",begin:"^[0-9]+> ",relevance:10},e.COMMENT("%","$"),{className:"number",begin:"\\b(\\d+#[a-fA-F0-9]+|\\d+(\\.\\d+)?([eE][-+]?\\d+)?)",relevance:0},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"\\?(::)?([A-Z]\\w*(::)?)+"},{begin:"->"},{begin:"ok"},{begin:"!"},{begin:"(\\b[a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*)|(\\b[a-z'][a-zA-Z0-9_']*)",relevance:0},{begin:"[A-Z][a-zA-Z0-9_']*",relevance:0}]}}},{name:"erlang",create:function(e){var t="[a-z'][a-zA-Z0-9_']*",a="("+t+":"+t+"|"+t+")",r={keyword:"after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor",literal:"false true"},s=e.COMMENT("%","$"),n={className:"number",begin:"\\b(\\d+#[a-fA-F0-9]+|\\d+(\\.\\d+)?([eE][-+]?\\d+)?)",relevance:0},i={begin:"fun\\s+"+t+"/\\d+"},l={begin:a+"\\(",end:"\\)",returnBegin:!0,relevance:0,contains:[{begin:a,relevance:0},{begin:"\\(",end:"\\)",endsWithParent:!0,returnEnd:!0,relevance:0}]},o={begin:"{",end:"}",relevance:0},c={begin:"\\b_([A-Z][A-Za-z0-9_]*)?",relevance:0},d={begin:"[A-Z][a-zA-Z0-9_]*",relevance:0},m={begin:"#"+e.UNDERSCORE_IDENT_RE,relevance:0,returnBegin:!0,contains:[{begin:"#"+e.UNDERSCORE_IDENT_RE,relevance:0},{begin:"{",end:"}",relevance:0}]},u={beginKeywords:"fun receive if try case",end:"end",keywords:r};u.contains=[s,i,e.inherit(e.APOS_STRING_MODE,{className:""}),u,l,e.QUOTE_STRING_MODE,n,o,c,d,m];var h=[s,i,u,l,e.QUOTE_STRING_MODE,n,o,c,d,m];l.contains[1].contains=h,o.contains=h,m.contains[1].contains=h;var p={className:"params",begin:"\\(",end:"\\)",contains:h};return{aliases:["erl"],keywords:r,illegal:"(",returnBegin:!0,illegal:"\\(|#|//|/\\*|\\\\|:|;",contains:[p,e.inherit(e.TITLE_MODE,{begin:t})],starts:{end:";|\\.",keywords:r,contains:h}},s,{begin:"^-",end:"\\.",relevance:0,excludeEnd:!0,returnBegin:!0,lexemes:"-"+e.IDENT_RE,keywords:"-module -record -undef -export -ifdef -ifndef -author -copyright -doc -vsn -import -include -include_lib -compile -define -else -endif -file -behaviour -behavior -spec",contains:[p]},n,e.QUOTE_STRING_MODE,m,c,d,o,{begin:/\.$/}]}}},{name:"excel",create:function(e){return{aliases:["xlsx","xls"],case_insensitive:!0,lexemes:/[a-zA-Z][\w\.]*/,keywords:{built_in:"ABS ACCRINT ACCRINTM ACOS ACOSH ACOT ACOTH AGGREGATE ADDRESS AMORDEGRC AMORLINC AND ARABIC AREAS ASC ASIN ASINH ATAN ATAN2 ATANH AVEDEV AVERAGE AVERAGEA AVERAGEIF AVERAGEIFS BAHTTEXT BASE BESSELI BESSELJ BESSELK BESSELY BETADIST BETA.DIST BETAINV BETA.INV BIN2DEC BIN2HEX BIN2OCT BINOMDIST BINOM.DIST BINOM.DIST.RANGE BINOM.INV BITAND BITLSHIFT BITOR BITRSHIFT BITXOR CALL CEILING CEILING.MATH CEILING.PRECISE CELL CHAR CHIDIST CHIINV CHITEST CHISQ.DIST CHISQ.DIST.RT CHISQ.INV CHISQ.INV.RT CHISQ.TEST CHOOSE CLEAN CODE COLUMN COLUMNS COMBIN COMBINA COMPLEX CONCAT CONCATENATE CONFIDENCE CONFIDENCE.NORM CONFIDENCE.T CONVERT CORREL COS COSH COT COTH COUNT COUNTA COUNTBLANK COUNTIF COUNTIFS COUPDAYBS COUPDAYS COUPDAYSNC COUPNCD COUPNUM COUPPCD COVAR COVARIANCE.P COVARIANCE.S CRITBINOM CSC CSCH CUBEKPIMEMBER CUBEMEMBER CUBEMEMBERPROPERTY CUBERANKEDMEMBER CUBESET CUBESETCOUNT CUBEVALUE CUMIPMT CUMPRINC DATE DATEDIF DATEVALUE DAVERAGE DAY DAYS DAYS360 DB DBCS DCOUNT DCOUNTA DDB DEC2BIN DEC2HEX DEC2OCT DECIMAL DEGREES DELTA DEVSQ DGET DISC DMAX DMIN DOLLAR DOLLARDE DOLLARFR DPRODUCT DSTDEV DSTDEVP DSUM DURATION DVAR DVARP EDATE EFFECT ENCODEURL EOMONTH ERF ERF.PRECISE ERFC ERFC.PRECISE ERROR.TYPE EUROCONVERT EVEN EXACT EXP EXPON.DIST EXPONDIST FACT FACTDOUBLE FALSE|0 F.DIST FDIST F.DIST.RT FILTERXML FIND FINDB F.INV F.INV.RT FINV FISHER FISHERINV FIXED FLOOR FLOOR.MATH FLOOR.PRECISE FORECAST FORECAST.ETS FORECAST.ETS.CONFINT FORECAST.ETS.SEASONALITY FORECAST.ETS.STAT FORECAST.LINEAR FORMULATEXT FREQUENCY F.TEST FTEST FV FVSCHEDULE GAMMA GAMMA.DIST GAMMADIST GAMMA.INV GAMMAINV GAMMALN GAMMALN.PRECISE GAUSS GCD GEOMEAN GESTEP GETPIVOTDATA GROWTH HARMEAN HEX2BIN HEX2DEC HEX2OCT HLOOKUP HOUR HYPERLINK HYPGEOM.DIST HYPGEOMDIST IF|0 IFERROR IFNA IFS IMABS IMAGINARY IMARGUMENT IMCONJUGATE IMCOS IMCOSH IMCOT IMCSC IMCSCH IMDIV IMEXP IMLN IMLOG10 IMLOG2 IMPOWER IMPRODUCT IMREAL IMSEC IMSECH IMSIN IMSINH IMSQRT IMSUB IMSUM IMTAN INDEX INDIRECT INFO INT INTERCEPT INTRATE IPMT IRR ISBLANK ISERR ISERROR ISEVEN ISFORMULA ISLOGICAL ISNA ISNONTEXT ISNUMBER ISODD ISREF ISTEXT ISO.CEILING ISOWEEKNUM ISPMT JIS KURT LARGE LCM LEFT LEFTB LEN LENB LINEST LN LOG LOG10 LOGEST LOGINV LOGNORM.DIST LOGNORMDIST LOGNORM.INV LOOKUP LOWER MATCH MAX MAXA MAXIFS MDETERM MDURATION MEDIAN MID MIDBs MIN MINIFS MINA MINUTE MINVERSE MIRR MMULT MOD MODE MODE.MULT MODE.SNGL MONTH MROUND MULTINOMIAL MUNIT N NA NEGBINOM.DIST NEGBINOMDIST NETWORKDAYS NETWORKDAYS.INTL NOMINAL NORM.DIST NORMDIST NORMINV NORM.INV NORM.S.DIST NORMSDIST NORM.S.INV NORMSINV NOT NOW NPER NPV NUMBERVALUE OCT2BIN OCT2DEC OCT2HEX ODD ODDFPRICE ODDFYIELD ODDLPRICE ODDLYIELD OFFSET OR PDURATION PEARSON PERCENTILE.EXC PERCENTILE.INC PERCENTILE PERCENTRANK.EXC PERCENTRANK.INC PERCENTRANK PERMUT PERMUTATIONA PHI PHONETIC PI PMT POISSON.DIST POISSON POWER PPMT PRICE PRICEDISC PRICEMAT PROB PRODUCT PROPER PV QUARTILE QUARTILE.EXC QUARTILE.INC QUOTIENT RADIANS RAND RANDBETWEEN RANK.AVG RANK.EQ RANK RATE RECEIVED REGISTER.ID REPLACE REPLACEB REPT RIGHT RIGHTB ROMAN ROUND ROUNDDOWN ROUNDUP ROW ROWS RRI RSQ RTD SEARCH SEARCHB SEC SECH SECOND SERIESSUM SHEET SHEETS SIGN SIN SINH SKEW SKEW.P SLN SLOPE SMALL SQL.REQUEST SQRT SQRTPI STANDARDIZE STDEV STDEV.P STDEV.S STDEVA STDEVP STDEVPA STEYX SUBSTITUTE SUBTOTAL SUM SUMIF SUMIFS SUMPRODUCT SUMSQ SUMX2MY2 SUMX2PY2 SUMXMY2 SWITCH SYD T TAN TANH TBILLEQ TBILLPRICE TBILLYIELD T.DIST T.DIST.2T T.DIST.RT TDIST TEXT TEXTJOIN TIME TIMEVALUE T.INV T.INV.2T TINV TODAY TRANSPOSE TREND TRIM TRIMMEAN TRUE|0 TRUNC T.TEST TTEST TYPE UNICHAR UNICODE UPPER VALUE VAR VAR.P VAR.S VARA VARP VARPA VDB VLOOKUP WEBSERVICE WEEKDAY WEEKNUM WEIBULL WEIBULL.DIST WORKDAY WORKDAY.INTL XIRR XNPV XOR YEAR YEARFRAC YIELD YIELDDISC YIELDMAT Z.TEST ZTEST"},contains:[{begin:/^=/,end:/[^=]/,returnEnd:!0,illegal:/=/,relevance:10},{className:"symbol",begin:/\b[A-Z]{1,2}\d+\b/,end:/[^\d]/,excludeEnd:!0,relevance:0},{className:"symbol",begin:/[A-Z]{0,2}\d*:[A-Z]{0,2}\d*/,relevance:0},e.BACKSLASH_ESCAPE,e.QUOTE_STRING_MODE,{className:"number",begin:e.NUMBER_RE+"(%)?",relevance:0},e.COMMENT(/\bN\(/,/\)/,{excludeBegin:!0,excludeEnd:!0,illegal:/\n/})]}}},{name:"fix",create:function(e){return{contains:[{begin:/[^\u2401\u0001]+/,end:/[\u2401\u0001]/,excludeEnd:!0,returnBegin:!0,returnEnd:!1,contains:[{begin:/([^\u2401\u0001=]+)/,end:/=([^\u2401\u0001=]+)/,returnEnd:!0,returnBegin:!1,className:"attr"},{begin:/=/,end:/([\u2401\u0001])/,excludeEnd:!0,excludeBegin:!0,className:"string"}]}],case_insensitive:!0}}},{name:"fortran",create:function(e){var t={className:"params",begin:"\\(",end:"\\)"},a={literal:".False. .True.",keyword:"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data",built_in:"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_ofacosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image"};return{case_insensitive:!0,aliases:["f90","f95"],keywords:a,illegal:/\/\*/,contains:[e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{className:"string",relevance:0}),{className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[e.UNDERSCORE_TITLE_MODE,t]},e.COMMENT("!","$",{relevance:0}),{className:"number",begin:"(?=\\b|\\+|\\-|\\.)(?=\\.\\d|\\d)(?:\\d+)?(?:\\.?\\d*)(?:[de][+-]?\\d+)?\\b\\.?",relevance:0}]}}},{name:"fsharp",create:function(e){var t={begin:"<",end:">",contains:[e.inherit(e.TITLE_MODE,{begin:/'[a-zA-Z0-9_]+/})]};return{aliases:["fs"],keywords:"abstract and as assert base begin class default delegate do done downcast downto elif else end exception extern false finally for fun function global if in inherit inline interface internal lazy let match member module mutable namespace new null of open or override private public rec return sig static struct then to true try type upcast use val void when while with yield",illegal:/\/\*/,contains:[{className:"keyword",begin:/\b(yield|return|let|do)!/},{className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},{className:"string",begin:'"""',end:'"""'},e.COMMENT("\\(\\*","\\*\\)"),{className:"class",beginKeywords:"type",end:"\\(|=|$",excludeEnd:!0,contains:[e.UNDERSCORE_TITLE_MODE,t]},{className:"meta",begin:"\\[<",end:">\\]",relevance:10},{className:"symbol",begin:"\\B('[A-Za-z])\\b",contains:[e.BACKSLASH_ESCAPE]},e.C_LINE_COMMENT_MODE,e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),e.C_NUMBER_MODE]}}},{name:"gams",create:function(e){var t={keyword:"abort acronym acronyms alias all and assign binary card diag display else eq file files for free ge gt if integer le loop lt maximizing minimizing model models ne negative no not option options or ord positive prod put putpage puttl repeat sameas semicont semiint smax smin solve sos1 sos2 sum system table then until using while xor yes",literal:"eps inf na","built-in":"abs arccos arcsin arctan arctan2 Beta betaReg binomial ceil centropy cos cosh cvPower div div0 eDist entropy errorf execSeed exp fact floor frac gamma gammaReg log logBeta logGamma log10 log2 mapVal max min mod ncpCM ncpF ncpVUpow ncpVUsin normal pi poly power randBinomial randLinear randTriangle round rPower sigmoid sign signPower sin sinh slexp sllog10 slrec sqexp sqlog10 sqr sqrec sqrt tan tanh trunc uniform uniformInt vcPower bool_and bool_eqv bool_imp bool_not bool_or bool_xor ifThen rel_eq rel_ge rel_gt rel_le rel_lt rel_ne gday gdow ghour gleap gmillisec gminute gmonth gsecond gyear jdate jnow jstart jtime errorLevel execError gamsRelease gamsVersion handleCollect handleDelete handleStatus handleSubmit heapFree heapLimit heapSize jobHandle jobKill jobStatus jobTerminate licenseLevel licenseStatus maxExecError sleep timeClose timeComp timeElapsed timeExec timeStart" +},a={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},r={className:"symbol",variants:[{begin:/\=[lgenxc]=/},{begin:/\$/}]},s={className:"comment",variants:[{begin:"'",end:"'"},{begin:'"',end:'"'}],illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},n={begin:"/",end:"/",keywords:t,contains:[s,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_NUMBER_MODE]},i={begin:/[a-z][a-z0-9_]*(\([a-z0-9_, ]*\))?[ \t]+/,excludeBegin:!0,end:"$",endsWithParent:!0,contains:[s,n,{className:"comment",begin:/([ ]*[a-z0-9&#*=?@>\\<:\-,()$\[\]_.{}!+%^]+)+/,relevance:0}]};return{aliases:["gms"],case_insensitive:!0,keywords:t,contains:[e.COMMENT(/^\$ontext/,/^\$offtext/),{className:"meta",begin:"^\\$[a-z0-9]+",end:"$",returnBegin:!0,contains:[{className:"meta-keyword",begin:"^\\$[a-z0-9]+"}]},e.COMMENT("^\\*","$"),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{beginKeywords:"set sets parameter parameters variable variables scalar scalars equation equations",end:";",contains:[e.COMMENT("^\\*","$"),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,n,i]},{beginKeywords:"table",end:";",returnBegin:!0,contains:[{beginKeywords:"table",end:"$",contains:[i]},e.COMMENT("^\\*","$"),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_NUMBER_MODE]},{className:"function",begin:/^[a-z][a-z0-9_,\-+' ()$]+\.{2}/,returnBegin:!0,contains:[{className:"title",begin:/^[a-z][a-z0-9_]+/},a,r]},e.C_NUMBER_MODE,r]}}},{name:"gauss",create:function(e){var t={keyword:"and bool break call callexe checkinterrupt clear clearg closeall cls comlog compile continue create debug declare delete disable dlibrary dllcall do dos ed edit else elseif enable end endfor endif endp endo errorlog errorlogat expr external fn for format goto gosub graph if keyword let lib library line load loadarray loadexe loadf loadk loadm loadp loads loadx local locate loopnextindex lprint lpwidth lshow matrix msym ndpclex new not open or output outwidth plot plotsym pop prcsn print printdos proc push retp return rndcon rndmod rndmult rndseed run save saveall screen scroll setarray show sparse stop string struct system trace trap threadfor threadendfor threadbegin threadjoin threadstat threadend until use while winprint",built_in:"abs acf aconcat aeye amax amean AmericanBinomCall AmericanBinomCall_Greeks AmericanBinomCall_ImpVol AmericanBinomPut AmericanBinomPut_Greeks AmericanBinomPut_ImpVol AmericanBSCall AmericanBSCall_Greeks AmericanBSCall_ImpVol AmericanBSPut AmericanBSPut_Greeks AmericanBSPut_ImpVol amin amult annotationGetDefaults annotationSetBkd annotationSetFont annotationSetLineColor annotationSetLineStyle annotationSetLineThickness annualTradingDays arccos arcsin areshape arrayalloc arrayindex arrayinit arraytomat asciiload asclabel astd astds asum atan atan2 atranspose axmargin balance band bandchol bandcholsol bandltsol bandrv bandsolpd bar base10 begwind besselj bessely beta box boxcox cdfBeta cdfBetaInv cdfBinomial cdfBinomialInv cdfBvn cdfBvn2 cdfBvn2e cdfCauchy cdfCauchyInv cdfChic cdfChii cdfChinc cdfChincInv cdfExp cdfExpInv cdfFc cdfFnc cdfFncInv cdfGam cdfGenPareto cdfHyperGeo cdfLaplace cdfLaplaceInv cdfLogistic cdfLogisticInv cdfmControlCreate cdfMvn cdfMvn2e cdfMvnce cdfMvne cdfMvt2e cdfMvtce cdfMvte cdfN cdfN2 cdfNc cdfNegBinomial cdfNegBinomialInv cdfNi cdfPoisson cdfPoissonInv cdfRayleigh cdfRayleighInv cdfTc cdfTci cdfTnc cdfTvn cdfWeibull cdfWeibullInv cdir ceil ChangeDir chdir chiBarSquare chol choldn cholsol cholup chrs close code cols colsf combinate combinated complex con cond conj cons ConScore contour conv convertsatostr convertstrtosa corrm corrms corrvc corrx corrxs cos cosh counts countwts crossprd crout croutp csrcol csrlin csvReadM csvReadSA cumprodc cumsumc curve cvtos datacreate datacreatecomplex datalist dataload dataloop dataopen datasave date datestr datestring datestrymd dayinyr dayofweek dbAddDatabase dbClose dbCommit dbCreateQuery dbExecQuery dbGetConnectOptions dbGetDatabaseName dbGetDriverName dbGetDrivers dbGetHostName dbGetLastErrorNum dbGetLastErrorText dbGetNumericalPrecPolicy dbGetPassword dbGetPort dbGetTableHeaders dbGetTables dbGetUserName dbHasFeature dbIsDriverAvailable dbIsOpen dbIsOpenError dbOpen dbQueryBindValue dbQueryClear dbQueryCols dbQueryExecPrepared dbQueryFetchAllM dbQueryFetchAllSA dbQueryFetchOneM dbQueryFetchOneSA dbQueryFinish dbQueryGetBoundValue dbQueryGetBoundValues dbQueryGetField dbQueryGetLastErrorNum dbQueryGetLastErrorText dbQueryGetLastInsertID dbQueryGetLastQuery dbQueryGetPosition dbQueryIsActive dbQueryIsForwardOnly dbQueryIsNull dbQueryIsSelect dbQueryIsValid dbQueryPrepare dbQueryRows dbQuerySeek dbQuerySeekFirst dbQuerySeekLast dbQuerySeekNext dbQuerySeekPrevious dbQuerySetForwardOnly dbRemoveDatabase dbRollback dbSetConnectOptions dbSetDatabaseName dbSetHostName dbSetNumericalPrecPolicy dbSetPort dbSetUserName dbTransaction DeleteFile delif delrows denseToSp denseToSpRE denToZero design det detl dfft dffti diag diagrv digamma doswin DOSWinCloseall DOSWinOpen dotfeq dotfeqmt dotfge dotfgemt dotfgt dotfgtmt dotfle dotflemt dotflt dotfltmt dotfne dotfnemt draw drop dsCreate dstat dstatmt dstatmtControlCreate dtdate dtday dttime dttodtv dttostr dttoutc dtvnormal dtvtodt dtvtoutc dummy dummybr dummydn eig eigh eighv eigv elapsedTradingDays endwind envget eof eqSolve eqSolvemt eqSolvemtControlCreate eqSolvemtOutCreate eqSolveset erf erfc erfccplx erfcplx error etdays ethsec etstr EuropeanBinomCall EuropeanBinomCall_Greeks EuropeanBinomCall_ImpVol EuropeanBinomPut EuropeanBinomPut_Greeks EuropeanBinomPut_ImpVol EuropeanBSCall EuropeanBSCall_Greeks EuropeanBSCall_ImpVol EuropeanBSPut EuropeanBSPut_Greeks EuropeanBSPut_ImpVol exctsmpl exec execbg exp extern eye fcheckerr fclearerr feq feqmt fflush fft ffti fftm fftmi fftn fge fgemt fgets fgetsa fgetsat fgetst fgt fgtmt fileinfo filesa fle flemt floor flt fltmt fmod fne fnemt fonts fopen formatcv formatnv fputs fputst fseek fstrerror ftell ftocv ftos ftostrC gamma gammacplx gammaii gausset gdaAppend gdaCreate gdaDStat gdaDStatMat gdaGetIndex gdaGetName gdaGetNames gdaGetOrders gdaGetType gdaGetTypes gdaGetVarInfo gdaIsCplx gdaLoad gdaPack gdaRead gdaReadByIndex gdaReadSome gdaReadSparse gdaReadStruct gdaReportVarInfo gdaSave gdaUpdate gdaUpdateAndPack gdaVars gdaWrite gdaWrite32 gdaWriteSome getarray getdims getf getGAUSShome getmatrix getmatrix4D getname getnamef getNextTradingDay getNextWeekDay getnr getorders getpath getPreviousTradingDay getPreviousWeekDay getRow getscalar3D getscalar4D getTrRow getwind glm gradcplx gradMT gradMTm gradMTT gradMTTm gradp graphprt graphset hasimag header headermt hess hessMT hessMTg hessMTgw hessMTm hessMTmw hessMTT hessMTTg hessMTTgw hessMTTm hessMTw hessp hist histf histp hsec imag indcv indexcat indices indices2 indicesf indicesfn indnv indsav indx integrate1d integrateControlCreate intgrat2 intgrat3 inthp1 inthp2 inthp3 inthp4 inthpControlCreate intquad1 intquad2 intquad3 intrleav intrleavsa intrsect intsimp inv invpd invswp iscplx iscplxf isden isinfnanmiss ismiss key keyav keyw lag lag1 lagn lapEighb lapEighi lapEighvb lapEighvi lapgEig lapgEigh lapgEighv lapgEigv lapgSchur lapgSvdcst lapgSvds lapgSvdst lapSvdcusv lapSvds lapSvdusv ldlp ldlsol linSolve listwise ln lncdfbvn lncdfbvn2 lncdfmvn lncdfn lncdfn2 lncdfnc lnfact lngammacplx lnpdfmvn lnpdfmvt lnpdfn lnpdft loadd loadstruct loadwind loess loessmt loessmtControlCreate log loglog logx logy lower lowmat lowmat1 ltrisol lu lusol machEpsilon make makevars makewind margin matalloc matinit mattoarray maxbytes maxc maxindc maxv maxvec mbesselei mbesselei0 mbesselei1 mbesseli mbesseli0 mbesseli1 meanc median mergeby mergevar minc minindc minv miss missex missrv moment momentd movingave movingaveExpwgt movingaveWgt nextindex nextn nextnevn nextwind ntos null null1 numCombinations ols olsmt olsmtControlCreate olsqr olsqr2 olsqrmt ones optn optnevn orth outtyp pacf packedToSp packr parse pause pdfCauchy pdfChi pdfExp pdfGenPareto pdfHyperGeo pdfLaplace pdfLogistic pdfn pdfPoisson pdfRayleigh pdfWeibull pi pinv pinvmt plotAddArrow plotAddBar plotAddBox plotAddHist plotAddHistF plotAddHistP plotAddPolar plotAddScatter plotAddShape plotAddTextbox plotAddTS plotAddXY plotArea plotBar plotBox plotClearLayout plotContour plotCustomLayout plotGetDefaults plotHist plotHistF plotHistP plotLayout plotLogLog plotLogX plotLogY plotOpenWindow plotPolar plotSave plotScatter plotSetAxesPen plotSetBar plotSetBarFill plotSetBarStacked plotSetBkdColor plotSetFill plotSetGrid plotSetLegend plotSetLineColor plotSetLineStyle plotSetLineSymbol plotSetLineThickness plotSetNewWindow plotSetTitle plotSetWhichYAxis plotSetXAxisShow plotSetXLabel plotSetXRange plotSetXTicInterval plotSetXTicLabel plotSetYAxisShow plotSetYLabel plotSetYRange plotSetZAxisShow plotSetZLabel plotSurface plotTS plotXY polar polychar polyeval polygamma polyint polymake polymat polymroot polymult polyroot pqgwin previousindex princomp printfm printfmt prodc psi putarray putf putvals pvCreate pvGetIndex pvGetParNames pvGetParVector pvLength pvList pvPack pvPacki pvPackm pvPackmi pvPacks pvPacksi pvPacksm pvPacksmi pvPutParVector pvTest pvUnpack QNewton QNewtonmt QNewtonmtControlCreate QNewtonmtOutCreate QNewtonSet QProg QProgmt QProgmtInCreate qqr qqre qqrep qr qre qrep qrsol qrtsol qtyr qtyre qtyrep quantile quantiled qyr qyre qyrep qz rank rankindx readr real reclassify reclassifyCuts recode recserar recsercp recserrc rerun rescale reshape rets rev rfft rffti rfftip rfftn rfftnp rfftp rndBernoulli rndBeta rndBinomial rndCauchy rndChiSquare rndCon rndCreateState rndExp rndGamma rndGeo rndGumbel rndHyperGeo rndi rndKMbeta rndKMgam rndKMi rndKMn rndKMnb rndKMp rndKMu rndKMvm rndLaplace rndLCbeta rndLCgam rndLCi rndLCn rndLCnb rndLCp rndLCu rndLCvm rndLogNorm rndMTu rndMVn rndMVt rndn rndnb rndNegBinomial rndp rndPoisson rndRayleigh rndStateSkip rndu rndvm rndWeibull rndWishart rotater round rows rowsf rref sampleData satostrC saved saveStruct savewind scale scale3d scalerr scalinfnanmiss scalmiss schtoc schur searchsourcepath seekr select selif seqa seqm setdif setdifsa setvars setvwrmode setwind shell shiftr sin singleindex sinh sleep solpd sortc sortcc sortd sorthc sorthcc sortind sortindc sortmc sortr sortrc spBiconjGradSol spChol spConjGradSol spCreate spDenseSubmat spDiagRvMat spEigv spEye spLDL spline spLU spNumNZE spOnes spreadSheetReadM spreadSheetReadSA spreadSheetWrite spScale spSubmat spToDense spTrTDense spTScalar spZeros sqpSolve sqpSolveMT sqpSolveMTControlCreate sqpSolveMTlagrangeCreate sqpSolveMToutCreate sqpSolveSet sqrt statements stdc stdsc stocv stof strcombine strindx strlen strput strrindx strsect strsplit strsplitPad strtodt strtof strtofcplx strtriml strtrimr strtrunc strtruncl strtruncpad strtruncr submat subscat substute subvec sumc sumr surface svd svd1 svd2 svdcusv svds svdusv sysstate tab tan tanh tempname threadBegin threadEnd threadEndFor threadFor threadJoin threadStat time timedt timestr timeutc title tkf2eps tkf2ps tocart todaydt toeplitz token topolar trapchk trigamma trimr trunc type typecv typef union unionsa uniqindx uniqindxsa unique uniquesa upmat upmat1 upper utctodt utctodtv utrisol vals varCovMS varCovXS varget vargetl varmall varmares varput varputl vartypef vcm vcms vcx vcxs vec vech vecr vector vget view viewxyz vlist vnamecv volume vput vread vtypecv wait waitc walkindex where window writer xlabel xlsGetSheetCount xlsGetSheetSize xlsGetSheetTypes xlsMakeRange xlsReadM xlsReadSA xlsWrite xlsWriteM xlsWriteSA xpnd xtics xy xyz ylabel ytics zeros zeta zlabel ztics",literal:"DB_AFTER_LAST_ROW DB_ALL_TABLES DB_BATCH_OPERATIONS DB_BEFORE_FIRST_ROW DB_BLOB DB_EVENT_NOTIFICATIONS DB_FINISH_QUERY DB_HIGH_PRECISION DB_LAST_INSERT_ID DB_LOW_PRECISION_DOUBLE DB_LOW_PRECISION_INT32 DB_LOW_PRECISION_INT64 DB_LOW_PRECISION_NUMBERS DB_MULTIPLE_RESULT_SETS DB_NAMED_PLACEHOLDERS DB_POSITIONAL_PLACEHOLDERS DB_PREPARED_QUERIES DB_QUERY_SIZE DB_SIMPLE_LOCKING DB_SYSTEM_TABLES DB_TABLES DB_TRANSACTIONS DB_UNICODE DB_VIEWS"},a={className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"define definecs|10 undef ifdef ifndef iflight ifdllcall ifmac ifos2win ifunix else endif lineson linesoff srcfile srcline"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{"meta-keyword":"include"},contains:[{className:"meta-string",begin:'"',end:'"',illegal:"\\n"}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},r=e.UNDERSCORE_IDENT_RE+"\\s*\\(?",s=[{className:"params",begin:/\(/,end:/\)/,keywords:t,relevance:0,contains:[e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}];return{aliases:["gss"],case_insensitive:!0,keywords:t,illegal:"(\\{[%#]|[%#]\\})",contains:[e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT("@","@"),a,{className:"string",begin:'"',end:'"',contains:[e.BACKSLASH_ESCAPE]},{className:"function",beginKeywords:"proc keyword",end:";",excludeEnd:!0,keywords:t,contains:[{begin:r,returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE],relevance:0},e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a].concat(s)},{className:"function",beginKeywords:"fn",end:";",excludeEnd:!0,keywords:t,contains:[{begin:r+e.IDENT_RE+"\\)?\\s*\\=\\s*",returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE],relevance:0},e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE].concat(s)},{className:"function",begin:"\\bexternal (proc|keyword|fn)\\s+",end:";",excludeEnd:!0,keywords:t,contains:[{begin:r,returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE],relevance:0},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"function",begin:"\\bexternal (matrix|string|array|sparse matrix|struct "+e.IDENT_RE+")\\s+",end:";",excludeEnd:!0,keywords:t,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}]}}},{name:"gcode",create:function(e){var t="[A-Z_][A-Z0-9_.]*",a="\\%",r="IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT EQ LT GT NE GE LE OR XOR",s={className:"meta",begin:"([O])([0-9]+)"},n=[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT(/\(/,/\)/),e.inherit(e.C_NUMBER_MODE,{begin:"([-+]?([0-9]*\\.?[0-9]+\\.?))|"+e.C_NUMBER_RE}),e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"name",begin:"([G])([0-9]+\\.?[0-9]?)"},{className:"name",begin:"([M])([0-9]+\\.?[0-9]?)"},{className:"attr",begin:"(VC|VS|#)",end:"(\\d+)"},{className:"attr",begin:"(VZOFX|VZOFY|VZOFZ)"},{className:"built_in",begin:"(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\[)",end:"([-+]?([0-9]*\\.?[0-9]+\\.?))(\\])"},{className:"symbol",variants:[{begin:"N",end:"\\d+",illegal:"\\W"}]}];return{aliases:["nc"],case_insensitive:!0,lexemes:t,keywords:r,contains:[{className:"meta",begin:a},s].concat(n)}}},{name:"gherkin",create:function(e){return{aliases:["feature"],keywords:"Feature Background Ability Business Need Scenario Scenarios Scenario Outline Scenario Template Examples Given And Then But When",contains:[{className:"symbol",begin:"\\*",relevance:0},{className:"meta",begin:"@[^@\\s]+"},{begin:"\\|",end:"\\|\\w*$",contains:[{className:"string",begin:"[^|]+"}]},{className:"variable",begin:"<",end:">"},e.HASH_COMMENT_MODE,{className:"string",begin:'"""',end:'"""'},e.QUOTE_STRING_MODE]}}},{name:"glsl",create:function(e){return{keywords:{keyword:"break continue discard do else for if return whileattribute binding buffer ccw centroid centroid varying coherent column_major const cw depth_any depth_greater depth_less depth_unchanged early_fragment_tests equal_spacing flat fractional_even_spacing fractional_odd_spacing highp in index inout invariant invocations isolines layout line_strip lines lines_adjacency local_size_x local_size_y local_size_z location lowp max_vertices mediump noperspective offset origin_upper_left out packed patch pixel_center_integer point_mode points precise precision quads r11f_g11f_b10f r16 r16_snorm r16f r16i r16ui r32f r32i r32ui r8 r8_snorm r8i r8ui readonly restrict rg16 rg16_snorm rg16f rg16i rg16ui rg32f rg32i rg32ui rg8 rg8_snorm rg8i rg8ui rgb10_a2 rgb10_a2ui rgba16 rgba16_snorm rgba16f rgba16i rgba16ui rgba32f rgba32i rgba32ui rgba8 rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stream triangle_strip triangles triangles_adjacency uniform varying vertices volatile writeonly",type:"atomic_uint bool bvec2 bvec3 bvec4 dmat2 dmat2x2 dmat2x3 dmat2x4 dmat3 dmat3x2 dmat3x3 dmat3x4 dmat4 dmat4x2 dmat4x3 dmat4x4 double dvec2 dvec3 dvec4 float iimage1D iimage1DArray iimage2D iimage2DArray iimage2DMS iimage2DMSArray iimage2DRect iimage3D iimageBufferiimageCube iimageCubeArray image1D image1DArray image2D image2DArray image2DMS image2DMSArray image2DRect image3D imageBuffer imageCube imageCubeArray int isampler1D isampler1DArray isampler2D isampler2DArray isampler2DMS isampler2DMSArray isampler2DRect isampler3D isamplerBuffer isamplerCube isamplerCubeArray ivec2 ivec3 ivec4 mat2 mat2x2 mat2x3 mat2x4 mat3 mat3x2 mat3x3 mat3x4 mat4 mat4x2 mat4x3 mat4x4 sampler1D sampler1DArray sampler1DArrayShadow sampler1DShadow sampler2D sampler2DArray sampler2DArrayShadow sampler2DMS sampler2DMSArray sampler2DRect sampler2DRectShadow sampler2DShadow sampler3D samplerBuffer samplerCube samplerCubeArray samplerCubeArrayShadow samplerCubeShadow image1D uimage1DArray uimage2D uimage2DArray uimage2DMS uimage2DMSArray uimage2DRect uimage3D uimageBuffer uimageCube uimageCubeArray uint usampler1D usampler1DArray usampler2D usampler2DArray usampler2DMS usampler2DMSArray usampler2DRect usampler3D samplerBuffer usamplerCube usamplerCubeArray uvec2 uvec3 uvec4 vec2 vec3 vec4 void",built_in:"gl_MaxAtomicCounterBindings gl_MaxAtomicCounterBufferSize gl_MaxClipDistances gl_MaxClipPlanes gl_MaxCombinedAtomicCounterBuffers gl_MaxCombinedAtomicCounters gl_MaxCombinedImageUniforms gl_MaxCombinedImageUnitsAndFragmentOutputs gl_MaxCombinedTextureImageUnits gl_MaxComputeAtomicCounterBuffers gl_MaxComputeAtomicCounters gl_MaxComputeImageUniforms gl_MaxComputeTextureImageUnits gl_MaxComputeUniformComponents gl_MaxComputeWorkGroupCount gl_MaxComputeWorkGroupSize gl_MaxDrawBuffers gl_MaxFragmentAtomicCounterBuffers gl_MaxFragmentAtomicCounters gl_MaxFragmentImageUniforms gl_MaxFragmentInputComponents gl_MaxFragmentInputVectors gl_MaxFragmentUniformComponents gl_MaxFragmentUniformVectors gl_MaxGeometryAtomicCounterBuffers gl_MaxGeometryAtomicCounters gl_MaxGeometryImageUniforms gl_MaxGeometryInputComponents gl_MaxGeometryOutputComponents gl_MaxGeometryOutputVertices gl_MaxGeometryTextureImageUnits gl_MaxGeometryTotalOutputComponents gl_MaxGeometryUniformComponents gl_MaxGeometryVaryingComponents gl_MaxImageSamples gl_MaxImageUnits gl_MaxLights gl_MaxPatchVertices gl_MaxProgramTexelOffset gl_MaxTessControlAtomicCounterBuffers gl_MaxTessControlAtomicCounters gl_MaxTessControlImageUniforms gl_MaxTessControlInputComponents gl_MaxTessControlOutputComponents gl_MaxTessControlTextureImageUnits gl_MaxTessControlTotalOutputComponents gl_MaxTessControlUniformComponents gl_MaxTessEvaluationAtomicCounterBuffers gl_MaxTessEvaluationAtomicCounters gl_MaxTessEvaluationImageUniforms gl_MaxTessEvaluationInputComponents gl_MaxTessEvaluationOutputComponents gl_MaxTessEvaluationTextureImageUnits gl_MaxTessEvaluationUniformComponents gl_MaxTessGenLevel gl_MaxTessPatchComponents gl_MaxTextureCoords gl_MaxTextureImageUnits gl_MaxTextureUnits gl_MaxVaryingComponents gl_MaxVaryingFloats gl_MaxVaryingVectors gl_MaxVertexAtomicCounterBuffers gl_MaxVertexAtomicCounters gl_MaxVertexAttribs gl_MaxVertexImageUniforms gl_MaxVertexOutputComponents gl_MaxVertexOutputVectors gl_MaxVertexTextureImageUnits gl_MaxVertexUniformComponents gl_MaxVertexUniformVectors gl_MaxViewports gl_MinProgramTexelOffset gl_BackColor gl_BackLightModelProduct gl_BackLightProduct gl_BackMaterial gl_BackSecondaryColor gl_ClipDistance gl_ClipPlane gl_ClipVertex gl_Color gl_DepthRange gl_EyePlaneQ gl_EyePlaneR gl_EyePlaneS gl_EyePlaneT gl_Fog gl_FogCoord gl_FogFragCoord gl_FragColor gl_FragCoord gl_FragData gl_FragDepth gl_FrontColor gl_FrontFacing gl_FrontLightModelProduct gl_FrontLightProduct gl_FrontMaterial gl_FrontSecondaryColor gl_GlobalInvocationID gl_InstanceID gl_InvocationID gl_Layer gl_LightModel gl_LightSource gl_LocalInvocationID gl_LocalInvocationIndex gl_ModelViewMatrix gl_ModelViewMatrixInverse gl_ModelViewMatrixInverseTranspose gl_ModelViewMatrixTranspose gl_ModelViewProjectionMatrix gl_ModelViewProjectionMatrixInverse gl_ModelViewProjectionMatrixInverseTranspose gl_ModelViewProjectionMatrixTranspose gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 gl_MultiTexCoord3 gl_MultiTexCoord4 gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 gl_Normal gl_NormalMatrix gl_NormalScale gl_NumSamples gl_NumWorkGroups gl_ObjectPlaneQ gl_ObjectPlaneR gl_ObjectPlaneS gl_ObjectPlaneT gl_PatchVerticesIn gl_Point gl_PointCoord gl_PointSize gl_Position gl_PrimitiveID gl_PrimitiveIDIn gl_ProjectionMatrix gl_ProjectionMatrixInverse gl_ProjectionMatrixInverseTranspose gl_ProjectionMatrixTranspose gl_SampleID gl_SampleMask gl_SampleMaskIn gl_SamplePosition gl_SecondaryColor gl_TessCoord gl_TessLevelInner gl_TessLevelOuter gl_TexCoord gl_TextureEnvColor gl_TextureMatrix gl_TextureMatrixInverse gl_TextureMatrixInverseTranspose gl_TextureMatrixTranspose gl_Vertex gl_VertexID gl_ViewportIndex gl_WorkGroupID gl_WorkGroupSize gl_in gl_out EmitStreamVertex EmitVertex EndPrimitive EndStreamPrimitive abs acos acosh all any asin asinh atan atanh atomicAdd atomicAnd atomicCompSwap atomicCounter atomicCounterDecrement atomicCounterIncrement atomicExchange atomicMax atomicMin atomicOr atomicXor barrier bitCount bitfieldExtract bitfieldInsert bitfieldReverse ceil clamp cos cosh cross dFdx dFdy degrees determinant distance dot equal exp exp2 faceforward findLSB findMSB floatBitsToInt floatBitsToUint floor fma fract frexp ftransform fwidth greaterThan greaterThanEqual groupMemoryBarrier imageAtomicAdd imageAtomicAnd imageAtomicCompSwap imageAtomicExchange imageAtomicMax imageAtomicMin imageAtomicOr imageAtomicXor imageLoad imageSize imageStore imulExtended intBitsToFloat interpolateAtCentroid interpolateAtOffset interpolateAtSample inverse inversesqrt isinf isnan ldexp length lessThan lessThanEqual log log2 matrixCompMult max memoryBarrier memoryBarrierAtomicCounter memoryBarrierBuffer memoryBarrierImage memoryBarrierShared min mix mod modf noise1 noise2 noise3 noise4 normalize not notEqual outerProduct packDouble2x32 packHalf2x16 packSnorm2x16 packSnorm4x8 packUnorm2x16 packUnorm4x8 pow radians reflect refract round roundEven shadow1D shadow1DLod shadow1DProj shadow1DProjLod shadow2D shadow2DLod shadow2DProj shadow2DProjLod sign sin sinh smoothstep sqrt step tan tanh texelFetch texelFetchOffset texture texture1D texture1DLod texture1DProj texture1DProjLod texture2D texture2DLod texture2DProj texture2DProjLod texture3D texture3DLod texture3DProj texture3DProjLod textureCube textureCubeLod textureGather textureGatherOffset textureGatherOffsets textureGrad textureGradOffset textureLod textureLodOffset textureOffset textureProj textureProjGrad textureProjGradOffset textureProjLod textureProjLodOffset textureProjOffset textureQueryLevels textureQueryLod textureSize transpose trunc uaddCarry uintBitsToFloat umulExtended unpackDouble2x32 unpackHalf2x16 unpackSnorm2x16 unpackSnorm4x8 unpackUnorm2x16 unpackUnorm4x8 usubBorrow",literal:"true false"},illegal:'"',contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"}]}}},{name:"go",create:function(e){var t={keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",literal:"true false iota nil",built_in:"append cap close complex copy imag len make new panic print println real recover delete"};return{aliases:["golang"],keywords:t,illegal:"",end:",\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:":\\w+"},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]},{begin:"\\(\\s*",end:"\\s*\\)",excludeEnd:!0,contains:[{begin:"\\w+\\s*=",end:"\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:"\\w+",relevance:0},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]}]},{begin:"^\\s*[=~]\\s*"},{begin:"#{",starts:{end:"}",subLanguage:"ruby"}}]}}},{name:"handlebars",create:function(e){var t={"builtin-name":"each in with if else unless bindattr action collection debugger log outlet template unbound view yield"};return{aliases:["hbs","html.hbs","html.handlebars"],case_insensitive:!0,subLanguage:"xml",contains:[e.COMMENT("{{!(--)?","(--)?}}"),{className:"template-tag",begin:/\{\{[#\/]/,end:/\}\}/,contains:[{className:"name",begin:/[a-zA-Z\.-]+/,keywords:t,starts:{endsWithParent:!0,relevance:0,contains:[e.QUOTE_STRING_MODE]}}]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,keywords:t}]}}},{name:"haskell",create:function(e){var t={variants:[e.COMMENT("--","$"),e.COMMENT("{-","-}",{contains:["self"]})]},a={className:"meta",begin:"{-#",end:"#-}"},r={className:"meta",begin:"^#",end:"$"},s={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},n={begin:"\\(",end:"\\)",illegal:'"',contains:[a,r,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},e.inherit(e.TITLE_MODE,{begin:"[_a-z][\\w']*"}),t]},i={begin:"{",end:"}",contains:n.contains};return{aliases:["hs"],keywords:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",contains:[{beginKeywords:"module",end:"where",keywords:"module where",contains:[n,t],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[n,t],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[s,n,t]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[a,s,n,i,t]},{beginKeywords:"default",end:"$",contains:[s,n,t]},{beginKeywords:"infix infixl infixr",end:"$",contains:[e.C_NUMBER_MODE,t]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[s,e.QUOTE_STRING_MODE,t]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},a,r,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,s,e.inherit(e.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),t,{begin:"->|<-"}]}}},{name:"haxe",create:function(e){var t="([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)";return{aliases:["hx"],keywords:{keyword:"break callback case cast catch class continue default do dynamic else enum extends extern for function here if implements import in inline interface never new override package private public return static super switch this throw trace try typedef untyped using var while",literal:"true false null"},contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.TITLE_MODE]},{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elseif end error"}},{className:"function",beginKeywords:"function",end:"[{;]",excludeEnd:!0,illegal:"\\S",contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE] +},{begin:":\\s*"+t}]}]}}},{name:"hsp",create:function(e){return{case_insensitive:!0,lexemes:/[\w\._]+/,keywords:"goto gosub return break repeat loop continue wait await dim sdim foreach dimtype dup dupptr end stop newmod delmod mref run exgoto on mcall assert logmes newlab resume yield onexit onerror onkey onclick oncmd exist delete mkdir chdir dirlist bload bsave bcopy memfile if else poke wpoke lpoke getstr chdpm memexpand memcpy memset notesel noteadd notedel noteload notesave randomize noteunsel noteget split strrep setease button chgdisp exec dialog mmload mmplay mmstop mci pset pget syscolor mes print title pos circle cls font sysfont objsize picload color palcolor palette redraw width gsel gcopy gzoom gmode bmpsave hsvcolor getkey listbox chkbox combox input mesbox buffer screen bgscr mouse objsel groll line clrobj boxf objprm objmode stick grect grotate gsquare gradf objimage objskip objenable celload celdiv celput newcom querycom delcom cnvstow comres axobj winobj sendmsg comevent comevarg sarrayconv callfunc cnvwtos comevdisp libptr system hspstat hspver stat cnt err strsize looplev sublev iparam wparam lparam refstr refdval int rnd strlen length length2 length3 length4 vartype gettime peek wpeek lpeek varptr varuse noteinfo instr abs limit getease str strmid strf getpath strtrim sin cos tan atan sqrt double absf expf logf limitf powf geteasef mousex mousey mousew hwnd hinstance hdc ginfo objinfo dirinfo sysinfo thismod __hspver__ __hsp30__ __date__ __time__ __line__ __file__ _debug __hspdef__ and or xor not screen_normal screen_palette screen_hide screen_fixedsize screen_tool screen_frame gmode_gdi gmode_mem gmode_rgb0 gmode_alpha gmode_rgb0alpha gmode_add gmode_sub gmode_pixela ginfo_mx ginfo_my ginfo_act ginfo_sel ginfo_wx1 ginfo_wy1 ginfo_wx2 ginfo_wy2 ginfo_vx ginfo_vy ginfo_sizex ginfo_sizey ginfo_winx ginfo_winy ginfo_mesx ginfo_mesy ginfo_r ginfo_g ginfo_b ginfo_paluse ginfo_dispx ginfo_dispy ginfo_cx ginfo_cy ginfo_intid ginfo_newid ginfo_sx ginfo_sy objinfo_mode objinfo_bmscr objinfo_hwnd notemax notesize dir_cur dir_exe dir_win dir_sys dir_cmdline dir_desktop dir_mydoc dir_tv font_normal font_bold font_italic font_underline font_strikeout font_antialias objmode_normal objmode_guifont objmode_usefont gsquare_grad msgothic msmincho do until while wend for next _break _continue switch case default swbreak swend ddim ldim alloc m_pi rad2deg deg2rad ease_linear ease_quad_in ease_quad_out ease_quad_inout ease_cubic_in ease_cubic_out ease_cubic_inout ease_quartic_in ease_quartic_out ease_quartic_inout ease_bounce_in ease_bounce_out ease_bounce_inout ease_shake_in ease_shake_out ease_shake_inout ease_loop",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"string",begin:'{"',end:'"}',contains:[e.BACKSLASH_ESCAPE]},e.COMMENT(";","$",{relevance:0}),{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"addion cfunc cmd cmpopt comfunc const defcfunc deffunc define else endif enum epack func global if ifdef ifndef include modcfunc modfunc modinit modterm module pack packopt regcmd runtime undef usecom uselib"},contains:[e.inherit(e.QUOTE_STRING_MODE,{className:"meta-string"}),e.NUMBER_MODE,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"symbol",begin:"^\\*(\\w+|@)"},e.NUMBER_MODE,e.C_NUMBER_MODE]}}},{name:"htmlbars",create:function(e){var t="action collection component concat debugger each each-in else get hash if input link-to loc log mut outlet partial query-params render textarea unbound unless with yield view",a={illegal:/\}\}/,begin:/[a-zA-Z0-9_]+=/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/[a-zA-Z0-9_]+/}]},r=({illegal:/\}\}/,begin:/\)/,end:/\)/,contains:[{begin:/[a-zA-Z\.\-]+/,keywords:{built_in:t},starts:{endsWithParent:!0,relevance:0,contains:[e.QUOTE_STRING_MODE]}}]},{endsWithParent:!0,relevance:0,keywords:{keyword:"as",built_in:t},contains:[e.QUOTE_STRING_MODE,a,e.NUMBER_MODE]});return{case_insensitive:!0,subLanguage:"xml",contains:[e.COMMENT("{{!(--)?","(--)?}}"),{className:"template-tag",begin:/\{\{[#\/]/,end:/\}\}/,contains:[{className:"name",begin:/[a-zA-Z\.\-]+/,keywords:{"builtin-name":t},starts:r}]},{className:"template-variable",begin:/\{\{[a-zA-Z][a-zA-Z\-]+/,end:/\}\}/,keywords:{keyword:"as",built_in:t},contains:[e.QUOTE_STRING_MODE]}]}}},{name:"http",create:function(e){var t="HTTP/[0-9\\.]+";return{aliases:["https"],illegal:"\\S",contains:[{begin:"^"+t,end:"$",contains:[{className:"number",begin:"\\b\\d{3}\\b"}]},{begin:"^[A-Z]+ (.*?) "+t+"$",returnBegin:!0,end:"$",contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{begin:t},{className:"keyword",begin:"[A-Z]+"}]},{className:"attribute",begin:"^\\w",end:": ",excludeEnd:!0,illegal:"\\n|\\s|=",starts:{end:"$",relevance:0}},{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}]}}},{name:"inform7",create:function(e){var t="\\[",a="\\]";return{aliases:["i7"],case_insensitive:!0,keywords:{keyword:"thing room person man woman animal container supporter backdrop door scenery open closed locked inside gender is are say understand kind of rule"},contains:[{className:"string",begin:'"',end:'"',relevance:0,contains:[{className:"subst",begin:t,end:a}]},{className:"section",begin:/^(Volume|Book|Part|Chapter|Section|Table)\b/,end:"$"},{begin:/^(Check|Carry out|Report|Instead of|To|Rule|When|Before|After)\b/,end:":",contains:[{begin:"\\(This",end:"\\)"}]},{className:"comment",begin:t,end:a,contains:["self"]}]}}},{name:"ini",create:function(e){var t={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]};return{aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[e.COMMENT(";","$"),e.HASH_COMMENT_MODE,{className:"section",begin:/^\s*\[+/,end:/\]+/},{begin:/^[a-z0-9\[\]_-]+\s*=\s*/,end:"$",returnBegin:!0,contains:[{className:"attr",begin:/[a-z0-9\[\]_-]+/},{begin:/=/,endsWithParent:!0,relevance:0,contains:[{className:"literal",begin:/\bon|off|true|false|yes|no\b/},{className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)}/}]},t,{className:"number",begin:/([\+\-]+)?[\d]+_[\d_]+/},e.NUMBER_MODE]}]}]}}},{name:"irpf90",create:function(e){var t={className:"params",begin:"\\(",end:"\\)"},a={literal:".False. .True.",keyword:"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data begin_provider &begin_provider end_provider begin_shell end_shell begin_template end_template subst assert touch soft_touch provide no_dep free irp_if irp_else irp_endif irp_write irp_read",built_in:"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_ofacosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image IRP_ALIGN irp_here"};return{case_insensitive:!0,keywords:a,illegal:/\/\*/,contains:[e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{className:"string",relevance:0}),{className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[e.UNDERSCORE_TITLE_MODE,t]},e.COMMENT("!","$",{relevance:0}),e.COMMENT("begin_doc","end_doc",{relevance:10}),{className:"number",begin:"(?=\\b|\\+|\\-|\\.)(?=\\.\\d|\\d)(?:\\d+)?(?:\\.?\\d*)(?:[de][+-]?\\d+)?\\b\\.?",relevance:0}]}}},{name:"java",create:function(e){var t=e.UNDERSCORE_IDENT_RE+"(<"+e.UNDERSCORE_IDENT_RE+"(\\s*,\\s*"+e.UNDERSCORE_IDENT_RE+")*>)?",a="false synchronized int abstract float private char boolean static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports",r="\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",s={className:"number",begin:r,relevance:0};return{aliases:["jsp"],keywords:a,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"new throw return else",relevance:0},{className:"function",begin:"("+t+"\\s+)+"+e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:a,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,keywords:a,relevance:0,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},s,{className:"meta",begin:"@[A-Za-z]+"}]}}},{name:"javascript",create:function(e){return{aliases:["js","jsx"],keywords:{keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},contains:[{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},{className:"meta",begin:/^#!/,end:/$/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{begin://,subLanguage:"xml",contains:[{begin:/<\w+\s*\/>/,skip:!0},{begin:/<\w+/,end:/(\/\w+|\w+\/)>/,skip:!0,contains:["self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}],illegal:/\[|%/},{begin:/\$[(.]/},e.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0}],illegal:/#(?!!)/}}},{name:"json",create:function(e){var t={literal:"true false null"},a=[e.QUOTE_STRING_MODE,e.C_NUMBER_MODE],r={end:",",endsWithParent:!0,excludeEnd:!0,contains:a,keywords:t},s={begin:"{",end:"}",contains:[{className:"attr",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE],illegal:"\\n"},e.inherit(r,{begin:/:/})],illegal:"\\S"},n={begin:"\\[",end:"\\]",contains:[e.inherit(r)],illegal:"\\S"};return a.splice(a.length,0,s,n),{contains:a,keywords:t,illegal:"\\S"}}},{name:"julia",create:function(e){var t={keyword:"in abstract baremodule begin bitstype break catch ccall const continue do else elseif end export finally for function global if immutable import importall let local macro module quote return try type typealias using while",literal:"true false ARGS CPU_CORES C_NULL DL_LOAD_PATH DevNull ENDIAN_BOM ENV I|0 Inf Inf16 Inf32 InsertionSort JULIA_HOME LOAD_PATH MS_ASYNC MS_INVALIDATE MS_SYNC MergeSort NaN NaN16 NaN32 OS_NAME QuickSort RTLD_DEEPBIND RTLD_FIRST RTLD_GLOBAL RTLD_LAZY RTLD_LOCAL RTLD_NODELETE RTLD_NOLOAD RTLD_NOW RoundDown RoundFromZero RoundNearest RoundToZero RoundUp STDERR STDIN STDOUT VERSION WORD_SIZE catalan cglobal e|0 eu|0 eulergamma golden im nothing pi γ π φ Inf64 NaN64 RoundNearestTiesAway RoundNearestTiesUp ",built_in:"ANY ASCIIString AbstractArray AbstractRNG AbstractSparseArray Any ArgumentError Array Associative Base64Pipe Bidiagonal BigFloat BigInt BitArray BitMatrix BitVector Bool BoundsError Box CFILE Cchar Cdouble Cfloat Char CharString Cint Clong Clonglong ClusterManager Cmd Coff_t Colon Complex Complex128 Complex32 Complex64 Condition Cptrdiff_t Cshort Csize_t Cssize_t Cuchar Cuint Culong Culonglong Cushort Cwchar_t DArray DataType DenseArray Diagonal Dict DimensionMismatch DirectIndexString Display DivideError DomainError EOFError EachLine Enumerate ErrorException Exception Expr Factorization FileMonitor FileOffset Filter Float16 Float32 Float64 FloatRange FloatingPoint Function GetfieldNode GotoNode Hermitian IO IOBuffer IOStream IPv4 IPv6 InexactError Int Int128 Int16 Int32 Int64 Int8 IntSet Integer InterruptException IntrinsicFunction KeyError LabelNode LambdaStaticData LineNumberNode LoadError LocalProcess MIME MathConst MemoryError MersenneTwister Method MethodError MethodTable Module NTuple NewvarNode Nothing Number ObjectIdDict OrdinalRange OverflowError ParseError PollingFileWatcher ProcessExitedException ProcessGroup Ptr QuoteNode Range Range1 Ranges Rational RawFD Real Regex RegexMatch RemoteRef RepString RevString RopeString RoundingMode Set SharedArray Signed SparseMatrixCSC StackOverflowError Stat StatStruct StepRange String SubArray SubString SymTridiagonal Symbol SymbolNode Symmetric SystemError Task TextDisplay Timer TmStruct TopNode Triangular Tridiagonal Type TypeConstructor TypeError TypeName TypeVar UTF16String UTF32String UTF8String UdpSocket Uint Uint128 Uint16 Uint32 Uint64 Uint8 UndefRefError UndefVarError UniformScaling UnionType UnitRange Unsigned Vararg VersionNumber WString WeakKeyDict WeakRef Woodbury Zip AbstractChannel AbstractFloat AbstractString AssertionError Base64DecodePipe Base64EncodePipe BufferStream CapturedException CartesianIndex CartesianRange Channel Cintmax_t CompositeException Cstring Cuintmax_t Cwstring Date DateTime Dims Enum GenSym GlobalRef HTML InitError InvalidStateException Irrational LinSpace LowerTriangular NullException Nullable OutOfMemoryError Pair PartialQuickSort Pipe RandomDevice ReadOnlyMemoryError ReentrantLock Ref RemoteException SegmentationFault SerializationState SimpleVector TCPSocket Text Tuple UDPSocket UInt UInt128 UInt16 UInt32 UInt64 UInt8 UnicodeError Union UpperTriangular Val Void WorkerConfig AbstractMatrix AbstractSparseMatrix AbstractSparseVector AbstractVecOrMat AbstractVector DenseMatrix DenseVecOrMat DenseVector Matrix SharedMatrix SharedVector StridedArray StridedMatrix StridedVecOrMat StridedVector VecOrMat Vector "},a="[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*",r={lexemes:a,keywords:t,illegal:/<\//},s={className:"type",begin:/::/},n={className:"type",begin:/<:/},i={className:"number",begin:/(\b0x[\d_]*(\.[\d_]*)?|0x\.\d[\d_]*)p[-+]?\d+|\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\b\d[\d_]*(\.[\d_]*)?|\.\d[\d_]*)([eEfF][-+]?\d+)?/,relevance:0},l={className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},o={className:"subst",begin:/\$\(/,end:/\)/,keywords:t},c={className:"variable",begin:"\\$"+a},d={className:"string",contains:[e.BACKSLASH_ESCAPE,o,c],variants:[{begin:/\w*"""/,end:/"""\w*/,relevance:10},{begin:/\w*"/,end:/"\w*/}]},m={className:"string",contains:[e.BACKSLASH_ESCAPE,o,c],begin:"`",end:"`"},u={className:"meta",begin:"@"+a},h={className:"comment",variants:[{begin:"#=",end:"=#",relevance:10},{begin:"#",end:"$"}]};return r.contains=[i,l,s,n,d,m,u,h,e.HASH_COMMENT_MODE],o.contains=r.contains,r}},{name:"kotlin",create:function(e){var t={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline interface annotation data sealed internal infix operator out by constructor super trait volatile transient native default",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},a={className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},r={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@"},s={className:"subst",variants:[{begin:"\\$"+e.UNDERSCORE_IDENT_RE},{begin:"\\${",end:"}",contains:[e.APOS_STRING_MODE,e.C_NUMBER_MODE]}]},n={className:"string",variants:[{begin:'"""',end:'"""',contains:[s]},{begin:"'",end:"'",illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,s]}]},i={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?"},l={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[e.inherit(n,{className:"meta-string"})]}]};return{keywords:t,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,r,i,l,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:t,illegal:/fun\s+(<.*>)?[^\s\(]+(\s+[^\s\(]+)\s*=/,relevance:5,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin://,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:t,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],relevance:0},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,i,l,n,e.C_NUMBER_MODE]},e.C_BLOCK_COMMENT_MODE]},{className:"class",beginKeywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},e.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,]|$/,excludeBegin:!0,returnEnd:!0},i,l]},n,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:"\n"},e.C_NUMBER_MODE]}}},{name:"lasso",create:function(e){var t="[a-zA-Z_][\\w.]*",a="<\\?(lasso(script)?|=)",r="\\]|\\?>",s={literal:"true false none minimal full all void and or not bw nbw ew new cn ncn lt lte gt gte eq neq rx nrx ft",built_in:"array date decimal duration integer map pair string tag xml null boolean bytes keyword list locale queue set stack staticarray local var variable global data self inherited currentcapture givenblock",keyword:"cache database_names database_schemanames database_tablenames define_tag define_type email_batch encode_set html_comment handle handle_error header if inline iterate ljax_target link link_currentaction link_currentgroup link_currentrecord link_detail link_firstgroup link_firstrecord link_lastgroup link_lastrecord link_nextgroup link_nextrecord link_prevgroup link_prevrecord log loop namespace_using output_none portal private protect records referer referrer repeating resultset rows search_args search_arguments select sort_args sort_arguments thread_atomic value_list while abort case else fail_if fail_ifnot fail if_empty if_false if_null if_true loop_abort loop_continue loop_count params params_up return return_value run_children soap_definetag soap_lastrequest soap_lastresponse tag_name ascending average by define descending do equals frozen group handle_failure import in into join let match max min on order parent protected provide public require returnhome skip split_thread sum take thread to trait type where with yield yieldhome"},n=e.COMMENT("",{relevance:0}),i={className:"meta",begin:"\\[noprocess\\]",starts:{end:"\\[/noprocess\\]",returnEnd:!0,contains:[n]}},l={className:"meta",begin:"\\[/noprocess|"+a},o={className:"symbol",begin:"'"+t+"'"},c=[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.inherit(e.C_NUMBER_MODE,{begin:e.C_NUMBER_RE+"|(-?infinity|NaN)\\b"}),e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"`",end:"`"},{variants:[{begin:"[#$]"+t},{begin:"#",end:"\\d+",illegal:"\\W"}]},{className:"type",begin:"::\\s*",end:t,illegal:"\\W"},{className:"params",variants:[{begin:"-(?!infinity)"+t,relevance:0},{begin:"(\\.\\.\\.)"}]},{begin:/(->|\.)\s*/,relevance:0,contains:[o]},{className:"class",beginKeywords:"define",returnEnd:!0,end:"\\(|=>",contains:[e.inherit(e.TITLE_MODE,{begin:t+"(=(?!>))?|[-+*/%](?!>)"})]}];return{aliases:["ls","lassoscript"],case_insensitive:!0,lexemes:t+"|&[lg]t;",keywords:s,contains:[{className:"meta",begin:r,relevance:0,starts:{end:"\\[|"+a,returnEnd:!0,relevance:0,contains:[n]}},i,l,{className:"meta",begin:"\\[no_square_brackets",starts:{end:"\\[/no_square_brackets\\]",lexemes:t+"|&[lg]t;",keywords:s,contains:[{className:"meta",begin:r,relevance:0,starts:{end:"\\[noprocess\\]|"+a,returnEnd:!0,contains:[n]}},i,l].concat(c)}},{className:"meta",begin:"\\[",relevance:0},{className:"meta",begin:"^#!",end:"lasso9$",relevance:10}].concat(c)}}},{name:"ldif",create:function(e){return{contains:[{className:"attribute",begin:"^dn",end:": ",excludeEnd:!0,starts:{end:"$",relevance:0},relevance:10},{className:"attribute",begin:"^\\w",end:": ",excludeEnd:!0,starts:{end:"$",relevance:0}},{className:"literal",begin:"^-",end:"$"},e.HASH_COMMENT_MODE]}}},{name:"less",create:function(e){var t="[\\w-]+",a="("+t+"|@{"+t+"})",r=[],s=[],n=function(e){return{className:"string",begin:"~?"+e+".*?"+e}},i=function(e,t,a){return{className:e,begin:t,relevance:a}},l={begin:"\\(",end:"\\)",contains:s,relevance:0};s.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n("'"),n('"'),e.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},i("number","#[0-9A-Fa-f]+\\b"),l,i("variable","@@?"+t,10),i("variable","@{"+t+"}"),i("built_in","~?`[^`]*?`"),{className:"attribute",begin:t+"\\s*:",end:":",returnBegin:!0,excludeEnd:!0},{className:"meta",begin:"!important"});var o=s.concat({begin:"{",end:"}",contains:r}),c={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(s)},d={begin:a+"\\s*:",returnBegin:!0,end:"[;}]",relevance:0,contains:[{className:"attribute",begin:a,end:":",excludeEnd:!0,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:s}}]},m={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",returnEnd:!0,contains:s,relevance:0}},u={className:"variable",variants:[{begin:"@"+t+"\\s*:",relevance:15},{begin:"@"+t}],starts:{end:"[;}]",returnEnd:!0,contains:o}},h={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:a+"[^;]*{",end:"{"}],returnBegin:!0,returnEnd:!0,illegal:"[<='$\"]",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,c,i("keyword","all\\b"),i("variable","@{"+t+"}"),i("selector-tag",a+"%?",0),i("selector-id","#"+a),i("selector-class","\\."+a,0),i("selector-tag","&",0),{className:"selector-attr",begin:"\\[",end:"\\]"},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"\\(",end:"\\)",contains:o},{begin:"!important"}]};return r.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,m,u,d,h),{case_insensitive:!0,illegal:"[=>'/<($\"]",contains:r}}},{name:"abnf",create:function(e){var t={ruleDeclaration:"^[a-zA-Z][a-zA-Z0-9-]*",unexpectedChars:"[!@#$^&',?+~`|:]"},a=["ALPHA","BIT","CHAR","CR","CRLF","CTL","DIGIT","DQUOTE","HEXDIG","HTAB","LF","LWSP","OCTET","SP","VCHAR","WSP"],r=e.COMMENT(";","$"),s={className:"symbol",begin:/%b[0-1]+(-[0-1]+|(\.[0-1]+)+){0,1}/},n={className:"symbol",begin:/%d[0-9]+(-[0-9]+|(\.[0-9]+)+){0,1}/},i={className:"symbol",begin:/%x[0-9A-F]+(-[0-9A-F]+|(\.[0-9A-F]+)+){0,1}/},l={className:"symbol",begin:/%[si]/},o={begin:t.ruleDeclaration+"\\s*=",returnBegin:!0,end:/=/,relevance:0,contains:[{className:"attribute",begin:t.ruleDeclaration}]};return{illegal:t.unexpectedChars,keywords:a.join(" "),contains:[o,r,s,n,i,l,e.QUOTE_STRING_MODE,e.NUMBER_MODE]}}},{name:"livecodeserver",create:function(e){var t={begin:"\\b[gtps][A-Z]+[A-Za-z0-9_\\-]*\\b|\\$_[A-Z]+",relevance:0},a=[e.C_BLOCK_COMMENT_MODE,e.HASH_COMMENT_MODE,e.COMMENT("--","$"),e.COMMENT("[^:]//","$")],r=e.inherit(e.TITLE_MODE,{variants:[{begin:"\\b_*rig[A-Z]+[A-Za-z0-9_\\-]*"},{begin:"\\b_[a-z0-9\\-]+"}]}),s=e.inherit(e.TITLE_MODE,{begin:"\\b([A-Za-z0-9_\\-]+)\\b"});return{case_insensitive:!1,keywords:{keyword:"$_COOKIE $_FILES $_GET $_GET_BINARY $_GET_RAW $_POST $_POST_BINARY $_POST_RAW $_SESSION $_SERVER codepoint codepoints segment segments codeunit codeunits sentence sentences trueWord trueWords paragraph after byte bytes english the until http forever descending using line real8 with seventh for stdout finally element word words fourth before black ninth sixth characters chars stderr uInt1 uInt1s uInt2 uInt2s stdin string lines relative rel any fifth items from middle mid at else of catch then third it file milliseconds seconds second secs sec int1 int1s int4 int4s internet int2 int2s normal text item last long detailed effective uInt4 uInt4s repeat end repeat URL in try into switch to words https token binfile each tenth as ticks tick system real4 by dateItems without char character ascending eighth whole dateTime numeric short first ftp integer abbreviated abbr abbrev private case while if div mod wrap and or bitAnd bitNot bitOr bitXor among not in a an within contains ends with begins the keys of keys",literal:"SIX TEN FORMFEED NINE ZERO NONE SPACE FOUR FALSE COLON CRLF PI COMMA ENDOFFILE EOF EIGHT FIVE QUOTE EMPTY ONE TRUE RETURN CR LINEFEED RIGHT BACKSLASH NULL SEVEN TAB THREE TWO six ten formfeed nine zero none space four false colon crlf pi comma endoffile eof eight five quote empty one true return cr linefeed right backslash null seven tab three two RIVERSION RISTATE FILE_READ_MODE FILE_WRITE_MODE FILE_WRITE_MODE DIR_WRITE_MODE FILE_READ_UMASK FILE_WRITE_UMASK DIR_READ_UMASK DIR_WRITE_UMASK",built_in:"put abs acos aliasReference annuity arrayDecode arrayEncode asin atan atan2 average avg avgDev base64Decode base64Encode baseConvert binaryDecode binaryEncode byteOffset byteToNum cachedURL cachedURLs charToNum cipherNames codepointOffset codepointProperty codepointToNum codeunitOffset commandNames compound compress constantNames cos date dateFormat decompress directories diskSpace DNSServers exp exp1 exp2 exp10 extents files flushEvents folders format functionNames geometricMean global globals hasMemory harmonicMean hostAddress hostAddressToName hostName hostNameToAddress isNumber ISOToMac itemOffset keys len length libURLErrorData libUrlFormData libURLftpCommand libURLLastHTTPHeaders libURLLastRHHeaders libUrlMultipartFormAddPart libUrlMultipartFormData libURLVersion lineOffset ln ln1 localNames log log2 log10 longFilePath lower macToISO matchChunk matchText matrixMultiply max md5Digest median merge millisec millisecs millisecond milliseconds min monthNames nativeCharToNum normalizeText num number numToByte numToChar numToCodepoint numToNativeChar offset open openfiles openProcesses openProcessIDs openSockets paragraphOffset paramCount param params peerAddress pendingMessages platform popStdDev populationStandardDeviation populationVariance popVariance processID random randomBytes replaceText result revCreateXMLTree revCreateXMLTreeFromFile revCurrentRecord revCurrentRecordIsFirst revCurrentRecordIsLast revDatabaseColumnCount revDatabaseColumnIsNull revDatabaseColumnLengths revDatabaseColumnNames revDatabaseColumnNamed revDatabaseColumnNumbered revDatabaseColumnTypes revDatabaseConnectResult revDatabaseCursors revDatabaseID revDatabaseTableNames revDatabaseType revDataFromQuery revdb_closeCursor revdb_columnbynumber revdb_columncount revdb_columnisnull revdb_columnlengths revdb_columnnames revdb_columntypes revdb_commit revdb_connect revdb_connections revdb_connectionerr revdb_currentrecord revdb_cursorconnection revdb_cursorerr revdb_cursors revdb_dbtype revdb_disconnect revdb_execute revdb_iseof revdb_isbof revdb_movefirst revdb_movelast revdb_movenext revdb_moveprev revdb_query revdb_querylist revdb_recordcount revdb_rollback revdb_tablenames revGetDatabaseDriverPath revNumberOfRecords revOpenDatabase revOpenDatabases revQueryDatabase revQueryDatabaseBlob revQueryResult revQueryIsAtStart revQueryIsAtEnd revUnixFromMacPath revXMLAttribute revXMLAttributes revXMLAttributeValues revXMLChildContents revXMLChildNames revXMLCreateTreeFromFileWithNamespaces revXMLCreateTreeWithNamespaces revXMLDataFromXPathQuery revXMLEvaluateXPath revXMLFirstChild revXMLMatchingNode revXMLNextSibling revXMLNodeContents revXMLNumberOfChildren revXMLParent revXMLPreviousSibling revXMLRootNode revXMLRPC_CreateRequest revXMLRPC_Documents revXMLRPC_Error revXMLRPC_GetHost revXMLRPC_GetMethod revXMLRPC_GetParam revXMLText revXMLRPC_Execute revXMLRPC_GetParamCount revXMLRPC_GetParamNode revXMLRPC_GetParamType revXMLRPC_GetPath revXMLRPC_GetPort revXMLRPC_GetProtocol revXMLRPC_GetRequest revXMLRPC_GetResponse revXMLRPC_GetSocket revXMLTree revXMLTrees revXMLValidateDTD revZipDescribeItem revZipEnumerateItems revZipOpenArchives round sampVariance sec secs seconds sentenceOffset sha1Digest shell shortFilePath sin specialFolderPath sqrt standardDeviation statRound stdDev sum sysError systemVersion tan tempName textDecode textEncode tick ticks time to tokenOffset toLower toUpper transpose truewordOffset trunc uniDecode uniEncode upper URLDecode URLEncode URLStatus uuid value variableNames variance version waitDepth weekdayNames wordOffset xsltApplyStylesheet xsltApplyStylesheetFromFile xsltLoadStylesheet xsltLoadStylesheetFromFile add breakpoint cancel clear local variable file word line folder directory URL close socket process combine constant convert create new alias folder directory decrypt delete variable word line folder directory URL dispatch divide do encrypt filter get include intersect kill libURLDownloadToFile libURLFollowHttpRedirects libURLftpUpload libURLftpUploadFile libURLresetAll libUrlSetAuthCallback libURLSetCustomHTTPHeaders libUrlSetExpect100 libURLSetFTPListCommand libURLSetFTPMode libURLSetFTPStopTime libURLSetStatusCallback load multiply socket prepare process post seek rel relative read from process rename replace require resetAll resolve revAddXMLNode revAppendXML revCloseCursor revCloseDatabase revCommitDatabase revCopyFile revCopyFolder revCopyXMLNode revDeleteFolder revDeleteXMLNode revDeleteAllXMLTrees revDeleteXMLTree revExecuteSQL revGoURL revInsertXMLNode revMoveFolder revMoveToFirstRecord revMoveToLastRecord revMoveToNextRecord revMoveToPreviousRecord revMoveToRecord revMoveXMLNode revPutIntoXMLNode revRollBackDatabase revSetDatabaseDriverPath revSetXMLAttribute revXMLRPC_AddParam revXMLRPC_DeleteAllDocuments revXMLAddDTD revXMLRPC_Free revXMLRPC_FreeAll revXMLRPC_DeleteDocument revXMLRPC_DeleteParam revXMLRPC_SetHost revXMLRPC_SetMethod revXMLRPC_SetPort revXMLRPC_SetProtocol revXMLRPC_SetSocket revZipAddItemWithData revZipAddItemWithFile revZipAddUncompressedItemWithData revZipAddUncompressedItemWithFile revZipCancel revZipCloseArchive revZipDeleteItem revZipExtractItemToFile revZipExtractItemToVariable revZipSetProgressCallback revZipRenameItem revZipReplaceItemWithData revZipReplaceItemWithFile revZipOpenArchive send set sort split start stop subtract union unload wait write" +},contains:[t,{className:"keyword",begin:"\\bend\\sif\\b"},{className:"function",beginKeywords:"function",end:"$",contains:[t,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,r]},{className:"function",begin:"\\bend\\s+",end:"$",keywords:"end",contains:[s,r],relevance:0},{beginKeywords:"command on",end:"$",contains:[t,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,r]},{className:"meta",variants:[{begin:"<\\?(rev|lc|livecode)",relevance:10},{begin:"<\\?"},{begin:"\\?>"}]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,r].concat(a),illegal:";$|^\\[|^=|&|{"}}},{name:"livescript",create:function(e){var t={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger case default function var with then unless until loop of by when and or is isnt not it that otherwise from to til fallthrough super case default function var void const let enum export import native __hasProp __extends __slice __bind __indexOf",literal:"true false null undefined yes no on off it that void",built_in:"npm require console print module global window document"},a="[A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*",r=e.inherit(e.TITLE_MODE,{begin:a}),s={className:"subst",begin:/#\{/,end:/}/,keywords:t},n={className:"subst",begin:/#[A-Za-z$_]/,end:/(?:\-[0-9A-Za-z$_]|[0-9A-Za-z$_])*/,keywords:t},i=[e.BINARY_NUMBER_MODE,{className:"number",begin:"(\\b0[xX][a-fA-F0-9_]+)|(\\b\\d(\\d|_\\d)*(\\.(\\d(\\d|_\\d)*)?)?(_*[eE]([-+]\\d(_\\d|\\d)*)?)?[_a-z]*)",relevance:0,starts:{end:"(\\s*/)?",relevance:0}},{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[e.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,s,n]},{begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,s,n]},{begin:/\\/,end:/(\s|$)/,excludeEnd:!0}]},{className:"regexp",variants:[{begin:"//",end:"//[gim]*",contains:[s,e.HASH_COMMENT_MODE]},{begin:/\/(?![ *])(\\\/|.)*?\/[gim]*(?=\W|$)/}]},{begin:"@"+a},{begin:"``",end:"``",excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"}];s.contains=i;var l={className:"params",begin:"\\(",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:t,contains:["self"].concat(i)}]};return{aliases:["ls"],keywords:t,illegal:/\/\*/,contains:i.concat([e.COMMENT("\\/\\*","\\*\\/"),e.HASH_COMMENT_MODE,{className:"function",contains:[r,l],returnBegin:!0,variants:[{begin:"("+a+"\\s*(?:=|:=)\\s*)?(\\(.*\\))?\\s*\\B\\->\\*?",end:"\\->\\*?"},{begin:"("+a+"\\s*(?:=|:=)\\s*)?!?(\\(.*\\))?\\s*\\B[-~]{1,2}>\\*?",end:"[-~]{1,2}>\\*?"},{begin:"("+a+"\\s*(?:=|:=)\\s*)?(\\(.*\\))?\\s*\\B!?[-~]{1,2}>\\*?",end:"!?[-~]{1,2}>\\*?"}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[r]},r]},{begin:a+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}},{name:"lsl",create:function(e){var t={className:"subst",begin:/\\[tn"\\]/},a={className:"string",begin:'"',end:'"',contains:[t]},r={className:"number",begin:e.C_NUMBER_RE},s={className:"literal",variants:[{begin:"\\b(?:PI|TWO_PI|PI_BY_TWO|DEG_TO_RAD|RAD_TO_DEG|SQRT2)\\b"},{begin:"\\b(?:XP_ERROR_(?:EXPERIENCES_DISABLED|EXPERIENCE_(?:DISABLED|SUSPENDED)|INVALID_(?:EXPERIENCE|PARAMETERS)|KEY_NOT_FOUND|MATURITY_EXCEEDED|NONE|NOT_(?:FOUND|PERMITTED(?:_LAND)?)|NO_EXPERIENCE|QUOTA_EXCEEDED|RETRY_UPDATE|STORAGE_EXCEPTION|STORE_DISABLED|THROTTLED|UNKNOWN_ERROR)|JSON_APPEND|STATUS_(?:PHYSICS|ROTATE_[XYZ]|PHANTOM|SANDBOX|BLOCK_GRAB(?:_OBJECT)?|(?:DIE|RETURN)_AT_EDGE|CAST_SHADOWS|OK|MALFORMED_PARAMS|TYPE_MISMATCH|BOUNDS_ERROR|NOT_(?:FOUND|SUPPORTED)|INTERNAL_ERROR|WHITELIST_FAILED)|AGENT(?:_(?:BY_(?:LEGACY_|USER)NAME|FLYING|ATTACHMENTS|SCRIPTED|MOUSELOOK|SITTING|ON_OBJECT|AWAY|WALKING|IN_AIR|TYPING|CROUCHING|BUSY|ALWAYS_RUN|AUTOPILOT|LIST_(?:PARCEL(?:_OWNER)?|REGION)))?|CAMERA_(?:PITCH|DISTANCE|BEHINDNESS_(?:ANGLE|LAG)|(?:FOCUS|POSITION)(?:_(?:THRESHOLD|LOCKED|LAG))?|FOCUS_OFFSET|ACTIVE)|ANIM_ON|LOOP|REVERSE|PING_PONG|SMOOTH|ROTATE|SCALE|ALL_SIDES|LINK_(?:ROOT|SET|ALL_(?:OTHERS|CHILDREN)|THIS)|ACTIVE|PASS(?:IVE|_(?:ALWAYS|IF_NOT_HANDLED|NEVER))|SCRIPTED|CONTROL_(?:FWD|BACK|(?:ROT_)?(?:LEFT|RIGHT)|UP|DOWN|(?:ML_)?LBUTTON)|PERMISSION_(?:RETURN_OBJECTS|DEBIT|OVERRIDE_ANIMATIONS|SILENT_ESTATE_MANAGEMENT|TAKE_CONTROLS|TRIGGER_ANIMATION|ATTACH|CHANGE_LINKS|(?:CONTROL|TRACK)_CAMERA|TELEPORT)|INVENTORY_(?:TEXTURE|SOUND|OBJECT|SCRIPT|LANDMARK|CLOTHING|NOTECARD|BODYPART|ANIMATION|GESTURE|ALL|NONE)|CHANGED_(?:INVENTORY|COLOR|SHAPE|SCALE|TEXTURE|LINK|ALLOWED_DROP|OWNER|REGION(?:_START)?|TELEPORT|MEDIA)|OBJECT_(?:CLICK_ACTION|HOVER_HEIGHT|LAST_OWNER_ID|(?:PHYSICS|SERVER|STREAMING)_COST|UNKNOWN_DETAIL|CHARACTER_TIME|PHANTOM|PHYSICS|TEMP_ON_REZ|NAME|DESC|POS|PRIM_(?:COUNT|EQUIVALENCE)|RETURN_(?:PARCEL(?:_OWNER)?|REGION)|REZZER_KEY|ROO?T|VELOCITY|OMEGA|OWNER|GROUP|CREATOR|ATTACHED_POINT|RENDER_WEIGHT|(?:BODY_SHAPE|PATHFINDING)_TYPE|(?:RUNNING|TOTAL)_SCRIPT_COUNT|TOTAL_INVENTORY_COUNT|SCRIPT_(?:MEMORY|TIME))|TYPE_(?:INTEGER|FLOAT|STRING|KEY|VECTOR|ROTATION|INVALID)|(?:DEBUG|PUBLIC)_CHANNEL|ATTACH_(?:AVATAR_CENTER|CHEST|HEAD|BACK|PELVIS|MOUTH|CHIN|NECK|NOSE|BELLY|[LR](?:SHOULDER|HAND|FOOT|EAR|EYE|[UL](?:ARM|LEG)|HIP)|(?:LEFT|RIGHT)_PEC|HUD_(?:CENTER_[12]|TOP_(?:RIGHT|CENTER|LEFT)|BOTTOM(?:_(?:RIGHT|LEFT))?)|[LR]HAND_RING1|TAIL_(?:BASE|TIP)|[LR]WING|FACE_(?:JAW|[LR]EAR|[LR]EYE|TOUNGE)|GROIN|HIND_[LR]FOOT)|LAND_(?:LEVEL|RAISE|LOWER|SMOOTH|NOISE|REVERT)|DATA_(?:ONLINE|NAME|BORN|SIM_(?:POS|STATUS|RATING)|PAYINFO)|PAYMENT_INFO_(?:ON_FILE|USED)|REMOTE_DATA_(?:CHANNEL|REQUEST|REPLY)|PSYS_(?:PART_(?:BF_(?:ZERO|ONE(?:_MINUS_(?:DEST_COLOR|SOURCE_(ALPHA|COLOR)))?|DEST_COLOR|SOURCE_(ALPHA|COLOR))|BLEND_FUNC_(DEST|SOURCE)|FLAGS|(?:START|END)_(?:COLOR|ALPHA|SCALE|GLOW)|MAX_AGE|(?:RIBBON|WIND|INTERP_(?:COLOR|SCALE)|BOUNCE|FOLLOW_(?:SRC|VELOCITY)|TARGET_(?:POS|LINEAR)|EMISSIVE)_MASK)|SRC_(?:MAX_AGE|PATTERN|ANGLE_(?:BEGIN|END)|BURST_(?:RATE|PART_COUNT|RADIUS|SPEED_(?:MIN|MAX))|ACCEL|TEXTURE|TARGET_KEY|OMEGA|PATTERN_(?:DROP|EXPLODE|ANGLE(?:_CONE(?:_EMPTY)?)?)))|VEHICLE_(?:REFERENCE_FRAME|TYPE_(?:NONE|SLED|CAR|BOAT|AIRPLANE|BALLOON)|(?:LINEAR|ANGULAR)_(?:FRICTION_TIMESCALE|MOTOR_DIRECTION)|LINEAR_MOTOR_OFFSET|HOVER_(?:HEIGHT|EFFICIENCY|TIMESCALE)|BUOYANCY|(?:LINEAR|ANGULAR)_(?:DEFLECTION_(?:EFFICIENCY|TIMESCALE)|MOTOR_(?:DECAY_)?TIMESCALE)|VERTICAL_ATTRACTION_(?:EFFICIENCY|TIMESCALE)|BANKING_(?:EFFICIENCY|MIX|TIMESCALE)|FLAG_(?:NO_DEFLECTION_UP|LIMIT_(?:ROLL_ONLY|MOTOR_UP)|HOVER_(?:(?:WATER|TERRAIN|UP)_ONLY|GLOBAL_HEIGHT)|MOUSELOOK_(?:STEER|BANK)|CAMERA_DECOUPLED))|PRIM_(?:ALPHA_MODE(?:_(?:BLEND|EMISSIVE|MASK|NONE))?|NORMAL|SPECULAR|TYPE(?:_(?:BOX|CYLINDER|PRISM|SPHERE|TORUS|TUBE|RING|SCULPT))?|HOLE_(?:DEFAULT|CIRCLE|SQUARE|TRIANGLE)|MATERIAL(?:_(?:STONE|METAL|GLASS|WOOD|FLESH|PLASTIC|RUBBER))?|SHINY_(?:NONE|LOW|MEDIUM|HIGH)|BUMP_(?:NONE|BRIGHT|DARK|WOOD|BARK|BRICKS|CHECKER|CONCRETE|TILE|STONE|DISKS|GRAVEL|BLOBS|SIDING|LARGETILE|STUCCO|SUCTION|WEAVE)|TEXGEN_(?:DEFAULT|PLANAR)|SCULPT_(?:TYPE_(?:SPHERE|TORUS|PLANE|CYLINDER|MASK)|FLAG_(?:MIRROR|INVERT))|PHYSICS(?:_(?:SHAPE_(?:CONVEX|NONE|PRIM|TYPE)))?|(?:POS|ROT)_LOCAL|SLICE|TEXT|FLEXIBLE|POINT_LIGHT|TEMP_ON_REZ|PHANTOM|POSITION|SIZE|ROTATION|TEXTURE|NAME|OMEGA|DESC|LINK_TARGET|COLOR|BUMP_SHINY|FULLBRIGHT|TEXGEN|GLOW|MEDIA_(?:ALT_IMAGE_ENABLE|CONTROLS|(?:CURRENT|HOME)_URL|AUTO_(?:LOOP|PLAY|SCALE|ZOOM)|FIRST_CLICK_INTERACT|(?:WIDTH|HEIGHT)_PIXELS|WHITELIST(?:_ENABLE)?|PERMS_(?:INTERACT|CONTROL)|PARAM_MAX|CONTROLS_(?:STANDARD|MINI)|PERM_(?:NONE|OWNER|GROUP|ANYONE)|MAX_(?:URL_LENGTH|WHITELIST_(?:SIZE|COUNT)|(?:WIDTH|HEIGHT)_PIXELS)))|MASK_(?:BASE|OWNER|GROUP|EVERYONE|NEXT)|PERM_(?:TRANSFER|MODIFY|COPY|MOVE|ALL)|PARCEL_(?:MEDIA_COMMAND_(?:STOP|PAUSE|PLAY|LOOP|TEXTURE|URL|TIME|AGENT|UNLOAD|AUTO_ALIGN|TYPE|SIZE|DESC|LOOP_SET)|FLAG_(?:ALLOW_(?:FLY|(?:GROUP_)?SCRIPTS|LANDMARK|TERRAFORM|DAMAGE|CREATE_(?:GROUP_)?OBJECTS)|USE_(?:ACCESS_(?:GROUP|LIST)|BAN_LIST|LAND_PASS_LIST)|LOCAL_SOUND_ONLY|RESTRICT_PUSHOBJECT|ALLOW_(?:GROUP|ALL)_OBJECT_ENTRY)|COUNT_(?:TOTAL|OWNER|GROUP|OTHER|SELECTED|TEMP)|DETAILS_(?:NAME|DESC|OWNER|GROUP|AREA|ID|SEE_AVATARS))|LIST_STAT_(?:MAX|MIN|MEAN|MEDIAN|STD_DEV|SUM(?:_SQUARES)?|NUM_COUNT|GEOMETRIC_MEAN|RANGE)|PAY_(?:HIDE|DEFAULT)|REGION_FLAG_(?:ALLOW_DAMAGE|FIXED_SUN|BLOCK_TERRAFORM|SANDBOX|DISABLE_(?:COLLISIONS|PHYSICS)|BLOCK_FLY|ALLOW_DIRECT_TELEPORT|RESTRICT_PUSHOBJECT)|HTTP_(?:METHOD|MIMETYPE|BODY_(?:MAXLENGTH|TRUNCATED)|CUSTOM_HEADER|PRAGMA_NO_CACHE|VERBOSE_THROTTLE|VERIFY_CERT)|STRING_(?:TRIM(?:_(?:HEAD|TAIL))?)|CLICK_ACTION_(?:NONE|TOUCH|SIT|BUY|PAY|OPEN(?:_MEDIA)?|PLAY|ZOOM)|TOUCH_INVALID_FACE|PROFILE_(?:NONE|SCRIPT_MEMORY)|RC_(?:DATA_FLAGS|DETECT_PHANTOM|GET_(?:LINK_NUM|NORMAL|ROOT_KEY)|MAX_HITS|REJECT_(?:TYPES|AGENTS|(?:NON)?PHYSICAL|LAND))|RCERR_(?:CAST_TIME_EXCEEDED|SIM_PERF_LOW|UNKNOWN)|ESTATE_ACCESS_(?:ALLOWED_(?:AGENT|GROUP)_(?:ADD|REMOVE)|BANNED_AGENT_(?:ADD|REMOVE))|DENSITY|FRICTION|RESTITUTION|GRAVITY_MULTIPLIER|KFM_(?:COMMAND|CMD_(?:PLAY|STOP|PAUSE)|MODE|FORWARD|LOOP|PING_PONG|REVERSE|DATA|ROTATION|TRANSLATION)|ERR_(?:GENERIC|PARCEL_PERMISSIONS|MALFORMED_PARAMS|RUNTIME_PERMISSIONS|THROTTLED)|CHARACTER_(?:CMD_(?:(?:SMOOTH_)?STOP|JUMP)|DESIRED_(?:TURN_)?SPEED|RADIUS|STAY_WITHIN_PARCEL|LENGTH|ORIENTATION|ACCOUNT_FOR_SKIPPED_FRAMES|AVOIDANCE_MODE|TYPE(?:_(?:[ABCD]|NONE))?|MAX_(?:DECEL|TURN_RADIUS|(?:ACCEL|SPEED)))|PURSUIT_(?:OFFSET|FUZZ_FACTOR|GOAL_TOLERANCE|INTERCEPT)|REQUIRE_LINE_OF_SIGHT|FORCE_DIRECT_PATH|VERTICAL|HORIZONTAL|AVOID_(?:CHARACTERS|DYNAMIC_OBSTACLES|NONE)|PU_(?:EVADE_(?:HIDDEN|SPOTTED)|FAILURE_(?:DYNAMIC_PATHFINDING_DISABLED|INVALID_(?:GOAL|START)|NO_(?:NAVMESH|VALID_DESTINATION)|OTHER|TARGET_GONE|(?:PARCEL_)?UNREACHABLE)|(?:GOAL|SLOWDOWN_DISTANCE)_REACHED)|TRAVERSAL_TYPE(?:_(?:FAST|NONE|SLOW))?|CONTENT_TYPE_(?:ATOM|FORM|HTML|JSON|LLSD|RSS|TEXT|XHTML|XML)|GCNP_(?:RADIUS|STATIC)|(?:PATROL|WANDER)_PAUSE_AT_WAYPOINTS|OPT_(?:AVATAR|CHARACTER|EXCLUSION_VOLUME|LEGACY_LINKSET|MATERIAL_VOLUME|OTHER|STATIC_OBSTACLE|WALKABLE)|SIM_STAT_PCT_CHARS_STEPPED)\\b"},{begin:"\\b(?:FALSE|TRUE)\\b"},{begin:"\\b(?:ZERO_ROTATION)\\b"},{begin:"\\b(?:EOF|JSON_(?:ARRAY|DELETE|FALSE|INVALID|NULL|NUMBER|OBJECT|STRING|TRUE)|NULL_KEY|TEXTURE_(?:BLANK|DEFAULT|MEDIA|PLYWOOD|TRANSPARENT)|URL_REQUEST_(?:GRANTED|DENIED))\\b"},{begin:"\\b(?:ZERO_VECTOR|TOUCH_INVALID_(?:TEXCOORD|VECTOR))\\b"}]},n={className:"built_in",begin:"\\b(?:ll(?:AgentInExperience|(?:Create|DataSize|Delete|KeyCount|Keys|Read|Update)KeyValue|GetExperience(?:Details|ErrorMessage)|ReturnObjectsBy(?:ID|Owner)|Json(?:2List|[GS]etValue|ValueType)|Sin|Cos|Tan|Atan2|Sqrt|Pow|Abs|Fabs|Frand|Floor|Ceil|Round|Vec(?:Mag|Norm|Dist)|Rot(?:Between|2(?:Euler|Fwd|Left|Up))|(?:Euler|Axes)2Rot|Whisper|(?:Region|Owner)?Say|Shout|Listen(?:Control|Remove)?|Sensor(?:Repeat|Remove)?|Detected(?:Name|Key|Owner|Type|Pos|Vel|Grab|Rot|Group|LinkNumber)|Die|Ground|Wind|(?:[GS]et)(?:AnimationOverride|MemoryLimit|PrimMediaParams|ParcelMusicURL|Object(?:Desc|Name)|PhysicsMaterial|Status|Scale|Color|Alpha|Texture|Pos|Rot|Force|Torque)|ResetAnimationOverride|(?:Scale|Offset|Rotate)Texture|(?:Rot)?Target(?:Remove)?|(?:Stop)?MoveToTarget|Apply(?:Rotational)?Impulse|Set(?:KeyframedMotion|ContentType|RegionPos|(?:Angular)?Velocity|Buoyancy|HoverHeight|ForceAndTorque|TimerEvent|ScriptState|Damage|TextureAnim|Sound(?:Queueing|Radius)|Vehicle(?:Type|(?:Float|Vector|Rotation)Param)|(?:Touch|Sit)?Text|Camera(?:Eye|At)Offset|PrimitiveParams|ClickAction|Link(?:Alpha|Color|PrimitiveParams(?:Fast)?|Texture(?:Anim)?|Camera|Media)|RemoteScriptAccessPin|PayPrice|LocalRot)|ScaleByFactor|Get(?:(?:Max|Min)ScaleFactor|ClosestNavPoint|StaticPath|SimStats|Env|PrimitiveParams|Link(?:PrimitiveParams|Number(?:OfSides)?|Key|Name|Media)|HTTPHeader|FreeURLs|Object(?:Details|PermMask|PrimCount)|Parcel(?:MaxPrims|Details|Prim(?:Count|Owners))|Attached(?:List)?|(?:SPMax|Free|Used)Memory|Region(?:Name|TimeDilation|FPS|Corner|AgentCount)|Root(?:Position|Rotation)|UnixTime|(?:Parcel|Region)Flags|(?:Wall|GMT)clock|SimulatorHostname|BoundingBox|GeometricCenter|Creator|NumberOf(?:Prims|NotecardLines|Sides)|Animation(?:List)?|(?:Camera|Local)(?:Pos|Rot)|Vel|Accel|Omega|Time(?:stamp|OfDay)|(?:Object|CenterOf)?Mass|MassMKS|Energy|Owner|(?:Owner)?Key|SunDirection|Texture(?:Offset|Scale|Rot)|Inventory(?:Number|Name|Key|Type|Creator|PermMask)|Permissions(?:Key)?|StartParameter|List(?:Length|EntryType)|Date|Agent(?:Size|Info|Language|List)|LandOwnerAt|NotecardLine|Script(?:Name|State))|(?:Get|Reset|GetAndReset)Time|PlaySound(?:Slave)?|LoopSound(?:Master|Slave)?|(?:Trigger|Stop|Preload)Sound|(?:(?:Get|Delete)Sub|Insert)String|To(?:Upper|Lower)|Give(?:InventoryList|Money)|RezObject|(?:Stop)?LookAt|Sleep|CollisionFilter|(?:Take|Release)Controls|DetachFromAvatar|AttachToAvatar(?:Temp)?|InstantMessage|(?:GetNext)?Email|StopHover|MinEventDelay|RotLookAt|String(?:Length|Trim)|(?:Start|Stop)Animation|TargetOmega|Request(?:Experience)?Permissions|(?:Create|Break)Link|BreakAllLinks|(?:Give|Remove)Inventory|Water|PassTouches|Request(?:Agent|Inventory)Data|TeleportAgent(?:Home|GlobalCoords)?|ModifyLand|CollisionSound|ResetScript|MessageLinked|PushObject|PassCollisions|AxisAngle2Rot|Rot2(?:Axis|Angle)|A(?:cos|sin)|AngleBetween|AllowInventoryDrop|SubStringIndex|List2(?:CSV|Integer|Json|Float|String|Key|Vector|Rot|List(?:Strided)?)|DeleteSubList|List(?:Statistics|Sort|Randomize|(?:Insert|Find|Replace)List)|EdgeOfWorld|AdjustSoundVolume|Key2Name|TriggerSoundLimited|EjectFromLand|(?:CSV|ParseString)2List|OverMyLand|SameGroup|UnSit|Ground(?:Slope|Normal|Contour)|GroundRepel|(?:Set|Remove)VehicleFlags|(?:AvatarOn)?(?:Link)?SitTarget|Script(?:Danger|Profiler)|Dialog|VolumeDetect|ResetOtherScript|RemoteLoadScriptPin|(?:Open|Close)RemoteDataChannel|SendRemoteData|RemoteDataReply|(?:Integer|String)ToBase64|XorBase64|Log(?:10)?|Base64To(?:String|Integer)|ParseStringKeepNulls|RezAtRoot|RequestSimulatorData|ForceMouselook|(?:Load|Release|(?:E|Une)scape)URL|ParcelMedia(?:CommandList|Query)|ModPow|MapDestination|(?:RemoveFrom|AddTo|Reset)Land(?:Pass|Ban)List|(?:Set|Clear)CameraParams|HTTP(?:Request|Response)|TextBox|DetectedTouch(?:UV|Face|Pos|(?:N|Bin)ormal|ST)|(?:MD5|SHA1|DumpList2)String|Request(?:Secure)?URL|Clear(?:Prim|Link)Media|(?:Link)?ParticleSystem|(?:Get|Request)(?:Username|DisplayName)|RegionSayTo|CastRay|GenerateKey|TransferLindenDollars|ManageEstateAccess|(?:Create|Delete)Character|ExecCharacterCmd|Evade|FleeFrom|NavigateTo|PatrolPoints|Pursue|UpdateCharacter|WanderWithin))\\b"};return{illegal:":",contains:[a,{className:"comment",variants:[e.COMMENT("//","$"),e.COMMENT("/\\*","\\*/")]},r,{className:"section",variants:[{begin:"\\b(?:state|default)\\b"},{begin:"\\b(?:state_(?:entry|exit)|touch(?:_(?:start|end))?|(?:land_)?collision(?:_(?:start|end))?|timer|listen|(?:no_)?sensor|control|(?:not_)?at_(?:rot_)?target|money|email|experience_permissions(?:_denied)?|run_time_permissions|changed|attach|dataserver|moving_(?:start|end)|link_message|(?:on|object)_rez|remote_data|http_re(?:sponse|quest)|path_update|transaction_result)\\b"}]},n,s,{className:"type",begin:"\\b(?:integer|float|string|key|vector|quaternion|rotation|list)\\b"}]}}},{name:"lua",create:function(e){var t="\\[=*\\[",a="\\]=*\\]",r={begin:t,end:a,contains:["self"]},s=[e.COMMENT("--(?!"+t+")","$"),e.COMMENT("--"+t,a,{contains:[r],relevance:10})];return{lexemes:e.UNDERSCORE_IDENT_RE,keywords:{keyword:"and break do else elseif end false for if in local nil not or repeat return then true until while",built_in:"_G _VERSION assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall coroutine debug io math os package string table"},contains:s.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:s}].concat(s)},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:t,end:a,contains:[r],relevance:5}])}}},{name:"makefile",create:function(e){var t={className:"variable",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]};return{aliases:["mk","mak"],contains:[e.HASH_COMMENT_MODE,{begin:/^\w+\s*\W*=/,returnBegin:!0,relevance:0,starts:{end:/\s*\W*=/,excludeEnd:!0,starts:{end:/$/,relevance:0,contains:[t]}}},{className:"section",begin:/^[\w]+:\s*$/},{className:"meta",begin:/^\.PHONY:/,end:/$/,keywords:{"meta-keyword":".PHONY"},lexemes:/[\.\w]+/},{begin:/^\t+/,end:/$/,relevance:0,contains:[e.QUOTE_STRING_MODE,t]}]}}},{name:"markdown",create:function(e){return{aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$"},{begin:"^.+?\\n[=-]{2,}$"}]},{begin:"<",end:">",subLanguage:"xml",relevance:0},{className:"bullet",begin:"^([*+-]|(\\d+\\.))\\s+"},{className:"strong",begin:"[*_]{2}.+?[*_]{2}"},{className:"emphasis",variants:[{begin:"\\*.+?\\*"},{begin:"_.+?_",relevance:0}]},{className:"quote",begin:"^>\\s+",end:"$"},{className:"code",variants:[{begin:"^```w*s*$",end:"^```s*$"},{begin:"`.+?`"},{begin:"^( {4}|\t)",end:"$",relevance:0}]},{begin:"^[-\\*]{3,}",end:"$"},{begin:"\\[.+?\\][\\(\\[].*?[\\)\\]]",returnBegin:!0,contains:[{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0,relevance:0},{className:"link",begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}],relevance:10},{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}},{name:"mathematica",create:function(e){return{aliases:["mma"],lexemes:"(\\$|\\b)"+e.IDENT_RE+"\\b",keywords:"AbelianGroup Abort AbortKernels AbortProtect Above Abs Absolute AbsoluteCorrelation AbsoluteCorrelationFunction AbsoluteCurrentValue AbsoluteDashing AbsoluteFileName AbsoluteOptions AbsolutePointSize AbsoluteThickness AbsoluteTime AbsoluteTiming AccountingForm Accumulate Accuracy AccuracyGoal ActionDelay ActionMenu ActionMenuBox ActionMenuBoxOptions Active ActiveItem ActiveStyle AcyclicGraphQ AddOnHelpPath AddTo AdjacencyGraph AdjacencyList AdjacencyMatrix AdjustmentBox AdjustmentBoxOptions AdjustTimeSeriesForecast AffineTransform After AiryAi AiryAiPrime AiryAiZero AiryBi AiryBiPrime AiryBiZero AlgebraicIntegerQ AlgebraicNumber AlgebraicNumberDenominator AlgebraicNumberNorm AlgebraicNumberPolynomial AlgebraicNumberTrace AlgebraicRules AlgebraicRulesData Algebraics AlgebraicUnitQ Alignment AlignmentMarker AlignmentPoint All AllowedDimensions AllowGroupClose AllowInlineCells AllowKernelInitialization AllowReverseGroupClose AllowScriptLevelChange AlphaChannel AlternatingGroup AlternativeHypothesis Alternatives AmbientLight Analytic AnchoredSearch And AndersonDarlingTest AngerJ AngleBracket AngularGauge Animate AnimationCycleOffset AnimationCycleRepetitions AnimationDirection AnimationDisplayTime AnimationRate AnimationRepetitions AnimationRunning Animator AnimatorBox AnimatorBoxOptions AnimatorElements Annotation Annuity AnnuityDue Antialiasing Antisymmetric Apart ApartSquareFree Appearance AppearanceElements AppellF1 Append AppendTo Apply ArcCos ArcCosh ArcCot ArcCoth ArcCsc ArcCsch ArcSec ArcSech ArcSin ArcSinDistribution ArcSinh ArcTan ArcTanh Arg ArgMax ArgMin ArgumentCountQ ARIMAProcess ArithmeticGeometricMean ARMAProcess ARProcess Array ArrayComponents ArrayDepth ArrayFlatten ArrayPad ArrayPlot ArrayQ ArrayReshape ArrayRules Arrays Arrow Arrow3DBox ArrowBox Arrowheads AspectRatio AspectRatioFixed Assert Assuming Assumptions AstronomicalData Asynchronous AsynchronousTaskObject AsynchronousTasks AtomQ Attributes AugmentedSymmetricPolynomial AutoAction AutoDelete AutoEvaluateEvents AutoGeneratedPackage AutoIndent AutoIndentSpacings AutoItalicWords AutoloadPath AutoMatch Automatic AutomaticImageSize AutoMultiplicationSymbol AutoNumberFormatting AutoOpenNotebooks AutoOpenPalettes AutorunSequencing AutoScaling AutoScroll AutoSpacing AutoStyleOptions AutoStyleWords Axes AxesEdge AxesLabel AxesOrigin AxesStyle Axis BabyMonsterGroupB Back Background BackgroundTasksSettings Backslash Backsubstitution Backward Band BandpassFilter BandstopFilter BarabasiAlbertGraphDistribution BarChart BarChart3D BarLegend BarlowProschanImportance BarnesG BarOrigin BarSpacing BartlettHannWindow BartlettWindow BaseForm Baseline BaselinePosition BaseStyle BatesDistribution BattleLemarieWavelet Because BeckmannDistribution Beep Before Begin BeginDialogPacket BeginFrontEndInteractionPacket BeginPackage BellB BellY Below BenfordDistribution BeniniDistribution BenktanderGibratDistribution BenktanderWeibullDistribution BernoulliB BernoulliDistribution BernoulliGraphDistribution BernoulliProcess BernsteinBasis BesselFilterModel BesselI BesselJ BesselJZero BesselK BesselY BesselYZero Beta BetaBinomialDistribution BetaDistribution BetaNegativeBinomialDistribution BetaPrimeDistribution BetaRegularized BetweennessCentrality BezierCurve BezierCurve3DBox BezierCurve3DBoxOptions BezierCurveBox BezierCurveBoxOptions BezierFunction BilateralFilter Binarize BinaryFormat BinaryImageQ BinaryRead BinaryReadList BinaryWrite BinCounts BinLists Binomial BinomialDistribution BinomialProcess BinormalDistribution BiorthogonalSplineWavelet BipartiteGraphQ BirnbaumImportance BirnbaumSaundersDistribution BitAnd BitClear BitGet BitLength BitNot BitOr BitSet BitShiftLeft BitShiftRight BitXor Black BlackmanHarrisWindow BlackmanNuttallWindow BlackmanWindow Blank BlankForm BlankNullSequence BlankSequence Blend Block BlockRandom BlomqvistBeta BlomqvistBetaTest Blue Blur BodePlot BohmanWindow Bold Bookmarks Boole BooleanConsecutiveFunction BooleanConvert BooleanCountingFunction BooleanFunction BooleanGraph BooleanMaxterms BooleanMinimize BooleanMinterms Booleans BooleanTable BooleanVariables BorderDimensions BorelTannerDistribution Bottom BottomHatTransform BoundaryStyle Bounds Box BoxBaselineShift BoxData BoxDimensions Boxed Boxes BoxForm BoxFormFormatTypes BoxFrame BoxID BoxMargins BoxMatrix BoxRatios BoxRotation BoxRotationPoint BoxStyle BoxWhiskerChart Bra BracketingBar BraKet BrayCurtisDistance BreadthFirstScan Break Brown BrownForsytheTest BrownianBridgeProcess BrowserCategory BSplineBasis BSplineCurve BSplineCurve3DBox BSplineCurveBox BSplineCurveBoxOptions BSplineFunction BSplineSurface BSplineSurface3DBox BubbleChart BubbleChart3D BubbleScale BubbleSizes BulletGauge BusinessDayQ ButterflyGraph ButterworthFilterModel Button ButtonBar ButtonBox ButtonBoxOptions ButtonCell ButtonContents ButtonData ButtonEvaluator ButtonExpandable ButtonFrame ButtonFunction ButtonMargins ButtonMinHeight ButtonNote ButtonNotebook ButtonSource ButtonStyle ButtonStyleMenuListing Byte ByteCount ByteOrdering C CachedValue CacheGraphics CalendarData CalendarType CallPacket CanberraDistance Cancel CancelButton CandlestickChart Cap CapForm CapitalDifferentialD CardinalBSplineBasis CarmichaelLambda Cases Cashflow Casoratian Catalan CatalanNumber Catch CauchyDistribution CauchyWindow CayleyGraph CDF CDFDeploy CDFInformation CDFWavelet Ceiling Cell CellAutoOverwrite CellBaseline CellBoundingBox CellBracketOptions CellChangeTimes CellContents CellContext CellDingbat CellDynamicExpression CellEditDuplicate CellElementsBoundingBox CellElementSpacings CellEpilog CellEvaluationDuplicate CellEvaluationFunction CellEventActions CellFrame CellFrameColor CellFrameLabelMargins CellFrameLabels CellFrameMargins CellGroup CellGroupData CellGrouping CellGroupingRules CellHorizontalScrolling CellID CellLabel CellLabelAutoDelete CellLabelMargins CellLabelPositioning CellMargins CellObject CellOpen CellPrint CellProlog Cells CellSize CellStyle CellTags CellularAutomaton CensoredDistribution Censoring Center CenterDot CentralMoment CentralMomentGeneratingFunction CForm ChampernowneNumber ChanVeseBinarize Character CharacterEncoding CharacterEncodingsPath CharacteristicFunction CharacteristicPolynomial CharacterRange Characters ChartBaseStyle ChartElementData ChartElementDataFunction ChartElementFunction ChartElements ChartLabels ChartLayout ChartLegends ChartStyle Chebyshev1FilterModel Chebyshev2FilterModel ChebyshevDistance ChebyshevT ChebyshevU Check CheckAbort CheckAll Checkbox CheckboxBar CheckboxBox CheckboxBoxOptions ChemicalData ChessboardDistance ChiDistribution ChineseRemainder ChiSquareDistribution ChoiceButtons ChoiceDialog CholeskyDecomposition Chop Circle CircleBox CircleDot CircleMinus CirclePlus CircleTimes CirculantGraph CityData Clear ClearAll ClearAttributes ClearSystemCache ClebschGordan ClickPane Clip ClipboardNotebook ClipFill ClippingStyle ClipPlanes ClipRange Clock ClockGauge ClockwiseContourIntegral Close Closed CloseKernels ClosenessCentrality Closing ClosingAutoSave ClosingEvent ClusteringComponents CMYKColor Coarse Coefficient CoefficientArrays CoefficientDomain CoefficientList CoefficientRules CoifletWavelet Collect Colon ColonForm ColorCombine ColorConvert ColorData ColorDataFunction ColorFunction ColorFunctionScaling Colorize ColorNegate ColorOutput ColorProfileData ColorQuantize ColorReplace ColorRules ColorSelectorSettings ColorSeparate ColorSetter ColorSetterBox ColorSetterBoxOptions ColorSlider ColorSpace Column ColumnAlignments ColumnBackgrounds ColumnForm ColumnLines ColumnsEqual ColumnSpacings ColumnWidths CommonDefaultFormatTypes Commonest CommonestFilter CommonUnits CommunityBoundaryStyle CommunityGraphPlot CommunityLabels CommunityRegionStyle CompatibleUnitQ CompilationOptions CompilationTarget Compile Compiled CompiledFunction Complement CompleteGraph CompleteGraphQ CompleteKaryTree CompletionsListPacket Complex Complexes ComplexExpand ComplexInfinity ComplexityFunction ComponentMeasurements ComponentwiseContextMenu Compose ComposeList ComposeSeries Composition CompoundExpression CompoundPoissonDistribution CompoundPoissonProcess CompoundRenewalProcess Compress CompressedData Condition ConditionalExpression Conditioned Cone ConeBox ConfidenceLevel ConfidenceRange ConfidenceTransform ConfigurationPath Congruent Conjugate ConjugateTranspose Conjunction Connect ConnectedComponents ConnectedGraphQ ConnesWindow ConoverTest ConsoleMessage ConsoleMessagePacket ConsolePrint Constant ConstantArray Constants ConstrainedMax ConstrainedMin ContentPadding ContentsBoundingBox ContentSelectable ContentSize Context ContextMenu Contexts ContextToFilename ContextToFileName Continuation Continue ContinuedFraction ContinuedFractionK ContinuousAction ContinuousMarkovProcess ContinuousTimeModelQ ContinuousWaveletData ContinuousWaveletTransform ContourDetect ContourGraphics ContourIntegral ContourLabels ContourLines ContourPlot ContourPlot3D Contours ContourShading ContourSmoothing ContourStyle ContraharmonicMean Control ControlActive ControlAlignment ControllabilityGramian ControllabilityMatrix ControllableDecomposition ControllableModelQ ControllerDuration ControllerInformation ControllerInformationData ControllerLinking ControllerManipulate ControllerMethod ControllerPath ControllerState ControlPlacement ControlsRendering ControlType Convergents ConversionOptions ConversionRules ConvertToBitmapPacket ConvertToPostScript ConvertToPostScriptPacket Convolve ConwayGroupCo1 ConwayGroupCo2 ConwayGroupCo3 CoordinateChartData CoordinatesToolOptions CoordinateTransform CoordinateTransformData CoprimeQ Coproduct CopulaDistribution Copyable CopyDirectory CopyFile CopyTag CopyToClipboard CornerFilter CornerNeighbors Correlation CorrelationDistance CorrelationFunction CorrelationTest Cos Cosh CoshIntegral CosineDistance CosineWindow CosIntegral Cot Coth Count CounterAssignments CounterBox CounterBoxOptions CounterClockwiseContourIntegral CounterEvaluator CounterFunction CounterIncrements CounterStyle CounterStyleMenuListing CountRoots CountryData Covariance CovarianceEstimatorFunction CovarianceFunction CoxianDistribution CoxIngersollRossProcess CoxModel CoxModelFit CramerVonMisesTest CreateArchive CreateDialog CreateDirectory CreateDocument CreateIntermediateDirectories CreatePalette CreatePalettePacket CreateScheduledTask CreateTemporary CreateWindow CriticalityFailureImportance CriticalitySuccessImportance CriticalSection Cross CrossingDetect CrossMatrix Csc Csch CubeRoot Cubics Cuboid CuboidBox Cumulant CumulantGeneratingFunction Cup CupCap Curl CurlyDoubleQuote CurlyQuote CurrentImage CurrentlySpeakingPacket CurrentValue CurvatureFlowFilter CurveClosed Cyan CycleGraph CycleIndexPolynomial Cycles CyclicGroup Cyclotomic Cylinder CylinderBox CylindricalDecomposition D DagumDistribution DamerauLevenshteinDistance DampingFactor Darker Dashed Dashing DataCompression DataDistribution DataRange DataReversed Date DateDelimiters DateDifference DateFunction DateList DateListLogPlot DateListPlot DatePattern DatePlus DateRange DateString DateTicksFormat DaubechiesWavelet DavisDistribution DawsonF DayCount DayCountConvention DayMatchQ DayName DayPlus DayRange DayRound DeBruijnGraph Debug DebugTag Decimal DeclareKnownSymbols DeclarePackage Decompose Decrement DedekindEta Default DefaultAxesStyle DefaultBaseStyle DefaultBoxStyle DefaultButton DefaultColor DefaultControlPlacement DefaultDuplicateCellStyle DefaultDuration DefaultElement DefaultFaceGridsStyle DefaultFieldHintStyle DefaultFont DefaultFontProperties DefaultFormatType DefaultFormatTypeForStyle DefaultFrameStyle DefaultFrameTicksStyle DefaultGridLinesStyle DefaultInlineFormatType DefaultInputFormatType DefaultLabelStyle DefaultMenuStyle DefaultNaturalLanguage DefaultNewCellStyle DefaultNewInlineCellStyle DefaultNotebook DefaultOptions DefaultOutputFormatType DefaultStyle DefaultStyleDefinitions DefaultTextFormatType DefaultTextInlineFormatType DefaultTicksStyle DefaultTooltipStyle DefaultValues Defer DefineExternal DefineInputStreamMethod DefineOutputStreamMethod Definition Degree DegreeCentrality DegreeGraphDistribution DegreeLexicographic DegreeReverseLexicographic Deinitialization Del Deletable Delete DeleteBorderComponents DeleteCases DeleteContents DeleteDirectory DeleteDuplicates DeleteFile DeleteSmallComponents DeleteWithContents DeletionWarning Delimiter DelimiterFlashTime DelimiterMatching Delimiters Denominator DensityGraphics DensityHistogram DensityPlot DependentVariables Deploy Deployed Depth DepthFirstScan Derivative DerivativeFilter DescriptorStateSpace DesignMatrix Det DGaussianWavelet DiacriticalPositioning Diagonal DiagonalMatrix Dialog DialogIndent DialogInput DialogLevel DialogNotebook DialogProlog DialogReturn DialogSymbols Diamond DiamondMatrix DiceDissimilarity DictionaryLookup DifferenceDelta DifferenceOrder DifferenceRoot DifferenceRootReduce Differences DifferentialD DifferentialRoot DifferentialRootReduce DifferentiatorFilter DigitBlock DigitBlockMinimum DigitCharacter DigitCount DigitQ DihedralGroup Dilation Dimensions DiracComb DiracDelta DirectedEdge DirectedEdges DirectedGraph DirectedGraphQ DirectedInfinity Direction Directive Directory DirectoryName DirectoryQ DirectoryStack DirichletCharacter DirichletConvolve DirichletDistribution DirichletL DirichletTransform DirichletWindow DisableConsolePrintPacket DiscreteChirpZTransform DiscreteConvolve DiscreteDelta DiscreteHadamardTransform DiscreteIndicator DiscreteLQEstimatorGains DiscreteLQRegulatorGains DiscreteLyapunovSolve DiscreteMarkovProcess DiscretePlot DiscretePlot3D DiscreteRatio DiscreteRiccatiSolve DiscreteShift DiscreteTimeModelQ DiscreteUniformDistribution DiscreteVariables DiscreteWaveletData DiscreteWaveletPacketTransform DiscreteWaveletTransform Discriminant Disjunction Disk DiskBox DiskMatrix Dispatch DispersionEstimatorFunction Display DisplayAllSteps DisplayEndPacket DisplayFlushImagePacket DisplayForm DisplayFunction DisplayPacket DisplayRules DisplaySetSizePacket DisplayString DisplayTemporary DisplayWith DisplayWithRef DisplayWithVariable DistanceFunction DistanceTransform Distribute Distributed DistributedContexts DistributeDefinitions DistributionChart DistributionDomain DistributionFitTest DistributionParameterAssumptions DistributionParameterQ Dithering Div Divergence Divide DivideBy Dividers Divisible Divisors DivisorSigma DivisorSum DMSList DMSString Do DockedCells DocumentNotebook DominantColors DOSTextFormat Dot DotDashed DotEqual Dotted DoubleBracketingBar DoubleContourIntegral DoubleDownArrow DoubleLeftArrow DoubleLeftRightArrow DoubleLeftTee DoubleLongLeftArrow DoubleLongLeftRightArrow DoubleLongRightArrow DoubleRightArrow DoubleRightTee DoubleUpArrow DoubleUpDownArrow DoubleVerticalBar DoublyInfinite Down DownArrow DownArrowBar DownArrowUpArrow DownLeftRightVector DownLeftTeeVector DownLeftVector DownLeftVectorBar DownRightTeeVector DownRightVector DownRightVectorBar Downsample DownTee DownTeeArrow DownValues DragAndDrop DrawEdges DrawFrontFaces DrawHighlighted Drop DSolve Dt DualLinearProgramming DualSystemsModel DumpGet DumpSave DuplicateFreeQ Dynamic DynamicBox DynamicBoxOptions DynamicEvaluationTimeout DynamicLocation DynamicModule DynamicModuleBox DynamicModuleBoxOptions DynamicModuleParent DynamicModuleValues DynamicName DynamicNamespace DynamicReference DynamicSetting DynamicUpdating DynamicWrapper DynamicWrapperBox DynamicWrapperBoxOptions E EccentricityCentrality EdgeAdd EdgeBetweennessCentrality EdgeCapacity EdgeCapForm EdgeColor EdgeConnectivity EdgeCost EdgeCount EdgeCoverQ EdgeDashing EdgeDelete EdgeDetect EdgeForm EdgeIndex EdgeJoinForm EdgeLabeling EdgeLabels EdgeLabelStyle EdgeList EdgeOpacity EdgeQ EdgeRenderingFunction EdgeRules EdgeShapeFunction EdgeStyle EdgeThickness EdgeWeight Editable EditButtonSettings EditCellTagsSettings EditDistance EffectiveInterest Eigensystem Eigenvalues EigenvectorCentrality Eigenvectors Element ElementData Eliminate EliminationOrder EllipticE EllipticExp EllipticExpPrime EllipticF EllipticFilterModel EllipticK EllipticLog EllipticNomeQ EllipticPi EllipticReducedHalfPeriods EllipticTheta EllipticThetaPrime EmitSound EmphasizeSyntaxErrors EmpiricalDistribution Empty EmptyGraphQ EnableConsolePrintPacket Enabled Encode End EndAdd EndDialogPacket EndFrontEndInteractionPacket EndOfFile EndOfLine EndOfString EndPackage EngineeringForm Enter EnterExpressionPacket EnterTextPacket Entropy EntropyFilter Environment Epilog Equal EqualColumns EqualRows EqualTilde EquatedTo Equilibrium EquirippleFilterKernel Equivalent Erf Erfc Erfi ErlangB ErlangC ErlangDistribution Erosion ErrorBox ErrorBoxOptions ErrorNorm ErrorPacket ErrorsDialogSettings EstimatedDistribution EstimatedProcess EstimatorGains EstimatorRegulator EuclideanDistance EulerE EulerGamma EulerianGraphQ EulerPhi Evaluatable Evaluate Evaluated EvaluatePacket EvaluationCell EvaluationCompletionAction EvaluationElements EvaluationMode EvaluationMonitor EvaluationNotebook EvaluationObject EvaluationOrder Evaluator EvaluatorNames EvenQ EventData EventEvaluator EventHandler EventHandlerTag EventLabels ExactBlackmanWindow ExactNumberQ ExactRootIsolation ExampleData Except ExcludedForms ExcludePods Exclusions ExclusionsStyle Exists Exit ExitDialog Exp Expand ExpandAll ExpandDenominator ExpandFileName ExpandNumerator Expectation ExpectationE ExpectedValue ExpGammaDistribution ExpIntegralE ExpIntegralEi Exponent ExponentFunction ExponentialDistribution ExponentialFamily ExponentialGeneratingFunction ExponentialMovingAverage ExponentialPowerDistribution ExponentPosition ExponentStep Export ExportAutoReplacements ExportPacket ExportString Expression ExpressionCell ExpressionPacket ExpToTrig ExtendedGCD Extension ExtentElementFunction ExtentMarkers ExtentSize ExternalCall ExternalDataCharacterEncoding Extract ExtractArchive ExtremeValueDistribution FaceForm FaceGrids FaceGridsStyle Factor FactorComplete Factorial Factorial2 FactorialMoment FactorialMomentGeneratingFunction FactorialPower FactorInteger FactorList FactorSquareFree FactorSquareFreeList FactorTerms FactorTermsList Fail FailureDistribution False FARIMAProcess FEDisableConsolePrintPacket FeedbackSector FeedbackSectorStyle FeedbackType FEEnableConsolePrintPacket Fibonacci FieldHint FieldHintStyle FieldMasked FieldSize File FileBaseName FileByteCount FileDate FileExistsQ FileExtension FileFormat FileHash FileInformation FileName FileNameDepth FileNameDialogSettings FileNameDrop FileNameJoin FileNames FileNameSetter FileNameSplit FileNameTake FilePrint FileType FilledCurve FilledCurveBox Filling FillingStyle FillingTransform FilterRules FinancialBond FinancialData FinancialDerivative FinancialIndicator Find FindArgMax FindArgMin FindClique FindClusters FindCurvePath FindDistributionParameters FindDivisions FindEdgeCover FindEdgeCut FindEulerianCycle FindFaces FindFile FindFit FindGeneratingFunction FindGeoLocation FindGeometricTransform FindGraphCommunities FindGraphIsomorphism FindGraphPartition FindHamiltonianCycle FindIndependentEdgeSet FindIndependentVertexSet FindInstance FindIntegerNullVector FindKClan FindKClique FindKClub FindKPlex FindLibrary FindLinearRecurrence FindList FindMaximum FindMaximumFlow FindMaxValue FindMinimum FindMinimumCostFlow FindMinimumCut FindMinValue FindPermutation FindPostmanTour FindProcessParameters FindRoot FindSequenceFunction FindSettings FindShortestPath FindShortestTour FindThreshold FindVertexCover FindVertexCut Fine FinishDynamic FiniteAbelianGroupCount FiniteGroupCount FiniteGroupData First FirstPassageTimeDistribution FischerGroupFi22 FischerGroupFi23 FischerGroupFi24Prime FisherHypergeometricDistribution FisherRatioTest FisherZDistribution Fit FitAll FittedModel FixedPoint FixedPointList FlashSelection Flat Flatten FlattenAt FlatTopWindow FlipView Floor FlushPrintOutputPacket Fold FoldList Font FontColor FontFamily FontForm FontName FontOpacity FontPostScriptName FontProperties FontReencoding FontSize FontSlant FontSubstitutions FontTracking FontVariations FontWeight For ForAll Format FormatRules FormatType FormatTypeAutoConvert FormatValues FormBox FormBoxOptions FortranForm Forward ForwardBackward Fourier FourierCoefficient FourierCosCoefficient FourierCosSeries FourierCosTransform FourierDCT FourierDCTFilter FourierDCTMatrix FourierDST FourierDSTMatrix FourierMatrix FourierParameters FourierSequenceTransform FourierSeries FourierSinCoefficient FourierSinSeries FourierSinTransform FourierTransform FourierTrigSeries FractionalBrownianMotionProcess FractionalPart FractionBox FractionBoxOptions FractionLine Frame FrameBox FrameBoxOptions Framed FrameInset FrameLabel Frameless FrameMargins FrameStyle FrameTicks FrameTicksStyle FRatioDistribution FrechetDistribution FreeQ FrequencySamplingFilterKernel FresnelC FresnelS Friday FrobeniusNumber FrobeniusSolve FromCharacterCode FromCoefficientRules FromContinuedFraction FromDate FromDigits FromDMS Front FrontEndDynamicExpression FrontEndEventActions FrontEndExecute FrontEndObject FrontEndResource FrontEndResourceString FrontEndStackSize FrontEndToken FrontEndTokenExecute FrontEndValueCache FrontEndVersion FrontFaceColor FrontFaceOpacity Full FullAxes FullDefinition FullForm FullGraphics FullOptions FullSimplify Function FunctionExpand FunctionInterpolation FunctionSpace FussellVeselyImportance GaborFilter GaborMatrix GaborWavelet GainMargins GainPhaseMargins Gamma GammaDistribution GammaRegularized GapPenalty Gather GatherBy GaugeFaceElementFunction GaugeFaceStyle GaugeFrameElementFunction GaugeFrameSize GaugeFrameStyle GaugeLabels GaugeMarkers GaugeStyle GaussianFilter GaussianIntegers GaussianMatrix GaussianWindow GCD GegenbauerC General GeneralizedLinearModelFit GenerateConditions GeneratedCell GeneratedParameters GeneratingFunction Generic GenericCylindricalDecomposition GenomeData GenomeLookup GeodesicClosing GeodesicDilation GeodesicErosion GeodesicOpening GeoDestination GeodesyData GeoDirection GeoDistance GeoGridPosition GeometricBrownianMotionProcess GeometricDistribution GeometricMean GeometricMeanFilter GeometricTransformation GeometricTransformation3DBox GeometricTransformation3DBoxOptions GeometricTransformationBox GeometricTransformationBoxOptions GeoPosition GeoPositionENU GeoPositionXYZ GeoProjectionData GestureHandler GestureHandlerTag Get GetBoundingBoxSizePacket GetContext GetEnvironment GetFileName GetFrontEndOptionsDataPacket GetLinebreakInformationPacket GetMenusPacket GetPageBreakInformationPacket Glaisher GlobalClusteringCoefficient GlobalPreferences GlobalSession Glow GoldenRatio GompertzMakehamDistribution GoodmanKruskalGamma GoodmanKruskalGammaTest Goto Grad Gradient GradientFilter GradientOrientationFilter Graph GraphAssortativity GraphCenter GraphComplement GraphData GraphDensity GraphDiameter GraphDifference GraphDisjointUnion GraphDistance GraphDistanceMatrix GraphElementData GraphEmbedding GraphHighlight GraphHighlightStyle GraphHub Graphics Graphics3D Graphics3DBox Graphics3DBoxOptions GraphicsArray GraphicsBaseline GraphicsBox GraphicsBoxOptions GraphicsColor GraphicsColumn GraphicsComplex GraphicsComplex3DBox GraphicsComplex3DBoxOptions GraphicsComplexBox GraphicsComplexBoxOptions GraphicsContents GraphicsData GraphicsGrid GraphicsGridBox GraphicsGroup GraphicsGroup3DBox GraphicsGroup3DBoxOptions GraphicsGroupBox GraphicsGroupBoxOptions GraphicsGrouping GraphicsHighlightColor GraphicsRow GraphicsSpacing GraphicsStyle GraphIntersection GraphLayout GraphLinkEfficiency GraphPeriphery GraphPlot GraphPlot3D GraphPower GraphPropertyDistribution GraphQ GraphRadius GraphReciprocity GraphRoot GraphStyle GraphUnion Gray GrayLevel GreatCircleDistance Greater GreaterEqual GreaterEqualLess GreaterFullEqual GreaterGreater GreaterLess GreaterSlantEqual GreaterTilde Green Grid GridBaseline GridBox GridBoxAlignment GridBoxBackground GridBoxDividers GridBoxFrame GridBoxItemSize GridBoxItemStyle GridBoxOptions GridBoxSpacings GridCreationSettings GridDefaultElement GridElementStyleOptions GridFrame GridFrameMargins GridGraph GridLines GridLinesStyle GroebnerBasis GroupActionBase GroupCentralizer GroupElementFromWord GroupElementPosition GroupElementQ GroupElements GroupElementToWord GroupGenerators GroupMultiplicationTable GroupOrbits GroupOrder GroupPageBreakWithin GroupSetwiseStabilizer GroupStabilizer GroupStabilizerChain Gudermannian GumbelDistribution HaarWavelet HadamardMatrix HalfNormalDistribution HamiltonianGraphQ HammingDistance HammingWindow HankelH1 HankelH2 HankelMatrix HannPoissonWindow HannWindow HaradaNortonGroupHN HararyGraph HarmonicMean HarmonicMeanFilter HarmonicNumber Hash HashTable Haversine HazardFunction Head HeadCompose Heads HeavisideLambda HeavisidePi HeavisideTheta HeldGroupHe HeldPart HelpBrowserLookup HelpBrowserNotebook HelpBrowserSettings HermiteDecomposition HermiteH HermitianMatrixQ HessenbergDecomposition Hessian HexadecimalCharacter Hexahedron HexahedronBox HexahedronBoxOptions HiddenSurface HighlightGraph HighlightImage HighpassFilter HigmanSimsGroupHS HilbertFilter HilbertMatrix Histogram Histogram3D HistogramDistribution HistogramList HistogramTransform HistogramTransformInterpolation HitMissTransform HITSCentrality HodgeDual HoeffdingD HoeffdingDTest Hold HoldAll HoldAllComplete HoldComplete HoldFirst HoldForm HoldPattern HoldRest HolidayCalendar HomeDirectory HomePage Horizontal HorizontalForm HorizontalGauge HorizontalScrollPosition HornerForm HotellingTSquareDistribution HoytDistribution HTMLSave Hue HumpDownHump HumpEqual HurwitzLerchPhi HurwitzZeta HyperbolicDistribution HypercubeGraph HyperexponentialDistribution Hyperfactorial Hypergeometric0F1 Hypergeometric0F1Regularized Hypergeometric1F1 Hypergeometric1F1Regularized Hypergeometric2F1 Hypergeometric2F1Regularized HypergeometricDistribution HypergeometricPFQ HypergeometricPFQRegularized HypergeometricU Hyperlink HyperlinkCreationSettings Hyphenation HyphenationOptions HypoexponentialDistribution HypothesisTestData I Identity IdentityMatrix If IgnoreCase Im Image Image3D Image3DSlices ImageAccumulate ImageAdd ImageAdjust ImageAlign ImageApply ImageAspectRatio ImageAssemble ImageCache ImageCacheValid ImageCapture ImageChannels ImageClip ImageColorSpace ImageCompose ImageConvolve ImageCooccurrence ImageCorners ImageCorrelate ImageCorrespondingPoints ImageCrop ImageData ImageDataPacket ImageDeconvolve ImageDemosaic ImageDifference ImageDimensions ImageDistance ImageEffect ImageFeatureTrack ImageFileApply ImageFileFilter ImageFileScan ImageFilter ImageForestingComponents ImageForwardTransformation ImageHistogram ImageKeypoints ImageLevels ImageLines ImageMargins ImageMarkers ImageMeasurements ImageMultiply ImageOffset ImagePad ImagePadding ImagePartition ImagePeriodogram ImagePerspectiveTransformation ImageQ ImageRangeCache ImageReflect ImageRegion ImageResize ImageResolution ImageRotate ImageRotated ImageScaled ImageScan ImageSize ImageSizeAction ImageSizeCache ImageSizeMultipliers ImageSizeRaw ImageSubtract ImageTake ImageTransformation ImageTrim ImageType ImageValue ImageValuePositions Implies Import ImportAutoReplacements ImportString ImprovementImportance In IncidenceGraph IncidenceList IncidenceMatrix IncludeConstantBasis IncludeFileExtension IncludePods IncludeSingularTerm Increment Indent IndentingNewlineSpacings IndentMaxFraction IndependenceTest IndependentEdgeSetQ IndependentUnit IndependentVertexSetQ Indeterminate IndexCreationOptions Indexed IndexGraph IndexTag Inequality InexactNumberQ InexactNumbers Infinity Infix Information Inherited InheritScope Initialization InitializationCell InitializationCellEvaluation InitializationCellWarning InlineCounterAssignments InlineCounterIncrements InlineRules Inner Inpaint Input InputAliases InputAssumptions InputAutoReplacements InputField InputFieldBox InputFieldBoxOptions InputForm InputGrouping InputNamePacket InputNotebook InputPacket InputSettings InputStream InputString InputStringPacket InputToBoxFormPacket Insert InsertionPointObject InsertResults Inset Inset3DBox Inset3DBoxOptions InsetBox InsetBoxOptions Install InstallService InString Integer IntegerDigits IntegerExponent IntegerLength IntegerPart IntegerPartitions IntegerQ Integers IntegerString Integral Integrate Interactive InteractiveTradingChart Interlaced Interleaving InternallyBalancedDecomposition InterpolatingFunction InterpolatingPolynomial Interpolation InterpolationOrder InterpolationPoints InterpolationPrecision Interpretation InterpretationBox InterpretationBoxOptions InterpretationFunction InterpretTemplate InterquartileRange Interrupt InterruptSettings Intersection Interval IntervalIntersection IntervalMemberQ IntervalUnion Inverse InverseBetaRegularized InverseCDF InverseChiSquareDistribution InverseContinuousWaveletTransform InverseDistanceTransform InverseEllipticNomeQ InverseErf InverseErfc InverseFourier InverseFourierCosTransform InverseFourierSequenceTransform InverseFourierSinTransform InverseFourierTransform InverseFunction InverseFunctions InverseGammaDistribution InverseGammaRegularized InverseGaussianDistribution InverseGudermannian InverseHaversine InverseJacobiCD InverseJacobiCN InverseJacobiCS InverseJacobiDC InverseJacobiDN InverseJacobiDS InverseJacobiNC InverseJacobiND InverseJacobiNS InverseJacobiSC InverseJacobiSD InverseJacobiSN InverseLaplaceTransform InversePermutation InverseRadon InverseSeries InverseSurvivalFunction InverseWaveletTransform InverseWeierstrassP InverseZTransform Invisible InvisibleApplication InvisibleTimes IrreduciblePolynomialQ IsolatingInterval IsomorphicGraphQ IsotopeData Italic Item ItemBox ItemBoxOptions ItemSize ItemStyle ItoProcess JaccardDissimilarity JacobiAmplitude Jacobian JacobiCD JacobiCN JacobiCS JacobiDC JacobiDN JacobiDS JacobiNC JacobiND JacobiNS JacobiP JacobiSC JacobiSD JacobiSN JacobiSymbol JacobiZeta JankoGroupJ1 JankoGroupJ2 JankoGroupJ3 JankoGroupJ4 JarqueBeraALMTest JohnsonDistribution Join Joined JoinedCurve JoinedCurveBox JoinForm JordanDecomposition JordanModelDecomposition K KagiChart KaiserBesselWindow KaiserWindow KalmanEstimator KalmanFilter KarhunenLoeveDecomposition KaryTree KatzCentrality KCoreComponents KDistribution KelvinBei KelvinBer KelvinKei KelvinKer KendallTau KendallTauTest KernelExecute KernelMixtureDistribution KernelObject Kernels Ket Khinchin KirchhoffGraph KirchhoffMatrix KleinInvariantJ KnightTourGraph KnotData KnownUnitQ KolmogorovSmirnovTest KroneckerDelta KroneckerModelDecomposition KroneckerProduct KroneckerSymbol KuiperTest KumaraswamyDistribution Kurtosis KuwaharaFilter Label Labeled LabeledSlider LabelingFunction LabelStyle LaguerreL LambdaComponents LambertW LanczosWindow LandauDistribution Language LanguageCategory LaplaceDistribution LaplaceTransform Laplacian LaplacianFilter LaplacianGaussianFilter Large Larger Last Latitude LatitudeLongitude LatticeData LatticeReduce Launch LaunchKernels LayeredGraphPlot LayerSizeFunction LayoutInformation LCM LeafCount LeapYearQ LeastSquares LeastSquaresFilterKernel Left LeftArrow LeftArrowBar LeftArrowRightArrow LeftDownTeeVector LeftDownVector LeftDownVectorBar LeftRightArrow LeftRightVector LeftTee LeftTeeArrow LeftTeeVector LeftTriangle LeftTriangleBar LeftTriangleEqual LeftUpDownVector LeftUpTeeVector LeftUpVector LeftUpVectorBar LeftVector LeftVectorBar LegendAppearance Legended LegendFunction LegendLabel LegendLayout LegendMargins LegendMarkers LegendMarkerSize LegendreP LegendreQ LegendreType Length LengthWhile LerchPhi Less LessEqual LessEqualGreater LessFullEqual LessGreater LessLess LessSlantEqual LessTilde LetterCharacter LetterQ Level LeveneTest LeviCivitaTensor LevyDistribution Lexicographic LibraryFunction LibraryFunctionError LibraryFunctionInformation LibraryFunctionLoad LibraryFunctionUnload LibraryLoad LibraryUnload LicenseID LiftingFilterData LiftingWaveletTransform LightBlue LightBrown LightCyan Lighter LightGray LightGreen Lighting LightingAngle LightMagenta LightOrange LightPink LightPurple LightRed LightSources LightYellow Likelihood Limit LimitsPositioning LimitsPositioningTokens LindleyDistribution Line Line3DBox LinearFilter LinearFractionalTransform LinearModelFit LinearOffsetFunction LinearProgramming LinearRecurrence LinearSolve LinearSolveFunction LineBox LineBreak LinebreakAdjustments LineBreakChart LineBreakWithin LineColor LineForm LineGraph LineIndent LineIndentMaxFraction LineIntegralConvolutionPlot LineIntegralConvolutionScale LineLegend LineOpacity LineSpacing LineWrapParts LinkActivate LinkClose LinkConnect LinkConnectedQ LinkCreate LinkError LinkFlush LinkFunction LinkHost LinkInterrupt LinkLaunch LinkMode LinkObject LinkOpen LinkOptions LinkPatterns LinkProtocol LinkRead LinkReadHeld LinkReadyQ Links LinkWrite LinkWriteHeld LiouvilleLambda List Listable ListAnimate ListContourPlot ListContourPlot3D ListConvolve ListCorrelate ListCurvePathPlot ListDeconvolve ListDensityPlot Listen ListFourierSequenceTransform ListInterpolation ListLineIntegralConvolutionPlot ListLinePlot ListLogLinearPlot ListLogLogPlot ListLogPlot ListPicker ListPickerBox ListPickerBoxBackground ListPickerBoxOptions ListPlay ListPlot ListPlot3D ListPointPlot3D ListPolarPlot ListQ ListStreamDensityPlot ListStreamPlot ListSurfacePlot3D ListVectorDensityPlot ListVectorPlot ListVectorPlot3D ListZTransform Literal LiteralSearch LocalClusteringCoefficient LocalizeVariables LocationEquivalenceTest LocationTest Locator LocatorAutoCreate LocatorBox LocatorBoxOptions LocatorCentering LocatorPane LocatorPaneBox LocatorPaneBoxOptions LocatorRegion Locked Log Log10 Log2 LogBarnesG LogGamma LogGammaDistribution LogicalExpand LogIntegral LogisticDistribution LogitModelFit LogLikelihood LogLinearPlot LogLogisticDistribution LogLogPlot LogMultinormalDistribution LogNormalDistribution LogPlot LogRankTest LogSeriesDistribution LongEqual Longest LongestAscendingSequence LongestCommonSequence LongestCommonSequencePositions LongestCommonSubsequence LongestCommonSubsequencePositions LongestMatch LongForm Longitude LongLeftArrow LongLeftRightArrow LongRightArrow Loopback LoopFreeGraphQ LowerCaseQ LowerLeftArrow LowerRightArrow LowerTriangularize LowpassFilter LQEstimatorGains LQGRegulator LQOutputRegulatorGains LQRegulatorGains LUBackSubstitution LucasL LuccioSamiComponents LUDecomposition LyapunovSolve LyonsGroupLy MachineID MachineName MachineNumberQ MachinePrecision MacintoshSystemPageSetup Magenta Magnification Magnify MainSolve MaintainDynamicCaches Majority MakeBoxes MakeExpression MakeRules MangoldtLambda ManhattanDistance Manipulate Manipulator MannWhitneyTest MantissaExponent Manual Map MapAll MapAt MapIndexed MAProcess MapThread MarcumQ MardiaCombinedTest MardiaKurtosisTest MardiaSkewnessTest MarginalDistribution MarkovProcessProperties Masking MatchingDissimilarity MatchLocalNameQ MatchLocalNames MatchQ Material MathematicaNotation MathieuC MathieuCharacteristicA MathieuCharacteristicB MathieuCharacteristicExponent MathieuCPrime MathieuGroupM11 MathieuGroupM12 MathieuGroupM22 MathieuGroupM23 MathieuGroupM24 MathieuS MathieuSPrime MathMLForm MathMLText Matrices MatrixExp MatrixForm MatrixFunction MatrixLog MatrixPlot MatrixPower MatrixQ MatrixRank Max MaxBend MaxDetect MaxExtraBandwidths MaxExtraConditions MaxFeatures MaxFilter Maximize MaxIterations MaxMemoryUsed MaxMixtureKernels MaxPlotPoints MaxPoints MaxRecursion MaxStableDistribution MaxStepFraction MaxSteps MaxStepSize MaxValue MaxwellDistribution McLaughlinGroupMcL Mean MeanClusteringCoefficient MeanDegreeConnectivity MeanDeviation MeanFilter MeanGraphDistance MeanNeighborDegree MeanShift MeanShiftFilter Median MedianDeviation MedianFilter Medium MeijerG MeixnerDistribution MemberQ MemoryConstrained MemoryInUse Menu MenuAppearance MenuCommandKey MenuEvaluator MenuItem MenuPacket MenuSortingValue MenuStyle MenuView MergeDifferences Mesh MeshFunctions MeshRange MeshShading MeshStyle Message MessageDialog MessageList MessageName MessageOptions MessagePacket Messages MessagesNotebook MetaCharacters MetaInformation Method MethodOptions MexicanHatWavelet MeyerWavelet Min MinDetect MinFilter MinimalPolynomial MinimalStateSpaceModel Minimize Minors MinRecursion MinSize MinStableDistribution Minus MinusPlus MinValue Missing MissingDataMethod MittagLefflerE MixedRadix MixedRadixQuantity MixtureDistribution Mod Modal Mode Modular ModularLambda Module Modulus MoebiusMu Moment Momentary MomentConvert MomentEvaluate MomentGeneratingFunction Monday Monitor MonomialList MonomialOrder MonsterGroupM MorletWavelet MorphologicalBinarize MorphologicalBranchPoints MorphologicalComponents MorphologicalEulerNumber MorphologicalGraph MorphologicalPerimeter MorphologicalTransform Most MouseAnnotation MouseAppearance MouseAppearanceTag MouseButtons Mouseover MousePointerNote MousePosition MovingAverage MovingMedian MoyalDistribution MultiedgeStyle MultilaunchWarning MultiLetterItalics MultiLetterStyle MultilineFunction Multinomial MultinomialDistribution MultinormalDistribution MultiplicativeOrder Multiplicity Multiselection MultivariateHypergeometricDistribution MultivariatePoissonDistribution MultivariateTDistribution N NakagamiDistribution NameQ Names NamespaceBox Nand NArgMax NArgMin NBernoulliB NCache NDSolve NDSolveValue Nearest NearestFunction NeedCurrentFrontEndPackagePacket NeedCurrentFrontEndSymbolsPacket NeedlemanWunschSimilarity Needs Negative NegativeBinomialDistribution NegativeMultinomialDistribution NeighborhoodGraph Nest NestedGreaterGreater NestedLessLess NestedScriptRules NestList NestWhile NestWhileList NevilleThetaC NevilleThetaD NevilleThetaN NevilleThetaS NewPrimitiveStyle NExpectation Next NextPrime NHoldAll NHoldFirst NHoldRest NicholsGridLines NicholsPlot NIntegrate NMaximize NMaxValue NMinimize NMinValue NominalVariables NonAssociative NoncentralBetaDistribution NoncentralChiSquareDistribution NoncentralFRatioDistribution NoncentralStudentTDistribution NonCommutativeMultiply NonConstants None NonlinearModelFit NonlocalMeansFilter NonNegative NonPositive Nor NorlundB Norm Normal NormalDistribution NormalGrouping Normalize NormalizedSquaredEuclideanDistance NormalsFunction NormFunction Not NotCongruent NotCupCap NotDoubleVerticalBar Notebook NotebookApply NotebookAutoSave NotebookClose NotebookConvertSettings NotebookCreate NotebookCreateReturnObject NotebookDefault NotebookDelete NotebookDirectory NotebookDynamicExpression NotebookEvaluate NotebookEventActions NotebookFileName NotebookFind NotebookFindReturnObject NotebookGet NotebookGetLayoutInformationPacket NotebookGetMisspellingsPacket NotebookInformation NotebookInterfaceObject NotebookLocate NotebookObject NotebookOpen NotebookOpenReturnObject NotebookPath NotebookPrint NotebookPut NotebookPutReturnObject NotebookRead NotebookResetGeneratedCells Notebooks NotebookSave NotebookSaveAs NotebookSelection NotebookSetupLayoutInformationPacket NotebooksMenu NotebookWrite NotElement NotEqualTilde NotExists NotGreater NotGreaterEqual NotGreaterFullEqual NotGreaterGreater NotGreaterLess NotGreaterSlantEqual NotGreaterTilde NotHumpDownHump NotHumpEqual NotLeftTriangle NotLeftTriangleBar NotLeftTriangleEqual NotLess NotLessEqual NotLessFullEqual NotLessGreater NotLessLess NotLessSlantEqual NotLessTilde NotNestedGreaterGreater NotNestedLessLess NotPrecedes NotPrecedesEqual NotPrecedesSlantEqual NotPrecedesTilde NotReverseElement NotRightTriangle NotRightTriangleBar NotRightTriangleEqual NotSquareSubset NotSquareSubsetEqual NotSquareSuperset NotSquareSupersetEqual NotSubset NotSubsetEqual NotSucceeds NotSucceedsEqual NotSucceedsSlantEqual NotSucceedsTilde NotSuperset NotSupersetEqual NotTilde NotTildeEqual NotTildeFullEqual NotTildeTilde NotVerticalBar NProbability NProduct NProductFactors NRoots NSolve NSum NSumTerms Null NullRecords NullSpace NullWords Number NumberFieldClassNumber NumberFieldDiscriminant NumberFieldFundamentalUnits NumberFieldIntegralBasis NumberFieldNormRepresentatives NumberFieldRegulator NumberFieldRootsOfUnity NumberFieldSignature NumberForm NumberFormat NumberMarks NumberMultiplier NumberPadding NumberPoint NumberQ NumberSeparator NumberSigns NumberString Numerator NumericFunction NumericQ NuttallWindow NValues NyquistGridLines NyquistPlot O ObservabilityGramian ObservabilityMatrix ObservableDecomposition ObservableModelQ OddQ Off Offset OLEData On ONanGroupON OneIdentity Opacity Open OpenAppend Opener OpenerBox OpenerBoxOptions OpenerView OpenFunctionInspectorPacket Opening OpenRead OpenSpecialOptions OpenTemporary OpenWrite Operate OperatingSystem OptimumFlowData Optional OptionInspectorSettings OptionQ Options OptionsPacket OptionsPattern OptionValue OptionValueBox OptionValueBoxOptions Or Orange Order OrderDistribution OrderedQ Ordering Orderless OrnsteinUhlenbeckProcess Orthogonalize Out Outer OutputAutoOverwrite OutputControllabilityMatrix OutputControllableModelQ OutputForm OutputFormData OutputGrouping OutputMathEditExpression OutputNamePacket OutputResponse OutputSizeLimit OutputStream Over OverBar OverDot Overflow OverHat Overlaps Overlay OverlayBox OverlayBoxOptions Overscript OverscriptBox OverscriptBoxOptions OverTilde OverVector OwenT OwnValues PackingMethod PaddedForm Padding PadeApproximant PadLeft PadRight PageBreakAbove PageBreakBelow PageBreakWithin PageFooterLines PageFooters PageHeaderLines PageHeaders PageHeight PageRankCentrality PageWidth PairedBarChart PairedHistogram PairedSmoothHistogram PairedTTest PairedZTest PaletteNotebook PalettePath Pane PaneBox PaneBoxOptions Panel PanelBox PanelBoxOptions Paneled PaneSelector PaneSelectorBox PaneSelectorBoxOptions PaperWidth ParabolicCylinderD ParagraphIndent ParagraphSpacing ParallelArray ParallelCombine ParallelDo ParallelEvaluate Parallelization Parallelize ParallelMap ParallelNeeds ParallelProduct ParallelSubmit ParallelSum ParallelTable ParallelTry Parameter ParameterEstimator ParameterMixtureDistribution ParameterVariables ParametricFunction ParametricNDSolve ParametricNDSolveValue ParametricPlot ParametricPlot3D ParentConnect ParentDirectory ParentForm Parenthesize ParentList ParetoDistribution Part PartialCorrelationFunction PartialD ParticleData Partition PartitionsP PartitionsQ ParzenWindow PascalDistribution PassEventsDown PassEventsUp Paste PasteBoxFormInlineCells PasteButton Path PathGraph PathGraphQ Pattern PatternSequence PatternTest PauliMatrix PaulWavelet Pause PausedTime PDF PearsonChiSquareTest PearsonCorrelationTest PearsonDistribution PerformanceGoal PeriodicInterpolation Periodogram PeriodogramArray PermutationCycles PermutationCyclesQ PermutationGroup PermutationLength PermutationList PermutationListQ PermutationMax PermutationMin PermutationOrder PermutationPower PermutationProduct PermutationReplace Permutations PermutationSupport Permute PeronaMalikFilter Perpendicular PERTDistribution PetersenGraph PhaseMargins Pi Pick PIDData PIDDerivativeFilter PIDFeedforward PIDTune Piecewise PiecewiseExpand PieChart PieChart3D PillaiTrace PillaiTraceTest Pink Pivoting PixelConstrained PixelValue PixelValuePositions Placed Placeholder PlaceholderReplace Plain PlanarGraphQ Play PlayRange Plot Plot3D Plot3Matrix PlotDivision PlotJoined PlotLabel PlotLayout PlotLegends PlotMarkers PlotPoints PlotRange PlotRangeClipping PlotRangePadding PlotRegion PlotStyle Plus PlusMinus Pochhammer PodStates PodWidth Point Point3DBox PointBox PointFigureChart PointForm PointLegend PointSize PoissonConsulDistribution PoissonDistribution PoissonProcess PoissonWindow PolarAxes PolarAxesOrigin PolarGridLines PolarPlot PolarTicks PoleZeroMarkers PolyaAeppliDistribution PolyGamma Polygon Polygon3DBox Polygon3DBoxOptions PolygonBox PolygonBoxOptions PolygonHoleScale PolygonIntersections PolygonScale PolyhedronData PolyLog PolynomialExtendedGCD PolynomialForm PolynomialGCD PolynomialLCM PolynomialMod PolynomialQ PolynomialQuotient PolynomialQuotientRemainder PolynomialReduce PolynomialRemainder Polynomials PopupMenu PopupMenuBox PopupMenuBoxOptions PopupView PopupWindow Position Positive PositiveDefiniteMatrixQ PossibleZeroQ Postfix PostScript Power PowerDistribution PowerExpand PowerMod PowerModList PowerSpectralDensity PowersRepresentations PowerSymmetricPolynomial Precedence PrecedenceForm Precedes PrecedesEqual PrecedesSlantEqual PrecedesTilde Precision PrecisionGoal PreDecrement PredictionRoot PreemptProtect PreferencesPath Prefix PreIncrement Prepend PrependTo PreserveImageOptions Previous PriceGraphDistribution PrimaryPlaceholder Prime PrimeNu PrimeOmega PrimePi PrimePowerQ PrimeQ Primes PrimeZetaP PrimitiveRoot PrincipalComponents PrincipalValue Print PrintAction PrintForm PrintingCopies PrintingOptions PrintingPageRange PrintingStartingPageNumber PrintingStyleEnvironment PrintPrecision PrintTemporary Prism PrismBox PrismBoxOptions PrivateCellOptions PrivateEvaluationOptions PrivateFontOptions PrivateFrontEndOptions PrivateNotebookOptions PrivatePaths Probability ProbabilityDistribution ProbabilityPlot ProbabilityPr ProbabilityScalePlot ProbitModelFit ProcessEstimator ProcessParameterAssumptions ProcessParameterQ ProcessStateDomain ProcessTimeDomain Product ProductDistribution ProductLog ProgressIndicator ProgressIndicatorBox ProgressIndicatorBoxOptions Projection Prolog PromptForm Properties Property PropertyList PropertyValue Proportion Proportional Protect Protected ProteinData Pruning PseudoInverse Purple Put PutAppend Pyramid PyramidBox PyramidBoxOptions QBinomial QFactorial QGamma QHypergeometricPFQ QPochhammer QPolyGamma QRDecomposition QuadraticIrrationalQ Quantile QuantilePlot Quantity QuantityForm QuantityMagnitude QuantityQ QuantityUnit Quartics QuartileDeviation Quartiles QuartileSkewness QueueingNetworkProcess QueueingProcess QueueProperties Quiet Quit Quotient QuotientRemainder RadialityCentrality RadicalBox RadicalBoxOptions RadioButton RadioButtonBar RadioButtonBox RadioButtonBoxOptions Radon RamanujanTau RamanujanTauL RamanujanTauTheta RamanujanTauZ Random RandomChoice RandomComplex RandomFunction RandomGraph RandomImage RandomInteger RandomPermutation RandomPrime RandomReal RandomSample RandomSeed RandomVariate RandomWalkProcess Range RangeFilter RangeSpecification RankedMax RankedMin Raster Raster3D Raster3DBox Raster3DBoxOptions RasterArray RasterBox RasterBoxOptions Rasterize RasterSize Rational RationalFunctions Rationalize Rationals Ratios Raw RawArray RawBoxes RawData RawMedium RayleighDistribution Re Read ReadList ReadProtected Real RealBlockDiagonalForm RealDigits RealExponent Reals Reap Record RecordLists RecordSeparators Rectangle RectangleBox RectangleBoxOptions RectangleChart RectangleChart3D RecurrenceFilter RecurrenceTable RecurringDigitsForm Red Reduce RefBox ReferenceLineStyle ReferenceMarkers ReferenceMarkerStyle Refine ReflectionMatrix ReflectionTransform Refresh RefreshRate RegionBinarize RegionFunction RegionPlot RegionPlot3D RegularExpression Regularization Reinstall Release ReleaseHold ReliabilityDistribution ReliefImage ReliefPlot Remove RemoveAlphaChannel RemoveAsynchronousTask Removed RemoveInputStreamMethod RemoveOutputStreamMethod RemoveProperty RemoveScheduledTask RenameDirectory RenameFile RenderAll RenderingOptions RenewalProcess RenkoChart Repeated RepeatedNull RepeatedString Replace ReplaceAll ReplaceHeldPart ReplaceImageValue ReplaceList ReplacePart ReplacePixelValue ReplaceRepeated Resampling Rescale RescalingTransform ResetDirectory ResetMenusPacket ResetScheduledTask Residue Resolve Rest Resultant ResumePacket Return ReturnExpressionPacket ReturnInputFormPacket ReturnPacket ReturnTextPacket Reverse ReverseBiorthogonalSplineWavelet ReverseElement ReverseEquilibrium ReverseGraph ReverseUpEquilibrium RevolutionAxis RevolutionPlot3D RGBColor RiccatiSolve RiceDistribution RidgeFilter RiemannR RiemannSiegelTheta RiemannSiegelZ Riffle Right RightArrow RightArrowBar RightArrowLeftArrow RightCosetRepresentative RightDownTeeVector RightDownVector RightDownVectorBar RightTee RightTeeArrow RightTeeVector RightTriangle RightTriangleBar RightTriangleEqual RightUpDownVector RightUpTeeVector RightUpVector RightUpVectorBar RightVector RightVectorBar RiskAchievementImportance RiskReductionImportance RogersTanimotoDissimilarity Root RootApproximant RootIntervals RootLocusPlot RootMeanSquare RootOfUnityQ RootReduce Roots RootSum Rotate RotateLabel RotateLeft RotateRight RotationAction RotationBox RotationBoxOptions RotationMatrix RotationTransform Round RoundImplies RoundingRadius Row RowAlignments RowBackgrounds RowBox RowHeights RowLines RowMinHeight RowReduce RowsEqual RowSpacings RSolve RudvalisGroupRu Rule RuleCondition RuleDelayed RuleForm RulerUnits Run RunScheduledTask RunThrough RuntimeAttributes RuntimeOptions RussellRaoDissimilarity SameQ SameTest SampleDepth SampledSoundFunction SampledSoundList SampleRate SamplingPeriod SARIMAProcess SARMAProcess SatisfiabilityCount SatisfiabilityInstances SatisfiableQ Saturday Save Saveable SaveAutoDelete SaveDefinitions SawtoothWave Scale Scaled ScaleDivisions ScaledMousePosition ScaleOrigin ScalePadding ScaleRanges ScaleRangeStyle ScalingFunctions ScalingMatrix ScalingTransform Scan ScheduledTaskActiveQ ScheduledTaskData ScheduledTaskObject ScheduledTasks SchurDecomposition ScientificForm ScreenRectangle ScreenStyleEnvironment ScriptBaselineShifts ScriptLevel ScriptMinSize ScriptRules ScriptSizeMultipliers Scrollbars ScrollingOptions ScrollPosition Sec Sech SechDistribution SectionGrouping SectorChart SectorChart3D SectorOrigin SectorSpacing SeedRandom Select Selectable SelectComponents SelectedCells SelectedNotebook Selection SelectionAnimate SelectionCell SelectionCellCreateCell SelectionCellDefaultStyle SelectionCellParentStyle SelectionCreateCell SelectionDebuggerTag SelectionDuplicateCell SelectionEvaluate SelectionEvaluateCreateCell SelectionMove SelectionPlaceholder SelectionSetStyle SelectWithContents SelfLoops SelfLoopStyle SemialgebraicComponentInstances SendMail Sequence SequenceAlignment SequenceForm SequenceHold SequenceLimit Series SeriesCoefficient SeriesData SessionTime Set SetAccuracy SetAlphaChannel SetAttributes Setbacks SetBoxFormNamesPacket SetDelayed SetDirectory SetEnvironment SetEvaluationNotebook SetFileDate SetFileLoadingContext SetNotebookStatusLine SetOptions SetOptionsPacket SetPrecision SetProperty SetSelectedNotebook SetSharedFunction SetSharedVariable SetSpeechParametersPacket SetStreamPosition SetSystemOptions Setter SetterBar SetterBox SetterBoxOptions Setting SetValue Shading Shallow ShannonWavelet ShapiroWilkTest Share Sharpen ShearingMatrix ShearingTransform ShenCastanMatrix Short ShortDownArrow Shortest ShortestMatch ShortestPathFunction ShortLeftArrow ShortRightArrow ShortUpArrow Show ShowAutoStyles ShowCellBracket ShowCellLabel ShowCellTags ShowClosedCellArea ShowContents ShowControls ShowCursorTracker ShowGroupOpenCloseIcon ShowGroupOpener ShowInvisibleCharacters ShowPageBreaks ShowPredictiveInterface ShowSelection ShowShortBoxForm ShowSpecialCharacters ShowStringCharacters ShowSyntaxStyles ShrinkingDelay ShrinkWrapBoundingBox SiegelTheta SiegelTukeyTest Sign Signature SignedRankTest SignificanceLevel SignPadding SignTest SimilarityRules SimpleGraph SimpleGraphQ Simplify Sin Sinc SinghMaddalaDistribution SingleEvaluation SingleLetterItalics SingleLetterStyle SingularValueDecomposition SingularValueList SingularValuePlot SingularValues Sinh SinhIntegral SinIntegral SixJSymbol Skeleton SkeletonTransform SkellamDistribution Skewness SkewNormalDistribution Skip SliceDistribution Slider Slider2D Slider2DBox Slider2DBoxOptions SliderBox SliderBoxOptions SlideView Slot SlotSequence Small SmallCircle Smaller SmithDelayCompensator SmithWatermanSimilarity SmoothDensityHistogram SmoothHistogram SmoothHistogram3D SmoothKernelDistribution SocialMediaData Socket SokalSneathDissimilarity Solve SolveAlways SolveDelayed Sort SortBy Sound SoundAndGraphics SoundNote SoundVolume Sow Space SpaceForm Spacer Spacings Span SpanAdjustments SpanCharacterRounding SpanFromAbove SpanFromBoth SpanFromLeft SpanLineThickness SpanMaxSize SpanMinSize SpanningCharacters SpanSymmetric SparseArray SpatialGraphDistribution Speak SpeakTextPacket SpearmanRankTest SpearmanRho Spectrogram SpectrogramArray Specularity SpellingCorrection SpellingDictionaries SpellingDictionariesPath SpellingOptions SpellingSuggestionsPacket Sphere SphereBox SphericalBesselJ SphericalBesselY SphericalHankelH1 SphericalHankelH2 SphericalHarmonicY SphericalPlot3D SphericalRegion SpheroidalEigenvalue SpheroidalJoiningFactor SpheroidalPS SpheroidalPSPrime SpheroidalQS SpheroidalQSPrime SpheroidalRadialFactor SpheroidalS1 SpheroidalS1Prime SpheroidalS2 SpheroidalS2Prime Splice SplicedDistribution SplineClosed SplineDegree SplineKnots SplineWeights Split SplitBy SpokenString Sqrt SqrtBox SqrtBoxOptions Square SquaredEuclideanDistance SquareFreeQ SquareIntersection SquaresR SquareSubset SquareSubsetEqual SquareSuperset SquareSupersetEqual SquareUnion SquareWave StabilityMargins StabilityMarginsStyle StableDistribution Stack StackBegin StackComplete StackInhibit StandardDeviation StandardDeviationFilter StandardForm Standardize StandbyDistribution Star StarGraph StartAsynchronousTask StartingStepSize StartOfLine StartOfString StartScheduledTask StartupSound StateDimensions StateFeedbackGains StateOutputEstimator StateResponse StateSpaceModel StateSpaceRealization StateSpaceTransform StationaryDistribution StationaryWaveletPacketTransform StationaryWaveletTransform StatusArea StatusCentrality StepMonitor StieltjesGamma StirlingS1 StirlingS2 StopAsynchronousTask StopScheduledTask StrataVariables StratonovichProcess StreamColorFunction StreamColorFunctionScaling StreamDensityPlot StreamPlot StreamPoints StreamPosition Streams StreamScale StreamStyle String StringBreak StringByteCount StringCases StringCount StringDrop StringExpression StringForm StringFormat StringFreeQ StringInsert StringJoin StringLength StringMatchQ StringPosition StringQ StringReplace StringReplaceList StringReplacePart StringReverse StringRotateLeft StringRotateRight StringSkeleton StringSplit StringTake StringToStream StringTrim StripBoxes StripOnInput StripWrapperBoxes StrokeForm StructuralImportance StructuredArray StructuredSelection StruveH StruveL Stub StudentTDistribution Style StyleBox StyleBoxAutoDelete StyleBoxOptions StyleData StyleDefinitions StyleForm StyleKeyMapping StyleMenuListing StyleNameDialogSettings StyleNames StylePrint StyleSheetPath Subfactorial Subgraph SubMinus SubPlus SubresultantPolynomialRemainders SubresultantPolynomials Subresultants Subscript SubscriptBox SubscriptBoxOptions Subscripted Subset SubsetEqual Subsets SubStar Subsuperscript SubsuperscriptBox SubsuperscriptBoxOptions Subtract SubtractFrom SubValues Succeeds SucceedsEqual SucceedsSlantEqual SucceedsTilde SuchThat Sum SumConvergence Sunday SuperDagger SuperMinus SuperPlus Superscript SuperscriptBox SuperscriptBoxOptions Superset SupersetEqual SuperStar Surd SurdForm SurfaceColor SurfaceGraphics SurvivalDistribution SurvivalFunction SurvivalModel SurvivalModelFit SuspendPacket SuzukiDistribution SuzukiGroupSuz SwatchLegend Switch Symbol SymbolName SymletWavelet Symmetric SymmetricGroup SymmetricMatrixQ SymmetricPolynomial SymmetricReduction Symmetrize SymmetrizedArray SymmetrizedArrayRules SymmetrizedDependentComponents SymmetrizedIndependentComponents SymmetrizedReplacePart SynchronousInitialization SynchronousUpdating Syntax SyntaxForm SyntaxInformation SyntaxLength SyntaxPacket SyntaxQ SystemDialogInput SystemException SystemHelpPath SystemInformation SystemInformationData SystemOpen SystemOptions SystemsModelDelay SystemsModelDelayApproximate SystemsModelDelete SystemsModelDimensions SystemsModelExtract SystemsModelFeedbackConnect SystemsModelLabels SystemsModelOrder SystemsModelParallelConnect SystemsModelSeriesConnect SystemsModelStateFeedbackConnect SystemStub Tab TabFilling Table TableAlignments TableDepth TableDirections TableForm TableHeadings TableSpacing TableView TableViewBox TabSpacings TabView TabViewBox TabViewBoxOptions TagBox TagBoxNote TagBoxOptions TaggingRules TagSet TagSetDelayed TagStyle TagUnset Take TakeWhile Tally Tan Tanh TargetFunctions TargetUnits TautologyQ TelegraphProcess TemplateBox TemplateBoxOptions TemplateSlotSequence TemporalData Temporary TemporaryVariable TensorContract TensorDimensions TensorExpand TensorProduct TensorQ TensorRank TensorReduce TensorSymmetry TensorTranspose TensorWedge Tetrahedron TetrahedronBox TetrahedronBoxOptions TeXForm TeXSave Text Text3DBox Text3DBoxOptions TextAlignment TextBand TextBoundingBox TextBox TextCell TextClipboardType TextData TextForm TextJustification TextLine TextPacket TextParagraph TextRecognize TextRendering TextStyle Texture TextureCoordinateFunction TextureCoordinateScaling Therefore ThermometerGauge Thick Thickness Thin Thinning ThisLink ThompsonGroupTh Thread ThreeJSymbol Threshold Through Throw Thumbnail Thursday Ticks TicksStyle Tilde TildeEqual TildeFullEqual TildeTilde TimeConstrained TimeConstraint Times TimesBy TimeSeriesForecast TimeSeriesInvertibility TimeUsed TimeValue TimeZone Timing Tiny TitleGrouping TitsGroupT ToBoxes ToCharacterCode ToColor ToContinuousTimeModel ToDate ToDiscreteTimeModel ToeplitzMatrix ToExpression ToFileName Together Toggle ToggleFalse Toggler TogglerBar TogglerBox TogglerBoxOptions ToHeldExpression ToInvertibleTimeSeries TokenWords Tolerance ToLowerCase ToNumberField TooBig Tooltip TooltipBox TooltipBoxOptions TooltipDelay TooltipStyle Top TopHatTransform TopologicalSort ToRadicals ToRules ToString Total TotalHeight TotalVariationFilter TotalWidth TouchscreenAutoZoom TouchscreenControlPlacement ToUpperCase Tr Trace TraceAbove TraceAction TraceBackward TraceDepth TraceDialog TraceForward TraceInternal TraceLevel TraceOff TraceOn TraceOriginal TracePrint TraceScan TrackedSymbols TradingChart TraditionalForm TraditionalFunctionNotation TraditionalNotation TraditionalOrder TransferFunctionCancel TransferFunctionExpand TransferFunctionFactor TransferFunctionModel TransferFunctionPoles TransferFunctionTransform TransferFunctionZeros TransformationFunction TransformationFunctions TransformationMatrix TransformedDistribution TransformedField Translate TranslationTransform TransparentColor Transpose TreeForm TreeGraph TreeGraphQ TreePlot TrendStyle TriangleWave TriangularDistribution Trig TrigExpand TrigFactor TrigFactorList Trigger TrigReduce TrigToExp TrimmedMean True TrueQ TruncatedDistribution TsallisQExponentialDistribution TsallisQGaussianDistribution TTest Tube TubeBezierCurveBox TubeBezierCurveBoxOptions TubeBox TubeBSplineCurveBox TubeBSplineCurveBoxOptions Tuesday TukeyLambdaDistribution TukeyWindow Tuples TuranGraph TuringMachine Transparent UnateQ Uncompress Undefined UnderBar Underflow Underlined Underoverscript UnderoverscriptBox UnderoverscriptBoxOptions Underscript UnderscriptBox UnderscriptBoxOptions UndirectedEdge UndirectedGraph UndirectedGraphQ UndocumentedTestFEParserPacket UndocumentedTestGetSelectionPacket Unequal Unevaluated UniformDistribution UniformGraphDistribution UniformSumDistribution Uninstall Union UnionPlus Unique UnitBox UnitConvert UnitDimensions Unitize UnitRootTest UnitSimplify UnitStep UnitTriangle UnitVector Unprotect UnsameQ UnsavedVariables Unset UnsetShared UntrackedVariables Up UpArrow UpArrowBar UpArrowDownArrow Update UpdateDynamicObjects UpdateDynamicObjectsSynchronous UpdateInterval UpDownArrow UpEquilibrium UpperCaseQ UpperLeftArrow UpperRightArrow UpperTriangularize Upsample UpSet UpSetDelayed UpTee UpTeeArrow UpValues URL URLFetch URLFetchAsynchronous URLSave URLSaveAsynchronous UseGraphicsRange Using UsingFrontEnd V2Get ValidationLength Value ValueBox ValueBoxOptions ValueForm ValueQ ValuesData Variables Variance VarianceEquivalenceTest VarianceEstimatorFunction VarianceGammaDistribution VarianceTest VectorAngle VectorColorFunction VectorColorFunctionScaling VectorDensityPlot VectorGlyphData VectorPlot VectorPlot3D VectorPoints VectorQ Vectors VectorScale VectorStyle Vee Verbatim Verbose VerboseConvertToPostScriptPacket VerifyConvergence VerifySolutions VerifyTestAssumptions Version VersionNumber VertexAdd VertexCapacity VertexColors VertexComponent VertexConnectivity VertexCoordinateRules VertexCoordinates VertexCorrelationSimilarity VertexCosineSimilarity VertexCount VertexCoverQ VertexDataCoordinates VertexDegree VertexDelete VertexDiceSimilarity VertexEccentricity VertexInComponent VertexInDegree VertexIndex VertexJaccardSimilarity VertexLabeling VertexLabels VertexLabelStyle VertexList VertexNormals VertexOutComponent VertexOutDegree VertexQ VertexRenderingFunction VertexReplace VertexShape VertexShapeFunction VertexSize VertexStyle VertexTextureCoordinates VertexWeight Vertical VerticalBar VerticalForm VerticalGauge VerticalSeparator VerticalSlider VerticalTilde ViewAngle ViewCenter ViewMatrix ViewPoint ViewPointSelectorSettings ViewPort ViewRange ViewVector ViewVertical VirtualGroupData Visible VisibleCell VoigtDistribution VonMisesDistribution WaitAll WaitAsynchronousTask WaitNext WaitUntil WakebyDistribution WalleniusHypergeometricDistribution WaringYuleDistribution WatershedComponents WatsonUSquareTest WattsStrogatzGraphDistribution WaveletBestBasis WaveletFilterCoefficients WaveletImagePlot WaveletListPlot WaveletMapIndexed WaveletMatrixPlot WaveletPhi WaveletPsi WaveletScale WaveletScalogram WaveletThreshold WeaklyConnectedComponents WeaklyConnectedGraphQ WeakStationarity WeatherData WeberE Wedge Wednesday WeibullDistribution WeierstrassHalfPeriods WeierstrassInvariants WeierstrassP WeierstrassPPrime WeierstrassSigma WeierstrassZeta WeightedAdjacencyGraph WeightedAdjacencyMatrix WeightedData WeightedGraphQ Weights WelchWindow WheelGraph WhenEvent Which While White Whitespace WhitespaceCharacter WhittakerM WhittakerW WienerFilter WienerProcess WignerD WignerSemicircleDistribution WilksW WilksWTest WindowClickSelect WindowElements WindowFloating WindowFrame WindowFrameElements WindowMargins WindowMovable WindowOpacity WindowSelected WindowSize WindowStatusArea WindowTitle WindowToolbars WindowWidth With WolframAlpha WolframAlphaDate WolframAlphaQuantity WolframAlphaResult Word WordBoundary WordCharacter WordData WordSearch WordSeparators WorkingPrecision Write WriteString Wronskian XMLElement XMLObject Xnor Xor Yellow YuleDissimilarity ZernikeR ZeroSymmetric ZeroTest ZeroWidthTimes Zeta ZetaZero ZipfDistribution ZTest ZTransform $Aborted $ActivationGroupID $ActivationKey $ActivationUserRegistered $AddOnsDirectory $AssertFunction $Assumptions $AsynchronousTask $BaseDirectory $BatchInput $BatchOutput $BoxForms $ByteOrdering $Canceled $CharacterEncoding $CharacterEncodings $CommandLine $CompilationTarget $ConditionHold $ConfiguredKernels $Context $ContextPath $ControlActiveSetting $CreationDate $CurrentLink $DateStringFormat $DefaultFont $DefaultFrontEnd $DefaultImagingDevice $DefaultPath $Display $DisplayFunction $DistributedContexts $DynamicEvaluation $Echo $Epilog $ExportFormats $Failed $FinancialDataSource $FormatType $FrontEnd $FrontEndSession $GeoLocation $HistoryLength $HomeDirectory $HTTPCookies $IgnoreEOF $ImagingDevices $ImportFormats $InitialDirectory $Input $InputFileName $InputStreamMethods $Inspector $InstallationDate $InstallationDirectory $InterfaceEnvironment $IterationLimit $KernelCount $KernelID $Language $LaunchDirectory $LibraryPath $LicenseExpirationDate $LicenseID $LicenseProcesses $LicenseServer $LicenseSubprocesses $LicenseType $Line $Linked $LinkSupported $LoadedFiles $MachineAddresses $MachineDomain $MachineDomains $MachineEpsilon $MachineID $MachineName $MachinePrecision $MachineType $MaxExtraPrecision $MaxLicenseProcesses $MaxLicenseSubprocesses $MaxMachineNumber $MaxNumber $MaxPiecewiseCases $MaxPrecision $MaxRootDegree $MessageGroups $MessageList $MessagePrePrint $Messages $MinMachineNumber $MinNumber $MinorReleaseNumber $MinPrecision $ModuleNumber $NetworkLicense $NewMessage $NewSymbol $Notebooks $NumberMarks $Off $OperatingSystem $Output $OutputForms $OutputSizeLimit $OutputStreamMethods $Packages $ParentLink $ParentProcessID $PasswordFile $PatchLevelID $Path $PathnameSeparator $PerformanceGoal $PipeSupported $Post $Pre $PreferencesDirectory $PrePrint $PreRead $PrintForms $PrintLiteral $ProcessID $ProcessorCount $ProcessorType $ProductInformation $ProgramName $RandomState $RecursionLimit $ReleaseNumber $RootDirectory $ScheduledTask $ScriptCommandLine $SessionID $SetParentLink $SharedFunctions $SharedVariables $SoundDisplay $SoundDisplayFunction $SuppressInputFormHeads $SynchronousEvaluation $SyntaxHandler $System $SystemCharacterEncoding $SystemID $SystemWordLength $TemporaryDirectory $TemporaryPrefix $TextStyle $TimedOut $TimeUnit $TimeZone $TopDirectory $TraceOff $TraceOn $TracePattern $TracePostAction $TracePreAction $Urgent $UserAddOnsDirectory $UserBaseDirectory $UserDocumentsDirectory $UserName $Version $VersionNumber", +contains:[{className:"comment",begin:/\(\*/,end:/\*\)/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{begin:/\{/,end:/\}/,illegal:/:/}]}}},{name:"matlab",create:function(e){var t=[e.C_NUMBER_MODE,{className:"string",begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE,{begin:"''"}]}],a={relevance:0,contains:[{begin:/'['\.]*/}]};return{keywords:{keyword:"break case catch classdef continue else elseif end enumerated events for function global if methods otherwise parfor persistent properties return spmd switch try while",built_in:"sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan atand atan2 atanh sec secd sech asec asecd asech csc cscd csch acsc acscd acsch cot cotd coth acot acotd acoth hypot exp expm1 log log1p log10 log2 pow2 realpow reallog realsqrt sqrt nthroot nextpow2 abs angle complex conj imag real unwrap isreal cplxpair fix floor ceil round mod rem sign airy besselj bessely besselh besseli besselk beta betainc betaln ellipj ellipke erf erfc erfcx erfinv expint gamma gammainc gammaln psi legendre cross dot factor isprime primes gcd lcm rat rats perms nchoosek factorial cart2sph cart2pol pol2cart sph2cart hsv2rgb rgb2hsv zeros ones eye repmat rand randn linspace logspace freqspace meshgrid accumarray size length ndims numel disp isempty isequal isequalwithequalnans cat reshape diag blkdiag tril triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i inf nan isnan isinf isfinite j why compan gallery hadamard hankel hilb invhilb magic pascal rosser toeplitz vander wilkinson"},illegal:'(//|"|#|/\\*|\\s+/\\w+)',contains:[{className:"function",beginKeywords:"function",end:"$",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}]}]},{begin:/[a-zA-Z_][a-zA-Z_0-9]*'['\.]*/,returnBegin:!0,relevance:0,contains:[{begin:/[a-zA-Z_][a-zA-Z_0-9]*/,relevance:0},a.contains[0]]},{begin:"\\[",end:"\\]",contains:t,relevance:0,starts:a},{begin:"\\{",end:/}/,contains:t,relevance:0,starts:a},{begin:/\)/,relevance:0,starts:a},e.COMMENT("^\\s*\\%\\{\\s*$","^\\s*\\%\\}\\s*$"),e.COMMENT("\\%","$")].concat(t)}}},{name:"maxima",create:function(e){var t="if then else elseif for thru do while unless step in and or not",a="true false unknown inf minf ind und %e %i %pi %phi %gamma",r=" abasep abs absint absolute_real_time acos acosh acot acoth acsc acsch activate addcol add_edge add_edges addmatrices addrow add_vertex add_vertices adjacency_matrix adjoin adjoint af agd airy airy_ai airy_bi airy_dai airy_dbi algsys alg_type alias allroots alphacharp alphanumericp amortization %and annuity_fv annuity_pv antid antidiff AntiDifference append appendfile apply apply1 apply2 applyb1 apropos args arit_amortization arithmetic arithsum array arrayapply arrayinfo arraymake arraysetapply ascii asec asech asin asinh askinteger asksign assoc assoc_legendre_p assoc_legendre_q assume assume_external_byte_order asympa at atan atan2 atanh atensimp atom atvalue augcoefmatrix augmented_lagrangian_method av average_degree backtrace bars barsplot barsplot_description base64 base64_decode bashindices batch batchload bc2 bdvac belln benefit_cost bern bernpoly bernstein_approx bernstein_expand bernstein_poly bessel bessel_i bessel_j bessel_k bessel_simplify bessel_y beta beta_incomplete beta_incomplete_generalized beta_incomplete_regularized bezout bfallroots bffac bf_find_root bf_fmin_cobyla bfhzeta bfloat bfloatp bfpsi bfpsi0 bfzeta biconnected_components bimetric binomial bipartition block blockmatrixp bode_gain bode_phase bothcoef box boxplot boxplot_description break bug_report build_info|10 buildq build_sample burn cabs canform canten cardinality carg cartan cartesian_product catch cauchy_matrix cbffac cdf_bernoulli cdf_beta cdf_binomial cdf_cauchy cdf_chi2 cdf_continuous_uniform cdf_discrete_uniform cdf_exp cdf_f cdf_gamma cdf_general_finite_discrete cdf_geometric cdf_gumbel cdf_hypergeometric cdf_laplace cdf_logistic cdf_lognormal cdf_negative_binomial cdf_noncentral_chi2 cdf_noncentral_student_t cdf_normal cdf_pareto cdf_poisson cdf_rank_sum cdf_rayleigh cdf_signed_rank cdf_student_t cdf_weibull cdisplay ceiling central_moment cequal cequalignore cf cfdisrep cfexpand cgeodesic cgreaterp cgreaterpignore changename changevar chaosgame charat charfun charfun2 charlist charp charpoly chdir chebyshev_t chebyshev_u checkdiv check_overlaps chinese cholesky christof chromatic_index chromatic_number cint circulant_graph clear_edge_weight clear_rules clear_vertex_label clebsch_gordan clebsch_graph clessp clesspignore close closefile cmetric coeff coefmatrix cograd col collapse collectterms columnop columnspace columnswap columnvector combination combine comp2pui compare compfile compile compile_file complement_graph complete_bipartite_graph complete_graph complex_number_p components compose_functions concan concat conjugate conmetderiv connected_components connect_vertices cons constant constantp constituent constvalue cont2part content continuous_freq contortion contour_plot contract contract_edge contragrad contrib_ode convert coord copy copy_file copy_graph copylist copymatrix cor cos cosh cot coth cov cov1 covdiff covect covers crc24sum create_graph create_list csc csch csetup cspline ctaylor ct_coordsys ctransform ctranspose cube_graph cuboctahedron_graph cunlisp cv cycle_digraph cycle_graph cylindrical days360 dblint deactivate declare declare_constvalue declare_dimensions declare_fundamental_dimensions declare_fundamental_units declare_qty declare_translated declare_unit_conversion declare_units declare_weights decsym defcon define define_alt_display define_variable defint defmatch defrule defstruct deftaylor degree_sequence del delete deleten delta demo demoivre denom depends derivdegree derivlist describe desolve determinant dfloat dgauss_a dgauss_b dgeev dgemm dgeqrf dgesv dgesvd diag diagmatrix diag_matrix diagmatrixp diameter diff digitcharp dimacs_export dimacs_import dimension dimensionless dimensions dimensions_as_list direct directory discrete_freq disjoin disjointp disolate disp dispcon dispform dispfun dispJordan display disprule dispterms distrib divide divisors divsum dkummer_m dkummer_u dlange dodecahedron_graph dotproduct dotsimp dpart draw draw2d draw3d drawdf draw_file draw_graph dscalar echelon edge_coloring edge_connectivity edges eigens_by_jacobi eigenvalues eigenvectors eighth einstein eivals eivects elapsed_real_time elapsed_run_time ele2comp ele2polynome ele2pui elem elementp elevation_grid elim elim_allbut eliminate eliminate_using ellipse elliptic_e elliptic_ec elliptic_eu elliptic_f elliptic_kc elliptic_pi ematrix empty_graph emptyp endcons entermatrix entertensor entier equal equalp equiv_classes erf erfc erf_generalized erfi errcatch error errormsg errors euler ev eval_string evenp every evolution evolution2d evundiff example exp expand expandwrt expandwrt_factored expint expintegral_chi expintegral_ci expintegral_e expintegral_e1 expintegral_ei expintegral_e_simplify expintegral_li expintegral_shi expintegral_si explicit explose exponentialize express expt exsec extdiff extract_linear_equations extremal_subset ezgcd %f f90 facsum factcomb factor factorfacsum factorial factorout factorsum facts fast_central_elements fast_linsolve fasttimes featurep fernfale fft fib fibtophi fifth filename_merge file_search file_type fillarray findde find_root find_root_abs find_root_error find_root_rel first fix flatten flength float floatnump floor flower_snark flush flush1deriv flushd flushnd flush_output fmin_cobyla forget fortran fourcos fourexpand fourier fourier_elim fourint fourintcos fourintsin foursimp foursin fourth fposition frame_bracket freeof freshline fresnel_c fresnel_s from_adjacency_matrix frucht_graph full_listify fullmap fullmapl fullratsimp fullratsubst fullsetify funcsolve fundamental_dimensions fundamental_units fundef funmake funp fv g0 g1 gamma gamma_greek gamma_incomplete gamma_incomplete_generalized gamma_incomplete_regularized gauss gauss_a gauss_b gaussprob gcd gcdex gcdivide gcfac gcfactor gd generalized_lambert_w genfact gen_laguerre genmatrix gensym geo_amortization geo_annuity_fv geo_annuity_pv geomap geometric geometric_mean geosum get getcurrentdirectory get_edge_weight getenv get_lu_factors get_output_stream_string get_pixel get_plot_option get_tex_environment get_tex_environment_default get_vertex_label gfactor gfactorsum ggf girth global_variances gn gnuplot_close gnuplot_replot gnuplot_reset gnuplot_restart gnuplot_start go Gosper GosperSum gr2d gr3d gradef gramschmidt graph6_decode graph6_encode graph6_export graph6_import graph_center graph_charpoly graph_eigenvalues graph_flow graph_order graph_periphery graph_product graph_size graph_union great_rhombicosidodecahedron_graph great_rhombicuboctahedron_graph grid_graph grind grobner_basis grotzch_graph hamilton_cycle hamilton_path hankel hankel_1 hankel_2 harmonic harmonic_mean hav heawood_graph hermite hessian hgfred hilbertmap hilbert_matrix hipow histogram histogram_description hodge horner hypergeometric i0 i1 %ibes ic1 ic2 ic_convert ichr1 ichr2 icosahedron_graph icosidodecahedron_graph icurvature ident identfor identity idiff idim idummy ieqn %if ifactors iframes ifs igcdex igeodesic_coords ilt image imagpart imetric implicit implicit_derivative implicit_plot indexed_tensor indices induced_subgraph inferencep inference_result infix info_display init_atensor init_ctensor in_neighbors innerproduct inpart inprod inrt integerp integer_partitions integrate intersect intersection intervalp intopois intosum invariant1 invariant2 inverse_fft inverse_jacobi_cd inverse_jacobi_cn inverse_jacobi_cs inverse_jacobi_dc inverse_jacobi_dn inverse_jacobi_ds inverse_jacobi_nc inverse_jacobi_nd inverse_jacobi_ns inverse_jacobi_sc inverse_jacobi_sd inverse_jacobi_sn invert invert_by_adjoint invert_by_lu inv_mod irr is is_biconnected is_bipartite is_connected is_digraph is_edge_in_graph is_graph is_graph_or_digraph ishow is_isomorphic isolate isomorphism is_planar isqrt isreal_p is_sconnected is_tree is_vertex_in_graph items_inference %j j0 j1 jacobi jacobian jacobi_cd jacobi_cn jacobi_cs jacobi_dc jacobi_dn jacobi_ds jacobi_nc jacobi_nd jacobi_ns jacobi_p jacobi_sc jacobi_sd jacobi_sn JF jn join jordan julia julia_set julia_sin %k kdels kdelta kill killcontext kostka kron_delta kronecker_product kummer_m kummer_u kurtosis kurtosis_bernoulli kurtosis_beta kurtosis_binomial kurtosis_chi2 kurtosis_continuous_uniform kurtosis_discrete_uniform kurtosis_exp kurtosis_f kurtosis_gamma kurtosis_general_finite_discrete kurtosis_geometric kurtosis_gumbel kurtosis_hypergeometric kurtosis_laplace kurtosis_logistic kurtosis_lognormal kurtosis_negative_binomial kurtosis_noncentral_chi2 kurtosis_noncentral_student_t kurtosis_normal kurtosis_pareto kurtosis_poisson kurtosis_rayleigh kurtosis_student_t kurtosis_weibull label labels lagrange laguerre lambda lambert_w laplace laplacian_matrix last lbfgs lc2kdt lcharp lc_l lcm lc_u ldefint ldisp ldisplay legendre_p legendre_q leinstein length let letrules letsimp levi_civita lfreeof lgtreillis lhs li liediff limit Lindstedt linear linearinterpol linear_program linear_regression line_graph linsolve listarray list_correlations listify list_matrix_entries list_nc_monomials listoftens listofvars listp lmax lmin load loadfile local locate_matrix_entry log logcontract log_gamma lopow lorentz_gauge lowercasep lpart lratsubst lreduce lriemann lsquares_estimates lsquares_estimates_approximate lsquares_estimates_exact lsquares_mse lsquares_residual_mse lsquares_residuals lsum ltreillis lu_backsub lucas lu_factor %m macroexpand macroexpand1 make_array makebox makefact makegamma make_graph make_level_picture makelist makeOrders make_poly_continent make_poly_country make_polygon make_random_state make_rgb_picture makeset make_string_input_stream make_string_output_stream make_transform mandelbrot mandelbrot_set map mapatom maplist matchdeclare matchfix mat_cond mat_fullunblocker mat_function mathml_display mat_norm matrix matrixmap matrixp matrix_size mattrace mat_trace mat_unblocker max max_clique max_degree max_flow maximize_lp max_independent_set max_matching maybe md5sum mean mean_bernoulli mean_beta mean_binomial mean_chi2 mean_continuous_uniform mean_deviation mean_discrete_uniform mean_exp mean_f mean_gamma mean_general_finite_discrete mean_geometric mean_gumbel mean_hypergeometric mean_laplace mean_logistic mean_lognormal mean_negative_binomial mean_noncentral_chi2 mean_noncentral_student_t mean_normal mean_pareto mean_poisson mean_rayleigh mean_student_t mean_weibull median median_deviation member mesh metricexpandall mgf1_sha1 min min_degree min_edge_cut minfactorial minimalPoly minimize_lp minimum_spanning_tree minor minpack_lsquares minpack_solve min_vertex_cover min_vertex_cut mkdir mnewton mod mode_declare mode_identity ModeMatrix moebius mon2schur mono monomial_dimensions multibernstein_poly multi_display_for_texinfo multi_elem multinomial multinomial_coeff multi_orbit multiplot_mode multi_pui multsym multthru mycielski_graph nary natural_unit nc_degree ncexpt ncharpoly negative_picture neighbors new newcontext newdet new_graph newline newton new_variable next_prime nicedummies niceindices ninth nofix nonarray noncentral_moment nonmetricity nonnegintegerp nonscalarp nonzeroandfreeof notequal nounify nptetrad npv nroots nterms ntermst nthroot nullity nullspace num numbered_boundaries numberp number_to_octets num_distinct_partitions numerval numfactor num_partitions nusum nzeta nzetai nzetar octets_to_number octets_to_oid odd_girth oddp ode2 ode_check odelin oid_to_octets op opena opena_binary openr openr_binary openw openw_binary operatorp opsubst optimize %or orbit orbits ordergreat ordergreatp orderless orderlessp orthogonal_complement orthopoly_recur orthopoly_weight outermap out_neighbors outofpois pade parabolic_cylinder_d parametric parametric_surface parg parGosper parse_string parse_timedate part part2cont partfrac partition partition_set partpol path_digraph path_graph pathname_directory pathname_name pathname_type pdf_bernoulli pdf_beta pdf_binomial pdf_cauchy pdf_chi2 pdf_continuous_uniform pdf_discrete_uniform pdf_exp pdf_f pdf_gamma pdf_general_finite_discrete pdf_geometric pdf_gumbel pdf_hypergeometric pdf_laplace pdf_logistic pdf_lognormal pdf_negative_binomial pdf_noncentral_chi2 pdf_noncentral_student_t pdf_normal pdf_pareto pdf_poisson pdf_rank_sum pdf_rayleigh pdf_signed_rank pdf_student_t pdf_weibull pearson_skewness permanent permut permutation permutations petersen_graph petrov pickapart picture_equalp picturep piechart piechart_description planar_embedding playback plog plot2d plot3d plotdf ploteq plsquares pochhammer points poisdiff poisexpt poisint poismap poisplus poissimp poissubst poistimes poistrim polar polarform polartorect polar_to_xy poly_add poly_buchberger poly_buchberger_criterion poly_colon_ideal poly_content polydecomp poly_depends_p poly_elimination_ideal poly_exact_divide poly_expand poly_expt poly_gcd polygon poly_grobner poly_grobner_equal poly_grobner_member poly_grobner_subsetp poly_ideal_intersection poly_ideal_polysaturation poly_ideal_polysaturation1 poly_ideal_saturation poly_ideal_saturation1 poly_lcm poly_minimization polymod poly_multiply polynome2ele polynomialp poly_normal_form poly_normalize poly_normalize_list poly_polysaturation_extension poly_primitive_part poly_pseudo_divide poly_reduced_grobner poly_reduction poly_saturation_extension poly_s_polynomial poly_subtract polytocompanion pop postfix potential power_mod powerseries powerset prefix prev_prime primep primes principal_components print printf printfile print_graph printpois printprops prodrac product properties propvars psi psubst ptriangularize pui pui2comp pui2ele pui2polynome pui_direct puireduc push put pv qput qrange qty quad_control quad_qag quad_qagi quad_qagp quad_qags quad_qawc quad_qawf quad_qawo quad_qaws quadrilateral quantile quantile_bernoulli quantile_beta quantile_binomial quantile_cauchy quantile_chi2 quantile_continuous_uniform quantile_discrete_uniform quantile_exp quantile_f quantile_gamma quantile_general_finite_discrete quantile_geometric quantile_gumbel quantile_hypergeometric quantile_laplace quantile_logistic quantile_lognormal quantile_negative_binomial quantile_noncentral_chi2 quantile_noncentral_student_t quantile_normal quantile_pareto quantile_poisson quantile_rayleigh quantile_student_t quantile_weibull quartile_skewness quit qunit quotient racah_v racah_w radcan radius random random_bernoulli random_beta random_binomial random_bipartite_graph random_cauchy random_chi2 random_continuous_uniform random_digraph random_discrete_uniform random_exp random_f random_gamma random_general_finite_discrete random_geometric random_graph random_graph1 random_gumbel random_hypergeometric random_laplace random_logistic random_lognormal random_negative_binomial random_network random_noncentral_chi2 random_noncentral_student_t random_normal random_pareto random_permutation random_poisson random_rayleigh random_regular_graph random_student_t random_tournament random_tree random_weibull range rank rat ratcoef ratdenom ratdiff ratdisrep ratexpand ratinterpol rational rationalize ratnumer ratnump ratp ratsimp ratsubst ratvars ratweight read read_array read_binary_array read_binary_list read_binary_matrix readbyte readchar read_hashed_array readline read_list read_matrix read_nested_list readonly read_xpm real_imagpart_to_conjugate realpart realroots rearray rectangle rectform rectform_log_if_constant recttopolar rediff reduce_consts reduce_order region region_boundaries region_boundaries_plus rem remainder remarray rembox remcomps remcon remcoord remfun remfunction remlet remove remove_constvalue remove_dimensions remove_edge remove_fundamental_dimensions remove_fundamental_units remove_plot_option remove_vertex rempart remrule remsym remvalue rename rename_file reset reset_displays residue resolvante resolvante_alternee1 resolvante_bipartite resolvante_diedrale resolvante_klein resolvante_klein3 resolvante_produit_sym resolvante_unitaire resolvante_vierer rest resultant return reveal reverse revert revert2 rgb2level rhs ricci riemann rinvariant risch rk rmdir rncombine romberg room rootscontract round row rowop rowswap rreduce run_testsuite %s save saving scalarp scaled_bessel_i scaled_bessel_i0 scaled_bessel_i1 scalefactors scanmap scatterplot scatterplot_description scene schur2comp sconcat scopy scsimp scurvature sdowncase sec sech second sequal sequalignore set_alt_display setdifference set_draw_defaults set_edge_weight setelmx setequalp setify setp set_partitions set_plot_option set_prompt set_random_state set_tex_environment set_tex_environment_default setunits setup_autoload set_up_dot_simplifications set_vertex_label seventh sexplode sf sha1sum sha256sum shortest_path shortest_weighted_path show showcomps showratvars sierpinskiale sierpinskimap sign signum similaritytransform simp_inequality simplify_sum simplode simpmetderiv simtran sin sinh sinsert sinvertcase sixth skewness skewness_bernoulli skewness_beta skewness_binomial skewness_chi2 skewness_continuous_uniform skewness_discrete_uniform skewness_exp skewness_f skewness_gamma skewness_general_finite_discrete skewness_geometric skewness_gumbel skewness_hypergeometric skewness_laplace skewness_logistic skewness_lognormal skewness_negative_binomial skewness_noncentral_chi2 skewness_noncentral_student_t skewness_normal skewness_pareto skewness_poisson skewness_rayleigh skewness_student_t skewness_weibull slength smake small_rhombicosidodecahedron_graph small_rhombicuboctahedron_graph smax smin smismatch snowmap snub_cube_graph snub_dodecahedron_graph solve solve_rec solve_rec_rat some somrac sort sparse6_decode sparse6_encode sparse6_export sparse6_import specint spherical spherical_bessel_j spherical_bessel_y spherical_hankel1 spherical_hankel2 spherical_harmonic spherical_to_xyz splice split sposition sprint sqfr sqrt sqrtdenest sremove sremovefirst sreverse ssearch ssort sstatus ssubst ssubstfirst staircase standardize standardize_inverse_trig starplot starplot_description status std std1 std_bernoulli std_beta std_binomial std_chi2 std_continuous_uniform std_discrete_uniform std_exp std_f std_gamma std_general_finite_discrete std_geometric std_gumbel std_hypergeometric std_laplace std_logistic std_lognormal std_negative_binomial std_noncentral_chi2 std_noncentral_student_t std_normal std_pareto std_poisson std_rayleigh std_student_t std_weibull stemplot stirling stirling1 stirling2 strim striml strimr string stringout stringp strong_components struve_h struve_l sublis sublist sublist_indices submatrix subsample subset subsetp subst substinpart subst_parallel substpart substring subvar subvarp sum sumcontract summand_to_rec supcase supcontext symbolp symmdifference symmetricp system take_channel take_inference tan tanh taylor taylorinfo taylorp taylor_simplifier taytorat tcl_output tcontract tellrat tellsimp tellsimpafter tentex tenth test_mean test_means_difference test_normality test_proportion test_proportions_difference test_rank_sum test_sign test_signed_rank test_variance test_variance_ratio tex tex1 tex_display texput %th third throw time timedate timer timer_info tldefint tlimit todd_coxeter toeplitz tokens to_lisp topological_sort to_poly to_poly_solve totaldisrep totalfourier totient tpartpol trace tracematrix trace_options transform_sample translate translate_file transpose treefale tree_reduce treillis treinat triangle triangularize trigexpand trigrat trigreduce trigsimp trunc truncate truncated_cube_graph truncated_dodecahedron_graph truncated_icosahedron_graph truncated_tetrahedron_graph tr_warnings_get tube tutte_graph ueivects uforget ultraspherical underlying_graph undiff union unique uniteigenvectors unitp units unit_step unitvector unorder unsum untellrat untimer untrace uppercasep uricci uriemann uvect vandermonde_matrix var var1 var_bernoulli var_beta var_binomial var_chi2 var_continuous_uniform var_discrete_uniform var_exp var_f var_gamma var_general_finite_discrete var_geometric var_gumbel var_hypergeometric var_laplace var_logistic var_lognormal var_negative_binomial var_noncentral_chi2 var_noncentral_student_t var_normal var_pareto var_poisson var_rayleigh var_student_t var_weibull vector vectorpotential vectorsimp verbify vers vertex_coloring vertex_connectivity vertex_degree vertex_distance vertex_eccentricity vertex_in_degree vertex_out_degree vertices vertices_to_cycle vertices_to_path %w weyl wheel_graph wiener_index wigner_3j wigner_6j wigner_9j with_stdout write_binary_data writebyte write_data writefile wronskian xreduce xthru %y Zeilberger zeroequiv zerofor zeromatrix zeromatrixp zeta zgeev zheev zlange zn_add_table zn_carmichael_lambda zn_characteristic_factors zn_determinant zn_factor_generators zn_invert_by_lu zn_log zn_mult_table absboxchar activecontexts adapt_depth additive adim aform algebraic algepsilon algexact aliases allbut all_dotsimp_denoms allocation allsym alphabetic animation antisymmetric arrays askexp assume_pos assume_pos_pred assumescalar asymbol atomgrad atrig1 axes axis_3d axis_bottom axis_left axis_right axis_top azimuth background background_color backsubst berlefact bernstein_explicit besselexpand beta_args_sum_to_integer beta_expand bftorat bftrunc bindtest border boundaries_array box boxchar breakup %c capping cauchysum cbrange cbtics center cflength cframe_flag cnonmet_flag color color_bar color_bar_tics colorbox columns commutative complex cone context contexts contour contour_levels cosnpiflag ctaypov ctaypt ctayswitch ctayvar ct_coords ctorsion_flag ctrgsimp cube current_let_rule_package cylinder data_file_name debugmode decreasing default_let_rule_package delay dependencies derivabbrev derivsubst detout diagmetric diff dim dimensions dispflag display2d|10 display_format_internal distribute_over doallmxops domain domxexpt domxmxops domxnctimes dontfactor doscmxops doscmxplus dot0nscsimp dot0simp dot1simp dotassoc dotconstrules dotdistrib dotexptsimp dotident dotscrules draw_graph_program draw_realpart edge_color edge_coloring edge_partition edge_type edge_width %edispflag elevation %emode endphi endtheta engineering_format_floats enhanced3d %enumer epsilon_lp erfflag erf_representation errormsg error_size error_syms error_type %e_to_numlog eval even evenfun evflag evfun ev_point expandwrt_denom expintexpand expintrep expon expop exptdispflag exptisolate exptsubst facexpand facsum_combine factlim factorflag factorial_expand factors_only fb feature features file_name file_output_append file_search_demo file_search_lisp file_search_maxima|10 file_search_tests file_search_usage file_type_lisp file_type_maxima|10 fill_color fill_density filled_func fixed_vertices flipflag float2bf font font_size fortindent fortspaces fpprec fpprintprec functions gamma_expand gammalim gdet genindex gensumnum GGFCFMAX GGFINFINITY globalsolve gnuplot_command gnuplot_curve_styles gnuplot_curve_titles gnuplot_default_term_command gnuplot_dumb_term_command gnuplot_file_args gnuplot_file_name gnuplot_out_file gnuplot_pdf_term_command gnuplot_pm3d gnuplot_png_term_command gnuplot_postamble gnuplot_preamble gnuplot_ps_term_command gnuplot_svg_term_command gnuplot_term gnuplot_view_args Gosper_in_Zeilberger gradefs grid grid2d grind halfangles head_angle head_both head_length head_type height hypergeometric_representation %iargs ibase icc1 icc2 icounter idummyx ieqnprint ifb ifc1 ifc2 ifg ifgi ifr iframe_bracket_form ifri igeowedge_flag ikt1 ikt2 imaginary inchar increasing infeval infinity inflag infolists inm inmc1 inmc2 intanalysis integer integervalued integrate_use_rootsof integration_constant integration_constant_counter interpolate_color intfaclim ip_grid ip_grid_in irrational isolate_wrt_times iterations itr julia_parameter %k1 %k2 keepfloat key key_pos kinvariant kt label label_alignment label_orientation labels lassociative lbfgs_ncorrections lbfgs_nfeval_max leftjust legend letrat let_rule_packages lfg lg lhospitallim limsubst linear linear_solver linechar linel|10 linenum line_type linewidth line_width linsolve_params linsolvewarn lispdisp listarith listconstvars listdummyvars lmxchar load_pathname loadprint logabs logarc logcb logconcoeffp logexpand lognegint logsimp logx logx_secondary logy logy_secondary logz lriem m1pbranch macroexpansion macros mainvar manual_demo maperror mapprint matrix_element_add matrix_element_mult matrix_element_transpose maxapplydepth maxapplyheight maxima_tempdir|10 maxima_userdir|10 maxnegex MAX_ORD maxposex maxpsifracdenom maxpsifracnum maxpsinegint maxpsiposint maxtayorder mesh_lines_color method mod_big_prime mode_check_errorp mode_checkp mode_check_warnp mod_test mod_threshold modular_linear_solver modulus multiplicative multiplicities myoptions nary negdistrib negsumdispflag newline newtonepsilon newtonmaxiter nextlayerfactor niceindicespref nm nmc noeval nolabels nonegative_lp noninteger nonscalar noun noundisp nouns np npi nticks ntrig numer numer_pbranch obase odd oddfun opacity opproperties opsubst optimprefix optionset orientation origin orthopoly_returns_intervals outative outchar packagefile palette partswitch pdf_file pfeformat phiresolution %piargs piece pivot_count_sx pivot_max_sx plot_format plot_options plot_realpart png_file pochhammer_max_index points pointsize point_size points_joined point_type poislim poisson poly_coefficient_ring poly_elimination_order polyfactor poly_grobner_algorithm poly_grobner_debug poly_monomial_order poly_primary_elimination_order poly_return_term_list poly_secondary_elimination_order poly_top_reduction_only posfun position powerdisp pred prederror primep_number_of_tests product_use_gamma program programmode promote_float_to_bigfloat prompt proportional_axes props psexpand ps_file radexpand radius radsubstflag rassociative ratalgdenom ratchristof ratdenomdivide rateinstein ratepsilon ratfac rational ratmx ratprint ratriemann ratsimpexpons ratvarswitch ratweights ratweyl ratwtlvl real realonly redraw refcheck resolution restart resultant ric riem rmxchar %rnum_list rombergabs rombergit rombergmin rombergtol rootsconmode rootsepsilon run_viewer same_xy same_xyz savedef savefactors scalar scalarmatrixp scale scale_lp setcheck setcheckbreak setval show_edge_color show_edges show_edge_type show_edge_width show_id show_label showtime show_vertex_color show_vertex_size show_vertex_type show_vertices show_weight simp simplified_output simplify_products simpproduct simpsum sinnpiflag solvedecomposes solveexplicit solvefactors solvenullwarn solveradcan solvetrigwarn space sparse sphere spring_embedding_depth sqrtdispflag stardisp startphi starttheta stats_numer stringdisp structures style sublis_apply_lambda subnumsimp sumexpand sumsplitfact surface surface_hide svg_file symmetric tab taylordepth taylor_logexpand taylor_order_coefficients taylor_truncate_polynomials tensorkill terminal testsuite_files thetaresolution timer_devalue title tlimswitch tr track transcompile transform transform_xy translate_fast_arrays transparent transrun tr_array_as_ref tr_bound_function_applyp tr_file_tty_messagesp tr_float_can_branch_complex tr_function_call_default trigexpandplus trigexpandtimes triginverses trigsign trivial_solutions tr_numer tr_optimize_max_loop tr_semicompile tr_state_vars tr_warn_bad_function_calls tr_warn_fexpr tr_warn_meval tr_warn_mode tr_warn_undeclared tr_warn_undefined_variable tstep ttyoff tube_extremes ufg ug %unitexpand unit_vectors uric uriem use_fast_arrays user_preamble usersetunits values vect_cross verbose vertex_color vertex_coloring vertex_partition vertex_size vertex_type view warnings weyl width windowname windowtitle wired_surface wireframe xaxis xaxis_color xaxis_secondary xaxis_type xaxis_width xlabel xlabel_secondary xlength xrange xrange_secondary xtics xtics_axis xtics_rotate xtics_rotate_secondary xtics_secondary xtics_secondary_axis xu_grid x_voxel xy_file xyplane xy_scale yaxis yaxis_color yaxis_secondary yaxis_type yaxis_width ylabel ylabel_secondary ylength yrange yrange_secondary ytics ytics_axis ytics_rotate ytics_rotate_secondary ytics_secondary ytics_secondary_axis yv_grid y_voxel yx_ratio zaxis zaxis_color zaxis_type zaxis_width zeroa zerob zerobern zeta%pi zlabel zlabel_rotate zlength zmin zn_primroot_limit zn_primroot_pretest",s="_ __ %|0 %%|0";return{lexemes:"[A-Za-z_%][0-9A-Za-z_%]*",keywords:{keyword:t,literal:a,built_in:r,symbol:s},contains:[{className:"comment",begin:"/\\*",end:"\\*/",contains:["self"]},e.QUOTE_STRING_MODE,{className:"number",relevance:0,variants:[{begin:"\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Ee][-+]?\\d+\\b"},{begin:"\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Bb][-+]?\\d+\\b",relevance:10},{begin:"\\b(\\.\\d+|\\d+\\.\\d+)\\b"},{begin:"\\b(\\d+|0[0-9A-Za-z]+)\\.?\\b"}]}],illegal:/@/}}},{name:"mel",create:function(e){return{keywords:"int float string vector matrix if else switch case default while do for in break continue global proc return about abs addAttr addAttributeEditorNodeHelp addDynamic addNewShelfTab addPP addPanelCategory addPrefixToName advanceToNextDrivenKey affectedNet affects aimConstraint air alias aliasAttr align alignCtx alignCurve alignSurface allViewFit ambientLight angle angleBetween animCone animCurveEditor animDisplay animView annotate appendStringArray applicationName applyAttrPreset applyTake arcLenDimContext arcLengthDimension arclen arrayMapper art3dPaintCtx artAttrCtx artAttrPaintVertexCtx artAttrSkinPaintCtx artAttrTool artBuildPaintMenu artFluidAttrCtx artPuttyCtx artSelectCtx artSetPaintCtx artUserPaintCtx assignCommand assignInputDevice assignViewportFactories attachCurve attachDeviceAttr attachSurface attrColorSliderGrp attrCompatibility attrControlGrp attrEnumOptionMenu attrEnumOptionMenuGrp attrFieldGrp attrFieldSliderGrp attrNavigationControlGrp attrPresetEditWin attributeExists attributeInfo attributeMenu attributeQuery autoKeyframe autoPlace bakeClip bakeFluidShading bakePartialHistory bakeResults bakeSimulation basename basenameEx batchRender bessel bevel bevelPlus binMembership bindSkin blend2 blendShape blendShapeEditor blendShapePanel blendTwoAttr blindDataType boneLattice boundary boxDollyCtx boxZoomCtx bufferCurve buildBookmarkMenu buildKeyframeMenu button buttonManip CBG cacheFile cacheFileCombine cacheFileMerge cacheFileTrack camera cameraView canCreateManip canvas capitalizeString catch catchQuiet ceil changeSubdivComponentDisplayLevel changeSubdivRegion channelBox character characterMap characterOutlineEditor characterize chdir checkBox checkBoxGrp checkDefaultRenderGlobals choice circle circularFillet clamp clear clearCache clip clipEditor clipEditorCurrentTimeCtx clipSchedule clipSchedulerOutliner clipTrimBefore closeCurve closeSurface cluster cmdFileOutput cmdScrollFieldExecuter cmdScrollFieldReporter cmdShell coarsenSubdivSelectionList collision color colorAtPoint colorEditor colorIndex colorIndexSliderGrp colorSliderButtonGrp colorSliderGrp columnLayout commandEcho commandLine commandPort compactHairSystem componentEditor compositingInterop computePolysetVolume condition cone confirmDialog connectAttr connectControl connectDynamic connectJoint connectionInfo constrain constrainValue constructionHistory container containsMultibyte contextInfo control convertFromOldLayers convertIffToPsd convertLightmap convertSolidTx convertTessellation convertUnit copyArray copyFlexor copyKey copySkinWeights cos cpButton cpCache cpClothSet cpCollision cpConstraint cpConvClothToMesh cpForces cpGetSolverAttr cpPanel cpProperty cpRigidCollisionFilter cpSeam cpSetEdit cpSetSolverAttr cpSolver cpSolverTypes cpTool cpUpdateClothUVs createDisplayLayer createDrawCtx createEditor createLayeredPsdFile createMotionField createNewShelf createNode createRenderLayer createSubdivRegion cross crossProduct ctxAbort ctxCompletion ctxEditMode ctxTraverse currentCtx currentTime currentTimeCtx currentUnit curve curveAddPtCtx curveCVCtx curveEPCtx curveEditorCtx curveIntersect curveMoveEPCtx curveOnSurface curveSketchCtx cutKey cycleCheck cylinder dagPose date defaultLightListCheckBox defaultNavigation defineDataServer defineVirtualDevice deformer deg_to_rad delete deleteAttr deleteShadingGroupsAndMaterials deleteShelfTab deleteUI deleteUnusedBrushes delrandstr detachCurve detachDeviceAttr detachSurface deviceEditor devicePanel dgInfo dgdirty dgeval dgtimer dimWhen directKeyCtx directionalLight dirmap dirname disable disconnectAttr disconnectJoint diskCache displacementToPoly displayAffected displayColor displayCull displayLevelOfDetail displayPref displayRGBColor displaySmoothness displayStats displayString displaySurface distanceDimContext distanceDimension doBlur dolly dollyCtx dopeSheetEditor dot dotProduct doubleProfileBirailSurface drag dragAttrContext draggerContext dropoffLocator duplicate duplicateCurve duplicateSurface dynCache dynControl dynExport dynExpression dynGlobals dynPaintEditor dynParticleCtx dynPref dynRelEdPanel dynRelEditor dynamicLoad editAttrLimits editDisplayLayerGlobals editDisplayLayerMembers editRenderLayerAdjustment editRenderLayerGlobals editRenderLayerMembers editor editorTemplate effector emit emitter enableDevice encodeString endString endsWith env equivalent equivalentTol erf error eval evalDeferred evalEcho event exactWorldBoundingBox exclusiveLightCheckBox exec executeForEachObject exists exp expression expressionEditorListen extendCurve extendSurface extrude fcheck fclose feof fflush fgetline fgetword file fileBrowserDialog fileDialog fileExtension fileInfo filetest filletCurve filter filterCurve filterExpand filterStudioImport findAllIntersections findAnimCurves findKeyframe findMenuItem findRelatedSkinCluster finder firstParentOf fitBspline flexor floatEq floatField floatFieldGrp floatScrollBar floatSlider floatSlider2 floatSliderButtonGrp floatSliderGrp floor flow fluidCacheInfo fluidEmitter fluidVoxelInfo flushUndo fmod fontDialog fopen formLayout format fprint frameLayout fread freeFormFillet frewind fromNativePath fwrite gamma gauss geometryConstraint getApplicationVersionAsFloat getAttr getClassification getDefaultBrush getFileList getFluidAttr getInputDeviceRange getMayaPanelTypes getModifiers getPanel getParticleAttr getPluginResource getenv getpid glRender glRenderEditor globalStitch gmatch goal gotoBindPose grabColor gradientControl gradientControlNoAttr graphDollyCtx graphSelectContext graphTrackCtx gravity grid gridLayout group groupObjectsByName HfAddAttractorToAS HfAssignAS HfBuildEqualMap HfBuildFurFiles HfBuildFurImages HfCancelAFR HfConnectASToHF HfCreateAttractor HfDeleteAS HfEditAS HfPerformCreateAS HfRemoveAttractorFromAS HfSelectAttached HfSelectAttractors HfUnAssignAS hardenPointCurve hardware hardwareRenderPanel headsUpDisplay headsUpMessage help helpLine hermite hide hilite hitTest hotBox hotkey hotkeyCheck hsv_to_rgb hudButton hudSlider hudSliderButton hwReflectionMap hwRender hwRenderLoad hyperGraph hyperPanel hyperShade hypot iconTextButton iconTextCheckBox iconTextRadioButton iconTextRadioCollection iconTextScrollList iconTextStaticLabel ikHandle ikHandleCtx ikHandleDisplayScale ikSolver ikSplineHandleCtx ikSystem ikSystemInfo ikfkDisplayMethod illustratorCurves image imfPlugins inheritTransform insertJoint insertJointCtx insertKeyCtx insertKnotCurve insertKnotSurface instance instanceable instancer intField intFieldGrp intScrollBar intSlider intSliderGrp interToUI internalVar intersect iprEngine isAnimCurve isConnected isDirty isParentOf isSameObject isTrue isValidObjectName isValidString isValidUiName isolateSelect itemFilter itemFilterAttr itemFilterRender itemFilterType joint jointCluster jointCtx jointDisplayScale jointLattice keyTangent keyframe keyframeOutliner keyframeRegionCurrentTimeCtx keyframeRegionDirectKeyCtx keyframeRegionDollyCtx keyframeRegionInsertKeyCtx keyframeRegionMoveKeyCtx keyframeRegionScaleKeyCtx keyframeRegionSelectKeyCtx keyframeRegionSetKeyCtx keyframeRegionTrackCtx keyframeStats lassoContext lattice latticeDeformKeyCtx launch launchImageEditor layerButton layeredShaderPort layeredTexturePort layout layoutDialog lightList lightListEditor lightListPanel lightlink lineIntersection linearPrecision linstep listAnimatable listAttr listCameras listConnections listDeviceAttachments listHistory listInputDeviceAxes listInputDeviceButtons listInputDevices listMenuAnnotation listNodeTypes listPanelCategories listRelatives listSets listTransforms listUnselected listerEditor loadFluid loadNewShelf loadPlugin loadPluginLanguageResources loadPrefObjects localizedPanelLabel lockNode loft log longNameOf lookThru ls lsThroughFilter lsType lsUI Mayatomr mag makeIdentity makeLive makePaintable makeRoll makeSingleSurface makeTubeOn makebot manipMoveContext manipMoveLimitsCtx manipOptions manipRotateContext manipRotateLimitsCtx manipScaleContext manipScaleLimitsCtx marker match max memory menu menuBarLayout menuEditor menuItem menuItemToShelf menuSet menuSetPref messageLine min minimizeApp mirrorJoint modelCurrentTimeCtx modelEditor modelPanel mouse movIn movOut move moveIKtoFK moveKeyCtx moveVertexAlongDirection multiProfileBirailSurface mute nParticle nameCommand nameField namespace namespaceInfo newPanelItems newton nodeCast nodeIconButton nodeOutliner nodePreset nodeType noise nonLinear normalConstraint normalize nurbsBoolean nurbsCopyUVSet nurbsCube nurbsEditUV nurbsPlane nurbsSelect nurbsSquare nurbsToPoly nurbsToPolygonsPref nurbsToSubdiv nurbsToSubdivPref nurbsUVSet nurbsViewDirectionVector objExists objectCenter objectLayer objectType objectTypeUI obsoleteProc oceanNurbsPreviewPlane offsetCurve offsetCurveOnSurface offsetSurface openGLExtension openMayaPref optionMenu optionMenuGrp optionVar orbit orbitCtx orientConstraint outlinerEditor outlinerPanel overrideModifier paintEffectsDisplay pairBlend palettePort paneLayout panel panelConfiguration panelHistory paramDimContext paramDimension paramLocator parent parentConstraint particle particleExists particleInstancer particleRenderInfo partition pasteKey pathAnimation pause pclose percent performanceOptions pfxstrokes pickWalk picture pixelMove planarSrf plane play playbackOptions playblast plugAttr plugNode pluginInfo pluginResourceUtil pointConstraint pointCurveConstraint pointLight pointMatrixMult pointOnCurve pointOnSurface pointPosition poleVectorConstraint polyAppend polyAppendFacetCtx polyAppendVertex polyAutoProjection polyAverageNormal polyAverageVertex polyBevel polyBlendColor polyBlindData polyBoolOp polyBridgeEdge polyCacheMonitor polyCheck polyChipOff polyClipboard polyCloseBorder polyCollapseEdge polyCollapseFacet polyColorBlindData polyColorDel polyColorPerVertex polyColorSet polyCompare polyCone polyCopyUV polyCrease polyCreaseCtx polyCreateFacet polyCreateFacetCtx polyCube polyCut polyCutCtx polyCylinder polyCylindricalProjection polyDelEdge polyDelFacet polyDelVertex polyDuplicateAndConnect polyDuplicateEdge polyEditUV polyEditUVShell polyEvaluate polyExtrudeEdge polyExtrudeFacet polyExtrudeVertex polyFlipEdge polyFlipUV polyForceUV polyGeoSampler polyHelix polyInfo polyInstallAction polyLayoutUV polyListComponentConversion polyMapCut polyMapDel polyMapSew polyMapSewMove polyMergeEdge polyMergeEdgeCtx polyMergeFacet polyMergeFacetCtx polyMergeUV polyMergeVertex polyMirrorFace polyMoveEdge polyMoveFacet polyMoveFacetUV polyMoveUV polyMoveVertex polyNormal polyNormalPerVertex polyNormalizeUV polyOptUvs polyOptions polyOutput polyPipe polyPlanarProjection polyPlane polyPlatonicSolid polyPoke polyPrimitive polyPrism polyProjection polyPyramid polyQuad polyQueryBlindData polyReduce polySelect polySelectConstraint polySelectConstraintMonitor polySelectCtx polySelectEditCtx polySeparate polySetToFaceNormal polySewEdge polyShortestPathCtx polySmooth polySoftEdge polySphere polySphericalProjection polySplit polySplitCtx polySplitEdge polySplitRing polySplitVertex polyStraightenUVBorder polySubdivideEdge polySubdivideFacet polyToSubdiv polyTorus polyTransfer polyTriangulate polyUVSet polyUnite polyWedgeFace popen popupMenu pose pow preloadRefEd print progressBar progressWindow projFileViewer projectCurve projectTangent projectionContext projectionManip promptDialog propModCtx propMove psdChannelOutliner psdEditTextureFile psdExport psdTextureFile putenv pwd python querySubdiv quit rad_to_deg radial radioButton radioButtonGrp radioCollection radioMenuItemCollection rampColorPort rand randomizeFollicles randstate rangeControl readTake rebuildCurve rebuildSurface recordAttr recordDevice redo reference referenceEdit referenceQuery refineSubdivSelectionList refresh refreshAE registerPluginResource rehash reloadImage removeJoint removeMultiInstance removePanelCategory rename renameAttr renameSelectionList renameUI render renderGlobalsNode renderInfo renderLayerButton renderLayerParent renderLayerPostProcess renderLayerUnparent renderManip renderPartition renderQualityNode renderSettings renderThumbnailUpdate renderWindowEditor renderWindowSelectContext renderer reorder reorderDeformers requires reroot resampleFluid resetAE resetPfxToPolyCamera resetTool resolutionNode retarget reverseCurve reverseSurface revolve rgb_to_hsv rigidBody rigidSolver roll rollCtx rootOf rot rotate rotationInterpolation roundConstantRadius rowColumnLayout rowLayout runTimeCommand runup sampleImage saveAllShelves saveAttrPreset saveFluid saveImage saveInitialState saveMenu savePrefObjects savePrefs saveShelf saveToolSettings scale scaleBrushBrightness scaleComponents scaleConstraint scaleKey scaleKeyCtx sceneEditor sceneUIReplacement scmh scriptCtx scriptEditorInfo scriptJob scriptNode scriptTable scriptToShelf scriptedPanel scriptedPanelType scrollField scrollLayout sculpt searchPathArray seed selLoadSettings select selectContext selectCurveCV selectKey selectKeyCtx selectKeyframeRegionCtx selectMode selectPref selectPriority selectType selectedNodes selectionConnection separator setAttr setAttrEnumResource setAttrMapping setAttrNiceNameResource setConstraintRestPosition setDefaultShadingGroup setDrivenKeyframe setDynamic setEditCtx setEditor setFluidAttr setFocus setInfinity setInputDeviceMapping setKeyCtx setKeyPath setKeyframe setKeyframeBlendshapeTargetWts setMenuMode setNodeNiceNameResource setNodeTypeFlag setParent setParticleAttr setPfxToPolyCamera setPluginResource setProject setStampDensity setStartupMessage setState setToolTo setUITemplate setXformManip sets shadingConnection shadingGeometryRelCtx shadingLightRelCtx shadingNetworkCompare shadingNode shapeCompare shelfButton shelfLayout shelfTabLayout shellField shortNameOf showHelp showHidden showManipCtx showSelectionInTitle showShadingGroupAttrEditor showWindow sign simplify sin singleProfileBirailSurface size sizeBytes skinCluster skinPercent smoothCurve smoothTangentSurface smoothstep snap2to2 snapKey snapMode snapTogetherCtx snapshot soft softMod softModCtx sort sound soundControl source spaceLocator sphere sphrand spotLight spotLightPreviewPort spreadSheetEditor spring sqrt squareSurface srtContext stackTrace startString startsWith stitchAndExplodeShell stitchSurface stitchSurfacePoints strcmp stringArrayCatenate stringArrayContains stringArrayCount stringArrayInsertAtIndex stringArrayIntersector stringArrayRemove stringArrayRemoveAtIndex stringArrayRemoveDuplicates stringArrayRemoveExact stringArrayToString stringToStringArray strip stripPrefixFromName stroke subdAutoProjection subdCleanTopology subdCollapse subdDuplicateAndConnect subdEditUV subdListComponentConversion subdMapCut subdMapSewMove subdMatchTopology subdMirror subdToBlind subdToPoly subdTransferUVsToCache subdiv subdivCrease subdivDisplaySmoothness substitute substituteAllString substituteGeometry substring surface surfaceSampler surfaceShaderList swatchDisplayPort switchTable symbolButton symbolCheckBox sysFile system tabLayout tan tangentConstraint texLatticeDeformContext texManipContext texMoveContext texMoveUVShellContext texRotateContext texScaleContext texSelectContext texSelectShortestPathCtx texSmudgeUVContext texWinToolCtx text textCurves textField textFieldButtonGrp textFieldGrp textManip textScrollList textToShelf textureDisplacePlane textureHairColor texturePlacementContext textureWindow threadCount threePointArcCtx timeControl timePort timerX toNativePath toggle toggleAxis toggleWindowVisibility tokenize tokenizeList tolerance tolower toolButton toolCollection toolDropped toolHasOptions toolPropertyWindow torus toupper trace track trackCtx transferAttributes transformCompare transformLimits translator trim trunc truncateFluidCache truncateHairCache tumble tumbleCtx turbulence twoPointArcCtx uiRes uiTemplate unassignInputDevice undo undoInfo ungroup uniform unit unloadPlugin untangleUV untitledFileName untrim upAxis updateAE userCtx uvLink uvSnapshot validateShelfName vectorize view2dToolCtx viewCamera viewClipPlane viewFit viewHeadOn viewLookAt viewManip viewPlace viewSet visor volumeAxis vortex waitCursor warning webBrowser webBrowserPrefs whatIs window windowPref wire wireContext workspace wrinkle wrinkleContext writeTake xbmLangPathList xform", +illegal:""},{begin:"<=",relevance:0},{begin:"=>",relevance:0},{begin:"/\\\\"},{begin:"\\\\/"}]},o={className:"built_in",variants:[{begin:":-\\|-->"},{begin:"=",relevance:0}]};return{aliases:["m","moo"],keywords:t,contains:[l,o,a,e.C_BLOCK_COMMENT_MODE,r,e.NUMBER_MODE,s,n,{begin:/:-/}]}}},{name:"mipsasm",create:function(e){return{case_insensitive:!0,aliases:["mips"],lexemes:"\\.?"+e.IDENT_RE,keywords:{meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .ltorg ",built_in:"$0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30 $31 zero at v0 v1 a0 a1 a2 a3 a4 a5 a6 a7 t0 t1 t2 t3 t4 t5 t6 t7 t8 t9 s0 s1 s2 s3 s4 s5 s6 s7 s8 k0 k1 gp sp fp ra $f0 $f1 $f2 $f2 $f4 $f5 $f6 $f7 $f8 $f9 $f10 $f11 $f12 $f13 $f14 $f15 $f16 $f17 $f18 $f19 $f20 $f21 $f22 $f23 $f24 $f25 $f26 $f27 $f28 $f29 $f30 $f31 Context Random EntryLo0 EntryLo1 Context PageMask Wired EntryHi HWREna BadVAddr Count Compare SR IntCtl SRSCtl SRSMap Cause EPC PRId EBase Config Config1 Config2 Config3 LLAddr Debug DEPC DESAVE CacheErr ECC ErrorEPC TagLo DataLo TagHi DataHi WatchLo WatchHi PerfCtl PerfCnt "},contains:[{className:"keyword",begin:"\\b(addi?u?|andi?|b(al)?|beql?|bgez(al)?l?|bgtzl?|blezl?|bltz(al)?l?|bnel?|cl[oz]|divu?|ext|ins|j(al)?|jalr(.hb)?|jr(.hb)?|lbu?|lhu?|ll|lui|lw[lr]?|maddu?|mfhi|mflo|movn|movz|move|msubu?|mthi|mtlo|mul|multu?|nop|nor|ori?|rotrv?|sb|sc|se[bh]|sh|sllv?|slti?u?|srav?|srlv?|subu?|sw[lr]?|xori?|wsbh|abs.[sd]|add.[sd]|alnv.ps|bc1[ft]l?|c.(s?f|un|u?eq|[ou]lt|[ou]le|ngle?|seq|l[et]|ng[et]).[sd]|(ceil|floor|round|trunc).[lw].[sd]|cfc1|cvt.d.[lsw]|cvt.l.[dsw]|cvt.ps.s|cvt.s.[dlw]|cvt.s.p[lu]|cvt.w.[dls]|div.[ds]|ldx?c1|luxc1|lwx?c1|madd.[sd]|mfc1|mov[fntz]?.[ds]|msub.[sd]|mth?c1|mul.[ds]|neg.[ds]|nmadd.[ds]|nmsub.[ds]|p[lu][lu].ps|recip.fmt|r?sqrt.[ds]|sdx?c1|sub.[ds]|suxc1|swx?c1|break|cache|d?eret|[de]i|ehb|mfc0|mtc0|pause|prefx?|rdhwr|rdpgpr|sdbbp|ssnop|synci?|syscall|teqi?|tgei?u?|tlb(p|r|w[ir])|tlti?u?|tnei?|wait|wrpgpr)",end:"\\s"},e.COMMENT("[;#]","$"),e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"0x[0-9a-f]+"},{begin:"\\b-?\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^\\s*[0-9]+:"},{begin:"[0-9]+[bf]"}],relevance:0}],illegal:"/"}}},{name:"mizar",create:function(e){return{keywords:"environ vocabularies notations constructors definitions registrations theorems schemes requirements begin end definition registration cluster existence pred func defpred deffunc theorem proof let take assume then thus hence ex for st holds consider reconsider such that and in provided of as from be being by means equals implies iff redefine define now not or attr is mode suppose per cases set thesis contradiction scheme reserve struct correctness compatibility coherence symmetry assymetry reflexivity irreflexivity connectedness uniqueness commutativity idempotence involutiveness projectivity",contains:[e.COMMENT("::","$")]}}},{name:"mojolicious",create:function(e){return{subLanguage:"xml",contains:[{className:"meta",begin:"^__(END|DATA)__$"},{begin:"^\\s*%{1,2}={0,2}",end:"$",subLanguage:"perl"},{begin:"<%{1,2}={0,2}",end:"={0,1}%>",subLanguage:"perl",excludeBegin:!0,excludeEnd:!0}]}}},{name:"monkey",create:function(e){var t={className:"number",relevance:0,variants:[{begin:"[$][a-fA-F0-9]+"},e.NUMBER_MODE]};return{case_insensitive:!0,keywords:{keyword:"public private property continue exit extern new try catch eachin not abstract final select case default const local global field end if then else elseif endif while wend repeat until forever for to step next return module inline throw import",built_in:"DebugLog DebugStop Error Print ACos ACosr ASin ASinr ATan ATan2 ATan2r ATanr Abs Abs Ceil Clamp Clamp Cos Cosr Exp Floor Log Max Max Min Min Pow Sgn Sgn Sin Sinr Sqrt Tan Tanr Seed PI HALFPI TWOPI",literal:"true false null and or shl shr mod"},illegal:/\/\*/,contains:[e.COMMENT("#rem","#end"),e.COMMENT("'","$",{relevance:0}),{className:"function",beginKeywords:"function method",end:"[(=:]|$",illegal:/\n/,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"class",beginKeywords:"class interface",end:"$",contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{className:"built_in",begin:"\\b(self|super)\\b"},{className:"meta",begin:"\\s*#",end:"$",keywords:{"meta-keyword":"if else elseif endif end then"}},{className:"meta",begin:"^\\s*strict\\b"},{beginKeywords:"alias",end:"=",contains:[e.UNDERSCORE_TITLE_MODE]},e.QUOTE_STRING_MODE,t]}}},{name:"moonscript",create:function(e){var t={keyword:"if then not for in while do return else elseif break continue switch and or unless when class extends super local import export from using",literal:"true false nil",built_in:"_G _VERSION assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall coroutine debug io math os package string table"},a="[A-Za-z$_][0-9A-Za-z$_]*",r={className:"subst",begin:/#\{/,end:/}/,keywords:t},s=[e.inherit(e.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'/,end:/'/,contains:[e.BACKSLASH_ESCAPE]},{begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,r]}]},{className:"built_in",begin:"@__"+e.IDENT_RE},{begin:"@"+e.IDENT_RE},{begin:e.IDENT_RE+"\\\\"+e.IDENT_RE}];r.contains=s;var n=e.inherit(e.TITLE_MODE,{begin:a}),i="(\\(.*\\))?\\s*\\B[-=]>",l={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:t,contains:["self"].concat(s)}]};return{aliases:["moon"],keywords:t,illegal:/\/\*/,contains:s.concat([e.COMMENT("--","$"),{className:"function",begin:"^\\s*"+a+"\\s*=\\s*"+i,end:"[-=]>",returnBegin:!0,contains:[n,l]},{begin:/[\(,:=]\s*/,relevance:0,contains:[{className:"function",begin:i,end:"[-=]>",returnBegin:!0,contains:[l]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[n]},n]},{className:"name",begin:a+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}},{name:"nginx",create:function(e){var t={className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{/,end:/}/},{begin:"[\\$\\@]"+e.UNDERSCORE_IDENT_RE}]},a={endsWithParent:!0,lexemes:"[a-z/_]+",keywords:{literal:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll"},relevance:0,illegal:"=>",contains:[e.HASH_COMMENT_MODE,{className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[t]},{className:"regexp",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:"\\s\\^",end:"\\s|{|;",returnEnd:!0},{begin:"~\\*?\\s+",end:"\\s|{|;",returnEnd:!0},{begin:"\\*(\\.[a-z\\-]+)+"},{begin:"([a-z\\-]+\\.)+\\*"}]},{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+[kKmMgGdshdwy]*\\b",relevance:0},t]};return{aliases:["nginxconf"],contains:[e.HASH_COMMENT_MODE,{begin:e.UNDERSCORE_IDENT_RE+"\\s+{",returnBegin:!0,end:"{",contains:[{className:"section",begin:e.UNDERSCORE_IDENT_RE}],relevance:0},{begin:e.UNDERSCORE_IDENT_RE+"\\s",end:";|{",returnBegin:!0,contains:[{className:"attribute",begin:e.UNDERSCORE_IDENT_RE,starts:a}],relevance:0}],illegal:"[^\\s\\}]"}}},{name:"nimrod",create:function(e){return{aliases:["nim"],keywords:{keyword:"addr and as asm bind block break case cast const continue converter discard distinct div do elif else end enum except export finally for from generic if import in include interface is isnot iterator let macro method mixin mod nil not notin object of or out proc ptr raise ref return shl shr static template try tuple type using var when while with without xor yield",literal:"shared guarded stdin stdout stderr result true false",built_in:"int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 float float32 float64 bool char string cstring pointer expr stmt void auto any range array openarray varargs seq set clong culong cchar cschar cshort cint csize clonglong cfloat cdouble clongdouble cuchar cushort cuint culonglong cstringarray semistatic"},contains:[{className:"meta",begin:/{\./,end:/\.}/,relevance:10},{className:"string",begin:/[a-zA-Z]\w*"/,end:/"/,contains:[{begin:/""/}]},{className:"string",begin:/([a-zA-Z]\w*)?"""/,end:/"""/},e.QUOTE_STRING_MODE,{className:"type",begin:/\b[A-Z]\w+\b/,relevance:0},{className:"number",relevance:0,variants:[{begin:/\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/},{begin:/\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(\d[_\d]*)('?[iIuUfF](8|16|32|64))?/}]},e.HASH_COMMENT_MODE]}}},{name:"nix",create:function(e){var t={keyword:"rec with let in inherit assert if else then",literal:"true false or and null",built_in:"import abort baseNameOf dirOf isNull builtins map removeAttrs throw toString derivation"},a={className:"subst",begin:/\$\{/,end:/}/,keywords:t},r={begin:/[a-zA-Z0-9-_]+(\s*=)/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/\S+/}]},s={className:"string",contains:[a],variants:[{begin:"''",end:"''"},{begin:'"',end:'"'}]},n=[e.NUMBER_MODE,e.HASH_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s,r];return a.contains=n,{aliases:["nixos"],keywords:t,contains:n}}},{name:"nsis",create:function(e){var t={className:"variable",begin:"\\$(ADMINTOOLS|APPDATA|CDBURN_AREA|CMDLINE|COMMONFILES32|COMMONFILES64|COMMONFILES|COOKIES|DESKTOP|DOCUMENTS|EXEDIR|EXEFILE|EXEPATH|FAVORITES|FONTS|HISTORY|HWNDPARENT|INSTDIR|INTERNET_CACHE|LANGUAGE|LOCALAPPDATA|MUSIC|NETHOOD|OUTDIR|PICTURES|PLUGINSDIR|PRINTHOOD|PROFILE|PROGRAMFILES32|PROGRAMFILES64|PROGRAMFILES|QUICKLAUNCH|RECENT|RESOURCES_LOCALIZED|RESOURCES|SENDTO|SMPROGRAMS|SMSTARTUP|STARTMENU|SYSDIR|TEMP|TEMPLATES|VIDEOS|WINDIR)"},a={className:"variable",begin:"\\$+{[a-zA-Z0-9_]+}"},r={className:"variable",begin:"\\$+[a-zA-Z0-9_]+",illegal:"\\(\\){}"},s={className:"variable",begin:"\\$+\\([a-zA-Z0-9_]+\\)"},n={className:"built_in",begin:"(ARCHIVE|FILE_ATTRIBUTE_ARCHIVE|FILE_ATTRIBUTE_NORMAL|FILE_ATTRIBUTE_OFFLINE|FILE_ATTRIBUTE_READONLY|FILE_ATTRIBUTE_SYSTEM|FILE_ATTRIBUTE_TEMPORARY|HKCR|HKCU|HKDD|HKEY_CLASSES_ROOT|HKEY_CURRENT_CONFIG|HKEY_CURRENT_USER|HKEY_DYN_DATA|HKEY_LOCAL_MACHINE|HKEY_PERFORMANCE_DATA|HKEY_USERS|HKLM|HKPD|HKU|IDABORT|IDCANCEL|IDIGNORE|IDNO|IDOK|IDRETRY|IDYES|MB_ABORTRETRYIGNORE|MB_DEFBUTTON1|MB_DEFBUTTON2|MB_DEFBUTTON3|MB_DEFBUTTON4|MB_ICONEXCLAMATION|MB_ICONINFORMATION|MB_ICONQUESTION|MB_ICONSTOP|MB_OK|MB_OKCANCEL|MB_RETRYCANCEL|MB_RIGHT|MB_RTLREADING|MB_SETFOREGROUND|MB_TOPMOST|MB_USERICON|MB_YESNO|NORMAL|OFFLINE|READONLY|SHCTX|SHELL_CONTEXT|SYSTEM|TEMPORARY)"},i={className:"keyword",begin:"\\!(addincludedir|addplugindir|appendfile|cd|define|delfile|echo|else|endif|error|execute|finalize|getdllversionsystem|ifdef|ifmacrodef|ifmacrondef|ifndef|if|include|insertmacro|macroend|macro|makensis|packhdr|searchparse|searchreplace|tempfile|undef|verbose|warning)"};return{case_insensitive:!1,keywords:{keyword:"Abort AddBrandingImage AddSize AllowRootDirInstall AllowSkipFiles AutoCloseWindow BGFont BGGradient BrandingText BringToFront Call CallInstDLL Caption ChangeUI CheckBitmap ClearErrors CompletedText ComponentText CopyFiles CRCCheck CreateDirectory CreateFont CreateShortCut Delete DeleteINISec DeleteINIStr DeleteRegKey DeleteRegValue DetailPrint DetailsButtonText DirText DirVar DirVerify EnableWindow EnumRegKey EnumRegValue Exch Exec ExecShell ExecWait ExpandEnvStrings File FileBufSize FileClose FileErrorText FileOpen FileRead FileReadByte FileReadUTF16LE FileReadWord FileSeek FileWrite FileWriteByte FileWriteUTF16LE FileWriteWord FindClose FindFirst FindNext FindWindow FlushINI FunctionEnd GetCurInstType GetCurrentAddress GetDlgItem GetDLLVersion GetDLLVersionLocal GetErrorLevel GetFileTime GetFileTimeLocal GetFullPathName GetFunctionAddress GetInstDirError GetLabelAddress GetTempFileName Goto HideWindow Icon IfAbort IfErrors IfFileExists IfRebootFlag IfSilent InitPluginsDir InstallButtonText InstallColors InstallDir InstallDirRegKey InstProgressFlags InstType InstTypeGetText InstTypeSetText IntCmp IntCmpU IntFmt IntOp IsWindow LangString LicenseBkColor LicenseData LicenseForceSelection LicenseLangString LicenseText LoadLanguageFile LockWindow LogSet LogText ManifestDPIAware ManifestSupportedOS MessageBox MiscButtonText Name Nop OutFile Page PageCallbacks PageExEnd Pop Push Quit ReadEnvStr ReadINIStr ReadRegDWORD ReadRegStr Reboot RegDLL Rename RequestExecutionLevel ReserveFile Return RMDir SearchPath SectionEnd SectionGetFlags SectionGetInstTypes SectionGetSize SectionGetText SectionGroupEnd SectionIn SectionSetFlags SectionSetInstTypes SectionSetSize SectionSetText SendMessage SetAutoClose SetBrandingImage SetCompress SetCompressor SetCompressorDictSize SetCtlColors SetCurInstType SetDatablockOptimize SetDateSave SetDetailsPrint SetDetailsView SetErrorLevel SetErrors SetFileAttributes SetFont SetOutPath SetOverwrite SetPluginUnload SetRebootFlag SetRegView SetShellVarContext SetSilent ShowInstDetails ShowUninstDetails ShowWindow SilentInstall SilentUnInstall Sleep SpaceTexts StrCmp StrCmpS StrCpy StrLen SubCaption SubSectionEnd Unicode UninstallButtonText UninstallCaption UninstallIcon UninstallSubCaption UninstallText UninstPage UnRegDLL Var VIAddVersionKey VIFileVersion VIProductVersion WindowIcon WriteINIStr WriteRegBin WriteRegDWORD WriteRegExpandStr WriteRegStr WriteUninstaller XPStyle",literal:"admin all auto both colored current false force hide highest lastused leave listonly none normal notset off on open print show silent silentlog smooth textonly true user "},contains:[e.HASH_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",begin:'"',end:'"',illegal:"\\n",contains:[{begin:"\\$(\\\\(n|r|t)|\\$)"},t,a,r,s]},e.COMMENT(";","$",{relevance:0}),{className:"function",beginKeywords:"Function PageEx Section SectionGroup SubSection",end:"$"},i,a,r,s,n,e.NUMBER_MODE,{begin:e.IDENT_RE+"::"+e.IDENT_RE}]}}},{name:"objectivec",create:function(e){var t={className:"built_in",begin:"\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"},a={keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"},r=/[a-zA-Z@][a-zA-Z0-9_]*/,s="@interface @class @protocol @implementation";return{aliases:["mm","objc","obj-c"],keywords:a,lexemes:r,illegal:""}]}]},{className:"class",begin:"("+s.split(" ").join("|")+")\\b",end:"({|$)",excludeEnd:!0,keywords:s,lexemes:r,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}},{name:"ocaml",create:function(e){return{aliases:["ml"],keywords:{keyword:"and as assert asr begin class constraint do done downto else end exception external for fun function functor if in include inherit! inherit initializer land lazy let lor lsl lsr lxor match method!|10 method mod module mutable new object of open! open or private rec sig struct then to try type val! val virtual when while with parser value",built_in:"array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 string unit in_channel out_channel ref",literal:"true false"},illegal:/\/\/|>>/,lexemes:"[a-z_]\\w*!?",contains:[{className:"literal",begin:"\\[(\\|\\|)?\\]|\\(\\)",relevance:0},e.COMMENT("\\(\\*","\\*\\)",{contains:["self"]}),{className:"symbol",begin:"'[A-Za-z_](?!')[\\w']*"},{className:"type",begin:"`[A-Z][\\w']*"},{className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},{begin:"[a-z_]\\w*'[\\w']*",relevance:0},e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"number",begin:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",relevance:0},{begin:/[-=]>/}]}}},{name:"openscad",create:function(e){var t={className:"keyword",begin:"\\$(f[asn]|t|vp[rtd]|children)"},a={className:"literal",begin:"false|true|PI|undef"},r={className:"number",begin:"\\b\\d+(\\.\\d+)?(e-?\\d+)?",relevance:0},s=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),n={className:"meta",keywords:{"meta-keyword":"include use"},begin:"include|use <",end:">"},i={className:"params",begin:"\\(",end:"\\)",contains:["self",r,s,t,a]},l={begin:"[*!#%]",relevance:0},o={className:"function",beginKeywords:"module function",end:"\\=|\\{",contains:[i,e.UNDERSCORE_TITLE_MODE]};return{aliases:["scad"],keywords:{keyword:"function module include use for intersection_for if else \\%",literal:"false true PI undef",built_in:"circle square polygon text sphere cube cylinder polyhedron translate rotate scale resize mirror multmatrix color offset hull minkowski union difference intersection abs sign sin cos tan acos asin atan atan2 floor round ceil ln log pow sqrt exp rands min max concat lookup str chr search version version_num norm cross parent_module echo import import_dxf dxf_linear_extrude linear_extrude rotate_extrude surface projection render children dxf_cross dxf_dim let assign"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r,n,s,t,l,o]}}},{name:"oxygene",create:function(e){var t="abstract add and array as asc aspect assembly async begin break block by case class concat const copy constructor continue create default delegate desc distinct div do downto dynamic each else empty end ensure enum equals event except exit extension external false final finalize finalizer finally flags for forward from function future global group has if implementation implements implies in index inherited inline interface into invariants is iterator join locked locking loop matching method mod module namespace nested new nil not notify nullable of old on operator or order out override parallel params partial pinned private procedure property protected public queryable raise read readonly record reintroduce remove repeat require result reverse sealed select self sequence set shl shr skip static step soft take then to true try tuple type union unit unsafe until uses using var virtual raises volatile where while with write xor yield await mapped deprecated stdcall cdecl pascal register safecall overload library platform reference packed strict published autoreleasepool selector strong weak unretained",a=e.COMMENT("{","}",{relevance:0}),r=e.COMMENT("\\(\\*","\\*\\)",{relevance:10}),s={className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},n={className:"string",begin:"(#\\d+)+"},i={className:"function",beginKeywords:"function constructor destructor procedure method",end:"[:;]",keywords:"function constructor|10 destructor|10 procedure|10 method|10",contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",keywords:t,contains:[s,n]},a,r]};return{case_insensitive:!0,lexemes:/\.?\w+/,keywords:t,illegal:'("|\\$[G-Zg-z]|\\/\\*||->)',contains:[a,r,e.C_LINE_COMMENT_MODE,s,n,e.NUMBER_MODE,i,{className:"class",begin:"=\\bclass\\b",end:"end;",keywords:t,contains:[s,n,a,r,e.C_LINE_COMMENT_MODE,i]}]}}},{name:"parser3",create:function(e){var t=e.COMMENT("{","}",{contains:["self"]});return{subLanguage:"xml",relevance:0,contains:[e.COMMENT("^#","$"),e.COMMENT("\\^rem{","}",{relevance:10,contains:[t]}),{className:"meta",begin:"^@(?:BASE|USE|CLASS|OPTIONS)$",relevance:10},{className:"title",begin:"@[\\w\\-]+\\[[\\w^;\\-]*\\](?:\\[[\\w^;\\-]*\\])?(?:.*)$"},{className:"variable",begin:"\\$\\{?[\\w\\-\\.\\:]+\\}?"},{className:"keyword",begin:"\\^[\\w\\-\\.\\:]+"},{className:"number",begin:"\\^#[0-9a-fA-F]+"},e.C_NUMBER_MODE]}}},{name:"perl",create:function(e){var t="getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when",a={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:t},r={begin:"->{",end:"}"},s={variants:[{begin:/\$\d/},{begin:/[\$%@](\^\w\b|#\w+(::\w+)*|{\w+}|\w+(::\w*)*)/},{begin:/[\$%@][^\s\w{]/,relevance:0}]},n=[e.BACKSLASH_ESCAPE,a,s],i=[s,e.HASH_COMMENT_MODE,e.COMMENT("^\\=\\w","\\=cut",{endsWithParent:!0}),r,{className:"string",contains:n,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*\\<",end:"\\>",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:"{\\w+}",contains:[],relevance:0},{begin:"-?\\w+\\s*\\=\\>",contains:[],relevance:0}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:"regexp",begin:"(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*",relevance:10},{className:"regexp",begin:"(m|qr)?/",end:"/[a-z]*",contains:[e.BACKSLASH_ESCAPE],relevance:0}]},{className:"function",beginKeywords:"sub",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return a.contains=i,r.contains=i,{aliases:["pl","pm"],lexemes:/[\w\.]+/,keywords:t,contains:i}}},{name:"pf",create:function(e){var t={className:"variable",begin:/\$[\w\d#@][\w\d_]*/},a={className:"variable",begin:/<(?!\/)/,end:/>/};return{aliases:["pf.conf"],lexemes:/[a-z0-9_<>-]+/,keywords:{built_in:"block match pass load anchor|5 antispoof|10 set table",keyword:"in out log quick on rdomain inet inet6 proto from port os to routeallow-opts divert-packet divert-reply divert-to flags group icmp-typeicmp6-type label once probability recieved-on rtable prio queuetos tag tagged user keep fragment for os dropaf-to|10 binat-to|10 nat-to|10 rdr-to|10 bitmask least-stats random round-robinsource-hash static-portdup-to reply-to route-toparent bandwidth default min max qlimitblock-policy debug fingerprints hostid limit loginterface optimizationreassemble ruleset-optimization basic none profile skip state-defaultsstate-policy timeoutconst counters persistno modulate synproxy state|5 floating if-bound no-sync pflow|10 sloppysource-track global rule max-src-nodes max-src-states max-src-connmax-src-conn-rate overload flushscrub|5 max-mss min-ttl no-df|10 random-id",literal:"all any no-route self urpf-failed egress|5 unknown"},contains:[e.HASH_COMMENT_MODE,e.NUMBER_MODE,e.QUOTE_STRING_MODE,t,a]}}},{name:"php",create:function(e){var t={begin:"\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*"},a={className:"meta",begin:/<\?(php)?|\?>/},r={className:"string",contains:[e.BACKSLASH_ESCAPE,a],variants:[{begin:'b"',end:'"'},{begin:"b'",end:"'"},e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},s={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]};return{aliases:["php3","php4","php5","php6"],case_insensitive:!0,keywords:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",contains:[e.HASH_COMMENT_MODE,e.COMMENT("//","$",{contains:[a]}),e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0,keywords:"__halt_compiler",lexemes:e.UNDERSCORE_IDENT_RE}),{className:"string",begin:/<<<['"]?\w+['"]?$/,end:/^\w+;?$/,contains:[e.BACKSLASH_ESCAPE,{className:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]}]},a,{className:"keyword",begin:/\$this\b/},t,{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"function",end:/[;{]/,excludeEnd:!0,illegal:"\\$|\\[|%",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:["self",t,e.C_BLOCK_COMMENT_MODE,r,s]}]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:/[:\(\$"]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",end:";",illegal:/[\.']/,contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",end:";",contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"=>"},r,s]}}},{name:"pony",create:function(e){var t={keyword:"actor addressof and as be break class compile_error compile_intrinsicconsume continue delegate digestof do else elseif embed end errorfor fun if ifdef in interface is isnt lambda let match new not objector primitive recover repeat return struct then trait try type until use var where while with xor",meta:"iso val tag trn box ref",literal:"this false true"},a={className:"string",begin:'"""',end:'"""',relevance:10},r={className:"string",begin:'"',end:'"',contains:[e.BACKSLASH_ESCAPE]},s={className:"string",begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE],relevance:0},n={className:"type",begin:"\\b_?[A-Z][\\w]*",relevance:0},i={begin:e.IDENT_RE+"'",relevance:0},l={className:"class",beginKeywords:"class actor",end:"$",contains:[e.TITLE_MODE,e.C_LINE_COMMENT_MODE]},o={className:"function",beginKeywords:"new fun",end:"=>",contains:[e.TITLE_MODE,{begin:/\(/,end:/\)/,contains:[n,i,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},{begin:/:/,endsWithParent:!0,contains:[n]},e.C_LINE_COMMENT_MODE]};return{keywords:t,contains:[l,o,n,a,r,s,i,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}}},{name:"powershell",create:function(e){var t={begin:"`[\\s\\S]",relevance:0},a={className:"variable",variants:[{begin:/\$[\w\d][\w\d_:]*/}]},r={className:"literal",begin:/\$(null|true|false)\b/},s={className:"string",variants:[{begin:/"/,end:/"/},{begin:/@"/,end:/^"@/}],contains:[t,a,{className:"variable",begin:/\$[A-z]/,end:/[^A-z]/}]},n={className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]},i={className:"doctag",variants:[{begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/}]},l=e.inherit(e.COMMENT(null,null),{variants:[{begin:/#/,end:/$/},{begin:/<#/,end:/#>/}], +contains:[i]});return{aliases:["ps"],lexemes:/-?[A-z\.\-]+/,case_insensitive:!0,keywords:{keyword:"if else foreach return function do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch",built_in:"Add-Computer Add-Content Add-History Add-JobTrigger Add-Member Add-PSSnapin Add-Type Checkpoint-Computer Clear-Content Clear-EventLog Clear-History Clear-Host Clear-Item Clear-ItemProperty Clear-Variable Compare-Object Complete-Transaction Connect-PSSession Connect-WSMan Convert-Path ConvertFrom-Csv ConvertFrom-Json ConvertFrom-SecureString ConvertFrom-StringData ConvertTo-Csv ConvertTo-Html ConvertTo-Json ConvertTo-SecureString ConvertTo-Xml Copy-Item Copy-ItemProperty Debug-Process Disable-ComputerRestore Disable-JobTrigger Disable-PSBreakpoint Disable-PSRemoting Disable-PSSessionConfiguration Disable-WSManCredSSP Disconnect-PSSession Disconnect-WSMan Disable-ScheduledJob Enable-ComputerRestore Enable-JobTrigger Enable-PSBreakpoint Enable-PSRemoting Enable-PSSessionConfiguration Enable-ScheduledJob Enable-WSManCredSSP Enter-PSSession Exit-PSSession Export-Alias Export-Clixml Export-Console Export-Counter Export-Csv Export-FormatData Export-ModuleMember Export-PSSession ForEach-Object Format-Custom Format-List Format-Table Format-Wide Get-Acl Get-Alias Get-AuthenticodeSignature Get-ChildItem Get-Command Get-ComputerRestorePoint Get-Content Get-ControlPanelItem Get-Counter Get-Credential Get-Culture Get-Date Get-Event Get-EventLog Get-EventSubscriber Get-ExecutionPolicy Get-FormatData Get-Host Get-HotFix Get-Help Get-History Get-IseSnippet Get-Item Get-ItemProperty Get-Job Get-JobTrigger Get-Location Get-Member Get-Module Get-PfxCertificate Get-Process Get-PSBreakpoint Get-PSCallStack Get-PSDrive Get-PSProvider Get-PSSession Get-PSSessionConfiguration Get-PSSnapin Get-Random Get-ScheduledJob Get-ScheduledJobOption Get-Service Get-TraceSource Get-Transaction Get-TypeData Get-UICulture Get-Unique Get-Variable Get-Verb Get-WinEvent Get-WmiObject Get-WSManCredSSP Get-WSManInstance Group-Object Import-Alias Import-Clixml Import-Counter Import-Csv Import-IseSnippet Import-LocalizedData Import-PSSession Import-Module Invoke-AsWorkflow Invoke-Command Invoke-Expression Invoke-History Invoke-Item Invoke-RestMethod Invoke-WebRequest Invoke-WmiMethod Invoke-WSManAction Join-Path Limit-EventLog Measure-Command Measure-Object Move-Item Move-ItemProperty New-Alias New-Event New-EventLog New-IseSnippet New-Item New-ItemProperty New-JobTrigger New-Object New-Module New-ModuleManifest New-PSDrive New-PSSession New-PSSessionConfigurationFile New-PSSessionOption New-PSTransportOption New-PSWorkflowExecutionOption New-PSWorkflowSession New-ScheduledJobOption New-Service New-TimeSpan New-Variable New-WebServiceProxy New-WinEvent New-WSManInstance New-WSManSessionOption Out-Default Out-File Out-GridView Out-Host Out-Null Out-Printer Out-String Pop-Location Push-Location Read-Host Receive-Job Register-EngineEvent Register-ObjectEvent Register-PSSessionConfiguration Register-ScheduledJob Register-WmiEvent Remove-Computer Remove-Event Remove-EventLog Remove-Item Remove-ItemProperty Remove-Job Remove-JobTrigger Remove-Module Remove-PSBreakpoint Remove-PSDrive Remove-PSSession Remove-PSSnapin Remove-TypeData Remove-Variable Remove-WmiObject Remove-WSManInstance Rename-Computer Rename-Item Rename-ItemProperty Reset-ComputerMachinePassword Resolve-Path Restart-Computer Restart-Service Restore-Computer Resume-Job Resume-Service Save-Help Select-Object Select-String Select-Xml Send-MailMessage Set-Acl Set-Alias Set-AuthenticodeSignature Set-Content Set-Date Set-ExecutionPolicy Set-Item Set-ItemProperty Set-JobTrigger Set-Location Set-PSBreakpoint Set-PSDebug Set-PSSessionConfiguration Set-ScheduledJob Set-ScheduledJobOption Set-Service Set-StrictMode Set-TraceSource Set-Variable Set-WmiInstance Set-WSManInstance Set-WSManQuickConfig Show-Command Show-ControlPanelItem Show-EventLog Sort-Object Split-Path Start-Job Start-Process Start-Service Start-Sleep Start-Transaction Start-Transcript Stop-Computer Stop-Job Stop-Process Stop-Service Stop-Transcript Suspend-Job Suspend-Service Tee-Object Test-ComputerSecureChannel Test-Connection Test-ModuleManifest Test-Path Test-PSSessionConfigurationFile Trace-Command Unblock-File Undo-Transaction Unregister-Event Unregister-PSSessionConfiguration Unregister-ScheduledJob Update-FormatData Update-Help Update-List Update-TypeData Use-Transaction Wait-Event Wait-Job Wait-Process Where-Object Write-Debug Write-Error Write-EventLog Write-Host Write-Output Write-Progress Write-Verbose Write-Warning",nomarkup:"-ne -eq -lt -gt -ge -le -not -like -notlike -match -notmatch -contains -notcontains -in -notin -replace"},contains:[t,e.NUMBER_MODE,s,n,r,a,l]}}},{name:"processing",create:function(e){return{keywords:{keyword:"BufferedReader PVector PFont PImage PGraphics HashMap boolean byte char color double float int long String Array FloatDict FloatList IntDict IntList JSONArray JSONObject Object StringDict StringList Table TableRow XML false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private",literal:"P2D P3D HALF_PI PI QUARTER_PI TAU TWO_PI",title:"setup draw",built_in:"displayHeight displayWidth mouseY mouseX mousePressed pmouseX pmouseY key keyCode pixels focused frameCount frameRate height width size createGraphics beginDraw createShape loadShape PShape arc ellipse line point quad rect triangle bezier bezierDetail bezierPoint bezierTangent curve curveDetail curvePoint curveTangent curveTightness shape shapeMode beginContour beginShape bezierVertex curveVertex endContour endShape quadraticVertex vertex ellipseMode noSmooth rectMode smooth strokeCap strokeJoin strokeWeight mouseClicked mouseDragged mouseMoved mousePressed mouseReleased mouseWheel keyPressed keyPressedkeyReleased keyTyped print println save saveFrame day hour millis minute month second year background clear colorMode fill noFill noStroke stroke alpha blue brightness color green hue lerpColor red saturation modelX modelY modelZ screenX screenY screenZ ambient emissive shininess specular add createImage beginCamera camera endCamera frustum ortho perspective printCamera printProjection cursor frameRate noCursor exit loop noLoop popStyle pushStyle redraw binary boolean byte char float hex int str unbinary unhex join match matchAll nf nfc nfp nfs split splitTokens trim append arrayCopy concat expand reverse shorten sort splice subset box sphere sphereDetail createInput createReader loadBytes loadJSONArray loadJSONObject loadStrings loadTable loadXML open parseXML saveTable selectFolder selectInput beginRaw beginRecord createOutput createWriter endRaw endRecord PrintWritersaveBytes saveJSONArray saveJSONObject saveStream saveStrings saveXML selectOutput popMatrix printMatrix pushMatrix resetMatrix rotate rotateX rotateY rotateZ scale shearX shearY translate ambientLight directionalLight lightFalloff lights lightSpecular noLights normal pointLight spotLight image imageMode loadImage noTint requestImage tint texture textureMode textureWrap blend copy filter get loadPixels set updatePixels blendMode loadShader PShaderresetShader shader createFont loadFont text textFont textAlign textLeading textMode textSize textWidth textAscent textDescent abs ceil constrain dist exp floor lerp log mag map max min norm pow round sq sqrt acos asin atan atan2 cos degrees radians sin tan noise noiseDetail noiseSeed random randomGaussian randomSeed"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}},{name:"profile",create:function(e){return{contains:[e.C_NUMBER_MODE,{begin:"[a-zA-Z_][\\da-zA-Z_]+\\.[\\da-zA-Z_]{1,3}",end:":",excludeEnd:!0},{begin:"(ncalls|tottime|cumtime)",end:"$",keywords:"ncalls tottime|10 cumtime|10 filename",relevance:10},{begin:"function calls",end:"$",contains:[e.C_NUMBER_MODE],relevance:10},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"\\(",end:"\\)$",excludeBegin:!0,excludeEnd:!0,relevance:0}]}}},{name:"prolog",create:function(e){var t={begin:/[a-z][A-Za-z0-9_]*/,relevance:0},a={className:"symbol",variants:[{begin:/[A-Z][a-zA-Z0-9_]*/},{begin:/_[A-Za-z0-9_]*/}],relevance:0},r={begin:/\(/,end:/\)/,relevance:0},s={begin:/\[/,end:/\]/},n={className:"comment",begin:/%/,end:/$/,contains:[e.PHRASAL_WORDS_MODE]},i={className:"string",begin:/`/,end:/`/,contains:[e.BACKSLASH_ESCAPE]},l={className:"string",begin:/0\'(\\\'|.)/},o={className:"string",begin:/0\'\\s/},c={begin:/:-/},d=[t,a,r,c,s,n,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,i,l,o,e.C_NUMBER_MODE];return r.contains=d,s.contains=d,{contains:d.concat([{begin:/\.$/}])}}},{name:"protobuf",create:function(e){return{keywords:{keyword:"package import option optional required repeated group",built_in:"double float int32 int64 uint32 uint64 sint32 sint64 fixed32 fixed64 sfixed32 sfixed64 bool string bytes",literal:"true false"},contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.C_LINE_COMMENT_MODE,{className:"class",beginKeywords:"message enum service",end:/\{/,illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{className:"function",beginKeywords:"rpc",end:/;/,excludeEnd:!0,keywords:"rpc returns"},{begin:/^\s*[A-Z_]+/,end:/\s*=/,excludeEnd:!0}]}}},{name:"puppet",create:function(e){var t={keyword:"and case default else elsif false if in import enherits node or true undef unless main settings $string ",literal:"alias audit before loglevel noop require subscribe tag owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check en_address ip_address realname command environment hour monute month monthday special target weekday creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey sslverify mounted",built_in:"architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_productversion macosx_productverson_major macosx_productversion_minor manufacturer memoryfree memorysize netmask metmask_ network_ operatingsystem operatingsystemmajrelease operatingsystemrelease osfamily partitions path physicalprocessorcount processor processorcount productname ps puppetversion rubysitedir rubyversion selinux selinux_config_mode selinux_config_policy selinux_current_mode selinux_current_mode selinux_enforced selinux_policyversion serialnumber sp_ sshdsakey sshecdsakey sshrsakey swapencrypted swapfree swapsize timezone type uniqueid uptime uptime_days uptime_hours uptime_seconds uuid virtual vlans xendomains zfs_version zonenae zones zpool_version"},a=e.COMMENT("#","$"),r="([A-Za-z_]|::)(\\w|::)*",s=e.inherit(e.TITLE_MODE,{begin:r}),n={className:"variable",begin:"\\$"+r},i={className:"string",contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]};return{aliases:["pp"],contains:[a,n,i,{beginKeywords:"class",end:"\\{|;",illegal:/=/,contains:[s,a]},{beginKeywords:"define",end:/\{/,contains:[{className:"section",begin:e.IDENT_RE,endsParent:!0}]},{begin:e.IDENT_RE+"\\s+\\{",returnBegin:!0,end:/\S/,contains:[{className:"keyword",begin:e.IDENT_RE},{begin:/\{/,end:/\}/,keywords:t,relevance:0,contains:[i,a,{begin:"[a-zA-Z_]+\\s*=>",returnBegin:!0,end:"=>",contains:[{className:"attr",begin:e.IDENT_RE}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},n]}],relevance:0}]}}},{name:"purebasic",create:function(e){var t={className:"string",begin:'(~)?"',end:'"',illegal:"\\n"},a={className:"symbol",begin:"#[a-zA-Z_]\\w*\\$?"};return{aliases:["pb","pbi"],keywords:"And As Break CallDebugger Case CompilerCase CompilerDefault CompilerElse CompilerEndIf CompilerEndSelect CompilerError CompilerIf CompilerSelect Continue Data DataSection EndDataSection Debug DebugLevel Default Define Dim DisableASM DisableDebugger DisableExplicit Else ElseIf EnableASM EnableDebugger EnableExplicit End EndEnumeration EndIf EndImport EndInterface EndMacro EndProcedure EndSelect EndStructure EndStructureUnion EndWith Enumeration Extends FakeReturn For Next ForEach ForEver Global Gosub Goto If Import ImportC IncludeBinary IncludeFile IncludePath Interface Macro NewList Not Or ProcedureReturn Protected Prototype PrototypeC Read ReDim Repeat Until Restore Return Select Shared Static Step Structure StructureUnion Swap To Wend While With XIncludeFile XOr Procedure ProcedureC ProcedureCDLL ProcedureDLL Declare DeclareC DeclareCDLL DeclareDLL",contains:[e.COMMENT(";","$",{relevance:0}),{className:"function",begin:"\\b(Procedure|Declare)(C|CDLL|DLL)?\\b",end:"\\(",excludeEnd:!0,returnBegin:!0,contains:[{className:"keyword",begin:"(Procedure|Declare)(C|CDLL|DLL)?",excludeEnd:!0},{className:"type",begin:"\\.\\w*"},e.UNDERSCORE_TITLE_MODE]},t,a]}}},{name:"python",create:function(e){var t={className:"meta",begin:/^(>>>|\.\.\.) /},a={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,contains:[t],relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,contains:[t],relevance:10},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},r={className:"number",relevance:0,variants:[{begin:e.BINARY_NUMBER_RE+"[lLjJ]?"},{begin:"\\b(0o[0-7]+)[lLjJ]?"},{begin:e.C_NUMBER_RE+"[lLjJ]?"}]},s={className:"params",begin:/\(/,end:/\)/,contains:["self",t,r,a]};return{aliases:["py","gyp"],keywords:{keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda async await nonlocal|10 None True False",built_in:"Ellipsis NotImplemented"},illegal:/(<\/|->|\?)/,contains:[t,r,a,e.HASH_COMMENT_MODE,{variants:[{className:"function",beginKeywords:"def",relevance:10},{className:"class",beginKeywords:"class"}],end:/:/,illegal:/[${=;\n,]/,contains:[e.UNDERSCORE_TITLE_MODE,s,{begin:/->/,endsWithParent:!0,keywords:"None"}]},{className:"meta",begin:/^[\t ]*@/,end:/$/},{begin:/\b(print|exec)\(/}]}}},{name:"q",create:function(e){var t={keyword:"do while select delete by update from",literal:"0b 1b",built_in:"neg not null string reciprocal floor ceiling signum mod xbar xlog and or each scan over prior mmu lsq inv md5 ltime gtime count first var dev med cov cor all any rand sums prds mins maxs fills deltas ratios avgs differ prev next rank reverse iasc idesc asc desc msum mcount mavg mdev xrank mmin mmax xprev rotate distinct group where flip type key til get value attr cut set upsert raze union inter except cross sv vs sublist enlist read0 read1 hopen hclose hdel hsym hcount peach system ltrim rtrim trim lower upper ssr view tables views cols xcols keys xkey xcol xasc xdesc fkeys meta lj aj aj0 ij pj asof uj ww wj wj1 fby xgroup ungroup ej save load rsave rload show csv parse eval min max avg wavg wsum sin cos tan sum",type:"`float `double int `timestamp `timespan `datetime `time `boolean `symbol `char `byte `short `long `real `month `date `minute `second `guid"};return{aliases:["k","kdb"],keywords:t,lexemes:/(`?)[A-Za-z0-9_]+\b/,contains:[e.C_LINE_COMMENT_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}},{name:"qml",create:function(e){var t={keyword:"in of on if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await import",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Behavior bool color coordinate date double enumeration font geocircle georectangle geoshape int list matrix4x4 parent point quaternion real rect size string url var variant vector2d vector3d vector4dPromise"},a="[a-zA-Z_][a-zA-Z0-9\\._]*",r={className:"keyword",begin:"\\bproperty\\b",starts:{className:"string",end:"(:|=|;|,|//|/\\*|$)",returnEnd:!0}},s={className:"keyword",begin:"\\bsignal\\b",starts:{className:"string",end:"(\\(|:|=|;|,|//|/\\*|$)",returnEnd:!0}},n={className:"attribute",begin:"\\bid\\s*:",starts:{className:"string",end:a,returnEnd:!1}},i={begin:a+"\\s*:",returnBegin:!0,contains:[{className:"attribute",begin:a,end:"\\s*:",excludeEnd:!0,relevance:0}],relevance:0},l={begin:a+"\\s*{",end:"{",returnBegin:!0,relevance:0,contains:[e.inherit(e.TITLE_MODE,{begin:a})]};return{aliases:["qt"],case_insensitive:!1,keywords:t,contains:[{className:"meta",begin:/^\s*['"]use (strict|asm)['"]/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{begin:/\s*[);\]]/,relevance:0,subLanguage:"xml"}],relevance:0},s,r,{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}],illegal:/\[|%/},{begin:"\\."+e.IDENT_RE,relevance:0},n,i,l],illegal:/#/}}},{name:"r",create:function(e){var t="([a-zA-Z]|\\.[a-zA-Z.])[a-zA-Z0-9._]*";return{contains:[e.HASH_COMMENT_MODE,{begin:t,lexemes:t,keywords:{keyword:"function if in break next repeat else for return switch while try tryCatch stop warning require library attach detach source setMethod setGeneric setGroupGeneric setClass ...",literal:"NULL NA TRUE FALSE T F Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10"},relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"\\d+(?:[eE][+\\-]?\\d*)?L\\b",relevance:0},{className:"number",begin:"\\d+\\.(?!\\d)(?:i\\b)?",relevance:0},{className:"number",begin:"\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{className:"number",begin:"\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{begin:"`",end:"`",relevance:0},{className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]}]}}},{name:"rib",create:function(e){return{keywords:"ArchiveRecord AreaLightSource Atmosphere Attribute AttributeBegin AttributeEnd Basis Begin Blobby Bound Clipping ClippingPlane Color ColorSamples ConcatTransform Cone CoordinateSystem CoordSysTransform CropWindow Curves Cylinder DepthOfField Detail DetailRange Disk Displacement Display End ErrorHandler Exposure Exterior Format FrameAspectRatio FrameBegin FrameEnd GeneralPolygon GeometricApproximation Geometry Hider Hyperboloid Identity Illuminate Imager Interior LightSource MakeCubeFaceEnvironment MakeLatLongEnvironment MakeShadow MakeTexture Matte MotionBegin MotionEnd NuPatch ObjectBegin ObjectEnd ObjectInstance Opacity Option Orientation Paraboloid Patch PatchMesh Perspective PixelFilter PixelSamples PixelVariance Points PointsGeneralPolygons PointsPolygons Polygon Procedural Projection Quantize ReadArchive RelativeDetail ReverseOrientation Rotate Scale ScreenWindow ShadingInterpolation ShadingRate Shutter Sides Skew SolidBegin SolidEnd Sphere SubdivisionMesh Surface TextureCoordinates Torus Transform TransformBegin TransformEnd TransformPoints Translate TrimCurve WorldBegin WorldEnd",illegal:">|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",a={keyword:"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor",literal:"true false nil"},r={className:"doctag",begin:"@[A-Za-z]+"},s={begin:"#<",end:">"},n=[e.COMMENT("#","$",{contains:[r]}),e.COMMENT("^\\=begin","^\\=end",{contains:[r],relevance:10}),e.COMMENT("^__END__","\\n$")],i={className:"subst",begin:"#\\{",end:"}",keywords:a},l={className:"string",contains:[e.BACKSLASH_ESCAPE,i],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[qQwWx]?\\(",end:"\\)"},{begin:"%[qQwWx]?\\[",end:"\\]"},{begin:"%[qQwWx]?{",end:"}"},{begin:"%[qQwWx]?<",end:">"},{begin:"%[qQwWx]?/",end:"/"},{begin:"%[qQwWx]?%",end:"%"},{begin:"%[qQwWx]?-",end:"-"},{begin:"%[qQwWx]?\\|",end:"\\|"},{begin:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/}]},o={className:"params",begin:"\\(",end:"\\)",endsParent:!0,keywords:a},c=[l,s,{className:"class",beginKeywords:"class module",end:"$|;",illegal:/=/,contains:[e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{begin:"<\\s*",contains:[{begin:"("+e.IDENT_RE+"::)?"+e.IDENT_RE}]}].concat(n)},{className:"function",beginKeywords:"def",end:"$|;",contains:[e.inherit(e.TITLE_MODE,{begin:t}),o].concat(n)},{begin:e.IDENT_RE+"::"},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(\\!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[l,{begin:t}],relevance:0},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{className:"params",begin:/\|/,end:/\|/,keywords:a},{begin:"("+e.RE_STARTERS_RE+")\\s*",contains:[s,{className:"regexp",contains:[e.BACKSLASH_ESCAPE,i],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r{",end:"}[a-z]*"},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(n),relevance:0}].concat(n);i.contains=c,o.contains=c;var d="[>?]>",m="[\\w#]+\\(\\w+\\):\\d+:\\d+>",u="(\\w+-)?\\d+\\.\\d+\\.\\d(p\\d+)?[^>]+>",h=[{begin:/^\s*=>/,starts:{end:"$",contains:c}},{className:"meta",begin:"^("+d+"|"+m+"|"+u+")",starts:{end:"$",contains:c}}];return{aliases:["rb","gemspec","podspec","thor","irb"],keywords:a,illegal:/\/\*/,contains:n.concat(h).concat(c)}}},{name:"ruleslanguage",create:function(e){return{keywords:{keyword:"BILL_PERIOD BILL_START BILL_STOP RS_EFFECTIVE_START RS_EFFECTIVE_STOP RS_JURIS_CODE RS_OPCO_CODE INTDADDATTRIBUTE|5 INTDADDVMSG|5 INTDBLOCKOP|5 INTDBLOCKOPNA|5 INTDCLOSE|5 INTDCOUNT|5 INTDCOUNTSTATUSCODE|5 INTDCREATEMASK|5 INTDCREATEDAYMASK|5 INTDCREATEFACTORMASK|5 INTDCREATEHANDLE|5 INTDCREATEOVERRIDEDAYMASK|5 INTDCREATEOVERRIDEMASK|5 INTDCREATESTATUSCODEMASK|5 INTDCREATETOUPERIOD|5 INTDDELETE|5 INTDDIPTEST|5 INTDEXPORT|5 INTDGETERRORCODE|5 INTDGETERRORMESSAGE|5 INTDISEQUAL|5 INTDJOIN|5 INTDLOAD|5 INTDLOADACTUALCUT|5 INTDLOADDATES|5 INTDLOADHIST|5 INTDLOADLIST|5 INTDLOADLISTDATES|5 INTDLOADLISTENERGY|5 INTDLOADLISTHIST|5 INTDLOADRELATEDCHANNEL|5 INTDLOADSP|5 INTDLOADSTAGING|5 INTDLOADUOM|5 INTDLOADUOMDATES|5 INTDLOADUOMHIST|5 INTDLOADVERSION|5 INTDOPEN|5 INTDREADFIRST|5 INTDREADNEXT|5 INTDRECCOUNT|5 INTDRELEASE|5 INTDREPLACE|5 INTDROLLAVG|5 INTDROLLPEAK|5 INTDSCALAROP|5 INTDSCALE|5 INTDSETATTRIBUTE|5 INTDSETDSTPARTICIPANT|5 INTDSETSTRING|5 INTDSETVALUE|5 INTDSETVALUESTATUS|5 INTDSHIFTSTARTTIME|5 INTDSMOOTH|5 INTDSORT|5 INTDSPIKETEST|5 INTDSUBSET|5 INTDTOU|5 INTDTOURELEASE|5 INTDTOUVALUE|5 INTDUPDATESTATS|5 INTDVALUE|5 STDEV INTDDELETEEX|5 INTDLOADEXACTUAL|5 INTDLOADEXCUT|5 INTDLOADEXDATES|5 INTDLOADEX|5 INTDLOADEXRELATEDCHANNEL|5 INTDSAVEEX|5 MVLOAD|5 MVLOADACCT|5 MVLOADACCTDATES|5 MVLOADACCTHIST|5 MVLOADDATES|5 MVLOADHIST|5 MVLOADLIST|5 MVLOADLISTDATES|5 MVLOADLISTHIST|5 IF FOR NEXT DONE SELECT END CALL ABORT CLEAR CHANNEL FACTOR LIST NUMBER OVERRIDE SET WEEK DISTRIBUTIONNODE ELSE WHEN THEN OTHERWISE IENUM CSV INCLUDE LEAVE RIDER SAVE DELETE NOVALUE SECTION WARN SAVE_UPDATE DETERMINANT LABEL REPORT REVENUE EACH IN FROM TOTAL CHARGE BLOCK AND OR CSV_FILE RATE_CODE AUXILIARY_DEMAND UIDACCOUNT RS BILL_PERIOD_SELECT HOURS_PER_MONTH INTD_ERROR_STOP SEASON_SCHEDULE_NAME ACCOUNTFACTOR ARRAYUPPERBOUND CALLSTOREDPROC GETADOCONNECTION GETCONNECT GETDATASOURCE GETQUALIFIER GETUSERID HASVALUE LISTCOUNT LISTOP LISTUPDATE LISTVALUE PRORATEFACTOR RSPRORATE SETBINPATH SETDBMONITOR WQ_OPEN BILLINGHOURS DATE DATEFROMFLOAT DATETIMEFROMSTRING DATETIMETOSTRING DATETOFLOAT DAY DAYDIFF DAYNAME DBDATETIME HOUR MINUTE MONTH MONTHDIFF MONTHHOURS MONTHNAME ROUNDDATE SAMEWEEKDAYLASTYEAR SECOND WEEKDAY WEEKDIFF YEAR YEARDAY YEARSTR COMPSUM HISTCOUNT HISTMAX HISTMIN HISTMINNZ HISTVALUE MAXNRANGE MAXRANGE MINRANGE COMPIKVA COMPKVA COMPKVARFROMKQKW COMPLF IDATTR FLAG LF2KW LF2KWH MAXKW POWERFACTOR READING2USAGE AVGSEASON MAXSEASON MONTHLYMERGE SEASONVALUE SUMSEASON ACCTREADDATES ACCTTABLELOAD CONFIGADD CONFIGGET CREATEOBJECT CREATEREPORT EMAILCLIENT EXPBLKMDMUSAGE EXPMDMUSAGE EXPORT_USAGE FACTORINEFFECT GETUSERSPECIFIEDSTOP INEFFECT ISHOLIDAY RUNRATE SAVE_PROFILE SETREPORTTITLE USEREXIT WATFORRUNRATE TO TABLE ACOS ASIN ATAN ATAN2 BITAND CEIL COS COSECANT COSH COTANGENT DIVQUOT DIVREM EXP FABS FLOOR FMOD FREPM FREXPN LOG LOG10 MAX MAXN MIN MINNZ MODF POW ROUND ROUND2VALUE ROUNDINT SECANT SIN SINH SQROOT TAN TANH FLOAT2STRING FLOAT2STRINGNC INSTR LEFT LEN LTRIM MID RIGHT RTRIM STRING STRINGNC TOLOWER TOUPPER TRIM NUMDAYS READ_DATE STAGING",built_in:"IDENTIFIER OPTIONS XML_ELEMENT XML_OP XML_ELEMENT_OF DOMDOCCREATE DOMDOCLOADFILE DOMDOCLOADXML DOMDOCSAVEFILE DOMDOCGETROOT DOMDOCADDPI DOMNODEGETNAME DOMNODEGETTYPE DOMNODEGETVALUE DOMNODEGETCHILDCT DOMNODEGETFIRSTCHILD DOMNODEGETSIBLING DOMNODECREATECHILDELEMENT DOMNODESETATTRIBUTE DOMNODEGETCHILDELEMENTCT DOMNODEGETFIRSTCHILDELEMENT DOMNODEGETSIBLINGELEMENT DOMNODEGETATTRIBUTECT DOMNODEGETATTRIBUTEI DOMNODEGETATTRIBUTEBYNAME DOMNODEGETBYNAME"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:"literal",variants:[{begin:"#\\s+[a-zA-Z\\ \\.]*",relevance:0},{begin:"#[a-zA-Z\\ \\.]+"}]}]}}},{name:"rust",create:function(e){var t="([uif](8|16|32|64|size))?",a=e.inherit(e.C_BLOCK_COMMENT_MODE);a.contains.push("self");var r="alignof as be box break const continue crate do else enum extern false fn for if impl in let loop match mod mut offsetof once priv proc pub pure ref return self Self sizeof static struct super trait true type typeof unsafe unsized use virtual while where yield move default int i8 i16 i32 i64 isize uint u8 u32 u64 usize float f32 f64 str char bool",s="Copy Send Sized Sync Drop Fn FnMut FnOnce drop Box ToOwned Clone PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator Option Result SliceConcatExt String ToString Vec assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln! macro_rules!";return{aliases:["rs"],keywords:{keyword:r,literal:"true false Some None Ok Err",built_in:s},lexemes:e.IDENT_RE+"!?",illegal:""}]}}},{name:"scala",create:function(e){var t={className:"meta",begin:"@[A-Za-z]+"},a={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:"\\${",end:"}"}]},r={className:"string",variants:[{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:'"""',end:'"""',relevance:10},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,a]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[a],relevance:10}]},s={className:"symbol",begin:"'\\w[\\w\\d_]*(?!')"},n={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},i={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0},l={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[n]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[n]},i]},o={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[i]};return{keywords:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r,s,n,o,l,e.C_NUMBER_MODE,t]}}},{name:"scheme",create:function(e){var t="[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+",a="(\\-|\\+)?\\d+([./]\\d+)?",r=a+"[+\\-]"+a+"i",s={"builtin-name":"case-lambda call/cc class define-class exit-handler field import inherit init-field interface let*-values let-values let/ec mixin opt-lambda override protect provide public rename require require-for-syntax syntax syntax-case syntax-error unit/sig unless when with-syntax and begin call-with-current-continuation call-with-input-file call-with-output-file case cond define define-syntax delay do dynamic-wind else for-each if lambda let let* let-syntax letrec letrec-syntax map or syntax-rules ' * + , ,@ - ... / ; < <= = => > >= ` abs acos angle append apply asin assoc assq assv atan boolean? caar cadr call-with-input-file call-with-output-file call-with-values car cdddar cddddr cdr ceiling char->integer char-alphabetic? char-ci<=? char-ci=? char-ci>? char-downcase char-lower-case? char-numeric? char-ready? char-upcase char-upper-case? char-whitespace? char<=? char=? char>? char? close-input-port close-output-port complex? cons cos current-input-port current-output-port denominator display eof-object? eq? equal? eqv? eval even? exact->inexact exact? exp expt floor force gcd imag-part inexact->exact inexact? input-port? integer->char integer? interaction-environment lcm length list list->string list->vector list-ref list-tail list? load log magnitude make-polar make-rectangular make-string make-vector max member memq memv min modulo negative? newline not null-environment null? number->string number? numerator odd? open-input-file open-output-file output-port? pair? peek-char port? positive? procedure? quasiquote quote quotient rational? rationalize read read-char real-part real? remainder reverse round scheme-report-environment set! set-car! set-cdr! sin sqrt string string->list string->number string->symbol string-append string-ci<=? string-ci=? string-ci>? string-copy string-fill! string-length string-ref string-set! string<=? string=? string>? string? substring symbol->string symbol? tan transcript-off transcript-on truncate values vector vector->list vector-fill! vector-length vector-ref vector-set! with-input-from-file with-output-to-file write write-char zero?"},n={className:"meta",begin:"^#!",end:"$"},i={className:"literal",begin:"(#t|#f|#\\\\"+t+"|#\\\\.)"},l={className:"number",variants:[{begin:a,relevance:0},{begin:r,relevance:0},{begin:"#b[0-1]+(/[0-1]+)?"},{begin:"#o[0-7]+(/[0-7]+)?"},{begin:"#x[0-9a-f]+(/[0-9a-f]+)?"}]},o=e.QUOTE_STRING_MODE,c=[e.COMMENT(";","$",{relevance:0}),e.COMMENT("#\\|","\\|#")],d={begin:t,relevance:0},m={className:"symbol",begin:"'"+t},u={endsWithParent:!0,relevance:0},h={begin:/'/,contains:[{begin:"\\(",end:"\\)",contains:["self",i,o,l,d,m]}]},p={className:"name",begin:t,lexemes:t,keywords:s},g={begin:/lambda/,endsWithParent:!0,returnBegin:!0,contains:[p,{begin:/\(/,end:/\)/,endsParent:!0,contains:[d]}]},b={variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}],contains:[g,p,u]};return u.contains=[i,l,o,d,m,h,b].concat(c),{illegal:/\S/,contains:[n,l,o,m,h,b].concat(c)}}},{name:"scilab",create:function(e){var t=[e.C_NUMBER_MODE,{className:"string",begin:"'|\"",end:"'|\"",contains:[e.BACKSLASH_ESCAPE,{begin:"''"}]}];return{aliases:["sci"],lexemes:/%?\w+/,keywords:{keyword:"abort break case clear catch continue do elseif else endfunction end for function global if pause return resume select try then while",literal:"%f %F %t %T %pi %eps %inf %nan %e %i %z %s",built_in:"abs and acos asin atan ceil cd chdir clearglobal cosh cos cumprod deff disp error exec execstr exists exp eye gettext floor fprintf fread fsolve imag isdef isempty isinfisnan isvector lasterror length load linspace list listfiles log10 log2 log max min msprintf mclose mopen ones or pathconvert poly printf prod pwd rand real round sinh sin size gsort sprintf sqrt strcat strcmps tring sum system tanh tan type typename warning zeros matrix"},illegal:'("|#|/\\*|\\s+/\\w+)',contains:[{className:"function",beginKeywords:"function",end:"$",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},{begin:"[a-zA-Z_][a-zA-Z_0-9]*('+[\\.']*|[\\.']+)",end:"",relevance:0},{begin:"\\[",end:"\\]'*[\\.']*",relevance:0,contains:t},e.COMMENT("//","$")].concat(t)}}},{name:"scss",create:function(e){var t="[a-zA-Z-][a-zA-Z0-9_-]*",a={className:"variable",begin:"(\\$"+t+")\\b"},r={className:"number",begin:"#[0-9A-Fa-f]+"};({className:"attribute",begin:"[A-Z\\_\\.\\-]+",end:":",excludeEnd:!0,illegal:"[^\\s]",starts:{endsWithParent:!0,excludeEnd:!0,contains:[r,e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"!important"}]}});return{case_insensitive:!0,illegal:"[=/|']",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:"\\#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},{className:"selector-attr",begin:"\\[",end:"\\]",illegal:"$"},{className:"selector-tag",begin:"\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\b",relevance:0},{begin:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{begin:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},a,{className:"attribute",begin:"\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\b",illegal:"[^\\s]"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:":",end:";",contains:[a,r,e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"meta",begin:"!important"}]},{begin:"@",end:"[{;]",keywords:"mixin include extend for if else each while charset import debug media page content font-face namespace warn",contains:[a,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,r,e.CSS_NUMBER_MODE,{begin:"\\s[A-Za-z0-9_.-]+",relevance:0}]}]}}},{name:"smali",create:function(e){var t=["add","and","cmp","cmpg","cmpl","const","div","double","float","goto","if","int","long","move","mul","neg","new","nop","not","or","rem","return","shl","shr","sput","sub","throw","ushr","xor"],a=["aget","aput","array","check","execute","fill","filled","goto/16","goto/32","iget","instance","invoke","iput","monitor","packed","sget","sparse"],r=["transient","constructor","abstract","final","synthetic","public","private","protected","static","bridge","system"];return{aliases:["smali"],contains:[{className:"string",begin:'"',end:'"',relevance:0},e.COMMENT("#","$",{relevance:0}),{className:"keyword",variants:[{begin:"\\s*\\.end\\s[a-zA-Z0-9]*"},{begin:"^[ ]*\\.[a-zA-Z]*",relevance:0},{begin:"\\s:[a-zA-Z_0-9]*",relevance:0},{begin:"\\s("+r.join("|")+")"}]},{className:"built_in",variants:[{begin:"\\s("+t.join("|")+")\\s"},{begin:"\\s("+t.join("|")+")((\\-|/)[a-zA-Z0-9]+)+\\s",relevance:10},{begin:"\\s("+a.join("|")+")((\\-|/)[a-zA-Z0-9]+)*\\s",relevance:10}]},{className:"class",begin:"L[^(;:\n]*;",relevance:0},{begin:"[vp][0-9]+"}]}}},{name:"smalltalk",create:function(e){var t="[a-z][a-zA-Z0-9_]*",a={className:"string",begin:"\\$.{1}"},r={className:"symbol",begin:"#"+e.UNDERSCORE_IDENT_RE};return{aliases:["st"],keywords:"self super nil true false thisContext",contains:[e.COMMENT('"','"'),e.APOS_STRING_MODE,{className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},{begin:t+":",relevance:0},e.C_NUMBER_MODE,r,a,{begin:"\\|[ ]*"+t+"([ ]+"+t+")*[ ]*\\|",returnBegin:!0,end:/\|/,illegal:/\S/,contains:[{begin:"(\\|[ ]*)?"+t}]},{begin:"\\#\\(",end:"\\)",contains:[e.APOS_STRING_MODE,a,e.C_NUMBER_MODE,r]}]}}},{name:"sml",create:function(e){return{aliases:["ml"],keywords:{keyword:"abstype and andalso as case datatype do else end eqtype exception fn fun functor handle if in include infix infixr let local nonfix of op open orelse raise rec sharing sig signature struct structure then type val with withtype where while",built_in:"array bool char exn int list option order real ref string substring vector unit word",literal:"true false NONE SOME LESS EQUAL GREATER nil"},illegal:/\/\/|>>/,lexemes:"[a-z_]\\w*!?",contains:[{className:"literal",begin:/\[(\|\|)?\]|\(\)/,relevance:0},e.COMMENT("\\(\\*","\\*\\)",{contains:["self"]}),{className:"symbol",begin:"'[A-Za-z_](?!')[\\w']*"},{className:"type",begin:"`[A-Z][\\w']*"},{className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},{begin:"[a-z_]\\w*'[\\w']*"},e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"number",begin:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",relevance:0},{begin:/[-=]>/}]}}},{name:"sqf",create:function(e){var t=e.getLanguage("cpp").exports,a={className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]},{begin:"'",end:"'",contains:[{begin:"''",relevance:0}]}]};return{aliases:["sqf"],case_insensitive:!0,keywords:{keyword:"case catch default do else exit exitWith for forEach from if switch then throw to try while with",built_in:"or plus abs accTime acos action actionKeys actionKeysImages actionKeysNames actionKeysNamesArray actionName activateAddons activatedAddons activateKey addAction addBackpack addBackpackCargo addBackpackCargoGlobal addBackpackGlobal addCamShake addCuratorAddons addCuratorCameraArea addCuratorEditableObjects addCuratorEditingArea addCuratorPoints addEditorObject addEventHandler addGoggles addGroupIcon addHandgunItem addHeadgear addItem addItemCargo addItemCargoGlobal addItemPool addItemToBackpack addItemToUniform addItemToVest addLiveStats addMagazine addMagazine array addMagazineAmmoCargo addMagazineCargo addMagazineCargoGlobal addMagazineGlobal addMagazinePool addMagazines addMagazineTurret addMenu addMenuItem addMissionEventHandler addMPEventHandler addMusicEventHandler addPrimaryWeaponItem addPublicVariableEventHandler addRating addResources addScore addScoreSide addSecondaryWeaponItem addSwitchableUnit addTeamMember addToRemainsCollector addUniform addVehicle addVest addWaypoint addWeapon addWeaponCargo addWeaponCargoGlobal addWeaponGlobal addWeaponPool addWeaponTurret agent agents AGLToASL aimedAtTarget aimPos airDensityRTD airportSide AISFinishHeal alive allControls allCurators allDead allDeadMen allDisplays allGroups allMapMarkers allMines allMissionObjects allow3DMode allowCrewInImmobile allowCuratorLogicIgnoreAreas allowDamage allowDammage allowFileOperations allowFleeing allowGetIn allPlayers allSites allTurrets allUnits allUnitsUAV allVariables ammo and animate animateDoor animationPhase animationState append armoryPoints arrayIntersect asin ASLToAGL ASLToATL assert assignAsCargo assignAsCargoIndex assignAsCommander assignAsDriver assignAsGunner assignAsTurret assignCurator assignedCargo assignedCommander assignedDriver assignedGunner assignedItems assignedTarget assignedTeam assignedVehicle assignedVehicleRole assignItem assignTeam assignToAirport atan atan2 atg ATLToASL attachedObject attachedObjects attachedTo attachObject attachTo attackEnabled backpack backpackCargo backpackContainer backpackItems backpackMagazines backpackSpaceFor behaviour benchmark binocular blufor boundingBox boundingBoxReal boundingCenter breakOut breakTo briefingName buildingExit buildingPos buttonAction buttonSetAction cadetMode call callExtension camCommand camCommit camCommitPrepared camCommitted camConstuctionSetParams camCreate camDestroy cameraEffect cameraEffectEnableHUD cameraInterest cameraOn cameraView campaignConfigFile camPreload camPreloaded camPrepareBank camPrepareDir camPrepareDive camPrepareFocus camPrepareFov camPrepareFovRange camPreparePos camPrepareRelPos camPrepareTarget camSetBank camSetDir camSetDive camSetFocus camSetFov camSetFovRange camSetPos camSetRelPos camSetTarget camTarget camUseNVG canAdd canAddItemToBackpack canAddItemToUniform canAddItemToVest cancelSimpleTaskDestination canFire canMove canSlingLoad canStand canUnloadInCombat captive captiveNum cbChecked cbSetChecked ceil cheatsEnabled checkAIFeature civilian className clearAllItemsFromBackpack clearBackpackCargo clearBackpackCargoGlobal clearGroupIcons clearItemCargo clearItemCargoGlobal clearItemPool clearMagazineCargo clearMagazineCargoGlobal clearMagazinePool clearOverlay clearRadio clearWeaponCargo clearWeaponCargoGlobal clearWeaponPool closeDialog closeDisplay closeOverlay collapseObjectTree combatMode commandArtilleryFire commandChat commander commandFire commandFollow commandFSM commandGetOut commandingMenu commandMove commandRadio commandStop commandTarget commandWatch comment commitOverlay compile compileFinal completedFSM composeText configClasses configFile configHierarchy configName configProperties configSourceMod configSourceModList connectTerminalToUAV controlNull controlsGroupCtrl copyFromClipboard copyToClipboard copyWaypoints cos count countEnemy countFriendly countSide countType countUnknown createAgent createCenter createDialog createDiaryLink createDiaryRecord createDiarySubject createDisplay createGearDialog createGroup createGuardedPoint createLocation createMarker createMarkerLocal createMenu createMine createMissionDisplay createSimpleTask createSite createSoundSource createTask createTeam createTrigger createUnit createUnit array createVehicle createVehicle array createVehicleCrew createVehicleLocal crew ctrlActivate ctrlAddEventHandler ctrlAutoScrollDelay ctrlAutoScrollRewind ctrlAutoScrollSpeed ctrlChecked ctrlClassName ctrlCommit ctrlCommitted ctrlCreate ctrlDelete ctrlEnable ctrlEnabled ctrlFade ctrlHTMLLoaded ctrlIDC ctrlIDD ctrlMapAnimAdd ctrlMapAnimClear ctrlMapAnimCommit ctrlMapAnimDone ctrlMapCursor ctrlMapMouseOver ctrlMapScale ctrlMapScreenToWorld ctrlMapWorldToScreen ctrlModel ctrlModelDirAndUp ctrlModelScale ctrlParent ctrlPosition ctrlRemoveAllEventHandlers ctrlRemoveEventHandler ctrlScale ctrlSetActiveColor ctrlSetAutoScrollDelay ctrlSetAutoScrollRewind ctrlSetAutoScrollSpeed ctrlSetBackgroundColor ctrlSetChecked ctrlSetEventHandler ctrlSetFade ctrlSetFocus ctrlSetFont ctrlSetFontH1 ctrlSetFontH1B ctrlSetFontH2 ctrlSetFontH2B ctrlSetFontH3 ctrlSetFontH3B ctrlSetFontH4 ctrlSetFontH4B ctrlSetFontH5 ctrlSetFontH5B ctrlSetFontH6 ctrlSetFontH6B ctrlSetFontHeight ctrlSetFontHeightH1 ctrlSetFontHeightH2 ctrlSetFontHeightH3 ctrlSetFontHeightH4 ctrlSetFontHeightH5 ctrlSetFontHeightH6 ctrlSetFontP ctrlSetFontPB ctrlSetForegroundColor ctrlSetModel ctrlSetModelDirAndUp ctrlSetModelScale ctrlSetPosition ctrlSetScale ctrlSetStructuredText ctrlSetText ctrlSetTextColor ctrlSetTooltip ctrlSetTooltipColorBox ctrlSetTooltipColorShade ctrlSetTooltipColorText ctrlShow ctrlShown ctrlText ctrlTextHeight ctrlType ctrlVisible curatorAddons curatorCamera curatorCameraArea curatorCameraAreaCeiling curatorCoef curatorEditableObjects curatorEditingArea curatorEditingAreaType curatorMouseOver curatorPoints curatorRegisteredObjects curatorSelected curatorWaypointCost currentChannel currentCommand currentMagazine currentMagazineDetail currentMagazineDetailTurret currentMagazineTurret currentMuzzle currentNamespace currentTask currentTasks currentThrowable currentVisionMode currentWaypoint currentWeapon currentWeaponMode currentWeaponTurret currentZeroing cursorTarget customChat customRadio cutFadeOut cutObj cutRsc cutText damage date dateToNumber daytime deActivateKey debriefingText debugFSM debugLog deg deleteAt deleteCenter deleteCollection deleteEditorObject deleteGroup deleteIdentity deleteLocation deleteMarker deleteMarkerLocal deleteRange deleteResources deleteSite deleteStatus deleteTeam deleteVehicle deleteVehicleCrew deleteWaypoint detach detectedMines diag activeMissionFSMs diag activeSQFScripts diag activeSQSScripts diag captureFrame diag captureSlowFrame diag fps diag fpsMin diag frameNo diag log diag logSlowFrame diag tickTime dialog diarySubjectExists didJIP didJIPOwner difficulty difficultyEnabled difficultyEnabledRTD direction directSay disableAI disableCollisionWith disableConversation disableDebriefingStats disableSerialization disableTIEquipment disableUAVConnectability disableUserInput displayAddEventHandler displayCtrl displayNull displayRemoveAllEventHandlers displayRemoveEventHandler displaySetEventHandler dissolveTeam distance distance2D distanceSqr distributionRegion doArtilleryFire doFire doFollow doFSM doGetOut doMove doorPhase doStop doTarget doWatch drawArrow drawEllipse drawIcon drawIcon3D drawLine drawLine3D drawLink drawLocation drawRectangle driver drop east echo editObject editorSetEventHandler effectiveCommander emptyPositions enableAI enableAIFeature enableAttack enableCamShake enableCaustics enableCollisionWith enableCopilot enableDebriefingStats enableDiagLegend enableEndDialog enableEngineArtillery enableEnvironment enableFatigue enableGunLights enableIRLasers enableMimics enablePersonTurret enableRadio enableReload enableRopeAttach enableSatNormalOnDetail enableSaving enableSentences enableSimulation enableSimulationGlobal enableTeamSwitch enableUAVConnectability enableUAVWaypoints endLoadingScreen endMission engineOn enginesIsOnRTD enginesRpmRTD enginesTorqueRTD entities estimatedEndServerTime estimatedTimeLeft evalObjectArgument everyBackpack everyContainer exec execEditorScript execFSM execVM exp expectedDestination eyeDirection eyePos face faction fadeMusic fadeRadio fadeSound fadeSpeech failMission fillWeaponsFromPool find findCover findDisplay findEditorObject findEmptyPosition findEmptyPositionReady findNearestEnemy finishMissionInit finite fire fireAtTarget firstBackpack flag flagOwner fleeing floor flyInHeight fog fogForecast fogParams forceAddUniform forceEnd forceMap forceRespawn forceSpeed forceWalk forceWeaponFire forceWeatherChange forEachMember forEachMemberAgent forEachMemberTeam format formation formationDirection formationLeader formationMembers formationPosition formationTask formatText formLeader freeLook fromEditor fuel fullCrew gearSlotAmmoCount gearSlotData getAllHitPointsDamage getAmmoCargo getArray getArtilleryAmmo getArtilleryComputerSettings getArtilleryETA getAssignedCuratorLogic getAssignedCuratorUnit getBackpackCargo getBleedingRemaining getBurningValue getCargoIndex getCenterOfMass getClientState getConnectedUAV getDammage getDescription getDir getDirVisual getDLCs getEditorCamera getEditorMode getEditorObjectScope getElevationOffset getFatigue getFriend getFSMVariable getFuelCargo getGroupIcon getGroupIconParams getGroupIcons getHideFrom getHit getHitIndex getHitPointDamage getItemCargo getMagazineCargo getMarkerColor getMarkerPos getMarkerSize getMarkerType getMass getModelInfo getNumber getObjectArgument getObjectChildren getObjectDLC getObjectMaterials getObjectProxy getObjectTextures getObjectType getObjectViewDistance getOxygenRemaining getPersonUsedDLCs getPlayerChannel getPlayerUID getPos getPosASL getPosASLVisual getPosASLW getPosATL getPosATLVisual getPosVisual getPosWorld getRepairCargo getResolution getShadowDistance getSlingLoad getSpeed getSuppression getTerrainHeightASL getText getVariable getWeaponCargo getWPPos glanceAt globalChat globalRadio goggles goto group groupChat groupFromNetId groupIconSelectable groupIconsVisible groupId groupOwner groupRadio groupSelectedUnits groupSelectUnit grpNull gunner gusts halt handgunItems handgunMagazine handgunWeapon handsHit hasInterface hasWeapon hcAllGroups hcGroupParams hcLeader hcRemoveAllGroups hcRemoveGroup hcSelected hcSelectGroup hcSetGroup hcShowBar hcShownBar headgear hideBody hideObject hideObjectGlobal hint hintC hintCadet hintSilent hmd hostMission htmlLoad HUDMovementLevels humidity image importAllGroups importance in incapacitatedState independent inflame inflamed inGameUISetEventHandler inheritsFrom initAmbientLife inputAction inRangeOfArtillery insertEditorObject intersect isAbleToBreathe isAgent isArray isAutoHoverOn isAutonomous isAutotest isBleeding isBurning isClass isCollisionLightOn isCopilotEnabled isDedicated isDLCAvailable isEngineOn isEqualTo isFlashlightOn isFlatEmpty isForcedWalk isFormationLeader isHidden isInRemainsCollector isInstructorFigureEnabled isIRLaserOn isKeyActive isKindOf isLightOn isLocalized isManualFire isMarkedForCollection isMultiplayer isNil isNull isNumber isObjectHidden isObjectRTD isOnRoad isPipEnabled isPlayer isRealTime isServer isShowing3DIcons isSteamMission isStreamFriendlyUIEnabled isText isTouchingGround isTurnedOut isTutHintsEnabled isUAVConnectable isUAVConnected isUniformAllowed isWalking isWeaponDeployed isWeaponRested itemCargo items itemsWithMagazines join joinAs joinAsSilent joinSilent joinString kbAddDatabase kbAddDatabaseTargets kbAddTopic kbHasTopic kbReact kbRemoveTopic kbTell kbWasSaid keyImage keyName knowsAbout land landAt landResult language laserTarget lbAdd lbClear lbColor lbCurSel lbData lbDelete lbIsSelected lbPicture lbSelection lbSetColor lbSetCurSel lbSetData lbSetPicture lbSetPictureColor lbSetPictureColorDisabled lbSetPictureColorSelected lbSetSelectColor lbSetSelectColorRight lbSetSelected lbSetTooltip lbSetValue lbSize lbSort lbSortByValue lbText lbValue leader leaderboardDeInit leaderboardGetRows leaderboardInit leaveVehicle libraryCredits libraryDisclaimers lifeState lightAttachObject lightDetachObject lightIsOn lightnings limitSpeed linearConversion lineBreak lineIntersects lineIntersectsObjs lineIntersectsSurfaces lineIntersectsWith linkItem list listObjects ln lnbAddArray lnbAddColumn lnbAddRow lnbClear lnbColor lnbCurSelRow lnbData lnbDeleteColumn lnbDeleteRow lnbGetColumnsPosition lnbPicture lnbSetColor lnbSetColumnsPos lnbSetCurSelRow lnbSetData lnbSetPicture lnbSetText lnbSetValue lnbSize lnbText lnbValue load loadAbs loadBackpack loadFile loadGame loadIdentity loadMagazine loadOverlay loadStatus loadUniform loadVest local localize locationNull locationPosition lock lockCameraTo lockCargo lockDriver locked lockedCargo lockedDriver lockedTurret lockTurret lockWP log logEntities lookAt lookAtPos magazineCargo magazines magazinesAllTurrets magazinesAmmo magazinesAmmoCargo magazinesAmmoFull magazinesDetail magazinesDetailBackpack magazinesDetailUniform magazinesDetailVest magazinesTurret magazineTurretAmmo mapAnimAdd mapAnimClear mapAnimCommit mapAnimDone mapCenterOnCamera mapGridPosition markAsFinishedOnSteam markerAlpha markerBrush markerColor markerDir markerPos markerShape markerSize markerText markerType max members min mineActive mineDetectedBy missionConfigFile missionName missionNamespace missionStart mod modelToWorld modelToWorldVisual moonIntensity morale move moveInAny moveInCargo moveInCommander moveInDriver moveInGunner moveInTurret moveObjectToEnd moveOut moveTime moveTo moveToCompleted moveToFailed musicVolume name name location nameSound nearEntities nearestBuilding nearestLocation nearestLocations nearestLocationWithDubbing nearestObject nearestObjects nearObjects nearObjectsReady nearRoads nearSupplies nearTargets needReload netId netObjNull newOverlay nextMenuItemIndex nextWeatherChange nMenuItems not numberToDate objectCurators objectFromNetId objectParent objNull objStatus onBriefingGroup onBriefingNotes onBriefingPlan onBriefingTeamSwitch onCommandModeChanged onDoubleClick onEachFrame onGroupIconClick onGroupIconOverEnter onGroupIconOverLeave onHCGroupSelectionChanged onMapSingleClick onPlayerConnected onPlayerDisconnected onPreloadFinished onPreloadStarted onShowNewObject onTeamSwitch openCuratorInterface openMap openYoutubeVideo opfor or orderGetIn overcast overcastForecast owner param params parseNumber parseText parsingNamespace particlesQuality pi pickWeaponPool pitch playableSlotsNumber playableUnits playAction playActionNow player playerRespawnTime playerSide playersNumber playGesture playMission playMove playMoveNow playMusic playScriptedMission playSound playSound3D position positionCameraToWorld posScreenToWorld posWorldToScreen ppEffectAdjust ppEffectCommit ppEffectCommitted ppEffectCreate ppEffectDestroy ppEffectEnable ppEffectForceInNVG precision preloadCamera preloadObject preloadSound preloadTitleObj preloadTitleRsc preprocessFile preprocessFileLineNumbers primaryWeapon primaryWeaponItems primaryWeaponMagazine priority private processDiaryLink productVersion profileName profileNamespace profileNameSteam progressLoadingScreen progressPosition progressSetPosition publicVariable publicVariableClient publicVariableServer pushBack putWeaponPool queryItemsPool queryMagazinePool queryWeaponPool rad radioChannelAdd radioChannelCreate radioChannelRemove radioChannelSetCallSign radioChannelSetLabel radioVolume rain rainbow random rank rankId rating rectangular registeredTasks registerTask reload reloadEnabled remoteControl remoteExec remoteExecCall removeAction removeAllActions removeAllAssignedItems removeAllContainers removeAllCuratorAddons removeAllCuratorCameraAreas removeAllCuratorEditingAreas removeAllEventHandlers removeAllHandgunItems removeAllItems removeAllItemsWithMagazines removeAllMissionEventHandlers removeAllMPEventHandlers removeAllMusicEventHandlers removeAllPrimaryWeaponItems removeAllWeapons removeBackpack removeBackpackGlobal removeCuratorAddons removeCuratorCameraArea removeCuratorEditableObjects removeCuratorEditingArea removeDrawIcon removeDrawLinks removeEventHandler removeFromRemainsCollector removeGoggles removeGroupIcon removeHandgunItem removeHeadgear removeItem removeItemFromBackpack removeItemFromUniform removeItemFromVest removeItems removeMagazine removeMagazineGlobal removeMagazines removeMagazinesTurret removeMagazineTurret removeMenuItem removeMissionEventHandler removeMPEventHandler removeMusicEventHandler removePrimaryWeaponItem removeSecondaryWeaponItem removeSimpleTask removeSwitchableUnit removeTeamMember removeUniform removeVest removeWeapon removeWeaponGlobal removeWeaponTurret requiredVersion resetCamShake resetSubgroupDirection resistance resize resources respawnVehicle restartEditorCamera reveal revealMine reverse reversedMouseY roadsConnectedTo roleDescription ropeAttachedObjects ropeAttachedTo ropeAttachEnabled ropeAttachTo ropeCreate ropeCut ropeEndPosition ropeLength ropes ropeUnwind ropeUnwound rotorsForcesRTD rotorsRpmRTD round runInitScript safeZoneH safeZoneW safeZoneWAbs safeZoneX safeZoneXAbs safeZoneY saveGame saveIdentity saveJoysticks saveOverlay saveProfileNamespace saveStatus saveVar savingEnabled say say2D say3D scopeName score scoreSide screenToWorld scriptDone scriptName scriptNull scudState secondaryWeapon secondaryWeaponItems secondaryWeaponMagazine select selectBestPlaces selectDiarySubject selectedEditorObjects selectEditorObject selectionPosition selectLeader selectNoPlayer selectPlayer selectWeapon selectWeaponTurret sendAUMessage sendSimpleCommand sendTask sendTaskResult sendUDPMessage serverCommand serverCommandAvailable serverCommandExecutable serverName serverTime set setAccTime setAirportSide setAmmo setAmmoCargo setAperture setApertureNew setArmoryPoints setAttributes setAutonomous setBehaviour setBleedingRemaining setCameraInterest setCamShakeDefParams setCamShakeParams setCamUseTi setCaptive setCenterOfMass setCollisionLight setCombatMode setCompassOscillation setCuratorCameraAreaCeiling setCuratorCoef setCuratorEditingAreaType setCuratorWaypointCost setCurrentChannel setCurrentTask setCurrentWaypoint setDamage setDammage setDate setDebriefingText setDefaultCamera setDestination setDetailMapBlendPars setDir setDirection setDrawIcon setDropInterval setEditorMode setEditorObjectScope setEffectCondition setFace setFaceAnimation setFatigue setFlagOwner setFlagSide setFlagTexture setFog setFog array setFormation setFormationTask setFormDir setFriend setFromEditor setFSMVariable setFuel setFuelCargo setGroupIcon setGroupIconParams setGroupIconsSelectable setGroupIconsVisible setGroupId setGroupIdGlobal setGroupOwner setGusts setHideBehind setHit setHitIndex setHitPointDamage setHorizonParallaxCoef setHUDMovementLevels setIdentity setImportance setLeader setLightAmbient setLightAttenuation setLightBrightness setLightColor setLightDayLight setLightFlareMaxDistance setLightFlareSize setLightIntensity setLightnings setLightUseFlare setLocalWindParams setMagazineTurretAmmo setMarkerAlpha setMarkerAlphaLocal setMarkerBrush setMarkerBrushLocal setMarkerColor setMarkerColorLocal setMarkerDir setMarkerDirLocal setMarkerPos setMarkerPosLocal setMarkerShape setMarkerShapeLocal setMarkerSize setMarkerSizeLocal setMarkerText setMarkerTextLocal setMarkerType setMarkerTypeLocal setMass setMimic setMousePosition setMusicEffect setMusicEventHandler setName setNameSound setObjectArguments setObjectMaterial setObjectProxy setObjectTexture setObjectTextureGlobal setObjectViewDistance setOvercast setOwner setOxygenRemaining setParticleCircle setParticleClass setParticleFire setParticleParams setParticleRandom setPilotLight setPiPEffect setPitch setPlayable setPlayerRespawnTime setPos setPosASL setPosASL2 setPosASLW setPosATL setPosition setPosWorld setRadioMsg setRain setRainbow setRandomLip setRank setRectangular setRepairCargo setShadowDistance setSide setSimpleTaskDescription setSimpleTaskDestination setSimpleTaskTarget setSimulWeatherLayers setSize setSkill setSkill array setSlingLoad setSoundEffect setSpeaker setSpeech setSpeedMode setStatValue setSuppression setSystemOfUnits setTargetAge setTaskResult setTaskState setTerrainGrid setText setTimeMultiplier setTitleEffect setTriggerActivation setTriggerArea setTriggerStatements setTriggerText setTriggerTimeout setTriggerType setType setUnconscious setUnitAbility setUnitPos setUnitPosWeak setUnitRank setUnitRecoilCoefficient setUnloadInCombat setUserActionText setVariable setVectorDir setVectorDirAndUp setVectorUp setVehicleAmmo setVehicleAmmoDef setVehicleArmor setVehicleId setVehicleLock setVehiclePosition setVehicleTiPars setVehicleVarName setVelocity setVelocityTransformation setViewDistance setVisibleIfTreeCollapsed setWaves setWaypointBehaviour setWaypointCombatMode setWaypointCompletionRadius setWaypointDescription setWaypointFormation setWaypointHousePosition setWaypointLoiterRadius setWaypointLoiterType setWaypointName setWaypointPosition setWaypointScript setWaypointSpeed setWaypointStatements setWaypointTimeout setWaypointType setWaypointVisible setWeaponReloadingTime setWind setWindDir setWindForce setWindStr setWPPos show3DIcons showChat showCinemaBorder showCommandingMenu showCompass showCuratorCompass showGPS showHUD showLegend showMap shownArtilleryComputer shownChat shownCompass shownCuratorCompass showNewEditorObject shownGPS shownHUD shownMap shownPad shownRadio shownUAVFeed shownWarrant shownWatch showPad showRadio showSubtitles showUAVFeed showWarrant showWatch showWaypoint side sideChat sideEnemy sideFriendly sideLogic sideRadio sideUnknown simpleTasks simulationEnabled simulCloudDensity simulCloudOcclusion simulInClouds simulWeatherSync sin size sizeOf skill skillFinal skipTime sleep sliderPosition sliderRange sliderSetPosition sliderSetRange sliderSetSpeed sliderSpeed slingLoadAssistantShown soldierMagazines someAmmo sort soundVolume spawn speaker speed speedMode splitString sqrt squadParams stance startLoadingScreen step stop stopped str sunOrMoon supportInfo suppressFor surfaceIsWater surfaceNormal surfaceType swimInDepth switchableUnits switchAction switchCamera switchGesture switchLight switchMove synchronizedObjects synchronizedTriggers synchronizedWaypoints synchronizeObjectsAdd synchronizeObjectsRemove synchronizeTrigger synchronizeWaypoint synchronizeWaypoint trigger systemChat systemOfUnits tan targetKnowledge targetsAggregate targetsQuery taskChildren taskCompleted taskDescription taskDestination taskHint taskNull taskParent taskResult taskState teamMember teamMemberNull teamName teams teamSwitch teamSwitchEnabled teamType terminate terrainIntersect terrainIntersectASL text text location textLog textLogFormat tg time timeMultiplier titleCut titleFadeOut titleObj titleRsc titleText toArray toLower toString toUpper triggerActivated triggerActivation triggerArea triggerAttachedVehicle triggerAttachObject triggerAttachVehicle triggerStatements triggerText triggerTimeout triggerTimeoutCurrent triggerType turretLocal turretOwner turretUnit tvAdd tvClear tvCollapse tvCount tvCurSel tvData tvDelete tvExpand tvPicture tvSetCurSel tvSetData tvSetPicture tvSetPictureColor tvSetTooltip tvSetValue tvSort tvSortByValue tvText tvValue type typeName typeOf UAVControl uiNamespace uiSleep unassignCurator unassignItem unassignTeam unassignVehicle underwater uniform uniformContainer uniformItems uniformMagazines unitAddons unitBackpack unitPos unitReady unitRecoilCoefficient units unitsBelowHeight unlinkItem unlockAchievement unregisterTask updateDrawIcon updateMenuItem updateObjectTree useAudioTimeForMoves vectorAdd vectorCos vectorCrossProduct vectorDiff vectorDir vectorDirVisual vectorDistance vectorDistanceSqr vectorDotProduct vectorFromTo vectorMagnitude vectorMagnitudeSqr vectorMultiply vectorNormalized vectorUp vectorUpVisual vehicle vehicleChat vehicleRadio vehicles vehicleVarName velocity velocityModelSpace verifySignature vest vestContainer vestItems vestMagazines viewDistance visibleCompass visibleGPS visibleMap visiblePosition visiblePositionASL visibleWatch waitUntil waves waypointAttachedObject waypointAttachedVehicle waypointAttachObject waypointAttachVehicle waypointBehaviour waypointCombatMode waypointCompletionRadius waypointDescription waypointFormation waypointHousePosition waypointLoiterRadius waypointLoiterType waypointName waypointPosition waypoints waypointScript waypointsEnabledUAV waypointShow waypointSpeed waypointStatements waypointTimeout waypointTimeoutCurrent waypointType waypointVisible weaponAccessories weaponCargo weaponDirection weaponLowered weapons weaponsItems weaponsItemsCargo weaponState weaponsTurret weightRTD west WFSideText wind windDir windStr wingsForcesRTD worldName worldSize worldToModel worldToModelVisual worldToScreen _forEachIndex _this _x", +literal:"true false nil"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.NUMBER_MODE,a,t.preprocessor],illegal:/#/}}},{name:"sql",create:function(e){var t=e.COMMENT("--","$");return{case_insensitive:!0,illegal:/[<>{}*#]/,contains:[{beginKeywords:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment",end:/;/,endsWithParent:!0,lexemes:/[\w\.]+/,keywords:{keyword:"abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias allocate allow alter always analyze ancillary and any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second section securefile security seed segment select self sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",literal:"true false null",built_in:"array bigint binary bit blob boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text varchar varying void"},contains:[{className:"string",begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE,{begin:"''"}]},{className:"string",begin:'"',end:'"',contains:[e.BACKSLASH_ESCAPE,{begin:'""'}]},{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,t]},e.C_BLOCK_COMMENT_MODE,t]}}},{name:"stan",create:function(e){return{contains:[e.HASH_COMMENT_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{begin:e.UNDERSCORE_IDENT_RE,lexemes:e.UNDERSCORE_IDENT_RE,keywords:{name:"for in while repeat until if then else",symbol:"bernoulli bernoulli_logit binomial binomial_logit beta_binomial hypergeometric categorical categorical_logit ordered_logistic neg_binomial neg_binomial_2 neg_binomial_2_log poisson poisson_log multinomial normal exp_mod_normal skew_normal student_t cauchy double_exponential logistic gumbel lognormal chi_square inv_chi_square scaled_inv_chi_square exponential inv_gamma weibull frechet rayleigh wiener pareto pareto_type_2 von_mises uniform multi_normal multi_normal_prec multi_normal_cholesky multi_gp multi_gp_cholesky multi_student_t gaussian_dlm_obs dirichlet lkj_corr lkj_corr_cholesky wishart inv_wishart","selector-tag":"int real vector simplex unit_vector ordered positive_ordered row_vector matrix cholesky_factor_corr cholesky_factor_cov corr_matrix cov_matrix",title:"functions model data parameters quantities transformed generated",literal:"true false"},relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"\\d+(?:[eE][+\\-]?\\d*)?L\\b",relevance:0},{className:"number",begin:"\\d+\\.(?!\\d)(?:i\\b)?",relevance:0},{className:"number",begin:"\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{className:"number",begin:"\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0}]}}},{name:"stata",create:function(e){return{aliases:["do","ado"],case_insensitive:!0,keywords:"if else in foreach for forv forva forval forvalu forvalue forvalues by bys bysort xi quietly qui capture about ac ac_7 acprplot acprplot_7 adjust ado adopath adoupdate alpha ameans an ano anov anova anova_estat anova_terms anovadef aorder ap app appe appen append arch arch_dr arch_estat arch_p archlm areg areg_p args arima arima_dr arima_estat arima_p as asmprobit asmprobit_estat asmprobit_lf asmprobit_mfx__dlg asmprobit_p ass asse asser assert avplot avplot_7 avplots avplots_7 bcskew0 bgodfrey binreg bip0_lf biplot bipp_lf bipr_lf bipr_p biprobit bitest bitesti bitowt blogit bmemsize boot bootsamp bootstrap bootstrap_8 boxco_l boxco_p boxcox boxcox_6 boxcox_p bprobit br break brier bro brow brows browse brr brrstat bs bs_7 bsampl_w bsample bsample_7 bsqreg bstat bstat_7 bstat_8 bstrap bstrap_7 ca ca_estat ca_p cabiplot camat canon canon_8 canon_8_p canon_estat canon_p cap caprojection capt captu captur capture cat cc cchart cchart_7 cci cd censobs_table centile cf char chdir checkdlgfiles checkestimationsample checkhlpfiles checksum chelp ci cii cl class classutil clear cli clis clist clo clog clog_lf clog_p clogi clogi_sw clogit clogit_lf clogit_p clogitp clogl_sw cloglog clonevar clslistarray cluster cluster_measures cluster_stop cluster_tree cluster_tree_8 clustermat cmdlog cnr cnre cnreg cnreg_p cnreg_sw cnsreg codebook collaps4 collapse colormult_nb colormult_nw compare compress conf confi confir confirm conren cons const constr constra constrai constrain constraint continue contract copy copyright copysource cor corc corr corr2data corr_anti corr_kmo corr_smc corre correl correla correlat correlate corrgram cou coun count cox cox_p cox_sw coxbase coxhaz coxvar cprplot cprplot_7 crc cret cretu cretur creturn cross cs cscript cscript_log csi ct ct_is ctset ctst_5 ctst_st cttost cumsp cumsp_7 cumul cusum cusum_7 cutil d|0 datasig datasign datasigna datasignat datasignatu datasignatur datasignature datetof db dbeta de dec deco decod decode deff des desc descr descri describ describe destring dfbeta dfgls dfuller di di_g dir dirstats dis discard disp disp_res disp_s displ displa display distinct do doe doed doedi doedit dotplot dotplot_7 dprobit drawnorm drop ds ds_util dstdize duplicates durbina dwstat dydx e|0 ed edi edit egen eivreg emdef en enc enco encod encode eq erase ereg ereg_lf ereg_p ereg_sw ereghet ereghet_glf ereghet_glf_sh ereghet_gp ereghet_ilf ereghet_ilf_sh ereghet_ip eret eretu eretur ereturn err erro error est est_cfexist est_cfname est_clickable est_expand est_hold est_table est_unhold est_unholdok estat estat_default estat_summ estat_vce_only esti estimates etodow etof etomdy ex exi exit expand expandcl fac fact facto factor factor_estat factor_p factor_pca_rotated factor_rotate factormat fcast fcast_compute fcast_graph fdades fdadesc fdadescr fdadescri fdadescrib fdadescribe fdasav fdasave fdause fh_st file open file read file close file filefilter fillin find_hlp_file findfile findit findit_7 fit fl fli flis flist for5_0 form forma format fpredict frac_154 frac_adj frac_chk frac_cox frac_ddp frac_dis frac_dv frac_in frac_mun frac_pp frac_pq frac_pv frac_wgt frac_xo fracgen fracplot fracplot_7 fracpoly fracpred fron_ex fron_hn fron_p fron_tn fron_tn2 frontier ftodate ftoe ftomdy ftowdate g|0 gamhet_glf gamhet_gp gamhet_ilf gamhet_ip gamma gamma_d2 gamma_p gamma_sw gammahet gdi_hexagon gdi_spokes ge gen gene gener genera generat generate genrank genstd genvmean gettoken gl gladder gladder_7 glim_l01 glim_l02 glim_l03 glim_l04 glim_l05 glim_l06 glim_l07 glim_l08 glim_l09 glim_l10 glim_l11 glim_l12 glim_lf glim_mu glim_nw1 glim_nw2 glim_nw3 glim_p glim_v1 glim_v2 glim_v3 glim_v4 glim_v5 glim_v6 glim_v7 glm glm_6 glm_p glm_sw glmpred glo glob globa global glogit glogit_8 glogit_p gmeans gnbre_lf gnbreg gnbreg_5 gnbreg_p gomp_lf gompe_sw gomper_p gompertz gompertzhet gomphet_glf gomphet_glf_sh gomphet_gp gomphet_ilf gomphet_ilf_sh gomphet_ip gphdot gphpen gphprint gprefs gprobi_p gprobit gprobit_8 gr gr7 gr_copy gr_current gr_db gr_describe gr_dir gr_draw gr_draw_replay gr_drop gr_edit gr_editviewopts gr_example gr_example2 gr_export gr_print gr_qscheme gr_query gr_read gr_rename gr_replay gr_save gr_set gr_setscheme gr_table gr_undo gr_use graph graph7 grebar greigen greigen_7 greigen_8 grmeanby grmeanby_7 gs_fileinfo gs_filetype gs_graphinfo gs_stat gsort gwood h|0 hadimvo hareg hausman haver he heck_d2 heckma_p heckman heckp_lf heckpr_p heckprob hel help hereg hetpr_lf hetpr_p hetprob hettest hexdump hilite hist hist_7 histogram hlogit hlu hmeans hotel hotelling hprobit hreg hsearch icd9 icd9_ff icd9p iis impute imtest inbase include inf infi infil infile infix inp inpu input ins insheet insp inspe inspec inspect integ inten intreg intreg_7 intreg_p intrg2_ll intrg_ll intrg_ll2 ipolate iqreg ir irf irf_create irfm iri is_svy is_svysum isid istdize ivprob_1_lf ivprob_lf ivprobit ivprobit_p ivreg ivreg_footnote ivtob_1_lf ivtob_lf ivtobit ivtobit_p jackknife jacknife jknife jknife_6 jknife_8 jkstat joinby kalarma1 kap kap_3 kapmeier kappa kapwgt kdensity kdensity_7 keep ksm ksmirnov ktau kwallis l|0 la lab labe label labelbook ladder levels levelsof leverage lfit lfit_p li lincom line linktest lis list lloghet_glf lloghet_glf_sh lloghet_gp lloghet_ilf lloghet_ilf_sh lloghet_ip llogi_sw llogis_p llogist llogistic llogistichet lnorm_lf lnorm_sw lnorma_p lnormal lnormalhet lnormhet_glf lnormhet_glf_sh lnormhet_gp lnormhet_ilf lnormhet_ilf_sh lnormhet_ip lnskew0 loadingplot loc loca local log logi logis_lf logistic logistic_p logit logit_estat logit_p loglogs logrank loneway lookfor lookup lowess lowess_7 lpredict lrecomp lroc lroc_7 lrtest ls lsens lsens_7 lsens_x lstat ltable ltable_7 ltriang lv lvr2plot lvr2plot_7 m|0 ma mac macr macro makecns man manova manova_estat manova_p manovatest mantel mark markin markout marksample mat mat_capp mat_order mat_put_rr mat_rapp mata mata_clear mata_describe mata_drop mata_matdescribe mata_matsave mata_matuse mata_memory mata_mlib mata_mosave mata_rename mata_which matalabel matcproc matlist matname matr matri matrix matrix_input__dlg matstrik mcc mcci md0_ md1_ md1debug_ md2_ md2debug_ mds mds_estat mds_p mdsconfig mdslong mdsmat mdsshepard mdytoe mdytof me_derd mean means median memory memsize meqparse mer merg merge mfp mfx mhelp mhodds minbound mixed_ll mixed_ll_reparm mkassert mkdir mkmat mkspline ml ml_5 ml_adjs ml_bhhhs ml_c_d ml_check ml_clear ml_cnt ml_debug ml_defd ml_e0 ml_e0_bfgs ml_e0_cycle ml_e0_dfp ml_e0i ml_e1 ml_e1_bfgs ml_e1_bhhh ml_e1_cycle ml_e1_dfp ml_e2 ml_e2_cycle ml_ebfg0 ml_ebfr0 ml_ebfr1 ml_ebh0q ml_ebhh0 ml_ebhr0 ml_ebr0i ml_ecr0i ml_edfp0 ml_edfr0 ml_edfr1 ml_edr0i ml_eds ml_eer0i ml_egr0i ml_elf ml_elf_bfgs ml_elf_bhhh ml_elf_cycle ml_elf_dfp ml_elfi ml_elfs ml_enr0i ml_enrr0 ml_erdu0 ml_erdu0_bfgs ml_erdu0_bhhh ml_erdu0_bhhhq ml_erdu0_cycle ml_erdu0_dfp ml_erdu0_nrbfgs ml_exde ml_footnote ml_geqnr ml_grad0 ml_graph ml_hbhhh ml_hd0 ml_hold ml_init ml_inv ml_log ml_max ml_mlout ml_mlout_8 ml_model ml_nb0 ml_opt ml_p ml_plot ml_query ml_rdgrd ml_repor ml_s_e ml_score ml_searc ml_technique ml_unhold mleval mlf_ mlmatbysum mlmatsum mlog mlogi mlogit mlogit_footnote mlogit_p mlopts mlsum mlvecsum mnl0_ mor more mov move mprobit mprobit_lf mprobit_p mrdu0_ mrdu1_ mvdecode mvencode mvreg mvreg_estat n|0 nbreg nbreg_al nbreg_lf nbreg_p nbreg_sw nestreg net newey newey_7 newey_p news nl nl_7 nl_9 nl_9_p nl_p nl_p_7 nlcom nlcom_p nlexp2 nlexp2_7 nlexp2a nlexp2a_7 nlexp3 nlexp3_7 nlgom3 nlgom3_7 nlgom4 nlgom4_7 nlinit nllog3 nllog3_7 nllog4 nllog4_7 nlog_rd nlogit nlogit_p nlogitgen nlogittree nlpred no nobreak noi nois noisi noisil noisily note notes notes_dlg nptrend numlabel numlist odbc old_ver olo olog ologi ologi_sw ologit ologit_p ologitp on one onew onewa oneway op_colnm op_comp op_diff op_inv op_str opr opro oprob oprob_sw oprobi oprobi_p oprobit oprobitp opts_exclusive order orthog orthpoly ou out outf outfi outfil outfile outs outsh outshe outshee outsheet ovtest pac pac_7 palette parse parse_dissim pause pca pca_8 pca_display pca_estat pca_p pca_rotate pcamat pchart pchart_7 pchi pchi_7 pcorr pctile pentium pergram pergram_7 permute permute_8 personal peto_st pkcollapse pkcross pkequiv pkexamine pkexamine_7 pkshape pksumm pksumm_7 pl plo plot plugin pnorm pnorm_7 poisgof poiss_lf poiss_sw poisso_p poisson poisson_estat post postclose postfile postutil pperron pr prais prais_e prais_e2 prais_p predict predictnl preserve print pro prob probi probit probit_estat probit_p proc_time procoverlay procrustes procrustes_estat procrustes_p profiler prog progr progra program prop proportion prtest prtesti pwcorr pwd q\\s qby qbys qchi qchi_7 qladder qladder_7 qnorm qnorm_7 qqplot qqplot_7 qreg qreg_c qreg_p qreg_sw qu quadchk quantile quantile_7 que quer query range ranksum ratio rchart rchart_7 rcof recast reclink recode reg reg3 reg3_p regdw regr regre regre_p2 regres regres_p regress regress_estat regriv_p remap ren rena renam rename renpfix repeat replace report reshape restore ret retu retur return rm rmdir robvar roccomp roccomp_7 roccomp_8 rocf_lf rocfit rocfit_8 rocgold rocplot rocplot_7 roctab roctab_7 rolling rologit rologit_p rot rota rotat rotate rotatemat rreg rreg_p ru run runtest rvfplot rvfplot_7 rvpplot rvpplot_7 sa safesum sample sampsi sav save savedresults saveold sc sca scal scala scalar scatter scm_mine sco scob_lf scob_p scobi_sw scobit scor score scoreplot scoreplot_help scree screeplot screeplot_help sdtest sdtesti se search separate seperate serrbar serrbar_7 serset set set_defaults sfrancia sh she shel shell shewhart shewhart_7 signestimationsample signrank signtest simul simul_7 simulate simulate_8 sktest sleep slogit slogit_d2 slogit_p smooth snapspan so sor sort spearman spikeplot spikeplot_7 spikeplt spline_x split sqreg sqreg_p sret sretu sretur sreturn ssc st st_ct st_hc st_hcd st_hcd_sh st_is st_issys st_note st_promo st_set st_show st_smpl st_subid stack statsby statsby_8 stbase stci stci_7 stcox stcox_estat stcox_fr stcox_fr_ll stcox_p stcox_sw stcoxkm stcoxkm_7 stcstat stcurv stcurve stcurve_7 stdes stem stepwise stereg stfill stgen stir stjoin stmc stmh stphplot stphplot_7 stphtest stphtest_7 stptime strate strate_7 streg streg_sw streset sts sts_7 stset stsplit stsum sttocc sttoct stvary stweib su suest suest_8 sum summ summa summar summari summariz summarize sunflower sureg survcurv survsum svar svar_p svmat svy svy_disp svy_dreg svy_est svy_est_7 svy_estat svy_get svy_gnbreg_p svy_head svy_header svy_heckman_p svy_heckprob_p svy_intreg_p svy_ivreg_p svy_logistic_p svy_logit_p svy_mlogit_p svy_nbreg_p svy_ologit_p svy_oprobit_p svy_poisson_p svy_probit_p svy_regress_p svy_sub svy_sub_7 svy_x svy_x_7 svy_x_p svydes svydes_8 svygen svygnbreg svyheckman svyheckprob svyintreg svyintreg_7 svyintrg svyivreg svylc svylog_p svylogit svymarkout svymarkout_8 svymean svymlog svymlogit svynbreg svyolog svyologit svyoprob svyoprobit svyopts svypois svypois_7 svypoisson svyprobit svyprobt svyprop svyprop_7 svyratio svyreg svyreg_p svyregress svyset svyset_7 svyset_8 svytab svytab_7 svytest svytotal sw sw_8 swcnreg swcox swereg swilk swlogis swlogit swologit swoprbt swpois swprobit swqreg swtobit swweib symmetry symmi symplot symplot_7 syntax sysdescribe sysdir sysuse szroeter ta tab tab1 tab2 tab_or tabd tabdi tabdis tabdisp tabi table tabodds tabodds_7 tabstat tabu tabul tabula tabulat tabulate te tempfile tempname tempvar tes test testnl testparm teststd tetrachoric time_it timer tis tob tobi tobit tobit_p tobit_sw token tokeni tokeniz tokenize tostring total translate translator transmap treat_ll treatr_p treatreg trim trnb_cons trnb_mean trpoiss_d2 trunc_ll truncr_p truncreg tsappend tset tsfill tsline tsline_ex tsreport tsrevar tsrline tsset tssmooth tsunab ttest ttesti tut_chk tut_wait tutorial tw tware_st two twoway twoway__fpfit_serset twoway__function_gen twoway__histogram_gen twoway__ipoint_serset twoway__ipoints_serset twoway__kdensity_gen twoway__lfit_serset twoway__normgen_gen twoway__pci_serset twoway__qfit_serset twoway__scatteri_serset twoway__sunflower_gen twoway_ksm_serset ty typ type typeof u|0 unab unabbrev unabcmd update us use uselabel var var_mkcompanion var_p varbasic varfcast vargranger varirf varirf_add varirf_cgraph varirf_create varirf_ctable varirf_describe varirf_dir varirf_drop varirf_erase varirf_graph varirf_ograph varirf_rename varirf_set varirf_table varlist varlmar varnorm varsoc varstable varstable_w varstable_w2 varwle vce vec vec_fevd vec_mkphi vec_p vec_p_w vecirf_create veclmar veclmar_w vecnorm vecnorm_w vecrank vecstable verinst vers versi versio version view viewsource vif vwls wdatetof webdescribe webseek webuse weib1_lf weib2_lf weib_lf weib_lf0 weibhet_glf weibhet_glf_sh weibhet_glfa weibhet_glfa_sh weibhet_gp weibhet_ilf weibhet_ilf_sh weibhet_ilfa weibhet_ilfa_sh weibhet_ip weibu_sw weibul_p weibull weibull_c weibull_s weibullhet wh whelp whi which whil while wilc_st wilcoxon win wind windo window winexec wntestb wntestb_7 wntestq xchart xchart_7 xcorr xcorr_7 xi xi_6 xmlsav xmlsave xmluse xpose xsh xshe xshel xshell xt_iis xt_tis xtab_p xtabond xtbin_p xtclog xtcloglog xtcloglog_8 xtcloglog_d2 xtcloglog_pa_p xtcloglog_re_p xtcnt_p xtcorr xtdata xtdes xtfront_p xtfrontier xtgee xtgee_elink xtgee_estat xtgee_makeivar xtgee_p xtgee_plink xtgls xtgls_p xthaus xthausman xtht_p xthtaylor xtile xtint_p xtintreg xtintreg_8 xtintreg_d2 xtintreg_p xtivp_1 xtivp_2 xtivreg xtline xtline_ex xtlogit xtlogit_8 xtlogit_d2 xtlogit_fe_p xtlogit_pa_p xtlogit_re_p xtmixed xtmixed_estat xtmixed_p xtnb_fe xtnb_lf xtnbreg xtnbreg_pa_p xtnbreg_refe_p xtpcse xtpcse_p xtpois xtpoisson xtpoisson_d2 xtpoisson_pa_p xtpoisson_refe_p xtpred xtprobit xtprobit_8 xtprobit_d2 xtprobit_re_p xtps_fe xtps_lf xtps_ren xtps_ren_8 xtrar_p xtrc xtrc_p xtrchh xtrefe_p xtreg xtreg_be xtreg_fe xtreg_ml xtreg_pa_p xtreg_re xtregar xtrere_p xtset xtsf_ll xtsf_llti xtsum xttab xttest0 xttobit xttobit_8 xttobit_p xttrans yx yxview__barlike_draw yxview_area_draw yxview_bar_draw yxview_dot_draw yxview_dropline_draw yxview_function_draw yxview_iarrow_draw yxview_ilabels_draw yxview_normal_draw yxview_pcarrow_draw yxview_pcbarrow_draw yxview_pccapsym_draw yxview_pcscatter_draw yxview_pcspike_draw yxview_rarea_draw yxview_rbar_draw yxview_rbarm_draw yxview_rcap_draw yxview_rcapsym_draw yxview_rconnected_draw yxview_rline_draw yxview_rscatter_draw yxview_rspike_draw yxview_spike_draw yxview_sunflower_draw zap_s zinb zinb_llf zinb_plf zip zip_llf zip_p zip_plf zt_ct_5 zt_hc_5 zt_hcd_5 zt_is_5 zt_iss_5 zt_sho_5 zt_smp_5 ztbase_5 ztcox_5 ztdes_5 ztereg_5 ztfill_5 ztgen_5 ztir_5 ztjoin_5 ztnb ztnb_p ztp ztp_p zts_5 ztset_5 ztspli_5 ztsum_5 zttoct_5 ztvary_5 ztweib_5",contains:[{className:"symbol",begin:/`[a-zA-Z0-9_]+'/},{className:"variable",begin:/\$\{?[a-zA-Z0-9_]+\}?/},{className:"string",variants:[{begin:'`"[^\r\n]*?"\''},{begin:'"[^\r\n"]*"'}]},{className:"built_in",variants:[{begin:"\\b(abs|acos|asin|atan|atan2|atanh|ceil|cloglog|comb|cos|digamma|exp|floor|invcloglog|invlogit|ln|lnfact|lnfactorial|lngamma|log|log10|max|min|mod|reldif|round|sign|sin|sqrt|sum|tan|tanh|trigamma|trunc|betaden|Binomial|binorm|binormal|chi2|chi2tail|dgammapda|dgammapdada|dgammapdadx|dgammapdx|dgammapdxdx|F|Fden|Ftail|gammaden|gammap|ibeta|invbinomial|invchi2|invchi2tail|invF|invFtail|invgammap|invibeta|invnchi2|invnFtail|invnibeta|invnorm|invnormal|invttail|nbetaden|nchi2|nFden|nFtail|nibeta|norm|normal|normalden|normd|npnchi2|tden|ttail|uniform|abbrev|char|index|indexnot|length|lower|ltrim|match|plural|proper|real|regexm|regexr|regexs|reverse|rtrim|string|strlen|strlower|strltrim|strmatch|strofreal|strpos|strproper|strreverse|strrtrim|strtrim|strupper|subinstr|subinword|substr|trim|upper|word|wordcount|_caller|autocode|byteorder|chop|clip|cond|e|epsdouble|epsfloat|group|inlist|inrange|irecode|matrix|maxbyte|maxdouble|maxfloat|maxint|maxlong|mi|minbyte|mindouble|minfloat|minint|minlong|missing|r|recode|replay|return|s|scalar|d|date|day|dow|doy|halfyear|mdy|month|quarter|week|year|d|daily|dofd|dofh|dofm|dofq|dofw|dofy|h|halfyearly|hofd|m|mofd|monthly|q|qofd|quarterly|tin|twithin|w|weekly|wofd|y|yearly|yh|ym|yofd|yq|yw|cholesky|colnumb|colsof|corr|det|diag|diag0cnt|el|get|hadamard|I|inv|invsym|issym|issymmetric|J|matmissing|matuniform|mreldif|nullmat|rownumb|rowsof|sweep|syminv|trace|vec|vecdiag)(?=\\(|$)"}]},e.COMMENT("^[ \t]*\\*.*$",!1),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}}},{name:"step21",create:function(e){var t="[A-Z_][A-Z0-9_.]*",a={keyword:"HEADER ENDSEC DATA"},r={className:"meta",begin:"ISO-10303-21;",relevance:10},s={className:"meta",begin:"END-ISO-10303-21;",relevance:10};return{aliases:["p21","step","stp"],case_insensitive:!0,lexemes:t,keywords:a,contains:[r,s,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT("/\\*\\*!","\\*/"),e.C_NUMBER_MODE,e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"'",end:"'"},{className:"symbol",variants:[{begin:"#",end:"\\d+",illegal:"\\W"}]}]}}},{name:"stylus",create:function(e){var t={className:"variable",begin:"\\$"+e.IDENT_RE},a={className:"number",begin:"#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})"},r=["charset","css","debug","extend","font-face","for","import","include","media","mixin","page","warn","while"],s=["after","before","first-letter","first-line","active","first-child","focus","hover","lang","link","visited"],n=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],i="[\\.\\s\\n\\[\\:,]",l=["align-content","align-items","align-self","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","auto","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","clip-path","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","font","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-variant-ligatures","font-weight","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inherit","initial","justify-content","left","letter-spacing","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","mask","max-height","max-width","min-height","min-width","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","perspective","perspective-origin","pointer-events","position","quotes","resize","right","tab-size","table-layout","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-indent","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","white-space","widows","width","word-break","word-spacing","word-wrap","z-index"],o=["\\?","(\\bReturn\\b)","(\\bEnd\\b)","(\\bend\\b)","(\\bdef\\b)",";","#\\s","\\*\\s","===\\s","\\|","%"]; +return{aliases:["styl"],case_insensitive:!1,keywords:"if else for in",illegal:"("+o.join("|")+")",contains:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,{begin:"\\.[a-zA-Z][a-zA-Z0-9_-]*"+i,returnBegin:!0,contains:[{className:"selector-class",begin:"\\.[a-zA-Z][a-zA-Z0-9_-]*"}]},{begin:"\\#[a-zA-Z][a-zA-Z0-9_-]*"+i,returnBegin:!0,contains:[{className:"selector-id",begin:"\\#[a-zA-Z][a-zA-Z0-9_-]*"}]},{begin:"\\b("+n.join("|")+")"+i,returnBegin:!0,contains:[{className:"selector-tag",begin:"\\b[a-zA-Z][a-zA-Z0-9_-]*"}]},{begin:"&?:?:\\b("+s.join("|")+")"+i},{begin:"@("+r.join("|")+")\\b"},t,e.CSS_NUMBER_MODE,e.NUMBER_MODE,{className:"function",begin:"^[a-zA-Z][a-zA-Z0-9_-]*\\(.*\\)",illegal:"[\\n]",returnBegin:!0,contains:[{className:"title",begin:"\\b[a-zA-Z][a-zA-Z0-9_-]*"},{className:"params",begin:/\(/,end:/\)/,contains:[a,t,e.APOS_STRING_MODE,e.CSS_NUMBER_MODE,e.NUMBER_MODE,e.QUOTE_STRING_MODE]}]},{className:"attribute",begin:"\\b("+l.reverse().join("|")+")\\b",starts:{end:/;|$/,contains:[a,t,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE,e.NUMBER_MODE,e.C_BLOCK_COMMENT_MODE],illegal:/\./,relevance:0}}]}}},{name:"subunit",create:function(e){var t={className:"string",begin:"\\[\n(multipart)?",end:"\\]\n"},a={className:"string",begin:"\\d{4}-\\d{2}-\\d{2}(\\s+)\\d{2}:\\d{2}:\\d{2}.\\d+Z"},r={className:"string",begin:"(\\+|-)\\d+"},s={className:"keyword",relevance:10,variants:[{begin:"^(test|testing|success|successful|failure|error|skip|xfail|uxsuccess)(:?)\\s+(test)?"},{begin:"^progress(:?)(\\s+)?(pop|push)?"},{begin:"^tags:"},{begin:"^time:"}]};return{case_insensitive:!0,contains:[t,a,r,s]}}},{name:"swift",create:function(e){var t={keyword:"__COLUMN__ __FILE__ __FUNCTION__ __LINE__ as as! as? associativity break case catch class continue convenience default defer deinit didSet do dynamic dynamicType else enum extension fallthrough false final for func get guard if import in indirect infix init inout internal is lazy left let mutating nil none nonmutating operator optional override postfix precedence prefix private protocol Protocol public repeat required rethrows return right self Self set static struct subscript super switch throw throws true try try! try? Type typealias unowned var weak where while willSet",literal:"true false nil",built_in:"abs advance alignof alignofValue anyGenerator assert assertionFailure bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC bridgeToObjectiveCUnconditional c contains count countElements countLeadingZeros debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords enumerate equal fatalError filter find getBridgedObjectiveCType getVaList indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare map max maxElement min minElement numericCast overlaps partition posix precondition preconditionFailure print println quickSort readLine reduce reflect reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split startsWith stride strideof strideofValue swap toString transcode underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers withUnsafePointer withUnsafePointers withVaList zip"},a={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},r=e.COMMENT("/\\*","\\*/",{contains:["self"]}),s={className:"subst",begin:/\\\(/,end:"\\)",keywords:t,contains:[]},n={className:"number",begin:"\\b([\\d_]+(\\.[\\deE_]+)?|0x[a-fA-F0-9_]+(\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\b",relevance:0},i=e.inherit(e.QUOTE_STRING_MODE,{contains:[s,e.BACKSLASH_ESCAPE]});return s.contains=[n],{keywords:t,contains:[i,e.C_LINE_COMMENT_MODE,r,a,n,{className:"function",beginKeywords:"func",end:"{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{begin://},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:t,contains:["self",n,i,e.C_BLOCK_COMMENT_MODE,{begin:":"}],illegal:/["']/}],illegal:/\[|%/},{className:"class",beginKeywords:"struct protocol class extension enum",keywords:t,end:"\\{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/})]},{className:"meta",begin:"(@warn_unused_result|@exported|@lazy|@noescape|@NSCopying|@NSManaged|@objc|@convention|@required|@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|@infix|@prefix|@postfix|@autoclosure|@testable|@available|@nonobjc|@NSApplicationMain|@UIApplicationMain)"},{beginKeywords:"import",end:/$/,contains:[e.C_LINE_COMMENT_MODE,r]}]}}},{name:"taggerscript",create:function(e){var t={className:"comment",begin:/\$noop\(/,end:/\)/,contains:[{begin:/\(/,end:/\)/,contains:["self",{begin:/\\./}]}],relevance:10},a={className:"keyword",begin:/\$(?!noop)[a-zA-Z][_a-zA-Z0-9]*/,end:/\(/,excludeEnd:!0},r={className:"variable",begin:/%[_a-zA-Z0-9:]*/,end:"%"},s={className:"symbol",begin:/\\./};return{contains:[t,a,r,s]}}},{name:"tap",create:function(e){return{case_insensitive:!0,contains:[e.HASH_COMMENT_MODE,{className:"meta",variants:[{begin:"^TAP version (\\d+)$"},{begin:"^1\\.\\.(\\d+)$"}]},{begin:"(s+)?---$",end:"\\.\\.\\.$",subLanguage:"yaml",relevance:0},{className:"number",begin:" (\\d+) "},{className:"symbol",variants:[{begin:"^ok"},{begin:"^not ok"}]}]}}},{name:"tcl",create:function(e){return{aliases:["tk"],keywords:"after append apply array auto_execok auto_import auto_load auto_mkindex auto_mkindex_old auto_qualify auto_reset bgerror binary break catch cd chan clock close concat continue dde dict encoding eof error eval exec exit expr fblocked fconfigure fcopy file fileevent filename flush for foreach format gets glob global history http if incr info interp join lappend|10 lassign|10 lindex|10 linsert|10 list llength|10 load lrange|10 lrepeat|10 lreplace|10 lreverse|10 lsearch|10 lset|10 lsort|10 mathfunc mathop memory msgcat namespace open package parray pid pkg::create pkg_mkIndex platform platform::shell proc puts pwd read refchan regexp registry regsub|10 rename return safe scan seek set socket source split string subst switch tcl_endOfWord tcl_findLibrary tcl_startOfNextWord tcl_startOfPreviousWord tcl_wordBreakAfter tcl_wordBreakBefore tcltest tclvars tell time tm trace unknown unload unset update uplevel upvar variable vwait while",contains:[e.COMMENT(";[ \\t]*#","$"),e.COMMENT("^[ \\t]*#","$"),{beginKeywords:"proc",end:"[\\{]",excludeEnd:!0,contains:[{className:"title",begin:"[ \\t\\n\\r]+(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"[ \\t\\n\\r]",endsWithParent:!0,excludeEnd:!0}]},{excludeEnd:!0,variants:[{begin:"\\$(\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*\\(([a-zA-Z0-9_])*\\)",end:"[^a-zA-Z0-9_\\}\\$]"},{begin:"\\$(\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"(\\))?[^a-zA-Z0-9_\\}\\$]"}]},{className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},{className:"number",variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]}]}}},{name:"tex",create:function(e){var t={className:"tag",begin:/\\/,relevance:0,contains:[{className:"name",variants:[{begin:/[a-zA-Zа-яА-я]+[*]?/},{begin:/[^a-zA-Zа-яА-я0-9]/}],starts:{endsWithParent:!0,relevance:0,contains:[{className:"string",variants:[{begin:/\[/,end:/\]/},{begin:/\{/,end:/\}/}]},{begin:/\s*=\s*/,endsWithParent:!0,relevance:0,contains:[{className:"number",begin:/-?\d*\.?\d+(pt|pc|mm|cm|in|dd|cc|ex|em)?/}]}]}}]};return{contains:[t,{className:"formula",contains:[t],relevance:0,variants:[{begin:/\$\$/,end:/\$\$/},{begin:/\$/,end:/\$/}]},e.COMMENT("%","$",{relevance:0})]}}},{name:"thrift",create:function(e){var t="bool byte i16 i32 i64 double string binary";return{keywords:{keyword:"namespace const typedef struct enum service exception void oneway set list map required optional",built_in:t,literal:"true false"},contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"struct enum service exception",end:/\{/,illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{begin:"\\b(set|list|map)\\s*<",end:">",keywords:t,contains:["self"]}]}}},{name:"tp",create:function(e){var t={className:"number",begin:"[1-9][0-9]*",relevance:0},a={className:"symbol",begin:":[^\\]]+"},r={className:"built_in",begin:"(AR|P|PAYLOAD|PR|R|SR|RSR|LBL|VR|UALM|MESSAGE|UTOOL|UFRAME|TIMER| TIMER_OVERFLOW|JOINT_MAX_SPEED|RESUME_PROG|DIAG_REC)\\[",end:"\\]",contains:["self",t,a]},s={className:"built_in",begin:"(AI|AO|DI|DO|F|RI|RO|UI|UO|GI|GO|SI|SO)\\[",end:"\\]",contains:["self",t,e.QUOTE_STRING_MODE,a]};return{keywords:{keyword:"ABORT ACC ADJUST AND AP_LD BREAK CALL CNT COL CONDITION CONFIG DA DB DIV DETECT ELSE END ENDFOR ERR_NUM ERROR_PROG FINE FOR GP GUARD INC IF JMP LINEAR_MAX_SPEED LOCK MOD MONITOR OFFSET Offset OR OVERRIDE PAUSE PREG PTH RT_LD RUN SELECT SKIP Skip TA TB TO TOOL_OFFSET Tool_Offset UF UT UFRAME_NUM UTOOL_NUM UNLOCK WAIT X Y Z W P R STRLEN SUBSTR FINDSTR VOFFSET PROG ATTR MN POS",literal:"ON OFF max_speed LPOS JPOS ENABLE DISABLE START STOP RESET"},contains:[r,s,{className:"keyword",begin:"/(PROG|ATTR|MN|POS|END)\\b"},{className:"keyword",begin:"(CALL|RUN|POINT_LOGIC|LBL)\\b"},{className:"keyword",begin:"\\b(ACC|CNT|Skip|Offset|PSPD|RT_LD|AP_LD|Tool_Offset)"},{className:"number",begin:"\\d+(sec|msec|mm/sec|cm/min|inch/min|deg/sec|mm|in|cm)?\\b",relevance:0},e.COMMENT("//","[;$]"),e.COMMENT("!","[;$]"),e.COMMENT("--eg:","$"),e.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"'"},e.C_NUMBER_MODE,{className:"variable",begin:"\\$[A-Za-z0-9_]+"}]}}},{name:"twig",create:function(e){var t={className:"params",begin:"\\(",end:"\\)"},a="attribute block constant cycle date dump include max min parent random range source template_from_string",r={beginKeywords:a,keywords:{name:a},relevance:0,contains:[t]},s={begin:/\|[A-Za-z_]+:?/,keywords:"abs batch capitalize convert_encoding date date_modify default escape first format join json_encode keys last length lower merge nl2br number_format raw replace reverse round slice sort split striptags title trim upper url_encode",contains:[r]},n="autoescape block do embed extends filter flush for if import include macro sandbox set spaceless use verbatim";return n=n+" "+n.split(" ").map(function(e){return"end"+e}).join(" "),{aliases:["craftcms"],case_insensitive:!0,subLanguage:"xml",contains:[e.COMMENT(/\{#/,/#}/),{className:"template-tag",begin:/\{%/,end:/%}/,contains:[{className:"name",begin:/\w+/,keywords:n,starts:{endsWithParent:!0,contains:[s,r],relevance:0}}]},{className:"template-variable",begin:/\{\{/,end:/}}/,contains:["self",s,r]}]}}},{name:"typescript",create:function(e){var t={keyword:"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const class public private protected get set super static implements enum export import declare type namespace abstract",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document any number boolean string void"};return{aliases:["ts"],keywords:t,contains:[{className:"meta",begin:/^\s*['"]use strict['"]/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE],relevance:0},{className:"function",begin:"function",end:/[\{;]/,excludeEnd:!0,keywords:t,contains:["self",e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],illegal:/["'\(]/}],illegal:/%/,relevance:0},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0},{begin:/module\./,keywords:{built_in:"module"},relevance:0},{beginKeywords:"module",end:/\{/,excludeEnd:!0},{beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:"interface extends"},{begin:/\$[(.]/},{begin:"\\."+e.IDENT_RE,relevance:0}]}}},{name:"vala",create:function(e){return{keywords:{keyword:"char uchar unichar int uint long ulong short ushort int8 int16 int32 int64 uint8 uint16 uint32 uint64 float double bool struct enum string void weak unowned owned async signal static abstract interface override virtual delegate if while do for foreach else switch case break default return try catch public private protected internal using new this get set const stdout stdin stderr var",built_in:"DBus GLib CCode Gee Object Gtk Posix",literal:"false true null"},contains:[{className:"class",beginKeywords:"class interface namespace",end:"{",excludeEnd:!0,illegal:"[^,:\\n\\s\\.]",contains:[e.UNDERSCORE_TITLE_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",begin:'"""',end:'"""',relevance:5},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"^#",end:"$",relevance:2}]}}},{name:"vbnet",create:function(e){return{aliases:["vb"],case_insensitive:!0,keywords:{keyword:"addhandler addressof alias and andalso aggregate ansi as assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into is isfalse isnot istrue join key let lib like loop me mid mod module mustinherit mustoverride mybase myclass namespace narrowing new next not notinheritable notoverridable of off on operator option optional or order orelse overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim rem removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly xor",built_in:"boolean byte cbool cbyte cchar cdate cdec cdbl char cint clng cobj csbyte cshort csng cstr ctype date decimal directcast double gettype getxmlnamespace iif integer long object sbyte short single string trycast typeof uinteger ulong ushort",literal:"true false nothing"},illegal:"//|{|}|endif|gosub|variant|wend",contains:[e.inherit(e.QUOTE_STRING_MODE,{contains:[{begin:'""'}]}),e.COMMENT("'","$",{returnBegin:!0,contains:[{className:"doctag",begin:"'''|",contains:[e.PHRASAL_WORDS_MODE]},{className:"doctag",begin:"",contains:[e.PHRASAL_WORDS_MODE]}]}),e.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elseif end region externalsource"}}]}}},{name:"vbscript-html",create:function(e){return{subLanguage:"xml",contains:[{begin:"<%",end:"%>",subLanguage:"vbscript"}]}}},{name:"vbscript",create:function(e){return{aliases:["vbs"],case_insensitive:!0,keywords:{keyword:"call class const dim do loop erase execute executeglobal exit for each next function if then else on error option explicit new private property let get public randomize redim rem select case set stop sub while wend with end to elseif is or xor and not class_initialize class_terminate default preserve in me byval byref step resume goto",built_in:"lcase month vartype instrrev ubound setlocale getobject rgb getref string weekdayname rnd dateadd monthname now day minute isarray cbool round formatcurrency conversions csng timevalue second year space abs clng timeserial fixs len asc isempty maths dateserial atn timer isobject filter weekday datevalue ccur isdate instr datediff formatdatetime replace isnull right sgn array snumeric log cdbl hex chr lbound msgbox ucase getlocale cos cdate cbyte rtrim join hour oct typename trim strcomp int createobject loadpicture tan formatnumber mid scriptenginebuildversion scriptengine split scriptengineminorversion cint sin datepart ltrim sqr scriptenginemajorversion time derived eval date formatpercent exp inputbox left ascw chrw regexp server response request cstr err",literal:"true false null nothing empty"},illegal:"//",contains:[e.inherit(e.QUOTE_STRING_MODE,{contains:[{begin:'""'}]}),e.COMMENT(/'/,/$/,{relevance:0}),e.C_NUMBER_MODE]}}},{name:"verilog",create:function(e){var t={keyword:"accept_on alias always always_comb always_ff always_latch and assert assign assume automatic before begin bind bins binsof bit break buf|0 bufif0 bufif1 byte case casex casez cell chandle checker class clocking cmos config const constraint context continue cover covergroup coverpoint cross deassign default defparam design disable dist do edge else end endcase endchecker endclass endclocking endconfig endfunction endgenerate endgroup endinterface endmodule endpackage endprimitive endprogram endproperty endspecify endsequence endtable endtask enum event eventually expect export extends extern final first_match for force foreach forever fork forkjoin function generate|5 genvar global highz0 highz1 if iff ifnone ignore_bins illegal_bins implements implies import incdir include initial inout input inside instance int integer interconnect interface intersect join join_any join_none large let liblist library local localparam logic longint macromodule matches medium modport module nand negedge nettype new nexttime nmos nor noshowcancelled not notif0 notif1 or output package packed parameter pmos posedge primitive priority program property protected pull0 pull1 pulldown pullup pulsestyle_ondetect pulsestyle_onevent pure rand randc randcase randsequence rcmos real realtime ref reg reject_on release repeat restrict return rnmos rpmos rtran rtranif0 rtranif1 s_always s_eventually s_nexttime s_until s_until_with scalared sequence shortint shortreal showcancelled signed small soft solve specify specparam static string strong strong0 strong1 struct super supply0 supply1 sync_accept_on sync_reject_on table tagged task this throughout time timeprecision timeunit tran tranif0 tranif1 tri tri0 tri1 triand trior trireg type typedef union unique unique0 unsigned until until_with untyped use uwire var vectored virtual void wait wait_order wand weak weak0 weak1 while wildcard wire with within wor xnor xor",literal:"null",built_in:"$finish $stop $exit $fatal $error $warning $info $realtime $time $printtimescale $bitstoreal $bitstoshortreal $itor $signed $cast $bits $stime $timeformat $realtobits $shortrealtobits $rtoi $unsigned $asserton $assertkill $assertpasson $assertfailon $assertnonvacuouson $assertoff $assertcontrol $assertpassoff $assertfailoff $assertvacuousoff $isunbounded $sampled $fell $changed $past_gclk $fell_gclk $changed_gclk $rising_gclk $steady_gclk $coverage_control $coverage_get $coverage_save $set_coverage_db_name $rose $stable $past $rose_gclk $stable_gclk $future_gclk $falling_gclk $changing_gclk $display $coverage_get_max $coverage_merge $get_coverage $load_coverage_db $typename $unpacked_dimensions $left $low $increment $clog2 $ln $log10 $exp $sqrt $pow $floor $ceil $sin $cos $tan $countbits $onehot $isunknown $fatal $warning $dimensions $right $high $size $asin $acos $atan $atan2 $hypot $sinh $cosh $tanh $asinh $acosh $atanh $countones $onehot0 $error $info $random $dist_chi_square $dist_erlang $dist_exponential $dist_normal $dist_poisson $dist_t $dist_uniform $q_initialize $q_remove $q_exam $async$and$array $async$nand$array $async$or$array $async$nor$array $sync$and$array $sync$nand$array $sync$or$array $sync$nor$array $q_add $q_full $psprintf $async$and$plane $async$nand$plane $async$or$plane $async$nor$plane $sync$and$plane $sync$nand$plane $sync$or$plane $sync$nor$plane $system $display $displayb $displayh $displayo $strobe $strobeb $strobeh $strobeo $write $readmemb $readmemh $writememh $value$plusargs $dumpvars $dumpon $dumplimit $dumpports $dumpportson $dumpportslimit $writeb $writeh $writeo $monitor $monitorb $monitorh $monitoro $writememb $dumpfile $dumpoff $dumpall $dumpflush $dumpportsoff $dumpportsall $dumpportsflush $fclose $fdisplay $fdisplayb $fdisplayh $fdisplayo $fstrobe $fstrobeb $fstrobeh $fstrobeo $swrite $swriteb $swriteh $swriteo $fscanf $fread $fseek $fflush $feof $fopen $fwrite $fwriteb $fwriteh $fwriteo $fmonitor $fmonitorb $fmonitorh $fmonitoro $sformat $sformatf $fgetc $ungetc $fgets $sscanf $rewind $ftell $ferror"};return{aliases:["v","sv","svh"],case_insensitive:!1,keywords:t,lexemes:/[\w\$]+/,contains:[e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE,e.QUOTE_STRING_MODE,{className:"number",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:"\\b((\\d+'(b|h|o|d|B|H|O|D))[0-9xzXZa-fA-F_]+)"},{begin:"\\B(('(b|h|o|d|B|H|O|D))[0-9xzXZa-fA-F_]+)"},{begin:"\\b([0-9_])+",relevance:0}]},{className:"variable",variants:[{begin:"#\\((?!parameter).+\\)"},{begin:"\\.\\w+",relevance:0}]},{className:"meta",begin:"`",end:"$",keywords:{"meta-keyword":"define __FILE__ __LINE__ begin_keywords celldefine default_nettype define else elsif end_keywords endcelldefine endif ifdef ifndef include line nounconnected_drive pragma resetall timescale unconnected_drive undef undefineall"},relevance:0}]}}},{name:"vhdl",create:function(e){var t="\\d(_|\\d)*",a="[eE][-+]?"+t,r=t+"(\\."+t+")?("+a+")?",s="\\w+",n=t+"#"+s+"(\\."+s+")?#("+a+")?",i="\\b("+n+"|"+r+")";return{case_insensitive:!0,keywords:{keyword:"abs access after alias all and architecture array assert attribute begin block body buffer bus case component configuration constant context cover disconnect downto default else elsif end entity exit fairness file for force function generate generic group guarded if impure in inertial inout is label library linkage literal loop map mod nand new next nor not null of on open or others out package port postponed procedure process property protected pure range record register reject release rem report restrict restrict_guarantee return rol ror select sequence severity shared signal sla sll sra srl strong subtype then to transport type unaffected units until use variable vmode vprop vunit wait when while with xnor xor",built_in:"boolean bit character severity_level integer time delay_length natural positive string bit_vector file_open_kind file_open_status std_ulogic std_ulogic_vector std_logic std_logic_vector unsigned signed boolean_vector integer_vector real_vector time_vector"},illegal:"{",contains:[e.C_BLOCK_COMMENT_MODE,e.COMMENT("--","$"),e.QUOTE_STRING_MODE,{className:"number",begin:i,relevance:0},{className:"literal",begin:"'(U|X|0|1|Z|W|L|H|-)'",contains:[e.BACKSLASH_ESCAPE]},{className:"symbol",begin:"'[A-Za-z](_?[A-Za-z0-9])*",contains:[e.BACKSLASH_ESCAPE]}]}}},{name:"vim",create:function(e){return{lexemes:/[!#@\w]+/,keywords:{keyword:"N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo argg argl argu as au aug aun b|0 bN ba bad bd be bel bf bl bm bn bo bp br brea breaka breakd breakl bro bufdo buffers bun bw c|0 cN cNf ca cabc caddb cad caddf cal cat cb cc ccl cd ce cex cf cfir cgetb cgete cg changes chd che checkt cl cla clo cm cmapc cme cn cnew cnf cno cnorea cnoreme co col colo com comc comp con conf cope cp cpf cq cr cs cst cu cuna cunme cw delm deb debugg delc delf dif diffg diffo diffp diffpu diffs diffthis dig di dl dell dj dli do doautoa dp dr ds dsp e|0 ea ec echoe echoh echom echon el elsei em en endfo endf endt endw ene ex exe exi exu f|0 files filet fin fina fini fir fix fo foldc foldd folddoc foldo for fu go gr grepa gu gv ha helpf helpg helpt hi hid his ia iabc if ij il im imapc ime ino inorea inoreme int is isp iu iuna iunme j|0 ju k|0 keepa kee keepj lN lNf l|0 lad laddb laddf la lan lat lb lc lch lcl lcs le lefta let lex lf lfir lgetb lgete lg lgr lgrepa lh ll lla lli lmak lm lmapc lne lnew lnf ln loadk lo loc lockv lol lope lp lpf lr ls lt lu lua luad luaf lv lvimgrepa lw m|0 ma mak map mapc marks mat me menut mes mk mks mksp mkv mkvie mod mz mzf nbc nb nbs new nm nmapc nme nn nnoreme noa no noh norea noreme norm nu nun nunme ol o|0 om omapc ome on ono onoreme opt ou ounme ow p|0 profd prof pro promptr pc ped pe perld po popu pp pre prev ps pt ptN ptf ptj ptl ptn ptp ptr pts pu pw py3 python3 py3d py3f py pyd pyf quita qa rec red redi redr redraws reg res ret retu rew ri rightb rub rubyd rubyf rund ru rv sN san sa sal sav sb sbN sba sbf sbl sbm sbn sbp sbr scrip scripte scs se setf setg setl sf sfir sh sim sig sil sl sla sm smap smapc sme sn sni sno snor snoreme sor so spelld spe spelli spellr spellu spellw sp spr sre st sta startg startr star stopi stj sts sun sunm sunme sus sv sw sy synti sync tN tabN tabc tabdo tabe tabf tabfir tabl tabm tabnew tabn tabo tabp tabr tabs tab ta tags tc tcld tclf te tf th tj tl tm tn to tp tr try ts tu u|0 undoj undol una unh unl unlo unm unme uns up ve verb vert vim vimgrepa vi viu vie vm vmapc vme vne vn vnoreme vs vu vunme windo w|0 wN wa wh wi winc winp wn wp wq wqa ws wu wv x|0 xa xmapc xm xme xn xnoreme xu xunme y|0 z|0 ~ Next Print append abbreviate abclear aboveleft all amenu anoremenu args argadd argdelete argedit argglobal arglocal argument ascii autocmd augroup aunmenu buffer bNext ball badd bdelete behave belowright bfirst blast bmodified bnext botright bprevious brewind break breakadd breakdel breaklist browse bunload bwipeout change cNext cNfile cabbrev cabclear caddbuffer caddexpr caddfile call catch cbuffer cclose center cexpr cfile cfirst cgetbuffer cgetexpr cgetfile chdir checkpath checktime clist clast close cmap cmapclear cmenu cnext cnewer cnfile cnoremap cnoreabbrev cnoremenu copy colder colorscheme command comclear compiler continue confirm copen cprevious cpfile cquit crewind cscope cstag cunmap cunabbrev cunmenu cwindow delete delmarks debug debuggreedy delcommand delfunction diffupdate diffget diffoff diffpatch diffput diffsplit digraphs display deletel djump dlist doautocmd doautoall deletep drop dsearch dsplit edit earlier echo echoerr echohl echomsg else elseif emenu endif endfor endfunction endtry endwhile enew execute exit exusage file filetype find finally finish first fixdel fold foldclose folddoopen folddoclosed foldopen function global goto grep grepadd gui gvim hardcopy help helpfind helpgrep helptags highlight hide history insert iabbrev iabclear ijump ilist imap imapclear imenu inoremap inoreabbrev inoremenu intro isearch isplit iunmap iunabbrev iunmenu join jumps keepalt keepmarks keepjumps lNext lNfile list laddexpr laddbuffer laddfile last language later lbuffer lcd lchdir lclose lcscope left leftabove lexpr lfile lfirst lgetbuffer lgetexpr lgetfile lgrep lgrepadd lhelpgrep llast llist lmake lmap lmapclear lnext lnewer lnfile lnoremap loadkeymap loadview lockmarks lockvar lolder lopen lprevious lpfile lrewind ltag lunmap luado luafile lvimgrep lvimgrepadd lwindow move mark make mapclear match menu menutranslate messages mkexrc mksession mkspell mkvimrc mkview mode mzscheme mzfile nbclose nbkey nbsart next nmap nmapclear nmenu nnoremap nnoremenu noautocmd noremap nohlsearch noreabbrev noremenu normal number nunmap nunmenu oldfiles open omap omapclear omenu only onoremap onoremenu options ounmap ounmenu ownsyntax print profdel profile promptfind promptrepl pclose pedit perl perldo pop popup ppop preserve previous psearch ptag ptNext ptfirst ptjump ptlast ptnext ptprevious ptrewind ptselect put pwd py3do py3file python pydo pyfile quit quitall qall read recover redo redir redraw redrawstatus registers resize retab return rewind right rightbelow ruby rubydo rubyfile rundo runtime rviminfo substitute sNext sandbox sargument sall saveas sbuffer sbNext sball sbfirst sblast sbmodified sbnext sbprevious sbrewind scriptnames scriptencoding scscope set setfiletype setglobal setlocal sfind sfirst shell simalt sign silent sleep slast smagic smapclear smenu snext sniff snomagic snoremap snoremenu sort source spelldump spellgood spellinfo spellrepall spellundo spellwrong split sprevious srewind stop stag startgreplace startreplace startinsert stopinsert stjump stselect sunhide sunmap sunmenu suspend sview swapname syntax syntime syncbind tNext tabNext tabclose tabedit tabfind tabfirst tablast tabmove tabnext tabonly tabprevious tabrewind tag tcl tcldo tclfile tearoff tfirst throw tjump tlast tmenu tnext topleft tprevious trewind tselect tunmenu undo undojoin undolist unabbreviate unhide unlet unlockvar unmap unmenu unsilent update vglobal version verbose vertical vimgrep vimgrepadd visual viusage view vmap vmapclear vmenu vnew vnoremap vnoremenu vsplit vunmap vunmenu write wNext wall while winsize wincmd winpos wnext wprevious wqall wsverb wundo wviminfo xit xall xmapclear xmap xmenu xnoremap xnoremenu xunmap xunmenu yank",built_in:"synIDtrans atan2 range matcharg did_filetype asin feedkeys xor argv complete_check add getwinposx getqflist getwinposy screencol clearmatches empty extend getcmdpos mzeval garbagecollect setreg ceil sqrt diff_hlID inputsecret get getfperm getpid filewritable shiftwidth max sinh isdirectory synID system inputrestore winline atan visualmode inputlist tabpagewinnr round getregtype mapcheck hasmapto histdel argidx findfile sha256 exists toupper getcmdline taglist string getmatches bufnr strftime winwidth bufexists strtrans tabpagebuflist setcmdpos remote_read printf setloclist getpos getline bufwinnr float2nr len getcmdtype diff_filler luaeval resolve libcallnr foldclosedend reverse filter has_key bufname str2float strlen setline getcharmod setbufvar index searchpos shellescape undofile foldclosed setqflist buflisted strchars str2nr virtcol floor remove undotree remote_expr winheight gettabwinvar reltime cursor tabpagenr finddir localtime acos getloclist search tanh matchend rename gettabvar strdisplaywidth type abs py3eval setwinvar tolower wildmenumode log10 spellsuggest bufloaded synconcealed nextnonblank server2client complete settabwinvar executable input wincol setmatches getftype hlID inputsave searchpair or screenrow line settabvar histadd deepcopy strpart remote_peek and eval getftime submatch screenchar winsaveview matchadd mkdir screenattr getfontname libcall reltimestr getfsize winnr invert pow getbufline byte2line soundfold repeat fnameescape tagfiles sin strwidth spellbadword trunc maparg log lispindent hostname setpos globpath remote_foreground getchar synIDattr fnamemodify cscope_connection stridx winbufnr indent min complete_add nr2char searchpairpos inputdialog values matchlist items hlexists strridx browsedir expand fmod pathshorten line2byte argc count getwinvar glob foldtextresult getreg foreground cosh matchdelete has char2nr simplify histget searchdecl iconv winrestcmd pumvisible writefile foldlevel haslocaldir keys cos matchstr foldtext histnr tan tempname getcwd byteidx getbufvar islocked escape eventhandler remote_send serverlist winrestview synstack pyeval prevnonblank readfile cindent filereadable changenr exp"},illegal:/;/,contains:[e.NUMBER_MODE,e.APOS_STRING_MODE,{className:"string",begin:/"(\\"|\n\\|[^"\n])*"/},e.COMMENT('"',"$"),{className:"variable",begin:/[bwtglsav]:[\w\d_]*/},{className:"function",beginKeywords:"function function!",end:"$",relevance:0,contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},{className:"symbol",begin:/<[\w-]+>/}]}}},{name:"x86asm",create:function(e){return{case_insensitive:!0,lexemes:"[.%]?"+e.IDENT_RE,keywords:{keyword:"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63", +built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0 xmm1 xmm2 xmm3 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0 ymm1 ymm2 ymm3 ymm4 ymm5 ymm6 ymm7 ymm8 ymm9 ymm10 ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0 zmm1 zmm2 zmm3 zmm4 zmm5 zmm6 zmm7 zmm8 zmm9 zmm10 zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr",meta:"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__ __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__ __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__"},contains:[e.COMMENT(";","$",{relevance:0}),{className:"number",variants:[{begin:"\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*\\.?[0-9_]*(?:[pP](?:[+-]?[0-9_]+)?)?)\\b",relevance:0},{begin:"\\$[0-9][0-9A-Fa-f]*",relevance:0},{begin:"\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\b"},{begin:"\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\b"}]},e.QUOTE_STRING_MODE,{className:"string",variants:[{begin:"'",end:"[^\\\\]'"},{begin:"`",end:"[^\\\\]`"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)"},{begin:"^\\s*%%[A-Za-z0-9_$#@~.?]*:"}],relevance:0},{className:"subst",begin:"%[0-9]+",relevance:0},{className:"subst",begin:"%!S+",relevance:0},{className:"meta",begin:/^\s*\.[\w_-]+/}]}}},{name:"xl",create:function(e){var t="ObjectLoader Animate MovieCredits Slides Filters Shading Materials LensFlare Mapping VLCAudioVideo StereoDecoder PointCloud NetworkAccess RemoteControl RegExp ChromaKey Snowfall NodeJS Speech Charts",a={keyword:"if then else do while until for loop import with is as where when by data constant integer real text name boolean symbol infix prefix postfix block tree",literal:"true false nil",built_in:"in mod rem and or xor not abs sign floor ceil sqrt sin cos tan asin acos atan exp expm1 log log2 log10 log1p pi at text_length text_range text_find text_replace contains page slide basic_slide title_slide title subtitle fade_in fade_out fade_at clear_color color line_color line_width texture_wrap texture_transform texture scale_?x scale_?y scale_?z? translate_?x translate_?y translate_?z? rotate_?x rotate_?y rotate_?z? rectangle circle ellipse sphere path line_to move_to quad_to curve_to theme background contents locally time mouse_?x mouse_?y mouse_buttons "+t},r={className:"string",begin:'"',end:'"',illegal:"\\n"},s={className:"string",begin:"'",end:"'",illegal:"\\n"},n={className:"string",begin:"<<",end:">>"},i={className:"number",begin:"[0-9]+#[0-9A-Z_]+(\\.[0-9-A-Z_]+)?#?([Ee][+-]?[0-9]+)?"},l={beginKeywords:"import",end:"$",keywords:a,contains:[r]},o={className:"function",begin:/[a-z][^\n]*->/,returnBegin:!0,end:/->/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,keywords:a}})]};return{aliases:["tao"],lexemes:/[a-zA-Z][a-zA-Z0-9_?]*/,keywords:a,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r,s,n,o,l,i,e.NUMBER_MODE]}}},{name:"xml",create:function(e){var t="[A-Za-z0-9\\._:-]+",a={endsWithParent:!0,illegal:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],case_insensitive:!0,contains:[{className:"meta",begin:"",relevance:10,contains:[{begin:"\\[",end:"\\]"}]},e.COMMENT("",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0}]},{className:"tag",begin:"|$)",end:">",keywords:{name:"style"},contains:[a],starts:{end:"",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"|$)",end:">",keywords:{name:"script"},contains:[a],starts:{end:"",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"meta",variants:[{begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?\w+/,end:/\?>/}]},{className:"tag",begin:"",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},a]}]}}},{name:"xquery",create:function(e){var t="for let if while then else return where group by xquery encoding versionmodule namespace boundary-space preserve strip default collation base-uri orderingcopy-namespaces order declare import schema namespace function option in allowing emptyat tumbling window sliding window start when only end when previous next stable ascendingdescending empty greatest least some every satisfies switch case typeswitch try catch andor to union intersect instance of treat as castable cast map array delete insert intoreplace value rename copy modify update",a="false true xs:string xs:integer element item xs:date xs:datetime xs:float xs:double xs:decimal QName xs:anyURI xs:long xs:int xs:short xs:byte attribute",r={begin:/\$[a-zA-Z0-9\-]+/},s={className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},n={className:"string",variants:[{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},i={className:"meta",begin:"%\\w+"},l={className:"comment",begin:"\\(:",end:":\\)",relevance:10,contains:[{className:"doctag",begin:"@\\w+"}]},o={begin:"{",end:"}"},c=[r,n,s,l,i,o];return o.contains=c,{aliases:["xpath","xq"],case_insensitive:!1,lexemes:/[a-zA-Z\$][a-zA-Z0-9_:\-]*/,illegal:/(proc)|(abstract)|(extends)|(until)|(#)/,keywords:{keyword:t,literal:a},contains:c}}},{name:"yaml",create:function(e){var t={literal:"{ } true false yes no Yes No True False null"},a="^[ \\-]*",r="[a-zA-Z_][\\w\\-]*",s={className:"attr",variants:[{begin:a+r+":"},{begin:a+'"'+r+'":'},{begin:a+"'"+r+"':"}]},n={className:"template-variable",variants:[{begin:"{{",end:"}}"},{begin:"%{",end:"}"}]},i={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}],contains:[e.BACKSLASH_ESCAPE,n]};return{case_insensitive:!0,aliases:["yml","YAML","yaml"],contains:[s,{className:"meta",begin:"^---s*$",relevance:10},{className:"string",begin:"[\\|>] *$",returnEnd:!0,contains:i.contains,end:s.variants[0].begin},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!!"+e.UNDERSCORE_IDENT_RE},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"^ *-",relevance:0},i,e.HASH_COMMENT_MODE,e.C_NUMBER_MODE],keywords:t}}},{name:"zephir",create:function(e){var t={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:'b"',end:'"'},{begin:"b'",end:"'"},e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},a={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]};return{aliases:["zep"],case_insensitive:!0,keywords:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var let while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally int uint long ulong char uchar double float bool boolean stringlikely unlikely",contains:[e.C_LINE_COMMENT_MODE,e.HASH_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0,keywords:"__halt_compiler",lexemes:e.UNDERSCORE_IDENT_RE}),{className:"string",begin:"<<<['\"]?\\w+['\"]?$",end:"^\\w+;",contains:[e.BACKSLASH_ESCAPE]},{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"function",end:/[;{]/,excludeEnd:!0,illegal:"\\$|\\[|%",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:["self",e.C_BLOCK_COMMENT_MODE,t,a]}]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:/[:\(\$"]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",end:";",illegal:/[\.']/,contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",end:";",contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"=>"},t,a]}}}],n=0;n * ---------------------------------------------------- * * #ade5fc * #a2fca2 * #c6b4f0 * #d36363 * #fcc28c * #fc9b9b * #ffa * #fff * #333 * #62c8f3 * #888 * */}.hljs-agate .hljs{display:block;overflow-x:auto;padding:.5em;background:#333;color:white}.hljs-agate .hljs-name,.hljs-agate .hljs-strong{font-weight:bold}.hljs-agate .hljs-code,.hljs-agate .hljs-emphasis{font-style:italic}.hljs-agate .hljs-tag{color:#62c8f3}.hljs-agate .hljs-variable,.hljs-agate .hljs-template-variable,.hljs-agate .hljs-selector-id,.hljs-agate .hljs-selector-class{color:#ade5fc}.hljs-agate .hljs-string,.hljs-agate .hljs-bullet{color:#a2fca2}.hljs-agate .hljs-type,.hljs-agate .hljs-title,.hljs-agate .hljs-section,.hljs-agate .hljs-attribute,.hljs-agate .hljs-quote,.hljs-agate .hljs-built_in,.hljs-agate .hljs-builtin-name{color:#ffa}.hljs-agate .hljs-number,.hljs-agate .hljs-symbol,.hljs-agate .hljs-bullet{color:#d36363}.hljs-agate .hljs-keyword,.hljs-agate .hljs-selector-tag,.hljs-agate .hljs-literal{color:#fcc28c}.hljs-agate .hljs-comment,.hljs-agate .hljs-deletion,.hljs-agate .hljs-code{color:#888}.hljs-agate .hljs-regexp,.hljs-agate .hljs-link{color:#c6b4f0}.hljs-agate .hljs-meta{color:#fc9b9b}.hljs-agate .hljs-deletion{background-color:#fc9b9b;color:#333}.hljs-agate .hljs-addition{background-color:#a2fca2;color:#333}.hljs-agate .hljs a{color:inherit}.hljs-agate .hljs a:focus,.hljs-agate .hljs a:hover{color:inherit;text-decoration:underline}",androidstudio:".hljs-androidstudio .hljs{color:#a9b7c6;background:#282b2e;display:block;overflow-x:auto;padding:.5em}.hljs-androidstudio .hljs-number,.hljs-androidstudio .hljs-literal,.hljs-androidstudio .hljs-symbol,.hljs-androidstudio .hljs-bullet{color:#6897BB}.hljs-androidstudio .hljs-keyword,.hljs-androidstudio .hljs-selector-tag,.hljs-androidstudio .hljs-deletion{color:#cc7832}.hljs-androidstudio .hljs-variable,.hljs-androidstudio .hljs-template-variable,.hljs-androidstudio .hljs-link{color:#629755}.hljs-androidstudio .hljs-comment,.hljs-androidstudio .hljs-quote{color:#808080}.hljs-androidstudio .hljs-meta{color:#bbb529}.hljs-androidstudio .hljs-string,.hljs-androidstudio .hljs-attribute,.hljs-androidstudio .hljs-addition{color:#6A8759}.hljs-androidstudio .hljs-section,.hljs-androidstudio .hljs-title,.hljs-androidstudio .hljs-type{color:#ffc66d}.hljs-androidstudio .hljs-name,.hljs-androidstudio .hljs-selector-id,.hljs-androidstudio .hljs-selector-class{color:#e8bf6a}.hljs-androidstudio .hljs-emphasis{font-style:italic}.hljs-androidstudio .hljs-strong{font-weight:bold}","arduino-light":".hljs-arduino-light .hljs{display:block;overflow-x:auto;padding:.5em;background:#FFFFFF}.hljs-arduino-light .hljs,.hljs-arduino-light .hljs-subst{color:#434f54}.hljs-arduino-light .hljs-keyword,.hljs-arduino-light .hljs-attribute,.hljs-arduino-light .hljs-selector-tag,.hljs-arduino-light .hljs-doctag,.hljs-arduino-light .hljs-name{color:#00979D}.hljs-arduino-light .hljs-built_in,.hljs-arduino-light .hljs-literal,.hljs-arduino-light .hljs-bullet,.hljs-arduino-light .hljs-code,.hljs-arduino-light .hljs-addition{color:#D35400}.hljs-arduino-light .hljs-regexp,.hljs-arduino-light .hljs-symbol,.hljs-arduino-light .hljs-variable,.hljs-arduino-light .hljs-template-variable,.hljs-arduino-light .hljs-link,.hljs-arduino-light .hljs-selector-attr,.hljs-arduino-light .hljs-selector-pseudo{color:#00979D}.hljs-arduino-light .hljs-type,.hljs-arduino-light .hljs-string,.hljs-arduino-light .hljs-selector-id,.hljs-arduino-light .hljs-selector-class,.hljs-arduino-light .hljs-quote,.hljs-arduino-light .hljs-template-tag,.hljs-arduino-light .hljs-deletion{color:#005C5F}.hljs-arduino-light .hljs-title,.hljs-arduino-light .hljs-section{color:#880000;font-weight:bold}.hljs-arduino-light .hljs-comment{color:rgba(149,165,166,0.8)}.hljs-arduino-light .hljs-meta-keyword{color:#728E00}.hljs-arduino-light .hljs-meta{color:#728E00;color:#434f54}.hljs-arduino-light .hljs-emphasis{font-style:italic}.hljs-arduino-light .hljs-strong{font-weight:bold}.hljs-arduino-light .hljs-function{color:#728E00}.hljs-arduino-light .hljs-number{color:#8A7B52}",arta:".hljs-arta .hljs{display:block;overflow-x:auto;padding:.5em;background:#222}.hljs-arta .hljs,.hljs-arta .hljs-subst{color:#aaa}.hljs-arta .hljs-section{color:#fff}.hljs-arta .hljs-comment,.hljs-arta .hljs-quote,.hljs-arta .hljs-meta{color:#444}.hljs-arta .hljs-string,.hljs-arta .hljs-symbol,.hljs-arta .hljs-bullet,.hljs-arta .hljs-regexp{color:#ffcc33}.hljs-arta .hljs-number,.hljs-arta .hljs-addition{color:#00cc66}.hljs-arta .hljs-built_in,.hljs-arta .hljs-builtin-name,.hljs-arta .hljs-literal,.hljs-arta .hljs-type,.hljs-arta .hljs-template-variable,.hljs-arta .hljs-attribute,.hljs-arta .hljs-link{color:#32aaee}.hljs-arta .hljs-keyword,.hljs-arta .hljs-selector-tag,.hljs-arta .hljs-name,.hljs-arta .hljs-selector-id,.hljs-arta .hljs-selector-class{color:#6644aa}.hljs-arta .hljs-title,.hljs-arta .hljs-variable,.hljs-arta .hljs-deletion,.hljs-arta .hljs-template-tag{color:#bb1166}.hljs-arta .hljs-section,.hljs-arta .hljs-doctag,.hljs-arta .hljs-strong{font-weight:bold}.hljs-arta .hljs-emphasis{font-style:italic}",ascetic:".hljs-ascetic .hljs{display:block;overflow-x:auto;padding:.5em;background:white;color:black}.hljs-ascetic .hljs-string,.hljs-ascetic .hljs-variable,.hljs-ascetic .hljs-template-variable,.hljs-ascetic .hljs-symbol,.hljs-ascetic .hljs-bullet,.hljs-ascetic .hljs-section,.hljs-ascetic .hljs-addition,.hljs-ascetic .hljs-attribute,.hljs-ascetic .hljs-link{color:#888}.hljs-ascetic .hljs-comment,.hljs-ascetic .hljs-quote,.hljs-ascetic .hljs-meta,.hljs-ascetic .hljs-deletion{color:#ccc}.hljs-ascetic .hljs-keyword,.hljs-ascetic .hljs-selector-tag,.hljs-ascetic .hljs-section,.hljs-ascetic .hljs-name,.hljs-ascetic .hljs-type,.hljs-ascetic .hljs-strong{font-weight:bold}.hljs-ascetic .hljs-emphasis{font-style:italic}","atelier-cave-dark":".hljs-atelier-cave-dark .hljs-comment,.hljs-atelier-cave-dark .hljs-quote{color:#7e7887}.hljs-atelier-cave-dark .hljs-variable,.hljs-atelier-cave-dark .hljs-template-variable,.hljs-atelier-cave-dark .hljs-attribute,.hljs-atelier-cave-dark .hljs-regexp,.hljs-atelier-cave-dark .hljs-link,.hljs-atelier-cave-dark .hljs-tag,.hljs-atelier-cave-dark .hljs-name,.hljs-atelier-cave-dark .hljs-selector-id,.hljs-atelier-cave-dark .hljs-selector-class{color:#be4678}.hljs-atelier-cave-dark .hljs-number,.hljs-atelier-cave-dark .hljs-meta,.hljs-atelier-cave-dark .hljs-built_in,.hljs-atelier-cave-dark .hljs-builtin-name,.hljs-atelier-cave-dark .hljs-literal,.hljs-atelier-cave-dark .hljs-type,.hljs-atelier-cave-dark .hljs-params{color:#aa573c}.hljs-atelier-cave-dark .hljs-string,.hljs-atelier-cave-dark .hljs-symbol,.hljs-atelier-cave-dark .hljs-bullet{color:#2a9292}.hljs-atelier-cave-dark .hljs-title,.hljs-atelier-cave-dark .hljs-section{color:#576ddb}.hljs-atelier-cave-dark .hljs-keyword,.hljs-atelier-cave-dark .hljs-selector-tag{color:#955ae7}.hljs-atelier-cave-dark .hljs-deletion,.hljs-atelier-cave-dark .hljs-addition{color:#19171c;display:inline-block;width:100%}.hljs-atelier-cave-dark .hljs-deletion{background-color:#be4678}.hljs-atelier-cave-dark .hljs-addition{background-color:#2a9292}.hljs-atelier-cave-dark .hljs{display:block;overflow-x:auto;background:#19171c;color:#8b8792;padding:.5em}.hljs-atelier-cave-dark .hljs-emphasis{font-style:italic}.hljs-atelier-cave-dark .hljs-strong{font-weight:bold}","atelier-cave-light":".hljs-atelier-cave-light .hljs-comment,.hljs-atelier-cave-light .hljs-quote{color:#655f6d}.hljs-atelier-cave-light .hljs-variable,.hljs-atelier-cave-light .hljs-template-variable,.hljs-atelier-cave-light .hljs-attribute,.hljs-atelier-cave-light .hljs-tag,.hljs-atelier-cave-light .hljs-name,.hljs-atelier-cave-light .hljs-regexp,.hljs-atelier-cave-light .hljs-link,.hljs-atelier-cave-light .hljs-name,.hljs-atelier-cave-light .hljs-name,.hljs-atelier-cave-light .hljs-selector-id,.hljs-atelier-cave-light .hljs-selector-class{color:#be4678}.hljs-atelier-cave-light .hljs-number,.hljs-atelier-cave-light .hljs-meta,.hljs-atelier-cave-light .hljs-built_in,.hljs-atelier-cave-light .hljs-builtin-name,.hljs-atelier-cave-light .hljs-literal,.hljs-atelier-cave-light .hljs-type,.hljs-atelier-cave-light .hljs-params{color:#aa573c}.hljs-atelier-cave-light .hljs-string,.hljs-atelier-cave-light .hljs-symbol,.hljs-atelier-cave-light .hljs-bullet{color:#2a9292}.hljs-atelier-cave-light .hljs-title,.hljs-atelier-cave-light .hljs-section{color:#576ddb}.hljs-atelier-cave-light .hljs-keyword,.hljs-atelier-cave-light .hljs-selector-tag{color:#955ae7}.hljs-atelier-cave-light .hljs-deletion,.hljs-atelier-cave-light .hljs-addition{color:#19171c;display:inline-block;width:100%}.hljs-atelier-cave-light .hljs-deletion{background-color:#be4678}.hljs-atelier-cave-light .hljs-addition{background-color:#2a9292}.hljs-atelier-cave-light .hljs{display:block;overflow-x:auto;background:#efecf4;color:#585260;padding:.5em}.hljs-atelier-cave-light .hljs-emphasis{font-style:italic}.hljs-atelier-cave-light .hljs-strong{font-weight:bold}","atelier-dune-dark":".hljs-atelier-dune-dark .hljs-comment,.hljs-atelier-dune-dark .hljs-quote{color:#999580}.hljs-atelier-dune-dark .hljs-variable,.hljs-atelier-dune-dark .hljs-template-variable,.hljs-atelier-dune-dark .hljs-attribute,.hljs-atelier-dune-dark .hljs-tag,.hljs-atelier-dune-dark .hljs-name,.hljs-atelier-dune-dark .hljs-regexp,.hljs-atelier-dune-dark .hljs-link,.hljs-atelier-dune-dark .hljs-name,.hljs-atelier-dune-dark .hljs-selector-id,.hljs-atelier-dune-dark .hljs-selector-class{color:#d73737}.hljs-atelier-dune-dark .hljs-number,.hljs-atelier-dune-dark .hljs-meta,.hljs-atelier-dune-dark .hljs-built_in,.hljs-atelier-dune-dark .hljs-builtin-name,.hljs-atelier-dune-dark .hljs-literal,.hljs-atelier-dune-dark .hljs-type,.hljs-atelier-dune-dark .hljs-params{color:#b65611}.hljs-atelier-dune-dark .hljs-string,.hljs-atelier-dune-dark .hljs-symbol,.hljs-atelier-dune-dark .hljs-bullet{color:#60ac39}.hljs-atelier-dune-dark .hljs-title,.hljs-atelier-dune-dark .hljs-section{color:#6684e1}.hljs-atelier-dune-dark .hljs-keyword,.hljs-atelier-dune-dark .hljs-selector-tag{color:#b854d4}.hljs-atelier-dune-dark .hljs{display:block;overflow-x:auto;background:#20201d;color:#a6a28c;padding:.5em}.hljs-atelier-dune-dark .hljs-emphasis{font-style:italic}.hljs-atelier-dune-dark .hljs-strong{font-weight:bold}","atelier-dune-light":".hljs-atelier-dune-light .hljs-comment,.hljs-atelier-dune-light .hljs-quote{color:#7d7a68}.hljs-atelier-dune-light .hljs-variable,.hljs-atelier-dune-light .hljs-template-variable,.hljs-atelier-dune-light .hljs-attribute,.hljs-atelier-dune-light .hljs-tag,.hljs-atelier-dune-light .hljs-name,.hljs-atelier-dune-light .hljs-regexp,.hljs-atelier-dune-light .hljs-link,.hljs-atelier-dune-light .hljs-name,.hljs-atelier-dune-light .hljs-selector-id,.hljs-atelier-dune-light .hljs-selector-class{color:#d73737}.hljs-atelier-dune-light .hljs-number,.hljs-atelier-dune-light .hljs-meta,.hljs-atelier-dune-light .hljs-built_in,.hljs-atelier-dune-light .hljs-builtin-name,.hljs-atelier-dune-light .hljs-literal,.hljs-atelier-dune-light .hljs-type,.hljs-atelier-dune-light .hljs-params{color:#b65611}.hljs-atelier-dune-light .hljs-string,.hljs-atelier-dune-light .hljs-symbol,.hljs-atelier-dune-light .hljs-bullet{color:#60ac39}.hljs-atelier-dune-light .hljs-title,.hljs-atelier-dune-light .hljs-section{color:#6684e1}.hljs-atelier-dune-light .hljs-keyword,.hljs-atelier-dune-light .hljs-selector-tag{color:#b854d4}.hljs-atelier-dune-light .hljs{display:block;overflow-x:auto;background:#fefbec;color:#6e6b5e;padding:.5em}.hljs-atelier-dune-light .hljs-emphasis{font-style:italic}.hljs-atelier-dune-light .hljs-strong{font-weight:bold}","atelier-estuary-dark":".hljs-atelier-estuary-dark .hljs-comment,.hljs-atelier-estuary-dark .hljs-quote{color:#878573}.hljs-atelier-estuary-dark .hljs-variable,.hljs-atelier-estuary-dark .hljs-template-variable,.hljs-atelier-estuary-dark .hljs-attribute,.hljs-atelier-estuary-dark .hljs-tag,.hljs-atelier-estuary-dark .hljs-name,.hljs-atelier-estuary-dark .hljs-regexp,.hljs-atelier-estuary-dark .hljs-link,.hljs-atelier-estuary-dark .hljs-name,.hljs-atelier-estuary-dark .hljs-selector-id,.hljs-atelier-estuary-dark .hljs-selector-class{color:#ba6236}.hljs-atelier-estuary-dark .hljs-number,.hljs-atelier-estuary-dark .hljs-meta,.hljs-atelier-estuary-dark .hljs-built_in,.hljs-atelier-estuary-dark .hljs-builtin-name,.hljs-atelier-estuary-dark .hljs-literal,.hljs-atelier-estuary-dark .hljs-type,.hljs-atelier-estuary-dark .hljs-params{color:#ae7313}.hljs-atelier-estuary-dark .hljs-string,.hljs-atelier-estuary-dark .hljs-symbol,.hljs-atelier-estuary-dark .hljs-bullet{color:#7d9726}.hljs-atelier-estuary-dark .hljs-title,.hljs-atelier-estuary-dark .hljs-section{color:#36a166}.hljs-atelier-estuary-dark .hljs-keyword,.hljs-atelier-estuary-dark .hljs-selector-tag{color:#5f9182}.hljs-atelier-estuary-dark .hljs-deletion,.hljs-atelier-estuary-dark .hljs-addition{color:#22221b;display:inline-block;width:100%}.hljs-atelier-estuary-dark .hljs-deletion{background-color:#ba6236}.hljs-atelier-estuary-dark .hljs-addition{background-color:#7d9726}.hljs-atelier-estuary-dark .hljs{display:block;overflow-x:auto;background:#22221b;color:#929181;padding:.5em}.hljs-atelier-estuary-dark .hljs-emphasis{font-style:italic}.hljs-atelier-estuary-dark .hljs-strong{font-weight:bold}","atelier-estuary-light":".hljs-atelier-estuary-light .hljs-comment,.hljs-atelier-estuary-light .hljs-quote{color:#6c6b5a}.hljs-atelier-estuary-light .hljs-variable,.hljs-atelier-estuary-light .hljs-template-variable,.hljs-atelier-estuary-light .hljs-attribute,.hljs-atelier-estuary-light .hljs-tag,.hljs-atelier-estuary-light .hljs-name,.hljs-atelier-estuary-light .hljs-regexp,.hljs-atelier-estuary-light .hljs-link,.hljs-atelier-estuary-light .hljs-name,.hljs-atelier-estuary-light .hljs-selector-id,.hljs-atelier-estuary-light .hljs-selector-class{color:#ba6236}.hljs-atelier-estuary-light .hljs-number,.hljs-atelier-estuary-light .hljs-meta,.hljs-atelier-estuary-light .hljs-built_in,.hljs-atelier-estuary-light .hljs-builtin-name,.hljs-atelier-estuary-light .hljs-literal,.hljs-atelier-estuary-light .hljs-type,.hljs-atelier-estuary-light .hljs-params{color:#ae7313}.hljs-atelier-estuary-light .hljs-string,.hljs-atelier-estuary-light .hljs-symbol,.hljs-atelier-estuary-light .hljs-bullet{color:#7d9726}.hljs-atelier-estuary-light .hljs-title,.hljs-atelier-estuary-light .hljs-section{color:#36a166}.hljs-atelier-estuary-light .hljs-keyword,.hljs-atelier-estuary-light .hljs-selector-tag{color:#5f9182}.hljs-atelier-estuary-light .hljs-deletion,.hljs-atelier-estuary-light .hljs-addition{color:#22221b;display:inline-block;width:100%}.hljs-atelier-estuary-light .hljs-deletion{background-color:#ba6236}.hljs-atelier-estuary-light .hljs-addition{background-color:#7d9726}.hljs-atelier-estuary-light .hljs{display:block;overflow-x:auto;background:#f4f3ec;color:#5f5e4e;padding:.5em}.hljs-atelier-estuary-light .hljs-emphasis{font-style:italic}.hljs-atelier-estuary-light .hljs-strong{font-weight:bold}","atelier-forest-dark":".hljs-atelier-forest-dark .hljs-comment,.hljs-atelier-forest-dark .hljs-quote{color:#9c9491}.hljs-atelier-forest-dark .hljs-variable,.hljs-atelier-forest-dark .hljs-template-variable,.hljs-atelier-forest-dark .hljs-attribute,.hljs-atelier-forest-dark .hljs-tag,.hljs-atelier-forest-dark .hljs-name,.hljs-atelier-forest-dark .hljs-regexp,.hljs-atelier-forest-dark .hljs-link,.hljs-atelier-forest-dark .hljs-name,.hljs-atelier-forest-dark .hljs-selector-id,.hljs-atelier-forest-dark .hljs-selector-class{color:#f22c40}.hljs-atelier-forest-dark .hljs-number,.hljs-atelier-forest-dark .hljs-meta,.hljs-atelier-forest-dark .hljs-built_in,.hljs-atelier-forest-dark .hljs-builtin-name,.hljs-atelier-forest-dark .hljs-literal,.hljs-atelier-forest-dark .hljs-type,.hljs-atelier-forest-dark .hljs-params{color:#df5320}.hljs-atelier-forest-dark .hljs-string,.hljs-atelier-forest-dark .hljs-symbol,.hljs-atelier-forest-dark .hljs-bullet{color:#7b9726}.hljs-atelier-forest-dark .hljs-title,.hljs-atelier-forest-dark .hljs-section{color:#407ee7}.hljs-atelier-forest-dark .hljs-keyword,.hljs-atelier-forest-dark .hljs-selector-tag{color:#6666ea}.hljs-atelier-forest-dark .hljs{display:block;overflow-x:auto;background:#1b1918;color:#a8a19f;padding:.5em}.hljs-atelier-forest-dark .hljs-emphasis{font-style:italic}.hljs-atelier-forest-dark .hljs-strong{font-weight:bold}","atelier-forest-light":".hljs-atelier-forest-light .hljs-comment,.hljs-atelier-forest-light .hljs-quote{color:#766e6b}.hljs-atelier-forest-light .hljs-variable,.hljs-atelier-forest-light .hljs-template-variable,.hljs-atelier-forest-light .hljs-attribute,.hljs-atelier-forest-light .hljs-tag,.hljs-atelier-forest-light .hljs-name,.hljs-atelier-forest-light .hljs-regexp,.hljs-atelier-forest-light .hljs-link,.hljs-atelier-forest-light .hljs-name,.hljs-atelier-forest-light .hljs-selector-id,.hljs-atelier-forest-light .hljs-selector-class{color:#f22c40}.hljs-atelier-forest-light .hljs-number,.hljs-atelier-forest-light .hljs-meta,.hljs-atelier-forest-light .hljs-built_in,.hljs-atelier-forest-light .hljs-builtin-name,.hljs-atelier-forest-light .hljs-literal,.hljs-atelier-forest-light .hljs-type,.hljs-atelier-forest-light .hljs-params{color:#df5320}.hljs-atelier-forest-light .hljs-string,.hljs-atelier-forest-light .hljs-symbol,.hljs-atelier-forest-light .hljs-bullet{color:#7b9726}.hljs-atelier-forest-light .hljs-title,.hljs-atelier-forest-light .hljs-section{color:#407ee7}.hljs-atelier-forest-light .hljs-keyword,.hljs-atelier-forest-light .hljs-selector-tag{color:#6666ea}.hljs-atelier-forest-light .hljs{display:block;overflow-x:auto;background:#f1efee;color:#68615e;padding:.5em}.hljs-atelier-forest-light .hljs-emphasis{font-style:italic}.hljs-atelier-forest-light .hljs-strong{font-weight:bold}","atelier-heath-dark":".hljs-atelier-heath-dark .hljs-comment,.hljs-atelier-heath-dark .hljs-quote{color:#9e8f9e}.hljs-atelier-heath-dark .hljs-variable,.hljs-atelier-heath-dark .hljs-template-variable,.hljs-atelier-heath-dark .hljs-attribute,.hljs-atelier-heath-dark .hljs-tag,.hljs-atelier-heath-dark .hljs-name,.hljs-atelier-heath-dark .hljs-regexp,.hljs-atelier-heath-dark .hljs-link,.hljs-atelier-heath-dark .hljs-name,.hljs-atelier-heath-dark .hljs-selector-id,.hljs-atelier-heath-dark .hljs-selector-class{color:#ca402b}.hljs-atelier-heath-dark .hljs-number,.hljs-atelier-heath-dark .hljs-meta,.hljs-atelier-heath-dark .hljs-built_in,.hljs-atelier-heath-dark .hljs-builtin-name,.hljs-atelier-heath-dark .hljs-literal,.hljs-atelier-heath-dark .hljs-type,.hljs-atelier-heath-dark .hljs-params{color:#a65926}.hljs-atelier-heath-dark .hljs-string,.hljs-atelier-heath-dark .hljs-symbol,.hljs-atelier-heath-dark .hljs-bullet{color:#918b3b}.hljs-atelier-heath-dark .hljs-title,.hljs-atelier-heath-dark .hljs-section{color:#516aec}.hljs-atelier-heath-dark .hljs-keyword,.hljs-atelier-heath-dark .hljs-selector-tag{color:#7b59c0}.hljs-atelier-heath-dark .hljs{display:block;overflow-x:auto;background:#1b181b;color:#ab9bab;padding:.5em}.hljs-atelier-heath-dark .hljs-emphasis{font-style:italic}.hljs-atelier-heath-dark .hljs-strong{font-weight:bold}","atelier-heath-light":".hljs-atelier-heath-light .hljs-comment,.hljs-atelier-heath-light .hljs-quote{color:#776977}.hljs-atelier-heath-light .hljs-variable,.hljs-atelier-heath-light .hljs-template-variable,.hljs-atelier-heath-light .hljs-attribute,.hljs-atelier-heath-light .hljs-tag,.hljs-atelier-heath-light .hljs-name,.hljs-atelier-heath-light .hljs-regexp,.hljs-atelier-heath-light .hljs-link,.hljs-atelier-heath-light .hljs-name,.hljs-atelier-heath-light .hljs-selector-id,.hljs-atelier-heath-light .hljs-selector-class{color:#ca402b}.hljs-atelier-heath-light .hljs-number,.hljs-atelier-heath-light .hljs-meta,.hljs-atelier-heath-light .hljs-built_in,.hljs-atelier-heath-light .hljs-builtin-name,.hljs-atelier-heath-light .hljs-literal,.hljs-atelier-heath-light .hljs-type,.hljs-atelier-heath-light .hljs-params{color:#a65926}.hljs-atelier-heath-light .hljs-string,.hljs-atelier-heath-light .hljs-symbol,.hljs-atelier-heath-light .hljs-bullet{color:#918b3b}.hljs-atelier-heath-light .hljs-title,.hljs-atelier-heath-light .hljs-section{color:#516aec}.hljs-atelier-heath-light .hljs-keyword,.hljs-atelier-heath-light .hljs-selector-tag{color:#7b59c0}.hljs-atelier-heath-light .hljs{display:block;overflow-x:auto;background:#f7f3f7;color:#695d69;padding:.5em}.hljs-atelier-heath-light .hljs-emphasis{font-style:italic}.hljs-atelier-heath-light .hljs-strong{font-weight:bold}","atelier-lakeside-dark":".hljs-atelier-lakeside-dark .hljs-comment,.hljs-atelier-lakeside-dark .hljs-quote{color:#7195a8}.hljs-atelier-lakeside-dark .hljs-variable,.hljs-atelier-lakeside-dark .hljs-template-variable,.hljs-atelier-lakeside-dark .hljs-attribute,.hljs-atelier-lakeside-dark .hljs-tag,.hljs-atelier-lakeside-dark .hljs-name,.hljs-atelier-lakeside-dark .hljs-regexp,.hljs-atelier-lakeside-dark .hljs-link,.hljs-atelier-lakeside-dark .hljs-name,.hljs-atelier-lakeside-dark .hljs-selector-id,.hljs-atelier-lakeside-dark .hljs-selector-class{color:#d22d72}.hljs-atelier-lakeside-dark .hljs-number,.hljs-atelier-lakeside-dark .hljs-meta,.hljs-atelier-lakeside-dark .hljs-built_in,.hljs-atelier-lakeside-dark .hljs-builtin-name,.hljs-atelier-lakeside-dark .hljs-literal,.hljs-atelier-lakeside-dark .hljs-type,.hljs-atelier-lakeside-dark .hljs-params{color:#935c25}.hljs-atelier-lakeside-dark .hljs-string,.hljs-atelier-lakeside-dark .hljs-symbol,.hljs-atelier-lakeside-dark .hljs-bullet{color:#568c3b}.hljs-atelier-lakeside-dark .hljs-title,.hljs-atelier-lakeside-dark .hljs-section{color:#257fad}.hljs-atelier-lakeside-dark .hljs-keyword,.hljs-atelier-lakeside-dark .hljs-selector-tag{color:#6b6bb8}.hljs-atelier-lakeside-dark .hljs{display:block;overflow-x:auto;background:#161b1d;color:#7ea2b4;padding:.5em}.hljs-atelier-lakeside-dark .hljs-emphasis{font-style:italic}.hljs-atelier-lakeside-dark .hljs-strong{font-weight:bold}", +"atelier-lakeside-light":".hljs-atelier-lakeside-light .hljs-comment,.hljs-atelier-lakeside-light .hljs-quote{color:#5a7b8c}.hljs-atelier-lakeside-light .hljs-variable,.hljs-atelier-lakeside-light .hljs-template-variable,.hljs-atelier-lakeside-light .hljs-attribute,.hljs-atelier-lakeside-light .hljs-tag,.hljs-atelier-lakeside-light .hljs-name,.hljs-atelier-lakeside-light .hljs-regexp,.hljs-atelier-lakeside-light .hljs-link,.hljs-atelier-lakeside-light .hljs-name,.hljs-atelier-lakeside-light .hljs-selector-id,.hljs-atelier-lakeside-light .hljs-selector-class{color:#d22d72}.hljs-atelier-lakeside-light .hljs-number,.hljs-atelier-lakeside-light .hljs-meta,.hljs-atelier-lakeside-light .hljs-built_in,.hljs-atelier-lakeside-light .hljs-builtin-name,.hljs-atelier-lakeside-light .hljs-literal,.hljs-atelier-lakeside-light .hljs-type,.hljs-atelier-lakeside-light .hljs-params{color:#935c25}.hljs-atelier-lakeside-light .hljs-string,.hljs-atelier-lakeside-light .hljs-symbol,.hljs-atelier-lakeside-light .hljs-bullet{color:#568c3b}.hljs-atelier-lakeside-light .hljs-title,.hljs-atelier-lakeside-light .hljs-section{color:#257fad}.hljs-atelier-lakeside-light .hljs-keyword,.hljs-atelier-lakeside-light .hljs-selector-tag{color:#6b6bb8}.hljs-atelier-lakeside-light .hljs{display:block;overflow-x:auto;background:#ebf8ff;color:#516d7b;padding:.5em}.hljs-atelier-lakeside-light .hljs-emphasis{font-style:italic}.hljs-atelier-lakeside-light .hljs-strong{font-weight:bold}","atelier-plateau-dark":".hljs-atelier-plateau-dark .hljs-comment,.hljs-atelier-plateau-dark .hljs-quote{color:#7e7777}.hljs-atelier-plateau-dark .hljs-variable,.hljs-atelier-plateau-dark .hljs-template-variable,.hljs-atelier-plateau-dark .hljs-attribute,.hljs-atelier-plateau-dark .hljs-tag,.hljs-atelier-plateau-dark .hljs-name,.hljs-atelier-plateau-dark .hljs-regexp,.hljs-atelier-plateau-dark .hljs-link,.hljs-atelier-plateau-dark .hljs-name,.hljs-atelier-plateau-dark .hljs-selector-id,.hljs-atelier-plateau-dark .hljs-selector-class{color:#ca4949}.hljs-atelier-plateau-dark .hljs-number,.hljs-atelier-plateau-dark .hljs-meta,.hljs-atelier-plateau-dark .hljs-built_in,.hljs-atelier-plateau-dark .hljs-builtin-name,.hljs-atelier-plateau-dark .hljs-literal,.hljs-atelier-plateau-dark .hljs-type,.hljs-atelier-plateau-dark .hljs-params{color:#b45a3c}.hljs-atelier-plateau-dark .hljs-string,.hljs-atelier-plateau-dark .hljs-symbol,.hljs-atelier-plateau-dark .hljs-bullet{color:#4b8b8b}.hljs-atelier-plateau-dark .hljs-title,.hljs-atelier-plateau-dark .hljs-section{color:#7272ca}.hljs-atelier-plateau-dark .hljs-keyword,.hljs-atelier-plateau-dark .hljs-selector-tag{color:#8464c4}.hljs-atelier-plateau-dark .hljs-deletion,.hljs-atelier-plateau-dark .hljs-addition{color:#1b1818;display:inline-block;width:100%}.hljs-atelier-plateau-dark .hljs-deletion{background-color:#ca4949}.hljs-atelier-plateau-dark .hljs-addition{background-color:#4b8b8b}.hljs-atelier-plateau-dark .hljs{display:block;overflow-x:auto;background:#1b1818;color:#8a8585;padding:.5em}.hljs-atelier-plateau-dark .hljs-emphasis{font-style:italic}.hljs-atelier-plateau-dark .hljs-strong{font-weight:bold}","atelier-plateau-light":".hljs-atelier-plateau-light .hljs-comment,.hljs-atelier-plateau-light .hljs-quote{color:#655d5d}.hljs-atelier-plateau-light .hljs-variable,.hljs-atelier-plateau-light .hljs-template-variable,.hljs-atelier-plateau-light .hljs-attribute,.hljs-atelier-plateau-light .hljs-tag,.hljs-atelier-plateau-light .hljs-name,.hljs-atelier-plateau-light .hljs-regexp,.hljs-atelier-plateau-light .hljs-link,.hljs-atelier-plateau-light .hljs-name,.hljs-atelier-plateau-light .hljs-selector-id,.hljs-atelier-plateau-light .hljs-selector-class{color:#ca4949}.hljs-atelier-plateau-light .hljs-number,.hljs-atelier-plateau-light .hljs-meta,.hljs-atelier-plateau-light .hljs-built_in,.hljs-atelier-plateau-light .hljs-builtin-name,.hljs-atelier-plateau-light .hljs-literal,.hljs-atelier-plateau-light .hljs-type,.hljs-atelier-plateau-light .hljs-params{color:#b45a3c}.hljs-atelier-plateau-light .hljs-string,.hljs-atelier-plateau-light .hljs-symbol,.hljs-atelier-plateau-light .hljs-bullet{color:#4b8b8b}.hljs-atelier-plateau-light .hljs-title,.hljs-atelier-plateau-light .hljs-section{color:#7272ca}.hljs-atelier-plateau-light .hljs-keyword,.hljs-atelier-plateau-light .hljs-selector-tag{color:#8464c4}.hljs-atelier-plateau-light .hljs-deletion,.hljs-atelier-plateau-light .hljs-addition{color:#1b1818;display:inline-block;width:100%}.hljs-atelier-plateau-light .hljs-deletion{background-color:#ca4949}.hljs-atelier-plateau-light .hljs-addition{background-color:#4b8b8b}.hljs-atelier-plateau-light .hljs{display:block;overflow-x:auto;background:#f4ecec;color:#585050;padding:.5em}.hljs-atelier-plateau-light .hljs-emphasis{font-style:italic}.hljs-atelier-plateau-light .hljs-strong{font-weight:bold}","atelier-savanna-dark":".hljs-atelier-savanna-dark .hljs-comment,.hljs-atelier-savanna-dark .hljs-quote{color:#78877d}.hljs-atelier-savanna-dark .hljs-variable,.hljs-atelier-savanna-dark .hljs-template-variable,.hljs-atelier-savanna-dark .hljs-attribute,.hljs-atelier-savanna-dark .hljs-tag,.hljs-atelier-savanna-dark .hljs-name,.hljs-atelier-savanna-dark .hljs-regexp,.hljs-atelier-savanna-dark .hljs-link,.hljs-atelier-savanna-dark .hljs-name,.hljs-atelier-savanna-dark .hljs-selector-id,.hljs-atelier-savanna-dark .hljs-selector-class{color:#b16139}.hljs-atelier-savanna-dark .hljs-number,.hljs-atelier-savanna-dark .hljs-meta,.hljs-atelier-savanna-dark .hljs-built_in,.hljs-atelier-savanna-dark .hljs-builtin-name,.hljs-atelier-savanna-dark .hljs-literal,.hljs-atelier-savanna-dark .hljs-type,.hljs-atelier-savanna-dark .hljs-params{color:#9f713c}.hljs-atelier-savanna-dark .hljs-string,.hljs-atelier-savanna-dark .hljs-symbol,.hljs-atelier-savanna-dark .hljs-bullet{color:#489963}.hljs-atelier-savanna-dark .hljs-title,.hljs-atelier-savanna-dark .hljs-section{color:#478c90}.hljs-atelier-savanna-dark .hljs-keyword,.hljs-atelier-savanna-dark .hljs-selector-tag{color:#55859b}.hljs-atelier-savanna-dark .hljs-deletion,.hljs-atelier-savanna-dark .hljs-addition{color:#171c19;display:inline-block;width:100%}.hljs-atelier-savanna-dark .hljs-deletion{background-color:#b16139}.hljs-atelier-savanna-dark .hljs-addition{background-color:#489963}.hljs-atelier-savanna-dark .hljs{display:block;overflow-x:auto;background:#171c19;color:#87928a;padding:.5em}.hljs-atelier-savanna-dark .hljs-emphasis{font-style:italic}.hljs-atelier-savanna-dark .hljs-strong{font-weight:bold}","atelier-savanna-light":".hljs-atelier-savanna-light .hljs-comment,.hljs-atelier-savanna-light .hljs-quote{color:#5f6d64}.hljs-atelier-savanna-light .hljs-variable,.hljs-atelier-savanna-light .hljs-template-variable,.hljs-atelier-savanna-light .hljs-attribute,.hljs-atelier-savanna-light .hljs-tag,.hljs-atelier-savanna-light .hljs-name,.hljs-atelier-savanna-light .hljs-regexp,.hljs-atelier-savanna-light .hljs-link,.hljs-atelier-savanna-light .hljs-name,.hljs-atelier-savanna-light .hljs-selector-id,.hljs-atelier-savanna-light .hljs-selector-class{color:#b16139}.hljs-atelier-savanna-light .hljs-number,.hljs-atelier-savanna-light .hljs-meta,.hljs-atelier-savanna-light .hljs-built_in,.hljs-atelier-savanna-light .hljs-builtin-name,.hljs-atelier-savanna-light .hljs-literal,.hljs-atelier-savanna-light .hljs-type,.hljs-atelier-savanna-light .hljs-params{color:#9f713c}.hljs-atelier-savanna-light .hljs-string,.hljs-atelier-savanna-light .hljs-symbol,.hljs-atelier-savanna-light .hljs-bullet{color:#489963}.hljs-atelier-savanna-light .hljs-title,.hljs-atelier-savanna-light .hljs-section{color:#478c90}.hljs-atelier-savanna-light .hljs-keyword,.hljs-atelier-savanna-light .hljs-selector-tag{color:#55859b}.hljs-atelier-savanna-light .hljs-deletion,.hljs-atelier-savanna-light .hljs-addition{color:#171c19;display:inline-block;width:100%}.hljs-atelier-savanna-light .hljs-deletion{background-color:#b16139}.hljs-atelier-savanna-light .hljs-addition{background-color:#489963}.hljs-atelier-savanna-light .hljs{display:block;overflow-x:auto;background:#ecf4ee;color:#526057;padding:.5em}.hljs-atelier-savanna-light .hljs-emphasis{font-style:italic}.hljs-atelier-savanna-light .hljs-strong{font-weight:bold}","atelier-seaside-dark":".hljs-atelier-seaside-dark .hljs-comment,.hljs-atelier-seaside-dark .hljs-quote{color:#809980}.hljs-atelier-seaside-dark .hljs-variable,.hljs-atelier-seaside-dark .hljs-template-variable,.hljs-atelier-seaside-dark .hljs-attribute,.hljs-atelier-seaside-dark .hljs-tag,.hljs-atelier-seaside-dark .hljs-name,.hljs-atelier-seaside-dark .hljs-regexp,.hljs-atelier-seaside-dark .hljs-link,.hljs-atelier-seaside-dark .hljs-name,.hljs-atelier-seaside-dark .hljs-selector-id,.hljs-atelier-seaside-dark .hljs-selector-class{color:#e6193c}.hljs-atelier-seaside-dark .hljs-number,.hljs-atelier-seaside-dark .hljs-meta,.hljs-atelier-seaside-dark .hljs-built_in,.hljs-atelier-seaside-dark .hljs-builtin-name,.hljs-atelier-seaside-dark .hljs-literal,.hljs-atelier-seaside-dark .hljs-type,.hljs-atelier-seaside-dark .hljs-params{color:#87711d}.hljs-atelier-seaside-dark .hljs-string,.hljs-atelier-seaside-dark .hljs-symbol,.hljs-atelier-seaside-dark .hljs-bullet{color:#29a329}.hljs-atelier-seaside-dark .hljs-title,.hljs-atelier-seaside-dark .hljs-section{color:#3d62f5}.hljs-atelier-seaside-dark .hljs-keyword,.hljs-atelier-seaside-dark .hljs-selector-tag{color:#ad2bee}.hljs-atelier-seaside-dark .hljs{display:block;overflow-x:auto;background:#131513;color:#8ca68c;padding:.5em}.hljs-atelier-seaside-dark .hljs-emphasis{font-style:italic}.hljs-atelier-seaside-dark .hljs-strong{font-weight:bold}","atelier-seaside-light":".hljs-atelier-seaside-light .hljs-comment,.hljs-atelier-seaside-light .hljs-quote{color:#687d68}.hljs-atelier-seaside-light .hljs-variable,.hljs-atelier-seaside-light .hljs-template-variable,.hljs-atelier-seaside-light .hljs-attribute,.hljs-atelier-seaside-light .hljs-tag,.hljs-atelier-seaside-light .hljs-name,.hljs-atelier-seaside-light .hljs-regexp,.hljs-atelier-seaside-light .hljs-link,.hljs-atelier-seaside-light .hljs-name,.hljs-atelier-seaside-light .hljs-selector-id,.hljs-atelier-seaside-light .hljs-selector-class{color:#e6193c}.hljs-atelier-seaside-light .hljs-number,.hljs-atelier-seaside-light .hljs-meta,.hljs-atelier-seaside-light .hljs-built_in,.hljs-atelier-seaside-light .hljs-builtin-name,.hljs-atelier-seaside-light .hljs-literal,.hljs-atelier-seaside-light .hljs-type,.hljs-atelier-seaside-light .hljs-params{color:#87711d}.hljs-atelier-seaside-light .hljs-string,.hljs-atelier-seaside-light .hljs-symbol,.hljs-atelier-seaside-light .hljs-bullet{color:#29a329}.hljs-atelier-seaside-light .hljs-title,.hljs-atelier-seaside-light .hljs-section{color:#3d62f5}.hljs-atelier-seaside-light .hljs-keyword,.hljs-atelier-seaside-light .hljs-selector-tag{color:#ad2bee}.hljs-atelier-seaside-light .hljs{display:block;overflow-x:auto;background:#f4fbf4;color:#5e6e5e;padding:.5em}.hljs-atelier-seaside-light .hljs-emphasis{font-style:italic}.hljs-atelier-seaside-light .hljs-strong{font-weight:bold}","atelier-sulphurpool-dark":".hljs-atelier-sulphurpool-dark .hljs-comment,.hljs-atelier-sulphurpool-dark .hljs-quote{color:#898ea4}.hljs-atelier-sulphurpool-dark .hljs-variable,.hljs-atelier-sulphurpool-dark .hljs-template-variable,.hljs-atelier-sulphurpool-dark .hljs-attribute,.hljs-atelier-sulphurpool-dark .hljs-tag,.hljs-atelier-sulphurpool-dark .hljs-name,.hljs-atelier-sulphurpool-dark .hljs-regexp,.hljs-atelier-sulphurpool-dark .hljs-link,.hljs-atelier-sulphurpool-dark .hljs-name,.hljs-atelier-sulphurpool-dark .hljs-selector-id,.hljs-atelier-sulphurpool-dark .hljs-selector-class{color:#c94922}.hljs-atelier-sulphurpool-dark .hljs-number,.hljs-atelier-sulphurpool-dark .hljs-meta,.hljs-atelier-sulphurpool-dark .hljs-built_in,.hljs-atelier-sulphurpool-dark .hljs-builtin-name,.hljs-atelier-sulphurpool-dark .hljs-literal,.hljs-atelier-sulphurpool-dark .hljs-type,.hljs-atelier-sulphurpool-dark .hljs-params{color:#c76b29}.hljs-atelier-sulphurpool-dark .hljs-string,.hljs-atelier-sulphurpool-dark .hljs-symbol,.hljs-atelier-sulphurpool-dark .hljs-bullet{color:#ac9739}.hljs-atelier-sulphurpool-dark .hljs-title,.hljs-atelier-sulphurpool-dark .hljs-section{color:#3d8fd1}.hljs-atelier-sulphurpool-dark .hljs-keyword,.hljs-atelier-sulphurpool-dark .hljs-selector-tag{color:#6679cc}.hljs-atelier-sulphurpool-dark .hljs{display:block;overflow-x:auto;background:#202746;color:#979db4;padding:.5em}.hljs-atelier-sulphurpool-dark .hljs-emphasis{font-style:italic}.hljs-atelier-sulphurpool-dark .hljs-strong{font-weight:bold}","atelier-sulphurpool-light":".hljs-atelier-sulphurpool-light .hljs-comment,.hljs-atelier-sulphurpool-light .hljs-quote{color:#6b7394}.hljs-atelier-sulphurpool-light .hljs-variable,.hljs-atelier-sulphurpool-light .hljs-template-variable,.hljs-atelier-sulphurpool-light .hljs-attribute,.hljs-atelier-sulphurpool-light .hljs-tag,.hljs-atelier-sulphurpool-light .hljs-name,.hljs-atelier-sulphurpool-light .hljs-regexp,.hljs-atelier-sulphurpool-light .hljs-link,.hljs-atelier-sulphurpool-light .hljs-name,.hljs-atelier-sulphurpool-light .hljs-selector-id,.hljs-atelier-sulphurpool-light .hljs-selector-class{color:#c94922}.hljs-atelier-sulphurpool-light .hljs-number,.hljs-atelier-sulphurpool-light .hljs-meta,.hljs-atelier-sulphurpool-light .hljs-built_in,.hljs-atelier-sulphurpool-light .hljs-builtin-name,.hljs-atelier-sulphurpool-light .hljs-literal,.hljs-atelier-sulphurpool-light .hljs-type,.hljs-atelier-sulphurpool-light .hljs-params{color:#c76b29}.hljs-atelier-sulphurpool-light .hljs-string,.hljs-atelier-sulphurpool-light .hljs-symbol,.hljs-atelier-sulphurpool-light .hljs-bullet{color:#ac9739}.hljs-atelier-sulphurpool-light .hljs-title,.hljs-atelier-sulphurpool-light .hljs-section{color:#3d8fd1}.hljs-atelier-sulphurpool-light .hljs-keyword,.hljs-atelier-sulphurpool-light .hljs-selector-tag{color:#6679cc}.hljs-atelier-sulphurpool-light .hljs{display:block;overflow-x:auto;background:#f5f7ff;color:#5e6687;padding:.5em}.hljs-atelier-sulphurpool-light .hljs-emphasis{font-style:italic}.hljs-atelier-sulphurpool-light .hljs-strong{font-weight:bold}","atom-one-dark":".hljs-atom-one-dark .hljs{display:block;overflow-x:auto;padding:.5em;color:#abb2bf;background:#282c34}.hljs-atom-one-dark .hljs-comment,.hljs-atom-one-dark .hljs-quote{color:#5c6370;font-style:italic}.hljs-atom-one-dark .hljs-doctag,.hljs-atom-one-dark .hljs-keyword,.hljs-atom-one-dark .hljs-formula{color:#c678dd}.hljs-atom-one-dark .hljs-section,.hljs-atom-one-dark .hljs-name,.hljs-atom-one-dark .hljs-selector-tag,.hljs-atom-one-dark .hljs-deletion,.hljs-atom-one-dark .hljs-subst{color:#e06c75}.hljs-atom-one-dark .hljs-literal{color:#56b6c2}.hljs-atom-one-dark .hljs-string,.hljs-atom-one-dark .hljs-regexp,.hljs-atom-one-dark .hljs-addition,.hljs-atom-one-dark .hljs-attribute,.hljs-atom-one-dark .hljs-meta-string{color:#98c379}.hljs-atom-one-dark .hljs-built_in,.hljs-atom-one-dark .hljs-class .hljs-title{color:#e6c07b}.hljs-atom-one-dark .hljs-variable,.hljs-atom-one-dark .hljs-template-variable,.hljs-atom-one-dark .hljs-type,.hljs-atom-one-dark .hljs-selector-class,.hljs-atom-one-dark .hljs-selector-attr,.hljs-atom-one-dark .hljs-selector-pseudo,.hljs-atom-one-dark .hljs-number{color:#d19a66}.hljs-atom-one-dark .hljs-symbol,.hljs-atom-one-dark .hljs-bullet,.hljs-atom-one-dark .hljs-link,.hljs-atom-one-dark .hljs-meta,.hljs-atom-one-dark .hljs-selector-id,.hljs-atom-one-dark .hljs-title{color:#61aeee}.hljs-atom-one-dark .hljs-emphasis{font-style:italic}.hljs-atom-one-dark .hljs-strong{font-weight:bold}.hljs-atom-one-dark .hljs-link{text-decoration:underline}","atom-one-light":".hljs-atom-one-light .hljs{display:block;overflow-x:auto;padding:.5em;color:#383a42;background:#fafafa}.hljs-atom-one-light .hljs-comment,.hljs-atom-one-light .hljs-quote{color:#a0a1a7;font-style:italic}.hljs-atom-one-light .hljs-doctag,.hljs-atom-one-light .hljs-keyword,.hljs-atom-one-light .hljs-formula{color:#a626a4}.hljs-atom-one-light .hljs-section,.hljs-atom-one-light .hljs-name,.hljs-atom-one-light .hljs-selector-tag,.hljs-atom-one-light .hljs-deletion,.hljs-atom-one-light .hljs-subst{color:#e45649}.hljs-atom-one-light .hljs-literal{color:#0184bb}.hljs-atom-one-light .hljs-string,.hljs-atom-one-light .hljs-regexp,.hljs-atom-one-light .hljs-addition,.hljs-atom-one-light .hljs-attribute,.hljs-atom-one-light .hljs-meta-string{color:#50a14f}.hljs-atom-one-light .hljs-built_in,.hljs-atom-one-light .hljs-class .hljs-title{color:#c18401}.hljs-atom-one-light .hljs-variable,.hljs-atom-one-light .hljs-template-variable,.hljs-atom-one-light .hljs-type,.hljs-atom-one-light .hljs-selector-class,.hljs-atom-one-light .hljs-selector-attr,.hljs-atom-one-light .hljs-selector-pseudo,.hljs-atom-one-light .hljs-number{color:#986801}.hljs-atom-one-light .hljs-symbol,.hljs-atom-one-light .hljs-bullet,.hljs-atom-one-light .hljs-link,.hljs-atom-one-light .hljs-meta,.hljs-atom-one-light .hljs-selector-id,.hljs-atom-one-light .hljs-title{color:#4078f2}.hljs-atom-one-light .hljs-emphasis{font-style:italic}.hljs-atom-one-light .hljs-strong{font-weight:bold}.hljs-atom-one-light .hljs-link{text-decoration:underline}","brown-paper":".hljs-brown-paper .hljs{display:block;overflow-x:auto;padding:.5em;background:#b7a68e url(brown-papersq.png)}.hljs-brown-paper .hljs-keyword,.hljs-brown-paper .hljs-selector-tag,.hljs-brown-paper .hljs-literal{color:#005599;font-weight:bold}.hljs-brown-paper .hljs,.hljs-brown-paper .hljs-subst{color:#363c69}.hljs-brown-paper .hljs-string,.hljs-brown-paper .hljs-title,.hljs-brown-paper .hljs-section,.hljs-brown-paper .hljs-type,.hljs-brown-paper .hljs-attribute,.hljs-brown-paper .hljs-symbol,.hljs-brown-paper .hljs-bullet,.hljs-brown-paper .hljs-built_in,.hljs-brown-paper .hljs-addition,.hljs-brown-paper .hljs-variable,.hljs-brown-paper .hljs-template-tag,.hljs-brown-paper .hljs-template-variable,.hljs-brown-paper .hljs-link,.hljs-brown-paper .hljs-name{color:#2c009f}.hljs-brown-paper .hljs-comment,.hljs-brown-paper .hljs-quote,.hljs-brown-paper .hljs-meta,.hljs-brown-paper .hljs-deletion{color:#802022}.hljs-brown-paper .hljs-keyword,.hljs-brown-paper .hljs-selector-tag,.hljs-brown-paper .hljs-literal,.hljs-brown-paper .hljs-doctag,.hljs-brown-paper .hljs-title,.hljs-brown-paper .hljs-section,.hljs-brown-paper .hljs-type,.hljs-brown-paper .hljs-name,.hljs-brown-paper .hljs-strong{font-weight:bold}.hljs-brown-paper .hljs-emphasis{font-style:italic}","codepen-embed":".hljs-codepen-embed .hljs{display:block;overflow-x:auto;padding:.5em;background:#222;color:#fff}.hljs-codepen-embed .hljs-comment,.hljs-codepen-embed .hljs-quote{color:#777}.hljs-codepen-embed .hljs-variable,.hljs-codepen-embed .hljs-template-variable,.hljs-codepen-embed .hljs-tag,.hljs-codepen-embed .hljs-regexp,.hljs-codepen-embed .hljs-meta,.hljs-codepen-embed .hljs-number,.hljs-codepen-embed .hljs-built_in,.hljs-codepen-embed .hljs-builtin-name,.hljs-codepen-embed .hljs-literal,.hljs-codepen-embed .hljs-params,.hljs-codepen-embed .hljs-symbol,.hljs-codepen-embed .hljs-bullet,.hljs-codepen-embed .hljs-link,.hljs-codepen-embed .hljs-deletion{color:#ab875d}.hljs-codepen-embed .hljs-section,.hljs-codepen-embed .hljs-title,.hljs-codepen-embed .hljs-name,.hljs-codepen-embed .hljs-selector-id,.hljs-codepen-embed .hljs-selector-class,.hljs-codepen-embed .hljs-type,.hljs-codepen-embed .hljs-attribute{color:#9b869b}.hljs-codepen-embed .hljs-string,.hljs-codepen-embed .hljs-keyword,.hljs-codepen-embed .hljs-selector-tag,.hljs-codepen-embed .hljs-addition{color:#8f9c6c}.hljs-codepen-embed .hljs-emphasis{font-style:italic}.hljs-codepen-embed .hljs-strong{font-weight:bold}","color-brewer":".hljs-color-brewer .hljs{display:block;overflow-x:auto;padding:.5em;background:#fff}.hljs-color-brewer .hljs,.hljs-color-brewer .hljs-subst{color:#000}.hljs-color-brewer .hljs-string,.hljs-color-brewer .hljs-meta,.hljs-color-brewer .hljs-symbol,.hljs-color-brewer .hljs-template-tag,.hljs-color-brewer .hljs-template-variable,.hljs-color-brewer .hljs-addition{color:#756bb1}.hljs-color-brewer .hljs-comment,.hljs-color-brewer .hljs-quote{color:#636363}.hljs-color-brewer .hljs-number,.hljs-color-brewer .hljs-regexp,.hljs-color-brewer .hljs-literal,.hljs-color-brewer .hljs-bullet,.hljs-color-brewer .hljs-link{color:#31a354}.hljs-color-brewer .hljs-deletion,.hljs-color-brewer .hljs-variable{color:#88f}.hljs-color-brewer .hljs-keyword,.hljs-color-brewer .hljs-selector-tag,.hljs-color-brewer .hljs-title,.hljs-color-brewer .hljs-section,.hljs-color-brewer .hljs-built_in,.hljs-color-brewer .hljs-doctag,.hljs-color-brewer .hljs-type,.hljs-color-brewer .hljs-tag,.hljs-color-brewer .hljs-name,.hljs-color-brewer .hljs-selector-id,.hljs-color-brewer .hljs-selector-class,.hljs-color-brewer .hljs-strong{color:#3182bd}.hljs-color-brewer .hljs-emphasis{font-style:italic}.hljs-color-brewer .hljs-attribute{color:#e6550d}",darcula:".hljs-darcula .hljs{display:block;overflow-x:auto;padding:.5em;background:#2b2b2b}.hljs-darcula .hljs{color:#bababa}.hljs-darcula .hljs-strong,.hljs-darcula .hljs-emphasis{color:#a8a8a2}.hljs-darcula .hljs-bullet,.hljs-darcula .hljs-quote,.hljs-darcula .hljs-link,.hljs-darcula .hljs-number,.hljs-darcula .hljs-regexp,.hljs-darcula .hljs-literal{color:#6896ba}.hljs-darcula .hljs-code,.hljs-darcula .hljs-selector-class{color:#a6e22e}.hljs-darcula .hljs-emphasis{font-style:italic}.hljs-darcula .hljs-keyword,.hljs-darcula .hljs-selector-tag,.hljs-darcula .hljs-section,.hljs-darcula .hljs-attribute,.hljs-darcula .hljs-name,.hljs-darcula .hljs-variable{color:#cb7832}.hljs-darcula .hljs-params{color:#b9b9b9}.hljs-darcula .hljs-string{color:#6a8759}.hljs-darcula .hljs-subst,.hljs-darcula .hljs-type,.hljs-darcula .hljs-built_in,.hljs-darcula .hljs-builtin-name,.hljs-darcula .hljs-symbol,.hljs-darcula .hljs-selector-id,.hljs-darcula .hljs-selector-attr,.hljs-darcula .hljs-selector-pseudo,.hljs-darcula .hljs-template-tag,.hljs-darcula .hljs-template-variable,.hljs-darcula .hljs-addition{color:#e0c46c}.hljs-darcula .hljs-comment,.hljs-darcula .hljs-deletion,.hljs-darcula .hljs-meta{color:#7f7f7f}",dark:".hljs-dark .hljs{display:block;overflow-x:auto;padding:.5em;background:#444}.hljs-dark .hljs-keyword,.hljs-dark .hljs-selector-tag,.hljs-dark .hljs-literal,.hljs-dark .hljs-section,.hljs-dark .hljs-link{color:white}.hljs-dark .hljs,.hljs-dark .hljs-subst{color:#ddd}.hljs-dark .hljs-string,.hljs-dark .hljs-title,.hljs-dark .hljs-name,.hljs-dark .hljs-type,.hljs-dark .hljs-attribute,.hljs-dark .hljs-symbol,.hljs-dark .hljs-bullet,.hljs-dark .hljs-built_in,.hljs-dark .hljs-addition,.hljs-dark .hljs-variable,.hljs-dark .hljs-template-tag,.hljs-dark .hljs-template-variable{color:#d88}.hljs-dark .hljs-comment,.hljs-dark .hljs-quote,.hljs-dark .hljs-deletion,.hljs-dark .hljs-meta{color:#777}.hljs-dark .hljs-keyword,.hljs-dark .hljs-selector-tag,.hljs-dark .hljs-literal,.hljs-dark .hljs-title,.hljs-dark .hljs-section,.hljs-dark .hljs-doctag,.hljs-dark .hljs-type,.hljs-dark .hljs-name,.hljs-dark .hljs-strong{font-weight:bold}.hljs-dark .hljs-emphasis{font-style:italic}",darkula:".hljs-darkula{@import url('darcula.css');}",default:".hljs-default .hljs{display:block;overflow-x:auto;padding:.5em;background:#F0F0F0}.hljs-default .hljs,.hljs-default .hljs-subst{color:#444}.hljs-default .hljs-comment{color:#888888}.hljs-default .hljs-keyword,.hljs-default .hljs-attribute,.hljs-default .hljs-selector-tag,.hljs-default .hljs-meta-keyword,.hljs-default .hljs-doctag,.hljs-default .hljs-name{font-weight:bold}.hljs-default .hljs-type,.hljs-default .hljs-string,.hljs-default .hljs-number,.hljs-default .hljs-selector-id,.hljs-default .hljs-selector-class,.hljs-default .hljs-quote,.hljs-default .hljs-template-tag,.hljs-default .hljs-deletion{color:#880000}.hljs-default .hljs-title,.hljs-default .hljs-section{color:#880000;font-weight:bold}.hljs-default .hljs-regexp,.hljs-default .hljs-symbol,.hljs-default .hljs-variable,.hljs-default .hljs-template-variable,.hljs-default .hljs-link,.hljs-default .hljs-selector-attr,.hljs-default .hljs-selector-pseudo{color:#BC6060}.hljs-default .hljs-literal{color:#78A960}.hljs-default .hljs-built_in,.hljs-default .hljs-bullet,.hljs-default .hljs-code,.hljs-default .hljs-addition{color:#397300}.hljs-default .hljs-meta{color:#1f7199}.hljs-default .hljs-meta-string{color:#4d99bf}.hljs-default .hljs-emphasis{font-style:italic}.hljs-default .hljs-strong{font-weight:bold}",docco:".hljs-docco .hljs{display:block;overflow-x:auto;padding:.5em;color:#000;background:#f8f8ff}.hljs-docco .hljs-comment,.hljs-docco .hljs-quote{color:#408080;font-style:italic}.hljs-docco .hljs-keyword,.hljs-docco .hljs-selector-tag,.hljs-docco .hljs-literal,.hljs-docco .hljs-subst{color:#954121}.hljs-docco .hljs-number{color:#40a070}.hljs-docco .hljs-string,.hljs-docco .hljs-doctag{color:#219161}.hljs-docco .hljs-selector-id,.hljs-docco .hljs-selector-class,.hljs-docco .hljs-section,.hljs-docco .hljs-type{color:#19469d}.hljs-docco .hljs-params{color:#00f}.hljs-docco .hljs-title{color:#458;font-weight:bold}.hljs-docco .hljs-tag,.hljs-docco .hljs-name,.hljs-docco .hljs-attribute{color:#000080;font-weight:normal}.hljs-docco .hljs-variable,.hljs-docco .hljs-template-variable{color:#008080}.hljs-docco .hljs-regexp,.hljs-docco .hljs-link{color:#b68}.hljs-docco .hljs-symbol,.hljs-docco .hljs-bullet{color:#990073}.hljs-docco .hljs-built_in,.hljs-docco .hljs-builtin-name{color:#0086b3}.hljs-docco .hljs-meta{color:#999;font-weight:bold}.hljs-docco .hljs-deletion{background:#fdd}.hljs-docco .hljs-addition{background:#dfd}.hljs-docco .hljs-emphasis{font-style:italic}.hljs-docco .hljs-strong{font-weight:bold}",dracula:".hljs-dracula .hljs{display:block;overflow-x:auto;padding:.5em;background:#282a36}.hljs-dracula .hljs-keyword,.hljs-dracula .hljs-selector-tag,.hljs-dracula .hljs-literal,.hljs-dracula .hljs-section,.hljs-dracula .hljs-link{color:#8be9fd}.hljs-dracula .hljs-function .hljs-keyword{color:#ff79c6}.hljs-dracula .hljs,.hljs-dracula .hljs-subst{color:#f8f8f2}.hljs-dracula .hljs-string,.hljs-dracula .hljs-title,.hljs-dracula .hljs-name,.hljs-dracula .hljs-type,.hljs-dracula .hljs-attribute,.hljs-dracula .hljs-symbol,.hljs-dracula .hljs-bullet,.hljs-dracula .hljs-addition,.hljs-dracula .hljs-variable,.hljs-dracula .hljs-template-tag,.hljs-dracula .hljs-template-variable{color:#f1fa8c}.hljs-dracula .hljs-comment,.hljs-dracula .hljs-quote,.hljs-dracula .hljs-deletion,.hljs-dracula .hljs-meta{color:#6272a4}.hljs-dracula .hljs-keyword,.hljs-dracula .hljs-selector-tag,.hljs-dracula .hljs-literal,.hljs-dracula .hljs-title,.hljs-dracula .hljs-section,.hljs-dracula .hljs-doctag,.hljs-dracula .hljs-type,.hljs-dracula .hljs-name,.hljs-dracula .hljs-strong{font-weight:bold}.hljs-dracula .hljs-emphasis{font-style:italic}",far:".hljs-far .hljs{display:block;overflow-x:auto;padding:.5em;background:#000080}.hljs-far .hljs,.hljs-far .hljs-subst{color:#0ff}.hljs-far .hljs-string,.hljs-far .hljs-attribute,.hljs-far .hljs-symbol,.hljs-far .hljs-bullet,.hljs-far .hljs-built_in,.hljs-far .hljs-builtin-name,.hljs-far .hljs-template-tag,.hljs-far .hljs-template-variable,.hljs-far .hljs-addition{color:#ff0}.hljs-far .hljs-keyword,.hljs-far .hljs-selector-tag,.hljs-far .hljs-section,.hljs-far .hljs-type,.hljs-far .hljs-name,.hljs-far .hljs-selector-id,.hljs-far .hljs-selector-class,.hljs-far .hljs-variable{color:#fff}.hljs-far .hljs-comment,.hljs-far .hljs-quote,.hljs-far .hljs-doctag,.hljs-far .hljs-deletion{color:#888}.hljs-far .hljs-number,.hljs-far .hljs-regexp,.hljs-far .hljs-literal,.hljs-far .hljs-link{color:#0f0}.hljs-far .hljs-meta{color:#008080}.hljs-far .hljs-keyword,.hljs-far .hljs-selector-tag,.hljs-far .hljs-title,.hljs-far .hljs-section,.hljs-far .hljs-name,.hljs-far .hljs-strong{font-weight:bold}.hljs-far .hljs-emphasis{font-style:italic}",foundation:".hljs-foundation .hljs{display:block;overflow-x:auto;padding:.5em;background:#eee;color:black}.hljs-foundation .hljs-link,.hljs-foundation .hljs-emphasis,.hljs-foundation .hljs-attribute,.hljs-foundation .hljs-addition{color:#070}.hljs-foundation .hljs-emphasis{font-style:italic}.hljs-foundation .hljs-strong,.hljs-foundation .hljs-string,.hljs-foundation .hljs-deletion{color:#d14}.hljs-foundation .hljs-strong{font-weight:bold}.hljs-foundation .hljs-quote,.hljs-foundation .hljs-comment{color:#998;font-style:italic}.hljs-foundation .hljs-section,.hljs-foundation .hljs-title{color:#900}.hljs-foundation .hljs-class .hljs-title,.hljs-foundation .hljs-type{color:#458}.hljs-foundation .hljs-variable,.hljs-foundation .hljs-template-variable{color:#336699}.hljs-foundation .hljs-bullet{color:#997700}.hljs-foundation .hljs-meta{color:#3344bb}.hljs-foundation .hljs-code,.hljs-foundation .hljs-number,.hljs-foundation .hljs-literal,.hljs-foundation .hljs-keyword,.hljs-foundation .hljs-selector-tag{color:#099}.hljs-foundation .hljs-regexp{background-color:#fff0ff;color:#880088}.hljs-foundation .hljs-symbol{color:#990073}.hljs-foundation .hljs-tag,.hljs-foundation .hljs-name,.hljs-foundation .hljs-selector-id,.hljs-foundation .hljs-selector-class{color:#007700}","github-gist":".hljs-github-gist .hljs{display:block;background:white;padding:.5em;color:#333333;overflow-x:auto}.hljs-github-gist .hljs-comment,.hljs-github-gist .hljs-meta{color:#969896}.hljs-github-gist .hljs-string,.hljs-github-gist .hljs-variable,.hljs-github-gist .hljs-template-variable,.hljs-github-gist .hljs-strong,.hljs-github-gist .hljs-emphasis,.hljs-github-gist .hljs-quote{color:#df5000}.hljs-github-gist .hljs-keyword,.hljs-github-gist .hljs-selector-tag,.hljs-github-gist .hljs-type{color:#a71d5d}.hljs-github-gist .hljs-literal,.hljs-github-gist .hljs-symbol,.hljs-github-gist .hljs-bullet,.hljs-github-gist .hljs-attribute{color:#0086b3}.hljs-github-gist .hljs-section,.hljs-github-gist .hljs-name{color:#63a35c}.hljs-github-gist .hljs-tag{color:#333333}.hljs-github-gist .hljs-title,.hljs-github-gist .hljs-attr,.hljs-github-gist .hljs-selector-id,.hljs-github-gist .hljs-selector-class,.hljs-github-gist .hljs-selector-attr,.hljs-github-gist .hljs-selector-pseudo{color:#795da3}.hljs-github-gist .hljs-addition{color:#55a532;background-color:#eaffea}.hljs-github-gist .hljs-deletion{color:#bd2c00;background-color:#ffecec}.hljs-github-gist .hljs-link{text-decoration:underline}",github:".hljs-github .hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8f8}.hljs-github .hljs-comment,.hljs-github .hljs-quote{color:#998;font-style:italic}.hljs-github .hljs-keyword,.hljs-github .hljs-selector-tag,.hljs-github .hljs-subst{color:#333;font-weight:bold}.hljs-github .hljs-number,.hljs-github .hljs-literal,.hljs-github .hljs-variable,.hljs-github .hljs-template-variable,.hljs-github .hljs-tag .hljs-attr{color:#008080}.hljs-github .hljs-string,.hljs-github .hljs-doctag{color:#d14}.hljs-github .hljs-title,.hljs-github .hljs-section,.hljs-github .hljs-selector-id{color:#900;font-weight:bold}.hljs-github .hljs-subst{font-weight:normal}.hljs-github .hljs-type,.hljs-github .hljs-class .hljs-title{color:#458;font-weight:bold}.hljs-github .hljs-tag,.hljs-github .hljs-name,.hljs-github .hljs-attribute{color:#000080;font-weight:normal}.hljs-github .hljs-regexp,.hljs-github .hljs-link{color:#009926}.hljs-github .hljs-symbol,.hljs-github .hljs-bullet{color:#990073}.hljs-github .hljs-built_in,.hljs-github .hljs-builtin-name{color:#0086b3}.hljs-github .hljs-meta{color:#999;font-weight:bold}.hljs-github .hljs-deletion{background:#fdd}.hljs-github .hljs-addition{background:#dfd}.hljs-github .hljs-emphasis{font-style:italic}.hljs-github .hljs-strong{font-weight:bold}",googlecode:".hljs-googlecode .hljs{display:block;overflow-x:auto;padding:.5em;background:white;color:black}.hljs-googlecode .hljs-comment,.hljs-googlecode .hljs-quote{color:#800}.hljs-googlecode .hljs-keyword,.hljs-googlecode .hljs-selector-tag,.hljs-googlecode .hljs-section,.hljs-googlecode .hljs-title,.hljs-googlecode .hljs-name{color:#008}.hljs-googlecode .hljs-variable,.hljs-googlecode .hljs-template-variable{color:#660}.hljs-googlecode .hljs-string,.hljs-googlecode .hljs-selector-attr,.hljs-googlecode .hljs-selector-pseudo,.hljs-googlecode .hljs-regexp{color:#080}.hljs-googlecode .hljs-literal,.hljs-googlecode .hljs-symbol,.hljs-googlecode .hljs-bullet,.hljs-googlecode .hljs-meta,.hljs-googlecode .hljs-number,.hljs-googlecode .hljs-link{color:#066}.hljs-googlecode .hljs-title,.hljs-googlecode .hljs-doctag,.hljs-googlecode .hljs-type,.hljs-googlecode .hljs-attr,.hljs-googlecode .hljs-built_in,.hljs-googlecode .hljs-builtin-name,.hljs-googlecode .hljs-params{color:#606}.hljs-googlecode .hljs-attribute,.hljs-googlecode .hljs-subst{color:#000}.hljs-googlecode .hljs-formula{background-color:#eee;font-style:italic}.hljs-googlecode .hljs-selector-id,.hljs-googlecode .hljs-selector-class{color:#9B703F}.hljs-googlecode .hljs-addition{background-color:#baeeba}.hljs-googlecode .hljs-deletion{background-color:#ffc8bd}.hljs-googlecode .hljs-doctag,.hljs-googlecode .hljs-strong{font-weight:bold}.hljs-googlecode .hljs-emphasis{font-style:italic}", +grayscale:".hljs-grayscale .hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#fff}.hljs-grayscale .hljs-comment,.hljs-grayscale .hljs-quote{color:#777;font-style:italic}.hljs-grayscale .hljs-keyword,.hljs-grayscale .hljs-selector-tag,.hljs-grayscale .hljs-subst{color:#333;font-weight:bold}.hljs-grayscale .hljs-number,.hljs-grayscale .hljs-literal{color:#777}.hljs-grayscale .hljs-string,.hljs-grayscale .hljs-doctag,.hljs-grayscale .hljs-formula{color:#333;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC) repeat}.hljs-grayscale .hljs-title,.hljs-grayscale .hljs-section,.hljs-grayscale .hljs-selector-id{color:#000;font-weight:bold}.hljs-grayscale .hljs-subst{font-weight:normal}.hljs-grayscale .hljs-class .hljs-title,.hljs-grayscale .hljs-type,.hljs-grayscale .hljs-name{color:#333;font-weight:bold}.hljs-grayscale .hljs-tag{color:#333}.hljs-grayscale .hljs-regexp{color:#333;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==) repeat}.hljs-grayscale .hljs-symbol,.hljs-grayscale .hljs-bullet,.hljs-grayscale .hljs-link{color:#000;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==) repeat}.hljs-grayscale .hljs-built_in,.hljs-grayscale .hljs-builtin-name{color:#000;text-decoration:underline}.hljs-grayscale .hljs-meta{color:#999;font-weight:bold}.hljs-grayscale .hljs-deletion{color:#fff;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==) repeat}.hljs-grayscale .hljs-addition{color:#000;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC) repeat}.hljs-grayscale .hljs-emphasis{font-style:italic}.hljs-grayscale .hljs-strong{font-weight:bold}","gruvbox-dark":".hljs-gruvbox-dark .hljs{display:block;overflow-x:auto;padding:.5em;background:#282828}.hljs-gruvbox-dark .hljs,.hljs-gruvbox-dark .hljs-subst{color:#ebdbb2}.hljs-gruvbox-dark .hljs-deletion,.hljs-gruvbox-dark .hljs-formula,.hljs-gruvbox-dark .hljs-keyword,.hljs-gruvbox-dark .hljs-link,.hljs-gruvbox-dark .hljs-selector-tag{color:#fb4934}.hljs-gruvbox-dark .hljs-built_in,.hljs-gruvbox-dark .hljs-emphasis,.hljs-gruvbox-dark .hljs-name,.hljs-gruvbox-dark .hljs-quote,.hljs-gruvbox-dark .hljs-strong,.hljs-gruvbox-dark .hljs-title,.hljs-gruvbox-dark .hljs-variable{color:#83a598}.hljs-gruvbox-dark .hljs-attr,.hljs-gruvbox-dark .hljs-params,.hljs-gruvbox-dark .hljs-template-tag,.hljs-gruvbox-dark .hljs-type{color:#fabd2f}.hljs-gruvbox-dark .hljs-builtin-name,.hljs-gruvbox-dark .hljs-doctag,.hljs-gruvbox-dark .hljs-literal,.hljs-gruvbox-dark .hljs-number{color:#8f3f71}.hljs-gruvbox-dark .hljs-code,.hljs-gruvbox-dark .hljs-meta,.hljs-gruvbox-dark .hljs-regexp,.hljs-gruvbox-dark .hljs-selector-id,.hljs-gruvbox-dark .hljs-template-variable{color:#fe8019}.hljs-gruvbox-dark .hljs-addition,.hljs-gruvbox-dark .hljs-meta-string,.hljs-gruvbox-dark .hljs-section,.hljs-gruvbox-dark .hljs-selector-attr,.hljs-gruvbox-dark .hljs-selector-class,.hljs-gruvbox-dark .hljs-string,.hljs-gruvbox-dark .hljs-symbol{color:#b8bb26}.hljs-gruvbox-dark .hljs-attribute,.hljs-gruvbox-dark .hljs-bullet,.hljs-gruvbox-dark .hljs-class,.hljs-gruvbox-dark .hljs-function,.hljs-gruvbox-dark .hljs-function .hljs-keyword,.hljs-gruvbox-dark .hljs-meta-keyword,.hljs-gruvbox-dark .hljs-selector-pseudo,.hljs-gruvbox-dark .hljs-tag{color:#8ec07c}.hljs-gruvbox-dark .hljs-comment{color:#928374}.hljs-gruvbox-dark .hljs-link_label,.hljs-gruvbox-dark .hljs-literal,.hljs-gruvbox-dark .hljs-number{color:#d3869b}.hljs-gruvbox-dark .hljs-comment,.hljs-gruvbox-dark .hljs-emphasis{font-style:italic}.hljs-gruvbox-dark .hljs-section,.hljs-gruvbox-dark .hljs-strong,.hljs-gruvbox-dark .hljs-tag{font-weight:bold}","gruvbox-light":".hljs-gruvbox-light .hljs{display:block;overflow-x:auto;padding:.5em;background:#fbf1c7}.hljs-gruvbox-light .hljs,.hljs-gruvbox-light .hljs-subst{color:#3c3836}.hljs-gruvbox-light .hljs-deletion,.hljs-gruvbox-light .hljs-formula,.hljs-gruvbox-light .hljs-keyword,.hljs-gruvbox-light .hljs-link,.hljs-gruvbox-light .hljs-selector-tag{color:#9d0006}.hljs-gruvbox-light .hljs-built_in,.hljs-gruvbox-light .hljs-emphasis,.hljs-gruvbox-light .hljs-name,.hljs-gruvbox-light .hljs-quote,.hljs-gruvbox-light .hljs-strong,.hljs-gruvbox-light .hljs-title,.hljs-gruvbox-light .hljs-variable{color:#076678}.hljs-gruvbox-light .hljs-attr,.hljs-gruvbox-light .hljs-params,.hljs-gruvbox-light .hljs-template-tag,.hljs-gruvbox-light .hljs-type{color:#b57614}.hljs-gruvbox-light .hljs-builtin-name,.hljs-gruvbox-light .hljs-doctag,.hljs-gruvbox-light .hljs-literal,.hljs-gruvbox-light .hljs-number{color:#8f3f71}.hljs-gruvbox-light .hljs-code,.hljs-gruvbox-light .hljs-meta,.hljs-gruvbox-light .hljs-regexp,.hljs-gruvbox-light .hljs-selector-id,.hljs-gruvbox-light .hljs-template-variable{color:#af3a03}.hljs-gruvbox-light .hljs-addition,.hljs-gruvbox-light .hljs-meta-string,.hljs-gruvbox-light .hljs-section,.hljs-gruvbox-light .hljs-selector-attr,.hljs-gruvbox-light .hljs-selector-class,.hljs-gruvbox-light .hljs-string,.hljs-gruvbox-light .hljs-symbol{color:#79740e}.hljs-gruvbox-light .hljs-attribute,.hljs-gruvbox-light .hljs-bullet,.hljs-gruvbox-light .hljs-class,.hljs-gruvbox-light .hljs-function,.hljs-gruvbox-light .hljs-function .hljs-keyword,.hljs-gruvbox-light .hljs-meta-keyword,.hljs-gruvbox-light .hljs-selector-pseudo,.hljs-gruvbox-light .hljs-tag{color:#427b58}.hljs-gruvbox-light .hljs-comment{color:#928374}.hljs-gruvbox-light .hljs-link_label,.hljs-gruvbox-light .hljs-literal,.hljs-gruvbox-light .hljs-number{color:#8f3f71}.hljs-gruvbox-light .hljs-comment,.hljs-gruvbox-light .hljs-emphasis{font-style:italic}.hljs-gruvbox-light .hljs-section,.hljs-gruvbox-light .hljs-strong,.hljs-gruvbox-light .hljs-tag{font-weight:bold}",hopscotch:".hljs-hopscotch .hljs-comment,.hljs-hopscotch .hljs-quote{color:#989498}.hljs-hopscotch .hljs-variable,.hljs-hopscotch .hljs-template-variable,.hljs-hopscotch .hljs-attribute,.hljs-hopscotch .hljs-tag,.hljs-hopscotch .hljs-name,.hljs-hopscotch .hljs-selector-id,.hljs-hopscotch .hljs-selector-class,.hljs-hopscotch .hljs-regexp,.hljs-hopscotch .hljs-link,.hljs-hopscotch .hljs-deletion{color:#dd464c}.hljs-hopscotch .hljs-number,.hljs-hopscotch .hljs-built_in,.hljs-hopscotch .hljs-builtin-name,.hljs-hopscotch .hljs-literal,.hljs-hopscotch .hljs-type,.hljs-hopscotch .hljs-params{color:#fd8b19}.hljs-hopscotch .hljs-class .hljs-title{color:#fdcc59}.hljs-hopscotch .hljs-string,.hljs-hopscotch .hljs-symbol,.hljs-hopscotch .hljs-bullet,.hljs-hopscotch .hljs-addition{color:#8fc13e}.hljs-hopscotch .hljs-meta{color:#149b93}.hljs-hopscotch .hljs-function,.hljs-hopscotch .hljs-section,.hljs-hopscotch .hljs-title{color:#1290bf}.hljs-hopscotch .hljs-keyword,.hljs-hopscotch .hljs-selector-tag{color:#c85e7c}.hljs-hopscotch .hljs{display:block;background:#322931;color:#b9b5b8;padding:.5em}.hljs-hopscotch .hljs-emphasis{font-style:italic}.hljs-hopscotch .hljs-strong{font-weight:bold}",hybrid:".hljs-hybrid .hljs{display:block;overflow-x:auto;padding:.5em;background:#1d1f21}.hljs-hybrid .hljs::selection,.hljs-hybrid .hljs span::selection{background:#373b41}.hljs-hybrid .hljs::-moz-selection,.hljs-hybrid .hljs span::-moz-selection{background:#373b41}.hljs-hybrid .hljs{color:#c5c8c6}.hljs-hybrid .hljs-title,.hljs-hybrid .hljs-name{color:#f0c674}.hljs-hybrid .hljs-comment,.hljs-hybrid .hljs-meta,.hljs-hybrid .hljs-meta .hljs-keyword{color:#707880}.hljs-hybrid .hljs-number,.hljs-hybrid .hljs-symbol,.hljs-hybrid .hljs-literal,.hljs-hybrid .hljs-deletion,.hljs-hybrid .hljs-link{color:#cc6666}.hljs-hybrid .hljs-string,.hljs-hybrid .hljs-doctag,.hljs-hybrid .hljs-addition,.hljs-hybrid .hljs-regexp,.hljs-hybrid .hljs-selector-attr,.hljs-hybrid .hljs-selector-pseudo{color:#b5bd68}.hljs-hybrid .hljs-attribute,.hljs-hybrid .hljs-code,.hljs-hybrid .hljs-selector-id{color:#b294bb}.hljs-hybrid .hljs-keyword,.hljs-hybrid .hljs-selector-tag,.hljs-hybrid .hljs-bullet,.hljs-hybrid .hljs-tag{color:#81a2be}.hljs-hybrid .hljs-subst,.hljs-hybrid .hljs-variable,.hljs-hybrid .hljs-template-tag,.hljs-hybrid .hljs-template-variable{color:#8abeb7}.hljs-hybrid .hljs-type,.hljs-hybrid .hljs-built_in,.hljs-hybrid .hljs-builtin-name,.hljs-hybrid .hljs-quote,.hljs-hybrid .hljs-section,.hljs-hybrid .hljs-selector-class{color:#de935f}.hljs-hybrid .hljs-emphasis{font-style:italic}.hljs-hybrid .hljs-strong{font-weight:bold}",idea:".hljs-idea .hljs{display:block;overflow-x:auto;padding:.5em;color:#000;background:#fff}.hljs-idea .hljs-subst,.hljs-idea .hljs-title{font-weight:normal;color:#000}.hljs-idea .hljs-comment,.hljs-idea .hljs-quote{color:#808080;font-style:italic}.hljs-idea .hljs-meta{color:#808000}.hljs-idea .hljs-tag{background:#efefef}.hljs-idea .hljs-section,.hljs-idea .hljs-name,.hljs-idea .hljs-literal,.hljs-idea .hljs-keyword,.hljs-idea .hljs-selector-tag,.hljs-idea .hljs-type,.hljs-idea .hljs-selector-id,.hljs-idea .hljs-selector-class{font-weight:bold;color:#000080}.hljs-idea .hljs-attribute,.hljs-idea .hljs-number,.hljs-idea .hljs-regexp,.hljs-idea .hljs-link{font-weight:bold;color:#0000ff}.hljs-idea .hljs-number,.hljs-idea .hljs-regexp,.hljs-idea .hljs-link{font-weight:normal}.hljs-idea .hljs-string{color:#008000;font-weight:bold}.hljs-idea .hljs-symbol,.hljs-idea .hljs-bullet,.hljs-idea .hljs-formula{color:#000;background:#d0eded;font-style:italic}.hljs-idea .hljs-doctag{text-decoration:underline}.hljs-idea .hljs-variable,.hljs-idea .hljs-template-variable{color:#660e7a}.hljs-idea .hljs-addition{background:#baeeba}.hljs-idea .hljs-deletion{background:#ffc8bd}.hljs-idea .hljs-emphasis{font-style:italic}.hljs-idea .hljs-strong{font-weight:bold}","ir-black":".hljs-ir-black .hljs{display:block;overflow-x:auto;padding:.5em;background:#000;color:#f8f8f8}.hljs-ir-black .hljs-comment,.hljs-ir-black .hljs-quote,.hljs-ir-black .hljs-meta{color:#7c7c7c}.hljs-ir-black .hljs-keyword,.hljs-ir-black .hljs-selector-tag,.hljs-ir-black .hljs-tag,.hljs-ir-black .hljs-name{color:#96cbfe}.hljs-ir-black .hljs-attribute,.hljs-ir-black .hljs-selector-id{color:#ffffb6}.hljs-ir-black .hljs-string,.hljs-ir-black .hljs-selector-attr,.hljs-ir-black .hljs-selector-pseudo,.hljs-ir-black .hljs-addition{color:#a8ff60}.hljs-ir-black .hljs-subst{color:#daefa3}.hljs-ir-black .hljs-regexp,.hljs-ir-black .hljs-link{color:#e9c062}.hljs-ir-black .hljs-title,.hljs-ir-black .hljs-section,.hljs-ir-black .hljs-type,.hljs-ir-black .hljs-doctag{color:#ffffb6}.hljs-ir-black .hljs-symbol,.hljs-ir-black .hljs-bullet,.hljs-ir-black .hljs-variable,.hljs-ir-black .hljs-template-variable,.hljs-ir-black .hljs-literal{color:#c6c5fe}.hljs-ir-black .hljs-number,.hljs-ir-black .hljs-deletion{color:#ff73fd}.hljs-ir-black .hljs-emphasis{font-style:italic}.hljs-ir-black .hljs-strong{font-weight:bold}","kimbie.dark":".hljs-kimbie.dark .hljs-comment,.hljs-kimbie.dark .hljs-quote{color:#d6baad}.hljs-kimbie.dark .hljs-variable,.hljs-kimbie.dark .hljs-template-variable,.hljs-kimbie.dark .hljs-tag,.hljs-kimbie.dark .hljs-name,.hljs-kimbie.dark .hljs-selector-id,.hljs-kimbie.dark .hljs-selector-class,.hljs-kimbie.dark .hljs-regexp,.hljs-kimbie.dark .hljs-meta{color:#dc3958}.hljs-kimbie.dark .hljs-number,.hljs-kimbie.dark .hljs-built_in,.hljs-kimbie.dark .hljs-builtin-name,.hljs-kimbie.dark .hljs-literal,.hljs-kimbie.dark .hljs-type,.hljs-kimbie.dark .hljs-params,.hljs-kimbie.dark .hljs-deletion,.hljs-kimbie.dark .hljs-link{color:#f79a32}.hljs-kimbie.dark .hljs-title,.hljs-kimbie.dark .hljs-section,.hljs-kimbie.dark .hljs-attribute{color:#f06431}.hljs-kimbie.dark .hljs-string,.hljs-kimbie.dark .hljs-symbol,.hljs-kimbie.dark .hljs-bullet,.hljs-kimbie.dark .hljs-addition{color:#889b4a}.hljs-kimbie.dark .hljs-keyword,.hljs-kimbie.dark .hljs-selector-tag,.hljs-kimbie.dark .hljs-function{color:#98676a}.hljs-kimbie.dark .hljs{display:block;overflow-x:auto;background:#221a0f;color:#d3af86;padding:.5em}.hljs-kimbie.dark .hljs-emphasis{font-style:italic}.hljs-kimbie.dark .hljs-strong{font-weight:bold}","kimbie.light":".hljs-kimbie.light .hljs-comment,.hljs-kimbie.light .hljs-quote{color:#a57a4c}.hljs-kimbie.light .hljs-variable,.hljs-kimbie.light .hljs-template-variable,.hljs-kimbie.light .hljs-tag,.hljs-kimbie.light .hljs-name,.hljs-kimbie.light .hljs-selector-id,.hljs-kimbie.light .hljs-selector-class,.hljs-kimbie.light .hljs-regexp,.hljs-kimbie.light .hljs-meta{color:#dc3958}.hljs-kimbie.light .hljs-number,.hljs-kimbie.light .hljs-built_in,.hljs-kimbie.light .hljs-builtin-name,.hljs-kimbie.light .hljs-literal,.hljs-kimbie.light .hljs-type,.hljs-kimbie.light .hljs-params,.hljs-kimbie.light .hljs-deletion,.hljs-kimbie.light .hljs-link{color:#f79a32}.hljs-kimbie.light .hljs-title,.hljs-kimbie.light .hljs-section,.hljs-kimbie.light .hljs-attribute{color:#f06431}.hljs-kimbie.light .hljs-string,.hljs-kimbie.light .hljs-symbol,.hljs-kimbie.light .hljs-bullet,.hljs-kimbie.light .hljs-addition{color:#889b4a}.hljs-kimbie.light .hljs-keyword,.hljs-kimbie.light .hljs-selector-tag,.hljs-kimbie.light .hljs-function{color:#98676a}.hljs-kimbie.light .hljs{display:block;overflow-x:auto;background:#fbebd4;color:#84613d;padding:.5em}.hljs-kimbie.light .hljs-emphasis{font-style:italic}.hljs-kimbie.light .hljs-strong{font-weight:bold}",magula:".hljs-magula .hljs{display:block;overflow-x:auto;padding:.5em;background-color:#f4f4f4}.hljs-magula .hljs,.hljs-magula .hljs-subst{color:black}.hljs-magula .hljs-string,.hljs-magula .hljs-title,.hljs-magula .hljs-symbol,.hljs-magula .hljs-bullet,.hljs-magula .hljs-attribute,.hljs-magula .hljs-addition,.hljs-magula .hljs-variable,.hljs-magula .hljs-template-tag,.hljs-magula .hljs-template-variable{color:#050}.hljs-magula .hljs-comment,.hljs-magula .hljs-quote{color:#777}.hljs-magula .hljs-number,.hljs-magula .hljs-regexp,.hljs-magula .hljs-literal,.hljs-magula .hljs-type,.hljs-magula .hljs-link{color:#800}.hljs-magula .hljs-deletion,.hljs-magula .hljs-meta{color:#00e}.hljs-magula .hljs-keyword,.hljs-magula .hljs-selector-tag,.hljs-magula .hljs-doctag,.hljs-magula .hljs-title,.hljs-magula .hljs-section,.hljs-magula .hljs-built_in,.hljs-magula .hljs-tag,.hljs-magula .hljs-name{font-weight:bold;color:navy}.hljs-magula .hljs-emphasis{font-style:italic}.hljs-magula .hljs-strong{font-weight:bold}","mono-blue":".hljs-mono-blue .hljs{display:block;overflow-x:auto;padding:.5em;background:#eaeef3}.hljs-mono-blue .hljs{color:#00193a}.hljs-mono-blue .hljs-keyword,.hljs-mono-blue .hljs-selector-tag,.hljs-mono-blue .hljs-title,.hljs-mono-blue .hljs-section,.hljs-mono-blue .hljs-doctag,.hljs-mono-blue .hljs-name,.hljs-mono-blue .hljs-strong{font-weight:bold}.hljs-mono-blue .hljs-comment{color:#738191}.hljs-mono-blue .hljs-string,.hljs-mono-blue .hljs-title,.hljs-mono-blue .hljs-section,.hljs-mono-blue .hljs-built_in,.hljs-mono-blue .hljs-literal,.hljs-mono-blue .hljs-type,.hljs-mono-blue .hljs-addition,.hljs-mono-blue .hljs-tag,.hljs-mono-blue .hljs-quote,.hljs-mono-blue .hljs-name,.hljs-mono-blue .hljs-selector-id,.hljs-mono-blue .hljs-selector-class{color:#0048ab}.hljs-mono-blue .hljs-meta,.hljs-mono-blue .hljs-subst,.hljs-mono-blue .hljs-symbol,.hljs-mono-blue .hljs-regexp,.hljs-mono-blue .hljs-attribute,.hljs-mono-blue .hljs-deletion,.hljs-mono-blue .hljs-variable,.hljs-mono-blue .hljs-template-variable,.hljs-mono-blue .hljs-link,.hljs-mono-blue .hljs-bullet{color:#4c81c9}.hljs-mono-blue .hljs-emphasis{font-style:italic}","monokai-sublime":".hljs-monokai-sublime .hljs{display:block;overflow-x:auto;padding:.5em;background:#23241f}.hljs-monokai-sublime .hljs,.hljs-monokai-sublime .hljs-tag,.hljs-monokai-sublime .hljs-subst{color:#f8f8f2}.hljs-monokai-sublime .hljs-strong,.hljs-monokai-sublime .hljs-emphasis{color:#a8a8a2}.hljs-monokai-sublime .hljs-bullet,.hljs-monokai-sublime .hljs-quote,.hljs-monokai-sublime .hljs-number,.hljs-monokai-sublime .hljs-regexp,.hljs-monokai-sublime .hljs-literal,.hljs-monokai-sublime .hljs-link{color:#ae81ff}.hljs-monokai-sublime .hljs-code,.hljs-monokai-sublime .hljs-title,.hljs-monokai-sublime .hljs-section,.hljs-monokai-sublime .hljs-selector-class{color:#a6e22e}.hljs-monokai-sublime .hljs-strong{font-weight:bold}.hljs-monokai-sublime .hljs-emphasis{font-style:italic}.hljs-monokai-sublime .hljs-keyword,.hljs-monokai-sublime .hljs-selector-tag,.hljs-monokai-sublime .hljs-name,.hljs-monokai-sublime .hljs-attr{color:#f92672}.hljs-monokai-sublime .hljs-symbol,.hljs-monokai-sublime .hljs-attribute{color:#66d9ef}.hljs-monokai-sublime .hljs-params,.hljs-monokai-sublime .hljs-class .hljs-title{color:#f8f8f2}.hljs-monokai-sublime .hljs-string,.hljs-monokai-sublime .hljs-type,.hljs-monokai-sublime .hljs-built_in,.hljs-monokai-sublime .hljs-builtin-name,.hljs-monokai-sublime .hljs-selector-id,.hljs-monokai-sublime .hljs-selector-attr,.hljs-monokai-sublime .hljs-selector-pseudo,.hljs-monokai-sublime .hljs-addition,.hljs-monokai-sublime .hljs-variable,.hljs-monokai-sublime .hljs-template-variable{color:#e6db74}.hljs-monokai-sublime .hljs-comment,.hljs-monokai-sublime .hljs-deletion,.hljs-monokai-sublime .hljs-meta{color:#75715e}",monokai:".hljs-monokai .hljs{display:block;overflow-x:auto;padding:.5em;background:#272822;color:#ddd}.hljs-monokai .hljs-tag,.hljs-monokai .hljs-keyword,.hljs-monokai .hljs-selector-tag,.hljs-monokai .hljs-literal,.hljs-monokai .hljs-strong,.hljs-monokai .hljs-name{color:#f92672}.hljs-monokai .hljs-code{color:#66d9ef}.hljs-monokai .hljs-class .hljs-title{color:white}.hljs-monokai .hljs-attribute,.hljs-monokai .hljs-symbol,.hljs-monokai .hljs-regexp,.hljs-monokai .hljs-link{color:#bf79db}.hljs-monokai .hljs-string,.hljs-monokai .hljs-bullet,.hljs-monokai .hljs-subst,.hljs-monokai .hljs-title,.hljs-monokai .hljs-section,.hljs-monokai .hljs-emphasis,.hljs-monokai .hljs-type,.hljs-monokai .hljs-built_in,.hljs-monokai .hljs-builtin-name,.hljs-monokai .hljs-selector-attr,.hljs-monokai .hljs-selector-pseudo,.hljs-monokai .hljs-addition,.hljs-monokai .hljs-variable,.hljs-monokai .hljs-template-tag,.hljs-monokai .hljs-template-variable{color:#a6e22e}.hljs-monokai .hljs-comment,.hljs-monokai .hljs-quote,.hljs-monokai .hljs-deletion,.hljs-monokai .hljs-meta{color:#75715e}.hljs-monokai .hljs-keyword,.hljs-monokai .hljs-selector-tag,.hljs-monokai .hljs-literal,.hljs-monokai .hljs-doctag,.hljs-monokai .hljs-title,.hljs-monokai .hljs-section,.hljs-monokai .hljs-type,.hljs-monokai .hljs-selector-id{font-weight:bold}",obsidian:".hljs-obsidian .hljs{display:block;overflow-x:auto;padding:.5em;background:#282b2e}.hljs-obsidian .hljs-keyword,.hljs-obsidian .hljs-selector-tag,.hljs-obsidian .hljs-literal,.hljs-obsidian .hljs-selector-id{color:#93c763}.hljs-obsidian .hljs-number{color:#ffcd22}.hljs-obsidian .hljs{color:#e0e2e4}.hljs-obsidian .hljs-attribute{color:#668bb0}.hljs-obsidian .hljs-code,.hljs-obsidian .hljs-class .hljs-title,.hljs-obsidian .hljs-section{color:white}.hljs-obsidian .hljs-regexp,.hljs-obsidian .hljs-link{color:#d39745}.hljs-obsidian .hljs-meta{color:#557182}.hljs-obsidian .hljs-tag,.hljs-obsidian .hljs-name,.hljs-obsidian .hljs-bullet,.hljs-obsidian .hljs-subst,.hljs-obsidian .hljs-emphasis,.hljs-obsidian .hljs-type,.hljs-obsidian .hljs-built_in,.hljs-obsidian .hljs-selector-attr,.hljs-obsidian .hljs-selector-pseudo,.hljs-obsidian .hljs-addition,.hljs-obsidian .hljs-variable,.hljs-obsidian .hljs-template-tag,.hljs-obsidian .hljs-template-variable{color:#8cbbad}.hljs-obsidian .hljs-string,.hljs-obsidian .hljs-symbol{color:#ec7600}.hljs-obsidian .hljs-comment,.hljs-obsidian .hljs-quote,.hljs-obsidian .hljs-deletion{color:#818e96}.hljs-obsidian .hljs-selector-class{color:#A082BD}.hljs-obsidian .hljs-keyword,.hljs-obsidian .hljs-selector-tag,.hljs-obsidian .hljs-literal,.hljs-obsidian .hljs-doctag,.hljs-obsidian .hljs-title,.hljs-obsidian .hljs-section,.hljs-obsidian .hljs-type,.hljs-obsidian .hljs-name,.hljs-obsidian .hljs-strong{font-weight:bold}",ocean:".hljs-ocean .hljs-comment,.hljs-ocean .hljs-quote{color:#65737e}.hljs-ocean .hljs-variable,.hljs-ocean .hljs-template-variable,.hljs-ocean .hljs-tag,.hljs-ocean .hljs-name,.hljs-ocean .hljs-selector-id,.hljs-ocean .hljs-selector-class,.hljs-ocean .hljs-regexp,.hljs-ocean .hljs-deletion{color:#bf616a}.hljs-ocean .hljs-number,.hljs-ocean .hljs-built_in,.hljs-ocean .hljs-builtin-name,.hljs-ocean .hljs-literal,.hljs-ocean .hljs-type,.hljs-ocean .hljs-params,.hljs-ocean .hljs-meta,.hljs-ocean .hljs-link{color:#d08770}.hljs-ocean .hljs-attribute{color:#ebcb8b}.hljs-ocean .hljs-string,.hljs-ocean .hljs-symbol,.hljs-ocean .hljs-bullet,.hljs-ocean .hljs-addition{color:#a3be8c}.hljs-ocean .hljs-title,.hljs-ocean .hljs-section{color:#8fa1b3}.hljs-ocean .hljs-keyword,.hljs-ocean .hljs-selector-tag{color:#b48ead}.hljs-ocean .hljs{display:block;overflow-x:auto;background:#2b303b;color:#c0c5ce;padding:.5em}.hljs-ocean .hljs-emphasis{font-style:italic}.hljs-ocean .hljs-strong{font-weight:bold}","paraiso-dark":".hljs-paraiso-dark .hljs-comment,.hljs-paraiso-dark .hljs-quote{color:#8d8687}.hljs-paraiso-dark .hljs-variable,.hljs-paraiso-dark .hljs-template-variable,.hljs-paraiso-dark .hljs-tag,.hljs-paraiso-dark .hljs-name,.hljs-paraiso-dark .hljs-selector-id,.hljs-paraiso-dark .hljs-selector-class,.hljs-paraiso-dark .hljs-regexp,.hljs-paraiso-dark .hljs-link,.hljs-paraiso-dark .hljs-meta{color:#ef6155}.hljs-paraiso-dark .hljs-number,.hljs-paraiso-dark .hljs-built_in,.hljs-paraiso-dark .hljs-builtin-name,.hljs-paraiso-dark .hljs-literal,.hljs-paraiso-dark .hljs-type,.hljs-paraiso-dark .hljs-params,.hljs-paraiso-dark .hljs-deletion{color:#f99b15}.hljs-paraiso-dark .hljs-title,.hljs-paraiso-dark .hljs-section,.hljs-paraiso-dark .hljs-attribute{color:#fec418}.hljs-paraiso-dark .hljs-string,.hljs-paraiso-dark .hljs-symbol,.hljs-paraiso-dark .hljs-bullet,.hljs-paraiso-dark .hljs-addition{color:#48b685}.hljs-paraiso-dark .hljs-keyword,.hljs-paraiso-dark .hljs-selector-tag{color:#815ba4}.hljs-paraiso-dark .hljs{display:block;overflow-x:auto;background:#2f1e2e;color:#a39e9b;padding:.5em}.hljs-paraiso-dark .hljs-emphasis{font-style:italic}.hljs-paraiso-dark .hljs-strong{font-weight:bold}","paraiso-light":".hljs-paraiso-light .hljs-comment,.hljs-paraiso-light .hljs-quote{color:#776e71}.hljs-paraiso-light .hljs-variable,.hljs-paraiso-light .hljs-template-variable,.hljs-paraiso-light .hljs-tag,.hljs-paraiso-light .hljs-name,.hljs-paraiso-light .hljs-selector-id,.hljs-paraiso-light .hljs-selector-class,.hljs-paraiso-light .hljs-regexp,.hljs-paraiso-light .hljs-link,.hljs-paraiso-light .hljs-meta{color:#ef6155}.hljs-paraiso-light .hljs-number,.hljs-paraiso-light .hljs-built_in,.hljs-paraiso-light .hljs-builtin-name,.hljs-paraiso-light .hljs-literal,.hljs-paraiso-light .hljs-type,.hljs-paraiso-light .hljs-params,.hljs-paraiso-light .hljs-deletion{color:#f99b15}.hljs-paraiso-light .hljs-title,.hljs-paraiso-light .hljs-section,.hljs-paraiso-light .hljs-attribute{color:#fec418}.hljs-paraiso-light .hljs-string,.hljs-paraiso-light .hljs-symbol,.hljs-paraiso-light .hljs-bullet,.hljs-paraiso-light .hljs-addition{color:#48b685}.hljs-paraiso-light .hljs-keyword,.hljs-paraiso-light .hljs-selector-tag{color:#815ba4}.hljs-paraiso-light .hljs{display:block;overflow-x:auto;background:#e7e9db;color:#4f424c;padding:.5em}.hljs-paraiso-light .hljs-emphasis{font-style:italic}.hljs-paraiso-light .hljs-strong{font-weight:bold}",purebasic:".hljs-purebasic .hljs{display:block;overflow-x:auto;padding:.5em;background:#FFFFDF}.hljs-purebasic .hljs,.hljs-purebasic .hljs-type,.hljs-purebasic .hljs-function,.hljs-purebasic .hljs-name,.hljs-purebasic .hljs-number,.hljs-purebasic .hljs-attr,.hljs-purebasic .hljs-params,.hljs-purebasic .hljs-subst{color:#000000}.hljs-purebasic .hljs-comment,.hljs-purebasic .hljs-regexp,.hljs-purebasic .hljs-section,.hljs-purebasic .hljs-selector-pseudo,.hljs-purebasic .hljs-addition{color:#00AAAA}.hljs-purebasic .hljs-title,.hljs-purebasic .hljs-tag,.hljs-purebasic .hljs-variable,.hljs-purebasic .hljs-code{color:#006666}.hljs-purebasic .hljs-keyword,.hljs-purebasic .hljs-class,.hljs-purebasic .hljs-meta-keyword,.hljs-purebasic .hljs-selector-class,.hljs-purebasic .hljs-built_in,.hljs-purebasic .hljs-builtin-name{color:#006666;font-weight:bold}.hljs-purebasic .hljs-string,.hljs-purebasic .hljs-selector-attr{color:#0080FF}.hljs-purebasic .hljs-symbol,.hljs-purebasic .hljs-link,.hljs-purebasic .hljs-deletion,.hljs-purebasic .hljs-attribute{color:#924B72}.hljs-purebasic .hljs-meta,.hljs-purebasic .hljs-literal,.hljs-purebasic .hljs-selector-id{color:#924B72;font-weight:bold}.hljs-purebasic .hljs-strong,.hljs-purebasic .hljs-name{font-weight:bold}.hljs-purebasic .hljs-emphasis{font-style:italic}",qtcreator_dark:".hljs-qtcreator_dark .hljs{display:block;overflow-x:auto;padding:.5em;background:#000000}.hljs-qtcreator_dark .hljs,.hljs-qtcreator_dark .hljs-subst,.hljs-qtcreator_dark .hljs-tag,.hljs-qtcreator_dark .hljs-title{color:#aaaaaa}.hljs-qtcreator_dark .hljs-strong,.hljs-qtcreator_dark .hljs-emphasis{color:#a8a8a2}.hljs-qtcreator_dark .hljs-bullet,.hljs-qtcreator_dark .hljs-quote,.hljs-qtcreator_dark .hljs-number,.hljs-qtcreator_dark .hljs-regexp,.hljs-qtcreator_dark .hljs-literal{color:#ff55ff}.hljs-qtcreator_dark .hljs-code .hljs-selector-class{color:#aaaaff}.hljs-qtcreator_dark .hljs-emphasis,.hljs-qtcreator_dark .hljs-stronge,.hljs-qtcreator_dark .hljs-type{font-style:italic}.hljs-qtcreator_dark .hljs-keyword,.hljs-qtcreator_dark .hljs-selector-tag,.hljs-qtcreator_dark .hljs-function,.hljs-qtcreator_dark .hljs-section,.hljs-qtcreator_dark .hljs-symbol,.hljs-qtcreator_dark .hljs-name{color:#ffff55}.hljs-qtcreator_dark .hljs-attribute{color:#ff5555}.hljs-qtcreator_dark .hljs-variable,.hljs-qtcreator_dark .hljs-params,.hljs-qtcreator_dark .hljs-class .hljs-title{color:#8888ff}.hljs-qtcreator_dark .hljs-string,.hljs-qtcreator_dark .hljs-selector-id,.hljs-qtcreator_dark .hljs-selector-attr,.hljs-qtcreator_dark .hljs-selector-pseudo,.hljs-qtcreator_dark .hljs-type,.hljs-qtcreator_dark .hljs-built_in,.hljs-qtcreator_dark .hljs-builtin-name,.hljs-qtcreator_dark .hljs-template-tag,.hljs-qtcreator_dark .hljs-template-variable,.hljs-qtcreator_dark .hljs-addition,.hljs-qtcreator_dark .hljs-link{color:#ff55ff}.hljs-qtcreator_dark .hljs-comment,.hljs-qtcreator_dark .hljs-meta,.hljs-qtcreator_dark .hljs-deletion{color:#55ffff}",qtcreator_light:".hljs-qtcreator_light .hljs{display:block;overflow-x:auto;padding:.5em;background:#ffffff}.hljs-qtcreator_light .hljs,.hljs-qtcreator_light .hljs-subst,.hljs-qtcreator_light .hljs-tag,.hljs-qtcreator_light .hljs-title{color:#000000}.hljs-qtcreator_light .hljs-strong,.hljs-qtcreator_light .hljs-emphasis{color:#000000}.hljs-qtcreator_light .hljs-bullet,.hljs-qtcreator_light .hljs-quote,.hljs-qtcreator_light .hljs-number,.hljs-qtcreator_light .hljs-regexp,.hljs-qtcreator_light .hljs-literal{color:#000080}.hljs-qtcreator_light .hljs-code .hljs-selector-class{color:#800080}.hljs-qtcreator_light .hljs-emphasis,.hljs-qtcreator_light .hljs-stronge,.hljs-qtcreator_light .hljs-type{font-style:italic}.hljs-qtcreator_light .hljs-keyword,.hljs-qtcreator_light .hljs-selector-tag,.hljs-qtcreator_light .hljs-function,.hljs-qtcreator_light .hljs-section,.hljs-qtcreator_light .hljs-symbol,.hljs-qtcreator_light .hljs-name{color:#808000}.hljs-qtcreator_light .hljs-attribute{color:#800000}.hljs-qtcreator_light .hljs-variable,.hljs-qtcreator_light .hljs-params,.hljs-qtcreator_light .hljs-class .hljs-title{color:#0055AF}.hljs-qtcreator_light .hljs-string,.hljs-qtcreator_light .hljs-selector-id,.hljs-qtcreator_light .hljs-selector-attr,.hljs-qtcreator_light .hljs-selector-pseudo,.hljs-qtcreator_light .hljs-type,.hljs-qtcreator_light .hljs-built_in,.hljs-qtcreator_light .hljs-builtin-name,.hljs-qtcreator_light .hljs-template-tag,.hljs-qtcreator_light .hljs-template-variable,.hljs-qtcreator_light .hljs-addition,.hljs-qtcreator_light .hljs-link{color:#008000}.hljs-qtcreator_light .hljs-comment,.hljs-qtcreator_light .hljs-meta,.hljs-qtcreator_light .hljs-deletion{color:#008000}",railscasts:".hljs-railscasts .hljs{display:block;overflow-x:auto;padding:.5em;background:#232323;color:#e6e1dc}.hljs-railscasts .hljs-comment,.hljs-railscasts .hljs-quote{color:#bc9458;font-style:italic}.hljs-railscasts .hljs-keyword,.hljs-railscasts .hljs-selector-tag{color:#c26230}.hljs-railscasts .hljs-string,.hljs-railscasts .hljs-number,.hljs-railscasts .hljs-regexp,.hljs-railscasts .hljs-variable,.hljs-railscasts .hljs-template-variable{color:#a5c261}.hljs-railscasts .hljs-subst{color:#519f50}.hljs-railscasts .hljs-tag,.hljs-railscasts .hljs-name{color:#e8bf6a}.hljs-railscasts .hljs-type{color:#da4939}.hljs-railscasts .hljs-symbol,.hljs-railscasts .hljs-bullet,.hljs-railscasts .hljs-built_in,.hljs-railscasts .hljs-builtin-name,.hljs-railscasts .hljs-attr,.hljs-railscasts .hljs-link{color:#6d9cbe}.hljs-railscasts .hljs-params{color:#d0d0ff}.hljs-railscasts .hljs-attribute{color:#cda869}.hljs-railscasts .hljs-meta{color:#9b859d}.hljs-railscasts .hljs-title,.hljs-railscasts .hljs-section{color:#ffc66d}.hljs-railscasts .hljs-addition{background-color:#144212;color:#e6e1dc;display:inline-block;width:100%}.hljs-railscasts .hljs-deletion{background-color:#600;color:#e6e1dc;display:inline-block;width:100%}.hljs-railscasts .hljs-selector-class{color:#9b703f}.hljs-railscasts .hljs-selector-id{color:#8b98ab}.hljs-railscasts .hljs-emphasis{font-style:italic}.hljs-railscasts .hljs-strong{font-weight:bold}.hljs-railscasts .hljs-link{text-decoration:underline}",rainbow:".hljs-rainbow .hljs{display:block;overflow-x:auto;padding:.5em;background:#474949;color:#d1d9e1}.hljs-rainbow .hljs-comment,.hljs-rainbow .hljs-quote{color:#969896;font-style:italic}.hljs-rainbow .hljs-keyword,.hljs-rainbow .hljs-selector-tag,.hljs-rainbow .hljs-literal,.hljs-rainbow .hljs-type,.hljs-rainbow .hljs-addition{color:#cc99cc}.hljs-rainbow .hljs-number,.hljs-rainbow .hljs-selector-attr,.hljs-rainbow .hljs-selector-pseudo{color:#f99157}.hljs-rainbow .hljs-string,.hljs-rainbow .hljs-doctag,.hljs-rainbow .hljs-regexp{color:#8abeb7}.hljs-rainbow .hljs-title,.hljs-rainbow .hljs-name,.hljs-rainbow .hljs-section,.hljs-rainbow .hljs-built_in{color:#b5bd68}.hljs-rainbow .hljs-variable,.hljs-rainbow .hljs-template-variable,.hljs-rainbow .hljs-selector-id,.hljs-rainbow .hljs-class .hljs-title{color:#ffcc66}.hljs-rainbow .hljs-section,.hljs-rainbow .hljs-name,.hljs-rainbow .hljs-strong{font-weight:bold}.hljs-rainbow .hljs-symbol,.hljs-rainbow .hljs-bullet,.hljs-rainbow .hljs-subst,.hljs-rainbow .hljs-meta,.hljs-rainbow .hljs-link{color:#f99157}.hljs-rainbow .hljs-deletion{color:#dc322f}.hljs-rainbow .hljs-formula{background:#eee8d5}.hljs-rainbow .hljs-attr,.hljs-rainbow .hljs-attribute{color:#81a2be}.hljs-rainbow .hljs-emphasis{font-style:italic}","school-book":".hljs-school-book .hljs{display:block;overflow-x:auto;padding:15px .5em .5em 30px;font-size:11px;line-height:16px}.hljs-school-book pre{background:#f6f6ae url(school-book.png);border-top:solid 2px #d2e8b9;border-bottom:solid 1px #d2e8b9}.hljs-school-book .hljs-keyword,.hljs-school-book .hljs-selector-tag,.hljs-school-book .hljs-literal{color:#005599;font-weight:bold}.hljs-school-book .hljs,.hljs-school-book .hljs-subst{color:#3e5915}.hljs-school-book .hljs-string,.hljs-school-book .hljs-title,.hljs-school-book .hljs-section,.hljs-school-book .hljs-type,.hljs-school-book .hljs-symbol,.hljs-school-book .hljs-bullet,.hljs-school-book .hljs-attribute,.hljs-school-book .hljs-built_in,.hljs-school-book .hljs-builtin-name,.hljs-school-book .hljs-addition,.hljs-school-book .hljs-variable,.hljs-school-book .hljs-template-tag,.hljs-school-book .hljs-template-variable,.hljs-school-book .hljs-link{color:#2c009f}.hljs-school-book .hljs-comment,.hljs-school-book .hljs-quote,.hljs-school-book .hljs-deletion,.hljs-school-book .hljs-meta{color:#e60415}.hljs-school-book .hljs-keyword,.hljs-school-book .hljs-selector-tag,.hljs-school-book .hljs-literal,.hljs-school-book .hljs-doctag,.hljs-school-book .hljs-title,.hljs-school-book .hljs-section,.hljs-school-book .hljs-type,.hljs-school-book .hljs-name,.hljs-school-book .hljs-selector-id,.hljs-school-book .hljs-strong{font-weight:bold}.hljs-school-book .hljs-emphasis{font-style:italic}", +"solarized-dark":".hljs-solarized-dark .hljs{display:block;overflow-x:auto;padding:.5em;background:#002b36;color:#839496}.hljs-solarized-dark .hljs-comment,.hljs-solarized-dark .hljs-quote{color:#586e75}.hljs-solarized-dark .hljs-keyword,.hljs-solarized-dark .hljs-selector-tag,.hljs-solarized-dark .hljs-addition{color:#859900}.hljs-solarized-dark .hljs-number,.hljs-solarized-dark .hljs-string,.hljs-solarized-dark .hljs-meta .hljs-meta-string,.hljs-solarized-dark .hljs-literal,.hljs-solarized-dark .hljs-doctag,.hljs-solarized-dark .hljs-regexp{color:#2aa198}.hljs-solarized-dark .hljs-title,.hljs-solarized-dark .hljs-section,.hljs-solarized-dark .hljs-name,.hljs-solarized-dark .hljs-selector-id,.hljs-solarized-dark .hljs-selector-class{color:#268bd2}.hljs-solarized-dark .hljs-attribute,.hljs-solarized-dark .hljs-attr,.hljs-solarized-dark .hljs-variable,.hljs-solarized-dark .hljs-template-variable,.hljs-solarized-dark .hljs-class .hljs-title,.hljs-solarized-dark .hljs-type{color:#b58900}.hljs-solarized-dark .hljs-symbol,.hljs-solarized-dark .hljs-bullet,.hljs-solarized-dark .hljs-subst,.hljs-solarized-dark .hljs-meta,.hljs-solarized-dark .hljs-meta .hljs-keyword,.hljs-solarized-dark .hljs-selector-attr,.hljs-solarized-dark .hljs-selector-pseudo,.hljs-solarized-dark .hljs-link{color:#cb4b16}.hljs-solarized-dark .hljs-built_in,.hljs-solarized-dark .hljs-deletion{color:#dc322f}.hljs-solarized-dark .hljs-formula{background:#073642}.hljs-solarized-dark .hljs-emphasis{font-style:italic}.hljs-solarized-dark .hljs-strong{font-weight:bold}","solarized-light":".hljs-solarized-light .hljs{display:block;overflow-x:auto;padding:.5em;background:#fdf6e3;color:#657b83}.hljs-solarized-light .hljs-comment,.hljs-solarized-light .hljs-quote{color:#93a1a1}.hljs-solarized-light .hljs-keyword,.hljs-solarized-light .hljs-selector-tag,.hljs-solarized-light .hljs-addition{color:#859900}.hljs-solarized-light .hljs-number,.hljs-solarized-light .hljs-string,.hljs-solarized-light .hljs-meta .hljs-meta-string,.hljs-solarized-light .hljs-literal,.hljs-solarized-light .hljs-doctag,.hljs-solarized-light .hljs-regexp{color:#2aa198}.hljs-solarized-light .hljs-title,.hljs-solarized-light .hljs-section,.hljs-solarized-light .hljs-name,.hljs-solarized-light .hljs-selector-id,.hljs-solarized-light .hljs-selector-class{color:#268bd2}.hljs-solarized-light .hljs-attribute,.hljs-solarized-light .hljs-attr,.hljs-solarized-light .hljs-variable,.hljs-solarized-light .hljs-template-variable,.hljs-solarized-light .hljs-class .hljs-title,.hljs-solarized-light .hljs-type{color:#b58900}.hljs-solarized-light .hljs-symbol,.hljs-solarized-light .hljs-bullet,.hljs-solarized-light .hljs-subst,.hljs-solarized-light .hljs-meta,.hljs-solarized-light .hljs-meta .hljs-keyword,.hljs-solarized-light .hljs-selector-attr,.hljs-solarized-light .hljs-selector-pseudo,.hljs-solarized-light .hljs-link{color:#cb4b16}.hljs-solarized-light .hljs-built_in,.hljs-solarized-light .hljs-deletion{color:#dc322f}.hljs-solarized-light .hljs-formula{background:#eee8d5}.hljs-solarized-light .hljs-emphasis{font-style:italic}.hljs-solarized-light .hljs-strong{font-weight:bold}",sunburst:".hljs-sunburst .hljs{display:block;overflow-x:auto;padding:.5em;background:#000;color:#f8f8f8}.hljs-sunburst .hljs-comment,.hljs-sunburst .hljs-quote{color:#aeaeae;font-style:italic}.hljs-sunburst .hljs-keyword,.hljs-sunburst .hljs-selector-tag,.hljs-sunburst .hljs-type{color:#e28964}.hljs-sunburst .hljs-string{color:#65b042}.hljs-sunburst .hljs-subst{color:#daefa3}.hljs-sunburst .hljs-regexp,.hljs-sunburst .hljs-link{color:#e9c062}.hljs-sunburst .hljs-title,.hljs-sunburst .hljs-section,.hljs-sunburst .hljs-tag,.hljs-sunburst .hljs-name{color:#89bdff}.hljs-sunburst .hljs-class .hljs-title,.hljs-sunburst .hljs-doctag{text-decoration:underline}.hljs-sunburst .hljs-symbol,.hljs-sunburst .hljs-bullet,.hljs-sunburst .hljs-number{color:#3387cc}.hljs-sunburst .hljs-params,.hljs-sunburst .hljs-variable,.hljs-sunburst .hljs-template-variable{color:#3e87e3}.hljs-sunburst .hljs-attribute{color:#cda869}.hljs-sunburst .hljs-meta{color:#8996a8}.hljs-sunburst .hljs-formula{background-color:#0e2231;color:#f8f8f8;font-style:italic}.hljs-sunburst .hljs-addition{background-color:#253b22;color:#f8f8f8}.hljs-sunburst .hljs-deletion{background-color:#420e09;color:#f8f8f8}.hljs-sunburst .hljs-selector-class{color:#9b703f}.hljs-sunburst .hljs-selector-id{color:#8b98ab}.hljs-sunburst .hljs-emphasis{font-style:italic}.hljs-sunburst .hljs-strong{font-weight:bold}","tomorrow-night-blue":".hljs-tomorrow-night-blue .hljs-comment,.hljs-tomorrow-night-blue .hljs-quote{color:#7285b7}.hljs-tomorrow-night-blue .hljs-variable,.hljs-tomorrow-night-blue .hljs-template-variable,.hljs-tomorrow-night-blue .hljs-tag,.hljs-tomorrow-night-blue .hljs-name,.hljs-tomorrow-night-blue .hljs-selector-id,.hljs-tomorrow-night-blue .hljs-selector-class,.hljs-tomorrow-night-blue .hljs-regexp,.hljs-tomorrow-night-blue .hljs-deletion{color:#ff9da4}.hljs-tomorrow-night-blue .hljs-number,.hljs-tomorrow-night-blue .hljs-built_in,.hljs-tomorrow-night-blue .hljs-builtin-name,.hljs-tomorrow-night-blue .hljs-literal,.hljs-tomorrow-night-blue .hljs-type,.hljs-tomorrow-night-blue .hljs-params,.hljs-tomorrow-night-blue .hljs-meta,.hljs-tomorrow-night-blue .hljs-link{color:#ffc58f}.hljs-tomorrow-night-blue .hljs-attribute{color:#ffeead}.hljs-tomorrow-night-blue .hljs-string,.hljs-tomorrow-night-blue .hljs-symbol,.hljs-tomorrow-night-blue .hljs-bullet,.hljs-tomorrow-night-blue .hljs-addition{color:#d1f1a9}.hljs-tomorrow-night-blue .hljs-title,.hljs-tomorrow-night-blue .hljs-section{color:#bbdaff}.hljs-tomorrow-night-blue .hljs-keyword,.hljs-tomorrow-night-blue .hljs-selector-tag{color:#ebbbff}.hljs-tomorrow-night-blue .hljs{display:block;overflow-x:auto;background:#002451;color:white;padding:.5em}.hljs-tomorrow-night-blue .hljs-emphasis{font-style:italic}.hljs-tomorrow-night-blue .hljs-strong{font-weight:bold}","tomorrow-night-bright":".hljs-tomorrow-night-bright .hljs-comment,.hljs-tomorrow-night-bright .hljs-quote{color:#969896}.hljs-tomorrow-night-bright .hljs-variable,.hljs-tomorrow-night-bright .hljs-template-variable,.hljs-tomorrow-night-bright .hljs-tag,.hljs-tomorrow-night-bright .hljs-name,.hljs-tomorrow-night-bright .hljs-selector-id,.hljs-tomorrow-night-bright .hljs-selector-class,.hljs-tomorrow-night-bright .hljs-regexp,.hljs-tomorrow-night-bright .hljs-deletion{color:#d54e53}.hljs-tomorrow-night-bright .hljs-number,.hljs-tomorrow-night-bright .hljs-built_in,.hljs-tomorrow-night-bright .hljs-builtin-name,.hljs-tomorrow-night-bright .hljs-literal,.hljs-tomorrow-night-bright .hljs-type,.hljs-tomorrow-night-bright .hljs-params,.hljs-tomorrow-night-bright .hljs-meta,.hljs-tomorrow-night-bright .hljs-link{color:#e78c45}.hljs-tomorrow-night-bright .hljs-attribute{color:#e7c547}.hljs-tomorrow-night-bright .hljs-string,.hljs-tomorrow-night-bright .hljs-symbol,.hljs-tomorrow-night-bright .hljs-bullet,.hljs-tomorrow-night-bright .hljs-addition{color:#b9ca4a}.hljs-tomorrow-night-bright .hljs-title,.hljs-tomorrow-night-bright .hljs-section{color:#7aa6da}.hljs-tomorrow-night-bright .hljs-keyword,.hljs-tomorrow-night-bright .hljs-selector-tag{color:#c397d8}.hljs-tomorrow-night-bright .hljs{display:block;overflow-x:auto;background:black;color:#eaeaea;padding:.5em}.hljs-tomorrow-night-bright .hljs-emphasis{font-style:italic}.hljs-tomorrow-night-bright .hljs-strong{font-weight:bold}","tomorrow-night-eighties":".hljs-tomorrow-night-eighties .hljs-comment,.hljs-tomorrow-night-eighties .hljs-quote{color:#999999}.hljs-tomorrow-night-eighties .hljs-variable,.hljs-tomorrow-night-eighties .hljs-template-variable,.hljs-tomorrow-night-eighties .hljs-tag,.hljs-tomorrow-night-eighties .hljs-name,.hljs-tomorrow-night-eighties .hljs-selector-id,.hljs-tomorrow-night-eighties .hljs-selector-class,.hljs-tomorrow-night-eighties .hljs-regexp,.hljs-tomorrow-night-eighties .hljs-deletion{color:#f2777a}.hljs-tomorrow-night-eighties .hljs-number,.hljs-tomorrow-night-eighties .hljs-built_in,.hljs-tomorrow-night-eighties .hljs-builtin-name,.hljs-tomorrow-night-eighties .hljs-literal,.hljs-tomorrow-night-eighties .hljs-type,.hljs-tomorrow-night-eighties .hljs-params,.hljs-tomorrow-night-eighties .hljs-meta,.hljs-tomorrow-night-eighties .hljs-link{color:#f99157}.hljs-tomorrow-night-eighties .hljs-attribute{color:#ffcc66}.hljs-tomorrow-night-eighties .hljs-string,.hljs-tomorrow-night-eighties .hljs-symbol,.hljs-tomorrow-night-eighties .hljs-bullet,.hljs-tomorrow-night-eighties .hljs-addition{color:#99cc99}.hljs-tomorrow-night-eighties .hljs-title,.hljs-tomorrow-night-eighties .hljs-section{color:#6699cc}.hljs-tomorrow-night-eighties .hljs-keyword,.hljs-tomorrow-night-eighties .hljs-selector-tag{color:#cc99cc}.hljs-tomorrow-night-eighties .hljs{display:block;overflow-x:auto;background:#2d2d2d;color:#cccccc;padding:.5em}.hljs-tomorrow-night-eighties .hljs-emphasis{font-style:italic}.hljs-tomorrow-night-eighties .hljs-strong{font-weight:bold}","tomorrow-night":".hljs-tomorrow-night .hljs-comment,.hljs-tomorrow-night .hljs-quote{color:#969896}.hljs-tomorrow-night .hljs-variable,.hljs-tomorrow-night .hljs-template-variable,.hljs-tomorrow-night .hljs-tag,.hljs-tomorrow-night .hljs-name,.hljs-tomorrow-night .hljs-selector-id,.hljs-tomorrow-night .hljs-selector-class,.hljs-tomorrow-night .hljs-regexp,.hljs-tomorrow-night .hljs-deletion{color:#cc6666}.hljs-tomorrow-night .hljs-number,.hljs-tomorrow-night .hljs-built_in,.hljs-tomorrow-night .hljs-builtin-name,.hljs-tomorrow-night .hljs-literal,.hljs-tomorrow-night .hljs-type,.hljs-tomorrow-night .hljs-params,.hljs-tomorrow-night .hljs-meta,.hljs-tomorrow-night .hljs-link{color:#de935f}.hljs-tomorrow-night .hljs-attribute{color:#f0c674}.hljs-tomorrow-night .hljs-string,.hljs-tomorrow-night .hljs-symbol,.hljs-tomorrow-night .hljs-bullet,.hljs-tomorrow-night .hljs-addition{color:#b5bd68}.hljs-tomorrow-night .hljs-title,.hljs-tomorrow-night .hljs-section{color:#81a2be}.hljs-tomorrow-night .hljs-keyword,.hljs-tomorrow-night .hljs-selector-tag{color:#b294bb}.hljs-tomorrow-night .hljs{display:block;overflow-x:auto;background:#1d1f21;color:#c5c8c6;padding:.5em}.hljs-tomorrow-night .hljs-emphasis{font-style:italic}.hljs-tomorrow-night .hljs-strong{font-weight:bold}",tomorrow:".hljs-tomorrow .hljs-comment,.hljs-tomorrow .hljs-quote{color:#8e908c}.hljs-tomorrow .hljs-variable,.hljs-tomorrow .hljs-template-variable,.hljs-tomorrow .hljs-tag,.hljs-tomorrow .hljs-name,.hljs-tomorrow .hljs-selector-id,.hljs-tomorrow .hljs-selector-class,.hljs-tomorrow .hljs-regexp,.hljs-tomorrow .hljs-deletion{color:#c82829}.hljs-tomorrow .hljs-number,.hljs-tomorrow .hljs-built_in,.hljs-tomorrow .hljs-builtin-name,.hljs-tomorrow .hljs-literal,.hljs-tomorrow .hljs-type,.hljs-tomorrow .hljs-params,.hljs-tomorrow .hljs-meta,.hljs-tomorrow .hljs-link{color:#f5871f}.hljs-tomorrow .hljs-attribute{color:#eab700}.hljs-tomorrow .hljs-string,.hljs-tomorrow .hljs-symbol,.hljs-tomorrow .hljs-bullet,.hljs-tomorrow .hljs-addition{color:#718c00}.hljs-tomorrow .hljs-title,.hljs-tomorrow .hljs-section{color:#4271ae}.hljs-tomorrow .hljs-keyword,.hljs-tomorrow .hljs-selector-tag{color:#8959a8}.hljs-tomorrow .hljs{display:block;overflow-x:auto;background:white;color:#4d4d4c;padding:.5em}.hljs-tomorrow .hljs-emphasis{font-style:italic}.hljs-tomorrow .hljs-strong{font-weight:bold}",vs:".hljs-vs .hljs{display:block;overflow-x:auto;padding:.5em;background:white;color:black}.hljs-vs .hljs-comment,.hljs-vs .hljs-quote,.hljs-vs .hljs-variable{color:#008000}.hljs-vs .hljs-keyword,.hljs-vs .hljs-selector-tag,.hljs-vs .hljs-built_in,.hljs-vs .hljs-name,.hljs-vs .hljs-tag{color:#00f}.hljs-vs .hljs-string,.hljs-vs .hljs-title,.hljs-vs .hljs-section,.hljs-vs .hljs-attribute,.hljs-vs .hljs-literal,.hljs-vs .hljs-template-tag,.hljs-vs .hljs-template-variable,.hljs-vs .hljs-type,.hljs-vs .hljs-addition{color:#a31515}.hljs-vs .hljs-deletion,.hljs-vs .hljs-selector-attr,.hljs-vs .hljs-selector-pseudo,.hljs-vs .hljs-meta{color:#2b91af}.hljs-vs .hljs-doctag{color:#808080}.hljs-vs .hljs-attr{color:#f00}.hljs-vs .hljs-symbol,.hljs-vs .hljs-bullet,.hljs-vs .hljs-link{color:#00b0e8}.hljs-vs .hljs-emphasis{font-style:italic}.hljs-vs .hljs-strong{font-weight:bold}",xcode:".hljs-xcode .hljs{display:block;overflow-x:auto;padding:.5em;background:#fff;color:black}.hljs-xcode .hljs-comment,.hljs-xcode .hljs-quote{color:#006a00}.hljs-xcode .hljs-keyword,.hljs-xcode .hljs-selector-tag,.hljs-xcode .hljs-literal{color:#aa0d91}.hljs-xcode .hljs-name{color:#008}.hljs-xcode .hljs-variable,.hljs-xcode .hljs-template-variable{color:#660}.hljs-xcode .hljs-string{color:#c41a16}.hljs-xcode .hljs-regexp,.hljs-xcode .hljs-link{color:#080}.hljs-xcode .hljs-title,.hljs-xcode .hljs-tag,.hljs-xcode .hljs-symbol,.hljs-xcode .hljs-bullet,.hljs-xcode .hljs-number,.hljs-xcode .hljs-meta{color:#1c00cf}.hljs-xcode .hljs-section,.hljs-xcode .hljs-class .hljs-title,.hljs-xcode .hljs-type,.hljs-xcode .hljs-attr,.hljs-xcode .hljs-built_in,.hljs-xcode .hljs-builtin-name,.hljs-xcode .hljs-params{color:#5c2699}.hljs-xcode .hljs-attribute,.hljs-xcode .hljs-subst{color:#000}.hljs-xcode .hljs-formula{background-color:#eee;font-style:italic}.hljs-xcode .hljs-addition{background-color:#baeeba}.hljs-xcode .hljs-deletion{background-color:#ffc8bd}.hljs-xcode .hljs-selector-id,.hljs-xcode .hljs-selector-class{color:#9b703f}.hljs-xcode .hljs-doctag,.hljs-xcode .hljs-strong{font-weight:bold}.hljs-xcode .hljs-emphasis{font-style:italic}",xt256:".hljs-xt256 .hljs{display:block;overflow-x:auto;color:#eaeaea;background:#000;padding:.5}.hljs-xt256 .hljs-subst{color:#eaeaea}.hljs-xt256 .hljs-emphasis{font-style:italic}.hljs-xt256 .hljs-strong{font-weight:bold}.hljs-xt256 .hljs-builtin-name,.hljs-xt256 .hljs-type{color:#eaeaea}.hljs-xt256 .hljs-params{color:#da0000}.hljs-xt256 .hljs-literal,.hljs-xt256 .hljs-number,.hljs-xt256 .hljs-name{color:#ff0000;font-weight:bolder}.hljs-xt256 .hljs-comment{color:#969896}.hljs-xt256 .hljs-selector-id,.hljs-xt256 .hljs-quote{color:#00ffff}.hljs-xt256 .hljs-template-variable,.hljs-xt256 .hljs-variable,.hljs-xt256 .hljs-title{color:#00ffff;font-weight:bold}.hljs-xt256 .hljs-selector-class,.hljs-xt256 .hljs-keyword,.hljs-xt256 .hljs-symbol{color:#fff000}.hljs-xt256 .hljs-string,.hljs-xt256 .hljs-bullet{color:#00ff00}.hljs-xt256 .hljs-tag,.hljs-xt256 .hljs-section{color:#000fff}.hljs-xt256 .hljs-selector-tag{color:#000fff;font-weight:bold}.hljs-xt256 .hljs-attribute,.hljs-xt256 .hljs-built_in,.hljs-xt256 .hljs-regexp,.hljs-xt256 .hljs-link{color:#ff00ff}.hljs-xt256 .hljs-meta{color:#fff;font-weight:bolder}",zenburn:".hljs-zenburn .hljs{display:block;overflow-x:auto;padding:.5em;background:#3f3f3f;color:#dcdcdc}.hljs-zenburn .hljs-keyword,.hljs-zenburn .hljs-selector-tag,.hljs-zenburn .hljs-tag{color:#e3ceab}.hljs-zenburn .hljs-template-tag{color:#dcdcdc}.hljs-zenburn .hljs-number{color:#8cd0d3}.hljs-zenburn .hljs-variable,.hljs-zenburn .hljs-template-variable,.hljs-zenburn .hljs-attribute{color:#efdcbc}.hljs-zenburn .hljs-literal{color:#efefaf}.hljs-zenburn .hljs-subst{color:#8f8f8f}.hljs-zenburn .hljs-title,.hljs-zenburn .hljs-name,.hljs-zenburn .hljs-selector-id,.hljs-zenburn .hljs-selector-class,.hljs-zenburn .hljs-section,.hljs-zenburn .hljs-type{color:#efef8f}.hljs-zenburn .hljs-symbol,.hljs-zenburn .hljs-bullet,.hljs-zenburn .hljs-link{color:#dca3a3}.hljs-zenburn .hljs-deletion,.hljs-zenburn .hljs-string,.hljs-zenburn .hljs-built_in,.hljs-zenburn .hljs-builtin-name{color:#cc9393}.hljs-zenburn .hljs-addition,.hljs-zenburn .hljs-comment,.hljs-zenburn .hljs-quote,.hljs-zenburn .hljs-meta{color:#7f9f7f}.hljs-zenburn .hljs-emphasis{font-style:italic}.hljs-zenburn .hljs-strong{font-weight:bold}"},engine:r}},{}],15:[function(e,t,a){function r(){}function s(e,t,a){var r,n;for(a=a||[];null!==(r=t.exec(e));)r.index>0&&a.push({type:"text",text:e.substring(0,r.index)}),r[o]?a.push({type:"code",text:r[0]}):r[c]?a.push({type:"text",text:r[0]}):r[m]?a.push({type:"fences",text:r[0]}):r[u]?a.push({type:"def",id:r[u].toLowerCase(),href:r[h],title:r[p]}):r[g]?a.push({type:"macro",name:r[g],args:(r[b]||"").split(",").map(i),obj:r[_]}):r[f]?a.push({type:"separator",text:r[f]}):r[v]?a.push({type:"notes_separator",text:r[v]}):r[d]&&(n=l(e,r.index+r[0].length),void 0!==n?(e=e.substring(n.length+1),"\\"!==r[0][0]?(a.push({type:"content_start",classes:r[d].substring(1).split("."),block:n.indexOf("\n")!==-1}),s(n,y,a),a.push({type:"content_end",block:n.indexOf("\n")!==-1})):a.push({type:"text",text:r[0].substring(1)+n+"]"})):a.push({type:"text",text:r[0]})),e=e.substring(r.index+r[0].length);return(e||!e&&0===a.length)&&a.push({type:"text",text:e}),a}function n(e,t){return new RegExp(e.source.replace(/\w{2,}/g,function(e){return t[e].source}))}function i(e){return"string"==typeof e?e.trim():e}function l(e,t){for(var a,r=1,s=t;r>0&&s]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/,MACRO:/!\[:([^\] ]+)([^\]]*)\](?:\(([^\)]*)\))?/,SEPARATOR:/(?:^|\n)(---?)(?:\n|$)/,NOTES_SEPARATOR:/(?:^|\n)(\?{3})(?:\n|$)/},E=n(/CODE|INLINE_CODE|CONTENT|FENCES|DEF|MACRO|SEPARATOR|NOTES_SEPARATOR/,j),y=n(/CODE|INLINE_CODE|CONTENT|FENCES|DEF|MACRO/,j);r.prototype.lex=function(e){var t,a=s(e,E);for(t=a.length-2;t>=0;t--)"text"===a[t].type&&"text"===a[t+1].type&&(a[t].text+=a[t+1].text,a.splice(t+1,1));return a}},{}],16:[function(e,t,a){var r=t.exports={};r.hello=function(){return"hello!"}},{}],17:[function(e,t,a){function r(e,t,a){var r=this;r.properties=t.properties||{},r.links=t.links||{},r.content=t.content||[],r.notes=t.notes||"",r.getSlideIndex=function(){return e},a&&s(r,a)}function s(e,t){n(e,t),l(e,t),c(e,t)}function n(e,t){var a,r;for(a in t.properties)t.properties.hasOwnProperty(a)&&!i(a)&&(r=[t.properties[a]],"class"===a&&e.properties[a]&&r.push(e.properties[a]),"class"!==a&&void 0!==e.properties[a]||(e.properties[a]=r.join(", ")))}function i(e){return"name"===e||"layout"===e||"count"===e}function l(e,t){var a;e.properties.content=e.content.slice(),o(e,t.content),a=e.expandVariables(!0),void 0===a.content&&(e.content=e.content.concat(e.properties.content)),delete e.properties.content}function o(e,t){var a;for(e.content=[],a=0;a0?s=n[n.length-1]:i[e.properties.template]?s=i[e.properties.template]:"false"===e.properties.layout?a=void 0:a&&"true"!==e.properties.layout&&(s=a),"true"===e.properties.continued&&t.countIncrementalSlides===!1&&void 0===e.properties.count&&(e.properties.count="false"),l=new o(n.length,e,s),"true"===e.properties.layout&&(a=l),e.properties.name&&(i[e.properties.name]=l),"true"!==e.properties.layout&&(n.push(l),e.properties.name&&(n.byName[e.properties.name]=l))}),n}function n(e){e.forEach(function(e){e.expandVariables()})}var i=e("./slideshow/navigation"),l=e("./slideshow/events"),o=(e("../utils"),e("./slide")),c=e("../parser"),d=e("../macros");t.exports=r},{"../macros":16,"../parser":21,"../utils":24,"./slide":17,"./slideshow/events":19,"./slideshow/navigation":20}],19:[function(e,t,a){function r(e){var t=this,a=new s;a.setMaxListeners(0),t.on=function(){return a.on.apply(a,arguments),t},["showSlide","hideSlide","beforeShowSlide","afterShowSlide","beforeHideSlide","afterHideSlide","toggledPresenter"].map(function(r){e.on(r,function(e){var s=t.getSlides()[e];a.emit(r,s)})})}var s=e("events").EventEmitter;t.exports=r},{events:1}],20:[function(e,t,a){function r(e){function t(){e.emit("pause")}function a(){e.emit("resume")}function r(){return u}function s(t,a){var r=t===u,s=t<0||t>m.getSlideCount()-1;void 0===a&&(a=!1),r||s||(u!==-1&&e.emit("hideSlide",u,!1),null===h?h=!1:h===!1&&(e.emit("start"),h=!0),e.emit("showSlide",t),u=t,e.emit("slideChanged",t+1),a||(m.clone&&!m.clone.closed&&m.clone.postMessage("gotoSlide:"+(u+1),"*"),window.opener&&window.opener.postMessage("gotoSlide:"+(u+1),"*")))}function n(e,t){var a=d(e);s(a,t)}function i(){s(u-1)}function l(){s(u+1)}function o(){s(0)}function c(){s(m.getSlideCount()-1)}function d(t){var a,r;return"number"==typeof t?t-1:(a=parseInt(t,10),a.toString()===t?a-1:t.match(/^p\d+$/)?(e.emit("forcePresenterMode"),parseInt(t.substr(1),10)-1):(r=m.getSlideByName(t),r?r.getSlideIndex():0))}var m=this,u=-1,h=null;m.getCurrentSlideIndex=r,m.gotoSlide=n,m.gotoPreviousSlide=i,m.gotoNextSlide=l,m.gotoFirstSlide=o,m.gotoLastSlide=c,m.pause=t,m.resume=a,e.on("gotoSlide",n),e.on("gotoPreviousSlide",i),e.on("gotoNextSlide",l),e.on("gotoFirstSlide",o),e.on("gotoLastSlide",c),e.on("slidesChanged",function(){u>m.getSlideCount()&&(u=m.getSlideCount())}),e.on("createClone",function(){!m.clone||m.clone.closed?m.clone=window.open(location.href,m.getCloneTarget(),"location=no"):m.clone.focus()}),e.on("resetTimer",function(){h=!1})}t.exports=r},{}],21:[function(e,t,a){function r(){}function s(){return{content:[],properties:{continued:"false"},links:{}}}function n(e){return{class:e.classes.join(" "),block:e.block,content:[]}}function i(e,t){var a=e.content;void 0!==e.notes&&(a=e.notes);var r=a.length-1;"string"==typeof a[r]&&"string"==typeof t?a[r]+=t:a.push(t)}function l(e,t){for(var a,r=/^\n*([-\w]+):([^$\n]*)|\n*(?:)/i;null!==(a=r.exec(e));)e=e.substr(0,a.index)+e.substr(a.index+a[0].length),void 0!==a[1]?t[a[1].trim()]=a[2].trim():t[a[3].trim()]=a[4].trim(),r.lastIndex=a.index;return e}function o(e){var t=function(e,t){for(var a,r=[];null!==(a=t.exec(e));)r.push(a[1]);return r},a=/^([ \t]*)[^ \t\n]/gm,r=t(e,a).map(function(e){return e.length}),s=Math.min.apply(Math,r),n=new RegExp("^[ \\t]{0,"+s+"}","gm");return e.replace(n,"")}var c=e("./lexer");t.exports=r,r.prototype.parse=function(e,t){var a=this,r=new c,d=r.lex(o(e)),m=[],u=[s()];return t=t||{},d.forEach(function(e){switch(e.type){case"text":case"code":case"fences":i(u[u.length-1],e.text);break;case"def":u[0].links[e.id]={href:e.href,title:e.title};break;case"macro":var r=t[e.name];if("function"!=typeof r)throw new Error('Macro "'+e.name+"\" not found. You need to define macro using remark.macros['"+e.name+"'] = function () { ... };");var l=r.apply(e.obj,e.args);"string"==typeof l?(l=a.parse(l,t),i(u[u.length-1],l[0].content[0])):i(u[u.length-1],void 0===l?"":l.toString());break;case"content_start":u.push(n(e));break;case"content_end":i(u[u.length-2],u[u.length-1]),u.pop();break;case"separator":m.push(u[0]),u=[s()],u[0].properties.continued=("--"===e.text).toString();break;case"notes_separator":u[0].notes=[]}}),m.push(u[0]),m.forEach(function(e){e.content[0]=l(e.content[0]||"",e.properties)}),m.filter(function(e){var t=(e.properties.exclude||"").toLowerCase();return"true"!==t})}},{"./lexer":15}],22:[function(e,t,a){t.exports={version:"0.14.1",documentStyles:"html.remark-container,body.remark-container{height:100%;width:100%;-webkit-print-color-adjust:exact}.remark-container{background:#d7d8d2;margin:0;overflow:hidden}.remark-container:focus{outline-style:solid;outline-width:1px}.remark-container:-webkit-full-screen{width:100%;height:100%}body:-webkit-full-screen{background:#000000}body:-moz-full-screen{background:#000000}body:fullscreen{background:#000000}.remark-slides-area{position:relative;height:100%;width:100%}.remark-slide-container{display:none;position:absolute;height:100%;width:100%;page-break-after:always}.remark-slide-scaler{background-color:transparent;overflow:hidden;position:absolute;-webkit-transform-origin:top left;-moz-transform-origin:top left;transform-origin:top-left;-moz-box-shadow:0 0 30px #888;-webkit-box-shadow:0 0 30px #888;box-shadow:0 0 30px #888}.remark-slide{height:100%;width:100%;display:table;table-layout:fixed}.remark-slide>.left{text-align:left}.remark-slide>.center{text-align:center}.remark-slide>.right{text-align:right}.remark-slide>.top{vertical-align:top}.remark-slide>.middle{vertical-align:middle}.remark-slide>.bottom{vertical-align:bottom}.remark-slide-content{background-color:#fff;background-position:center;background-repeat:no-repeat;display:table-cell;font-size:20px;padding:1em 4em 1em 4em}.remark-slide-content h1{font-size:55px}.remark-slide-content h2{font-size:45px}.remark-slide-content h3{font-size:35px}.remark-slide-content .left{display:block;text-align:left}.remark-slide-content .center{display:block;text-align:center}.remark-slide-content .right{display:block;text-align:right}.remark-slide-number{bottom:12px;opacity:.5;position:absolute;right:20px}.remark-slide-notes{border-top:3px solid black;position:absolute;display:none}.remark-code{font-size:18px}.remark-code-line{min-height:1em}.remark-code-line-highlighted{background-color:rgba(255,255,0,0.5)}.remark-code-span-highlighted{background-color:rgba(255,255,0,0.5);padding:1px 2px 2px 2px}.remark-visible{display:block;z-index:2}.remark-fading{display:block;z-index:1}.remark-fading .remark-slide-scaler{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.remark-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;display:none;background:#000;z-index:2}.remark-pause{bottom:0;top:0;right:0;left:0;display:none;position:absolute;z-index:1000}.remark-pause .remark-pause-lozenge{margin-top:30%;text-align:center}.remark-pause .remark-pause-lozenge span{color:white;background:black;border:2px solid black;border-radius:20px;padding:20px 30px;font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:42pt;font-weight:bold}.remark-container.remark-presenter-mode.remark-pause-mode .remark-pause{display:block}.remark-container.remark-presenter-mode.remark-pause-mode .remark-backdrop{display:block;opacity:.5}.remark-help{bottom:0;top:0;right:0;left:0;display:none;position:absolute;z-index:1000;-webkit-transform-origin:top left;-moz-transform-origin:top left;transform-origin:top-left}.remark-help .remark-help-content{color:white;font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:12pt;position:absolute;top:5%;bottom:10%;height:10%;left:5%;width:90%}.remark-help .remark-help-content h1{font-size:36px}.remark-help .remark-help-content td{color:white;font-size:12pt;padding:10px}.remark-help .remark-help-content td:first-child{padding-left:0}.remark-help .remark-help-content .key{background:white;color:black;min-width:1em;display:inline-block;padding:3px 6px;text-align:center;border-radius:4px;font-size:14px}.remark-help .dismiss{top:85%}.remark-container.remark-help-mode .remark-help{display:block}.remark-container.remark-help-mode .remark-backdrop{display:block;opacity:.95}.remark-preview-area{bottom:2%;left:2%;display:none;opacity:.5;position:absolute;height:47.25%;width:48%}.remark-preview-area .remark-slide-container{display:block}.remark-notes-area{background:#fff;bottom:0;color:black;display:none;left:52%;overflow:hidden;position:absolute;right:0;top:0}.remark-notes-area .remark-top-area{height:50px;left:20px;position:absolute;right:10px;top:10px}.remark-notes-area .remark-bottom-area{position:absolute;top:75px;bottom:10px;left:20px;right:10px}.remark-notes-area .remark-bottom-area .remark-toggle{display:block;text-decoration:none;font-family:Helvetica,arial,freesans,clean,sans-serif;height:21px;font-size:.75em;text-transform:uppercase;color:#ccc}.remark-notes-area .remark-bottom-area .remark-notes-current-area{height:70%;position:relative}.remark-notes-area .remark-bottom-area .remark-notes-current-area .remark-notes{clear:both;border-top:1px solid #f5f5f5;position:absolute;top:22px;bottom:0;left:0;right:0;overflow-y:auto;margin-bottom:20px;padding-top:10px}.remark-notes-area .remark-bottom-area .remark-notes-preview-area{height:30%;position:relative}.remark-notes-area .remark-bottom-area .remark-notes-preview-area .remark-notes-preview{border-top:1px solid #f5f5f5;position:absolute;top:22px;bottom:0;left:0;right:0;overflow-y:auto}.remark-notes-area .remark-bottom-area .remark-notes>*:first-child,.remark-notes-area .remark-bottom-area .remark-notes-preview>*:first-child{margin-top:5px}.remark-notes-area .remark-bottom-area .remark-notes>*:last-child,.remark-notes-area .remark-bottom-area .remark-notes-preview>*:last-child{margin-bottom:0}.remark-toolbar{color:#979892;vertical-align:middle}.remark-toolbar .remark-toolbar-link{border:2px solid #d7d8d2;color:#979892;display:inline-block;padding:2px 2px;text-decoration:none;text-align:center;min-width:20px}.remark-toolbar .remark-toolbar-link:hover{border-color:#979892;color:#676862}.remark-toolbar .remark-toolbar-timer{border:2px solid black;border-radius:10px;background:black;color:white;display:inline-block;float:right;padding:5px 10px;font-family:sans-serif;font-weight:bold;font-size:175%;text-decoration:none;text-align:center}.remark-container.remark-presenter-mode .remark-slides-area{top:2%;left:2%;height:47.25%;width:48%}.remark-container.remark-presenter-mode .remark-preview-area{display:block}.remark-container.remark-presenter-mode .remark-notes-area{display:block}.remark-container.remark-blackout-mode:not(.remark-presenter-mode) .remark-backdrop{display:block;opacity:.99}.remark-container.remark-mirrored-mode:not(.remark-presenter-mode) .remark-slides-area{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1)}@media print{.remark-container{overflow:visible;background-color:#fff}.remark-container.remark-presenter-mode .remark-slides-area{top:0;left:0;height:100%;width:681px}.remark-container.remark-presenter-mode .remark-preview-area,.remark-container.remark-presenter-mode .remark-notes-area{display:none}.remark-container.remark-presenter-mode .remark-slide-notes{display:block;margin-left:30px;width:621px}.remark-slide-container{display:block;position:relative}.remark-slide-scaler{-moz-box-shadow:none;-webkit-box-shadow:none;-webkit-transform-origin:initial;box-shadow:none}}@page{margin:0}", +containerLayout:'

    \n
    \n
    \n +\n -\n \n
    \n
    \n
    \n
    \n
    Notes for current slide
    \n
    \n
    \n
    \n
    Notes for next slide
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n Paused\n
    \n
    \n
    \n
    \n

    Help

    \n

    Keyboard shortcuts

    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    \n ,\n ,\n Pg Up,\n k\n Go to previous slide
    \n ,\n ,\n Pg Dn,\n Space,\n j\n Go to next slide
    \n Home\n Go to first slide
    \n End\n Go to last slide
    \n Number + Return\n Go to specific slide
    \n b /\n m /\n f\n Toggle blackout / mirrored / fullscreen mode
    \n c\n Clone slideshow
    \n p\n Toggle presenter mode
    \n t\n Restart the presentation timer
    \n ?,\n h\n Toggle this help
    \n
    \n
    \n \n \n \n \n \n
    \n Esc\n Back to slideshow
    \n
    \n
    \n'}},{}],23:[function(e,t,a){function r(e,t){var a=this;a.events=e,a.slideshow=t,a.ratio=s(t),a.dimensions=n(a.ratio),a.events.on("propertiesChanged",function(e){e.hasOwnProperty("ratio")&&(a.ratio=s(t),a.dimensions=n(a.ratio))})}function s(e){var t,a=e.getRatio().split(":");return t={width:parseInt(a[0],10),height:parseInt(a[1],10)},t.ratio=t.width/t.height,t}function n(e){return{width:Math.floor(i/o*e.ratio),height:l}}var i=908,l=681,o=i/l;t.exports=r,r.prototype.scaleToFit=function(e,t){var a,r,s,n,i,l=this,o=t.clientHeight,c=t.clientWidth,d=l.ratio,m=l.dimensions;a=c/d.width>o/d.height?o/m.height:c/m.width,r=m.width*a,s=m.height*a,n=(c-r)/2,i=(o-s)/2,e.style["-webkit-transform"]="scale("+a+")",e.style.MozTransform="scale("+a+")",e.style.left=Math.max(n,0)+"px",e.style.top=Math.max(i,0)+"px"}},{}],24:[function(e,t,a){a.addClass=function(e,t){e.className=a.getClasses(e).concat([t]).join(" ")},a.removeClass=function(e,t){e.className=a.getClasses(e).filter(function(e){return e!==t}).join(" ")},a.toggleClass=function(e,t){var r=a.getClasses(e),s=r.indexOf(t);s!==-1?r.splice(s,1):r.push(t),e.className=r.join(" ")},a.getClasses=function(e){return e.className.split(" ").filter(function(e){return""!==e})},a.hasClass=function(e,t){return a.getClasses(e).indexOf(t)!==-1},a.getPrefixedProperty=function(e,t){var a=t[0].toUpperCase()+t.slice(1);return e[t]||e["moz"+a]||e["webkit"+a]}},{}],25:[function(e,t,a){function r(e,t,a){var r=this;r.events=e,r.element=t,r.slideViewsAccessor=a,r.configureElements(),e.on("showSlide",function(e){r.showSlide(e)})}e("../converter");t.exports=r,r.prototype.showSlide=function(e){var t=this,a=t.slideViewsAccessor(),r=a[e],s=a[e+1];t.notesElement.innerHTML=r.notesElement.innerHTML,s?t.notesPreviewElement.innerHTML=s.notesElement.innerHTML:t.notesPreviewElement.innerHTML=""},r.prototype.configureElements=function(){var e=this;e.notesElement=e.element.getElementsByClassName("remark-notes")[0],e.notesPreviewElement=e.element.getElementsByClassName("remark-notes-preview")[0],e.notesElement.addEventListener("mousewheel",function(e){e.stopPropagation()}),e.notesPreviewElement.addEventListener("mousewheel",function(e){e.stopPropagation()}),e.toolbarElement=e.element.getElementsByClassName("remark-toolbar")[0];var t={increase:function(){e.notesElement.style.fontSize=(parseFloat(e.notesElement.style.fontSize)||1)+.1+"em",e.notesPreviewElement.style.fontsize=e.notesElement.style.fontSize},decrease:function(){e.notesElement.style.fontSize=(parseFloat(e.notesElement.style.fontSize)||1)-.1+"em",e.notesPreviewElement.style.fontsize=e.notesElement.style.fontSize}};e.toolbarElement.getElementsByTagName("a").forEach(function(e){e.addEventListener("click",function(e){var a=e.target.hash.substr(1);t[a](),e.preventDefault()})})}},{"../converter":12}],26:[function(e,t,a){function r(e,t,a,r){var s=this;s.events=e,s.slideshow=t,s.scaler=a,s.slide=r,s.slideNumber=new g(r,t),s.configureElements(),s.updateDimensions(),s.events.on("propertiesChanged",function(e){e.hasOwnProperty("ratio")&&s.updateDimensions()})}function s(e,t,a){var r=document.createElement("div");return a.properties.name&&(r.id="slide-"+a.properties.name),n(t,r,a.properties),r.innerHTML=b.convertMarkdown(a.content,t.getLinks()),d(r,t),r}function n(e,t,a){t.className="",c(t,a),o(t,a,e),l(t,a)}function i(e,t){var a=document.createElement("div");return a.className="remark-slide-notes",a.innerHTML=b.convertMarkdown(t,e.getLinks()),d(a,e),a}function l(e,t){var a=t["background-image"],r=t["background-color"],s=t["background-size"],n=t["background-position"];a&&(e.style.backgroundImage=a),r&&(e.style.backgroundColor=r),s&&(e.style.backgroundSize=s),n&&(e.style.backgroundPosition=n)}function o(e,t,a){var r=t["highlight-style"]||a.getHighlightStyle();r&&f.addClass(e,"hljs-"+r)}function c(e,t){f.addClass(e,"remark-slide-content"),(t.class||"").split(/,| /).filter(function(e){return""!==e}).forEach(function(t){f.addClass(e,t)})}function d(e,t){var a,r=e.getElementsByTagName("code"),s=t.getHighlightLines(),n=t.getHighlightSpans(),i=t.getHighlightInlineCode();r.forEach(function(e){return""===e.className&&(e.className=t.getHighlightLanguage()),"PRE"!==e.parentElement.tagName?(f.addClass(e,"remark-inline-code"),void(i&&_.engine.highlightBlock(e,""))):(s&&(a=m(e)),""!==e.className&&_.engine.highlightBlock(e," "),u(e),s&&h(e,a.highlightedLines),n&&p(e),void f.addClass(e,"remark-code"))})}function m(e){var t=[];return e.innerHTML=e.innerHTML.split(/\r?\n/).map(function(e,a){return 0===e.indexOf("*")?(t.push(a),e.replace(/^\*( )?/,"$1$1")):e}).join("\n"),{highlightedLines:t}}function u(e){var t=e.innerHTML.split(/\r?\n/).map(function(e){return'
    '+e+"
    "});t.length&&t[t.length-1].indexOf("><")!==-1&&t.pop(),e.innerHTML=t.join("")}function h(e,t){t.forEach(function(t){f.addClass(e.childNodes[t],"remark-code-line-highlighted")})}function p(e){var t=/([^`])`([^`]+?)`/g;e.childNodes.forEach(function(e){e.innerHTML=e.innerHTML.replace(t,function(e,t,a){return"\\"===t?e.substr(1):t+''+a+""})})}var g=e("../components/slide-number/slide-number"),b=e("../converter"),_=e("../highlighter"),f=e("../utils");t.exports=r,r.prototype.updateDimensions=function(){var e=this,t=e.scaler.dimensions;e.scalingElement.style.width=t.width+"px",e.scalingElement.style.height=t.height+"px"},r.prototype.scale=function(e){var t=this;t.scaler.scaleToFit(t.scalingElement,e)},r.prototype.show=function(){f.addClass(this.containerElement,"remark-visible"),f.removeClass(this.containerElement,"remark-fading")},r.prototype.hide=function(){var e=this;f.removeClass(this.containerElement,"remark-visible"),f.addClass(this.containerElement,"remark-fading"),setTimeout(function(){f.removeClass(e.containerElement,"remark-fading")},1e3)},r.prototype.configureElements=function(){var e=this;e.containerElement=document.createElement("div"),e.containerElement.className="remark-slide-container",e.scalingElement=document.createElement("div"),e.scalingElement.className="remark-slide-scaler",e.element=document.createElement("div"),e.element.className="remark-slide",e.contentElement=s(e.events,e.slideshow,e.slide),e.notesElement=i(e.slideshow,e.slide.notes),e.contentElement.appendChild(e.slideNumber.element),e.element.appendChild(e.contentElement),e.scalingElement.appendChild(e.element),e.containerElement.appendChild(e.scalingElement),e.containerElement.appendChild(e.notesElement)},r.prototype.scaleBackgroundImage=function(e){var t,a,r,s=this,n=window.getComputedStyle(this.contentElement),i=n.backgroundImage,l=n.backgroundSize,o=n.backgroundPosition;(!l&&!o||s.backgroundSizeSet)&&null!==(t=/^url\(("?)([^\)]+?)\1\)/.exec(i))&&(a=new Image,a.onload=function(){a.width>e.width||a.height>e.height?s.originalBackgroundSize||(s.originalBackgroundSize=s.contentElement.style.backgroundSize,s.originalBackgroundPosition=s.contentElement.style.backgroundPosition,s.backgroundSizeSet=!0,r=e.width/a.width-1&&e.showSlide(e.slideshow.getCurrentSlideIndex())},r.prototype.scaleSlideBackgroundImages=function(e){var t=this;t.slideViews.forEach(function(t){t.scaleBackgroundImage(e)})},r.prototype.showSlide=function(e){var t=this,a=t.slideViews[e],r=t.slideViews[e+1];t.events.emit("beforeShowSlide",e),a.show(),r?t.previewArea.innerHTML=r.containerElement.outerHTML:t.previewArea.innerHTML="",t.events.emit("afterShowSlide",e)},r.prototype.hideSlide=function(e){var t=this,a=t.slideViews[e];t.events.emit("beforeHideSlide",e),a.hide(),t.events.emit("afterHideSlide",e)},r.prototype.updateDimensions=function(){var e=this,t=e.scaler.dimensions;e.helpElement.style.width=t.width+"px",e.helpElement.style.height=t.height+"px",e.scaleSlideBackgroundImages(t),e.scaleElements()},r.prototype.scaleElements=function(){var e=this;e.slideViews.forEach(function(t){t.scale(e.elementArea)}),e.previewArea.children.length&&e.scaler.scaleToFit(e.previewArea.children[0].children[0],e.previewArea),e.scaler.scaleToFit(e.helpElement,e.containerElement),e.scaler.scaleToFit(e.pauseElement,e.containerElement)}},{"../components/printing/printing":"components/printing","../components/timer/timer":"components/timer","../resources":22,"../scaler":23,"../utils":24,"./notesView":25,"./slideView":26}],"components/printing":[function(e,t,a){function r(){}var s=e("events").EventEmitter,n=e("../styler/styler"),i="landscape",l="portrait",o=681,c=908;r.prototype=new s,r.prototype.init=function(){var e=this;return this.setPageOrientation(i),!!window.matchMedia&&void window.matchMedia("print").addListener(function(t){e.onPrint(t)})},r.prototype.onPrint=function(e){e.matches&&this.emit("print",{isPortrait:"portrait"===this._orientation,pageHeight:this._pageHeight,pageWidth:this._pageWidth})},r.prototype.setPageOrientation=function(e){if(e===l)this._pageHeight=c,this._pageWidth=o;else{if(e!==i)throw new Error("Unknown print orientation: "+e);this._pageHeight=o,this._pageWidth=c}this._orientation=e,n.setPageSize(this._pageWidth+"px "+this._pageHeight+"px")},t.exports=new r},{"../styler/styler":"components/styler",events:1}],"components/slide-number":[function(e,t,a){function r(e,t){var a=this;a.slide=e,a.slideshow=t,a.element=document.createElement("div"),a.element.className="remark-slide-number",a.element.innerHTML=s(a.slide,a.slideshow)}function s(e,t){var a=t.getSlideNumberFormat(),r=t.getSlides(),s=n(e,t),i=n(r[r.length-1],t);return"function"==typeof a?a.call(t,s,i):a.replace("%current%",s).replace("%total%",i)}function n(e,t){var a,r=t.getSlides(),s=0;for(a=0;a<=e.getSlideIndex()&&a9?":":":0")+r+(a>9?":":":0")+a}}},{"../../utils":24}]},{},[4]); \ No newline at end of file diff --git a/docs/slides/libs/shareon-1.4.1/shareon.min.css b/docs/slides/libs/shareon-1.4.1/shareon.min.css new file mode 100644 index 00000000..29ebe894 --- /dev/null +++ b/docs/slides/libs/shareon-1.4.1/shareon.min.css @@ -0,0 +1,5 @@ +/*! + * shareon v1.4.1 by Nikita Karamov + * https://shareon.js.org + */ +.shareon{font-size:0!important}.shareon>*{display:inline-block;position:relative;height:24px;min-width:16px;margin:3px;padding:6px 10px;background-color:#ccc;border-radius:3.33333px;border:none;box-sizing:content-box;color:#fff;line-height:1.5;transition:opacity .3s ease;vertical-align:middle}.shareon>:hover{border:none;cursor:pointer;opacity:.7}.shareon>:not(:empty){font-size:16px;text-decoration:none}.shareon>:not(:empty):before{position:relative;height:100%;width:28px;top:0;left:0;background-position:0 50%}.shareon>:before{display:inline-block;position:absolute;height:20px;width:20px;top:8px;left:8px;background-repeat:no-repeat;background-size:20px 20px;content:"";vertical-align:bottom}.shareon>.facebook{background-color:#1877f2}.shareon>.facebook:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.998 12c0-6.628-5.372-12-11.999-12C5.372 0 0 5.372 0 12c0 5.988 4.388 10.952 10.124 11.852v-8.384H7.078v-3.469h3.046V9.356c0-3.008 1.792-4.669 4.532-4.669 1.313 0 2.686.234 2.686.234v2.953H15.83c-1.49 0-1.955.925-1.955 1.874V12h3.328l-.532 3.469h-2.796v8.384c5.736-.9 10.124-5.864 10.124-11.853z'/%3E%3C/svg%3E")}.shareon>.linkedin{background-color:#2867b2}.shareon>.linkedin:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.722 23.72h-4.91v-7.692c0-1.834-.038-4.194-2.559-4.194-2.56 0-2.95 1.995-2.95 4.06v7.827H8.394V7.902h4.716v2.157h.063c.659-1.244 2.261-2.556 4.655-2.556 4.974 0 5.894 3.274 5.894 7.535zM.388 7.902h4.923v15.819H.388zM2.85 5.738A2.849 2.849 0 010 2.886a2.851 2.851 0 112.85 2.852z'/%3E%3C/svg%3E")}.shareon>.linkedin:not(:empty):before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.064 2.064 0 112.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3E%3C/svg%3E")}.shareon>.messenger{background-color:#09f}.shareon>.messenger:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.64C0 4.95 5.24 0 12 0s12 4.95 12 11.64-5.24 11.64-12 11.64c-1.21 0-2.38-.16-3.47-.46a.96.96 0 00-.64.05L5.5 23.92a.96.96 0 01-1.35-.85l-.07-2.14a.97.97 0 00-.32-.68A11.39 11.39 0 010 11.64zm8.32-2.19l-3.52 5.6c-.35.53.32 1.14.82.75l3.79-2.87c.26-.2.6-.2.87 0l2.8 2.1c.84.63 2.04.4 2.6-.48l3.52-5.6c.35-.53-.32-1.13-.82-.75l-3.79 2.87c-.25.2-.6.2-.86 0l-2.8-2.1a1.8 1.8 0 00-2.61.48z'/%3E%3C/svg%3E")}.shareon>.odnoklassniki{background-color:#ee8208}.shareon>.odnoklassniki:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.505 17.44a11.599 11.599 0 003.6-1.49 1.816 1.816 0 00-1.935-3.073 7.866 7.866 0 01-8.34 0 1.814 1.814 0 00-2.5.565c0 .002 0 .004-.002.005a1.812 1.812 0 00.567 2.5l.002.002c1.105.695 2.322 1.2 3.596 1.488l-3.465 3.465A1.796 1.796 0 006 23.439l.03.03c.344.354.81.53 1.274.53.465 0 .93-.176 1.275-.53L12 20.065l3.404 3.406a1.815 1.815 0 002.566-2.565l-3.465-3.466zM12 12.388a6.202 6.202 0 006.195-6.193C18.195 2.78 15.415 0 12 0S5.805 2.78 5.805 6.197A6.2 6.2 0 0012 12.389zm0-8.757a2.566 2.566 0 010 5.13 2.569 2.569 0 01-2.565-2.564A2.57 2.57 0 0112 3.63z'/%3E%3C/svg%3E")}.shareon>.pinterest{background-color:#ee0023}.shareon>.pinterest:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026z'/%3E%3C/svg%3E")}.shareon>.pocket{background-color:#ef4154}.shareon>.pocket:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.813 10.259l-5.646 5.419a1.649 1.649 0 01-2.282 0l-5.646-5.419a1.645 1.645 0 012.276-2.376l4.511 4.322 4.517-4.322a1.643 1.643 0 012.326.049 1.64 1.64 0 01-.045 2.326zm5.083-7.546a2.163 2.163 0 00-2.041-1.436H2.179c-.9 0-1.717.564-2.037 1.405-.094.25-.142.511-.142.774v7.245l.084 1.441c.348 3.277 2.047 6.142 4.682 8.139.045.036.094.07.143.105l.03.023a11.899 11.899 0 004.694 2.072c.786.158 1.591.24 2.389.24.739 0 1.481-.067 2.209-.204.088-.029.176-.045.264-.06.023 0 .049-.015.074-.029a12.002 12.002 0 004.508-2.025l.029-.031.135-.105c2.627-1.995 4.324-4.862 4.686-8.148L24 10.678V3.445c0-.251-.031-.5-.121-.742z'/%3E%3C/svg%3E")}.shareon>.reddit{background-color:#ff4500}.shareon>.reddit:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.53 1.148a1.83 1.83 0 00-1.667 1.054l-4.372-.928a.522.522 0 00-.358.063.515.515 0 00-.21.297L11.59 7.925c-2.807.086-5.32.909-7.137 2.237a2.668 2.668 0 00-1.815-.737A2.64 2.64 0 000 12.064a2.634 2.634 0 001.563 2.407 4.95 4.95 0 00-.065.803c0 4.053 4.71 7.326 10.537 7.326s10.537-3.273 10.537-7.326a4.548 4.548 0 00-.063-.782 2.732 2.732 0 001.519-2.428 2.64 2.64 0 00-2.639-2.64 2.53 2.53 0 00-1.816.74c-1.796-1.288-4.287-2.134-7.031-2.239l1.204-5.637 3.906.823a1.888 1.888 0 001.878 1.777c1.024 0 1.87-.837 1.88-1.861a1.884 1.884 0 00-1.88-1.88zM7.907 18.066c-.13 0-.254.05-.347.141a.498.498 0 000 .697c1.266 1.267 3.736 1.373 4.454 1.373s3.167-.084 4.454-1.373a.546.546 0 00.044-.697.5.5 0 00-.698 0c-.823.802-2.533 1.099-3.779 1.099s-2.977-.295-3.779-1.099a.49.49 0 00-.349-.142zm-1.932-4.122c0-1.035.844-1.88 1.88-1.88 1.034 0 1.878.843 1.878 1.879S8.89 15.82 7.856 15.82a1.882 1.882 0 01-1.88-1.877zm10.155-1.88c1.035 0 1.88.845 1.88 1.879 0 1.035-.844 1.878-1.879 1.878s-1.879-.843-1.879-1.877c0-1.037.844-1.88 1.878-1.88z' fill-rule='evenodd'/%3E%3C/svg%3E")}.shareon>.telegram{background-color:#179cde}.shareon>.telegram:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.517 11.31c-.962.382-1.466.756-1.512 1.122-.088.702.924.921 2.196 1.335 1.037.337 2.433.731 3.158.747.658.014 1.393-.257 2.204-.814 5.533-3.735 8.39-5.622 8.57-5.663.126-.029.301-.065.42.04.119.106.107.306.095.36-.101.429-5.3 5.156-5.599 5.467-1.143 1.187-2.443 1.913-.437 3.235 1.735 1.144 2.746 1.873 4.534 3.045 1.142.75 2.039 1.637 3.218 1.529.543-.05 1.104-.56 1.389-2.083.673-3.598 1.996-11.392 2.302-14.604a3.585 3.585 0 00-.034-.8c-.027-.158-.084-.383-.29-.55-.243-.197-.619-.24-.787-.236-.764.013-1.936.42-7.579 2.767C11.39 7.03 7.44 8.73 1.517 11.31z'/%3E%3C/svg%3E")}.shareon>.twitter{background-color:#1da1f2}.shareon>.twitter:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.954 4.569a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.691 8.094 4.066 6.13 1.64 3.161a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.061a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.937 4.937 0 004.604 3.417 9.868 9.868 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63a9.936 9.936 0 002.46-2.548l-.047-.02z'/%3E%3C/svg%3E")}.shareon>.viber{background-color:#7360f2}.shareon>.viber:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.398.002C9.473.028 5.331.344 3.014 2.467 1.294 4.177.693 6.698.623 9.82c-.06 3.11-.13 8.95 5.5 10.541v2.42s-.038.97.602 1.17c.79.25 1.24-.499 1.99-1.299l1.4-1.58c3.85.32 6.8-.419 7.14-.529.78-.25 5.181-.811 5.901-6.652.74-6.031-.36-9.831-2.34-11.551l-.01-.002c-.6-.55-3-2.3-8.37-2.32 0 0-.396-.025-1.038-.016zm.067 1.697c.545-.003.88.02.88.02 4.54.01 6.711 1.38 7.221 1.84 1.67 1.429 2.528 4.856 1.9 9.892-.6 4.88-4.17 5.19-4.83 5.4-.28.09-2.88.73-6.152.52 0 0-2.439 2.941-3.199 3.701-.12.13-.26.17-.35.15-.13-.03-.17-.19-.16-.41l.02-4.019c-4.771-1.32-4.491-6.302-4.441-8.902.06-2.6.55-4.732 2-6.172 1.957-1.77 5.475-2.01 7.11-2.02zm.36 2.6a.299.299 0 00-.3.299.3.3 0 00.3.3 5.631 5.631 0 014.03 1.59c1.09 1.06 1.621 2.48 1.641 4.34a.3.3 0 00.3.3v-.009a.3.3 0 00.3-.3 6.451 6.451 0 00-1.81-4.76c-1.19-1.16-2.692-1.76-4.462-1.76zm-3.954.69a.955.955 0 00-.615.12h-.012c-.41.24-.788.54-1.148.94-.27.32-.421.639-.461.949a1.24 1.24 0 00.05.541l.02.01a13.722 13.722 0 001.2 2.6 15.383 15.383 0 002.32 3.171l.03.04.04.03.03.03.03.03a15.603 15.603 0 003.18 2.33c1.32.72 2.122 1.06 2.602 1.2v.01c.14.04.268.06.398.06a1.84 1.84 0 001.102-.472c.39-.35.7-.738.93-1.148v-.01c.23-.43.15-.841-.18-1.121a13.632 13.632 0 00-2.15-1.54c-.51-.28-1.03-.11-1.24.17l-.45.569c-.23.28-.65.24-.65.24l-.012.01c-3.12-.8-3.95-3.959-3.95-3.959s-.04-.43.25-.65l.56-.45c.27-.22.46-.74.17-1.25a13.522 13.522 0 00-1.54-2.15.843.843 0 00-.504-.3zm4.473.89a.3.3 0 00.002.6 3.78 3.78 0 012.65 1.15 3.5 3.5 0 01.9 2.57.3.3 0 00.3.299l.01.012a.3.3 0 00.3-.301c.03-1.19-.34-2.19-1.07-2.99-.73-.8-1.75-1.25-3.05-1.34a.3.3 0 00-.042 0zm.49 1.619a.305.305 0 00-.018.611c.99.05 1.47.55 1.53 1.58a.3.3 0 00.3.29h.01a.3.3 0 00.29-.32c-.07-1.34-.8-2.091-2.1-2.161a.305.305 0 00-.012 0z'/%3E%3C/svg%3E")}.shareon>.vkontakte{background-color:#4680c2}.shareon>.vkontakte:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.058 19.504h-2.616c-.99 0-1.297-.787-3.076-2.59-1.55-1.501-2.236-1.704-2.617-1.704-.534 0-.687.153-.687.89v2.363c0 .636-.202 1.017-1.88 1.017-2.77 0-5.845-1.677-8.004-4.804C.925 10.103.034 6.672.034 5.961c0-.381.153-.737.89-.737H3.54c.66 0 .915.305 1.17 1.016 1.295 3.736 3.456 7.014 4.345 7.014.33 0 .483-.153.483-.99V8.399c-.102-1.78-1.042-1.931-1.042-2.566 0-.306.255-.61.66-.61h4.117c.56 0 .762.304.762.964v5.211c0 .558.255.762.407.762.33 0 .61-.204 1.22-.813 1.88-2.11 3.227-5.362 3.227-5.362.178-.381.483-.737 1.145-.737h2.616c.788 0 .966.405.788.965-.33 1.526-3.532 6.048-3.532 6.048-.28.457-.381.66 0 1.17.28.381 1.194 1.169 1.805 1.88 1.118 1.27 1.98 2.338 2.21 3.076.255.735-.128 1.116-.864 1.116z'/%3E%3C/svg%3E")}.shareon>.whatsapp{background-color:#25d366}.shareon>.whatsapp:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51a12.8 12.8 0 00-.57-.01c-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E")} \ No newline at end of file diff --git a/docs/slides/libs/shareon-1.4.1/shareon.min.js b/docs/slides/libs/shareon-1.4.1/shareon.min.js new file mode 100644 index 00000000..8a1d9dbb --- /dev/null +++ b/docs/slides/libs/shareon-1.4.1/shareon.min.js @@ -0,0 +1,6 @@ +/*! + * shareon v1.4.1 by Nikita Karamov + * https://shareon.js.org + */ + +var shareon=function(){"use strict";var t={facebook:t=>"https://www.facebook.com/sharer/sharer.php?u="+t.url,linkedin:t=>`https://www.linkedin.com/shareArticle?mini=true&url=${t.url}&title=${t.title}`,messenger:t=>`https://www.facebook.com/dialog/send?app_id=3619024578167617&link=${t.url}&redirect_uri=${t.url}`,odnoklassniki:t=>`https://connect.ok.ru/offer?url=${t.url}&title=${t.title}${t.media?"&imageUrl="+t.media:""}`,pinterest:t=>`https://pinterest.com/pin/create/button/?url=${t.url}&description=${t.title}${t.media?"&media="+t.media:""}`,pocket:t=>"https://getpocket.com/edit.php?url="+t.url,reddit:t=>`https://www.reddit.com/submit?title=${t.title}&url=${t.url}`,telegram:t=>`https://telegram.me/share/url?url=${t.url}${t.text?"&text="+t.text:""}`,twitter:t=>`https://twitter.com/intent/tweet?url=${t.url}&text=${t.title}${t.via?"&via="+t.via:""}`,viber:t=>`viber://forward?text=${t.title}%0D%0A${t.url}${t.text?"%0D%0A%0D%0A"+t.text:""}`,vkontakte:t=>`https://vk.com/share.php?url=${t.url}&title=${t.title}${t.media?"&image="+t.media:""}`,whatsapp:t=>`whatsapp://send?text=${t.title}%0D%0A${t.url}${t.text?"%0D%0A%0D%0A"+t.text:""}`};const e=()=>{const e=document.getElementsByClassName("shareon");for(let r=0;r{window.open(o,"_blank","noopener,noreferrer").opener=null});break}}}}}};return window.onload=()=>{e()},e}(); diff --git a/docs/slides/libs/tabwid-1.1.3/tabwid.css b/docs/slides/libs/tabwid-1.1.3/tabwid.css new file mode 100644 index 00000000..5e31a86c --- /dev/null +++ b/docs/slides/libs/tabwid-1.1.3/tabwid.css @@ -0,0 +1,42 @@ +.tabwid { + font-size: initial; + padding-bottom: 1em; +} + +.tabwid table{ + border-spacing:0px !important; + border-collapse:collapse; + line-height:1; + margin-left:auto; + margin-right:auto; + border-width: 0; + border-color: transparent; + caption-side: top; +} +.tabwid-caption-bottom table{ + caption-side: bottom; +} +.tabwid_left table{ + margin-left:0; +} +.tabwid_right table{ + margin-right:0; +} +.tabwid td, .tabwid th { + padding: 0; +} +.tabwid a { + text-decoration: none; +} +.tabwid thead { + background-color: transparent; +} +.tabwid tfoot { + background-color: transparent; +} +.tabwid table tr { +background-color: transparent; +} +.katex-display { + margin: 0 0 !important; +} diff --git a/docs/slides/libs/tabwid-1.1.3/tabwid.js b/docs/slides/libs/tabwid-1.1.3/tabwid.js new file mode 100644 index 00000000..47070f7b --- /dev/null +++ b/docs/slides/libs/tabwid-1.1.3/tabwid.js @@ -0,0 +1,20 @@ +document.addEventListener("DOMContentLoaded", function(event) { + var els = document.querySelectorAll(".tabwid"); + var tabwid_link = document.querySelector('link[href*="tabwid.css"]') + if (tabwid_link === null) { + const tabwid_styles = document.evaluate("//style[contains(., 'tabwid')]", document, null, XPathResult.ANY_TYPE, null ); + tabwid_link = tabwid_styles.iterateNext(); + } + + Array.prototype.forEach.call(els, function(template) { + const dest = document.createElement("div"); + template.parentNode.insertBefore(dest, template.nextSibling) + dest.setAttribute("class", "flextable-shadow-host"); + const fantome = dest.attachShadow({mode: 'open'}); + fantome.appendChild(template); + if (tabwid_link !== null) { + fantome.appendChild(tabwid_link.cloneNode(true)); + } + }); +}); + diff --git a/docs/slides/libs/tile-view-0.2.6/tile-view.css b/docs/slides/libs/tile-view-0.2.6/tile-view.css new file mode 100644 index 00000000..e1870da5 --- /dev/null +++ b/docs/slides/libs/tile-view-0.2.6/tile-view.css @@ -0,0 +1,52 @@ +.remark__tile-view * { + box-sizing: border-box; +} + +.remark__tile-view { + background: lightgray; + position: relative; + width: 100%; + height: 100%; + padding: 3em; + font-size: 18px; + box-sizing: border-box; + overflow: scroll; +} + +.remark__tile-view__header { + text-align: center; +} + +.remark__tile-view__tiles { + display: grid; + /* Set column width in JS */ + /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */ + justify-items: center; +} + +.remark__tile-view__tile { + position: relative; + margin: 0.5em; + padding: 0.5em; +} + +.remark__tile-view__slide-container { + margin: 0 auto; +} + +.remark__tile-view__tile--current { + background: #ffd863; + border: 5px solid #ffd863; + margin: calc(0.5em - 5px); + border-radius: 0; +} + +.remark__tile-view__tile--seen { + opacity: 0.5; +} + +.remark__tile-view__tile:hover { + /* background: #993d70; */ + background: #44bc96; + opacity: 1; +} diff --git a/docs/slides/libs/tile-view-0.2.6/tile-view.js b/docs/slides/libs/tile-view-0.2.6/tile-view.js new file mode 100644 index 00000000..bb31dc2f --- /dev/null +++ b/docs/slides/libs/tile-view-0.2.6/tile-view.js @@ -0,0 +1,177 @@ +/* + * Tile View for remark.js Slides + * + * Garrick Aden-Buie + * + * Inspired and converted to Vanilla JS from + * https://github.com/StephenHesperus/remark-hook/ + * + * Include after remarkjs slides are initialized. + * + */ + +/* global slideshow */ +(function () { + const ready = function (fn) { + /* MIT License Copyright (c) 2016 Nuclei */ + /* https://github.com/nuclei/readyjs */ + const completed = () => { + document.removeEventListener('DOMContentLoaded', completed) + window.removeEventListener('load', completed) + fn() + } + if (document.readyState !== 'loading') { + setTimeout(fn) + } else { + document.addEventListener('DOMContentLoaded', completed) + window.addEventListener('load', completed) + } + } + + ready(function () { + const launchKey = 79 // keycode for O, used to enable tile view + + // Slides container + const remarkSlideShow = document.querySelector('div.remark-slides-area') + + let tileView = document.querySelector('div.remark__tile-view') + if (!tileView) { + tileView = document.createElement('div') + tileView.className = 'remark__tile-view' + } + + const toggleElement = el => { + el.style.display = el.style.display === 'none' ? '' : 'none' + } + + function slideshowResize () { + window.dispatchEvent(new Event('resize')) + } + + const toggleTileView = function () { + toggleElement(tileView) + toggleElement(remarkSlideShow) + + if (tileView.style.display === 'none') { + // tileView is now hidden, go to current slide + slideshow.gotoSlide(tileVars.currentSlideIdx + 1) + + slideshow.resume() + slideshowResize() + } else { + // store current slide index prior to launching tile-view + tileVars.currentSlideIdx = slideshow.getCurrentSlideIndex() + + // set class on seen and current slide and scroll into view + const tiles = tileView.querySelectorAll('.remark__tile-view__tile'); + [...tiles].forEach((tile, idx) => { + tile.classList.toggle( + 'remark__tile-view__tile--seen', + idx < tileVars.currentSlideIdx + ) + tile.classList.toggle( + 'remark__tile-view__tile--current', + idx === tileVars.currentSlideIdx + ) + }) + tiles[tileVars.currentSlideIdx].scrollIntoView({ + behavior: 'smooth', + block: 'center' + }) + + slideshow.pause() + } + } + + const createTileView = ({ minSize = 250, title = document.title } = {}) => { + // Tile view header + const h1 = document.createElement('h1') + h1.className = 'remark__tile-view__header' + h1.innerHTML = title + + tileView.appendChild(h1) + const tiles = document.createElement('div') + tiles.className = 'remark__tile-view__tiles' + tileView.appendChild(tiles) + + // Clone slideshow + const slidesArea = remarkSlideShow.cloneNode(true) + + // Calculate slide scale and tile container size + const slideScaler = slidesArea.querySelector('.remark-slide-scaler') + const slideWidth = parseFloat(slideScaler.style.width.replace('px', '')) + const slideHeight = parseFloat( + slideScaler.style.height.replace('px', '') + ) + const scale = minSize / Math.min(slideWidth, slideHeight) + let tileWidth = Math.round(slideWidth * scale) + let tileHeight = Math.round(slideHeight * scale) + + // convert tileWidth/Height to em relative to base 18px (set in CSS) + tileWidth = tileWidth / 18 + tileHeight = tileHeight / 18 + + tiles.style.gridTemplateColumns = `repeat(auto-fill, minmax(${tileWidth}em, 1fr))` + + const slides = slidesArea.querySelectorAll('.remark-slide-container') + + slides.forEach((slide, slideIndex) => { + let tile = document.createElement('template') + tile.innerHTML = `
    +
    +
    ` + tile = tile.content.firstChild + + const tileContainer = tile.querySelector( + '.remark__tile-view__slide-container' + ) + tileContainer.style.width = `${tileWidth}em` + tileContainer.style.height = `${tileHeight}em` + + const thisSlideScaler = slide.querySelector('.remark-slide-scaler') + thisSlideScaler.style.top = '0px' + thisSlideScaler.style.left = '0px' + thisSlideScaler.style.transform = `scale(${scale})` + thisSlideScaler.parentElement.classList.add('remark-visible') + + slide.addEventListener('click', () => { + tileVars.currentSlideIdx = slideIndex + toggleTileView() + }) + + tileContainer.appendChild(slide) + tiles.appendChild(tile) + }) + + document.body.appendChild(tileView) + } + + const tileVars = {} + + document.addEventListener('keydown', ev => { + if (ev.keyCode === launchKey) { + toggleTileView() + } + }) + + const addTileViewHelpText = () => { + const helpTable = document.querySelector( + '.remark-help-content table.light-keys' + ) + if (!helpTable) { + console.error( + 'Could not find remark help table, has remark been initialized?' + ) + return + } + const newRow = document.createElement('tr') + newRow.innerHTML += 'o' + newRow.innerHTML += 'Tile View: Overview of Slides' + helpTable.append(newRow) + } + + createTileView({ minSize: 200 }) + toggleElement(tileView) + addTileViewHelpText() + }) +})() diff --git a/docs/slides/libs/tile-view/tile-view.css b/docs/slides/libs/tile-view/tile-view.css new file mode 100644 index 00000000..e1870da5 --- /dev/null +++ b/docs/slides/libs/tile-view/tile-view.css @@ -0,0 +1,52 @@ +.remark__tile-view * { + box-sizing: border-box; +} + +.remark__tile-view { + background: lightgray; + position: relative; + width: 100%; + height: 100%; + padding: 3em; + font-size: 18px; + box-sizing: border-box; + overflow: scroll; +} + +.remark__tile-view__header { + text-align: center; +} + +.remark__tile-view__tiles { + display: grid; + /* Set column width in JS */ + /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */ + justify-items: center; +} + +.remark__tile-view__tile { + position: relative; + margin: 0.5em; + padding: 0.5em; +} + +.remark__tile-view__slide-container { + margin: 0 auto; +} + +.remark__tile-view__tile--current { + background: #ffd863; + border: 5px solid #ffd863; + margin: calc(0.5em - 5px); + border-radius: 0; +} + +.remark__tile-view__tile--seen { + opacity: 0.5; +} + +.remark__tile-view__tile:hover { + /* background: #993d70; */ + background: #44bc96; + opacity: 1; +} diff --git a/docs/slides/libs/tile-view/tile-view.js b/docs/slides/libs/tile-view/tile-view.js new file mode 100644 index 00000000..bb31dc2f --- /dev/null +++ b/docs/slides/libs/tile-view/tile-view.js @@ -0,0 +1,177 @@ +/* + * Tile View for remark.js Slides + * + * Garrick Aden-Buie + * + * Inspired and converted to Vanilla JS from + * https://github.com/StephenHesperus/remark-hook/ + * + * Include after remarkjs slides are initialized. + * + */ + +/* global slideshow */ +(function () { + const ready = function (fn) { + /* MIT License Copyright (c) 2016 Nuclei */ + /* https://github.com/nuclei/readyjs */ + const completed = () => { + document.removeEventListener('DOMContentLoaded', completed) + window.removeEventListener('load', completed) + fn() + } + if (document.readyState !== 'loading') { + setTimeout(fn) + } else { + document.addEventListener('DOMContentLoaded', completed) + window.addEventListener('load', completed) + } + } + + ready(function () { + const launchKey = 79 // keycode for O, used to enable tile view + + // Slides container + const remarkSlideShow = document.querySelector('div.remark-slides-area') + + let tileView = document.querySelector('div.remark__tile-view') + if (!tileView) { + tileView = document.createElement('div') + tileView.className = 'remark__tile-view' + } + + const toggleElement = el => { + el.style.display = el.style.display === 'none' ? '' : 'none' + } + + function slideshowResize () { + window.dispatchEvent(new Event('resize')) + } + + const toggleTileView = function () { + toggleElement(tileView) + toggleElement(remarkSlideShow) + + if (tileView.style.display === 'none') { + // tileView is now hidden, go to current slide + slideshow.gotoSlide(tileVars.currentSlideIdx + 1) + + slideshow.resume() + slideshowResize() + } else { + // store current slide index prior to launching tile-view + tileVars.currentSlideIdx = slideshow.getCurrentSlideIndex() + + // set class on seen and current slide and scroll into view + const tiles = tileView.querySelectorAll('.remark__tile-view__tile'); + [...tiles].forEach((tile, idx) => { + tile.classList.toggle( + 'remark__tile-view__tile--seen', + idx < tileVars.currentSlideIdx + ) + tile.classList.toggle( + 'remark__tile-view__tile--current', + idx === tileVars.currentSlideIdx + ) + }) + tiles[tileVars.currentSlideIdx].scrollIntoView({ + behavior: 'smooth', + block: 'center' + }) + + slideshow.pause() + } + } + + const createTileView = ({ minSize = 250, title = document.title } = {}) => { + // Tile view header + const h1 = document.createElement('h1') + h1.className = 'remark__tile-view__header' + h1.innerHTML = title + + tileView.appendChild(h1) + const tiles = document.createElement('div') + tiles.className = 'remark__tile-view__tiles' + tileView.appendChild(tiles) + + // Clone slideshow + const slidesArea = remarkSlideShow.cloneNode(true) + + // Calculate slide scale and tile container size + const slideScaler = slidesArea.querySelector('.remark-slide-scaler') + const slideWidth = parseFloat(slideScaler.style.width.replace('px', '')) + const slideHeight = parseFloat( + slideScaler.style.height.replace('px', '') + ) + const scale = minSize / Math.min(slideWidth, slideHeight) + let tileWidth = Math.round(slideWidth * scale) + let tileHeight = Math.round(slideHeight * scale) + + // convert tileWidth/Height to em relative to base 18px (set in CSS) + tileWidth = tileWidth / 18 + tileHeight = tileHeight / 18 + + tiles.style.gridTemplateColumns = `repeat(auto-fill, minmax(${tileWidth}em, 1fr))` + + const slides = slidesArea.querySelectorAll('.remark-slide-container') + + slides.forEach((slide, slideIndex) => { + let tile = document.createElement('template') + tile.innerHTML = `
    +
    +
    ` + tile = tile.content.firstChild + + const tileContainer = tile.querySelector( + '.remark__tile-view__slide-container' + ) + tileContainer.style.width = `${tileWidth}em` + tileContainer.style.height = `${tileHeight}em` + + const thisSlideScaler = slide.querySelector('.remark-slide-scaler') + thisSlideScaler.style.top = '0px' + thisSlideScaler.style.left = '0px' + thisSlideScaler.style.transform = `scale(${scale})` + thisSlideScaler.parentElement.classList.add('remark-visible') + + slide.addEventListener('click', () => { + tileVars.currentSlideIdx = slideIndex + toggleTileView() + }) + + tileContainer.appendChild(slide) + tiles.appendChild(tile) + }) + + document.body.appendChild(tileView) + } + + const tileVars = {} + + document.addEventListener('keydown', ev => { + if (ev.keyCode === launchKey) { + toggleTileView() + } + }) + + const addTileViewHelpText = () => { + const helpTable = document.querySelector( + '.remark-help-content table.light-keys' + ) + if (!helpTable) { + console.error( + 'Could not find remark help table, has remark been initialized?' + ) + return + } + const newRow = document.createElement('tr') + newRow.innerHTML += 'o' + newRow.innerHTML += 'Tile View: Overview of Slides' + helpTable.append(newRow) + } + + createTileView({ minSize: 200 }) + toggleElement(tileView) + addTileViewHelpText() + }) +})() diff --git a/docs/slides/libs/xaringanExtra-scribble-0.0.1/scribble.css b/docs/slides/libs/xaringanExtra-scribble-0.0.1/scribble.css new file mode 100644 index 00000000..be14e7a5 --- /dev/null +++ b/docs/slides/libs/xaringanExtra-scribble-0.0.1/scribble.css @@ -0,0 +1,157 @@ +:root { + --xe-scribble--pen-color: #FF0000; + --xe-scribble--button-draw-active-bg: #FF0000; + --xe-scribble--button-draw-active-fg: #FFFFFF; + --xe-scribble--button-active-color: #000000; + --xe-scribble--button-inactive-color: #666666; +} + +.xe-scribble__cursor__eraser { + position: absolute; + height: 10px; + width: 10px; + border-radius: 50%; + pointer-events: none; + z-index: 5; +} + +.xe-scribble__cursor__eraser.hidden { + display: none; +} + +.xe-scribble { + position: absolute; + top: 0px; + left: 0px; +} + +.xe-scribble__canvas__drawing, +.xe-scribble__canvas, +.xe-scribble { + pointer-events: none; + z-index: 1; +} + +.xe-scribble__canvas__drawing.active { + pointer-events: all; +} + +.xe-scribble__tools { + position: absolute; + top: 10px; + right: 10px; + pointer-events: all; + z-index: 101; + width: 32px; +} + +.xe-scribble__button { + cursor: pointer; + padding: 3px; + background: unset; + border: unset; + border-radius: 100%; + width: 100%; + height: calc(100% - 3px); + margin-bottom: 5px; + opacity: 1; + transition: transform ease-out 100ms, opacity ease-out 80ms; +} + +.xe-scribble__button:hover { + background-color: #eee; +} +.xe-scribble__button.active { + background-color: #4443; +} + +.xe-scribble__tools.minimized > :nth-child(2) { + opacity: 0; + transform: translateY(-100%); + transition: ease-in 100ms, opacity ease-in 80ms; + z-index: 0; + pointer-events: none; +} + +.xe-scribble__tools.minimized > :nth-child(3) { + opacity: 0; + transform: translateY(-200%); + transition: ease-in 100ms, opacity ease-in 80ms; + z-index: 0; + pointer-events: none; +} + +.xe-scribble__tools.minimized > :nth-child(4) { + opacity: 0; + transform: translateY(-300%); + transition: ease-in 100ms, opacity ease-in 80ms; + z-index: 0; + pointer-events: none; +} + +.xe-scribble__button > svg { + width: 100%; + height: 100%; +} + +.xe-scribble__button__draw, +.xe-scribble__button__erase, +.xe-scribble__button__clear { + color: var(--xe-scribble--button-inactive-color); +} + +.xe-scribble__button__draw:hover, +.xe-scribble__button__erase:hover, +.xe-scribble__button__clear:hover { + color: var(--xe-scribble--button-active-color); +} + +.xe-scribble__button__draw.active { + color: var(--xe-scribble--button-draw-active-fg); + background-color: var(--xe-scribble--button-draw-active-bg); +} + +.xe-scribble__button__erase.active > svg, +.xe-scribble__button__clear:hover > svg { + color: var(--xe-scribble--button-active-color); +} + +#xe-scribble__colorPicker { + border-radius: 100%; + height: 30px; + width: 30px; + margin: 0; + border: none; + outline: none; + -webkit-appearance: none; +} + +#xe-scribble__colorPicker::-webkit-color-swatch-wrapper { + padding: 0; +} + +#xe-scribble__colorPicker::-webkit-color-swatch { + border-radius: 100%; +} + +#xe-scribble__colorPicker::-moz-color-swatch{ + border: none; + border-radius: 100%; +} + +/* --- +
    + + + + +
    + +#f44336 #E91E63 #9C27B0 #673AB7 #3F51B5 #2196F3 #03A9F4 #00BCD4 #009688 #4CAF50 #8BC34A #CDDC39 #FFEB3B #FFC107 #FF9800 #FF5722 #795548 #9E9E9E #000000 #FFFFFF +---*/ + +@media print { + .xe-scribble__tools { + display: none; + } +} diff --git a/docs/slides/libs/xaringanExtra-scribble-0.0.1/scribble.js b/docs/slides/libs/xaringanExtra-scribble-0.0.1/scribble.js new file mode 100644 index 00000000..c6f9edfd --- /dev/null +++ b/docs/slides/libs/xaringanExtra-scribble-0.0.1/scribble.js @@ -0,0 +1,675 @@ +/* + * Scribble for remark.js/xaringan + * Matthew T. Warkentin + * and Garrick Aden-Buie + */ + +/* global slideshow,fabric */ + +class Scribble { + constructor (opts) { + // User options + this.opts = opts + this.penColors = opts.pen_color || '#FF0000' + this.currColor = this.penColors[0] + this.penSize = opts.pen_size || 3 + this.eraserSize = opts.eraser_size || this.penSize * 10 + this.tolerance = this.eraserSize / 2 + // this.eraserColor = opts['eraser_color'] || 'rgba(0, 0, 0, 0.1)' + this.transparent = 'rgba(0, 0, 0, 0)' + this.opts.palette = [ + ...this.opts.palette, + ...this.defaultPresetColors.slice(this.opts.palette.length) + ] + + // Fabric objects + this.fabrics = null + this.currFabric = null + this.pathCache = [] + this.undo = this.undo.bind(this) + this.redo = this.redo.bind(this) + + // State objects + this.mouseDown = false + this.drawMode = false + this.eraseMode = false + this.hideToolbox = true + + this.eraserCursorMovement = this.eraserCursorMovement.bind(this) + this.eraserDetectErase = this.eraserDetectErase.bind(this) + this.setPresetColor = this.setPresetColor.bind(this) + + // Toolbox objects + this.launchKey = 83 // "S" used to toggle toolbox/state + this.toolBox = null + this.drawBtn = null + this.eraseBtn = null + this.clearBtn = null + this.colorPicker = null + this.eraserCursor = null + + // Scribble initialization + this.setPenColorCSSVariables(this.currColor) + this.addCanvasToAllSlides() + this.addCanvasHelpText() + this.assembleToolbox() + this.addToolboxToSlide() + this.initEraserCursor() + this.addToggleToolbox() + this.resizeContent() + + this.addDrawing() + this.addClearing() + this.addErasing() + + // Scribble continuous updating + slideshow.on('afterShowSlide', (slide) => { + this.currFabric = this.fabrics[slide.getSlideIndex()] + this.addToolboxToSlide() + this.pathCache = [] + }) + slideshow.on( + 'beforeHideSlide', + this.removeTransparentEraserPaths.bind(this) + ) + window.addEventListener('resize', this.resizeContent.bind(this)) + } + + getVisibleSlide () { + return document.querySelector('.remark-visible') + } + + getVisibleSlideSize () { + const slideSize = this.getVisibleSlide() + .querySelector('.remark-slide-scaler') + .getBoundingClientRect() + return slideSize + } + + getVisibleSlideScaleRatio () { + const scaleRatio = this.getVisibleSlide().querySelector( + '.remark-slide-scaler' + ).style.transform + return scaleRatio + } + + getVisibleSlideCanvas () { + return this.fabrics[slideshow.getCurrentSlideIndex()] + } + + getVisibleSlideOuterContainer () { + return this.getVisibleSlide().querySelector( + '.xe-scribble' + ) + } + + getVisibleSlideCanvasContainers () { + return this.getVisibleSlide().querySelectorAll( + '.xe-scribble__canvas__drawing' + ) + } + + setPenColorCSSVariables (color) { + const root = document.documentElement + root.style.setProperty('--xe-scribble--button-draw-active-bg', color) + root.style.setProperty( + '--xe-scribble--button-draw-active-fg', + this.pickContrastForegroundColor(color) + ) + root.style.setProperty('--xe-scribble--pen-color', color) + } + + createCanvas (id) { + const slideSize = this.getVisibleSlideSize() + + const canvasDiv = document.createElement('div') + canvasDiv.classList.add('xe-scribble') + canvasDiv.style.width = slideSize.width + canvasDiv.style.height = slideSize.height + canvasDiv.style.left = slideSize.left + 'px' + canvasDiv.style.top = slideSize.top + 'px' + ;['mousedown', 'touchstart'].forEach((gesture) => { + canvasDiv.addEventListener(gesture, this.mousedown.bind(this)) + }) + ;['mouseup', 'touchend'].forEach((gesture) => { + canvasDiv.addEventListener(gesture, this.mouseup.bind(this)) + }) + + const canvas = document.createElement('canvas') + canvas.setAttribute('id', 'canvas' + id) + canvas.classList.add('xe-scribble__canvas__drawing') + canvas.setAttribute('width', slideSize.width) + canvas.setAttribute('height', slideSize.height) + + canvasDiv.appendChild(canvas) + + return canvasDiv + } + + addCanvasToAllSlides () { + // Add to slide container + const nslides = slideshow.getSlideCount() + let i = 0 + const slides = document.getElementsByClassName('remark-slide-container') + slides.forEach((slide) => { + if (i + 1 <= nslides) { + const canvasDiv = this.createCanvas(i) + slide.appendChild(canvasDiv) + i += 1 + } + }) + + // Convert to fabric.Canvas + const allCanvases = document.querySelectorAll('.xe-scribble__canvas__drawing') + this.fabrics = [] + allCanvases.forEach((el, index) => { + this.fabrics[index] = new fabric.Canvas(el.id, { + isDrawingMode: false, + containerClass: 'xe-scribble__canvas' + }) + }) + this.currFabric = this.fabrics[slideshow.getCurrentSlideIndex()] + } + + resizeContent () { + const scalerSize = document + .querySelector('.remark-visible .remark-slide-scaler') + .getBoundingClientRect() + + // Resize canvas container + const outerContainers = document.querySelectorAll( + '.xe-scribble' + ) + outerContainers.forEach((div) => { + div.style.width = scalerSize.width + 'px' + div.style.height = scalerSize.height + 'px' + div.style.left = scalerSize.left + 'px' + div.style.top = scalerSize.top + 'px' + }) + + const scaleRatio = parseFloat( + this.getVisibleSlideScaleRatio().match('\\d+.\\d+') + ) + + // Resize canvas itself + this.fabrics.forEach((fab) => { + fab.setWidth(scalerSize.width) + fab.setHeight(scalerSize.height) + fab.setZoom(scaleRatio) + }) + + // Reposition toolbox outside slides if there is extra space + if ((window.innerWidth - scalerSize.width) / 2 >= 42) { + this.toolBox.style.right = '-40px' + } else { + this.toolBox.style.right = '10px' + } + } + + createButton (id, name, title) { + const btn = document.createElement('button') + btn.classList.add('xe-scribble__button', 'xe-scribble__button__' + id) + btn.innerHTML = this.svgs[name] + btn.title = title || (name.slice(0, 1).toUpperCase() + name.slice(1)) + return btn + } + + createColorPicker () { + const colorPicker = document.createElement('input') + colorPicker.setAttribute('id', 'xe-scribble__colorPicker') + colorPicker.classList.add('xe-scribble__button') + colorPicker.setAttribute('type', 'color') + colorPicker.setAttribute('value', this.currColor) + colorPicker.title = 'Choose Pen Color' + return colorPicker + } + + createToolbox () { + this.toolBox = document.createElement('div') + this.toolBox.classList = 'xe-scribble__tools' + } + + rgbColorToHex (color) { + // https://haacked.com/archive/2009/12/29/convert-rgb-to-hex.aspx/ + if (color.substr(0, 1) === '#') { + return color + } + const digits = /rgb\((\d+),\s*(\d+),\s*(\d+)/.exec(color) + + const red = parseInt(digits[1]) + const green = parseInt(digits[2]) + const blue = parseInt(digits[3]) + + const rgb = blue | (green << 8) | (red << 16) + return '#' + rgb.toString(16).padStart(6, '0') + } + + pickContrastForegroundColor (color, light, dark, threshold) { + color = this.rgbColorToHex(color) + + // https://stackoverflow.com/a/41491220/2022615 + light = light || '#FFFFFF' + dark = dark || '#000000' + threshold = threshold || 145 + color = (color.charAt(0) === '#') ? color.substring(1, 7) : color + const r = parseInt(color.substring(0, 2), 16) // hexToR + const g = parseInt(color.substring(2, 4), 16) // hexToG + const b = parseInt(color.substring(4, 6), 16) // hexToB + const score = ((r * 0.299) + (g * 0.587) + (b * 0.114)) + return (score > threshold) ? dark : light + } + + assembleToolbox () { + this.createToolbox() + + // Build draw, erase, clear buttons + this.drawBtn = this.createButton('draw', 'draw', 'Start Drawing (S)') + this.eraseBtn = this.createButton('erase', 'eraser', 'Erase Lines') + this.clearBtn = this.createButton('clear', 'trash', 'Clear This Slide') + + this.colorPicker = this.createColorPicker() + this.colorPicker.addEventListener('input', () => { + this.currColor = this.colorPicker.value + if (this.drawMode) { + this.currFabric.freeDrawingBrush.color = this.currColor + } + this.setPenColorCSSVariables(this.currColor) + }) + + ;[this.drawBtn, this.eraseBtn, this.clearBtn, this.colorPicker] + .forEach((btn) => { + this.toolBox.appendChild(btn) + }) + + ;['click', 'touchend'].forEach((action) => { + this.toolBox.addEventListener(action, ev => ev.stopPropagation()) + }) + } + + noScribble () { + return this.getVisibleSlide() + .querySelector('.remark-slide-content') + .classList.contains('no-scribble') + } + + addToolboxToSlide () { + if (this.noScribble()) return + + const canvasDiv = this.getVisibleSlideOuterContainer() + canvasDiv.appendChild(this.toolBox) + if (this.hideToolbox) { + this.toolBox.classList.add('minimized') + } + } + + addToggleToolbox () { + const self = this + + document.addEventListener('keydown', (ev) => { + if (ev.keyCode === this.launchKey) { + self.toggleToolbox() + } + }) + + this.toolBox.addEventListener('mouseleave', function (ev) { + if (self.drawMode | self.eraseMode) { + return + } + self.minimizeTimeout = setTimeout(() => self.toggleToolbox(false), 2000) + }) + + this.toolBox.addEventListener('mouseenter', function (ev) { + if (self.minimizeTimeout) { + clearTimeout(self.minimizeTimeout) + } + }) + } + + toggleToolbox (show) { + if (this.noScribble()) return + + const isMinimized = this.toolBox.matches('.minimized') + if (typeof show !== 'undefined' && show === !isMinimized) return + + this.hideToolbox = !(show || isMinimized) + this.toolBox.classList.toggle('minimized') + + if (this.hideToolbox) { + this.toolBox.classList.add('minimized') + if (this.drawMode) { + this.drawBtn.click() + } else if (this.eraseMode) { + this.eraseBtn.click() + } + } else { + this.toolBox.classList.remove('minimized') + clearTimeout(this.minimizeTimeout) + this.minimizeTimeout = null + if (!this.drawMode) this.drawBtn.click() + } + } + + addCanvasHelpText () { + const helpTable = document.querySelector( + '.remark-help-content table.light-keys' + ) + if (!helpTable) { + console.error( + 'Could not find remark help table, has remark been initialized?' + ) + return + } + const newRow = document.createElement('tr') + newRow.innerHTML += 's' + newRow.innerHTML += 'Toggle scribble toolbox' + helpTable.append(newRow) + } + + mousedown () { + this.mouseDown = true + } + + mouseup () { + this.mouseDown = false + } + + getCanvasPaths () { + return this.currFabric.getObjects('path') + } + + addDrawing () { + const self = this + ;['click', 'touchend'].forEach((gesture) => { + this.drawBtn.addEventListener(gesture, (ev) => { + ev.preventDefault() + ev.stopPropagation() + if (self.drawMode) { + self.stopDrawing() + } else { + self.startDrawing() + } + }) + }) + } + + setPresetColor (ev) { + let idx = Number(ev.key) + if (isNaN(idx) || typeof idx === 'undefined' || idx >= 10) return + idx = idx === 0 ? 10 : idx + const presetColor = this.opts.palette[idx - 1] + this.currColor = presetColor + this.currFabric.freeDrawingBrush.color = presetColor + this.setPenColorCSSVariables(presetColor) + this.colorPicker.value = presetColor + } + + startDrawing () { + if (this.noScribble()) return + + slideshow.pause() + this.toggleToolbox(true) + + this.drawMode = true + this.eraseMode = false + this.drawBtn.title = 'Stop Drawing (S)' + + this.currFabric.isDrawingMode = true + this.currFabric.freeDrawingBrush.width = this.penSize + this.currFabric.freeDrawingBrush.color = this.currColor + this.currFabric.freeDrawingCursor = 'crosshair' + + const drawingCanvas = this.getVisibleSlideCanvasContainers() + drawingCanvas.forEach((container) => { + container.classList.add('active', 'draw') + }) + + document.addEventListener('keydown', this.undo) + document.addEventListener('keydown', this.redo) + document.addEventListener('keydown', this.setPresetColor) + + document.removeEventListener('mousemove', this.eraserCursorMovement) + document.removeEventListener('touchmove', this.eraserCursorMovement) + + this.eraserCursor.classList.add('hidden') + this.drawBtn.classList.add('active') + this.eraseBtn.classList.remove('active') + } + + stopDrawing () { + slideshow.resume() + + this.drawMode = false + this.eraseMode = false + this.drawBtn.title = 'Start Drawing (S)' + + const drawingCanvas = this.getVisibleSlideCanvasContainers() + drawingCanvas.forEach((container) => { + container.classList.remove('active', 'draw') + }) + + document.removeEventListener('keydown', this.undo) + document.removeEventListener('keydown', this.redo) + document.removeEventListener('keydown', this.setPresetColor) + + this.drawBtn.classList.remove('active') + this.eraseBtn.classList.remove('active') + } + + addClearing () { + ;['click', 'touchend'].forEach((gesture) => { + this.clearBtn.addEventListener(gesture, (ev) => { + ev.preventDefault() + ev.stopPropagation() + this.clearCurrentCanvas() + }) + }) + } + + clearCurrentCanvas () { + this.currFabric.forEachObject((obj) => { + this.currFabric.remove(obj) + }) + } + + addErasing () { + ;['click', 'touchend'].forEach((gesture) => { + this.eraseBtn.addEventListener(gesture, (ev) => { + ev.preventDefault() + ev.stopPropagation() + this.eraseMode ? this.stopErasing() : this.startErasing() + }) + }) + } + + eraserColor () { + const slide = this.getVisibleSlide().querySelector('.remark-slide-content') + const slideBgColor = window + .getComputedStyle(slide) + .getPropertyValue('background-color') + + return this.pickContrastForegroundColor( + slideBgColor, + 'rgba(255, 255, 255, 0.33)', + 'rgba(0, 0, 0, 0.33)' + ) + } + + startErasing () { + slideshow.pause() + + this.eraseMode = true + this.drawMode = false + this.eraseBtn.title = 'Stop Erasing' + this.eraserCursor.style.backgroundColor = this.eraserColor() + this.colorPicker.classList.add('hidden') + + const outerDiv = this.getVisibleSlideOuterContainer() + outerDiv.addEventListener('mousemove', this.eraserDetectErase) + outerDiv.addEventListener('touchmove', this.eraserDetectErase) + + document.addEventListener('mousemove', this.eraserCursorMovement) + document.addEventListener('touchmove', this.eraserCursorMovement) + + const self = this + ;['mousemove', 'touchmove'].forEach(function (action) { + document.addEventListener(action, function (ev) { + self.eraserCursor.classList.remove('hidden') + }, { once: true }) + }) + + document.addEventListener('keydown', this.undo) + document.addEventListener('keydown', this.redo) + + this.currFabric.isDrawingMode = true + this.currFabric.freeDrawingBrush.width = this.tolerance + this.currFabric.freeDrawingBrush.color = this.transparent + this.currFabric.freeDrawingCursor = 'none' + + const drawingCanvas = this.getVisibleSlideCanvasContainers() + drawingCanvas.forEach((container) => { + container.classList.add('active', 'erase') + }) + + this.drawBtn.classList.remove('active') + this.eraseBtn.classList.add('active') + } + + stopErasing () { + this.drawMode = false + this.eraseMode = false + this.eraserCursor.classList.add('hidden') + this.eraseBtn.title = 'Erase Lines' + + const outerDiv = this.getVisibleSlideOuterContainer() + outerDiv.removeEventListener('mousemove', this.eraserDetectErase) + outerDiv.removeEventListener('touchmove', this.eraserDetectErase) + + document.removeEventListener('mousemove', this.eraserCursorMovement) + document.removeEventListener('touchmove', this.eraserCursorMovement) + + document.removeEventListener('keydown', this.undo) + document.removeEventListener('keydown', this.redo) + + const drawingCanvas = this.getVisibleSlideCanvasContainers() + drawingCanvas.forEach((container) => { + container.classList.remove('active', 'erase') + }) + + this.drawBtn.classList.remove('active') + this.eraseBtn.classList.remove('active') + + slideshow.resume() + } + + eraserDetectErase (ev) { + if (this.mouseDown & this.eraseMode) { + const xy = [ + this.currFabric.getPointer(ev).x, + this.currFabric.getPointer(ev).y + ] + const objs = this.getCanvasPaths() + const paths = objs.map((path) => { + return path.path + }) + + const shouldRemove = paths.map((path) => { + const toRemove = path.some((point) => { + const xcond = Math.abs(point[1] - xy[0]) < this.tolerance + const ycond = Math.abs(point[2] - xy[1]) < this.tolerance + const both = xcond & ycond + return both + }) + return toRemove + }) + + const pathCache = this.pathCache + const currFabric = this.currFabric + + objs.map(function (item, index) { + if (shouldRemove[index]) { + pathCache.push(item) + currFabric.remove(item) + } + }) + } + } + + removeTransparentEraserPaths () { + this.currFabric.forEachObject((obj) => { + if (obj.stroke === this.transparent) { + this.currFabric.remove(obj) + } + }) + } + + initEraserCursor () { + const slideArea = document.querySelector('.remark-slides-area') + this.eraserCursor = document.createElement('div') + this.eraserCursor.classList.add('xe-scribble__cursor__eraser', 'hidden') + this.eraserCursor.style.width = this.eraserSize + 'px' + this.eraserCursor.style.height = this.eraserSize + 'px' + + slideArea.appendChild(this.eraserCursor) + } + + eraserCursorMovement (ev) { + var pX + var pY + if (ev.type === 'mousemove') { + pX = ev.pageX + pY = ev.pageY + } else if (ev.type === 'touchmove') { + pX = ev.touches[0].pageX + pY = ev.touches[0].pageY + } + this.eraserCursor.style.top = pY - this.tolerance + 'px' + this.eraserCursor.style.left = pX - this.tolerance + 'px' + } + + undo (ev) { + if (ev.keyCode === 37) { + this.removeTransparentEraserPaths() + + if (this.currFabric._objects.length === 0) return + + const removedPath = this.currFabric._objects.pop() + this.pathCache.push(removedPath) + this.currFabric.renderAll() + } + } + + redo (ev) { + if (ev.keyCode === 39) { + this.removeTransparentEraserPaths() + + if (this.pathCache.length === 0) return + + const addedPath = this.pathCache.pop() + this.currFabric._objects.push(addedPath) + this.currFabric.renderAll() + } + } +} + +Scribble.prototype.svgs = { + // https://phosphoricons.com/ + draw: + '', + eraser: + '', + trash: + '' +} + +Scribble.prototype.defaultPresetColors = [ + '#e51c23', // red (1) + '#259b24', // green (2) + '#9c27b0', // purple (3) + '#5677fc', // blue (4) + '#ff9800', // orange (5) + '#00bcd4', // cyan (6) + '#ffc107', // yellow (7) + '#009688', // teal (8) + '#9e9e9e', // grey (9) + '#212121' // black (0) +] diff --git a/docs/slides/libs/xaringanExtra-scribble/scribble.css b/docs/slides/libs/xaringanExtra-scribble/scribble.css new file mode 100644 index 00000000..be14e7a5 --- /dev/null +++ b/docs/slides/libs/xaringanExtra-scribble/scribble.css @@ -0,0 +1,157 @@ +:root { + --xe-scribble--pen-color: #FF0000; + --xe-scribble--button-draw-active-bg: #FF0000; + --xe-scribble--button-draw-active-fg: #FFFFFF; + --xe-scribble--button-active-color: #000000; + --xe-scribble--button-inactive-color: #666666; +} + +.xe-scribble__cursor__eraser { + position: absolute; + height: 10px; + width: 10px; + border-radius: 50%; + pointer-events: none; + z-index: 5; +} + +.xe-scribble__cursor__eraser.hidden { + display: none; +} + +.xe-scribble { + position: absolute; + top: 0px; + left: 0px; +} + +.xe-scribble__canvas__drawing, +.xe-scribble__canvas, +.xe-scribble { + pointer-events: none; + z-index: 1; +} + +.xe-scribble__canvas__drawing.active { + pointer-events: all; +} + +.xe-scribble__tools { + position: absolute; + top: 10px; + right: 10px; + pointer-events: all; + z-index: 101; + width: 32px; +} + +.xe-scribble__button { + cursor: pointer; + padding: 3px; + background: unset; + border: unset; + border-radius: 100%; + width: 100%; + height: calc(100% - 3px); + margin-bottom: 5px; + opacity: 1; + transition: transform ease-out 100ms, opacity ease-out 80ms; +} + +.xe-scribble__button:hover { + background-color: #eee; +} +.xe-scribble__button.active { + background-color: #4443; +} + +.xe-scribble__tools.minimized > :nth-child(2) { + opacity: 0; + transform: translateY(-100%); + transition: ease-in 100ms, opacity ease-in 80ms; + z-index: 0; + pointer-events: none; +} + +.xe-scribble__tools.minimized > :nth-child(3) { + opacity: 0; + transform: translateY(-200%); + transition: ease-in 100ms, opacity ease-in 80ms; + z-index: 0; + pointer-events: none; +} + +.xe-scribble__tools.minimized > :nth-child(4) { + opacity: 0; + transform: translateY(-300%); + transition: ease-in 100ms, opacity ease-in 80ms; + z-index: 0; + pointer-events: none; +} + +.xe-scribble__button > svg { + width: 100%; + height: 100%; +} + +.xe-scribble__button__draw, +.xe-scribble__button__erase, +.xe-scribble__button__clear { + color: var(--xe-scribble--button-inactive-color); +} + +.xe-scribble__button__draw:hover, +.xe-scribble__button__erase:hover, +.xe-scribble__button__clear:hover { + color: var(--xe-scribble--button-active-color); +} + +.xe-scribble__button__draw.active { + color: var(--xe-scribble--button-draw-active-fg); + background-color: var(--xe-scribble--button-draw-active-bg); +} + +.xe-scribble__button__erase.active > svg, +.xe-scribble__button__clear:hover > svg { + color: var(--xe-scribble--button-active-color); +} + +#xe-scribble__colorPicker { + border-radius: 100%; + height: 30px; + width: 30px; + margin: 0; + border: none; + outline: none; + -webkit-appearance: none; +} + +#xe-scribble__colorPicker::-webkit-color-swatch-wrapper { + padding: 0; +} + +#xe-scribble__colorPicker::-webkit-color-swatch { + border-radius: 100%; +} + +#xe-scribble__colorPicker::-moz-color-swatch{ + border: none; + border-radius: 100%; +} + +/* --- +
    + + + + +
    + +#f44336 #E91E63 #9C27B0 #673AB7 #3F51B5 #2196F3 #03A9F4 #00BCD4 #009688 #4CAF50 #8BC34A #CDDC39 #FFEB3B #FFC107 #FF9800 #FF5722 #795548 #9E9E9E #000000 #FFFFFF +---*/ + +@media print { + .xe-scribble__tools { + display: none; + } +} diff --git a/docs/slides/libs/xaringanExtra-scribble/scribble.js b/docs/slides/libs/xaringanExtra-scribble/scribble.js new file mode 100644 index 00000000..c6f9edfd --- /dev/null +++ b/docs/slides/libs/xaringanExtra-scribble/scribble.js @@ -0,0 +1,675 @@ +/* + * Scribble for remark.js/xaringan + * Matthew T. Warkentin + * and Garrick Aden-Buie + */ + +/* global slideshow,fabric */ + +class Scribble { + constructor (opts) { + // User options + this.opts = opts + this.penColors = opts.pen_color || '#FF0000' + this.currColor = this.penColors[0] + this.penSize = opts.pen_size || 3 + this.eraserSize = opts.eraser_size || this.penSize * 10 + this.tolerance = this.eraserSize / 2 + // this.eraserColor = opts['eraser_color'] || 'rgba(0, 0, 0, 0.1)' + this.transparent = 'rgba(0, 0, 0, 0)' + this.opts.palette = [ + ...this.opts.palette, + ...this.defaultPresetColors.slice(this.opts.palette.length) + ] + + // Fabric objects + this.fabrics = null + this.currFabric = null + this.pathCache = [] + this.undo = this.undo.bind(this) + this.redo = this.redo.bind(this) + + // State objects + this.mouseDown = false + this.drawMode = false + this.eraseMode = false + this.hideToolbox = true + + this.eraserCursorMovement = this.eraserCursorMovement.bind(this) + this.eraserDetectErase = this.eraserDetectErase.bind(this) + this.setPresetColor = this.setPresetColor.bind(this) + + // Toolbox objects + this.launchKey = 83 // "S" used to toggle toolbox/state + this.toolBox = null + this.drawBtn = null + this.eraseBtn = null + this.clearBtn = null + this.colorPicker = null + this.eraserCursor = null + + // Scribble initialization + this.setPenColorCSSVariables(this.currColor) + this.addCanvasToAllSlides() + this.addCanvasHelpText() + this.assembleToolbox() + this.addToolboxToSlide() + this.initEraserCursor() + this.addToggleToolbox() + this.resizeContent() + + this.addDrawing() + this.addClearing() + this.addErasing() + + // Scribble continuous updating + slideshow.on('afterShowSlide', (slide) => { + this.currFabric = this.fabrics[slide.getSlideIndex()] + this.addToolboxToSlide() + this.pathCache = [] + }) + slideshow.on( + 'beforeHideSlide', + this.removeTransparentEraserPaths.bind(this) + ) + window.addEventListener('resize', this.resizeContent.bind(this)) + } + + getVisibleSlide () { + return document.querySelector('.remark-visible') + } + + getVisibleSlideSize () { + const slideSize = this.getVisibleSlide() + .querySelector('.remark-slide-scaler') + .getBoundingClientRect() + return slideSize + } + + getVisibleSlideScaleRatio () { + const scaleRatio = this.getVisibleSlide().querySelector( + '.remark-slide-scaler' + ).style.transform + return scaleRatio + } + + getVisibleSlideCanvas () { + return this.fabrics[slideshow.getCurrentSlideIndex()] + } + + getVisibleSlideOuterContainer () { + return this.getVisibleSlide().querySelector( + '.xe-scribble' + ) + } + + getVisibleSlideCanvasContainers () { + return this.getVisibleSlide().querySelectorAll( + '.xe-scribble__canvas__drawing' + ) + } + + setPenColorCSSVariables (color) { + const root = document.documentElement + root.style.setProperty('--xe-scribble--button-draw-active-bg', color) + root.style.setProperty( + '--xe-scribble--button-draw-active-fg', + this.pickContrastForegroundColor(color) + ) + root.style.setProperty('--xe-scribble--pen-color', color) + } + + createCanvas (id) { + const slideSize = this.getVisibleSlideSize() + + const canvasDiv = document.createElement('div') + canvasDiv.classList.add('xe-scribble') + canvasDiv.style.width = slideSize.width + canvasDiv.style.height = slideSize.height + canvasDiv.style.left = slideSize.left + 'px' + canvasDiv.style.top = slideSize.top + 'px' + ;['mousedown', 'touchstart'].forEach((gesture) => { + canvasDiv.addEventListener(gesture, this.mousedown.bind(this)) + }) + ;['mouseup', 'touchend'].forEach((gesture) => { + canvasDiv.addEventListener(gesture, this.mouseup.bind(this)) + }) + + const canvas = document.createElement('canvas') + canvas.setAttribute('id', 'canvas' + id) + canvas.classList.add('xe-scribble__canvas__drawing') + canvas.setAttribute('width', slideSize.width) + canvas.setAttribute('height', slideSize.height) + + canvasDiv.appendChild(canvas) + + return canvasDiv + } + + addCanvasToAllSlides () { + // Add to slide container + const nslides = slideshow.getSlideCount() + let i = 0 + const slides = document.getElementsByClassName('remark-slide-container') + slides.forEach((slide) => { + if (i + 1 <= nslides) { + const canvasDiv = this.createCanvas(i) + slide.appendChild(canvasDiv) + i += 1 + } + }) + + // Convert to fabric.Canvas + const allCanvases = document.querySelectorAll('.xe-scribble__canvas__drawing') + this.fabrics = [] + allCanvases.forEach((el, index) => { + this.fabrics[index] = new fabric.Canvas(el.id, { + isDrawingMode: false, + containerClass: 'xe-scribble__canvas' + }) + }) + this.currFabric = this.fabrics[slideshow.getCurrentSlideIndex()] + } + + resizeContent () { + const scalerSize = document + .querySelector('.remark-visible .remark-slide-scaler') + .getBoundingClientRect() + + // Resize canvas container + const outerContainers = document.querySelectorAll( + '.xe-scribble' + ) + outerContainers.forEach((div) => { + div.style.width = scalerSize.width + 'px' + div.style.height = scalerSize.height + 'px' + div.style.left = scalerSize.left + 'px' + div.style.top = scalerSize.top + 'px' + }) + + const scaleRatio = parseFloat( + this.getVisibleSlideScaleRatio().match('\\d+.\\d+') + ) + + // Resize canvas itself + this.fabrics.forEach((fab) => { + fab.setWidth(scalerSize.width) + fab.setHeight(scalerSize.height) + fab.setZoom(scaleRatio) + }) + + // Reposition toolbox outside slides if there is extra space + if ((window.innerWidth - scalerSize.width) / 2 >= 42) { + this.toolBox.style.right = '-40px' + } else { + this.toolBox.style.right = '10px' + } + } + + createButton (id, name, title) { + const btn = document.createElement('button') + btn.classList.add('xe-scribble__button', 'xe-scribble__button__' + id) + btn.innerHTML = this.svgs[name] + btn.title = title || (name.slice(0, 1).toUpperCase() + name.slice(1)) + return btn + } + + createColorPicker () { + const colorPicker = document.createElement('input') + colorPicker.setAttribute('id', 'xe-scribble__colorPicker') + colorPicker.classList.add('xe-scribble__button') + colorPicker.setAttribute('type', 'color') + colorPicker.setAttribute('value', this.currColor) + colorPicker.title = 'Choose Pen Color' + return colorPicker + } + + createToolbox () { + this.toolBox = document.createElement('div') + this.toolBox.classList = 'xe-scribble__tools' + } + + rgbColorToHex (color) { + // https://haacked.com/archive/2009/12/29/convert-rgb-to-hex.aspx/ + if (color.substr(0, 1) === '#') { + return color + } + const digits = /rgb\((\d+),\s*(\d+),\s*(\d+)/.exec(color) + + const red = parseInt(digits[1]) + const green = parseInt(digits[2]) + const blue = parseInt(digits[3]) + + const rgb = blue | (green << 8) | (red << 16) + return '#' + rgb.toString(16).padStart(6, '0') + } + + pickContrastForegroundColor (color, light, dark, threshold) { + color = this.rgbColorToHex(color) + + // https://stackoverflow.com/a/41491220/2022615 + light = light || '#FFFFFF' + dark = dark || '#000000' + threshold = threshold || 145 + color = (color.charAt(0) === '#') ? color.substring(1, 7) : color + const r = parseInt(color.substring(0, 2), 16) // hexToR + const g = parseInt(color.substring(2, 4), 16) // hexToG + const b = parseInt(color.substring(4, 6), 16) // hexToB + const score = ((r * 0.299) + (g * 0.587) + (b * 0.114)) + return (score > threshold) ? dark : light + } + + assembleToolbox () { + this.createToolbox() + + // Build draw, erase, clear buttons + this.drawBtn = this.createButton('draw', 'draw', 'Start Drawing (S)') + this.eraseBtn = this.createButton('erase', 'eraser', 'Erase Lines') + this.clearBtn = this.createButton('clear', 'trash', 'Clear This Slide') + + this.colorPicker = this.createColorPicker() + this.colorPicker.addEventListener('input', () => { + this.currColor = this.colorPicker.value + if (this.drawMode) { + this.currFabric.freeDrawingBrush.color = this.currColor + } + this.setPenColorCSSVariables(this.currColor) + }) + + ;[this.drawBtn, this.eraseBtn, this.clearBtn, this.colorPicker] + .forEach((btn) => { + this.toolBox.appendChild(btn) + }) + + ;['click', 'touchend'].forEach((action) => { + this.toolBox.addEventListener(action, ev => ev.stopPropagation()) + }) + } + + noScribble () { + return this.getVisibleSlide() + .querySelector('.remark-slide-content') + .classList.contains('no-scribble') + } + + addToolboxToSlide () { + if (this.noScribble()) return + + const canvasDiv = this.getVisibleSlideOuterContainer() + canvasDiv.appendChild(this.toolBox) + if (this.hideToolbox) { + this.toolBox.classList.add('minimized') + } + } + + addToggleToolbox () { + const self = this + + document.addEventListener('keydown', (ev) => { + if (ev.keyCode === this.launchKey) { + self.toggleToolbox() + } + }) + + this.toolBox.addEventListener('mouseleave', function (ev) { + if (self.drawMode | self.eraseMode) { + return + } + self.minimizeTimeout = setTimeout(() => self.toggleToolbox(false), 2000) + }) + + this.toolBox.addEventListener('mouseenter', function (ev) { + if (self.minimizeTimeout) { + clearTimeout(self.minimizeTimeout) + } + }) + } + + toggleToolbox (show) { + if (this.noScribble()) return + + const isMinimized = this.toolBox.matches('.minimized') + if (typeof show !== 'undefined' && show === !isMinimized) return + + this.hideToolbox = !(show || isMinimized) + this.toolBox.classList.toggle('minimized') + + if (this.hideToolbox) { + this.toolBox.classList.add('minimized') + if (this.drawMode) { + this.drawBtn.click() + } else if (this.eraseMode) { + this.eraseBtn.click() + } + } else { + this.toolBox.classList.remove('minimized') + clearTimeout(this.minimizeTimeout) + this.minimizeTimeout = null + if (!this.drawMode) this.drawBtn.click() + } + } + + addCanvasHelpText () { + const helpTable = document.querySelector( + '.remark-help-content table.light-keys' + ) + if (!helpTable) { + console.error( + 'Could not find remark help table, has remark been initialized?' + ) + return + } + const newRow = document.createElement('tr') + newRow.innerHTML += 's' + newRow.innerHTML += 'Toggle scribble toolbox' + helpTable.append(newRow) + } + + mousedown () { + this.mouseDown = true + } + + mouseup () { + this.mouseDown = false + } + + getCanvasPaths () { + return this.currFabric.getObjects('path') + } + + addDrawing () { + const self = this + ;['click', 'touchend'].forEach((gesture) => { + this.drawBtn.addEventListener(gesture, (ev) => { + ev.preventDefault() + ev.stopPropagation() + if (self.drawMode) { + self.stopDrawing() + } else { + self.startDrawing() + } + }) + }) + } + + setPresetColor (ev) { + let idx = Number(ev.key) + if (isNaN(idx) || typeof idx === 'undefined' || idx >= 10) return + idx = idx === 0 ? 10 : idx + const presetColor = this.opts.palette[idx - 1] + this.currColor = presetColor + this.currFabric.freeDrawingBrush.color = presetColor + this.setPenColorCSSVariables(presetColor) + this.colorPicker.value = presetColor + } + + startDrawing () { + if (this.noScribble()) return + + slideshow.pause() + this.toggleToolbox(true) + + this.drawMode = true + this.eraseMode = false + this.drawBtn.title = 'Stop Drawing (S)' + + this.currFabric.isDrawingMode = true + this.currFabric.freeDrawingBrush.width = this.penSize + this.currFabric.freeDrawingBrush.color = this.currColor + this.currFabric.freeDrawingCursor = 'crosshair' + + const drawingCanvas = this.getVisibleSlideCanvasContainers() + drawingCanvas.forEach((container) => { + container.classList.add('active', 'draw') + }) + + document.addEventListener('keydown', this.undo) + document.addEventListener('keydown', this.redo) + document.addEventListener('keydown', this.setPresetColor) + + document.removeEventListener('mousemove', this.eraserCursorMovement) + document.removeEventListener('touchmove', this.eraserCursorMovement) + + this.eraserCursor.classList.add('hidden') + this.drawBtn.classList.add('active') + this.eraseBtn.classList.remove('active') + } + + stopDrawing () { + slideshow.resume() + + this.drawMode = false + this.eraseMode = false + this.drawBtn.title = 'Start Drawing (S)' + + const drawingCanvas = this.getVisibleSlideCanvasContainers() + drawingCanvas.forEach((container) => { + container.classList.remove('active', 'draw') + }) + + document.removeEventListener('keydown', this.undo) + document.removeEventListener('keydown', this.redo) + document.removeEventListener('keydown', this.setPresetColor) + + this.drawBtn.classList.remove('active') + this.eraseBtn.classList.remove('active') + } + + addClearing () { + ;['click', 'touchend'].forEach((gesture) => { + this.clearBtn.addEventListener(gesture, (ev) => { + ev.preventDefault() + ev.stopPropagation() + this.clearCurrentCanvas() + }) + }) + } + + clearCurrentCanvas () { + this.currFabric.forEachObject((obj) => { + this.currFabric.remove(obj) + }) + } + + addErasing () { + ;['click', 'touchend'].forEach((gesture) => { + this.eraseBtn.addEventListener(gesture, (ev) => { + ev.preventDefault() + ev.stopPropagation() + this.eraseMode ? this.stopErasing() : this.startErasing() + }) + }) + } + + eraserColor () { + const slide = this.getVisibleSlide().querySelector('.remark-slide-content') + const slideBgColor = window + .getComputedStyle(slide) + .getPropertyValue('background-color') + + return this.pickContrastForegroundColor( + slideBgColor, + 'rgba(255, 255, 255, 0.33)', + 'rgba(0, 0, 0, 0.33)' + ) + } + + startErasing () { + slideshow.pause() + + this.eraseMode = true + this.drawMode = false + this.eraseBtn.title = 'Stop Erasing' + this.eraserCursor.style.backgroundColor = this.eraserColor() + this.colorPicker.classList.add('hidden') + + const outerDiv = this.getVisibleSlideOuterContainer() + outerDiv.addEventListener('mousemove', this.eraserDetectErase) + outerDiv.addEventListener('touchmove', this.eraserDetectErase) + + document.addEventListener('mousemove', this.eraserCursorMovement) + document.addEventListener('touchmove', this.eraserCursorMovement) + + const self = this + ;['mousemove', 'touchmove'].forEach(function (action) { + document.addEventListener(action, function (ev) { + self.eraserCursor.classList.remove('hidden') + }, { once: true }) + }) + + document.addEventListener('keydown', this.undo) + document.addEventListener('keydown', this.redo) + + this.currFabric.isDrawingMode = true + this.currFabric.freeDrawingBrush.width = this.tolerance + this.currFabric.freeDrawingBrush.color = this.transparent + this.currFabric.freeDrawingCursor = 'none' + + const drawingCanvas = this.getVisibleSlideCanvasContainers() + drawingCanvas.forEach((container) => { + container.classList.add('active', 'erase') + }) + + this.drawBtn.classList.remove('active') + this.eraseBtn.classList.add('active') + } + + stopErasing () { + this.drawMode = false + this.eraseMode = false + this.eraserCursor.classList.add('hidden') + this.eraseBtn.title = 'Erase Lines' + + const outerDiv = this.getVisibleSlideOuterContainer() + outerDiv.removeEventListener('mousemove', this.eraserDetectErase) + outerDiv.removeEventListener('touchmove', this.eraserDetectErase) + + document.removeEventListener('mousemove', this.eraserCursorMovement) + document.removeEventListener('touchmove', this.eraserCursorMovement) + + document.removeEventListener('keydown', this.undo) + document.removeEventListener('keydown', this.redo) + + const drawingCanvas = this.getVisibleSlideCanvasContainers() + drawingCanvas.forEach((container) => { + container.classList.remove('active', 'erase') + }) + + this.drawBtn.classList.remove('active') + this.eraseBtn.classList.remove('active') + + slideshow.resume() + } + + eraserDetectErase (ev) { + if (this.mouseDown & this.eraseMode) { + const xy = [ + this.currFabric.getPointer(ev).x, + this.currFabric.getPointer(ev).y + ] + const objs = this.getCanvasPaths() + const paths = objs.map((path) => { + return path.path + }) + + const shouldRemove = paths.map((path) => { + const toRemove = path.some((point) => { + const xcond = Math.abs(point[1] - xy[0]) < this.tolerance + const ycond = Math.abs(point[2] - xy[1]) < this.tolerance + const both = xcond & ycond + return both + }) + return toRemove + }) + + const pathCache = this.pathCache + const currFabric = this.currFabric + + objs.map(function (item, index) { + if (shouldRemove[index]) { + pathCache.push(item) + currFabric.remove(item) + } + }) + } + } + + removeTransparentEraserPaths () { + this.currFabric.forEachObject((obj) => { + if (obj.stroke === this.transparent) { + this.currFabric.remove(obj) + } + }) + } + + initEraserCursor () { + const slideArea = document.querySelector('.remark-slides-area') + this.eraserCursor = document.createElement('div') + this.eraserCursor.classList.add('xe-scribble__cursor__eraser', 'hidden') + this.eraserCursor.style.width = this.eraserSize + 'px' + this.eraserCursor.style.height = this.eraserSize + 'px' + + slideArea.appendChild(this.eraserCursor) + } + + eraserCursorMovement (ev) { + var pX + var pY + if (ev.type === 'mousemove') { + pX = ev.pageX + pY = ev.pageY + } else if (ev.type === 'touchmove') { + pX = ev.touches[0].pageX + pY = ev.touches[0].pageY + } + this.eraserCursor.style.top = pY - this.tolerance + 'px' + this.eraserCursor.style.left = pX - this.tolerance + 'px' + } + + undo (ev) { + if (ev.keyCode === 37) { + this.removeTransparentEraserPaths() + + if (this.currFabric._objects.length === 0) return + + const removedPath = this.currFabric._objects.pop() + this.pathCache.push(removedPath) + this.currFabric.renderAll() + } + } + + redo (ev) { + if (ev.keyCode === 39) { + this.removeTransparentEraserPaths() + + if (this.pathCache.length === 0) return + + const addedPath = this.pathCache.pop() + this.currFabric._objects.push(addedPath) + this.currFabric.renderAll() + } + } +} + +Scribble.prototype.svgs = { + // https://phosphoricons.com/ + draw: + '', + eraser: + '', + trash: + '' +} + +Scribble.prototype.defaultPresetColors = [ + '#e51c23', // red (1) + '#259b24', // green (2) + '#9c27b0', // purple (3) + '#5677fc', // blue (4) + '#ff9800', // orange (5) + '#00bcd4', // cyan (6) + '#ffc107', // yellow (7) + '#009688', // teal (8) + '#9e9e9e', // grey (9) + '#212121' // black (0) +] diff --git a/docs/slides/libs/xaringanExtra-search-0.0.1/search.css b/docs/slides/libs/xaringanExtra-search-0.0.1/search.css new file mode 100644 index 00000000..4a3fa77c --- /dev/null +++ b/docs/slides/libs/xaringanExtra-search-0.0.1/search.css @@ -0,0 +1,74 @@ +:root { + --search-icon-fill: rgba(128, 128, 128, 0.5); + --search-input-background: rgb(204, 204, 204); + --search-input-foreground: black; + --search-match-background: rgba(255, 196, 136, 0.75); + --search-input-border: 1px solid rgb(249, 38, 114); + --search-match-foreground: black; + --search-match-current-background: rgba(255, 136, 255, 0.75); + --search-match-current-foreground: black; +} + +div.search { + position: absolute; + top: 1em; +} + +div.search form { + display: none; + animation: fadeIn 250ms ease-out 1; +} + +div.search.search-input-visible form { + display: inline-block; +} + +div.search form input { + background-color: var(--search-input-background); + color: var(--search-input-foreground); + + border: var(--search-input-border); + padding: 3px; + width: 10em; +} + +div.search a { + padding: 0 0.5em; +} + +div.search #search-open { + cursor: pointer; + display: none; + animation: fadeIn 250ms ease-out 1; +} + +@keyframes fadeIn { + 0% { opacity: 0 } + 100% { opacity: 1 } +} + +div.search.search-icon-visible #search-open { + display: inline-block; +} + +div.search #search-open svg { + fill: var(--search-icon-fill); + vertical-align: bottom; + margin-bottom: -4px; +} + +div.search #search-next{ + display: none; +} + +span.match.current-match { + background-color: var(--search-match-current-background); + color: var(--search-match-current-foreground); +} + +span.match { + padding: 1px; + background-color: var(--search-match-background); + color: var(--search-match-foreground); + transition: background-color 200ms ease-in-out, color 200ms ease-in-out; +} diff --git a/docs/slides/libs/xaringanExtra-search-0.0.1/search.js b/docs/slides/libs/xaringanExtra-search-0.0.1/search.js new file mode 100644 index 00000000..554c4016 --- /dev/null +++ b/docs/slides/libs/xaringanExtra-search-0.0.1/search.js @@ -0,0 +1,227 @@ +class RemarkSearch { + constructor (options) { + this.matches = [] + this.currentMatch = -1 + + if (options == null) options = {} + if (options.position == null) options.position = 'bottom-left' + if (options.caseSensitive == null) options.caseSensitive = false + if (options.showIcon == null) options.showIcon = true + if (options.autoSearch == null) options.autoSearch = true + + this.options = options + + this.searchSvg = '' + + this.div = document.createElement('div') + this.div.classList.add('search') + this.div.style.zIndex = '9999' + if (this.options.position.includes('left')) { this.div.innerHTML = '' + this.searchSvg + '
    ' } else { this.div.innerHTML = '
    ' + this.searchSvg + '' } + + const area = document.querySelector('.remark-slides-area') + area.insertBefore(this.div, area.firstchild) + + this.setUpKeyListener() + this.setUpForm() + this.setUpIcons() + // wait for element to exist because position might depend on its height + setTimeout(() => this.setUpPosition(), 10) + } + + static create (options) { + return new RemarkSearch(options) + } + + setUpPosition () { + const self = this + window.addEventListener('resize', function () { + self.updatePosition() + }) + this.updatePosition() + } + + updatePosition () { + const scaler = document.querySelector('.remark-visible .remark-slide-scaler') + const vertical = (document.body.clientHeight - scaler.getBoundingClientRect().height) / 2 + 20 + const horizontal = (document.body.clientWidth - scaler.getBoundingClientRect().width) / 2 + 20 + + if (this.options.position.includes('top')) { this.div.style.top = vertical + 'px' } else { this.div.style.top = (document.body.clientHeight - vertical - this.div.getBoundingClientRect().height) + 'px' } + + if (this.options.position.includes('right')) { this.div.style.right = horizontal + 'px' } else { this.div.style.left = horizontal + 'px' } + } + + setUpIcons () { + const self = this + + this.div.querySelector('#search-open').addEventListener('click', function (event) { + self.toggleSearch() + }) + + if (this.options.showIcon) { this.div.classList.add('search-icon-visible') } + } + + setUpKeyListener () { + const self = this + document.addEventListener('keydown', function (event) { + if (event.ctrlKey && event.key == 'f') { + event.preventDefault() + self.openSearch() + return false + } + + if (event.key == 'F3' || (event.ctrlKey && event.key.toLowerCase() == 'g')) { + if (self.matches.length == 0) { + return self.doSearch(event) + } else { + if (event.shiftKey) { return self.showMatch(event, -1) } else { return self.showMatch(event, 1) } + } + } + }) + + const input = this.div.querySelector('form input') + input.addEventListener('keydown', function (event) { + if (!event.ctrlKey) { + event.stopPropagation() + } + + if (event.keyCode == 27) { + self.closeSearch() + } + }) + } + + setUpForm () { + var self = this + + const form = this.div.querySelector('form') + form.addEventListener('submit', function (event) { + if (self.matches.length == 0) { + return self.doSearch(event) + } else { + return self.showMatch(event, 1) + } + }) + this.setUpInput() + } + + setUpInput () { + const self = this + const input = this.div.querySelector('form input') + input.addEventListener('focus', function (event) { + slideshow.pause() + }) + input.addEventListener('blur', function (event) { + slideshow.resume() + }) + input.addEventListener('input', function (event) { + self.cleanSearch() + if (self.options.autoSearch) { self.doSearch() } + }) + } + + openSearch () { + const input = this.div.querySelector('form input') + + input.value = '' + this.cleanSearch() + this.div.classList.add('search-input-visible') + + input.focus() + + if (!this.options.showIcon) { + this.updatePosition() + this.div.classList.add('search-icon-visible') + } + } + + toggleSearch () { + if (this.div.matches('.search-input-visible')) { + this.closeSearch() + } else { + this.openSearch() + } + } + + closeSearch () { + const input = this.div.querySelector('form input') + + input.value = '' + input.blur() + this.div.classList.remove('search-input-visible') + + if (!this.options.showIcon) { + this.div.classList.remove('search-icon-visible') + } + + this.cleanSearch() + } + + cleanSearch () { + this.currentMatch = -1 + this.matches = [] + + var context = document.querySelectorAll('.remark-slide') + var instance = new Mark(context) + instance.unmark() + } + + doSearch (event) { + if (event != null) event.preventDefault() + + const self = this + + const term = this.div.querySelector('form input').value + + this.cleanSearch() + + var context = document.querySelectorAll('.remark-slide') + var instance = new Mark(context) + + instance.mark(term, { + element: 'span', + className: 'match', + caseSensitive: this.options.caseSensitive, + separateWordSearch: false, + each: function (match) { + self.matches.push(match) + }, + done: function () { + if (self.matches.length != 0) { self.showMatch(event, 1) } + } + }) + + return false + } + + showMatch (event, delta) { + if (event != null) event.preventDefault() + + if (this.matches.length == 0) { return this.doSearch(event) } + + const oldMatches = document.querySelectorAll('.current-match') + for (let i = 0; i < oldMatches.length; i++) { oldMatches[i].classList.remove('current-match') } + + this.currentMatch += delta + + let match = this.matches[this.currentMatch] + if (match == null) { + if (delta == -1) { this.currentMatch = this.matches.length } else { this.currentMatch = -1 } + return this.showMatch(event, delta) + } + match.classList.add('current-match') + + while (!match.classList.contains('remark-slide-container')) { + match = match.parentElement + }; + + let index = 1 + while (match.previousSibling != null) { + match = match.previousSibling + index++ + }; + + if (slideshow.getCurrentSlideIndex() + 1 != index) { slideshow.gotoSlide(index) } + + return false + } +} diff --git a/docs/slides/libs/xaringanExtra-shareagain-0.2.6/shareagain.css b/docs/slides/libs/xaringanExtra-shareagain-0.2.6/shareagain.css new file mode 100644 index 00000000..ba9f03ed --- /dev/null +++ b/docs/slides/libs/xaringanExtra-shareagain-0.2.6/shareagain.css @@ -0,0 +1,306 @@ +/* Animations by animate.css */ + +@-webkit-keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@-webkit-keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@-webkit-keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@-webkit-keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.slideOutDown { + -webkit-animation-name: slideOutDown; + animation-name: slideOutDown; + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.slideInRight { + -webkit-animation-name: slideInRight; + animation-name: slideInRight; + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.slideOutRight { + -webkit-animation-name: slideOutRight; + animation-name: slideOutRight; + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +/* shareagain css rules */ +.shareagain-bar { + --shareagain-background: #00000088; + --shareagain-foreground: #FFFFFF; + --shareagain-twitter: inline-block; + --shareagain-facebook: inline-block; + --shareagain-linkedin: inline-block; + --shareagain-pinterest: inline-block; + --shareagain-pocket: inline-block; + --shareagain-reddit: inline-block; +} + +.shareagain-bar { + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 66px; + z-index: 1000; +} + +.shareagain-bar ul { + background: var(--shareagain-background); + color: var(--shareagain-foreground); + display: grid; + grid-template-columns: auto 1fr auto; + grid-gap: 5px; + justify-items: center; + align-items: center; + font-family: sans-serif; + list-style: none; + padding-left: 0; + margin: 0; + height: 100%; + width: 100%; +} + +.shareagain-buttons { + height: 100%; +} + +.shareagain-button { + height: 100%; + width: 66px; + border: none; + padding: 15px; + color: var(--shareagain-foreground); + background: transparent; +} + +.shareagain-button:hover { + background: rgba(0,0,0,.25); +} + +.shareagain-button.disabled { + color: #aaa; + cursor: not-allowed; +} + +.shareagain-button svg { + height: 100%; + width: 100%; +} + +.shareagain-button svg path { + stroke-width: 1px; +} + +.shareagain-title { + font-size: 24px; + text-align: center; + max-height: 100%; + overflow: hidden; +} + +.shareagain-bar .shareon { + font-size: 0 !important; + position: absolute; + top: -45px; + width: 100vw; + right: 0; + text-align: right; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); +} + +.shareagain-bar .shareon > .link { + background-color: #cacaca; +} +.shareagain-bar .shareon > .link::before { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' class='clipboard-copy w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 5H6a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2v-1M8 5a2 2 0 002 2h2a2 2 0 002-2M8 5a2 2 0 012-2h2a2 2 0 012 2m0 0h2a2 2 0 012 2v3m2 4H10m0 0l3-3m-3 3l3 3'%3E%3C/path%3E%3C/svg%3E"); +} + +.shareagain-bar .shareon > .link.success::before { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' class='clipboard-check w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4'%3E%3C/path%3E%3C/svg%3E"); +} + +.shareagain-bar .shareon .twitter { display: var(--shareagain-twitter); } +.shareagain-bar .shareon .facebook { display: var(--shareagain-facebook); } +.shareagain-bar .shareon .linkedin { display: var(--shareagain-linkedin); } +.shareagain-bar .shareon .pinterest { display: var(--shareagain-pinterest); } +.shareagain-bar .shareon .pocket { display: var(--shareagain-pocket); } +.shareagain-bar .shareon .reddit { display: var(--shareagain-reddit); } + +@media screen and (max-width: 600px) { + .shareagain-bar { + font-size: 10px; + height: 50px; + } + .shareagain-buttons .shareagain-button { + width: 50px; + } + .shareagain-title { + font-size: 16px; + } +} +@media screen and (max-width: 400px) { + .shareagain-bar { + height: 30px; + } + .shareagain-bar ul { + grid-template-columns: auto auto; + justify-content: space-between; + } + .shareagain-bar .shareagain-title { + display: none; + } + .shareagain-buttons .shareagain-button { + width: 30px; + padding: 5px; + } +} + +@media screen and (max-width: 400px) { + .shareagain-bar { + height: 30px; + } + .shareagain-bar ul { + grid-template-columns: auto auto; + justify-content: space-between; + } + .shareagain-bar .shareagain-title { + display: none; + } + .shareagain-buttons .shareagain-button { + width: 30px; + padding: 5px; + } + .shareagain-buttons .shareon > * { + width: 15px; + height: 20px; + } + .shareagain-buttons .shareon > ::before { + transform: scale(0.66); + top: 7px; + } + .shareagain-buttons .shareon .link { + width: 23px; + } + .shareagain-buttons .shareon > .link::before { + top: 5px; + left: 6px; + } +} diff --git a/docs/slides/libs/xaringanExtra-shareagain-0.2.6/shareagain.js b/docs/slides/libs/xaringanExtra-shareagain-0.2.6/shareagain.js new file mode 100644 index 00000000..a67178be --- /dev/null +++ b/docs/slides/libs/xaringanExtra-shareagain-0.2.6/shareagain.js @@ -0,0 +1,262 @@ +/* global slideshow,ClipboardJS */ +(function () { + function inIframe () { + try { + return window.self !== window.top && + !window.self.location.href.match('viewer_pane=1') // in RStudio + } catch (e) { + return true + } + } + + if (!inIframe()) return + + const ready = function (fn) { + /* MIT License Copyright (c) 2016 Nuclei */ + /* https://github.com/nuclei/readyjs */ + const completed = () => { + document.removeEventListener('DOMContentLoaded', completed) + window.removeEventListener('load', completed) + fn() + } + if (document.readyState !== 'loading') { + setTimeout(fn) + } else { + document.addEventListener('DOMContentLoaded', completed) + window.addEventListener('load', completed) + } + } + + ready(addShareAgainBar) + + function addShareAgainBar () { + const icons = { + left: '', + right: '', + fullScreen: '', + share: '' + } + + function getAuthor () { + let author = document.head.querySelector('meta[name="author"]') + + if (author) { + author = author.content + ' — ' + } else { + author = '' + } + return author + } + + function truncate (str, n, useWordBoundary = true) { + if (str.length <= n) { return str } + const subString = str.substr(0, n - 1) + return (useWordBoundary + ? subString.substr(0, subString.lastIndexOf(' ')) + : subString) + '…' + }; + + function getShortTitle () { + return truncate(window.document.title || '', 50) + } + + const navbar = document.createElement('nav') + navbar.classList.add('shareagain-bar') + + navbar.innerHTML += `
      +
    • + + +
    • +
    • ${getShortTitle()}
    • +
    • + + +
      + + + + + + + +
      +
    • +
    ` + + const slidesContainer = document.querySelector(':not(html).remark-container') + slidesContainer.appendChild(navbar) + + const btnSlidePrev = document.getElementById('shareagain-slide-prev') + const btnSlideNext = document.getElementById('shareagain-slide-next') + + function toggleSlideButtons (slideIndex) { + if (typeof slideIndex === 'undefined') { + slideIndex = slideshow.getCurrentSlideIndex() + } + + // Toggle next slide button + if (slideIndex + 1 === slideshow.getSlideCount()) { + btnSlideNext.classList.add('disabled') + btnSlideNext.setAttribute('disabled', true) + } else { + btnSlideNext.classList.remove('disabled') + btnSlideNext.removeAttribute('disabled') + } + + // Toggle prev slide button + if (slideIndex === 0) { + btnSlidePrev.classList.add('disabled') + btnSlidePrev.setAttribute('disabled', true) + } else { + btnSlidePrev.classList.remove('disabled') + btnSlidePrev.removeAttribute('disabled') + } + } + + setTimeout(toggleSlideButtons, 100) + + // button click events + btnSlidePrev.addEventListener('click', function (ev) { + slideshow.gotoPreviousSlide() + }) + + btnSlideNext.addEventListener('click', function (ev) { + slideshow.gotoNextSlide() + }) + + // button touch events (block remarkjs slide change on touch) + btnSlidePrev.addEventListener('touchend', function (ev) { + ev.preventDefault() + slideshow.gotoPreviousSlide() + ev.stopPropagation() + }) + + btnSlideNext.addEventListener('touchend', function (ev) { + ev.preventDefault() + slideshow.gotoNextSlide() + ev.stopPropagation() + }); + + // show/hide share buttons + ['click', 'touchend'].map(function (evType) { + document.getElementById('shareagain-share').addEventListener(evType, function (ev) { + toggleShareButtons() + ev.preventDefault() + ev.stopPropagation() + }) + }) + + navbar.addEventListener('touchend', function (ev) { + ev.preventDefault() + ev.stopPropagation() + }) + + // copy slides link to clipboard + const shareClip = new ClipboardJS('.shareon .link') + shareClip.on('success', function (e) { + const el = document.querySelector('.shareon .link') + el.classList.add('success') + setTimeout(() => el.classList.remove('success'), 2500) + }) + + slideshow.on('afterShowSlide', function (slide) { + toggleSlideButtons(slide.getSlideIndex()) + }) + + function toggleAnimated ({ selector, show, inClass, outClass }) { + const el = document.querySelector(selector) + const isShown = el.classList.contains(inClass) + if (typeof show === 'undefined') { + show = !isShown + } + if (show === isShown) { + return + } + if (show) { + el.classList.remove(outClass) + el.classList.add(inClass) + } else { + el.classList.remove(inClass) + el.classList.add(outClass) + } + } + + let isCurrentlyFullScreen = false + document.addEventListener('fullscreenchange', (event) => { + if (document.fullscreenElement) { + stopAutoHide(false) + isCurrentlyFullScreen = true + } else { + isCurrentlyFullScreen = false + startAutoHide() + } + }) + + function toggleNavBar (show) { + // do nothing if currently fullscreen + if (isCurrentlyFullScreen) return + + toggleAnimated({ selector: '.shareagain-bar ul', show, inClass: 'slideInUp', outClass: 'slideOutDown' }) + if (!show) toggleShareButtons(false) + } + + function toggleShareButtons (show) { + toggleAnimated({ selector: '.shareagain-bar .shareon', show, inClass: 'slideInRight', outClass: 'slideOutRight' }) + } + + // auto hide the share bar when focus is in the slides + let mouseMoveTimer = null + function hideNavDelayed (ev) { + if (mouseMoveTimer) { + clearTimeout(mouseMoveTimer) + } + toggleNavBar(true) + mouseMoveTimer = setTimeout(function () { toggleNavBar(false) }, 2000) + }; + + // toggle toggle full screen + ['click', 'touchend'].map(function (evType) { + document.getElementById('shareagain-fullscreen').addEventListener(evType, function (ev) { + slideshow.toggleFullscreen() + ev.stopPropagation() + }) + }) + + function startAutoHide () { + hideNavDelayed() + slidesContainer.addEventListener('mousemove', hideNavDelayed) + } + + function stopAutoHide (showAfter = false) { + slidesContainer.removeEventListener('mousemove', hideNavDelayed) + clearTimeout(mouseMoveTimer) + toggleNavBar(showAfter) + } + + // auto hide turns on when the mouse comes into the slides area + slidesContainer.addEventListener('mouseenter', function () { + startAutoHide() + }) + + // turn off auto hide when the mouse leaves the slides area + slidesContainer.addEventListener('mouseleave', function () { + stopAutoHide(true) + }); + + // turn off auto hide if the mouse or focus is in the share bar + ['focusin', 'mouseenter'].map(function (evType) { + navbar.addEventListener(evType, function () { + stopAutoHide(true) + }) + }); + + // and turn auto hide back on whne the mouse leaves the share bar + // (if mouse exits out of the slides area, the slidesContainer should fire later) + ['focusout', 'mouseleave'].map(function (evType) { + navbar.addEventListener(evType, function () { + startAutoHide() + }) + }) + } +})() diff --git a/docs/syllabus.html b/docs/syllabus.html new file mode 100644 index 00000000..9c5efcd1 --- /dev/null +++ b/docs/syllabus.html @@ -0,0 +1,814 @@ + + + + + + + + + + +Estadística Correlacional - Programa + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    + + + + +
    + +
    +
    +

    Programa

    +
    + + + +
    + + + + +
    + + + +
    + + +
    +
    +

    Profesor

    + +
    +
    +

    Detales del curso

    +
      +
    •   Lunes y Martes
    • +
    •   12 Agosto al 29 de Noviembre, 2023
    • +
    •   10:15-11:45 (Lunes) y 8:30-10:00 (Martes)
    • +
    •   Lunes - Aulario C6, Martes - Aulario C7-C8 & FACSO 345
    • +
    •   Slack
    • +
    +
    +
    +
    +

    Sobre el sentido general del curso

    +

    En este curso vamos a aprender tres cosas principales:

    +
      +
    • inferencia: los resultados que encontramos en nuestra muestra, ¿se encuentran también en la población de la cual proviene la muestra?

    • +
    • medidas de asociación entre variables: tamaño y significación estadística

    • +
    • reporte y reproducibilidad de los análisis estadísticos: nuestros análisis se reflejan en productos como tablas y gráficos. No basta con entenderlos e interpretarlos, sino también es fundamental una buena comunicación.

    • +
    +
    +
    +

    Propósito general del curso

    +

    Al finalizar el curso los estudiantes conocerán los fundamentos del análisis estadístico inferencial. Se espera que los estudiantes sean capaces de:

    +
      +
    • elaborar de manera pertinente hipótesis estadísticas
    • +
    • aplicar estadísticos de asociación bivariada, a partir de los cuáles puedan desarrollar análisis de problemas sociales
    • +
    • corroborar el cumplimiento de las condiciones de aplicación de cada estadístico
    • +
    • utilizar software de análisis estadístico
    • +
    • contrastar hipótesis de investigación
    • +
    • elaborar conclusiones integrando fundamentos teóricos con herramientas de análisis estadístico de resultados.
    • +
    +

    Complementariamente se espera que los estudiantes adquieran herramientas que les permitan comunicar resultados de investigación en contextos sociales, profesionales y académicos.

    +
    +
    +

    Competencias

    +

    1a. Delimitar, conceptualizar y analizar diversos objetos de investigación social, con especial énfasis en aquellos relacionados con los procesos de transformación del país y Latinoamérica

    +

    1b. Manejar diversas estrategias metodológicas de las ciencias sociales

    +

    1c. Manejar un conjunto de herramientas para el procesamiento y análisis de información

    +

    1d. Transmitir los conocimientos derivados de la práctica investigativa, así como aquellos adquiridos durante el proceso formativo.

    +
    +
    +

    Subcompetencias

    +
      +
    • 1.4 Contribuir a generar conocimiento sociológico en el marco de estudios y/o procesos de investigación donde se articulen creativamente las dimensiones teórica, metodológica y práctica.

    • +
    • 1.5 Comunicar los saberes disciplinares de manera pertinente a las características de distintos contextos y audiencias, utilizando diversas estrategias y formatos.

    • +
    +
    +
    +

    Resultados del aprendizaje

    +
      +
    1. Comprende, domina y es capaz de explicar los elementos conceptuales subyacentes a la determinación de la asociación poblacional entre dos variables a partir del análisis de una muestra, y es capaz de traducir hipótesis derivadas de la teoría sociológica en hipótesis estadísticas posibles de contrastar empíricamente con los datos.

    2. +
    3. Es capaz de seleccionar y usar herramientas estadísticas adecuadas para evaluar la asociación entre dos variables considerando las características de los datos y las condiciones de aplicación de cada técnica.

    4. +
    5. Logra interpretar desde un punto de vista estadístico y sociológico los resultados derivados de pruebas estadísticas para analizar la relación entre dos variables.

    6. +
    7. Es capaz de reportar y comunicar adecuada y eficientemente los resultados de los análisis estadísticos

    8. +
    +
    +
    +

    Saberes / Contenidos

    +
    +

    Unidad I: Inferencia

    +
      +
    • Datos, variables y probabilidad

    • +
    • Curva normal y error estándar

    • +
    • Intervalos de confianza

    • +
    • Test de hipótesis

    • +
    • Hipótesis no direccionales y para proporciones

    • +
    +
    +
    +

    Unidad II: Asociación

    +
      +
    • Asociación y covarianza

    • +
    • Correlación de Pearson

    • +
    • Correlación con variables ordinales

    • +
    • Matrices y tamaños de efecto en correlación

    • +
    • Asociación con variables categóricas

    • +
    +
    +
    +

    Unidad III: Reporte

    +
      +
    • Responder problemas de investigación de lógica bivariada con datos reales
    • +
    • Escritura de reportes de investigación
    • +
    • Visualización de datos
    • +
    • Presentación de resultados
    • +
    +
    +
    +
    +

    Metodología

    +
      +
    1. Sesiones de clases lectivas presenciales semanales, donde se presentarán los aspectos centrales de los contenidos correspondientes a la semana.

    2. +
    3. Prácticos: los temas del curso se acompañan de guías prácticas de aplicación de contenidos. Estas guías están diseñadas para ser desarrolladas de manera autónoma, y también habrá espacio de revisión y consultas en el espacio de clases.

    4. +
    5. Trabajos: se desarrollarán trabajos de investigación que permitirán a l_s participantes aplicar contenidos y recibir retroalimentación de su desempeño. Los trabajos serán asesorados por ayudantes que se asignarán a cada grupo.

    6. +
    +

    El semestre comienza con clases lectivas, y posteriormente se integran elementos prácticos y de aplicación.

    +
      +
    • Las clases en general se acompañan de documentos de presentación, que estarán disponibles antes de la sesión en la página de Clases, y están desarrollados con base en Rmarkdown/Xaringan. Estos documentos no son:

      +
        +
      • “la clase”
      • +
      • autoexplicativos (ni aspiran a serlo)
      • +
      • “el ppt” (ni menos “la ppt”)
      • +
    • +
    +
    +
    +

    Evaluación

    +

    El curso tendrá tres instancias de evaluación:

    +
      +
    • Evaluación 1: Inferencia (35% = 30% teórico + 5% práctico).
    • +
    • Evaluación 2: Asociación (35% = 30% teórico + 5% práctico)
    • +
    • Evaluación 3: Reporte de aplicación - trabajo grupal (30%= 20% reporte escrito + 10% poster)
    • +
    +

    La nota ponderada de las evaluaciones equivaldrá al 60% de la nota del curso y el examen final al 40% restante.

    +

    Las evaluaciones se distribuyen en el semestre de la siguiente manera:

    +

    +
    +
    +
    + +
    +
    +ATENCIÓN +
    +
    +
    +

    Las fechas de evaluación no se cambian por respeto a la planificación de los tiempos de tod_s quienes participan en el curso y el cumplimiento apropiado de los objetivos de aprendizaje.

    +
    +
    +
    +
    +

    Inasistencias y atraso en entregas

    +

    Los justificativos por ausencia o atraso se realizan en la secretaría de carrera. Lo que la carrera informe como justificado, es lo que se va a considerar en el curso. No enviar justificativos a equipo docente y a ayudantes directamente, no es necesario ni apropiado para l_s estudiantes tener que exponer situaciones personales.

    +

    En caso de faltar a alguna de las evaluaciones existirá una única fecha para evaluaciones recuperativas. Si en esa fecha no es posible asistir por motivos justificados, entonces pasará directo a examen.

    +

    En el caso de los trabajos, en caso de atraso se descontará 0.5 por día adicional. Si el trabajo no se entrega luego del tercer día de atraso será calificado con nota 1.0

    +
    +
    +

    Requisitos de aprobación

    +

    Requisitos de eximición a examen:

    +
      +
    • contar con un promedio ponderado igual o superior a 5.5
    • +
    • no tener nota bajo 4.0 en ninguna de las evaluaciones
    • +
    +

    Requisitos para presentación a examen:

    +
      +
    • Podrán presentarse al examen de primera oportunidad los estudiantes que hayan obtenido una calificación final igual o superior a 3.5.

    • +
    • El examen de segunda oportunidad será para aquellos estudiantes que presenten una nota igual o inferior a 3.5 o aquellos que en el examen de primera oportunidad no hubiesen logrado una nota igual o superior a 4.0.

    • +
    +
    +
    +

    Bibliografía Obligatoria

    +

    Capítulos correspondientes a cada sesión de los siguientes textos principales:

    +
      +
    • Ritchey, F. (2008) Estadística para las ciencias sociales. McGraw-Hill: México.
    • +
    • Moore (2010) Estadística aplicada básica. Barcelona: Antoni Bosch.
    • +
    • Pardo, Ruiz y San Martín (2015). Análisis de Datos en Ciencias Sociales y de la Salud I. Editorial Síntesis: Madrid.
    • +
    +
    +
    +

    Bibliografía Complementaria

    +

    Wickham, H., & Grolemund, G. (2016). R for data science: import, tidy, transform, visualize, and model data (First edition). Sebastopol: O’Reilly.

    +

    Field, A., Milles, J., & Field, Z. (2012). Discovering statistics using R. London: Sage.

    +

    Salkind, N. J. (Ed.). (2010). Encyclopedia of research design (Vol. 1). Sage.

    +

    Levin, J. & Levin, W. (1997). Fundamentos de Estadística en la Investigación Social (Vol.2). Oxford University Press.

    +
    +
    +

    Sobre participación y comunicación

    +
      +
    • Se espera asistencia y participación activa, tanto a las sesiones lectivas como a las prácticas. Se pasará lista en todas las sesiones. No habrá penalización por inasistencia, pero si llevaremos registro principalmente con objetivos de monitoreo y retroalimentación del curso.

    • +
    • Informar flexibilidades académicas al principio del semestre (en caso que la jefatura de carrera no lo haga de manera centralizada). Las flexibilidades academicas no aplican para cambios de fechas de evaluaciones grupales.

    • +
    • Se espera y enfatiza la participación activa por distintos canales disponibles. Estos son:

      +
        +
      • contacto por correo con equipo docente del curso (profesor y apoyos docentes)
      • +
      • espacio para resolver dudas individualmente al final de la clase
      • +
      • reuniones con equipo docente, para lo cual se deben inscribir previamente en la página inicial de este sitio
      • +
      • foros, disponibles tanto para las clases como para los prácticos.
      • +
    • +
    • También se enfatiza un trato respetuoso y horizontal. Quienes están tomando este curso serán referidos como participantes y/o estudiantes, evitar el uso de “l_s cabr_s” o “l_s chiquill_s”, que si bien puede intentar transmitir cercanía finalmente expresan minimización de la contraparte. Quien no se sienta tratad_ apropiadamente o vea que otr_s no lo están siendo, se solicita reportar para solucionar la situación.

    • +
    +
    +
    +

    Programación de sesiones

    +

    Visitar la página de Planificación.

    + + +
    + +
    + +
    + + + + + + \ No newline at end of file diff --git a/example/confounding-sensitivity_files/figure-html/build-mosquito-dag-full-1.png b/example/confounding-sensitivity_files/figure-html/build-mosquito-dag-full-1.png new file mode 100644 index 00000000..6f1f381e Binary files /dev/null and b/example/confounding-sensitivity_files/figure-html/build-mosquito-dag-full-1.png differ diff --git a/example/confounding-sensitivity_files/figure-html/build-mosquito-dag-rct-1.png b/example/confounding-sensitivity_files/figure-html/build-mosquito-dag-rct-1.png new file mode 100644 index 00000000..ca22fa98 Binary files /dev/null and b/example/confounding-sensitivity_files/figure-html/build-mosquito-dag-rct-1.png differ diff --git a/example/confounding-sensitivity_files/figure-html/math-dist-regular-1.png b/example/confounding-sensitivity_files/figure-html/math-dist-regular-1.png new file mode 100644 index 00000000..4422745c Binary files /dev/null and b/example/confounding-sensitivity_files/figure-html/math-dist-regular-1.png differ diff --git a/example/confounding-sensitivity_files/figure-html/math-dist-regular-lines-1.png b/example/confounding-sensitivity_files/figure-html/math-dist-regular-lines-1.png new file mode 100644 index 00000000..cab0fab5 Binary files /dev/null and b/example/confounding-sensitivity_files/figure-html/math-dist-regular-lines-1.png differ diff --git a/example/confounding-sensitivity_files/figure-html/net-plot-scales-1.png b/example/confounding-sensitivity_files/figure-html/net-plot-scales-1.png new file mode 100644 index 00000000..41f4ec9e Binary files /dev/null and b/example/confounding-sensitivity_files/figure-html/net-plot-scales-1.png differ diff --git a/example/confounding-sensitivity_files/figure-html/plot-math-diff-scaled-1.png b/example/confounding-sensitivity_files/figure-html/plot-math-diff-scaled-1.png new file mode 100644 index 00000000..1e38436f Binary files /dev/null and b/example/confounding-sensitivity_files/figure-html/plot-math-diff-scaled-1.png differ diff --git a/example/dags.qmd b/example/dags.qmd deleted file mode 100644 index 694f65a5..00000000 --- a/example/dags.qmd +++ /dev/null @@ -1,336 +0,0 @@ ---- -title: "DAGs" ---- - -## DAGs with dagitty.net - -The easiest way to quickly build DAGs and find adjustment sets and testable implications is to use [dagitty.net](http://dagitty.net/). - -This video shows how to use it: - -
    - -
    - - -## DAGs with R, ggdag, and dagitty - -You can use the [**ggdag**](https://ggdag.malco.io/) and [**dagitty**](http://dagitty.net/primer/) packages in R to build and work with DAGs too. I typically draw an initial DAG in my browser with dagitty.net and then I rewrite it in code in R so that it's more official and formal and reproducible. - -### Live coding example - -
    - -
    - -### Basic DAGs - -*(This is a heavily cleaned up and annotated version of the code from the video.)* - -```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.width = 6, fig.asp = 0.618, fig.align = "center", - fig.retina = 3, out.width = "75%", collapse = TRUE) -set.seed(1234) -options("digits" = 2, "width" = 150) -``` - -```{r libraries, warning=FALSE, message=FALSE} -# Load packages -library(tidyverse) # For dplyr, ggplot, and friends -library(ggdag) # For plotting DAGs -library(dagitty) # For working with DAG logic -``` - -The general process for making and working with DAGs in R is to create a DAG object with `dagify()` and then plot it with `ggdag()`. The documentation for **ggdag** is really good and helpful and full of examples. Check these pages for all sorts of additional details: - -- ["An introduction to ggdag"](https://ggdag.malco.io/articles/intro-to-ggdag.html) -- ["An introduction to directed acyclic graphs"](https://ggdag.malco.io/articles/intro-to-dags.html) -- [List of all ggdag-related functions](https://ggdag.malco.io/reference/index.html) - -The syntax for `dagify()` is similar to the formula syntax you've been using for building regression models with `lm()`. The formulas you use in `dagify()` indicate the relationships between nodes. - -For instance, in this DAG, `y` is caused by `x`, `a`, and `b` (`y ~ x + a + b`), and `x` is caused by `a` and `b` (`x ~ a + b`). This means that `a` and `b` are confounders. Use the `exposure` and `outcome` arguments to specify which nodes are the exposure (or treatment/intervention/program) and the outcome. - -```{r super-basic-dag} -# Create super basic DAG -simple_dag <- dagify( - y ~ x + a + b, - x ~ a + b, - exposure = "x", - outcome = "y" -) - -# Adding a theme_dag() layer to the plot makes it have a white background with no axis labels -ggdag(simple_dag) + - theme_dag() -``` - -If you want to plot which nodes are the exposure and outcome, use `ggdag_status()` instead: - -```{r simple-status} -ggdag_status(simple_dag) + - theme_dag() -``` - -### Layouts and manual coordinates - -Notice how the layout is different in both of those graphs. By default, `ggdag()` positions the nodes randomly every time using a network algorithm. You can change the algorithm by using the `layout` argument: `ggdag(simple_dag, layout = "nicely")`. You can see a full list of possible algorithms by running `?layout_tbl_graph_igraph` in the console. - -Alternatively, you can specify your own coordinates so that the nodes are positioned in the same place every time. Do this with the `coords` argument in `dagify()`. - -The best way to figure out what these numbers should be is to draw the DAG on paper or on a whiteboard and add a grid to it and then figure out the coordinates. For instance, in this DAG there are three rows and three columns: `x` and `y` go in the middle row (row 2) while `a` and `b` go in the middle column (column 2). It can also be helpful to not include `theme_dag()` at first so you can see the numbers for the underlying grid. Once you have everything positioned correctly, add `theme_dag()` to clean it up. - -```{r dag-with-coords} -simple_dag_with_coords <- dagify( - y ~ x + a + b, - x ~ a + b, - exposure = "x", - outcome = "y", - coords = list(x = c(x = 1, a = 2, b = 2, y = 3), - y = c(x = 2, a = 1, b = 3, y = 2)) -) - -ggdag_status(simple_dag_with_coords) + - theme_dag() -``` - -### Node names and labels - -The variable names you use do not have to be limited to just `x`, `y`, and other lowercase letters. You can any names you want, as long as there are no spaces. - -```{r dag-with-names} -dag_with_var_names <- dagify( - outcome ~ treatment + confounder1 + confounder2, - treatment ~ confounder1 + confounder2, - exposure = "treatment", - outcome = "outcome" -) - -ggdag_status(dag_with_var_names) + - theme_dag() -``` - -However, unless you use very short names, it is likely that the text will not fit inside the nodes. To get around this, you can add labels to the nodes using the `labels` argument in `dagify()`. Plot the labels by setting `use_labels = "label"` in `ggdag()`. You can turn off the text in the nodes with `text = FALSE` in `ggdag()`. - -```{r dag-with-labels} -dag_with_coords_and_labels <- dagify( - y ~ x + a + b, - x ~ a + b, - exposure = "x", - outcome = "y", - labels = c(y = "Outcome", x = "Treatment", - a = "Confounder 1", b = "Confounder 2"), - coords = list(x = c(x = 1, a = 2, b = 2, y = 3), - y = c(x = 2, a = 1, b = 3, y = 2)) -) - -ggdag_status(dag_with_coords_and_labels, - use_labels = "label", text = FALSE) + - guides(fill = "none", color = "none") + # Disable the legend - theme_dag() -``` - - -### Paths and adjustment sets - -R can also perform analysis on DAG objects. For example, we can find all the testable implications from the DAG using the `impliedConditionalIndependencies()` function from the **dagitty** package. For this simple DAG, there is only one: `a` should be independent of `b`. If we had a dataset with columns for each of these variables, we could check if this is true by running `cor(a, b)` to see if the two are related. - -```{r find-independencies} -impliedConditionalIndependencies(simple_dag) -``` - -We can also find all the paths between `x` and `y` using the `paths()` function from the **dagitty** package. We can see that there are three open paths between `x` and `y`: - -```{r find-paths} -paths(simple_dag) -``` - -The first open path is fine—we want a single *d*-connected relationship between treatment and outcome—but the other two indicate that there is confounding from `a` and `b`. We can see what each of these paths are with the `ggdag_paths()` function from the **ggdag** package: - -```{r plot-dag-paths, fig.width=8} -ggdag_paths(simple_dag_with_coords) + - theme_dag() -``` - -Instead of listing out all the possible paths and identifying backdoors by hand, you can use the `adjustmentSets()` function in the **dagitty** package to programmatically find all the nodes that need to be adjusted. Here we see that both `a` and `b` need to be controlled for to isolate the `x -> y` relationship. - -```{r find-adjustment-sets} -adjustmentSets(simple_dag) -``` - -You can also visualize the adjustment sets with `ggdag_adjustment_set()` in the **ggdag** package. Make sure you set `shadow = TRUE` to draw the arrows coming out of the adjusted nodes—by default, those are not included. - -```{r plot-adjustment-sets} -ggdag_adjustment_set(simple_dag_with_coords, shadow = TRUE) + - theme_dag() -``` - -R will find minimally sufficient adjustment sets, which includes the fewest number of adjustments needed to close all backdoors between `x` and `y`. In this example DAG there was only one set of variables (`a` and `b`), but in other situations there could be many possible sets, or none if the causal effect is not identifiable. - -### Plot DAG from dagitty.net with `ggdag()` - -If you use [dagitty.net](http://dagitty.net/) to draw a DAG, you'll notice that it generates some code for you in the model code section: - -```{r dagitty-model-code-example, echo=FALSE} -knitr::include_graphics("/files/img/example/dagitty-code.png", error = FALSE) -``` - -You can copy that `dag{ ... }` code and paste it into R to define a DAG object rather than use the `dagify()` function. To do this, use the `dagitty()` function from the **dagitty** library and include the whole generated model code in single quotes (`''`): - -```{r code-from-dagitty} -model_from_dagitty <- dagitty('dag { -bb="0,0,1,1" -"A confounder" [pos="0.809,0.306"] -"Another confounder" [pos="0.810,0.529"] -"Some outcome" [outcome,pos="0.918,0.432"] -"Some treatment" [exposure,pos="0.681,0.426"] -"A confounder" -> "Some outcome" -"A confounder" -> "Some treatment" -"Another confounder" -> "Some outcome" -"Another confounder" -> "Some treatment" -"Some treatment" -> "Some outcome" -} -') - -ggdag(model_from_dagitty) + - theme_dag() -``` - -By default it's going to look ugly because (1) the node labels don't fit, and (2) slight differences in the coordinates make it so the nodes don't perfectly align with each other. To fix coordinate alignment, you can modify the numbers in the generated DAG code. Here I rounded the numbers so that they're all 0.3, 0.8, etc. - -To fix the label issue, you can add the `use_labels` argument like normally. Only here, you can't specify `use_labels = "label"`. Instead, when you specify a DAG using dagitty's code like this, the column in the underlying dataset that contains the labels is named `name`, so you need to use `use_labels = "name"`. - -Other `ggdag()` variations like `ggdag_status()` will still work fine. - -```{r code-from-dagitty-better} -model_from_dagitty_rounded <- dagitty('dag { -bb="0,0,1,1" -"A confounder" [pos="0.8,0.3"] -"Another confounder" [pos="0.8,0.5"] -"Some outcome" [outcome,pos="0.9,0.4"] -"Some treatment" [exposure,pos="0.7,0.4"] -"A confounder" -> "Some outcome" -"A confounder" -> "Some treatment" -"Another confounder" -> "Some outcome" -"Another confounder" -> "Some treatment" -"Some treatment" -> "Some outcome" -} -') - -ggdag_status(model_from_dagitty_rounded, text = FALSE, use_labels = "name") + - guides(color = "none") + # Turn off legend - theme_dag() -``` - - -## Mosquito net example - -### Conditional independencies - -You can test if your stated relationships are correct by looking at the conditional independencies that are implied by the DAG. In dagitty.net, these appear in the sidebar in the "Testable implications" section. To show how this works, we'll use a simulated dataset that I generated about a fictional mosquito net program. Download the data here if you want to follow along: - -- [{{< fa table >}} `mosquito_nets.csv`](/files/data/generated_data/mosquito_nets.csv) - -Researchers are interested in whether using mosquito nets decreases an individual's risk of contracting malaria. They have collected data from 1,752 households in an unnamed country and have variables related to environmental factors, individual health, and household characteristics. Additionally, this country has a special government program that provides free mosquito nets to households that meet specific requirements: to qualify for the program, there must be more than 4 members of the household, and the household's monthly income must be lower than \$700 a month. Households are not automatically enrolled in the program, and many do not use it. The data is not experimental—researchers have no control over who uses mosquito nets, and individual households make their own choices over whether to apply for free nets or buy their own nets, as well as whether they use the nets if they have them. - -```{r build-mosquito-dag, fig.width=8} -mosquito_dag <- dagify( - malaria_risk ~ net + income + health + temperature + resistance, - net ~ income + health + temperature + eligible + household, - eligible ~ income + household, - health ~ income, - exposure = "net", - outcome = "malaria_risk", - coords = list(x = c(malaria_risk = 7, net = 3, income = 4, health = 5, - temperature = 6, resistance = 8.5, eligible = 2, household = 1), - y = c(malaria_risk = 2, net = 2, income = 3, health = 1, - temperature = 3, resistance = 2, eligible = 3, household = 2)), - labels = c(malaria_risk = "Risk of malaria", net = "Mosquito net", income = "Income", - health = "Health", temperature = "Nighttime temperatures", - resistance = "Insecticide resistance", - eligible = "Eligible for program", household = "Number in household") -) - -ggdag_status(mosquito_dag, use_labels = "label", text = FALSE) + - guides(fill = "none", color = "none") + # Disable the legend - theme_dag() -``` - -The causal graph above outlines the complete relationship between mosquito net use and risk of malaria. Each node in the DAG is a column in the dataset collected by the researchers, and includes the following: - -- Malaria risk (`malaria_risk`): The likelihood that someone in the household will be infected with malaria. Measured on a scale of 0–100, with higher values indicating higher risk. -- Mosquito net (`net` and `net_num`): A binary variable indicating if the household used mosquito nets. -- Eligible for program (`eligible`): A binary variable indicating if the household is eligible for the free net program. -- Income (`income`): The household's monthly income, in US dollars. -- Nighttime temperatures (`temperature`): The average temperature at night, in Celsius. -- Health (`health`): Self-reported healthiness in the household. Measured on a scale of 0–100, with higher values indicating better health. -- Number in household (`household`): Number of people living in the household. -- Insecticide resistance (`resistance`): Some strains of mosquitoes are more resistant to insecticide and thus pose a higher risk of infecting people with malaria. This is measured on a scale of 0–100, with higher values indicating higher resistance. - -According to the DAG, malaria risk is caused by income, temperatures, health, insecticide resistance, and mosquito net use. People who live in hotter regions, have lower incomes, have worse health, are surrounded by mosquitoes with high resistance to insecticide, and who do not use mosquito nets are at higher risk of contracting malaria than those who do not. Mosquito net use is caused by income, nighttime temperatures, health, the number of people living in the house, and eligibility for the free net program. People who live in areas that are cooler at night, have higher incomes, have better health, have more people in the home, and are eligible for free government nets are more likely to regularly use nets than those who do not. The DAG also shows that eligibility for the free net program is caused by income and household size, since households must meet specific thresholds to qualify. - -First, let's download the dataset, put in a folder named `data`, and load it: - -- [{{< fa table >}} `mosquito_nets.csv`](/files/data/generated_data/mosquito_nets.csv) - -```{r load-data-fake, eval=FALSE} -# Load the data. -# It'd be a good idea to click on the "mosquito_nets.csv" object in the -# Environment panel in RStudio to see what the data looks like after you load it -mosquito_nets <- read_csv("data/mosquito_nets.csv") -``` - -```{r load-data-real, include=FALSE} -mosquito_nets <- read_csv(here::here("files", "data", "generated_data", "mosquito_nets.csv")) -``` - -We can use this data to check if the relationships defined by our DAG reflect reality. Recall that *d*-separation implies that nodes are statistically independent of each other and do not transfer associational information. If you draw the mosquito net DAG with dagitty.net, or if you run `impliedConditionalIndependencies()` in R, you can see a list of all the implied conditional independencies. - -```{r} -impliedConditionalIndependencies(mosquito_dag) -``` - -The `_||_` symbol in the output here is the $\perp$ symbol, which means "independent of". The `|` in the output means "given". - -In the interest of space, we will not verify all these implied independencies, but we can test a few of them: - -- $\text{Health} \perp \text{Household members}$: (Read as *"Health is independent of household member count"*.) Health should be independent of the number of people in each household. In the data, the two variables should not be correlated. This is indeed the case: - -```{r indent=" "} -cor(mosquito_nets$health, mosquito_nets$household) -``` - -- $\text{Income} \perp \text{Insecticide resistance}$: (Read as *"Income is independent of insecticide resistance"*.) Income should be independent of insecticide resistance. This is again true: - -```{r indent=" "} -cor(mosquito_nets$income, mosquito_nets$resistance) -``` - -- $\text{Malaria risk} \perp \text{Household members}\ |\ \text{Health, Income, Bed net use, Temperature}$: (Read as *"Malaria risk is independent of house member count given health, income, bed net use, and temperature"*.) Malaria risk should be independent of the number of household members given similar levels of health, income, mosquito net use, and nighttime temperatures. We cannot use `cor()` to test this implication, since there are many variables involved, but we can use a regression model to check if the number of household members is significantly related to malaria risk. It is not significant ($t = -0.17$, $p = 0.863$), which means the two are independent, as expected. - -```{r indent=" "} -lm(malaria_risk ~ household + health + income + net + temperature, - data = mosquito_nets) %>% - broom::tidy() -``` - -We can check all the other conditional independencies to see if the DAG captures the reality of the full system of factors that influence mosquito net use and malaria risk. If there are substantial and significant correlations between nodes that should be independent, there is likely an issue with the specification of the DAG. Return to the theory of how the phenomena are generated and refine the DAG more. - - -### Mosquito net adjustment sets - -There is a direct path between mosquito net use and the risk of malaria, but the effect is not causally identified due to several other open paths. We can either list out all the paths and find which open paths have arrows pointing backwards into the mosquito net node (run `paths(mosquito_dag)` to see these results), or we can let R find the appropriate adjustment sets automatically: - -```{r} -adjustmentSets(mosquito_dag) -``` - -Based on the relationships between all the nodes in the DAG, adjusting for health, income, and temperature is enough to close all backdoors and identify the relationship between net use and malaria risk. Importantly, we do not need to worry about any of the nodes related to the government program for free nets, since those nodes are not *d*-connected to malaria risk. We only need to worry about confounding relationships. - -We can confirm this graphically with `ggdag_adjustment_set()`: - -```{r plot-mosquito-adjustment-fake} -ggdag_adjustment_set(mosquito_dag, shadow = TRUE, - use_labels = "label", text = FALSE) + - theme_dag() -``` diff --git a/example/diff-in-diff.qmd b/example/diff-in-diff.qmd deleted file mode 100644 index 666cd10d..00000000 --- a/example/diff-in-diff.qmd +++ /dev/null @@ -1,334 +0,0 @@ ---- -title: "Difference-in-differences" ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.width = 6, fig.asp = 0.618, fig.align = "center", - fig.retina = 3, out.width = "75%", collapse = TRUE) -set.seed(1234) -options("digits" = 2, "width" = 150) -options(dplyr.summarise.inform = FALSE) -``` - -## Video walk-through - -If you want to follow along with this example, you can download the data below: - -- [{{< fa table >}} `injury.csv`](/files/data/package_data/injury.csv) - -```{r show-youtube-list, echo=FALSE, results="asis"} -source(here::here("R", "youtube-playlist.R")) - -playlist_id <- "PLS6tnpTr39sHw3FevrihLn2Ly8pSCUUag" - -video_details <- tibble::tribble( - ~youtube_id, ~title, - "u5iEtpITL3s", "Getting started", - "15BprphMT1g", "Load and clean data", - "SkPLMBkB06o", "Exploratory data analysis", - "56KPL2_nSxQ", "Diff-in-diff manually", - "2JctZFGIYWw", "Diff-in-diff with regression" -) - -youtube_list(video_details, playlist_id, example = TRUE) -``` - - -## Program background - -In 1980, Kentucky raised its cap on weekly earnings that were covered by worker's compensation. We want to know if this new policy caused workers to spend more time unemployed. If benefits are not generous enough, then workers could sue companies for on-the-job injuries, while overly generous benefits could cause moral hazard issues and induce workers to be more reckless on the job, or to claim that off-the-job injuries were incurred while at work. - -The main outcome variable we care about is `log_duration` (in the original data as `ldurat`, but we rename it to be more human readable), or the logged duration (in weeks) of worker's compensation benefits. We log it because the variable is fairly skewed---most people are unemployed for a few weeks, with some unemployed for a long time. The policy was designed so that the cap increase did not affect low-earnings workers, but did affect high-earnings workers, so we use low-earnings workers as our control group and high-earnings workers as our treatment group. - -The data is included in the **wooldridge** R package as the `injury` dataset, and if you install the package, load it with `library(wooldridge)`, and run `?injury` in the console, you can see complete details about what's in it. To give you more practice with loading data from external files, I exported the injury data as a CSV file (using `write_csv(injury, "injury.csv")`) and included it here. - -These are the main columns we'll worry about for now: - -- `durat` (which we'll rename to `duration`): Duration of unemployment benefits, measured in weeks -- `ldurat` (which we'll rename to `log_duration`): Logged version of `durat` (`log(durat)`) -- `after_1980` (which we'll rename to `after_1980`): Indicator variable marking if the observation happened before (0) or after (1) the policy change in 1980. This is our **time** (or *before/after* variable) -- `highearn`: Indicator variable marking if the observation is a low (0) or high (1) earner. This is our **group** (or *treatment/control*) variable - - -## Load and clean data - -First, let's download the dataset (if you haven't already), put in a folder named `data`, and load it: - -- [{{< fa table >}} `injury.csv`](/files/data/package_data/injury.csv) - -```{r load-libraries, message=FALSE, warning=FALSE} -library(tidyverse) # ggplot(), %>%, mutate(), and friends -library(broom) # Convert models to data frames -library(scales) # Format numbers with functions like comma(), percent(), and dollar() -library(modelsummary) # Create side-by-side regression tables -``` - -```{r load-data-fake, eval=FALSE} -# Load the data. -# It'd be a good idea to click on the "injury_raw" object in the Environment -# panel in RStudio to see what the data looks like after you load it -injury_raw <- read_csv("data/injury.csv") -``` - -```{r load-data-real, include=FALSE} -injury_raw <- read_csv(here::here("files", "data", "package_data", "injury.csv")) -``` - -Next we'll clean up the `injury_raw` data a little to limit the data to just observations from Kentucky. we'll also rename some awkwardly-named columns: - -```{r clean-data} -injury <- injury_raw %>% - filter(ky == 1) %>% - # The syntax for rename is `new_name = original_name` - rename(duration = durat, log_duration = ldurat, - after_1980 = afchnge) -``` - - -## Exploratory data analysis - -First we can look at the distribution of unemployment benefits across high and low earners (our control and treatment groups): - -```{r duration-histogram} -ggplot(data = injury, aes(x = duration)) + - # binwidth = 8 makes each column represent 2 months (8 weeks) - # boundary = 0 make it so the 0-8 bar starts at 0 and isn't -4 to 4 - geom_histogram(binwidth = 8, color = "white", boundary = 0) + - facet_wrap(vars(highearn)) -``` - -The distribution is really skewed, with most people in both groups getting between 0-8 weeks of benefits (and a handful with more than 180 weeks! that's 3.5 years!) - -If we use the log of duration, we can get a less skewed distribution that works better with regression models: - -```{r log-duration-histogram} -ggplot(data = injury, mapping = aes(x = log_duration)) + - geom_histogram(binwidth = 0.5, color = "white", boundary = 0) + - # Uncomment this line if you want to exponentiate the logged values on the - # x-axis. Instead of showing 1, 2, 3, etc., it'll show e^1, e^2, e^3, etc. and - # make the labels more human readable - # scale_x_continuous(labels = trans_format("exp", format = round)) + - facet_wrap(vars(highearn)) -``` - -We should also check the distribution of unemployment before and after the policy change. Copy/paste one of the histogram chunks and change the faceting: - -```{r log-duration-before-after-histogram} -ggplot(data = injury, mapping = aes(x = log_duration)) + - geom_histogram(binwidth = 0.5, color = "white", boundary = 0) + - facet_wrap(vars(after_1980)) -``` - -The distributions look normal-ish, but we can't really easily see anything different between the before/after and treatment/control groups. We can plot the averages, though. There are a few different ways we can do this. - -You can use a `stat_summary()` layer to have ggplot calculate summary statistics like averages. Here we just calculate the mean: - -```{r plot-means-with-points} -ggplot(injury, aes(x = factor(highearn), y = log_duration)) + - geom_point(size = 0.5, alpha = 0.2) + - stat_summary(geom = "point", fun = "mean", size = 5, color = "red") + - facet_wrap(vars(after_1980)) -``` - -But we can also calculate the mean and 95% confidence interval: - -```{r plot-means-with-pointrange} -ggplot(injury, aes(x = factor(highearn), y = log_duration)) + - stat_summary(geom = "pointrange", size = 1, color = "red", - fun.data = "mean_se", fun.args = list(mult = 1.96)) + - facet_wrap(vars(after_1980)) -``` - -We can already start to see the classical diff-in-diff plot! It looks like high earners after 1980 had longer unemployment on average. - -We can also use `group_by()` and `summarize()` to figure out group means before sending the data to ggplot. I prefer doing this because it gives me more control over the data that I'm plotting: - -```{r plot-pointrange-manual} -plot_data <- injury %>% - # Make these categories instead of 0/1 numbers so they look nicer in the plot - mutate(highearn = factor(highearn, labels = c("Low earner", "High earner")), - after_1980 = factor(after_1980, labels = c("Before 1980", "After 1980"))) %>% - group_by(highearn, after_1980) %>% - summarize(mean_duration = mean(log_duration), - se_duration = sd(log_duration) / sqrt(n()), - upper = mean_duration + (1.96 * se_duration), - lower = mean_duration + (-1.96 * se_duration)) - -ggplot(plot_data, aes(x = highearn, y = mean_duration)) + - geom_pointrange(aes(ymin = lower, ymax = upper), - color = "darkgreen", size = 1) + - facet_wrap(vars(after_1980)) -``` - -Or, plotted in the more standard diff-in-diff format: - -```{r plot-pointrange-manual-no-facet} -ggplot(plot_data, aes(x = after_1980, y = mean_duration, color = highearn)) + - geom_pointrange(aes(ymin = lower, ymax = upper), size = 1) + - # The group = highearn here makes it so the lines go across categories - geom_line(aes(group = highearn)) -``` - - -## Diff-in-diff by hand - -We can find that exact difference by filling out the 2x2 before/after treatment/control table: - -| | Before 1980 | After 1980 | ∆ | -|--------------|:-----------:|:----------:|:-----------------:| -| Low earners | A | B | B − A | -| High earners | C | D | D − C | -| ∆ | C − A | D − B | (D − C) − (B − A) | - - -A combination of `group_by()` and `summarize()` makes this really easy: - -```{r calculate-diffs} -diffs <- injury %>% - group_by(after_1980, highearn) %>% - summarize(mean_duration = mean(log_duration), - # Calculate average with regular duration too, just for fun - mean_duration_for_humans = mean(duration)) -diffs -``` - -We can pull each of these numbers out of the table with some `filter()`s and `pull()`: - -```{r calculate-cells-manually} -before_treatment <- diffs %>% - filter(after_1980 == 0, highearn == 1) %>% - pull(mean_duration) - -before_control <- diffs %>% - filter(after_1980 == 0, highearn == 0) %>% - pull(mean_duration) - -after_treatment <- diffs %>% - filter(after_1980 == 1, highearn == 1) %>% - pull(mean_duration) - -after_control <- diffs %>% - filter(after_1980 == 1, highearn == 0) %>% - pull(mean_duration) - -diff_treatment_before_after <- after_treatment - before_treatment -diff_treatment_before_after - -diff_control_before_after <- after_control - before_control -diff_control_before_after - -diff_diff <- diff_treatment_before_after - diff_control_before_after -diff_diff -``` - -The diff-in-diff estimate is `r round(diff_diff, 3)`, which means that the program causes an increase in unemployment duration of 0.19 logged weeks. Logged weeks is nonsensical, though, so we have to interpret it with percentages ([here's a handy guide!](https://stats.stackexchange.com/a/18639/3025); this is Example B, where the dependent/outcome variable is logged). Receiving the treatment (i.e. being a high earner after the change in policy) causes a `r percent(diff_diff)` increase in the length of unemployment. - -```{r nice-diff-diff-plot} -ggplot(diffs, aes(x = as.factor(after_1980), - y = mean_duration, - color = as.factor(highearn))) + - geom_point() + - geom_line(aes(group = as.factor(highearn))) + - # If you use these lines you'll get some extra annotation lines and - # labels. The annotate() function lets you put stuff on a ggplot that's not - # part of a dataset. Normally with geom_line, geom_point, etc., you have to - # plot data that is in columns. With annotate() you can specify your own x and - # y values. - annotate(geom = "segment", x = "0", xend = "1", - y = before_treatment, yend = after_treatment - diff_diff, - linetype = "dashed", color = "grey50") + - annotate(geom = "segment", x = "1", xend = "1", - y = after_treatment, yend = after_treatment - diff_diff, - linetype = "dotted", color = "blue") + - annotate(geom = "label", x = "1", y = after_treatment - (diff_diff / 2), - label = "Program effect", size = 3) - -# Here, all the as.factor changes are directly in the ggplot code. I generally -# don't like doing this and prefer to do that separately so there's less typing -# in the ggplot code, like this: -# -# diffs <- diffs %>% -# mutate(after_1980 = as.factor(after_1980), highearn = as.factor(highearn)) -# -# ggplot(diffs, aes(x = after_1980, y = avg_durat, color = highearn)) + -# geom_line(aes(group = highearn)) -``` - - -## Diff-in-diff with regression - -Calculating all the pieces by hand like that is tedious, so we can use regression to do it instead! Remember that we need to include indicator variables for treatment/control and for before/after, as well as the interaction of the two. Here's what the math equation looks like: - -$$ -\begin{aligned} -\log(\text{duration}) = &\alpha + \beta \ \text{highearn} + \gamma \ \text{after\_1980} + \\ -& \delta \ (\text{highearn} \times \text{after\_1980}) + \epsilon -\end{aligned} -$$ - -The $\delta$ coefficient is the effect we care about in the end---that's the diff-in-diff estimator. - -```{r model-small} -model_small <- lm(log_duration ~ highearn + after_1980 + highearn * after_1980, - data = injury) -tidy(model_small) -``` - -The coefficient for `highearn:after_1980` is the same as what we found by hand, as it should be! It is statistically significant, so we can be fairly confident that it is not 0. - - -## Diff-in-diff with regression + controls - -One advantage to using regression for diff-in-diff is that we can include control variables to help isolate the effect. For example, perhaps claims made by construction or manufacturing workers tend to have longer duration than claims made workers in other industries. Or maybe those claiming back injuries tend to have longer claims than those claiming head injuries. We might also want to control for worker demographics such as gender, marital status, and age. - -Let's estimate an expanded version of the basic regression model with the following additional variables: - -- `male` -- `married` -- `age` -- `hosp` (1 = hospitalized) -- `indust` (1 = manuf, 2 = construc, 3 = other) -- `injtype` (1-8; categories for different types of injury) -- `lprewage` (log of wage prior to filing a claim) - -*Important*: `indust` and `injtype` are in the dataset as numbers (1-3 and 1-8), but they're actually categories. We have to tell R to treat them as categories (or factors), otherwise it'll assume that you can have an injury type of 3.46 or something impossible. - -```{r fix-injury-factors} -# Convert industry and injury type to categories/factors -injury_fixed <- injury %>% - mutate(indust = as.factor(indust), - injtype = as.factor(injtype)) -``` - -```{r model-big} -model_big <- lm(log_duration ~ highearn + after_1980 + highearn * after_1980 + - male + married + age + hosp + indust + injtype + lprewage, - data = injury_fixed) -tidy(model_big) - -# Extract just the diff-in-diff estimate -diff_diff_controls <- tidy(model_big) %>% - filter(term == "highearn:after_1980") %>% - pull(estimate) -``` - -After controlling for a host of demographic controls, the diff-in-diff estimate is smaller (`r round(diff_diff_controls, 3)`), indicating that the policy caused a `r percent(diff_diff_controls)` increase in the duration of weeks unemployed following a workplace injury. It is smaller because the other independent variables now explain some of the variation in `log_duration`. - - -## Comparison of results - -We can put the model coefficients side-by-side to compare the value for `highearn:after_1980` as we change the model. - -```{r all-models-together-fake, eval=FALSE} -modelsummary(list("Simple" = model_small, "Full" = model_big)) -``` - -```{r all-models-together-real, echo=FALSE, warning=FALSE} -gm <- modelsummary::gof_map %>% - mutate(omit = !(raw %in% c("nobs", "r.squared", "adj.r.squared"))) - -modelsummary(list("Simple" = model_small, "Full" = model_big), - gof_map = gm, stars = TRUE) %>% - kableExtra::row_spec(7, background = "#F6D645") %>% - kableExtra::row_spec(36, extra_css = "border-bottom: 1px solid") -``` diff --git a/example/iv.qmd b/example/iv.qmd deleted file mode 100644 index 890eef66..00000000 --- a/example/iv.qmd +++ /dev/null @@ -1,571 +0,0 @@ ---- -title: "Instrumental variables" ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.width = 6, fig.asp = 0.618, fig.align = "center", - fig.retina = 3, out.width = "75%", collapse = TRUE) -set.seed(1234) -options("digits" = 2, "width" = 150) -options(dplyr.summarise.inform = FALSE) -``` - -## Video walk-through - -If you want to follow along with this example, you can download these three datasets: - -- [{{< fa table >}} `father_education.csv`](/files/data/generated_data/father_education.csv) -- [{{< fa table >}} `wage2.csv`](/files/data/package_data/wage2.csv) -- [{{< fa table >}} `card.csv`](/files/data/package_data/card.csv) - - -```{r show-youtube-list, echo=FALSE, results="asis"} -source(here::here("R", "youtube-playlist.R")) - -playlist_id <- "PLS6tnpTr39sF97TfofFZ1O-bOQtB4ygZQ" - -video_details <- tibble::tribble( - ~youtube_id, ~title, - "h-rx-dXo74Y", "Getting started", - "wHTiAbGwKe4", "Checking instrument validity", - "tnerIh0uMxU", "Manual 2SLS", - "EI-knWTbH-s", "One-step 2SLS", - "W8Up5OOPtEY", "Checking instrument validity (real data)", - "6sp8sYrRv5c", "2SLS (real data)", - "uDr4nsWkG2c", "Validity + 2SLS (real data)" -) - -youtube_list(video_details, playlist_id, example = TRUE) -``` - -## Background - -For all these examples, we're interested in the perennial econometrics question of whether an extra year of education causes increased wages. Economists love this stuff. - -We'll explore the question with three different datasets: a fake one I made up and two real ones from published research. - -- [{{< fa table >}} `father_education.csv`](/files/data/generated_data/father_education.csv) -- [{{< fa table >}} `wage2.csv`](/files/data/package_data/wage2.csv) -- [{{< fa table >}} `card.csv`](/files/data/package_data/card.csv) - -Make sure you load all these libraries before getting started: - -```{r load-libraries, message=FALSE, warning=FALSE} -library(tidyverse) # ggplot(), %>%, mutate(), and friends -library(broom) # Convert models to data frames -library(modelsummary) # Create side-by-side regression tables -library(kableExtra) # Add fancier formatting to tables -library(estimatr) # Run 2SLS models in one step with iv_robust() -``` - - -## Education, wages, and father's education (fake data) - -First let's use some fake data to see if education causes additional wages. - -```{r load-fake-data-fake, eval=FALSE} -ed_fake <- read_csv("data/father_education.csv") -``` - -```{r load-fake-data-real, include=FALSE} -ed_fake <- read_csv(here::here("files", "data", "generated_data", "father_education.csv")) -``` - -The `father_education.csv` file contains four variables: - -| Variable name | Description | -| ------------- | ------------------------------------------------------------------------------------- | -| `wage` | Weekly wage | -| `educ` | Years of education | -| `ability` | Magical column that measures your ability to work and go to school (omitted variable) | -| `fathereduc` | Years of education for father | - -### Naive model - -If we could actually measure ability, we could estimate this model, which closes the confounding backdoor posed by ability and isolates just the effect of education on wages: - -```{r} -model_forbidden <- lm(wage ~ educ + ability, data = ed_fake) -tidy(model_forbidden) -``` - -However, in real life we don't have `ability`, so we're stuck with a naive model: - -```{r} -model_naive <- lm(wage ~ educ, data = ed_fake) -tidy(model_naive) -``` - -The naive model overestimates the effect of education on wages (12.2 vs. 9.24) because of omitted variable bias. Education suffers from endogeneity---there are things in the model (like ability, hidden in the error term) that are correlated with it. Any estimate we calculate will be wrong and biased because of selection effects or omitted variable bias (all different names for endogeneity). - -### Check instrument validity - -To fix the endogeneity problem, we can use an instrument to remove the endogeneity from education and instead use a special exogeneity-only version of education. Perhaps someone's father's education can be an instrument for education (it's not the greatest instrument, but we'll go with it). - -For an instrument to be valid, it must meet three criteria: - -1. **Relevance**: Instrument is correlated with policy variable -2. **Exclusion**: Instrument is correlated with outcome *only through* the policy variable -3. **Exogeneity**: Instrument isn't correlated with anything else in the model (i.e. omitted variables) - -**Relevance** - -We can first test relevance by making a scatterplot and running a model of `policy ~ instrument`: - -```{r message=FALSE} -ggplot(ed_fake, aes(x = fathereduc, y = educ)) + - geom_point() + - geom_smooth(method = "lm") - -check_relevance <- lm(educ ~ fathereduc, data = ed_fake) -tidy(check_relevance) -glance(check_relevance) -``` - -This looks pretty good! The F-statistic is definitely above 10 (it's 7,136!), and there's a significant relationship between the instrument and policy. I'd say that this is relevant. - -**Exclusion** - -To check for exclusion, we need to see if there's a relationship between father's education and wages that occurs *only* because of education. If we plot it, we'll see a relationship: - -```{r message=FALSE} -ggplot(ed_fake, aes(x = fathereduc, y = wage)) + - geom_point() + - geom_smooth(method = "lm") -``` - -That's to be expected, since in our model, father's education causes education which causes wages---they should be correlated. But we have to use a convincing story + theory to justify the idea that a father's education increases the hourly wage *only because it increases one's education*, and there's no real statistical test for that. Good luck. - -**Exogeneity** - -There's not really a test for exogeneity either, since there's no way to measure other endogenous variables in the model (that's the whole reason we're using IVs in the first place!). Because we have the magical `ability` column in this fake data, we can test it. Father's education shouldn't be related to ability: - -```{r message=FALSE} -ggplot(ed_fake, aes(x = ability, y = fathereduc)) + - geom_point() + - geom_smooth(method = "lm") -``` - -And it's not! We can safely say that it meets the exogeneity assumption. - -In real life, though there's no statistical test for exogeneity. We just have to tell a theory-based story that the number of years of education one's father has is not correlated with anything else in the model (including any omitted variables). Good luck with that---it's probably not a good instrument. This relates to Scott Cunningham's argument that instruments have to be weird. [According to Scott](https://twitter.com/causalinf/status/1194069373935337473): - -> The reason I think this is because an instrument doesn’t belong in the structural error term and the structural error term is all the intuitive things that determine your outcome. So it *must* be weird, otherwise it’s probably in the error term. - -Let's just pretend that father's education *is* a valid instrument and move on :) - -### 2SLS manually - -Now we can do two-stage least squares (2SLS) regression and use the instrument to filter out the endogenous part of education. The first stage predicts education based on the instrument (we already ran this model earlier when checking for relevance, but we'll do it again just for fun): - -```{r} -first_stage <- lm(educ ~ fathereduc, data = ed_fake) -``` - -Now we want to add a column of predicted education to our original dataset. The easiest way to do that is with the `augment_columns()` function from the **broom** library, which plugs values from a dataset into a model to generate predictions: - -```{r} -ed_fake_with_prediction <- augment_columns(first_stage, ed_fake) -head(ed_fake_with_prediction) -``` - -Note a couple of these new columns. `.fitted` is the fitted/predicted value of education, and it's the version of education with endogeneity arguably removed. `.resid` shows how far off the prediction is from `educ`. The other columns don't matter so much. - -Instead of dealing with weird names like `.fitted`, I like to rename the fitted variable to something more understandable after I use `augment_columns`: - -```{r} -ed_fake_with_prediction <- augment_columns(first_stage, ed_fake) %>% - rename(educ_hat = .fitted) - -head(ed_fake_with_prediction) -``` - -We can now use the new `educ_hat` variable in our second stage model: - -```{r} -second_stage <- lm(wage ~ educ_hat, data = ed_fake_with_prediction) -tidy(second_stage) -``` - -The estimate for `educ_hat` is arguably more accurate now because we've used the instrument to remove the endogenous part of education and should only have the exogenous part. - -### 2SLS in one step - -Doing all that two-stage work is neat and it helps with the intuition of instrumental variables, but it's tedious. More importantly, the standard errors for `educ_hat` are wrong and the $R^2$ and other diagnostics for the second stage model are wrong too. You can use fancy math to adjust these things in the second stage, but we're not going to do that. Instead, we'll use a function that does both stages of the 2SLS model at the same time! - -There are several functions from different R packages that let you do 2SLS, and they all work a little differently and have different benefits: - -- [`iv_robust()` from **estimatr**](https://declaredesign.org/r/estimatr/articles/getting-started.html#iv_robust): - - Syntax: `outcome ~ treatment | instrument` - - Benefits: Handles robust and clustered standard errors -- [`ivreg()` from **ivreg**](https://github.com/john-d-fox/ivreg/): - - Syntax: `outcome ~ treatment | instrument` - - Benefits: Includes a ton of fancy diagnostics -- [`ivreg()` from **AER**](https://raw.githack.com/uo-ec607/lectures/master/08-regression/08-regression.html#Option_1:_AER::ivreg()): - - Syntax: `outcome ~ treatment | instrument` - - Benefits: Includes special tests for weak instruments (that are better than the standard "check if F > 10"), like Anderson-Rubin confidence intervals -- [`lfe()` from **felm**](https://raw.githack.com/uo-ec607/lectures/master/08-regression/08-regression.html#Option_3:_felm::lfe()): - - Syntax: `outcome ~ treatment | fixed effects | instrument` - - Benefits: Handles fixed effects really quickly (kind of like `feols()` that you used in Problem Set 5) -- [`plm()` from **plm**](https://cran.r-project.org/web/packages/plm/vignettes/plmPackage.html#instrumental-variable-estimators): - - Syntax: `outcome ~ treatment | instrument` - - Benefits: Handles panel data (country/year, state/year, etc.) - -[This page here has more detailed examples of the main three](https://raw.githack.com/uo-ec607/lectures/master/08-regression/08-regression.html#Instrumental_variables): `iv_robust()`, `ivreg()`, and `lfe()` - -I typically like using `iv_robust()`, so we'll do that here. Instead of running a first stage, generating predictions, and running a second stage, we can do it all at once like this: - -```{r} -model_2sls <- iv_robust(wage ~ educ | fathereduc, - data = ed_fake) -tidy(model_2sls) -``` - -The coefficient for `educ` here is the same as `educ_hat` from the manual 2SLS model, but here we found it in one line of code! Also, the model's standard errors and diagnostics are all correct now. - -### Compare results - -We can put all the models side-by-side to compare them: - -```{r warning=FALSE} -# gof_omit here will omit goodness-of-fit rows that match any of the text. This -# means 'contains "IC" OR contains "Low" OR contains "Adj" OR contains "p.value" -# OR contains "statistic" OR contains "se_type"'. Basically we're getting rid of -# all the extra diagnostic information at the bottom -modelsummary(list("Forbidden" = model_forbidden, "OLS" = model_naive, - "2SLS (by hand)" = second_stage, "2SLS (automatic)" = model_2sls), - gof_omit = "IC|Log|Adj|p\\.value|statistic|se_type", - stars = TRUE) %>% - # Add a background color to rows 3 and 7 - row_spec(c(3, 7), background = "#F5ABEA") -``` - -Note how the coefficients for `educ_hat` and `educ` in the 2SLS models are close to the coefficient for `educ` in the forbidden model that accounts for ability. That's the magic of instrumental variables! - - -## Education, wages, and parent's education (multiple instruments) (real data) - -This data comes from the `wage2` dataset in the **wooldridge** R package (and it's real!). The data was used in this paper: - -> M. Blackburn and D. Neumark (1992), "Unobserved Ability, Efficiency Wages, and Interindustry Wage Differentials," *Quarterly Journal of Economics* 107, 1421-1436. - -```{r eval=FALSE} -wage2 <- read_csv("data/wage2.csv") -``` - -```{r include=FALSE} -wage2 <- read_csv(here::here("files", "data", "package_data", "wage2.csv")) -``` - -This dataset includes a bunch of different variables. If you run `library(wooldridge)` and then run `?wage` you can see the documentation for the data. These are the variables we care about for this example: - -| Variable name | Description | -| ------------- | ------------------------------- | -| `wage` | Monthly wage (1980 dollars) | -| `educ` | Years of education | -| `feduc` | Years of education for father | -| `meduc` | Years of education for mother | - -To make life easier, we'll rename some of the columns and get rid of rows with missing data: - -```{r} -ed_real <- wage2 %>% - rename(education = educ, education_dad = feduc, education_mom = meduc) %>% - na.omit() # Get rid of rows with missing values -``` - -### Naive model - -We want to again estimate the effect of education on wages, but this time we'll use both one's father's education and one's mother's education as instruments. Here's the naive estimate of the relationship, which suffers from endogeneity: - -```{r} -model_naive <- lm(wage ~ education, data = ed_real) -tidy(model_naive) -``` - -This is wrong though! Education is endogenous to unmeasured things in the model (like ability, which lives in the error term). We can isolate the exogenous part of education with an instrument. - -### Check instrument validity - -Before doing any 2SLS models, we want to check the validity of the instruments. Remember, for an instrument to be valid, it should meet these criteria: - -1. **Relevance**: Instrument is correlated with policy variable -2. **Exclusion**: Instrument is correlated with outcome *only through* the policy variable -3. **Exogeneity**: Instrument isn't correlated with anything else in the model (i.e. omitted variables) - -**Relevance** - -We can check for relevance by looking at the relationship between the instruments and education: - -```{r message=FALSE} -# Combine father's and mother's education into one column so we can plot both at the same time -ed_real_long <- ed_real %>% - pivot_longer(cols = c(education_dad, education_mom), - names_to = "instrument", values_to = "instrument_value") - -ggplot(ed_real_long, aes(x = instrument_value, y = education)) + - # Make points semi-transparent because of overplotting - geom_point(alpha = 0.2) + - geom_smooth(method = "lm") + - facet_wrap(vars(instrument)) -``` - -```{r} -model_check_instruments <- lm(education ~ education_dad + education_mom, - data = ed_real) -tidy(model_check_instruments) -glance(model_check_instruments) -``` - -There's a clear relationship between both of the instruments and education, and the coefficients for each are significant. The F-statistic for the model is 83, which is higher than 10, which might be a good sign of a strong instrument. However, it's less than 104, which, [according to this paper](https://arxiv.org/abs/2010.05058), is a better threshold for F statistics. So maybe it's not so relevant in the end. Who knows. - -**Exclusion** - -We can check for exclusion in part by looking at the relationship between the instruments and the outcome, or wages. We should see some relationship: - -```{r message=FALSE} -ggplot(ed_real_long, aes(x = instrument_value, y = wage)) + - geom_point(alpha = 0.5) + - geom_smooth(method = "lm") + - facet_wrap(~ instrument) -``` - -And we do! Now we just have to make the case that the only reason there's a relationship is that parental education only influences wages through education. Good luck with that. - -**Exogeneity** - -The last step is to prove exogeneity---that parental education is not correlated with education or wages. Good luck with that too. - -### 2SLS manually - -Now that we've maybe found some okay-ish instruments perhaps, we can use them in a two-stage least squares model. I'll show you how to do it by hand, just to help with the intuition, but then we'll do it automatically with `iv_robust()`. - -Assuming that parental education is a good instrument, we can use it to remove the endogenous part of education using 2SLS. In the first stage, we predict education using our instruments: - -```{r} -first_stage <- lm(education ~ education_dad + education_mom, data = ed_real) -``` - -We can then extract the predicted education and add it to our main dataset, renaming the `.fitted` variable to something more useful along the way: - -```{r} -ed_real_with_predicted <- augment_columns(first_stage, ed_real) %>% - rename(education_hat = .fitted) -``` - -Finally, we can use predicted education to estimate the exogenous effect of education on wages: - -```{r} -second_stage <- lm(wage ~ education_hat, - data = ed_real_with_predicted) -tidy(second_stage) -``` - -The coefficient for `education_hat` here should arguably be our actual effect! - -### 2SLS in one step - -Again, in real life, you won't want to do all that. It's tedious and your standard errors are wrong. Here's how to do it all in one step: - -```{r} -model_2sls <- iv_robust(wage ~ education | education_dad + education_mom, - data = ed_real) -tidy(model_2sls) -``` - -The coefficient for `education` is the same that we found in the manual 2SLS process, but now the errors are correct. - -### Compare results - -Let's compare all the findings and interpret the results! - -```{r} -modelsummary(list("OLS" = model_naive, "2SLS (by hand)" = second_stage, - "2SLS (automatic)" = model_2sls), - gof_omit = "IC|Log|Adj|p\\.value|statistic|se_type", - stars = TRUE) %>% - # Add a background color to rows 3 and 5 - row_spec(c(3, 5), background = "#F5ABEA") -``` - -The 2SLS effect is roughly twice as large and is arguably more accurate, since it has removed the endogeneity from education. An extra year of school leads to an extra \$111.56 dollars a month in income (in 1980 dollars). - -### Check for weak instruments - -The F-statistic in the first stage was 83.3, which is bigger than 10, but not huge. Again, [this newer paper](https://arxiv.org/abs/2010.05058) argues that relying on 10 as a threshold isn't great. They provide a new, more powerful test called the tF procedure, but nobody's written an R function to do that yet, so we can't use it yet. - -We *can*, however, do a couple other tests for instrument strength. First, if you include the `diagnostics = TRUE` argument when running `iv_robust()`, you can get a few extra diagnostic statistics. (See [the "Details" section in the documentation for `iv_robust`](https://www.rdocumentation.org/packages/estimatr/versions/0.26.0/topics/iv_robust#l_details) for more details about what these are.) - -Let's re-run the 2SLS model with `iv_robust` with diagnostics on. To see diagnostic details, you can't use `tidy()` (since that just shows the coefficients), so you have to use `summary()`: - -```{r} -model_2sls <- iv_robust(wage ~ education | education_dad + education_mom, - data = ed_real, diagnostics = TRUE) -summary(model_2sls) -``` - -The main diagnostic we care about here is the first one: "Weak instruments". This is a slightly fancier version of just looking at the first-stage F statistic. The null hypothesis for this test is that the instruments we have specified are weak, so we'd like to reject that null hypothesis. Here, the p-value is tiny, so we can safely reject the null and say the instruments likely aren't weak. (In general, you want a statistically significant weak instruments test). - -Another approach for checking for weak instruments is to calculate something called the Anderson-Rubin confidence set, which is essentially a 95% confidence interval for your coefficient that shows the stability of the coefficient based on how weak or strong the instrument is. This test was invented in like 1949 and it's arguably more robust than checking F statistics, but for whatever reason, *nobody really teaches it or uses it!*. It's not in any of the textbooks for this class, and it's really kind of rare. Even if you google "anderson rubin test weak instruments", you'll only find a bunch of lecture notes from fancy econometrics classes (like [p. 10 here](https://economics.yale.edu/sites/default/files/files/Workshops-Seminars/Econometrics/andrews1-051012.pdf), or [p. 4 here](https://www.ssc.wisc.edu/~xshi/econ715/Lecture_11_WeakIV.pdf), or [p. 4 here](https://ocw.mit.edu/courses/economics/14-384-time-series-analysis-fall-2013/lecture-notes/MIT14_384F13_lec7and8.pdf)). - -Additionally, most of the automatic 2SLS R packages don't provide an easy way to do this test! The only one I've found is in the **AER** package. Basically, create a 2SLS model with AER's `ivreg()` and then feed that model to the `anderson.rubin.ci()` function from the **ivpack** package. This doesn't work with models you make with `iv_robust()` or any of the other packages that do 2SLS—only with AER's `ivreg()`. It's a hassle. - -Installing **ivpack** is a little tricky because the maintainers have abandoned it and didn't make necessary updates to keep it on CRAN, son it was removed in June 2022. That means you can't just run `install.packages("ivpack")`. Booo. - -Fortunately there's a way around this. Microsoft makes daily snapshots of CRAN and provides them to the public as [a service called MRAN](https://mran.microsoft.com/timemachine). You can use MRAN to install a version of package from a specific day. Since **ivpack** was removed in mid-June 2022, we can tell R to install the version that MRAN archived on June 1: - -```{r eval=FALSE} -install.packages("ivpack", - repos = "https://cran.microsoft.com/snapshot/2022-06-01/") -``` - -That should magically work. - -```{r warning=FALSE, message=FALSE} -library(AER) # For ivreg() -library(ivpack) # For IV diagnostics like Anderson-Rubin causal effects - -# You have to include x = TRUE so that this works with diagnostic functions -model <- ivreg(wage ~ education | education_dad + education_mom, - data = ed_real, x = TRUE) - -# AR 95% confidence interval -anderson.rubin.ci(model) -``` - -Based on this confidence interval, given the strength (or weakness) of the instruments, the IV estimate could be as low as 75.9 and as high as 152, which is a fairly big range around the \$112 effect we found. Neat. - -There's no magic threshold to look for in these confidence intervals—you're mostly concerned with how much potential variability there is. If you're fine with a causal effect that could be between 76 and 152, great. If you want that range to be narrower, find some better instruments. - - -## Education, wages, and distance to college (control variables) (real data) - -For this last example we'll estimate the effect of education on wages using a different instrument—geographic proximity to colleges. This data comes from David Card's 1995 study where he did the same thing, and it's available in the **wooldridge** library as `card`. You can find a description of all variables [here](http://fmwww.bc.edu/ec-p/data/wooldridge/card.des); we'll use these: - -| Variable name | Description | -| ------------- | ----------------------------------------------------- | -| `lwage` | Annual wage (log form) | -| `educ` | Years of education | -| `nearc4` | Living close to college (=1) or far from college (=0) | -| `smsa` | Living in metropolitan area (=1) or not (=0) | -| `exper` | Years of experience | -| `expersq` | Years of experience (squared term) | -| `black` | Black (=1), not black (=0) | -| `south` | Living in the south (=1) or not (=0) | - -```{r eval=FALSE} -card <- read_csv("data/card.csv") -``` - -```{r include=FALSE} -card <- read_csv(here::here("files", "data", "package_data", "card.csv")) -``` - -Once again, Card wants to estimate the effect of education on wage. But to remove the endogeneity that comes from ability, he uses a different instrumental variable: **proximity to college**. - -He also uses control variables to help explain additional variation in wages: `smsa66 + exper + expersq + black + south66`. - -**IMPORTANT NOTE**: When you include controls, [every control variable needs to go in *both stages*](https://stats.stackexchange.com/a/177752/3025). The only things from the first stage that don't carry over to the second stage are the instruments—notice how `nearc4` is only in the first stage, since it's the instrument, but it's not in the second stage. The other controls are all in both stages. - -He thus estimates a model where: - -**First stage:** - -$$ -\widehat{\text{educ}} = \beta_0 + \beta_1\text{nearc4} + \beta_{2-6}\text{Control variables} -$$ - -**Second stage:** - -$$ -\text{lwage} = \beta_0 + \beta_1 \widehat{\text{educ}} + \beta_{2-6}\text{Control variables} -$$ - -### Check instrument validity - -Card provides arguments to support each of three main characteristics of a good instrumental variable: - -1. **Relevancy**: People who live close to a 4-year college have easier access to education at a lower costs (no commuting costs and time nor accommodation costs), so they have greater incentives to pursue education. -2. **Exclusion**: Proximity to a college has no effect on your annual income, unless you decide to pursue further education because of the nearby college. -3. **Exogeneity**: Individual ability does not depend on proximity to a college. - -Let's see if these assumptions hold up: - -**Relevancy** - -There should be a strong relationship between the instrument (distance to college) and education: - -```{r} -first_stage <- lm(educ ~ nearc4 + smsa66 + exper + expersq + black + south66, - data = card) -tidy(first_stage) -glance(first_stage) -``` - -Based on this first stage model, `nearc4` has a significant relationship to `educ`, and the model's joint F statistic is 449, which is definitely bigger than both 10 and 104. Good. We'll call it relevant. - -**Exclusion** - -For distance to college to work as an instrument and meet the exclusion restriction, we have to prove that distance to college causes wages *only through* getting more education. Think about other possible pathways between living close to a college and increased wages—there could be other paths that don't go through education. Good luck. - -**Exogeneity** - -For distance to college to work as an exogenous instrument, we have to prove that none of the unobserved confounders between education and earnings are connected to distance. Also good luck. - -### 2SLS estimation - -Assuming distance to education is a valid instrument (sure), we can use it in a 2SLS model. Remember that control variables have to go in both stages, so specify them accordingly in the model formula: - -```{r} -model_2sls <- iv_robust(lwage ~ educ + smsa66 + exper + expersq + black + south66 | - nearc4 + smsa66 + exper + expersq + black + south66, - data = card, diagnostics = TRUE) -tidy(model_2sls) -``` - -Cool cool. Based on the coefficient for `educ`, a year of education *causes* a 15.7% increase in annual wages, on average. - -Is that an improvement over a naive model where we don't account for any of the endogeneity? - -```{r} -model_naive <- lm(lwage ~ educ + smsa66 + exper + expersq + black + south66, - data = card) -tidy(model_naive) -``` - -Yep! Without removing endogeneity from education, an additional year of education is only associated with a 7.6% increase in annual wages, on average. - -### Compare results - -For fun, we can look at the results side-by-side: - -```{r} -modelsummary(list("Naive OLS" = model_naive, "2SLS" = model_2sls), - gof_omit = "IC|Log|Adj|p\\.value|statistic|se_type", - stars = TRUE) %>% - # Add a background color to row 3 - row_spec(3, background = "#F5ABEA") -``` - -### Extra diagnostics - -Finally, we can check for weak instruments issues. The F statistic we found in the first stage was pretty big, so that's a good sign, but we can look at the first stage's weak instrument statistic, as well as the Anderson-Rubin confidence interval. - -Because we included `diagnostics = TRUE` in the model, we can just use `summary()` to check weak instruments diagnostics: - -```{r} -summary(model_2sls) -``` - -The p-value for the "Weak instruments" test is tiny, which means we can safely reject the null hypothesis that the near college instrument is weak. Neat. - -To calculate Anderson-Rubin confidence intervals, we need to rerun the model with the `ivreg()` function (ugh) and feed those results to `anderson.rubin.ci()`: - -```{r} -model_again <- ivreg(lwage ~ educ + smsa66 + exper + expersq + black + south66 | - nearc4 + smsa66 + exper + expersq + black + south66, - data = card, x = TRUE) -anderson.rubin.ci(model_again) -``` - -Phew. That's a pretty wide interval, ranging from 5.7% to 31.5%. It's still positive, but it could sometimes be fairly small. diff --git a/example/matching-ipw.qmd b/example/matching-ipw.qmd deleted file mode 100644 index 776e7310..00000000 --- a/example/matching-ipw.qmd +++ /dev/null @@ -1,770 +0,0 @@ ---- -title: "Matching and inverse probability weighting" ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.width = 6, fig.asp = 0.618, fig.align = "center", - fig.retina = 3, out.width = "75%", collapse = TRUE) -set.seed(1234) -options("digits" = 2, "width" = 150) -options(dplyr.summarise.inform = FALSE) -``` - -## Video walk-through - -If you want to follow along with this example, you can download the data below: - -- [{{< fa table >}} `mosquito_nets.csv`](/files/data/generated_data/mosquito_nets.csv) - -```{r show-youtube-list, echo=FALSE, results="asis"} -source(here::here("R", "youtube-playlist.R")) - -playlist_id <- "PLS6tnpTr39sGv7RPHEZy8CDSdCliQOW8K" - -video_details <- tibble::tribble( - ~youtube_id, ~title, - "OoYgOwxUQgI", "Drawing a DAG", - "_FNrfFe99R0", "Creating an RStudio project", - "7NW7GbO44BY", "Naive (and wrong!) estimate", - "uGwSRnET8Sg", "Matching", - "CKm1rZlAwuA", "Inverse probability weighting" -) - -youtube_list(video_details, playlist_id, example = TRUE) -``` - - -## Program background - -Let's revisit the mosquito net program we used in [the DAG example](/example/dags.qmd). Here, researchers are interested in whether using mosquito nets decreases an individual's risk of contracting malaria. They have collected data from 1,752 households in an unnamed country and have variables related to environmental factors, individual health, and household characteristics. The data is **not experimental**—researchers have no control over who uses mosquito nets, and individual households make their own choices over whether to apply for free nets or buy their own nets, as well as whether they use the nets if they have them. - -The CSV file contains the following columns: - -- Malaria risk (`malaria_risk`): The likelihood that someone in the household will be infected with malaria. Measured on a scale of 0–100, with higher values indicating higher risk. -- Mosquito net (`net` and `net_num`): A binary variable indicating if the household used mosquito nets. -- Eligible for program (`eligible`): A binary variable indicating if the household is eligible for the free net program. -- Income (`income`): The household's monthly income, in US dollars. -- Nighttime temperatures (`temperature`): The average temperature at night, in Celsius. -- Health (`health`): Self-reported healthiness in the household. Measured on a scale of 0–100, with higher values indicating better health. -- Number in household (`household`): Number of people living in the household. -- Insecticide resistance (`resistance`): Some strains of mosquitoes are more resistant to insecticide and thus pose a higher risk of infecting people with malaria. This is measured on a scale of 0–100, with higher values indicating higher resistance. - - -## Our goal - -**Our goal in this example is to estimate the *causal* effect of bed net usage on malaria risk using *only* observational data.** This was not an RCT, so it might seem a little sketchy to make claims of causality. But if we can draw a correct DAG and adjust for the correct nodes, we can isolate the net → malaria relationship and talk about causality. - -Because this is simulated data, we know the true causal effect of the net program because I built it into the data. **The true average treatment effect (ATE) is -10.** Using a mosquito net *causes* the risk of malaria to decrease by 10 points, on average. - -Let's see if we can find that 10 point effect! - - -## Load data and libraries - -First, let's download the dataset (if you haven't already), put in a folder named `data`, and load it: - -- [{{< fa table >}} `mosquito_nets.csv`](/files/data/generated_data/mosquito_nets.csv) - -```{r load-libraries, message=FALSE, warning=FALSE} -library(tidyverse) # ggplot(), %>%, mutate(), and friends -library(ggdag) # Make DAGs -library(dagitty) # Do DAG logic with R -library(broom) # Convert models to data frames -library(MatchIt) # Match things -library(modelsummary) # Make side-by-side regression tables - -set.seed(1234) # Make all random draws reproducible -``` - -```{r load-data-fake, eval=FALSE} -# Load the data. -# It'd be a good idea to click on the "nets" object in the Environment panel in -# RStudio to see what the data looks like after you load it -nets <- read_csv("data/mosquito_nets.csv") -``` - -```{r load-data-real, include=FALSE} -nets <- read_csv(here::here("files", "data", "generated_data", "mosquito_nets.csv")) -``` - - -## DAG and adjustment sets - -Before running any models, we need to find what we need to adjust for. Recall from [the DAG example](/example/dags.qmd) that we built this causal model to show the data generating process behind the relationship between mosquito net usage and malaria risk: - -```{r build-mosquito-dag, fig.width=8} -mosquito_dag <- dagify( - malaria_risk ~ net + income + health + temperature + resistance, - net ~ income + health + temperature + eligible + household, - eligible ~ income + household, - health ~ income, - exposure = "net", - outcome = "malaria_risk", - coords = list(x = c(malaria_risk = 7, net = 3, income = 4, health = 5, - temperature = 6, resistance = 8.5, eligible = 2, household = 1), - y = c(malaria_risk = 2, net = 2, income = 3, health = 1, - temperature = 3, resistance = 2, eligible = 3, household = 2)), - labels = c(malaria_risk = "Risk of malaria", net = "Mosquito net", income = "Income", - health = "Health", temperature = "Nighttime temperatures", - resistance = "Insecticide resistance", - eligible = "Eligible for program", household = "Number in household") -) - -ggdag_status(mosquito_dag, use_labels = "label", text = FALSE) + - guides(fill = "none", color = "none") + # Disable the legend - theme_dag() -``` - -Following the logic of *do*-calculus, we can find all the nodes that confound the relationship between net usage and malaria risk, since those nodes open up backdoor paths and distort the causal effect we care about. We can either do this graphically by looking for any node that points to both net and malaria risk, or we can use R: - -```{r show-adjustment-sets} -adjustmentSets(mosquito_dag) -``` - -Based on the relationships between all the nodes in the DAG, adjusting for health, income, and temperature is enough to close all backdoors and identify the relationship between net use and malaria risk. - - -## Naive correlation-isn't-causation estimate - -For fun, we can calculate the difference in average malaria risk for those who did/didn't use mosquito nets. This is most definitely *not* the actual causal effect—this is the "correlation is not causation" effect that doesn't account for any of the backdoors in the DAG. - -We can do this with a table (but then we have to do manual math to subtract the `FALSE` average from the `TRUE` average): - -```{r super-wrong-answer-table} -nets %>% - group_by(net) %>% - summarize(number = n(), - avg = mean(malaria_risk)) -``` - -Or we can do it with regression: - -```{r super-wrong-answer} -model_wrong <- lm(malaria_risk ~ net, data = nets) - -tidy(model_wrong) -``` - -According to this estimate, using a mosquito net is associated with a `r tidy(model_wrong) %>% filter(term == "netTRUE") %>% pull(estimate) %>% abs()` point decrease in malaria risk, on average. We can't legally talk about this as a causal effect though—there are confounding variables to deal with. - - -## Matching - -We can use matching techniques to pair up similar observations and make the unconfoundedness assumption—that if we see two observations that are pretty much identical, and one used a net and one didn't, the choice to use a net was random. - -Because we know from the DAG that income, nighttime temperatures, and health help cause both net use and malaria risk (and confound that relationship!), we'll try to find observations with similar values of income, temperatures, and health that both used and didn't use nets. - -We can use the `matchit()` function from the **MatchIt** R package to match points based on Mahalanobis distance. There are lots of other options available—see [the online documentation](http://gking.harvard.edu/matchit) for details. - -We can include the `replace = TRUE` option to make it so that points that have been matched already can be matched again (that is, we're not forcing a one-to-one matching; we have one-to-many matching instead). - -### Step 1: Preprocess - -```{r matching} -matched_data <- matchit(net ~ income + temperature + health, - data = nets, - method = "nearest", - distance = "mahalanobis", - replace = TRUE) -summary(matched_data) -``` - -Here we can see that all 681 of the net users were paired with similar-looking non-users (439 of them). 632 people weren't matched and will get discarded. If you're curious, you can see which treated rows got matched to which control rows by running `matched_data$match.matrix`. - -We can create a new data frame of those matches with `match.data()`: - -```{r matched-data} -matched_data_for_real <- match.data(matched_data) -``` - -### Step 2: Estimation - -Now that the data has been matched, it should work better for modeling. Also, because we used income, temperatures, and health in the matching process, we've adjusted for those DAG nodes and have closed those backdoors, so our model can be pretty simple here: - -```{r matching-model} -model_matched <- lm(malaria_risk ~ net, - data = matched_data_for_real) -tidy(model_matched) -``` - -The `r tidy(model_matched) %>% filter(term == "netTRUE") %>% pull(estimate) %>% abs()` point decrease here is better than the naive estimate, but it's not the true 10 point causal effect (that I built in to the data). Perhaps that's because the matches aren't great, or maybe we threw away too much data. There are a host of diagnostics you can look at to see how well things are matched (check [the documentation for **MatchIt**](http://gking.harvard.edu/matchit) for examples.) - -Actually, the most likely culprit for the incorrect estimate is that there's some imbalance in the data. Because we set `replace = TRUE`, we did _not_ do 1:1 matching—untreated observations were paired with more than one treated observation. As a result, the multiply-matched observations are getting overcounted and have too much importance in the model. Fortunately, `matchit()` provides us with a column called `weights` that allows us to scale down the overmatched observations when running the model. **Importantly,** these weights have nothing to do with causal inference or backdoors or inverse probability weighting—their only purpose is to help scale down the imbalance arising from overmatching. If you use `replace = FALSE` and enforce 1:1 matching, the whole `weights` column will just be 1. - -We can incorporate those weights into the model and get a more accurate estimate: - -```{r matching-model-weight} -model_matched_wts <- lm(malaria_risk ~ net, - data = matched_data_for_real, - weights = weights) -tidy(model_matched_wts) -``` - -After weighting to account for under- and over-matching, we find a `r tidy(model_matched_wts) %>% filter(term == "netTRUE") %>% pull(estimate)` point causal effect. That's much better than any of the other estimates we've tried so far! The reason it's accurate is because we've closed the confounding backdoors and isolated the arrow between net use and malaria risk. - - -## Inverse probability weighting - -One potential downside to matching is that you generally have to throw away a sizable chunk of your data—anything that's unmatched doesn't get included in the final matched data. - -An alternative approach to matching is to assign every observation some probability of receiving treatment, and then weight each observation by its inverse probability—observations that are predicted to get treatment and then don't, or observations that are predicted to not get treatment and then do will receive more weight than the observations that get/don't get treatment as predicted. - -Generating these inverse probability weights requires a two step process: (1) we first generate propensity scores, or the probability of receiving treatment, and then (2) we use a special formula to convert those propensity scores into weights. Once we have inverse probability weights weights, we can incorporate them into our regression model. - -### Oversimplified crash course in logistic regression - -There are many ways to generate propensity scores (like logistic regression, probit regression, and even machine learning techniques like random forests and neural networks), but logistic regression is probably the most common method. - -The complete technical details of logistic regression are beyond the scope of this class, but if you're curious you should check out [this highly accessible tutorial](https://uc-r.github.io/logistic_regression). - -All you really need to know is that the outcome variable in logistic regression models must be binary, and the explanatory variables you include in the model help explain the variation in the likelihood of your binary outcome. The Y (or outcome) in logistic regression is a logged ratio of probabilities, which forces the model's output to be in a 0-1 range: - -$$ -\log \frac{p_y}{p_{1-y}} = \beta_0 + \beta_1 x_1 + \beta_2 x_2 + \dots + \beta_n x_n + \epsilon -$$ - -Here's what it looks like visually. Because net usage is a binary outcome, there are lines of observations at 0 and 1 along the y axis. The blue curvy line here shows the output of a logistic regression model—people with low income have a low likelihood of using a net, while those with high income are far more likely to do so. - -I also included a red line showing the results from a regular old `lm()` OLS model. It follows the blue line fairly well for a while, but predicts negative probabilities if you use lower values of income, like less than 250. For strange historical and mathy reasons, many economists like using OLS on binary outcomes (they even have a fancy name for it: linear probability models (LPMs)), but I'm partial to logistic regression since it doesn't generate probabilities greater than 100% or less than 0%. (BUT DON'T EVER COMPLAIN ABOUT LPMs ONLINE. You'll start battles between economists and other social scientists. 🤣) - -```{r net-income-logit, warning=FALSE, message=FALSE} -ggplot(nets, aes(x = income, y = net_num)) + - geom_point(alpha = 0.1) + - geom_smooth(method = "lm", color = "red", size = 0.5) + - geom_smooth(method = "glm", method.args = list(family = binomial(link = "logit"))) + - labs(x = "Income", y = "Probability of using a net") -``` - -The coefficients from a logistic regression model are interpreted differently than you're used to (and their interpretations can be controversial!). Here's an example for the model in the graph above: - -```{r logit-output} -# Notice how we use glm() instead of lm(). The "g" stands for "generalized" -# linear model. We have to specify a family in any glm() model. You can -# technically run a regular OLS model (like you do with lm()) if you use -# glm(y ~ x1 + x2, family = gaussian(link = "identity")), but people rarely do that. -# -# To use logistic regression, you have to specify a binomial/logit family like so: -# family = binomial(link = "logit") -model_logit <- glm(net ~ income + temperature + health, - data = nets, - family = binomial(link = "logit")) - -tidy(model_logit) -``` - -The coefficients here aren't normal numbers—they're called "log odds" and represent the change in the logged odds as you move explanatory variables up. For instance, here the logged odds of using a net increase by 0.00688 for every one point increase in your health score. But what do logged odds even mean?! Nobody knows. - -You can make these coefficients slightly more interpretable by unlogging them and creating something called an "odds ratio." These coefficients were logged with a natural log, so you unlog them by raising $e$ to the power of the coefficient. The odds ratio for temperature is $e^{-0.0589}$, or `r exp(-0.0589)`. Odds ratios get interpreted a little differently than regular model coefficients. Odds ratios are all centered around 1—values above 1 mean that there's an increase in the likelihood of the outcome, while values below 1 mean that there's a decrease in the likelihood of the outcome. - -Our nighttime temperature odds ratio here is 0.94, which is 0.06 below 1, which means we can say that for every one point increase in nighttime temperatures, a person is 6% less likely to use a net. If the coefficient was something like 1.34, we could say that they'd be *34% more likely* to use a net; if it was something like 5.02 we could say that they'd be *5 times more* likely to use a net; if it was something like 0.1, we could say that they're *90% less likely* to use a net. - -You can make R exponentiate the coefficients automatically by including `exponentiate = TRUE` in `tidy()`: - -```{r logit-output-exp} -tidy(model_logit, exponentiate = TRUE) -``` - -**BUT AGAIN** this goes beyond the scope of this class! Just know that when you build a logistic regression model, you're using explanatory variables to predict the probability of an outcome. - -Just one last little explanation for why we have to use weird log odds things. When working with binary outcomes, we're dealing with probabilities, and we can create something called "odds" with probabilities. If there's a 70% chance of something happening, there's a 30% chance of it not happening. The ratio of those two probabilities is called "odds": $\frac{p}{1 - p} = \frac{0.7}{1 - 0.7} = \frac{0.7}{0.3} = 2.333$. Odds typically follow a curvy relationship—as you move up to higher levels of your explanatory variable, the odds get bigger faster. If you log these odds, though ($\log \frac{p}{1 - p}$), the relationship becomes linear, which means we can use regular old linear regression on probabilities. Magic! - -You can see the relationship between log odds and odds ratios in the first two panels here (this is fake data where X ranges between -5 and 5, and Y is either 0 or 1; you can see the data points in the final panel as dots): - -```{r odds-probs, echo=FALSE, fig.width=7.5, fig.height=4.75, fig.asp=1, out.width="80%"} -library(latex2exp) -library(patchwork) - -# Using TeX() wipes out theming for whatever reason, so this manually bolds stuff -bolded_tex <- function(str) parse(text = paste0("bold(", TeX(str), ")")) - -set.seed(1234) - -logit_df <- tibble(x = seq(-5, 5, length.out = 100)) %>% - mutate(p = 1 / (1 + exp(-x))) %>% - mutate(y = rbinom(n(), size = 1, prob = p)) - -example_logit <- glm(y ~ x, data = logit_df, family = binomial(link = "logit")) - -logit_df_odds <- augment_columns(example_logit, logit_df, - type.predict = c("link")) %>% - rename(log_odds = .fitted) %>% - mutate(odds_ratio = exp(log_odds)) - -logit_df_probs <- augment_columns(example_logit, logit_df, - type.predict = c("response")) %>% - rename(pred_prob = .fitted) - -plot_log_odds <- ggplot(logit_df_odds, aes(x = x, y = log_odds)) + - geom_path(color = "#771C6D", size = 2) + - labs(title = "Log odds (β)", - subtitle = "This is linear!", - x = NULL, - y = TeX("$log \\frac{p}{1 - p}$")) + - theme_minimal() + - theme(plot.title = element_text(face = "bold"), - axis.title.y = element_text(angle = 0, hjust = 0)) - -plot_odds <- ggplot(logit_df_odds, aes(x = x, y = odds_ratio)) + - geom_path(color = "#FB9E07", size = 2) + - labs(title = bolded_tex("Odds (e^β)"), - subtitle = "This is curvy, but it's a mathy transformation of a linear value", - x = NULL, - y = TeX("$\\frac{p}{1 - p}$")) + - theme_minimal() + - theme(plot.title = element_text(face = "bold"), - axis.title.y = element_text(angle = 0, hjust = 0)) - -plot_probs <- ggplot(logit_df_probs, aes(x = x, y = pred_prob)) + - geom_point(aes(y = y), alpha = 0.4, position = position_jitter(width = 0, height = 0.05)) + - geom_path(color = "#CF4446", size = 2) + - labs(title = "Predicted probabilities", - subtitle = 'Here you can\'t say "For every unit increase in X the predicted probability\nchanges by something", since the probability changes differently at every value of X', - x = "X (value of explanatory variable)", - y = TeX("\\hat{P(Y)} = \\frac{odds}{1 + odds}")) + - theme_minimal() + - theme(plot.title = element_text(face = "bold"), - axis.title.y = element_text(angle = 0, hjust = 0)) - -plot_log_odds / plot_odds / plot_probs -``` - -The coefficients from logistic regression are log odds because they come from model that creates that nice straight line in the first panel. Log odds are impossible to interpret, so we can unlog them ($e^\beta$) to turn them into odds ratios. - -The bottom panel shows predicted probabilities. You can do one more mathematical transformation with the odds ($\frac{p}{1 - p}$) to generate a probability instead of odds: $\frac{\text{odds}}{1 + \text{odds}}$. ***That*** is what a propensity score is. - -**BUT AGAIN I cannot stress enough how much you don't need to worry about the inner mechanics of logistic regression for this class!** If that went over your head, don't worry! All we're doing for IPW is using logistic regression to create propensity scores, and the code below shows how to do that. Behind the scenes you're moving from log odds (they're linear!) to odds (they're interpretable-ish) to probabilities (they're super interpretable!), but you don't need to worry about that. - -If you're confused, [watch this TikTok for consolation](https://twitter.com/ChelseaParlett/status/1304436259926896640). - - -### Step 1: Generate propensity scores - -PHEW. With that little tangent into logistic regression done, we can now build a model to generate propensity scores (or predicted probabilities). - -When we include variables in the model that generates propensity scores, we're making adjustments and closing backdoors in the DAG, just like we did with matching. But unlike matching, we're not throwing any data away! We're just making some observations more important and others less important. - -First we build a model that predicts net usage based on income, nighttime temperatures, and health (since those nodes are our confounders from the DAG): - -```{r make-net-logit-model} -model_net <- glm(net ~ income + temperature + health, - data = nets, - family = binomial(link = "logit")) - -# We could look at these results if we wanted, but we don't need to for this class -# tidy(model_net, exponentiate = TRUE) -``` - -We can then plug in the income, temperatures, and health for every row in our dataset and generate a predicted probability using this model: - -```{r make-p-scores} -# augment_columns() handles the plugging in of values. You need to feed it the -# name of the model and the name of the dataset you want to add the predictions -# to. The type.predict = "response" argument makes it so the predictions are in -# the 0-1 scale. If you don't include that, you'll get predictions in an -# uninterpretable log odds scale. -net_probabilities <- augment_columns(model_net, - nets, - type.predict = "response") %>% - # The predictions are in a column named ".fitted", so we rename it here - rename(propensity = .fitted) - -# Look at the first few rows of a few columns -net_probabilities %>% - select(id, net, income, temperature, health, propensity) %>% - head() -``` - -The propensity scores are in the `propensity` column. Some people, like person 3, are unlikely to use nets (only a 15.8% chance) given their levels of income, temperature, and health. Others like person 6 have a higher probability (42.9%) since their income and health are higher. Neat. - -Next we need to convert those propensity scores into inverse probability weights, which makes weird observations more important (i.e. people who had a high probability of using a net but didn't, and vice versa). To do this, we follow this equation: - -$$ -\frac{\text{Treatment}}{\text{Propensity}} + \frac{1 - \text{Treatment}}{1 - \text{Propensity}} -$$ - -This equation will create weights that provide the average treatment effect (ATE), but there are other versions that let you find the average treatment effect on the treated (ATT), average treatment effect on the controls (ATC), and a bunch of others. [You can find those equations here](https://livefreeordichotomize.com/2019/01/17/understanding-propensity-score-weighting/#how-do-we-incorporate-a-propensity-score-in-a-weight). - -We'll use `mutate()` to create a column for the inverse probability weight: - -```{r make-ipw} -net_ipw <- net_probabilities %>% - mutate(ipw = (net_num / propensity) + ((1 - net_num) / (1 - propensity))) - -# Look at the first few rows of a few columns -net_ipw %>% - select(id, net, income, temperature, health, propensity, ipw) %>% - head() -``` - -These first few rows have fairly low weights—those with low probabilities of using nets didn't, while those with high probabilities did. But look at person 4! They only had a 26% chance of using a net and they *did*! That's weird! They therefore have a higher inverse probability weight (3.81). - -### Step 2: Estimation - -Now that we've generated inverse probability weights based on our confounders, we can run a model to find the causal effect of mosquito net usage on malaria risk. Again, we don't need to include income, temperatures, or health in the model since we already used them when we created the propensity scores and weights: - -```{r ipw-model} -model_ipw <- lm(malaria_risk ~ net, - data = net_ipw, - weights = ipw) - -tidy(model_ipw) -``` - -Cool! After using the inverse probability weights, we find a `r tidy(model_ipw) %>% filter(term == "netTRUE") %>% pull(estimate)` point causal effect. That's a tiiiny bit off from the true value of 10, but not bad at all! - -It's important to check the values of your inverse probability weights. Sometimes they can get too big, like if someone had an income of 0 and the lowest possible health and lived in a snow field *and yet* still used a net. Having really really high IPW values can throw off estimation. To fix this, we can truncate weights at some lower level. There's no universal rule of thumb for a good maximum weight—I've often seen 10 used. In our mosquito net data, no IPWs are higher than 10 (the max is exactly 10 with person 877), so we don't need to worry about truncation. - -If you did want to truncate, you'd do something like this (here we're truncating at 8 instead of 10 so truncation actually does something): - -```{r ipw-truncated} -net_ipw <- net_ipw %>% - # If the IPW is larger than 8, make it 8, otherwise use the current IPW - mutate(ipw_truncated = ifelse(ipw > 8, 8, ipw)) - -model_ipw_truncated <- lm(malaria_risk ~ net, - data = net_ipw, - weights = ipw_truncated) - -tidy(model_ipw_truncated) -``` - -Now the causal effect is `r tidy(model_ipw_truncated) %>% filter(term == "netTRUE") %>% pull(estimate)`, which is slightly lower and probably less accurate since we don't really have any exceptional cases messing up our original IPW estimate. - - -## Results from all the models - -All done! We just used observational data to estimate causal effects. Causation without RCTs! Do you know how neat that is?! - -Let's compare all the ATEs that we just calculated: - -```{r all-models-together-fake, eval=FALSE} -modelsummary(list("Naive" = model_wrong, - "Matched" = model_matched, "Matched + weights" = model_matched_wts, - "IPW" = model_ipw, "IPW truncated at 8" = model_ipw_truncated)) -``` - -```{r all-models-together-real, echo=FALSE, warning=FALSE} -gm <- modelsummary::gof_map %>% - mutate(omit = !(raw %in% c("nobs", "r.squared", "adj.r.squared"))) - -modelsummary(list("Naive" = model_wrong, - "Matched" = model_matched, "Matched + weights" = model_matched_wts, - "IPW" = model_ipw, "IPW truncated at 8" = model_ipw_truncated), - gof_map = gm, stars = TRUE) %>% - kableExtra::row_spec(3, background = "#F6D645") %>% - kableExtra::row_spec(4, extra_css = "border-bottom: 1px solid") -``` - -Which one is right? In this case, because this is fake simulated data where I built in a 10 point effect, we can see which of these models gets the closest: here, the non-truncated IPW model wins. But that won't always be the case. Both matching and IPW work well for closing backdoors and adjusting for confounders. In real life, you won't know the true value, so try multiple ways. - - -## jklol we're not all done! Fixing IPW standard errors and confidence intervals - -```{r extract-ipw-results, include=FALSE} -ipw_results <- model_ipw %>% - tidy(conf.int = TRUE) %>% - mutate(term = janitor::make_clean_names(term)) %>% - mutate(conf = glue::glue("[{round(conf.low, 2)}, {round(conf.high, 2)}]")) %>% - split(~term) - -matching_results <- model_matched_wts %>% - tidy(conf.int = TRUE) %>% - mutate(term = janitor::make_clean_names(term)) %>% - mutate(conf = glue::glue("[{round(conf.low, 2)}, {round(conf.high, 2)}]")) %>% - split(~term) -``` - -So actually I lied. We're *not* all done yet. The IPW model that we ran gives us the correct point estimate (`r round(ipw_results$net_true$estimate, 2)`), but the standard error and confidence intervals are wrong. There's uncertainty inherent in the estimation of the propensity scores and inverse probability weights, and that uncertainty doesn't get passed on to the outcome model, thus resulting in underestimation of the standard error and overly narrow confidence intervals. - -We can actually see underestimation in the side-by-side table of results up above: the IPW model's standard error is `r round(ipw_results$net_true$std.error, 2)`, resulting in a confidence interval of `r ipw_results$net_true$conf`, while the matching + weights model has a similar point estimate (`r round(matching_results$net_true$estimate, 2)`) but a bigger standard error (`r round(matching_results$net_true$std.error, 2)`) and a wider confidence interval of `r matching_results$net_true$conf`. - -The (arguably) most accurate way to include the uncertainty of the treatment model in the outcome model is to rely on brute force simulation (just like we [did with Zilch!](/resource/zilch.qmd)) to estimate the causal effect for lots and lots of different models and then combine them into a single value. With our Zilch simulations, we rerolled our dice thousands of times. With this data, however, we can't go out and collect new samples of mosquito net use—we only have one set of data to work with. - -So instead of collecting new data, we cheat. - -We'll use a super-wild-that-this-even-works statistical procedure called [bootstrapping](https://en.wikipedia.org/wiki/Bootstrapping_(statistics)) to create random modified versions of our dataset. - -### Intuition behind bootstrapping - -To help with the concept of bootstrapping, imagine we have 10 rows of data that looks like this: - -```{r generate-boot-example, echo=FALSE, warning=FALSE, message=FALSE} -library(randomNames) -library(kableExtra) - -withr::with_seed(1234, { - example_data <- tibble(ID = 1:10, - Name = randomNames(n = 10, which.names = "first")) %>% - mutate(Cookies = rpois(n(), 3)) -}) - -example_data %>% - kbl() %>% - kable_styling(full_width = FALSE) -``` - -With bootstrapping, we randomly select 10 rows from this original dataset to create a new dataset, and we do this some large number of times (like 1,000). Importantly, we randomly select rows *with replacement*, so that each random bootstrapped dataset will have some repeated rows. See this, for instance, where Sabiyya appears three times in the first bootstrapped dataset, Mariah twice in the second, and Kadi three times in the thousandth. - -```{r show-bootstrap-example, echo=FALSE, warning=FALSE, message=FALSE} -set.seed(12345) -boot1 <- tibble(ID = sample(example_data$ID, size = 10, replace = TRUE)) %>% - left_join(example_data, by = "ID") %>% - arrange(ID) - -boot2 <- tibble(ID = sample(example_data$ID, size = 10, replace = TRUE)) %>% - left_join(example_data, by = "ID") %>% - arrange(ID) - -boot3 <- tibble(ID = sample(example_data$ID, size = 10, replace = TRUE)) %>% - left_join(example_data, by = "ID") %>% - arrange(ID) - -blank <- tibble(dots = rep("", 10)) - -columns <- c(rep(c("ID", "Name", "Cookies"), times = 3), - "…", - c("ID", "Name", "Cookies")) - -bind_cols(example_data, boot1, boot2, blank, boot3) %>% - kbl(col.names = columns) %>% - kable_styling() %>% - add_header_above(c("Original data" = 3, "Bootstrap sample #1" = 3, - "Bootstrap sample #2" = 3, " " = 1, "Bootstrap sample #1000" = 3)) %>% - column_spec(1:3, background = "#dedede") -``` - -We can then work with each of the bootstrapped datasets. If we wanted to find the standard error and confidence interval for the number of cookies eaten, we would calculate the average and standard error within each dataset, then combine all these averages into a single number or range. - -The `rsample` package in R makes this easy to do by automatically splitting the dataset into random subsets for us. We can then create a function that R will run on each of the random datasets. Finally, we can collapse all the results into a single value. Here's a quick example using the simulated cookie data from above. - -We'll use bootstrapping to find three specific numbers, or estimands: - -1. The average number of cookies eaten -2. The standard error of the number of cookies eaten -3. The confidence interval of the number of cookies eaten - -First we'll use `tribble()` to make up a little toy dataset: - -```{r make-cookie-data} -cookie_data <- tribble( - ~ID, ~Name, ~Cookies, - 1, "Mariah", 3, - 2, "Hibaq", 4, - 3, "Manaahil", 3, - 4, "Kadi", 2, - 5, "Ghaazi", 4, - 6, "Thanaa", 1, - 7, "Emilio", 2, - 8, "Jawhar", 4, - 9, "Iyaad", 3, - 10, "Sabiyya", 1 -) - -cookie_data -``` - - -Next we'll create a function that will calculate the stuff we're interested in. This function will run an intercept-only model for each of the datasets we feed it. It feels weird to use a regression model to just get an average, but at its core regression is really just fancy averages. By using `lm()` and `tidy()`, we can automatically find averages, standard errors, and confidence intervals without extra math. Just go with it. - -```{r cookie-stats-function} -find_stats <- function(splits) { - current_data <- analysis(splits) - - cookie_model <- lm(Cookies ~ 1, data = current_data) - - return(tidy(cookie_model, conf.int = TRUE)) -} -``` - -Now we can do some actual boostrapping. We'll use the `bootstraps()` function from the `rsample` library to divide our dataset into 500 random datasets - -```{r split-cookies} -library(rsample) - -# apparent = TRUE includes the actual dataset as the final 501st row. It's -# necessary for the fancy automatic confidence interval calculations that we'll -# do later -set.seed(1234) -cookie_samples <- bootstraps(cookie_data, times = 500, apparent = TRUE) -cookie_samples -``` - -That new `splits` column contains a bunch of information about which rows are included in the new random dataset. If you're curious about which rows are in which data, you can drill down into the `boot_split` object, but you don't need to. For instance, here are the IDs included in the 5th simulated dataset. Neat. - -```{r show-some-ids} -cookie_samples$splits[[5]]$in_id -``` - -Now that everything is split up and we have 500 datasets, we'll apply our `find_stats()` function to each of the datasets using the `map()` function from the `purrr` package: - -```{r find-cookie-stats, cache=TRUE} -cookie_bootstrap_stats <- cookie_samples %>% - mutate(stats = map(splits, find_stats)) -cookie_bootstrap_stats -``` - -This looks a little weird. We have a new column named `stats`, but it doesn't contain single numbers. Instead, each cell contains a whole dataset! Each cell holds the tidied results from the intercept-only regression model. We can look at the first nested dataset of results like this: - -```{r see-nested-cookie-df} -cookie_bootstrap_stats$stats[[1]] -``` - -That looks like a regular table of regression results, with columns for the coefficient name, the estimate, standard error, p-value, and other things. - -But all those numbers are nested inside datasets inside cells, which makes it really hard to work with. We can use the `unnest()` function to extract everything into regular columns: - -```{r see-unnested-cookie-df, cache=TRUE} -cookie_bootstrap_stats_unnested <- cookie_samples %>% - mutate(stats = map(splits, find_stats)) %>% - unnest(stats) -cookie_bootstrap_stats_unnested -``` - -That's much more manageable! Now we can start finding the three estimands we're interested in. - -**1\. The average number of cookies eaten** - -To find the average number of cookies eaten, based on our boostrapped samples, we can calculate the average of the `estimate` column. That's it. - -```{r boot-avg-cookies} -cookie_bootstrap_stats_unnested %>% - summarize(avg_cookies = mean(estimate)) -``` - -**2\. The standard error of the number of cookies eaten** - -Finding the standard error is a little trickier. It's tempting to just find the average of the `std.error` column like we did for the `estimate` column, but for mathy reasons this is wrong. Instead we need to use special equations developed by [Donald Rubin (1987)](https://onlinelibrary.wiley.com/doi/book/10.1002/9780470316696), often nicknamed "Rubin's Rules", that aggregate multiple standard errors into a single value in a way that adjusts for differences in those values. You can see [simplified definitions of all of Rubin's Rules here](https://bookdown.org/mwheymans/bookmi/rubins-rules.html). - -We didn't need to do anything fancy for the average number of cookies eaten because Rubin's Rules say that you can just take the average of an estimate to collapse (or pool) the results to a single number. Pooling standard errors requires a special formula that involves both the standard errors and the estimated averages: - -$$ -\sqrt{\operatorname{Average}(\text{standard errors}^2) + \operatorname{Variance}(\text{estimates})} -$$ - -Or in code: - -```{r rubin-se-example, eval=FALSE} -sqrt(mean(errors^2) + var(estimates)) -``` - -Let's do that with our cookie bootstraps: - -```{r boot-se-cookies} -cookie_bootstrap_stats_unnested %>% - summarize(avg_cookies = mean(estimate), - avg_se = sqrt(mean(std.error^2) + var(estimate))) -``` - -**3\. The confidence interval of the number of cookies eaten** - -Since confidence intervals are based on standard errors, we also can't just take the average of the `conf.low` and `conf.high` columns in each of the bootstrapped results. We have to follow one of the special Rubin's Rules to collapse the confidence intervals into single values. We could do this by hand by multiplying the standard error we found above by 1.96 and −1.96 and then add those to the average, but that's a lot of work. Instead, we can use the `int_t()` function from `rsample` to do this automatically. - -The `.lower` and `.upper` columns here show the confidence interval, while the `.estimate` column shows the average number of cookies eaten. - -```{r boot-conf-cookies} -# (Note that we have to use this function on the dataset of nested results, not -# the one where we unnested everything.) -cookie_bootstrap_stats %>% - int_t(stats) -``` - -::: {.callout-tip} -#### Distributions and percentiles - -`int_t()` technically works by using the critical values of the *t*-distribution at 2.5% and 97.5% (thus making a 95% confidence interval). If you want to be fancy and not assume that the distribution of the estimate follows a *t* distribution, you can use `int_pctl()` instead, which just finds the observed values at the 2.5% and 97.% percentiles without making any distributional assumptions. -::: - -### Bootstrapping with inverse probability weighting - -Phew. Now that we get the rough intuition behind bootstrapping (create a bunch of random copies of the original data, calculate stuff on each copy, and collapse those results into a single number), we can go through the same process with inverse probability weighting to get standard errors and confidence intervals that incorporate the uncertainty of the propensity score model and are thus more accurate. - -We need to create a little function that will run the propensity score model, generate inverse probability weights, and run the outcome model for each of our random datasets. These are all the steps we ran earlier in the example, just in one function, running on a dataset named `current_data`: - -```{r one-ipw-function} -fit_one_ipw <- function(split) { - # Work with just a sampled subset of the full data - current_data <- analysis(split) - - # Fit propensity score model - model_net <- glm(net ~ income + temperature + health, - data = current_data, - family = binomial(link = "logit")) - - # Calculate inverse probability weights - net_ipw <- augment_columns(model_net, - current_data, - type.predict = "response") %>% - mutate(ipw = (net_num / .fitted) + ((1 - net_num) / (1 - .fitted))) - - # Fit outcome model with IPWs - model_outcome <- lm(malaria_risk ~ net, - data = net_ipw, - weights = ipw) - - # Return a tidied version of the model results - return(tidy(model_outcome)) -} -``` - -With that function, we can take our `nets` data and make 1000 random copies of it. We'll then apply our neat `fit_one_ipw()` function to each of the datasets - -```{r ipw-boot, cache=TRUE} -ipw_bootstrap_stats <- bootstraps(nets, 1000, apparent = TRUE) %>% - mutate(results = map(splits, fit_one_ipw)) -``` - -If we look at the results, we'll see the version with all of the regression output nested inside little datasets inside cells: - -```{r show-ipw-boot-nested, cache=TRUE, message=FALSE} -ipw_bootstrap_stats -``` - -If we unnest that column, we can see the actual results. Notice how there are 2,002 rows here instead of 1,001—each dataset has two values in it: the intercept and the coefficient for `netTRUE`. - -```{r show-ipw-boot-unnested, cache=TRUE, message=FALSE} -ipw_bootstrap_stats %>% - unnest(results) -``` - -Since we're interested in the effect of net usage, we'll filter the data so we only look at that coefficient: - -```{r show-ipw-boot-nested-net-only, cache=TRUE, message=FALSE} -ipw_bootstrap_net <- ipw_bootstrap_stats %>% - unnest(results) %>% - filter(term == "netTRUE") - -ipw_bootstrap_net -``` - -Now we can use Rubin's Rules to collapse all these estimates into a single average and a single standard error: - -```{r ipw-net-mean-se} -ipw_bootstrap_net %>% - summarize(avg_net = mean(estimate), - avg_se = sqrt(mean(std.error^2) + var(estimate))) -``` - -```{r extract-bootstrap-stats, include=FALSE} -boot_stats <- ipw_bootstrap_net %>% - summarize(avg_net = mean(estimate), - avg_se = sqrt(mean(std.error^2) + var(estimate))) -``` - -The average net effect (or point estimate) of `r boot_stats$avg_net` is the same as what we found with the regular `lm()` model from before, but the standard error is now bigger (`r round(boot_stats$avg_se, 2)`) and more like the standard error we got with matching + weights (`r round(matching_results$net_true$std.error, 2)`). - -Finally we can find the confidence interval for the estimate with `int_t()`: - -```{r ipw-net-conf} -ipw_bootstrap_stats %>% - int_t(results) %>% - filter(term == "netTRUE") -``` - -```{r extract-bootstrap-conf, include=FALSE} -boot_conf <- ipw_bootstrap_stats %>% - int_t(results) %>% - filter(term == "netTRUE") %>% - mutate(conf = glue::glue("[{round(.lower, 2)}, {round(.upper, 2)}]")) -``` - -*That's* the correct result. Using inverse probability weighting, using a mosquito net causes a `r boot_stats$avg_net` point reduction in malaria risk scores, with a standard error of `r round(boot_stats$avg_se, 2)` and a 95% confidence interval of `r boot_conf$conf`. diff --git a/example/po-ate-cate.qmd b/example/po-ate-cate.qmd deleted file mode 100644 index b7f27cfe..00000000 --- a/example/po-ate-cate.qmd +++ /dev/null @@ -1,182 +0,0 @@ ---- -title: "Potential outcomes, ATEs, and CATEs" ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.width = 6, fig.asp = 0.618, fig.align = "center", - fig.retina = 3, out.width = "75%", collapse = TRUE) -set.seed(1234) -options("digits" = 2, "width" = 150) -options(dplyr.summarise.inform = FALSE) -``` - -```{r libraries, warning=FALSE, message=FALSE} -library(tidyverse) # ggplot, dplyr, and friends -library(broom) # Convert models to data frames -library(scales) # This makes it easy to format numbers with dollar(), comma(), etc. -library(ggdag) # Draw causal diagrams with R -library(modelsummary) # Fancy regression tables -``` - -## Theory - -According to the theory explained in chapter 2 of *Mastering 'Metrics*, attending a private university should be causally linked to earnings and income---that is, going to a private school should make you earn more money. The type of education you receive, however, is not the only factor that influences earnings. People self-select into different types of universities and choose where to apply and which offers to accept. They also choose to not apply to some schools and are also rejected from other schools. Unmeasured characteristics help determine both acceptance to schools and earnings. - -We can draw a simplified version of this causal story with a directed acyclic graph (DAG) or causal model: - -```{r earnings-dag} -dag <- dagify(Y ~ P + G, - P ~ G, - exposure = "P", - outcome = "Y", - labels = c(Y = "Earnings", P = "Private university", - G = "Student characteristics (group)"), - coords = list(x = c(Y = 3, P = 1, G = 2), - y = c(Y = 1, P = 1, G = 2))) - -ggdag_status(dag, use_labels = "label") + - guides(color = "none") + # Remove legend - theme_dag() -``` - -## Effect of private school on earnings, no controls - -Because we don't have a time machine, we can't look at individual-level counterfactuals---we can't send Person 1 to a private school, watch them for 40 years after, and then go back and send Person 1 to a public school and watch them for 40 years. To get around this, we can instead calculated the *average* treatment effect, or ATE, and find the average of all individual-level causal effects. We can use the information from our theory's DAG to calculate a (hopefully!) accurate ATE. - -First we load the data from this CSV file (typed from the table in *Mastering 'Metrics*): - -- [{{< fa table >}} `public_private_earnings.csv`](/files/data/external_data/public_private_earnings.csv) - -```{r load-data-fake, eval=FALSE} -# The data doesn't come with an indicator variable marking if students went to a -# private school, so we create one here. If the string "ivy" is found in the -# enrolled column, mark it as true, otherwise mark it as false. -# -# We also create a variable that indicates if someone is in group A or not that -# we'll use in the regression models. We could technically just include the -# group variable in the model, where it would be treated as a dummy variable, -# but the reference category would be A, not B, so this is a little trick to -# force it to show results for group A. -schools <- read_csv("data/public_private_earnings.csv") %>% - mutate(private = ifelse(str_detect(enrolled, "ivy"), TRUE, FALSE)) %>% - mutate(group_A = ifelse(group == "A", TRUE, FALSE)) - -# Only look at groups A and B, since C and D don't have people in both public -# and private schools. | means "or" -schools_small <- schools %>% - filter(group == "A" | group == "B") -``` - -```{r load-data-real, echo=FALSE, warning=FALSE, message=FALSE} -schools <- read_csv(here::here("files", "data", "external_data", "public_private_earnings.csv")) %>% - mutate(private = ifelse(str_detect(enrolled, "ivy"), TRUE, FALSE)) %>% - mutate(group_A = ifelse(group == "A", TRUE, FALSE)) - -schools_small <- schools %>% - filter(group == "A" | group == "B") -``` - -It's really tempting to just find the average income for private school and subtract it from public school, like so: - -```{r} -schools_small %>% - group_by(private) %>% - summarize(avg_earnings = mean(earnings)) -``` - -It looks like those who went to private school have \$20,000 more in earnings! That's a ton! It's also ***incredibly wrong***. ***Don't do this!*** This does not account for any confounding or selection bias. According to our DAG, student characteristics are a huge confounder. We need to account for those. - -Following the potential outcomes framework, we can find the ATE by combining the conditional ATEs (or CATEs) for subgroups that are likely to predict outcomes or that bunch up similar observations. Let's use the Group A and B distinction as our subgroups here. - -First we can look at the average income for people in each group, divided by whether they went to a private or public school: - -```{r avg-income-groups-private} -avg_earnings <- schools_small %>% - group_by(group, private) %>% - summarize(avg_earnings = mean(earnings)) - -avg_earnings -``` - -Here we see that group A has higher income on average than group B, regardless of whether they went to a private school. Everyone in group A earns roughly \$100,000, while those in group B earn a lot less. - -We can find the exact differences in earnings for public vs. private within each group by pulling the values out of the table and taking their differences - -```{r diffs-by-hand} -# Pulling out each of the numbers is tedious and a good example of why we use -# regression instead. filter() selects rows that match the specified conditions -# (here where group and private both equal something) and pull extracts a column -# from the dataset. Because we're filtering this data in a way that makes it -# only have one row, pull() will extract a single number. - -# Group A -income_private_A <- avg_earnings %>% - filter(group == "A" & private == TRUE) %>% - pull(avg_earnings) - -income_public_A <- avg_earnings %>% - filter(group == "A" & private == FALSE) %>% - pull(avg_earnings) - -cate_a <- income_private_A - income_public_A -cate_a - -# Group B -income_private_B <- avg_earnings %>% - filter(group == "B" & private == TRUE) %>% - pull(avg_earnings) - -income_public_B <- avg_earnings %>% - filter(group == "B" & private == FALSE) %>% - pull(avg_earnings) - -cate_b <- income_private_B - income_public_B -cate_b -``` - -The private-public earnings gap for people in Group A (or $\text{CATE}_\text{Group A}$) is −\\\$`r comma(abs(cate_a))`, while for Group B (or $\text{CATE}_\text{Group B}$) it is \\\$`r comma(cate_b)`. It seems that there's a big effect for Group B, but a small reversed effect for A. - -We want to account for how many people are in each group, though, since A has more people than B, so we calculate the proportion of each group in the same and multiply the group differences by those proportions. - -$$ -\text{ATE} = \pi_\text{Group A} \text{CATE}_\text{Group A} + \pi_\text{Group B} \text{CATE}_\text{Group B} -$$ - -```{r weighted-differences} -# We need to find the proportion of people in each group -prop_in_groups <- schools_small %>% - group_by(group) %>% - summarize(n = n()) %>% - mutate(prop = n / nrow(schools_small)) -prop_in_groups - -prop_A <- prop_in_groups %>% filter(group == "A") %>% pull(prop) -prop_B <- prop_in_groups %>% filter(group == "B") %>% pull(prop) - -# With those proportions, we can weight the differences in groups correctly -weighted_effect <- (cate_a * prop_A) + (cate_b * prop_B) -weighted_effect -``` - -From this it looks like attending a private university causes a bump in earnings of `r dollar(weighted_effect)`. This is the average treatment effect (ATE). - - -## Effect of private school on earnings, with regression and controls - -Instead of looking at weighted averages (since that's tedious with just two groups—imagine doing all that with 3+ groups!), we can use a regression model that accounts for differences between groups A and B, since something about group A made them way wealthier than group B regardless of school type. - -We do that by predicting earnings based on private/public school attendance while also controlling for group: - -```{r} -model_earnings <- lm(earnings ~ private + group_A, data = schools_small) -``` - -```{r} -tidy(model_earnings) -``` - -There are three important numbers here. The intercept (or $\alpha$ in *Mastering 'Metrics*, or $\beta_0$) is \$40,000. This represents the earnings for someone with all the switches and sliders in the model set to 0 or turned off—in this case, someone who went to a public school in group B. - -The `group_A` coefficient shows the effect of just being in that group. For whatever reason, Group A earns an average of \$60,000 more than Group B—*for reasons other than education*. This allows us to control for the effect of selection. - -The coefficient for `private` is the one we care about the most—this is the causal effect of private schools on earnings (assuming we can justify all the controls and the matching into groups). It is \$10,000, which means that attending a private school gives you that much of a bump in income. This is larger than the \$9,000 we found earlier, but is probably more accurate since we're accounting for other weighted differences between groups. diff --git a/example/random-numbers.qmd b/example/random-numbers.qmd deleted file mode 100644 index 9b267b6d..00000000 --- a/example/random-numbers.qmd +++ /dev/null @@ -1,759 +0,0 @@ ---- -title: "Generating random numbers" ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.width = 6, fig.asp = 0.618, fig.align = "center", - fig.retina = 3, out.width = "75%", collapse = TRUE) -set.seed(1234) -options("digits" = 4, "width" = 150) -options(dplyr.summarise.inform = FALSE) -``` - -In your final project, you will generate a synthetic dataset and use it to conduct an evaluation of some social program. Generating fake or simulated data is an *incredibly powerful skill*, but it takes some practice. Here are a bunch of helpful resources and code examples of how to use different R functions to generate random numbers that follow specific distributions (or probability shapes). - -This example focuses primarily on distributions. Each of the columns you'll generate will be completely independent from each other and there will be no correlation between them. [The example for generating synthetic data](/example/synthetic-data.qmd) provides code and a bunch of examples of how to build in correlations between columns. - -First, make sure you load the libraries we'll use throughout the example: - -```{r libraries, warning=FALSE, message=FALSE} -library(tidyverse) -library(patchwork) -``` - -## Seeds - -When R (or any computer program, really) generates random numbers, it uses an algorithm to simulate randomness. This algorithm always starts with an initial number, or seed. Typically it will use something like the current number of milliseconds since some date, so that every time you generate random numbers they'll be different. Look at this, for instance: - -```{r include=FALSE} -set.seed(1) -``` - -```{r} -# Choose 3 numbers between 1 and 10 -sample(1:10, 3) -``` - -```{r include=FALSE} -set.seed(2) -``` - -```{r} -# Choose 3 numbers between 1 and 10 -sample(1:10, 3) -``` - -They're different both times. - -That's ordinarily totally fine, but if you care about reproducibility (like having a synthetic dataset with the same random values, or having jittered points in a plot be in the same position every time you knit), it's a good idea to set your own seed. This ensures that the random numbers you generate are the same every time you generate them. - -Do this by feeding `set.seed()` some numbers. It doesn't matter what number you use—it just has to be a whole number. People have all sorts of favorite seeds: - -- `1` -- `13` -- `42` -- `1234` -- `12345` -- `20201101` (i.e. the current date) -- `8675309` - -You could even go to [random.org](https://www.random.org/) and use atmospheric noise to generate a seed, and then use that in R. - -Here's what happens when you generate random numbers after setting a seed: - -```{r} -# Set a seed -set.seed(1234) - -# Choose 3 numbers between 1 and 10 -sample(1:10, 3) - -# Set a seed -set.seed(1234) - -# Choose another 3 numbers between 1 and 10 -sample(1:10, 3) -``` - -They're the same! - -Once you set a seed, it influences any function that does anything random, but it doesn't reset. For instance, if you set a seed once and then run `sample()` twice, you'll get different numbers the second time, but you'll get the same different numbers every time: - -```{r} -# Set a seed -set.seed(1234) - -# Choose 3 numbers between 1 and 10 -sample(1:10, 3) -sample(1:10, 3) # This will be different! - -# Set a seed again -set.seed(1234) - -# Choose 3 numbers between 1 and 10 -sample(1:10, 3) -sample(1:10, 3) # This will be different, but the same as before! -``` - -Typically it's easiest to just include `set.seed(SOME_NUMBER)` at the top of your script after you load all the libraries. Some functions have a `seed` argument, and it's a good idea to use it: `position_jitter(..., seed = 1234)`. - - -## Distributions - -Remember in elementary school when you'd decide on playground turns by saying "Pick a number between 1 and 10" and whoever was the closest would win? When you generate random numbers in R, you're essentially doing the same thing, only with some fancier bells and whistles. - -When you ask someone to choose a number between 1 and 10, any of those numbers should be equally likely. 1 isn't really less common than 5 or anything. In some situations, though, there are numbers that are more likely to appear than others (i.e. when you roll two dice, it's pretty rare to get a 2, but pretty common to get a 7). These different kinds of likelihood change the shape of the *distribution* of possible values. There are [hundreds of different distributions](https://en.wikipedia.org/wiki/List_of_probability_distributions), but for the sake of generating data, there are only a few that you need to know. - -### Uniform distribution - -In a [uniform distribution](https://en.wikipedia.org/wiki/Discrete_uniform_distribution), every number is equally likely. This is the "pick a number between 1 and 10" scenario, or rolling a single die. There are a couple ways to work with a uniform distribution in R: (1) `sample()` and (2) `runif()`. - -#### `sample()` - -The `sample()` function chooses an element from a list. - -For instance, let's pretend we have six possible numbers (like a die, or like 6 categories on a survey), like this: - -```{r} -possible_answers <- c(1, 2, 3, 4, 5, 6) # We could also write this as 1:6 instead -``` - -If we want to randomly choose from this list, you'd use `sample()`. The `size` argument defines how many numbers to choose. - -```{r} -# Choose 1 random number -sample(possible_answers, size = 1) - -# Choose 3 random numbers -sample(possible_answers, size = 3) -``` - -One important argument you can use is `replace`, which essentially puts the number back into the pool of possible numbers. Imagine having a bowl full of ping pong balls with the numbers 1–6 on them. If you take the number "3" out, you can't draw it again. If you put it back in, you can pull it out again. The `replace` argument puts the number back after it's drawn: - -```{r} -# Choose 10 random numbers, with replacement -sample(possible_answers, size = 10, replace = TRUE) -``` - -If you don't specify `replace = TRUE`, and you try to choose more numbers than are in the set, you'll get an error: - -```{r error=TRUE} -# Choose 8 numbers between 1 and 6, but don't replace them. -# This won't work! -sample(possible_answers, size = 8) -``` - -It's hard to see patterns in the outcomes when generating just a handful of numbers, but easier when you do a lot. Let's roll a die 1,000 times: - -```{r dice-roll} -set.seed(1234) -die <- tibble(value = sample(possible_answers, - size = 1000, - replace = TRUE)) -die %>% - count(value) - -ggplot(die, aes(x = value)) + - geom_bar() + - labs(title = "1,000 rolls of a single die") -``` - -In this case, 3 and 6 came up more often than the others, but that's just because of randomness. If we rolled the die 100,000 times, the bars should basically be the same: - -```{r dice-roll-lots} -set.seed(1234) -die <- tibble(value = sample(possible_answers, - size = 100000, - replace = TRUE)) - -ggplot(die, aes(x = value)) + - geom_bar() + - labs(title = "100,000 rolls of a single die") -``` - -#### `runif()` - -Another way to generate uniformly distributed numbers is to use the `runif()` function (which is short for "random uniform", and which took me years to realize, and for years I wondered why people used a function named "run if" when there's no if statement anywhere??) - -`runif()` will choose numbers between a minimum and a maximum. These numbers will not be whole numbers. By default, the min and max are 0 and 1: - -```{r} -runif(5) -``` - -Here are 5 numbers between 35 and 56: - -```{r} -runif(5, min = 35, max = 56) -``` - -Since these aren't whole numbers, you can round them to make them look more realistic (like, if you were generating a column for age, you probably don't want people who are 21.5800283 years old): - -```{r} -# Generate 5 people between the ages of 18 and 35 -round(runif(5, min = 18, max = 35), 0) -``` - -You can confirm that each number has equal probability if you make a histogram. Here are 5,000 random people between 18 and 35: - -```{r runif-plot} -set.seed(1234) -lots_of_numbers <- tibble(x = runif(5000, min = 18, max = 35)) - -ggplot(lots_of_numbers, aes(x = x)) + - geom_histogram(binwidth = 1, color = "white", boundary = 18) -``` - -### Normal distribution - -The whole "choose a number between 1 and 10" idea of a uniform distribution is neat and conceptually makes sense, but most numbers that exist in the world tend to have higher probabilities around certain values—almost like gravity around a specific point. For instance, income in the United States is not uniformly distributed—a handful of people are really really rich, lots are very poor, and most are kind of clustered around an average. - -The idea of having possible values clustered around an average is how the rest of these distributions work (uniform distributions don't have any sort of central gravity point; all these others do). Each distribution is defined by different things called *parameters*, or values that determine the shape of the probabilities and locations of the clusters. - -A super common type of distribution is the [normal distribution](https://en.wikipedia.org/wiki/Normal_distribution). This is the famous "bell curve" you learn about in earlier statistics classes. A normal distribution has two parameters: - -1. A mean (the center of the cluster) -2. A standard deviation (how much spread there is around the mean). - -In R, you can generate random numbers from a normal distribution with the `rnorm()` function. It takes three arguments: the number of numbers you want to generate, the mean, and the standard deviation. It defaults to a mean of 0 and a standard deviation of 1, which means most numbers will cluster around 0, with a lot between −1 and 1, and some going up to −2 and 2 (technically 67% of numbers will be between −1 and 1, while 95% of numbers will be between −2–2ish) - -```{r} -rnorm(5) - -# Cluster around 10, with an SD of 4 -rnorm(5, mean = 10, sd = 4) -``` - -When working with uniform distributions, it's easy to know how high or low your random values might go, since you specify a minimum and maximum number. With a normal distribution, you don't specify starting and ending points—you specify a middle and a spread, so it's harder to guess the whole range. Plotting random values is thus essential. Here's 1,000 random numbers clustered around 10 with a standard deviation of 4: - -```{r normal-10-4} -set.seed(1234) - -plot_data <- tibble(x = rnorm(1000, mean = 10, sd = 4)) -head(plot_data) - -ggplot(plot_data, aes(x = x)) + - geom_histogram(binwidth = 1, boundary = 0, color = "white") -``` - -Neat. Most numbers are around 10; lots are between 5 and 15; some go as high as 25 and as low as −5. - -Watch what happens if you change the standard deviation to 10 to make the spread wider: - -```{r normal-10-10} -set.seed(1234) - -plot_data <- tibble(x = rnorm(1000, mean = 10, sd = 10)) -head(plot_data) - -ggplot(plot_data, aes(x = x)) + - geom_histogram(binwidth = 1, boundary = 0, color = "white") -``` - -It's still centered around 10, but now you get values as high as 40 and as low as −20. The data is more spread out now. - -When simulating data, you'll most often use a normal distribution just because it's easy and lots of things follow that pattern in the real world. Incomes, ages, education, etc. all have a kind of gravity to them, and a normal distribution is a good way of showing that gravity. For instance, here are 1,000 simulated people with reasonable random incomes, ages, and years of education: - -```{r reasonable-normal, fig.width=10, fig.height=5, out.width="100%"} -set.seed(1234) - -fake_people <- tibble(income = rnorm(1000, mean = 40000, sd = 15000), - age = rnorm(1000, mean = 25, sd = 8), - education = rnorm(1000, mean = 16, sd = 4)) -head(fake_people) - -fake_income <- ggplot(fake_people, aes(x = income)) + - geom_histogram(binwidth = 5000, color = "white", boundary = 0) + - labs(title = "Simulated income") - -fake_age <- ggplot(fake_people, aes(x = age)) + - geom_histogram(binwidth = 2, color = "white", boundary = 0) + - labs(title = "Simulated age") - -fake_education <- ggplot(fake_people, aes(x = education)) + - geom_histogram(binwidth = 2, color = "white", boundary = 0) + - labs(title = "Simulated education") - -fake_income + fake_age + fake_education -``` - -These three columns all have different centers and spreads. Income is centered around $45,000, going up to almost $100,000 and as low as −$10,000; age is centered around 25, going as low as 0 and as high as 50; education is centered around 16, going as low as 3 and as high as 28. Cool. - -Again, when generating these numbers, it's really hard to know how high or low these ranges will be, so it's a good idea to plot them constantly. I settled on `sd = 4` for education only because I tried things like `1` and `10` and got wild looking values (everyone basically at 16 with little variation, or everyone ranging from −20 to 50, which makes no sense when thinking about years of education). Really it's just a process of trial and error until the data looks good and reasonable. - -### Truncated normal distribution - -Sometimes you'll end up with negative numbers that make no sense. Look at income in the plot above, for instance. Some people are earning −\$10,000 year. The rest of the distribution looks okay, but those negative values are annoying. - -To fix this, you can use something called a [truncated normal distribution](https://en.wikipedia.org/wiki/Truncated_normal_distribution), which lets you specify a mean and standard deviation, just like a regular normal distribution, but also lets you specify a minimum and/or maximum so you don't get values that go too high or too low. - -R doesn't have a truncated normal function built-in, but you can install [the **truncnorm** package](https://github.com/olafmersmann/truncnorm) and use the `rtruncnorm()` function. A truncated normal distribution has four parameters: - -1. A mean (`mean`) -2. A standard deviation (`sd`) -3. A minimum (optional) (`a`) -4. A maximum (optional) (`b`) - -For instance, let's pretend you have a youth program designed to target people who are between 12 and 21 years old, with most around 14. You can generate numbers with a mean of 14 and a standard deviation of 5, but you'll create people who are too old, too young, or even negatively aged! - -```{r nontruncated-normal} -set.seed(1234) - -plot_data <- tibble(fake_age = rnorm(1000, mean = 14, sd = 5)) -head(plot_data) - -ggplot(plot_data, aes(x = fake_age)) + - geom_histogram(binwidth = 2, color = "white", boundary = 0) -``` - -To fix this, truncate the range at 12 and 21: - -```{r truncated-normal} -library(truncnorm) # For rtruncnorm() - -set.seed(1234) - -plot_data <- tibble(fake_age = rtruncnorm(1000, mean = 14, sd = 5, a = 12, b = 21)) -head(plot_data) - -ggplot(plot_data, aes(x = fake_age)) + - geom_histogram(binwidth = 1, color = "white", boundary = 0) -``` - -And voila! A bunch of people between 12 and 21, with most around 14, with no invalid values. - - -### Beta distribution - -Normal distributions are neat, but they're symmetrical around the mean (unless you truncate them). What if your program involves a test with a maximum of 100 points where most people score around 85, but a sizable portion score below that. In other words, it's not centered at 85, but is skewed left. - -To simulate this kind of distribution, we can use a Beta distribution. Beta distributions are neat because they naturally only range between 0 and 1—they're perfect for things like percentages or proportions or or 100-based exams. - -Unlike a normal distribution, where you use the mean and standard deviation as parameters, Beta distributions take two non-intuitive parameters: - -1. `shape1` -2. `shape2` - -What the heck are these shapes though?! [This answer at Cross Validated](https://stats.stackexchange.com/a/47782/3025) does an *excellent* job of explaining the intuition behind Beta distributions and it'd be worth it to read it. - -Basically, Beta distributions are good at modeling probabilities of things, and `shape1` and `shape2` represent specific parts of a probability formula. - -Let's say that there's an exam with 10 points where most people score a 6/10. Another way to think about this is that an exam is a collection of correct answers and incorrect answers, and that the percent correct follows this equation: - -$$ -\frac{\text{Number correct}}{\text{Number correct} + \text{Number incorrect}} -$$ - -If you scored a 6, you could write that as: - -$$ -\frac{6}{6 + 4} -$$ - -To make it more general, we can use Greek variable names: $\alpha$ for the number correct and $\beta$ for the number incorrect, leaving us with this: - -$$ -\frac{\alpha}{\alpha + \beta} -$$ - -Neat. - -In a Beta distribution, the $\alpha$ and $\beta$ in that equation correspond to `shape1` and `shape2`. If we want to generate random scores for this test where most people get 6/10, we can use `rbeta()`: - -```{r beta-example1} -set.seed(1234) - -plot_data <- tibble(exam_score = rbeta(1000, shape1 = 6, shape2 = 4)) %>% - # rbeta() generates numbers between 0 and 1, so multiply everything by 10 to - # scale up the exam scores - mutate(exam_score = exam_score * 10) - -ggplot(plot_data, aes(x = exam_score)) + - geom_histogram(binwidth = 1, color = "white") + - scale_x_continuous(breaks = 0:10) -``` - -Most people score around 6, with a bunch at 5 and 7, and fewer in the tails. Importantly, it's *not* centered at 6—the distribution is asymmetric. - -The magic of—and most confusing part about—Beta distributions is that you can get all sorts of curves by just changing the shape parameters. To make this easier to see, we can make a bunch of different Beta distributions. Instead of plotting them with histograms, we'll use density plots (and instead of generating random numbers, we'll plot the actual full range of the distribution (that's what `dbeta` and `geom_function()` do in all these examples)). - -Here's what we saw before, with $\alpha$ (`shape1`) = 6 and $\beta$ (`shape2`) = 4: - -```{r beta-6-4} -ggplot() + - geom_function(fun = ~dbeta(.x, shape1 = 6, shape2 = 4)) -``` - -Again, there's a peak at 0.6 (or 6), which is what we expected. - -We can make the distribution narrower if we scale the shapes up. Here pretty much everyone scores around 50% and 75%. - -```{r beta-60-44} -ggplot() + - geom_function(fun = ~dbeta(.x, shape1 = 60, shape2 = 40)) -``` - -So far all these curves look like normal distributions, just slightly skewed. But when if most people score 90–100%? Or most fail? A Beta distribution can handle that too: - -```{r beta-1-9-9-1} -ggplot() + - geom_function(fun = ~dbeta(.x, shape1 = 9, shape2 = 1), color = "blue") + - geom_function(fun = ~dbeta(.x, shape1 = 1, shape2 = 9), color = "red") -``` - -With `shape1 = 9` and `shape2 = 1` (or $\frac{9}{9 + 1}$) we get most around 90%, while `shape1 = 1` and `shape2 = 9` (or $\frac{1}{1 + 9}$) gets us most around 10%. - -Check out all these other shapes too: - -```{r beta-lots} -ggplot() + - geom_function(fun = ~dbeta(.x, shape1 = 5, shape2 = 5), color = "blue") + - geom_function(fun = ~dbeta(.x, shape1 = 2, shape2 = 5), color = "red") + - geom_function(fun = ~dbeta(.x, shape1 = 80, shape2 = 23), color = "orange") + - geom_function(fun = ~dbeta(.x, shape1 = 13, shape2 = 17), color = "brown") -``` - -In real life, if I don't want to figure out the math behind the $\frac{\alpha}{\alpha + \beta}$ shape values, I end up just choosing different numbers until it looks like the shape I want, and then I use `rbeta()` with those parameter values. Like, how about we generate some numbers based on the red line above, with `shape1 = 2` and `shape2 = 5`, which looks like it should be centered around 0.2ish ($\frac{2}{2 + 5} = 0.2857$): - -```{r beta-2-5} -set.seed(1234) - -plot_data <- tibble(thing = rbeta(1000, shape1 = 2, shape2 = 5)) %>% - mutate(thing = thing * 100) -head(plot_data) - -ggplot(plot_data, aes(x = thing)) + - geom_histogram(binwidth = 2, color = "white", boundary = 0) -``` - -It worked! Most values are around 20ish, but some go up to 60–80. - - -### Binomial distribution - -Often you'll want to generate a column that only has two values: yes/no, treated/untreated, before/after, big/small, red/blue, etc. You'll also likely want to control the proportions (25% treated, 62% blue, etc.). You can do this in two different ways: (1) `sample()` and (2) `rbinom()`. - -#### `sample()` - -We already saw `sample()` when we talked about uniform distributions. To generate a binary variable with `sample()`, just feed it a list of two possible values: - -```{r} -set.seed(1234) - -# Choose 5 random T/F values -possible_things <- c(TRUE, FALSE) -sample(possible_things, 5, replace = TRUE) -``` - -R will choose these values with equal/uniform probability by default, but you can change that in `sample()` with the `prob` argument. For instance, pretend you want to simulate an election. According to the latest polls, one candidate has an 80% chance of winning. You want to randomly choose a winner based on that chance. Here's how to do that with `sample()`: - -```{r} -set.seed(1234) -candidates <- c("Person 1", "Person 2") -sample(candidates, size = 1, prob = c(0.8, 0.2)) -``` - -Person 1 wins! - -It's hard to see the weighted probabilities when you just choose one, so let's pretend there are 1,000 elections: - -```{r fake-election} -set.seed(1234) -fake_elections <- tibble(winner = sample(candidates, - size = 1000, - prob = c(0.8, 0.2), - replace = TRUE)) -fake_elections %>% - count(winner) - -ggplot(fake_elections, aes(x = winner)) + - geom_bar() -``` - -Person 1 won 792 of the elections. Neat. - -(This is essentially what election forecasting websites like FiveThirtyEight do! They just do it with way more sophisticated simulations.) - -#### `rbinom()` - -Instead of using `sample()`, you can use a formal distribution called the [binomial distribution](https://en.wikipedia.org/wiki/Binomial_distribution). This distribution is often used for things that might have "trials" or binary outcomes that are like success/failure or yes/no or true/false - -The binomial distribution takes two parameters: - -1. `size`: The number of "trials", or times that an event happens -2. `prob`: The probability of success in each trial - -It's easiest to see some examples of this. Let's say you have a program that has a 60% success rate and it is tried on groups of 20 people 5 times. The parameters are thus `size = 20` (since there are twenty people per group) and `prob = 0.6` (since there is a 60% chance of success): - -```{r} -set.seed(1234) - -rbinom(5, size = 20, prob = 0.6) -``` - -The results here mean that in group 1, 15/20 (75%) people had success, in group 2, 11/20 (55%) people had success, and so on. Not every group will have exactly 60%, but they're all kind of clustered around that. - -HOWEVER, I don't like using `rbinom()` like this, since this is all group-based, and when you're generating fake people you generally want to use individuals, or groups of 1. So instead, I assume that `size = 1`, which means that each "group" is only one person large. This forces the generated numbers to either be 0 or 1: - -```{r} -set.seed(1234) - -rbinom(5, size = 1, prob = 0.6) -``` - -Here, only 1 of the 5 people were 1/TRUE/yes, which is hardly close to a 60% chance overall, but that's because we only generated 5 numbers. If we generate lots, we can see the probability of yes emerge: - -```{r plot-binomial} -set.seed(12345) - -plot_data <- tibble(thing = rbinom(2000, 1, prob = 0.6)) %>% - # Make this a factor since it's basically a yes/no categorical variable - mutate(thing = factor(thing)) - -plot_data %>% - count(thing) %>% - mutate(proportion = n / sum(n)) - -ggplot(plot_data, aes(x = thing)) + - geom_bar() -``` - -58% of the 2,000 fake people here were 1/TRUE/yes, which is close to the goal of 60%. Perfect. - - -### Poisson distribution - -One last common distribution that you might find helpful when simulating data is the [Poisson distribution](https://en.wikipedia.org/wiki/Poisson_binomial_distribution) (in French, ["poisson" = fish](https://www.youtube.com/watch?v=UoJxBEQRLd0), but here it's not actually named after the animal, but after [French mathematician Siméon Denis Poisson](https://en.wikipedia.org/wiki/Sim%C3%A9on_Denis_Poisson)). - -A Poisson distribution is special because it generates whole numbers (i.e. nothing like 1.432) that follow a skewed pattern (i.e. more smaller values than larger values). There's all sorts of fancy math behind it that you don't need to worry about so much—all you need to know is that it's good at modeling things called [Poisson processes](https://en.wikipedia.org/wiki/Poisson_point_process). - -For instance, let's say you're sitting at the front door of a coffee shop (in pre-COVID days) and you count how many people are in each arriving group. You'll see something like this: - -- 1 person -- 1 person -- 2 people -- 1 person -- 3 people -- 2 people -- 1 person - -Lots of groups of one, some groups of two, fewer groups of three, and so on. *That's* a Poisson process: a bunch of independent random events that combine into grouped events. - -That sounds weird and esoteric (and it is!), but it reflects lots of real world phenomena, and things you'll potentially want to measure in a program. For instance, the number of kids a family has follows a type of Poisson process. Lots of families have 1, some have 2, fewer have 3, even fewer have 4, and so on. The number of cars in traffic, the number of phone calls received by an office, arrival times in a line, and even the outbreak of wars are all examples of Poisson processes. - -You can generate numbers from a Poisson distribution with the `rpois()` function in R. This distribution only takes a single parameter: - -- `lambda` ($\lambda$) - -The $\lambda$ value controls the rate or speed that a Poisson process increases (i.e. jumps from 1 to 2, from 2 to 3, from 3 to 4, etc.). *I have absolutely zero mathematical intuition for how it works.* The two shape parameters for a Beta distribution at least fit in a fraction and you can wrap your head around that, but the lambda in a Poisson distribution is just a mystery to me. So whenever I use a Poisson distribution for something, I just play with the lambda until the data looks reasonable. - -Let's assume that the number of kids a family has follows a Poisson process. Here's how we can use `rpois()` to generate that data: - -```{r} -set.seed(123) - -# 10 different families -rpois(10, lambda = 1) -``` - -Cool. Most families have 0–1 kids; some have 2; one has 3. - -It's easier to see these patterns with a plot: - -```{r plot-poisson-lambda1} -set.seed(1234) - -plot_data <- tibble(num_kids = rpois(500, lambda = 1)) -head(plot_data) - -plot_data %>% - group_by(num_kids) %>% - summarize(count = n()) %>% - mutate(proportion = count / sum(count)) - -ggplot(plot_data, aes(x = num_kids)) + - geom_bar() -``` - -Here 75ish% of families have 0–1 kids (36% + 37.4%), 17% have 2 kids, 6% have 3, 2% have 4, and only 0.6% have 5. - -We can play with the $\lambda$ to increase the rate of kids per family: - -```{r plot-poisson-lambda3} -set.seed(1234) - -plot_data <- tibble(num_kids = rpois(500, lambda = 2)) -head(plot_data) - -plot_data %>% - group_by(num_kids) %>% - summarize(count = n()) %>% - mutate(proportion = count / sum(count)) - -ggplot(plot_data, aes(x = num_kids)) + - geom_bar() -``` - -Now most families have 1–2 kids. Cool. - - -## Rescaling numbers - -All these different distributions are good at generating general shapes: - -- Uniform: a bunch of random numbers with no central gravity -- Normal: an average ± some variation -- Beta: different shapes and skews and gravities between 0 and 1 -- Binomial: yes/no outcomes that follow some probability - -The shapes are great, but you also care about the values of these numbers. This can be tricky. As we saw earlier with a normal distribution, sometimes you'll get values that go below zero or above some value you care about. We fixed that with a truncated normal distribution, but not all distributions have truncated versions. Additionally, if you're using a Beta distribution, you're stuck in a 0–1 scale (or 0–10 or 0–100 if you multiply the value by 10 or 100 or whatever). - -What if you want a fun skewed Beta shape for a variable like income or some other value that doesn't fit within a 0–1 range? You can rescale any set of numbers after-the-fact using the `rescale()` function from the **scales** library and rescale things to whatever range you want. - -For instance, let's say that income isn't normally distributed, but is right-skewed with a handful of rich people. This might look like a Beta distribution with `shape1 = 2` and `shape2 = 5`: - -```{r beta-2-5-income} -ggplot() + - geom_function(fun = ~dbeta(.x, shape1 = 2, shape2 = 5)) -``` - -If we generate random numbers from this distribution, they'll all be stuck between 0 and 1: - -```{r beta-income-not-scaled} -set.seed(1234) - -fake_people <- tibble(income = rbeta(1000, shape1 = 2, shape2 = 5)) - -ggplot(fake_people, aes(x = income)) + - geom_histogram(binwidth = 0.1, color = "white", boundary = 0) -``` - -We can take those underling 0–1 values and rescale them to some other range using the `rescale()` function. We can specify the minimum and maximum values in the `to` argument. Here we'll scale it up so that 0 = $10,000 and 1 = $100,000. Our rescaled version follows the same skewed Beta distribution shape, but now we're using better values! - -```{r beta-income-scaled, message=FALSE, warning=FALSE} -library(scales) - -fake_people_scaled <- fake_people %>% - mutate(income_scaled = rescale(income, to = c(10000, 100000))) -head(fake_people_scaled) - -ggplot(fake_people_scaled, aes(x = income_scaled)) + - geom_histogram(binwidth = 5000, color = "white", boundary = 0) -``` - -This works for anything, really. For instance, instead of specifying a mean and standard deviation for a normal distribution and hoping that the generated values don't go too high or too low, you can generate a normal distribution with a mean of 0 and standard deviation of 1 and then rescale it to the range you want: - -```{r normal-scaled-up, fig.width=8} -set.seed(1234) - -fake_data <- tibble(age_not_scaled = rnorm(1000, mean = 0, sd = 1)) %>% - mutate(age = rescale(age_not_scaled, to = c(18, 65))) -head(fake_data) - -plot_unscaled <- ggplot(fake_data, aes(x = age_not_scaled)) + - geom_histogram(binwidth = 0.5, color = "white", boundary = 0) - -plot_scaled <- ggplot(fake_data, aes(x = age)) + - geom_histogram(binwidth = 5, color = "white", boundary = 0) - -plot_unscaled + plot_scaled -``` - -This gives you less control over the center of the distribution (here it happens to be 40 because that's in the middle of 18 and 65), but it gives you more control over the edges of the distribution. - -Rescaling things is really helpful when building in effects and interacting columns with other columns, since multiplying variables by different coefficients can make the values go way out of the normal range. You'll see a lot more of that in the [synthetic data example](/example/synthetic-data.qmd). - - -## Summary - -Phew. We covered a lot here, and we barely scratched the surface of all the distributions that exist. Here's a helpful summary of the main distributions you should care about: - -```{r summary-table, echo=FALSE, warning=FALSE, message=FALSE} -library(kableExtra) - -tribble( - ~Distribution, ~Description, ~Situations, ~Parameters, ~Code, - "Uniform", "Numbers between a minimum and maximum; everything equally likely", "ID numbers, age", "min, max", "sample() or runif()", - "Normal", "Numbers bunched up around an average with a surrounding spread; numbers closer to average more likely", "Income, education, most types of numbers that have some sort of central tendency", "mean, sd", "rnorm()", - "Truncated normal", "Normal distribution + constraints on minimum and/or maximum values", "Anything with a normal distribution", "mean, sd, a (minimum), b (maximum)", "truncnorm::rtruncnorm()", - "Beta", "Numbers constrained between 0 and 1", "Anything with percents; anything on a 0–1(00) scale; anything, really, if you use rescale() to rescale it", "shape1 ($\\alpha$), shape2 ($\\beta$) ($\\frac{\\alpha}{\\alpha + \\beta}$)", "rbeta()", - "Binomial", "Binary variables", "Treatment/control, yes/no, true/false, 0/1", "size, prob", "sample(..., prob = 0.5) or rbinom()", - "Poisson", "Whole numbers that represent counts of things", "Number of kids, number of cities lived in, arrival times", "lambda", "rpois()" -) %>% - kbl(escape = FALSE, align = "l") -``` - - -## Example - -And here's an example dataset of 1,000 fake people and different characteristics. One shortcoming of this fake data is that each of these columns is completely independent—there's no relationship between age and education and family size and income. You can see how to make these columns correlated (and make one cause another!) in the [example for synthetic data](/example/synthetic-data.qmd). - -```{r example-data} -set.seed(1234) - -# Set the number of people here once so it's easier to change later -n_people <- 1000 - -example_fake_people <- tibble( - id = 1:n_people, - opinion = sample(1:5, n_people, replace = TRUE), - age = runif(n_people, min = 18, max = 80), - income = rnorm(n_people, mean = 50000, sd = 10000), - education = rtruncnorm(n_people, mean = 16, sd = 6, a = 8, b = 24), - happiness = rbeta(n_people, shape1 = 2, shape2 = 1), - treatment = sample(c(TRUE, FALSE), n_people, replace = TRUE, prob = c(0.3, 0.7)), - size = rbinom(n_people, size = 1, prob = 0.5), - family_size = rpois(n_people, lambda = 1) + 1 # Add one so there are no 0s -) %>% - # Adjust some of these columns - mutate(opinion = recode(opinion, "1" = "Strongly disagree", - "2" = "Disagree", "3" = "Neutral", - "4" = "Agree", "5" = "Strongly agree")) %>% - mutate(size = recode(size, "0" = "Small", "1" = "Large")) %>% - mutate(happiness = rescale(happiness, to = c(1, 8))) - -head(example_fake_people) -``` - -```{r example-plots-1, fig.width=10, out.width="100%"} -plot_opinion <- ggplot(example_fake_people, aes(x = opinion)) + - geom_bar() + - guides(fill = "none") + - labs(title = "Opinion (uniform with sample())") - -plot_age <- ggplot(example_fake_people, aes(x = age)) + - geom_histogram(binwidth = 5, color = "white", boundary = 0) + - labs(title = "Age (uniform with runif())") - -plot_income <- ggplot(example_fake_people, aes(x = income)) + - geom_histogram(binwidth = 5000, color = "white", boundary = 0) + - labs(title = "Income (normal)") - -plot_education <- ggplot(example_fake_people, aes(x = education)) + - geom_histogram(binwidth = 2, color = "white", boundary = 0) + - labs(title = "Education (truncated normal)") - -plot_happiness <- ggplot(example_fake_people, aes(x = happiness)) + - geom_histogram(binwidth = 1, color = "white") + - scale_x_continuous(breaks = 1:8) + - labs(title = "Happiness (Beta, rescaled to 1-8)") - -plot_treatment <- ggplot(example_fake_people, aes(x = treatment)) + - geom_bar() + - labs(title = "Treatment (binary with sample())") - -plot_size <- ggplot(example_fake_people, aes(x = size)) + - geom_bar() + - labs(title = "Size (binary with rbinom())") - -plot_family <- ggplot(example_fake_people, aes(x = family_size)) + - geom_bar() + - scale_x_continuous(breaks = 1:7) + - labs(title = "Family size (Poisson)") - -(plot_opinion + plot_age) / (plot_income + plot_education) -``` - -```{r example-plots-2, fig.width=10, out.width="100%"} -(plot_happiness + plot_treatment) / (plot_size + plot_family) -``` diff --git a/example/rcts.qmd b/example/rcts.qmd deleted file mode 100644 index 57a36531..00000000 --- a/example/rcts.qmd +++ /dev/null @@ -1,211 +0,0 @@ ---- -title: "Randomized controlled trials (RCTs)" ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.width = 6, fig.asp = 0.618, fig.align = "center", - fig.retina = 3, out.width = "75%", collapse = TRUE) -set.seed(1234) -options("digits" = 2, "width" = 150) -options(dplyr.summarise.inform = FALSE) -``` - -There's no video for this example, since the R code is fairly straightforward, and since [I talked about it in the lecture](https://www.youtube.com/watch?v=W0NyALrjLA4&list=PLS6tnpTr39sGJURMOwN9tf9MNDN4t0JMz) ([see the slides](/slides/07-slides.html#26)). - -If you want to follow along with this example, you can download the data below: - -- [{{< fa table >}} `village_randomized.csv`](/files/data/generated_data/village_randomized.csv) - -```{r load-libraries, message=FALSE, warning=FALSE} -library(tidyverse) # ggplot(), %>%, mutate(), and friends -library(ggdag) # Make DAGs -library(scales) # Format numbers with functions like comma(), percent(), and dollar() -library(broom) # Convert models to data frames -library(patchwork) # Combine ggplots into single composite plots - -set.seed(1234) # Make all random draws reproducible -``` - -```{r load-data-fake, eval=FALSE} -village_randomized <- read_csv("data/village_randomized.csv") -``` - -```{r load-data-real, include=FALSE, warning=FALSE, message=FALSE} -village_randomized <- read_csv(here::here("files", "data", "generated_data", "village_randomized.csv")) -``` - -## Program details - -In this hypothetical situation, an NGO is planning on launching a training program designed to boost incomes. Based on their experiences in running pilot programs in other countries, they've found that older, richer men tend to self-select into the training program. The NGO's evaluation consultant (you!) drew this causal model explaining the effect of the program on participant incomes, given the confounding caused by age, sex, and prior income: - -```{r income-dag} -income_dag <- dagify(post_income ~ program + age + sex + pre_income, - program ~ age + sex + pre_income, - exposure = "program", - outcome = "post_income", - labels = c(post_income = "Post income", - program = "Program", - age = "Age", - sex = "Sex", - pre_income = "Pre income"), - coords = list(x = c(program = 1, post_income = 5, age = 2, - sex = 4, pre_income = 3), - y = c(program = 2, post_income = 2, age = 1, - sex = 1, pre_income = 3))) - -ggdag_status(income_dag, use_labels = "label", text = FALSE, seed = 1234) + - guides(color = "none") + - theme_dag() -``` - -The NGO just received funding to run a randomized controlled trial (RCT) in a village, and you're excited because you can finally manipulate access to the program—you can calculate $E(\text{Post-income} | do(\text{Program})$. Following the rules of causal diagrams, you get to delete all the arrows going into the program node: - -```{r income-dag-rct} -income_dag_rct <- dagify(post_income ~ program + age + sex + pre_income, - exposure = "program", - outcome = "post_income", - labels = c(post_income = "Post income", - program = "Program", - age = "Age", - sex = "Sex", - pre_income = "Pre income"), - coords = list(x = c(program = 1, post_income = 5, age = 2, - sex = 4, pre_income = 3), - y = c(program = 2, post_income = 2, age = 1, - sex = 1, pre_income = 3))) - -ggdag_status(income_dag_rct, use_labels = "label", text = FALSE, seed = 1234) + - guides(color = "none") + - theme_dag() -``` - - -## 1. Check balance - -You ran the study on `r comma(nrow(village_randomized))` participants over the course of 6 months and you just got your data back. - -Before calculating the effect of the program, you first check to see how well balanced assignment was, and you find that assignment to the program was pretty much split 50/50, which is good: - -```{r} -village_randomized %>% - count(program) %>% - mutate(prop = n / sum(n)) -``` - -You then check to see how well balanced the treatment and control groups were in participants' pre-treatment characteristics: - -```{r} -village_randomized %>% - group_by(program) %>% - summarize(prop_male = mean(sex_num), - avg_age = mean(age), - avg_pre_income = mean(pre_income)) -``` - -These variables appear fairly well balanced. To check that there aren't any statistically significant differences between the groups, you make some graphs (you could run t-tests too, but graphs are easier for your non-statistical audience to read later). - -There were more men in both the treatment and control groups, but the proportion is the same in both, and there's no substantial difference in sex proportion: - -```{r balance-sex, fig.width=9, fig.asp=0.618/1.5, out.width="100%"} -# Here we save each plot as an object so that we can combine the two plots with -# + (which comes from the patchwork package). If you want to see what an -# individual plot looks like, you can run `plot_diff_sex`, or whatever the plot -# object is named. -# -# stat_summary() here is a little different from the geom_*() layers you've seen -# in the past. stat_summary() takes a function (here mean_se()) and runs it on -# each of the program groups to get the average and standard error. It then -# plots those with geom_pointrange. The fun.args part of this lets us pass an -# argument to mean_se() so that we can multiply the standard error by 1.96, -# giving us the 95% confidence interval. -plot_diff_sex <- ggplot(village_randomized, aes(x = program, y = sex_num, color = program)) + - stat_summary(geom = "pointrange", fun.data = "mean_se", fun.args = list(mult = 1.96)) + - guides(color = "none") + - labs(x = NULL, y = "Proportion male") -# plot_diff_sex # Uncomment this if you want to see this plot by itself - -plot_prop_sex <- ggplot(village_randomized, aes(x = program, fill = sex)) + - # Using position = "fill" makes the bars range from 0-1 and show the proportion - geom_bar(position = "fill") + - labs(x = NULL, y = "Proportion", fill = NULL) + - scale_fill_manual(values = c("darkblue", "darkred")) - -# Show the plots side-by-side -plot_diff_sex + plot_prop_sex -``` - -The distribution of ages looks basically the same in the treatment and control groups, and there's no substantial difference in the average age across groups: - -```{r balance-age, fig.width=9, fig.asp=0.618/1.5, out.width="100%"} -plot_diff_age <- ggplot(village_randomized, aes(x = program, y = age, color = program)) + - stat_summary(geom = "pointrange", fun.data = "mean_se", fun.args = list(mult = 1.96)) + - guides(color = "none") + - labs(x = NULL, y = "Age") - -plot_hist_age <- ggplot(village_randomized, aes(x = age, fill = program)) + - geom_histogram(binwidth = 1, color = "white") + - guides(fill = "none") + - labs(x = "Age", y = "Count") + - facet_wrap(vars(program), ncol = 1) - -plot_diff_age + plot_hist_age -``` - -Pre-program income is also distributed the same—and has no substantial difference in averages—across treatment and control groups: - -```{r balance-income, fig.width=9, fig.asp=0.618/1.5, out.width="100%"} -plot_diff_income <- ggplot(village_randomized, aes(x = program, y = pre_income, color = program)) + - stat_summary(geom = "pointrange", fun.data = "mean_se", fun.args = list(mult = 1.96)) + - guides(color = "none") + - labs(x = NULL, y = "Pre income") - -plot_hist_income <- ggplot(village_randomized, aes(x = pre_income, fill = program)) + - geom_histogram(binwidth = 20, color = "white") + - guides(fill = "none") + - labs(x = "Pre income", y = "Count") + - facet_wrap(vars(program), ncol = 1) - -plot_diff_income + plot_hist_income -``` - -All our pre-treatment covariates look good and balanced! You can now estimate the causal effect of the program. - -## 2. Estimate difference - -You are interested in the causal effect of the program, or - -$$ -E[\text{Post income}\ |\ do(\text{Program})] -$$ - -You can find this causal effect by calculating the average treatment effect: - -$$ -\text{ATE} = E(\overline{\text{Post income }} | \text{ Program} = 1) - E(\overline{\text{Post income }} | \text{ Program} = 0) -$$ - -This is simply the average outcome for people in the program minus the average outcome for people not in the program. You calculate the group averages: - -```{r program-diffs} -village_randomized %>% - group_by(program) %>% - summarize(avg_post = mean(post_income)) -``` - -That's 1279 − 1180, or `r 1279 - 1180`, which means that the program caused an increase of `r dollar(1279 - 1180)` in incomes, on average. - -Finding that difference required some manual math, so as a shortcut, you run a regression model with post-program income as the outcome variable and the program indicator variable as the explanatory variable. The coefficient for `program` is the causal effect (and it includes information about standard errors and significance). You find the same result: - -```{r program-diffs-regression} -model_rct <- lm(post_income ~ program, data = village_randomized) -tidy(model_rct) -``` - -Based on your RCT, you conclude that the program causes an average increase of `r tidy(model_rct) %>% filter(term == "programProgram") %>% pull(estimate) %>% dollar()` in income. - -```{r rct-finding} -ggplot(village_randomized, aes(x = program, y = post_income, color = program)) + - stat_summary(geom = "pointrange", fun.data = "mean_se", fun.args = list(mult = 1.96)) + - guides(color = "none") + - labs(x = NULL, y = "Post income") -``` diff --git a/example/rdd-fuzzy.qmd b/example/rdd-fuzzy.qmd deleted file mode 100644 index fc45150d..00000000 --- a/example/rdd-fuzzy.qmd +++ /dev/null @@ -1,238 +0,0 @@ ---- -title: "Fuzzy regression discontinuity" ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.width = 6, fig.asp = 0.618, fig.align = "center", - fig.retina = 3, out.width = "75%", collapse = TRUE) -set.seed(1234) -options("digits" = 2, "width" = 150) -options(dplyr.summarise.inform = FALSE) -``` - -## Program background - -In this example, we'll use the same situation that we used in the [the example for regression discontinuity](/example/rdd.qmd): - -- Students take an entrance exam at the beginning of the school year -- If they score 70 or below, they are enrolled in a free tutoring program -- Students take an exit exam at the end of the year - -If you want to follow along, download this dataset and put it in a folder named `data`: - -- [{{< fa table >}} `tutoring_program_fuzzy.csv`](/files/data/generated_data/tutoring_program_fuzzy.csv) - -```{r include=FALSE, warning=FALSE, message=FALSE} -library(tidyverse) -library(broom) -library(rdrobust) -library(estimatr) -library(modelsummary) -library(kableExtra) - -tutoring <- read_csv(here::here("files", "data", "generated_data", "tutoring_program_fuzzy.csv")) -``` - -```{r eval=FALSE} -library(tidyverse) # ggplot(), %>%, mutate(), and friends -library(broom) # Convert models to data frames -library(rdrobust) # For robust nonparametric regression discontinuity -library(estimatr) # Run 2SLS models in one step with iv_robust() -library(modelsummary) # Create side-by-side regression tables -library(kableExtra) # Fancy table formatting - -tutoring <- read_csv("data/tutoring_program_fuzzy.csv") -``` - - -## Noncompliance around a cutoff - -In [the example for regression discontinuity](/example/rdd.qmd), it was fairly easy to measure the size of the jump at the cutoff because compliance was perfect. No people who scored above the threshold used the tutoring program, and nobody who qualified for the program didn't use it. It was a *sharp* design, since program usage looked like this: - -```{r echo=FALSE, out.width="75%"} -knitr::include_graphics("/example/rdd_files/figure-html/check-fuzzy-sharp-1.png", error = FALSE) -``` - -However, seeing a cutoff this sharp and this perfect is fairly rare. It is possible that some people scored higher on the entrace exam and somehow used tutoring, or that some people scored below the threshold but didn't participate in the program, either because they're never-takers, or because they fell through bureaucratic cracks. - -More often, you'll see compliance that looks like this: - -```{r fuzzy-compliance} -ggplot(tutoring, aes(x = entrance_exam, y = tutoring_text, color = entrance_exam <= 70)) + - # Make points small and semi-transparent since there are lots of them - geom_point(size = 1.5, alpha = 0.5, - position = position_jitter(width = 0, height = 0.25, seed = 1234)) + - # Add vertical line - geom_vline(xintercept = 70) + - # Add labels - labs(x = "Entrance exam score", y = "Participated in tutoring program") + - # Turn off the color legend, since it's redundant - guides(color = "none") -``` - -We can see the count and percentages of compliance with `group_by()` and `summarize()`: - -```{r} -tutoring %>% - group_by(tutoring, entrance_exam <= 70) %>% - summarize(count = n()) %>% - group_by(tutoring) %>% - mutate(prop = count / sum(count)) -``` - -Here we have 36 people who should have used tutoring who didn't (either because they're never-takers and are anti-program, or because the system failed them), and we have 116 people (!!!) who somehow snuck into the program. That should probably be a big red flag for the program administrators. That means that 36.5% of people in the tutoring program shouldn't have been there. Big yikes. - -This is definitely not a sharp design. This is a fuzzy regression discontinuity. - -## Visualizing a fuzzy gap - -With regular sharp RD, our goal is to measure the size of the gap or discontinuity in outcome right at the cutoff. [In our sharp example](/example/rdd.qmd#step-4-check-for-discontinuity-in-outcome-across-running-variabl) we did this with different parametric regression models, as well as with the `rdrobust()` function for nonparametric measurement. - -Regular parametric regression won't really work here because we have strange compliance issues: - -```{r check-outcome-fuzzy-discontinuity, message=FALSE} -ggplot(tutoring, aes(x = entrance_exam, y = exit_exam, color = tutoring)) + - geom_point(size = 1, alpha = 0.5) + - # Add a line based on a linear model for the people scoring less than 70 - geom_smooth(data = filter(tutoring, entrance_exam <= 70), method = "lm") + - # Add a line based on a linear model for the people scoring 70 or more - geom_smooth(data = filter(tutoring, entrance_exam > 70), method = "lm") + - geom_vline(xintercept = 70) + - labs(x = "Entrance exam score", y = "Exit exam score", color = "Used tutoring") -``` - -There's still a visible gap at 70, but there are people who did and did not use the program on both sides of the cutoff. - -Another way to look at this is to make a sort of histogram that shows the probability of being in the tutoring program at different entrance exam scores. 100% of people who score between 25 and 50 on the exam used tutoring, so that's good, but then the probability of tutoring drops to ≈80ish% up until the cutpoint at 70. After 70, there's a 10–15% chance of using tutoring if you're above the threshold. - -If this were a sharp design, every single bar to the left of the cutpoint would be 100% and every single bar to the right would be 0%, but that's not the case here. The probability of tutoring changes at the cutpoint, but it's not 100% perfect. - -```{r fuzzy-binned, fig.width=8} -# This fun code uses cut() to split the entrance exam column into distinct -# categories (0-5, 5-10, 10-15, etc.). You'll see some strange syntax in the -# categories it creates: (70, 75]. These ranges start with ( and end with ] for -# a reason: ( means the range *does not* include the number, while ] means that -# the range *does* include the number. (70, 75] thus means 71-75. You can -# reverse that with an argument to cut() so taht it would do [70, 75), which -# means 70-74. -tutoring_with_bins <- tutoring %>% - mutate(exam_binned = cut(entrance_exam, breaks = seq(0, 100, 5))) %>% - # Group by each of the new bins and tutoring status - group_by(exam_binned, tutoring) %>% - # Count how many people are in each test bin + used/didn't use tutoring - summarize(n = n()) %>% - # Make this summarized data wider so that there's a column for tutoring and no tutoring - pivot_wider(names_from = "tutoring", values_from = "n", values_fill = 0) %>% - rename(tutor_yes = `TRUE`, tutor_no = `FALSE`) %>% - # Find the probability of tutoring in each bin by taking - # the count of yes / count of yes + count of no - mutate(prob_tutoring = tutor_yes / (tutor_yes + tutor_no)) - -# Plot this puppy -ggplot(tutoring_with_bins, aes(x = exam_binned, y = prob_tutoring)) + - geom_col() + - geom_vline(xintercept = 8.5) + - labs(x = "Entrance exam score", y = "Proportion of people participating in program") -``` - -## Measuring a fuzzy gap - -So how do we actually measure this gap, given all the compliance issues? Recall from Session 12 that *instruments* let us isolate causal effects for just compliers: they let us find [the complier average causal effect, or CACE](/example/cace.qmd). - -But what should we use as an instrument? Do we use something weird like [the Scrabble score of people's names](http://ftp.iza.org/dp7725.pdf)? Something [overused like rainfall](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3715610)? - -No! In this case, the instrument is fairly easy and straightforward: we create a variable that indicates if someone is above or below the threshold. That's all. This variable essentially measures *what should have happened* rather than what actually happened. - -Surprisingly, it meets all the qualifications of an instrument too: - -- **Relevance** ($Z \rightarrow X$ and $\operatorname{Cor}(Z, X) \neq 0$): The cutoff causes access to the tutoring program. -- **Exclusion** ($Z \rightarrow X \rightarrow Y$ and $Z \nrightarrow Y$ and $\operatorname{Cor}(Z, Y | X) = 0$): The cutoff causes exit exam scores *only through* the tutoring program. -- **Exogeneity** ($U \nrightarrow Z$ and $\operatorname{Cor}(Z, U) = 0$): Unobserved confounders between the tutoring program and exit exam scores are unrelated to the cutoff. - -### Fuzzy parametric estimation - -Let's make an instrument! We'll also center the running variable just like we did with sharp regression discontinuity: - -```{r make-instrument} -tutoring_centered <- tutoring %>% - mutate(entrance_centered = entrance_exam - 70, - below_cutoff = entrance_exam <= 70) -tutoring_centered -``` - -Now we have a new column named `below_cutoff` that we'll use as an instrument. Most of the time this will be the same as the `tutoring` column, since most people are compliers. But some people didn't comply, like person 8 here who was *not* below the cutoff but still used the tutoring program. - -Before using the instrument, let's first run a model that assumes the cutoff is sharp. As we did with [the sharp parametric analysis](/example/rdd.qmd#parametric-estimation), we'll include two explanatory variables: - -$$ -\text{Exit exam} = \beta_0 + \beta_1 \text{Entrance exam score}_\text{centered} + \beta_2 \text{Tutoring program} + \epsilon -$$ - -We'll use a bandwidth of 10: - -```{r model-wrong} -# Bandwidth ±10 -model_sans_instrument <- lm(exit_exam ~ entrance_centered + tutoring, - data = filter(tutoring_centered, - entrance_centered >= -10 & - entrance_centered <= 10)) -tidy(model_sans_instrument) -``` - -Here, the coefficient for `tutoringTRUE` shows the size of the jump, which is 11.5. This means that participating in the tutoring program *causes* an increase of 11.5 points on the final exam for people in the bandwidth. - -**BUT THIS IS WRONG.** This is *not* a sharp discontinuity, so we can't actually do this. Instead, we need to run a 2SLS model that includes our instrument in the first stage, which will then remove the endogeneity built into participation in the program. We'll estimate this set of models: - -$$ -\begin{aligned} -\widehat{\text{Tutoring program}} &= \gamma_0 + \gamma_1 \text{Entrance exam score}_\text{centered} + \gamma_2 \text{Below cutoff} + \omega \\ -\text{Exit exam} &= \beta_0 + \beta_1 \text{Entrance exam score}_\text{centered} + \beta_2 \widehat{\text{Tutoring program}} + \epsilon -\end{aligned} -$$ - -We could manually run the first stage model, generate predicted `tutoring` and then use those predicted values in the second stage model [like we did in the instrumental variables example](/example/iv.qmd), but that's tedious and nobody wants to do all that work. We'll use `iv_robust()` from the **estimatr** package instead. - -```{r model-fuzzy} -model_fuzzy <- iv_robust( - exit_exam ~ entrance_centered + tutoring | entrance_centered + below_cutoff, - data = filter(tutoring_centered, entrance_centered >= -10 & entrance_centered <= 10) -) -tidy(model_fuzzy) -``` - -Based on this model, using `below_cutoff` as an instrument, we can see that the coefficient for `tutoringTRUE` is different now! It's 9.74, which means that the tutoring program *causes* an average increase of 9.74 points on the final exam **for compliers in the bandwidth**. - -Notice that last caveat. Because we're working with regression discontinuity, we're estimating a local average treatment effect (LATE) for people in the bandwidth. Because we're working with instrumental variables, we're estimating the LATE for compliers only. That means our fuzzy regression discontinuity result here is *doubly robust*. - -If we compare this fuzzy result to the sharp result, we can see a sizable difference: - -```{r show-fuzzies, warning=FALSE} -# gof_omit here will omit goodness-of-fit rows that match any of the text. This -# means 'contains "IC" OR contains "Low" OR contains "Adj" OR contains "p.value" -# OR contains "statistic" OR contains "se_type"'. Basically we're getting rid of -# all the extra diagnostic information at the bottom -modelsummary(list("No instrument (wrong)" = model_sans_instrument, - "Fuzzy RD (bw = 10)" = model_fuzzy), - gof_omit = "IC|Log|Adj|p\\.value|statistic|se_type", - stars = TRUE) %>% - # Add a background color to row 5 - row_spec(5, background = "#F5ABEA") -``` - -We can (and should!) [do all the other things that we talked about in the regression discontinuity example](/example/rdd.qmd#parametric-estimation), like modifying the bandwidth, adding polynomial terms, and so forth to see how robust the finding is. But we won't do any of that here. - -### Fuzzy nonparametric estimation - -We can also use nonparametric methods to measure the size of the fuzzy gap at the cutoff. We'll use `rdrobust()` just like we [did in the sharp example](/example/rdd.qmd#nonparametric-estimation-1). The only difference is that we have to add one extra argument. That's it! - -To do fuzzy estimation with `rdrobust()`, use the `fuzzy` argument to specify the treatment column (or `tutoring` in our case). **Importantly** (and confusingly! this took me waaaaay too long to figure out!), you ***do not*** need to specify an instrument (or even create one!). All you need to specify is the column that indicates treatment status—`rdrobust()` will do all the above/below-the-cutoff instrument stuff behind the scenes for you. - -```{r rdrobust-fuzzy} -rdrobust(y = tutoring$exit_exam, x = tutoring$entrance_exam, - c = 70, fuzzy = tutoring$tutoring) %>% - summary() -``` - -That's all! Using nonparametric methods, with a triangular kernel and a bandwidth of ±12.96, the causal effect of the tutoring program for compliers in the bandwidth is 9.683. - -We can (and should!) [do all the other nonparametric robustness checks that we talked about in the regression discontinuity example](/example/rdd.qmd#nonparametric-estimation), like modifying the bandwidth (ideal, half, double) and messing with the kernel (uniform, triangular, Epanechnikov) to see how robust the finding is. But again, we won't do any of that here. diff --git a/example/rdd.qmd b/example/rdd.qmd deleted file mode 100644 index 6039daeb..00000000 --- a/example/rdd.qmd +++ /dev/null @@ -1,405 +0,0 @@ ---- -title: "Regression discontinuity" ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.width = 6, fig.asp = 0.618, fig.align = "center", - fig.retina = 3, out.width = "75%", collapse = TRUE) -set.seed(1234) -options("digits" = 2, "width" = 150) -options(dplyr.summarise.inform = FALSE) -``` - -## Video walk-through - -If you want to follow along with this example, you can download the data below: - -- [{{< fa table >}} `tutoring_program.csv`](/files/data/generated_data/tutoring_program.csv) - -:::{.callout-warning} -**Important**: The results will be slightly different here than they were in the video. That's because in the data I used in the video, I didn't round any values, so people could score a 71.8392402 on the entrance exam, which is kind of an excessive number of decimals. In this data, I rounded everything to one decimal point (e.g. 71.8), so the gaps and lines will be a tiny bit different here. -::: - -```{r show-youtube-list, echo=FALSE, results="asis"} -source(here::here("R", "youtube-playlist.R")) - -playlist_id <- "PLS6tnpTr39sFCr8amjT2Ld_FE34i26a3S" - -video_details <- tibble::tribble( - ~youtube_id, ~title, - "8CayGMcJoLY", "Getting started", - "ViDChprm2IY", "Sharp or fuzzy?", - "hqPVIt-72fY", "Checking for manipulation", - "yYqO22l_jgc", "Finding discontinuity in outcome", - "Por8Rd9QuBk", "Measuring the gap parametrically", - "lfBkAZLX_Z4", "Measuring the gap nonparametrically" -) - -youtube_list(video_details, playlist_id, example = TRUE) -``` - -## Program background - -In this hypothetical example, students take an entrance exam at the beginning of a school year. Those who score 70 or below are automatically enrolled in a free tutoring program and receive assistance throughout the year. At the end of the school year, students take a final test, or exit exam (with a maximum of 100 points) to measure how much they learned overall. Remember, this is a hypothetical example and tests like this don't really exist, but just go with it. - -You have a dataset with four columns in it: - -- `id`: The ID of the student -- `entrance_exam`: The student's entrance exam score (out of 100) -- `exit_exam`: The student's exit exam score (out of 100) -- `tutoring`: An indicator variable showing if the student was enrolled in the tutoring program - - -## Load and clean data - -First, let's download the dataset (if you haven't already), put in a folder named `data`, and load it: - -- [{{< fa table >}} `tutoring_program.csv`](/files/data/generated_data/tutoring_program.csv) - -```{r load-libraries, message=FALSE, warning=FALSE} -library(tidyverse) # ggplot(), %>%, mutate(), and friends -library(broom) # Convert models to data frames -library(rdrobust) # For robust nonparametric regression discontinuity -library(rddensity) # For nonparametric regression discontinuity density tests -library(modelsummary) # Create side-by-side regression tables -``` - -```{r load-data-real, include=FALSE} -tutoring <- read_csv(here::here("files", "data", "generated_data", "tutoring_program.csv")) -``` - -```{r load-data-fake, eval=FALSE} -# Load the data. -# It'd be a good idea to click on the "tutoring" object in the Environment -# panel in RStudio to see what the data looks like after you load it -tutoring <- read_csv("data/tutoring_program.csv") -``` - -## Step 1: Determine if process of assigning treatment is rule-based - -In order to join the tutoring program, students have to score 70 points or lower on the entrance exam. Students who score higher than 70 are not eligible for the program. Since we have a clear 70-point rule, we can assume that the process of participating in the tutoring program is rule-based. - - -## Step 2: Determine if the design is fuzzy or sharp - -Since we know that the program was applied based on a rule, we next want to figure out how strictly the rule was applied. The threshold was 70 points on the test—did people who scored 68 slip through bureaucratic cracks and not participate, or did people who scored 73 sneak into the program? The easiest way to check this is with a graph, and we can get exact numbers with a table. - -```{r check-fuzzy-sharp} -ggplot(tutoring, aes(x = entrance_exam, y = tutoring, color = tutoring)) + - # Make points small and semi-transparent since there are lots of them - geom_point(size = 0.5, alpha = 0.5, - position = position_jitter(width = 0, height = 0.25, seed = 1234)) + - # Add vertical line - geom_vline(xintercept = 70) + - # Add labels - labs(x = "Entrance exam score", y = "Participated in tutoring program") + - # Turn off the color legend, since it's redundant - guides(color = "none") -``` - -This looks pretty sharp—it doesn't look like people who scored under 70 participated in the program. We can verify this with a table. There are no people where `entrance_exam` is greater than 70 and `tutoring` is false, and no people where `entrance_exam` is less than 70 and `tutoring` is true. - -```{r fuzzy-sharp-table} -tutoring %>% - group_by(tutoring, entrance_exam <= 70) %>% - summarize(count = n()) -``` - -This is thus a sharp design. - - -## Step 3: Check for discontinuity in running variable around cutpoint - -Next we need to see if there was any manipulation in the running variable—maybe lots of people bunched up around 70 because of how the test was graded (i.e. students wanted to get into the program, so they purposely did poorly on the exam to get under 70). We can do this a couple different ways. First, we'll make a histogram of the running variable (test scores) and see if there are any big jumps around the threshold: - -```{r check-running-discontinuity} -ggplot(tutoring, aes(x = entrance_exam, fill = tutoring)) + - geom_histogram(binwidth = 2, color = "white", boundary = 70) + - geom_vline(xintercept = 70) + - labs(x = "Entrance exam score", y = "Count", fill = "In program") -``` - -Here it doesn't look like there's a jump around the cutoff—there's a tiny visible difference between the height of the bars right before and right after the 70-point threshold, but it seems to follow the general shape of the overall distribution. We can check to see if that jump is statistically significant with a McCrary density test (explained in [section 6.3.1 of *Causal Inference: The Mixtape*](https://mixtape.scunning.com/ch5.html#mccrarys-density-test)). This puts data into bins like a histogram, and then plots the averages and confidence intervals of those bins. If the confidence intervals of the density lines don't overlap, then there's likely something systematically wrong with how the test was scored (i.e. too many people getting 69 vs 71). If the confidence intervals overlap, there's not any significant difference around the threshold and we're fine. - -First we use `rddensity()` to do the actual statistical test. You need to feed it two things: the running variable and the cutoff. - -```{r check-running-discontinuity-mcrary-fake, eval=FALSE} -# Notice this tutoring$entrance_exam syntax. This is one way for R to access -# columns in data frames---it means "use the entrance_exam column in the -# tutoring data frame". The general syntax for it is data_frame$column_name -test_density <- rddensity(tutoring$entrance_exam, c = 70) -summary(test_density) -``` - -```{r check-running-discontinuity-mcrary-real, echo=FALSE, warning=FALSE} -test_density <- rddensity(tutoring$entrance_exam, c = 70) -x <- capture.output(summary(test_density)) -cat(x[2:18], sep = "\n") -``` - -We can then plot that density test: - -```{r plot-running-discontinuity-mcrary, warning=FALSE} -# The syntax for rdplotdensity is kinda wonky here. You have to feed it the -# rddensity() test, and then you have to specify x, which is your running -# variable (again!). The type argument tells the plot to show both points and -# lines---without it, it'll only show lines. -# -# Finally, notice how I assigned the output of rdplotdensity to a variable named -# plot_density_test. In theory, this should make it show nothing---all the -# output should go to that object. Because of a bug in rdplotdensity, though, it -# will show a plot automatically even if assigning it to a variable. If we don't -# assign it to a variable you'll see two identical plots when knitting, which is -# annoying. So we save it as a variable to hide the output, but get the output -# for a single plot anyway. Ugh. -plot_density_test <- rdplotdensity(rdd = test_density, - X = tutoring$entrance_exam, - type = "both") # This adds both points and lines -``` - -There's a lot of output here, but what we care about is the line that starts with "Robust", which shows the t-test for the difference in the two points on either side of the cutpoint in the plot. Notice in the plot that the confidence intervals overlap substantially. The p-value for the size of that overlap is 0.5809, which is a lot larger than 0.05, so we don't have good evidence that there's a significant difference between the two lines. Based on this plot and the t-statistic, we're probably safe in saying that there's no manipulation or bunching. - - -## Step 4: Check for discontinuity in outcome across running variable - -Now that we know this is a sharp design and that there's no bunching of test scores around the 70-point threshold, we can finally see if there's a discontinuity in final scores based on participation in the tutoring program. Plot the running variable on the x-axis, the outcome variable on the y-axis, and color the points by whether they participated in the program. - -```{r check-outcome-discontinuity, message=FALSE} -ggplot(tutoring, aes(x = entrance_exam, y = exit_exam, color = tutoring)) + - geom_point(size = 0.5, alpha = 0.5) + - # Add a line based on a linear model for the people scoring 70 or less - geom_smooth(data = filter(tutoring, entrance_exam <= 70), method = "lm") + - # Add a line based on a linear model for the people scoring more than 70 - geom_smooth(data = filter(tutoring, entrance_exam > 70), method = "lm") + - geom_vline(xintercept = 70) + - labs(x = "Entrance exam score", y = "Exit exam score", color = "Used tutoring") -``` - -Based on this graph, there's a clear discontinuity! It looks like participation in the tutoring program boosted final test scores. - - -## Step 5: Measure the size of the effect - -There's a discontinuity, but how big is it? And is it statistically significant? - -We can check the size two different ways: parametrically (i.e. using `lm()` with specific parameters and coefficients), and nonparametrically (i.e. not using `lm()` or any kind of straight line and instead drawing lines that fit the data more precisely). We'll do it both ways. - -### Parametric estimation - -First we'll do it parametrically by using linear regression. Here we want to explain the variation in final scores based on the entrance exam score and participation in the tutoring program: - -$$ -\text{Exit exam} = \beta_0 + \beta_1 \text{Entrance exam score}_\text{centered} + \beta_2 \text{Tutoring program} + \epsilon -$$ - -To make it easier to interpret coefficients, we can center the entrance exam column so that instead of showing the actual test score, it shows how many points above or below 70 the student scored. That way we can use the coefficient for `tutoring` for the causal effect. - -```{r simple-model} -tutoring_centered <- tutoring %>% - mutate(entrance_centered = entrance_exam - 70) - -model_simple <- lm(exit_exam ~ entrance_centered + tutoring, - data = tutoring_centered) -tidy(model_simple) -``` - -Here's what these coefficients mean: - -- $\beta_0$: This is the intercept. Because we centered entrance exam scores, it shows the average exit exam score at the 70-point threshold. People who scored 70.001 points on the entrance exam score an average of 59.4 points on the exit exam. (Another way to think about this is that it shows the predicted exit exam score when `entrance_centered` is 0 (i.e. 70) and when `tutoring` is `FALSE`.) -- $\beta_1$: This is the coefficient for `entrance_centered`. For every point above 70 that people score on the entrance exam, they score 0.51 points higher on the exit exam. We don't really care that much about this number. -- $\beta_2$: This is the coefficient for the tutoring program, and *this is the one we care about the most*. This is the shift in intercept when `tutoring` is true, or the difference between scores at the threshold. Participating in the tutoring program increases exit exam scores by 10.8 points. - -One advantage to using a parametric approach is that you can include other covariates like demographics. You can also use polynomial regression and include terms like `entrance_centered²` or `entrance_centered³` or even `entrance_centered⁴` to make the line fit the data as close as possible. - -Here we fit the model to the entire data, but in real life, we care most about the observations right around the threshold, which means this model is actually ***wrong***. Scores that are super high or super low shouldn't really influence our effect size, since we only care about the people who score just barely under and just barely over 70. - -We can fit the same model but restrict it to people within a smaller window, or bandwidth, like ±10 points, or ±5 points: - -```{r different-bandwidth-models} -model_bw_10 <- lm(exit_exam ~ entrance_centered + tutoring, - data = filter(tutoring_centered, - entrance_centered >= -10 & - entrance_centered <= 10)) -tidy(model_bw_10) - -model_bw_5 <- lm(exit_exam ~ entrance_centered + tutoring, - data = filter(tutoring_centered, - entrance_centered >= -5 & - entrance_centered <= 5)) -tidy(model_bw_5) -``` - -We can compare all these models simultaneously with `modelsummary()`: - -```{r all-models-fake, eval=FALSE} -modelsummary(list("Full data" = model_simple, - "Bandwidth = 10" = model_bw_10, - "Bandwidth = 5" = model_bw_5)) -``` - -```{r all-models-real, echo=FALSE, warning=FALSE} -gm <- modelsummary::gof_map %>% - mutate(omit = !(raw %in% c("nobs", "r.squared", "adj.r.squared"))) - -modelsummary(list("Full data" = model_simple, - "Bandwidth = 10" = model_bw_10, - "Bandwidth = 5" = model_bw_5), - gof_map = gm, stars = TRUE) %>% - kableExtra::row_spec(5, background = "#F6D645") %>% - kableExtra::row_spec(6, extra_css = "border-bottom: 1px solid") -``` - -The effect of `tutoring` differs a lot across these different models, from 9.1 to 10.8. Which one is right? I don't know. Definitely not the full data one. - -Also notice how much the sample size (N) changes across the models. As you narrow the bandwidth, you look at fewer and fewer observations. - -```{r different-lm-bandwidths, message=FALSE} -ggplot(tutoring, aes(x = entrance_exam, y = exit_exam, color = tutoring)) + - geom_point(size = 0.5, alpha = 0.2) + - # Add lines for the full model (model_simple) - geom_smooth(data = filter(tutoring, entrance_exam <= 70), - method = "lm", se = FALSE, linetype = "dotted", size = 1) + - geom_smooth(data = filter(tutoring, entrance_exam > 70), - method = "lm", se = FALSE, linetype = "dotted", size = 1) + - # Add lines for bandwidth = 10 - geom_smooth(data = filter(tutoring, entrance_exam <= 70, entrance_exam >= 60), - method = "lm", se = FALSE, linetype = "dashed", size = 1) + - geom_smooth(data = filter(tutoring, entrance_exam > 70, entrance_exam <= 80), - method = "lm", se = FALSE, linetype = "dashed", size = 1) + - # Add lines for bandwidth = 5 - geom_smooth(data = filter(tutoring, entrance_exam <= 70, entrance_exam >= 65), - method = "lm", se = FALSE, size = 2) + - geom_smooth(data = filter(tutoring, entrance_exam > 70, entrance_exam <= 75), - method = "lm", se = FALSE, size = 2) + - geom_vline(xintercept = 70) + - # Zoom in - coord_cartesian(xlim = c(50, 90), ylim = c(55, 75)) + - labs(x = "Entrance exam score", y = "Exit exam score", color = "Used tutoring") -``` - -### Nonparametric estimation - -Instead of using linear regression to measure the size of the discontinuity, we can use nonparametric methods. Essentially this means that R will not try to fit a straight line to the data—instead it'll curve around the points and try to fit everything as smoothly as possible. - -The `rdrobust()` function makes it really easy to measure the gap at the cutoff with nonparametric estimation. Here's the simplest version: - -```{r rdrobust-normal} -# Notice how we have to use the tutoring$exit_exam syntax here. Also make sure -# you set the cutoff with c -rdrobust(y = tutoring$exit_exam, x = tutoring$entrance_exam, c = 70) %>% - summary() -``` - -There are a few important pieces of information to look at in this output: - -- The thing you care about the most is the actual effect size. This is the coefficient in the table at the bottom, indicated with the "Conventional" method. Here it's -8.578, which means the tutoring program causes an 8-point change in exit exam scores. The table at the bottom also includes standard errors, p-values, and confidence intervals for the coefficient, both normal estimates (conventional) and robust estimates (robust). According to both types of estimates, this 8 point bump is statistically significant (p < 0.001; the 95% confidence interval definitely doesn't ever include 0). -- Importantly, notice that the coefficient here is actually negative (-8.578), while our previous parametric estimates were all positive. That does *not* mean that the program causes a drop in test scores. That negative value is just a side effect of how `rdrobust()` measures the gap. It looks at the value of the treatment group right before the threshold and then shows that test scores drop when shifting to the control group (while before we talked about the opposite story: test scores increase as you move from the control group to the treatment group). There's no way to flip the sign within `rdrobust()`, so you need to look at the plot and see what the gap is really doing. -- The model used a bandwidth of 9.969 (`BW est. (h)` in the output), which means it only looked at people with test scores of 70 ± 10. It decided on this bandwidth automatically, but you can change it to whatever you want. -- The model used a triangular kernel. This is the most esoteric part of the model—the kernel decides how much weight to give to observations around the cutoff. Test scores like 69.99 or 70.01 are extremely close to 70, so they get the most weight. Scores like 67 or 73 are a little further away so they matter less. Scores like 64 or 76 matter even less, so they get even less weight. You can use different kernels too, and [Wikipedia has a nice graphic showing the shapes of these different kernels](https://en.wikipedia.org/wiki/Kernel_(statistics)#Kernel_functions_in_common_use) and how they give different weights to observations at different distances. - -We can plot this nonparametric model with `rdplot()`. - -```{r rdplot-basic} -rdplot(y = tutoring$exit_exam, x = tutoring$entrance_exam, c = 70) -``` - -Look at that 8.5 point jump at 70! Neat! - -Notice that the points here aren't actually the observations in the dataset. The `rdplot()` function makes bins of points (like a histogram) and then shows the average outcome within each bin. You can control how many bins are used in the x-axis with the `nbins` or `binselect` arguments in `rdplot()` (run `?rdplot` in your console to see all the possible options for plotting nonparametric discontinuities). - -:::{.callout-note} -**Side note**: `rdplot()` uses the same plotting system as `ggplot()`, so you can add layers like `labs()` or `geom_point()` or anything else, which is cool, but getting to that underlying `ggplot()` object is weird. To do it, store the results of `rdplot` as an object, like `asdf`, then use `asdf$rdplot` to access the plot: - -```{r eval=FALSE} -asdf <- rdplot(...) -asdf$rdplot + - labs(x = "Running variable", y = "Outcome variable") -``` - -You don't need to worry about all that for showing simple plots though! -::: - -By default, `rdrobust()` chooses the bandwidth size automatically based on fancy algorithms that economists have developed. You can use `rdbwselect()` to see what that bandwidth is, and if you include the `all = TRUE` argument, you can see a bunch of different potential bandwidths based on a bunch of different algorithms: - -```{r rdbwselect} -# This says to use the mserd version, which according to the help file for -# rdbwselect means "the mean squared error-optimal bandwidth selector for RD -# treatment effects". Sounds great. -rdbwselect(y = tutoring$exit_exam, x = tutoring$entrance_exam, c = 70) %>% - summary() -``` - -What are the different possible bandwidths we could use? - -```{r rdbwselect-all} -rdbwselect(y = tutoring$exit_exam, x = tutoring$entrance_exam, c = 70, all = TRUE) %>% - summary() -``` - -Phew. There are a lot here. The best one was `mserd`, or ±9.69. Some say ±7, others ±12, other are asymmetric and say -11.5 before and +10 after. Try a bunch of different bandwidths as part of your sensitivity analysis and see if your effect size changes substantially as a result. - -Another common approach to sensitivity analysis is to use the ideal bandwidth, twice the ideal, and half the ideal (so in our case 10, 20, and 5) and see if the estimate changes substantially. Use the `h` argument to specify your own bandwidth - -```{r rdrobust-different-bandwidths} -rdrobust(y = tutoring$exit_exam, x = tutoring$entrance_exam, c = 70, h = 9.969) %>% - summary() - -rdrobust(y = tutoring$exit_exam, x = tutoring$entrance_exam, c = 70, h = 9.969 * 2) %>% - summary() - -rdrobust(y = tutoring$exit_exam, x = tutoring$entrance_exam, c = 70, h = 9.969 / 2) %>% - summary() -``` - -Here the coefficients change slightly: - -| Bandwidth | Effect size | -| :------------: | :---------: | -| 9.969 (ideal) | 8.578 | -| 19.938 (twice) | 9.151 | -| 4.984 (half) | 8.201 | - -You can also adjust the kernel. By default `rd_robust` uses a triangular kernel (more distant observations have less weight linearly), but you can switch it to Epanechnikov (more distant observations have less weight following a curve) or uniform (more distant observations have the same weight as closer observations; this is unweighted). - -```{r rdrobust-different-kernels} -# Non-parametric RD with different kernels -rdrobust(y = tutoring$exit_exam, x = tutoring$entrance_exam, - c = 70, kernel = "triangular") %>% - summary() # Default - -rdrobust(y = tutoring$exit_exam, x = tutoring$entrance_exam, - c = 70, kernel = "epanechnikov") %>% - summary() - -rdrobust(y = tutoring$exit_exam, x = tutoring$entrance_exam, - c = 70, kernel = "uniform") %>% - summary() -``` - -Again, the coefficients change slightly: - -| Kernel | Effect size | -| :----------: | :---------: | -| Triangular | 8.578 | -| Epanechnikov | 8.389 | -| Uniform | 8.175 | - -Which one is best? ¯\\\_(ツ)\_/¯. All that really matters is that the size and direction of the effect doesn't change. It's still positive and it's still in the 8–9ish point range. - - -## Step 6: Compare all the effects - -We just estimated a ton of effect sizes. In real life you'd generally just report one of these as your final effect, but you'd run the different parametric and nonparametric models to check how reliable and robust your findings are. Here's everything we just found: - -| Method | Bandwidth | Kernel | Estimate | -|:-------------:|:---------:|:--------------------:|:--------:| -| Parametric | Full data | Unweighted | 10.8 | -| Parametric | 10 | Unweighted | 9.273 | -| Parametric | 5 | Unweighted | 9.122 | -| Nonparametric | 9.969 | Triangular | 8.578 | -| Nonparametric | 19.938 | Triangular | 9.151 | -| Nonparametric | 4.984 | Triangular | 8.201 | -| Nonparametric | 8.201 | Epanechnikov | 8.389 | -| Nonparametric | 7.346 | Uniform (unweighted) | 8.175 | - -In real life, I'd likely report the simplest one (row 4: nonparametric, automatic bandwidth, triangular kernel), but knowing how much the effect varies across model specifications is helpful. diff --git a/example/rstudio-tidyverse.qmd b/example/rstudio-tidyverse.qmd deleted file mode 100644 index c98b06c4..00000000 --- a/example/rstudio-tidyverse.qmd +++ /dev/null @@ -1,102 +0,0 @@ ---- -title: "R, RStudio, and the tidyverse" ---- - -## Part 1: The basics of R and dplyr - -For this week's problem set, you need to work through a few of RStudio's introductory primers. You'll do these in your browser and type code and see results there. - -You'll learn some of the basics of R, as well as some powerful methods for manipulating data with the **dplyr** package. - -Complete these primers. It seems like there are a lot, but they're short and go fairly quickly (especially as you get the hang of the syntax). Also, **I have no way of seeing what you do or what you get wrong or right**, and that's totally fine! If you get stuck and want to skip some (or if it gets too easy), go right ahead and skip them! - -- **The Basics** - - [Visualization Basics](https://rstudio.cloud/learn/primers/1.1) - - [Programming Basics](https://rstudio.cloud/learn/primers/1.2) -- **Work with Data** - - [Working with Tibbles](https://rstudio.cloud/learn/primers/2.1) - - [Isolating Data with dplyr](https://rstudio.cloud/learn/primers/2.2) - - [Deriving Information with dplyr](https://rstudio.cloud/learn/primers/2.3) -- **Visualize Data** - - [Exploratory Data Analysis](https://rstudio.cloud/learn/primers/3.1) - - [Bar Charts](https://rstudio.cloud/learn/primers/3.2) - - [Histograms](https://rstudio.cloud/learn/primers/3.3) - - [Boxplots and Counts](https://rstudio.cloud/learn/primers/3.4) - - [Scatterplots](https://rstudio.cloud/learn/primers/3.5) - - [Line plots](https://rstudio.cloud/learn/primers/3.6) - - [Overplotting and Big Data](https://rstudio.cloud/learn/primers/3.7) - - [Customize Your Plots](https://rstudio.cloud/learn/primers/3.8) -- **Tidy Your Data** - - [Reshape Data](https://rstudio.cloud/learn/primers/4.1) - -:::{.callout-note} -Recent versions of **tidyr** have renamed these core functions: `gather()` is now `pivot_longer()` and `spread()` is now `pivot_wider()`. The syntax for these `pivot_*()` functions is *slightly* different from what it was in `gather()` and `spread()`, so you can't just replace the names. Fortunately, both `gather()` and `spread()` still work and won't go away for a while, so you can still use them as you learn about reshaping and tidying data. It would be worth learning how the newer `pivot_*()` functions work, eventually, though ([see here for examples](https://tidyr.tidyverse.org/articles/pivot.html)). -::: - -The content from these primers comes from the (free and online!) book [*R for Data Science* by Garrett Grolemund and Hadley Wickham](https://r4ds.had.co.nz/). I highly recommend the book as a reference and for continuing to learn and use R in the future. - - -## Part 2: Getting familiar with RStudio - -The RStudio primers you just worked through are a great introduction to writing and running R code, but you typically won't type code in a browser when you work with R. Instead, you'll use a nicer programming environment like RStudio, which lets you type and save code in scripts, run code from those scripts, and see the output of that code, all in the same program. - -To get familiar with RStudio, watch this video (it's from PMAP 8921, but the content still applies here): - -
    - -
    - - -## Part 3: RStudio Projects - -One of the most powerful and useful aspects of RStudio is its ability to manage projects. - -When you first open R, it is "pointed" at some folder on your computer, and anything you do will be relative to that folder. The technical term for this is a "working directory." - -When you first open RStudio, look in the area right at the top of the Console pane to see your current working directory. Most likely you'll see something cryptic: `~/` - -```{r working-directory, echo=FALSE, out.width="50%"} -knitr::include_graphics("/files/img/example/working-directory.png", error = FALSE) -``` - -That tilde sign (`~`) is a shortcut that stands for your user directory. On Windows this is `C:\Users\your_user_name\`; on macOS this is `/Users/your_user_name/`. With the working directory set to `~/`, R is "pointed" at that folder, and anything you save will end up in that folder, and R will expect any data that you load to be there too. - -It's always best to point R at some other directory. If you don't use RStudio, you need to manually set the working directory to where you want it with `setwd()`, and many R scripts in the wild include something like `setwd("C:\\Users\\bill\\Desktop\\Important research project")` at the beginning to change the directory. **THIS IS BAD THOUGH** ([see here for an explanation](https://www.tidyverse.org/blog/2017/12/workflow-vs-script/)). If you ever move that directory somewhere else, or run the script on a different computer, or share the project with someone, the path will be wrong and nothing will run and you will be sad. - -The best way to deal with working directories with RStudio is to use RStudio Projects. These are special files that RStudio creates for you that end in a `.Rproj` extension. When you open one of these special files, a new RStudio instance will open up and be pointed at the correct directory automatically. If you move the folder later or open it on a different computer, it will work just fine and you will not be sad. - -[Read this super short chapter on RStudio projects to learn how to create and use them](https://r4ds.had.co.nz/workflow-projects.html#rstudio-projects) - -In general, you can create a new project by going to File > New Project > New Directory > Empty Project, which will create a new folder on your computer that is empty except for a single `.Rproj` file. Double click on that file to open an RStudio instance that is pointed at the correct folder. - - -## Part 4: Getting familiar with R Markdown - -To ensure that the analysis and graphics you make are reproducible, you'll do the majority of your work in this class using **R Markdown** files. - -Do the following things: - -1. Watch this video: - -
    - -
    - -  - -2. Skim through the content at these pages: - - - [Using Markdown](/resource/markdown.qmd) - - [Using R Markdown](/resource/rmarkdown.qmd) - - [How it Works](http://rmarkdown.rstudio.com/lesson-2.html) - - [Code Chunks](http://rmarkdown.rstudio.com/lesson-3.html) - - [Inline Code](http://rmarkdown.rstudio.com/lesson-4.html) - - [Markdown Basics](http://rmarkdown.rstudio.com/lesson-8.html) (The [R Markdown Reference Guide](https://www.rstudio.com/wp-content/uploads/2015/03/rmarkdown-reference.pdf) is super useful here.) - - [Output Formats](http://rmarkdown.rstudio.com/lesson-9.html) - -3. Watch this video (again, it's from PMAP 8921, but the content works for this class): - -
    - -
    - diff --git a/example/standard-errors.qmd b/example/standard-errors.qmd deleted file mode 100644 index f559db71..00000000 --- a/example/standard-errors.qmd +++ /dev/null @@ -1,358 +0,0 @@ ---- -title: "Robust and clustered standard errors with R" ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.width = 6, fig.height = 3.6, fig.align = "center", - fig.retina = 3, collapse = TRUE) -set.seed(1234) -options("digits" = 2, "width" = 150) -``` - -As you read in [chapter 13.3 of *The Effect*](https://theeffectbook.net/ch-StatisticalAdjustment.html#your-standard-errors-are-probably-wrong), your standard errors in regressions are probably wrong. And as you read [in the article by Guido Imbens](https://doi.org/10.1257/jep.35.3.157), we want accurate standard errors because we should be focusing on confidence intervals when reporting our findings because nobody actually cares about or understands p-values. - -So why are our standard errors wrong, and how do we fix them? - -First, let's make a model that predicts penguin weight based on bill length, flipper length, and species. We'll use our regular old trusty `lm()` for an OLS model with regular standard errors. - -```{r libraries, warning=FALSE, message=FALSE} -library(tidyverse) # For ggplot, dplyr, and friends -library(broom) # Convert model objects into data frames -library(palmerpenguins) # Our favorite penguin data - -# Get rid of rows with missing values -penguins <- penguins %>% drop_na(sex) -``` - -```{r model-basic} -model1 <- lm(body_mass_g ~ bill_length_mm + flipper_length_mm + species, - data = penguins) -tidy(model1, conf.int = TRUE) -``` - -A 1 mm increase in bill length is associated with a 60.1 g increase in penguin weight, on average. This is significantly significant and different from zero (p < 0.001), and the confidence interval ranges between 45.9 and 74.3, which means that we're 95% confident that this range captures the true population parameter (this is [a frequentist interval](/resource/bayes.qmd#frequentist-confidence-intervals) since we didn't do any Bayesian stuff, so we have to talk about the confidence interval like a net and use awkward language). - -This confidence interval is the coefficient estimate ± (1.96 × the standard error) (or 60.1 ± (1.96 × 7.21)), so it's entirely dependent on the accuracy of the standard error. One of the assumptions of this estimate and its corresponding standard error is that the residuals of the regression (i.e. the distance from the predicted values and the actual values—[remember this plot from Session 2](/slides/02-slides.html#23)) *must not have any patterns in them*. The official name for this assumption is that the errors in an OLS must be **homoskedastic** (or exhibit **homoskedasticity**). If errors are **heteroskedastic**—if the errors aren't independent from each other, if they aren't normally distributed, and if there are visible patterns in them—your standard errors (and confidence intervals) will be wrong. - -## Checking for heteroskedasticity - -How do you know if your errors are homoskedastic of heterosketastic though? - -The easiest way for me (and most people probably) is to visualize the residuals and see if there are any patterns. First, we can use `augment()` to calculate the residuals for each observation in the original penguin data and then make a scatterplot that puts the actual weight on the x-axis and the residuals on the y-axis. - -```{r check-residuals-1, message=FALSE} -# Plug the original data into the model and find fitted values and -# residuals/errors -fitted_data <- augment(model1, data = penguins) - -# Look at relationship between fitted values and residuals -ggplot(fitted_data, aes(x = .fitted, y = .resid)) + - geom_point() + - geom_smooth(method = "lm") -``` - -There seems to be two clusters of points here, which is potentially a sign that the errors aren't independent of each other—there might be a systematic pattern in the errors. We can confirm this if we color the points by species: - -```{r check-residuals-2, message=FALSE} -ggplot(fitted_data, aes(x = .fitted, y = .resid)) + - geom_point(aes(color = species)) + - geom_smooth(method = "lm") -``` - -And there are indeed species-based clusters within the residuals! We can see this if we look at the distribution of the residuals too. For OLS assumptions to hold—and for our standard errors to be correct—this should be normally distributed: - -```{r residual-distribution} -ggplot(fitted_data, aes(x = .resid)) + - geom_histogram(binwidth = 100, color = "white", boundary = 3000) -``` - -This looks fairly normal, though there are some more high residual observations (above 500) than we'd expect. That's likely because the data isn't actually heteroskedastic—it's just clustered, and this clustering structure within the residuals means that our errors (and confidence intervals and p-values) are going to be wrong. - -In this case the residual clustering creates a fairly obvious pattern. Just for fun, let's ignore the Gentoos and see what residuals without clustering can look like. The residuals here actually look fairly random and pattern-free: - -```{r model-plot-no-gentoo, message=FALSE, warning=FALSE} -model_no_gentoo <- lm(body_mass_g ~ bill_length_mm + flipper_length_mm + species, - data = filter(penguins, species != "Gentoo")) - -fitted_sans_gentoo <- augment(model_no_gentoo, - filter(penguins, species != "Gentoo")) - -ggplot(fitted_sans_gentoo, aes(x = .fitted, y = .resid)) + - geom_point() + - geom_smooth(method = "lm") -``` - -We can do a neat little visual test for this. Let's shuffle the residuals a bunch of times and make scatterplots with those shuffled values. If we can't spot the actual residual plot among the shuffled ones, we can be fairly confident that there aren't any patterns. [The **nullabor** package](https://dicook.github.io/nullabor/) makes this easy, allowing us to create a lineup of shuffled plots with the real residual plot mixed in there somewhere. - -```{r resid-shuffled} -library(nullabor) - -set.seed(1234) # Shuffle these the same way every time - -shuffled_residuals <- lineup(null_lm(body_mass_g ~ bill_length_mm + flipper_length_mm + species, - method = "rotate"), - true = fitted_sans_gentoo, - n = 9) - -ggplot(shuffled_residuals, aes(x = .fitted, y = .resid)) + - geom_point() + - facet_wrap(vars(.sample)) -``` - -Which one is the actual residual plot? There's no easy way to tell. That cryptic `decrypt(...)` thing is a special command that will tell us which plot is the correct one: - -```{r} -decrypt("sD0f gCdC En JP2EdEPn ZZ") -``` - -The fact that we can't tell is a good sign that the residuals are homoskedastic and independent and that we don't need to worry much about correcting the errors. - -```{r resid-shuffled-old, include=FALSE, eval=FALSE} -shuffled_plot_data <- tibble(id = 1:8) %>% - # Make 9 shuffled datasets - mutate(plot_data = map(id, ~{ - fitted_sans_gentoo %>% - # Shuffle these two columns - mutate(.resid = sample(.resid), - .fitted = sample(.fitted)) %>% - select(.fitted, .resid) - })) %>% - # Add the actual dataset - bind_rows(tribble(~id, ~plot_data, ~actual, - 9, select(fitted_sans_gentoo, .fitted, .resid), TRUE)) %>% - # Shuffle all these so that #9 isn't always the actual data - slice_sample(prop = 1) %>% - mutate(id = 1:9) %>% - unnest(plot_data) - -ggplot(shuffled_plot_data, aes(x = .fitted, y = .resid)) + - geom_point() + - facet_wrap(vars(id), nrow = 3) -``` - - -## Adjusting standard errors - -However, often you will see patterns or clusters in the residuals, which means you need to make some adjustments to the errors to ensure they're accurate. In [chapter 13.3 of *The Effect*](https://theeffectbook.net/ch-StatisticalAdjustment.html#your-standard-errors-are-probably-wrong) you read about a bunch of different mathy ways to make these adjustments, and people get PhDs and write whole dissertations on new fancy ways to adjust standard errors. I'm not super interested in the deeper mathy mechanics of error adjustment, and most people aren't either, so statistical software packages generally try to make it easy to make these adjustments without needing to think about the deeper math. - -If you're familiar with Stata, you can get robust standard errors like this: - -```r -# Run this in R first to export the penguins data as a CSV -write_csv("~/Desktop/penguins.csv") -``` - -```text -/* Stata stuff */ - -import delimited "~/Desktop/penguins.csv", clear - -encode species, generate(species_f) /* Make species a factor /* - -reg body_mass_g bill_length_mm flipper_length_mm i.species_f, robust - -/* -Linear regression Number of obs = 333 - F(4, 328) = 431.96 - Prob > F = 0.0000 - R-squared = 0.8243 - Root MSE = 339.57 ------------------------------------------------------------------------------------ - | Robust - body_mass_g | Coef. Std. Err. t P>|t| [95% Conf. Interval] -------------------+---------------------------------------------------------------- - bill_length_mm | 60.11733 6.429263 9.35 0.000 47.46953 72.76512 -flipper_length_mm | 27.54429 3.054304 9.02 0.000 21.53579 33.55278 - | - species_f | - Chinstrap | -732.4167 75.396 -9.71 0.000 -880.7374 -584.096 - Gentoo | 113.2541 88.27028 1.28 0.200 -60.39317 286.9014 - | - _cons | -3864.073 500.7276 -7.72 0.000 -4849.116 -2879.031 ------------------------------------------------------------------------------------ -*/ -``` - -And you can get clustered robust standard errors like this: - -```text -reg body_mass_g bill_length_mm flipper_length_mm i.species_f, cluster(species_f) - -/* -Linear regression Number of obs = 333 - F(1, 2) = . - Prob > F = . - R-squared = 0.8243 - Root MSE = 339.57 - (Std. Err. adjusted for 3 clusters in species_f) ------------------------------------------------------------------------------------ - | Robust - body_mass_g | Coef. Std. Err. t P>|t| [95% Conf. Interval] -------------------+---------------------------------------------------------------- - bill_length_mm | 60.11733 12.75121 4.71 0.042 5.253298 114.9814 -flipper_length_mm | 27.54429 4.691315 5.87 0.028 7.359188 47.72939 - | - species_f | - Chinstrap | -732.4167 116.6653 -6.28 0.024 -1234.387 -230.4463 - Gentoo | 113.2541 120.5977 0.94 0.447 -405.6361 632.1444 - | - _cons | -3864.073 775.9628 -4.98 0.038 -7202.772 -525.3751 ------------------------------------------------------------------------------------ -*/ -``` - -Basically add `, robust` (or even just `,r`) or `cluster(whatever)` to the end of the regression command. - -Doing this in R is a little trickier since our favorite standard `lm()` command doesn't have built-in support for robust or clustered standard errors, but there are some extra packages that make it really easy to do. Let's look at three different ways. - - -### **sandwich** and `coeftest()` - -One way to adjust errors is to use [the **sandwich** package](http://sandwich.r-forge.r-project.org/articles/sandwich.html), which actually handles the standard error correction behind the scenes for most of the other approaches we'll look at. **sandwich** comes with a bunch of standard error correction functions, like `vcovHC()` for heteroskedasticity-consistent (HC) errors, `vcovHAC()` for heteroskedastiticy- and autocorrelation-consistent (HAC) errors, and `vcovCL()` for clustered errors ([see their website](http://sandwich.r-forge.r-project.org/articles/sandwich.html) for all the different ones). Within each of these different functions, there are different types (again, things that fancy smart statisticians figure out). If you want to replicate Stata's `, robust` option exactly, you can use `vcovHC(type = "HC1")`. - -You can use these correction functions as an argument to the `coeftest()` function, the results of which conveniently work with `tidy()` and other **broom** functions. Here's how we can get robust standard errors for our original penguin model (`model1`): - -```{r robust-coeftest, warning=FALSE, message=FALSE} -library(sandwich) # Adjust standard errors -library(lmtest) # Recalculate model errors with sandwich functions with coeftest() - -# Robust standard errors with lm() -model1_robust <- coeftest(model1, - vcov = vcovHC) - -# Stata's robust standard errors with lm() -model1_robust_stata <- coeftest(model1, - vcov = vcovHC, - type = "HC1") - -tidy(model1_robust) %>% filter(term == "bill_length_mm") - -tidy(model1_robust_stata) %>% filter(term == "bill_length_mm") -``` - -Those errors shrunk a little, likely because just using robust standard errors here isn't enough. Remember that there are clear clusters in the residuals (Gentoo vs. not Gentoo), so we'll actually want to cluster the errors by species. `vcovCL()` lets us do that: - -```{r robust-clustered-coeftest} -# Clustered robust standard errors with lm() -model1_robust_clustered <- coeftest(model1, - vcov = vcovCL, - type = "HC1", - cluster = ~species) - -tidy(model1_robust_clustered, conf.int = TRUE) %>% - filter(term == "bill_length_mm") -``` - -Those errors are huge now, and the confidence interval ranges from 35 to 85! That's because we're now accounting for the clustered structure in the errors. - -But we're still not getting the same results as the clustered robust errors from Stata (or as `feols()` and `lm_robust()` below). This is because the data we're working with here has a small number of clusters and `coeftest()`/`vcovCL()` doesn't deal with that automatically (but Stata, `feols()`, and `lm_robust()` all do—see [this section about it in the documentation for `feols()`](https://lrberge.github.io/fixest/articles/fixest_walkthrough.html#small-sample-correction-1)). To fix this, we need to specify the number of degrees of freedom in the `coeftest()` function. There are three species/clusters in this data, so the degrees of freedom is 1 less than that, or 2. - -```{r robust-clustered-coeftest-ssc} -# Clustered robust standard errors with lm(), correcting for small sample -model1_robust_clustered_corrected <- coeftest(model1, - vcov = vcovCL, - type = "HC1", - df = 2, # There are 3 species, so 3-1 = 2 - cluster = ~species) - -tidy(model1_robust_clustered_corrected, conf.int = TRUE) %>% - filter(term == "bill_length_mm") -``` - -There we go. Now we have *absolutely massive* confidence intervals ranging from 5 to 115. Who even knows what the true parameter is?! Our net probably caught it. - - -### **fixest** and `feols()` - -Standard error adjustment with the functions from **sandwich** and `coeftest()` works fine, but it requires multiple steps: (1) create a model with `lm()`, and (2) feed that model to `coeftest()`. It would be great if we could do that all at the same time in one command! Fortunately there are a few R packages that let us do this. - -The `feols()` function from the [**fixest** package](https://lrberge.github.io/fixest/) was designed for OLS models that have lots of fixed effects (i.e. indicator variables), and it handles lots of fixed effects really really fast. It can also handle instrumental variables (which [we'll get to later in the semester](/example/iv.qmd)). It's a fantastic way to run models in R. It uses the same formula syntax as `lm()`, but with one extra feature: you can put fixed effects (again, indicator variables) after a `|` to specify that the variables are actually fixed effects. This (1) speeds up model estimation, and (2) hides the fixed effects from `summary()` and `tidy()` output, which is super convenient if you're using something like county, state, or country fixed effects and you don't want to see dozens or hundreds of extra rows in the regression output. - -It includes an argument `vcov` for specifying how you want to handle the standard errors, and [you can use lots of different options](https://lrberge.github.io/fixest/articles/standard_errors.html). Here we'll make two models: one with heteroskedastic robust SEs (basically what Stata uses, or like `vcovHC()` in **sandwich**), and one with clustered robust standard errors (similar to `vcovCL()` in **sandwich**): - -```{r feols-errors} -library(fixest) # Run models with feols() - -# Because species comes after |, it's being treated as a fixed effect -model_feols_hetero <- feols(body_mass_g ~ bill_length_mm + flipper_length_mm | species, - vcov = "hetero", - data = penguins) - -tidy(model_feols_hetero) %>% filter(term == "bill_length_mm") - -model_feols_clustered <- feols(body_mass_g ~ bill_length_mm + flipper_length_mm | species, - cluster = ~ species, - data = penguins) - -tidy(model_feols_clustered, conf.int = TRUE) %>% filter(term == "bill_length_mm") -``` - -We get basically the same standard errors we did before with `coeftest(lm(), vcov = ...)`, only now we did it all in one step. - -### **estimatr** and `lm_robust()` - -The `lm_robust()` function in [the **estimatr** package](https://declaredesign.org/r/estimatr/articles/getting-started.html) also allows you to calculate robust standard errors in one step using the `se_type` argument. See the documentation for all the possible options. Here we can replicate Stata's standard errors by using `se_type = "stata"` (`se_type = "HC1"` would do the same thing). `lm_robust()` also lets you specify fixed effects separately so that they're hidden in the results, but instead of including them in the formula like we did with `feols()`, we have to use the `fixed_effects` argument. - -```{r lmrobust-errors} -library(estimatr) # Run models with lm_robust() - -model_lmrobust_clustered <- lm_robust(body_mass_g ~ bill_length_mm + flipper_length_mm, - fixed_effects = ~ species, - se_type = "stata", - clusters = species, - data = penguins) - -tidy(model_lmrobust_clustered, conf.int = TRUE) %>% filter(term == "bill_length_mm") -``` - - -### On-the-fly SE adjustment - -While it's neat that we can specify standard errors directly in `feols()` and `lm_robust()`, it's sometimes ([almost always](https://grantmcdermott.com/better-way-adjust-SEs/)) a good idea to actually not adjust SEs within the models themselves and instead make the adjustments after you've already fit the model. This is especially the case if you have a more complex model that takes a while to run. Note how we ran a couple different `feols()` models previously—it would be nice if we could just run the model once and then choose whatever standard error adjustments we want later. This is what we already did with `coeftest(model, vcov = ...)`. We can do similar things with `feols()`. Watch how we can specify the standard error options and clusters inside `tidy()` directly, with just one model! - -```{r feols-on-the-fly} -model_feols_basic <- feols(body_mass_g ~ bill_length_mm + flipper_length_mm | species, - data = penguins) - -tidy(model_feols_basic, se = "hetero") %>% filter(term == "bill_length_mm") - -tidy(model_feols_basic, cluster = "species") %>% filter(term == "bill_length_mm") -``` - -The `modelsummary()` function from [the **modelsummary** package](https://vincentarelbundock.github.io/modelsummary/) also lets us make SE adjustments on the fly. Check this out—with just one basic model with `lm()`, we can get all these different kinds of standard errors! - -```{r modelsummary-on-the-fly} -library(modelsummary) # Make nice tables and plots for models - -model_basic <- lm(body_mass_g ~ bill_length_mm + flipper_length_mm + species, - data = penguins) - -# Add an extra row with the error names -se_info <- tibble(term = "Standard errors", "Regular", "Robust", "Stata", "Clustered by species") - -modelsummary(model_basic, - # Specify how to robustify/cluster the model - vcov = list("iid", "robust", "stata", function(x) vcovCL(x, cluster = ~ species)), - # Get rid of other coefficients and goodness-of-fit (gof) stats - coef_omit = "species|flipper|Intercept", gof_omit = ".*", - add_rows = se_info) -``` - - -### Plot all these confidence intervals - -The **modelsummary** package also comes with a `modelplot()` function that will create a coefficient plot showing the point estimates and 95% confidence intervals. Look at all these different standard errors! - -```{r modelsummary-coef-plot, fig.width=8, fig.height=4, message=FALSE, warning=FALSE} -modelplot( - list('lm_robust(se_type = "stata", clusters = species)' = model_lmrobust_clustered, - 'feols(se = "cluster", cluster = ~species)' = model_feols_clustered, - 'feols(se = "hetero")' = model_feols_hetero, - 'lm() + vcovCL(cluster = "species") [small sample corrected]' = model1_robust_clustered_corrected, - 'lm() + vcovCL(cluster = "species")' = model1_robust_clustered, - 'lm() + vcovHC(type = "HC1") [Stata]' = model1_robust_stata, - "lm() + vcovHC() [robust]" = model1_robust, - "Basic lm() model" = model1), - coef_omit = "species|flipper|Intercept") + - guides(color = guide_legend(reverse = TRUE)) -``` diff --git a/example/standard-errors_files/figure-html/check-residuals-1-1.png b/example/standard-errors_files/figure-html/check-residuals-1-1.png new file mode 100644 index 00000000..e344bdaf Binary files /dev/null and b/example/standard-errors_files/figure-html/check-residuals-1-1.png differ diff --git a/example/standard-errors_files/figure-html/check-residuals-2-1.png b/example/standard-errors_files/figure-html/check-residuals-2-1.png new file mode 100644 index 00000000..7bf6330a Binary files /dev/null and b/example/standard-errors_files/figure-html/check-residuals-2-1.png differ diff --git a/example/standard-errors_files/figure-html/model-plot-no-gentoo-1.png b/example/standard-errors_files/figure-html/model-plot-no-gentoo-1.png new file mode 100644 index 00000000..791d4288 Binary files /dev/null and b/example/standard-errors_files/figure-html/model-plot-no-gentoo-1.png differ diff --git a/example/standard-errors_files/figure-html/resid-shuffled-1.png b/example/standard-errors_files/figure-html/resid-shuffled-1.png new file mode 100644 index 00000000..c7de4b48 Binary files /dev/null and b/example/standard-errors_files/figure-html/resid-shuffled-1.png differ diff --git a/example/standard-errors_files/figure-html/residual-distribution-1.png b/example/standard-errors_files/figure-html/residual-distribution-1.png new file mode 100644 index 00000000..30dcad09 Binary files /dev/null and b/example/standard-errors_files/figure-html/residual-distribution-1.png differ diff --git a/example/synthetic-data.qmd b/example/synthetic-data.qmd deleted file mode 100644 index 4354ac7a..00000000 --- a/example/synthetic-data.qmd +++ /dev/null @@ -1,1501 +0,0 @@ ---- -title: "The ultimate guide to generating synthetic data for causal inference" ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.width = 6, fig.asp = 0.618, fig.align = "center", - fig.retina = 3, out.width = "75%", collapse = TRUE) -set.seed(1234) -options("digits" = 4, "width" = 170) -options(dplyr.summarise.inform = FALSE) -``` - -In the [example guide for generating random numbers](/example/random-numbers.qmd), we explored how to use a bunch of different statistical distributions to create variables that had reasonable values. However, each of the columns that we generated there were completely independent of each other. In the final example, we made some data with columns like age, education, and income, but none of those were related, though in real life they would be. - -Generating random variables is fairly easy: choose some sort of distributional shape, set parameters like a mean and standard deviation, and let randomness take over. Forcing variables to be related is a little trickier and involves a little math. But don't worry! That math is all just regression stuff! - -```{r libraries, warning=FALSE, message=FALSE} -library(tidyverse) -library(broom) -library(patchwork) -library(scales) -library(ggdag) -``` - -## Basic example - -### Relationships and regression - -Let's pretend we want to predict someone's happiness on a 10-point scale based on the number of cookies they've eaten and whether or not their favorite color is blue. - -$$ -\text{Happiness} = \beta_0 + \beta_1 \text{Cookies eaten} + \beta_2 \text{Favorite color is blue} + \varepsilon -$$ - -We can generate a fake dataset with columns for happiness (Beta distribution clustered around 7ish), cookies (Poisson distribution), and favorite color (binomial distribution for blue/not blue): - -```{r fake-simple-data} -set.seed(1234) - -n_people <- 1000 -happiness_simple <- tibble( - id = 1:n_people, - happiness = rbeta(n_people, shape1 = 7, shape2 = 3), - cookies = rpois(n_people, lambda = 1), - color_blue = sample(c("Blue", "Not blue"), n_people, replace = TRUE) -) %>% - # Adjust some of the columns - mutate(happiness = round(happiness * 10, 1), - cookies = cookies + 1, - color_blue = fct_relevel(factor(color_blue), "Not blue")) - -head(happiness_simple) -``` - -We have a neat dataset now, so let's run a regression. Is eating more cookies or liking blue associated with greater happiness? - -```{r} -model_happiness1 <- lm(happiness ~ cookies + color_blue, data = happiness_simple) -tidy(model_happiness1) -``` - -Not really. The coefficients for both `cookies` and `color_blueBlue` are basically 0 and not statistically significant. That makes sense since the three columns are completely independent of each other. If there were any significant effects, that'd be strange and solely because of random chance. - -**For the sake of your final project, you can just leave all the columns completely independent of each other if you want.** None of your results will be significant and you won't see any effects anywhere, but you can still build models, run all the pre-model diagnostics, and create graphs and tables based on this data. - -***HOWEVER***, it will be far more useful to you if you generate relationships. The whole goal of this class is to find causal effects in observational, non-experimental data. If you can generate synthetic non-experimental data and bake in a known causal effect, you can know if your different methods for recovering that effect are working. - -So how do we bake in correlations and causal effects? - -### Explanatory variables linked to outcome; no connection between explanatory variables - -To help with the intuition of how to link these columns, think about the model we're building: - -$$ -\text{Happiness} = \beta_0 + \beta_1 \text{Cookies eaten} + \beta_2 \text{Favorite color is blue} + \varepsilon -$$ - -This model provides estimates for all those betas. Throughout the semester, we've used the analogy of sliders and switches to describe regression coefficients. Here we have both: - -- $\beta_0$: The average baseline happiness. -- $\beta_1$: The additional change in happiness that comes from eating one cookie. This is a *slider*: move cookies up by one and happiness changes by $\beta_1$. -- $\beta_2$: The change in happiness that comes from having your favorite color be blue. This is a *switch*: turn on "blue" for someone and their happiness changes by $\beta_2$. - -We can invent our own coefficients and use some math to build them into the dataset. Let's use these numbers as our targets: - -- $\beta_0$: Average happiness is 7 -- $\beta_1$: Eating one more cookie boosts happiness by 0.25 points -- $\beta_2$: People who like blue have 0.75 higher happiness - -When generating the data, we can't just use `rbeta()` by itself to generate happiness, since happiness depends on both cookies and favorite color (that's why we call it a dependent variable). To build in this effect, we can add a new column that uses math and modifies the underlying `rbeta()`-based happiness score: - -```{r} -happiness_with_effect <- happiness_simple %>% - # Turn the categorical favorite color column into TRUE/FALSE so we can do math with it - mutate(color_blue_binary = ifelse(color_blue == "Blue", TRUE, FALSE)) %>% - # Make a new happiness column that uses coefficients for cookies and favorite color - mutate(happiness_modified = happiness + (0.25 * cookies) + (0.75 * color_blue_binary)) -head(happiness_with_effect) -``` - -Now that we have a new `happiness_modified` column we can run a model using it as the outcome: - -```{r} -model_happiness2 <- lm(happiness_modified ~ cookies + color_blue, data = happiness_with_effect) -tidy(model_happiness2) -``` - -Whoa! Look at those coefficients! They're exactly what we tried to build in! The baseline happiness (intercept) is ≈7, eating one cookie is associated with a ≈0.25 increase in happiness, and liking blue is associated with a ≈0.75 increase in happiness. - -However, we originally said that happiness was a 0-10 point scale. After boosting it with extra happiness for cookies and liking blue, there are some people who score higher than 10: - -```{r happiness-dist-normal} -# Original scale -ggplot(happiness_with_effect, aes(x = happiness)) + - geom_histogram(binwidth = 1, color = "white") + - scale_x_continuous(breaks = 0:11) + - coord_cartesian(xlim = c(0, 11)) -``` - -```{r happiness-dist-scaled-up} -# Scaled up -ggplot(happiness_with_effect, aes(x = happiness_modified)) + - geom_histogram(binwidth = 1, color = "white") + - scale_x_continuous(breaks = 0:11) + - coord_cartesian(xlim = c(0, 11)) -``` - -To fix that, we can use the `rescale()` function from the **scales** package to force the new `happiness_modified` variable to fit back in its original range: - -```{r happiness-scaled-down} -happiness_with_effect <- happiness_with_effect %>% - mutate(happiness_rescaled = rescale(happiness_modified, to = c(3, 10))) - -ggplot(happiness_with_effect, aes(x = happiness_rescaled)) + - geom_histogram(binwidth = 1, color = "white") + - scale_x_continuous(breaks = 0:11) + - coord_cartesian(xlim = c(0, 11)) -``` - -Everything is back in the 3–10 range now. However, the rescaling also rescaled our built-in effects. Look what happens if we use the `happiness_rescaled` in the model: - -```{r} -model_happiness3 <- lm(happiness_rescaled ~ cookies + color_blue, data = happiness_with_effect) -tidy(model_happiness3) -``` - -Now the baseline happiness is 6.3, the cookies effect is 0.2, and the blue effect is 0.63. These effects shrunk because we shrunk the data back down to have a maximum of 10. - -There are probably fancy mathy ways to rescale data *and* keep the coefficients the same size, but rather than figure that out (who even wants to do that?!), my strategy is just to play with numbers until the results look good. Instead of using a 0.25 cookie effect and 0.75 blue effect, I make those effects bigger so that the rescaled version is roughly what I really want. There's no systematic way to do this—I ran this chunk below a bunch of times until the numbers worked. - -```{r} -set.seed(1234) - -n_people <- 1000 -happiness_real_effect <- tibble( - id = 1:n_people, - happiness_baseline = rbeta(n_people, shape1 = 7, shape2 = 3), - cookies = rpois(n_people, lambda = 1), - color_blue = sample(c("Blue", "Not blue"), n_people, replace = TRUE) -) %>% - # Adjust some of the columns - mutate(happiness_baseline = round(happiness_baseline * 10, 1), - cookies = cookies + 1, - color_blue = fct_relevel(factor(color_blue), "Not blue")) %>% - # Turn the categorical favorite color column into TRUE/FALSE so we can do math with it - mutate(color_blue_binary = ifelse(color_blue == "Blue", TRUE, FALSE)) %>% - # Make a new happiness column that uses coefficients for cookies and favorite color - mutate(happiness_effect = happiness_baseline + - (0.31 * cookies) + # Cookie effect - (0.91 * color_blue_binary)) %>% # Blue effect - # Rescale to 3-10, since that's what the original happiness column looked like - mutate(happiness = rescale(happiness_effect, to = c(3, 10))) - -model_does_this_work_yet <- lm(happiness ~ cookies + color_blue, data = happiness_real_effect) -tidy(model_does_this_work_yet) -``` - -There's nothing magical about the 0.31 and 0.91 numbers I used here; I just kept changing those to different things until the regression coefficients ended up at ≈0.25 and ≈0.75. Also, I gave up on trying to make the baseline happiness 7. It's possible to do—you'd just need to also shift the underlying Beta distribution up (like `shape1 = 9, shape2 = 2` or something). But then you'd also need to change the coefficients more. You'll end up with 3 moving parts and it can get complicated, so I don't worry too much about it, since what we care about the most here is the effect of cookies and favorite color, not baseline levels of happiness. - -Phew. We successfully connected cookies and favorite color to happiness and we have effects that are measurable with regression! One last thing that I would do is get rid of some of the intermediate columns like `color_blue_binary` or `happiness_effect`—we only used those for the behind-the-scenes math of creating the effect. Here's our final synthetic dataset: - -```{r} -happiness <- happiness_real_effect %>% - select(id, happiness, cookies, color_blue) -head(happiness) -``` - -We can save that as a CSV file with `write_csv()`: - -```{r eval=FALSE} -write_csv(happiness, "data/happiness_fake_data.csv") -``` - -### Explanatory variables linked to outcome; connection between explanatory variables - -In that cookie example, we assumed that both cookie consumption and favorite color are associated with happiness. We also assumed that cookie consumption and favorite color are *not* related to each other. But what if they are? What if people who like blue eat more cookies? - -We've already used regression-based math to connect explanatory variables to outcome variables. We can use that same intuition to connect explanatory variables to each other. - -The easiest way to think about this is with DAGs. Here's the DAG for the model we just ran: - -```{r happiness-dag-rct} -happiness_dag1 <- dagify(hap ~ cook + blue, - coords = list(x = c(hap = 3, cook = 1, blue = 2), - y = c(hap = 1, cook = 1, blue = 2))) - -ggdag(happiness_dag1) + - theme_dag() -``` - -Both cookies and favorite color cause happiness, but there's no link between them. Notice that `dagify()` uses the same model syntax that `lm()` does: `hap ~ cook + blue`. If we think of this just like a regression model, we can pretend that there are coefficients there too: `hap ~ 0.25*cook + 0.75*blue`. We don't actually include any coefficients in the DAG or anything, but it helps with the intuition. - -But what if people who like blue eat more cookies on average? For whatever reason, let's pretend that liking blue causes you to eat 0.5 more cookies, on average. Here's the new DAG: - -```{r happiness-dag-confounding} -happiness_dag2 <- dagify(hap ~ cook + blue, - cook ~ blue, - coords = list(x = c(hap = 3, cook = 1, blue = 2), - y = c(hap = 1, cook = 1, blue = 2))) - -ggdag(happiness_dag2) + - theme_dag() -``` - -Now we have two different equations: `hap ~ cook + blue` and `cook ~ blue`. Conveniently, these both translate to models, and we know the coefficients we want! - -- `hap ~ 0.25*cook + 0.75*blue`: This is what we built before—cookies boost happiness by 0.25 and liking blue boosts happiness by 0.75 -- `cook ~ 0.3*blue`: This is what we just proposed—liking blue boosts cookies by 0.5 - -We can follow the same process we did when building the cookie and blue effects into happiness to also build a blue effect into cookies! - -```{r} -set.seed(1234) - -n_people <- 1000 -happiness_cookies_blue <- tibble( - id = 1:n_people, - happiness_baseline = rbeta(n_people, shape1 = 7, shape2 = 3), - cookies = rpois(n_people, lambda = 1), - color_blue = sample(c("Blue", "Not blue"), n_people, replace = TRUE) -) %>% - # Adjust some of the columns - mutate(happiness_baseline = round(happiness_baseline * 10, 1), - cookies = cookies + 1, - color_blue = fct_relevel(factor(color_blue), "Not blue")) %>% - # Turn the categorical favorite color column into TRUE/FALSE so we can do math with it - mutate(color_blue_binary = ifelse(color_blue == "Blue", TRUE, FALSE)) %>% - # Make blue have an effect on cookie consumption - mutate(cookies = cookies + (0.5 * color_blue_binary)) %>% - # Make a new happiness column that uses coefficients for cookies and favorite color - mutate(happiness_effect = happiness_baseline + - (0.31 * cookies) + # Cookie effect - (0.91 * color_blue_binary)) %>% # Blue effect - # Rescale to 3-10, since that's what the original happiness column looked like - mutate(happiness = rescale(happiness_effect, to = c(3, 10))) -head(happiness_cookies_blue) -``` - -Notice now that people who like blue eat partial cookies, as expected. We can verify that there's a relationship between liking blue and cookies by running a model: - -```{r} -lm(cookies ~ color_blue, data = happiness_cookies_blue) %>% - tidy() -``` - -Yep. Liking blue is associated with 0.46 more cookies on average (it's not quite 0.5, but that's because of randomness). - -Now let's do some neat DAG magic. Let's say we're interested in the causal effect of cookies on happiness. We could run a naive model: - -```{r} -model_happiness_naive <- lm(happiness ~ cookies, data = happiness_cookies_blue) -tidy(model_happiness_naive) -``` - -Based on this, eating a cookie causes you to have 0.325 more happiness points. But that's wrong! Liking the color blue is a confounder and opens a path between cookies and happiness. You can see the confounding both in the DAG (since blue points to both the cookie node and the happiness node) and in the math (liking blue boosts happiness + liking blue boosts cookie consumption, which boosts happiness). - -To fix this confounding, we need to statistically adjust for liking blue and close the backdoor path. Ordinarily we'd do this with something like [matching or inverse probability weighting](/example/matching-ipw.qmd), but here we can just include liking blue as a control variable (since it's linearly related to both cookies and happiness): - -```{r} -model_happiness_ate <- lm(happiness ~ cookies + color_blue, data = happiness_cookies_blue) -tidy(model_happiness_ate) -``` - -After adjusting for backdoor confounding, eating one additional cookie *causes* a 0.249 point increase in happiness. This is the effect we originally built into the data! - -If you wanted, we could rescale the number of cookies just like we rescaled happiness before, since sometimes adding effects to columns changes their reasonable ranges. - -Now that we have a good working dataset, we can keep the columns we care about and save it as a CSV file for later use: - -```{r} -happiness <- happiness_cookies_blue %>% - select(id, happiness, cookies, color_blue) -head(happiness) -``` - -```{r eval=FALSE} -write_csv(happiness, "data/happiness_fake_data.csv") -``` - -### Adding extra noise - -We've got columns that follow specific distributions, and we've got columns that are statistically related to each other. We can add one more wrinkle to make our fake data even more fun (and even more reflective of real life). We can add some noise. - -Right now, the effects we're finding are *too* perfect. When we used `mutate()` to add a 0.25 boost in happiness for every cookie people ate, we added *exactly* 0.25 happiness points. If someone ate 2 cookies, they got 0.5 more happiness; if they ate 5, they got 1.25 more. - -What if the cookie effect isn't exactly 0.25, but somewhere *around* 0.25? For some people it's 0.1, for others it's 0.3, for others it's 0.22. We can use the same ideas we talked about in the [random numbers example](/example/random-numbers.qmd) to generate a *distribution* of an effect. For instance, let's say that the average cookie effect is 0.25, but it can vary somewhat with a standard deviation of 0.15: - -```{r random-cookie-effect} -temp_data <- tibble(x = rnorm(10000, mean = 0.25, sd = 0.15)) - -ggplot(temp_data, aes(x = x)) + - geom_histogram(binwidth = 0.05, boundary = 0, color = "white") -``` - -Sometimes it can go as low as −0.25; sometimes it can go as high as 0.75; normally it's around 0.25. - -Nothing in the model explains why it's higher or lower for some people—it's just random noise. Remember that the model accounts for that! This random variation is what the $\varepsilon$ is for in this model equation: - -$$ -\text{Happiness} = \beta_0 + \beta_1 \text{Cookies eaten} + \beta_2 \text{Favorite color is blue} + \varepsilon -$$ - -We can build that uncertainty into the fake column! Instead of using `0.31 * cookies` when generating `happiness` (which is technically 0.25, but shifted up to account for rescaling happiness back down after), we'll make a column for the cookie effect and then multiply *that* by the number of cookies. - -```{r} -set.seed(1234) - -n_people <- 1000 -happiness_cookies_noisier <- tibble( - id = 1:n_people, - happiness_baseline = rbeta(n_people, shape1 = 7, shape2 = 3), - cookies = rpois(n_people, lambda = 1), - cookie_effect = rnorm(n_people, mean = 0.31, sd = 0.2), - color_blue = sample(c("Blue", "Not blue"), n_people, replace = TRUE) -) %>% - # Adjust some of the columns - mutate(happiness_baseline = round(happiness_baseline * 10, 1), - cookies = cookies + 1, - color_blue = fct_relevel(factor(color_blue), "Not blue")) %>% - # Turn the categorical favorite color column into TRUE/FALSE so we can do math with it - mutate(color_blue_binary = ifelse(color_blue == "Blue", TRUE, FALSE)) %>% - # Make blue have an effect on cookie consumption - mutate(cookies = cookies + (0.5 * color_blue_binary)) %>% - # Make a new happiness column that uses coefficients for cookies and favorite - # color. Importantly, instead of using 0.31 * cookies, we'll use the random - # cookie effect we generated earlier - mutate(happiness_effect = happiness_baseline + - (cookie_effect * cookies) + - (0.91 * color_blue_binary)) %>% - # Rescale to 3-10, since that's what the original happiness column looked like - mutate(happiness = rescale(happiness_effect, to = c(3, 10))) -head(happiness_cookies_noisier) -``` - -Now let's look at the cookie effect in this noisier data: - -```{r} -model_noisier <- lm(happiness ~ cookies + color_blue, data = happiness_cookies_noisier) -tidy(model_noisier) -``` - -The effect is a little smaller now because of the extra noise, so we'd need to mess with the 0.31 and 0.91 coefficients more to get those numbers back up to 0.25 and 0.75. - -While this didn't influence the findings too much here, it can have consequences for other variables. For instance, in the previous section we said that the color blue influences cookie consumption. If the blue effect on cookies isn't precisely 0.5 but follows some sort of distribution (sometimes small, sometimes big, sometimes negative, sometimes zero), that will influence cookies differently. That random effect on cookie consumption will then work together with the random effect of cookies on happiness, resulting in multiple varied values. - -For instance, imagine the average effect of liking blue on cookies is 0.5, and the average effect of cookies on happiness is 0.25. For one person, their blue-on-cookie effect might be 0.392, which changes the number of cookies they eat. Their cookie-on-happiness effect is 0.573, which changes their happiness. Both of those random effects work together to generate the final happiness. - -If you want more realistic-looking synthetic data, it's a good idea to add some random noise wherever you can. - - -## Visualizing variables and relationships - -Going through this process requires *a ton* of trial and error. You will change all sorts of numbers to make sure the relationships you're building work. This is especially the case if you rescale things, since that rescales your effects. There are a lot of moving parts and this is a complicated process. - -You'll run your data generation chunks lots and lots and lots of times, tinkering with the numbers as you go. This example makes it look easy, since it's the final product, but I ran all these chunks over and over again until I got the causal effect and relationships just right. - -It's best if you also create plots and models to see what the relationships look like - -### Visualizing one variable - -We covered a bunch of distributions in the [random number generation](/example/random-numbers.qmd) example, but it's hard to think about what a standard deviation of 2 vs 10 looks like, or what happens when you mess with the shape parameters in a Beta distribution. - -It's best to visualize these variables. You could build the variable into your official dataset and then look at it, but I find it's often faster to just look at what a general distribution looks like first. The easiest way to do this is generate a dataset with just one column in it and look at it, either with a histogram or a density plot. - -For instance, what does a Beta distribution with `shape1 = 3` and `shape2 = 16` look like? The math says it should peak around 0.15ish ($\frac{3}{3 + 16}$), and that looks like the case: - -```{r vis-beta-example, out.width="65%", fig.height=3, fig.asp=NULL} -temp_data <- tibble(x = rbeta(10000, shape1 = 3, shape2 = 16)) - -plot1 <- ggplot(temp_data, aes(x = x)) + - geom_histogram(binwidth = 0.05, boundary = 0, color = "white") - -plot2 <- ggplot(temp_data, aes(x = x)) + - geom_density() - -plot1 + plot2 -``` - -What if we want a normal distribution centered around 100, with most values range from 50 to 150. That's range of ±50, but that doesn't mean the `sd` will be 50—it'll be much smaller than that, like 25ish. Tinker with the numbers until it looks right. - -```{r vis-normal-example, out.width="65%", fig.height=3, fig.asp=NULL} -temp_data <- tibble(x = rnorm(10000, mean = 100, sd = 25)) - -plot1 <- ggplot(temp_data, aes(x = x)) + - geom_histogram(binwidth = 10, boundary = 0, color = "white") - -plot2 <- ggplot(temp_data, aes(x = x)) + - geom_density() - -plot1 + plot2 -``` - -### Visualizing two continuous variables - -If you have two continuous/numeric columns, it's best to use a scatterplot. For instance, let's make two columns based on the Beta and normal distributions above, and we'll make it so that y goes up by 0.25 for every increase in x, along with some noise: - -```{r vis-two-continuous, message=FALSE} -set.seed(1234) - -temp_data <- tibble( - x = rnorm(1000, mean = 100, sd = 25) -) %>% - mutate(y = rbeta(1000, shape1 = 3, shape2 = 16) + # Baseline distribution - (0.25 * x) + # Effect of x - rnorm(1000, mean = 0, sd = 10)) # Add some noise - -ggplot(temp_data, aes(x = x, y = y)) + - geom_point() + - geom_smooth(method = "lm") -``` - -We can confirm the effect with a model: - -```{r} -lm(y ~ x, data = temp_data) %>% - tidy() -``` - -### Visualizing a binary variable and a continuous variable - -If you have one binary column and one continuous/numeric column, it's generally best to *not* use a scatterplot. Instead, either look at the distribution of the continuous variable across the binary variable with a faceted histogram or overlaid density plot, or look at the average of the continuous variable across the different values of the binary variable with a point range. - -Let's make two columns: a continuous outcome (y) and a binary treatment (x). Being in the treatment group causes an increase of 20 points, on average. - -```{r} -set.seed(1234) - -temp_data <- tibble( - treatment = rbinom(1000, size = 1, prob = 0.5) # Make 1000 0/1 values with 50% chance of each -) %>% - mutate(outcome = rbeta(1000, shape1 = 3, shape2 = 16) + # Baseline distribution - (20 * treatment) + # Effect of treatment - rnorm(1000, mean = 0, sd = 20)) %>% # Add some noise - mutate(treatment = factor(treatment)) # Make treatment a factor/categorical variable -``` - -We can check the numbers with a model: - -```{r} -lm(outcome ~ treatment, data = temp_data) %>% tidy() -``` - -Here's what that looks like as a histogram: - -```{r vis-histogram} -ggplot(temp_data, aes(x = outcome, fill = treatment)) + - geom_histogram(binwidth = 5, color = "white", boundary = 0) + - guides(fill = "none") + # Turn off the fill legend since it's redundant - facet_wrap(vars(treatment), ncol = 1) -``` - -And as overlapping densities: - -```{r vis-density} -ggplot(temp_data, aes(x = outcome, fill = treatment)) + - geom_density(alpha = 0.5) -``` - -And with a point range: - -```{r vis-pointrange} -# hahaha these error bars are tiny -ggplot(temp_data, aes(x = treatment, y = outcome, color = treatment)) + - stat_summary(geom = "pointrange", fun.data = "mean_se") + - guides(color = "none") # Turn off the color legend since it's redundant -``` - - -## Specific examples - -### tl;dr: The general process - -Those previous sections go into a lot of detail. In general, here's the process you should follow when building relationships in synthetic data: - -1. Draw a DAG that maps out how all the columns you care about are related. -2. Specify how those nodes are measured. -3. Specify the relationships between the nodes based on the DAG equations. -4. Generate random columns that stand alone. Generate related columns using regression math. Consider adding random noise. This is an entirely trial and error process until you get numbers that look good. Rely *heavily* on plots as you try different coefficients and parameters. Optionally rescale any columns that go out of reasonable bounds. If you rescale, you'll need to tinker with the coefficients you used since the final effects will also get rescaled. -5. Verify all relationships with plots and models. -6. Try it out! -7. Save the data. - -### Creating an effect in an observational DAG - -1. **Draw a DAG that maps out how all the columns you care about are related.** - - Here's a simple DAG that shows the causal effect of mosquito net usage on malaria risk. Income and health both influence and confound net use and malaria risk, and income also influences health. - -```{r observational-dag, indent=" "} -mosquito_dag <- dagify(mal ~ net + inc + hlth, - net ~ inc + hlth, - hlth ~ inc, - coords = list(x = c(mal = 4, net = 1, inc = 2, hlth = 3), - y = c(mal = 1, net = 1, inc = 2, hlth = 2))) -ggdag(mosquito_dag) + - theme_dag() -``` - -2. **Specify how those nodes are measured.** - - For the sake of this example, we'll measure these nodes like so. See [the random number example](/example/random-numbers.qmd) for more details about the distributions. - - - **Malaria risk**: scale from 0–100, mostly around 40, but ranging from 10ish to 80ish. Best to use a Beta distribution. - - - **Net use**: binary 0/1, TRUE/FALSE variable, where 50% of people use nets. Best to use a binomial distribution. However, since we want to use other variables that increase the likelihood of using a net, we'll do some cool tricky stuff, explained later. - - - **Income**: weekly income, measured in dollars, mostly around 500 ± 300. Best to use a normal distribution. - - - **Health**: scale from 0–100, mostly around 70, but ranging from 50ish to 100. Best to use a Beta distribution. - -3. **Specify the relationships between the nodes based on the DAG equations.** - - There are three models in this DAG: - - - **`hlth ~ inc`**: Income influences health. We'll assume that every 10 dollars/week is associated with a 1 point increase in health (so a 1 dollar incrrease is associated with a 0.02 point increase in health) - - - **`net ~ inc + hlth`**: Income and health both increase the probability of net usage. This is where we do some cool tricky stuff. - - Both income and health have an effect on the probability of bed net use, but bed net use is measured as a 0/1, TRUE/FALSE variable. If we run a regression with `net` as the outcome, we can't really interpret the coefficients like "a 1 point increase in health is associated with a 0.42 point increase in bed net being TRUE." That doesn't even make sense. - - Ordinarily, when working with binary outcome variables, you use logistic regression models (see [the crash course we had when talking about propensity scores here](/example/matching-ipw.qmd#oversimplified-crash-course-in-logistic-regression)). In this kind of regression, the coefficients in the model represent changes in the *log odds* of using a net. As we discuss in [the crash course section](/example/matching-ipw.qmd#oversimplified-crash-course-in-logistic-regression), log odds are typically impossible to interpet. If you exponentiate them, you get odds ratios, which let you say things like "a 1 point increase in health is associated with a 15% increase in the likelihood of using a net." Technically we could include coefficients for a logistic regression model and simulate probabilities of using a net or not using log odds and odds ratios (and that's what I do in the rain barrel data from Problem Set 3 ([see code here](https://github.com/andrewheiss/evalsp22.classes.andrewheiss.com/blob/main/content/assignment/03-problem-set.Rmd#L225))), but that's really hard to wrap your head around since you're dealing with strange uninterpretable coefficients. So we won't do that here. - - Instead, we'll do some fun trickery. We'll create something called a "bed net score" that gets bigger as income and health increase. We'll say that a 1 point increase in health score is associated with a 1.5 point increase in bed net score, and a 1 dollar increase in income is associated with a 0.5 point increase in bed net score. This results in a column that ranges all over the place, from 200 to 500 (in this case; that won't always be true). This column definitely doesn't look like a TRUE/FALSE binary column—it's just a bunch of numbers. That's okay! - - We'll then use the `rescale()` function from the **scales** package to take this bed net score and scale it down so that it goes from 0.05 to 0.95. This represents a person's probability of using a bed net. - - Finally, we'll use that probability in the `rbinom()` function to generate a 0 or 1 for each person. Some people will have a high probability because of their income and health, like 0.9, and will most likely use a net. Some people might have a 0.15 probability and will likely not use a net. - - When you generate binary variables like this, it's hard to know the exact effect you'll get, so it's best to tinker with the numbers until you see relationships that you want. - - - **`mal ~ net + inc + hlth`**: Finally net use, income, and health all have an effect on the risk of malaria. Building this relationship is easy since it's just a regular linear regression model (since malaria risk is not binary). We'll say that a 1 dollar increase in income is associated with a *decrease* in risk, a 1 point increase in health is associated with a *decrease* in risk, and using a net is associated with a 15 point *decrease* in risk. That's the casual effect we're building in to the DAG. - -4. **Generate random columns that stand alone. Generate related columns using regression math. Consider adding random noise. This is an entirely trial and error process until you get numbers that look good. Rely *heavily* on plots as you try different coefficients and parameters. Optionally rescale any columns that go out of reasonable bounds. If you rescale, you'll need to tinker with the coefficients you used since the final effects will also get rescaled.** - - Here we go! Let's make some data. I'll comment the code below so you can see what's happening at each step. - -```{r indent=" "} -# Make this randomness consistent -set.seed(1234) - -# Simulate 1138 people (just for fun) -n_people <- 1138 - -net_data <- tibble( - # Make an ID column (not necessary, but nice to have) - id = 1:n_people, - # Generate income variable: normal, 500 ± 300 - income = rnorm(n_people, mean = 500, sd = 75) -) %>% - # Generate health variable: beta, centered around 70ish - mutate(health_base = rbeta(n_people, shape1 = 7, shape2 = 4) * 100, - # Health increases by 0.02 for every dollar in income - health_income_effect = income * 0.02, - # Make the final health score and add some noise - health = health_base + health_income_effect + rnorm(n_people, mean = 0, sd = 3), - # Rescale so it doesn't go above 100 - health = rescale(health, to = c(min(health), 100))) %>% - # Generate net variable based on income, health, and random noise - mutate(net_score = (0.5 * income) + (1.5 * health) + rnorm(n_people, mean = 0, sd = 15), - # Scale net score down to 0.05 to 0.95 to create a probability of using a net - net_probability = rescale(net_score, to = c(0.05, 0.95)), - # Randomly generate a 0/1 variable using that probability - net = rbinom(n_people, 1, net_probability)) %>% - # Finally generate a malaria risk variable based on income, health, net use, - # and random noise - mutate(malaria_risk_base = rbeta(n_people, shape1 = 4, shape2 = 5) * 100, - # Risk goes down by 10 when using a net. Because we rescale things, - # though, we have to make the effect a lot bigger here so it scales - # down to -10. Risk also decreases as health and income go up. I played - # with these numbers until they created reasonable coefficients. - malaria_effect = (-30 * net) + (-1.9 * health) + (-0.1 * income), - # Make the final malaria risk score and add some noise - malaria_risk = malaria_risk_base + malaria_effect + rnorm(n_people, 0, sd = 3), - # Rescale so it doesn't go below 0, - malaria_risk = rescale(malaria_risk, to = c(5, 70))) - -# Look at all these columns! -head(net_data) -``` - -5. **Verify all relationships with plots and models.** - - Let's see if we have the relationships we want. Income looks like it's associated with health: - -```{r check-income-health, indent=" ", message=FALSE} -ggplot(net_data, aes(x = income, y = health)) + - geom_point() + - geom_smooth(method = "lm") - -lm(health ~ income, data = net_data) %>% tidy() -``` - - It looks like richer and healthier people are more likely to use nets: - -```{r check-income-health-nets, fig.width=8, fig.height=4, fig.asp=NULL, indent=" "} -net_income <- ggplot(net_data, aes(x = income, fill = as.factor(net))) + - geom_density(alpha = 0.7) + - theme(legend.position = "bottom") - -net_health <- ggplot(net_data, aes(x = health, fill = as.factor(net))) + - geom_density(alpha = 0.7) + - theme(legend.position = "bottom") - -net_income + net_health -``` - - Income increasing makes it 1% more likely to use a net; health increasing make it 2% more likely to use a net: - -```{r indent=" "} -glm(net ~ income + health, family = binomial(link = "logit"), data = net_data) %>% - tidy(exponentiate = TRUE) -``` - -6. **Try it out!** - - Is the effect in there? Let's try finding it by controlling for our two backdoors: health and income. Ordinarily we should do something like [matching or inverse probability weighting](/example/matching-ipw.qmd), but we'll just do regular regression here (which is okay-ish, since all these variables are indeed linearly related with each other—we made them that way!) - - If we just look at the effect of nets on malaria risk without any statistical adjustment, we see that net cause a decrease of 13 points in malaria risk. This is wrong though becuase there's confounding. - -```{r indent=" "} -# Wrong correlation-is-not-causation effect -model_net_naive <- lm(malaria_risk ~ net, data = net_data) -tidy(model_net_naive) -``` - - If we control for the confounders, we get the 10 point ATE. It works! - -```{r indent=" "} -# Correctly adjusted ATE effect -model_net_ate <- lm(malaria_risk ~ net + health + income, data = net_data) -tidy(model_net_ate) -``` - -7. **Save the data.** - - Since it works, let's save it: - -```{r indent=" "} -# In the end, all we need is id, income, health, net, and malaria risk: -net_data_final <- net_data %>% - select(id, income, health, net, malaria_risk) -head(net_data_final) -``` - -```{r eval=FALSE, indent=" "} -# Save it as a CSV file -write_csv(net_data_final, "data/bed_nets.csv") -``` - - -### Brief pep talk intermission - -Generating data for a full complete observational DAG like the example above is complicated and hard. These other forms of causal inference are *design-based* (i.e. tied to specific contexts like before/after treatment/control or arbitrary cutoffs) instead of *model-based*, so they're actually a lot easier to simulate! So don't be scared away yet! - - -### Creating an effect for RCTs - -1. **Draw a DAG that maps out how all the columns you care about are related.** - - RCTs are great because they make DAGs really easy! In a well-randomized RCT, you get to delete all arrows going into the treatment node in a DAG. We'll stick with the same mosquito net situation we just used, but make it randomized: - -```{r rct-dag, indent=" "} -rct_dag <- dagify(mal ~ net + inc + hlth, - hlth ~ inc, - coords = list(x = c(mal = 4, net = 1, inc = 2, hlth = 3), - y = c(mal = 1, net = 1, inc = 2, hlth = 2))) -ggdag(rct_dag) + - theme_dag() -``` - -2. **Specify how those nodes are measured.** - - We'll measure these nodes the same way as before: - - - **Malaria risk**: scale from 0–100, mostly around 40, but ranging from 10ish to 80ish. Best to use a Beta distribution. - - - **Net use**: binary 0/1, TRUE/FALSE variable, where 50% of people use nets. Best to use a binomial distribution. - - - **Income**: weekly income, measured in dollars, mostly around 500 ± 300. Best to use a normal distribution. - - - **Health**: scale from 0–100, mostly around 70, but ranging from 50ish to 100. Best to use a Beta distribution. - -3. **Specify the relationships between the nodes based on the DAG equations.** - - This is where RCTs are great. Because we removed all the arrows going into `net`, we don't need to build any relationships that influence net use. Net use is randomized! We don't need to make strange "bed net scores" and give people boosts according to income or health or anything. There are only two models in this DAG: - - - **`hlth ~ inc`**: Income influences health. We'll assume that every 10 dollars/week is associated with a 1 point increase in health (so a 1 dollar incrrease is associated with a 0.02 point increase in health) - - - **`mal ~ net + inc + hlth`**: Net use, income, and health all have an effect on the risk of malaria. We'll say that a 1 dollar increase in income is associated with a *decrease* in risk, a 1 point increase in health is associated with a *decrease* in risk, and using a net is associated with a 15 point *decrease* in risk. That's the casual effect we're building in to the DAG. - -4. **Generate random columns that stand alone. Generate related columns using regression math. Consider adding random noise. This is an entirely trial and error process until you get numbers that look good. Rely *heavily* on plots as you try different coefficients and parameters. Optionally rescale any columns that go out of reasonable bounds. If you rescale, you'll need to tinker with the coefficients you used since the final effects will also get rescaled.** - - Let's make this data. It'll be a lot easier than the full DAG we did before. Again, I'll comment the code below so you can see what's happening at each step. - -```{r indent=" "} -# Make this randomness consistent -set.seed(1234) - -# Simulate 793 people (just for fun) -n_people <- 793 - -rct_data <- tibble( - # Make an ID column (not necessary, but nice to have) - id = 1:n_people, - # Generate income variable: normal, 500 ± 300 - income = rnorm(n_people, mean = 500, sd = 75) -) %>% - # Generate health variable: beta, centered around 70ish - mutate(health_base = rbeta(n_people, shape1 = 7, shape2 = 4) * 100, - # Health increases by 0.02 for every dollar in income - health_income_effect = income * 0.02, - # Make the final health score and add some noise - health = health_base + health_income_effect + rnorm(n_people, mean = 0, sd = 3), - # Rescale so it doesn't go above 100 - health = rescale(health, to = c(min(health), 100))) %>% - # Randomly assign people to use a net (this is nice and easy!) - mutate(net = rbinom(n_people, 1, 0.5)) %>% - # Finally generate a malaria risk variable based on income, health, net use, - # and random noise - mutate(malaria_risk_base = rbeta(n_people, shape1 = 4, shape2 = 5) * 100, - # Risk goes down by 10 when using a net. Because we rescale things, - # though, we have to make the effect a lot bigger here so it scales - # down to -10. Risk also decreases as health and income go up. I played - # with these numbers until they created reasonable coefficients. - malaria_effect = (-35 * net) + (-1.9 * health) + (-0.1 * income), - # Make the final malaria risk score and add some noise - malaria_risk = malaria_risk_base + malaria_effect + rnorm(n_people, 0, sd = 3), - # Rescale so it doesn't go below 0, - malaria_risk = rescale(malaria_risk, to = c(5, 70))) - -# Look at all these columns! -head(rct_data) -``` - -5. **Verify all relationships with plots and models.** - - Income still looks like it's associated with health (which isn't surprising, since it's the same code we used for the full DAG earlier): - -```{r check-income-health-rct, indent=" ", message=FALSE} -ggplot(net_data, aes(x = income, y = health)) + - geom_point() + - geom_smooth(method = "lm") - -lm(health ~ income, data = net_data) %>% tidy() -``` - -6. **Try it out!** - - Is the effect in there? With an RCT, all we really need to do is compare the outcome across treatment and control groups—because there's no confounding, we don't need to control for anything. Ordinarily we should check for balance across characteristics like health and income (and maybe generate other demographic columns) like [we did in the RCT example](/example/rcts.qmd), but we'll skip all that here since we're just checking to see if the effect is there. - - It looks like using nets *causes* an average decrease of 10 risk points. Great! - -```{r indent=" "} -# Correct RCT-based ATE -model_rct <- lm(malaria_risk ~ net, data = rct_data) -tidy(model_rct) -``` - - Just for fun, if we control for health and income, we'll get basically the same effect, since they don't actualy confound the relationship and don't really explain anything useful. - -```{r indent=" "} -# Controlling for stuff even though we don't need to -model_rct_controls <- lm(malaria_risk ~ net + health + income, data = rct_data) -tidy(model_rct_controls) -``` - -7. **Save the data.** - - The data works, so let's get rid of the intermediate columns we don't need and save it as a CSV file. - -```{r indent=" "} -# In the end, all we need is id, income, health, net, and malaria risk: -rct_data_final <- rct_data %>% - select(id, income, health, net, malaria_risk) -head(rct_data_final) -``` - -```{r eval=FALSE, indent=" "} -# Save it as a CSV file -write_csv(rct_data_final, "data/bed_nets_rct.csv") -``` - - -### Creating an effect for diff-in-diff - -1. **Draw a DAG that maps out how all the columns you care about are related.** - - Difference-in-differences approaches to causal inference are not based on *models* but on *context* or research design. You need comparable treatment and control groups before and after some policy or program is implemented. - - We'll keep with our mosquito net example and pretend that two cities in some country are dealing with malaria infections. City B rolls out a free net program in 2017; City A does not. Here's what the DAG looks like: - -```{r did-dag, indent=" "} -did_dag <- dagify(mal ~ net + year + city, - net ~ year + city, - coords = list(x = c(mal = 3, net = 1, year = 2, city = 2), - y = c(mal = 2, net = 2, year = 3, city = 1))) -ggdag(did_dag) + - theme_dag() -``` - -2. **Specify how those nodes are measured.** - - Here's how we'll measure these nodes: - - - **Malaria risk**: scale from 0–100, mostly around 60, but ranging from 30ish to 90ish. Best to use a Beta distribution. - - - **Net use**: binary 0/1, TRUE/FALSE variable. This is technically binomial, but we don't need to simulate it since it will only happen for people who are in the treatment city after the universal net rollout. - - - **Year**: year ranging from 2013 to 2020. Best to use a uniform distribution. - - - **City**: binary 0/1, City A/City B variable. Best to use a binomial distribution. - -3. **Specify the relationships between the nodes based on the DAG equations.** - - There are two models in the DAG: - - - **`net ~ year + city`**: Net use is determined by being in City B *and* being after 2017. We'll assume perfect compliance here (but it's fairly easy to simulate non-compliance and have some people in City A use nets after 2017, and some people in both cities use nets before 2017). - - - **`mal ~ net + year + city`**: Malaria risk is determined by net use, year, and city. It's determined by lots of other things too (like we saw in the previous DAGs), but since we're assuming that the two cities are comparable treatment and control groups, we don't need to worry about things like health, income, age, etc. - - We'll pretend that in general, City B has historicallly had a problem with malaria and people there have had higher risk: being in City B increases malaria risk by 5 points, on average. Over time, both cities have worked on mosquito abatement, so average malaria risk has decreased by 2 points per year (in both cities, because we believe in parallel trends). Using a mosquito net causes a decrease of 10 points on average. That's our causal effect. - -4. **Generate random columns that stand alone. Generate related columns using regression math. Consider adding random noise. This is an entirely trial and error process until you get numbers that look good. Rely *heavily* on plots as you try different coefficients and parameters. Optionally rescale any columns that go out of reasonable bounds. If you rescale, you'll need to tinker with the coefficients you used since the final effects will also get rescaled.** - - Generation time! Heavily annotated code below: - -```{r indent=" "} -# Make this randomness consistent -set.seed(1234) - -# Simulate 2567 people (just for fun) -n_people <- 2567 - -did_data <- tibble( - # Make an ID column (not necessary, but nice to have) - id = 1:n_people, - # Generate year variable: uniform, between 2013 and 2020. Round so it's whole. - year = round(runif(n_people, min = 2013, max = 2020), 0), - # Generate city variable: binomial, 50% chance of being in a city. We'll use - # sample() instead of rbinom() - city = sample(c("City A", "City B"), n_people, replace = TRUE) -) %>% - # Generate net variable. We're assuming perfect compliance, so this will only - # be TRUE for people in City B after 2017 - mutate(net = ifelse(city == "City B" & year > 2017, TRUE, FALSE)) %>% - # Generate a malaria risk variable based on year, city, net use, and random noise - mutate(malaria_risk_base = rbeta(n_people, shape1 = 6, shape2 = 3) * 100, - # Risk goes up if you're in City B because they have a worse problem. - # We could just say "city_effect = 5" and give everyone in City A an - # exact 5-point boost, but to add some noise, we'll give people an - # average boost using rnorm(). Some people might go up 7, some might go - # up 1, some might go down 2 - city_effect = ifelse(city == "City B", rnorm(n_people, mean = 5, sd = 2), 0), - # Risk goes down by 2 points on average every year. Creating this - # effect with regression would work fine (-2 * year), except the years - # are huge here (-2 * 2013 and -2 * 2020, etc.) So first we create a - # smaller year column where 2013 is year 1, 2014 is year 2, and so on, - # that way we can say -2 * 1 and -2 * 6, or whatever. - # Also, rather than make risk go down by *exactly* 2 every year, we'll - # add some noise with rnorm(), so for some people it'll go down by 1 or - # 4 or up by 1, and so on - year_smaller = year - 2012, - year_effect = rnorm(n_people, mean = -2, sd = 0.1) * year_smaller, - # Using a net causes a decrease of 10 points, on average. Again, rather - # than use exactly 10, we'll use a distribution around 10. People only - # get a net boost if they're in City B after 2017. - net_effect = ifelse(city == "City B" & year > 2017, - rnorm(n_people, mean = -10, sd = 1.5), - 0), - # Finally combine all these effects to create the malaria risk variable - malaria_risk = malaria_risk_base + city_effect + year_effect + net_effect, - # Rescale so it doesn't go below 0 or above 100 - malaria_risk = rescale(malaria_risk, to = c(0, 100))) %>% - # Make an indicator variable showing if the row is after 2017 - mutate(after = year > 2017) - -head(did_data) -``` - -5. **Verify all relationships with plots and models.** - - Is risk higher in City B? Yep. - -```{r check-risk-increase, indent=" "} -ggplot(did_data, aes(x = city, y = malaria_risk, color = city)) + - stat_summary(geom = "pointrange", fun.data = "mean_se") + - guides(color = "none") -``` - - Does risk decrease over time? And are the trends parallel? There was a weird random spike in City B in 2017 for whatever reason, but in general, the trends in the two cities are pretty parallel from 2013 to 2017. - -```{r check-parallel-trends, indent=" "} -plot_data <- did_data %>% - group_by(year, city) %>% - summarize(mean_risk = mean(malaria_risk), - se_risk = sd(malaria_risk) / sqrt(n()), - upper = mean_risk + (1.96 * se_risk), - lower = mean_risk + (-1.96 * se_risk)) - -ggplot(plot_data, aes(x = year, y = mean_risk, color = city)) + - geom_vline(xintercept = 2017.5) + - geom_ribbon(aes(ymin = lower, ymax = upper, fill = city), alpha = 0.3, color = FALSE) + - geom_line() + - theme(legend.position = "bottom") -``` - - -6. **Try it out!** - - Let's see if it works! For diff-in-diff we need to use this model: - - $$ - \text{Malaria risk} = \alpha + \beta\ \text{City B} + \gamma\ \text{After 2017} + \delta\ (\text{City B} \times \text{After 2017}) + \varepsilon - $$ - -```{r indent=" "} -model_did <- lm(malaria_risk ~ city + after + city * after, data = did_data) -tidy(model_did) -``` - - It works! Being in City B is associated with a 5-point higher risk on average; being after 2017 is associated with a 7.5-point lower risk on average, and being in City B after 2017 causes risk to drop by −10. The number isn't exactly −10 here, since we rescaled the `malaria_risk` column a little, but still, it's close. It'd probably be a good idea to build in some more noise and noncompliance, since the p-values are really really tiny here, but this is good enough for now. - - Here's an obligatory diff-in-diff visualization: - -```{r show-diff-diff, indent=" "} -plot_data <- did_data %>% - group_by(after, city) %>% - summarize(mean_risk = mean(malaria_risk), - se_risk = sd(malaria_risk) / sqrt(n()), - upper = mean_risk + (1.96 * se_risk), - lower = mean_risk + (-1.96 * se_risk)) - -# Extract parts of the model results for adding annotations -model_results <- tidy(model_did) -before_treatment <- filter(model_results, term == "(Intercept)")$estimate + - filter(model_results, term == "cityCity B")$estimate -diff_diff <- filter(model_results, term == "cityCity B:afterTRUE")$estimate -after_treatment <- before_treatment + diff_diff + - filter(model_results, term == "afterTRUE")$estimate - -ggplot(plot_data, aes(x = after, y = mean_risk, color = city, group = city)) + - geom_pointrange(aes(ymin = lower, ymax = upper)) + - geom_line() + - annotate(geom = "segment", x = FALSE, xend = TRUE, - y = before_treatment, yend = after_treatment - diff_diff, - linetype = "dashed", color = "grey50") + - annotate(geom = "segment", x = 2.1, xend = 2.1, - y = after_treatment, yend = after_treatment - diff_diff, - linetype = "dotted", color = "blue") + - theme(legend.position = "bottom") -``` - -7. **Save the data.** - - The data works, so let's get rid of the intermediate columns we don't need and save it as a CSV file. - -```{r indent=" "} -did_data_final <- did_data %>% - select(id, year, city, net, malaria_risk) -head(did_data_final) -``` - -```{r indent=" ", eval=FALSE} -# Save data -write_csv(did_data_final, "data/diff_diff.csv") -``` - - -### Creating an effect for regression discontinuity - -1. **Draw a DAG that maps out how all the columns you care about are related.** - - Regression discontinuity designs are also based on context instead of models, so the DAG is pretty simple. We'll keep with our mosquito net example and pretend that families that earn less than \$450 a week qualify for a free net. Here's the DAG: - -```{r rdd-dag, indent=" "} -rdd_dag <- dagify(mal ~ net + inc, - net ~ cut, - cut ~ inc, - coords = list(x = c(mal = 4, net = 1, inc = 3, cut = 2), - y = c(mal = 1, net = 1, inc = 2, cut = 1.75))) -ggdag(rdd_dag) + - theme_dag() -``` - -2. **Specify how those nodes are measured.** - - Here's how we'll measure these nodes: - - - **Malaria risk**: scale from 0–100, mostly around 60, but ranging from 30ish to 90ish. Best to use a Beta distribution. - - - **Net use**: binary 0/1, TRUE/FALSE variable. This is technically binomial, but we don't need to simulate it since it will only happen for people who below the cutoff. - - - **Income**: weekly income, measured in dollars, mostly around 500 ± 300. Best to use a normal distribution. - - - **Cutoff**: binary 0/1, below/above $450 variable. This is technically binomial, but we don't need to simulate it since it is entirely based on income. - -3. **Specify the relationships between the nodes based on the DAG equations.** - - There are three models in the DAG: - - - **`cut ~ inc`**: Being above or below the cutpoint is determined by income. We know the cutoff is 450, so we just make an indicator showing if people are below that. - - - **`net ~ cut`**: Net usage is determined by the cutpoint. If people are below the cutpoint, they'll use a net; if not, they won't. We can build in noncompliance here if we want and use fuzzy regression discontinuity. For the sake of this example, we'll do it both ways, just so you can see both sharp and fuzzy synthetic data. - - - **`mal ~ net + inc`**: Malaria risk is determined by both net usage and income. It's also determined by lots of other things (age, education, city, etc.), but we don't need to include those in the DAG because we're using RDD to say that we have good treatment and control groups right around the cutoff. - - We'll pretend that a 1 dollar increase in income is associated with a drop in risk of 0.01, and that using a mosquito net causes a decrease of 10 points on average. That's our causal effect. - -4. **Generate random columns that stand alone. Generate related columns using regression math. Consider adding random noise. This is an entirely trial and error process until you get numbers that look good. Rely *heavily* on plots as you try different coefficients and parameters. Optionally rescale any columns that go out of reasonable bounds. If you rescale, you'll need to tinker with the coefficients you used since the final effects will also get rescaled.** - - Let's fake some data! Heavily annotated code below: - -```{r indent=" "} -# Make this randomness consistent -set.seed(1234) - -# Simulate 5441 people (we need a lot bc we're throwing most away) -n_people <- 5441 - -rdd_data <- tibble( - # Make an ID column (not necessary, but nice to have) - id = 1:n_people, - # Generate income variable: normal, 500 ± 300 - income = rnorm(n_people, mean = 500, sd = 75) -) %>% - # Generate cutoff variable - mutate(below_cutoff = ifelse(income < 450, TRUE, FALSE)) %>% - # Generate net variable. We'll make two: one that's sharp and has perfect - # compliance, and one that's fuzzy - # Here's the sharp one. It's easy. If you're below the cutoff you use a net. - mutate(net_sharp = ifelse(below_cutoff == TRUE, TRUE, FALSE)) %>% - # Here's the fuzzy one, which is a little trickier. If you're far away from - # the cutoff, you follow what you're supposed to do (like if your income is - # 800, you don't use the program; if your income is 200, you definitely use - # the program). But if you're close to the cutoff, we'll pretend that there's - # an 80% chance that you'll do what you're supposed to do. - mutate(net_fuzzy = case_when( - # If your income is between 450 and 500, there's a 20% chance of using the program - income >= 450 & income <= 500 ~ sample(c(TRUE, FALSE), n_people, replace = TRUE, prob = c(0.2, 0.8)), - # If your income is above 500, you definitely don't use the program - income > 500 ~ FALSE, - # If your income is between 400 and 450, there's an 80% chance of using the program - income < 450 & income >= 400 ~ sample(c(TRUE, FALSE), n_people, replace = TRUE, prob = c(0.8, 0.2)), - # If your income is below 400, you definitely use the program - income < 400 ~ TRUE - )) %>% - # Finally we can make the malaria risk score, based on income, net use, and - # random noise. We'll make two outcomes: one using the sharp net use and one - # using the fuzzy net use. They have the same effect built in, we just have to - # use net_sharp and net_fuzzy separately. - mutate(malaria_risk_base = rbeta(n_people, shape1 = 4, shape2 = 5) * 100) %>% - # Make the sharp version. There's really a 10 point decrease, but because of - # rescaling, we use 15. I only chose 15 through lots of trial and error (i.e. - # I used -11, ran the RDD model, and the effect was too small; I used -20, ran - # the model, and the effect was too big; I kept changing numbers until landing - # on -15). Risk also goes down as income increases. - mutate(malaria_effect_sharp = (-15 * net_sharp) + (-0.01 * income), - malaria_risk_sharp = malaria_risk_base + malaria_effect_sharp + rnorm(n_people, 0, sd = 3), - malaria_risk_sharp = rescale(malaria_risk_sharp, to = c(5, 70))) %>% - # Do the same thing, but with net_fuzzy - mutate(malaria_effect_fuzzy = (-15 * net_fuzzy) + (-0.01 * income), - malaria_risk_fuzzy = malaria_risk_base + malaria_effect_fuzzy + rnorm(n_people, 0, sd = 3), - malaria_risk_fuzzy = rescale(malaria_risk_fuzzy, to = c(5, 70))) %>% - # Make a version of income that's centered at the cutpoint - mutate(income_centered = income - 450) - -head(rdd_data) -``` - -5. **Verify all relationships with plots and models.** - - Is there a cutoff in the running variable when we use the sharp net variable? Yep! - -```{r sharp-running-var-cutoff, indent=" "} -ggplot(rdd_data, aes(x = income, y = net_sharp, color = below_cutoff)) + - geom_vline(xintercept = 450) + - geom_point(alpha = 0.3, position = position_jitter(width = NULL, height = 0.2)) + - guides(color = "none") -``` - - Is there a cutoff in the running variable when we use the fuzzy net variable? Yep! There are some richer people using the program and some poorer people not using it. - -```{r fuzzy-running-var-cutoff, indent=" "} -ggplot(rdd_data, aes(x = income, y = net_fuzzy, color = below_cutoff)) + - geom_vline(xintercept = 450) + - geom_point(alpha = 0.3, position = position_jitter(width = NULL, height = 0.2)) + - guides(color = "none") -``` - -6. **Try it out!** - - Let's test it! For sharp RDD we need to use this model: - - $$ - \text{Malaria risk} = \beta_0 + \beta_1 \text{Income}_\text{centered} + \beta_2 \text{Net} + \varepsilon - $$ - - We'll use a bandwidth of ±$50, because why not. In real life you'd be more careful about bandwidth selection (or use `rdbwselect()` from the **rdrobust** package to find the optimal bandwidth) - -```{r sharp-results, indent=" ", message=FALSE} -ggplot(rdd_data, aes(x = income, y = malaria_risk_sharp, color = net_sharp)) + - geom_vline(xintercept = 450) + - geom_point(alpha = 0.2, size = 0.5) + - # Add lines for the full range - geom_smooth(data = filter(rdd_data, income_centered <= 0), - method = "lm", se = FALSE, size = 1, linetype = "dashed") + - geom_smooth(data = filter(rdd_data, income_centered > 0), - method = "lm", se = FALSE, size = 1, linetype = "dashed") + - # Add lines for bandwidth = 50 - geom_smooth(data = filter(rdd_data, income_centered >= -50 & income_centered <= 0), - method = "lm", se = FALSE, size = 2) + - geom_smooth(data = filter(rdd_data, income_centered > 0 & income_centered <= 50), - method = "lm", se = FALSE, size = 2) + - theme(legend.position = "bottom") -``` - -```{r indent=" "} -model_sharp <- lm(malaria_risk_sharp ~ income_centered + net_sharp, - data = filter(rdd_data, - income_centered >= -50 & income_centered <= 50)) -tidy(model_sharp) -``` - - There's an effect! For people in the bandwidth, the local average treatment effect of nets is a 10.6 point reduction in malaria risk. - - Let's check if it works with the fuzzy version where there are noncompliers: - -```{r fuzzy-results, indent=" ", message=FALSE} -ggplot(rdd_data, aes(x = income, y = malaria_risk_fuzzy, color = net_fuzzy)) + - geom_vline(xintercept = 450) + - geom_point(alpha = 0.2, size = 0.5) + - # Add lines for the full range - geom_smooth(data = filter(rdd_data, income_centered <= 0), - method = "lm", se = FALSE, size = 1, linetype = "dashed") + - geom_smooth(data = filter(rdd_data, income_centered > 0), - method = "lm", se = FALSE, size = 1, linetype = "dashed") + - # Add lines for bandwidth = 50 - geom_smooth(data = filter(rdd_data, income_centered >= -50 & income_centered <= 0), - method = "lm", se = FALSE, size = 2) + - geom_smooth(data = filter(rdd_data, income_centered > 0 & income_centered <= 50), - method = "lm", se = FALSE, size = 2) + - theme(legend.position = "bottom") -``` - - here's a gap, but it's hard to measure since there are noncompliers on both sides. We can deal with the noncompliance if we use above/below the cutoff as an instrument (see the [fuzzy regression discontinuity guide](/example/rdd-fuzzy.qmd) for a complete example). We should run this set of models: - - $$ - \begin{aligned} - \widehat{\text{Net}} &= \gamma_0 + \gamma_1 \text{Income}_{\text{centered}} + \gamma_2 \text{Below 450} + \omega \\\\ - \text{Malaria risk} &= \beta_0 + \beta_1 \text{Income}\_{\text{centered}} + \beta_2 \widehat{\text{Net}} + \epsilon - \end{aligned} - $$ - - Instead of doing these two stages by hand (ugh), we'll do the 2SLS regression with the `iv_robust()` function from the **estimatr** package: - -```{r indent=" "} -library(estimatr) - -model_fuzzy <- iv_robust(malaria_risk_fuzzy ~ income_centered + net_fuzzy | - income_centered + below_cutoff, - data = filter(rdd_data, - income_centered >= -50 & income_centered <= 50)) -tidy(model_fuzzy) -``` - - The effect is slightly larger now (−11.2), but that's because we are looking at a doubly local ATE: compliers in the bandwidth. But still, it's close to −10, so that's good. And we could probably get it closer if we did other mathy shenanigans like adding squared and cubed terms or using nonparametric estimation with `rdrobust()` in the **rdrobust** package. - -7. **Save the data.** - - The data works, so let's get rid of the intermediate columns we don't need and save it as a CSV file. We'll make two separate CSV files for fuzzy and sharp, just because. - -```{r indent=" "} -rdd_data_final_sharp <- rdd_data %>% - select(id, income, net = net_sharp, malaria_risk = malaria_risk_sharp) -head(rdd_data_final_sharp) - -rdd_data_final_fuzzy <- rdd_data %>% - select(id, income, net = net_fuzzy, malaria_risk = malaria_risk_fuzzy) -head(rdd_data_final_fuzzy) -``` - -```{r indent=" ", eval=FALSE} -# Save data -write_csv(rdd_data_final_sharp, "data/rdd_sharp.csv") -write_csv(rdd_data_final_fuzzy, "data/rdd_fuzzy.csv") -``` - - -### Creating an effect for instrumental variables - -1. **Draw a DAG that maps out how all the columns you care about are related.** - - As with diff-in-diff and regression discontinuity, instrumental variables are a design-based approach to causal inference and thus don't require complicated models (but you can still add control variables!), so their DAGs are simpler. Once again we'll look at the effect of mosquito nets on malaria risk, but this time we'll say that we cannot possibly measure all the confounding factors between net use and malaria risk, so we'll use an instrument to extract the exogeneity from net use. - - [As we talked about in Session 11](/content/11-content.qmd), good plausible instruments are hard to find: they have to cause bed net use and *not* be related to malaria risk *except through* bed net use. - - For this example, we'll pretend that free bed nets are distributed from town halls around the country. We'll use "distance to town hall" as our instrument, since it could arguably maybe work perhaps. Being closer to a town hall makes you more likely to use a net, but being closer to a town halls doesn't make put you at higher or lower risk for malaria on its own—it does that only because it changes your likelihood of getting a net. - - This is where the story for the instrument falls apart, actually; in real life, if you live far away from a town hall, you probably live further from health services and live in more rural places with worse mosquito abatement policies, so you're probably at higher risk of malaria. It's probably a bad instrument, but just go with it. - - Here's the DAG: - -```{r iv-dag, indent=" "} -iv_dag <- dagify(mal ~ net + U, - net ~ dist + U, - coords = list(x = c(mal = 4, net = 2, U = 3, dist = 1), - y = c(mal = 1, net = 1, U = 2, dist = 1.5)), - latent = "U") - -ggdag_status(iv_dag) + - guides(color = "none") + - theme_dag() -``` - -2. **Specify how those nodes are measured.** - - Here's how we'll measure these nodes: - - - **Malaria risk**: scale from 0–100, mostly around 60, but ranging from 30ish to 90ish. Best to use a Beta distribution. - - - **Net use**: binary 0/1, TRUE/FALSE variable. However, since we want to use other variables that increase the likelihood of using a net, we'll do some cool tricky stuff with a bed net score, like we did in the observational DAG example earlier. - - - **Distance**: distance to nearest town hall, measured in kilometers, mostly around 3, with a left skewed long tail (i.e. most people live fairly close, some people live far away). Best to use a Beta distribution (to get the skewed shape) that we then rescale. - - - **Unobserved**: who knows?! There are a lot of unknown confounders. We could generate columns like income, age, education, and health, make them mathematically related to malaria risk and net use, and then throw those columns away in the final data so they're unobserved. That would be fairly easy and intuitive. - - For the sake of simplicity here, we'll make a column called "risk factors," kind of like we did with the "ability" column in [the instrumental variables example](/example/iv.qmd#education-wages-and-fathers-education-fake-data)—it's a magical column that is unmeasurable, but it'll open a backdoor path between net use and malaria risk and thus create endogeneity. It'll be normally distributed around 50, with a standard deviation of 25. - -3. **Specify the relationships between the nodes based on the DAG equations.** - - There are two models in the DAG: - - - **`net ~ dist + U`**: Net usage is determined by both distance and our magical unobserved risk factor column. Net use is technically binomial, but in order to change the likelihood of net use based on distance to town hall and unobserved stuff, we'll do the fancy tricky stuff we did in the observational DAG section above: we'll create a bed net score, increase or decrease that score based on risk factors and distance, scale that score to a 0-1 scale of probabilities, and then draw a binomial 0/1 outcome using those probabilities. - - We'll say that a one kilometer increase in the distance to a town halls reduces the bed net score and a one point increase in risk factors reduces the bed net score. - - - **`mal ~ net + U`**: Malaria risk is determined by both net usage and unkown stuff, or the magical column we're calling "risk factors." We'll say that a one point increase in risk factors increases malaria risk, and that using a mosquito net causes a decrease of 10 points on average. That's our causal effect. - -4. **Generate random columns that stand alone. Generate related columns using regression math. Consider adding random noise. This is an entirely trial and error process until you get numbers that look good. Rely *heavily* on plots as you try different coefficients and parameters. Optionally rescale any columns that go out of reasonable bounds. If you rescale, you'll need to tinker with the coefficients you used since the final effects will also get rescaled.** - - Fake data time! Here's some heavily annotated code: - -```{r indent=" "} -# Make this randomness consistent -set.seed(1234) - -# Simulate 1578 people (just for fun) -n_people <- 1578 - -iv_data <- tibble( - # Make an ID column (not necessary, but nice to have) - id = 1:n_people, - # Generate magical unobserved risk factor variable: normal, 500 ± 300 - risk_factors = rnorm(n_people, mean = 100, sd = 25), - # Generate distance to town hall variable - distance = rbeta(n_people, shape1 = 1, shape2 = 4) -) %>% - # Scale up distance to be 0.1-15 instead of 0-1 - mutate(distance = rescale(distance, to = c(0.1, 15))) %>% - # Generate net variable based on distance, risk factors, and random noise - # Note: These -40 and -2 effects are entirely made up and I got them through a - # lot of trial and error and rerunning this stupid chunk dozens of times - mutate(net_score = 0 + - (-40 * distance) + # Distance effect - (-2 * risk_factors) + # Risk factor effect - rnorm(n_people, mean = 0, sd = 50), # Random noise - net_probability = rescale(net_score, to = c(0.15, 1)), - # Randomly generate a 0/1 variable using that probability - net = rbinom(n_people, 1, net_probability)) %>% - # Generate malaria risk variable based on net use, risk factors, and random noise - mutate(malaria_risk_base = rbeta(n_people, shape1 = 7, shape2 = 5) * 100, - # We're aiming for a -10 net effect, but need to boost it because of rescaling - malaria_effect = (-20 * net) + (0.5 * risk_factors), - # Make the final malaria risk score - malaria_risk = malaria_risk_base + malaria_effect, - # Rescale so it doesn't go below 0 - malaria_risk = rescale(malaria_risk, to = c(5, 80))) -iv_data -``` - -5. **Verify all relationships with plots and models.** - - Is there a relationship between unobserved risk factors and malaria risk? Yep. - -```{r check-risk-malaria, indent=" ", message=FALSE} -ggplot(iv_data, aes(x = risk_factors, y = malaria_risk)) + - geom_point(aes(color = as.factor(net))) + - geom_smooth(method = "lm") -``` - - Is there a relationship between distance to town hall and net use? Yeah, those who live further away are less likely to use a net. - -```{r check-distance-net, indent=" "} -ggplot(iv_data, aes(x = distance, fill = as.factor(net))) + - geom_density(alpha = 0.7) -``` - - Is there a relationship between net use and malaria risk? Haha, yeah, that's a huge highly significant effect. Probably too perfect. We could increase those error bars if we tinker with some of the numbers in the code, but for the sake of this example, we'll leave them like this. - -```{r check-net-risk, indent=" "} -ggplot(iv_data, aes(x = as.factor(net), y = malaria_risk, color = as.factor(net))) + - stat_summary(geom = "pointrange", fun.data = "mean_se") -``` - - -6. **Try it out!** - - Cool, let's see if this works. Remember, we can't actually use the `risk_factors` column in real life, but we will here just to make sure the effect we built in exists. Here's the true effect, where using a net causes a decrease of 10.9 malaria risk points - -```{r indent=" "} -model_forbidden <- lm(malaria_risk ~ net + risk_factors, data = iv_data) -tidy(model_forbidden) -``` - - Since we can't actually use that column, we'll use distance to town hall as an instrument. We should run this set of models: - - $$ - \begin{aligned} - \widehat{\text{Net}} &= \gamma_0 + \gamma_1 \text{Distance to town hall} + \omega \\\\ - \text{Malaria risk} &= \beta_0 + \beta_1 \widehat{\text{Net}} + \epsilon - \end{aligned} - $$ - - We'll run this 2SLS model with the `iv_robust()` function from the **estimatr** package: - -```{r indent=" "} -library(estimatr) - -model_iv <- iv_robust(malaria_risk ~ net | distance, data = iv_data) -tidy(model_iv) -``` - - …and it's relatively close, I guess, at −8.2. Getting instrumental variables to find exact causal effects is tricky, but I'm fine with this for simulated data. - -7. **Save the data.** - - The data works well enough, so we'll get rid of the extra intermediate columns and save it as a CSV file. We'll keep the forbidden `risk_factors` column just for fun. - -```{r indent=" "} -iv_data_final <- iv_data %>% - select(id, net, distance, malaria_risk, risk_factors) - -head(iv_data_final) -``` - -```{r indent=" ", eval=FALSE} -# Save data -write_csv(iv_data_final, "data/bed_nets_iv.csv") -``` - - -## Use synthetic data packages - -There are several R packages that let you generate synthetic data with built-in relationships in a more automatic way. They all work a little differently, and if you're interested in trying them out, make sure you check the documentation for details. - -### fabricatr - -The [**fabricatr** package](https://declaredesign.org/r/fabricatr/) is a very powerful package for simulating data. It was invented specifically for using in preregistered studies, so it can handle a ton of different data structures like [panel data](https://declaredesign.org/r/fabricatr/articles/cross_classified.html) and [time series data](https://declaredesign.org/r/fabricatr/articles/time_series.html). You can build in causal effects and force columns to be correlated with each other. - -**fabricatr** has exceptionally well-written documentation with like a billion detailed examples (see [the right sidebar here](https://declaredesign.org/r/fabricatr/)). This is a gold standard package and you should most definitely check it out. - -Here's a simple example of simulating a bunch of voters and making older ones more likely to vote: - -```{r} -library(fabricatr) - -set.seed(1234) - -fake_voters <- fabricate( - # Make 100 people - N = 100, - # Age uniformly distributed between 18 and 85 - age = round(runif(N, 18, 85)), - # Older people more likely to vote - turnout = draw_binary(prob = ifelse(age < 40, 0.4, 0.7), N = N) -) - -head(fake_voters) -``` - -And here's an example of country-year panel data where there are country-specific and year-specific effects on GDP: - -```{r} -set.seed(1234) - -panel_global_data <- fabricate( - years = add_level( - N = 10, - ts_year = 0:9, - year_shock = rnorm(N, 0, 0.3) - ), - countries = add_level( - N = 5, - base_gdp = runif(N, 15, 22), - growth_units = runif(N, 0.25, 0.5), - growth_error = runif(N, 0.15, 0.5), - nest = FALSE - ), - country_years = cross_levels( - by = join_using(years, countries), - gdp_measure = base_gdp + year_shock + (ts_year * growth_units) + - rnorm(N, sd = growth_error) - ) -) %>% - # Scale up the years to be actual years instead of 1, 2, 3, etc. - mutate(year = ts_year + 2010) - -head(panel_global_data) -``` - -```{r fake-panel-data} -ggplot(panel_global_data, aes(x = year, y = gdp_measure, color = countries)) + - geom_line() + - labs(x = "Year", y = "Log GDP", color = "Countries") -``` - -That all just scratches the surface of what **fabricatr** can do. Again, check the examples and documentation and play around with it to see what else it can do. - -### wakefield - -The [**wakefield** package](https://github.com/trinker/wakefield) is jokingly named after [Andrew Wakefield](https://en.wikipedia.org/wiki/Andrew_Wakefield), the British researcher who invented fake data to show that the MMR vaccine causes autism. This package lets you quickly generate random fake datasets. It has a bunch of pre-set column possibilities, like age, color, Likert scales, political parties, religion, and so on, and you can also use standard R functions like `rnorm()`, `rbinom()`, or `rbeta()`. It also lets you create repeated measures (1st grade score, 2nd grade score, 3rd grade score, etc.) and build correlations between variables. - -You should *definitely* [look at the documentation](https://github.com/trinker/wakefield) to see a ton of examples of how it all works. Here's a basic example: - -```{r message=FALSE, warning=FALSE} -library(wakefield) - -set.seed(1234) - -wakefield_data <- r_data_frame( - n = 500, - id, - treatment = rbinom(1, 0.3), # 30% chance of being in treatment - outcome = rnorm(mean = 500, sd = 100), - race, - age = age(x = 18:45), - sex = sex_inclusive(), - survey_question_1 = likert(), - survey_question_2 = likert() -) -head(wakefield_data) -``` - -### faux - -The [**faux** package](https://debruine.github.io/faux/) does some really neat things. We can create data that has built-in correlations without going through all the math. For instance, let's say we have 3 variables A, B, and C that are normally distributed with these parameters: - -- **A**: mean = 10, sd = 2 -- **B**: mean = 5, sd = 1 -- **C**: mean = 20, sd = 5 - -We want A to correlate with B at r = 0.8 (highly correlated), A to correlate with C at r = 0.3 (less correlated), and B to correlate with C at r = 0.4 (moderately correlated). Here's how to create that data with **faux**: - -```{r warning=FALSE, message=FALSE} -library(faux) - -set.seed(1234) - -faux_data <- rnorm_multi(n = 100, - mu = c(10, 5, 20), - sd = c(2, 1, 5), - r = c(0.8, 0.3, 0.4), - varnames = c("A", "B", "C"), - empirical = FALSE) -head(faux_data) - -# Check averages and standard deviations -faux_data %>% - # Convert to long/tidy so we can group and summarize - pivot_longer(cols = everything(), names_to = "variable", values_to = "value") %>% - group_by(variable) %>% - summarize(mean = mean(value), - sd = sd(value)) - -# Check correlations -cor(faux_data$A, faux_data$B) -cor(faux_data$A, faux_data$C) -cor(faux_data$B, faux_data$C) -``` - -**faux** can do a ton of other things too, so make sure you check out [the documentation and all the articles with examples here](https://debruine.github.io/faux/). diff --git a/files/INFERENCIA.jpg b/files/INFERENCIA.jpg new file mode 100644 index 00000000..017b5331 Binary files /dev/null and b/files/INFERENCIA.jpg differ diff --git a/files/YAML.png b/files/YAML.png new file mode 100644 index 00000000..c4fecd9b Binary files /dev/null and b/files/YAML.png differ diff --git a/files/apartados.png b/files/apartados.png new file mode 100644 index 00000000..813a6341 Binary files /dev/null and b/files/apartados.png differ diff --git a/files/banner-saludmental.png b/files/banner-saludmental.png new file mode 100644 index 00000000..abc2ad82 Binary files /dev/null and b/files/banner-saludmental.png differ diff --git a/files/chunk-options.png b/files/chunk-options.png new file mode 100644 index 00000000..67ee7453 Binary files /dev/null and b/files/chunk-options.png differ diff --git a/files/chunk-toc.png b/files/chunk-toc.png new file mode 100644 index 00000000..1a24428c Binary files /dev/null and b/files/chunk-toc.png differ diff --git a/files/crear-qmd.gif b/files/crear-qmd.gif new file mode 100644 index 00000000..30cb88c4 Binary files /dev/null and b/files/crear-qmd.gif differ diff --git a/files/crear-rmd.gif b/files/crear-rmd.gif new file mode 100644 index 00000000..e1af2cbc Binary files /dev/null and b/files/crear-rmd.gif differ diff --git a/files/data/datos_casen_2022.Rdata b/files/data/datos_casen_2022.Rdata new file mode 100644 index 00000000..a0db8072 Binary files /dev/null and b/files/data/datos_casen_2022.Rdata differ diff --git a/files/dist_muestral.png b/files/dist_muestral.png new file mode 100644 index 00000000..40bbb6b2 Binary files /dev/null and b/files/dist_muestral.png differ diff --git a/files/ebs-casen.png b/files/ebs-casen.png new file mode 100644 index 00000000..34290dde Binary files /dev/null and b/files/ebs-casen.png differ diff --git a/files/encabezado.png b/files/encabezado.png new file mode 100644 index 00000000..d841687a Binary files /dev/null and b/files/encabezado.png differ diff --git a/files/esquema1.drawio.png b/files/esquema1.drawio.png new file mode 100644 index 00000000..0dbe5919 Binary files /dev/null and b/files/esquema1.drawio.png differ diff --git a/files/esquema2.drawio.png b/files/esquema2.drawio.png new file mode 100644 index 00000000..1f853de3 Binary files /dev/null and b/files/esquema2.drawio.png differ diff --git a/files/flujo-herramientas.png b/files/flujo-herramientas.png new file mode 100644 index 00000000..3fcbbf4b Binary files /dev/null and b/files/flujo-herramientas.png differ diff --git a/files/healeysworkflow.png b/files/healeysworkflow.png new file mode 100644 index 00000000..56cfbb4b Binary files /dev/null and b/files/healeysworkflow.png differ diff --git a/files/img-144.png b/files/img-144.png new file mode 100644 index 00000000..76325006 Binary files /dev/null and b/files/img-144.png differ diff --git a/files/img/Martin-Venegas.png b/files/img/Martin-Venegas.png new file mode 100644 index 00000000..1b4d68b9 Binary files /dev/null and b/files/img/Martin-Venegas.png differ diff --git a/files/img/flujo-semanal.png b/files/img/flujo-semanal.png new file mode 100644 index 00000000..0407859c Binary files /dev/null and b/files/img/flujo-semanal.png differ diff --git a/files/img/resurgence.gif b/files/img/resurgence.gif new file mode 100644 index 00000000..2563be5b Binary files /dev/null and b/files/img/resurgence.gif differ diff --git a/files/insertchunk.png b/files/insertchunk.png new file mode 100644 index 00000000..5485b376 Binary files /dev/null and b/files/insertchunk.png differ diff --git a/files/int_conf_ex.jpg b/files/int_conf_ex.jpg new file mode 100644 index 00000000..16646fc5 Binary files /dev/null and b/files/int_conf_ex.jpg differ diff --git a/files/ipo-exp.png b/files/ipo-exp.png new file mode 100644 index 00000000..8071a883 Binary files /dev/null and b/files/ipo-exp.png differ diff --git a/files/ipo-rproj.png b/files/ipo-rproj.png new file mode 100644 index 00000000..6e4325ff Binary files /dev/null and b/files/ipo-rproj.png differ diff --git a/files/ipo.png b/files/ipo.png new file mode 100644 index 00000000..5edb865c Binary files /dev/null and b/files/ipo.png differ diff --git a/files/js/macros.js b/files/js/macros.js new file mode 100644 index 00000000..071125df --- /dev/null +++ b/files/js/macros.js @@ -0,0 +1,4 @@ +remark.macros.scale = function (percentage) { + var url = this; + return ''; +}; diff --git a/files/knit-button.png b/files/knit-button.png new file mode 100644 index 00000000..906ad217 Binary files /dev/null and b/files/knit-button.png differ diff --git a/files/knitmenu.png b/files/knitmenu.png new file mode 100644 index 00000000..5a7b3efa Binary files /dev/null and b/files/knitmenu.png differ diff --git a/files/logo-correlacional-transp.png b/files/logo-correlacional-transp.png new file mode 100644 index 00000000..1c92ba48 Binary files /dev/null and b/files/logo-correlacional-transp.png differ diff --git a/files/logo-correlacional.png b/files/logo-correlacional.png new file mode 100644 index 00000000..6739fbdf Binary files /dev/null and b/files/logo-correlacional.png differ diff --git a/files/pandoc.png b/files/pandoc.png new file mode 100644 index 00000000..417a073d Binary files /dev/null and b/files/pandoc.png differ diff --git a/files/render.png b/files/render.png new file mode 100644 index 00000000..f411fd9b Binary files /dev/null and b/files/render.png differ diff --git a/files/reproducibility.jpg b/files/reproducibility.jpg new file mode 100644 index 00000000..5a238fe3 Binary files /dev/null and b/files/reproducibility.jpg differ diff --git a/files/resul-m.png b/files/resul-m.png new file mode 100644 index 00000000..ecaae125 Binary files /dev/null and b/files/resul-m.png differ diff --git a/files/rm-jc.gif b/files/rm-jc.gif new file mode 100644 index 00000000..180cc8dc Binary files /dev/null and b/files/rm-jc.gif differ diff --git a/files/rm-logo.png b/files/rm-logo.png new file mode 100644 index 00000000..3b792e04 Binary files /dev/null and b/files/rm-logo.png differ diff --git a/files/scatterplot6.png b/files/scatterplot6.png new file mode 100644 index 00000000..baf3b0fe Binary files /dev/null and b/files/scatterplot6.png differ diff --git a/files/schemes.odp b/files/schemes.odp new file mode 100644 index 00000000..c9cf4bda Binary files /dev/null and b/files/schemes.odp differ diff --git a/files/stop.gif b/files/stop.gif new file mode 100644 index 00000000..de3aeaa4 Binary files /dev/null and b/files/stop.gif differ diff --git a/files/textos/Elorza.pdf b/files/textos/Elorza.pdf new file mode 100644 index 00000000..2a65f8ee Binary files /dev/null and b/files/textos/Elorza.pdf differ diff --git a/files/textos/Field-correlation.pdf b/files/textos/Field-correlation.pdf new file mode 100644 index 00000000..03be59e8 Binary files /dev/null and b/files/textos/Field-correlation.pdf differ diff --git a/files/textos/Moore.pdf b/files/textos/Moore.pdf new file mode 100644 index 00000000..2387c9a8 Binary files /dev/null and b/files/textos/Moore.pdf differ diff --git a/files/textos/Pardo.pdf b/files/textos/Pardo.pdf new file mode 100644 index 00000000..2501e19f Binary files /dev/null and b/files/textos/Pardo.pdf differ diff --git a/files/textos/Piovani2008.pdf b/files/textos/Piovani2008.pdf new file mode 100644 index 00000000..bbc78b56 Binary files /dev/null and b/files/textos/Piovani2008.pdf differ diff --git a/files/textos/Ritchey.pdf b/files/textos/Ritchey.pdf new file mode 100644 index 00000000..01798171 Binary files /dev/null and b/files/textos/Ritchey.pdf differ diff --git a/files/word.png b/files/word.png new file mode 100644 index 00000000..a31a9a86 Binary files /dev/null and b/files/word.png differ diff --git a/files/yaml_informe.png b/files/yaml_informe.png new file mode 100644 index 00000000..d3129044 Binary files /dev/null and b/files/yaml_informe.png differ diff --git a/html/custom.scss b/html/custom.scss index 87fd5978..a8edb570 100644 --- a/html/custom.scss +++ b/html/custom.scss @@ -295,3 +295,25 @@ pre.text, pre.sourceCode, .cell-output pre { pre.text { color: #ffffff; } + + +/* imagenes circulares +
    + avatar +
    +*/ + +.image-cropper { + width: 80px; + height: 80px; + position: relative; + overflow: hidden; + border-radius: 70%; +} +.profile-pic { +display: inline; +margin: 0 auto; +margin-right: inherit; //centers the image +height: 50%; +width: auto; +} diff --git a/images/hex-transparent.png b/images/hex-transparent.png new file mode 100644 index 00000000..1c92ba48 Binary files /dev/null and b/images/hex-transparent.png differ diff --git a/images/hex.png b/images/hex.png new file mode 100644 index 00000000..e98ea63c Binary files /dev/null and b/images/hex.png differ diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 00000000..e30ddc1f Binary files /dev/null and b/images/logo.png differ diff --git a/images/paste-1.png b/images/paste-1.png new file mode 100644 index 00000000..d061b289 Binary files /dev/null and b/images/paste-1.png differ diff --git a/index.qmd b/index.qmd index defda873..2f115c5d 100644 --- a/index.qmd +++ b/index.qmd @@ -1,8 +1,8 @@ --- -title: "Program Evaluation for Public Service" -subtitle: "Combine research design, causal inference, and econometric tools to measure the effects of social programs" +title: "Estadística Correlacional" +subtitle: "Inferencia, asociación y reporte" details: | - PMAP 8521 • Spring 2023
    Andrew Young School of Policy Studies
    Georgia State University + SOC01019 • Segundo Semestre 2024
    Departamento de Sociología, Facultad de Ciencias Sociales
    Universidad de Chile sidebar: false toc: false page-layout: full @@ -10,7 +10,15 @@ format: html: template-partials: - html/home/title-block.html -course-logo: /files/img/eval-hires.png +execute: + freeze: auto +course-logo: /files/logo-correlacional.png +listing: + id: informaciones + contents: "news/2024*.qmd" + type: grid + sort: "date desc" + categories: false --- ```{r set-dependencies, include=FALSE} @@ -22,40 +30,119 @@ withr::with_dir(here::here(), { }) ``` -::: {.home} +:::: {.columns} -::: {.grid .course-details} +:::: {style="background-color: #BDCDCD"} -::: {.g-col-12 .g-col-sm-6 .g-col-md-4} -### Instructor +### Equipo docente +::: {.column width="40%"} + + +**Profesor** + +
    + avatar +
    + + + +[{{< var instructor.name >}}]({{< var instructor.url >}}) -- {{< fa user >}}   [{{< var instructor.name >}}]({{< var instructor.url >}}) - {{< fa university >}}   {{< var instructor.office >}} -- {{< fa envelope >}}   {{< var instructor.email >}} -- {{< fa brands twitter >}}   [{{< var instructor.twitter >}}](https://www.twitter.com/{{< var instructor.twitter >}}) -- {{< fa calendar-check >}}   [Schedule an appointment]({{< var instructor.appointment_url >}}) +- {{< fa envelope >}}   {{< var instructor.email >}} +- {{< fa calendar-check >}}   [Agendar reunión]({{< var instructor.appointment_url >}}) + ::: -::: {.g-col-12 .g-col-sm-6 .g-col-md-4} -### Course details +::: {.column width="10%"} -- {{< fa calendar >}}   {{< var course.days >}} -- {{< fa calendar-alt >}}   {{< var course.dates >}} -- {{< fa clock >}}   {{< var course.time >}} -- {{< fa location-dot >}}   {{< var course.location >}} -- {{< fa brands slack >}}   [Slack]({{< var course.slack >}}) ::: -::: {.g-col-12 .g-col-md-4 .contact-policy} -### Contacting me +::: {.column width="38%"} + +**Apoyos docentes** + +
    + avatar +
    + +*Martín Venegas* + +- {{< fa envelope >}}   {{< var other2.email >}} + +
    + avatar +
    + + +*Andreas Laffert* + +- {{< fa envelope >}}   {{< var other.email >}} -{{< var instructor.contact_policy >}} ::: +:::: {.columns} + +**Ayudantes** + +::: {.column width="32%"} + +- Victoria Arias +- Jesús Díaz +- Javiera González +- Antonia Jiménez ::: -```{r echo=FALSE} -knitr::include_graphics(here::here("files", "img", "eval-flowchart.png"), error = FALSE) -``` +::: {.column width="32%"} +- Sophia Karoussis +- Cristóbal Mejías +- María Fernanda Núñez +- Luis Ríos +::: +::: {.column width="32%"} +- Fernanda Zúñiga +- Ismael Aguayo +- Franco Acevedo ::: + +:::: +:::: + +:::: {.columns} + +::: {.column width="40%"} +### Sesiones + +- {{< fa university >}}   **Lunes 10:15-11:45** - Aulario C/6 + +- {{< fa university >}}   **Martes 8:30-10:00** Aulario C7/C8 & FACSO 345 +::: + +::: {.column width="10%"} + +::: + +::: {.column width="38%"} +### Contacto + +{{< var instructor.contact_policy >}} +Para resolver dudas puntuales se recomienda el uso de los foros de [clases](/content/foro-clases.qmd) y de las [Guías prácticas](/assignment/foro-practicos.qmd). +::: + +:::: + + +## Últimas informaciones + +::: {#informaciones} +::: + +-> ir a [página de Informaciones](/news/index.qmd) + + +## Versiones previas del curso: + +- [2023](https://2023--correlacional.netlify.app/) + + diff --git a/news/2023-01-09_announcements-updates.qmd b/news/2023-01-09_announcements-updates.qmd deleted file mode 100644 index 2d29332c..00000000 --- a/news/2023-01-09_announcements-updates.qmd +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Announcements and updates" -date: "2023-01-09T14:19" -categories: [getting started] ---- - -One last thing! - -Over the course of the semester, I’ll be sending you lots of updates and announcements and FAQs based on your weekly check-ins. - -My philosophy for this class is to let you maintain access to as much content as possible, which is why so little of the the class material is on iCollege. - -I will post all these announcements and e-mails at [the "News" section](/news/index.qmd) of the course website. This means that even after you finish the class and lose access to iCollege, and even after you graduate from GSU and lose access to your @gsu.edu e-mail address, you’ll still have a searchable archive of messages and FAQs from this class. - -I’ll let you know when there’s a new item in the news section in a few different ways: - -1. I’ll e-mail you a link to the newest message. I’ll use the e-mail address you have listed in PAWS—if you want me to use a different address, let me know and I’ll update my list, -2. New messages should post automatically to the #general channel in Slack -3. If you use an RSS feed reader (RIP Google Reader), you can subscribe to an RSS feed of the news section. There’s a link at the bottom of [the news page](/news/index.qmd). - -Phew. That should be it from me for a while. Remember to read the syllabus and the rest of the course website, answer the welcome survey, sign up for Slack, and join the RStudio.cloud workspace. Also, remember to take care of yourselves! I mean *every word* in [the "Learning during a pandemic" section of the syllabus](/syllabus.qmd#learning-during-a-pandemic). This all sucks so much, and I will try my hardest to accommodate your needs throughout the semester. - -Thanks! diff --git a/news/2023-01-09_important-r-stuff.qmd b/news/2023-01-09_important-r-stuff.qmd deleted file mode 100644 index d3928a98..00000000 --- a/news/2023-01-09_important-r-stuff.qmd +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Important R stuff" -date: "2023-01-09T14:14" -categories: [getting started] ---- - -From reading the syllabus you'll notice that we're using R in this class (though you can certainly use Stata too if you really want). R is free (!!), and highly sought after by employers, but it has a little bit of an initial learning curve. You'll get the hang of it, though, I promise! I'm a certified RStudio instructor (see ), so I've been specially trained to teach statistical programming. Again, I promise that you'll learn a ton. - -You'll be doing your stats work in RStudio this semester. While R and RStudio are free and open source, they can sometimes be tricky to install. To make life simpler, you can run RStudio in your browser without having to install anything (!!!). Over the course of the semester you'll want to eventually install everything on your actual computer, since it'll run faster there, but you won't need to install anything to get started. I'll e-mail you a link to join the class workspace. - -In the meantime, you can also install everything on your actual computer if you [follow these instructions](/resource/install.qmd) (eventually you should do this—it's best to run R on your own computer, but it's totally fine to run everything at Posit Cloud for the first few weeks) - -If you want to get a head start on your first assignment, I’d recommend going through a few of the Posit Primers at . Your first problem set is essentially doing those primers ([see here for the ones you'll need to do](/example/rstudio-tidyverse.qmd)) - -Once again, I promise that you can do this and have a blast in this class! diff --git a/news/2023-01-09_welcome.qmd b/news/2023-01-09_welcome.qmd deleted file mode 100644 index e911219e..00000000 --- a/news/2023-01-09_welcome.qmd +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Welcome to class!" -date: "2023-01-09T14:01" -categories: [getting started] ---- - -Hello everyone! - -I’m Andrew Heiss, your professor for PMAP 8521 (Evaluation Research) this spring, and I’m so excited for the class! In this class you'll learn all about causal inference, or how to legally claim causation with statistics. In your past stats courses you were always taught "correlation isn't causation," which is mostly true, except when it's not. In this class you'll get to legitimately make causal claims. - -We'll cover fun tools like directed acyclic graphs (DAGs), randomized controlled trials, difference-in-differences analysis, regression discontinuity analysis, and instrumental variables. You'll also learn the statistical language R, which is free (which means you can keep using it after you graduate and not have to pay for really really expensive SPSS or Stata licenses). I've had former students get jobs because of the R part of this class—tons of organizations are looking for R skills nowadays. - -I have a few important announcements before class: - -- We are meeting in person, but as you'll see in the syllabus (see the ["Masking and vaccines" section](/syllabus.qmd#pandemic-stuff) there, I'm trying to take as many precautions as possible since there’s still a global pandemic. For instance… - -- …I've made the course a flipped course, which means you'll do all the readings and watch the lectures on YouTube *before* class on Thursdays. We'll spend our class time answering questions, doing activities, and learning a lot of R together. This means that the bulk of the course material is fully online and asynchronous. - -- Before class, I'd love to get to know each you a little first, so I've created a quick survey to fill out. I've sent you a link to it via e-mail. Please take it at your earliest convenience. - -- The entire course is available at a special class website at . Bookmark this site—it'll be your best friend for the next semester. I only use iCollege for collecting your assignments, posting answer keys, posting a couple scanned book chapters, and offering the two exams (since it's password protected). This website is the official source of dates and all other class information. Because it's not part of iCollege, you'll be able to reference it even after you graduate and lose access to GSU resources. You can even share it with others—it's just a website! - -- **Please read the main explanatory pages at the course website at your earliest convenience.** The instructions and expectations for the class are divided across different pages, all accessible from the menu bar at the top of the site. Please read the main pages for the [syllabus](/syllabus.qmd), [schedule](/schedule.qmd), [content](/content/index.qmd), [assignments](/assignment/index.qmd), and [examples](/example/index.qmd). - -- We're using zero physical textbooks in this class. Every reading and book and piece of software in this class is 100% **free** ([see the syllabus for more information about that](/syllabus.qmd#course-materials)). - -Quick background about me: I'm an assistant professor here at the Andrew Young School, where I've been teaching MPA/MPP microeconomics, program evaluation, and data visualization. I moved here from Utah in 2019, where I was a visiting professor of public management at the Marriott School of Business at Brigham Young University (BYU). While at BYU, I taught microeconomics, statistics, and data visualization (basically the same stuff I’m teaching now). I finished my PhD in public policy and political science from Duke in 2017, and before then I finished my MPA in nonprofit management from BYU in 2012. - -When I'm not teaching stats and evaluation, I research international nonprofits and political science. And when I’m not teaching or researching, I’m normally chilling at home with my 6 (!!) kids (see for photos and hilarious stories). - -Again, I'm really excited to get started next week. This spring semester should be a blast! diff --git a/news/2023-01-12_first-day.qmd b/news/2023-01-12_first-day.qmd deleted file mode 100644 index d3740ea8..00000000 --- a/news/2023-01-12_first-day.qmd +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Plan for the first day of class" -date: "2023-01-12T09:49" -categories: [getting started] ---- - -Hi everyone! - -Today’s the first day of class! Exciting! - -Beyond hoping that everyone is wearing a mask, I've structured the class in way that limits our exposure to each other as much as possible. [As noted in the syllabus](https://evalsp23.classes.andrewheiss.com/syllabus.html#course-structure), we're using a flipped classroom this semester. What this means in practice is that you'll do all the readings *and* watch asynchronous lecture videos before class meets on Thursdays. - -Our in-person time will **not** involve lectures. Instead, it'll be a more hands-on lab for working with R and answering the questions that come up from doing the readings and watching the lectures. That's the point of the [weekly check-in assignment](https://evalsp23.classes.andrewheiss.com/assignment/weekly-check-in.html)—the only way this in-person time will be effective is if you do the readings + videos and ask questions in the weekly check-in. - -The videos for the first day of class are [live and ready to watch](https://evalsp23.classes.andrewheiss.com/content/01-content.html). If possible, please watch them (and do the readings) before class today so that we can start with the lab-like in-person time and get a good solid introduction to R and RStudio + answer the questions you have from the first session's materials. - -Ideally, please try to submit the first weekly check-in on iCollege by today too so that we can have some good Q&A time during our in-person time. [BUT no worries if not!](https://www.huffingtonpost.co.uk/entry/no-worries-if-not-psychology_uk_60fff90be4b0d017f838bf1a) - -If you don't have time to get through the materials before the first day, that's totally fine—you can do it later and there's no late penalty or anything for the first week. But if you can, let's get started! diff --git a/news/2023-01-12_getting-help.qmd b/news/2023-01-12_getting-help.qmd deleted file mode 100644 index 39ce6355..00000000 --- a/news/2023-01-12_getting-help.qmd +++ /dev/null @@ -1,55 +0,0 @@ ---- -title: "How to reach out for help" -date: "2023-01-12T17:33" -categories: [advice] ---- - -Hi everyone! - -You **absolutely** can (and should) reach out when you get stuck. I'm super responsive on Slack and e-mail. If you ask a question on the #help channel in Slack, others can help too. No question is too tricky or embarrassing, I promise. Computers are extraordinarily literal and tiny typos will often mess you up for a long time—I've lost countless time because of missing commas and misspelled words (curse you `lenght()`). Please feel comfortable reaching out. - -### Ask early and often - -I'm a big believer in the 30 minute rule. **If you're stuck and not making progress on a task for 30 minutes, reach out for help from the community.** - -### Be nice - -One of the great parts about the online R community is that the team at RStudio has actually hired people to help promote community norms. Like that's their whole job—community evangelist (see [\@dataandme](https://twitter.com/dataandme) and [\@RachaelDempsey](https://twitter.com/_RachaelDempsey) for instance). The R world is probably one of the nicest corners of the programming internet because of these norms—there's an emphasis on helping beginners, being kind and respectful, and cheerfully helping as much as possible. Watch the #rstats hashtag on Twitter, look at the "r" tag on StackOverflow, and look at discussions at [the RStudio Community](https://community.rstudio.com/) and you'll see kindness in action. - -This was not always the case. 10ish years ago, before the RStudio people made a concerted effort to create community, the online R world was pretty mean and toxic, with forums run by a few really grumpy statisticians who'd belittle you if you asked a poorly worded question. It was awful. That kind of attitude often still persists in other languages (hooo boy try asking a beginner question about Python at StackOverflow 😬), but the R world has tried really hard to be welcoming. - -I embrace that attitude when teaching R, and I encourage you all to do the same. Reach out for help early and often. Do not suffer in silence. Do not spend hours and hours stuck on an issue before reaching out for help. If you feel comfortable, reach out publicly on the #help channel rather than a Slack DM so that others can help. This helps build and strengthen the community within our class and within the R community more broadly. - -### Ask in a way that helps the answerer - -There are a few easy guidelines to remember when asking for help: - -1. Be kind. - -2. Try asking questions with as complete information as possible. Rather than saying something like "my code isn't working" and that's it, provide more background (it's hard to read your computer's mind). Say specifically what you're trying to do and provide code when possible. - - Some people call this [low resolution writing vs. high resolution writing.](https://chriscoyier.net/2022/12/28/watch-out-for-low-resolution-writing/). With low resolution writing on Slakc, you'd type "My code isn't working," and then you'll have to wait for someone to respond with "What isn't working?," and then you'll respond with "My code for question 3," and then you'll have to wait for someone to respond with "What part of question 3?" and so on and it can take forever. Avoid this where possible. Embrace high resolution writing instead. Have your initial message be something like "In question 3 of the problem set, I'm trying to run a regression model that includes `income` as an independent variable. I'm running this code (CODE HERE), but I'm getting an error that says (ERROR HERE)." You'll get help *way* faster that way. - - You can actually format R code on Slack if you click on the little lightning icon in the bottom left of the typing area and search for "text snippet"—that'll open a dialog that will let you paste in text and add R syntax highlighting. You can also paste your code between triple backticks on Slack and it'll format it in monospaced font (though not with the neat syntax highlighting that you get when using Slack's text snippet thing): - - ```` - ``` - ggplot(blah) + geom_point() - ``` - ```` - - You can also take screenshots (use ⌘+shift+4 on macOS to save a screenshot to your Desktop, or ⌘+⌥+shift+4 to save a screenshot directly to the clipboard; use Windows+shift+S on Windows to save a screenshot directly to the clipboard). I've had people send photos from their phones too. The one issue with screenshots/photos is that it's harder for people to get the code out of Slack and into RStudio on their computer to troubleshoot, since you can't copy/paste from an image. - -3. Try making your question a **repr**oducible **ex**ample (or reprex). Reprexes are the best way to (1) get help online and (2) fix issues on your own. - - Making a good reprex is tricky, but it's a very valuable skill to know (regardless of programming language!). Here are some helpful resources for making them: - - - {{< fa arrow-up-right-from-square >}} [What's a reproducible example (`reprex`) and how do I do one?](https://community.rstudio.com/t/faq-whats-a-reproducible-example-reprex-and-how-do-i-do-one/5219) - - {{< fa arrow-up-right-from-square >}} [So you've been asked to make a reprex](https://www.jessemaegan.com/post/so-you-ve-been-asked-to-make-a-reprex/) - - {{< fa brands r-project >}} [The reprex package](https://reprex.tidyverse.org/index.html) - -### Don't suffer in silence - -And that's it. **Ask questions in ways that will help answerers answer them and be nice about it. When answering questions, be nice about it. Ask lots of questions. Answer lots of questions.** - -Once again, *do not suffer in silence*. I've had past students tell me that's like the one thing they'll remember from my classes—do not suffer in silence. I mean it, and I'll keep saying it throughout the semester (because often in your past courses and degrees, you've been discouraged from reaching out or from building communities or whatever—that is *not* the case here). diff --git a/news/2023-01-12_weather-issues.qmd b/news/2023-01-12_weather-issues.qmd deleted file mode 100644 index a1f6ebe4..00000000 --- a/news/2023-01-12_weather-issues.qmd +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Weather issues" -date: "2023-01-12T16:17" -categories: [scheduling] ---- - -Hi everyone! - -Given the wild weather right now, lots of you have been concerned with getting to campus for class this evening. In theory the worst of the storm should be over by 6ish, but if you’re not already on campus, you’ll have to deal with commuting and parking and walking. - -In the [“Attendance and Participation” section of the syllabus](/syllabus.qmd#attendance-and-participation) I mentioned that I will stream our Thursday classes via Webex. You can access the link for that through iCollege (there should be a Webex link in the navigation bar). - -If you can’t come this evening because of the weather that’s totally fine! You can connect remotely. diff --git a/news/2024-08-19_cambio-practico.qmd b/news/2024-08-19_cambio-practico.qmd new file mode 100644 index 00000000..a28f690f --- /dev/null +++ b/news/2024-08-19_cambio-practico.qmd @@ -0,0 +1,10 @@ +--- +title: "Prácticos parten próxima semana (Martes 27)" +date: "2024-08-19" +categories: [info] +lang: es +image: /files/logo-correlacional.png +--- + +Inicialmente en el programa estaba contemplado que esta semana el martes 20 comenzaba la primera sesión de prácticos, para lo cual debían traer sus computadores. Esto se modifica, el práctico es el próximo **martes 27**. + diff --git a/news/2024-08-19_inicio.qmd b/news/2024-08-19_inicio.qmd new file mode 100644 index 00000000..91e5ee29 --- /dev/null +++ b/news/2024-08-19_inicio.qmd @@ -0,0 +1,12 @@ +--- +title: "Informaciones por acá" +date: "2024-08-19" +categories: [info] +image: /files/logo-correlacional.png +--- + +Estimad_s estudiantes, acá en esta pestaña quedará registro de las informaciones y actualizaciones del curso. De todas maneras se enviará link por correo a UCursos cuando haya noticias relevantes. + + +- + diff --git a/news/2024-08-23_primera-practica.qmd b/news/2024-08-23_primera-practica.qmd new file mode 100644 index 00000000..485f6d7e --- /dev/null +++ b/news/2024-08-23_primera-practica.qmd @@ -0,0 +1,20 @@ +--- +title: "Sesión práctica martes 27 de agosto" +date: "2024-08-23" +categories: [info, mail-UCursos] +lang: es +image: /files/logo-correlacional.png +--- +Algunas informaciones importantes: + +-El próximo martes 27 de agosto tendremos nuestra primera sesión práctica del curso. + +-En esta instancia contaremos con el equipo docente completo y ayudantes. + +-Aquellas personas que, por diversos motivos, no puedan contar con un computador personal para las sesiones del curso, les pedimos encarecidamente que rellenen este formulario: https://forms.gle/iGVJjAWRGYh9GGpZ8 Esta información nos permitirá ir organizando el uso de computadores de la sala de computación. + +-Nos dividiremos en dos grupos: una parte del curso en las salas C7 y C8 del aulario C (idealmente quienes dispongan de computador) y otra parte en la sala 345 de computación del edificio nuevo de Facso (para quienes no puedan contar con un computador). + +-Dentro de la próxima semana les enviaremos un correo respecto a la asignación de ayudantes para el asesoramiento en las unidades 1 y 2 del curso. + + diff --git a/news/2024-08-28_asignacion_ayudantes1.qmd b/news/2024-08-28_asignacion_ayudantes1.qmd new file mode 100644 index 00000000..251318fe --- /dev/null +++ b/news/2024-08-28_asignacion_ayudantes1.qmd @@ -0,0 +1,48 @@ +--- +title: "Asignación asesorías ayudantes" +date: today +categories: [info, mail-UCursos] +lang: es +image: /files/logo-correlacional.png +--- + +Durante las dos primeras unidades del curso l_s estudiantes están asignados a un/a ayudante para consultas y/o apoyo con los contenidos del curso. Sus ayudantes se contactarán con uds. para indicarles la forma y momentos de asesoría, también pueden ser contactados directamente mediante el correo de UCursos. + + +```{r} +#| echo: false +#| warning: false + +library(readxl);library(tidyverse);library(kableExtra);library(here) + +collapse_rows_df <- function(df, variable){ + group_var <- enquo(variable) + df %>% + group_by(!! group_var) %>% + mutate(groupRow = 1:n()) %>% + ungroup() %>% + mutate(!!quo_name(group_var) := ifelse(groupRow == 1, as.character(!! group_var), "")) %>% + select(-c(groupRow)) +} + +tabla <- read_excel(path = here("data/organizacion_correlacional_2024.xlsx"), + sheet = 2, + range = "B1:C91") %>% + rename(Ayudante = `Ayudante-1`) %>% + mutate(Ayudante = factor(Ayudante, levels = unique(Ayudante))) + +tabla <- tabla %>% + collapse_rows_df(Ayudante) %>% + kableExtra::kable(format = "html", booktabs = T, escape = F, align = 'c') %>% + kableExtra::kable_styling(latex_options = "hold_position", font_size = 13, position = "center") %>% + kableExtra::kable_styling(bootstrap_options = c("striped", "condensed"), full_width = T) %>% + column_spec(1, border_right = T) %>% + row_spec(0, bold = T) + +tabla +``` + + +Por dudas, comentarios o cambios respecto a esta asignación escribir a Andreas Laffert (Apoyo Docente) por UCursos. + + diff --git a/news/index.qmd b/news/index.qmd index 9ede3651..93018e41 100644 --- a/news/index.qmd +++ b/news/index.qmd @@ -1,5 +1,6 @@ --- -title: "News" +title: "Informaciones" +lang: es listing: id: "news-table" contents: . @@ -12,8 +13,8 @@ listing: sort-ui: true date-format: "dddd MMMM D, YYYY [at] h:mm A" feed: - title: "Program Evaluation (PMAP 8521) News" - description: "Updates and FAQs for PMAP 8521 at Georgia State University" + title: "Noticias y mensajes importantes Estadística Correlacional" +# description: "Updates and FAQs for PMAP 8521 at Georgia State University" categories: false page-layout: full sidebar: false @@ -25,6 +26,8 @@ format: - ../html/news-default/title-block.html --- +Acá las principales informaciones y actualizaciones del curso. + ```{r get-vars, include=FALSE} base_url <- yaml::read_yaml(here::here("_quarto.yml"))$website$`site-url` feed_name <- "news/index.xml" @@ -36,9 +39,10 @@ feed_url <- paste0(base_url, "/", feed_name) ::: {.callout-tip} -## Subscribe! +## Suscribirse! -You can use a feed reader like [Feedly](https://feedly.com/) or use an [RSS-to-email service](https://www.google.com/search?q=rss+to+email) like [Blogtrottr](https://blogtrottr.com/) to subscribe to these updates and messages. I'll also e-mail out links to them when there are new updates. +Puedes usar un lector de feeds como [Feedly](https://feedly.com/) o un servicio [RSS-to-email](https://www.google.com/search?q=rss+to+email) como [Blogtrottr](https://blogtrottr.com/) para suscribirte a cualquiera de estos mensajes. +::: ::: {.grid} @@ -52,4 +56,3 @@ You can use a feed reader like [Feedly](https://feedly.com/) or use an [RSS-to-e ::: -::: diff --git a/resource/bayes.qmd b/resource/bayes.qmd deleted file mode 100644 index 204e8d53..00000000 --- a/resource/bayes.qmd +++ /dev/null @@ -1,441 +0,0 @@ ---- -title: Bayesian statistics resources -format: - html: - code-tools: true - code-fold: show ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.width = 6, fig.height = 3.6, fig.align = "center", - fig.retina = 3, collapse = TRUE, out.width = "75%") -set.seed(1234) -options("digits" = 2, "width" = 150) -``` - -In class session 2 ([see this from the FAQ slides](/slides/02-class.html#12)) we talked briefly about the difference between frequentist statistics, where you test for the probability of your data given a null hypothesis, or $P(\text{data} \mid H_0)$, and Bayesian statistics, where you test for the probability of your hypothesis given your data, or $P(H \mid \text{data})$. - -This difference is important. In the world of frequentism and null hypothesis significance testing (NHST), which is what pretty much all statistics classes use (including this one!), you have to compare your findings to a hypothetical null world and you have to talk about rejecting null hypotheses. In the Bayes world, though, you get to talk about the probability that your hypothesis is correct rather than the probability of seeing a value in a null world. So much more convenient and easy to interpret! - -Bayesian statistics, though, requires a lot of computational power and a different way of thinking about statistics and numbers in general. And very few classes teach it. Including this one! I use Bayesian stats all the time in my own research (see [this](https://www.andrewheiss.com/research/articles/chaudhry-heiss-ngos-philanthropy/) or [this](https://www.andrewheiss.com/research/articles/chaudhry-dotson-heiss-2021/), for instance), but don't teach it (yet!) because nobody else really teaches it and frequentist statistics still rule the policy world, so you need to know it. - -## Resources - -But you can learn it on your own. Because very few stats classes actually teach Bayesian statistics, tons of people who use it are self-taught (like me!), in part because there are a ton of resources online for learning this stuff. Here are some of the best I've found: - -- [This new *Bayes Rules* book](https://www.bayesrulesbook.com/) is designed to be an introductory textbook for a stats class teaching Bayesian stuff. It’s really accessible and good (and free!). If I ever get to teach an intro stats class with Bayesian stats, I'll use this. -- [This post from 2016](https://thinkinator.com/2016/01/12/r-users-will-now-inevitably-become-bayesians/) is a great short introduction and is what made me start using Bayesian methods. [The **brms** package](https://paul-buerkner.github.io/brms/) makes it incredibly easy to do Bayesian stuff, and the syntax is basically the same as `lm()` -- [This post shows how to do one simple task](https://www.andrewheiss.com/blog/2019/01/29/diff-means-half-dozen-ways/) (a difference-in-means test) with regular old frequentist methods, bootstrapping, and with Bayesian stats both with brms and raw Stan code -- [This short post](https://www.tjmahr.com/bayes-theorem-in-three-panels/) gives a helpful overview of the intuition behind Bayesianism -- The super canonical everyone-has-this-book book is [*Statistical Rethinking* by Richard McElreath](https://xcelab.net/rm/statistical-rethinking/). At that page he also has an entire set of accompanying lectures on YouTube. He doesn’t use brms or ggplot, but someone has translated all his models to [tidyverse-based brms code here](https://bookdown.org/ajkurz/Statistical_Rethinking_recoded/) -- [*The Theory That Would Not Die*](https://www.amazon.com/Theory-That-Would-Not-Die/dp/0300188226) is a fun little general introduction to the history of Bayesianism and why it kind of disappeared in the 20th century and was replaced by frequentism and p-values and null hypothesis testing - -## Super short example - -In practice, the R code for Bayesian models should be very familiar. For instance, here's a regular old frequentist OLS model: - -```{r freq-model, message=FALSE, warning=FALSE} -library(tidyverse) -library(broom) - -model_ols <- lm(hwy ~ displ + drv, data = mpg) -tidy(model_ols, conf.int = TRUE) -``` - -Here's that same model using the **brms** package, with default priors. Note how the code is basically the same: - -```{r bayes-libraries, message=FALSE, warning=FALSE} -library(tidyverse) -library(brms) # For Bayesian regression with brm() -library(broom.mixed) # For tidy() and glance() with brms-based models -library(tidybayes) # For extracting posterior draws -``` - -```{r bayes-model, message=FALSE, warning=FALSE, results='hide', cache=TRUE} -# This will take a few seconds to run -model_bayes <- brm(hwy ~ displ + drv, data = mpg) -``` - -```{r show-bayes-results, warning=FALSE} -tidy(model_bayes) -``` - -In Bayes land, you get a distribution of plausible values given the data (or what is called the "posterior distribution"), and you can visualize this posterior distribution: - -```{r plot-bayes-results} -# Make a long dataset of the draws for these three coefficients -posterior_draws <- model_bayes %>% - gather_draws(c(b_displ, b_drv, b_drvf, b_drvr)) - -# Plot this thing -ggplot(posterior_draws, aes(x = .value, y = fct_rev(.variable), fill = .variable)) + - geom_vline(xintercept = 0) + - stat_halfeye(.width = c(0.8, 0.95), alpha = 0.8, point_interval = "median_hdi") + - guides(fill = "none") + - labs(x = "Coefficient", y = "Variable", - caption = "80% and 95% credible intervals shown in black") -``` - -Those are all the plausible values for these coefficients, given the data that we've fed the model, and the black bars at the bottom show the 80% and 95% credible intervals (or the range of values that 80/95% of the posterior covers). With this, there's a 95% chance that the coefficient for displacement is between −3.35 and −2.48. Neat! - -## Confidence intervals vs. credible intervals - -[In session 6](/content/06-content/), we talked about frequentist confidence intervals and Bayesian credible (or posterior) intervals, since I had you read [Guido Imbens's essay on *p*-values](https://doi.org/10.1257/jep.35.3.157), where his conclusion is that: - -> It would be preferable if reporting standards emphasized confidence intervals or standard errors, and, even better, Bayesian posterior intervals. - -Imbens wants us to use Bayesian posterior intervals (or credible intervals), but how do we do that? - -### Frequentist confidence intervals - -In frequentist statistics (i.e. all the statistics you've been exposed to in this class and all previous classes), your whole goal is to estimate and infer something about a population using a sample. This "something" is a true (but unknown) thing called a *population parameter*. It is a single fixed value that exists out in the world, and it's the main thing you're interested in discovering. Here are a bunch of different population parameters: - -- Average treatment effect of a program -- Proportion of left-handed students at GSU -- Median rent of apartments in NYC -- Proportion of red M&Ms produced in a factory - -In frequentist statistics, we take a sample from the population, calculate the parameter (i.e. mean, median, proportion, whatever) in the sample, and then check to see how good of a guess it might be for the whole population. To do that, we can look at a confidence interval. Think of a confidence interval as a net—it's a range of possible values for the population parameters, and we can be X% confident (typically 95%) that the net is picking up the population parameter. Another way to think about it is to imagine taking more samples. If you take 100 samples, at least 95 of them would have the true population parameter in their 95% confidence intervals. Frequentist statistics assumes that the unknown population parameter is fixed and singular, but that the data can vary—you can repeat an experiment over and over again, or take repeated samples from a population in order to be more certain about the estimate of the parameter (and shrink the net of the confidence interval). - -**Importantly**, when talking about confidence intervals, you cannot really say anything about the estimate of the parameter itself. Confidence intervals are all about the net, or the range itself. You can legally say this: - -> We are 95% confident that this confidence interval captures the true population parameter. - -You **cannot** say this: - -> There's a 95% chance that the population parameter is X. *or* There's a 95% chance that the true value falls in this range. - -Confidence intervals tell you about the range, or the net. That's all. - -Here's an example with some data from *The Effect* on restaurant inspections in Alaska. We want to know if weekend inspections are more lenient that ones conducted during the work week. - -```{r load-restaurant-data, warning=FALSE, message=FALSE} -library(tidyverse) -library(broom) -library(gghalves) - -inspections <- read_csv("https://vincentarelbundock.github.io/Rdatasets/csv/causaldata/restaurant_inspections.csv") -``` - -First we should look at the data to see if there are any obvious patterns. Let's look at scores separated by weekend status. We'll use [the neat **gghalves** package](https://erocoar.github.io/gghalves/) to plot both the raw points and a density plot. The orange points show the average value: - -```{r inspections-raw-distribution} -ggplot(inspections, aes(x = Weekend, y = inspection_score)) + - geom_half_point(side = "l", alpha = 0.2, size = 0.5, - transformation = position_jitter(height = 0)) + - geom_half_violin(side = "r") + - stat_summary(fun.data = "mean_se", fun.args = list(mult = 1.96), color = "orange") -``` - -It looks like weekend inspections are far more rare than weekday ones, and no weekend inspections every give scores lower than 80. It also looks like the average weekend score is slightly higher than the average weekday score. Let's figure out how much of a difference there is. - -But first, we'll use the language of inference and sampling. Our population parameter (we'll call it the Greek letter theta, or $\theta$) is some single true fixed number that exists out in the world—weekend restaurant inspections in Alaska have a $\theta$ higher average score than weekday inspections. We want to find out what that $\theta$ is, so we'll look at some confidence intervals. - -We can look at a basic difference in means based on weekend status: - -```{r basic-diff-means} -model_naive <- lm(inspection_score ~ Weekend, - data = inspections) -tidy(model_naive, conf.int = TRUE) -``` - -Here, weekend scores are 2.1 points higher than weekday scores, on average (that's our estimate, or $\hat{\theta}$. We have a confidence interval of 1.2–2.9. We *cannot* say that we're 95% confident that the weekend score boost (or $\theta$) is between 1.2 and 2.9. What we *can* say is that we're 95% confident that the range 1.2–2.9 captures the true population parameter $\theta$. If we took a bunch of different samples of inspection scores and calculated the average weekend vs. weekday score in each of those samples, 95% of those confidence intervals should capture the true $\theta$. Importantly, we still have no idea what the actual $\theta$ is, but we're pretty sure that our confidence interval net has captured it. - -This estimate is probably wrong, since there are other factors that confound the weekend → score relationship. Maybe the health department only conducts weekend inspections in places with lots of branches, or maybe they did more weekend inspections in certain years. We can adjust/control for these in the model: - -```{r adjusted-diff-means} -model_adjusted <- lm(inspection_score ~ Weekend + NumberofLocations + Year, - data = inspections) -tidy(model_adjusted, conf.int = TRUE) -``` - -Our weekend estimate shrunk a little and is now 1.43, with a confidence interval of 0.6–2.3. Again, think of this as a net—we're 95% sure that the true $\theta$ is in that net somewhere. $\theta$ could be 0.7, it could be 1.4, it could be 2.2—who knows. All we know is that our net most likely picked it up. - -For fun, let's plot both these weekend estimates and their confidence intervals: - -```{r plot-freq-results} -# Save just the weekend coefficient from both models -freq_results_naive <- tidy(model_naive, conf.int = TRUE) %>% - mutate(model = "Naive model") %>% - filter(term == "WeekendTRUE") - -freq_results_full <- tidy(model_adjusted, conf.int = TRUE) %>% - mutate(model = "Full model") %>% - filter(term == "WeekendTRUE") - -# Put these coefficients in a single dataset and plot them -freq_results <- bind_rows(freq_results_naive, freq_results_full) %>% - # Make sure the model name follows the order it appears in the data instead of - # alphabetical order - mutate(model = fct_inorder(model)) - -ggplot(freq_results, aes(x = estimate, y = model, color = model)) + - geom_pointrange(aes(xmin = conf.low, xmax = conf.high)) + - guides(color = "none") -``` - -### Bayesian credible intervals - -Remember, with frequentist statistics, $\theta$ is fixed and singular and we're hoping to pick it up with our confidence interval nets. The data we collect is variable—we can hypothetically take more and more samples and calculate a bunch of confidence intervals and become more certain about where $\theta$ might be. We can only interpret confidence intervals as ranges: "There's a 95% probability that the range contains the true value $\theta$". We can't say anything about the estimate of $\theta$ itself. We've calculated the probability of the range, not the probability of the actual value. - -Bayesian analysis, however, *does* let us talk about the probability of the actual value. Under Bayesianism, the *data* you're working with is fixed (i.e. you collected it once and it's all you have—you can't go out and collect infinite additional samples), and the population parameter $\theta$ varies and has uncertainty about it (i.e. instead of imagining some single number uncapturable that's the average difference in weekend vs. weekday scores, $\theta$ has some range around it). - -This difference is apparent in the formulas for testing hypotheses under each of these approaches: - -$$\underbrace{P(\text{Data} \mid \theta)}_{\substack{\textbf{Frequentism} \\ \text{Probability of seeing the} \\ \text{data given that } \theta \text{ exists}}} \qquad \underbrace{P(\theta \mid \text{Data})}_{\substack{\textbf{Bayesianism} \\ \text{Probability of } \theta \\ \text{given the current data}}}$$ - -Bayes' theorem has a nice formula ([with neat intuition, like in this video](https://www.youtube.com/watch?v=HZGCoVF3YvM)): - -$$ -\underbrace{P(\theta \mid \text{Data})}_{\text{Posterior}} = \frac{\overbrace{P(\theta)}^{\text{Prior}} \times \overbrace{P(\text{Data} \mid \theta)}^{\text{Likelihood}}}{P(\text{Data})} -$$ - -Put (hopefully!) simply, combine the observed likelihood of the data $P(\text{Data} \mid \theta)$ (that's basically frequentism!) with prior knowledge about the distribution of $\theta$ and you'll get a posterior estimate of $\theta$. - -Actually calculating this with real data, though, can be tricky and computationally intensive—often there's no formal mathematical way to figure out the actual equation. So instead, we can use computers to simulate thousands of guesses and then look at the distribution of those guesses (just like we did with [the Zilch simulation in class](/resource/zilch.qmd#probability-with-computers-only)). One modern method for doing this is called Monte Carlo Markov Chain (MCMC) simulation, which is what most R-based tools for Bayesian stats use nowadays. - -Let's look at restaurant inspection scores on the weekend Bayesianly. Here, we're still interested in our population parameter $\theta$, or the average weekend score boost. Only now, we're not assuming that $\theta$ is some single fixed value out in the world that we're trying to capture with confidence intervals—we'll use the data that we have to estimate the variation in $\theta$. The easiest way to do Bayesian analysis with R is with [the **brms** package](https://paul-buerkner.github.io/brms/), which uses the familiar formula syntax you've been using with `lm()`. The syntax is super similar, just with a few additional arguments: - -**MCMC things** - -Arguments like `chains`, `iter`, and `cores` deal with the simulation. `chains` defines how many parallel simulations should happen, `iter` controls how many iterations should happen with in each chain, and `cores` spreads those chains across the CPUs in your computer (i.e. if you have a 4-core computer, you can run 4 chains all at the same time; run `parallel::detectCores()` in your R console to see how many CPU cores you have). `seed` makes it so that the random simulation results are reproducible ([see here for more on seeds](/example/random-numbers.qmd#seeds)). - -**Priors** - -These define your prior beliefs about the parameters (i.e. $\theta$) in the model. If you think that the restaurant weekend inspection boost is probably positive, but could possibly be negative, or maybe zero, you can feed that belief into the model. For instance, if you're fairly confident (based on experiences in other states maybe) that weekend scores really are higher, you can provide an *informative* prior that says that $\theta$ is most likely 1.5 points ± a little variation, following a normal distribution. Or, if you have no idea what it could be—maybe it's super high like 10, maybe it's negative like −5, or maybe it's 0 and there's no weekend boost—you can provide a *vague* prior that says that $\theta$ is 0 points ± a ton of variation. - -```{r priors, fig.width=8} -library(patchwork) # For combining ggplot plots - -plot_informative <- ggplot() + - stat_function(fun = dnorm, args = list(mean = 1.5, sd = 0.5), - geom = "area", fill = "grey80", color = "black") + - xlim(-1, 4) + - labs(title = "Informative prior", subtitle = "Normal(mean = 1.5, sd = 0.5)", - caption = "We're pretty sure θ is around 1.5") - -plot_vague <- ggplot() + - stat_function(fun = dnorm, args = list(mean = 0, sd = 10), - geom = "area", fill = "grey80", color = "black") + - xlim(-35, 35) + - labs(title = "Vague prior", subtitle = "Normal(mean = 0, sd = 10)", - caption = "Surely θ is in there *somewhere*") - -plot_informative | plot_vague -``` - -For the sake of this example, we'll use a vague prior. - -Here's how to officially do Bayesian analysis with **brms** and incorporate prior information about $\theta$. Again, the syntax is super similar to `lm()`, just with some extra bits about the prior and the MCMC settings: - -```{r load-bayes-stuff, warning=FALSE, message=FALSE} -library(brms) # For Bayesian regression with brm() -library(broom.mixed) # For tidy() and glance() with brms-based models -library(tidybayes) # For extracting posterior draws -library(ggdist) # For making pretty posterior plots -``` - -```{r actual-brms-model, cache=TRUE, results='hide'} -# bf() stands for "bayes formula"; you technically don't need to use it, but it -# makes life easier for more complex models, so it's good practice even when -# using a simple formula like the one here -# -# This will take a little bit of time to run. Here's what it's actually doing: -# -# 1. Translate this R code to Stan (a specific language for doing Bayesian stuff with MCMC) -# 2. Compile the Stan code to faster-running C++ code -# 3. Actually do the MCMC sampling - -# Set the prior for the weekend coefficient -# Use get_priors() to see all the other default priors -priors <- c( - prior(normal(0, 10), class = "b", coef = "WeekendTRUE") -) - -# Run the model! -model_bayes <- brm(bf(inspection_score ~ Weekend + NumberofLocations + Year), - data = inspections, - prior = priors, - chains = 4, iter = 2000, cores = 4, seed = 1234) -``` - -Phew. That took a while to run, but it ran! Now we can check the results: - -```{r warning=FALSE} -tidy(model_bayes, conf.int = TRUE) -``` - -```{r warning=FALSE, include=FALSE} -results <- tidy(model_bayes, conf.int = TRUE) %>% - filter(effect == "fixed") %>% - mutate(across(c(estimate, conf.low, conf.high), - list(nice = ~as.character(round(., 2))))) %>% - split(.$term) -``` - -Our estimate for the weekend boost, or $\hat{\theta}$, is `r results$WeekendTRUE$estimate_nice`, which is basically the same as the frequentist estimate we found before. We have an interval too, but it's not a confidence interval—it's a credible interval. Instead of telling us about the range of the confidence interval net, this credible interval tells us the probability that $\hat{\theta}$ falls in that range. It's essentially the probability of the actual value, not the probability of the range. Based on this, there's a 95% chance that—given the data we have—the weekend score boost ($\hat{\theta}$) is between `r results$WeekendTRUE$conf.low_nice` and `r results$WeekendTRUE$conf.high_nice`. - -We can visualize this posterior distribution to see more information than we could with our frequentist estimate. Remember, our simulation estimated thousands of possible coefficients for `WeekendTRUE`, and each of them are equally likely. The value that we see in `tidy()` is the median of all these simulated coefficients, or draws. We can see a few of them here: - -```{r} -model_bayes %>% - spread_draws(b_WeekendTRUE) %>% - head(10) -``` - -Sometimes the weekend boost is 1.2, sometimes 1.7, sometimes 1.3, etc. There's a lot of variation in there. We can plot all these simulated coefficients to see where they mostly cluster: - -```{r weekend-posterior-halfeye} -weekend_draws <- model_bayes %>% - spread_draws(b_WeekendTRUE) - -ggplot(weekend_draws, aes(x = b_WeekendTRUE)) + - stat_halfeye() + - labs(caption = "Point shows median value;\nthick black bar shows 66% credible interval;\nthin black bar shows 95% credible interval") -``` - -The weekend point boost $\hat{\theta}$ is mostly clustered around 1–2, and 95% of those draws are between `r results$WeekendTRUE$conf.low_nice` and `r results$WeekendTRUE$conf.high_nice`. We're thus 95% sure that the actual weekend point boost is between `r results$WeekendTRUE$conf.low_nice` and `r results$WeekendTRUE$conf.high_nice` with a median of `r results$WeekendTRUE$estimate_nice`. - -We can also look at this distribution a slightly different way by collapsing all those posterior draws into 100 possible values. Each of these dots is equally likely, and the true value of $\theta$ could be any of them, but again, most are clustered around `r results$WeekendTRUE$estimate_nice`: - -```{r weekend-posterior-dots} -ggplot(weekend_draws, aes(x = b_WeekendTRUE)) + - stat_dotsinterval(quantiles = 100) + - labs(caption = "Point shows median value;\nthick black bar shows 66% credible interval;\nthin black bar shows 95% credible interval") -``` - -## General summary of intervals - -So, we've seen two different philosophies for quantifying uncertainty with confidence intervals and credible intervals. Here's a general overview of the two approaches and how you can interpret them: - -```{r summary-table, echo=FALSE, warning=FALSE, message=FALSE} -library(kableExtra) - -tribble( - ~` `, ~Frequentism, ~Bayesianism, - "Approach", "\\(P(\\text{Data} \\mid \\theta)\\)", "\\(P(\\theta \\mid \\text{Data})\\)", - "", "\\(\\theta\\) is a fixed single value; data is variable and can be repeatedly sampled", "\\(\\theta\\) is variable and has uncertainty; data is fixed (you only have one sample)", - "How to do it in R", "lm(...)", "library(brms)
    brm(...)", - "Name", "Confidence interval", "Credible interval (or posterior interval)", - "Intuition", "Probability of the range", "Probability of the actual value", - "Interpretation template", "There's a 95% probability that this range contains the true value of \\(\\theta\\)", "There's a 95% probability that the true value of \\(\\theta\\) falls in this range.", - "", "Few people naturally think like this", "People do naturally think like this" -) %>% - kbl(escape = FALSE) %>% - kable_styling(full_width = FALSE, position = "center") -``` - -## Two ways of making decisions with posterior distributions - -In the world of frequentism, we're interested in whether coefficients are statistically different from 0 in a null world where there's no effect. We rely on *p*-values to see the probability of seeing an estimate at least as large as what we've calculated in a hypothetical world where that estimate is actually 0. This is a really non-intuitive way of thinking about the world (imaginary null worlds?!), so everyone always misinterprets *p*-values. - -Remember what you read in [Imbens's article](https://doi.org/10.1257/jep.35.3.157) though—in real life, very few people care about whether a coefficient is significantly different from a hypothetical null. Instead, people want to know how certain you are of the estimate and what it means practically. Is it for sure a positive effect, or could it maybe be zero or maybe be negative? Significance stars can't tell us much about those questions, but posterior Bayesian intervals can. - -### Probability of direction - -One question we can answer with Bayesian results is "How certain are we that this estimate is positive (or negative)?" Are we sure the weekend scores are higher on average, or could they sometimes be negative? Are we sure that the average treatment effect of your program decreases poverty, or could it maybe have a positive effect instead? - -To figure this out, we can calculate something called the ["probability of direction,"](https://easystats.github.io/bayestestR/articles/probability_of_direction.html) or the proportion of posterior draws that are above (or below) some arbitrary number. For instance, what's the probability that the weekend boost is positive (or greater than 0)? - -```{r} -# Find the proportion of posterior draws that are bigger than 0 -weekend_draws %>% - summarize(prop_greater_0 = sum(b_WeekendTRUE > 0) / n()) -``` - -Whoa. 99.9% of the posterior draws for the weekend boost are greater than 0, meaning that there's a 99.9% chance that the coefficient is positive, given the data we have. - -The neat thing about the probability of direction is that we can choose whatever value we want as the threshold. Let's say the state health director wants to know if weekend scores are higher than weekday scores, but she's fine with just a little boost (weekends are nice! inspectors are happier!). Pretend that she thinks an average difference of 1 or lower isn't a big concern, but seeing a difference greater than 1 is a signal that weekend inspectors are maybe being too lenient. We can use 1 as our threshold instead: - -```{r} -# Find the proportion of posterior draws that are bigger than 1 -weekend_draws %>% - summarize(prop_greater_0 = sum(b_WeekendTRUE > 1) / n()) -``` - -Based on this, 84% of the draws are higher than 1, so there's an 84% chance that the actual $\theta$ is greater than 1. Notice how there's no discussion of significance here—no alpha thresholds, no stars, no null worlds. We just have a probability that $\hat{\theta}$ is above 1. We can even visualize it. Everything to the right of that vertical line at 1 is "significant" (but not significant with null worlds and stars). - -```{r plot-pd} -ggplot(weekend_draws, aes(x = b_WeekendTRUE)) + - stat_halfeye(aes(fill_ramp = stat(x > 1)), fill = "red") + - scale_fill_ramp_discrete(from = "darkred", guide = "none") + - geom_vline(xintercept = 1) + - labs(caption = "Point shows median value;\nthick black bar shows 66% credible interval;\nthin black bar shows 95% credible interval") -``` - -Should the state health director be concerned? Probably. There's an 84% chance that weekend inspection scores are at least 1 point higher than weekday scores, on average, given the data we have. - -### Region of practical equivalence (ROPE) - -Looking at the probability of direction is helpful if you are concerned whether an effect is positive or negative (i.e. greater or less than 0), but it's also a little weird to think about because we're testing if something is greater or less than some specific single number. In our example of the health director, we pretended that she cared whether the average weekend score was 1 point higher, but that's arbitrary. - -Another approach is that we can think of a range of $\theta$ where there's practically no effect. Think of this as a "dead zone" of sorts. If $\hat{\theta}$ is 0, we know there's no effect. If $\hat{\theta}$ is something tiny like 0.2 or -0.3, we probably don't actually care—that's a tiny amount and could just be because of measurement error. It's not anything really actionable. If $\hat{\theta}$ is big like 1.3 or -2.4 or whatever, then we have cause to worry, but if the estimate is in the "dead zone" (however we want to define it), then we shouldn't really care or worry. - -The official Bayesian term for this "dead zone" is [the *region of practical equivalence* (ROPE)](https://easystats.github.io/bayestestR/articles/region_of_practical_equivalence.html). There are lots of ways to determine this dead zone—you can base it on experience with the phenomenon (e.g., if you're the health director and know a lot about inspection scores, you know what kind of score ranges matter), or you can base it on the data you have (e.g., `-0.1 * sd(outcome)` to `0.1 * sd(outcome)`). - -For this example, let's pretend that the health director tells you that any effect between −0.5 and 0.5 doesn't matter—for her, those kind of values would be the same as 0. Now that we have a dead zone or ROPE, we can calculate the proportion of coefficient draws that fall outside of that ROPE: - -```{r} -# Find the proportion of posterior draws that are bigger than 0.5 or less than -0.5 -weekend_draws %>% - summarize(prop_outside_rope = 1 - sum(b_WeekendTRUE >= -0.5 & b_WeekendTRUE <= 0.5) / n()) -``` - -```{r plot-rope} -ggplot(weekend_draws, aes(x = b_WeekendTRUE)) + - stat_halfeye(aes(fill_ramp = stat(x >= 0.5 | x <= -0.5)), fill = "red") + - scale_fill_ramp_discrete(from = "darkred", guide = "none") + - annotate(geom = "rect", xmin = -0.5, xmax = 0.5, ymin = -Inf, ymax = Inf, fill = "purple", alpha = 0.3) + - annotate(geom = "label", x = 0, y = 0.75, label = "ROPE\n(dead zone)") + - labs(caption = "Point shows median value;\nthick black bar shows 66% credible interval;\nthin black bar shows 95% credible interval") -``` - -Given this data, 98% of the posterior distribution of the weekend boost is outside of the ROPE, or dead zone, so we can consider this to be "significant" (again, this is a tricky word because it has nothing to do with null worlds and stars!). - -There are some debates over what you should check with the ROPE. Some people say that you should look at how much of the 95% credible interval is inside the dead zone; other say you should look at how much of the entire distribution is inside the dead zone. We just did the latter, with the whole distribution. If we want to see how much of the area within the credible interval is inside the dead zone, we can change the code a little to filter those observations out: - -```{r} -# Extract the 95% confidence interval range -weekend_cred_int <- weekend_draws %>% - median_hdi() -weekend_cred_int$.lower - -# Find the proportion of posterior draws that are bigger than 0.5 or less than -# -0.5, but only look inside the 95% credible interval -weekend_draws %>% - # Only look inside the credible interval - filter(b_WeekendTRUE >= weekend_cred_int$.lower & b_WeekendTRUE <= weekend_cred_int$.upper) %>% - summarize(prop_outside_rope = 1 - sum(b_WeekendTRUE >= -0.5 & b_WeekendTRUE <= 0.5) / n()) -``` - -If we look only at the 95% credible interval of the posterior, there's a 0% chance that any of those estimated coefficients are in the dead zone / ROPE. There's a 100% chance that the credible interval doesn't touch the ROPE. You can see this visually too—look at the figure above with the purple ROPE. The thin black bar that shows the 95% credible interval doesn't show up in the purple area. - -Which approach is better—using full distribution or just using the credible interval? Who knows. That's up to you. - -Finally, here we decided on the ROPE kind of arbitrarily as −0.5 to 0.5, but there are more systematic ways of doing it. [One common and standard suggestion](https://easystats.github.io/bayestestR/articles/region_of_practical_equivalence.html#how-to-define-the-rope-range-) is to use −0.1 and 0.1 times the standard deviation of the outcome variable: - -```{r} -c(-0.1, 0.1) * sd(inspections$inspection_score) -``` - -Based on this approach, our ROPE/dead zone should be −0.63 to 0.63. Let's see how that looks: - -```{r} -# Find the proportion of posterior draws that are bigger than 0.5 or less than -# -0.5, but only look inside the 95% credible interval -weekend_draws %>% - # Only look inside the credible interval - filter(b_WeekendTRUE >= weekend_cred_int$.lower & b_WeekendTRUE <= weekend_cred_int$.upper) %>% - summarize(prop_outside_rope = 1 - sum(b_WeekendTRUE >= -0.63 & b_WeekendTRUE <= 0.63) / n()) -``` - -```{r plot-rope-sd} -ggplot(weekend_draws, aes(x = b_WeekendTRUE)) + - stat_halfeye(aes(fill_ramp = stat(x >= 0.63 | x <= -0.63)), fill = "red") + - scale_fill_ramp_discrete(from = "darkred", guide = "none") + - annotate(geom = "rect", xmin = -0.63, xmax = 0.63, ymin = -Inf, ymax = Inf, fill = "purple", alpha = 0.3) + - annotate(geom = "label", x = 0, y = 0.75, label = "ROPE\n(dead zone)") + - labs(caption = "Point shows median value;\nthick black bar shows 66% credible interval;\nthin black bar shows 95% credible interval") -``` - -This changes our results just a tiny bit. 97% of the full posterior distribution and 99.7% of the credible interval falls outside this ROPE. Neat. We can thus safely say that the weekend effect, or our estimate of $\theta$ is definitely practical and substantial (or "significant" if we want to play with that language). diff --git a/resource/citations.qmd b/resource/citations.qmd deleted file mode 100644 index bd61877f..00000000 --- a/resource/citations.qmd +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Citations and bibliography ---- - -You can [download a BibTeX file](/files/bib/references.bib) of all the non-web-based readings in the course: - -- [{{< fa book >}} `references.bib`](/files/bib/references.bib) - -You can open the file in [BibDesk on macOS](http://bibdesk.sourceforge.net/), [JabRef on Windows](http://www.jabref.org/), or [Zotero](https://www.zotero.org/) or [Mendeley](https://www.mendeley.com/) online. diff --git a/resource/data.qmd b/resource/data.qmd deleted file mode 100644 index 1e1fc93e..00000000 --- a/resource/data.qmd +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: Data ---- - -There are a ton of places to find data related to public policy and administration (as well as data on pretty much any topic you want) online: - -- [**Data is Plural newsletter**](https://tinyletter.com/data-is-plural): Jeremy Singer-Vine sends a weekly newsletter of the most interesting public datasets he's found. You should subscribe to it. [He also has an archive of all the datasets he's highlighted.](https://docs.google.com/spreadsheets/d/1wZhPLMCHKJvwOkP4juclhjFgqIY8fQFMemwKL2c64vk/edit#gid=0) - -- [**Google Dataset Search**](https://toolbox.google.com/datasetsearch): Google indexes thousands of public datasets; search for them here. - -- [**Kaggle**](https://www.kaggle.com/datasets): Kaggle hosts machine learning competitions where people compete to create the fastest, most efficient, most predictive algorithms. A byproduct of these competitions is a host of fascinating datasets that are generally free and open to the public. See, for example, [the European Soccer Database](https://www.kaggle.com/hugomathien/soccer), the [Salem Witchcraft Dataset](https://www.kaggle.com/rtatman/salem-witchcraft-dataset) or results from an [Oreo flavors taste test](https://www.kaggle.com/rtatman/oreo-flavors-tastetest-ratings). - -- [**360Giving**](http://www.threesixtygiving.org/data/data-registry/): Dozens of British foundations follow a standard file format for sharing grant data and have made that data available online. - -- [**US City Open Data Census**](http://us-cities.survey.okfn.org/): More than 100 US cities have committed to sharing dozens of types of data, including data about crime, budgets, campaign finance, lobbying, transit, and zoning. This site from the [Sunlight Foundation](http://sunlightfoundation.com/) and [Code for America](http://www.codeforamerica.org//) collects this data and rates cities by how well they're doing. - -- **Political science and economics datasets**: There's a wealth of data available for political science- and economics-related topics: - - [**François Briatte's extensive curated lists**](https://github.com/briatte/srqm/wiki/Data): Includes data from/about intergovernmental organizations (IGOs), nongovernmental organizations (NGOs), public opinion surveys, parliaments and legislatures, wars, human rights, elections, and municipalities. - - [**Thomas Leeper's list of political science datasets**](https://github.com/leeper/poliscitoys/issues/1): Good short list of useful datasets, divided by type of data (country-level data, survey data, social media data, event data, text data, etc.). - - [**Erik Gahner's list of political science datasets**](https://github.com/erikgahner/PolData): Huge list of useful datasets, divided by topic (governance, elections, policy, political elites, etc.) diff --git a/resource/exam1.qmd b/resource/exam1.qmd deleted file mode 100644 index 2d1e5876..00000000 --- a/resource/exam1.qmd +++ /dev/null @@ -1,112 +0,0 @@ ---- -title: "Things you should know for Exam 1" ---- - -## Evidence, causation, and evaluation - -**You should understand…** - -- …the difference between experimental research and observational research -- …the sometimes conflicting roles of science and intuition in public administration and policy -- …the difference between the various types of evaluations and how they target specific parts of a logic model -- …the difference between identifying correlation (math) and identifying causation (philosophy and theory) -- …what it means for a relationship to be causal - -## Regression and inference - -**You should understand…** - -- …the difference between correlation coefficients and regression coefficients -- …the difference between outcome/response/dependent and explanatory/predictor/independent variables -- …the two purposes of regression -- …what each of the components in a regression equation stand for, in both "flavors" of notation: - - $y = \beta_0 + \beta_1 x_1 + \beta_2 x_2 + \epsilon$ for the statistical flavor - - $y = \alpha + \beta x_1 + \gamma x_2 + \epsilon$ for the econometrics flavor -- …how sliders and switches work as metaphors for regression coefficients -- …what it means to hold variables constant (or to control for variables) -- …the different elements of the grammar of graphics and be able to identify how variables are encoded in a graph (i.e. how columns in a dataset can be represented through x/y coordinates, through color, through size, through fill, etc.) - -**You should be able to…** - -- …write and interpret R code that calculates summary statistics for groups (i.e. `group_by() %>% summarize()`) -- …write and interpret R code that builds linear models (i.e. `lm()`) -- …interpret regression coefficients -- …interpret other regression diagnostics like $R^2$ -- …use the `%>%` pipe in R to chain functions together -- …use `ggplot()` to visualize data - -**Helpful resources:** - -- {{< fa book >}} Garrett Grolemund and Hadley Wickham, [*R for Data Science*](https://r4ds.had.co.nz/) -- {{< fa book >}} Kieran Healy, ["How ggplot works,"](http://socviz.co/makeplot.html#how-ggplot-works) chapter 3 in *Data Visualization: A Practical Introduction* - -## Theories of change and measurement - -**You should understand…** - -- …how to describe a program's theory of change -- …the difference between inputs, activities, outputs, and outcomes -- …the elements of a program's impact theory: causes (activities) linked to effects (outcomes) -- …the elements of a program's logic model: the explicit links between all its inputs, activities, outputs, and outcomes -- …the difference between implicit and articulated program theories -- …the purpose of smaller-scale mechanism testing -- …how indicators can be measured at different levels of abstraction -- …what makes an indicator a good indicator - -**You should be able to…** - -- …identify a program's underlying theory based on its mission statement -- …draw a program impact theory chart that links activities to outcomes -- …draw a program logic model that links inputs to activities to outputs to outcomes -- …identify the most central elements of a potential outcome measurement - -## Counterfactuals and DAGs - -**You should understand…** - -- …how a causal model encodes our understanding of a causal process -- …how to identify front door and back door paths between treatment/exposure and outcome -- …why we avoid closing front door paths -- …why we close back door paths -- …why adjusting for colliders can distort causal effects -- …the difference between logic models and DAGs -- …the difference between individual level causal effects, average treatment effects (ATE), conditional average treatment effect (CATE), average treatment on the treated effects (ATT), and average treatment on the untreated (ATU) -- …what the fundamental problem of causal inference is and how we can attempt to address it - -**You should be able to…** - -- …draw a possible DAG for a given causal relationship -- …identify all pathways between treatment/exposure and outcome -- …identify which nodes in the DAG need to be adjusted for (or closed) -- …identify colliders (which should not be adjusted for) - -**Helpful resources:** - -- {{< fa arrow-up-right-from-square >}} Malcom Barrett, ["An Introduction to Directed Acyclic Graphs"](https://cran.r-project.org/web/packages/ggdag/vignettes/intro-to-dags.html) -- {{< fa arrow-up-right-from-square >}} Malcom Barrett, ["An Introduction to ggdag"](https://cran.r-project.org/web/packages/ggdag/vignettes/intro-to-ggdag.html) -- {{< fa arrow-up-right-from-square >}} Judea Pearl, ["A Crash Course in Good and Bad Control"](http://causality.cs.ucla.edu/blog/index.php/2019/08/14/a-crash-course-in-good-and-bad-control/): A quick summary of back doors, front doors, confounders, colliders, and when to control/not control for DAG nodes -- {{< fa brands youtube >}} Causal Inference Bootcamp, ["Average Treatment Effects,"](https://modu.ssri.duke.edu/module/introduction-causal-inference/average-treatment-effect) Duke University -- {{< fa brands youtube >}} Causal Inference Bootcamp, ["Unit Level Effects,"](https://modu.ssri.duke.edu/module/introduction-causal-inference/unit-level-effect) Duke University -- {{< fa brands youtube >}} Causal Inference Bootcamp, ["Conditional Average Treatment Effects,"](https://modu.ssri.duke.edu/module/introduction-causal-inference/conditional-average-treatment-effect) Duke University -- {{< fa brands youtube >}} Causal Inference Bootcamp, ["Counterfactuals,"](https://modu.ssri.duke.edu/module/introduction-causal-inference/counterfactuals) Duke University -- {{< fa arrow-up-right-from-square >}} Neel Ocean, ["Understanding Selection Bias"](http://www.neelocean.com/understanding-selection-bias/): explanation of how to identify selection bias from the ATT and the ATE, with an explanation of how ATE = ATT + selection bias under the potential outcomes framework -- {{< fa arrow-up-right-from-square >}} Paul Hünermund, ["Sample Selection vs. Selection Into Treatment"](https://p-hunermund.com/2018/10/15/sample-selection-vs-selection-into-treatment/amp/?__twitter_impression=true) - -## Threats to validity - -**You should understand…** - -- …what it means when a study has internal validity and know how to identify the major threats to internal validity, including: omitted variable bias (selection and attrition), trend issues (maturation, secular trends, seasonality, testing, regression to the mean), study calibration issues (measurement error, time frame of study), and contamination issues (Hawthorne effects, John Henry effects, spillovers, and intervening events) -- …why selection bias is the most pernicious and difficult threat to internal validity and how we can account for it -- …what it means when a study has external validity -- …what it means when the measures used in a study have construct validity -- …what it means when the analysis used in a study has statistical conclusion validity - -**You should be able to…** - -- …identify existing and potential threats to validity in a study -- …suggest ways of addressing these threats - -**Helpful resources:** - -- Really, just google ["threats to internal validity"](https://www.google.com/search?q=threats+to+internal+validity) or ["threats to external validity"](https://www.google.com/search?q=threats+to+external+validity) and you'll find a billion different slide decks, articles, and lessons about these. They're a pretty standard part of any research design class. diff --git a/resource/exam2.qmd b/resource/exam2.qmd deleted file mode 100644 index bb383810..00000000 --- a/resource/exam2.qmd +++ /dev/null @@ -1,74 +0,0 @@ ---- -title: "Things you should know for Exam 2" ---- - -## Randomization - -- Understand why randomization is crucial for causal inference and counterfactuals -- Understand the process for analyzing a randomized controlled trial - -**Crucial resources**: - -- [Readings, slides, and videos for randomization and matching](/content/07-content.qmd) -- [Guide for RCTs](/example/rcts.qmd) -- Problem set 3 -- Task 1 in problem set 8 - - -## Matching and inverse probability weighting - -- Understand the intuition behind matching and inverse probability weighting -- Understand the process for adjusting for confounders and closing backdoors with both matching and inverse probability weighting - -**Crucial resources**: - -- [Readings, slides, and videos for randomization and matching](/content/07-content.qmd) -- [Guide for matching and inverse probability weighting](/example/matching-ipw.qmd) -- Problem set 3 -- Task 2 in problem set 8 - - -## Difference-in-difference - -- Understand the intuition behind making causal inferences with difference-in-differences -- Understand the process for analyzing diff-in-diffs - -**Crucial resources**: - -- [Readings, slides, and videos for diff-in-diff](/content/08-content.qmd) -- [Guide for diff-in-diff](/example/diff-in-diff.qmd) -- Problem set 4 -- Problem set 5 -- Task 3 in problem set 8 - - -## Regression discontinuity - -- Understand the intuition behind making causal inferences with regression discontinuity -- Understand the process for analyzing regression discontinuities, both ***fuzzy*** and ***sharp*** -- Understand the difference between ATE and LATE - -**Crucial resources**: - -- [Readings, slides, and videos for regression discontinuity I (sharp)](/content/10-content.qmd) -- [Readings, slides, and videos for regression discontinuity II (fuzzy)](/content/12-content.qmd) -- [Guide for sharp diff-in-diff](/example/rdd.qmd) -- [Guide for fuzzy diff-in-diff](/example/rdd-fuzzy.qmd) -- Problem set 6 -- Task 4 in problem set 8 - - -## Instrumental variables - -- Understand the intuition behind using instruments for causal inference -- Understand the three characteristics of a good instrument -- Understand the process for analyzing data with instrumental variables and 2SLS -- Understand the difference between ATE and LATE - -**Crucial resources**: - -- [Readings, slides, and videos for instrumental variables I](/content/11-content.qmd) -- [Readings, slides, and videos for instrumental variables II](/content/12-content.qmd) -- [Guide for instrumental variables](/example/iv.qmd) -- Problem set 7 -- Task 5 in problem set 8 diff --git a/resource/index.qmd b/resource/index.qmd index cafa83ef..684fd877 100644 --- a/resource/index.qmd +++ b/resource/index.qmd @@ -1,5 +1,92 @@ --- -title: "Resources" +title: "Recursos" +lang: es +execute: + freeze: auto --- -I have included a bunch of extra resources and guides related to causal inference, program evaluation, R, data, and other relevant topics. Enjoy! +En esta sección se irán subiendo una serie de recursos relacionados con el curso. + + + +## Glosario de conceptos + +| Concepto | Definición | +|:------------:|:------------:| +| Estadística | Conjunto de métodos y herramientas que involucra la recopilación, análisis, interpretación y presentación de datos numéricos con el objetivo de describir patrones, relaciones y tendencias en fenómenos naturales o sociales. | +| [Reproducibilidad](https://lisa-coes.com/03componentes/) | La capacidad de regenerar un experimento, análisis o estudio utilizando los mismos datos y métodos para llegar a los mismos resultados originales, verificando y asegurando la validez de los hallazgos. | +| [Ciencia Social Abierta](https://lisa-coes.com/) | Un enfoque en la investigación social que promueve la transparencia, el acceso abierto a datos, métodos y resultados, y la colaboración entre investigadores para mejorar la calidad y confiabilidad de la investigación. | +| [Protocolo IPO (Input-Process-Output)](https://lisa-coes.com/ipo-repro/) | Sistema digital de carpetas interconectadas: entrada, proceso y salida. Se utiliza para organizar, procesar y documentar los datos y código de un proyecto de investigación para que cualquier persona pueda ejecutarlo y compartirlo. | +| R project | Carpeta raíz organizada donde trabajas en un proyecto concreto en el lenguaje de programación R, permitiéndote gestionar archivos, paquetes y configuraciones de manera específica para ese proyecto. | +| Texto plano | Tipo de texto sin formato especial que se puede leer independiente del lector que se utilice. | +| [Markdown](https://daringfireball.net/projects/markdown/) | Clase especial de lenguaje que permite darle formato a texto simple con pocas marcas. Se utiliza comúnmente para escribir documentos simples con formato, como páginas web, documentación y presentaciones. | +| [Documentos dinámicos](https://lisa-coes.github.io/lisa-book/herramientas-para-los-an%C3%A1lisis-reproducibles.html#texto-plano-y-documentos-din%C3%A1micos) | Archivos que combinan texto plano y código de análisis (gráficos, tablas y resultados), de manera simultánea en un solo documento, permitiendo la generación automática y reproducible de resultados actualizados a medida que cambian los datos o parámetros. | +| [RMarkdown](https://bookdown.org/yihui/rmarkdown/) | Una extensión de Markdown en el entorno R que permite la integración simultánea de texto plano y código R y su ejecución en el documento, lo que facilita la creación de documentos dinámicos con análisis estadísticos y visualizaciones. | +| Librerías | Conjuntos de funciones y herramientas predefinidas que se pueden utilizar en lenguajes de programación, como R, para realizar tareas específicas sin tener que escribir todo el código desde cero. | +| Knitear | Proceso de compilación secuencial de código y resultados de ejecución en un documento RMarkdown, generando un documento final con texto formateado, código y gráficos integrados. | +| Renderizar | En el contexto de RMarkdown se refiere al proceso de convertir el código y contenido en un documento legible y presentable. En otras palabras, cuando renderizas un documento RMarkdown, estás transformando el código, texto y elementos visuales en un formato final, como un informe, una presentación o un documento HTML, que pueda ser compartido o presentado a otros de manera comprensible. | +| YAML | Acrónimo de "YAML Ain't Markup Language", es un formato de serialización de datos legible por humanos que se utiliza para configurar y definir la estructura de datos en muchos programas y aplicaciones. En RMarkdown corresponden al encabezado de instrucciones generales del documento. | +| [Chunk](https://bookdown.org/yihui/rmarkdown/r-code.html) | Un bloque de código, que puede ser en R, en un documento RMarkdown, rodeado por marcas especiales que indican al sistema cómo manejar y ejecutar ese fragmento de código, y luego mostrar sus resultados en el documento final. | + + +## Reporte + +- [Tablas con R, con ejemplo de canciones de Spotify](https://felixanalytix.medium.com/how-to-make-beautiful-tables-using-r-programming-35d75cc919fb) + +- [Introduction to Quarto](https://www.youtube.com/watch?v=_f3latmOhew) + +## Estadística descriptiva + +- [Curso Estadística Descriptiva Sociología UChile, 1er Sem 2023](https://descriptiva-facso.netlify.app/) + +## Uso de R + +- [Conocimientos básicos de programación en R](https://descriptiva-facso.netlify.app/content/02-content) + +- [Importar datos en R](https://descriptiva-facso.netlify.app/resource/03-resource) + +- [Procesamiento y análisis de datos en R (tidyverse)](https://descriptiva-facso.netlify.app/content/05-content) + +- [Procesamiento y análisis de datos en R (base)](https://descriptiva-facso.netlify.app/resource/04-resource) + +- [Más para aprender R](https://descriptiva-facso.netlify.app/resource/02-resource) + +## Inferencia + +- [Por qué se divide la varianza por N-1?](https://es.khanacademy.org/math/ap-statistics/summarizing-quantitative-data-ap/more-standard-deviation/v/another-simulation-giving-evidence-that-n-1-gives-us-an-unbiased-estimate-of-variance) + +- [Statistical Inference via Data Science A ModernDive into R and the Tidyverse](https://moderndive.com/index.html) + +- [Introduction to modern statistics (Mine Çetinkaya-Rundel and Johanna Hardin)](openintro-ims.netlify.app/) + +- [Inferencia univariada](https://descriptiva-facso.netlify.app/content/08-content) + +## Visualización + +- [Visualización descriptiva de datos en R](https://descriptiva-facso.netlify.app/content/06-content) + +- [R Graph Gallery](https://r-graph-gallery.com/) + +## Bases de datos + +- [Bases de datos para trabajos o investigación](https://descriptiva-facso.netlify.app/resource/01-resource) + + diff --git a/resource/install.qmd b/resource/install.qmd index 6c07f9b4..d76996e7 100644 --- a/resource/install.qmd +++ b/resource/install.qmd @@ -1,109 +1,7 @@ --- -title: "Installing R, RStudio, tidyverse, and tinytex" +title: "Instalar R, RStudio y tidyverse" --- ```{r setup, include=FALSE} library(knitr) ``` - -You will do all of your work in this class with the open source (and free!) programming language [R](https://cran.r-project.org/). You will use [RStudio](https://www.rstudio.com/) as the main program to access R. Think of R as an engine and RStudio as a car dashboard—R handles all the calculations and the actual statistics, while RStudio provides a nice interface for running R code. - - -## RStudio.cloud - -R is free, but it can sometimes be a pain to install and configure. To make life easier, you can (and should!) use the free [RStudio.cloud](http://rstudio.cloud/) service *initially*, which lets you run a full instance of RStudio in your web browser. This means you won't have to install anything on your computer to get started with R! We will have a shared class workspace in RStudio.cloud that will let you quickly copy templates for labs and problem sets. - -Go to and create an account. You'll receive a link to join the shared class workspace separately. If you don't get this link, let me know and I will invite you. - - -## RStudio on your computer - -RStudio.cloud is convenient, but it can be slow and it is not designed to be able to handle larger datasets, more complicated analysis, or fancier graphics. Over the course of the semester, you should wean yourself off of RStudio.cloud and install all these things locally. This is also important if you want to customize fonts, since RStudio.cloud has extremely limited support for fonts other than Helvetica. - -Here's how you install all these things - -### Install R - -First you need to install R itself (the engine). - -1. Go to the CRAN (Collective R Archive Network)[^cran] website: - -2. Click on "Download R for `XXX`", where `XXX` is either Mac or Windows: - - ```{r, echo=FALSE, out.width="60%", fig.align="center"} - include_graphics("/files/img/install/install-r-links.png", error = FALSE) - ``` - - - If you use macOS, scroll down to the first `.pkg` file in the list of files (in this picture, it's `R-4.0.0.pkg`; as of right now, the current version is **4.2.1**) and download it. - - ```{r, echo=FALSE, out.width="80%", fig.align="center"} - include_graphics("/files/img/install/install-r-mac.png", error = FALSE) - ``` - - - If you use Windows, click "base" (or click on the bolded "install R for the first time" link) and download it. - - ```{r, echo=FALSE, out.width="100%", fig.align="center"} - include_graphics("/files/img/install/install-r-windows.png", error = FALSE) - ``` - -3. Double click on the downloaded file (check your `Downloads` folder). Click yes through all the prompts to install like any other program. - -4. If you use macOS, [download and install XQuartz](https://www.xquartz.org/). You do not need to do this on Windows. - -[^cran]: It's a goofy name, but CRAN is where most R packages—and R itself—lives. - - -### Install RStudio - -Next, you need to install RStudio, the nicer graphical user interface (GUI) for R (the dashboard). Once R and RStudio are both installed, you can ignore R and only use RStudio. RStudio will use R automatically and you won't ever have to interact with it directly. - -1. Go to the free download location on RStudio's website: - -2. The website should automatically detect your operating system (macOS or Windows) and show a big download button for it: - - ```{r, echo=FALSE, out.width="50%", fig.align="center"} - include_graphics("/files/img/install/install-r-rstudio1.png", error = FALSE) - ``` - - If not, scroll down a little to the large table and choose the version of RStudio that matches your operating system. - - ```{r, echo=FALSE, out.width="100%", fig.align="center"} - include_graphics("/files/img/install/install-r-rstudio2.png", error = FALSE) - ``` - -3. Double click on the downloaded file (again, check your `Downloads` folder). Click yes through all the prompts to install like any other program. - -Double click on RStudio to run it (check your applications folder or start menu). - - -### Install `tidyverse` - -R packages are easy to install with RStudio. Select the packages panel, click on "Install," type the name of the package you want to install, and press enter. - -```{r, echo=FALSE, out.width="40%", fig.align="center"} -include_graphics("/files/img/install/install-r-package-panel.png", error = FALSE) -``` - -- This can sometimes be tedious when you're installing lots of packages, though. [The tidyverse](https://www.tidyverse.org/), for instance, consists of dozens of packages (including **ggplot2**) that all work together. Rather than install each individually, you can install a single magical package and get them all at the same time. - -- Go to the packages panel in RStudio, click on "Install," type "tidyverse", and press enter. You'll see a bunch of output in the RStudio console as all the tidyverse packages are installed. - - ```{r, echo=FALSE, out.width="60%", fig.align="center"} - include_graphics("/files/img/install/install-r-tidyverse.png", error = FALSE) - ``` - -Notice also that RStudio will generate a line of code for you and run it: `install.packages("tidyverse")`. You can also just paste and run this instead of using the packages panel. - - -### Install `tinytex` - -When you knit to PDF, R uses a special scientific typesetting program named LaTeX (pronounced "lay-tek" or "lah-tex"; for goofy nerdy reasons, the x is technically the "ch" sound in "Bach", but most people just say it as "k"—saying "layteks" is frowned on for whatever reason). - -LaTeX is neat and makes pretty documents, but it's a huge program—[the macOS version, for instance, is nearly 4 GB](https://tug.org/mactex/mactex-download.html)! To make life easier, there's [an R package named **tinytex**](https://yihui.org/tinytex/) that installs a minimal LaTeX program and that automatically deals with differences between macOS and Windows. - -Here's how to install **tinytex** so you can knit to pretty PDFs: - -1. Use the Packages in panel in RStudio to install **tinytex** like you did above with **tidyverse**. Alternatively, run `install.packages("tinytex")` in the console. -2. Run `tinytex::install_tinytex()` in the console. -3. Wait for a bit while R downloads and installs everything you need. -4. The end! You should now be able to knit to PDF. diff --git a/resource/macros.js b/resource/macros.js new file mode 100644 index 00000000..071125df --- /dev/null +++ b/resource/macros.js @@ -0,0 +1,4 @@ +remark.macros.scale = function (percentage) { + var url = this; + return ''; +}; diff --git a/resource/markdown.qmd b/resource/markdown.qmd deleted file mode 100644 index 7e4c08a1..00000000 --- a/resource/markdown.qmd +++ /dev/null @@ -1,466 +0,0 @@ ---- -title: "Using Markdown" ---- - -[Markdown](https://daringfireball.net/projects/markdown/) is a special kind of markup language that lets you format text with simple syntax. You can then use a converter program like [pandoc](https://pandoc.org/) to convert Markdown into whatever format you want: HTML, PDF, Word, PowerPoint, etc. ([see the full list of output types here](https://pandoc.org/MANUAL.html#option--to)) - - - -```{r eval=FALSE, include=FALSE} -# This uses stackedit.js to embed a StackEdit iframe -# See https://benweet.github.io/stackedit.js/ -``` - -```{css echo=FALSE} -.invisible-text { - display: none; -} - -.btn-editor { - font-size: 1.25rem; - font-weight: bold; -} - -.stackedit-button-wrapper { - text-align: center; -} -``` - - - - - -## Basic Markdown formatting - - ----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Type……or……to get
    Some text in a paragraph.
    -More text in the next paragraph. Always -use empty lines between paragraphs.

    Some text in a paragraph.

    -

    More text in the next paragraph. Always -use empty lines between paragraphs.

    *Italic*_Italic_Italic
    **Bold**__Bold__Bold
    # Heading 1

    -Heading 1 -

    ## Heading 2

    -Heading 2 -

    ### Heading 3

    -Heading 3 -

    (Go up to heading level 6 with ######)
    [Link text](http://www.example.com)Link text
    ![Image caption](/path/to/image.png)Class logo
    `Inline code` with backticksInline code with backticks
    > Blockquote
    -

    Blockquote

    -
    - Things in
    -- an unordered
    -- list
    * Things in
    -* an unordered
    -* list
      -
    • Things in
    • -
    • an unordered
    • -
    • list
    • -
    1. Things in
    -2. an ordered
    -3. list
    1) Things in
    -2) an ordered
    -3) list
      -
    1. Things in
    2. -
    3. an ordered
    4. -
    5. list
    6. -
    Horizontal line
    -
    ----
    Horizontal line
    -
    -***

    Horizontal line

    -
    - -## Math - -### Basic math commands - -Markdown uses LaTeX to create fancy mathematical equations. There are like a billion little options and features available for math equations—you can find [helpful examples of the the most common basic commands here](http://www.malinc.se/math/latex/basiccodeen.php). In this class, these will be the most common things you'll use: - -```{r echo=FALSE, warning=FALSE, message=FALSE} -library(tidyverse) -library(kableExtra) - -math_table <- tribble( - ~group, ~Description, ~Command, ~Output, - "Letters", "Roman letters", "a b c d e f", "\\(a\\ b\\ c\\ d\\ e\\ f\\)", - "Letters", "Greek letters (see this for all possible letters)", "\\alpha \\beta \\Gamma \\gamma
    \\Delta \\delta \\epsilon", "\\(\\alpha\\ \\beta\\ \\Gamma\\ \\gamma\\ \\Delta\\ \\delta\\ \\epsilon\\)", - "Letters", "Letters will automatically be italicized and treated as math variables;
    if you want actual text in the math, use \\text{}", "Ew: Treatment = \\beta
    Good: \\text{Treatment} = \\beta", "Ew: \\(Treatment = \\beta\\)
    Good: \\(\\text{Treatment} = \\beta\\)", - "Letters", "Extra spaces will automatically be removed; if you want a space, use \\ ", "No space: x y
    Space: x\\ y", "No space: \\(x y\\)
    Space: \\(x \\ y\\)", - "Superscripts and subscripts", "Use ^ to make one character superscripted.", "x^2", "\\(x^2\\)", - "Superscripts and subscripts", "Wrap the superscripted part in {} if there's more than one character", "x^{2+y}", "\\(x^{2+y}\\)", - "Superscripts and subscripts", "Use _ to make one character subscripted", "\\beta_1", "\\(\\beta_1\\)", - "Superscripts and subscripts", "Wrap the subscripted part in {} if there's more than one character", "\\beta_{i, t}", "\\(\\beta_{i, t}\\)", - "Superscripts and subscripts", "Use superscripts and subscripts simultaneously", "\\beta_1^{\\text{Treatment}}", "\\(\\beta_1^{\\text{Treatment}}\\)", - "Superscripts and subscripts", "You can even nest them", "x^{2^{2^2}}", "\\(x^{2^{2^2}}\\)", - "Math operations", "Addition", "2 + 5 = 7", "\\(2 + 5 = 7\\)", - "Math operations", "Subtraction", "2 - 5 = -3", "\\(2 + 5 = -3\\)", - "Math operations", "Multiplication", "x \\times y
    x \\cdot y", "\\(x \\times y\\)
    \\(x \\cdot y\\)", - "Math operations", "Division", "8 \\div 2", "\\(8 \\div 2\\)", - "Math operations", "Fractions", "\\frac{8}{2}", "\\(\\frac{8}{2}\\)", - "Math operations", "Square roots; use [3] for other roots", "\\sqrt{81} = 9
    \\sqrt[3]{27} = 3", "\\(\\sqrt{81} = 9\\)
    \\(\\sqrt[3]{27} = 3\\)", - "Math operations", "Summation; use sub/superscripts for extra details", "\\sum x
    \\sum_{n=1}^{\\infty} \\frac{1}{n}", "\\(\\sum x\\)
    \\(\\sum_{n=1}^{\\infty} \\frac{1}{n}\\)", - "Math operations", "Products; use sub/superscripts for extra details", "\\prod x
    \\prod_{n=1}^{5} n^2", "\\(\\prod x\\)
    \\(\\prod_{n=1}^{5} n^2\\)", - "Math operations", "Integrals; use sub/superscripts for extra details", "\\int x^2 \\ dx
    \\int_{1}^{100} x^2 \\ dx", "\\(\\int x^2 \\ dx\\)
    \\(\\int_{1}^{100} x^2 \\ dx\\)", - "Extra symbols", "Add a bar for things like averages", "\\bar{x}", "\\(\\bar{x}\\)", - "Extra symbols", "Use an overline for longer things", "Ew: \\bar{abcdef}
    Good: \\overline{abcdef}", "Ew: \\(\\bar{abcdef}\\)
    Good: \\(\\overline{abcdef}\\)", - "Extra symbols", "Add a hat for things like estimates", "\\hat{y}", "\\(\\hat{y}\\)", - "Extra symbols", "Use a wide hat for longer things", "Ew: \\hat{abcdef}
    Good: \\widehat{abcdef}", "Ew: \\(\\hat{abcdef}\\)
    Good: \\(\\widehat{abcdef}\\)", - "Extra symbols", "Use arrows for DAG-like things", "Z \\rightarrow Y \\leftarrow X", "\\(Z \\rightarrow Y \\leftarrow X\\)", - "Bonus fun", "Use colors!; see here for more details and here for a list of color names", "\\color{red}{y} = \\color{blue}{\\beta_1 x_1}", "\\(\\color{red}{y}\\ \\color{black}{=}\\ \\color{blue}{\\beta_1 x_1}\\)" -) - -math_table %>% - select(-group) %>% - kable(escape = FALSE) %>% - kableExtra::pack_rows(index = table(fct_inorder(math_table$group))) %>% - kable_styling() -``` - -### Using math inline - -You can use math in two different ways: inline or in a display block. To use math inline, wrap it in single dollar signs, like ``$y = mx + b$``: - - ---- - - - - - - - - - - - - -
    Type……to get
    Based on the DAG, the regression model for
    -estimating the effect of education on wages
    -is $\hat{y} = \beta_0 + \beta_1 x_1 + \epsilon$, 
    -or $\text{Wages} = \beta_0 + 
    -\beta_1 \text{Education} + \epsilon$.
    Based on the DAG, the regression model for -estimating the effect of education on wages -is $\hat{y} = \beta_0 + \beta_1 x_1 + \epsilon$, or -$\text{Wages} = \beta_0 + \beta_1 \text{Education} + \epsilon$.
    - -### Using math in a block - -To put an equation on its own line in a display block, wrap it in double dollar signs, like this: - -**Type…** - -```text -The quadratic equation was a way to solve for $x$ in high school math: - -$$ -x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} -$$ -``` - -**…to get…** - -> The quadratic equation was a way to solve for $x$ in high school math: -> -> $$ -> x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} -> $$ - ---- - -### Dollar signs and math - -Because dollar signs are used to indicate math equations, you can't just use dollar signs like normal if you're writing about actual dollars. For instance, if you write `This book costs $5.75 and this other costs $40`, Markdown will treat everything that comes between the dollar signs as math, like so: "This book costs \\($5.75 and this other costs $40\\)". - -To get around that, put a backslash (`\`) in front of the dollar signs, so that `This book costs \$5.75 and this other costs \$40` becomes "This book costs $5.75 and this other costs $40". - - -## Tables - -There are 4 different ways to hand-create tables in Markdown—I say "hand-create" because it's normally way easier to use R to generate these things with packages like [**kableExtra**](https://cran.r-project.org/web/packages/kableExtra/vignettes/awesome_table_in_html.html) (use `kable()`) or [**pander**](https://rapporter.github.io/pander/) (use `pandoc.table()`). The two most common are simple tables and pipe tables. [You should look at the full documentation here](https://pandoc.org/MANUAL.html#tables). - -**For simple tables, type…** - -```text - Right Left Center Default -------- ------ ---------- ------- - 12 12 12 12 - 123 123 123 123 - 1 1 1 1 - -Table: Caption goes here -``` - -**…to get…** - -| Right | Left | Center | Default | -|------:|:-----|:-------:|---------| -| 12 | 12 | 12 | 12 | -| 123 | 123 | 123 | 123 | -| 1 | 1 | 1 | 1 | - -Table: Caption goes here - - -**For pipe tables, type…** - -```text -| Right | Left | Default | Center | -|------:|:-----|---------|:------:| -| 12 | 12 | 12 | 12 | -| 123 | 123 | 123 | 123 | -| 1 | 1 | 1 | 1 | - -Table: Caption goes here -``` - -**…to get…** - -| Right | Left | Default | Center | -|------:|:-----|---------|:------:| -| 12 | 12 | 12 | 12 | -| 123 | 123 | 123 | 123 | -| 1 | 1 | 1 | 1 | - -Table: Caption goes here - - -## Footnotes - -There are two different ways to add footnotes ([see here for complete documentation](https://pandoc.org/MANUAL.html#footnotes)): regular and inline. - -Regular notes need (1) an identifier and (2) the actual note. The identifier can be whatever you want. Some people like to use numbers like `[^1]`, but if you ever rearrange paragraphs or add notes before #1, the numbering will be wrong (in your Markdown file, not in the output; everything will be correct in the output). Because of that, I prefer to use some sort of text label: - -**Type…** - -```text -Here is a footnote reference[^1] and here is another [^note-on-dags]. - -[^1]: This is a note. - -[^note-on-dags]: DAGs are neat. - -And here's more of the document. -``` - -**…to get…** - -> Here is a footnote reference1 and here is another.2 -> -> And here's more of the document. -> ->
    -> ->
    ->
      ->
    1. This is a note.↩︎

    2. ->
    3. DAGs are neat.↩︎

    4. ->
    ->
    - ---- - -You can also use inline footnotes with `^[Text of the note goes here]`, which are often easier because you don't need to worry about identifiers: - -**Type…** - -```text -Causal inference is neat.^[But it can be hard too!] -``` - -**…to get…** - -> Causal inference is neat.1 -> ->
    -> ->
    ->
      ->
    1. But it can be hard too!↩︎

    2. ->
    ->
    - -## Front matter - -You can include a special section at the top of a Markdown document that contains metadata (or data about your document) like the title, date, author, etc. This section uses a special simple syntax named [YAML](https://learn.getgrav.org/16/advanced/yaml) (or "YAML Ain't Markup Language") that follows this basic outline: `setting: value for setting`. Here's an example YAML metadata section. Note that it must start and end with three dashes (`---`). - -```yaml ---- -title: Title of your document -date: "January 13, 2020" -author: "Your name" ---- -``` - -You can put the values inside quotes (like the date and name in the example above), or you can leave them outside of quotes (like the title in the example above). I typically use quotes just to be safe—if the value you're using has a colon (`:`) in it, it'll confuse Markdown since it'll be something like `title: My cool title: a subtitle`, which has two colons. It's better to do this: - -```yaml ---- -title: "My cool title: a subtitle" ---- -``` - -If you want to use quotes inside one of the values (e.g. your document is `An evaluation of "scare quotes"`), you can use single quotes instead: - -```yaml ---- -title: 'An evaluation of "scare quotes"' ---- -``` - - -## Citations - -One of the most powerful features of Markdown + pandoc is the ability to automatically cite things and generate bibliographies. to use citations, you need to create a [BibTeX file](http://www.bibtex.org/) (ends in `.bib`) that contains a database of the things you want to cite. You can do this with bibliography managers designed to work with BibTeX directly (like [BibDesk](https://bibdesk.sourceforge.io/) on macOS), or you can use [Zotero](https://www.zotero.org/) (macOS and Windows) to export a `.bib` file. You can [download an example `.bib` file of all the readings from this class here](/resource/citations.qmd). - -[Complete details for using citations can be found here](https://rmarkdown.rstudio.com/authoring_bibliographies_and_citations.html). In brief, you need to do three things: - -1. Add a `bibliography:` entry to the YAML metadata: - - ```yaml - --- - title: Title of your document - date: "January 13, 2020" - author: "Your name" - bibliography: name_of_file.bib - --- - ``` - -2. Choose a citation style based on a CSL file. The default is Chicago author-date, but you can choose from 2,000+ [at this repository](https://github.com/citation-style-language/styles). Download the CSL file, put it in your project folder, and add an entry to the YAML metadata (or provide a URL to the online version): - - ```yaml - --- - title: Title of your document - date: "January 13, 2020" - author: "Your name" - bibliography: name_of_file.bib - csl: "https://raw.githubusercontent.com/citation-style-language/styles/master/apa.csl" - --- - ``` - - Some of the most common CSLs are: - - - [Chicago author-date](https://raw.githubusercontent.com/citation-style-language/styles/master/chicago-author-date.csl) - - [Chicago note-bibliography](https://raw.githubusercontent.com/citation-style-language/styles/master/chicago-note-bibliography.csl) - - [Chicago full note-bibliography](https://raw.githubusercontent.com/citation-style-language/styles/master/chicago-fullnote-bibliography.csl) (no shortened notes or ibids) - - [APA 7th edition](https://raw.githubusercontent.com/citation-style-language/styles/master/apa.csl) - - [MLA 8th edition](https://raw.githubusercontent.com/citation-style-language/styles/master/modern-language-association.csl) - -3. Cite things in your document. [Check the documentation for full details of how to do this](https://rmarkdown.rstudio.com/authoring_bibliographies_and_citations.html). Essentially, you use `@citationkey` inside square brackets (`[]`): - -+--------------------------------------------------+--------------------------------------------------------------------------------------------------+ -| Type… | …to get… | -+==================================================+==================================================================================================+ -| Causal inference is neat [@Rohrer:2018; | Causal inference is neat [@Rohrer:2018; @AngristPischke:2015]. | -| @AngristPischke:2015]. | | -+--------------------------------------------------+--------------------------------------------------------------------------------------------------+ -| Causal inference is neat [see @Rohrer:2018, | Causal inference is neat [see @Rohrer:2018, p. 34; also @AngristPischke:2015, chapter 1] | -| p. 34; also @AngristPischke:2015, chapter 1] | | -+--------------------------------------------------+--------------------------------------------------------------------------------------------------+ -| Angrist and Pischke say causal inference | Angrist and Pischke say causal inference is neat [-@AngristPischke:2015; see also @Rohrer:2018]. | -| is neat [-@AngristPischke:2015; see also | | -| @Rohrer:2018]. | | -+--------------------------------------------------+--------------------------------------------------------------------------------------------------+ -| @AngristPischke:2015 [chapter 1] say causal | @AngristPischke:2015 [chapter 1] say causal inference is neat, and @Rohrer:2018 agrees. | -| inference is neat, and @Rohrer:2018 agrees. | | -+--------------------------------------------------+--------------------------------------------------------------------------------------------------+ - -After compiling, you should have a perfectly formatted bibliography added to the end of your document too: - -> Angrist, Joshua D., and Jörn-Steffen Pischke. 2015. *Mastering ’Metrics: The Path from Cause to Effect.* Princeton, NJ: Princeton University Press. -> -> Rohrer, Julia M. 2018. “Thinking Clearly About Correlations and Causation: Graphical Causal Models for Observational Data.” *Advances in Methods and Practices in Psychological Science* 1 (1): 27–42. https://doi.org/10.1177/2515245917745629. - - -## Other references - -These websites have additional details and examples and practice tools: - -- [**CommonMark's Markdown tutorial**](https://commonmark.org/help/tutorial/): A quick interactive Markdown tutorial. -- [**Markdown tutorial**](https://www.markdowntutorial.com/): Another interactive tutorial to practice using Markdown. -- [**Markdown cheatsheet**](http://packetlife.net/media/library/16/Markdown.pdf): Useful one-page reminder of Markdown syntax. -- [**The Plain Person’s Guide to Plain Text Social Science**](http://plain-text.co/): A comprehensive explanation and tutorial about why you should write data-based reports in Markdown. diff --git a/resource/r.qmd b/resource/r.qmd deleted file mode 100644 index ab321adc..00000000 --- a/resource/r.qmd +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: R ---- - -## Learning R - -I highly recommend subscribing to the [R Weekly newsletter](https://rweekly.org/). This e-mail is sent every Monday and is full of helpful tutorials about how to do stuff with R. - -Searching for help with R on Google can sometimes be tricky because the program name is a single letter. Google is generally smart enough to figure out what you mean when you search for "r scatterplot", but if it does struggle, try searching for "rstats" instead (e.g. "rstats scatterplot"). - -If you use Twitter, post R-related questions and content with [#rstats](https://twitter.com/search?q=%23rstats). The community there is exceptionally generous and helpful. Also check out [StackOverflow](https://stackoverflow.com/) (a Q&A site with hundreds of thousands of answers to all sorts of programming questions) and [RStudio Community](https://community.rstudio.com/) (a forum specifically designed for people using RStudio and the tidyverse (i.e. you)). - -These resources are also really really helpful: - -- [**R for Data Science**](https://r4ds.had.co.nz/): A free online book for learning the basics of R and the tidyverse. -- [**R and RStudio cheat sheets**](https://www.rstudio.com/resources/cheatsheets/): A large collection of simple cheat sheets for RStudio, **ggplot2**, and other R-related things. -- [**Stat 545**](http://stat545.com/): [Dr. Jenny Bryan](https://twitter.com/JennyBryan) at RStudio has an entire introductory course in R, visualization, and data analysis online. -- [**STA 112FS: Data Science**](http://www2.stat.duke.edu/courses/Fall17/sta112.01/): [Dr. Mine Çetinkaya-Rundel](https://twitter.com/minebocek) at the University of Edinburgh / Duke University has an entire introductory course in R, visualization, and data science online. -- [**CSE 631: Principles & Practice of Data Visualization**](http://cslu.ohsu.edu/~bedricks/courses/cs631/): Yet another introductory course for R and ggplot2 by [Dr. Alison Presmanes Hill](https://twitter.com/apreshill) at RStudio. - - -## R in the wild - -A popular (and increasingly standard) way for sharing your analyses and visualizations is to post an annotated explanation of your process somewhere online. RStudio allows you to publish knitted HTML files directly to [RPubs](http://rpubs.com/), but you can also post your output to a blog or other type of website.[^blogdown] Reading these kinds of posts is one of the best ways to learn R, since they walk you through each step of the process *and* show the code and output. - -[^blogdown]: If you want to be really fancy, you can use [blogdown](https://bookdown.org/yihui/blogdown/), which makes a complete website with R Markdown files. That's actually how this site is built ([see the source code](https://github.com/andrewheiss/datavizm20.classes.andrewheiss.com)). You can build your own site [with this tutorial](https://apreshill.rbind.io/post/up-and-running-with-blogdown/). - -Here are some of the best examples I've come across: - -- [Text analysis of Trump's tweets confirms he writes only the (angrier) Android half](http://varianceexplained.org/r/trump-tweets/) (with a [follow-up](http://varianceexplained.org/r/trump-followup/)) -- [Bob Ross - Joy of Painting](https://rudeboybert.github.io/fivethirtyeight/articles/bob_ross.html) -- [Bechdel analysis using the tidyverse](https://rudeboybert.github.io/fivethirtyeight/articles/bechdel.html): There are also a bunch of other examples [using data from FiveThirtyEight](https://rudeboybert.github.io/fivethirtyeight/articles/). -- [Sexism on the Silver Screen: Exploring film's gender divide](http://rpubs.com/Jwhitman/Final_Project) -- [Comparison of Quentin Tarantino Movies by Box Office and the Bechdel Test](http://soc301s2017.netlify.com/group_projects/group5) -- [Who came to vote in Utah's caucuses?](https://juliasilge.com/blog/who-came-to-vote/) -- [Health care indicators in Utah counties](https://juliasilge.com/blog/health-care-indicators/) -- [Song lyrics across the United States](https://juliasilge.com/blog/song-lyrics-across/) -- [A decade (ish) of listening to Sigur Rós](http://blog.karawoo.com/2016/09/22/A-decade-ish-of-listening-to-Sigur-Ros) -- [When is Tom peeping these days?](http://rpubs.com/ry_lisa_elana/chicago): There are a also bunch of final projects from other R and data visualization classes [here](http://soc301s2017.netlify.com/group-projects/) and [here](https://rudeboybert.github.io/MATH116/PS/final_project/final_project_outline.html#past_examples). -- [Mapping Fall Foliage](https://rud.is/b/2017/09/18/mapping-fall-foliage-with-sf/) -- [General (Attys) Distributions](https://rud.is/b/2017/07/25/r%E2%81%B6-general-attys-distributions/) -- [Disproving Approval](https://rud.is/b/2017/06/18/r%E2%81%B6-disproving-approval/) diff --git a/resource/rmarkdown.qmd b/resource/rmarkdown.qmd deleted file mode 100644 index 91179031..00000000 --- a/resource/rmarkdown.qmd +++ /dev/null @@ -1,156 +0,0 @@ ---- -title: "Using R Markdown" ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.align = "center") -``` - -[R Markdown](https://rmarkdown.rstudio.com/) is [regular Markdown](/resource/markdown.qmd) with R code and output sprinkled in. You can do everything you can with [regular Markdown](/resource/markdown.qmd), but you can incorporate graphs, tables, and other R output directly in your document. You can create HTML, PDF, and Word documents, PowerPoint and HTML presentations, websites, books, and even [interactive dashboards](https://rmarkdown.rstudio.com/flexdashboard/index.html) with R Markdown. This whole course website is created with R Markdown (and [a package named **blogdown**](https://bookdown.org/yihui/blogdown/)). - -The [documentation for R Markdown](https://rmarkdown.rstudio.com/) is extremely comprehensive, and their [tutorials](https://rmarkdown.rstudio.com/lesson-1.html) and [cheatsheets](https://rmarkdown.rstudio.com/lesson-15.html) are excellent—rely on those. - -Here are the most important things you'll need to know about R Markdown in this class: - -## Key terms - -- **Document**: A Markdown file where you type stuff - -- **Chunk**: A piece of R code that is included in your document. It looks like this: - -````{verbatim, indent=" "} -```{r} -# Code goes here -``` -```` - - There must be an empty line before and after the chunk. The final three backticks must be the only thing on the line—if you add more text, or if you forget to add the backticks, or accidentally delete the backticks, your document will not knit correctly. - -- **Knit**: When you "knit" a document, R runs each of the chunks sequentially and converts the output of each chunk into Markdown. R then runs the knitted document through [pandoc](https://pandoc.org/) to convert it to HTML or PDF or Word (or whatever output you've selected). - - You can knit by clicking on the "Knit" button at the top of the editor window, or by pressing `⌘⇧K` on macOS or `control + shift + K` on Windows. - -```{r knit-button, echo=FALSE, out.width="30%"} -knitr::include_graphics("/files/img/assignments/knit-button.png", error = FALSE) -``` - - -## Add chunks - -There are three ways to insert chunks: - -- Press `⌘⌥I` on macOS or `control + alt + I` on Windows - -- Click on the "Insert" button at the top of the editor window - -```{r insert-chunk, echo=FALSE, out.width="30%"} -knitr::include_graphics("/files/img/reference/insert-chunk.png", error = FALSE) -``` - -- Manually type all the backticks and curly braces (don't do this) - - -## Chunk names - -You can add names to chunks to make it easier to navigate your document. If you click on the little dropdown menu at the bottom of your editor in RStudio, you can see a table of contents that shows all the headings and chunks. If you name chunks, they'll appear in the list. If you don't include a name, the chunk will still show up, but you won't know what it does. - -```{r chunk-toc, echo=FALSE, out.width="40%"} -knitr::include_graphics("/files/img/reference/chunk-toc.png", error = FALSE) -``` - -To add a name, include it immediately after the `{r` in the first line of the chunk. Names cannot contain spaces, but they can contain underscores and dashes. **All chunk names in your document must be unique.** - -````{verbatim} -```{r name-of-this-chunk} -# Code goes here -``` -```` - - -## Chunk options - -There are a bunch of different options you can set for each chunk. You can see a complete list in the [RMarkdown Reference Guide](https://rstudio.com/wp-content/uploads/2015/03/rmarkdown-reference.pdf) or at [**knitr**'s website](https://yihui.org/knitr/options/). - -Options go inside the `{r}` section of the chunk: - -````{verbatim} -```{r name-of-this-chunk, warning=FALSE, message=FALSE} -# Code goes here -``` -```` - -The most common chunk options are these: - -- `fig.width=5` and `fig.height=3` (*or whatever number you want*): Set the dimensions for figures -- `echo=FALSE`: The code is not shown in the final document, but the results are -- `message=FALSE`: Any messages that R generates (like all the notes that appear after you load a package) are omitted -- `warning=FALSE`: Any warnings that R generates are omitted -- `include=FALSE`: The chunk still runs, but the code and results are not included in the final document - -You can also set chunk options by clicking on the little gear icon in the top right corner of any chunk: - -```{r chunk-options, echo=FALSE, out.width="70%"} -knitr::include_graphics("/files/img/reference/chunk-options.png", error = FALSE) -``` - -## Inline chunks - -You can also include R output directly in your text, which is really helpful if you want to report numbers from your analysis. To do this, use `` `r "\u0060r r_code_here\u0060"` ``. - -It's generally easiest to calculate numbers in a regular chunk beforehand and then use an inline chunk to display the value in your text. For instance, this document… - -````{verbatim} -```{r find-avg-mpg, echo=FALSE} -avg_mpg <- mean(mtcars$mpg) -``` - -The average fuel efficiency for cars from 1974 was `r round(avg_mpg, 1)` miles per gallon. -```` - -… would knit into this: - -> The average fuel efficiency for cars from 1974 was `r round(mean(mtcars$mpg), 1)` miles per gallon. - -## Output formats - -You can specify what kind of document you create when you knit in the [YAML front matter](/resource/markdown.qmd#front-matter). - -```yaml -title: "My document" -output: - html_document: default - pdf_document: default - word_document: default -``` - -You can also click on the down arrow on the "Knit" button to choose the output *and* generate the appropriate YAML. If you click on the gear icon next to the "Knit" button and choose "Output options", you change settings for each specific output type, like default figure dimensions or whether or not a table of contents is included. - -```{r output-options, echo=FALSE, out.width="35%"} -knitr::include_graphics("/files/img/reference/output-options.png", error = FALSE) -``` - -The first output type listed under `output:` will be what is generated when you click on the "Knit" button or press the keyboard shortcut (`⌘⇧K` on macOS; `control + shift + K` on Windows). If you choose a different output with the "Knit" button menu, that output will be moved to the top of the `output` section. - -The indentation of the YAML section matters, especially when you have settings nested under each output type. Here's what a typical `output` section might look like: - -```yaml ---- -title: "My document" -author: "My name" -date: "January 13, 2020" -output: - html_document: - toc: yes - fig_caption: yes - fig_height: 8 - fig_width: 10 - pdf_document: - latex_engine: xelatex # More modern PDF typesetting engine - toc: yes - word_document: - toc: yes - fig_caption: yes - fig_height: 4 - fig_width: 5 ---- -``` diff --git a/resource/style.qmd b/resource/style.qmd deleted file mode 100644 index b7288548..00000000 --- a/resource/style.qmd +++ /dev/null @@ -1,208 +0,0 @@ ---- -title: R style suggestions ---- - -## R style conventions - -R is fairly forgiving about how you type code (unlike other languages like Python, where miscounting spaces can ruin your code!). All of these things will do exactly the same thing: - -```{r eval=FALSE, tidy=FALSE} -mpg %>% - filter(cty > 10, class == "compact") - -mpg %>% filter(cty > 10, class == "compact") - -mpg %>% - filter(cty > 10, - class == "compact") - -mpg %>% filter(cty>10, class=="compact") - -filter(mpg,cty>10,class=="compact") - -mpg %>% -filter(cty > 10, - class == "compact") - -filter ( mpg,cty>10, class=="compact" ) -``` - -But you'll notice that only a few of those iterations (the first three) are easily readable. - -To help improve readability and make it easier to share code with others, there's [an unofficial style guide for writing R code](https://style.tidyverse.org/index.html). It's fairly short and just has lots of examples of good and bad ways of writing code (naming variables, dealing with long lines, using proper indentation levels, etc.)—you should glance through it some time. - -RStudio has a built-in way of cleaning up your code. Select some code, press ctrl + i (on Windows) or + i (on macOS), and R will reformat the code for you. It's not always perfect, but it's really helpful for getting indentation right without having to manually hit space a billion times. - -## Main style things to pay attention to for this class - -> *Important note*: I won't ever grade you on any of this! If you submit something like `filter(mpg,cty>10,class=="compact")`, I might recommend adding spaces, but it won't affect your grade or points or anything. - -### Spacing - -> See the ["Spacing" section](https://style.tidyverse.org/syntax.html#spacing) in the tidyverse style guide. - -Put spaces after commas (like in regular English): - -```{r eval=FALSE} -# Good -filter(mpg, cty > 10) - -# Bad -filter(mpg , cty > 10) -filter(mpg ,cty > 10) -filter(mpg,cty > 10) -``` - -Put spaces around operators like `+`, `-`, `>`, `=`, etc.: - -```{r eval=FALSE} -# Good -filter(mpg, cty > 10) - -# Bad -filter(mpg, cty>10) -filter(mpg, cty> 10) -filter(mpg, cty >10) -``` - -Don't put spaces around parentheses that are parts of functions: - -```{r eval=FALSE} -# Good -filter(mpg, cty > 10) - -# Bad -filter (mpg, cty > 10) -filter ( mpg, cty > 10) -filter( mpg, cty > 10 ) -``` - -### Long lines - -> See the ["Long lines" section](https://style.tidyverse.org/syntax.html#long-lines) in the tidyverse style guide. - -It's generally good practice to not have really long lines of code. A good suggestion is to keep lines at a maximum of 80 characters. Instead of counting characters by hand (ew), in RStudio go to "Tools" > "Global Options" > "Code" > "Display" and check the box for "Show margin". You should now see a really thin line indicating 80 characters. Again, you can go beyond this—that's fine. It's just good practice to avoid going too far past it. - -You can add line breaks inside longer lines of code. Line breaks should come after commas, and things like function arguments should align within the function: - -```{r eval=FALSE} -# Good -filter(mpg, cty > 10, class == "compact") - -# Good -filter(mpg, cty > 10, - class == "compact") - -# Good -filter(mpg, - cty > 10, - class == "compact") - -# Bad -filter(mpg, cty > 10, class %in% c("compact", "pickup", "midsize", "subcompact", "suv", "2seater", "minivan")) - -# Good -filter(mpg, - cty > 10, - class %in% c("compact", "pickup", "midsize", "subcompact", - "suv", "2seater", "minivan")) -``` - -### Pipes (`%>%`) and ggplot layers (`+`) - -Put each layer of a ggplot plot on separate lines, with the `+` at the end of the line, indented with two spaces: - -```{r eval=FALSE} -# Good -ggplot(mpg, aes(x = cty, y = hwy, color = class)) + - geom_point() + - geom_smooth() + - theme_bw() - -# Bad -ggplot(mpg, aes(x = cty, y = hwy, color = class)) + - geom_point() + geom_smooth() + - theme_bw() - -# Super bad -ggplot(mpg, aes(x = cty, y = hwy, color = class)) + geom_point() + geom_smooth() + theme_bw() - -# Super bad and won't even work -ggplot(mpg, aes(x = cty, y = hwy, color = class)) - + geom_point() - + geom_smooth() - + theme_bw() -``` - -Put each step in a dplyr pipeline on separate lines, with the `%>%` at the end of the line, indented with two spaces: - -```{r eval=FALSE} -# Good -mpg %>% - filter(cty > 10) %>% - group_by(class) %>% - summarize(avg_hwy = mean(hwy)) - -# Bad -mpg %>% filter(cty > 10) %>% group_by(class) %>% - summarize(avg_hwy = mean(hwy)) - -# Super bad -mpg %>% filter(cty > 10) %>% group_by(class) %>% summarize(avg_hwy = mean(hwy)) - -# Super bad and won't even work -mpg %>% - filter(cty > 10) - %>% group_by(class) - %>% summarize(avg_hwy = mean(hwy)) -``` - -### Comments - -> See the ["Comments" section](https://style.tidyverse.org/syntax.html#comments) in the tidyverse style guide. - -Comments should start with a comment symbol and a single space: `# ` - -```{r eval=FALSE} -# Good - -#Bad - - #Bad -``` - -If the comment is really short (and won't cause you to go over 80 characters in the line), you can include it in the same line as the code, separated by at least two spaces (it works with one space, but using a couple can enhance readability): - -```{r eval=FALSE} -mpg %>% - filter(cty > 10) %>% # Only rows where cty is 10 + - group_by(class) %>% # Divide into class groups - summarize(avg_hwy = mean(hwy)) # Find the average hwy in each group -``` - -You can add extra spaces to get inline comments to align, if you want: - -```{r eval=FALSE} -mpg %>% - filter(cty > 10) %>% # Only rows where cty is 10 + - group_by(class) %>% # Divide into class groups - summarize(avg_hwy = mean(hwy)) # Find the average hwy in each group -``` - -If the comment is really long, you can break it into multiple lines. RStudio can do this for you if you go to "Code" > "Reflow comment" - -```{r eval=FALSE} -# Good -# Happy families are all alike; every unhappy family is unhappy in its own way. -# Everything was in confusion in the Oblonskys’ house. The wife had discovered -# that the husband was carrying on an intrigue with a French girl, who had been -# a governess in their family, and she had announced to her husband that she -# could not go on living in the same house with him. This position of affairs -# had now lasted three days, and not only the husband and wife themselves, but -# all the members of their family and household, were painfully conscious of it. - -# Bad -# Happy families are all alike; every unhappy family is unhappy in its own way. Everything was in confusion in the Oblonskys’ house. The wife had discovered that the husband was carrying on an intrigue with a French girl, who had been a governess in their family, and she had announced to her husband that she could not go on living in the same house with him. This position of affairs had now lasted three days, and not only the husband and wife themselves, but all the members of their family and household, were painfully conscious of it. -``` - -Though, if you're dealing with comments that are *that* long, consider putting the text in R Markdown instead and having it be actual prose. diff --git a/resource/unzipping.qmd b/resource/unzipping.qmd deleted file mode 100644 index 80b61b68..00000000 --- a/resource/unzipping.qmd +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: "Unzipping files" ---- - -Because RStudio projects typically consist of multiple files (R scripts, datasets, graphical output, etc.) the easiest way to distribute them to you for examples, assignments, and projects is to combine all the different files in to a single compressed collection called a **zip file**. When you unzip a zipped file, your operating system extracts all the files that are contained inside into a new folder on your computer. - -Unzipping files on macOS is trivial, but unzipping files on Windows can mess you up if you don't pay careful attention. Here's a helpful guide to unzipping files on both macOS and Windows. - - -## Unzipping files on macOS - -Double click on the downloaded `.zip` file. macOS will automatically create a new folder with the same name as the `.zip` file, and all the file's contents will be inside. Double click on the RStudio Project file (`.Rproj`) to get started. - -```{r, echo=FALSE, out.width="60%"} -knitr::include_graphics("/files/img/unzipping/unzip-mac.png", error = FALSE) -``` - - -## Unzipping files on Windows - -***tl;dr**: Right click on the `.zip` file, select "Extract All…", and work with the resulting unzipped folder.* - -Unlike macOS, Windows does *not* automatically unzip things for you. If you double click on the `.zip` file, Windows will show you what's inside, but it will do so without actually extracting anything. This ~~can be~~ is incredibly confusing! Here's what it looks like—the only clues that this folder is really a `.zip` file are that there's a "Compressed Folder Tools" tab at the top, and there's a "Ratio" column that shows how much each file is compressed. - -```{r, echo=FALSE, out.width="80%"} -knitr::include_graphics("/files/img/unzipping/inside-zip-windows.png", error = FALSE) -``` - -It is very tempting to try to open files from this view. However, if you do, things will break and you won't be able to correctly work with any of the files in the zipped folder. If you open the R Project file, for instance, RStudio will point to a bizarre working directory buried deep in some temporary folder: - -```{r, echo=FALSE, out.width="60%"} -knitr::include_graphics("/files/img/unzipping/temp-wd-windows.png", error = FALSE) -``` - -You most likely won't be able to open any data files or save anything, which will be frustrating. - -Instead, you need to right click on the `.zip` file and select "Extract All…": - -```{r, echo=FALSE, out.width="60%"} -knitr::include_graphics("/files/img/unzipping/extract-windows-1.png", error = FALSE) -``` - -Then choose where you want to unzip all the files and click on "Extract" - -```{r, echo=FALSE, out.width="60%"} -knitr::include_graphics("/files/img/unzipping/extract-windows-2.png", error = FALSE) -``` - -You should then finally have a real folder with all the contents of the zipped file. Open the R Project file and RStudio will point to the correct working directory and everything will work. - -```{r, echo=FALSE, out.width="60%"} -knitr::include_graphics("/files/img/unzipping/extract-windows-3.png", error = FALSE) -``` diff --git a/resource/zilch.qmd b/resource/zilch.qmd deleted file mode 100644 index 4d7ec744..00000000 --- a/resource/zilch.qmd +++ /dev/null @@ -1,277 +0,0 @@ ---- -title: Zilch and simulations ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(fig.width = 6, fig.height = 3.6, fig.align = "center", - fig.retina = 3, collapse = TRUE) -library(tidyverse) -library(kableExtra) -library(scales) - -options("digits" = 4, "width" = 150) - -set.seed(1234) -``` - -```{css, echo=FALSE} -.dice { - width: auto; - height: 30px; - display: inline; -} -``` - -## Zilch! - -### Rules - -Roll six dice. You must keep at least one scoring die every roll. You must get at least 500 points before stopping and keeping the total. If you do not get 500 points, you get zilch (0) that round and the next person rolls. - -After reaching 500 points, you can either stop, write down, and keep your score or continue to roll. As long as you can keep at least one scoring die, you can continue to roll and accumulate points. If you do not get a scoring combination in a roll, you lose all those points. - -If you score with all six dice, you can pick them all up and continue rolling with them. - -Whoever reaches 10,000 points first wins. - -### Point system - -```{r scoring-table, echo=FALSE} -dice_1 <- '1' -dice_2 <- '2' -dice_3 <- '3' -dice_4 <- '4' -dice_5 <- '5' -dice_6 <- '6' - -points <- tribble( - ~Group, ~Roll, ~Points, - "Single dice", dice_1, 100, - "Single dice", dice_5, 50, - "Three of a kind (number × 100)", paste(rep(dice_2, 3), collapse = " "), 200, - "Three of a kind (number × 100)", paste(rep(dice_3, 3), collapse = " "), 300, - "Three of a kind (number × 100)", paste(rep(dice_4, 3), collapse = " "), 400, - "Three of a kind (number × 100)", paste(rep(dice_5, 3), collapse = " "), 500, - "Three of a kind (number × 100)", paste(rep(dice_6, 3), collapse = " "), 600, - "Special rolls", paste(rep(dice_1, 3), collapse = " "), 1000, - "Special rolls", paste(rep(dice_1, 4), collapse = " "), 2000, - "Special rolls", paste("Any three pairs
    e.g., ", paste(dice_2, dice_2, dice_3, dice_3, dice_6, dice_6, collapse = " ")), 1000, - "Special rolls", paste("5-die straight
    ", paste(dice_1, dice_2, dice_3, dice_4, dice_5, collapse = " "), " or
    ", paste(dice_2, dice_3, dice_4, dice_5, dice_6, collapse = " ")), 1750 -) - -points %>% - mutate(Points = comma(Points)) %>% - select(-Group) %>% - kbl(escape = FALSE, align = c("l", "r"), - table.attr = "style='width:100%;'") %>% - pack_rows(index = table(fct_inorder(points$Group))) %>% - kable_styling(bootstrap_options = "none", position = "center") -``` - - -## Probability with math - -You can use probability math to calculate the chance of rolling at least a 1 or a 5 (so that you score something and can roll again). If you're only rolling 1 die, the chance of rolling a 1 or a 5 is $\frac{2}{6}$, or $\frac{1}{3}$. When you start thinking about 2 dice, though, the math gets a little trickier because you care about rolling *at least* a 1 or 5, and there's a chance you could roll both. So instead, we can calculate the probability of *not* rolling a 1 or a 5 and then subtract that from 1. - -With 2 dice, the probability of *not* rolling a 1 or a 5 is $\frac{4}{6}$ or $\frac{2}{3}$ for each die. To calculate the joint probability, we can multiply each die's probability: - -$$ -\begin{aligned} -1 - (\frac{2}{3} \times \frac{2}{3}) &= \\ -1 - \frac{4}{9} &= 0.5\overline{55} -\end{aligned} -$$ - -That means there's a 55% chance of rolling at least a 1 or a 5 when rolling 2 dice. This approach scales up to any number of dice—multiply that $\frac{2}{3}$ for each die included. For instance, here's 4 dice: - -$$ -\begin{aligned} -1 - (\frac{2}{3} \times \frac{2}{3} \times \frac{2}{3} \times \frac{2}{3}) &= \\ -1 - \frac{16}{81} &= 0.80 -\end{aligned} -$$ - -We can generalize this by using exponents, where $n$ is the number of dice you're rolling: - -$$ -1 - \frac{2^n}{3^n}\quad \text{ or }\quad 1 - \left(\frac{2}{3}\right)^n -$$ - -## Probabilty with math and computers - -Doing that math by hand gets tedious, so we can put it in an R function and have R do the math for us. - -```{r} -prob_1_or_5 <- function(n) { - 1 - (2/3)^n -} - -# 1 die -prob_1_or_5(1) - -# 5 dice -prob_1_or_5(5) - -# 6 dice -prob_1_or_5(6) -``` - -## Probability with computers only - -Instead of figuring out the math behind the probability of getting at least a 1 or a 5, we can simulate a bunch of dice rolls and brute force our way to the answer. Here's the general process: - -1. Roll 6 dice 100,000 times (or whatever number you want) -2. Count how many times a 1 or a 5 appears in a roll -3. Divide that count by 100,000. That's the probability. - -Probably the most intiuitive (though not necessarily computationally efficient) way to do with with R is to use [a *for loop*](https://r4ds.had.co.nz/iteration.html#for-loops). In R, a `for` loop will will repeat some chunk of repeatedly until some condition is met, and that condition is generally tracked with an index variable that is specific to the inside of the loop. For instance, this loop uses an index variable named `i`. It will set `i` to 1 the first time it runs the loop and then do whatever's inside (`print(...)` in this case). When it finishes the inside code, it'll bump `i` up to the next number (2 here) and run the inside code again, and again, and again until it reaches the end of the index range (4 here): - -```{r loop-example} -for (i in 1:4) { - print(paste("Loop number", i)) -} -``` - -To make this work with our dice simulation, we need to add one more component. We want to store the results of each loop run in a variable that we can use later. The most efficient way to do this is to create an empty variable first that has enough slots in it to contain the output, then add to that variable while going through the loop: - -```{r loop-example-slot} -# This is "logical" because it's only going to hold TRUE and FALSE values. If we -# wanted to put numbers in it, we'd need to use "double"; if we wanted to put -# text in it, we'd need to use "character" -output <- vector("logical", 4) - -for (i in 1:4) { - # Check if i is 3 and store the result in the ith slot - output[[i]] <- i == 3 -} - -output -``` - -Let's build a loop now that rolls 6 dice, checks for a 1 or a 5, and stores the result. We'll use 100,000 times for fun. - -```{r} -# Create empty variable with enough slots -has_1_or_5 <- vector("logical", 100000) - -# Roll a bunch of dice a bunch of times -for (i in 1:100000) { - # Roll some dice - rolled_dice <- sample(1:6, 6, replace = TRUE) - - # Check if there's a 1 or a 5 in there - did_it_happen <- 1 %in% rolled_dice | 5 %in% rolled_dice - - # Store the result - has_1_or_5[i] <- did_it_happen -} - -# Find the proportion of TRUEs -sum(has_1_or_5) / 100000 -``` - -Out of the 100,000 rolls, `r comma(sum(has_1_or_5))` of them had a 1 or a 5 in them, meaning that there's a `r percent(sum(has_1_or_5) / 100000, accuracy = 0.01)` chance of scoring *something* on an initial roll in Zilch. - -How does that compare to the official math? - -$$ -1 - \left( \frac{2}{3} \right)^6 -$$ - -```{r} -prob_1_or_5(6) -``` - -It's basically the same! But we found the answer without doing any actual probability math, which is neat. - -We can generalize this simulation a little more by not hardcoding some of the parameters. We can make it so both the number of dice to roll and the number of simulations are adjustable by sticking this in a function. For example, here's 4 dice 50,000 times: - -```{r} -simulate_zilch <- function(n_dice, n_sims) { - # Create empty variable with enough slots - has_1_or_5 <- vector("logical", n_sims) - - # Roll a bunch of dice a bunch of times - for (i in 1:n_sims) { - # Roll some dice - rolled_dice <- sample(1:6, n_dice, replace = TRUE) - - # Check if there's a 1 or a 5 in there - did_it_happen <- 1 %in% rolled_dice | 5 %in% rolled_dice - - # Store the result - has_1_or_5[i] <- did_it_happen - } - - # Find the proportion of TRUEs - sum(has_1_or_5) / n_sims -} - -simulate_zilch(n_dice = 4, n_sims = 50000) -``` - - -## Why even do this? - -But we know the probability equation for getting at least a 1 or a 5, so why go through the hassle of making the computer roll millions of dice? Because we're not actually calculating the true probability of scoring every valid scoring combination! - -In Zilch, you can score with at least a 1 or a 5, but you can also score with three-of-a-kind or three pairs or a 5-die straight. We could calculate the probability of rolling those and combine them with the probability of a 1 or a 5, but the formal equation will get really hairy and complicated. So instead, we can simulate. - -```{r} -simulate_zilch_full <- function(n_dice, n_sims) { - # Create empty variable with enough slots - did_something_score <- vector("logical", n_sims) - - # Roll a bunch of dice a bunch of times - for (i in 1:n_sims) { - # Roll some dice - rolled_dice <- sample(1:6, n_dice, replace = TRUE) - - # Check for 3 pairs separately since it's a complicated process - # If there are three different numbers... - if (length(table(rolled_dice)) == 3) { - # ...check if there are 3 pairs - three_pairs <- all(table(rolled_dice) == c(2, 2, 2)) - } else { - three_pairs <- FALSE - } - - # Check if there's a scoring combination in there - did_it_happen <- 1 %in% rolled_dice | # A 1 - 5 %in% rolled_dice | # A 5 - all(1:5 %in% rolled_dice) | # A 1-5 straight - all(2:6 %in% rolled_dice) | # A 2-6 straight - max(table(rolled_dice)) >= 3 | # At least 3 of one number - three_pairs # 3 pairs - - # Store the result - did_something_score[i] <- did_it_happen - } - - # Find the proportion of TRUEs - sum(did_something_score) / n_sims -} - -six_dice <- simulate_zilch_full(6, 50000) -``` - -Phew! Now that we account for every possible scoring combination, there's a `r percent(six_dice, accuracy = 0.01)` chance of scoring *something* when rolling 6 dice. That's really high! - -For fun, let's look at how that probability changes as the number of dice you roll decreases: - -```{r full-simluation, cache=TRUE} -library(tidyverse) - -# hoooo boy this is slow -number_of_dice <- tibble(n_dice = 6:1) %>% - mutate(prob = map_dbl(n_dice, ~simulate_zilch_full(., 50000))) -``` - -```{r show-results} -ggplot(number_of_dice, aes(x = fct_rev(factor(n_dice)), y = prob)) + - geom_col() + - scale_y_continuous(labels = percent_format(accuracy = 1)) + - labs(x = "Number of dice rolled", y = "Probability of scoring something", - caption = "Results over 50,000 simulations per count of dice") + - theme_minimal() -``` diff --git a/schedule.qmd b/schedule.qmd index 43e0b3af..48ea32a4 100644 --- a/schedule.qmd +++ b/schedule.qmd @@ -1,77 +1,138 @@ --- -title: "Schedule" +title: "Planificación" sidebar: false toc: false page-layout: full +execute: + freeze: auto --- -```{r packages-data, include=FALSE} -library(tidyverse) -library(knitr) -library(kableExtra) - -withr::with_dir(here::here(), { - schedule_nested <- targets::tar_read(schedule_page_data) - targets::tar_load(schedule_ical_file) -}) - -base_url <- yaml::read_yaml(here::here("_quarto.yml"))$website$`site-url` -ical_url_absolute <- paste0(base_url, "/", schedule_ical_file) -``` - -::: {.schedule-page} - -Here's your roadmap for the semester! - -- [**Content**](/content/) ({{< fa book-open-reader >}}): This page contains the readings, slides, and recorded lectures for the week. Read and watch these **before** our in-person class. - -- [**Example**](/example/) ({{< fa laptop-code >}}): This page contains fully annotated R code and other supplementary information that you can use as a reference for your assignments and project. This is only a reference page—you don't have to necessarily do anything here. Some sections also contain videos of me live coding the examples so you can see what it looks like to work with R in real time. This page will be *very* helpful as you work on your assignments. - -- [**Assignment**](/assignment/) ({{< fa pen-ruler >}}): This page contains the instructions for each assignment. Weekly reports are due by *noon* on the day of class. Other assignments are due by *11:59 PM* on the day they're listed. - -::: {.callout-tip} - -## Subscribe! - -You can subscribe to this calendar URL in Outlook, Google Calendar, or Apple Calendar: - -::: {.grid} - -::: {.g-col-12 .g-col-md-2} -

    {{< fa calendar-alt >}} Download

    -::: - -::: {.g-col-12 .g-col-md-10} -

    -::: - -::: - -::: - - -```{r build-table, include=FALSE} -show_table <- function(group_id) { - # Add a heading - cat(as.character(paste("\n\n###", schedule_nested$group[[group_id]], "\n\n"))) - - # Make the table - tbl <- schedule_nested$data[[group_id]] %>% - select(-subgroup) %>% - kbl(escape = FALSE, align = "rlccc", table.attr = 'class="schedule-table"') %>% - kable_styling() %>% - column_spec(1, width = "20%", extra_css = "padding-right: 20px;") %>% - column_spec(2, width = "50%") %>% - column_spec(3:5, width = "10%") %>% - pack_rows(index = schedule_nested$subgroup_index[[group_id]], - label_row_css = "border-bottom: 2px solid #000000;") - - cat(tbl) -} -``` - -```{r show-table, echo=FALSE, results="asis"} -walk(seq(1, nrow(schedule_nested)), ~show_table(.x)) +```{r setup, message=FALSE, warning=FALSE, include=FALSE} +library(dplyr) +library(tibble) +library(pander) ``` -::: +## Forma general de funcionamiento + +Este curso se compone de tres actividades principales: + +- [**Clases lectivas presenciales**](): donde en base a las lecturas correspondientes a esa semana se presentará un resumen de los contenidos principales y se resolverán dudas. + +- [**Guías prácticas**](): actividades con énfasis en el manejo de software para análisis y reporte de los resultados. Estas instancias serán conducidas guiadas por los apoyos docentes del curso. + +- [**Lecturas**](): los temas del curso se acompañan de lecturas, las que se encuentras a disposición en esta página. + +Las actividades semanales se resumen en el siguiente esquema: + +![](images/paste-1.png) + +En cuanto a la metodología, el curso comienza con clases lectivas y desarrollo autónomo de guías prácticas, y en la última unidad se realizará un trabajo grupal práctico de aplicación de los contenidos. + +
    + ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| ## Presentación | | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| **Agosto** | Clases | Prácticos | Lecturas | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Lunes 12 | [1. Presentación](/content/01-content.html) | | Leer detalladamente [programa del curso](/syllabus.html) | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +|
    |
    | | | +| | | | | +| ### UNIDAD 1: | ### Inferencia | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| **Agosto** | Clases | Prácticos | Lecturas | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Martes 13 | [Datos, probabilidad y distribuciones muestrales](/content/02-content.html) | | \*[Pardo](/files/textos/Pardo.pdf) cap 2 Conceptos previos | +| | | | | +| | | | [Richtey](/files/textos/Ritchey.pdf) 1-21 : La imaginación estadística | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Lunes 19 | [Error estándar y distribución normal](/content/03-content.html) | | \*[Richtey](/files/textos/Ritchey.pdf) cap 6 | +| | | | | +| | | | [Pardo](/files/textos/Pardo.pdf) cap 6 Probabilidad y distribución normal | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Martes 20 | [Intervalos de confianza](/content/04-content.html) | | \*[Richtey](/files/textos/Ritchey.pdf) cap 7 Probabilidad y distribuciones muestrales | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Lunes 26 | [Test de hipótesis](/content/05-content.html) | | \*[Richtey](/files/textos/Ritchey.pdf) cap 8: Intervalos de confianza | +| | | | | +| | | | \*[Richtey](/files/textos/Ritchey.pdf) cap 9: Prueba de hipótesis | +| | | | | +| | | | [Montoya: Los conceptos de especificación y falsación](https://ciencia.lasalle.edu.co/cgi/viewcontent.cgi?article=1063&context=lo) | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Martes 27 | | Práctico: Inferencia 1 | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| **Septiembre** | | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Lunes 2 | Hipótesis para una y dos muestras | | \*[Richtey](/files/textos/Ritchey.pdf) cap 10: Hipótesis de una muestra | +| | | | | +| | | | \*[Richtey](/files/textos/Ritchey.pdf) cap 11: Hipótesis de dos muestras (prueba t) | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Martes 3 | | Práctico Inferencia 2 | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Lunes 9 | Evaluación 1 | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Martes 10 | Evaluación 1 | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| ### UNIDAD 2: | ### Bivariada | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Lunes 23 | Asociación y covarianza | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Martes 24 | Inferencia en correlación de Pearson | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Lunes 30 | Correlación con ordinales | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Martes 1 | | Práctico. Guía 1 Bivariada | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Lunes 7 | Matrices y tamaños de efecto en correlación | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Martes 8 | Asociación con categóricas 1 | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Lunes 14 | Asociación con categóricas 2 | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Martes 15 | | Práctico: Guía 2 Bivariada | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Lunes 21 | Evaluación 2 | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Martes 22 | Evaluación 2 | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Lunes 28 | Semana receso | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Martes 29 | Semana receso | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| ## Unidad 3: | ## Aplicación y reporte | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Lunes 4 | Seminario encuestas | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Martes 5 | | Definición de grupos y temas | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Lunes 11 | Escritura de reportes de investigación | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Martes 12 | | [Reportes dinámicos](/assignment/01-practico.html) y | | +| | | | | +| | | [Plantilla trabajo final](https://correlacional.netlify.app/assignment/09-practico) | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Lunes 18 | Visualización de datos 1 | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Martes 19 | | Visualización 1 | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Lunes 25 | Visualización de datos 2 | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Martes 26 | | Visualización 2 y elaboración de poster | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Lunes 25 | Presentación de poster de investigación | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Martes 26 | Pruebas recuperativas | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ +| Viernes 29 | Entrega de trabajo final grupal | | | ++----------------------------------------------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ + +
    + +## Exámenes finales (escritos, en sala) + +Ver [requisitos de aprobación y eximición](https://correlacional.netlify.app/syllabus#requisitos-de-aprobaci%C3%B3n) + +- Examen de primera oportunidad: Lunes 9 Diciembre 10:15 + +- Examen de segunda oportunidad: Lunes 16 Diciembre 10:15 \ No newline at end of file diff --git a/slides/01-class.Rmd b/slides/01-class.Rmd deleted file mode 100644 index d06df0c9..00000000 --- a/slides/01-class.Rmd +++ /dev/null @@ -1,329 +0,0 @@ ---- -title: "Class 1: Evaluation and the causal revolution" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: middle - -.box-5.large[Join the Slack workspace] - -.center.large.sp-after[[andhs.co/slack](https://andhs.co/slack)] - -.box-5.large[Join the Posit Cloud workspace] - -.center.large[[andhs.co/posit](https://andhs.co/rstudio)] - ---- - -class: center middle main-title section-title-3 - -# In-person
    session 1 - -.class-info[ - -**January 12, 2023** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-5.medium.sp-after-half[Data science and program evaluation] - --- - -.box-6.medium.sp-after-half[Community building and getting help] - --- - -.box-1.medium.sp-after-half[Navigating the course] - --- - -.box-2.medium.sp-after-half[R time!] - ---- - -layout: false -name: ds-eval -class: center middle section-title section-title-5 animated fadeIn - -# Data science and
    program evaluation - ---- - -class: middle - -.box-5.huge[Who am I?] - ---- - -class: middle - -.box-5.huge[What is
    “data science”?] - ---- - -class: title title-5 - -# What is "data science"? - -.box-inv-5.medium.sp-after[Turning raw data into
    understanding, insight,
    and knowledge] - --- - -.pull-left-3[ -.box-5.medium[ Collect ] -] - -.pull-middle-3[ -.box-5.medium[ Analyze ] -] - -.pull-right-3[ -.box-5.medium[Communicate] -] - ---- - -class: title title-5 - -# What's the difference? - -.pull-left.center[ -
    - Data science Venn diagram -
    -] - -.pull-right[ -.box-inv-5.medium[Collect] - -.box-inv-5.medium[Analyze] - -.box-5.medium[Communicate] -] - ---- - -class: middle - -.box-5.large[It's *not* scary/complex
    machine learning,
    artificial intelligence,
    neural network stuff!] - ---- - -class: middle - -.center[ -
    - Data science according to R4DS -
    -] - ---- - -class: middle - -.center[ -
    - DS4PS life cycle -
    -] - ---- - -layout: false -name: community-help -class: center middle section-title section-title-6 animated fadeIn - -# Community building
    and getting help - ---- - -class: middle - -.box-6.large[What is R? What is Posit? Why R?] - ---- - -layout: true -class: title title-6 - ---- - -# Why is the R community special? - --- - -.box-inv-6.large[Intentionality] - --- - -.box-inv-6.large[\#rstats] - --- - -.box-inv-6.large[\#tidytuesday] - --- - -.box-inv-6.large[RStudio community forum] - -??? - -- -- -- - ---- - -# Creating our own class community - --- - -.box-inv-6.large.sp-after-half[Work and ask questions in public] - --- - -.box-inv-6.large.sp-after-half[Be supportive] - --- - -.box-inv-6.large[**Don't suffer in silence**] - ---- - -# Slack guidelines - --- - -.box-inv-6.large[Ask questions in #help] - -.box-6.small[Avoid DMs with me!] - --- - -.box-inv-6.large.sp-before[Don't be shy or scared!] - --- - -.box-inv-6.large.sp-before[Respond in threads] - ---- - -layout: false -class: middle - -.box-6.huge[30 minute rule] - - ---- - -class: middle - -.box-6.huge[How to
    ask for help] - -.center[[Guidelines](https://evalsp23.classes.andrewheiss.com/news/2023-01-12_getting-help.html)] - ---- - -layout: false -name: navigating -class: center middle section-title section-title-1 animated fadeIn - -# Navigating the course - ---- - -class: title title-1 - -# Navigating the course - --- - -.pull-left[ -.box-inv-1.less-medium[What's on iCollege?] - -- Assignment submission -- Grades -- Exams -- Answer keys -- Copyrighted materials -] - --- - -.pull-right[ -.box-inv-1.less-medium[What's on the website?] - -- Everything else! -- Forever! -] - -??? - -- multiple links to assignments and content -- news -- links to Slack and RStudio Cloud -- zip files -- slides - ---- - -layout: false -name: r-time -class: center middle section-title section-title-2 animated fadeIn - -# R time! - ---- - -class: title title-2 - -# Intro to R labs - -.box-inv-2.less-medium[Lab 1: Markdown and universal writing] - -.box-inv-2.less-medium[Lab 2: Getting started with R and RStudio] - -.box-inv-2.less-medium[Lab 3: Data basics] - -.box-inv-2.less-medium[Lab 4: Visualize data with ggplot2] - -.box-inv-2.less-medium[Lab 5: Transform data with dplyr] diff --git a/slides/01-class_01_markdown-writing.Rmd b/slides/01-class_01_markdown-writing.Rmd deleted file mode 100644 index b8c31f98..00000000 --- a/slides/01-class_01_markdown-writing.Rmd +++ /dev/null @@ -1,550 +0,0 @@ ---- -title: "Markdown and universal writing" -author: "Andrew Heiss" -date: "August 23, 2021" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(kableExtra) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -xaringanExtra::use_share_again() -``` - -class: center middle main-title section-title-4 - -# Markdown and
    universal writing - ---- - -class: middle - -.box-4.huge[Writing up research is a
    complicated, messy process!] - ---- - -layout: true -class: title title-4 - ---- - -# Itty bitty pieces - --- - -.center.float-left[.box-inv-4[Data] .box-inv-4[Statistical results]] - --- - -.center.float-left[.box-inv-4[Fieldwork] .box-inv-4[Interviews] .box-inv-4[Analysis]] - --- - -.center.float-left[.box-inv-4[Figures] .box-inv-4[Images] .box-inv-4[Tables]] - --- - -.box-inv-4[Citations] - --- - -.box-4.sp-after[Your actual words] - --- - -.box-inv-4.medium[Each of these comes from a different place!] - -??? - -Spending a full day of writing in the mountains or the beach with a notebook sounds cool, but it's really infeasible with any sort of academic writing - too much going on! - ---- - -# Two general approaches for this mess - --- - -.box-inv-4.medium[The **Office** model] - -.box-4.sp-after[Put everything in one document] - --- - -.box-inv-4.medium.sp-before[The **Engineering** model] - -.box-4[Embrace the bittiness and compile it all at the end] - -??? - -https://plain-text.co/index.html#introduction - ---- - -# The Office model - -.pull-left[ -.box-4[Everything lives in
    one `.docx` file] - -.box-inv-4.small[Drag images in] - -.box-inv-4.small[Copy/paste stats from R or Stata] - -.box-inv-4.small[Connect Word to Zotero or Endnote] - -.box-inv-4.small[Track versions with filenames: `ms.docx`, `ms2_final.docx`, `ms2_final_final.docx`] - -] - -.pull-right[ - -.box-4[Final output = `.docx` file] - -
    - The Office model -
    - -] - ---- - -# The Engineering model - -.pull-left[ -.box-4[Everything lives separately and is combined in the end] - -.box-inv-4.small[Type text in a plain text document] - -.box-inv-4.small[Import images automatically] - -.box-inv-4.small[Import stats automatically from
    R scripts (`.R` or `.Rmd`) or `.do` files] - -.box-inv-4.small[Store citations in reference manager] - -.box-inv-4.small[Track versions with git] -] - -.pull-right[ - -.box-4[Final output = whatever you want (Word, PDF, HTML)] - -.center[ -
    - The Engineering model -
    - -
    - Markdown outputs -
    -] -] - ---- - -# No one right way! - --- - -.box-inv-4[The Office model can be clunky and you'll
    inevitably forget to update figures, tables, results, etc.] - --- - -.box-inv-4.small[**BUT**] - --- - -.box-4.medium[The whole world runs on Word] - --- - -.box-inv-4.small[Even if you're a strict Engineering person,
    you'll still collaborate with Office people!] - --- - -.box-inv-4.small[Coauthors will work in Word, advisers will give comments
    and track changes in Word, journals will demand final Word files] - ---- - -# Reproducibility - --- - -.box-inv-4[The Engineering model is definitely more fiddly] - --- - -.box-inv-4.small[**BUT**] - --- - -.box-4.medium[There's less cognitive load!] - --- - -.box-inv-4[No need to copy/paste new results,
    add updated figures, reformat citation, etc.] - --- - -.box-inv-4[There's a record of everything you do!] - --- - -.box-inv-4[Your findings are reproducible by anyone (and yourself!)] - ---- - -# Austerity and Excel - -.pull-left[ - -
    - Reinhart and Rogoff abstract -
    - -.box-inv-4[Debt:GDP ratio
    90%+ → −0.1% growth] - -] - --- - -.pull-right.center[ - -
    - The Path to Prosperity 2013 house budget -
    Paul Ryan's 2013 House budget resolution
    -
    - -] - -??? - -[2013 House Budget Resolution](https://republicans-budget.house.gov/uploadedfiles/pathtoprosperity2013.pdf) - ---- - -# Austerity and Excel - -.pull-left.center[ - -
    - Thomas Herndon -
    Thomas Herndon
    -
    - -] - --- - -.pull-right.center[ - -
    - Paul Krugman on Excel and reproducibility -
    From Paul Krugman, "The Excel Depression"
    -
    - -] - -??? - -[Paul Krugman on the reproducibility crisis](https://www.nytimes.com/2013/04/19/opinion/krugman-the-excel-depression.html) - ---- - -# Austerity and Excel - -.center[ -
    - Reinhart Rogoff Table 1 -
    -] - --- - -.box-inv-4[Debt:GDP ratio = 90%+ → 2.2% growth (!!)] - ---- - -# Genes and Excel - -.pull-left-3[ -.box-inv-4[Septin 2] -] - -.pull-middle-3[ -.box-inv-4[Membrane-Associated Ring Finger (C3HC4) 1] -] - -.pull-right-3[ -.box-inv-4[2310009E13] -] - --- - -.center.sp-after[ -
    - Numbers in Excel -
    -] - --- - -.center[ -.box-4[20% of genetics papers between 2005–2015 (!!!)] -] - ---- - -# General guidelines - -.box-inv-4.medium[Don't touch the raw data] - -.box-4[If you do, explain what you did!] - --- - -.box-inv-4.medium[Use self-documenting, reproducible code] - -.box-4[The whole point of this Engineering model! (R Markdown!)] - --- - -.box-inv-4.medium[Use open formats] - -.box-4[Use .csv, not .xlsx] - ---- - -# Engineering model in real life - -.pull-left.center[ - -
    - Airbnb's data science tools -
    Airbnb, ggplot, and rmarkdown
    -
    - -] - --- - -.pull-right.center[ - -  - -
    - UK Statistics pipeline -
    - -
    - UK Statistics pipeline, short -
    The UK's reproducible analysis pipeline
    -
    - -] - -??? - -https://peerj.com/preprints/3182.pdf + https://gdsdata.blog.gov.uk/2017/03/27/reproducible-analytical-pipeline/ - ---- - -# Overview of the process - -.center[ -
    - Simplified process -
    -] - -??? - -https://plain-text.co/pull-it-together.html#pull-it-together - ---- - -# Can get more complicated! - -.center[ -
    - Rmd process -
    -] - -??? - -https://plain-text.co/pull-it-together.html#pull-it-together - ---- - -# Universal writing - -$$ -\LaTeX -$$ - --- - -.box-inv-4[You might know LaTeX—it's a scientific typesetting language] - --- - -.box-inv-4[Great! It's a way to do the Engineering model] - --- - -.box-inv-4.small[Run `latexmk` from the terminal or click the "compile" button in your TeX editor and you'll stitch together all your separate writing, tables, images, and citations] - --- - -.box-4.sp-before[HOWEVER, the world runs on `.docx`] - --- - -.box-4.small[There are ways to convert from `.tex` to `.docx`, but they're a pain] - ---- - -# Three syntaxes - -.box-inv-4[If you want to be able to write in LaTeX, but also have HTML for a blog post later, and also have a Word file for a journal later, you have to learn (and write with!) all these!] - --- - -.small[ -```{r syntax-table, echo=FALSE} -tribble( - ~Format, ~LaTeX, ~HTML, ~Word, - "Bold", "\\textbf{Something}", "Something", "Click on stuff", - "Heading 2", "\\subsection{Something}", "

    Something

    ", "Click on stuff", - "Link", "\\href{google.com}{Link}", 'Link', "Click on stuff", - "Citation", "\\cite{Heiss2020}", "lolz", "lolz", - "Math", "y = \\beta_0 + \\beta_1 x_1", "lolz", "Equation editor" -) %>% - kbl() %>% - column_spec(1, width = "13%") %>% - column_spec(2, width = "30%") %>% - column_spec(3, width = "37%") %>% - column_spec(4, width = "20%") -``` -] - -??? - - ---- - -# Markdown + pandoc - -.box-inv-4.medium[Solution: Use a universal syntax] - --- - -.box-4[Write with one simplified syntax and
    convert from that to whatever output you want.] - --- - -.pull-left[ -.smaller[ -```{r syntax-table-md, echo=FALSE} -tribble( - ~Format, ~Markdown, - "Bold", "**Something**", - "Heading 2", "## Something", - "Link text", "[Link](google.com)", - "Citation", "@Heiss2020", - "Math", "y = \\beta_0 + \\beta_1 x_1", -) %>% - kbl() -``` -] -] - --- - -.pull-right[ -
    - Markdown to everything -
    -] - ---- - -# pandoc - -.box-inv-4[The magic glue that makes this all work] - --- - -```sh -# To HTML -pandoc manuscript.md -o manuscript.html - -# To Word -pandoc manuscript.md -o manuscript.docx - -# To PDF (through LaTeX) -pandoc manuscript.md -o manuscript.pdf -``` - ---- - -# Overview again - -.center[ -
    - Simplified process -
    -] - ---- - -# The Universal Markdown-based model - --- - -.box-inv-4.medium[Text editor] - --- - -.box-inv-4.medium[(R) Markdown] - --- - -.box-inv-4.medium[`pandoc`] - --- - -.box-inv-4[(Not in this class: Automation with Makefiles)] - --- - -.box-inv-4[(Not in this class: Version control with git/GitHub)] - ---- - -layout: false -class: middle - -.box-4.huge[Let's play with
    Markdown and pandoc!] diff --git a/slides/01-class_02-getting-started.Rmd b/slides/01-class_02-getting-started.Rmd deleted file mode 100644 index b40c78e3..00000000 --- a/slides/01-class_02-getting-started.Rmd +++ /dev/null @@ -1,517 +0,0 @@ ---- -title: "Getting started" -author: "Andrew Heiss" -date: "August 23, 2021" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css"] - seal: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false - # beforeInit: "libs/offline-mathjax.js" -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(countdown) -library(flair) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -xaringanExtra::use_share_again() -``` - -class: center middle main-title section-title-5 - -# Getting started with
    R and RStudio - -.class-info[ -
    - RStudio -
    -] - ---- - -class: middle - -.pull-left.center[ -
    - R logo -
    - -.box-inv-5[The engine] -] - -.pull-right.center[ -
    - RStudio logo -
    - -.box-inv-5[The dashboard] -] - ---- - -class: middle section-title-inv-5 - -.box-5.large[A tour of RStudio] - ---- - -
    - RStudio -
    - ---- - -class: title title-5 - -# Console - -.pull-left-wide[ -
    - RStudio console -
    -] - -.pull-right-narrow[ -.box-inv-5[R is awaiting your instructions] - -.box-inv-5[Type code here, press enter, and R will run it] -] - ---- - -class: title title-5 section-title-inv-5 - -# Your turn - -.pull-left-wide[ -
    - RStudio console -
    -] - -.pull-right-narrow[ -.box-5[Type `2 + 2` in the console] - -.box-5[Press enter] -] - ---- - -```{r} -2 + 2 -``` - -.box-5[This is ephemeral though.
    If you want to run this again, you'll have to type it again.] - -.box-5[Store R code in a document instead] - ---- - -class: title title-5 - -# Files pane - -.pull-left-wide[ -
    - RStudio files panel -
    -] - -.pull-right-narrow[ -.box-inv-5[All the files in your current working directory] -] - ---- - -class: title title-5 section-title-inv-5 - -# Your turn - -.pull-left-wide[ -
    - RStudio files pane -
    -] - -.pull-right-narrow[ -.box-5[Find `01_getting-started.Rmd`] - -.box-5[Click on its name to open the file] -] - ---- - -class: title title-5 - -# Source pane - -.pull-left-wide.center[ -
    - RStudio source panel -
    -] - -.pull-right-narrow[ -.box-inv-5[Documents
    open here] -] - ---- - -class: title title-5 - -# R Markdown - -.pull-left.center[ -
    - RStudio R Markdown document -
    -] - -.pull-right[ -.box-inv-5[Document format that
    combines text and code] - -.box-inv-5[Acts like a notebook
    for your analysis] -] - ---- - -class: title title-5 - -# R Markdown - -.pull-left[ -
    - RStudio R Markdown text -
    -] - -.pull-right[ -.box-inv-5.medium[Text] -] - ---- - -class: title title-5 - -# R Markdown - -.pull-left[ -
    - RStudio R Markdown code -
    -] - -.pull-right[ -.box-inv-5.medium[Text] - -.box-inv-5.medium[Code] -] - ---- - -class: title title-5 - -# R Markdown - -.pull-left[ -
    - RStudio R Markdown output -
    -] - -.pull-right[ -.box-inv-5.medium[Text] - -.box-inv-5.medium[Code] - -.box-inv-5.medium[Output] -] - ---- - -class: title title-5 section-title-inv-5 - -# Your turn - -.pull-left[ -
    - RStudio R Markdown code -
    -] - -.pull-right[ -.box-5[Read the instructions] - -.box-5[Run the code chunk by
    clicking the play button] -] - ---- - -class: title title-5 section-title-inv-5 - -# Your turn - -.box-5[Add a new chunk] - -.box-5[Put `2 + 2` in the chunk and run it] - ---- - -class: title title-5 - -# Knitting - -.box-inv-5["Knit" an R Markdown document into a standalone sharable file] - -.center[ -
    - RStudio knit button -
    -] - ---- - -class: title title-5 - -# R Markdown - -.box-inv-5.sp-after[The best way to combine R code and narrative] - -.box-5[We'll use it throughout the class:] - -.box-5[I'll provide starter code] - -.box-5[You'll complete "Your turns"] - -.box-5[In the end, you'll have an annotated record for yourself] - ---- - -class: title title-5 section-title-inv-5 - -# Your turn - -.box-5[Spot the difference:] - -```{r eval=FALSE} -filter(mtcars, cyl == 4) -``` - -```{r eval=FALSE} -four_cyls <- filter(mtcars, cyl == 4) -``` - -.box-5[Find these chunks in the notebook and run them.
    What's different about what happens?] - ---- - -class: title title-5 - -# Assignment - -.box-inv-5[`<-` assigns the output from the righthand side to a variable with the name on the lefthand side] - -```{r eval=FALSE} -four_cyls <- filter(mtcars, cyl == 4) -``` - ---- - -class: title title-5 - -# Environment pane - -.pull-left[ -
    - RStudio environment pane -
    -] - -.pull-right[ -.box-5[List of all the
    variables you've created] -] - ---- - -class: title title-5 section-title-inv-5 - -# Your turn - -.box-5[Find `four_cyls` in the environment pane.
    Click on the name `four_cyls`] - -.box-5[What happens?] - ---- - -class: title title-5 - -# Viewer - -.pull-left[ -
    - RStudio viewer -
    -] - -.pull-right[ -.box-5[Clicking on an object in the environment panel opens it an interactive viewer tab] -] - ---- - -class: title title-5 - -# Functions - -.center[ -```{r echo=FALSE, tidy=FALSE} -decorate(' -four_cyls <- filter(mtcars, cyl == 4) -', eval = FALSE) %>% - flair("filter", background = "#FFDFD1", before = "", after = "") -``` -] - -.box-inv-5[Functions do things] - --- - -.box-inv-5[Functions take arguments, output results] - --- - -.box-inv-5[If you want to keep the output, assign it to a variable] - ---- - -class: title title-5 - -# Help - -.box-inv-5[To look up the help page for an R function,
    type this in the console:] - -.center[ -```{r eval=FALSE} -?function_name -``` -] - -.box-5.small[(Or google it!)] - ---- - -class: title title-5 - -# Help pane - -.pull-left[ -
    - RStudio help pane -
    -] - -.pull-right[ -.box-5[These help pages prove details about the arguments you can supply a function] - -.box-5[Often full of examples
    at the bottom] -] - ---- - -class: title title-5 section-title-inv-5 - -# Your turn - -.box-5[Look at the help page for `seq`] - -.box-5[Add a chunk that uses `seq()` to create a
    list of numbers from 5 to 100, spaced by 5
    .small[(so 5, 10, 15, 20, …)]] - -```{r echo=FALSE} -countdown(minutes = 2, play_sound = TRUE, font_size = "1.5em") -``` - ---- - -```{r} -seq(from = 5, to = 100, by = 5) -``` - - ---- - -class: title title-5 - -# Common syntax problem #1 - -.box-inv-5[Missing closing parentheses or quotes] - -```{r eval=FALSE} -mean(mtcars -``` - -```{r eval=FALSE} -"Oops this is wrong -``` - ---- - -class: title title-5 - -# Common syntax problem #2 - -.box-inv-5[Surrounding something in quotes when it should be (or vice versa)] - -```{r error=TRUE, warning=TRUE, message=TRUE} -mean("mtcars") -``` - ---- - -class: title title-5 section-title-inv-5 - -# Your turn - -.box-5[There are three chunks under "Syntax gone wrong"] - -.box-5[Run each, read the error message, and try to fix the syntax] - ---- - -class: title title-5 - -# Cheatsheets - -.box-inv-5[Go to Help > Cheatsheets to find quick
    reference guides to different packages] - -.center[ -
    - RStudio cheatsheet -
    -] - ---- - -class: title title-5 - -# Next up - -.box-inv-5.medium[Data basics] diff --git a/slides/01-class_03_data-basics.Rmd b/slides/01-class_03_data-basics.Rmd deleted file mode 100644 index b367ad2e..00000000 --- a/slides/01-class_03_data-basics.Rmd +++ /dev/null @@ -1,346 +0,0 @@ ---- -title: "Data basics" -author: "Andrew Heiss" -date: "August 23, 2021" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css"] - seal: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false - # beforeInit: "libs/offline-mathjax.js" -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(gapminder) -library(countdown) -library(flair) -library(knitr) -library(kableExtra) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-6 - -# Data basics - ---- - -class: middle section-title-inv-6 - -.box-6.large[Packages] - ---- - -
    - R packages, base -
    - ---- - -
    - R packages, other -
    - ---- - -class: title title-6 - -# Using packages - -.pull-left[ -```{r eval=FALSE} -install.packages("name") -``` - -.box-inv-6[Downloads files
    to your computer] - -.box-inv-6[Do this once per computer] -] - --- - -.pull-right[ -```{r eval=FALSE} -library("name") -``` - -.box-inv-6[Loads the package] - -.box-inv-6[Do this once per R session] -] ---- - -class: title title-6 - -# The tidyverse - -.pull-left[ -.box-inv-6.small["The tidyverse is an opinionated collection of R packages designed for data science. All packages share an underlying design philosophy, grammar, and data structures."] - -.box-inv-6[… the tidyverse makes data science faster, easier and more fun…] -] - -.pull-right[ -
    - The tidyverse -
    -] - ---- - -class: title title-6 - -# The tidyverse - -
    - tidyverse and language -
    - -??? - -From "Master the Tidyverse" by RStudio - ---- - -class: title title-6 - -# The tidyverse package - -.center[ -```{r eval=FALSE} -library(tidyverse) -``` -] - -.box-inv-6[The tidyverse package is a shortcut for
    installing and loading all the key tidyverse packages] - ---- - -.pull-left[ -```{r eval=FALSE} -install.packages("tidyverse") -``` - -.tiny[ -```{r eval=FALSE} -install.packages("ggplot2") -install.packages("dplyr") -install.packages("tidyr") -install.packages("readr") -install.packages("purrr") -install.packages("tibble") -install.packages("stringr") -install.packages("forcats") -install.packages("lubridate") -install.packages("hms") -install.packages("DBI") -install.packages("haven") -install.packages("httr") -install.packages("jsonlite") -install.packages("readxl") -install.packages("rvest") -install.packages("xml2") -install.packages("modelr") -install.packages("broom") -``` -] -] - --- - -.pull-right[ -```{r eval=FALSE} -library("tidyverse") -``` - -.tiny[ -```{r eval=FALSE} -library("ggplot2") -library("dplyr") -library("tidyr") -library("readr") -library("purrr") -library("tibble") -library("stringr") -library("forcats") -``` -] -] - ---- - -class: middle section-title-inv-6 - -.box-6.large[Rectangular data] - ---- - -class: title title-6 - -# Data frames and tibbles - -.box-inv-6.medium[Data frames are the most common kind of data objects; used for rectangular data (like spreadsheets)] - --- - -.box-6[Data frames: R's native data object] - --- - -.box-6[Tibbles (`tbl`): a fancier enhanced kind of data frame] - --- - -.box-6.small[(You really won't notice a difference today)] - ---- - -class: middle section-title-inv-6 - -.box-6.large[Vectors and lists] - ---- - -class: title title-6 - -# Vectors - -.box-inv-6[Vectors are a list of values of the same time
    (all text, or all numbers, etc.)] - -.box-inv-6[Make them with `c()`:] - -```{r eval=FALSE} -c(1, 4, 2, 5, 7) -``` - --- - -.box-inv-6[You'll usually want to assign them to something:] - -```{r eval=FALSE} -neat_numbers <- c(1, 4, 2, 5, 7) -``` - ---- - -class: title title-6 - -# Basic data types - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    IntegerWhole numbersc(1, 2, 3, 4)
    DoubleNumbersc(1, 2.4, 3.14, 4)
    CharacterTextc("1", "blue", "fun", "monster")
    LogicalTrue or falsec(TRUE, FALSE, TRUE, FALSE)
    FactorCategoryc("Strongly disagree", "Agree", "Neutral")
    - ---- - -class: middle section-title-inv-6 - -.box-6.large[Importing data] - ---- - -class: title title-6 - -# Packages for importing data - - - - - - - - - - - - - - - - - -
    readrWork with plain text datamy_data <- read_csv("file.csv")
    readxlWork with Excel filesmy_data <- read_excel("file.xlsx")
    havenWork with Stata, SPSS, and SAS datamy_data <- read_stata("file.dta")
    - ---- - -class: title title-6 - -# Other types of data - - - - - - - - - - - - - - - - - - - - - - - - - - -
    PackageType of data
    jsonliteJSON data
    xml2XML data
    httrWeb APIs
    rvestWeb pages (web scraping)
    DBIDatabases (SQL)
    - ---- - -class: title title-6 - -# Next up - -.box-inv-6.medium[Data visualization] diff --git a/slides/01-class_04_visualize-data.Rmd b/slides/01-class_04_visualize-data.Rmd deleted file mode 100644 index ad8ac0b4..00000000 --- a/slides/01-class_04_visualize-data.Rmd +++ /dev/null @@ -1,1019 +0,0 @@ ---- -title: "Transform data with dplyr" -author: "Andrew Heiss" -date: "August 23, 2021" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css"] - seal: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false - # beforeInit: "libs/offline-mathjax.js" -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(ggthemes) -library(gapminder) -library(countdown) -library(flair) -library(knitr) -library(kableExtra) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-1 - -# Visualize data
    with ggplot2 - -.class-info[ -
    - ggplot -
    -] - ---- - -class: title title-1 - -# Cars and displacement - -.box-inv-1.medium[What is the relationship between a car's
    engine weight (displacement) and its mileage (miles per gallon)?] - ---- - -class: title title-1 section-title-inv-1 - -# Your turn #1 - -.box-1[Run this code in your Rmd file to make a graph] - -.box-1[Pay attention to spelling, capitalization, and parentheses!] - -```{r eval=FALSE} -ggplot(data = mpg) + - geom_point(mapping = aes(x = displ, y = hwy)) -``` - -```{r echo=FALSE} -countdown(minutes = 2, play_sound = TRUE, font_size = "1.5em") -``` - ---- - -```{r fig.width=6, fig.height=3.5, out.width="60%"} -ggplot(data = mpg) + - geom_point(mapping = aes(x = displ, y = hwy)) -``` - ---- - -class: bg-full bg-y-75 -background-image: url("img/01-class/03/napoleon-retreat.jpg") - -??? - -Source: [Wikipedia](https://en.wikipedia.org/wiki/File:National_Museum_in_Poznan_-_Przej%C5%9Bcie_przez_Berezyn%C4%99.JPG) - ---- - -layout: true -class: title title-1 - ---- - -# Long distance! - -.center[ -
    - Moscow to Vilnius -
    Moscow to Vilnius
    -
    -] - ---- - -# Very cold! - -```{r minard-temps, echo=FALSE, warning=FALSE, fig.width=12, fig.height=6.5} -# https://github.com/vincentarelbundock/Rdatasets/tree/master/csv/HistData -minard_temps <- read_csv("data/Minard.temp.csv") %>% - uncount(days) %>% - mutate(day_index = 1:n()) - -ggplot(minard_temps, aes(x = day_index, y = temp)) + - geom_line(color = "#4472C4", size = 3) + - labs(x = "Days since retreat from Moscow", y = "°C") + - theme_gdocs(base_size = 30) -``` - ---- - -# Lots of people died! - -```{r minard-deaths, echo=FALSE, fig.height=6.5, fig.width=6.5} -minard_deaths <- tribble( - ~status, ~count, - "Died", 422000, - "Survived", 10000 -) - -ggplot(minard_deaths, aes(x = "", y = count, fill = status)) + - geom_col() + - coord_polar(theta = "y") + - scale_fill_manual(values = c("#FFC000", "#4472C4"), name = NULL) + - labs(title = "Napoleon’s Grande Armée") + - theme_void(base_family = "sans", base_size = 30) + - theme(legend.position = "bottom") -``` - ---- - -layout: false -class: bg-full -background-image: url("img/01-class/03/minard.png") - -??? - -Source: [Wikimedia Commons](https://upload.wikimedia.org/wikipedia/commons/2/29/Minard.png) - ---- - -layout: true -class: title title-1 - ---- - -# Mapping data to aesthetics - -.pull-left.center[ - -
    - Grammar of Graphics book -
    - -] - -.pull-right[ - -.box-inv-1.medium[Aesthetic] - -.box-1[Visual property of a graph] - -.box-1.sp-after[Position, shape, color, etc.] - -.box-inv-1.medium[Data] - -.box-1[A column in a dataset] - -] - ---- - -# Mapping data to aesthetics - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    DataAestheticGraphic/Geometry
    LongitudePosition (x-axis) Point
    LatitudePosition (y-axis)Point
    Army sizeSizePath
    Army direction ColorPath
    DatePosition (x-axis)Line + text
    TemperaturePosition (y-axis)Line + text
    - ---- - -# Mapping data to aesthetics - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Dataaes()geom
    Longitudexgeom_point()
    Latitudeygeom_point()
    Army sizesizegeom_path()
    Army direction colorgeom_path()
    Datexgeom_line() + geom_text()
    Temperatureygeom_line() + geom_text()
    - ---- - -# `ggplot()` template - -```{r show-ggplot-template, echo=FALSE, tidy=FALSE} -decorate(' -ggplot(data = DATA) + - GEOM_FUNCTION(mapping = aes(AESTHETIC MAPPINGS)) -', eval = FALSE) %>% - flair("DATA", background = "#CBB5FF", before = "", after = "") %>% - flair("GEOM_FUNCTION", background = "#FFDFD1", before = "", after = "") %>% - flair("AESTHETIC MAPPINGS", background = "#FFD0CF", before = "", after = "") -``` - --- - -```{r ggplot-template-example, echo=FALSE} -decorate(' -ggplot(data = troops) + - geom_path(mapping = aes(x = longitude, - y = latitude, - color = direction, - size = survivors)) -', eval = FALSE) %>% - flair("troops", background = "#CBB5FF", before = "", after = "") %>% - flair("geom_path", background = "#FFDFD1", before = "", after = "") %>% - flair_rx("x = longitude|y = latitude|color = direction|size = survivors", - background = "#FFD0CF", before = "", after = "") -``` - ---- - -layout: false - -```{r minard-troops, echo=FALSE, warning=FALSE} -# https://github.com/vincentarelbundock/Rdatasets/tree/master/csv/HistData -troops <- read_csv("data/Minard.troops.csv") %>% - select(longitude = long, latitude = lat, direction, survivors) -``` - -.box-1[This is a dataset named `troops`:] - -.small[ - -```{r head-troops, echo=FALSE} -troops %>% - slice(1:2) %>% - mutate_all(as.character) %>% - bind_rows(tibble(longitude = "…", latitude = "…", direction = "…", survivors = "…")) %>% - knitr::kable(format = "html") -``` - -] - --- - -```{r ggplot-template-example1, echo=FALSE} -decorate(' -ggplot(data = troops) + - geom_path(mapping = aes(x = longitude, - y = latitude, - color = direction, - size = survivors)) -', eval = FALSE) %>% - flair("troops", background = "#CBB5FF", before = "", after = "") %>% - flair("geom_path", background = "#FFDFD1", before = "", after = "") %>% - flair_rx("x = longitude|y = latitude|color = direction|size = survivors", - background = "#FFD0CF", before = "", after = "") -``` - ---- - -```{r show-basic-minard, echo=FALSE, fig.width=16, fig.height=8, out.width="100%"} -ggplot(data = troops, - mapping = aes(x = longitude, - y = latitude, - color = direction, - size = survivors)) + - geom_path(lineend = "round", linejoin = "mitre") + - scale_size_continuous(range = c(1, 20), - labels = scales::comma) + - theme_gray(base_size = 20) -``` - ---- - -```{r fig.width=6, fig.height=3.5, out.width="60%"} -ggplot(data = mpg) + - geom_point(mapping = aes(x = displ, y = hwy)) -``` - ---- - -layout: true -class: title title-1 - ---- - -# Heavy cars with better mileage? - -```{r echo=FALSE, fig.width=6, fig.height=3.5, out.width="60%"} -ggplot(data = mpg) + - geom_point(mapping = aes(x = displ, y = hwy)) -``` - ---- - -# Aesthetics - -.pull-left-3[ - -.box-inv-1.small[`color` (discrete)] - -```{r aes-color-discrete, echo=FALSE, fig.dim=c(4, 2), out.width="100%"} -eg <- tribble( - ~x, ~y, ~size, ~x1, - "A", 1, 5, 1, - "B", 1, 10, 2, - "C", 1, 15, 3 -) - -# Color, discrete -ggplot(eg, aes(x = x, y = y, color = x)) + - geom_point(size = 30) + - guides(color = FALSE) + - theme(axis.text.y = element_blank(), - axis.ticks = element_blank()) -``` - -.box-inv-1.small[`color` (continuous)] - -```{r aes-color-continuous, echo=FALSE, fig.dim=c(4, 2), out.width="100%"} -# Color, continuous -ggplot(eg, aes(x = x1, y = y, color = x1)) + - geom_point(size = 30) + - guides(color = FALSE) + - coord_cartesian(xlim = c(0.5, 3.5)) + - theme(axis.text.y = element_blank(), - axis.ticks = element_blank()) -``` -] - -.pull-middle-3[ - -.box-inv-1.small[`size`] - -```{r aes-size, echo=FALSE, fig.dim=c(4, 2), out.width="100%"} -# Size -ggplot(eg, aes(x = x, y = y, size = x)) + - geom_point() + - scale_size_discrete(range = c(2, 30)) + - guides(size = FALSE) + - theme(axis.text.y = element_blank(), - axis.ticks = element_blank()) -``` - -.box-inv-1.small[`fill`] - -```{r aes-fill, echo=FALSE, fig.dim=c(4, 2), out.width="100%"} -# Fill -ggplot(eg, aes(x = x, y = y, fill = x)) + - geom_point(size = 30, pch = 21, stroke = 5) + - guides(fill = FALSE) + - theme(axis.text.y = element_blank(), - axis.ticks = element_blank()) -``` -] - -.pull-right-3[ - -.box-inv-1.small[`shape`] - -```{r aes-shape, echo=FALSE, fig.dim=c(4, 2), out.width="100%"} -# Shape -ggplot(eg, aes(x = x, y = y, shape = x)) + - geom_point(size = 30) + - guides(shape = FALSE) + - theme(axis.text.y = element_blank(), - axis.ticks = element_blank()) -``` - -.box-inv-1.small[`alpha`] - -```{r aes-alpha, echo=FALSE, fig.dim=c(4, 2), out.width="100%"} -# Alpha -ggplot(eg, aes(x = x, y = y, alpha = x)) + - geom_point(size = 30) + - guides(alpha = FALSE) + - theme(axis.text.y = element_blank(), - axis.ticks = element_blank()) -``` -] - ---- - -# Mapping columns to aesthetics - -.small[ -```{r eval=FALSE} -ggplot(mpg) + geom_point(aes(x = displ, y = hwy, color = class)) -ggplot(mpg) + geom_point(aes(x = displ, y = hwy, size = class)) -ggplot(mpg) + geom_point(aes(x = displ, y = hwy, shape = class)) -ggplot(mpg) + geom_point(aes(x = displ, y = hwy, alpha = class)) -``` -] - ---- - -layout: false - -```{r fig.width=6, fig.height=3.5, out.width="60%"} -ggplot(data = mpg) + - geom_point(mapping = aes(x = displ, y = hwy, color = class)) -``` - ---- - -class: title title-1 section-title-inv-1 - -# Your turn #2 - -.box-1[Add color, size, alpha, and shape aesthetics to your graph.] - -.box-1[Experiment!] - -.box-1[Do different things happen when you map aesthetics to discrete and continuous variables?] - -.box-1[What happens when you use more than one aesthetic?] - ---- - -class: title title-1 - -# How would you make this plot? - -```{r echo=FALSE, fig.width=6, fig.height=3.5, out.width="70%"} -ggplot(data = mpg) + - geom_point(mapping = aes(x = displ, y = hwy), color = "blue") -``` - ---- - -.left-code[ -```{r color-aes-example, tidy=FALSE, message=FALSE, fig.show="hide", fig.dim=c(4.8, 3.75), out.width="100%"} -ggplot(mpg) + - geom_point(aes(x = displ, y = hwy, - color = class)) -``` -] - -.right-plot[ -![](`r knitr::fig_chunk("color-aes-example", "png")`) -] - ---- - -.left-code[ -```{r color-set-example, tidy=FALSE, message=FALSE, fig.show="hide", fig.dim=c(4.8, 3.75), out.width="100%"} -ggplot(mpg) + - geom_point(aes(x = displ, y = hwy), - color = "blue") -``` -] - -.right-plot[ -![](`r knitr::fig_chunk("color-set-example", "png")`) -] - ---- - -.pull-left[ -.small[ -```{r tidy=FALSE, message=FALSE, fig.dim=c(4.8, 3.75), out.width="100%"} -ggplot(mpg) + - geom_point(aes(x = displ, y = hwy, - color = "blue")) -``` -] -] - -.pull-right[ -.small[ -```{r tidy=FALSE, message=FALSE, fig.dim=c(4.8, 3.75), out.width="100%"} -ggplot(mpg) + - geom_point(aes(x = displ, y = hwy), - color = "blue") -``` -] -] - ---- - -layout: true -class: title title-1 - ---- - -# What's the same? What's different? - -.pull-left[ -```{r echo=FALSE, tidy=FALSE, message=FALSE, fig.dim=c(4.8, 3.75), out.width="100%"} -ggplot(mpg) + - geom_point(aes(x = displ, y = hwy)) -``` -] - -.pull-right[ -```{r echo=FALSE, tidy=FALSE, message=FALSE, fig.dim=c(4.8, 3.75), out.width="100%"} -ggplot(mpg) + - geom_smooth(aes(x = displ, y = hwy)) -``` -] - ---- - -# Geoms - -```{r show-ggplot-template1, echo=FALSE, tidy=FALSE} -decorate(' -ggplot(data = DATA) + - GEOM_FUNCTION(mapping = aes(AESTHETIC MAPPINGS)) -', eval = FALSE) %>% - flair("DATA", background = "#CBB5FF", before = "", after = "") %>% - flair("GEOM_FUNCTION", background = "#FFDFD1", before = "", after = "") %>% - flair("AESTHETIC MAPPINGS", background = "#FFD0CF", before = "", after = "") -``` - ---- - -# Possible geoms - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Example geomWhat it makes
    geom_col()Bar charts
    geom_text()Text
    geom_point()Points
    geom_boxplot()Boxplots
    geom_sf()Maps
    - ---- - -# Possible geoms - -.box-inv-1[There are dozens of possible geoms!] - -.box-1[See [the **ggplot2** documentation](https://ggplot2.tidyverse.org/reference/index.html#section-layer-geoms) for
    complete examples of all the different geom layers] - -.box-1[Also see the ggplot cheatsheet] - ---- - -layout: false -class: title title-1 section-title-inv-1 - -# Your turn #3 - -.box-1[Replace this scatterplot with boxplots. Use the cheatsheet.] - -.pull-left[ -```{r echo=FALSE, tidy=FALSE, message=FALSE, fig.dim=c(4.8, 3.25), out.width="100%"} -ggplot(mpg) + - geom_point(aes(x = class, y = hwy)) -``` -] - -.pull-right[ -```{r echo=FALSE, tidy=FALSE, message=FALSE, fig.dim=c(4.8, 3.25), out.width="100%"} -ggplot(mpg) + - geom_boxplot(aes(x = class, y = hwy)) -``` -] - -```{r echo=FALSE} -countdown(minutes = 3) -``` - ---- - -class: title title-1 section-title-inv-1 - -# Your turn #4 - -.box-1[Make a histogram of `hwy`. Use the cheetsheet.
    Hint: don't supply a `y` variable.] - -```{r echo=FALSE, tidy=FALSE, message=FALSE, fig.dim=c(7, 3.25), out.width="70%"} -ggplot(mpg) + - geom_histogram(aes(x = hwy)) -``` - ---- - -class: title title-1 section-title-inv-1 - -# Your turn #5 - -.box-1[Make this density plot of `hwy` colored by `class`.
    Use the cheatsheet. Hint: don't supply a `y` variable.] - -```{r echo=FALSE, tidy=FALSE, message=FALSE, fig.dim=c(7, 3.25), out.width="70%"} -ggplot(mpg) + - geom_density(aes(x = hwy, color = class)) -``` - ---- - -class: title title-1 - -# Complex graphs! - -```{r echo=FALSE, fig.width=6, fig.height=3.5, out.width="70%"} -ggplot(data = mpg) + - geom_point(mapping = aes(x = displ, y = hwy)) + - geom_smooth(mapping = aes(x = displ, y = hwy)) -``` - ---- - -class: title title-1 section-title-inv-1 - -# Your turn #6 - -.box-1[Predict what this code will do. Then run it.] - -```{r eval=FALSE} -ggplot(data = mpg) + - geom_point(mapping = aes(x = displ, y = hwy)) + - geom_smooth(mapping = aes(x = displ, y = hwy)) -``` - -```{r echo=FALSE} -countdown(minutes = 2) -``` - ---- - -class: title title-1 - -# Global vs. local - -.box-inv-1[Any aesthetics in `ggplot()` will show up in all `geom_` layers] - -.small[ -```{r fig.width=6, fig.height=2.5, out.width="60%"} -ggplot(data = mpg, mapping = aes(x = displ, y = hwy)) + - geom_point() + - geom_smooth() -``` -] - ---- - -class: title title-1 - -# Global vs. local - -.box-inv-1[Any aesthetics in `geom_` layers only apply to that layer] - -.small[ -```{r fig.width=6, fig.height=2.5, out.width="60%"} -ggplot(data = mpg, mapping = aes(x = displ, y = hwy)) + - geom_point(mapping = aes(color = drv)) + - geom_smooth() -``` -] - ---- - -layout: true -class: title title-1 - ---- - -# So much more! - -.pull-left[ -.box-inv-1[There are many other layers we can use to make and enhance graphs!] - -.box-inv-1[We sequentially add layers onto the foundational `ggplot()` plot to create complex figures] -] - -.pull-right[ -![](img/01-class/03/ggplot-layers@4x.png) -] - ---- - -# Putting it all together - -.box-inv-1.medium[We can build a plot sequentially
    to see how each grammatical layer
    changes the appearance] - ---- - -layout: false - -.left-code[ -.box-1[Start with data and aesthetics] - -```{r mpg-layers-1, tidy=FALSE, message=FALSE, fig.show="hide", fig.dim=c(4.8, 5), out.width="100%"} -ggplot(data = mpg, #<< - mapping = aes(x = displ, #<< - y = hwy, #<< - color = drv)) #<< -``` -] - -.right-plot[ -![](`r knitr::fig_chunk("mpg-layers-1", "png")`) -] - ---- - -.left-code[ -.box-1[Add a point geom] - -```{r mpg-layers-2, tidy=FALSE, message=FALSE, fig.show="hide", fig.dim=c(4.8, 5), out.width="100%"} -ggplot(data = mpg, - mapping = aes(x = displ, - y = hwy, - color = drv)) + - geom_point() #<< -``` -] - -.right-plot[ -![](`r knitr::fig_chunk("mpg-layers-2", "png")`) -] - ---- - -.left-code[ -.box-1[Add a smooth geom] - -```{r mpg-layers-3, tidy=FALSE, message=FALSE, fig.show="hide", fig.dim=c(4.8, 5), out.width="100%"} -ggplot(data = mpg, - mapping = aes(x = displ, - y = hwy, - color = drv)) + - geom_point() + - geom_smooth() #<< -``` -] - -.right-plot[ -![](`r knitr::fig_chunk("mpg-layers-3", "png")`) -] - ---- - -.left-code[ -.box-1[Make it straight] - -```{r mpg-layers-4, tidy=FALSE, message=FALSE, fig.show="hide", fig.dim=c(4.8, 5), out.width="100%"} -ggplot(data = mpg, - mapping = aes(x = displ, - y = hwy, - color = drv)) + - geom_point() + - geom_smooth(method = "lm") #<< -``` -] - -.right-plot[ -![](`r knitr::fig_chunk("mpg-layers-4", "png")`) -] - ---- - -.left-code[ -.box-1[Use a viridis color scale] - -```{r mpg-layers-5, tidy=FALSE, message=FALSE, fig.show="hide", fig.dim=c(4.8, 5), out.width="100%"} -ggplot(data = mpg, - mapping = aes(x = displ, - y = hwy, - color = drv)) + - geom_point() + - geom_smooth(method = "lm") + - scale_color_viridis_d() #<< -``` -] - -.right-plot[ -![](`r knitr::fig_chunk("mpg-layers-5", "png")`) -] - ---- - -.left-code[ -.box-1[Facet by drive] - -```{r mpg-layers-6, tidy=FALSE, message=FALSE, fig.show="hide", fig.dim=c(4.8, 5), out.width="100%"} -ggplot(data = mpg, - mapping = aes(x = displ, - y = hwy, - color = drv)) + - geom_point() + - geom_smooth(method = "lm") + - scale_color_viridis_d() + - facet_wrap(vars(drv), ncol = 1) #<< -``` -] - -.right-plot[ -![](`r knitr::fig_chunk("mpg-layers-6", "png")`) -] - ---- - -.left-code[ -.box-1[Add labels] - -```{r mpg-layers-7, tidy=FALSE, message=FALSE, fig.show="hide", fig.dim=c(4.8, 5), out.width="100%"} -ggplot(data = mpg, - mapping = aes(x = displ, - y = hwy, - color = drv)) + - geom_point() + - geom_smooth(method = "lm") + - scale_color_viridis_d() + - facet_wrap(vars(drv), ncol = 1) + - labs(x = "Displacement", y = "Highway MPG", #<< - color = "Drive", #<< - title = "Heavier cars get lower mileage", #<< - subtitle = "Displacement indicates weight(?)", #<< - caption = "I know nothing about cars") #<< -``` -] - -.right-plot[ -![](`r knitr::fig_chunk("mpg-layers-7", "png")`) -] - ---- - -.left-code[ -.box-1[Add a theme] - -```{r mpg-layers-8, tidy=FALSE, message=FALSE, fig.show="hide", fig.dim=c(4.8, 5), out.width="100%"} -ggplot(data = mpg, - mapping = aes(x = displ, - y = hwy, - color = drv)) + - geom_point() + - geom_smooth(method = "lm") + - scale_color_viridis_d() + - facet_wrap(vars(drv), ncol = 1) + - labs(x = "Displacement", y = "Highway MPG", - color = "Drive", - title = "Heavier cars get lower mileage", - subtitle = "Displacement indicates weight(?)", - caption = "I know nothing about cars") + - theme_bw() #<< -``` -] - -.right-plot[ -![](`r knitr::fig_chunk("mpg-layers-8", "png")`) -] - ---- - -.left-code[ -.box-1[Modify the theme] - -```{r mpg-layers-9, tidy=FALSE, message=FALSE, fig.show="hide", fig.dim=c(4.8, 5), out.width="100%"} -ggplot(data = mpg, - mapping = aes(x = displ, - y = hwy, - color = drv)) + - geom_point() + - geom_smooth(method = "lm") + - scale_color_viridis_d() + - facet_wrap(vars(drv), ncol = 1) + - labs(x = "Displacement", y = "Highway MPG", - color = "Drive", - title = "Heavier cars get lower mileage", - subtitle = "Displacement indicates weight(?)", - caption = "I know nothing about cars") + - theme_bw() + - theme(legend.position = "bottom", #<< - plot.title = element_text(face = "bold")) #<< -``` -] - -.right-plot[ -![](`r knitr::fig_chunk("mpg-layers-9", "png")`) -] - ---- - -.left-code[ -.box-1[Finished!] - -```{r mpg-layers-finished, tidy=FALSE, message=FALSE, fig.show="hide", fig.dim=c(4.8, 5), out.width="100%"} -ggplot(data = mpg, - mapping = aes(x = displ, - y = hwy, - color = drv)) + - geom_point() + - geom_smooth(method = "lm") + - scale_color_viridis_d() + - facet_wrap(vars(drv), ncol = 1) + - labs(x = "Displacement", y = "Highway MPG", - color = "Drive", - title = "Heavier cars get lower mileage", - subtitle = "Displacement indicates weight(?)", - caption = "I know nothing about cars") + - theme_bw() + - theme(legend.position = "bottom", - plot.title = element_text(face = "bold")) -``` -] - -.right-plot[ -![](`r knitr::fig_chunk("mpg-layers-finished", "png")`) -] - ---- - -class: title title-1 - -# Next up - -.box-inv-1.medium[Transforming and
    manipulating data with dplyr] diff --git a/slides/01-class_05_transform-data.Rmd b/slides/01-class_05_transform-data.Rmd deleted file mode 100644 index 682181d4..00000000 --- a/slides/01-class_05_transform-data.Rmd +++ /dev/null @@ -1,1250 +0,0 @@ ---- -title: "Transform data with dplyr" -author: "Andrew Heiss" -date: "August 23, 2021" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css"] - seal: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false - # beforeInit: "libs/offline-mathjax.js" -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(gapminder) -library(countdown) -library(flair) -library(knitr) -library(kableExtra) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-2 - -# Transform data
    with dplyr - -.class-info[ -
    - dplyr -
    -] - ---- - -layout: false -class: title title-2 section-title-inv-2 - -# Your turn #0: Load data - -1. Run the setup chunk -2. Take a look at the `gapminder` data - -```{r echo=FALSE} -countdown(minutes = 2, play_sound = TRUE, font_size = "1.5em") -``` - ---- - -.small[ -```{r show-gapminder} -gapminder -``` -] - ---- - -class: title title-2 - -# The tidyverse - -
    - tidyverse and language -
    - -??? - -From "Master the Tidyverse" by RStudio - ---- - -class: title title-2 - -# The tidyverse - -.center[ -
    - The tidyverse -
    -] - ---- - -class: title title-2 - -# dplyr: verbs for manipulating data - - - - - - - - - - - - - - - - - - - - - - -
    Extract rows with filter()filter
    Extract columns with select()select
    Arrange/sort rows with arrange()arrange
    Make new columns with mutate()mutate
    Make group summaries with
    group_by() %>% summarize()
    summarize
    - ---- - -class: center middle section-title section-title-2 - -# `filter()` - ---- - -layout: false -class: title title-2 - -# `filter()` - -.box-inv-2[Extract rows that meet some sort of test] - -.pull-left[ -```{r show-filter-template, echo=FALSE, tidy=FALSE} -decorate(' -filter(.data = DATA, ...) -', eval = FALSE) %>% - flair("DATA", background = "#FFDFD1", before = "", after = "") %>% - flair("...", background = "#FFD0CF", before = "", after = "") -``` -] - -.pull-right[ -- `DATA` = Data frame to transform -- `...` = One or more tests
    .small[`filter()` returns each row for which the test is TRUE] -] - ---- - -```{r echo=FALSE, tidy=FALSE} -decorate(' -filter(.data = gapminder, country == "Denmark") -', eval = FALSE) %>% - flair("gapminder", background = "#FFDFD1", before = "", after = "") %>% - flair('country == "Denmark"', background = "#FFD0CF", before = "", after = "") -``` - -.pull-left[ -```{r echo=FALSE} -gapminder %>% - select(country, continent, year) %>% - head(5) %>% - mutate(year = as.character(year)) %>% - bind_rows(tibble(country = "…", continent = "…", year = "…")) %>% - knitr::kable(format = "html") -``` -] - --- - -.pull-right[ -```{r echo=FALSE} -gapminder %>% - select(country, continent, year) %>% - filter(country == "Denmark") %>% - head(6) %>% - knitr::kable(format = "html") -``` -] - ---- - -class: title title-2 - -# `filter()` - -.pull-left[ -```{r echo=FALSE, tidy=FALSE} -decorate(' -filter(.data = gapminder, - country == "Denmark") -', eval = FALSE) %>% - flair("gapminder", background = "#FFDFD1", before = "", after = "") %>% - flair('country == "Denmark"', background = "#FFD0CF", before = "", after = "") -``` -] - -.pull-right[ -.box-inv-2[One `=` sets an argument] - -.box-inv-2[Two `==` tests if equal
    .small[returns TRUE or FALSE)]] -] - ---- - -class: title title-2 - -# Logical tests - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    TestMeaningTestMeaning
    x < yLess thanx %in% yIn (group membership)
    x > yGreater thanis.na(x)Is missing
    ==Equal to!is.na(x)Is not missing
    x <= yLess than or equal to
    x >= yGreater than or equal to
    x != yNot equal to
    - ---- - -class: title title-2 section-title-inv-2 - -# Your turn #1: Filtering - -.box-2[Use `filter()` and logical tests to show…] - -1. The data for Canada -2. All data for countries in Oceania -3. Rows where the life expectancy is greater than 82 - -```{r echo=FALSE} -countdown(minutes = 4) -``` - ---- - -.medium[ -```{r eval=FALSE} -filter(gapminder, country == "Canada") -``` -] - --- - -.medium[ -```{r eval=FALSE} -filter(gapminder, continent == "Oceania") -``` -] - --- - -.medium[ -```{r eval=FALSE} -filter(gapminder, lifeExp > 82) -``` -] - ---- - -class: title title-2 - -# Common mistakes - -.pull-left[ -.box-inv-2[Using `=` instead of `==`] - -```{r echo=FALSE, tidy=FALSE} -decorate(' -filter(gapminder, - country = "Canada") -', eval = FALSE) %>% - flair("=", color = "#FF4136", before = "", after = "") -``` - -```{r echo=FALSE, tidy=FALSE} -decorate(' -filter(gapminder, - country == "Canada") -', eval = FALSE) %>% - flair("==", color = "#2ECC40", before = "", after = "") -``` -] - --- - -.pull-right[ -.box-inv-2[Quote use] - -```{r echo=FALSE, tidy=FALSE} -decorate(' -filter(gapminder, - country == Canada) -', eval = FALSE) %>% - flair("Canada", color = "#FF4136", before = "", after = "") -``` - -```{r echo=FALSE, tidy=FALSE} -decorate(' -filter(gapminder, - country == "Canada") -', eval = FALSE) %>% - flair('"Canada"', color = "#2ECC40", before = "", after = "") -``` -] - ---- - -class: title title-2 - -# `filter()` with multiple conditions - -.box-inv-2[Extract rows that meet *every* test] - -```{r echo=FALSE, tidy=FALSE} -decorate(' -filter(gapminder, country == "Denmark", year > 2000) -', eval = FALSE) %>% - flair("gapminder", background = "#FFDFD1", before = "", after = "") %>% - flair('country == "Denmark", year > 2000', background = "#FFD0CF", before = "", after = "") -``` - ---- - -```{r echo=FALSE, tidy=FALSE} -decorate(' -filter(gapminder, country == "Denmark", year > 2000) -', eval = FALSE) %>% - flair("gapminder", background = "#FFDFD1", before = "", after = "") %>% - flair('country == "Denmark", year > 2000', background = "#FFD0CF", before = "", after = "") -``` - -.pull-left[ -```{r echo=FALSE} -gapminder %>% - select(country, continent, year) %>% - head(5) %>% - mutate(year = as.character(year)) %>% - bind_rows(tibble(country = "…", continent = "…", year = "…")) %>% - knitr::kable(format = "html") -``` -] - --- - -.pull-right[ -```{r echo=FALSE} -gapminder %>% - select(country, continent, year) %>% - filter(country == "Denmark", year > 2000) %>% - head(6) %>% - knitr::kable(format = "html") -``` -] - ---- - -class: title title-2 - -# Boolean operators - - - - - - - - - - - - - - - - - - -
    OperatorMeaning
    a & band
    a | bor
    !anot
    - ---- - -class: title title-2 - -# Default is "and" - -.box-inv-2[These do the same thing:] - -```{r echo=FALSE, tidy=FALSE} -decorate(' -filter(gapminder, country == "Denmark", year > 2000) -', eval = FALSE) %>% - flair("gapminder", background = "#FFDFD1", before = "", after = "") %>% - flair('country == "Denmark", year > 2000', background = "#FFD0CF", before = "", after = "") -``` - -```{r echo=FALSE, tidy=FALSE} -decorate(' -filter(gapminder, country == "Denmark" & year > 2000) -', eval = FALSE) %>% - flair("gapminder", background = "#FFDFD1", before = "", after = "") %>% - flair('country == "Denmark" & year > 2000', background = "#FFD0CF", before = "", after = "") -``` - ---- - -class: title title-2 section-title-inv-2 - -# Your turn #2: Filtering - -.box-2[Use `filter()` and Boolean logical tests to show…] - -1. Canada before 1970 -2. Countries where life expectancy in 2007 is below 50 -3. Countries where life expectancy in 2007 is below 50 and are not in Africa - -```{r echo=FALSE} -countdown(minutes = 4) -``` - ---- - -```{r eval=FALSE} -filter(gapminder, country == "Canada", year < 1970) -``` - --- - -```{r eval=FALSE} -filter(gapminder, year == 2007, lifeExp < 50) -``` - --- - -```{r eval=FALSE} -filter(gapminder, year == 2007, lifeExp < 50, - continent != "Africa") -``` - ---- - -class: title title-2 - -# Common mistakes - -.pull-left[ -.box-inv-2[Collapsing multiple tests
    into one] - -.small-code[ -```{r echo=FALSE, tidy=FALSE} -decorate(' -filter(gapminder, 1960 < year < 1980) -', eval = FALSE) %>% - flair("1960 < year < 1980", color = "#FF4136", before = "", after = "") -``` -] - -.small-code[ -```{r echo=FALSE, tidy=FALSE} -decorate(' -filter(gapminder, - year > 1960, year < 1980) -', eval = FALSE) %>% - flair("year > 1960, year < 1980", color = "#2ECC40", before = "", after = "") -``` -] -] - --- - -.pull-right[ -.box-inv-2[Using multiple tests
    instead of `%in%`] - -.small-code[ -```{r echo=FALSE, tidy=FALSE} -decorate(' -filter(gapminder, - country == "Mexico", - country == "Canada", - country == "United States") -', eval = FALSE) %>% - flair('country == "Mexico", - country == "Canada", - country == "United States"', color = "#FF4136", before = "", after = "") -``` -] - -.small-code[ -```{r echo=FALSE, tidy=FALSE} -decorate(' -filter(gapminder, - country %in% c("Mexico", "Canada", - "United States")) -', eval = FALSE) %>% - flair('country %in% c("Mexico", "Canada", - "United States")', color = "#2ECC40", before = "", after = "") -``` -] -] - ---- - -class: title title-2 - -# Common syntax - -.box-inv-2[Every dplyr verb function follows the same pattern] - -.box-inv-2[First argument is a data frame; returns a data frame] - -.pull-left[ -```{r echo=FALSE, tidy=FALSE} -decorate(' -VERB(DATA, ...) -', eval = FALSE) %>% - flair("VERB", background = "#EFB3FF", before = "", after = "") %>% - flair("DATA", background = "#FFDFD1", before = "", after = "") %>% - flair("...", background = "#FFD0CF", before = "", after = "") -``` -] - -.pull-right[ -- `VERB` = dplyr function/verb -- `DATA` = Data frame to transform -- `...` = Stuff the verb does -] - ---- - -class: title title-2 - -# `mutate()` - -.box-inv-2[Create new columns] - -.pull-left[ -```{r echo=FALSE, tidy=FALSE} -decorate(' -mutate(.data, ...) -', eval = FALSE) %>% - flair(".data", background = "#FFDFD1", before = "", after = "") %>% - flair("...", background = "#FFD0CF", before = "", after = "") -``` -] - -.pull-right[ -- `DATA` = Data frame to transform -- `...` = Columns to make -] - ---- - -```{r echo=FALSE, tidy=FALSE} -decorate(' -mutate(gapminder, gdp = gdpPercap * pop) -', eval = FALSE) %>% - flair("gapminder", background = "#FFDFD1", before = "", after = "") %>% - flair('gdp = gdpPercap * pop', background = "#FFD0CF", before = "", after = "") -``` - -.pull-left.small[ -```{r echo=FALSE} -gapminder %>% - select(country, year, gdpPercap, pop) %>% - head(5) %>% - mutate_at(vars(year, gdpPercap, pop), ~as.character(.)) %>% - bind_rows(tibble(country = "…", year = "…", gdpPercap = "…", pop = "…")) %>% - knitr::kable(format = "html") -``` -] - --- - -.pull-right.small[ -```{r echo=FALSE} -gapminder %>% - mutate(gdp = gdpPercap * pop) %>% - mutate(`…` = "…") %>% - select(country, year, `…`, gdp) %>% - head(6) %>% - knitr::kable(format = "html") -``` -] - ---- - -```{r echo=FALSE, tidy=FALSE} -decorate(' -mutate(gapminder, gdp = gdpPercap * pop, - pop_mil = round(pop / 1000000)) -', eval = FALSE) %>% - flair("gapminder", background = "#FFDFD1", before = "", after = "") %>% - flair('gdp = gdpPercap * pop,', background = "#FFD0CF", before = "", after = "") %>% - flair('pop_mil = round(pop / 1000000)', background = "#FFD0CF", before = "", after = "") -``` - -.pull-left.small[ -```{r echo=FALSE} -gapminder %>% - select(country, year, gdpPercap, pop) %>% - head(5) %>% - mutate_at(vars(year, gdpPercap, pop), ~as.character(.)) %>% - bind_rows(tibble(country = "…", year = "…", gdpPercap = "…", pop = "…")) %>% - knitr::kable(format = "html") -``` -] - --- - -.pull-right.small[ -```{r echo=FALSE} -gapminder %>% - mutate(gdp = gdpPercap * pop, - pop_mil = round(pop / 1000000)) %>% - mutate(`…` = "…") %>% - select(country, year, `…`, gdp, pop_mil) %>% - head(6) %>% - knitr::kable(format = "html") -``` -] - ---- - -class: title title-2 - -# `ifelse()` - -.box-inv-2[Do conditional tests within `mutate()`] - -.pull-left[ -```{r echo=FALSE, tidy=FALSE} -decorate(' -ifelse(TEST, - VALUE_IF_TRUE, - VALUE_IF_FALSE) -', eval = FALSE) %>% - flair("TEST", background = "#FFC0DC", before = "", after = "") %>% - flair("VALUE_IF_TRUE", background = "#FFDFD1", before = "", after = "") %>% - flair("VALUE_IF_FALSE", background = "#CBB5FF", before = "", after = "") -``` -] - -.pull-right[ -- `TEST` = A logical test -- `VALUE_IF_TRUE` = What happens if test is true -- `VALUE_IF_FALSE` = What happens if test is false -] - ---- - -```{r echo=FALSE, tidy=FALSE} -decorate(' -mutate(gapminder, - after_1960 = ifelse(year > 1960, TRUE, FALSE)) -', eval = FALSE) %>% - flair("year > 1960", background = "#FFC0DC", before = "", after = "") %>% - flair("TRUE", background = "#FFDFD1", before = "", after = "") %>% - flair("FALSE", background = "#CBB5FF", before = "", after = "") -``` - -```{r echo=FALSE, tidy=FALSE} -decorate(' -mutate(gapminder, - after_1960 = ifelse(year > 1960, - "After 1960", - "Before 1960")) -', eval = FALSE) %>% - flair("year > 1960", background = "#FFC0DC", before = "", after = "") %>% - flair('"After 1960"', background = "#FFDFD1", before = "", after = "") %>% - flair('"Before 1960"', background = "#CBB5FF", before = "", after = "") -``` - ---- - -class: title title-2 section-title-inv-2 - -# Your turn #3: Mutating - -.box-2[Use `mutate()` to…] - -1. Add an `africa` column that is TRUE if the country is on the African continent -2. Add a column for logged GDP per capita (hint: use `log()`) -3. Add an `africa_asia` column that says “Africa or Asia” if the country is in Africa or Asia, and “Not Africa or Asia” if it’s not - -```{r echo=FALSE} -countdown(minutes = 5) -``` - ---- - -```{r eval=FALSE} -mutate(gapminder, africa = ifelse(continent == "Africa", - TRUE, FALSE)) -``` - --- - -```{r eval=FALSE} -mutate(gapminder, log_gdpPercap = log(gdpPercap)) -``` - --- - -```{r eval=FALSE} -mutate(gapminder, - africa_asia = - ifelse(continent %in% c("Africa", "Asia"), - "Africa or Asia", - "Not Africa or Asia")) -``` - ---- - -class: title title-2 - -# What if you have multiple verbs? - -.box-inv-2.sp-after[Make a dataset for just 2002 *and* calculate logged GDP per capita] - --- - -.box-inv-2[Solution 1: Intermediate variables] - -```{r echo=FALSE, tidy=FALSE} -decorate(' -gapminder_2002 <- filter(gapminder, year == 2002) - -gapminder_2002_log <- mutate(gapminder_2002, - log_gdpPercap = log(gdpPercap)) -', eval = FALSE) %>% - flair("gapminder_2002", background = "#FFC0DC", before = "", after = "") %>% - flair("gapminder_2002_log", background = "#FFDFD1", before = "", after = "") -``` - ---- - -class: title title-2 - -# What if you have multiple verbs? - -.box-inv-2.sp-after[Make a dataset for just 2002 *and* calculate logged GDP per capita] - -.box-inv-2[Solution 2: Nested functions] - -```{r echo=FALSE, tidy=FALSE} -decorate(' -filter(mutate(gapminder_2002, - log_gdpPercap = log(gdpPercap)), - year == 2002) -', eval = FALSE) %>% - flair("filter(", background = "#FFC0DC", before = "", after = "") %>% - flair("year == 2002)", background = "#FFC0DC", before = "", after = "") %>% - flair("mutate(gapminder_2002,", background = "#FFDFD1", before = "", after = "") %>% - flair("log_gdpPercap = log(gdpPercap))", background = "#FFDFD1", before = "", after = "") -``` - ---- - -class: title title-2 - -# What if you have multiple verbs? - -.box-inv-2.sp-after[Make a dataset for just 2002 *and* calculate logged GDP per capita] - -.box-inv-2[Solution 3: Pipes!] - -.box-inv-2[The `%>%` operator (pipe) takes an object on the left
    and passes it as the first argument of the function on the right] - -```{r echo=FALSE, tidy=FALSE} -decorate(' -gapminder %>% filter(_____, country == "Canada") -', eval = FALSE) %>% - flair("gapminder", background = "#FFC0DC", before = "", after = "") %>% - flair("_____", background = "#FFC0DC", before = "", after = "") -``` - ---- - -class: title title-2 - -# What if you have multiple verbs? - -.box-inv-2[These do the same thing!] - -```{r echo=FALSE, tidy=FALSE} -decorate(' -filter(gapminder, country == "Canada") -', eval = FALSE) %>% - flair("gapminder", background = "#FFC0DC", before = "", after = "") -``` - -```{r echo=FALSE, tidy=FALSE} -decorate(' -gapminder %>% filter(country == "Canada") -', eval = FALSE) %>% - flair("gapminder", background = "#FFC0DC", before = "", after = "") -``` - ---- - -class: title title-2 - -# What if you have multiple verbs? - -.box-inv-2.sp-after[Make a dataset for just 2002 *and* calculate logged GDP per capita] - -.box-inv-2[Solution 3: Pipes!] - -```{r echo=FALSE, tidy=FALSE} -decorate(' -gapminder %>% - filter(year == 2002) %>% - mutate(log_gdpPercap = log(gdpPercap)) -', eval = FALSE) -``` - ---- - -class: title title-2 - -# `%>%` - -```{r echo=FALSE, tidy=FALSE} -decorate(' -leave_house(get_dressed(get_out_of_bed(wake_up(me, time = "8:00"), side = "correct"), pants = TRUE, shirt = TRUE), car = TRUE, bike = FALSE) -', eval = FALSE) %>% - flair_args(color = "#0D0887") %>% - flair_funs(background = "#FFC0DC", before = "", after = "") %>% - flair_input_vals(color = "#E16462") -``` - --- - -```{r echo=FALSE, tidy=FALSE} -decorate(' -me %>% - wake_up(time = "8:00") %>% - get_out_of_bed(side = "correct") %>% - get_dressed(pants = TRUE, shirt = TRUE) %>% - leave_house(car = TRUE, bike = FALSE) -', eval = FALSE) %>% - flair_args(color = "#0D0887") %>% - flair_funs(background = "#FFC0DC", before = "", after = "") %>% - flair_input_vals(color = "#E16462") -``` - ---- - -class: title title-2 - -# `summarize()` - -.box-inv-2[Compute a table of summaries] - -```{r echo=FALSE, tidy=FALSE} -decorate(' -gapminder %>% summarize(mean_life = mean(lifeExp)) -', eval = FALSE) %>% - flair("gapminder", background = "#FFDFD1", before = "", after = "") %>% - flair("mean_life = mean(lifeExp)", background = "#FFD0CF", before = "", after = "") -``` - -.pull-left.small[ -```{r echo=FALSE} -gapminder %>% - select(country, continent, year, lifeExp) %>% - head(4) %>% - mutate_at(vars(year, lifeExp), ~as.character(.)) %>% - bind_rows(tibble(country = "…", continent = "…", year = "…", lifeExp = "…")) %>% - knitr::kable(format = "html") -``` -] - --- - -.pull-right.small[ -```{r echo=FALSE} -gapminder %>% - summarize(mean_life = mean(lifeExp)) %>% - knitr::kable(format = "html") -``` -] - ---- - -class: title title-2 - -# `summarize()` - -```{r echo=FALSE, tidy=FALSE} -decorate(' -gapminder %>% summarize(mean_life = mean(lifeExp), - min_life = min(lifeExp)) -', eval = FALSE) %>% - flair("gapminder", background = "#FFDFD1", before = "", after = "") %>% - flair("mean_life = mean(lifeExp),", background = "#FFD0CF", before = "", after = "") %>% - flair("min_life = min(lifeExp)", background = "#FFD0CF", before = "", after = "") -``` - -.pull-left.small[ -```{r echo=FALSE} -gapminder %>% - select(country, continent, year, lifeExp) %>% - head(5) %>% - mutate_at(vars(year, lifeExp), ~as.character(.)) %>% - bind_rows(tibble(country = "…", continent = "…", year = "…", lifeExp = "…")) %>% - knitr::kable(format = "html") -``` -] - --- - -.pull-right.small[ -```{r echo=FALSE} -gapminder %>% - summarize(mean_life = mean(lifeExp), - min_life = min(lifeExp)) %>% - knitr::kable(format = "html") -``` -] - ---- - -class: title title-2 section-title-inv-2 - -# Your turn #4: Summarizing - -.box-2[Use `summarize()` to calculate…] - -1. The first (minimum) year in the dataset -2. The last (maximum) year in the dataset -3. The number of rows in the dataset (use the cheatsheet) -4. The number of distinct countries in the dataset (use the cheatsheet) - -```{r echo=FALSE} -countdown(minutes = 4) -``` - ---- - -```{r eval=FALSE} -gapminder %>% - summarize(first = min(year), - last = max(year), - num_rows = n(), - num_unique = n_distinct(country)) -``` - -.small[ -```{r echo=FALSE} -gapminder %>% - summarize(first = min(year), - last = max(year), - num_rows = n(), - num_unique = n_distinct(country)) %>% - knitr::kable(format = "html") -``` -] - ---- - -class: title title-2 section-title-inv-2 - -# Your turn #5: Summarizing - -.box-2[Use `filter()` and `summarize()` to calculate
    (1) the number of unique countries and
    (2) the median life expectancy on the
    African continent in 2007] - -```{r echo=FALSE} -countdown(minutes = 4) -``` - ---- - -```{r eval=FALSE} -gapminder %>% - filter(continent == "Africa", year == 2007) %>% - summarise(n_countries = n_distinct(country), - med_le = median(lifeExp)) -``` - -.small[ -```{r echo=FALSE} -gapminder %>% - filter(continent == "Africa", year == 2007) %>% - summarise(n_countries = n_distinct(country), - med_le = median(lifeExp)) %>% - knitr::kable(format = "html") -``` -] - ---- - -class: title title-2 - -# `group_by()` - -.box-inv-2[Put rows into groups based on values in a column] - -```{r echo=FALSE, tidy=FALSE} -decorate(' -gapminder %>% group_by(continent) -', eval = FALSE) %>% - flair("gapminder", background = "#FFDFD1", before = "", after = "") %>% - flair("continent", background = "#FFD0CF", before = "", after = "") -``` - -  - --- - -.box-inv-2[Nothing happens by itself!] - --- - -.box-inv-2[Powerful when combined with `summarize()`] - ---- - -```{r eval=FALSE} -gapminder %>% - group_by(continent) %>% - summarize(n_countries = n_distinct(country)) -``` - --- - -.small[ -```{r echo=FALSE} -gapminder %>% - group_by(continent) %>% - summarize(n_countries = n_distinct(country)) %>% - knitr::kable(format = "html") -``` -] - ---- - -```{r echo=FALSE} -pollution <- tribble( - ~city, ~particle_size, ~amount, - "New York", "Large", 23, - "New York", "Small", 14, - "London", "Large", 22, - "London", "Small", 16, - "Beijing", "Large", 121, - "Beijing", "Small", 56 -) -``` - -```{r echo=FALSE, tidy=FALSE} -decorate(' -pollution %>% - summarize(mean = mean(amount), sum = sum(amount), n = n()) -', eval = FALSE) %>% - flair("pollution", background = "#FFDFD1", before = "", after = "") %>% - flair("mean = mean(amount), sum = sum(amount), n = n()", background = "#FFD0CF", before = "", after = "") -``` - -.pull-left.small[ -```{r echo=FALSE} -pollution %>% - knitr::kable(format = "html") -``` -] - --- - -.pull-right.small[ -```{r echo=FALSE} -pollution %>% - summarize(mean = mean(amount), sum = sum(amount), n = n()) %>% - kable(format = "html") -``` -] - ---- - -```{r echo=FALSE, tidy=FALSE} -decorate(' -pollution %>% - group_by(city) %>% - summarize(mean = mean(amount), sum = sum(amount), n = n()) -', eval = FALSE) %>% - flair("pollution", background = "#FFDFD1", before = "", after = "") %>% - flair("mean = mean(amount), sum = sum(amount), n = n()", background = "#FFD0CF", before = "", after = "") %>% - flair("city", background = "#FFD0CF", before = "", after = "") -``` - -.pull-left.small[ -```{r echo=FALSE} -pollution %>% - knitr::kable(format = "html") %>% - row_spec(1:2, background = "#B2B1F9") %>% - row_spec(3:4, background = "#EFB3FF") %>% - row_spec(5:6, background = "#FFD0CF") -``` -] - --- - -.pull-right.small[ -```{r echo=FALSE} -pollution %>% - group_by(city) %>% - summarize(mean = mean(amount), sum = sum(amount), n = n()) %>% - kable(format = "html") %>% - row_spec(3, background = "#B2B1F9") %>% - row_spec(2, background = "#EFB3FF") %>% - row_spec(1, background = "#FFD0CF") -``` -] - ---- - -```{r echo=FALSE, tidy=FALSE} -decorate(' -pollution %>% - group_by(particle_size) %>% - summarize(mean = mean(amount), sum = sum(amount), n = n()) -', eval = FALSE) %>% - flair("pollution", background = "#FFDFD1", before = "", after = "") %>% - flair("mean = mean(amount), sum = sum(amount), n = n()", background = "#FFD0CF", before = "", after = "") %>% - flair("particle_size", background = "#FFD0CF", before = "", after = "") -``` - -.pull-left.small[ -```{r echo=FALSE} -pollution %>% - knitr::kable(format = "html") %>% - row_spec(c(1, 3, 5), background = "#FFDFD1") %>% - row_spec(c(2, 4, 6), background = "#FFF0D4") -``` -] - --- - -.pull-right.small[ -```{r echo=FALSE} -pollution %>% - group_by(particle_size) %>% - summarize(mean = mean(amount), sum = sum(amount), n = n()) %>% - kable(format = "html") %>% - row_spec(1, background = "#FFDFD1") %>% - row_spec(2, background = "#FFF0D4") -``` -] - ---- - -class: title title-2 section-title-inv-2 - -# Your turn #6: Grouping and summarizing - -.box-2[Find the minimum, maximum, and median
    life expectancy for each continent] - -.box-2[Find the minimum, maximum, and median
    life expectancy for each continent in 2007 only] - -```{r echo=FALSE} -countdown(minutes = 5) -``` - ---- - -```{r eval=FALSE} -gapminder %>% - group_by(continent) %>% - summarize(min_le = min(lifeExp), - max_le = max(lifeExp), - med_le = median(lifeExp)) -``` - --- - -```{r eval=FALSE} -gapminder %>% - filter(year == 2007) %>% - group_by(continent) %>% - summarize(min_le = min(lifeExp), - max_le = max(lifeExp), - med_le = median(lifeExp)) -``` - ---- - -class: title title-2 - -# dplyr: verbs for manipulating data - - - - - - - - - - - - - - - - - - - - - - -
    Extract rows with filter()filter
    Extract columns with select()select
    Arrange/sort rows with arrange()arrange
    Make new columns with mutate()mutate
    Make group summaries with
    group_by() %>% summarize()
    summarize
    diff --git a/slides/01-presentacion.Rmd b/slides/01-presentacion.Rmd new file mode 100644 index 00000000..75675150 --- /dev/null +++ b/slides/01-presentacion.Rmd @@ -0,0 +1,279 @@ +--- +title: "Estadística Correlacional" +author: ".small[Juan Carlos Castillo

    Departamento de Sociología - UCH / COES

    ]" +date: "2do Sem 2023" +output: + xaringan::moon_reader: + css: "css/custom_2020.css" + includes: + after_body: "insert-logo.html" + lib_dir: libs + nature: + ratio: '16:9' + highlightStyle: github + highlightLines: true + countIncrementalSlides: false + beforeInit: "libs/macros.js" + seal: false # esto omite title slide automática +--- +class: front + + +```{r setup, include=FALSE, cache = FALSE} +require("knitr") +options(htmltools.dir.version = FALSE) +pacman::p_load(RefManageR) +# bib <- ReadBib("../../bib/electivomultinivel.bib", check = FALSE) +opts_chunk$set(warning=FALSE, + message=FALSE, + echo=FALSE, + cache = FALSE, fig.width=7, fig.height=5.2) +pacman::p_load(flipbookr, tidyverse) +``` + + + +```{r xaringanExtra, include=FALSE} +xaringanExtra::use_xaringan_extra(c("tile_view", "animate_css")) +xaringanExtra::use_scribble() +``` + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Inferencia, asociación, y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2024 +## [.black[correlacional.netlify.com]](https://correlacional.netlify.com) +] + + +.pull-right-narrow[ +.center[ +.content-block-gray[ +## .curso[Sesión 1:] +# .curso[Presentación]] +] +] +--- + +layout: true +class: animated, fadeIn + +--- + +# Objetivo de la sesión: + +- marco general del curso + +- motivación + +- contenidos y funcionamiento + + +--- +class: inverse middle center + +# _¿Qué saben de este curso?_ + +# _¿Cuáles son sus expectativas?_ + +--- +# Algunos mitos + +-- + +.pull-left[ +![](https://jc-castillo.com/media/albums/gallery/IMG-20220312-WA0007.jpg) + +] + +-- + +.pull-right[ +- positivismo + +- predominante + +- foco en los números + +- cuadrado + +- masculino + +- verdad absoluta + +] + + +--- +class: inverse, middle, center, animated, slideInRight + + +# .orange[¿Por qué estudiar estadística en sociología?] + + + +--- +class: middle + +.pull-left[ +.content-box-red[ +.center[ +# Imaginación sociológica + +Relación del individuo con la sociedad y con la historia + +Individuos en contexto social + +(C.Wright Mills)] +] +] +.pull-right[ +.center[ +.content-box-green[ +# Imaginación estadística + +Una apreciación de que tan usual o inusual es un evento, circunstancia o comportamiento, en relación con un conjunto mayor de eventos similares + +(Ritchey, 2008) +] +]] + +--- +class: inverse middle center + +## *"Adquirir la **.yellow[imaginación estadística]** es abrir los ojos a una representación más amplia de la realidad y superar malentendidos, prejuicios y estrechez de pensamiento"* +(Ritchey, 2008, p.3) + +--- + +.pull-left[ +# Estadística: +"Rama de la matemática que utiliza grandes conjuntos de datos numéricos para obtener **inferencias** basadas en el cálculo de probabilidades". (RAE)] + +-- + +.pull-right[ + +# Dos características: + +- **humildad**: la inferencia siempre posee una probabilidad de error + +- **pretensión**: podemos medir y establecer qué grado de error estamos cometiendo +] +--- +class: inverse middle center + +## _"El problema con el mundo es que las personas inteligentes están llenas de dudas, mientras que las estúpidas están llenas de certezas"_ (Bukowski) + +--- +class: middle center +![](https://jc-castillo.com/media/albums/gallery/dino3.png) + + +--- +class: roja + +# Este curso + +--- +# Ciclo de formación en métodos cuantitativos + +![](https://multivariada.netlify.app/slides/01-intro/ciclo.png) + +--- +class: middle + +.pull-left[ +.content-box-red[ +.center[ +# Estadística descriptiva + +Número de observaciones registradas y frecuencia de esas observaciones (en una muestra o en la población) +] +] +] + +.pull-right[ +.center[ +.content-box-green[ +# Estadística inferencial + +Contraste de hipótesis y teorías científicas en base a datos de investigación +] +]] + + +--- +# Sobre el sentido general del curso +En este curso vamos a aprender tres cosas principales: + +1. **Inferencia**: los resultados que encontramos en nuestra muestra, ¿se encuentran también en la población de la cual proviene la muestra? + +2. **Asociación** entre variables: tamaño y significación estadística + +3. **Reporte y reproducibilidad** + +--- +# Organización general +.center[ +![](img/plan.png) +] + +--- +# Consideraciones + + +.pull-left[ +- comunicación eficiente + +- participación + +- puntualidad +] + +.pull-right[ +- asistencia + +- lecturas + +- monitoreo +] +--- +class: roja +# Web: + + +# [.yellow[correlacional.netlify.app]](https://correlacional.netlify.app) + +## -> revisar programa y planificación + +--- +class: front + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2024 +## [.black[correlacional.netlify.com]](https://correlacional.netlify.com) +] + + + diff --git a/slides/01-presentacion.html b/slides/01-presentacion.html new file mode 100644 index 00000000..0929a999 --- /dev/null +++ b/slides/01-presentacion.html @@ -0,0 +1,432 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slides/01-slides.Rmd b/slides/01-slides.Rmd deleted file mode 100644 index 02788a44..00000000 --- a/slides/01-slides.Rmd +++ /dev/null @@ -1,1056 +0,0 @@ ---- -title: "Evaluation and the causal revolution" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(ggdag) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-7 - -# Evaluation and the
    causal revolution - -.class-info[ - -**Session 1** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-5.medium.sp-after-half[Data science and public service] - --- - -.box-3.medium.sp-after-half[Evidence, evaluation, and causation] - --- - -.box-6.medium.sp-after-half[Class details] - ---- - -layout: false -name: ds-ps -class: center middle section-title section-title-5 animated fadeIn - -# Data science and
    public service - ---- - -class: title title-5 - -# Data and government - -.pull-left-3.center[ -
    - US Digital Service -
    -] - --- - -.pull-middle-3.center[ -
    - DJ Patil -
    DJ Patil
    -
    -] - --- - -.pull-right-3[ -  - -.box-inv-5["To responsibly unleash the power of data to benefit all Americans"] -] - -??? - -DJ Patil, ["What Makes a Radical and Revolutionary Technology?](https://www.youtube.com/watch?v=UOoMzaWOQJA) - ---- - -.center[ -
    - Obama's Data-Driven Justice Initiative -
    -] - -??? - -11.4 million people + 23 days - -Data shared between agencies - arresting officer checks database, sees if person has been cycling, sees if they need mental health services - -Two jails in Florida closed after this - -https://obamawhitehouse.archives.gov/the-press-office/2016/06/30/fact-sheet-launching-data-driven-justice-initiative-disrupting-cycle - ---- - -.center[ -
    - New Orleans hackathon -
    -] - ---- - -class: bg-full -background-image: url("img/01/open-city-all.png") - -??? - -http://us-cities.survey.okfn.org/ - ---- - -class: bg-full -background-image: url("img/01/open-city-atl.png") - -??? - -http://us-cities.survey.okfn.org/place/atlanta - ---- - -class: bg-full -background-image: url("img/01/dataset-search.png") - -??? - -https://datasetsearch.research.google.com/ - ---- - -class: middle - -.box-5.large[How do you use all this data
    to make the world better?] - ---- - -class: middle - -.box-5.large[Analyze it and
    uncover insights!] - -.box-inv-5[(and take this class!)] - ---- - -layout: true -class: title title-5 - ---- - -# What is "statistics"? - -  - -.box-inv-5.medium[Collecting and analyzing data from a representative sample in order to make inferences about a whole population] - ---- - -# What is "data science"? - -.box-inv-5.medium.sp-after[Turning raw data into
    understanding, insight,
    and knowledge] - --- - -.pull-left-3[ -.box-5.medium[ Collect ] -] - -.pull-middle-3[ -.box-5.medium[ Analyze ] -] - -.pull-right-3[ -.box-5.medium[Communicate] -] - ---- - -# What's the difference? - -.pull-left.center[ -
    - Data science Venn diagram -
    -] - -.pull-right[ -.box-inv-5.medium[Collect] - -.box-inv-5.medium[Analyze] - -.box-5.medium[Communicate] -] - ---- - -# What is "program evaluation"? - -.box-inv-5.medium[Measuring the effect of
    social programs on society] - -.pull-left[ -.box-5[.medium[**Data science**]
    (data + statistics +
    communication)] -] - -.pull-right[ -.box-5[.medium[**Causal inference**]
    (DAGs + econometrics)] -] - ---- - -layout: false -name: evidence-evaluation-causation -class: center middle section-title section-title-3 animated fadeIn - -# Evidence, evaluation,
    and causation - ---- - -layout: true -class: title title-3 - ---- - -# Evidence-based medicine - -.center[ -
    - Salk trials -
    -] - -??? - -Polio shots administered blindly with placebo - kids didn't know, doctor didn't know (double blind) - effect found - -Why not just use those who didn't get a shot as the control group? Why placebo? Kids who opted out were poor (which actually had a lower incidence rate), so you can't compare them with the rich (which had higher incidence rate) - -All drugs get the safety and efficacy requirement and double blind RCTs after that - -https://www.npr.org/sections/health-shots/2020/05/22/860789014/the-race-for-a-polio-vaccine-differed-from-the-quest-to-prevent-coronavirus - ---- - -# Modern evidence-based medicine - -.box-inv-3.medium[Apply evidence to clinical
    treatment decisions] - --- - -.box-inv-3.medium.sp-after[Move away from clinical judgment
    and "craft knowledge"] - --- - -.box-3.medium[Is this good?] - -??? - -No, this isn’t the greatest. Push for evidence-based practice can crowd out clinical judgment, which is valuable – we can’t ignore it or dismiss it - -Doctors have seen things in the past. Lady Sybil in Downton Abbey and preeclampsia - family doctor knew more about the condition and Sybil—he had intuition and experience—but he was ignored - ---- - -# Evidence-based policy - --- - -.box-inv-3.medium[RAND health insurance study] - --- - -.box-inv-3.medium[Oregon Medicaid expansion] - --- - -.box-inv-3.medium[HUD's Moving to Opportunity] - --- - -.box-inv-3.medium[Tennessee STAR] - -??? - -- RAND: In a large-scale, multiyear experiment, participants who paid for a share of their health care used fewer health services than a comparison group given free care. It concluded that cost sharing reduced "inappropriate or unnecessary" medical care (overutilization), but also reduced "appropriate or needed" medical care. -- Oregon: ongoing -- MTO: Researchers found that voucher recipients lived in lower-crime neighborhoods and generally had better units than the control group families, but the experiment had no impact on earnings or educational attainment. It did, however, have unexpected results in health and happiness. Parents in families who moved to low-poverty areas had lower rates of obesity and depression, and positive impacts on behavior and outlook among young women (but not young men) -- STAR: smaller class sizes lead to better outcomes - ---- - -# Policy evidence industry - --- - -.box-inv-3.medium[Jameel Poverty Action Lab (J-PAL)] - --- - -.box-inv-3.medium[Campbell Collaboration] - -??? - -- https://www.povertyactionlab.org/ -- https://campbellcollaboration.org/ - ---- - -layout: false - -  - -.box-3.large[Should we have evidence for
    every policy or program?] - --- - -.box-inv-3.medium[**No!**] - --- - -.box-inv-3[Science vs. art/craft/intuition] - ---- - -.pull-left.center[ -
    - No RCTs for smoking -
    -] - --- - -.pull-right.center[ -
    - Drink ID sign -
    -] - -??? - -https://twitter.com/epiellie/status/1017622949799571456?s=12 - -In the 1970s, experts were saying that reducing the drinking age would be fine - 26 states did - created a natural quasi-experiment for researchers - Cook then found that highway fatalities increase by 10% for 18–20-year-olds. That wouldn't have been possible without legislators inadvertently performing the experiment, paving the way for better science - -So knowledge flows between the two sides - use innovation from administrators as the basis for better science - - ---- - -  - -.box-3.large[Where does program evaluation
    fit with all this?] - --- - -.box-inv-3[It's a method for collecting evidence
    for policies and programs] - ---- - -layout: true -class: title title-3 - ---- - -# Types of evaluation - -.pull-left.center[ -
    - Rossi, Evaluation -
    -] - -.pull-right[ -.box-inv-3[Needs assessment] - -.box-inv-3[Design and
    theory assessment] - -.box-inv-3[Process evaluation
    and monitoring] - -.box-inv-3[Impact evaluation] - -.box-inv-3[Efficiency evaluation (CBA)] -] - ---- - -layout: false - -.center[ -
    - PSD logic model -
    -] - ---- - -layout: true -class: title title-3 - ---- - -# Theories of change - -.center[ -
    - PSD impact theory -
    -] - -.box-inv-3[Impact evaluation!] - ---- - -layout: false - -.center[ -
    - Impact Evaluation in Practice -
    -] - ---- - -class: title title-3 - -# Theory → impact - -
    - Program effect -
    - ---- - -class: middle - -
    - PSD program effect -
    - ---- - -name: evidence-evaluation-causation1 - -.center[ -
    - Godwin's Law -
    -] - -??? - -https://en.wikipedia.org/wiki/Godwin%27s_law - ---- - -class: title title-3 - -# Godwin's Law for statistics - --- - -.box-inv-3.medium[Correlation does not
    imply causation] - --- - -.box-3[Except when it does] - --- - -.box-3[Even if it doesn't,
    this phrase is useless
    and kills discussion] - ---- - -.center[ -
    - Slate headline -
    - -
    - -
    - Slate quote -
    -] - -??? - -https://slate.com/technology/2012/10/correlation-does-not-imply-causation-how-the-internet-fell-in-love-with-a-stats-class-cliche.html - ---- - -layout: true -class: title title-3 - ---- - -# Correlation vs. causation - -.pull-left[ -.box-inv-3.medium[How do we figure out correlation?] -] - -.pull-right[ -.box-inv-3.medium[How do we figure out causation?] -] - ---- - -# Correlation vs. causation - -.pull-left[ -.box-inv-3.medium[How do we figure out correlation?] - -.box-3[Math and statistics] -] - -.pull-right[ -.box-inv-3.medium[How do we figure out causation?] -] - ---- - -# Correlation vs. causation - -.pull-left[ -.box-inv-3.medium[How do we figure out correlation?] - -.box-3[Math and statistics] -] - -.pull-right[ -.box-inv-3.medium[How do we figure out causation?] - -.box-3[Philosophy. No math.] -] - ---- - -layout: false -class: middle - -.center[ -
    - John Holbein on causality -
    -] - ---- - -layout: true -class: title title-3 - ---- - -# How does we know if **X** causes **Y**? - --- - -.box-inv-3.medium[**X** causes **Y** if…] - --- - -.box-inv-3.medium[…we intervene and change **X**
    without changing anything else…] - --- - -.box-inv-3.medium[…and **Y** changes] - ---- - -# **Y** "listens to" **X** - --- - -.box-inv-3["A variable **X** is a cause of a variable **Y** if **Y** in any way relies on **X** for its value.… **X** is a cause of **Y** if **Y** listens to **X** and decides its value in response to what it hears"
    (Pearl, Glymour, and Jewell 2016, 5–6)] - --- - -.box-inv-3[**Y** doesn't necessarily listen only to **X**] - --- - -.box-inv-3[A light switch causes a light to go on, but not
    if the bulb is burned out (no **Y** despite **X**), or if
    the light was already on (**Y** without **X**)] - ---- - -# Causal relationships? - --- - -.box-inv-3.medium[Lighting fireworks causes noise] - --- - -.box-inv-3.medium[Rooster crows cause the sunrise] - --- - -.box-inv-3.medium[Getting an MPA/MPP increases your earnings] - --- - -.box-inv-3.medium[Colds go away a few days
    after you take vitamin C] - ---- - -# Causation - -.box-inv-3.medium[Causation =
    Correlation + time order +
    nonspuriousness] - --- - -.box-3[How do you know if you have it right?] - --- - -.box-3[You need a philosophical model] - --- - -.box-3[That's what this class is for!] - ---- - -# The causal revolution - -.pull-left-narrow[ -
    - The Book of Why -
    -] - -.pull-right-wide.center[ -
    - Judea Pearl -
    -] - ---- - -# Causal diagrams - -.box-inv-3.medium[Directed acyclic graphs (DAGs)] - -.pull-left[ - -.box-3.SMALL[Graphical model of the process that generates the data] - -.box-3.SMALL[Maps your philosophical model] - -.box-3.SMALL[Fancy math ("*do*-calculus") tells you what to control for to isolate and identify causation] - -] - -.pull-right[ - -```{r simple-dag, echo=FALSE, fig.width=4.5, fig.height=3, out.width="100%"} -dagify( - Y ~ X + Z, - X ~ Z, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)) -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "grey80", size = 14) + - geom_dag_text(color = "black", size = 5) + - theme_dag() -``` - -] - ---- - -layout: false - -```{r edu-earn-simple, echo=FALSE, fig.width=9, fig.height=4.5, out.width="100%"} -edu_earn_coords <- list(x = c(Edu = 2, Earn = 4, Year = 2, Bkgd = 4, - Loc = 3, JobCx = 3, Req = 1, U1 = 3), - y = c(Edu = 2, Earn = 2, Year = 3, Bkgd = 3, - Loc = 3, JobCx = 1, Req = 2, U1 = 4)) - -dagify( - Earn ~ Edu, - exposure = "Edu", - outcome = "Earn", - coords = edu_earn_coords) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges(start_cap = ggraph::circle(3, "lines"), - end_cap = ggraph::circle(3, "lines"), - edge_width = 1.5, - arrow_directed = grid::arrow(length = grid::unit(0.75, "lines"), type = "closed")) + - geom_dag_point(aes(color = status), size = 30) + - geom_dag_text(color = "black", size = 7) + - scale_color_manual(values = c("#FF4136", "#0074D9"), - na.value = "#7FDBFF") + - guides(color = "none") + - theme_dag() -``` - ---- - -```{r edu-earn-full, echo=FALSE, fig.width=9, fig.height=4.5, out.width="100%"} -dagify( - Earn ~ Edu + Year + Bkgd + Loc + JobCx, - Edu ~ Req + Loc + Bkgd + Year, - JobCx ~ Edu, - Bkgd ~ U1, - Loc ~ U1, - exposure = "Edu", - outcome = "Earn", - latent = "U1", - labels = c("Earn" = "Earnings", "Edu" = "Education", - "Year" = "Year", "Bkgd" = "Background", - "Loc" = "Location", "JobCx" = "Job connections", - "U1" = "Unobserved stuff"), - coords = edu_earn_coords) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status), size = 14) + - geom_dag_text(color = "black", size = 5) + - scale_color_manual(values = c("#FF4136", "grey60", "#0074D9"), - na.value = "#7FDBFF") + - guides(color = "none") + - theme_dag() -``` - ---- - -```{r smoking-dag, echo=FALSE, fig.width=9, fig.height=4.5, out.width="100%"} -set.seed(123) -dagify(cardiacarrest ~ cholesterol, - cholesterol ~ smoking + weight, - smoking ~ unhealthy, - weight ~ unhealthy, - labels = c("cardiacarrest" = "Cardiac\n Arrest", - "smoking" = "Smoking", - "cholesterol" = "Cholesterol", - "unhealthy" = "Unhealthy\n Lifestyle", - "weight" = "Weight"), - latent = "unhealthy", - exposure = "smoking", - outcome = "cardiacarrest") %>% - ggdag(text = FALSE, use_labels = "label") + - theme_dag() -``` - - ---- - -.center[ -
    - FASD DAG -
    Effect of smoking on fetal alcohol syndrome
    -
    -] - -??? - -https://link.springer.com/article/10.1007/s00787-018-1264-3 - - ---- - -class: bg-full -background-image: url("img/01/nyt-dag1.png") - -??? - -https://twitter.com/andrewheiss/status/1208836534285340673 - ---- - -class: bg-full -background-image: url("img/01/nyt-dag2.png") - -??? - -https://twitter.com/andrewheiss/status/1208836534285340673 - ---- - -layout: false -name: class-details -class: center middle section-title section-title-6 animated fadeIn - -# Class details - ---- - -layout: true -class: title title-6 - ---- - -# Plan for the class - -.center[ -
    - Class flowchart -
    -] - ---- - -# Textbooks - -.pull-left.center[ -
    - Impact Evaluation in Practice -
    -] - -.pull-right.center[ -
    - The Effect -
    -] - ---- - -layout: false - -class: bg-full -background-image: url("img/01/geordi.png") - ---- - -layout: true -class: title title-6 - ---- - -# Class technology - -.center[ -
    - R logo -
    - -
    - RStudio logo -
    -] - ---- - -# The tidyverse - -.center[ -
    - The tidyverse -
    -] - ---- - -# The tidyverse - -
    - tidyverse and language -
    - -??? - -From "Master the Tidyverse" by RStudio - ---- - -# R code, but reads like English! - -.small-code[ -```{r example-code, eval=FALSE} -strike_damages_month <- bird_strikes %>% - group_by(Month) %>% - summarize(total_damages = sum(Cost, na.rm = TRUE), - average_damages = mean(Cost, na.rm = TRUE)) - -ggplot(data = strike_damages_month, - mapping = aes(x = Month, y = total_damages)) + - geom_col() + - scale_y_continuous(labels = dollar) + - labs(x = "Month", - y = "Total damages", - title = "Really expensive collisions happen in the fall?", - subtitle = "Don't fly in August or October?", - caption = "Source: FAA Wildlife Strike Database") -``` -] ---- - -# Sucking - -.center[ -.box-inv-6.medium[“There is no way of knowing nothing about a subject to knowing something about a subject without going through a period of much frustration and suckiness.”] - -.box-inv-6.medium[**“Push through. You’ll suck less.”**] - -.box-inv-6.tiny[Hadley Wickham, author of **ggplot2**] -] - -??? - -[Source for quote](https://twitter.com/Akbaritabar/status/1022057084802748416) - ---- - -# Sucking - -  - -.pull-left[ -
    - Sucking at something is the first step towards being sort of good at something -
    -] - --- - -.pull-right[ -
    - It's great to suck at something -
    Karen Rinaldi, "(It's Great to) Suck at Something"
    -
    -] - ---- - -# Am I making you computer scientists? - --- - -.box-inv-6.huge[**No!**] - --- - -.box-6[You don't need to be a mechanic to drive a car safely] - --- - -.box-6[You don't need to be a computer scientist
    or developer to use R safely] - -??? - -Words of wisdom from @allison_horst to her data analysis class this quarter: You don't need to be a mechanic to drive a car safely, and you don't need to be a computer scientist or developer to use R safely. #rstats #tidytuesday - -https://twitter.com/ameliaritger/status/1214682596182904832?s=12 - -I always teach my students: there’s three levels of skill: driver, mechanic, engineer. You’re here to get your drivers license. But being able to change a tire can be helpful. Don’t worry not every one has to be an engineer. (I talk about R in social sciences) - -https://twitter.com/Sumidu/status/1214695065387438083 - ---- - -# Learning R - -.center[ -
    - Learning R through googling -
    -] - -??? - -https://twitter.com/kierisi/status/898534740051062785 - ---- - -layout: false -class: center middle - -.box-6.huge[You can do this.] - ---- - -layout: true -class: title title-6 - ---- - -# Goals for the class - --- - -.box-inv-6.medium[~~Become an expert with R~~] - --- - -.box-inv-6.medium[Speak and do causation] - --- - -.box-inv-6.medium[Design rigorous evaluations] - --- - -.box-6.medium[Change the world with data] - ---- - -# Prerequisites - --- - -.box-inv-6.medium[**Math skills**] - -.box-inv-6.small.sp-after[Basic algebra] - --- - -.box-inv-6.medium[**Computer science skills**] - -.box-inv-6.small.sp-after[None] - --- - -.box-inv-6.medium[**Statistical skills**] - -.box-inv-6.small[Regression, differences in means, and statistical significance] diff --git a/slides/02-class.Rmd b/slides/02-class.Rmd deleted file mode 100644 index df3316f2..00000000 --- a/slides/02-class.Rmd +++ /dev/null @@ -1,269 +0,0 @@ ---- -title: "Class 2: Regression and inference" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(broom) -library(patchwork) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-3 - -# In-person
    session 2 - -.class-info[ - -**January 19, 2023** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-6.medium.sp-after-half[R FAQs] - --- - -.box-5.medium.sp-after-half[Regression FAQs] - --- - -.box-2.medium.sp-after-half[Transforming data with **dplyr**] - --- - -.box-1.medium[Regression with R] - ---- - -layout: false -name: r-faqs -class: center middle section-title section-title-6 animated fadeIn - -# R FAQs - ---- - -layout: true -class: middle - ---- - -.box-6.large[RStudio fun] - ---- - -.box-6.large[Column types] - -.box-inv-6[Numeric, continuous, count, ordinal, interval,
    qualitative, categorical, a billion other inconsistent names] - ---- - -.box-6.large[File paths, working directories,
    and RStudio projects] - -??? - -- -- Working directories and RStudio projects - ---- - -.box-6.large[The hyperliterality of computers] - ---- - -.box-6.large[R Markdown fun] - -??? - -- Markdown metadata and outputs, figure sizes -- Show final Rmd products. Explanatory, like blog post code through or a problem set vs. stand-alone research paper - ---- - -.box-6.large[Fun with histograms] - ---- - -.box-6.large[Logging] - -??? - - - ---- - -layout: false -name: regression-faqs -class: center middle section-title section-title-5 animated fadeIn - -# Regression FAQs - ---- - -layout: true -class: middle - ---- - -.box-5.large[Regression equations] - -.box-inv-5[And is the intercept ever useful,
    or should we always ignore it?] - -??? - - - - - ---- - -.box-5.medium.sp-after[Why use two steps to create a regression in R?
    (i.e. assigning it to an object with `<-`?)] - -.box-5.medium[Why use `tidy()`
    from the broom package?] - -??? - -Show model with `lm()`; show t-test with `t.test()`; show both through `tidy()` - -Use **marginaleffects** - ---- - -.box-5.medium[How was the 0.05 significance
    threshold determined?] - -.box-5.medium[Could we say something is significant
    if p > 0.05, but just note that it is at
    a higher p-value?
    Or does it have to fall under 0.05?] - ---- - -.box-5.large[Why all this convoluted
    logic of null worlds?] - ---- - -layout: false -class: title title-5 - -# Different "dialects" of statistics - -.pull-left[ -.box-5.medium[Frequentist] - -$$P(\text{data} \mid H_0)$$ - -.box-inv-5["Regular" statistics;
    what you've learned
    (and are learning here)] - -] - --- - -.pull-right[ -.box-5.medium[Bayesian] - -$$P(H \mid \text{data})$$ - -.box-inv-5[Requires lots of
    computational power] - -] - ---- - -layout: true -class: middle - ---- - -.box-5.medium[Do we care about the actual coefficients
    or just whether or not they're significant?] - -.box-5.medium[How does significance relate to causation?] - -.box-5.medium[If we can't use statistics to assert causation
    how are we going to use this information
    in program evaluation?] - ---- - -.box-5.large[What counts as a "good" R²?] - ---- - -.center[ -
    - Euler diagram -
    -] - ---- - -.center[ -
    - R2 prediction -
    -] - ---- - -.center[ -
    - R2 estimation -
    -] - ---- - -.center[ -
    - R2 estimation vs prediction -
    -] - ---- - -layout: false -name: dplyr -class: center middle section-title section-title-2 animated fadeIn - -# Transforming
    data with dplyr - ---- - -layout: false -name: ggplot -class: center middle section-title section-title-1 animated fadeIn - -# Regression with R diff --git a/slides/02-slides.Rmd b/slides/02-slides.Rmd deleted file mode 100644 index 6f5268de..00000000 --- a/slides/02-slides.Rmd +++ /dev/null @@ -1,1043 +0,0 @@ ---- -title: "Regression and inference" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(broom) -library(patchwork) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-7 - -# Regression
    and inference - -.class-info[ - -**Session 2** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-2.medium.sp-after-half[Drawing lines] - --- - -.box-6.medium.sp-after-half[Lines, Grϵϵκ, and regression] - --- - -.box-5.medium.sp-after-half[Null worlds and statistical significance] - ---- - -layout: false -name: drawing-lines -class: center middle section-title section-title-2 animated fadeIn - -# Drawing lines - ---- - -layout: true -class: title title-2 - ---- - -# Essential parts of regression - -.pull-left[ -.box-inv-2.large[**Y**] - -.box-2[Outcome variable] - -.box-2[Response variable] - -.box-2[Dependent variable] - -.box-inv-2[Thing you want to
    explain or predict] -] - --- - -.pull-right[ -.box-inv-2.large[**X**] - -.box-2[Explanatory variable] - -.box-2[Predictor variable] - -.box-2[Independent variable] - -.box-inv-2[Thing you use to
    explain or predict **Y**] -] - ---- - -# Identify variables - -.pull-left[ -.box-inv-2[A study examines the effect of smoking on lung cancer] - -.box-inv-2[Researchers predict genocides by looking at negative media coverage, revolutions in neighboring countries, and economic growth] -] - -.pull-right[ -.box-inv-2[You want to see if taking more AP classes in high school improves college grades] - -.box-inv-2[Netflix uses your past viewing history, the day of the week, and the time of the day to guess which show you want to watch next] -] - ---- - -# Two purposes of regression - -.pull-left[ -.box-inv-2.medium[Prediction] - -.box-2[Forecast the future] - -.box-2.sp-after[Focus is on **Y**] - -.box-inv-2.small[Netflix trying to
    guess your next show] - -.box-inv-2.small[Predicting who will enroll in SNAP] -] - --- - -.pull-right[ -.box-inv-2.medium[Explanation] - -.box-2[Explain effect of **X** on **Y**] - -.box-2.sp-after[Focus is on **X**] - -.box-inv-2.small[Netflix looking at the effect of the
    time of day on show selection] - -.box-inv-2.small[Measuring the effect of
    SNAP on poverty reduction] -] - ---- - -# How? - -.box-inv-2.medium.sp-after-half[Plot **X** and **Y**] - --- - -.box-inv-2.medium[Draw a line that approximates the relationship] - -.box-2.tiny[and that would plausibly work for data not in the sample!] - --- - -.box-inv-2.medium.sp-after-half.sp-before-half[Find mathy parts of the line] - --- - -.box-inv-2.medium[Interpret the math] - ---- - -# Cookies and happiness - -```{r make-cookies, include=FALSE} -cookies <- tibble(happiness = c(0.5, 2, 1, 2.5, 3, 1.5, 2, 2.5, 2, 3), - cookies = 1:10) - -cookies_data <- cookies -cookies_model <- lm(happiness ~ cookies, data = cookies) -cookies_fitted <- augment(cookies_model) -``` - -.center[ - -```{r echo=FALSE} -cookies -``` - -] - ---- - -layout: false - -```{r cookies-base, echo=FALSE, message=FALSE, fig.dim=c(8, 4), out.width="100%"} -cookies_base <- ggplot(cookies_fitted, aes(x = cookies, y = happiness)) + - geom_point(size = 3) + - coord_cartesian(xlim = c(0, 10), ylim = c(0, 3)) + - scale_x_continuous(breaks = 0:10) + - labs(x = "Cookies eaten", y = "Level of happiness") + - theme_minimal(base_size = 14) + - theme(panel.grid.minor = element_blank(), - plot.title = element_text(face = "bold")) - -cookies_base -``` - ---- - -```{r cookies-spline, echo=FALSE, message=FALSE, fig.dim=c(8, 4), out.width="100%"} -cookies_base + - geom_smooth(method = lm, color = "#0074D9", formula = y ~ splines::bs(x, 7), se = FALSE) -``` - ---- - -```{r cookies-loess, echo=FALSE, message=FALSE, fig.dim=c(8, 4), out.width="100%"} -cookies_base + - geom_smooth(method = "loess", color = "#0074D9", se = FALSE) -``` - ---- - -```{r cookies-lm, echo=FALSE, message=FALSE, fig.dim=c(8, 4), out.width="100%"} -cookies_base + - geom_smooth(method = "lm", color = "#0074D9", se = FALSE) -``` - ---- - -```{r cookies-lm-residual, echo=FALSE, message=FALSE, fig.dim=c(8, 4), out.width="100%"} -cookies_with_residual <- cookies_base + - geom_smooth(method = "lm", color = "#0074D9", se = FALSE) + - geom_segment(aes(xend = cookies, yend = .fitted), color = "#FF851B", size = 1) - -cookies_with_residual -``` - ---- - -```{r cookies-residual-only, echo=FALSE, message=FALSE, fig.dim=c(8, 4), out.width="100%"} -cookies_residual_only <- ggplot(cookies_fitted, aes(x = cookies, y = .resid)) + - geom_hline(yintercept = 0, color = "#B10DC9", size = 1) + - geom_point(size = 3) + - geom_segment(aes(xend = cookies, yend = 0), color = "#FF851B", size = 1) + - coord_cartesian(xlim = c(0, 10), ylim = c(-1.5, 1.5)) + - scale_x_continuous(breaks = 0:10) + - labs(x = "Cookies eaten", y = "Distance from line") + - theme_minimal(base_size = 14) + - theme(panel.grid.minor = element_blank(), - plot.title = element_text(face = "bold")) - -cookies_residual_only -``` - ---- - -```{r cookies-resid-side-by-side, echo=FALSE, message=FALSE, fig.dim=c(8, 4), out.width="100%"} -(cookies_with_residual + labs(title = "Cookies and happiness")) + - (cookies_residual_only + labs(title = "Residual errors")) -``` - ---- - -class: title title-2 - -# Ordinary least squares (OLS) regression - -```{r cookies-lm-residual-shorter, echo=FALSE, message=FALSE, fig.dim=c(8, 3.5), out.width="100%"} -cookies_with_residual -``` - ---- - -layout: false -name: lines-greek-regression -class: center middle section-title section-title-6 animated fadeIn - -# Lines, Grϵϵκ,
    and regression - ---- - -layout: true -class: title title-6 - ---- - -# Drawing lines with math - -$$ -y = mx + b -$$ - - - - - - - - - - - - - - - - - - -
    \(y\) A number
    \(x\) A number
    \(m\) Slope (\(\frac{\text{rise}}{\text{run}}\))
    \(b\) y-intercept
    - ---- - -# Slopes and intercepts - -.pull-left[ - -$$ -y = 2x - 1 -$$ - -```{r simple-line-1, echo=FALSE, fig.dim=c(4.8, 3.5), out.width="100%"} -ggplot(data = tibble(x = 0:5), aes(x = x)) + - stat_function(fun = function(x) 2 * x - 1, - color = "#BF3984", size = 1.5) + - geom_vline(xintercept = 0) + - geom_hline(yintercept = 0) + - scale_x_continuous(breaks = 0:5) + - scale_y_continuous(breaks = -1:9) + - theme(panel.grid.minor = element_blank()) -``` - -] - --- - -.pull-right[ - -$$ -y = -0.5x + 6 -$$ - -```{r simple-line-2, echo=FALSE, fig.dim=c(4.8, 3.5), out.width="100%"} -ggplot(data = tibble(x = 0:14), aes(x = x)) + - stat_function(fun = function(x) -0.5 * x + 6, - color = "#BF3984", size = 1.5) + - geom_vline(xintercept = 0) + - geom_hline(yintercept = 0) + - scale_x_continuous(breaks = 0:14) + - scale_y_continuous(breaks = -1:9) + - theme(panel.grid.minor = element_blank()) -``` - -] - ---- - -# Greek, Latin, and extra markings - -.box-inv-6[Statistics: use a sample to make inferences about a population] - --- - -.pull-left[ -.box-6[Greek] - -Letters like $\beta_1$ are the ***truth*** - -Letters with extra markings like $\hat{\beta_1}$ are our ***estimate*** of the truth based on our sample -] - --- - -.pull-right[ -.box-6[Latin] - -Letters like $X$ are ***actual data*** from our sample - -Letters with extra markings like $\bar{X}$ are ***calculations*** from our sample -] - ---- - -# Estimating truth - -.box-inv-6.sp-after[Data → Calculation → Estimate → Truth] - --- - -.pull-left[ - - - - - - - - - - - - - - - - - -
    Data\(X\)
    Calculation \(\bar{X} = \frac{\sum{X}}{N}\)
    Estimate\(\hat{\mu}\)
    Truth\(\mu\)
    -] - --- - -.pull-right[ -$$ -\bar{X} = \hat{\mu} -$$ - -$$ -X \rightarrow \bar{X} \rightarrow \hat{\mu} \xrightarrow{\text{🤞 hopefully 🤞}} \mu -$$ -] - ---- - -# Drawing lines with stats - -$$ -\hat{y} = \hat{\beta_0} + \hat{\beta_1} x_1 + \varepsilon -$$ - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    \(y\)\(\hat{y}\) Outcome variable (DV)
    \(x\)\(x_1\) Explanatory variable (IV)
    \(m\)\(\hat{\beta_1}\) Slope
    \(b\)\(\hat{\beta_0}\) y-intercept
       \(\varepsilon\)  Error (residuals)
    - -.box-inv-6.smaller[(most of the time we can get rid of markings on Greek and just use β)] - ---- - -# Modeling cookies and happiness - -.pull-left[ -$$ -\hat{y} = \beta_0 + \beta_1 x_1 + \varepsilon -$$ -  - -$$ -\begin{aligned} -&\widehat{\text{happiness}} = \\ -&\beta_0 + \beta_1 \text{cookies} + \varepsilon -\end{aligned} -$$ - -] - -.pull-right[ - -```{r cookies-happiness-again, echo=FALSE, fig.dim=c(4.8, 4.2), out.width="100%"} -cookies_base + - geom_smooth(method = "lm", color = "#0074D9") + - coord_cartesian(xlim = c(0, 10), ylim = c(0, 4)) -``` - -] - ---- - -# Building models in R - -```{r model-template, eval=FALSE} -name_of_model <- lm( ~ , data = ) - -summary(name_of_model) # See model details -``` - --- - -```{r broom examples, eval=FALSE} -library(broom) - -# Convert model results to a data frame for plotting -tidy(name_of_model) - -# Convert model diagnostics to a data frame -glance(name_of_model) -``` - ---- - -# Modeling cookies and happiness - -.pull-left[ -$$ -\begin{aligned} -&\widehat{\text{happiness}} = \\ -&\beta_0 + \beta_1 \text{cookies} + \varepsilon -\end{aligned} -$$ - -```{r build-cookie-model} -happiness_model <- - lm(happiness ~ cookies, - data = cookies_data) -``` - -] - -.pull-right[ -![](`r knitr::fig_chunk("cookies-happiness-again", "png")`) -] - ---- - -# Modeling cookies and happiness - -.small-code[ -```{r tidy-cookie-model} -tidy(happiness_model, conf.int = TRUE) -``` -] - --- - -.small-code[ -```{r glance-cookie-model} -glance(happiness_model) -``` -] - ---- - -# Translating results to math - -.pull-left[ - -.small-code[ -```{r tidy-cookie-model-small, echo=FALSE} -tidy(happiness_model, conf.int = TRUE) %>% - select(term, estimate) -``` -] - -.small[ -$$ -\begin{aligned} -&\widehat{\text{happiness}} = \\ -&\beta_0 + \beta_1 \text{cookies} + \varepsilon -\end{aligned} -$$ - -$$ -\begin{aligned} -&\widehat{\text{happiness}} = \\ -&1.1 + 0.16 \times \text{cookies} + \varepsilon -\end{aligned} -$$ -] -] - -.pull-right[ -![](`r knitr::fig_chunk("cookies-happiness-again", "png")`) -] - ---- - -# Template for single variables - -.box-inv-6.medium[A one unit increase in X is *associated* with
    a β1 increase (or decrease) in Y, on average] - -$$ -\widehat{\text{happiness}} = \beta_0 + \beta_1 \text{cookies} + \varepsilon -$$ - -$$ -\widehat{\text{happiness}} = 1.1 + 0.16 \times \text{cookies} + \varepsilon -$$ - ---- - -# Multiple regression - -.box-inv-6[We're not limited to just one explanatory variable!] - --- - -$$ -\hat{y} = \beta_0 + \beta_1 x_1 + \beta_2 x_2 + \cdots + \beta_n x_n + \varepsilon -$$ - -  - --- - -```{r build-car-model-big} -car_model <- lm(hwy ~ displ + cyl + drv, - data = mpg) -``` - -$$ -\widehat{\text{hwy}} = \beta_0 + \beta_1 \text{displ} + \beta_2 \text{cyl} + \beta_3 \text{drv:f} + \beta_4 \text{drv:r} + \varepsilon -$$ - ---- - -# Modeling lots of things and MPG - -.small-code[ -```{r tidy-car-model-big} -tidy(car_model, conf.int = TRUE) -``` -] - --- - -$$ -\begin{aligned} -\widehat{\text{hwy}} =&\ 33.1 + (-1.12) \times \text{displ} + (-1.45) \times \text{cyl} \ + \\ -&(5.04) \times \text{drv:f} + (4.89) \times \text{drv:r} + \varepsilon -\end{aligned} -$$ - ---- - -# Sliders and switches - -.center[ -
    - Switch and slider -
    -] - ---- - -# Sliders and switches - -.center[ -
    - Switch and slider -
    -] - ---- - -# Filtering out variation - -.box-inv-6.medium.sp-after[Each **X** in the model explains
    some portion of the variation in **Y**] - --- - -.box-6[Interpretation is a little trickier,
    since you can only ever move
    **one** switch or slider at at time] - ---- - -# Template for continuous variables - -.box-inv-6[*Holding everything else constant*, a one unit increase in **X** is *associated* with a βn increase (or decrease) in **Y**, on average] - -$$ -\begin{aligned} -\widehat{\text{hwy}} =&\ 33.1 + (-1.12) \times \text{displ} + (-1.45) \times \text{cyl} \ + \\ -&(5.04) \times \text{drv:f} + (4.89) \times \text{drv:r} + \varepsilon -\end{aligned} -$$ - --- - -.box-6.small[On average, a one unit increase in cylinders is associated with
    1.45 lower highway MPG, holding everything else constant] - ---- - -# Template for categorical variables - -.box-inv-6[*Holding everything else constant*, **Y** is βn units larger (or smaller) in **X**n, compared to **X**omitted, on average] - -$$ -\begin{aligned} -\widehat{\text{hwy}} =&\ 33.1 + (-1.12) \times \text{displ} + (-1.45) \times \text{cyl} \ + \\ -&(5.04) \times \text{drv:f} + (4.89) \times \text{drv:r} + \varepsilon -\end{aligned} -$$ - --- - -.box-6[On average, front-wheel drive cars have 5.04 higher highway MPG than 4-wheel-drive cars, holding everything else constant] - ---- - -# Economists and Greek letters - -.box-inv-6[Economists like to assign all sorts of Greek letters
    to their different coefficients] - -$$ -Y_i = \alpha + \beta P_i + \gamma A_i + e_i -$$ - -.box-inv-6.tiny[Equation 2.1 on p. 57 in *Mastering 'Metrics*] - -.box-6.smaller[*i* = an individual] - -.box-6.smaller[α ("alpha") = intercept] - -.box-6.smaller[β ("beta") = coefficient just for *treatment*, or the causal effect] - -.box-6.smaller[γ ("gamma") = coefficient for the *identifying variable*
    (being in Group A or not)] - ---- - -# Economists and Greek letters - -$$ -\ln Y_i = \alpha + \beta P_i + \gamma A_i + \delta_1 \text{SAT}_i + \delta_2 \text{PI}_i + e_i -$$ - -.box-inv-6.tiny[Equation 2.2 on p. 61 in *Mastering 'Metrics*] - -.box-6.small[*i* = an individual] - -.box-6.small[α ("alpha") = intercept] - -.box-6.small[β ("beta") = coefficient just for *treatment*, or the causal effect] - -.box-6.small[γ ("gamma") = coefficient for the *identifying variable*
    (being in Group A or not)] - -.box-6.small[δ ("delta") = coefficient for *control variables*] - ---- - -# These are all the same thing! - -$$ -\ln Y_i = \alpha + \beta P_i + \gamma A_i + \delta_1 \text{SAT}_i + \delta_2 \text{PI}_i + e_i -$$ - -$$ -\ln Y_i = \beta_0 + \beta_1 P_i + \beta_2 A_i + \beta_3 \text{SAT}_i + \beta_4 \text{PI}_i + e_i -$$ -```{r eval=FALSE} -lm(log(income) ~ private + group_a + sat + parental_income, - data = income_data) -``` - --- - -.box-inv-6[(I personally like the all-β version instead of using like the entire Greek alphabet, but you'll see both varieties in the real world)] - ---- - -layout: false -name: significance -class: center middle section-title section-title-5 animated fadeIn - -# Null worlds and
    statistical significance - ---- - -layout: true -class: title title-5 - ---- - -# "hopefully" - -.box-inv-5.medium[How do we know if our estimate is the truth?] - -$$ -X \rightarrow \bar{X} \rightarrow \hat{\mu} \xrightarrow{\text{🤞 hopefully 🤞}} \mu -$$ - ---- - -layout: false - -```{r process-imdb-data, include=FALSE} -library(ggplot2movies) # Lots of movies from IMDB - -# Clean up data -set.seed(1234) # Set seed so we get the same sampled rows every time -movie_data <- movies %>% - # Make a binary column for genre - select(title, year, rating, Action, Comedy) %>% - filter(!(Action == 1 & Comedy == 1)) %>% - mutate(genre = case_when(Action == 1 ~ "Action", - Comedy == 1 ~ "Comedy", - TRUE ~ "Neither")) %>% - filter(genre != "Neither") %>% - # Make genre a factor - mutate(genre = factor(genre)) %>% - select(-Action, -Comedy) %>% - # Randomly select 200 movies in each genre - group_by(genre) %>% - sample_n(200) %>% - ungroup() -``` - -.box-inv-5.medium.sp-after[Are action movies rated higher than comedies?] - - - - - - - - - - - - - - - - - - - - - - -
    DataIMDB ratings\(D\)
    Calculation Average action rating − average comedy rating\(\bar{D} = \frac{\sum{D}_\text{Action}}{N} - \frac{\sum{D}_\text{Comedy}}{N}\)
    Estimate\(\bar{D}\) in a sample of movies\(\hat{\delta}\)
    TruthDifference in rating for all movies\(\delta\)
    - ---- - -.left-code[ -```{r show-movies} -head(movie_data) -``` -] - --- - -.right-code[ -```{r movie-diffs} -movie_data %>% - group_by(genre) %>% - summarize(avg_rating = mean(rating)) -``` - -$$ -\hat{\delta} = \bar{D} = 5.41 - 5.84 = 0.43 -$$ -.box-5[Is the true δ 0.43?] -] - ---- - -layout: true -class: title title-5 - ---- - -# Null worlds - --- - -.box-inv-5.medium[What would the world look like
    if the true δ was really 0?] - --- - -.box-5[Action movies and comedies wouldn't all have the same rating, but on average there'd be no difference] - ---- - -# Simulated null world - -.box-inv-5[Shuffle the `rating` and `genre` columns
    and calculate the difference in ratings across genres] - --- - -.box-inv-5[Do that ↑ 5,000 times] - --- - -.center[ -```{r plot-null, echo=FALSE, fig.dim=c(4.8, 2.7), out.width="50%"} -library(infer) -set.seed(1234) - -genre_diffs_null <- movie_data %>% - specify(rating ~ genre) %>% - hypothesize(null = "independence") %>% - generate(reps = 5000, type = "permute") %>% - calculate("diff in means", order = c("Action", "Comedy")) - -genre_diffs_null %>% - visualize() + - # geom_vline(xintercept = -0.43, size = 1, color = "#77002c") + - labs(x = "Simulated difference in average ratings (Action − Comedy)", - y = "Count", title = NULL) -``` -] - ---- - -# Check δ in the null world - -.box-inv-5[Does the δ we observed fit well in the world where it's actually 0?] - -.center[ -```{r plot-null-delta, echo=FALSE, fig.dim=c(4.8, 2.7), out.width="50%"} -genre_diffs_null %>% - visualize() + - geom_vline(xintercept = -0.43, size = 1, color = "#FF4136") + - labs(x = "Simulated difference in average ratings (Action − Comedy)", - y = "Count", title = NULL) -``` -] - --- - -.box-5[That seems fairly rare for a null world!] - ---- - -# How likely is that δ in the null world? - -```{r get-p-value, echo=FALSE} -find_p_value <- genre_diffs_null %>% - get_p_value(obs_stat = -0.43, direction = "both") %>% - mutate(p_value_clean = scales::pvalue(p_value)) -``` - -.pull-left[ -![](`r knitr::fig_chunk("plot-null-delta", "png")`) -] - -.pull-right[ -.box-inv-5[What's the chance that we'd see that red line in a world where there's no difference?] - -.box-5[p = `r find_p_value$p_value_clean`] - -.box-5[That's really really low!] -] - ---- - -# p-values - -.box-inv-5[That `r find_p_value$p_value_clean` is a p-value] - --- - -.box-inv-5.sp-after[p-value = probability of seeing something
    in a world where the effect is 0] - --- - -.box-5[The δ we measured doesn't fit well
    in the null world, so it's most likely not 0] - --- - -.box-5[We can safely say that there's a difference between the two groups. Action movies are rated lower, on average, than comedies] - ---- - -# Significance - -.box-inv-5.sp-after[If p < 0.05, there's a good chance
    the estimate is not zero and is "real"] - --- - -.box-5[If p > 0.05, we can't say anything] - --- - -.box-5[That doesn't mean that there's no effect!
    It just means we can't tell if there is.] - ---- - -# No need for all that simulation - -.box-inv-5.small[This simulation stuff is helpful for the intuition behind a p-value,
    but you can also just interpret p-values in the wild] - --- - -.small-code[ -```{r regular-t-test} -t.test(rating ~ genre, data = movie_data) -``` -] - - ---- - -# Slopes and coefficients - -.box-inv-5[You can find a p-value for any Greek letter estimate,
    like β from a regression] - --- - -$$ -\hat{\beta} \xrightarrow{\text{🤞 hopefully 🤞}} \beta -$$ - --- - -.box-5[In a null world, the slope (β) would be zero] - --- - -.box-5[p-value shows us if β=hat would fit in a world where β is zero] - ---- - -# Regression and p-values - -.small-code[ -```{r tidy-car-model-big-again} -tidy(car_model, conf.int = TRUE) -``` -] diff --git a/slides/02_bases_files/figure-html/unnamed-chunk-1-1.png b/slides/02_bases_files/figure-html/unnamed-chunk-1-1.png new file mode 100644 index 00000000..aef6eda9 Binary files /dev/null and b/slides/02_bases_files/figure-html/unnamed-chunk-1-1.png differ diff --git a/slides/02_bases_files/figure-html/unnamed-chunk-2-1.png b/slides/02_bases_files/figure-html/unnamed-chunk-2-1.png new file mode 100644 index 00000000..458771c9 Binary files /dev/null and b/slides/02_bases_files/figure-html/unnamed-chunk-2-1.png differ diff --git a/slides/02_bases_files/figure-html/unnamed-chunk-4-1.png b/slides/02_bases_files/figure-html/unnamed-chunk-4-1.png new file mode 100644 index 00000000..1bf0b7b4 Binary files /dev/null and b/slides/02_bases_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/slides/02_bases_files/figure-html/unnamed-chunk-5-1.png b/slides/02_bases_files/figure-html/unnamed-chunk-5-1.png new file mode 100644 index 00000000..1bf0b7b4 Binary files /dev/null and b/slides/02_bases_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/slides/02_inferencia1.Rmd b/slides/02_inferencia1.Rmd new file mode 100644 index 00000000..bbd303fd --- /dev/null +++ b/slides/02_inferencia1.Rmd @@ -0,0 +1,656 @@ +--- +title: "Estadística Correlacional" +author: ".small[Juan Carlos Castillo

    Departamento de Sociología - UCH / COES

    ]" +date: "2do Sem 2024" +output: + xaringan::moon_reader: + css: "css/custom_2020.css" + includes: + after_body: "insert-logo.html" + lib_dir: libs + nature: + ratio: '16:9' + highlightStyle: github + highlightLines: true + countIncrementalSlides: false + beforeInit: "libs/macros.js" + seal: false # esto omite title slide automática +--- +class: front + + +```{r setup, include=FALSE, cache = FALSE} +require("knitr") +options(htmltools.dir.version = FALSE) +pacman::p_load(RefManageR) +# bib <- ReadBib("../../bib/electivomultinivel.bib", check = FALSE) +opts_chunk$set(warning=FALSE, + message=FALSE, + echo=TRUE, + cache = FALSE, fig.width=10, fig.height=8) +pacman::p_load(flipbookr, tidyverse) +``` + + + +```{r xaringanExtra, include=FALSE} +xaringanExtra::use_xaringan_extra(c("tile_view", "animate_css")) +xaringanExtra::use_scribble() +``` + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Inferencia, asociación y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2024 +## [.orange[correlacional.netlify.com]](https://encuestas-sociales.netlify.com) +] + + +.pull-right-narrow[ +.center[ +.content-block-gray[ +## .curso[Inferencia 1:] +## .black[Datos, probabilidad y distribuciones muestrales]] +] +] +--- + +layout: true +class: animated, fadeIn + +--- +class: inverse + +## **.orange[Objetivos de la sesión de hoy]** +
    + +### 1. Recordar y nivelar aprendizajes previos a este curso, fundamentalmente respecto al manejo de datos, medición y varianza + +### 2. Introducción a probablidad, distribuciones muestrales e inferencia + + +--- +class: inverse right + +.pull-left-narrow[ + +] + +.pull-right-wide[ +# .black[Contenidos] + +
    +
    + +## Bases + +## Probabilidad e inferencia +] + +--- +class: inverse right + +.pull-left-narrow[ + +] + +.pull-right-wide[ +# .black[Contenidos] + +
    +
    + +## .yellow[Bases] + +## Probabilidad e inferencia +] + + +--- +# Datos + +* Los datos son una expresión numérica de la medición de al menos una .roja[*característica*] de a lo menos una .roja[*unidad*] en a lo menos .roja[*un punto en el tiempo*] + +-- + + Ejemplo: La esperanza de vida en Chile el 2017 fue de 79,9 años + + - Característica (variable) : esperanza de vida + + - Unidad: Años + + - Punto en el tiempo: 2017 + +--- +# Medir + +.pull-left[ +- “asignar números, símbolos o valores a las propiedades de objetos o eventos de acuerdo con reglas” (Stevens, 1951) + +- Vincula conceptos abstractos con indicadores empíricos +] + +.pull-right[ +![:scale 100%](https://estrategias-ic.netlify.app/docpres/03_operac/images/numeros.png) +] +--- +# Medir: requisitos básicos + +
    + +- **Exhaustividad**: el mayor número de categorías significativas. + - Ej: ¿Qué categorías se deben considerar para población migrante? + +- **Exclusividad**: atributos mutuamente excluyentes + + +--- +## Ejemplos de estudios / bases de datos + +1. [Encuesta Centro de Estudios Públicos](https://www.cepchile.cl/cep/site/edic/base/port/encuestacep.html) + +2. [Encuesta CASEN](http://observatorio.ministeriodesarrollosocial.gob.cl/casen-multidimensional/casen/casen_2017.php) + +3. [Encuesta Lapop](https://www.vanderbilt.edu/lapop-espanol/) + +4. [ELSOC](https://coes.cl/encuesta-panel/) + +--- +# Variables + +- Una variable representa cualquier cosa o propiedad que varia y a la cuál se le asigna un valor. Es decir: + +- $Variable \neq Constante$ + +- Pueden ser visibles o no visibles/latentes. (Ej: peso / inteligencia) + +--- +## Variables + +- discretas (Rango finito de valores): + + - Dicotómicas + - Politómicas + +- continuas: + + - Rango (teóricamente) infinito de valores. + +--- +# Tendencia Central + +Descripción básica de una variable: + +* **Moda**: valor que ocurre más frecuentemente + +* **Mediana**: valor medio de la distribución ordenada. Si N es par, entonces es el promedio de los valores medios + +* **Media** o promedio aritmético: suma de los valores dividido por el total de casos + +--- +class: inverse middle center + +Pregunta de tendencia central: + +# ¿Puede la mayoría ganar menos ingresos que el promedio? + +--- +.pull-left-narrow[ +# Dispersión: +## Varianza +] + +.pull-right-wide[ + +![:scale 100%](img/varianza1.png) +] + +--- +.pull-left-narrow[ +# Dispersión: +## Varianza +] + +.pull-right-wide[ + +![:scale 100%](img/varianza3.png) +] + + + +--- +.pull-left-narrow[ +# Dispersión: +## Varianza +] + +.pull-right-wide[ + +![:scale 100%](img/varianza2.png) +] + +--- +# Dispersión: + +![:scale 100%](img/varianza_formula.png) + +--- +class: inverse, middle, center + +#La VARIANZA equivale al promedio de la suma de las diferencias del promedio al cuadrado + +--- +class: middle + + +.pull-left[ +# Desviación Estándar +
    +![:scale 120%](img/desviacion_estandar.png) +] + +.pull-right[ + - Raiz Cuadrada de la varianza. + + + - Expresada en la mismas unidades que los puntajes de la escala original +] + +--- +class: inverse right + +.pull-left-narrow[ + +] + +.pull-right-wide[ +# .black[Contenidos] + +
    +
    + +## Bases + +## .yellow[Probabilidad e inferencia] +] + + +--- +# Inferencia: la otra parte del análisis + +Cuando se analizan datos, 2 cosas principales + +.pull-left[ +.content-box-yellow[ +- cálculo del estadístico: + + - promedio + + - desviación estándar + + - correlación + + - ... +] +] + +.pull-right[ +.content-box-red[ +- inferencia: ¿existe este estadístico en la población? + + - probabilidad + + - error + + - significación + +] +] +--- + + +![:scale 50%](https://multivariada.netlify.app/slides/images/cafe.png) + + + +--- + +.pull-left-narrow[ +# Inferencia +] + + +.pull-right-wide[ +¿En qué medida se pueden relacionar resultados que se encuentran en un .green[(sub)conjunto de unidades] con lo que ocurre .red[en general]?] + +-- + +.pull-right-wide[ +Ej: si en un subconjunto de la población encuentro que el promedio de matemáticas es mayor en mujeres que en hombres ¿es esto un .orange[reflejo] de lo que ocurre en general, o se debe solo al .red[azar]? ¿se puede .green[extrapolar] a la poblacion? +] + +??? + +mapa y territorio, Borges +lidiando con el caos y la incertidumbre +la domesticación de la casualidad +error + +--- +background-image: url("https://images.rawpixel.com/image_800/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIyLTEyL3JtNjE0LWotYmctMDA4LmpwZw.jpg") +background-size: cover + + +.medium[En aquel Imperio, el Arte de la Cartografía logró tal Perfección que el mapa de una sola Provincia ocupaba toda una Ciudad, y el mapa del Imperio, toda una Provincia. Con el tiempo, estos Mapas Desmesurados no satisficieron y los Colegios de Cartógrafos levantaron un Mapa del Imperio, que tenía el tamaño del Imperio y coincidía puntualmente con él. + +Menos Adictas al Estudio de la Cartografía, las Generaciones Siguientes entendieron que ese dilatado Mapa era Inútil y no sin Impiedad lo entregaron a las Inclemencias del Sol y los Inviernos. En los desiertos del Oeste perduran despedazadas Ruinas del Mapa, habitadas por Animales y por Mendigos; en todo el País no hay otra reliquia de las Disciplinas Geográficas.] + +.small[Suárez Miranda, Viajes de Varones Prudentes, Libro Cuarto, Cap. XLV, Lérida, 1658.] + +-- + +.right[Borges - Del Rigor de la Ciencia] + + +--- +.pull-left-narrow[ + +![](https://multivariada.netlify.app/slides/images/inference1.png) +] +.pull-right-wide[ + +## Conceptos claves de inferencia +- La **inferencia** en estadística se refiere a la relación que existe entre los resultados obtenidos basados en nuestra muestra y la población + +{{content}} + +] + +-- + +- **¿En qué medida podemos hacer inferencias desde nuestra muestra a la población?** + +{{content}} + +-- + +- Un concepto central es la probabilidad de **ERROR** + + +--- +# Parámetros y estadísticos + +---- + +| | Población (parámetro) | Muestra (estadístico) | +|--------------------- |------------ |--------- | +| Promedio | $\mu$ | $\bar{x}$ | +| Varianza | $\sigma²$ | $s²$ | +| Desviación estándar | $\sigma$ | $s$ | +| Correlación | $\rho$ | $r$ | + + +--- +# Muestreo y variabilidad + +¿Cómo es posible que la media x̄ obtenida a partir de una muestra de unos pocos hogares de todos los del país, pueda ser una estimación precisa de µ? + +Una segunda muestra aleatoria obtenida en el mismo momento estaría +formada por hogares distintos y, sin duda, daría un valor distinto de x̄ + +--- +# Muestreo y variabilidad + +**Variabilidad muestral**: el valor de un estadístico varía en un muestreo aleatorio repetido + +¿Cuánto varía? + +¿En qué rangos? + +¿Qué tan **probable** es el rango de variación? + +¿Es un rango aceptable en términos de investigación social? + +--- +.center[ +![:scale 70%](img/karatekid.jpg) +] + +--- +# Aleatoriedad y probabilidad +---- + +.pull-left[ +.content-box-red[ +Llamamos a un fenómeno **aleatorio** si los resultados individuales son inciertos y, sin embargo, existe una **distribución regular** de los resultados después de un gran número de repeticiones.] +] + +-- + +.pull-right[ +.content-box-green[ +La probabilidad de cualquier resultado de un fenómeno aleatorio es la **proporción de veces** que el resultado se da después de una larga serie de +repeticiones + +]] + +--- + + +.pull-left-narrow[ +# Azar y repetición +El comportamiento del azar es impredecible con pocas repeticiones pero presenta un comportamiento regular y predecible con muchas repeticiones. +] + +.pull-right-wide[ +![](img/caras-moneda.png) +] +--- +class: middle + +# (Dato freak) + +.pull-left[ +Cerca del año 1900, el estadístico inglés Karl Pearson lanzó al aire una moneda **24.000** veces. El resultado: 12.012 caras, una proporción de 0,5005.] + +.pull-right[ +![](img/pearson.png) + +] + + +--- +# Dados + +Tenemos 1 dado, cuál es la probabilidad de que salga 3 al lanzarlo? + +- Espacio muestral S= conjunto de todos los resultados posibles + +$$S=\{1,2,3,4,5,6\}$$ + +- N del espacio muestral= 6 sucesos posibles + +- Probabilidad de que salga 3 al tirar el dado= +$\frac{1}{6}=0.166$ + +--- +class: inverse right + +###Un **.yellow[modelo de probabilidad]** para un fenómeno aleatorio consiste en un espacio muestral .black[S] y una asignación de probabilidades .black[P]. + +-- + +### El **.yellow[espacio muestral .black[S] ]** es el conjunto de todos los resultados posibles de un fenómeno aleatorio. + +-- + +### Un **.yellow[suceso]** es un conjunto de resultados. .black[P] asigna un número .black[P(A)] a un suceso .black[A] como su probabilidad. + +--- +# Reglas modelo de probabilidad + +![](img/reg_prob.png) + + +--- + +# [Dados, probabilidades y distribuciones](https://academo.org/demos/dice-roll-statistics/) + +---- +.pull-left[ +![](img/dice.png) +] + +.pull-right[ +Ejercicio: + + - probar lanzando 1 dado repetidas veces + + - probar con 2 dados + + - ... y con 6 + +-> [link](https://academo.org/demos/dice-roll-statistics/) +] + +--- +# Dados, probabilidades y áreas +.center[ +![](img/areas1.png) +] +--- +# Dados, probabilidades y áreas +.center[ +![](img/areas2.png) +] +--- +# Dados, probabilidades y áreas +.center[ +![](img/areas3.png) +] +--- +# Dados, probabilidades y áreas + +.pull-left[ +![](img/areas4.png) +] + +.pull-right[ +
    + Eventos posibles (espacio muestral S) = 6 = (1,2,3,4,5,6) + + +\begin{align*} +P(x)\geq4&=P(4)+P(5)+P(6) \\ +&=0.1\overline{6}+0.1\overline{6}+0.1\overline{6} \\ +&=0.5 +\end{align*} +] + +--- +# Sucesos con distinta probabilidad + +Ej: suma de 2 dados al azar repetidos +.center[ +![](img/2dice.png) +] + +--- +# Distribución muestral del promedio + +- si extraemos repetidamente 2 dados, y obtenemos su **promedio**, el gráfico de frecuencias tenderá a una forma acampanada + +- esto ocurre simplemente porque la probabilidad de valores extremos (como promedio 1 o promedio 6) es mucho menor que la de obtener valores centrales + +- por lo tanto, podemos aproximarnos al promedio de la población mediante el **promedio de los promedios** de muchas muestras + +--- +class: inverse middle center + +ahora ... + +# ¿Cómo estimar el promedio de los promedios .yellow[con una sola muestra]? + +# `r emo::ji("thinking")` + +--- +class: inverse + +# .yellow[Próxima clase] + +## -> Error estándar y distribución normal ... o cómo estimar el promedio de los promedios con una sola muestra + +--- +# Y tarea: + +.pre[ +```{r eval=FALSE} +# Generar todas las combinaciones posibles de dos dados +dado1 <- rep(1:6, each = 6) +dado2 <- rep(1:6, times = 6) + +# Calcular la suma y el promedio para cada combinación +suma <- dado1 + dado2 +promedio <- suma / 2 + +# Crear un data frame con los resultados +resultados <- data.frame(dado1, dado2, suma, promedio) + +# Mostrar el data frame +print(resultados) + + +# Cargar la librería para gráficos +library(ggplot2) + +# Gráfico de frecuencias para la suma +ggplot(resultados, aes(x = suma)) + + geom_bar() + + labs(title = "Gráfico de Frecuencias de la Suma", x = "Suma", y = "Frecuencia") + +# Gráfico de frecuencias para los promedios +ggplot(resultados, aes(x = promedio)) + + geom_bar() + + labs(title = "Gráfico de Frecuencias de los Promedios", x = "Promedio", y = "Frecuencia") + + + + +``` +] + + + +--- +class: front + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Inferencia, asociación y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2024 +## [.orange[correlacional.netlify.com]](https://encuestas-sociales.netlify.com) +] + + + + + + + diff --git a/slides/02_inferencia1.html b/slides/02_inferencia1.html new file mode 100644 index 00000000..ac591802 --- /dev/null +++ b/slides/02_inferencia1.html @@ -0,0 +1,806 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slides/03-class.Rmd b/slides/03-class.Rmd deleted file mode 100644 index 0385d11f..00000000 --- a/slides/03-class.Rmd +++ /dev/null @@ -1,537 +0,0 @@ ---- -title: "Class 3: Regression and logic models" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(ggdag) -library(palmerpenguins) -library(modelsummary) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-3 - -# In-person
    session 3 - -.class-info[ - -**January 26, 2023** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-1.medium[Logic models] - --- - -.box-6.medium[R FAQs] - --- - -.box-5.medium[Regression FAQs] - --- - -.box-2.medium[Transforming data with **dplyr**] - --- - -.box-4.medium[Regression with R] - ---- - -layout: false -name: logic-models -class: center middle section-title section-title-1 animated fadeIn - -# Logic models - ---- - -layout: true -class: middle - ---- - -.box-1.large[Logic models as managerial tools] - ---- - -.box-1.large[Inputs vs. Activities vs.
    Outputs vs. Outcomes] - ---- - -.box-1.large[Impact theory vs. logic model] - ---- - -layout: false -class: title title-1 - -# Impact theory - -.box-inv-1[Ensure that the theory linking activities to the outcomes is sound!] - -.center[ -
    - PSD impact theory -
    -] - ---- - -.center[ -
    - PSD logic model -
    -] - ---- - -layout: false -class: title title-1 - -# MPA/MPP at GSU - -.pull-left[ -
    - MPP mission -
    -] - -.pull-right[ -
    - MPA mission -
    -] - -??? - -Inputs: - -- Students -- Curriculum -- Money (grants, tuition) -- AYSPS itself -- Faculty, staff -- Technology (iCollege, PAWS) -- Infrastructure -- Transportation -- State regulations -- National accreditation standards -- Faculty research - -Activities: - -- Classes -- Group work -- Exams -- Internships -- Job fairs -- Commencement -- Studying -- Tutoring -- Office hours -- Advising -- Attendance - -Outputs: - -- Assignments and projects -- Grades -- Degree -- Jobs -- Awards -- Network -- Debt - -Outcomes: - -- Leadership -- AYS national ranking -- Public service motivation -- Critical thinking -- Efficient workforce -- Income -- Better society - ---- - -layout: true -class: middle - ---- - -.box-1.medium[Isn't it best to always
    have an articulated theory?] - -.box-1.medium[Should implicit theory and articulated theory
    be the same thing in most cases?] - ---- - -.box-1.medium[How much does this evaluation stuff cost?] - -.box-1.medium[Can you do scaled-down versions
    of these evaluations?] - ---- - -.box-1.medium[What if a program exists already
    and doesn't have a logic model?] - ---- - -.box-1.medium[Why would a program aim for final outcomes
    that can't be measured?] - ---- - -.box-1.medium[What should you do if you find that your
    theory of change (or logic model in general)
    is wrong in the middle of the program?
    Is it ethical to stop or readjust?] - ---- - -layout: false -name: r-faqs -class: center middle section-title section-title-6 animated fadeIn - -# R FAQs - ---- - -class: title title-6 - -# Main goals with R - --- - -.box-inv-6.medium[Manipulate data] - --- - -.box-inv-6.medium[Plot data] - --- - -.box-inv-6.medium[Analyze data with regression models] - ---- - -layout: true -class: middle - ---- - -.box-6.large[How to find R help online] - --- - -.box-inv-6[RStudio Community] - --- - -.box-inv-6[Stack Overflow] - --- - -.box-inv-6[Google .small[("rstats")]] - --- - -.box-inv-6[Twitter/Mastodon .small[(#rstats)]] - --- - -.box-inv-6[ChatGPT .small[(overconfident glorified autocomplete)]] - ---- - -.box-6.large[What the heck is a tibble?] - ---- - -.box-6.large[RStudio fun] - ---- - -.box-6.large[File paths, working directories,
    and RStudio projects] - -??? - -- -- Working directories and RStudio projects - ---- - -.box-6.large[The hyperliterality of computers] - ---- - -.box-6.large[R Markdown fun] - -??? - -- Visual markdown editor -- Markdown metadata and outputs, figure sizes -- Show final Rmd products. Explanatory, like blog post code through or a problem set vs. stand-alone research paper - ---- - -class: middle - -.box-6.large[Side-by-side regression tables] - ---- - -```{r echo=FALSE, warning=FALSE} -model1 <- lm(body_mass_g ~ bill_length_mm, data = penguins) -model2 <- lm(body_mass_g ~ flipper_length_mm, data = penguins) -model3 <- lm(body_mass_g ~ bill_length_mm + flipper_length_mm, data = penguins) -model4 <- lm(body_mass_g ~ bill_length_mm + flipper_length_mm + sex, data = penguins) - -modelsummary(list(model1, model2, model3, model4), - table.attr = "style=\'font-size:0.5em;\'", - stars = TRUE, - output = "kableExtra") -``` - ---- - -```{r echo=FALSE} -modelsummary(list(model1, model2, model3, model4), - stars = TRUE, - output = "kableExtra") -``` - ---- - -class: middle - -.box-6.large[See full documentation and
    examples for `modelsummary()` [here](https://vincentarelbundock.github.io/modelsummary/articles/modelsummary.html)] - ---- - -layout: true -class: middle - ---- - -.box-6.large[Make nicer tables when
    knitting with `kable()`] - -.box-inv-6[(Or even fancier tables with [kableExtra](https://cran.r-project.org/web/packages/kableExtra/vignettes/awesome_table_in_html.html)!)] - - ---- - -layout: false -name: regression-faqs -class: center middle section-title section-title-5 animated fadeIn - -# Regression FAQs - ---- - -layout: true -class: middle - ---- - -.box-5.large.sp-after[Drawing lines through points] - --- - -.center.sp-after[] - --- - -.box-5[Locally estimated/weighted scatterplot smoothing (LOESS/LOWESS)
    is a common method (but not the only one!)] - ---- - -.center[ - -] - ---- - -.box-5.large[Regression equations] - -.box-inv-5[And is the intercept ever useful,
    or should we always ignore it?] - -??? - - - - - ---- - -.box-5.medium[What does it mean to
    hold something constant?] - -.box-5.medium[Why is one category always left out
    when you use a categorical variable?] - ---- - -.center[ -
    - Single slider and switch -
    -] - ---- - -.center[ -
    - Mixer board -
    -] - ---- - -.box-5.medium.sp-after[Why use two steps to create a regression in R?
    (i.e. assigning it to an object with `<-`?)] - -.box-5.medium[Why use `tidy()`
    from the broom package?] - -??? - -Show model with `lm()`; show t-test with `t.test()`; show both through `tidy()` - -Use **marginaleffects** - ---- - -.box-5.medium[How was the 0.05 significance
    threshold determined?] - -.box-5.medium[Could we say something is significant
    if p > 0.05, but just note that it is at
    a higher p-value?
    Or does it have to fall under 0.05?] - ---- - -.box-5.large[Why all this convoluted
    logic of null worlds?] - ---- - -layout: false -class: title title-5 - -# Different "dialects" of statistics - -.pull-left[ -.box-5.medium[Frequentist] - -$$P(\text{data} \mid H_0)$$ - -.box-inv-5["Regular" statistics;
    what you've learned
    (and are learning here)] - -] - --- - -.pull-right[ -.box-5.medium[Bayesian] - -$$P(H \mid \text{data})$$ - -.box-inv-5[Requires lots of
    computational power] - -] - ---- - -layout: true -class: middle - ---- - -.box-5.medium[Do we care about the actual coefficients
    or just whether or not they're significant?] - -.box-5.medium[How does significance relate to causation?] - -.box-5.medium[If we can't use statistics to assert causation
    how are we going to use this information
    in program evaluation?] - ---- - -.box-5.large[What counts as a "good" R²?] - ---- - -.center[ -
    - Euler diagram -
    -] - ---- - -.center[ -
    - R2 prediction -
    -] - ---- - -.center[ -
    - R2 estimation -
    -] - ---- - -.center[ -
    - R2 estimation vs prediction -
    -] - ---- - -layout: false -name: dplyr -class: center middle section-title section-title-2 animated fadeIn - -# Transforming
    data with dplyr - ---- - -layout: false -name: regression -class: center middle section-title section-title-4 animated fadeIn - -# Regression with R diff --git a/slides/03-inferencia2.Rmd b/slides/03-inferencia2.Rmd new file mode 100644 index 00000000..cef58b72 --- /dev/null +++ b/slides/03-inferencia2.Rmd @@ -0,0 +1,865 @@ +--- +title: "Estadística Correlacional" +author: ".small[Juan Carlos Castillo

    Departamento de Sociología - UCH / COES

    ]" +date: "2do Sem 2024" +output: + xaringan::moon_reader: + css: "css/custom_2020.css" + includes: + after_body: "insert-logo.html" + lib_dir: libs + nature: + ratio: '16:9' + highlightStyle: dracula + highlightLines: true + countIncrementalSlides: false + beforeInit: "libs/macros.js" + seal: false # esto omite title slide automática +--- +class: front + + +```{r setup, include=FALSE, cache = FALSE} +library(knitr) +opts_chunk$set(warning=FALSE, + message=FALSE, + echo=TRUE, + comment = "", + cache = TRUE, fig.width=10, fig.height=8) +pacman::p_load(flipbookr, tidyverse, kableExtra) +``` + + + +```{r xaringanExtra, include=FALSE} +xaringanExtra::use_xaringan_extra(c("tile_view", "animate_css")) +xaringanExtra::use_scribble() +``` + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2024 +## [.orange[correlacional.netlify.com]](https:/correlacional.netlify.com) +] + + +.pull-right-narrow[ +.center[ +.content-block-gray[ +## .gray[Sesión 3:] +## .curso[Inferencia 2: Error estándar y curva normal]] +] +] + +--- + +layout: true +class: animated, fadeIn + +--- +# La tarea: + +.pre[ +```{r eval=FALSE} +# Generar todas las combinaciones posibles de dos dados +dado1 <- rep(1:6, each = 6) +dado2 <- rep(1:6, times = 6) + +# Calcular la suma y el promedio para cada combinación +suma <- dado1 + dado2 +promedio <- suma / 2 + +# Crear un data frame con los resultados +resultados <- data.frame(dado1, dado2, suma, promedio) + +# Mostrar el data frame +print(resultados) + + +# Cargar la librería para gráficos +library(ggplot2) + +# Gráfico de frecuencias para la suma +ggplot(resultados, aes(x = suma)) + + geom_bar() + + labs(title = "Gráfico de Frecuencias de la Suma", x = "Suma", y = "Frecuencia") + +# Gráfico de frecuencias para los promedios +ggplot(resultados, aes(x = promedio)) + + geom_bar() + + labs(title = "Gráfico de Frecuencias de los Promedios", x = "Promedio", y = "Frecuencia") + +``` +] + +--- + +.medium[ +.pull-left[ +```{r eval=FALSE} +# Generar todas las combinaciones posibles de dos dados +dado1 <- rep(1:6, each = 6) +dado2 <- rep(1:6, times = 6) + +# Calcular la suma y el promedio para cada combinación +suma <- dado1 + dado2 +promedio <- suma / 2 + +# Crear un data frame con los resultados +resultados <- data.frame(dado1, dado2, suma, promedio) + +# Mostrar el data frame +print(resultados) +``` +] + + +.pull-right[ +.pre[ +```{r echo=FALSE} +# Generar todas las combinaciones posibles de dos dados +dado1 <- rep(1:6, each = 6) +dado2 <- rep(1:6, times = 6) + +# Calcular la suma y el promedio para cada combinación +suma <- dado1 + dado2 +promedio <- suma / 2 + +# Crear un data frame con los resultados +resultados <- data.frame(dado1, dado2, suma, promedio) + +# Mostrar el data frame +print(resultados) +``` +] +] +] +--- + +.medium[ +.pull-left[ +```{r eval=FALSE} + +# Cargar la librería para gráficos +library(ggplot2) + +# Gráfico de frecuencias para la suma +ggplot(resultados, aes(x = suma)) + + geom_bar() + + labs(title = "Gráfico de Frecuencias de la Suma", x = "Suma", y = "Frecuencia") + +# Gráfico de frecuencias para los promedios +ggplot(resultados, aes(x = promedio)) + + geom_bar() + + labs(title = "Gráfico de Frecuencias de los Promedios", x = "Promedio", y = "Frecuencia") + +``` +] + +.pull-right[ +.pre[ +```{r echo=FALSE} +# Cargar la librería para gráficos +library(ggplot2) + +# Gráfico de frecuencias para la suma +ggplot(resultados, aes(x = suma)) + + geom_bar() + + labs(title = "Gráfico de Frecuencias de la Suma", x = "Suma", y = "Frecuencia") + +# Gráfico de frecuencias para los promedios +ggplot(resultados, aes(x = promedio)) + + geom_bar() + + labs(title = "Gráfico de Frecuencias de los Promedios", x = "Promedio", y = "Frecuencia") + +``` +] +] +] + +--- +# Probabilidad de promedio de 2 dados al azar + +```{r echo=FALSE} +# Generar todas las combinaciones posibles de dos dados +dado1 <- rep(1:6, each = 6) +dado2 <- rep(1:6, times = 6) + +# Calcular la suma y el promedio para cada combinación +suma <- dado1 + dado2 +promedio <- suma / 2 + +# Crear un data frame con los resultados +resultados <- data.frame(promedio) + +# Calcular las frecuencias de cada promedio +tabla_frecuencias <- table(resultados$promedio) + +# Calcular la probabilidad de ocurrencia de cada promedio +probabilidades <- tabla_frecuencias / sum(tabla_frecuencias) + +# Crear la tabla final con valores de promedios y sus probabilidades +tabla_final <- data.frame(Promedio = as.numeric(names(probabilidades)), + Probabilidad = as.numeric(probabilidades)) + +# Mostrar la tabla final +print(tabla_final) + +``` + + +--- +# ¿Qué aprendimos de esto? + +- la ocurrencia de algunos eventos (como la suma o promedio de dos dados) tienen una probabilidad determinada, lo que genera una **distribución teórica de probabilidad** + +-- + +- si repito un evento aleatorio (ej: sacar muestras repetidas de dos dados y promediarlos) obtengo la **distribución empírica de probabilidad** (de frecuencias de los eventos) + +-- + + +- de acuerdo a la **ley de los grandes números**, el promedio empírico convergerá al teórico a medida que aumenta el número de repeticiones + + +--- + +```{r echo=FALSE} +# Generación de gráficos de prob teóricas y empíricas +# Definimos los promedios posibles (1.5, 2, 2.5, ..., 5.5, 6) +promedios_posibles <- seq(1, 6, by = 0.5) + +# Calculamos la distribución de probabilidad teórica para cada promedio +# Las probabilidades corresponden a los valores de promedios específicos +probabilidades_teoricas <- c(1/36, 2/36, 3/36, 4/36, 5/36, 6/36, 5/36, 4/36, 3/36, 2/36, 1/36) + +# Graficamos la distribución de probabilidad teórica +barplot(probabilidades_teoricas, + names.arg = promedios_posibles, + main = "Distribución de Probabilidad Teórica del Promedio de Dos Dados", + xlab = "Promedio de los Dados", + ylab = "Probabilidad Teórica", + ylim = c(0, 0.2), + col = "orange") + +teoric = recordPlot() +teoric + +# Repeticiones + +# Establecemos la semilla para reproducibilidad +set.seed(123) + +# Simulamos 100 repeticiones de dos dados +dados1 <- sample(1:6, 100, replace = TRUE) +dados2 <- sample(1:6, 100, replace = TRUE) + +# Calculamos el promedio de los resultados de ambos dados +promedio_dados <- (dados1 + dados2) / 2 + +# Calculamos las frecuencias de cada promedio posible +frecuencias_empiricas <- table(promedio_dados) + +# Convertimos las frecuencias a probabilidades +probabilidades_empiricas <- frecuencias_empiricas / sum(frecuencias_empiricas) + +# Graficamos las frecuencias de probabilidad empíricas +barplot(probabilidades_empiricas, + main = "Frecuencia de Probabilidad del Promedio de Dos Dados (100 repeticiones)", + xlab = "Promedio de los Dados", + ylab = "Frecuencia de Probabilidad", + col = rgb(0.1, 0.5, 0.8, 0.6), # Azul con transparencia + ylim = c(0, 0.2)) + +rep100_puro = recordPlot() + +# Superponemos las barras de la distribución teórica +barplot(probabilidades_teoricas, + names.arg = promedios_posibles, + col = rgb(0.8, 0.2, 0.2, 0.5), # Rojo con transparencia + add = TRUE) + +# Se agrega al gráfico existente +legend("topright", legend = c("Empírica", "Teórica"), + fill = c(rgb(0.1, 0.5, 0.8, 0.6), rgb(0.8, 0.2, 0.2, 0.5)), + border = "white") + +rep100 =recordPlot() + + +# Rep 500 +# Establecemos la semilla para reproducibilidad +set.seed(123) + +# Simulamos 100 repeticiones de dos dados +dados1 <- sample(1:6, 500, replace = TRUE) +dados2 <- sample(1:6, 500, replace = TRUE) + +# Calculamos el promedio de los resultados de ambos dados +promedio_dados <- (dados1 + dados2) / 2 + +# Calculamos las frecuencias de cada promedio posible +frecuencias_empiricas <- table(promedio_dados) + +# Convertimos las frecuencias a probabilidades +probabilidades_empiricas <- frecuencias_empiricas / sum(frecuencias_empiricas) + +# Graficamos las frecuencias de probabilidad empíricas +barplot(probabilidades_empiricas, + main = "Frecuencia de Probabilidad del Promedio de Dos Dados (500 repeticiones)", + xlab = "Promedio de los Dados", + ylab = "Frecuencia de Probabilidad", + col = rgb(0.1, 0.5, 0.8, 0.6), # Azul con transparencia + ylim = c(0, 0.2)) + +# Superponemos las barras de la distribución teórica +barplot(probabilidades_teoricas, + names.arg = promedios_posibles, + col = rgb(0.8, 0.2, 0.2, 0.5), # Rojo con transparencia + add = TRUE) + +# Se agrega al gráfico existente +legend("topright", legend = c("Empírica", "Teórica"), + fill = c(rgb(0.1, 0.5, 0.8, 0.6), rgb(0.8, 0.2, 0.2, 0.5)), + border = "white") + +rep500 =recordPlot() + +# rep1500 + +# Establecemos la semilla para reproducibilidad +set.seed(123) + +# Simulamos 100 repeticiones de dos dados +dados1 <- sample(1:6, 1500, replace = TRUE) +dados2 <- sample(1:6, 1500, replace = TRUE) + +# Calculamos el promedio de los resultados de ambos dados +promedio_dados <- (dados1 + dados2) / 2 + +# Calculamos las frecuencias de cada promedio posible +frecuencias_empiricas <- table(promedio_dados) + +# Convertimos las frecuencias a probabilidades +probabilidades_empiricas <- frecuencias_empiricas / sum(frecuencias_empiricas) + +# Graficamos las frecuencias de probabilidad empíricas +barplot(probabilidades_empiricas, + main = "Frecuencia de Probabilidad del Promedio de Dos Dados (1500 repeticiones)", + xlab = "Promedio de los Dados", + ylab = "Frecuencia de Probabilidad", + col = rgb(0.1, 0.5, 0.8, 0.6), # Azul con transparencia + ylim = c(0, 0.2)) + +# Superponemos las barras de la distribución teórica +barplot(probabilidades_teoricas, + names.arg = promedios_posibles, + col = rgb(0.8, 0.2, 0.2, 0.5), # Rojo con transparencia + add = TRUE) + +# Se agrega al gráfico existente +legend("topright", legend = c("Empírica", "Teórica"), + fill = c(rgb(0.1, 0.5, 0.8, 0.6), rgb(0.8, 0.2, 0.2, 0.5)), + border = "white") + +rep1500 =recordPlot() + +# rep 5000 + +# Establecemos la semilla para reproducibilidad +set.seed(123) + +# Simulamos 100 repeticiones de dos dados +dados1 <- sample(1:6, 5000, replace = TRUE) +dados2 <- sample(1:6, 5000, replace = TRUE) + +# Calculamos el promedio de los resultados de ambos dados +promedio_dados <- (dados1 + dados2) / 2 + +# Calculamos las frecuencias de cada promedio posible +frecuencias_empiricas <- table(promedio_dados) + +# Convertimos las frecuencias a probabilidades +probabilidades_empiricas <- frecuencias_empiricas / sum(frecuencias_empiricas) + +# Graficamos las frecuencias de probabilidad empíricas +barplot(probabilidades_empiricas, + main = "Frecuencia de Probabilidad del Promedio de Dos Dados (5000 repeticiones)", + xlab = "Promedio de los Dados", + ylab = "Frecuencia de Probabilidad", + col = rgb(0.1, 0.5, 0.8, 0.6), # Azul con transparencia + ylim =c(0, 0.2)) + +# Superponemos las barras de la distribución teórica +barplot(probabilidades_teoricas, + names.arg = promedios_posibles, + col = rgb(0.8, 0.2, 0.2, 0.5), # Rojo con transparencia + add = TRUE) + +# Se agrega al gráfico existente +legend("topright", legend = c("Empírica", "Teórica"), + fill = c(rgb(0.1, 0.5, 0.8, 0.6), rgb(0.8, 0.2, 0.2, 0.5)), + border = "white") + +rep5000 =recordPlot() + + +``` + +```{r echo=FALSE} +teoric +``` + +--- + +```{r echo=FALSE} +rep100_puro +``` + +--- + +```{r echo=FALSE} +rep100 +``` + +--- + +```{r echo=FALSE} +rep500 +``` + +--- + +```{r echo=FALSE} +rep1500 +``` +--- + +```{r echo=FALSE} +rep5000 +``` + +--- +# Muestra y distribución + +- Sabemos que si sacamos muchos promedios de eventos aleatorios estos se van a aproximar a una distribución teórica de probabilidad + +-- + +- ¿De qué nos sirve esta información si + + - ¿contamos sólo con un evento aleatorio o muestra de datos (ej: un promedio de dos dados)? + + - ¿no conocemos la distribución teórica? + +--- +class: inverse bottom right +# Curva normal: un modelo teórico de distribución conocido + +--- + +.pull-left[ +## Histograma +Frecuencias o probabilidad empírica de cada evento + +```{r echo=FALSE} +#make this example reproducible +set.seed(0) + +#define data +data <- data.frame(x=rnorm(1000)) + +#create histogram and overlay normal curve +ggplot(data, aes(x)) + + geom_histogram(aes(y = ..density..), fill='lightgray', col='black') + +``` + +] + +.pull-right[ +## Curvas de densidad + +Modelo teórico/matemático de la distribución + +```{r echo=FALSE} +#make this example reproducible +set.seed(0) + +#define data +data <- data.frame(x=rnorm(1000)) + +#create histogram and overlay normal curve +ggplot(data, aes(x)) + + geom_histogram(aes(y = ..density..), fill='lightgray', col='black')+ + stat_function(fun = dnorm, args = list(mean=mean(data$x), sd=sd(data$x))) + +``` +] + + +--- +# Curva de distribución + +- Una **curva de distribución** de frecuencias es un sustituto de un histograma de frecuencias donde reemplazamos estos gráficos con una curva _suavizada_ + +-- + +- Representa una función/generalización de cómo se distribuyen las puntuaciones en la población de manera teórica + +-- + +- Las puntuaciones se ordenan de izquierda (más bajo) a derecha (más alto) en el eje horizontal (x) + +-- + +- El área bajo la curva representa el 100% de los casos de la población + +--- +background-image: url(img/normal.png) +background-size: cover + +# Curva de distribución normal + +- Es una curva que representa la distribución de los casos de la población en torno al promedio y con una varianza conocida + +-- + +- Coinciden al centro el promedio, la mediana y la moda + +-- + +- Es simétrica y de forma acampanada + +-- + +- Establece áreas bajo la curva en base a desviaciones estándar del promedio + +--- +class: middle + +.pull-left-narrow[ +# ¿Por qué es importante la distribución normal en estadística? +] + +-- + +.pull-right-wide[ +.content-box-red[ + +- Permite **comparar** puntajes de distintas distribuciones en base a un mismo estándar (puntajes Z) + +- Permite estimar **proporciones** bajo la curva normal de cualquier valor de la distribución + +- **Base** de la distribución muestral del promedio, error estándar, e inferencia estadística en general +] +] + + + +--- +## Distribución normal, desviaciones estándar y áreas bajo la curva +.center[ +![:scale 75%](img/norm2.png) +] + + +--- +# Puntaje $z$ y estandarización + +- **Estandarización**: expresar el valor de una distribución en términos de desviaciones estándar basados en la distribución normal + +- Permite comparar valores de distribuciones distíntas, ya que lleva los puntajes a un mismo **estándar** + +- Para obtener el valor estandarizado (**puntaje Z**) se le resta la media y se divide por la desviación estándar + + +$$z=\frac{x-\mu}{\sigma}$$ + +--- +# Ejemplo comparación distribuciones (Ritchey, p. 148) + +- Mary obtiene 26 puntos en la prueba académica ACT, que va de 0 a 36, con media=22 y sd=2 + +- Jason obtiene 900 puntos en la prueba SAT, que va de 200 a 1600, con media=1000 y sd=100 + +-- + +.content-box-red[ +.center[ +## ¿A quién le fue mejor? + +## ¿Cómo le fue específicamente a cada uno? +]] + +--- +## Comparando peras con manzanas: + +\begin{align*} +Z_{Mary}&=\frac{x-\mu}{\sigma}=\frac{26-22}{2}=2 \\ \\ +Z_{Jason}&=\frac{x-\mu}{\sigma}=\frac{900-1000}{100}=-1 +\end{align*} + +- $Z$ entrega un puntaje comparable en términos de desviaciones estándar respecto del promedio + +- Estos puntajes además pueden traducirse a la ubicación del puntaje en percentiles de la distribución normal +--- +# Proporciones +.pull-left[ +Asumiendo distribución normal, se puede obtener la proporción de casos bajo la curva normal que están sobre y bajo el puntaje Z +] + +.pull-right[ + +```{r echo=FALSE} +# import ggplot +library(ggplot2) + +# x-axis and y-axis for the pdf line +x <- seq(-4,4,0.01) +y <- dnorm(x) + +# x-axis and y-axis for shaded area +x_shaded<- seq(-4, 1, 0.01) +y_shaded <- c(dnorm(x_shaded),0) +x_shaded<-c(x_shaded,1) + +# plot it, alpha sets the level of transparency in color +ggplot() + geom_line(aes(x, y))+geom_polygon(data = data.frame(x=x_shaded, y=y_shaded), aes(x_shaded, y_shaded),fill = "red",alpha = 1/5)+ +theme(panel.background = element_rect(fill='transparent'), + axis.line.x = element_line(color="black", size = 0.5), + axis.line.y = element_line(color="black", size = 0.5)) + + scale_x_continuous(n.breaks=8) + + theme(text = element_text(size = 20)) +``` +] + +--- +class: middle + +.pull-left[ +## Ejemplo 1 +![](img/norm2.png) +] + +.pull-right[ +.medium[ +
    +
    +
    +Pensemos en estatura de 1.65, en una muestra con $\bar{x}=160$ y $\sigma=5$. + +$$z=\frac{x-\mu}{\sigma}=\frac{165-160}{5}=1$$ + +En base a la distribución normal sabemos que bajo 1 desviación estańdar está el 68% de los datos + la cola izquierda de la curva, que es (100-68/2)=16%. + +Ej: 84% (68+16) de los casos tienen una estatura menor a 165 cm +]] + +--- +## Ejemplo 2 + +.pull-left[ +.small[ +Puntaje en prueba=450, en una muestra con media=500 y ds=100, en R + +```{r eval=FALSE} +# Definimos los parámetros +X <- 450 # Puntaje +mu <- 500 # Media +sigma <- 100 # Desviación estándar + +# Calculamos el puntaje z +z <- (X - mu) / sigma +z + +# Calculamos el percentil asociado al puntaje z +percentil <- pnorm(z) * 100 + +# Mostramos el resultado +percentil + +``` +] +] + +-- + +.pull-right[ +```{r echo=FALSE} +# Definimos los parámetros +X <- 450 # Puntaje +mu <- 500 # Media +sigma <- 100 # Desviación estándar + +# Calculamos el puntaje z +z <- (X - mu) / sigma + +# Calculamos el percentil asociado al puntaje z +percentil <- pnorm(z) * 100 + +# Mostramos el resultado +percentil + +``` + + +] + +--- +# Distribución muestral del promedio + +.pull-left-narrow[ +
    +![](img/normal.png) +] + +.pull-right-wide[ +- Si tengo la desviación estándar de los promedios, puedo construir un .red[intervalo] de probabilidad, basado en la curva normal + +- Por ejemplo si mi promedio es 10 y la desviación estándar (ds) es 1, puedo decir que el un rango de 8 y 12 se encuentra (app) el 95% de los promedios (prom +/- 2 ds) + +- Peeero ... +] + +--- +class: roja + +## .yellow[Problema: tenemos 1 SOLA MUESTRA, y un solo promedio] + +# ¿Cómo obtenemos entonces la desviación estándar de los promedios? + +--- +class: inverse bottom right +# Error estándar y teorema central del límite +--- + +.pull-left-narrow[ +![](https://multivariada.netlify.app/slides/images/inference1.png) + +] + +.pull-right-wide[ +.content-box-purple[ + +## Desviación estándar y error estándar] +- más que el promedio de la variable en nuestra **muestra**, en inferencia nos interesa estimar en qué medida ese promedio da cuenta del promedio de la **población** + +{{content}} + +] + +-- + +- contamos con **una muestra**, pero sabemos que otras muestras podrían haber sido extraídas, probablemente con distintos resultados. + +--- +# Distribución muestral del promedio + +![](https://multivariada.netlify.app/slides/images/se_1.png) +--- +# Distribución muestral del promedio + +![](https://multivariada.netlify.app/slides/images/se_2.png) +--- +# Distribución muestral del promedio + +![](https://multivariada.netlify.app/slides/images/se_3.png) + + +--- +# Teorema del límite central + +- la distribución de los promedios de distintas muestras - o .red[distribución muestral del promedio] - se aproxima a una distribución normal + +-- + +- En muestras mayores a 30 la desviación estándar de los promedios (error estándar del promedio) equivale a: +$$\sigma_{\bar{X}}=SE(error estándar)=\frac{s}{\sqrt{N}}$$ + - $s$ = desviación estándar de la muestra + - $N$ = tamaño de la muestra + +--- +class: inverse middle right + +## Basados en el .orange[teorema del límite central], es posible calcular la desviación estándar de los promedios (error estándar) con + +#.yellow[una sola muestra] + +--- +### Demostración: 10 muestras, 5 casos c/u +![](img/demo_SE.png) +.medium[ +.right[ +-> ver demostración con más casos [aquí](https://docs.google.com/spreadsheets/d/1YrMd_ds5zHgQWrdjYcX5Diwv7bQHDzf5r2A0oYWriyA/edit#gid=0) +] +] + +--- +class: inverse middle right + +# ¿Para qué nos sirve el .red[error estándar] o .red[SE] del promedio? + +##(... y de otros estadísticos, como la correlación) + +--- + +# Usos del error estándar + +- Dos usos complementarios: + + - construcción de intervalos de confianza + + - test de hipótesis + +-- + +.content-box-red[ +## -> Próxima clase +] + +--- +class: inverse + + +# .yellow[Resumen] + +### - Probabilidades teóricas y empíricas + +### - Curva normal y puntajes Z + +### - Error estándar + + +--- +class: front + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Inferencia, asociación y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2024 +## [.orange[correlacional.netlify.com]](https://encuestas-sociales.netlify.com) +] + + diff --git a/slides/03-inferencia2.html b/slides/03-inferencia2.html new file mode 100644 index 00000000..5d7292f1 --- /dev/null +++ b/slides/03-inferencia2.html @@ -0,0 +1,770 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-1-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-1-1.png new file mode 100644 index 00000000..aef6eda9 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-1-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-10-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-10-1.png new file mode 100644 index 00000000..6c2a9ac8 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-10-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-11-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-11-1.png new file mode 100644 index 00000000..78acc62e Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-11-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-12-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-12-1.png new file mode 100644 index 00000000..6d20a347 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-12-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-13-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-13-1.png new file mode 100644 index 00000000..2427404f Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-13-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-14-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-14-1.png new file mode 100644 index 00000000..aef6eda9 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-14-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-15-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-15-1.png new file mode 100644 index 00000000..458771c9 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-15-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-16-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-16-1.png new file mode 100644 index 00000000..cb7cb073 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-16-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-17-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-17-1.png new file mode 100644 index 00000000..458771c9 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-17-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-18-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-18-1.png new file mode 100644 index 00000000..cb7cb073 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-18-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-2-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-2-1.png new file mode 100644 index 00000000..aef6eda9 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-2-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-20-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-20-1.png new file mode 100644 index 00000000..874d0ed7 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-20-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-20-2.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-20-2.png new file mode 100644 index 00000000..467ee340 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-20-2.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-21-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-21-1.png new file mode 100644 index 00000000..37686ddc Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-21-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-21-2.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-21-2.png new file mode 100644 index 00000000..18539dfe Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-21-2.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-22-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-22-1.png new file mode 100644 index 00000000..aef6eda9 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-22-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-23-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-23-1.png new file mode 100644 index 00000000..458771c9 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-23-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-24-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-24-1.png new file mode 100644 index 00000000..cb7cb073 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-24-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-3-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 00000000..458771c9 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-4-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-4-1.png new file mode 100644 index 00000000..aef6eda9 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-5-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-5-1.png new file mode 100644 index 00000000..874d0ed7 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-5-2.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-5-2.png new file mode 100644 index 00000000..467ee340 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-5-2.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-1.png new file mode 100644 index 00000000..47693e62 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-2.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-2.png new file mode 100644 index 00000000..6c2a9ac8 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-2.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-3.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-3.png new file mode 100644 index 00000000..78acc62e Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-3.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-4.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-4.png new file mode 100644 index 00000000..6d20a347 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-4.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-5.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-5.png new file mode 100644 index 00000000..2427404f Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-6-5.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 00000000..47693e62 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-2.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-2.png new file mode 100644 index 00000000..6c2a9ac8 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-2.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-3.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-3.png new file mode 100644 index 00000000..78acc62e Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-3.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-4.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-4.png new file mode 100644 index 00000000..6d20a347 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-4.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-5.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-5.png new file mode 100644 index 00000000..2427404f Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-7-5.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-8-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-8-1.png new file mode 100644 index 00000000..47693e62 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-8-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-1.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..ff0da5a2 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-2.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-2.png new file mode 100644 index 00000000..6c2a9ac8 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-2.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-3.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-3.png new file mode 100644 index 00000000..78acc62e Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-3.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-4.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-4.png new file mode 100644 index 00000000..6d20a347 Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-4.png differ diff --git a/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-5.png b/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-5.png new file mode 100644 index 00000000..2427404f Binary files /dev/null and b/slides/03-inferencia2_files/figure-html/unnamed-chunk-9-5.png differ diff --git a/slides/03-slides.Rmd b/slides/03-slides.Rmd deleted file mode 100644 index e23fb082..00000000 --- a/slides/03-slides.Rmd +++ /dev/null @@ -1,597 +0,0 @@ ---- -title: "Theories of change" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -# -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-7 - -# Theories
    of change - -.class-info[ - -**Session 3** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-1.medium.sp-after-half[Reproducibility] - --- - -.box-2.medium.sp-after-half[Program theories] - --- - -.box-6.medium[Logic models & results chains] - ---- - -name: reproducibility -class: center middle section-title section-title-1 animated fadeIn - -# Reproducibility - ---- - -layout: true -class: title title-1 - ---- - -# Why am I making you learn R? - -  - --- - -.box-inv-1.medium[More powerful] - --- - -.box-inv-1.medium[Free and open source] - --- - -.box-inv-1.medium.sp-after[Reproducibility] - ---- - -# Austerity and Excel - -.pull-left[ - -
    - Reinhart and Rogoff abstract -
    - -.box-inv-1[Debt:GDP ratio
    90%+ → −0.1% growth] - -] - --- - -.pull-right.center[ - -
    - The Path to Prosperity 2013 house budget -
    Paul Ryan's 2013 House budget resolution
    -
    - -] - -??? - -[2013 House Budget Resolution](https://republicans-budget.house.gov/uploadedfiles/pathtoprosperity2013.pdf) - ---- - -# Austerity and Excel - -.pull-left.center[ - -
    - Thomas Herndon -
    Thomas Herndon
    -
    - -] - --- - -.pull-right.center[ - -
    - Paul Krugman on Excel and reproducibility -
    From Paul Krugman, "The Excel Depression"
    -
    - -] - -??? - -[Paul Krugman on the reproducibility crisis](https://www.nytimes.com/2013/04/19/opinion/krugman-the-excel-depression.html) - ---- - -# Austerity and Excel - -.center[ -
    - Reinhart Rogoff Table 1 -
    -] - --- - -.box-inv-1[Debt:GDP ratio = 90%+ → 2.2% growth (!!)] - ---- - -# Genes and Excel - -.pull-left-3[ -.box-inv-1[Septin 2] -] - -.pull-middle-3[ -.box-inv-1[Membrane-Associated Ring Finger (C3HC4) 1] -] - -.pull-right-3[ -.box-inv-1[2310009E13] -] - --- - -.center.sp-after[ -
    - Numbers in Excel -
    -] - --- - -.center[ -.box-1[20% of genetics papers between 2005–2015 (!!!)] -] - ---- - -# General guidelines - -.box-inv-1.medium[Don't touch the raw data] - -.box-1[If you do, explain what you did!] - --- - -.box-inv-1.medium[Use self-documenting, reproducible code] - -.box-1[R Markdown!] - --- - -.box-inv-1.medium[Use open formats] - -.box-1[Use .csv, not .xlsx] - ---- - -# R Markdown in real life - -.pull-left.center[ - -
    - Airbnb's data science tools -
    Airbnb, ggplot, and rmarkdown
    -
    - -] - --- - -.pull-right.center[ - -  - -
    - UK Statistics pipeline -
    - -
    - UK Statistics pipeline, short -
    The UK's reproducible analysis pipeline
    -
    - -] - -??? - -https://peerj.com/preprints/3182.pdf + https://gdsdata.blog.gov.uk/2017/03/27/reproducible-analytical-pipeline/ - ---- - -layout: false -name: program-theories -class: center middle section-title section-title-6 animated fadeIn - -# Program theories - ---- - -layout: true -class: title title-6 - ---- - -# Elements of a program - -.pull-left[ -.box-inv-6[Inputs] - -.box-6.smaller.sp-after[Things that go into an activity; money, people, time, etc.] - -.box-inv-6[Activities] - -.box-6.smaller.sp-after[Actions that convert inputs to outputs; things that the program does] -] - --- - -.pull-right[ -.box-inv-6[Outputs] - -.box-6.smaller.sp-after[Tangible goods and services produced by activities; you have control over these] - -.box-inv-6[Outcomes] - -.box-6.smaller.sp-after[What happens when the target population uses the outputs; you don't have control over these] -] - --- - -.center[
    **Inputs → Activities → Outputs → Outcomes**] - - ---- - -# Program theory - -.box-inv-6.medium[How and why an
    intervention causes change] - --- - -.box-6[A sequence of events that connects inputs to
    activities to outputs to outcomes] - --- - -.box-6[Why you think inputs → activities → outputs → outcomes] - ---- - -# Impact theory - -.box-inv-6.medium.sp-after[Causes (activities) linked to effects (outcomes)] - --- - -.center[ -
    - PSD impact theory -
    -] - ---- - -# One Laptop Per Child (OLPC) - -.center[ -
    - OLPC XO -
    -] - -??? - -Nicholas Negroponte from MIT, started the Media Lab there - -Draw impact theory: access to computers → 21st century skills, access to global marketplace, reduction of poverty, growth of local businesses - -https://www.theverge.com/2018/4/16/17233946/olpcs-100-laptop-education-where-is-it-now - -https://en.wikipedia.org/wiki/OLPC_XO#/media/File:XO-Beta1-mikemcgregor-2.jpg - ---- - -# OLPC - -  - -.pull-left-narrow[ - -] - --- - -.pull-right-wide[ -
    - The Verge on the OLPC project -
    Adi Robertson, "OLPC's $100 laptop was going to change the world—then it all went wrong"
    -
    -] - -??? - -Everything fell apart though. It wasn’t ready—it had unrealistic expectations and was too utopian. It also didn’t take local conditions into account - -https://www.youtube.com/watch?v=H4F_0sshG28 - ---- - -# PlayPumps - -.pull-left[ -
    - PlayPump diagram -
    -] - -.pull-right.center[ -
    - PlayPump -
    -] - -??? - -Improved access to water → better health, better education, reduction in poverty - -> The Guardian calculated in 2009 that children would have to "play" for 27 hours every day to meet PlayPumps' stated targets of providing 2,500 people per pump with their daily water needs. (https://en.wikipedia.org/wiki/Roundabout_PlayPump) - -Have kids play to get water out. Led to overuse – main problem in many areas isn’t access to water, but scarcity of water – only works in locations with lots of good water that’s not too deep and where infrastructure is lacking - -Is children playing is an appropriate source of energy for water? The line between work and play isn’t as clear-cut as one would think. – can lead to exploitation - -https://blogs.ei.columbia.edu/2010/07/01/the-playpump-what-went-wrong/ - -http://docan.jp/idea-source/playpumps/?lang=en - ---- - -# Why theorize? - -.pull-left[ -.box-6[Implicit theory] - -.box-inv-6.small[What program designers think or assume is going to happen, and why] - -.box-inv-6[Assumed] -] - --- - -.pull-right[ -.box-6[Articulated theory] - -.box-inv-6.small[What program designers officially claim and predict, and why] - -.box-inv-6.sp-after[Written down] - -] - --- - -.box-inv-6.medium[Should all social programs be
    rooted in explicit articulated theory?] - - -??? - -What difference does articulation make? - ---- - -layout: false - -.center[ -
    - LHI locations -
    -] - -.pull-left.center[ -
    - LHI Serres -
    -] - -.pull-right.center[ -
    - Kids at LHI Serres -
    -] - ---- - -.center[ -
    - Serres distribution preferences by age -
    -] - --- - -.center[ -
    - Serres program preferences -
    -] - ---- - -class: title title-6 - -# Impact theory - -.box-inv-6[Ensure that the theory linking activities to the outcomes is sound!] - -.center[ -
    - PSD impact theory -
    -] - ---- - -layout: false -name: logic-models -class: center middle section-title section-title-2 animated fadeIn - -# Logic models
    & results chains - ---- - -class: bg-full -background-image: url("img/03/wb-results-chain.png") - -??? - -p. 39 in *Impact Evaluation in Practice*, The World Bank - ---- - -.center[ -
    - PSD logic model -
    -] - ---- - -layout: true -class: title title-2 - ---- - -# Impact theory vs. logic model - -.pull-left[ -  - -
    - PSD impact theory -
    -] - -.pull-right[ -
    - PSD logic model -
    -] - ---- - -# MPA/MPP at GSU - -.pull-left[ -
    - MPP mission -
    -] - -.pull-right[ -
    - MPA mission -
    -] - -??? - -Inputs: - -- Students -- Curriculum -- Money (grants, tuition) -- AYSPS itself -- Faculty, staff -- Technology (iCollege, PAWS) -- Infrastructure -- Transportation -- State regulations -- National accreditation standards -- Faculty research - -Activities: - -- Classes -- Group work -- Exams -- Internships -- Job fairs -- Commencement -- Studying -- Tutoring -- Office hours -- Advising -- Attendance - -Outputs: - -- Assignments and projects -- Grades -- Degree -- Jobs -- Awards -- Network -- Debt - -Outcomes: - -- Leadership -- AYS national ranking -- Public service motivation -- Critical thinking -- Efficient workforce -- Income -- Better society diff --git a/slides/03_pearson.Rmd b/slides/03_pearson.Rmd new file mode 100644 index 00000000..d4382cf9 --- /dev/null +++ b/slides/03_pearson.Rmd @@ -0,0 +1,791 @@ +--- +title: "Estadística Correlacional" +author: ".small[Juan Carlos Castillo

    Departamento de Sociología - UCH / COES

    ]" +date: "2do Sem 2023" +output: + xaringan::moon_reader: + css: "css/custom_2020.css" + includes: + after_body: "insert-logo.html" + lib_dir: libs + nature: + ratio: '16:9' + highlightStyle: dracula + highlightLines: true + countIncrementalSlides: false + beforeInit: "libs/macros.js" + seal: false # esto omite title slide automática +--- +class: front + + +```{r setup, include=FALSE, cache = FALSE} +require("knitr") +options(htmltools.dir.version = FALSE) +pacman::p_load(RefManageR) +# bib <- ReadBib("../../bib/electivomultinivel.bib", check = FALSE) +opts_chunk$set(warning=FALSE, + message=FALSE, + echo=TRUE, + cache = FALSE, fig.width=10, fig.height=8) +pacman::p_load(flipbookr, tidyverse, kableExtra) +``` + + + +```{r xaringanExtra, include=FALSE} +xaringanExtra::use_xaringan_extra(c("tile_view", "animate_css")) +xaringanExtra::use_scribble() +``` + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2023 +## [.orange[correlacional.netlify.com]](https://encuestas-sociales.netlify.com) +] + + +.pull-right-narrow[ +.center[ +.content-block-gray[ +## Sesión 3: +# .orange[Correlación de Pearson]] +] +] +--- + +layout: true +class: animated, fadeIn + + +--- +class: roja + +## Objetivos de la sesión de hoy +
    + +### 1. Comprender los conceptos de covarianza y correlación + +### 2. Aprender el cálculo de ambos coeficientes y su interpretación + +### 3. Entender las limitaciones del coeficiente y su consideración en el cálculo e interpretación + +--- +class: middle center + +# Lectura: Moore 97-131 Análisis de relaciones + +--- +class: roja right + +# Contenidos + +.pull-left-narrow[ +] + +.pull-right-wide[ + +## .yellow[1- Resumen sesión anterior] + +## 2- Covarianza y correlación: Cálculo e interpretación + +## 3- Limitaciones + +] + +--- +# Sobre el sentido general del curso +En este curso vamos a aprender tres cosas principales: + +1. **Inferencia**: los resultados que encontramos en nuestra muestra, ¿se encuentran también en la población de la cual proviene la muestra? + +2. **Asociación** entre variables: tamaño y significación estadística + +3. **Reporte y reproducibilidad** + + +--- +# Conceptos básicos (estadística descriptiva) + +- Datos + +- Variables + - tipos + - niveles de medición + +- Tendencia central +- Varianza y desviación estándar = medidas de dispersión + + +--- +class: roja right + +# Contenidos + +.pull-left-narrow[ +] + +.pull-right-wide[ + +## 1- Resumen sesión anterior + +## 2- .yellow[Covarianza y correlación: Cálculo e interpretación] + +## 3- Limitaciones + +] + +--- +# Siguiendo con ejemplo: educación e ingreso + +- simulamos datos para + + - 8 casos + + - 8 niveles de .red[educación] (ej: desde basica incompleta=1 hasta postgrado=8) + + - 12 niveles de rangos de .red[ingreso] (ej: desde menos de 100.000=1 hasta más de 10.000.000=12) + + +--- +# Generación de datos para el ejemplo + +.pull-left[ +```{r, echo=T} +educ <-c(2,3,4,4,5,7,8,8) +ing <-c(1,3,3,5,4,7,9,11) + +data <-data.frame(educ,ing) +``` +] + + +.pull-right[ +.small[ +```{r} +kableExtra::kbl(data) +``` +] +] + +--- +class: middle center + +![](img/educ-ing1.png) + + +--- +class: inverse middle center + +## Midiendo dispersión: +
    +#### $$Varianza=\sigma^{2}={\sum_{i=1}^{N}(x_{i}-\bar{x})^{2}\over {N - 1}}$$ +--- + +.pull-left-narrow[ +
    +
    +
    +
    +
    +$$\sigma^{2}={\sum_{i=1}^{N}(x_{i}-\bar{x})^{2}\over {N - 1}}$$ +] + + +.pull-right-wide[ + +![:scale 100%](img/varianza2.png) +] + +--- + +.pull-left-narrow[ +
    +
    +
    +
    +
    +$$\sigma^{2}={\sum_{i=1}^{N}(x_{i}-\bar{x})^{2}\over {N - 1}}$$ +] + + +.pull-right-wide[ + +![:scale 100%](img/varianza3.png) +] + +--- + +```{r, echo=FALSE} +data$id <- seq(1,8) # agregar para graficos univariados +data <- data %>% select(id,educ,ing) +ggplot( + data = data, + aes(y = educ, x = id)) + + geom_point() + + geom_hline(yintercept=5.12) + + annotate("text", x=7.5, y=4.8, + label="Prom Educ") + + geom_segment(aes(y=5.12, yend = educ, + xend=id, color = "resid")) + + scale_color_discrete(name="") + + theme(text = element_text(size = 20)) + + scale_y_continuous(breaks=seq(0,8,1)) + + scale_x_continuous(breaks=seq(0,8,1)) + +``` + + +--- +.pull-left[ +# Varianza educación + +$$Varianza=\sigma^{2}={\sum_{i=1}^{N}(x_{i}-\bar{x})^{2}\over {N - 1}}$$ + +.small[ +```{r} +mean(data$educ) +``` + +```{r} +data$mean_educ <- mean(data$educ) +data$dif_m_educ <- data$educ-data$mean_educ +data$dif_m_educ2 <- (data$dif_m_educ)^2 +``` +]] + +-- + +.pull-right[ +.small[ +```{r} +kbl(data, digits = 2) %>% + scroll_box(width = "500px", height = "450px") +``` +] +] + +--- +.pull-left[ + +.small[ +```{r, echo=FALSE} +kableExtra::kbl(data, digits = 2) %>% + scroll_box(width = "500px", height = "450px") +``` +] +.medium[ +```{r} +sum(data$dif_m_educ2) +``` +] +] + +-- + +.pull-right[ + +# Varianza educación + +\begin{align*} +Varianza =\sigma^{2} &={\sum_{i=1}^{N}(x_{i}-\bar{x})^{2}\over {N - 1}}\\ +\sigma^{2} &={(36,875)\over {8 - 1}}\\ +\sigma^{2} &= 5,267\\ +\end{align*} + +.small[ +```{r} +var(data$educ) +``` +] +] + + +--- +# Varianza ingreso +.pull-left[ + +.small[ +```{r} +mean(data$ing) +``` + +```{r} +data$mean_ing <- mean(data$ing) +data$dif_m_ing <- data$ing-data$mean_ing +data$dif_m_ing2 <- (data$dif_m_ing)^2 +sum(data$dif_m_ing2) +``` +]] + +.pull-right[ + + +\begin{align*} +Varianza =\sigma^{2} &={\sum_{i=1}^{N}(x_{i}-\bar{x})^{2}\over {N - 1}}\\ +\sigma^{2} &={(79,875)\over {8 - 1}}\\ +\sigma^{2} &= 11.41071\\ +\end{align*} + +.medium[ +```{r} +var(data$ing) +``` +] +] + +--- +class: inverse + +## ¿Por qué es importante la varianza? + +
    +.content-box-gray[ +###- .black[Indica la dispersion (variabilidad) de los datos en torno al promedio] + +###- .black[Permite establecer relaciones entre variables:] .red[covarianza] +] +--- +# Asociación + +.pull-left-narrow[ +.small[ +
    +```{r echo=FALSE} +data %>% select(id,educ,ing) %>% kbl(.) +``` +] +] + +.pull-right-wide[ +.center[ +![:scale 80%](img/educ-ing5.png) +] +] + + + +--- + +.pull-left-narrow[ +.medium[ +```{r} +plot1 <- ggplot(data, + aes(x=educ, y=ing)) + + geom_point( + colour = "red", + size = 5) + + theme(text = + element_text(size = 20)) +``` +]] + +.pull-right-wide[ +```{r, echo=FALSE,fig.height=8 } +plot1 +``` + +] + + +--- + +.pull-left-wide[ + +```{r, echo=FALSE,fig.height=8 } +plot1 +``` +] + +.pull-right-narrow[ +
    +
    +
    +
    +.content-box-red[ +¿Cómo expresar matemáticamente este patrón de asociación?] +] + +--- +## Hacia la covarianza + +.pull-left[ +```{r, echo=FALSE} +ggplot( + data = data, + aes(y = educ, x = id)) + + geom_point() + + geom_hline(yintercept=5.12) + + annotate("text", x=7.5, y=4.8, + label="Prom Educ") + + geom_segment(aes(y=5.12, yend = educ, + xend=id, color = "resid")) + + scale_color_discrete(name="") + + theme(text = element_text(size = 20)) + + scale_y_continuous(breaks=seq(0,8,1)) + + scale_x_continuous(breaks=seq(0,8,1)) + +``` +.center[ +### Educación +] + +] +.pull-right[ +```{r, echo=FALSE} +ggplot( + data = data, + aes(y = ing, x = id)) + + geom_point() + + geom_hline(yintercept=5.375) + + annotate("text", x=7.5, y=4.8, + label="Prom Ing.") + + geom_segment(aes(y=5.375, yend = ing, + xend=id, color = "resid")) + + scale_color_discrete(name="") + + theme(text = element_text(size = 20)) + + scale_y_continuous(breaks=seq(0,12,1)) + + scale_x_continuous(breaks=seq(0,8,1)) + +``` +.center[ +### Ingreso +] + +] + +--- +# Covarianza + + +.pull-left[ +.center[ +### Varianza educación (x) + +$$\sigma_{edu}^{2}={\sum_{i=1}^{N}(x_{i}-\bar{x})^{2}\over {N - 1}}$$ +$$\sigma_{edu}^{2}={\sum_{i=1}^{N}(x_{i}-\bar{x})(x_{i}-\bar{x})\over {N - 1}}$$ + +] + + +] +.pull-right[ + +.center[ +### Varianza ingreso (y) + +$$\sigma_{ing}^{2}={\sum_{i=1}^{N}(y_{i}-\bar{y})^{2}\over {N - 1}}$$ +$$\sigma_{ing}^{2}={\sum_{i=1}^{N}(y_{i}-\bar{y})(y_{i}-\bar{y})\over {N - 1}}$$ + +] + +] + +-- +.content-box-red[ +$$Covarianza=cov(x,y) = \frac{\sum_{i=1}^{N}(x_i - \bar{x})(y_i - \bar{y})} {N-1}$$ +] + +--- +# Cálculo covarianza + +.pull-left-narrow[ +.small[ +```{r} +data$dif_xy <- + data$dif_m_educ* + data$dif_m_ing +``` + +```{r,eval=FALSE} +data %>% select(educ,ing, + dif_m_educ, + dif_m_ing, + dif_xy) %>% kbl +``` + +] +] + +-- + +.pull-right-wide[ +.small[ +```{r echo=FALSE} +data %>% select(educ,ing,dif_m_educ,dif_m_ing, dif_xy) %>% kbl +``` + +```{r} +sum(data$dif_xy) +``` +] +] + +--- +# Covarianza + +\begin{align*} +Covarianza=cov(x,y) &= \frac{\sum_{i=1}^{n}(x_i - \bar{x})(y_i - \bar{y})} {N-1} \\ + &= \frac{51.625} {8-1} \\ + &=7.375 +\end{align*} + + +```{r} +cov(data$educ,data$ing) +``` + +--- +class: inverse center + +#### La .roja[covarianza] es una medida de asociación entre variables basada en la variabilidad de cada una de ellas + +-- + +#### La distancia del promedio del valor de una variable (residuo): ¿tiene relación con el residuo de otra variable? + +-- + +#### Expresa la medida en que los valores de cada variable se distancian respectivamente de su promedio + +-- + +#### .red[Su valor no es interpretable directamente] + + +--- +# Correlación producto-momento de Pearson + +.pull-left-narrow[ +![](img/pearson.png) +] + +.pull-right-wide[ +
    +- Medida estandarizada de covarianza + +- Basada en los trabajos de Galton y de Bravais + +- Desarrollada por Karl Pearson (1857-1936): físico, matemático, estadístico y germanista. Y eugenista ... + +] + +--- +# Correlación producto-momento (Pearson) + +\begin{align*} +Covarianza = cov(x,y) &= \frac{\sum_{i=1}^{n}(x_i - \bar{x})(y_i - \bar{y})} {n-1}\\ +\\ +Correlación=r &= \frac{\sum_{i=1}^{n}(x_i - \bar{x})(y_i - \bar{y})} {(n-1)\sigma_x \sigma_y }\\ \\ + &= \frac{\sum(x-\bar{x})(y-\bar{y})}{\sqrt{\sum(x-\bar{x})^{2} \sum(y-\bar{y})^{2}}} +\end{align*} + +--- +## Cálculo correlación + +.pull-left[ +.small[ +```{r echo=FALSE} +data %>% select(educ,ing,dif_m_educ2,dif_m_ing2, dif_xy) %>% kbl(., digits = 2) %>% + scroll_box(width = "500px", height = "450px") +``` + +] +] + +.pull-right[ +$$r=\frac{\sum(x-\bar{x})(y-\bar{y})}{\sqrt{\sum(x-\bar{x})^{2} \sum(y-\bar{y})^{2}}}$$ + + +```{r} +sum(data$dif_xy); sum(data$dif_m_educ2);sum(data$dif_m_ing2) +``` + +] + +--- + +## Cálculo correlación +.pull-left[ + + +\begin{align*} +r &= \frac{\sum(x-\bar{x})(y-\bar{y})}{\sqrt{\sum(x-\bar{x})^{2} \sum(y-\bar{y})^{2}}} \\ \\ +&= \frac{51.625}{ \sqrt{36.875*79.875}} \\ \\ +&= \frac{51.625}{54.271} \\ \\ +&= 0.951 +\end{align*} + +] + +-- + +.pull-right[ + +```{r} +cor(data$educ,data$ing) +``` +] + +--- +class: roja + +## Interpretación + +- El coeficiente de correlación (de Pearson) es una medida de asociación lineal entre variables, que indica el sentido y la fuerza de la asociación + +-- + +- Varía entre +1 y -1, donde + + - valores .black[positivos] indican relación directa (aumenta una, aumenta la otra) + + - valores .black[negativos] indican relación inversa (aumenta una, disminuye la otra) + +--- +# Nubes de puntos (scatterplot) + +.center[ +![](img/scatters.png)] + +--- +# Nubes de puntos (scatterplot) + +.center[ +![](img/scatters2.png) +] + +--- +# Nubes de puntos (scatterplot) + +.center[ +![](img/scatters3.png) +] +--- +class: middle center +## Adivine la correlación: + +# [guessthecorrelation.com](https://www.guessthecorrelation.com) + + +--- +# Nubes de puntos (scatterplot) + +.center[ +![](img/scatters4.png) +] + +--- +class: roja right + +# Contenidos + +.pull-left-narrow[ +] + +.pull-right-wide[ + +## 1- Resumen sesión anterior + +## 2- Covarianza y correlación: Cálculo e interpretación + +## 3- .yellow[Limitaciones] + +] + +--- +# Limitaciones + +- medida de asociación .roja[lineal] entre variables + +- no captura apropiadamente asociaciones no lineales + +- posee supuestos distribucionales de x e y (distribución normal) + +- sensible a valores extremos + +- un mismo coeficiente puede reflejar distintas distribuciones bivariadas + +--- +.center[ +![:scale 80%](img/anscombe.png) +] + +--- +class: bottom right + +class: roja + +## Próxima clase: + +# Correlación 3: Matrices y tamaños de efecto + +### Además: Otros coeficientes de correlación, datos perdidos y coeficiente de determinación +- Lectura obligatoria: [.yellow[Field 205-244 Correlation]](https://correlacional.netlify.app/files/textos/Field-correlation.pdf) + +--- +class: middle + +# Recomendación + +.pull-left[ +![](img/Alice_Lee.jpg) +] +.pull-right[ +
    +[Alice Lee: Correlación, inteligencia y tamaño del cráneo en hombres y mujeres](https://es.wikipedia.org/wiki/Alice_Lee) +] + + +--- + +# ASISTENCIA + +.pull-left[ + +![:scale 90%](img/qr-correlacional-asistencia.png) +] + +.pull-right[ +
    +
    +
    +
    +
    +bit.ly/correlacional-asistencia +] +--- +class: front + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2023 +## [.orange[correlacional.netlify.com]](https://encuestas-sociales.netlify.com) +] + + + + + + + diff --git a/slides/03_pearson.html b/slides/03_pearson.html new file mode 100644 index 00000000..71a5d387 --- /dev/null +++ b/slides/03_pearson.html @@ -0,0 +1,1335 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-10-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-10-1.png new file mode 100644 index 00000000..1bf0b7b4 Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-10-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-11-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-11-1.png new file mode 100644 index 00000000..1bf0b7b4 Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-11-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-12-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-12-1.png new file mode 100644 index 00000000..1bf0b7b4 Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-12-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-13-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-13-1.png new file mode 100644 index 00000000..cca3045d Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-13-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-14-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-14-1.png new file mode 100644 index 00000000..cca3045d Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-14-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-15-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-15-1.png new file mode 100644 index 00000000..3e2807d3 Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-15-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-16-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-16-1.png new file mode 100644 index 00000000..3e2807d3 Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-16-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-17-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-17-1.png new file mode 100644 index 00000000..e0f4fb9c Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-17-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-18-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-18-1.png new file mode 100644 index 00000000..e6479f86 Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-18-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-19-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-19-1.png new file mode 100644 index 00000000..d74503c0 Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-19-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-20-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-20-1.png new file mode 100644 index 00000000..3e2807d3 Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-20-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-21-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-21-1.png new file mode 100644 index 00000000..3e2807d3 Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-21-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-22-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-22-1.png new file mode 100644 index 00000000..0fb11a1c Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-22-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-23-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-23-1.png new file mode 100644 index 00000000..9487c4a3 Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-23-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-3-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 00000000..e0f4fb9c Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-4-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-4-1.png new file mode 100644 index 00000000..cca3045d Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-5-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-5-1.png new file mode 100644 index 00000000..cca3045d Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-6-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-6-1.png new file mode 100644 index 00000000..13f3e3e0 Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-6-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-7-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 00000000..1bf0b7b4 Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-8-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-8-1.png new file mode 100644 index 00000000..0fb11a1c Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-8-1.png differ diff --git a/slides/03_pearson_files/figure-html/unnamed-chunk-9-1.png b/slides/03_pearson_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..912d7a75 Binary files /dev/null and b/slides/03_pearson_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/slides/04-class.Rmd b/slides/04-class.Rmd deleted file mode 100644 index 1f134064..00000000 --- a/slides/04-class.Rmd +++ /dev/null @@ -1,335 +0,0 @@ ---- -title: "Class 4: Logic models, measuring stuff, and DAGs" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(ggdag) -library(palmerpenguins) -library(modelsummary) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-3 - -# In-person
    session 4 - -.class-info[ - -**February 2, 2023** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-1.medium.sp-after-half[Super quick R FAQs] - --- - -.box-4.medium.sp-after-half[Regression!] - --- - -.box-2.medium.sp-after-half[Measuring outcomes] - --- - -.box-5.medium[DAGs] - ---- - -layout: false -name: r-stuff -class: center middle section-title section-title-1 animated fadeIn - -# Quick useful
    R tips - ---- - -layout: true -class: middle - ---- - -.box-1.large[Weird figure/table
    placement in PDFs] - -??? - -https://bookdown.org/yihui/rmarkdown-cookbook/figure-placement.html - ---- - -.box-1.large[Figure sizing in R] - ---- - -.box-1.large[Figure and table
    captions and numbers] - -??? - -- -- -- -- - ---- - -.box-1.large[Make nicer tables when
    knitting with `kable()`] - -.box-inv-1[(Or even fancier tables with [kableExtra](https://cran.r-project.org/web/packages/kableExtra/vignettes/awesome_table_in_html.html)!)] - -??? - -- -- - ---- - -layout: false -name: regression -class: center middle section-title section-title-5 animated fadeIn - -# Regression! - ---- - -layout: true -class: middle - ---- - -.box-4.large.sp-after[Drawing lines through points] - --- - -.center.sp-after[] - --- - -.box-4[Locally estimated/weighted scatterplot smoothing (LOESS/LOWESS)
    is a common method (but not the only one!)] - ---- - -.center[ - -] - ---- - -.box-4.large[Regression equations] - -.box-inv-4[And is the intercept ever useful,
    or should we always ignore it?] - -??? - - - - - ---- - -.box-4.medium[What does it mean to
    hold something constant?] - -.box-4.medium[Why is one category always left out
    when you use a categorical variable?] - ---- - -.center[ -
    - Single slider and switch -
    -] - ---- - -.center[ -
    - Mixer board -
    -] - ---- - -.box-4.medium.sp-after[Why use two steps to create a regression in R?
    (i.e. assigning it to an object with `<-`?)] - -.box-4.medium[Why use `tidy()`
    from the broom package?] - -??? - -Show model with `lm()`; show t-test with `t.test()`; show both through `tidy()` - -Use **marginaleffects** - ---- - -.box-4.medium[How was the 0.05 significance
    threshold determined?] - -.box-4.medium[Could we say something is significant
    if p > 0.05, but just note that it is at
    a higher p-value?
    Or does it have to fall under 0.05?] - ---- - -.box-4.large[Why all this convoluted
    logic of null worlds?] - ---- - -layout: false -class: title title-4 - -# Different "dialects" of statistics - -.pull-left[ -.box-4.medium[Frequentist] - -$$P(\text{data} \mid H_0)$$ - -.box-inv-4["Regular" statistics;
    what you've learned
    (and are learning here)] - -] - --- - -.pull-right[ -.box-4.medium[Bayesian] - -$$P(H \mid \text{data})$$ - -.box-inv-4[Requires lots of
    computational power] - -] - ---- - -layout: true -class: middle - ---- - -.box-4.medium[Do we care about the actual coefficients
    or just whether or not they're significant?] - -.box-4.medium[How does significance relate to causation?] - -.box-4.medium[If we can't use statistics to assert causation
    how are we going to use this information
    in program evaluation?] - ---- - -.box-4.large[What counts as a "good" R²?] - ---- - -.center[ -
    - Euler diagram -
    -] - ---- - -.center[ -
    - R2 prediction -
    -] - ---- - -.center[ -
    - R2 estimation -
    -] - ---- - -.center[ -
    - R2 estimation vs prediction -
    -] - - ---- - -layout: false -name: outcomes -class: center middle section-title section-title-2 animated fadeIn - -# Measuring
    outcomes - ---- - -layout: true -class: title title-2 - ---- - -# Outcomes and programs - -.box-2.medium[Outcome variable] - -.box-inv-2.sp-after-half.SMALL[Thing you're measuring] - --- - -.box-2.medium[Outcome change] - -.box-inv-2.sp-after-half.SMALL[∆ in thing you're measuring over time] - --- - -.box-2.medium[Program effect] - -.box-inv-2.SMALL[∆ in thing you're measuring over time *because of* the program] - ---- - -# Outcomes and programs - -
    - Outcomes and program effect -
    - ---- - -layout: false -class: middle - -.box-2.large[Abstraction] diff --git a/slides/04-inferencia3.Rmd b/slides/04-inferencia3.Rmd new file mode 100644 index 00000000..6a9b00a2 --- /dev/null +++ b/slides/04-inferencia3.Rmd @@ -0,0 +1,515 @@ +--- +title: "Estadística Correlacional" +author: ".small[Juan Carlos Castillo

    Departamento de Sociología - UCH / COES

    ]" +date: "2do Sem 2024" +output: + xaringan::moon_reader: + css: "css/custom_2020.css" + includes: + after_body: "insert-logo.html" + lib_dir: libs + nature: + ratio: '16:9' + highlightStyle: dracula + highlightLines: true + countIncrementalSlides: false + beforeInit: "libs/macros.js" + seal: false # esto omite title slide automática +--- +class: front + + +```{r setup, include=FALSE, cache = FALSE} +library(knitr) +opts_chunk$set(warning=FALSE, + message=FALSE, + echo=TRUE, + comment = "", + cache = TRUE, fig.width=10, fig.height=8) +pacman::p_load(flipbookr, tidyverse, kableExtra) +``` + + + + +```{r xaringanExtra, include=FALSE} +xaringanExtra::use_xaringan_extra(c("animate_css")) +xaringanExtra::use_scribble() +xaringanExtra::use_tile_view() +xaringanExtra::use_search(show_icon = TRUE) +``` + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Inferencia, asociación y reporte + + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2024 +## [.orange[correlacional.netlify.com]](https:/correlacional.netlify.com) +] + + +.pull-right-narrow[ +.center[ +.content-block-gray[ +## .gray[Sesión 4:] +## .curso[Inferencia 3: Intervalos de confianza]] +] +] + +--- + +layout: true +class: animated, fadeIn + +--- +# Pilares de la inferencia + +.pull-left[ +### Curva normal + +![](img/norm2.png) + +] + +.pull-right[ +### Error estándar + +$$\sigma_{\bar{X}}=SE(error estándar)=\frac{s}{\sqrt{N}}$$ + +] + +--- +# Diferencias desviación estándar y error estándar + +.pull-left[ +### Desviación estándar + +# $\sigma=\sqrt{\frac{\Sigma(x_i-\bar{X})²}{N-1}}$ + +Magnitud que expresa la dispersión en torno al promedio en la escala de la variable +] + +.pull-right[ +### Error estándar (del promedio) + +## $$\sigma_{\bar{X}}=SE=\frac{s}{\sqrt{N}}$$ + +.medium[Magnitud que equivale a la desviación estándar de los promedios de varias muestras] +] + + +--- +## ... y más de Error Estándar + +- se calcula no solo para el promedio, sino para **distintos estadísticos** como correlación, regresión, desviación estándar (con distintas fórmulas para cada uno) + + +- como está expresado en unidades estándar de variación, permite construir **rangos de probabilidad** basados enla distribución normal + +- estos rangos de probabilidad se conocen como **intervalos de confianza** + +--- +class: inverse bottom right + +# Intervalos de confianza + +--- + + +- El error estándar, por su asociación a las áreas de la curva normal, se relaciona con **niveles de probabilidad** + +- Si sumo y resto error(es) estándar al promedio puedo construir un rango de valores probables en que se encuentra el parametro poblacional -> **intervalo de confianza** + + +- Por ejemplo, si tengo un promedio=10 y SE=1, puedo decir que aproximadamente el 68% de los casos se encuentran en el **intervalo** entre 9 y 11 (basado en distribución normal) + +-- + +.content-box-red[ +.center[Pero ... ¿Es suficiente un rango que cubra al 68%] +] + +--- +# Error y confianza + +- Un 68% implica que la probabilidad de que el promedio esté fuera de ese rango (o **probabilidad de error**) es de un 32% (100%-68%) + +-- + +.center[ +.content-box-red[ +## ¿Es aceptable este nivel? +]] + +-- + +Esto es equivalente a preguntarse cuánto error estoy dispuesto a tolerar como resultado de una inferencia estadística + +-- + +Y se asocia al concepto de **.red[nivel de confianza**] + +--- +# ¿Certeza o precisión? + +- No hay certezas, solo probabilidades + +- Las probabilidades se asocian a un rango (intervalo) que garantice un cierto nivel de confianza + +- Y esto requiere un compromiso o compensación (trade-off), ya que: +.medium[ +- un intervalo mayor poseerá un mayor nivel de confianza, pero en un rango de valores demasiado amplio +- un intervalo menor poseerá un menor nivel de confianza, pero en un rango de valores más estrecho + ] +--- +# Es decir, qué tipo de conclusión prefiero: + +- el promedio de ingresos se encuentra entre 500.000 y 5.000.000, con un 99% de confianza, ó + +- el promedio de ingresos se encuentra entre 700.000 y 710.000, con un 65% de confianza + +-- + +.content-box-red[ +.center[ +_.red["con un 100% de probabilidad te aseguro que tu nota se encuentra entre 1 y 7"]_]] + +--- +# Intervalos vs confianza +![:scale 100%](img/confidence_levels.png) +--- +# ¿De qué depende el nivel de confianza? + +- en estadística inferencial, la confianza se asocia a 1 - probabilidad de error + +- la probabilidad de error a aceptar no es un criterio estadístico, es convencional + +- por convención, se acepta como estadísticamente significativa una probabilidad de error **menor al 5%**, lo que equivale (al menos) a un **nivel de confianza del 95%** + +--- +# ¿Qué significa un 95% de confianza? + +- que si tuviéramos la posibilidad de extraer múltiples muestras, el 95% de las veces nuestro intervalo contendría el promedio + +-- + +- o que existe un 5% de probabilidad de error, es decir, de que el promedio de la muestra no sea el de la población + +-- + +- o que las chances de error son 1 de 20 + +--- +.center[ +![:scale 50%](img/intervalos.png) +] + +--- +class: roja + +# Un .yellow[intervalo de confianza] (IC o CI) es la mejor estimación del rango de un estadístico en la población (parámetro poblacional) con una muestra aleatoria + + +--- +class: inverse middle + + +## ¿De qué depende el .red[tamaño] del intervalo de confianza? + +## ¿Cómo se establece el .red[nivel de confianza] del intervalo? + +--- +## ¿De qué depende el tamaño del intervalo de confianza? + +- recordemos que el intervalo de confianza se elabora sumando y restando errores estándar al promedio + +$$\sigma_{\bar{X}}=SE(error estándar)=\frac{s}{\sqrt{N}}$$ + +-- + +- dado que el tamaño muestral (N) se encuentra en el denominador del $SE$, a mayor N, menor será el $SE$ y menor el intervalo de confianza + +- esto tiene implicancias directas en el cálculo del tamaño muestral + + +--- +# Pasos en la construcción del intervalo de confianza (para un promedio) + +1. Obtención de la media y el error estándar + +2. Determinar el nivel de confianza (expresado en puntaje Z) para la construcción del intervalo + +3. Aplicar fórmula: + +$$\bar{X}\pm Z*\frac{\sigma}{\sqrt{N}}$$ + + +--- +# Determinando el nivel de confianza + +.pull-left-narrow[ +.medium[ + +- Nuestro promedio muestral $\bar{x}$ posee una distribución normal con una desviación estandar = SE (error estándar) + +- Esto nos permite estimar probabilidades basados en los valores de la curva normal + +] +] +.pull-right-wide[ +.center[![:scale 95%](https://multivariada.netlify.app/slides/images/normal.png)]] + +--- +# Valores del intervalo + +Determinar el valor del límite superior y el límite inferior del intervalo en la curva normal para un nivel de confianza del 95%: + +.center[ +![](img/confidence-interval.png) +] + +--- +# Valores del intervalo + +.pull-left[ +El límite inferior de un intervalo al 95% de confianza corresponde al percentil 2,5%, y el límite superior al 97,5% (95% + 2,5%) +] + +.pull-right[ +![](img/confidence-interval.png) + +] + +--- +Y sabemos por la distribución normal que entre +/- 2 desviaciones estándar de la curva normal se encuentra el 95,44% de los casos: + +.center[![:scale 45%](https://multivariada.netlify.app/slides/images/normal.png)] + + +Por lo tanto, para un 95% será algo menos que +/- 2ds ... pero cuánto específicamente? + +--- +# De percentil a puntaje Z + +.pull-left[ +Recordemos que al calcular el puntaje Z, el resultado se expresa en desviaciones estándar de la curva normal, lo que puede ser transformado a percentiles. + + +Por lo tanto, se puede hacer la operación inversa -> a que puntaje Z corresponde un determinado percentil +] + +.pull-right[ +![](https://correlacional.netlify.app/slides/03-inferencia2_files/figure-html/unnamed-chunk-16-1.png) + +] + +--- + +- Para hacer la equivalencia entre puntajes Z y percentiles vamos a una tabla de puntajes Z ... o directamente en R: + +```{r} +qnorm(0.025) # límite inferior +qnorm(0.975) # límite superior +``` + +Y aproximando: $\pm{1.96}$. Por lo tanto: + +--- +class: inverse middle center + +.center[ +.red[ +# Sumando y restando **1.96** errores estándar al promedio construimos un intervalo de confianza del 95%] +] + + +--- +## Intervalo de 95% de confianza + +.pull-left[ +.center[![](img/confidence95.png)]] + + +.pull-right[ +.medium[ + +- El valor de Z que deja el 2.5% de probabilidad en la cola izquierda y el 2.5% en la derecha es aproximadamente ±1.96 + +- Un intervalo de confianza de $\bar{x}\pm1.96SE$ abarca aproximadamente el 95% de los valores probables + +- En este caso, puedo decir que el promedio se encuentra en un rango de valores con un .red[nivel de confianza] de 95% + +] +] + +--- +## Ejemplo: intervalo de confianza para un promedio +---- +.pull-left[ +.content-box-green[ +- Tenemos: + + - promedio de ingresos: 800.000 + + - desviación estándar: 100.000 + + - N muestral: 1.600 +]] + +.pull-right[ + +\begin{align*} +SE&=\frac{s}{\sqrt{N}} \\\\ +&=\frac{100.000}{\sqrt{1.600}} \\\\ +&=\frac{100.000}{40}=2.500 +\end{align*} +] + +--- + +- Tenemos: $SE=2.500$, $\bar{x}_{ingresos}=800.000$ + +- Con estos valores podemos construir un rango de probabilidad basado en la curva normal, sumando y restando errores estándar + +- $\bar{X}{\color{red}\pm}1.96SE$ abarcan el 95% de los valores alrededor del promedio + - $800.000 - (1.96*2.500) = 800.000 - 4.900={\color{red}{795.100}}$ + - $800.000 + (1.96*2.500) = 800.000 + 4.900={\color{red}{804.900}}$ + +- Por lo tanto, podemos decir .red[con un 95% de confianza] que el promedio de ingresos se encuentra entre 795.100 y 804.900 + +--- +# Aumentando el nivel de confianza: 99% + +- además del 95% de confianza, otro nivel convencional es el 99% de confianza + +- con este nivel tenemos una menor probabildad de error, pero un intervalo más grande + +- en este caso, el límite inferior del intervalo es 0.5%, y el superior 99.5% + +--- +# En R + +Estimando valores Z para límites de intervalo de confianza al 99%: + +```{r} +qnorm(0.005) # límite inferior +qnorm(0.995) # límite superior +``` + +--- +# Generalizando: + +- Para un intervalo de confianza al 95%: +# $\bar{X}\pm1.96SE$ + +- Para un intervalo de confianza al 99%: +# $\bar{X}\pm2.58SE$ + +--- +## Mismo ejemplo, pero al 99% de confianza +---- +.pull-left[ +.content-box-green[ +- Tenemos: + + - promedio de ingresos: 800.000 + + - desviación estándar: 100.000 + + - N muestral: 1.600 +]] + +.pull-right[ + +\begin{align*} +SE&=\frac{s}{\sqrt{N}} \\\\ +&=\frac{100.000}{\sqrt{1.600}} \\\\ +&=\frac{100.000}{40}=2.500 +\end{align*} +] + +--- + +- Tenemos: $SE=2.500$, $\bar{x}_{ingresos}=800.000$ + +- $\bar{X}{\color{red}\pm}2.58SE$ abarcan el 99% de los valores alrededor del promedio + - $800.000 - (2.58*2.500) = 800.000 - 6.450={\color{red}{793.550}}$ + - $800.000 + (2.58*2.500) = 800.000 + 6.450={\color{red}{806.450}}$ + +- Por lo tanto, podemos decir .red[con un 99% de confianza] que el promedio de ingresos se encuentra entre 793.550 y 806.450 + + +--- +# Comparando intervalos: + +- 95% de confianza: $800.000\pm4.900=[795.100 - 804.900]$ + +- 99% de confianza: $800.000\pm6.450=[793.550 - 806.450]$ + +Por lo tanto, a mayor nivel de confianza, mayor es el intervalo, pero disminuye la precisión o aumenta el **margen de error** + +--- +# Margen de error + +- El margen de error es el valor en que puede oscilar el promedio en el intervalo. + +- Es decir, equivale a lo que se suma/resta al promedio para generar el intervalo, pero en general se expresa en términos de porcentaje + +--- +# Ejemplo margen de error + +- Para nuestro intervalo al 95%, el margen de error equivale a qué porcentaje es 4.900 en relación al total. Aplicando regla de 3 para porcentajes: + +$Margen-error_{95}=\frac{4.900*100}{800.000}=0.612$ + +- Por lo tanto, el margen de error en este caso es de $\pm{0.6}\%$ + +--- +class: inverse + +## .yellow[Resumen] + +- definición de intervalo de confianza + +- cálculo e interpretación del intervalo de confianza + +- comparación de intervalos con distinto nivel de confianza + +- margen de error + + +--- +# Recomendaciones + +Ver [simulación de intervalo de confianza para promedio muestral](https://shiny.rit.albany.edu/stat/confidence/) + +--- +class: front + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Inferencia, asociación y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2024 +## [.orange[correlacional.netlify.com]](https://encuestas-sociales.netlify.com) +] + + + diff --git a/slides/04-inferencia3.html b/slides/04-inferencia3.html new file mode 100644 index 00000000..94fe76dc --- /dev/null +++ b/slides/04-inferencia3.html @@ -0,0 +1,689 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slides/04-slides.Rmd b/slides/04-slides.Rmd deleted file mode 100644 index 1ea5b5c9..00000000 --- a/slides/04-slides.Rmd +++ /dev/null @@ -1,1367 +0,0 @@ ---- -title: "Measurement and DAGs" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(ggdag) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-7 - -# Measurement
    and DAGs - -.class-info[ - -**Session 4** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-4.medium.sp-after-half[Abstraction, stretching,
    and validity] - --- - -.box-6.medium.sp-after-half[Causal models] - --- - -.box-5.medium[Paths, doors, and adjustment] - ---- - -name: abstraction -class: center middle section-title section-title-4 animated fadeIn - -# Abstraction, stretching,
    and validity - ---- - -layout: true -class: title title-4 - ---- - -# Indicators - -.pull-left[ -.box-4.medium[Inputs, activities,
    and outputs] - -.box-inv-4[Generally directly measurable] - -.box-inv-4[\# of citations mailed,
    % increase in grades, etc.] -] - --- - -.pull-right[ -.box-4.medium[Outcomes] - -  - -.box-inv-4[Harder to measure directly] - -.box-inv-4[Loftier and more abstract] - -.box-inv-4[Commitment to school,
    reduced risk factors] -] - ---- - -layout: false - -  - -.box-4.large.sp-after[How do you measure
    abstract outcomes?] - --- - -.box-inv-4.large[Move up the ladder of abstraction.] - ---- - -.center[ -
    - Witch scene from Monty Python and the Holy Grail -
    -] - -??? - -https://www.youtube.com/watch?v=yp_l5ntikaU - ---- - -layout: false -class: bg-full -background-image: url("img/04/witches.jpg") - -??? - -Here's a dataset of witches. - -What are the common features across witches in general? - -Are these criteria useful if certain cases don’t fit like Sabrina? - -What are the most important elements here? Doing magic + being female – that’s good, probably – covers Hermione and HP world - ---- - -layout: true -class: title title-4 - ---- - -# Conceptual stretching - -.center[ -
    - Magical women who aren't witches -
    -] - -??? - -But now the concept is stretched too far – this includes all magical female creatures, like trolls and goblins - -Too much conceptual stretching - ---- - -# Ladder of abstraction for witches - --- - -.box-inv-4.small[Mammal] - --- - -.box-inv-4.small[Enmagicked] - -.box-4.tiny[Trolls, elves, gods/goddesses] - --- - -.box-inv-4.small[Female] - -.box-4.tiny[Arwen, Winky, Athena] - --- - -.box-inv-4.small[Human] - --- - -.pull-left[ -.pull-left[ -.box-inv-4.small[Young] - -.box-4.tiny[Salem witch trials] -] - -.pull-right[ -.box-inv-4.small[Student] - -.box-4.tiny[Hermione Granger,
    Sabrina Spellman] -] -] - --- - -.pull-right[ -.box-inv-4.small[Old] - -.box-4.tiny[Elphaba, Halloween decorations] -] - ---- - -# Connection to theory - -.pull-left[ - -
    - Salem witch trials -
    - -] - -.pull-right[ -
    - Salem witch trials -
    -] - -??? - -Accusations typically targeted successful women; women who worked with medicine; women who posed a threat to the patriarchy. In real life, it was a misogynistic tool for maintaining social order. - -What went wrong? The theory was wrong, yes, but also the indicators weren’t connected to reality - ---- - -# Outcomes and programs - -.box-4.medium[Outcome variable] - -.box-inv-4.sp-after-half.SMALL[Thing you're measuring] - --- - -.box-4.medium[Outcome change] - -.box-inv-4.sp-after-half.SMALL[∆ in thing you're measuring over time] - --- - -.box-4.medium[Program effect] - -.box-inv-4.SMALL[∆ in thing you're measuring over time *because of* the program] - ---- - -# Outcomes and programs - -
    - Outcomes and program effect -
    - ---- - -# Connecting measurment to programs - -.box-inv-4.medium.sp-after-half[Measurable definition of program effect] - --- - -.box-inv-4.medium.sp-after-half[Ideal measurement] - --- - -.box-inv-4.medium.sp-after-half[Feasible measurement] - --- - -.box-inv-4.medium[Connection to real world] - ---- - -layout: false -name: causal-models -class: center middle section-title section-title-6 animated fadeIn - -# Causal models - ---- - -layout: true -class: title title-6 - ---- - -# Types of data - -.pull-left[ - -.box-inv-6.medium[Experimental] - -.box-6[You have control over which units get treatment] - -] - --- - -.pull-right[ - -.box-inv-6.medium[Observational] - -.box-6[You don't have control over which units get treatment] - -] - --- - -.box-inv-6.medium.sp-before[Which kind lets you prove causation?] - ---- - -# Causation with observational data - -.box-inv-6.medium.sp-after[Can you prove causation
    with observational data?] - --- - -.box-inv-6.medium[Why is it so controversial
    to use observational data?] - ---- - -layout: false -class: bg-full -background-image: url("img/04/too-much-rct.jpg") - ---- - -layout: true -class: title title-6 - ---- - -# The causal revolution - -.pull-left-narrow[ -
    - The Book of Why -
    -] - -.pull-right-wide.center[ -
    - Judea Pearl -
    -] - ---- - -# Causal diagrams - -.box-inv-6.medium[Directed acyclic graphs (DAGs)] - -.pull-left[ - -.box-6.SMALL[**Directed**: Each node has an arrow that points to another node] - -.box-6.SMALL[**Acyclic**: You can't cycle back to a node (and arrows only have one direction)] - -.box-6.SMALL[**Graph**: It's… um… a graph] - -] - -.pull-right[ - -```{r simple-dag, echo=FALSE, fig.width=4.5, fig.height=3, out.width="100%"} -dagify( - Y ~ X + Z, - X ~ Z, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)) -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "grey80", size = 14) + - geom_dag_text(color = "black", size = 5) + - theme_dag() -``` - -] - ---- - -# Causal diagrams - -.box-inv-6.medium[Directed acyclic graphs (DAGs)] - -.pull-left[ - -.box-6.SMALL[Graphical model of the process that generates the data] - -.box-6.SMALL[Maps your philosophical model] - -.box-6.SMALL[Fancy math ("*do*-calculus") tells you what to control for to isolate and identify causation] - -] - -.pull-right[ - -![](`r knitr::fig_chunk("simple-dag", "png")`) - -] - ---- - -# Acyclicalness - -.box-inv-6[What if there's something that really is cyclical?] - --- - -.box-6[Wealth → Power → Wealth] - --- - -.box-6.sp-after[**This isn't acyclic!**
    Wealth ↔ Power] - --- - -.box-inv-6[Split the node into different time periods] - --- - -.box-6[Wealth*t* - 1 → Power*t* → Wealth*t*] - ---- - -# How to draw a DAG - -.box-inv-6.medium[What is the causal effect of an
    additional year of education on earnings?] - --- - -.box-6[Step 1: List variables] - --- - -.box-6[Step 2: Simplify] - --- - -.box-6[Step 3: Connect arrows] - --- - -.box-6[Step 4: Use logic and math to determine
    which nodes and arrows to measure] - ---- - -# 1. List variables - -.box-6.sp-after[Education (treatment) → Earnings (outcome)] - -.center.float-left.sp-after-half[ -.box-inv-6[Location] .box-inv-6[Ability] .box-inv-6[Demographics] -] - -.center.float-left.sp-after-half[ -.box-inv-6[Socioeonomic status] .box-inv-6[Year of birth] -] - -.center.float-left[ -.box-inv-6[Compulsory schooling laws] .box-inv-6[Job connections] -] - ---- - -# 2. Simplify - -.box-6.sp-after[Education (treatment) → Earnings (outcome)] - -.center.float-left.sp-after-half[ -.box-inv-6[Location] .box-inv-3[Ability] .box-inv-3[Demographics] -] - -.center.float-left.sp-after-half[ -.box-inv-3[Socioeonomic status] .box-inv-6[Year of birth] -] - -.center.float-left[ -.box-inv-6[Compulsory schooling laws] .box-inv-6[Job connections] -] - -.box-inv-5[Background] - ---- - -# 3. Draw arrows - -.pull-left-narrow[ - -.box-inv-6[Education causes earnings] - -] - -.pull-right-wide[ - -```{r edu-earn-simple, echo=FALSE, fig.width=4.5, fig.height=3, out.width="100%"} -edu_earn_coords <- list(x = c(Edu = 2, Earn = 4, Year = 2, Bkgd = 4, - Loc = 3, JobCx = 3, Req = 1, U1 = 3), - y = c(Edu = 2, Earn = 2, Year = 3, Bkgd = 3, - Loc = 3, JobCx = 1, Req = 2, U1 = 4)) - -dagify( - Earn ~ Edu, - exposure = "Edu", - outcome = "Earn", - coords = edu_earn_coords) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status), size = 14) + - geom_dag_text(color = "black", size = 5) + - scale_color_manual(values = c("#FF4136", "#0074D9"), - na.value = "#7FDBFF") + - guides(color = FALSE) + - theme_dag() -``` - -] - ---- - -# 3. Draw arrows - -.pull-left-narrow[ - -.box-inv-6[Background, year of birth, location, job connections, and school requirements all cause education] - -] - -.pull-right-wide[ - -```{r edu-earn-2, echo=FALSE, fig.width=4.5, fig.height=3, out.width="100%"} -dagify( - Earn ~ Edu, - Edu ~ Req + Loc + Bkgd + Year, - exposure = "Edu", - outcome = "Earn", - coords = edu_earn_coords) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status), size = 14) + - geom_dag_text(color = "black", size = 5) + - scale_color_manual(values = c("#FF4136", "#0074D9"), - na.value = "#7FDBFF") + - guides(color = FALSE) + - coord_cartesian(ylim = c(1, 3)) + - theme_dag() -``` - -] - ---- - -# 3. Draw arrows - -.pull-left-narrow[ - -.box-inv-6[Background, year of birth, and location all cause earnings too] - -] - -.pull-right-wide[ - -```{r edu-earn-3, echo=FALSE, fig.width=4.5, fig.height=3, out.width="100%"} -dagify( - Earn ~ Edu + Year + Bkgd + Loc + JobCx, - Edu ~ Req + Loc + Bkgd + Year, - exposure = "Edu", - outcome = "Earn", - coords = edu_earn_coords) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status), size = 14) + - geom_dag_text(color = "black", size = 5) + - scale_color_manual(values = c("#FF4136", "#0074D9"), - na.value = "#7FDBFF") + - guides(color = FALSE) + - theme_dag() -``` - -] - ---- - -# 3. Draw arrows - -.pull-left-narrow[ - -.box-inv-6[Education causes job earnings] - -] - -.pull-right-wide[ - -```{r edu-earn-4, echo=FALSE, fig.width=4.5, fig.height=3, out.width="100%"} -dagify( - Earn ~ Edu + Year + Bkgd + Loc + JobCx, - Edu ~ Req + Loc + Bkgd + Year, - JobCx ~ Edu, - exposure = "Edu", - outcome = "Earn", - coords = edu_earn_coords) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status), size = 14) + - geom_dag_text(color = "black", size = 5) + - scale_color_manual(values = c("#FF4136", "#0074D9"), - na.value = "#7FDBFF") + - guides(color = FALSE) + - theme_dag() -``` - -] - ---- - -# 3. Draw arrows - -.pull-left-narrow[ - -.box-inv-6[Location and background are probably related, but neither causes the other. Something unobservable (U1) does that.] - -] - -.pull-right-wide[ - -```{r edu-earn-full, echo=FALSE, fig.width=4.5, fig.height=3, out.width="100%"} -dagify( - Earn ~ Edu + Year + Bkgd + Loc + JobCx, - Edu ~ Req + Loc + Bkgd + Year, - JobCx ~ Edu, - Bkgd ~ U1, - Loc ~ U1, - exposure = "Edu", - outcome = "Earn", - latent = "U1", - labels = c("Earn" = "Earnings", "Edu" = "Education", - "Year" = "Year", "Bkgd" = "Background", - "Loc" = "Location", "JobCx" = "Job connections", - "U1" = "Unobserved stuff"), - coords = edu_earn_coords) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status), size = 14) + - geom_dag_text(color = "black", size = 5) + - scale_color_manual(values = c("#FF4136", "grey60", "#0074D9"), - na.value = "#7FDBFF") + - guides(color = FALSE) + - theme_dag() -``` - -] - ---- - -# Let the computer do this! - -.box-inv-6.large.sp-after-half[dagitty.net] - -.box-inv-6.large[**ggdag** package in R] - ---- - -layout: false -name: paths-doors-adjustment -class: center middle section-title section-title-5 animated fadeIn - -# Paths, doors,
    and adjustment - ---- - -layout: true -class: title title-5 - ---- - -# Causal identification - -.pull-left-narrow[ - -.box-inv-5[All these nodes are related; there's correlation between them all] - -.box-inv-5[We care about Edu → Earn, but what do we do about all the other nodes?] - -] - -.pull-right-wide[ - -![](`r knitr::fig_chunk("edu-earn-full", "png")`) - -] - ---- - -# Causal identification - -.box-inv-5.medium[A causal effect is *identified* if the association between treatment and outcome is propertly stripped and isolated] - ---- - -# Paths and associations - -.box-inv-5.medium[Arrows in a DAG transmit associations] - -.box-inv-5.medium[You can redirect and control those paths by "adjusting" or "conditioning"] - ---- - -# Three types of associations - -.pull-left-3[ -.box-5.medium[Confounding] - -```{r confounding-dag, echo=FALSE, fig.width=4.5, fig.height=3.35, out.width="100%"} -dagify( - Y ~ X + Z, - X ~ Z, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)) -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "grey80", size = 17) + - geom_dag_text(color = "black", size = 5) + - theme_dag() -``` - -.box-inv-5.small[Common cause] -] - -.pull-middle-3.center[ -.box-5.medium[Causation] - -```{r mediation-dag, echo=FALSE, fig.width=4.5, fig.height=3.35, out.width="100%"} -dagify( - Y ~ X + Z, - Z ~ X, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)) -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "grey80", size = 17) + - geom_dag_text(color = "black", size = 5) + - theme_dag() -``` - -.box-inv-5.small[Mediation] -] - -.pull-right-3[ -.box-5.medium[Collision] - -```{r collision-dag, echo=FALSE, fig.width=4.5, fig.height=3.35, out.width="100%"} -dagify( - Y ~ X, - Z ~ Y, - Z ~ X, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)) -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "grey80", size = 17) + - geom_dag_text(color = "black", size = 5) + - theme_dag() -``` - -.box-inv-5.small[Selection /
    endogeneity] -] - ---- - -# Confounding - -.pull-left-wide[ -```{r confounding-dag-big, echo=FALSE, fig.width=4.5, fig.height=3, out.width="100%"} -dagify( - Y ~ X + Z, - X ~ Z, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)) -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "grey80", size = 15) + - geom_dag_text(color = "black", size = 5) + - theme_dag() -``` -] - -.pull-right-narrow[ -.box-inv-5.medium[**X** causes **Y**] - -.box-inv-5.medium[But **Z** causes both **X** and **Y**] - -.box-inv-5.medium[**Z** * confounds* the **X** → **Y** association] -] - ---- - -# Paths - -.pull-left-wide[ -![](`r knitr::fig_chunk("confounding-dag-big", "png")`) -] - -.pull-right-narrow[ -.box-inv-5[Paths between
    **X** and **Y**?] - -.box-5[**X** → **Y**] - -.box-5[**X** ← **Z** → **Y**] - -.box-inv-5.medium[**Z** is a *backdoor*] -] - ---- - -# *d*-connection - -.pull-left-wide[ -![](`r knitr::fig_chunk("confounding-dag-big", "png")`) -] - -.pull-right-narrow[ -.box-inv-5[**X** and **Y** are
    "*d*-connected" because associations can pass through **Z**] - -.box-5[The relationship between **X** and **Y** is not identified / isolated] -] - ---- - -# Effect of money on elections - -.box-inv-5.medium[What are the paths
    between **money** and **win margin**?] - -.pull-left[ -```{r money-elections, echo=FALSE, fig.width=5, fig.height=3, out.width="100%"} -dagify( - Y ~ X + Z, - X ~ Z, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)), - exposure = "X", - outcome = "Y", - labels = c("X" = "Campaign money", "Y" = "Win margin", - "Z" = "Candidate quality") -) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status), size = 15) + - geom_dag_text(color = "white", size = 5) + - geom_dag_label_repel(aes(label = label), nudge_y = c(0.25, -0.25, 0.25)) + - scale_color_manual(values = c("#FF4136", "#0074D9"), - na.value = "#7FDBFF") + - guides(color = FALSE) + - theme_dag() -``` -] - --- - -.pull-right[ -.box-5[Money → Margin] - -.box-5[Money ← Quality → Margin] - -.box-inv-5[Quality is a *backdoor*] -] - ---- - -# Closing doors - -.pull-left[ -```{r confounding-dag-adjusted, echo=FALSE, fig.width=4.5, fig.height=3, out.width="100%"} -dagify( - Y ~ X + Z, - X ~ Z, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)) -) %>% - tidy_dagitty() %>% - adjust_for("Z") %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(shape = adjusted, color = adjusted), size = 15) + - geom_dag_text(color = "black", size = 5) + - scale_shape_manual(values = c(15, 19)) + - scale_color_manual(values = c("#FFDC00", "grey80")) + - guides(shape = FALSE, color = FALSE) + - theme_dag() -``` -] - -.pull-right[ -.box-inv-5.medium[Close the backdoor by adjusting for **Z**] -] - ---- - -# Closing doors - -.pull-left[ -.box-inv-5.small[Find the part of campaign money that is explained by quality, remove it.
    This is the residual part of money.] - -.box-inv-5.small[Find the part of win margin that is explained by quality, remove it. This is the residual part of win margin.] - -.box-inv-5.small[Find the relationship between the residual part of money and residual part of win margin.
    **This is the causal effect**.] -] - -.pull-right[ -```{r money-elections-adjusted, echo=FALSE, fig.width=5, fig.height=3.3, out.width="100%"} -dagify( - Y ~ X + Z, - X ~ Z, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)), - exposure = "X", - outcome = "Y", - labels = c("X" = "Campaign money", "Y" = "Win margin", - "Z" = "Candidate quality") -) %>% - tidy_dagitty() %>% - node_status() %>% - adjust_for("Z") %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status, shape = adjusted), size = 15) + - geom_dag_text(color = "white", size = 5) + - geom_dag_label_repel(aes(label = label), nudge_y = c(0.25, -0.25, 0.25)) + - scale_color_manual(values = c("#FF4136", "#0074D9"), - na.value = "#FFDC00") + - scale_shape_manual(values = c(15, 19)) + - guides(color = FALSE, shape = FALSE) + - theme_dag() -``` -] - ---- - -# Closing doors - -.pull-left[ -.box-inv-5[Compare candidates as if they had the same quality] - -.box-inv-5[Remove differences that are predicted by quality] - -.box-inv-5[Hold quality constant] -] - -.pull-right[ -![](`r knitr::fig_chunk("money-elections-adjusted", "png")`) -] - ---- - -# How to adjust - -.box-inv-5.medium[Include term in regression] - -$$ -\begin{aligned} -\text{Win margin} =& \beta_0 + \beta_1 \text{Campaign money} +\\ -& \beta_2 \text{Candidate quality} + \varepsilon -\end{aligned} -$$ - -.center.float-left[ -.box-inv-5.medium[Matching] .box-inv-5.medium[Stratifying] - -.box-inv-5.medium.sp-before-half[Inverse probability weighting] -] - ---- - -# *d*-separation - -.pull-left[ -![](`r knitr::fig_chunk("confounding-dag-adjusted", "png")`) -] - -.pull-right[ -.box-inv-5.medium[If we control for **Z**,
    **X** and **Y** are now
    "*d*-separated" and the association is isolated!] - -] - ---- - -# Closing backdoors - -.pull-left-narrow[ -.box-inv-5[Block all backdoor paths to identify the main pathway you care about] -] - -.pull-right-wide[ -![](`r knitr::fig_chunk("edu-earn-full", "png")`) -] - ---- - -# All paths - -.pull-left.left[ -.box-5.smaller[Education → Earnings] - -.box-5.smaller[Education → Job connections → Earnings] - -.box-7.smaller[Education ← Background → Earnings] - -.box-7.smaller[Education ← Background ← U1 → Location → Earnings] - -.box-7.smaller[Education ← Location → Earnings] - -.box-7.smaller[Education ← Location ← U1 → Background → Earnings] - -.box-7.smaller[Education ← Year → Earnings] -] - -.pull-right[ -![](`r knitr::fig_chunk("edu-earn-full", "png")`) -] - ---- - -# All paths - -.pull-left-narrow[ -.box-inv-5[Adjust for **Location**, **Background** and **Year** to isolate the **Education → Earnings** causal effect] -] - -.pull-right-wide[ -```{r edu-earn-adjust, echo=FALSE, fig.width=4.5, fig.height=3, out.width="100%"} -dagify( - Earn ~ Edu + Year + Bkgd + Loc + JobCx, - Edu ~ Req + Loc + Bkgd + Year, - JobCx ~ Edu, - Bkgd ~ U1, - Loc ~ U1, - exposure = "Edu", - outcome = "Earn", - latent = "U1", - labels = c("Earn" = "Earnings", "Edu" = "Education", - "Year" = "Year", "Bkgd" = "Background", - "Loc" = "Location", "JobCx" = "Job connections", - "U1" = "Unobserved stuff"), - coords = edu_earn_coords) %>% - tidy_dagitty() %>% - node_status() %>% - adjust_for(c("Loc", "Bkgd", "Year")) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status, shape = adjusted), size = 14) + - geom_dag_text(color = "black", size = 5) + - scale_color_manual(values = c("#FF4136", "grey60", "#0074D9"), - na.value = "#7FDBFF") + - scale_shape_manual(values = c(15, 19)) + - guides(color = FALSE, shape = FALSE) + - theme_dag() -``` -] - ---- - -# Let the computer do this! - -.box-inv-5.large.sp-after-half[dagitty.net] - -.box-inv-5.large[The **ggdag** and **dagitty**
    packages in R] - ---- - -# How do you know if this is right? - -.pull-left-narrow[ -.box-inv-5[You can test the implications of the model to see if they're right in your data] - -$$ -X \perp Y\ |\ Z -$$ - -.box-5.small[X is independent of Y, given Z] -] - -.pull-right-wide[ -
    - Dagitty implications -
    -] - ---- - -# Causation - -.pull-left-wide[ -```{r causation-dag-big, echo=FALSE, fig.width=4.5, fig.height=3, out.width="100%"} -dagify( - Y ~ X + Z, - Z ~ X, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)) -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "grey80", size = 15) + - geom_dag_text(color = "black", size = 5) + - theme_dag() -``` -] - -.pull-right-narrow[ -.box-inv-5.medium[**X** causes **Y**] - -.box-inv-5.medium[**X** causes
    **Z** which causes **Y**] - -.box-5.medium[Should you control for **Z**?] -] - ---- - -# Causation - -.pull-left-wide[ -![](`r knitr::fig_chunk("causation-dag-big", "png")`) -] - -.pull-right-narrow[ -.box-5.medium[Should you control for **Z**?] - -.box-inv-5.medium[No!] - -.box-inv-5[Overcontrolling] -] - ---- - -# Causation and overcontrolling - -.pull-left-wide[ -![](`r knitr::fig_chunk("edu-earn-full", "png")`) -] - -.pull-right-narrow[ -.box-inv-5[Should you control for job connections?] -] - ---- - -# Colliders - -.pull-left-wide[ -```{r collider-dag-big, echo=FALSE, fig.width=4.5, fig.height=3, out.width="100%"} -dagify( - Y ~ X, - Z ~ Y, - Z ~ X, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)) -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "grey80", size = 15) + - geom_dag_text(color = "black", size = 5) + - theme_dag() -``` -] - -.pull-right-narrow[ -.box-inv-5.medium[**X** causes **Z**] - -.box-inv-5.medium[**Y** causes **Z**] - -.box-5.medium[Should you control for **Z**?] -] - ---- - -# Programming and social skills - -.box-inv-5.medium[Do programming skills reduce social skills?] - -.pull-left[ -```{r programming-social-skills, echo=FALSE, fig.width=5, fig.height=3, out.width="100%"} -dagify( - Y ~ X, - Z ~ Y, - Z ~ X, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)), - exposure = "X", - outcome = "Y", - labels = c("X" = "Programming skills", "Y" = "Social skills", - "Z" = "Hired by a tech company") -) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status), size = 15) + - geom_dag_text(color = "white", size = 5) + - geom_dag_label_repel(aes(label = label), nudge_y = c(0.25, 0.25, -0.25)) + - scale_color_manual(values = c("#FF4136", "#0074D9"), - na.value = "#7FDBFF") + - guides(color = FALSE) + - theme_dag() -``` -] - --- - -.pull-right[ -.box-5[You go to a tech company and conduct a survey. You find a negative relationship!
    Is it real?] -] - ---- - -# Programming and social skills - -.box-inv-5.medium[Do programming skills reduce social skills?] - -.pull-left[ -![](`r knitr::fig_chunk("programming-social-skills", "png")`) -] - -.pull-right[ -.box-5[No! **Hired by a tech company** is a collider and we controlled for it.] - -.box-5[This inadvertently connected the two.] -] - ---- - -layout: false - -.pull-left[ -.box-5.medium[Colliders can create
    fake causal effects] -] - -.pull-right[ -.box-5.medium[Colliders can hide
    real causal effects] -] - -```{r bulls-scores, echo=FALSE, fig.width=6, fig.height=3.3, out.width="50%"} -basketball <- read.csv(text = 'PointsPerGame,HeightInches - 20.8,75 - 17.6,81 - 12.7,78 - 10.9,76 - 10.7,83 - 10.1,75 - 9,81 - 8.8,82 - 8.8,84 - 8.7,81 - 5.5,75 - 5.5,73 - 3.9,81 - 2.3,84 - 2.1,81 - 1.8,77 - 1,74 - 0.5,80') - -ggplot(basketball, aes(x = HeightInches, y = PointsPerGame)) + - geom_point() + - geom_smooth() + - labs(x = "Height in Inches", - y = "Points Per Game", - title = "Chicago Bulls 2009-10") -# Data from Scott Andrews at StatCrunch -``` - -.center[ -.box-inv-5[Height is unrelated to basketball skill… among NBA players] -] - ---- - -layout: true -class: title title-5 - ---- - -# Colliders and selection bias - -```{r nba-dag, echo=FALSE, fig.width=5, fig.height=3, out.width="65%"} -dagify( - Y ~ X, - Z ~ Y, - Z ~ X, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)), - exposure = "X", - outcome = "Y", - labels = c("X" = "Height", "Y" = "Points scored", - "Z" = "Being in the NBA") -) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status), size = 15) + - geom_dag_text(color = "white", size = 5) + - geom_dag_label_repel(aes(label = label), nudge_y = c(0.25, 0.25, -0.25)) + - scale_color_manual(values = c("#FF4136", "#0074D9"), - na.value = "#7FDBFF") + - guides(color = FALSE) + - theme_dag() -``` - ---- - -# Three types of associations - -.pull-left-3[ -.box-5.medium[Confounding] - -![](`r knitr::fig_chunk("confounding-dag", "png")`) - -.box-inv-5.small[Common cause] -] - -.pull-middle-3[ -.box-5.medium[Causation] - -![](`r knitr::fig_chunk("mediation-dag", "png")`) - -.box-inv-5.small[Mediation] -] - -.pull-right-3[ -.box-5.medium[Collision] - -![](`r knitr::fig_chunk("collision-dag", "png")`) - -.box-inv-5.small[Selection /
    endogeneity] -] - diff --git a/slides/04_corr-exensiones.Rmd b/slides/04_corr-exensiones.Rmd new file mode 100644 index 00000000..900e469b --- /dev/null +++ b/slides/04_corr-exensiones.Rmd @@ -0,0 +1,926 @@ +--- +title: "Estadística Correlacional" +author: ".small[Juan Carlos Castillo

    Departamento de Sociología - UCH / COES

    ]" +date: "2do Sem 2023" +output: + xaringan::moon_reader: + css: "css/custom_2020.css" + includes: + after_body: "insert-logo.html" + lib_dir: libs + nature: + ratio: '16:9' + highlightStyle: dracula + highlightLines: true + countIncrementalSlides: false + beforeInit: "libs/macros.js" + seal: false # esto omite title slide automática +--- +class: front + + +```{r setup, include=FALSE, cache = FALSE} +library(knitr) +opts_chunk$set(warning=FALSE, + message=FALSE, + echo=TRUE, + comment = "", + cache = FALSE, fig.width=10, fig.height=8) +pacman::p_load(flipbookr, tidyverse, kableExtra) +``` + + + +```{r xaringanExtra, include=FALSE} +xaringanExtra::use_xaringan_extra(c("tile_view", "animate_css")) +xaringanExtra::use_scribble() +``` + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2023 +## [.orange[correlacional.netlify.com]](https:/correlacional.netlify.com) +] + + +.pull-right-narrow[ +.center[ +.content-block-gray[ +## Sesión 4: +## .orange[Tamaños de efecto, otros coeficientes y matrices]] +] +] +--- + +layout: true +class: animated, fadeIn + +--- +class: roja + +## Objetivos de la sesión de hoy + +### 1. Calcular e interpretar el coeficiente de determinación + +### 2. Aprender a interpretar los tamaños de efecto del coeficiente de correlación + + +### 3. Conocer, calcular e interpretar coeficientes de correlación alternativos para datos ordinales + +### 4. Reportar e interpretar matrices de correlación + +--- +class: middle center + +# Lectura: Field 205-244 Correlation + +--- +class: roja right + +# .black[Contenidos] + +.pull-left-narrow[ +] + +.pull-right-wide[ + +### .yellow[1- Resumen sesión anterior] + +### 2- Magnitud de la correlación + +### 3- Otros coeficientes de correlación + +### 4- Matrices de correlación + +] + +--- + + +```{r, echo=F} +# Datos ejemplo +id <- seq(1,8) +educ <-c(2,3,4,4,5,7,8,8) +ing <-c(1,3,3,5,4,7,9,11) +data <-data.frame(id,educ,ing) + +data$mean_educ <- mean(data$educ) +data$dif_m_educ <- data$educ-data$mean_educ +data$dif_m_educ2 <- (data$dif_m_educ)^2 +data$mean_ing <- mean(data$ing) +data$dif_m_ing <- data$ing-data$mean_ing +data$dif_m_ing2 <- (data$dif_m_ing)^2 +data$dif_xy <- + data$dif_m_educ* + data$dif_m_ing + + +``` + + + + +## Hacia la covarianza + +.pull-left[ +```{r, echo=FALSE} +ggplot( + data = data, + aes(y = educ, x = id)) + + geom_point() + + geom_hline(yintercept=5.12) + + annotate("text", x=7.5, y=4.8, + label="Prom Educ") + + geom_segment(aes(y=5.12, yend = educ, + xend=id, color = "resid")) + + scale_color_discrete(name="") + + theme(text = element_text(size = 20)) + + scale_y_continuous(breaks=seq(0,8,1)) + + scale_x_continuous(breaks=seq(0,8,1)) + +``` +.center[ +### Educación +] + +] +.pull-right[ +```{r, echo=FALSE} +ggplot( + data = data, + aes(y = ing, x = id)) + + geom_point() + + geom_hline(yintercept=5.375) + + annotate("text", x=7.5, y=4.8, + label="Prom Ing.") + + geom_segment(aes(y=5.375, yend = ing, + xend=id, color = "resid")) + + scale_color_discrete(name="") + + theme(text = element_text(size = 20)) + + scale_y_continuous(breaks=seq(0,12,1)) + + scale_x_continuous(breaks=seq(0,8,1)) + +``` +.center[ +### Ingreso +] + +] + +--- +# Covarianza + + +.pull-left[ +.center[ +### Varianza educación (x) + +$$\sigma_{edu}^{2}={\sum_{i=1}^{N}(x_{i}-\bar{x})^{2}\over {N - 1}}$$ +$$\sigma_{edu}^{2}={\sum_{i=1}^{N}(x_{i}-\bar{x})(x_{i}-\bar{x})\over {N - 1}}$$ + +] + + +] +.pull-right[ + +.center[ +### Varianza ingreso (y) + +$$\sigma_{ing}^{2}={\sum_{i=1}^{N}(y_{i}-\bar{y})^{2}\over {N - 1}}$$ +$$\sigma_{ing}^{2}={\sum_{i=1}^{N}(y_{i}-\bar{y})(y_{i}-\bar{y})\over {N - 1}}$$ + +] + +] + +-- +.content-box-red[ +$$Covarianza=cov(x,y) = \frac{\sum_{i=1}^{N}(x_i - \bar{x})(y_i - \bar{y})} {N-1}$$ +] + + +--- +## Cálculo correlación + +.pull-left[ +.small[ +```{r echo=FALSE} +data %>% select(educ,ing,dif_m_educ2,dif_m_ing2, dif_xy) %>% kbl(., digits = 2) %>% + scroll_box(width = "500px", height = "450px") +``` + +] +] + +.pull-right[ +$$r=\frac{\sum(x-\bar{x})(y-\bar{y})}{\sqrt{\sum(x-\bar{x})^{2} \sum(y-\bar{y})^{2}}}$$ + + +```{r} +sum(data$dif_xy); sum(data$dif_m_educ2);sum(data$dif_m_ing2) +``` + +] + +--- + +## Cálculo correlación +.pull-left[ + + +\begin{align*} +r &= \frac{\sum(x-\bar{x})(y-\bar{y})}{\sqrt{\sum(x-\bar{x})^{2} \sum(y-\bar{y})^{2}}} \\ \\ +&= \frac{51.625}{ \sqrt{36.875*79.875}} \\ \\ +&= \frac{51.625}{54.271} \\ \\ +&= 0.951 +\end{align*} + +] + +-- + +.pull-right[ + +```{r} +cor(data$educ,data$ing) +``` +] + +--- +# Nubes de puntos (scatterplot) + +.center[ +![](img/scatters4.png) +] +--- +class: roja + +## Interpretación + +- El coeficiente de correlación (de Pearson) es una medida de asociación lineal entre variables, que indica el sentido y la fuerza de la asociación + +-- + +- Varía entre +1 y -1, donde + + - valores .black[positivos] indican relación directa (aumenta una, aumenta la otra) + + - valores .black[negativos] indican relación inversa (aumenta una, disminuye la otra) + + +--- +class: roja right + +# .black[Contenidos] + +.pull-left-narrow[ +] + +.pull-right-wide[ + +### 1- Resumen sesión anterior + +### .yellow[2- Magnitud de la correlación] + +### 3- Otros coeficientes de correlación + +### 4- Matrices de correlación + +] + + +--- +.pull-left[ + +Si dos variables covarían, entonces .red[comparten varianza] +![](img/ingresoeduc.png) + +] + +-- + +.pull-right[ + +
    +
    +# .red[¿Cuánta varianza comparten? + +] +] +--- +# Estableciendo la varianza compartida + +.pull-left[ + +La varianza compartida puede pensarse como 1 - la varianza no compartida (o varianza única) + +La varianza no compartida se asocia al concepto de .red[residuos], es decir, la cantidad de varianza que no está contenida en la correlación + +] + +.pull-right[ +![](https://multivariada.netlify.app/slides/04-regsimple2/residuals.png) +] +--- +# Estableciendo la varianza compartida +.pull-left[ +Para poder obtener los residuos vamos a generar una .red[recta] que represente la asociación entre las variables. Esta es la recta de **regresión** 1 + +Esta recta nos permite obtener un valor estimado de $y$ para cada valor de $x$ +
    +
    +
    +
    +
    +
    +
    +
    +
    +.small[[1] Detalles próximo semestre] +] + +.pull-right[ + +```{r echo=FALSE, fig.width=8, fig.height=6} +ggplot(data, + aes(x=educ, y=ing)) + + geom_point( + colour = "red", + size = 5) + + theme(text = + element_text(size = 20))+ + stat_smooth(method = "lm", + se = FALSE, fullrange = T) +``` + +] + +--- +.pull-left[ +.small[ +```{r} +reg1 <- lm(ing ~ educ, data=data) +data$predict <-predict.lm(reg1) + +plot2 <-ggplot(data, + aes(x=educ, y=predict)) + + geom_point( + colour = "red", + size = 5) + + theme(text = + element_text(size = 20))+ + stat_smooth(method = "lm", + se = FALSE, fullrange = T) + + +``` +] +] +.pull-right[ +.small[ +```{r} +plot2 +``` +] + +] + +--- + +.center[ +![:scale 90%](img/resid_3.JPG) +] + +\begin{align*} +SS_{tot}&=SS_{reg} + SS_{error} \\ +\Sigma(y_i - \bar{y})^2&=\Sigma (\hat{y}_i-\bar{y})^2 +\Sigma(y_i-\hat{y}_i)^2 +\end{align*} + +--- +# Varianza compartida + +$$SS_{tot}=SS_{reg} + SS_{error}$$ + +-- + +$$\frac{SS_{tot}}{SS_{tot}}=\frac{SS_{reg}}{SS_{tot}} + \frac{SS_{error}}{SS_{tot}}$$ + +-- + +$$1=\frac{SS_{reg}}{SS_{tot}}+\frac{SS_{error}}{SS_{tot}}$$ + +$$\frac{SS_{reg}}{SS_{tot}}= 1- \frac{SS_{error}}{SS_{tot}}=R^2$$ + +--- +# ¿Qué relación tienen $R^2$ y $r$ (correlación)? + +.pull-left[ +$R^2=r^2$ + +Por lo tanto, en nuestro ejemplo: +.small[ +```{r} +cor(data$educ,data$ing) +``` +] +\begin{align*} +r&= 0.95 \\ +r^2&=0.95 ^2 \\ +r^2&=0.902 = R^2 +\end{align*} + +] +-- + +.pull-right[ +.content-box-red[ +Intepretación: + +_El porcentaje de varianza compartida entre educación e ingreso es de 90%._ + +_Es decir, ambas variables comparten el 90% de su varianza_ +]] +--- +# $R^2$ o coeficiente de determinación + +- ¿Cuánto de los ingresos se asocia a educación, y viceversa? + +-- + +- el $R^2$ + - es la proporción de la varianza de Y que se asocia a X + + - varía entre 0 y 1, y usualmente se expresa en porcentaje + +--- +# Criterios de Cohen para tamaños de efecto + +- El coeficiente de correlación $r$ de Pearson nos indica la dirección y la fuerza/intensidad de la asociación. + +- Pero, ¿qué nos dice el tamaño del coeficiente? Por ejemplo, si el coeficiente es 0.5, ¿esto es pequeño, mediano o grande? + +- Cohen (1988, 1992) sugiere una serie de criterios convencionales para clasificar efectos como pequeños, medianos o grandes. + +--- +class: center +![:scale 75%](img/cohen.png) +--- +class: middle + +## Para el caso de correlación de Pearson, Cohen sugiere: + +- tamaño de efecto .roja[pequeño]: alrededor de .red[0.10] + +- tamaño de efecto .roja[mediano]: alrededor de .red[0.30] + +- tamaño de efecto .roja[grande]: alrededor de .red[0.50] y más + + +--- +# Resumen + +- **Coeficiente de determinación** $R^2$: varianza compartida entre variables + +- **Tamaño de efecto:** valores convencionales para establecer si una magnitud es pequeña, mediana o grande. + +- Varianza compartida y tamaño de efecto son relevantes de reportar junto a la información de inferencia y significación estadística (próxima unidad) + +--- +class: roja right + +# .black[Contenidos] + +.pull-left-narrow[ +] + +.pull-right-wide[ + +### 1- Resumen sesión anterior + +### 2- Magnitud de la correlación + +### .yellow[3- Otros coeficientes de correlación] + +### 4- Matrices de correlación + +] + + +--- +# Coeficiente de correlación de Spearman + + - se utiliza para variables ordinales y/o cuando se se violan supuestos de distribución normal + + - es equivalente a la correlación de Pearson del ranking de las observaciones analizadas + + - es alta cuando las observaciones tienen un ranking similar + + +--- +# Cálculo Spearman + +- se le asigna un número de ranking a cada valor + +- el valor más bajo obtiene el mayor ranking, y el más alto el menor + +- en caso de valores repetidos se produce un "empate", y entonces el ranking se promedia. + +--- +# Ejemplo: variable Educación + +.medium[ +.pull-left-narrow[ +```{r} +data$educ +``` + +Como estos valores están ordenados de menor a mayor, entonces en principio los valores de ranking serían: + +`8 7 6 5 4 3 2 1`. +] + +.pull-right-wide[ + +
    +
    + +Pero, hay un par de empates + + - el valor 4 está repetido y corresponden a los ranking 6 y 5, por lo tanto a ambos se les asigna el promedio de estos rankings: 5,5 + + - lo mismo sucede con el valor 8 en los rankings 2 y 1, por lo tanto a ambos se les asigna el valor 1,5 ] + +] + +```{r, include=FALSE} +data_spr <- data %>% select (educ, ing) %>% mutate(., educ_rank=c(8,7,5.5,5.5,4,3,1.5,1.5)) %>% mutate(., ing_rank=c(8,6.5,6.5,4,5,3,2,1)) +``` + +--- + +`r chunk_reveal(chunk_name="spearman")` + +```{r spearman, include=FALSE, echo=F} +data %>% + select (educ, ing) %>% + mutate(., educ_rank=c(8,7,5.5,5.5,4,3,1.5,1.5)) %>% + mutate(., ing_rank=c(8,6.5,6.5,4,5,3,2,1)) + +cor(data_spr$educ_rank, data_spr$ing_rank) +``` + + +--- +Cálculo directo en `R`: + +```{r} +cor.test(data$educ, data$ing, "two.sided", "spearman") +``` + + +--- +# Coeficiente de correlación Tau de Kendall + +.pull-left[ +- Recomendado cuando hay un set de datos pequeños y/o cuando hay mucha repetición de observaciones en el mismo ranking + +- Se basa en una comparación de pares de observaciones concordantes y discordantes + +] + +-- + +.pull-right[ + +En `R`: + +.small[ +```{r echo=TRUE} +cor.test(data$educ, data$ing, + "two.sided", + "kendall") +``` +] +] + +--- +class: inverse +## Recomendaciones generales + +- Pearson es el coeficiente de correlación por defecto + +- En caso de datos en escala de medición ordinal se puede aplicar Spearman (aunque Pearson es también aceptado en este contexto). + +- Kendall se reporta en casos muy específicos donde hay un set de datos pequeños y repetición de observaciones en el mismo ranking ("empates") + + +--- +class: roja right + +# .black[Contenidos] + +.pull-left-narrow[ +] + +.pull-right-wide[ + +### 1- Resumen sesión anterior + +### 2- Magnitud de la correlación + +### 3- Otros coeficientes de correlación + +### .yellow[4- Matrices de correlación] + +] + + +--- +# Matriz de correlación + +- una matriz de correlación se conforma cuando se representa simultaneamente más de un par de asociaciones bivariadas + +- por ejemplo, si agregamos la variable edad a nuestra base de datos: + +```{r} +data$edad <- c(50, 65, 27, 15, 40, 22, 25, 38) +``` + +Tenemos .red[3 variables], y por lo tanto los siguentes pares de correlaciones posibles: ingreso-educación, ingreso-edad, y educación-edad + + +--- + +`r chunk_reveal(chunk_name="matriz1")` + +```{r matriz1, include=FALSE, echo=F} +cor_mat <- data %>% + select(educ, ing, edad) %>% + cor(.) +cor_mat +round(cor_mat, 3) +sjPlot::tab_corr(cor_mat) +``` + + +--- +# Matriz de correlaciones + +- tabla de doble entrada donde las variables se presentan tanto en las filas como en las columnas + +- el coeficiente de correlación correspondiente al par de variables aparece en la intersección de las columnas + +- existe información redundante + + - las correlaciones se repiten, dado que las variables se intersectan dos veces en la tabla + - la diagonal tiene solo unos (1), ya que es la correlación de la variable consigo misma + +--- + +`r chunk_reveal(chunk_name="matriz2", title="# Ajustando tabla sjPlot::tab_corr" )` + +```{r matriz2, include=FALSE, echo=F} + +sjPlot::tab_corr(cor_mat, + triangle = "lower", + title = "Tabla de correlaciones del ejemplo" + ) +``` + +--- + +`r chunk_reveal(chunk_name="matriz3", title="# Matriz con librería corrplot")` + +```{r matriz3, eval = F, echo = F} +library(corrplot) +corrplot(cor_mat) +``` + +--- + +`r chunk_reveal(chunk_name="matriz31", title="# Matriz con librería corrplot")` + +```{r matriz31, eval = F, echo = F} +corrplot(cor_mat, + method = 'number') +``` + +--- + +`r chunk_reveal(chunk_name="matriz4", title="# corrplot")` + +```{r matriz4, eval = F, echo = F, fig.width=2, fig.height=2} +corrplot(cor_mat, + method = 'number', + type = 'lower', + number.cex = 3, + tl.cex = 3, + diag = FALSE) +``` + +--- + +`r chunk_reveal(chunk_name="matriz5", title="# corrplot.mixed")` + +```{r matriz5, eval = F, echo = F, fig.width=2, fig.height=2} +corrplot.mixed(cor_mat, + lower = "number", + upper = "circle", + number.cex = 3, + tl.cex = 3, + diag = "n") +``` + +--- + +`r chunk_reveal(chunk_name="matriz6", title="# corrplot.mixed")` + +```{r matriz6, eval = F, echo = F, fig.width=2, fig.height=2} +corrplot(cor_mat, + type = "lower", + addCoef.col = 'white', + number.cex = 3, + tl.cex = 3, + diag = FALSE) +``` + +--- + +`r chunk_reveal(chunk_name="matriz7", title="# corrplot.mixed")` + +```{r matriz7, eval = F, echo = F, fig.width=2, fig.height=2} +corrplot(cor_mat, + type = "lower", + addCoef.col = 'white', + number.cex = 3, + tl.cex = 3, + diag = FALSE, + method = 'square') +``` + +--- +# Consideraciones sobre casos perdidos + +- Cuando hay casos perdidos en las variables, ¿cuál es el número de casos de la matriz de correlaciones? + +- Las correlaciones bivariadas se calculan con información completa, por lo tanto si hay un dato perdido en una de las variables se elimina el caso completo + +- Algunas funciones lo hacen de manera automática, en otras hay que especificarlo previamente + +--- +# Ejemplo + +Agreguemos un caso perdido (NA en R) a una de nuestras variables + +```{r} +data$edad +data$edad <-replace(data$edad, data$edad==15, NA) +data$edad +``` + +--- +.medium[ +```{r} +cormat_NA <- data %>% select(educ, ing, edad) %>% cor(.) +round(cormat_NA,3) +``` +```{r} +cormat_listwise <- data %>% select(educ, ing, edad) %>% + cor(., use = "complete.obs") +round(cormat_listwise, 3) +``` +] + + +--- +# Eliminación de casos perdidos por lista (o listwise) + +- las correlaciones bivariadas requieren eliminación de casos perdidos tipo listwise, es decir, si hay un dato perdido en una variable se pierde el caso completo + +- Para conocer el número de casos con que se calculó la matriz: + +.medium[ +```{r} +sum(complete.cases(data)) +``` +] + +Por lo tanto, en el cálculo se perdió el caso o fila completa de la base (de 8 casos) que tenía el caso perdido. + +--- +# Eliminación de casos perdidos por pares (o pairwise) + +- en el caso de las matrices de correlaciones es posible tomar la opción .red[pairwise] para casos perdidos + +- pairwise quiere decir que se eliminan los casos perdidos solo cuando afectan al cálculo de un par específico. + +- en el caso de nuestro ejemplo, si consideramos listwise todas las correlaciones tienen 7 casos, pero con pairwise la correlación entre educación e ingreso mantendría 8 casos. + +- por lo tanto, pairwise permite mayor rescate de información y mayor N en el cálculo de matrices de correlaciones + +--- +# Opción pairwise en correlación en R + +```{r} +data %>% select(educ, ing, edad) %>% + cor(., use = "pairwise") +``` +En este caso vemos una leve variación en el coeficiente comprometido (educ-ing) comparando listwise con pairwise + + +--- +# Número de casos pairwise +```{r} +data %>% select(educ,ing,edad) %>% psych::pairwiseCount() +``` +Se indica que en las correlaciones con edad se utilizaron 7 casos, mientras en la correlación entre ingreso y educación se utilizan 8 casos con el método pairwise + + +--- +class: inverse +## Resumen + +.medium[ +- Reporte de correlación: además de reportar la intensidad y el sentido, acompañar reporte de tamaño de efecto y varianza compartida $R^2$ + +- Correlación de Spearman: apropiada para variables ordinales, equivale a la correlación de Pearson del ranking de las variables + +- Matriz de correlaciones: forma tradicional de reporte de asociaciones de las variables de una investigación, importante considerar tratamiento de datos perdidos (listwise o pairwise) +] + +--- + +# ASISTENCIA + +.pull-left[ + +![:scale 90%](img/qr-correlacional-asistencia.png) +] + +.pull-right[ +
    +
    +
    +
    +
    +bit.ly/correlacional-asistencia +] +--- +class: front + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2023 +## [.orange[correlacional.netlify.com]](https://encuestas-sociales.netlify.com) +] + + + + + +```{css, eval = FALSE, echo = FALSE} +.remark-code{line-height: 1.5; font-size: 80%} + +@media print { + .has-continuation { + display: block; + } +} + +code.r.hljs.remark-code{ + position: relative; + overflow-x: hidden; +} + + +code.r.hljs.remark-code:hover{ + overflow-x:visible; + width: 500px; + border-style: solid; +} +``` + + + + diff --git a/slides/04_corr-exensiones.html b/slides/04_corr-exensiones.html new file mode 100644 index 00000000..1dc4e4d5 --- /dev/null +++ b/slides/04_corr-exensiones.html @@ -0,0 +1,1851 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-2-1.png b/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-2-1.png new file mode 100644 index 00000000..e0f4fb9c Binary files /dev/null and b/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-2-1.png differ diff --git a/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-3-1.png b/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 00000000..e6479f86 Binary files /dev/null and b/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-7-1.png b/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 00000000..4f95b1d0 Binary files /dev/null and b/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-9-1.png b/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..6e5b33d1 Binary files /dev/null and b/slides/04_corr-exensiones_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/slides/04_corr-extensiones.Rmd b/slides/04_corr-extensiones.Rmd new file mode 100644 index 00000000..900e469b --- /dev/null +++ b/slides/04_corr-extensiones.Rmd @@ -0,0 +1,926 @@ +--- +title: "Estadística Correlacional" +author: ".small[Juan Carlos Castillo

    Departamento de Sociología - UCH / COES

    ]" +date: "2do Sem 2023" +output: + xaringan::moon_reader: + css: "css/custom_2020.css" + includes: + after_body: "insert-logo.html" + lib_dir: libs + nature: + ratio: '16:9' + highlightStyle: dracula + highlightLines: true + countIncrementalSlides: false + beforeInit: "libs/macros.js" + seal: false # esto omite title slide automática +--- +class: front + + +```{r setup, include=FALSE, cache = FALSE} +library(knitr) +opts_chunk$set(warning=FALSE, + message=FALSE, + echo=TRUE, + comment = "", + cache = FALSE, fig.width=10, fig.height=8) +pacman::p_load(flipbookr, tidyverse, kableExtra) +``` + + + +```{r xaringanExtra, include=FALSE} +xaringanExtra::use_xaringan_extra(c("tile_view", "animate_css")) +xaringanExtra::use_scribble() +``` + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2023 +## [.orange[correlacional.netlify.com]](https:/correlacional.netlify.com) +] + + +.pull-right-narrow[ +.center[ +.content-block-gray[ +## Sesión 4: +## .orange[Tamaños de efecto, otros coeficientes y matrices]] +] +] +--- + +layout: true +class: animated, fadeIn + +--- +class: roja + +## Objetivos de la sesión de hoy + +### 1. Calcular e interpretar el coeficiente de determinación + +### 2. Aprender a interpretar los tamaños de efecto del coeficiente de correlación + + +### 3. Conocer, calcular e interpretar coeficientes de correlación alternativos para datos ordinales + +### 4. Reportar e interpretar matrices de correlación + +--- +class: middle center + +# Lectura: Field 205-244 Correlation + +--- +class: roja right + +# .black[Contenidos] + +.pull-left-narrow[ +] + +.pull-right-wide[ + +### .yellow[1- Resumen sesión anterior] + +### 2- Magnitud de la correlación + +### 3- Otros coeficientes de correlación + +### 4- Matrices de correlación + +] + +--- + + +```{r, echo=F} +# Datos ejemplo +id <- seq(1,8) +educ <-c(2,3,4,4,5,7,8,8) +ing <-c(1,3,3,5,4,7,9,11) +data <-data.frame(id,educ,ing) + +data$mean_educ <- mean(data$educ) +data$dif_m_educ <- data$educ-data$mean_educ +data$dif_m_educ2 <- (data$dif_m_educ)^2 +data$mean_ing <- mean(data$ing) +data$dif_m_ing <- data$ing-data$mean_ing +data$dif_m_ing2 <- (data$dif_m_ing)^2 +data$dif_xy <- + data$dif_m_educ* + data$dif_m_ing + + +``` + + + + +## Hacia la covarianza + +.pull-left[ +```{r, echo=FALSE} +ggplot( + data = data, + aes(y = educ, x = id)) + + geom_point() + + geom_hline(yintercept=5.12) + + annotate("text", x=7.5, y=4.8, + label="Prom Educ") + + geom_segment(aes(y=5.12, yend = educ, + xend=id, color = "resid")) + + scale_color_discrete(name="") + + theme(text = element_text(size = 20)) + + scale_y_continuous(breaks=seq(0,8,1)) + + scale_x_continuous(breaks=seq(0,8,1)) + +``` +.center[ +### Educación +] + +] +.pull-right[ +```{r, echo=FALSE} +ggplot( + data = data, + aes(y = ing, x = id)) + + geom_point() + + geom_hline(yintercept=5.375) + + annotate("text", x=7.5, y=4.8, + label="Prom Ing.") + + geom_segment(aes(y=5.375, yend = ing, + xend=id, color = "resid")) + + scale_color_discrete(name="") + + theme(text = element_text(size = 20)) + + scale_y_continuous(breaks=seq(0,12,1)) + + scale_x_continuous(breaks=seq(0,8,1)) + +``` +.center[ +### Ingreso +] + +] + +--- +# Covarianza + + +.pull-left[ +.center[ +### Varianza educación (x) + +$$\sigma_{edu}^{2}={\sum_{i=1}^{N}(x_{i}-\bar{x})^{2}\over {N - 1}}$$ +$$\sigma_{edu}^{2}={\sum_{i=1}^{N}(x_{i}-\bar{x})(x_{i}-\bar{x})\over {N - 1}}$$ + +] + + +] +.pull-right[ + +.center[ +### Varianza ingreso (y) + +$$\sigma_{ing}^{2}={\sum_{i=1}^{N}(y_{i}-\bar{y})^{2}\over {N - 1}}$$ +$$\sigma_{ing}^{2}={\sum_{i=1}^{N}(y_{i}-\bar{y})(y_{i}-\bar{y})\over {N - 1}}$$ + +] + +] + +-- +.content-box-red[ +$$Covarianza=cov(x,y) = \frac{\sum_{i=1}^{N}(x_i - \bar{x})(y_i - \bar{y})} {N-1}$$ +] + + +--- +## Cálculo correlación + +.pull-left[ +.small[ +```{r echo=FALSE} +data %>% select(educ,ing,dif_m_educ2,dif_m_ing2, dif_xy) %>% kbl(., digits = 2) %>% + scroll_box(width = "500px", height = "450px") +``` + +] +] + +.pull-right[ +$$r=\frac{\sum(x-\bar{x})(y-\bar{y})}{\sqrt{\sum(x-\bar{x})^{2} \sum(y-\bar{y})^{2}}}$$ + + +```{r} +sum(data$dif_xy); sum(data$dif_m_educ2);sum(data$dif_m_ing2) +``` + +] + +--- + +## Cálculo correlación +.pull-left[ + + +\begin{align*} +r &= \frac{\sum(x-\bar{x})(y-\bar{y})}{\sqrt{\sum(x-\bar{x})^{2} \sum(y-\bar{y})^{2}}} \\ \\ +&= \frac{51.625}{ \sqrt{36.875*79.875}} \\ \\ +&= \frac{51.625}{54.271} \\ \\ +&= 0.951 +\end{align*} + +] + +-- + +.pull-right[ + +```{r} +cor(data$educ,data$ing) +``` +] + +--- +# Nubes de puntos (scatterplot) + +.center[ +![](img/scatters4.png) +] +--- +class: roja + +## Interpretación + +- El coeficiente de correlación (de Pearson) es una medida de asociación lineal entre variables, que indica el sentido y la fuerza de la asociación + +-- + +- Varía entre +1 y -1, donde + + - valores .black[positivos] indican relación directa (aumenta una, aumenta la otra) + + - valores .black[negativos] indican relación inversa (aumenta una, disminuye la otra) + + +--- +class: roja right + +# .black[Contenidos] + +.pull-left-narrow[ +] + +.pull-right-wide[ + +### 1- Resumen sesión anterior + +### .yellow[2- Magnitud de la correlación] + +### 3- Otros coeficientes de correlación + +### 4- Matrices de correlación + +] + + +--- +.pull-left[ + +Si dos variables covarían, entonces .red[comparten varianza] +![](img/ingresoeduc.png) + +] + +-- + +.pull-right[ + +
    +
    +# .red[¿Cuánta varianza comparten? + +] +] +--- +# Estableciendo la varianza compartida + +.pull-left[ + +La varianza compartida puede pensarse como 1 - la varianza no compartida (o varianza única) + +La varianza no compartida se asocia al concepto de .red[residuos], es decir, la cantidad de varianza que no está contenida en la correlación + +] + +.pull-right[ +![](https://multivariada.netlify.app/slides/04-regsimple2/residuals.png) +] +--- +# Estableciendo la varianza compartida +.pull-left[ +Para poder obtener los residuos vamos a generar una .red[recta] que represente la asociación entre las variables. Esta es la recta de **regresión** 1 + +Esta recta nos permite obtener un valor estimado de $y$ para cada valor de $x$ +
    +
    +
    +
    +
    +
    +
    +
    +
    +.small[[1] Detalles próximo semestre] +] + +.pull-right[ + +```{r echo=FALSE, fig.width=8, fig.height=6} +ggplot(data, + aes(x=educ, y=ing)) + + geom_point( + colour = "red", + size = 5) + + theme(text = + element_text(size = 20))+ + stat_smooth(method = "lm", + se = FALSE, fullrange = T) +``` + +] + +--- +.pull-left[ +.small[ +```{r} +reg1 <- lm(ing ~ educ, data=data) +data$predict <-predict.lm(reg1) + +plot2 <-ggplot(data, + aes(x=educ, y=predict)) + + geom_point( + colour = "red", + size = 5) + + theme(text = + element_text(size = 20))+ + stat_smooth(method = "lm", + se = FALSE, fullrange = T) + + +``` +] +] +.pull-right[ +.small[ +```{r} +plot2 +``` +] + +] + +--- + +.center[ +![:scale 90%](img/resid_3.JPG) +] + +\begin{align*} +SS_{tot}&=SS_{reg} + SS_{error} \\ +\Sigma(y_i - \bar{y})^2&=\Sigma (\hat{y}_i-\bar{y})^2 +\Sigma(y_i-\hat{y}_i)^2 +\end{align*} + +--- +# Varianza compartida + +$$SS_{tot}=SS_{reg} + SS_{error}$$ + +-- + +$$\frac{SS_{tot}}{SS_{tot}}=\frac{SS_{reg}}{SS_{tot}} + \frac{SS_{error}}{SS_{tot}}$$ + +-- + +$$1=\frac{SS_{reg}}{SS_{tot}}+\frac{SS_{error}}{SS_{tot}}$$ + +$$\frac{SS_{reg}}{SS_{tot}}= 1- \frac{SS_{error}}{SS_{tot}}=R^2$$ + +--- +# ¿Qué relación tienen $R^2$ y $r$ (correlación)? + +.pull-left[ +$R^2=r^2$ + +Por lo tanto, en nuestro ejemplo: +.small[ +```{r} +cor(data$educ,data$ing) +``` +] +\begin{align*} +r&= 0.95 \\ +r^2&=0.95 ^2 \\ +r^2&=0.902 = R^2 +\end{align*} + +] +-- + +.pull-right[ +.content-box-red[ +Intepretación: + +_El porcentaje de varianza compartida entre educación e ingreso es de 90%._ + +_Es decir, ambas variables comparten el 90% de su varianza_ +]] +--- +# $R^2$ o coeficiente de determinación + +- ¿Cuánto de los ingresos se asocia a educación, y viceversa? + +-- + +- el $R^2$ + - es la proporción de la varianza de Y que se asocia a X + + - varía entre 0 y 1, y usualmente se expresa en porcentaje + +--- +# Criterios de Cohen para tamaños de efecto + +- El coeficiente de correlación $r$ de Pearson nos indica la dirección y la fuerza/intensidad de la asociación. + +- Pero, ¿qué nos dice el tamaño del coeficiente? Por ejemplo, si el coeficiente es 0.5, ¿esto es pequeño, mediano o grande? + +- Cohen (1988, 1992) sugiere una serie de criterios convencionales para clasificar efectos como pequeños, medianos o grandes. + +--- +class: center +![:scale 75%](img/cohen.png) +--- +class: middle + +## Para el caso de correlación de Pearson, Cohen sugiere: + +- tamaño de efecto .roja[pequeño]: alrededor de .red[0.10] + +- tamaño de efecto .roja[mediano]: alrededor de .red[0.30] + +- tamaño de efecto .roja[grande]: alrededor de .red[0.50] y más + + +--- +# Resumen + +- **Coeficiente de determinación** $R^2$: varianza compartida entre variables + +- **Tamaño de efecto:** valores convencionales para establecer si una magnitud es pequeña, mediana o grande. + +- Varianza compartida y tamaño de efecto son relevantes de reportar junto a la información de inferencia y significación estadística (próxima unidad) + +--- +class: roja right + +# .black[Contenidos] + +.pull-left-narrow[ +] + +.pull-right-wide[ + +### 1- Resumen sesión anterior + +### 2- Magnitud de la correlación + +### .yellow[3- Otros coeficientes de correlación] + +### 4- Matrices de correlación + +] + + +--- +# Coeficiente de correlación de Spearman + + - se utiliza para variables ordinales y/o cuando se se violan supuestos de distribución normal + + - es equivalente a la correlación de Pearson del ranking de las observaciones analizadas + + - es alta cuando las observaciones tienen un ranking similar + + +--- +# Cálculo Spearman + +- se le asigna un número de ranking a cada valor + +- el valor más bajo obtiene el mayor ranking, y el más alto el menor + +- en caso de valores repetidos se produce un "empate", y entonces el ranking se promedia. + +--- +# Ejemplo: variable Educación + +.medium[ +.pull-left-narrow[ +```{r} +data$educ +``` + +Como estos valores están ordenados de menor a mayor, entonces en principio los valores de ranking serían: + +`8 7 6 5 4 3 2 1`. +] + +.pull-right-wide[ + +
    +
    + +Pero, hay un par de empates + + - el valor 4 está repetido y corresponden a los ranking 6 y 5, por lo tanto a ambos se les asigna el promedio de estos rankings: 5,5 + + - lo mismo sucede con el valor 8 en los rankings 2 y 1, por lo tanto a ambos se les asigna el valor 1,5 ] + +] + +```{r, include=FALSE} +data_spr <- data %>% select (educ, ing) %>% mutate(., educ_rank=c(8,7,5.5,5.5,4,3,1.5,1.5)) %>% mutate(., ing_rank=c(8,6.5,6.5,4,5,3,2,1)) +``` + +--- + +`r chunk_reveal(chunk_name="spearman")` + +```{r spearman, include=FALSE, echo=F} +data %>% + select (educ, ing) %>% + mutate(., educ_rank=c(8,7,5.5,5.5,4,3,1.5,1.5)) %>% + mutate(., ing_rank=c(8,6.5,6.5,4,5,3,2,1)) + +cor(data_spr$educ_rank, data_spr$ing_rank) +``` + + +--- +Cálculo directo en `R`: + +```{r} +cor.test(data$educ, data$ing, "two.sided", "spearman") +``` + + +--- +# Coeficiente de correlación Tau de Kendall + +.pull-left[ +- Recomendado cuando hay un set de datos pequeños y/o cuando hay mucha repetición de observaciones en el mismo ranking + +- Se basa en una comparación de pares de observaciones concordantes y discordantes + +] + +-- + +.pull-right[ + +En `R`: + +.small[ +```{r echo=TRUE} +cor.test(data$educ, data$ing, + "two.sided", + "kendall") +``` +] +] + +--- +class: inverse +## Recomendaciones generales + +- Pearson es el coeficiente de correlación por defecto + +- En caso de datos en escala de medición ordinal se puede aplicar Spearman (aunque Pearson es también aceptado en este contexto). + +- Kendall se reporta en casos muy específicos donde hay un set de datos pequeños y repetición de observaciones en el mismo ranking ("empates") + + +--- +class: roja right + +# .black[Contenidos] + +.pull-left-narrow[ +] + +.pull-right-wide[ + +### 1- Resumen sesión anterior + +### 2- Magnitud de la correlación + +### 3- Otros coeficientes de correlación + +### .yellow[4- Matrices de correlación] + +] + + +--- +# Matriz de correlación + +- una matriz de correlación se conforma cuando se representa simultaneamente más de un par de asociaciones bivariadas + +- por ejemplo, si agregamos la variable edad a nuestra base de datos: + +```{r} +data$edad <- c(50, 65, 27, 15, 40, 22, 25, 38) +``` + +Tenemos .red[3 variables], y por lo tanto los siguentes pares de correlaciones posibles: ingreso-educación, ingreso-edad, y educación-edad + + +--- + +`r chunk_reveal(chunk_name="matriz1")` + +```{r matriz1, include=FALSE, echo=F} +cor_mat <- data %>% + select(educ, ing, edad) %>% + cor(.) +cor_mat +round(cor_mat, 3) +sjPlot::tab_corr(cor_mat) +``` + + +--- +# Matriz de correlaciones + +- tabla de doble entrada donde las variables se presentan tanto en las filas como en las columnas + +- el coeficiente de correlación correspondiente al par de variables aparece en la intersección de las columnas + +- existe información redundante + + - las correlaciones se repiten, dado que las variables se intersectan dos veces en la tabla + - la diagonal tiene solo unos (1), ya que es la correlación de la variable consigo misma + +--- + +`r chunk_reveal(chunk_name="matriz2", title="# Ajustando tabla sjPlot::tab_corr" )` + +```{r matriz2, include=FALSE, echo=F} + +sjPlot::tab_corr(cor_mat, + triangle = "lower", + title = "Tabla de correlaciones del ejemplo" + ) +``` + +--- + +`r chunk_reveal(chunk_name="matriz3", title="# Matriz con librería corrplot")` + +```{r matriz3, eval = F, echo = F} +library(corrplot) +corrplot(cor_mat) +``` + +--- + +`r chunk_reveal(chunk_name="matriz31", title="# Matriz con librería corrplot")` + +```{r matriz31, eval = F, echo = F} +corrplot(cor_mat, + method = 'number') +``` + +--- + +`r chunk_reveal(chunk_name="matriz4", title="# corrplot")` + +```{r matriz4, eval = F, echo = F, fig.width=2, fig.height=2} +corrplot(cor_mat, + method = 'number', + type = 'lower', + number.cex = 3, + tl.cex = 3, + diag = FALSE) +``` + +--- + +`r chunk_reveal(chunk_name="matriz5", title="# corrplot.mixed")` + +```{r matriz5, eval = F, echo = F, fig.width=2, fig.height=2} +corrplot.mixed(cor_mat, + lower = "number", + upper = "circle", + number.cex = 3, + tl.cex = 3, + diag = "n") +``` + +--- + +`r chunk_reveal(chunk_name="matriz6", title="# corrplot.mixed")` + +```{r matriz6, eval = F, echo = F, fig.width=2, fig.height=2} +corrplot(cor_mat, + type = "lower", + addCoef.col = 'white', + number.cex = 3, + tl.cex = 3, + diag = FALSE) +``` + +--- + +`r chunk_reveal(chunk_name="matriz7", title="# corrplot.mixed")` + +```{r matriz7, eval = F, echo = F, fig.width=2, fig.height=2} +corrplot(cor_mat, + type = "lower", + addCoef.col = 'white', + number.cex = 3, + tl.cex = 3, + diag = FALSE, + method = 'square') +``` + +--- +# Consideraciones sobre casos perdidos + +- Cuando hay casos perdidos en las variables, ¿cuál es el número de casos de la matriz de correlaciones? + +- Las correlaciones bivariadas se calculan con información completa, por lo tanto si hay un dato perdido en una de las variables se elimina el caso completo + +- Algunas funciones lo hacen de manera automática, en otras hay que especificarlo previamente + +--- +# Ejemplo + +Agreguemos un caso perdido (NA en R) a una de nuestras variables + +```{r} +data$edad +data$edad <-replace(data$edad, data$edad==15, NA) +data$edad +``` + +--- +.medium[ +```{r} +cormat_NA <- data %>% select(educ, ing, edad) %>% cor(.) +round(cormat_NA,3) +``` +```{r} +cormat_listwise <- data %>% select(educ, ing, edad) %>% + cor(., use = "complete.obs") +round(cormat_listwise, 3) +``` +] + + +--- +# Eliminación de casos perdidos por lista (o listwise) + +- las correlaciones bivariadas requieren eliminación de casos perdidos tipo listwise, es decir, si hay un dato perdido en una variable se pierde el caso completo + +- Para conocer el número de casos con que se calculó la matriz: + +.medium[ +```{r} +sum(complete.cases(data)) +``` +] + +Por lo tanto, en el cálculo se perdió el caso o fila completa de la base (de 8 casos) que tenía el caso perdido. + +--- +# Eliminación de casos perdidos por pares (o pairwise) + +- en el caso de las matrices de correlaciones es posible tomar la opción .red[pairwise] para casos perdidos + +- pairwise quiere decir que se eliminan los casos perdidos solo cuando afectan al cálculo de un par específico. + +- en el caso de nuestro ejemplo, si consideramos listwise todas las correlaciones tienen 7 casos, pero con pairwise la correlación entre educación e ingreso mantendría 8 casos. + +- por lo tanto, pairwise permite mayor rescate de información y mayor N en el cálculo de matrices de correlaciones + +--- +# Opción pairwise en correlación en R + +```{r} +data %>% select(educ, ing, edad) %>% + cor(., use = "pairwise") +``` +En este caso vemos una leve variación en el coeficiente comprometido (educ-ing) comparando listwise con pairwise + + +--- +# Número de casos pairwise +```{r} +data %>% select(educ,ing,edad) %>% psych::pairwiseCount() +``` +Se indica que en las correlaciones con edad se utilizaron 7 casos, mientras en la correlación entre ingreso y educación se utilizan 8 casos con el método pairwise + + +--- +class: inverse +## Resumen + +.medium[ +- Reporte de correlación: además de reportar la intensidad y el sentido, acompañar reporte de tamaño de efecto y varianza compartida $R^2$ + +- Correlación de Spearman: apropiada para variables ordinales, equivale a la correlación de Pearson del ranking de las variables + +- Matriz de correlaciones: forma tradicional de reporte de asociaciones de las variables de una investigación, importante considerar tratamiento de datos perdidos (listwise o pairwise) +] + +--- + +# ASISTENCIA + +.pull-left[ + +![:scale 90%](img/qr-correlacional-asistencia.png) +] + +.pull-right[ +
    +
    +
    +
    +
    +bit.ly/correlacional-asistencia +] +--- +class: front + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2023 +## [.orange[correlacional.netlify.com]](https://encuestas-sociales.netlify.com) +] + + + + + +```{css, eval = FALSE, echo = FALSE} +.remark-code{line-height: 1.5; font-size: 80%} + +@media print { + .has-continuation { + display: block; + } +} + +code.r.hljs.remark-code{ + position: relative; + overflow-x: hidden; +} + + +code.r.hljs.remark-code:hover{ + overflow-x:visible; + width: 500px; + border-style: solid; +} +``` + + + + diff --git a/slides/04_corr-extensiones.html b/slides/04_corr-extensiones.html new file mode 100644 index 00000000..10fdef37 --- /dev/null +++ b/slides/04_corr-extensiones.html @@ -0,0 +1,1851 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-2-1.png b/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-2-1.png new file mode 100644 index 00000000..e0f4fb9c Binary files /dev/null and b/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-2-1.png differ diff --git a/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-3-1.png b/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 00000000..e6479f86 Binary files /dev/null and b/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-7-1.png b/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 00000000..4f95b1d0 Binary files /dev/null and b/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-9-1.png b/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..6e5b33d1 Binary files /dev/null and b/slides/04_corr-extensiones_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/slides/05-class.Rmd b/slides/05-class.Rmd deleted file mode 100644 index bc4c9e13..00000000 --- a/slides/05-class.Rmd +++ /dev/null @@ -1,986 +0,0 @@ ---- -title: "Class 5: DAGs, do()ing stuff, and measuring stuff" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(ggdag) -library(palmerpenguins) -library(modelsummary) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-3 - -# In-person
    session 5 - -.class-info[ - -**February 9, 2023** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-5.medium.sp-after-half[DAGs] - --- - -.box-6.medium.sp-after-half[Logic models, DAGs, and measurement] - --- - -.box-2.medium.sp-after-half[Potential outcomes vs. do() notation] - --- - -.box-4.medium.sp-after-half[do-calculus, adjustment, and CATEs] - ---- - -layout: false -name: dags -class: center middle section-title section-title-5 animated fadeIn - -# DAGs - ---- - -layout: true -class: middle - ---- - -.box-5.large[Causal thinking is necessary—
    even for descriptive work!] - ---- - -.center[ - -
    - Supercentenarians -
    - -] - -??? - -Necessity of causal thinking: Mention the McElreath tweet on birth certificate introduction and death ages: - - - ---- - -layout: false - -.box-5.less-medium["Every time I get a haircut, I become more mature!"] - -
    - Benjamin haircut -
    - ---- - -.box-5.less-medium["Every time I get a haircut, I become more mature!"] - -```{r echo=FALSE, fig.width=5, fig.height=2, out.width="70%", fig.align="center"} -set.seed(1234) -dagify( - Y ~ X, - coords = list(x = c(X = 1, Y = 3), - y = c(X = 1, Y = 1)), - exposure = "X", - outcome = "Y", - labels = c("X" = "Haircut", "Y" = "Maturity") -) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status), size = 15) + - geom_dag_text(color = "white", size = 5) + - geom_dag_text(aes(label = label), nudge_y = 0.1, - size = 5, color = "black") + - scale_color_manual(values = c("#FF4136", "#0074D9"), - na.value = "#7FDBFF") + - coord_cartesian(ylim = c(0.9, 1.2)) + - guides(color = "none") + - theme_dag() -``` - -.center[$$E[\text{Maturity} \mid \operatorname{do} (\text{Get haircut})]$$] - ---- - -.box-5.less-medium[Getting older opens a backdoor path] - -```{r echo=FALSE, fig.width=5, fig.height=3, out.width="70%", fig.align="center"} -dagify( - Y ~ X + Z, - X ~ Z, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)), - exposure = "X", - outcome = "Y", - labels = c("X" = "Haircut", "Y" = "Maturity", - "Z" = "Getting older") -) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status), size = 15) + - geom_dag_text(color = "white", size = 5) + - geom_dag_text(aes(label = label), nudge_y = 0.25, - size = 5, color = "black") + - scale_color_manual(values = c("#FF4136", "#0074D9"), - na.value = "#7FDBFF") + - coord_cartesian(ylim = c(0.9, 2.2)) + - guides(color = "none") + - theme_dag() -``` - ---- - -class: middle - -.box-5.medium[But what does that mean,
    "opening a backdoor path"?] - -.box-5.medium[How does statistical association
    get passed through paths?] - ---- - -.box-5.less-medium.sp-after[How do I know which of these is which?] - -.center[ -
    - DAG associations -
    -] - ---- - -class: middle - -.pull-left[ -
    - Switch and slider -
    -] - -.pull-right[ -```{r confounding-dag-alone, echo=FALSE, fig.width=4.5, fig.height=3.35, out.width="100%"} -dagify( - Y ~ X + Z, - X ~ Z, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)) -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "grey80", size = 17) + - geom_dag_text(color = "black", size = 5) + - theme_dag() -``` -] - ---- - -class: middle - -.pull-left[ -
    - Switch and slider -
    -] - -.pull-right[ -```{r mediating-dag-alone, echo=FALSE, fig.width=4.5, fig.height=3.35, out.width="100%"} -dagify( - Y ~ X + Z, - Z ~ X, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)) -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "grey80", size = 17) + - geom_dag_text(color = "black", size = 5) + - theme_dag() -``` -] - ---- - -class: middle - -.pull-left[ -
    - Switch and slider -
    -] - -.pull-right[ -```{r colliding-dag-alone, echo=FALSE, fig.width=4.5, fig.height=3.35, out.width="100%"} -dagify( - Y ~ X, - Z ~ Y, - Z ~ X, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)) -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "grey80", size = 17) + - geom_dag_text(color = "black", size = 5) + - theme_dag() -``` -] - ---- - -.center[ - -] - ---- - -.center[ - -] - ---- - -.center[ - -] - ---- - -layout: true -class: middle - ---- - -.box-5.medium[d-separation] - -.box-inv-5[Except for the one arrow between X and Y,
    no statistical association can flow between X and Y] - -.box-inv-5[This is **identification**—
    all alternative stories are ruled out
    and the relationship is isolated] - ---- - -.box-5.large[How exactly do colliders
    mess up your results?] - -.box-5.medium[It looks like you can
    still get the effect of X on Y] - ---- - -```{r nba-dag, echo=FALSE, fig.width=5, fig.height=3, out.width="65%"} -set.seed(1234) -dagify( - Y ~ X, - Z ~ Y, - Z ~ X, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)), - exposure = "X", - outcome = "Y", - labels = c("X" = "Height", "Y" = "Points", - "Z" = "Being in the NBA") -) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status), size = 15) + - geom_dag_text(color = "white", size = 5) + - geom_dag_text(aes(label = label), nudge_y = c(0.25, 0.25, -0.25), color = "black", size = 5) + - scale_color_manual(values = c("#FF4136", "#0074D9"), - na.value = "#7FDBFF") + - guides(color = "none") + - theme_dag() -``` - ---- - -.center[ -
    - Facebook collider -
    -] - -??? - - - - - ---- - -layout: false -class: title title-5 - -# Does niceness improve appearance? - -```{r niceness-appearance-data, include=FALSE} -set.seed(1234) -nice_appearance_data <- tibble(niceness = rnorm(10000, mean = 0, sd = 1), - appearance = rnorm(10000, mean = 0, sd = 1)) - -plot_labels <- tribble( - ~x, ~y, ~label, - -2, 2, "Mean and attractive", - 2, 2, "Nice and attractive", - 2, -2, "Nice and ugly", - -2, -2, "Mean and ugly", -) - -full_sample <- ggplot(nice_appearance_data, aes(x = niceness, y = appearance)) + - geom_point(color = "grey40", size = 0.5, alpha = 0.8) + - geom_smooth(size = 2, method = "lm") + - labs(x = "Niceness", y = "Appearance") + - theme_bw(base_family = "Fira Sans Condensed") - -full_sample_annotated <- full_sample + - geom_vline(xintercept = 0) + - geom_hline(yintercept = 0) + - geom_label(data = plot_labels, aes(label = label, x = x, y = y), - fill = "#CF4446", color = "white", - family = "Fira Sans Condensed", fontface = "bold") - -collider_bias <- ggplot(filter(nice_appearance_data, - !(niceness <= 0 & appearance <= 0)), - aes(x = niceness, y = appearance)) + - geom_point(color = "grey40", size = 0.5, alpha = 0.8) + - geom_vline(xintercept = 0) + - geom_hline(yintercept = 0) + - geom_smooth(size = 2, method = "lm") + - geom_label(data = plot_labels, aes(label = label, x = x, y = y), - fill = "#CF4446", color = "white", - family = "Fira Sans Condensed", fontface = "bold") + - labs(x = "Niceness", y = "Appearance") + - theme_bw(base_family = "Fira Sans Condensed") -collider_bias - -collider_dag <- dagify( - Y ~ X, - Z ~ X + Y, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)), - exposure = "X", - outcome = "Y" -) %>% - tidy_dagitty() %>% - node_status() %>% - mutate(across(c(name, to), - ~recode(., X = "Niceness", Y = "Appearance", - Z = "People you've dated"))) %>% - mutate(arrow_color = ifelse(to == "People you've dated", "#F012BE", "black")) - -plot_dag <- ggplot(collider_dag, aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges(aes(edge_color = arrow_color)) + - geom_dag_point(aes(color = status), size = 17) + - geom_dag_text(data = filter(collider_dag, name != "People you've dated"), - color = "black", size = 5, nudge_y = -0.2, - family = "Fira Sans Condensed", fontface = "bold") + - geom_dag_text(data = filter(collider_dag, name == "People you've dated"), - color = "black", size = 5, nudge_y = 0.2, - family = "Fira Sans Condensed", fontface = "bold") + - scale_color_manual(values = c("#2ECC40", "#0074D9"), - na.value = "grey80", guide = "none") + - coord_cartesian(xlim = c(0.8, 3.2), ylim = c(0.8, 2.2)) + - theme_dag() -``` - -.pull-left[ - -```{r echo=FALSE, fig.width=4.5, fig.height=3.35, out.width="100%"} -full_sample -``` - -] - --- - -.pull-right[ - -```{r echo=FALSE, fig.width=4.5, fig.height=3.35, out.width="100%"} -full_sample_annotated -``` - -] - ---- - -class: title title-5 - -# Collider distorts the true effect! - -.pull-left[ - -```{r echo=FALSE, fig.width=4.5, fig.height=3.35, out.width="100%"} -plot_dag -``` - -] - --- - -.pull-right[ - -```{r echo=FALSE, fig.width=4.5, fig.height=3.35, out.width="100%"} -collider_bias -``` - -] - ---- - -.box-5.large[Effect of race on police use of force
    using administrative data] - ---- - -.box-5.medium[Effect of race on police use of force
    using administrative data] - -.pull-left[ -
    - Use of force -
    -] - -.pull-right[ -
    - Use of force -
    -] - ---- - -layout: true -class: middle - ---- - -.box-5.large[Smoking → Cardiac arrest example] - -??? - -| Person | Smoker | Cardiac arrest | Cholesterol | Weight | Lifestyle healthiness | -|--------|--------|----------------|-------------|--------|-----------------------| -| 1 | TRUE | TRUE | 150 | 170 | 6 | -| 2 | TRUE | FALSE | 170 | 180 | 3 | -| 3 | FALSE | FALSE | 130 | 110 | 9 | -| 4 | FALSE | TRUE | 140 | 140 | 8 | -| 5 | TRUE | TRUE | 120 | 150 | 2 | -| 6 | TRUE | FALSE | 130 | 230 | 3 | -| 7 | FALSE | FALSE | 140 | 250 | 10 | - -```text -dag { -bb="0,0,1,1" -"Cardiac arrest" [outcome,pos="0.599,0.432"] -Cholesterol [pos="0.415,0.440"] -Lifestyle [pos="0.156,0.317"] -Smoking [exposure,pos="0.243,0.428"] -Weight [adjusted,pos="0.297,0.255"] -Cholesterol -> "Cardiac arrest" -Lifestyle -> Smoking -Lifestyle -> Weight -Smoking -> Cholesterol -Weight -> Cholesterol -} -``` - ---- - -.box-5.less-medium[How do you know
    if the DAG is right??] - -.box-5.less-medium[How can you be sure
    you include everything in a DAG?] - -.box-5.less-medium[How do you know when to stop?] - -.box-5.less-medium[Is there a rule of thumb
    for the number of nodes?] - -??? - - - ---- - -.box-5.medium[Why can we combine nodes in a DAG if they
    don't represent the same concept?] - -.box-5.medium[Why include unmeasurable things in a DAG?] - -??? - - - ---- - -.box-5.medium[Why do DAGs have to be acyclic?] - -.box-5.medium[What if there really is reverse causation?] - ---- - -.box-5.large[How do we actually
    adjust for these things?] - ---- - -layout: false -name: logic-dag -class: center middle section-title section-title-6 animated fadeIn - -# Logic models, DAGs,
    and measurement - ---- - -layout: true -class: middle - ---- - -.box-6.large[What's the difference between
    logic models and DAGs?] - -.box-inv-6[Can't I just remake my logic model in Dagitty and be done?] - ---- - -layout: false -class: title title-6 - -# DAGs vs. Logic models - -.box-6.large[DAGs are a *statistical* tool] - -.box-inv-6[Describe a data-generating process
    and isolate/identify relationships] - --- - -.box-6.large.sp-before[Logic models are a *managerial* tool] - -.box-inv-6[Oversee the inner workings of a program and its theory] - ---- - -class: middle - -.pull-left[ -
    - Green space in Berkeley -
    -] - -.pull-right[ -
    - Covid green spaces -
    -] - -??? - - - - - ---- - -layout: false -name: po-do -class: center middle section-title section-title-2 animated fadeIn - -# Potential outcomes
    vs. do() notation - ---- - -layout: true -class: title title-2 - ---- - -# Expectations - -
    - -.large[ -$$\operatorname{E}(\cdot), \mathbf{E}(\cdot), \mathbb{E}(\cdot) \quad \text{vs.}\quad \operatorname{P}(\cdot)$$ -] - -.box-inv-2.small[Basically a fancy way of saying "average"] - ---- - -# Outcomes and programs - -
    - Outcomes and program effect -
    - ---- - -# Causal effects with potential outcomes - -$$ -\begin{aligned} -& \textbf{Potential outcomes notation:} \\ -\delta\ =&\ {\textstyle \frac{1}{n} \sum_{i=1}^n} Y_i (1) - Y_i (0) \\ -& \\ -& \text{or alternatively with } \textbf{E} \\ -\delta\ =&\ \textbf{E} [Y_i (1) - Y_i (0)] \\ -\end{aligned} -$$ - ---- - -# Causal effects with do() - -$$ -\begin{aligned} -& \textbf{Pearl notation:} \\ -\delta\ =&\ \textbf{E}[Y_i \mid \operatorname{do}(X = 1) - Y_i \mid \operatorname{do}(X = 0)] \\ -& \\ -& \text{or more simply} \\ -\delta\ =&\ \textbf{E} [Y_i \mid \operatorname{do}(X)] \\ -\end{aligned} -$$ - ---- - -layout: false -class: middle - -
    - -.large[ -$$ -\begin{aligned} -\textbf{E} [Y_i\ \mid\ &\operatorname{do}(X)] \quad \\ -&= \\ -\quad \textbf{E} [Y_i (1&) - Y_i (0)] -\end{aligned} -$$ -] - ---- - -.box-2.medium[We can't see this] - -$$\textbf{E} [Y_i \mid \operatorname{do}(X)] \quad \text{or} \quad \textbf{E} [Y_i (1) - Y_i (0)]$$ - -.box-2.medium[So we find the average causal effect (ACE)] - -$$ -\hat{\delta} = \textbf{E} [Y_i \mid X = 1] - \textbf{E} [Y_i \mid X = 0] -$$ - ---- - -.center[ -
    - Correlation is not causation -
    -] - ---- - -layout: false -name: po-do -class: center middle section-title section-title-4 animated fadeIn - -# do-calculus,
    adjustment, and CATEs - ---- - -layout: true -class: title title-4 - ---- - -# DAGs and identification - --- - -.box-inv-4.medium[DAGs are a statistical tool, but they don't
    tell you what statistical method to use] - --- - -.box-inv-4.medium[DAGs help you with the **identification strategy**] - ---- - -layout: false -class: middle - -
    - Thomas Massie tweet -
    - -??? - - - ---- - -class: title title-4 - -# Easist identification - -.box-inv-4.medium[Identification through research design] - -.box-inv-4.sp-after[RCTs] - -.box-4[When treatment is randomized, delete all arrows going into it] - -.box-4.medium[No need for any do-calculus!] - ---- - -class: title title-4 - -# Most other identification - -.box-inv-4.medium[Identification through do-calculus] - -.box-inv-4.sp-after[Rules for graph surgery] - -.box-4[Backdoor adjustment and frontdoor adjustment
    are special common patterns of do-calculus] - ---- - -class: middle - -.box-4.medium[Where can we learn more about *do*-calculus?] - -.center[[Here!](https://www.andrewheiss.com/blog/2021/09/07/do-calculus-backdoors/)] - -.center[ -
    - Do-calculus -
    -] - ---- - -**Rule 1**: Decide if we can ignore an observation - -.small[ -$$P(y \mid z, \operatorname{do}(x), w) = P(y \mid \operatorname{do}(x), w) \qquad \text{ if } (Y \perp Z \mid W, X)_{G_{\overline{X}}}$$ -] - -
    **Rule 2**: Decide if we can treat an intervention as an observation - -.small[ -$$P(y \mid \operatorname{do}(z), \operatorname{do}(x), w) = P(y \mid z, \operatorname{do}(x), w) \qquad \text{ if } (Y \perp Z \mid W, X)_{G_{\overline{X}, \underline{Z}}}$$ -] - -
    **Rule 3**: Decide if we can ignore an intervention - -.small[ -$$P(y \mid \operatorname{do}(z), \operatorname{do}(x), w) = P(y \mid \operatorname{do}(x), w) \qquad \text{ if } (Y \perp Z \mid W, X)_{G_{\overline{X}, \overline{Z(W)}}}$$ -] - ---- - -class: middle - -
    - Backdoor adjustment derivation -
    - ---- - -.box-4.medium[Adjusting for backdoor confounding] - -.center[ -
    - Backdoor adjustment -
    -] - - ---- - -layout: true -class: middle - ---- - -.box-4.medium[Adjusting for frontdoor confounding] - -??? - -Smoking/tar + Uber - -Effect of shared rides on tips; use frontdoor magic - -Like IV but in reverse: - -- IV: instrument → treatment → outcome -- Frontdoor: treatment → instrumenty-mediator → outcome - -```text -dag { -bb="0,0,1,1" -"Actually take shared ride" [pos="0.528,0.508"] -"Authorize shared ride" [exposure,pos="0.288,0.504"] -"Lots of unobserved stuff" [pos="0.521,0.342"] -"Tip driver" [outcome,pos="0.743,0.518"] -"Actually take shared ride" -> "Tip driver" -"Authorize shared ride" -> "Actually take shared ride" -"Lots of unobserved stuff" -> "Authorize shared ride" -"Lots of unobserved stuff" -> "Tip driver" -} -``` - - - ---- - -.box-4.medium[More complex DAGs without
    obvious backdoor or frontdoor solutions] - -.box-4.sp-after[Chug through the rules of do-calculus
    to see if the relationship is identifiable] - -.center[[Causal Fusion](https://causalfusion.net/)] - ---- - -.center[ -
    - Causal Fusion example -
    -] - ---- - -.center[ -
    - Causal Fusion example -
    -] - ---- - -.center[ -
    - Causal Fusion example -
    -] - ---- - -.center[ -
    - Causal Fusion example -
    -] - ---- - -.box-4.less-medium.sp-after[When things are identified, there are
    still arrows leading into Y.
    What do we do with those?
    How do you explain those relationships?] - --- - -.box-4.less-medium[Outcomes have multiple causes.
    How do you justify that your proposed
    cause is the most causal factor?] - -??? - -100% depends on your research question - ---- - -.box-4.medium[Why can't we just subtract the averages
    between treated and untreated groups?] - ---- - -.box-4.medium[When you're making groups for CATE, how do
    you decide what groups to put people in?] - -
    - -.center[[Slides from lecture](https://evalf22.classes.andrewheiss.com/slides/05-slides.html#58)] - ---- - -layout: false -class: title title-4 - -# Unconfoundedness assumption - -.box-inv-4[How can we assume/pretend that treatment was
    randomly assigned within each age?] - -.box-inv-4[It seems unlikely. Wouldn't there be other factors within the older/younger group that make a person more/less likely to engage in treatment (e.g., health status)?] - -
    - -.center[[Slides from lecture](https://evalf22.classes.andrewheiss.com/slides/05-slides.html#58)] - ---- - -class: middle - -.box-4.medium[Does every research question
    need an identification strategy?] - --- - -.box-inv-4.huge.sp-after[No!] - -.box-4[Correlation alone is okay!
    Can lead to more focused causal questions later!] - ---- - -class: middle - -.center[ -
    - Moderna EBV trials -
    -] - -??? - -A correlational study found that MS was strongly associated with Epstein-Barr virus (EBV) - they don't know the exact mechanism yet, but because of mRNA vaccine technology, they can develop vaccines against EBV and help stop MS. They'll figure out exact mechanisms later. For now, they've started clinical trials. - - diff --git a/slides/05-inferencia1.Rmd b/slides/05-inferencia1.Rmd new file mode 100644 index 00000000..6f39abe8 --- /dev/null +++ b/slides/05-inferencia1.Rmd @@ -0,0 +1,802 @@ +--- +title: "Estadística Correlacional" +author: ".small[Juan Carlos Castillo

    Departamento de Sociología - UCH / COES

    ]" +date: "2do Sem 2023" +output: + xaringan::moon_reader: + css: "css/custom_2020.css" + includes: + after_body: "insert-logo.html" + lib_dir: libs + nature: + ratio: '16:9' + highlightStyle: dracula + highlightLines: true + countIncrementalSlides: false + beforeInit: "libs/macros.js" + seal: false # esto omite title slide automática +--- +class: front + + +```{r setup, include=FALSE, cache = FALSE} +library(knitr) +opts_chunk$set(warning=FALSE, + message=FALSE, + echo=TRUE, + comment = "", + cache = FALSE, fig.width=10, fig.height=8) +pacman::p_load(flipbookr, tidyverse, kableExtra) +``` + + + +```{r xaringanExtra, include=FALSE} +xaringanExtra::use_xaringan_extra(c("tile_view", "animate_css")) +xaringanExtra::use_scribble() +``` + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2023 +## [.orange[correlacional.netlify.com]](https:/correlacional.netlify.com) +] + + +.pull-right-narrow[ +.center[ +.content-block-gray[ +## Sesión 5: +## .orange[Introducción a la Inferencia Estadística]] +] +] + +--- + +layout: true +class: animated, fadeIn + +--- +class: roja right + +# .black[Contenidos] + +.pull-left-narrow[ +] + +.pull-right-wide[ + +### .yellow[1- Resumen sesión anterior] + +### 2- Inferencia y muestras + +### 3- Aleatoridad y probabilidad + +### 4- Curva normal y puntajes Z + +] +--- +.right[ # Resumen +] + +- Reporte de correlación: además de reportar la intensidad y el sentido, acompañar reporte de tamaño de efecto y varianza compartida $R^2$ + +-- + +- Correlación de Spearman: apropiada para variables ordinales, equivale a la correlación de Pearson del ranking de las variables + +-- + +- Matriz de correlaciones: forma tradicional de reporte de asociaciones de las variables de una investigación, importante considerar tratamiento de datos perdidos (listwise o pairwise) + + +--- +class: roja right + +# .black[Contenidos] + +.pull-left-narrow[ +] + +.pull-right-wide[ + +### 1- Resumen sesión anterior + +### .yellow[2- Inferencia y muestras] + +### 3- Aleatoridad y probabilidad + +### 4- Curva normal y puntajes Z + +] + +--- +# Inferencia: la otra parte del análisis + +Cuando se analizan datos, 2 cosas principales + +.pull-left[ +.content-box-yellow[ +- cálculo del estadístico: + + - promedio + + - desviación estándar + + - correlación + + - ... +] +] + +.pull-right[ +.content-box-red[ +- inferencia: ¿existe este estadístico en la población? + + - probabilidad + + - error + + - significación + +] +] +--- + + +![:scale 50%](https://multivariada.netlify.app/slides/images/cafe.png) + + + +--- +class: middle +# Motivación: + + +[![](https://observatorio.ministeriodesarrollosocial.gob.cl/images/casen_2022.svg)](https://observatorio.ministeriodesarrollosocial.gob.cl/storage/docs/casen/2022/Presentacion%20de%20resultados%20Casen%202022.pdf) +--- + +.pull-left-narrow[ +# Inferencia +] + + +.pull-right-wide[ +¿En qué medida se pueden relacionar resultados que se encuentran en un .green[(sub)conjunto de unidades] con lo que ocurre .red[en general]?] + +-- + +.pull-right-wide[ +Ej: si en un subconjunto de la población encuentro que el promedio de matemáticas es mayor en mujeres que en hombres ¿es esto un .orange[reflejo] de lo que ocurre en general, o se debe solo al .red[azar]? ¿se puede .green[extrapolar] a la poblacion? +] + +??? + +mapa y territorio, Borges +lidiando con el caos y la incertidumbre +la domesticación de la casualidad +error + +--- +background-image: url("https://images.rawpixel.com/image_800/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIyLTEyL3JtNjE0LWotYmctMDA4LmpwZw.jpg") +background-size: cover + + +.medium[En aquel Imperio, el Arte de la Cartografía logró tal Perfección que el mapa de una sola Provincia ocupaba toda una Ciudad, y el mapa del Imperio, toda una Provincia. Con el tiempo, estos Mapas Desmesurados no satisficieron y los Colegios de Cartógrafos levantaron un Mapa del Imperio, que tenía el tamaño del Imperio y coincidía puntualmente con él. + +Menos Adictas al Estudio de la Cartografía, las Generaciones Siguientes entendieron que ese dilatado Mapa era Inútil y no sin Impiedad lo entregaron a las Inclemencias del Sol y los Inviernos. En los desiertos del Oeste perduran despedazadas Ruinas del Mapa, habitadas por Animales y por Mendigos; en todo el País no hay otra reliquia de las Disciplinas Geográficas.] + +.small[Suárez Miranda, Viajes de Varones Prudentes, Libro Cuarto, Cap. XLV, Lérida, 1658.] + +-- + +.right[Borges - Del Rigor de la Ciencia] + + +--- +.pull-left-narrow[ + +![](https://multivariada.netlify.app/slides/images/inference1.png) +] +.pull-right-wide[ + +## Conceptos claves de inferencia +- La **inferencia** en estadística se refiere a la relación que existe entre los resultados obtenidos basados en nuestra muestra y la población + +{{content}} + +] + +-- + +- **¿En qué medida podemos hacer inferencias desde nuestra muestra a la población?** + +{{content}} + +-- + +- Un concepto central es la probabilidad de **ERROR** + + +--- +# Parámetros y estadísticos + +---- + +| | Población (parámetro) | Muestra (estadístico) | +|--------------------- |------------ |--------- | +| Promedio | $\mu$ | $\bar{x}$ | +| Varianza | $\sigma²$ | $s²$ | +| Desviación estándar | $\sigma$ | $s$ | +| Correlación | $\rho$ | $r$ | + + +--- +# Muestreo y variabilidad + +¿Cómo es posible que la media x̄ obtenida a partir de una muestra de unos pocos hogares de todos los del país, pueda ser una estimación precisa de µ? + +Una segunda muestra aleatoria obtenida en el mismo momento estaría +formada por hogares distintos y, sin duda, daría un valor distinto de x̄ + +--- +# Muestreo y variabilidad + +**Variabilidad muestral**: el valor de un estadístico varía en un muestreo aleatorio repetido + +¿Cuánto varía? + +¿En qué rangos? + +¿Qué tan **probable** es el rango de variación? + +¿Es un rango aceptable en términos de investigación social? + +--- +class: roja right + +# .black[Contenidos] + +.pull-left-narrow[ +] + +.pull-right-wide[ + +### 1- Resumen sesión anterior + +### 2- Inferencia y muestras + +### 3- .yellow[Aleatoridad y probabilidad] + +### 4- Curva normal y puntajes Z + +] + +--- +.center[ +![:scale 70%](img/karatekid.jpg) +] + +--- +# Aleatoriedad y probabilidad +---- + +.pull-left[ +.content-box-red[ +Llamamos a un fenómeno **aleatorio** si los resultados individuales son inciertos y, sin embargo, existe una **distribución regular** de los resultados después de un gran número de repeticiones.] +] + +-- + +.pull-right[ +.content-box-green[ +La probabilidad de cualquier resultado de un fenómeno aleatorio es la **proporción de veces** que el resultado se da después de una larga serie de +repeticiones + +]] + +--- + + +.pull-left-narrow[ +# Azar y repetición +El comportamiento del azar es impredecible con pocas repeticiones pero presenta un comportamiento regular y predecible con muchas repeticiones. +] + +.pull-right-wide[ +![](img/caras-moneda.png) +] +--- +class: middle + +# (Dato freak) + +.pull-left[ +Cerca del año 1900, el estadístico inglés Karl Pearson lanzó al aire una moneda **24.000** veces. El resultado: 12.012 caras, una proporción de 0,5005.] + +.pull-right[ +![](img/pearson.png) + +] + + +--- +# Dados + +Tenemos 1 dado, cuál es la probabilidad de que salga 3 al lanzarlo? + +- Espacio muestral S= conjunto de todos los resultados posibles + +$$S=\{1,2,3,4,5,6\}$$ + +- N del espacio muestral= 6 sucesos posibles + +- Probabilidad de que salga 3 al tirar el dado= +$\frac{1}{6}=0.166$ + +--- +class: inverse middle right + +Un **modelo de probabilidad** para un fenómeno aleatorio consiste en un espacio muestral S y una asignación de probabilidades P. + +El **espacio muestral $S$** es el conjunto de todos los resultados posibles de un fenómeno aleatorio. + +Un **suceso** es un conjunto de resultados. P asigna un número P(A) a un suceso A como su probabilidad. + +--- +# Reglas modelo de probabilidad + +![](img/reg_prob.png) + + +--- + +# [Dados, probabilidades y distribuciones](https://academo.org/demos/dice-roll-statistics/) + +---- +.pull-left[ +![](img/dice.png) +] + +.pull-right[ +Ejercicio: + + - probar lanzando 1 dado repetidas veces + + - probar con 2 dados + + - ... y con 6 + +-> [link](https://academo.org/demos/dice-roll-statistics/) +] + +--- +# Dados, probabilidades y áreas +.center[ +![](img/areas1.png) +] +--- +# Dados, probabilidades y áreas +.center[ +![](img/areas2.png) +] +--- +# Dados, probabilidades y áreas +.center[ +![](img/areas3.png) +] +--- +# Dados, probabilidades y áreas + +.pull-left[ +![](img/areas4.png) +] + +.pull-right[ +
    + Eventos posibles (espacio muestral S) = 6 = (1,2,3,4,5,6) + + +\begin{align*} +P(x)\geq4&=P(4)+P(5)+P(6) \\ +&=0.1\overline{6}+0.1\overline{6}+0.1\overline{6} \\ +&=0.5 +\end{align*} +] + +--- +# Sucesos con distinta probabilidad + +Ej: suma de 3 dados al azar repetidos +.center[ +![](img/3dice.png) +] + +--- + +.pull-left[ +## Histograma +Frecuencias o probabilidad de cada evento + +```{r echo=FALSE} +#make this example reproducible +set.seed(0) + +#define data +data <- data.frame(x=rnorm(1000)) + +#create histogram and overlay normal curve +ggplot(data, aes(x)) + + geom_histogram(aes(y = ..density..), fill='lightgray', col='black') + +``` + +] + +.pull-right[ +## Curvas de densidad + +Modelo matemático de la distribución + +```{r echo=FALSE} +#make this example reproducible +set.seed(0) + +#define data +data <- data.frame(x=rnorm(1000)) + +#create histogram and overlay normal curve +ggplot(data, aes(x)) + + geom_histogram(aes(y = ..density..), fill='lightgray', col='black')+ + stat_function(fun = dnorm, args = list(mean=mean(data$x), sd=sd(data$x))) + +``` + + +] + +--- + +# Curva de densidad + +.pull-left[ +.medium[ +- describe el aspecto general de una distribución + +- se halla siempre en el eje de las abscisas o por encima de él, y define por debajo un área exactamente igual a 1. + +- El área por debajo de la curva, y entre cualquier intervalo de valores, es la proporción de todas las observaciones que están situadas en dicho intervalo.] +] + +.pull-right[ + +```{r echo=FALSE} +#make this example reproducible +set.seed(0) + +#define data +data <- data.frame(x=rnorm(1000)) + +#create histogram and overlay normal curve +ggplot(data, aes(x)) + + geom_histogram(aes(y = ..density..), fill='lightgray', col='black')+ + stat_function(fun = dnorm, args = list(mean=mean(data$x), sd=sd(data$x))) + +``` + +] + +--- +class: roja right + +# .black[Contenidos] + +.pull-left-narrow[ +] + +.pull-right-wide[ + +### 1- Resumen sesión anterior + +### 2- Inferencia y muestras + +### 3- Aleatoridad y probabilidad + +### .yellow[4- Curva normal y puntajes Z] + +] + +--- +background-image: url("img/normal.png") +background-size: cover +# Distribuciones normales + +- clase particular de curvas de densidad + +- simétricas y con un solo punto de elevación + +- la media se sitúa al centro, y la desviación estandar expresa su dispersión + +- la pendiente es más fuerte cerca del centro, y se suaviza hacia los extremos + +- Los puntos en los que tiene lugar este cambio de curvatura se hallan a una distancia σ, a ambos lados de la media µ. + +--- +.center[ +![:scale 45%](img/norm1.png) +] +--- +# ¿Por qué son importantes las distribuciones normales en estadística? + +- las distribuciones normales son buenas descripciones de algunas distribuciones de datos reales + +- buenas aproximaciones a los resultados de muchos tipos de fenómenos aleatorios (ej: lanzar dados) + +- permiten realizar **inferencia estadística** sobre fenómenos basados en distribuciones normales + +--- +class: inverse bottom right + +## Relación entre áreas bajo la curva normal y probabilidades + + +--- +# Regla del 68-95-99,7 + +En una distribución normal de media $\mu$ y desviación estándar $\sigma$: + +- El **68%** de todas las observaciones se encuentran dentro del +intervalo µ ± σ. + +- El **95%** de todas las observaciones se encuentran dentro del +intervalo µ ± 2σ. + +- El **99,7%** de todas las observaciones se encuentran dentro del in- +tervalo µ ± 3σ. + +--- + +![](img/norm2.png) + +--- + +**Ejemplo**: + +Estatura promedio mujeres en Chile: 160 cm +Desviación estándar: 5 cm + +¿Qué podemos decir basándonos en la distribución normal? + +-- + +- el 68% de las mujeres se encuentra entre 155 y 165cm + +- el 95% de las mujeres se encuentra entre 150 y 170cm + +- solo un 5% de las mujeres mide más de 170cm +- prácticamente todas las mujeres (99.7) se encuentran entre 145 y 175cm + + +--- +# Valores $z$ y estandarización + +- estandarización: expresar el valor de una distribución en términos de desviaciones estándar basados en la distribución normal + +- para estandarizar un valor, se le resta la media y se divide por la desviación estándar + + +$$z=\frac{x-\mu}{\sigma}$$ + +- los valores estandarizados se denominan .red[valores z] + +--- +# Valores $z$ y estandarización + +- Un valor z nos dice a cuántas desviaciones típicas se encuentra la observación original de la media y en qué dirección. + +- Las observaciones mayores que la media son positivas y las menores, negativas. + +--- +Siguiendo con el ejemplo anterior de estatura de mujeres $\bar{x}=160$ y $\sigma=5$, la estatura estandarizada es: + +$$z=\frac{altura-160}{5} $$ + +Por ejemplo, una mujer que mide 165: + +$$z=\frac{165-160}{5}=\frac{5}{5}=1$$ + +Su puntaje $z$ nos dice que está una desviación estandar sobre el promedio +--- +# Puntajes $z$ y proporciones +.pull-left[ +Los valores $z$ permiten calcular la proporción de casos bajo la curva normal que están sobre y bajo el puntaje + +Por ejemplo, para el caso de 1 desviación sobre el promedio, el área bajo la curva bajo este puntaje sería: + +] + +.pull-right[ + +```{r echo=FALSE} +# import ggplot +library(ggplot2) + +# x-axis and y-axis for the pdf line +x <- seq(-4,4,0.01) +y <- dnorm(x) + +# x-axis and y-axis for shaded area +x_shaded<- seq(-4, 1, 0.01) +y_shaded <- c(dnorm(x_shaded),0) +x_shaded<-c(x_shaded,1) + +# plot it, alpha sets the level of transparency in color +ggplot() + geom_line(aes(x, y))+geom_polygon(data = data.frame(x=x_shaded, y=y_shaded), aes(x_shaded, y_shaded),fill = "red",alpha = 1/5)+ +theme(panel.background = element_rect(fill='transparent'), + axis.line.x = element_line(color="black", size = 0.5), + axis.line.y = element_line(color="black", size = 0.5)) + + scale_x_continuous(n.breaks=8) + + theme(text = element_text(size = 20)) +``` +] + + +--- +class: middle + +.pull-left-wide[ +
    +
    +![](img/norm2.png) +] + +.pull-right-narrow[ +.medium[ +
    +
    +
    +En base a la distribución normal sabemos que bajo 1 desviación estańdar está el 68% de los datos + la cola izquierda de la curva, que es (100-68/2)=16%. + +Por lo tanto 84% (68+16) de los casos tienen una estatura menor a 165 cm +]] +--- +.pull-left[ +- Ej: estatura de 152cm + +\begin{align*} +z&=\frac{x-\mu}{\sigma}\\\\ +z&=\frac{altura-160}{5}\\\\ +z&=\frac{152-160}{5}=\frac{-8}{5}=-1.6 +\end{align*} +] + +.pull-right[ + +```{r echo=FALSE} +# x-axis and y-axis for shaded area +x_shaded<- seq(-4, -1.6, 0.01) +y_shaded <- c(dnorm(x_shaded),0) +x_shaded<-c(x_shaded,-1.6) + +# plot it, alpha sets the level of transparency in color +ggplot() + geom_line(aes(x, y))+geom_polygon(data = data.frame(x=x_shaded, y=y_shaded), aes(x_shaded, y_shaded),fill = "red",alpha = 1/5)+ +theme(panel.background = element_rect(fill='transparent'), + axis.line.x = element_line(color="black", size = 0.5), + axis.line.y = element_line(color="black", size = 0.5)) + + scale_x_continuous(n.breaks=8) + + theme(text = element_text(size = 20)) + +``` + +¿Cómo calcular el área bajo la curva para un valor específico? +] + + +--- +# Tabla de Puntajes Z + +.pull-left[ +![](img/ztable-neg.jpg) +] + +.pull-right[ +![](img/ztable-pos.jpg) +] + +--- +# Tabla de Puntajes Z + +.pull-left[ +- El valor correspondiente a -1.6 en la tabla de valores Z se busca en la fila Z -1.6 y la columna 0.00 (ya que la centésima de -1.6 es 0). + +- = 0.0548, es decir, alrededor de un 5% de los casos se enceuntra bajo esa estatura (152 cm) +] + +.pull-right[ +- en R= + +```{r} +pnorm(q=-1.6) +``` + +] + +--- +class: inverse + +##Resumen + +- inferencia: ¿con qué probabilidad podemos decir que lo que calculamos en nuestra muestra existe en la población? + +- probabilidades y distribución normal + +- puntajes Z y área bajo la curva normal + + +--- +class: inverse + +## Próxima semana: Distribuciones muestrales, error estándar e intervalos de confianza + +- ¿Qué tan probable es que un resultado obtenido en una muestra se deba al azar? + +- ¿Cómo nos sirve la curva normal para contrastar hipótesis de investigación? + +- ¿Con qué nivel de confianza podemos afirmar que nuestra hipótesis es verdadera? + + +--- +# Lectura: + + +[Moore cap. 6 - Introducción a la inferencia estadística](https://correlacional.netlify.app/files/textos/Moore.pdf) + +--- + +# ASISTENCIA + +.pull-left[ + +![:scale 90%](img/qr-correlacional-asistencia.png) +] + +.pull-right[ +
    +
    +
    +
    +
    +bit.ly/correlacional-asistencia +] + + +--- +class: front + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2023 +## [.orange[correlacional.netlify.com]](https://encuestas-sociales.netlify.com) +] + + diff --git a/slides/05-inferencia1.html b/slides/05-inferencia1.html new file mode 100644 index 00000000..d81a107c --- /dev/null +++ b/slides/05-inferencia1.html @@ -0,0 +1,893 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slides/05-inferencia1_files/figure-html/unnamed-chunk-1-1.png b/slides/05-inferencia1_files/figure-html/unnamed-chunk-1-1.png new file mode 100644 index 00000000..aef6eda9 Binary files /dev/null and b/slides/05-inferencia1_files/figure-html/unnamed-chunk-1-1.png differ diff --git a/slides/05-inferencia1_files/figure-html/unnamed-chunk-10-1.png b/slides/05-inferencia1_files/figure-html/unnamed-chunk-10-1.png new file mode 100644 index 00000000..f02497ce Binary files /dev/null and b/slides/05-inferencia1_files/figure-html/unnamed-chunk-10-1.png differ diff --git a/slides/05-inferencia1_files/figure-html/unnamed-chunk-17-1.png b/slides/05-inferencia1_files/figure-html/unnamed-chunk-17-1.png new file mode 100644 index 00000000..429ca8e8 Binary files /dev/null and b/slides/05-inferencia1_files/figure-html/unnamed-chunk-17-1.png differ diff --git a/slides/05-inferencia1_files/figure-html/unnamed-chunk-18-1.png b/slides/05-inferencia1_files/figure-html/unnamed-chunk-18-1.png new file mode 100644 index 00000000..2a08354f Binary files /dev/null and b/slides/05-inferencia1_files/figure-html/unnamed-chunk-18-1.png differ diff --git a/slides/05-inferencia1_files/figure-html/unnamed-chunk-19-1.png b/slides/05-inferencia1_files/figure-html/unnamed-chunk-19-1.png new file mode 100644 index 00000000..e01f81a6 Binary files /dev/null and b/slides/05-inferencia1_files/figure-html/unnamed-chunk-19-1.png differ diff --git a/slides/05-inferencia1_files/figure-html/unnamed-chunk-2-1.png b/slides/05-inferencia1_files/figure-html/unnamed-chunk-2-1.png new file mode 100644 index 00000000..458771c9 Binary files /dev/null and b/slides/05-inferencia1_files/figure-html/unnamed-chunk-2-1.png differ diff --git a/slides/05-inferencia1_files/figure-html/unnamed-chunk-3-1.png b/slides/05-inferencia1_files/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 00000000..458771c9 Binary files /dev/null and b/slides/05-inferencia1_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/slides/05-inferencia1_files/figure-html/unnamed-chunk-33-1.png b/slides/05-inferencia1_files/figure-html/unnamed-chunk-33-1.png new file mode 100644 index 00000000..429ca8e8 Binary files /dev/null and b/slides/05-inferencia1_files/figure-html/unnamed-chunk-33-1.png differ diff --git a/slides/05-inferencia1_files/figure-html/unnamed-chunk-34-1.png b/slides/05-inferencia1_files/figure-html/unnamed-chunk-34-1.png new file mode 100644 index 00000000..2a08354f Binary files /dev/null and b/slides/05-inferencia1_files/figure-html/unnamed-chunk-34-1.png differ diff --git a/slides/05-inferencia1_files/figure-html/unnamed-chunk-35-1.png b/slides/05-inferencia1_files/figure-html/unnamed-chunk-35-1.png new file mode 100644 index 00000000..429ca8e8 Binary files /dev/null and b/slides/05-inferencia1_files/figure-html/unnamed-chunk-35-1.png differ diff --git a/slides/05-inferencia1_files/figure-html/unnamed-chunk-4-1.png b/slides/05-inferencia1_files/figure-html/unnamed-chunk-4-1.png new file mode 100644 index 00000000..cb7cb073 Binary files /dev/null and b/slides/05-inferencia1_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/slides/05-inferencia1_files/figure-html/unnamed-chunk-5-1.png b/slides/05-inferencia1_files/figure-html/unnamed-chunk-5-1.png new file mode 100644 index 00000000..278ffc4b Binary files /dev/null and b/slides/05-inferencia1_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/slides/05-inferencia1_files/figure-html/unnamed-chunk-6-1.png b/slides/05-inferencia1_files/figure-html/unnamed-chunk-6-1.png new file mode 100644 index 00000000..2a08354f Binary files /dev/null and b/slides/05-inferencia1_files/figure-html/unnamed-chunk-6-1.png differ diff --git a/slides/05-inferencia1_files/figure-html/unnamed-chunk-7-1.png b/slides/05-inferencia1_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 00000000..1c4070cb Binary files /dev/null and b/slides/05-inferencia1_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/slides/05-inferencia1_files/figure-html/unnamed-chunk-8-1.png b/slides/05-inferencia1_files/figure-html/unnamed-chunk-8-1.png new file mode 100644 index 00000000..8f379fd4 Binary files /dev/null and b/slides/05-inferencia1_files/figure-html/unnamed-chunk-8-1.png differ diff --git a/slides/05-inferencia1_files/figure-html/unnamed-chunk-9-1.png b/slides/05-inferencia1_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..2a08354f Binary files /dev/null and b/slides/05-inferencia1_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/slides/05-inferencia4.Rmd b/slides/05-inferencia4.Rmd new file mode 100644 index 00000000..541439c4 --- /dev/null +++ b/slides/05-inferencia4.Rmd @@ -0,0 +1,685 @@ +--- +title: "Estadística Correlacional" +author: ".small[Juan Carlos Castillo

    Departamento de Sociología - UCH / COES

    ]" +date: "2do Sem 2024" +output: + xaringan::moon_reader: + css: "css/custom_2020.css" + includes: + after_body: "insert-logo.html" + lib_dir: libs + nature: + ratio: '16:9' + highlightStyle: dracula + highlightLines: true + countIncrementalSlides: false + beforeInit: "libs/macros.js" + seal: false # esto omite title slide automática +--- +class: front + + +```{r setup, echo=FALSE, cache = FALSE} +library(knitr) +opts_chunk$set(warning=FALSE, + message=FALSE, + echo=TRUE, + comment = "", + cache = TRUE, fig.width=10, fig.height=8) +pacman::p_load(tidyverse, kableExtra) +``` + + +```{r xaringanExtra, echo=FALSE} +xaringanExtra::use_animate_css() +xaringanExtra::use_animate_all("fade") +xaringanExtra::use_scribble() +xaringanExtra::use_tile_view() +xaringanExtra::use_search(show_icon = TRUE) +``` + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Inferencia, asociación y reporte + + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2024 +## [.orange[correlacional.netlify.app]](https:/correlacional.netlify.app) +] + + +.pull-right-narrow[ +.center[ +.content-block-gray[ +## .gray[Sesión 5:] +## .curso[Inferencia 4: Test de hipótesis]] +] +] + + +--- +class: inverse middle center + +# ¿Qué hemos visto hasta ahora? + + +## ... y ¿para qué? + +--- +class: middle center +![:scale 100%](img/temas-inferencias.png) +--- +### ¿Qué puedo decir de la población a partir de mi muestra? + +-- +.content-box-red[ +.center[ +.large[# PROBABILIDADES ... de un rango de valores] +]] +-- + + +.pull-left-wide[ +# ¿Cómo llego al rango de valores probables de un parámetro poblacional obtenido a partir de **una muestra**? +] + +.pull-right-narrow[ +![:scale 70%](img/inference1.png) +] + +--- +.pull-left[ +# Probabilidades + +.medium[ +- Podemos calcular probabilidades basados en una distribución teórica de ocurrencia de eventos. + +- Ej: En teoría, la probabilidad de que salga sello al tirar una moneda es 50% + +- Mientras más repetimos el evento, más se van a acercar los resultados (distribución empírica) a la probabilidad del evento (distribución teórica) +] +] +.pull-right[ + +
    +```{r echo=FALSE} +# rep1500 + +#prob teóricas +# Definimos los promedios posibles (1.5, 2, 2.5, ..., 5.5, 6) +promedios_posibles <- seq(1, 6, by = 0.5) + +# Calculamos la distribución de probabilidad teórica para cada promedio +# Las probabilidades corresponden a los valores de promedios específicos +probabilidades_teoricas <- c(1/36, 2/36, 3/36, 4/36, 5/36, 6/36, 5/36, 4/36, 3/36, 2/36, 1/36) + + +# Establecemos la semilla para reproducibilidad +set.seed(123) + +# Simulamos 100 repeticiones de dos dados +dados1 <- sample(1:6, 1500, replace = TRUE) +dados2 <- sample(1:6, 1500, replace = TRUE) + +# Calculamos el promedio de los resultados de ambos dados +promedio_dados <- (dados1 + dados2) / 2 + +# Calculamos las frecuencias de cada promedio posible +frecuencias_empiricas <- table(promedio_dados) + +# Convertimos las frecuencias a probabilidades +probabilidades_empiricas <- frecuencias_empiricas / sum(frecuencias_empiricas) + +# Graficamos las frecuencias de probabilidad empíricas +barplot(probabilidades_empiricas, + main = "Frecuencia de Probabilidad del Promedio de Dos Dados (1500 repeticiones)", + xlab = "Promedio de los Dados", + ylab = "Frecuencia de Probabilidad", + col = rgb(0.1, 0.5, 0.8, 0.6), # Azul con transparencia + ylim = c(0, 0.2)) + +# Superponemos las barras de la distribución teórica +barplot(probabilidades_teoricas, + names.arg = promedios_posibles, + col = rgb(0.8, 0.2, 0.2, 0.5), # Rojo con transparencia + add = TRUE) + +# Se agrega al gráfico existente +legend("topright", legend = c("Empírica", "Teórica"), + fill = c(rgb(0.1, 0.5, 0.8, 0.6), rgb(0.8, 0.2, 0.2, 0.5)), + border = "white") + +rep1500 =recordPlot() + +rep1500 +``` + +] +--- +.pull-left[ +# Curva Normal + +.medium[ +- Hay una serie de eventos que en términos teóricos y empíricos tienen una distribución particular en torno al valor central -> **normal** + +- La .red[curva normal] es una distribución teórica que nos permite tener un estándar con el cual comparar distribuciones empíricas + + +]] + +.pull-right[ +
    +
    +
    +![](img/norm2.png) +] +--- +# Teorema del límite central y error estándar +.pull-left[ +.medium[ +- si pudiera calcular un estadístico en muchas muestras distintas (ej: promedio) este se distribuiría de manera normal + +- el **error** estándar es la formula que nos permite obtener el valor de la desviación estándar de los promedios con una sola muestra +]] + +.pull-right[ + +
    +# $$\sigma_{\bar{X}}=\frac{s}{\sqrt{N}}$$ +] + +--- +.pull-left[ +# Puntajes Z + +.medium[ +- el puntaje Z es una medida de distancias del promedio en una distribución normal, que tiene promedio 0 y desviación estándar 1 + +- Z expresa cualquier puntaje en desviaciones estándar desde el promedio (de la curva normal) + +- Z permite además obtener el valor del percentil de cada puntaje +]] + +.pull-right[ + +# $$z=\frac{x-\mu}{\sigma}$$ + +![:scale 90%](https://correlacional.netlify.app/slides/03-inferencia2_files/figure-html/unnamed-chunk-16-1.png) +] +--- +# Intervalos de confianza [para el promedio] +.medium[ +.pull-left[ + +- rango de probabilidad del valor de un parámetro en la población + +- Para construirlo, 4 pasos: + + 1- establecer **nivel de confianza** (convencionalmente 95%) + + 2- definir **puntaje Z** correspondiente a este intervalo (para 95% es 1.96) +] +] +-- + +.medium[ +.pull-right[ +3- multiplicar Z por el **error estándar** + +4 - restar al promedio (límite inferior) y sumar (límite superior) + +# $$\bar{X}\pm Z*\frac{\sigma}{\sqrt{N}}$$ +] +] + +--- +class: inverse + +![](img/herramientas.png) + + +--- +class: inverse center +
    +# ¿Qué es una hipótesis? + +-- + +# ¿Cuándo una hipótesis es .yellow[verdadera]? + +--- +class: roja middle center + + +# Una .yellow[hipótesis] es una aseveración o una predicción que se desprende de una teoría sobre una situación que ocurre en la población en estudio + +--- +class: inverse center + +#¿Cuándo se puede verificar una hipótesis? + +-- + +# -> .yellow[NUNCA] + +-- + +# ... pero, se puede **.orange[falsar]** +--- + + +.pull-left[ +# Popper y la falsabilidad +![:scale 70%](img/popper.jpg) +] + +.pull-right[ +.medium[ +_"el criterio de demarcación que hemos de adoptar no es el de la verificabilidad, sino el de la .red[falsabilidad] de +los sistemas. Dicho de otro modo: no exigiré que un sistema científico pueda +ser seleccionado, de una vez para siempre, en un sentido positivo; pero sí +que sea susceptible de selección en un sentido negativo por medio de contrastes o pruebas empíricas: ha de ser posible refutar por la experiencia un sistema científico empírico" (Popper, 1982, p. 40)_ +] +] + +--- +# Contraste de hipótesis y falsación + +.pull-left-narrow[ +![](img/hipotesis.png) +] + +.pull-right-wide[ +- El **verificar** una hipótesis no hace que una teoría sea verdadera + +- Se puede intentar refutar una teoría (**falsarla**) mediante un contraejemplo o hipótesis contraria + +- Si no es posible refutar la hipótesis contraria, entonces la teoría queda aceptada **provisionalmente** +] + +--- +# Ejemplo + +.pull-left[ +Teoría: todos los cuervos son negros + +Hipótesis de verificación: hay cuervos negros + +Hipótesis de falsación: hay cuervos blancos +] + +.pull-right-narrow[ +
    +![](img/white-crow.png) + +] +--- +class: inverse center + +### Lógica de contraste de hipótesis: + +## .yellow[Intentar falsear lo que es contrario a nuestra hipótesis original] + +-- + +## En estadística, esta "hipótesis contraria" se denomina la .yellow[HIPÓTESIS NULA] + + +--- +class: roja middle center + +# buscamos RECHAZAR LA HIPÓTESIS NULA + +si logramos rechazar la hipótesis nula (o sea, que lo contrario de nuestra teoría no es verdad), entonces encontramos evidencia a favor de nuestra teoría + +Buscamos .large[no encontrar] cuervos blancos ![:scale 10%](img/white-crow.png) + + +--- +class: center +![:scale 35%](https://jc-castillo.com/media/albums/gallery/1659416903799.jpg) + +--- +# Tipos de hipótesis + +- Según número de variables involucradas: univariadas, bivariadas, multivariadas + +- Según tipo de contraste + + - hipótesis de diferencia (distinto de) + + - hipótesis de comparación (mayor/menor qué) + + +-> más detalle de tipos de hipótesis prox. clase, ahora vamos a un **ejemplo** + +--- +class: inverse middle center + + +## ¿Existen diferencias salariales entre hombres y mujeres en Chile? + +---- + +.black[ +| Hipótesis general| Hipótesis estadística | +|---------------------------------------|--------------------------------|------------------------| +| Existen diferencias salariales entre hombres y mujeres | Hipótesis **alternativa**: Las diferencias son distintas de cero | +| No existen diferencias salariales entre hombres y mujeres | Hipótesis **nula**: Las diferencias no son distintas de cero | +] + + +--- +# Cuestionario CASEN + +.pull-left[ + +![:scale 80%](img/sueldo_casen.png) +] + +.pull-right[ +![](img/sexo_casen.png) +] + +--- +# Datos CASEN 2022 + +.pull-left-narrow[ +![](img/casen_download.png) +] + +.medium[ +.pull-right-wide[ + +Vamos a generar una submuestra de 350 casos de CASEN para ilustrar de mejor manera el sentido del test de hipótesis + +```{r} +pacman::p_load(sjmisc, haven, dplyr, stargazer, interpretCI, kableExtra) +load("casen2022_inf2.Rdata") +options(scipen=999) # para evitar notación en los ceros +set.seed(20) # para fijar el resultado aleatorio +casen_350 <- casen2022_inf %>% select(salario,sexo) %>% sample_n(350) +casen_350 <- na.omit(casen_350) +``` +]] +--- +# Datos + +```{r} +stargazer(as.data.frame(casen_350), type = "text") +``` + +--- + +```{r} +casen_350%>% # se especifica la base de datos + dplyr::group_by(sexo=sjlabelled::as_label(sexo)) %>% # se agrupan por la variable categórica y se usan sus etiquetas con as_label + dplyr::summarise(Obs.=n(),Promedio=mean(salario, na.rm=TRUE),SD=sd(salario, na.rm=TRUE)) %>% # se agregan las operaciones a presentar en la tabla + kable(, format = "markdown") # se genera la tabla +``` + + + +Diferencia salarial = 654.585-604.420=**50.165** + +--- +class: inverse +### .yellow[Procedimiento: 5 pasos de la inferencia] (ajustados de Ritchey) + +1. Formular hipótesis ( $H_0$ y $H_A$) + +2. Obtener error estándar y estadístico de prueba empírico correspondiente (ej: Z o t) + +3. Establecer la probabilidad de error $\alpha$ (usualmente 0.05) y obtener valor crítico (teórico) de la prueba correspondiente + +4. Cálculo de intervalo de confianza / contraste valores empírico/crítico + +5. Interpretación + +--- +# 1. Formular hipótesis + +Contrastamos la *hipótesis nula* (no hay diferencias de promedios entre grupos): + +$$H_{0}: \bar{X}_{hombres} - \bar{X}_{mujeres}= 0$$ + +En referencia a la siguiente hipótesis alternativa: + +$$H_{a}: \bar{X}_{hombres} - \bar{X}_{mujeres} \neq 0$$ +--- +.content-box-green[ +# (2. Error estándar y estadístico de prueba) + +- .red[(Una nota preliminar)] En general, existen 2 formas de realizar el contraste de hipótesis:

    +.medium[ +- intervalo de confianza, asociado al error estándar +- contraste con valor crítico, asociado al estadístico de prueba + ] +- Ambos entregan información consistente y complementaria + +- En esta clase vamos a estimar solo el intervalo, la próxima veremos el contraste con valor crítico, que el caso de diferencia de medias corresponde a la prueba $t$ de student. +] +--- +# 2. Error estándar (y estadístico de prueba) + +- Cada estadístico tiene su propia fórmula de error estándar + +- En el caso de la **diferencia de medias** (en este caso, de hombres y mujeres), el error estándar es: + + +$$SE=\sqrt{\frac{\sigma_{diff}}{n_a}+\frac{\sigma_{diff}}{n_b}}$$ +Donde + +$$\sigma_{diff}=\frac{\sigma^2_{a}(n_a-1)+\sigma^2_{b}(n_b-1)}{n_a+n_b-2}$$ + +- como se puede apreciar, es una extensión del error estandar del promedio pero para dos grupos distintos + +--- + +Cálculo de la desviación estándar de las diferencias de promedios: + +\begin{align*} +\sigma_{diff}&=\frac{468692^2(205-1)+444666^2(138-1)}{205+138-2} \\ \\ +&=\frac{44813126936256+27088715663172}{341}\\ \\ +&=210855843400 +\end{align*} + +--- + +Y enfonces el error estándar de la diferencia de medias: +\begin{align*} +SE&=\sqrt{\frac{\sigma_{diff}}{n_a}+\frac{\sigma_{diff}}{n_b}} \\ \\ +&=\sqrt{\frac{210855843400}{205}+\frac{210855843400}{138}}\\ \\ +&=50561 +\end{align*} + + +--- +# 3. Establecer probabilidad de error + +- asumimos que existe una probabilidad de error al rechazar $H_0$, para lo cual fijamos un límite convencional -> usualmente un 5% + +- ¿error **de qué**? -> de rechazar $H_0$ cuando esta existe en la población. +- Esto se conoce como la **probabilidad de error Tipo I o $\alpha$ (alfa)** + +--- +## Hipotesis nula ( $H_0$) y tipos de error +.center[ +![:scale 100%](img/errortypes.png) +] + +--- +# En nuestro ejemplo: + +$$H_{0}: \bar{X}_{sueldo\ mujeres} - \bar{X}_{sueldo\ hombres}= 0$$ +- Si **hay** diferencias de sueldo en la población y rechazamos $H_0$: decisión correcta + +- Si **no hay** diferencias de sueldo en la población y rechazamos $H_0$: Error tipo I + +.content-box-red[ +.center[ +##El Error Tipo I equivale a encontrar cosas en nuestra muestra que no existen en la población +]] + +--- +## Hipotesis nula y tipos de error + +![](img/errors.jpg) + +--- +# Hipótesis nula y $\alpha$ + +- Entonces, el $\alpha$ es la probabilidad de error que fijamos para rechazar la hipótesis nula + +- en lenguaje de prueba de hipótesis, es la probabilidad de rechazar la hipótesis nula cuando esta es verdadera + +- o la probabilidad de encontrar diferencias entre grupos de la población cuando estas no existen + +- o en simple, la probabilidad de que nos estemos equivocando + +--- +# Nivel de confianza y probabilidad de error $\alpha$ + +- el nivel de confianza de una estimación se determina de manera **convencional**, usualmente se acepta 95% o 99% de confianza + +- un nivel de confianza se expresa en una probabilidad de error $\alpha$ (.red[alfa]), que es 1- nivel de confianza + + - para un nivel de confianza de 95%, $\alpha=1-0.95=0.05$ + + - para un nivel de confianza de 99%, $\alpha=1-0.99=0.01$ + +--- +class: middle center + +![](img/normal&alfa2.png) + +--- +class: middle center + +![](img/normal&alfa.png) + +--- +.content-box-green[ + +## 4. Intervalo de confianza [y contraste con valor crítico] + +- de la clase anterior con prueba Z sabemos que el valor crítico para un 95% de confianza es 1.96 + +- para diferencia de medias se utiliza prueba $t$, donde el valor crítico es variable según en tamaño muestral + +- sin embargo, para muestras grandes, t=Z, y por lo tanto por ahora mantendremos los valores referenciales Z (de 1.96) hasta que profundicemos en t la próxima clase + +] + +--- +# 4. Intervalo de confianza + + +\begin{align*} +\bar{x}_1-\bar{x}_2 &\pm t_{\alpha/2}*SE_{\bar{x_1}-\bar{x_2}} \\\\ +50165 &\pm 1.96*50561 \\\\ +50165 &\pm 99099.56 \\\\ +CI[-49287.48&;149617.63] +\end{align*} + +--- +# Test de hipótesis de diferencias en R + +```{r} +t.test(salario ~ sexo, data = casen_350, var.equal=TRUE) +``` + +--- +# tabla t test con `rempsyc` + +```{r} +pacman::p_load(rempsyc,broom) +model <- t.test(salario ~ sexo, data = casen_350, var.equal=TRUE) +stats.table <- tidy(model, conf.int = TRUE) +nice_table(stats.table, broom = "t.test") + +``` +??? +https://rempsyc.remi-theriault.com/articles/t-test + + +--- +# 5. Interpretación + +Nuestro intervalo de confianza **contiene el cero**, por lo que no se rechaza la hipótesis nula +---- +.content-box-red[ + +Con un 95% de confianza (5% de probabilidad de error) no se encuentra evidencia de diferencias salariales entre hombres y mujeres. + +Alternativamente: +No existe evidencia que las diferencias salariales entre hombres y mujeres son distintas de cero, con un 5% de probabilidad de error +] + +--- +class: inverse + +## Resumen + +- hipótesis: aseveraciones sobre algo que ocurre en la población, usualmente asociaciones entre conceptos / variables + +- las hipótesis se contrastan con un criterio de falsabilidad + +- el contraste de hipótesis en estadística opera mediante el rechazo de la hipótesis nula (o de no diferencias), con una probabilidad de error $\alpha$ + +- 5 pasos para contraste de hipótesis + + + +--- +# Próxima clase + +- Prueba $t$ + +- hipótesis direccionales (mayor o menor qué) o de una cola (one tail) + +- inferencia para proporciones + +--- +# Recomendaciones + + +[![:scale 30%](img/logicaccss.png)](https://cienciassocialesfcpys.wordpress.com/wp-content/uploads/2016/03/5la-logica-de-las-ciencias-sociales-popper-adorno-dahrendorf-habermas.pdf) + +--- +class: front + + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Inferencia, asociación y reporte + + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2024 +## [.orange[correlacional.netlify.app]](https:/correlacional.netlify.app) +] + + +.pull-right-narrow[ +.center[ +.content-block-gray[ + +]] +] + diff --git a/slides/05-inferencia4.html b/slides/05-inferencia4.html new file mode 100644 index 00000000..c42abe70 --- /dev/null +++ b/slides/05-inferencia4.html @@ -0,0 +1,823 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slides/05-inferencia4_files/figure-html/unnamed-chunk-1-1.png b/slides/05-inferencia4_files/figure-html/unnamed-chunk-1-1.png new file mode 100644 index 00000000..6d20a347 Binary files /dev/null and b/slides/05-inferencia4_files/figure-html/unnamed-chunk-1-1.png differ diff --git a/slides/05-slides.Rmd b/slides/05-slides.Rmd deleted file mode 100644 index 85c285e3..00000000 --- a/slides/05-slides.Rmd +++ /dev/null @@ -1,1159 +0,0 @@ ---- -title: "DAGs and potential outcomes" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(ggdag) -library(broom) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-7 - -# DAGs and
    potential outcomes - -.class-info[ - -**Session 5** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-5.medium.sp-after-half[*do*()ing observational
    causal inference] - --- - -.box-7.medium[Potential outcomes] - ---- - -name: dag-adjustment -class: center middle section-title section-title-5 animated fadeIn - -# *do*()ing observational
    causal inference - ---- - -layout: true -class: title title-5 - ---- - -# Structural models - -.box-inv-5.small[The relationship between nodes can be described with equations] - -.pull-left[ - -$$ -\begin{aligned} -\text{Loc} &= f_\text{Loc}(\text{U1}) \\ -\text{Bkgd} &= f_\text{Bkgd}(\text{U1}) \\ -\text{JobCx} &= f_\text{JobCx}(\text{Edu}) \\ -\text{Edu} &= f_\text{Edu}(\text{Req}, \text{Loc}, \text{Year}) \\ -\text{Earn} &= f_\text{Earn}(\text{Edu}, \text{Year}, \text{Bkgd}, \\ -& \quad\quad\quad\quad \text{Loc}, \text{JobCx}) \\ -\end{aligned} -$$ -] - -.pull-right[ -```{r structural-dag, echo=FALSE, fig.width=6, fig.height=4.5, out.width="90%"} -edu_earn_coords <- list(x = c(Edu = 2, Earn = 4, Year = 2, Bkgd = 4, - Loc = 3, JobCx = 3, Req = 1, U1 = 3), - y = c(Edu = 2, Earn = 2, Year = 3, Bkgd = 3, - Loc = 3, JobCx = 1, Req = 2, U1 = 4)) - -dagify( - Earn ~ Edu + Year + Bkgd + Loc + JobCx, - Edu ~ Req + Loc + Bkgd + Year, - JobCx ~ Edu, - Bkgd ~ U1, - Loc ~ U1, - exposure = "Edu", - outcome = "Earn", - latent = "U1", - labels = c("Earn" = "Earnings", "Edu" = "Education", - "Year" = "Year", "Bkgd" = "Background", - "Loc" = "Location", "JobCx" = "Job connections", - "U1" = "Unobserved stuff"), - coords = edu_earn_coords) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status), size = 14) + - geom_dag_text(color = "black", size = 5) + - scale_color_manual(values = c("#FF4136", "grey60", "#0074D9"), - na.value = "#7FDBFF") + - guides(color = FALSE) + - theme_dag() -``` -] ---- - -# Structural models - -.box-inv-5[`dagify()` in **ggdag** forces you to think this way] - -.pull-left.small[ -$$ -\begin{aligned} -\text{Earn} &= f_\text{Earn}(\text{Edu}, \text{Year}, \text{Bkgd}, \\ -& \quad\quad\quad\quad \text{Loc}, \text{JobCx}) \\ -\text{Edu} &= f_\text{Edu}(\text{Req}, \text{Loc}, \text{Year}) \\ -\text{JobCx} &= f_\text{JobCx}(\text{Edu}) \\ -\text{Bkgd} &= f_\text{Bkgd}(\text{U1}) \\ -\text{Loc} &= f_\text{Loc}(\text{U1}) -\end{aligned} -$$ -] - -.pull-right.small-code[ -```{r example-structural-model, eval=FALSE} -dagify( - Earn ~ Edu + Year + Bkgd + Loc + JobCx, - Edu ~ Req + Loc + Bkgd + Year, - JobCx ~ Edu, - Bkgd ~ U1, - Loc ~ U1 -) -``` - -] - ---- - -# Causal identification - -.pull-left-narrow[ - -.box-inv-5[All these nodes are related; there's correlation between them all] - -.box-inv-5[We care about
    **Edu → Earn**, but what do we do about all the other nodes?] - -] - -.pull-right-wide[ - -```{r edu-earn-full, echo=FALSE, fig.width=4.5, fig.height=3, out.width="100%"} -dagify( - Earn ~ Edu + Year + Bkgd + Loc + JobCx, - Edu ~ Req + Loc + Bkgd + Year, - JobCx ~ Edu, - Bkgd ~ U1, - Loc ~ U1, - exposure = "Edu", - outcome = "Earn", - latent = "U1", - labels = c("Earn" = "Earnings", "Edu" = "Education", - "Year" = "Year", "Bkgd" = "Background", - "Loc" = "Location", "JobCx" = "Job connections", - "U1" = "Unobserved stuff"), - coords = edu_earn_coords) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status), size = 14) + - geom_dag_text(color = "black", size = 5) + - scale_color_manual(values = c("#FF4136", "grey60", "#0074D9"), - na.value = "#7FDBFF") + - guides(color = FALSE) + - theme_dag() -``` - -] - ---- - -# Causal identification - -.box-inv-5.medium[A causal effect is *identified* if the association between treatment and outcome is propertly stripped and isolated] - ---- - -# Paths and associations - -.box-inv-5.medium[Arrows in a DAG transmit associations] - -.box-inv-5.medium[You can redirect and control those paths by "adjusting" or "conditioning"] - ---- - -# Three types of associations - -.pull-left-3[ -.box-5.medium[Confounding] - -```{r confounding-dag, echo=FALSE, fig.width=4.5, fig.height=3.35, out.width="100%"} -dagify( - Y ~ X + Z, - X ~ Z, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)) -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "black", size = 17) + - geom_dag_text(color = "white", size = 5) + - theme_dag() -``` - -.box-inv-5.small[Common cause] -] - -.pull-middle-3.center[ -.box-5.medium[Causation] - -```{r mediation-dag, echo=FALSE, fig.width=4.5, fig.height=3.35, out.width="100%"} -dagify( - Y ~ X + Z, - Z ~ X, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)) -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "black", size = 17) + - geom_dag_text(color = "white", size = 5) + - theme_dag() -``` - -.box-inv-5.small[Mediation] -] - -.pull-right-3[ -.box-5.medium[Collision] - -```{r collision-dag, echo=FALSE, fig.width=4.5, fig.height=3.35, out.width="100%"} -dagify( - Y ~ X, - Z ~ Y, - Z ~ X, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2)) -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "black", size = 17) + - geom_dag_text(color = "white", size = 5) + - theme_dag() -``` - -.box-inv-5.small[Selection /
    endogeneity] -] - ---- - -# Interventions - -.box-inv-5.medium[*do*-operator] - -.box-5[Making an intervention in a DAG] - -$$ -P[Y\ |\ do(X = x)] \quad \text{or} \quad E[Y\ |\ do(X = x)] -$$ - --- - -.box-5[P = probability distribution, or E = expectation/expected value] - --- - -.box-5[Y = outcome, X = treatment;
    x = specific value of treatment] - ---- - -# Interventions - -$$ -E[Y\ |\ do(X = x)] -$$ - -.box-5[E\[ Earnings | *do*(One year of college)\] ] - --- - -.box-5[E\[ Firm growth | *do*(Government R&D funding)\] ] - --- - -.box-5[E\[ Air quality | *do*(Carbon tax)\] ] - --- - -.box-5[E\[ Juvenile delinquency | *do*(Truancy program)\] ] - --- - -.box-5[E\[ Malaria infection rate | *do*(Mosquito net)\] ] - ---- - -# Interventions - -.box-inv-5[When you *do*() X, delete all arrows into it] - --- - -.pull-left[ -.box-5.small[Observational DAG] -```{r observational-dag, echo=FALSE, fig.width=4, fig.height=3, out.width="90%"} -dagify( - Y ~ X + A, - X ~ A, - coords = list(x = c(X = 1, Y = 2, A = 1.5), - y = c(X = 1, Y = 1, A = 2)) -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "black", size = 11) + - geom_dag_text() + - theme_dag() -``` -] - --- - -.pull-right[ -.box-5.small[Experimental DAG] -```{r experimental-dag, echo=FALSE, fig.width=4, fig.height=3, out.width="90%"} -dagify( - Y ~ X + A, - coords = list(x = c(X = 1, Y = 2, A = 1.5), - y = c(X = 1, Y = 1, A = 2)), - labels = c(X = "X = x") -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "black", size = 11) + - geom_dag_text() + - geom_dag_text_repel(aes(label = label), - nudge_x = 0, nudge_y = 0.25, - color = "black", - fontface = "bold", lineheight = 0.95, seed = 1234) + - theme_dag() -``` -] - ---- - -# Interventions - -$$ -E[\text{Earnings}\ |\ do(\text{College education})] -$$ - --- - -.pull-left[ -.box-5.small[Observational DAG] - -```{r edu-earn-obs, echo=FALSE, fig.width=6, fig.height=4.5, out.width="90%"} -dagify( - Earn ~ Edu + Year + Bkgd + Loc + JobCx, - Edu ~ Req + Loc + Bkgd + Year, - JobCx ~ Edu, - Bkgd ~ U1, - Loc ~ U1, - exposure = "Edu", - outcome = "Earn", - latent = "U1", - labels = c("Earn" = "Earnings", "Edu" = "Education", - "Year" = "Year", "Bkgd" = "Background", - "Loc" = "Location", "JobCx" = "Job connections", - "U1" = "Unobserved stuff"), - coords = edu_earn_coords) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status), size = 14) + - geom_dag_text(color = "black", size = 5) + - scale_color_manual(values = c("#FF4136", "grey60", "#0074D9"), - na.value = "#7FDBFF") + - guides(color = FALSE) + - theme_dag() -``` - -] - --- - -.pull-right[ -.box-5.small[Experimental DAG] - -```{r edu-earn-experiment, warning=FALSE, echo=FALSE, fig.width=6, fig.height=4.5, out.width="90%"} -dagify( - Earn ~ Edu + Year + Bkgd + Loc + JobCx, - NULL ~ Req, - JobCx ~ Edu, - Bkgd ~ U1, - Loc ~ U1, - exposure = "Edu", - outcome = "Earn", - latent = "U1", - labels = c("Earn" = "Earnings", "Edu" = "Education", - "Year" = "Year", "Bkgd" = "Background", - "Loc" = "Location", "JobCx" = "Job connections", - "U1" = "Unobserved stuff"), - coords = edu_earn_coords) %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status), size = 14) + - geom_dag_text(color = "black", size = 5) + - scale_color_manual(values = c("#FF4136", "grey60", "#0074D9"), - na.value = "#7FDBFF") + - guides(color = FALSE) + - theme_dag() -``` -] - ---- - -# Un*do*()ing things - -.box-inv-5.medium[We want to know **P[Y | *do*(X)]**
    but all we have is
    observational data X, Y, and Z] - --- - -$$ -P[Y\ |\ do(X)] \neq P(Y\ |\ X) -$$ - --- - -.box-5[Correlation isn't causation!] - ---- - -# Un*do*()ing things - -.box-inv-5.medium[Our goal with observational data:
    Rewrite **P[Y | *do*(X)]** so that it doesn't have a *do*() anymore (is "*do*-free")] - ---- - -# *do*-calculus - -.box-inv-5[A set of three rules that let you manipulate a DAG
    in special ways to remove *do*() expressions] - -.center[ -
    - do-calculus rules -
    -] - -.box-5.smaller[WAAAAAY beyond the score of this class!
    Just know it exists and computer algorithms can do it for you!] - -??? - -https://arxiv.org/abs/1906.07125 - ---- - -# Special cases of *do*-calculus - -.box-inv-5.medium.sp-after[Backdoor adjustment] - -.box-inv-5.medium[Frontdoor adjustment] - ---- - -# Backdoor adjustment - -$$ -P[Y\ |\ do(X)] = \sum_Z P(Y\ |\ X, Z) \times P(Z) -$$ - -.pull-left[ -```{r backdoor-dag, echo=FALSE, fig.width=5, fig.height=3.4, out.width="90%"} -dagify(Y ~ X + Z, - X ~ Z, - coords = list(x = c(X = 1, Y = 3, Z = 2), - y = c(X = 1, Y = 1, Z = 2))) %>% - tidy_dagitty() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point() + - geom_dag_text() + - theme_dag() -``` -] - -.pull-right[ -.box-inv-5.small[↑ That's complicated!] - -.box-inv-5[The right-hand side of the equation means "the effect of X on Y after adjusting for Z"] - -.box-5[There's no *do*() on that side!] -] - ---- - -# Frontdoor adjustment - -```{r frontdoor, echo=FALSE, fig.width=5, fig.height=3.4, out.width="50%"} -dagify(C ~ T + G, - T ~ S, - S ~ G, - coords = list( - x = c(S = 1, T = 2, C = 3, G = 2), - y = c(S = 1, T = 1, C = 1, G = 2) - ), - labels = c(S = "Smoking", - T = "Tar", - C = "Cancer", - G = "Genetics"), - exposure = "S", - outcome = "C") %>% - tidy_dagitty() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point() + - geom_dag_text() + - geom_dag_label_repel(aes(label = label), nudge_y = 0.1, seed = 1234) + - theme_dag() -``` - - -.box-5.small[**S → T** is *d*-separated; **T → C** is *d*-separated
    combine the effects to find **S → C**] - ---- - -# Moral of the story - -.box-inv-5.medium[If you can transform *do*() expressions to
    *do*-free versions, you can legally make causal inferences from observational data] - --- - -.box-5[Backdoor adjustment is easiest to see +
    dagitty and **ggdag** do this for you!] - --- - -.box-5.small[Fancy algorithms (found in the **causaleffect** package)
    can do the official *do*-calculus for you too] - ---- - -layout: false -name: potential-outcomes -class: center middle section-title section-title-7 animated fadeIn - -# Potential outcomes - ---- - -layout: true -class: title title-7 - ---- - -# Program effect - -
    - Outcomes and program effect -
    - ---- - -# Some equation translations - -.box-inv-7.medium[Causal effect = δ (delta)] - -$$ -\delta = P[Y\ |\ do(X)] -$$ - --- - -$$ -\delta = E[Y\ |\ do(X)] - E[Y\ |\ \hat{do}(X)] -$$ - --- - -$$ -\delta = (Y\ |\ X = 1) - (Y\ |\ X = 0) -$$ - --- - -$$ -\delta = Y_1 - Y_0 -$$ - ---- - -layout: false -class: bg-full -background-image: url("img/05/TAL.png") - -??? - -https://www.thisamericanlife.org/691/gardens-of-branching-paths - ---- - -layout: true -class: title title-7 - ---- - -layout: false - -.box-7.large[Fundamental problem
    of causal inference] - -$$ -\delta_i = Y_i^1 - Y_i^0 \quad \text{in real life is} \quad \delta_i = Y_i^1 - ??? -$$ - -.box-inv-7[Individual-level effects are impossible to observe!] - -.box-inv-7[There are no individual counterfactuals!] - ---- - -layout: true -class: title title-7 - ---- - -# Average treatment effect (ATE) - -.box-inv-7.medium[Solution: Use averages instead] - -$$ -\text{ATE} = E(Y_1 - Y_0) = E(Y_1) - E(Y_0) -$$ - --- - -.box-7[Difference between average/expected value when
    program is on vs. expected value when program is off] - -$$ -\delta = (\bar{Y}\ |\ P = 1) - (\bar{Y}\ |\ P = 0) -$$ - ---- - -layout: false - -```{r po-table, echo=FALSE} -po <- tibble( - Person = 1:8, - Age = c("Old", "Old", "Old", "Old", "Young", "Young", "Young", "Young"), - Treated = c(TRUE, TRUE, TRUE, FALSE, TRUE, FALSE, FALSE, FALSE), - Y1 = c(80, 75, 85, 70, 75, 80, 90, 85), - Y0 = c(60, 70, 80, 60, 70, 80, 100, 80) -) %>% - mutate(delta = Y1 - Y0) %>% - mutate(actual = ifelse(Treated, Y1, Y0)) %>% - mutate(`Outcome
    with program` = ifelse(Treated, paste0("**", Y1, "**"), Y1), - `Outcome
    without program` = ifelse(!Treated, paste0("**", Y0, "**"), Y0), - Effect = paste0("**", delta, "**")) -``` - -.small[ -```{r basic-po, echo=FALSE} -po %>% - select(Person, Age, Treated, starts_with("Outcome"), Effect) %>% - knitr::kable(align = "cccccc") -``` -] - ---- - -.smaller.sp-after[ -```{r basic-po1, echo=FALSE} -po %>% - select(Person, Age, Treated, starts_with("Outcome"), Effect) %>% - knitr::kable(align = "cccccc") -``` -] - -.pull-left.small[ -$\delta = (\bar{Y}\ |\ P = 1) - (\bar{Y}\ |\ P = 0)$ -] - -.pull-right.small[ -$\text{ATE} = \frac{20 + 5 + 5 + 5 + 10 + 0 + -10 + 5}{8} = 5$ -] - ---- - -class: title title-7 - -# CATE - -.box-inv-7.sp-after[ATE in subgroups] - --- - -.box-7.medium[Is the program more
    effective for specific age groups?] - ---- - -.smaller.sp-after[ -```{r basic-po-cate, echo=FALSE} -po %>% - select(Person, Age, Treated, starts_with("Outcome"), Effect) %>% - knitr::kable(align = "cccccc") -``` -] - -.pull-left.small[ -$\delta = (\bar{Y}_\text{O}\ |\ P = 1) - (\bar{Y}_\text{O}\ |\ P = 0)$ - -$\delta = (\bar{Y}_\text{Y}\ |\ P = 1) - (\bar{Y}_\text{Y}\ |\ P = 0)$ -] - -.pull-right.small[ -$\text{CATE}_\text{Old} = \frac{20 + 5 + 5 + 10}{4} = 10$ - -$\text{CATE}_\text{Young} = \frac{5 + 0 - 10 + 5}{4} = 0$ -] - ---- - -class: title title-7 - -# ATT and ATU - -.box-inv-7.medium[Average treatment on the treated] - -.box-7[ATT / TOT] - -.box-7[Effect for those with treatment] - --- - -.box-inv-7.medium[Average treatment on the untreated] - -.box-7[ATU / TUT] - -.box-7[Effect for those without treatment] - ---- - -.smaller.sp-after[ -```{r basic-po-att, echo=FALSE} -po %>% - select(Person, Age, Treated, starts_with("Outcome"), Effect) %>% - knitr::kable(align = "cccccc") -``` -] - -.pull-left.small[ -$\delta = (\bar{Y}_\text{T}\ |\ P = 1) - (\bar{Y}_\text{T}\ |\ P = 0)$ - -$\delta = (\bar{Y}_\text{U}\ |\ P = 1) - (\bar{Y}_\text{U}\ |\ P = 0)$ -] - -.pull-right.small[ -$\text{CATE}_\text{Treated} = \frac{20 + 5 + 5 + 5}{4} = 8.75$ - -$\text{CATE}_\text{Untreated} = \frac{10 + 0 - 10 + 5}{4} = 1.25$ -] - ---- - -layout: true -class: title title-7 - ---- - -# ATE, ATT, and ATU - -.box-inv-7.medium.sp-after[The ATE is the weighted average
    of the ATT and ATU] - --- - -.center[ -$\text{ATE} = (\pi_\text{Treated} \times \text{ATT}) + (\pi_\text{Untreated} \times \text{ATU})$ - -$(\frac{4}{8} \times 8.75) + (\frac{4}{8} \times 1.25)$ - -$4.375 + 0.625 = 5$ -] - -.box-7.smaller[**π** here means "proportion," not 3.1415] - ---- - -# Selection bias - -.box-inv-7.medium[ATE and ATT aren't always the same] - -.box-inv-7.medium[ATE = ATT + Selection bias] - -$$ -\begin{aligned} -5 &= 8.75 + x \\ -x &= -3.75 -\end{aligned} -$$ - -.box-7[Randomization fixes this, makes x = 0] - ---- - -# Actual data - -.pull-left.smaller[ -```{r po-actual, echo=FALSE} -po %>% - select(Person, Age, Treated, `Actual outcome` = actual) %>% - knitr::kable(align = "cccc") -``` -] - -.pull-right[ -.box-inv-7[Treatment not
    randomly assigned] - -.box-inv-7[We can't see
    unit-level causal effects] - -.box-7[What do we do?!] -] - ---- - -# Actual data - -.pull-left.smaller[ -```{r po-actual1, echo=FALSE} -po %>% - select(Person, Age, Treated, `Actual outcome` = actual) %>% - knitr::kable(align = "cccc") -``` -] - -.pull-right[ -.box-inv-7[Treatment seems to be correlated with age] - -```{r po-dag, echo=FALSE, fig.width=5, fig.height=3.2, out.width="100%"} -dagify(outcome ~ treatment + age, - treatment ~ age, - coords = list( - x = c(outcome = 3, treatment = 1, age = 2), - y = c(outcome = 1, treatment = 1, age = 2) - ), - labels = c(treatment = "Treatment", - outcome = "Outcome", - age = "Age"), - exposure = "treatment", - outcome = "outcome") %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status)) + - geom_dag_label_repel(aes(label = label), nudge_y = 0.1, seed = 1234) + - scale_color_manual(values = c("#F012BE", "#3D9970"), na.value = "grey80") + - guides(color = FALSE) + - theme_dag() -``` -] - ---- - -# Actual data - -.pull-left.tiny[ -```{r po-actual2, echo=FALSE} -po %>% - select(Person, Age, Treated, `Actual outcome` = actual) %>% - knitr::kable(align = "cccc") -``` -] - -.pull-right[ -.box-inv-7[We can estimate the ATE by finding the weighted average of age-based CATEs] - -.box-inv-7.tiny[As long as we assume/pretend treatment was randomly assigned within each age = unconfoundedness] - -] - -  - -.center[ -$\widehat{\text{ATE}} = \pi_\text{Old} \widehat{\text{CATE}_\text{Old}} + \pi_\text{Young} \widehat{\text{CATE}_\text{Young}}$ -] - ---- - -# Actual data - -.center.sp-after[ -$\color{#FF851B}{\widehat{\text{ATE}}} = \pi_\text{Old} \color{#2ECC40}{\widehat{\text{CATE}_\text{Old}}} + \pi_\text{Young} \color{#0074D9}{\widehat{\text{CATE}_\text{Young}}}$ -] - -.pull-left-narrow.tiny[ -```{r po-actual3, echo=FALSE} -po %>% - select(Person, Age, Treated, `Actual outcome` = actual) %>% - knitr::kable(align = "cccc") -``` -] - -.pull-right-wide.small[ -  - -$\color{#2ECC40}{\widehat{\text{CATE}_\text{Old}}} = \frac{80 + 75 + 85}{3} - \frac{60}{1} = \color{#2ECC40}{20}$ - -$\color{#0074D9}{\widehat{\text{CATE}_\text{Young}}} = \frac{75}{1} - \frac{80 + 100 + 80}{3} = \color{#0074D9}{-11.667}$ - -$\color{#FF851B}{\widehat{\text{ATE}}} = (\frac{4}{8} \times \color{#2ECC40}{20}) + (\frac{4}{8} \times \color{#0074D9}{-11.667}) = \color{#FF851B}{4.1667}$ -] - ---- - -# ¡¡¡DON'T DO THIS!!! - -.center.sp-after[ -$\color{#FF851B}{\widehat{\text{ATE}}} = \color{#F012BE}{\widehat{\text{CATE}_\text{Treated}}} - \color{#AAAAAA}{\widehat{\text{CATE}_\text{Untreated}}}$ -] - -.pull-left-narrow.tiny[ -```{r po-actual4, echo=FALSE} -po %>% - select(Person, Age, Treated, `Actual outcome` = actual) %>% - knitr::kable(align = "cccc") -``` -] - -.pull-right-wide.small.center[ -$\color{#F012BE}{\widehat{\text{CATE}_\text{Treated}}} = \frac{80 + 75 + 85 + 75}{4} = \color{#F012BE}{78.75}$ - -$\color{#AAAAAA}{\widehat{\text{CATE}_\text{Untreated}}} = \frac{60 + 80 + 100 + 80}{4} = \color{#AAAAAA}{80}$ - -$\color{#FF851B}{\widehat{\text{ATE}}} = \color{#F012BE}{78.75} - \color{#AAAAAA}{80} = \color{#FF851B}{-1.25}$ - -  - -.box-7[You can only do this if treatment is random!] -] - - ---- - -# Matching and ATEs - -.center[ -$\widehat{\text{ATE}} = \pi_\text{Old} \widehat{\text{CATE}_\text{Old}} + \pi_\text{Young} \widehat{\text{CATE}_\text{Young}}$ -] - -.pull-left-wide[ -.box-inv-7[We used age here because it correlates with (and confounds) the outcome] - -.box-7.small[And we assumed unconfoundedness;
    that treatment is
    randomly assigned within the groups] -] - -.pull-right-narrow[ -![](`r knitr::fig_chunk("po-dag", "png")`) -] - ---- - -layout: false - -.pull-left-narrow[ -  - -  - -.box-7[Does attending a private university cause an increase in earnings?] -] - -.pull-right-wide[ -
    - Matching table from Mastering 'Metrics -
    -] - ---- - -.pull-left-wide[ -
    - Matching table from Mastering 'Metrics -
    -] - -.pull-right-narrow[ -.box-7[This is tempting!] - -.box-inv-7[Average private − Average public] - -.tiny[ -$$ -\begin{aligned} -\frac{110 + 100 + 60 + 115 + 75}{5} &= \color{#0074D9}{92} \\ -\frac{110 + 30 + 90 + 60}{4} &= \color{#2ECC40}{72.5} \\ -(\color{#0074D9}{92} \times \color{#7FDBFF}{\frac{5}{9}}) - (\color{#2ECC40}{72.5} \times \color{#01FF70}{\frac{4}{9}}) &= \color{#FF851B}{18,888} -\end{aligned} -$$ -] - -.box-7[**This is wrong!**] -] - -.center[ -$\color{#FF851B}{\widehat{\text{ATE}}} = \color{#7FDBFF}{\pi_\text{Private}} \color{#0074D9}{\widehat{\text{CATE}_\text{Private}}} + \color{#01FF70}{\pi_\text{Public}} \color{#2ECC40}{\widehat{\text{CATE}_\text{Public}}}$ -] - ---- - -class: title title-7 - -# Grouping and matching - -.pull-left[ -
    - Matching table from Mastering 'Metrics -
    -] - -.pull-right[ -.box-inv-7[These groups look like they have similar characteristics] - -.box-inv-7.tiny[Unconfoundedness?] - -```{r match-dag, echo=FALSE, fig.width=5, fig.height=3.2, out.width="80%"} -dagify(outcome ~ treatment + characteristics, - treatment ~ characteristics, - coords = list( - x = c(outcome = 3, treatment = 1, characteristics = 2), - y = c(outcome = 1, treatment = 1, characteristics = 2) - ), - labels = c(treatment = "Private university", - outcome = "Income", - characteristics = "Student characteristics (group)"), - exposure = "treatment", - outcome = "outcome") %>% - tidy_dagitty() %>% - node_status() %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(aes(color = status)) + - geom_dag_label_repel(aes(label = label), nudge_y = 0.1, seed = 1234) + - scale_color_manual(values = c("#F012BE", "#3D9970"), na.value = "grey80") + - guides(color = FALSE) + - theme_dag() -``` -] - ---- - -.pull-left-wide[ -
    - Matching table from Mastering 'Metrics -
    -] - -.pull-right-narrow[ -.box-inv-7[CATE Group A + CATE Group B] - -.tiny[ -$$ -\begin{aligned} -\frac{110 + 100}{2} - 110 &= \color{#0074D9}{-5,000} \\ -60 - 30 &= \color{#2ECC40}{30,000} \\ -(\color{#0074D9}{-5} \times \color{#7FDBFF}{\frac{3}{5}}) + (\color{#2ECC40}{30} \times \color{#01FF70}{\frac{2}{5}}) &= \color{#FF851B}{9,000} -\end{aligned} -$$ -] - -.box-7[**This is less wrong!**] -] - -.center[ -$\color{#FF851B}{\widehat{\text{ATE}}} = \color{#7FDBFF}{\pi_\text{Group A}} \color{#0074D9}{\widehat{\text{CATE}_\text{Group A}}} + \color{#01FF70}{\pi_\text{Group B}} \color{#2ECC40}{\widehat{\text{CATE}_\text{Group B}}}$ -] - ---- - -class: title title-7 - -# Matching with regression - -```{r schools-earnings, echo=FALSE, warning=FALSE, message=FALSE} -schools <- read_csv("data/public_private_earnings.csv") %>% - mutate(private = ifelse(str_detect(enrolled, "ivy"), TRUE, FALSE)) %>% - mutate(group_A = ifelse(group == "A", TRUE, FALSE)) - -# Only look at groups A and B, since C and D don't have people in both public -# and private schools. | means "or" -schools_small <- schools %>% - filter(group == "A" | group == "B") -``` - - -$$ -\text{Earnings} = \alpha + \beta_1 \text{Private} + \beta_2 \text{Group} + \epsilon -$$ - --- - -.small-code.center[ -```{r model-earnings-fake, eval=FALSE} -model_earnings <- lm(earnings ~ private + group_A, data = schools_small) -``` -] - --- - -.small[ -```{r model-earnings-results, echo=FALSE} -lm(earnings ~ private + group_A, data = schools_small) %>% - tidy() %>% - mutate(across(where(is.numeric), ~round(., 2))) %>% - knitr::kable() -``` -] - --- - -.center.float-left[ -.box-7[β1 = $10,000] .box-7[This is less wrong!] .box-7[Significance details!] -] diff --git a/slides/06-class.Rmd b/slides/06-class.Rmd deleted file mode 100644 index e2cd8608..00000000 --- a/slides/06-class.Rmd +++ /dev/null @@ -1,719 +0,0 @@ ---- -title: "Class 6: Validity + confidence intervals" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(ggdag) -library(palmerpenguins) -library(modelsummary) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-3 - -# In-person
    session 6 - -.class-info[ - -**February 16, 2023** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-1.medium.sp-after-half[Exam 1] - --- - -.box-3.medium.sp-after-half[FAQs] - --- - -.box-5.medium.sp-after-half[Confidence intervals, credible intervals,
    and a crash course on Bayesian statistics] - ---- - -layout: false -name: exam-1 -class: center middle section-title section-title-1 animated fadeIn - -# Exam 1 - ---- - -layout: true -class: middle - ---- - -.box-1.large[Tell us about Exam 1!] - ---- - -layout: false -name: faqs -class: center middle section-title section-title-3 animated fadeIn - -# FAQs - ---- - -layout: true -class: middle - ---- - -.box-3.large[What's the difference
    between `+` and `%>%`?] - -??? - -- - ---- - -.box-3.large[Are *p*-values really misinterpreted
    in published research?] - ---- - -.box-3.large[Power calculations and sample size] - -.box-3.medium[Won't we always be able to find
    a significant effect if the
    sample size is big enough?] - -.box-inv-3.small[Yes!] - ---- - -.box-3.huge[Math with computers] - -.box-inv-3[andhs.co/live] - ---- - -.box-3.large[Are the results from
    p-hacking actually a
    threat to validity?] - -??? - - - ---- - -.box-3.large[Do people actually post
    their preregistrations?] - ---- - -.box-3.large.sp-after[Yes!] - -.box-3.medium[[OSF](https://osf.io/prereg/)] - -.box-inv-3.sp-after[See [this](https://stats.andrewheiss.com/ngo-crackdowns-philanthropy/preregistration.html) and [this](https://stats.andrewheiss.com/why-donors-donate/preregistration.html) for examples] - -.box-3.medium[[As Predicted](https://aspredicted.org/)] - -.box-inv-3[See [this](https://aspredicted.org/blind.php?x=jr2hr3)] - ---- - -.box-3.medium[Do you have any tips for identifying the
    threats to validity in articles since
    they're often not super clear?] - -.box-3[Especially things like spillovers,
    Hawthorne effects, and John Henry effects?] - ---- - -.box-3.medium[Using a control group of some kind
    seems to be the common fix
    for all of these issues.] - -.box-3.medium[What happens if you can't do that?
    Is the study just a lost cause?] - -??? - -That's the point of DAGs and quasi experiments; simulate having treatment and control groups - ---- - -layout: false -name: bayes -class: center middle section-title section-title-5 animated fadeIn - -# Confidence intervals,
    credible intervals,
    and a crash course on Bayesian statistics - ---- - -class: middle - -.box-5.large[In the absence of p-values,
    I'm confused about how
    we report… significance?] - ---- - -class: middle - -.box-5.huge[Math with computers] - -.box-inv-5[andhs.co/live] - ---- - -layout: true -class: title title-5 - ---- - -# Imbens and p-values - -.box-inv-5[Nobody really cares about p-values] - --- - -.box-inv-5[Decision makers want to know
    a number or a range of numbers—
    some sort of effect and uncertainty] - --- - -.box-inv-5[Nobody cares how likely a number would be
    in an imaginary null world!] - ---- - -# Imbens's solution - -.box-inv-5[Report point estimates and some sort of range] - -> "It would be preferable if reporting standards emphasized confidence intervals or standard errors, and, even better, Bayesian posterior intervals." - --- - -.pull-left[ -.box-inv-5[Point estimate] - -.box-5.small[The single number you calculate
    (mean, coefficient, etc.)] -] - -.pull-right[ -.box-inv-5[Uncertainty] - -.box-5.small[A range of possible values] -] - ---- - -# Greek, Latin, and extra markings - -.box-inv-5[Statistics: use a sample to make inferences about a population] - --- - -.pull-left[ -.box-5[Greek] - -Letters like $\beta_1$ are the ***truth*** - -Letters with extra markings like $\hat{\beta_1}$ are our ***estimate*** of the truth based on our sample -] - --- - -.pull-right[ -.box-5[Latin] - -Letters like $X$ are ***actual data*** from our sample - -Letters with extra markings like $\bar{X}$ are ***calculations*** from our sample -] - ---- - -# Estimating truth - -.box-inv-5.sp-after[Data → Calculation → Estimate → Truth] - --- - -.pull-left[ - - - - - - - - - - - - - - - - - -
    Data\(X\)
    Calculation \(\bar{X} = \frac{\sum{X}}{N}\)
    Estimate\(\hat{\mu}\)
    Truth\(\mu\)
    -] - --- - -.pull-right[ -$$ -\bar{X} = \hat{\mu} -$$ - -$$ -X \rightarrow \bar{X} \rightarrow \hat{\mu} \xrightarrow{\text{🤞 hopefully 🤞}} \mu -$$ -] - ---- - -# Population parameter - -.box-inv-5.large[Truth = Greek letter] - -.box-5[An single unknown number that is true for the entire population] - --- - -.box-inv-5.small[Proportion of left-handed students at GSU] - -.box-inv-5.small[Median rent of apartments in NYC] - -.box-inv-5.small[Proportion of red M&Ms produced in a factory] - -.box-inv-5.small[ATE of your program] - ---- - -# Samples and estimates - -.box-inv-5.medium[We take a sample and make a guess] - --- - -.box-5[This single value is a *point estimate*] - -.box-5.small[(This is the Greek letter with a hat)] - ---- - -# Variability - -.box-inv-5.medium[You have an estimate,
    but how different might that
    estimate be if you take another sample?] - ---- - -# Left-handedness - -.box-inv-5.medium[You take a random sample of
    50 GSU students and 5 are left-handed.] - --- - -.box-5.less-medium[If you take a different random sample of
    50 GSU students, how many would you
    expect to be left-handed?] - --- - -.box-inv-5[3 are left-handed. Is that surprising?] - --- - -.box-inv-5[40 are left-handed. Is that surprising?] - ---- - -# Nets and confidence intervals - -.box-inv-5.medium[How confident are we that the sample
    picked up the population parameter?] - --- - -.box-inv-5.medium[Confidence interval is a net] - --- - -.box-5[We can be X% confident that our net is
    picking up that population parameter] - -.box-inv-5.small[If we took 100 samples, at least 95 of them would have the
    true population parameter in their 95% confidence intervals] - ---- - -layout: false - -> A city manager wants to know the true average property value of single-value homes in her city. She takes a random sample of 200 houses and builds a 95% confidence interval. The interval is ($180,000, $300,000). - --- - -.box-5[We're 95% confident that the
    interval ($180,000, $300,000)
    captured the true mean value] - ---- - -layout: true -class: title title-5 - ---- - -# WARNING - --- - -.box-inv-5.medium[It is way too tempting to say
    “We’re 95% sure that the
    population parameter is X”] - --- - -.box-5[People do this all the time! People with PhDs!] - --- - -.box-5[YOU will try to do this too] - -??? - -OpenIntro Stats p. 186 - -First, notice that the statements are always about the population parameter, which considers all American adults for the energy polls or all New York adults for the quarantine poll. - -We also avoided another common mistake: incorrect language might try to describe the confidence interval as capturing the population parameter with a certain probability. Making a probability interpretation is a common error: while it might be useful to think of it as a probability, the confidence level only quantifies how plausible it is that the parameter is in the given interval. - -Another important consideration of confidence intervals is that they are only about the population parameter. A confidence interval says nothing about individual observations or point estimates. Confidence intervals only provide a plausible range for population parameters. - ---- - -# Nets - -.box-inv-5.medium[If you took lots of samples,
    95% of their confidence intervals
    would have the single true value in them] - ---- - -layout: false - -.center[ -
    - Lots of confidence intervals -
    -] - ---- - -layout: true -class: title title-5 - ---- - -# Frequentism - -.box-inv-5.medium[This kind of statistics is called "frequentism"] - --- - -.box-5[The population parameter θ is fixed and singular
    while the data can vary] - -$$ -P(\text{Data} \mid \theta) -$$ - --- - -.box-5[You can do an experiment over and over again;
    take more and more samples and polls] - ---- - -# Frequentist confidence intervals - -.box-inv-5.medium.sp-before["We are 95% confident that this net
    captures the true population parameter"] - --- - -.box-5.medium.sp-before[~~"There's a 95% chance that the
    true value falls in this range"~~] - ---- - -layout: false -class: middle - -.box-5.huge[Weekends and
    restaurant scores] - ---- - -layout: true -class: title title-5 - ---- - -# Bayesian statistics - -.pull-left[ -.center[ -
    - Thomas Bayes -
    Rev. Thomas Bayes
    -
    -] -] - -.pull-right.small[ - -$$P(\theta \mid \text{Data})$$ - -  - -$$\color{orange}{P(\text{H} \mid \text{E})} = \frac{\color{red}{P(\text{H})} \times\color{blue}{P(\text{E} \mid \text{H})}}{\color{black}{P(\text{E})}}$$ - -] - - ---- - -# Bayesianism in WWII - -.pull-left[ -.center[ -
    - Alan Turing -
    Alan Turing
    -
    -] -] - -.pull-right[ -.center[ -
    - Enigma machine -
    An enigma machine
    -
    -] -] - ---- - -layout: true -class: middle - ---- - -$$\color{orange}{P(\text{H} \mid \text{E})} = \frac{\color{red}{P(\text{H})} \times\color{blue}{P(\text{E} \mid \text{H})}}{\color{black}{P(\text{E})}}$$ - -  - -$$ -\color{orange}{P(\text{Hypothesis} \mid \text{Evidence})} = -$$ - -$$ -\frac{ -\color{red}{P(\text{Hypothesis})} \times -\color{blue}{P(\text{Evidence} \mid \text{Hypothesis})} -}{ -\color{black}{P(\text{Evidence})} -} -$$ - ---- - -.center[ -
    - Bayesian formulas -
    -] - ---- - -.center[ -
    - Bayesian formulas -
    -] - ---- - -.box-5.huge[Bayesian statistics and
    more complex questions] - ---- - -.center[ -
    - Bayesian formulas -
    -] - ---- - -.box-5.huge[But the math is too hard!] - -.box-inv-5[So we simulate!] - -.box-inv-5.small[(Monte Carlo Markov Chains, or MCMC)] - ---- - -.box-5.huge[Weekends and
    restaurant scores again] - ---- - -layout: true -class: title title-5 - ---- - -# Bayesianism and parameters - -.center[ -.pull-left-wide[ -.box-inv-5[In the world of frequentism,
    there's a fixed population parameter
    and the data can hypothetically vary] -] - -.pull-right-narrow[ -$$ -P(\text{Data} \mid \theta) -$$ -] -] - --- - -.center[ -.pull-left-wide[ -.box-inv-5[In the world of Bayesianism,
    the data is fixed .small[(you collected it just once!)]
    and the population parameter can vary] -] - -.pull-right-narrow[ -$$ -P(\theta \mid \text{Data}) -$$ -] -] - -??? - -In frequentism land, the parameter is fixed and singular and the data can vary - you can do an experiment over and over again, take more and more samples and polls - -In Bayes land, the data is fixed (you collected it, that's it), and the parameter can vary - ---- - -# Bayesian credible intervals - -.box-5.small[(AKA posterior intervals)] - -.box-inv-5.medium.sp-before["Given the data, there is a 95% probability
    that the true population parameter
    falls in the credible interval"] - -??? - -> a Bayesian statistician would say “given our observed data, there is a 95% probability that the true value of θ falls within the credible region” while a Frequentist statistician would say “there is a 95% probability that when I compute a confidence interval from data of this sort, the true value of θ will fall within it”. -(https://freakonometrics.hypotheses.org/18117) - -> Note how this drastically improve the interpretability of the Bayesian interval compared to the frequentist one. Indeed, the Bayesian framework allows us to say “given the observed data, the effect has 95% probability of falling within this range”, compared to the less straightforward, frequentist alternative (the 95% Confidence* Interval) would be “there is a 95% probability that when computing a confidence interval from data of this sort, the effect falls within this range”. -(https://easystats.github.io/bayestestR/articles/credible_interval.html) - ---- - -# Intervals - -.pull-left[ -.box-inv-5.medium[Frequentism] - -.box-5[There's a 95% probability
    that the range contains the true value] - -.box-5[Probability of the range] - -.box-inv-5[Few people naturally
    think like this] -] - -.pull-right[ -.box-inv-5.medium[Bayesianism] - -.box-5[There's a 95% probability
    that the true value falls in this range] - -.box-5[Probability of the actual value] - -.box-inv-5[People *do* naturally
    think like this!] -] - -??? - -There's a 95% probability that the range contains the true value (freq) - We are 95% confident that this net captures the true population parameter -vs. -There's a 95% probability that the the true value falls in this range (bayes) - -This is a minor linguistic difference but it actually matters a lot! With frequentism, you have a range of possible values - you don't really know the true parameter, but it's in that range somewhere. Could be at the very edge, could be in the middle. With Bayesianism, you focus on the parameter itself, which has a distribution around it. It could be on the edge, but is most likely in the middle - -Probability of range boundaries vs probability of parameter values - -Bayesian p-value = probability that it's greater than 0 - you can say that there's a 100% chance that the coefficient is not zero, no more null worlds! - ---- - -# Thinking Bayesianly - -.box-inv-5.less-medium[We all think Bayesianly,
    even if you've never heard of Bayesian stats] - -.box-5[Every time you look at a confidence interval, you inherently think that the parameter is around that value, but that's wrong!] - --- - -.box-inv-5.less-medium.sp-before[BUT Imbens cites research that
    that's actually generally okay] - -.box-5[Often credible intervals are super similar to confidence intervals] - - ---- - -# Bayesian inference - -.box-inv-5.medium[What do you do without p-values then?] - --- - -.pull-left[ -.box-5.small[Probability
    of direction] - -
    - Probability of direction -
    -] - --- - -.pull-right[ -.box-5.small[Region of practical
    equivalence (ROPE)] - -
    - ROPE -
    -] - ---- - -layout: false -class: middle - -.box-5.huge[Weekends and
    restaurant scores
    once more] diff --git a/slides/06-inferencia2.html b/slides/06-inferencia2.html new file mode 100644 index 00000000..52840c5d --- /dev/null +++ b/slides/06-inferencia2.html @@ -0,0 +1,805 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slides/06-inferencia2_files/figure-html/unnamed-chunk-1-1.png b/slides/06-inferencia2_files/figure-html/unnamed-chunk-1-1.png new file mode 100644 index 00000000..aef6eda9 Binary files /dev/null and b/slides/06-inferencia2_files/figure-html/unnamed-chunk-1-1.png differ diff --git a/slides/06-inferencia2_files/figure-html/unnamed-chunk-2-1.png b/slides/06-inferencia2_files/figure-html/unnamed-chunk-2-1.png new file mode 100644 index 00000000..458771c9 Binary files /dev/null and b/slides/06-inferencia2_files/figure-html/unnamed-chunk-2-1.png differ diff --git a/slides/06-inferencia2_files/figure-html/unnamed-chunk-3-1.png b/slides/06-inferencia2_files/figure-html/unnamed-chunk-3-1.png new file mode 100644 index 00000000..cb7cb073 Binary files /dev/null and b/slides/06-inferencia2_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/slides/06-inferencia2_files/figure-html/unnamed-chunk-4-1.png b/slides/06-inferencia2_files/figure-html/unnamed-chunk-4-1.png new file mode 100644 index 00000000..278ffc4b Binary files /dev/null and b/slides/06-inferencia2_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/slides/06-inferencia2_files/figure-html/unnamed-chunk-5-1.png b/slides/06-inferencia2_files/figure-html/unnamed-chunk-5-1.png new file mode 100644 index 00000000..278ffc4b Binary files /dev/null and b/slides/06-inferencia2_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/slides/06-inferencia5.Rmd b/slides/06-inferencia5.Rmd new file mode 100644 index 00000000..232b9331 --- /dev/null +++ b/slides/06-inferencia5.Rmd @@ -0,0 +1,633 @@ +--- +title: "Estadística Correlacional" +author: ".small[Juan Carlos Castillo

    Departamento de Sociología - UCH / COES

    ]" +date: "2do Sem 2024" +output: + xaringan::moon_reader: + css: "css/custom_2020.css" + includes: + after_body: "insert-logo.html" + lib_dir: libs + nature: + ratio: '16:9' + highlightStyle: dracula + highlightLines: true + countIncrementalSlides: false + beforeInit: "libs/macros.js" + seal: false # esto omite title slide automática +--- +class: front + + +```{r setup, echo=FALSE, cache = FALSE} +library(knitr) +opts_chunk$set(warning=FALSE, + message=FALSE, + echo=TRUE, + comment = "", + cache = TRUE, fig.width=10, fig.height=8) +pacman::p_load(tidyverse, kableExtra) +``` + + +```{r xaringanExtra, echo=FALSE} +xaringanExtra::use_animate_css() +xaringanExtra::use_animate_all("fade") +xaringanExtra::use_scribble() +xaringanExtra::use_tile_view() +xaringanExtra::use_search(show_icon = TRUE) +``` + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Inferencia, asociación y reporte + + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2024 +## [.orange[correlacional.netlify.app]](https:/correlacional.netlify.app) +] + + +.pull-right-narrow[ +.center[ +.content-block-gray[ +## .gray[Sesión 6:] +## .curso[Inferencia 5: Prueba t y direccionalidad]] +] +] + +--- +class: inverse + +![](img/herramientas.png) + +--- +class: inverse +### .yellow[Procedimiento: 5 pasos de la inferencia] (ajustados de Ritchey) + +1. Formular hipótesis ( $H_0$ y $H_A$) + +2. Obtener error estándar y estadístico de prueba empírico correspondiente (ej: Z o t) + +3. Establecer la probabilidad de error $\alpha$ (usualmente 0.05) y obtener valor crítico (teórico) de la prueba correspondiente + +4. Cálculo de intervalo de confianza / contraste valores empírico/crítico + +5. Interpretación + +--- +# Pendientes: + +- prueba t + +- cálculo de valor crítico de prueba para contraste de hipótesis + +- hipótesis direccionales (por ejemplo, mayor o menor qué) + +--- +class: inverse botom right + +# Prueba t + +--- +# Comparación entre grupos +- gran parte de las hipótesis de investigación se relacionan con **diferencias entre grupos**, ej: + + - hombres obtienen mayor salario que las mujeres + + - los chilenos son más prejuiciosos que los migrantes + + - ahora se apoyan los cambios más graduales que antes (comparación en el tiempo) + +--- + +(sociología y método comparativo) + +--- +# Comparación de medias + +- en análisis cuantitativo, buena parte de las hipótesis comparativas remiten a comparaciones entre promedios + + - ej. clase anterior: el promedio salarial de los hombres es mayor que el de las mujeres + +- la clase anterior construimos un intervalo de confianza para contrastar esta hipótesis, y para eso utilizamos prueba Z ... lo que no corresponde, pero solo fue a modo de simplificación: + +--- +# Del ejemplo de la clase anterior (sub muestra CASEN) + +```{r echo=FALSE} +pacman::p_load(sjmisc, haven, dplyr, stargazer, interpretCI, kableExtra) +load("casen2022_inf2.Rdata") +options(scipen=999) # para evitar notación en los ceros +set.seed(20) # para fijar el resultado aleatorio +casen_350 <- casen2022_inf %>% select(salario,sexo) %>% sample_n(350) +casen_350 <- na.omit(casen_350) +``` + +```{r} +casen_350%>% # se especifica la base de datos + dplyr::group_by(sexo=sjlabelled::as_label(sexo)) %>% # se agrupan por la variable categórica y se usan sus etiquetas con as_label + dplyr::summarise(Obs.=n(),Promedio=mean(salario, na.rm=TRUE),SD=sd(salario, na.rm=TRUE)) %>% # se agregan las operaciones a presentar en la tabla + kable(, format = "markdown") # se genera la tabla +``` + +Diferencia salarial = 654.585-604.420=**50.165** + +--- +# Generación de intervalo (con Z) + +\begin{align*} +\bar{x}_1-\bar{x}_2 &\pm t_{\alpha/2}*SE_{\bar{x_1}-\bar{x_2}} \\\\ +50165 &\pm 1.96*50561 \\\\ +50165 &\pm 99099.56 \\\\ +CI[-49287.48&;149617.63] +\end{align*} + +Asumiendo que el valor Z para un error $\alfa$ de 0.5 (o 95% de confianza) es de **1.96** + +El valor de la prueba (en este caso Z) que se define para un determinado nivel de error se denomina **valor crítico** + +Para diferencia de medias necesitamos un valor crítico más preciso que el que nos da $Z$, que se denomina el valor $t$. + +--- +# $t$ y valores críticos + +- la distribución t es similar a Z + +- se basa en la distribución normal, pero con ajuste para muestras pequeñas y para cuando no conocemos la desviación estándar de la población + +- por lo tanto, la forma de la distribucion varía según el tamaño muestral, asociado al concepto de **grados de libertad** + +--- +class: middle, center + +![:scale 60%](img/t_vs_z.png) + +--- +.pull-left[ +## Cálculo de valor crítico en Z y t +![](img/confidence-interval.png) +Recordemos el cáĺculo de valores críticos en Z para construir un intervalo de confianza al 95% (clase Inferencia 3): +] + +.pull-right[ +.medium[ +Límite inferior: 2.5% (0.025) +```{r} +qnorm(0.025) # límite inferior +``` + +Límite superior: 2.5% + 95% = 97.5% (0.975) +```{r} +qnorm(0.975) # límite superior +``` +] +] + +Y aproximando, $\pm$ **1.96** + +--- +- En el ejemplo de la clase anterior, para una diferencia de salarios de 50165, un error estándar de 50561, y un Z de 1.96= + + +\begin{align*} +\bar{x}_1-\bar{x}_2 &\pm [Z]_{\alpha/2}*SE_{\bar{x_1}-\bar{x_2}} \\\\ +50165 &\pm 1.96*50561 \\\\ +50165 &\pm 99099.56 \\\\ +CI[-49287.48&;149617.63] +\end{align*} + +--- +# Intervalo de confianza para diferencia de medias con prueba $t$ + +- la obtención del valor crítico para un determinado nivel de confianza es similar a Z, pero ajustado al tamaño muestral + +- el tamaño muestral se asocia al concepto de **grados de libertad** + +- la pregunta a responder es: ¿cuál es el valor crítico de $t$ para una probabilidad de error $\alpha$ y grados de libertad $N-2$? + +--- +.pull-left[ +![:scale 60%](img/t_table.png) +] + +.pull-right[ +Para esto, tradicionalmente se recurre a la "tabla de valores $t$" + +A medida que aumenta la muestra (asociada a DF-grados de libertad), t se aproxima a Z + +Como se ve en la tabla, en una muestra de 1000 el valor crítico para 0.025 t=1.96 +] + +--- +# Establecimiento del valor crítico de la prueba (t) + +.pull-left[ + +- para un nivel de error $\alpha=0.05$ + +- y una hipótesis de diferencia de dos colas: $\alpha/2=[0.025-0.975]$ + +- grados de libertad N-2= 343-2 = 341] + +.pull-right[ +.medium[ +```{r} +qt(p=.05/2, df=341) +``` + +```{r} +qt(p=.05/2, df=341, + lower.tail=FALSE) +``` + +Como vemos, es un poco mayor a Z pero parecido, ya que la muestra es de buen tamaño +]] + +--- +# Construcción de intervalo de confianza para diferencia de medias en base a prueba $t$ + +\begin{align*} +\bar{x}_1-\bar{x}_2 &\pm t_{\alpha/2}*SE_{\bar{x_1}-\bar{x_2}} \\\\ +50165 &\pm 1.967*50561 \\\\ +50165 &\pm 99453.49 \\\\ +CI[-49288.49&\ ;149618.5] +\end{align*} + +--- +# Prueba $t$ y test de hipótesis + +.pull-left[ +.medium[ +- además de la construcción de intervalos, otra forma más tradicional de contraste de hipótesis para diferencia de medias es la prueba $t$ + +- la prueba $t$ consiste en el contraste de un _valor crítico_ de $t$ con un _valor empírico_ $t$ (o simplemente $t$) con la siguiente fórmula: +]] + +.pull-right[ +## $t=\frac{(\bar{x}_1-\bar{x}_2)}{\sqrt{\frac{s_1²}{\sqrt{n_1}}+\frac{s_2²}{\sqrt{n_2}} }}$ + +El denominador es el .red[error estándar de la diferencia de promedios] (que vimos la clase pasada)] + +--- + +.pull-left-narrow[Este t se compara con un valor crítico (teórico) de t asociado a una probabilidad de error $\alpha$, ej: 0.05 + +Si el t empírico es igual o superior al crítico se rechaza $H_0$ ] + +.pull-right-wide[ +![](https://multivariada.netlify.app/slides/07-inferencia/imagen4.png) +] + +--- +# En nuestro ejemplo: + +Para una diferencia de salarios de 50165, un error estándar de 50561 + +## $t=\frac{(\bar{x}_1-\bar{x}_2)}{\sqrt{\frac{s_1²}{\sqrt{n_1}}+\frac{s_2²}{\sqrt{n_2}} }}=\frac{50165}{50561}=0.9921$ + +Este valor $t$ (empírico) se contrasta con el valor crítico correspondiente a un 5% de probabilidad de error + +--- + +En este contraste se compara el valor estimado del estadístico de prueba y sus valores críticos: + +$$t_{cri}= -1.96 < t_{est}=0.992 < t_{cri}= 1.96$$ +Por lo tanto, nuestro valor estimado queda fuera de la zona de rechazo de la hipótesis nula. + +En consecuencia, con un nivel de confianza de 95% no podemos afirmar que existen diferencias salariales entre hombres y mujeres + +--- + +.pull-left-wide[ +```{r echo=FALSE} +pacman::p_load(gginference) +ggttest(t.test( + salario ~ sexo, + data = casen_350, + var.equal=TRUE)) + + theme( + text = element_text(size = 20)) +``` +] + + +.pull-right-narrow[ +.medium[ +
    +
    +
    +
    +
    +
    +
    +El gráfico muestra nuestro valor estimado de t fuera de la zona de rechazo (zona gris en la curva). Por lo tanto, no podemos rechazar $H_0$, las diferencias no son distintas de cero +] +] + +--- +# $t$ y $p$ + +- el cálculo de $t$ (estimado) nos da un valor en la curva, que puede ser transformado al valor de probabilidad de área bajo la curva (tal como en Z) + +- _cual es la probabilidad de error (valor p) de un $t$ específico?_ + +- esto también se puede ver en una tabla de valores $t$ y sus respectivas probabilidades + +- y en R ... + +--- + + +```{r eval=FALSE} +(qt(t,df, lower.tail = FALSE))*2 +``` +Donde: +- qt: función que entrega la probabilidad para un valor $t$ + +- df: grados de libertar (degrees of freedom) +- lower.tail=FALSE: considera las probabilidades acumuladas hacia la cola superior de la curva + +- *2: al ser una prueba de diferencias, considera zona de rechazo en ambas direcciones de la curva, por lo que las probabilidades se multiplican por 2 + +--- +En nuestro ejemplo: + +```{r} +(pt(0.99215, 341, lower.tail = FALSE))*2 +``` + +- La probabilidad de error del $t$ estimado es de 0.322. + +- Esto quiere decir es que en la estimación de esta diferencia de medias, nos estamos equivocando aproximadamente un tercio de las veces + +- Esta probabilidad está lejos del límite convencional de probabilidad de error de 0.05, por lo que se rechaza la hipótesis nula + +--- +class: inverse, middle, center + +# A mayor valor $t$, menor probabilidad de error $p$ + +--- +# Test de hipótesis: insumos complementarios + +Entonces, se logra rechazar la hipótesis nula cuando: + +- el intervalo de confianza no contiene el 0 + +- ### $t_{estimado} > t_{crítico}$ + +- ### $p_{estimado} < p_{crítico}$, + + + - o en términos generales convencionales, p<0.05 + +--- +# Test de hipótesis de diferencias en R + +```{r} +t.test(salario ~ sexo, data = casen_350, var.equal=TRUE) +``` + +--- +# tabla t test con `rempsyc` + +```{r} +pacman::p_load(rempsyc,broom) +model <- t.test(salario ~ sexo, data = casen_350, var.equal=TRUE) +stats.table <- tidy(model, conf.int = TRUE) +nice_table(stats.table, broom = "t.test") + +``` +??? +https://rempsyc.remi-theriault.com/articles/t-test + +--- +# Reporte formato APA + +_"Se realizó una prueba t para muestras independientes para comparar los salarios entre hombres y mujeres. Los resultados indicaron una diferencia no significativa en los salarios entre hombres (M = 654585, SD = 468692) y mujeres (M = 604420, SD = 444666); t(341)=0.9921, p=0.321. El intervalo de confianza del 95% para la diferencia de medias fue [−49288.49;149618.5]._ + +[diferencia no significativa=no se logra rechazar $H_0$] + +--- +# En R con librería `report` + +```{r results='hide'} +model <- t.test(salario ~ sexo, data = casen_350, var.equal=TRUE) +report(model) +``` + +_La prueba t de dos muestras que evalúa la diferencia de salario según sexo (media en el grupo 1 = 654585, media en el grupo 2 = 604420) sugiere que el efecto es positivo, estadísticamente no significativo y muy pequeño (diferencia = 50165, IC del 95% [-49,287.48, 150,000], t(341) = 0.99, p = 0.322)._ + +.small[[traducido y con mínima edición]] + +--- +class: inverse bottom right +# Hipótesis direccionales + +--- +## Tipos de preguntas e hipótesis (ej: con promedio(s)) +---- + +.small[ + +| **Pregunta**| **Hipotesis** | **Prueba** +|---------------------|------------------------------------------------------| +| A. ¿Existe el promedio en la población?
    | $$H_{a}: \bar{X}_1 \neq 0$$ $$H_{0}: \bar{X}_1 = 0$$ | Dos colas (no direccional) +| B. ¿Existen diferencias de promedios en la población? | $$H_{a}: \bar{X}_1 - \bar{X}_2 \neq 0$$ $$H_{0}: \bar{X}_1 - \bar{X}_2= 0$$ | Dos colas (no direccional) +| C. ¿Es un promedio (1) superior (o inferior) al otro (2)? | $$H_{a}: \bar{X}_1 - \bar{X}_2 \gt 0$$ $$H_{0}: \bar{X}_1 - \bar{X}_2 \leq 0$$ | Una cola (direccional) + - ] + +--- +class: center middle + +![:scale 73%](img/one_vs_two-tailed.png) + +--- +class: middle + +.pull-left[ +![](img/direccional-derecha.png) +] + +.pull-right[ +Si bien en teoría las hipótesis direccionales se pueden plantear en ambas direcciones, en general (y por simpleza) se expresan en términos de "mayor que", quedando la zona de rechazo de $H_0$ a la derecha +] + +--- +## Pasos en test de hipótesis + +1. Formulación: El salario de los hombres (grupo 1) es mayor al de las mujeres (grupo 2) + +\begin{align*} +H_{a}: \bar{X}_1 \gt \bar{X}_2 \\ +H_{0}: \bar{X}_1 \leq \bar{X}_2 +\end{align*} + +2.Obtener error estándar y estadístico de prueba (lo mismo que para al caso anterior) + + $$t=\frac{(\bar{x}_1-\bar{x}_2)}{\sqrt{\frac{s_1²}{\sqrt{n_1}}+\frac{s_2²}{\sqrt{n_2}} }}=\frac{50165}{50561}=0.9921$$ +--- +3.Probabilidad de error y valor crítico + +- seguimos con probabilidad de error ( $\alpha$ 0.05), pero a diferencia de las no-direccionales no se divide entre 2 (colas), sino que es solo para una + +.center[ +![:scale 80%](img/One_tailed_and_two_tailed_t-test.png) +] + + +--- +3.Probabilidad de error y valor crítico + +.pull-left[ + +- para un nivel de error $\alpha=0.05$ (de una cola) + +- grados de libertad N-2= 343-2 = 341 +] + +.pull-right[ +```{r} +qt(p=.05, + df=341, + lower.tail = FALSE) +``` + +[lower.tail=FALSE se refiere que el calculo refiere a la cola superior] + +] + +--- +4.Contraste + +.pull-left[ +- Recordemos nuestra hipótesis nula: + +$$H_{0}: \bar{X}_{hombres} \leq \bar{X}_{mujeres}$$ +- Considerando los valores de contraste: +$$t_{estimado}=0.992 < t_{critico}=1.6$$ + +] + +.pull-right[ + +```{r echo=FALSE, results='hide'} +model_dir <- t.test(salario ~ sexo, data = casen_350, alternative="greater", var.equal=TRUE, conf.level = 0.95) +stats.table3 <- tidy(model_dir) +nice_table(stats.table3, broom = "t.test") +directional <- ggttest(model_dir) +``` +```{r echo=FALSE} +directional +``` + +] +--- + +## 5. Interpretación + +.small[ +```{r echo=FALSE} +nice_table(stats.table3, broom = "t.test") +``` +] + +_"Se realizó una prueba t para muestras independientes para examinar si el salario promedio de los hombres (M = 654585, SD = 468692) es mayor que el de las mujeres (M = 604420, SD = 444666), siendo la diferencia entre ambos de 50.165. Los resultados no fueron estadísticamente significativos, t(341)=0.9921, p=0.161. Por lo tanto, con un 95% de confianza no se puede rechazar la hipótesis nula, lo que no permite sustentar la hipótesis inicial (alternativa) que el salario de los hombres es mayor que el de las mujeres."_ + +??? +Nota: en el práctico cambiar el N de la muestra y establecer distintos niveles de confianza + +--- +class: inverse middle center +# ¿Qué habría pasado con un tamaño muestral más grande, y/o con un nivel de probabilidad de error distinto? +--- +# sub-muestra CASEN 1500 casos +```{r echo=FALSE} +pacman::p_load(sjmisc, haven, dplyr, stargazer, interpretCI, kableExtra) +load("casen2022_inf2.Rdata") +options(scipen=999) # para evitar notación en los ceros +set.seed(20) # para fijar el resultado aleatorio +casen_1500 <- casen2022_inf %>% select(salario,sexo) %>% sample_n(1500) +casen_1500 <- na.omit(casen_1500) +``` +```{r} +casen_1500%>% # se especifica la base de datos + dplyr::group_by(sexo=sjlabelled::as_label(sexo)) %>% # se agrupan por la variable categórica y se usan sus etiquetas con as_label + dplyr::summarise(Obs.=n(),Promedio=mean(salario, na.rm=TRUE),SD=sd(salario, na.rm=TRUE)) %>% # se agregan las operaciones a presentar en la tabla + kable(, format = "markdown") # se genera la tabla +``` + +--- +.medium[ +.pull-left[ +```{r} +model_dir2 <- t.test( + salario ~ sexo, + data = casen_1500, + alternative="greater", + var.equal=TRUE, + conf.level = 0.95) +stats.table4 <- tidy(model_dir2) +nice_table(stats.table4, + broom = "t.test") +``` +] +] +.pull-right[ +```{r echo=FALSE} +directional2 <- ggttest(model_dir2) +directional2 +``` +] + +--- + +Más como esto: Práctico 2 (o _intentando rechazar_) + +--- + +# Pendientes: hipótesis para proporciones, se verá en la próxima unidad en asociación entre variables categóricas + + +--- +class: middle center +![:scale 70%](img/rechazar_meme.png) + +--- +class: front + + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Inferencia, asociación y reporte + + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2024 +## [.orange[correlacional.netlify.app]](https:/correlacional.netlify.app) +] + + +.pull-right-narrow[ +.center[ +.content-block-gray[ + +]] +] + diff --git a/slides/06-inferencia5.html b/slides/06-inferencia5.html new file mode 100644 index 00000000..aade3f49 --- /dev/null +++ b/slides/06-inferencia5.html @@ -0,0 +1,818 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slides/06-inferencia5_files/figure-html/unnamed-chunk-14-1.png b/slides/06-inferencia5_files/figure-html/unnamed-chunk-14-1.png new file mode 100644 index 00000000..42f3bbc1 Binary files /dev/null and b/slides/06-inferencia5_files/figure-html/unnamed-chunk-14-1.png differ diff --git a/slides/06-inferencia5_files/figure-html/unnamed-chunk-15-1.png b/slides/06-inferencia5_files/figure-html/unnamed-chunk-15-1.png new file mode 100644 index 00000000..42f3bbc1 Binary files /dev/null and b/slides/06-inferencia5_files/figure-html/unnamed-chunk-15-1.png differ diff --git a/slides/06-inferencia5_files/figure-html/unnamed-chunk-16-1.png b/slides/06-inferencia5_files/figure-html/unnamed-chunk-16-1.png new file mode 100644 index 00000000..42f3bbc1 Binary files /dev/null and b/slides/06-inferencia5_files/figure-html/unnamed-chunk-16-1.png differ diff --git a/slides/06-inferencia5_files/figure-html/unnamed-chunk-20-1.png b/slides/06-inferencia5_files/figure-html/unnamed-chunk-20-1.png new file mode 100644 index 00000000..773b7c70 Binary files /dev/null and b/slides/06-inferencia5_files/figure-html/unnamed-chunk-20-1.png differ diff --git a/slides/06-inferencia5_files/figure-html/unnamed-chunk-21-1.png b/slides/06-inferencia5_files/figure-html/unnamed-chunk-21-1.png new file mode 100644 index 00000000..773b7c70 Binary files /dev/null and b/slides/06-inferencia5_files/figure-html/unnamed-chunk-21-1.png differ diff --git a/slides/06-inferencia5_files/figure-html/unnamed-chunk-7-1.png b/slides/06-inferencia5_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 00000000..69a00d68 Binary files /dev/null and b/slides/06-inferencia5_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/slides/06-inferencia5_files/figure-html/unnamed-chunk-8-1.png b/slides/06-inferencia5_files/figure-html/unnamed-chunk-8-1.png new file mode 100644 index 00000000..69a00d68 Binary files /dev/null and b/slides/06-inferencia5_files/figure-html/unnamed-chunk-8-1.png differ diff --git a/slides/06-slides.Rmd b/slides/06-slides.Rmd deleted file mode 100644 index a9724a1a..00000000 --- a/slides/06-slides.Rmd +++ /dev/null @@ -1,827 +0,0 @@ ---- -title: "Threats to validity" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(infer) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-7 - -# The Four Horsemen
    of Validity - -.class-info[ - -**Session 6** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-3.medium.sp-after-half[Construct validity] - --- - -.box-1.medium.sp-after-half[Statistical conclusion validity] - --- - -.box-5.medium.sp-after-half[Internal validity] - --- - -.box-6.medium.sp-after-half[External validity] - ---- - -name: construct-validity -class: center middle section-title section-title-3 animated fadeIn - -# Construct validity - ---- - - -.box-inv-3.medium[A new program hopes to
    improve student commitment to school] - --- - -.box-inv-3.medium.sp-after[Participants score 200 points higher on the SAT and have a 0.3 higher GPA, on average] - --- - -.center.float-left[ -.box-3.medium[Success!]  .box-3.medium[Success?] -] - ---- - -layout: true -class: title title-3 - ---- - -# The Streetlight Effect - -.center[ -
    - Streetlight -
    -] - -??? - -Drunk guy looking for keys in the light of the lamppost instead of over in the bushes where they lost them - -Source: - ---- - -# Construct validity - -.box-inv-3.medium[Are you measuring what you want to measure?] - --- - -.box-3[Do test scores measure commitment to school?
    Teacher performance? Principal skill?] - --- - -.box-3.sp-after[Test scores measure how good kids are at taking tests] - --- - -.box-inv-3.medium[This is why we spend so much time
    on outcome measurement construction!] - ---- - -layout: false -name: statistical-conclusion-validity -class: center middle section-title section-title-1 animated fadeIn - -# Statistical conclusion
    validity - ---- - -layout: true -class: title title-1 - ---- - -# Statistical conclusion validity - --- - -.box-inv-1.medium[Are your statistics correct?] - --- - -.box-1[Statistical power] - --- - -.box-1[Violated assumptions of statistical tests] - --- - -.box-1[Fishing and p-hacking] - --- - -.box-1[Spurious statistical significance] - ---- - -# Power - -```{r fake-income-program, include=FALSE} -set.seed(1234) -fake_income_t <- tibble(Person = 1:200, - Group = "Treatment", - Before = rnorm(200, mean = 200, sd = 70), - After = rnorm(200, mean = 250, sd = 70)) - -fake_income_c <- tibble(Person = 201:400, - Group = "Control", - Before = rnorm(200, mean = 200, sd = 70), - After = rnorm(200, mean = 220, sd = 70)) - -fake_income <- bind_rows(fake_income_t, fake_income_c) %>% - mutate(Difference = After - Before) %>% - sample_frac(1) - -fake_income_small <- fake_income %>% - group_by(Group) %>% - sample_n(5) %>% - ungroup() - -diff_small <- fake_income_small %>% - specify(Difference ~ Group) %>% - calculate("diff in means", order = c("Treatment", "Control")) - -boot_small <- fake_income_small %>% - specify(Difference ~ Group) %>% - hypothesize(null = "independence") %>% - generate(reps = 1000, type = "permute") %>% - calculate("diff in means", order = c("Treatment", "Control")) - -p_small <- boot_small %>% - get_p_value(obs_stat = diff_small$stat, direction = "both") %>% - mutate(p_value_clean = scales::pvalue(p_value)) - -diff_big <- fake_income %>% - specify(Difference ~ Group) %>% - calculate("diff in means", order = c("Treatment", "Control")) - -boot_big <- fake_income %>% - specify(Difference ~ Group) %>% - hypothesize(null = "independence") %>% - generate(reps = 1000, type = "permute") %>% - calculate("diff in means", order = c("Treatment", "Control")) - -p_big <- boot_big %>% - get_p_value(obs_stat = diff_big$stat, direction = "both") %>% - mutate(p_value_clean = scales::pvalue(p_value)) -``` - - -.box-inv-1[A training program causes incomes to rise by $40] - -.center.small[ -```{r fake-income-example, echo=FALSE} -fake_income %>% - head(6) %>% - mutate(across(where(is.numeric), ~round(., 2))) %>% - knitr::kable(align = "llccc") -``` -] - ---- - -# Power - -.pull-left[ -.box-1.small[Survey 10 participants] - -```{r power-small, echo=FALSE, fig.width=6, fig.height=4.5, out.width="100%"} -boot_small %>% - visualize() + - geom_vline(xintercept = diff_big$stat, color = "#FF4136", size = 1) + - labs(x = "Average treatment − Average control", - y = "Count", - title = "Simulated world with no difference", - subtitle = paste0("N = 10; p = ", p_small$p_value_clean)) + - theme_light(base_size = 13, base_family = "Fira Sans Condensed") -``` - -] - --- - -.pull-right[ -.box-1.small[Survey 200 participants] - -```{r power-big, echo=FALSE, fig.width=6, fig.height=4.5, out.width="100%"} -boot_big %>% - visualize() + - geom_vline(xintercept = diff_big$stat, color = "#FF4136", size = 1) + - labs(x = "Average treatment − Average control", - y = "Count", - title = "Simulated world with no difference", - subtitle = paste0("N = 200; p = ", p_big$p_value_clean)) + - theme_light(base_size = 13, base_family = "Fira Sans Condensed") -``` - -] - ---- - -# What's the right sample size? - -.box-inv-1[Use a statistical power calculator to
    make sure you can potentially detect an effect] - -.center[ -
    - Google power calculator -
    -] - ---- - -# Test assumptions - -.box-inv-1[Every statistical test has certain assumptions] - --- - -.box-1.smaller[For instance, for OLS:] - -.center.float-left.smaller[ -.box-1[Linearity] .box-1[Homoscedasticity] .box-1[Independence] .box-1[Normality] -] - --- - -.box-inv-1.medium.sp-before[Make sure you're doing the stats correctly] - ---- - -# Fishing and p-hacking - -.box-inv-1[Wouldn't it be awesome to run thousands of models
    with different combinations of variables
    until you find coefficients that are statistically significant?] - --- - -.box-1.large[Don't!] - --- - -.center[ -
    - p-hacking -
    -] - -??? - - - ---- - -# Spurious statistical significance - -.box-inv-1.sp-after[If *p* threshold is 0.05 and you measure 20 outcomes,
    1 will likely show correlation by chance] - --- - -.center[ -
    - xkcd: significance -
    -] - -??? - - - ---- - -layout: false -name: internal-validity -class: center middle section-title section-title-5 animated fadeIn - -# Internal validity - ---- - -layout: true -class: title title-5 - ---- - -# Internal validity - --- - -.box-5[Omitted variable bias] - -.center.float-left[ -.box-inv-5[Selection] .box-inv-5[Attrition] -] - --- - -.box-5[Trends] - -.center.float-left[ -.box-inv-5[Maturation] .box-inv-5[Secular trends] .box-inv-5[Seasonality] .box-inv-5[Testing] .box-inv-5[Regression] -] - --- - -.pull-left-narrow[ -.box-5[Study calibration] - -.center.float-left[ -.box-inv-5[Measurement error] - -.box-inv-5[Time frame] -] -] - --- - -.pull-right-wide[ -.box-5[Contamination] - -.center.float-left[ -.box-inv-5[Hawthorne] .box-inv-5[John Henry] -] - -.center.float-left[ -.box-inv-5[Spillovers] .box-inv-5[Intervening events] -] -] - ---- - -# Selection - -.box-inv-5.less-medium.sp-after[If people can choose to enroll in a
    program, those who enroll will be
    different from those who do not] - --- - -.box-7.medium[How to fix] - -.box-inv-5.less-medium[Randomization into
    treatment and control groups] - ---- - -# Selection - -.box-inv-5.less-medium.sp-after[If people can choose when to
    enroll in a program, time might
    influence the result] - --- - -.box-7.medium[How to fix] - -.box-inv-5.less-medium[Shift time around] - ---- - -layout: false -class: bg-full -background-image: url("img/06/marriage-title.png") - -??? - -(happier people more likely to get married, so without randomly assigning marriage how would you study the impact of marriage on happiness?). They use a simple approach - since happiness varies over time set marriage equal to time zero and build a pre-post design around it. You essentially leverage the within-group variance and iron out across-age differences because of the varying ages of marriage. The whole insight it to change the time-line from calendar years to program years. - - - ---- - -class: bg-full -background-image: url("img/06/marriage-graph1.png") - ---- - -class: bg-full -background-image: url("img/06/marriage-graph2.png") - ---- - -class: bg-full -background-image: url("img/06/marriage-graph3.png") - ---- - -layout: true -class: title title-5 - ---- - -# Attrition - -.box-inv-5.less-medium.sp-after[If the people who leave a program or
    study are different than those who stay,
    the effects will be biased] - --- - -.box-7.medium[How to fix] - -.box-inv-5.less-medium[Check characteristics of those
    who stay and those who leave] - ---- - -# Fake microfinance program results - -.small.sp-after[ -```{r fake-microfinance, echo=FALSE} -microfinance <- tribble( - ~ID, ~`Increase in income`, ~`Remained in program`, - 1, 3, "Yes", - 2, 3.5, "Yes", - 3, 2, "Yes", - 4, 1.5, "No", - 5, 1, "No" -) - -ate_with <- scales::dollar(mean(microfinance$`Increase in income`)) -ate_without <- scales::dollar(mean(filter(microfinance, `Remained in program` == "Yes")$`Increase in income`)) - -microfinance %>% - mutate(`Increase in income` = scales::dollar(`Increase in income`)) %>% - knitr::kable(align = "ccc") -``` -] - -.pull-left[ -.box-inv-5[ATE with
    attriters = `r ate_with`] -] - --- - -.pull-right[ -.box-inv-5[ATE without
    attriters = `r ate_without`] -] - ---- - -# Maturation - -.box-inv-5.less-medium[Growth is expected naturally] - -.box-inv-5.sp-after[e.g. programs targeted at childhood development
    contend with the fact that children develop on their own too] - --- - -.box-7.medium[How to fix] - -.box-inv-5.less-medium[Use a comparison group to remove the trend] - ---- - -layout: false -class: bg-full -background-image: url("img/06/sesame-street.png") - -??? - -https://www.wellesley.edu/sites/default/files/assets/dailyshot/2015/wellesleystudy_sesamestreet.pdf - -https://umdrightnow.umd.edu/news/new-study-finds-sesame-street-improves-school-readiness - ---- - -layout: true -class: title title-5 - ---- - -# Secular trends - -.box-inv-5.less-medium[Patterns in data happen
    because of larger global processes] - -.center.float-left.sp-after[ -.box-5[Recessions] .box-5[Cultural shifts] .box-5[Marriage equality] -] - --- - -.box-7.medium.sp-before[How to fix] - -.box-inv-5.less-medium[Use a comparison group to remove the trend] - ---- - -# Seasonal trends - -.box-inv-5.less-medium.sp-after[Patterns in data happen because of
    regular time-based trends] - --- - -.box-7.medium[How to fix] - -.box-inv-5.less-medium[Compare observations from same time period
    or use yearly/monthly averages] - ---- - -layout: false - -.center[ -```{r giving-2017, echo=FALSE, fig.width=7, fig.asp=0.618, out.width="80%"} -giving_2017 <- tibble(Month = month.name, - Percent = c(0.072, 0.059, 0.076, 0.063, 0.076, 0.089, - 0.068, 0.071, 0.083, 0.082, 0.079, 0.182)) %>% - mutate(Month = fct_inorder(Month)) - -ggplot(giving_2017, aes(x = Month, y = Percent)) + - geom_col(fill = "#CF4446") + - labs(x = NULL, y = NULL, title = "Charitable giving by month, 2017") + - scale_y_continuous(labels = scales::percent_format(accuracy = 1)) + - scale_x_discrete(guide = guide_axis(n.dodge = 2)) + - coord_cartesian(ylim = c(0, 0.2)) + - theme_light(base_size = 13, base_family = "Fira Sans Condensed") + - theme(panel.grid.major.x = element_blank(), - plot.title = element_text(face = "bold", size = rel(1.5))) -``` -] - ---- - -layout: true -class: title title-5 - ---- - -# Testing - -.box-inv-5.less-medium.sp-after[Repeated exposure to questions or tasks
    will make people improve naturally] - --- - -.box-7.medium[How to fix] - -.box-inv-5.less-medium[Change tests, maybe don't offer pre-tests,
    use a control group that receives the test] - ---- - -# Regression to the mean - -.box-inv-5.less-medium[People in the extreme have a tendency to
    become less extreme over time] - -.center.float-left.sp-after[ -.box-5[Luck] .box-5[Crime and terrorism] .box-5[Hot hand effect] -] - --- - -.box-7.medium.sp-before[How to fix] - -.box-inv-5.less-medium[Don't select super high or
    super low performers] - -??? - -This isn’t because the universe trends toward some average; an extreme value is because of systematic and random extremes, which are rare. Luck goes away - ---- - -# Measurement error - -.box-inv-5.less-medium.sp-after[Measuring the outcome incorrectly
    will bias the effect] - --- - -.box-7.medium[How to fix] - -.box-inv-5.less-medium[Measure the outcome well] - ---- - -# Time frame - -.box-inv-5.less-medium.sp-after[If the study is too short, the effect might not
    be detectable yet; if the study is too long,
    attrition becomes a problem] - --- - -.box-7.medium[How to fix] - -.box-inv-5.less-medium[Use prior knowledge about the thing
    you're studying to choose the right length] - ---- - -# Hawthorne effect - -.box-inv-5.less-medium.sp-after[Observing people makes them behave differently] - --- - -.box-7.medium[How to fix] - -.box-inv-5.less-medium[Hide? Use completely unobserved control groups] - -??? - -Experiments in 1924-1932 at Hawthorne Works - ---- - -# John Henry effect - -.box-inv-5.less-medium.sp-after[Control group works hard to prove
    they're as good as the treatment group] - --- - -.box-7.medium[How to fix] - -.box-inv-5.less-medium[Keep two groups separate] - ---- - -# Spillover effect - -.box-inv-5.less-medium[Control groups naturally pick up
    what the treatment group is getting] - -.center.float-left.sp-after[ -.box-5[Externalities] .box-5[Social interaction] .box-5[Equilibrium effects] -] - --- - -.box-7.medium.sp-before[How to fix] - -.box-inv-5.less-medium[Keep two groups separate;
    use distant control groups] - ---- - -# Intervening events - -.box-inv-5.less-medium.sp-after[Something happens that affects one of
    the groups and not the other] - --- - -.box-7.medium[How to fix] - -.center.huge[🤷‍♂️] - ---- - -# Internal validity - -.box-5[Omitted variable bias] - -.center.float-left[ -.box-inv-5[Selection] .box-inv-5[Attrition] -] - -.box-5[Trends] - -.center.float-left[ -.box-inv-5[Maturation] .box-inv-5[Secular trends] .box-inv-5[Seasonality] .box-inv-5[Testing] .box-inv-5[Regression] -] - -.pull-left-narrow[ -.box-5[Study calibration] - -.center.float-left[ -.box-inv-5[Measurement error] - -.box-inv-5[Time frame] -] -] - -.pull-right-wide[ -.box-5[Contamination] - -.center.float-left[ -.box-inv-5[Hawthorne] .box-inv-5[John Henry] -] - -.center.float-left[ -.box-inv-5[Spillovers] .box-inv-5[Intervening events] -] -] - ---- - -# Fixing internal validity - -.box-inv-5.medium[Randomization fixes a host of issues] - -.center.float-left.sp-after[ -.box-5[Selection] .box-5[Maturation] .box-5[Regression to the mean] -] - --- - -.box-inv-5.medium.sp-before[Randomization doesn't fix everything!] - -.center.float-left[ -.box-5[Attrition] .box-5[Contamination] .box-5[Measurement] -] - ---- - -layout: false -name: external-validity -class: center middle section-title section-title-6 animated fadeIn - -# External validity - ---- - -layout: true -class: title title-6 - ---- - -# Generalizability - -.box-inv-6.less-medium[Are your findings generalizable
    to the whole population?] - --- - -.pull-left.right[ -
    - Hospital lights increase risk of dying -
    -] - --- - -.pull-right.left[ -
    - …in mice -
    -] - ---- - -# Lab conditions vs. real world - -.box-inv-6.medium[Study volunteers are weird] - --- - -.box-6[Western, educated, from industrialized,
    rich, and democratic countries] - --- - -.box-inv-6.medium.sp-before[Not everyone takes surveys] - --- - -.float-left.center[ -.box-6[Online surveys] .box-6[Amazon Mechanical Turk] .box-6[Random digit dialing] -] - ---- - -# Different settings and circumstances - --- - -.box-inv-6.medium.sp-after[Does a study in one state
    apply to other states?] - --- - -.box-inv-6.medium[Does the effect from a mosquito net trial
    in Eritrea transfer to Bolivia?] diff --git a/slides/07-class.Rmd b/slides/07-class.Rmd deleted file mode 100644 index 063adf19..00000000 --- a/slides/07-class.Rmd +++ /dev/null @@ -1,241 +0,0 @@ ---- -title: "Class 7: RCTs and IPW" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(ggdag) -library(palmerpenguins) -library(modelsummary) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-3 - -# In-person
    session 7 - -.class-info[ - -**February 23, 2023** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-3.medium.sp-after-half[Super quick FAQs] - --- - -.box-2.medium.sp-after-half[RCTs] - --- - -.box-4.medium.sp-after-half[Matching and IPW] - ---- - -layout: false -name: faqs -class: center middle section-title section-title-3 animated fadeIn - -# Super quick FAQs - ---- - -layout: true -class: middle - ---- - -.box-3.large[Commenting stuff] - -??? - -> I've had this question for a bit but remembered it during the section on building out the Matching and IPW project in R Studio. I'm trying to understand the commenting syntax in order to keep things in the code that do not get run. In Stata if you use /* to open and */ to close a comment block, everything between the two gets 'commented out' like this: -> -> /* -> Comments etc here -> */ -> -> Is there a way to do this in R with pound signs? - ---- - -.box-3.large[Randomness] - -.box-3.medium[How do we use random.org for things in R?] - ---- - -.box-3.medium[Do researchers actually check
    all of the assumptions of OLS?
    (or any statistical test?)] - -.box-inv-3.small[[Sometimes](https://stats.andrewheiss.com/donors-crackdowns-aid/03_h1-total-aid.html)] - ---- - -layout: false -name: rcts -class: center middle section-title section-title-2 animated fadeIn - -# RCTs - ---- - -layout: true -class: middle - ---- - -.box-2.large[Do we really not control
    for things in an RCT?] - ---- - -.box-2.large[Randomness and arrow deletion] - -??? - -> Since every arrow should reflect a causal relationship, it’s not possible for there to be an arrow pointing from a covariate to the allocation, since it is done at random. With no arrow pointing to the exposure, there can be no unblocked backdoor path, and thus no confounding. Voilà. - ---- - -.center[ -
    - Stack of coins -
    -] - -??? - -[Coins](http://www.freestockphotos.biz/stockphoto/8215) - ---- - -.box-2.medium[Wordle!] - -.center[ -
    - Blank Wordle -
    -] - -??? - - - - ---- - -.center[ -```text -Feb 10 2022 Day 236 PAUSE -Feb 11 2022 Day 237 ULCER -Feb 12 2022 Day 238 ULTRA -Feb 13 2022 Day 239 ROBIN - -----NYT TAKES OVER----- -Feb 14 2022 Day 240 CYNIC -Feb 15 2022 Day 241 AGORA -Feb 16 2022 Day 242 AROMA -Feb 17 2022 Day 243 CAULK -Feb 18 2022 Day 244 SHAKE -``` -] - -??? - - - ---- - -.box-2.large[Balance tests] - -??? - -Stratified randomization is okay - - - ---- - -.center[ -
    - Balance tests and The Good Place -
    -] - ---- - -.center[ -
    - Balance tests and The Good Place -
    -] - ---- - -.box-2.large[Can you walk through an example of
    RCTs in class?] - ---- - -layout: false -name: matching-ipw -class: center middle section-title section-title-4 animated fadeIn - -# Matching and IPW - ---- - -layout: true -class: middle - ---- - -.box-4.large[Can you talk more about
    propensity scores and
    "weirdness" weights?] - ---- - -.box-4.large[Why not just control for confounders
    instead of doing the whole matching/IPW dance?] - ---- - -.box-4.large[Which should we use?
    Matching or IPW?] - ---- - -.box-4.large[Can you walk through an example of
    IPW and matching in class?] diff --git a/slides/07-inferencia-draft.Rmd b/slides/07-inferencia-draft.Rmd new file mode 100644 index 00000000..c46d1589 --- /dev/null +++ b/slides/07-inferencia-draft.Rmd @@ -0,0 +1,837 @@ +--- +title: "Estadística Correlacional" +author: ".small[Juan Carlos Castillo

    Departamento de Sociología - UCH / COES

    ]" +date: "2do Sem 2023" +output: + xaringan::moon_reader: + css: "css/custom_2020.css" + includes: + after_body: "insert-logo.html" + lib_dir: libs + nature: + ratio: '16:9' + highlightStyle: dracula + highlightLines: true + countIncrementalSlides: false + beforeInit: "https://multinivel.netlify.com/docpres/xaringan_custom/macros.js" + seal: false # esto omite title slide automática +--- +class: front + + +```{r setup, include=FALSE, cache = FALSE} +library(knitr) +opts_chunk$set(warning=FALSE, + message=FALSE, + echo=TRUE, + comment = "", + cache = FALSE, fig.width=10, fig.height=8) +pacman::p_load(flipbookr, tidyverse, kableExtra) +``` + + + +```{r xaringanExtra, include=FALSE} +xaringanExtra::use_xaringan_extra(c("tile_view", "animate_css")) +xaringanExtra::use_scribble() +``` + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2023 +## [.orange[correlacional.netlify.com]](https:/correlacional.netlify.com) +] + + +.pull-right-narrow[ +.center[ +.content-block-gray[ +## Sesión 6: +## .orange[Inferencia 2: Hipótesis y error]] +] +] + +--- + +layout: true +class: animated, fadeIn + +--- +class: roja right + +# .black[Contenidos] + +.pull-left-narrow[ +] +.pull-right-wide[ + +### .yellow[1- Resumen sesión anterior] + +] + + +--- +# Inferencia: la otra parte del análisis + +Cuando se analizan datos, 2 cosas principales + +.pull-left[ +.content-box-yellow[ +- cálculo del estadístico: + + - promedio + + - desviación estándar + + - correlación + + - ... +] +] + +.pull-right[ +.content-box-red[ +- inferencia: ¿existe este estadístico en la población? + + - probabilidad + + - error + + - significación + +] +] + +--- +# Parámetros y estadísticos + +---- + +| | Población (parámetro) | Muestra (estadístico) | +|--------------------- |------------ |--------- | +| Promedio | $\mu$ | $\bar{x}$ | +| Varianza | $\sigma²$ | $s²$ | +| Desviación estándar | $\sigma$ | $s$ | +| Correlación | $\rho$ | $r$ | + + +--- +# Muestreo y variabilidad + +¿Cómo es posible que la media x̄ obtenida a partir de una muestra de unos pocos hogares de todos los del país, pueda ser una estimación precisa de µ? + +Una segunda muestra aleatoria obtenida en el mismo momento estaría +formada por hogares distintos y, sin duda, daría un valor distinto de x̄ + +--- +# Muestreo y variabilidad + +**Variabilidad muestral**: el valor de un estadístico varía en un muestreo aleatorio repetido + +¿Cuánto varía? + +¿En qué rangos? + +¿Qué tan **probable** es el rango de variación? + +¿Es un rango aceptable en términos de investigación social? + +--- +# Dados, probabilidades y áreas + +.pull-left[ +![](img/areas4.png) +] + +.pull-right[ +
    + Eventos posibles (espacio muestral S) = 6 = (1,2,3,4,5,6) + + +\begin{align*} +P(x)\geq4&=P(4)+P(5)+P(6) \\ +&=0.1\overline{6}+0.1\overline{6}+0.1\overline{6} \\ +&=0.5 +\end{align*} +] + +--- +# Sucesos con distinta probabilidad + +Ej: suma de 3 dados al azar repetidos +.center[ +![](img/3dice.png) +] + +--- + +.pull-left[ +## Histograma +Frecuencias o probabilidad de cada evento + +```{r echo=FALSE} +#make this example reproducible +set.seed(0) + +#define data +data <- data.frame(x=rnorm(1000)) + +#create histogram and overlay normal curve +ggplot(data, aes(x)) + + geom_histogram(aes(y = ..density..), fill='lightgray', col='black') + +``` + +] + +.pull-right[ +## Curvas de densidad + +Modelo matemático de la distribución + +```{r echo=FALSE} +#make this example reproducible +set.seed(0) + +#define data +data <- data.frame(x=rnorm(1000)) + +#create histogram and overlay normal curve +ggplot(data, aes(x)) + + geom_histogram(aes(y = ..density..), fill='lightgray', col='black')+ + stat_function(fun = dnorm, args = list(mean=mean(data$x), sd=sd(data$x))) + +``` + + +] + +--- +# ¿Por qué son importantes las distribuciones normales en estadística? + +- las distribuciones normales son buenas descripciones de algunas distribuciones de datos reales + +- permiten realizar **inferencia estadística** sobre fenómenos basados en distribuciones normales + +--- +## Distribución normal estándar +![:scale 80%](img/norm2.png) + +--- + +**Ejemplo**: + +Estatura promedio mujeres en Chile: 160 cm +Desviación estándar: 5 cm + +¿Qué podemos decir basándonos en la distribución normal? + +-- + +- el 68% de las mujeres se encuentra entre 155 y 165cm + +- el 95% de las mujeres se encuentra entre 150 y 170cm + +- solo un 5% de las mujeres mide más de 170cm +- prácticamente todas las mujeres (99.7) se encuentran entre 145 y 175cm + + +--- +# Valores $z$ y estandarización + +- estandarización: expresar el valor de una distribución en términos de desviaciones estándar basados en la distribución normal + +- para estandarizar un valor, se le resta la media y se divide por la desviación estándar + + +$$z=\frac{x-\mu}{\sigma}$$ + +- los valores estandarizados se denominan .red[valores z] + +--- +# Puntajes $z$ y proporciones +.pull-left[ +Los valores $z$ permiten calcular la proporción de casos bajo la curva normal que están sobre y bajo el puntaje + +Por ejemplo, para el caso de 1 desviación sobre el promedio, el área bajo la curva bajo este puntaje sería: + +] + +.pull-right[ + +```{r echo=FALSE} +# import ggplot +library(ggplot2) + +# x-axis and y-axis for the pdf line +x <- seq(-4,4,0.01) +y <- dnorm(x) + +# x-axis and y-axis for shaded area +x_shaded<- seq(-4, 1, 0.01) +y_shaded <- c(dnorm(x_shaded),0) +x_shaded<-c(x_shaded,1) + +# plot it, alpha sets the level of transparency in color +ggplot() + geom_line(aes(x, y))+geom_polygon(data = data.frame(x=x_shaded, y=y_shaded), aes(x_shaded, y_shaded),fill = "red",alpha = 1/5)+ +theme(panel.background = element_rect(fill='transparent'), + axis.line.x = element_line(color="black", size = 0.5), + axis.line.y = element_line(color="black", size = 0.5)) + + scale_x_continuous(n.breaks=8) + + theme(text = element_text(size = 20)) +``` +] + + +--- +class: middle + +.pull-left[ +## Curva normal, puntajes Z y proporciones +![](img/norm2.png) +] + +.pull-right[ +.medium[ +
    +
    +
    +Siguiendo con el ejemplo de altura $\bar{x}=160,\sigma=5$ + +$$z=\frac{x-\mu}{\sigma}=\frac{165-160}{5}=1$$ + +En base a la distribución normal sabemos que bajo 1 desviación estańdar está el 68% de los datos + la cola izquierda de la curva, que es (100-68/2)=16%. + +Ej: 84% (68+16) de los casos tienen una estatura menor a 165 cm +]] +--- +.pull-left[ +- Ej: estatura de 152cm + +\begin{align*} +z&=\frac{x-\mu}{\sigma}\\\\ +z&=\frac{altura-160}{5}\\\\ +z&=\frac{152-160}{5}=\frac{-8}{5}=-1.6 +\end{align*} +] + +.pull-right[ + +```{r echo=FALSE} +# x-axis and y-axis for shaded area +x_shaded<- seq(-4, -1.6, 0.01) +y_shaded <- c(dnorm(x_shaded),0) +x_shaded<-c(x_shaded,-1.6) + +# plot it, alpha sets the level of transparency in color +ggplot() + geom_line(aes(x, y))+geom_polygon(data = data.frame(x=x_shaded, y=y_shaded), aes(x_shaded, y_shaded),fill = "red",alpha = 1/5)+ +theme(panel.background = element_rect(fill='transparent'), + axis.line.x = element_line(color="black", size = 0.5), + axis.line.y = element_line(color="black", size = 0.5)) + + scale_x_continuous(n.breaks=8) + + theme(text = element_text(size = 20)) + +``` + +¿Cómo calcular el área bajo la curva para un valor específico? +] + + +--- +# Tabla de Puntajes Z + +.pull-left[ +- El valor correspondiente a -1.6 en la tabla de valores Z se busca en la fila Z -1.6 y la columna 0.00 (ya que la centésima de -1.6 es 0). + +- = 0.0548, es decir, alrededor de un 5% de los casos se enceuntra bajo esa estatura (152 cm) +] + +.pull-right[ +- Directamente en R= + +```{r} +pnorm(q=-1.6) +``` + +] + +--- +class: inverse + +## Resumen sesión anterior + +- inferencia: ¿con qué probabilidad podemos decir que lo que calculamos en nuestra muestra existe en la población? + +- probabilidades y distribución normal + +- puntajes Z y área bajo la curva normal + + +--- +class: inverse + +## Hoy: Distribuciones muestrales, error estándar e intervalos de confianza + +- ¿Qué tan probable es que un resultado obtenido en una muestra se deba al azar? + +- ¿Cómo nos sirve la curva normal para contrastar hipótesis de investigación? + +- ¿Con qué nivel de confianza podemos afirmar que nuestra hipótesis es verdadera? + +--- + +# Principios de la ciencia (Merton) + + +--- + +# LLAMADO AL ESCEPTISISMO (organizado con ciertas normas) + +--- + +# Inferencia + +¿En qué medida se pueden relacionar resultados que se encuentran en una .green[muestra[ (subconjunto de unidades) con lo que ocurre .red[en general]? + +-- +.medium[ +- Ej: si en un subconjunto de la población encuentro que el promedio de matemáticas es mayor en mujeres que en hombres ¿se puede .green[extrapolar] a la poblacion, o se debe solo al .red[azar]? +] + +-- +.content-box-red[ +.center[ +-> .red[¿Bajo qué normas o reglas estoy dispuest_ a aceptar que lo que obtuve con mi muestra (ej: un promedio) ocurre efectivamente en la población?]]] +??? + +¿le creo o no le creo al promedio de una muestra? ¿qué tendría que pasar para que le creyera? + +mapa y territorio, Borges +lidiando con el caos y la incertidumbre +la domesticación de la casualidad +error + +--- +# Ejercicio + +- tenemos una población de (ej.) 200 + +- en esta población existen 6 niveles educacionales, homogéneamente distribuidos (cada nivel educacional equivale a a 1/6 de la población) + +- por lo tanto, el nivel educacional promedio de la población equivale a 1+2+3+4+5+6/6= 3.5 + +--- +# Ejercicio: Muestra aleatoria y error + +- cada persona selecciona al azar a 5 sujetos (5 dados) y les "pregunta" su nivel educacional (cara superior del dado luego de tirarlo) + +- sacar el promedio de cada muestra + +- ¿qué tanto varían los promedios? + + +??? + +registrar en: +https://docs.google.com/spreadsheets/d/1YrMd_ds5zHgQWrdjYcX5Diwv7bQHDzf5r2A0oYWriyA/edit#gid=0 + +evtl: llamar desde R y plotear los promedios + +--- +class: roja middle center + +# ¿Para qué nos sirve la desviación estándar de los promedios de las disintas muestras? + + +--- + +.pull-left-narrow[ +(curva normal) +] + +.pull-right-wide[ +- Si tengo la desviación estándar de los promedios puedo construir un .red[intervalo] de probabilidad, basado en la curva normal + +- En lenguaje de inferencia no digo que mi promedio es=10, sino un rango (intervalo) y un cierto nivel de probabilidad + + +] + +--- +class: roja + +## Problema: tenemos 1 SOLA MUESTRA, y un solo promedio + +# ¿Cómo obtenemos entonces la desviación estándar del promedio? + +--- + +.pull-left-narrow[ +![](https://multivariada.netlify.app/slides/images/inference1.png) + +] + +.pull-right-wide[ +.content-box-purple[ + +## Desviación estándar y error estándar] +- más que el promedio de la variable en nuestra **muestra**, en inferencia nos interesa estimar en qué medida ese promedio da cuenta del promedio de la **población** + +{{content}} + +] + +-- + +- contamos con **una muestra**, pero sabemos que otras muestras podrían haber sido extraídas, probablemente con distintos resultados. + +--- +# Distribución muestral del promedio + +![](https://multivariada.netlify.app/slides/images/se_1.png) +--- +# Distribución muestral del promedio + +![](https://multivariada.netlify.app/slides/images/se_2.png) +--- +# Distribución muestral del promedio + +![](https://multivariada.netlify.app/slides/images/se_3.png) + + + + +--- +# Teorema del límite central + +- la distribución de los promedios de distintas muestras - o .red[distribución muestral del promedio] - se aproxima a una distribución normal + +-- + +- En muestras mayores a 30 la desviación estándar de los promedios (error estándar del promedio) equivale a: +$$\sigma_{\bar{X}}=SE(error estándar)=\frac{s}{\sqrt{N}}$$ + - $s$ = desviación estándar de la muestra + - $N$ = tamaño de la muestra + +--- + +-> ver demostración [aquí](https://docs.google.com/spreadsheets/d/1YrMd_ds5zHgQWrdjYcX5Diwv7bQHDzf5r2A0oYWriyA/edit#gid=0) + +--- +class: inverse middle right + +# ¿Para qué nos sirve el .red[error estándar] o .red[SE] del promedio? + +##(... y de otros estadísticos, como la correlación) + +--- + +Principalmente 2 usos complementarios: + +- construcción de intevalos de confianza + +- test de hipótesis + +--- +# Intervalos y probabilidad + +.pull-left-narrow[ +.medium[ + +- Nuestro promedio muestral $\bar{x}$ posee una distribución normal con una desviación estandar = SE (error estándar) + +- Esto nos permite estimar probabilidades basados en los valores de la curva normal + +] +] +.pull-right-wide[ +.center[![:scale 95%](https://multivariada.netlify.app/slides/images/normal.png)]] + +--- +# Intervalos de confianza + +.pull-left-wide[ +.center[![:scale 85%](https://multivariada.netlify.app/slides/images/normal.png)]] + + +.pull-right-narrow[ +.medium[ + +- Por ejemplo, un intervalo de confianza de $\bar{x}\pm1.96SE$ abarca aproximadamente el 95% de los valores probables + +- Por lo tanto, puedo decir que el promedio se encuentra en un rango de valores con un .red[nivel de confianza] de 95% + + +] +] + +--- +## Ejemplo: intervalo de confianza para un promedio +---- +.pull-left[ +.content-box-green[ +- Tenemos: + + - promedio de ingresos: 800.000 + + - desviación estándar: 100.000 + + - N muestral: 1.600 +]] + +.pull-right[ + +\begin{align*} +SE&=\frac{s}{\sqrt{N}} \\\\ +&=\frac{100.000}{\sqrt{1.600}} \\\\ +&=\frac{100.000}{40}=2.500 +\end{align*} +] + +--- + +- Entonces: + + - error estándar es $SE=2.500$, + - promedio $\bar{x}=800.000$ + +- Con estos valores podemos construir un rango de probabilidad basado en la curva normal, sumando y restando errores estándar + +- Por ejemplo, $\bar{x}{\color{red}\pm}1.96SE$ abarcan aproximadamente el 95% de los valores alrededor del promedio + +- Por lo tanto, podemos decir que el promedio de ingresos se encuentra entre 797.500 y 802.500 .red[con un 95% de confianza] + +--- + +# ¿Confianza en qué? + +- bajo esta lógica, la confianza está en que si tuvieramos la posibilidad de extraer múltiples muestras, el 95% de las veces nuestro intervalo contendría el promedio + +- o que existe un 5% de probabilidad de error, es decir, que el promedio de la muestra no equivalga al de la población + +- o que las chances de error son 1 de 20 + +--- +class: roja + +# Un .yellow[intervalo de confianza] (IC o CI) es la mejor estimación del rango de un estadístico en la población (parámetro poblacional) con una muestra aleatoria + +--- + +![](img/intervalos.png) + +--- +class: inverse middle + + +## ¿De qué depende el .red[tamaño] del intervalo de confianza? + +## ¿Cómo se establece el .red[nivel de confianza] del intervalo? + +--- +# ¿De qué depende el tamaño del intervalo de confianza? + +- recordemos que el intervalo de confianza se elabora sumando y restando errores estándar al promedio + +$$\sigma_{\bar{X}}=SE(error estándar)=\frac{s}{\sqrt{N}}$$ +-- + +- dado que el tamaño muestral (N) se encuentra en el denominador, a mayor N, menor será el intervalo de confianza + + +--- + + +ver [simulación de intervalo de confianza para promedio muestral](https://shiny.rit.albany.edu/stat/confidence/) + +--- +# Intervalos, confianza y tamaño muestral + +Dado que el intervalo de confianza se reduce al aumentar N, este es uno de los elementos centrales al definir el tamaño muestral: + + - ¿Qué nivel de confianza estoy dispuesto a aceptar como legítimo? + + - + + + + +--- +class: inverse right bottom + +# Inferencia e hipótesis + +--- +class: roja middle center + +# ¿Qué es una hipótesis? + + +--- + +menti o mano alzada + +- qué es una hipótesis + +- hipótesis + +--- + +# Hipótesis + +- La investigación basada en inferencia estadística utiliza .red[hipótesis] + +- En el caso de la sociología, las hipótesis nos permiten conectar la teoría con la investigación empírica + +- Las hipótesis de investigación no son exclusivas de la investigación con datos cuantitativos, pero posee características específicas distintivas de otros tipos de investigación + +--- +# Hipótesis + +- Una hipótesis es una aseveración o una predicción sobre una situación que ocurre en la población en estudio + +- Ej: + + - el número de migrantes venezolanos ha aumentado en el tiempo + - los años de educación promedio en Chile son 14 + - los estudiantes de colegios particulares obtienen mejor puntaje PSU que estudiantes de colegios municipales + +--- +## Tipos de hipótesis en relación al número de conceptos/variables + +.pull-left[ +- Por lo general, las hipótesis de investigación establecen una relación entre .red[dos o más variables] + + - Ej: los migrantes obtienen salarios más bajos que el resto de la población +] + +.pull-right[ +- Tambien existen hipótesis que consideran solamente .red[una variable] + + - Ej: El promedio de años de escolaridad en Chile es de 10 +] + +??? + +La investigacion empírica en sociología en general considera hipótesis que relacionan dos o más variables, sin embargo vamos a considerar inicialmente hipótesis respecto de una variable con fines pedagógicos + +--- +## La hipótesis nula ( $H_0$) + +- Es una hipótesis contraria a nuestra hipótesis de investigación + +- En general, las hipótesis señalan que algo existe en la población, mientras la hipótesis nula establece que eso no existe (o que su existencia es .red[_cero_]) Ej: + - el promedio de años de escolaridad es distinto de 10 (para una variable) + - los migrantes no tienen ingresos más bajos que el resto de la población (para dos variables) + +--- +## ¿Por qué es importante la hipótesis nula? + +- la hipotesis nula nos va a permitir realizar un contraste con la información empírica (nuestros datos), y asociar una probabilidad de error + +- por lo tanto, la lógica de prueba de hipótesis es de falseamiento: no decimos que algo existe, sino la probabilidad de que algo no exista + +--- +## Hipotesis nula y tipos de error +.center[ +![:scale 100%](img/errortypes.png) +] + +--- +## Hipotesis nula y tipos de error + +![](img/errors.jpg) + + + + +--- +class: middle + +.pull-left-narrow[ +# Inferencia y prueba de hipótesis +] + +.pull-right-wide[ +- La hipótesis nula (o $H_0$ ) se refiere a que las diferencias (de promedios) son = 0 + + +- Por eso, queremos rechazar $H_0$ para poder tener evidencia a favor de nuestra hipótesis + +- Para eso tenemos que establecer un nivel de probabilidad aceptable (al menos p<0.05) +] + +--- +## Prueba de hipótesis + +Contrastamos la *hipótesis nula* (no hay diferencias de promedios entre grupos): + +$$H_{0}: \bar{X}_a - \bar{X}_b= 0$$ + +En relación a la siguiente hipótesis alternativa: + +$$H_{a}: \bar{X}_a - \bar{X}_b \neq 0$$ + + + + +--- +# Lectura: + + +[Moore cap. 6 - Introducción a la inferencia estadística](https://correlacional.netlify.app/files/textos/Moore.pdf) + +--- + + + + +--- + +# ASISTENCIA + +.pull-left[ + +![:scale 90%](img/qr-correlacional-asistencia.png) +] + +.pull-right[ +
    +
    +
    +
    +
    +bit.ly/correlacional-asistencia +] + + +--- +class: front + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2023 +## [.orange[correlacional.netlify.com]](https://encuestas-sociales.netlify.com) +] + + diff --git a/slides/07-inferencia.html b/slides/07-inferencia.html new file mode 100644 index 00000000..28a793bf --- /dev/null +++ b/slides/07-inferencia.html @@ -0,0 +1,852 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slides/07-inferencia_files/figure-html/unnamed-chunk-16-1.png b/slides/07-inferencia_files/figure-html/unnamed-chunk-16-1.png new file mode 100644 index 00000000..bf00e5a8 Binary files /dev/null and b/slides/07-inferencia_files/figure-html/unnamed-chunk-16-1.png differ diff --git a/slides/07-inferencia_files/figure-html/unnamed-chunk-16-2.png b/slides/07-inferencia_files/figure-html/unnamed-chunk-16-2.png new file mode 100644 index 00000000..c3a5c212 Binary files /dev/null and b/slides/07-inferencia_files/figure-html/unnamed-chunk-16-2.png differ diff --git a/slides/07-slides.Rmd b/slides/07-slides.Rmd deleted file mode 100644 index 660fd097..00000000 --- a/slides/07-slides.Rmd +++ /dev/null @@ -1,1587 +0,0 @@ ---- -title: "Randomization and matching" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(infer) -library(broom) -library(ggdag) -library(MatchIt) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-7 - -# Randomization
    and matching - -.class-info[ - -**Session 7** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-4.medium.sp-after-half[The magic of randomization] - --- - -.box-5.medium.sp-after-half[How to analyze RCTs] - --- - -.box-6.medium.sp-after-half[The "gold" standard] - --- - -.box-1.medium.sp-after-half[Adjustment with matching] - ---- - -name: magic-randomization -class: center middle section-title section-title-4 animated fadeIn - -# The magic
    of randomization - ---- - -layout: true -class: title title-4 - ---- - -# Why randomize? - -.box-4.large[Fundamental problem
    of causal inference] - -$$ -\delta_i = Y_i^1 - Y_i^0 \quad \text{in real life is} \quad \delta_i = Y_i^1 - ??? -$$ - -.box-inv-4[Individual-level effects are impossible to observe!] - -.box-inv-4[There are no individual counterfactuals!] - ---- - -# Why randomize? - -.medium[ -$$ -\delta = (\bar{Y}\ |\ P = 1) - (\bar{Y}\ |\ P = 0) -$$ -] - --- - -.box-inv-4.medium[Comparing average outcomes only works
    if groups that received/didn't receive
    treatment look the same] - ---- - -# Why randomize? - -.box-inv-4[With big enough samples, the magic of randomization
    helps make comparison groups comparable] - -.center[ -
    - Figure 4.1 from WB book -
    -] - ---- - -# RCTs and DAGs - -$$ -E[\text{Malaria infection rate}\ |\ do(\text{Mosquito net})] -$$ - --- - -.pull-left[ -.box-4.smaller[Observational DAG] -```{r observational-dag, echo=FALSE, fig.width=4, fig.height=2.4, out.width="90%"} -dagify( - Y ~ X + Z, - X ~ Z, - coords = list(x = c(X = 1, Y = 2, Z = 1.5), - y = c(X = 1, Y = 1, Z = 2)), - labels = c(X = "Mosquito nets", Y = "Malaria infection rate", Z = "Income") -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "black", size = 11) + - geom_dag_label_repel(aes(label = label), - nudge_x = 0, nudge_y = 0.25, - color = "black", - fontface = "bold", lineheight = 0.95, seed = 1234) + - theme_dag() -``` -] - --- - -.pull-right[ -.box-4.smaller[Experimental DAG] -```{r experimental-dag, echo=FALSE, fig.width=4, fig.height=2.4, out.width="90%"} -dagify( - Y ~ X + Z, - coords = list(x = c(X = 1, Y = 2, Z = 1.5), - y = c(X = 1, Y = 1, Z = 2)), - labels = c(X = "Mosquito nets", Y = "Malaria infection rate", Z = "Income") -) %>% - ggplot(aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges() + - geom_dag_point(color = "black", size = 11) + - geom_dag_label_repel(aes(label = label), - nudge_x = 0, nudge_y = 0.25, - color = "black", - fontface = "bold", lineheight = 0.95, seed = 1234) + - theme_dag() -``` -] - --- - -.box-inv-4.small[When you *do*() X, delete all arrows into X; **confounders don't influence treatment!**] - ---- - -# How to randomize? - -.center[ -
    - Figure 4.4 from WB book -
    -] - ---- - -# Random assignment - -.box-inv-4.medium[Coins] - --- - -.box-inv-4.medium[Dice] - --- - -.box-inv-4.medium[Unbiased lottery] - --- - -.box-inv-4.medium[Random numbers + threshold] - --- - -.box-inv-4.medium[Atmospheric noise] - -.box-4.tiny[random.org] - ---- - -# How big of a sample? - -```{r fake-income-program, include=FALSE} -set.seed(1234) -fake_income_t <- tibble(Person = 1:200, - Group = "Treatment", - Before = rnorm(200, mean = 200, sd = 70), - After = rnorm(200, mean = 250, sd = 70)) - -fake_income_c <- tibble(Person = 201:400, - Group = "Control", - Before = rnorm(200, mean = 200, sd = 70), - After = rnorm(200, mean = 220, sd = 70)) - -fake_income <- bind_rows(fake_income_t, fake_income_c) %>% - mutate(Difference = After - Before) %>% - sample_frac(1) - -fake_income_small <- fake_income %>% - group_by(Group) %>% - sample_n(5) %>% - ungroup() - -diff_small <- fake_income_small %>% - specify(Difference ~ Group) %>% - calculate("diff in means", order = c("Treatment", "Control")) - -boot_small <- fake_income_small %>% - specify(Difference ~ Group) %>% - hypothesize(null = "independence") %>% - generate(reps = 1000, type = "permute") %>% - calculate("diff in means", order = c("Treatment", "Control")) - -p_small <- boot_small %>% - get_p_value(obs_stat = diff_small$stat, direction = "both") %>% - mutate(p_value_clean = scales::pvalue(p_value)) - -diff_big <- fake_income %>% - specify(Difference ~ Group) %>% - calculate("diff in means", order = c("Treatment", "Control")) - -boot_big <- fake_income %>% - specify(Difference ~ Group) %>% - hypothesize(null = "independence") %>% - generate(reps = 1000, type = "permute") %>% - calculate("diff in means", order = c("Treatment", "Control")) - -p_big <- boot_big %>% - get_p_value(obs_stat = diff_big$stat, direction = "both") %>% - mutate(p_value_clean = scales::pvalue(p_value)) -``` - - -.box-inv-4[A training program causes incomes to rise by $40] - -.center.small[ -```{r fake-income-example, echo=FALSE} -fake_income %>% - head(6) %>% - mutate(across(where(is.numeric), ~round(., 2))) %>% - knitr::kable(align = "llccc") -``` -] - ---- - -# Power - -.pull-left[ -.box-4.small[Enroll 10 participants] - -```{r power-small, echo=FALSE, fig.width=6, fig.height=4.5, out.width="100%"} -boot_small %>% - visualize() + - geom_vline(xintercept = diff_big$stat, color = "#FF4136", size = 1) + - labs(x = "Average treatment − Average control", - y = "Count", - title = "Simulated world with no difference", - subtitle = paste0("N = 10; p = ", p_small$p_value_clean)) + - theme_light(base_size = 13, base_family = "Fira Sans Condensed") -``` - -] - --- - -.pull-right[ -.box-4.small[Enroll 200 participants] - -```{r power-big, echo=FALSE, fig.width=6, fig.height=4.5, out.width="100%"} -boot_big %>% - visualize() + - geom_vline(xintercept = diff_big$stat, color = "#FF4136", size = 1) + - labs(x = "Average treatment − Average control", - y = "Count", - title = "Simulated world with no difference", - subtitle = paste0("N = 200; p = ", p_big$p_value_clean)) + - theme_light(base_size = 13, base_family = "Fira Sans Condensed") -``` - -] - ---- - -# What's the right sample size? - -.box-inv-4[Use a statistical power calculator to
    make sure you can potentially detect an effect] - -.center[ -
    - Google power calculator -
    -] - ---- - -layout: false -name: rct-how -class: center middle section-title section-title-5 animated fadeIn - -# How to analyze RCTs - ---- - -layout: true -class: title title-5 - ---- - -# How to analyze RCTs - -.box-inv-5.sp-after[Surprisingly easy, statistically!] - --- - -.box-5[Step 1: Check that key demographics
    and other confounders are balanced] - --- - -.box-5[Step 2: Find difference in average outcome
    in treatment and control groups] - ---- - -# Example RCT - -```{r imaginary-program, echo=FALSE} -set.seed(123) -fake_program_t <- tibble(person = 1:400, - treatment = "Treatment", - age = round(rnorm(400, mean = 35, sd = 10), 0), - sex = sample(c("Male", "Female"), 400, replace = TRUE), - income_after = rnorm(400, mean = 250, sd = 70)) - -fake_program_c <- tibble(person = 401:800, - treatment = "Control", - age = round(rnorm(400, mean = 35, sd = 10), 0), - sex = sample(c("Male", "Female"), 400, replace = TRUE), - income_after = rnorm(400, mean = 200, sd = 70)) - -imaginary_program <- bind_rows(fake_program_t, fake_program_c) %>% - sample_frac(1) %>% - mutate(male_num = ifelse(sex == "Male", 1, 0)) -``` - -.small-code[ -```{r show-imaginary-program} -imaginary_program -``` -] - ---- - -# 1. Check balance - -```{r balance-table} -imaginary_program %>% - group_by(treatment) %>% - summarize(avg_age = mean(age), - prop_male = mean(sex == "Male")) -``` - ---- - -# 1. Check balance - -.left-code[ -```{r balance-age, tidy=FALSE, message=FALSE, fig.show="hide", fig.dim=c(4.8, 4.2), out.width="100%"} -ggplot(imaginary_program, - aes(x = treatment, y = age, - color = treatment)) + - stat_summary(geom = "pointrange", - fun.data = "mean_se", - fun.args = list(mult=1.96)) + - guides(color = FALSE) + - labs(x = NULL, y = "Age") -``` -] - -.right-plot[ -![](`r knitr::fig_chunk("balance-age", "png")`) -] - ---- - -# 1. Check balance - -.left-code[ -```{r balance-sex, tidy=FALSE, message=FALSE, fig.show="hide", fig.dim=c(4.8, 4.2), out.width="100%"} -ggplot(imaginary_program, - aes(x = treatment, y = male_num, - color = treatment)) + - stat_summary(geom = "pointrange", - fun.data = "mean_se", - fun.args = list(mult=1.96)) + - guides(color = FALSE) + - labs(x = NULL, y = "Proportion male") -``` -] - -.right-plot[ -![](`r knitr::fig_chunk("balance-sex", "png")`) -] - ---- - -# 2. Calculate difference - - -.left-code[ -.box-inv-5.small[Group means] - -```{r program-group-means} -imaginary_program %>% - group_by(treatment) %>% - summarize(avg_outcome = mean(income_after)) - -251 - 205 -``` -] - --- - -.right-code[ -.box-inv-5.small[Regression] - -```{r program-regression-fake, eval=FALSE} -rct_model <- lm(income_after ~ treatment, - data = imaginary_program) -tidy(rct_model) -``` - -```{r program-regression-real, echo=FALSE} -rct_model <- lm(income_after ~ treatment, - data = imaginary_program) -tidy(rct_model) %>% select(term, estimate, std.error) -``` -] - ---- - -# 2a. Show difference - -.left-code[ -```{r rct-diff, tidy=FALSE, message=FALSE, fig.show="hide", fig.dim=c(4.8, 4.2), out.width="100%"} -ggplot(imaginary_program, - aes(x = treatment, - y = income_after, - color = treatment)) + - stat_summary(geom = "pointrange", - fun.data = "mean_se", - fun.args = list(mult=1.96)) + - guides(color = FALSE) + - labs(x = NULL, y = "Income") -``` -] - -.right-plot[ -![](`r knitr::fig_chunk("rct-diff", "png")`) -] - ---- - -# Should you control for stuff? - --- - -.box-inv-5.large[No!] - --- - -.box-inv-5[All arrows into the treatment node are removed;
    there's theoretically no confounding!] - ---- - -layout: false -name: gold-standard -class: center middle section-title section-title-6 animated fadeIn - -# The "gold" standard - ---- - -layout: true -class: title title-6 - ---- - -# Types of research - -.box-inv-6.medium.sp-after[Experimental studies vs.
    observational studies] - -.box-inv-6.medium[Which is better?] - ---- - -layout: false - -.center[ -
    - NYT wellness program report -
    -] - -??? - -https://www.nytimes.com/2018/08/06/upshot/employer-wellness-programs-randomized-trials.html - ---- - -class: bg-full -background-image: url("img/07/gold-standard.png") - ---- - -class: bg-full -background-image: url("img/07/jpal-nobel.png") - -??? - -https://twitter.com/MIT/status/1183752282988564480 - ---- - -  - -.box-6.large.sp-after[RCTs are great!] - --- - -.box-6.large[Super impractical to do
    all the time though!] - ---- - -layout: true -class: title title-6 - ---- - -# "Gold standard" - -.box-inv-6.medium.sp-after["Gold standard" implies that all
    causal inferences will be valid it
    you do the experiment right] - --- - -.box-6[We don't care if studies are experimental or not] - --- - -.box-6[We care if our causal inferences are valid] - --- - -.box-6[RCTs are a helpful baseline/rubric for other methods] - ---- - -# Moving to Opportunity - -.center[ -
    - HUD HQ in DC -
    -] - -??? - -**MTO** - main question = does your neighborhood matter? - -Subtext = kids who grow up in poor neighborhood do worse - lots of theories about that. Problems reside in the family vs. something inherent in the neighborhood / social capital or other benefits inherent in the community (be in the network of people who know where the jobs for people with low education are) - -Alternative explanations: - -- Poor parents don't do well in the labor market, so they live in cheap neighborhoods, where they're surrounded by the same type of people -- Racism and discrimination - -Randomly assign people to where they live - ideally from birth or even pre-birth - but families that we can possibly randomly assign already have kids (required for receiving public housing assistance) - -So they randomly assign families in public housing who are willing to move and accept risk of having that move controlled - no other way to really do this - you'd have to pay middle-class and higher people a ton of money to get them to move - -Then randomly assign them to (1) stay, (2) move to anywhere that would take voucher, (3) anywhere with less than 10% poverty rate + get relocation counseling - -People were hoping to get option 2, since people already weren't choosing 3 - it's uncomfortable to move to a neighborhood where you don't fit in - - -https://commons.wikimedia.org/wiki/File:Housing_and_Urban_Development_headquarters.jpg - ---- - -# RCTs and validity - -.box-inv-6.medium[Randomization fixes a ton of
    internal validity issues] - --- - -.pull-left[ -.box-6[**Selection**
    Treatment and control
    groups are comparable;
    people don't self-select] -] - --- - -.pull-right[ -.box-6[**Trends**
    Maturation, secular
    trends, seasonality,
    regression to the mean
    all generally average out] -] - ---- - -# RCTs and validity - --- - -.box-inv-6.medium[RCTs don't fix attrition!] - -.box-6[Worst threat to internal validity for RCTs] - --- - -.box-inv-6.medium.sp-before[If attrition is correlated
    with treatment, that's bad] - --- - -.box-6[People might drop out because of the treatment,
    or because they got/didn't get into the control group] - -??? - -You don't have data on them. NA values. Even if people don't comply (like move to a private school), you can still get data on them, so that's okay. People might drop out randomly, and that would be fine. But if attrition is correlated with the treatment, then it's bad. People might drop because of the treatment, or because they didn't get the control group. Impossible to sign the bias—could be tons of different reasons. - ---- - -# Addressing attrition - --- - -.box-inv-6.less-medium[Recruit as effectively as possible] - -.box-6.sp-after[You don't just want weird/WEIRD participants] - --- - -.box-inv-6.less-medium[Get people on board] - -.box-6.sp-after[Get participants invested in the experiment] - --- - -.box-inv-6.less-medium[Collect as much baseline information as possible] - -.box-6[Check for randomization of attrition] - -??? - -- Recruit as effectively as possible (so you don't get volunteers that routinely sign up for randomized experiments). Use money for recruitment - -- Get people on board. Treatment might be less/more enjoyable than the control group, so people will feel lucky or unlucky to be in the treatment group - explain why the experiment itself is important. Make them invested in getting the experiment to work. Science! Why you want the right answer beyond whether or not the treatment works - -- Collect as much baseline information as possible before assigning to treatment and control groups - doesn't help reduce attrition like getting people on board, but it lets us see if attrition is random with respect to preexisting characteristics - checks for randomization failures. Don't rerandomize. Randomize and then suck it up. - - ---- - -# RCTs and validity - -.box-inv-6.less-medium[Randomization failures] - -.box-6[Check baseline pre-data] - --- - -.box-inv-6.less-medium[Noncompliance] - -.box-6[Some people assigned to treatment won't take it;
    some people assigned to control will take it] - -.box-6[Intent-to-treat (ITT) vs. Treatment-on-the-treated (TTE)] - -??? - -ITT is probably the most policy-related measure - if there's a low compliance rate but a good ITT effect, you can try to make the program nicer, better - ---- - -# Other limitations - -.box-inv-6.medium.sp-after[RCTs don't magically fix construct validity
    or statistical conclusion validity] - --- - -.box-inv-6.medium.sp-after[RCTs **definitely** don't
    magically fix external validity] - -??? - -MTO varied income, not race, since it's illegal to tell people they can only move to a white neighborhood. So they used income instead of race. Keys under the light issue, since the original issue was about race - -Scalability issue with STAR. It wasn't hard to hire 40 more teachers in TN. California couldn't find enough teachers, so they emergency certified "a bunch of morons," which messed up the program effect - ---- - -layout: false -class: bg-full -background-image: url("img/07/vox-nobel.png") - -??? - -https://www.vox.com/future-perfect/2019/10/14/20913928/nobel-prize-economics-duflo-banerjee-kremer - ---- - -layout: true -class: title title-6 - ---- - -# When to randomly assign - --- - -.box-inv-6[Demand for treatment exceeds supply] - --- - -.box-inv-6[Treatment will be phased in over time] - --- - -.box-inv-6[Treatment is in equipoise (genuine uncertainty)] - --- - -.box-inv-6[Local culture open to randomization] - --- - -.box-inv-6[When you're a nondemocratic monopolist] - --- - -.box-inv-6[When people won't know (and it's ethical!)] - --- - -.box-inv-6[When lotteries are going to happen anyway] - -??? - -- When demand for treatment exceeds supply or treatment must be phased in over time (instead of doing the closest place first, etc.) -- When people don't know what they want to do = equipoise (medical trials have to be in equipoise - unethical to use a treatment that's clearly beneficial) -- When the local culture is favorable to random assignment - prime people to be more comfortable with it -- When you are a nondemocratic monopoly provider - if you're the only one with the treatment, you decide who gets it - like Google and Facebook and A/B testing -- When people won't know (as long as it's ethical) - resume name experiments, e-mails to politicians -- When lotteries are going to happen anyway - - ---- - -# When to not randomly assign - --- - -.box-inv-6[When you need immediate results] - --- - -.box-inv-6[When it's unethical or illegal] - --- - -.box-inv-6[When it's something that happened in the past] - --- - -.box-inv-6[When it involves universal ongoing phenomena] - - -??? - -Past: effects of city segregation or political regime type - -Universal phenomena: climate change, social norms - ---- - -layout: false -name: matching -class: center middle section-title section-title-1 animated fadeIn - -# Adjustment
    with matching - ---- - -.center[ -
    - Matching table from Mastering 'Metrics -
    -] - ---- - -class: title title-1 - -# Why match? - --- - -.box-inv-1.medium[Reduce model dependence] - -.box-1.sp-after[Imbalance → model dependence → researcher discretion → bias] - --- - -.box-inv-1.medium.sp-after[Compare apples to apples] - --- - -.box-inv-1.medium[It's a way to adjust for backdoors!] - ---- - -```{r simulated-matching-data, echo=FALSE} -set.seed(1234) -matched_stuff <- tibble(education = rnorm(50, 20, 3)) %>% - mutate(outcome = 15 + education * rnorm(n(), -0.2, 0.05)) %>% - mutate(treatment = as.logical(rbinom(n(), 1, 0.5)), - type = "Matched") - -unmatched_stuff <- tibble(education = rnorm(20, 12, 2), - outcome = rnorm(20, 5, 2), - treatment = FALSE, - type = "Unmatched") - -more_unmatched_stuff <- tibble(education = rnorm(5, 28, 1), - outcome = rnorm(5, 5, 0.5), - treatment = FALSE, - type = "Unmatched") - -all_data <- bind_rows(matched_stuff, unmatched_stuff, more_unmatched_stuff) %>% - mutate(treatment = factor(treatment, labels = c("Untreated", "Treated"))) - -matched_stuff_real <- filter(all_data, type == "Matched") - -model_wrong <- lm(outcome ~ education + treatment, data = all_data) %>% - tidy() - -model_wrong1 <- lm(outcome ~ education + treatment + I(education^2), data = all_data) - -model_wrong1_fitted <- expand_grid(education = seq(8, 30, 0.1), - treatment = c("Treated", "Untreated")) %>% - augment(model_wrong1, newdata = .) - -model_better <- lm(outcome ~ education + treatment, data = matched_stuff_real) %>% - tidy() - -model_better1 <- lm(outcome ~ education + treatment + I(education^2), data = matched_stuff_real) - -model_better1_fitted <- expand_grid(education = seq(8, 30, 0.1), - treatment = c("Treated", "Untreated")) %>% - augment(model_better1, newdata = .) -``` - -.smaller[ -$$ -\color{white}{\beta_0 \text{E}^2} -$$ -] - -```{r matching-general, echo=FALSE, fig.width=12, fig.height=5.75, out.width="100%"} -ggplot(all_data, aes(x = education, y = outcome, fill = treatment)) + - geom_point(size = 5, pch = 21, color = "white") + - scale_fill_manual(values = c("#0074D9", "#FF4136"), name = NULL) + - labs(x = "Education", y = "Outcome") + - coord_cartesian(xlim = c(8, 30), ylim = c(0, 15)) + - theme_bw(base_size = 20, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom", - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -.smaller[ -$$ -\color{white}{\beta_0 \text{E}^2} \text{Outcome} = \beta_0 + \beta_1 \text{Education} + \beta_2 \text{Treatment} \color{white}{\beta_0 \text{E}^2} -$$ -] - -```{r matching-dependency1, echo=FALSE, fig.width=12, fig.height=5.75, out.width="100%"} -ggplot(all_data, aes(x = education, y = outcome, fill = treatment, color = treatment)) + - geom_point(size = 5, pch = 21, color = "white") + - geom_abline(slope = filter(model_wrong, term == "education")$estimate, - intercept = filter(model_wrong, term == "(Intercept)")$estimate, - color = "#0074D9", size = 0.75) + - geom_abline(slope = filter(model_wrong, term == "education")$estimate, - intercept = filter(model_wrong, term == "(Intercept)")$estimate + - filter(model_wrong, term == "treatmentTreated")$estimate, - color = "#FF4136", size = 0.75) + - scale_fill_manual(values = c("#0074D9", "#FF4136"), name = NULL) + - labs(x = "Education", y = "Outcome") + - coord_cartesian(xlim = c(8, 30), ylim = c(0, 15)) + - theme_bw(base_size = 20, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom", - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -.smaller[ -$$ -\text{Outcome} = \beta_0 + \beta_1 \text{Education} + \beta_2 \text{Education}^2 + \beta_3 \text{Treatment} -$$ -] - -```{r dependency2, echo=FALSE, fig.width=12, fig.height=5.75, out.width="100%"} -ggplot(all_data, aes(x = education, y = outcome, fill = treatment, color = treatment)) + - geom_point(size = 5, pch = 21, color = "white") + - geom_abline(slope = filter(model_wrong, term == "education")$estimate, - intercept = filter(model_wrong, term == "(Intercept)")$estimate, - color = "#0074D9", size = 0.75) + - geom_abline(slope = filter(model_wrong, term == "education")$estimate, - intercept = filter(model_wrong, term == "(Intercept)")$estimate + - filter(model_wrong, term == "treatmentTreated")$estimate, - color = "#FF4136", size = 0.75) + - geom_line(data = model_wrong1_fitted, - aes(x = education, y = .fitted, color = treatment), - size = 0.75) + - scale_fill_manual(values = c("#0074D9", "#FF4136"), name = NULL) + - scale_color_manual(values = c("#0074D9", "#FF4136"), guide = FALSE) + - labs(x = "Education", y = "Outcome") + - coord_cartesian(xlim = c(8, 30), ylim = c(0, 15)) + - theme_bw(base_size = 20, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom", - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -.smaller[ -$$ -\color{white}{\beta_0 \text{E}^2} -$$ -] - -```{r reduced, echo=FALSE, fig.width=12, fig.height=5.75, out.width="100%"} -ggplot(all_data, aes(x = education, y = outcome, fill = treatment)) + - geom_point(aes(alpha = type), size = 5, pch = 21, color = "white") + - scale_fill_manual(values = c("#0074D9", "#FF4136"), name = NULL) + - scale_alpha_manual(values = c(1, 0.4), name = NULL) + - guides(alpha = FALSE, color = FALSE) + - labs(x = "Education", y = "Outcome") + - coord_cartesian(xlim = c(8, 30), ylim = c(0, 15)) + - theme_bw(base_size = 20, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom", - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -.smaller[ -$$ -\color{white}{\beta_0 \text{E}^2} \text{Outcome} = \beta_0 + \beta_1 \text{Education} + \beta_2 \text{Treatment} \color{white}{\beta_0 \text{E}^2} -$$ -] - -```{r reduced-dependency1, echo=FALSE, fig.width=12, fig.height=5.75, out.width="100%"} -ggplot(all_data, aes(x = education, y = outcome, fill = treatment)) + - geom_point(aes(alpha = type), size = 5, pch = 21, color = "white") + - geom_abline(slope = filter(model_better, term == "education")$estimate, - intercept = filter(model_better, term == "(Intercept)")$estimate, - color = "#0074D9", size = 0.75) + - geom_abline(slope = filter(model_better, term == "education")$estimate, - intercept = filter(model_better, term == "(Intercept)")$estimate + - filter(model_better, term == "treatmentTreated")$estimate, - color = "#FF4136", size = 0.75) + - scale_fill_manual(values = c("#0074D9", "#FF4136"), name = NULL) + - scale_alpha_manual(values = c(1, 0.4), guide = FALSE) + - labs(x = "Education", y = "Outcome") + - coord_cartesian(xlim = c(8, 30), ylim = c(0, 15)) + - theme_bw(base_size = 20, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom", - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -.smaller[ -$$ -\text{Outcome} = \beta_0 + \beta_1 \text{Education} + \beta_2 \text{Education}^2 + \beta_3 \text{Treatment} -$$ -] - -```{r reduced-dependency2, echo=FALSE, fig.width=12, fig.height=5.75, out.width="100%"} -ggplot(all_data, aes(x = education, y = outcome, fill = treatment)) + - geom_point(aes(alpha = type), size = 5, pch = 21, color = "white") + - geom_abline(slope = filter(model_better, term == "education")$estimate, - intercept = filter(model_better, term == "(Intercept)")$estimate, - color = "#0074D9", size = 0.75) + - geom_abline(slope = filter(model_better, term == "education")$estimate, - intercept = filter(model_better, term == "(Intercept)")$estimate + - filter(model_better, term == "treatmentTreated")$estimate, - color = "#FF4136", size = 0.75) + - geom_line(data = model_better1_fitted, - aes(x = education, y = .fitted, color = treatment), - size = 0.75) + - scale_fill_manual(values = c("#0074D9", "#FF4136"), name = NULL) + - scale_color_manual(values = c("#0074D9", "#FF4136"), guide = FALSE) + - scale_alpha_manual(values = c(1, 0.4), guide = FALSE) + - labs(x = "Education", y = "Outcome") + - coord_cartesian(xlim = c(8, 30), ylim = c(0, 15)) + - theme_bw(base_size = 20, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom", - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -.box-1[How do we know that we can remove these points?] - -```{r reduced-again, echo=FALSE, fig.width=12, fig.height=5.75, out.width="100%"} -ggplot(all_data, aes(x = education, y = outcome, fill = treatment)) + - geom_point(aes(alpha = type), size = 5, pch = 21, color = "white") + - scale_fill_manual(values = c("#0074D9", "#FF4136"), name = NULL) + - scale_alpha_manual(values = c(1, 0.4), name = NULL) + - guides(alpha = FALSE, color = FALSE) + - labs(x = "Education", y = "Outcome") + - coord_cartesian(xlim = c(8, 30), ylim = c(0, 15)) + - theme_bw(base_size = 20, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom", - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -class: title title-1 - -# General process for matching - --- - -.box-inv-1.medium[Step 1. Preprocessing] - -.box-1[Do something to guess or model the assignment to treatment] - -.box-1.sp-after[Use what you know about the DAG to inform this guessing!] - --- - -.box-inv-1.medium[Step 2. Estimation] - -.box-1[Use the new trimmed/preprocessed data to build a model,
    calculate difference in means, etc.] - ---- - -```{r reduced-dependency-taller, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -ggplot(all_data, aes(x = education, y = outcome, fill = treatment)) + - geom_point(aes(alpha = type), size = 5, pch = 21, color = "white") + - geom_abline(slope = filter(model_better, term == "education")$estimate, - intercept = filter(model_better, term == "(Intercept)")$estimate, - color = "#0074D9", size = 0.75) + - geom_abline(slope = filter(model_better, term == "education")$estimate, - intercept = filter(model_better, term == "(Intercept)")$estimate + - filter(model_better, term == "treatmentTreated")$estimate, - color = "#FF4136", size = 0.75) + - scale_fill_manual(values = c("#0074D9", "#FF4136"), name = NULL) + - scale_alpha_manual(values = c(1, 0.4), guide = FALSE) + - labs(x = "Education", y = "Outcome") + - coord_cartesian(xlim = c(8, 30), ylim = c(0, 15)) + - theme_bw(base_size = 20, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom", - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -class: title title-1 - -# Different methods - -.box-inv-1.medium[Nearest neighbor matching (NN)] - -.box-1.small.sp-after[Mahalanobis distance / Euclidean distance] - --- - -.box-inv-1.medium.sp-after-half[~~Propensity score matching (PSM)~~] - --- - -.box-inv-1.medium.sp-after-half[Inverse probability weighting (IPW)] - --- - -.box-inv-1.small[(and lots of other methods we're not covering!)] - ---- - -class: title title-1 - -# Nearest neighbor matching - -.box-inv-1.medium.sp-after[Find untreated observations that are
    very close/similar to treated
    observations based on confounders] - --- - -.box-inv-1.medium[Lots of mathy ways to measure distance] - -.box-1[Mahalanobis and Euclidean distance are fairly common] - ---- - -class: bg-full -background-image: url("img/07/recession1.png") - -??? - -https://www.cnbc.com/2020/02/05/70percent-chance-of-recession-in-next-six-months-study-from-mit-and-state-street-finds.html - ---- - -class: bg-full -background-image: url("img/07/recession2.png") - ---- - -class: title title-1 - -# Matching and eugenics - -.box-inv-1.medium[Prasanta Chandra Mahalanobis] - -.pull-left.center[ -
    - Prasanta Chandra Mahalanobis -
    -] - -.pull-right[ -.box-1[Tried to prove brain size differences between castes; low-key eugenicist] -] - -??? - -https://en.wikipedia.org/wiki/Prasanta_Chandra_Mahalanobis#/media/File:PCMahalanobis.png - ---- - -```{r edu-age-dag, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -node_details <- tribble( - ~name, ~label, ~x, ~y, - "treatment", "Treatment", 1, 1, - "outcome", "Outcome", 4, 1, - "age", "Age", 2, 2, - "education", "Education", 3, 2 -) - -node_labels <- node_details$label -names(node_labels) <- node_details$name - -my_dag <- dagify(outcome ~ treatment + age + education, - treatment ~ age + education, - exposure = "treatment", - outcome = "outcome", - coords = node_details, - labels = node_labels) %>% - tidy_dagitty() %>% - node_status() # Add column for exposure/outcome/latent - -status_colors <- c(exposure = "#FF4136", outcome = "#FF851B", latent = "grey50") - -ggplot(my_dag, aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges(start_cap = ggraph::circle(3, "lines"), - end_cap = ggraph::circle(3, "lines"), - edge_width = 1.5, - arrow_directed = grid::arrow(length = grid::unit(0.75, "lines"), type = "closed")) + - geom_dag_point(aes(color = status), size = 30) + - geom_dag_label_repel(aes(label = label, fill = status), seed = 1234, - color = "white", fontface = "bold", size = 10, - label.padding = grid::unit(0.75, "lines"), - box.padding = grid::unit(2.5, "lines")) + - scale_color_manual(values = status_colors, na.value = "grey20") + - scale_fill_manual(values = status_colors, na.value = "grey20") + - guides(color = FALSE, fill = FALSE) + - theme_dag(base_size = 20) -``` - ---- - -```{r edu-age, echo=FALSE} -set.seed(1234) -edu_age_treated <- tibble(education = rnorm(30, 20, 3), - age = rnorm(30, 50, 8), - treatment = "Treated") - -edu_age_untreated <- tibble(education = runif(70, - min(edu_age_treated$education) - 2, - max(edu_age_treated$education) + 2), - age = runif(70, - min(edu_age_treated$age) - 5, - max(edu_age_treated$age) + 5), - treatment = "Untreated") - -edu_age <- bind_rows(edu_age_treated, edu_age_untreated) %>% - mutate(treat_bin = recode(treatment, Treated = 1, Untreated = 0)) %>% - mutate(id = 1:n()) %>% - mutate(treatment = factor(treatment, levels = c("Untreated", "Treated"))) - -matched <- matchit(treat_bin ~ education + age, data = edu_age, - method = "nearest", distance = "mahalanobis") - -matched_pairs <- tibble(trt = rownames(matched$match.matrix), - ctrl = matched$match.matrix) %>% - mutate_all(as.numeric) - -edu_age_filtered <- edu_age %>% - filter(id %in% c(matched_pairs$trt, matched_pairs$ctrl)) %>% - left_join(matched_pairs, by = c("id" = "trt")) %>% - left_join(select(edu_age, id, education_ctrl = education, age_ctrl = age), - by = c("ctrl" = "id")) - -edu_age_matched <- edu_age %>% - left_join(matched_pairs, by = c("id" = "trt")) %>% - left_join(select(edu_age, id, education_ctrl = education, age_ctrl = age), - by = c("ctrl" = "id")) %>% - filter(treatment == "Treated") -``` - -```{r edu-age-unmatched, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -ggplot(edu_age, aes(x = education, y = age, fill = treatment)) + - geom_point(size = 5, pch = 21, color = "white") + - scale_fill_manual(values = c("#0074D9", "#FF4136"), name = NULL) + - guides(color = FALSE) + - labs(x = "Education", y = "Age") + - theme_bw(base_size = 20, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom", - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -```{r edu-age-matched, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -ggplot(edu_age, aes(x = education, y = age, fill = treatment)) + - geom_point(size = 5, pch = 21, color = "white", alpha = 0.4) + - geom_point(data = edu_age_filtered, size = 5, pch = 21, color = "white") + - geom_segment(data = edu_age_matched, - aes(x = education, xend = education_ctrl, - y = age, yend = age_ctrl), - linetype = "11", color = "grey50", size = 1) + - scale_fill_manual(values = c("#0074D9", "#FF4136"), name = NULL) + - scale_color_manual(values = c("#0074D9", "#FF4136"), name = NULL) + - guides(color = FALSE) + - labs(x = "Education", y = "Age") + - theme_bw(base_size = 20, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom", - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -```{r edu-age-trimmed, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -ggplot(edu_age, aes(x = education, y = age, fill = treatment)) + - geom_point(data = edu_age_filtered, size = 5, pch = 21, color = "white") + - scale_fill_manual(values = c("#0074D9", "#FF4136"), name = NULL) + - scale_color_manual(values = c("#0074D9", "#FF4136"), name = NULL) + - guides(color = FALSE) + - labs(x = "Education", y = "Age") + - coord_cartesian(xlim = c(min(edu_age$education), max(edu_age$education)), - ylim = c(min(edu_age$age), max(edu_age$age))) + - theme_bw(base_size = 20, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom", - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -class: title title-1 - -# Potential problems with matching - -.box-inv-1[Nearest neighbor matching can be greedy!] - -.center[ -
    - Lost data -
    -] - --- - -.box-1[Solution: Don't throw everything away!] - ---- - -class: title title-1 - -# Propensity scores - -.box-inv-1.medium[Predict the probability of
    assignment to treatment using a model] - -.box-1.sp-after[Logistic regression, probit regression, machine learning, etc.] - --- - -.box-1.smaller[Here's logistic regression:] - -$$\operatorname{log} \frac{p_\text{Treated}}{1 - p_\text{Treated}} = \beta_0 + \beta_1 \text{Education} + \beta_2 \text{Age}$$ - ---- - -```{r logit-graph, echo=FALSE, fig.width=6, fig.height=4.2, out.width="50%"} -ggplot(mtcars, aes(x = mpg, y = am)) + - geom_point(size = 3) + - stat_smooth(method = "glm", method.args = list(family = "binomial"), se = TRUE) + - labs(x = "Miles per gallon", y = "Probability of having\nmanual transmission") + - theme_bw(base_size = 16, base_family = "Fira Sans Condensed") -``` - -.smaller[ -$$\operatorname{log} \frac{p_\text{Manual}}{1 - p_\text{Manual}} = \beta_0 + \beta_1 \text{MPG}$$ -] - -.small-code[ -```{r logit-example} -model_transmission <- glm(am ~ mpg, data = mtcars, family = binomial(link = "logit")) -``` -] - ---- - -.box-1[Log odds .tiny[(default coefficient unit of measurement; fairly uninterpretable)]] - -.box-1[Odds ratios .tiny[(eβ; centered around 1: 1.5 means 50% more likely; 0.75 means 25% less likely)]] - -.pull-left-narrow.small-code[ -```{r logit-tidied-fake, eval=FALSE} -tidy(model_transmission) - - - - - - - -tidy(model_transmission, - exponentiate = TRUE) -``` -] - -.pull-right-wide.small-code[ -```{r logit-tidied, echo=FALSE} -tidy(model_transmission) - -tidy(model_transmission, exponentiate = TRUE) -``` -] - ---- - -.box-inv-1.smaller[Plug all the values of MPG into the model and find the predicted probability of manual transmission] - -.small-code[ -```{r logit-augment-fake, eval=FALSE} -augment(model_transmission, data = mtcars, type.predict = "response") -``` -] - -.pull-left.small-code[ -```{r logit-augment-real, include=FALSE} -augment(model_transmission, data = mtcars, type.predict = "response") %>% - select(mpg, am, .fitted) -``` - -```{r logit-augment-manual, eval=FALSE} -## # A tibble: 32 x 3 -## mpg am .fitted -## -## 1 21 1 0.461 -## 2 21 1 0.461 -## 3 22.8 1 0.598 -## 4 21.4 0 0.492 -## 5 18.7 0 0.297 -## 6 18.1 0 0.260 -*## 7 14.3 0 0.0986 -*## 8 24.4 0 0.708 -## 9 22.8 0 0.598 -## 10 19.2 0 0.330 -## # … with 22 more rows -``` - -] - -.pull-right[ -  - -  - -  - -.box-1.smaller[Row 7 is highly unlikely to be manual (1)] - -.box-1.smaller[Row 8 is highly likely to be manual] -] - - ---- - -class: title title-1 - -# Propensity score matching - -.box-inv-1.medium.sp-after-half[Super popular method] - --- - -.box-inv-1.medium.sp-after-half[There are mathy reasons why it's not great
    for matching *for identification purposes*] - --- - -.box-inv-1.medium.sp-after-half[Propensity scores are fine!
    Using them for matching isn't!] - ---- - -class: bg-full -background-image: url("img/07/gary-king.png") - -??? - -https://gking.harvard.edu/files/gking/files/pan1900011_rev.pdf - ---- - -layout: true -class: title title-1 - ---- - -# Weighting - -.box-inv-1[Make some observations more important than others] - --- - -```{r weighting-table, echo=FALSE} -wts <- tribble( - ~` `, ~Young, ~Middle, ~Old, - "Population", "30%", "40%", "30%", - "Sample", "60%", "30%", "10%" -) - -wts %>% knitr::kable(align = "lccc") -``` - ---- - -# Weighting - -.box-inv-1[Make some observations more important than others] - -```{r weighting-table-with-weights, echo=FALSE} -wts %>% - add_row(` ` = "Weight", - Young = " 30 / 60 
    **0.5**", - Middle = " 40 / 30 
    **1.333**", - Old = " 30 / 10 
    **3**") %>% - knitr::kable(align = "lccc") -``` - --- - -.box-1[Multiply weights by average values
    (or us in regression) to adjust for importance] - ---- - -# Inverse probability weighting - -.box-inv-1.medium[Use propensity scores to weight
    observations by how "weird" they are] - -.box-1.small[Observations with high probability of treatment
    who don't get it (and vice versa) have higher weight] - -$$ -\frac{\text{Treatment}}{\text{Propensity}} + \frac{1 - \text{Treatment}}{1 - \text{Propensity}} -$$ - ---- - -layout: false - -.small-code[ -```{r ipw-fake, eval=FALSE} -augment(model_transmission, data = mtcars, type.predict = "response") %>% - select(mpg, am, propensity = .fitted) %>% - {{mutate(ip_weight = (am / propensity) + ((1 - am) / (1 - propensity)))}} -``` -] - -.pull-left.small-code[ -```{r ipw-augment-manual, eval=FALSE} -## # A tibble: 32 x 4 -## mpg am propensity ip_weight -## -## 1 21 1 0.461 2.17 -## 2 21 1 0.461 2.17 -## 3 22.8 1 0.598 1.67 -## 4 21.4 0 0.492 1.97 -## 5 18.7 0 0.297 1.42 -## 6 18.1 0 0.260 1.35 -*## 7 14.3 0 0.0986 1.11 -*## 8 24.4 0 0.708 3.43 -## 9 22.8 0 0.598 2.49 -## 10 19.2 0 0.330 1.49 -### … with 22 more rows -``` - -] - -.pull-right[ -  - -  - -.box-1.smaller[Row 7 is highly unlikely to be manual and isn't.
    **Boring! Low IPW.**] - -.box-1.smaller[Row 8 is highly likely to be manual, but isn't.
    **That's weird! High IPW.**] -] - - ---- - -```{r edu-age-ipw, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -logit_edu_age <- glm(treatment ~ education + age, data = edu_age, - family = binomial(link = "logit")) - -edu_age_ipw <- augment(logit_edu_age, edu_age, type.predict = "response") %>% - mutate(p_treatment = .fitted) %>% - mutate(w_ate = (treat_bin / p_treatment) + ((1 - treat_bin) / (1 - p_treatment))) - -ggplot(edu_age_ipw, aes(x = education, y = age, fill = treatment, size = w_ate)) + - geom_point(pch = 21, color = "white") + - scale_fill_manual(values = c("#0074D9", "#FF4136"), name = NULL) + - scale_size_continuous(range = c(1, 7)) + - guides(color = FALSE, size = FALSE) + - labs(x = "Education", y = "Age") + - guides(fill = guide_legend(override.aes = list(size = 5))) + - theme_bw(base_size = 20, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom", - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -class: middle - -.box-1.huge[Examples!] diff --git a/slides/08-class.Rmd b/slides/08-class.Rmd deleted file mode 100644 index 00c83e0b..00000000 --- a/slides/08-class.Rmd +++ /dev/null @@ -1,562 +0,0 @@ ---- -title: "Class 8: Diff-in-diff I" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(ggdag) -library(palmerpenguins) -library(modelsummary) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-3 - -# In-person
    session 8 - -.class-info[ - -**March 2, 2023** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-5.medium.sp-after-half[Models vs. designs] - --- - -.box-3.medium.sp-after-half[Interactions and regression] - --- - -.box-1.medium.sp-after-half[Simple diff-in-diff] - --- - -.box-6.medium.sp-after-half[Two-way fixed effects] - ---- - -class: title title-inv-8 - -# Two quick things - -.box-8.large.sp-after[Chunk names] - --- - -.box-8.large[Correct SEs for IPW] - ---- - -layout: false -name: models-designs -class: center middle section-title section-title-5 animated fadeIn - -# Models vs. designs - ---- - -layout: true -class: middle - ---- - -.center[ -
    - 2021 econ Nobel winners -
    -] - -??? - -- Card (and Krueger): NJ/PA minimum wage + the beginning of this whole credibility revolution thing -- Angrist: MHE and MM and making causal inference accessible -- Imbens: A ton of CI stuff + attempting to bridge DAG world with situation-based world - -- https://twitter.com/NobelPrize/status/1447502627114205187 - PA/NJ -- https://twitter.com/MaxCRoser/status/1447505582450151431 -- https://twitter.com/Stanford/status/1447549033539637248 - ---- - -.center[ -
    - Alan Krueger -
    -] - -??? - -Alan Krueger died by suicide in 2019 - ---- - -.center[ -
    - Nobel PA/NJ -
    -] - ---- - -layout: true -class: middle - ---- - -.box-5.large[Design-based vs.
    model-based inference] - -.box-inv-5[Special situations vs. controlling for stuff] - ---- - -.box-5.medium[How would you know when it is appropriate to use a quasi-experiment over an RCT?] - ---- - -layout: true -class: title title-5 - ---- - -# Identification strategies - -.box-inv-5.small.sp-after[The goal of *all* these methods is to isolate
    (or **identify**) the arrow between treatment → outcome] - --- - -.box-inv-5.less-medium[Model-based identification] - -.float-left.center[.box-5[DAGs] .box-5[Matching] .box-5[Inverse probability weighting]] - --- - -.box-inv-5.less-medium.sp-before[Design-based identification] - -.float-left.center[.box-5[Randomized controlled trials] .box-5[Difference-in-differences]] - -.float-left.center[.box-5[Regression discontinuity] .box-5[Instrumental variables]] - ---- - -# Model-based identification - -.box-inv-5[Use a DAG and *do*-calculus to isolate arrow] - -.pull-left[ -
    - Education earnings DAG -
    -] - -.pull-right[ -.box-5[Core assumption:
    selection on observables] - -.box-inv-5.small[Everything that needs to
    be adjusted is measurable;
    no unobserved confounding] - -.box-inv-5.small[**Big assumption!**] - -.box-inv-5.tiny[This is why lots of people don't like DAG-based adjustment] -] - ---- - -layout: false - -.center[ -
    - King Charles and Ozzy Osbourne -
    -] - ---- - -layout: true -class: title title-5 - ---- - -# Design-based identification - -.box-inv-5[Use a special situation to isolate arrow] - -.pull-left[ -.box-5[RCTs] - -.box-inv-5.small[Use randomization
    to remove confounding] - -.center[ -
    - RCT DAG -
    -] -] - --- - -.pull-right[ -.box-5[Difference-in-differences] - -.box-inv-5.small[Use before/after & treatment/control
    differences to remove confounding] - -.center[ -
    - Diff-in-diff DAG -
    -] -] - ---- - -layout: true -class: middle - ---- - -.box-5.large[Which is better or more credible?
    RCTs, quasi experiments,
    or DAG-based models?] - ---- - -.center[ -
    - The (wrong!) causality continuum -
    -] - ---- - -.box-5.huge[There's no hierarchy!] - ---- - -layout: false -name: interactions -class: center middle section-title section-title-3 animated fadeIn - -# Interactions and regression - ---- - -class: middle - -.box-3.large[Can we talk more about interaction terms and how to interpret them?] - -.box-3[Are interaction effects in regression always more accurate of a difference than running a "regular" regression without them?] - ---- - -class: middle - -.box-3.large[Regression is just fancy averages!] - ---- - -layout: false -name: diff-in-diff -class: center middle section-title section-title-1 animated fadeIn - -# Simple diff-in-diff - ---- - -.center[ -
    - Lambeth and Southwark-Vauxhall -
    -] - ---- - -class: middle - -.pull-left[ -.box-1.medium[**1849**] - -.box-1[Cholera deaths per 100,000] - -.box-inv-1[Southwark & Vauxhall: **1,349**] - -.box-inv-1[Lambeth: **847**] - -] - -.pull-right[ -.box-1.medium[**1854**] - -.box-1[Cholera deaths per 100,000] - -.box-inv-1[Southwark & Vauxhall: **1,466**] - -.box-inv-1[Lambeth: **193**] -] - ---- - -.center[ -
    - Bedtime math -
    -] - ---- - -.center[ -
    - Bedtime math diff-in-diff -
    -] - ---- - -layout: true -class: middle - ---- - -.box-1.medium[When doing your subtracting to get
    your differences in the matrix, is it better
    to do the vertical or horizontal subtractions?] - -.box-1.medium[Are there situations where
    one is preferable to the other?] - ---- - -.box-1.medium[Why are we learning
    two ways to do diff-in-diff?
    (2x2 matrix vs. `lm()`)] - ---- - -.box-1.large[What happened to confounding??] - -.box-1.large[Now we're only looking
    at just two "confounders"?] - -??? - -The parallel trends assumption takes care of that - ---- - -.box-1.less-medium[What group level is best for comparison? For example, if we are looking at policy change in NJ, is it best to compare with just one or two similar states? How similar do the populations need to be?] - -.box-1.medium.sp-after[Wouldn't matching be better?] - -.box-1.less-medium[Do we have to think about balance when dealing with observational data in diff in diff?] - -.box-inv-1[[Two-way fixed effects (TWFE)](https://www.andrewheiss.com/blog/2021/08/25/twfe-diagnostics/)] - -??? - -- Multiple states/groups are possible - that's TWFE -- Wouldn't matching be better? Sure, if you're doing state-level stuff. But their data was restaurant level - -- Balance: Maybe. With just two states/villages/countries/whatever, yes. With lots, the state/year fixed effects pick up those trends for you - ---- - -.box-1.large[Minimum legal drinking age] - ---- - -.center[ -
    - Mastering Metrics Figure 5.4 -
    -] - ---- - -.center[ -
    - Mastering Metrics Figure 5.5 -
    -] - ---- - -.center[ -
    - Mastering Metrics Figure 5.6 -
    -] - ---- - -.box-inv-1.medium[MLDA reduction] - -.box-1.medium[Two states: Alabama vs. Arkansas] - -$$\begin{aligned} -\text{Mortality}\ =&\ \beta_0 + \beta_1\ \text{Alabama} + \beta_2\ \text{After 1975}\ + \\ -&\ \beta_3\ (\text{Alabama} \times \text{After 1975}) -\end{aligned}$$ - ---- - -.box-inv-1.medium[Organ donations] - -.box-1.medium[Two states: California vs. New Jersey] - -$$\begin{aligned} -\text{Donation rate}\ =&\ \beta_0 + \beta_1\ \text{California} + \beta_2\ \text{After Q22011}\ + \\ -&\ \beta_3\ (\text{California} \times \text{After Q22011}) -\end{aligned}$$ - ---- - -layout: false -name: twfe -class: center middle section-title section-title-6 animated fadeIn - -# Two-way fixed effects
    (TWFE) - ---- - -layout: true -class: middle - ---- - -.box-6.medium[Two states: Alabama vs. Arkansas] - -$$\begin{aligned} -\text{Mortality}\ =&\ \beta_0 + \beta_1\ \text{Alabama} + \beta_2\ \text{After 1975}\ + \\ -&\ \beta_3\ (\text{Alabama} \times \text{After 1975}) -\end{aligned}$$ - ---- - -.box-6.medium[All states: `Treatment == 1`
    if legal for 18-20-year-olds to drink] - -$$\text{Mortality}\ =\ \beta_0 + \beta_1\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{Year}$$ - ---- - -$$\begin{aligned} -\text{Mortality}\ =&\ \beta_0 + \beta_1\ \text{Alabama} + \beta_2\ \text{After 1975}\ + \\ -&\ \color{red}{\beta_3}\ (\text{Alabama} \times \text{After 1975}) -\end{aligned}$$ - -.center[vs.] - -$$\text{Mortality}\ =\ \beta_0 + \color{red}{\beta_1}\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{Year}$$ - ---- - -$$\begin{aligned} -\text{Mortality}\ =&\ \beta_0 + \beta_1\ \text{Alabama} + \beta_2\ \text{After 1975}\ + \\ -&\ \color{red}{\beta_3}\ (\text{Alabama} \times \text{After 1975}) -\end{aligned}$$ - -.center[vs.] - -$$\text{Mortality}\ =\ \beta_0 + \color{red}{\beta_1}\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{Year}$$ - -.center[vs.] - -$$\begin{aligned} -\text{Mortality}\ =\ & \beta_0 + \color{red}{\beta_1}\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{Year}\ +\\ -&\beta_4\ (\text{State} \times \text{Year}) -\end{aligned}$$ - ---- - -.center[ -
    - Mastering Metrics Table 5.2 -
    -] - ---- - -$$\begin{aligned} -\text{Donation rate}\ =&\ \beta_0 + \beta_1\ \text{California} + \beta_2\ \text{After Q22011}\ + \\ -&\ \beta_3\ (\text{California} \times \text{After Q22011}) -\end{aligned}$$ - -.center[vs.] - -$$ -\begin{aligned} -\text{Donation rate}\ =\ & \beta_0 + \color{red}{\beta_1}\ \text{Treatment}\ + \\ -& \beta_2\ \text{State} + \beta_3\ \text{Quarter} -\end{aligned} -$$ - ---- - -.box-6.large[What about this
    staggered treatment stuff?] - -.box-inv-6[[See this](https://www.andrewheiss.com/blog/2021/08/25/twfe-diagnostics/)] - -??? - -This is good for ethical reasons! - -Blog post - ---- - -layout: false -name: sensitivity -class: center middle section-title section-title-2 animated fadeIn - -# Sensitivity analysis - ---- - -layout: true -class: middle - ---- - -.box-2.medium.sp-after[How do we know when we've got
    the right confounders in our DAG?] - -.box-2.medium[How do we solve the fact that
    we have so many unknowns in our DAG?] - ---- - -.center[ -
    - OVB -
    -] - -??? - -https://owenozier.github.io/teaching/2020-2021-memes diff --git a/slides/08-inferencia.Rmd b/slides/08-inferencia.Rmd new file mode 100644 index 00000000..ba46e0a5 --- /dev/null +++ b/slides/08-inferencia.Rmd @@ -0,0 +1,923 @@ +--- +title: "Estadística Correlacional" +author: ".small[Juan Carlos Castillo

    Departamento de Sociología - UCH / COES

    ]" +date: "2do Sem 2023" +output: + xaringan::moon_reader: + css: "css/custom_2020.css" + includes: + after_body: "insert-logo.html" + lib_dir: libs + nature: + ratio: '16:9' + highlightStyle: dracula + highlightLines: true + countIncrementalSlides: false + beforeInit: "libs/macros.js" + seal: false # esto omite title slide automática +--- +class: front + + +```{r setup, include=FALSE, cache = FALSE} +library(knitr) +opts_chunk$set(warning=FALSE, + message=FALSE, + echo=TRUE, + comment = "", + cache = TRUE, fig.width=10, fig.height=8) +pacman::p_load(flipbookr, tidyverse, kableExtra) +``` + + + +```{r xaringanExtra, include=FALSE} +xaringanExtra::use_xaringan_extra(c("tile_view", "animate_css")) +xaringanExtra::use_scribble() +``` + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2023 +## [.orange[correlacional.netlify.com]](https:/correlacional.netlify.com) +] + + +.pull-right-narrow[ +.center[ +.content-block-gray[ +## Sesión 8: +## .orange[Inferencia 4: Hipótesis direccionales y proporciones]] +] +] + +--- + +layout: true +class: animated, fadeIn + +--- +# Lectura hoy: + +[Moore cap. 8 - Inferencia para proporciones](https://correlacional.netlify.app/files/textos/Moore.pdf) + + +--- +# Resumen clase anterior + +- **hipótesis**: aseveraciones sobre algo que ocurre en la población, usualmente asociaciones entre conceptos / variables + +- el contraste de hipótesis en estadística opera mediante el rechazo de la **hipótesis nula** (o de no diferencias), con una probabilidad de error $\alpha$ + +- para diferencia de medias se utiliza la prueba t, que básicamente es una distribución normal ajustada al tamaño muestral + +--- +## Tipos de preguntas e hipótesis (ej: con promedio(s)) +---- + +.small[ + +| **Pregunta**| **Hipotesis** | **Prueba** +|---------------------|------------------------------------------------------| +| A. ¿Existe el promedio en la población?
    | $$H_{a}: \bar{X}_1 \neq 0$$ $$H_{0}: \bar{X}_1 = 0$$ | Dos colas (no direccional) +| B. ¿Existen diferencias de promedios en la población? | $$H_{a}: \bar{X}_1 - \bar{X}_2 \neq 0$$ $$H_{0}: \bar{X}_1 - \bar{X}_2= 0$$ | Dos colas (no direccional) +| C. ¿Es un promedio (1) superior (o inferior) al otro (2)? | $$H_{a}: \bar{X}_1 - \bar{X}_2 \gt 0$$ $$H_{0}: \bar{X}_1 - \bar{X}_2 \leq 0$$ | Una cola (direccional) + - ] +--- +class: center middle + +![:scale 73%](img/one_vs_two-tailed.png) + +--- +class: middle center +![:scale 70%](img/rechazar_meme.png) + +--- +.content-box-red[ +# BUSCAMOS RECHAZAR LA HIPÓTESIS NULA] + +- Recordar que nuestra hipótesis de investigación es la .red[hipótesis alternativa] + +- La .blue[hipótesis nula] (cero) expresa que lo que nosotros buscamos no existe o ES CERO en la población + +- Si logramos rechazar $H_0$ entonces hay sustento para nuestra hipótesis de investigación +--- +# Los cinco pasos de la inferencia + +1. Establecer las hipótesis (y definir si son o no direccionales) + +2. Calcular error estándar + +3. Estimar estadístico de prueba (ej: Z o t) + +4. Establecer valor crítico de la prueba (de acuerdo a un cierto nivel de confianza) + +5. Contraste e interpretación + + ->posibilidad de calcular intervalo de confianza + +--- +# Sobre los cinco pasos de la inferencia + +- Definir estos pasos y realizar los cálculos paso a paso tiene un sentido procedimiental y pedagógico + +- Mediante el uso de software (como R) es suficiente con paso 1 (hipótesis) y paso 5 (interpretación) + +- Pero ... para hacer una buena interpretación, es importante saber qué ocurre tras bambalinas en el contraste de hipótesis + +--- +class: roja right + +.pull-left-narrow[ +.left[ +### .black[Contenidos] +] +] +.pull-right-wide[ + +## .yellow[1- Repaso hipótesis de diferencia de medias] +## 2- Hipótesis direccionales +## 3- Hipótesis para proporciones +## 4- Inferencia en correlación +] + +--- +# Datos + +Vamos a generar una submuestra de 350 casos de CASEN para ilustrar de mejor manera el sentido del test de hipótesis + +```{r} +pacman::p_load(sjmisc, haven, dplyr, stargazer, interpretCI, kableExtra) +load("casen2022_inf2.Rdata") +options(scipen=999) # para evitar notación en los ceros +set.seed(20) # para fijar el resultado aleatorio +casen_350 <- casen2022_inf %>% select(salario,sexo) %>% sample_n(350) +casen_350 <- na.omit(casen_350) +``` + +--- +# Datos + +```{r} +stargazer(as.data.frame(casen_350), type = "text") +``` +--- + +```{r} +casen_350%>% # se especifica la base de datos + dplyr::group_by(sexo=sjlabelled::as_label(sexo)) %>% # se agrupan por la variable categórica y se usan sus etiquetas con as_label + dplyr::summarise(Obs.=n(),Promedio=mean(salario, na.rm=TRUE),SD=sd(salario, na.rm=TRUE)) %>% # se agregan las operaciones a presentar en la tabla + kable(, format = "markdown") # se genera la tabla +``` + + +--- +## Hipótesis de diferencia de medias + +### Paso 1: Establecimiento de hipótesis + +El salario promedio de las mujeres es distinto al de los hombres + +$$H_{a}: \bar{X}_1 - \bar{X}_2 \neq 0$$ +$$H_{0}: \bar{X}_1 - \bar{X}_2= 0$$ + +--- +## Hipótesis de diferencia de medias + +### Paso 2: Cálculo del error estándar (para diferencia de medias) + +$$SE=\sqrt{\frac{\sigma_{diff}}{n_a}+\frac{\sigma_{diff}}{n_b}}$$ +Donde + +$$\sigma_{diff}=\frac{\sigma^2_{a}(n_a-1)+\sigma^2_{b}(n_b-1)}{n_a+n_b-2}$$ +--- + +Cálculo de la desviación estándar de las diferencias de promedios: + +\begin{align*} +\sigma_{diff}&=\frac{468692^2(205-1)+444666^2(138-1)}{205+138-2} \\ \\ +&=\frac{44813126936256+27088715663172}{341}\\ \\ +&=210855843400 +\end{align*} + +--- + +Y enfonces el error estándar de la diferencia de medias: +\begin{align*} +SE&=\sqrt{\frac{\sigma_{diff}}{n_a}+\frac{\sigma_{diff}}{n_b}} \\ \\ +&=\sqrt{\frac{210855843400}{205}+\frac{210855843400}{138}}\\ \\ +&=50561 +\end{align*} +--- +## Hipótesis de diferencia de medias + +### Paso 3: Cálculo del estadístico de prueba (t para diferencia de medias) + +\begin{align*} +t&=\frac{(\bar{x}_1-\bar{x}_2)}{SE_{\bar{x_1}-\bar{x_2}}} \\ \\ +&=\frac{654585.4- 604420.3}{50561} \\ \\ +&=\frac{50165.1}{50561} = 0.992 +\end{align*} + +--- +## Hipótesis de diferencia de medias + +### Paso 4: Establecimiento del valor crítico de la prueba (t) + +.pull-left[ + +- para un nivel de error $\alpha=0.05$ + +- y una hipótesis de diferencia de dos colas: $\alpha/2=[0.025-0.975]$ + +- grados de libertad N-2= 343-2 = 341] + +.pull-right[ +```{r} +qt(p=.05/2, + df=341, + lower.tail=FALSE) +``` +] + +--- +class: middle center + +![:scale 90%](https://multivariada.netlify.app/slides/07-inferencia/imagen4.png) + + +--- +## Hipótesis de diferencia de medias + +### Paso 5: Contraste de hipótesis + +En este contraste se compara el valor estimado del estadístico de prueba y su valor crítico para dos colas: + +$$t_{cri}= -1.96 < t_{est}=0.992 < t_{cri}= 1.96$$ +Por lo tanto, nuestro valor estimado queda fuera de la zona de rechazo de la hipótesis nula. + +En consecuencia, con un nivel de confianza de 95% no podemos afirmar que existen diferencias salariales entre hombres y mujeres + + +--- + +.pull-left-wide[ +```{r echo=FALSE} +pacman::p_load(gginference) +ggttest(t.test( + salario ~ sexo, + data = casen_350, + var.equal=TRUE)) +``` +] + + +.pull-right-narrow[ +.medium[ +
    +
    +
    +
    +
    +
    +
    +El gráfico muestra nuestro valor estimado de t fuera de la zona de rechazo. Por lo tanto, no podemos rechazar $H_0$, las diferencias no son distintas de cero +] +] +--- +# Test de hipótesis de diferencias en R + +```{r} +t.test(salario ~ sexo, data = casen_350, var.equal=TRUE) +``` + +--- +# tabla t test con `rempsyc` + +```{r} +pacman::p_load(rempsyc,broom) +model <- t.test(salario ~ sexo, data = casen_350, var.equal=TRUE) +stats.table <- tidy(model, conf.int = TRUE) +nice_table(stats.table, broom = "t.test") + +``` +??? +https://rempsyc.remi-theriault.com/articles/t-test + + +--- +# Intervalo de confianza al 95% + +\begin{align*} +\bar{x}_1-\bar{x}_2 &\pm t_{\alpha/2}*SE_{\bar{x_1}-\bar{x_2}} \\\\ +50165 &\pm 1.96*50561 \\\\ +50165 &\pm 99099.56 \\\\ +CI[-49287.48&;149617.63] +\end{align*} + +Como vemos, nuestro intervalo de confianza **contiene el cero**, por lo que no se rechaza la hipótesis nula + + + +--- +## ¿Qué habría pasado con otro nivel de confianza/probabilidad de error? + +.medium[ +```{r} +model3 <- t.test(salario ~ sexo, data = casen_350, var.equal=TRUE, + conf.level=0.5); model3 +``` +] +--- +class: middle center +```{r echo=FALSE} +ggttest(model3) +``` + +--- + +## Y ... qué hubiera pasado con una muestra más grande? +.medium[ +```{r} +load("casen2022_inf2.Rdata") +model4 <- t.test(salario ~ sexo, data = casen2022_inf, var.equal=TRUE) +model4 +``` +] +--- + +```{r echo=FALSE} +ggttest(model4) +``` + +--- +class: inverse + +## Por lo tanto, recordar: + +- una diferencia en la muestra puede o no puede existir en la población + +- para ello, establecemos una hipótesis nula (diferencias=0), que queremos rechazar + +- ¿cómo rechazamos? con un contraste de hipótesis, donde se establece un nivel de probabilidad de error que estamos dispuestos a aceptar + +- el rechazo depende tanto del nivel de probabilidad de error como también del tamaño muestral + +--- +class: roja right + +.pull-left-narrow[ +.left[ +### .black[Contenidos] +] +] +.pull-right-wide[ + +## 1- Repaso hipótesis de diferencia de medias +## .yellow[2- Hipótesis direccionales] +## 3- Hipótesis para proporciones +## 4- Inferencia en correlación +] + + +--- +# Hipótesis direccional + +Se siguen los mismos pasos: + +1. Establecer las hipótesis (y definir si son o no direccionales) + +2. Calcular error estándar + +3. Estimar estadístico de prueba (ej: Z o t) + +4. Establecer valor crítico de la prueba (de acuerdo a un cierto nivel de confianza) + +5. Contraste e interpretación + + ->posibilidad de calcular intervalo de confianza + +--- +## Hipótesis direccional + +### Paso 1: Establecimiento de hipótesis + +El salario de los hombres (grupo 1) es mayor al de las mujeres (grupo 2) + +$$H_{a}: \bar{X}_1 \gt \bar{X}_2$$ +$$H_{0}: \bar{X}_1 \leq \bar{X}_2 0$$ + +--- +# Paso 2 (SE) y paso 3 (Estadístico de prueba) + +-> son los mismos que los de las hipótesis direccionales + +--- +## Hipótesis direccionales +### Paso 4: Establecimiento del valor crítico de la prueba (t) + +.pull-left[ + +- para un nivel de error $\alpha=0.05$ (de una cola9 + +- grados de libertad N-2= 343-2 = 341] + +.pull-right[ +```{r} +qt(p=.05, + df=341, + lower.tail = FALSE) +``` +] + + +--- +## Hipótesis direccionales + +### Paso 5: Contraste de hipótesis + +En este contraste se compara el valor estimado del estadístico de prueba y su valor crítico para una cola: + +$$t{cri}= 1.64 > t{est}=0.992$$ +Por lo tanto, nuestro valor estimado queda fuera de la zona de rechazo de la hipótesis nula. + +En consecuencia, con un nivel de confianza de 95% no podemos afirmar que el salario de los hombres es superior al de las mujeres. + +--- +# En R + +```{r} +model5 <- t.test(salario ~ sexo, data = casen_350, alternative="greater", var.equal=TRUE, conf.level = 0.95) +stats.table2 <- tidy(model5) +nice_table(stats.table2, broom = "t.test") + +``` + +--- + +```{r echo=FALSE} +ggttest(model5) +``` + +--- +class: roja right + +.pull-left-narrow[ +.left[ +### .black[Contenidos] +] +] +.pull-right-wide[ + +## 1- Repaso hipótesis de diferencia de medias +## 2- Hipótesis direccionales +## .yellow[3- Hipótesis para proporciones] +## 4- Inferencia en correlación +] + + +--- +# Test para proporciones + +- además de las inferencias con medidas de tendencia central (como promedios), es posible también realizar inferencia sobre porcentajes/proporciones, ej: + + - El 20% de l_s chilen_s asiste a la educación superior (hipótesis puntual) + + - Los hombres y las mujeres tienen un distinto porcentaje de acceso a la educación superior (hipótesis de diferencia) + - Las mujeres asisten más a la educación superior que los hombres (hipótesis direccional) + +--- +# Datos +```{r} +stargazer(as.data.frame(casen2022_inf), type = "text") +``` + +--- +.small[ +```{r} +frq(casen2022_inf$educacion) + +``` +] +--- +###Generar variable educación universitaria y menos que universitaria: +.medium[ +```{r} +casen2022_inf$educ_sup <- rec(casen2022_inf$educacion, rec = "1:12=0;13:15=1",val.labels = c("Menos que universitaria", "Universitaria o más")) +frq(casen2022_inf$educ_sup) +``` +] + +--- +.pull-left[ +.small[ +```{r} +pacman::p_load(sjPlot) +casen2022_inf %>% + sjtab(educ_sup,sexo, + show.col.prc=TRUE) +``` +]] + + +.pull-right[ +
    +
    + +$p_m - p_h=0.297-0.214=0.083$ + +El porcentaje de mujeres con educación universitaria es .red[8.3%] superior en las mujeres +
    +.content-box-red[.center[ +.red[¿Es significativa esta diferencia?] +] +] +] + +??? +ver: http://www.sthda.com/english/wiki/two-proportions-z-test-in-r + + + +--- +# Diferencias entre proporciones + +1. Establecer las hipótesis (y definir si son o no direccionales) + +2. Calcular error estándar + +3. Estimar estadístico de prueba (ej: Z o t) + +4. Establecer valor crítico de la prueba (de acuerdo a un cierto nivel de confianza) + +5. Contraste e interpretación + + ->posibilidad de calcular intervalo de confianza +--- +## Diferencias entre proporciones +### 1. Establecer las hipótesis + + +¿Existen diferencias entre el porcentaje de mujeres y hombres con nivel educacional universitario? + +$$H_{a}: p_{mujeres} - p_{hombres} \neq 0$$ +$$H_{0}: p_{mujeres} - p_{hombres}= 0$$ + +--- +## Diferencias entre proporciones +### 2. Cálculo de error estándar + +Recordemos que el SE para una proporción es: +$$SE_p=\sqrt{\frac{p(1-p)}{n}} $$ +Y para diferencia de proporciones: + +$$SE_{p_1 - p_2}=\sqrt{\frac{p_1(1-p_1)}{n_1}+\frac{p_2(1-p_2)}{n_2}}$$ +??? +https://online.stat.psu.edu/stat415/lesson/9/9.4 + +--- +Estimación de error estándar + +\begin{align*} +SE_{p_a - p_b}&=\sqrt{\frac{p_a(1-p_a)}{n_a}+\frac{p_b(1-p_b)}{n_b}} \\\\ +SE_{p_m - p_h}&=\sqrt{\frac{0.297(1-0.297)}{7603}+\frac{0.214(1-0.214)}{6818}} \\\\ +SE_{p_m - p_h}&=\sqrt{\frac{0.209}{7603}+\frac{0.168}{6818}}=\sqrt{0.0000275+0.0000246}=0.00722 +\end{align*} + +--- +## Diferencias entre proporciones +### 3. Cálculo de estadístico de prueba + + +Para diferencia de proporciones también se utiliza la prueba $Z$ + +$$Z_{est}=\frac{p_m - p_h}{SE_{p_m -p_h}}=\frac{0.083}{0.0072}=11.528$$ + +--- +## Diferencias entre proporciones +### 4. Establecer valor crítico de prueba + +Y comparamos este valor con el Z crítico para un $\alpha=0.05$ de dos colas (porque es hipótesis de diferencia) + +```{r} +qnorm(p=.05/2, lower.tail=FALSE) +``` + + +--- +## Diferencias entre proporciones +### 5. Interpretación + +En este caso, nuestro $Z_{est}=11.528$ > $Z_{cri}=1.96$, por lo tanto se rechaza $H_0$ + +La proporción de universitarias y universitarios es diferente, con un 95% de confianza + +--- +## (6). Construcción intervalo de confianza + +.medium[ +Para obtener un intervalo de confianza, a la diferencia de proporciones se le suman/restan errores estándar muttiplicados por el valor Z crítico según nivel de confianza, en este caso $\alpha=0.5/2$ (prueba de dos colas) + +\begin{align*} +p_1 - p_2 &\pm Z_{crit_{\alpha/2}}*SE_{p_a - p_b} \\ +0.297-0.214 &\pm1.96*0.00722\\ +0.083&\pm 0.0142 \\ +\end{align*} + +$$CI[0.07;0.09]$$ +Podemos entonces decir con un 95% de confianza que la diferencia de proporción de universitari_s entre hombres y mujeres se encuentra entre un 7% y un 9%] + +--- +# Estimación directamente en R con .blue[prop.test] + + +.small[ +.pull-left[ +```{r eval=FALSE} +prop_dif <-prop.test(x = c(7603,6818), n = c(25610,31920)) +prop_dif +``` + +2-sample test for equality of proportions with continuity + correction + +data: c(7603, 6818) out of c(25610, 31920) +X-squared = 524.22, df = 1, p-value < 0.00000000000000022 +alternative hypothesis: two.sided +95 percent confidence interval: + 0.07606640 0.09049306 +sample estimates: + prop 1 prop 2 +0.2968762 0.2135965 + + +] +] + + +.pull-right[ +.medium[ +Dos cosas importantes para reporte de este output: + +- probabilidad de error p: si es menor al nivel de error especificado ( $\alpha$), se rechaza la hipótesis nula. En este caso, las diferencias entre grupos son significativamente distinas de cero. + +- el intervalo de confianza: rango de valores con un 95% de confianza para la diferencia estimada. +] +] +??? + +--- +## Hipótesis direccionales de proporciones +### Paso 1: hipótesis + +¿Es superior la proporción de mujeres con educación superior? + +En este caso, + +$$H_{0}: p_{mujeres} \leq p_{hombres}$$ + +En relación a la siguiente hipótesis alternativa: + +$$H_{a}: p_{mujeres} \gt p_{hombres}$$ +--- +## Hipótesis direccionales de proporciones +### Paso 2 (SE) y 3 (estadístico de prueba) igual que para hipótesis no direccionales + +--- +## Hipótesis direccionales de proporciones +### Paso 4: Valor crítico de prueba + +Valor crítico de Z para una cola + +```{r} +qnorm(p=.05, lower.tail=FALSE) +``` + + +--- +## Hipótesis direccionales de proporciones +### Paso 5: Interpretación + +Valor crítico se compara con el valor estimado de Z para la diferencia de proporciones, + + +En este caso, $$Z_{est}=11.528 \gt Z_{cri}=1.644$$ + +Por lo tanto se rechaza $\H_0$, con un 95% de confianza podemos decir que la proporción de mujeres universitarias es mayor en mujeres que en hombres. + + +--- +# Estimación directamente en R con .blue[prop.test] + +.small[ +.pull-left[ +```{r eval=FALSE} +prop_greater <-prop.test(x = c(7603,6818), n = c(25610,31920), alternative = "greater") +prop_greater +``` +``` + 2-sample test for equality of proportions with continuity + correction + +data: c(7603, 6818) out of c(25610, 31920) +X-squared = 524.22, df = 1, p-value < 0.00000000000000022 +alternative hypothesis: greater +95 percent confidence interval: + 0.07722045 1.00000000 +sample estimates: + prop 1 prop 2 +0.2968762 0.2135965 +``` + +] +] + + +.pull-right[ +.medium[ + + +] +] + +--- +class: roja right + +.pull-left-narrow[ +.left[ +### .black[Contenidos] +] +] +.pull-right-wide[ + +## 1- Repaso hipótesis de diferencia de medias +## 2- Hipótesis direccionales +## 3- Hipótesis para proporciones +## .yellow[4- Inferencia en correlación] +] + +--- +# Datos +.medium[ +Simulamos dos variables: edad, y puntaje en escala de izquierda (1) - derecha (10): + +```{r} +edad <-c(18,25,40,55,70, 82) +iz_der <-c(5,4,5,9,5,7) +cor(edad,iz_der) +(cor(edad,iz_der))^2 #r2 + +``` +] + +--- +.pull-left[ +```{r} +plot1 <- ggplot(, + aes(x=edad, y=iz_der)) + + geom_point( + colour = "red", + size = 5) + + theme(text = + element_text(size = 20)) + +``` +] + +.pull-right[ +```{r} +plot1 +``` + +] +--- +## Prueba de hipótesis de correlación +### 1. Formulación de hipótesis + +Siendo $\rho$ (rho) la correlación $r$ en la población: + +$$H_0: \rho = 0$$ +$$H_a: \rho \neq 0$$ +--- +## Prueba de hipótesis de correlación +### 2. Error estándar de la correlación + +\begin{align*} +SE_r=&\sqrt{\frac{1-r²}{n-2}} \\\\ +=&\sqrt{\frac{1-0.257}{6-2}} \\\\ +=&\sqrt{\frac{0.743}{4}}=\sqrt{0.186}=0.431 +\end{align*} +--- +## Prueba de hipótesis de correlación +### 3. Estimación de estadístico de prueba ( $t$) + +\begin{align*} +t_r&=\frac{r}{SE_r} \\\\ +&=\frac{0.51}{0.431} \\\\ +&=1.18 +\end{align*} + +--- +## Prueba de hipótesis de correlación +### 4. Valor crítico para $t$ + +.pull-left[ + +- para un nivel de error $\alpha=0.05$ + +- y una hipótesis de diferencia de dos colas: $\alpha/2=[0.025-0.975]$ + +- grados de libertad N-2= 6-2 = 4] + +.pull-right[ +```{r} +qt(p=.05/2, + df=4, + lower.tail=FALSE) +``` +] + +--- +## Prueba de hipótesis de correlación +### 5. Interpretación + +$t_{r}=1.18 < t_{cri}=2.77$ + +Nuestro t estimado es menor que el valor t crítico para un 95% de confianza, por lo tanto no rechazamos la hipótesis nula. No existe evidencia en nuestros datos para afirmar que la correlación entre la escala izquierda-derecha y edad es distinta de cero en la población. + +--- +## En R + +```{r} +cor.test(iz_der,edad) +``` + +--- + +```{r echo=FALSE} + +ggttest(cor.test(iz_der,edad)) +``` + + +--- +class: inverse + +## Resumen + +- 5 pasos en la prueba de hipótesis + +- Hipótesis direccionales y no direccionales + +- Hipótesis para + - estimación puntual (ej: correlación) + - diferencias + - comparación + +--- + +# ASISTENCIA + +.pull-left[ + +![:scale 90%](img/qr-correlacional-asistencia.png) +] + +.pull-right[ +
    +
    +
    +
    +
    +bit.ly/correlacional-asistencia +] + + +--- +class: front + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2023 +## [.orange[correlacional.netlify.com]](https://encuestas-sociales.netlify.com) +] diff --git a/slides/08-inferencia.html b/slides/08-inferencia.html new file mode 100644 index 00000000..41fb599e --- /dev/null +++ b/slides/08-inferencia.html @@ -0,0 +1,1273 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-10-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-10-1.png new file mode 100644 index 00000000..6c494cc7 Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-10-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-11-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-11-1.png new file mode 100644 index 00000000..0d19ab4f Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-11-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-12-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-12-1.png new file mode 100644 index 00000000..0d19ab4f Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-12-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-13-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-13-1.png new file mode 100644 index 00000000..0d19ab4f Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-13-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-14-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-14-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-14-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-15-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-15-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-15-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-16-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-16-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-16-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-17-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-17-1.png new file mode 100644 index 00000000..0d19ab4f Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-17-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-18-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-18-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-18-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-19-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-19-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-19-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-20-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-20-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-20-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-21-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-21-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-21-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-22-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-22-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-22-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-23-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-23-1.png new file mode 100644 index 00000000..9a11c12a Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-23-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-24-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-24-1.png new file mode 100644 index 00000000..6f1bab41 Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-24-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-25-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-25-1.png new file mode 100644 index 00000000..d0aa103c Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-25-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-26-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-26-1.png new file mode 100644 index 00000000..d0aa103c Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-26-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-27-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-27-1.png new file mode 100644 index 00000000..3a920c5e Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-27-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-28-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-28-1.png new file mode 100644 index 00000000..db40326d Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-28-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-29-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-29-1.png new file mode 100644 index 00000000..db40326d Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-29-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-30-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-30-1.png new file mode 100644 index 00000000..db40326d Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-30-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-31-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-31-1.png new file mode 100644 index 00000000..db40326d Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-31-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-32-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-32-1.png new file mode 100644 index 00000000..db40326d Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-32-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-33-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-33-1.png new file mode 100644 index 00000000..b80c0b1e Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-33-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-35-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-35-1.png new file mode 100644 index 00000000..db40326d Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-35-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-5-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-5-1.png new file mode 100644 index 00000000..6f1bab41 Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-6-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-6-1.png new file mode 100644 index 00000000..6f1bab41 Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-6-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-7-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-7-1.png new file mode 100644 index 00000000..6f1bab41 Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-8-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-8-1.png new file mode 100644 index 00000000..6f1bab41 Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-8-1.png differ diff --git a/slides/08-inferencia_files/figure-html/unnamed-chunk-9-1.png b/slides/08-inferencia_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..6c494cc7 Binary files /dev/null and b/slides/08-inferencia_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/slides/08-slides.Rmd b/slides/08-slides.Rmd deleted file mode 100644 index 10889eb1..00000000 --- a/slides/08-slides.Rmd +++ /dev/null @@ -1,1312 +0,0 @@ ---- -title: "Difference-in-differences I & II" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(flair) -library(broom) -library(ggdag) -library(kableExtra) -library(scales) -library(patchwork) - -world_happiness <- read_csv("data/world_happiness.csv") %>% - mutate(latin_america = region == "Latin America & Caribbean") %>% - mutate(latin_america = factor(latin_america, labels = c("Not Latin America", "Latin America"))) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-7 - -# Diff-in-diff I & II - -.class-info[ - -**Sessions 8–9** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-6.medium.sp-after-half[Quasi-experiments] - --- - -.box-2.medium.sp-after-half[Interactions & regression] - --- - -.box-5.medium.sp-after-half[Two wrongs make a right] - --- - -.box-3.medium.sp-after-half[Diff-in-diff assumptions] - ---- - -name: quasi-experiments -class: center middle section-title section-title-6 animated fadeIn - -# Quasi-experiments - ---- - -  - -.box-6.large.sp-after[RCTs are great!] - --- - -.box-6.large[Super impractical to do
    all the time though!] - ---- - -layout: true -class: title title-6 - ---- - -# Quasi-experiments - --- - -.box-inv-6.medium[You can't always randomly
    assign people to do things] - --- - -.box-inv-6.medium[So let other people (or the government,
    or nature, or something else) do it for you] - ---- - -# Quasi-experiments - -.box-inv-6.medium.sp-after[**Quasi-experiment**
    A situation where you, as researcher,
    did not assign people to treatment/control] - --- - -.center.float-left.sp-after[ -.box-6[External validity 👍] .box-6[Selection 👎] -] - --- - -.box-inv-6.medium[Assignment to treatment is "as if" random] - -??? - -Good bc of external validity; bad bc of selection - ---- - -# Quasi-experiments vs. DAG adjustment - --- - -.box-inv-6[We did a lot of work with DAGs!
    You're good at closing backdoors with matching and IPW] - --- - -.box-inv-6.sp-after[DAGs can work for any kind of observational data,
    even without a quasi-experimentalish situation] - --- - -.box-6[Quasi-experiments are a little different:
    the **context** isolates pathway between treatment and outcome] - --- - -.box-6.smaller[They're wildly popular in social sciences (especially economics!),
    maybe more credible (?) there than just making DAG adjustments] - --- - -.box-6.smaller[You can still draw a DAG for a quasi-experiment though!] - ---- - -# Analyzing quasi-experiments - --- - -.box-inv-6.medium[Difference-in-differences] - -.box-6.small.sp-after[DiD; DD; diff-in-diff] - --- - -.box-inv-6.medium[Regression discontinuity] - -.box-6.small.sp-after[RD; RDD] - --- - -.box-inv-6.medium[Instrumental variables] - -.box-6.small[IV] - ---- - -layout: false -name: interactions-regression -class: center middle section-title section-title-2 animated fadeIn - -# Interactions & regression - ---- - -layout: true -class: title title-2 - ---- - -# Sliders and switches - -.center[ -
    - Switch and slider -
    -] - ---- - -layout: false - -.smaller[ -$$ -\widehat{\text{Happiness}} = \beta_0 + \beta_1 \text{Life expectancy} + \beta_2 \text{Latin America} + \varepsilon -$$ -] - --- - -.small-code[ -```{r model-happiness-indicator} -model1 <- lm(happiness_score ~ life_expectancy + latin_america, - data = world_happiness) -tidy(model1) -``` -] - --- - -.pull-left[ -.box-inv-2.small[Life expectancy = continuous / slider] - -.box-2.smaller["For every 1-year increase in life expectancy,
    happiness is associated with a β1 increase"] -] - --- - -.pull-right[ -.box-inv-2.small[Latin America = categorical / switch] - -.box-2.smaller["Being in Latin America is associated
    with a β2 increase in happiness"] -] - ---- - -class: title title-2 - -# Indicators and interactions - -.box-inv-2.medium[Indicators .tiny[(dummies)]] - --- - -.box-2.sp-after[Change in intercept for specific group] - ---- - -layout: false - -```{r plot-indicator-1, echo=FALSE, fig.width=12, fig.height=5.5, out.width="100%"} -ggplot(world_happiness, aes(x = life_expectancy, y = happiness_score)) + - geom_point(aes(fill = latin_america), size = 5, pch = 21, color = "white", alpha = 0.7) + - scale_fill_manual(values = c("grey70", "#B10DC9"), name = NULL) + - labs(x = "Life expectancy", y = "Happiness score") + - theme_bw(base_size = 21, base_family = "Fira Sans Condensed") -``` - ---- - -```{r plot-indicator-2, echo=FALSE, fig.width=12, fig.height=5.5, out.width="100%"} -model1_coefs <- tidy(model1) -la_shift <- filter(model1_coefs, term == "latin_americaLatin America")$estimate %>% round(2) -world_slope <- filter(model1_coefs, term == "life_expectancy")$estimate - -ggplot(world_happiness, aes(x = life_expectancy, y = happiness_score)) + - geom_point(aes(fill = latin_america), size = 5, pch = 21, color = "white", alpha = 0.7) + - geom_abline(slope = filter(model1_coefs, term == "life_expectancy")$estimate, - intercept = filter(model1_coefs, term == "(Intercept)")$estimate, - color = "#0074D9", size = 2) + - scale_fill_manual(values = c("grey70", "#B10DC9"), name = NULL) + - labs(x = "Life expectancy", y = "Happiness score") + - theme_bw(base_size = 21, base_family = "Fira Sans Condensed") -``` - -.box-2.small[World slope = `r round(world_slope, 3)`] - ---- - -```{r plot-indicator-3, echo=FALSE, fig.width=12, fig.height=5.5, out.width="100%"} -ggplot(world_happiness, aes(x = life_expectancy, y = happiness_score)) + - geom_point(aes(fill = latin_america), size = 5, pch = 21, color = "white", alpha = 0.7) + - geom_abline(slope = filter(model1_coefs, term == "life_expectancy")$estimate, - intercept = filter(model1_coefs, term == "(Intercept)")$estimate, - color = "#0074D9", size = 2) + - geom_abline(slope = filter(model1_coefs, term == "life_expectancy")$estimate, - intercept = filter(model1_coefs, term == "(Intercept)")$estimate + - filter(model1_coefs, term == "latin_americaLatin America")$estimate, - color = colorspace::darken("#B10DC9", 0.3), size = 2) + - scale_fill_manual(values = c("grey70", "#B10DC9"), name = NULL) + - labs(x = "Life expectancy", y = "Happiness score") + - theme_bw(base_size = 21, base_family = "Fira Sans Condensed") -``` - -.box-2.small[Latin America intercept shifted up `r round(la_shift, 3)`; line has same slope as world (`r round(world_slope, 3)`)] - ---- - -.smaller[ -$$ -\begin{aligned} -\widehat{\text{Happiness}} = &\beta_0 + \beta_1 \text{Life expectancy} + \beta_2 \text{Latin America} + \\ -&\beta_3 (\text{Life expectancy} \times \text{Latin America}) + \varepsilon -\end{aligned} -$$ -] - --- - -.small-code[ -```{r model-happiness-interaction} -model2 <- lm(happiness_score ~ life_expectancy + latin_america + - (life_expectancy * latin_america), data = world_happiness) -tidy(model2) -``` -] - --- - -.box-2.small["In Latin America, for every 1-year increase in life expectancy,
    happiness is associated with a β1 + β3 increase *and* the intercept is β2 lower"] - ---- - -class: title title-2 - -# Indicators and interactions - -.box-inv-2.medium[Indicators .tiny[(dummies)]] - -.box-2.sp-after[Change in intercept for specific group] - -.box-inv-2.medium.sp-before[Interactions] - --- - -.box-2[Change in slope for specific group] - ---- - -```{r plot-interaction-1, echo=FALSE, fig.width=12, fig.height=5.5, out.width="100%"} -model2_coefs <- tidy(model2) -la_slope_shift <- filter(model2_coefs, term == "life_expectancy:latin_americaLatin America")$estimate -la_actual_slope <- filter(model2_coefs, term == "life_expectancy")$estimate + la_slope_shift - -ggplot(world_happiness, aes(x = life_expectancy, y = happiness_score)) + - geom_point(aes(fill = latin_america), size = 5, pch = 21, color = "white", alpha = 0.7) + - geom_abline(slope = filter(model2_coefs, term == "life_expectancy")$estimate, - intercept = filter(model2_coefs, term == "(Intercept)")$estimate, - color = "#0074D9", size = 2) + - geom_abline(slope = filter(model2_coefs, term == "life_expectancy")$estimate + - filter(model2_coefs, term == "life_expectancy:latin_americaLatin America")$estimate, - intercept = filter(model2_coefs, term == "(Intercept)")$estimate + - filter(model2_coefs, term == "latin_americaLatin America")$estimate, - color = colorspace::darken("#B10DC9", 0.3), size = 2) + - scale_fill_manual(values = c("grey70", "#B10DC9"), name = NULL) + - labs(x = "Life expectancy", y = "Happiness score") + - theme_bw(base_size = 21, base_family = "Fira Sans Condensed") -``` - -.box-2.small[Latin America slope is `r round(la_slope_shift, 3)` + `r round(world_slope, 3)` = `r round(la_actual_slope, 3)`; different from rest of the world] - ---- - -class: title title-2 - -# Interactions - -.box-inv-2[What would happen if you ran this?] - -.small-code[ -```{r model-happiness-interaction-1} -model3 <- lm(happiness_score ~ (life_expectancy * latin_america), - data = world_happiness) -``` -] - --- - -.small-code[ -```{r show-model-happiness-interaction-1, echo=FALSE} -tidy(model3) -``` -] - --- - -.box-2.small[**It still works!**
    Both terms have to be in the model; R will add them for you if you leave them out] - ---- - -class: title title-2 - -# Interactions - -.box-inv-2[What would happen if you ran this?] - -.small-code[ -```{r model-happiness-interaction-2} -model4 <- lm(happiness_score ~ life_expectancy * region, # region has multiple categories - data = world_happiness) -``` -] - --- - -.pull-left-wide[ -.small-code.smaller[ -```{r show-model-happiness-interaction-2, echo=FALSE} -tidy(model4) -``` -] -] - --- - -.pull-right-narrow[ -.box-2.small[Changes in
    slopes and intercepts
    for each region] -] - ---- - -class: title title-2 - -# General idea of interactions - -.box-inv-2.medium[The *additional* change that happens when
    combining two explanatory variables] - --- - -.box-2[Life expectancy effect] - --- - -.box-2[Latin America effect] - --- - -.box-2[Additional life expectancy effect in Latin America] - - ---- - -.pull-left[ -.box-2[Is there a discount when combining cheese and chili?] - -  - -.box-inv-2[What is the cheese effect?] - -.box-inv-2[What is the chili effect?] - -.box-inv-2[What is the
    chili × cheese effect?] -] - -.pull-right.center[ -
    - Hot dog prices -
    -] - -??? - -- Cheese effect: 0.35 -- Chili effect: 0.35 -- Chili × cheese effect: 0 - -https://twitter.com/kevin_stange/status/1186056025897684992 - ---- - -layout: false -name: two-wrongs -class: center middle section-title section-title-5 animated fadeIn - -# Two wrongs make a right - ---- - -class: bg-full -background-image: url("img/08/federalism.png") - -??? - -https://twitter.com/causalinf/status/1021392181209255938 - ---- - -layout: true -class: title title-5 - ---- - -# Raising the minimum wage - -.box-inv-5.medium.sp-after-half[What happens if you raise the minimum wage?] - --- - -.box-5.sp-after[Economic theory says there
    should be fewer jobs] - --- - -.box-inv-5.medium[New Jersey in 1992] - -.box-inv-5.medium[$4.25 → $5.05] - ---- - -# Before vs. after - -.box-inv-5.medium.sp-after-half[Average # of jobs per fast food restaurant in NJ] - --- - -.box-5[New JerseyBefore change = 20.44] - --- - -.box-5[New JerseyAfter change = 21.03] - --- - -.box-5.sp-after[∆ = 0.59] - --- - -.box-inv-5.medium[Is this the causal effect?] - -??? - -No! Not possible because maybe other things happened in NJ to cause that – there's no control state to compare with NJ - ---- - -# Treatment vs. control - -.box-inv-5.medium.sp-after-half[Average # of jobs per fast food restaurant] - --- - -.box-5[PennsylvaniaAfter change = 21.17] - --- - -.box-5[New JerseyAfter change = 21.03] - --- - -.box-5.sp-after[∆ = −0.14] - --- - -.box-inv-5.medium[Is this the causal effect?] - -??? - -No! There's no pre-level to compare with. Maybe both states went up, maybe both went down. Can't tell. - ---- - -# Problems - --- - -.box-inv-5.medium[Comparing only before/after] - --- - -.box-5.small[You're only looking at the treatment group!] - --- - -.box-5.small.sp-after[Impossible to know if change happened because of treatment or just naturally] - --- - -.box-inv-5.medium.sp-before[Comparing only treatment/control] - --- - -.box-5.small[You're only looking at post-treatment values] - --- - -.box-5.small[Impossible to know if change happened because of natural growth] - ---- - -layout: false - -```{r min-wage-dag, echo=FALSE, fig.width=12, fig.height=6, out.width="100%"} -node_details <- tribble( - ~name, ~label, ~x, ~y, - "treatment", "Minimum wage", 1, 2, - "outcome", "Jobs", 3, 2, - "time", "Time (year)", 2, 3, - "nj", "Being in New Jersey", 2, 1 -) - -node_labels <- node_details$label -names(node_labels) <- node_details$name - -my_dag <- dagify(outcome ~ treatment + time + nj, - treatment ~ time + nj, - exposure = "treatment", - outcome = "outcome", - coords = node_details, - labels = node_labels) %>% - tidy_dagitty() %>% - node_status() # Add column for exposure/outcome/latent - -status_colors <- c(exposure = "#0074D9", outcome = "#FF851B", latent = "grey50") - -# Fancier graph -set.seed(1234) -ggplot(my_dag, aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges(start_cap = ggraph::circle(3, "lines"), - end_cap = ggraph::circle(3, "lines"), - edge_width = 1.5, - arrow_directed = grid::arrow(length = grid::unit(0.75, "lines"), type = "closed")) + - geom_dag_point(aes(color = status), size = 30) + - geom_dag_label_repel(aes(label = label, fill = status), seed = 1234, - color = "white", fontface = "bold", size = 10, - label.padding = grid::unit(0.75, "lines"), - box.padding = grid::unit(2.5, "lines"), - direction = "y") + - scale_color_manual(values = status_colors, na.value = "grey20") + - scale_fill_manual(values = status_colors, na.value = "grey20") + - guides(color = FALSE, fill = FALSE) + - theme_dag(base_size = 20, base_family = "Fira Sans Condensed") -``` - ---- - -```{r dd-table-basic, echo=FALSE} -dd <- tribble( - ~` `, ~`Pre mean`, ~`Post mean`, ~`(post − pre)`, - "Control", "A
    (never treated)", "B
    (never treated)", "B − A", - "Treatment", "C
    (not yet treated)", "D
    (treated)", "D − C", - "∆
    (treatment − control)", "C − A", "D − B", "(B − A) − (D − C) or
    (B − D) − (A − C)" -) - -dd %>% - kbl(escape = FALSE, align = "cccc") %>% - kable_styling(bootstrap_options = "none") %>% - row_spec(1:2, background = "#FFFFFF") %>% - column_spec(4, background = "#DDDDDD") %>% - row_spec(0, bold = TRUE, background = "#FFC6C6", color = "#CF4446") %>% - column_spec(1, bold = TRUE, background = "#FFC6C6", color = "#CF4446") %>% - column_spec(4, background = "#FFFFFF", color = "#FFFFFF") %>% - row_spec(3, background = "#FFFFFF", color = "#FFFFFF") -``` - ---- - -```{r dd-table-growth, echo=FALSE} -dd <- tribble( - ~` `, ~`Pre mean`, ~`Post mean`, ~`∆ (post − pre)`, - "Control", "A
    (never treated)", "B
    (never treated)", "B − A", - "Treatment", "C
    (not yet treated)", "D
    (treated)", "D − C", - "∆
    (treatment − control)", "A − C", "B − D", "(B − A) − (D − C) or
    (B − D) − (A − C)" -) - -dd %>% - kbl(escape = FALSE, align = "cccc") %>% - kable_styling(bootstrap_options = "none") %>% - row_spec(1:2, background = "#FFFFFF") %>% - column_spec(4, background = "#DDDDDD") %>% - row_spec(0, bold = TRUE, background = "#FFC6C6", color = "#CF4446") %>% - column_spec(1, bold = TRUE, background = "#FFC6C6", color = "#CF4446") %>% - row_spec(3, background = "#FFFFFF", color = "#FFFFFF") -``` - -.box-5[∆ (post − pre) = **within-unit growth**] - ---- - -```{r dd-table-within, echo=FALSE} -dd <- tribble( - ~` `, ~`Pre mean`, ~`Post mean`, ~`(post − pre)`, - "Control", "A
    (never treated)", "B
    (never treated)", "B − A", - "Treatment", "C
    (not yet treated)", "D
    (treated)", "D − C", - "∆
    (treatment − control)", "C − A", "D − B", "(B − A) − (D − C) or
    (B − D) − (A − C)" -) - -dd %>% - kbl(escape = FALSE, align = "cccc") %>% - kable_styling(bootstrap_options = "none") %>% - row_spec(1:2, background = "#FFFFFF") %>% - row_spec(3, background = "#DDDDDD") %>% - row_spec(0, bold = TRUE, background = "#FFC6C6", color = "#CF4446") %>% - column_spec(1, bold = TRUE, background = "#FFC6C6", color = "#CF4446") %>% - column_spec(4, background = "#FFFFFF", color = "#FFFFFF") -``` - -.box-5[∆ (treatment − control) = **across-group growth**] - ---- - -```{r dd-table-full, echo=FALSE} -dd <- tribble( - ~` `, ~`Pre mean`, ~`Post mean`, ~`∆ (post − pre)`, - "Control", "A
    (never treated)", "B
    (never treated)", "B − A", - "Treatment", "C
    (not yet treated)", "D
    (treated)", "D − C", - "∆
    (treatment − control)", "C − A", "D − B", "(D − C) − (B − A) or
    (D − B) − (C − A)" -) - -dd %>% - kbl(escape = FALSE, align = "cccc") %>% - kable_styling(bootstrap_options = "none") %>% - row_spec(1:2, background = "#FFFFFF") %>% - row_spec(3, background = "#DDDDDD") %>% - column_spec(4, background = "#DDDDDD") %>% - row_spec(0, bold = TRUE, background = "#FFC6C6", color = "#CF4446") %>% - column_spec(1, bold = TRUE, background = "#FFC6C6", color = "#CF4446") -``` - -.box-5[∆within units − ∆within groups =
    Difference-in-differences =
    causal effect!] - ---- - -class: middle - -.medium[ -$$\begin{aligned} -\text{DD}\ =\ &(\bar{x}_\text{treatment, post} - \bar{x}_\text{treatment, pre}) \\ -&- (\bar{x}_\text{control, post} - \bar{x}_\text{control, pre}) -\end{aligned}$$ -] - ---- - -```{r dd-table-numbers, echo=FALSE} -dd <- tribble( - ~` `, ~`Pre mean`, ~`Post mean`, ~`∆ (post − pre)`, - "Pennsylvania", "23.33
    A", "21.17
    B", "-2.16
    B − A", - "New Jersey", "20.44
    C", "21.03
    D", "0.59
    D − C", - "∆
    (NJ − PA)", "-2.89
    C − A", "-0.14
    D − B", "(0.59) − (−2.16) =
    2.76
    " -) - -dd %>% - kbl(escape = FALSE, align = "cccc") %>% - kable_styling(bootstrap_options = "none") %>% - row_spec(1:2, background = "#FFFFFF") %>% - row_spec(3, background = "#DDDDDD") %>% - column_spec(4, background = "#DDDDDD") %>% - row_spec(0, bold = TRUE, background = "#FFC6C6", color = "#CF4446") %>% - column_spec(1, bold = TRUE, background = "#FFC6C6", color = "#CF4446") -``` - ---- - -```{r dd-graph, echo=FALSE, fig.width=12, fig.height=6, out.width="100%"} -dd_labels <- tribble( - ~Group, ~Time, ~label, - "Treatment", "Before", "A", - "Treatment", "After", "B", - "Control", "Before", "C", - "Control", "After", "D" -) - -dd_data <- tribble( - ~Group, ~Before, ~Intervention, ~After, - "Treatment", 30, 35, 50, - "Control", 20, 25, 30 -) %>% - pivot_longer(cols = !Group, names_to = "Time", values_to = "avg") %>% - left_join(dd_labels, by = c("Group", "Time")) %>% - mutate(across(c(Group, Time), ~fct_inorder(.))) - -ggplot(dd_data, aes(x = Time, y = avg, color = Group, group = Group)) + - geom_vline(xintercept = "Intervention") + - geom_line(size = 3, - key_glyph = draw_key_point) + - annotate(geom = "segment", x = "Intervention", xend = "After", - y = 35, yend = 40, color = "#0074D9", size = 2, linetype = "22") + - annotate(geom = "segment", x = "After", xend = "After", - y = 40, yend = 50, color = "#FF4136", size = 2) + - annotate(geom = "label", x = "After", y = 45, label = "Causal\neffect", - family = "Fira Sans Condensed Bold", fontface = "plain", - size = 5, fill = "#FF4136", color = "white") + - geom_point(data = filter(dd_data, !is.na(label)), size = 15) + - geom_text(aes(label = label), family = "Fira Sans Condensed Bold", - fontface = "plain", size = 10, color = "white") + - scale_color_manual(values = c("#0074D9", "#3D9970")) + - labs(x = NULL, y = "Outcome") + - coord_cartesian(ylim = c(15, 55)) + - theme_bw(base_size = 24, base_family = "Fira Sans Condensed") -``` - ---- - -class: title title-5 - -# An easier way? - --- - -.box-inv-5.medium[Finding all the group
    means is tedious!] - --- - -.box-inv-5.medium.sp-after[What if there are other
    backdoors to worry about?] - --- - -.box-5.medium[Regression to the rescue!] - ---- - -![](`r knitr::fig_chunk("min-wage-dag", "png")`) - ---- - -$$\begin{aligned} -\color{#2ECC40}{Y_{it}}\ =\ &\alpha + \beta\ \color{#0074D9}{\text{Group}_i} + \gamma\ \color{#39CCCC}{\text{Time}_t} + \\ -&\delta\ \color{#FF4136}{(\text{Group}_i \times \text{Time}_t)} + \varepsilon_{it} -\end{aligned}$$ - --- - -.center.sp-after[ -```{r dd-example-code, echo=FALSE, tidy=FALSE} -decorate(' -model <- lm(outcome ~ group + time + (group * time)) -', eval = FALSE) %>% - flair("outcome", color = "#2ECC40", before = "", after = "") %>% - flair(" group ", color = "#0074D9", before = "", after = "") %>% - flair(" time ", color = "#39CCCC", before = "", after = "") %>% - flair("(group * time)", color = "#FF4136", before = "", after = "") -``` -] - --- - -  - -Group = 1 or TRUE if treatment - --- - -Time = 1 or TRUE if after - ---- - -$$\begin{aligned} -\color{#2ECC40}{Y_{it}}\ =\ &\color{#666666}{\alpha} + \color{#0074D9}{\beta\ \text{Group}_i} + \color{#39CCCC}{\gamma\ \text{Time}_t} + \\ -&\color{#FF4136}{\delta\ (\text{Group}_i \times \text{Time}_t)} + \varepsilon_{it} -\end{aligned}$$ - -.center.sp-after[ -```{r dd-example-code-again, echo=FALSE, tidy=FALSE} -decorate(' -model <- lm(outcome ~ group + time + (group * time)) -', eval = FALSE) %>% - flair("outcome", color = "#2ECC40", before = "", after = "") %>% - flair(" group ", color = "#0074D9", before = "", after = "") %>% - flair(" time ", color = "#39CCCC", before = "", after = "") %>% - flair("(group * time)", color = "#FF4136", before = "", after = "") -``` -] - --- - -α = Mean of control, pre-treatment - --- - -β = Increase in outcome across groups - --- - -γ = Increase in outcome over time within units - --- - -δ = Difference in differences! - ---- - -$$\begin{aligned} -\color{#2ECC40}{Y_{it}}\ =\ &\color{#666666}{\alpha} + \color{#0074D9}{\beta\ \text{Group}_i} + \color{#39CCCC}{\gamma\ \text{Time}_t} + \\ -&\color{#FF4136}{\delta\ (\text{Group}_i \times \text{Time}_t)} + \varepsilon_{it} -\end{aligned}$$ - -```{r dd-table-coefs, echo=FALSE} -dd <- tribble( - ~` `, ~` Pre mean `, ~` Post mean `, ~` ∆ (post − pre) `, - "Control", "α", "α + γ", "γ", - "Treatment", "α + β", "α + β + γ + δ", "γ + δ", - " ∆ (trtmt − ctrl) ", "β", "β + δ", "δ" -) - -dd %>% - kbl(escape = FALSE, align = "cccc") %>% - kable_styling(bootstrap_options = "none") %>% - row_spec(1:2, background = "#FFFFFF") %>% - row_spec(3, background = "#EEEEEE") %>% - column_spec(4, background = "#EEEEEE") %>% - row_spec(0, bold = TRUE, background = "#FFC6C6", color = "#CF4446") %>% - column_spec(1, bold = TRUE, background = "#FFC6C6", color = "#CF4446") -``` - ---- - -.pull-left[ - -.center[ -
    - Hot dog prices -
    -] - -.small-code[ -```{r hotdogs-data, echo=FALSE} -hotdogs <- tribble( - ~price, ~cheese, ~chili, - 2.00, FALSE, FALSE, - 2.35, TRUE, FALSE, - 2.35, FALSE, TRUE, - 2.70, TRUE, TRUE -) -``` - -```{r show-hotdogs-data} -hotdogs -``` -] -] - --- - -.pull-right.small-code[ -```{r hotdogs-diff-diff} -model_hotdogs <- - lm(price ~ cheese + chili + - cheese * chili, - data = hotdogs) -``` - -```{r show-hotdogs-diff-diff-fake, eval=FALSE} -tidy(model_hotdogs) -``` - -```{r show-hotdogs-diff-diff, echo=FALSE} -tidy(model_hotdogs) %>% - select(term, estimate) %>% - mutate(estimate = round(estimate, 2)) -``` -] - ---- - -class: bg-full -background-image: url("img/08/pokemon1.png") - -??? - -https://doi.org/10.1136/bmj.i6270 - ---- - -class: bg-full -background-image: url("img/08/pokemon2.png") - -??? - -https://doi.org/10.1136/bmj.i6270 - ---- - -class: bg-full -background-image: url("img/08/pokemon3.png") - -??? - -https://doi.org/10.1136/bmj.i6270 - ---- - -layout: false -name: diff-diff-assumptions -class: center middle section-title section-title-3 animated fadeIn - -# Diff-in-diff assumptions - ---- - -class: title title-3 - -# Assumptions - -.box-inv-3.medium[Parallel trends] - --- - -.box-3[Treatment and control groups might have different values
    at first, but we assume that the treatment group would
    have changed like the control group in the absence of treatment] - ---- - -```{r plot-trends-1, echo=FALSE, fig.width=12, fig.height=6, out.width="100%"} -trends <- expand_grid(state = c("A", "B"), month = 1:6) %>% - mutate(income_parallel = case_when( - state == "A" ~ 100 + 125 * month, - state == "B" & month <= 3 ~ 100 + 125 * month + 200, - state == "B" & month > 3 ~ 100 + 125 * month + 400 - )) %>% - mutate(income_flat = case_when( - state == "A" ~ 100 + 125 * month, - state == "B" & month <= 3 ~ 675, - state == "B" & month > 3 ~ 100 + 125 * month + 400 - )) %>% - mutate(income_down = case_when( - state == "A" ~ 100 + 125 * month, - state == "B" & month <= 3 ~ 800 - 100 * month + 200, - state == "B" & month > 3 ~ 100 + 125 * month + 400 - )) %>% - mutate(state = paste0("State ", state)) - -hypothetical_end <- lm(income_parallel ~ month, - data = filter(trends, state == "State B", month <= 3)) %>% - augment(newdata = tibble(month = 6)) %>% - pull(.fitted) - -actual_end <- filter(trends, state == "State B", month == 6) %>% - pull(income_parallel) - -dd_trends_1 <- ggplot(trends, aes(x = as.factor(month), y = income_parallel, color = state, group = state)) + - geom_smooth(data = filter(trends, state == "State B", month <= 3), - method = "lm", fullrange = TRUE, - color = "#0074D9", size = 1, linetype = "22") + - geom_vline(xintercept = 3.5, size = 1) + - geom_line(size = 3) + - geom_segment(aes(x = 6, xend = 6, - y = actual_end, yend = hypothetical_end), - color = "#FF4136", size = 2) + - scale_color_manual(values = c("#3D9970", "#FF851B"), name = NULL) + - scale_y_continuous(labels = dollar) + - labs(x = "Month", y = "Income") + - theme_bw(base_size = 21, base_family = "Fira Sans Condensed") -dd_trends_1 -``` - ---- - -```{r plot-trends-2, echo=FALSE, fig.width=12, fig.height=6, out.width="100%"} -hypothetical_end <- lm(income_flat ~ month, - data = filter(trends, state == "State B", month <= 3)) %>% - augment(newdata = tibble(month = 6)) %>% - pull(.fitted) - -actual_end <- filter(trends, state == "State B", month == 6) %>% - pull(income_flat) - -dd_trends_2 <- ggplot(trends, aes(x = as.factor(month), y = income_flat, color = state, group = state)) + - geom_smooth(data = filter(trends, state == "State B", month <= 3), - method = "lm", fullrange = TRUE, - color = "#0074D9", size = 1, linetype = "22") + - geom_vline(xintercept = 3.5, size = 1) + - geom_line(size = 3) + - geom_segment(aes(x = 6, xend = 6, - y = actual_end, yend = hypothetical_end), - color = "#FF4136", size = 2) + - scale_color_manual(values = c("#3D9970", "#FF851B"), name = NULL) + - scale_y_continuous(labels = dollar) + - labs(x = "Month", y = "Income") + - theme_bw(base_size = 21, base_family = "Fira Sans Condensed") -dd_trends_2 -``` - ---- - -```{r plot-trends-3, echo=FALSE, fig.width=12, fig.height=6, out.width="100%"} -hypothetical_end <- lm(income_down ~ month, - data = filter(trends, state == "State B", month <= 3)) %>% - augment(newdata = tibble(month = 6)) %>% - pull(.fitted) - -actual_end <- filter(trends, state == "State B", month == 6) %>% - pull(income_down) - -dd_trends_3 <- ggplot(trends, aes(x = as.factor(month), y = income_down, color = state, group = state)) + - geom_smooth(data = filter(trends, state == "State B", month <= 3), - method = "lm", fullrange = TRUE, - color = "#0074D9", size = 1, linetype = "22") + - geom_vline(xintercept = 3.5, size = 1) + - geom_line(size = 3) + - geom_segment(aes(x = 6, xend = 6, - y = actual_end, yend = hypothetical_end), - color = "#FF4136", size = 2) + - scale_color_manual(values = c("#3D9970", "#FF851B"), name = NULL) + - scale_y_continuous(labels = dollar) + - labs(x = "Month", y = "Income") + - theme_bw(base_size = 21, base_family = "Fira Sans Condensed") -dd_trends_3 -``` - ---- - -class: title title-3 - -# Assumptions - -.box-inv-3.medium[Parallel trends] - --- - -.box-3[Check by pretending the treatment happened earlier;
    if there's an effect, there's likely an underlying trend] - ---- - -```{r plot-trends-2-back, echo=FALSE, fig.width=12, fig.height=6, out.width="100%"} -state_a_start <- filter(trends, state == "State A", month == 1)$income_flat -state_b_end <- filter(trends, state == "State B", month == 3)$income_flat -hypothetical_start <- filter(trends, state == "State B", month == 2)$income_flat -diff_states <- filter(trends, state == "State B", month == 1)$income_flat - state_a_start -hypothetical_end <- filter(trends, state == "State A", month == 2)$income_flat + diff_states - -ggplot(filter(trends, month <= 6), - aes(x = month, y = income_flat, color = state, group = state)) + - geom_ribbon(data = filter(trends, state == "State B", month <= 3), - aes(x = month, ymin = -Inf, ymax = Inf, color = NULL), - fill = "#7FDBFF", alpha = 0.2) + - annotate(geom = "segment", x = 2, xend = 3, - y = hypothetical_start, yend = hypothetical_end, - color = "#0074D9", size = 1, linetype = "22") + - geom_vline(xintercept = 2, size = 1) + - geom_line(size = 3) + - geom_segment(aes(x = 3, xend = 3, - y = state_b_end, yend = hypothetical_end), - color = "#FF4136", size = 2, inherit.aes = FALSE) + - scale_color_manual(values = c("#3D9970", "#FF851B"), name = NULL) + - scale_x_continuous(breaks = 1:6) + - scale_y_continuous(labels = dollar) + - labs(x = "Month", y = "Income") + - theme_bw(base_size = 21, base_family = "Fira Sans Condensed") -``` - ---- - -```{r plot-trends-3-back, echo=FALSE, fig.width=12, fig.height=6, out.width="100%"} -state_a_start <- filter(trends, state == "State A", month == 1)$income_down -state_b_end <- filter(trends, state == "State B", month == 3)$income_down -hypothetical_start <- filter(trends, state == "State B", month == 2)$income_down -diff_states <- filter(trends, state == "State B", month == 1)$income_down - state_a_start -hypothetical_end <- filter(trends, state == "State A", month == 1)$income_down + diff_states - -ggplot(filter(trends, month <= 6), - aes(x = month, y = income_down, color = state, group = state)) + - geom_ribbon(data = filter(trends, state == "State B", month <= 3), - aes(x = month, ymin = -Inf, ymax = Inf, color = NULL), - fill = "#7FDBFF", alpha = 0.2) + - annotate(geom = "segment", x = 2, xend = 3, - y = hypothetical_start, yend = hypothetical_end, - color = "#0074D9", size = 1, linetype = "22") + - geom_vline(xintercept = 2, size = 1) + - geom_line(size = 3) + - geom_segment(aes(x = 3, xend = 3, - y = state_b_end, yend = hypothetical_end), - color = "#FF4136", size = 2, inherit.aes = FALSE) + - scale_color_manual(values = c("#3D9970", "#FF851B"), name = NULL) + - scale_x_continuous(breaks = 1:6) + - scale_y_continuous(labels = dollar) + - labs(x = "Month", y = "Income") + - theme_bw(base_size = 21, base_family = "Fira Sans Condensed") -``` - ---- - -```{r plot-trends-1-back, echo=FALSE, fig.width=12, fig.height=6, out.width="100%"} -hypothetical_start <- filter(trends, state == "State B", month == 2)$income_parallel -hypothetical_end <- filter(trends, state == "State B", month == 3)$income_parallel - -ggplot(filter(trends, month <= 6), - aes(x = month, y = income_parallel, color = state, group = state)) + - geom_ribbon(data = filter(trends, state == "State B", month <= 3), - aes(x = month, ymin = -Inf, ymax = Inf, color = NULL), - fill = "#7FDBFF", alpha = 0.2) + - geom_vline(xintercept = 2, size = 1) + - geom_line(size = 3) + - annotate(geom = "segment", x = 2, xend = 3, - y = hypothetical_start, yend = hypothetical_end, - color = "#0074D9", size = 1, linetype = "22") + - scale_color_manual(values = c("#3D9970", "#FF851B"), name = NULL) + - scale_x_continuous(breaks = 1:6) + - scale_y_continuous(labels = dollar) + - labs(x = "Month", y = "Income") + - theme_bw(base_size = 21, base_family = "Fira Sans Condensed") -``` - ---- - -class: title title-3 - -# Assumptions - -.box-inv-3.medium[Treatment timing] - --- - -.box-3[Units often receive treatment at different times,
    which can distort your estimate!] - ---- - -```{r gb-trends-1, echo=FALSE, fig.width=12, fig.height=6, out.width="100%"} -gb_trends <- expand_grid(type = c("Early", "Late"), month = 1:12) %>% - mutate(income = case_when( - type == "Late" & month <= 8 ~ 100 + 75 * month, - type == "Late" & month > 8 ~ 100 + 75 * month + 200, - type == "Early" & month <= 4 ~ 100 + 75 * month + 200, - type == "Early" & month > 4 ~ 100 + 75 * month + 400 - )) %>% - mutate(month_f = fct_inorder(factor(month))) - -ggplot(gb_trends, aes(x = month, y = income, color = type)) + - geom_smooth(data = filter(gb_trends, type == "Early", month <= 4), - aes(x = month, y = income), inherit.aes = FALSE, - method = "lm", fullrange = TRUE, se = FALSE, - color = "#B10DC9", size = 1, linetype = "22") + - geom_smooth(data = filter(gb_trends, type == "Late", month <= 7), - aes(x = month, y = income), inherit.aes = FALSE, - method = "lm", fullrange = TRUE, se = FALSE, - color = "#001f3f", size = 1, linetype = "22") + - geom_vline(xintercept = c(4.5, 8.5), size = 1) + - geom_line(size = 3) + - scale_color_manual(values = c("#B10DC9", "#001f3f"), name = NULL) + - scale_x_continuous(breaks = 1:12) + - scale_y_continuous(labels = dollar) + - labs(x = "Month", y = "Income") + - theme_bw(base_size = 21, base_family = "Fira Sans Condensed") + - theme(panel.grid.major.x = element_blank()) -``` - ---- - -```{r gb-trends-2, echo=FALSE, fig.width=12, fig.height=6, out.width="100%"} -plot_early <- ggplot(gb_trends, aes(x = month, y = income, color = type)) + - geom_ribbon(data = filter(gb_trends, type == "Early", month <= 6), - aes(x = month, ymin = -Inf, ymax = Inf, color = NULL), - fill = "grey20", alpha = 0.2) + - geom_smooth(data = filter(gb_trends, type == "Early", month <= 4), - aes(x = month, y = income), inherit.aes = FALSE, - method = "lm", fullrange = TRUE, se = FALSE, - color = "#B10DC9", size = 1, linetype = "22") + - geom_smooth(data = filter(gb_trends, type == "Late", month <= 7), - aes(x = month, y = income), inherit.aes = FALSE, - method = "lm", fullrange = TRUE, se = FALSE, - color = "#001f3f", size = 1, linetype = "22") + - geom_vline(xintercept = c(4.5, 8.5), size = 1) + - geom_line(size = 3) + - scale_color_manual(values = c("#B10DC9", "#001f3f"), name = NULL) + - scale_x_continuous(breaks = 1:12) + - scale_y_continuous(labels = dollar) + - labs(x = "Month", y = "Income", - subtitle = "Positive effect for early group") + - guides(color = FALSE) + - theme_bw(base_size = 21, base_family = "Fira Sans Condensed") + - theme(panel.grid.major.x = element_blank()) - -plot_late <- ggplot(gb_trends, aes(x = month, y = income, color = type)) + - geom_ribbon(data = filter(gb_trends, type == "Early", month >= 7), - aes(x = month, ymin = -Inf, ymax = Inf, color = NULL), - fill = "grey20", alpha = 0.2) + - geom_smooth(data = filter(gb_trends, type == "Early", month <= 4), - aes(x = month, y = income), inherit.aes = FALSE, - method = "lm", fullrange = TRUE, se = FALSE, - color = "#B10DC9", size = 1, linetype = "22") + - geom_smooth(data = filter(gb_trends, type == "Late", month <= 7), - aes(x = month, y = income), inherit.aes = FALSE, - method = "lm", fullrange = TRUE, se = FALSE, - color = "#001f3f", size = 1, linetype = "22") + - geom_vline(xintercept = c(4.5, 8.5), size = 1) + - geom_line(size = 3) + - scale_color_manual(values = c("#B10DC9", "#001f3f"), name = NULL) + - scale_x_continuous(breaks = 1:12) + - scale_y_continuous(labels = dollar) + - labs(x = "Month", y = NULL, - subtitle = "Negative effect for early group!") + - theme_bw(base_size = 21, base_family = "Fira Sans Condensed") + - theme(panel.grid.major.x = element_blank()) - -plot_early + plot_late -``` - ---- - -class: title title-3 - -# Assumptions - -.box-3[You can check how big of an issue this is
    with Goodman-Bacon decomposition] - --- - -.box-inv-3[R package: `bacondecomp`] - -.center[ -
    - Goodman-Bacon paper -
    -] - -??? - -https://www.nber.org/papers/w25018.pdf diff --git a/slides/09-categoricas.Rmd b/slides/09-categoricas.Rmd new file mode 100644 index 00000000..4baab547 --- /dev/null +++ b/slides/09-categoricas.Rmd @@ -0,0 +1,724 @@ +--- +title: "Estadística Correlacional" +author: ".small[Juan Carlos Castillo

    Departamento de Sociología - UCH / COES

    ]" +date: "2do Sem 2023" +output: + xaringan::moon_reader: + css: "css/custom_2020.css" + includes: + after_body: "insert-logo.html" + lib_dir: libs + nature: + ratio: '16:9' + highlightStyle: dracula + highlightLines: true + countIncrementalSlides: false + beforeInit: "libs/macros.js" + seal: false # esto omite title slide automática +--- +class: front + + +```{r setup, include=FALSE, cache = FALSE} +library(knitr) +opts_chunk$set(warning=FALSE, + message=FALSE, + echo=TRUE, + comment = "", + cache = TRUE, fig.width=10, fig.height=8) +pacman::p_load(flipbookr, tidyverse, kableExtra) +``` + + +```{r xaringanExtra, include=FALSE} +xaringanExtra::use_xaringan_extra(c("tile_view", "animate_css")) +xaringanExtra::use_scribble() +``` + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2023 +## [.orange[correlacional.netlify.com]](https:/correlacional.netlify.com) +] + + +.pull-right-narrow[ +.center[ +.content-block-gray[ +## Sesión 9: +## .orange[Asociación y categóricas]] +] +] + +--- + +layout: true +class: animated, fadeIn + +--- +# Lectura hoy: + +.large[ +[Moore cap 9:
    INFERENCIA PARA TABLAS +DE CONTINGENCIA](https://correlacional.netlify.app/files/textos/Moore.pdf) +] + +--- +# Hasta ahora + +- asociación entre variables continuas / correlación (Unidad 1) + +- inferencia para diferencias y asociaciones (Unidad 2) + +--- +class: inverse + +# Hoy Unidad 3: +# Asociación con variables categóricas + +--- +class: roja + +# Asociación en tablas de contingencia + +--- +## Escalas de medición de variables + +- NOIR: Nominal, Ordinal, Intervalar, Razón + +.small[ +| Tipo | Características | Propiedad de números | Ejemplo| +|------------ |----------------------------------------------|--------------- |----------- | +| *Nominal* | Uso de números en lugar de palabras | Identidad | Nacionalidad | +| *Ordinal* | Números se usan para ordenar series | + ranking | Nivel educacional | +| *Intervalar* | Intervalos iguales entre números | + igualdad | Temperatura | +| *Razón* | Cero real | + aditividad | Distancia | +] + +??? + + - Nominal: Números empleados como etiquetas (ej. sexo, raza) + + - Ordinales: Distintas categorías puede sen ordenados en serie. Posición, no distancia. (ej. cargos en una empresa) + + - Intervalares: Escalas de unidades iguales. Diferencia entre dos número consecuntivos refleja diferencia empírica. (ej. Horas del día) + + - Razón: caracterizados por la presencia de un cero absoluto. (ej. frecuencias de eventos) + +--- +## Tipos de datos en relación a escalas de medición. + +* **Datos categóricos**: + + - pueden ser medidos sólo mediante escalas nominales, u ordinales en caso de orden de rango + +* **Datos continuos**: + - Medidos en escalas intervalares o de razón + - Pueden ser transformados a datos categóricos + +--- +# Tablas de contingencia o tablas cruzadas +.pull-left[ +- Son tablas que presentan la distribución conjunta de dos o más variables + +- Ej. Moore cap 9: recaidas en consumo de cocaina luego de tratar adicción con distintos tratamientos +] +.pull-right[ +![](img/contingencia_moore.png) +] + +??? +- ver temas de frecuencias absolutas, porcentuales y totales por filas o por columnas + +--- +# Tablas de contingencia y asociación + +---- + +.pull-left[ +.content-box-red[ +.center[ +#¿Cómo establecer una medida de **asociación** de los datos en una tabla de contingencia? +] +] +] + +.pull-right[ +.content-box-purple[ +.center[ +#¿Cómo saber si esa asociación es **estadísticamente** significativa? +] +] +] +--- +# Ejemplo + +Pensemos en la siguiente pregunta de investigación: + +**¿Existe una asociación entre la percepción de ser discriminado y el nivel educacional?** + +$H_a$: el nivel educacional se asocia a la percepción de ser discriminado + +$H_0$: no hay asociación entre nivel educacional y percepción de ser discriminado + +--- +.pull-left-narrow[ +# Vamos a los datos: CASEN 2022 + +En CASEN existe una batería sobre percepción de discriminación: +] + + + +.pull-rigth-wide[ +
    + +
    +] + +--- +Generar subset CASEN con educación y percepción de discriminación + +.pre[ +```{r eval=FALSE} +pacman::p_load(haven, sjmisc, dplyr) +casen2022_chi <- read_dta("/home/juank/Downloads/Base de datos Casen 2022 STATA.dta") +summary(casen2022$r9) +sjmisc::find_var(data = casen2022_chi,"discriminado") +sjmisc::find_var(data = casen2022_chi,"nivel educacional") +casen2022_chi <- casen2022_chi %>% + select(r9a:r9t, e6a) # seleccionar variables +casen2022_chi <- casen2022_chi %>% + rename("educacion"=e6a) #renombrar +save(casen2022_chi, + file = "slides/data/casen2022_chi.Rdata") #guardar objeto +rm(list = c('casen2022_chi')) # quitar del environment por tamaño/memoria +``` +] + +--- +Recodificar discriminación +```{r} +load("data/casen2022_chi.Rdata") +frq(casen2022_chi$r9t) +``` + +--- + +- En la lista CASEN al final hay una item de "no ha sido discriminado" (**r9t**), que usaremos para nuestro análisis; la renombramos "discrim" + +- Quienes responden si son quienes no se han sentido discriminados, por lo tanto mejor cambiar las etiquetas para evitar confusiones + +```{r} +casen2022_chi$discrim <- sjlabelled::set_labels(casen2022_chi$r9t, + labels=c( "discriminad@"=0, + "no discriminad@"=1)) +``` + +--- + +```{r} +frq(casen2022_chi$discrim) +``` + +--- +Ahora con la variable educación, recodificar universitario=1 + + +```{r} +casen2022_chi$educ_sup <- rec(casen2022_chi$educacion, rec = "1:12=0;13:15=1",val.labels = c("Menos que universitaria", "Universitaria o más")) +frq(casen2022_chi$educ_sup) +``` + +--- +Veamos ahora una tabla de frecuencias cruzadas + +.pull-left-narrow[ +.small[ +```{r eval=FALSE} +pacman::p_load(sjPlot) +casen2022_chi %>% + sjtab(educ_sup, + discrim) +``` +]] + +.pull-right-wide[ +.small[ +```{r echo=FALSE} +casen2022_chi %>% + sjtab(educ_sup, + discrim) +``` +]] + +--- +Para mayor claridad generamos porcentajes por columnas de la tabla (discriminación) + +.pull-left-narrow[ +.small[ +```{r eval=FALSE} +casen2022_chi %>% + sjtab(educ_sup, + discrim, + show.col.prc=TRUE) +``` +]] + +.pull-right-wide[ +.small[ +```{r echo=FALSE} +casen2022_chi %>% + sjtab(educ_sup, + discrim, + show.col.prc=TRUE) +``` +] +] + +--- +Y acá por filas (educación) + +.pull-left-narrow[ +.small[ +```{r eval=FALSE} +casen2022_chi %>% + sjtab(educ_sup, + discrim, + show.row.prc=TRUE) +``` +]] + +.pull-right-wide[ +.small[ +```{r echo=FALSE} +casen2022_chi %>% + sjtab(educ_sup, + discrim, + show.row.prc=TRUE) +``` +] +] + + +--- +.pull-left-narrow[ + +Con ambos porcentajes: +.small[ +```{r eval=FALSE} +casen2022_chi %>% + sjtab(educ_sup, + discrim, + show.row.prc=TRUE, + show.col.prc=TRUE + ) +``` +]] + +.pull-right-wide[ +.small[ +```{r echo=FALSE} +casen2022_chi %>% + sjtab(educ_sup, + discrim, + show.row.prc=TRUE, + show.col.prc=TRUE) +``` +] +] + +--- + +.pull-left-wide[ +.small[ +```{r echo=FALSE} +casen2022_chi %>% + sjtab(educ_sup, + discrim, + show.row.prc=TRUE, + show.col.prc=TRUE) +``` +] +] + +.pull-right-narrow[ +
    +# ¿Cómo saber si existe asociación o no entre estas variables? +] + +--- +# Prueba de $\chi^2$ + +- La prueba de $\chi^2$ (chi cuadrado) se utiliza para inferencia sobre asociación de variables categóricas en una tabla de contingencia + +-- + +- $\chi^2$ se basa en un **test de diferencia**, donde se compara nuestra tabla de contingencia y una tabla donde no existe asociación entre variables, que representa la hipótesis nula $H_0$ + +-- + +- La lógica detrás es que si nuestra tabla es significativamente distinta de una tabla sin asociación, entonces podemos rechazar la hipóteis nula + +--- + +Para simplificar, pensemos en una muestra más pequeña de 100 casos y además balanceada. + + +| | discriminad@ | no discriminad@ | Total | +|-------------------------|--------------|-----------------|-------| +| Menos que universitaria | | | 50 | +| Universitaria o más | | | 50 | +| Total | 50 | 50 | 100 | + + +.center[ +##_¿Cómo se deberían distribuir los casos en las celdas para constatar que hay (o no) diferencias?_ +] + +--- + +
    + +| | discriminad@ | no discriminad@ | Total | +|-------------------------|--------------|-----------------|-------| +| Menos que universitaria | 50 | 0 | 50 | +| Universitaria o más | 0 | 50 | 50 | +| Total | 50 | 50 | 100 | + +Esta tabla estaría expresando lo esperado por nuestra **hipótesis (alternativa)**: existen diferencias al cruzar estas variables, y por lo tanto hay asociación entre educación y percepción de discriminación + +--- + +Este es el otro extremo: todas las celdas tienen la misma cantidad de casos + +| | discriminad@ | no discriminad@ | Total | +|-------------------------|--------------|-----------------|-------| +| Menos que universitaria | 25 | 25 | 50 | +| Universitaria o más | 25 | 25 | 50 | +| Total | 50 | 50 | 100 | + + + +Esta tabla expresa la **hipótesis nula** $H_0$: no existe asociación entre variables + +--- +# Pasos en el cálculo de $\chi^2$ + +- Generación de tabla de contingencia **observada** en base a nuestros datos + +- Generación de tabla de contingencia **esperada** al azar en base a nuestros datos + +- Establecer la diferencia entre lo observado y lo esperado al azar + +- Establecer si esta diferencia es estadísticamente significativa + + +--- +## Frecuencia esperada al azar en una tabla de contingencia +---- + +| | discriminad@ | no discriminad@ | Total | +|-------------------------|--------------|-----------------|-------| +| Menos que universitaria | a | b | (a+b) | +| Universitaria o más | c | d | (c+d) | +| Total | (a+c) | (b+d) | N | + +--- +Nos enfocamos en la celda **a**, su frecuencia esperada es: + +## $$f_{e_{a}}=\frac{(a+b)(a+c)}{N}$$ + +En base a los datos de nuestro ejemplo de 100 casos: + +$$f_{e_{a}}=\frac{(50)(50)}{100}= \frac{2500}{100}=25$$ + +Por lo tanto, la frecuencia esperada al azar para la celda **a**=25 + +--- +# Sentido general de la prueba de $\chi^2$ + +- La lógica de la prueba de Chi 2 es la comparación de las frecuencias observadas $(f_o)$ en nuestra tabla y de las frecuencias esperadas $(f_e)$ por azar + +- Si nuestra tabla $(f_o)$ se diferencia **significativamente** del azar $(f_e)$, entonces podemos rechazar la hipótesis nula y tenemos evidencia de asociación entre variables + +--- + +.pull-left-narrow[ +$$f_{e_{a}}=\frac{(a+b)(a+c)}{N}$$ +$$f_{e_{b}}=\frac{(a+b)(b+d)}{N}$$ +$$f_{e_{c}}=\frac{(a+c)(c+d)}{N}$$ +$$f_{e_{d}}=\frac{(b+d)(c+d)}{N}$$ +] +.pull-right-wide[ +.small[ +| | discriminad@ | no discriminad@ | Total | +|-------------------------|--------------|-----------------|-------| +| Menos que universitaria | a | b | (a+b) | +| Universitaria o más | c | d | (c+d) | +| Total | (a+c) | (b+d) | N | +] + +## $$\chi^2=\sum\frac{(f_o-f_e)^2}{f_e}$$ + +El valor de Chi2 será mayor en la medida que lo observado sea distinto de los esperado al azar + +] + +--- +Cálculo de frecuencias esperadas para ejemplo con CASEN + +.pull-left[ +.small[ +```{r echo=FALSE} +casen2022_chi %>% + sjtab(educ_sup,discrim) +``` +] +] + +.pull-right[ +.small[ +$$f_{e_{a}}=\frac{168994*33472}{202231}=27970.8$$ +$$f_{e_{b}}=\frac{168994*168759}{202231}=141023.2$$ +$$f_{e_{c}}=\frac{33472*33237}{202231}=5501.2$$ +$$f_{e_{d}}=\frac{168759*33237}{202231}=27735.8$$ +] +] + +--- +En R también es posible obtener las frecuencias esperadas por celda con la función `CrossTable` de la librería `gmodels` + +```{r eval=FALSE} +gmodels::CrossTable(casen2022_chi$educ_sup, + casen2022_chi$discrim, + expected=TRUE, + prop.r = FALSE, + prop.c=FALSE, + prop.chisq = FALSE, + prop.t = FALSE) +``` + + +--- +.small[ +```{r echo=FALSE} +gmodels::CrossTable(casen2022_chi$educ_sup,casen2022_chi$discrim, prop.r = FALSE, prop.c=FALSE, prop.chisq = FALSE, expected=TRUE, prop.t = FALSE) +``` +] + +--- +.small[ +\begin{align*} +\chi^2&=\sum\frac{(f_o-f_e)^2}{f_e} \\ \\ +&=\frac{(26996-27970.8)^2}{27970.8}+\frac{(141998-141023.2)^2}{141023.2}+\frac{(6476-5501.2)^2}{5501.2}+ \frac{(26761-27735.8)^2}{27735.8} \\\\ +&=\frac{(974.8)^2}{27970.8}+\frac{(974,8)^2}{141023.2}+\frac{(-974.8)^2}{5501.2}+ \frac{(-974.8)^2}{27735.8} \\\\ +&=\frac{950235,04}{27970.8}+\frac{950235,04}{141023.2}+\frac{950235,04}{5501.2}+ \frac{950235,04}{27735.8} \\\\ +&=33.97+6.74+172.7+34.3 \\\\ +\end{align*} +] + +# $$\chi^2=247.46$$ + +--- +# Inferencia y $\chi^2$ + +- Tal como en los pasos de la inferencia para pruebas anteriores (como $Z$ y $t$), para realizar la prueba de hipótesis comparamos el valor observado de $\chi^2$ con un valor crítico, que proviene de la distribución $\chi^2$ + +- además de especificar la probabilidad de error $\alpha$, se requiere especificar los **grados de libertad** + +--- +# Grados de libertad en $\chi^2$ + +- Como en la distribución $t$, $\chi^2$ también se ajusta por los grados de libertad, que se obtienen sumando el numero de niveles/categorías -1 de cada variable + +- En nuestro ejemplo de tabla de 2x2 (dos categorías de cada variable), los grados de libertad equivalen a: + +$$gl=(2-1)*(2-1)=1*1=1$$ + +--- + +![](img/chi_dist2.png) + +--- +# Comparación valor crítico y valor estimado + +- $\chi^2$ estimado: **247.46** + +- $\chi^2$ crítico para un $\alpha=0.05$ y 1 grado de libertad: **3.84** + + +- En el ejemplo: **valor estimado $\chi^2$ > valor crítico $\chi^2$** + +- Por lo tanto **se rechaza $H_0$**, podemos decir que hay evidencia de asociación entre percepción de discriminación y nivel educacional con un 95% de confianza + +--- +# $\chi^2$ directamente en R + +La función es `chisq.test()` + + +```{r} +chisq.test(table(casen2022_chi$educ_sup, + casen2022_chi$discrim)) +``` + +--- + +.pull-left-narrow[ +.medium[ +De todas maneras, aparece directamente en varios outputs de tablas de contingencia en R, como la generada antes con `sjtab`, de librería `sjPlot`: + +```{r eval=FALSE} +casen2022_chi %>% + sjtab(educ_sup, + discrim, + show.row.prc=TRUE) +``` +] +] + +.pull-right-wide[ +
    +.small[ +```{r echo=FALSE} +casen2022_chi %>% + sjtab(educ_sup,discrim, + show.row.prc=TRUE) +``` +] +] + +--- +# Resumen: 5 pasos inferencia para tablas cruzadas + +1. Establecer las hipótesis + +2. Calcular frecuencias esperadas + +3. Estimar estadístico de prueba $\chi^2$ + +4. Establecer valor crítico de la prueba (de acuerdo a un cierto nivel de confianza y grados de libertad) + +5. Contraste e interpretación + +--- +class: roja + +# Correlación con variables categóricas + +--- +# Correlación punto biserial + +Es una correlación entre una variable categórica dicotómica y una variable continua + +Toma los mismos valores que la correlación tradicional, donde + +- -1: correlación negativa perfecta +- 0: ausencia de correlación +- +1: correlación positiva perfecta + +--- +# Ejemplo + +Tenemos las siguientes variables: + +```{r} +x <- c(0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0) +y <- c(12, 14, 17, 17, 11, 22, 23, 11, 19, 8, 12) +``` + +Se utilizar la función `cor.test()` para calcular la correlación punto biserial entre las dos variables + +```{r eval=FALSE} +cor.test(x, y) +``` + +--- +```{r} +cor.test(x, y) +``` + +--- +## Del output de R tenemos que: + +- la correlación punto biserial es **0.218**, indicando una relación positiva moderada entre ambas variables + +-- + +- el valor **p** correspondiente es **0.5193**, que no permite rechazar la hipótesis nula con un 95% de confianza ya que el valor p no es menor a 0.05 + +-- + +- como complemento se entrega el intervalo de confianza **[-0.4391885 0.7233704]**, que como vemos contiene el **0**, y por lo tanto con un 95% de confianza no podemos decir que las correlación es distinta de 0 + + +--- +# Resumen general asociación bivariada y niveles de medición + +
    + +| | Intervalar | Ordinal | Nominal | +|------------|------------------|-------------------------------|---------| +| **.black[Intervalar]** | Pearson | | | +| **.black[Ordinal]** | Pearson/Spearman | Spearman | | +| **.black[Nominal]** | Punto-biserial | Spearman/Punto-biserial/Chi 2 | Chi 2 | + + +--- + +# ASISTENCIA + +.pull-left[ + +![:scale 90%](img/qr-correlacional-asistencia.png) +] + +.pull-right[ +
    +
    +
    +
    +
    +bit.ly/correlacional-asistencia +] + + +--- +class: front + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2023 +## [.orange[correlacional.netlify.com]](https://encuestas-sociales.netlify.com) +] diff --git a/slides/09-categoricas.html b/slides/09-categoricas.html new file mode 100644 index 00000000..12720f1a --- /dev/null +++ b/slides/09-categoricas.html @@ -0,0 +1,1196 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slides/09-categoricas_files/figure-html/unnamed-chunk-11-1.png b/slides/09-categoricas_files/figure-html/unnamed-chunk-11-1.png new file mode 100644 index 00000000..0d19ab4f Binary files /dev/null and b/slides/09-categoricas_files/figure-html/unnamed-chunk-11-1.png differ diff --git a/slides/09-categoricas_files/figure-html/unnamed-chunk-14-1.png b/slides/09-categoricas_files/figure-html/unnamed-chunk-14-1.png new file mode 100644 index 00000000..5cdacc57 Binary files /dev/null and b/slides/09-categoricas_files/figure-html/unnamed-chunk-14-1.png differ diff --git a/slides/09-categoricas_files/figure-html/unnamed-chunk-25-1.png b/slides/09-categoricas_files/figure-html/unnamed-chunk-25-1.png new file mode 100644 index 00000000..d0aa103c Binary files /dev/null and b/slides/09-categoricas_files/figure-html/unnamed-chunk-25-1.png differ diff --git a/slides/09-categoricas_files/figure-html/unnamed-chunk-28-1.png b/slides/09-categoricas_files/figure-html/unnamed-chunk-28-1.png new file mode 100644 index 00000000..db40326d Binary files /dev/null and b/slides/09-categoricas_files/figure-html/unnamed-chunk-28-1.png differ diff --git a/slides/09-categoricas_files/figure-html/unnamed-chunk-5-1.png b/slides/09-categoricas_files/figure-html/unnamed-chunk-5-1.png new file mode 100644 index 00000000..6f1bab41 Binary files /dev/null and b/slides/09-categoricas_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/slides/09-categoricas_files/figure-html/unnamed-chunk-9-1.png b/slides/09-categoricas_files/figure-html/unnamed-chunk-9-1.png new file mode 100644 index 00000000..6c494cc7 Binary files /dev/null and b/slides/09-categoricas_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/slides/09-class.Rmd b/slides/09-class.Rmd deleted file mode 100644 index 7a9fa45b..00000000 --- a/slides/09-class.Rmd +++ /dev/null @@ -1,278 +0,0 @@ ---- -title: "Class 9: Diff-in-diff II" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(ggdag) -library(palmerpenguins) -library(modelsummary) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-3 - -# In-person
    session 9 - -.class-info[ - -**March 9, 2023** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-3.medium[General questions] - --- - -.box-7.medium[Final project] - --- - -.box-1.medium[Simple diff-in-diff] - --- - -.box-6.medium[Two-way fixed effects] - --- - -.box-2.medium[Markdown fun] - ---- - -layout: false -name: general-questions -class: center middle section-title section-title-3 animated fadeIn - -# General questions - ---- - -class: middle - -.box-3.large[Should we control for variables
    to close as many backdoors as
    possible in our diff-in-diff model?] - ---- - -class: title title-3 - -# Design-based identification - -.box-inv-3[Use a special situation to isolate arrow] - -.pull-left[ -.box-3[RCTs] - -.box-inv-3.small[Use randomization
    to remove confounding] - -.center[ -
    - RCT DAG -
    -] -] - --- - -.pull-right[ -.box-3[Difference-in-differences] - -.box-inv-3.small[Use before/after & treatment/control
    differences to remove confounding] - -.center[ -
    - Diff-in-diff DAG -
    -] -] - ---- - -layout: true -class: middle - ---- - -.box-3.large[How does moving time back
    let us check for parallel trends?] - ---- - -.center[ -
    - Mastering Metrics Figure 5.4 -
    -] - ---- - -.box-3.large[Can you conduct diff-in-diff
    with a binary outcome?] - -??? - -- -- - ---- - -layout: false -name: final-project -class: center middle section-title section-title-7 animated fadeIn - -# Final project - ---- - -class: middle - -.box-7.large[Tell us more about
    the final project!] - ---- - -layout: false -name: diff-in-diff -class: center middle section-title section-title-1 animated fadeIn - -# Simple diff-in-diff - ---- - -layout: true -class: middle - ---- - -.box-1.large[Minimum legal drinking age] - ---- - -.box-inv-1.medium[MLDA reduction] - -.box-1.medium[Two states: Alabama vs. Arkansas] - -$$\begin{aligned} -\text{Mortality}\ =&\ \beta_0 + \beta_1\ \text{Alabama} + \beta_2\ \text{After 1975}\ + \\ -&\ \beta_3\ (\text{Alabama} \times \text{After 1975}) -\end{aligned}$$ - ---- - -layout: false -name: twfe -class: center middle section-title section-title-6 animated fadeIn - -# Two-way fixed effects
    (TWFE) - ---- - -layout: true -class: middle - ---- - -.box-6.medium[Two states: Alabama vs. Arkansas] - -$$\begin{aligned} -\text{Mortality}\ =&\ \beta_0 + \beta_1\ \text{Alabama} + \beta_2\ \text{After 1975}\ + \\ -&\ \beta_3\ (\text{Alabama} \times \text{After 1975}) -\end{aligned}$$ - ---- - -.box-6.medium[All states: `Treatment == 1`
    if legal for 18-20-year-olds to drink] - -$$\text{Mortality}\ =\ \beta_0 + \beta_1\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{Year}$$ - ---- - -$$\begin{aligned} -\text{Mortality}\ =&\ \beta_0 + \beta_1\ \text{Alabama} + \beta_2\ \text{After 1975}\ + \\ -&\ \color{red}{\beta_3}\ (\text{Alabama} \times \text{After 1975}) -\end{aligned}$$ - -.center[vs.] - -$$\text{Mortality}\ =\ \beta_0 + \color{red}{\beta_1}\ \text{Treatment} + \beta_2\ \text{State} + \beta_3\ \text{Year}$$ - ---- - -.center[ -
    - Mastering Metrics Table 5.2 -
    -] - ---- - -.box-6.large[What about this
    staggered treatment stuff?] - -.box-inv-6[[See this](https://www.andrewheiss.com/blog/2021/08/25/twfe-diagnostics/)] - -??? - -This is good for ethical reasons! - -Blog post - ---- - -.box-6.large[What are random effects?] - -.box-inv-6[[See this](https://www.andrewheiss.com/blog/2021/12/01/multilevel-models-panel-data-guide/)] - ---- - -layout: false -name: quarto -class: center middle section-title section-title-2 animated fadeIn - -# Bonus fun with
    R Markdown and Quarto - ---- - -layout: true -class: middle - ---- - -.box-2.large.sp-after[Documents] - -.box-2.large[Websites] diff --git a/slides/10-cierre.Rmd b/slides/10-cierre.Rmd new file mode 100644 index 00000000..7f756ed1 --- /dev/null +++ b/slides/10-cierre.Rmd @@ -0,0 +1,255 @@ +--- +title: "Estadística Correlacional" +author: ".small[Juan Carlos Castillo

    Departamento de Sociología - UCH / COES

    ]" +date: "2do Sem 2023" +output: + xaringan::moon_reader: + css: "css/custom_2020.css" + includes: + after_body: "insert-logo.html" + lib_dir: libs + nature: + ratio: '16:9' + highlightStyle: dracula + highlightLines: true + countIncrementalSlides: false + beforeInit: "libs/macros.js" + seal: false # esto omite title slide automática +--- +class: front + + +```{r setup, include=FALSE, cache = FALSE} +library(knitr) +opts_chunk$set(warning=FALSE, + message=FALSE, + echo=TRUE, + comment = "", + cache = TRUE, fig.width=10, fig.height=8) +pacman::p_load(flipbookr, tidyverse, kableExtra) +``` + + +```{r xaringanExtra, include=FALSE} +xaringanExtra::use_xaringan_extra(c("tile_view", "animate_css")) +xaringanExtra::use_scribble() +``` + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2023 +## [.orange[correlacional.netlify.com]](https:/correlacional.netlify.com) +] + + +.pull-right-narrow[ +.center[ +.content-block-gray[ +## Sesión 10: +## .orange[Cierre]] +] +] + +--- + +layout: true +class: animated, fadeIn + +--- +# Ciclo de formación en métodos cuantitativos + +![](https://multivariada.netlify.app/slides/01-intro/ciclo.png) + +--- +class: middle + +.pull-left[ +.content-box-red[ +.center[ +# Imaginación sociológica + +Relación del individuo con la sociedad y con la historia + +Individuos en contexto social + +(C.Wright Mills)] +] +] +.pull-right[ +.center[ +.content-box-green[ +# Imaginación estadística + +Una apreciación de que tan usual o inusual es un evento, circunstancia o comportamiento, en relación con un conjunto mayor de eventos similares + +(Ritchey, 2008) +] +]] + +--- + +.pull-left[ +# Estadística: +"Rama de la matemática que utiliza grandes conjuntos de datos numéricos para obtener inferencias basadas en el cálculo de probabilidades". (RAE)] + +-- + +.pull-right[ + +# Dos características: + +- **humildad**: la inferencia siempre posee una probabilidad de error + +- **pretensión**: podemos medir y establecer qué grado de error estamos cometiendo +] + +--- +# Organización general + +.center[ +![](img/plan.png) +] + +--- +# Organización semanal + +![](https://correlacional.netlify.app/files/img/flujo-semanal.png) +--- +Nuestra página +![](img/pagina.png) + + +--- +class: roja + +# Breve resumen + +--- +# Unidad 1: Asociación y correlación + +- correlación: medida estandarizada que va entre -1 y +1, donde 0 significa ausencia de asociación + +- la correlación captura relaciones lineales + +- su magnitud se evalúa mediante criterios de Cohen y coeficiente de determinación + +- existen coeficientes de correlación alternativos para variables ordinales + +- usualmente se presentan en **matrices** + +--- +# Unidad 2: Inferencia + +- de la muestra a la población + +- error estándar y distribuciones muestrales + +- contraste de hipótesis: + - direccionales y no direccionales + - hipótesis alternativa y nula + - comparación de valor estimado y valor crítico según $\alpha$ + - intervalo de confianza + +--- +# Unidad 3: Asociación con categóricas + +- tablas de contingencia + +- Chi cuadrado: frecuencias esperadas y frecuencias observadas + +- Correlación punto biserial + +--- +# Reporte notas + +- link [aquí](https://correlacional.netlify.app/files/reporte_notas/reporte_notas.html) + +--- +class: roja + +# Lo que se viene + + +--- + +# Limitaciones de la asociación + +- no hay **direccionalidad** clara en varias medidas de asociación (ej: correlación), aún cuando la mayor parte de las teorías son direccionales + +- lo bivariado es **limitado** para el análisis de **fenómenos sociales multicausales** + +.center[ +.content-box-red[ +## Los **modelos de regresión** (tema central del próximo curso) buscan superar estas limitaciones +] +] +--- +![](https://multivariada.netlify.app/slides/01-intro/simple.png) + +--- + +![](https://multivariada.netlify.app/slides/01-intro/multiple.png) + +--- +class: inverse + +# Reflexiones finales + +- métodos y error + +- rigurosidad + +- estadísticas y estado + +- disputa de espacios de decisión y poder + +- transparencia y reproducibilidad + + +--- + +# ASISTENCIA + +.pull-left[ + +![:scale 90%](img/qr-correlacional-asistencia.png) +] + +.pull-right[ +
    +
    +
    +
    +
    +bit.ly/correlacional-asistencia +] + + +--- +class: front + +.pull-left-wide[ +# Estadística Correlacional] + +.pull-right-narrow[![:scale 85%](img/logo-correlacional-transp.png)] + +## Asociación, inferencia y reporte + +---- +.pull-left[ + +## Juan Carlos Castillo +## Sociología FACSO - UChile +## 2do Sem 2023 +## [.orange[correlacional.netlify.com]](https://encuestas-sociales.netlify.com) +] diff --git a/slides/10-cierre.html b/slides/10-cierre.html new file mode 100644 index 00000000..f4a1ce05 --- /dev/null +++ b/slides/10-cierre.html @@ -0,0 +1,407 @@ + + + + Estadística Correlacional + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slides/10-class.Rmd b/slides/10-class.Rmd deleted file mode 100644 index 600133b2..00000000 --- a/slides/10-class.Rmd +++ /dev/null @@ -1,498 +0,0 @@ ---- -title: "Class 10: Regression discontinuity I" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(kableExtra) -library(scales) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-3 - -# In-person
    session 10 - -.class-info[ - -**March 23, 2023** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-2.medium.sp-after-half[Diff-in-diff effect sizes] - --- - -.box-5.medium.sp-after-half[Miscellaneous R stuff] - --- - -.box-6.medium.sp-after-half[RDD fun times] - ---- - -layout: false -name: ps5 -class: center middle section-title section-title-2 animated fadeIn - -# Diff-in-diff effect sizes - ---- - -layout: true -class: middle - ---- - -.box-2.large[What the heck is happening at
    the end of problem set 5?!] - ---- - -layout: false -name: r-stuff -class: center middle section-title section-title-5 animated fadeIn - -# Miscellaneous R stuff - ---- - -layout: true -class: middle - ---- - -.box-5.large[Searching past code] - -??? - -Use Quarto search thing; use GitHub - ---- - -.box-5.large[Learning with
    the example pages] - -??? - -Copy and paste! Work through the example yourself! Don't just read it. - -Like what I do in - ---- - -.box-5.large[Lines across categories] - -??? - -```r -library(tidyverse) - -mpg - -avg_hwy_by_class <- mpg %>% - filter(cyl != 5) %>% - mutate(cyl = factor(cyl)) %>% - group_by(class, cyl) %>% - summarize(avg = mean(hwy)) - -ggplot(avg_hwy_by_class, aes(x = class, y = avg, color = cyl, group = cyl)) + - geom_point() + - geom_line() - -``` - -```r -terror_trends <- terror %>% - group_by(month, same_block_factor) %>% - summarize(avg_robberies = mean(car_theft)) - -ggplot(terror_trends, aes(x = month, y = avg_robberies, - color = same_block_factor, group = same_block_factor)) + - geom_vline(xintercept = "7") + - geom_line(size = 2) + - theme_bw() + - theme(legend.position = "bottom") -``` - ---- - -layout: false -name: rdd -class: center middle section-title section-title-6 animated fadeIn - -# RDD fun times - ---- - -layout: true -class: middle - ---- - -.box-6.medium[Is there a rule of thumb to determine which
    quasi-experimental method we should use?] - -.box-6.medium[How do we know which method applies
    to which circumstance? Does the data tell us?] - ---- - -.box-6.medium[With RDD we rely on "the rule" to
    determine treatment and control groups] - -.box-6[How do you decide on the rule?
    You mentioned that it's arbitrary—
    we can choose whatever rule we want?] - ---- - -.box-6.medium[Can we use RDD to evaluate a program
    that doesn't have a rule for participation?] - ---- - -.pull-left-narrow[ -
    - Jake Vigdor working paper -
    -] - -.pull-right-wide.small[ -> Teachers in North Carolina Public schools earn a bonus of $750 if the students in their school meet a standard called "expected growth." A summary statistic called "average growth" is computed for each school; the expected growth standard is met when this summary measure exceeds zero. - -> Does getting a bonus in year $t$ cause improved student performance in year $t + 1$? -] - ---- - -.box-6.large[How common are these kinds of rules
    in the real world?] - -??? - -- Anything income-based or means-tested - sliding scale community health clinics, school truancy programs -- Anything with a test: SAT/ACT, AIG programs -- Elections - causal effect of candidates -- Grades - 89.49 vs. 89.51 -- Poverty, EITC - ---- - -.center[ -
    - Goodreads -
    -] - ---- - -.box-6.medium[Where do these eligibility thresholds come from? Do policy makers research them first and reexamine them later?] - ---- - -layout: true -class: title title-6 - ---- - -# Discontinuities everywhere! - -.pull-left-wide.small[ -```{r poverty-table, echo=FALSE} -poverty_line <- tibble::tribble( - ~Size, ~Annual, ~Monthly, ~`138%`, ~`150%`, ~`200%`, - 1, 12760, 1063, 17609, 19140, 25520, - 2, 17240, 1437, 23791, 25860, 34480, - 3, 21720, 1810, 29974, 32580, 43440, - 4, 26200, 2183, 36156, 39300, 52400, - 5, 30680, 2557, 42338, 46020, 61360, - 6, 35160, 2930, 48521, 52740, 70320, - 7, 39640, 3303, 54703, 59460, 79280, - 8, 44120, 3677, 60886, 66180, 88240 -) - -poverty_line %>% - mutate(across(-Size, dollar)) %>% - kbl(align = "c") -``` -] - -.pull-right-narrow[ -.box-inv-6.smaller[**Medicaid**
    138%*] - -.box-inv-6.smaller[**ACA subsidies**
    138–400%*] - -.box-inv-6.smaller[**CHIP**
    200%] - -.box-inv-6.smaller[**SNAP/Free lunch**
    130%] - -.box-inv-6.smaller[**Reduced lunch**
    130–185%] -] - ---- - -# The US's official poverty measure - -.pull-left.center[ -
    - Mollie Orshansky -
    Mollie Orshansky
    -
    -] - -.pull-right[ -.box-inv-6[Formula created in 1963] - -.box-inv-6[Based solely on food expenses from a survey of household budgets in 1955]] - -??? - -- -- - ---- - -# The US's official poverty measure - -.box-inv-6[Official formula:] - --- - -.box-6.medium[**1955 annual food budget × 3**] - --- - -.box-inv-6[That's all!] - -
    - --- - -.box-inv-6[In 1963 poverty line was 50% of median income;
    in 2005 it was 28%; 18% today] - ---- - -layout: true -class: middle - ---- - -.box-6[Why don't we change it?] - -.center[ - -] - ---- - -.center[ -
    - EITC phase out -
    -] - ---- - -.center[ -
    - CTC phase out -
    -] - ---- - -.box-6.medium[Why does the cutoff need
    to be unique to the
    program of interest?] - -??? - -In theory, to take care of confounding. If the same cutoff is used for two different programs, and you're evaluating one, and the other isn't automatic, peoples' use of the second program would influence their outcomes in the first one. - ---- - -.box-6.medium[What if there are multiple cutoffs?] - -.box-inv-6[College admission is based on GPA *and* test scores…] - -.box-inv-6[WIC/SNAP/Medicaid are based on income *and* family size…] - ---- - -.pull-left[ -
    - One running variable -
    -] - --- - -.pull-left[ -
    - Multiple running variables -
    -] - ---- - -.box-6.large[Why do we center
    the running variable?] - ---- - -.box-6.large[Regression is just fancy averages!] - ---- - -```{r tutoring-plot, echo=FALSE, fig.width=8, fig.height=4.25, out.width="100%"} -library(tidyverse) -library(broom) - -tutoring <- read_csv("data/tutoring_program.csv") - -ggplot(tutoring, aes(x = entrance_exam, y = exit_exam)) + - geom_point(size = 1, alpha = 0.5) + - # x - geom_smooth(data = filter(tutoring, entrance_exam <= 70, entrance_exam >= 60), - method = "lm", se = FALSE, size = 2) + - geom_smooth(data = filter(tutoring, entrance_exam > 70, entrance_exam <= 80), - method = "lm", se = FALSE, size = 2) + - coord_cartesian(xlim = c(60, 80)) + - geom_vline(xintercept = 70) + - labs(x = "Entrance exam score", y = "Exit exam score", color = "Used tutoring") -``` - ---- - -```{r} -lm(exit_exam ~ entrance_exam + tutoring, - data = filter(tutoring, entrance_exam <= 80, - entrance_exam >= 60)) %>% - tidy() -``` - ---- - -```{r} -tutoring_centered <- tutoring %>% - mutate(entrance_centered = entrance_exam - 70) - -lm(exit_exam ~ entrance_centered + tutoring, - data = filter(tutoring_centered, entrance_exam <= 80, - entrance_exam >= 60)) %>% - tidy() -``` - ---- - -```{r tutoring-plot-3, echo=FALSE, fig.width=8, fig.height=4.25, out.width="100%"} -ggplot(tutoring, aes(x = entrance_exam, y = exit_exam)) + - geom_point(size = 1, alpha = 0.5) + - # x - geom_smooth(data = filter(tutoring, entrance_exam <= 70, entrance_exam >= 60), - method = "lm", se = FALSE, size = 2, aes(color = "x")) + - geom_smooth(data = filter(tutoring, entrance_exam > 70, entrance_exam <= 80), - method = "lm", se = FALSE, size = 2, aes(color = "x")) + - # x^3 - geom_smooth(data = filter(tutoring, entrance_exam <= 70, entrance_exam >= 60), - method = "lm", formula = y ~ poly(x, 3), - se = FALSE, size = 2, aes(color = "x^3")) + - geom_smooth(data = filter(tutoring, entrance_exam > 70, entrance_exam <= 80), - method = "lm", formula = y ~ poly(x, 3), - se = FALSE, size = 2, aes(color = "x^3")) + - coord_cartesian(xlim = c(60, 80)) + - geom_vline(xintercept = 70) + - labs(x = "Entrance exam score", y = "Exit exam score", color = "Used tutoring") -``` - ---- - -.box-6.large[What's the difference between weighting with kernels and inverse probability weighting?] - -??? - -- -- -- - ---- - -.box-6.medium[There must be some math behind for the non-parametric lines. Should we care about that or should we just trust in R?] - -??? - -- - ---- - -.box-6.medium[Should we control for confounders?] - ---- - -.box-6.medium[How do we decide on the right model?] - -.center[ - -Parametric with $y = x$? - -With $y = x^2 + x$? - -With $y = x^\text{whatever} + x^\text{whatever} + x$? - -Nonparametric? - -`rdrobust()` or just `lm()`? - -Controls or no controls? - -] - ---- - -.box-6.medium[How do you justify a bandwidth?] - -.box-6.medium[Does the bandwidth need to be
    the same on both sides?] - ---- - -.box-6.less-medium[How should we think about the impact of the program on people who score really high or low on the running variable?] - -.box-6.less-medium[If we're throwing most of the data away and only looking at a narrow bandwidth of people, what does this say about generalizability?] - ---- - -.box-6.medium[What do we do about noncompliance
    and manipulation?] - -.box-6.medium[What is fuzzy regression discontinuity?] - ---- - -.box-6.huge[RD play time!] diff --git a/slides/10-slides.Rmd b/slides/10-slides.Rmd deleted file mode 100644 index 3afa923e..00000000 --- a/slides/10-slides.Rmd +++ /dev/null @@ -1,1609 +0,0 @@ ---- -title: "Regression discontinuity I" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(broom) -library(ggdag) -library(kableExtra) -library(scales) -library(patchwork) -library(latex2exp) -library(rdrobust) -library(rddensity) - -# Fake program data -set.seed(1234) -num_students <- 1000 -tutoring <- tibble( - id = 1:num_students, - entrance_exam = rbeta(num_students, shape1 = 7, shape2 = 2), - exit_exam = rbeta(num_students, shape1 = 5, shape2 = 3) -) %>% - mutate(entrance_exam = entrance_exam * 100, - tutoring = entrance_exam <= 70) %>% - mutate(exit_exam = exit_exam * 40 + 10 * tutoring + entrance_exam / 2) %>% - mutate(tutoring_fuzzy = ifelse(entrance_exam > 60 & entrance_exam < 80, - sample(c(TRUE, FALSE), n(), replace = TRUE), - tutoring)) %>% - mutate(tutoring_text = factor(tutoring, levels = c(FALSE, TRUE), - labels = c("No tutor", "Tutor")), - tutoring_fuzzy_text = factor(tutoring_fuzzy, levels = c(FALSE, TRUE), - labels = c("No tutor", "Tutor"))) %>% - mutate(entrance_centered = entrance_exam - 70) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-7 - -# Regression discontinuity I - -.class-info[ - -**Session 10** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-2.medium.sp-after-half[Arbitrary cutoffs and causal inference] - --- - -.box-4.medium.sp-after-half[Drawing lines and measuring gaps] - --- - -.box-6.medium.sp-after-half[Main RDD concerns] - ---- - -name: arbitrary-cutoffs -class: center middle section-title section-title-2 animated fadeIn - -# Arbitrary cutoffs
    and causal inference - ---- - -layout: true -class: title title-2 - ---- - -# Quasi-experiments again - --- - -.box-inv-2.sp-after[Instead of using carefully adjusted DAGs,
    we can use *context* to isolate/identify the pathway between
    treatment and outcome in observational data] - --- - -.box-inv-2[Diff-in-diff was one kind of quasi-experiment] - -.box-2.sp-after[Treatment/control + before/after] - --- - -.box-inv-2[Regression discontinuity designs (RDD) are another] - -.box-2[Arbitrary rules determine access to programs] - ---- - -# Rules to access programs - -.box-inv-2.medium[Lots of policies and programs are
    based on arbitrary rules and thresholds] - --- - -.box-2[If you're above the threshold, you're in the program;
    if you're below, you're not (or vice versa)] - ---- - -# Key terms - --- - -.box-inv-2.medium[Running / forcing variable] - -.box-2.sp-after[Index or measure that determines eligibility] - --- - -.box-inv-2.medium[Cutoff / cutpoint / threshold] - -.box-2[Number that formally assigns access to program] - ---- - -layout: false - -```{r rd-dag, echo=FALSE, fig.width=12, fig.height=6, out.width="100%"} -node_details <- tribble( - ~name, ~label, ~x, ~y, - "treatment", "Program", 1, 1, - "outcome", "Outcome", 4, 1, - "cutoff", "Above cutoff", 2, 1.75, - "running", "Running variable", 3, 2 -) - -node_labels <- node_details$label -names(node_labels) <- node_details$name - -rdd_dag <- dagify(outcome ~ treatment + running, - treatment ~ cutoff, - cutoff ~ running, - exposure = c("treatment", "cutoff"), - outcome = "outcome", - coords = node_details, - labels = node_labels) %>% - tidy_dagitty() %>% - node_status() - -status_colors <- c(exposure = "#0074D9", outcome = "#FF851B", latent = "grey50") - -set.seed(1234) -ggplot(rdd_dag, aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges(start_cap = ggraph::circle(3, "lines"), - end_cap = ggraph::circle(3, "lines"), - edge_width = 1.5, - arrow_directed = grid::arrow(length = grid::unit(0.75, "lines"), type = "closed")) + - geom_dag_point(aes(color = status), size = 30) + - geom_dag_label_repel(aes(label = label, fill = status), seed = 1234, - color = "white", fontface = "bold", size = 10, - label.padding = grid::unit(0.75, "lines"), - box.padding = grid::unit(2.5, "lines"), - direction = "y") + - scale_color_manual(values = status_colors, na.value = "grey20") + - scale_fill_manual(values = status_colors, na.value = "grey20") + - guides(color = FALSE, fill = FALSE) + - theme_dag(base_size = 20, base_family = "Fira Sans Condensed") -``` - ---- - -layout: true -class: title title-2 - ---- - -# Discontinuities everywhere! - -.pull-left-wide.small[ -```{r poverty-table, echo=FALSE} -poverty_line <- tibble::tribble( - ~Size, ~Annual, ~Monthly, ~`138%`, ~`150%`, ~`200%`, - 1, 12760, 1063, 17609, 19140, 25520, - 2, 17240, 1437, 23791, 25860, 34480, - 3, 21720, 1810, 29974, 32580, 43440, - 4, 26200, 2183, 36156, 39300, 52400, - 5, 30680, 2557, 42338, 46020, 61360, - 6, 35160, 2930, 48521, 52740, 70320, - 7, 39640, 3303, 54703, 59460, 79280, - 8, 44120, 3677, 60886, 66180, 88240 -) - -poverty_line %>% - mutate(across(-Size, dollar)) %>% - kbl(align = "c") -``` -] - -.pull-right-narrow[ -.box-inv-2.smaller[**Medicaid**
    138%*] - -.box-inv-2.smaller[**ACA subsidies**
    138–400%*] - -.box-inv-2.smaller[**CHIP**
    200%] - -.box-inv-2.smaller[**SNAP/Free lunch**
    130%] - -.box-inv-2.smaller[**Reduced lunch**
    130–185%] -] - - ---- - -# Hypothetical tutoring program - --- - -.box-inv-2.medium[Students take an entrance exam] - --- - -.box-inv-2.medium[Those who score 70 or lower
    get a free tutor for the year] - --- - -.box-inv-2.medium[Students then take an exit exam
    at the end of the year] - ---- - -layout: false - -```{r tutoring-running, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -ggplot(tutoring, aes(x = entrance_exam, y = tutoring_text, fill = tutoring_text)) + - geom_vline(xintercept = 70, size = 2, color = "#FFDC00") + - geom_point(size = 5, pch = 21, color = "white", alpha = 0.7, - position = position_jitter(width = 0, height = 0.2, seed = 1234)) + - labs(x = "Entrance exam score", y = NULL) + - guides(fill = FALSE) + - scale_fill_manual(values = c("#85144b", "#0074D9"), name = NULL) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") -``` - ---- - -class: title title-2 - -# Causal inference intuition - -.box-inv-2.medium[The people right before and right after the threshold are essentially the same] - ---- - -```{r tutoring-running-threshold, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -ggplot(tutoring, aes(x = entrance_exam, y = tutoring_text, fill = tutoring_text)) + - annotate(geom = "rect", fill = "grey50", alpha = 0.25, ymin = -Inf, ymax = Inf, - xmin = 70 - 5, xmax = 70 + 5) + - annotate(geom = "rect", fill = "grey50", alpha = 0.5, ymin = -Inf, ymax = Inf, - xmin = 70 - 2, xmax = 70 + 2) + - geom_vline(xintercept = 70, size = 2, color = "#FFDC00") + - geom_point(size = 5, pch = 21, color = "white", alpha = 0.7, - position = position_jitter(width = 0, height = 0.2, seed = 1234)) + - labs(x = "Entrance exam score", y = NULL) + - guides(fill = FALSE) + - scale_fill_manual(values = c("#85144b", "#0074D9"), name = NULL) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") -``` - ---- - -```{r tutoring-running-threshold-zoomed, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -ggplot(tutoring, aes(x = entrance_exam, y = tutoring_text, fill = tutoring_text)) + - annotate(geom = "rect", fill = "grey50", alpha = 0.25, ymin = -Inf, ymax = Inf, - xmin = 70 - 5, xmax = 70 + 5) + - annotate(geom = "rect", fill = "grey50", alpha = 0.5, ymin = -Inf, ymax = Inf, - xmin = 70 - 2, xmax = 70 + 2) + - geom_vline(xintercept = 70, size = 2, color = "#FFDC00") + - geom_point(size = 5, pch = 21, color = "white", alpha = 0.7, - position = position_jitter(width = 0, height = 0.2, seed = 1234)) + - labs(x = "Entrance exam score", y = NULL) + - guides(fill = FALSE) + - scale_fill_manual(values = c("#85144b", "#0074D9"), name = NULL) + - coord_cartesian(xlim = c(70 - 6, 70 + 6)) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") -``` - ---- - -class: title title-2 - -# Causal inference intuition - --- - -.box-inv-2.medium[The people right before and right after the threshold are essentially the same] - --- - -.box-2.medium[Pseudo treatment and control groups!] - --- - -.box-inv-2.medium[Compare outcomes for those
    right before/after, calculate difference] - ---- - -```{r tutoring-outcome, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -ggplot(tutoring, aes(x = entrance_exam, y = exit_exam, fill = tutoring_text)) + - geom_point(size = 4, pch = 21, color = "white", alpha = 1) + - geom_vline(xintercept = 70, size = 2, color = "#FFDC00") + - labs(x = "Entrance exam score", y = "Exit exam score") + - scale_fill_manual(values = c("#85144b", "#0074D9"), name = NULL) + - guides(fill = guide_legend(reverse = TRUE)) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") -``` - ---- - -```{r tutoring-outcome-lines, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -ggplot(tutoring, aes(x = entrance_exam, y = exit_exam, fill = tutoring_text, color = tutoring_text)) + - geom_point(size = 4, pch = 21, color = "white", alpha = 0.25) + - geom_vline(xintercept = 70, size = 2, color = "#FFDC00") + - geom_smooth(data = filter(tutoring, entrance_exam <= 70), - method = "lm", size = 2, show.legend = FALSE) + - geom_smooth(data = filter(tutoring, entrance_exam > 70), - method = "lm", size = 2, show.legend = FALSE) + - labs(x = "Entrance exam score", y = "Exit exam score") + - scale_fill_manual(values = c("#85144b", "#0074D9"), name = NULL) + - scale_color_manual(values = c("#85144b", "#0074D9")) + - guides(fill = guide_legend(reverse = TRUE, override.aes = list(alpha = 1)), color = FALSE) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") -``` - ---- - -```{r tutoring-outcome-delta, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -rdd_tutoring <- lm(exit_exam ~ entrance_centered + tutoring, data = tutoring) %>% - tidy() - -effect_control <- filter(rdd_tutoring, term == "(Intercept)")$estimate -late <- filter(rdd_tutoring, term == "tutoringTRUE")$estimate -effect_treatment <- effect_control + late - -ggplot(tutoring, aes(x = entrance_exam, y = exit_exam, fill = tutoring_text, color = tutoring_text)) + - geom_point(size = 4, pch = 21, color = "white", alpha = 0.25) + - geom_vline(xintercept = 70, size = 2, color = "#FFDC00") + - geom_smooth(data = filter(tutoring, entrance_exam <= 70), - method = "lm", size = 2, show.legend = FALSE) + - geom_smooth(data = filter(tutoring, entrance_exam > 70), - method = "lm", size = 2, show.legend = FALSE) + - annotate(geom = "segment", x = 70, xend = 70, - y = effect_control, yend = effect_treatment, - size = 4, color = "#FF4136") + - annotate(geom = "label", x = 82, y = effect_treatment - (late / 2), - label = "δ\n(causal effect)", family = "Fira Sans Condensed", fontface = "bold", - color = "white", fill = "#FF4136", size = 7, label.padding = unit(0.75, "lines")) + - labs(x = "Entrance exam score", y = "Exit exam score") + - scale_fill_manual(values = c("#85144b", "#0074D9"), name = NULL) + - scale_color_manual(values = c("#85144b", "#0074D9")) + - guides(fill = guide_legend(reverse = TRUE, override.aes = list(alpha = 1)), color = FALSE) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") -``` - ---- - -```{r tutoring-outcome-delta-zoomed, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -ggplot(tutoring, aes(x = entrance_exam, y = exit_exam, fill = tutoring_text, color = tutoring_text)) + - geom_point(size = 4, pch = 21, color = "white", alpha = 0.25) + - geom_vline(xintercept = 70, size = 2, color = "#FFDC00") + - geom_smooth(data = filter(tutoring, entrance_exam <= 70), - method = "lm", size = 2, show.legend = FALSE) + - geom_smooth(data = filter(tutoring, entrance_exam > 70), - method = "lm", size = 2, show.legend = FALSE) + - annotate(geom = "segment", x = 70, xend = 70, - y = effect_control, yend = effect_treatment, - size = 4, color = "#FF4136") + - labs(x = "Entrance exam score", y = "Exit exam score") + - scale_fill_manual(values = c("#85144b", "#0074D9"), name = NULL) + - scale_color_manual(values = c("#85144b", "#0074D9")) + - guides(fill = guide_legend(reverse = TRUE, override.aes = list(alpha = 1)), color = FALSE) + - coord_cartesian(xlim = c(70 - 6, 70 + 6)) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") -``` - ---- - -layout: true -class: title title-2 - ---- - -# Geographic discontinuities - -.center[ -
    - Holbein time zones -
    -] - ---- - -# Geographic discontinuities - -.pull-left-wide.center[ -
    - Holbein time zones -
    -] - -.pull-right-narrow[ -.box-inv-2[Lower turnout in counties on the eastern side of the boundary] - -.box-inv-2[Election schedules cause fluctuations in turnout] -] - ---- - -# Time discontinuities - -.pull-left-wide.center[ -
    - Hospital stays title -
    -] - -.pull-right-narrow[ -.box-inv-2[California requires that insurance cover two days of post-partum hospitalization] - -.box-inv-2[Does extra time in the hospital improve health outcomes?] -] - ---- - -# Time discontinuities - -.center[ -
    - Hospital stays duration -
    -] - -.box-inv-2[Delivering at 12:01 AM makes you stay longer in the hospital…] - ---- - - -# Time discontinuities - -.pull-left-wide.center[ -
    - Hospital stays outcomes -
    -] - -.pull-right-narrow[ -  - -.box-inv-2[…but delivering at 12:01 AM has no effect on readmission rates or mortality rates] -] - ---- - -# Test score discontinuities - -.pull-left-wide.center[ -
    - Flagship universities -
    -] - -.pull-right-narrow[ -.box-inv-2[Does going to the main state university (e.g. UGA) make you earn more money?] - -.box-inv-2[SAT scores are an arbitrary cutoff for accessing the university] -] - ---- - -# Test score discontinuities - -.pull-left.center[ -
    - Flagship cutoff -
    - -.box-inv-2[Cutoff seems rule-based] -] - --- - -.pull-right.center[ -
    - Flagship outcome -
    - -.box-inv-2[Earnings are slightly higher] -] - ---- - -# RDDs are all the rage - -.box-inv-2.medium[People love these things!] - --- - -.box-2[They're intuitive, compelling, and highly graphical] - --- - -.pull-left.center[ -
    - RDD p-hacking -
    -] - -.pull-right[ -.box-2[RDD less susceptible to p-hacking and selective publication than DID or IV] -] - ---- - -layout: false -name: lines-gaps -class: center middle section-title section-title-4 animated fadeIn - -# Drawing lines
    and measuring gaps - ---- - -class: title title-4 - -# Main goal of RD - --- - -.box-inv-4.medium[Measure the gap in outcome for
    people on both sides of the cutpoint] - --- - -.box-inv-4.medium[Gap = **δ** =
    local average treatment effect (LATE)] - ---- - -![](`r knitr::fig_chunk("tutoring-outcome-delta", "png")`) - ---- - -layout: true -class: title title-4 - ---- - -# Drawing lines - --- - -.box-inv-4.medium[The size of the gap depends on how
    you draw the lines on each side of the cutoff] - --- - -.box-inv-4.medium.sp-after[The type of lines you choose can
    change the estimate of δ—sometimes by a lot!] - --- - -.box-4.medium[There's no one right way to draw lines!] - ---- - -# Line-drawing considerations - --- - -.box-inv-4.medium[Parametric vs. non-parametric lines] - --- - -.box-inv-4.medium[Measuring the gap] - --- - -.box-inv-4.medium[Bandwidths] - --- - -.box-inv-4.medium[Kernels] - ---- - -# Parametric lines - -.box-inv-4.medium[Formulas with *parameters*] - --- - -.medium[ -$$y = mx + b$$ - -$$y = \beta_0 + \beta_1 x_1 + \beta_2 x_2$$ -] - ---- - -layout: false - -```{r parameters-stuff, echo=FALSE} -line_colors_df <- tribble( - ~name, ~color, ~formula, - "Linear", "#0074D9", "y = β_1 x", - "Squared", "#FF851B", "y = β_1 x + β_2 x^2", - "Cubed", "#FF4136", "y = β_1 x + β_2 x^2 + β_3 x^3", - "Trigonometric", "#2ECC40", "y = β_1 x + β_2 sin(x)", - "Loess", "#B10DC9", "Loess" -) - -line_colors <- line_colors_df$color %>% - set_names(line_colors_df$name) - -fun_linear <- function(x) 10 + 4 * x -fun_squared <- function(x) 120 - 3 * x + 0.07 * x^2 -fun_cubic <- function(x) 300 - 25 * x + 0.65 * x^2 - 0.004 * x^3 -fun_trig <- function(x) 10 + 4 * x + 50 * sin(0.25 * x) -fun_trig_effect <- function(x) ifelse(x >= 75, fun_trig(x) + 200, fun_trig(x)) -fun_loess <- function(x) 100 + 30 * sin(5 * x) + 0.2 * x^2 - 0.002 * x^3 - -set.seed(1234) -df_params <- tibble(id = 1:400) %>% - mutate(x_uniform = runif(n(), min = 0, max = 100)) %>% - mutate(y_linear = fun_linear(x_uniform) + rnorm(n(), 0, 50)) %>% - mutate(y_squared = fun_squared(x_uniform) + rnorm(n(), 0, 50)) %>% - mutate(y_cubed = fun_cubic(x_uniform) + rnorm(n(), 0, 50)) %>% - mutate(y_trig = fun_trig(x_uniform) + rnorm(n(), 0, 50)) %>% - mutate(y_loess = fun_loess(x_uniform) + rnorm(n(), 0, 50)) %>% - mutate_at(vars(starts_with("y_")), - list(effect = ~ifelse(x_uniform >= 75, . + 200, .))) -``` - -.small[ -$$y = 10 + 4x$$ -] - -```{r params-plot-linear, echo=FALSE, fig.width=12, fig.height=5.5, out.width="100%"} -ggplot(df_params, aes(x = x_uniform, y = y_linear)) + - geom_point(size = 5, pch = 21, color = "white", fill = "black", alpha = 0.5) + - geom_smooth(method = "lm", formula = y ~ x, - se = FALSE, size = 3, aes(color = "Linear")) + - scale_color_manual(values = line_colors, breaks = names(line_colors), - labels = map(line_colors_df$formula, TeX), name = NULL) + - labs(x = NULL, y = NULL) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom") + - theme(legend.box.spacing = unit(0.5, "lines"), - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -class: title title-4 - -# Parametric lines - -.box-inv-4.medium[Not just for straight lines!
    Make curvy with exponents or trigonometry] - --- - -.medium[ -$$y = \beta_0 + \beta_1 x + \beta_2 x^2 + \beta_3 x^7$$ - -$$y = \beta_0 + \beta_1 x + \beta_2 \sin(x)$$ -] - ---- - -.small[ -$$y = 120 - 3x + 0.07x^2$$ -] - -```{r params-plot-square, echo=FALSE, fig.width=12, fig.height=5.5, out.width="100%"} -ggplot(df_params, aes(x = x_uniform, y = y_squared)) + - geom_point(size = 5, pch = 21, color = "white", fill = "black", alpha = 0.5) + - geom_smooth(method = "lm", formula = y ~ poly(x, 2), - se = FALSE, size = 3, aes(color = "Squared")) + - scale_color_manual(values = line_colors, breaks = names(line_colors), - labels = map(line_colors_df$formula, TeX), name = NULL) + - labs(x = NULL, y = NULL) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom") + - theme(legend.box.spacing = unit(0.5, "lines"), - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -.small[ -$$y = 300 - 25x + 0.65x^2 - 0.004x^3$$ -] - -```{r params-plot-poly, echo=FALSE, fig.width=12, fig.height=5.5, out.width="100%"} -ggplot(df_params, aes(x = x_uniform, y = y_cubed)) + - geom_point(size = 5, pch = 21, color = "white", fill = "black", alpha = 0.5) + - geom_smooth(method = "lm", formula = y ~ poly(x, 3), - se = FALSE, size = 3, aes(color = "Cubed")) + - scale_color_manual(values = line_colors, breaks = names(line_colors), - labels = map(line_colors_df$formula, TeX), name = NULL) + - labs(x = NULL, y = NULL) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom") + - theme(legend.box.spacing = unit(0.5, "lines"), - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -.small[ -$$y = 10 + 4x + 50 \times \sin (\frac{x}{4})$$ -] - -```{r params-plot-trig, echo=FALSE, fig.width=12, fig.height=5.25, out.width="100%"} -ggplot(df_params, aes(x = x_uniform, y = y_trig)) + - geom_point(size = 5, pch = 21, color = "white", fill = "black", alpha = 0.5) + - stat_function(fun = fun_trig, size = 3, aes(color = "Trigonometric")) + - scale_color_manual(values = line_colors, breaks = names(line_colors), - labels = map(line_colors_df$formula, TeX), name = NULL) + - labs(x = NULL, y = NULL) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom") + - theme(legend.box.spacing = unit(0.5, "lines"), - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -class: title title-4 - -# Parametric lines - -  - --- - -.box-inv-4.medium.sp-after[It's important to get the parameters right!] - --- - -.box-inv-4.medium[Line should fit the data pretty well] - ---- - -```{r params-plot-linear-squared, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -ggplot(df_params, aes(x = x_uniform, y = y_squared)) + - geom_point(size = 5, pch = 21, color = "white", fill = "black", alpha = 0.5) + - geom_smooth(method = "lm", formula = y ~ x, - se = FALSE, size = 3, aes(color = "Linear")) + - geom_smooth(method = "lm", formula = y ~ poly(x, 2), - se = FALSE, size = 3, aes(color = "Squared")) + - scale_color_manual(values = line_colors, breaks = names(line_colors), - labels = map(line_colors_df$formula, TeX), name = NULL) + - labs(x = NULL, y = NULL) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom") + - theme(legend.box.spacing = unit(0.5, "lines"), - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -```{r params-plot-linear-poly, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -ggplot(df_params, aes(x = x_uniform, y = y_cubed)) + - geom_point(size = 5, pch = 21, color = "white", fill = "black", alpha = 0.5) + - geom_smooth(method = "lm", formula = y ~ x, - se = FALSE, size = 3, aes(color = "Linear")) + - geom_smooth(method = "lm", formula = y ~ poly(x, 2), - se = FALSE, size = 3, aes(color = "Squared")) + - geom_smooth(method = "lm", formula = y ~ poly(x, 3), - se = FALSE, size = 3, aes(color = "Cubed")) + - scale_color_manual(values = line_colors, breaks = names(line_colors), - labels = map(line_colors_df$formula, TeX), name = NULL) + - labs(x = NULL, y = NULL) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom") + - theme(legend.box.spacing = unit(0.5, "lines"), - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -class: title title-4 - -# Nonparametric lines - --- - -.box-inv-4.medium[Lines without parameters] - --- - -.box-4[Use the data to find the best line,
    often with windows and moving averages] - --- - -.box-4[Locally estimated/weighted scatterplot smoothing (LOESS/LOWESS)
    is a common method (but not the only one!)] - ---- - -.small[ -$$y = \text{who knows?}$$ -] - -```{r params-plot-loess, echo=FALSE, fig.width=12, fig.height=5.5, out.width="100%"} -ggplot(df_params, aes(x = x_uniform, y = y_loess)) + - geom_point(size = 5, pch = 21, color = "white", fill = "black", alpha = 0.5) + - geom_smooth(method = "loess", formula = y ~ x, aes(color = "Loess"), - se = FALSE, size = 3) + - scale_color_manual(values = line_colors, breaks = names(line_colors), - labels = map(line_colors_df$formula, TeX), name = NULL) + - labs(x = NULL, y = NULL) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom") + - theme(legend.box.spacing = unit(0.5, "lines"), - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -.center[ - -] - ---- - -```{r params-plot-loess-lines, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -ggplot(df_params, aes(x = x_uniform, y = y_loess)) + - geom_point(size = 5, pch = 21, color = "white", fill = "black", alpha = 0.5) + - geom_smooth(method = "loess", formula = y ~ x, aes(color = "Loess"), - se = FALSE, size = 3) + - geom_smooth(method = "lm", formula = y ~ x, - se = FALSE, size = 3, aes(color = "Linear")) + - geom_smooth(method = "lm", formula = y ~ poly(x, 2), - se = FALSE, size = 3, aes(color = "Squared")) + - scale_color_manual(values = line_colors, breaks = names(line_colors), - labels = map(line_colors_df$formula, TeX), name = NULL) + - labs(x = NULL, y = NULL) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom") + - theme(legend.box.spacing = unit(0.5, "lines"), - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -layout: true -class: title title-4 - ---- - -# Measuring gap with parametric lines - -.center[ -
    - Parametric gap -
    -] - ---- - -# Measuring gap with parametric lines - -.box-inv-4[Easiest way: center the running variable around the threshold] - -.small[ -```{r center-running-var, echo=FALSE} -tutoring %>% - select(id, exit_exam, entrance_exam, entrance_centered, tutoring) %>% - mutate(across(c(exit_exam, entrance_exam, entrance_centered), ~round(., 0))) %>% - head(5) %>% - kbl(align = "c") -``` -] - -.small[ -$$y = \beta_0 + \beta_1 \text{Running variable (centered)} + \beta_2 \text{Indicator for treatment}$$ -] - ---- - -# Measuring gap with parametric lines - -.center[ -
    - Parametric gap -
    -] - -.left-code[ -```{r simple-model} -program_data <- tutoring %>% - mutate(entrance_centered = - entrance_exam - 70) - -model1 <- lm(exit_exam ~ - entrance_centered + tutoring, - data = program_data) -``` -] - -.right-code[ -```{r show-simple-model-fake, eval=FALSE} -tidy(model1) -``` - -```{r show-simple-model-real, echo=FALSE} -tidy(model1) %>% select(term, estimate, std.error) -``` -] - ---- - -# Measuring gap with nonparametric lines - -.center[ -```{r tutoring-outcome-loess, echo=FALSE, fig.width=12, fig.height=5.5, out.width="80%"} -ggplot(tutoring, aes(x = entrance_exam, y = exit_exam, fill = tutoring_text, color = tutoring_text)) + - geom_point(size = 4, pch = 21, color = "white", alpha = 0.25) + - geom_vline(xintercept = 70, size = 2, color = "#FFDC00") + - geom_smooth(data = filter(tutoring, entrance_exam <= 70), - method = "loess", size = 2, show.legend = FALSE) + - geom_smooth(data = filter(tutoring, entrance_exam > 70), - method = "loess", size = 2, show.legend = FALSE) + - labs(x = "Entrance exam score", y = "Exit exam score") + - scale_fill_manual(values = c("#85144b", "#0074D9"), name = NULL) + - scale_color_manual(values = c("#85144b", "#0074D9")) + - guides(fill = guide_legend(reverse = TRUE, override.aes = list(alpha = 1)), color = FALSE) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") -``` -] - -.box-inv-4[Can't use regression; use `rdrobust` R package] - ---- - -# Measuring gap with nonparametric lines - -.center[ -
    - Nonparametric gap -
    -] - -.small-code[ -```{r rdrobust, eval=FALSE} -rdrobust(y = tutoring$exit_exam, x = tutoring$entrance_exam, c = 70) -``` -] - -.small-code[ -```{r calculate-rdrobust, echo=FALSE, results="hide"} -rd_out <- rdrobust(y = tutoring$exit_exam, - x = tutoring$entrance_exam, - c = 70) - -x <- capture.output(summary(rd_out)) -``` - -```{r show-rdrobust, echo=FALSE} -cat(x[17:22], sep = "\n") -``` -] - ---- - -# Bandwidths - --- - -.box-inv-4.medium[All you really care about is the
    area right around the cutoff] - -.box-4.sp-after[Observations far away don't matter
    because they're not comparable] - --- - -.box-inv-4.medium[Bandwidth = window around cutoff] - ---- - -layout: false - -```{r bandwidth-plot-data, echo=FALSE} -bw_line_colors_df <- tribble( - ~name, ~color, - "Linear", "#0074D9", - "Linear (bw = 5)", colorspace::darken("#0074D9", 0.5), - "Linear (bw = 2.5)", colorspace::darken("#0074D9", 1), - "Loess", "#B10DC9" -) - -bw_line_colors <- bw_line_colors_df$color %>% - set_names(bw_line_colors_df$name) - -set.seed(1234) -df_bandwidths <- tibble(x = seq(0, 20, by = 0.01), - y_squiggly = 500 + 0.4 * (x - 10)^3) %>% - mutate(y_squiggly = y_squiggly + rnorm(n(), 10, 80)) %>% - mutate(y_shifted = ifelse(x >= 10, y_squiggly + 300, y_squiggly)) %>% - mutate(bw5 = x < 10 + 5 & x > 10 - 5, - bw2_5 = x < 10 + 2.5 & x > 10 - 2.5) -``` - -```{r bandwidth-plots, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -plot_bw5 <- ggplot(df_bandwidths, aes(x = x, y = y_shifted)) + - annotate(geom = "rect", fill = "grey70", alpha = 0.25, ymin = -Inf, ymax = Inf, - xmin = 10 - 5, xmax = 10 + 5) + - geom_point(aes(fill = bw5), size = 3, pch = 21, alpha = 0.5, color = "white") + - geom_vline(xintercept = 10) + - scale_fill_manual(values = c("grey40", "#FF851B"), guide = FALSE) + - labs(x = NULL, y = NULL, title = "Bandwidth = 5") + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(plot.title = element_text(face = "bold")) - -plot_bw25 <- ggplot(df_bandwidths, aes(x = x, y = y_shifted)) + - annotate(geom = "rect", fill = "grey70", alpha = 0.25, ymin = -Inf, ymax = Inf, - xmin = 10 - 2.5, xmax = 10 + 2.5) + - geom_point(aes(fill = bw2_5), size = 3, pch = 21, alpha = 0.5, color = "white") + - geom_vline(xintercept = 10) + - scale_fill_manual(values = c("grey40", "#FF851B"), guide = FALSE) + - labs(x = NULL, y = NULL, title = "Bandwidth = 2.5") + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(plot.title = element_text(face = "bold")) - -plot_bw5 + plot_bw25 -``` - - - ---- - -layout: true -class: title title-4 - ---- - -# Bandwidths - --- - -.box-inv-4.medium.sp-after[Algorithms exist to choose optimal width] - --- - -.box-inv-4.medium[Also use common sense] - -.box-4.sp-after[Maybe ±5 for the entrance exam?] - --- - -.box-inv-4.medium[For robustness, check what happens
    if you double and halve the bandwidth] - ---- - -# Kernels - --- - -.box-inv-4.medium[Because we care the most about
    observations right by the cutoff,
    give more distant ones less weight] - --- - -.box-inv-4.medium[Kernel = method for assigning importance to
    observations based on distance to the cutoff] - ---- - -layout: false - -```{r kernel-examples, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -# Formulas from https://en.wikipedia.org/wiki/Kernel_(statistics) -rec <- function(x) (abs(x) <= 1) * 0.5 -tri <- function(x) (abs(x) < 1) * (1 - abs(x)) -epan <- function(x) (abs(x) < 1) * 0.75 * (1 - x^2) - -ggplot(data = tibble(x = seq(-1.25, 1.25, 0.1)), aes(x = x)) + - geom_vline(xintercept = 0, size = 1, color = "grey40") + - stat_function(fun = rec, aes(color = "Uniform"), size = 3) + - stat_function(fun = tri, aes(color = "Triangular"), size = 3) + - stat_function(fun = epan, aes(color = "Epanechnikov"), size = 3) + - scale_color_manual(values = c("Uniform" = "#FF851B", - "Triangular" = "#0074D9", - "Epanechnikov" = "#85144b"), - breaks = c("Uniform", "Triangular", "Epanechnikov")) + - labs(x = "Distance from cutoff", y = "Weight", color = NULL) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom", - panel.grid = element_blank()) + - theme(legend.box.spacing = unit(0.5, "lines"), - legend.margin = margin(t = 1, b = 0, unit = "lines")) -``` - ---- - -```{r kernel-weighted-points, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -set.seed(1234) -df_kernels <- tibble(x = runif(100, -1, 1), - y = runif(100, 0, 100)) %>% - mutate(y = ifelse(x > 0, y + 50, y)) %>% - mutate(wt_rec = rec(x), - wt_tri = tri(x), - wt_epan = epan(x)) - -df_kernels_long <- df_kernels %>% - pivot_longer(cols = starts_with("wt_"), values_to = "weight") %>% - mutate(name = recode(name, wt_epan = "Epanechnikov", - wt_tri = "Triangular", - wt_rec = "Rectangular")) %>% - mutate(name = fct_inorder(name)) - -ggplot(df_kernels_long, aes(x = x, y = y)) + - geom_point(aes(size = weight, fill = weight), pch = 21, color = "white", alpha = 0.8) + - geom_vline(xintercept = 0) + - scale_size_continuous(range = c(2, 10)) + - scale_fill_viridis_c(option = "plasma", name = "Weight ", limits = c(0, 1)) + - guides(size = FALSE, fill = guide_colorbar(barwidth = 20)) + - facet_wrap(vars(name)) + - labs(x = NULL, y = NULL) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom", - panel.grid = element_blank(), - axis.text = element_blank(), - axis.ticks = element_blank()) + - theme(legend.box.spacing = unit(0.5, "lines"), - legend.margin = margin(t = 0.5, b = 0, unit = "lines")) -``` - - ---- - -class: title title-4 - -# Try everything! - --- - -.box-inv-4.medium[Your estimate of δ depends on all these:] - --- - -.box-inv-4[Line type (parametric vs. nonparametric)] - -.center[ -.float-left[.box-inv-4[Bandwidth (wide vs. narrow)] .box-inv-4[Kernel weighting]] -] - --- - -  - -.box-4.medium[Try lots of different combinations!] - ---- - -```{r params-plot-parametric-effects, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -ggplot(df_params, aes(x = x_uniform, y = y_cubed_effect)) + - geom_vline(xintercept = 75, size = 1, linetype = "21") + - geom_point(size = 5, pch = 21, color = "white", fill = "black", alpha = 0.5) + - geom_smooth(data = filter(df_params, x_uniform < 75), - method = "lm", formula = y ~ x, - se = FALSE, size = 3, aes(color = "Linear")) + - geom_smooth(data = filter(df_params, x_uniform >= 75), - method = "lm", formula = y ~ x, - se = FALSE, size = 3, aes(color = "Linear")) + - geom_smooth(data = filter(df_params, x_uniform < 75), - method = "lm", formula = y ~ poly(x, 2), - se = FALSE, size = 3, aes(color = "Squared")) + - geom_smooth(data = filter(df_params, x_uniform >= 75), - method = "lm", formula = y ~ poly(x, 2), - se = FALSE, size = 3, aes(color = "Squared")) + - geom_smooth(data = filter(df_params, x_uniform < 75), - method = "lm", formula = y ~ poly(x, 3), - se = FALSE, size = 3, aes(color = "Cubed")) + - geom_smooth(data = filter(df_params, x_uniform >= 75), - method = "lm", formula = y ~ poly(x, 3), - se = FALSE, size = 3, aes(color = "Cubed")) + - scale_color_manual(values = line_colors, breaks = names(line_colors), - labels = map(line_colors_df$formula, TeX), name = NULL) + - labs(x = NULL, y = NULL) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom") + - theme(legend.box.spacing = unit(0.5, "lines"), - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -```{r params-plot-bw-effects, echo=FALSE, fig.width=12, fig.height=6.5, out.width="100%"} -ggplot(df_bandwidths, aes(x = x, y = y_shifted)) + - annotate(geom = "rect", fill = "grey70", alpha = 0.25, ymin = -Inf, ymax = Inf, - xmin = 10 - 5, xmax = 10 + 5) + - geom_point(size = 3, pch = 21, alpha = 0.25, color = "white", fill = "black") + - geom_vline(xintercept = 10) + - geom_smooth(data = filter(df_bandwidths, x < 10), - method = "lm", formula = y ~ x, - size = 3, se = FALSE, aes(color = "Linear")) + - geom_smooth(data = filter(df_bandwidths, x >= 10), - method = "lm", formula = y ~ x, - size = 3, se = FALSE, aes(color = "Linear")) + - geom_smooth(data = filter(df_bandwidths, x < 10 & x > 5), - method = "lm", formula = y ~ x, - size = 3, se = FALSE, aes(color = "Linear (bw = 5)")) + - geom_smooth(data = filter(df_bandwidths, x >= 10 & x < 15), - method = "lm", formula = y ~ x, - size = 3, se = FALSE, aes(color = "Linear (bw = 5)")) + - scale_color_manual(values = bw_line_colors, breaks = names(bw_line_colors), name = NULL) + - labs(x = NULL, y = NULL) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom") + - theme(legend.box.spacing = unit(0.5, "lines"), - legend.margin = margin(t = 0, b = 0)) -``` - ---- - -layout: false -name: main-concerns -class: center middle section-title section-title-6 animated fadeIn - -# Main RDD concerns - ---- - -layout: true -class: title title-6 - ---- - -# It's greedy! - -.box-inv-6.medium[You need *lots* of data,
    since you're throwing most of it away] - -.center[ -
    - Different bandwidths -
    -] - ---- - -# It's limited in scope! - -.box-inv-6.medium[You're only measuring the ATE
    for people in the bandwidth] - --- - -.box-6.medium[Local Average Treatment Effect (LATE)] - ---- - -# It's limited in scope! - -.box-inv-6.medium[You can't make population-level
    claims with a LATE] - --- - -.box-inv-6.smaller[*(But can you really do that with RCTs or diff-in-diff?)*] - --- - -.box-6.medium["The realistic conclusion to draw is that
    all quantitative empirical results
    that we encounter are 'local'"] - -.box-6.small[Angrist and Pischke, *Mostly Harmless Econometrics*, pp. 23–24] - ---- - -# Graphics are neat! - -```{r too-graphical-data, echo=FALSE, include=FALSE, cache=TRUE} -set.seed(1234) -too_graphical <- tibble(id = 1:2000) %>% - mutate(score = runif(n(), -100, 100)) %>% - mutate(treatment_big = ifelse(score < 0, 0, 0.6)) %>% - mutate(outcome_big = treatment_big + rnorm(n())) %>% - mutate(treatment_medium = ifelse(score < 0, 0, 0.3)) %>% - mutate(outcome_medium = treatment_medium + rnorm(n())) %>% - mutate(treatment_small = ifelse(score < 0, 0, 0.155)) %>% - mutate(outcome_small = treatment_small + rnorm(n())) %>% - mutate(above = score >= 0) %>% - mutate_at(vars(starts_with("outcome_")), list(~. * 100)) - -model_big <- lm(outcome_big ~ above, data = too_graphical) -model_medium <- lm(outcome_medium ~ above, data = too_graphical) -model_small <- lm(outcome_small ~ above, data = too_graphical) - -extract_t_p <- function(x) { - tidied <- tidy(x) %>% - filter(term == "aboveTRUE") - - paste0("δ = ", round(tidied$estimate, 2), - "; t = ", round(tidied$statistic, 3), - "; p = ", pvalue(tidied$p.value)) -} - -rd_binned_big <- rdplot(y = too_graphical$outcome_big, x = too_graphical$score, - c = 0, p = 1, hide = TRUE) -rd_binned_medium <- rdplot(y = too_graphical$outcome_medium, x = too_graphical$score, - c = 0, p = 1, hide = TRUE) -rd_binned_small <- rdplot(y = too_graphical$outcome_small, x = too_graphical$score, - c = 0, p = 1, hide = TRUE) - -rd_binned_all <- tribble( - ~size, ~binned_data, ~poly_data, ~model, - "Big", rd_binned_big$vars_bins, rd_binned_big$vars_poly, model_big, - "Medium", rd_binned_medium$vars_bins, rd_binned_medium$vars_poly, model_medium, - "Small", rd_binned_small$vars_bins, rd_binned_small$vars_poly, model_small -) %>% - mutate(letter = LETTERS[1:n()]) %>% - mutate(stats = map_chr(model, extract_t_p)) %>% - mutate_at(vars(size, stats, letter), list(fct_inorder)) - -plot_binned <- rd_binned_all %>% - unnest(binned_data) - -plot_poly <- rd_binned_all %>% - unnest(poly_data) -``` - -```{r too-graphical-plot-1, echo=FALSE, fig.width=12, fig.height=5.5, out.width="100%"} -ggplot(plot_binned, aes(x = rdplot_mean_bin, y = rdplot_mean_y)) + - geom_point(size = 5, pch = 21, color = "white", alpha = 0.7, - aes(fill = rdplot_mean_bin <= 0)) + - geom_vline(xintercept = 0, size = 1, linetype = "21") + - scale_fill_manual(values = c("#0074D9", "#FF4136"), guide = FALSE) + - labs(x = NULL, y = NULL) + - facet_wrap(vars(letter), nrow = 1) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(axis.text.x = element_blank(), - axis.ticks.x = element_blank(), - panel.grid.major.x = element_blank(), - panel.grid.minor.x = element_blank(), - panel.grid.minor.y = element_blank()) -``` - ---- - -# Which gaps are significant? - -```{r too-graphical-plot-2, echo=FALSE, fig.width=12, fig.height=5.5, out.width="100%"} -ggplot(plot_binned, aes(x = rdplot_mean_bin, y = rdplot_mean_y)) + - geom_point(size = 5, pch = 21, color = "white", alpha = 0.7, - aes(fill = rdplot_mean_bin <= 0)) + - geom_line(data = filter(plot_poly, rdplot_x < 0), - aes(x = rdplot_x, y = rdplot_y), - color = "black", size = 3) + - geom_line(data = filter(plot_poly, rdplot_x > 0), - aes(x = rdplot_x, y = rdplot_y), - color = "black", size = 3) + - geom_vline(xintercept = 0, size = 1, linetype = "21") + - scale_fill_manual(values = c("#0074D9", "#FF4136"), guide = FALSE) + - labs(x = NULL, y = NULL) + - facet_wrap(vars(letter), nrow = 1) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(axis.text.x = element_blank(), - axis.ticks.x = element_blank(), - panel.grid.major.x = element_blank(), - panel.grid.minor.x = element_blank(), - panel.grid.minor.y = element_blank()) -``` - ---- - -# All of them! - -```{r too-graphical-plot-3, echo=FALSE, fig.width=12, fig.height=5.5, out.width="100%"} -ggplot(plot_binned, aes(x = rdplot_mean_bin, y = rdplot_mean_y)) + - geom_point(size = 5, pch = 21, color = "white", alpha = 0.7, - aes(fill = rdplot_mean_bin <= 0)) + - geom_line(data = filter(plot_poly, rdplot_x < 0), - aes(x = rdplot_x, y = rdplot_y), - color = "black", size = 3) + - geom_line(data = filter(plot_poly, rdplot_x > 0), - aes(x = rdplot_x, y = rdplot_y), - color = "black", size = 3) + - geom_vline(xintercept = 0, size = 1, linetype = "21") + - scale_fill_manual(values = c("#0074D9", "#FF4136"), guide = FALSE) + - labs(x = NULL, y = NULL) + - facet_wrap(vars(stats), nrow = 1) + - theme_bw(base_size = 28, base_family = "Fira Sans Condensed") + - theme(axis.text.x = element_blank(), - axis.ticks.x = element_blank(), - strip.text = element_text(size = 20), - panel.grid.major.x = element_blank(), - panel.grid.minor.x = element_blank(), - panel.grid.minor.y = element_blank()) -``` - ---- - -# Don't rely *only* on graphics - -.pull-left[ -.box-inv-6.medium[Super clear breaks are uncommon] - -.box-inv-6.medium[Make graphs,
    but also find the
    actual δ value] -] - -.pull-right[ -```{r too-graphical-plot-3-single, echo=FALSE, fig.width=4, fig.height=3.6, out.width="100%"} -ggplot(filter(plot_binned, letter == "C"), - aes(x = rdplot_mean_bin, y = rdplot_mean_y)) + - geom_point(size = 3, pch = 21, color = "white", alpha = 0.7, - aes(fill = rdplot_mean_bin <= 0)) + - geom_line(data = filter(plot_poly, rdplot_x < 0, letter == "C"), - aes(x = rdplot_x, y = rdplot_y), - color = "black", size = 1.5) + - geom_line(data = filter(plot_poly, rdplot_x > 0, letter == "C"), - aes(x = rdplot_x, y = rdplot_y), - color = "black", size = 1.5) + - geom_vline(xintercept = 0, size = 1, linetype = "21") + - scale_fill_manual(values = c("#0074D9", "#FF4136"), guide = FALSE) + - labs(x = NULL, y = NULL) + - facet_wrap(vars(stats), nrow = 1) + - theme_bw(base_size = 16, base_family = "Fira Sans Condensed") + - theme(axis.text.x = element_blank(), - axis.ticks.x = element_blank(), - strip.text = element_text(size = 14), - panel.grid.major.x = element_blank(), - panel.grid.minor.x = element_blank(), - panel.grid.minor.y = element_blank()) -``` -] - ---- - -# Manipulation! - --- - -.box-inv-6.medium[People might know about the cutoff
    and change their behavior] - --- - -.box-6[People might fudge numbers or work to
    cross the threshold to get in/out of program] - --- - -.box-6[If so, those right next to the cutoff are
    no longer comparable treatment/control groups] - ---- - -layout: false -class: bg-full -background-image: url("img/10/marathons.png") - -??? - -Data from and - ---- - -.center[ -
    - NBA shot locations, 2014-15 -
    -] - -??? - - - ---- - -layout: true -class: title title-6 - ---- - -# Manipulation! - -.box-inv-6.medium[Check with a McCrary density test] - -.box-6.small[`rddensity::rdplotdensity()` in R] - -```{r build-manipulation, echo=FALSE, include=FALSE, cache=TRUE} -set.seed(1234) -x <- rnorm(2000, mean = -0.5); x[x > 0] <- x[x > 0] * 2 -x_good <- rnorm(2000, mean = -0.5) - -plot1 <- rdplotdensity(rddensity(X = x), x, plotRange = c(-2, 2), plotN = 25) -plot2 <- rdplotdensity(rddensity(X = x_good), x_good, plotRange = c(-2, 2), plotN = 25) -``` - -```{r manipulation, echo=FALSE, fig.width=8, fig.height=2.6, out.width="100%"} -thing1 <- plot1$Estplot + - geom_vline(xintercept = 0) + - labs(x = "Running variable", y = "Density", - title = "Manipulation") + - guides(color = FALSE, linetype = FALSE) + - theme_bw(base_size = 13, base_family = "Fira Sans Condensed") + - theme(plot.title = element_text(face = "bold"), - panel.grid = element_blank()) - -thing2 <- plot2$Estplot + - geom_vline(xintercept = 0) + - labs(x = "Running variable", y = "Density", - title = "No manipulation") + - guides(color = FALSE, linetype = FALSE) + - theme_bw(base_size = 13, base_family = "Fira Sans Condensed") + - theme(plot.title = element_text(face = "bold"), - panel.grid = element_blank()) - -thing1 + thing2 -``` - ---- - -# Noncompliance! - --- - -.box-inv-6.medium[People on the margin of the cutoff
    might end up in/out of the program] - --- - -.box-6.sp-after[The ACA, subsidies, Medicaid, and 138% of the poverty line] - --- - -.box-inv-6.medium[Sharp vs. fuzzy discontinuities] - ---- - -# Sharp discontinuity - -.box-inv-6[Perfect compliance] - -```{r tutoring-sharp, echo=FALSE, fig.width=12, fig.height=5.5, out.width="100%"} -ggplot(tutoring, aes(x = entrance_exam, y = tutoring_text, fill = entrance_exam <= 70)) + - geom_vline(xintercept = 70, size = 2, color = "#FFDC00") + - geom_point(size = 5, pch = 21, color = "white", alpha = 0.7, - position = position_jitter(width = 0, height = 0.2, seed = 1234)) + - labs(x = "Entrance exam score", y = NULL, fill = "Entrance exam ≥ 70") + - scale_fill_manual(values = c("#85144b", "#0074D9")) + - guides(fill = guide_legend(reverse = TRUE)) + - theme_bw(base_size = 22, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom") + - theme(legend.box.spacing = unit(0.5, "lines"), - legend.margin = margin(t = 1, b = 0, unit = "lines")) -``` - ---- - -# Fuzzy discontinuity - -.box-inv-6[Imperfect compliance] - -```{r tutoring-fuzzy, echo=FALSE, fig.width=12, fig.height=5.5, out.width="100%"} -ggplot(tutoring, aes(x = entrance_exam, y = tutoring_fuzzy_text, fill = entrance_exam <= 70)) + - geom_vline(xintercept = 70, size = 2, color = "#FFDC00") + - geom_point(size = 5, pch = 21, color = "white", alpha = 0.7, - position = position_jitter(width = 0, height = 0.2, seed = 1234)) + - labs(x = "Entrance exam score", y = NULL, fill = "Entrance exam ≥ 70") + - scale_fill_manual(values = c("#85144b", "#0074D9")) + - guides(fill = guide_legend(reverse = TRUE)) + - theme_bw(base_size = 22, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom") + - theme(legend.box.spacing = unit(0.5, "lines"), - legend.margin = margin(t = 1, b = 0, unit = "lines")) -``` - ---- - -# Fuzzy discontinuities - -.box-inv-6.medium[Address noncompliance with
    instrumental variables
    (more on this later!)] - --- - -.box-6.sp-after[Use an instrument for which side
    of the cutoff people should be on] - --- - -.box-inv-6[Effect is only for compliers near the cutoff
    (complier LATE; doubly local effect)] diff --git a/slides/11-class.Rmd b/slides/11-class.Rmd deleted file mode 100644 index eed2a323..00000000 --- a/slides/11-class.Rmd +++ /dev/null @@ -1,273 +0,0 @@ ---- -title: "Class 11: IV I" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(kableExtra) -library(scales) -library(ggdag) - -set.seed(123456) - -status_colors <- c(exposure = "#0074D9", outcome = "#FF851B", latent = "grey50") -status_colors_backdoor <- c(exposure = "#0074D9", outcome = "#FF851B", latent = "#FF4136") - -node_details <- tribble( - ~plot1, ~plot2, ~plot3, ~name, ~label, ~x, ~y, ~generic, ~mathy, - TRUE, TRUE, TRUE, "treatment", "Education", 1, 1, "Program/policy", "X", - TRUE, TRUE, TRUE, "outcome", "Earnings", 3, 1, "Outcome", "Y", - FALSE, TRUE, TRUE, "unmeasured", "Ability", 2, 2, "Unmeasured confounders", "U", - FALSE, FALSE, TRUE, "instrument", "Father's education", 0, 1, "Instrument", "Z" -) - -node_labels <- node_details$label %>% - set_names(node_details$name) - -node_labels_generic <- node_details$generic %>% - set_names(node_details$name) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-3 - -# In-person
    session 11 - -.class-info[ - -**March 30, 2023** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-5.medium[Super quick R things] - --- - -.box-2.medium[IV questions] - --- - -.box-6.medium[IV fun times] - ---- - -layout: false -name: r-stuff -class: center middle section-title section-title-5 animated fadeIn - -# Quick R stuff - ---- - -class: middle - -.box-5.large[Selecting things!] - ---- - -class: middle - -.box-5.large[Reprexes!] - -??? - -- -- -- - -```r -library(tidyverse) -library(rdrobust) - -blah <- mpg |> - mutate(treated = displ > 4) - -asdf <- rdrobust(blah$hwy, blah$displ, c = 4) -summary(asdf) - -rdplot(blah$hwy, blah$displ, c = 4) -``` - ---- - -class: middle - -.box-5.large[Why can't we use `rdrobust()`
    with `tidy()` or `modelsummary()`?] - -??? - - - ---- - -layout: false -name: iv -class: center middle section-title section-title-2 animated fadeIn - -# IV questions - ---- - -layout: true -class: middle - ---- - -.box-2[Given the strict criteria for instrumental variables,
    they seem pretty impractical and uncommon
    (especially compared to diff-in-diff and RDD).

    Why do you include instrumental variables
    as a part of this course?] - -.box-2[What's really the point of doing IV if finding instruments
    is so difficult and easy to mess up?] - -.box-2.large[Why even bother?] - ---- - -.box-2.medium[Is there like a “bank” of good IVs?] - -.box-2.medium[Do you have a method that helps you think of instruments, or a popular process that people usually use to come up with ideas?] - ---- - -.box-2.medium[What does it mean to tell a good story about excludability and exogeneity?] - -??? - -- https://braddelong.substack.com/p/podcast-hexapodia-is-e-key-insight-331 -- Matthew Suandi, "Promoting to Opportunity: Evidence and Implications from the U.S. Submarine Service" - https://are.berkeley.edu/sites/are.berkeley.edu/files/job-candidates/paper/MatthewSuandi_JMP_Nov_21_Berkeley.pdf - ---- - -.center[ -
    - WWII torpedo -
    -] - -??? - -Via : - -- In the early stages of the Pacific War, whether a US submarine-launched torpedo exploded was a matter of luck. -- If a submarine captain had an enlisted man marked out for promotion, those promotions happened much more often if the submarine returned from its cruise having succeeded in sinking ships. -- Those promoted because they happened to be on lucky submarines with torpedoes that exploded lived 2.4 years longer than their counterparts who happened to be on unlucky submarines and were not promoted. -- Those promoted because they happened to be on lucky submarines with torpedoes that exploded are recorded as having a last known address in a zip code with housing prices higher by 7 percentiles than their counterparts who happened to be on unlucky submarines and were not promoted. -- Early promotion to a job with more responsibility and scope—at least in the WWII-era USN—shapes your life to a remarkable degree by giving you scope to develop and exercise your talents. -- If the WWII-era USN is typical, we waste huge amounts of human potential by not giving people workplace opportunities to show what they can learn to do. -- Equality isn’t just about money: it is about scope for action, about developing and exercising talents, and about receiving external validation. -- A good society would give people much more opportunity to discover how big a deal they are and can become, and remind them of this at every opportunity. - ---- - -.box-2[Why would we use instrumental variables when we can simply use DAGs to control for things instead?] - -.box-2[What is the advantage of using an IV versus trying to find a variable that is correlated with the excluded variable of interest? For example, trying to find a variable highly correlated with "ability"? This seems also difficult but less difficult than finding a true IV.] - -.box-2[Could we assume that things like “ability” are latent variables and then try to model them directly?] - ---- - -```{r iv-dag-example, echo=FALSE, fig.width=12, fig.height=6, out.width="100%"} -iv_dag2 <- dagify(outcome ~ treatment + unmeasured, - treatment ~ unmeasured, - exposure = "treatment", - outcome = "outcome", - latent = "unmeasured", - coords = filter(node_details, plot2), - labels = node_labels) %>% - tidy_dagitty() %>% - node_status() %>% - node_exogenous() %>% - node_dconnected() %>% - control_for("unmeasured") - -ggplot(iv_dag2, aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges(aes(edge_colour = adjusted), - start_cap = ggraph::circle(3, "lines"), - end_cap = ggraph::circle(3, "lines"), - edge_width = 1.5, - arrow_directed = grid::arrow(length = grid::unit(0.75, "lines"), type = "closed")) + - geom_dag_point(aes(color = status), size = 30) + - geom_dag_label_repel(aes(label = label, fill = status), seed = 1234, - color = "white", fontface = "bold", size = 14, - family = "Fira Sans Condensed", - label.padding = grid::unit(0.75, "lines"), - box.padding = grid::unit(6, "lines"), - direction = "y") + - scale_color_manual(values = status_colors_backdoor, na.value = "grey20") + - ggraph::scale_edge_colour_manual(values = c(unadjusted = "black", adjusted = "#FF4136")) + - scale_fill_manual(values = status_colors_backdoor, na.value = "grey20") + - guides(color = "none", fill = "none", edge_colour = "none") + - theme_dag(base_size = 28) -``` - ---- - -.box-2.less-medium[In the lecture you mentioned that the instrumental variable should be weird (or make people say huh?). However, in *The Effect*, the author states that the instrument should be relevant. This is a bit mixed messaging. Which approach should we use?] - -  - -.center[[Formal definitions of relevancy, excludability, and exogeneity](/slides/11-slides.html#43)] - ---- - -.box-2.less-medium[Why are things like weather, distance, or terrain bad instruments? How do they violate the exclusion restriction?] - -.center[[Lecture slides](/slides/11-slides.html#75)] - ---- - -.box-2.medium[Fuzzy RDD requires an instrument,
    but instruments seem impossible to find,
    so can we ever really do fuzzy RDD?] - ---- - -layout: false -name: schedule -class: center middle section-title section-title-3 animated fadeIn - -# Schedule update - ---- - -layout: false -name: iv -class: center middle section-title section-title-6 animated fadeIn - -# IV fun times diff --git a/slides/11-slides.Rmd b/slides/11-slides.Rmd deleted file mode 100644 index dbd95d10..00000000 --- a/slides/11-slides.Rmd +++ /dev/null @@ -1,1476 +0,0 @@ ---- -title: "Instrumental variables I" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(broom) -library(ggdag) -library(kableExtra) -library(scales) -library(patchwork) -library(estimatr) -library(modelsummary) - -set.seed(123456) - -nrows <- 1000 -father_education <- tibble( - ability = rnorm(nrows, 35000, 10000), # Ability - fathereduc = rnorm(nrows, 15000, 20000), # Father's education (IV) - e_y = 0.43 * rnorm(nrows, 50000, 10000) # Error for outcome -) %>% - mutate(educ = 3.7 + 0.52*fathereduc + 0.40*ability, # Education (policy variable) - wage = 5 + 0.23*educ + 0.5*ability - e_y) %>% # Wage (outcome variable) - mutate(wage = rescale(wage, to = c(7.75, 300)), # Rescale from minimum wage to director wage (hourly) - educ = rescale(educ, to = c(10, 23)), # Rescale as years of school. Min 10 to max 23 (PhD) - fathereduc = rescale(fathereduc, to = c(10, 23)), # Rescale father's education - ability = rescale(ability, to = c(0, 600))) %>% # Rescale as Hypothetical test scores - select(wage, educ, ability, fathereduc) %>% - mutate(across(everything(), ~round(., 2))) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-7 - -# Instrumental
    variables I - -.class-info[ - -**Session 11** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-5.medium.sp-after-half[Endogeneity and exogeneity] - --- - -.box-6.medium.sp-after-half[Instruments] - --- - -.box-3.medium.sp-after-half[Using instruments] - ---- - -name: endo-exo -class: center middle section-title section-title-5 animated fadeIn - -# Endogeneity
    and exoegneity - ---- - -layout: true -class: title title-5 - ---- - -# Does education cause higher earnings? - -```{r iv-dag-simple, echo=FALSE, fig.width=7, fig.height=3, out.width="70%"} -status_colors <- c(exposure = "#0074D9", outcome = "#FF851B", latent = "grey50") -status_colors_backdoor <- c(exposure = "#0074D9", outcome = "#FF851B", latent = "#FF4136") - -node_details <- tribble( - ~plot1, ~plot2, ~plot3, ~name, ~label, ~x, ~y, ~generic, ~mathy, - TRUE, TRUE, TRUE, "treatment", "Education", 1, 1, "Program/policy", "X", - TRUE, TRUE, TRUE, "outcome", "Earnings", 3, 1, "Outcome", "Y", - FALSE, TRUE, TRUE, "unmeasured", "Ability", 2, 2, "Unmeasured confounders", "U", - FALSE, FALSE, TRUE, "instrument", "Father's education", 0, 1, "Instrument", "Z" -) - -node_labels <- node_details$label %>% - set_names(node_details$name) - -node_labels_generic <- node_details$generic %>% - set_names(node_details$name) - -iv_dag1 <- dagify(outcome ~ treatment, - exposure = "treatment", - outcome = "outcome", - coords = filter(node_details, plot1), - labels = node_labels) %>% - tidy_dagitty() %>% - node_status() - -ggplot(iv_dag1, aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges(start_cap = ggraph::circle(3, "lines"), - end_cap = ggraph::circle(3, "lines"), - edge_width = 1.5, - arrow_directed = grid::arrow(length = grid::unit(0.75, "lines"), type = "closed")) + - geom_dag_point(aes(color = status), size = 20) + - geom_dag_label_repel(aes(label = label, fill = status), seed = 1234, - color = "white", fontface = "bold", size = 7, - family = "Fira Sans Condensed", - label.padding = grid::unit(0.75, "lines"), - # box.padding = grid::unit(2.5, "lines"), - direction = "y") + - scale_color_manual(values = status_colors, na.value = "grey20") + - scale_fill_manual(values = status_colors, na.value = "grey20") + - guides(color = FALSE, fill = FALSE) + - theme_dag(base_size = 20) -``` - --- - -.medium[ -$$\color{#FF851B}{\text{Earnings}_i} = \beta_0 + \beta_1 \color{#0074D9}{\text{Education}_i} + \varepsilon_i$$ -] - ---- - -layout: false - -.box-inv-5.medium[If we ran this regression, would β1
    give us the causal effect of education?] - -.medium[ -$$\text{Earnings}_i = \beta_0 + \beta_1 \text{Education}_i + \varepsilon_i$$ -] - --- - -.box-5.medium[No!] - --- - -.float-left.center[.box-inv-5[Omitted variable bias!] .box-inv-5[Unclosed backdoors!]] - --- - -.box-inv-5[**Endogeneity!**] - ---- - -layout: true -class: title title-5 - ---- - -# Exogeneity and endogeneity - -.box-inv-5.medium[**Exogenous** variables] - --- - -.box-5[Value is not determined by
    anything else in the model] - --- - -.box-5[In a DAG, a node that doesn't
    have arrows coming into it] - - ---- - -# Exogeneity - -.box-inv-5.medium[Education is exogenous: no arrows *into* it] - -```{r show-iv-dag, echo=FALSE, out.width="100%"} -knitr::include_graphics(knitr::fig_chunk("iv-dag-simple", "png")) -``` - ---- - -# Exogeneity and endogeneity - -.box-inv-5.medium[**Endogenous** variables] - --- - -.box-5[Value is determined by
    something else in the model] - --- - -.box-5[In a DAG, a node that
    has arrows coming into it] - ---- - -# Endogeneity - -.box-inv-5.medium[Education is endogenous: Ability → Education] - -```{r iv-dag-endogenous, echo=FALSE, fig.width=7, fig.height=4, out.width="60%"} -iv_dag2 <- dagify(outcome ~ treatment + unmeasured, - treatment ~ unmeasured, - exposure = "treatment", - outcome = "outcome", - latent = "unmeasured", - coords = filter(node_details, plot2), - labels = node_labels) %>% - tidy_dagitty() %>% - node_status() %>% - node_exogenous() %>% - node_dconnected() %>% - control_for("unmeasured") - -ggplot(iv_dag2, aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges(start_cap = ggraph::circle(3, "lines"), - end_cap = ggraph::circle(3, "lines"), - edge_width = 1.5, - arrow_directed = grid::arrow(length = grid::unit(0.75, "lines"), type = "closed")) + - geom_dag_point(aes(color = status), size = 20) + - geom_dag_label_repel(aes(label = label, fill = status), seed = 1234, - color = "white", fontface = "bold", size = 7, - family = "Fira Sans Condensed", - label.padding = grid::unit(0.75, "lines"), - box.padding = grid::unit(5, "lines"), - direction = "both") + - scale_color_manual(values = status_colors, na.value = "grey20") + - scale_fill_manual(values = status_colors, na.value = "grey20") + - guides(color = FALSE, fill = FALSE) + - theme_dag(base_size = 20) -``` - ---- - -# Exgoeneity - -.box-inv-5.medium[What would exogenous variation
    in education look like?] - --- - -.box-5[Choices to get more education that are essentially random
    (or at least uncorrelated with omitted variables)] - ---- - -layout: false - -.box-5.medium[We'd like education to be exogenous
    .smaller[(an outside decision or intervention)], but it's not!] - -```{r show-iv-dag-endo, echo=FALSE, out.width="45%"} -knitr::include_graphics(knitr::fig_chunk("iv-dag-endogenous", "png")) -``` - --- - -.box-inv-5[Part of it is exogenous, but part of it is
    caused by ability, which is in the DAG] - ---- - -class: title title-5 - -# Fixing endogeneity with DAGs - -```{r show-iv-dag-endo-again, echo=FALSE, out.width="45%"} -knitr::include_graphics(knitr::fig_chunk("iv-dag-endogenous", "png")) -``` - --- - -.box-5[Close backdoor and adjust for ability] - --- - -.box-inv-5.smaller[Adjustment filters out the endogenous part of education and leaves us with just the endogenous part] - -$$\text{Earnings}_i = \beta_0 + \beta_1 \text{Education}_i + \beta_2 \text{Ability}_i + \varepsilon_i$$ - ---- - -```{r calculate-effects, echo=FALSE} -# IPW with continuous treatment -# https://meghapsimatrix.com/post/continuous-r-rmarkdown/ -# model_num <- lm(educ ~ 1, data = father_education) -# num <- dnorm(father_education$educ, -# predict(model_num), -# sd(model_num$residuals)) -# -# model_den <- lm(educ ~ ability, data = father_education) -# den <- dnorm(father_education$educ, -# predict(model_den), -# sd(model_den$residuals)) - -# Also works with ipw::ipwpoint -# weights_automatic <- ipw::ipwpoint( -# exposure = educ, -# family = "gaussian", -# numerator = ~ 1, -# denominator = ~ 1 + ability, -# trunc = 0.05, -# data = as.data.frame(father_education) -# ) - -# father_educ_ipw <- father_education %>% -# mutate(ipw = num / den) -# model3 <- lm(wage ~ educ, data = father_educ_ipw, weights = ipw) - -model1 <- lm(wage ~ educ, data = father_education) -model2 <- lm(wage ~ educ + ability, data = father_education) -``` - -.pull-left-wide[ -.small[ -```{r show-table, echo=FALSE} -model_results <- modelsummary(list("Unadjusted" = model1, "Adjusted" = model2), - gof_omit = 'IC|Log|Adj', stars = TRUE) -model_results %>% - add_header_above(c(" " = 1, "Outome = wage" = 2)) %>% - row_spec(c(6, 9), extra_css = "border-bottom: 1px solid") %>% - row_spec(3, background = "#FFC6C6") -``` -] -] - -.pull-right-narrow[ -.box-2[Unadjusted
    is wrong!] - -.box-5[Adjusted
    is right!] - -.box-inv-5.small[One year of education causes hourly wage to increase by $7.77] - -.box-inv-5.smaller[(FAKE DATA)] -] ---- - -layout: true -class: title title-5 - ---- - -# But we can't measure ability! - -```{r iv-dag-endogenous-confounding, echo=FALSE, fig.width=7, fig.height=4, out.width="40%"} -ggplot(iv_dag2, aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges(aes(edge_colour = adjusted), - start_cap = ggraph::circle(3, "lines"), - end_cap = ggraph::circle(3, "lines"), - edge_width = 1.5, - arrow_directed = grid::arrow(length = grid::unit(0.75, "lines"), type = "closed")) + - ggraph::scale_edge_colour_manual(values = c(unadjusted = "black", adjusted = "#FF4136")) + - geom_dag_point(aes(color = status), size = 20) + - geom_dag_label_repel(aes(label = label, fill = status), seed = 1234, - color = "white", fontface = "bold", size = 7, - family = "Fira Sans Condensed", - label.padding = grid::unit(0.75, "lines"), - box.padding = grid::unit(5, "lines"), - direction = "both") + - scale_color_manual(values = status_colors_backdoor, na.value = "grey20") + - scale_fill_manual(values = status_colors_backdoor, na.value = "grey20") + - guides(color = FALSE, fill = FALSE, edge_colour = FALSE) + - theme_dag(base_size = 20) -``` - -$$\color{#FF851B}{\text{Earnings}_i} = \beta_0 + \beta_1 \color{#0074D9}{\text{Education}_i} + \beta_2 \color{#FF4136}{\text{Ability}_i} + \varepsilon_i$$ - --- - -.box-inv-5.small[Unmeasurable ability node is in the error term (ε)] - -$$\color{#FF851B}{\text{Earnings}_i} = \beta_0 + \beta_1 \color{#0074D9}{\text{Education}_i} + \color{#FF4136}{\varepsilon_i}$$ - ---- - -# Split exogeneity and endogeneity - -.box-inv-5[What if we could somehow separate education
    into its endogenous and exogenous parts?] - --- - -.SMALL[ -$$ -\begin{aligned} -\color{#FF851B}{\text{Earnings}_i} =& \beta_0 + \beta_1 \color{#B10DC9}{\text{Education}_i} + \varepsilon_i \\ -& \beta_0 + \beta_1 (\color{#0074D9}{\text{Education}_i^\text{exog.}} + \color{#FF4136}{\text{Education}_i^\text{endog.}}) + \varepsilon_i \\ -& \beta_0 + \beta_1 \color{#0074D9}{\text{Education}_i^\text{exog.}} + \underbrace{\beta_1 \color{#FF4136}{\text{Education}_i^{\text{endog.}}} + \varepsilon_i}_{\color{#AAAAAA}{\omega_i}} \\ -& \beta_0 + \beta_1 \color{#0074D9}{\text{Education}_i^\text{exog.}} + \color{#AAAAAA}{\omega_i} -\end{aligned} -$$ -] - ---- - -# Find exogeneity with One Weird Trick™ - -.medium[ -$$ -\color{#FF851B}{\text{Earnings}_i} = \beta_0 + \beta_1 \color{#0074D9}{\text{Education}_i^\text{exog.}} + \color{#AAAAAA}{\omega_i} -$$ -] - -.box-inv-5.medium.sp-after[How do we find only Educationexog.?] - --- - -.box-5.large[Use an instrument!] - ---- - -layout: false -name: instruments -class: center middle section-title section-title-6 animated fadeIn - -# Instruments - ---- - -layout: true -class: title title-6 - ---- - -# What is an instrument? - --- - -.box-inv-6[Something that is correlated with the policy variable] - -.box-6.small.sp-after[(Relevance)] - --- - -.box-inv-6[Something that does not directly cause the outcome] - -.box-6.small.sp-after[(Exclusion)] - --- - -.box-inv-6[Something that is not correlated with the omitted variables] - -.box-6.small[(Exogenity)] - ---- - -layout: false - -```{r iv-dag-general, echo=FALSE, fig.width=12, fig.height=6, out.width="100%"} -iv_dag4 <- dagify(outcome ~ treatment + unmeasured, - treatment ~ unmeasured + instrument, - exposure = "treatment", - outcome = "outcome", - latent = "unmeasured", - coords = filter(node_details, plot3), - labels = node_labels_generic) %>% - tidy_dagitty() %>% - node_status() %>% - node_exogenous() %>% - node_dconnected() %>% - control_for("unmeasured") - -ggplot(iv_dag4, aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges(aes(edge_colour = adjusted), - start_cap = ggraph::circle(3, "lines"), - end_cap = ggraph::circle(3, "lines"), - edge_width = 1.5, - arrow_directed = grid::arrow(length = grid::unit(0.75, "lines"), type = "closed")) + - geom_dag_point(aes(color = status), size = 30) + - geom_dag_label_repel(aes(label = label, fill = status), seed = 1, - color = "white", fontface = "bold", size = 14, - family = "Fira Sans Condensed", - label.padding = grid::unit(0.75, "lines"), - box.padding = grid::unit(6, "lines"), - direction = "y") + - scale_color_manual(values = status_colors_backdoor, na.value = "grey20") + - ggraph::scale_edge_colour_manual(values = c(unadjusted = "black", adjusted = "#FF4136")) + - scale_fill_manual(values = status_colors_backdoor, na.value = "grey20") + - guides(color = FALSE, fill = FALSE, edge_colour = FALSE) + - theme_dag(base_size = 28) -``` - ---- - -```{r iv-dag-example, echo=FALSE, fig.width=12, fig.height=6, out.width="100%"} -iv_dag3 <- dagify(outcome ~ treatment + unmeasured, - treatment ~ unmeasured + instrument, - exposure = "treatment", - outcome = "outcome", - latent = "unmeasured", - coords = filter(node_details, plot3), - labels = node_labels) %>% - tidy_dagitty() %>% - node_status() %>% - node_exogenous() %>% - node_dconnected() %>% - control_for("unmeasured") - -ggplot(iv_dag3, aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges(aes(edge_colour = adjusted), - start_cap = ggraph::circle(3, "lines"), - end_cap = ggraph::circle(3, "lines"), - edge_width = 1.5, - arrow_directed = grid::arrow(length = grid::unit(0.75, "lines"), type = "closed")) + - geom_dag_point(aes(color = status), size = 30) + - geom_dag_label_repel(aes(label = label, fill = status), seed = 1234, - color = "white", fontface = "bold", size = 14, - family = "Fira Sans Condensed", - label.padding = grid::unit(0.75, "lines"), - box.padding = grid::unit(6, "lines"), - direction = "y") + - scale_color_manual(values = status_colors_backdoor, na.value = "grey20") + - ggraph::scale_edge_colour_manual(values = c(unadjusted = "black", adjusted = "#FF4136")) + - scale_fill_manual(values = status_colors_backdoor, na.value = "grey20") + - guides(color = FALSE, fill = FALSE, edge_colour = FALSE) + - theme_dag(base_size = 28) -``` - ---- - -```{r iv-dag-letters, echo=FALSE, fig.width=12, fig.height=6, out.width="100%"} -mathy_coords <- node_details %>% - filter(plot3) %>% - select(name = mathy, x, y) - -iv_dag_mathy <- dagify(Y ~ X + U, - X ~ U + Z, - exposure = "X", - outcome = "Y", - latent = "U", - coords = mathy_coords) %>% - tidy_dagitty() %>% - node_status() %>% - node_exogenous() %>% - node_dconnected() - -ggplot(iv_dag_mathy, aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges(aes(edge_colour = adjusted), - start_cap = ggraph::circle(3, "lines"), - end_cap = ggraph::circle(3, "lines"), - edge_width = 1.5, - arrow_directed = grid::arrow(length = grid::unit(0.75, "lines"), type = "closed")) + - geom_dag_point(aes(color = status), size = 30) + - geom_dag_text(aes(label = name), - color = "white", fontface = "bold", size = 14, - family = "Fira Sans Condensed") + - scale_color_manual(values = status_colors_backdoor, na.value = "grey20") + - ggraph::scale_edge_colour_manual(values = c(unadjusted = "black", adjusted = "#FF4136")) + - scale_fill_manual(values = status_colors_backdoor, na.value = "grey20") + - guides(color = FALSE, fill = FALSE, edge_colour = FALSE) + - theme_dag(base_size = 28) -``` - ---- - -.pull-left[ -.box-6.SMALL[**Relevance**
    Correlated with policy] - -.box-inv-6.smaller[Z → X   Cor(Z, X) ≠ 0] - -.box-6.SMALL[**Excludability**
    Correlated with outcome
    *only through* policy] - -.box-inv-6.smaller[Z → X → Y   Z ↛ Y   Cor(Z, Y | X) = 0] - -.box-6.SMALL[**Exogeneity**
    *Not* correlated
    with omitted variables] - -.box-inv-6.smaller[U ↛ Z   Cor(Z, U) = 0] - -] - -.pull-right[ -  - -![](`r knitr::fig_chunk("iv-dag-letters", "png")`) - -.box-inv-6.smaller[**Relevance** testable with stats] - -.box-inv-6.smaller[**Excludability** testable with stats + story] - -.box-inv-6.smaller[**Exogeneity** requires story, no stats] -] - -??? - -https://dlm-econometrics.blogspot.com/2020/08/horseshoes-and-hand-grenades.html - ---- - -layout: true -class: title title-6 - ---- - -# Relevance - -.box-6[Instrument causes change in policy] - -.box-inv-6.smaller.sp-after[Z → X   Cor(Z, X) ≠ 0] - -
    - --- - -.center.float-left.sp-after[.box-inv-6.sp-before[Social security number] .box-2.smaller[Probably not relevant (uncorrelated with education)]] - --- - -.center.float-left.sp-after[.box-inv-6.sp-before[3rd grade test scores] .box-5.smaller[Potentially relevant (early grades cause more education)]] - --- - -.center.float-left[.box-inv-6.sp-before[Father's education] .box-5.smaller[Relevant (Educated parents cause more education)]] - ---- - -# Excludability - -.box-6[Instrument causes outcome *only through* policy] - -.box-inv-6.smaller.sp-after[Z → X → Y   Z ↛ Y   Cor(Z, Y | X) = 0] - -
    - --- - -.center.float-left.sp-after[.box-inv-6.sp-before[Social security number] .box-5.smaller[Exclusive (SSN isn't correlated with hourly wages)]] - --- - -.center.float-left.sp-after[.box-inv-6.sp-before[3rd grade test scores] .box-5.smaller[Potentially exclusive (early grades probably don't cause wages)]] - --- - -.center.float-left[.box-inv-6.sp-before[Father's education] .box-5.smaller[Exclusive (Parent's education doesn't cause your wages (lol))]] - ---- - -# Exogeneity - -.box-6[Instrument not correlated with omitted variables] - -.box-inv-6.smaller.sp-after[U ↛ Z   Cor(Z, U) = 0] - -
    - --- - -.center.float-left.sp-after[.box-inv-6.sp-before[Social security number] .box-5.smaller[Exogenous (Unrelated to anything related to education)]] - --- - -.center.float-left.sp-after[.box-inv-6.sp-before[3rd grade test scores] .box-2.smaller[Not exogenous (Grades correlated with other education factors)]] - --- - -.center.float-left[.box-inv-6.sp-before[Father's education] .box-5.smaller[Exogenous (Birth to parents is random)]] - ---- - -# The huh? factor - -.box-inv-6.medium["A necessary but not a sufficient condition
    for having an instrument that can satisfy
    the exclusion restriction is if people are
    confused when you tell them about the
    instrument's relationship to the outcome.
    "] - -.box-6.small[Scott Cunningham, *Causal Inference: The Mixtape*, p. 123] - ---- - -layout: false - -.small[ -```{r instrument-examples, echo=FALSE} -instruments <- tribble( - ~`Outcome`, ~`Policy`, ~`Unobserved stuff`, ~`Instrument`, - "Income", "Education", "Ability", "Father's education", - "Income", "Education", "Ability", "Distance to college", - "Income", "Education", "Ability", "Military draft", - "Health", "Smoking cigarettes", "Other negative health behaviors", "Tobacco taxes", - "Crime rate", "Patrol hours", "# of criminals", "Election cycles", - "Crime", "Incarceration rate", "Simultaneous causality", "Overcrowding litigations", - "Labor market success", "Americanization", "Ability", "Scrabble score of name", - "Conflicts", "Economic growth", "Simultaneous causality", "Rainfall" -) - -instruments %>% - kbl(align = "l") %>% - row_spec(c(2:8), extra_css = "color: #ffffff; background-color: #ffffff;") -``` -] - ---- - -.small[ -```{r echo=FALSE} -instruments %>% - kbl(align = "l") %>% - row_spec(3:8, extra_css = "color: #ffffff; background-color: #ffffff;") -``` -] - ---- - -.small[ -```{r echo=FALSE} -instruments %>% - kbl(align = "l") %>% - row_spec(4:8, extra_css = "color: #ffffff; background-color: #ffffff;") -``` -] - ---- - -.small[ -```{r echo=FALSE} -instruments %>% - kbl(align = "l") %>% - row_spec(5:8, extra_css = "color: #ffffff; background-color: #ffffff;") -``` -] - ---- - -.small[ -```{r echo=FALSE} -instruments %>% - kbl(align = "l") %>% - row_spec(6:8, extra_css = "color: #ffffff; background-color: #ffffff;") -``` -] - ---- - -.small[ -```{r echo=FALSE} -instruments %>% - kbl(align = "l") %>% - row_spec(7:8, extra_css = "color: #ffffff; background-color: #ffffff;") -``` -] - ---- - -.small[ -```{r echo=FALSE} -instruments %>% - kbl(align = "l") %>% - row_spec(8, extra_css = "color: #ffffff; background-color: #ffffff;") -``` -] - ---- - -.small[ -```{r echo=FALSE} -instruments %>% - kbl(align = "l") -``` -] - ---- - -layout: true -class: title title-6 - ---- - -# Instruments are hard to find! - -.box-inv-6.medium[The trickiest thing to prove is
    the exclusion restriction] - -.box-6.sp-after[Instrument causes the outcome *only through* the policy] - --- - -.box-inv-6.medium[Most proposed instruments fail this!] - ---- - -# Rainfall as an instrument - -.box-inv-6[People love using weather as an instrument… buuuuut…] - --- - -.center[ -
    - Rainfall exclusion restrictions paper -
    -] - -??? - - - ---- - -layout: false - -.center[ -
    - Rainfall exclusion restrictions paper -
    -] - ---- - -layout: true -class: title title-6 - ---- - -# COVID-19 as an instrument - -.box-inv-6.medium[A global pandemic is a huge
    exogenous shock to
    social systems everywhere] - -.box-6[Maybe we can use it as an instrument!] - ---- - -# COVID-19 as an instrument - -.box-inv-6[What effect does closing schools have on
    student performance or lifetime earnings?] - -```{r covid-dag-1, echo=FALSE, fig.width=8, fig.height=4, out.width="70%"} -covid_nodes <- tribble( - ~name, ~label, ~x, ~y, - "treatment", "School attendance", 1, 1, - "outcome", "Grades (or earnings)", 3, 1, - "unmeasured", "Unmeasured confounders", 2, 3, - "instrument", "COVID-19", 0, 2 -) - -node_labels_covid <- covid_nodes$label %>% - set_names(covid_nodes$name) - -covid_dag1 <- dagify(outcome ~ treatment + unmeasured, - treatment ~ unmeasured + instrument, - exposure = "treatment", - outcome = "outcome", - latent = "unmeasured", - coords = covid_nodes, - labels = node_labels_covid) %>% - tidy_dagitty() %>% - node_status() %>% - node_exogenous() %>% - node_dconnected() %>% - control_for("unmeasured") - -ggplot(covid_dag1, aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges(aes(edge_colour = adjusted), - start_cap = ggraph::circle(3, "lines"), - end_cap = ggraph::circle(3, "lines"), - edge_width = 1.5, - arrow_directed = grid::arrow(length = grid::unit(0.75, "lines"), type = "closed")) + - geom_dag_point(aes(color = status), size = 20) + - geom_dag_label_repel(aes(label = label, fill = status), seed = 1, - color = "white", fontface = "bold", size = 7, - family = "Fira Sans Condensed", - label.padding = grid::unit(0.5, "lines"), - box.padding = grid::unit(4, "lines"), - direction = "both") + - scale_color_manual(values = status_colors_backdoor, na.value = "grey20") + - ggraph::scale_edge_colour_manual(values = c(unadjusted = "black", adjusted = "#FF4136")) + - scale_fill_manual(values = status_colors_backdoor, na.value = "grey20") + - guides(color = FALSE, fill = FALSE, edge_colour = FALSE) + - theme_dag(base_size = 20) -``` - ---- - -# lolnope - -```{r covid-dag-2, echo=FALSE, fig.width=14, fig.height=6, out.width="100%"} -covid_nodes_2 <- tribble( - ~name, ~label, ~x, ~y, - "treatment", "School attendance", 1, 1, - "outcome", "Grades (or earnings)", 3, 1, - "unmeasured", "Unmeasured confounders", 2, 4, - "instrument", "COVID-19", -2, 1, - "deaths", "Deaths", 0, 6, - "health", "Health", 0, 5, - "jobs", "Job losses", 0, 4, - "isolation", "Social isolation", 0, 3, - "anxiety", "Anxiety", 0, 2 -) - -node_labels_covid_2 <- covid_nodes_2$label %>% - set_names(covid_nodes_2$name) - -covid_dag2 <- dagify(outcome ~ treatment + unmeasured + deaths + health + jobs + isolation + anxiety, - treatment ~ unmeasured + instrument + deaths + health + jobs + isolation + anxiety, - deaths ~ instrument, - health ~ instrument, - jobs ~ instrument, - isolation ~ instrument, - anxiety ~ instrument, - exposure = "treatment", - outcome = "outcome", - latent = "unmeasured", - coords = covid_nodes_2, - labels = node_labels_covid_2) %>% - tidy_dagitty() %>% - node_status() %>% - node_exogenous() %>% - node_dconnected() %>% - control_for("unmeasured") - -ggplot(covid_dag2, aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges(aes(edge_colour = adjusted), - start_cap = ggraph::circle(3, "lines"), - end_cap = ggraph::circle(3, "lines"), - edge_width = 1.5, - arrow_directed = grid::arrow(length = grid::unit(0.75, "lines"), type = "closed")) + - geom_dag_point(aes(color = status), size = 20) + - geom_dag_label_repel(aes(label = label, fill = status), seed = 1234, - color = "white", fontface = "bold", size = 7, - family = "Fira Sans Condensed", - label.padding = grid::unit(0.75, "lines"), - box.padding = grid::unit(2.5, "lines"), - direction = "y", nudge_x = 0.5) + - scale_color_manual(values = status_colors_backdoor, na.value = "grey20") + - ggraph::scale_edge_colour_manual(values = c(unadjusted = "black", adjusted = "#FF4136")) + - scale_fill_manual(values = status_colors_backdoor, na.value = "grey20") + - guides(color = FALSE, fill = FALSE, edge_colour = FALSE) + - theme_dag(base_size = 20) -``` - -??? - -https://twitter.com/joshuasgoodman/status/1238517897829310464 - ---- - -# Falsifying exclusion assumptions - -.box-inv-6[Can you think of some other way that the instrument
    can cause the outcome outside of the policy?] - --- - -.box-inv-6[If so, the instrument doesn't meet exclusion restriction] - --- - -.pull-left[ -![](`r knitr::fig_chunk("iv-dag-general", "png")`) -] - -.pull-right[ -.box-6.small[Instrument → ?? → outcome?] - -.box-6.small[Rainfall → ?? → civil war?] - -.box-6.small[Tobacco taxes → ?? → health?] - -.box-6.small[Scrabble score → ?? →
    Labor market success?] -] - ---- - -layout: false -name: using-instruments -class: center middle section-title section-title-3 animated fadeIn - -# Using instruments - ---- - -$$\text{Earnings}_i = \beta_0 + \beta_1 \text{Education}_i + \varepsilon_i$$ - -.smaller[ -```{r show-table-again, echo=FALSE} -model_results <- modelsummary(list("Unadjusted" = model1, "Forbidden" = model2), - gof_omit = 'IC|Log|Adj', stars = TRUE) -model_results %>% - row_spec(c(6, 9), extra_css = "border-bottom: 1px solid") %>% - row_spec(3, background = "#F5ABEA") -``` -] - ---- - -  - -.SMALL[ -$$ -\begin{aligned} -\color{#FF851B}{\text{Earnings}_i} =& \beta_0 + \beta_1 \color{#B10DC9}{\text{Education}_i} + \varepsilon_i \\ -& \beta_0 + \beta_1 (\color{#0074D9}{\text{Education}_i^\text{exog.}} + \color{#FF4136}{\text{Education}_i^\text{endog.}}) + \varepsilon_i \\ -& \beta_0 + \beta_1 \color{#0074D9}{\text{Education}_i^\text{exog.}} + \underbrace{\beta_1 \color{#FF4136}{\text{Education}_i^{\text{endog.}}} + \varepsilon_i}_{\color{#AAAAAA}{\omega_i}} \\ -& \beta_0 + \beta_1 \color{#0074D9}{\text{Education}_i^\text{exog.}} + \color{#AAAAAA}{\omega_i} -\end{aligned} -$$ -] - ---- - -```{r show-father-educ-dag, echo=FALSE, out.width="85%"} -knitr::include_graphics(knitr::fig_chunk("iv-dag-example", "png")) -``` - -.center.float-left[.box-3[Relevancy] .box-3[Excludability] .box-3[Exogeneity]] - ---- - -layout: true -class: title title-3 - ---- - -# Relevancy - -.box-inv-3[Program ~ instrument] - -.pull-left-narrow[ -```{r plot-first-stage, echo=FALSE} -ggplot(father_education, aes(y = educ, x = fathereduc)) + - geom_point(size = 5, alpha = 0.5, color = "white", fill = "black", pch = 21) + - geom_smooth(method = "lm", formula = y ~ x, size = 2, color = "#0074D9") + - labs(y = "Years of education", x = "Years of father's education") + - theme_bw(base_size = 30, base_family = "Fira Sans Condensed") -``` - -] - -.pull-right-wide[ -.small-code.smaller[ -.box-3.small[Clear, significant effect = relevant!] - -```{r check-relevancy} -first_stage <- lm(educ ~ fathereduc, data = father_education) -tidy(first_stage) -``` -] - -.small-code.smaller[ -.box-3.small[First-stage model F-statistic (`statistic` here) > 104 = strong instrument] - -```{r} -glance(first_stage) -``` -] -] - -??? - - - ---- - -# Exclusion - -.box-inv-3[Does it meet exclusion assumption?] - -.box-3.smaller[Father's education causes your wages *only through* your education?] - -.box-3.smaller[Any other plausible node between father's education and earnings?] - -.pull-left-narrow[ -```{r plot-exclusion, echo=FALSE, out.width="80%"} -ggplot(father_education, aes(x = fathereduc, y = wage)) + - geom_point(size = 5, alpha = 0.5, color = "white", fill = "black", pch = 21) + - geom_smooth(method = "lm", formula = y ~ x, size = 2, color = "#85144b") + - labs(y = "Years of father's education", x = "Wage (outcome; not for father)") + - theme_bw(base_size = 30, base_family = "Fira Sans Condensed") -``` -] - -.pull-right-wide[ -```{r echo=FALSE, out.width="80%"} -knitr::include_graphics(knitr::fig_chunk("iv-dag-example", "png")) -``` -] - -??? - -Most obvious is that father’s education causes father’s earnings, which then causes your earnings - ---- - -# Exogeneity - -.box-inv-3.medium[Is assignment to your parents random?] - --- - -.box-3.sp-after[Sure.] - --- - -.box-inv-3.medium[Is your parents' choice to
    gain education random?] - --- - -.box-3[lolz.] - ---- - -# Two-stage least squares (2SLS) - -.box-inv-3.medium[Find exogenous part of policy variable based on instrument; use *that* to predict outcome] - --- - -.pull-left[ -.box-3.small[First stage] - -.small[ -$$ -\begin{aligned} -&\widehat{\text{Education}}_i = \\ -&\quad \gamma_0 + \gamma_1 \text{Father's education}_i + \upsilon_i -\end{aligned} -$$ -] - -.box-inv-3.smaller["Education hat": fitted/predicted values; exogenous part of education] -] - --- - -.pull-right[ -.box-3.small[Second stage] - -.small[ -$$ -\begin{aligned} -&\text{Earnings}_i = \\ -&\quad \beta_0 + \beta_1 \widehat{\text{Education}}_i + \varepsilon_i -\end{aligned} -$$ -] -] - ---- - -# Stage 1: Policy ~ instrument - -```{r first-stage} -first_stage <- lm(educ ~ fathereduc, data = father_education) - -tidy(first_stage) -``` - ---- - -# Stage 1: Check instrument strength - -.box-inv-3[Model's F-statistic .smaller[(`statistic` here)] should be > 104
    (though most books say > 10)] - -```{r check-first-stage-fake, eval=FALSE} -glance(first_stage) -``` - -```{r check-first-stage-real, echo=FALSE} -glance(first_stage) %>% select(1:5) -``` - ---- - -# Stage 1: Use first stage to predict policy - -.small[ -$$ -\widehat{\text{Education}}_i = 2.251 + (0.916 \times \text{Father's education}_i) + \upsilon_i -$$ -] - -.small-code[ -```{r make-educ-hat-fake, eval=FALSE} -data_with_predictions <- augment_columns(first_stage, data = father_education) %>% - rename(educ_hat = .fitted) -head(data_with_predictions) -``` -] - -.pull-left.small-code[ -```{r show-educ-hat-real, echo=FALSE} -data_with_predictions <- augment_columns(first_stage, data = father_education) %>% - rename(educ_hat = .fitted) - -head(data_with_predictions) %>% select(1:5) -``` -] - -.pull-right[ -  - -.box-3.smaller[educ_hat = 2.251 + (0.916 × **17.2**) = **18.0**] - -.box-3.smaller[educ_hat = 2.251 + (0.916 × **15.5**) = **16.4**] -] - ---- - -# Stage 2: Outcome ~ predicted policy - -```{r second-stage} -second_stage <- lm(wage ~ educ_hat, - data = data_with_predictions) - -tidy(second_stage) -``` - ---- - -layout: false - -.pull-left-wide.smaller[ -```{r show-table-again-2sls, echo=FALSE} -model_results <- modelsummary(list("Unadjusted" = model1, "Forbidden" = model2, "2SLS IV" = second_stage), - gof_omit = 'IC|Log|Adj', stars = TRUE) -model_results %>% - row_spec(c(8, 11), extra_css = "border-bottom: 1px solid") %>% - row_spec(c(3, 7), background = "#F5ABEA") -``` -] - -.pull-right-narrow[ -.box-2[Unadjusted
    is wrong!] - -.box-5[Forbidden is right,
    but not actually
    measurable!] - -.box-5[2SLS is close
    *and* measurable!] - -.box-inv-5.small[One year of education causes hourly wage to increase by $7.84] -] - ---- - -layout: true -class: title title-3 - ---- - -# Multiple instruments - -.box-inv-3[You can use multiple instruments to
    explain more of the endogeneity in the policy node] - -```{r multiple-ivs-dag, echo=FALSE, fig.width=10, fig.height=5, out.width="70%"} -node_details_multiple <- tribble( - ~name, ~label, ~x, ~y, - "treatment", "Education", 3, 1, - "outcome", "Earnings", 1, 1, - "unmeasured", "Ability", 2, 1.6, - "instrument1", "Father's education", 4, 1, - "instrument2", "Mother's education", 4, 1.5 -) - -node_labels_multiple <- node_details_multiple$label %>% - set_names(node_details_multiple$name) - -multiple_dag1 <- dagify(outcome ~ treatment + unmeasured, - treatment ~ unmeasured + instrument1 + instrument2, - exposure = "treatment", - outcome = "outcome", - latent = "unmeasured", - coords = node_details_multiple, - labels = node_labels_multiple) %>% - tidy_dagitty() %>% - node_status() %>% - node_exogenous() %>% - node_dconnected() %>% - control_for("unmeasured") - -ggplot(multiple_dag1, aes(x = x, y = y, xend = xend, yend = yend)) + - geom_dag_edges(aes(edge_colour = adjusted), - start_cap = ggraph::circle(3, "lines"), - end_cap = ggraph::circle(3, "lines"), - edge_width = 1.5, - arrow_directed = grid::arrow(length = grid::unit(0.75, "lines"), type = "closed")) + - geom_dag_point(aes(color = status), size = 20) + - geom_dag_label_repel(aes(label = label, fill = status), seed = 12, - color = "white", fontface = "bold", size = 7, - family = "Fira Sans Condensed", - label.padding = grid::unit(0.75, "lines"), - box.padding = grid::unit(2, "lines"), - direction = "y") + - scale_color_manual(values = status_colors_backdoor, na.value = "grey20") + - ggraph::scale_edge_colour_manual(values = c(unadjusted = "black", adjusted = "#FF4136")) + - scale_fill_manual(values = status_colors_backdoor, na.value = "grey20") + - guides(color = FALSE, fill = FALSE, edge_colour = FALSE) + - theme_dag(base_size = 20) -``` - ---- - -# Multiple instruments - -  - -$$ -\begin{aligned} -\widehat{\text{Education}}_i =&\ \gamma_0 + \gamma_1 \text{Father's education}_i +\\ -&\ \gamma_2 \text{Mother's education}_i + \upsilon_i\\ -\\ -\text{Earnings}_i =&\ \beta_0 + \beta_1 \widehat{\text{Education}}_i + \varepsilon_i -\end{aligned} -$$ - ---- - -# Other control variables - -.box-inv-3[You can use control variables too!] - -.box-inv-3[For mathy reasons,
    all exogenous controls need to go in both stages] - -.small[ -$$ -\begin{aligned} -\widehat{\text{Education}}_i =&\ \gamma_0 + \gamma_1 \text{Father's education}_i + \gamma_2 \text{Mother's education}_i +\\ -&\ \gamma_3 \text{SES}_i + \gamma_4 \text{State}_i + \gamma_5 \text{Year}_i + \upsilon_i\\ -\\ -\text{Earnings}_i =&\ \beta_0 + \beta_1 \widehat{\text{Education}}_i +\\ -&\ \beta_2 \text{SES}_i + \beta_3 \text{State}_i + \beta_4 \text{Year}_i + \varepsilon_i -\end{aligned} -$$ -] - -??? - -Control variables and other backdoors (exogenous ones go in both stages, even if they’re not used as instruments in the first stage – first stage is supposed to take out all the endogenous variation in all variables, so if you don’t include 2nd stage controls, they’ll still have some mathematical endogeneity) - -- https://raw.githack.com/edrubin/EC421W19/master/LectureNotes/11InstrumentalVariables/11_instrumental_variables.html#147 -- https://twitter.com/grant_mcdermott/status/1194348199743377408 -- https://stats.stackexchange.com/questions/177747/why-do-you-put-all-the-exogenous-variables-into-the-first-and-second-stage-of-2s - ---- - -# Faster, more accurate ways to run 2SLS - -.box-inv-3[Running the first stage, calculating policy-hat,
    then running second stage is neat, but time consuming!] - -.code-small.smaller[ -```{r eval=FALSE} -first_stage <- lm(educ ~ fathereduc, data = father_education) - -data_with_predictions <- augment_columns(first_stage, data = father_education) %>% - rename(educ_hat = .fitted) - -second_stage <- lm(wage ~ educ_hat, data = data_with_predictions) -``` -] - --- - -.box-inv-3[Your standard errors will be wrong unless
    you adjust them with fancy math by hand] - --- - -.box-3[Use R packages that do all that work for you instead!] - -??? - -https://raw.githack.com/uo-ec607/lectures/master/08-regression/08-regression.html#Instrumental_variables - ---- - -# Faster, more accurate ways to run 2SLS - -.box-inv-3[`ivreg()` from the **ivreg** package] - -.box-3[Outcome ~ 2nd stage stuff | 1st stage stuff] - -.pull-left.code-small.tiny[ -```{r iv-ivreg} -library(ivreg) -model_ivreg <- ivreg(wage ~ educ | fathereduc, - data = father_education) -tidy(model_ivreg) -``` -] - -.pull-right.code-small.tiny[ -```{r eval=FALSE} -summary(model_ivreg) -``` - -```{r echo=FALSE} -x <- capture.output(summary(model_ivreg)) -cat(x[9:17], sep = "\n") -``` -] - -??? - -https://raw.githack.com/uo-ec607/lectures/master/08-regression/08-regression.html#Option_1:_AER::ivreg() - ---- - -# Faster, more accurate ways to run 2SLS - -.box-inv-3[`iv_robust()` from the **estimatr** package] - -.box-3[Outcome ~ 2nd stage stuff | 1st stage stuff] - -.code-small.smaller[ -```{r iv-robust} -library(estimatr) -model_iv_robust <- iv_robust(wage ~ educ | fathereduc, - data = father_education) -tidy(model_iv_robust) -``` -] - -.box-inv-3.small[(See also `lfe()` from the **felm** package for IV with fancy fixed effects)] - -??? - -https://raw.githack.com/uo-ec607/lectures/master/08-regression/08-regression.html#Option_3:_felm::lfe() - ---- - -layout: false - -.smaller[ -```{r show-table-final-2sls, echo=FALSE} -gm <- modelsummary::gof_map %>% - mutate(omit = !(raw %in% c("nobs", "r.squared", "adj.r.squared"))) - -modelsummary(list("Unadjusted" = model1, "Forbidden" = model2, - "2SLS IV (by hand)" = second_stage, - "2SLS IV (ivreg())" = model_ivreg, - "2SLS IV (iv_robust())" = model_iv_robust), - gof_map = gm, gof_omit = "p\\.value|statistic|se_type", stars = TRUE) %>% - row_spec(c(8, 11), extra_css = "border-bottom: 1px solid") %>% - row_spec(c(3, 7), background = "#F5ABEA") %>% - row_spec(10, background = "#FFE2D0") -``` -] - ---- - -class: title title-3 - -# General IV process - --- - -.box-inv-3[**1: Is the instrument relevant?**
    .smaller[Instrument correlated with policy/program; F-statistic in 1st stage > 104]] - --- - -.box-inv-3[**2: Does the instrument meet exclusion assumption?**
    .smaller[Instrument causes outcome *only through* policy/program. **Good luck.**]] - --- - -.box-inv-3[**3: Is the instrument exogenous?**
    .smaller[No arrows going into instrument node in DAG]] - --- - -.box-inv-3[**4: 2-stage least squares (2SLS)**
    .smaller[program ~ instrument; outcome ~ program_hat **OR** `iv_robust()`]] diff --git a/slides/12-class.Rmd b/slides/12-class.Rmd deleted file mode 100644 index 4f8e5b11..00000000 --- a/slides/12-class.Rmd +++ /dev/null @@ -1,107 +0,0 @@ ---- -title: "Class 12: IV II and RDD II" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(kableExtra) -library(scales) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-3 - -# In-person
    session 12 - -.class-info[ - -**April 6, 2023** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-1.medium[Exam 2] - --- - -.box-3.medium[Synthetic data fun times!] - ---- - -layout: false -name: faqs -class: center middle section-title section-title-1 animated fadeIn - -# Exam 2 - ---- - -layout: false -name: synthetic-data -class: center middle section-title section-title-3 animated fadeIn - -# Synthetic data
    fun times! - ---- - -class: title title-3 - -# Basic process - --- - -.box-inv-3.medium[1: Draw a DAG] - --- - -.box-inv-3.medium[2: Create standalone exogenous columns] - --- - -.box-inv-3.medium[3: Connect endogenous columns] - --- - -.box-inv-3.medium[4: Polish columns] - --- - -.box-3.large.sp-before-half[Iterate. Iterate so so much.] diff --git a/slides/12-slides.Rmd b/slides/12-slides.Rmd deleted file mode 100644 index c82b7509..00000000 --- a/slides/12-slides.Rmd +++ /dev/null @@ -1,1098 +0,0 @@ ---- -title: "Instrumental variables II and regression discontinuity II" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(broom) -library(ggdag) -library(kableExtra) -library(scales) -library(patchwork) -library(estimatr) -library(rdrobust) - -# Fake program data -set.seed(1234) -num_students <- 1000 -tutoring <- tibble( - id = 1:num_students, - entrance_exam = rbeta(num_students, shape1 = 7, shape2 = 2), - exit_exam_base = rbeta(num_students, shape1 = 5, shape2 = 3) -) %>% - mutate(entrance_exam = entrance_exam * 100) %>% - mutate(tutoring_sharp = entrance_exam <= 70) %>% - mutate(tutoring_fuzzy = case_when( - entrance_exam >= 50 & entrance_exam <= 70 ~ sample(c(TRUE, FALSE), n(), replace = TRUE, prob = c(0.8, 0.2)), - entrance_exam > 70 & entrance_exam <= 90 ~ sample(c(TRUE, FALSE), n(), replace = TRUE, prob = c(0.2, 0.8)), - entrance_exam < 50 ~ TRUE, - entrance_exam > 90 ~ FALSE - )) %>% - mutate(tutoring_text = factor(tutoring_sharp, levels = c(FALSE, TRUE), - labels = c("No tutor", "Tutor")), - tutoring_fuzzy_text = factor(tutoring_fuzzy, levels = c(FALSE, TRUE), - labels = c("No tutor", "Tutor"))) %>% - mutate(exit_exam = exit_exam_base * 40 + 10 * tutoring_sharp + entrance_exam / 2) %>% - mutate(exit_exam_fuzzy = exit_exam_base * 40 + 10 * tutoring_fuzzy + entrance_exam / 2) %>% - mutate(entrance_centered = entrance_exam - 70) %>% - mutate(below_cutoff = entrance_exam <= 70) - -tutoring <- tutoring %>% - select(id, entrance_exam, tutoring = tutoring_fuzzy, - tutoring_text = tutoring_fuzzy_text, exit_exam = exit_exam_fuzzy) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-7 - -# IV II &
    RDD II - -.class-info[ - -**Session 12** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-4.medium.sp-after-half[Treatment effects and compliance] - --- - -.box-1.medium.sp-after-half[Randomized promotion] - --- - -.box-6.medium.sp-after-half[Fuzzy regression discontinuity] - ---- - -layout: false -name: treatment-effects -class: center middle section-title section-title-4 animated fadeIn - -# Treatment effects
    and compliance - ---- - -layout: true -class: title title-4 - ---- - -# Potential outcomes - -.medium[ -$$ -\delta = (Y |\ P = 1) - (Y |\ P = 0) -$$ -] - --- - -.box-inv-4[δ (delta) = causal effect] - --- - -.box-inv-4[P = Program] - --- - -.box-inv-4[Y = Outcome] - --- - -.medium[ -$$ -\delta = Y_1 - Y_0 -$$ -] - ---- - -layout: false - -.box-4.medium[Fundamental problem
    of causal inference] - --- - -.less-medium[ -$$ -\delta_i = Y_i^1 - Y_i^0 \quad \text{in real life is} \quad \delta_i = Y_i^1 - ??? -$$ -] - --- - -.box-inv-4.medium[Individual-level effects are
    impossible to observe!] - ---- - -layout: true -class: title title-4 - ---- - -# Average treatment effect - -.box-inv-4[Difference between average/expected value when
    program is on vs. expected value when program is off] - -.less-medium[ -$$ -\text{ATE} = E(Y_1 - Y_0) = E(Y_1) - E(Y_0) -$$ -] - --- - -.box-inv-4[Can be found for a whole population, on average] - -.less-medium[ -$$ -\delta = (\bar{Y}\ |\ P = 1) - (\bar{Y}\ |\ P = 0) -$$ -] - ---- - -layout: false - -.box-4.medium[Every individual has a
    treatment/causal effect] - --- - -.box-inv-4.medium[ATE = average of all
    unit-level causal effects] - --- - -.box-inv-4.medium[ATE = Average effect
    for the whole population] - ---- - -layout: true -class: title title-4 - ---- - -# Other versions of causal effects - -.box-inv-4.medium[Average treatment on the treated] - -.box-4.sp-after[ATT/TOT] - --- - -.box-inv-4.medium.sp-before[Conditional average treatment effect] - -.box-4[CATE] - ---- - -# Local effects - -```{r echo=FALSE, out.width="80%"} -knitr::include_graphics("10-slides_files/figure-html/bandwidth-plots-1.png") -``` - ---- - -# LATE - -.box-inv-4.medium[Local average treatment effect (LATE) =
    weighted ATE] - -.box-4.sp-after[Narrower effect; only applies to some of the population] - --- - -.box-inv-4.medium[You can't make population-level
    claims with LATE] - --- - -.box-4.small[(But that can be okay!)] - ---- - -# LATE - -  - --- - -.box-inv-4.medium.sp-after[In RDD, LATE = people in the bandwidth] - --- - -.box-inv-4.medium[In RCTs and IVs, LATE = **compliers**] - ---- - -# Compliance - -.pull-left[ -.box-inv-4.less-medium[Complier] - -.box-4.small.sp-after[Treatment
    follows assignment] - -.box-inv-4.less-medium[Always taker] - -.box-4.small[Gets treatment
    regardless of assignment] -] - --- - -.pull-right[ -.box-inv-4.less-medium[Never taker] - -.box-4.small.sp-after[Rejects treatment
    regardless of assignment] - -.box-inv-4.less-medium[Defier] - -.box-4.small[Does the opposite
    of assignment] -] - ---- - -layout: false - -
    - Compliance and potential outcomes -
    - ---- - -layout: true -class: title title-4 - ---- - -# Ignoring defiers - --- - -.box-inv-4.medium[We can generally assume
    that defiers don't exist] - --- - -.box-4.small[In drug trials this makes sense; you can't get access
    to medicine without being in treatment group] - --- - -.box-4.small[In development it can make sense; in a bed net RCT,
    a defier assigned to treatment would have to
    tear down all existing bed nets out of spite] - ---- - -# Ignoring defiers - -  - --- - -.box-inv-4.medium[Monotonicity assumption] - --- - -.box-4.small[Assignment to treatment only
    has an effect in one direction] - --- - -.box-4.small[Assignment to treatment can only
    increase—not decrease—your actual chance of treatment] - ---- - -layout: false - -
    - Compliance and potential outcomes -
    - ---- - -layout: true -class: title title-4 - ---- - -# More causal effects - -.box-inv-4.medium[Intent to treat (ITT)] - -.box-4.small.sp-after[Effect of assignment (not actual treatment!)] - --- - -.center[ -
    - Compliance and ITT -
    -] - ---- - -# More causal effects - -.box-inv-4.medium[Complier Average Causal Effect (CACE)] - -.box-4.small.sp-after[LATE for the compliers] - --- - -.center[ -
    - Compliance and CACE -
    -] - ---- - -```{r itt-cace-stuff, include=FALSE} -set.seed(1234) - -N <- 2000 -df <- tibble( - status = sample(c("Always taker", "Never taker", "Complier"), N, - replace = TRUE, prob = c(0.2, 0.4, 0.4)), - treatment = sample(c("Treatment", "Control"), N, replace = TRUE, prob = c(0.5, 0.5)) -) %>% - mutate(bed_net_0 = (status == "Always taker") * 1, - bed_net_1 = (status != "Never taker") * 1) %>% - mutate(health_0 = case_when( - status == "Always taker" ~ rnorm(N, 1, 0.5), - status == "Never taker" ~ rnorm(N, 0, 0.6), - status == "Complier" ~ rnorm(N, 0.1, 0.4), - )) %>% - mutate(health_1 = case_when( - status == "Always taker" ~ rnorm(N, 1, 0.5), - status == "Never taker" ~ rnorm(N, 0, 0.6), - status == "Complier" ~ rnorm(N, 0.9, 0.7), - )) %>% - mutate(bed_net = case_when( - treatment == "Treatment" ~ bed_net_1, - treatment == "Control" ~ bed_net_0 - )) %>% - mutate(health = case_when( - bed_net == 0 ~ health_0, - bed_net == 1 ~ health_1 - )) %>% - mutate(bed_net = factor(bed_net, labels = c("No bed net", "Bed net"))) - -min_health <- min(df$health_0, df$health_1) -max_health <- max(df$health_0, df$health_1) - -df <- df %>% - mutate(across(starts_with("health"), - ~rescale(., to = c(0, 100), - from = c(min_health, max_health)))) - -df_real <- df %>% - select(treatment, bed_net, health) - -bed_nets_time_machine <- df %>% - mutate(bed_net = fct_relevel(bed_net, "No bed net"), - status = fct_relevel(status, "Complier")) -bed_nets <- df_real %>% - mutate(bed_net = fct_relevel(bed_net, "No bed net")) - -# write_csv(df, here::here("static", "data", "bed_nets_time_machine.csv")) -# write_csv(df_real, here::here("static", "data", "bed_nets_observed.csv")) - -viridisLite::viridis(n = 3, option = "plasma", end = 0.85) -``` - -# Hypothetical bed net program - -.box-inv-4[An NGO distributes mosquito bed nets to help
    improve health by reducing malaria infection rate] - --- - -.box-inv-4[We can read everyone's minds and we know if
    people are always takers, never takers, or compliers] - ---- - -# Mind reading - -```{r bed-nets-mind-reading, echo=FALSE, fig.width=9, fig.height=4, out.width="100%"} -set.seed(1234) -ggplot(bed_nets_time_machine, aes(y = health, x = treatment)) + - geom_point(aes(shape = bed_net, color = status), - position = position_jitter(height = NULL, width = 0.25)) + - facet_wrap(vars(status)) + - labs(color = "Type of person", shape = "Compliance", - x = NULL, y = "Health status") + - scale_color_viridis_d(option = "plasma", end = 0.85) + - theme_bw(base_size = 16, base_family = "Fira Sans Condensed") -``` - ---- - -# Actual data - -.box-inv-4[But we can't read minds! This is what we actually see:] - -```{r bed-nets-actual, echo=FALSE, fig.width=9, fig.height=3.5, out.width="100%"} -set.seed(1234) -ggplot(bed_nets_time_machine, aes(y = health, x = bed_net)) + - geom_point(aes(shape = bed_net, color = status), - position = position_jitter(height = NULL, width = 0.25)) + - facet_wrap(vars(treatment)) + - labs(color = "Type of person", shape = "Compliance", - x = NULL, y = "Health status") + - scale_color_viridis_d(option = "plasma", end = 0.85) + - theme_bw(base_size = 16, base_family = "Fira Sans Condensed") -``` - ---- - -# Actual data - -.box-inv-4[(Actually *this* is what we see)] - -```{r bed-nets-actual-no-color, echo=FALSE, fig.width=9, fig.height=3.5, out.width="100%"} -set.seed(1234) -ggplot(bed_nets_time_machine, aes(y = health, x = bed_net)) + - geom_point(aes(shape = bed_net, color = status), - position = position_jitter(height = NULL, width = 0.25)) + - facet_wrap(vars(treatment)) + - labs(color = "Type of person", shape = "Compliance", - x = NULL, y = "Health status") + - scale_color_manual(values = c("black", "black", "black")) + - theme_bw(base_size = 16, base_family = "Fira Sans Condensed") -``` - ---- - -layout: false - -```{r bed-nets-actual-smaller, echo=FALSE, fig.width=9, fig.height=3.5, out.width="70%"} -set.seed(1234) -ggplot(bed_nets_time_machine, aes(y = health, x = bed_net)) + - geom_point(aes(shape = bed_net, color = status), - position = position_jitter(height = NULL, width = 0.25)) + - facet_wrap(vars(treatment)) + - labs(color = "Type of person", shape = "Compliance", - x = NULL, y = "Health status") + - scale_color_viridis_d(option = "plasma", end = 0.85) + - theme_bw(base_size = 16, base_family = "Fira Sans Condensed") -``` - -.center[ -
    - Compliance with graph -
    -] - ---- - -```{r echo=FALSE, out.width="50%"} -knitr::include_graphics(knitr::fig_chunk("bed-nets-mind-reading", "png")) -``` - -$$ -\begin{aligned} -\text{ITT}\ =\ & \color{#0D0887}{\pi_\text{compliers} \times (\text{T} - \text{C})_\text{compliers}} + \\ -&\color{#B7318A}{\pi_\text{always takers} \times (\text{T} - \text{C})_\text{always takers}} + \\ -&\color{#FEBA2C}{\pi_\text{never takers} \times (\text{T} - \text{C})_\text{never takers}}\\[6pt] -\text{ITT}\ =\ & \color{#0D0887}{\pi_\text{C} \text{CACE}} + \color{#B7318A}{\pi_\text{A} \text{ATACE}} + \color{#FEBA2C}{\pi_\text{N} \text{NTACE}} -\end{aligned} -$$ - ---- - -```{r echo=FALSE, out.width="50%"} -knitr::include_graphics(knitr::fig_chunk("bed-nets-mind-reading", "png")) -``` - -$$\text{ITT}\ =\ \color{#0D0887}{\pi_\text{C} \text{CACE}} + \color{#B7318A}{\pi_\text{A} \text{ATACE}} + \color{#FEBA2C}{\pi_\text{N} \text{NTACE}}$$ --- - -.box-4[Treatment received is same regardless of assignment!
    Being assigned to treatment doesn't influence ATs and NTs] - --- - -$$\text{ITT}\ =\ \color{#0D0887}{\pi_\text{C} \text{CACE}} + \color{#B7318A}{\pi_\text{A} \times 0} + \color{#FEBA2C}{\pi_\text{N} \times 0}$$ - ---- - -$$ -\begin{aligned} -\text{ITT}\ =\ & \color{#0D0887}{\pi_\text{C} \text{CACE}} + \color{#B7318A}{\pi_\text{A} \text{ATACE}} + \color{#FEBA2C}{\pi_\text{N} \text{NTACE}} \\[6pt] -=\ & \color{#0D0887}{\pi_\text{C} \text{CACE}} + \color{#B7318A}{\pi_\text{A} \times 0} + \color{#FEBA2C}{\pi_\text{N} \times 0}\\[6pt] -\text{ITT}\ =\ &\color{#0D0887}{\pi_\text{C} \text{CACE}} -\end{aligned} -$$ - --- - -.medium[ -$$ -\color{#0D0887}{\text{CACE}} = \frac{\text{ITT}}{\color{#0D0887}{\pi_\text{C}}} -$$ -] - --- - -.box-4[ITT and πC are both findable!] - ---- - -layout: true -class: title title-4 - ---- - -# Finding the ITT - -.box-inv-4[ITT = effect of assignment to treatment on outcome] - -$$\text{ITT} = (\bar{y}\ |\ \text{Treatment}) - (\bar{y}\ |\ \text{Control)}$$ - --- - -.pull-left.small-code[ -```{r} -bed_nets %>% - group_by(treatment) %>% - summarize(avg = mean(health)) -``` -] - --- - -.pull-right.small-code[ -```{r eval=FALSE} -itt_model <- lm(health ~ treatment, - data = bed_nets) -tidy(itt_model) -``` - -```{r echo=FALSE} -itt_model <- lm(health ~ treatment, - data = bed_nets) -tidy(itt_model) %>% select(term, estimate) -``` -] - ---- - -# Finding the πC - -.box-inv-4.smaller[People in treatment group who complied are a combination of Always Takers and Compliers] - -```{r echo=FALSE, out.width="50%"} -knitr::include_graphics(knitr::fig_chunk("bed-nets-actual-smaller", "png")) -``` - -$$ -\begin{aligned} -\pi_\text{A} + \pi_\text{C} =& \text{% yes in treatment; or} \\ -\pi_\text{C} =& \text{% yes in treatment} - \pi_\text{A} -\end{aligned} -$$ - ---- - -# Can we know πA? - -$$\pi_\text{C} = \text{% yes in treatment} - \pi_\text{A}$$ - -```{r echo=FALSE, out.width="50%"} -knitr::include_graphics(knitr::fig_chunk("bed-nets-actual-smaller", "png")) -``` - --- - -.box-inv-4.small[We can assume that the proportion of Always Takers
    is the same across treatment and control] - --- - -.box-inv-4.small[We know how many people were in control but still used nets—that's πA!] - ---- - -# Isolating πC - -.small[ -$$ -\begin{aligned} -\pi_\text{C} =& \text{% yes in treatment} - \pi_\text{A} \\ -=& \text{% yes in treatment} - \text{% yes in control} -\end{aligned} -$$ -] - -.pull-left.small-code.small[ -```{r} -bed_nets %>% - group_by(treatment, bed_net) %>% - summarize(n = n()) %>% - mutate(prop = n / sum(n)) -``` -] - --- - -.pull-right.small-code[ -```{r} -# pi_c = prop yes in treatment - -# prop yes in control -pi_c <- 0.6104418 - 0.1952191 -pi_c -``` - -.box-inv-4[41.5% compliers!] -] - - ---- - -# Finding the CACE, finally! - -$$\text{CACE} = \frac{\text{ITT}}{{\pi_\text{C}}}$$ - --- - -.pull-left.small-code.small[ -```{r} -ITT <- tidy(itt_model) %>% - filter(term == "treatmentTreatment") %>% - pull(estimate) -ITT - -pi_c -``` -] - --- - -.pull-right.small-code[ -```{r} -CACE <- ITT / pi_c -CACE -``` - -.box-inv-4.small[Bed nets *cause* 14.4 point
    increase in health for compliers] -] - ---- - -layout: false - -.medium[ -$$ -\text{CACE} = \frac{\color{#FF4136}{\text{ITT}}}{\color{#B10DC9}{\pi_\text{C}}} -$$ - -$$ -\color{#FF4136}{\text{ITT}} = (\bar{y}\ |\ \text{Treatment}) - (\bar{y}\ |\ \text{Control)} -$$ - -$$ -\begin{aligned} -\color{#B10DC9}{\pi_\text{C}}\ =\ & \text{% yes in treatment} - \\ -& \text{% yes in control} -\end{aligned} -$$ -] - ---- - -class: title title-4 - -# A faster way with 2SLS - -.box-inv-4.medium[LATE for the compliers] - --- - -.box-4[If you use assignment to treatment as an instrument,
    you can find the causal effect for just compliers] - --- - -.box-4[Instrumental variables in general give you the CACE] - ---- - -class: title title-4 - -# CACE with 2SLS - -.code-small[ -```{r eval=FALSE} -model_2sls <- iv_robust(health ~ bed_net | treatment, - data = bed_nets) -tidy(model_2sls) -``` - -```{r echo=FALSE} -model_2sls <- iv_robust(health ~ bed_net | treatment, - data = bed_nets) -tidy(model_2sls) %>% select(1:5) -``` -] - -.box-inv-4[Same 14.421 effect!] - ---- - -layout: false -name: encouragement -class: center middle section-title section-title-1 animated fadeIn - -# Promotion
    as an instrument - ---- - -layout: true -class: title title-1 - ---- - -# Universal programs - -.box-inv-1.medium[What if you have a program
    that anyone can opt in to?] - --- - -.box-1[ACA, voting, employer retirement matching] - --- - -.pull-left[ -.box-inv-1.small[You can't just look at outcomes
    of participants vs. non-participants!] - -.box-1.small[Selection bias!] -] - --- - -.pull-right[ -.box-inv-1.small[You can't randomly
    assign people to it either] - -.box-1.small[Ethics!] -] - ---- - -# Randomized promotion - -.box-inv-1.medium.sp-after[What if you *encourage*
    some people to participate?] - --- - -.box-inv-1.medium[What if the encouragement is randomized?] - --- - -.box-1.medium[Valid treatment/control groups?] - --- - -.box-1[Not really…] - ---- - -# Randomized promotion - --- - -.box-1.medium.sp-after[…but also, kind of!] - --- - -.box-inv-1.medium[Encouragement/promotion =
    an instrument!] - ---- - -# Not something weird? Does that work!? - --- - -.pull-left[ -.box-inv-1.less-medium[Relevant?] - -.box-inv-1.tiny.sp-after[Z → X   Cor(Z, X) ≠ 0] - -.box-1.small[Promotion causes people
    to use the program. Yep.] -] - --- - -.pull-right.sp-after-half[ -.box-inv-1.less-medium[Exclusive?] - -.box-inv-1.tiny.sp-after[Z → X → Y   Z ↛ Y   Cor(Z, Y | X) = 0] - -.box-1.small[Promotion causes outcome
    *only through* program? Yep.] -] - --- - -.box-inv-1.less-medium[Exogenous?] - -.box-inv-1.tiny.sp-after[U ↛ Z   Cor(Z, U) = 0] - -.box-1.small[Unobserved things that influence outcome don't also influence promotion?
    Yep.] - ---- - -# Program compliance - -.pull-left[ -.box-inv-1.medium[Always Takers] - -.box-1.small[People who will always
    enroll in program] -] - --- - -.pull-right.sp-after[ -.box-inv-1.medium[Never Takers] - -.box-1.small[People who will never
    enroll in program] -] - --- - -.box-inv-1.medium[Compliers / Enrollers-if-Promoted] - -.box-1.small[People who will enroll in the program if encouraged to] - ---- - -# LATE for compliers - -.tiny[ -```{r echo=FALSE} -tribble( - ~id, ~outcome, ~program, ~promotion, - 1, 45, TRUE, TRUE, - 2, 55, TRUE, FALSE, - 3, 52, FALSE, FALSE, - 4, 39, FALSE, TRUE -) %>% - kbl(align = "c") -``` -] - --- - -.code-small.center[ -```{r eval=FALSE} -iv_robust(outcome ~ program | promotion) -``` -] - --- - -.box-inv-1.medium[This will show the LATE for promoted-ees!] - --- - -.box-1.small[Says nothing about the effect of the program on Always Takers or Never Takers] - ---- - -layout: false -name: fuzzy-rdd -class: center middle section-title section-title-6 animated fadeIn - -# Fuzzy RDD - ---- - -layout: true -class: title title-6 - ---- - -# Fuzzy discontinuities - -```{r tutoring-fuzzy, echo=FALSE, fig.width=12, fig.height=5.5, out.width="100%"} -ggplot(tutoring, aes(x = entrance_exam, y = tutoring_text, fill = entrance_exam <= 70)) + - geom_vline(xintercept = 70, size = 2, color = "#FFDC00") + - geom_point(size = 5, pch = 21, color = "white", alpha = 0.7, - position = position_jitter(width = 0, height = 0.2, seed = 1234)) + - labs(x = "Entrance exam score", y = NULL, fill = "Entrance exam ≤ 70") + - scale_fill_manual(values = c("#85144b", "#0074D9")) + - guides(fill = guide_legend(reverse = TRUE)) + - theme_bw(base_size = 22, base_family = "Fira Sans Condensed") + - theme(legend.position = "bottom") + - theme(legend.box.spacing = unit(0.5, "lines"), - legend.margin = margin(t = 1, b = 0, unit = "lines")) -``` - ---- - -# Fuzzy discontinuities - -.box-inv-6.medium.sp-after[Fuzzy discontinuities imply noncompliance] - --- - -.box-inv-6.medium[Address noncompliance with
    instrumental variables] - ---- - -# What do we use as instrument? - - -.box-inv-6.medium[Instrument = above/below cutoff] - -.box-6.small.sp-after[i.e. what they were supposed to do] - -  - --- - -.box-6.medium.sp-before[(This is just like the CACE we just did!)] - ---- - -# Not something weird? Does that work!? - --- - -.pull-left[ -.box-inv-6.less-medium[Relevant?] - -.box-inv-6.tiny.sp-after[Z → X   Cor(Z, X) ≠ 0] - -.box-6.small[Cutoff causes program? Yep.] -] - --- - -.pull-right.sp-after-half[ -.box-inv-6.less-medium[Exclusive?] - -.box-inv-6.tiny.sp-after[Z → X → Y   Z ↛ Y   Cor(Z, Y | X) = 0] - -.box-6.small[Cutoff causes outcome
    *only through* program? Yep.] -] - --- - -.box-inv-6.less-medium[Exogenous?] - -.box-inv-6.tiny.sp-after[U ↛ Z   Cor(Z, U) = 0] - -.box-6.small[Unobserved things that influence outcome don't also influence cutoff?
    It's an arbitrary cutoff, so sure.] - ---- - -# Doubly local LATE - -.box-inv-6.medium[Effect is only for
    (1) compliers (2) near the cutoff] - -.box-6[Be specific when talking about effects;
    definitely don't make population-level claims] - ---- - -# Parametric fuzzy RD - -.box-inv-6[Step 1: Center running variable + make threshold variable] - -```{r include=FALSE} -tutoring <- tutoring %>% - select(-tutoring_text) -``` - -.small-code[ -```{r} -tutoring_centered <- tutoring %>% - mutate(entrance_centered = entrance_exam - 70, - below_cutoff = entrance_exam <= 70) -head(tutoring_centered, 6) -``` -] - ---- - -# Parametric fuzzy RD - -.box-inv-6[Step 2: Use cutoff as instrument in 2SLS model] - -.small-code[ -```{r eval=FALSE} -# Bandwidth ± 10 -fuzzy1 <- iv_robust( - exit_exam ~ entrance_centered + tutoring | entrance_centered + below_cutoff, - data = filter(tutoring_centered, entrance_centered >= -10 & entrance_centered <= 10) -) - -tidy(fuzzy1) -``` - -```{r echo=FALSE} -# Bandwidth ± 10 -fuzzy1 <- iv_robust( - exit_exam ~ entrance_centered + tutoring | entrance_centered + below_cutoff, - data = filter(tutoring_centered, entrance_centered >= -10 & entrance_centered <= 10) -) - -tidy(fuzzy1) %>% select(1:5) -``` -] - ---- - -# Nonparametric fuzzy RD - -.box-inv-6[Use the `fuzzy` argument in `rdrobust()`] - -.box-6.small[Important! Specify actual treatment status,
    *not* the instrument of above/below the cutoff] - -.small-code[ -```{r eval=FALSE} -rdrobust(y = tutoring$exit_exam, x = tutoring$entrance_exam, - c = 70, fuzzy = tutoring$tutoring) %>% - summary() -``` - -```{r echo=FALSE, results="hide"} -rd_out <- rdrobust(y = tutoring$exit_exam, x = tutoring$entrance_exam, - c = 70, fuzzy = tutoring$tutoring) - -x <- capture.output(summary(rd_out)) -``` - -```{r show-rdrobust, echo=FALSE} -cat(x[17:22], sep = "\n") -``` -] diff --git a/slides/13-class.Rmd b/slides/13-class.Rmd deleted file mode 100644 index f6123a5c..00000000 --- a/slides/13-class.Rmd +++ /dev/null @@ -1,342 +0,0 @@ ---- -title: "Class 13: Choosing and planning ethical evaluations" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(kableExtra) -library(scales) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-3 - -# In-person
    session 13 - -.class-info[ - -**November 14, 2022** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-5.medium[Control variables and confounding] - --- - -.box-3.medium[Ethics + pre-analysis plans] - --- - -.box-2.medium[Sharing your stuff] - --- - -.box-6.medium[Simulating data] - ---- - -layout: false -name: controls-confounding -class: center middle section-title section-title-5 animated fadeIn - -# Control variables
    and confounding - ---- - -layout: true -class: middle - ---- - -.box-5.large[Do we really not need to
    interpret every coefficient?!] - ---- - -.box-5.less-medium[Is there any harm in
    interpreting the coefficients anyway?] - -.box-5.less-medium[Should they be significant at least?
    Or have the expected ± sign?] - -??? - -Signs can reverse! - ---- - -.box-5.large[Table 2 fallacy] - -
    - -.small[ - -Daniel Westreich and Sander Greenland, "The Table 2 Fallacy: Presenting and Interpreting Confounder and Modifier Coefficients," *American Journal of Epidemiology* 177, no. 4 (February 2013): 292--98, . - -Luke Keele, Randolph T. Stevenson, and Felix Elwert, "The Causal Interpretation of Estimated Associations in Regression Models," *Political Science Research and Methods* 8, no. 1 (January 2020): 1--13, . - -] - ---- - -.center[ -
    - R2 estimation vs prediction -
    -] - -??? - -You can't interpret coefficients when focused on causal inference because the focus is on the X, not the Y. In prediction world, where you want to look at the overall variance of Y, you can interpret each of the Xs while holding the others constant. When you care more about the X itself, though, the other covariates only serve to get that X as accurate as possible, not to explain the overall variation in Y - ---- - -.center[ -
    - Washington Monument in scaffolding, by Adam Fagen on Flickr -
    -] - -??? - - - ---- - -.center[ -
    - Barrel DAG -
    -] - ---- - -.box-5.less-medium[Why do we teach stats with the idea of throwing
    in a bunch of control variables if that's
    really not the best way to evaluate impact?] - -.box-5.less-medium[What is the point of using control variables
    if they aren't going to be interpreted?] - -.box-5.less-medium[How do we know which coefficients we
    need to ultimately worry about and interpret?] - ---- - -.box-5.large[Why did we control for things
    in the RCT section of problem set 8?] - ---- - -.box-5.large[How can you NOT have unobserved confounders unless you're doing a laboratory study where you can control everything?] - ---- - -.box-5.less-medium[Design-based inference seems easier since
    there's no unobserved confounding?

    Why don't we just do that all the time?] - -.box-5.less-medium[Model-based inference seems easier since
    there's no need for a special situation?

    Why don't we just do that all the time?] - -??? - -Yeah, but you have to discover weird situations. Like WWII submarine thing! - -- https://braddelong.substack.com/p/podcast-hexapodia-is-e-key-insight-331 -- Matthew Suandi, "Promoting to Opportunity: Evidence and Implications from the U.S. Submarine Service" - https://are.berkeley.edu/sites/are.berkeley.edu/files/job-candidates/paper/MatthewSuandi_JMP_Nov_21_Berkeley.pdf - ---- - -.box-5.less-medium[You said that choosing between
    model-based inference versus design-based
    inference is based on the situation that we are in.

    Which one of the approaches do you think
    will be used the most in the real world?] - ---- - -.box-5.large[Do we not need to use a DAG
    if we use one of
    the design-based methods?] - ---- - -.center[ -
    - Design-based DAGs -
    -] - ---- - -layout: false -name: ethics -class: center middle section-title section-title-3 animated fadeIn - -# Ethics +
    pre-analysis plans - ---- - -layout: true -class: middle - ---- - -.box-3.medium[Where can one publish their assumptions before running the numbers in research?] - -.center.float-left[[OSF.io](https://www.cos.io/initiatives/prereg)   [AsPredicted.org](https://aspredicted.org/)] - ---- - -.box-3[Do people really provide all their code and analysis in advance?
    What if you realize you made a mistake
    or want to explore something later?] - -.box-3[What if we have additional variables to investigate that we missed out during our simulation of fake data and pre-registration/pre-analysis stage? Can we add them once they have been registered?] - -.box-3[Does pre-registering include interactions
    or quadratics you want to test?] - ---- - -.center[[Standard operating procedures](https://github.com/acoppock/Green-Lab-SOP)] - -.center[—] - -.center[[Departures from preregistered plan](https://osf.io/x5w7h/wiki/02%20Departures%20from%20Preregistered%20Plan/)] - -.center[—] - -.center[[Example](https://www.andrewheiss.com/research/articles/chaudhry-heiss-ngos-philanthropy/)] - ---- - -.box-3.medium[Should you share the synthetic data
    as part of a preanalysis plan?] - ---- - -.box-3.medium[Does pre-registration kill
    creativity and "ah-ha" moments?] - -.center[[Example of confirmatory vs.
    exploratory preregistration](https://osf.io/hsbyd)] - ---- - -layout: false -name: sharing -class: center middle section-title section-title-2 animated fadeIn - -# Sharing your stuff - ---- - -class: middle - -.box-2.large[What can we put
    on our resumes now?] - ---- - -class: middle - -.box-2.large[Can I really just post R stuff
    on a website or on Twitter?] - -.box-2.large[It seems like that's what
    the experts do, not me!] - -.center.small[[(Public work)](https://evalsp22.classes.andrewheiss.com/slides/14-slides.html#133)] - ---- - -class: title title-2 - -# Websites for sharing R stuff - -.box-inv-2[Super easiest (but least flexible): [RPubs](https://rpubs.com/)] - --- - -.box-inv-2[Easiest (but less flexible): [R Markdown websites](https://rmarkdown.rstudio.com/lesson-13.html)] - -.center.small[[Example](https://stats.andrewheiss.com/who-cares-about-crackdowns/); [example](https://talks.andrewheiss.com/2021-seacen/)] - --- - -.box-inv-2.sp-before[What all the cool kids are starting to use: [Quarto websites](https://quarto.org/docs/websites/)] - -.center.small[[Example](https://evalf22.classes.andrewheiss.com/); [example](https://bayesf22-notebook.classes.andrewheiss.com/); [example](https://stats.andrewheiss.com/mountainous-mackerel/)] - --- - -.box-inv-2.sp-before[Hardest (but most flexible): [Blogdown](https://pkgs.rstudio.com/blogdown/)] - -.center.small[[Example](https://evalsp22.classes.andrewheiss.com/); [example](https://www.andrewheiss.com/)] - ---- - -class: middle - -.box-2.large[Quarto
    .small[(R Markdown 2.0)]] - -.center[[Quarto](https://quarto.org/)] - -.center.small[[Example PDF and Word templates](https://github.com/andrewheiss/hikmah-academic-quarto)] - ---- - -layout: false -name: fake-data -class: center middle section-title section-title-6 animated fadeIn - -# Simulating data - ---- - -class: title title-6 - -# Poisson in real life - -.center[ -
    - US household sizes, 2020 -
    -] - -??? - -https://twitter.com/andrewheiss/status/1397193876830576643 - ---- - -class: title title-6 - -# Basic process - -.box-inv-6.less-medium[1: Draw a DAG] - -.box-inv-6.less-medium[2: Create standalone exogenous columns] - -.box-inv-6.less-medium[3: Connect endogenous columns
    .small[Baseline + effect]] - -.box-inv-6.less-medium[4: Polish columns] - --- - -.box-6.large.sp-before-half[Iterate. Iterate so so much.] diff --git a/slides/13-slides.Rmd b/slides/13-slides.Rmd deleted file mode 100644 index f7d21c07..00000000 --- a/slides/13-slides.Rmd +++ /dev/null @@ -1,653 +0,0 @@ ---- -title: "Choosing and planning ethical evaluations" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(modelsummary) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-7 - -# Choosing and planning
    ethical evaluations - -.class-info[ - -**Session 13** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-4.medium.sp-after-half[Types of evaluations] - --- - -.box-1.medium.sp-after-half[Model- and design-based inference] - --- - -.box-6.medium.sp-after-half[Ethics and open science] - ---- - -layout: false -name: types-evaluations -class: center middle section-title section-title-4 animated fadeIn - -# Types of evaluations - ---- - -class: title title-4 - -# Types of evaluation - -.box-inv-4.sp-after[In this class we've focused on one type of evaluation] - --- - -.box-4.medium[Impact evaluation] - -.box-4.small.sp-after[Checking to see if the program causes outcomes] - --- - -.box-inv-4[There are lots of others!] - --- - -.box-inv-4[Each type focuses on a specific part of a logic model] - ---- - -.center[ -
    - Provo school district logic model -
    -] - ---- - -layout: true -class: title title-4 - ---- - -# Needs assessment - -.box-inv-4.medium[Formative evaluation / needs assessment] - --- - -.box-inv-4.sp-after[Is the program needed?
    What inputs and activities does it need?
    What outcomes does it need to cause?] - --- - -.box-4[Use interviews, surveys, focus groups with target population] - --- - -.box-4[Do *before* starting the program or when considering changes] - ---- - -# Process evaluation and monitoring - -.box-inv-4.medium[Process evaluation / program monitoring] - --- - -.box-inv-4.sp-after[Are inputs going to the right places?
    Are the activities working correctly?
    Are activities producing right levels of outputs?] - --- - -.box-4[Use monitoring systems, benchmarks,
    regular reports from within the program itself] - --- - -.box-4[Do *during* the program] - ---- - -# Process evaluation and monitoring - -.center[ -
    - Loddon Region Children and Youth Area Partnership Dashboard -
    -] - -??? - -Loddon Region Children and Youth Area Dashboard Partnership - - - ---- - -# Outcome evaluation - -.box-inv-4.medium[Outcome evaluation] - --- - -.box-inv-4.sp-after[Are activities and outputs leading to *initial* outcomes?
    (basically a short-term impact evaluation)] - --- - -.box-4[Use surveys, interviews, etc. with target population] - --- - -.box-4[Do *during* the program] - ---- - -# Cost-benefit analysis - -.box-inv-4.medium[Economic evaluation / cost-benefit analysis] - --- - -.box-inv-4.sp-after[Is the program worth it?
    Do the benefits of helping the target population
    outweigh the costs of running the program?] - --- - -.box-4.SMALL[Monetize all program costs and benefits, apply a discount factor, convert all costs to net present value, subtract NPV of costs from NPV of benefits] - --- - -.box-4[Do *during* or at the end of the program] - ---- - -# Cost-benefit analysis - -.center[ -
    - Car backup camera CBA -
    -] - -??? - - - ---- - -# Impact evaluation - -.box-inv-4.medium[Impact evaluation] - --- - -.box-inv-4.sp-after[Does the program cause lasting change?
    (What we did this semester)] - --- - -.box-4[Use causal inference tools] - --- - -.box-4[Do *during* or at the end of the program] - ---- - -# Impact evaluation - -
    - Program effect -
    - ---- - -# Types of evaluation - -.box-inv-4[Needs assessment] - -.box-inv-4[Process evaluation and monitoring] - -.box-inv-4[Outcome evaluation] - -.box-inv-4[Cost-benefit analysis] - -.box-inv-4.sp-after[Impact evaluation] - --- - -.box-4.medium[You can take entire classes for just one type!] - ---- - -layout: false -name: model-design-inference -class: center middle section-title section-title-1 animated fadeIn - -# Model- and
    design-based
    inference - ---- - -layout: true -class: title title-1 - ---- - -# Choosing a method - --- - -.box-inv-1[We just learned a *ton* of different methods for causal inference!] - --- - -.float-left.center[.box-1[DAGs] .box-1[Matching] .box-1[Inverse probability weighting]] - --- - -.float-left.center[.box-1[Randomized controlled trials] .box-1[Difference-in-differences]] - --- - -.float-left.center[.box-1[Regression discontinuity] .box-1[Instrumental variables]] - --- - -.box-inv-1.medium.sp-before[How do you know
    which one to use and when?] - ---- - -# Identification strategies - -.box-inv-1.small.sp-after[The goal of *all* these methods is to isolate
    (or **identify**) the arrow between treatment → outcome] - --- - -.box-inv-1.less-medium[Model-based identification] - -.float-left.center[.box-1[DAGs] .box-1[Matching] .box-1[Inverse probability weighting]] - --- - -.box-inv-1.less-medium.sp-before[Design-based identification] - -.float-left.center[.box-1[Randomized controlled trials] .box-1[Difference-in-differences]] - -.float-left.center[.box-1[Regression discontinuity] .box-1[Instrumental variables]] - ---- - -# Model-based identification - -.box-inv-1[Use a DAG and *do*-calculus to isolate arrow] - -.pull-left[ -
    - Education earnings DAG -
    -] - -.pull-right[ -.box-1[Core assumption:
    selection on observables] - -.box-inv-1.small[Everything that needs to
    be adjusted is measurable;
    no unobserved confounding] - -.box-inv-1.small[**Big assumption!**] - -.box-inv-1.tiny[This is why lots of people don't like DAG-based adjustment] -] - ---- - -# Design-based identification - -.box-inv-1[Use a special situation to isolate arrow] - -.pull-left[ -.box-1[RCTs] - -.box-inv-1.small[Use randomization
    to remove confounding] - -.center[ -
    - RCT DAG -
    -] -] - --- - -.pull-right[ -.box-1[Difference-in-differences] - -.box-inv-1.small[Use before/after & treatment/control
    differences to remove confounding] - -.center[ -
    - Diff-in-diff DAG -
    -] -] - ---- - -# Design-based identification - -.box-inv-1[Use a special situation to isolate arrow] - -.pull-left[ -.box-1[Regression discontinuity] - -.box-inv-1.small[Use cutoff
    to remove confounding] - -.center[ -
    - RDD DAG -
    -] -] - --- - -.pull-right[ -.box-1[Instrumental variables] - -.box-inv-1.small[Use instrument
    to remove confounding] - -.center[ -
    - IV DAG -
    -] -] - ---- - -# Which kind is better? - -.pull-left[ -.box-inv-1.SMALL[Model-based advantages] - -.box-1.small[You don't need to wait for
    a special circumstance to emerge!] - -.box-1.small[Use existing datasets] - -
    - -.box-inv-1.SMALL[Model-based disadvantages] - -.box-1.small[The DAG has to be super correct] - -.box-1.small[You can't adjust your way
    out of unobserved confounding] -] - --- - -.pull-right[ -.box-inv-1.SMALL[Design-based advantages] - -.box-1.small[Unobserved confounding
    is less of a problem!] - -
    - -.box-inv-1.SMALL[Design-based disadvantages] - -.box-1.small[You need a specific situation] - -.box-1.small[You need randomization,
    treatment/control+before/after,
    some arbitrary cutoff,
    or some obscure instrument] -] - ---- - -# Controlling for stuff - -.pull-left[ -.box-inv-1.SMALL[It's *super* tempting to
    throw a bunch of control
    variables in a model] - -.box-1.smaller.sp-after[This is likely what you did in past stats classes!] - -.box-inv-1.SMALL.sp-after[It's *super* tempting to interpret
    each of those coefficients] - -.box-1.medium[Don't!] -] - -.pull-right.center[ - -
    - Standard coefficient table -
    - -] - ---- - -# Controlling for stuff - --- - -.box-inv-1[When focusing on isolating the treatment → outcome arrow,
    arrows between/from other nodes are less meaningful] - --- - -.box-inv-1.sp-after[You also don't pick up their full effects!] - --- - -.box-1["[E]ven valid controls are often correlated with
    other unobserved factors, which renders their marginal
    effects uninterpretable from a causal inference perspective"
    .small[(Hünermund and Louw 2020, p. 2)]] - ---- - -# Controlling for stuff - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    MethodControlsMinimum model
    Matching/IPWUse for matching,
    propensity scores
    outcome ~ treatment, matched_data
    outcome ~ treatment, weights
    RCTsNot really necessaryoutcome ~ treatment
    Diff-in-diffNot really necessary,
    use if DAG says to
    outcome ~ treatment + after + treatment*after
    RDDNot really necessaryoutcome ~ running_var + cutoff
    IVNot really necessary,
    use if DAG says to
    treatment_hat ~ instrument
    outcome ~ treatment_hat
    - ---- - -# Guidelines - -.box-inv-1.SMALL[Your choice of method depends on the situation + the available data] - -.center[ -
    - Evaluation method selection -
    Table 11.1 from Impact Evaluation in Practice, p. 191
    -
    -] - -??? - -Table 11.1 on p. 191 - -Focus on recipients/beneficiaries - depends on resources. If everyone can use it (fully resourced), let people access it. Randomize in phases, use a cutoff, randomly promote, diff-in-diff. If not everyone can use it, use a lottery, or randomly promote, or use a cutoff - ---- - -layout: false -name: ethics-open-science -class: center middle section-title section-title-6 animated fadeIn - -# Ethics and open science - ---- - -layout: true -class: title title-6 - ---- - -# Ethics of evaluating programs - -.box-inv-6[Social programs are designed to help people] - --- - -.box-inv-6[In order to evaluate them, you need
    some people to **not use the program**] - --- - -.box-inv-6.sp-after[Control groups are essential for causal inference!] - --- - -.box-6["Groups should not be excluded from an intervention that
    is known to be beneficial solely for the purpose of an evaluation"
    .small[(*Impact Evaluation in Practice*, p. 233)]] - ---- - -# Ethical control groups - -.center[ -
    - Evaluation method selection -
    Table 11.1 from Impact Evaluation in Practice, p. 191
    -
    -] - ---- - -# Ethical evaluation practices - -.box-inv-6.medium[Follow IRB guidelines] - -.center.float-left.small.sp-after[.box-6[Respect for persons] .box-6[Beneficence] .box-6[Justice]] - --- - -.box-inv-6.medium.sp-after[Make sure participants give informed consent] - --- - -.box-inv-6.medium[Maintain privacy] - -.box-6.small[Any published data needs to be be de-identified] - -??? - -- Respect = informed consent, autonomy -- Beneficence = no harm; maximize potential benefits, minimize potential harm -- Justice = benefits and burdens of research are fairly and equitably shared - ---- - -# Ethical open science practices - -.pull-left[ -.box-inv-6.less-medium[Preregistration] - -.box-6.small.sp-after[Prevents file drawer problem +
    p-hacking] - -.box-inv-6.less-medium[Preanalysis plan] - -.box-6.small[Prevents p-hacking, data mining,
    multiple hypothesis testing] -] - --- - -.pull-right[ -.box-inv-6.less-medium[Replication] - -.box-6.small.sp-after[Ensures that others can find
    same results with your data] - -.box-inv-6.less-medium[Documentation] - -.box-6.small[Ensures that others know
    what you're measuring] -] - ---- - -layout: false - -.center[ -
    - Evaluation and open sicence practices -
    Table 13.1 from Impact Evaluation in Practice, p. 238
    -
    -] - ---- - -class: title title-6 - -# Synthetic data - -.box-inv-6[It feels weird to say that making fake data
    helps with good open science practices!] - --- - -.box-6.sp-after[But it does!] - --- - -.box-inv-6[Make your pre-analysis plan based on simulated data] - --- - -.box-inv-6[Do whatever statistical shenanigans
    you want with the fake data] diff --git a/slides/14-class.Rmd b/slides/14-class.Rmd deleted file mode 100644 index 2ccc9bc0..00000000 --- a/slides/14-class.Rmd +++ /dev/null @@ -1,227 +0,0 @@ ---- -title: "Class 14: Fake data, ethics, and curiosity" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r packages-data, include=FALSE} -library(tidyverse) -library(kableExtra) -library(scales) -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-3 - -# In-person
    session 14 - -.class-info[ - -**November 29, 2021** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-5.medium[Control variables and confounding] - --- - -.box-3.medium[Ethics + pre-analysis plans] - --- - -.box-2.medium[Sharing your stuff] - --- - -.box-6.medium[Simulating data] - ---- - -layout: false -name: controls-confounding -class: center middle section-title section-title-5 animated fadeIn - -# Control variables
    and confounding - ---- - -layout: true -class: middle - ---- - -.box-5.less-medium[Why do we teach stats with the idea of throwing
    in a bunch of control variables if that's
    really not the best way to evaluate impact?] - -.box-5.less-medium[What is the point of using control variables
    if they aren't going to be interpreted?

    When do we or when do we not interpret our controls?] - ---- - -.box-5.large[How can you NOT have unobserved confounders unless you're doing a laboratory study where you can control everything?] - ---- - -.box-5.medium[Design-based inference seems easier since
    there's no unobserved confounding?

    Why don't we just do that all the time?] - -??? - -Yeah, but you have to discover weird situations. Like WWII submarine thing! - -- https://braddelong.substack.com/p/podcast-hexapodia-is-e-key-insight-331 -- Matthew Suandi, "Promoting to Opportunity: Evidence and Implications from the U.S. Submarine Service" - https://are.berkeley.edu/sites/are.berkeley.edu/files/job-candidates/paper/MatthewSuandi_JMP_Nov_21_Berkeley.pdf - ---- - -.center[ -
    - WWII torpedo -
    -] - -??? - -Via : - -- In the early stages of the Pacific War, whether a US submarine-launched torpedo exploded was a matter of luck. -- If a submarine captain had an enlisted man marked out for promotion, those promotions happened much more often if the submarine returned from its cruise having succeeded in sinking ships. -- Those promoted because they happened to be on lucky submarines with torpedoes that exploded lived 2.4 years longer than their counterparts who happened to be on unlucky submarines and were not promoted. -- Those promoted because they happened to be on lucky submarines with torpedoes that exploded are recorded as having a last known address in a zip code with housing prices higher by 7 percentiles than their counterparts who happened to be on unlucky submarines and were not promoted. -- Early promotion to a job with more responsibility and scope—at least in the WWII-era USN—shapes your life to a remarkable degree by giving you scope to develop and exercise your talents. -- If the WWII-era USN is typical, we waste huge amounts of human potential by not giving people workplace opportunities to show what they can learn to do. -- Equality isn’t just about money: it is about scope for action, about developing and exercising talents, and about receiving external validation. -- A good society would give people much more opportunity to discover how big a deal they are and can become, and remind them of this at every opportunity. - ---- - -layout: false -name: ethics -class: center middle section-title section-title-3 animated fadeIn - -# Ethics +
    pre-analysis plans - ---- - -layout: true -class: middle - ---- - -.box-3.medium[Do people really provide all their code
    and analysis in advance?
    What if you realize you made a mistake
    or want to explore something later?] - -.box-3.medium[Does pre-registration kill
    creativity and "ah-ha" moments?] - ---- - -.box-3.medium[[Example of confirmatory vs.
    exploratory preregistration](https://osf.io/hsbyd)] - -.box-3.medium[[Standard operating procedures](https://github.com/acoppock/Green-Lab-SOP)] - ---- - -layout: false -name: sharing -class: center middle section-title section-title-2 animated fadeIn - -# Sharing your stuff - ---- - -class: middle - -.box-2.large[What can we put
    on our resumes now?] - ---- - -class: middle - -.box-2.large[Can I really just post R stuff
    on a website or on Twitter?] - -.box-2.large[It seems like that's what
    the experts do, not me!] - -.center.small[[(Public work)](https://evalsp22.classes.andrewheiss.com/slides/14-slides.html#133)] - ---- - -class: title title-2 - -# Websites for sharing R stuff - -.box-inv-2[Super easiest (but least flexible): [RPubs](https://rpubs.com/)] - --- - -.box-inv-2[Easiest (but less flexible): [R Markdown websites](https://rmarkdown.rstudio.com/lesson-13.html)] - -.box-2.small[[Example](https://stats.andrewheiss.com/who-cares-about-crackdowns/); [example](https://talks.andrewheiss.com/2021-seacen/)] - --- - -.box-inv-2.sp-before[Medium-est: [Distill](https://rstudio.github.io/distill/)] - -.box-2.small[[Example](https://www.pipinghotdata.com/)] - --- - -.box-inv-2.sp-before[Hardest (but most flexible): [Blogdown](https://pkgs.rstudio.com/blogdown/)] - -.box-2.small[[Example](https://evalsp22.classes.andrewheiss.com/); [example](https://www.andrewheiss.com/)] - ---- - -layout: false -name: fake-data -class: center middle section-title section-title-6 animated fadeIn - -# Simulating data - ---- - -class: title title-6 - -# Basic process - -.box-inv-6.medium[1: Create individual columns] - -.box-inv-6.medium[2: Connect columns] - -.box-inv-6.medium[3: Polish columns] - --- - -.box-6.large.sp-before[Iterate. Iterate so so much.] diff --git a/slides/14-slides.Rmd b/slides/14-slides.Rmd deleted file mode 100644 index 35779dee..00000000 --- a/slides/14-slides.Rmd +++ /dev/null @@ -1,1374 +0,0 @@ ---- -title: "Ethics, stories, and curiosity" -author: "Andrew Heiss" -date: "`r Sys.Date()`" -output: - xaringan::moon_reader: - lib_dir: "libs" - chakra: "libs/remark-latest.min.js" - css: ["default", "css/ath-slides.css", "css/ath-inferno-fonts.css", "css/animate.css"] - seal: false - anchor_sections: false - nature: - highlightStyle: github - highlightLines: true - countIncrementalSlides: false - ratio: "16:9" - navigation: - scroll: false -editor_options: - chunk_output_type: console ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(warning = FALSE, message = FALSE, - fig.retina = 3, fig.align = "center") -``` - -```{r xaringanExtra, echo=FALSE} -xaringanExtra::use_xaringan_extra(c("tile_view")) -``` - -class: center middle main-title section-title-7 - -# Ethics, stories,
    and curiosity - -.class-info[ - -**Session 14** - -.light[PMAP 8521: Program evaluation
    -Andrew Young School of Policy Studies -] - -] - ---- - -name: outline -class: title title-inv-8 - -# Plan for today - --- - -.box-4.medium.sp-after-half[What did we just learn?] - --- - -.box-6.medium.sp-after-half[Ethics of data analytics] - --- - -.box-2.medium.sp-after-half[Ethics of storytelling] - --- - -.box-5.medium.sp-after-half[Curiosity] - ---- - -layout: false -name: overview -class: center middle section-title section-title-4 animated fadeIn - -# What did we just learn? - ---- - -.center[ -
    - Course objectives -
    -] - ---- - -class: middle - -.center[ -
    - Class flowchart -
    -] - ---- - -class: title title-4 - -# Main takeaways - --- - -.box-inv-4.medium.sp-after[Don't be afraid of causal language!] - --- - -.box-4.medium[With careful use of DAGs
    and special research designs,
    you can make causal claims] - ---- - -class: bg-full -background-image: url("img/14/the-c-word.png") - ---- - -layout: false -name: ethics-analysis -class: center middle section-title section-title-6 animated fadeIn - -# Ethics of data analytics - ---- - -layout: true -class: title title-6 - ---- - -# Powerful tools - --- - -.box-inv-6.medium.sp-after-half[R is an incredibly valuable skill] - --- - -.box-inv-6.medium.sp-after-half[Causal inference is an incredibly valuable skill] - --- - -.box-6.medium.sp-after-half[These tools can be used to improve the world!] - --- - -.box-6.medium[And potentially harm it] - ---- - -# Possible pitfalls - --- - -.box-inv-6.medium[Manipulation] - -.box-6.small[Don't coerce people] - --- - -.box-inv-6.medium[Bias] - -.box-6.small[There's no such thing as objective data or models] - --- - -.box-inv-6.medium[Accidental evil] - -.box-6.small[Don't let stupidity transform into evil] - ---- - -layout: false -name: analysis-manipulation -class: center middle section-title-inv section-title-inv-6 - -# Manipulation - ---- - -class: middle - -.center[ -
    - The Good Place -
    -] - ---- - -class: middle - -.center[ -
    - The Good Place point system -
    -] - ---- - -class: middle - -.center[ -
    - Wired social score cover -
    -] - -??? - - - ---- - -class: middle - -.center[ -
    - China bus -
    -] - -??? - - - ---- - -class: middle - -.center[ -
    - Instagram ranking -
    -] - -??? - - - ---- - -class: middle - -.center[ -
    - Blue Feed, Red Feed -
    -] - -??? - - - ---- - -class: middle - -.center[ -
    - Blue Feed, Red Feed Example -
    -] - -??? - - - ---- - -class: middle - -.center[ -
    - Facebook like everything -
    -] - -??? - - - ---- - -class: middle - -.center[ -
    - Reply All Facebook Spying -
    -] - -??? - - - ---- - -class: middle - -.center[ -
    - Target pregnant teen -
    -] - -??? - - - ---- - -class: middle - -.center[ -
    - Airline seating -
    -] - -??? - - - ---- - -class: title title-6 - -# It's not all dystopian! - -.pull-left.center[ -
    - Precision medicine Obama -
    -] - -.pull-right.center[ -
    - Crisis text line -
    -] - -??? - - - - - ---- - -class: middle - -.box-6.medium[What makes the social score
    and the crisis score
    ethically different?] - -.box-inv-6.medium[Or are they the same thing?] - ---- - -class: title title-6 - -# Avoid manipulation - --- - -.box-inv-6.medium.sp-after-half[Think about people] - --- - -.box-inv-6.medium.sp-after-half[Think about autonomy] - --- - -.box-inv-6.medium.sp-after-half[Don't rely 100% on data!] - ---- - -layout: false -name: analysis-bias -class: center middle section-title-inv section-title-inv-6 - -# Bias - ---- - -class: middle - -.center[ -
    - Predictim article -
    -] - -??? - - - ---- - -class: middle - -.center[ -
    - Predictim article excerpt -
    -] - ---- - -class: middle - -.center[ -
    - Predictim score -
    -] - ---- - -class: bg-full -background-image: url("img/14/bias-books.png") - ---- - -.center[ -
    - Amazon hiring -
    -] - --- - -.center[ -
    - COMPAS bias -
    -] - -??? - - - - - ---- - -class: middle - -.center[ -
    - Facebook in ProPublica -
    -] - -??? - - - ---- - -class: middle - -.center[ -
    - Facebook HUD case -
    -] - -??? - - - ---- - -class: middle - -.center[ -
    - Apple card -
    -] - ---- - -class: title title-6 - -# Avoid bias - --- - -.box-inv-6.medium.sp-after-half[Make sure your sample is representative] - --- - -.box-inv-6.medium.sp-after-half[Think about theory] - --- - -.box-6.medium.sp-after-half[Remember that **NO** data,
    models, or algorithms are neutral] - ---- - -class: title title-6 - -# Fight the algorithms - -.center.tiny.light[*Very feebly, but still…*] - --- - -.box-inv-6.medium.sp-before.sp-after-half[Incognito / private windows] - --- - -.box-inv-6.medium[adsettings.google.com] - ---- - -layout: false -name: analysis-evil -class: center middle section-title-inv section-title-inv-6 - -# Accidental(?) evil - ---- - -class: middle - -.center[ -
    - Eric Meyer algorithmic cruelty -
    -] - -??? - - - ---- - -class: middle - -.center[ -
    - Uber self-driving car crash -
    -] - -??? - - - ---- - -class: middle - -.center[ -
    - NYT fake news on Facebook -
    -] - -??? - - - ---- - -class: bg-full -background-image: url("img/14/youtube-radicalization.png") - -??? - - - ---- - -class: bg-full -background-image: url("img/14/youtube-algorithm.jpg") - -??? - - - ---- - -class: bg-full -background-image: url("img/14/bad-ai-tweets.png") - -??? - - - - - ---- - -layout: false -name: telling-stories -class: center middle section-title section-title-2 animated fadeIn - -# Ethics of storytelling - ---- - -layout: true -class: title title-2 - ---- - -# Stories as art - -.box-inv-2.large[**Stories** are an *art form* for
    translating core, essential **content**
    to different **forms**
    for specific **audiences**.] - ---- - -# Every story is the same - -.center[ - -] - -??? - -Will Schoder, "Every Story is the Same", https://www.youtube.com/watch?v=LuD2Aa0zFiA - ---- - -# Heroes - -.pull-left.center[ -
    - The Hero's Journey -
    -] - -.pull-right.center[ -
    - The Story Cycle -
    -] - -??? - -https://commons.wikimedia.org/wiki/File:Heroesjourney.svg - -5:35 from Will Schoder, "Every Story is the Same", https://www.youtube.com/watch?v=LuD2Aa0zFiA - ---- - -# You are not the hero - -  - -.center[ -
    - Bad slides -
    From Cole Nussbaumer Knaflic, Storytelling with Data: A Data Visualization Guide for Business Professionals
    -
    -] - ---- - -# Should you tell stories though? - -.pull-left.center[ -
    - Storytelling -
    -] - --- - -.pull-right.center[ -
    - Against storytelling -
    -] - -??? - -https://www.nature.com/articles/nmeth.2699 - -https://www.nature.com/articles/nmeth.2571 - ---- - -# Possible pitfalls - --- - -.box-inv-2.medium[Manipulation] - -.box-2.small[Don't lie or manipulate data] - -  - --- - -.pull-left[ -.box-inv-2.medium[Misinterpretation] - -.box-2.small[Temper expectations] -] - --- - -.pull-right[ -.box-inv-2.medium[Equity] - -.box-2.small[Don't dumb down] - -.box-2.small[Amplify underrepresented voices] -] - ---- - -layout: false -name: stories-manipulation -class: center middle section-title-inv section-title-inv-2 - -# Manipulation - ---- - -class: center middle - -
    - This American Life -
    - -??? - -https://www.thisamericanlife.org/555/the-incredible-rarity-of-changing-your-mind - ---- - -class: bg-full -background-image: url("img/14/lacour-story.png") - -??? - -[The Case of the Amazing Gay-Marriage Data: How a Grad Student Uncovered a Huge Fraud](https://slate.com/culture/2015/06/gay-marriage-study-faked-how-grad-student-david-broockman-uncovered-a-huge-scientific-fraud.html) - ---- - -  - -.pull-left.center[ -
    - Irregularities in LaCour -
    -] - --- - -.pull-right.center[ -
    - Durably reducing transphobia -
    -] - -??? - -https://dx.doi.org/10.1126/science.aad9713 - ---- - -class: title title-2 - -# Manipulation - --- - -.box-inv-2.medium.sp-after[Don't lie] - --- - -.box-inv-2.medium[Emphasize the story,
    but make full data available] - ---- - -name: stories-misrepresentation -class: center middle section-title-inv section-title-inv-2 - -# Misrepresentation - ---- - -.pull-left.center[ -
    - Outliers -
    -] - --- - -.pull-right.center[ -.box-2.medium[**10,000 hours**] - -.box-inv-2["the magic number
    of greatness"] -] - --- - -.center[ -
    - Deliberate practice -
    -] - -??? - -https://doi.org/10.1037/0033-295X.100.3.363 - -https://graphics8.nytimes.com/images/blogs/freakonomics/pdf/DeliberatePractice(PsychologicalReview).pdf - ---- - -.pull-left.center[ -
    - Training history -
    -] - --- - -.pull-right.center[ -.box-inv-2[“[A] popularized but simplistic view of our work, which suggests that anyone who has accumulated sufficient number of hours of practice in a given domain will automatically become an expert and a champion.”] -] - - --- - -.center[ -.box-2[10,000 is average • Quality matters • There are other factors] -] - - -??? - -https://bjsm.bmj.com/content/47/9/533.long - ---- - -class: title title-2 - -# Misinterpretation - --- - -.box-inv-2.medium.sp-after[Be narrative, but not too narrative] - --- - -.box-inv-2.medium[Temper expectations] - ---- - -layout: false -name: stories-equity -class: center middle section-title-inv section-title-inv-2 - -# Equity - ---- - -layout: true -class: title title-2 - ---- - -# Dumbing down vs. translation - -.center[ - -] - -??? - -Wired, "Neuroscientist Explains One Concept in 5 Levels of Difficulty", https://www.youtube.com/watch?v=opqIa5Jiwuw - -Alvin Stone, ["The arrogance of 'dumbing it down'"](https://www.linkedin.com/pulse/arrogance-dumbing-down-alvin-stone/) - ---- - -# Translation - -.pull-left.center[ -
    - Walter Benjamin -
    -] - -.pull-right[ -.box-inv-2[“…the task of the translator consists in finding that intended effect upon the language into which he is translating which produces in it the echo of the original”] - -.box-2.small[Walter Benjamin,
    *The Task of the Translator*] -] - -??? - -https://en.wikipedia.org/wiki/Walter_Benjamin#/media/File:Walter_Benjamin_vers_1928.jpg - ---- - -layout: false -class: bg-full -background-image: url("img/14/up-goer-five@3x.png") - -??? - -https://xkcd.com/1133/ - - - ---- - -class: center middle - -
    - Dilbert on sexism -
    - -??? - -https://slate.com/human-interest/2014/04/how-to-explain-bitcoin-to-y-our-mom-the-new-york-times-thinks-mothers-are-idiots.html - -https://geekfeminism.wikia.org/wiki/So_simple,_your_mother_could_do_it - ---- - -class: center middle - -
    - Casey Johnston mansplained -
    - -??? - -https://twitter.com/caseyjohnston/status/541246857385893888 - -https://twitter.com/tsancio/status/541284790314762240 - ---- - -class: bg-full -background-image: url("img/14/gender-citation-gap.png") - -??? - -Women engineers publish their papers in journals with higher impact factors than their male peers, but their work receives lower recognition (fewer citations) from the scientific community - ---- - -class: bg-full -background-image: url("img/14/news-gender-balance.png") - -??? - -http://www.womensmediacenter.com/reports/whotalks-cable-news-analysts-gender-in-2016-presidential-election-project-t -28% overall average - ---- - -.pull-left.center[ -
    - Women Also Know Stuff -
    -] - -??? - -https://womenalsoknowstuff.com/ - -https://twitter.com/LGBTscholars - -https://twitter.com/POCalsoknow - -https://twitter.com/AWPARocks - --- - -.pull-right.center[ -
    - Other 'know stuff' accounts -
    -] - ---- - -.center[ -
    - Gender Balance Assessment Tool -
    -] - -.box-2[https://jlsumner.shinyapps.io/syllabustool/] - ---- - -class: title title-2 - -# Equity - --- - -.box-inv-2.medium.sp-after-half[Don't dumb down your findings] - --- - -.box-inv-2.medium.sp-after-half[You are a translator] - --- - -.box-inv-2.medium.sp-after-half[Treat audience with respect] - --- - -.box-inv-2.medium[Amplify underrepresented voices] - ---- - -layout: false -name: curiosity -class: center middle section-title section-title-5 animated fadeIn - -# Curiosity - ---- - -layout: true -class: title title-5 - ---- - -# How do I keep learning R? - -.box-inv-5.medium[What class should I take next?] - -.box-inv-5.medium[What book should I read next?] - ---- - -# How do I keep learning R? - -.box-inv-5.medium[~~What class should I take next?~~] - -.box-inv-5.medium.sp-after[~~What book should I read next?~~] - --- - -.box-5.large[Be curious!] - ---- - -# Teaching yourself - -.center[ -
    - @AstroKatie on googling -
    -] - - -??? - -https://twitter.com/AstroKatie/status/1071442842873159681 - ---- - -layout: false -class: bg-full -background-image: url("img/14/slate-coding.png") - -??? - -https://slate.com/human-interest/2018/12/against-teaching-kids-to-code-creativity-problem-solving.html - ---- - -class: bg-full -background-image: url("img/14/slate-coding-text.png") - - -??? - -https://slate.com/human-interest/2018/12/against-teaching-kids-to-code-creativity-problem-solving.html - ---- - -layout: true -class: title title-5 - ---- - -# Two secrets to master R - --- - -.box-inv-5.large.sp-after[1: Find excuses to use it] - --- - -.box-inv-5.large[2: Share and work in public] - ---- - -layout: false -class: center middle section-title-inv section-title-inv-5 - -# Find excuses to use R - ---- - -layout: true -class: title title-5 - ---- - -# Playing with R - --- - -.box-inv-5.medium[Little exploration projects] - --- - -.box-inv-5.medium[\#TidyTuesday] - --- - -.box-inv-5.medium[Data play time] - --- - -.box-inv-5.medium[Actual projects] - ---- - -layout: false - -.center[ -
    - Mini projects folder -
    -] - ---- - -.center[ -
    - Most aggressive characters in Harry Potter -
    -] - -??? - -https://github.com/andrewheiss/Harry-Potter-aggression - ---- - -.center[ -
    - 2014 family walks -
    -] - ---- - -.center[ -
    - Rachel 2014 books -
    -] - ---- - -layout: false -class: center middle section-title-inv section-title-inv-5 - -# Radical transparency
    and public work - ---- - -class: middle - -.box-5.medium[How we normally think of our work and goals] - -.center[ -
    - How we normally think of our work and goals -
    -] - -??? - -https://rstudio.com/resources/rstudioconf-2019/the-unreasonable-effectiveness-of-public-work/ - ---- - -class: middle - -.box-5.medium[How we should think of our work and goals] - -.center[ -
    - How we should think of our work and goals -
    David Robinson, The unreasonable effectiveness of public work"
    -
    -] - -??? - -https://rstudio.com/resources/rstudioconf-2019/the-unreasonable-effectiveness-of-public-work/ - ---- - -layout: true -class: title title-5 - ---- - -# Benefits of working in public - --- - -.box-inv-5[Build reputation] - --- - -.box-inv-5[Learn more] - --- - -.box-inv-5[Grow the community] - --- - -.box-inv-5[Early feedback on ideas] - --- - -.box-inv-5[Validation] - ---- - -layout: false -class: bg-full -background-image: url("img/14/blog-rejection-map.png") - -??? - -https://www.andrewheiss.com/blog/2018/12/17/academic-job-market-visualized/ - ---- - -class: bg-full -background-image: url("img/14/blog-rejection-website.png") - -??? - -https://www.andrewheiss.com/blog/2018/12/17/academic-job-market-visualized/ - ---- - -class: bg-full -background-image: url("img/14/blog-rejection-github.png") - -??? - -https://www.andrewheiss.com/blog/2018/12/17/academic-job-market-visualized/ - ---- - -layout: true -class: title title-5 - ---- - -# How to work in public - --- - -.box-inv-5.medium[Tweet, blog, and meet people] - --- - -.box-inv-5.medium[Play with data in public] - --- - -.box-inv-5.medium[Teach concepts (for yourself too!)] - ---- - -# Communities - --- - -.box-inv-5.medium[\#rstats] - --- - -.box-inv-5.medium[R User Groups] - --- - -.box-inv-5.medium[\#rladies] - --- - -.box-inv-5.medium[Rmd websites, blogdown, bookdown] - ---- - -# Play with data in public - -.center[ -
    - Blog post on Polity IV data -
    -] - -??? - -https://www.andrewheiss.com/blog/2017/08/26/quickly-play-with-polity-iv-and-oecd-data-and-see-the-danger-of-us-democracy/ - ---- - -layout: false -class: bg-full -background-image: url("img/14/blog-nlp.png") - -??? - -https://www.andrewheiss.com/blog/2018/12/26/tidytext-pos-john/ - -https://www.andrewheiss.com/blog/2018/12/28/tidytext-pos-arabic/ - ---- - -class: title title-5 - -# Teach a concept - -.center[ -
    - Blog post on finding the difference in means -
    -] - -??? - -https://www.andrewheiss.com/blog/2019/01/29/diff-means-half-dozen-ways/ - ---- - -class: bg-full -background-image: url("img/14/blog-chidi.png") - -??? - -https://www.andrewheiss.com/blog/2019/02/16/algebra-calculus-r-yacas/ - ---- - -layout: false -class: center middle section-title section-title-5 animated fadeIn - -# You are all expert
    enough now. - ---- - -class: center middle section-title section-title-5 animated fadeIn - -# Go correctly
    find causal effects! diff --git a/slides/casen2020_inf.Rdata b/slides/casen2020_inf.Rdata new file mode 100644 index 00000000..a10997d4 Binary files /dev/null and b/slides/casen2020_inf.Rdata differ diff --git a/slides/casen2022_inf2.Rdata b/slides/casen2022_inf2.Rdata new file mode 100644 index 00000000..7570ce81 Binary files /dev/null and b/slides/casen2022_inf2.Rdata differ diff --git a/slides/correlacional-slides.Rproj b/slides/correlacional-slides.Rproj new file mode 100644 index 00000000..d3ac0180 --- /dev/null +++ b/slides/correlacional-slides.Rproj @@ -0,0 +1,15 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: XeLaTeX + +AutoAppendNewline: Yes diff --git a/slides/css/custom_2020.css b/slides/css/custom_2020.css new file mode 100644 index 00000000..c4b3b19e --- /dev/null +++ b/slides/css/custom_2020.css @@ -0,0 +1,441 @@ +/* ------------------------------------------------------- + * + * !! This file was generated by xaringanthemer !! + * + * Changes made to this file directly will be overwritten + * if you used xaringanthemer in your xaringan slides Rmd + * + * Issues or likes? + * - https://github.com/gadenbuie/xaringanthemer + * - https://www.garrickadenbuie.com + * + * Need help? Try: + * - vignette(package = "xaringanthemer") + * - ?xaringanthemer::write_xaringan_theme + * - xaringan wiki: https://github.com/yihui/xaringan/wiki + * - remarkjs wiki: https://github.com/gnab/remark/wiki + * + * ------------------------------------------------------- */ +@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic); +@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz); +@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700); +@import url(https://fonts.googleapis.com/css?family=sourcesans); + +.title-slide .remark-slide-number { + display: none; +} + +body { + font-family: 'Droid Serif', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif; + font-weight: normal; + color: #000; +} +h1, h2, h3 { + font-family: 'Yanone Kaffeesatz'; + font-weight: normal; + color: #dc322f; + margin-bottom:0.2px; +} +.remark-slide-content { + background-color: #FFF; + font-size: 35px; + + + padding: 1em 2em 1em 2em; +} +.remark-slide-content h1 { + font-size: 65px; +} +.remark-slide-content h2 { + font-size: 55px; +} +.remark-slide-content h3 { + font-size: 45px; +} +.remark-code, .remark-inline-code { + font-family: 'Source Code Pro', 'Lucida Console', Monaco, monospace; +} +.remark-code { + font-size: 0.9em; +} +.remark-inline-code { + font-size: 1em; + color: #6c71c4; + + +} +.remark-slide-number { + color: #DD0101; + opacity: 1; + font-size: 0.6em; + margin-right: 1115px; +} +strong{color:#d33682;} +a, a > code { + color: #0062B5; + text-decoration: none; +} +.footnote { + + position: absolute; + bottom: 3em; + padding-right: 4em; + font-size: 0.9em; +} +.remark-code-line-highlighted { + background-color: #268bd240; +} +.inverse { + background-color: #0f6070; + color: #fdf6e3; +} +.inverse h1, .inverse h2, .inverse h3 { + color: #fdf6e3; +} + +.inverse .remark-slide-number { + display: none; +} + + +.inverse h1{ + font-size: 3em; +} + +.inverse h2{ + font-size: 75px; +} + +.inverse h3{ + font-size: 55px; +} + +.inverse .MathJax_CHTML { + font-size: 1.3em !important; + color: #FFFFFF; +} + + +.roja { + background-color: #d22000; + color: #fdf6e3; + +} +.roja h1 { + color: #FFFFFF; + font-size: 3em; + font-weight: bold; + text-align: right; +} + +.roja h2 { + color: #183636; + font-size: 2em; + text-align: right; +} + +.roja h3 { + color: #FFFFFF; + font-size: 1.5em; +} + +.front { + background: linear-gradient(90deg, #0f6070 0%, #fff 100%); +} + +.front h1 { + color: #FFFFFF; + font-size: 2.2em; +} + +.front h2 { + color: #FFFFFF; + font-size: 1.3em; +} + + +.front .remark-slide-number { + display: none; +} + + +.title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { + color: #fdf6e3; +} +.title-slide { + background-color: #002b36; + +} +.title-slide .remark-slide-number { + display: none; +} +/* Two-column layout */ +.left-column { + width: 20%; + height: 92%; + float: left; +} +.left-column h2, .left-column h3 { + color: #93a1a1; +} +.left-column h2:last-of-type, .left-column h3:last-child { + color: #586e75; +} +.right-column { + width: 75%; + float: right; + padding-top: 1em; +} +.pull-left { + float: left; + width: 47%; +} +.pull-right { + float: right; + width: 47%; +} + +.pull-left-narrow { + float: left; + width: 33%; +} + +.pull-right-narrow { + float: right; + width: 33%; +} + + +.pull-left-wide { + float: left; + width: 66%; +} + +.pull-right-wide { + float: right; + width: 66%; +} + +.pull-right ~ * { + clear: both; +} +img, video, iframe { + max-width: 100%; +} +blockquote { + border-left: solid 5px #cb4b16; + padding-left: 1em; +} + +table { + margin: auto; + border-top: 1px solid #666; + border-bottom: 1px solid #666; +} +table thead th { border-bottom: 1px solid #ddd; } +th, td { padding: 5px; } + +.large { font-size: 130% +} + +.medium { font-size: 85% +} + +.small { font-size: 70% +} + +.smally { font-size: 60% +} +.tiny { font-size: 50% +} + +.red { font-color: #000 +} + +@page { margin: 0; } +@media print { + .remark-slide-scaler { + width: 100% !important; + height: 100% !important; + transform: scale(1) !important; + top: 0 !important; + left: 0 !important; + } +} + +.MathJax_CHTML { + font-size: 1em !important; + color: #225b7c; +} + +table { + padding: 0; } + table tr { + border-top: 1px solid #cccccc; + background-color: white; + margin: 0; + padding: 0; } + table tr:nth-child(2n) { + background-color: #f8f8f8; } + table tr th { + font-weight: bold; + border: 1px solid #cccccc; + text-align: left; + margin: 0; + padding: 6px 13px; } + table tr td { + border: 1px solid #cccccc; + text-align: left; + margin: 0; + padding: 6px 13px; } + table tr th :first-child, table tr td :first-child { + margin-top: 0; } + table tr th :last-child, table tr td :last-child { + margin-bottom: 0; } + +/* +br { + display: block; /* makes it have a width */ + content: ""; /* clears default height */ + margin-top: 2; /* change this to whatever height you want it */ +} +*/ + + +/* +.remark-slide-content:not(.exclude) { + background-image: url(../images/footer.png); + background-position: 9% 100%; + background-size: 900px; + padding-left: 100px; /* delete this for 4:3 aspect ratio */ +} +*/ + + + +/****************** + * + * Coloured content boxes + * + ****************/ + + +.content-box { + box-sizing: content-box; + background-color: #e2e2e2; + /* Total width: 160px + (2 * 20px) + (2 * 8px) = 216px + Total height: 80px + (2 * 20px) + (2 * 8px) = 136px + Content box width: 160px + Content box height: 80px */ +} + + +.content-box-blue, +.content-box-gray, +.content-box-grey, +.content-box-army, +.content-box-green, +.content-box-purple, +.content-box-red, +.content-box-yellow { + border-radius: 10px; + margin: 0 0 15px; + overflow: hidden; + padding: 10px; + width: 100%; +} + +.content-box-blue { + background-color: #F0F8FF; + +} + +.content-box-gray { + background-color: #e2e2e2; +} + +.content-box-grey { + background-color: #F5F5F5; +} + +.content-box-army { + background-color: #737a36; +} + +.content-box-green { + background-color: #d9edc2; +} + +.content-box-purple { + background-color: #e2e2f9; +} + +.content-box-red { + background-color: #f9dbdb; +} + +.content-box-yellow { + background-color: #fef5c4; +} + + +.full-width { + display: flex; + width: 100%; + flex: 1 1 auto; +} + + +/************** + * + * Font colours + * + **************/ + + +.black { color: black; } +.red { color: red; } +.blue { color: blue; } +.green { color: green; } +.yellow { color: yellow; } +.orange { color: orange; } +.purple { color: purple; } +.gray { color: gray; } +.grey { color: gray; } +.white{ color: white; } +.curso{ color: #0f6070; } +.bold { font-weight: bold; } +.bolder { font-weight: bolder; } + + +iframe { + border: 1px solid black; + width: 100%; +} + +.output { + background: #eee; +} + +/* scroll vertical code blocks */ + +.pre { + height: 30pc; + overflow-y: scroll; +} + +/* then add to code like this:this +.pre[ +```{r} +fu <- function(x){ + x +} +``` +] + +*/ + +.scrollable-slide { + height: 800px; + overflow-y: auto !important; +} diff --git a/slides/data/Minard.temp.csv b/slides/data/Minard.temp.csv deleted file mode 100644 index c819bbc5..00000000 --- a/slides/data/Minard.temp.csv +++ /dev/null @@ -1,10 +0,0 @@ -"","long","temp","days","date" -"1",37.6,0,6,"Oct18" -"2",36,0,6,"Oct24" -"3",33.2,-9,16,"Nov09" -"4",32,-21,5,"Nov14" -"5",29.2,-11,10,NA -"6",28.5,-20,4,"Nov28" -"7",27.2,-24,3,"Dec01" -"8",26.7,-30,5,"Dec06" -"9",25.3,-26,1,"Dec07" diff --git a/slides/data/Minard.troops.csv b/slides/data/Minard.troops.csv deleted file mode 100644 index 0cc81c43..00000000 --- a/slides/data/Minard.troops.csv +++ /dev/null @@ -1,52 +0,0 @@ -"","long","lat","survivors","direction","group" -"1",24,54.9,340000,"A",1 -"2",24.5,55,340000,"A",1 -"3",25.5,54.5,340000,"A",1 -"4",26,54.7,320000,"A",1 -"5",27,54.8,300000,"A",1 -"6",28,54.9,280000,"A",1 -"7",28.5,55,240000,"A",1 -"8",29,55.1,210000,"A",1 -"9",30,55.2,180000,"A",1 -"10",30.3,55.3,175000,"A",1 -"11",32,54.8,145000,"A",1 -"12",33.2,54.9,140000,"A",1 -"13",34.4,55.5,127100,"A",1 -"14",35.5,55.4,100000,"A",1 -"15",36,55.5,100000,"A",1 -"16",37.6,55.8,100000,"A",1 -"17",37.7,55.7,100000,"R",1 -"18",37.5,55.7,98000,"R",1 -"19",37,55,97000,"R",1 -"20",36.8,55,96000,"R",1 -"21",35.4,55.3,87000,"R",1 -"22",34.3,55.2,55000,"R",1 -"23",33.3,54.8,37000,"R",1 -"24",32,54.6,24000,"R",1 -"25",30.4,54.4,20000,"R",1 -"26",29.2,54.3,20000,"R",1 -"27",28.5,54.2,20000,"R",1 -"28",28.3,54.3,20000,"R",1 -"29",27.5,54.5,20000,"R",1 -"30",26.8,54.3,12000,"R",1 -"31",26.4,54.4,14000,"R",1 -"32",25,54.4,8000,"R",1 -"33",24.4,54.4,4000,"R",1 -"34",24.2,54.4,4000,"R",1 -"35",24.1,54.4,4000,"R",1 -"36",24,55.1,60000,"A",2 -"37",24.5,55.2,60000,"A",2 -"38",25.5,54.7,60000,"A",2 -"39",26.6,55.7,40000,"A",2 -"40",27.4,55.6,33000,"A",2 -"41",28.7,55.5,33000,"A",2 -"42",28.7,55.5,33000,"R",2 -"43",29.2,54.2,30000,"R",2 -"44",28.5,54.1,30000,"R",2 -"45",28.3,54.2,28000,"R",2 -"46",24,55.2,22000,"A",3 -"47",24.5,55.3,22000,"A",3 -"48",24.6,55.8,6000,"A",3 -"49",24.6,55.8,6000,"R",3 -"50",24.2,54.4,6000,"R",3 -"51",24.1,54.4,6000,"R",3 diff --git a/slides/data/casen2022_chi.Rdata b/slides/data/casen2022_chi.Rdata new file mode 100644 index 00000000..f94bc0bb Binary files /dev/null and b/slides/data/casen2022_chi.Rdata differ diff --git a/slides/data/tutoring_program.csv b/slides/data/tutoring_program.csv deleted file mode 100644 index adea6b2a..00000000 --- a/slides/data/tutoring_program.csv +++ /dev/null @@ -1,1001 +0,0 @@ -id,entrance_exam,exit_exam,tutoring -1,92.4,78.1,FALSE -2,72.8,58.2,FALSE -3,53.7,62,TRUE -4,98.3,67.5,FALSE -5,69.7,54.1,TRUE -6,68.1,60.1,TRUE -7,86,73,FALSE -8,85.7,66.7,FALSE -9,85.9,57.8,FALSE -10,89.5,79.9,FALSE -11,84.8,70,FALSE -12,90.6,74.9,FALSE -13,88.3,71.5,FALSE -14,76.7,57.6,FALSE -15,57.1,62.4,TRUE -16,79.6,65.4,FALSE -17,85.2,69.1,FALSE -18,89.7,77.3,FALSE -19,89,67.5,FALSE -20,75.5,54,FALSE -21,85,58.4,FALSE -22,84.3,63.8,FALSE -23,69.1,77.5,TRUE -24,87.4,74.6,FALSE -25,94.2,77.3,FALSE -26,66.5,77.7,TRUE -27,90.8,70.1,FALSE -28,78,53.4,FALSE -29,90,83.2,FALSE -30,53.2,55.2,TRUE -31,84.8,68.9,FALSE -32,87.6,74.3,FALSE -33,85.1,61.1,FALSE -34,95.3,71.9,FALSE -35,92.1,77.5,FALSE -36,97.8,79,FALSE -37,93.4,82,FALSE -38,82.3,49.7,FALSE -39,84.7,68.5,FALSE -40,91.2,76,FALSE -41,89.2,72.8,FALSE -42,82.1,70.1,FALSE -43,90.5,79.5,FALSE -44,90.3,80.1,FALSE -45,91.6,61.8,FALSE -46,92.8,66.5,FALSE -47,85.4,64.5,FALSE -48,85.1,66.4,FALSE -49,96.3,80.3,FALSE -50,86.1,72.8,FALSE -51,91.6,77.8,FALSE -52,90.7,71.6,FALSE -53,80.4,64,FALSE -54,66.8,63.4,TRUE -55,36.9,49.1,TRUE -56,88.3,64.2,FALSE -57,92,60.1,FALSE -58,78.4,54.7,FALSE -59,87.2,72.9,FALSE -60,77.9,57.6,FALSE -61,91.8,67.2,FALSE -62,71.6,59.9,FALSE -63,77.7,70.2,FALSE -64,84.5,62.4,FALSE -65,83.3,66.1,FALSE -66,64.9,70.1,TRUE -67,80.2,57.2,FALSE -68,93.8,63.4,FALSE -69,82.7,58.9,FALSE -70,80.6,71.6,FALSE -71,80.5,57.3,FALSE -72,93.7,77.2,FALSE -73,80.6,62,FALSE -74,59.9,63.5,TRUE -75,63.7,72,TRUE -76,67.1,69,TRUE -77,83.8,64.1,FALSE -78,80.8,54.3,FALSE -79,92.3,72.5,FALSE -80,78.7,62,FALSE -81,73.2,70.5,FALSE -82,35.1,47.3,TRUE -83,55.9,61.3,TRUE -84,85,62.2,FALSE -85,91.8,74,FALSE -86,56.7,48.5,TRUE -87,70,71.1,TRUE -88,84.8,66.4,FALSE -89,76.7,64.2,FALSE -90,85.1,60.4,FALSE -91,74.9,68,FALSE -92,89.6,68.2,FALSE -93,74.8,57.6,FALSE -94,71.2,69,FALSE -95,78.6,62.5,FALSE -96,80.9,69.8,FALSE -97,86.9,55.9,FALSE -98,91.6,64.9,FALSE -99,59.9,75.7,TRUE -100,77.4,55.9,FALSE -101,60.4,63.5,TRUE -102,92.7,75.5,FALSE -103,74.8,65.1,FALSE -104,64.3,75.7,TRUE -105,78.2,61,FALSE -106,80.8,75.8,FALSE -107,88.4,70.3,FALSE -108,62.4,62.5,TRUE -109,76.4,62.5,FALSE -110,86.7,61.1,FALSE -111,94.6,71.9,FALSE -112,86.8,74.5,FALSE -113,73.8,48.4,FALSE -114,55.6,73.1,TRUE -115,73.2,69,FALSE -116,92.1,77.4,FALSE -117,64.4,77,TRUE -118,95.5,59.7,FALSE -119,83.3,57.8,FALSE -120,82.6,54.3,FALSE -121,97,78,FALSE -122,58.1,63.4,TRUE -123,86.6,59.2,FALSE -124,82.9,61.8,FALSE -125,65.1,66.3,TRUE -126,79.5,72.7,FALSE -127,67.9,66.5,TRUE -128,70.3,61.5,FALSE -129,72.8,66.2,FALSE -130,68.1,74.1,TRUE -131,71.4,58.8,FALSE -132,83.5,62.5,FALSE -133,76.1,54,FALSE -134,75.7,59.9,FALSE -135,81.5,62.1,FALSE -136,91.1,74.2,FALSE -137,89.3,68.8,FALSE -138,83.7,61.3,FALSE -139,89.1,82.1,FALSE -140,81.8,66.6,FALSE -141,84,66.7,FALSE -142,80.7,67.2,FALSE -143,70.2,59.7,FALSE -144,65.4,79.6,TRUE -145,35.9,50.1,TRUE -146,78.9,64.4,FALSE -147,82.7,70,FALSE -148,77,66.6,FALSE -149,82.9,65.5,FALSE -150,96.4,73.8,FALSE -151,44.1,61.5,TRUE -152,89,66.9,FALSE -153,91.7,65,FALSE -154,73.6,54.8,FALSE -155,78.3,56,FALSE -156,99.1,67.8,FALSE -157,79.4,67.3,FALSE -158,70,70.2,TRUE -159,58.3,53.3,TRUE -160,51.3,55.6,TRUE -161,85.2,64.8,FALSE -162,63.5,55.6,TRUE -163,80.9,70,FALSE -164,85.6,67.6,FALSE -165,99.3,76.6,FALSE -166,88.5,68.2,FALSE -167,68.5,70.4,TRUE -168,68.2,58.4,TRUE -169,65.5,66.7,TRUE -170,90.3,69.6,FALSE -171,74.9,67.4,FALSE -172,97.5,76.9,FALSE -173,68.5,79.3,TRUE -174,63.7,63.5,TRUE -175,74.5,55.1,FALSE -176,63.6,63.5,TRUE -177,72.1,58.4,FALSE -178,62.2,64.5,TRUE -179,52.9,60.9,TRUE -180,77.2,49.2,FALSE -181,91.6,68.1,FALSE -182,69.9,57.7,TRUE -183,83.8,63.2,FALSE -184,41.6,51.8,TRUE -185,95.2,76.6,FALSE -186,84,67.5,FALSE -187,69.9,73.6,TRUE -188,80.2,62,FALSE -189,86.4,64.9,FALSE -190,82.5,60.2,FALSE -191,65.3,74.1,TRUE -192,64.6,68.4,TRUE -193,72.6,47.5,FALSE -194,87,72.1,FALSE -195,64.2,69.8,TRUE -196,87.3,63.6,FALSE -197,74.5,66.7,FALSE -198,82.8,56.6,FALSE -199,82.1,62.6,FALSE -200,90,69.3,FALSE -201,75.8,73.1,FALSE -202,72,63.6,FALSE -203,91.3,53,FALSE -204,81.8,68.1,FALSE -205,77.3,58.2,FALSE -206,66.1,78.2,TRUE -207,76.8,57.5,FALSE -208,70,57.3,TRUE -209,91.5,80.7,FALSE -210,63.4,59.5,TRUE -211,63.2,63.9,TRUE -212,73.3,64.4,FALSE -213,45.7,64.9,TRUE -214,70.2,61,FALSE -215,73,69,FALSE -216,73,52,FALSE -217,69.5,70.6,TRUE -218,54.3,51.5,TRUE -219,69.2,69.8,TRUE -220,64.5,72.5,TRUE -221,91.8,79.8,FALSE -222,83.4,75.8,FALSE -223,92.5,72.4,FALSE -224,73.1,73.5,FALSE -225,70.2,70.1,FALSE -226,56.6,64.7,TRUE -227,83.1,52.1,FALSE -228,75,61.6,FALSE -229,96.1,73,FALSE -230,71.6,59.2,FALSE -231,87.1,62.9,FALSE -232,81.5,77.7,FALSE -233,70.6,59.9,FALSE -234,64.4,62.1,TRUE -235,82.5,67.6,FALSE -236,64.3,65.3,TRUE -237,86.9,60.9,FALSE -238,61,66.6,TRUE -239,77.9,60.2,FALSE -240,72,71.2,FALSE -241,68.8,70.8,TRUE -242,87.5,64.1,FALSE -243,60.8,64.1,TRUE -244,88.7,78.4,FALSE -245,71.9,61.5,FALSE -246,89.1,63.8,FALSE -247,81.6,70.9,FALSE -248,94.9,69.4,FALSE -249,75.6,58,FALSE -250,56.4,54.9,TRUE -251,74.6,57.4,FALSE -252,96.1,71.1,FALSE -253,86.6,78.4,FALSE -254,92.1,74.8,FALSE -255,83.3,63,FALSE -256,71.3,67,FALSE -257,72,58.4,FALSE -258,86.1,68.8,FALSE -259,90.2,59.1,FALSE -260,80.6,65.6,FALSE -261,55.7,65.8,TRUE -262,77.4,65.7,FALSE -263,86.9,74.7,FALSE -264,85.2,56.3,FALSE -265,84.4,65.9,FALSE -266,62.1,70.5,TRUE -267,42.3,52.9,TRUE -268,69.4,62.4,TRUE -269,84.1,70.2,FALSE -270,78.4,66.5,FALSE -271,85,68,FALSE -272,80.2,77,FALSE -273,85.9,66.7,FALSE -274,86.9,68.1,FALSE -275,75.3,64.6,FALSE -276,77.4,70.8,FALSE -277,85.2,71,FALSE -278,95.1,71.5,FALSE -279,77.3,68,FALSE -280,87.7,73.7,FALSE -281,53.7,60.6,TRUE -282,90.1,72.2,FALSE -283,52.5,64.9,TRUE -284,86.9,65.1,FALSE -285,72.5,59.4,FALSE -286,58.7,71.8,TRUE -287,85.3,76.8,FALSE -288,67,63.5,TRUE -289,79.2,70.6,FALSE -290,91.8,77.6,FALSE -291,82,55.3,FALSE -292,81.2,65,FALSE -293,88.8,73.4,FALSE -294,78.7,53,FALSE -295,71.7,52.4,FALSE -296,57.2,70.6,TRUE -297,52,65.4,TRUE -298,76,60.4,FALSE -299,51.4,69.7,TRUE -300,88.2,72,FALSE -301,98.3,74.3,FALSE -302,84.7,67.9,FALSE -303,85.3,65.9,FALSE -304,98.2,72.6,FALSE -305,66.8,60.8,TRUE -306,88.4,69.6,FALSE -307,81.3,71.6,FALSE -308,95.1,73.5,FALSE -309,89.4,71.3,FALSE -310,79.6,64.5,FALSE -311,57.7,50.9,TRUE -312,28.8,44.7,TRUE -313,77.9,54.3,FALSE -314,80.2,49.4,FALSE -315,85.2,76.6,FALSE -316,43.4,61.8,TRUE -317,93,75.6,FALSE -318,72.2,63.4,FALSE -319,78.5,67.1,FALSE -320,86.4,64.4,FALSE -321,94.6,80.8,FALSE -322,73.6,65.7,FALSE -323,78.4,68.3,FALSE -324,89,72.3,FALSE -325,75.5,67.2,FALSE -326,82.1,59.6,FALSE -327,87.3,66.7,FALSE -328,68.2,78.4,TRUE -329,82.9,58.5,FALSE -330,96.4,74.9,FALSE -331,99,68,FALSE -332,86.1,64.9,FALSE -333,60.2,60,TRUE -334,56.4,58.3,TRUE -335,72,64.2,FALSE -336,94.6,74.2,FALSE -337,74.1,68.6,FALSE -338,38.4,44.8,TRUE -339,99.8,77,FALSE -340,88.4,62.3,FALSE -341,53.1,63.1,TRUE -342,67.6,56.1,TRUE -343,61.5,58.6,TRUE -344,69.1,75.7,TRUE -345,67.3,69.1,TRUE -346,77.5,63.7,FALSE -347,89.8,67.7,FALSE -348,92.6,75.2,FALSE -349,77.2,68.1,FALSE -350,84.1,69,FALSE -351,89.6,60.1,FALSE -352,70,74.4,TRUE -353,75.1,62.1,FALSE -354,91.7,76.3,FALSE -355,85.3,72.1,FALSE -356,79,73.3,FALSE -357,93.9,65.5,FALSE -358,82.2,62.8,FALSE -359,87.6,74.7,FALSE -360,97.7,65.7,FALSE -361,82.2,79.6,FALSE -362,85.5,57.8,FALSE -363,86.4,57.5,FALSE -364,66.9,67.2,TRUE -365,75.3,66.5,FALSE -366,92.6,78.9,FALSE -367,70.8,66.6,FALSE -368,79.5,69.4,FALSE -369,74.9,67.2,FALSE -370,64.6,58.9,TRUE -371,75.8,68.3,FALSE -372,38.8,54.8,TRUE -373,75.8,62,FALSE -374,92.8,67.5,FALSE -375,92.5,77.8,FALSE -376,96.8,79,FALSE -377,88.7,72.5,FALSE -378,88,65.5,FALSE -379,86.4,68.9,FALSE -380,63,74.2,TRUE -381,92.9,72.1,FALSE -382,77.4,60.5,FALSE -383,68.5,72,TRUE -384,80,71.3,FALSE -385,74.8,69,FALSE -386,90.1,71.7,FALSE -387,93,68.7,FALSE -388,73,53.2,FALSE -389,83.9,75.8,FALSE -390,71.8,66.6,FALSE -391,71.1,72.6,FALSE -392,45.4,56.8,TRUE -393,83.9,61,FALSE -394,62.1,64,TRUE -395,86.9,57.8,FALSE -396,94.4,67.4,FALSE -397,92.4,75.5,FALSE -398,80.2,52.4,FALSE -399,76,59.4,FALSE -400,88.6,64.5,FALSE -401,73.7,68.3,FALSE -402,63.7,68.7,TRUE -403,93.1,79.8,FALSE -404,96.9,74,FALSE -405,92.9,59.5,FALSE -406,89.5,73.2,FALSE -407,82.3,65.6,FALSE -408,58.9,57.8,TRUE -409,72.9,71.6,FALSE -410,85.9,77,FALSE -411,78.4,70.7,FALSE -412,85.2,65.2,FALSE -413,54.4,61.6,TRUE -414,53.3,50.8,TRUE -415,92.1,79.4,FALSE -416,88,72.3,FALSE -417,95.7,63.5,FALSE -418,69.9,74.6,TRUE -419,73.6,63.7,FALSE -420,89,70.5,FALSE -421,64.3,66.8,TRUE -422,94.1,68.7,FALSE -423,91.6,64.9,FALSE -424,78.5,58.5,FALSE -425,68.1,62.8,TRUE -426,62.9,73,TRUE -427,56.4,63.4,TRUE -428,92.6,82.9,FALSE -429,63.4,65,TRUE -430,79.6,71.8,FALSE -431,81.6,76.4,FALSE -432,94.7,81.7,FALSE -433,68.4,64.7,TRUE -434,71.2,58.1,FALSE -435,78.1,58.3,FALSE -436,91.1,74.5,FALSE -437,89,68.1,FALSE -438,78,60.6,FALSE -439,54.9,63.1,TRUE -440,83.3,74.3,FALSE -441,89.3,59.9,FALSE -442,68.3,61.6,TRUE -443,69.7,71.3,TRUE -444,47.2,59.6,TRUE -445,42.4,58.5,TRUE -446,80.1,67,FALSE -447,77.8,64.3,FALSE -448,87.2,68.5,FALSE -449,89.1,67.7,FALSE -450,83.1,73.2,FALSE -451,73.7,72.8,FALSE -452,78.2,66.8,FALSE -453,74.2,56.3,FALSE -454,74.3,69,FALSE -455,63.3,66.5,TRUE -456,82,67.3,FALSE -457,37.2,64.1,TRUE -458,69.5,76,TRUE -459,92.3,62.9,FALSE -460,82.1,73.9,FALSE -461,67.9,74.4,TRUE -462,83.9,72.3,FALSE -463,71.4,50,FALSE -464,47.3,60.1,TRUE -465,86.9,63.9,FALSE -466,78.1,57.6,FALSE -467,85.9,70.8,FALSE -468,91.7,78.6,FALSE -469,96.5,71.9,FALSE -470,74.3,64.8,FALSE -471,65.9,55.3,TRUE -472,65.1,71.4,TRUE -473,93.8,74.2,FALSE -474,91.8,65.2,FALSE -475,91.9,75.8,FALSE -476,87.4,68.8,FALSE -477,74.8,58.3,FALSE -478,66.1,71.1,TRUE -479,57.2,71.8,TRUE -480,65.6,65.3,TRUE -481,87.5,70.9,FALSE -482,91.3,82.6,FALSE -483,82.4,64,FALSE -484,75.9,61.9,FALSE -485,63.1,70.4,TRUE -486,89.1,70.9,FALSE -487,72.5,65.3,FALSE -488,46.4,53.6,TRUE -489,89.6,79.9,FALSE -490,81.3,72.3,FALSE -491,96.1,76.4,FALSE -492,72.6,48.7,FALSE -493,86.8,69.6,FALSE -494,89.9,77.1,FALSE -495,88.4,55.7,FALSE -496,69.4,71.5,TRUE -497,97.8,69.3,FALSE -498,84.1,57.4,FALSE -499,90.7,67,FALSE -500,90.2,58.8,FALSE -501,68.7,75,TRUE -502,71.3,71.9,FALSE -503,79.5,71.6,FALSE -504,67.4,73,TRUE -505,86.4,66.3,FALSE -506,97.3,77.2,FALSE -507,81.4,60.9,FALSE -508,83.3,63.2,FALSE -509,75,56.8,FALSE -510,69.8,56.9,TRUE -511,57.9,73.3,TRUE -512,77,55.2,FALSE -513,85.2,69.6,FALSE -514,82.4,71.9,FALSE -515,60.6,76.3,TRUE -516,89.1,75.6,FALSE -517,90.2,72.4,FALSE -518,72.1,72.7,FALSE -519,65.7,70.6,TRUE -520,61.6,61.6,TRUE -521,77.6,72.5,FALSE -522,80.7,65.4,FALSE -523,53,70.4,TRUE -524,91.9,71.4,FALSE -525,55.7,55.2,TRUE -526,86.7,76.3,FALSE -527,75.5,54.7,FALSE -528,68.6,75.9,TRUE -529,75.5,67.7,FALSE -530,85.2,58.8,FALSE -531,74.7,68.2,FALSE -532,89,76.2,FALSE -533,87,54.6,FALSE -534,54.4,63.9,TRUE -535,71.4,44,FALSE -536,89.6,70.3,FALSE -537,77.7,69.7,FALSE -538,66,72.9,TRUE -539,89.4,57.4,FALSE -540,83.5,62.3,FALSE -541,56.1,57.7,TRUE -542,84.6,67.4,FALSE -543,95.5,71.3,FALSE -544,69.8,73.5,TRUE -545,94,62.2,FALSE -546,94.3,74.6,FALSE -547,76.6,58.4,FALSE -548,76.8,50.5,FALSE -549,78.3,64.5,FALSE -550,72.4,72.2,FALSE -551,87.2,73.1,FALSE -552,75.7,57.9,FALSE -553,85.3,57.2,FALSE -554,78.9,62.8,FALSE -555,91.9,63.8,FALSE -556,79.6,56.8,FALSE -557,76,54.2,FALSE -558,87.5,62.5,FALSE -559,77.1,65,FALSE -560,86.9,59.7,FALSE -561,86.9,72.2,FALSE -562,81,62.7,FALSE -563,68.4,73,TRUE -564,81,61.6,FALSE -565,74.4,58.1,FALSE -566,56.8,64.2,TRUE -567,82.2,65.9,FALSE -568,79.5,61.2,FALSE -569,68,76.8,TRUE -570,92.8,62.6,FALSE -571,67.2,66.4,TRUE -572,85.5,63.2,FALSE -573,91.8,72.2,FALSE -574,96.1,84.5,FALSE -575,87.7,62.6,FALSE -576,92.1,73,FALSE -577,92.2,66,FALSE -578,92.4,79.1,FALSE -579,67.2,56.8,TRUE -580,89.5,72.5,FALSE -581,86.5,68.7,FALSE -582,83.9,70.9,FALSE -583,74.4,65.9,FALSE -584,83.1,74.4,FALSE -585,60.5,64.3,TRUE -586,82.3,62.3,FALSE -587,97.8,75.3,FALSE -588,79.3,67.7,FALSE -589,96.5,69.9,FALSE -590,57.6,69,TRUE -591,88,73.3,FALSE -592,91.6,78.8,FALSE -593,86.2,63.2,FALSE -594,66.3,73,TRUE -595,73.2,52.9,FALSE -596,90.3,71.4,FALSE -597,77.9,63.9,FALSE -598,66.7,73.5,TRUE -599,41.3,53.4,TRUE -600,75.5,62.7,FALSE -601,87.5,80,FALSE -602,82.5,61.3,FALSE -603,61,78.4,TRUE -604,57.8,66.8,TRUE -605,69.2,80.1,TRUE -606,81.1,63.2,FALSE -607,92.6,57.5,FALSE -608,83.3,62.4,FALSE -609,85.7,56.7,FALSE -610,71.8,67.7,FALSE -611,64.1,61.8,TRUE -612,92.1,69.6,FALSE -613,84.4,66.3,FALSE -614,75.3,53.2,FALSE -615,83.4,69.7,FALSE -616,92.4,73.9,FALSE -617,99,78.6,FALSE -618,78.2,73.1,FALSE -619,78.3,63.6,FALSE -620,37,53.8,TRUE -621,97.1,67.5,FALSE -622,87.1,70.2,FALSE -623,59.2,71.1,TRUE -624,71.5,61.7,FALSE -625,75.7,59.2,FALSE -626,86.6,66.1,FALSE -627,74.2,53,FALSE -628,81.5,50,FALSE -629,75.8,47.9,FALSE -630,86.1,71.3,FALSE -631,46.3,58.8,TRUE -632,83.3,69.4,FALSE -633,82.5,67.8,FALSE -634,83.1,62.9,FALSE -635,82.4,69.8,FALSE -636,76.1,71,FALSE -637,70.7,62.2,FALSE -638,64.2,54.4,TRUE -639,81.9,49.7,FALSE -640,89.9,73,FALSE -641,94.1,65.1,FALSE -642,77.1,64.5,FALSE -643,76.9,64.4,FALSE -644,75.9,67.8,FALSE -645,79.4,74.8,FALSE -646,76,56.2,FALSE -647,76.2,74.2,FALSE -648,88.1,71.7,FALSE -649,70.4,46.6,FALSE -650,91.4,69.9,FALSE -651,94.3,70.6,FALSE -652,79.8,57.7,FALSE -653,91.5,62.3,FALSE -654,66.4,63,TRUE -655,80.1,61.7,FALSE -656,88.2,56.2,FALSE -657,79.6,49.8,FALSE -658,43.8,55.1,TRUE -659,79.6,66.4,FALSE -660,82.8,66.3,FALSE -661,70.9,57.6,FALSE -662,55.2,67.5,TRUE -663,90.9,65.1,FALSE -664,80.7,74,FALSE -665,53.8,42.8,TRUE -666,71.5,59.4,FALSE -667,80.8,65.9,FALSE -668,93.2,67.1,FALSE -669,82.1,69.1,FALSE -670,80.7,66.5,FALSE -671,79.1,64.4,FALSE -672,37.9,44.2,TRUE -673,84.6,61.5,FALSE -674,95,71.1,FALSE -675,68.3,70.5,TRUE -676,79.6,66.6,FALSE -677,81,74.5,FALSE -678,65.2,62.4,TRUE -679,99.4,71,FALSE -680,85.8,75.1,FALSE -681,80.2,66.5,FALSE -682,65.9,56.7,TRUE -683,81.9,54.9,FALSE -684,90.6,78.6,FALSE -685,70.9,53.7,FALSE -686,77.5,62.7,FALSE -687,75.9,59.8,FALSE -688,51.6,67,TRUE -689,85.6,69.4,FALSE -690,92.7,83.5,FALSE -691,93,76.8,FALSE -692,90.8,72.7,FALSE -693,93.8,60.5,FALSE -694,78.6,71.6,FALSE -695,79.4,62.3,FALSE -696,61.8,65.2,TRUE -697,91.5,79.8,FALSE -698,81.3,63.4,FALSE -699,66.7,54.5,TRUE -700,83.2,58.6,FALSE -701,61.6,56,TRUE -702,63.8,68.5,TRUE -703,86.7,60.2,FALSE -704,88.3,77.6,FALSE -705,80.8,66.7,FALSE -706,77.7,63,FALSE -707,78.7,60.1,FALSE -708,86,62,FALSE -709,89.9,73.4,FALSE -710,91.8,74.5,FALSE -711,58.3,66.8,TRUE -712,90.5,74.4,FALSE -713,44.2,58.1,TRUE -714,80,57.6,FALSE -715,85.6,64,FALSE -716,91.3,73.9,FALSE -717,78.1,69.1,FALSE -718,81.4,66.5,FALSE -719,75,64.1,FALSE -720,86.4,57.6,FALSE -721,65.3,80.4,TRUE -722,63.3,73.5,TRUE -723,53.9,56.8,TRUE -724,74.3,56.6,FALSE -725,86,72.7,FALSE -726,79,66.1,FALSE -727,95.3,56.9,FALSE -728,75.5,70.3,FALSE -729,84.1,64.5,FALSE -730,70.2,51.1,FALSE -731,82,69.9,FALSE -732,93.7,79.5,FALSE -733,77.2,60.4,FALSE -734,93.5,68.3,FALSE -735,58.7,67.5,TRUE -736,96.4,79.4,FALSE -737,80.1,73.9,FALSE -738,69.1,73.9,TRUE -739,94.7,83.8,FALSE -740,89.5,66.7,FALSE -741,85.2,75,FALSE -742,74.9,65.3,FALSE -743,82.9,72.1,FALSE -744,90.9,67.9,FALSE -745,70.1,59,FALSE -746,85.4,76.1,FALSE -747,68.1,67,TRUE -748,85.2,72.5,FALSE -749,90.2,64.8,FALSE -750,79.3,59.7,FALSE -751,64.8,67.7,TRUE -752,73.4,67.4,FALSE -753,78.7,67.8,FALSE -754,96.9,80.5,FALSE -755,78.4,57.1,FALSE -756,89.3,69.3,FALSE -757,81,62.8,FALSE -758,73.1,63.1,FALSE -759,94.7,70.6,FALSE -760,63.2,64.5,TRUE -761,73.4,50.1,FALSE -762,56.4,61.2,TRUE -763,85.6,76.9,FALSE -764,85,75.6,FALSE -765,90.6,77.1,FALSE -766,83.3,67.4,FALSE -767,57.5,64.6,TRUE -768,57.9,53.6,TRUE -769,96.4,83.7,FALSE -770,60.6,72.5,TRUE -771,55,73.4,TRUE -772,65.6,63.6,TRUE -773,89.2,72.9,FALSE -774,54.2,67.9,TRUE -775,62.9,73.4,TRUE -776,64.5,64.9,TRUE -777,83.5,62.1,FALSE -778,60,73.6,TRUE -779,75.9,54.2,FALSE -780,78.9,60.6,FALSE -781,41.8,54,TRUE -782,62.3,64,TRUE -783,84.1,63.5,FALSE -784,94.5,63.9,FALSE -785,66.2,72,TRUE -786,84.4,66.8,FALSE -787,58.6,71.8,TRUE -788,68.9,67.1,TRUE -789,77.4,73.1,FALSE -790,79.2,62.9,FALSE -791,83.3,58.3,FALSE -792,74.3,75.2,FALSE -793,91.6,75.1,FALSE -794,64.3,72.7,TRUE -795,83.7,76.2,FALSE -796,88,65.3,FALSE -797,82.8,71.6,FALSE -798,96.1,60,FALSE -799,83.1,57.2,FALSE -800,75.9,56.2,FALSE -801,85.6,64.9,FALSE -802,83.9,63.9,FALSE -803,70.7,55.1,FALSE -804,73.8,59.5,FALSE -805,87.2,75.9,FALSE -806,66.7,69.9,TRUE -807,74.6,55.7,FALSE -808,64,75.6,TRUE -809,93.3,70.9,FALSE -810,80.8,65.1,FALSE -811,85.5,71.5,FALSE -812,90.9,60.4,FALSE -813,61.9,69.4,TRUE -814,68.9,71.2,TRUE -815,92.6,64,FALSE -816,93.8,77.8,FALSE -817,95.9,74.7,FALSE -818,76,63.5,FALSE -819,91.9,63.4,FALSE -820,83.5,53.2,FALSE -821,83.1,51.7,FALSE -822,71.9,62.7,FALSE -823,91.7,62.9,FALSE -824,79.3,70.8,FALSE -825,88,73,FALSE -826,74,69.6,FALSE -827,89.1,64.7,FALSE -828,77.3,57.5,FALSE -829,65.9,66.2,TRUE -830,90.5,75.7,FALSE -831,81.1,63.2,FALSE -832,71.5,68.9,FALSE -833,79.2,75.5,FALSE -834,97,77.2,FALSE -835,62.3,69.2,TRUE -836,77.5,70.4,FALSE -837,79.4,76.6,FALSE -838,69.9,73.1,TRUE -839,81.2,61.2,FALSE -840,90.5,63.6,FALSE -841,87,54.5,FALSE -842,76.8,63.1,FALSE -843,74.5,58.5,FALSE -844,90.4,71.4,FALSE -845,84.3,78.8,FALSE -846,88.9,49.1,FALSE -847,92.7,66.1,FALSE -848,87.2,58.9,FALSE -849,75.2,53.6,FALSE -850,72.7,54.1,FALSE -851,66.2,60.1,TRUE -852,73.9,52.8,FALSE -853,75.1,67.5,FALSE -854,57.2,65.6,TRUE -855,80.4,64.3,FALSE -856,73.2,67.7,FALSE -857,89.6,78.6,FALSE -858,96.3,72,FALSE -859,81.2,71.3,FALSE -860,67.1,67.8,TRUE -861,68.6,68,TRUE -862,62.2,66.5,TRUE -863,84.4,61.2,FALSE -864,92.4,77.5,FALSE -865,72.3,60.4,FALSE -866,94.8,65.7,FALSE -867,65.2,68.9,TRUE -868,63.6,72,TRUE -869,57.6,65.5,TRUE -870,81.3,52,FALSE -871,87.2,51.6,FALSE -872,69.4,56.5,TRUE -873,39.4,64.9,TRUE -874,92.4,82.5,FALSE -875,84.3,66.6,FALSE -876,75.2,64,FALSE -877,76.7,73,FALSE -878,84.4,52.5,FALSE -879,98.3,72,FALSE -880,82.1,64.7,FALSE -881,92.2,72,FALSE -882,77.2,67.3,FALSE -883,89,78.7,FALSE -884,79.7,66.4,FALSE -885,88,76.3,FALSE -886,83.9,65.4,FALSE -887,83.5,60.8,FALSE -888,46.6,60.5,TRUE -889,63.2,53.6,TRUE -890,81.4,51,FALSE -891,92.6,60.5,FALSE -892,54.7,72.3,TRUE -893,94.1,71.4,FALSE -894,92.2,69.8,FALSE -895,88.3,63.5,FALSE -896,90.3,79.7,FALSE -897,89.7,71.9,FALSE -898,47.8,56.1,TRUE -899,79.5,63.3,FALSE -900,87.7,57.2,FALSE -901,64.3,58.1,TRUE -902,74.3,53.1,FALSE -903,92.5,58.7,FALSE -904,85.9,67.8,FALSE -905,67.5,67.1,TRUE -906,60.2,72,TRUE -907,78,59.7,FALSE -908,95.9,71.4,FALSE -909,87.8,58.7,FALSE -910,81.2,54.8,FALSE -911,68.4,77.9,TRUE -912,76.8,60.7,FALSE -913,76.8,66.9,FALSE -914,70.6,61.6,FALSE -915,82.1,67.3,FALSE -916,84.2,74.8,FALSE -917,76.1,55,FALSE -918,88.7,65.4,FALSE -919,82.2,77.2,FALSE -920,85.5,70.5,FALSE -921,89.4,71.3,FALSE -922,57.7,68.7,TRUE -923,93,72.9,FALSE -924,84.7,58.5,FALSE -925,72.1,56.2,FALSE -926,79.5,70.4,FALSE -927,73.3,63.3,FALSE -928,93.3,72.4,FALSE -929,84.2,69.9,FALSE -930,95.8,73.9,FALSE -931,89,71.7,FALSE -932,51.9,58.6,TRUE -933,73.2,57.1,FALSE -934,76.3,67.4,FALSE -935,90,68.1,FALSE -936,85.8,65.6,FALSE -937,90.7,67.1,FALSE -938,76.9,62,FALSE -939,62.1,61.6,TRUE -940,72.3,66.3,FALSE -941,86.5,67.8,FALSE -942,67,74.9,TRUE -943,70.6,65.7,FALSE -944,60.1,77.7,TRUE -945,84.3,56.1,FALSE -946,92.2,75.1,FALSE -947,79.2,59.6,FALSE -948,72.3,63.2,FALSE -949,78.9,46.8,FALSE -950,69.8,68,TRUE -951,79.1,63.2,FALSE -952,81.4,64.7,FALSE -953,79.8,62.1,FALSE -954,78.1,65.9,FALSE -955,75.8,62.1,FALSE -956,85.9,62,FALSE -957,76.4,59.2,FALSE -958,87.5,79.2,FALSE -959,91.5,76.1,FALSE -960,61.1,57.5,TRUE -961,64.7,68.3,TRUE -962,85.9,67.4,FALSE -963,48.2,54.8,TRUE -964,80.8,71.8,FALSE -965,82.2,66.6,FALSE -966,90.2,75.1,FALSE -967,78.2,58.4,FALSE -968,80,62.3,FALSE -969,76.6,72.7,FALSE -970,69.4,72.1,TRUE -971,58.5,68.6,TRUE -972,71.8,65.7,FALSE -973,56.2,63.1,TRUE -974,54.2,73.3,TRUE -975,83.3,62.7,FALSE -976,66.7,80,TRUE -977,91.7,77.3,FALSE -978,90.2,67.1,FALSE -979,72.8,65,FALSE -980,84.3,67.3,FALSE -981,95.9,61.9,FALSE -982,58.5,52.7,TRUE -983,89,56.5,FALSE -984,70.6,64,FALSE -985,70.1,50.2,FALSE -986,40.7,55,TRUE -987,74.3,59.4,FALSE -988,64.5,61.5,TRUE -989,83.9,63.8,FALSE -990,95.5,69.6,FALSE -991,75.3,66,FALSE -992,93.9,71.1,FALSE -993,78.8,71.8,FALSE -994,76.1,58.9,FALSE -995,83.1,63.1,FALSE -996,43.7,65.3,TRUE -997,39.2,53.6,TRUE -998,90.3,76.7,FALSE -999,62.2,69.3,TRUE -1000,83.5,61.1,FALSE diff --git a/slides/ejercicios/muestra_aleatoria.R b/slides/ejercicios/muestra_aleatoria.R new file mode 100644 index 00000000..c461f9e9 --- /dev/null +++ b/slides/ejercicios/muestra_aleatoria.R @@ -0,0 +1,27 @@ +pacman::p_load(googlesheets4, dplyr) + + +# Data Dados +data_dados <- read_sheet("https://docs.google.com/spreadsheets/d/1YrMd_ds5zHgQWrdjYcX5Diwv7bQHDzf5r2A0oYWriyA") +names(data_dados) +summary(data_dados) +data_dados %>% select(caso1:caso5) %>% slice(1L) %>% sd() # check + +sd(data_dados$Prom)# sd de los promedios, para comparar con los SEs + +hist(data_dados$Prom, breaks = 15) + +# Datos simulados, 15 muestras 30 casos c/u + +df <- as.data.frame(matrix(round(runif(n=450, min=1, max=6), 0), nrow=15)) + +dim(df) + +df$promedio <- df %>% rowMeans() # agregar promedio + +hist(df$promedio) +sd(df$promedio) + +sd <- apply(df, 1, sd) + +df$sd_muestras <-sd diff --git a/slides/ejercicios_casen.R b/slides/ejercicios_casen.R new file mode 100644 index 00000000..6797d952 --- /dev/null +++ b/slides/ejercicios_casen.R @@ -0,0 +1,21 @@ + +pacman::p_load(haven, dplyr,sjmisc, stargazer) + + + +casen2022 <- read_dta("/home/juank/Downloads/Base de datos Casen 2022 STATA.dta") +summary(casen2022$y0101) #pregunta ingreso principal: y0101 Asalariados principal - Sueldos y salarios monetario +summary(casen2022$sexo) # 1=hombre, 2=mujer + +casen2020_inf <- casen2022 %>% select(y0101,sexo) +casen2020_inf <-na.omit(casen2020_inf) +casen2020_inf <- casen2020_inf %>% rename("Salario"=y0101) + +stargazer(as.data.frame(casen2020_inf), type = "text") + +confint(casen2020_inf$Salario) +save(casen2020_inf, file = "casen2020_inf.Rdata") +rm(list = c('casen2022')) + + + diff --git a/slides/ejercicios_inf.Rmd b/slides/ejercicios_inf.Rmd new file mode 100644 index 00000000..15e91189 --- /dev/null +++ b/slides/ejercicios_inf.Rmd @@ -0,0 +1,60 @@ + + +```{r} +pacman::p_load(sjmisc, haven, dplyr, stargazer, interpretCI, kableExtra) +casen2022 <- read_dta("/home/juank/Downloads/Base de datos Casen 2022 STATA.dta") +casen2022_inf <- casen2022 %>% + select(y1,sexo,e6a_no_asiste) # seleccionar variables +casen2022_inf <- casen2022_inf %>% + rename("salario"=y1,"educacion"=e6a_no_asiste ) #renombrar +casen2022_inf <-na.omit(casen2022_inf) # sacar perdidos +casen2022_inf$salario <- car::recode(casen2022_inf$salario, "c(-88,0)=NA") +save(casen2022_inf, + file = "casen2022_inf2.Rdata") #guardar objeto +rm(list = c('casen2022')) + + +load("casen2022_inf2.Rdata") +stargazer(as.data.frame(casen2022_inf), type = "text") +frq(casen2022_inf$educacion) +casen2022_inf$educ_sup <- rec(casen2022_inf$educacion, rec = "1:12=0;13:15=1", + val.labels = c("Menos que universitaria", "Universitaria o más")) +frq(casen2022_inf$educ_sup) + +casen2022_inf%>% # se especifica la base de datos + dplyr::group_by(educ_sup=sjlabelled::as_label(educ_sup)) %>% # se agrupan por la variable categórica y se usan sus etiquetas con as_label + dplyr::summarise(Obs.=n(),Promedio=mean(salario, na.rm=TRUE),SD=sd(salario, na.rm=TRUE)) %>% # se agregan las operaciones a presentar en la tabla + kable(, format = "markdown") # se genera la tabla +``` + + +# Existen diferencias de promedios de salario entre distintos niveles educacionales? +```{r} +# With raw data +casen2020_inf <-na.omit(casen2020_inf) +casen2020_inf$sexo_f <-as.factor(casen2020_inf$sexo) +meanCI(casen2022_inf,salario,alpha=0.01) +meanCI(casen2022_inf, educacion,salario, alpha=0.01 ) +casen2022_inf %>% filter(educ_sup==1) %>% meanCI(., sexo,salario, alpha=0.01 ) +``` + +```{r} +# Random sample 1000 casos +set.seed(20) +casen_1000 <- casen2022_inf %>% sample_n(300) +casen_1000%>% + dplyr::group_by(sexo=sjlabelled::as_label(sexo)) %>% # se agrupan por la variable categórica y se usan sus etiquetas con as_label + dplyr::summarise(Obs.=n(),Promedio=mean(salario, na.rm=TRUE),SD=sd(salario, na.rm=TRUE)) %>% # se agregan las operaciones a presentar en la tabla + kable(, format = "markdown") # se genera la tabla + +casen_1000 %>% meanCI(., sexo,salario, alpha=0.05) + +casen_1000 %>% filter(educ_sup==0) %>% meanCI(., sexo,salario, alpha=0.05) + +pacman::p_load(gginference) +ggttest(t.test(salario ~ sexo, data = casen_1000, alternative="greater", var.equal=TRUE)) + + +``` + + diff --git a/slides/extras_slides.Rmd b/slides/extras_slides.Rmd new file mode 100644 index 00000000..7616419c --- /dev/null +++ b/slides/extras_slides.Rmd @@ -0,0 +1,104 @@ +--- +# Promedio de ingresos + +- sabemos que el promedio de ingresos en la muestra CASEN 2022 es de 677.747. + +- ¿con qué nivel de confianza podemos decir que este es el ingreso de la población? + +- en estadística inferencial, lo que podemos ofrecer es un rango o .green[intervalo] de ingresos, con un cierto .red[nivel de confianza] y probabilidad de .red[error] + + + +--- + # Intervalos de confianza y distribución Z + + .pull-left[ + Primero vamos a calcular intervalos de confianza basados en la distribución normal o basados en .red[puntajes Z] + + Recordemos que, $\bar{x}{\color{red}\pm}1.96SE$ abarcan el 95% de los valores alrededor del promedio + ] + +.pull-right[ + ![](img/norm2.png) +] + +--- +# ¿De dónde viene ese 1.96? + +- el valor de 1.96 viene justamente de un cálculo asociado a un $\alpha=0.05$ + +- un $\alpha=0.05$, que abarca el 95% de la distribución muestral, quiere decir que las colas de la curva quedan fuera, donde se encuentra el 5% + +- para esto entonces necesitamos dividir este 5% en el 2,5% inferior y el 2,5% superior, y calcular el puntaje Z para cada uno + +--- +## Intervalos de confianza + +.pull-left-narrow[ + ### $\bar{X}\pm Z_{\frac{\alpha}{2}}\frac{\sigma}{\sqrt{N}}$ + ] + +.pull-right-wide[ + Donde + + - $\bar{X}$ promedio de la muestra + - $Z$ = puntaje Z, expresado en desviaciones estándar del promedio en la curva normal + - $\alpha$ = nivel de confianza + - $\sigma$ = desviación estándar + - $N$ = tamaño muestral + - $\frac{\sigma}{\sqrt{N}}$= error estándar +] + + +--- + + - calcular Z para un nivel de confianza $\alpha=0.05$ + - se calcula el valor para un ${\frac{\alpha}{2}}=0.025$, ya que necesitamos el puntaje Z en el nivel superior e inferior + +```{r} +qnorm(0.025) +``` +Y para el superior sumamos 0.025 al 0.95% de confianza: + + ```{r} +qnorm(0.975) +``` + +--- + # De vuelta a ingreso CASEN 2022 + + .pull-left-narrow[ + ### $\bar{X}\pm Z_{\frac{\alpha}{2}}\frac{\sigma}{\sqrt{N}}$ + - $\bar{X}$ = 677.747 + - $Z$ = 1.96 + - $\alpha$ = 0.05 + - $\sigma$ = 645,027 + - $N$ = 58.240 + - $\frac{\sigma}{\sqrt{N}}$= SE (error estándar) + ] + + +.pull-right-wide[ + ```{r} + SE <- 645027/sqrt(58240) + CI_inf <- 677747-(1.96*SE) + CI_sup <- 677747+(1.96*SE) + CI_inf;CI_sup + ``` +] + +--- + class: inverse middle center + +Por lo tanto, podemos decir con un 95% de confianza que el salario promedio se encuentra entre 672.508 y 682.985 en la población. + +¿Qué hubiera pasado si hubiésemos elegido un distinto nivel de confianza? + + --- + + ![](img/z_confidence_interval.png) + +--- + +![](img/z&t.png) + diff --git a/slides/graficos_probabilidad.R b/slides/graficos_probabilidad.R new file mode 100644 index 00000000..cda88c0d --- /dev/null +++ b/slides/graficos_probabilidad.R @@ -0,0 +1,178 @@ +# Definimos los promedios posibles (1.5, 2, 2.5, ..., 5.5, 6) +promedios_posibles <- seq(1, 6, by = 0.5) + +# Calculamos la distribución de probabilidad teórica para cada promedio +# Las probabilidades corresponden a los valores de promedios específicos +probabilidades_teoricas <- c(1/36, 2/36, 3/36, 4/36, 5/36, 6/36, 5/36, 4/36, 3/36, 2/36, 1/36) + +# Graficamos la distribución de probabilidad teórica +barplot(probabilidades_teoricas, + names.arg = promedios_posibles, + main = "Distribución de Probabilidad Teórica del Promedio de Dos Dados", + xlab = "Promedio de los Dados", + ylab = "Probabilidad Teórica", + col = "orange") + +teoric = recordPlot() +teoric + +# Repeticiones + +# Establecemos la semilla para reproducibilidad +set.seed(123) + +# Simulamos 100 repeticiones de dos dados +dados1 <- sample(1:6, 100, replace = TRUE) +dados2 <- sample(1:6, 100, replace = TRUE) + +# Calculamos el promedio de los resultados de ambos dados +promedio_dados <- (dados1 + dados2) / 2 + +# Calculamos las frecuencias de cada promedio posible +frecuencias_empiricas <- table(promedio_dados) + +# Convertimos las frecuencias a probabilidades +probabilidades_empiricas <- frecuencias_empiricas / sum(frecuencias_empiricas) + +# Graficamos las frecuencias de probabilidad empíricas +barplot(probabilidades_empiricas, + main = "Frecuencia de Probabilidad del Promedio de Dos Dados (100 repeticiones)", + xlab = "Promedio de los Dados", + ylab = "Frecuencia de Probabilidad", + col = rgb(0.1, 0.5, 0.8, 0.6), # Azul con transparencia + ylim = c(0, max(probabilidades_empiricas, probabilidades_teoricas) * 1.2)) + +# Superponemos las barras de la distribución teórica +barplot(probabilidades_teoricas, + names.arg = promedios_posibles, + col = rgb(0.8, 0.2, 0.2, 0.5), # Rojo con transparencia + add = TRUE) + +# Se agrega al gráfico existente +legend("topright", legend = c("Empírica", "Teórica"), + fill = c(rgb(0.1, 0.5, 0.8, 0.6), rgb(0.8, 0.2, 0.2, 0.5)), + border = "white")) + +rep100 =recordPlot() + + +# Rep 500 +# Establecemos la semilla para reproducibilidad +set.seed(123) + +# Simulamos 100 repeticiones de dos dados +dados1 <- sample(1:6, 500, replace = TRUE) +dados2 <- sample(1:6, 500, replace = TRUE) + +# Calculamos el promedio de los resultados de ambos dados +promedio_dados <- (dados1 + dados2) / 2 + +# Calculamos las frecuencias de cada promedio posible +frecuencias_empiricas <- table(promedio_dados) + +# Convertimos las frecuencias a probabilidades +probabilidades_empiricas <- frecuencias_empiricas / sum(frecuencias_empiricas) + +# Graficamos las frecuencias de probabilidad empíricas +barplot(probabilidades_empiricas, + main = "Frecuencia de Probabilidad del Promedio de Dos Dados (500 repeticiones)", + xlab = "Promedio de los Dados", + ylab = "Frecuencia de Probabilidad", + col = rgb(0.1, 0.5, 0.8, 0.6), # Azul con transparencia + ylim = c(0, max(probabilidades_empiricas, probabilidades_teoricas) * 1.2)) + +# Superponemos las barras de la distribución teórica +barplot(probabilidades_teoricas, + names.arg = promedios_posibles, + col = rgb(0.8, 0.2, 0.2, 0.5), # Rojo con transparencia + add = TRUE) + +# Se agrega al gráfico existente +legend("topright", legend = c("Empírica", "Teórica"), + fill = c(rgb(0.1, 0.5, 0.8, 0.6), rgb(0.8, 0.2, 0.2, 0.5)), + border = "white")) + +rep500 =recordPlot() + +# rep1500 + +# Establecemos la semilla para reproducibilidad +set.seed(123) + +# Simulamos 100 repeticiones de dos dados +dados1 <- sample(1:6, 1500, replace = TRUE) +dados2 <- sample(1:6, 1500, replace = TRUE) + +# Calculamos el promedio de los resultados de ambos dados +promedio_dados <- (dados1 + dados2) / 2 + +# Calculamos las frecuencias de cada promedio posible +frecuencias_empiricas <- table(promedio_dados) + +# Convertimos las frecuencias a probabilidades +probabilidades_empiricas <- frecuencias_empiricas / sum(frecuencias_empiricas) + +# Graficamos las frecuencias de probabilidad empíricas +barplot(probabilidades_empiricas, + main = "Frecuencia de Probabilidad del Promedio de Dos Dados (1500 repeticiones)", + xlab = "Promedio de los Dados", + ylab = "Frecuencia de Probabilidad", + col = rgb(0.1, 0.5, 0.8, 0.6), # Azul con transparencia + ylim = c(0, max(probabilidades_empiricas, probabilidades_teoricas) * 1.2)) + +# Superponemos las barras de la distribución teórica +barplot(probabilidades_teoricas, + names.arg = promedios_posibles, + col = rgb(0.8, 0.2, 0.2, 0.5), # Rojo con transparencia + add = TRUE) + +# Se agrega al gráfico existente +legend("topright", legend = c("Empírica", "Teórica"), + fill = c(rgb(0.1, 0.5, 0.8, 0.6), rgb(0.8, 0.2, 0.2, 0.5)), + border = "white")) + +rep1500 =recordPlot() + +# rep 5000 + +# Establecemos la semilla para reproducibilidad +set.seed(123) + +# Simulamos 100 repeticiones de dos dados +dados1 <- sample(1:6, 5000, replace = TRUE) +dados2 <- sample(1:6, 5000, replace = TRUE) + +# Calculamos el promedio de los resultados de ambos dados +promedio_dados <- (dados1 + dados2) / 2 + +# Calculamos las frecuencias de cada promedio posible +frecuencias_empiricas <- table(promedio_dados) + +# Convertimos las frecuencias a probabilidades +probabilidades_empiricas <- frecuencias_empiricas / sum(frecuencias_empiricas) + +# Graficamos las frecuencias de probabilidad empíricas +barplot(probabilidades_empiricas, + main = "Frecuencia de Probabilidad del Promedio de Dos Dados (5000 repeticiones)", + xlab = "Promedio de los Dados", + ylab = "Frecuencia de Probabilidad", + col = rgb(0.1, 0.5, 0.8, 0.6), # Azul con transparencia + ylim = c(0, max(probabilidades_empiricas, probabilidades_teoricas) * 1.2)) + +# Superponemos las barras de la distribución teórica +barplot(probabilidades_teoricas, + names.arg = promedios_posibles, + col = rgb(0.8, 0.2, 0.2, 0.5), # Rojo con transparencia + add = TRUE) + +# Se agrega al gráfico existente +legend("topright", legend = c("Empírica", "Teórica"), + fill = c(rgb(0.1, 0.5, 0.8, 0.6), rgb(0.8, 0.2, 0.2, 0.5)), + border = "white")) + +rep5000 =recordPlot() + + + + + diff --git a/slides/guion.md b/slides/guion.md new file mode 100644 index 00000000..e69de29b diff --git a/slides/img/2dice.png b/slides/img/2dice.png new file mode 100644 index 00000000..0f927569 Binary files /dev/null and b/slides/img/2dice.png differ diff --git a/slides/img/3dice.png b/slides/img/3dice.png new file mode 100644 index 00000000..d0699629 Binary files /dev/null and b/slides/img/3dice.png differ diff --git a/slides/img/6dicehistogram.png b/slides/img/6dicehistogram.png new file mode 100644 index 00000000..16e8a6e7 Binary files /dev/null and b/slides/img/6dicehistogram.png differ diff --git a/slides/img/Alice_Lee.jpg b/slides/img/Alice_Lee.jpg new file mode 100644 index 00000000..b4b42846 Binary files /dev/null and b/slides/img/Alice_Lee.jpg differ diff --git a/slides/img/Medicion.png b/slides/img/Medicion.png new file mode 100644 index 00000000..a5d450c5 Binary files /dev/null and b/slides/img/Medicion.png differ diff --git a/slides/img/Medicionejm.png b/slides/img/Medicionejm.png new file mode 100644 index 00000000..1c827992 Binary files /dev/null and b/slides/img/Medicionejm.png differ diff --git a/slides/img/ObservacionesyVariables.png b/slides/img/ObservacionesyVariables.png new file mode 100644 index 00000000..5a31193b Binary files /dev/null and b/slides/img/ObservacionesyVariables.png differ diff --git a/slides/img/One_tailed_and_two_tailed_t-test.png b/slides/img/One_tailed_and_two_tailed_t-test.png new file mode 100644 index 00000000..cdf78dea Binary files /dev/null and b/slides/img/One_tailed_and_two_tailed_t-test.png differ diff --git a/slides/img/anscombe.png b/slides/img/anscombe.png new file mode 100644 index 00000000..146df7bb Binary files /dev/null and b/slides/img/anscombe.png differ diff --git a/slides/img/areas1.png b/slides/img/areas1.png new file mode 100644 index 00000000..1670e269 Binary files /dev/null and b/slides/img/areas1.png differ diff --git a/slides/img/areas2.png b/slides/img/areas2.png new file mode 100644 index 00000000..52f36c66 Binary files /dev/null and b/slides/img/areas2.png differ diff --git a/slides/img/areas3.png b/slides/img/areas3.png new file mode 100644 index 00000000..a63d7296 Binary files /dev/null and b/slides/img/areas3.png differ diff --git a/slides/img/areas4.png b/slides/img/areas4.png new file mode 100644 index 00000000..f5bbff08 Binary files /dev/null and b/slides/img/areas4.png differ diff --git a/slides/img/caras-moneda.png b/slides/img/caras-moneda.png new file mode 100644 index 00000000..5b879d99 Binary files /dev/null and b/slides/img/caras-moneda.png differ diff --git a/slides/img/casen_download.png b/slides/img/casen_download.png new file mode 100644 index 00000000..d7781c3f Binary files /dev/null and b/slides/img/casen_download.png differ diff --git a/slides/img/chi_dist.png b/slides/img/chi_dist.png new file mode 100644 index 00000000..dbb44711 Binary files /dev/null and b/slides/img/chi_dist.png differ diff --git a/slides/img/chi_dist2.png b/slides/img/chi_dist2.png new file mode 100644 index 00000000..ab05ca84 Binary files /dev/null and b/slides/img/chi_dist2.png differ diff --git a/slides/img/comparison-table_3_orig.png b/slides/img/comparison-table_3_orig.png new file mode 100644 index 00000000..7b94d389 Binary files /dev/null and b/slides/img/comparison-table_3_orig.png differ diff --git a/slides/img/confidence-interval.jpg b/slides/img/confidence-interval.jpg new file mode 100644 index 00000000..f0d18559 Binary files /dev/null and b/slides/img/confidence-interval.jpg differ diff --git a/slides/img/confidence-interval.png b/slides/img/confidence-interval.png new file mode 100644 index 00000000..2e0b0a75 Binary files /dev/null and b/slides/img/confidence-interval.png differ diff --git a/slides/img/confidence95.png b/slides/img/confidence95.png new file mode 100644 index 00000000..6262f084 Binary files /dev/null and b/slides/img/confidence95.png differ diff --git a/slides/img/confidence_levels.png b/slides/img/confidence_levels.png new file mode 100644 index 00000000..d8ec884b Binary files /dev/null and b/slides/img/confidence_levels.png differ diff --git a/slides/img/contingencia_moore.png b/slides/img/contingencia_moore.png new file mode 100644 index 00000000..d65693c3 Binary files /dev/null and b/slides/img/contingencia_moore.png differ diff --git a/slides/img/correlacion2.png b/slides/img/correlacion2.png new file mode 100644 index 00000000..6fccc1de Binary files /dev/null and b/slides/img/correlacion2.png differ diff --git a/slides/img/demo_SE.png b/slides/img/demo_SE.png new file mode 100644 index 00000000..1835702d Binary files /dev/null and b/slides/img/demo_SE.png differ diff --git a/slides/img/desviacion_estandar.png b/slides/img/desviacion_estandar.png new file mode 100644 index 00000000..04b8203f Binary files /dev/null and b/slides/img/desviacion_estandar.png differ diff --git a/slides/img/dice-3d-illustraton_256361-165.jpg b/slides/img/dice-3d-illustraton_256361-165.jpg new file mode 100644 index 00000000..44e8b629 Binary files /dev/null and b/slides/img/dice-3d-illustraton_256361-165.jpg differ diff --git a/slides/img/dice.png b/slides/img/dice.png new file mode 100644 index 00000000..29dcf924 Binary files /dev/null and b/slides/img/dice.png differ diff --git a/slides/img/direccional-derecha.png b/slides/img/direccional-derecha.png new file mode 100644 index 00000000..e4f5d111 Binary files /dev/null and b/slides/img/direccional-derecha.png differ diff --git a/slides/img/educ-ing1.png b/slides/img/educ-ing1.png new file mode 100644 index 00000000..87bb89e5 Binary files /dev/null and b/slides/img/educ-ing1.png differ diff --git a/slides/img/educ-ing2.png b/slides/img/educ-ing2.png new file mode 100644 index 00000000..4dad75ee Binary files /dev/null and b/slides/img/educ-ing2.png differ diff --git a/slides/img/educ-ing3.png b/slides/img/educ-ing3.png new file mode 100644 index 00000000..13c1a0b7 Binary files /dev/null and b/slides/img/educ-ing3.png differ diff --git a/slides/img/educ-ing4.png b/slides/img/educ-ing4.png new file mode 100644 index 00000000..735f104c Binary files /dev/null and b/slides/img/educ-ing4.png differ diff --git a/slides/img/educ-ing5.png b/slides/img/educ-ing5.png new file mode 100644 index 00000000..8fad03b3 Binary files /dev/null and b/slides/img/educ-ing5.png differ diff --git a/slides/img/emoji-thinking.png b/slides/img/emoji-thinking.png new file mode 100644 index 00000000..16e6e3a0 Binary files /dev/null and b/slides/img/emoji-thinking.png differ diff --git a/slides/img/errors.jpg b/slides/img/errors.jpg new file mode 100644 index 00000000..6ac50852 Binary files /dev/null and b/slides/img/errors.jpg differ diff --git a/slides/img/errortypes.png b/slides/img/errortypes.png new file mode 100644 index 00000000..61f15729 Binary files /dev/null and b/slides/img/errortypes.png differ diff --git a/slides/img/ess_hist.gif b/slides/img/ess_hist.gif new file mode 100644 index 00000000..36e0e1ac Binary files /dev/null and b/slides/img/ess_hist.gif differ diff --git a/slides/img/galton-corr.png b/slides/img/galton-corr.png new file mode 100644 index 00000000..58bd1dc0 Binary files /dev/null and b/slides/img/galton-corr.png differ diff --git a/slides/img/herramientas.png b/slides/img/herramientas.png new file mode 100644 index 00000000..ceb50335 Binary files /dev/null and b/slides/img/herramientas.png differ diff --git a/slides/img/hipotesis.png b/slides/img/hipotesis.png new file mode 100644 index 00000000..5db52c82 Binary files /dev/null and b/slides/img/hipotesis.png differ diff --git a/slides/img/image3.png b/slides/img/image3.png new file mode 100644 index 00000000..70a7911f Binary files /dev/null and b/slides/img/image3.png differ diff --git a/slides/img/imagen1.png b/slides/img/imagen1.png new file mode 100644 index 00000000..4dece383 Binary files /dev/null and b/slides/img/imagen1.png differ diff --git a/slides/img/imagen2.png b/slides/img/imagen2.png new file mode 100644 index 00000000..867d8a1d Binary files /dev/null and b/slides/img/imagen2.png differ diff --git a/slides/img/imagen4.png b/slides/img/imagen4.png new file mode 100644 index 00000000..830a3598 Binary files /dev/null and b/slides/img/imagen4.png differ diff --git a/slides/img/inference1.png b/slides/img/inference1.png new file mode 100644 index 00000000..7e8a5e8a Binary files /dev/null and b/slides/img/inference1.png differ diff --git a/slides/img/inferencia1.png b/slides/img/inferencia1.png new file mode 100644 index 00000000..a36862c1 Binary files /dev/null and b/slides/img/inferencia1.png differ diff --git a/slides/img/intervalos.png b/slides/img/intervalos.png new file mode 100644 index 00000000..15687712 Binary files /dev/null and b/slides/img/intervalos.png differ diff --git a/slides/img/karatekid.jpg b/slides/img/karatekid.jpg new file mode 100644 index 00000000..1fb29945 Binary files /dev/null and b/slides/img/karatekid.jpg differ diff --git a/slides/img/lancet-vaccines.png b/slides/img/lancet-vaccines.png new file mode 100644 index 00000000..17047afb Binary files /dev/null and b/slides/img/lancet-vaccines.png differ diff --git a/slides/img/logicaccss.png b/slides/img/logicaccss.png new file mode 100644 index 00000000..c1020b21 Binary files /dev/null and b/slides/img/logicaccss.png differ diff --git a/slides/img/logo-correlacional-transp.png b/slides/img/logo-correlacional-transp.png new file mode 100644 index 00000000..1c92ba48 Binary files /dev/null and b/slides/img/logo-correlacional-transp.png differ diff --git a/slides/img/martin.png b/slides/img/martin.png new file mode 100644 index 00000000..dbee10e2 Binary files /dev/null and b/slides/img/martin.png differ diff --git a/slides/img/norm1.png b/slides/img/norm1.png new file mode 100644 index 00000000..362a115e Binary files /dev/null and b/slides/img/norm1.png differ diff --git a/slides/img/norm2.png b/slides/img/norm2.png new file mode 100644 index 00000000..1c732e29 Binary files /dev/null and b/slides/img/norm2.png differ diff --git a/slides/img/normal&alfa.png b/slides/img/normal&alfa.png new file mode 100644 index 00000000..1d0a6f51 Binary files /dev/null and b/slides/img/normal&alfa.png differ diff --git a/slides/img/normal&alfa2.png b/slides/img/normal&alfa2.png new file mode 100644 index 00000000..26bdfc0c Binary files /dev/null and b/slides/img/normal&alfa2.png differ diff --git a/slides/img/normal.png b/slides/img/normal.png new file mode 100644 index 00000000..033ec979 Binary files /dev/null and b/slides/img/normal.png differ diff --git a/slides/img/normal_empty.png b/slides/img/normal_empty.png new file mode 100644 index 00000000..5aee26c1 Binary files /dev/null and b/slides/img/normal_empty.png differ diff --git a/slides/img/one_tailed.jpg b/slides/img/one_tailed.jpg new file mode 100644 index 00000000..85962e2c Binary files /dev/null and b/slides/img/one_tailed.jpg differ diff --git a/slides/img/one_vs_two-tailed.png b/slides/img/one_vs_two-tailed.png new file mode 100644 index 00000000..2506d7cf Binary files /dev/null and b/slides/img/one_vs_two-tailed.png differ diff --git a/slides/img/pagina.png b/slides/img/pagina.png new file mode 100644 index 00000000..3d38313b Binary files /dev/null and b/slides/img/pagina.png differ diff --git a/slides/img/pearson.png b/slides/img/pearson.png new file mode 100644 index 00000000..9e6a4529 Binary files /dev/null and b/slides/img/pearson.png differ diff --git a/slides/img/per-dis.png b/slides/img/per-dis.png new file mode 100644 index 00000000..6a4d81ec Binary files /dev/null and b/slides/img/per-dis.png differ diff --git a/slides/img/plan.png b/slides/img/plan.png new file mode 100644 index 00000000..ec346198 Binary files /dev/null and b/slides/img/plan.png differ diff --git a/slides/img/popper.jpg b/slides/img/popper.jpg new file mode 100644 index 00000000..775c3ef2 Binary files /dev/null and b/slides/img/popper.jpg differ diff --git a/slides/img/popper2.png b/slides/img/popper2.png new file mode 100644 index 00000000..ae100520 Binary files /dev/null and b/slides/img/popper2.png differ diff --git a/slides/img/prop_hip.png b/slides/img/prop_hip.png new file mode 100644 index 00000000..1f02fc51 Binary files /dev/null and b/slides/img/prop_hip.png differ diff --git a/slides/img/qr-correlacional-asistencia.png b/slides/img/qr-correlacional-asistencia.png new file mode 100644 index 00000000..a02104cd Binary files /dev/null and b/slides/img/qr-correlacional-asistencia.png differ diff --git a/slides/img/rechazar_meme.png b/slides/img/rechazar_meme.png new file mode 100644 index 00000000..f04f71d1 Binary files /dev/null and b/slides/img/rechazar_meme.png differ diff --git a/slides/img/reg_prob.png b/slides/img/reg_prob.png new file mode 100644 index 00000000..ed6f15f0 Binary files /dev/null and b/slides/img/reg_prob.png differ diff --git a/slides/img/scatters.png b/slides/img/scatters.png new file mode 100644 index 00000000..d13f8e61 Binary files /dev/null and b/slides/img/scatters.png differ diff --git a/slides/img/scatters2.png b/slides/img/scatters2.png new file mode 100644 index 00000000..9b94a7ce Binary files /dev/null and b/slides/img/scatters2.png differ diff --git a/slides/img/scatters3.png b/slides/img/scatters3.png new file mode 100644 index 00000000..b44c3939 Binary files /dev/null and b/slides/img/scatters3.png differ diff --git a/slides/img/scatters4.png b/slides/img/scatters4.png new file mode 100644 index 00000000..b6b2b74a Binary files /dev/null and b/slides/img/scatters4.png differ diff --git a/slides/img/schemes.odp b/slides/img/schemes.odp new file mode 100644 index 00000000..8efbb1a7 Binary files /dev/null and b/slides/img/schemes.odp differ diff --git a/slides/img/sexo_casen.png b/slides/img/sexo_casen.png new file mode 100644 index 00000000..1eb89f6d Binary files /dev/null and b/slides/img/sexo_casen.png differ diff --git a/slides/img/sueldo_casen.png b/slides/img/sueldo_casen.png new file mode 100644 index 00000000..3cb74a29 Binary files /dev/null and b/slides/img/sueldo_casen.png differ diff --git a/slides/img/t_table.png b/slides/img/t_table.png new file mode 100644 index 00000000..a76dbbd0 Binary files /dev/null and b/slides/img/t_table.png differ diff --git a/slides/img/t_vs_z.png b/slides/img/t_vs_z.png new file mode 100644 index 00000000..c4af1f79 Binary files /dev/null and b/slides/img/t_vs_z.png differ diff --git a/slides/img/temas-inferencias.png b/slides/img/temas-inferencias.png new file mode 100644 index 00000000..d3009ae2 Binary files /dev/null and b/slides/img/temas-inferencias.png differ diff --git a/slides/img/two-or-one-tailed.jpg b/slides/img/two-or-one-tailed.jpg new file mode 100644 index 00000000..e6756581 Binary files /dev/null and b/slides/img/two-or-one-tailed.jpg differ diff --git a/slides/img/varianza1.png b/slides/img/varianza1.png new file mode 100644 index 00000000..5995b9ca Binary files /dev/null and b/slides/img/varianza1.png differ diff --git a/slides/img/varianza2.png b/slides/img/varianza2.png new file mode 100644 index 00000000..5cfc7b6c Binary files /dev/null and b/slides/img/varianza2.png differ diff --git a/slides/img/varianza3.png b/slides/img/varianza3.png new file mode 100644 index 00000000..3b429995 Binary files /dev/null and b/slides/img/varianza3.png differ diff --git a/slides/img/varianza_formula.png b/slides/img/varianza_formula.png new file mode 100644 index 00000000..bef393b8 Binary files /dev/null and b/slides/img/varianza_formula.png differ diff --git a/slides/img/white-crow.png b/slides/img/white-crow.png new file mode 100644 index 00000000..5b50e7ca Binary files /dev/null and b/slides/img/white-crow.png differ diff --git a/slides/img/z&t.png b/slides/img/z&t.png new file mode 100644 index 00000000..7c2c15c5 Binary files /dev/null and b/slides/img/z&t.png differ diff --git a/slides/img/z_confidence_interval.png b/slides/img/z_confidence_interval.png new file mode 100644 index 00000000..aac4e0b0 Binary files /dev/null and b/slides/img/z_confidence_interval.png differ diff --git a/slides/img/ztable-neg.jpg b/slides/img/ztable-neg.jpg new file mode 100644 index 00000000..5c5bbbc9 Binary files /dev/null and b/slides/img/ztable-neg.jpg differ diff --git a/slides/img/ztable-pos.jpg b/slides/img/ztable-pos.jpg new file mode 100644 index 00000000..36b6668b Binary files /dev/null and b/slides/img/ztable-pos.jpg differ diff --git a/slides/insert-logo.html b/slides/insert-logo.html new file mode 100644 index 00000000..302f7339 --- /dev/null +++ b/slides/insert-logo.html @@ -0,0 +1,27 @@ + + + diff --git a/slides/libs/animate.css-3.7.2/animate.xaringan.css b/slides/libs/animate.css-3.7.2/animate.xaringan.css new file mode 100644 index 00000000..f4aaae56 --- /dev/null +++ b/slides/libs/animate.css-3.7.2/animate.xaringan.css @@ -0,0 +1,3625 @@ +@charset "UTF-8"; + +/*! + * animate.css -https://daneden.github.io/animate.css/ + * Version - 3.7.2 + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * + * Copyright (c) 2019 Daniel Eden + */ + +@-webkit-keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +@keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +.remark-visible .bounce { + -webkit-animation-name: bounce; + animation-name: bounce; + -webkit-transform-origin: center bottom; + transform-origin: center bottom; +} + +@-webkit-keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +@keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +.remark-visible .flash { + -webkit-animation-name: flash; + animation-name: flash; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.remark-visible .pulse { + -webkit-animation-name: pulse; + animation-name: pulse; +} + +@-webkit-keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.remark-visible .rubberBand { + -webkit-animation-name: rubberBand; + animation-name: rubberBand; +} + +@-webkit-keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +@keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +.remark-visible .shake { + -webkit-animation-name: shake; + animation-name: shake; +} + +@-webkit-keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +.remark-visible .headShake { + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + -webkit-animation-name: headShake; + animation-name: headShake; +} + +@-webkit-keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +@keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +.remark-visible .swing { + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-animation-name: swing; + animation-name: swing; +} + +@-webkit-keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.remark-visible .tada { + -webkit-animation-name: tada; + animation-name: tada; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .wobble { + -webkit-animation-name: wobble; + animation-name: wobble; +} + +@-webkit-keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +@keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +.remark-visible .jello { + -webkit-animation-name: jello; + animation-name: jello; + -webkit-transform-origin: center; + transform-origin: center; +} + +@-webkit-keyframes heartBeat { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 14% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 28% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 42% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 70% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes heartBeat { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 14% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 28% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 42% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 70% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.remark-visible .heartBeat { + -webkit-animation-name: heartBeat; + animation-name: heartBeat; + -webkit-animation-duration: 1.3s; + animation-duration: 1.3s; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; +} + +@-webkit-keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.remark-visible .bounceIn { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceIn; + animation-name: bounceIn; +} + +@-webkit-keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .bounceInDown { + -webkit-animation-name: bounceInDown; + animation-name: bounceInDown; +} + +@-webkit-keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .bounceInLeft { + -webkit-animation-name: bounceInLeft; + animation-name: bounceInLeft; +} + +@-webkit-keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .bounceInRight { + -webkit-animation-name: bounceInRight; + animation-name: bounceInRight; +} + +@-webkit-keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .bounceInUp { + -webkit-animation-name: bounceInUp; + animation-name: bounceInUp; +} + +@-webkit-keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +@keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +.remark-fading .bounceOut { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceOut; + animation-name: bounceOut; +} + +@-webkit-keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.remark-fading .bounceOutDown { + -webkit-animation-name: bounceOutDown; + animation-name: bounceOutDown; +} + +@-webkit-keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.remark-fading .bounceOutLeft { + -webkit-animation-name: bounceOutLeft; + animation-name: bounceOutLeft; +} + +@-webkit-keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.remark-fading .bounceOutRight { + -webkit-animation-name: bounceOutRight; + animation-name: bounceOutRight; +} + +@-webkit-keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.remark-fading .bounceOutUp { + -webkit-animation-name: bounceOutUp; + animation-name: bounceOutUp; +} + +@-webkit-keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +@keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +.remark-visible .fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +@-webkit-keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInDown { + -webkit-animation-name: fadeInDown; + animation-name: fadeInDown; +} + +@-webkit-keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInDownBig { + -webkit-animation-name: fadeInDownBig; + animation-name: fadeInDownBig; +} + +@-webkit-keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInLeft { + -webkit-animation-name: fadeInLeft; + animation-name: fadeInLeft; +} + +@-webkit-keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInLeftBig { + -webkit-animation-name: fadeInLeftBig; + animation-name: fadeInLeftBig; +} + +@-webkit-keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInRight { + -webkit-animation-name: fadeInRight; + animation-name: fadeInRight; +} + +@-webkit-keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInRightBig { + -webkit-animation-name: fadeInRightBig; + animation-name: fadeInRightBig; +} + +@-webkit-keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInUp { + -webkit-animation-name: fadeInUp; + animation-name: fadeInUp; +} + +@-webkit-keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInUpBig { + -webkit-animation-name: fadeInUpBig; + animation-name: fadeInUpBig; +} + +@-webkit-keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +@keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +.remark-fading .fadeOut { + -webkit-animation-name: fadeOut; + animation-name: fadeOut; +} + +@-webkit-keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.remark-fading .fadeOutDown { + -webkit-animation-name: fadeOutDown; + animation-name: fadeOutDown; +} + +@-webkit-keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.remark-fading .fadeOutDownBig { + -webkit-animation-name: fadeOutDownBig; + animation-name: fadeOutDownBig; +} + +@-webkit-keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.remark-fading .fadeOutLeft { + -webkit-animation-name: fadeOutLeft; + animation-name: fadeOutLeft; +} + +@-webkit-keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.remark-fading .fadeOutLeftBig { + -webkit-animation-name: fadeOutLeftBig; + animation-name: fadeOutLeftBig; +} + +@-webkit-keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.remark-fading .fadeOutRight { + -webkit-animation-name: fadeOutRight; + animation-name: fadeOutRight; +} + +@-webkit-keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.remark-fading .fadeOutRightBig { + -webkit-animation-name: fadeOutRightBig; + animation-name: fadeOutRightBig; +} + +@-webkit-keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.remark-fading .fadeOutUp { + -webkit-animation-name: fadeOutUp; + animation-name: fadeOutUp; +} + +@-webkit-keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.remark-fading .fadeOutUpBig { + -webkit-animation-name: fadeOutUpBig; + animation-name: fadeOutUpBig; +} + +@-webkit-keyframes flip { + from { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +@keyframes flip { + from { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +.remark-visible .animated.flip { + -webkit-backface-visibility: visible; + backface-visibility: visible; + -webkit-animation-name: flip; + animation-name: flip; +} + +@-webkit-keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.remark-visible .flipInX { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInX; + animation-name: flipInX; +} + +@-webkit-keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.remark-visible .flipInY { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInY; + animation-name: flipInY; +} + +@-webkit-keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +.remark-fading .flipOutX { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: flipOutX; + animation-name: flipOutX; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; +} + +@-webkit-keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +.remark-fading .flipOutY { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipOutY; + animation-name: flipOutY; +} + +@-webkit-keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .lightSpeedIn { + -webkit-animation-name: lightSpeedIn; + animation-name: lightSpeedIn; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; +} + +@-webkit-keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +@keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +.remark-fading .lightSpeedOut { + -webkit-animation-name: lightSpeedOut; + animation-name: lightSpeedOut; + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; +} + +@-webkit-keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateIn { + -webkit-animation-name: rotateIn; + animation-name: rotateIn; +} + +@-webkit-keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateInDownLeft { + -webkit-animation-name: rotateInDownLeft; + animation-name: rotateInDownLeft; +} + +@-webkit-keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateInDownRight { + -webkit-animation-name: rotateInDownRight; + animation-name: rotateInDownRight; +} + +@-webkit-keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateInUpLeft { + -webkit-animation-name: rotateInUpLeft; + animation-name: rotateInUpLeft; +} + +@-webkit-keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateInUpRight { + -webkit-animation-name: rotateInUpRight; + animation-name: rotateInUpRight; +} + +@-webkit-keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +@keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +.remark-fading .rotateOut { + -webkit-animation-name: rotateOut; + animation-name: rotateOut; +} + +@-webkit-keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +.remark-fading .rotateOutDownLeft { + -webkit-animation-name: rotateOutDownLeft; + animation-name: rotateOutDownLeft; +} + +@-webkit-keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.remark-fading .rotateOutDownRight { + -webkit-animation-name: rotateOutDownRight; + animation-name: rotateOutDownRight; +} + +@-webkit-keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.remark-fading .rotateOutUpLeft { + -webkit-animation-name: rotateOutUpLeft; + animation-name: rotateOutUpLeft; +} + +@-webkit-keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +@keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +.remark-fading .rotateOutUpRight { + -webkit-animation-name: rotateOutUpRight; + animation-name: rotateOutUpRight; +} + +@-webkit-keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +@keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +.remark-visible .hinge { + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-name: hinge; + animation-name: hinge; +} + +@-webkit-keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.remark-visible .jackInTheBox { + -webkit-animation-name: jackInTheBox; + animation-name: jackInTheBox; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .rollIn { + -webkit-animation-name: rollIn; + animation-name: rollIn; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +@keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +.remark-fading .rollOut { + -webkit-animation-name: rollOut; + animation-name: rollOut; +} + +@-webkit-keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +@keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +.remark-visible .zoomIn { + -webkit-animation-name: zoomIn; + animation-name: zoomIn; +} + +@-webkit-keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-visible .zoomInDown { + -webkit-animation-name: zoomInDown; + animation-name: zoomInDown; +} + +@-webkit-keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-visible .zoomInLeft { + -webkit-animation-name: zoomInLeft; + animation-name: zoomInLeft; +} + +@-webkit-keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-visible .zoomInRight { + -webkit-animation-name: zoomInRight; + animation-name: zoomInRight; +} + +@-webkit-keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-visible .zoomInUp { + -webkit-animation-name: zoomInUp; + animation-name: zoomInUp; +} + +@-webkit-keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +@keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +.remark-fading .zoomOut { + -webkit-animation-name: zoomOut; + animation-name: zoomOut; +} + +@-webkit-keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-fading .zoomOutDown { + -webkit-animation-name: zoomOutDown; + animation-name: zoomOutDown; +} + +@-webkit-keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +@keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +.remark-fading .zoomOutLeft { + -webkit-animation-name: zoomOutLeft; + animation-name: zoomOutLeft; +} + +@-webkit-keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +@keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +.remark-fading .zoomOutRight { + -webkit-animation-name: zoomOutRight; + animation-name: zoomOutRight; +} + +@-webkit-keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-fading .zoomOutUp { + -webkit-animation-name: zoomOutUp; + animation-name: zoomOutUp; +} + +@-webkit-keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .slideInDown { + -webkit-animation-name: slideInDown; + animation-name: slideInDown; +} + +@-webkit-keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .slideInLeft { + -webkit-animation-name: slideInLeft; + animation-name: slideInLeft; +} + +@-webkit-keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .slideInRight { + -webkit-animation-name: slideInRight; + animation-name: slideInRight; +} + +@-webkit-keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; +} + +@-webkit-keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.remark-fading .slideOutDown { + -webkit-animation-name: slideOutDown; + animation-name: slideOutDown; +} + +@-webkit-keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.remark-fading .slideOutLeft { + -webkit-animation-name: slideOutLeft; + animation-name: slideOutLeft; +} + +@-webkit-keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.remark-fading .slideOutRight { + -webkit-animation-name: slideOutRight; + animation-name: slideOutRight; +} + +@-webkit-keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.remark-fading .slideOutUp { + -webkit-animation-name: slideOutUp; + animation-name: slideOutUp; +} + +.animated { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.animated.infinite { + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + +.animated.delay-1s { + -webkit-animation-delay: 1s; + animation-delay: 1s; +} + +.animated.delay-2s { + -webkit-animation-delay: 2s; + animation-delay: 2s; +} + +.animated.delay-3s { + -webkit-animation-delay: 3s; + animation-delay: 3s; +} + +.animated.delay-4s { + -webkit-animation-delay: 4s; + animation-delay: 4s; +} + +.animated.delay-5s { + -webkit-animation-delay: 5s; + animation-delay: 5s; +} + +.animated.fast { + -webkit-animation-duration: 800ms; + animation-duration: 800ms; +} + +.animated.faster { + -webkit-animation-duration: 500ms; + animation-duration: 500ms; +} + +.animated.slow { + -webkit-animation-duration: 2s; + animation-duration: 2s; +} + +.animated.slower { + -webkit-animation-duration: 3s; + animation-duration: 3s; +} + +@media (print), (prefers-reduced-motion: reduce) { + .animated { + -webkit-animation-duration: 1ms !important; + animation-duration: 1ms !important; + -webkit-transition-duration: 1ms !important; + transition-duration: 1ms !important; + -webkit-animation-iteration-count: 1 !important; + animation-iteration-count: 1 !important; + } +} diff --git a/slides/libs/animate.css-xaringan-3.7.2/animate.fade.css b/slides/libs/animate.css-xaringan-3.7.2/animate.fade.css new file mode 100644 index 00000000..508ceb01 --- /dev/null +++ b/slides/libs/animate.css-xaringan-3.7.2/animate.fade.css @@ -0,0 +1,31 @@ +@-webkit-keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +@keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +.remark-visible .remark-slide-content:not(.no-animation), .fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +.remark-visible .remark-slide-content { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/slides/libs/animate.css-xaringan/animate.fade.css b/slides/libs/animate.css-xaringan/animate.fade.css new file mode 100644 index 00000000..508ceb01 --- /dev/null +++ b/slides/libs/animate.css-xaringan/animate.fade.css @@ -0,0 +1,31 @@ +@-webkit-keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +@keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +.remark-visible .remark-slide-content:not(.no-animation), .fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +.remark-visible .remark-slide-content { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} diff --git a/slides/libs/animate.css/animate.xaringan.css b/slides/libs/animate.css/animate.xaringan.css new file mode 100644 index 00000000..f4aaae56 --- /dev/null +++ b/slides/libs/animate.css/animate.xaringan.css @@ -0,0 +1,3625 @@ +@charset "UTF-8"; + +/*! + * animate.css -https://daneden.github.io/animate.css/ + * Version - 3.7.2 + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * + * Copyright (c) 2019 Daniel Eden + */ + +@-webkit-keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +@keyframes bounce { + from, + 20%, + 53%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 40%, + 43% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -30px, 0); + transform: translate3d(0, -30px, 0); + } + + 70% { + -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); + -webkit-transform: translate3d(0, -15px, 0); + transform: translate3d(0, -15px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -4px, 0); + transform: translate3d(0, -4px, 0); + } +} + +.remark-visible .bounce { + -webkit-animation-name: bounce; + animation-name: bounce; + -webkit-transform-origin: center bottom; + transform-origin: center bottom; +} + +@-webkit-keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +@keyframes flash { + from, + 50%, + to { + opacity: 1; + } + + 25%, + 75% { + opacity: 0; + } +} + +.remark-visible .flash { + -webkit-animation-name: flash; + animation-name: flash; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes pulse { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 50% { + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.remark-visible .pulse { + -webkit-animation-name: pulse; + animation-name: pulse; +} + +@-webkit-keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes rubberBand { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 30% { + -webkit-transform: scale3d(1.25, 0.75, 1); + transform: scale3d(1.25, 0.75, 1); + } + + 40% { + -webkit-transform: scale3d(0.75, 1.25, 1); + transform: scale3d(0.75, 1.25, 1); + } + + 50% { + -webkit-transform: scale3d(1.15, 0.85, 1); + transform: scale3d(1.15, 0.85, 1); + } + + 65% { + -webkit-transform: scale3d(0.95, 1.05, 1); + transform: scale3d(0.95, 1.05, 1); + } + + 75% { + -webkit-transform: scale3d(1.05, 0.95, 1); + transform: scale3d(1.05, 0.95, 1); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.remark-visible .rubberBand { + -webkit-animation-name: rubberBand; + animation-name: rubberBand; +} + +@-webkit-keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +@keyframes shake { + from, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 10%, + 30%, + 50%, + 70%, + 90% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 20%, + 40%, + 60%, + 80% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } +} + +.remark-visible .shake { + -webkit-animation-name: shake; + animation-name: shake; +} + +@-webkit-keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +@keyframes headShake { + 0% { + -webkit-transform: translateX(0); + transform: translateX(0); + } + + 6.5% { + -webkit-transform: translateX(-6px) rotateY(-9deg); + transform: translateX(-6px) rotateY(-9deg); + } + + 18.5% { + -webkit-transform: translateX(5px) rotateY(7deg); + transform: translateX(5px) rotateY(7deg); + } + + 31.5% { + -webkit-transform: translateX(-3px) rotateY(-5deg); + transform: translateX(-3px) rotateY(-5deg); + } + + 43.5% { + -webkit-transform: translateX(2px) rotateY(3deg); + transform: translateX(2px) rotateY(3deg); + } + + 50% { + -webkit-transform: translateX(0); + transform: translateX(0); + } +} + +.remark-visible .headShake { + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + -webkit-animation-name: headShake; + animation-name: headShake; +} + +@-webkit-keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +@keyframes swing { + 20% { + -webkit-transform: rotate3d(0, 0, 1, 15deg); + transform: rotate3d(0, 0, 1, 15deg); + } + + 40% { + -webkit-transform: rotate3d(0, 0, 1, -10deg); + transform: rotate3d(0, 0, 1, -10deg); + } + + 60% { + -webkit-transform: rotate3d(0, 0, 1, 5deg); + transform: rotate3d(0, 0, 1, 5deg); + } + + 80% { + -webkit-transform: rotate3d(0, 0, 1, -5deg); + transform: rotate3d(0, 0, 1, -5deg); + } + + to { + -webkit-transform: rotate3d(0, 0, 1, 0deg); + transform: rotate3d(0, 0, 1, 0deg); + } +} + +.remark-visible .swing { + -webkit-transform-origin: top center; + transform-origin: top center; + -webkit-animation-name: swing; + animation-name: swing; +} + +@-webkit-keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes tada { + from { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } + + 10%, + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); + } + + 30%, + 50%, + 70%, + 90% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); + } + + 40%, + 60%, + 80% { + -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); + } + + to { + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.remark-visible .tada { + -webkit-animation-name: tada; + animation-name: tada; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes wobble { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 15% { + -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); + } + + 30% { + -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); + } + + 45% { + -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); + } + + 60% { + -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); + } + + 75% { + -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .wobble { + -webkit-animation-name: wobble; + animation-name: wobble; +} + +@-webkit-keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +@keyframes jello { + from, + 11.1%, + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + 22.2% { + -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); + transform: skewX(-12.5deg) skewY(-12.5deg); + } + + 33.3% { + -webkit-transform: skewX(6.25deg) skewY(6.25deg); + transform: skewX(6.25deg) skewY(6.25deg); + } + + 44.4% { + -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); + transform: skewX(-3.125deg) skewY(-3.125deg); + } + + 55.5% { + -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); + transform: skewX(1.5625deg) skewY(1.5625deg); + } + + 66.6% { + -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); + transform: skewX(-0.78125deg) skewY(-0.78125deg); + } + + 77.7% { + -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); + transform: skewX(0.390625deg) skewY(0.390625deg); + } + + 88.8% { + -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + transform: skewX(-0.1953125deg) skewY(-0.1953125deg); + } +} + +.remark-visible .jello { + -webkit-animation-name: jello; + animation-name: jello; + -webkit-transform-origin: center; + transform-origin: center; +} + +@-webkit-keyframes heartBeat { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 14% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 28% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 42% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 70% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes heartBeat { + 0% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 14% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 28% { + -webkit-transform: scale(1); + transform: scale(1); + } + + 42% { + -webkit-transform: scale(1.3); + transform: scale(1.3); + } + + 70% { + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.remark-visible .heartBeat { + -webkit-animation-name: heartBeat; + animation-name: heartBeat; + -webkit-animation-duration: 1.3s; + animation-duration: 1.3s; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; +} + +@-webkit-keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +@keyframes bounceIn { + from, + 20%, + 40%, + 60%, + 80%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 20% { + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + 40% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(1.03, 1.03, 1.03); + transform: scale3d(1.03, 1.03, 1.03); + } + + 80% { + -webkit-transform: scale3d(0.97, 0.97, 0.97); + transform: scale3d(0.97, 0.97, 0.97); + } + + to { + opacity: 1; + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); + } +} + +.remark-visible .bounceIn { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceIn; + animation-name: bounceIn; +} + +@-webkit-keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInDown { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(0, -3000px, 0); + transform: translate3d(0, -3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, 25px, 0); + transform: translate3d(0, 25px, 0); + } + + 75% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, 5px, 0); + transform: translate3d(0, 5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .bounceInDown { + -webkit-animation-name: bounceInDown; + animation-name: bounceInDown; +} + +@-webkit-keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInLeft { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + 0% { + opacity: 0; + -webkit-transform: translate3d(-3000px, 0, 0); + transform: translate3d(-3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(25px, 0, 0); + transform: translate3d(25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(-10px, 0, 0); + transform: translate3d(-10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(5px, 0, 0); + transform: translate3d(5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .bounceInLeft { + -webkit-animation-name: bounceInLeft; + animation-name: bounceInLeft; +} + +@-webkit-keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInRight { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(3000px, 0, 0); + transform: translate3d(3000px, 0, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(-25px, 0, 0); + transform: translate3d(-25px, 0, 0); + } + + 75% { + -webkit-transform: translate3d(10px, 0, 0); + transform: translate3d(10px, 0, 0); + } + + 90% { + -webkit-transform: translate3d(-5px, 0, 0); + transform: translate3d(-5px, 0, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .bounceInRight { + -webkit-animation-name: bounceInRight; + animation-name: bounceInRight; +} + +@-webkit-keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes bounceInUp { + from, + 60%, + 75%, + 90%, + to { + -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); + } + + from { + opacity: 0; + -webkit-transform: translate3d(0, 3000px, 0); + transform: translate3d(0, 3000px, 0); + } + + 60% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + 75% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 90% { + -webkit-transform: translate3d(0, -5px, 0); + transform: translate3d(0, -5px, 0); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .bounceInUp { + -webkit-animation-name: bounceInUp; + animation-name: bounceInUp; +} + +@-webkit-keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +@keyframes bounceOut { + 20% { + -webkit-transform: scale3d(0.9, 0.9, 0.9); + transform: scale3d(0.9, 0.9, 0.9); + } + + 50%, + 55% { + opacity: 1; + -webkit-transform: scale3d(1.1, 1.1, 1.1); + transform: scale3d(1.1, 1.1, 1.1); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } +} + +.remark-fading .bounceOut { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: bounceOut; + animation-name: bounceOut; +} + +@-webkit-keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes bounceOutDown { + 20% { + -webkit-transform: translate3d(0, 10px, 0); + transform: translate3d(0, 10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, -20px, 0); + transform: translate3d(0, -20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.remark-fading .bounceOutDown { + -webkit-animation-name: bounceOutDown; + animation-name: bounceOutDown; +} + +@-webkit-keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes bounceOutLeft { + 20% { + opacity: 1; + -webkit-transform: translate3d(20px, 0, 0); + transform: translate3d(20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.remark-fading .bounceOutLeft { + -webkit-animation-name: bounceOutLeft; + animation-name: bounceOutLeft; +} + +@-webkit-keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes bounceOutRight { + 20% { + opacity: 1; + -webkit-transform: translate3d(-20px, 0, 0); + transform: translate3d(-20px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.remark-fading .bounceOutRight { + -webkit-animation-name: bounceOutRight; + animation-name: bounceOutRight; +} + +@-webkit-keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes bounceOutUp { + 20% { + -webkit-transform: translate3d(0, -10px, 0); + transform: translate3d(0, -10px, 0); + } + + 40%, + 45% { + opacity: 1; + -webkit-transform: translate3d(0, 20px, 0); + transform: translate3d(0, 20px, 0); + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.remark-fading .bounceOutUp { + -webkit-animation-name: bounceOutUp; + animation-name: bounceOutUp; +} + +@-webkit-keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +@keyframes fadeIn { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +.remark-visible .fadeIn { + -webkit-animation-name: fadeIn; + animation-name: fadeIn; +} + +@-webkit-keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDown { + from { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInDown { + -webkit-animation-name: fadeInDown; + animation-name: fadeInDown; +} + +@-webkit-keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInDownBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInDownBig { + -webkit-animation-name: fadeInDownBig; + animation-name: fadeInDownBig; +} + +@-webkit-keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeft { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInLeft { + -webkit-animation-name: fadeInLeft; + animation-name: fadeInLeft; +} + +@-webkit-keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInLeftBig { + from { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInLeftBig { + -webkit-animation-name: fadeInLeftBig; + animation-name: fadeInLeftBig; +} + +@-webkit-keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRight { + from { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInRight { + -webkit-animation-name: fadeInRight; + animation-name: fadeInRight; +} + +@-webkit-keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInRightBig { + from { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInRightBig { + -webkit-animation-name: fadeInRightBig; + animation-name: fadeInRightBig; +} + +@-webkit-keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUp { + from { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInUp { + -webkit-animation-name: fadeInUp; + animation-name: fadeInUp; +} + +@-webkit-keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fadeInUpBig { + from { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .fadeInUpBig { + -webkit-animation-name: fadeInUpBig; + animation-name: fadeInUpBig; +} + +@-webkit-keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +@keyframes fadeOut { + from { + opacity: 1; + } + + to { + opacity: 0; + } +} + +.remark-fading .fadeOut { + -webkit-animation-name: fadeOut; + animation-name: fadeOut; +} + +@-webkit-keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes fadeOutDown { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.remark-fading .fadeOutDown { + -webkit-animation-name: fadeOutDown; + animation-name: fadeOutDown; +} + +@-webkit-keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +@keyframes fadeOutDownBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, 2000px, 0); + transform: translate3d(0, 2000px, 0); + } +} + +.remark-fading .fadeOutDownBig { + -webkit-animation-name: fadeOutDownBig; + animation-name: fadeOutDownBig; +} + +@-webkit-keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes fadeOutLeft { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.remark-fading .fadeOutLeft { + -webkit-animation-name: fadeOutLeft; + animation-name: fadeOutLeft; +} + +@-webkit-keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +@keyframes fadeOutLeftBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(-2000px, 0, 0); + transform: translate3d(-2000px, 0, 0); + } +} + +.remark-fading .fadeOutLeftBig { + -webkit-animation-name: fadeOutLeftBig; + animation-name: fadeOutLeftBig; +} + +@-webkit-keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes fadeOutRight { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.remark-fading .fadeOutRight { + -webkit-animation-name: fadeOutRight; + animation-name: fadeOutRight; +} + +@-webkit-keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +@keyframes fadeOutRightBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(2000px, 0, 0); + transform: translate3d(2000px, 0, 0); + } +} + +.remark-fading .fadeOutRightBig { + -webkit-animation-name: fadeOutRightBig; + animation-name: fadeOutRightBig; +} + +@-webkit-keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes fadeOutUp { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.remark-fading .fadeOutUp { + -webkit-animation-name: fadeOutUp; + animation-name: fadeOutUp; +} + +@-webkit-keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +@keyframes fadeOutUpBig { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(0, -2000px, 0); + transform: translate3d(0, -2000px, 0); + } +} + +.remark-fading .fadeOutUpBig { + -webkit-animation-name: fadeOutUpBig; + animation-name: fadeOutUpBig; +} + +@-webkit-keyframes flip { + from { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +@keyframes flip { + from { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, -360deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 40% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -190deg); + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; + } + + 50% { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) + rotate3d(0, 1, 0, -170deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 80% { + -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + to { + -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) + rotate3d(0, 1, 0, 0deg); + transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } +} + +.remark-visible .animated.flip { + -webkit-backface-visibility: visible; + backface-visibility: visible; + -webkit-animation-name: flip; + animation-name: flip; +} + +@-webkit-keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInX { + from { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.remark-visible .flipInX { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInX; + animation-name: flipInX; +} + +@-webkit-keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +@keyframes flipInY { + from { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + opacity: 0; + } + + 40% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + transform: perspective(400px) rotate3d(0, 1, 0, -20deg); + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; + } + + 60% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + transform: perspective(400px) rotate3d(0, 1, 0, 10deg); + opacity: 1; + } + + 80% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + transform: perspective(400px) rotate3d(0, 1, 0, -5deg); + } + + to { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } +} + +.remark-visible .flipInY { + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipInY; + animation-name: flipInY; +} + +@-webkit-keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutX { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + opacity: 0; + } +} + +.remark-fading .flipOutX { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-animation-name: flipOutX; + animation-name: flipOutX; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; +} + +@-webkit-keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +@keyframes flipOutY { + from { + -webkit-transform: perspective(400px); + transform: perspective(400px); + } + + 30% { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + transform: perspective(400px) rotate3d(0, 1, 0, -15deg); + opacity: 1; + } + + to { + -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + transform: perspective(400px) rotate3d(0, 1, 0, 90deg); + opacity: 0; + } +} + +.remark-fading .flipOutY { + -webkit-animation-duration: 0.75s; + animation-duration: 0.75s; + -webkit-backface-visibility: visible !important; + backface-visibility: visible !important; + -webkit-animation-name: flipOutY; + animation-name: flipOutY; +} + +@-webkit-keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes lightSpeedIn { + from { + -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); + transform: translate3d(100%, 0, 0) skewX(-30deg); + opacity: 0; + } + + 60% { + -webkit-transform: skewX(20deg); + transform: skewX(20deg); + opacity: 1; + } + + 80% { + -webkit-transform: skewX(-5deg); + transform: skewX(-5deg); + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .lightSpeedIn { + -webkit-animation-name: lightSpeedIn; + animation-name: lightSpeedIn; + -webkit-animation-timing-function: ease-out; + animation-timing-function: ease-out; +} + +@-webkit-keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +@keyframes lightSpeedOut { + from { + opacity: 1; + } + + to { + -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); + transform: translate3d(100%, 0, 0) skewX(30deg); + opacity: 0; + } +} + +.remark-fading .lightSpeedOut { + -webkit-animation-name: lightSpeedOut; + animation-name: lightSpeedOut; + -webkit-animation-timing-function: ease-in; + animation-timing-function: ease-in; +} + +@-webkit-keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateIn { + from { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, -200deg); + transform: rotate3d(0, 0, 1, -200deg); + opacity: 0; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateIn { + -webkit-animation-name: rotateIn; + animation-name: rotateIn; +} + +@-webkit-keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateInDownLeft { + -webkit-animation-name: rotateInDownLeft; + animation-name: rotateInDownLeft; +} + +@-webkit-keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateInDownRight { + -webkit-animation-name: rotateInDownRight; + animation-name: rotateInDownRight; +} + +@-webkit-keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateInUpLeft { + -webkit-animation-name: rotateInUpLeft; + animation-name: rotateInUpLeft; +} + +@-webkit-keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +@keyframes rotateInUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -90deg); + transform: rotate3d(0, 0, 1, -90deg); + opacity: 0; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + opacity: 1; + } +} + +.remark-visible .rotateInUpRight { + -webkit-animation-name: rotateInUpRight; + animation-name: rotateInUpRight; +} + +@-webkit-keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +@keyframes rotateOut { + from { + -webkit-transform-origin: center; + transform-origin: center; + opacity: 1; + } + + to { + -webkit-transform-origin: center; + transform-origin: center; + -webkit-transform: rotate3d(0, 0, 1, 200deg); + transform: rotate3d(0, 0, 1, 200deg); + opacity: 0; + } +} + +.remark-fading .rotateOut { + -webkit-animation-name: rotateOut; + animation-name: rotateOut; +} + +@-webkit-keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, 45deg); + transform: rotate3d(0, 0, 1, 45deg); + opacity: 0; + } +} + +.remark-fading .rotateOutDownLeft { + -webkit-animation-name: rotateOutDownLeft; + animation-name: rotateOutDownLeft; +} + +@-webkit-keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutDownRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.remark-fading .rotateOutDownRight { + -webkit-animation-name: rotateOutDownRight; + animation-name: rotateOutDownRight; +} + +@-webkit-keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +@keyframes rotateOutUpLeft { + from { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: left bottom; + transform-origin: left bottom; + -webkit-transform: rotate3d(0, 0, 1, -45deg); + transform: rotate3d(0, 0, 1, -45deg); + opacity: 0; + } +} + +.remark-fading .rotateOutUpLeft { + -webkit-animation-name: rotateOutUpLeft; + animation-name: rotateOutUpLeft; +} + +@-webkit-keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +@keyframes rotateOutUpRight { + from { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + opacity: 1; + } + + to { + -webkit-transform-origin: right bottom; + transform-origin: right bottom; + -webkit-transform: rotate3d(0, 0, 1, 90deg); + transform: rotate3d(0, 0, 1, 90deg); + opacity: 0; + } +} + +.remark-fading .rotateOutUpRight { + -webkit-animation-name: rotateOutUpRight; + animation-name: rotateOutUpRight; +} + +@-webkit-keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +@keyframes hinge { + 0% { + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 20%, + 60% { + -webkit-transform: rotate3d(0, 0, 1, 80deg); + transform: rotate3d(0, 0, 1, 80deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + } + + 40%, + 80% { + -webkit-transform: rotate3d(0, 0, 1, 60deg); + transform: rotate3d(0, 0, 1, 60deg); + -webkit-transform-origin: top left; + transform-origin: top left; + -webkit-animation-timing-function: ease-in-out; + animation-timing-function: ease-in-out; + opacity: 1; + } + + to { + -webkit-transform: translate3d(0, 700px, 0); + transform: translate3d(0, 700px, 0); + opacity: 0; + } +} + +.remark-visible .hinge { + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-name: hinge; + animation-name: hinge; +} + +@-webkit-keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes jackInTheBox { + from { + opacity: 0; + -webkit-transform: scale(0.1) rotate(30deg); + transform: scale(0.1) rotate(30deg); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + } + + 50% { + -webkit-transform: rotate(-10deg); + transform: rotate(-10deg); + } + + 70% { + -webkit-transform: rotate(3deg); + transform: rotate(3deg); + } + + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +.remark-visible .jackInTheBox { + -webkit-animation-name: jackInTheBox; + animation-name: jackInTheBox; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes rollIn { + from { + opacity: 0; + -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); + } + + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .rollIn { + -webkit-animation-name: rollIn; + animation-name: rollIn; +} + +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ + +@-webkit-keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +@keyframes rollOut { + from { + opacity: 1; + } + + to { + opacity: 0; + -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); + } +} + +.remark-fading .rollOut { + -webkit-animation-name: rollOut; + animation-name: rollOut; +} + +@-webkit-keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +@keyframes zoomIn { + from { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + 50% { + opacity: 1; + } +} + +.remark-visible .zoomIn { + -webkit-animation-name: zoomIn; + animation-name: zoomIn; +} + +@-webkit-keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInDown { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-visible .zoomInDown { + -webkit-animation-name: zoomInDown; + animation-name: zoomInDown; +} + +@-webkit-keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInLeft { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-visible .zoomInLeft { + -webkit-animation-name: zoomInLeft; + animation-name: zoomInLeft; +} + +@-webkit-keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInRight { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-visible .zoomInRight { + -webkit-animation-name: zoomInRight; + animation-name: zoomInRight; +} + +@-webkit-keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomInUp { + from { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + 60% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-visible .zoomInUp { + -webkit-animation-name: zoomInUp; + animation-name: zoomInUp; +} + +@-webkit-keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +@keyframes zoomOut { + from { + opacity: 1; + } + + 50% { + opacity: 0; + -webkit-transform: scale3d(0.3, 0.3, 0.3); + transform: scale3d(0.3, 0.3, 0.3); + } + + to { + opacity: 0; + } +} + +.remark-fading .zoomOut { + -webkit-animation-name: zoomOut; + animation-name: zoomOut; +} + +@-webkit-keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutDown { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-fading .zoomOutDown { + -webkit-animation-name: zoomOutDown; + animation-name: zoomOutDown; +} + +@-webkit-keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +@keyframes zoomOutLeft { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); + transform: scale(0.1) translate3d(-2000px, 0, 0); + -webkit-transform-origin: left center; + transform-origin: left center; + } +} + +.remark-fading .zoomOutLeft { + -webkit-animation-name: zoomOutLeft; + animation-name: zoomOutLeft; +} + +@-webkit-keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +@keyframes zoomOutRight { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); + } + + to { + opacity: 0; + -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); + transform: scale(0.1) translate3d(2000px, 0, 0); + -webkit-transform-origin: right center; + transform-origin: right center; + } +} + +.remark-fading .zoomOutRight { + -webkit-animation-name: zoomOutRight; + animation-name: zoomOutRight; +} + +@-webkit-keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +@keyframes zoomOutUp { + 40% { + opacity: 1; + -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); + -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); + } + + to { + opacity: 0; + -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); + -webkit-transform-origin: center bottom; + transform-origin: center bottom; + -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); + } +} + +.remark-fading .zoomOutUp { + -webkit-animation-name: zoomOutUp; + animation-name: zoomOutUp; +} + +@-webkit-keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInDown { + from { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .slideInDown { + -webkit-animation-name: slideInDown; + animation-name: slideInDown; +} + +@-webkit-keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInLeft { + from { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .slideInLeft { + -webkit-animation-name: slideInLeft; + animation-name: slideInLeft; +} + +@-webkit-keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInRight { + from { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .slideInRight { + -webkit-animation-name: slideInRight; + animation-name: slideInRight; +} + +@-webkit-keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes slideInUp { + from { + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + visibility: visible; + } + + to { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +.remark-visible .slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; +} + +@-webkit-keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +@keyframes slideOutDown { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, 100%, 0); + transform: translate3d(0, 100%, 0); + } +} + +.remark-fading .slideOutDown { + -webkit-animation-name: slideOutDown; + animation-name: slideOutDown; +} + +@-webkit-keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +@keyframes slideOutLeft { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + } +} + +.remark-fading .slideOutLeft { + -webkit-animation-name: slideOutLeft; + animation-name: slideOutLeft; +} + +@-webkit-keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +@keyframes slideOutRight { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + } +} + +.remark-fading .slideOutRight { + -webkit-animation-name: slideOutRight; + animation-name: slideOutRight; +} + +@-webkit-keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +@keyframes slideOutUp { + from { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + + to { + visibility: hidden; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); + } +} + +.remark-fading .slideOutUp { + -webkit-animation-name: slideOutUp; + animation-name: slideOutUp; +} + +.animated { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; +} + +.animated.infinite { + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; +} + +.animated.delay-1s { + -webkit-animation-delay: 1s; + animation-delay: 1s; +} + +.animated.delay-2s { + -webkit-animation-delay: 2s; + animation-delay: 2s; +} + +.animated.delay-3s { + -webkit-animation-delay: 3s; + animation-delay: 3s; +} + +.animated.delay-4s { + -webkit-animation-delay: 4s; + animation-delay: 4s; +} + +.animated.delay-5s { + -webkit-animation-delay: 5s; + animation-delay: 5s; +} + +.animated.fast { + -webkit-animation-duration: 800ms; + animation-duration: 800ms; +} + +.animated.faster { + -webkit-animation-duration: 500ms; + animation-duration: 500ms; +} + +.animated.slow { + -webkit-animation-duration: 2s; + animation-duration: 2s; +} + +.animated.slower { + -webkit-animation-duration: 3s; + animation-duration: 3s; +} + +@media (print), (prefers-reduced-motion: reduce) { + .animated { + -webkit-animation-duration: 1ms !important; + animation-duration: 1ms !important; + -webkit-transition-duration: 1ms !important; + transition-duration: 1ms !important; + -webkit-animation-iteration-count: 1 !important; + animation-iteration-count: 1 !important; + } +} diff --git a/slides/libs/fabric-4.3.1/fabric.min.js b/slides/libs/fabric-4.3.1/fabric.min.js new file mode 100644 index 00000000..38f1c3d2 --- /dev/null +++ b/slides/libs/fabric-4.3.1/fabric.min.js @@ -0,0 +1 @@ +var fabric=fabric||{version:"5.2.1"};if("undefined"!=typeof exports?exports.fabric=fabric:"function"==typeof define&&define.amd&&define([],function(){return fabric}),"undefined"!=typeof document&&"undefined"!=typeof window)document instanceof("undefined"!=typeof HTMLDocument?HTMLDocument:Document)?fabric.document=document:fabric.document=document.implementation.createHTMLDocument(""),fabric.window=window;else{var jsdom=require("jsdom"),virtualWindow=new jsdom.JSDOM(decodeURIComponent("%3C!DOCTYPE%20html%3E%3Chtml%3E%3Chead%3E%3C%2Fhead%3E%3Cbody%3E%3C%2Fbody%3E%3C%2Fhtml%3E"),{features:{FetchExternalResources:["img"]},resources:"usable"}).window;fabric.document=virtualWindow.document,fabric.jsdomImplForWrapper=require("jsdom/lib/jsdom/living/generated/utils").implForWrapper,fabric.nodeCanvas=require("jsdom/lib/jsdom/utils").Canvas,fabric.window=virtualWindow,DOMParser=fabric.window.DOMParser}function resizeCanvasIfNeeded(t){var e=t.targetCanvas,i=e.width,r=e.height,n=t.destinationWidth,s=t.destinationHeight;i===n&&r===s||(e.width=n,e.height=s)}function copyGLTo2DDrawImage(t,e){var i=t.canvas,r=e.targetCanvas,n=r.getContext("2d");n.translate(0,r.height),n.scale(1,-1);var s=i.height-r.height;n.drawImage(i,0,s,r.width,r.height,0,0,r.width,r.height)}function copyGLTo2DPutImageData(t,e){var i=e.targetCanvas.getContext("2d"),r=e.destinationWidth,n=e.destinationHeight,s=r*n*4,o=new Uint8Array(this.imageBuffer,0,s),a=new Uint8ClampedArray(this.imageBuffer,0,s);t.readPixels(0,0,r,n,t.RGBA,t.UNSIGNED_BYTE,o);var c=new ImageData(a,r,n);i.putImageData(c,0,0)}fabric.isTouchSupported="ontouchstart"in fabric.window||"ontouchstart"in fabric.document||fabric.window&&fabric.window.navigator&&0_)for(var C=1,S=d.length;Ct[i-2].x?1:n.x===t[i-2].x?0:-1,c=n.y>t[i-2].y?1:n.y===t[i-2].y?0:-1),r.push(["L",n.x+a*e,n.y+c*e]),r},fabric.util.getPathSegmentsInfo=l,fabric.util.getBoundsOfCurve=function(t,e,i,r,n,s,o,a){var c;if(fabric.cachesBoundsOfCurve&&(c=D.call(arguments),fabric.boundsOfCurveCache[c]))return fabric.boundsOfCurveCache[c];var h,l,u,f,d,g,p,v,m=Math.sqrt,b=Math.min,y=Math.max,_=Math.abs,x=[],C=[[],[]];l=6*t-12*i+6*n,h=-3*t+9*i-9*n+3*o,u=3*i-3*t;for(var S=0;S<2;++S)if(0/g,">")},graphemeSplit:function(t){var e,i=0,r=[];for(i=0;it.x&&this.y>t.y},gte:function(t){return this.x>=t.x&&this.y>=t.y},lerp:function(t,e){return void 0===e&&(e=.5),e=Math.max(Math.min(1,e),0),new i(this.x+(t.x-this.x)*e,this.y+(t.y-this.y)*e)},distanceFrom:function(t){var e=this.x-t.x,i=this.y-t.y;return Math.sqrt(e*e+i*i)},midPointFrom:function(t){return this.lerp(t)},min:function(t){return new i(Math.min(this.x,t.x),Math.min(this.y,t.y))},max:function(t){return new i(Math.max(this.x,t.x),Math.max(this.y,t.y))},toString:function(){return this.x+","+this.y},setXY:function(t,e){return this.x=t,this.y=e,this},setX:function(t){return this.x=t,this},setY:function(t){return this.y=t,this},setFromPoint:function(t){return this.x=t.x,this.y=t.y,this},swap:function(t){var e=this.x,i=this.y;this.x=t.x,this.y=t.y,t.x=e,t.y=i},clone:function(){return new i(this.x,this.y)}}}("undefined"!=typeof exports?exports:this),function(t){"use strict";var f=t.fabric||(t.fabric={});function d(t){this.status=t,this.points=[]}f.Intersection?f.warn("fabric.Intersection is already defined"):(f.Intersection=d,f.Intersection.prototype={constructor:d,appendPoint:function(t){return this.points.push(t),this},appendPoints:function(t){return this.points=this.points.concat(t),this}},f.Intersection.intersectLineLine=function(t,e,i,r){var n,s=(r.x-i.x)*(t.y-i.y)-(r.y-i.y)*(t.x-i.x),o=(e.x-t.x)*(t.y-i.y)-(e.y-t.y)*(t.x-i.x),a=(r.y-i.y)*(e.x-t.x)-(r.x-i.x)*(e.y-t.y);if(0!==a){var c=s/a,h=o/a;0<=c&&c<=1&&0<=h&&h<=1?(n=new d("Intersection")).appendPoint(new f.Point(t.x+c*(e.x-t.x),t.y+c*(e.y-t.y))):n=new d}else n=new d(0===s||0===o?"Coincident":"Parallel");return n},f.Intersection.intersectLinePolygon=function(t,e,i){var r,n,s,o,a=new d,c=i.length;for(o=0;o=c&&(h.x-=c),h.x<=-c&&(h.x+=c),h.y>=c&&(h.y-=c),h.y<=c&&(h.y+=c),h.x-=o.offsetX,h.y-=o.offsetY,h}function y(t){return t.flipX!==t.flipY}function _(t,e,i,r,n){if(0!==t[e]){var s=n/t._getTransformedDimensions()[r]*t[i];t.set(i,s)}}function x(t,e,i,r){var n,s=e.target,o=s._getTransformedDimensions(0,s.skewY),a=P(e,e.originX,e.originY,i,r),c=Math.abs(2*a.x)-o.x,h=s.skewX;c<2?n=0:(n=v(Math.atan2(c/s.scaleX,o.y/s.scaleY)),e.originX===f&&e.originY===p&&(n=-n),e.originX===g&&e.originY===d&&(n=-n),y(s)&&(n=-n));var l=h!==n;if(l){var u=s._getTransformedDimensions().y;s.set("skewX",n),_(s,"skewY","scaleY","y",u)}return l}function C(t,e,i,r){var n,s=e.target,o=s._getTransformedDimensions(s.skewX,0),a=P(e,e.originX,e.originY,i,r),c=Math.abs(2*a.y)-o.y,h=s.skewY;c<2?n=0:(n=v(Math.atan2(c/s.scaleY,o.x/s.scaleX)),e.originX===f&&e.originY===p&&(n=-n),e.originX===g&&e.originY===d&&(n=-n),y(s)&&(n=-n));var l=h!==n;if(l){var u=s._getTransformedDimensions().x;s.set("skewY",n),_(s,"skewX","scaleX","x",u)}return l}function E(t,e,i,r,n){n=n||{};var s,o,a,c,h,l,u=e.target,f=u.lockScalingX,d=u.lockScalingY,g=n.by,p=w(t,u),v=k(u,g,p),m=e.gestureScale;if(v)return!1;if(m)o=e.scaleX*m,a=e.scaleY*m;else{if(s=P(e,e.originX,e.originY,i,r),h="y"!==g?T(s.x):1,l="x"!==g?T(s.y):1,e.signX||(e.signX=h),e.signY||(e.signY=l),u.lockScalingFlip&&(e.signX!==h||e.signY!==l))return!1;if(c=u._getTransformedDimensions(),p&&!g){var b=Math.abs(s.x)+Math.abs(s.y),y=e.original,_=b/(Math.abs(c.x*y.scaleX/u.scaleX)+Math.abs(c.y*y.scaleY/u.scaleY));o=y.scaleX*_,a=y.scaleY*_}else o=Math.abs(s.x*u.scaleX/c.x),a=Math.abs(s.y*u.scaleY/c.y);O(e)&&(o*=2,a*=2),e.signX!==h&&"y"!==g&&(e.originX=S[e.originX],o*=-1,e.signX=h),e.signY!==l&&"x"!==g&&(e.originY=S[e.originY],a*=-1,e.signY=l)}var x=u.scaleX,C=u.scaleY;return g?("x"===g&&u.set("scaleX",o),"y"===g&&u.set("scaleY",a)):(!f&&u.set("scaleX",o),!d&&u.set("scaleY",a)),x!==u.scaleX||C!==u.scaleY}n.scaleCursorStyleHandler=function(t,e,i){var r=w(t,i),n="";if(0!==e.x&&0===e.y?n="x":0===e.x&&0!==e.y&&(n="y"),k(i,n,r))return"not-allowed";var s=a(i,e);return o[s]+"-resize"},n.skewCursorStyleHandler=function(t,e,i){var r="not-allowed";if(0!==e.x&&i.lockSkewingY)return r;if(0!==e.y&&i.lockSkewingX)return r;var n=a(i,e)%4;return s[n]+"-resize"},n.scaleSkewCursorStyleHandler=function(t,e,i){return t[i.canvas.altActionKey]?n.skewCursorStyleHandler(t,e,i):n.scaleCursorStyleHandler(t,e,i)},n.rotationWithSnapping=b("rotating",m(function(t,e,i,r){var n=e,s=n.target,o=s.translateToOriginPoint(s.getCenterPoint(),n.originX,n.originY);if(s.lockRotation)return!1;var a,c=Math.atan2(n.ey-o.y,n.ex-o.x),h=Math.atan2(r-o.y,i-o.x),l=v(h-c+n.theta);if(0o.r2,h=this.gradientTransform?this.gradientTransform.concat():fabric.iMatrix.concat(),l=-this.offsetX,u=-this.offsetY,f=!!e.additionalTransform,d="pixels"===this.gradientUnits?"userSpaceOnUse":"objectBoundingBox";if(a.sort(function(t,e){return t.offset-e.offset}),"objectBoundingBox"===d?(l/=t.width,u/=t.height):(l+=t.width/2,u+=t.height/2),"path"===t.type&&"percentage"!==this.gradientUnits&&(l-=t.pathOffset.x,u-=t.pathOffset.y),h[4]-=l,h[5]-=u,s='id="SVGID_'+this.id+'" gradientUnits="'+d+'"',s+=' gradientTransform="'+(f?e.additionalTransform+" ":"")+fabric.util.matrixToSVG(h)+'" ',"linear"===this.type?n=["\n']:"radial"===this.type&&(n=["\n']),"radial"===this.type){if(c)for((a=a.concat()).reverse(),i=0,r=a.length;i\n')}return n.push("linear"===this.type?"\n":"\n"),n.join("")},toLive:function(t){var e,i,r,n=fabric.util.object.clone(this.coords);if(this.type){for("linear"===this.type?e=t.createLinearGradient(n.x1,n.y1,n.x2,n.y2):"radial"===this.type&&(e=t.createRadialGradient(n.x1,n.y1,n.r1,n.x2,n.y2,n.r2)),i=0,r=this.colorStops.length;i\n\n\n'},setOptions:function(t){for(var e in t)this[e]=t[e]},toLive:function(t){var e=this.source;if(!e)return"";if(void 0!==e.src){if(!e.complete)return"";if(0===e.naturalWidth||0===e.naturalHeight)return""}return t.createPattern(e,this.repeat)}})}(),function(t){"use strict";var o=t.fabric||(t.fabric={}),a=o.util.toFixed;o.Shadow?o.warn("fabric.Shadow is already defined."):(o.Shadow=o.util.createClass({color:"rgb(0,0,0)",blur:0,offsetX:0,offsetY:0,affectStroke:!1,includeDefaultValues:!0,nonScaling:!1,initialize:function(t){for(var e in"string"==typeof t&&(t=this._parseShadow(t)),t)this[e]=t[e];this.id=o.Object.__uid++},_parseShadow:function(t){var e=t.trim(),i=o.Shadow.reOffsetsAndBlur.exec(e)||[];return{color:(e.replace(o.Shadow.reOffsetsAndBlur,"")||"rgb(0,0,0)").trim(),offsetX:parseFloat(i[1],10)||0,offsetY:parseFloat(i[2],10)||0,blur:parseFloat(i[3],10)||0}},toString:function(){return[this.offsetX,this.offsetY,this.blur,this.color].join("px ")},toSVG:function(t){var e=40,i=40,r=o.Object.NUM_FRACTION_DIGITS,n=o.util.rotateVector({x:this.offsetX,y:this.offsetY},o.util.degreesToRadians(-t.angle)),s=new o.Color(this.color);return t.width&&t.height&&(e=100*a((Math.abs(n.x)+this.blur)/t.width,r)+20,i=100*a((Math.abs(n.y)+this.blur)/t.height,r)+20),t.flipX&&(n.x*=-1),t.flipY&&(n.y*=-1),'\n\t\n\t\n\t\n\t\n\t\n\t\t\n\t\t\n\t\n\n'},toObject:function(){if(this.includeDefaultValues)return{color:this.color,blur:this.blur,offsetX:this.offsetX,offsetY:this.offsetY,affectStroke:this.affectStroke,nonScaling:this.nonScaling};var e={},i=o.Shadow.prototype;return["color","blur","offsetX","offsetY","affectStroke","nonScaling"].forEach(function(t){this[t]!==i[t]&&(e[t]=this[t])},this),e}}),o.Shadow.reOffsetsAndBlur=/(?:\s|^)(-?\d+(?:\.\d*)?(?:px)?(?:\s?|$))?(-?\d+(?:\.\d*)?(?:px)?(?:\s?|$))?(\d+(?:\.\d*)?(?:px)?)?(?:\s?|$)(?:$|\s)/)}("undefined"!=typeof exports?exports:this),function(){"use strict";if(fabric.StaticCanvas)fabric.warn("fabric.StaticCanvas is already defined.");else{var n=fabric.util.object.extend,t=fabric.util.getElementOffset,h=fabric.util.removeFromArray,a=fabric.util.toFixed,s=fabric.util.transformPoint,o=fabric.util.invertTransform,i=fabric.util.getNodeCanvas,r=fabric.util.createCanvasElement,e=new Error("Could not initialize `canvas` element");fabric.StaticCanvas=fabric.util.createClass(fabric.CommonMethods,{initialize:function(t,e){e||(e={}),this.renderAndResetBound=this.renderAndReset.bind(this),this.requestRenderAllBound=this.requestRenderAll.bind(this),this._initStatic(t,e)},backgroundColor:"",backgroundImage:null,overlayColor:"",overlayImage:null,includeDefaultValues:!0,stateful:!1,renderOnAddRemove:!0,controlsAboveOverlay:!1,allowTouchScrolling:!1,imageSmoothingEnabled:!0,viewportTransform:fabric.iMatrix.concat(),backgroundVpt:!0,overlayVpt:!0,enableRetinaScaling:!0,vptCoords:{},skipOffscreen:!0,clipPath:void 0,_initStatic:function(t,e){var i=this.requestRenderAllBound;this._objects=[],this._createLowerCanvas(t),this._initOptions(e),this.interactive||this._initRetinaScaling(),e.overlayImage&&this.setOverlayImage(e.overlayImage,i),e.backgroundImage&&this.setBackgroundImage(e.backgroundImage,i),e.backgroundColor&&this.setBackgroundColor(e.backgroundColor,i),e.overlayColor&&this.setOverlayColor(e.overlayColor,i),this.calcOffset()},_isRetinaScaling:function(){return 1\n'),this._setSVGBgOverlayColor(i,"background"),this._setSVGBgOverlayImage(i,"backgroundImage",e),this._setSVGObjects(i,e),this.clipPath&&i.push("\n"),this._setSVGBgOverlayColor(i,"overlay"),this._setSVGBgOverlayImage(i,"overlayImage",e),i.push(""),i.join("")},_setSVGPreamble:function(t,e){e.suppressPreamble||t.push('\n','\n')},_setSVGHeader:function(t,e){var i,r=e.width||this.width,n=e.height||this.height,s='viewBox="0 0 '+this.width+" "+this.height+'" ',o=fabric.Object.NUM_FRACTION_DIGITS;e.viewBox?s='viewBox="'+e.viewBox.x+" "+e.viewBox.y+" "+e.viewBox.width+" "+e.viewBox.height+'" ':this.svgViewportTransformation&&(i=this.viewportTransform,s='viewBox="'+a(-i[4]/i[0],o)+" "+a(-i[5]/i[3],o)+" "+a(this.width/i[0],o)+" "+a(this.height/i[3],o)+'" '),t.push("\n',"Created with Fabric.js ",fabric.version,"\n","\n",this.createSVGFontFacesMarkup(),this.createSVGRefElementsMarkup(),this.createSVGClipPathMarkup(e),"\n")},createSVGClipPathMarkup:function(t){var e=this.clipPath;return e?(e.clipPathId="CLIPPATH_"+fabric.Object.__uid++,'\n'+this.clipPath.toClipPathSVG(t.reviver)+"\n"):""},createSVGRefElementsMarkup:function(){var s=this;return["background","overlay"].map(function(t){var e=s[t+"Color"];if(e&&e.toLive){var i=s[t+"Vpt"],r=s.viewportTransform,n={width:s.width/(i?r[0]:1),height:s.height/(i?r[3]:1)};return e.toSVG(n,{additionalTransform:i?fabric.util.matrixToSVG(r):""})}}).join("")},createSVGFontFacesMarkup:function(){var t,e,i,r,n,s,o,a,c="",h={},l=fabric.fontPaths,u=[];for(this._objects.forEach(function t(e){u.push(e),e._objects&&e._objects.forEach(t)}),o=0,a=u.length;o',"\n",c,"","\n"].join("")),c},_setSVGObjects:function(t,e){var i,r,n,s=this._objects;for(r=0,n=s.length;r\n")}else t.push('\n")},sendToBack:function(t){if(!t)return this;var e,i,r,n=this._activeObject;if(t===n&&"activeSelection"===t.type)for(e=(r=n._objects).length;e--;)i=r[e],h(this._objects,i),this._objects.unshift(i);else h(this._objects,t),this._objects.unshift(t);return this.renderOnAddRemove&&this.requestRenderAll(),this},bringToFront:function(t){if(!t)return this;var e,i,r,n=this._activeObject;if(t===n&&"activeSelection"===t.type)for(r=n._objects,e=0;e"}}),n(fabric.StaticCanvas.prototype,fabric.Observable),n(fabric.StaticCanvas.prototype,fabric.Collection),n(fabric.StaticCanvas.prototype,fabric.DataURLExporter),n(fabric.StaticCanvas,{EMPTY_JSON:'{"objects": [], "background": "white"}',supports:function(t){var e=r();if(!e||!e.getContext)return null;var i=e.getContext("2d");if(!i)return null;switch(t){case"setLineDash":return void 0!==i.setLineDash;default:return null}}}),fabric.StaticCanvas.prototype.toJSON=fabric.StaticCanvas.prototype.toObject,fabric.isLikelyNode&&(fabric.StaticCanvas.prototype.createPNGStream=function(){var t=i(this.lowerCanvasEl);return t&&t.createPNGStream()},fabric.StaticCanvas.prototype.createJPEGStream=function(t){var e=i(this.lowerCanvasEl);return e&&e.createJPEGStream(t)})}}(),fabric.BaseBrush=fabric.util.createClass({color:"rgb(0, 0, 0)",width:1,shadow:null,strokeLineCap:"round",strokeLineJoin:"round",strokeMiterLimit:10,strokeDashArray:null,limitedToCanvasSize:!1,_setBrushStyles:function(t){t.strokeStyle=this.color,t.lineWidth=this.width,t.lineCap=this.strokeLineCap,t.miterLimit=this.strokeMiterLimit,t.lineJoin=this.strokeLineJoin,t.setLineDash(this.strokeDashArray||[])},_saveAndTransform:function(t){var e=this.canvas.viewportTransform;t.save(),t.transform(e[0],e[1],e[2],e[3],e[4],e[5])},_setShadow:function(){if(this.shadow){var t=this.canvas,e=this.shadow,i=t.contextTop,r=t.getZoom();t&&t._isRetinaScaling()&&(r*=fabric.devicePixelRatio),i.shadowColor=e.color,i.shadowBlur=e.blur*r,i.shadowOffsetX=e.offsetX*r,i.shadowOffsetY=e.offsetY*r}},needsFullRender:function(){return new fabric.Color(this.color).getAlpha()<1||!!this.shadow},_resetShadow:function(){var t=this.canvas.contextTop;t.shadowColor="",t.shadowBlur=t.shadowOffsetX=t.shadowOffsetY=0},_isOutSideCanvas:function(t){return t.x<0||t.x>this.canvas.getWidth()||t.y<0||t.y>this.canvas.getHeight()}}),fabric.PencilBrush=fabric.util.createClass(fabric.BaseBrush,{decimate:.4,drawStraightLine:!1,straightLineKey:"shiftKey",initialize:function(t){this.canvas=t,this._points=[]},needsFullRender:function(){return this.callSuper("needsFullRender")||this._hasStraightLine},_drawSegment:function(t,e,i){var r=e.midPointFrom(i);return t.quadraticCurveTo(e.x,e.y,r.x,r.y),r},onMouseDown:function(t,e){this.canvas._isMainEvent(e.e)&&(this.drawStraightLine=e.e[this.straightLineKey],this._prepareForDrawing(t),this._captureDrawingPath(t),this._render())},onMouseMove:function(t,e){if(this.canvas._isMainEvent(e.e)&&(this.drawStraightLine=e.e[this.straightLineKey],(!0!==this.limitedToCanvasSize||!this._isOutSideCanvas(t))&&this._captureDrawingPath(t)&&1"},getObjectScaling:function(){if(!this.group)return{scaleX:this.scaleX,scaleY:this.scaleY};var t=x.util.qrDecompose(this.calcTransformMatrix());return{scaleX:Math.abs(t.scaleX),scaleY:Math.abs(t.scaleY)}},getTotalObjectScaling:function(){var t=this.getObjectScaling(),e=t.scaleX,i=t.scaleY;if(this.canvas){var r=this.canvas.getZoom(),n=this.canvas.getRetinaScaling();e*=r*n,i*=r*n}return{scaleX:e,scaleY:i}},getObjectOpacity:function(){var t=this.opacity;return this.group&&(t*=this.group.getObjectOpacity()),t},_set:function(t,e){var i="scaleX"===t||"scaleY"===t,r=this[t]!==e,n=!1;return i&&(e=this._constrainScale(e)),"scaleX"===t&&e<0?(this.flipX=!this.flipX,e*=-1):"scaleY"===t&&e<0?(this.flipY=!this.flipY,e*=-1):"shadow"!==t||!e||e instanceof x.Shadow?"dirty"===t&&this.group&&this.group.set("dirty",e):e=new x.Shadow(e),this[t]=e,r&&(n=this.group&&this.group.isOnACache(),-1=t.x&&n.left+n.width<=e.x&&n.top>=t.y&&n.top+n.height<=e.y},containsPoint:function(t,e,i,r){var n=this._getCoords(i,r),s=(e=e||this._getImageLines(n),this._findCrossPoints(t,e));return 0!==s&&s%2==1},isOnScreen:function(t){if(!this.canvas)return!1;var e=this.canvas.vptCoords.tl,i=this.canvas.vptCoords.br;return!!this.getCoords(!0,t).some(function(t){return t.x<=i.x&&t.x>=e.x&&t.y<=i.y&&t.y>=e.y})||(!!this.intersectsWithRect(e,i,!0,t)||this._containsCenterOfCanvas(e,i,t))},_containsCenterOfCanvas:function(t,e,i){var r={x:(t.x+e.x)/2,y:(t.y+e.y)/2};return!!this.containsPoint(r,null,!0,i)},isPartiallyOnScreen:function(t){if(!this.canvas)return!1;var e=this.canvas.vptCoords.tl,i=this.canvas.vptCoords.br;return!!this.intersectsWithRect(e,i,!0,t)||this.getCoords(!0,t).every(function(t){return(t.x>=i.x||t.x<=e.x)&&(t.y>=i.y||t.y<=e.y)})&&this._containsCenterOfCanvas(e,i,t)},_getImageLines:function(t){return{topline:{o:t.tl,d:t.tr},rightline:{o:t.tr,d:t.br},bottomline:{o:t.br,d:t.bl},leftline:{o:t.bl,d:t.tl}}},_findCrossPoints:function(t,e){var i,r,n,s=0;for(var o in e)if(!((n=e[o]).o.y=t.y&&n.d.y>=t.y||(n.o.x===n.d.x&&n.o.x>=t.x?r=n.o.x:(0,i=(n.d.y-n.o.y)/(n.d.x-n.o.x),r=-(t.y-0*t.x-(n.o.y-i*n.o.x))/(0-i)),r>=t.x&&(s+=1),2!==s)))break;return s},getBoundingRect:function(t,e){var i=this.getCoords(t,e);return h.makeBoundingBoxFromPoints(i)},getScaledWidth:function(){return this._getTransformedDimensions().x},getScaledHeight:function(){return this._getTransformedDimensions().y},_constrainScale:function(t){return Math.abs(t)\n')}},toSVG:function(t){return this._createBaseSVGMarkup(this._toSVG(t),{reviver:t})},toClipPathSVG:function(t){return"\t"+this._createBaseClipPathSVGMarkup(this._toSVG(t),{reviver:t})},_createBaseClipPathSVGMarkup:function(t,e){var i=(e=e||{}).reviver,r=e.additionalTransform||"",n=[this.getSvgTransform(!0,r),this.getSvgCommons()].join(""),s=t.indexOf("COMMON_PARTS");return t[s]=n,i?i(t.join("")):t.join("")},_createBaseSVGMarkup:function(t,e){var i,r,n=(e=e||{}).noStyle,s=e.reviver,o=n?"":'style="'+this.getSvgStyles()+'" ',a=e.withShadow?'style="'+this.getSvgFilter()+'" ':"",c=this.clipPath,h=this.strokeUniform?'vector-effect="non-scaling-stroke" ':"",l=c&&c.absolutePositioned,u=this.stroke,f=this.fill,d=this.shadow,g=[],p=t.indexOf("COMMON_PARTS"),v=e.additionalTransform;return c&&(c.clipPathId="CLIPPATH_"+fabric.Object.__uid++,r='\n'+c.toClipPathSVG(s)+"\n"),l&&g.push("\n"),g.push("\n"),i=[o,h,n?"":this.addPaintOrder()," ",v?'transform="'+v+'" ':""].join(""),t[p]=i,f&&f.toLive&&g.push(f.toSVG(this)),u&&u.toLive&&g.push(u.toSVG(this)),d&&g.push(d.toSVG(this)),c&&g.push(r),g.push(t.join("")),g.push("\n"),l&&g.push("\n"),s?s(g.join("")):g.join("")},addPaintOrder:function(){return"fill"!==this.paintFirst?' paint-order="'+this.paintFirst+'" ':""}})}(),function(){var n=fabric.util.object.extend,r="stateProperties";function s(e,t,i){var r={};i.forEach(function(t){r[t]=e[t]}),n(e[t],r,!0)}fabric.util.object.extend(fabric.Object.prototype,{hasStateChanged:function(t){var e="_"+(t=t||r);return Object.keys(this[e]).length\n']}}),s.Line.ATTRIBUTE_NAMES=s.SHARED_ATTRIBUTES.concat("x1 y1 x2 y2".split(" ")),s.Line.fromElement=function(t,e,i){i=i||{};var r=s.parseAttributes(t,s.Line.ATTRIBUTE_NAMES),n=[r.x1||0,r.y1||0,r.x2||0,r.y2||0];e(new s.Line(n,o(r,i)))},s.Line.fromObject=function(t,e){var i=r(t,!0);i.points=[t.x1,t.y1,t.x2,t.y2],s.Object._fromObject("Line",i,function(t){delete t.points,e&&e(t)},"points")})}("undefined"!=typeof exports?exports:this),function(t){"use strict";var s=t.fabric||(t.fabric={}),o=s.util.degreesToRadians;s.Circle?s.warn("fabric.Circle is already defined."):(s.Circle=s.util.createClass(s.Object,{type:"circle",radius:0,startAngle:0,endAngle:360,cacheProperties:s.Object.prototype.cacheProperties.concat("radius","startAngle","endAngle"),_set:function(t,e){return this.callSuper("_set",t,e),"radius"===t&&this.setRadius(e),this},toObject:function(t){return this.callSuper("toObject",["radius","startAngle","endAngle"].concat(t))},_toSVG:function(){var t,e=(this.endAngle-this.startAngle)%360;if(0===e)t=["\n'];else{var i=o(this.startAngle),r=o(this.endAngle),n=this.radius;t=['\n"]}return t},_render:function(t){t.beginPath(),t.arc(0,0,this.radius,o(this.startAngle),o(this.endAngle),!1),this._renderPaintInOrder(t)},getRadiusX:function(){return this.get("radius")*this.get("scaleX")},getRadiusY:function(){return this.get("radius")*this.get("scaleY")},setRadius:function(t){return this.radius=t,this.set("width",2*t).set("height",2*t)}}),s.Circle.ATTRIBUTE_NAMES=s.SHARED_ATTRIBUTES.concat("cx cy r".split(" ")),s.Circle.fromElement=function(t,e){var i,r=s.parseAttributes(t,s.Circle.ATTRIBUTE_NAMES);if(!("radius"in(i=r)&&0<=i.radius))throw new Error("value of `r` attribute is required and can not be negative");r.left=(r.left||0)-r.radius,r.top=(r.top||0)-r.radius,e(new s.Circle(r))},s.Circle.fromObject=function(t,e){s.Object._fromObject("Circle",t,e)})}("undefined"!=typeof exports?exports:this),function(t){"use strict";var i=t.fabric||(t.fabric={});i.Triangle?i.warn("fabric.Triangle is already defined"):(i.Triangle=i.util.createClass(i.Object,{type:"triangle",width:100,height:100,_render:function(t){var e=this.width/2,i=this.height/2;t.beginPath(),t.moveTo(-e,i),t.lineTo(0,-i),t.lineTo(e,i),t.closePath(),this._renderPaintInOrder(t)},_toSVG:function(){var t=this.width/2,e=this.height/2;return["']}}),i.Triangle.fromObject=function(t,e){return i.Object._fromObject("Triangle",t,e)})}("undefined"!=typeof exports?exports:this),function(t){"use strict";var r=t.fabric||(t.fabric={}),e=2*Math.PI;r.Ellipse?r.warn("fabric.Ellipse is already defined."):(r.Ellipse=r.util.createClass(r.Object,{type:"ellipse",rx:0,ry:0,cacheProperties:r.Object.prototype.cacheProperties.concat("rx","ry"),initialize:function(t){this.callSuper("initialize",t),this.set("rx",t&&t.rx||0),this.set("ry",t&&t.ry||0)},_set:function(t,e){switch(this.callSuper("_set",t,e),t){case"rx":this.rx=e,this.set("width",2*e);break;case"ry":this.ry=e,this.set("height",2*e)}return this},getRx:function(){return this.get("rx")*this.get("scaleX")},getRy:function(){return this.get("ry")*this.get("scaleY")},toObject:function(t){return this.callSuper("toObject",["rx","ry"].concat(t))},_toSVG:function(){return["\n']},_render:function(t){t.beginPath(),t.save(),t.transform(1,0,0,this.ry/this.rx,0,0),t.arc(0,0,this.rx,0,e,!1),t.restore(),this._renderPaintInOrder(t)}}),r.Ellipse.ATTRIBUTE_NAMES=r.SHARED_ATTRIBUTES.concat("cx cy rx ry".split(" ")),r.Ellipse.fromElement=function(t,e){var i=r.parseAttributes(t,r.Ellipse.ATTRIBUTE_NAMES);i.left=(i.left||0)-i.rx,i.top=(i.top||0)-i.ry,e(new r.Ellipse(i))},r.Ellipse.fromObject=function(t,e){r.Object._fromObject("Ellipse",t,e)})}("undefined"!=typeof exports?exports:this),function(t){"use strict";var s=t.fabric||(t.fabric={}),o=s.util.object.extend;s.Rect?s.warn("fabric.Rect is already defined"):(s.Rect=s.util.createClass(s.Object,{stateProperties:s.Object.prototype.stateProperties.concat("rx","ry"),type:"rect",rx:0,ry:0,cacheProperties:s.Object.prototype.cacheProperties.concat("rx","ry"),initialize:function(t){this.callSuper("initialize",t),this._initRxRy()},_initRxRy:function(){this.rx&&!this.ry?this.ry=this.rx:this.ry&&!this.rx&&(this.rx=this.ry)},_render:function(t){var e=this.rx?Math.min(this.rx,this.width/2):0,i=this.ry?Math.min(this.ry,this.height/2):0,r=this.width,n=this.height,s=-this.width/2,o=-this.height/2,a=0!==e||0!==i,c=.4477152502;t.beginPath(),t.moveTo(s+e,o),t.lineTo(s+r-e,o),a&&t.bezierCurveTo(s+r-c*e,o,s+r,o+c*i,s+r,o+i),t.lineTo(s+r,o+n-i),a&&t.bezierCurveTo(s+r,o+n-c*i,s+r-c*e,o+n,s+r-e,o+n),t.lineTo(s+e,o+n),a&&t.bezierCurveTo(s+c*e,o+n,s,o+n-c*i,s,o+n-i),t.lineTo(s,o+i),a&&t.bezierCurveTo(s,o+c*i,s+c*e,o,s+e,o),t.closePath(),this._renderPaintInOrder(t)},toObject:function(t){return this.callSuper("toObject",["rx","ry"].concat(t))},_toSVG:function(){return["\n']}}),s.Rect.ATTRIBUTE_NAMES=s.SHARED_ATTRIBUTES.concat("x y rx ry width height".split(" ")),s.Rect.fromElement=function(t,e,i){if(!t)return e(null);i=i||{};var r=s.parseAttributes(t,s.Rect.ATTRIBUTE_NAMES);r.left=r.left||0,r.top=r.top||0,r.height=r.height||0,r.width=r.width||0;var n=new s.Rect(o(i?s.util.object.clone(i):{},r));n.visible=n.visible&&0\n']},commonRender:function(t){var e,i=this.points.length,r=this.pathOffset.x,n=this.pathOffset.y;if(!i||isNaN(this.points[i-1].y))return!1;t.beginPath(),t.moveTo(this.points[0].x-r,this.points[0].y-n);for(var s=0;s"},toObject:function(t){return n(this.callSuper("toObject",t),{path:this.path.map(function(t){return t.slice()})})},toDatalessObject:function(t){var e=this.toObject(["sourcePath"].concat(t));return e.sourcePath&&delete e.path,e},_toSVG:function(){return["\n"]},_getOffsetTransform:function(){var t=f.Object.NUM_FRACTION_DIGITS;return" translate("+e(-this.pathOffset.x,t)+", "+e(-this.pathOffset.y,t)+")"},toClipPathSVG:function(t){var e=this._getOffsetTransform();return"\t"+this._createBaseClipPathSVGMarkup(this._toSVG(),{reviver:t,additionalTransform:e})},toSVG:function(t){var e=this._getOffsetTransform();return this._createBaseSVGMarkup(this._toSVG(),{reviver:t,additionalTransform:e})},complexity:function(){return this.path.length},_calcDimensions:function(){for(var t,e,i=[],r=[],n=0,s=0,o=0,a=0,c=0,h=this.path.length;c"},addWithUpdate:function(t){var e=!!this.group;return this._restoreObjectsState(),h.util.resetObjectTransform(this),t&&(e&&h.util.removeTransformFromObject(t,this.group.calcTransformMatrix()),this._objects.push(t),t.group=this,t._set("canvas",this.canvas)),this._calcBounds(),this._updateObjectsCoords(),this.dirty=!0,e?this.group.addWithUpdate():this.setCoords(),this},removeWithUpdate:function(t){return this._restoreObjectsState(),h.util.resetObjectTransform(this),this.remove(t),this._calcBounds(),this._updateObjectsCoords(),this.setCoords(),this.dirty=!0,this},_onObjectAdded:function(t){this.dirty=!0,t.group=this,t._set("canvas",this.canvas)},_onObjectRemoved:function(t){this.dirty=!0,delete t.group},_set:function(t,e){var i=this._objects.length;if(this.useSetOnGroup)for(;i--;)this._objects[i].setOnGroup(t,e);if("canvas"===t)for(;i--;)this._objects[i]._set(t,e);h.Object.prototype._set.call(this,t,e)},toObject:function(r){var n=this.includeDefaultValues,t=this._objects.filter(function(t){return!t.excludeFromExport}).map(function(t){var e=t.includeDefaultValues;t.includeDefaultValues=n;var i=t.toObject(r);return t.includeDefaultValues=e,i}),e=h.Object.prototype.toObject.call(this,r);return e.objects=t,e},toDatalessObject:function(r){var t,e=this.sourcePath;if(e)t=e;else{var n=this.includeDefaultValues;t=this._objects.map(function(t){var e=t.includeDefaultValues;t.includeDefaultValues=n;var i=t.toDatalessObject(r);return t.includeDefaultValues=e,i})}var i=h.Object.prototype.toDatalessObject.call(this,r);return i.objects=t,i},render:function(t){this._transformDone=!0,this.callSuper("render",t),this._transformDone=!1},shouldCache:function(){var t=h.Object.prototype.shouldCache.call(this);if(t)for(var e=0,i=this._objects.length;e\n"],i=0,r=this._objects.length;i\n"),e},getSvgStyles:function(){var t=void 0!==this.opacity&&1!==this.opacity?"opacity: "+this.opacity+";":"",e=this.visible?"":" visibility: hidden;";return[t,this.getSvgFilter(),e].join("")},toClipPathSVG:function(t){for(var e=[],i=0,r=this._objects.length;i"},shouldCache:function(){return!1},isOnACache:function(){return!1},_renderControls:function(t,e,i){t.save(),t.globalAlpha=this.isMoving?this.borderOpacityWhenMoving:1,this.callSuper("_renderControls",t,e),void 0===(i=i||{}).hasControls&&(i.hasControls=!1),i.forActiveSelection=!0;for(var r=0,n=this._objects.length;r\n','\t\n',"\n"),o=' clip-path="url(#imageCrop_'+c+')" '}if(this.imageSmoothing||(a='" image-rendering="optimizeSpeed'),i.push("\t\n"),this.stroke||this.strokeDashArray){var h=this.fill;this.fill=null,t=["\t\n'],this.fill=h}return e="fill"!==this.paintFirst?e.concat(t,i):e.concat(i,t)},getSrc:function(t){var e=t?this._element:this._originalElement;return e?e.toDataURL?e.toDataURL():this.srcFromAttribute?e.getAttribute("src"):e.src:this.src||""},setSrc:function(t,i,r){return fabric.util.loadImage(t,function(t,e){this.setElement(t,r),this._setWidthHeight(),i&&i(this,e)},this,r&&r.crossOrigin),this},toString:function(){return'#'},applyResizeFilters:function(){var t=this.resizeFilter,e=this.minimumScaleTrigger,i=this.getTotalObjectScaling(),r=i.scaleX,n=i.scaleY,s=this._filteredEl||this._originalElement;if(this.group&&this.set("dirty",!0),!t||e=t;for(var a=["highp","mediump","lowp"],c=0;c<3;c++)if(void 0,i="precision "+a[c]+" float;\nvoid main(){}",r=(e=s).createShader(e.FRAGMENT_SHADER),e.shaderSource(r,i),e.compileShader(r),e.getShaderParameter(r,e.COMPILE_STATUS)){fabric.webGlPrecision=a[c];break}}return this.isSupported=o},(fabric.WebglFilterBackend=t).prototype={tileSize:2048,resources:{},setupGLContext:function(t,e){this.dispose(),this.createWebGLCanvas(t,e),this.aPosition=new Float32Array([0,0,0,1,1,0,1,1]),this.chooseFastestCopyGLTo2DMethod(t,e)},chooseFastestCopyGLTo2DMethod:function(t,e){var i,r=void 0!==window.performance;try{new ImageData(1,1),i=!0}catch(t){i=!1}var n="undefined"!=typeof ArrayBuffer,s="undefined"!=typeof Uint8ClampedArray;if(r&&i&&n&&s){var o=fabric.util.createCanvasElement(),a=new ArrayBuffer(t*e*4);if(fabric.forceGLPutImageData)return this.imageBuffer=a,void(this.copyGLTo2D=copyGLTo2DPutImageData);var c,h,l={imageBuffer:a,destinationWidth:t,destinationHeight:e,targetCanvas:o};o.width=t,o.height=e,c=window.performance.now(),copyGLTo2DDrawImage.call(l,this.gl,l),h=window.performance.now()-c,c=window.performance.now(),copyGLTo2DPutImageData.call(l,this.gl,l),window.performance.now()-c 0.0) {\n"+this.fragmentSource[t]+"}\n}"},retrieveShader:function(t){var e,i=this.type+"_"+this.mode;return t.programCache.hasOwnProperty(i)||(e=this.buildSource(this.mode),t.programCache[i]=this.createProgram(t.context,e)),t.programCache[i]},applyTo2d:function(t){var e,i,r,n,s,o,a,c=t.imageData.data,h=c.length,l=1-this.alpha;e=(a=new f.Color(this.color).getSource())[0]*this.alpha,i=a[1]*this.alpha,r=a[2]*this.alpha;for(var u=0;u'},_getCacheCanvasDimensions:function(){var t=this.callSuper("_getCacheCanvasDimensions"),e=this.fontSize;return t.width+=e*t.zoomX,t.height+=e*t.zoomY,t},_render:function(t){var e=this.path;e&&!e.isNotVisible()&&e._render(t),this._setTextStyles(t),this._renderTextLinesBackground(t),this._renderTextDecoration(t,"underline"),this._renderText(t),this._renderTextDecoration(t,"overline"),this._renderTextDecoration(t,"linethrough")},_renderText:function(t){"stroke"===this.paintFirst?(this._renderTextStroke(t),this._renderTextFill(t)):(this._renderTextFill(t),this._renderTextStroke(t))},_setTextStyles:function(t,e,i){if(t.textBaseline="alphabetical",this.path)switch(this.pathAlign){case"center":t.textBaseline="middle";break;case"ascender":t.textBaseline="top";break;case"descender":t.textBaseline="bottom"}t.font=this._getFontDeclaration(e,i)},calcTextWidth:function(){for(var t=this.getLineWidth(0),e=1,i=this._textLines.length;ethis.__selectionStartOnMouseDown?(this.selectionStart=this.__selectionStartOnMouseDown,this.selectionEnd=e):(this.selectionStart=e,this.selectionEnd=this.__selectionStartOnMouseDown),this.selectionStart===i&&this.selectionEnd===r||(this.restartCursorIfNeeded(),this._fireSelectionChanged(),this._updateTextarea(),this.renderCursorOrSelection()))}},_setEditingProps:function(){this.hoverCursor="text",this.canvas&&(this.canvas.defaultCursor=this.canvas.moveCursor="text"),this.borderColor=this.editingBorderColor,this.hasControls=this.selectable=!1,this.lockMovementX=this.lockMovementY=!0},fromStringToGraphemeSelection:function(t,e,i){var r=i.slice(0,t),n=fabric.util.string.graphemeSplit(r).length;if(t===e)return{selectionStart:n,selectionEnd:n};var s=i.slice(t,e);return{selectionStart:n,selectionEnd:n+fabric.util.string.graphemeSplit(s).length}},fromGraphemeToStringSelection:function(t,e,i){var r=i.slice(0,t).join("").length;return t===e?{selectionStart:r,selectionEnd:r}:{selectionStart:r,selectionEnd:r+i.slice(t,e).join("").length}},_updateTextarea:function(){if(this.cursorOffsetCache={},this.hiddenTextarea){if(!this.inCompositionMode){var t=this.fromGraphemeToStringSelection(this.selectionStart,this.selectionEnd,this._text);this.hiddenTextarea.selectionStart=t.selectionStart,this.hiddenTextarea.selectionEnd=t.selectionEnd}this.updateTextareaPosition()}},updateFromTextArea:function(){if(this.hiddenTextarea){this.cursorOffsetCache={},this.text=this.hiddenTextarea.value,this._shouldClearDimensionCache()&&(this.initDimensions(),this.setCoords());var t=this.fromStringToGraphemeSelection(this.hiddenTextarea.selectionStart,this.hiddenTextarea.selectionEnd,this.hiddenTextarea.value);this.selectionEnd=this.selectionStart=t.selectionEnd,this.inCompositionMode||(this.selectionStart=t.selectionStart),this.updateTextareaPosition()}},updateTextareaPosition:function(){if(this.selectionStart===this.selectionEnd){var t=this._calcTextareaPosition();this.hiddenTextarea.style.left=t.left,this.hiddenTextarea.style.top=t.top}},_calcTextareaPosition:function(){if(!this.canvas)return{x:1,y:1};var t=this.inCompositionMode?this.compositionStart:this.selectionStart,e=this._getCursorBoundaries(t),i=this.get2DCursorLocation(t),r=i.lineIndex,n=i.charIndex,s=this.getValueOfPropertyAt(r,n,"fontSize")*this.lineHeight,o=e.leftOffset,a=this.calcTransformMatrix(),c={x:e.left+o,y:e.top+e.topOffset+s},h=this.canvas.getRetinaScaling(),l=this.canvas.upperCanvasEl,u=l.width/h,f=l.height/h,d=u-s,g=f-s,p=l.clientWidth/u,v=l.clientHeight/f;return c=fabric.util.transformPoint(c,a),(c=fabric.util.transformPoint(c,this.canvas.viewportTransform)).x*=p,c.y*=v,c.x<0&&(c.x=0),c.x>d&&(c.x=d),c.y<0&&(c.y=0),c.y>g&&(c.y=g),c.x+=this.canvas._offset.left,c.y+=this.canvas._offset.top,{left:c.x+"px",top:c.y+"px",fontSize:s+"px",charHeight:s}},_saveEditingProps:function(){this._savedProps={hasControls:this.hasControls,borderColor:this.borderColor,lockMovementX:this.lockMovementX,lockMovementY:this.lockMovementY,hoverCursor:this.hoverCursor,selectable:this.selectable,defaultCursor:this.canvas&&this.canvas.defaultCursor,moveCursor:this.canvas&&this.canvas.moveCursor}},_restoreEditingProps:function(){this._savedProps&&(this.hoverCursor=this._savedProps.hoverCursor,this.hasControls=this._savedProps.hasControls,this.borderColor=this._savedProps.borderColor,this.selectable=this._savedProps.selectable,this.lockMovementX=this._savedProps.lockMovementX,this.lockMovementY=this._savedProps.lockMovementY,this.canvas&&(this.canvas.defaultCursor=this._savedProps.defaultCursor,this.canvas.moveCursor=this._savedProps.moveCursor))},exitEditing:function(){var t=this._textBeforeEdit!==this.text,e=this.hiddenTextarea;return this.selected=!1,this.isEditing=!1,this.selectionEnd=this.selectionStart,e&&(e.blur&&e.blur(),e.parentNode&&e.parentNode.removeChild(e)),this.hiddenTextarea=null,this.abortCursorAnimation(),this._restoreEditingProps(),this._currentCursorOpacity=0,this._shouldClearDimensionCache()&&(this.initDimensions(),this.setCoords()),this.fire("editing:exited"),t&&this.fire("modified"),this.canvas&&(this.canvas.off("mouse:move",this.mouseMoveHandler),this.canvas.fire("text:editing:exited",{target:this}),t&&this.canvas.fire("object:modified",{target:this})),this},_removeExtraneousStyles:function(){for(var t in this.styles)this._textLines[t]||delete this.styles[t]},removeStyleFromTo:function(t,e){var i,r,n=this.get2DCursorLocation(t,!0),s=this.get2DCursorLocation(e,!0),o=n.lineIndex,a=n.charIndex,c=s.lineIndex,h=s.charIndex;if(o!==c){if(this.styles[o])for(i=a;it?this.selectionStart=t:this.selectionStart<0&&(this.selectionStart=0),this.selectionEnd>t?this.selectionEnd=t:this.selectionEnd<0&&(this.selectionEnd=0)}})}(),fabric.util.object.extend(fabric.IText.prototype,{initDoubleClickSimulation:function(){this.__lastClickTime=+new Date,this.__lastLastClickTime=+new Date,this.__lastPointer={},this.on("mousedown",this.onMouseDown)},onMouseDown:function(t){if(this.canvas){this.__newClickTime=+new Date;var e=t.pointer;this.isTripleClick(e)&&(this.fire("tripleclick",t),this._stopEvent(t.e)),this.__lastLastClickTime=this.__lastClickTime,this.__lastClickTime=this.__newClickTime,this.__lastPointer=e,this.__lastIsEditing=this.isEditing,this.__lastSelected=this.selected}},isTripleClick:function(t){return this.__newClickTime-this.__lastClickTime<500&&this.__lastClickTime-this.__lastLastClickTime<500&&this.__lastPointer.x===t.x&&this.__lastPointer.y===t.y},_stopEvent:function(t){t.preventDefault&&t.preventDefault(),t.stopPropagation&&t.stopPropagation()},initCursorSelectionHandlers:function(){this.initMousedownHandler(),this.initMouseupHandler(),this.initClicks()},doubleClickHandler:function(t){this.isEditing&&this.selectWord(this.getSelectionStartFromPointer(t.e))},tripleClickHandler:function(t){this.isEditing&&this.selectLine(this.getSelectionStartFromPointer(t.e))},initClicks:function(){this.on("mousedblclick",this.doubleClickHandler),this.on("tripleclick",this.tripleClickHandler)},_mouseDownHandler:function(t){!this.canvas||!this.editable||t.e.button&&1!==t.e.button||(this.__isMousedown=!0,this.selected&&(this.inCompositionMode=!1,this.setCursorByClick(t.e)),this.isEditing&&(this.__selectionStartOnMouseDown=this.selectionStart,this.selectionStart===this.selectionEnd&&this.abortCursorAnimation(),this.renderCursorOrSelection()))},_mouseDownHandlerBefore:function(t){!this.canvas||!this.editable||t.e.button&&1!==t.e.button||(this.selected=this===this.canvas._activeObject)},initMousedownHandler:function(){this.on("mousedown",this._mouseDownHandler),this.on("mousedown:before",this._mouseDownHandlerBefore)},initMouseupHandler:function(){this.on("mouseup",this.mouseUpHandler)},mouseUpHandler:function(t){if(this.__isMousedown=!1,!(!this.editable||this.group||t.transform&&t.transform.actionPerformed||t.e.button&&1!==t.e.button)){if(this.canvas){var e=this.canvas._activeObject;if(e&&e!==this)return}this.__lastSelected&&!this.__corner?(this.selected=!1,this.__lastSelected=!1,this.enterEditing(t.e),this.selectionStart===this.selectionEnd?this.initDelayedCursor(!0):this.renderCursorOrSelection()):this.selected=!0}},setCursorByClick:function(t){var e=this.getSelectionStartFromPointer(t),i=this.selectionStart,r=this.selectionEnd;t.shiftKey?this.setSelectionStartEndWithShift(i,r,e):(this.selectionStart=e,this.selectionEnd=e),this.isEditing&&(this._fireSelectionChanged(),this._updateTextarea())},getSelectionStartFromPointer:function(t){for(var e,i=this.getLocalPointer(t),r=0,n=0,s=0,o=0,a=0,c=0,h=this._textLines.length;cthis._text.length&&(a=this._text.length),a}}),fabric.util.object.extend(fabric.IText.prototype,{initHiddenTextarea:function(){this.hiddenTextarea=fabric.document.createElement("textarea"),this.hiddenTextarea.setAttribute("autocapitalize","off"),this.hiddenTextarea.setAttribute("autocorrect","off"),this.hiddenTextarea.setAttribute("autocomplete","off"),this.hiddenTextarea.setAttribute("spellcheck","false"),this.hiddenTextarea.setAttribute("data-fabric-hiddentextarea",""),this.hiddenTextarea.setAttribute("wrap","off");var t=this._calcTextareaPosition();this.hiddenTextarea.style.cssText="position: absolute; top: "+t.top+"; left: "+t.left+"; z-index: -999; opacity: 0; width: 1px; height: 1px; font-size: 1px; paddingーtop: "+t.fontSize+";",this.hiddenTextareaContainer?this.hiddenTextareaContainer.appendChild(this.hiddenTextarea):fabric.document.body.appendChild(this.hiddenTextarea),fabric.util.addListener(this.hiddenTextarea,"keydown",this.onKeyDown.bind(this)),fabric.util.addListener(this.hiddenTextarea,"keyup",this.onKeyUp.bind(this)),fabric.util.addListener(this.hiddenTextarea,"input",this.onInput.bind(this)),fabric.util.addListener(this.hiddenTextarea,"copy",this.copy.bind(this)),fabric.util.addListener(this.hiddenTextarea,"cut",this.copy.bind(this)),fabric.util.addListener(this.hiddenTextarea,"paste",this.paste.bind(this)),fabric.util.addListener(this.hiddenTextarea,"compositionstart",this.onCompositionStart.bind(this)),fabric.util.addListener(this.hiddenTextarea,"compositionupdate",this.onCompositionUpdate.bind(this)),fabric.util.addListener(this.hiddenTextarea,"compositionend",this.onCompositionEnd.bind(this)),!this._clickHandlerInitialized&&this.canvas&&(fabric.util.addListener(this.canvas.upperCanvasEl,"click",this.onClick.bind(this)),this._clickHandlerInitialized=!0)},keysMap:{9:"exitEditing",27:"exitEditing",33:"moveCursorUp",34:"moveCursorDown",35:"moveCursorRight",36:"moveCursorLeft",37:"moveCursorLeft",38:"moveCursorUp",39:"moveCursorRight",40:"moveCursorDown"},keysMapRtl:{9:"exitEditing",27:"exitEditing",33:"moveCursorUp",34:"moveCursorDown",35:"moveCursorLeft",36:"moveCursorRight",37:"moveCursorRight",38:"moveCursorUp",39:"moveCursorLeft",40:"moveCursorDown"},ctrlKeysMapUp:{67:"copy",88:"cut"},ctrlKeysMapDown:{65:"selectAll"},onClick:function(){this.hiddenTextarea&&this.hiddenTextarea.focus()},onKeyDown:function(t){if(this.isEditing){var e="rtl"===this.direction?this.keysMapRtl:this.keysMap;if(t.keyCode in e)this[e[t.keyCode]](t);else{if(!(t.keyCode in this.ctrlKeysMapDown&&(t.ctrlKey||t.metaKey)))return;this[this.ctrlKeysMapDown[t.keyCode]](t)}t.stopImmediatePropagation(),t.preventDefault(),33<=t.keyCode&&t.keyCode<=40?(this.inCompositionMode=!1,this.clearContextTop(),this.renderCursorOrSelection()):this.canvas&&this.canvas.requestRenderAll()}},onKeyUp:function(t){!this.isEditing||this._copyDone||this.inCompositionMode?this._copyDone=!1:t.keyCode in this.ctrlKeysMapUp&&(t.ctrlKey||t.metaKey)&&(this[this.ctrlKeysMapUp[t.keyCode]](t),t.stopImmediatePropagation(),t.preventDefault(),this.canvas&&this.canvas.requestRenderAll())},onInput:function(t){var e=this.fromPaste;if(this.fromPaste=!1,t&&t.stopPropagation(),this.isEditing){var i,r,n,s,o,a=this._splitTextIntoLines(this.hiddenTextarea.value).graphemeText,c=this._text.length,h=a.length,l=h-c,u=this.selectionStart,f=this.selectionEnd,d=u!==f;if(""===this.hiddenTextarea.value)return this.styles={},this.updateFromTextArea(),this.fire("changed"),void(this.canvas&&(this.canvas.fire("text:changed",{target:this}),this.canvas.requestRenderAll()));var g=this.fromStringToGraphemeSelection(this.hiddenTextarea.selectionStart,this.hiddenTextarea.selectionEnd,this.hiddenTextarea.value),p=u>g.selectionStart;d?(i=this._text.slice(u,f),l+=f-u):h=this._text.length&&this.selectionEnd>=this._text.length||this._moveCursorUpOrDown("Down",t)},moveCursorUp:function(t){0===this.selectionStart&&0===this.selectionEnd||this._moveCursorUpOrDown("Up",t)},_moveCursorUpOrDown:function(t,e){var i=this["get"+t+"CursorOffset"](e,"right"===this._selectionDirection);e.shiftKey?this.moveCursorWithShift(i):this.moveCursorWithoutShift(i),0!==i&&(this.setSelectionInBoundaries(),this.abortCursorAnimation(),this._currentCursorOpacity=1,this.initDelayedCursor(),this._fireSelectionChanged(),this._updateTextarea())},moveCursorWithShift:function(t){var e="left"===this._selectionDirection?this.selectionStart+t:this.selectionEnd+t;return this.setSelectionStartEndWithShift(this.selectionStart,this.selectionEnd,e),0!==t},moveCursorWithoutShift:function(t){return t<0?(this.selectionStart+=t,this.selectionEnd=this.selectionStart):(this.selectionEnd+=t,this.selectionStart=this.selectionEnd),0!==t},moveCursorLeft:function(t){0===this.selectionStart&&0===this.selectionEnd||this._moveCursorLeftOrRight("Left",t)},_move:function(t,e,i){var r;if(t.altKey)r=this["findWordBoundary"+i](this[e]);else{if(!t.metaKey&&35!==t.keyCode&&36!==t.keyCode)return this[e]+="Left"===i?-1:1,!0;r=this["findLineBoundary"+i](this[e])}if(void 0!==typeof r&&this[e]!==r)return this[e]=r,!0},_moveLeft:function(t,e){return this._move(t,e,"Left")},_moveRight:function(t,e){return this._move(t,e,"Right")},moveCursorLeftWithoutShift:function(t){var e=!0;return this._selectionDirection="left",this.selectionEnd===this.selectionStart&&0!==this.selectionStart&&(e=this._moveLeft(t,"selectionStart")),this.selectionEnd=this.selectionStart,e},moveCursorLeftWithShift:function(t){return"right"===this._selectionDirection&&this.selectionStart!==this.selectionEnd?this._moveLeft(t,"selectionEnd"):0!==this.selectionStart?(this._selectionDirection="left",this._moveLeft(t,"selectionStart")):void 0},moveCursorRight:function(t){this.selectionStart>=this._text.length&&this.selectionEnd>=this._text.length||this._moveCursorLeftOrRight("Right",t)},_moveCursorLeftOrRight:function(t,e){var i="moveCursor"+t+"With";this._currentCursorOpacity=1,e.shiftKey?i+="Shift":i+="outShift",this[i](e)&&(this.abortCursorAnimation(),this.initDelayedCursor(),this._fireSelectionChanged(),this._updateTextarea())},moveCursorRightWithShift:function(t){return"left"===this._selectionDirection&&this.selectionStart!==this.selectionEnd?this._moveRight(t,"selectionStart"):this.selectionEnd!==this._text.length?(this._selectionDirection="right",this._moveRight(t,"selectionEnd")):void 0},moveCursorRightWithoutShift:function(t){var e=!0;return this._selectionDirection="right",this.selectionStart===this.selectionEnd?(e=this._moveRight(t,"selectionStart"),this.selectionEnd=this.selectionStart):this.selectionStart=this.selectionEnd,e},removeChars:function(t,e){void 0===e&&(e=t+1),this.removeStyleFromTo(t,e),this._text.splice(t,e-t),this.text=this._text.join(""),this.set("dirty",!0),this._shouldClearDimensionCache()&&(this.initDimensions(),this.setCoords()),this._removeExtraneousStyles()},insertChars:function(t,e,i,r){void 0===r&&(r=i),i",t.textSpans.join(""),"\n"]},_getSVGTextAndBg:function(t,e){var i,r=[],n=[],s=t;this._setSVGBg(n);for(var o=0,a=this._textLines.length;o",fabric.util.string.escapeXml(t),""].join("")},_setSVGTextLineText:function(t,e,i,r){var n,s,o,a,c,h=this.getHeightOfLine(e),l=-1!==this.textAlign.indexOf("justify"),u="",f=0,d=this._textLines[e];r+=h*(1-this._fontSizeFraction)/this.lineHeight;for(var g=0,p=d.length-1;g<=p;g++)c=g===p||this.charSpacing,u+=d[g],o=this.__charBounds[e][g],0===f?(i+=o.kernedWidth-o.width,f+=o.width):f+=o.kernedWidth,l&&!c&&this._reSpaceAndTab.test(d[g])&&(c=!0),c||(n=n||this.getCompleteStyleDeclaration(e,g),s=this.getCompleteStyleDeclaration(e,g+1),c=this._hasStyleChangedForSvg(n,s)),c&&(a=this._getStyleDeclaration(e,g)||{},t.push(this._createTextCharSpan(u,a,i,r)),u="",n=s,i+=f,f=0)},_pushTextBgRect:function(t,e,i,r,n,s){var o=fabric.Object.NUM_FRACTION_DIGITS;t.push("\t\t\n')},_setSVGTextLineBg:function(t,e,i,r){for(var n,s,o=this._textLines[e],a=this.getHeightOfLine(e)/this.lineHeight,c=0,h=0,l=this.getValueOfPropertyAt(e,0,"textBackgroundColor"),u=0,f=o.length;uthis.width&&this._set("width",this.dynamicMinWidth),-1!==this.textAlign.indexOf("justify")&&this.enlargeSpaces(),this.height=this.calcTextHeight(),this.saveState({propertySet:"_dimensionAffectingProps"}))},_generateStyleMap:function(t){for(var e=0,i=0,r=0,n={},s=0;sthis.dynamicMinWidth&&(this.dynamicMinWidth=g-v+r),o},isEndOfWrapping:function(t){return!this._styleMap[t+1]||this._styleMap[t+1].line!==this._styleMap[t].line},missingNewlineOffset:function(t){return this.splitByGrapheme?this.isEndOfWrapping(t)?1:0:1},_splitTextIntoLines:function(t){for(var e=b.Text.prototype._splitTextIntoLines.call(this,t),i=this._wrapText(e.lines,this.width),r=new Array(i.length),n=0;n_)for(var C=1,S=d.length;Ct[i-2].x?1:n.x===t[i-2].x?0:-1,c=n.y>t[i-2].y?1:n.y===t[i-2].y?0:-1),r.push(["L",n.x+a*e,n.y+c*e]),r},fabric.util.getPathSegmentsInfo=l,fabric.util.getBoundsOfCurve=function(t,e,i,r,n,s,o,a){var c;if(fabric.cachesBoundsOfCurve&&(c=D.call(arguments),fabric.boundsOfCurveCache[c]))return fabric.boundsOfCurveCache[c];var h,l,u,f,d,g,p,v,m=Math.sqrt,b=Math.min,y=Math.max,_=Math.abs,x=[],C=[[],[]];l=6*t-12*i+6*n,h=-3*t+9*i-9*n+3*o,u=3*i-3*t;for(var S=0;S<2;++S)if(0/g,">")},graphemeSplit:function(t){var e,i=0,r=[];for(i=0;it.x&&this.y>t.y},gte:function(t){return this.x>=t.x&&this.y>=t.y},lerp:function(t,e){return void 0===e&&(e=.5),e=Math.max(Math.min(1,e),0),new i(this.x+(t.x-this.x)*e,this.y+(t.y-this.y)*e)},distanceFrom:function(t){var e=this.x-t.x,i=this.y-t.y;return Math.sqrt(e*e+i*i)},midPointFrom:function(t){return this.lerp(t)},min:function(t){return new i(Math.min(this.x,t.x),Math.min(this.y,t.y))},max:function(t){return new i(Math.max(this.x,t.x),Math.max(this.y,t.y))},toString:function(){return this.x+","+this.y},setXY:function(t,e){return this.x=t,this.y=e,this},setX:function(t){return this.x=t,this},setY:function(t){return this.y=t,this},setFromPoint:function(t){return this.x=t.x,this.y=t.y,this},swap:function(t){var e=this.x,i=this.y;this.x=t.x,this.y=t.y,t.x=e,t.y=i},clone:function(){return new i(this.x,this.y)}}}("undefined"!=typeof exports?exports:this),function(t){"use strict";var f=t.fabric||(t.fabric={});function d(t){this.status=t,this.points=[]}f.Intersection?f.warn("fabric.Intersection is already defined"):(f.Intersection=d,f.Intersection.prototype={constructor:d,appendPoint:function(t){return this.points.push(t),this},appendPoints:function(t){return this.points=this.points.concat(t),this}},f.Intersection.intersectLineLine=function(t,e,i,r){var n,s=(r.x-i.x)*(t.y-i.y)-(r.y-i.y)*(t.x-i.x),o=(e.x-t.x)*(t.y-i.y)-(e.y-t.y)*(t.x-i.x),a=(r.y-i.y)*(e.x-t.x)-(r.x-i.x)*(e.y-t.y);if(0!==a){var c=s/a,h=o/a;0<=c&&c<=1&&0<=h&&h<=1?(n=new d("Intersection")).appendPoint(new f.Point(t.x+c*(e.x-t.x),t.y+c*(e.y-t.y))):n=new d}else n=new d(0===s||0===o?"Coincident":"Parallel");return n},f.Intersection.intersectLinePolygon=function(t,e,i){var r,n,s,o,a=new d,c=i.length;for(o=0;o=c&&(h.x-=c),h.x<=-c&&(h.x+=c),h.y>=c&&(h.y-=c),h.y<=c&&(h.y+=c),h.x-=o.offsetX,h.y-=o.offsetY,h}function y(t){return t.flipX!==t.flipY}function _(t,e,i,r,n){if(0!==t[e]){var s=n/t._getTransformedDimensions()[r]*t[i];t.set(i,s)}}function x(t,e,i,r){var n,s=e.target,o=s._getTransformedDimensions(0,s.skewY),a=P(e,e.originX,e.originY,i,r),c=Math.abs(2*a.x)-o.x,h=s.skewX;c<2?n=0:(n=v(Math.atan2(c/s.scaleX,o.y/s.scaleY)),e.originX===f&&e.originY===p&&(n=-n),e.originX===g&&e.originY===d&&(n=-n),y(s)&&(n=-n));var l=h!==n;if(l){var u=s._getTransformedDimensions().y;s.set("skewX",n),_(s,"skewY","scaleY","y",u)}return l}function C(t,e,i,r){var n,s=e.target,o=s._getTransformedDimensions(s.skewX,0),a=P(e,e.originX,e.originY,i,r),c=Math.abs(2*a.y)-o.y,h=s.skewY;c<2?n=0:(n=v(Math.atan2(c/s.scaleY,o.x/s.scaleX)),e.originX===f&&e.originY===p&&(n=-n),e.originX===g&&e.originY===d&&(n=-n),y(s)&&(n=-n));var l=h!==n;if(l){var u=s._getTransformedDimensions().x;s.set("skewY",n),_(s,"skewX","scaleX","x",u)}return l}function E(t,e,i,r,n){n=n||{};var s,o,a,c,h,l,u=e.target,f=u.lockScalingX,d=u.lockScalingY,g=n.by,p=w(t,u),v=k(u,g,p),m=e.gestureScale;if(v)return!1;if(m)o=e.scaleX*m,a=e.scaleY*m;else{if(s=P(e,e.originX,e.originY,i,r),h="y"!==g?T(s.x):1,l="x"!==g?T(s.y):1,e.signX||(e.signX=h),e.signY||(e.signY=l),u.lockScalingFlip&&(e.signX!==h||e.signY!==l))return!1;if(c=u._getTransformedDimensions(),p&&!g){var b=Math.abs(s.x)+Math.abs(s.y),y=e.original,_=b/(Math.abs(c.x*y.scaleX/u.scaleX)+Math.abs(c.y*y.scaleY/u.scaleY));o=y.scaleX*_,a=y.scaleY*_}else o=Math.abs(s.x*u.scaleX/c.x),a=Math.abs(s.y*u.scaleY/c.y);O(e)&&(o*=2,a*=2),e.signX!==h&&"y"!==g&&(e.originX=S[e.originX],o*=-1,e.signX=h),e.signY!==l&&"x"!==g&&(e.originY=S[e.originY],a*=-1,e.signY=l)}var x=u.scaleX,C=u.scaleY;return g?("x"===g&&u.set("scaleX",o),"y"===g&&u.set("scaleY",a)):(!f&&u.set("scaleX",o),!d&&u.set("scaleY",a)),x!==u.scaleX||C!==u.scaleY}n.scaleCursorStyleHandler=function(t,e,i){var r=w(t,i),n="";if(0!==e.x&&0===e.y?n="x":0===e.x&&0!==e.y&&(n="y"),k(i,n,r))return"not-allowed";var s=a(i,e);return o[s]+"-resize"},n.skewCursorStyleHandler=function(t,e,i){var r="not-allowed";if(0!==e.x&&i.lockSkewingY)return r;if(0!==e.y&&i.lockSkewingX)return r;var n=a(i,e)%4;return s[n]+"-resize"},n.scaleSkewCursorStyleHandler=function(t,e,i){return t[i.canvas.altActionKey]?n.skewCursorStyleHandler(t,e,i):n.scaleCursorStyleHandler(t,e,i)},n.rotationWithSnapping=b("rotating",m(function(t,e,i,r){var n=e,s=n.target,o=s.translateToOriginPoint(s.getCenterPoint(),n.originX,n.originY);if(s.lockRotation)return!1;var a,c=Math.atan2(n.ey-o.y,n.ex-o.x),h=Math.atan2(r-o.y,i-o.x),l=v(h-c+n.theta);if(0o.r2,h=this.gradientTransform?this.gradientTransform.concat():fabric.iMatrix.concat(),l=-this.offsetX,u=-this.offsetY,f=!!e.additionalTransform,d="pixels"===this.gradientUnits?"userSpaceOnUse":"objectBoundingBox";if(a.sort(function(t,e){return t.offset-e.offset}),"objectBoundingBox"===d?(l/=t.width,u/=t.height):(l+=t.width/2,u+=t.height/2),"path"===t.type&&"percentage"!==this.gradientUnits&&(l-=t.pathOffset.x,u-=t.pathOffset.y),h[4]-=l,h[5]-=u,s='id="SVGID_'+this.id+'" gradientUnits="'+d+'"',s+=' gradientTransform="'+(f?e.additionalTransform+" ":"")+fabric.util.matrixToSVG(h)+'" ',"linear"===this.type?n=["\n']:"radial"===this.type&&(n=["\n']),"radial"===this.type){if(c)for((a=a.concat()).reverse(),i=0,r=a.length;i\n')}return n.push("linear"===this.type?"\n":"\n"),n.join("")},toLive:function(t){var e,i,r,n=fabric.util.object.clone(this.coords);if(this.type){for("linear"===this.type?e=t.createLinearGradient(n.x1,n.y1,n.x2,n.y2):"radial"===this.type&&(e=t.createRadialGradient(n.x1,n.y1,n.r1,n.x2,n.y2,n.r2)),i=0,r=this.colorStops.length;i\n\n\n'},setOptions:function(t){for(var e in t)this[e]=t[e]},toLive:function(t){var e=this.source;if(!e)return"";if(void 0!==e.src){if(!e.complete)return"";if(0===e.naturalWidth||0===e.naturalHeight)return""}return t.createPattern(e,this.repeat)}})}(),function(t){"use strict";var o=t.fabric||(t.fabric={}),a=o.util.toFixed;o.Shadow?o.warn("fabric.Shadow is already defined."):(o.Shadow=o.util.createClass({color:"rgb(0,0,0)",blur:0,offsetX:0,offsetY:0,affectStroke:!1,includeDefaultValues:!0,nonScaling:!1,initialize:function(t){for(var e in"string"==typeof t&&(t=this._parseShadow(t)),t)this[e]=t[e];this.id=o.Object.__uid++},_parseShadow:function(t){var e=t.trim(),i=o.Shadow.reOffsetsAndBlur.exec(e)||[];return{color:(e.replace(o.Shadow.reOffsetsAndBlur,"")||"rgb(0,0,0)").trim(),offsetX:parseFloat(i[1],10)||0,offsetY:parseFloat(i[2],10)||0,blur:parseFloat(i[3],10)||0}},toString:function(){return[this.offsetX,this.offsetY,this.blur,this.color].join("px ")},toSVG:function(t){var e=40,i=40,r=o.Object.NUM_FRACTION_DIGITS,n=o.util.rotateVector({x:this.offsetX,y:this.offsetY},o.util.degreesToRadians(-t.angle)),s=new o.Color(this.color);return t.width&&t.height&&(e=100*a((Math.abs(n.x)+this.blur)/t.width,r)+20,i=100*a((Math.abs(n.y)+this.blur)/t.height,r)+20),t.flipX&&(n.x*=-1),t.flipY&&(n.y*=-1),'\n\t\n\t\n\t\n\t\n\t\n\t\t\n\t\t\n\t\n\n'},toObject:function(){if(this.includeDefaultValues)return{color:this.color,blur:this.blur,offsetX:this.offsetX,offsetY:this.offsetY,affectStroke:this.affectStroke,nonScaling:this.nonScaling};var e={},i=o.Shadow.prototype;return["color","blur","offsetX","offsetY","affectStroke","nonScaling"].forEach(function(t){this[t]!==i[t]&&(e[t]=this[t])},this),e}}),o.Shadow.reOffsetsAndBlur=/(?:\s|^)(-?\d+(?:\.\d*)?(?:px)?(?:\s?|$))?(-?\d+(?:\.\d*)?(?:px)?(?:\s?|$))?(\d+(?:\.\d*)?(?:px)?)?(?:\s?|$)(?:$|\s)/)}("undefined"!=typeof exports?exports:this),function(){"use strict";if(fabric.StaticCanvas)fabric.warn("fabric.StaticCanvas is already defined.");else{var n=fabric.util.object.extend,t=fabric.util.getElementOffset,h=fabric.util.removeFromArray,a=fabric.util.toFixed,s=fabric.util.transformPoint,o=fabric.util.invertTransform,i=fabric.util.getNodeCanvas,r=fabric.util.createCanvasElement,e=new Error("Could not initialize `canvas` element");fabric.StaticCanvas=fabric.util.createClass(fabric.CommonMethods,{initialize:function(t,e){e||(e={}),this.renderAndResetBound=this.renderAndReset.bind(this),this.requestRenderAllBound=this.requestRenderAll.bind(this),this._initStatic(t,e)},backgroundColor:"",backgroundImage:null,overlayColor:"",overlayImage:null,includeDefaultValues:!0,stateful:!1,renderOnAddRemove:!0,controlsAboveOverlay:!1,allowTouchScrolling:!1,imageSmoothingEnabled:!0,viewportTransform:fabric.iMatrix.concat(),backgroundVpt:!0,overlayVpt:!0,enableRetinaScaling:!0,vptCoords:{},skipOffscreen:!0,clipPath:void 0,_initStatic:function(t,e){var i=this.requestRenderAllBound;this._objects=[],this._createLowerCanvas(t),this._initOptions(e),this.interactive||this._initRetinaScaling(),e.overlayImage&&this.setOverlayImage(e.overlayImage,i),e.backgroundImage&&this.setBackgroundImage(e.backgroundImage,i),e.backgroundColor&&this.setBackgroundColor(e.backgroundColor,i),e.overlayColor&&this.setOverlayColor(e.overlayColor,i),this.calcOffset()},_isRetinaScaling:function(){return 1\n'),this._setSVGBgOverlayColor(i,"background"),this._setSVGBgOverlayImage(i,"backgroundImage",e),this._setSVGObjects(i,e),this.clipPath&&i.push("\n"),this._setSVGBgOverlayColor(i,"overlay"),this._setSVGBgOverlayImage(i,"overlayImage",e),i.push(""),i.join("")},_setSVGPreamble:function(t,e){e.suppressPreamble||t.push('\n','\n')},_setSVGHeader:function(t,e){var i,r=e.width||this.width,n=e.height||this.height,s='viewBox="0 0 '+this.width+" "+this.height+'" ',o=fabric.Object.NUM_FRACTION_DIGITS;e.viewBox?s='viewBox="'+e.viewBox.x+" "+e.viewBox.y+" "+e.viewBox.width+" "+e.viewBox.height+'" ':this.svgViewportTransformation&&(i=this.viewportTransform,s='viewBox="'+a(-i[4]/i[0],o)+" "+a(-i[5]/i[3],o)+" "+a(this.width/i[0],o)+" "+a(this.height/i[3],o)+'" '),t.push("\n',"Created with Fabric.js ",fabric.version,"\n","\n",this.createSVGFontFacesMarkup(),this.createSVGRefElementsMarkup(),this.createSVGClipPathMarkup(e),"\n")},createSVGClipPathMarkup:function(t){var e=this.clipPath;return e?(e.clipPathId="CLIPPATH_"+fabric.Object.__uid++,'\n'+this.clipPath.toClipPathSVG(t.reviver)+"\n"):""},createSVGRefElementsMarkup:function(){var s=this;return["background","overlay"].map(function(t){var e=s[t+"Color"];if(e&&e.toLive){var i=s[t+"Vpt"],r=s.viewportTransform,n={width:s.width/(i?r[0]:1),height:s.height/(i?r[3]:1)};return e.toSVG(n,{additionalTransform:i?fabric.util.matrixToSVG(r):""})}}).join("")},createSVGFontFacesMarkup:function(){var t,e,i,r,n,s,o,a,c="",h={},l=fabric.fontPaths,u=[];for(this._objects.forEach(function t(e){u.push(e),e._objects&&e._objects.forEach(t)}),o=0,a=u.length;o',"\n",c,"","\n"].join("")),c},_setSVGObjects:function(t,e){var i,r,n,s=this._objects;for(r=0,n=s.length;r\n")}else t.push('\n")},sendToBack:function(t){if(!t)return this;var e,i,r,n=this._activeObject;if(t===n&&"activeSelection"===t.type)for(e=(r=n._objects).length;e--;)i=r[e],h(this._objects,i),this._objects.unshift(i);else h(this._objects,t),this._objects.unshift(t);return this.renderOnAddRemove&&this.requestRenderAll(),this},bringToFront:function(t){if(!t)return this;var e,i,r,n=this._activeObject;if(t===n&&"activeSelection"===t.type)for(r=n._objects,e=0;e"}}),n(fabric.StaticCanvas.prototype,fabric.Observable),n(fabric.StaticCanvas.prototype,fabric.Collection),n(fabric.StaticCanvas.prototype,fabric.DataURLExporter),n(fabric.StaticCanvas,{EMPTY_JSON:'{"objects": [], "background": "white"}',supports:function(t){var e=r();if(!e||!e.getContext)return null;var i=e.getContext("2d");if(!i)return null;switch(t){case"setLineDash":return void 0!==i.setLineDash;default:return null}}}),fabric.StaticCanvas.prototype.toJSON=fabric.StaticCanvas.prototype.toObject,fabric.isLikelyNode&&(fabric.StaticCanvas.prototype.createPNGStream=function(){var t=i(this.lowerCanvasEl);return t&&t.createPNGStream()},fabric.StaticCanvas.prototype.createJPEGStream=function(t){var e=i(this.lowerCanvasEl);return e&&e.createJPEGStream(t)})}}(),fabric.BaseBrush=fabric.util.createClass({color:"rgb(0, 0, 0)",width:1,shadow:null,strokeLineCap:"round",strokeLineJoin:"round",strokeMiterLimit:10,strokeDashArray:null,limitedToCanvasSize:!1,_setBrushStyles:function(t){t.strokeStyle=this.color,t.lineWidth=this.width,t.lineCap=this.strokeLineCap,t.miterLimit=this.strokeMiterLimit,t.lineJoin=this.strokeLineJoin,t.setLineDash(this.strokeDashArray||[])},_saveAndTransform:function(t){var e=this.canvas.viewportTransform;t.save(),t.transform(e[0],e[1],e[2],e[3],e[4],e[5])},_setShadow:function(){if(this.shadow){var t=this.canvas,e=this.shadow,i=t.contextTop,r=t.getZoom();t&&t._isRetinaScaling()&&(r*=fabric.devicePixelRatio),i.shadowColor=e.color,i.shadowBlur=e.blur*r,i.shadowOffsetX=e.offsetX*r,i.shadowOffsetY=e.offsetY*r}},needsFullRender:function(){return new fabric.Color(this.color).getAlpha()<1||!!this.shadow},_resetShadow:function(){var t=this.canvas.contextTop;t.shadowColor="",t.shadowBlur=t.shadowOffsetX=t.shadowOffsetY=0},_isOutSideCanvas:function(t){return t.x<0||t.x>this.canvas.getWidth()||t.y<0||t.y>this.canvas.getHeight()}}),fabric.PencilBrush=fabric.util.createClass(fabric.BaseBrush,{decimate:.4,drawStraightLine:!1,straightLineKey:"shiftKey",initialize:function(t){this.canvas=t,this._points=[]},needsFullRender:function(){return this.callSuper("needsFullRender")||this._hasStraightLine},_drawSegment:function(t,e,i){var r=e.midPointFrom(i);return t.quadraticCurveTo(e.x,e.y,r.x,r.y),r},onMouseDown:function(t,e){this.canvas._isMainEvent(e.e)&&(this.drawStraightLine=e.e[this.straightLineKey],this._prepareForDrawing(t),this._captureDrawingPath(t),this._render())},onMouseMove:function(t,e){if(this.canvas._isMainEvent(e.e)&&(this.drawStraightLine=e.e[this.straightLineKey],(!0!==this.limitedToCanvasSize||!this._isOutSideCanvas(t))&&this._captureDrawingPath(t)&&1"},getObjectScaling:function(){if(!this.group)return{scaleX:this.scaleX,scaleY:this.scaleY};var t=x.util.qrDecompose(this.calcTransformMatrix());return{scaleX:Math.abs(t.scaleX),scaleY:Math.abs(t.scaleY)}},getTotalObjectScaling:function(){var t=this.getObjectScaling(),e=t.scaleX,i=t.scaleY;if(this.canvas){var r=this.canvas.getZoom(),n=this.canvas.getRetinaScaling();e*=r*n,i*=r*n}return{scaleX:e,scaleY:i}},getObjectOpacity:function(){var t=this.opacity;return this.group&&(t*=this.group.getObjectOpacity()),t},_set:function(t,e){var i="scaleX"===t||"scaleY"===t,r=this[t]!==e,n=!1;return i&&(e=this._constrainScale(e)),"scaleX"===t&&e<0?(this.flipX=!this.flipX,e*=-1):"scaleY"===t&&e<0?(this.flipY=!this.flipY,e*=-1):"shadow"!==t||!e||e instanceof x.Shadow?"dirty"===t&&this.group&&this.group.set("dirty",e):e=new x.Shadow(e),this[t]=e,r&&(n=this.group&&this.group.isOnACache(),-1=t.x&&n.left+n.width<=e.x&&n.top>=t.y&&n.top+n.height<=e.y},containsPoint:function(t,e,i,r){var n=this._getCoords(i,r),s=(e=e||this._getImageLines(n),this._findCrossPoints(t,e));return 0!==s&&s%2==1},isOnScreen:function(t){if(!this.canvas)return!1;var e=this.canvas.vptCoords.tl,i=this.canvas.vptCoords.br;return!!this.getCoords(!0,t).some(function(t){return t.x<=i.x&&t.x>=e.x&&t.y<=i.y&&t.y>=e.y})||(!!this.intersectsWithRect(e,i,!0,t)||this._containsCenterOfCanvas(e,i,t))},_containsCenterOfCanvas:function(t,e,i){var r={x:(t.x+e.x)/2,y:(t.y+e.y)/2};return!!this.containsPoint(r,null,!0,i)},isPartiallyOnScreen:function(t){if(!this.canvas)return!1;var e=this.canvas.vptCoords.tl,i=this.canvas.vptCoords.br;return!!this.intersectsWithRect(e,i,!0,t)||this.getCoords(!0,t).every(function(t){return(t.x>=i.x||t.x<=e.x)&&(t.y>=i.y||t.y<=e.y)})&&this._containsCenterOfCanvas(e,i,t)},_getImageLines:function(t){return{topline:{o:t.tl,d:t.tr},rightline:{o:t.tr,d:t.br},bottomline:{o:t.br,d:t.bl},leftline:{o:t.bl,d:t.tl}}},_findCrossPoints:function(t,e){var i,r,n,s=0;for(var o in e)if(!((n=e[o]).o.y=t.y&&n.d.y>=t.y||(n.o.x===n.d.x&&n.o.x>=t.x?r=n.o.x:(0,i=(n.d.y-n.o.y)/(n.d.x-n.o.x),r=-(t.y-0*t.x-(n.o.y-i*n.o.x))/(0-i)),r>=t.x&&(s+=1),2!==s)))break;return s},getBoundingRect:function(t,e){var i=this.getCoords(t,e);return h.makeBoundingBoxFromPoints(i)},getScaledWidth:function(){return this._getTransformedDimensions().x},getScaledHeight:function(){return this._getTransformedDimensions().y},_constrainScale:function(t){return Math.abs(t)\n')}},toSVG:function(t){return this._createBaseSVGMarkup(this._toSVG(t),{reviver:t})},toClipPathSVG:function(t){return"\t"+this._createBaseClipPathSVGMarkup(this._toSVG(t),{reviver:t})},_createBaseClipPathSVGMarkup:function(t,e){var i=(e=e||{}).reviver,r=e.additionalTransform||"",n=[this.getSvgTransform(!0,r),this.getSvgCommons()].join(""),s=t.indexOf("COMMON_PARTS");return t[s]=n,i?i(t.join("")):t.join("")},_createBaseSVGMarkup:function(t,e){var i,r,n=(e=e||{}).noStyle,s=e.reviver,o=n?"":'style="'+this.getSvgStyles()+'" ',a=e.withShadow?'style="'+this.getSvgFilter()+'" ':"",c=this.clipPath,h=this.strokeUniform?'vector-effect="non-scaling-stroke" ':"",l=c&&c.absolutePositioned,u=this.stroke,f=this.fill,d=this.shadow,g=[],p=t.indexOf("COMMON_PARTS"),v=e.additionalTransform;return c&&(c.clipPathId="CLIPPATH_"+fabric.Object.__uid++,r='\n'+c.toClipPathSVG(s)+"\n"),l&&g.push("\n"),g.push("\n"),i=[o,h,n?"":this.addPaintOrder()," ",v?'transform="'+v+'" ':""].join(""),t[p]=i,f&&f.toLive&&g.push(f.toSVG(this)),u&&u.toLive&&g.push(u.toSVG(this)),d&&g.push(d.toSVG(this)),c&&g.push(r),g.push(t.join("")),g.push("\n"),l&&g.push("\n"),s?s(g.join("")):g.join("")},addPaintOrder:function(){return"fill"!==this.paintFirst?' paint-order="'+this.paintFirst+'" ':""}})}(),function(){var n=fabric.util.object.extend,r="stateProperties";function s(e,t,i){var r={};i.forEach(function(t){r[t]=e[t]}),n(e[t],r,!0)}fabric.util.object.extend(fabric.Object.prototype,{hasStateChanged:function(t){var e="_"+(t=t||r);return Object.keys(this[e]).length\n']}}),s.Line.ATTRIBUTE_NAMES=s.SHARED_ATTRIBUTES.concat("x1 y1 x2 y2".split(" ")),s.Line.fromElement=function(t,e,i){i=i||{};var r=s.parseAttributes(t,s.Line.ATTRIBUTE_NAMES),n=[r.x1||0,r.y1||0,r.x2||0,r.y2||0];e(new s.Line(n,o(r,i)))},s.Line.fromObject=function(t,e){var i=r(t,!0);i.points=[t.x1,t.y1,t.x2,t.y2],s.Object._fromObject("Line",i,function(t){delete t.points,e&&e(t)},"points")})}("undefined"!=typeof exports?exports:this),function(t){"use strict";var s=t.fabric||(t.fabric={}),o=s.util.degreesToRadians;s.Circle?s.warn("fabric.Circle is already defined."):(s.Circle=s.util.createClass(s.Object,{type:"circle",radius:0,startAngle:0,endAngle:360,cacheProperties:s.Object.prototype.cacheProperties.concat("radius","startAngle","endAngle"),_set:function(t,e){return this.callSuper("_set",t,e),"radius"===t&&this.setRadius(e),this},toObject:function(t){return this.callSuper("toObject",["radius","startAngle","endAngle"].concat(t))},_toSVG:function(){var t,e=(this.endAngle-this.startAngle)%360;if(0===e)t=["\n'];else{var i=o(this.startAngle),r=o(this.endAngle),n=this.radius;t=['\n"]}return t},_render:function(t){t.beginPath(),t.arc(0,0,this.radius,o(this.startAngle),o(this.endAngle),!1),this._renderPaintInOrder(t)},getRadiusX:function(){return this.get("radius")*this.get("scaleX")},getRadiusY:function(){return this.get("radius")*this.get("scaleY")},setRadius:function(t){return this.radius=t,this.set("width",2*t).set("height",2*t)}}),s.Circle.ATTRIBUTE_NAMES=s.SHARED_ATTRIBUTES.concat("cx cy r".split(" ")),s.Circle.fromElement=function(t,e){var i,r=s.parseAttributes(t,s.Circle.ATTRIBUTE_NAMES);if(!("radius"in(i=r)&&0<=i.radius))throw new Error("value of `r` attribute is required and can not be negative");r.left=(r.left||0)-r.radius,r.top=(r.top||0)-r.radius,e(new s.Circle(r))},s.Circle.fromObject=function(t,e){s.Object._fromObject("Circle",t,e)})}("undefined"!=typeof exports?exports:this),function(t){"use strict";var i=t.fabric||(t.fabric={});i.Triangle?i.warn("fabric.Triangle is already defined"):(i.Triangle=i.util.createClass(i.Object,{type:"triangle",width:100,height:100,_render:function(t){var e=this.width/2,i=this.height/2;t.beginPath(),t.moveTo(-e,i),t.lineTo(0,-i),t.lineTo(e,i),t.closePath(),this._renderPaintInOrder(t)},_toSVG:function(){var t=this.width/2,e=this.height/2;return["']}}),i.Triangle.fromObject=function(t,e){return i.Object._fromObject("Triangle",t,e)})}("undefined"!=typeof exports?exports:this),function(t){"use strict";var r=t.fabric||(t.fabric={}),e=2*Math.PI;r.Ellipse?r.warn("fabric.Ellipse is already defined."):(r.Ellipse=r.util.createClass(r.Object,{type:"ellipse",rx:0,ry:0,cacheProperties:r.Object.prototype.cacheProperties.concat("rx","ry"),initialize:function(t){this.callSuper("initialize",t),this.set("rx",t&&t.rx||0),this.set("ry",t&&t.ry||0)},_set:function(t,e){switch(this.callSuper("_set",t,e),t){case"rx":this.rx=e,this.set("width",2*e);break;case"ry":this.ry=e,this.set("height",2*e)}return this},getRx:function(){return this.get("rx")*this.get("scaleX")},getRy:function(){return this.get("ry")*this.get("scaleY")},toObject:function(t){return this.callSuper("toObject",["rx","ry"].concat(t))},_toSVG:function(){return["\n']},_render:function(t){t.beginPath(),t.save(),t.transform(1,0,0,this.ry/this.rx,0,0),t.arc(0,0,this.rx,0,e,!1),t.restore(),this._renderPaintInOrder(t)}}),r.Ellipse.ATTRIBUTE_NAMES=r.SHARED_ATTRIBUTES.concat("cx cy rx ry".split(" ")),r.Ellipse.fromElement=function(t,e){var i=r.parseAttributes(t,r.Ellipse.ATTRIBUTE_NAMES);i.left=(i.left||0)-i.rx,i.top=(i.top||0)-i.ry,e(new r.Ellipse(i))},r.Ellipse.fromObject=function(t,e){r.Object._fromObject("Ellipse",t,e)})}("undefined"!=typeof exports?exports:this),function(t){"use strict";var s=t.fabric||(t.fabric={}),o=s.util.object.extend;s.Rect?s.warn("fabric.Rect is already defined"):(s.Rect=s.util.createClass(s.Object,{stateProperties:s.Object.prototype.stateProperties.concat("rx","ry"),type:"rect",rx:0,ry:0,cacheProperties:s.Object.prototype.cacheProperties.concat("rx","ry"),initialize:function(t){this.callSuper("initialize",t),this._initRxRy()},_initRxRy:function(){this.rx&&!this.ry?this.ry=this.rx:this.ry&&!this.rx&&(this.rx=this.ry)},_render:function(t){var e=this.rx?Math.min(this.rx,this.width/2):0,i=this.ry?Math.min(this.ry,this.height/2):0,r=this.width,n=this.height,s=-this.width/2,o=-this.height/2,a=0!==e||0!==i,c=.4477152502;t.beginPath(),t.moveTo(s+e,o),t.lineTo(s+r-e,o),a&&t.bezierCurveTo(s+r-c*e,o,s+r,o+c*i,s+r,o+i),t.lineTo(s+r,o+n-i),a&&t.bezierCurveTo(s+r,o+n-c*i,s+r-c*e,o+n,s+r-e,o+n),t.lineTo(s+e,o+n),a&&t.bezierCurveTo(s+c*e,o+n,s,o+n-c*i,s,o+n-i),t.lineTo(s,o+i),a&&t.bezierCurveTo(s,o+c*i,s+c*e,o,s+e,o),t.closePath(),this._renderPaintInOrder(t)},toObject:function(t){return this.callSuper("toObject",["rx","ry"].concat(t))},_toSVG:function(){return["\n']}}),s.Rect.ATTRIBUTE_NAMES=s.SHARED_ATTRIBUTES.concat("x y rx ry width height".split(" ")),s.Rect.fromElement=function(t,e,i){if(!t)return e(null);i=i||{};var r=s.parseAttributes(t,s.Rect.ATTRIBUTE_NAMES);r.left=r.left||0,r.top=r.top||0,r.height=r.height||0,r.width=r.width||0;var n=new s.Rect(o(i?s.util.object.clone(i):{},r));n.visible=n.visible&&0\n']},commonRender:function(t){var e,i=this.points.length,r=this.pathOffset.x,n=this.pathOffset.y;if(!i||isNaN(this.points[i-1].y))return!1;t.beginPath(),t.moveTo(this.points[0].x-r,this.points[0].y-n);for(var s=0;s"},toObject:function(t){return n(this.callSuper("toObject",t),{path:this.path.map(function(t){return t.slice()})})},toDatalessObject:function(t){var e=this.toObject(["sourcePath"].concat(t));return e.sourcePath&&delete e.path,e},_toSVG:function(){return["\n"]},_getOffsetTransform:function(){var t=f.Object.NUM_FRACTION_DIGITS;return" translate("+e(-this.pathOffset.x,t)+", "+e(-this.pathOffset.y,t)+")"},toClipPathSVG:function(t){var e=this._getOffsetTransform();return"\t"+this._createBaseClipPathSVGMarkup(this._toSVG(),{reviver:t,additionalTransform:e})},toSVG:function(t){var e=this._getOffsetTransform();return this._createBaseSVGMarkup(this._toSVG(),{reviver:t,additionalTransform:e})},complexity:function(){return this.path.length},_calcDimensions:function(){for(var t,e,i=[],r=[],n=0,s=0,o=0,a=0,c=0,h=this.path.length;c"},addWithUpdate:function(t){var e=!!this.group;return this._restoreObjectsState(),h.util.resetObjectTransform(this),t&&(e&&h.util.removeTransformFromObject(t,this.group.calcTransformMatrix()),this._objects.push(t),t.group=this,t._set("canvas",this.canvas)),this._calcBounds(),this._updateObjectsCoords(),this.dirty=!0,e?this.group.addWithUpdate():this.setCoords(),this},removeWithUpdate:function(t){return this._restoreObjectsState(),h.util.resetObjectTransform(this),this.remove(t),this._calcBounds(),this._updateObjectsCoords(),this.setCoords(),this.dirty=!0,this},_onObjectAdded:function(t){this.dirty=!0,t.group=this,t._set("canvas",this.canvas)},_onObjectRemoved:function(t){this.dirty=!0,delete t.group},_set:function(t,e){var i=this._objects.length;if(this.useSetOnGroup)for(;i--;)this._objects[i].setOnGroup(t,e);if("canvas"===t)for(;i--;)this._objects[i]._set(t,e);h.Object.prototype._set.call(this,t,e)},toObject:function(r){var n=this.includeDefaultValues,t=this._objects.filter(function(t){return!t.excludeFromExport}).map(function(t){var e=t.includeDefaultValues;t.includeDefaultValues=n;var i=t.toObject(r);return t.includeDefaultValues=e,i}),e=h.Object.prototype.toObject.call(this,r);return e.objects=t,e},toDatalessObject:function(r){var t,e=this.sourcePath;if(e)t=e;else{var n=this.includeDefaultValues;t=this._objects.map(function(t){var e=t.includeDefaultValues;t.includeDefaultValues=n;var i=t.toDatalessObject(r);return t.includeDefaultValues=e,i})}var i=h.Object.prototype.toDatalessObject.call(this,r);return i.objects=t,i},render:function(t){this._transformDone=!0,this.callSuper("render",t),this._transformDone=!1},shouldCache:function(){var t=h.Object.prototype.shouldCache.call(this);if(t)for(var e=0,i=this._objects.length;e\n"],i=0,r=this._objects.length;i\n"),e},getSvgStyles:function(){var t=void 0!==this.opacity&&1!==this.opacity?"opacity: "+this.opacity+";":"",e=this.visible?"":" visibility: hidden;";return[t,this.getSvgFilter(),e].join("")},toClipPathSVG:function(t){for(var e=[],i=0,r=this._objects.length;i"},shouldCache:function(){return!1},isOnACache:function(){return!1},_renderControls:function(t,e,i){t.save(),t.globalAlpha=this.isMoving?this.borderOpacityWhenMoving:1,this.callSuper("_renderControls",t,e),void 0===(i=i||{}).hasControls&&(i.hasControls=!1),i.forActiveSelection=!0;for(var r=0,n=this._objects.length;r\n','\t\n',"\n"),o=' clip-path="url(#imageCrop_'+c+')" '}if(this.imageSmoothing||(a='" image-rendering="optimizeSpeed'),i.push("\t\n"),this.stroke||this.strokeDashArray){var h=this.fill;this.fill=null,t=["\t\n'],this.fill=h}return e="fill"!==this.paintFirst?e.concat(t,i):e.concat(i,t)},getSrc:function(t){var e=t?this._element:this._originalElement;return e?e.toDataURL?e.toDataURL():this.srcFromAttribute?e.getAttribute("src"):e.src:this.src||""},setSrc:function(t,i,r){return fabric.util.loadImage(t,function(t,e){this.setElement(t,r),this._setWidthHeight(),i&&i(this,e)},this,r&&r.crossOrigin),this},toString:function(){return'#'},applyResizeFilters:function(){var t=this.resizeFilter,e=this.minimumScaleTrigger,i=this.getTotalObjectScaling(),r=i.scaleX,n=i.scaleY,s=this._filteredEl||this._originalElement;if(this.group&&this.set("dirty",!0),!t||e=t;for(var a=["highp","mediump","lowp"],c=0;c<3;c++)if(void 0,i="precision "+a[c]+" float;\nvoid main(){}",r=(e=s).createShader(e.FRAGMENT_SHADER),e.shaderSource(r,i),e.compileShader(r),e.getShaderParameter(r,e.COMPILE_STATUS)){fabric.webGlPrecision=a[c];break}}return this.isSupported=o},(fabric.WebglFilterBackend=t).prototype={tileSize:2048,resources:{},setupGLContext:function(t,e){this.dispose(),this.createWebGLCanvas(t,e),this.aPosition=new Float32Array([0,0,0,1,1,0,1,1]),this.chooseFastestCopyGLTo2DMethod(t,e)},chooseFastestCopyGLTo2DMethod:function(t,e){var i,r=void 0!==window.performance;try{new ImageData(1,1),i=!0}catch(t){i=!1}var n="undefined"!=typeof ArrayBuffer,s="undefined"!=typeof Uint8ClampedArray;if(r&&i&&n&&s){var o=fabric.util.createCanvasElement(),a=new ArrayBuffer(t*e*4);if(fabric.forceGLPutImageData)return this.imageBuffer=a,void(this.copyGLTo2D=copyGLTo2DPutImageData);var c,h,l={imageBuffer:a,destinationWidth:t,destinationHeight:e,targetCanvas:o};o.width=t,o.height=e,c=window.performance.now(),copyGLTo2DDrawImage.call(l,this.gl,l),h=window.performance.now()-c,c=window.performance.now(),copyGLTo2DPutImageData.call(l,this.gl,l),window.performance.now()-c 0.0) {\n"+this.fragmentSource[t]+"}\n}"},retrieveShader:function(t){var e,i=this.type+"_"+this.mode;return t.programCache.hasOwnProperty(i)||(e=this.buildSource(this.mode),t.programCache[i]=this.createProgram(t.context,e)),t.programCache[i]},applyTo2d:function(t){var e,i,r,n,s,o,a,c=t.imageData.data,h=c.length,l=1-this.alpha;e=(a=new f.Color(this.color).getSource())[0]*this.alpha,i=a[1]*this.alpha,r=a[2]*this.alpha;for(var u=0;u'},_getCacheCanvasDimensions:function(){var t=this.callSuper("_getCacheCanvasDimensions"),e=this.fontSize;return t.width+=e*t.zoomX,t.height+=e*t.zoomY,t},_render:function(t){var e=this.path;e&&!e.isNotVisible()&&e._render(t),this._setTextStyles(t),this._renderTextLinesBackground(t),this._renderTextDecoration(t,"underline"),this._renderText(t),this._renderTextDecoration(t,"overline"),this._renderTextDecoration(t,"linethrough")},_renderText:function(t){"stroke"===this.paintFirst?(this._renderTextStroke(t),this._renderTextFill(t)):(this._renderTextFill(t),this._renderTextStroke(t))},_setTextStyles:function(t,e,i){if(t.textBaseline="alphabetical",this.path)switch(this.pathAlign){case"center":t.textBaseline="middle";break;case"ascender":t.textBaseline="top";break;case"descender":t.textBaseline="bottom"}t.font=this._getFontDeclaration(e,i)},calcTextWidth:function(){for(var t=this.getLineWidth(0),e=1,i=this._textLines.length;ethis.__selectionStartOnMouseDown?(this.selectionStart=this.__selectionStartOnMouseDown,this.selectionEnd=e):(this.selectionStart=e,this.selectionEnd=this.__selectionStartOnMouseDown),this.selectionStart===i&&this.selectionEnd===r||(this.restartCursorIfNeeded(),this._fireSelectionChanged(),this._updateTextarea(),this.renderCursorOrSelection()))}},_setEditingProps:function(){this.hoverCursor="text",this.canvas&&(this.canvas.defaultCursor=this.canvas.moveCursor="text"),this.borderColor=this.editingBorderColor,this.hasControls=this.selectable=!1,this.lockMovementX=this.lockMovementY=!0},fromStringToGraphemeSelection:function(t,e,i){var r=i.slice(0,t),n=fabric.util.string.graphemeSplit(r).length;if(t===e)return{selectionStart:n,selectionEnd:n};var s=i.slice(t,e);return{selectionStart:n,selectionEnd:n+fabric.util.string.graphemeSplit(s).length}},fromGraphemeToStringSelection:function(t,e,i){var r=i.slice(0,t).join("").length;return t===e?{selectionStart:r,selectionEnd:r}:{selectionStart:r,selectionEnd:r+i.slice(t,e).join("").length}},_updateTextarea:function(){if(this.cursorOffsetCache={},this.hiddenTextarea){if(!this.inCompositionMode){var t=this.fromGraphemeToStringSelection(this.selectionStart,this.selectionEnd,this._text);this.hiddenTextarea.selectionStart=t.selectionStart,this.hiddenTextarea.selectionEnd=t.selectionEnd}this.updateTextareaPosition()}},updateFromTextArea:function(){if(this.hiddenTextarea){this.cursorOffsetCache={},this.text=this.hiddenTextarea.value,this._shouldClearDimensionCache()&&(this.initDimensions(),this.setCoords());var t=this.fromStringToGraphemeSelection(this.hiddenTextarea.selectionStart,this.hiddenTextarea.selectionEnd,this.hiddenTextarea.value);this.selectionEnd=this.selectionStart=t.selectionEnd,this.inCompositionMode||(this.selectionStart=t.selectionStart),this.updateTextareaPosition()}},updateTextareaPosition:function(){if(this.selectionStart===this.selectionEnd){var t=this._calcTextareaPosition();this.hiddenTextarea.style.left=t.left,this.hiddenTextarea.style.top=t.top}},_calcTextareaPosition:function(){if(!this.canvas)return{x:1,y:1};var t=this.inCompositionMode?this.compositionStart:this.selectionStart,e=this._getCursorBoundaries(t),i=this.get2DCursorLocation(t),r=i.lineIndex,n=i.charIndex,s=this.getValueOfPropertyAt(r,n,"fontSize")*this.lineHeight,o=e.leftOffset,a=this.calcTransformMatrix(),c={x:e.left+o,y:e.top+e.topOffset+s},h=this.canvas.getRetinaScaling(),l=this.canvas.upperCanvasEl,u=l.width/h,f=l.height/h,d=u-s,g=f-s,p=l.clientWidth/u,v=l.clientHeight/f;return c=fabric.util.transformPoint(c,a),(c=fabric.util.transformPoint(c,this.canvas.viewportTransform)).x*=p,c.y*=v,c.x<0&&(c.x=0),c.x>d&&(c.x=d),c.y<0&&(c.y=0),c.y>g&&(c.y=g),c.x+=this.canvas._offset.left,c.y+=this.canvas._offset.top,{left:c.x+"px",top:c.y+"px",fontSize:s+"px",charHeight:s}},_saveEditingProps:function(){this._savedProps={hasControls:this.hasControls,borderColor:this.borderColor,lockMovementX:this.lockMovementX,lockMovementY:this.lockMovementY,hoverCursor:this.hoverCursor,selectable:this.selectable,defaultCursor:this.canvas&&this.canvas.defaultCursor,moveCursor:this.canvas&&this.canvas.moveCursor}},_restoreEditingProps:function(){this._savedProps&&(this.hoverCursor=this._savedProps.hoverCursor,this.hasControls=this._savedProps.hasControls,this.borderColor=this._savedProps.borderColor,this.selectable=this._savedProps.selectable,this.lockMovementX=this._savedProps.lockMovementX,this.lockMovementY=this._savedProps.lockMovementY,this.canvas&&(this.canvas.defaultCursor=this._savedProps.defaultCursor,this.canvas.moveCursor=this._savedProps.moveCursor))},exitEditing:function(){var t=this._textBeforeEdit!==this.text,e=this.hiddenTextarea;return this.selected=!1,this.isEditing=!1,this.selectionEnd=this.selectionStart,e&&(e.blur&&e.blur(),e.parentNode&&e.parentNode.removeChild(e)),this.hiddenTextarea=null,this.abortCursorAnimation(),this._restoreEditingProps(),this._currentCursorOpacity=0,this._shouldClearDimensionCache()&&(this.initDimensions(),this.setCoords()),this.fire("editing:exited"),t&&this.fire("modified"),this.canvas&&(this.canvas.off("mouse:move",this.mouseMoveHandler),this.canvas.fire("text:editing:exited",{target:this}),t&&this.canvas.fire("object:modified",{target:this})),this},_removeExtraneousStyles:function(){for(var t in this.styles)this._textLines[t]||delete this.styles[t]},removeStyleFromTo:function(t,e){var i,r,n=this.get2DCursorLocation(t,!0),s=this.get2DCursorLocation(e,!0),o=n.lineIndex,a=n.charIndex,c=s.lineIndex,h=s.charIndex;if(o!==c){if(this.styles[o])for(i=a;it?this.selectionStart=t:this.selectionStart<0&&(this.selectionStart=0),this.selectionEnd>t?this.selectionEnd=t:this.selectionEnd<0&&(this.selectionEnd=0)}})}(),fabric.util.object.extend(fabric.IText.prototype,{initDoubleClickSimulation:function(){this.__lastClickTime=+new Date,this.__lastLastClickTime=+new Date,this.__lastPointer={},this.on("mousedown",this.onMouseDown)},onMouseDown:function(t){if(this.canvas){this.__newClickTime=+new Date;var e=t.pointer;this.isTripleClick(e)&&(this.fire("tripleclick",t),this._stopEvent(t.e)),this.__lastLastClickTime=this.__lastClickTime,this.__lastClickTime=this.__newClickTime,this.__lastPointer=e,this.__lastIsEditing=this.isEditing,this.__lastSelected=this.selected}},isTripleClick:function(t){return this.__newClickTime-this.__lastClickTime<500&&this.__lastClickTime-this.__lastLastClickTime<500&&this.__lastPointer.x===t.x&&this.__lastPointer.y===t.y},_stopEvent:function(t){t.preventDefault&&t.preventDefault(),t.stopPropagation&&t.stopPropagation()},initCursorSelectionHandlers:function(){this.initMousedownHandler(),this.initMouseupHandler(),this.initClicks()},doubleClickHandler:function(t){this.isEditing&&this.selectWord(this.getSelectionStartFromPointer(t.e))},tripleClickHandler:function(t){this.isEditing&&this.selectLine(this.getSelectionStartFromPointer(t.e))},initClicks:function(){this.on("mousedblclick",this.doubleClickHandler),this.on("tripleclick",this.tripleClickHandler)},_mouseDownHandler:function(t){!this.canvas||!this.editable||t.e.button&&1!==t.e.button||(this.__isMousedown=!0,this.selected&&(this.inCompositionMode=!1,this.setCursorByClick(t.e)),this.isEditing&&(this.__selectionStartOnMouseDown=this.selectionStart,this.selectionStart===this.selectionEnd&&this.abortCursorAnimation(),this.renderCursorOrSelection()))},_mouseDownHandlerBefore:function(t){!this.canvas||!this.editable||t.e.button&&1!==t.e.button||(this.selected=this===this.canvas._activeObject)},initMousedownHandler:function(){this.on("mousedown",this._mouseDownHandler),this.on("mousedown:before",this._mouseDownHandlerBefore)},initMouseupHandler:function(){this.on("mouseup",this.mouseUpHandler)},mouseUpHandler:function(t){if(this.__isMousedown=!1,!(!this.editable||this.group||t.transform&&t.transform.actionPerformed||t.e.button&&1!==t.e.button)){if(this.canvas){var e=this.canvas._activeObject;if(e&&e!==this)return}this.__lastSelected&&!this.__corner?(this.selected=!1,this.__lastSelected=!1,this.enterEditing(t.e),this.selectionStart===this.selectionEnd?this.initDelayedCursor(!0):this.renderCursorOrSelection()):this.selected=!0}},setCursorByClick:function(t){var e=this.getSelectionStartFromPointer(t),i=this.selectionStart,r=this.selectionEnd;t.shiftKey?this.setSelectionStartEndWithShift(i,r,e):(this.selectionStart=e,this.selectionEnd=e),this.isEditing&&(this._fireSelectionChanged(),this._updateTextarea())},getSelectionStartFromPointer:function(t){for(var e,i=this.getLocalPointer(t),r=0,n=0,s=0,o=0,a=0,c=0,h=this._textLines.length;cthis._text.length&&(a=this._text.length),a}}),fabric.util.object.extend(fabric.IText.prototype,{initHiddenTextarea:function(){this.hiddenTextarea=fabric.document.createElement("textarea"),this.hiddenTextarea.setAttribute("autocapitalize","off"),this.hiddenTextarea.setAttribute("autocorrect","off"),this.hiddenTextarea.setAttribute("autocomplete","off"),this.hiddenTextarea.setAttribute("spellcheck","false"),this.hiddenTextarea.setAttribute("data-fabric-hiddentextarea",""),this.hiddenTextarea.setAttribute("wrap","off");var t=this._calcTextareaPosition();this.hiddenTextarea.style.cssText="position: absolute; top: "+t.top+"; left: "+t.left+"; z-index: -999; opacity: 0; width: 1px; height: 1px; font-size: 1px; paddingーtop: "+t.fontSize+";",this.hiddenTextareaContainer?this.hiddenTextareaContainer.appendChild(this.hiddenTextarea):fabric.document.body.appendChild(this.hiddenTextarea),fabric.util.addListener(this.hiddenTextarea,"keydown",this.onKeyDown.bind(this)),fabric.util.addListener(this.hiddenTextarea,"keyup",this.onKeyUp.bind(this)),fabric.util.addListener(this.hiddenTextarea,"input",this.onInput.bind(this)),fabric.util.addListener(this.hiddenTextarea,"copy",this.copy.bind(this)),fabric.util.addListener(this.hiddenTextarea,"cut",this.copy.bind(this)),fabric.util.addListener(this.hiddenTextarea,"paste",this.paste.bind(this)),fabric.util.addListener(this.hiddenTextarea,"compositionstart",this.onCompositionStart.bind(this)),fabric.util.addListener(this.hiddenTextarea,"compositionupdate",this.onCompositionUpdate.bind(this)),fabric.util.addListener(this.hiddenTextarea,"compositionend",this.onCompositionEnd.bind(this)),!this._clickHandlerInitialized&&this.canvas&&(fabric.util.addListener(this.canvas.upperCanvasEl,"click",this.onClick.bind(this)),this._clickHandlerInitialized=!0)},keysMap:{9:"exitEditing",27:"exitEditing",33:"moveCursorUp",34:"moveCursorDown",35:"moveCursorRight",36:"moveCursorLeft",37:"moveCursorLeft",38:"moveCursorUp",39:"moveCursorRight",40:"moveCursorDown"},keysMapRtl:{9:"exitEditing",27:"exitEditing",33:"moveCursorUp",34:"moveCursorDown",35:"moveCursorLeft",36:"moveCursorRight",37:"moveCursorRight",38:"moveCursorUp",39:"moveCursorLeft",40:"moveCursorDown"},ctrlKeysMapUp:{67:"copy",88:"cut"},ctrlKeysMapDown:{65:"selectAll"},onClick:function(){this.hiddenTextarea&&this.hiddenTextarea.focus()},onKeyDown:function(t){if(this.isEditing){var e="rtl"===this.direction?this.keysMapRtl:this.keysMap;if(t.keyCode in e)this[e[t.keyCode]](t);else{if(!(t.keyCode in this.ctrlKeysMapDown&&(t.ctrlKey||t.metaKey)))return;this[this.ctrlKeysMapDown[t.keyCode]](t)}t.stopImmediatePropagation(),t.preventDefault(),33<=t.keyCode&&t.keyCode<=40?(this.inCompositionMode=!1,this.clearContextTop(),this.renderCursorOrSelection()):this.canvas&&this.canvas.requestRenderAll()}},onKeyUp:function(t){!this.isEditing||this._copyDone||this.inCompositionMode?this._copyDone=!1:t.keyCode in this.ctrlKeysMapUp&&(t.ctrlKey||t.metaKey)&&(this[this.ctrlKeysMapUp[t.keyCode]](t),t.stopImmediatePropagation(),t.preventDefault(),this.canvas&&this.canvas.requestRenderAll())},onInput:function(t){var e=this.fromPaste;if(this.fromPaste=!1,t&&t.stopPropagation(),this.isEditing){var i,r,n,s,o,a=this._splitTextIntoLines(this.hiddenTextarea.value).graphemeText,c=this._text.length,h=a.length,l=h-c,u=this.selectionStart,f=this.selectionEnd,d=u!==f;if(""===this.hiddenTextarea.value)return this.styles={},this.updateFromTextArea(),this.fire("changed"),void(this.canvas&&(this.canvas.fire("text:changed",{target:this}),this.canvas.requestRenderAll()));var g=this.fromStringToGraphemeSelection(this.hiddenTextarea.selectionStart,this.hiddenTextarea.selectionEnd,this.hiddenTextarea.value),p=u>g.selectionStart;d?(i=this._text.slice(u,f),l+=f-u):h=this._text.length&&this.selectionEnd>=this._text.length||this._moveCursorUpOrDown("Down",t)},moveCursorUp:function(t){0===this.selectionStart&&0===this.selectionEnd||this._moveCursorUpOrDown("Up",t)},_moveCursorUpOrDown:function(t,e){var i=this["get"+t+"CursorOffset"](e,"right"===this._selectionDirection);e.shiftKey?this.moveCursorWithShift(i):this.moveCursorWithoutShift(i),0!==i&&(this.setSelectionInBoundaries(),this.abortCursorAnimation(),this._currentCursorOpacity=1,this.initDelayedCursor(),this._fireSelectionChanged(),this._updateTextarea())},moveCursorWithShift:function(t){var e="left"===this._selectionDirection?this.selectionStart+t:this.selectionEnd+t;return this.setSelectionStartEndWithShift(this.selectionStart,this.selectionEnd,e),0!==t},moveCursorWithoutShift:function(t){return t<0?(this.selectionStart+=t,this.selectionEnd=this.selectionStart):(this.selectionEnd+=t,this.selectionStart=this.selectionEnd),0!==t},moveCursorLeft:function(t){0===this.selectionStart&&0===this.selectionEnd||this._moveCursorLeftOrRight("Left",t)},_move:function(t,e,i){var r;if(t.altKey)r=this["findWordBoundary"+i](this[e]);else{if(!t.metaKey&&35!==t.keyCode&&36!==t.keyCode)return this[e]+="Left"===i?-1:1,!0;r=this["findLineBoundary"+i](this[e])}if(void 0!==typeof r&&this[e]!==r)return this[e]=r,!0},_moveLeft:function(t,e){return this._move(t,e,"Left")},_moveRight:function(t,e){return this._move(t,e,"Right")},moveCursorLeftWithoutShift:function(t){var e=!0;return this._selectionDirection="left",this.selectionEnd===this.selectionStart&&0!==this.selectionStart&&(e=this._moveLeft(t,"selectionStart")),this.selectionEnd=this.selectionStart,e},moveCursorLeftWithShift:function(t){return"right"===this._selectionDirection&&this.selectionStart!==this.selectionEnd?this._moveLeft(t,"selectionEnd"):0!==this.selectionStart?(this._selectionDirection="left",this._moveLeft(t,"selectionStart")):void 0},moveCursorRight:function(t){this.selectionStart>=this._text.length&&this.selectionEnd>=this._text.length||this._moveCursorLeftOrRight("Right",t)},_moveCursorLeftOrRight:function(t,e){var i="moveCursor"+t+"With";this._currentCursorOpacity=1,e.shiftKey?i+="Shift":i+="outShift",this[i](e)&&(this.abortCursorAnimation(),this.initDelayedCursor(),this._fireSelectionChanged(),this._updateTextarea())},moveCursorRightWithShift:function(t){return"left"===this._selectionDirection&&this.selectionStart!==this.selectionEnd?this._moveRight(t,"selectionStart"):this.selectionEnd!==this._text.length?(this._selectionDirection="right",this._moveRight(t,"selectionEnd")):void 0},moveCursorRightWithoutShift:function(t){var e=!0;return this._selectionDirection="right",this.selectionStart===this.selectionEnd?(e=this._moveRight(t,"selectionStart"),this.selectionEnd=this.selectionStart):this.selectionStart=this.selectionEnd,e},removeChars:function(t,e){void 0===e&&(e=t+1),this.removeStyleFromTo(t,e),this._text.splice(t,e-t),this.text=this._text.join(""),this.set("dirty",!0),this._shouldClearDimensionCache()&&(this.initDimensions(),this.setCoords()),this._removeExtraneousStyles()},insertChars:function(t,e,i,r){void 0===r&&(r=i),i",t.textSpans.join(""),"\n"]},_getSVGTextAndBg:function(t,e){var i,r=[],n=[],s=t;this._setSVGBg(n);for(var o=0,a=this._textLines.length;o",fabric.util.string.escapeXml(t),""].join("")},_setSVGTextLineText:function(t,e,i,r){var n,s,o,a,c,h=this.getHeightOfLine(e),l=-1!==this.textAlign.indexOf("justify"),u="",f=0,d=this._textLines[e];r+=h*(1-this._fontSizeFraction)/this.lineHeight;for(var g=0,p=d.length-1;g<=p;g++)c=g===p||this.charSpacing,u+=d[g],o=this.__charBounds[e][g],0===f?(i+=o.kernedWidth-o.width,f+=o.width):f+=o.kernedWidth,l&&!c&&this._reSpaceAndTab.test(d[g])&&(c=!0),c||(n=n||this.getCompleteStyleDeclaration(e,g),s=this.getCompleteStyleDeclaration(e,g+1),c=this._hasStyleChangedForSvg(n,s)),c&&(a=this._getStyleDeclaration(e,g)||{},t.push(this._createTextCharSpan(u,a,i,r)),u="",n=s,i+=f,f=0)},_pushTextBgRect:function(t,e,i,r,n,s){var o=fabric.Object.NUM_FRACTION_DIGITS;t.push("\t\t\n')},_setSVGTextLineBg:function(t,e,i,r){for(var n,s,o=this._textLines[e],a=this.getHeightOfLine(e)/this.lineHeight,c=0,h=0,l=this.getValueOfPropertyAt(e,0,"textBackgroundColor"),u=0,f=o.length;uthis.width&&this._set("width",this.dynamicMinWidth),-1!==this.textAlign.indexOf("justify")&&this.enlargeSpaces(),this.height=this.calcTextHeight(),this.saveState({propertySet:"_dimensionAffectingProps"}))},_generateStyleMap:function(t){for(var e=0,i=0,r=0,n={},s=0;sthis.dynamicMinWidth&&(this.dynamicMinWidth=g-v+r),o},isEndOfWrapping:function(t){return!this._styleMap[t+1]||this._styleMap[t+1].line!==this._styleMap[t].line},missingNewlineOffset:function(t){return this.splitByGrapheme?this.isEndOfWrapping(t)?1:0:1},_splitTextIntoLines:function(t){for(var e=b.Text.prototype._splitTextIntoLines.call(this,t),i=this._wrapText(e.lines,this.width),r=new Array(i.length),n=0;n :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/slides/libs/header-attrs/header-attrs.js b/slides/libs/header-attrs/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/slides/libs/header-attrs/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/slides/libs/kePrint/kePrint.js b/slides/libs/kePrint/kePrint.js new file mode 100644 index 00000000..e6fbbfc4 --- /dev/null +++ b/slides/libs/kePrint/kePrint.js @@ -0,0 +1,8 @@ +$(document).ready(function(){ + if (typeof $('[data-toggle="tooltip"]').tooltip === 'function') { + $('[data-toggle="tooltip"]').tooltip(); + } + if ($('[data-toggle="popover"]').popover === 'function') { + $('[data-toggle="popover"]').popover(); + } +}); diff --git a/slides/libs/lightable/lightable.css b/slides/libs/lightable/lightable.css new file mode 100644 index 00000000..3be3be90 --- /dev/null +++ b/slides/libs/lightable/lightable.css @@ -0,0 +1,272 @@ +/*! + * lightable v0.0.1 + * Copyright 2020 Hao Zhu + * Licensed under MIT (https://github.com/haozhu233/kableExtra/blob/master/LICENSE) + */ + +.lightable-minimal { + border-collapse: separate; + border-spacing: 16px 1px; + width: 100%; + margin-bottom: 10px; +} + +.lightable-minimal td { + margin-left: 5px; + margin-right: 5px; +} + +.lightable-minimal th { + margin-left: 5px; + margin-right: 5px; +} + +.lightable-minimal thead tr:last-child th { + border-bottom: 2px solid #00000050; + empty-cells: hide; + +} + +.lightable-minimal tbody tr:first-child td { + padding-top: 0.5em; +} + +.lightable-minimal.lightable-hover tbody tr:hover { + background-color: #f5f5f5; +} + +.lightable-minimal.lightable-striped tbody tr:nth-child(even) { + background-color: #f5f5f5; +} + +.lightable-classic { + border-top: 0.16em solid #111111; + border-bottom: 0.16em solid #111111; + width: 100%; + margin-bottom: 10px; + margin: 10px 5px; +} + +.lightable-classic tfoot tr td { + border: 0; +} + +.lightable-classic tfoot tr:first-child td { + border-top: 0.14em solid #111111; +} + +.lightable-classic caption { + color: #222222; +} + +.lightable-classic td { + padding-left: 5px; + padding-right: 5px; + color: #222222; +} + +.lightable-classic th { + padding-left: 5px; + padding-right: 5px; + font-weight: normal; + color: #222222; +} + +.lightable-classic thead tr:last-child th { + border-bottom: 0.10em solid #111111; +} + +.lightable-classic.lightable-hover tbody tr:hover { + background-color: #F9EEC1; +} + +.lightable-classic.lightable-striped tbody tr:nth-child(even) { + background-color: #f5f5f5; +} + +.lightable-classic-2 { + border-top: 3px double #111111; + border-bottom: 3px double #111111; + width: 100%; + margin-bottom: 10px; +} + +.lightable-classic-2 tfoot tr td { + border: 0; +} + +.lightable-classic-2 tfoot tr:first-child td { + border-top: 3px double #111111; +} + +.lightable-classic-2 caption { + color: #222222; +} + +.lightable-classic-2 td { + padding-left: 5px; + padding-right: 5px; + color: #222222; +} + +.lightable-classic-2 th { + padding-left: 5px; + padding-right: 5px; + font-weight: normal; + color: #222222; +} + +.lightable-classic-2 tbody tr:last-child td { + border-bottom: 3px double #111111; +} + +.lightable-classic-2 thead tr:last-child th { + border-bottom: 1px solid #111111; +} + +.lightable-classic-2.lightable-hover tbody tr:hover { + background-color: #F9EEC1; +} + +.lightable-classic-2.lightable-striped tbody tr:nth-child(even) { + background-color: #f5f5f5; +} + +.lightable-material { + min-width: 100%; + white-space: nowrap; + table-layout: fixed; + font-family: Roboto, sans-serif; + border: 1px solid #EEE; + border-collapse: collapse; + margin-bottom: 10px; +} + +.lightable-material tfoot tr td { + border: 0; +} + +.lightable-material tfoot tr:first-child td { + border-top: 1px solid #EEE; +} + +.lightable-material th { + height: 56px; + padding-left: 16px; + padding-right: 16px; +} + +.lightable-material td { + height: 52px; + padding-left: 16px; + padding-right: 16px; + border-top: 1px solid #eeeeee; +} + +.lightable-material.lightable-hover tbody tr:hover { + background-color: #f5f5f5; +} + +.lightable-material.lightable-striped tbody tr:nth-child(even) { + background-color: #f5f5f5; +} + +.lightable-material.lightable-striped tbody td { + border: 0; +} + +.lightable-material.lightable-striped thead tr:last-child th { + border-bottom: 1px solid #ddd; +} + +.lightable-material-dark { + min-width: 100%; + white-space: nowrap; + table-layout: fixed; + font-family: Roboto, sans-serif; + border: 1px solid #FFFFFF12; + border-collapse: collapse; + margin-bottom: 10px; + background-color: #363640; +} + +.lightable-material-dark tfoot tr td { + border: 0; +} + +.lightable-material-dark tfoot tr:first-child td { + border-top: 1px solid #FFFFFF12; +} + +.lightable-material-dark th { + height: 56px; + padding-left: 16px; + padding-right: 16px; + color: #FFFFFF60; +} + +.lightable-material-dark td { + height: 52px; + padding-left: 16px; + padding-right: 16px; + color: #FFFFFF; + border-top: 1px solid #FFFFFF12; +} + +.lightable-material-dark.lightable-hover tbody tr:hover { + background-color: #FFFFFF12; +} + +.lightable-material-dark.lightable-striped tbody tr:nth-child(even) { + background-color: #FFFFFF12; +} + +.lightable-material-dark.lightable-striped tbody td { + border: 0; +} + +.lightable-material-dark.lightable-striped thead tr:last-child th { + border-bottom: 1px solid #FFFFFF12; +} + +.lightable-paper { + width: 100%; + margin-bottom: 10px; + color: #444; +} + +.lightable-paper tfoot tr td { + border: 0; +} + +.lightable-paper tfoot tr:first-child td { + border-top: 1px solid #00000020; +} + +.lightable-paper thead tr:last-child th { + color: #666; + vertical-align: bottom; + border-bottom: 1px solid #00000020; + line-height: 1.15em; + padding: 10px 5px; +} + +.lightable-paper td { + vertical-align: middle; + border-bottom: 1px solid #00000010; + line-height: 1.15em; + padding: 7px 5px; +} + +.lightable-paper.lightable-hover tbody tr:hover { + background-color: #F9EEC1; +} + +.lightable-paper.lightable-striped tbody tr:nth-child(even) { + background-color: #00000008; +} + +.lightable-paper.lightable-striped tbody td { + border: 0; +} + diff --git a/slides/libs/macros.js b/slides/libs/macros.js new file mode 100644 index 00000000..071125df --- /dev/null +++ b/slides/libs/macros.js @@ -0,0 +1,4 @@ +remark.macros.scale = function (percentage) { + var url = this; + return ''; +}; diff --git a/slides/libs/mark.js-8.11.1/mark.min.js b/slides/libs/mark.js-8.11.1/mark.min.js new file mode 100644 index 00000000..1eea0533 --- /dev/null +++ b/slides/libs/mark.js-8.11.1/mark.min.js @@ -0,0 +1,7 @@ +/*!*************************************************** +* mark.js v8.11.1 +* https://markjs.io/ +* Copyright (c) 2014–2018, Julian Kühnel +* Released under the MIT license https://git.io/vwTVl +*****************************************************/ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.Mark=t()}(this,function(){"use strict";var e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},n=function(){function e(e,t){for(var n=0;n1&&void 0!==arguments[1])||arguments[1],i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:5e3;t(this,e),this.ctx=n,this.iframes=r,this.exclude=i,this.iframesTimeout=o}return n(e,[{key:"getContexts",value:function(){var e=[];return(void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[]).forEach(function(t){var n=e.filter(function(e){return e.contains(t)}).length>0;-1!==e.indexOf(t)||n||e.push(t)}),e}},{key:"getIframeContents",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:function(){},r=void 0;try{var i=e.contentWindow;if(r=i.document,!i||!r)throw new Error("iframe inaccessible")}catch(e){n()}r&&t(r)}},{key:"isIframeBlank",value:function(e){var t=e.getAttribute("src").trim();return"about:blank"===e.contentWindow.location.href&&"about:blank"!==t&&t}},{key:"observeIframeLoad",value:function(e,t,n){var r=this,i=!1,o=null,a=function a(){if(!i){i=!0,clearTimeout(o);try{r.isIframeBlank(e)||(e.removeEventListener("load",a),r.getIframeContents(e,t,n))}catch(e){n()}}};e.addEventListener("load",a),o=setTimeout(a,this.iframesTimeout)}},{key:"onIframeReady",value:function(e,t,n){try{"complete"===e.contentWindow.document.readyState?this.isIframeBlank(e)?this.observeIframeLoad(e,t,n):this.getIframeContents(e,t,n):this.observeIframeLoad(e,t,n)}catch(e){n()}}},{key:"waitForIframes",value:function(e,t){var n=this,r=0;this.forEachIframe(e,function(){return!0},function(e){r++,n.waitForIframes(e.querySelector("html"),function(){--r||t()})},function(e){e||t()})}},{key:"forEachIframe",value:function(t,n,r){var i=this,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){},a=t.querySelectorAll("iframe"),s=a.length,c=0;a=Array.prototype.slice.call(a);var u=function(){--s<=0&&o(c)};s||u(),a.forEach(function(t){e.matches(t,i.exclude)?u():i.onIframeReady(t,function(e){n(t)&&(c++,r(e)),u()},u)})}},{key:"createIterator",value:function(e,t,n){return document.createNodeIterator(e,t,n,!1)}},{key:"createInstanceOnIframe",value:function(t){return new e(t.querySelector("html"),this.iframes)}},{key:"compareNodeIframe",value:function(e,t,n){if(e.compareDocumentPosition(n)&Node.DOCUMENT_POSITION_PRECEDING){if(null===t)return!0;if(t.compareDocumentPosition(n)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}},{key:"getIteratorNode",value:function(e){var t=e.previousNode();return{prevNode:t,node:null===t?e.nextNode():e.nextNode()&&e.nextNode()}}},{key:"checkIframeFilter",value:function(e,t,n,r){var i=!1,o=!1;return r.forEach(function(e,t){e.val===n&&(i=t,o=e.handled)}),this.compareNodeIframe(e,t,n)?(!1!==i||o?!1===i||o||(r[i].handled=!0):r.push({val:n,handled:!0}),!0):(!1===i&&r.push({val:n,handled:!1}),!1)}},{key:"handleOpenIframes",value:function(e,t,n,r){var i=this;e.forEach(function(e){e.handled||i.getIframeContents(e.val,function(e){i.createInstanceOnIframe(e).forEachNode(t,n,r)})})}},{key:"iterateThroughNodes",value:function(e,t,n,r,i){for(var o,a=this,s=this.createIterator(t,e,r),c=[],u=[],l=void 0,h=void 0;void 0,o=a.getIteratorNode(s),h=o.prevNode,l=o.node;)this.iframes&&this.forEachIframe(t,function(e){return a.checkIframeFilter(l,h,e,c)},function(t){a.createInstanceOnIframe(t).forEachNode(e,function(e){return u.push(e)},r)}),u.push(l);u.forEach(function(e){n(e)}),this.iframes&&this.handleOpenIframes(c,e,n,r),i()}},{key:"forEachNode",value:function(e,t,n){var r=this,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){},o=this.getContexts(),a=o.length;a||i(),o.forEach(function(o){var s=function(){r.iterateThroughNodes(e,o,t,n,function(){--a<=0&&i()})};r.iframes?r.waitForIframes(o,s):s()})}}],[{key:"matches",value:function(e,t){var n="string"==typeof t?[t]:t,r=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(r){var i=!1;return n.every(function(t){return!r.call(e,t)||(i=!0,!1)}),i}return!1}}]),e}(),o=function(){function o(e){t(this,o),this.ctx=e,this.ie=!1;var n=window.navigator.userAgent;(n.indexOf("MSIE")>-1||n.indexOf("Trident")>-1)&&(this.ie=!0)}return n(o,[{key:"log",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"debug",r=this.opt.log;this.opt.debug&&"object"===(void 0===r?"undefined":e(r))&&"function"==typeof r[n]&&r[n]("mark.js: "+t)}},{key:"escapeStr",value:function(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}},{key:"createRegExp",value:function(e){return"disabled"!==this.opt.wildcards&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),"disabled"!==this.opt.wildcards&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e)}},{key:"createSynonymsRegExp",value:function(e){var t=this.opt.synonyms,n=this.opt.caseSensitive?"":"i",r=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(var i in t)if(t.hasOwnProperty(i)){var o=t[i],a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(i):this.escapeStr(i),s="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(o):this.escapeStr(o);""!==a&&""!==s&&(e=e.replace(new RegExp("("+this.escapeStr(a)+"|"+this.escapeStr(s)+")","gm"+n),r+"("+this.processSynomyms(a)+"|"+this.processSynomyms(s)+")"+r))}return e}},{key:"processSynomyms",value:function(e){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),e}},{key:"setupWildcardsRegExp",value:function(e){return(e=e.replace(/(?:\\)*\?/g,function(e){return"\\"===e.charAt(0)?"?":""})).replace(/(?:\\)*\*/g,function(e){return"\\"===e.charAt(0)?"*":""})}},{key:"createWildcardsRegExp",value:function(e){var t="withSpaces"===this.opt.wildcards;return e.replace(/\u0001/g,t?"[\\S\\s]?":"\\S?").replace(/\u0002/g,t?"[\\S\\s]*?":"\\S*")}},{key:"setupIgnoreJoinersRegExp",value:function(e){return e.replace(/[^(|)\\]/g,function(e,t,n){var r=n.charAt(t+1);return/[(|)\\]/.test(r)||""===r?e:e+"\0"})}},{key:"createJoinersRegExp",value:function(e){var t=[],n=this.opt.ignorePunctuation;return Array.isArray(n)&&n.length&&t.push(this.escapeStr(n.join(""))),this.opt.ignoreJoiners&&t.push("\\u00ad\\u200b\\u200c\\u200d"),t.length?e.split(/\u0000+/).join("["+t.join("")+"]*"):e}},{key:"createDiacriticsRegExp",value:function(e){var t=this.opt.caseSensitive?"":"i",n=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"],r=[];return e.split("").forEach(function(i){n.every(function(n){if(-1!==n.indexOf(i)){if(r.indexOf(n)>-1)return!1;e=e.replace(new RegExp("["+n+"]","gm"+t),"["+n+"]"),r.push(n)}return!0})}),e}},{key:"createMergedBlanksRegExp",value:function(e){return e.replace(/[\s]+/gim,"[\\s]+")}},{key:"createAccuracyRegExp",value:function(e){var t=this,n=this.opt.accuracy,r="string"==typeof n?n:n.value,i="";switch(("string"==typeof n?[]:n.limiters).forEach(function(e){i+="|"+t.escapeStr(e)}),r){case"partially":default:return"()("+e+")";case"complementary":return"()([^"+(i="\\s"+(i||this.escapeStr("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿")))+"]*"+e+"[^"+i+"]*)";case"exactly":return"(^|\\s"+i+")("+e+")(?=$|\\s"+i+")"}}},{key:"getSeparatedKeywords",value:function(e){var t=this,n=[];return e.forEach(function(e){t.opt.separateWordSearch?e.split(" ").forEach(function(e){e.trim()&&-1===n.indexOf(e)&&n.push(e)}):e.trim()&&-1===n.indexOf(e)&&n.push(e)}),{keywords:n.sort(function(e,t){return t.length-e.length}),length:n.length}}},{key:"isNumeric",value:function(e){return Number(parseFloat(e))==e}},{key:"checkRanges",value:function(e){var t=this;if(!Array.isArray(e)||"[object Object]"!==Object.prototype.toString.call(e[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];var n=[],r=0;return e.sort(function(e,t){return e.start-t.start}).forEach(function(e){var i=t.callNoMatchOnInvalidRanges(e,r),o=i.start,a=i.end;i.valid&&(e.start=o,e.length=a-o,n.push(e),r=a)}),n}},{key:"callNoMatchOnInvalidRanges",value:function(e,t){var n=void 0,r=void 0,i=!1;return e&&void 0!==e.start?(r=(n=parseInt(e.start,10))+parseInt(e.length,10),this.isNumeric(e.start)&&this.isNumeric(e.length)&&r-t>0&&r-n>0?i=!0:(this.log("Ignoring invalid or overlapping range: "+JSON.stringify(e)),this.opt.noMatch(e))):(this.log("Ignoring invalid range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:n,end:r,valid:i}}},{key:"checkWhitespaceRanges",value:function(e,t,n){var r=void 0,i=!0,o=n.length,a=t-o,s=parseInt(e.start,10)-a;return(r=(s=s>o?o:s)+parseInt(e.length,10))>o&&(r=o,this.log("End range automatically set to the max value of "+o)),s<0||r-s<0||s>o||r>o?(i=!1,this.log("Invalid range: "+JSON.stringify(e)),this.opt.noMatch(e)):""===n.substring(s,r).replace(/\s+/g,"")&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:s,end:r,valid:i}}},{key:"getTextNodes",value:function(e){var t=this,n="",r=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,function(e){r.push({start:n.length,end:(n+=e.textContent).length,node:e})},function(e){return t.matchesExclude(e.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},function(){e({value:n,nodes:r})})}},{key:"matchesExclude",value:function(e){return i.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}},{key:"wrapRangeInTextNode",value:function(e,t,n){var r=this.opt.element?this.opt.element:"mark",i=e.splitText(t),o=i.splitText(n-t),a=document.createElement(r);return a.setAttribute("data-markjs","true"),this.opt.className&&a.setAttribute("class",this.opt.className),a.textContent=i.textContent,i.parentNode.replaceChild(a,i),o}},{key:"wrapRangeInMappedTextNode",value:function(e,t,n,r,i){var o=this;e.nodes.every(function(a,s){var c=e.nodes[s+1];if(void 0===c||c.start>t){if(!r(a.node))return!1;var u=t-a.start,l=(n>a.end?a.end:n)-a.start,h=e.value.substr(0,a.start),f=e.value.substr(l+a.start);if(a.node=o.wrapRangeInTextNode(a.node,u,l),e.value=h+f,e.nodes.forEach(function(t,n){n>=s&&(e.nodes[n].start>0&&n!==s&&(e.nodes[n].start-=l),e.nodes[n].end-=l)}),n-=l,i(a.node.previousSibling,a.start),!(n>a.end))return!1;t=a.end}return!0})}},{key:"wrapMatches",value:function(e,t,n,r,i){var o=this,a=0===t?0:t+1;this.getTextNodes(function(t){t.nodes.forEach(function(t){t=t.node;for(var i=void 0;null!==(i=e.exec(t.textContent))&&""!==i[a];)if(n(i[a],t)){var s=i.index;if(0!==a)for(var c=1;c { + document.removeEventListener('DOMContentLoaded', completed) + window.removeEventListener('load', completed) + fn() + } + if (document.readyState !== 'loading') { + setTimeout(fn) + } else { + document.addEventListener('DOMContentLoaded', completed) + window.addEventListener('load', completed) + } + } + + ready(function () { + const launchKey = 79 // keycode for O, used to enable tile view + + // Slides container + const remarkSlideShow = document.querySelector('div.remark-slides-area') + + let tileView = document.querySelector('div.remark__tile-view') + if (!tileView) { + tileView = document.createElement('div') + tileView.className = 'remark__tile-view' + } + + const toggleElement = el => { + el.style.display = el.style.display === 'none' ? '' : 'none' + } + + function slideshowResize () { + window.dispatchEvent(new Event('resize')) + } + + const toggleTileView = function () { + toggleElement(tileView) + toggleElement(remarkSlideShow) + + if (tileView.style.display === 'none') { + // tileView is now hidden, go to current slide + slideshow.gotoSlide(tileVars.currentSlideIdx + 1) + + slideshow.resume() + slideshowResize() + } else { + // store current slide index prior to launching tile-view + tileVars.currentSlideIdx = slideshow.getCurrentSlideIndex() + + // set class on seen and current slide and scroll into view + const tiles = tileView.querySelectorAll('.remark__tile-view__tile'); + [...tiles].forEach((tile, idx) => { + tile.classList.toggle( + 'remark__tile-view__tile--seen', + idx < tileVars.currentSlideIdx + ) + tile.classList.toggle( + 'remark__tile-view__tile--current', + idx === tileVars.currentSlideIdx + ) + }) + tiles[tileVars.currentSlideIdx].scrollIntoView({ + behavior: 'smooth', + block: 'center' + }) + + slideshow.pause() + } + } + + const createTileView = ({ minSize = 250, title = document.title } = {}) => { + // Tile view header + const h1 = document.createElement('h1') + h1.className = 'remark__tile-view__header' + h1.innerHTML = title + + tileView.appendChild(h1) + const tiles = document.createElement('div') + tiles.className = 'remark__tile-view__tiles' + tileView.appendChild(tiles) + + // Clone slideshow + const slidesArea = remarkSlideShow.cloneNode(true) + + // Calculate slide scale and tile container size + const slideScaler = slidesArea.querySelector('.remark-slide-scaler') + const slideWidth = parseFloat(slideScaler.style.width.replace('px', '')) + const slideHeight = parseFloat( + slideScaler.style.height.replace('px', '') + ) + const scale = minSize / Math.min(slideWidth, slideHeight) + let tileWidth = Math.round(slideWidth * scale) + let tileHeight = Math.round(slideHeight * scale) + + // convert tileWidth/Height to em relative to base 18px (set in CSS) + tileWidth = tileWidth / 18 + tileHeight = tileHeight / 18 + + tiles.style.gridTemplateColumns = `repeat(auto-fill, minmax(${tileWidth}em, 1fr))` + + const slides = slidesArea.querySelectorAll('.remark-slide-container') + + slides.forEach((slide, slideIndex) => { + let tile = document.createElement('template') + tile.innerHTML = `
    +
    +
    ` + tile = tile.content.firstChild + + const tileContainer = tile.querySelector( + '.remark__tile-view__slide-container' + ) + tileContainer.style.width = `${tileWidth}em` + tileContainer.style.height = `${tileHeight}em` + + const thisSlideScaler = slide.querySelector('.remark-slide-scaler') + thisSlideScaler.style.top = '0px' + thisSlideScaler.style.left = '0px' + thisSlideScaler.style.transform = `scale(${scale})` + thisSlideScaler.parentElement.classList.add('remark-visible') + + slide.addEventListener('click', () => { + tileVars.currentSlideIdx = slideIndex + toggleTileView() + }) + + tileContainer.appendChild(slide) + tiles.appendChild(tile) + }) + + document.body.appendChild(tileView) + } + + const tileVars = {} + + document.addEventListener('keydown', ev => { + if (ev.keyCode === launchKey) { + toggleTileView() + } + }) + + const addTileViewHelpText = () => { + const helpTable = document.querySelector( + '.remark-help-content table.light-keys' + ) + if (!helpTable) { + console.error( + 'Could not find remark help table, has remark been initialized?' + ) + return + } + const newRow = document.createElement('tr') + newRow.innerHTML += 'o' + newRow.innerHTML += 'Tile View: Overview of Slides' + helpTable.append(newRow) + } + + createTileView({ minSize: 200 }) + toggleElement(tileView) + addTileViewHelpText() + }) +})() diff --git a/slides/libs/xaringanExtra-scribble-0.0.1/scribble.css b/slides/libs/xaringanExtra-scribble-0.0.1/scribble.css new file mode 100644 index 00000000..be14e7a5 --- /dev/null +++ b/slides/libs/xaringanExtra-scribble-0.0.1/scribble.css @@ -0,0 +1,157 @@ +:root { + --xe-scribble--pen-color: #FF0000; + --xe-scribble--button-draw-active-bg: #FF0000; + --xe-scribble--button-draw-active-fg: #FFFFFF; + --xe-scribble--button-active-color: #000000; + --xe-scribble--button-inactive-color: #666666; +} + +.xe-scribble__cursor__eraser { + position: absolute; + height: 10px; + width: 10px; + border-radius: 50%; + pointer-events: none; + z-index: 5; +} + +.xe-scribble__cursor__eraser.hidden { + display: none; +} + +.xe-scribble { + position: absolute; + top: 0px; + left: 0px; +} + +.xe-scribble__canvas__drawing, +.xe-scribble__canvas, +.xe-scribble { + pointer-events: none; + z-index: 1; +} + +.xe-scribble__canvas__drawing.active { + pointer-events: all; +} + +.xe-scribble__tools { + position: absolute; + top: 10px; + right: 10px; + pointer-events: all; + z-index: 101; + width: 32px; +} + +.xe-scribble__button { + cursor: pointer; + padding: 3px; + background: unset; + border: unset; + border-radius: 100%; + width: 100%; + height: calc(100% - 3px); + margin-bottom: 5px; + opacity: 1; + transition: transform ease-out 100ms, opacity ease-out 80ms; +} + +.xe-scribble__button:hover { + background-color: #eee; +} +.xe-scribble__button.active { + background-color: #4443; +} + +.xe-scribble__tools.minimized > :nth-child(2) { + opacity: 0; + transform: translateY(-100%); + transition: ease-in 100ms, opacity ease-in 80ms; + z-index: 0; + pointer-events: none; +} + +.xe-scribble__tools.minimized > :nth-child(3) { + opacity: 0; + transform: translateY(-200%); + transition: ease-in 100ms, opacity ease-in 80ms; + z-index: 0; + pointer-events: none; +} + +.xe-scribble__tools.minimized > :nth-child(4) { + opacity: 0; + transform: translateY(-300%); + transition: ease-in 100ms, opacity ease-in 80ms; + z-index: 0; + pointer-events: none; +} + +.xe-scribble__button > svg { + width: 100%; + height: 100%; +} + +.xe-scribble__button__draw, +.xe-scribble__button__erase, +.xe-scribble__button__clear { + color: var(--xe-scribble--button-inactive-color); +} + +.xe-scribble__button__draw:hover, +.xe-scribble__button__erase:hover, +.xe-scribble__button__clear:hover { + color: var(--xe-scribble--button-active-color); +} + +.xe-scribble__button__draw.active { + color: var(--xe-scribble--button-draw-active-fg); + background-color: var(--xe-scribble--button-draw-active-bg); +} + +.xe-scribble__button__erase.active > svg, +.xe-scribble__button__clear:hover > svg { + color: var(--xe-scribble--button-active-color); +} + +#xe-scribble__colorPicker { + border-radius: 100%; + height: 30px; + width: 30px; + margin: 0; + border: none; + outline: none; + -webkit-appearance: none; +} + +#xe-scribble__colorPicker::-webkit-color-swatch-wrapper { + padding: 0; +} + +#xe-scribble__colorPicker::-webkit-color-swatch { + border-radius: 100%; +} + +#xe-scribble__colorPicker::-moz-color-swatch{ + border: none; + border-radius: 100%; +} + +/* --- +
    + + + + +
    + +#f44336 #E91E63 #9C27B0 #673AB7 #3F51B5 #2196F3 #03A9F4 #00BCD4 #009688 #4CAF50 #8BC34A #CDDC39 #FFEB3B #FFC107 #FF9800 #FF5722 #795548 #9E9E9E #000000 #FFFFFF +---*/ + +@media print { + .xe-scribble__tools { + display: none; + } +} diff --git a/slides/libs/xaringanExtra-scribble-0.0.1/scribble.js b/slides/libs/xaringanExtra-scribble-0.0.1/scribble.js new file mode 100644 index 00000000..c6f9edfd --- /dev/null +++ b/slides/libs/xaringanExtra-scribble-0.0.1/scribble.js @@ -0,0 +1,675 @@ +/* + * Scribble for remark.js/xaringan + * Matthew T. Warkentin + * and Garrick Aden-Buie + */ + +/* global slideshow,fabric */ + +class Scribble { + constructor (opts) { + // User options + this.opts = opts + this.penColors = opts.pen_color || '#FF0000' + this.currColor = this.penColors[0] + this.penSize = opts.pen_size || 3 + this.eraserSize = opts.eraser_size || this.penSize * 10 + this.tolerance = this.eraserSize / 2 + // this.eraserColor = opts['eraser_color'] || 'rgba(0, 0, 0, 0.1)' + this.transparent = 'rgba(0, 0, 0, 0)' + this.opts.palette = [ + ...this.opts.palette, + ...this.defaultPresetColors.slice(this.opts.palette.length) + ] + + // Fabric objects + this.fabrics = null + this.currFabric = null + this.pathCache = [] + this.undo = this.undo.bind(this) + this.redo = this.redo.bind(this) + + // State objects + this.mouseDown = false + this.drawMode = false + this.eraseMode = false + this.hideToolbox = true + + this.eraserCursorMovement = this.eraserCursorMovement.bind(this) + this.eraserDetectErase = this.eraserDetectErase.bind(this) + this.setPresetColor = this.setPresetColor.bind(this) + + // Toolbox objects + this.launchKey = 83 // "S" used to toggle toolbox/state + this.toolBox = null + this.drawBtn = null + this.eraseBtn = null + this.clearBtn = null + this.colorPicker = null + this.eraserCursor = null + + // Scribble initialization + this.setPenColorCSSVariables(this.currColor) + this.addCanvasToAllSlides() + this.addCanvasHelpText() + this.assembleToolbox() + this.addToolboxToSlide() + this.initEraserCursor() + this.addToggleToolbox() + this.resizeContent() + + this.addDrawing() + this.addClearing() + this.addErasing() + + // Scribble continuous updating + slideshow.on('afterShowSlide', (slide) => { + this.currFabric = this.fabrics[slide.getSlideIndex()] + this.addToolboxToSlide() + this.pathCache = [] + }) + slideshow.on( + 'beforeHideSlide', + this.removeTransparentEraserPaths.bind(this) + ) + window.addEventListener('resize', this.resizeContent.bind(this)) + } + + getVisibleSlide () { + return document.querySelector('.remark-visible') + } + + getVisibleSlideSize () { + const slideSize = this.getVisibleSlide() + .querySelector('.remark-slide-scaler') + .getBoundingClientRect() + return slideSize + } + + getVisibleSlideScaleRatio () { + const scaleRatio = this.getVisibleSlide().querySelector( + '.remark-slide-scaler' + ).style.transform + return scaleRatio + } + + getVisibleSlideCanvas () { + return this.fabrics[slideshow.getCurrentSlideIndex()] + } + + getVisibleSlideOuterContainer () { + return this.getVisibleSlide().querySelector( + '.xe-scribble' + ) + } + + getVisibleSlideCanvasContainers () { + return this.getVisibleSlide().querySelectorAll( + '.xe-scribble__canvas__drawing' + ) + } + + setPenColorCSSVariables (color) { + const root = document.documentElement + root.style.setProperty('--xe-scribble--button-draw-active-bg', color) + root.style.setProperty( + '--xe-scribble--button-draw-active-fg', + this.pickContrastForegroundColor(color) + ) + root.style.setProperty('--xe-scribble--pen-color', color) + } + + createCanvas (id) { + const slideSize = this.getVisibleSlideSize() + + const canvasDiv = document.createElement('div') + canvasDiv.classList.add('xe-scribble') + canvasDiv.style.width = slideSize.width + canvasDiv.style.height = slideSize.height + canvasDiv.style.left = slideSize.left + 'px' + canvasDiv.style.top = slideSize.top + 'px' + ;['mousedown', 'touchstart'].forEach((gesture) => { + canvasDiv.addEventListener(gesture, this.mousedown.bind(this)) + }) + ;['mouseup', 'touchend'].forEach((gesture) => { + canvasDiv.addEventListener(gesture, this.mouseup.bind(this)) + }) + + const canvas = document.createElement('canvas') + canvas.setAttribute('id', 'canvas' + id) + canvas.classList.add('xe-scribble__canvas__drawing') + canvas.setAttribute('width', slideSize.width) + canvas.setAttribute('height', slideSize.height) + + canvasDiv.appendChild(canvas) + + return canvasDiv + } + + addCanvasToAllSlides () { + // Add to slide container + const nslides = slideshow.getSlideCount() + let i = 0 + const slides = document.getElementsByClassName('remark-slide-container') + slides.forEach((slide) => { + if (i + 1 <= nslides) { + const canvasDiv = this.createCanvas(i) + slide.appendChild(canvasDiv) + i += 1 + } + }) + + // Convert to fabric.Canvas + const allCanvases = document.querySelectorAll('.xe-scribble__canvas__drawing') + this.fabrics = [] + allCanvases.forEach((el, index) => { + this.fabrics[index] = new fabric.Canvas(el.id, { + isDrawingMode: false, + containerClass: 'xe-scribble__canvas' + }) + }) + this.currFabric = this.fabrics[slideshow.getCurrentSlideIndex()] + } + + resizeContent () { + const scalerSize = document + .querySelector('.remark-visible .remark-slide-scaler') + .getBoundingClientRect() + + // Resize canvas container + const outerContainers = document.querySelectorAll( + '.xe-scribble' + ) + outerContainers.forEach((div) => { + div.style.width = scalerSize.width + 'px' + div.style.height = scalerSize.height + 'px' + div.style.left = scalerSize.left + 'px' + div.style.top = scalerSize.top + 'px' + }) + + const scaleRatio = parseFloat( + this.getVisibleSlideScaleRatio().match('\\d+.\\d+') + ) + + // Resize canvas itself + this.fabrics.forEach((fab) => { + fab.setWidth(scalerSize.width) + fab.setHeight(scalerSize.height) + fab.setZoom(scaleRatio) + }) + + // Reposition toolbox outside slides if there is extra space + if ((window.innerWidth - scalerSize.width) / 2 >= 42) { + this.toolBox.style.right = '-40px' + } else { + this.toolBox.style.right = '10px' + } + } + + createButton (id, name, title) { + const btn = document.createElement('button') + btn.classList.add('xe-scribble__button', 'xe-scribble__button__' + id) + btn.innerHTML = this.svgs[name] + btn.title = title || (name.slice(0, 1).toUpperCase() + name.slice(1)) + return btn + } + + createColorPicker () { + const colorPicker = document.createElement('input') + colorPicker.setAttribute('id', 'xe-scribble__colorPicker') + colorPicker.classList.add('xe-scribble__button') + colorPicker.setAttribute('type', 'color') + colorPicker.setAttribute('value', this.currColor) + colorPicker.title = 'Choose Pen Color' + return colorPicker + } + + createToolbox () { + this.toolBox = document.createElement('div') + this.toolBox.classList = 'xe-scribble__tools' + } + + rgbColorToHex (color) { + // https://haacked.com/archive/2009/12/29/convert-rgb-to-hex.aspx/ + if (color.substr(0, 1) === '#') { + return color + } + const digits = /rgb\((\d+),\s*(\d+),\s*(\d+)/.exec(color) + + const red = parseInt(digits[1]) + const green = parseInt(digits[2]) + const blue = parseInt(digits[3]) + + const rgb = blue | (green << 8) | (red << 16) + return '#' + rgb.toString(16).padStart(6, '0') + } + + pickContrastForegroundColor (color, light, dark, threshold) { + color = this.rgbColorToHex(color) + + // https://stackoverflow.com/a/41491220/2022615 + light = light || '#FFFFFF' + dark = dark || '#000000' + threshold = threshold || 145 + color = (color.charAt(0) === '#') ? color.substring(1, 7) : color + const r = parseInt(color.substring(0, 2), 16) // hexToR + const g = parseInt(color.substring(2, 4), 16) // hexToG + const b = parseInt(color.substring(4, 6), 16) // hexToB + const score = ((r * 0.299) + (g * 0.587) + (b * 0.114)) + return (score > threshold) ? dark : light + } + + assembleToolbox () { + this.createToolbox() + + // Build draw, erase, clear buttons + this.drawBtn = this.createButton('draw', 'draw', 'Start Drawing (S)') + this.eraseBtn = this.createButton('erase', 'eraser', 'Erase Lines') + this.clearBtn = this.createButton('clear', 'trash', 'Clear This Slide') + + this.colorPicker = this.createColorPicker() + this.colorPicker.addEventListener('input', () => { + this.currColor = this.colorPicker.value + if (this.drawMode) { + this.currFabric.freeDrawingBrush.color = this.currColor + } + this.setPenColorCSSVariables(this.currColor) + }) + + ;[this.drawBtn, this.eraseBtn, this.clearBtn, this.colorPicker] + .forEach((btn) => { + this.toolBox.appendChild(btn) + }) + + ;['click', 'touchend'].forEach((action) => { + this.toolBox.addEventListener(action, ev => ev.stopPropagation()) + }) + } + + noScribble () { + return this.getVisibleSlide() + .querySelector('.remark-slide-content') + .classList.contains('no-scribble') + } + + addToolboxToSlide () { + if (this.noScribble()) return + + const canvasDiv = this.getVisibleSlideOuterContainer() + canvasDiv.appendChild(this.toolBox) + if (this.hideToolbox) { + this.toolBox.classList.add('minimized') + } + } + + addToggleToolbox () { + const self = this + + document.addEventListener('keydown', (ev) => { + if (ev.keyCode === this.launchKey) { + self.toggleToolbox() + } + }) + + this.toolBox.addEventListener('mouseleave', function (ev) { + if (self.drawMode | self.eraseMode) { + return + } + self.minimizeTimeout = setTimeout(() => self.toggleToolbox(false), 2000) + }) + + this.toolBox.addEventListener('mouseenter', function (ev) { + if (self.minimizeTimeout) { + clearTimeout(self.minimizeTimeout) + } + }) + } + + toggleToolbox (show) { + if (this.noScribble()) return + + const isMinimized = this.toolBox.matches('.minimized') + if (typeof show !== 'undefined' && show === !isMinimized) return + + this.hideToolbox = !(show || isMinimized) + this.toolBox.classList.toggle('minimized') + + if (this.hideToolbox) { + this.toolBox.classList.add('minimized') + if (this.drawMode) { + this.drawBtn.click() + } else if (this.eraseMode) { + this.eraseBtn.click() + } + } else { + this.toolBox.classList.remove('minimized') + clearTimeout(this.minimizeTimeout) + this.minimizeTimeout = null + if (!this.drawMode) this.drawBtn.click() + } + } + + addCanvasHelpText () { + const helpTable = document.querySelector( + '.remark-help-content table.light-keys' + ) + if (!helpTable) { + console.error( + 'Could not find remark help table, has remark been initialized?' + ) + return + } + const newRow = document.createElement('tr') + newRow.innerHTML += 's' + newRow.innerHTML += 'Toggle scribble toolbox' + helpTable.append(newRow) + } + + mousedown () { + this.mouseDown = true + } + + mouseup () { + this.mouseDown = false + } + + getCanvasPaths () { + return this.currFabric.getObjects('path') + } + + addDrawing () { + const self = this + ;['click', 'touchend'].forEach((gesture) => { + this.drawBtn.addEventListener(gesture, (ev) => { + ev.preventDefault() + ev.stopPropagation() + if (self.drawMode) { + self.stopDrawing() + } else { + self.startDrawing() + } + }) + }) + } + + setPresetColor (ev) { + let idx = Number(ev.key) + if (isNaN(idx) || typeof idx === 'undefined' || idx >= 10) return + idx = idx === 0 ? 10 : idx + const presetColor = this.opts.palette[idx - 1] + this.currColor = presetColor + this.currFabric.freeDrawingBrush.color = presetColor + this.setPenColorCSSVariables(presetColor) + this.colorPicker.value = presetColor + } + + startDrawing () { + if (this.noScribble()) return + + slideshow.pause() + this.toggleToolbox(true) + + this.drawMode = true + this.eraseMode = false + this.drawBtn.title = 'Stop Drawing (S)' + + this.currFabric.isDrawingMode = true + this.currFabric.freeDrawingBrush.width = this.penSize + this.currFabric.freeDrawingBrush.color = this.currColor + this.currFabric.freeDrawingCursor = 'crosshair' + + const drawingCanvas = this.getVisibleSlideCanvasContainers() + drawingCanvas.forEach((container) => { + container.classList.add('active', 'draw') + }) + + document.addEventListener('keydown', this.undo) + document.addEventListener('keydown', this.redo) + document.addEventListener('keydown', this.setPresetColor) + + document.removeEventListener('mousemove', this.eraserCursorMovement) + document.removeEventListener('touchmove', this.eraserCursorMovement) + + this.eraserCursor.classList.add('hidden') + this.drawBtn.classList.add('active') + this.eraseBtn.classList.remove('active') + } + + stopDrawing () { + slideshow.resume() + + this.drawMode = false + this.eraseMode = false + this.drawBtn.title = 'Start Drawing (S)' + + const drawingCanvas = this.getVisibleSlideCanvasContainers() + drawingCanvas.forEach((container) => { + container.classList.remove('active', 'draw') + }) + + document.removeEventListener('keydown', this.undo) + document.removeEventListener('keydown', this.redo) + document.removeEventListener('keydown', this.setPresetColor) + + this.drawBtn.classList.remove('active') + this.eraseBtn.classList.remove('active') + } + + addClearing () { + ;['click', 'touchend'].forEach((gesture) => { + this.clearBtn.addEventListener(gesture, (ev) => { + ev.preventDefault() + ev.stopPropagation() + this.clearCurrentCanvas() + }) + }) + } + + clearCurrentCanvas () { + this.currFabric.forEachObject((obj) => { + this.currFabric.remove(obj) + }) + } + + addErasing () { + ;['click', 'touchend'].forEach((gesture) => { + this.eraseBtn.addEventListener(gesture, (ev) => { + ev.preventDefault() + ev.stopPropagation() + this.eraseMode ? this.stopErasing() : this.startErasing() + }) + }) + } + + eraserColor () { + const slide = this.getVisibleSlide().querySelector('.remark-slide-content') + const slideBgColor = window + .getComputedStyle(slide) + .getPropertyValue('background-color') + + return this.pickContrastForegroundColor( + slideBgColor, + 'rgba(255, 255, 255, 0.33)', + 'rgba(0, 0, 0, 0.33)' + ) + } + + startErasing () { + slideshow.pause() + + this.eraseMode = true + this.drawMode = false + this.eraseBtn.title = 'Stop Erasing' + this.eraserCursor.style.backgroundColor = this.eraserColor() + this.colorPicker.classList.add('hidden') + + const outerDiv = this.getVisibleSlideOuterContainer() + outerDiv.addEventListener('mousemove', this.eraserDetectErase) + outerDiv.addEventListener('touchmove', this.eraserDetectErase) + + document.addEventListener('mousemove', this.eraserCursorMovement) + document.addEventListener('touchmove', this.eraserCursorMovement) + + const self = this + ;['mousemove', 'touchmove'].forEach(function (action) { + document.addEventListener(action, function (ev) { + self.eraserCursor.classList.remove('hidden') + }, { once: true }) + }) + + document.addEventListener('keydown', this.undo) + document.addEventListener('keydown', this.redo) + + this.currFabric.isDrawingMode = true + this.currFabric.freeDrawingBrush.width = this.tolerance + this.currFabric.freeDrawingBrush.color = this.transparent + this.currFabric.freeDrawingCursor = 'none' + + const drawingCanvas = this.getVisibleSlideCanvasContainers() + drawingCanvas.forEach((container) => { + container.classList.add('active', 'erase') + }) + + this.drawBtn.classList.remove('active') + this.eraseBtn.classList.add('active') + } + + stopErasing () { + this.drawMode = false + this.eraseMode = false + this.eraserCursor.classList.add('hidden') + this.eraseBtn.title = 'Erase Lines' + + const outerDiv = this.getVisibleSlideOuterContainer() + outerDiv.removeEventListener('mousemove', this.eraserDetectErase) + outerDiv.removeEventListener('touchmove', this.eraserDetectErase) + + document.removeEventListener('mousemove', this.eraserCursorMovement) + document.removeEventListener('touchmove', this.eraserCursorMovement) + + document.removeEventListener('keydown', this.undo) + document.removeEventListener('keydown', this.redo) + + const drawingCanvas = this.getVisibleSlideCanvasContainers() + drawingCanvas.forEach((container) => { + container.classList.remove('active', 'erase') + }) + + this.drawBtn.classList.remove('active') + this.eraseBtn.classList.remove('active') + + slideshow.resume() + } + + eraserDetectErase (ev) { + if (this.mouseDown & this.eraseMode) { + const xy = [ + this.currFabric.getPointer(ev).x, + this.currFabric.getPointer(ev).y + ] + const objs = this.getCanvasPaths() + const paths = objs.map((path) => { + return path.path + }) + + const shouldRemove = paths.map((path) => { + const toRemove = path.some((point) => { + const xcond = Math.abs(point[1] - xy[0]) < this.tolerance + const ycond = Math.abs(point[2] - xy[1]) < this.tolerance + const both = xcond & ycond + return both + }) + return toRemove + }) + + const pathCache = this.pathCache + const currFabric = this.currFabric + + objs.map(function (item, index) { + if (shouldRemove[index]) { + pathCache.push(item) + currFabric.remove(item) + } + }) + } + } + + removeTransparentEraserPaths () { + this.currFabric.forEachObject((obj) => { + if (obj.stroke === this.transparent) { + this.currFabric.remove(obj) + } + }) + } + + initEraserCursor () { + const slideArea = document.querySelector('.remark-slides-area') + this.eraserCursor = document.createElement('div') + this.eraserCursor.classList.add('xe-scribble__cursor__eraser', 'hidden') + this.eraserCursor.style.width = this.eraserSize + 'px' + this.eraserCursor.style.height = this.eraserSize + 'px' + + slideArea.appendChild(this.eraserCursor) + } + + eraserCursorMovement (ev) { + var pX + var pY + if (ev.type === 'mousemove') { + pX = ev.pageX + pY = ev.pageY + } else if (ev.type === 'touchmove') { + pX = ev.touches[0].pageX + pY = ev.touches[0].pageY + } + this.eraserCursor.style.top = pY - this.tolerance + 'px' + this.eraserCursor.style.left = pX - this.tolerance + 'px' + } + + undo (ev) { + if (ev.keyCode === 37) { + this.removeTransparentEraserPaths() + + if (this.currFabric._objects.length === 0) return + + const removedPath = this.currFabric._objects.pop() + this.pathCache.push(removedPath) + this.currFabric.renderAll() + } + } + + redo (ev) { + if (ev.keyCode === 39) { + this.removeTransparentEraserPaths() + + if (this.pathCache.length === 0) return + + const addedPath = this.pathCache.pop() + this.currFabric._objects.push(addedPath) + this.currFabric.renderAll() + } + } +} + +Scribble.prototype.svgs = { + // https://phosphoricons.com/ + draw: + '', + eraser: + '', + trash: + '' +} + +Scribble.prototype.defaultPresetColors = [ + '#e51c23', // red (1) + '#259b24', // green (2) + '#9c27b0', // purple (3) + '#5677fc', // blue (4) + '#ff9800', // orange (5) + '#00bcd4', // cyan (6) + '#ffc107', // yellow (7) + '#009688', // teal (8) + '#9e9e9e', // grey (9) + '#212121' // black (0) +] diff --git a/slides/libs/xaringanExtra-scribble/scribble.css b/slides/libs/xaringanExtra-scribble/scribble.css new file mode 100644 index 00000000..be14e7a5 --- /dev/null +++ b/slides/libs/xaringanExtra-scribble/scribble.css @@ -0,0 +1,157 @@ +:root { + --xe-scribble--pen-color: #FF0000; + --xe-scribble--button-draw-active-bg: #FF0000; + --xe-scribble--button-draw-active-fg: #FFFFFF; + --xe-scribble--button-active-color: #000000; + --xe-scribble--button-inactive-color: #666666; +} + +.xe-scribble__cursor__eraser { + position: absolute; + height: 10px; + width: 10px; + border-radius: 50%; + pointer-events: none; + z-index: 5; +} + +.xe-scribble__cursor__eraser.hidden { + display: none; +} + +.xe-scribble { + position: absolute; + top: 0px; + left: 0px; +} + +.xe-scribble__canvas__drawing, +.xe-scribble__canvas, +.xe-scribble { + pointer-events: none; + z-index: 1; +} + +.xe-scribble__canvas__drawing.active { + pointer-events: all; +} + +.xe-scribble__tools { + position: absolute; + top: 10px; + right: 10px; + pointer-events: all; + z-index: 101; + width: 32px; +} + +.xe-scribble__button { + cursor: pointer; + padding: 3px; + background: unset; + border: unset; + border-radius: 100%; + width: 100%; + height: calc(100% - 3px); + margin-bottom: 5px; + opacity: 1; + transition: transform ease-out 100ms, opacity ease-out 80ms; +} + +.xe-scribble__button:hover { + background-color: #eee; +} +.xe-scribble__button.active { + background-color: #4443; +} + +.xe-scribble__tools.minimized > :nth-child(2) { + opacity: 0; + transform: translateY(-100%); + transition: ease-in 100ms, opacity ease-in 80ms; + z-index: 0; + pointer-events: none; +} + +.xe-scribble__tools.minimized > :nth-child(3) { + opacity: 0; + transform: translateY(-200%); + transition: ease-in 100ms, opacity ease-in 80ms; + z-index: 0; + pointer-events: none; +} + +.xe-scribble__tools.minimized > :nth-child(4) { + opacity: 0; + transform: translateY(-300%); + transition: ease-in 100ms, opacity ease-in 80ms; + z-index: 0; + pointer-events: none; +} + +.xe-scribble__button > svg { + width: 100%; + height: 100%; +} + +.xe-scribble__button__draw, +.xe-scribble__button__erase, +.xe-scribble__button__clear { + color: var(--xe-scribble--button-inactive-color); +} + +.xe-scribble__button__draw:hover, +.xe-scribble__button__erase:hover, +.xe-scribble__button__clear:hover { + color: var(--xe-scribble--button-active-color); +} + +.xe-scribble__button__draw.active { + color: var(--xe-scribble--button-draw-active-fg); + background-color: var(--xe-scribble--button-draw-active-bg); +} + +.xe-scribble__button__erase.active > svg, +.xe-scribble__button__clear:hover > svg { + color: var(--xe-scribble--button-active-color); +} + +#xe-scribble__colorPicker { + border-radius: 100%; + height: 30px; + width: 30px; + margin: 0; + border: none; + outline: none; + -webkit-appearance: none; +} + +#xe-scribble__colorPicker::-webkit-color-swatch-wrapper { + padding: 0; +} + +#xe-scribble__colorPicker::-webkit-color-swatch { + border-radius: 100%; +} + +#xe-scribble__colorPicker::-moz-color-swatch{ + border: none; + border-radius: 100%; +} + +/* --- +
    + + + + +
    + +#f44336 #E91E63 #9C27B0 #673AB7 #3F51B5 #2196F3 #03A9F4 #00BCD4 #009688 #4CAF50 #8BC34A #CDDC39 #FFEB3B #FFC107 #FF9800 #FF5722 #795548 #9E9E9E #000000 #FFFFFF +---*/ + +@media print { + .xe-scribble__tools { + display: none; + } +} diff --git a/slides/libs/xaringanExtra-scribble/scribble.js b/slides/libs/xaringanExtra-scribble/scribble.js new file mode 100644 index 00000000..c6f9edfd --- /dev/null +++ b/slides/libs/xaringanExtra-scribble/scribble.js @@ -0,0 +1,675 @@ +/* + * Scribble for remark.js/xaringan + * Matthew T. Warkentin + * and Garrick Aden-Buie + */ + +/* global slideshow,fabric */ + +class Scribble { + constructor (opts) { + // User options + this.opts = opts + this.penColors = opts.pen_color || '#FF0000' + this.currColor = this.penColors[0] + this.penSize = opts.pen_size || 3 + this.eraserSize = opts.eraser_size || this.penSize * 10 + this.tolerance = this.eraserSize / 2 + // this.eraserColor = opts['eraser_color'] || 'rgba(0, 0, 0, 0.1)' + this.transparent = 'rgba(0, 0, 0, 0)' + this.opts.palette = [ + ...this.opts.palette, + ...this.defaultPresetColors.slice(this.opts.palette.length) + ] + + // Fabric objects + this.fabrics = null + this.currFabric = null + this.pathCache = [] + this.undo = this.undo.bind(this) + this.redo = this.redo.bind(this) + + // State objects + this.mouseDown = false + this.drawMode = false + this.eraseMode = false + this.hideToolbox = true + + this.eraserCursorMovement = this.eraserCursorMovement.bind(this) + this.eraserDetectErase = this.eraserDetectErase.bind(this) + this.setPresetColor = this.setPresetColor.bind(this) + + // Toolbox objects + this.launchKey = 83 // "S" used to toggle toolbox/state + this.toolBox = null + this.drawBtn = null + this.eraseBtn = null + this.clearBtn = null + this.colorPicker = null + this.eraserCursor = null + + // Scribble initialization + this.setPenColorCSSVariables(this.currColor) + this.addCanvasToAllSlides() + this.addCanvasHelpText() + this.assembleToolbox() + this.addToolboxToSlide() + this.initEraserCursor() + this.addToggleToolbox() + this.resizeContent() + + this.addDrawing() + this.addClearing() + this.addErasing() + + // Scribble continuous updating + slideshow.on('afterShowSlide', (slide) => { + this.currFabric = this.fabrics[slide.getSlideIndex()] + this.addToolboxToSlide() + this.pathCache = [] + }) + slideshow.on( + 'beforeHideSlide', + this.removeTransparentEraserPaths.bind(this) + ) + window.addEventListener('resize', this.resizeContent.bind(this)) + } + + getVisibleSlide () { + return document.querySelector('.remark-visible') + } + + getVisibleSlideSize () { + const slideSize = this.getVisibleSlide() + .querySelector('.remark-slide-scaler') + .getBoundingClientRect() + return slideSize + } + + getVisibleSlideScaleRatio () { + const scaleRatio = this.getVisibleSlide().querySelector( + '.remark-slide-scaler' + ).style.transform + return scaleRatio + } + + getVisibleSlideCanvas () { + return this.fabrics[slideshow.getCurrentSlideIndex()] + } + + getVisibleSlideOuterContainer () { + return this.getVisibleSlide().querySelector( + '.xe-scribble' + ) + } + + getVisibleSlideCanvasContainers () { + return this.getVisibleSlide().querySelectorAll( + '.xe-scribble__canvas__drawing' + ) + } + + setPenColorCSSVariables (color) { + const root = document.documentElement + root.style.setProperty('--xe-scribble--button-draw-active-bg', color) + root.style.setProperty( + '--xe-scribble--button-draw-active-fg', + this.pickContrastForegroundColor(color) + ) + root.style.setProperty('--xe-scribble--pen-color', color) + } + + createCanvas (id) { + const slideSize = this.getVisibleSlideSize() + + const canvasDiv = document.createElement('div') + canvasDiv.classList.add('xe-scribble') + canvasDiv.style.width = slideSize.width + canvasDiv.style.height = slideSize.height + canvasDiv.style.left = slideSize.left + 'px' + canvasDiv.style.top = slideSize.top + 'px' + ;['mousedown', 'touchstart'].forEach((gesture) => { + canvasDiv.addEventListener(gesture, this.mousedown.bind(this)) + }) + ;['mouseup', 'touchend'].forEach((gesture) => { + canvasDiv.addEventListener(gesture, this.mouseup.bind(this)) + }) + + const canvas = document.createElement('canvas') + canvas.setAttribute('id', 'canvas' + id) + canvas.classList.add('xe-scribble__canvas__drawing') + canvas.setAttribute('width', slideSize.width) + canvas.setAttribute('height', slideSize.height) + + canvasDiv.appendChild(canvas) + + return canvasDiv + } + + addCanvasToAllSlides () { + // Add to slide container + const nslides = slideshow.getSlideCount() + let i = 0 + const slides = document.getElementsByClassName('remark-slide-container') + slides.forEach((slide) => { + if (i + 1 <= nslides) { + const canvasDiv = this.createCanvas(i) + slide.appendChild(canvasDiv) + i += 1 + } + }) + + // Convert to fabric.Canvas + const allCanvases = document.querySelectorAll('.xe-scribble__canvas__drawing') + this.fabrics = [] + allCanvases.forEach((el, index) => { + this.fabrics[index] = new fabric.Canvas(el.id, { + isDrawingMode: false, + containerClass: 'xe-scribble__canvas' + }) + }) + this.currFabric = this.fabrics[slideshow.getCurrentSlideIndex()] + } + + resizeContent () { + const scalerSize = document + .querySelector('.remark-visible .remark-slide-scaler') + .getBoundingClientRect() + + // Resize canvas container + const outerContainers = document.querySelectorAll( + '.xe-scribble' + ) + outerContainers.forEach((div) => { + div.style.width = scalerSize.width + 'px' + div.style.height = scalerSize.height + 'px' + div.style.left = scalerSize.left + 'px' + div.style.top = scalerSize.top + 'px' + }) + + const scaleRatio = parseFloat( + this.getVisibleSlideScaleRatio().match('\\d+.\\d+') + ) + + // Resize canvas itself + this.fabrics.forEach((fab) => { + fab.setWidth(scalerSize.width) + fab.setHeight(scalerSize.height) + fab.setZoom(scaleRatio) + }) + + // Reposition toolbox outside slides if there is extra space + if ((window.innerWidth - scalerSize.width) / 2 >= 42) { + this.toolBox.style.right = '-40px' + } else { + this.toolBox.style.right = '10px' + } + } + + createButton (id, name, title) { + const btn = document.createElement('button') + btn.classList.add('xe-scribble__button', 'xe-scribble__button__' + id) + btn.innerHTML = this.svgs[name] + btn.title = title || (name.slice(0, 1).toUpperCase() + name.slice(1)) + return btn + } + + createColorPicker () { + const colorPicker = document.createElement('input') + colorPicker.setAttribute('id', 'xe-scribble__colorPicker') + colorPicker.classList.add('xe-scribble__button') + colorPicker.setAttribute('type', 'color') + colorPicker.setAttribute('value', this.currColor) + colorPicker.title = 'Choose Pen Color' + return colorPicker + } + + createToolbox () { + this.toolBox = document.createElement('div') + this.toolBox.classList = 'xe-scribble__tools' + } + + rgbColorToHex (color) { + // https://haacked.com/archive/2009/12/29/convert-rgb-to-hex.aspx/ + if (color.substr(0, 1) === '#') { + return color + } + const digits = /rgb\((\d+),\s*(\d+),\s*(\d+)/.exec(color) + + const red = parseInt(digits[1]) + const green = parseInt(digits[2]) + const blue = parseInt(digits[3]) + + const rgb = blue | (green << 8) | (red << 16) + return '#' + rgb.toString(16).padStart(6, '0') + } + + pickContrastForegroundColor (color, light, dark, threshold) { + color = this.rgbColorToHex(color) + + // https://stackoverflow.com/a/41491220/2022615 + light = light || '#FFFFFF' + dark = dark || '#000000' + threshold = threshold || 145 + color = (color.charAt(0) === '#') ? color.substring(1, 7) : color + const r = parseInt(color.substring(0, 2), 16) // hexToR + const g = parseInt(color.substring(2, 4), 16) // hexToG + const b = parseInt(color.substring(4, 6), 16) // hexToB + const score = ((r * 0.299) + (g * 0.587) + (b * 0.114)) + return (score > threshold) ? dark : light + } + + assembleToolbox () { + this.createToolbox() + + // Build draw, erase, clear buttons + this.drawBtn = this.createButton('draw', 'draw', 'Start Drawing (S)') + this.eraseBtn = this.createButton('erase', 'eraser', 'Erase Lines') + this.clearBtn = this.createButton('clear', 'trash', 'Clear This Slide') + + this.colorPicker = this.createColorPicker() + this.colorPicker.addEventListener('input', () => { + this.currColor = this.colorPicker.value + if (this.drawMode) { + this.currFabric.freeDrawingBrush.color = this.currColor + } + this.setPenColorCSSVariables(this.currColor) + }) + + ;[this.drawBtn, this.eraseBtn, this.clearBtn, this.colorPicker] + .forEach((btn) => { + this.toolBox.appendChild(btn) + }) + + ;['click', 'touchend'].forEach((action) => { + this.toolBox.addEventListener(action, ev => ev.stopPropagation()) + }) + } + + noScribble () { + return this.getVisibleSlide() + .querySelector('.remark-slide-content') + .classList.contains('no-scribble') + } + + addToolboxToSlide () { + if (this.noScribble()) return + + const canvasDiv = this.getVisibleSlideOuterContainer() + canvasDiv.appendChild(this.toolBox) + if (this.hideToolbox) { + this.toolBox.classList.add('minimized') + } + } + + addToggleToolbox () { + const self = this + + document.addEventListener('keydown', (ev) => { + if (ev.keyCode === this.launchKey) { + self.toggleToolbox() + } + }) + + this.toolBox.addEventListener('mouseleave', function (ev) { + if (self.drawMode | self.eraseMode) { + return + } + self.minimizeTimeout = setTimeout(() => self.toggleToolbox(false), 2000) + }) + + this.toolBox.addEventListener('mouseenter', function (ev) { + if (self.minimizeTimeout) { + clearTimeout(self.minimizeTimeout) + } + }) + } + + toggleToolbox (show) { + if (this.noScribble()) return + + const isMinimized = this.toolBox.matches('.minimized') + if (typeof show !== 'undefined' && show === !isMinimized) return + + this.hideToolbox = !(show || isMinimized) + this.toolBox.classList.toggle('minimized') + + if (this.hideToolbox) { + this.toolBox.classList.add('minimized') + if (this.drawMode) { + this.drawBtn.click() + } else if (this.eraseMode) { + this.eraseBtn.click() + } + } else { + this.toolBox.classList.remove('minimized') + clearTimeout(this.minimizeTimeout) + this.minimizeTimeout = null + if (!this.drawMode) this.drawBtn.click() + } + } + + addCanvasHelpText () { + const helpTable = document.querySelector( + '.remark-help-content table.light-keys' + ) + if (!helpTable) { + console.error( + 'Could not find remark help table, has remark been initialized?' + ) + return + } + const newRow = document.createElement('tr') + newRow.innerHTML += 's' + newRow.innerHTML += 'Toggle scribble toolbox' + helpTable.append(newRow) + } + + mousedown () { + this.mouseDown = true + } + + mouseup () { + this.mouseDown = false + } + + getCanvasPaths () { + return this.currFabric.getObjects('path') + } + + addDrawing () { + const self = this + ;['click', 'touchend'].forEach((gesture) => { + this.drawBtn.addEventListener(gesture, (ev) => { + ev.preventDefault() + ev.stopPropagation() + if (self.drawMode) { + self.stopDrawing() + } else { + self.startDrawing() + } + }) + }) + } + + setPresetColor (ev) { + let idx = Number(ev.key) + if (isNaN(idx) || typeof idx === 'undefined' || idx >= 10) return + idx = idx === 0 ? 10 : idx + const presetColor = this.opts.palette[idx - 1] + this.currColor = presetColor + this.currFabric.freeDrawingBrush.color = presetColor + this.setPenColorCSSVariables(presetColor) + this.colorPicker.value = presetColor + } + + startDrawing () { + if (this.noScribble()) return + + slideshow.pause() + this.toggleToolbox(true) + + this.drawMode = true + this.eraseMode = false + this.drawBtn.title = 'Stop Drawing (S)' + + this.currFabric.isDrawingMode = true + this.currFabric.freeDrawingBrush.width = this.penSize + this.currFabric.freeDrawingBrush.color = this.currColor + this.currFabric.freeDrawingCursor = 'crosshair' + + const drawingCanvas = this.getVisibleSlideCanvasContainers() + drawingCanvas.forEach((container) => { + container.classList.add('active', 'draw') + }) + + document.addEventListener('keydown', this.undo) + document.addEventListener('keydown', this.redo) + document.addEventListener('keydown', this.setPresetColor) + + document.removeEventListener('mousemove', this.eraserCursorMovement) + document.removeEventListener('touchmove', this.eraserCursorMovement) + + this.eraserCursor.classList.add('hidden') + this.drawBtn.classList.add('active') + this.eraseBtn.classList.remove('active') + } + + stopDrawing () { + slideshow.resume() + + this.drawMode = false + this.eraseMode = false + this.drawBtn.title = 'Start Drawing (S)' + + const drawingCanvas = this.getVisibleSlideCanvasContainers() + drawingCanvas.forEach((container) => { + container.classList.remove('active', 'draw') + }) + + document.removeEventListener('keydown', this.undo) + document.removeEventListener('keydown', this.redo) + document.removeEventListener('keydown', this.setPresetColor) + + this.drawBtn.classList.remove('active') + this.eraseBtn.classList.remove('active') + } + + addClearing () { + ;['click', 'touchend'].forEach((gesture) => { + this.clearBtn.addEventListener(gesture, (ev) => { + ev.preventDefault() + ev.stopPropagation() + this.clearCurrentCanvas() + }) + }) + } + + clearCurrentCanvas () { + this.currFabric.forEachObject((obj) => { + this.currFabric.remove(obj) + }) + } + + addErasing () { + ;['click', 'touchend'].forEach((gesture) => { + this.eraseBtn.addEventListener(gesture, (ev) => { + ev.preventDefault() + ev.stopPropagation() + this.eraseMode ? this.stopErasing() : this.startErasing() + }) + }) + } + + eraserColor () { + const slide = this.getVisibleSlide().querySelector('.remark-slide-content') + const slideBgColor = window + .getComputedStyle(slide) + .getPropertyValue('background-color') + + return this.pickContrastForegroundColor( + slideBgColor, + 'rgba(255, 255, 255, 0.33)', + 'rgba(0, 0, 0, 0.33)' + ) + } + + startErasing () { + slideshow.pause() + + this.eraseMode = true + this.drawMode = false + this.eraseBtn.title = 'Stop Erasing' + this.eraserCursor.style.backgroundColor = this.eraserColor() + this.colorPicker.classList.add('hidden') + + const outerDiv = this.getVisibleSlideOuterContainer() + outerDiv.addEventListener('mousemove', this.eraserDetectErase) + outerDiv.addEventListener('touchmove', this.eraserDetectErase) + + document.addEventListener('mousemove', this.eraserCursorMovement) + document.addEventListener('touchmove', this.eraserCursorMovement) + + const self = this + ;['mousemove', 'touchmove'].forEach(function (action) { + document.addEventListener(action, function (ev) { + self.eraserCursor.classList.remove('hidden') + }, { once: true }) + }) + + document.addEventListener('keydown', this.undo) + document.addEventListener('keydown', this.redo) + + this.currFabric.isDrawingMode = true + this.currFabric.freeDrawingBrush.width = this.tolerance + this.currFabric.freeDrawingBrush.color = this.transparent + this.currFabric.freeDrawingCursor = 'none' + + const drawingCanvas = this.getVisibleSlideCanvasContainers() + drawingCanvas.forEach((container) => { + container.classList.add('active', 'erase') + }) + + this.drawBtn.classList.remove('active') + this.eraseBtn.classList.add('active') + } + + stopErasing () { + this.drawMode = false + this.eraseMode = false + this.eraserCursor.classList.add('hidden') + this.eraseBtn.title = 'Erase Lines' + + const outerDiv = this.getVisibleSlideOuterContainer() + outerDiv.removeEventListener('mousemove', this.eraserDetectErase) + outerDiv.removeEventListener('touchmove', this.eraserDetectErase) + + document.removeEventListener('mousemove', this.eraserCursorMovement) + document.removeEventListener('touchmove', this.eraserCursorMovement) + + document.removeEventListener('keydown', this.undo) + document.removeEventListener('keydown', this.redo) + + const drawingCanvas = this.getVisibleSlideCanvasContainers() + drawingCanvas.forEach((container) => { + container.classList.remove('active', 'erase') + }) + + this.drawBtn.classList.remove('active') + this.eraseBtn.classList.remove('active') + + slideshow.resume() + } + + eraserDetectErase (ev) { + if (this.mouseDown & this.eraseMode) { + const xy = [ + this.currFabric.getPointer(ev).x, + this.currFabric.getPointer(ev).y + ] + const objs = this.getCanvasPaths() + const paths = objs.map((path) => { + return path.path + }) + + const shouldRemove = paths.map((path) => { + const toRemove = path.some((point) => { + const xcond = Math.abs(point[1] - xy[0]) < this.tolerance + const ycond = Math.abs(point[2] - xy[1]) < this.tolerance + const both = xcond & ycond + return both + }) + return toRemove + }) + + const pathCache = this.pathCache + const currFabric = this.currFabric + + objs.map(function (item, index) { + if (shouldRemove[index]) { + pathCache.push(item) + currFabric.remove(item) + } + }) + } + } + + removeTransparentEraserPaths () { + this.currFabric.forEachObject((obj) => { + if (obj.stroke === this.transparent) { + this.currFabric.remove(obj) + } + }) + } + + initEraserCursor () { + const slideArea = document.querySelector('.remark-slides-area') + this.eraserCursor = document.createElement('div') + this.eraserCursor.classList.add('xe-scribble__cursor__eraser', 'hidden') + this.eraserCursor.style.width = this.eraserSize + 'px' + this.eraserCursor.style.height = this.eraserSize + 'px' + + slideArea.appendChild(this.eraserCursor) + } + + eraserCursorMovement (ev) { + var pX + var pY + if (ev.type === 'mousemove') { + pX = ev.pageX + pY = ev.pageY + } else if (ev.type === 'touchmove') { + pX = ev.touches[0].pageX + pY = ev.touches[0].pageY + } + this.eraserCursor.style.top = pY - this.tolerance + 'px' + this.eraserCursor.style.left = pX - this.tolerance + 'px' + } + + undo (ev) { + if (ev.keyCode === 37) { + this.removeTransparentEraserPaths() + + if (this.currFabric._objects.length === 0) return + + const removedPath = this.currFabric._objects.pop() + this.pathCache.push(removedPath) + this.currFabric.renderAll() + } + } + + redo (ev) { + if (ev.keyCode === 39) { + this.removeTransparentEraserPaths() + + if (this.pathCache.length === 0) return + + const addedPath = this.pathCache.pop() + this.currFabric._objects.push(addedPath) + this.currFabric.renderAll() + } + } +} + +Scribble.prototype.svgs = { + // https://phosphoricons.com/ + draw: + '', + eraser: + '', + trash: + '' +} + +Scribble.prototype.defaultPresetColors = [ + '#e51c23', // red (1) + '#259b24', // green (2) + '#9c27b0', // purple (3) + '#5677fc', // blue (4) + '#ff9800', // orange (5) + '#00bcd4', // cyan (6) + '#ffc107', // yellow (7) + '#009688', // teal (8) + '#9e9e9e', // grey (9) + '#212121' // black (0) +] diff --git a/slides/libs/xaringanExtra-search-0.0.1/search.css b/slides/libs/xaringanExtra-search-0.0.1/search.css new file mode 100644 index 00000000..4a3fa77c --- /dev/null +++ b/slides/libs/xaringanExtra-search-0.0.1/search.css @@ -0,0 +1,74 @@ +:root { + --search-icon-fill: rgba(128, 128, 128, 0.5); + --search-input-background: rgb(204, 204, 204); + --search-input-foreground: black; + --search-match-background: rgba(255, 196, 136, 0.75); + --search-input-border: 1px solid rgb(249, 38, 114); + --search-match-foreground: black; + --search-match-current-background: rgba(255, 136, 255, 0.75); + --search-match-current-foreground: black; +} + +div.search { + position: absolute; + top: 1em; +} + +div.search form { + display: none; + animation: fadeIn 250ms ease-out 1; +} + +div.search.search-input-visible form { + display: inline-block; +} + +div.search form input { + background-color: var(--search-input-background); + color: var(--search-input-foreground); + + border: var(--search-input-border); + padding: 3px; + width: 10em; +} + +div.search a { + padding: 0 0.5em; +} + +div.search #search-open { + cursor: pointer; + display: none; + animation: fadeIn 250ms ease-out 1; +} + +@keyframes fadeIn { + 0% { opacity: 0 } + 100% { opacity: 1 } +} + +div.search.search-icon-visible #search-open { + display: inline-block; +} + +div.search #search-open svg { + fill: var(--search-icon-fill); + vertical-align: bottom; + margin-bottom: -4px; +} + +div.search #search-next{ + display: none; +} + +span.match.current-match { + background-color: var(--search-match-current-background); + color: var(--search-match-current-foreground); +} + +span.match { + padding: 1px; + background-color: var(--search-match-background); + color: var(--search-match-foreground); + transition: background-color 200ms ease-in-out, color 200ms ease-in-out; +} diff --git a/slides/libs/xaringanExtra-search-0.0.1/search.js b/slides/libs/xaringanExtra-search-0.0.1/search.js new file mode 100644 index 00000000..554c4016 --- /dev/null +++ b/slides/libs/xaringanExtra-search-0.0.1/search.js @@ -0,0 +1,227 @@ +class RemarkSearch { + constructor (options) { + this.matches = [] + this.currentMatch = -1 + + if (options == null) options = {} + if (options.position == null) options.position = 'bottom-left' + if (options.caseSensitive == null) options.caseSensitive = false + if (options.showIcon == null) options.showIcon = true + if (options.autoSearch == null) options.autoSearch = true + + this.options = options + + this.searchSvg = '' + + this.div = document.createElement('div') + this.div.classList.add('search') + this.div.style.zIndex = '9999' + if (this.options.position.includes('left')) { this.div.innerHTML = '' + this.searchSvg + '
    ' } else { this.div.innerHTML = '
    ' + this.searchSvg + '' } + + const area = document.querySelector('.remark-slides-area') + area.insertBefore(this.div, area.firstchild) + + this.setUpKeyListener() + this.setUpForm() + this.setUpIcons() + // wait for element to exist because position might depend on its height + setTimeout(() => this.setUpPosition(), 10) + } + + static create (options) { + return new RemarkSearch(options) + } + + setUpPosition () { + const self = this + window.addEventListener('resize', function () { + self.updatePosition() + }) + this.updatePosition() + } + + updatePosition () { + const scaler = document.querySelector('.remark-visible .remark-slide-scaler') + const vertical = (document.body.clientHeight - scaler.getBoundingClientRect().height) / 2 + 20 + const horizontal = (document.body.clientWidth - scaler.getBoundingClientRect().width) / 2 + 20 + + if (this.options.position.includes('top')) { this.div.style.top = vertical + 'px' } else { this.div.style.top = (document.body.clientHeight - vertical - this.div.getBoundingClientRect().height) + 'px' } + + if (this.options.position.includes('right')) { this.div.style.right = horizontal + 'px' } else { this.div.style.left = horizontal + 'px' } + } + + setUpIcons () { + const self = this + + this.div.querySelector('#search-open').addEventListener('click', function (event) { + self.toggleSearch() + }) + + if (this.options.showIcon) { this.div.classList.add('search-icon-visible') } + } + + setUpKeyListener () { + const self = this + document.addEventListener('keydown', function (event) { + if (event.ctrlKey && event.key == 'f') { + event.preventDefault() + self.openSearch() + return false + } + + if (event.key == 'F3' || (event.ctrlKey && event.key.toLowerCase() == 'g')) { + if (self.matches.length == 0) { + return self.doSearch(event) + } else { + if (event.shiftKey) { return self.showMatch(event, -1) } else { return self.showMatch(event, 1) } + } + } + }) + + const input = this.div.querySelector('form input') + input.addEventListener('keydown', function (event) { + if (!event.ctrlKey) { + event.stopPropagation() + } + + if (event.keyCode == 27) { + self.closeSearch() + } + }) + } + + setUpForm () { + var self = this + + const form = this.div.querySelector('form') + form.addEventListener('submit', function (event) { + if (self.matches.length == 0) { + return self.doSearch(event) + } else { + return self.showMatch(event, 1) + } + }) + this.setUpInput() + } + + setUpInput () { + const self = this + const input = this.div.querySelector('form input') + input.addEventListener('focus', function (event) { + slideshow.pause() + }) + input.addEventListener('blur', function (event) { + slideshow.resume() + }) + input.addEventListener('input', function (event) { + self.cleanSearch() + if (self.options.autoSearch) { self.doSearch() } + }) + } + + openSearch () { + const input = this.div.querySelector('form input') + + input.value = '' + this.cleanSearch() + this.div.classList.add('search-input-visible') + + input.focus() + + if (!this.options.showIcon) { + this.updatePosition() + this.div.classList.add('search-icon-visible') + } + } + + toggleSearch () { + if (this.div.matches('.search-input-visible')) { + this.closeSearch() + } else { + this.openSearch() + } + } + + closeSearch () { + const input = this.div.querySelector('form input') + + input.value = '' + input.blur() + this.div.classList.remove('search-input-visible') + + if (!this.options.showIcon) { + this.div.classList.remove('search-icon-visible') + } + + this.cleanSearch() + } + + cleanSearch () { + this.currentMatch = -1 + this.matches = [] + + var context = document.querySelectorAll('.remark-slide') + var instance = new Mark(context) + instance.unmark() + } + + doSearch (event) { + if (event != null) event.preventDefault() + + const self = this + + const term = this.div.querySelector('form input').value + + this.cleanSearch() + + var context = document.querySelectorAll('.remark-slide') + var instance = new Mark(context) + + instance.mark(term, { + element: 'span', + className: 'match', + caseSensitive: this.options.caseSensitive, + separateWordSearch: false, + each: function (match) { + self.matches.push(match) + }, + done: function () { + if (self.matches.length != 0) { self.showMatch(event, 1) } + } + }) + + return false + } + + showMatch (event, delta) { + if (event != null) event.preventDefault() + + if (this.matches.length == 0) { return this.doSearch(event) } + + const oldMatches = document.querySelectorAll('.current-match') + for (let i = 0; i < oldMatches.length; i++) { oldMatches[i].classList.remove('current-match') } + + this.currentMatch += delta + + let match = this.matches[this.currentMatch] + if (match == null) { + if (delta == -1) { this.currentMatch = this.matches.length } else { this.currentMatch = -1 } + return this.showMatch(event, delta) + } + match.classList.add('current-match') + + while (!match.classList.contains('remark-slide-container')) { + match = match.parentElement + }; + + let index = 1 + while (match.previousSibling != null) { + match = match.previousSibling + index++ + }; + + if (slideshow.getCurrentSlideIndex() + 1 != index) { slideshow.gotoSlide(index) } + + return false + } +} diff --git a/slides/macros.js b/slides/macros.js new file mode 100644 index 00000000..071125df --- /dev/null +++ b/slides/macros.js @@ -0,0 +1,4 @@ +remark.macros.scale = function (percentage) { + var url = this; + return ''; +}; diff --git a/syllabus.qmd b/syllabus.qmd index 7f5284de..e97c1e79 100644 --- a/syllabus.qmd +++ b/syllabus.qmd @@ -1,5 +1,6 @@ --- -title: Syllabus +title: Programa +lang: es --- ```{r setup, message=FALSE, warning=FALSE, include=FALSE} @@ -11,17 +12,16 @@ library(pander) ::: {.grid .course-details .course-details-smaller} ::: {.g-col-6} -### Instructor +### Profesor - {{< fa user >}}   [{{< var instructor.name >}}]({{< var instructor.url >}}) - {{< fa university >}}   {{< var instructor.office >}} -- {{< fa envelope >}}   {{< var instructor.email >}} -- {{< fa brands twitter >}}   [{{< var instructor.twitter >}}](https://www.twitter.com/{{< var instructor.twitter >}}) -- {{< fa calendar-check >}}   [Schedule an appointment]({{< var instructor.appointment_url >}}) +- {{< fa envelope >}}   {{< var instructor.email >}} +- {{< fa calendar-check >}}   [Agendar reunión]({{< var instructor.appointment_url >}}) ::: ::: {.g-col-6} -### Course details +### Detales del curso - {{< fa calendar >}}   {{< var course.days >}} - {{< fa calendar-alt >}}   {{< var course.dates >}} @@ -32,283 +32,185 @@ library(pander) ::: -## Course objectives +## Sobre el sentido general del curso -By the end of this course, you (1) will be literate in the language of causal inference, (2) will communicate evaluation outcomes clearly, and (3) will understand the ethics and limits of data analysis by designing, critiquing, coding, and running rigorous, valid, and feasible evaluations of public sector programs focused on society’s most pressing problems. +En este curso vamos a aprender tres cosas principales: -Specifically, you'll be able to: +- **inferencia**: los resultados que encontramos en nuestra muestra, ¿se encuentran también en la población de la cual proviene la muestra? -- Explain the philosophy of causation -- Identify and diagram program logic models -- Outline theories of change with directed acyclic graphs (DAGs) -- Summarize key threats to causal inference, identify these threats in evaluations, and mitigate these threats with research design -- Develop rigorous and valid statistical measures -- Run statistical models -- Explain the theory, research design, methods, and results of evaluations to all types of stakeholders, from highly trained econometricians to the general public -- Share your analyses and data with the public -- Identify ethical issues and limits in data science and program evaluation -- Become curious and confident in consuming and producing evaluations +- medidas de **asociación** entre variables: tamaño y significación estadística +- **reporte y reproducibilidad** de los análisis estadísticos: nuestros análisis se reflejan en productos como tablas y gráficos. No basta con entenderlos e interpretarlos, sino también es fundamental una buena comunicación. -## Course philosophy +## Propósito general del curso -Classical statistics classes spend substantial time covering probability theory, null hypothesis testing, and other statistical tests first developed hundreds of years ago. Some classes don't use software or actual real data and instead live in the world of mathematical proofs. They can be math-heavy and full of often unintuitive concepts and equations. +Al finalizar el curso los estudiantes conocerán los fundamentos del análisis estadístico inferencial. Se espera que los estudiantes sean capaces de: -In this class, we will take the opposite approach. We *begin* with data and learn how to tidy, wrangle, manipulate, and visualize it with code. Later in the semester we'll turn to the powerful toolbox of causal inference approaches, but continue to keep the focus on data as we do so. +- elaborar de manera pertinente hipótesis estadísticas +- aplicar estadísticos de asociación bivariada, a partir de los cuáles puedan desarrollar análisis de problemas sociales +- corroborar el cumplimiento de las condiciones de aplicación de cada estadístico +- utilizar software de análisis estadístico +- contrastar hipótesis de investigación +- elaborar conclusiones integrando fundamentos teóricos con herramientas de análisis estadístico de resultados. -In other words, there's way less of this: +Complementariamente se espera que los estudiantes adquieran herramientas que les permitan comunicar resultados de investigación en contextos sociales, profesionales y académicos. -$$ -f(x) = \dfrac{1}{\sqrt{2\pi}} e^{-\frac12 x^2} -$$ +## Competencias -And way more of this: - -```{r eval=FALSE} -summary_monthly_temp <- weather %>% - group_by(month) %>% - summarize(mean = mean(temp), - std_dev = sd(temp)) -``` - -Over the last decade there has been a revolution in statistical and scientific computing. Open source languages like R and Python have overtaken older (and expensive!) corporate software packages like SAS and SPSS, and there are now thousands of books and blog posts and other online resources with excellent tutorials about how to analyze pretty much any kind of data. - -This class will expose you to [R](https://cran.r-project.org/)—one of the most popular, sought-after, and in-demand statistical programming languages. Armed with the foundation of R skills you'll learn in this class, you'll know enough to be able to find how to analyze any sort of data-based question in the future. - -## Important pep talk! - -I *promise* you can succeed in this class. - -Learning R can be difficult at first—it's like learning a new language, just like Spanish, French, or Chinese. Hadley Wickham—the chief data scientist at RStudio and the author of some amazing R packages you'll be using like `ggplot2`—[made this wise observation](https://r-posts.com/advice-to-young-and-old-programmers-a-conversation-with-hadley-wickham/): - -> It’s easy when you start out programming to get really frustrated and think, “Oh it’s me, I’m really stupid,” or, “I’m not made out to program.” But, that is absolutely not the case. Everyone gets frustrated. I still get frustrated occasionally when writing R code. It’s just a natural part of programming. So, it happens to everyone and gets less and less over time. Don’t blame yourself. Just take a break, do something fun, and then come back and try again later. - -Even experienced programmers and evaluators find themselves bashing their heads against seemingly intractable errors. If you're finding yourself taking way too long hitting your head against a wall and not understanding, take a break, talk to classmates, e-mail me, etc. - -```{r echo=FALSE, out.width="80%", fig.align="center"} -# https://twitter.com/allison_horst/status/1213275783675822080 -knitr::include_graphics("/files/img/syllabus/hosrt_error_tweet.png", error = FALSE) -``` - -[![Alison Horst: Gator error](/files/img/syllabus/gator_error.jpg)](https://twitter.com/allison_horst/status/1213275783675822080) - - -## Course materials - -Most of the readings in this class are free. - -### Books - -There are two official textbooks for the class. Both are available digitally and both are free. - -- Paul J. Gertler et al., *Impact Evaluation in Practice*, 2nd ed. (Inter-American Development Bank; World Bank, 2016), . ([**Free!**](https://openknowledge.worldbank.org/handle/10986/25030)) -- Nick Huntington-Klein, *The Effect: An Introduction to Research Design and Causality* (CRC Press, 2021), . ([**Free as a HTML version!**](https://theeffectbook.net/) The print version is coming soon and is pre-orderable at Amazon.) - -Both of these books are written at a more general, easy-to-understand level with relatively minimal math. *You do not need to understand all the equations and notation.* If your eyes start to gloss over the Greek letters and subscripts, it's okay. Try to learn them, but don't stress out about it too much. - -In previous versions of this class I used two different books instead of *The Effect*, and they're still fantastic and I'd recommend checking them out. *The Mixtape* is a phenomenal, more detailed, more economics-focused, and mathier approach to these causal inference methods (and it's free!), while *'Metrics Matter* is a fairly canonical (and accessible!) book in the world of econometrics. I refer to these books a few times in the video lectures—don't worry, you'll get pretty much the same content in *The Effect*. - -- Scott Cunningham, *Causal Inference: The Mixtape* (New Haven, CT: Yale University Press, 2021), . ([**Also free(!)**](https://mixtape.scunning.com/), but there's also a print version for $35 that you might want to get for reference after the class is over) -- Joshua D. Angrist and Jörn-Steffen Pischke, Mastering ’Metrics: The Path from Cause to Effect (Princeton, NJ: Princeton University Press, 2015). (**$25 used or $30 new at [Amazon](https://www.amazon.com/Mastering-Metrics-Path-Cause-Effect/dp/0691152845/)**) +1a. Delimitar, conceptualizar y analizar diversos objetos de investigación social, con especial énfasis en aquellos relacionados con los procesos de transformación del país y Latinoamérica +1b. Manejar diversas estrategias metodológicas de las ciencias sociales -### Articles, book chapters, and other materials +1c. Manejar un conjunto de herramientas para el procesamiento y análisis de información + +1d. Transmitir los conocimientos derivados de la práctica investigativa, así como aquellos adquiridos durante el proceso formativo. -There will also occasionally be additional articles and videos to read and watch. When this happens, links to these other resources will be included on the reading page for that week. +## Subcompetencias -### R and RStudio +- 1.4 Contribuir a generar conocimiento sociológico en el marco de estudios y/o procesos de investigación donde se articulen creativamente las dimensiones teórica, metodológica y práctica. -You will do all of your analysis with the open source (and free!) programming language [R](https://cran.r-project.org/). You will use [RStudio](https://www.rstudio.com/) as the main program to access R. Think of R as an engine and RStudio as a car dashboard—R handles all the calculations and the actual statistics, while RStudio provides a nice interface for running R code. +- 1.5 Comunicar los saberes disciplinares de manera pertinente a las características de distintos contextos y audiencias, utilizando diversas estrategias y formatos. -R is free, but it can sometimes be a pain to install and configure. To make life easier, you can (and should!) use the free [RStudio.cloud](http://rstudio.cloud/) service, which lets you run a full instance of RStudio in your web browser. This means you won't have to install anything on your computer to get started with R! We will have a shared class workspace in RStudio.cloud that will let you quickly copy templates for labs and problem sets. +## Resultados del aprendizaje -RStudio.cloud is convenient, but it can be slow and it is not designed to be able to handle larger datasets or more complicated analysis. Over the course of the semester, you'll probably want to get around to installing R, RStudio, and other R packages on your computer and wean yourself off of RStudio.cloud. This isn't necessary, but it's helpful. +1. Comprende, domina y es capaz de explicar los elementos conceptuales subyacentes a la determinación de la asociación poblacional entre dos variables a partir del análisis de una muestra, y es capaz de traducir hipótesis derivadas de la teoría sociológica en hipótesis estadísticas posibles de contrastar empíricamente con los datos. + +2. Es capaz de seleccionar y usar herramientas estadísticas adecuadas para evaluar la asociación entre dos variables considerando las características de los datos y las condiciones de aplicación de cada técnica. + +3. Logra interpretar desde un punto de vista estadístico y sociológico los resultados derivados de pruebas estadísticas para analizar la relación entre dos variables. + +4. Es capaz de reportar y comunicar adecuada y eficientemente los resultados de los análisis estadísticos -You can [find instructions for installing R, RStudio, and all the tidyverse packages here.](/resource/install/) +## Saberes / Contenidos -### Online help +### Unidad I: Inferencia -Data science and statistical programming can be difficult. Computers are stupid and little errors in your code can cause hours of headache (even if you've been doing this stuff for years!). +- Datos, variables y probabilidad -Fortunately there are tons of online resources to help you with this. Two of the most important are [StackOverflow](https://stackoverflow.com/) (a Q&A site with hundreds of thousands of answers to all sorts of programming questions) and [RStudio Community](https://community.rstudio.com/) (a forum specifically designed for people using RStudio and the tidyverse (i.e. you)). +- Curva normal y error estándar -If you use Twitter, post R-related questions and content with [#rstats](https://twitter.com/search?q=%23rstats). The community there is exceptionally generous and helpful. +- Intervalos de confianza -Searching for help with R on Google can sometimes be tricky because the program name is, um, a single letter. Google is generally smart enough to figure out what you mean when you search for "r scatterplot", but if it does struggle, try searching for "rstats" instead (e.g. "rstats scatterplot"). +- Test de hipótesis -Additionally, we have a class chatroom at [Slack](https://gsuevalf2021.slack.com) where anyone in the class can ask questions and anyone can answer. **I will monitor Slack regularly and will respond quickly.** (It's one of the rare Slack workspaces where I actually have notifications enabled!) Ask questions about the readings, assignments, and project. You'll likely have similar questions as your peers, and you'll likely be able to answer other peoples' questions too. +- Hipótesis no direccionales y para proporciones -## Course structure +### Unidad II: Asociación -We meet weekly from 7:15–9:45 PM on Thursdays in 204 Aderhold. ***However***, despite policies and rhetoric to the contrary, we're still in the middle of a severe global pandemic, and the BA.5 variant of COVID-19 is raging. +- Asociación y covarianza -Accordingly, this semester we're going to have a [flipped classroom](https://en.wikipedia.org/wiki/Flipped_classroom), which will let us maximize flexibility during this pandemic. +- Correlación de Pearson -We will **not** have lectures during our regularly scheduled class time. Instead, you will do the readings and watch recorded lecture videos prior to each in-person class session. You can do the readings and watch the videos on your own schedule at whatever time works best for you. Many of you work full time and you have childcare and parental care responsibilities, leaving you with only evenings for coursework. I've designed this asynchronous system with *you specifically* in mind. I also can only really do teaching work at night when my kids are in bed—I recorded all these videos between like 10 PM and 2 AM. We're all in similar pandemic boats. +- Correlación con variables ordinales -We will do several things during our Thursday in-person classes: +- Matrices y tamaños de efecto en correlación -- **Extensive Q&A**: As you do the readings and watch the videos prior to class, you will inevitably have questions. In [your weekly check-in assignment](/assignment/weekly-check-in.qmd), you'll submit (at least) 3 of those questions to me prior to class. We'll spend a good chunk of each class answering, clarifying, debating, and discussing your questions. -- **Activities**: In some weeks, we'll do some in-class activities to help solidify concepts about logic models, DAGs, and other evaluation and causal inference principles. -- **R labs**: We'll spend a substantial time during each class learning and working with R together. You'll need to bring a computer. +- Asociación con variables categóricas -## Attendance and participation +### Unidad III: Reporte -You're expected to come to class each Thursday prepared—having read the material and watched the videos—and ready to discuss the content and work with R. +- Responder problemas de investigación de lógica bivariada con datos reales +- Escritura de reportes de investigación +- Visualización de datos +- Presentación de resultados -Attendance and participation are important to your success in this course. However, again, we're still in the middle of a global pandemic. If you are sick or are incapable of participating meaningfully in class (e.g. you have stayed up all night and are going to fall asleep in class), please stay home. I will stream our in-person sessions on Thursdays via Webex (and will set up my own camera and microphone system to do it), so if you cannot attend, you can tune in if needed. +## Metodología -GSU has some new process for getting absences excused because of illness, but I don't care about that process. If you're sick, I don't need a doctor's note or anything. If a relative dies and you have to attend a funeral, do it!—don't worry about sending me confirmation or anything. If your childcare situation falls through one week, focus on your kids!—again, don't worry about sending me confirmation. You're all adults—I trust you. Given the flipped nature of the course, you'll be able to catch up on the material. +1. Sesiones de **clases lectivas** presenciales semanales, donde se presentarán los aspectos centrales de los contenidos correspondientes a la semana. -If you test positive for COVID-19, report it at , hunker down, and focus on getting better! Please do not come to class. +2. **Prácticos**: los temas del curso se acompañan de guías prácticas de aplicación de contenidos. Estas guías están diseñadas para ser desarrolladas de manera autónoma, y también habrá espacio de revisión y consultas en el espacio de clases. -## Pandemic stuff +3. **Trabajos**: se desarrollarán trabajos de investigación que permitirán a l_s participantes aplicar contenidos y recibir retroalimentación de su desempeño. Los trabajos serán asesorados por ayudantes que se asignarán a cada grupo. -### Masks and vaccines +El semestre comienza con clases lectivas, y posteriormente se integran elementos prácticos y de aplicación. -GSU does not require this and I can't require this but I am allowed to urge it so here's me urging it:
    Please get the COVID-19 vaccination and a booster shot ([sign up for one here!](https://covidinfo.gsu.edu/covid-19-resources/covid-19-vaccine/)). It is free. It saves lives. (I am fully vaccinated and boosted.) +- Las clases en general se acompañan de documentos de presentación, que estarán disponibles antes de la sesión en la página de Clases, y están desarrollados con base en Rmarkdown/Xaringan. Estos documentos no son: -GSU and the University System of Georgia do not have a mask mandate for students or faculty. However, I personally will be wearing a mask when [the CDC's community transmission levels](https://covid.cdc.gov/covid-data-tracker/#county-view?list_select_state=Georgia&data-type=Risk&list_select_county=13121) in the Atlanta area are medium or above. + - “la clase” + - autoexplicativos (ni aspiran a serlo) + - “el ppt” (ni menos “la ppt”) -**I strongly recommend/urge/encourage you to wear a mask in class on Thursdays** regardless of your vaccination status. I will place a box of disposable masks by the door if you would like one. +## Evaluación -Again, GSU does not require either vaccines or masks, and if you aren't vaccinated or don't wear a mask, there are no penalties. +El curso tendrá tres instancias de evaluación: -### Learning during a pandemic +- Evaluación 1: Inferencia (35% = 30% teórico + 5% práctico). +- Evaluación 2: Asociación (35% = 30% teórico + 5% práctico) +- Evaluación 3: Reporte de aplicación - trabajo grupal (30%= 20% reporte escrito + 10% poster) -Life absolutely sucks right now. None of us is really okay. **We're all just pretending.** -You most likely know people who have lost their jobs, have tested positive for COVID-19, have been hospitalized, or have even died (I myself know people in all those categories). You all have increased (or possibly decreased) work responsibilities and increased family care responsibilities—you might be caring for extra people (young and/or old!) right now, and you are likely facing uncertain job prospects (or have been laid off!). -**I'm fully committed to making sure that you learn everything you were hoping to learn from this class!** I will make whatever accommodations I can to help you finish your problem sets, do well on your projects, and learn and understand the class material. Under ordinary conditions, I am flexible and lenient with grading and course expectations when students face difficult challenges. Under pandemic conditions, that flexibility and leniency is intensified. +La nota ponderada de las evaluaciones equivaldrá al 60% de la nota del curso y el examen final al 40% restante. -If you tell me you're having trouble, I will not judge you or think less of you. I hope you'll extend me the same grace. +Las evaluaciones se distribuyen en el semestre de la siguiente manera: -You *never* owe me personal information about your health (mental or physical). You are *always* welcome to talk to me about things that you're going through, though. If I can't help you, I usually know somebody who can. +![](/slides/img/plan.png) -If you need extra help, or if you need more time with something, or if you feel like you're behind or not understanding everything, **do not suffer in silence!** Talk to me! I will work with you. **I promise.** +::: {.callout-note appearance="simple"} -*Please* sign up for a time to meet with me during student hours at . I'm also available through e-mail and Slack. I've enabled notifications on my Slack account, so I'll see your messages quickly! +## ATENCIÓN -I want you to learn lots of things from this class, but I primarily want you to stay healthy, balanced, and grounded during this crisis. +**Las fechas de evaluación no se cambian** por respeto a la planificación de los tiempos de tod_s quienes participan en el curso y el cumplimiento apropiado de los objetivos de aprendizaje. +::: -## Course policies - -**Be nice. Be honest. Don't cheat.** - -We will also follow [Georgia State's Code of Conduct](https://codeofconduct.gsu.edu/). - -This syllabus reflects a plan for the semester. Deviations may become necessary as the semester progresses. - -### Student hours - -Please watch this video: - - - -Student hours are set times dedicated to all of you (most professors call these "office hours"; I don't).[^studenthours] This means that I will be ~~in my office~~ at home (wistfully) waiting for you to ~~come by~~ talk to me remotely with whatever questions you have. This is the best and easiest way to find me and the best chance for discussing class material and concerns. - -[^studenthours]: There's fairly widespread misunderstanding about what office hours actually are! [Many students often think that they are the times I *shouldn't* be disturbed](https://www.chronicle.com/article/Can-This-Man-Change-How-Elite/245714/), which is the exact opposite of what they're for! - -Because of the pandemic, it is easiest to meet with me online via Webex for student hours. [Make an appointment with me here](https://calendly.com/andrewheiss/)—the confirmation e-mail will contain a link for a Webex meeting. You can also find me through e-mail and Slack. - -### Late work - -You will lose 1 point per day for each day a problem set is late. This is designed to not be a huge penalty (3 days late = 27/30 points on a problem set that gets a ✓), but instead is a commitment device to help you stay on schedule. - -### Counseling and Psychological Services (CPS) - -Life at GSU can be complicated and challenging (especially during a pandemic!). You might feel overwhelmed, experience anxiety or depression, or struggle with relationships or family responsibilities. [Counseling and Psychological Services (CPS)](https://education.gsu.edu/cps/) provides free, *confidential* support for students who are struggling with mental health and emotional challenges. The CPS office is staffed by professional psychologists who are attuned to the needs of all types of college and professional students. Please do not hesitate to contact CPS for assistance—getting help is a smart and courageous thing to do. - -### Basic needs security - -If you have difficulty affording groceries or accessing sufficient food to eat every day, or if you lack a safe and stable place to live, and you believe this may affect your performance in this course, please contact the [Dean of Students](https://deanofstudents.gsu.edu/) for support. They can provide a host of services including free groceries from the [Panther Pantry](https://nutrition.gsu.edu/panther-pantry/) and assisting with homelessness with the [Embark Network](https://deanofstudents.gsu.edu/student-assistance/embark/). Additionally, please talk to me if you are comfortable in doing so. This will enable me to provide any resources that I might possess. - -### Lauren's Promise -**I will listen and believe you if someone is threatening you.** +## Inasistencias y atraso en entregas -Lauren McCluskey, a 21-year-old honors student athlete, [was murdered on October 22, 2018 by a man she briefly dated on the University of Utah campus](https://www.sltrib.com/opinion/commentary/2019/02/10/commentary-failing-lauren/). We must all take action to ensure that this never happens again. +Los justificativos por ausencia o atraso se realizan en la secretaría de carrera. Lo que la carrera informe como justificado, es lo que se va a considerar en el curso. **No enviar justificativos a equipo docente y a ayudantes directamente**, no es necesario ni apropiado para l_s estudiantes tener que exponer situaciones personales. -If you are in immediate danger, call 911 or GSU police (404-413-3333). +En caso de faltar a alguna de las evaluaciones existirá una única fecha para evaluaciones recuperativas. Si en esa fecha no es posible asistir por motivos justificados, entonces pasará directo a examen. -If you are experiencing sexual assault, domestic violence, or stalking, please report it to me and I will connect you to resources or call [GSU's Counseling and Psychological Services](https://counselingcenter.gsu.edu/crisis-services/concern-self/immediate-help/) (404-413-1640). +En el caso de los trabajos, en caso de atraso se descontará 0.5 por día adicional. Si el trabajo no se entrega luego del tercer día de atraso será calificado con nota 1.0 -Any form of sexual harassment or violence will not be excused or tolerated at Georgia State. GSU has instituted procedures to respond to violations of these laws and standards, programs aimed at the prevention of such conduct, and intervention on behalf of the victims. Georgia State University Police officers will treat victims of sexual assault, domestic violence, and stalking with respect and dignity. Advocates on campus and in the community can help with victims' physical and emotional health, reporting options, and academic concerns. +## Requisitos de aprobación -### Academic honesty +Requisitos de eximición a examen: -Violation of [GSU's Policy on Academic Honesty](https://deanofstudents.gsu.edu/faculty-staff-resources/academic-honesty/) will result in an F in the course and possible disciplinary action.[^cheat] All violations will be formally reported to the Dean of Students. +- contar con un promedio ponderado igual o superior a 5.5 +- no tener nota bajo 4.0 en ninguna de las evaluaciones -[^cheat]: So seriously, just don't cheat or plagiarize! +Requisitos para presentación a examen: -### Special needs +- Podrán presentarse al examen de primera oportunidad los estudiantes que hayan obtenido una calificación final igual o superior a 3.5. -Students who wish to request accommodation for a disability may do so by registering with the [Office of Disability Services](https://disability.gsu.edu/). Students may only be accommodated upon issuance by the Office of Disability Services of a signed [Accommodation Plan](https://disability.gsu.edu/services/how-to-register/) and are responsible for providing a copy of that plan to instructors of all classes in which accommodations are sought. +- El examen de segunda oportunidad será para aquellos estudiantes que presenten una nota igual o inferior a 3.5 o aquellos que en el examen de primera oportunidad no hubiesen logrado una nota igual o superior a 4.0. -Students with special needs should then make an appointment with me during the first week of class to discuss any accommodations that need to be made. +## Bibliografía Obligatoria +Capítulos correspondientes a cada sesión de los siguientes textos principales: -## Assignments and grades +- Ritchey, F. (2008) Estadística para las ciencias sociales. McGraw-Hill: México. +- Moore (2010) Estadística aplicada básica. Barcelona: Antoni Bosch. +- Pardo, Ruiz y San Martín (2015). Análisis de Datos en Ciencias Sociales y de la Salud I. Editorial Síntesis: Madrid. -You can find descriptions for all the assignments on the [assignments page](/assignment/). +## Bibliografía Complementaria -```{r assignments-grades, include=FALSE} -assignments <- tribble( - ~Points, ~Assignment, - 14 * 10, "Weekly check-ins (14 × 10)", - 9 * 30, "Problem sets (9 × 30)", - 4 * 30, "Evaluation assignments (4 × 30)", - 100, "Exam 1", - 100, "Exam 2", - 200, "Final project" -) %>% - mutate(Percent = Points / sum(Points), - Percent = scales::percent(Percent)) +Wickham, H., & Grolemund, G. (2016). R for data science: import, tidy, transform, visualize, and model data (First edition). Sebastopol: O’Reilly. -grading <- tribble( - ~Grade, ~Range, ~Grade1, ~Range1, - "A", "93–100%", "C", "73–76%", - "A−", "90–92%", "C−", "70–72%", - "B+", "87–89%", "D+", "67–69%", - "B", "83–86%", "D", "63–66%", - "B−", "80–82%", "D−", "60–62%", - "C+", "77–79%", "F", "< 60%" -) -``` +Field, A., Milles, J., & Field, Z. (2012). Discovering statistics using R. London: Sage. -
    +Salkind, N. J. (Ed.). (2010). Encyclopedia of research design (Vol. 1). Sage. -```{r show-assignments-table, echo=FALSE, results="asis"} -assignments_total <- tibble(Assignment = "Total", - Points = sum(assignments$Points), - Percent = NA) +Levin, J. & Levin, W. (1997). Fundamentos de Estadística en la Investigación Social (Vol.2). Oxford University Press. -bind_rows(assignments, assignments_total) %>% - select(Assignment, Points, Percent) %>% - pandoc.table(justify = "lcc", missing = "—") -``` -
    -
    - -```{r show-grades-table, echo=FALSE, results="asis"} -grading %>% - pandoc.table(justify = "lclc", - col.names = c("Grade", "Range", "Grade", "Range")) -``` +## Sobre participación y comunicación -
    +- Se espera asistencia y participación activa, tanto a las sesiones lectivas como a las prácticas. Se pasará lista en todas las sesiones. No habrá penalización por inasistencia, pero si llevaremos registro principalmente con objetivos de monitoreo y retroalimentación del curso. +- Informar flexibilidades académicas al principio del semestre (en caso que la jefatura de carrera no lo haga de manera centralizada). Las flexibilidades academicas no aplican para cambios de fechas de evaluaciones grupales. -## Star Wars +- Se espera y enfatiza la participación activa por distintos canales disponibles. Estos son: + - contacto por correo con equipo docente del curso (profesor y apoyos docentes) + - espacio para resolver dudas individualmente al final de la clase + - reuniones con equipo docente, para lo cual se deben inscribir previamente en la página inicial de este sitio + - foros, disponibles tanto para las [clases](/content/foro-clases.qmd) como para los [prácticos](/assignment/foro-practicos.qmd). + +- También se enfatiza un trato respetuoso y horizontal. Quienes están tomando este curso serán referidos como participantes y/o estudiantes, evitar el uso de “l_s cabr_s” o “l_s chiquill_s”, que si bien puede intentar transmitir cercanía finalmente expresan minimización de la contraparte. Quien no se sienta tratad_ apropiadamente o vea que otr_s no lo están siendo, se solicita reportar para solucionar la situación. -Once you have read this entire syllabus and [the assignments page](/assignment/), please [click here](mailto:aheiss@gsu.edu) and e-mail me a picture of a *cute* Star Wars character.[^starwars] Brownie points if it's animated. +## Programación de sesiones -[^starwars]: Baby Yoda, Babu Frik, porgs, etc. are all super fair game. +Visitar la página de [Planificación](/schedule.html). -
    -Baby Yoda with IG-11 -